8 lines
299 B
HTML
8 lines
299 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<div style="font: caption">Caption</div>
|
|
<div style="font: icon">Icon</div>
|
|
<div style="font: menu">Menu</div>
|
|
<div style="font: message-box">Message box</div>
|
|
<div style="font: small-caption">Small caption</div>
|
|
<div style="font: status-bar">Status bar</div>
|