Y
Y
youtubehome2014-11-09 01:09:14
Fonts
youtubehome, 2014-11-09 01:09:14

How to customize the display of fonts on the site?

dfgdfgdfgdfgdfgfdgfdgdfgdfgdfggdfgdfg

Answer the question

In order to leave comments, you need to log in

2 answer(s)
_
_ _, 2014-11-09
@AMar4enko

Some weird font faces.
font-family should be just two - PTSans and PTSans Narrow, and Bold should be in font-weight. Maybe because of this problem.

Y
Yuri Molotov, 2015-05-14
@YuriMolotov

Here's a workaround, substitute your font-family and url names for your files.
In your options, either #iefix is ​​not specified, or the addresses are suspicious and svg is superfluous.

@font-face {
    font-family: Bebas;
    src: url('http://tottem.ru/wp-content/themes/ipinpro/font/bebasneue_bold.eot');
    src: url('http://tottem.ru/wp-content/themes/ipinpro/font/bebasneue_bold.eot?#iefix') format('embedded-opentype'),
         url('http://tottem.ru/wp-content/themes/ipinpro/font/bebasneue_bold.woff') format('woff'),
         url('http://tottem.ru/wp-content/themes/ipinpro/font/bebasneue_bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question