aboutsummaryrefslogtreecommitdiff
path: root/assets/css/fonts.scss
blob: 19511efec74b53ea67f07d16cfbcff17418a88cd (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.woff2') format('woff2-variations');
}

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