I
I
Insom842021-06-17 16:41:45
css
Insom84, 2021-06-17 16:41:45

Connecting the Gamestation font (does not work for Cyrillic)?

There is a Gamestation font (ru.fonts2u.com/gamestation-condensed). Cyrillic seems to support.
But when connected on the site, it only works for English text. Doesn't work for Cyrillic..
Maybe I missed something (ps paths are spelled out correctly, it is used in Latin)?

here is the code:

@font-face {
font-family:"Gamestation-Condensed";
src:
url("/wp-content/themes/neve/fonts_cust/GamestationCond.eot") format("eot"),
url("/wp-content/themes/neve/fonts_cust/GamestationCond.woff") format("woff"),
url("/wp-content/themes/neve/fonts_cust/GamestationCond.ttf") format("truetype"),
url("/wp-content/themes/neve/fonts_cust/GamestationCond.svg#Gamestation-Condensed") format("svg");
font-weight:normal;font-style:normal;}

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Irkov, 2021-07-05
@mesaga1983

Firstly, I recommend connecting woff2 first, and then woff - with this connection you will satisfy almost all modern browsers and you will not need to use other formats.
Secondly, about the Cyrillic alphabet for this font. What matters is how you created the font files for the web. Because many font generators normally generate a woff file for Latin and crookedly for Cyrillic. Here is such a paradox. Here on this service I converted normally at the time:
https://anyconv.com/ru/konverter-ttf-v-woff/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question