mirror of
https://github.com/RGBCube/Site
synced 2025-08-01 13:37:49 +00:00
Add italic fonts
This commit is contained in:
parent
4e5f9cdee0
commit
3c2a119e4c
3 changed files with 17 additions and 1 deletions
BIN
src/page/BaiJamjureeBoldItalic.woff2
Normal file
BIN
src/page/BaiJamjureeBoldItalic.woff2
Normal file
Binary file not shown.
BIN
src/page/BaiJamjureeMediumItalic.woff2
Normal file
BIN
src/page/BaiJamjureeMediumItalic.woff2
Normal file
Binary file not shown.
|
@ -5,6 +5,14 @@
|
||||||
src: url("/assets/BaiJamjureeMedium.woff2") format("woff2");
|
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-face {
|
||||||
font-display: block;
|
font-display: block;
|
||||||
font-family: "BaiJam";
|
font-family: "BaiJam";
|
||||||
|
@ -12,6 +20,14 @@
|
||||||
src: url("/assets/BaiJamjureeBold.woff2") format("woff2");
|
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 {
|
html {
|
||||||
background-color: black;
|
background-color: black;
|
||||||
color: white;
|
color: white;
|
||||||
|
@ -26,4 +42,4 @@ html {
|
||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration-line: none;
|
text-decoration-line: none;
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue