1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-07-30 20:47:46 +00:00

Our fonts aren't that important...

This commit is contained in:
RGBCube 2024-02-24 16:18:20 +03:00
parent 1cda46e4de
commit e3d62bc997
No known key found for this signature in database

View file

@ -51,14 +51,12 @@
<body>
<style>
@font-face {
font-display: block;
font-family: "Bai Jamjuree";
font-weight: normal;
src: url("/assets/BaiJamjureeMedium.woff2") format("woff2");
}
@font-face {
font-display: block;
font-family: "Bai Jamjuree";
font-style: italic;
font-weight: normal;
@ -66,14 +64,12 @@
}
@font-face {
font-display: block;
font-family: "Bai Jamjuree";
font-weight: bold;
src: url("/assets/BaiJamjureeBold.woff2") format("woff2");
}
@font-face {
font-display: block;
font-family: "Bai Jamjuree";
font-style: italic;
font-weight: bold;
@ -81,14 +77,12 @@
}
@font-face {
font-display: block;
font-family: "JetBrains Mono";
font-weight: normal;
src: url("/assets/JetBrainsMonoMedium.woff2") format("woff2");
}
@font-face {
font-display: block;
font-family: "JetBrains Mono";
font-style: italic;
font-weight: normal;
@ -96,14 +90,12 @@
}
@font-face {
font-display: block;
font-family: "JetBrains Mono";
font-weight: bold;
src: url("/assets/JetBrainsMonoBold.woff2") format("woff2");
}
@font-face {
font-display: block;
font-family: "JetBrains Mono";
font-style: italic;
font-weight: bold;