-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfira_code.css
40 lines (36 loc) · 1.96 KB
/
fira_code.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
@font-face {
font-family: 'Fira Code';
src: url('FiraCode-Light.woff2')/*tpa=https://cdn.jsdelivr.net/gh/tonsky/[email protected]/distr/woff2/FiraCode-Light.woff2*/ format('woff2'),
url("FiraCode-Light.woff")/*tpa=https://cdn.jsdelivr.net/gh/tonsky/[email protected]/distr/woff2/FiraCode-Light.woff*/ format("woff");
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Fira Code';
src: url('FiraCode-Regular.woff2')/*tpa=https://cdn.jsdelivr.net/gh/tonsky/[email protected]/distr/woff2/FiraCode-Regular.woff2*/ format('woff2'),
url("FiraCode-Regular.woff")/*tpa=https://cdn.jsdelivr.net/gh/tonsky/[email protected]/distr/woff2/FiraCode-Regular.woff*/ format("woff");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Fira Code';
src: url('FiraCode-Medium.woff2')/*tpa=https://cdn.jsdelivr.net/gh/tonsky/[email protected]/distr/woff2/FiraCode-Medium.woff2*/ format('woff2'),
url("FiraCode-Medium.woff")/*tpa=https://cdn.jsdelivr.net/gh/tonsky/[email protected]/distr/woff2/FiraCode-Medium.woff*/ format("woff");
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Fira Code';
src: url('FiraCode-Bold.woff2')/*tpa=https://cdn.jsdelivr.net/gh/tonsky/[email protected]/distr/woff2/FiraCode-Bold.woff2*/ format('woff2'),
url("FiraCode-Bold.woff")/*tpa=https://cdn.jsdelivr.net/gh/tonsky/[email protected]/distr/woff2/FiraCode-Bold.woff*/ format("woff");
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Fira Code VF';
src: url('FiraCode-VF.woff2')/*tpa=https://cdn.jsdelivr.net/gh/tonsky/[email protected]/distr/woff2/FiraCode-VF.woff2*/ format('woff2-variations'),
url('FiraCode-VF.woff')/*tpa=https://cdn.jsdelivr.net/gh/tonsky/[email protected]/distr/woff/FiraCode-VF.woff*/ format('woff-variations');
/* font-weight requires a range: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide#Using_a_variable_font_font-face_changes */
font-weight: 300 700;
font-style: normal;
}