1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-08-01 13:37:49 +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> <body>
<style> <style>
@font-face { @font-face {
font-display: block;
font-family: "Bai Jamjuree"; font-family: "Bai Jamjuree";
font-weight: normal; font-weight: normal;
src: url("/assets/BaiJamjureeMedium.woff2") format("woff2"); src: url("/assets/BaiJamjureeMedium.woff2") format("woff2");
} }
@font-face { @font-face {
font-display: block;
font-family: "Bai Jamjuree"; font-family: "Bai Jamjuree";
font-style: italic; font-style: italic;
font-weight: normal; font-weight: normal;
@ -66,14 +64,12 @@
} }
@font-face { @font-face {
font-display: block;
font-family: "Bai Jamjuree"; font-family: "Bai Jamjuree";
font-weight: bold; font-weight: bold;
src: url("/assets/BaiJamjureeBold.woff2") format("woff2"); src: url("/assets/BaiJamjureeBold.woff2") format("woff2");
} }
@font-face { @font-face {
font-display: block;
font-family: "Bai Jamjuree"; font-family: "Bai Jamjuree";
font-style: italic; font-style: italic;
font-weight: bold; font-weight: bold;
@ -81,14 +77,12 @@
} }
@font-face { @font-face {
font-display: block;
font-family: "JetBrains Mono"; font-family: "JetBrains Mono";
font-weight: normal; font-weight: normal;
src: url("/assets/JetBrainsMonoMedium.woff2") format("woff2"); src: url("/assets/JetBrainsMonoMedium.woff2") format("woff2");
} }
@font-face { @font-face {
font-display: block;
font-family: "JetBrains Mono"; font-family: "JetBrains Mono";
font-style: italic; font-style: italic;
font-weight: normal; font-weight: normal;
@ -96,14 +90,12 @@
} }
@font-face { @font-face {
font-display: block;
font-family: "JetBrains Mono"; font-family: "JetBrains Mono";
font-weight: bold; font-weight: bold;
src: url("/assets/JetBrainsMonoBold.woff2") format("woff2"); src: url("/assets/JetBrainsMonoBold.woff2") format("woff2");
} }
@font-face { @font-face {
font-display: block;
font-family: "JetBrains Mono"; font-family: "JetBrains Mono";
font-style: italic; font-style: italic;
font-weight: bold; font-weight: bold;