Font Stacks
Font stacks are used because every computer does not have all the fonts. If the first one does not load it will try the nest in the stack. That last in the stack should be generic, serif, sans-serif or etc.
@font-face
@font-face is a way to embed fonts into your web page. This method allows you to use almost any font, but the process is taking more effort because it is different for each web browsers. Font squirrel can generate the kit, but keep in mind that some older browsers and don’t support font-face so use font stack
Styling paragraphs
The default styling of type on the web is not look good visually. Start off getting rid of the default margin and padding. When you’re trying to style your type, you can use properties including line-height for the leading. Margin for indents, blockquotes, and paragraph spacing.