CSS FONT-FAMILY - CSS3 Examples

CSS FONT-FAMILY

Written by jon on 8:01 AM
Font families can be divided into two groups: serif and san serif. A san serif font does not include the small lines at the end of characters, while a serif font does include these small lines. When choosing which kind you prefer, remember that studies have shown that sans serif fonts are much easier to read on a computer monitor as opposed to a serif font.

Example
body {font-family: courier, serif}

p {font-family: arial, “lucida console”, sans-serif}

<p style=”font-family: arial, ‘lucida console', sans-serif”>

Possible Values
Value Description
family-name

generic-family

A prioritized list of font family names and/or generic

Related Posts by Categories



Widget by John | Interviewghost
  1. 0 comments: Responses to “ CSS FONT-FAMILY ”

RECENT COMMENTS

SUBSCRIBE TO CSS3 EXAMPLES

 Subscribe to css3 Examples via RSS
Or, subscribe via email:
Find CSS3 Examples Entries :