Mercurial > hg > camir-aes2014
comparison toolboxes/graph_visualisation/etc/fonts/conf.avail/30-amt-aliases.conf @ 0:e9a9cd732c1e tip
first hg version after svn
author | wolffd |
---|---|
date | Tue, 10 Feb 2015 15:05:51 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:e9a9cd732c1e |
---|---|
1 <?xml version="1.0"?> | |
2 <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> | |
3 <!-- conf.d/sub-pixel.conf --> | |
4 <fontconfig> | |
5 <!-- | |
6 AMT provides metric and shape compatible fonts for these three web font | |
7 families. | |
8 --> | |
9 <alias> | |
10 <family>Times New Roman</family> | |
11 <accept><family>Thorndale AMT</family></accept> | |
12 </alias> | |
13 <alias> | |
14 <family>Arial</family> | |
15 <accept><family>Albany AMT</family></accept> | |
16 </alias> | |
17 <alias> | |
18 <family>Courier New</family> | |
19 <accept><family>Cumberland AMT</family></accept> | |
20 </alias> | |
21 </fontconfig> |