Google's "Noto Color Emoji"フォントをダウンロードしましたが、動作させることはできません。私は "Noto Sans Regular"のようなフォントに問題はありません。しかし、「能登色の絵文字」フォントと私は(Windowsの10の)Firefoxで次のエラーを取得:ウェブサイトで絵文字フォントを使用するには?
downloadable font: no supported glyph shapes table(s) present (font-family: "NotoColorEmoji" style:normal weight:normal stretch:normal src index:0)
downloadable font: rejected by sanitizer (font-family: "NotoColorEmoji" style:normal weight:normal stretch:normal src index:0)
また、Ubuntu Linuxの上でWindows 10またはFirefox上のクロム、Internet Explorerとエッジでの作業ではないです。
これは私のコードです:私は間違っ
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
@font-face {
font-family: 'NotoColorEmoji';
src: url('NotoColorEmoji.ttf') format('truetype');
}
</style>
</head>
<body>
<span style="font-family: 'NotoColorEmoji'">Emojis: </span>
</body>
何をしているのですか?絵文字フォントは別の方法で使用されていますか?
どこからフォントを入手しましたか?あなたはそれがウェブに適していると確信していますか? – deceze
あなたはfirefoxでのみ問題がありますか?勝つ、マック? –
https://github.com/googlei18n/noto-emoji/issues/43 –