aboutsummaryrefslogtreecommitdiff
path: root/assets/css/_fonts.scss
blob: 4740a20de5f94613b89ba096817b456eba593c8d (plain)
1
2
3
4
5
6
7
8
9
10
@font-face {
	font-family: 'Sen Variable';
	font-style: normal;
	font-display: swap;
	font-weight: 400 800;
	src: url("/fonts/Sen.woff2") format("woff2-variations");
}

$mainFontStack: 'Sen Variable', 'Arial', system-ui, sans-serif;
$monoFontStack: 'Fira Code', 'Consolas', monospace;