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

Woff2 font is not loadable #3

Open
yushijinhun opened this issue Jul 29, 2022 · 1 comment
Open

Woff2 font is not loadable #3

yushijinhun opened this issue Jul 29, 2022 · 1 comment

Comments

@yushijinhun
Copy link

Hi, I'm trying to use the woff2 format font minecraft.woff2. However, the font file seems to be corrupted.

@font-face {
	font-family: 'Minecraft';
	src: url('minecraft.woff2') format('woff2');
}

Console output (Firefox 105.0a1):

downloadable font: cmap: Range glyph reference too high (110 > 109) (font-family: "Minecraft" style:normal weight:400 stretch:100 src index:0) source: http://127.0.0.1:8000/examples/minecraft.woff2
downloadable font: cmap: Failed to parse format 4 cmap subtable 0 (font-family: "Minecraft" style:normal weight:400 stretch:100 src index:0) source: http://127.0.0.1:8000/examples/minecraft.woff2
downloadable font: cmap: Failed to parse table (font-family: "Minecraft" style:normal weight:400 stretch:100 src index:0) source: http://127.0.0.1:8000/examples/minecraft.woff2
downloadable font: rejected by sanitizer (font-family: "Minecraft" style:normal weight:400 stretch:100 src index:0) source: http://127.0.0.1:8000/examples/minecraft.woff2 
@BrycensRanch
Copy link

agreed doesnt work

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