- WebViewer Server configurationThe font server must be capable of serving via the HTTPS protocol. The fonts.json file and all the .css files should be placed into the same directory on the server (corresponding to the URL that was provided to setCustomFontURL above). Depending on the situation and the client version, WebViewer will fetch either fonts.json or the .css files directly, after which the font URLs will be read from the .css files. By default all the fonts will be served from
www.pdftron.com/webfonts/. To change this, simply replace
www.pdftron.com/webfonts/ with your own server in all the .css files.