1
0
Fork 0
mirror of synced 2024-05-17 19:13:52 +12:00
FiraCode/distr/fira_code.css

49 lines
1.3 KiB
CSS
Raw Normal View History

@font-face {
font-family: 'Fira Code';
2019-04-06 10:37:31 +13:00
src: url('woff2/FiraCode-Light.woff2') format('woff2'),
2022-07-23 11:33:34 +12:00
url('woff/FiraCode-Light.woff') format('woff');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Fira Code';
2019-04-06 10:37:31 +13:00
src: url('woff2/FiraCode-Regular.woff2') format('woff2'),
2022-07-23 11:33:34 +12:00
url('woff/FiraCode-Regular.woff') format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Fira Code';
2019-04-06 10:37:31 +13:00
src: url('woff2/FiraCode-Medium.woff2') format('woff2'),
2022-07-23 11:33:34 +12:00
url('woff/FiraCode-Medium.woff') format('woff');
font-weight: 500;
font-style: normal;
}
2020-04-06 09:25:07 +12:00
@font-face {
font-family: 'Fira Code';
src: url('woff2/FiraCode-SemiBold.woff2') format('woff2'),
2022-07-23 11:33:34 +12:00
url('woff/FiraCode-SemiBold.woff') format('woff');
2020-04-06 09:25:07 +12:00
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Fira Code';
2019-04-06 10:37:31 +13:00
src: url('woff2/FiraCode-Bold.woff2') format('woff2'),
2022-07-23 11:33:34 +12:00
url('woff/FiraCode-Bold.woff') format('woff');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Fira Code VF';
2019-04-06 10:37:31 +13:00
src: url('woff2/FiraCode-VF.woff2') format('woff2-variations'),
2022-07-23 11:33:34 +12:00
url('woff/FiraCode-VF.woff') format('woff-variations');
2019-04-06 10:37:31 +13:00
/* 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;
2022-07-23 11:33:34 +12:00
}