Commit 4837d41c authored by Boris Kocherov's avatar Boris Kocherov

use .ttf as extension for truetype fonts

parent eadbe0d8
......@@ -424,7 +424,7 @@ function CFontFileLoader(id)
g_fontNamesEncoder = new ZBase32Encoder();
//var _name = this.Id;
var _name = g_fontNamesEncoder.Encode(this.Id) + ".js";
var _name = g_fontNamesEncoder.Encode(this.Id) + ".ttf";
xhr.open('GET', basePath + "/" + _name, true); // TODO:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment