2015-12-21, 19:31
mm,
try to edit 1080p\font.xml
I'm using NE font for menu items, you can replace it to arial.ttf or to your custom font (just include it in the skin fonts dir)
I have russian users who made the same, and duplicated the default fontset to a new one called "Russian", you can try to use it first before you modify the file..
try to edit 1080p\font.xml
Code:
<font>
<name>menu-30</name>
<filename>NE.ttf</filename>
<size>30</size>
</font>
<font>
<name>menu</name>
<filename>NE.ttf</filename>
<size>38</size>
</font>
I have russian users who made the same, and duplicated the default fontset to a new one called "Russian", you can try to use it first before you modify the file..