forked from valstu/korona-info
-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
59 lines (47 loc) · 1.42 KB
/
styles.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
53
54
55
56
57
58
59
html, body {
min-height: 100%;
background: #f1f3f5;
}
/* #### Generated By: http://www.cufonfonts.com #### */
@font-face {
font-family: 'Space Grotesk Regular';
font-style: normal;
font-weight: normal;
src: local('Space Grotesk Regular'), url('/fonts/SpaceGrotesk-Regular.woff') format('woff');
}
@font-face {
font-family: 'Space Grotesk Light';
font-style: normal;
font-weight: normal;
src: local('Space Grotesk Light'), url('/fonts/SpaceGrotesk-Light.woff') format('woff');
}
@font-face {
font-family: 'Space Grotesk Medium';
font-style: normal;
font-weight: normal;
src: local('Space Grotesk Medium'), url('/fonts/SpaceGrotesk-Medium.woff') format('woff');
}
@font-face {
font-family: 'Space Grotesk SemiBold';
font-style: normal;
font-weight: normal;
src: local('Space Grotesk SemiBold'), url('/fonts/SpaceGrotesk-SemiBold.woff') format('woff');
}
@font-face {
font-family: 'Space Grotesk Bold';
font-style: normal;
font-weight: normal;
src: local('Space Grotesk Bold'), url('/fonts/SpaceGrotesk-Bold.woff') format('woff');
}
@font-face {
font-family: 'Space Mono';
font-style: normal;
font-weight: normal;
src: local('Space Mono Regular'), url('/fonts/SpaceMono-Regular.woff') format('woff');
}
@font-face {
font-family: 'Space Mono Bold';
font-style: normal;
font-weight: normal;
src: local('Space Mono Bold'), url('/fonts/SpaceMono-Bold.woff') format('woff');
}