add custom fonts

This commit is contained in:
nik
2025-09-29 13:29:50 +03:00
parent a46381a868
commit 1878f298a2
17 changed files with 118 additions and 0 deletions

View File

@@ -42,3 +42,121 @@ body {
margin-top: 2rem;
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;
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.