forked from mr-gt/Assignment-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Main.css
53 lines (27 loc) · 892 Bytes
/
Main.css
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
42
43
44
45
46
47
48
49
50
51
52
@font-face {
font-family: Halfomania;
src: local(Halfomania-Regular), url('Fonts/halfomania-regular.ttf') format('truetype'),
url('Fonts/Halfomania-Regular.otf') format('opentype'),
url('Fonts/halfomania-regular.woff') format('woff'),
url('Fonts/halfomania-regular.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Halfomania';
src: local('halfomania-regular.woff') format('woff');
url('../../Fonts/halfomania-regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Halfomania';
src: local('../../halfomania-regular.woff2') format('woff2');
url('../../Fonts/halfomania-regular.woff2');
format('woff');
font-weight: normal;
font-style: normal;
}
div {
font-family: Halfomania;
}