-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
78 lines (63 loc) · 1.73 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
@font-face {
font-family: 'GolosTextWebVF';
src: url('/fonts/golos/Golos%20Text_VF.EOT');
src:
url('/fonts/golos/Golos%20Text_VF.EOT?#iefix') format('embedded-opentype'),
url('/fonts/golos/Golos%20Text_VF.WOFF2') format('woff2'),
url('/fonts/golos/Golos%20Text_VF.WOFF') format('woff'),
url('/fonts/golos/Golos%20Text_VF.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'BLOKK';
src: url('/fonts/blokk/BLOKKNeue-Regular.eot');
src: url('/fonts/blokk/BLOKKNeue-Regular.eot?#iefix') format('embedded-opentype'),
url('/fonts/blokk/BLOKKNeue-Regular.woff2') format('woff2'),
url('/fonts/blokk/BLOKKNeue-Regular.woff') format('woff'),
url('/fonts/blokk/BLOKKNeue-Regular.otf') format('opentype'),
url('/fonts/blokk/BLOKKNeue-Regular.ttf') format('truetype'),
url('/fonts/blokk/BLOKKNeue-Regular.svg#BLOKKRegular') format('svg');
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'BLOKK';
src: url('BLOKKNeue-Regular.svg') format('svg');
}
}
body {
font-family: 'GolosTextWebVF', sans-serif;
background-color: #F6F2F1;
}
.placeholder {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: "BLOKK";
color: #666;
}
h1 {
font-weight: bold;
}
.header {padding-top: 2rem;}
.icon {
display: inline-flex;
align-self: center;
}
.icon svg, .icon img {
height: 1em;
width: 1em;
}
.icon.baseline svg, .icon img {
top: .125em;
position: relative;
}
a {
color: #666;
text-decoration: underline;
}
a:hover {
color: #666;
text-decoration: none;
}