mirror of
https://github.com/jdegenstein/jmwright-CQ-Editor.git
synced 2025-12-19 22:24:19 +01:00
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/'
|