1.1 #Typography.Font Font
We use the following styling:
- Base font size: 13px
- Base line-height: 1.5
- Important texts: Bold
- Emphasis: Italics
Example
We use a font size of 13 px and a base line of 1.5.
Important texts are highlighted in Bold and texts we want to emphasize are Italicized.
Markup
We use a font size of <strong>13 px</strong> and a base line of <strong>1.5</strong>.
Important texts are highlighted in <strong>Bold</strong> and texts we want to emphasize are <em>Italicized</em>.
Source:
1_Typography/typography.less
, line 8