Give the 'Standard Symbols L' match a strong (vs. weak) binding.
This commit is contained in:
parent
8cfa0bbc82
commit
a77572948e
|
@ -1,3 +1,8 @@
|
|||
2006-04-14 Patrick Lam <plam@mit.edu>
|
||||
* fonts.conf.in:
|
||||
|
||||
Give the 'Standard Symbols L' match a strong (vs. weak) binding.
|
||||
|
||||
2006-04-14 Patrick Lam <plam@mit.edu>
|
||||
* src/fcname.c (FcObjectToPtrLookup):
|
||||
|
||||
|
|
|
@ -170,10 +170,6 @@
|
|||
<family>Palatino</family>
|
||||
<accept><family>URW Palladio L</family></accept>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>Symbol</family>
|
||||
<accept><family>Standard Symbols L</family></accept>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>Times</family>
|
||||
<accept><family>Nimbus Roman No9 L</family></accept>
|
||||
|
@ -186,7 +182,14 @@
|
|||
<family>Zapf Dingbats</family>
|
||||
<accept><family>Dingbats</family></accept>
|
||||
</alias>
|
||||
|
||||
<match target="pattern">
|
||||
<test name="family">
|
||||
<string>Symbol</string>
|
||||
</test>
|
||||
<edit name="family" mode="append" binding="strong">
|
||||
<string>Standard Symbols L</string>
|
||||
</edit>
|
||||
</match>
|
||||
<!--
|
||||
AMT provides metric and shape compatible fonts for these three web font
|
||||
families.
|
||||
|
|
Loading…
Reference in New Issue