/* src/css/_normalize.css */ @supports (text-autospace: no-autospace) { .juzhen { text-autospace: no-autospace; } } jz-char, jz-inner, jz-hws, jz-cs, jz-jinze, jz-em { font: inherit; color: inherit; } /* src/css/_lang.css */ :where(.juzhen):lang(zh-Hans), :where(.juzhen) :lang(zh-Hans) { font-family: "Noto Serif SC", "Noto Serif CJK SC", "Source Han Serif SC", serif; } :where(.juzhen):lang(zh-Hant), :where(.juzhen) :lang(zh-Hant) { font-family: "Noto Serif TC", "Noto Serif CJK TC", "Source Han Serif TC", serif; } :where(.juzhen):lang(zh-HK), :where(.juzhen) :lang(zh-HK) { font-family: "Noto Serif HK", "Noto Serif CJK HK", "Noto Serif TC", serif; } :where(.juzhen):lang(ja), :where(.juzhen) :lang(ja) { font-family: "Noto Serif JP", "Noto Serif CJK JP", serif; } /* src/css/_spacing.css */ jz-hws { margin-right: 0.25em; } jz-hws.jz-hws-trim { margin-right: 0; } /* src/css/_jiya.css */ jz-char { display: inline-block; vertical-align: baseline; } jz-inner { display: inline; } jz-char.jz-half jz-inner, jz-char.jz-half-le jz-inner { font-feature-settings: "halt" 1; -webkit-font-feature-settings: "halt" 1; } /* src/css/_jinze.css */ jz-jinze { display: inline-block; white-space: nowrap; vertical-align: baseline; } /* src/css/juzhen.css */