Google's "Noto Color Emoji" 글꼴을 다운로드했지만 제대로 작동하지 않습니다. "Noto Sans Regular"와 같은 글꼴에는 문제가 없습니다. 또한 우분투 리눅스에서 Windows 10 또는 파이어 폭스에서 크롬, 인터넷 익스플로러와 에지와 함께 작동하지 않습니다웹 사이트에서 그림 이모티콘을 사용하는 방법은 무엇입니까?
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)
:하지만 "노토 컬러 이모티콘"글꼴로 나는 (윈도우 10) 파이어 폭스에서 다음과 같은 오류를 얻을. 내가 잘못 뭐하는 거지
<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 –