mirror of
https://github.com/mollersuite/monofile.git
synced 2024-11-22 05:46:26 -08:00
34 lines
748 B
CSS
34 lines
748 B
CSS
@font-face {
|
|
font-family: "Fira Code";
|
|
src: url("/static/assets/fonts/FiraCode-Light.ttf");
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Fira Code";
|
|
src: url("/static/assets/fonts/FiraCode-Regular.ttf");
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Fira Code";
|
|
src: url("/static/assets/fonts/FiraCode-Medium.ttf");
|
|
font-weight: 500;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Fira Code";
|
|
src: url("/static/assets/fonts/FiraCode-SemiBold.ttf");
|
|
font-weight: 600;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Fira Code";
|
|
src: url("/static/assets/fonts/FiraCode-Bold.ttf");
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
} |