W3.CSS Google Fonts
With W3.CSS it is extremely easy to add new fonts.
- Very easy to use (only CSS and HTML)
- Unlimited use of external font libraries (Like Google Fonts)
- Works in all modern browsers
This is Roboto
This is Sofia
Sofia on Fire
Making the Web!
Making the Web!
Making the Web!
Making the Web!
Making the Web!
Using Google Fonts
Google Fonts are free to use, and have more than 1000 fonts to choose from.
In the head of your web page, link to a Google font:
Then add the CSS about where to use it:
Another Example
Create a Font Class
In the head of your web page, link to a Google font:
Then create a font class:
Example
font-family: Sofia, cursive;
}
In your web page, use the font class:
Example
font-family: 'Tangerine', serif;
}
Example
href="https://fonts.googleapis.com/css?family=Lobster">
Example
href="https://fonts.googleapis.com/css?family=Lobster&effect=shadow-multiple">
Example
href="https://fonts.googleapis.com/css?family=Allerta+Stencil">