tags : Web Development
Fonts in web
- I initially thought bold, semibold etc are styles. They’re not styles. There are only 3
font-style
css values:normal
,italic
andoblique
. - 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
,semibold
etc).