use .woff font files to add a custom font to your website
custom fonts are most effective as headers
a custom font can be used for the body text, but make sure it is a legible style
to use your custom font, use the font-family: property
to style a text tag and assign as the value the name you gave to the font in the @font-face declaration
New CSS Covered
@font-face
this code declares a new font. Use it with the font-family: property to name the
custom font and use src: url("") as the pointer property to the .woff file.
rel
property that can be used with link in order to declare the type of resource linked to. Valid values include
stylesheet and icon.