diff options
Diffstat (limited to 'src/wayclock.cc')
| -rw-r--r-- | src/wayclock.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wayclock.cc b/src/wayclock.cc index b0212cb..55a9275 100644 --- a/src/wayclock.cc +++ b/src/wayclock.cc @@ -11,7 +11,7 @@ #define WAYC_APP_NAME "Wayclock" #define WAYC_APP_WIDTH 1280 #define WAYC_APP_HEIGHT 1080 -#define WAYC_FONT "AdwaitaMono-Regular.ttf" +#define WAYC_FONT "assets/AdwaitaMono-Regular.ttf" #define WAYC_ATLAS_WIDTH 512 #define WAYC_ATLAS_HEIGHT 512 #define WAYC_FONT_SIZE 48 |
