We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfb958e commit 5758f2dCopy full SHA for 5758f2d
global.pri
@@ -588,6 +588,8 @@ FC_DEFAULT_FONTS += "<dir>/System/Library/Assets/com_apple_MobileAsset_Font5</di
588
# Windows
589
win32 {
590
FC_DEFAULT_FONTS += "<dir>WINDOWSFONTDIR</dir>"
591
+# Windows 10 introduced user fonts, and is the preferred (and default) place to install fonts
592
+FC_DEFAULT_FONTS += "<dir>~/AppData/Local/Microsoft/Windows/Fonts</dir>"
593
FC_CACHEDIR += "<cachedir>LOCAL_APPDATA_FONTCONFIG_CACHE</cachedir>"
594
}
595
0 commit comments