Changing default UI font to DejaVu Sans
Per discussion over in https://sourceforge.net/p/tuxpaint/mailman/tuxpaint-devel/thread/CADZCvhDRn174fTc0e3K6Qxa8pHjXCvwmUr9p3frdzh7YksiS7A@mail.gmail.com/
This commit is contained in:
parent
71ee416210
commit
d132f96075
2 changed files with 7 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
fonts.h
|
||||
|
||||
Copyright (c) 2009-2022
|
||||
Copyright (c) 2009-2023
|
||||
https://tuxpaint.org/
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
(See COPYING.txt)
|
||||
|
||||
Last updated: December 11, 2022
|
||||
Last updated: January 6, 2023
|
||||
$Id$
|
||||
*/
|
||||
|
||||
|
|
@ -43,7 +43,7 @@
|
|||
#include "SDL2_Pango.h"
|
||||
#endif
|
||||
|
||||
#define PANGO_DEFAULT_FONT "BitStream Vera"
|
||||
#define PANGO_DEFAULT_FONT "DejaVu Sans"
|
||||
|
||||
#include "compiler.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue