mac: sets the Resources font folder

Sets a directory of fonts to use by the app @ Contents/Resources/etc/fonts (https://developer.apple.com/documentation/bundleresources/information_property_list/atsapplicationfontspath?language=objc)
This commit is contained in:
Benitoite
2020-02-16 11:33:16 -08:00
committed by GitHub
parent 338c2aacce
commit 209f8a5921

View File

@@ -31,6 +31,8 @@
<key>GTK_OVERLAY_SCROLLING</key>
<string>0</string>
</dict>
<key>ATSApplicationFontsPath</key>
<string>etc/fonts</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleDisplayName</key>