We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如果你使用这种方法,开发者认为 HarmonyOS_Sans_SC_Regular 挺不错的。
使用此方法,主题加载时间与其他主题接近。
目前此代码未加入主题代码中,使用与否,由用户决定。
删除 / 注释 fonts.css 文件内所有代码。
fonts.css
fonts.css 文件添加如下代码:
@font-face { font-family : "玄宋45S"; src : url("../Fonts/Chinese-Fonts/HYXuanSong45S.woff2"); font-display: swap; } @font-face { font-family : "Lora-Regular"; src : url("../Fonts/English-Fonts/Lora-Regular.woff2"); font-display: swap; } /* 中、英文字体,请按自己的喜好选择 */
root-element.css 文件添加以下代码:
root-element.css
:root { --html-text-en-font: "Lora-Regular"; --html-text-cn-font: "玄宋45S";; }
see-yue.css 文件开头在 html 选择器添加以下代码:
see-yue.css
html
html { font-family: var(--html-text-en-font), var(--html-text-cn-font); }
The text was updated successfully, but these errors were encountered:
jinghu-moon
No branches or pull requests
与朋友讨论,此功能将于下个版本内置,使用方法见主题说明文档
可能会存在一些细节问题,请酌情使用
提高主题加载速度的方法
如果你使用这种方法,开发者认为 HarmonyOS_Sans_SC_Regular 挺不错的。
使用此方法,主题加载时间与其他主题接近。
目前此代码未加入主题代码中,使用与否,由用户决定。
删除 / 注释
fonts.css
文件内所有代码。fonts.css
文件添加如下代码:root-element.css
文件添加以下代码:see-yue.css
文件开头在html
选择器添加以下代码:The text was updated successfully, but these errors were encountered: