Kaydet (Commit) 87858e04 authored tarafından Caolán McNamara's avatar Caolán McNamara

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
üst bde5e683
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment