📅  最后修改于: 2021-01-07 00:39:27             🧑  作者: Mango
Materialize CSS使用Roboto 2.0作为标准字体。可以使用以下CSS样式覆盖它。
html {
font-family: GillSans, Calibri, Trebuchet, sans-serif;
}
例
让我们以一个示例来说明标题,块引用和自由流动但响应迅速的文本。
The Materialize Typography Example
Typography Example
Headings
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Block Quotes
Blockquotes are mainly used to give emphasis to a quote or citation.
You can also use these for some extra text hierarchy and emphasis.
Responsive free-flow text
HTML is an acronym which stands for Hyper Text Markup Language.
A markup language is a programming language that is used make text more interactive and dynamic.
It can turn a text into images, tables, links etc.
输出: