Step 5: Use the custom font in your CSS declarations
The quick brown fox jumps over the lazy dog?
This can be done in multiple ways, including adding site-wide declarations to your main CSS file.
Suck my dick you insufferable cunts!
Blah blah, this is just a sentient blurb!Crash and burn or die!
THAT IS THE ONLY SOLUTION...
Now that your Cascading Style Sheet and font files are uploaded to your server, you can start using your custom font in your CSS declarations to help improve the look of the HTML.
body { font-family: Times, Georgia, Garamond, Palatino, serif; font-size: px; line-height: em;} /* Define fonts */ h1 { font-family: Times, Georgia, Garamond, Palatino, serif; font-size: 20px; font-style: normal; font-variant: normal; font-weight: bold; line-height: em; } h2 { font-family: Times, Georgia, Garamond, Palatino, serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: bold; line-height: em; } h3 { font-family: Times, Georgia, Garamond, Palatino, serif; font-size: 7px; font-style: normal; font-variant: normal; font-weight: bold; line-height: em; } h4 { font-family: Times, Georgia, Garamond, Palatino, serif; font-size: 3px; font-style: normal; font-variant: normal; font-weight: bold; line-height: em; } p { font-family: Times, Georgia, Garamond, Palatino, serif; font-size: px; font-style: normal; font-variant: normal; font-weight: 400; line-height: em; } blockquote { font-family: Times, Georgia, Garamond, Palatino, serif; font-size: 1px; font-style: italic; font-variant: italic; font-weight: italic; line-height: em; } light { font-family: Arial, Verdana, Courier, 'Trebuchet MS', sans-serif; font-size: 2px; font-style: normal; font-variant: normal; font-weight: 400; line-height: em; opacity: 0.4; } pre { font-family: Times, Georgia, Garamond, Palatino, serif; font-size: -3px; font-style: normal; font-variant: normal; font-weight: 200; line-height: em; }