css - Cyrillic font-face usage with custom wordpress style -


i using custom wordpress theme , wanted change font. found style.css file, , replaced current @font-face code mine, can use "stylo" font. code using:

@font-face { font-family: 'stylo_bold'; src:url("stylo_.eot?") format("eot"),url("stylo_.woff") format("woff"),url("stylo_.ttf") format("truetype"),url("stylo_.svg#stylo-bold") format("svg"); font-weight:normal; font-style:normal; 

it works fine, except when type on cyrillic font doesn't work , instead cyrillic text showed in default font (myrad pro or something). font has support cyrillic letters, can point me in right direction here? don't understand why doesn't work? thank you.

you answered own question.

this font has support cyrillic letters...

many fonts support english language. lot of websites show character breakdown or list support cyrillic alphabet. must mistaken or misinformed in regard font in question.


Comments

Popular posts from this blog

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -