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

Add IBM Plex Mono

This commit is contained in:
RGBCube 2024-01-09 16:34:15 +03:00
parent a5e3648ace
commit 79f82a6a4e
No known key found for this signature in database
5 changed files with 40 additions and 5 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -1,13 +1,13 @@
@font-face { @font-face {
font-display: block; font-display: block;
font-family: "BaiJam"; 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-display: block;
font-family: "BaiJam"; font-family: "Bai Jamjuree";
font-style: italic; font-style: italic;
font-weight: normal; font-weight: normal;
src: url("/assets/BaiJamjureeMediumItalic.woff2") format("woff2"); src: url("/assets/BaiJamjureeMediumItalic.woff2") format("woff2");
@ -15,23 +15,58 @@
@font-face { @font-face {
font-display: block; font-display: block;
font-family: "BaiJam"; 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-display: block;
font-family: "BaiJam"; font-family: "Bai Jamjuree";
font-style: italic; font-style: italic;
font-weight: bold; font-weight: bold;
src: url("/assets/BaiJamjureeBoldItalic.woff2") format("woff2"); src: url("/assets/BaiJamjureeBoldItalic.woff2") format("woff2");
} }
@font-face {
font-display: block;
font-family: "IBM Plex Mono";
font-weight: normal;
src: url("/assets/IBMPlexMonoMedium.woff2") format("woff2");
}
@font-face {
font-display: block;
font-family: "IBM Plex Mono";
font-style: italic;
font-weight: normal;
src: url("/assets/IBMPlexMonoMediumItalic.woff2") format("woff2");
}
@font-face {
font-display: block;
font-family: "IBM Plex Mono";
font-weight: bold;
src: url("/assets/IBMPlexMonoBold.woff2") format("woff2");
}
@font-face {
font-display: block;
font-family: "IBM Plex Mono";
font-style: italic;
font-weight: bold;
src: url("/assets/IBMPlexMonoBoldItalic.woff2") format("woff2");
}
html { html {
background-color: black; background-color: black;
color: white; color: white;
font-family: "BaiJam"; font-family: "Bai Jamjuree";
}
code,
pre {
font-family: "IBM Plex Mono";
} }
body, body,