Skip to content

Commit 6841079

Browse files
committed
Update text styling
1 parent d8c71ca commit 6841079

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

site/src/assets/css/Cereal.woff2

66.3 KB
Binary file not shown.

site/src/assets/css/style.css

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,41 @@
1+
@font-face {
2+
font-family: 'Cereal';
3+
src: url('Cereal.woff2') format('woff2');
4+
font-weight: 100 900;
5+
font-style: normal;
6+
}
7+
18
body {
2-
font-family: system-ui, sans-serif;
3-
line-height: 1.6;
9+
font-family: 'Cereal', system-ui, sans-serif;
10+
font-size: 16px;
11+
font-style: normal;
12+
font-weight: 400;
13+
line-height: 26px;
14+
font-synthesis: weight;
415
margin: 0 auto;
516
padding: 3rem 2rem 2rem;
617
max-width: 900px;
718
}
819

20+
strong,
21+
b {
22+
font-weight: 700;
23+
}
24+
25+
a {
26+
color: black;
27+
font-size: 16px;
28+
font-style: normal;
29+
font-weight: 500;
30+
line-height: 20px;
31+
text-decoration-line: underline;
32+
text-decoration-style: solid;
33+
text-decoration-skip-ink: none;
34+
text-decoration-thickness: auto;
35+
text-underline-offset: auto;
36+
text-underline-position: from-font;
37+
}
38+
939
pre,
1040
code {
1141
font-family: 'SF Mono', Monaco, Menlo, 'Courier New', monospace;

0 commit comments

Comments
 (0)