Schrift: font
Diese Eigenschaft gibt es seit Version: CSS 1
Die Kurzform für Schriftformatierung heißt font
. Sie fasst die sechs einzelnen Eigenschaften für font-size
,
line-height
,
font-weight
,
font-style
,
font-variant
und
font-family
zusammen.
Die korrekte Reihenfolge ist:
font-style
,
font-variant
,
font-weight
,
font-size
/line-height
,
font-family
Code-Beispiel für font
:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>font</title>
<style type="text/css">
p {font: italic small-caps bold 1em/1.5em verdana, sans-serif;}
</style>
</head>
<body>
<p>
Dieses Absatz-Element ist mit allen verfügbaren Eigenschaften versehen,
die unter "Schrift/ Font
" fallen.
</p>
</body>
</html>
Initialwert: | Initialwerte für:
font-size ,
line-height ,
font-weight ,
font-style ,
font-variant ,
font-family |
Vererbbar: | Ja |
Anwendbar auf: | Alle Elemente |
Medium: | Visual |
Werte: |
Werte für:
font-size ,
line-height ,
font-weight ,
font-style ,
font-variant ,
font-family
oder Inherit .
In CSS 2 sind folgende Werte aufgenommen worden, die sich auf die Systemschriftarten des Anwenderrechners beziehen:
|
Anmerkung: Der IE 5 versteht font-variant:small-caps; nicht. Alles andere kann man auch mit der Kurzschreibweise ansprechen.
Wert | |||||||||||||||
5 | 5.5 | 6 | MAC 5+ | 5 | 6 | 7 | 8 | 4 | 6 | 7+ | 1+ | 0.8+ | 1.0+ | 3.3+ | |
Kurzformeigenschaft | t | t | j | j | j | j | j | j | j | j | j | j | j | j | j |
icon, menu, message-box, small-caption, status-bar | j | j | j | j | n | n | j | j | j | j | j | j | j | j | j |