all repos — web @ 3a70a01cec70117e3b02f98ae59f5737f12b86ce

My personal website.

static/fonts/atkinson-hyperlegible/Atkinson-Hyperlegible-Regular-102.svg

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 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
 1543
 1544
 1545
 1546
 1547
 1548
 1549
 1550
 1551
 1552
 1553
 1554
 1555
 1556
 1557
 1558
 1559
 1560
 1561
 1562
 1563
 1564
 1565
 1566
 1567
 1568
 1569
 1570
 1571
 1572
 1573
 1574
 1575
 1576
 1577
 1578
 1579
 1580
 1581
 1582
 1583
 1584
 1585
 1586
 1587
 1588
 1589
 1590
 1591
 1592
 1593
 1594
 1595
 1596
 1597
 1598
 1599
 1600
 1601
 1602
 1603
 1604
 1605
 1606
 1607
 1608
 1609
 1610
 1611
 1612
 1613
 1614
 1615
 1616
 1617
 1618
 1619
 1620
 1621
 1622
 1623
 1624
 1625
 1626
 1627
 1628
 1629
 1630
 1631
 1632
 1633
 1634
 1635
 1636
 1637
 1638
 1639
 1640
 1641
 1642
 1643
 1644
 1645
 1646
 1647
 1648
 1649
 1650
 1651
 1652
 1653
 1654
 1655
 1656
 1657
 1658
 1659
 1660
 1661
 1662
 1663
 1664
 1665
 1666
 1667
 1668
 1669
 1670
 1671
 1672
 1673
 1674
 1675
 1676
 1677
 1678
 1679
 1680
 1681
 1682
 1683
 1684
 1685
 1686
 1687
 1688
 1689
 1690
 1691
 1692
 1693
 1694
 1695
 1696
 1697
 1698
 1699
 1700
 1701
 1702
 1703
 1704
 1705
 1706
 1707
 1708
 1709
 1710
 1711
 1712
 1713
 1714
 1715
 1716
 1717
 1718
 1719
 1720
 1721
 1722
 1723
 1724
 1725
 1726
 1727
 1728
 1729
 1730
 1731
 1732
 1733
 1734
 1735
 1736
 1737
 1738
 1739
 1740
 1741
 1742
 1743
 1744
 1745
 1746
 1747
 1748
 1749
 1750
 1751
 1752
 1753
 1754
 1755
 1756
 1757
 1758
 1759
 1760
 1761
 1762
 1763
 1764
 1765
 1766
 1767
 1768
 1769
 1770
 1771
 1772
 1773
 1774
 1775
 1776
 1777
 1778
 1779
 1780
 1781
 1782
 1783
 1784
 1785
 1786
 1787
 1788
 1789
 1790
 1791
 1792
 1793
 1794
 1795
 1796
 1797
 1798
 1799
 1800
 1801
 1802
 1803
 1804
 1805
 1806
 1807
 1808
 1809
 1810
 1811
 1812
 1813
 1814
 1815
 1816
 1817
 1818
 1819
 1820
 1821
 1822
 1823
 1824
 1825
 1826
 1827
 1828
 1829
 1830
 1831
 1832
 1833
 1834
 1835
 1836
 1837
 1838
 1839
 1840
 1841
 1842
 1843
 1844
 1845
 1846
 1847
 1848
 1849
 1850
 1851
 1852
 1853
 1854
 1855
 1856
 1857
 1858
 1859
 1860
 1861
 1862
 1863
 1864
 1865
 1866
 1867
 1868
 1869
 1870
 1871
 1872
 1873
 1874
 1875
 1876
 1877
 1878
 1879
 1880
 1881
 1882
 1883
 1884
 1885
 1886
 1887
 1888
 1889
 1890
 1891
 1892
 1893
 1894
 1895
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
<metadata>
Release v1.02. (c) 2020 Braille Institute of America, Inc., a 501(c)(3) Charitable Organization. BrailleInstitute.org.
Designed by Elliott Scott, Megan Eiswerth, Linus Boman and Theodore Petrosky at Applied Design Works.

Braille Institute of America, Inc. provides Atkinson Hyperlegible for use, without derivatives or alteration, to the public free of charge for all non-commercial and commercial work. No attribution required.
</metadata>
<defs>
<font id="AtkinsonHyperlegible-Regular" horiz-adv-x="539" >
  <font-face 
    font-family="Atkinson Hyperlegible"
    font-weight="400"
    font-stretch="normal"
    units-per-em="1000"
    panose-1="0 0 0 0 0 0 0 0 0 0"
    ascent="800"
    descent="-200"
    x-height="495"
    cap-height="668"
    bbox="-58 -251 1290 886"
    underline-thickness="57"
    underline-position="-219"
    unicode-range="U+000D-25CA"
  />
<missing-glyph horiz-adv-x="527" 
d="M50 0v700h427v-700h-427zM79 21h370l-185 308zM71 49l180 301l-180 300v-601zM457 47v605l-181 -302zM263 371l186 309h-371z" />
    <glyph glyph-name=".notdef" horiz-adv-x="527" 
d="M50 0v700h427v-700h-427zM79 21h370l-185 308zM71 49l180 301l-180 300v-601zM457 47v605l-181 -302zM263 371l186 309h-371z" />
    <glyph glyph-name=".null" horiz-adv-x="0" 
 />
    <glyph glyph-name="uni000D" unicode="&#xd;" horiz-adv-x="0" 
 />
    <glyph glyph-name="space" unicode=" " horiz-adv-x="280" 
 />
    <glyph glyph-name="exclam" unicode="!" horiz-adv-x="281" 
d="M96 668h89v-172l-18 -301h-53l-18 301v172zM140 -12q-26 0 -45 19t-19 45q0 27 19 46t45 19q27 0 46 -19t19 -46q0 -26 -19 -45t-46 -19z" />
    <glyph glyph-name="quotedbl" unicode="&#x22;" horiz-adv-x="301" 
d="M195 447l-14 221h80l-14 -221h-52zM40 668h80l-14 -221h-52z" />
    <glyph glyph-name="numbersign" unicode="#" horiz-adv-x="655" 
d="M162 172h-124l11 81h124l23 162h-124l11 81h124l24 172h82l-24 -172h123l24 172h82l-24 -172h123l-11 -81h-124l-22 -162h123l-11 -81h-124l-24 -172h-82l24 172h-123l-24 -172h-82zM255 253h123l22 162h-123z" />
    <glyph glyph-name="dollar" unicode="$" horiz-adv-x="594" 
d="M267 -11q-85 7 -143.5 48t-83.5 109l87 26q34 -89 140 -103v239l-36 7q-79 15 -131.5 60t-52.5 123q0 82 66 128.5t154 52.5v63h50v-63q152 -12 206 -124l-86 -25q-35 58 -120 69v-213l12 -3q40 -10 63.5 -17.5t58.5 -23.5t54.5 -34.5t34 -49.5t14.5 -70
q0 -90 -68.5 -142.5t-168.5 -57.5v-75h-50v76zM317 68q66 4 103 34.5t37 77.5q0 48 -36 74.5t-104 42.5v-229zM143 503q0 -81 109 -102l15 -3v202q-48 -5 -86 -28.5t-38 -68.5z" />
    <glyph glyph-name="percent" unicode="%" horiz-adv-x="927" 
d="M708 -12q-76 0 -129 53t-53 129q0 75 53 128.5t129 53.5q75 0 128 -53.5t53 -128.5q0 -76 -53 -129t-128 -53zM220 317q-76 0 -129 53t-53 128q0 76 53 129t129 53q75 0 128 -53t53 -129q0 -75 -53 -128t-128 -53zM274 0h-88l468 668h88zM112 498q0 -44 32 -75.5
t76 -31.5t75.5 31.5t31.5 75.5q0 45 -31.5 76.5t-75.5 31.5q-45 0 -76.5 -31.5t-31.5 -76.5zM600 170q0 -44 31.5 -76t76.5 -32q44 0 75.5 32t31.5 76t-31.5 75.5t-75.5 31.5q-45 0 -76.5 -31.5t-31.5 -75.5z" />
    <glyph glyph-name="ampersand" unicode="&#x26;" horiz-adv-x="705" 
d="M38 183q0 146 171 204q-74 84 -74 151q0 64 51 103t131 39q71 0 122.5 -35t51.5 -109q0 -115 -140 -173l136 -144q29 69 34 142h87q-10 -117 -62 -204l149 -157h-119l-82 87q-94 -99 -231 -99q-102 0 -163.5 55.5t-61.5 139.5zM128 187q0 -56 40 -90.5t95 -34.5
q105 0 177 81l-181 191q-131 -46 -131 -147zM225 540q0 -15 6.5 -32t17 -32.5t20 -26.5t20 -22t11.5 -12q109 40 109 116q0 38 -25 56.5t-65 18.5t-67 -17t-27 -49z" />
    <glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="160" 
d="M54 447l-14 221h80l-14 -221h-52z" />
    <glyph glyph-name="parenleft" unicode="(" horiz-adv-x="300" 
d="M189 -161q-139 196 -139 441q0 214 110 388h75q-51 -73 -81 -175t-30 -215q0 -248 141 -439h-76z" />
    <glyph glyph-name="parenright" unicode=")" horiz-adv-x="300" 
d="M35 -161q142 193 142 440q0 112 -30 214t-81 175h75q109 -172 109 -387q0 -245 -138 -442h-77z" />
    <glyph glyph-name="asterisk" unicode="*" horiz-adv-x="433" 
d="M107 422l62 86l-101 32l18 55l101 -33v106h57v-106l101 33l18 -55l-102 -32l63 -86l-46 -34l-63 86l-62 -86z" />
    <glyph glyph-name="plus" unicode="+" horiz-adv-x="602" 
d="M53 288h208v208h80v-208h208v-80h-208v-208h-80v208h-208v80z" />
    <glyph glyph-name="comma" unicode="," horiz-adv-x="205" 
d="M92 -11q-23 4 -38.5 22t-15.5 42q0 26 19 45t45 19q27 0 46 -19t19 -45q0 -12 -5 -25l-62 -161h-55z" />
    <glyph glyph-name="hyphen" unicode="-" horiz-adv-x="368" 
d="M38 208v81h292v-81h-292z" />
    <glyph glyph-name="period" unicode="." horiz-adv-x="205" 
d="M38 52q0 27 19 46t45 19q27 0 46 -19t19 -46q0 -26 -19 -45t-46 -19q-26 0 -45 19t-19 45z" />
    <glyph glyph-name="slash" unicode="/" horiz-adv-x="377" 
d="M15 0l260 668h87l-260 -668h-87z" />
    <glyph glyph-name="zero" unicode="0" horiz-adv-x="648" 
d="M324 -12q-129 0 -196.5 89.5t-67.5 257.5q0 167 67.5 256t196.5 89t196.5 -89t67.5 -256q0 -168 -67.5 -257.5t-196.5 -89.5zM151 335q0 -273 173 -273q69 0 111 45l-264 379q-20 -59 -20 -151zM324 606q-65 0 -107 -40l263 -376q17 60 17 145q0 271 -173 271z" />
    <glyph glyph-name="one" unicode="1" horiz-adv-x="402" 
d="M42 571q54 0 91 6.5t69 29t46 61.5h56v-668h-84v504h-178v67z" />
    <glyph glyph-name="two" unicode="2" horiz-adv-x="549" 
d="M515 0h-481v75q192 142 283 239t91 180q0 53 -33.5 84.5t-91.5 31.5q-52 0 -90.5 -27.5t-49.5 -84.5l-84 24q18 73 78 115.5t148 42.5q95 0 153.5 -46.5t58.5 -128.5q0 -56 -27 -112t-79.5 -111t-108 -101t-135.5 -104h368v-77z" />
    <glyph glyph-name="three" unicode="3" horiz-adv-x="574" 
d="M42 151l83 24q12 -55 49 -86t99 -31q68 0 109.5 34t41.5 95q0 127 -206 127v76q36 0 62.5 3t59 13t50 34t17.5 61q0 52 -37 80.5t-93 28.5q-60 0 -96.5 -30.5t-46.5 -81.5l-82 24q18 73 77.5 115.5t149.5 42.5q95 0 155.5 -41.5t60.5 -128.5q0 -51 -28.5 -92t-80.5 -63
q128 -40 128 -167q0 -96 -70 -148t-172 -52q-96 0 -153.5 45t-76.5 118z" />
    <glyph glyph-name="four" unicode="4" horiz-adv-x="614" 
d="M38 165v79l331 424h85v-424h122v-79h-122v-165h-84v165h-332zM129 244h241v309z" />
    <glyph glyph-name="five" unicode="5" horiz-adv-x="583" 
d="M54 151l82 24q26 -117 148 -117q63 0 106 43.5t43 117.5q0 78 -45 118.5t-105 40.5q-48 0 -82.5 -23t-46.5 -51l-82 24l41 340h383v-81h-315l-23 -187q51 50 144 50q92 0 155.5 -62t63.5 -168q0 -109 -69 -170.5t-168 -61.5q-96 0 -153 45t-77 118z" />
    <glyph glyph-name="six" unicode="6" horiz-adv-x="598" 
d="M303 -12q-243 0 -243 322q0 74 14 138t43.5 117.5t81.5 84t122 30.5q136 0 188 -107l-85 -25q-32 62 -113 62q-76 0 -118.5 -69.5t-45.5 -188.5q54 93 176 93q94 0 154.5 -63.5t60.5 -163.5q0 -96 -65.5 -163t-169.5 -67zM157 215q0 -70 40 -113t106 -43t105.5 43.5
t39.5 112.5t-39.5 112.5t-105.5 43.5t-106 -43t-40 -113z" />
    <glyph glyph-name="seven" unicode="7" horiz-adv-x="510" 
d="M93 0l290 587h-368v81h461v-81l-278 -587h-105z" />
    <glyph glyph-name="eight" unicode="8" horiz-adv-x="615" 
d="M60 188q0 63 33 109t90 69q-57 54 -57 133q0 75 53 128t128 53q76 0 129 -53t53 -128q0 -79 -57 -133q57 -23 90 -69t33 -109q0 -93 -70 -146.5t-178 -53.5t-177.5 53.5t-69.5 146.5zM151 188q0 -58 42 -92t114 -34t114.5 34t42.5 92q0 59 -42.5 94t-114.5 35
q-71 0 -113.5 -35t-42.5 -94zM200 500q0 -46 31.5 -77.5t75.5 -31.5t75.5 31.5t31.5 77.5q0 44 -31.5 75t-75.5 31t-75.5 -31t-31.5 -75z" />
    <glyph glyph-name="nine" unicode="9" horiz-adv-x="598" 
d="M299 201q-99 0 -169 70.5t-70 169.5t70 168.5t169 69.5q100 0 169.5 -69.5t69.5 -170.5q0 -46 -18 -91q-13 -33 -74 -140.5t-129 -207.5h-104q84 116 139 207q-26 -6 -53 -6zM299 594q-64 0 -108.5 -45t-44.5 -108q0 -64 44.5 -109t108.5 -45t109.5 45t45.5 109
q0 63 -45.5 108t-109.5 45z" />
    <glyph glyph-name="colon" unicode=":" horiz-adv-x="205" 
d="M38 52q0 27 19 46t45 19q27 0 46 -19t19 -46q0 -26 -19 -45t-46 -19q-26 0 -45 19t-19 45zM102 375q-26 0 -45 19t-19 46q0 26 19 45t45 19q27 0 46 -19t19 -45q0 -27 -19 -46t-46 -19z" />
    <glyph glyph-name="semicolon" unicode=";" horiz-adv-x="205" 
d="M38 53q0 26 19 45t45 19q27 0 46 -19t19 -45q0 -12 -5 -25l-62 -161h-55l47 122q-23 4 -38.5 22t-15.5 42zM102 375q-26 0 -45 19t-19 46q0 26 19 45t45 19q27 0 46 -19t19 -45q0 -27 -19 -46t-46 -19z" />
    <glyph glyph-name="less" unicode="&#x3c;" horiz-adv-x="553" 
d="M40 283l473 213v-90l-368 -158l368 -158v-90l-473 213v70z" />
    <glyph glyph-name="equal" unicode="=" horiz-adv-x="602" 
d="M53 307v79h496v-79h-496zM549 121h-496v79h496v-79z" />
    <glyph glyph-name="greater" unicode="&#x3e;" horiz-adv-x="553" 
d="M408 248l-368 158v90l473 -213v-70l-473 -213v90z" />
    <glyph glyph-name="question" unicode="?" horiz-adv-x="520" 
d="M40 524q15 72 75 114t146 42t147.5 -42t61.5 -122q0 -107 -125 -188q-46 -30 -61.5 -49t-15.5 -55v-34h-86v37q0 54 25.5 87t88.5 73q86 54 86 121q0 47 -34.5 74.5t-90.5 27.5q-62 0 -94.5 -31.5t-40.5 -77.5zM162 52q0 27 19 46t46 19t45.5 -19t18.5 -46q0 -41 -39 -59
q-13 -5 -25 -5q-26 0 -45.5 18t-19.5 46z" />
    <glyph glyph-name="at" unicode="@" horiz-adv-x="780" 
d="M398 -12q-138 0 -243 98t-105 249q0 143 101.5 244t244.5 101q58 0 116 -21.5t107 -60t80 -99.5t31 -133q0 -107 -46 -159t-109 -52q-35 0 -63.5 16t-38.5 42q-48 -58 -116 -58q-57 0 -98 43.5t-41 119.5q0 106 55 153.5t140 47.5q57 0 119 -20v-226q0 -21 12 -32.5
t31 -11.5q33 0 55 23t30 52.5t8 61.5q0 103 -79.5 177.5t-192.5 74.5q-117 0 -200.5 -83t-83.5 -200q0 -124 85 -205t199 -81q72 0 136 36v-69q-63 -28 -134 -28zM406 445q-104 0 -104 -132q0 -41 19.5 -62.5t47.5 -21.5q32 0 57 29t25 80v103q-28 4 -45 4z" />
    <glyph glyph-name="A" unicode="A" horiz-adv-x="626" 
d="M10 0l251 669h105l250 -669h-100l-51 146h-304l-51 -146h-100zM313 574l-123 -347h246z" />
    <glyph glyph-name="B" unicode="B" horiz-adv-x="619" 
d="M76 0v668h269q102 0 154.5 -48t52.5 -118q0 -88 -70 -147q48 -25 73.5 -69t25.5 -94q0 -78 -58.5 -135t-161.5 -57h-285zM170 308v-229h201q53 0 83 34.5t30 81.5q0 46 -30 79.5t-84 33.5h-200zM355 589h-185v-207h185q48 0 75 30.5t27 71.5q0 42 -27 73.5t-75 31.5z" />
    <glyph glyph-name="C" unicode="C" horiz-adv-x="656" 
d="M353 -12q-141 0 -222 96t-81 251q0 156 85 250.5t226 94.5q85 0 152 -39.5t101 -111.5l-82 -30q-51 102 -176 102q-92 0 -151 -70t-59 -196q0 -124 59 -196t154 -72q125 0 177 102l82 -30q-35 -73 -105 -112t-160 -39z" />
    <glyph glyph-name="D" unicode="D" horiz-adv-x="673" 
d="M76 0v668h182q83 0 147 -16.5t114.5 -54t77 -103.5t26.5 -159t-26.5 -159.5t-77 -104t-114.5 -54.5t-147 -17h-182zM170 589v-510h86q47 0 82 4.5t72.5 20t61.5 42.5t39.5 75t15.5 114q0 65 -15.5 113t-39.5 74.5t-61.5 42t-72.5 20t-82 4.5h-86z" />
    <glyph glyph-name="E" unicode="E" horiz-adv-x="567" 
d="M76 668h453v-81h-359v-203h265v-81h-265v-222h359v-81h-453v668z" />
    <glyph glyph-name="F" unicode="F" horiz-adv-x="548" 
d="M76 668h434v-81h-340v-203h340v-81h-340v-303h-94v668z" />
    <glyph glyph-name="G" unicode="G" horiz-adv-x="710" 
d="M50 335q0 156 85 250.5t226 94.5q85 0 152 -39.5t102 -111.5l-83 -30q-51 102 -176 102q-92 0 -151 -70t-59 -196q0 -124 58 -196t152 -72q36 0 68.5 8.5t62.5 27t48 54.5t18 85v22h-195v81h284v-345h-54l-25 84q-61 -96 -211 -96q-141 0 -221.5 96t-80.5 251z" />
    <glyph glyph-name="H" unicode="H" horiz-adv-x="690" 
d="M76 668h94v-284h350v284h94v-668h-94v303h-350v-303h-94v668z" />
    <glyph glyph-name="I" unicode="I" horiz-adv-x="414" 
d="M66 74h94v520h-94v74h282v-74h-94v-520h94v-74h-282v74z" />
    <glyph glyph-name="J" unicode="J" horiz-adv-x="510" 
d="M15 189l87 25q-2 -72 33 -110.5t89 -38.5q49 0 82.5 33t33.5 115v455h94v-456q0 -108 -55.5 -166t-154.5 -58q-95 0 -150 51.5t-59 149.5z" />
    <glyph glyph-name="K" unicode="K" horiz-adv-x="627" 
d="M76 668h94v-336l301 336h117l-255 -279l284 -389h-115l-232 320l-100 -110v-210h-94v668z" />
    <glyph glyph-name="L" unicode="L" 
d="M76 0v668h94v-587h359v-81h-453z" />
    <glyph glyph-name="M" unicode="M" horiz-adv-x="820" 
d="M76 668h156l178 -546l178 546h156v-668h-94v570l-193 -570h-93l-194 570v-570h-94v668z" />
    <glyph glyph-name="N" unicode="N" horiz-adv-x="689" 
d="M76 668h139l304 -568v568h94v-668h-138l-305 571v-571h-94v668z" />
    <glyph glyph-name="O" unicode="O" horiz-adv-x="727" 
d="M50 335q0 153 85.5 249t227.5 96q143 0 228.5 -96t85.5 -249q0 -154 -85.5 -250.5t-228.5 -96.5q-142 0 -227.5 97t-85.5 250zM146 335q0 -126 61.5 -197t155.5 -71q95 0 156.5 71t61.5 197q0 125 -61.5 195.5t-156.5 70.5q-94 0 -155.5 -70.5t-61.5 -195.5z" />
    <glyph glyph-name="P" unicode="P" horiz-adv-x="601" 
d="M76 1v667h209q66 0 113 -8.5t86 -30t59 -62.5t20 -101q0 -115 -71 -157.5t-207 -42.5h-115v-265h-94zM293 589h-123v-242h123q42 0 69 3.5t53.5 15t39 36.5t12.5 64q0 32 -9 54.5t-23.5 36t-38.5 20.5t-47 9.5t-56 2.5z" />
    <glyph glyph-name="Q" unicode="Q" horiz-adv-x="753" 
d="M363 -12q-142 0 -227.5 97t-85.5 250t85.5 249t227.5 96q143 0 228.5 -96t85.5 -249q0 -110 -47 -196l123 -115l-64 -68l-117 109q-82 -77 -209 -77zM363 601q-94 0 -155.5 -70.5t-61.5 -195.5q0 -126 61.5 -197t155.5 -71q88 0 145 59l-179 168l64 68l166 -156
q22 57 22 129q0 125 -61.5 195.5t-156.5 70.5z" />
    <glyph glyph-name="R" unicode="R" horiz-adv-x="618" 
d="M170 0h-94v668h212q66 0 113 -8t86.5 -28t59 -59t19.5 -97q0 -78 -39 -125.5t-146 -62.5l207 -288h-115l-203 281h-100v-281zM295 589h-125v-229h125q33 0 56 2t47.5 8.5t38.5 18.5t23.5 33.5t9.5 51.5t-9 51.5t-23.5 33.5t-39 19t-47.5 9t-56 2z" />
    <glyph glyph-name="S" unicode="S" horiz-adv-x="596" 
d="M40 146l87 26q16 -51 65 -78t108 -27q65 0 111 31t46 88q0 45 -38 71t-133 45q-30 6 -46.5 10t-45.5 13t-46.5 18t-39 24.5t-33.5 33.5t-20.5 43.5t-8.5 56.5q0 81 73.5 130t171.5 49q75 0 138.5 -31.5t93.5 -93.5l-86 -25q-19 34 -60.5 52.5t-89.5 18.5
q-59 0 -101.5 -27t-42.5 -77q0 -22 10 -39t23 -27t40 -19.5t45 -14t54 -11.5q43 -9 70.5 -17t63.5 -24t56.5 -36t35.5 -52.5t15 -74.5q0 -89 -77.5 -141.5t-182.5 -52.5q-88 0 -159.5 40.5t-96.5 117.5z" />
    <glyph glyph-name="T" unicode="T" horiz-adv-x="558" 
d="M10 587v81h538v-81h-222v-587h-94v587h-222z" />
    <glyph glyph-name="U" unicode="U" horiz-adv-x="690" 
d="M345 -12q-143 0 -206 71t-63 220v389h94v-396q0 -102 41 -152.5t134 -50.5t134 50.5t41 152.5v396h94v-389q0 -149 -63 -220t-206 -71z" />
    <glyph glyph-name="V" unicode="V" horiz-adv-x="589" 
d="M10 668h103l181 -558l182 558h103l-230 -668h-110z" />
    <glyph glyph-name="W" unicode="W" horiz-adv-x="840" 
d="M178 0l-168 668h103l130 -552l122 552h110l122 -552l130 552h103l-167 -668h-114l-129 552l-129 -552h-113z" />
    <glyph glyph-name="X" unicode="X" horiz-adv-x="623" 
d="M10 0l245 344l-231 324h112l175 -245l175 245h113l-231 -324l245 -344h-113l-189 265l-188 -265h-113z" />
    <glyph glyph-name="Y" unicode="Y" horiz-adv-x="595" 
d="M10 668h103l185 -323l184 323h103l-240 -409v-259h-94v259z" />
    <glyph glyph-name="Z" unicode="Z" horiz-adv-x="607" 
d="M44 0v81l394 506h-379v81h489v-81l-392 -506h407v-81h-519z" />
    <glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="315" 
d="M76 668h206v-74h-125v-681h125v-74h-206v829z" />
    <glyph glyph-name="backslash" unicode="\" horiz-adv-x="377" 
d="M275 0l-260 668h87l260 -668h-87z" />
    <glyph glyph-name="bracketright" unicode="]" horiz-adv-x="315" 
d="M158 594h-125v74h206v-829h-206v74h125v681z" />
    <glyph glyph-name="asciicircum" unicode="^" horiz-adv-x="552" 
d="M53 311l185 357h76l185 -357h-89l-134 258l-134 -258h-89z" />
    <glyph glyph-name="underscore" unicode="_" horiz-adv-x="396" 
d="M10 -79v79h376v-79h-376z" />
    <glyph glyph-name="grave" unicode="`" horiz-adv-x="268" 
d="M70 636q-17 18 -17 33q0 16 11 27t27 11q20 0 31 -15l93 -121h-70q-57 46 -75 65z" />
    <glyph glyph-name="a" unicode="a" horiz-adv-x="526" 
d="M209 -12q-73 0 -122 38.5t-49 104.5q0 43 22.5 73.5t70 50t103 31t139.5 20.5q5 131 -112 131q-92 0 -110 -77l-81 24q20 56 71 88t119 32q102 0 149 -48t48 -153l1 -116q1 -105 17 -187h-77l-20 68q-48 -80 -169 -80zM380 239q-84 -9 -134 -19.5t-82.5 -32t-32.5 -54.5
q0 -36 25.5 -57t70.5 -21q66 0 109.5 36t43.5 117v31z" />
    <glyph glyph-name="b" unicode="b" horiz-adv-x="566" 
d="M70 668h84v-250q50 86 161 86q89 0 151 -70t62 -188t-62 -188t-151 -70q-112 0 -161 87l-22 -75h-62v668zM293 432q-65 0 -103 -49.5t-38 -136.5t38 -136.5t103 -49.5t103 49.5t38 136.5t-38 136.5t-103 49.5z" />
    <glyph glyph-name="c" unicode="c" horiz-adv-x="500" 
d="M269 -12q-105 0 -168 72t-63 186q0 113 65.5 185.5t174.5 72.5q63 0 112 -31.5t75 -80.5l-77 -28q-17 30 -47.5 48t-68.5 18q-61 0 -102 -47t-41 -136t41.5 -137t101.5 -48q79 0 118 65l77 -28q-29 -50 -81.5 -80.5t-116.5 -30.5z" />
    <glyph glyph-name="d" unicode="d" horiz-adv-x="564" 
d="M251 -12q-89 0 -151 70t-62 188t62 188t151 70q111 0 161 -86v250h84v-481q0 -100 17 -187h-79l-22 75q-49 -87 -161 -87zM273 432q-65 0 -103 -49.5t-38 -136.5t38 -136.5t103 -49.5t103 49.5t38 136.5t-38 136.5t-103 49.5z" />
    <glyph glyph-name="e" unicode="e" 
d="M281 -12q-114 0 -178.5 73t-64.5 186q0 116 68.5 186.5t172.5 70.5q113 0 176 -83t55 -196h-382q3 -85 50 -124t103 -39q78 0 116 49l81 -24q-28 -45 -79 -72t-118 -27zM279 432q-61 0 -102.5 -34.5t-47.5 -105.5h292q-1 56 -40 98t-102 42z" />
    <glyph glyph-name="f" unicode="f" horiz-adv-x="311" 
d="M15 429v67h84v74q0 79 26 107.5t107 28.5h54v-71h-52q-32 0 -41.5 -12.5t-9.5 -51.5v-75h103v-67h-103v-429h-84v429h-84z" />
    <glyph glyph-name="g" unicode="g" horiz-adv-x="560" 
d="M248 9q-87 0 -148.5 66.5t-61.5 180.5t61.5 181t148.5 67q107 0 158 -86l23 78h61v-449q0 -45 -3 -72t-14 -59t-37 -54.5t-67 -37.5q-45 -16 -95 -16q-67 0 -121 29t-72 87l84 23q23 -65 109 -65q32 0 56 8q45 15 60.5 45t15.5 93v66q-51 -85 -158 -85zM269 432
q-63 0 -101.5 -46.5t-38.5 -129.5t38.5 -130t101.5 -47q61 0 100.5 44t39.5 133t-39.5 132.5t-100.5 43.5z" />
    <glyph glyph-name="h" unicode="h" horiz-adv-x="546" 
d="M70 668h84v-247q49 83 160 83q164 0 164 -190v-314h-84v289q0 32 -4 55t-14.5 44.5t-33 32.5t-57.5 11q-62 0 -96.5 -42t-34.5 -121v-269h-84v668z" />
    <glyph glyph-name="i" unicode="i" horiz-adv-x="278" 
d="M45 496h153v-496h-84v429h-69v67zM156 590q-26 0 -44 18.5t-18 44.5q0 25 18 43.5t44 18.5t44.5 -18t18.5 -44t-18.5 -44.5t-44.5 -18.5z" />
    <glyph glyph-name="j" unicode="j" horiz-adv-x="254" 
d="M-58 -86q18 -1 47 -1q63 0 82 18t19 81v484h84v-489q0 -96 -37.5 -132t-139.5 -36q-15 0 -55 2v73zM132 590q-26 0 -44.5 18.5t-18.5 44.5t18.5 44t44.5 18t44 -18.5t18 -43.5q0 -26 -18 -44.5t-44 -18.5z" />
    <glyph glyph-name="k" unicode="k" horiz-adv-x="490" 
d="M70 668h84v-395l200 223h101l-187 -205l212 -291h-103l-165 229l-58 -63v-166h-84v668z" />
    <glyph glyph-name="l" unicode="l" horiz-adv-x="239" 
d="M70 124v543h84v-529q0 -40 8.5 -52t42.5 -12h19v-74h-37q-72 0 -94.5 23.5t-22.5 100.5z" />
    <glyph glyph-name="m" unicode="m" horiz-adv-x="841" 
d="M70 496h62l22 -75q49 83 149 83q108 0 143 -87q57 87 167 87q160 0 160 -190v-314h-84v289q0 68 -21.5 105.5t-84.5 37.5q-55 0 -87 -42.5t-32 -120.5v-269h-84v289q0 67 -22 105t-84 38q-55 0 -87.5 -42.5t-32.5 -120.5v-269h-84v496z" />
    <glyph glyph-name="n" unicode="n" horiz-adv-x="546" 
d="M70 496h62l22 -75q49 83 160 83q164 0 164 -190v-314h-84v289q0 32 -4 55t-14.5 44.5t-33 32.5t-57.5 11q-62 0 -96.5 -42t-34.5 -121v-269h-84v496z" />
    <glyph glyph-name="o" unicode="o" horiz-adv-x="552" 
d="M38 246q0 125 71.5 191.5t166.5 66.5q96 0 167 -66.5t71 -191.5t-71 -191.5t-167 -66.5q-95 0 -166.5 66.5t-71.5 191.5zM128 246q0 -89 44.5 -136.5t103.5 -47.5q60 0 104 47t44 137t-44 137t-104 47q-59 0 -103.5 -47.5t-44.5 -136.5z" />
    <glyph glyph-name="p" unicode="p" horiz-adv-x="566" 
d="M70 496h61l23 -78q50 86 161 86q89 0 151 -70t62 -188t-62 -188t-151 -70q-112 0 -161 87v-236h-84v657zM152 246q0 -87 38 -136.5t103 -49.5t103 49.5t38 136.5t-38 136.5t-103 49.5t-103 -49.5t-38 -136.5z" />
    <glyph glyph-name="q" unicode="q" horiz-adv-x="576" 
d="M250 -12q-89 0 -150.5 70t-61.5 188t61.5 188t150.5 70q112 0 162 -86l23 78h61v-520q0 -30 17.5 -50t53.5 -20q26 0 61 13v-78q-45 -14 -85 -14q-131 0 -131 146v102q-49 -87 -162 -87zM273 432q-65 0 -103.5 -49t-38.5 -137t38.5 -137t103.5 -49t103 49.5t38 136.5
t-38 136.5t-103 49.5z" />
    <glyph glyph-name="r" unicode="r" horiz-adv-x="340" 
d="M70 496h61l27 -92q58 100 177 100v-87q-99 0 -140 -50.5t-41 -153.5v-213h-84v496z" />
    <glyph glyph-name="s" unicode="s" horiz-adv-x="471" 
d="M31 112l81 30q11 -42 46.5 -62.5t80.5 -20.5q46 0 81.5 21t35.5 53q0 37 -32.5 56.5t-78.5 28t-92.5 20t-79 43t-32.5 86.5q0 63 57 100.5t134 37.5q62 0 113.5 -26t72.5 -75l-79 -29q-12 29 -43.5 44t-69.5 15q-41 0 -70.5 -17.5t-29.5 -48.5q0 -33 32.5 -49.5t79 -24
t92.5 -19.5t78.5 -46.5t32.5 -92.5q0 -67 -60 -107.5t-142 -40.5q-69 0 -126.5 31.5t-81.5 92.5z" />
    <glyph glyph-name="t" unicode="t" horiz-adv-x="324" 
d="M20 496h84v125h84v-125h96v-67h-96v-291q0 -40 8.5 -52t42.5 -12h45v-74h-63q-72 0 -94.5 23.5t-22.5 100.5v305h-84v67z" />
    <glyph glyph-name="u" unicode="u" horiz-adv-x="536" 
d="M227 -12q-159 0 -159 192v317h84v-292q0 -68 21 -105.5t83 -37.5q60 0 93 41.5t33 120.5v273h84v-497h-63l-21 72q-49 -84 -155 -84z" />
    <glyph glyph-name="v" unicode="v" horiz-adv-x="441" 
d="M177 0l-177 496h91l130 -386l129 386h91l-177 -496h-87z" />
    <glyph glyph-name="w" unicode="w" horiz-adv-x="654" 
d="M143 0l-143 496h90l95 -367l99 367h87l98 -367l95 367h90l-142 -496h-77l-108 399l-108 -399h-76z" />
    <glyph glyph-name="x" unicode="x" horiz-adv-x="461" 
d="M0 0l181 255l-172 241h99l122 -172l123 172h99l-172 -241l181 -255h-99l-132 185l-131 -185h-99z" />
    <glyph glyph-name="y" unicode="y" horiz-adv-x="429" 
d="M179 -1l-179 496h93l122 -382l122 382h92l-176 -517q-28 -84 -60.5 -111.5t-112.5 -27.5h-43v74h34q54 0 72.5 14.5t35.5 71.5z" />
    <glyph glyph-name="z" unicode="z" horiz-adv-x="460" 
d="M40 0v74l285 348h-276v74h371v-74l-285 -348h295v-74h-390z" />
    <glyph glyph-name="braceleft" unicode="{" horiz-adv-x="319" 
d="M108 125q0 49 -13.5 72t-56.5 23v67q43 0 56.5 23t13.5 72v150q0 80 26 108t108 28h43v-71h-42q-32 0 -41.5 -12.5t-9.5 -51.5v-153q0 -59 -20 -87.5t-59 -39.5q39 -11 59 -38.5t20 -87.5v-153q0 -40 9.5 -52t41.5 -12h42v-71h-43q-82 0 -108 28t-26 108v150z" />
    <glyph glyph-name="bar" unicode="|" horiz-adv-x="233" 
d="M76 -161v829h81v-829h-81z" />
    <glyph glyph-name="braceright" unicode="}" horiz-adv-x="319" 
d="M77 -161h-43v71h41q33 0 42.5 12t9.5 52v153q0 60 19.5 87.5t58.5 38.5q-38 11 -58 39.5t-20 87.5v153q0 39 -9.5 51.5t-42.5 12.5h-41v71h43q82 0 108 -28t26 -108v-150q0 -49 13.5 -72t56.5 -23v-67q-43 0 -56.5 -23t-13.5 -72v-150q0 -80 -26 -108t-108 -28z" />
    <glyph glyph-name="asciitilde" unicode="~" horiz-adv-x="555" 
d="M115 199l-75 22q11 47 47.5 74.5t89.5 27.5q45 0 111.5 -27.5t89.5 -27.5q24 0 41 13t22 38l74 -22q-11 -47 -47.5 -74.5t-88.5 -27.5q-37 0 -104 27t-96 27q-55 0 -64 -50z" />
    <glyph glyph-name="uni00A0" unicode="&#xa0;" horiz-adv-x="280" 
 />
    <glyph glyph-name="exclamdown" unicode="&#xa1;" horiz-adv-x="281" 
d="M185 -161h-89v172l18 300h53l18 -300v-172zM140 390q-26 0 -45 19t-19 45q0 27 19 46t45 19q27 0 46 -19t19 -46q0 -26 -19 -45t-46 -19z" />
    <glyph glyph-name="cent" unicode="&#xa2;" horiz-adv-x="500" 
d="M38 247q0 101 53.5 170.5t144.5 83.5v70h50v-67q61 -2 107.5 -33t71.5 -78l-77 -28q-32 57 -102 65v-368q70 7 104 65l77 -28q-26 -46 -74 -76.5t-107 -34.5v-75h-50v77q-92 12 -145 82t-53 175zM129 248q0 -75 30 -121t77 -60v358q-47 -13 -77 -58t-30 -119z" />
    <glyph glyph-name="sterling" unicode="&#xa3;" horiz-adv-x="586" 
d="M70 369h86q-44 90 -44 142q0 85 65.5 127t155.5 42q83 0 138 -37t75 -102l-83 -25q-24 93 -134 93q-51 0 -89.5 -24t-38.5 -77q0 -9 1.5 -18.5t2.5 -16.5t5.5 -18.5t6 -16t7.5 -18.5t7.5 -16.5t9 -18t8.5 -16.5h204v-51h-181q18 -40 18 -80q0 -91 -96 -148q31 12 60 12
q28 0 80 -18t88 -18q51 0 109 25l25 -73q-68 -30 -125 -30q-38 0 -99 19t-97 19q-59 0 -134 -38l-28 67q17 7 36 19.5t41.5 33t37 52t14.5 66.5q0 43 -23 92h-109v51z" />
    <glyph glyph-name="currency" unicode="&#xa4;" horiz-adv-x="580" 
d="M119 456l-66 66l36 36l66 -66q59 47 135 47q78 0 135 -47l66 66l36 -36l-66 -66q47 -57 47 -135q0 -77 -47 -136l66 -66l-36 -35l-66 65q-58 -46 -135 -46q-76 0 -135 46l-66 -65l-36 35l66 66q-47 61 -47 136q0 76 47 135zM290 463q-59 0 -100.5 -41.5t-41.5 -100.5
t41.5 -101t100.5 -42t100.5 42t41.5 101t-41.5 100.5t-100.5 41.5z" />
    <glyph glyph-name="yen" unicode="&#xa5;" horiz-adv-x="595" 
d="M10 668h103l185 -323l184 323h103l-232 -394h141v-51h-149v-86h149v-51h-149v-86h-94v86h-150v51h150v86h-150v51h141z" />
    <glyph glyph-name="brokenbar" unicode="&#xa6;" horiz-adv-x="233" 
d="M76 358v310h81v-310h-81zM157 -161h-81v310h81v-310z" />
    <glyph glyph-name="section" unicode="&#xa7;" horiz-adv-x="530" 
d="M363 -36q0 35 -34 64.5t-83 52.5t-98 49t-83 66.5t-34 92.5q0 47 34 82t86 53q-75 50 -75 126q0 62 54 96t127 34q67 0 114 -28t68 -78l-81 -24q-23 60 -105 60q-39 0 -65 -15t-26 -43q0 -4 2 -16q6 -25 43.5 -50t85.5 -48t95 -49t79.5 -64t32.5 -83q0 -51 -32 -90
t-83 -61q64 -49 64 -114q0 -71 -53.5 -110.5t-134.5 -39.5q-74 0 -125 34t-69 95l83 24q21 -83 113 -83q45 0 72.5 17.5t27.5 49.5zM115 294q0 -27 17.5 -48.5t39.5 -34t70 -37.5t81 -45q93 39 93 97q0 22 -11 41t-33.5 35t-44.5 27.5t-55.5 28.5t-53.5 29
q-42 -12 -72.5 -36.5t-30.5 -56.5z" />
    <glyph glyph-name="dieresis" unicode="&#xa8;" horiz-adv-x="425" 
d="M53 644q0 22 16 37.5t38 15.5t38 -15.5t16 -37.5t-15.5 -38t-38.5 -16t-38.5 16t-15.5 38zM265 644q0 22 15.5 37.5t37.5 15.5t38 -15.5t16 -37.5t-16 -38t-38 -16t-37.5 16t-15.5 38z" />
    <glyph glyph-name="copyright" unicode="&#xa9;" horiz-adv-x="798" 
d="M53 334q0 143 101.5 244.5t244.5 101.5t244.5 -101.5t101.5 -244.5t-101.5 -244.5t-244.5 -101.5t-244.5 101.5t-101.5 244.5zM115 334q0 -118 83 -201t201 -83t201 83t83 201t-83 201t-201 83t-201 -83t-83 -201zM401 150q-83 0 -128.5 51t-45.5 141q0 88 47.5 138.5
t128.5 50.5q102 0 145 -82l-67 -25q-26 49 -80 49q-45 0 -71.5 -33.5t-26.5 -97.5q0 -65 26.5 -99t71.5 -34q58 0 83 45l66 -24q-46 -80 -149 -80z" />
    <glyph glyph-name="ordfeminine" unicode="&#xaa;" horiz-adv-x="371" 
d="M152 397q-45 0 -72 22.5t-27 58.5q0 27 14.5 45.5t42.5 29.5t57.5 16.5t71.5 8.5q0 20 -2 32t-14.5 22.5t-36.5 10.5q-48 0 -57 -36l-61 18q12 31 43.5 49t77.5 18q118 0 118 -119v-82q0 -33 11 -88h-58l-12 39q-23 -45 -96 -45zM123 483q0 -35 49 -35q34 0 50.5 19.5
t16.5 51.5v11q-67 -8 -91.5 -17.5t-24.5 -29.5z" />
    <glyph glyph-name="guillemotleft" unicode="&#xab;" horiz-adv-x="562" 
d="M262 251l147 210h100l-150 -210l150 -211h-100zM201 40l-148 211l148 210h99l-149 -210l149 -211h-99z" />
    <glyph glyph-name="logicalnot" unicode="&#xac;" horiz-adv-x="602" 
d="M53 317v79h496v-306h-81v227h-415z" />
    <glyph glyph-name="registered" unicode="&#xae;" horiz-adv-x="798" 
d="M399 -12q-143 0 -244.5 101t-101.5 244q0 144 101.5 245.5t244.5 101.5t244.5 -101.5t101.5 -245.5q0 -143 -101.5 -244t-244.5 -101zM115 333q0 -117 83 -200.5t201 -83.5t201 83.5t83 200.5q0 118 -83 202t-201 84t-201 -84t-83 -202zM340 162h-76v368h112
q90 0 132 -24t42 -92q0 -79 -88 -103l108 -149h-86l-102 139h-42v-139zM388 469h-48v-110h53q81 0 81 54q0 32 -22 44t-64 12z" />
    <glyph glyph-name="macron" unicode="&#xaf;" horiz-adv-x="382" 
d="M53 601v67h276v-67h-276z" />
    <glyph glyph-name="degree" unicode="&#xb0;" horiz-adv-x="352" 
d="M40 544q0 56 40 96t96 40t96 -40t40 -96t-40 -96t-96 -40t-96 40t-40 96zM103 544q0 -30 21.5 -51.5t51.5 -21.5q31 0 52 21.5t21 51.5q0 31 -21 52t-52 21q-30 0 -51.5 -21t-21.5 -52z" />
    <glyph glyph-name="plusminus" unicode="&#xb1;" horiz-adv-x="579" 
d="M53 349h197v147h79v-147h197v-79h-197v-146h-79v146h-197v79zM526 0h-473v79h473v-79z" />
    <glyph glyph-name="twosuperior" unicode="&#xb2;" horiz-adv-x="382" 
d="M329 403h-276v55q105 83 151 132t46 92q0 26 -15.5 40t-41.5 14q-57 0 -64 -59l-64 18q11 42 45.5 66.5t85.5 24.5q54 0 89 -26.5t35 -73.5q0 -53 -46.5 -107.5t-139.5 -117.5h195v-58z" />
    <glyph glyph-name="threesuperior" unicode="&#xb3;" horiz-adv-x="383" 
d="M53 486l62 18q18 -56 73 -56q32 0 52.5 16.5t20.5 44.5q0 10 -2.5 18.5t-5.5 14.5t-9.5 11t-11.5 8t-14 5.5t-14 3.5t-15 1.5t-13.5 0.5h-13.5h-11v54q61 0 82 15q19 15 19 42q0 26 -18 39.5t-44 13.5q-55 0 -71 -53l-61 18q13 40 48.5 62.5t87.5 22.5t89.5 -25.5
t37.5 -75.5q0 -26 -15 -48.5t-38 -34.5q30 -12 46 -36.5t16 -54.5q0 -55 -41 -84.5t-102 -29.5q-51 0 -86 24.5t-48 64.5z" />
    <glyph glyph-name="acute" unicode="&#xb4;" horiz-adv-x="268" 
d="M123 571h-70q2 2 23.5 30.5t43 56.5t29.5 36q10 13 28 13q16 0 26 -10q12 -11 12 -28q0 -15 -13 -28q-14 -16 -79 -70z" />
    <glyph glyph-name="paragraph" unicode="&#xb6;" horiz-adv-x="508" 
d="M38 479q0 78 55.5 133.5t133.5 55.5h256v-67h-40v-762h-81v762h-94v-762h-81v455q-64 14 -106.5 65.5t-42.5 119.5z" />
    <glyph glyph-name="periodcentered" unicode="&#xb7;" horiz-adv-x="235" 
d="M53 248q0 26 19 45t45 19q27 0 46 -19t19 -45q0 -27 -19 -46t-46 -19q-26 0 -45 19t-19 46z" />
    <glyph glyph-name="cedilla" unicode="&#xb8;" horiz-adv-x="291" 
d="M73 -161l14 35q32 -14 58 -14q24 0 37.5 10.5t13.5 23.5q0 25 -36 25q-11 0 -31 -5q-13 -4 -20.5 2.5t-7.5 16.5q0 5 3 10l51 82l34 -21l-30 -49q22 4 30 4q33 0 51 -17.5t18 -43.5q0 -31 -25.5 -55t-71.5 -24q-39 0 -88 20z" />
    <glyph glyph-name="onesuperior" unicode="&#xb9;" horiz-adv-x="256" 
d="M53 730q77 0 94 49h56v-376h-67v280h-83v47z" />
    <glyph glyph-name="ordmasculine" unicode="&#xba;" horiz-adv-x="381" 
d="M57 545q0 71 40 109t97 38q58 0 98 -38t40 -109t-40 -109t-98 -38q-57 0 -97 38t-40 109zM126 545q0 -44 19 -68.5t49 -24.5q31 0 50 24.5t19 68.5t-19 68.5t-50 24.5q-30 0 -49 -24.5t-19 -68.5z" />
    <glyph glyph-name="guillemotright" unicode="&#xbb;" horiz-adv-x="562" 
d="M202 251l-149 210h100l147 -210l-147 -211h-100zM411 251l-149 210h99l148 -210l-148 -211h-99z" />
    <glyph glyph-name="onequarter" unicode="&#xbc;" horiz-adv-x="826" 
d="M455 140l186 236h67v-233h65v-57h-65v-86h-68v86h-185v54zM115 0l468 668h88l-467 -668h-89zM53 619q77 0 94 49h57v-376h-68v279h-83v48zM528 143h112v146z" />
    <glyph glyph-name="onehalf" unicode="&#xbd;" horiz-adv-x="812" 
d="M203 0h-88l468 668h88zM484 0v54q107 86 152 133.5t45 90.5q0 26 -15.5 40t-41.5 14q-25 0 -43 -14.5t-22 -44.5l-64 19q11 42 46 66t86 24q54 0 89 -26.5t35 -72.5q0 -54 -47 -108.5t-139 -116.5h194v-58h-275zM136 571h-83v48q77 0 94 49h56v-376h-67v279z" />
    <glyph glyph-name="threequarters" unicode="&#xbe;" horiz-adv-x="868" 
d="M682 86h-185v54l186 236h68v-233h64v-57h-64v-86h-69v86zM245 0h-88l469 668h88zM187 291q-51 0 -86 24.5t-48 64.5l62 18q17 -56 73 -56q32 0 52.5 16.5t20.5 44.5q0 10 -2.5 18.5t-5.5 14.5t-9.5 11t-11.5 8t-14 5.5t-14 3.5t-15 1.5t-13.5 0.5h-13.5h-11v53
q61 0 82 15q19 15 19 42q0 26 -18 39.5t-44 13.5q-55 0 -71 -53l-61 18q13 40 48.5 63t87.5 23t89.5 -26t37.5 -76q0 -55 -53 -83q30 -11 46 -35.5t16 -54.5q0 -55 -41 -84.5t-102 -29.5zM682 289l-112 -146h112v146z" />
    <glyph glyph-name="questiondown" unicode="&#xbf;" horiz-adv-x="520" 
d="M258 -173q-85 0 -146.5 42t-61.5 120q0 110 124 190q47 30 62.5 49t15.5 55v34h86v-36q0 -55 -26 -88t-89 -73q-85 -53 -85 -127q0 -43 34 -69.5t88 -26.5q63 0 96.5 32t41.5 78l82 -24q-16 -72 -76 -114t-146 -42zM228 455q0 26 19 45t46 19q26 0 45 -19t19 -45
q0 -27 -19 -46t-45 -19q-27 0 -46 19t-19 46z" />
    <glyph glyph-name="Agrave" unicode="&#xc0;" horiz-adv-x="626" 
d="M10 0l251 669h105l250 -669h-100l-51 146h-304l-51 -146h-100zM313 574l-123 -347h246zM196 796q-16 14 -16 32q0 15 10.5 25.5t25.5 10.5q19 0 31 -13l106 -107h-76q-1 1 -18.5 11.5t-36 22t-26.5 18.5z" />
    <glyph glyph-name="Aacute" unicode="&#xc1;" horiz-adv-x="626" 
d="M10 0l251 669h105l250 -669h-100l-51 146h-304l-51 -146h-100zM313 574l-123 -347h246zM353 744h-76q1 1 26 27t49 50.5t32 30.5q14 12 29 12t25.5 -10.5t10.5 -25.5q0 -19 -16 -32q-8 -7 -26 -18.5t-35.5 -22.5t-18.5 -11z" />
    <glyph glyph-name="Acircumflex" unicode="&#xc2;" horiz-adv-x="626" 
d="M110 0h-100l251 669h105l250 -669h-100l-51 146h-304zM313 574l-123 -347h246zM246 747h-94l112 101q20 19 50 19q29 0 49 -19l112 -101h-94l-68 61z" />
    <glyph glyph-name="Atilde" unicode="&#xc3;" horiz-adv-x="626" 
d="M110 0h-100l251 669h105l250 -669h-100l-51 146h-304zM313 574l-123 -347h246zM149 751q18 104 106 104q30 0 67.5 -21.5t56.5 -21.5q25 0 39 23q11 19 29 19q12 0 21.5 -9t9.5 -22q0 -21 -27.5 -47.5t-69.5 -26.5q-29 0 -68 21.5t-57 21.5q-37 0 -42 -41h-65z" />
    <glyph glyph-name="Adieresis" unicode="&#xc4;" horiz-adv-x="626" 
d="M10 0l251 669h105l250 -669h-100l-51 146h-304l-51 -146h-100zM190 227h246l-123 347zM208 740q-22 0 -38 16t-16 38t16 37.5t38 15.5t38 -15.5t16 -37.5t-16 -38t-38 -16zM419 740q-22 0 -37.5 16t-15.5 38t15.5 37.5t37.5 15.5t38 -15.5t16 -37.5t-15.5 -38t-38.5 -16z
" />
    <glyph glyph-name="Aring" unicode="&#xc5;" horiz-adv-x="626" 
d="M110 0h-100l240 641q-46 33 -46 88q0 45 32.5 77t78.5 32q45 0 76 -32t31 -77q0 -57 -45 -89l239 -640h-100l-51 146h-304zM313 574l-123 -347h246zM313 780q-22 0 -37 -15t-15 -36t15 -36t37 -15t37 15t15 36t-15 36t-37 15z" />
    <glyph glyph-name="AE" unicode="&#xc6;" horiz-adv-x="998" 
d="M10 0l486 668h464v-81h-360v-203h266v-81h-266v-222h360v-81h-454v145h-283l-104 -145h-109zM506 546l-227 -320h227v320z" />
    <glyph glyph-name="Ccedilla" unicode="&#xc7;" horiz-adv-x="671" 
d="M59 335q0 156 85 250.5t226 94.5q85 0 152 -39.5t101 -111.5l-82 -30q-51 102 -176 102q-92 0 -151 -70t-59 -196q0 -124 59 -196t154 -72q125 0 177 102l82 -30q-35 -72 -102.5 -110.5t-155.5 -40.5l-20 -33q22 4 30 4q33 0 51 -17.5t18 -43.5q0 -31 -25.5 -55
t-71.5 -24q-39 0 -88 20l14 35q32 -14 58 -14q24 0 37.5 10.5t13.5 23.5q0 25 -36 25q-11 0 -31 -5q-13 -4 -20.5 2.5t-7.5 16.5q0 5 3 10l29 47q-124 13 -194 107t-70 238z" />
    <glyph glyph-name="Egrave" unicode="&#xc8;" horiz-adv-x="567" 
d="M76 668h453v-81h-359v-203h265v-81h-265v-222h359v-81h-453v668zM194 828q0 15 10.5 25.5t25.5 10.5q19 0 31 -13l106 -107h-76q-1 1 -18.5 11.5t-36 22t-26.5 18.5q-16 14 -16 32z" />
    <glyph glyph-name="Eacute" unicode="&#xc9;" horiz-adv-x="567" 
d="M76 0v668h453v-81h-359v-203h265v-81h-265v-222h359v-81h-453zM341 744h-76q1 1 26 27t49 50.5t32 30.5q14 12 29 12t25.5 -10.5t10.5 -25.5q0 -19 -16 -32q-8 -7 -26 -18.5t-35.5 -22.5t-18.5 -11z" />
    <glyph glyph-name="Ecircumflex" unicode="&#xca;" horiz-adv-x="567" 
d="M76 0v668h453v-81h-359v-203h265v-81h-265v-222h359v-81h-453zM142 750l112 101q20 19 50 19q29 0 49 -19l112 -101h-94l-68 61l-67 -61h-94z" />
    <glyph glyph-name="Edieresis" unicode="&#xcb;" horiz-adv-x="567" 
d="M76 0v668h453v-81h-359v-203h265v-81h-265v-222h359v-81h-453zM183 742q-23 0 -38.5 16t-15.5 38t16 37.5t38 15.5t38 -15.5t16 -37.5t-15.5 -38t-38.5 -16zM394 742q-22 0 -37.5 16t-15.5 38t15.5 37.5t37.5 15.5t38 -15.5t16 -37.5t-16 -38t-38 -16z" />
    <glyph glyph-name="Igrave" unicode="&#xcc;" horiz-adv-x="414" 
d="M66 74h94v520h-94v74h282v-74h-94v-520h94v-74h-282v74zM94 796q-16 14 -16 32q0 15 10.5 25.5t25.5 10.5q19 0 31 -13l106 -107h-76q-1 1 -18.5 11.5t-36 22t-26.5 18.5z" />
    <glyph glyph-name="Iacute" unicode="&#xcd;" horiz-adv-x="414" 
d="M348 0h-282v74h94v520h-94v74h282v-74h-94v-520h94v-74zM242 744h-76q1 1 26 27t49 50.5t32 30.5q13 12 29 12q15 0 25.5 -10.5t10.5 -25.5q0 -19 -16 -32q-8 -7 -26 -18.5t-35.5 -22.5t-18.5 -11z" />
    <glyph glyph-name="Icircumflex" unicode="&#xce;" horiz-adv-x="414" 
d="M160 594h-94v74h282v-74h-94v-520h94v-74h-282v74h94v520zM46 747l112 101q20 19 50 19q29 0 49 -19l112 -101h-94l-68 61l-67 -61h-94z" />
    <glyph glyph-name="Idieresis" unicode="&#xcf;" horiz-adv-x="414" 
d="M348 0h-282v74h94v520h-94v74h282v-74h-94v-520h94v-74zM48 794q0 22 16 37.5t38 15.5t38 -15.5t16 -37.5t-16 -38t-38 -16t-38 16t-16 38zM260 794q0 22 15.5 37.5t37.5 15.5t38 -15.5t16 -37.5t-15.5 -38t-38.5 -16q-22 0 -37.5 16t-15.5 38z" />
    <glyph glyph-name="Eth" unicode="&#xd0;" horiz-adv-x="712" 
d="M20 383h95v285h182q83 0 147 -16.5t114.5 -54t77 -103.5t26.5 -159t-26.5 -159.5t-77 -104t-114.5 -54.5t-147 -17h-182v303h-95v80zM209 383h140v-80h-140v-224h86q47 0 82 4.5t72.5 20t61.5 42.5t39.5 75t15.5 114q0 65 -15.5 113t-39.5 74.5t-61.5 42t-72.5 20
t-82 4.5h-86v-206z" />
    <glyph glyph-name="Ntilde" unicode="&#xd1;" horiz-adv-x="689" 
d="M170 0h-94v668h139l304 -568v568h94v-668h-138l-305 571v-571zM244 751h-65q18 104 106 104q30 0 67.5 -21.5t56.5 -21.5q25 0 39 23q11 19 29 19q12 0 21.5 -9t9.5 -22q0 -21 -27.5 -47.5t-69.5 -26.5q-29 0 -68 21.5t-57 21.5q-37 0 -42 -41z" />
    <glyph glyph-name="Ograve" unicode="&#xd2;" horiz-adv-x="727" 
d="M50 335q0 153 85.5 249t227.5 96q143 0 228.5 -96t85.5 -249q0 -154 -85.5 -250.5t-228.5 -96.5q-142 0 -227.5 97t-85.5 250zM363 601q-94 0 -155.5 -70.5t-61.5 -195.5q0 -126 61.5 -197t155.5 -71q95 0 156.5 71t61.5 197q0 125 -61.5 195.5t-156.5 70.5zM249 796
q-16 14 -16 32q0 15 10.5 25.5t25.5 10.5q19 0 31 -13l106 -107h-76q-1 1 -18.5 11.5t-36 22t-26.5 18.5z" />
    <glyph glyph-name="Oacute" unicode="&#xd3;" horiz-adv-x="727" 
d="M50 335q0 153 85.5 249t227.5 96q143 0 228.5 -96t85.5 -249q0 -154 -85.5 -250.5t-228.5 -96.5q-142 0 -227.5 97t-85.5 250zM146 335q0 -126 61.5 -197t155.5 -71q95 0 156.5 71t61.5 197q0 125 -61.5 195.5t-156.5 70.5q-94 0 -155.5 -70.5t-61.5 -195.5zM399 744h-76
q1 1 26 27t49 50.5t32 30.5q14 12 29 12t25.5 -10.5t10.5 -25.5q0 -19 -16 -32q-8 -7 -26 -18.5t-35.5 -22.5t-18.5 -11z" />
    <glyph glyph-name="Ocircumflex" unicode="&#xd4;" horiz-adv-x="727" 
d="M50 335q0 153 85.5 249t227.5 96q143 0 228.5 -96t85.5 -249q0 -154 -85.5 -250.5t-228.5 -96.5q-142 0 -227.5 97t-85.5 250zM146 335q0 -126 61.5 -197t155.5 -71q95 0 156.5 71t61.5 197q0 125 -61.5 195.5t-156.5 70.5q-94 0 -155.5 -70.5t-61.5 -195.5zM296 747h-94
l112 101q20 19 50 19q29 0 49 -19l112 -101h-94l-68 61z" />
    <glyph glyph-name="Otilde" unicode="&#xd5;" horiz-adv-x="727" 
d="M363 -12q-142 0 -227.5 97t-85.5 250t85.5 249t227.5 96q143 0 228.5 -96t85.5 -249q0 -154 -85.5 -250.5t-228.5 -96.5zM146 335q0 -126 61.5 -197t155.5 -71q95 0 156.5 71t61.5 197q0 125 -61.5 195.5t-156.5 70.5q-94 0 -155.5 -70.5t-61.5 -195.5zM195 752
q18 104 106 104q30 0 67.5 -21.5t56.5 -21.5q25 0 39 23q11 19 29 19q12 0 21.5 -9t9.5 -22q0 -21 -27.5 -47.5t-69.5 -26.5q-29 0 -68 21.5t-57 21.5q-37 0 -42 -41h-65z" />
    <glyph glyph-name="Odieresis" unicode="&#xd6;" horiz-adv-x="727" 
d="M363 -12q-142 0 -227.5 97t-85.5 250t85.5 249t227.5 96q143 0 228.5 -96t85.5 -249q0 -154 -85.5 -250.5t-228.5 -96.5zM363 601q-94 0 -155.5 -70.5t-61.5 -195.5q0 -126 61.5 -197t155.5 -71q95 0 156.5 71t61.5 197q0 125 -61.5 195.5t-156.5 70.5zM204 796
q0 22 16 37.5t38 15.5t38 -15.5t16 -37.5t-16 -38t-38 -16t-38 16t-16 38zM416 796q0 22 15.5 37.5t37.5 15.5t38 -15.5t16 -37.5t-15.5 -38t-38.5 -16q-22 0 -37.5 16t-15.5 38z" />
    <glyph glyph-name="multiply" unicode="&#xd7;" horiz-adv-x="528" 
d="M53 404l57 58l154 -154l154 154l57 -58l-153 -154l153 -153l-57 -58l-154 154l-154 -154l-57 58l154 153z" />
    <glyph glyph-name="Oslash" unicode="&#xd8;" horiz-adv-x="727" 
d="M50 333q0 153 85.5 250t227.5 97q119 0 200 -70l53 63l39 -32l-56 -67q78 -95 78 -241q0 -153 -85.5 -249t-228.5 -96q-122 0 -203 72l-57 -66l-38 33l60 70q-75 94 -75 236zM217 127q58 -60 146 -60q95 0 156.5 71t61.5 195q0 102 -43 170zM363 599q-94 0 -155.5 -70.5
t-61.5 -195.5q0 -99 40 -164l320 374q-58 56 -143 56z" />
    <glyph glyph-name="Ugrave" unicode="&#xd9;" horiz-adv-x="690" 
d="M76 668h94v-396q0 -102 41 -152.5t134 -50.5t134 50.5t41 152.5v396h94v-389q0 -149 -63 -220t-206 -71t-206 71t-63 220v389zM231 796q-16 14 -16 32q0 15 10.5 25.5t25.5 10.5q19 0 31 -13l106 -107h-76q-1 1 -18.5 11.5t-36 22t-26.5 18.5z" />
    <glyph glyph-name="Uacute" unicode="&#xda;" horiz-adv-x="690" 
d="M345 -12q-143 0 -206 71t-63 220v389h94v-396q0 -102 41 -152.5t134 -50.5t134 50.5t41 152.5v396h94v-389q0 -149 -63 -220t-206 -71zM381 744h-76q1 1 26 27t49 50.5t32 30.5q14 12 29 12t25.5 -10.5t10.5 -25.5q0 -19 -16 -32q-8 -7 -26 -18.5t-35.5 -22.5t-18.5 -11z
" />
    <glyph glyph-name="Ucircumflex" unicode="&#xdb;" horiz-adv-x="690" 
d="M76 279v389h94v-396q0 -102 41 -152.5t134 -50.5t134 50.5t41 152.5v396h94v-389q0 -149 -63 -220t-206 -71t-206 71t-63 220zM278 747h-94l112 101q20 19 50 19q29 0 49 -19l112 -101h-94l-68 61z" />
    <glyph glyph-name="Udieresis" unicode="&#xdc;" horiz-adv-x="690" 
d="M345 -12q-143 0 -206 71t-63 220v389h94v-396q0 -102 41 -152.5t134 -50.5t134 50.5t41 152.5v396h94v-389q0 -149 -63 -220t-206 -71zM240 743q-22 0 -38 15.5t-16 38.5q0 22 16 37.5t38 15.5t38 -15.5t16 -37.5q0 -23 -16 -38.5t-38 -15.5zM451 743q-22 0 -37.5 16
t-15.5 38t15.5 37.5t37.5 15.5t38 -15.5t16 -37.5q0 -23 -15.5 -38.5t-38.5 -15.5z" />
    <glyph glyph-name="Yacute" unicode="&#xdd;" horiz-adv-x="595" 
d="M251 259l-241 409h103l185 -323l184 323h103l-240 -409v-259h-94v259zM258 744q1 1 26 27t49 50.5t32 30.5q13 12 29 12q15 0 25.5 -10.5t10.5 -25.5q0 -19 -16 -32q-8 -7 -26 -18.5t-35.5 -22.5t-18.5 -11h-76z" />
    <glyph glyph-name="Thorn" unicode="&#xde;" horiz-adv-x="576" 
d="M160 0h-84v668h84v-140h127q123 0 187 -39.5t64 -143.5q0 -55 -17.5 -91.5t-53 -56t-78 -27t-102.5 -7.5h-127v-163zM296 447h-136v-203h136q48 0 75.5 5t48.5 28t21 67q0 62 -37 82.5t-108 20.5z" />
    <glyph glyph-name="germandbls" unicode="&#xdf;" horiz-adv-x="597" 
d="M76 453q0 33 4 60.5t18.5 60t38.5 54.5t69 37t106 15q91 0 149.5 -43.5t58.5 -115.5q0 -103 -100 -145q139 -36 139 -179q0 -110 -73.5 -161t-183.5 -48l-23 77q21 -3 39 -3q70 0 110.5 34t40.5 99q0 135 -190 135v76q75 0 115.5 27.5t40.5 77.5q0 44 -34.5 72t-89.5 28
q-80 0 -115.5 -36.5t-35.5 -121.5v-453h-84v453z" />
    <glyph glyph-name="agrave" unicode="&#xe0;" horiz-adv-x="526" 
d="M38 131q0 43 22.5 73.5t70 50t103 31t139.5 20.5q5 131 -112 131q-92 0 -110 -77l-81 24q20 56 71 88t119 32q102 0 149 -48t48 -153l1 -116q1 -105 17 -187h-77l-20 68q-48 -80 -169 -80q-73 0 -122 38.5t-49 104.5zM380 239q-84 -9 -134 -19.5t-82.5 -32t-32.5 -54.5
q0 -36 25.5 -57t70.5 -21q66 0 109.5 36t43.5 117v31zM139 669q0 16 11 27t27 11q20 0 31 -15l93 -121h-70q-57 46 -75 65q-17 18 -17 33z" />
    <glyph glyph-name="aacute" unicode="&#xe1;" horiz-adv-x="526" 
d="M38 131q0 43 22.5 73.5t70 50t103 31t139.5 20.5q5 131 -112 131q-92 0 -110 -77l-81 24q20 56 71 88t119 32q102 0 149 -48t48 -153l1 -116q1 -105 17 -187h-77l-20 68q-48 -80 -169 -80q-73 0 -122 38.5t-49 104.5zM131 133q0 -36 25.5 -57t70.5 -21q66 0 109.5 36
t43.5 117v31q-84 -9 -134 -19.5t-82.5 -32t-32.5 -54.5zM292 571h-70q2 2 23.5 30.5t43 56.5t29.5 36q10 13 28 13q16 0 26 -10q12 -11 12 -28q0 -15 -13 -28q-14 -16 -79 -70z" />
    <glyph glyph-name="acircumflex" unicode="&#xe2;" horiz-adv-x="526" 
d="M209 -12q-73 0 -122 38.5t-49 104.5q0 43 22.5 73.5t70 50t103 31t139.5 20.5q5 131 -112 131q-92 0 -110 -77l-81 24q20 56 71 88t119 32q102 0 149 -48t48 -153l1 -116q1 -105 17 -187h-77l-20 68q-48 -80 -169 -80zM131 133q0 -36 25.5 -57t70.5 -21q66 0 109.5 36
t43.5 117v31q-84 -9 -134 -19.5t-82.5 -32t-32.5 -54.5zM104 575l112 101q20 19 50 19q29 0 49 -19l112 -101h-94l-68 61l-67 -61h-94z" />
    <glyph glyph-name="atilde" unicode="&#xe3;" horiz-adv-x="526" 
d="M209 -12q-73 0 -122 38.5t-49 104.5q0 43 22.5 73.5t70 50t103 31t139.5 20.5q5 131 -112 131q-92 0 -110 -77l-81 24q20 56 71 88t119 32q102 0 149 -48t48 -153l1 -116q1 -105 17 -187h-77l-20 68q-48 -80 -169 -80zM131 133q0 -36 25.5 -57t70.5 -21q66 0 109.5 36
t43.5 117v31q-84 -9 -134 -19.5t-82.5 -32t-32.5 -54.5zM164 577h-65q18 104 106 104q30 0 67.5 -21.5t56.5 -21.5q25 0 39 23q11 19 29 19q12 0 21.5 -9t9.5 -22q0 -21 -27.5 -47.5t-69.5 -26.5q-29 0 -68 21.5t-57 21.5q-37 0 -42 -41z" />
    <glyph glyph-name="adieresis" unicode="&#xe4;" horiz-adv-x="526" 
d="M209 -12q-73 0 -122 38.5t-49 104.5q0 43 22.5 73.5t70 50t103 31t139.5 20.5q5 131 -112 131q-92 0 -110 -77l-81 24q20 56 71 88t119 32q102 0 149 -48t48 -153l1 -116q1 -105 17 -187h-77l-20 68q-48 -80 -169 -80zM131 133q0 -36 25.5 -57t70.5 -21q66 0 109.5 36
t43.5 117v31q-84 -9 -134 -19.5t-82.5 -32t-32.5 -54.5zM105 644q0 22 16 37.5t38 15.5t38 -15.5t16 -37.5t-15.5 -38t-38.5 -16t-38.5 16t-15.5 38zM370 590q-22 0 -37.5 16t-15.5 38t15.5 37.5t37.5 15.5t38 -15.5t16 -37.5t-16 -38t-38 -16z" />
    <glyph glyph-name="aring" unicode="&#xe5;" horiz-adv-x="526" 
d="M38 131q0 43 22.5 73.5t70 50t103 31t139.5 20.5q5 131 -112 131q-92 0 -110 -77l-81 24q20 56 71 88t119 32q102 0 149 -48t48 -153l1 -116q1 -105 17 -187h-77l-20 68q-48 -80 -169 -80q-73 0 -122 38.5t-49 104.5zM267 559q-46 0 -78.5 32t-32.5 77t32.5 77t78.5 32
q45 0 76 -32t31 -77t-31 -77t-76 -32zM131 133q0 -36 25.5 -57t70.5 -21q66 0 109.5 36t43.5 117v31q-84 -9 -134 -19.5t-82.5 -32t-32.5 -54.5zM213 668q0 -21 15 -36t37 -15t37 15t15 36t-15 36t-37 15t-37 -15t-15 -36z" />
    <glyph glyph-name="ae" unicode="&#xe6;" horiz-adv-x="874" 
d="M209 -12q-73 0 -122 38.5t-49 104.5q0 84 91 122.5t244 38.5l1 12q0 12 -0.5 18t-1.5 19.5t-4.5 22t-8.5 21t-13.5 20.5t-20 16t-28 11.5t-36.5 3.5q-92 0 -110 -77l-81 24q20 57 73 89t117 32q130 0 173 -80q69 80 181 80q114 0 176.5 -83.5t54.5 -195.5h-382
q2 -58 28.5 -97t58.5 -52.5t67 -13.5q77 0 116 49l81 -24q-29 -45 -79.5 -72t-117.5 -27q-134 0 -200 100q-60 -100 -208 -100zM131 133q0 -36 26 -57.5t70 -21.5q45 0 77 15.5t46.5 34t22 47t8 41t-0.5 29.5v4q-249 0 -249 -92zM614 432q-61 0 -102.5 -34.5t-46.5 -105.5
h292q-2 56 -41 98t-102 42z" />
    <glyph glyph-name="ccedilla" unicode="&#xe7;" horiz-adv-x="512" 
d="M50 246q0 113 65.5 185.5t174.5 72.5q63 0 112 -31.5t75 -80.5l-77 -28q-17 30 -47.5 48t-68.5 18q-61 0 -102 -47t-41 -136t41.5 -137t101.5 -48q79 0 118 65l77 -28q-28 -49 -79.5 -79.5t-114.5 -31.5l-21 -33q22 4 30 4q33 0 51 -17.5t18 -43.5q0 -31 -25.5 -55
t-71.5 -24q-39 0 -88 20l14 35q32 -14 58 -14q24 0 37.5 10.5t13.5 23.5q0 25 -36 25q-11 0 -31 -5q-13 -4 -20.5 2.5t-7.5 16.5q0 5 3 10l30 48q-87 14 -138 83.5t-51 171.5z" />
    <glyph glyph-name="egrave" unicode="&#xe8;" 
d="M281 -12q-114 0 -178.5 73t-64.5 186q0 116 68.5 186.5t172.5 70.5q113 0 176 -83t55 -196h-382q3 -85 50 -124t103 -39q78 0 116 49l81 -24q-28 -45 -79 -72t-118 -27zM129 292h292q-1 56 -40 98t-102 42q-61 0 -102.5 -34.5t-47.5 -105.5zM147 669q0 16 11 27t27 11
q20 0 31 -15l93 -121h-70q-57 46 -75 65q-17 18 -17 33z" />
    <glyph glyph-name="eacute" unicode="&#xe9;" 
d="M281 -12q-114 0 -178.5 73t-64.5 186q0 116 68.5 186.5t172.5 70.5q113 0 176 -83t55 -196h-382q3 -85 50 -124t103 -39q78 0 116 49l81 -24q-28 -45 -79 -72t-118 -27zM129 292h292q-1 56 -40 98t-102 42q-61 0 -102.5 -34.5t-47.5 -105.5zM309 571h-70q2 2 23.5 30.5
t43 56.5t29.5 36q10 13 28 13q16 0 26 -10q12 -11 12 -28q0 -15 -13 -28q-14 -16 -79 -70z" />
    <glyph glyph-name="ecircumflex" unicode="&#xea;" 
d="M281 -12q-114 0 -178.5 73t-64.5 186q0 116 68.5 186.5t172.5 70.5q113 0 176 -83t55 -196h-382q3 -85 50 -124t103 -39q78 0 116 49l81 -24q-28 -45 -79 -72t-118 -27zM129 292h292q-1 56 -40 98t-102 42q-61 0 -102.5 -34.5t-47.5 -105.5zM203 575h-94l112 101
q20 19 50 19q29 0 49 -19l112 -101h-94l-68 61z" />
    <glyph glyph-name="edieresis" unicode="&#xeb;" 
d="M281 -12q-114 0 -178.5 73t-64.5 186q0 116 68.5 186.5t172.5 70.5q113 0 176 -83t55 -196h-382q3 -85 50 -124t103 -39q78 0 116 49l81 -24q-28 -45 -79 -72t-118 -27zM279 432q-61 0 -102.5 -34.5t-47.5 -105.5h292q-1 56 -40 98t-102 42zM165 590q-23 0 -38.5 16
t-15.5 38t16 37.5t38 15.5t38 -15.5t16 -37.5t-15.5 -38t-38.5 -16zM323 644q0 22 15.5 37.5t37.5 15.5t38 -15.5t16 -37.5t-16 -38t-38 -16t-37.5 16t-15.5 38z" />
    <glyph glyph-name="igrave" unicode="&#xec;" horiz-adv-x="278" 
d="M114 429h-69v67h153v-496h-84v429zM45 636q-17 18 -17 33q0 16 11 27t27 11q20 0 31 -15l93 -121h-70q-57 46 -75 65z" />
    <glyph glyph-name="iacute" unicode="&#xed;" horiz-adv-x="278" 
d="M45 429v67h153v-496h-84v429h-69zM184 570h-70q2 2 23.5 30.5t43 56.5t29.5 36q10 13 28 13q16 0 26 -10q12 -10 12 -28q0 -15 -13 -28q-14 -16 -79 -70z" />
    <glyph glyph-name="icircumflex" unicode="&#xee;" horiz-adv-x="278" 
d="M45 429v67h153v-496h-84v429h-69zM81 575h-94l112 101q20 19 50 19q29 0 49 -19l112 -101h-94l-68 61z" />
    <glyph glyph-name="idieresis" unicode="&#xef;" horiz-adv-x="278" 
d="M45 496h153v-496h-84v429h-69v67zM-21 638q0 22 16 37.5t38 15.5t38 -15.5t16 -37.5t-15.5 -38t-38.5 -16t-38.5 16t-15.5 38zM244 584q-22 0 -37.5 16t-15.5 38t15.5 37.5t37.5 15.5t38 -15.5t16 -37.5t-16 -38t-38 -16z" />
    <glyph glyph-name="eth" unicode="&#xf0;" horiz-adv-x="567" 
d="M38 218q0 100 61 163.5t155 63.5q122 0 176 -93q-9 131 -74 195l-73 -73l-36 36l66 66q-49 26 -138 26v77q121 0 196 -45l46 46l36 -36l-40 -40q51 -46 77.5 -127t26.5 -174q0 -64 -12 -117.5t-38.5 -99.5t-76 -72t-117.5 -26q-104 0 -169.5 67t-65.5 163zM273 371
q-66 0 -105.5 -43.5t-39.5 -112.5t39.5 -112.5t105.5 -43.5t106 43t40 113t-40 113t-106 43z" />
    <glyph glyph-name="ntilde" unicode="&#xf1;" horiz-adv-x="546" 
d="M154 0h-84v496h62l22 -75q49 83 160 83q164 0 164 -190v-314h-84v289q0 32 -4 55t-14.5 44.5t-33 32.5t-57.5 11q-62 0 -96.5 -42t-34.5 -121v-269zM107 577q18 104 106 104q30 0 67.5 -21.5t56.5 -21.5q25 0 39 23q11 19 29 19q12 0 21.5 -9t9.5 -22q0 -21 -27.5 -47.5
t-69.5 -26.5q-29 0 -68 21.5t-57 21.5q-37 0 -42 -41h-65z" />
    <glyph glyph-name="ograve" unicode="&#xf2;" horiz-adv-x="552" 
d="M38 246q0 125 71.5 191.5t166.5 66.5q96 0 167 -66.5t71 -191.5t-71 -191.5t-167 -66.5q-95 0 -166.5 66.5t-71.5 191.5zM276 430q-59 0 -103.5 -47.5t-44.5 -136.5t44.5 -136.5t103.5 -47.5q60 0 104 47t44 137t-44 137t-104 47zM164 636q-17 18 -17 33q0 16 11 27
t27 11q20 0 31 -15l93 -121h-70q-57 46 -75 65z" />
    <glyph glyph-name="oacute" unicode="&#xf3;" horiz-adv-x="552" 
d="M38 246q0 125 71.5 191.5t166.5 66.5q96 0 167 -66.5t71 -191.5t-71 -191.5t-167 -66.5q-95 0 -166.5 66.5t-71.5 191.5zM128 246q0 -89 44.5 -136.5t103.5 -47.5q60 0 104 47t44 137t-44 137t-104 47q-59 0 -103.5 -47.5t-44.5 -136.5zM311 571h-70q2 2 23.5 30.5
t43 56.5t29.5 36q10 13 28 13q16 0 26 -10q12 -11 12 -28q0 -15 -13 -28q-14 -16 -79 -70z" />
    <glyph glyph-name="ocircumflex" unicode="&#xf4;" horiz-adv-x="552" 
d="M38 246q0 125 71.5 191.5t166.5 66.5q96 0 167 -66.5t71 -191.5t-71 -191.5t-167 -66.5q-95 0 -166.5 66.5t-71.5 191.5zM276 430q-59 0 -103.5 -47.5t-44.5 -136.5t44.5 -136.5t103.5 -47.5q60 0 104 47t44 137t-44 137t-104 47zM115 575l112 101q20 19 50 19
q29 0 49 -19l112 -101h-94l-68 61l-67 -61h-94z" />
    <glyph glyph-name="otilde" unicode="&#xf5;" horiz-adv-x="552" 
d="M276 -12q-95 0 -166.5 66.5t-71.5 191.5t71.5 191.5t166.5 66.5q96 0 167 -66.5t71 -191.5t-71 -191.5t-167 -66.5zM128 246q0 -89 44.5 -136.5t103.5 -47.5q60 0 104 47t44 137t-44 137t-104 47q-59 0 -103.5 -47.5t-44.5 -136.5zM172 577h-65q18 104 106 104
q30 0 67.5 -21.5t56.5 -21.5q25 0 39 23q11 19 29 19q12 0 21.5 -9t9.5 -22q0 -21 -27.5 -47.5t-69.5 -26.5q-29 0 -68 21.5t-57 21.5q-37 0 -42 -41z" />
    <glyph glyph-name="odieresis" unicode="&#xf6;" horiz-adv-x="552" 
d="M38 246q0 125 71.5 191.5t166.5 66.5q96 0 167 -66.5t71 -191.5t-71 -191.5t-167 -66.5q-95 0 -166.5 66.5t-71.5 191.5zM128 246q0 -89 44.5 -136.5t103.5 -47.5q60 0 104 47t44 137t-44 137t-104 47q-59 0 -103.5 -47.5t-44.5 -136.5zM117 644q0 22 16 37.5t38 15.5
t38 -15.5t16 -37.5t-15.5 -38t-38.5 -16t-38.5 16t-15.5 38zM329 644q0 22 15.5 37.5t37.5 15.5t38 -15.5t16 -37.5t-16 -38t-38 -16t-37.5 16t-15.5 38z" />
    <glyph glyph-name="divide" unicode="&#xf7;" horiz-adv-x="602" 
d="M53 289h496v-81h-496v81zM301 354q-27 0 -46 18.5t-19 45.5t19 46t46 19t45.5 -19t18.5 -46t-18.5 -45.5t-45.5 -18.5zM301 14q-27 0 -46 19t-19 46q0 26 19 45t46 19t45.5 -19t18.5 -45q0 -27 -18.5 -46t-45.5 -19z" />
    <glyph glyph-name="oslash" unicode="&#xf8;" horiz-adv-x="552" 
d="M38 246q0 125 71 191.5t167 66.5q80 0 140 -44l41 47l38 -33l-41 -49q60 -68 60 -179q0 -125 -71 -191.5t-167 -66.5q-89 0 -151 52l-42 -49l-38 33l44 53q-51 67 -51 169zM178 103q41 -41 98 -41q60 0 104 47t44 137q0 67 -27 113zM127 246q0 -58 21 -100l216 252
q-38 32 -88 32q-60 0 -104.5 -47t-44.5 -137z" />
    <glyph glyph-name="ugrave" unicode="&#xf9;" horiz-adv-x="536" 
d="M68 180v317h84v-292q0 -68 21 -105.5t83 -37.5q60 0 93 41.5t33 120.5v273h84v-497h-63l-21 72q-49 -84 -155 -84q-159 0 -159 192zM144 669q0 16 11 27t27 11q20 0 31 -15l93 -121h-70q-57 46 -75 65q-17 18 -17 33z" />
    <glyph glyph-name="uacute" unicode="&#xfa;" horiz-adv-x="536" 
d="M227 -12q-159 0 -159 192v317h84v-292q0 -68 21 -105.5t83 -37.5q60 0 93 41.5t33 120.5v273h84v-497h-63l-21 72q-49 -84 -155 -84zM236 571q2 2 23.5 30.5t43 56.5t29.5 36q10 13 28 13q16 0 26 -10q12 -11 12 -28q0 -15 -13 -28q-14 -16 -79 -70h-70z" />
    <glyph glyph-name="ucircumflex" unicode="&#xfb;" horiz-adv-x="536" 
d="M68 180v317h84v-292q0 -68 21 -105.5t83 -37.5q60 0 93 41.5t33 120.5v273h84v-497h-63l-21 72q-49 -84 -155 -84q-159 0 -159 192zM200 575h-94l112 101q20 19 50 19q29 0 49 -19l112 -101h-94l-68 61z" />
    <glyph glyph-name="udieresis" unicode="&#xfc;" horiz-adv-x="536" 
d="M68 180v317h84v-292q0 -68 21 -105.5t83 -37.5q60 0 93 41.5t33 120.5v273h84v-497h-63l-21 72q-49 -84 -155 -84q-159 0 -159 192zM162 590q-22 0 -38 16t-16 38t16 37.5t38 15.5t38 -15.5t16 -37.5t-16 -38t-38 -16zM320 644q0 22 15.5 37.5t37.5 15.5t38 -15.5
t16 -37.5t-15.5 -38t-38.5 -16q-22 0 -37.5 16t-15.5 38z" />
    <glyph glyph-name="yacute" unicode="&#xfd;" horiz-adv-x="429" 
d="M179 -1l-179 496h93l122 -382l122 382h92l-176 -517q-28 -84 -60.5 -111.5t-112.5 -27.5h-43v74h34q54 0 72.5 14.5t35.5 71.5zM249 571h-70q2 2 23.5 30.5t43 56.5t29.5 36q10 13 28 13q16 0 26 -10q12 -11 12 -28q0 -15 -13 -28q-14 -16 -79 -70z" />
    <glyph glyph-name="thorn" unicode="&#xfe;" horiz-adv-x="566" 
d="M70 669h84v-251q50 87 161 87q89 0 151 -70t62 -189q0 -118 -62 -188t-151 -70q-111 0 -161 87v-236h-84v830zM293 433q-64 0 -102.5 -49.5t-38.5 -137.5q0 -87 38.5 -136.5t102.5 -49.5q65 0 103 49.5t38 136.5q0 88 -38.5 137.5t-102.5 49.5z" />
    <glyph glyph-name="ydieresis" unicode="&#xff;" horiz-adv-x="429" 
d="M179 -1l-179 496h93l122 -382l122 382h92l-176 -517q-28 -84 -60.5 -111.5t-112.5 -27.5h-43v74h34q54 0 72.5 14.5t35.5 71.5zM109 590q-23 0 -38.5 16t-15.5 38t16 37.5t38 15.5t38 -15.5t16 -37.5t-15.5 -38t-38.5 -16zM320 590q-22 0 -37.5 16t-15.5 38t15.5 37.5
t37.5 15.5t38 -15.5t16 -37.5t-16 -38t-38 -16z" />
    <glyph glyph-name="Amacron" unicode="&#x100;" horiz-adv-x="626" 
d="M10 0l251 669h105l250 -669h-100l-51 146h-304l-51 -146h-100zM190 227h246l-123 347zM451 762h-276v67h276v-67z" />
    <glyph glyph-name="amacron" unicode="&#x101;" horiz-adv-x="526" 
d="M38 131q0 43 22.5 73.5t70 50t103 31t139.5 20.5q5 131 -112 131q-92 0 -110 -77l-81 24q20 56 71 88t119 32q102 0 149 -48t48 -153l1 -116q1 -105 17 -187h-77l-20 68q-48 -80 -169 -80q-73 0 -122 38.5t-49 104.5zM131 133q0 -36 25.5 -57t70.5 -21q66 0 109.5 36
t43.5 117v31q-84 -9 -134 -19.5t-82.5 -32t-32.5 -54.5zM127 668h276v-67h-276v67z" />
    <glyph glyph-name="Abreve" unicode="&#x102;" horiz-adv-x="626" 
d="M10 0l251 669h105l250 -669h-100l-51 146h-304l-51 -146h-100zM190 227h246l-123 347zM392 855h69q-11 -51 -52 -85.5t-95 -34.5t-95 34t-52 86h69q9 -24 30 -38.5t48 -14.5q26 0 47 14.5t31 38.5z" />
    <glyph glyph-name="abreve" unicode="&#x103;" horiz-adv-x="526" 
d="M398 0l-20 68q-48 -80 -169 -80q-73 0 -122 38.5t-49 104.5q0 43 22.5 73.5t70 50t103 31t139.5 20.5q5 131 -112 131q-92 0 -110 -77l-81 24q20 56 71 88t119 32q102 0 149 -48t48 -153l1 -116q1 -105 17 -187h-77zM380 239q-84 -9 -134 -19.5t-82.5 -32t-32.5 -54.5
q0 -36 25.5 -57t70.5 -21q66 0 109.5 36t43.5 117v31zM339 689h69q-11 -51 -52 -85.5t-95 -34.5t-95 34t-52 86h69q9 -24 30 -38.5t48 -14.5q26 0 47 14.5t31 38.5z" />
    <glyph glyph-name="Aogonek" unicode="&#x104;" horiz-adv-x="626" 
d="M110 0h-100l251 669h105l250 -669q-45 -16 -66 -33t-21 -41q0 -41 49 -41q21 0 38 8v-54q-34 -12 -63 -12q-43 0 -68.5 24t-25.5 58q0 60 57 91l-51 146h-304zM313 574l-123 -347h246z" />
    <glyph glyph-name="aogonek" unicode="&#x105;" horiz-adv-x="526" 
d="M38 131q0 43 22.5 73.5t70 50t103 31t139.5 20.5q5 131 -112 131q-92 0 -110 -77l-81 24q20 56 71 88t119 32q102 0 149 -48t48 -153l1 -116q1 -105 17 -187q-87 -32 -87 -75q0 -40 49 -40q21 0 38 8v-54q-35 -12 -63 -12q-43 0 -68.5 24t-25.5 58q0 31 22 56.5t58 34.5
l-20 68q-48 -80 -169 -80q-73 0 -122 38.5t-49 104.5zM131 133q0 -36 25.5 -57t70.5 -21q66 0 109.5 36t43.5 117v31q-84 -9 -134 -19.5t-82.5 -32t-32.5 -54.5z" />
    <glyph glyph-name="Cacute" unicode="&#x106;" horiz-adv-x="656" 
d="M50 335q0 156 85 250.5t226 94.5q85 0 152 -39.5t101 -111.5l-82 -30q-51 102 -176 102q-92 0 -151 -70t-59 -196q0 -124 59 -196t154 -72q125 0 177 102l82 -30q-35 -73 -105 -112t-160 -39q-141 0 -222 96t-81 251zM317 744q1 1 26 27t49 50.5t32 30.5q14 12 29 12
t25.5 -10.5t10.5 -25.5q0 -19 -16 -32q-8 -7 -26 -18.5t-35.5 -22.5t-18.5 -11h-76z" />
    <glyph glyph-name="cacute" unicode="&#x107;" horiz-adv-x="500" 
d="M38 246q0 113 65.5 185.5t174.5 72.5q63 0 112 -31.5t75 -80.5l-77 -28q-17 30 -47.5 48t-68.5 18q-61 0 -102 -47t-41 -136t41.5 -137t101.5 -48q79 0 118 65l77 -28q-29 -50 -81.5 -80.5t-116.5 -30.5q-105 0 -168 72t-63 186zM234 571q2 2 23.5 30.5t43 56.5t29.5 36
q10 13 28 13q16 0 26 -10q12 -11 12 -28q0 -15 -13 -28q-14 -16 -79 -70h-70z" />
    <glyph glyph-name="Cdotaccent" unicode="&#x10a;" horiz-adv-x="656" 
d="M50 335q0 156 85 250.5t226 94.5q85 0 152 -39.5t101 -111.5l-82 -30q-51 102 -176 102q-92 0 -151 -70t-59 -196q0 -124 59 -196t154 -72q125 0 177 102l82 -30q-35 -73 -105 -112t-160 -39q-141 0 -222 96t-81 251zM361 742q-23 0 -38.5 16t-15.5 38t15.5 38t38.5 16
t38.5 -16t15.5 -38t-15.5 -38t-38.5 -16z" />
    <glyph glyph-name="cdotaccent" unicode="&#x10b;" horiz-adv-x="500" 
d="M38 246q0 113 65.5 185.5t174.5 72.5q63 0 112 -31.5t75 -80.5l-77 -28q-17 30 -47.5 48t-68.5 18q-61 0 -102 -47t-41 -136t41.5 -137t101.5 -48q79 0 118 65l77 -28q-29 -50 -81.5 -80.5t-116.5 -30.5q-105 0 -168 72t-63 186zM277 590q-23 0 -38.5 16t-15.5 38
t15.5 38t38.5 16t38.5 -16t15.5 -38t-15.5 -38t-38.5 -16z" />
    <glyph glyph-name="Ccaron" unicode="&#x10c;" horiz-adv-x="656" 
d="M353 -12q-141 0 -222 96t-81 251q0 156 85 250.5t226 94.5q85 0 152 -39.5t101 -111.5l-82 -30q-51 102 -176 102q-92 0 -151 -70t-59 -196q0 -124 59 -196t154 -72q125 0 177 102l82 -30q-35 -73 -105 -112t-160 -39zM198 861h94l67 -61l68 61h94l-112 -101
q-20 -19 -49 -19q-30 0 -50 19z" />
    <glyph glyph-name="ccaron" unicode="&#x10d;" horiz-adv-x="500" 
d="M38 246q0 113 65.5 185.5t174.5 72.5q63 0 112 -31.5t75 -80.5l-77 -28q-17 30 -47.5 48t-68.5 18q-61 0 -102 -47t-41 -136t41.5 -137t101.5 -48q79 0 118 65l77 -28q-29 -50 -81.5 -80.5t-116.5 -30.5q-105 0 -168 72t-63 186zM227 588l-112 101h94l67 -61l68 61h94
l-112 -101q-20 -19 -49 -19q-30 0 -50 19z" />
    <glyph glyph-name="Dcaron" unicode="&#x10e;" horiz-adv-x="673" 
d="M258 0h-182v668h182q83 0 147 -16.5t114.5 -54t77 -103.5t26.5 -159t-26.5 -159.5t-77 -104t-114.5 -54.5t-147 -17zM170 79h86q47 0 82 4.5t72.5 20t61.5 42.5t39.5 75t15.5 114q0 65 -15.5 113t-39.5 74.5t-61.5 42t-72.5 20t-82 4.5h-86v-510zM277 760l-112 101h94
l67 -61l68 61h94l-112 -101q-20 -19 -49 -19q-30 0 -50 19z" />
    <glyph glyph-name="dcaron" unicode="&#x10f;" horiz-adv-x="597" 
d="M434 0l-22 75q-49 -87 -161 -87q-89 0 -151 70t-62 188t62 188t151 70q111 0 161 -86v250h84v-481q0 -100 17 -187h-79zM273 60q65 0 103 49.5t38 136.5t-38 136.5t-103 49.5t-103 -49.5t-38 -136.5t38 -136.5t103 -49.5zM586 496h-49q21 136 26 154q2 10 11.5 19.5
t24.5 9.5q19 0 30.5 -14t6.5 -35z" />
    <glyph glyph-name="Dcroat" unicode="&#x110;" horiz-adv-x="732" 
d="M40 383h95v285h182q83 0 147 -16.5t114.5 -54t77 -103.5t26.5 -159t-26.5 -159.5t-77 -104t-114.5 -54.5t-147 -17h-182v303h-95v80zM229 383h140v-80h-140v-224h86q47 0 82 4.5t72.5 20t61.5 42.5t39.5 75t15.5 114q0 65 -15.5 113t-39.5 74.5t-61.5 42t-72.5 20
t-82 4.5h-86v-206z" />
    <glyph glyph-name="dcroat" unicode="&#x111;" horiz-adv-x="603" 
d="M38 246q0 118 62 188t151 70q111 0 161 -86v130h-163v67h163v53h84v-53h82v-67h-82v-361q0 -100 17 -187h-79l-22 75q-49 -87 -161 -87q-89 0 -151 70t-62 188zM132 246q0 -87 38 -136.5t103 -49.5t103 49.5t38 136.5t-38 136.5t-103 49.5t-103 -49.5t-38 -136.5z" />
    <glyph glyph-name="Emacron" unicode="&#x112;" horiz-adv-x="567" 
d="M76 0v668h453v-81h-359v-203h265v-81h-265v-222h359v-81h-453zM441 762h-276v67h276v-67z" />
    <glyph glyph-name="emacron" unicode="&#x113;" 
d="M281 -12q-114 0 -178.5 73t-64.5 186q0 116 68.5 186.5t172.5 70.5q113 0 176 -83t55 -196h-382q3 -85 50 -124t103 -39q78 0 116 49l81 -24q-28 -45 -79 -72t-118 -27zM129 292h292q-1 56 -40 98t-102 42q-61 0 -102.5 -34.5t-47.5 -105.5zM141 668h276v-67h-276v67z
" />
    <glyph glyph-name="Edotaccent" unicode="&#x116;" horiz-adv-x="567" 
d="M76 668h453v-81h-359v-203h265v-81h-265v-222h359v-81h-453v668zM249 816q0 22 15.5 38t38.5 16t38.5 -16t15.5 -38t-15.5 -38t-38.5 -16t-38.5 16t-15.5 38z" />
    <glyph glyph-name="edotaccent" unicode="&#x117;" 
d="M281 -12q-114 0 -178.5 73t-64.5 186q0 116 68.5 186.5t172.5 70.5q113 0 176 -83t55 -196h-382q3 -85 50 -124t103 -39q78 0 116 49l81 -24q-28 -45 -79 -72t-118 -27zM279 432q-61 0 -102.5 -34.5t-47.5 -105.5h292q-1 56 -40 98t-102 42zM279 590q-23 0 -38.5 16
t-15.5 38t15.5 38t38.5 16t38.5 -16t15.5 -38t-15.5 -38t-38.5 -16z" />
    <glyph glyph-name="Eogonek" unicode="&#x118;" horiz-adv-x="567" 
d="M409 0h-333v668h453v-81h-359v-203h265v-81h-265v-222h359v-81h-20q-45 -16 -66 -33t-21 -41q0 -41 49 -41q21 0 38 8v-54q-35 -12 -63 -12q-43 0 -68.5 24t-25.5 58q0 60 57 91z" />
    <glyph glyph-name="eogonek" unicode="&#x119;" 
d="M38 247q0 116 68.5 186.5t172.5 70.5q113 0 176 -83t55 -196h-382q3 -85 50 -124t103 -39q78 0 116 49l81 -24q-31 -49 -87 -76q-67 -39 -67 -81q0 -45 49 -45q21 0 38 8v-54q-35 -12 -63 -12q-44 0 -69 25t-25 63q0 41 30 73q-114 -1 -180 71.5t-66 187.5zM279 432
q-61 0 -102.5 -34.5t-47.5 -105.5h292q-1 56 -40 98t-102 42z" />
    <glyph glyph-name="Ecaron" unicode="&#x11a;" horiz-adv-x="567" 
d="M76 668h453v-81h-359v-203h265v-81h-265v-222h359v-81h-453v668zM253 760l-112 101h94l67 -61l68 61h94l-112 -101q-20 -19 -49 -19q-30 0 -50 19z" />
    <glyph glyph-name="ecaron" unicode="&#x11b;" 
d="M38 247q0 116 68.5 186.5t172.5 70.5q113 0 176 -83t55 -196h-382q3 -85 50 -124t103 -39q78 0 116 49l81 -24q-28 -45 -79 -72t-118 -27q-114 0 -178.5 73t-64.5 186zM279 432q-61 0 -102.5 -34.5t-47.5 -105.5h292q-1 56 -40 98t-102 42zM118 689h94l67 -61l68 61h94
l-112 -101q-20 -19 -49 -19q-30 0 -50 19z" />
    <glyph glyph-name="Gbreve" unicode="&#x11e;" horiz-adv-x="710" 
d="M358 264v81h284v-345h-54l-25 84q-61 -96 -211 -96q-141 0 -221.5 96t-80.5 251q0 156 85 250.5t226 94.5q85 0 152 -39.5t102 -111.5l-83 -30q-51 102 -176 102q-92 0 -151 -70t-59 -196q0 -124 58 -196t152 -72q36 0 68.5 8.5t62.5 27t48 54.5t18 85v22h-195zM439 861
h69q-11 -51 -52 -85.5t-95 -34.5t-95 34t-52 86h69q9 -24 30 -38.5t48 -14.5q26 0 47 14.5t31 38.5z" />
    <glyph glyph-name="gbreve" unicode="&#x11f;" horiz-adv-x="560" 
d="M81 -76l84 23q23 -65 109 -65q32 0 56 8q45 15 60.5 45t15.5 93v66q-51 -85 -158 -85q-87 0 -148.5 66.5t-61.5 180.5t61.5 181t148.5 67q107 0 158 -86l23 78h61v-449q0 -45 -3 -72t-14 -59t-37 -54.5t-67 -37.5q-45 -16 -95 -16q-67 0 -121 29t-72 87zM269 79
q61 0 100.5 44t39.5 133t-39.5 132.5t-100.5 43.5q-63 0 -101.5 -46.5t-38.5 -129.5t38.5 -130t101.5 -47zM347 689h69q-11 -51 -52 -85.5t-95 -34.5t-95 34t-52 86h69q9 -24 30 -38.5t48 -14.5q26 0 47 14.5t31 38.5z" />
    <glyph glyph-name="Gdotaccent" unicode="&#x120;" horiz-adv-x="710" 
d="M50 335q0 156 85 250.5t226 94.5q85 0 152 -39.5t102 -111.5l-83 -30q-51 102 -176 102q-92 0 -151 -70t-59 -196q0 -124 58 -196t152 -72q36 0 68.5 8.5t62.5 27t48 54.5t18 85v22h-195v81h284v-345h-54l-25 84q-61 -96 -211 -96q-141 0 -221.5 96t-80.5 251zM357 762
q-23 0 -38.5 16t-15.5 38t15.5 38t38.5 16t38.5 -16t15.5 -38t-15.5 -38t-38.5 -16z" />
    <glyph glyph-name="gdotaccent" unicode="&#x121;" horiz-adv-x="560" 
d="M248 9q-87 0 -148.5 66.5t-61.5 180.5t61.5 181t148.5 67q107 0 158 -86l23 78h61v-449q0 -45 -3 -72t-14 -59t-37 -54.5t-67 -37.5q-45 -16 -95 -16q-67 0 -121 29t-72 87l84 23q23 -65 109 -65q32 0 56 8q45 15 60.5 45t15.5 93v66q-51 -85 -158 -85zM269 432
q-63 0 -101.5 -46.5t-38.5 -129.5t38.5 -130t101.5 -47q61 0 100.5 44t39.5 133t-39.5 132.5t-100.5 43.5zM220 645q0 23 16 38.5t38 15.5t38 -15.5t16 -38.5t-16 -38.5t-38 -15.5t-38 15.5t-16 38.5z" />
    <glyph glyph-name="uni0122" unicode="&#x122;" horiz-adv-x="710" 
d="M358 264v81h284v-345h-54l-25 84q-61 -96 -211 -96q-141 0 -221.5 96t-80.5 251q0 156 85 250.5t226 94.5q85 0 152 -39.5t102 -111.5l-83 -30q-51 102 -176 102q-92 0 -151 -70t-59 -196q0 -124 58 -196t152 -72q36 0 68.5 8.5t62.5 27t48 54.5t18 85v22h-195zM301 -250
l-40 34q94 0 94 69q0 47 -50 65l60 26q56 -29 56 -87q0 -47 -33.5 -77t-86.5 -30z" />
    <glyph glyph-name="uni0123" unicode="&#x123;" horiz-adv-x="560" 
d="M81 -76l84 23q23 -65 109 -65q32 0 56 8q45 15 60.5 45t15.5 93v66q-51 -85 -158 -85q-87 0 -148.5 66.5t-61.5 180.5t61.5 181t148.5 67q107 0 158 -86l23 78h61v-449q0 -45 -3 -72t-14 -59t-37 -54.5t-67 -37.5q-45 -16 -95 -16q-67 0 -121 29t-72 87zM269 79
q61 0 100.5 44t39.5 133t-39.5 132.5t-100.5 43.5q-63 0 -101.5 -46.5t-38.5 -129.5t38.5 -130t101.5 -47zM311 773l40 -34q-94 0 -94 -69q0 -47 50 -65l-60 -26q-56 29 -56 87q0 47 33.5 77t86.5 30z" />
    <glyph glyph-name="Hbar" unicode="&#x126;" horiz-adv-x="710" 
d="M624 583h76v-79h-76v-504h-94v303h-350v-303h-94v504h-76v79h76v85h94v-85h350v85h94v-85zM530 504h-350v-120h350v120z" />
    <glyph glyph-name="hbar" unicode="&#x127;" horiz-adv-x="581" 
d="M189 615h160v-67h-160v-127q49 83 160 83q164 0 164 -190v-314h-84v289q0 32 -4 55t-14.5 44.5t-33 32.5t-57.5 11q-62 0 -96.5 -42t-34.5 -121v-269h-84v548h-85v67h85v53h84v-53z" />
    <glyph glyph-name="Imacron" unicode="&#x12a;" horiz-adv-x="414" 
d="M66 74h94v520h-94v74h282v-74h-94v-520h94v-74h-282v74zM69 762v67h276v-67h-276z" />
    <glyph glyph-name="imacron" unicode="&#x12b;" horiz-adv-x="278" 
d="M114 0v429h-69v67h153v-496h-84zM14 601v67h276v-67h-276z" />
    <glyph glyph-name="Iogonek" unicode="&#x12e;" horiz-adv-x="414" 
d="M168 0h-102v74h94v520h-94v74h282v-74h-94v-520h94v-74h-80q-45 -16 -66 -33t-21 -41q0 -41 49 -41q21 0 38 8v-54q-34 -12 -63 -12q-43 0 -68.5 24t-25.5 58q0 60 57 91z" />
    <glyph glyph-name="iogonek" unicode="&#x12f;" horiz-adv-x="278" 
d="M129 -173q-43 0 -68.5 24t-25.5 58q0 31 22 56.5t58 34.5h-1v429h-69v67h153v-496h-6q-87 -32 -87 -75q0 -40 49 -40q21 0 38 8v-54q-34 -12 -63 -12zM94 653q0 25 18 43.5t44 18.5t44.5 -18t18.5 -44t-18.5 -44.5t-44.5 -18.5t-44 18.5t-18 44.5z" />
    <glyph glyph-name="dotlessi" unicode="&#x131;" horiz-adv-x="278" 
d="M114 0v429h-69v67h153v-496h-84z" />
    <glyph glyph-name="uni0136" unicode="&#x136;" horiz-adv-x="627" 
d="M76 0v668h94v-336l301 336h117l-255 -279l284 -389h-115l-232 320l-100 -110v-210h-94zM249 -250l-40 34q94 0 94 69q0 47 -50 65l60 26q56 -29 56 -87q0 -47 -33.5 -77t-86.5 -30z" />
    <glyph glyph-name="uni0137" unicode="&#x137;" horiz-adv-x="490" 
d="M70 0v668h84v-395l200 223h101l-187 -205l212 -291h-103l-165 229l-58 -63v-166h-84zM186 -250l-40 34q94 0 94 69q0 47 -50 65l60 26q56 -29 56 -87q0 -47 -33.5 -77t-86.5 -30z" />
    <glyph glyph-name="uni013B" unicode="&#x13b;" 
d="M76 0v668h94v-587h359v-81h-453zM239 -251l-40 34q94 0 94 69q0 47 -50 65l60 26q56 -29 56 -87q0 -47 -33.5 -77t-86.5 -30z" />
    <glyph glyph-name="uni013C" unicode="&#x13c;" horiz-adv-x="239" 
d="M224 0h-37q-72 0 -94.5 23.5t-22.5 100.5v543h84v-529q0 -40 8.5 -52t42.5 -12h19v-74zM76 -250l-40 34q94 0 94 69q0 47 -50 65l60 26q56 -29 56 -87q0 -47 -33.5 -77t-86.5 -30z" />
    <glyph glyph-name="Lcaron" unicode="&#x13d;" 
d="M76 0v668h94v-587h359v-81h-453zM278 496h-49q21 136 26 154q2 10 11.5 19.5t24.5 9.5q19 0 30.5 -14t6.5 -35z" />
    <glyph glyph-name="lcaron" unicode="&#x13e;" horiz-adv-x="257" 
d="M224 0h-37q-72 0 -94.5 23.5t-22.5 100.5v543h84v-529q0 -40 8.5 -52t42.5 -12h19v-74zM245 496h-49q21 136 26 154q2 10 11 19.5t25 9.5q19 0 30.5 -14t6.5 -35z" />
    <glyph glyph-name="Lslash" unicode="&#x141;" horiz-adv-x="573" 
