git ssb

0+

Grey the earthling / gkn.me.uk



Tree: 7d3903bd2b46896a43efd393948a8116e2edcca7

Files: 7d3903bd2b46896a43efd393948a8116e2edcca7 / themes / ran / static / style / fonts / fonts.css

2538 bytesRaw
1/* See LICENSE.md */
2
3
4/* Fira Mono */
5
6@font-face {
7 font-family: 'Fira Mono';
8 src: url('FiraMono-Regular.woff2') format('woff2'),
9 url('FiraMono-Regular.woff') format('woff');
10 font-weight: 400;
11 font-style: normal;
12}
13
14@font-face {
15 font-family: 'Fira Mono';
16 src: url('FiraMono-Medium.woff2') format('woff2'),
17 url('FiraMono-Medium.woff') format('woff');
18 font-weight: 500;
19 font-style: normal;
20}
21
22@font-face {
23 font-family: 'Fira Mono';
24 src: url('FiraMono-Bold.woff2') format('woff2'),
25 url('FiraMono-Bold.woff') format('woff');
26 font-weight: 700;
27 font-style: normal;
28}
29
30
31/* HK Grotesk */
32
33@font-face {
34 font-family: 'HK Grotesk';
35 src: url('hkgrotesk-light.woff2') format('woff2'),
36 url('hkgrotesk-light.woff') format('woff');
37 font-weight: 300;
38 font-style: normal;
39}
40
41@font-face {
42 font-family: 'HK Grotesk';
43 src: url('hkgrotesk-lightitalic.woff2') format('woff2'),
44 url('hkgrotesk-lightitalic.woff') format('woff');
45 font-weight: 300;
46 font-style: italic;
47}
48
49@font-face {
50 font-family: 'HK Grotesk';
51 src: url('hkgrotesk-regular.woff2') format('woff2'),
52 url('hkgrotesk-regular.woff') format('woff');
53 font-weight: 400;
54 font-style: normal;
55}
56
57@font-face {
58 font-family: 'HK Grotesk';
59 src: url('hkgrotesk-italic.woff2') format('woff2'),
60 url('hkgrotesk-italic.woff') format('woff');
61 font-weight: 400;
62 font-style: italic;
63}
64
65@font-face {
66 font-family: 'HK Grotesk';
67 src: url('hkgrotesk-medium.woff2') format('woff2'),
68 url('hkgrotesk-medium.woff') format('woff');
69 font-weight: 500;
70 font-style: normal;
71}
72
73@font-face {
74 font-family: 'HK Grotesk';
75 src: url('hkgrotesk-mediumitalic.woff2') format('woff2'),
76 url('hkgrotesk-mediumitalic.woff') format('woff');
77 font-weight: 500;
78 font-style: italic;
79}
80
81@font-face {
82 font-family: 'HK Grotesk';
83 src: url('hkgrotesk-semibold.woff2') format('woff2'),
84 url('hkgrotesk-semibold.woff') format('woff');
85 font-weight: 600;
86 font-style: normal;
87}
88
89@font-face {
90 font-family: 'HK Grotesk';
91 src: url('hkgrotesk-semibolditalic.woff2') format('woff2'),
92 url('hkgrotesk-semibolditalic.woff') format('woff');
93 font-weight: 600;
94 font-style: italic;
95}
96
97@font-face {
98 font-family: 'HK Grotesk';
99 src: url('hkgrotesk-bold.woff2') format('woff2'),
100 url('hkgrotesk-bold.woff') format('woff');
101 font-weight: 700;
102 font-style: normal;
103}
104
105@font-face {
106 font-family: 'HK Grotesk';
107 src: url('hkgrotesk-bolditalic.woff2') format('woff2'),
108 url('hkgrotesk-bolditalic.woff') format('woff');
109 font-weight: 700;
110 font-style: italic;
111}
112
113

Built with git-ssb-web