"english" { // * each section must include a "fontlib" key with the path to the fontlib swf "fontlib" "resource/flash3/fontlib_en.swf" // * each exported font name must contain two keys // * "font" which is the name of the font as defined in the fontlib swf // * "style" which should be one of "normal" "bold" "italic" or "bolditalic" "$TextFont" { "font" "Dota Hypatia Regular" "style" "normal" } "$TextFontBold" { "font" "Dota Hypatia Bold" "style" "bold" } "$TitleFont" { "font" "Dota Trajan Regular" "style" "normal" } "$TitleFontBold" { "font" "Dota Hypatia Regular" "style" "normal" } }