Skip to content

Commit

Permalink
Change a font in mythburn to use the bold version
Browse files Browse the repository at this point in the history
Fixes #10435

Signed-off-by: Gavin Hurlbut <ghurlbut@mythtv.org>
  • Loading branch information
John Pilkington authored and Beirdo committed Jul 10, 2012
1 parent 868a566 commit 589efb4
Showing 1 changed file with 4 additions and 3 deletions.
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<mythburntheme>
<!-- Example theme for MythBurn 3 recordings per page, with scene selection submenu -->
<!-- try the bold fonts instead -->
<fonts>
<font size="23">FreeSans.ttf</font>
<font size="18">FreeSans.ttf</font>
<font size="16">FreeSans.ttf</font>
<font size="23">FreeSansBold.ttf</font>
<font size="18">FreeSansBold.ttf</font>
<font size="16">FreeSansBold.ttf</font>
</fonts>

<intro filename="mythlogo_intro.mpg"/>
Expand Down

0 comments on commit 589efb4

Please sign in to comment.