語法
字型font
Setting font properties of an element.
Overview
Class | Declarations |
---|---|
font:style|variant|… | font: style variant …;
|
font:caption | font: caption;
|
font:icon | font: icon;
|
font:menu | font: menu;
|
font:message-box | font: message-box;
|
font:small-caption | font: small-caption;
|
font:status-bar | font: status-bar;
|
Conditionally apply
Apply styles based on different states using selectors and applying conditionally.
<div class="font:caption:hover font:caption@sm font:caption@dark font:caption@print">…</div>