1
Fork 0
mirror of https://github.com/RGBCube/rgbcube.github.io synced 2025-07-24 15:37:41 +00:00

Use vendored font

This commit is contained in:
RGBCube 2023-11-22 15:40:35 +03:00
parent 4050cf2196
commit 8aa15fc36d
No known key found for this signature in database

View file

@ -26,7 +26,11 @@
<body>
<style>
@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@700&display=swap');
@font-face {
font-family: "Bai Jamjuree";
font-weight: 700;
src: url(BaiJamjuree700.woff2) format(woff2);
}
html {
background-color: #1D2021;