Quote Originally Posted by dani92m View Post
i mean to change the path in the xml file.

<xml>
<engine cache_size="131072" default="yes">
<font style="arial narrow" weight="normal">/tpa/preset/system/fonts/Arial Narrow_Reg.ttf</font>
</engine>

<engine cache_size="262144" default="no">
<font style="arial narrow" weight="bold" >/tpa/preset/system/fonts/Arial Narrow_Bd.ttf</font>
<font style="arial narrow" weight="italic" s01="20" >/tpa/preset/system/fonts/Arial Narrow_Reg.ttf</font>
<font style="arial narrow" weight="bold-italic" s01="20" >/tpa/preset/system/fonts/Arial Narrow_Bd.ttf</font>
</engine>
</xml>

maybe you can change the underline path to the memory stick. and save there the font file.

Did you no what i mean?
interesting approach.
i know for a fact that something similar to that works with icons, i have posted a tutorial how to do that.
however, i tried using same approach, as i did with icons, with layout.xml (storing it on the M2 card) but it did not work properly.
if you want to try your approach to store fonts on M2 card then path should be something like this "card/tpa/preset/system/fonts/fontname.ttf"

post results please.