Web Fonts
Fonts on the web are divided into 2 categories:
- Safe web fonts
- Web fonts
Safe web fonts are those that are supported in every browser (Arial, Helvetica, sans-serif).
Web fonts are those that we need to manually add to our web page in order to display them (Inter, Roboto, Poppins). Their advantage is their practically infinite number compared to safe web fonts, of which there are approximately 10.
In order to start using web fonts, we need to import them. This can be done in two ways, which we will look at in the next exercise.
Instructions
When you're ready, move on to the next exercise!
Start programming for free
7/9