tags : Web Development
Fonts in web
- I initially thought bold, semibold etc are styles. They’re not styles. There are only 3
font-stylecss values:normal,italicandoblique. - So when importing a font into our project, we specify the weight(the css library using it can have the weight aliased to things like
bold,semiboldetc).