Skip to content
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 Color Emoji: missing characters? #184

Open
alopatindev opened this issue Apr 16, 2024 · 1 comment
Open

Noto Color Emoji: missing characters? #184

alopatindev opened this issue Apr 16, 2024 · 1 comment

Comments

@alopatindev
Copy link

alopatindev commented Apr 16, 2024

<head>
  <style>
    @font-face {
      font-display: swap;
      font-family: 'Noto Color Emoji';
      font-style: normal;
      font-weight: 400;
      src: url('/tmp/noto-color-emoji-v30-emoji-regular.woff2') format('woff2');
    }

    body {
      font-family: 'Noto Color Emoji';
    }
  </style>
</head>

<body>
  🛳🏞️🔮🧭🥝🦌😍❤️⭐💎🪙🌚
</body>

Shows nothing in ungoogled chromium 122.0.6261.111 with rm -f /tmp/noto-color-emoji-v30-emoji-regular.woff2 ; wget -qO - "https://gwfh.mranftl.com/api/fonts/noto-color-emoji?download=zip&subsets=emoji&variants=regular&formats=woff2" | bsdtar -xvf- -C /tmp

Works with rm -f /tmp/noto-color-emoji-v30-emoji-regular.woff2 ; wget -qO /tmp/noto-color-emoji-v30-emoji-regular.woff2 'https://fonts.gstatic.com/s/notocoloremoji/v30/Yq6P-KqIXTD0t4D9z1ESnKM3-HpFabsE4tq3luCC7p-aXxcn.2.woff2' (source)

@xpe
Copy link

xpe commented May 6, 2024

@alopatindev With the goal of isolating the bug, I have a question for you: have you tried the above in a different browser?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants