OSGHUD: fix incorrect font name in config file

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8993 30fe4595-0a0c-4342-8851-515496e4dcbd
This commit is contained in:
madbad 2023-06-10 20:40:18 +00:00
parent ef872fd6b3
commit 6fb5a7b2fd
1 changed files with 2 additions and 2 deletions

View File

@ -1047,7 +1047,7 @@
<section name="rpm-number">
<attstr name="type" val="text"/>
<attstr name="color" val="1.0#1.0#1.0#1.0"/>
<attstr name="fontFileUrl" val="/Montserrant/Montserrat.ttf"/>
<attstr name="fontFileUrl" val="/Montserrant/Montserrat-Regular.ttf"/>
<attnum name="fontSize" val="20"/>
<attstr name="position-refObj" val="tachometer"/>
<attstr name="position-refObjPoint" val="tl"/>
@ -1061,7 +1061,7 @@
<section name="rpm-number-unit">
<attstr name="type" val="text"/>
<attstr name="color" val="1.0#1.0#1.0#0.4"/>
<attstr name="fontFileUrl" val="/Montserrant/Montserrat.ttf"/>
<attstr name="fontFileUrl" val="/Montserrant/Montserrat-Regular.ttf"/>
<attnum name="fontSize" val="15"/>
<attstr name="position-refObj" val="tachometer"/>
<attstr name="position-refObjPoint" val="bl"/>