Using Web Fonts
Explore how to implement web fonts using CSS @font-face rules to customize font appearance on your web pages. Learn about supported font formats, sources for web fonts, and how to handle different font weights and styles to create unique and legally compliant text designs.
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 ...