SVGFreeSansBold-Lat1.svg 103 KB
Newer Older
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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="100%" height="100%" xmlns="http://www.w3.org/2000/svg">
<metadata>
Created by FontForge 20100429 at Thu Jun 10 14:22:20 2010
 By Chris Lilley,,,
Copyleft 2002, 2003, 2005, 2008, 2009 Free Software Foundation.
</metadata>
<defs>
<font id="FreeSansBold" horiz-adv-x="556" >
  <font-face 
    font-family="SVGFreeSansISO-8859-1"
    font-weight="700"
    font-stretch="normal"
    units-per-em="1000"
    panose-1="2 11 7 4 2 2 2 2 2 4"
    ascent="800"
    descent="-200"
    x-height="540"
    cap-height="729"
    bbox="-22 -220 966 949"
    underline-thickness="69"
    underline-position="-155"
    stemh="118"
    stemv="141"
    unicode-range="U+0020-00FF"
  />
    <missing-glyph />
    <glyph glyph-name="space" unicode=" " horiz-adv-x="278" 
 />
    <glyph glyph-name="exclam" unicode="!" horiz-adv-x="333" 
d="M262 726v-210l-42 -309h-67l-41 309v210h150zM262 146v-146h-150v146h150z" />
    <glyph glyph-name="quotedbl" unicode="&#x22;" horiz-adv-x="474" 
d="M188 729v-130l-42 -129h-56l-40 129v130h138zM424 729v-130l-42 -129h-56l-40 129v130h138z" />
    <glyph glyph-name="numbersign" unicode="#" 
d="M146 -32h-106l40 204h-77v99h97l30 153h-99v99h119l34 174h105l-34 -174h103l34 174h105l-34 -174h90v-99h-109l-31 -153h100v-99h-119l-40 -204h-105l40 204h-103zM205 271h103l30 153h-103z" />
    <glyph glyph-name="dollar" unicode="$" 
d="M243 -21c-143 14 -221 100 -221 219v9h131c3 -70 34 -111 90 -121v213c-135 31 -204 102 -204 213c0 112 75 185 204 197v54h68v-54c126 -7 204 -86 206 -211h-128v6c0 58 -29 97 -78 104v-201c155 -43 216 -102 216 -212c0 -130 -81 -201 -216 -216v-105h-68v105z
M243 427v181c-55 -11 -81 -41 -81 -92c0 -44 25 -71 81 -89zM311 282v-196c56 14 84 47 84 97c0 48 -28 82 -84 99z" />
    <glyph glyph-name="percent" unicode="%" horiz-adv-x="889" 
d="M206 701c103 0 184 -81 184 -184c0 -98 -84 -180 -184 -180c-101 0 -184 82 -184 182s83 182 184 182zM206 602c-47 0 -85 -38 -85 -83c0 -46 38 -84 85 -84c46 0 85 38 85 83c0 47 -38 84 -85 84zM606 709h76l-395 -729h-77zM679 352c103 0 184 -81 184 -185
c0 -98 -84 -180 -184 -180c-101 0 -184 82 -184 183c0 100 83 182 184 182zM679 253c-47 0 -85 -38 -85 -84s38 -84 85 -84c46 0 85 38 85 83c0 47 -38 85 -85 85z" />
    <glyph glyph-name="ampersand" unicode="&#x26;" horiz-adv-x="722" 
d="M526 373h113v-16c-2 -76 -28 -157 -68 -203l123 -154h-161l-46 56c-81 -61 -127 -79 -195 -79c-142 0 -237 86 -237 216c0 94 40 147 157 208c-6 8 -10 13 -12 15l-28 34c-28 33 -42 69 -42 106c0 94 82 167 189 167s178 -62 178 -155c0 -72 -28 -115 -117 -176l116 -144
c22 42 30 72 30 115v10zM278 319l-47 -29c-27 -18 -43 -47 -43 -80c0 -60 52 -117 106 -117c31 0 73 19 120 55zM317 470c40 22 60 51 60 86c0 37 -21 58 -57 58c-34 0 -58 -20 -58 -48c0 -25 5 -33 55 -96z" />
    <glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="238" 
d="M188 729v-130l-42 -129h-56l-40 129v130h138z" />
    <glyph glyph-name="parenleft" unicode="(" horiz-adv-x="333" 
d="M203 729h100c-106 -204 -140 -318 -140 -464c0 -147 34 -259 140 -465h-100c-115 173 -163 311 -163 465c0 153 48 291 163 464z" />
    <glyph glyph-name="parenright" unicode=")" horiz-adv-x="333" 
d="M122 -200h-100c106 204 140 318 140 464c0 147 -34 259 -140 465h100c115 -173 163 -311 163 -465c0 -153 -48 -291 -163 -464z" />
    <glyph glyph-name="asterisk" unicode="*" horiz-adv-x="389" 
d="M132 544l-109 36l22 69l109 -36v116h72v-116l109 36l22 -70l-109 -35l67 -94l-58 -43l-67 94l-67 -94l-58 43z" />
    <glyph glyph-name="plus" unicode="+" horiz-adv-x="584" 
d="M533 291v-119h-182v-182h-119v182h-182v119h182v182h119v-182h182z" />
    <glyph glyph-name="comma" unicode="," horiz-adv-x="278" 
d="M64 146h150v-137c0 -78 -14 -166 -150 -183v56c59 12 86 47 86 115v3h-86v146z" />
    <glyph glyph-name="hyphen" unicode="-" horiz-adv-x="333" 
d="M298 342v-135h-272v135h272z" />
    <glyph glyph-name="period" unicode="." horiz-adv-x="278" 
d="M214 146v-146h-150v146h150z" />
    <glyph glyph-name="slash" unicode="/" horiz-adv-x="278" 
d="M208 714h67l-206 -728h-67z" />
    <glyph glyph-name="zero" unicode="0" 
d="M273 -23c-195 0 -244 167 -244 373c0 137 19 228 60 283c43 59 108 91 184 91c83 0 152 -37 194 -105c34 -55 50 -143 50 -273c0 -199 -47 -369 -244 -369zM377 349c0 221 -40 262 -104 262c-72 0 -104 -59 -104 -260c0 -211 39 -254 104 -254c40 0 70 23 86 65
c10 28 18 108 18 187z" />
    <glyph glyph-name="one" unicode="1" 
d="M238 489h-170v93c122 0 195 43 217 127h93v-709h-140v489z" />
    <glyph glyph-name="two" unicode="2" 
d="M515 499c0 -212 -243 -247 -303 -374h300v-125h-482c7 131 45 193 164 276c157 110 181 142 181 220c0 71 -38 114 -100 114c-64 0 -101 -46 -101 -125v-23h-134c-1 11 -1 19 -1 25c0 150 86 237 233 237c149 0 243 -88 243 -225z" />
    <glyph glyph-name="three" unicode="3" 
d="M38 498c0 192 139 226 230 226c137 0 225 -75 225 -193c0 -65 -27 -110 -93 -151c80 -39 116 -93 116 -176c0 -138 -97 -227 -248 -227c-145 0 -238 89 -239 231h136c4 -73 40 -111 106 -111c61 0 105 45 105 107c0 52 -30 93 -77 106c-24 6 -33 7 -82 7v94h12
c83 0 124 36 124 107c0 59 -32 93 -88 93c-79 0 -95 -49 -97 -125h-130v12z" />
    <glyph glyph-name="four" unicode="4" 
d="M522 273v-116h-74v-157h-140v157h-284v118l259 434h165v-436h74zM308 273v303l-185 -303h185z" />
    <glyph glyph-name="five" unicode="5" 
d="M489 709v-125h-293l-23 -148c41 31 76 43 123 43c131 0 221 -100 221 -245c0 -153 -104 -257 -256 -257c-138 0 -232 84 -234 208h138c3 -57 37 -88 98 -88c70 0 114 51 114 134c0 86 -43 137 -114 137c-43 0 -75 -19 -90 -54h-126l63 395h379z" />
    <glyph glyph-name="six" unicode="6" 
d="M32 337c0 218 62 387 262 387c43 0 187 -8 213 -176h-130c-18 45 -42 63 -87 63c-56 0 -96 -38 -109 -102c-6 -30 -6 -30 -9 -105c44 46 83 63 141 63c122 0 206 -94 206 -230c0 -154 -96 -260 -237 -260c-84 0 -158 39 -199 105c-36 57 -51 133 -51 255zM279 357
c-65 0 -109 -54 -109 -132c0 -75 44 -128 108 -128c62 0 108 55 108 131c0 78 -42 129 -107 129z" />
    <glyph glyph-name="seven" unicode="7" 
d="M528 709v-110c-168 -203 -241 -375 -254 -599h-141c19 151 44 244 93 347c28 62 113 191 156 237h-353v125h499z" />
    <glyph glyph-name="eight" unicode="8" 
d="M501 532c0 -82 -43 -120 -92 -146c82 -44 116 -98 116 -182c0 -134 -103 -227 -251 -227c-149 0 -252 93 -252 227c0 84 34 138 116 182c-64 34 -92 77 -92 145c0 112 96 193 228 193c131 0 227 -81 227 -192zM275 611c-63 0 -106 -38 -106 -92c0 -55 44 -94 106 -94
c61 0 105 39 105 93c0 55 -43 93 -105 93zM273 330c-67 0 -111 -46 -111 -118c0 -70 43 -115 111 -115s112 45 112 113c0 74 -43 120 -112 120z" />
    <glyph glyph-name="nine" unicode="9" 
d="M516 370c0 -335 -149 -394 -261 -394c-122 0 -214 80 -217 189h135c3 -42 37 -69 86 -69c79 0 117 67 117 202c-17 -19 -49 -70 -136 -70c-126 0 -212 100 -212 246c0 148 97 250 239 250c100 0 249 -53 249 -354zM263 610c-62 0 -102 -52 -102 -134
c0 -81 40 -132 104 -132s108 52 108 130c0 83 -42 136 -110 136z" />
    <glyph glyph-name="colon" unicode=":" horiz-adv-x="333" 
d="M263 146v-146h-150v146h150zM263 520v-146h-150v146h150z" />
    <glyph glyph-name="semicolon" unicode=";" horiz-adv-x="333" 
d="M113 146h150v-137c0 -78 -14 -166 -150 -183v56c59 12 86 47 86 115v3h-86v146zM263 520v-146h-150v146h150z" />
    <glyph glyph-name="less" unicode="&#x3c;" horiz-adv-x="584" 
d="M529 474v-109l-382 -133l382 -131v-111l-489 182v121z" />
    <glyph glyph-name="equal" unicode="=" horiz-adv-x="584" 
d="M534 411v-119h-484v119h484zM534 171v-119h-484v119h484z" />
    <glyph glyph-name="greater" unicode="&#x3e;" horiz-adv-x="584" 
d="M40 -10v109l382 133l-382 131v111l489 -182v-121z" />
    <glyph glyph-name="question" unicode="?" horiz-adv-x="611" 
d="M64 481c3 226 146 263 243 263c147 0 249 -94 249 -230c0 -84 -27 -128 -120 -194c-60 -42 -67 -53 -67 -119h-124v14c0 180 170 176 170 296c0 65 -45 115 -105 115c-63 0 -110 -57 -110 -134v-9v-2h-136zM385 146v-146h-150v146h150z" />
    <glyph glyph-name="at" unicode="@" horiz-adv-x="975" 
d="M258 227c0 62 54 291 256 291c56 0 90 -22 114 -72l16 62h90l-78 -280c-8 -30 -8 -30 -8 -42c0 -30 19 -49 49 -49c64 0 161 102 161 233c0 79 -32 147 -98 206c-70 62 -151 92 -249 92c-232 0 -387 -191 -387 -402c0 -202 172 -326 362 -326c72 0 149 15 207 41l28 -73
c-70 -32 -143 -46 -237 -46c-281 0 -457 180 -457 402c0 116 55 246 143 337c92 95 210 144 346 144c238 0 431 -161 431 -390c0 -186 -145 -299 -250 -299c-70 0 -112 36 -125 75c-39 -47 -95 -75 -150 -75c-91 0 -164 76 -164 171zM444 137c85 0 151 127 151 208
c0 63 -32 102 -84 102c-78 0 -156 -101 -156 -203c0 -60 39 -107 89 -107z" />
    <glyph glyph-name="A" unicode="A" horiz-adv-x="722" 
d="M501 147h-273l-49 -147h-153l259 729h166l252 -729h-154zM460 272l-95 285l-95 -285h190z" />
    <glyph glyph-name="B" unicode="B" horiz-adv-x="722" 
d="M666 210c0 -87 -51 -210 -256 -210h-328v729h325c192 0 238 -125 238 -192c0 -62 -28 -104 -100 -150c82 -48 121 -105 121 -177zM232 604v-165h163c69 0 106 29 106 82c0 54 -37 83 -106 83h-163zM232 314v-189h179c73 0 111 33 111 94c0 62 -38 95 -111 95h-179z" />
    <glyph glyph-name="C" unicode="C" horiz-adv-x="722" 
d="M539 482c-8 37 -31 131 -156 131c-118 0 -189 -96 -189 -257c0 -159 68 -253 184 -253c93 0 152 53 161 146h146c-9 -167 -130 -272 -311 -272c-203 0 -330 147 -330 381c0 236 128 383 334 383c170 0 291 -95 304 -259h-143z" />
    <glyph glyph-name="D" unicode="D" horiz-adv-x="722" 
d="M77 0v729h285c112 0 181 -25 230 -84c58 -69 89 -168 89 -280c0 -113 -31 -212 -89 -280c-49 -59 -119 -85 -230 -85h-285zM227 125h135c113 0 169 79 169 239c0 161 -56 240 -169 240h-135v-479z" />
    <glyph glyph-name="E" unicode="E" horiz-adv-x="667" 
d="M229 314v-189h395v-125h-545v729h527v-125h-377v-165h349v-125h-349z" />
    <glyph glyph-name="F" unicode="F" horiz-adv-x="611" 
d="M224 314v-314h-150v729h512v-125h-362v-165h319v-125h-319z" />
    <glyph glyph-name="G" unicode="G" horiz-adv-x="778" 
d="M570 496c-21 62 -70 117 -174 117c-127 0 -204 -95 -204 -252c0 -150 87 -256 208 -256c37 0 172 24 185 162h-166v125h292v-394h-90l-18 96c-56 -82 -122 -117 -220 -117c-197 0 -341 161 -341 382c0 227 143 382 353 382c176 0 298 -95 316 -245h-141z" />
    <glyph glyph-name="H" unicode="H" horiz-adv-x="722" 
d="M507 331h-289v-331h-150v729h150v-273h288v273h151v-729h-150v331z" />
    <glyph glyph-name="I" unicode="I" horiz-adv-x="278" 
d="M213 729v-729h-150v729h150z" />
    <glyph glyph-name="J" unicode="J" 
d="M252 -23c-100 0 -228 44 -228 221v72h150v-70c0 -67 24 -95 81 -95c52 0 81 30 81 85v539h150v-539c0 -136 -85 -213 -234 -213z" />
    <glyph glyph-name="K" unicode="K" horiz-adv-x="722" 
d="M224 244v-244h-150v729h150v-320l285 320h177l-291 -314l322 -415h-179l-239 322z" />
    <glyph glyph-name="L" unicode="L" horiz-adv-x="611" 
d="M230 729v-604h349v-125h-499v729h150z" />
    <glyph glyph-name="M" unicode="M" horiz-adv-x="833" 
d="M216 568v-568h-150v729h224l132 -580l128 580h226v-729h-150v568l-129 -568h-150z" />
    <glyph glyph-name="N" unicode="N" horiz-adv-x="722" 
d="M511 0l-293 504v-504h-150v729h154l289 -496v496h150v-729h-150z" />
    <glyph glyph-name="O" unicode="O" horiz-adv-x="778" 
d="M40 359c0 222 138 382 350 382c211 0 352 -155 352 -387c0 -209 -132 -377 -351 -377c-214 0 -351 160 -351 382zM391 613c-121 0 -201 -101 -201 -254s80 -254 201 -254c120 0 201 101 201 250c0 158 -78 258 -201 258z" />
    <glyph glyph-name="P" unicode="P" horiz-adv-x="667" 
d="M226 260v-260h-150v729h322c152 0 235 -80 235 -226c0 -148 -86 -243 -220 -243h-187zM226 385h140c80 0 117 35 117 109c0 75 -37 110 -117 110h-140v-219z" />
    <glyph glyph-name="Q" unicode="Q" horiz-adv-x="778" 
d="M394 741c217 0 351 -166 351 -380c0 -98 -31 -198 -80 -258l80 -76l-76 -81l-86 81c-58 -35 -114 -50 -189 -50c-214 0 -351 162 -351 382s137 382 351 382zM480 278l82 -78c22 44 33 98 33 158c0 155 -79 255 -201 255c-121 0 -201 -101 -201 -254s80 -254 200 -254
c32 0 65 7 88 19l-77 73z" />
    <glyph glyph-name="R" unicode="R" horiz-adv-x="722" 
d="M493 125c0 54 2 46 2 77c0 61 -28 87 -93 87h-172v-289h-150v729h391c157 0 196 -116 196 -197c0 -89 -41 -148 -123 -180c93 -40 97 -50 101 -265c0 -32 9 -47 32 -60v-27h-161c-19 35 -23 57 -23 125zM517 511c0 81 -43 93 -106 93h-181v-190h181c62 0 106 12 106 97z
" />
    <glyph glyph-name="S" unicode="S" horiz-adv-x="667" 
d="M607 507h-140c-5 74 -58 114 -153 114c-77 0 -126 -35 -126 -90c0 -53 31 -74 138 -95l114 -22c135 -26 193 -86 193 -201c0 -148 -111 -236 -299 -236c-186 0 -293 85 -302 241h146c5 -78 62 -121 164 -121c91 0 147 37 147 98c0 59 -37 87 -137 106l-102 20
c-148 28 -205 83 -205 196c0 142 101 224 276 224c113 0 286 -35 286 -234z" />
    <glyph glyph-name="T" unicode="T" horiz-adv-x="611" 
d="M385 604v-604h-150v604h-221v125h584v-125h-213z" />
    <glyph glyph-name="U" unicode="U" horiz-adv-x="722" 
d="M365 -23c-123 0 -289 52 -289 258v494h150v-494c0 -88 45 -130 139 -130s139 42 139 130v494h150v-494c0 -206 -166 -258 -289 -258z" />
    <glyph glyph-name="V" unicode="V" horiz-adv-x="667" 
d="M397 0h-127l-246 729h151l162 -549l159 549h151z" />
    <glyph glyph-name="W" unicode="W" horiz-adv-x="944" 
d="M730 0h-135l-122 569l-119 -569h-135l-206 729h159l113 -546l113 546h148l118 -547l109 547h159z" />
    <glyph glyph-name="X" unicode="X" horiz-adv-x="667" 
d="M419 372l234 -372h-178l-140 253l-139 -253h-174l230 367l-222 362h178l128 -240l134 240h174z" />
    <glyph glyph-name="Y" unicode="Y" horiz-adv-x="667" 
d="M419 270v-270h-150v270l-242 459h167l149 -322l139 322h168z" />
    <glyph glyph-name="Z" unicode="Z" horiz-adv-x="611" 
d="M578 729v-125l-372 -479h372v-125h-548v125l373 479h-373v125h548z" />
    <glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="333" 
d="M308 729v-102h-112v-725h112v-102h-242v929h242z" />
    <glyph glyph-name="backslash" unicode="\" horiz-adv-x="278" 
d="M55 714l234 -728h-67l-234 728h67z" />
    <glyph glyph-name="bracketright" unicode="]" horiz-adv-x="333" 
d="M18 -200v102h112v725h-112v102h242v-929h-242z" />
    <glyph glyph-name="asciicircum" unicode="^" horiz-adv-x="584" 
d="M522 270h-113l-121 300l-115 -300h-112l165 425h125z" />
    <glyph glyph-name="underscore" unicode="_" 
d="M578 -120v-69h-600v69h600z" />
    <glyph glyph-name="grave" unicode="`" horiz-adv-x="333" 
d="M17 757h126l70 -150h-70z" />
    <glyph glyph-name="a" unicode="a" 
d="M192 -23c-98 0 -164 65 -164 162s52 152 159 170l56 10c46 7 112 10 112 63c0 36 -27 54 -81 54c-69 0 -92 -18 -99 -74h-135c9 125 85 187 231 187s221 -56 221 -166v-300c0 -28 7 -43 32 -66v-17h-152c-13 16 -16 26 -16 54c-49 -51 -104 -77 -164 -77zM355 217v38
c-16 -8 -22 -10 -59 -17l-48 -9c-58 -12 -80 -32 -80 -74c0 -40 29 -65 76 -65c71 0 111 46 111 127z" />
    <glyph glyph-name="b" unicode="b" horiz-adv-x="611" 
d="M348 549c128 0 227 -117 227 -286c0 -163 -98 -286 -227 -286c-68 0 -115 25 -149 78v-55h-140v729h140v-259c34 54 82 79 149 79zM317 432c-70 0 -118 -69 -118 -167c0 -103 47 -171 118 -171c69 0 118 70 118 168c0 100 -49 170 -118 170z" />
    <glyph glyph-name="c" unicode="c" 
d="M288 436c-97 0 -114 -102 -114 -177c0 -105 43 -169 114 -169c54 0 82 27 100 97h134c-13 -129 -104 -210 -235 -210c-160 0 -253 104 -253 282c0 184 94 290 255 290c135 0 223 -79 233 -211h-134c-16 71 -43 98 -100 98z" />
    <glyph glyph-name="d" unicode="d" horiz-adv-x="611" 
d="M256 -23c-136 0 -227 127 -227 285c0 163 98 287 227 287c67 0 114 -25 149 -79v259h140v-729h-140v55c-35 -53 -82 -78 -149 -78zM287 432c-70 0 -118 -70 -118 -170c0 -99 48 -168 118 -168s118 68 118 166c0 103 -47 172 -118 172z" />
    <glyph glyph-name="e" unicode="e" 
d="M272 549c108 0 253 -60 253 -299c0 -7 0 -12 -1 -24h-362c3 -73 18 -142 112 -142c51 0 90 25 107 68h138c-31 -106 -129 -175 -250 -175c-153 0 -247 106 -247 279c0 181 95 293 250 293zM379 319c-6 79 -44 123 -109 123c-62 0 -97 -41 -106 -123h215z" />
    <glyph glyph-name="f" unicode="f" horiz-adv-x="333" 
d="M313 529v-93h-83v-436h-140v436h-76v93h76v65c0 91 45 135 138 135c19 0 54 -1 80 -3v-105c-12 2 -28 3 -40 3c-26 0 -38 -14 -38 -42v-53h83z" />
    <glyph glyph-name="g" unicode="g" horiz-adv-x="611" 
d="M408 540h133v-558c0 -127 -94 -200 -257 -200c-143 0 -237 59 -239 153h145c11 -41 46 -63 99 -63c70 0 119 45 119 110v73c-52 -59 -90 -78 -153 -78c-133 0 -221 112 -221 280c0 167 96 292 224 292c62 0 108 -28 150 -92v83zM288 432c-68 0 -114 -71 -114 -173
c0 -98 46 -165 112 -165c73 0 124 67 124 165c0 100 -52 173 -122 173z" />
    <glyph glyph-name="h" unicode="h" horiz-adv-x="611" 
d="M401 330c0 58 -21 100 -86 100c-63 0 -108 -44 -108 -106v-324h-140v729h140v-267c39 59 89 87 158 87c77 0 176 -37 176 -187v-362h-140v330z" />
    <glyph glyph-name="i" unicode="i" horiz-adv-x="278" 
d="M207 540v-540h-140v540h140zM207 729v-125h-140v125h140z" />
    <glyph glyph-name="j" unicode="j" horiz-adv-x="278" 
d="M210 540v-634c0 -88 -36 -124 -123 -124c-20 0 -55 2 -83 5v112c10 -3 16 -4 25 -4c30 0 41 11 41 42v603h140zM210 729v-125h-140v125h140z" />
    <glyph glyph-name="k" unicode="k" 
d="M199 330l177 210h159l-184 -204l197 -336h-164l-129 238l-56 -61v-177h-140v729h140v-399z" />
    <glyph glyph-name="l" unicode="l" horiz-adv-x="278" 
d="M207 729v-729h-140v729h140z" />
    <glyph glyph-name="m" unicode="m" horiz-adv-x="889" 
d="M60 540h139v-67c46 55 86 76 148 76c67 0 121 -29 147 -80c42 56 90 80 158 80c108 0 172 -62 172 -167v-382h-140v360c0 43 -29 70 -76 70c-60 0 -96 -40 -96 -106v-324h-140v360c0 43 -29 70 -76 70c-60 0 -96 -40 -96 -106v-324h-140v540z" />
    <glyph glyph-name="n" unicode="n" horiz-adv-x="611" 
d="M63 540h140v-78c40 60 89 87 162 87c115 0 181 -68 181 -187v-362h-140v333c0 64 -30 97 -90 97c-68 0 -113 -42 -113 -106v-324h-140v540z" />
    <glyph glyph-name="o" unicode="o" horiz-adv-x="611" 
d="M301 549c169 0 268 -107 268 -290c0 -173 -103 -282 -267 -282c-166 0 -267 108 -267 286c0 177 101 286 266 286zM302 436c-76 0 -127 -70 -127 -173s51 -173 127 -173c75 0 127 70 127 171c0 106 -50 175 -127 175z" />
    <glyph glyph-name="p" unicode="p" horiz-adv-x="611" 
d="M348 549c140 0 226 -128 226 -287c0 -164 -96 -286 -226 -286c-68 0 -116 28 -150 88v-282h-140v758h140v-80c34 60 82 89 150 89zM316 432c-70 0 -118 -69 -118 -170s48 -169 118 -169c69 0 118 69 118 167c0 103 -47 172 -118 172z" />
    <glyph glyph-name="q" unicode="q" horiz-adv-x="611" 
d="M253 -24c-135 0 -225 122 -225 286c0 165 96 287 226 287c67 0 117 -30 150 -89v80h140v-758h-140v282c-33 -59 -83 -88 -151 -88zM286 432c-70 0 -118 -69 -118 -170s48 -169 118 -169s118 68 118 166c0 105 -47 173 -118 173z" />
    <glyph glyph-name="r" unicode="r" horiz-adv-x="389" 
d="M63 540h140v-106c30 73 86 115 150 115c4 0 9 0 17 -1v-142c-19 3 -29 4 -44 4c-82 0 -123 -41 -123 -123v-287h-140v540z" />
    <glyph glyph-name="s" unicode="s" 
d="M166 157c8 -37 22 -70 110 -70c65 0 104 20 104 53c0 22 -12 33 -47 44l-167 52c-31 10 -118 27 -118 133c0 111 85 180 222 180c145 0 233 -69 235 -183h-135c-1 49 -34 73 -101 73c-49 0 -81 -20 -81 -50c0 -22 10 -30 49 -42l177 -51c71 -21 106 -66 106 -136
c0 -75 -47 -183 -236 -183c-164 0 -251 62 -255 180h137z" />
    <glyph glyph-name="t" unicode="t" horiz-adv-x="333" 
d="M301 529v-93h-78v-294c0 -48 9 -59 46 -59c10 0 18 1 32 3v-98c-25 -8 -50 -11 -81 -11c-92 0 -137 42 -137 127v332h-69v93h69v145h140v-145h78z" />
    <glyph glyph-name="u" unicode="u" horiz-adv-x="611" 
d="M541 0h-140v64c-40 -60 -89 -87 -162 -87c-115 0 -181 68 -181 187v376h140v-347c0 -65 30 -97 90 -97c68 0 113 42 113 106v338h140v-540z" />
    <glyph glyph-name="v" unicode="v" 
d="M350 0h-147l-189 540h148l117 -395l109 395h148z" />
    <glyph glyph-name="w" unicode="w" horiz-adv-x="778" 
d="M613 0h-145l-81 381l-86 -381h-144l-152 540h145l86 -378l82 378h140l81 -378l82 378h145z" />
    <glyph glyph-name="x" unicode="x" 
d="M355 272l180 -272h-168l-91 168l-92 -168h-168l180 272l-176 268h168l88 -163l87 163h168z" />
    <glyph glyph-name="y" unicode="y" 
d="M210 -26v4l-201 562h154l119 -393l112 393h144l-222 -639c-13 -37 -27 -120 -180 -120c-17 0 -29 1 -50 4v105c18 -5 26 -6 37 -6c49 0 87 39 87 90z" />
    <glyph glyph-name="z" unicode="z" horiz-adv-x="500" 
d="M459 540v-113l-265 -314h274v-113h-447v113l267 314h-249v113h420z" />
    <glyph glyph-name="braceleft" unicode="{" horiz-adv-x="389" 
d="M118 150c0 59 -16 72 -77 72l-4 1v92h16c45 1 65 20 65 63v211c0 82 51 140 123 140h76v-99h-37c-31 0 -45 -17 -45 -57v-195c0 -73 -22 -98 -97 -109c75 -12 97 -37 97 -110v-195c0 -49 11 -65 45 -65h37v-99h-76c-72 0 -123 58 -123 140v210z" />
    <glyph glyph-name="bar" unicode="|" horiz-adv-x="280" 
d="M180 729v-929h-80v929h80z" />
    <glyph glyph-name="braceright" unicode="}" horiz-adv-x="389" 
d="M271 379c0 -59 16 -72 77 -72l4 -1v-92h-16c-45 -1 -65 -20 -65 -63v-211c0 -82 -51 -140 -123 -140h-76v99h37c31 0 45 17 45 57v195c0 73 22 98 97 109c-75 12 -97 37 -97 110v195c0 49 -11 65 -45 65h-37v99h76c72 0 123 -58 123 -140v-210z" />
    <glyph glyph-name="asciitilde" unicode="~" horiz-adv-x="584" 
d="M388 222c48 0 52 27 53 66h78c-6 -98 -47 -146 -127 -146c-33 0 -57 8 -83 26l-57 42c-23 17 -40 24 -61 24c-46 0 -51 -25 -53 -65h-78c5 97 48 145 127 145c33 0 59 -8 83 -25l57 -42c26 -19 40 -25 61 -25z" />
    <glyph glyph-name="uni00A0" unicode="&#xa0;" horiz-adv-x="278" 
 />
    <glyph glyph-name="exclamdown" unicode="&#xa1;" horiz-adv-x="333" 
d="M66 -186v210l42 309h67l41 -309v-210h-150zM66 394v146h150v-146h-150z" />
    <glyph glyph-name="cent" unicode="&#xa2;" 
d="M303 435v-344c46 7 70 35 85 96h134c-11 -120 -100 -205 -219 -210v-101h-44v102c-139 9 -223 115 -223 281c0 172 78 274 223 289v86h44v-85c123 -2 211 -87 219 -211h-134c-13 62 -38 90 -85 97zM259 94v339c-54 -14 -83 -74 -83 -173c0 -93 29 -150 83 -166z" />
    <glyph glyph-name="sterling" unicode="&#xa3;" 
d="M179 513c0 -37 33 -82 57 -142h139v-55h-122c12 -26 15 -39 15 -59c0 -58 -31 -104 -116 -171c63 30 83 37 112 37c46 0 77 -21 127 -21c33 0 65 9 105 29l41 -109c-56 -33 -96 -45 -145 -45c-70 0 -127 32 -197 32c-38 0 -65 -8 -109 -30l-55 101c84 57 110 93 110 151
c0 25 -5 46 -21 85h-89v55h60c-45 79 -53 101 -53 145c0 108 89 199 238 199c209 0 238 -134 246 -231h-132l-1 11c-6 45 -22 109 -112 109c-57 0 -98 -38 -98 -91z" />
    <glyph glyph-name="currency" unicode="&#xa4;" 
d="M388 528l73 73l69 -69l-75 -75c20 -40 27 -65 27 -103c0 -39 -9 -73 -29 -108l77 -76l-69 -68l-75 75c-46 -25 -64 -30 -100 -30c-40 0 -85 12 -111 31l-79 -78l-68 69l78 77c-22 40 -30 68 -30 106s10 75 29 105l-79 79l69 68l77 -77c31 19 72 31 109 31s78 -12 107 -30
zM280 460c-60 0 -108 -47 -108 -108c0 -59 48 -107 107 -107s107 48 107 108c0 58 -48 107 -106 107z" />
    <glyph glyph-name="yen" unicode="&#xa5;" 
d="M497 351v-59h-142v-53h142v-59h-142v-180h-140v180h-145v59h145v53h-145v59h138l-203 353h139l139 -254l134 254h135l-192 -353h137z" />
    <glyph glyph-name="brokenbar" unicode="&#xa6;" horiz-adv-x="280" 
d="M180 729v-389h-80v389h80zM180 189v-389h-80v389h80z" />
    <glyph glyph-name="section" unicode="&#xa7;" 
d="M125 428c-20 20 -61 53 -61 123c0 100 88 172 209 172c87 0 194 -30 200 -179h-127c-7 53 -31 77 -78 77c-38 0 -64 -20 -64 -51c0 -28 19 -46 90 -85l127 -70c66 -37 97 -85 97 -153c0 -67 -27 -107 -94 -138c47 -33 70 -77 70 -134c0 -114 -88 -191 -218 -191
c-139 0 -210 68 -211 201h131v-10c3 -47 19 -80 81 -80c45 0 76 25 76 61c0 44 -34 58 -70 78l-171 100c-51 30 -79 77 -79 132c0 60 21 93 92 147zM337 306l-143 76c-30 -18 -42 -36 -42 -65c0 -31 13 -48 53 -70l147 -80c34 24 46 42 46 65c0 32 -14 49 -61 74z" />
    <glyph glyph-name="dieresis" unicode="&#xa8;" horiz-adv-x="333" 
d="M128 743v-122h-110v122h110zM314 743v-122h-110v122h110z" />
    <glyph glyph-name="copyright" unicode="&#xa9;" horiz-adv-x="737" 
d="M552 431h-90c-11 54 -40 78 -93 78c-71 0 -114 -56 -114 -150c0 -93 41 -148 111 -148c57 0 91 30 96 86h92c-5 -105 -78 -169 -190 -169c-123 0 -201 90 -201 232c0 143 78 232 204 232c101 0 177 -55 185 -161zM369 743c210 0 382 -171 382 -382
c0 -214 -171 -383 -387 -383c-206 0 -378 174 -378 383c0 210 172 382 383 382zM368 671c-167 0 -304 -139 -304 -310c0 -169 137 -311 301 -311c172 0 308 138 308 311c0 171 -137 310 -305 310z" />
    <glyph glyph-name="ordfeminine" unicode="&#xaa;" horiz-adv-x="370" 
d="M321 340v-78h-284v78h284zM329 410v-10h-92c-8 10 -9 16 -10 32c-28 -30 -62 -46 -98 -46c-59 0 -98 39 -98 98s30 92 95 103l34 6c28 5 67 7 67 37c0 20 -17 31 -49 31c-40 0 -55 -12 -59 -44h-78c1 74 47 112 135 112s133 -34 133 -100v-179c0 -17 4 -26 20 -40z
M227 530v23c-10 -5 -13 -6 -35 -10l-29 -6c-35 -7 -48 -19 -48 -44c0 -24 17 -39 46 -39c42 0 66 28 66 76z" />
    <glyph glyph-name="guillemotleft" unicode="&#xab;" 
d="M88 218v114l167 149v-117l-101 -89l101 -89v-114zM301 218v114l167 149v-117l-101 -89l101 -89v-114z" />
    <glyph glyph-name="logicalnot" unicode="&#xac;" horiz-adv-x="584" 
d="M40 375h504v-289h-77v212h-427v77z" />
    <glyph glyph-name="uni00AD" unicode="&#xad;" horiz-adv-x="333" 
d="M298 342v-135h-272v135h272z" />
    <glyph glyph-name="registered" unicode="&#xae;" horiz-adv-x="737" 
d="M288 313v-173h-96v443h238c76 0 121 -45 121 -121c0 -50 -21 -84 -70 -108c52 -24 54 -31 57 -159c0 -19 4 -26 19 -34v-21h-103c-12 23 -14 37 -14 81c0 8 1 16 1 26v17c0 34 -19 49 -61 49h-92zM288 394h103c48 0 64 13 64 54s-16 54 -64 54h-103v-108zM369 743
c210 0 382 -171 382 -382c0 -214 -171 -383 -387 -383c-206 0 -378 174 -378 383c0 210 172 382 383 382zM368 671c-167 0 -304 -139 -304 -310c0 -169 137 -311 301 -311c172 0 308 138 308 311c0 171 -137 310 -305 310z" />
    <glyph glyph-name="macron" unicode="&#xaf;" horiz-adv-x="333" 
d="M315 719v-79h-299v79h299z" />
    <glyph glyph-name="degree" unicode="&#xb0;" horiz-adv-x="606" 
d="M303 686c83 0 151 -68 151 -151c0 -85 -68 -152 -153 -152c-82 0 -150 69 -150 152s68 151 152 151zM303 623c-49 0 -89 -40 -89 -89c0 -47 40 -88 87 -88c50 0 90 39 90 89c0 48 -40 88 -88 88z" />
    <glyph glyph-name="plusminus" unicode="&#xb1;" horiz-adv-x="584" 
d="M527 103v-119h-471v119h471zM527 432v-119h-176v-176h-119v176h-176v119h176v176h119v-176h176z" />
    <glyph glyph-name="uni00B2" unicode="&#xb2;" horiz-adv-x="351" 
d="M328 584c0 -120 -115 -130 -189 -219h187v-81h-310c7 198 217 173 217 296c0 40 -23 64 -61 64s-60 -26 -60 -71c0 -2 1 -9 2 -16h-92c-1 8 -1 15 -1 18c0 92 56 143 156 143c97 0 151 -48 151 -134z" />
    <glyph glyph-name="uni00B3" unicode="&#xb3;" horiz-adv-x="351" 
d="M22 571c5 129 87 147 148 147c88 0 145 -46 145 -117c0 -38 -18 -68 -52 -89c44 -21 66 -56 66 -103c0 -84 -63 -138 -159 -138c-98 0 -154 52 -155 143h92c3 -45 23 -66 65 -66c36 0 62 25 62 60c0 41 -29 62 -84 63h-16v62h11c49 0 75 20 75 58c0 33 -21 54 -53 54
c-47 0 -57 -31 -57 -74h-88z" />
    <glyph glyph-name="acute" unicode="&#xb4;" horiz-adv-x="333" 
d="M317 757l-126 -150h-70l70 150h126z" />
    <glyph glyph-name="uni00B5" unicode="&#xb5;" horiz-adv-x="611" 
d="M198 206c0 -64 21 -110 84 -110c59 0 101 44 101 106v338h140v-390c0 -58 6 -73 30 -73c6 0 10 1 20 4v-87c-23 -12 -42 -17 -70 -17c-47 0 -71 14 -95 54c-39 -40 -70 -54 -116 -54c-41 0 -72 11 -100 38v-235h-134v760h140v-334z" />
    <glyph glyph-name="paragraph" unicode="&#xb6;" 
d="M19 495c0 132 90 234 207 234h303v-72h-43v-848h-98v848h-63v-848h-98v458c-123 6 -208 100 -208 228z" />
    <glyph glyph-name="periodcentered" unicode="&#xb7;" horiz-adv-x="278" 
d="M64 292h124v-123h-124v123z" />
    <glyph glyph-name="cedilla" unicode="&#xb8;" horiz-adv-x="333" 
d="M162 0h43l-29 -63c15 5 27 7 42 7c47 0 76 -27 76 -71c0 -60 -46 -93 -129 -93c-44 0 -73 6 -138 28l19 52c53 -23 77 -30 105 -30c32 0 57 18 57 41c0 21 -20 35 -51 35c-20 0 -30 -3 -49 -12z" />
    <glyph glyph-name="uni00B9" unicode="&#xb9;" horiz-adv-x="300" 
d="M147 573h-107v61c78 0 124 25 138 75h64v-425h-95v289z" />
    <glyph glyph-name="ordmasculine" unicode="&#xba;" horiz-adv-x="365" 
d="M334 340v-78h-301v78h301zM183 729c101 0 160 -64 160 -174c0 -104 -62 -169 -160 -169c-99 0 -160 65 -160 171c0 107 61 172 160 172zM183 661c-45 0 -76 -42 -76 -103c0 -62 31 -104 76 -104s76 42 76 102c0 63 -30 105 -76 105z" />
    <glyph glyph-name="guillemotright" unicode="&#xbb;" 
d="M255 335v-115l-167 -148v117l101 89l-101 89v114zM462 335v-115l-167 -148v117l101 89l-101 89v114z" />
    <glyph glyph-name="onequarter" unicode="&#xbc;" horiz-adv-x="869" 
d="M147 573h-107v61c78 0 124 25 138 75h64v-425h-95v289zM593 715h87l-423 -735h-87zM850 168v-75h-46v-93h-95v93h-179v74l165 258h109v-257h46zM709 168v164l-106 -164h106z" />
    <glyph glyph-name="onehalf" unicode="&#xbd;" horiz-adv-x="869" 
d="M147 573h-107v61c78 0 124 25 138 75h64v-425h-95v289zM587 715h87l-423 -735h-87zM846 300c0 -120 -115 -130 -189 -219h187v-81h-310c7 198 217 173 217 296c0 40 -23 64 -61 64s-60 -26 -60 -71c0 -2 1 -9 2 -16h-92c-1 8 -1 15 -1 18c0 92 56 143 156 143
c97 0 151 -48 151 -134z" />
    <glyph glyph-name="threequarters" unicode="&#xbe;" horiz-adv-x="869" 
d="M22 571c5 129 87 147 148 147c88 0 145 -46 145 -117c0 -38 -18 -68 -52 -89c44 -21 66 -56 66 -103c0 -84 -63 -138 -159 -138c-98 0 -154 52 -155 143h92c3 -45 23 -66 65 -66c36 0 62 25 62 60c0 41 -29 62 -84 63h-16v62h11c49 0 75 20 75 58c0 33 -21 54 -53 54
c-47 0 -57 -31 -57 -74h-88zM625 715h87l-423 -735h-87zM850 168v-75h-46v-93h-95v93h-179v74l165 258h109v-257h46zM709 168v164l-106 -164h106z" />
    <glyph glyph-name="questiondown" unicode="&#xbf;" horiz-adv-x="611" 
d="M544 59c-3 -226 -146 -263 -243 -263c-147 0 -249 94 -249 230c0 84 27 128 120 194c60 42 67 53 67 119h124v-14c0 -180 -170 -176 -170 -296c0 -65 45 -115 105 -115c63 0 110 57 110 134v9v2h136zM223 394v146h150v-146h-150z" />
    <glyph glyph-name="Agrave" unicode="&#xc0;" horiz-adv-x="722" 
d="M221 936h126l70 -150h-70zM501 147h-273l-49 -147h-153l259 729h166l252 -729h-154zM460 272l-95 285l-95 -285h190z" />
    <glyph glyph-name="Aacute" unicode="&#xc1;" horiz-adv-x="722" 
d="M511 935l-126 -150h-70l70 150h126zM501 147h-273l-49 -147h-153l259 729h166l252 -729h-154zM460 272l-95 285l-95 -285h190z" />
    <glyph glyph-name="Acircumflex" unicode="&#xc2;" horiz-adv-x="722" 
d="M312 936h107l103 -150h-78l-82 100l-82 -100h-76zM501 147h-273l-49 -147h-153l259 729h166l252 -729h-154zM460 272l-95 285l-95 -285h190z" />
    <glyph glyph-name="Atilde" unicode="&#xc3;" horiz-adv-x="722" 
d="M484 928h63c-4 -85 -36 -127 -95 -127c-15 0 -34 4 -55 12l-71 26c-12 4 -21 6 -30 6c-24 0 -35 -13 -40 -45h-63c4 78 39 124 94 124c19 0 20 0 56 -13l71 -25c7 -3 27 -6 34 -6c21 0 33 16 36 48zM501 147h-273l-49 -147h-153l259 729h166l252 -729h-154zM460 272
l-95 285l-95 -285h190z" />
    <glyph glyph-name="Adieresis" unicode="&#xc4;" horiz-adv-x="722" 
d="M326 922v-122h-110v122h110zM512 922v-122h-110v122h110zM501 147h-273l-49 -147h-153l259 729h166l252 -729h-154zM460 272l-95 285l-95 -285h190z" />
    <glyph glyph-name="Aring" unicode="&#xc5;" horiz-adv-x="722" 
d="M364 949c50 0 89 -40 89 -91c0 -49 -41 -89 -90 -89c-50 0 -90 40 -90 90s40 90 91 90zM364 901c-24 0 -43 -19 -43 -42s19 -42 43 -42c22 0 41 19 41 42s-18 42 -41 42zM501 147h-273l-49 -147h-153l259 729h166l252 -729h-154zM460 272l-95 285l-95 -285h190z" />
    <glyph glyph-name="AE" unicode="&#xc6;" horiz-adv-x="1000" 
d="M430 152h-223l-53 -152h-153l263 729h682v-125h-366v-165h339v-125h-339v-189h386v-125h-536v152zM430 277v327h-67l-114 -327h181z" />
    <glyph glyph-name="Ccedilla" unicode="&#xc7;" horiz-adv-x="722" 
d="M539 482c-8 37 -31 131 -156 131c-118 0 -189 -96 -189 -257c0 -159 68 -253 184 -253c93 0 152 53 161 146h146c-8 -165 -124 -268 -306 -272l-19 -40c14 5 26 7 42 7c47 0 76 -27 76 -71c0 -60 -46 -93 -129 -93c-44 0 -73 6 -138 28l19 52c53 -23 77 -30 105 -30
c32 0 57 18 57 41c0 21 -20 35 -51 35c-20 0 -30 -3 -49 -12l43 83c-93 16 -132 34 -180 79c-73 70 -111 174 -111 302c0 236 128 383 334 383c170 0 291 -95 304 -259h-143z" />
    <glyph glyph-name="Egrave" unicode="&#xc8;" horiz-adv-x="667" 
d="M207 936h126l70 -150h-70zM229 314v-189h395v-125h-545v729h527v-125h-377v-165h349v-125h-349z" />
    <glyph glyph-name="Eacute" unicode="&#xc9;" horiz-adv-x="667" 
d="M481 936l-126 -150h-70l70 150h126zM229 314v-189h395v-125h-545v729h527v-125h-377v-165h349v-125h-349z" />
    <glyph glyph-name="Ecircumflex" unicode="&#xca;" horiz-adv-x="667" 
d="M294 936h107l103 -150h-78l-82 100l-82 -100h-76zM229 314v-189h395v-125h-545v729h527v-125h-377v-165h349v-125h-349z" />
    <glyph glyph-name="Edieresis" unicode="&#xcb;" horiz-adv-x="667" 
d="M306 922v-122h-110v122h110zM492 922v-122h-110v122h110zM229 314v-189h395v-125h-545v729h527v-125h-377v-165h349v-125h-349z" />
    <glyph glyph-name="Igrave" unicode="&#xcc;" horiz-adv-x="278" 
d="M-10 936h126l70 -150h-70zM213 729v-729h-150v729h150z" />
    <glyph glyph-name="Iacute" unicode="&#xcd;" horiz-adv-x="278" 
d="M290 936l-126 -150h-70l70 150h126zM213 729v-729h-150v729h150z" />
    <glyph glyph-name="Icircumflex" unicode="&#xce;" horiz-adv-x="278" 
d="M89 936h107l103 -150h-78l-82 100l-82 -100h-76zM213 729v-729h-150v729h150z" />
    <glyph glyph-name="Idieresis" unicode="&#xcf;" horiz-adv-x="278" 
d="M101 922v-122h-110v122h110zM287 922v-122h-110v122h110zM213 729v-729h-150v729h150z" />
    <glyph glyph-name="Eth" unicode="&#xd0;" horiz-adv-x="722" 
d="M77 339h-77v80h77v310h285c115 0 183 -24 231 -84c56 -68 88 -173 88 -280c0 -108 -33 -211 -88 -280c-48 -60 -117 -85 -231 -85h-285v339zM537 364c0 180 -68 240 -175 240h-135v-185h150v-80h-150v-214h135c97 0 175 48 175 239z" />
    <glyph glyph-name="Ntilde" unicode="&#xd1;" horiz-adv-x="722" 
d="M484 928h63c-4 -85 -36 -127 -95 -127c-15 0 -34 4 -55 12l-71 26c-12 4 -21 6 -30 6c-24 0 -35 -13 -40 -45h-63c4 78 39 124 94 124c19 0 20 0 56 -13l71 -25c7 -3 27 -6 34 -6c21 0 33 16 36 48zM511 0l-293 504v-504h-150v729h154l289 -496v496h150v-729h-150z" />
    <glyph glyph-name="Ograve" unicode="&#xd2;" horiz-adv-x="778" 
d="M254 936h126l70 -150h-70zM40 359c0 222 138 382 350 382c211 0 352 -155 352 -387c0 -209 -132 -377 -351 -377c-214 0 -351 160 -351 382zM391 613c-121 0 -201 -101 -201 -254s80 -254 201 -254c120 0 201 101 201 250c0 158 -78 258 -201 258z" />
    <glyph glyph-name="Oacute" unicode="&#xd3;" horiz-adv-x="778" 
d="M530 936l-126 -150h-70l70 150h126zM40 359c0 222 138 382 350 382c211 0 352 -155 352 -387c0 -209 -132 -377 -351 -377c-214 0 -351 160 -351 382zM391 613c-121 0 -201 -101 -201 -254s80 -254 201 -254c120 0 201 101 201 250c0 158 -78 258 -201 258z" />
    <glyph glyph-name="Ocircumflex" unicode="&#xd4;" horiz-adv-x="778" 
d="M340 936h107l103 -150h-78l-82 100l-82 -100h-76zM40 359c0 222 138 382 350 382c211 0 352 -155 352 -387c0 -209 -132 -377 -351 -377c-214 0 -351 160 -351 382zM391 613c-121 0 -201 -101 -201 -254s80 -254 201 -254c120 0 201 101 201 250c0 158 -78 258 -201 258z
" />
    <glyph glyph-name="Otilde" unicode="&#xd5;" horiz-adv-x="778" 
d="M512 928h63c-4 -85 -36 -127 -95 -127c-15 0 -34 4 -55 12l-71 26c-12 4 -21 6 -30 6c-24 0 -35 -13 -40 -45h-63c4 78 39 124 94 124c19 0 20 0 56 -13l71 -25c7 -3 27 -6 34 -6c21 0 33 16 36 48zM40 359c0 222 138 382 350 382c211 0 352 -155 352 -387
c0 -209 -132 -377 -351 -377c-214 0 -351 160 -351 382zM391 613c-121 0 -201 -101 -201 -254s80 -254 201 -254c120 0 201 101 201 250c0 158 -78 258 -201 258z" />
    <glyph glyph-name="Odieresis" unicode="&#xd6;" horiz-adv-x="778" 
d="M353 923v-122h-110v122h110zM539 923v-122h-110v122h110zM40 359c0 222 138 382 350 382c211 0 352 -155 352 -387c0 -209 -132 -377 -351 -377c-214 0 -351 160 -351 382zM391 613c-121 0 -201 -101 -201 -254s80 -254 201 -254c120 0 201 101 201 250
c0 158 -78 258 -201 258z" />
    <glyph glyph-name="multiply" unicode="&#xd7;" horiz-adv-x="584" 
d="M421 444l84 -84l-129 -129l128 -129l-84 -84l-128 129l-128 -128l-84 84l128 128l-129 128l84 85l129 -129z" />
    <glyph glyph-name="Oslash" unicode="&#xd8;" horiz-adv-x="778" 
d="M740 357c0 -212 -134 -380 -352 -380c-90 0 -165 25 -223 75l-83 -91l-51 46l86 95c-55 74 -82 159 -82 257c0 220 138 382 353 382c95 0 165 -25 232 -84l83 92l52 -45l-89 -99c46 -63 74 -156 74 -248zM567 497l-311 -344c31 -30 80 -48 132 -48c122 0 202 101 202 256
c0 47 -8 96 -23 136zM214 209l314 346c-37 39 -84 58 -140 58c-124 0 -203 -101 -203 -257c0 -55 10 -105 29 -147z" />
    <glyph glyph-name="Ugrave" unicode="&#xd9;" horiz-adv-x="722" 
d="M228 936h126l70 -150h-70zM365 -23c-123 0 -289 52 -289 258v494h150v-494c0 -88 45 -130 139 -130s139 42 139 130v494h150v-494c0 -206 -166 -258 -289 -258z" />
    <glyph glyph-name="Uacute" unicode="&#xda;" horiz-adv-x="722" 
d="M504 936l-126 -150h-70l70 150h126zM365 -23c-123 0 -289 52 -289 258v494h150v-494c0 -88 45 -130 139 -130s139 42 139 130v494h150v-494c0 -206 -166 -258 -289 -258z" />
    <glyph glyph-name="Ucircumflex" unicode="&#xdb;" horiz-adv-x="722" 
d="M314 936h107l103 -150h-78l-82 100l-82 -100h-76zM365 -23c-123 0 -289 52 -289 258v494h150v-494c0 -88 45 -130 139 -130s139 42 139 130v494h150v-494c0 -206 -166 -258 -289 -258z" />
    <glyph glyph-name="Udieresis" unicode="&#xdc;" horiz-adv-x="722" 
d="M327 922v-122h-110v122h110zM513 922v-122h-110v122h110zM365 -23c-123 0 -289 52 -289 258v494h150v-494c0 -88 45 -130 139 -130s139 42 139 130v494h150v-494c0 -206 -166 -258 -289 -258z" />
    <glyph glyph-name="Yacute" unicode="&#xdd;" horiz-adv-x="667" 
d="M479 936l-126 -150h-70l70 150h126zM419 270v-270h-150v270l-242 459h167l149 -322l139 322h168z" />
    <glyph glyph-name="Thorn" unicode="&#xde;" horiz-adv-x="667" 
d="M398 609c200 0 235 -128 235 -227c0 -149 -85 -242 -220 -242h-187v-140h-150v729h150v-120h172zM226 265h140c80 0 117 35 117 109c0 75 -37 110 -117 110h-140v-219z" />
    <glyph glyph-name="germandbls" unicode="&#xdf;" horiz-adv-x="611" 
d="M445 411c34 -7 130 -35 130 -175c0 -152 -87 -253 -218 -253c-22 0 -39 2 -72 6v112c6 1 11 1 13 1l20 1c69 1 117 52 117 123c0 76 -52 123 -137 123h-13v95h9c60 1 98 35 98 89c0 52 -37 83 -98 83c-55 0 -87 -29 -87 -79v-537h-140v518c0 113 47 211 236 211
c135 0 229 -75 229 -182c0 -67 -30 -114 -87 -136z" />
    <glyph glyph-name="agrave" unicode="&#xe0;" 
d="M132 757h126l70 -150h-70zM192 -23c-98 0 -164 65 -164 162s52 152 159 170l56 10c46 7 112 10 112 63c0 36 -27 54 -81 54c-69 0 -92 -18 -99 -74h-135c9 125 85 187 231 187s221 -56 221 -166v-300c0 -28 7 -43 32 -66v-17h-152c-13 16 -16 26 -16 54
c-49 -51 -104 -77 -164 -77zM355 217v38c-16 -8 -22 -10 -59 -17l-48 -9c-58 -12 -80 -32 -80 -74c0 -40 29 -65 76 -65c71 0 111 46 111 127z" />
    <glyph glyph-name="aacute" unicode="&#xe1;" 
d="M411 757l-126 -150h-70l70 150h126zM192 -23c-98 0 -164 65 -164 162s52 152 159 170l56 10c46 7 112 10 112 63c0 36 -27 54 -81 54c-69 0 -92 -18 -99 -74h-135c9 125 85 187 231 187s221 -56 221 -166v-300c0 -28 7 -43 32 -66v-17h-152c-13 16 -16 26 -16 54
c-49 -51 -104 -77 -164 -77zM355 217v38c-16 -8 -22 -10 -59 -17l-48 -9c-58 -12 -80 -32 -80 -74c0 -40 29 -65 76 -65c71 0 111 46 111 127z" />
    <glyph glyph-name="acircumflex" unicode="&#xe2;" 
d="M221 757h107l103 -150h-78l-82 100l-82 -100h-76zM192 -23c-98 0 -164 65 -164 162s52 152 159 170l56 10c46 7 112 10 112 63c0 36 -27 54 -81 54c-69 0 -92 -18 -99 -74h-135c9 125 85 187 231 187s221 -56 221 -166v-300c0 -28 7 -43 32 -66v-17h-152
c-13 16 -16 26 -16 54c-49 -51 -104 -77 -164 -77zM355 217v38c-16 -8 -22 -10 -59 -17l-48 -9c-58 -12 -80 -32 -80 -74c0 -40 29 -65 76 -65c71 0 111 46 111 127z" />
    <glyph glyph-name="atilde" unicode="&#xe3;" 
d="M386 749h63c-4 -85 -36 -127 -95 -127c-15 0 -34 4 -55 12l-71 26c-12 4 -21 6 -30 6c-24 0 -35 -13 -40 -45h-63c4 78 39 124 94 124c19 0 20 0 56 -13l71 -25c7 -3 27 -6 34 -6c21 0 33 16 36 48zM192 -23c-98 0 -164 65 -164 162s52 152 159 170l56 10
c46 7 112 10 112 63c0 36 -27 54 -81 54c-69 0 -92 -18 -99 -74h-135c9 125 85 187 231 187s221 -56 221 -166v-300c0 -28 7 -43 32 -66v-17h-152c-13 16 -16 26 -16 54c-49 -51 -104 -77 -164 -77zM355 217v38c-16 -8 -22 -10 -59 -17l-48 -9c-58 -12 -80 -32 -80 -74
c0 -40 29 -65 76 -65c71 0 111 46 111 127z" />
    <glyph glyph-name="adieresis" unicode="&#xe4;" 
d="M234 743v-122h-110v122h110zM420 743v-122h-110v122h110zM192 -23c-98 0 -164 65 -164 162s52 152 159 170l56 10c46 7 112 10 112 63c0 36 -27 54 -81 54c-69 0 -92 -18 -99 -74h-135c9 125 85 187 231 187s221 -56 221 -166v-300c0 -28 7 -43 32 -66v-17h-152
c-13 16 -16 26 -16 54c-49 -51 -104 -77 -164 -77zM355 217v38c-16 -8 -22 -10 -59 -17l-48 -9c-58 -12 -80 -32 -80 -74c0 -40 29 -65 76 -65c71 0 111 46 111 127z" />
    <glyph glyph-name="aring" unicode="&#xe5;" 
d="M273 770c50 0 89 -40 89 -91c0 -49 -41 -89 -90 -89c-50 0 -90 40 -90 90s40 90 91 90zM273 722c-24 0 -43 -19 -43 -42s19 -42 43 -42c22 0 41 19 41 42s-18 42 -41 42zM192 -23c-98 0 -164 65 -164 162s52 152 159 170l56 10c46 7 112 10 112 63c0 36 -27 54 -81 54
c-69 0 -92 -18 -99 -74h-135c9 125 85 187 231 187s221 -56 221 -166v-300c0 -28 7 -43 32 -66v-17h-152c-13 16 -16 26 -16 54c-49 -51 -104 -77 -164 -77zM355 217v38c-16 -8 -22 -10 -59 -17l-48 -9c-58 -12 -80 -32 -80 -74c0 -40 29 -65 76 -65c71 0 111 46 111 127z
" />
    <glyph glyph-name="ae" unicode="&#xe6;" horiz-adv-x="889" 
d="M494 226c0 -121 66 -142 114 -142s92 29 104 68h138c-31 -107 -129 -175 -250 -175c-88 0 -158 36 -200 104c-62 -73 -124 -105 -205 -105c-103 0 -168 64 -168 165c0 98 51 153 159 171l56 10c53 9 112 12 112 61c0 36 -28 53 -85 53c-63 0 -88 -20 -95 -74h-131
c2 124 79 187 228 187c78 0 137 -17 175 -50c41 33 94 50 155 50c112 0 256 -60 256 -299c0 -5 0 -12 -1 -24h-362zM354 216v38c-17 -10 -29 -14 -59 -19l-48 -7c-53 -7 -80 -32 -80 -73s29 -66 76 -66c72 0 111 45 111 127zM495 319h216c-7 81 -44 123 -109 123
c-64 0 -101 -42 -107 -123z" />
    <glyph glyph-name="ccedilla" unicode="&#xe7;" 
d="M174 260c0 -73 23 -170 115 -170c53 0 82 28 99 97h134c-11 -124 -105 -210 -229 -210h-2l-17 -40c13 5 26 7 41 7c48 0 77 -27 77 -71c0 -60 -46 -93 -129 -93c-44 0 -78 7 -138 28l19 52c51 -23 77 -30 104 -30c32 0 58 18 58 41c0 21 -20 35 -51 35
c-20 0 -31 -3 -50 -12l43 85c-138 18 -214 117 -214 280c0 184 94 290 255 290c135 0 223 -79 233 -211h-134c-16 71 -43 98 -100 98c-97 0 -114 -102 -114 -176z" />
    <glyph glyph-name="egrave" unicode="&#xe8;" 
d="M133 757h126l70 -150h-70zM272 549c108 0 253 -60 253 -299c0 -7 0 -12 -1 -24h-362c3 -73 18 -142 112 -142c51 0 90 25 107 68h138c-31 -106 -129 -175 -250 -175c-153 0 -247 106 -247 279c0 181 95 293 250 293zM379 319c-6 79 -44 123 -109 123
c-62 0 -97 -41 -106 -123h215z" />
    <glyph glyph-name="eacute" unicode="&#xe9;" 
d="M419 757l-126 -150h-70l70 150h126zM272 549c108 0 253 -60 253 -299c0 -7 0 -12 -1 -24h-362c3 -73 18 -142 112 -142c51 0 90 25 107 68h138c-31 -106 -129 -175 -250 -175c-153 0 -247 106 -247 279c0 181 95 293 250 293zM379 319c-6 79 -44 123 -109 123
c-62 0 -97 -41 -106 -123h215z" />
    <glyph glyph-name="ecircumflex" unicode="&#xea;" 
d="M229 757h107l103 -150h-78l-82 100l-82 -100h-76zM272 549c108 0 253 -60 253 -299c0 -7 0 -12 -1 -24h-362c3 -73 18 -142 112 -142c51 0 90 25 107 68h138c-31 -106 -129 -175 -250 -175c-153 0 -247 106 -247 279c0 181 95 293 250 293zM379 319
c-6 79 -44 123 -109 123c-62 0 -97 -41 -106 -123h215z" />
    <glyph glyph-name="edieresis" unicode="&#xeb;" 
d="M242 743v-122h-110v122h110zM428 743v-122h-110v122h110zM272 549c108 0 253 -60 253 -299c0 -7 0 -12 -1 -24h-362c3 -73 18 -142 112 -142c51 0 90 25 107 68h138c-31 -106 -129 -175 -250 -175c-153 0 -247 106 -247 279c0 181 95 293 250 293zM379 319
c-6 79 -44 123 -109 123c-62 0 -97 -41 -106 -123h215z" />
    <glyph glyph-name="igrave" unicode="&#xec;" horiz-adv-x="278" 
d="M-10 757h126l70 -150h-70zM207 540v-540h-140v540h140z" />
    <glyph glyph-name="iacute" unicode="&#xed;" horiz-adv-x="278" 
d="M290 757l-126 -150h-70l70 150h126zM207 540v-540h-140v540h140z" />
    <glyph glyph-name="icircumflex" unicode="&#xee;" horiz-adv-x="278" 
d="M89 757h107l103 -150h-78l-82 100l-82 -100h-76zM207 540v-540h-140v540h140z" />
    <glyph glyph-name="idieresis" unicode="&#xef;" horiz-adv-x="278" 
d="M101 743v-122h-110v122h110zM287 743v-122h-110v122h110zM207 540v-540h-140v540h140z" />
    <glyph glyph-name="eth" unicode="&#xf0;" horiz-adv-x="611" 
d="M192 741c64 -24 77 -40 102 -49l87 52l51 -34l-84 -50c151 -102 221 -225 221 -391c0 -184 -99 -292 -267 -292c-167 0 -267 108 -267 288c0 161 97 269 239 269c26 0 46 -4 85 -19c-27 43 -57 74 -95 96l-77 -46l-42 37l70 44c-27 16 -41 24 -90 48zM302 429
c-76 0 -126 -67 -126 -169c0 -103 50 -170 126 -170s126 67 126 167c0 105 -49 172 -126 172z" />
    <glyph glyph-name="ntilde" unicode="&#xf1;" horiz-adv-x="611" 
d="M416 749h63c-4 -85 -36 -127 -95 -127c-15 0 -34 4 -55 12l-71 26c-12 4 -21 6 -30 6c-24 0 -35 -13 -40 -45h-63c4 78 39 124 94 124c19 0 20 0 56 -13l71 -25c7 -3 27 -6 34 -6c21 0 33 16 36 48zM63 540h140v-78c40 60 89 87 162 87c115 0 181 -68 181 -187v-362h-140
v333c0 64 -30 97 -90 97c-68 0 -113 -42 -113 -106v-324h-140v540z" />
    <glyph glyph-name="ograve" unicode="&#xf2;" horiz-adv-x="611" 
d="M165 757h126l70 -150h-70zM301 549c169 0 268 -107 268 -290c0 -173 -103 -282 -267 -282c-166 0 -267 108 -267 286c0 177 101 286 266 286zM302 436c-76 0 -127 -70 -127 -173s51 -173 127 -173c75 0 127 70 127 171c0 106 -50 175 -127 175z" />
    <glyph glyph-name="oacute" unicode="&#xf3;" horiz-adv-x="611" 
d="M441 757l-126 -150h-70l70 150h126zM301 549c169 0 268 -107 268 -290c0 -173 -103 -282 -267 -282c-166 0 -267 108 -267 286c0 177 101 286 266 286zM302 436c-76 0 -127 -70 -127 -173s51 -173 127 -173c75 0 127 70 127 171c0 106 -50 175 -127 175z" />
    <glyph glyph-name="ocircumflex" unicode="&#xf4;" horiz-adv-x="611" 
d="M250 759h107l103 -150h-78l-82 100l-82 -100h-76zM301 549c169 0 268 -107 268 -290c0 -173 -103 -282 -267 -282c-166 0 -267 108 -267 286c0 177 101 286 266 286zM302 436c-76 0 -127 -70 -127 -173s51 -173 127 -173c75 0 127 70 127 171c0 106 -50 175 -127 175z
" />
    <glyph glyph-name="otilde" unicode="&#xf5;" horiz-adv-x="611" 
d="M419 749h63c-4 -85 -36 -127 -95 -127c-15 0 -34 4 -55 12l-71 26c-12 4 -21 6 -30 6c-24 0 -35 -13 -40 -45h-63c4 78 39 124 94 124c19 0 20 0 56 -13l71 -25c7 -3 27 -6 34 -6c21 0 33 16 36 48zM301 549c169 0 268 -107 268 -290c0 -173 -103 -282 -267 -282
c-166 0 -267 108 -267 286c0 177 101 286 266 286zM302 436c-76 0 -127 -70 -127 -173s51 -173 127 -173c75 0 127 70 127 171c0 106 -50 175 -127 175z" />
    <glyph glyph-name="odieresis" unicode="&#xf6;" horiz-adv-x="611" 
d="M264 743v-122h-110v122h110zM450 743v-122h-110v122h110zM301 549c169 0 268 -107 268 -290c0 -173 -103 -282 -267 -282c-166 0 -267 108 -267 286c0 177 101 286 266 286zM302 436c-76 0 -127 -70 -127 -173s51 -173 127 -173c75 0 127 70 127 171
c0 106 -50 175 -127 175z" />
    <glyph glyph-name="divide" unicode="&#xf7;" horiz-adv-x="584" 
d="M534 291v-119h-484v119h484zM230 474h124v-123h-124v123zM230 112h124v-123h-124v123z" />
    <glyph glyph-name="oslash" unicode="&#xf8;" horiz-adv-x="611" 
d="M126 35l-72 -73l-43 40l75 77c-34 49 -50 109 -50 184c0 178 102 286 269 286c73 0 131 -20 182 -62l68 70l43 -41l-72 -73c32 -50 47 -108 47 -180c0 -177 -102 -286 -267 -286c-71 0 -140 22 -180 58zM421 336l-201 -204c24 -28 53 -42 86 -42c74 0 127 71 127 170
c0 27 -4 52 -12 76zM190 184l202 206c-28 34 -54 47 -89 47c-75 0 -127 -71 -127 -171c0 -30 5 -59 14 -82z" />
    <glyph glyph-name="ugrave" unicode="&#xf9;" horiz-adv-x="611" 
d="M163 757h126l70 -150h-70zM541 0h-140v64c-40 -60 -89 -87 -162 -87c-115 0 -181 68 -181 187v376h140v-347c0 -65 30 -97 90 -97c68 0 113 42 113 106v338h140v-540z" />
    <glyph glyph-name="uacute" unicode="&#xfa;" horiz-adv-x="611" 
d="M439 757l-126 -150h-70l70 150h126zM541 0h-140v64c-40 -60 -89 -87 -162 -87c-115 0 -181 68 -181 187v376h140v-347c0 -65 30 -97 90 -97c68 0 113 42 113 106v338h140v-540z" />
    <glyph glyph-name="ucircumflex" unicode="&#xfb;" horiz-adv-x="611" 
d="M248 757h107l103 -150h-78l-82 100l-82 -100h-76zM541 0h-140v64c-40 -60 -89 -87 -162 -87c-115 0 -181 68 -181 187v376h140v-347c0 -65 30 -97 90 -97c68 0 113 42 113 106v338h140v-540z" />
    <glyph glyph-name="udieresis" unicode="&#xfc;" horiz-adv-x="611" 
d="M260 743v-122h-110v122h110zM446 743v-122h-110v122h110zM541 0h-140v64c-40 -60 -89 -87 -162 -87c-115 0 -181 68 -181 187v376h140v-347c0 -65 30 -97 90 -97c68 0 113 42 113 106v338h140v-540z" />
    <glyph glyph-name="yacute" unicode="&#xfd;" 
d="M411 757l-126 -150h-70l70 150h126zM210 -26v4l-201 562h154l119 -393l112 393h144l-222 -639c-13 -37 -27 -120 -180 -120c-17 0 -29 1 -50 4v105c18 -5 26 -6 37 -6c49 0 87 39 87 90z" />
    <glyph glyph-name="thorn" unicode="&#xfe;" horiz-adv-x="611" 
d="M198 729v-269c34 60 82 89 150 89c130 0 226 -122 226 -287c0 -163 -96 -285 -226 -285c-68 0 -116 28 -150 87v-282h-140v947h140zM316 432c-70 0 -118 -69 -118 -170c0 -100 48 -168 118 -168c69 0 118 68 118 166c0 103 -47 172 -118 172z" />
    <glyph glyph-name="ydieresis" unicode="&#xff;" 
d="M236 743v-122h-110v122h110zM422 743v-122h-110v122h110zM210 -26v4l-201 562h154l119 -393l112 393h144l-222 -639c-13 -37 -27 -120 -180 -120c-17 0 -29 1 -50 4v105c18 -5 26 -6 37 -6c49 0 87 39 87 90z" />
    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek"
	g2="V,W,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
	k="60" />
    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek"
	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Obreve,Ohungarumlaut,OE"
	k="40" />
    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek"
	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,ccircumflex,ccaron,dcaron,emacron,ebreve,eogonek,omacron,obreve,ohungarumlaut,oe"
	k="20" />
    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek"
	g2="a,g,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek,gbreve,gdotaccent,gcommaaccent"
	k="20" />
    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek"
	g2="v,w,y,yacute,ydieresis,ycircumflex,ygrave"
	k="30" />
    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek"
	g2="T,uni0162,Tcaron,uni1E6A,uni1E6C"
	k="40" />
    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek"
	g2="m,n,z,ntilde,nacute,ncommaaccent,ncaron,zacute,zdotaccent,zcaron,uni1E41"
	k="30" />
    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek"
	g2="s,sacute,scedilla,scaron,uni1E61,uni1E63"
	k="20" />
    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek"
	g2="f,t,uni0163,uni1E6B,uni1E6D,uniFB00,uniFB01,uniFB03,uniFB04"
	k="30" />
    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek"
	g2="X,Z,Zacute,Zdotaccent,Zcaron"
	k="10" />
    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek"
	g2="S,Sacute,Scedilla,Scaron,uni1E60,uni1E62"
	k="30" />
    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek"
	g2="r,rcaron"
	k="30" />
    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek"
	g2="p,uni1E57"
	k="20" />
    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek"
	g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut"
	k="25" />
    <hkern g1="B,uni1E02"
	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE,Amacron,Abreve,Aogonek"
	k="30" />
    <hkern g1="B,uni1E02"
	g2="V,W,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
	k="50" />
    <hkern g1="B,uni1E02"
	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Obreve,Ohungarumlaut,OE"
	k="30" />
    <hkern g1="B,uni1E02"
	g2="a,g,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek,gbreve,gdotaccent,gcommaaccent"
	k="10" />
    <hkern g1="B,uni1E02"
	g2="v,w,y,yacute,ydieresis,ycircumflex,ygrave"
	k="30" />
    <hkern g1="B,uni1E02"
	g2="T,uni0162,Tcaron,uni1E6A,uni1E6C"
	k="50" />
    <hkern g1="B,uni1E02"
	g2="j"
	k="20" />
    <hkern g1="B,uni1E02"
	g2="x"
	k="30" />
    <hkern g1="B,uni1E02"
	g2="m,n,z,ntilde,nacute,ncommaaccent,ncaron,zacute,zdotaccent,zcaron,uni1E41"
	k="30" />
    <hkern g1="B,uni1E02"
	g2="s,sacute,scedilla,scaron,uni1E61,uni1E63"
	k="10" />
    <hkern g1="B,uni1E02"
	g2="f,t,uni0163,uni1E6B,uni1E6D,uniFB00,uniFB01,uniFB03,uniFB04"
	k="10" />
    <hkern g1="B,uni1E02"
	g2="X,Z,Zacute,Zdotaccent,Zcaron"
	k="50" />
    <hkern g1="B,uni1E02"
	g2="S,Sacute,Scedilla,Scaron,uni1E60,uni1E62"
	k="20" />
    <hkern g1="B,uni1E02"
	g2="r,rcaron"
	k="20" />
    <hkern g1="B,uni1E02"
	g2="p,uni1E57"
	k="10" />
    <hkern g1="B,uni1E02"
	g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut"
	k="20" />
    <hkern g1="C,D,G,Ccedilla,Eth,Thorn,Cacute,Ccircumflex,Cdotaccent,Ccaron,Dcaron,Dcroat,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,uni01B7,uni1E0A"
	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE,Amacron,Abreve,Aogonek"
	k="40" />
    <hkern g1="C,D,G,Ccedilla,Eth,Thorn,Cacute,Ccircumflex,Cdotaccent,Ccaron,Dcaron,Dcroat,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,uni01B7,uni1E0A"
	g2="V,W,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
	k="50" />
    <hkern g1="C,D,G,Ccedilla,Eth,Thorn,Cacute,Ccircumflex,Cdotaccent,Ccaron,Dcaron,Dcroat,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,uni01B7,uni1E0A"
	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Obreve,Ohungarumlaut,OE"
	k="20" />
    <hkern g1="C,D,G,Ccedilla,Eth,Thorn,Cacute,Ccircumflex,Cdotaccent,Ccaron,Dcaron,Dcroat,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,uni01B7,uni1E0A"
	g2="a,g,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek,gbreve,gdotaccent,gcommaaccent"
	k="20" />
    <hkern g1="C,D,G,Ccedilla,Eth,Thorn,Cacute,Ccircumflex,Cdotaccent,Ccaron,Dcaron,Dcroat,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,uni01B7,uni1E0A"
	g2="v,w,y,yacute,ydieresis,ycircumflex,ygrave"
	k="10" />
    <hkern g1="C,D,G,Ccedilla,Eth,Thorn,Cacute,Ccircumflex,Cdotaccent,Ccaron,Dcaron,Dcroat,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,uni01B7,uni1E0A"
	g2="T,uni0162,Tcaron,uni1E6A,uni1E6C"
	k="40" />
    <hkern g1="C,D,G,Ccedilla,Eth,Thorn,Cacute,Ccircumflex,Cdotaccent,Ccaron,Dcaron,Dcroat,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,uni01B7,uni1E0A"
	g2="j"
	k="30" />
    <hkern g1="C,D,G,Ccedilla,Eth,Thorn,Cacute,Ccircumflex,Cdotaccent,Ccaron,Dcaron,Dcroat,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,uni01B7,uni1E0A"
	g2="x"
	k="30" />
    <hkern g1="C,D,G,Ccedilla,Eth,Thorn,Cacute,Ccircumflex,Cdotaccent,Ccaron,Dcaron,Dcroat,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,uni01B7,uni1E0A"
	g2="m,n,z,ntilde,nacute,ncommaaccent,ncaron,zacute,zdotaccent,zcaron,uni1E41"
	k="30" />
    <hkern g1="C,D,G,Ccedilla,Eth,Thorn,Cacute,Ccircumflex,Cdotaccent,Ccaron,Dcaron,Dcroat,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,uni01B7,uni1E0A"
	g2="s,sacute,scedilla,scaron,uni1E61,uni1E63"
	k="20" />
    <hkern g1="C,D,G,Ccedilla,Eth,Thorn,Cacute,Ccircumflex,Cdotaccent,Ccaron,Dcaron,Dcroat,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,uni01B7,uni1E0A"
	g2="f,t,uni0163,uni1E6B,uni1E6D,uniFB00,uniFB01,uniFB03,uniFB04"
	k="20" />
    <hkern g1="C,D,G,Ccedilla,Eth,Thorn,Cacute,Ccircumflex,Cdotaccent,Ccaron,Dcaron,Dcroat,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,uni01B7,uni1E0A"
	g2="X,Z,Zacute,Zdotaccent,Zcaron"
	k="40" />
    <hkern g1="C,D,G,Ccedilla,Eth,Thorn,Cacute,Ccircumflex,Cdotaccent,Ccaron,Dcaron,Dcroat,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,uni01B7,uni1E0A"
	g2="S,Sacute,Scedilla,Scaron,uni1E60,uni1E62"
	k="10" />
    <hkern g1="C,D,G,Ccedilla,Eth,Thorn,Cacute,Ccircumflex,Cdotaccent,Ccaron,Dcaron,Dcroat,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,uni01B7,uni1E0A"
	g2="r,rcaron"
	k="20" />
    <hkern g1="C,D,G,Ccedilla,Eth,Thorn,Cacute,Ccircumflex,Cdotaccent,Ccaron,Dcaron,Dcroat,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,uni01B7,uni1E0A"
	g2="p,uni1E57"
	k="20" />
    <hkern g1="C,D,G,Ccedilla,Eth,Thorn,Cacute,Ccircumflex,Cdotaccent,Ccaron,Dcaron,Dcroat,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,uni01B7,uni1E0A"
	g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut"
	k="30" />
    <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,Emacron,Eogonek,Ecaron,OE,uni1EBC"
	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE,Amacron,Abreve,Aogonek"
	k="30" />
    <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,Emacron,Eogonek,Ecaron,OE,uni1EBC"
	g2="V,W,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
	k="50" />
    <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,Emacron,Eogonek,Ecaron,OE,uni1EBC"
	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Obreve,Ohungarumlaut,OE"
	k="40" />
    <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,Emacron,Eogonek,Ecaron,OE,uni1EBC"
	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,ccircumflex,ccaron,dcaron,emacron,ebreve,eogonek,omacron,obreve,ohungarumlaut,oe"
	k="30" />
    <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,Emacron,Eogonek,Ecaron,OE,uni1EBC"
	g2="a,g,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek,gbreve,gdotaccent,gcommaaccent"
	k="30" />
    <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,Emacron,Eogonek,Ecaron,OE,uni1EBC"
	g2="v,w,y,yacute,ydieresis,ycircumflex,ygrave"
	k="40" />
    <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,Emacron,Eogonek,Ecaron,OE,uni1EBC"
	g2="T,uni0162,Tcaron,uni1E6A,uni1E6C"
	k="20" />
    <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,Emacron,Eogonek,Ecaron,OE,uni1EBC"
	g2="J"
	k="20" />
    <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,Emacron,Eogonek,Ecaron,OE,uni1EBC"
	g2="j"
	k="30" />
    <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,Emacron,Eogonek,Ecaron,OE,uni1EBC"
	g2="x"
	k="30" />
    <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,Emacron,Eogonek,Ecaron,OE,uni1EBC"
	g2="m,n,z,ntilde,nacute,ncommaaccent,ncaron,zacute,zdotaccent,zcaron,uni1E41"
	k="40" />
    <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,Emacron,Eogonek,Ecaron,OE,uni1EBC"
	g2="s,sacute,scedilla,scaron,uni1E61,uni1E63"
	k="20" />
    <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,Emacron,Eogonek,Ecaron,OE,uni1EBC"
	g2="f,t,uni0163,uni1E6B,uni1E6D,uniFB00,uniFB01,uniFB03,uniFB04"
	k="30" />
    <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,Emacron,Eogonek,Ecaron,OE,uni1EBC"
	g2="X,Z,Zacute,Zdotaccent,Zcaron"
	k="30" />
    <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,Emacron,Eogonek,Ecaron,OE,uni1EBC"
	g2="S,Sacute,Scedilla,Scaron,uni1E60,uni1E62"
	k="50" />
    <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,Emacron,Eogonek,Ecaron,OE,uni1EBC"
	g2="r,rcaron"
	k="30" />
    <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,Emacron,Eogonek,Ecaron,OE,uni1EBC"
	g2="p,uni1E57"
	k="20" />
    <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,Emacron,Eogonek,Ecaron,OE,uni1EBC"
	g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut"
	k="45" />
    <hkern g1="F,uni1E1E"
	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE,Amacron,Abreve,Aogonek"
	k="40" />
    <hkern g1="F,uni1E1E"
	g2="V,W,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
	k="20" />
    <hkern g1="F,uni1E1E"
	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Obreve,Ohungarumlaut,OE"
	k="30" />
    <hkern g1="F,uni1E1E"
	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,ccircumflex,ccaron,dcaron,emacron,ebreve,eogonek,omacron,obreve,ohungarumlaut,oe"
	k="30" />
    <hkern g1="F,uni1E1E"
	g2="a,g,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek,gbreve,gdotaccent,gcommaaccent"
	k="30" />
    <hkern g1="F,uni1E1E"
	g2="v,w,y,yacute,ydieresis,ycircumflex,ygrave"
	k="10" />
    <hkern g1="F,uni1E1E"
	g2="J"
	k="30" />
    <hkern g1="F,uni1E1E"
	g2="j"
	k="20" />
    <hkern g1="F,uni1E1E"
	g2="x"
	k="40" />
    <hkern g1="F,uni1E1E"
	g2="m,n,z,ntilde,nacute,ncommaaccent,ncaron,zacute,zdotaccent,zcaron,uni1E41"
	k="50" />
    <hkern g1="F,uni1E1E"
	g2="s,sacute,scedilla,scaron,uni1E61,uni1E63"
	k="40" />
    <hkern g1="F,uni1E1E"
	g2="f,t,uni0163,uni1E6B,uni1E6D,uniFB00,uniFB01,uniFB03,uniFB04"
	k="20" />
    <hkern g1="F,uni1E1E"
	g2="X,Z,Zacute,Zdotaccent,Zcaron"
	k="30" />
    <hkern g1="F,uni1E1E"
	g2="S,Sacute,Scedilla,Scaron,uni1E60,uni1E62"
	k="40" />
    <hkern g1="F,uni1E1E"
	g2="r,rcaron"
	k="40" />
    <hkern g1="F,uni1E1E"
	g2="p,uni1E57"
	k="30" />
    <hkern g1="F,uni1E1E"
	g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut"
	k="50" />
    <hkern g1="J"
	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE,Amacron,Abreve,Aogonek"
	k="30" />
    <hkern g1="J"
	g2="V,W,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
	k="50" />
    <hkern g1="J"
	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Obreve,Ohungarumlaut,OE"
	k="30" />
    <hkern g1="J"
	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,ccircumflex,ccaron,dcaron,emacron,ebreve,eogonek,omacron,obreve,ohungarumlaut,oe"
	k="20" />
    <hkern g1="J"
	g2="a,g,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek,gbreve,gdotaccent,gcommaaccent"
	k="30" />
    <hkern g1="J"
	g2="v,w,y,yacute,ydieresis,ycircumflex,ygrave"
	k="30" />
    <hkern g1="J"
	g2="j"
	k="20" />
    <hkern g1="J"
	g2="x"
	k="50" />
    <hkern g1="J"
	g2="m,n,z,ntilde,nacute,ncommaaccent,ncaron,zacute,zdotaccent,zcaron,uni1E41"
	k="40" />
    <hkern g1="J"
	g2="s,sacute,scedilla,scaron,uni1E61,uni1E63"
	k="20" />
    <hkern g1="J"
	g2="X,Z,Zacute,Zdotaccent,Zcaron"
	k="50" />
    <hkern g1="J"
	g2="S,Sacute,Scedilla,Scaron,uni1E60,uni1E62"
	k="30" />
    <hkern g1="J"
	g2="r,rcaron"
	k="30" />
    <hkern g1="J"
	g2="p,uni1E57"
	k="20" />
    <hkern g1="J"
	g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut"
	k="40" />
    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
	g2="V,W,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
	k="60" />
    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Obreve,Ohungarumlaut,OE"
	k="40" />
    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,ccircumflex,ccaron,dcaron,emacron,ebreve,eogonek,omacron,obreve,ohungarumlaut,oe"
	k="30" />
    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
	g2="a,g,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek,gbreve,gdotaccent,gcommaaccent"
	k="20" />
    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
	g2="v,w,y,yacute,ydieresis,ycircumflex,ygrave"
	k="40" />
    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
	g2="T,uni0162,Tcaron,uni1E6A,uni1E6C"
	k="40" />
    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
	g2="j"
	k="10" />
    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
	g2="m,n,z,ntilde,nacute,ncommaaccent,ncaron,zacute,zdotaccent,zcaron,uni1E41"
	k="40" />
    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
	g2="s,sacute,scedilla,scaron,uni1E61,uni1E63"
	k="20" />
    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
	g2="f,t,uni0163,uni1E6B,uni1E6D,uniFB00,uniFB01,uniFB03,uniFB04"
	k="30" />
    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
	g2="S,Sacute,Scedilla,Scaron,uni1E60,uni1E62"
	k="40" />
    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
	g2="r,rcaron"
	k="30" />
    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
	g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut"
	k="40" />
    <hkern g1="P,uni01F7,uni1E56"
	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE,Amacron,Abreve,Aogonek"
	k="60" />
    <hkern g1="P,uni01F7,uni1E56"
	g2="V,W,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
	k="40" />
    <hkern g1="P,uni01F7,uni1E56"
	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Obreve,Ohungarumlaut,OE"
	k="20" />
    <hkern g1="P,uni01F7,uni1E56"
	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,ccircumflex,ccaron,dcaron,emacron,ebreve,eogonek,omacron,obreve,ohungarumlaut,oe"
	k="40" />
    <hkern g1="P,uni01F7,uni1E56"
	g2="a,g,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek,gbreve,gdotaccent,gcommaaccent"
	k="50" />
    <hkern g1="P,uni01F7,uni1E56"
	g2="T,uni0162,Tcaron,uni1E6A,uni1E6C"
	k="30" />
    <hkern g1="P,uni01F7,uni1E56"
	g2="J"
	k="40" />
    <hkern g1="P,uni01F7,uni1E56"
	g2="x"
	k="40" />
    <hkern g1="P,uni01F7,uni1E56"
	g2="m,n,z,ntilde,nacute,ncommaaccent,ncaron,zacute,zdotaccent,zcaron,uni1E41"
	k="40" />
    <hkern g1="P,uni01F7,uni1E56"
	g2="s,sacute,scedilla,scaron,uni1E61,uni1E63"
	k="30" />
    <hkern g1="P,uni01F7,uni1E56"
	g2="X,Z,Zacute,Zdotaccent,Zcaron"
	k="60" />
    <hkern g1="P,uni01F7,uni1E56"
	g2="S,Sacute,Scedilla,Scaron,uni1E60,uni1E62"
	k="30" />
    <hkern g1="P,uni01F7,uni1E56"
	g2="r,rcaron"
	k="30" />
    <hkern g1="P,uni01F7,uni1E56"
	g2="p,uni1E57"
	k="20" />
    <hkern g1="P,uni01F7,uni1E56"
	g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut"
	k="40" />
    <hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Omacron,Obreve,Ohungarumlaut"
	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE,Amacron,Abreve,Aogonek"
	k="30" />
    <hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Omacron,Obreve,Ohungarumlaut"
	g2="V,W,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
	k="40" />
    <hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Omacron,Obreve,Ohungarumlaut"
	g2="a,g,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek,gbreve,gdotaccent,gcommaaccent"
	k="20" />
    <hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Omacron,Obreve,Ohungarumlaut"
	g2="T,uni0162,Tcaron,uni1E6A,uni1E6C"
	k="40" />
    <hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Omacron,Obreve,Ohungarumlaut"
	g2="m,n,z,ntilde,nacute,ncommaaccent,ncaron,zacute,zdotaccent,zcaron,uni1E41"
	k="20" />
    <hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Omacron,Obreve,Ohungarumlaut"
	g2="X,Z,Zacute,Zdotaccent,Zcaron"
	k="50" />
    <hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Omacron,Obreve,Ohungarumlaut"
	g2="S,Sacute,Scedilla,Scaron,uni1E60,uni1E62"
	k="20" />
    <hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Omacron,Obreve,Ohungarumlaut"
	g2="r,rcaron"
	k="20" />
    <hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Omacron,Obreve,Ohungarumlaut"
	g2="p,uni1E57"
	k="10" />
    <hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Omacron,Obreve,Ohungarumlaut"
	g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut"
	k="15" />
    <hkern g1="R,Rcaron"
	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE,Amacron,Abreve,Aogonek"
	k="10" />
    <hkern g1="R,Rcaron"
	g2="V,W,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
	k="50" />
    <hkern g1="R,Rcaron"
	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Obreve,Ohungarumlaut,OE"
	k="10" />
    <hkern g1="R,Rcaron"
	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,ccircumflex,ccaron,dcaron,emacron,ebreve,eogonek,omacron,obreve,ohungarumlaut,oe"
	k="10" />
    <hkern g1="R,Rcaron"
	g2="a,g,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek,gbreve,gdotaccent,gcommaaccent"
	k="10" />
    <hkern g1="R,Rcaron"
	g2="v,w,y,yacute,ydieresis,ycircumflex,ygrave"
	k="10" />
    <hkern g1="R,Rcaron"
	g2="T,uni0162,Tcaron,uni1E6A,uni1E6C"
	k="20" />
    <hkern g1="R,Rcaron"
	g2="j"
	k="10" />
    <hkern g1="R,Rcaron"
	g2="m,n,z,ntilde,nacute,ncommaaccent,ncaron,zacute,zdotaccent,zcaron,uni1E41"
	k="10" />
    <hkern g1="R,Rcaron"
	g2="s,sacute,scedilla,scaron,uni1E61,uni1E63"
	k="10" />
    <hkern g1="R,Rcaron"
	g2="X,Z,Zacute,Zdotaccent,Zcaron"
	k="20" />
    <hkern g1="R,Rcaron"
	g2="S,Sacute,Scedilla,Scaron,uni1E60,uni1E62"
	k="20" />
    <hkern g1="R,Rcaron"
	g2="r,rcaron"
	k="20" />
    <hkern g1="R,Rcaron"
	g2="p,uni1E57"
	k="10" />
    <hkern g1="R,Rcaron"
	g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut"
	k="40" />
    <hkern g1="S,Sacute,Scedilla,Scaron,uni1E60,uni1E62"
	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE,Amacron,Abreve,Aogonek"
	k="30" />
    <hkern g1="S,Sacute,Scedilla,Scaron,uni1E60,uni1E62"
	g2="V,W,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
	k="50" />
    <hkern g1="S,Sacute,Scedilla,Scaron,uni1E60,uni1E62"
	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Obreve,Ohungarumlaut,OE"
	k="20" />
    <hkern g1="S,Sacute,Scedilla,Scaron,uni1E60,uni1E62"
	g2="v,w,y,yacute,ydieresis,ycircumflex,ygrave"
	k="20" />
    <hkern g1="S,Sacute,Scedilla,Scaron,uni1E60,uni1E62"
	g2="T,uni0162,Tcaron,uni1E6A,uni1E6C"
	k="40" />
    <hkern g1="S,Sacute,Scedilla,Scaron,uni1E60,uni1E62"
	g2="j"
	k="10" />
    <hkern g1="S,Sacute,Scedilla,Scaron,uni1E60,uni1E62"
	g2="x"
	k="40" />
    <hkern g1="S,Sacute,Scedilla,Scaron,uni1E60,uni1E62"
	g2="m,n,z,ntilde,nacute,ncommaaccent,ncaron,zacute,zdotaccent,zcaron,uni1E41"
	k="20" />
    <hkern g1="S,Sacute,Scedilla,Scaron,uni1E60,uni1E62"
	g2="f,t,uni0163,uni1E6B,uni1E6D,uniFB00,uniFB01,uniFB03,uniFB04"
	k="10" />
    <hkern g1="S,Sacute,Scedilla,Scaron,uni1E60,uni1E62"
	g2="X,Z,Zacute,Zdotaccent,Zcaron"
	k="50" />
    <hkern g1="S,Sacute,Scedilla,Scaron,uni1E60,uni1E62"
	g2="S,Sacute,Scedilla,Scaron,uni1E60,uni1E62"
	k="10" />
    <hkern g1="S,Sacute,Scedilla,Scaron,uni1E60,uni1E62"
	g2="r,rcaron"
	k="20" />
    <hkern g1="S,Sacute,Scedilla,Scaron,uni1E60,uni1E62"
	g2="p,uni1E57"
	k="10" />
    <hkern g1="S,Sacute,Scedilla,Scaron,uni1E60,uni1E62"
	g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut"
	k="25" />
    <hkern g1="T,uni0162,Tcaron,uni1E6A,uni1E6C"
	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE,Amacron,Abreve,Aogonek"
	k="50" />
    <hkern g1="T,uni0162,Tcaron,uni1E6A,uni1E6C"
	g2="V,W,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
	k="10" />
    <hkern g1="T,uni0162,Tcaron,uni1E6A,uni1E6C"
	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Obreve,Ohungarumlaut,OE"
	k="40" />
    <hkern g1="T,uni0162,Tcaron,uni1E6A,uni1E6C"
	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,ccircumflex,ccaron,dcaron,emacron,ebreve,eogonek,omacron,obreve,ohungarumlaut,oe"
	k="40" />
    <hkern g1="T,uni0162,Tcaron,uni1E6A,uni1E6C"
	g2="a,g,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek,gbreve,gdotaccent,gcommaaccent"
	k="40" />
    <hkern g1="T,uni0162,Tcaron,uni1E6A,uni1E6C"
	g2="v,w,y,yacute,ydieresis,ycircumflex,ygrave"
	k="20" />
    <hkern g1="T,uni0162,Tcaron,uni1E6A,uni1E6C"
	g2="J"
	k="40" />
    <hkern g1="T,uni0162,Tcaron,uni1E6A,uni1E6C"
	g2="x"
	k="30" />
    <hkern g1="T,uni0162,Tcaron,uni1E6A,uni1E6C"
	g2="m,n,z,ntilde,nacute,ncommaaccent,ncaron,zacute,zdotaccent,zcaron,uni1E41"
	k="40" />
    <hkern g1="T,uni0162,Tcaron,uni1E6A,uni1E6C"
	g2="s,sacute,scedilla,scaron,uni1E61,uni1E63"
	k="40" />
    <hkern g1="T,uni0162,Tcaron,uni1E6A,uni1E6C"
	g2="f,t,uni0163,uni1E6B,uni1E6D,uniFB00,uniFB01,uniFB03,uniFB04"
	k="20" />
    <hkern g1="T,uni0162,Tcaron,uni1E6A,uni1E6C"
	g2="X,Z,Zacute,Zdotaccent,Zcaron"
	k="40" />
    <hkern g1="T,uni0162,Tcaron,uni1E6A,uni1E6C"
	g2="S,Sacute,Scedilla,Scaron,uni1E60,uni1E62"
	k="40" />
    <hkern g1="T,uni0162,Tcaron,uni1E6A,uni1E6C"
	g2="r,rcaron"
	k="40" />
    <hkern g1="T,uni0162,Tcaron,uni1E6A,uni1E6C"
	g2="p,uni1E57"
	k="30" />
    <hkern g1="T,uni0162,Tcaron,uni1E6A,uni1E6C"
	g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut"
	k="40" />
    <hkern g1="V,W,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"