Remove the superfluous PDFJS.disableFontFace = false;
statement at the top of font_loader.js (issue 6742)
Fixes 6742.
This commit is contained in:
parent
4d6f3c85e0
commit
12068490ed
@ -17,8 +17,6 @@
|
||||
|
||||
'use strict';
|
||||
|
||||
PDFJS.disableFontFace = false;
|
||||
|
||||
function FontLoader(docId) {
|
||||
this.docId = docId;
|
||||
this.styleElement = null;
|
||||
|
Loading…
Reference in New Issue
Block a user