d="M20 216v71l90 53v329h94v-272l180 108v-71l-180 -108v-245h359v-81h-453v270z" />
    <glyph glyph-name="lslash" unicode="&#x142;" horiz-adv-x="237" 
d="M15 242v70l53 32v324h84v-274l70 42v-71l-70 -42v-184q0 -41 8.5 -53t43.5 -12h18v-74h-36q-72 0 -95 24t-23 100v149z" />
    <glyph glyph-name="Nacute" unicode="&#x143;" horiz-adv-x="689" 
d="M76 0v668h139l304 -568v568h94v-668h-138l-305 571v-571h-94zM395 745h-76q1 1 26 27t49 50.5t32 30.5q14 12 29 12t25.5 -10.5t10.5 -25.5q0 -19 -16 -32q-8 -7 -26 -18.5t-35.5 -22.5t-18.5 -11z" />
    <glyph glyph-name="nacute" unicode="&#x144;" horiz-adv-x="546" 
d="M70 496h62l22 -75q49 83 160 83q164 0 164 -190v-314h-84v289q0 32 -4 55t-14.5 44.5t-33 32.5t-57.5 11q-62 0 -96.5 -42t-34.5 -121v-269h-84v496zM315 571h-70q2 2 23.5 30.5t43 56.5t29.5 36q10 13 28 13q16 0 26 -10q12 -11 12 -28q0 -15 -13 -28q-14 -16 -79 -70z
" />
    <glyph glyph-name="uni0145" unicode="&#x145;" horiz-adv-x="689" 
d="M76 0v668h139l304 -568v568h94v-668h-138l-305 571v-571h-94zM299 -250l-40 34q94 0 94 69q0 47 -50 65l60 26q56 -29 56 -87q0 -47 -33.5 -77t-86.5 -30z" />
    <glyph glyph-name="uni0146" unicode="&#x146;" horiz-adv-x="546" 
d="M70 0v496h62l22 -75q49 83 160 83q164 0 164 -190v-314h-84v289q0 32 -4 55t-14.5 44.5t-33 32.5t-57.5 11q-62 0 -96.5 -42t-34.5 -121v-269h-84zM227 -250l-40 34q94 0 94 69q0 47 -50 65l60 26q56 -29 56 -87q0 -47 -33.5 -77t-86.5 -30z" />
    <glyph glyph-name="Ncaron" unicode="&#x147;" horiz-adv-x="689" 
d="M76 0v668h139l304 -568v568h94v-668h-138l-305 571v-571h-94zM295 760l-112 101h94l67 -61l68 61h94l-112 -101q-20 -19 -49 -19q-30 0 -50 19z" />
    <glyph glyph-name="ncaron" unicode="&#x148;" horiz-adv-x="546" 
d="M154 0h-84v496h62l22 -75q49 83 160 83q164 0 164 -190v-314h-84v289q0 32 -4 55t-14.5 44.5t-33 32.5t-57.5 11q-62 0 -96.5 -42t-34.5 -121v-269zM111 689h94l67 -61l68 61h94l-112 -101q-20 -19 -49 -19q-30 0 -50 19z" />
    <glyph glyph-name="Ohungarumlaut" unicode="&#x150;" horiz-adv-x="727" 
d="M50 335q0 153 85.5 249t227.5 96q143 0 228.5 -96t85.5 -249q0 -154 -85.5 -250.5t-228.5 -96.5q-142 0 -227.5 97t-85.5 250zM146 335q0 -126 61.5 -197t155.5 -71q95 0 156.5 71t61.5 197q0 125 -61.5 195.5t-156.5 70.5q-94 0 -155.5 -70.5t-61.5 -195.5zM333 744h-70
l16 22l80 101q10 13 28 13q16 0 27 -11t11 -27q0 -17 -11 -27zM479 744h-70l16 22l80 101q10 13 28 13q15 0 26.5 -11.5t11.5 -26.5q0 -17 -11 -27z" />
    <glyph glyph-name="ohungarumlaut" unicode="&#x151;" horiz-adv-x="552" 
d="M38 246q0 125 71.5 191.5t166.5 66.5q96 0 167 -66.5t71 -191.5t-71 -191.5t-167 -66.5q-95 0 -166.5 66.5t-71.5 191.5zM128 246q0 -89 44.5 -136.5t103.5 -47.5q60 0 104 47t44 137t-44 137t-104 47q-59 0 -103.5 -47.5t-44.5 -136.5zM230 572h-70l16 22l80 101
q10 13 28 13q16 0 27 -11t11 -27q0 -17 -11 -27zM376 572h-70l16 22l80 101q10 13 28 13q15 0 26.5 -11.5t11.5 -26.5q0 -17 -11 -27z" />
    <glyph glyph-name="OE" unicode="&#x152;" horiz-adv-x="1052" 
d="M363 -12q-142 0 -227.5 97t-85.5 250q0 154 85 249.5t228 95.5q132 0 218 -83v72h433v-81h-359v-203h265v-81h-265v-223h359v-81h-433v75q-85 -87 -218 -87zM363 602q-94 0 -155.5 -70.5t-61.5 -196.5q0 -125 61.5 -195.5t155.5 -70.5t156 69.5t62 195.5q0 132 -63.5 200
t-154.5 68z" />
    <glyph glyph-name="oe" unicode="&#x153;" horiz-adv-x="927" 
d="M38 246q0 126 71 192.5t167 66.5q57 0 109.5 -25.5t85.5 -75.5q32 48 83 74.5t112 26.5q114 0 177 -83.5t55 -196.5h-382q3 -85 50 -124t103 -39q77 0 116 49l81 -24q-64 -99 -197 -99t-199 100q-33 -49 -85 -74.5t-109 -25.5q-96 0 -167 66.5t-71 191.5zM276 431
q-60 0 -104.5 -47.5t-44.5 -137.5t44.5 -137t104.5 -47t104 47t44 137t-44 137.5t-104 47.5zM666 433q-60 0 -102 -35t-47 -106h292q-2 57 -40.5 99t-102.5 42z" />
    <glyph glyph-name="Racute" unicode="&#x154;" horiz-adv-x="618" 
d="M170 0h-94v668h212q66 0 113 -8t86.5 -28t59 -59t19.5 -97q0 -78 -39 -125.5t-146 -62.5l207 -288h-115l-203 281h-100v-281zM295 589h-125v-229h125q33 0 56 2t47.5 8.5t38.5 18.5t23.5 33.5t9.5 51.5t-9 51.5t-23.5 33.5t-39 19t-47.5 9t-56 2zM263 744q1 1 26 27
t49 50.5t32 30.5q14 12 29 12t25.5 -10.5t10.5 -25.5q0 -19 -16 -32q-8 -7 -26 -18.5t-35.5 -22.5t-18.5 -11h-76z" />
    <glyph glyph-name="racute" unicode="&#x155;" horiz-adv-x="340" 
d="M70 496h61l27 -92q58 100 177 100v-87q-99 0 -140 -50.5t-41 -153.5v-213h-84v496zM141 571q2 2 23.5 30.5t43 56.5t29.5 36q10 13 28 13q16 0 26 -10q12 -11 12 -28q0 -15 -13 -28q-14 -16 -79 -70h-70z" />
    <glyph glyph-name="Rcaron" unicode="&#x158;" horiz-adv-x="618" 
d="M76 0v668h212q66 0 113 -8t86.5 -28t59 -59t19.5 -97q0 -78 -39 -125.5t-146 -62.5l207 -288h-115l-203 281h-100v-281h-94zM170 589v-229h125q33 0 56 2t47.5 8.5t38.5 18.5t23.5 33.5t9.5 51.5t-9 51.5t-23.5 33.5t-39 19t-47.5 9t-56 2h-125zM148 861h94l67 -61l68 61
h94l-112 -101q-20 -19 -49 -19q-30 0 -50 19z" />
    <glyph glyph-name="rcaron" unicode="&#x159;" horiz-adv-x="340" 
d="M154 0h-84v496h61l27 -92q58 100 177 100v-87q-99 0 -140 -50.5t-41 -153.5v-213zM158 588l-112 101h94l67 -61l68 61h94l-112 -101q-20 -19 -49 -19q-30 0 -50 19z" />
    <glyph glyph-name="Sacute" unicode="&#x15a;" horiz-adv-x="596" 
d="M40 146l87 26q16 -51 65 -78t108 -27q65 0 111 31t46 88q0 45 -38 71t-133 45q-30 6 -46.5 10t-45.5 13t-46.5 18t-39 24.5t-33.5 33.5t-20.5 43.5t-8.5 56.5q0 81 73.5 130t171.5 49q75 0 138.5 -31.5t93.5 -93.5l-86 -25q-19 34 -60.5 52.5t-89.5 18.5
q-59 0 -101.5 -27t-42.5 -77q0 -22 10 -39t23 -27t40 -19.5t45 -14t54 -11.5q43 -9 70.5 -17t63.5 -24t56.5 -36t35.5 -52.5t15 -74.5q0 -89 -77.5 -141.5t-182.5 -52.5q-88 0 -159.5 40.5t-96.5 117.5zM328 744h-76q1 1 26 27t49 50.5t32 30.5q13 12 29 12q15 0 25.5 -10.5
t10.5 -25.5q0 -19 -16 -32q-8 -7 -26 -18.5t-35.5 -22.5t-18.5 -11z" />
    <glyph glyph-name="sacute" unicode="&#x15b;" horiz-adv-x="471" 
d="M31 112l81 30q11 -42 46.5 -62.5t80.5 -20.5q46 0 81.5 21t35.5 53q0 37 -32.5 56.5t-78.5 28t-92.5 20t-79 43t-32.5 86.5q0 63 57 100.5t134 37.5q62 0 113.5 -26t72.5 -75l-79 -29q-12 29 -43.5 44t-69.5 15q-41 0 -70.5 -17.5t-29.5 -48.5q0 -33 32.5 -49.5t79 -24
t92.5 -19.5t78.5 -46.5t32.5 -92.5q0 -67 -60 -107.5t-142 -40.5q-69 0 -126.5 31.5t-81.5 92.5zM268 570h-70q2 2 23.5 30.5t43 56.5t29.5 36q10 13 28 13q16 0 26 -10q12 -10 12 -28q0 -15 -13 -28q-14 -16 -79 -70z" />
    <glyph glyph-name="Scedilla" unicode="&#x15e;" horiz-adv-x="596" 
d="M40 146l87 26q16 -51 65 -78t108 -27q65 0 111 31t46 88q0 45 -38 71t-133 45q-30 6 -46.5 10t-45.5 13t-46.5 18t-39 24.5t-33.5 33.5t-20.5 43.5t-8.5 56.5q0 81 73.5 130t171.5 49q75 0 138.5 -31.5t93.5 -93.5l-86 -25q-19 34 -60.5 52.5t-89.5 18.5
q-59 0 -101.5 -27t-42.5 -77q0 -22 10 -39t23 -27t40 -19.5t45 -14t54 -11.5q43 -9 70.5 -17t63.5 -24t56.5 -36t35.5 -52.5t15 -74.5q0 -89 -77.5 -141.5t-182.5 -52.5q-88 0 -159.5 40.5t-96.5 117.5zM206 -161l14 35q32 -14 58 -14q24 0 37.5 10.5t13.5 23.5q0 25 -36 25
q-11 0 -31 -5q-13 -4 -20.5 2.5t-7.5 16.5q0 5 3 10l51 82l34 -21l-30 -49q22 4 30 4q33 0 51 -17.5t18 -43.5q0 -31 -25.5 -55t-71.5 -24q-39 0 -88 20z" />
    <glyph glyph-name="scedilla" unicode="&#x15f;" horiz-adv-x="471" 
d="M31 112l81 30q11 -42 46.5 -62.5t80.5 -20.5q46 0 81.5 21t35.5 53q0 37 -32.5 56.5t-78.5 28t-92.5 20t-79 43t-32.5 86.5q0 63 57 100.5t134 37.5q62 0 113.5 -26t72.5 -75l-79 -29q-12 29 -43.5 44t-69.5 15q-41 0 -70.5 -17.5t-29.5 -48.5q0 -33 32.5 -49.5t79 -24
t92.5 -19.5t78.5 -46.5t32.5 -92.5q0 -67 -60 -107.5t-142 -40.5q-69 0 -126.5 31.5t-81.5 92.5zM150 -161l14 35q32 -14 58 -14q24 0 37.5 10.5t13.5 23.5q0 25 -36 25q-11 0 -31 -5q-13 -4 -20.5 2.5t-7.5 16.5q0 5 3 10l51 82l34 -21l-30 -49q22 4 30 4q33 0 51 -17.5
t18 -43.5q0 -31 -25.5 -55t-71.5 -24q-39 0 -88 20z" />
    <glyph glyph-name="Scaron" unicode="&#x160;" horiz-adv-x="596" 
d="M40 146l87 26q16 -51 65 -78t108 -27q65 0 111 31t46 88q0 45 -38 71t-133 45q-30 6 -46.5 10t-45.5 13t-46.5 18t-39 24.5t-33.5 33.5t-20.5 43.5t-8.5 56.5q0 81 73.5 130t171.5 49q75 0 138.5 -31.5t93.5 -93.5l-86 -25q-19 34 -60.5 52.5t-89.5 18.5
q-59 0 -101.5 -27t-42.5 -77q0 -22 10 -39t23 -27t40 -19.5t45 -14t54 -11.5q43 -9 70.5 -17t63.5 -24t56.5 -36t35.5 -52.5t15 -74.5q0 -89 -77.5 -141.5t-182.5 -52.5q-88 0 -159.5 40.5t-96.5 117.5zM137 861h94l67 -61l68 61h94l-112 -101q-20 -19 -49 -19q-30 0 -50 19
z" />
    <glyph glyph-name="scaron" unicode="&#x161;" horiz-adv-x="471" 
d="M31 112l81 30q11 -42 46.5 -62.5t80.5 -20.5q46 0 81.5 21t35.5 53q0 37 -32.5 56.5t-78.5 28t-92.5 20t-79 43t-32.5 86.5q0 63 57 100.5t134 37.5q62 0 113.5 -26t72.5 -75l-79 -29q-12 29 -43.5 44t-69.5 15q-41 0 -70.5 -17.5t-29.5 -48.5q0 -33 32.5 -49.5t79 -24
t92.5 -19.5t78.5 -46.5t32.5 -92.5q0 -67 -60 -107.5t-142 -40.5q-69 0 -126.5 31.5t-81.5 92.5zM74 689h94l67 -61l68 61h94l-112 -101q-20 -19 -49 -19q-30 0 -50 19z" />
    <glyph glyph-name="uni0162" unicode="&#x162;" horiz-adv-x="558" 
d="M232 0v587h-222v81h538v-81h-222v-587h-94zM225 -250l-40 34q94 0 94 69q0 47 -50 65l60 26q56 -29 56 -87q0 -47 -33.5 -77t-86.5 -30z" />
    <glyph glyph-name="uni0163" unicode="&#x163;" horiz-adv-x="324" 
d="M284 0h-63q-72 0 -94.5 23.5t-22.5 100.5v305h-84v67h84v125h84v-125h96v-67h-96v-291q0 -40 8.5 -52t42.5 -12h45v-74zM108 -250l-40 34q94 0 94 69q0 47 -50 65l60 26q56 -29 56 -87q0 -47 -33.5 -77t-86.5 -30z" />
    <glyph glyph-name="Tcaron" unicode="&#x164;" horiz-adv-x="558" 
d="M10 668h538v-81h-222v-587h-94v587h-222v81zM230 760l-112 101h94l67 -61l68 61h94l-112 -101q-20 -19 -49 -19q-30 0 -50 19z" />
    <glyph glyph-name="tcaron" unicode="&#x165;" horiz-adv-x="324" 
d="M284 0h-63q-72 0 -94.5 23.5t-22.5 100.5v305h-84v67h84v125h84v-125h96v-67h-96v-291q0 -40 8.5 -52t42.5 -12h45v-74zM284 545h-49q21 136 26 154q2 10 11.5 19.5t24.5 9.5q19 0 30.5 -14t6.5 -35z" />
    <glyph glyph-name="Umacron" unicode="&#x16a;" horiz-adv-x="690" 
d="M76 279v389h94v-396q0 -102 41 -152.5t134 -50.5t134 50.5t41 152.5v396h94v-389q0 -149 -63 -220t-206 -71t-206 71t-63 220zM483 762h-276v67h276v-67z" />
    <glyph glyph-name="umacron" unicode="&#x16b;" horiz-adv-x="536" 
d="M68 180v317h84v-292q0 -68 21 -105.5t83 -37.5q60 0 93 41.5t33 120.5v273h84v-497h-63l-21 72q-49 -84 -155 -84q-159 0 -159 192zM405 601h-276v67h276v-67z" />
    <glyph glyph-name="Uring" unicode="&#x16e;" horiz-adv-x="690" 
d="M345 -12q-143 0 -206 71t-63 220v389h94v-396q0 -102 41 -152.5t134 -50.5t134 50.5t41 152.5v396h94v-389q0 -149 -63 -220t-206 -71zM236 777q0 45 32.5 77t78.5 32q45 0 76 -32t31 -77t-31 -77t-76 -32q-46 0 -78.5 32t-32.5 77zM293 777q0 -21 15 -36t37 -15t37 15
t15 36t-15 36t-37 15t-37 -15t-15 -36z" />
    <glyph glyph-name="uring" unicode="&#x16f;" horiz-adv-x="536" 
d="M68 497h84v-292q0 -68 21 -105.5t83 -37.5q60 0 93 41.5t33 120.5v273h84v-497h-63l-21 72q-49 -84 -155 -84q-159 0 -159 192v317zM269 559q-46 0 -78.5 32t-32.5 77t32.5 77t78.5 32q45 0 76 -32t31 -77t-31 -77t-76 -32zM267 719q-22 0 -37 -15t-15 -36t15 -36t37 -15
t37 15t15 36t-15 36t-37 15z" />
    <glyph glyph-name="Uhungarumlaut" unicode="&#x170;" horiz-adv-x="690" 
d="M76 668h94v-396q0 -102 41 -152.5t134 -50.5t134 50.5t41 152.5v396h94v-389q0 -149 -63 -220t-206 -71t-206 71t-63 220v389zM310 744h-70l16 22l80 101q10 13 28 13q16 0 27 -11t11 -27q0 -17 -11 -27zM456 744h-70l16 22l80 101q10 13 28 13q15 0 26.5 -11.5
t11.5 -26.5q0 -17 -11 -27z" />
    <glyph glyph-name="uhungarumlaut" unicode="&#x171;" horiz-adv-x="536" 
d="M68 497h84v-292q0 -68 21 -105.5t83 -37.5q60 0 93 41.5t33 120.5v273h84v-497h-63l-21 72q-49 -84 -155 -84q-159 0 -159 192v317zM224 572h-70l16 22l80 101q10 13 28 13q16 0 27 -11t11 -27q0 -17 -11 -27zM370 572h-70l16 22l80 101q10 13 28 13q15 0 26.5 -11.5
t11.5 -26.5q0 -17 -11 -27z" />
    <glyph glyph-name="Uogonek" unicode="&#x172;" horiz-adv-x="690" 
d="M76 279v389h94v-396q0 -102 41 -152.5t134 -50.5t134 50.5t41 152.5v396h94v-389q0 -134 -50.5 -205t-163.5 -83q-63 -26 -63 -65q0 -41 49 -41q21 0 38 8v-54q-34 -12 -63 -12q-43 0 -68.5 24t-25.5 58q0 50 40 80q-122 9 -176.5 80t-54.5 210z" />
    <glyph glyph-name="uogonek" unicode="&#x173;" horiz-adv-x="536" 
d="M68 497h84v-292q0 -68 21 -105.5t83 -37.5q60 0 93 41.5t33 120.5v273h84v-497q-87 -32 -87 -75q0 -40 49 -40q21 0 38 8v-54q-34 -12 -63 -12q-43 0 -68.5 24t-25.5 58q0 37 25 62.5t68 32.5l-20 68q-49 -84 -155 -84q-159 0 -159 192v317z" />
    <glyph glyph-name="Ydieresis" unicode="&#x178;" horiz-adv-x="595" 
d="M251 259l-241 409h103l185 -323l184 323h103l-240 -409v-259h-94v259zM192 740q-22 0 -38 16t-16 38t16 37.5t38 15.5t38 -15.5t16 -37.5t-16 -38t-38 -16zM403 740q-22 0 -37.5 16t-15.5 38t15.5 37.5t37.5 15.5t38 -15.5t16 -37.5t-15.5 -38t-38.5 -16z" />
    <glyph glyph-name="Zacute" unicode="&#x179;" horiz-adv-x="607" 
d="M44 0v81l394 506h-379v81h489v-81l-392 -506h407v-81h-519zM314 744h-76q1 1 26 27t49 50.5t32 30.5q13 12 29 12q15 0 25.5 -10.5t10.5 -25.5q0 -19 -16 -32q-8 -7 -26 -18.5t-35.5 -22.5t-18.5 -11z" />
    <glyph glyph-name="zacute" unicode="&#x17a;" horiz-adv-x="460" 
d="M430 0h-390v74l285 348h-276v74h371v-74l-285 -348h295v-74zM274 570h-70q2 2 23.5 30.5t43 56.5t29.5 36q10 13 28 13q16 0 26 -10q12 -10 12 -28q0 -15 -13 -28q-14 -16 -79 -70z" />
    <glyph glyph-name="Zdotaccent" unicode="&#x17b;" horiz-adv-x="607" 
d="M44 0v81l394 506h-379v81h489v-81l-392 -506h407v-81h-519zM250 799q0 23 16 38.5t38 15.5t38 -15.5t16 -38.5t-16 -38.5t-38 -15.5t-38 15.5t-16 38.5z" />
    <glyph glyph-name="zdotaccent" unicode="&#x17c;" horiz-adv-x="460" 
d="M40 0v74l285 348h-276v74h371v-74l-285 -348h295v-74h-390zM176 644q0 22 16 38t38 16t38 -16t16 -38t-16 -38t-38 -16t-38 16t-16 38z" />
    <glyph glyph-name="Zcaron" unicode="&#x17d;" horiz-adv-x="607" 
d="M44 0v81l394 506h-379v81h489v-81l-392 -506h407v-81h-519zM142 861h94l67 -61l68 61h94l-112 -101q-20 -19 -49 -19q-30 0 -50 19z" />
    <glyph glyph-name="zcaron" unicode="&#x17e;" horiz-adv-x="460" 
d="M40 0v74l285 348h-276v74h371v-74l-285 -348h295v-74h-390zM69 689h94l67 -61l68 61h94l-112 -101q-20 -19 -49 -19q-30 0 -50 19z" />
    <glyph glyph-name="florin" unicode="&#x192;" horiz-adv-x="321" 
d="M25 -90q15 -3 26 -3q58 0 58 69v453h-84v67h84v74q0 79 26 107.5t107 28.5h54v-71h-52q-32 0 -41.5 -12.5t-9.5 -51.5v-75h103v-67h-103v-456q0 -146 -113 -146q-26 0 -55 8v75z" />
    <glyph glyph-name="uni0218" unicode="&#x218;" horiz-adv-x="596" 
d="M40 146l87 26q16 -51 65 -78t108 -27q65 0 111 31t46 88q0 45 -38 71t-133 45q-30 6 -46.5 10t-45.5 13t-46.5 18t-39 24.5t-33.5 33.5t-20.5 43.5t-8.5 56.5q0 81 73.5 130t171.5 49q75 0 138.5 -31.5t93.5 -93.5l-86 -25q-19 34 -60.5 52.5t-89.5 18.5
q-59 0 -101.5 -27t-42.5 -77q0 -22 10 -39t23 -27t40 -19.5t45 -14t54 -11.5q43 -9 70.5 -17t63.5 -24t56.5 -36t35.5 -52.5t15 -74.5q0 -89 -77.5 -141.5t-182.5 -52.5q-88 0 -159.5 40.5t-96.5 117.5zM252 -250l-40 34q94 0 94 69q0 47 -50 65l60 26q56 -29 56 -87
q0 -47 -33.5 -77t-86.5 -30z" />
    <glyph glyph-name="uni0219" unicode="&#x219;" horiz-adv-x="471" 
d="M31 112l81 30q11 -42 46.5 -62.5t80.5 -20.5q46 0 81.5 21t35.5 53q0 37 -32.5 56.5t-78.5 28t-92.5 20t-79 43t-32.5 86.5q0 63 57 100.5t134 37.5q62 0 113.5 -26t72.5 -75l-79 -29q-12 29 -43.5 44t-69.5 15q-41 0 -70.5 -17.5t-29.5 -48.5q0 -33 32.5 -49.5t79 -24
t92.5 -19.5t78.5 -46.5t32.5 -92.5q0 -67 -60 -107.5t-142 -40.5q-69 0 -126.5 31.5t-81.5 92.5zM190 -250l-40 34q94 0 94 69q0 47 -50 65l60 26q56 -29 56 -87q0 -47 -33.5 -77t-86.5 -30z" />
    <glyph glyph-name="uni021A" unicode="&#x21a;" horiz-adv-x="558" 
d="M232 0v587h-222v81h538v-81h-222v-587h-94zM226 -250l-40 34q94 0 94 69q0 47 -50 65l60 26q56 -29 56 -87q0 -47 -33.5 -77t-86.5 -30z" />
    <glyph glyph-name="uni021B" unicode="&#x21b;" horiz-adv-x="324" 
d="M284 0h-63q-72 0 -94.5 23.5t-22.5 100.5v305h-84v67h84v125h84v-125h96v-67h-96v-291q0 -40 8.5 -52t42.5 -12h45v-74zM116 -250l-40 34q94 0 94 69q0 47 -50 65l60 26q56 -29 56 -87q0 -47 -33.5 -77t-86.5 -30z" />
    <glyph glyph-name="circumflex" unicode="&#x2c6;" horiz-adv-x="429" 
d="M53 575l112 101q20 19 50 19q29 0 49 -19l112 -101h-94l-68 61l-67 -61h-94z" />
    <glyph glyph-name="caron" unicode="&#x2c7;" horiz-adv-x="429" 
d="M165 588l-112 101h94l67 -61l68 61h94l-112 -101q-20 -19 -49 -19q-30 0 -50 19z" />
    <glyph glyph-name="uni02C9" unicode="&#x2c9;" horiz-adv-x="382" 
d="M53 601v67h276v-67h-276z" />
    <glyph glyph-name="breve" unicode="&#x2d8;" horiz-adv-x="399" 
d="M278 689h69q-11 -51 -52 -85.5t-95 -34.5t-95 34t-52 86h69q9 -24 30 -38.5t48 -14.5q26 0 47 14.5t31 38.5z" />
    <glyph glyph-name="dotaccent" unicode="&#x2d9;" horiz-adv-x="214" 
d="M53 644q0 22 15.5 38t38.5 16t38.5 -16t15.5 -38t-15.5 -38t-38.5 -16t-38.5 16t-15.5 38z" />
    <glyph glyph-name="ring" unicode="&#x2da;" horiz-adv-x="253" 
d="M126 559q-46 0 -78.5 32t-32.5 77t32.5 77t78.5 32q45 0 76 -32t31 -77t-31 -77t-76 -32zM72 668q0 -21 15 -36t37 -15t37 15t15 36t-15 36t-37 15t-37 -15t-15 -36z" />
    <glyph glyph-name="ogonek" unicode="&#x2db;" horiz-adv-x="263" 
d="M53 -91q0 31 22 56.5t58 34.5h77q-87 -32 -87 -75q0 -40 49 -40q21 0 38 8v-54q-34 -12 -63 -12q-43 0 -68.5 24t-25.5 58z" />
    <glyph glyph-name="tilde" unicode="&#x2dc;" horiz-adv-x="435" 
d="M118 577h-65q18 104 106 104q30 0 67.5 -21.5t56.5 -21.5q25 0 39 23q11 19 29 19q12 0 21.5 -9t9.5 -22q0 -21 -27.5 -47.5t-69.5 -26.5q-29 0 -68 21.5t-57 21.5q-37 0 -42 -41z" />
    <glyph glyph-name="hungarumlaut" unicode="&#x2dd;" horiz-adv-x="414" 
d="M123 572h-70l16 22l80 101q10 13 28 13q16 0 27 -11t11 -27q0 -17 -11 -27zM199 572l16 22l80 101q10 13 28 13q15 0 26.5 -11.5t11.5 -26.5q0 -17 -11 -27l-81 -71h-70z" />
    <glyph glyph-name="uni0326" unicode="&#x326;" horiz-adv-x="280" 
d="M94 -250l-40 34q94 0 94 69q0 47 -50 65l60 26q56 -29 56 -87q0 -47 -33.5 -77t-86.5 -30z" />
    <glyph glyph-name="uni0394" unicode="&#x394;" horiz-adv-x="759" 
d="M53 0l326 680l327 -680h-653zM178 78h402l-201 420z" />
    <glyph glyph-name="uni03A9" unicode="&#x3a9;" horiz-adv-x="687" 
d="M201 130q-69 38 -110 106t-41 149q0 122 86 208.5t207 86.5q122 0 208 -86.5t86 -208.5q0 -81 -41 -149t-110 -106v-49h151v-81h-236v173q71 19 117 78t46 134q0 91 -65 156t-156 65t-155.5 -65t-64.5 -156q0 -75 46 -134t117 -78v-173h-236v81h151v49z" />
    <glyph glyph-name="uni03BC" unicode="&#x3bc;" horiz-adv-x="538" 
d="M70 497h84v-306q0 -61 22 -95t82 -34t93 41.5t33 120.5v273h84v-497h-63l-21 72q-25 -43 -52 -63.5t-78 -20.5q-60 0 -100 53v-203h-84v659z" />
    <glyph glyph-name="pi" unicode="&#x3c0;" horiz-adv-x="591" 
d="M20 414v82h531v-82h-84v-275q0 -41 8.5 -53t42.5 -12h33v-74h-51q-72 0 -94.5 23.5t-22.5 100.5v290h-198v-414h-81v414h-84z" />
    <glyph glyph-name="endash" unicode="&#x2013;" horiz-adv-x="480" 
d="M41 208v79h398v-79h-398z" />
    <glyph glyph-name="emdash" unicode="&#x2014;" horiz-adv-x="800" 
d="M41 208v79h718v-79h-718z" />
    <glyph glyph-name="quoteleft" unicode="&#x2018;" horiz-adv-x="235" 
d="M53 482q0 12 5 25l62 161h55l-47 -122q23 -4 38.5 -22t15.5 -42q0 -27 -19 -45.5t-45 -18.5q-27 0 -46 19t-19 45z" />
    <glyph glyph-name="quoteright" unicode="&#x2019;" horiz-adv-x="235" 
d="M107 552q-23 4 -38.5 21.5t-15.5 41.5q0 27 19 46t45 19q27 0 46 -19t19 -45q0 -12 -5 -25l-62 -162h-55z" />
    <glyph glyph-name="quotesinglbase" unicode="&#x201a;" horiz-adv-x="235" 
d="M107 -11q-23 4 -38.5 21.5t-15.5 41.5q0 27 19 46t45 19q27 0 46 -19t19 -45q0 -12 -5 -25l-62 -162h-55z" />
    <glyph glyph-name="quotedblleft" unicode="&#x201c;" horiz-adv-x="398" 
d="M216 482q0 12 5 25l62 161h55l-46 -122q23 -4 38 -22t15 -42q0 -27 -19 -45.5t-45 -18.5q-27 0 -46 19t-19 45zM53 482q0 12 5 25l62 161h55l-47 -122q23 -4 38.5 -22t15.5 -42q0 -27 -19 -45.5t-45 -18.5q-27 0 -46 19t-19 45z" />
    <glyph glyph-name="quotedblright" unicode="&#x201d;" horiz-adv-x="398" 
d="M270 552q-23 4 -38.5 21.5t-15.5 41.5q0 27 19 46t46 19t45.5 -19t18.5 -45q0 -12 -5 -25l-61 -162h-56zM107 552q-23 4 -38.5 21.5t-15.5 41.5q0 27 19 46t45 19q27 0 46 -19t19 -45q0 -12 -5 -25l-62 -162h-55z" />
    <glyph glyph-name="quotedblbase" unicode="&#x201e;" horiz-adv-x="398" 
d="M270 -11q-23 4 -38.5 21.5t-15.5 41.5q0 27 19 46t46 19t45.5 -19t18.5 -45q0 -12 -5 -25l-61 -162h-56zM107 -11q-23 4 -38.5 21.5t-15.5 41.5q0 27 19 46t45 19q27 0 46 -19t19 -45q0 -12 -5 -25l-62 -162h-55z" />
    <glyph glyph-name="dagger" unicode="&#x2020;" horiz-adv-x="541" 
d="M40 496h190v172h81v-172h190v-80h-190v-416h-81v416h-190v80z" />
    <glyph glyph-name="daggerdbl" unicode="&#x2021;" horiz-adv-x="541" 
d="M40 251h190v165h-190v80h190v172h81v-172h190v-80h-190v-165h190v-79h-190v-172h-81v172h-190v79z" />
    <glyph glyph-name="bullet" unicode="&#x2022;" horiz-adv-x="438" 
d="M53 254q0 69 48.5 117.5t117.5 48.5t117.5 -48.5t48.5 -117.5q0 -68 -48.5 -117t-117.5 -49t-117.5 49t-48.5 117z" />
    <glyph glyph-name="ellipsis" unicode="&#x2026;" horiz-adv-x="696" 
d="M284 52q0 27 18.5 46t45.5 19t46 -19t19 -46q0 -26 -19 -45t-46 -19t-45.5 19t-18.5 45zM514 52q0 27 19 46t46 19q26 0 45 -19t19 -46q0 -26 -19 -45t-45 -19q-27 0 -46 19t-19 45zM117 -12q-26 0 -45 19t-19 45q0 27 19 46t45 19q27 0 46 -19t19 -46q0 -26 -19 -45
t-46 -19z" />
    <glyph glyph-name="perthousand" unicode="&#x2030;" horiz-adv-x="1328" 
d="M220 316q-76 0 -129 53.5t-53 128.5t53 128.5t129 53.5q75 0 128 -53.5t53 -128.5t-53 -128.5t-128 -53.5zM526 169q0 76 53 129t129 53q75 0 128 -53t53 -129q0 -75 -53 -128t-128 -53q-76 0 -129 53t-53 128zM927 169q0 76 53 129t129 53q75 0 128 -53t53 -129
q0 -75 -53 -128t-128 -53q-76 0 -129 53t-53 128zM274 0h-88l468 668h88zM1109 277q-45 0 -76.5 -31.5t-31.5 -76.5q0 -44 31.5 -75.5t76.5 -31.5q44 0 75.5 31.5t31.5 75.5q0 45 -31.5 76.5t-75.5 31.5zM708 277q-45 0 -76.5 -31.5t-31.5 -76.5q0 -44 31.5 -75.5
t76.5 -31.5q44 0 75.5 31.5t31.5 75.5q0 45 -31.5 76.5t-75.5 31.5zM220 605q-44 0 -76 -31.5t-32 -75.5t32 -75.5t76 -31.5t75.5 31.5t31.5 75.5t-31.5 75.5t-75.5 31.5z" />
    <glyph glyph-name="guilsinglleft" unicode="&#x2039;" horiz-adv-x="353" 
d="M201 40l-148 210l148 211h99l-149 -211l149 -210h-99z" />
    <glyph glyph-name="guilsinglright" unicode="&#x203a;" horiz-adv-x="353" 
d="M53 40l149 210l-149 211h100l147 -211l-147 -210h-100z" />
    <glyph glyph-name="fraction" unicode="&#x2044;" horiz-adv-x="586" 
d="M15 0l468 668h88l-468 -668h-88z" />
    <glyph glyph-name="Euro" unicode="&#x20ac;" horiz-adv-x="664" 
d="M100 377h-85l28 51h63q22 117 96.5 184.5t184.5 67.5q78 0 140.5 -40t95.5 -112l-78 -28q-47 101 -163 101q-67 0 -117 -45t-68 -128h249l-28 -51h-229q-1 -13 -1 -43q0 -29 1 -43h182l-28 -51h-146q19 -82 69 -127.5t119 -45.5q116 0 164 100l77 -28q-33 -73 -97.5 -112
t-148.5 -39q-110 0 -181.5 68t-92.5 184h-91l28 51h57q-1 14 -1 43t1 43z" />
    <glyph glyph-name="uni2113" unicode="&#x2113;" horiz-adv-x="450" 
d="M53 138v89l66 51v229q0 173 145 173q62 0 96 -39t34 -103q0 -84 -45.5 -149t-144.5 -138v-100q0 -90 67 -90q45 0 89 39l37 -58q-60 -54 -136 -54t-109 39.5t-33 128.5v32zM204 518v-174q108 76 108 191q0 75 -53 75q-30 0 -42.5 -20t-12.5 -72z" />
    <glyph glyph-name="trademark" unicode="&#x2122;" horiz-adv-x="848" 
d="M393 668h108l93 -284l93 284h108v-376h-67v279l-98 -279h-72l-98 279v-279h-67v376zM53 608v60h303v-60h-118v-316h-67v316h-118z" />
    <glyph glyph-name="estimated" unicode="&#x212e;" horiz-adv-x="622" 
d="M311 -12q-47 0 -92 17.5t-82.5 50t-60.5 84.5t-23 116q0 94 74 171t184 77q106 0 181.5 -75t76.5 -181h-410v-170q64 -58 152 -58q103 0 170 77l33 -10q-78 -99 -203 -99zM311 472q-88 0 -152 -59v-134h304v134q-64 59 -152 59z" />
    <glyph glyph-name="partialdiff" unicode="&#x2202;" horiz-adv-x="582" 
d="M53 246q0 126 71 192t167 66q36 0 73 -13t59 -41q-15 46 -41.5 77t-65 46.5t-79.5 20.5t-95 4v82q127 0 196 -28q192 -76 192 -375q0 -5 -0.5 -15t-0.5 -16q-2 -68 -23 -119.5t-55.5 -81t-74.5 -43.5t-85 -14q-96 0 -167 66t-71 192zM291 430q-60 0 -104.5 -47
t-44.5 -137t44.5 -137.5t104.5 -47.5t104 47.5t44 137.5t-44 137t-104 47z" />
    <glyph glyph-name="product" unicode="&#x220f;" horiz-adv-x="585" 
d="M53 668h479v-829h-82v748h-316v-748h-81v829z" />
    <glyph glyph-name="summation" unicode="&#x2211;" horiz-adv-x="587" 
d="M53 668h481v-81h-380l245 -333l-245 -334h380v-81h-481v81l246 334l-246 333v81z" />
    <glyph glyph-name="minus" unicode="&#x2212;" horiz-adv-x="602" 
d="M53 209v79h496v-79h-496z" />
    <glyph glyph-name="uni2215" unicode="&#x2215;" horiz-adv-x="598" 
d="M15 0l468 669h100l-468 -669h-100z" />
    <glyph glyph-name="uni2219" unicode="&#x2219;" horiz-adv-x="235" 
d="M53 255q0 12 5 25q18 40 60 40q11 0 24 -5q40 -18 40 -59q0 -12 -5 -25q-18 -40 -59 -40q-29 0 -47 19.5t-18 44.5z" />
    <glyph glyph-name="radical" unicode="&#x221a;" horiz-adv-x="582" 
d="M279 -161l-120 306h-106v80h162l103 -262l123 706h88l-151 -830h-99z" />
    <glyph glyph-name="infinity" unicode="&#x221e;" horiz-adv-x="773" 
d="M53 256q0 66 46 108t120 42q87 0 168 -89q80 89 167 89q74 0 120 -42t46 -108q0 -67 -44.5 -109.5t-115.5 -42.5q-88 0 -173 94q-86 -94 -174 -94q-71 0 -115.5 42.5t-44.5 109.5zM134 256q0 -32 23.5 -54t59.5 -22q32 0 60 17t62 59q-31 37 -58 55.5t-61 18.5
q-37 0 -61.5 -20.5t-24.5 -53.5zM435 256q34 -42 61.5 -59t59.5 -17q36 0 59.5 22t23.5 54q0 33 -24.5 53.5t-61.5 20.5q-33 0 -60 -18.5t-58 -55.5z" />
    <glyph glyph-name="integral" unicode="&#x222b;" horiz-adv-x="458" 
d="M53 -111q0 20 14.5 35t35.5 15t35 -15t14 -36q0 -10 -2 -15h4t8.5 5t11.5 13.5t9 29t4 48.5v495q0 217 133 217q85 0 85 -62q0 -21 -14.5 -35.5t-35.5 -14.5t-35.5 15t-14.5 35q0 9 3 16h-4t-8.5 -5t-11.5 -13.5t-9 -29t-4 -49.5v-494q0 -217 -133 -217q-85 0 -85 62z
" />
    <glyph glyph-name="approxequal" unicode="&#x2248;" horiz-adv-x="581" 
d="M53 309q12 47 48.5 74.5t90.5 27.5q45 0 111.5 -27.5t88.5 -27.5q23 0 40 13.5t22 37.5l74 -22q-11 -47 -47.5 -74.5t-88.5 -27.5q-38 0 -104.5 27t-95.5 27q-55 0 -64 -50zM53 123q11 47 47.5 74.5t89.5 27.5q45 0 111.5 -27.5t89.5 -27.5q24 0 41 13t22 38l74 -22
q-11 -47 -47.5 -74.5t-88.5 -27.5q-38 0 -104.5 27t-95.5 27q-55 0 -64 -50z" />
    <glyph glyph-name="notequal" unicode="&#x2260;" horiz-adv-x="602" 
d="M292 307h-239v80h295l77 109h99l-76 -109h101v-80h-157l-75 -107h232v-79h-287l-85 -121h-100l85 121h-109v79h165z" />
    <glyph glyph-name="lessequal" unicode="&#x2264;" horiz-adv-x="579" 
d="M53 337l473 168v-91l-368 -112l368 -112v-90l-473 167v70zM526 0h-473v80h473v-80z" />
    <glyph glyph-name="greaterequal" unicode="&#x2265;" horiz-adv-x="579" 
d="M421 302l-368 112v91l473 -168v-70l-473 -167v90zM53 0v80h473v-80h-473z" />
    <glyph glyph-name="lozenge" unicode="&#x25ca;" horiz-adv-x="561" 
d="M281 -73l-228 388l228 388l227 -388zM281 76l140 239l-140 239l-141 -239z" />
    <glyph glyph-name="NULL" horiz-adv-x="0" 
 />
    <glyph glyph-name="grave.case" horiz-adv-x="203" 
d="M-4 796q-16 14 -16 32q0 15 10.5 25.5t25.5 10.5q19 0 31 -13l106 -107h-76q-1 1 -18.5 11.5t-36 22t-26.5 18.5z" />
    <glyph glyph-name="acute.case" horiz-adv-x="153" 
d="M120 744h-76q1 1 26 27t49 50.5t32 30.5q13 12 29 12q15 0 25.5 -10.5t10.5 -25.5q0 -19 -16 -32q-8 -7 -26 -18.5t-35.5 -22.5t-18.5 -11z" />
    <glyph glyph-name="circumflex.case" horiz-adv-x="325" 
d="M1 747l112 101q20 19 50 19q29 0 49 -19l112 -101h-94l-68 61l-67 -61h-94z" />
    <glyph glyph-name="dieresis.case" horiz-adv-x="325" 
d="M3 794q0 22 16 37.5t38 15.5t38 -15.5t16 -37.5t-15.5 -38t-38.5 -16t-38.5 16t-15.5 38zM215 794q0 22 15.5 37.5t37.5 15.5t38 -15.5t16 -37.5t-16 -38t-38 -16t-37.5 16t-15.5 38z" />
    <glyph glyph-name="caron.case" horiz-adv-x="325" 
d="M113 760l-112 101h94l67 -61l68 61h94l-112 -101q-20 -19 -49 -19q-30 0 -50 19z" />
    <glyph glyph-name="ring.case" horiz-adv-x="325" 
d="M165 620q-46 0 -78.5 32t-32.5 77t32.5 77t78.5 32q45 0 76 -32t31 -77t-31 -77t-76 -32zM111 729q0 -21 15 -36t37 -15t37 15t15 36t-15 36t-37 15t-37 -15t-15 -36z" />
    <glyph glyph-name="macron.case" horiz-adv-x="325" 
d="M25 762v67h276v-67h-276z" />
    <glyph glyph-name="breve.case" horiz-adv-x="325" 
d="M241 861h69q-11 -51 -52 -85.5t-95 -34.5t-95 34t-52 86h69q9 -24 30 -38.5t48 -14.5q26 0 47 14.5t31 38.5z" />
    <glyph glyph-name="dotaccent.case" horiz-adv-x="325" 
d="M109 816q0 22 15.5 38t38.5 16t38.5 -16t15.5 -38t-15.5 -38t-38.5 -16t-38.5 16t-15.5 38z" />
    <glyph glyph-name="tilde.case" horiz-adv-x="325" 
d="M63 749h-65q18 104 106 104q30 0 67.5 -21.5t56.5 -21.5q25 0 39 23q11 19 29 19q12 0 21.5 -9t9.5 -22q0 -21 -27.5 -47.5t-69.5 -26.5q-30 0 -69 21.5t-56 21.5q-37 0 -42 -41z" />
    <glyph glyph-name="hungarumlaut.case" horiz-adv-x="325" 
d="M79 744h-70l16 22l80 101q10 13 28 13q16 0 27 -11t11 -27q0 -17 -11 -27zM155 744l16 22l80 101q10 13 28 13q15 0 26.5 -11.5t11.5 -26.5q0 -17 -11 -27l-81 -71h-70z" />
    <glyph glyph-name="zero.tf" horiz-adv-x="639" 
d="M320 -12q-129 0 -196.5 89.5t-67.5 257.5q0 167 67.5 256t196.5 89t196.5 -89t67.5 -256q0 -168 -67.5 -257.5t-196.5 -89.5zM147 335q0 -273 173 -273q69 0 111 45l-264 379q-20 -59 -20 -151zM320 606q-65 0 -107 -40l263 -376q17 60 17 145q0 271 -173 271z" />
    <glyph glyph-name="one.tf" horiz-adv-x="639" 
d="M109 77h178v427h-178v67q82 0 133.5 20t71.5 77h56v-591h160v-77h-421v77z" />
    <glyph glyph-name="two.tf" horiz-adv-x="639" 
d="M560 0h-481v75q192 142 283 239t91 180q0 53 -33.5 84.5t-91.5 31.5q-52 0 -90.5 -27.5t-49.5 -84.5l-84 24q18 73 78 115.5t148 42.5q95 0 153.5 -46.5t58.5 -128.5q0 -56 -27 -112t-79.5 -111t-108 -101t-135.5 -104h368v-77z" />
    <glyph glyph-name="three.tf" horiz-adv-x="639" 
d="M84 151l83 24q12 -55 49 -86t99 -31q68 0 109.5 34t41.5 95q0 127 -206 127v76q36 0 62.5 3t59 13t50 34t17.5 61q0 52 -37 80.5t-93 28.5q-60 0 -96.5 -30.5t-46.5 -81.5l-82 24q18 73 77.5 115.5t149.5 42.5q95 0 155.5 -41.5t60.5 -128.5q0 -51 -28.5 -92t-80.5 -63
q128 -40 128 -167q0 -96 -70 -148t-172 -52q-96 0 -153.5 45t-76.5 118z" />
    <glyph glyph-name="four.tf" horiz-adv-x="639" 
d="M51 165v79l331 424h85v-424h122v-79h-122v-165h-84v165h-332zM142 244h241v309z" />
    <glyph glyph-name="five.tf" horiz-adv-x="639" 
d="M86 151l82 24q26 -117 148 -117q63 0 106 43.5t43 117.5q0 78 -45 118.5t-105 40.5q-48 0 -82.5 -23t-46.5 -51l-82 24l41 340h383v-81h-315l-23 -187q51 50 144 50q92 0 155.5 -62t63.5 -168q0 -109 -69 -170.5t-168 -61.5q-96 0 -153 45t-77 118z" />
    <glyph glyph-name="six.tf" horiz-adv-x="639" 
d="M324 -12q-243 0 -243 322q0 74 14 138t43.5 117.5t81.5 84t122 30.5q136 0 188 -107l-85 -25q-32 62 -113 62q-76 0 -118.5 -69.5t-45.5 -188.5q54 93 176 93q94 0 154.5 -63.5t60.5 -163.5q0 -96 -65.5 -163t-169.5 -67zM178 215q0 -70 40 -113t106 -43t105.5 43.5
t39.5 112.5t-39.5 112.5t-105.5 43.5t-106 -43t-40 -113z" />
    <glyph glyph-name="seven.tf" horiz-adv-x="639" 
d="M167 0l290 587h-368v81h461v-81l-278 -587h-105z" />
    <glyph glyph-name="eight.tf" horiz-adv-x="639" 
d="M72 188q0 63 33 109t90 69q-57 54 -57 133q0 75 53 128t128 53q76 0 129 -53t53 -128q0 -79 -57 -133q57 -23 90 -69t33 -109q0 -93 -70 -146.5t-178 -53.5t-177.5 53.5t-69.5 146.5zM163 188q0 -58 42 -92t114 -34t114.5 34t42.5 92q0 59 -42.5 94t-114.5 35
q-71 0 -113.5 -35t-42.5 -94zM212 500q0 -46 31.5 -77.5t75.5 -31.5t75.5 31.5t31.5 77.5q0 44 -31.5 75t-75.5 31t-75.5 -31t-31.5 -75z" />
    <glyph glyph-name="nine.tf" horiz-adv-x="639" 
d="M320 201q-98 0 -168.5 70.5t-70.5 169.5t69.5 168.5t169.5 69.5t169.5 -69.5t69.5 -170.5q0 -46 -18 -91q-13 -33 -74 -140.5t-129 -207.5h-104q84 116 139 207q-25 -6 -53 -6zM320 594q-64 0 -108.5 -45t-44.5 -108q0 -64 44.5 -109t108.5 -45t109.5 45t45.5 109
q0 63 -45.5 108t-109.5 45z" />
    <glyph glyph-name="ogonek.case" horiz-adv-x="263" 
d="M53 -91q0 60 57 91h100q-45 -16 -66 -33t-21 -41q0 -41 49 -41q21 0 38 8v-54q-34 -12 -63 -12q-43 0 -68.5 24t-25.5 58z" />
    <glyph glyph-name="caron.salt" horiz-adv-x="206" 
d="M102 495h-49q21 136 26 154q2 10 11.5 19.5t24.5 9.5q19 0 30.5 -14t6.5 -35z" />
    <hkern u1="&#x28;" u2="&#x37;" k="-31" />
    <hkern u1="&#x2d;" u2="&#x37;" k="55" />
    <hkern u1="&#x2d;" u2="&#x34;" k="-31" />
    <hkern u1="&#x2d;" u2="&#x32;" k="31" />
    <hkern u1="&#x2d;" u2="&#x31;" k="47" />
    <hkern u1="&#x2f;" u2="&#x2f;" k="95" />
    <hkern u1="&#x30;" u2="&#x32;" k="19" />
    <hkern u1="&#x31;" u2="&#x29;" k="-16" />
    <hkern u1="&#x32;" u2="&#x34;" k="8" />
    <hkern u1="&#x34;" u2="&#xb0;" k="76" />
    <hkern u1="&#x34;" u2="&#x39;" k="22" />
    <hkern u1="&#x34;" u2="&#x35;" k="19" />
    <hkern u1="&#x35;" u2="&#x39;" k="16" />
    <hkern u1="&#x36;" u2="&#x32;" k="19" />
    <hkern u1="&#x36;" u2="&#x31;" k="23" />
    <hkern u1="&#x37;" u2="&#x2030;" k="-31" />
    <hkern u1="&#x37;" u2="&#x2014;" k="55" />
    <hkern u1="&#x37;" u2="&#x2013;" k="55" />
    <hkern u1="&#x37;" u2="&#x38;" k="47" />
    <hkern u1="&#x37;" u2="&#x37;" k="-36" />
    <hkern u1="&#x37;" u2="&#x34;" k="47" />
    <hkern u1="&#x37;" u2="&#x31;" k="-28" />
    <hkern u1="&#x37;" u2="&#x2d;" k="55" />
    <hkern u1="&#x37;" u2="&#x25;" k="-31" />
    <hkern u1="&#x38;" u2="&#x2030;" k="32" />
    <hkern u1="&#x38;" u2="&#xb0;" k="28" />
    <hkern u1="&#x38;" u2="&#x39;" k="23" />
    <hkern u1="&#x38;" u2="&#x37;" k="19" />
    <hkern u1="&#x38;" u2="&#x31;" k="28" />
    <hkern u1="&#x38;" u2="&#x25;" k="32" />
    <hkern u1="&#x39;" u2="&#x38;" k="23" />
    <hkern u1="&#x39;" u2="&#x37;" k="19" />
    <hkern u1="&#x39;" u2="&#x34;" k="23" />
    <hkern u1="A" u2="x" k="-20" />
    <hkern u1="A" u2="w" k="44" />
    <hkern u1="A" u2="l" k="21" />
    <hkern u1="A" u2="W" k="47" />
    <hkern u1="A" u2="V" k="67" />
    <hkern u1="A" u2="U" k="28" />
    <hkern u1="B" u2="&#x178;" k="28" />
    <hkern u1="B" u2="&#x105;" k="14" />
    <hkern u1="B" u2="&#x104;" k="19" />
    <hkern u1="B" u2="&#x103;" k="14" />
    <hkern u1="B" u2="&#x102;" k="19" />
    <hkern u1="B" u2="&#x101;" k="14" />
    <hkern u1="B" u2="&#x100;" k="19" />
    <hkern u1="B" u2="&#xe6;" k="14" />
    <hkern u1="B" u2="&#xe5;" k="14" />
    <hkern u1="B" u2="&#xe4;" k="14" />
    <hkern u1="B" u2="&#xe3;" k="14" />
    <hkern u1="B" u2="&#xe2;" k="14" />
    <hkern u1="B" u2="&#xe1;" k="14" />
    <hkern u1="B" u2="&#xe0;" k="14" />
    <hkern u1="B" u2="&#xdd;" k="28" />
    <hkern u1="B" u2="&#xc5;" k="19" />
    <hkern u1="B" u2="&#xc4;" k="19" />
    <hkern u1="B" u2="&#xc3;" k="19" />
    <hkern u1="B" u2="&#xc2;" k="19" />
    <hkern u1="B" u2="&#xc1;" k="19" />
    <hkern u1="B" u2="&#xc0;" k="19" />
    <hkern u1="B" u2="a" k="14" />
    <hkern u1="B" u2="Y" k="28" />
    <hkern u1="B" u2="X" k="19" />
    <hkern u1="B" u2="V" k="19" />
    <hkern u1="B" u2="A" k="19" />
    <hkern u1="D" u2="&#xc6;" k="70" />
    <hkern u1="D" u2="X" k="19" />
    <hkern u1="D" u2="W" k="19" />
    <hkern u1="D" u2="V" k="28" />
    <hkern u1="D" u2="I" k="28" />
    <hkern u1="E" u2="W" k="-18" />
    <hkern u1="E" u2="V" k="-17" />
    <hkern u1="F" u2="&#x21a;" k="-23" />
    <hkern u1="F" u2="&#x164;" k="-23" />
    <hkern u1="F" u2="&#x162;" k="-23" />
    <hkern u1="F" u2="&#x105;" k="22" />
    <hkern u1="F" u2="&#x104;" k="38" />
    <hkern u1="F" u2="&#x103;" k="22" />
    <hkern u1="F" u2="&#x102;" k="38" />
    <hkern u1="F" u2="&#x101;" k="22" />
    <hkern u1="F" u2="&#x100;" k="38" />
    <hkern u1="F" u2="&#xe6;" k="22" />
    <hkern u1="F" u2="&#xe5;" k="22" />
    <hkern u1="F" u2="&#xe4;" k="22" />
    <hkern u1="F" u2="&#xe3;" k="22" />
    <hkern u1="F" u2="&#xe2;" k="22" />
    <hkern u1="F" u2="&#xe1;" k="22" />
    <hkern u1="F" u2="&#xe0;" k="22" />
    <hkern u1="F" u2="&#xc6;" k="114" />
    <hkern u1="F" u2="&#xc5;" k="38" />
    <hkern u1="F" u2="&#xc4;" k="38" />
    <hkern u1="F" u2="&#xc3;" k="38" />
    <hkern u1="F" u2="&#xc2;" k="38" />
    <hkern u1="F" u2="&#xc1;" k="38" />
    <hkern u1="F" u2="&#xc0;" k="38" />
    <hkern u1="F" u2="a" k="22" />
    <hkern u1="F" u2="T" k="-23" />
    <hkern u1="F" u2="J" k="32" />
    <hkern u1="F" u2="A" k="38" />
    <hkern u1="G" u2="&#x21a;" k="19" />
    <hkern u1="G" u2="&#x178;" k="47" />
    <hkern u1="G" u2="&#x164;" k="19" />
    <hkern u1="G" u2="&#x162;" k="19" />
    <hkern u1="G" u2="&#xdd;" k="47" />
    <hkern u1="G" u2="Y" k="47" />
    <hkern u1="G" u2="V" k="28" />
    <hkern u1="G" u2="T" k="19" />
    <hkern u1="I" u2="f" k="21" />
    <hkern u1="J" u2="&#x104;" k="28" />
    <hkern u1="J" u2="&#x102;" k="28" />
    <hkern u1="J" u2="&#x100;" k="28" />
    <hkern u1="J" u2="&#xc5;" k="28" />
    <hkern u1="J" u2="&#xc4;" k="28" />
    <hkern u1="J" u2="&#xc3;" k="28" />
    <hkern u1="J" u2="&#xc2;" k="28" />
    <hkern u1="J" u2="&#xc1;" k="28" />
    <hkern u1="J" u2="&#xc0;" k="28" />
    <hkern u1="J" u2="A" k="28" />
    <hkern u1="K" u2="&#x173;" k="43" />
    <hkern u1="K" u2="&#x171;" k="43" />
    <hkern u1="K" u2="&#x16f;" k="43" />
    <hkern u1="K" u2="&#x16b;" k="43" />
    <hkern u1="K" u2="&#x152;" k="47" />
    <hkern u1="K" u2="&#x122;" k="47" />
    <hkern u1="K" u2="&#x120;" k="47" />
    <hkern u1="K" u2="&#x11e;" k="47" />
    <hkern u1="K" u2="&#x10c;" k="47" />
    <hkern u1="K" u2="&#x10a;" k="47" />
    <hkern u1="K" u2="&#x106;" k="47" />
    <hkern u1="K" u2="&#xff;" k="50" />
    <hkern u1="K" u2="&#xfd;" k="50" />
    <hkern u1="K" u2="&#xfc;" k="43" />
    <hkern u1="K" u2="&#xfb;" k="43" />
    <hkern u1="K" u2="&#xfa;" k="43" />
    <hkern u1="K" u2="&#xf9;" k="43" />
    <hkern u1="K" u2="&#xd6;" k="47" />
    <hkern u1="K" u2="&#xd5;" k="47" />
    <hkern u1="K" u2="&#xd4;" k="47" />
    <hkern u1="K" u2="&#xd3;" k="47" />
    <hkern u1="K" u2="&#xd2;" k="47" />
    <hkern u1="K" u2="&#xc7;" k="47" />
    <hkern u1="K" u2="y" k="50" />
    <hkern u1="K" u2="w" k="50" />
    <hkern u1="K" u2="v" k="50" />
    <hkern u1="K" u2="u" k="43" />
    <hkern u1="K" u2="Q" k="47" />
    <hkern u1="K" u2="O" k="47" />
    <hkern u1="K" u2="G" k="47" />
    <hkern u1="K" u2="C" k="47" />
    <hkern u1="L" u2="x" k="-28" />
    <hkern u1="L" u2="w" k="47" />
    <hkern u1="L" u2="X" k="-28" />
    <hkern u1="L" u2="W" k="38" />
    <hkern u1="L" u2="V" k="66" />
    <hkern u1="L" u2="U" k="21" />
    <hkern u1="L" u2="J" k="-28" />
    <hkern u1="O" u2="&#xc6;" k="70" />
    <hkern u1="O" u2="X" k="19" />
    <hkern u1="O" u2="W" k="19" />
    <hkern u1="O" u2="V" k="28" />
    <hkern u1="O" u2="I" k="28" />
    <hkern u1="P" u2="&#x219;" k="19" />
    <hkern u1="P" u2="&#x17d;" k="19" />
    <hkern u1="P" u2="&#x178;" k="19" />
    <hkern u1="P" u2="&#x161;" k="19" />
    <hkern u1="P" u2="&#x15f;" k="19" />
    <hkern u1="P" u2="&#x15b;" k="19" />
    <hkern u1="P" u2="&#x105;" k="28" />
    <hkern u1="P" u2="&#x104;" k="82" />
    <hkern u1="P" u2="&#x103;" k="28" />
    <hkern u1="P" u2="&#x102;" k="82" />
    <hkern u1="P" u2="&#x101;" k="28" />
    <hkern u1="P" u2="&#x100;" k="82" />
    <hkern u1="P" u2="&#xe6;" k="28" />
    <hkern u1="P" u2="&#xe5;" k="28" />
    <hkern u1="P" u2="&#xe4;" k="28" />
    <hkern u1="P" u2="&#xe3;" k="28" />
    <hkern u1="P" u2="&#xe2;" k="28" />
    <hkern u1="P" u2="&#xe1;" k="28" />
    <hkern u1="P" u2="&#xe0;" k="28" />
    <hkern u1="P" u2="&#xdd;" k="19" />
    <hkern u1="P" u2="&#xc5;" k="82" />
    <hkern u1="P" u2="&#xc4;" k="82" />
    <hkern u1="P" u2="&#xc3;" k="82" />
    <hkern u1="P" u2="&#xc2;" k="82" />
    <hkern u1="P" u2="&#xc1;" k="82" />
    <hkern u1="P" u2="&#xc0;" k="82" />
    <hkern u1="P" u2="s" k="19" />
    <hkern u1="P" u2="a" k="28" />
    <hkern u1="P" u2="Z" k="19" />
    <hkern u1="P" u2="Y" k="19" />
    <hkern u1="P" u2="X" k="29" />
    <hkern u1="P" u2="J" k="67" />
    <hkern u1="P" u2="A" k="82" />
    <hkern u1="Q" u2="&#x17e;" k="-19" />
    <hkern u1="Q" u2="&#x17c;" k="-19" />
    <hkern u1="Q" u2="&#x17a;" k="-19" />
    <hkern u1="Q" u2="&#x178;" k="38" />
    <hkern u1="Q" u2="&#x104;" k="-28" />
    <hkern u1="Q" u2="&#x102;" k="-28" />
    <hkern u1="Q" u2="&#x100;" k="-28" />
    <hkern u1="Q" u2="&#xdd;" k="38" />
    <hkern u1="Q" u2="&#xc5;" k="-28" />
    <hkern u1="Q" u2="&#xc4;" k="-28" />
    <hkern u1="Q" u2="&#xc3;" k="-28" />
    <hkern u1="Q" u2="&#xc2;" k="-28" />
    <hkern u1="Q" u2="&#xc1;" k="-28" />
    <hkern u1="Q" u2="&#xc0;" k="-28" />
    <hkern u1="Q" u2="z" k="-19" />
    <hkern u1="Q" u2="Y" k="38" />
    <hkern u1="Q" u2="X" k="-19" />
    <hkern u1="Q" u2="A" k="-28" />
    <hkern u1="S" u2="W" k="19" />
    <hkern u1="T" u2="&#xc6;" k="125" />
    <hkern u1="T" u2="r" k="57" />
    <hkern u1="T" u2="p" k="57" />
    <hkern u1="T" u2="m" k="66" />
    <hkern u1="T" u2="f" k="-19" />
    <hkern u1="T" u2="W" k="-28" />
    <hkern u1="T" u2="V" k="-38" />
    <hkern u1="T" u2="J" k="104" />
    <hkern u1="V" u2="&#x21a;" k="-38" />
    <hkern u1="V" u2="&#x219;" k="19" />
    <hkern u1="V" u2="&#x178;" k="-19" />
    <hkern u1="V" u2="&#x164;" k="-38" />
    <hkern u1="V" u2="&#x162;" k="-38" />
    <hkern u1="V" u2="&#x161;" k="19" />
    <hkern u1="V" u2="&#x15f;" k="19" />
    <hkern u1="V" u2="&#x15b;" k="19" />
    <hkern u1="V" u2="&#x153;" k="47" />
    <hkern u1="V" u2="&#x152;" k="28" />
    <hkern u1="V" u2="&#x148;" k="19" />
    <hkern u1="V" u2="&#x146;" k="19" />
    <hkern u1="V" u2="&#x144;" k="19" />
    <hkern u1="V" u2="&#x123;" k="47" />
    <hkern u1="V" u2="&#x122;" k="28" />
    <hkern u1="V" u2="&#x121;" k="47" />
    <hkern u1="V" u2="&#x120;" k="28" />
    <hkern u1="V" u2="&#x11f;" k="47" />
    <hkern u1="V" u2="&#x11e;" k="28" />
    <hkern u1="V" u2="&#x11b;" k="47" />
    <hkern u1="V" u2="&#x119;" k="47" />
    <hkern u1="V" u2="&#x117;" k="47" />
    <hkern u1="V" u2="&#x113;" k="47" />
    <hkern u1="V" u2="&#x111;" k="47" />
    <hkern u1="V" u2="&#x10f;" k="47" />
    <hkern u1="V" u2="&#x10d;" k="47" />
    <hkern u1="V" u2="&#x10c;" k="28" />
    <hkern u1="V" u2="&#x10b;" k="47" />
    <hkern u1="V" u2="&#x10a;" k="28" />
    <hkern u1="V" u2="&#x107;" k="47" />
    <hkern u1="V" u2="&#x106;" k="28" />
    <hkern u1="V" u2="&#x105;" k="38" />
    <hkern u1="V" u2="&#x104;" k="67" />
    <hkern u1="V" u2="&#x103;" k="38" />
    <hkern u1="V" u2="&#x102;" k="67" />
    <hkern u1="V" u2="&#x101;" k="38" />
    <hkern u1="V" u2="&#x100;" k="67" />
    <hkern u1="V" u2="&#xf8;" k="47" />
    <hkern u1="V" u2="&#xf6;" k="47" />
    <hkern u1="V" u2="&#xf5;" k="47" />
    <hkern u1="V" u2="&#xf4;" k="47" />
    <hkern u1="V" u2="&#xf3;" k="47" />
    <hkern u1="V" u2="&#xf2;" k="47" />
    <hkern u1="V" u2="&#xf1;" k="19" />
    <hkern u1="V" u2="&#xf0;" k="47" />
    <hkern u1="V" u2="&#xeb;" k="47" />
    <hkern u1="V" u2="&#xea;" k="47" />
    <hkern u1="V" u2="&#xe9;" k="47" />
    <hkern u1="V" u2="&#xe8;" k="47" />
    <hkern u1="V" u2="&#xe7;" k="47" />
    <hkern u1="V" u2="&#xe6;" k="38" />
    <hkern u1="V" u2="&#xe5;" k="38" />
    <hkern u1="V" u2="&#xe4;" k="38" />
    <hkern u1="V" u2="&#xe3;" k="38" />
    <hkern u1="V" u2="&#xe2;" k="38" />
    <hkern u1="V" u2="&#xe1;" k="38" />
    <hkern u1="V" u2="&#xe0;" k="38" />
    <hkern u1="V" u2="&#xdd;" k="-19" />
    <hkern u1="V" u2="&#xd6;" k="28" />
    <hkern u1="V" u2="&#xd5;" k="28" />
    <hkern u1="V" u2="&#xd4;" k="28" />
    <hkern u1="V" u2="&#xd3;" k="28" />
    <hkern u1="V" u2="&#xd2;" k="28" />
    <hkern u1="V" u2="&#xc7;" k="28" />
    <hkern u1="V" u2="&#xc6;" k="94" />
    <hkern u1="V" u2="&#xc5;" k="67" />
    <hkern u1="V" u2="&#xc4;" k="67" />
    <hkern u1="V" u2="&#xc3;" k="67" />
    <hkern u1="V" u2="&#xc2;" k="67" />
    <hkern u1="V" u2="&#xc1;" k="67" />
    <hkern u1="V" u2="&#xc0;" k="67" />
    <hkern u1="V" u2="s" k="19" />
    <hkern u1="V" u2="q" k="47" />
    <hkern u1="V" u2="o" k="47" />
    <hkern u1="V" u2="n" k="19" />
    <hkern u1="V" u2="m" k="19" />
    <hkern u1="V" u2="g" k="47" />
    <hkern u1="V" u2="e" k="47" />
    <hkern u1="V" u2="d" k="47" />
    <hkern u1="V" u2="c" k="47" />
    <hkern u1="V" u2="a" k="38" />
    <hkern u1="V" u2="Y" k="-19" />
    <hkern u1="V" u2="W" k="-19" />
    <hkern u1="V" u2="V" k="-19" />
    <hkern u1="V" u2="T" k="-38" />
    <hkern u1="V" u2="Q" k="28" />
    <hkern u1="V" u2="O" k="28" />
    <hkern u1="V" u2="J" k="38" />
    <hkern u1="V" u2="G" k="28" />
    <hkern u1="V" u2="C" k="28" />
    <hkern u1="V" u2="A" k="67" />
    <hkern u1="W" u2="&#x21a;" k="-28" />
    <hkern u1="W" u2="&#x164;" k="-28" />
    <hkern u1="W" u2="&#x162;" k="-28" />
    <hkern u1="W" u2="&#x153;" k="23" />
    <hkern u1="W" u2="&#x152;" k="19" />
    <hkern u1="W" u2="&#x123;" k="28" />
    <hkern u1="W" u2="&#x122;" k="19" />
    <hkern u1="W" u2="&#x121;" k="28" />
    <hkern u1="W" u2="&#x120;" k="19" />
    <hkern u1="W" u2="&#x11f;" k="28" />
    <hkern u1="W" u2="&#x11e;" k="19" />
    <hkern u1="W" u2="&#x11b;" k="23" />
    <hkern u1="W" u2="&#x119;" k="23" />
    <hkern u1="W" u2="&#x117;" k="23" />
    <hkern u1="W" u2="&#x113;" k="23" />
    <hkern u1="W" u2="&#x111;" k="23" />
    <hkern u1="W" u2="&#x10f;" k="23" />
    <hkern u1="W" u2="&#x10d;" k="23" />
    <hkern u1="W" u2="&#x10c;" k="19" />
    <hkern u1="W" u2="&#x10b;" k="23" />
    <hkern u1="W" u2="&#x10a;" k="19" />
    <hkern u1="W" u2="&#x107;" k="23" />
    <hkern u1="W" u2="&#x106;" k="19" />
    <hkern u1="W" u2="&#x105;" k="28" />
    <hkern u1="W" u2="&#x104;" k="47" />
    <hkern u1="W" u2="&#x103;" k="28" />
    <hkern u1="W" u2="&#x102;" k="47" />
    <hkern u1="W" u2="&#x101;" k="28" />
    <hkern u1="W" u2="&#x100;" k="47" />
    <hkern u1="W" u2="&#xf8;" k="23" />
    <hkern u1="W" u2="&#xf6;" k="23" />
    <hkern u1="W" u2="&#xf5;" k="23" />
    <hkern u1="W" u2="&#xf4;" k="23" />
    <hkern u1="W" u2="&#xf3;" k="23" />
    <hkern u1="W" u2="&#xf2;" k="23" />
    <hkern u1="W" u2="&#xf0;" k="23" />
    <hkern u1="W" u2="&#xeb;" k="23" />
    <hkern u1="W" u2="&#xea;" k="23" />
    <hkern u1="W" u2="&#xe9;" k="23" />
    <hkern u1="W" u2="&#xe8;" k="23" />
    <hkern u1="W" u2="&#xe7;" k="23" />
    <hkern u1="W" u2="&#xe6;" k="28" />
    <hkern u1="W" u2="&#xe5;" k="28" />
    <hkern u1="W" u2="&#xe4;" k="28" />
    <hkern u1="W" u2="&#xe3;" k="28" />
    <hkern u1="W" u2="&#xe2;" k="28" />
    <hkern u1="W" u2="&#xe1;" k="28" />
    <hkern u1="W" u2="&#xe0;" k="28" />
    <hkern u1="W" u2="&#xd6;" k="19" />
    <hkern u1="W" u2="&#xd5;" k="19" />
    <hkern u1="W" u2="&#xd4;" k="19" />
    <hkern u1="W" u2="&#xd3;" k="19" />
    <hkern u1="W" u2="&#xd2;" k="19" />
    <hkern u1="W" u2="&#xc7;" k="19" />
    <hkern u1="W" u2="&#xc5;" k="47" />
    <hkern u1="W" u2="&#xc4;" k="47" />
    <hkern u1="W" u2="&#xc3;" k="47" />
    <hkern u1="W" u2="&#xc2;" k="47" />
    <hkern u1="W" u2="&#xc1;" k="47" />
    <hkern u1="W" u2="&#xc0;" k="47" />
    <hkern u1="W" u2="q" k="23" />
    <hkern u1="W" u2="o" k="23" />
    <hkern u1="W" u2="g" k="28" />
    <hkern u1="W" u2="e" k="23" />
    <hkern u1="W" u2="d" k="23" />
    <hkern u1="W" u2="c" k="23" />
    <hkern u1="W" u2="a" k="28" />
    <hkern u1="W" u2="V" k="-19" />
    <hkern u1="W" u2="T" k="-28" />
    <hkern u1="W" u2="Q" k="19" />
    <hkern u1="W" u2="O" k="19" />
    <hkern u1="W" u2="J" k="28" />
    <hkern u1="W" u2="G" k="19" />
    <hkern u1="W" u2="C" k="19" />
    <hkern u1="W" u2="A" k="47" />
    <hkern u1="X" u2="&#x173;" k="28" />
    <hkern u1="X" u2="&#x171;" k="28" />
    <hkern u1="X" u2="&#x16f;" k="28" />
    <hkern u1="X" u2="&#x16b;" k="28" />
    <hkern u1="X" u2="&#x152;" k="28" />
    <hkern u1="X" u2="&#x123;" k="19" />
    <hkern u1="X" u2="&#x122;" k="28" />
    <hkern u1="X" u2="&#x121;" k="19" />
    <hkern u1="X" u2="&#x120;" k="28" />
    <hkern u1="X" u2="&#x11f;" k="19" />
    <hkern u1="X" u2="&#x11e;" k="28" />
    <hkern u1="X" u2="&#x10c;" k="28" />
    <hkern u1="X" u2="&#x10a;" k="28" />
    <hkern u1="X" u2="&#x106;" k="28" />
    <hkern u1="X" u2="&#x105;" k="19" />
    <hkern u1="X" u2="&#x103;" k="19" />
    <hkern u1="X" u2="&#x101;" k="19" />
    <hkern u1="X" u2="&#xff;" k="19" />
    <hkern u1="X" u2="&#xfd;" k="19" />
    <hkern u1="X" u2="&#xfc;" k="28" />
    <hkern u1="X" u2="&#xfb;" k="28" />
    <hkern u1="X" u2="&#xfa;" k="28" />
    <hkern u1="X" u2="&#xf9;" k="28" />
    <hkern u1="X" u2="&#xe6;" k="19" />
    <hkern u1="X" u2="&#xe5;" k="19" />
    <hkern u1="X" u2="&#xe4;" k="19" />
    <hkern u1="X" u2="&#xe3;" k="19" />
    <hkern u1="X" u2="&#xe2;" k="19" />
    <hkern u1="X" u2="&#xe1;" k="19" />
    <hkern u1="X" u2="&#xe0;" k="19" />
    <hkern u1="X" u2="&#xd6;" k="28" />
    <hkern u1="X" u2="&#xd5;" k="28" />
    <hkern u1="X" u2="&#xd4;" k="28" />
    <hkern u1="X" u2="&#xd3;" k="28" />
    <hkern u1="X" u2="&#xd2;" k="28" />
    <hkern u1="X" u2="&#xc7;" k="28" />
    <hkern u1="X" u2="y" k="19" />
    <hkern u1="X" u2="v" k="19" />
    <hkern u1="X" u2="u" k="28" />
    <hkern u1="X" u2="g" k="19" />
    <hkern u1="X" u2="a" k="19" />
    <hkern u1="X" u2="Q" k="28" />
    <hkern u1="X" u2="O" k="28" />
    <hkern u1="X" u2="G" k="28" />
    <hkern u1="X" u2="C" k="28" />
    <hkern u1="Y" u2="x" k="19" />
    <hkern u1="Y" u2="V" k="-19" />
    <hkern u1="Y" u2="J" k="57" />
    <hkern u1="c" u2="W" k="28" />
    <hkern u1="e" u2="X" k="19" />
    <hkern u1="e" u2="W" k="28" />
    <hkern u1="e" u2="V" k="38" />
    <hkern u1="f" u2="W" k="-19" />
    <hkern u1="g" u2="&#x178;" k="47" />
    <hkern u1="g" u2="&#xdd;" k="47" />
    <hkern u1="g" u2="Y" k="47" />
    <hkern u1="h" u2="W" k="28" />
    <hkern u1="j" u2="j" k="-24" />
    <hkern u1="k" u2="&#x21b;" k="12" />
    <hkern u1="k" u2="&#x165;" k="12" />
    <hkern u1="k" u2="&#x163;" k="12" />
    <hkern u1="k" u2="&#x153;" k="15" />
    <hkern u1="k" u2="&#x152;" k="19" />
    <hkern u1="k" u2="&#x122;" k="19" />
    <hkern u1="k" u2="&#x120;" k="19" />
    <hkern u1="k" u2="&#x11e;" k="19" />
    <hkern u1="k" u2="&#x11b;" k="15" />
    <hkern u1="k" u2="&#x119;" k="15" />
    <hkern u1="k" u2="&#x117;" k="15" />
    <hkern u1="k" u2="&#x113;" k="15" />
    <hkern u1="k" u2="&#x111;" k="15" />
    <hkern u1="k" u2="&#x10f;" k="15" />
    <hkern u1="k" u2="&#x10d;" k="15" />
    <hkern u1="k" u2="&#x10c;" k="19" />
    <hkern u1="k" u2="&#x10b;" k="15" />
    <hkern u1="k" u2="&#x10a;" k="19" />
    <hkern u1="k" u2="&#x107;" k="15" />
    <hkern u1="k" u2="&#x106;" k="19" />
    <hkern u1="k" u2="&#x104;" k="-28" />
    <hkern u1="k" u2="&#x102;" k="-28" />
    <hkern u1="k" u2="&#x100;" k="-28" />
    <hkern u1="k" u2="&#xf8;" k="15" />
    <hkern u1="k" u2="&#xf6;" k="15" />
    <hkern u1="k" u2="&#xf5;" k="15" />
    <hkern u1="k" u2="&#xf4;" k="15" />
    <hkern u1="k" u2="&#xf3;" k="15" />
    <hkern u1="k" u2="&#xf2;" k="15" />
    <hkern u1="k" u2="&#xf0;" k="15" />
    <hkern u1="k" u2="&#xeb;" k="15" />
    <hkern u1="k" u2="&#xea;" k="15" />
    <hkern u1="k" u2="&#xe9;" k="15" />
    <hkern u1="k" u2="&#xe8;" k="15" />
    <hkern u1="k" u2="&#xe7;" k="15" />
    <hkern u1="k" u2="&#xd6;" k="19" />
    <hkern u1="k" u2="&#xd5;" k="19" />
    <hkern u1="k" u2="&#xd4;" k="19" />
    <hkern u1="k" u2="&#xd3;" k="19" />
    <hkern u1="k" u2="&#xd2;" k="19" />
    <hkern u1="k" u2="&#xc7;" k="19" />
    <hkern u1="k" u2="&#xc5;" k="-28" />
    <hkern u1="k" u2="&#xc4;" k="-28" />
    <hkern u1="k" u2="&#xc3;" k="-28" />
    <hkern u1="k" u2="&#xc2;" k="-28" />
    <hkern u1="k" u2="&#xc1;" k="-28" />
    <hkern u1="k" u2="&#xc0;" k="-28" />
    <hkern u1="k" u2="t" k="12" />
    <hkern u1="k" u2="q" k="15" />
    <hkern u1="k" u2="o" k="15" />
    <hkern u1="k" u2="e" k="15" />
    <hkern u1="k" u2="d" k="15" />
    <hkern u1="k" u2="c" k="15" />
    <hkern u1="k" u2="Q" k="19" />
    <hkern u1="k" u2="O" k="19" />
    <hkern u1="k" u2="G" k="19" />
    <hkern u1="k" u2="C" k="19" />
    <hkern u1="k" u2="A" k="-28" />
    <hkern u1="l" u2="&#x2026;" k="-34" />
    <hkern u1="l" u2="&#x201e;" k="-34" />
    <hkern u1="l" u2="&#x201a;" k="-34" />
    <hkern u1="l" u2="&#x131;" k="19" />
    <hkern u1="l" u2="&#x12f;" k="19" />
    <hkern u1="l" u2="&#x12b;" k="19" />
    <hkern u1="l" u2="&#xff;" k="-12" />
    <hkern u1="l" u2="&#xfd;" k="-12" />
    <hkern u1="l" u2="&#xef;" k="19" />
    <hkern u1="l" u2="&#xee;" k="19" />
    <hkern u1="l" u2="&#xed;" k="19" />
    <hkern u1="l" u2="&#xec;" k="19" />
    <hkern u1="l" u2="y" k="-12" />
    <hkern u1="l" u2="v" k="-12" />
    <hkern u1="l" u2="p" k="-21" />
    <hkern u1="l" u2="i" k="19" />
    <hkern u1="l" u2="X" k="-19" />
    <hkern u1="l" u2="&#x2e;" k="-34" />
    <hkern u1="l" u2="&#x2c;" k="-34" />
    <hkern u1="m" u2="W" k="28" />
    <hkern u1="n" u2="W" k="28" />
    <hkern u1="r" u2="&#x21b;" k="-16" />
    <hkern u1="r" u2="&#x165;" k="-16" />
    <hkern u1="r" u2="&#x163;" k="-16" />
    <hkern u1="r" u2="&#x105;" k="15" />
    <hkern u1="r" u2="&#x103;" k="15" />
    <hkern u1="r" u2="&#x101;" k="15" />
    <hkern u1="r" u2="&#xff;" k="-26" />
    <hkern u1="r" u2="&#xfd;" k="-26" />
    <hkern u1="r" u2="&#xe6;" k="15" />
    <hkern u1="r" u2="&#xe5;" k="15" />
    <hkern u1="r" u2="&#xe4;" k="15" />
    <hkern u1="r" u2="&#xe3;" k="15" />
    <hkern u1="r" u2="&#xe2;" k="15" />
    <hkern u1="r" u2="&#xe1;" k="15" />
    <hkern u1="r" u2="&#xe0;" k="15" />
    <hkern u1="r" u2="y" k="-26" />
    <hkern u1="r" u2="x" k="-21" />
    <hkern u1="r" u2="w" k="-24" />
    <hkern u1="r" u2="v" k="-26" />
    <hkern u1="r" u2="t" k="-16" />
    <hkern u1="r" u2="f" k="-19" />
    <hkern u1="r" u2="a" k="15" />
    <hkern u1="r" u2="W" k="-28" />
    <hkern u1="s" u2="V" k="19" />
    <hkern u1="s" u2="J" k="-21" />
    <hkern u1="v" u2="f" k="-21" />
    <hkern u1="v" u2="X" k="19" />
    <hkern u1="w" u2="&#xff;" k="-16" />
    <hkern u1="w" u2="&#xfd;" k="-16" />
    <hkern u1="w" u2="y" k="-16" />
    <hkern u1="w" u2="v" k="-16" />
    <hkern u1="x" u2="&#x178;" k="19" />
    <hkern u1="x" u2="&#x104;" k="-20" />
    <hkern u1="x" u2="&#x102;" k="-20" />
    <hkern u1="x" u2="&#x100;" k="-20" />
    <hkern u1="x" u2="&#xdd;" k="19" />
    <hkern u1="x" u2="&#xc5;" k="-20" />
    <hkern u1="x" u2="&#xc4;" k="-20" />
    <hkern u1="x" u2="&#xc3;" k="-20" />
    <hkern u1="x" u2="&#xc2;" k="-20" />
    <hkern u1="x" u2="&#xc1;" k="-20" />
    <hkern u1="x" u2="&#xc0;" k="-20" />
    <hkern u1="x" u2="Y" k="19" />
    <hkern u1="x" u2="A" k="-20" />
    <hkern u1="y" u2="f" k="-21" />
    <hkern u1="y" u2="X" k="19" />
    <hkern u1="&#xc0;" u2="x" k="-20" />
    <hkern u1="&#xc0;" u2="w" k="44" />
    <hkern u1="&#xc0;" u2="l" k="21" />
    <hkern u1="&#xc0;" u2="W" k="47" />
    <hkern u1="&#xc0;" u2="V" k="67" />
    <hkern u1="&#xc0;" u2="U" k="28" />
    <hkern u1="&#xc1;" u2="x" k="-20" />
    <hkern u1="&#xc1;" u2="w" k="44" />
    <hkern u1="&#xc1;" u2="l" k="21" />
    <hkern u1="&#xc1;" u2="W" k="47" />
    <hkern u1="&#xc1;" u2="V" k="67" />
    <hkern u1="&#xc1;" u2="U" k="28" />
    <hkern u1="&#xc2;" u2="x" k="-20" />
    <hkern u1="&#xc2;" u2="w" k="44" />
    <hkern u1="&#xc2;" u2="l" k="21" />
    <hkern u1="&#xc2;" u2="W" k="47" />
    <hkern u1="&#xc2;" u2="V" k="67" />
    <hkern u1="&#xc2;" u2="U" k="28" />
    <hkern u1="&#xc3;" u2="x" k="-20" />
    <hkern u1="&#xc3;" u2="w" k="44" />
    <hkern u1="&#xc3;" u2="l" k="21" />
    <hkern u1="&#xc3;" u2="W" k="47" />
    <hkern u1="&#xc3;" u2="V" k="67" />
    <hkern u1="&#xc3;" u2="U" k="28" />
    <hkern u1="&#xc4;" u2="x" k="-20" />
    <hkern u1="&#xc4;" u2="w" k="44" />
    <hkern u1="&#xc4;" u2="l" k="21" />
    <hkern u1="&#xc4;" u2="W" k="47" />
    <hkern u1="&#xc4;" u2="V" k="67" />
    <hkern u1="&#xc4;" u2="U" k="28" />
    <hkern u1="&#xc5;" u2="x" k="-20" />
    <hkern u1="&#xc5;" u2="w" k="44" />
    <hkern u1="&#xc5;" u2="l" k="21" />
    <hkern u1="&#xc5;" u2="W" k="47" />
    <hkern u1="&#xc5;" u2="V" k="67" />
    <hkern u1="&#xc5;" u2="U" k="28" />
    <hkern u1="&#xc6;" u2="W" k="-18" />
    <hkern u1="&#xc6;" u2="V" k="-17" />
    <hkern u1="&#xc8;" u2="W" k="-18" />
    <hkern u1="&#xc8;" u2="V" k="-17" />
    <hkern u1="&#xc9;" u2="W" k="-18" />
    <hkern u1="&#xc9;" u2="V" k="-17" />
    <hkern u1="&#xca;" u2="W" k="-18" />
    <hkern u1="&#xca;" u2="V" k="-17" />
    <hkern u1="&#xcb;" u2="W" k="-18" />
    <hkern u1="&#xcb;" u2="V" k="-17" />
    <hkern u1="&#xcc;" u2="f" k="21" />
    <hkern u1="&#xcd;" u2="f" k="21" />
    <hkern u1="&#xce;" u2="f" k="21" />
    <hkern u1="&#xcf;" u2="f" k="21" />
    <hkern u1="&#xd0;" u2="&#xc6;" k="70" />
    <hkern u1="&#xd0;" u2="X" k="19" />
    <hkern u1="&#xd0;" u2="W" k="19" />
    <hkern u1="&#xd0;" u2="V" k="28" />
    <hkern u1="&#xd0;" u2="I" k="28" />
    <hkern u1="&#xd2;" u2="&#xc6;" k="70" />
    <hkern u1="&#xd2;" u2="X" k="19" />
    <hkern u1="&#xd2;" u2="W" k="19" />
    <hkern u1="&#xd2;" u2="V" k="28" />
    <hkern u1="&#xd2;" u2="I" k="28" />
    <hkern u1="&#xd3;" u2="&#xc6;" k="70" />
    <hkern u1="&#xd3;" u2="X" k="19" />
    <hkern u1="&#xd3;" u2="W" k="19" />
    <hkern u1="&#xd3;" u2="V" k="28" />
    <hkern u1="&#xd3;" u2="I" k="28" />
    <hkern u1="&#xd4;" u2="&#xc6;" k="70" />
    <hkern u1="&#xd4;" u2="X" k="19" />
    <hkern u1="&#xd4;" u2="W" k="19" />
    <hkern u1="&#xd4;" u2="V" k="28" />
    <hkern u1="&#xd4;" u2="I" k="28" />
    <hkern u1="&#xd5;" u2="&#xc6;" k="70" />
    <hkern u1="&#xd5;" u2="X" k="19" />
    <hkern u1="&#xd5;" u2="W" k="19" />
    <hkern u1="&#xd5;" u2="V" k="28" />
    <hkern u1="&#xd5;" u2="I" k="28" />
    <hkern u1="&#xd6;" u2="&#xc6;" k="70" />
    <hkern u1="&#xd6;" u2="X" k="19" />
    <hkern u1="&#xd6;" u2="W" k="19" />
    <hkern u1="&#xd6;" u2="V" k="28" />
    <hkern u1="&#xd6;" u2="I" k="28" />
    <hkern u1="&#xdd;" u2="x" k="19" />
    <hkern u1="&#xdd;" u2="V" k="-19" />
    <hkern u1="&#xdd;" u2="J" k="57" />
    <hkern u1="&#xe0;" u2="W" k="28" />
    <hkern u1="&#xe1;" u2="W" k="28" />
    <hkern u1="&#xe2;" u2="W" k="28" />
    <hkern u1="&#xe3;" u2="W" k="28" />
    <hkern u1="&#xe4;" u2="W" k="28" />
    <hkern u1="&#xe5;" u2="W" k="28" />
    <hkern u1="&#xe6;" u2="X" k="19" />
    <hkern u1="&#xe6;" u2="W" k="28" />
    <hkern u1="&#xe6;" u2="V" k="38" />
    <hkern u1="&#xe7;" u2="W" k="28" />
    <hkern u1="&#xe8;" u2="X" k="19" />
    <hkern u1="&#xe8;" u2="W" k="28" />
    <hkern u1="&#xe8;" u2="V" k="38" />
    <hkern u1="&#xe9;" u2="X" k="19" />
    <hkern u1="&#xe9;" u2="W" k="28" />
    <hkern u1="&#xe9;" u2="V" k="38" />
    <hkern u1="&#xea;" u2="X" k="19" />
    <hkern u1="&#xea;" u2="W" k="28" />
    <hkern u1="&#xea;" u2="V" k="38" />
    <hkern u1="&#xeb;" u2="X" k="19" />
    <hkern u1="&#xeb;" u2="W" k="28" />
    <hkern u1="&#xeb;" u2="V" k="38" />
    <hkern u1="&#xf0;" u2="&#xc6;" k="70" />
    <hkern u1="&#xf0;" u2="X" k="19" />
    <hkern u1="&#xf0;" u2="W" k="19" />
    <hkern u1="&#xf0;" u2="V" k="28" />
    <hkern u1="&#xf0;" u2="I" k="28" />
    <hkern u1="&#xf1;" u2="W" k="28" />
    <hkern u1="&#xfd;" u2="f" k="-21" />
    <hkern u1="&#xfd;" u2="X" k="19" />
    <hkern u1="&#xff;" u2="f" k="-21" />
    <hkern u1="&#xff;" u2="X" k="19" />
    <hkern u1="&#x100;" u2="x" k="-20" />
    <hkern u1="&#x100;" u2="w" k="44" />
    <hkern u1="&#x100;" u2="l" k="21" />
    <hkern u1="&#x100;" u2="W" k="47" />
    <hkern u1="&#x100;" u2="V" k="67" />
    <hkern u1="&#x100;" u2="U" k="28" />
    <hkern u1="&#x101;" u2="W" k="28" />
    <hkern u1="&#x102;" u2="x" k="-20" />
    <hkern u1="&#x102;" u2="w" k="44" />
    <hkern u1="&#x102;" u2="l" k="21" />
    <hkern u1="&#x102;" u2="W" k="47" />
    <hkern u1="&#x102;" u2="V" k="67" />
    <hkern u1="&#x102;" u2="U" k="28" />
    <hkern u1="&#x103;" u2="W" k="28" />
    <hkern u1="&#x104;" u2="x" k="-20" />
    <hkern u1="&#x104;" u2="w" k="44" />
    <hkern u1="&#x104;" u2="l" k="21" />
    <hkern u1="&#x104;" u2="W" k="47" />
    <hkern u1="&#x104;" u2="V" k="67" />
    <hkern u1="&#x104;" u2="U" k="28" />
    <hkern u1="&#x105;" u2="W" k="28" />
    <hkern u1="&#x107;" u2="W" k="28" />
    <hkern u1="&#x10b;" u2="W" k="28" />
    <hkern u1="&#x10d;" u2="W" k="28" />
    <hkern u1="&#x10e;" u2="&#xc6;" k="70" />
    <hkern u1="&#x10e;" u2="X" k="19" />
    <hkern u1="&#x10e;" u2="W" k="19" />
    <hkern u1="&#x10e;" u2="V" k="28" />
    <hkern u1="&#x10e;" u2="I" k="28" />
    <hkern u1="&#x110;" u2="&#xc6;" k="70" />
    <hkern u1="&#x110;" u2="X" k="19" />
    <hkern u1="&#x110;" u2="W" k="19" />
    <hkern u1="&#x110;" u2="V" k="28" />
    <hkern u1="&#x110;" u2="I" k="28" />
    <hkern u1="&#x111;" u2="W" k="-19" />
    <hkern u1="&#x112;" u2="W" k="-18" />
    <hkern u1="&#x112;" u2="V" k="-17" />
    <hkern u1="&#x113;" u2="X" k="19" />
    <hkern u1="&#x113;" u2="W" k="28" />
    <hkern u1="&#x113;" u2="V" k="38" />
    <hkern u1="&#x116;" u2="W" k="-18" />
    <hkern u1="&#x116;" u2="V" k="-17" />
    <hkern u1="&#x117;" u2="X" k="19" />
    <hkern u1="&#x117;" u2="W" k="28" />
    <hkern u1="&#x117;" u2="V" k="38" />
    <hkern u1="&#x118;" u2="W" k="-18" />
    <hkern u1="&#x118;" u2="V" k="-17" />
    <hkern u1="&#x119;" u2="X" k="19" />
    <hkern u1="&#x119;" u2="W" k="28" />
    <hkern u1="&#x119;" u2="V" k="38" />
    <hkern u1="&#x11a;" u2="W" k="-18" />
    <hkern u1="&#x11a;" u2="V" k="-17" />
    <hkern u1="&#x11b;" u2="X" k="19" />
    <hkern u1="&#x11b;" u2="W" k="28" />
    <hkern u1="&#x11b;" u2="V" k="38" />
    <hkern u1="&#x12a;" u2="f" k="21" />
    <hkern u1="&#x12e;" u2="f" k="21" />
    <hkern u1="&#x141;" u2="x" k="-28" />
    <hkern u1="&#x141;" u2="w" k="47" />
    <hkern u1="&#x141;" u2="X" k="-28" />
    <hkern u1="&#x141;" u2="W" k="38" />
    <hkern u1="&#x141;" u2="V" k="66" />
    <hkern u1="&#x141;" u2="U" k="21" />
    <hkern u1="&#x141;" u2="J" k="-28" />
    <hkern u1="&#x144;" u2="W" k="28" />
    <hkern u1="&#x146;" u2="W" k="28" />
    <hkern u1="&#x148;" u2="W" k="28" />
    <hkern u1="&#x152;" u2="W" k="-18" />
    <hkern u1="&#x152;" u2="V" k="-17" />
    <hkern u1="&#x153;" u2="X" k="19" />
    <hkern u1="&#x153;" u2="W" k="28" />
    <hkern u1="&#x153;" u2="V" k="38" />
    <hkern u1="&#x15a;" u2="W" k="19" />
    <hkern u1="&#x15b;" u2="V" k="19" />
    <hkern u1="&#x15b;" u2="J" k="-21" />
    <hkern u1="&#x15e;" u2="W" k="19" />
    <hkern u1="&#x15f;" u2="V" k="19" />
    <hkern u1="&#x15f;" u2="J" k="-21" />
    <hkern u1="&#x160;" u2="W" k="19" />
    <hkern u1="&#x161;" u2="V" k="19" />
    <hkern u1="&#x161;" u2="J" k="-21" />
    <hkern u1="&#x162;" u2="&#xc6;" k="125" />
    <hkern u1="&#x162;" u2="r" k="57" />
    <hkern u1="&#x162;" u2="p" k="57" />
    <hkern u1="&#x162;" u2="m" k="66" />
    <hkern u1="&#x162;" u2="f" k="-19" />
    <hkern u1="&#x162;" u2="W" k="-28" />
    <hkern u1="&#x162;" u2="V" k="-38" />
    <hkern u1="&#x162;" u2="J" k="104" />
    <hkern u1="&#x164;" u2="&#xc6;" k="125" />
    <hkern u1="&#x164;" u2="r" k="57" />
    <hkern u1="&#x164;" u2="p" k="57" />
    <hkern u1="&#x164;" u2="m" k="66" />
    <hkern u1="&#x164;" u2="f" k="-19" />
    <hkern u1="&#x164;" u2="W" k="-28" />
    <hkern u1="&#x164;" u2="V" k="-38" />
    <hkern u1="&#x164;" u2="J" k="104" />
    <hkern u1="&#x178;" u2="x" k="19" />
    <hkern u1="&#x178;" u2="V" k="-19" />
    <hkern u1="&#x178;" u2="J" k="57" />
    <hkern u1="&#x218;" u2="W" k="19" />
    <hkern u1="&#x219;" u2="V" k="19" />
    <hkern u1="&#x219;" u2="J" k="-21" />
    <hkern u1="&#x21a;" u2="&#xc6;" k="125" />
    <hkern u1="&#x21a;" u2="r" k="57" />
    <hkern u1="&#x21a;" u2="p" k="57" />
    <hkern u1="&#x21a;" u2="m" k="66" />
    <hkern u1="&#x21a;" u2="f" k="-19" />
    <hkern u1="&#x21a;" u2="W" k="-28" />
    <hkern u1="&#x21a;" u2="V" k="-38" />
    <hkern u1="&#x21a;" u2="J" k="104" />
    <hkern u1="&#x2013;" u2="&#x37;" k="55" />
    <hkern u1="&#x2013;" u2="&#x34;" k="-31" />
    <hkern u1="&#x2013;" u2="&#x32;" k="31" />
    <hkern u1="&#x2013;" u2="&#x31;" k="47" />
    <hkern u1="&#x2014;" u2="&#x37;" k="55" />
    <hkern u1="&#x2014;" u2="&#x34;" k="-31" />
    <hkern u1="&#x2014;" u2="&#x32;" k="31" />
    <hkern u1="&#x2014;" u2="&#x31;" k="47" />
    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek"
	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Cacute,Cdotaccent,Ccaron,Gbreve,Gdotaccent,uni0122,OE"
	k="37" />
    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek"
	g2="v,y,yacute,ydieresis"
	k="40" />
    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek"
	g2="Y,Yacute,Ydieresis"
	k="66" />
    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek"
	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek"
	k="-19" />
    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek"
	g2="u,ugrave,uacute,ucircumflex,udieresis,umacron,uring,uhungarumlaut,uogonek"
	k="24" />
    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek"
	g2="t,uni0163,tcaron,uni021B"
	k="27" />
    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek"
	g2="T,uni0162,Tcaron,uni021A"
	k="66" />
    <hkern g1="c,ccedilla,cacute,cdotaccent,ccaron"
	g2="Y,Yacute,Ydieresis"
	k="76" />
    <hkern g1="c,ccedilla,cacute,cdotaccent,ccaron"
	g2="T,uni0162,Tcaron,uni021A"
	k="47" />
    <hkern g1="C,Ccedilla,Cacute,Cdotaccent,Ccaron"
	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Cacute,Cdotaccent,Ccaron,Gbreve,Gdotaccent,uni0122,OE"
	k="19" />
    <hkern g1="C,Ccedilla,Cacute,Cdotaccent,Ccaron"
	g2="Y,Yacute,Ydieresis"
	k="23" />
    <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,emacron,edotaccent,eogonek,ecaron,oe"
	g2="Y,Yacute,Ydieresis"
	k="76" />
    <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,emacron,edotaccent,eogonek,ecaron,oe"
	g2="T,uni0162,Tcaron,uni021A"
	k="66" />
    <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,Emacron,Edotaccent,Eogonek,Ecaron,OE"
	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Cacute,Cdotaccent,Ccaron,Gbreve,Gdotaccent,uni0122,OE"
	k="19" />
    <hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis,Imacron,Iogonek"
	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Cacute,Cdotaccent,Ccaron,Gbreve,Gdotaccent,uni0122,OE"
	k="28" />
    <hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis,Imacron,Iogonek"
	g2="t,uni0163,tcaron,uni021B"
	k="28" />
    <hkern g1="L,Lslash"
	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Cacute,Cdotaccent,Ccaron,Gbreve,Gdotaccent,uni0122,OE"
	k="37" />
    <hkern g1="L,Lslash"
	g2="v,y,yacute,ydieresis"
	k="38" />
    <hkern g1="L,Lslash"
	g2="Y,Yacute,Ydieresis"
	k="85" />
    <hkern g1="L,Lslash"
	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek"
	k="-28" />
    <hkern g1="L,Lslash"
	g2="T,uni0162,Tcaron,uni021A"
	k="104" />
    <hkern g1="L,Lslash"
	g2="i,igrave,iacute,icircumflex,idieresis,imacron,iogonek,dotlessi"
	k="19" />
    <hkern g1="h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde,amacron,abreve,aogonek,nacute,uni0146,ncaron"
	g2="Y,Yacute,Ydieresis"
	k="66" />
    <hkern g1="h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde,amacron,abreve,aogonek,nacute,uni0146,ncaron"
	g2="t,uni0163,tcaron,uni021B"
	k="13" />
    <hkern g1="h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde,amacron,abreve,aogonek,nacute,uni0146,ncaron"
	g2="T,uni0162,Tcaron,uni021A"
	k="57" />
    <hkern g1="h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde,amacron,abreve,aogonek,nacute,uni0146,ncaron"
	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,cacute,cdotaccent,ccaron,dcaron,dcroat,emacron,edotaccent,eogonek,ecaron,oe"
	k="11" />
    <hkern g1="h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde,amacron,abreve,aogonek,nacute,uni0146,ncaron"
	g2="g,gbreve,gdotaccent,uni0123"
	k="14" />
    <hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,eth,Dcaron,Dcroat"
	g2="Y,Yacute,Ydieresis"
	k="47" />
    <hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,eth,Dcaron,Dcroat"
	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek"
	k="38" />
    <hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,eth,Dcaron,Dcroat"
	g2="T,uni0162,Tcaron,uni021A"
	k="38" />
    <hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,eth,Dcaron,Dcroat"
	g2="Z,Zcaron"
	k="19" />
    <hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,eth,Dcaron,Dcroat"
	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek"
	k="28" />
    <hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,eth,Dcaron,Dcroat"
	g2="z,zacute,zdotaccent,zcaron"
	k="19" />
    <hkern g1="s,sacute,scedilla,scaron,uni0219"
	g2="Y,Yacute,Ydieresis"
	k="56" />
    <hkern g1="s,sacute,scedilla,scaron,uni0219"
	g2="T,uni0162,Tcaron,uni021A"
	k="38" />
    <hkern g1="q"
	g2="Y,Yacute,Ydieresis"
	k="28" />
    <hkern g1="q"
	g2="T,uni0162,Tcaron,uni021A"
	k="47" />
    <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis"
	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek"
	k="28" />
    <hkern g1="v,y,yacute,ydieresis"
	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek"
	k="56" />
    <hkern g1="v,y,yacute,ydieresis"
	g2="Z,Zcaron"
	k="19" />
    <hkern g1="v,y,yacute,ydieresis"
	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek"
	k="19" />
    <hkern g1="v,y,yacute,ydieresis"
	g2="s,sacute,scedilla,scaron,uni0219"
	k="-21" />
    <hkern g1="Y,Yacute,Ydieresis"
	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Cacute,Cdotaccent,Ccaron,Gbreve,Gdotaccent,uni0122,OE"
	k="47" />
    <hkern g1="Y,Yacute,Ydieresis"
	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek"
	k="66" />
    <hkern g1="Y,Yacute,Ydieresis"
	g2="u,ugrave,uacute,ucircumflex,udieresis,umacron,uring,uhungarumlaut,uogonek"
	k="38" />
    <hkern g1="Y,Yacute,Ydieresis"
	g2="T,uni0162,Tcaron,uni021A"
	k="-19" />
    <hkern g1="Y,Yacute,Ydieresis"
	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,cacute,cdotaccent,ccaron,dcaron,dcroat,emacron,edotaccent,eogonek,ecaron,oe"
	k="86" />
    <hkern g1="Y,Yacute,Ydieresis"
	g2="g,gbreve,gdotaccent,uni0123"
	k="85" />
    <hkern g1="Y,Yacute,Ydieresis"
	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek"
	k="76" />
    <hkern g1="Y,Yacute,Ydieresis"
	g2="z,zacute,zdotaccent,zcaron"
	k="19" />
    <hkern g1="Y,Yacute,Ydieresis"
	g2="s,sacute,scedilla,scaron,uni0219"
	k="57" />
    <hkern g1="z,zacute,zdotaccent,zcaron"
	g2="Y,Yacute,Ydieresis"
	k="19" />
    <hkern g1="Z,Zacute,Zdotaccent,Zcaron"
	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Cacute,Cdotaccent,Ccaron,Gbreve,Gdotaccent,uni0122,OE"
	k="28" />
    <hkern g1="Z,Zacute,Zdotaccent,Zcaron"
	g2="t,uni0163,tcaron,uni021B"
	k="28" />
    <hkern g1="Z,Zacute,Zdotaccent,Zcaron"
	g2="g,gbreve,gdotaccent,uni0123"
	k="28" />
    <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis"
	g2="g,gbreve,gdotaccent,uni0123"
	k="21" />
    <hkern g1="quoteright,quotedblright"
	g2="s,sacute,scedilla,scaron,uni0219"
	k="28" />
    <hkern g1="f,dcroat"
	g2="T,uni0162,Tcaron,uni021A"
	k="-28" />
    <hkern g1="f,dcroat"
	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,cacute,cdotaccent,ccaron,dcaron,dcroat,emacron,edotaccent,eogonek,ecaron,oe"
	k="21" />
    <hkern g1="f,dcroat"
	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek"
	k="31" />
    <hkern g1="t,uni0163,tcaron,uni021B"
	g2="Y,Yacute,Ydieresis"
	k="28" />
    <hkern g1="t,uni0163,tcaron,uni021B"
	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek"
	k="-24" />
    <hkern g1="u,ugrave,uacute,ucircumflex,udieresis,uring,uhungarumlaut,uogonek"
	g2="Y,Yacute,Ydieresis"
	k="39" />
    <hkern g1="u,ugrave,uacute,ucircumflex,udieresis,uring,uhungarumlaut,uogonek"
	g2="T,uni0162,Tcaron,uni021A"
	k="70" />
    <hkern g1="T,uni0162,Tcaron,uni021A"
	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Cacute,Cdotaccent,Ccaron,Gbreve,Gdotaccent,uni0122,OE"
	k="38" />
    <hkern g1="T,uni0162,Tcaron,uni021A"
	g2="Y,Yacute,Ydieresis"
	k="-19" />
    <hkern g1="T,uni0162,Tcaron,uni021A"
	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek"
	k="66" />
    <hkern g1="T,uni0162,Tcaron,uni021A"
	g2="u,ugrave,uacute,ucircumflex,udieresis,umacron,uring,uhungarumlaut,uogonek"
	k="57" />
    <hkern g1="T,uni0162,Tcaron,uni021A"
	g2="T,uni0162,Tcaron,uni021A"
	k="-22" />
    <hkern g1="T,uni0162,Tcaron,uni021A"
	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,cacute,cdotaccent,ccaron,dcaron,dcroat,emacron,edotaccent,eogonek,ecaron,oe"
	k="86" />
    <hkern g1="T,uni0162,Tcaron,uni021A"
	g2="g,gbreve,gdotaccent,uni0123"
	k="67" />
    <hkern g1="T,uni0162,Tcaron,uni021A"
	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek"
	k="57" />
    <hkern g1="T,uni0162,Tcaron,uni021A"
	g2="s,sacute,scedilla,scaron,uni0219"
	k="38" />
    <hkern g1="T,uni0162,Tcaron,uni021A"
	g2="n,ntilde,nacute,uni0146,ncaron"
	k="66" />
    <hkern g1="R,Racute,Rcaron"
	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Cacute,Cdotaccent,Ccaron,Gbreve,Gdotaccent,uni0122,OE"
	k="21" />
    <hkern g1="R,Racute,Rcaron"
	g2="Y,Yacute,Ydieresis"
	k="16" />
    <hkern g1="R,Racute,Rcaron"
	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek"
	k="-18" />
    <hkern g1="R,Racute,Rcaron"
	g2="u,ugrave,uacute,ucircumflex,udieresis,umacron,uring,uhungarumlaut,uogonek"
	k="19" />
    <hkern g1="R,Racute,Rcaron"
	g2="g,gbreve,gdotaccent,uni0123"
	k="19" />
  </font>
</defs></svg>