changeset 1076 | 18121a8b4668 |
parent 1066 | 1f1b3686a2b0 |
child 1088 | 9702e17146e6 |
--- a/hedgewars/uConsts.pas Sat Jul 12 13:22:10 2008 +0000 +++ b/hedgewars/uConsts.pas Sat Jul 12 14:26:43 2008 +0000 @@ -228,15 +228,15 @@ Fontz: array[THWFont] of THHFont = ( (Handle: nil; Height: 12; - style: TTF_STYLE_NORMAL; + style: TTF_STYLE_BOLD; Name: 'DejaVuSans.ttf'), (Handle: nil; Height: 24; - style: TTF_STYLE_NORMAL; + style: TTF_STYLE_BOLD; Name: 'DejaVuSans.ttf'), (Handle: nil; Height: 10; - style: TTF_STYLE_NORMAL; + style: TTF_STYLE_BOLD; Name: 'DejaVuSans.ttf') );