CSS at-rules
| A A | Font size |
|
|
|
| At-rule | Support | Description | ||||
|---|---|---|---|---|---|---|
| charset | Specifies the character set encoding of an external style sheet. | |||||
| font-face | Allows to embed a font to the HTML document. | |||||
| import | Allows to import external style sheets. | |||||
| media | Allows to define different style rules for different media. | |||||
| page | Allows to define attributes for the page in paged media, such as print preview and printed pages. |
User Contributed Comments

