Added default configuration files for fontconfig, gtk+ and pango.
This commit is contained in:
parent
9d26798c71
commit
ecb591e948
45 changed files with 2644 additions and 0 deletions
7
win32/etc/fonts/conf.d/50-user.conf
Normal file
7
win32/etc/fonts/conf.d/50-user.conf
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||
<!-- /etc/fonts/conf.avail/50-user.conf file to configure system font access -->
|
||||
<fontconfig>
|
||||
<!-- Load per-user customization file -->
|
||||
<include ignore_missing="yes">~/.fonts.conf</include>
|
||||
</fontconfig>
|
||||
Loading…
Add table
Add a link
Reference in a new issue