-
Notifications
You must be signed in to change notification settings - Fork 182
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
无法将字体设为Noto Serif显示 #19
Comments
@ZongchengMa 我试了下,可以的。 我在这里下载了 @font-face {
font-family: 'Noto Serif SC';
font-style: normal;
font-weight: 300;
src: local('Noto Serif SC'), local('Noto Serif SC Regular'), url('vue/NotoSerifSC-Regular.otf') format('otf');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} 修改 body 中的 body {
font-family: Noto Serif SC, Source Sans Pro, Helvetica Neue, Arial, sans-serif !important;
color: #34495e;
-webkit-font-smoothing: antialiased;
line-height: 1.6rem;
letter-spacing: 0;
margin: 0;
overflow-x: hidden;
} 重启 Typora 就可以看到一个效果了,这个只是 |
依然如之前一样,显示效果为只有英文和阿拉伯数字可以以 Noto Serif 来渲染。 我认真比对了代码,发觉我的代码应该和你的一样,为防错漏,还是贴上来看看。 这是我的 CSS 文件。 |
我这边把你的css文件下载下来,本地试了下,没问题啊,切换字体,能看到一些中文的差别的 |
我又在我的台式机和笔记本都做了测试。结果依然是英文数字可以正常显示而中文字体无法显示为 Noto Serif,暂不清楚这个 bug 是如何产生的。 另外,我已确保我的 Typora 为最新的 0.9.68 版本。 |
因为 Noto Sans 只有英文字符,需要下SC版本 |
我用过如下两种方法,但显示效果为只有英文和阿拉伯数字可以以Noto Serif来渲染,而中文不行。
第一种方法
第二种方法:
将所有引用了本地Source Sans Pro的本地地址改为Noto Serif 的本地地址,如:
The text was updated successfully, but these errors were encountered: