We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<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
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)
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'
The text was updated successfully, but these errors were encountered:
@alopatindev With the goal of isolating the bug, I have a question for you: have you tried the above in a different browser?
Sorry, something went wrong.
No branches or pull requests
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)The text was updated successfully, but these errors were encountered: