mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
back relative path to fonts
This commit is contained in:
@ -160,7 +160,7 @@
|
||||
this.fonts_streams = [];
|
||||
|
||||
// теперь вся информация о всех возможных шрифтах. Они во всех редакторах должны быть одни и те же
|
||||
this.fontFilesPath = "/fonts/";
|
||||
this.fontFilesPath = "../../../../fonts/";
|
||||
this.fontFiles = AscFonts.g_font_files;
|
||||
this.fontInfos = AscFonts.g_font_infos;
|
||||
this.map_font_index = AscFonts.g_map_font_index;
|
||||
|
||||
Reference in New Issue
Block a user