-
Notifications
You must be signed in to change notification settings - Fork 5
/
blokkfont.css
29 lines (25 loc) · 1.36 KB
/
blokkfont.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
@font-face {
font-family: 'BLOKK';
src: url('https://cdn.rawgit.com/octoshrimpy/blokkfont/e0dd7ffa/font/BLOKKNeue-Regular.eot');
src: url('https://cdn.rawgit.com/octoshrimpy/blokkfont/e0dd7ffa/font/BLOKKNeue-Regular.eot?#iefix') format('embedded-opentype'),
url('https://cdn.rawgit.com/octoshrimpy/blokkfont/e0dd7ffa/font/BLOKKNeue-Regular.woff2') format('woff2'),
url('https://cdn.rawgit.com/octoshrimpy/blokkfont/e0dd7ffa/font/BLOKKNeue-Regular.woff') format('woff'),
url('https://cdn.rawgit.com/octoshrimpy/blokkfont/e0dd7ffa/font/BLOKKNeue-Regular.otf') format('opentype'),
url('https://cdn.rawgit.com/octoshrimpy/blokkfont/e0dd7ffa/font/BLOKKNeue-Regular.ttf') format('truetype'),
url('https://cdn.rawgit.com/octoshrimpy/blokkfont/e0dd7ffa/font/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('https://cdn.rawgit.com/octoshrimpy/blokkfont/e0dd7ffa/font/BLOKKNeue-Regular.svg') format('svg');
}
}
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.is-blokk, .is-blokk *:not([class*='fa-']):not([class*='mdi']):not([class*='oi']):not([class*='ion-']):not(.reset-blokk) {
font-family: 'BLOKK' !important;
}