From 429c21a8e956dfcb2928088aabe0ed85215cca90 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sat, 22 Feb 2020 00:04:41 +0000 Subject: installing on WSL ubuntu on Windows 10 --- core/views_caves.py | 1 + 1 file changed, 1 insertion(+) (limited to 'core/views_caves.py') 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 -- cgit v1.2.3