aboutsummaryrefslogtreecommitdiff
path: root/_sass/typography.scss
blob: 6edab4f5414b9e23a15f2e39a5f109f698c6ee37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
html {
	font-family: "Inter", sans-serif;
	font-size: 10pt;
	font-feature-settings: "ss07", "ss08";

	hyphens: auto;
	tab-size: 2;
}

code {
	font-family: "JetBrainsMono", monospace;
	font-size: 9pt;
}

h1, h2, h3, h4, h5, h6,
aside,
header { text-wrap: balance; }

article { text-align: justify; }