ob字体更改问题

改字体不生效,具体表现为:

@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中都可正常使用字体