You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
quote='The simplest scale is a single note, and sticking with a single note draws more attention to other parameters, such as rhythm and inflection… In the sixteenth century, a series of common sizes developed among European typographers, and the series survived with little change and few additions for 400 years… This is the typographic equivalent of the diatonic scale.'
11
+
author='Robert Bringhurst'
12
+
work='The Elements of Typographic Style'
13
+
/>
14
+
15
+
### Font sizes
16
+
17
+
<FontSizes />
18
+
19
+
## Examples
20
+
21
+
```.html
22
+
<h1 class="f-headline lh-solid measure">A modular scale, like a musical scale, is a prearranged set of harmonious proportions.</h1>
23
+
```
24
+
25
+
```.html
26
+
<h1 class="f-subheadline lh-title measure">A modular scale, like a musical scale, is a prearranged set of harmonious proportions.</h1>
27
+
```
28
+
29
+
```.html
30
+
<h1 class="f1 lh-title measure">A modular scale, like a musical scale, is a prearranged set of harmonious proportions.</h1>
31
+
```
32
+
33
+
```.html
34
+
<h1 class="f2 normal lh-title measure">A modular scale, like a musical scale, is a prearranged set of harmonious proportions.</h1>
35
+
```
36
+
37
+
```.html
38
+
<h1 class="f3 normal lh-title measure">A modular scale, like a musical scale, is a prearranged set of harmonious proportions.</h1>
39
+
```
40
+
41
+
```.html
42
+
<h1 class="f4 normal lh-title measure">A modular scale, like a musical scale, is a prearranged set of harmonious proportions.</h1>
43
+
```
44
+
45
+
```.html
46
+
<h1 class="f5 normal lh-title measure">A modular scale, like a musical scale, is a prearranged set of harmonious proportions.</h1>
47
+
```
48
+
49
+
```.html
50
+
<h1 class="f6 normal lh-title measure">A modular scale, like a musical scale, is a prearranged set of harmonious proportions.</h1>
51
+
```
52
+
53
+
```.html
54
+
<h1 class="f7 normal lh-title measure">A modular scale, like a musical scale, is a prearranged set of harmonious proportions.</h1>
55
+
```
56
+
57
+
## Reference
58
+
59
+
-[MDN - Font size](https://developer.mozilla.org/en-US/docs/Web/CSS/font-size)
0 commit comments