V 2024-12-16 01:11:12 +08:00 committed by Daniel
parent 6f1936e515
commit 1e2ed90f06
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 17 additions and 9 deletions

View file

@ -3,6 +3,14 @@
src: url(../fonts/JetBrainsMono-2.304/JetBrainsMono-Regular.woff2) format('woff2');
}
// Windows 斜体遮挡添加 "Segoe UI" 字体 https://github.com/siyuan-note/siyuan/issues/11841
@font-face {
font-family: 'Segoe UI Italic Char';
src: local("Segoe UI italic");
font-style: italic;
unicode-range: U+30-39, U+41-5A, U+61-7A, U+29, U+7D;
}
@font-face {
font-family: "Emojis";
src: url(../fonts/Noto-COLRv1-2.047/Noto-COLRv1.woff2) format("woff2"),
@ -71,6 +79,7 @@
span[data-type~="em"] {
font-style: italic;
color: var(--b3-protyle-inline-em-color);
font-family: "Segoe UI Italic Char";
}
s,