aboutsummaryrefslogtreecommitdiff
path: root/assets/css/fonts.scss
blob: a07f8f700f086adcd563a03d7358f6b86ef7c43f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
@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');
}

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