generated from TCOTC/siyuan-ttf-HarmonyOS_Sans_SC-and-Twemoji
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
29 lines (27 loc) · 1.01 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/* LXGW WenKai */
@font-face {
font-family: "LXGW WenKai";
src: url("../plugins/siyuan-ttf-LXGWWenKaiGB-and-Twemoji/LXGWWenKai-1.510/LXGWWenKaiScreen.woff") format("woff");
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "LXGW WenKai";
src: url("../../../appearance/fonts/LxgwWenKai-Lite-1.501/LXGWWenKaiLite-Regular.ttf") format("truetype"); /* 思源内置字体 */
font-weight: 300;
font-style: normal;
font-display: swap;
}
/* Twemoji */
@font-face {
font-family: "Twemoji";
src: url("../plugins/siyuan-ttf-LXGWWenKaiGB-and-Twemoji/Twemoji/Twemoji-15.1.0.ttf") format("truetype");
font-style: normal;
font-weight: 400;
font-display: swap;
}
:root {
--b3-font-family: "LXGW WenKai", "Twemoji", "Emojis Additional", "Emojis Reset", BlinkMacSystemFont, Helvetica, "Luxi Sans", "DejaVu Sans", "Hiragino Sans", arial, sans-serif, emojis !important;
--b3-font-family-emoji: "Twemoji", "Emojis Additional", emojis !important;
}