7 lines
170 B
Python
7 lines
170 B
Python
import os
|
|
import sys
|
|
|
|
if sys.platform.startswith('linux'):
|
|
os.environ['FONTCONFIG_FILE'] = '/etc/fonts/fonts.conf'
|
|
os.environ['FONTCONFIG_PATH'] = '/etc/fonts/'
|