summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-10-23 15:13:19 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-10-24 09:18:31 +0100
commit87858e043fe089a816a5787c356c94e7abbddd45 (patch)
treee243e3fcf5ee11de079451407cc70f0e6d02d1d8 /officecfg
parentbde5e683286096b9255254b28a862e519d57f547 (diff)
Set carlito/calibri caladea/cambria as MSOffice export replacements
so when we save one of our files that uses the chromium fonts to e.g. .doc we can set the in-file recommended fallback font to the MS equivalents to tell MSOffice what to use. Change-Id: Ia04022c91a7c43729ef315011addf33c316619ee
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/data/org/openoffice/VCL.xcu24
1 files changed, 23 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/VCL.xcu b/officecfg/registry/data/org/openoffice/VCL.xcu
index e159f61d0164..71ff09132398 100644
--- a/officecfg/registry/data/org/openoffice/VCL.xcu
+++ b/officecfg/registry/data/org/openoffice/VCL.xcu
@@ -1540,7 +1540,13 @@
<value>Normal,SansSerif</value>
</prop>
</node>
- <node oor:name="candara" oor:op="replace">
+ <node oor:name="carlito" oor:op="replace">
+ <prop oor:name="SubstFonts">
+ <value>calibri;hiraginomarugothicpronw3;hiraginomarugothicprow3</value>
+ </prop>
+ <prop oor:name="SubstFontsMS">
+ <value>Calibri</value>
+ </prop>
<prop oor:name="FontType">
<value>Normal,SansSerif</value>
</prop>
@@ -1553,6 +1559,22 @@
<value>Normal,Serif</value>
</prop>
</node>
+ <node oor:name="caladea" oor:op="replace">
+ <prop oor:name="SubstFonts">
+ <value>cambria;applelisung</value>
+ </prop>
+ <prop oor:name="SubstFontsMS">
+ <value>Cambria</value>
+ </prop>
+ <prop oor:name="FontType">
+ <value>Normal,Serif</value>
+ </prop>
+ </node>
+ <node oor:name="candara" oor:op="replace">
+ <prop oor:name="FontType">
+ <value>Normal,SansSerif</value>
+ </prop>
+ </node>
<node oor:name="consolas" oor:op="replace">
<prop oor:name="FontType">
<value>Normal,SansSerif,Fixed</value>