add custom fonts
This commit is contained in:
@@ -42,3 +42,121 @@ body {
|
|||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
color: rgb(var(--primary));
|
color: rgb(var(--primary));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "MapleMono";
|
||||||
|
src: url("/fonts/MapleMono-Thin.ttf.woff2") format("woff2");
|
||||||
|
font-weight: 100;
|
||||||
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "MapleMono";
|
||||||
|
src: url("/fonts/MapleMono-ExtraLight.ttf.woff2") format("woff2");
|
||||||
|
font-weight: 200;
|
||||||
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "MapleMono";
|
||||||
|
src: url("/fonts/MapleMono-Light.ttf.woff2") format("woff2");
|
||||||
|
font-weight: 300;
|
||||||
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "MapleMono";
|
||||||
|
src: url("/fonts/MapleMono-Regular.ttf.woff2") format("woff2");
|
||||||
|
font-weight: 400;
|
||||||
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "MapleMono";
|
||||||
|
src: url("/fonts/MapleMono-Medium.ttf.woff2") format("woff2");
|
||||||
|
font-weight: 500;
|
||||||
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "MapleMono";
|
||||||
|
src: url("/fonts/MapleMono-SemiBold.ttf.woff2") format("woff2");
|
||||||
|
font-weight: 600;
|
||||||
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "MapleMono";
|
||||||
|
src: url("/fonts/MapleMono-Bold.ttf.woff2") format("woff2");
|
||||||
|
font-weight: 700;
|
||||||
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "MapleMono";
|
||||||
|
src: url("/fonts/MapleMono-ExtraBold.ttf.woff2") format("woff2");
|
||||||
|
font-weight: 800;
|
||||||
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "MapleMono";
|
||||||
|
src: url("/fonts/MapleMono-ThinItalic.ttf.woff2") format("woff2");
|
||||||
|
font-weight: 100;
|
||||||
|
font-style: italic;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "MapleMono";
|
||||||
|
src: url("/fonts/MapleMono-ExtraLightItalic.ttf.woff2") format("woff2");
|
||||||
|
font-weight: 200;
|
||||||
|
font-style: italic;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "MapleMono";
|
||||||
|
src: url("/fonts/MapleMono-LightItalic.ttf.woff2") format("woff2");
|
||||||
|
font-weight: 300;
|
||||||
|
font-style: italic;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "MapleMono";
|
||||||
|
src: url("/fonts/MapleMono-Italic.ttf.woff2") format("woff2");
|
||||||
|
font-weight: 400;
|
||||||
|
font-style: italic;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "MapleMono";
|
||||||
|
src: url("/fonts/MapleMono-MediumItalic.ttf.woff2") format("woff2");
|
||||||
|
font-weight: 500;
|
||||||
|
font-style: italic;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "MapleMono";
|
||||||
|
src: url("/fonts/MapleMono-SemiBoldItalic.ttf.woff2") format("woff2");
|
||||||
|
font-weight: 600;
|
||||||
|
font-style: italic;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "MapleMono";
|
||||||
|
src: url("/fonts/MapleMono-BoldItalic.ttf.woff2") format("woff2");
|
||||||
|
font-weight: 700;
|
||||||
|
font-style: italic;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "MapleMono";
|
||||||
|
src: url("/fonts/MapleMono-ExtraBoldItalic.ttf.woff2") format("woff2");
|
||||||
|
font-weight: 800;
|
||||||
|
font-style: italic;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
|
||||||
|
html,
|
||||||
|
body {
|
||||||
|
font-family: "MapleMono", monospace;
|
||||||
|
}
|
||||||
|
|||||||
BIN
static/fonts/MapleMono-Bold.ttf.woff2
Normal file
BIN
static/fonts/MapleMono-Bold.ttf.woff2
Normal file
Binary file not shown.
BIN
static/fonts/MapleMono-BoldItalic.ttf.woff2
Normal file
BIN
static/fonts/MapleMono-BoldItalic.ttf.woff2
Normal file
Binary file not shown.
BIN
static/fonts/MapleMono-ExtraBold.ttf.woff2
Normal file
BIN
static/fonts/MapleMono-ExtraBold.ttf.woff2
Normal file
Binary file not shown.
BIN
static/fonts/MapleMono-ExtraBoldItalic.ttf.woff2
Normal file
BIN
static/fonts/MapleMono-ExtraBoldItalic.ttf.woff2
Normal file
Binary file not shown.
BIN
static/fonts/MapleMono-ExtraLight.ttf.woff2
Normal file
BIN
static/fonts/MapleMono-ExtraLight.ttf.woff2
Normal file
Binary file not shown.
BIN
static/fonts/MapleMono-ExtraLightItalic.ttf.woff2
Normal file
BIN
static/fonts/MapleMono-ExtraLightItalic.ttf.woff2
Normal file
Binary file not shown.
BIN
static/fonts/MapleMono-Italic.ttf.woff2
Normal file
BIN
static/fonts/MapleMono-Italic.ttf.woff2
Normal file
Binary file not shown.
BIN
static/fonts/MapleMono-Light.ttf.woff2
Normal file
BIN
static/fonts/MapleMono-Light.ttf.woff2
Normal file
Binary file not shown.
BIN
static/fonts/MapleMono-LightItalic.ttf.woff2
Normal file
BIN
static/fonts/MapleMono-LightItalic.ttf.woff2
Normal file
Binary file not shown.
BIN
static/fonts/MapleMono-Medium.ttf.woff2
Normal file
BIN
static/fonts/MapleMono-Medium.ttf.woff2
Normal file
Binary file not shown.
BIN
static/fonts/MapleMono-MediumItalic.ttf.woff2
Normal file
BIN
static/fonts/MapleMono-MediumItalic.ttf.woff2
Normal file
Binary file not shown.
BIN
static/fonts/MapleMono-Regular.ttf.woff2
Normal file
BIN
static/fonts/MapleMono-Regular.ttf.woff2
Normal file
Binary file not shown.
BIN
static/fonts/MapleMono-SemiBold.ttf.woff2
Normal file
BIN
static/fonts/MapleMono-SemiBold.ttf.woff2
Normal file
Binary file not shown.
BIN
static/fonts/MapleMono-SemiBoldItalic.ttf.woff2
Normal file
BIN
static/fonts/MapleMono-SemiBoldItalic.ttf.woff2
Normal file
Binary file not shown.
BIN
static/fonts/MapleMono-Thin.ttf.woff2
Normal file
BIN
static/fonts/MapleMono-Thin.ttf.woff2
Normal file
Binary file not shown.
BIN
static/fonts/MapleMono-ThinItalic.ttf.woff2
Normal file
BIN
static/fonts/MapleMono-ThinItalic.ttf.woff2
Normal file
Binary file not shown.
Reference in New Issue
Block a user