Hello everyone, I'm trying to use another font in OM, but can't figure out how it works...
I tried the following on this structure: | |-resources/ |-library.lzx |-myfile.lzx I put the *.ttf files into the resources folder and added the following code to library.lzx: <font name="ubuntu"> <face src="resources/ubuntur.ttf"/> <face src="resources/ubuntub.ttf" style="bold"/> </font> Then I changed code in myfile.lzx: <labelTooltip name="_text" text="" labelid="1545"/> to <labelTooltip name="_text" text="" labelid="1545" font="ubuntu" fontstyle="bold"/> When I build OM it changes nothing, so, does anyone know how to change the fonts? Thanks in advance!
