CV update
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Successful in 23s

This commit is contained in:
BOTAlex 2026-01-11 20:36:55 +01:00
parent 60bc0a221c
commit b2a4c286bf
8 changed files with 138 additions and 112 deletions

View file

@ -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";