Answer the question
In order to leave comments, you need to log in
How to make proper shorthand notation of attached font properties?
Dmitrijs Balcers url(' https://fonts.googleapis.com/css?family=Open+Sans:... ');
Added a font. How to correctly write in a short note that this font is 28px in size, Open Sans Regular
And in general, which css property corresponds to Open Sans and which Reaular?
Answer the question
In order to leave comments, you need to log in
.font{
font: 400 28px 'Open Sans', sans-serif;
}
.font{
font: 28px 'Open Sans', sans-serif;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question