tutorial 2: custom fonts

watch it on YouTube

Notes

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.