Willkommen bei Schnipsel, Code Schnipsel zu Wordpress, PHP, HTML, CSS, jQuery und so weiter...

CSS Font Families

04.2009 / von: David Hellmann / 0 Kommentare / Kategorie: CSS / Tags: ,

Ein paar Font Families.

Verdana

1
2
3
.verdana {
	font-family:Verdana, Geneva, sans-serif;
}

Georgia

1
2
3
.georgia {
	font-family:Georgia, "Times New Roman", Times, serif;
}

Courier New

1
2
3
.courier-new {
	font-family:"Courier New", Courier, monospace;
}

Arial

1
2
3
.arial {
	font-family:Arial, Helvetica, sans-serif;
}

Arial Black

1
2
3
.arial-black {
	font-family:"Arial Black", Gadget, sans-serif;
}

Tahoma

1
2
3
.tahoma {
	font-family:Tahoma, Geneva, sans-serif;
}

Trebuchet MS

1
2
3
.trebuchet-ms {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

Times New Roman

1
2
3
.times-new roman {
	font-family:"Times New Roman", Times, serif;
}

Palatino Linotype

1
2
3
.palatino-linotype {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

Lucida Sans Unicode

1
2
3
.lucida-sans-unicode {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

Lucida Console

1
2
3
.lucida-console {
	font-family:"Lucida Console", Monaco, monospace;
}

MS Serif

1
2
3
.ms-serif {
	font-family:"MS Serif", "New York", serif;
}

Comic Sans MS

1
2
3
.comic-sans-ms {
	font-family:"Comic Sans MS", cursive;
}

Statistik: read: 3386 / today: 2 / last: 16.05.2012
//

  1. 0 Kommentare

Kommentar schreiben

Code einfügen: <pre lang="php" line="1"> Code hier </pre>