If you do not want to use any of the standard fonts in HTML, you can use Google Fonts.
Google Fonts are free to use, and have more than 1000 fonts to choose from.
Just add a special style sheet link in the <head> section and then refer to the font in the CSS.
Here, we want to use a font named "Sofia" from Google Fonts:
Here, we want to use a font named "Trirong" from Google Fonts:
Here, we want to use a font named "Audiowide" from Google Fonts:
To use multiple Google fonts, just separate the font names with a pipe character (|
), like this:
Of course you can style Google Fonts as you like, with CSS!
Style the "Sofia" font:
Google has also enabled different font effects that you can use.
First add effect=effectname
to the Google API, then add a special class name to the element that is going to use the special effect. The class name always starts with font-effect-
and ends with the effectname
.
To request multiple font effects, just separate the effect names with a pipe character (|
), like this:
Add multiple effects to the "Sofia" font: