mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-26 17:24:45 +00:00
disable font faces for pdf viewer
This commit is contained in:
parent
4d7b92823e
commit
37dc6286cc
@ -33,6 +33,7 @@ import 'hammerjs';
|
||||
|
||||
import * as pdfjsLib from 'pdfjs-dist';
|
||||
pdfjsLib.PDFJS.workerSrc = 'pdf.worker.js';
|
||||
pdfjsLib.PDFJS.disableFontFace = true;
|
||||
|
||||
if (environment.production) {
|
||||
enableProdMode();
|
||||
|
Loading…
x
Reference in New Issue
Block a user