css 是这样子写的:
@font-face{
font-family: "Noto Sans";
src: url(../fonts/Noto/NotoSans-Regular.ttf);
font-style: normal;
font-weight: normal;
}
@font-face{
font-family: "Noto Sans CJK SC";
src: url(../fonts/Noto/NotoSansCJKsc-Regular.otf);
font-style: normal;
font-weight: normal;
}
@font-face{
font-family: "Noto Sans CJK TC";
src: url(../fonts/Noto/NotoSansCJKtc-Regular.otf);
font-style: normal;
font-weight: normal;
}
@font-face{
font-family: "Noto Sans CJK JP";
src: url(../fonts/Noto/NotoSansCJKjp-Regular.otf);
font-style: normal;
font-weight: normal;
}
html{
font-family: "Noto Sans", "Noto Sans CJK SC", "Noto Sans CJK TC", "Noto Sans CJK JP",sans-serif;
}
但是似乎字体有问题,error 或 warning 如下:
Google Chrome 下:
Failed to decode downloaded font: http://tiantian.moe/fonts/Noto/NotoSansCJKsc-Regular.otf
Firefox 下:
downloadable font: CFF: Failed validating charstring set 0 (font-family: "Noto Sans CJK TC" style:normal weight:normal stretch:normal src index:0) source: http://tiantian.moe/fonts/Noto/NotoSansCJKtc-Regular.otf
字体文件是从 Google 官网下载的: http://www.google.com/get/noto/
请问这到底是什么情况?还有没有别的方法引入这种字体?
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.