C
C
Captain_S2015-06-02 13:07:49
css
Captain_S, 2015-06-02 13:07:49

Why is "Arial Narrow" not showing up in Chrome?

Faced such a problem that this selector

.text {
    font-family: "Arial Narrow", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: #545353;
}

correctly displayed in Firefox, the browser shows that the Arial Narrow font is connected, but in Google Chrome the uncompressed font is displayed. What could be the problem and how can it be solved?
I tried to add font-stretch: ultra-condensed, but in Crome everything remained the same.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Denis Ineshin, 2015-06-02
@IonDen

Arial Narrow is not a standard font. Check if it is in the system at all?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question