-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathtypography.css
More file actions
48 lines (44 loc) · 791 Bytes
/
Copy pathtypography.css
File metadata and controls
48 lines (44 loc) · 791 Bytes
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
body {
color: var(--text);
font-family: var(--font-body);
font-size: var(--text-body);
line-height: 1.5;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
}
h1,
h2,
h3,
.article-title,
.reader-hero h1,
.hero-copy h1,
.section-heading h2,
.cta-band h2 {
font-family: var(--font-display);
font-weight: 600;
letter-spacing: -0.01em;
}
code,
kbd,
pre,
.diagnostics-pre,
.status-details pre {
font-family: var(--font-mono);
}
.source-eyebrow,
.card-title,
.eyebrow,
.secondary-inline-label,
.proof-kicker {
font-size: var(--text-xs);
font-weight: 600;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.metadata-row,
.meta-row,
.detail-row {
color: var(--text-soft);
font-size: var(--text-sm);
}