镜像自地址
https://github.com/JGZYES/ParlzPackageManger.git
已同步 2026-09-11 05:42:44 +08:00
web: site fonts — English ZSFT-o + Chinese TW-Kai
- Add @font-face for the ZSFT-o family (500/400/600/700/800) and the TW-Kai @import (result.css) at the top of style.css. - Set body font stack to "ZSFT-o","TW-Kai",system-ui,sans-serif so English uses ZSFT-o and Chinese falls back to TW-Kai across the home + docs pages.
这个提交包含在:
@@ -1,5 +1,19 @@
|
||||
/* ParlzPackageManager — pure grayscale flat (black / white / gray only) */
|
||||
|
||||
/* ---- site fonts: English ZSFT-o + Chinese TW-Kai ---- */
|
||||
@import url("https://fontsapi.zeoseven.com/36/main/result.css");
|
||||
|
||||
@font-face{font-family:"ZSFT-o";src:url("https://fontsapi.zeoseven.com/o/medium.woff2") format("woff2");font-style:normal;font-weight:500;font-display:swap;}
|
||||
@font-face{font-family:"ZSFT-o";src:url("https://fontsapi.zeoseven.com/o/main.woff2") format("woff2");font-style:normal;font-weight:400;font-display:swap;}
|
||||
@font-face{font-family:"ZSFT-o";src:url("https://fontsapi.zeoseven.com/o/semi-bold.woff2") format("woff2");font-style:normal;font-weight:600;font-display:swap;}
|
||||
@font-face{font-family:"ZSFT-o";src:url("https://fontsapi.zeoseven.com/o/bold.woff2") format("woff2");font-style:normal;font-weight:700;font-display:swap;}
|
||||
@font-face{font-family:"ZSFT-o";src:url("https://fontsapi.zeoseven.com/o/extra-bold.woff2") format("woff2");font-style:normal;font-weight:800;font-display:swap;}
|
||||
|
||||
body{
|
||||
font-family:"ZSFT-o","TW-Kai",system-ui,sans-serif;
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
:root{
|
||||
--bg:#030303; /* near-black */
|
||||
--bg2:#060606;
|
||||
|
||||
在新工单中引用
屏蔽一个用户