1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Typography Features
Typography Test Fixture
Font Sizes
This text is 10px small.
This text is 16px medium (default).
This text is 24px large.
This text is 36px extra-large.
Font Weights
Light weight (300) text sample.
Normal weight (400) text sample.
Bold weight (700) text sample.
Black weight (900) text sample.
Font Style & Family
This text is italic serif.
This text uses sans-serif.
This text uses monospace.
This text is italic sans-serif.
Letter & Word Spacing
Wide letter-spacing applied here.
Tight letter-spacing applied here.
Extra word spacing between these words.
Text Indent
This paragraph has a 40px first-line indent. The remaining text wraps normally to demonstrate that only the first line is indented in this block-level element.
Text Transform
this should appear uppercase.
THIS SHOULD APPEAR LOWERCASE.
these words should be capitalized.
Text Decoration
Underlined text decoration.
Line-through (strikethrough) text.
Overline text decoration.
Line Height
Tight line-height (1.0). This paragraph has multiple lines to show the effect of reduced leading between lines of text in a block element.
Normal line-height (1.5). This paragraph has multiple lines to show comfortable default leading between lines of text in a block element.
Loose line-height (2.5). This paragraph has multiple lines to show generous leading between lines of text in a block element.