Answer the question
In order to leave comments, you need to log in
How to customize the display of fonts on the site?
dfgdfgdfgdfgdfgfdgfdgdfgdfgdfggdfgdfg
Answer the question
In order to leave comments, you need to log in
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.
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 questionAsk a Question
731 491 924 answers to any question