diff options
Diffstat (limited to 'opplysning.c')
| -rw-r--r-- | opplysning.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/opplysning.c b/opplysning.c index 7764ee5..9fec961 100644 --- a/opplysning.c +++ b/opplysning.c @@ -149,7 +149,8 @@ ray_init(void) int ncp = 0; int *cp = LoadCodepoints(codes + 1, &ncp); R.font_h = LoadFontEx("font/adventpro-bold.ttf", 48, cp, ncp); - R.font_p = LoadFontEx("font/Go-Mono.ttf", 24, cp, ncp); + R.font_p = + LoadFontEx("font/BellCentennialStd-Address.ttf", 32, cp, ncp); UnloadCodepoints(cp); free(codes); |
