Using Web Fonts
In this lesson, we will learn how to use web fonts.
We'll cover the following...
The font-family
property can be used to set the font type to be used by an HTML tag. However, there’s an issue with this property: you are limited to fonts likely to be installed on the devices of your visitors.
In many cases, especially if you need a unique design for a brand, it is a real and annoying limitation. With using the CSS web fonts feature, you can instruct the browser to download the font from a web server, and immediately without installation use it to display text on the web page.
The web font technology is designed to support a number of font ...