mirror of
https://github.com/RGBCube/Site
synced 2025-07-31 13:07:46 +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");
|
||||
}
|
||||
|
||||
@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;
|
||||
|
@ -26,4 +42,4 @@ html {
|
|||
|
||||
a {
|
||||
text-decoration-line: none;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue