mirror of
https://github.com/mollersuite/monofile.git
synced 2024-11-23 06:06:27 -08:00
oh wait i forgot to Serve from server
This commit is contained in:
parent
3cf1a251c7
commit
dc9d9ddb4f
BIN
assets/fonts/FiraCode-Bold.ttf
Normal file
BIN
assets/fonts/FiraCode-Bold.ttf
Normal file
Binary file not shown.
BIN
assets/fonts/FiraCode-Light.ttf
Normal file
BIN
assets/fonts/FiraCode-Light.ttf
Normal file
Binary file not shown.
BIN
assets/fonts/FiraCode-Medium.ttf
Normal file
BIN
assets/fonts/FiraCode-Medium.ttf
Normal file
Binary file not shown.
BIN
assets/fonts/FiraCode-Regular.ttf
Normal file
BIN
assets/fonts/FiraCode-Regular.ttf
Normal file
Binary file not shown.
BIN
assets/fonts/FiraCode-SemiBold.ttf
Normal file
BIN
assets/fonts/FiraCode-SemiBold.ttf
Normal file
Binary file not shown.
BIN
assets/fonts/Inconsolata-Black.ttf
Normal file
BIN
assets/fonts/Inconsolata-Black.ttf
Normal file
Binary file not shown.
BIN
assets/fonts/Inconsolata-Bold.ttf
Normal file
BIN
assets/fonts/Inconsolata-Bold.ttf
Normal file
Binary file not shown.
BIN
assets/fonts/Inconsolata-ExtraBold.ttf
Normal file
BIN
assets/fonts/Inconsolata-ExtraBold.ttf
Normal file
Binary file not shown.
BIN
assets/fonts/Inconsolata-ExtraLight.ttf
Normal file
BIN
assets/fonts/Inconsolata-ExtraLight.ttf
Normal file
Binary file not shown.
BIN
assets/fonts/Inconsolata-Light.ttf
Normal file
BIN
assets/fonts/Inconsolata-Light.ttf
Normal file
Binary file not shown.
BIN
assets/fonts/Inconsolata-Medium.ttf
Normal file
BIN
assets/fonts/Inconsolata-Medium.ttf
Normal file
Binary file not shown.
BIN
assets/fonts/Inconsolata-Regular.ttf
Normal file
BIN
assets/fonts/Inconsolata-Regular.ttf
Normal file
Binary file not shown.
BIN
assets/fonts/Inconsolata-SemiBold.ttf
Normal file
BIN
assets/fonts/Inconsolata-SemiBold.ttf
Normal file
Binary file not shown.
BIN
assets/fonts/SourceSansPro-Bold.ttf
Normal file
BIN
assets/fonts/SourceSansPro-Bold.ttf
Normal file
Binary file not shown.
BIN
assets/fonts/SourceSansPro-BoldItalic.ttf
Normal file
BIN
assets/fonts/SourceSansPro-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
assets/fonts/SourceSansPro-Italic.ttf
Normal file
BIN
assets/fonts/SourceSansPro-Italic.ttf
Normal file
Binary file not shown.
BIN
assets/fonts/SourceSansPro-Regular.ttf
Normal file
BIN
assets/fonts/SourceSansPro-Regular.ttf
Normal file
Binary file not shown.
BIN
assets/fonts/SourceSansPro-SemiBold.ttf
Normal file
BIN
assets/fonts/SourceSansPro-SemiBold.ttf
Normal file
Binary file not shown.
BIN
assets/fonts/SourceSansPro-SemiBoldItalic.ttf
Normal file
BIN
assets/fonts/SourceSansPro-SemiBoldItalic.ttf
Normal file
Binary file not shown.
34
assets/fonts/fira_code.css
Normal file
34
assets/fonts/fira_code.css
Normal file
|
@ -0,0 +1,34 @@
|
|||
@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;
|
||||
}
|
55
assets/fonts/inconsolata.css
Normal file
55
assets/fonts/inconsolata.css
Normal file
|
@ -0,0 +1,55 @@
|
|||
@font-face {
|
||||
font-family: "Inconsolata";
|
||||
src: url("/static/assets/fonts/Inconsolata-ExtraLight.ttf");
|
||||
font-weight: 200;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Inconsolata";
|
||||
src: url("/static/assets/fonts/Inconsolata-Light.ttf");
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Inconsolata";
|
||||
src: url("/static/assets/fonts/Inconsolata-Regular.ttf");
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Inconsolata";
|
||||
src: url("/static/assets/fonts/Inconsolata-Medium.ttf");
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Inconsolata";
|
||||
src: url("/static/assets/fonts/Inconsolata-SemiBold.ttf");
|
||||
font-weight: 600;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Inconsolata";
|
||||
src: url("/static/assets/fonts/Inconsolata-Bold.ttf");
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Inconsolata";
|
||||
src: url("/static/assets/fonts/Inconsolata-ExtraBold.ttf");
|
||||
font-weight: 800;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Inconsolata";
|
||||
src: url("/static/assets/fonts/Inconsolata-Black.ttf");
|
||||
font-weight: 900;
|
||||
font-style: normal;
|
||||
}
|
1
assets/fonts/license
Normal file
1
assets/fonts/license
Normal file
|
@ -0,0 +1 @@
|
|||
These fonts are licensed under the OFL
|
41
assets/fonts/source_sans.css
Normal file
41
assets/fonts/source_sans.css
Normal file
|
@ -0,0 +1,41 @@
|
|||
@font-face {
|
||||
font-family: "Source Sans Pro";
|
||||
src: url("/static/assets/fonts/SourceSansPro-Regular.ttf");
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Source Sans Pro";
|
||||
src: url("/static/assets/fonts/SourceSansPro-Italic.ttf");
|
||||
font-weight: 400;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Source Sans Pro";
|
||||
src: url("/static/assets/fonts/SourceSansPro-SemiBold.ttf");
|
||||
font-weight: 600;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Source Sans Pro";
|
||||
src: url("/static/assets/fonts/SourceSansPro-SemiBoldItalic.ttf");
|
||||
font-weight: 600;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Source Sans Pro";
|
||||
src: url("/static/assets/fonts/SourceSansPro-Bold.ttf");
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Source Sans Pro";
|
||||
src: url("/static/assets/fonts/SourceSansPro-BoldItalic.ttf");
|
||||
font-weight: 700;
|
||||
font-style: italic;
|
||||
}
|
|
@ -3,7 +3,9 @@
|
|||
from the server but it's fine for now
|
||||
*/
|
||||
|
||||
@import url('https://fonts.googleapis.com/css2?family=Fira+Code&family=Inconsolata&family=Source+Sans+Pro:wght@300;400;600;700;900&display=swap');
|
||||
@import url("/static/assets/fonts/inconsolata.css");
|
||||
@import url("/static/assets/fonts/source_sans.css");
|
||||
@import url("/static/assets/fonts/fira_code.css");
|
||||
|
||||
$FallbackFonts:
|
||||
-apple-system,
|
||||
|
|
Loading…
Reference in a new issue