A
A
Abra Kadabra2015-01-08 17:44:41
css
Abra Kadabra, 2015-01-08 17:44:41

Why is the font blurry?

Made a website . The problem is that in the "contacts" there was some kind of incident with the fonts. For some reason they are blurry. As you can see in main.css, at the very bottom of the font description, I used .woff .ttf .otf. It's the first time I meet this. With what it can be connected ?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
R
Roman Pavlov, 2015-01-08
@Jmaster

The labels do look a little blurry.

.contact-section label {
    font-family: ProximaNovaLight;
}

label {
    font-weight: bold;
}

I think due to the fact that the set typeface does not have a bold style, the browser is trying to imitate it. It turns out that this is far from ideal and there is "soap" at the output.
Change it to 'ProximaNovaBold' which you already have, or look for another style like semibold.

I
Igor Unknown, 2015-01-08
@JB_Defalt

Try changing your browser, because I don't have a single problem with the font on the site

P
Pavel Demyanenko, 2015-01-08
@xeLL

Mac OS X everything, like, ok?
take.ms/iFlUo

K
Khangeldy Ilebaev, 2015-01-08
@mahabatuly

Why did you write font-face at the end? Like writing a script tag at the end of body )))) There can be many reasons font-smoothing google

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question