Answer the question
In order to leave comments, you need to log in
How to download all font sizes similar to a connection via a link from google fonts?
Hello!
Tell me how to combine into one family, connected 2 or more files with fonts, so that with one indication of the family, font-family: 'Muli', sans-serif;
their size changes when specified through font-weight?
(thin, regular, bold) - (300, 500, 700);
This is what it looks like through the link
<link href="https://fonts.googleapis.com/css?family=Muli:300,400,600,700&display=swap" rel="stylesheet">
p,a,h1,h2,h3,h4,h5 {
font-family: 'Muli', sans-serif;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question