>> English << | česky | Português | ZVON > Tutorials > CSS2 tutorial |
Intro / Search / ZVON |
>> Example 39 << | Prev | Next | Index | Contents |
With the font property system fonts can be specified: caption, icon, menu, message-box, small-caption, and status-bar.
XML Source | CSS stylesheet | Example link |
---|---|---|
(1)
<AAA> <caption>caption</caption> <icon>icon</icon> <menu>menu</menu> <message-box>message-box</message-box> <small-caption>small-caption</small-caption> <status-bar>status-bar</status-bar> </AAA> | caption {font:caption} icon {font:icon} menu {font:menu} message-box {font:message-box} small-caption {font:small-caption} status-bar {font:status-bar} | View output |