Skip to content

Commit 7ff6f51

Browse files
committed
Fix languages bustage
1 parent 64f8e79 commit 7ff6f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fonts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ var Font = (function () {
434434
"\x00\x00\x00\x0C" + // start of the table record
435435
"\x00\x04" + // format
436436
string16(headerSize) + // length
437-
"\x04\x09" + // languages
437+
"\x00\x00" + // languages
438438
string16(segCount2) +
439439
string16(searchRange) +
440440
string16(searchEntry) +

0 commit comments

Comments
 (0)