UNPKG

667 BCSSView Raw
1@font-face {
2 font-family: "Fira Code Light";
3 src: url("~firacode/distr/woff2/FiraCode-Light.woff2") format("woff2");
4 font-weight: 300;
5 font-style: normal;
6}
7
8@font-face {
9 font-family: "Fira Code Regular";
10 src: url("~firacode/distr/woff2/FiraCode-Regular.woff2") format("woff2");
11 font-weight: 400;
12 font-style: normal;
13}
14
15@font-face {
16 font-family: "Fira Code Medium";
17 src: url("~firacode/distr/woff2/FiraCode-Medium.woff2") format("woff2");
18 font-weight: 500;
19 font-style: normal;
20}
21
22@font-face {
23 font-family: "Fira Code Bold";
24 src: url("~firacode/distr/woff2/FiraCode-Bold.woff2") format("woff2");
25 font-weight: 700;
26 font-style: normal;
27}