diff --git a/assets/css/extended/custom.css b/assets/css/extended/custom.css index 4cde724..9af936e 100644 --- a/assets/css/extended/custom.css +++ b/assets/css/extended/custom.css @@ -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; +} diff --git a/static/fonts/MapleMono-Bold.ttf.woff2 b/static/fonts/MapleMono-Bold.ttf.woff2 new file mode 100644 index 0000000..ff1d67b Binary files /dev/null and b/static/fonts/MapleMono-Bold.ttf.woff2 differ diff --git a/static/fonts/MapleMono-BoldItalic.ttf.woff2 b/static/fonts/MapleMono-BoldItalic.ttf.woff2 new file mode 100644 index 0000000..185137d Binary files /dev/null and b/static/fonts/MapleMono-BoldItalic.ttf.woff2 differ diff --git a/static/fonts/MapleMono-ExtraBold.ttf.woff2 b/static/fonts/MapleMono-ExtraBold.ttf.woff2 new file mode 100644 index 0000000..c3a6d5a Binary files /dev/null and b/static/fonts/MapleMono-ExtraBold.ttf.woff2 differ diff --git a/static/fonts/MapleMono-ExtraBoldItalic.ttf.woff2 b/static/fonts/MapleMono-ExtraBoldItalic.ttf.woff2 new file mode 100644 index 0000000..51db86a Binary files /dev/null and b/static/fonts/MapleMono-ExtraBoldItalic.ttf.woff2 differ diff --git a/static/fonts/MapleMono-ExtraLight.ttf.woff2 b/static/fonts/MapleMono-ExtraLight.ttf.woff2 new file mode 100644 index 0000000..14be166 Binary files /dev/null and b/static/fonts/MapleMono-ExtraLight.ttf.woff2 differ diff --git a/static/fonts/MapleMono-ExtraLightItalic.ttf.woff2 b/static/fonts/MapleMono-ExtraLightItalic.ttf.woff2 new file mode 100644 index 0000000..84e1f4e Binary files /dev/null and b/static/fonts/MapleMono-ExtraLightItalic.ttf.woff2 differ diff --git a/static/fonts/MapleMono-Italic.ttf.woff2 b/static/fonts/MapleMono-Italic.ttf.woff2 new file mode 100644 index 0000000..620c985 Binary files /dev/null and b/static/fonts/MapleMono-Italic.ttf.woff2 differ diff --git a/static/fonts/MapleMono-Light.ttf.woff2 b/static/fonts/MapleMono-Light.ttf.woff2 new file mode 100644 index 0000000..1ce60ce Binary files /dev/null and b/static/fonts/MapleMono-Light.ttf.woff2 differ diff --git a/static/fonts/MapleMono-LightItalic.ttf.woff2 b/static/fonts/MapleMono-LightItalic.ttf.woff2 new file mode 100644 index 0000000..6f0de8f Binary files /dev/null and b/static/fonts/MapleMono-LightItalic.ttf.woff2 differ diff --git a/static/fonts/MapleMono-Medium.ttf.woff2 b/static/fonts/MapleMono-Medium.ttf.woff2 new file mode 100644 index 0000000..56ba98e Binary files /dev/null and b/static/fonts/MapleMono-Medium.ttf.woff2 differ diff --git a/static/fonts/MapleMono-MediumItalic.ttf.woff2 b/static/fonts/MapleMono-MediumItalic.ttf.woff2 new file mode 100644 index 0000000..da0d841 Binary files /dev/null and b/static/fonts/MapleMono-MediumItalic.ttf.woff2 differ diff --git a/static/fonts/MapleMono-Regular.ttf.woff2 b/static/fonts/MapleMono-Regular.ttf.woff2 new file mode 100644 index 0000000..07310fa Binary files /dev/null and b/static/fonts/MapleMono-Regular.ttf.woff2 differ diff --git a/static/fonts/MapleMono-SemiBold.ttf.woff2 b/static/fonts/MapleMono-SemiBold.ttf.woff2 new file mode 100644 index 0000000..af52fdc Binary files /dev/null and b/static/fonts/MapleMono-SemiBold.ttf.woff2 differ diff --git a/static/fonts/MapleMono-SemiBoldItalic.ttf.woff2 b/static/fonts/MapleMono-SemiBoldItalic.ttf.woff2 new file mode 100644 index 0000000..9e0e47b Binary files /dev/null and b/static/fonts/MapleMono-SemiBoldItalic.ttf.woff2 differ diff --git a/static/fonts/MapleMono-Thin.ttf.woff2 b/static/fonts/MapleMono-Thin.ttf.woff2 new file mode 100644 index 0000000..97258c3 Binary files /dev/null and b/static/fonts/MapleMono-Thin.ttf.woff2 differ diff --git a/static/fonts/MapleMono-ThinItalic.ttf.woff2 b/static/fonts/MapleMono-ThinItalic.ttf.woff2 new file mode 100644 index 0000000..277bef9 Binary files /dev/null and b/static/fonts/MapleMono-ThinItalic.ttf.woff2 differ