aboutsummaryrefslogtreecommitdiff
path: root/assets/css/fonts.scss
blob: c771f4b01ec5c27473920a43fc71efce7c0ae69b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@font-face {
	font-family: 'Aleo';
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url('/fonts/aleo.ttf') format('truetype-variations');
}

@font-face {
	font-family: 'Aleo';
	font-style: italic;
	font-weight: 100 900;
	font-display: swap;
	src: url('/fonts/aleo-italic.ttf') format('truetype-variations');
}