我在Firefox中遇到以下错误。 True Type Font Carlito不会在Firefox中显示。但是我已经在另一台运行win 8.1的计算机上用Firefox测试了它。它还用于在Chrome和IE中显示和显示。我从这里下载了字体https://fontlibrary.org/en/font/carlito。有趣的是,我在同一台机器上安装了一个名为stylizer的程序,它的firefox版本显示正常。
downloadable font: Layout: lookup flag asks for mark attachment that is bad 256
downloadable font: Layout: Failed to parse lookup 1
downloadable font: GSUB: Failed to parse lookup list table
downloadable font: rejected by sanitizer
我知道有一段时间存在问题,如果您在系统上安装了某些谷歌字体,那么它们的显示会有所不同。我删除了字体,它没有任何区别。
这是我的CSS
@font-face {
font-family: 'CarlitoBold';
src: url('/ttf/Carlito-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'CarlitoBoldItalic';
src: url('/ttf/Carlito-BoldItalic.ttf') format('truetype');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'CarlitoItalic';
src: url('/ttf/Carlito-Italic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'CarlitoRegular';
src: url('/ttf/Carlito-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
正如我之前提到的那样,过去常常起作用,但事实并非如此。
好的,我已经在Firefox 43中测试过,没有问题。我已经在使用Firefox 44的多台计算机上进行了测试,并且该问题已被复制。
据我所知,Firefox 44使用fontlibrary.org的字体Carlito存在问题。
我的问题是我要求提供有关开发人员工具中显示的错误消息的信息。