typeface-minecraft icon indicating copy to clipboard operation
typeface-minecraft copied to clipboard

Woff2 font is not loadable

Open yushijinhun opened this issue 1 year ago • 1 comments

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 

yushijinhun avatar Jul 29 '22 03:07 yushijinhun

agreed doesnt work

BrycensRanch avatar Apr 01 '23 01:04 BrycensRanch