1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-08-01 13:37:49 +00:00

Add italic fonts

This commit is contained in:
RGBCube 2024-01-08 13:58:46 +03:00
parent 4e5f9cdee0
commit 3c2a119e4c
No known key found for this signature in database
3 changed files with 17 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View file

@ -5,6 +5,14 @@
src: url("/assets/BaiJamjureeMedium.woff2") format("woff2");
}
@font-face {
font-display: block;
font-family: "BaiJam";
font-style: italic;
font-weight: normal;
src: url("/assets/BaiJamjureeMediumItalic.woff2") format("woff2");
}
@font-face {
font-display: block;
font-family: "BaiJam";
@ -12,6 +20,14 @@
src: url("/assets/BaiJamjureeBold.woff2") format("woff2");
}
@font-face {
font-display: block;
font-family: "BaiJam";
font-style: italic;
font-weight: bold;
src: url("/assets/BaiJamjureeBoldItalic.woff2") format("woff2");
}
html {
background-color: black;
color: white;