aboutsummaryrefslogtreecommitdiff
path: root/static/css/fonts.css
blob: 8006f369b125cfbe8923eba0540ebecb9fc4173a (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
@font-face {
	font-family: 'Eurofur';
	src: url('/static/fonts/eurof55.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Eurofur';
	src: url('/static/fonts/eurof56.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Eurofur';
	src: url('/static/fonts/eurof75.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Eurofur';
	src: url('/static/fonts/eurof76.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Monofur';
	src: url('/static/fonts/monof55.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Monofur';
	src: url('/static/fonts/monof55.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}