Skip to content

Instantly share code, notes, and snippets.

@edueo
Last active August 29, 2015 14:02
Show Gist options
  • Save edueo/44a828ae52d6c2d07b2b to your computer and use it in GitHub Desktop.
Save edueo/44a828ae52d6c2d07b2b to your computer and use it in GitHub Desktop.

Defininindo família de fontes

body {
    font-family: Georgia, "Times New Roman", Times, serif;
}

O que isso significa?

Use a fonte Georgia, se ela não existir no PC, use Times New Roman, senão existir, use Times, senão use a fonte serif default do sistema.

E porque Times New Roman está entre aspas ?

Porque possui espaços em seu nome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment