P
P
pcdesign2015-01-12 14:00:56
css
pcdesign, 2015-01-12 14:00:56

How to Russify a font from Google Fonts?

There is a font on Google Fonts, it is loaded like this:

<link href='http://fonts.googleapis.com/css?family=Raleway:400,700,800&amp;subsetting=all' rel='stylesheet' type='text/css'>

But he is not Russified.
I found this font on the internet and downloaded it.
There is such a list of files:
Raleway-Black-Italic.ttf
Raleway-Black.ttf
Raleway-Bold-Italic.ttf
Raleway-Bold.ttf
Raleway-ExtraBold-Italic.ttf
Raleway-ExtraBold.ttf
Raleway-ExtraLight-Italic.ttf
Raleway -ExtraLight.ttf
Raleway-Light-Italic.ttf
Raleway-Light.ttf
Raleway-Medium-Italic.ttf
Raleway-Medium.ttf
Raleway-Regular-Italic.ttf
Raleway-Regular.ttf
Raleway-SemiBold-Italic.ttf
Raleway-SemiBold .ttf
Raleway-Thin-Italic.ttf
Raleway-Thin.ttf
Which of these fonts and how should be loaded to achieve the same result as when downloading from Google?
And what should be the load line?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Melnikov, 2015-01-12
@pcdesign

htmlbook.ru/css/font-face
Raleway-Regular-Italic.ttf
Raleway-Regular.ttf
Raleway-Bold-Italic.ttf
Raleway-Bold.ttf
Raleway-ExtraBold-Italic.ttf
Raleway-ExtraBold.ttf
is used in your link font 400, 700, 800 width ( ...Raleway: 400,700,800 &... )
100 = thin
200 = extra-light
300 = light
400 = normal, book
500 = medium
600 = demi-bold
700 = bold
800 = heavy
900 = black
help.typekit.com/customer/portal/articles/6855-usi...

A
Alexander Borisovich, 2020-08-14
@Alexufo

Go to the Google site where this link is generated and download this font

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question