Good day to all. In the style sheet to load the web font I use the rule
@font-face { font-family: 'Kurale'; font-style: normal; font-weight: 400; src:url(http://fonts.gstatic.com/s/kurale/v2/qUcQKP0WQHGvJJtuLvvwEg.woff2) format('woff2'); } Next, successfully apply to paragraph p.
p { font-family: "Kurale"; font-style: normal; } But if you specify in the rule p {font-style: italic;} then the font safely turns into kurale KURSIVNY. There are actually two questions:
1) The italic font is stored in this loadable file, or the browser is so smart that it transforms it from normal (it draws itself). THOSE. How does he know how to display the italics of this font;
2) If the italic font is in the file, then the @ font-face {font-style: normal;} rule doesn’t matter to him (the browser) and is he guided only by the font name?
PS I do not own information about the content / content in the italic font file.