mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-25 14:31:09 +00:00
Merge pull request #138 from sharelatex/pdfng-use-browser-fonts
use font-face for pdfjs rendering
This commit is contained in:
commit
4e31833131
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ define [
|
|||
PAGE_RENDER_TIMEOUT: 60*1000
|
||||
|
||||
constructor: (@url, @options) ->
|
||||
PDFJS.disableFontFace = true # avoids repaints, uses worker more
|
||||
# PDFJS.disableFontFace = true # avoids repaints, uses worker more
|
||||
# PDFJS.disableAutoFetch = true # enable this to prevent loading whole file
|
||||
# PDFJS.disableStream
|
||||
# PDFJS.disableRange
|
||||
|
|
Loading…
Reference in a new issue