Skip to content

Commit

Permalink
Windows|Client|Default Style: Define a default font
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed May 15, 2013
1 parent f451c04 commit 743b5d4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doomsday/client/data/defaultstyle.pack/fonts.dei
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ script { import Version, gui }

namespace font {

font default condition "Version.OS == 'windows'" {
family: Verdana
size: 12pt
weight: normal
style: normal
}

font default condition "Version.OS == 'macx'" {
family: Lucida Grande
size: 16pt
Expand Down

0 comments on commit 743b5d4

Please sign in to comment.