forked from speed-dreams/speed-dreams-code
WIP HQ fonts menu rework
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3927 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: dde69896314a701270da47aca2282c495690d30b Former-commit-id: e519696fbe14508e8b1d3eebcd685b1290f5d84f
This commit is contained in:
parent
f2dcfc2b1c
commit
dfe870e38f
1 changed files with 8 additions and 8 deletions
|
@ -16,7 +16,7 @@
|
|||
<!DOCTYPE params SYSTEM "../tgf/params.dtd">
|
||||
|
||||
|
||||
<params name="Screen" version="1.8">
|
||||
<params name="Screen" version="1.9">
|
||||
|
||||
<section name="Validated Screen Properties">
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
|||
|
||||
<section name="Menu Font">
|
||||
|
||||
<attstr name="name" val="liberation-sans-bold.glf"/>
|
||||
<attstr name="name" val="jura-normal.glf"/>
|
||||
<attnum name="size big" val="250"/>
|
||||
<attnum name="size large" val="230"/>
|
||||
<attnum name="size medium" val="180"/>
|
||||
|
@ -43,7 +43,7 @@
|
|||
|
||||
<section name="Text Font">
|
||||
|
||||
<attstr name="name" val="liberation-sans-normal.glf"/>
|
||||
<attstr name="name" val="droid-sans-normal.glf"/>
|
||||
<attnum name="size big" val="320"/>
|
||||
<attnum name="size large" val="230"/>
|
||||
<attnum name="size medium" val="175"/>
|
||||
|
@ -53,11 +53,11 @@
|
|||
|
||||
<section name="Console Font">
|
||||
|
||||
<attstr name="name" val="b7.glf"/>
|
||||
<attnum name="size big" val="14"/>
|
||||
<attnum name="size large" val="10"/>
|
||||
<attnum name="size medium" val="6"/>
|
||||
<attnum name="size small" val="5"/>
|
||||
<attstr name="name" val="droid-sans-bold.glf"/>
|
||||
<attnum name="size big" val="320"/>
|
||||
<attnum name="size large" val="230"/>
|
||||
<attnum name="size medium" val="175"/>
|
||||
<attnum name="size small" val="150"/>
|
||||
|
||||
</section>
|
||||
|
||||
|
|
Loading…
Reference in a new issue