blob: 1a3097795e4b49106479d7fa93e4e9da13db4938 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- src/blockdiag/utils/bootstrap.py.orig 2020-02-01 09:48:17 UTC
+++ src/blockdiag/utils/bootstrap.py
@@ -255,11 +255,7 @@ class Options(object):
def detectfont(options):
import glob
fontdirs = [
- '/usr/share/fonts',
- '/Library/Fonts',
- '/System/Library/Fonts',
- 'c:/windows/fonts',
- '/usr/local/share/font-*',
+ '/usr/local/share/fonts',
]
fontfiles = [
'ipagp.ttf',
|