A
A
Aleaxander Burykin2015-07-25 15:06:42
css
Aleaxander Burykin, 2015-07-25 15:06:42

How to connect @font-face to Cyrillic?

The font bebasneue is applied to Latin, but does not respond to Russian characters
. This is how I include it in sass

@font-face
  font-family: "bebasneue"
  src: url(../fonts/bebasneue-regular-webfont.eot)
  src: url(../fonts/bebasneue-regular-webfont.eot?#iefix) format(embedded-opentype),url(../fonts/bebasneue-regular-webfont.woff) format(woff),url(../fonts/bebasneue-regular-webfont.woff2) format(woff2),url(../fonts/bebasneue-regular-webfont.ttf) format(truetype),url(../fonts/bebasneue-regular-webfont.svg#bebasneue-regular-webfont) format(svg)

7ce1bcd1ccd4435fb3d78445c37a7deb.JPG
generated with the help of squirrel downloaded the font in the same place, the Cyrillic alphabet was indicated in the support

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Petrov, 2015-07-25
@burykinslams

When generating fonts in a protein, there is a Subsetting option. By default - there is "Western Language", Cyrillic is not included in them.
Choose the one you need (No Subsetting or Custom) and you will be happy.

V
Vadim Belkin, 2015-07-25
@BelkinVadim

Either in the EXPERT... settings, turn on the Cyrillic font for the font - screen , or select the BASIC settings (in Basic, by default, all characters are used and nothing is cut out)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question