M
M
Mikhail2019-01-18 19:02:09
css
Mikhail, 2019-01-18 19:02:09

How to connect one font and use it with different sizes?

I need to set one font in different sizes for two different blocks (with text), that is, connect google fonts several times. Font-weight does not give the same result, the jump in weight is strong. And the font site just has the right sizes.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Y
Yuri Samoilov, 2019-01-18
@Kowka_VN

Depends on the typeface, some may have few weights, some have many.
On google fonts, filter by number of styles, 18+ for example.
When connecting, specify all the weights that you need, for example:

@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Condensed:100,200,300,400,500,600,700,800,900');

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question