-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
自定义字体在hadeeth主题失效 #11
Comments
+1 |
找到问题了,下个版本更新。谢谢反馈 |
@font-face { :root { } |
好,是主题字体变量的选择器特殊性太高了。下个版本更新前可以在你的自定义代码中加上 @font-face {
font-family: "仓耳今楷01-W03";
font-style: normal;
src: url("plugins/custom-fonts/仓耳今楷01-W03.ttf");
}
:root {
--b3-font-family: "仓耳今楷01-W03", "Helvetica Neue", "Luxi Sans", "DejaVu Sans", "Hiragino Sans GB", "Microsoft Yahei", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols" !important;
} |
好的 具体加在哪儿呢 |
结尾 |
今晚更新版本,可以不用改啦 |
好嘞 |
应该是集市没刷新,可以重启下思源再看看
… 2024年1月25日 13:06,kokojacket ***@***.***> 写道:
好像还没有更新诶
—
Reply to this email directly, view it on GitHub <#11 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AX3L3CSOZ6MSL54BRDTXHWTYQHR7BAVCNFSM6AAAAABCGMHTEGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBZGM3DGMRUGU>.
You are receiving this because you modified the open/close state.
|
是的,更新了~ |
使用css实现的自定义字体在其他主题下顺利使用,但是本主题使用不了
The text was updated successfully, but these errors were encountered: