use MapleMono NF ttf
This commit is contained in:
@@ -45,117 +45,32 @@ body {
|
|||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "MapleMono";
|
font-family: "MapleMono";
|
||||||
src: url("/fonts/MapleMono-Thin.ttf") format("truetype");
|
src: url("/fonts/MapleMono-NF-Regular.ttf") format("truetype");
|
||||||
font-weight: 100;
|
|
||||||
font-style: normal;
|
|
||||||
font-display: swap;
|
|
||||||
}
|
|
||||||
@font-face {
|
|
||||||
font-family: "MapleMono";
|
|
||||||
src: url("/fonts/MapleMono-ExtraLight.ttf") format("truetype");
|
|
||||||
font-weight: 200;
|
|
||||||
font-style: normal;
|
|
||||||
font-display: swap;
|
|
||||||
}
|
|
||||||
@font-face {
|
|
||||||
font-family: "MapleMono";
|
|
||||||
src: url("/fonts/MapleMono-Light.ttf") format("truetype");
|
|
||||||
font-weight: 300;
|
|
||||||
font-style: normal;
|
|
||||||
font-display: swap;
|
|
||||||
}
|
|
||||||
@font-face {
|
|
||||||
font-family: "MapleMono";
|
|
||||||
src: url("/fonts/MapleMono-Regular.ttf") format("truetype");
|
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "MapleMono";
|
font-family: "MapleMono";
|
||||||
src: url("/fonts/MapleMono-Medium.ttf") format("truetype");
|
src: url("/fonts/MapleMono-NF-Bold.ttf") format("truetype");
|
||||||
font-weight: 500;
|
|
||||||
font-style: normal;
|
|
||||||
font-display: swap;
|
|
||||||
}
|
|
||||||
@font-face {
|
|
||||||
font-family: "MapleMono";
|
|
||||||
src: url("/fonts/MapleMono-SemiBold.ttf") format("truetype");
|
|
||||||
font-weight: 600;
|
|
||||||
font-style: normal;
|
|
||||||
font-display: swap;
|
|
||||||
}
|
|
||||||
@font-face {
|
|
||||||
font-family: "MapleMono";
|
|
||||||
src: url("/fonts/MapleMono-Bold.ttf") format("truetype");
|
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "MapleMono";
|
font-family: "MapleMono";
|
||||||
src: url("/fonts/MapleMono-ExtraBold.ttf") format("truetype");
|
src: url("/fonts/MapleMono-NF-Italic.ttf") format("truetype");
|
||||||
font-weight: 800;
|
|
||||||
font-style: normal;
|
|
||||||
font-display: swap;
|
|
||||||
}
|
|
||||||
@font-face {
|
|
||||||
font-family: "MapleMono";
|
|
||||||
src: url("/fonts/MapleMono-ThinItalic.ttf") format("truetype");
|
|
||||||
font-weight: 100;
|
|
||||||
font-style: italic;
|
|
||||||
font-display: swap;
|
|
||||||
}
|
|
||||||
@font-face {
|
|
||||||
font-family: "MapleMono";
|
|
||||||
src: url("/fonts/MapleMono-ExtraLightItalic.ttf") format("truetype");
|
|
||||||
font-weight: 200;
|
|
||||||
font-style: italic;
|
|
||||||
font-display: swap;
|
|
||||||
}
|
|
||||||
@font-face {
|
|
||||||
font-family: "MapleMono";
|
|
||||||
src: url("/fonts/MapleMono-LightItalic.ttf") format("truetype");
|
|
||||||
font-weight: 300;
|
|
||||||
font-style: italic;
|
|
||||||
font-display: swap;
|
|
||||||
}
|
|
||||||
@font-face {
|
|
||||||
font-family: "MapleMono";
|
|
||||||
src: url("/fonts/MapleMono-Italic.ttf") format("truetype");
|
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "MapleMono";
|
font-family: "MapleMono";
|
||||||
src: url("/fonts/MapleMono-MediumItalic.ttf") format("truetype");
|
src: url("/fonts/MapleMono-NF-BoldItalic.ttf") format("truetype");
|
||||||
font-weight: 500;
|
|
||||||
font-style: italic;
|
|
||||||
font-display: swap;
|
|
||||||
}
|
|
||||||
@font-face {
|
|
||||||
font-family: "MapleMono";
|
|
||||||
src: url("/fonts/MapleMono-SemiBoldItalic.ttf") format("truetype");
|
|
||||||
font-weight: 600;
|
|
||||||
font-style: italic;
|
|
||||||
font-display: swap;
|
|
||||||
}
|
|
||||||
@font-face {
|
|
||||||
font-family: "MapleMono";
|
|
||||||
src: url("/fonts/MapleMono-BoldItalic.ttf") format("truetype");
|
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
}
|
||||||
@font-face {
|
|
||||||
font-family: "MapleMono";
|
|
||||||
src: url("/fonts/MapleMono-ExtraBoldItalic.ttf") format("truetype");
|
|
||||||
font-weight: 800;
|
|
||||||
font-style: italic;
|
|
||||||
font-display: swap;
|
|
||||||
}
|
|
||||||
|
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
font-family: "MapleMono", monospace;
|
font-family: "MapleMono", monospace;
|
||||||
|
|||||||
Reference in New Issue
Block a user