summaryrefslogtreecommitdiff
path: root/static/fonts/eb-garamond/font.css
blob: db7773b97de29683505b8a1b6b3df924ae164848 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
@font-face {
	font-family: 'EB Garamond';
	font-style: normal;
	font-weight: normal;
	src: url('./EBGaramond-Regular.ttf');
}

@font-face {
	font-family: 'EB Garamond';
	font-style: normal;
	font-weight: bold;
	src: url('./EBGaramond-Bold.ttf');
}

@font-face {
	font-family: 'EB Garamond';
	font-style: italic;
	font-weight: normal;
	src: url('./EBGaramond-Italic.ttf');
}

@font-face {
	font-family: 'EB Garamond';
	font-style: italic;
	font-weight: bold;
	src: url('./EBGaramond-BoldItalic.ttf');
}