re-arrange site resources
This commit is contained in:
parent
6b1a6a1e0e
commit
24744b767a
32 changed files with 205 additions and 204 deletions
48
res/css/fira.css
Normal file
48
res/css/fira.css
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
@font-face {
|
||||
font-family: "Fira Code";
|
||||
src: url("/res/fonts/FiraCode-Light.woff2") format("woff2"),
|
||||
url("/res/fonts/FiraCode-Light.woff") format("woff");
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Fira Code";
|
||||
src: url("/res/fonts/FiraCode-Regular.woff2") format("woff2"),
|
||||
url("/res/fonts/FiraCode-Regular.woff") format("woff");
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Fira Code";
|
||||
src: url("/res/fonts/FiraCode-Medium.woff2") format("woff2"),
|
||||
url("/res/fonts/FiraCode-Medium.woff") format("woff");
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Fira Code";
|
||||
src: url("/res/fonts/FiraCode-SemiBold.woff2") format("woff2"),
|
||||
url("/res/fonts/FiraCode-SemiBold.woff") format("woff");
|
||||
font-weight: 600;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Fira Code";
|
||||
src: url("/res/fonts/FiraCode-Bold.woff2") format("woff2"),
|
||||
url("/res/fonts/FiraCode-Bold.woff") format("woff");
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Fira Code VF";
|
||||
src: url("/res/fonts/FiraCode-VF.woff2") format("woff2-variations"),
|
||||
url("/res/fonts/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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue