Add an alias 'Standard Symbols L' for 'Symbol'.
This commit is contained in:
parent
2f02e38361
commit
ca2556f263
|
@ -1,3 +1,8 @@
|
||||||
|
2006-04-13 Patrick Lam <plam@mit.edu>
|
||||||
|
* fonts.conf.in:
|
||||||
|
|
||||||
|
Add an alias 'Standard Symbols L' for 'Symbol'.
|
||||||
|
|
||||||
2006-04-12 Frederic Crozat <fcrozat@mandriva.com>
|
2006-04-12 Frederic Crozat <fcrozat@mandriva.com>
|
||||||
reviewed by: plam
|
reviewed by: plam
|
||||||
|
|
||||||
|
|
|
@ -144,7 +144,7 @@
|
||||||
</match>
|
</match>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
URW provides metric and shape compatible fonts for these 3 Adobe families.
|
URW provides metric and shape compatible fonts for these 4 Adobe families.
|
||||||
-->
|
-->
|
||||||
<alias>
|
<alias>
|
||||||
<family>Times</family>
|
<family>Times</family>
|
||||||
|
@ -158,6 +158,10 @@
|
||||||
<family>Courier</family>
|
<family>Courier</family>
|
||||||
<accept><family>Nimbus Mono L</family></accept>
|
<accept><family>Nimbus Mono L</family></accept>
|
||||||
</alias>
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Symbol</family>
|
||||||
|
<accept><family>Standard Symbols L</family></accept>
|
||||||
|
</alias>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
AMT provides metric and shape compatible fonts for these three web font
|
AMT provides metric and shape compatible fonts for these three web font
|
||||||
|
|
Loading…
Reference in New Issue