back relative path to fonts

This commit is contained in:
Alexander.Trofimov
2016-06-21 13:06:00 +03:00
parent 4dd46991c8
commit de074758ce

View File

@ -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;