diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2013-10-18 22:50:26 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-10-19 08:07:03 +0000 |
commit | f38b5ce9b87d86e73893a3d3384621da994d1499 (patch) | |
tree | 800f31e045e7786c79de9c82a5babc11c93288ac /external/more_fonts/fonts | |
parent | 97d1923b6ccdef86f3d794b12e625ef0a7d88095 (diff) |
fdo#70393: move more_fonts to a subdir of external
Change-Id: I82d3c4e7ad274e906d55fe883242bd9014ebe2e9
Reviewed-on: https://gerrit.libreoffice.org/6344
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'external/more_fonts/fonts')
-rw-r--r-- | external/more_fonts/fonts/fc_local.conf | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/external/more_fonts/fonts/fc_local.conf b/external/more_fonts/fonts/fc_local.conf new file mode 100644 index 000000000000..6af763c0b0f0 --- /dev/null +++ b/external/more_fonts/fonts/fc_local.conf @@ -0,0 +1,35 @@ +<?xml version="1.0"?> +<!DOCTYPE fontconfig SYSTEM "/etc/fonts/conf.d/fonts.dtd"> +<fontconfig> + + <!-- Alias similar/metric-compatible families from various sources: --> + + <alias binding="same"> + <family>Liberation Sans Narrow</family> + <default> + <family>Arial Narrow</family> + </default> + </alias> + + <alias binding="same"> + <family>Arial Narrow</family> + <accept> + <family>Liberation Sans Narrow</family> + </accept> + </alias> + + <alias binding="same"> + <family>Calibri</family> + <accept> + <family>Carlito</family> + </accept> + </alias> + + <alias binding="same"> + <family>Cambria</family> + <accept> + <family>Caladea</family> + </accept> + </alias> + +</fontconfig> |