@-moz-document regexp("^(?!.*term.ptt.cc/)(?!.*91pu.com.tw/song)(?!.*guitarians.com)(?!.*docs.google.com)(?!.*yuantabank.com)(?!.*github.com)(?!.*d2r.world).*$") { /* 預設語言:繁體中文 */ html { --noto-sans: "源石黑體月"; --noto-mono: "Intel One Mono"; } /* 根據語系切換 Sans 主字體 */ [lang="zh-CN" i], [lang="zh" i], [lang="zh-hans" i] { --noto-sans: "Noto Sans CJK SC"; } [lang="ko" i] { --noto-sans: "Noto Sans CJK KR"; } [lang="ja" i], [lang="jp" i] { --noto-sans: "Noto Sans CJK JP"; } [lang="zh-HK" i] { --noto-sans: "Noto Sans CJK HK"; } [lang="zh-TW" i], [lang="zh-hant" i] { --noto-sans: "源石黑體月"; } /* 一般文字,支援字重變化 */ :not([class*="icon"]):not(i) { font-family: 'Be Vietnam Pro', var(--noto-sans), sans-serif !important; font-variant: no-common-ligatures proportional-nums; font-optical-sizing: none; font-kerning: none; -webkit-font-smoothing: antialiased !important; text-rendering: optimizeSpeed !important; } /* 程式碼區塊使用等寬字體(Intel One Mono) */ pre, code { font-family: var(--noto-mono), Consolas, "Courier New", monospace !important; } }