改字体不生效,具体表现为:
-
改 Interface font 却变了 text font
-
改 text font 只有内置字体可用,下载的字体没用
-
改 css snipepts 昨晚生效了,今天又不生效
@font-face {
font-family: "MiSans VF";
src: url("C:\\Users\\<username>\\AppData\\Local\\Microsoft\\Windows\\Fonts\\MiSans VF.ttf")
format("truetype");
font-weight: normal;
font-style: normal;
font-display: swap;
}
body {
font-family: "MiSans VF";
letter-spacing: 0.03em;
line-height: 1.7;
}
在其他软件如obsidian,cherry studio中都可正常使用字体