about summary refs log tree commit diff stats
path: root/arc/.traces/convert-names-record-fields-indirect
diff options
context:
space:
mode:
Diffstat (limited to 'arc/.traces/convert-names-record-fields-indirect')
0 files changed, 0 insertions, 0 deletions
ef='#n70'>70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>

	<!--
		Documented at
		http://linux.die.net/man/5/fonts-conf
			
		To check font mapping run the command at terminal
		$ fc-match 'helvetica Neue'
		
		WARNING :: Droid Sans font with autohinter becomes bad, without autohinter looks great, but becomes smallish, cant help
		even the smallish is so good, that i am using it on desktop
		
		but cannot be used as a substitution for arial, since 12px (which is very common on websites) becomes small as if tahoma 10px
		
		Noto sans does better in this case, can be used as arial substitution without loss of size
		noto sans is slightly fatter than droid sans
		
		Open sans is much fat, and open sans bold looks bad, hence we choose noto sans as the replacement for arial
		
		
		Download the following fonts
		Droid fonts whole sets
		
		
		Download from google web fonts
		open sans all styles
		noto sans all styles
		noto serif all styles
	-->

	<!--
		.fonts.conf
		release 6.3.23
		Licensed under GNU GPL
		================================
		LCD optimized 96 dpi
		"Sharp'N'Clear" font settings
		with emphasis on 'msttcorefonts'

		tested on Ubuntu GNU/Linux 5.10
		================================
		by Obi Bok
		Gmail: obibok
		http://linuxtuneup.blogspot.com
		================================
		Why was this conceived?

		- some font families look better hinted by Byte Code Interpreter (BCI)
		while other fonts look better hinted by Auto-Hinter
		- hinting type affects italic and bold fonts differently
		- antialiasing needs to be adjusted according to font families and sizes
		
		Essentially, there is no one single rule that works for all fonts.

		NOTE:
		- Verdana @ 8pt doesn't render '2' and '6' right
		- Arial shows 'Z' distorted in Firefox 1.5
	-->

	<!--
		Make font sizes match the dpi set in Xorg.

		Increase or decrease this value if fonts are too small or too large
		for your screen resolution.

		FIXME: this only affects QT-based apps?
	-->
	<match target="pattern">
		<edit name="dpi" mode="assign">
			<double>96</double>
		</edit>
	</match>

	<!--
		Enable anti-aliasing.

		This only works for outline and scalable fonts.
		Bitmap and PostScript fonts do not get anti-aliased.

		FIXME: is this correct?
	-->
	<match target="font">
	<edit name="antialias" mode="assign">
	<bool>true</bool>
	</edit>
	</match>

	<!--
		Set sub-pixel order if not detected.

		"X knows the sub pixel order already, and if this is enabled as well,
		Freetype produces some very strange results. However, if you do still
		have problems, consider (...) 'rgb' (the standard for LCD monitors),
		'bgr' (unusual), 'vrgb' (vertical rgb, if you have a monitor that
		has been rotated by 90 degrees[1]), 'vgbr' (as vrgb, but very rare)."
		<http://www.linuxquestions.org/linux/answers/Hardware/\
		LCD_TFT_Monitor_Configuration_in_X_Org>

		Find out your LCD's sub-pixel order:
		<http://grc.com/image/cleartype2c.gif>
	-->
	<match target="font">
	<test qual="all" name="rgba" compare="eq">
	<const>unknown</const>
	</test>
	<edit name="rgba" mode="assign">
	<const>rgb</const>
	</edit>
	</match>

	<!--
		Sub-pixel hinting via BCI enabled by default if compiled in.

		"Whole-pixel anti-aliasing does not represent a useful solution for
		improving small point-size type. (...) By 'borrowing' sub-pixels from
		adjacent whole pixels, we can fine-tune the placement and width of typeface
		features with three times more horizontal accuracy then ever before!"
		<http://grc.com/ctwhat.htm>
	-->

	<!--
		Disable anti-aliasing for select fonts based on size and style.

		| font                  | WinXP | Linux |
		=========================================
		Andale Mono IPA            14      13
		Arial                      12      13
		Arial Black                12      -
		Arial Narrow               14      13
		Berling Antiqua            12      13
		Book Antiqua               12      13
		Bookdings                  0       ?
		Bookman Old Style          22      13
		Century Gothic             16      16
		Comic Sans MS              11      9/11
		Courier New                26      22
		Franklin Gothic Medium     12      10/12
		Frutiger Linotype          12      10/12
		Garamond                   18      13/19
		Georgia                    12      12/13
		Impact                     16      0
		Kartika                    12      16
		Lucida Console             12      13
		Lucida Sans Typewriter     12      12
		Lucida Sans Unicode        12      10/13
		Marlett                    ?       ?
		Microsoft Sans Serif       12      12/13
		Palatino Linotype          12      13
		SylfaenARM                 -       13
		Symbol                     12      ?
		Tahoma                     12      12/13
		Times New Roman            12      13
		Trebuchet MS               12      12
		Verdana                    12      12
		Vrinda                     12      17
		Webdings                   20      ?
		Wingdings                  20      ?
		=========================================

		"The relationship of pixels to points depends on the number of pixels
		per inch, which is typically some 'standard' value corresponding to
		default screen fonts. For example, MS Windows has two standard sets of
		screen fonts initially designed for IBM display systems: 'small' (VGA)
		and 'large' (8514/A). 'Small' fonts are 96 pixels per inch, 'large' are
		120. Macintosh systems render type at a nominal 72 pixels per inch, i.e.
		one pixel = one point. Some display systems using scalable screen fonts
		allow fine tuning of pixels per inch to suit user preferences."
		<http://www.hpaa.com/css1/pxnpts.asp>

		X pt * 96 dpi / 72 dpi = Y px
	-->

	<!--
		font group #1: normal roman anti-aliased above 10pt/13.4px
	-->
	<match target="font">
		
		<test qual="any" name="family" compare="eq">
			<string>Franklin Gothic Medium</string>
			<string>Frutiger Linotype</string>
			<!-- Lucida Sans Unicode has no italic and uses artificial oblique -->
			<string>Lucida Sans Unicode</string>
		</test>
		
		<test qual="any" name="pixelsize" compare="less_eq">
			<double>13.4</double>
		</test>
		
		<test qual="any" name="weight" compare="less_eq">
			<const>medium</const>
		</test>
		
		<test qual="any" name="slant" compare="eq">
			<const>roman</const>
		</test>
		
		<edit name="antialias" mode="assign">
			<bool>false</bool>
		</edit>

	</match>

	<!--
		font group #2: normal roman anti-aliased above 11pt/14.7px

		Must use 15px instead of 14.7px for this to work in QT-based apps
	-->
	<match target="font">
	<test qual="any" name="family" compare="eq">
	<!-- Comic Sans MS has no italic and uses artificial oblique -->
	<string>Comic Sans MS</string>
	</test>
	<test qual="any" name="pixelsize" compare="less_eq">
	<double>15</double>
	</test>
	<test qual="any" name="weight" compare="less_eq">
	<const>medium</const>
	</test>
	<test qual="any" name="slant" compare="eq">
	<const>roman</const>
	</test>
	<edit name="antialias" mode="assign">
	<bool>false</bool>
	</edit>
	</match>

	<!--
		font group #3: normal roman anti-aliased above 12pt/16px
		
		Must use at least 16.1px instead of 16px for this to work in Firefox
		Does not work in Chrome properly
		In chrome 13px evalutes to 17.4px pixelsize test, funny!
	-->
	<match target="font">
		<test qual="any" name="family" compare="eq">
			<string>Georgia</string>
			<string>Lucida Sans</string>
			<string>Lucida Sans Typewriter</string>
			<!-- Microsoft Sans Serif has no italic and uses artificial oblique -->
			<string>Microsoft Sans Serif</string>
			<!-- Tahoma has no italic and uses artificial oblique -->
			<string>Tahoma</string>
			<string>Trebuchet MS</string>
			<string>Verdana</string>
		</test>
		<test qual="any" name="pixelsize" compare="less_eq">
			<double>16.1</double>
		</test>
		<test qual="any" name="weight" compare="less_eq">
			<const>medium</const>
		</test>
		<test qual="any" name="slant" compare="eq">
			<const>roman</const>
		</test>
		
		<edit name="antialias" mode="assign">
			<bool>false</bool>
		</edit>
	</match>

	<!--
		font group #4: normal roman anti-aliased above 13pt/17.4px
	-->
	<match target="font">
		<test qual="any" name="family" compare="eq">
			<string>Arial</string>
			<string>Arial Narrow</string>
			<string>Berling Antiqua</string>
			<string>Book Antiqua</string>
			<string>Bookman Old Style</string>
			<string>Garamond</string>
			<!-- Lucida Console has no italic and uses artificial oblique -->
			<string>Lucida Console</string>
			<string>Palatino Linotype</string>
			<string>SylfaenARM</string>
			<string>Times New Roman</string>
		</test>
		<test qual="any" name="pixelsize" compare="less_eq">
			<double>17.4</double>
		</test>
		<test qual="any" name="weight" compare="less_eq">
			<const>medium</const>
		</test>
		<test qual="any" name="slant" compare="eq">
			<const>roman</const>
		</test>
		<edit name="antialias" mode="assign">
			<bool>false</bool>
		</edit>
	</match>

	<!--
		font group #5: normal roman anti-aliased above 16pt/21.4px
	-->
	<match target="font">
	<test qual="any" name="family" compare="eq">
	<string>Century Gothic</string>
	<string>Kartika</string>
	</test>
	<test qual="any" name="pixelsize" compare="less_eq">
	<double>21.4</double>
	</test>
	<test qual="any" name="weight" compare="less_eq">
	<const>medium</const>
	</test>
	<test qual="any" name="slant" compare="eq">
	<const>roman</const>
	</test>
	<edit name="antialias" mode="assign">
	<bool>false</bool>
	</edit>
	</match>

	<!--
		font group #6: normal roman anti-aliased above 17pt/23px
	-->
	<match target="font">
	<test qual="any" name="family" compare="eq">
	<string>Vrinda</string>
	</test>
	<test qual="any" name="pixelsize" compare="less_eq">
	<double>23</double>
	</test>
	<test qual="any" name="weight" compare="less_eq">
	<const>medium</const>
	</test>
	<test qual="any" name="slant" compare="eq">
	<const>roman</const>
	</test>
	<edit name="antialias" mode="assign">
	<bool>false</bool>
	</edit>
	</match>

	<!--
		font group #7: normal roman anti-aliased above 22pt/29.4px
	-->
	<match target="font">
	<test qual="any" name="family" compare="eq">
	<string>Courier New</string>
	</test>
	<test qual="any" name="pixelsize" compare="less_eq">
	<double>29.4</double>
	</test>
	<test qual="any" name="weight" compare="less_eq">
	<const>medium</const>
	</test>
	<test qual="any" name="slant" compare="eq">
	<const>roman</const>
	</test>
	<edit name="antialias" mode="assign">
	<bool>false</bool>
	</edit>
	</match>

	<!--
		font group #8: bold roman anti-aliased above 9pt/12px
	-->
	<match target="font">
	<test qual="any" name="family" compare="eq">
	<string>Georgia</string>
	</test>
	<test qual="any" name="pixelsize" compare="less_eq">
	<double>12</double>
	</test>
	<test qual="any" name="weight" compare="more">
	<const>medium</const>
	</test>
	<test qual="any" name="slant" compare="eq">
	<const>roman</const>
	</test>
	<edit name="antialias" mode="assign">
	<bool>false</bool>
	</edit>
	</match>

	<!--
		font group #9: bold roman anti-aliased above 10pt/13.4px
	-->
	<match target="font">
	<test qual="any" name="family" compare="eq">
	<string>Tahoma</string>
	<string>Verdana</string>
	</test>
	<test qual="any" name="pixelsize" compare="less_eq">
	<double>13.4</double>
	</test>
	<test qual="any" name="weight" compare="more">
	<const>medium</const>
	</test>
	<test qual="any" name="slant" compare="eq">
	<const>roman</const>
	</test>
	<edit name="antialias" mode="assign">
	<bool>false</bool>
	</edit>
	</match>

	<!--
		font group #10: bold roman anti-aliased above 12pt/16px
	-->
	<match target="font">
	<test qual="any" name="family" compare="eq">
	<string>Courier New</string>
	</test>
	<test qual="any" name="pixelsize" compare="less_eq">
	<double>16</double>
	</test>
	<test qual="any" name="weight" compare="more">
	<const>medium</const>
	</test>
	<test qual="any" name="slant" compare="eq">
	<const>roman</const>
	</test>
	<edit name="antialias" mode="assign">
	<bool>false</bool>
	</edit>
	</match>

	<!--
		Enable FreeType Auto-Hinter for select fonts.

		Auto-Hinter is disabled by default if Bytecode Interpreter was compiled in.
		Some Linux "native" fonts look better hinted by Auto-Hinter,
		usually in sizes 11pt-13pt; others look better hinted by BCI.
	-->

	<!--
		Set Auto-Hinter to full hinting style.

		'slight' and 'medium' hinting often produce pixel discoloration.
		
		hintfull for all fonts by default
	-->
	<match target="font">
		<edit name="hintstyle" mode="assign">
			<const>hintfull</const>
		</edit>
	</match>

	<!--
		font group #11: hinted via Auto-Hinter
	-->
	<match target="font">
		<test qual="any" name="family" compare="eq">
			<string>Bitstream Charter</string>
			<string>Courier 10 Pitch</string>
			<string>DejaVu Sans Condensed</string>
			<string>DejaVu Serif Condensed</string>
			<string>FreeMono</string>
			<string>FreeSans</string>
			<string>FreeSerif</string>
			<string>Luxi Mono</string>
			<string>Luxi Sans</string>
			<string>Luxi Serif</string>
			<string>MgOpen Canonica</string>
			<string>MgOpen Cosmetica</string>
			<string>MgOpen Modata</string>
			<string>MgOpen Moderna</string>
			<string>URW Bookman L</string>
			<string>URW Chancery L</string>
			<string>URW Gothic L</string>
			<string>URW Palladio L</string>
		</test>
		
		<edit name="autohint" mode="assign">
			<bool>true</bool>
		</edit>
	</match>

	<!--
		font group #12: normal italic hinted via Auto-Hinter at 9-10pt

		Arial hinted via BCI at 9pt has distorted 'y', at 10pt - '2'
	-->
	<match target="font">
	<test qual="any" name="family" compare="eq">
	<string>Arial</string>
	</test>
	<test qual="any" name="pixelsize" compare="more_eq">
	<double>12</double>
	</test>
	<test qual="any" name="pixelsize" compare="less_eq">
	<double>13.4</double>
	</test>
	<test qual="any" name="weight" compare="less_eq">
	<const>medium</const>
	</test>
	<test qual="any" name="slant" compare="not_eq">
	<const>roman</const>
	</test>
	<edit name="autohint" mode="assign">
	<bool>true</bool>
	</edit>
	</match>

	<!--
		font group #13: normal italic hinted via Auto-Hinter at 12pt

		This fixes distorted 'K'
	-->
	<match target="font">
	<test qual="any" name="family" compare="eq">
	<string>Book Antiqua</string>
	</test>
	<test qual="any" name="pixelsize" compare="eq">
	<double>16</double>
	</test>
	<test qual="any" name="weight" compare="less_eq">
	<const>medium</const>
	</test>
	<test qual="any" name="slant" compare="not_eq">
	<const>roman</const>
	</test>
	<edit name="autohint" mode="assign">
	<bool>true</bool>
	</edit>
	</match>

	<!--
		font group #14: normal italic hinted via Auto-Hinter at all sizes
	-->
	<match target="font">
	<test qual="any" name="family" compare="eq">
	<!-- 10, 11, 12 -->
	<string>Frutiger Linotype</string>
	<!--  8-9: 'z', '2'; 10-15, 17, 19: 'z' -->
	<string>Times New Roman</string>
	<!-- 9-10: 'N' 'Q'; 12: 'w', 'C', 'D', 'O', 'Q', 'R', '2', '9', '0' -->
	<string>Verdana</string>
	</test>
	<test qual="any" name="weight" compare="less_eq">
	<const>medium</const>
	</test>
	<test qual="any" name="slant" compare="not_eq">
	<const>roman</const>
	</test>
	<edit name="autohint" mode="assign">
	<bool>true</bool>
	</edit>
	</match>

	<!--
		Set minimum allowed size to avoid illegible fonts.
	-->
	<!-- 7pt in QT-based apps -->
	<match target="pattern">
	<test qual="any" name="size" compare="less">
	<double>7</double>
	</test>
	<edit name="size" mode="assign">
	<double>7</double>
	</edit>
	</match>

	<!-- 9.4px (7pt) in GTK-based apps -->
	<match target="pattern">
	<test qual="any" name="pixelsize" compare="less">
	<double>9.4</double>
	</test>
	<edit name="pixelsize" mode="assign">
	<double>9.4</double>
	</edit>
	</match>

	<!--
		TODO: Create rules limiting minimum sizes for these *bold* fonts:

		Andale Mono | Andale Mono IPA
		Arial
		Arial Narrow
		Berling Antiqua
		Book Antiqua
		Bookman Old Style
		Century Gothic
		Comic Sans MS
		Courier New
		Franklin Gothic Medium
		Frutiger Linotype
		Garamond
		Georgia
		Kartika
		Lucida Console
		Lucida Sans Typewriter
		Lucida Sans Unicode
		Microsoft Sans Serif
		Palatino | Palatino Linotype
		SylfaenARM
		Tahoma
		Times New Roman
		Trebuchet MS
		Verdana
		Vrinda
	-->

	<!--
		font group #15: bold fonts no smaller than 10.7px (8pt)

		FIXME: for Firefox and other GTK-based apps?
	-->
	<match target="font">
	<test qual="any" name="family" compare="eq">
	<string>Arial</string>
	</test>
	<test qual="any" name="pixelsize" compare="less">
	<double>10.7</double>
	</test>
	<test qual="any" name="weight" compare="more">
	<const>medium</const>
	</test>
	<edit name="pixelsize" mode="assign">
	<double>10.7</double>
	</edit>
	</match>

	<!--
		Anti-alias fonts with "fake" styles.

		FIXME: QT only? GTK? Firefox?
	-->
	<!-- FIXME: dirty_hack(tm) - fontconfig reports syntax errors -->
	<match target="font">
	<test qual="any" name="matrix" compare="not_eq">
	<double>0</double>
	</test>
	<!-- another approach - no errors but freezes Firefox 1.5 -->
	<!--
	<match target="font">
	<test qual="any" name="matrix" compare="eq">
	<name>matrix</name>
	</test>
	-->
	<edit name="antialias" mode="assign">
	<bool>true</bool>
	</edit>
	</match>

	<!--
		Substitute unavailable and/or unwanted fonts.

		Aliases will not work if the actual fonts are installed.
		Replacing font family works in Firefox (FIXME: and other GTK-based apps?)
		QT-based apps also need font foundry replaced.
		Grouping fonts for substitution doesn't work in Firefox, so we need each
		font family replaced individually.
	-->

	<!--
		sans-serif
		
		"If the font still has no generic name, add sans-serif"
		/etc/fonts.conf

		Therefore, we only substitute what we need.
	-->
	<match target="pattern">
		<test qual="any" name="family" compare="eq">
			<string>Bitstream Charter</string>
		</test>
		<edit name="family" mode="append" binding="same">
			<string>serif</string>
		</edit>
	</match>

	<match target="pattern">
		<test qual="any" name="family" compare="eq">
			<string>Bitstream Vera Sans</string>
		</test>
		<edit name="family" mode="append" binding="same">
			<string>sans</string>
		</edit>
	</match>
	
	
	<match target="pattern">
		<test qual="any" name="family" compare="eq">
			<string>DejaVu Sans</string>
		</test>
		<edit name="family" mode="append" binding="same">
			<string>sans</string>
		</edit>
	</match>

	<match target="pattern">
	<test qual="any" name="family" compare="eq">
	<string>DejaVu Sans Condensed</string>
	</test>
	<edit name="family" mode="prepend" binding="same">
	<string>Arial</string>
	</edit>
	</match>

	<!-- 
		Dont do this, overriding freesans will cause utf fonts to be come rubbish in chrome
	-->
	<!--
	<match target="pattern">
	<test qual="any" name="family" compare="eq">
	<string>FreeSans</string>
	</test>
	<edit name="family" mode="prepend" binding="same">
	<string>Arial</string>
	</edit>
	</match>
	-->
	<!--
		ON web pages if font family is like this
		
		font-family: 'Helvetica Neue', arial, sans-serif;
		
		google chrome will immediately move to next font, if it does not find the first, even if there are append entries
		But firefox will take the append entry if the font does not exist :)
	-->
	<match target="pattern">
		<test qual="any" name="family" compare="eq">
			<string>Helvetica</string>
		</test>
		<edit name="family" mode="append" binding="same">
			<string>Sans</string>
		</edit>
	</match>

	<match target="pattern">
		<test qual="any" name="family" compare="eq">
			<string>Helvetica Neue</string>
		</test>
		<edit name="family" mode="append" binding="same">
			<string>Sans</string>
		</edit>
	</match>

	<match target="pattern">
		<test qual="any" name="family" compare="eq">
			<string>Lucida</string>
		</test>
		<edit name="family" mode="prepend" binding="same">
			<string>Arial</string>
		</edit>
	</match>

	<match target="pattern">
	<test qual="any" name="family" compare="eq">
	<!-- FIXME: may need to use "Lucida Bright" instead -->
	<string>LucidaBright</string>
	</test>
	<edit name="family" mode="prepend" binding="same">
	<string>Arial</string>
	</edit>
	</match>

	<match target="pattern">
	<test qual="any" name="family" compare="eq">
	<string>Lucida Bright</string>
	</test>
	<edit name="family" mode="prepend" binding="same">
	<string>Arial</string>
	</edit>
	</match>

	<match target="pattern">
	<test qual="any" name="family" compare="eq">
	<string>Luxi Sans</string>
	</test>
	<edit name="family" mode="prepend" binding="same">
	<string>Arial</string>
	</edit>
	</match>

	<match target="pattern">
	<test qual="any" name="family" compare="eq">
	<string>MgOpen Cosmetica</string>
	</test>
	<edit name="family" mode="prepend" binding="same">
	<string>Arial</string>
	</edit>
	</match>

	<match target="pattern">
	<test qual="any" name="family" compare="eq">
	<string>MgOpen Modata</string>
	</test>
	<edit name="family" mode="prepend" binding="same">
	<string>Arial</string>
	</edit>
	</match>

	<match target="pattern">
	<test qual="any" name="family" compare="eq">
	<string>MgOpen Moderna</string>
	</test>
	<edit name="family" mode="prepend" binding="same">
	<string>Arial</string>
	</edit>
	</match>

	<match target="pattern">
	<test qual="any" name="family" compare="eq">
	<string>System</string>
	</test>
	<edit name="family" mode="prepend" binding="same">
	<string>Arial</string>
	</edit>
	</match>

	<match target="pattern">
	<test qual="any" name="family" compare="eq">
	<string>URW Gothic L</string>
	</test>
	<edit name="family" mode="prepend" binding="same">
	<string>Arial</string>
	</edit>
	</match>

	<!--
		FIXME: Verdana renders characters '2' and '6' slightly distorted
				so it will be substituted with Arial.
				
		EDIT Silver Moon : not replacing verdana with arial.
		hey verdana is slightly fatty, how about replacing it with open sans or noto sans
		open sans is fattier compared to droid sans
		
		BAH, it looks good
		
		Open Sans is cramped at 11px with autohint = true 
		'sa' the s and a will stick badly
		'50' the 5 and 0 will stick badly
		
		But 12px onwards Open Sans is better than Noto Sans
		
		But the vote goes to noto sans for verdana replaced to maintain beauty at 11px
		
		Another note
		noto sans has single stroke small g , open sans has the 2 round style g
		noto sans p is thin, open sans p is better looking
	-->
	<match target="pattern">
		<test qual="any" name="family" compare="eq">
			<string>Verdana</string>
		</test>
		<edit name="family" mode="prepend" binding="same">
			<string>Noto Sans</string>
		</edit>
		<edit name="family" mode="prepend" binding="same">
			<string>Open Sans</string>
		</edit>
	</match>
	
	<!--
		serif
	-->
	<match target="pattern">
	<test qual="any" name="family" compare="eq">
	<string>Bitstream Vera Serif</string>
	</test>
	<edit name="family" mode="prepend" binding="same">
	<string>Georgia</string>
	</edit>
	</match>

	<match target="pattern">
	<test qual="any" name="family" compare="eq">
	<string>DejaVu Serif</string>
	</test>
	<edit name="family" mode="prepend" binding="same">
	<string>Georgia</string>
	</edit>
	</match>

	<match target="pattern">
	<test qual="any" name="family" compare="eq">
	<string>DejaVu Serif Condensed</string>
	</test>
	<edit name="family" mode="prepend" binding="same">
	<string>Georgia</string>
	</edit>
	</match>



	<match target="pattern">
	<test qual="any" name="family" compare="eq">
	<string>Luxi Serif</string>
	</test>
	<edit name="family" mode="prepend" binding="same">
	<string>Georgia</string>
	</edit>
	</match>

	<match target="pattern">
	<test qual="any" name="family" compare="eq">
	<string>MgOpen Canonica</string>
	</test>
	<edit name="family" mode="prepend" binding="same">
	<string>Georgia</string>
	</edit>
	</match>

	<match target="pattern">
	<test qual="any" name="family" compare="eq">
	<string>New Century Schoolbook</string>
	</test>
	<edit name="family" mode="prepend" binding="same">
	<string>Georgia</string>
	</edit>
	</match>

	<match target="pattern">
	<test qual="any" name="family" compare="eq">
	<string>New York</string>
	</test>
	<edit name="family" mode="prepend" binding="same">
	<string>Georgia</string>
	</edit>
	</match>

	<match target="pattern">
	<test qual="any" name="family" compare="eq">
	<string>Palatino</string>
	</test>
	<edit name="family" mode="prepend" binding="same">
	<string>Georgia</string>
	</edit>
	</match>

	<match target="pattern">
	<test qual="any" name="family" compare="eq">
	<string>Times</string>
	</test>
	<edit name="family" mode="prepend" binding="same">
	<string>Georgia</string>
	</edit>
	</match>

	<match target="pattern">
	<test qual="any" name="family" compare="eq">
	<string>URW Bookman L</string>
	</test>
	<edit name="family" mode="prepend" binding="same">
	<string>Georgia</string>
	</edit>
	</match>

	<match target="pattern">
	<test qual="any" name="family" compare="eq">
	<string>URW Palladio L</string>
	</test>
	<edit name="family" mode="prepend" binding="same">
	<string>Georgia</string>
	</edit>
	</match>

	<!--
		monospace
	-->
	<match target="pattern">
		<test qual="any" name="family" compare="eq">
			<string>Andale Mono</string>
		</test>
		<edit name="family" mode="append" binding="same">
			<string>monospace</string>
		</edit>
	</match>

	<match target="pattern">
		<test qual="any" name="family" compare="eq">
			<string>Bitstream Vera Sans Mono</string>
		</test>
		<edit name="family" mode="prepend" binding="same">
			<string>Courier New</string>
		</edit>
	</match>

	<match target="pattern">
		<test qual="any" name="family" compare="eq">
			<string>Courier</string>
		</test>
		<edit name="family" mode="prepend" binding="same">
			<string>monospace</string>
		</edit>
	</match>

	<match target="pattern">
		<test qual="any" name="family" compare="eq">
			<string>DejaVu Sans Mono</string>
		</test>
		<edit name="family" mode="append" binding="same">
			<string>monospace</string>
		</edit>
	</match>

	<match target="pattern">
	<test qual="any" name="family" compare="eq">
	<string>Fixedsys</string>
	</test>
	<edit name="family" mode="prepend" binding="same">
	<string>Courier New</string>
	</edit>
	</match>

	

	<match target="pattern">
	<test qual="any" name="family" compare="eq">
	<!-- FIXME: Ubuntu Wiki uses "Lucida Typewriter" instead -->
	<string>LucidaTypewriter</string>
	</test>
	<edit name="family" mode="prepend" binding="same">
	<string>Courier New</string>
	</edit>
	</match>

	<match target="pattern">
	<test qual="any" name="family" compare="eq">
	<string>Lucida Typewriter</string>
	</test>
	<edit name="family" mode="prepend" binding="same">
	<string>Courier New</string>
	</edit>
	</match>

	<match target="pattern">
	<test qual="any" name="family" compare="eq">
	<string>Luxi Mono</string>
	</test>
	<edit name="family" mode="prepend" binding="same">
	<string>Courier New</string>
	</edit>
	</match>

	<match target="pattern">
	<test qual="any" name="family" compare="eq">
	<string>Monaco</string>
	</test>
	<edit name="family" mode="prepend" binding="same">
	<string>Courier New</string>
	</edit>
	</match>

	<match target="pattern">
	<test qual="any" name="family" compare="eq">
	<string>Terminal</string>
	</test>
	<edit name="family" mode="prepend" binding="same">
	<string>Courier New</string>
	</edit>
	</match>

	<!--
		cursive
	-->
	<match target="pattern">
	<test qual="any" name="family" compare="eq">
	<string>Apple Chancery</string>
	</test>
	<edit name="family" mode="prepend" binding="same">
	<string>Comic Sans MS</string>
	</edit>
	</match>

	<match target="pattern">
	<test qual="any" name="family" compare="eq">
	<string>Lucida Handwriting</string>
	</test>
	<edit name="family" mode="prepend" binding="same">
	<string>Comic Sans MS</string>
	</edit>
	</match>

	<match target="pattern">
	<test qual="any" name="family" compare="eq">
	<string>URW Chancery L</string>
	</test>
	<edit name="family" mode="prepend" binding="same">
	<string>Comic Sans MS</string>
	</edit>
	</match>

	<match target="pattern">
	<test qual="any" name="family" compare="eq">
	<string>Zapf Chancery</string>
	</test>
	<edit name="family" mode="prepend" binding="same">
	<string>Comic Sans MS</string>
	</edit>
	</match>

	<!--
		fantasy
	-->
	<match target="pattern">
	<test qual="any" name="family" compare="eq">
	<string>Copperplate</string>
	</test>
	<edit name="family" mode="prepend" binding="same">
	<string>Impact</string>
	</edit>
	</match>

	<match target="pattern">
	<test qual="any" name="family" compare="eq">
	<string>Desdemona</string>
	</test>
	<edit name="family" mode="prepend" binding="same">
	<string>Impact</string>
	</edit>
	</match>

	<match target="pattern">
	<test qual="any" name="family" compare="eq">
	<string>Kino</string>
	</test>
	<edit name="family" mode="prepend" binding="same">
	<string>Impact</string>
	</edit>
	</match>

	<match target="pattern">
	<test qual="any" name="family" compare="eq">
	<string>Techno</string>
	</test>
	<edit name="family" mode="prepend" binding="same">
	<string>Impact</string>
	</edit>
	</match>

	<!--
		Provide required aliases for standard names.
	-->
	<!--
	<alias>
	<family>sans-serif</family>
	<prefer>
	<family>Arial</family>
	</prefer>
	</alias>

	<alias>
	<family>serif</family>
	<prefer>
	<family>Georgia</family>
	</prefer>
	</alias>
	-->
	<!--
	<alias>
	<family>monospace</family>
	<prefer>
	<family>Courier New</family>
	</prefer>
	</alias>
	-->
	<alias>
	<family>cursive</family>
	<prefer>
	<family>Comic Sans MS</family>
	</prefer>
	</alias>

	<alias>
	<family>fantasy</family>
	<prefer>
	<family>Impact</family>
	</prefer>
	</alias>

	<!-- 
		Added by Silver Moon (m00n.silv3r@gmail.com) 
		Changes focussing on Droid Sans, replacing windows old fonts like arial, courier
		and fixing some fonts like lucida grande bold, and hindi fonts
	-->

	<!-- 
		Replace arial fonts larger than 12px by droid sans 
		Works only in firefox, not in chrome
	-->
	
	
	<match target="pattern">
		<test qual="any" name="family" compare="eq">
			<string>Arial</string>
		</test>
		<test qual="any" name="pixelsize" compare="more">
			<double>12.0</double>
		</test>
		<edit name="family" mode="assign" binding="strong">
			<string>droid sans</string>
		</edit>
	</match>
	
	
	
	<match target="pattern">
		<test qual="any" name="family" compare="eq">
			<string>Arial</string>
		</test>
		<test qual="any" name="pixelsize" compare="less">
			<double>13.0</double>
		</test>
		<edit name="family" mode="assign" binding="same">
			<string>noto sans</string>
		</edit>
	</match>
	
	
	<match target="pattern">
		<test qual="any" name="family" compare="eq">
			<string>Arial</string>
		</test>
		<edit name="family" mode="assign" binding="same">
			<string>noto sans</string>
		</edit>
	</match>
	
	<!-- 
		Replace Georgia by Noto Serif
	-->
	<match target="pattern">
		<test qual="any" name="family" compare="eq">
			<string>Georgia</string>
		</test>
		<edit name="family" mode="assign" binding="same">
			<string>Noto Serif</string>
		</edit>
	</match>
	
	
	<!-- 
		
		Behavioug is similar to droid sans,
	
		WITHOUT AUTOHINTER
		
		1. becomes smallish, like droid sans, very small on desktop , 
		2. DESKTOP - HIGHLY PROPORTIONATE, HIGHLY CLEAR
		2. WEBPAGES - less clearer - vertical stands become hazy 
		3. slightly less STRETCHED
		
		WITH AUTOHINTER :
		
		1. very slightly STRETCHED
		2. CRYSTAL CLARITY on webpages,  
		3. lesser proportionate on desktop, CLARITY KIND OF OK OK
		3. bold font ugly with hintfull, good with hintslight
		
		
		Since we are using noto sans as arial replacement, hint it fully with autohinter.
		
		hintslight will compromise clarity
		
		thought of doing this, above 12px autohint = false
		below 13px authint = true
		but autohint false leads to loss of clarity, but makes width correct
		moreover chrome does not obey pixelsize correctly
	-->
	<match target="font">
		<test qual="any" name="family" compare="eq">
			<string>noto sans</string>
		</test>
		<edit mode="assign" name="autohint">
			<bool>true</bool>
		</edit>
		<edit mode="assign" name="hintstyle">
			<const>hintfull</const>
		</edit>
	</match>
	
	
	<match target="font">
		<test qual="any" name="family" compare="eq">
			<string>ubuntu</string>
		</test>
		<edit mode="assign" name="autohint">
			<bool>true</bool>
		</edit>
		<edit mode="assign" name="hintstyle">
			<const>hintfull</const>
		</edit>
	</match>
	
	<!--
		DROID SANS
		
		WITHOUT AUTOHINTER
		1.CLEARER 13px onwards
		2. 12px on webpages very small
		3. super clear at 12px
		4. 9pt desktop super clear, super PROPORTIONATE
		
		
		AUTOHINT = TRUE
		1. LESS CLEARER
		2. 'n' is cramped
		3. 9pt desktop, slightly distorted
		4. 12px webpage is normal sized, but not great as noto sans with autohint = true. but better than arial
		
		
		
		droid sans with autohinter, becomes more disproportionate on gnome, this is lesser with noto sans
		
		in browser there is not much difference between autohint true/false
		true leads to clarity loss
	-->
	<match target="font">
		<test qual="any" name="family" compare="eq">
			<string>Droid Sans</string>
			<string>Droid Sans Mono</string>
		</test>
		<edit mode="assign" name="autohint">
			<bool>false</bool>
		</edit>
		<edit mode="assign" name="hintstyle">
			<const>hintfull</const>
		</edit>
	</match>

	
	<match target="font">
		<test qual="any" name="family" compare="eq">
			<string>liberation mono</string>
		</test>
		<edit mode="assign" name="autohint">
			<bool>false</bool>
		</edit>
		<edit mode="assign" name="hintstyle">
			<const>hintmedium</const>
		</edit>
	</match>
	
	

	
	
	
	<!-- time for stupid tricks for 2 stupid browsers, namely firefox and chrome -->
	<!-- stupid trick for firefox 
		firefox obeys pixelsize but not size
	-->
	<match target="font">
		<test qual="any" name="family" compare="eq">
			<string>noto sans</string>
		</test>
		<test qual="any" name="pixelsize" compare="less">
			<double>16</double>
		</test>
		<test qual="any" name="weight" compare="more">
			<const>medium</const>
		</test>
		<edit mode="assign" name="autohint">
			<bool>true</bool>
		</edit>
		<edit mode="assign" name="hintstyle" binding="weak">
			<const>hintslight</const>
		</edit>
	</match>
	
	<!-- 
		stupid trick for chrome 
		chrome obeys size, but not pixelsize below 17.4 pixel
	-->
	<match target="font">
		<test qual="any" name="family" compare="eq">
			<string>noto sans</string>
		</test>
		<test qual="any" name="size" compare="less">
			<double>16</double>
		</test>
		<test qual="any" name="weight" compare="more">
			<const>medium</const>
		</test>
		<edit mode="assign" name="antialias">
			<bool>true</bool>
		</edit>
		<edit mode="assign" name="autohint">
			<bool>true</bool>
		</edit>
		<edit mode="assign" name="hintstyle" binding="weak">
			<const>hintslight</const>
		</edit>
	</match>
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

	<!-- use droid sans mono for monospace -->
	<match target="pattern">
		<test qual="any" name="family" compare="eq">
			<string>monospace</string>
		</test>
		<edit name="family" mode="prepend" binding="same">
			<string>Droid Sans Mono</string>
		</edit>
	</match>

	<!-- use droid sans mono for sans-serif -->
	<match target="pattern">
		<test qual="any" name="family" compare="eq">
			<string>sans-serif</string>
		</test>
		<edit name="family" mode="prepend" binding="same">
			<string>Noto Sans</string>
		</edit>
	</match>

	<!-- use droid sans mono for Courier New -->
	<match target="pattern">
		<test qual="any" name="family" compare="eq">
			<string>Courier New</string>
		</test>
		<edit name="family" mode="prepend" binding="same">
			<string>Droid Sans Mono</string>
		</edit>
	</match>






	<!-- replace times new roman with droid serif -->
	<match target="pattern">
		<test qual="any" name="family" compare="eq">
			<string>Times New Roman</string>
			<string>serif</string>
		</test>
		
		<edit name="family" mode="prepend" binding="same">
			<string>Noto Serif</string>
		</edit>
	</match>
	
	
	<!-- lucida grande bold, with hintfull, becomes stiff looking, with 1 part of a letter more fat than the other, therefor hintslight-->
	<match target="font">
		<test qual="any" name="family" compare="eq">
			<string>Lucida Grande</string>
		</test>
		<test qual="any" name="weight" compare="more">
			<const>medium</const>
		</test>
		<edit mode="assign" name="hintstyle">
			<const>hintslight</const>
		</edit>
	</match>

	
	<!-- lucida grande bold, with hintfull, becomes stiff looking, with 1 part of a letter more fat than the other, therefor hintslight-->
	<match target="font">
		<test qual="any" name="family" compare="eq">
			<string>Lucida Console</string>
		</test>
		<edit name="antialias" mode="assign">
			<bool>true</bool>
		</edit>
		<edit mode="assign" name="autohint">
			<bool>false</bool>
		</edit>
		<edit mode="assign" name="hintstyle">
			<const>hintfull</const>
		</edit>
	</match>
	
	<!--
		Open sans WITHOUT autohint, becomes fattish in chrome/firefox
		WITH autohint, becomes crytalline, very good
		but like noto sans, the bold version is not beautiful
		need to fix : TODO
	-->
	<match target="font">
		<test compare="eq" name="family" qual="any">
			<string>Open Sans</string>
		</test>
		<edit mode="assign" name="autohint">
			<bool>true</bool>
		</edit>
		<edit mode="assign" name="hintstyle">
			<const>hintfull</const>
		</edit>
	</match>

	

	
	<!-- 
		Styling for hindi fonts
		Hindi (hi) 
	-->
	<!-- force Lohit Hindi for hindi font -->
	<match target="pattern">
		<test compare="eq" name="lang">
			<string>hi</string>
		</test>
		<edit binding="strong" mode="prepend" name="family">
			<string>Lohit Hindi</string>
		</edit>
	</match>

	<!-- do some antialiasing tweak for gargi and lohit hindi font -->
	<match target="font">
		<test compare="eq" name="family" qual="any">
			<string>gargi</string>
			<string>Lohit Hindi</string>
		</test>
		<edit mode="assign" name="antialias">
			<bool>true</bool>
		</edit>
		<edit mode="assign" name="autohint">
			<bool>true</bool>
		</edit>
		<edit mode="assign" name="hintstyle">
			<const>hintslight</const>
		</edit>
	</match>

	<!-- Replace mangal with lohit hindi, mangal is a stupid font -->
	<match target="pattern">
		<test compare="eq" name="family" qual="any">
			<string>mangal</string>
		</test>
		<edit binding="strong" mode="assign" name="family">
			<string>Lohit Hindi</string>
		</edit>
	</match> 
	<!-- Hindi (hi) ends -->

</fontconfig>