diff options
Diffstat (limited to 'core/views_caves.py')
-rw-r--r-- | core/views_caves.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/views_caves.py b/core/views_caves.py index af76b1e..a377cf1 100644 --- a/core/views_caves.py +++ b/core/views_caves.py @@ -371,6 +371,7 @@ areacolours = { for FONT in [ "/usr/share/fonts/truetype/freefont/FreeSans.ttf", "/usr/X11R6/lib/X11/fonts/truetype/arial.ttf", + "/mnt/c/windows/fonts/arial.ttf", "C:\WINNT\Fonts\ARIAL.TTF" ]: if os.path.isfile(FONT): break |