CV update
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Successful in 23s
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Successful in 23s
This commit is contained in:
parent
60bc0a221c
commit
b2a4c286bf
8 changed files with 138 additions and 112 deletions
BIN
static/fonts/NotoSerifCJKsc-VF.ttf
Normal file
BIN
static/fonts/NotoSerifCJKsc-VF.ttf
Normal file
Binary file not shown.
|
|
@ -13,6 +13,13 @@
|
|||
url("/fonts/NotoSans.ttf") format("truetype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "NotoSans-cn";
|
||||
src:
|
||||
local("NotoSans-cn"),
|
||||
url("/fonts/NotoSerifCJKsc-VF.ttf") format("truetype");
|
||||
}
|
||||
|
||||
.cozette * {
|
||||
font-family: "CozetteVector";
|
||||
}
|
||||
|
|
@ -25,6 +32,10 @@
|
|||
font-family: "NotoSans";
|
||||
}
|
||||
|
||||
.NotoSans-cn * {
|
||||
font-family: "NotoSans-cn";
|
||||
}
|
||||
|
||||
/* fuck it */
|
||||
body * {
|
||||
font-family: "CozetteVector";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue