SVGFreeSansBoldItalic.svg 108 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:36:32 2010
 By Chris Lilley,,,
Copyleft 2002, 2003, 2005, 2008, 2009 Free Software Foundation.
</metadata>
<defs>
<font id="ascii" horiz-adv-x="556" >
  <font-face 
    font-family="SVGFreeSansASCII"
    font-weight="700"
    font-style="oblique"
    font-stretch="normal"
    units-per-em="1000"
    panose-1="2 11 7 4 2 2 2 9 2 4"
    ascent="800"
    descent="-200"
    x-height="540"
    cap-height="729"
    bbox="-65 -220 1104 953"
    underline-thickness="69"
    underline-position="-111"
    slope="-12"
    stemh="113"
    stemv="145"
    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="M417 726l-45 -210l-107 -309h-67l24 309l45 210h150zM293 146l-31 -146h-150l31 146h150z" />
    <glyph glyph-name="quotedbl" unicode="&#x22;" horiz-adv-x="474" 
d="M343 729l-28 -130l-69 -129h-56l-13 129l28 130h138zM579 729l-28 -130l-69 -129h-56l-13 129l28 130h138z" />
    <glyph glyph-name="numbersign" unicode="#" 
d="M138 -32h-105l83 204h-77l21 100h97l62 152h-99l22 100h118l71 173h106l-72 -173h103l71 173h106l-72 -173h87l-21 -100h-106l-62 -152h99l-21 -100h-119l-84 -204h-105l83 204h-102zM262 272h103l62 152h-102z" />
    <glyph glyph-name="dollar" unicode="$" 
d="M461 709c70 -6 167 -31 167 -162c0 -15 -1 -27 -5 -49h-128c2 19 3 28 3 40c0 38 -22 64 -58 70l-43 -201c85 -26 176 -68 176 -170c0 -88 -52 -176 -128 -218c-39 -21 -83 -34 -139 -40l-22 -105h-68l23 105c-116 12 -180 72 -180 169c0 18 2 34 8 59h130
c-1 -19 -1 -26 -1 -33c0 -51 21 -79 65 -88l46 213c-111 28 -165 85 -165 176c0 56 34 213 252 234l11 54h68zM372 608c-92 -18 -100 -86 -100 -107c0 -33 21 -58 62 -74zM371 282l-42 -196c64 15 101 56 101 112c0 40 -20 68 -59 84z" />
    <glyph glyph-name="percent" unicode="%" horiz-adv-x="889" 
d="M756 709h77l-551 -729h-76zM352 701c89 0 153 -61 153 -144c0 -115 -107 -220 -225 -220c-86 0 -151 62 -151 145c0 113 108 219 223 219zM331 603c-53 0 -102 -49 -102 -102c0 -37 32 -66 73 -66c54 0 103 48 103 101c0 38 -32 67 -74 67zM750 344
c89 0 153 -61 153 -144c0 -115 -107 -220 -225 -220c-86 0 -151 62 -151 145c0 113 108 219 223 219zM729 246c-53 0 -102 -49 -102 -102c0 -37 32 -66 73 -66c54 0 103 48 103 101c0 38 -32 67 -74 67z" />
    <glyph glyph-name="ampersand" unicode="&#x26;" horiz-adv-x="722" 
d="M624 605c0 -128 -119 -190 -159 -213l82 -137c34 31 49 61 60 118h113c-11 -73 -59 -160 -118 -213l94 -160h-160l-37 60c-92 -66 -135 -83 -212 -83c-124 0 -198 67 -198 179c0 101 56 174 210 245c-36 51 -53 91 -53 122c0 107 105 200 225 200c91 0 153 -47 153 -118z
M347 319l-52 -29c-49 -28 -69 -57 -69 -103c0 -52 40 -94 89 -94c34 0 65 14 131 59zM419 470c52 27 80 63 80 104c0 25 -19 41 -51 41c-38 0 -65 -26 -65 -63c0 -18 5 -28 36 -82z" />
    <glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="238" 
d="M343 729l-28 -130l-70 -129h-55l-13 129l28 130h138z" />
    <glyph glyph-name="parenleft" unicode="(" horiz-adv-x="333" 
d="M458 729c-152 -208 -255 -386 -255 -617c0 -92 14 -168 58 -312h-100c-51 117 -77 225 -77 322c0 202 84 388 274 607h100z" />
    <glyph glyph-name="parenright" unicode=")" horiz-adv-x="333" 
d="M356 406c0 -133 -28 -323 -277 -606h-100c156 210 258 385 258 616c0 93 -14 166 -61 313h100c55 -121 80 -225 80 -323z" />
    <glyph glyph-name="asterisk" unicode="*" horiz-adv-x="389" 
d="M246 544l-101 36l37 69l101 -36l24 116h72l-25 -116l117 36l7 -70l-116 -35l47 -94l-67 -43l-47 94l-87 -94l-49 43z" />
    <glyph glyph-name="plus" unicode="+" horiz-adv-x="584" 
d="M596 292l-25 -120h-183l-39 -182h-119l39 182h-182l25 120h182l39 181h119l-39 -181h183z" />
    <glyph glyph-name="comma" unicode="," horiz-adv-x="278" 
d="M95 146h150l-29 -137c-19 -110 -79 -167 -189 -183l12 56c62 11 98 50 111 118h-86z" />
    <glyph glyph-name="hyphen" unicode="-" horiz-adv-x="333" 
d="M371 342l-29 -135h-272l29 135h272z" />
    <glyph glyph-name="period" unicode="." horiz-adv-x="278" 
d="M245 146l-31 -146h-150l31 146h150z" />
    <glyph glyph-name="slash" unicode="/" horiz-adv-x="278" 
d="M360 714h67l-361 -728h-67z" />
    <glyph glyph-name="zero" unicode="0" 
d="M421 724c120 0 193 -75 193 -198c0 -101 -38 -275 -80 -366c-55 -119 -147 -183 -263 -183c-118 0 -190 76 -190 199c0 101 38 273 80 365c55 118 147 183 260 183zM394 612c-35 0 -64 -19 -88 -57c-33 -53 -82 -275 -82 -372c0 -51 30 -84 76 -84c59 0 93 39 121 138
c27 95 50 229 50 291c0 51 -30 84 -77 84z" />
    <glyph glyph-name="one" unicode="1" 
d="M342 489h-170l20 93c122 0 204 43 244 127h93l-151 -709h-140z" />
    <glyph glyph-name="two" unicode="2" 
d="M628 552c0 -240 -314 -315 -390 -427h300l-26 -125h-482c73 275 260 254 401 404c34 34 54 82 54 128c0 50 -32 80 -86 80c-69 0 -114 -53 -127 -150h-134c26 168 128 262 283 262c130 0 207 -64 207 -172z" />
    <glyph glyph-name="three" unicode="3" 
d="M422 230c0 74 -45 87 -138 87l20 94h12c90 0 149 52 149 131c0 41 -32 70 -77 70c-97 0 -110 -97 -117 -126h-129c31 163 117 238 271 238c127 0 200 -55 200 -151c0 -79 -40 -144 -120 -193c49 -30 72 -69 72 -123c0 -157 -112 -280 -293 -280c-130 0 -205 64 -205 174
c0 19 2 34 6 57h136l1 -10v-22c1 -49 33 -77 90 -77c67 0 122 60 122 131z" />
    <glyph glyph-name="four" unicode="4" 
d="M580 273l-25 -116h-73l-34 -157h-140l34 157h-285l25 118l352 434h165l-93 -436h74zM366 273l65 304l-249 -304h184z" />
    <glyph glyph-name="five" unicode="5" 
d="M572 300c0 -67 -51 -323 -313 -323c-120 0 -200 65 -200 164c0 13 1 24 5 44h138c-1 -9 -2 -17 -2 -22c0 -39 35 -64 88 -64c81 0 141 76 141 177c0 58 -32 91 -90 91c-42 0 -79 -19 -101 -53h-126l146 395h383l-27 -125h-296l-54 -148c47 31 85 43 132 43
c109 0 176 -69 176 -179z" />
    <glyph glyph-name="six" unicode="6" 
d="M85 171c0 111 54 553 358 553c113 0 182 -58 182 -153c0 -5 0 -14 -1 -23h-130c-9 46 -32 64 -80 64c-87 0 -117 -65 -154 -201c50 38 97 56 149 56c105 0 168 -63 168 -167c0 -79 -59 -323 -293 -323c-121 0 -199 76 -199 194zM352 355c-74 0 -137 -77 -137 -167
c0 -52 35 -89 86 -89c73 0 133 77 133 170c0 51 -33 86 -82 86z" />
    <glyph glyph-name="seven" unicode="7" 
d="M679 709l-23 -110l-105 -108c-147 -163 -225 -300 -278 -491h-142c80 242 178 396 373 584h-353l27 125h501z" />
    <glyph glyph-name="eight" unicode="8" 
d="M620 570c0 -110 -96 -165 -129 -184c61 -37 84 -73 84 -133c0 -68 -33 -143 -86 -194c-54 -53 -130 -82 -213 -82c-133 0 -216 69 -216 178c0 147 120 210 161 231c-47 36 -65 66 -65 109c0 125 121 229 266 229c117 0 198 -63 198 -154zM398 612
c-67 0 -120 -49 -120 -112c0 -45 34 -75 85 -75c70 0 127 51 127 115c0 43 -37 72 -92 72zM342 330c-78 0 -139 -66 -139 -150c0 -47 40 -81 94 -81c79 0 135 62 135 148c0 51 -35 83 -90 83z" />
    <glyph glyph-name="nine" unicode="9" 
d="M611 519c0 -102 -54 -542 -363 -542c-107 0 -180 63 -180 155c0 10 1 17 4 33h135c-1 -5 -1 -9 -1 -12c0 -32 32 -54 79 -54c62 0 115 33 151 192c-56 -48 -91 -63 -147 -63c-104 0 -169 67 -169 175c0 179 129 321 293 321c120 0 198 -81 198 -205zM389 612
c-74 0 -132 -80 -132 -181c0 -53 31 -87 80 -87c80 0 144 78 144 175c0 57 -36 93 -92 93z" />
    <glyph glyph-name="colon" unicode=":" horiz-adv-x="333" 
d="M294 146l-31 -146h-150l31 146h150zM374 520l-31 -146h-150l31 146h150z" />
    <glyph glyph-name="semicolon" unicode=";" horiz-adv-x="333" 
d="M144 146h150l-29 -137c-19 -110 -79 -167 -189 -183l12 56c62 11 98 50 111 118h-86zM374 520l-31 -146h-150l31 146h150z" />
    <glyph glyph-name="less" unicode="&#x3c;" horiz-adv-x="584" 
d="M630 474l-27 -129l-340 -113l292 -111l-28 -131l-450 182l26 121z" />
    <glyph glyph-name="equal" unicode="=" horiz-adv-x="584" 
d="M622 412l-25 -120h-485l25 120h485zM571 172l-25 -120h-485l25 120h485z" />
    <glyph glyph-name="greater" unicode="&#x3e;" horiz-adv-x="584" 
d="M38 -10l27 129l340 113l-292 111l28 131l450 -182l-26 -121z" />
    <glyph glyph-name="question" unicode="?" horiz-adv-x="611" 
d="M456 744c173 0 216 -107 216 -178c0 -153 -122 -219 -167 -246c-68 -42 -77 -53 -91 -119h-122c18 192 237 193 237 332c0 51 -38 87 -91 87c-68 0 -117 -51 -134 -139h-136c13 59 58 263 288 263zM418 146l-31 -146h-150l31 146h150z" />
    <glyph glyph-name="at" unicode="@" horiz-adv-x="975" 
d="M1032 439c0 -228 -196 -383 -327 -383c-56 0 -93 24 -108 70c-49 -48 -104 -73 -159 -73c-81 0 -137 56 -137 136c0 60 34 135 90 201c69 80 157 128 235 128c50 0 77 -19 97 -69l27 59h90l-136 -280c-17 -33 -19 -40 -19 -54c0 -21 16 -35 39 -35c51 0 215 106 215 286
c0 120 -109 237 -298 237c-371 0 -468 -360 -468 -466c0 -146 125 -250 303 -250c63 0 118 11 212 41l12 -79c-76 -31 -152 -45 -247 -45c-306 0 -380 199 -380 318c0 130 60 269 162 376c114 120 271 188 435 188c217 0 362 -140 362 -306zM671 376c0 41 -28 70 -70 70
c-85 0 -200 -131 -200 -231c0 -47 27 -79 67 -79c91 0 203 148 203 240z" />
    <glyph glyph-name="A" unicode="A" horiz-adv-x="722" 
d="M532 147h-272l-81 -147h-153l407 729h173l97 -729h-153zM518 272l-35 283l-154 -283h189z" />
    <glyph glyph-name="B" unicode="B" horiz-adv-x="722" 
d="M562 729c161 0 200 -91 200 -158c0 -69 -41 -133 -117 -183c51 -40 71 -78 71 -133c0 -59 -32 -129 -81 -177c-56 -54 -125 -78 -225 -78h-328l155 729h325zM489 439c105 0 124 63 124 103c0 43 -27 62 -89 62h-164l-35 -165h164zM437 125c105 0 131 67 131 120
c0 47 -29 69 -91 69h-178l-40 -189h178z" />
    <glyph glyph-name="C" unicode="C" horiz-adv-x="722" 
d="M107 235c0 282 182 506 426 506c155 0 260 -85 260 -209c0 -11 -1 -22 -4 -50h-141c0 77 -33 131 -132 131c-221 0 -260 -279 -260 -349c0 -105 50 -159 147 -159c96 0 167 52 196 144h143c-44 -171 -178 -272 -360 -272c-171 0 -275 98 -275 258z" />
    <glyph glyph-name="D" unicode="D" horiz-adv-x="722" 
d="M77 0l155 729h285c181 0 259 -75 259 -250c0 -115.602 -55.6191 -479 -414 -479h-285zM254 125h134c212.2 0 239 266.436 239 344c0 91 -45 135 -137 135h-135z" />
    <glyph glyph-name="E" unicode="E" horiz-adv-x="667" 
d="M296 314l-40 -189h395l-27 -125h-545l155 729h528l-27 -125h-378l-35 -165h349l-26 -125h-349z" />
    <glyph glyph-name="F" unicode="F" horiz-adv-x="611" 
d="M291 314l-67 -314h-150l155 729h512l-27 -125h-362l-35 -165h320l-27 -125h-319z" />
    <glyph glyph-name="G" unicode="G" horiz-adv-x="778" 
d="M795 392l-84 -394h-90l7 90c-74 -79 -140 -111 -233 -111c-176 0 -288 111 -288 285c0 116 48 243 126 334c82 95 191 145 314 145c163 0 272 -86 272 -212c0 -8 -1 -19 -2 -33h-138c-8 75 -65 117 -160 117c-85 0 -153 -38 -201 -112c-36 -55 -62 -146 -62 -217
c0 -103 72 -179 170 -179c138 0 200 113 216 162h-166l27 125h292z" />
    <glyph glyph-name="H" unicode="H" horiz-adv-x="722" 
d="M577 331h-289l-70 -331h-150l155 729h150l-58 -273h288l58 273h151l-155 -729h-150z" />
    <glyph glyph-name="I" unicode="I" horiz-adv-x="278" 
d="M368 729l-155 -729h-150l155 729h150z" />
    <glyph glyph-name="J" unicode="J" 
d="M491 729h150l-115 -539c-16 -76 -51 -135 -100 -167c-43 -28 -113 -46 -179 -46c-117 0 -188 59 -188 156c0 21 2 43 7 65l15 72h150l-16 -77c-3 -13 -4 -24 -4 -34c0 -32 27 -54 66 -54c53 0 87 30 99 85z" />
    <glyph glyph-name="K" unicode="K" horiz-adv-x="722" 
d="M274 234l-50 -234h-150l155 729h150l-68 -320l354 320h178l-361 -319l235 -410h-179l-173 314z" />
    <glyph glyph-name="L" unicode="L" horiz-adv-x="611" 
d="M385 729l-128 -604h349l-27 -125h-499l155 729h150z" />
    <glyph glyph-name="M" unicode="M" horiz-adv-x="833" 
d="M497 0h-150l-7 619l-132 -619h-142l155 729h217l20 -560l254 560h219l-155 -729h-142l132 619z" />
    <glyph glyph-name="N" unicode="N" horiz-adv-x="722" 
d="M816 729l-155 -729h-148l-192 523l-111 -523h-142l155 729h150l192 -515l109 515h142z" />
    <glyph glyph-name="O" unicode="O" horiz-adv-x="778" 
d="M538 741c183 0 290 -106 290 -286c0 -118 -45 -240 -123 -331c-86 -102 -182 -147 -310 -147c-178 0 -289 109 -289 284c0 115 47 241 125 333c82 99 183 147 307 147zM419 105c219 0 260 266 260 332c0 110 -60 176 -160 176c-220 0 -264 -262 -264 -331
c0 -109 63 -177 164 -177z" />
    <glyph glyph-name="P" unicode="P" horiz-adv-x="667" 
d="M539 729c167 0 208 -98 208 -169c0 -77 -35 -162 -89 -219c-53 -57 -111 -81 -190 -81h-187l-55 -260h-150l155 729h308zM461 385c110 0 137 84 137 140c0 47 -36 79 -90 79h-154l-46 -219h153z" />
    <glyph glyph-name="Q" unicode="Q" horiz-adv-x="778" 
d="M686 103l64 -76l-93 -81l-69 81c-61 -34 -120 -50 -191 -50c-177 0 -288 110 -288 285c0 116 47 242 123 332c83 100 182 147 306 147c183 0 293 -109 293 -288c0 -123 -60 -268 -145 -350zM539 278l65 -78c46 58 78 154 78 236c0 111 -61 177 -164 177
c-76 0 -139 -35 -189 -105c-44 -61 -71 -147 -71 -226c0 -109 61 -177 160 -177c32 0 64 7 89 19l-62 73z" />
    <glyph glyph-name="R" unicode="R" horiz-adv-x="722" 
d="M510 41c0 61 38 157 38 193c0 37 -28 55 -85 55h-172l-61 -289h-150l155 729h377c138 0 173 -95 173 -150c0 -145 -120 -204 -167 -227c52 -17 78 -44 78 -82c0 -63 -31 -170 -31 -209c0 -14 5 -24 18 -34l-6 -27h-159c-6 19 -8 29 -8 41zM636 534c0 56 -49 70 -110 70
h-168l-40 -190h181c113 0 137 79 137 120z" />
    <glyph glyph-name="S" unicode="S" horiz-adv-x="667" 
d="M151 472c0 149 123 269 322 269c159 0 252 -64 252 -172c0 -20 -2 -34 -8 -62h-140c1 9 2 18 2 23c0 54 -47 83 -132 83c-91 0 -147 -40 -147 -104c0 -38 27 -54 121 -73l109 -22c102 -20 157 -72 157 -149c0 -108 -68 -288 -342 -288c-215 0 -269 112 -269 197
c0 14 1 24 4 44h146c-1 -9 -2 -18 -2 -23c0 -57 52 -90 143 -90c104 0 171 44 171 111c0 47 -29 67 -120 85l-98 20c-119 24 -169 68 -169 151z" />
    <glyph glyph-name="T" unicode="T" horiz-adv-x="611" 
d="M514 604l-129 -604h-150l129 604h-222l27 125h584l-27 -125h-212z" />
    <glyph glyph-name="U" unicode="U" horiz-adv-x="722" 
d="M659 729h150l-105 -494c-18 -83 -50 -139 -107 -184c-61 -48 -143 -74 -231 -74c-151 0 -247 74 -247 190c0 22 4 55 11 88l101 474h150l-105 -494c-3 -16 -5 -30 -5 -45c0 -53 45 -85 123 -85c91 0 141 40 160 130z" />
    <glyph glyph-name="V" unicode="V" horiz-adv-x="667" 
d="M400 0h-127l-94 729h151l45 -549l276 549h151z" />
    <glyph glyph-name="W" unicode="W" horiz-adv-x="944" 
d="M730 0h-135l-4 555l-237 -555h-135l-51 729h159l-3 -546l224 546h158l-3 -548l225 548h159z" />
    <glyph glyph-name="X" unicode="X" horiz-adv-x="667" 
d="M499 372l156 -372h-179l-90 249l-189 -249h-175l310 367l-145 362h178l79 -236l183 236h175z" />
    <glyph glyph-name="Y" unicode="Y" horiz-adv-x="667" 
d="M477 270l-58 -270h-150l58 270l-145 459h167l82 -315l207 315h167z" />
    <glyph glyph-name="Z" unicode="Z" horiz-adv-x="611" 
d="M733 729l-27 -125l-474 -479h373l-27 -125h-548l27 125l474 479h-373l27 125h548z" />
    <glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="333" 
d="M463 729l-22 -100h-113l-154 -729h113l-21 -100h-243l197 929h243z" />
    <glyph glyph-name="backslash" unicode="\" horiz-adv-x="278" 
d="M138 709h74l73 -732h-75z" />
    <glyph glyph-name="bracketright" unicode="]" horiz-adv-x="333" 
d="M-25 -200l22 100h113l154 729h-113l21 100h243l-197 -929h-243z" />
    <glyph glyph-name="asciicircum" unicode="^" horiz-adv-x="584" 
d="M580 270h-113l-58 300l-178 -300h-112l255 425h125z" />
    <glyph glyph-name="underscore" unicode="_" 
d="M550 -76l-15 -69h-600l15 69h600z" />
    <glyph glyph-name="grave" unicode="`" horiz-adv-x="333" 
d="M175 757h119l45 -150h-63z" />
    <glyph glyph-name="a" unicode="a" 
d="M386 549c161 0 192 -73 192 -121c0 -12 -2 -27 -6 -45l-63 -300c-2 -8 -3 -15 -3 -21c0 -15 6 -28 21 -45l-4 -17h-153c-5 11 -7 17 -7 27c0 7 0 12 3 27c-60 -54 -109 -77 -167 -77c-89 0 -149 53 -149 131c0 41 30 174 202 203l58 9c49 7 126 11 126 74
c0 30 -22 43 -73 43c-64 0 -95 -20 -112 -75h-131c28 130 109 187 266 187zM400 217l8 38c-17 -10 -16 -8 -47 -14l-66 -11c-65 -11 -102 -44 -102 -91c0 -33 25 -50 73 -50c68 0 116 46 134 128z" />
    <glyph glyph-name="b" unicode="b" horiz-adv-x="611" 
d="M214 729h140l-55 -259c45 54 98 79 166 79c106 0 175 -82 175 -207c0 -190 -143 -365 -297 -365c-67 0 -110 25 -132 78l-12 -55h-140zM409 437c-86 0 -161 -110 -161 -235c0 -68 35 -113 88 -113c85 0 161 108 161 230c0 73 -34 118 -88 118z" />
    <glyph glyph-name="c" unicode="c" 
d="M398 549c124 0 199 -75 199 -168c0 -10 -1 -19 -4 -43h-134c-1 56 -8 99 -82 99c-55 0 -92 -26 -120 -85c-24 -48 -37 -107 -37 -160c0 -69 29 -103 89 -103c54 0 87 27 118 98h134c-42 -134 -140 -210 -269 -210c-172 0 -215 117 -215 195c0 95 42 212 101 282
c52 63 126 95 220 95z" />
    <glyph glyph-name="d" unicode="d" horiz-adv-x="611" 
d="M405 0l12 55c-46 -53 -99 -78 -166 -78c-104 0 -172 82 -172 208c0 82 29 172 78 243c52 75 134 121 215 121c68 0 110 -25 133 -79l55 259h140l-155 -729h-140zM380 437c-83 0 -158 -110 -158 -231c0 -72 34 -117 87 -117c85 0 159 108 159 234c0 70 -34 114 -88 114z
" />
    <glyph glyph-name="e" unicode="e" 
d="M379 549c128 0 212 -82 212 -198c0 -38 -6 -80 -18 -125h-363c-3 -28 -3 -36 -3 -45c0 -55 38 -92 95 -92c48 0 92 25 112 63h138c-55 -111 -156 -175 -277 -175c-125 0 -211 84 -211 208c0 80 47 364 315 364zM448 334c0 55 -16 103 -86 103c-80 0 -117 -58 -134 -118
h220v15z" />
    <glyph glyph-name="f" unicode="f" horiz-adv-x="333" 
d="M425 529l-20 -93h-82l-93 -436h-140l93 436h-77l20 93h76l14 65c20 93 73 135 171 135c18 0 35 -1 77 -3l-22 -105c-27 3 -32 4 -42 4c-25 0 -39 -14 -46 -43l-12 -53h83z" />
    <glyph glyph-name="g" unicode="g" horiz-adv-x="611" 
d="M235 -218c-168 0 -209 70 -209 122c0 8 1 19 3 31h144l-1 -12c0 -29 37 -51 86 -51c73 0 132 45 146 110l16 73c-64 -59 -104 -78 -166 -78c-101 0 -175 80 -175 190c0 97 37 207 95 278c53 66 128 104 204 104c59 0 100 -30 127 -92l18 83h133l-119 -558
c-27 -128 -136 -200 -302 -200zM379 437c-82 0 -157 -113 -157 -236c0 -69 32 -112 84 -112c89 0 165 104 165 226c0 74 -36 122 -92 122z" />
    <glyph glyph-name="h" unicode="h" horiz-adv-x="611" 
d="M222 729h140l-58 -271c53 63 109 91 180 91c87 0 145 -53 145 -132c0 -18 -2 -36 -6 -55l-77 -362h-140l67 313c4 21 6 35 6 48c0 49 -26 76 -73 76c-64 0 -117 -52 -134 -133l-65 -304h-140z" />
    <glyph glyph-name="i" unicode="i" horiz-adv-x="278" 
d="M322 540l-115 -540h-140l115 540h140zM362 729l-27 -125h-140l27 125h140z" />
    <glyph glyph-name="j" unicode="j" horiz-adv-x="278" 
d="M325 540l-135 -634c-18 -87 -74 -124 -188 -124c-19 0 -31 1 -45 5l24 111c4 -3 11 -4 25 -4c30 0 44 12 51 44l128 602h140zM365 729l-27 -125h-140l27 125h140z" />
    <glyph glyph-name="k" unicode="k" 
d="M354 729l-85 -399l223 210h159l-232 -206l129 -334h-164l-79 239l-68 -62l-38 -177h-140l155 729h140z" />
    <glyph glyph-name="l" unicode="l" horiz-adv-x="278" 
d="M362 729l-155 -729h-140l155 729h140z" />
    <glyph glyph-name="m" unicode="m" horiz-adv-x="889" 
d="M175 540h139l-17 -81c59 65 106 90 171 90c62 0 110 -32 124 -82c55 57 109 82 177 82c90 0 142 -47 142 -126c0 -18 -2 -32 -8 -61l-77 -362h-140l72 340c3 14 5 29 5 41c0 36 -21 56 -58 56c-63 0 -108 -41 -123 -113l-69 -324h-140l74 346c2 11 3 21 3 33
c0 35 -25 58 -63 58c-58 0 -103 -43 -118 -113l-69 -324h-140z" />
    <glyph glyph-name="n" unicode="n" horiz-adv-x="611" 
d="M178 540h140l-18 -82c54 64 108 91 182 91c89 0 147 -52 147 -132c0 -18 -2 -36 -6 -55l-77 -362h-140l67 313c4 22 6 36 6 49c0 48 -26 75 -74 75c-67 0 -119 -51 -137 -133l-65 -304h-140z" />
    <glyph glyph-name="o" unicode="o" horiz-adv-x="611" 
d="M82 177c0 201 129 372 331 372c137 0 221 -76 221 -200c0 -206 -132 -372 -335 -372c-132 0 -217 78 -217 200zM324 89c134 0 167 176 167 231c0 71 -39 117 -100 117c-90 0 -166 -105 -166 -232c0 -71 39 -116 99 -116z" />
    <glyph glyph-name="p" unicode="p" horiz-adv-x="611" 
d="M312 540l-17 -80c46 59 102 89 169 89c106 0 173 -80 173 -207c0 -201 -132 -366 -293 -366c-70 0 -112 28 -133 88l-60 -282h-140l161 758h140zM406 437c-86 0 -160 -110 -160 -236c0 -68 35 -113 88 -113c86 0 160 108 160 235c0 69 -34 114 -88 114z" />
    <glyph glyph-name="q" unicode="q" horiz-adv-x="611" 
d="M519 540h140l-161 -758h-140l60 282c-45 -59 -102 -88 -170 -88c-106 0 -176 81 -176 204c0 86 30 179 80 250c54 75 134 119 217 119c69 0 113 -29 133 -89zM377 437c-86 0 -162 -110 -162 -235c0 -69 35 -114 89 -114c87 0 162 109 162 236c0 69 -35 113 -89 113z" />
    <glyph glyph-name="r" unicode="r" horiz-adv-x="389" 
d="M178 540h140l-23 -106c47 73 111 115 175 115c4 0 9 0 17 -1l-30 -142c-18 3 -28 4 -43 4c-82 0 -133 -41 -150 -123l-61 -287h-140z" />
    <glyph glyph-name="s" unicode="s" 
d="M127 345c0 115 104 204 260 204c126 0 202 -55 202 -145c0 -11 -1 -20 -5 -38h-135c2 9 3 13 3 19c0 32 -33 52 -88 52c-53 0 -88 -21 -88 -53c0 -20 14 -30 65 -45l96 -28c83 -25 122 -64 122 -124c0 -128 -108 -210 -278 -210c-177 0 -221 94 -221 150c0 9 1 15 4 30
h137c3 -58 64 -68 106 -68c61 0 104 23 104 55c0 23 -13 32 -76 52l-79 25c-88 29 -129 68 -129 124z" />
    <glyph glyph-name="t" unicode="t" horiz-adv-x="333" 
d="M414 529l-20 -93h-78l-62 -294c-4 -17 -6 -29 -6 -34c0 -15 15 -25 38 -25c11 0 19 1 33 3l-20 -98c-28 -8 -52 -11 -85 -11c-73 0 -113 31 -113 86c0 13 2 27 5 41l70 332h-69l20 93h69l31 145h140l-31 -145h78z" />
    <glyph glyph-name="u" unicode="u" horiz-adv-x="611" 
d="M541 0h-140l15 68c-54 -64 -108 -91 -182 -91c-88 0 -146 52 -146 132c0 18 2 36 6 55l80 376h140l-70 -327c-4 -23 -6 -35 -6 -49c0 -49 26 -75 76 -75c65 0 117 52 134 133l68 318h140z" />
    <glyph glyph-name="v" unicode="v" 
d="M350 0h-147l-74 540h148l30 -395l196 395h148z" />
    <glyph glyph-name="w" unicode="w" horiz-adv-x="778" 
d="M617 0h-145l-5 380l-166 -380h-144l-37 540h145l5 -378l159 378h144v-378l163 378h145z" />
    <glyph glyph-name="x" unicode="x" 
d="M411 274l123 -274h-168l-59 168l-123 -168h-168l233 274l-111 266h168l51 -163l123 163h168z" />
    <glyph glyph-name="y" unicode="y" 
d="M509 540h144l-358 -638c-20 -37 -53 -121 -214 -121c-21 0 -31 1 -44 4l23 109c11 -2 16 -2 28 -2c69 0 113 36 113 93c-23 188 -52 369 -77 555h154l36 -393z" />
    <glyph glyph-name="z" unicode="z" horiz-adv-x="500" 
d="M575 540l-24 -113l-332 -314h274l-24 -113h-448l24 113l334 314h-249l24 113h421z" />
    <glyph glyph-name="braceleft" unicode="{" horiz-adv-x="389" 
d="M195 269c32 -5 79 -13 79 -69c0 -10 -2 -26 -5 -41l-42 -195c-3 -17 -5 -30 -5 -40c0 -16 14 -25 39 -25h35l-21 -99h-77c-58 0 -97 41 -97 101c0 13 1 26 4 39l45 210c3 15 5 28 5 34c0 24 -20 38 -54 38h-13l-4 1l20 92h16c44 0 69 21 78 63l45 211
c19 90 74 140 153 140h76l-21 -99h-37c-37 0 -47 -10 -57 -57l-41 -195c-16 -72 -48 -101 -121 -109z" />
    <glyph glyph-name="bar" unicode="|" horiz-adv-x="280" 
d="M335 729l-198 -929h-80l198 929h80z" />
    <glyph glyph-name="braceright" unicode="}" horiz-adv-x="389" 
d="M307 260c-32 5 -79 13 -79 69c0 10 2 26 5 41l42 195c3 17 5 30 5 40c0 16 -14 25 -39 25h-36l21 99h78c58 0 97 -41 97 -101c0 -13 -1 -26 -4 -39l-45 -210c-3 -15 -5 -28 -5 -34c0 -24 20 -38 54 -38h14l4 -1l-20 -92h-17c-44 0 -69 -21 -78 -63l-45 -211
c-19 -90 -74 -140 -153 -140h-77l21 99h38c37 0 47 10 57 57l41 195c16 72 48 101 121 109z" />
    <glyph glyph-name="asciitilde" unicode="~" horiz-adv-x="584" 
d="M504 288h77c-23 -95 -78 -146 -158 -146c-33 0 -56 8 -77 26l-48 42c-20 17 -36 24 -56 24c-38 0 -54 -15 -67 -65h-78c26 97 79 145 159 145c32 0 56 -8 76 -25l49 -42c21 -19 34 -25 56 -25c38 0 53 15 67 66z" />
    <glyph glyph-name="uni00A0" unicode="&#xa0;" horiz-adv-x="278" 
 />
    <glyph glyph-name="exclamdown" unicode="&#xa1;" horiz-adv-x="333" 
d="M26 -186l45 210l107 309h67l-24 -309l-45 -210h-150zM150 394l31 146h150l-31 -146h-150z" />
    <glyph glyph-name="cent" unicode="&#xa2;" 
d="M434 547c146 -18 164 -131 164 -166c0 -10 -1 -19 -4 -43h-134c0 60 -12 85 -50 97l-73 -346c41 10 67 39 91 98h134c-36 -122 -132 -203 -249 -209l-21 -102h-66l22 104c-156 26 -169 150 -169 192c0 75 43 356 289 376l19 86h66zM344 435c-105 -28 -122 -201 -122 -244
c0 -55 14 -82 50 -98z" />
    <glyph glyph-name="sterling" unicode="&#xa3;" 
d="M288 496c0 -30 17 -69 28 -125h139l-12 -55h-122c2 -13 2 -19 2 -26c0 -71 -41 -127 -151 -204c64 29 78 33 108 33c44 0 82 -17 131 -17c36 0 69 9 114 29l18 -109c-64 -33 -106 -45 -155 -45c-72 0 -121 30 -191 30c-37 0 -66 -7 -115 -28l-33 101
c104 61 144 111 144 181c0 15 -1 27 -5 55h-89l12 55h60c-21 61 -26 80 -26 107c0 56 56 237 280 237c134 0 204 -60 204 -176c0 -17 -1 -30 -4 -55h-131c1 10 1 21 1 26c0 62 -31 93 -93 93c-61 0 -114 -50 -114 -107z" />
    <glyph glyph-name="currency" unicode="&#xa4;" 
d="M501 528l89 73l54 -69l-91 -75c7 -23 10 -41 10 -60c0 -51 -20 -105 -56 -151l60 -76l-83 -68l-59 75c-48 -24 -71 -30 -108 -30c-38 0 -82 13 -103 31l-94 -78l-54 69l94 77c-8 24 -11 42 -11 64c0 50 21 105 55 147l-62 79l83 68l61 -77c34 19 79 31 118 31
c35 0 72 -12 97 -30zM377 460c-72 0 -128 -57 -128 -130c0 -50 35 -85 86 -85c71 0 128 58 128 130c0 50 -36 85 -86 85z" />
    <glyph glyph-name="yen" unicode="&#xa5;" 
d="M574 352l-13 -60h-144l-11 -52h144l-13 -60h-144l-38 -180h-140l38 180h-146l13 60h146l11 52h-146l12 60h140l-128 352h139l85 -254l187 254h136l-267 -352h139z" />
    <glyph glyph-name="brokenbar" unicode="&#xa6;" horiz-adv-x="280" 
d="M335 729l-83 -389h-80l83 389h80zM220 189l-83 -389h-80l83 389h80z" />
    <glyph glyph-name="section" unicode="&#xa7;" 
d="M496 27c0 -46 -46 -228 -264 -228c-108 0 -176 55 -176 142c0 19 2 33 9 59h131c-2 -17 -3 -24 -3 -34c0 -36 23 -55 65 -55c51 0 90 32 90 74c0 27 -6 31 -55 64l-150 100c-34 23 -54 59 -54 98c0 75 30 121 127 181c-26 27 -38 57 -38 96c0 47 24 98 65 135
c44 41 109 64 182 64c107 0 171 -48 171 -129c0 -14 -2 -25 -7 -50h-127c1 7 1 14 1 18c0 38 -22 59 -62 59c-43 0 -75 -27 -75 -62c0 -21 21 -43 71 -74l112 -70c48 -30 69 -65 69 -113c0 -106 -58 -149 -130 -176c33 -27 48 -58 48 -99zM258 247l125 -77
c47 22 65 44 65 77c0 24 -11 38 -46 59l-127 76c-38 -20 -56 -47 -56 -81c0 -22 10 -37 39 -54z" />
    <glyph glyph-name="dieresis" unicode="&#xa8;" horiz-adv-x="333" 
d="M283 741l-26 -120h-110l26 120h110zM469 741l-26 -120h-110l26 120h110z" />
    <glyph glyph-name="copyright" unicode="&#xa9;" horiz-adv-x="737" 
d="M232 287c0 172 114 305 261 305c93 0 154 -51 154 -128c0 -8 -1 -16 -3 -33h-90c0 54 -23 78 -76 78c-130 0 -153 -161 -153 -204c0 -61 31 -94 86 -94c57 0 97 30 115 86h92c-28 -105 -114 -169 -228 -169c-98 0 -158 61 -158 159zM530 743c177 0 307 -128 307 -303
c0 -239 -230 -462 -477 -462c-176 0 -306 128 -306 303c0 239 230 462 476 462zM514 671c-196 0 -380 -182 -380 -376c0 -141 103 -245 243 -245c196 0 380 182 380 377c0 141 -103 244 -243 244z" />
    <glyph glyph-name="ordfeminine" unicode="&#xaa;" horiz-adv-x="370" 
d="M396 342l-16 -80h-284l17 80h283zM420 409l-2 -10h-92c-3 6 -4 10 -4 16c0 4 0 6 2 16c-36 -32 -67 -46 -107 -46c-51 0 -83 30 -83 78c0 63 48 112 122 123l34 6c41 6 76 9 76 44c0 17 -13 25 -44 25c-38 0 -57 -12 -67 -44h-79c17 75 71 112 161 112
c71 0 114 -27 114 -72c0 -8 -1 -17 -3 -28l-39 -180c-1 -5 -1 -8 -1 -13c0 -8 4 -17 12 -27zM344 529l5 23c-7 -3 -9 -4 -16 -6c-2 0 -6 -1 -12 -2l-10 -1l-30 -6c-38 -6 -60 -26 -60 -54c0 -19 15 -30 42 -30c41 0 71 28 81 76z" />
    <glyph glyph-name="guillemotleft" unicode="&#xab;" 
d="M135 218l24 114l199 149l-25 -117l-120 -89l82 -89l-24 -114zM348 218l24 114l199 149l-25 -117l-120 -89l82 -89l-24 -114z" />
    <glyph glyph-name="logicalnot" unicode="&#xac;" horiz-adv-x="584" 
d="M128 376h504l-61 -290h-119l36 170h-385z" />
    <glyph glyph-name="uni00AD" unicode="&#xad;" horiz-adv-x="333" 
d="M371 342l-29 -135h-272l29 135h272z" />
    <glyph glyph-name="registered" unicode="&#xae;" horiz-adv-x="737" 
d="M480 168c0 37 20 93 20 110c0 24 -17 35 -53 35h-91l-37 -173h-96l94 442h238c66 0 99 -30 99 -89c0 -64 -33 -111 -97 -140c28 -13 39 -27 39 -49c0 -17 -3 -38 -15 -109l-1 -13c0 -9 3 -15 12 -21l-5 -21h-102c-4 13 -5 19 -5 28zM475 394c42 0 78 12 78 75
c0 24 -15 33 -55 33h-102l-23 -108h102zM530 743c178 0 307 -128 307 -303c0 -239 -229 -462 -476 -462c-176 0 -306 128 -306 303c0 239 229 462 475 462zM514 671c-196 0 -379 -182 -379 -376c0 -141 102 -245 242 -245c197 0 380 182 380 377c0 141 -103 244 -243 244z
" />
    <glyph glyph-name="macron" unicode="&#xaf;" horiz-adv-x="333" 
d="M467 722l-17 -80h-300l17 80h300z" />
    <glyph glyph-name="degree" unicode="&#xb0;" horiz-adv-x="606" 
d="M391 686c84 0 152 -68 152 -151c0 -85 -68 -152 -153 -152c-82 0 -150 69 -150 152s68 151 151 151zM392 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="M630 452l-25 -120h-183l-35 -162h-119l35 162h-182l25 120h182l39 181h119l-39 -181h183zM559 119l-25 -119h-484l25 119h484z" />
    <glyph glyph-name="uni00B2" unicode="&#xb2;" horiz-adv-x="350" 
d="M457 613c0 -143 -187 -185 -236 -249h184l-17 -80h-306c53 205 282 181 282 316c0 29 -19 46 -52 46c-43 0 -69 -31 -75 -89h-91c16 104 79 161 178 161c84 0 133 -39 133 -105z" />
    <glyph glyph-name="uni00B3" unicode="&#xb3;" horiz-adv-x="350" 
d="M240 471l13 63c4 -1 9 -1 10 -1c53 0 87 28 87 73c0 24 -18 40 -45 40c-38 0 -56 -19 -68 -75h-87c20 102 73 147 172 147c81 0 128 -34 128 -93c0 -46 -24 -84 -71 -113c29 -18 43 -41 43 -73c0 -99 -75 -168 -184 -168c-83 0 -131 39 -131 107c0 12 1 20 4 36h91
c-2 -8 -2 -12 -2 -18c0 -31 19 -47 56 -47c40 0 73 33 73 73c0 34 -22 48 -76 49h-13z" />
    <glyph glyph-name="acute" unicode="&#xb4;" horiz-adv-x="333" 
d="M475 757l-158 -150h-70l102 150h126z" />
    <glyph glyph-name="uni00B5" unicode="&#xb5;" horiz-adv-x="667" 
d="M523 118l19 -9l16 -76c-22 -12 -59 -35 -94 -35c-47 0 -71 20 -77 45c-38 -34 -91 -55 -141 -55c-58 0 -81 20 -97 31l-55 -213h-138l191 737h138l-83 -322c-3 -11 -4 -22 -4 -32c0 -31 17 -82 82 -82c58.0508 0 111.424 39.6953 130 114l83 322h136l-97 -376
c-6.28809 -24.1035 -9 -39.2002 -9 -49z" />
    <glyph glyph-name="paragraph" unicode="&#xb6;" 
d="M121 435c0 118 95 294 261 294h302l-15 -73h-44l-180 -847h-98l180 847h-62l-180 -847h-98l97 458c-100 5 -163 70 -163 168z" />
    <glyph glyph-name="periodcentered" unicode="&#xb7;" horiz-adv-x="278" 
d="M270 282l-22 -100h-105l22 100h105z" />
    <glyph glyph-name="cedilla" unicode="&#xb8;" horiz-adv-x="333" 
d="M154 0h50l-41 -62c16 4 28 6 43 6c40 0 64 -21 64 -57c0 -65 -60 -107 -150 -107c-45 0 -77 7 -133 29l30 51c47 -23 70 -30 98 -30c38 0 68 20 68 44c0 20 -18 33 -44 33c-17 0 -29 -3 -53 -13z" />
    <glyph glyph-name="uni00B9" unicode="&#xb9;" horiz-adv-x="248" 
d="M248 573h-106l13 61c78 0 128 25 152 75h63l-90 -425h-94z" />
    <glyph glyph-name="ordmasculine" unicode="&#xba;" horiz-adv-x="365" 
d="M410 342l-17 -80h-301l17 80h301zM140 506c0 115 75 223 199 223c82 0 132 -45 132 -119c0 -124 -80 -224 -202 -224c-79 0 -129 46 -129 120zM326 661c-54 0 -99 -64 -99 -141c0 -43 23 -71 58 -71c54 0 99 65 99 141c0 43 -23 71 -58 71z" />
    <glyph glyph-name="guillemotright" unicode="&#xbb;" 
d="M326 335l-24 -115l-199 -148l25 117l120 89l-82 89l24 114zM533 335l-24 -115l-199 -148l25 117l120 89l-82 89l24 114z" />
    <glyph glyph-name="onequarter" unicode="&#xbc;" horiz-adv-x="869" 
d="M252 573h-106l13 61c78 0 128 25 152 75h63l-90 -425h-94zM733 715h85l-581 -735h-85zM881 166l-16 -73h-46l-19 -93h-94l20 93h-177l16 72l217 260h108l-55 -259h46zM742 166l35 166l-140 -166h105z" />
    <glyph glyph-name="onehalf" unicode="&#xbd;" horiz-adv-x="869" 
d="M258 573h-106l13 61c78 0 128 25 152 75h63l-90 -425h-94zM738 715h85l-581 -735h-85zM915 329c0 -143 -187 -185 -236 -249h184l-17 -80h-306c53 205 282 181 282 316c0 29 -19 46 -52 46c-43 0 -69 -31 -75 -89h-91c16 104 79 161 178 161c84 0 133 -39 133 -105z" />
    <glyph glyph-name="threequarters" unicode="&#xbe;" horiz-adv-x="869" 
d="M247 471l13 63c4 -1 9 -1 10 -1c53 0 87 28 87 73c0 24 -18 40 -45 40c-38 0 -56 -19 -68 -75h-87c20 102 73 147 172 147c81 0 128 -34 128 -93c0 -46 -24 -84 -71 -113c29 -18 43 -41 43 -73c0 -99 -75 -168 -184 -168c-83 0 -131 39 -131 107c0 12 1 20 4 36h91
c-2 -8 -2 -12 -2 -18c0 -31 19 -47 56 -47c40 0 73 33 73 73c0 34 -22 48 -76 49h-13zM775 715h85l-581 -735h-85zM878 166l-16 -73h-46l-19 -93h-94l20 93h-177l16 72l217 260h108l-55 -259h46zM739 166l35 166l-140 -166h105z" />
    <glyph glyph-name="questiondown" unicode="&#xbf;" horiz-adv-x="611" 
d="M556 59c-13 -59 -58 -263 -288 -263c-133 0 -216 69 -216 178c0 157 128 222 167 246c68 41 77 53 91 119h122c-18 -197 -237 -188 -237 -332c0 -51 38 -87 92 -87c67 0 117 52 133 139h136zM306 394l31 146h150l-31 -146h-150z" />
    <glyph glyph-name="Agrave" unicode="&#xc0;" horiz-adv-x="722" 
d="M430 924h119l45 -150h-63zM532 147h-272l-81 -147h-153l407 729h173l97 -729h-153zM518 272l-35 283l-154 -283h189z" />
    <glyph glyph-name="Aacute" unicode="&#xc1;" horiz-adv-x="722" 
d="M691 930l-158 -150h-70l102 150h126zM532 147h-272l-81 -147h-153l407 729h173l97 -729h-153zM518 272l-35 283l-154 -283h189z" />
    <glyph glyph-name="Acircumflex" unicode="&#xc2;" horiz-adv-x="722" 
d="M511 936h108l71 -147h-78l-61 97l-103 -97h-76zM532 147h-272l-81 -147h-153l407 729h173l97 -729h-153zM518 272l-35 283l-154 -283h189z" />
    <glyph glyph-name="Atilde" unicode="&#xc3;" horiz-adv-x="722" 
d="M740 923c-25 -90 -80 -122 -133 -122c-17 0 -38 5 -51 11l-50 25c-15 7 -36 14 -44 14c-18 0 -34 -15 -51 -48h-54c23 75 67 117 121 117c25 0 39 -3 71 -17l50 -21c19 -9 21 -10 33 -10c23 0 40 17 54 51h54zM532 147h-272l-81 -147h-153l407 729h173l97 -729h-153z
M518 272l-35 283l-154 -283h189z" />
    <glyph glyph-name="Adieresis" unicode="&#xc4;" horiz-adv-x="722" 
d="M532 147h-272l-81 -147h-153l407 729h173l97 -729h-153zM518 272l-35 283l-154 -283h189zM523 921l-26 -120h-110l26 120h110zM709 921l-26 -120h-110l26 120h110z" />
    <glyph glyph-name="Aring" unicode="&#xc5;" horiz-adv-x="722" 
d="M532 147h-272l-81 -147h-153l407 729h173l97 -729h-153zM518 272l-35 283l-154 -283h189zM564 953c42 0 72 -30 72 -71c0 -57 -54 -109 -112 -109c-42 0 -72 30 -72 71c0 57 54 109 112 109zM554 903c-27 0 -53 -23 -53 -48c0 -18 14 -32 34 -32c27 0 52 24 52 49
c0 18 -14 31 -33 31z" />
    <glyph glyph-name="AE" unicode="&#xc6;" horiz-adv-x="1000" 
d="M464 152h-219l-85 -152h-159l420 729h683l-26 -125h-367l-36 -165h339l-26 -125h-339l-40 -189h386l-27 -125h-536zM491 277l70 327h-66l-185 -327h181z" />
    <glyph glyph-name="Ccedilla" unicode="&#xc7;" horiz-adv-x="722" 
d="M516 613c-219 0 -260 -278 -260 -348c0 -106 50 -160 147 -160c96 0 167 52 196 144h143c-41 -167 -177 -271 -353 -272l-26 -40c14 5 28 7 43 7c40 0 64 -21 64 -57c0 -65 -60 -107 -151 -107c-44 0 -76 7 -133 29l30 51c48 -23 71 -30 99 -30c38 0 68 20 68 44
c0 20 -18 33 -44 33c-17 0 -29 -3 -54 -13l55 84c-141 11 -233 112 -233 257c0 282 182 506 426 506c155 0 260 -85 260 -210c0 -11 -1 -23 -4 -49h-141c0 77 -33 131 -132 131z" />
    <glyph glyph-name="Egrave" unicode="&#xc8;" horiz-adv-x="667" 
d="M430 923h119l45 -150h-63zM296 314l-40 -189h395l-27 -125h-545l155 729h528l-27 -125h-378l-35 -165h349l-26 -125h-349z" />
    <glyph glyph-name="Eacute" unicode="&#xc9;" horiz-adv-x="667" 
d="M675 937l-158 -150h-70l102 150h126zM296 314l-40 -189h395l-27 -125h-545l155 729h528l-27 -125h-378l-35 -165h349l-26 -125h-349z" />
    <glyph glyph-name="Ecircumflex" unicode="&#xca;" horiz-adv-x="667" 
d="M494 936h108l71 -147h-78l-61 97l-103 -97h-76zM296 314l-40 -189h395l-27 -125h-545l155 729h528l-27 -125h-378l-35 -165h349l-26 -125h-349z" />
    <glyph glyph-name="Edieresis" unicode="&#xcb;" horiz-adv-x="667" 
d="M501 921l-26 -120h-110l26 120h110zM687 921l-26 -120h-110l26 120h110zM296 314l-40 -189h395l-27 -125h-545l155 729h528l-27 -125h-378l-35 -165h349l-26 -125h-349z" />
    <glyph glyph-name="Igrave" unicode="&#xcc;" horiz-adv-x="278" 
d="M204 926h119l45 -150h-63zM368 729l-155 -729h-150l155 729h150z" />
    <glyph glyph-name="Iacute" unicode="&#xcd;" horiz-adv-x="278" 
d="M488 937l-158 -150h-70l102 150h126zM368 729l-155 -729h-150l155 729h150z" />
    <glyph glyph-name="Icircumflex" unicode="&#xce;" horiz-adv-x="278" 
d="M288 936h108l71 -147h-78l-61 97l-103 -97h-76zM368 729l-155 -729h-150l155 729h150z" />
    <glyph glyph-name="Idieresis" unicode="&#xcf;" horiz-adv-x="278" 
d="M296 921l-26 -120h-110l26 120h110zM482 921l-26 -120h-110l26 120h110zM368 729l-155 -729h-150l155 729h150z" />
    <glyph glyph-name="Eth" unicode="&#xd0;" horiz-adv-x="722" 
d="M150 341h-77l17 80h76l66 308h285c181 0 259 -75 259 -250c0 -118 -41 -241 -112 -339c-73 -101 -157 -140 -302 -140h-285zM300 341l-46 -216h134c87 0 136 28 179 103c34 59 60 162 60 241c0 91 -45 135 -137 135h-135l-39 -183h174l-17 -80h-173z" />
    <glyph glyph-name="Ntilde" unicode="&#xd1;" horiz-adv-x="722" 
d="M740 923c-25 -90 -80 -122 -133 -122c-17 0 -38 5 -51 11l-50 25c-15 7 -36 14 -44 14c-18 0 -34 -15 -51 -48h-54c23 75 67 117 121 117c25 0 39 -3 71 -17l50 -21c19 -9 21 -10 33 -10c23 0 40 17 54 51h54zM816 729l-155 -729h-148l-192 523l-111 -523h-142l155 729
h150l192 -515l109 515h142z" />
    <glyph glyph-name="Ograve" unicode="&#xd2;" horiz-adv-x="778" 
d="M430 926h119l45 -150h-63zM538 741c183 0 290 -106 290 -286c0 -118 -45 -240 -123 -331c-86 -102 -182 -147 -310 -147c-178 0 -289 109 -289 284c0 115 47 241 125 333c82 99 183 147 307 147zM419 105c219 0 260 266 260 332c0 110 -60 176 -160 176
c-220 0 -264 -262 -264 -331c0 -109 63 -177 164 -177z" />
    <glyph glyph-name="Oacute" unicode="&#xd3;" horiz-adv-x="778" 
d="M731 935l-158 -150h-70l102 150h126zM538 741c183 0 290 -106 290 -286c0 -118 -45 -240 -123 -331c-86 -102 -182 -147 -310 -147c-178 0 -289 109 -289 284c0 115 47 241 125 333c82 99 183 147 307 147zM419 105c219 0 260 266 260 332c0 110 -60 176 -160 176
c-220 0 -264 -262 -264 -331c0 -109 63 -177 164 -177z" />
    <glyph glyph-name="Ocircumflex" unicode="&#xd4;" horiz-adv-x="778" 
d="M542 937h108l71 -147h-78l-61 97l-103 -97h-76zM538 741c183 0 290 -106 290 -286c0 -118 -45 -240 -123 -331c-86 -102 -182 -147 -310 -147c-178 0 -289 109 -289 284c0 115 47 241 125 333c82 99 183 147 307 147zM419 105c219 0 260 266 260 332
c0 110 -60 176 -160 176c-220 0 -264 -262 -264 -331c0 -109 63 -177 164 -177z" />
    <glyph glyph-name="Otilde" unicode="&#xd5;" horiz-adv-x="778" 
d="M538 741c183 0 290 -106 290 -286c0 -118 -45 -240 -123 -331c-86 -102 -182 -147 -310 -147c-178 0 -289 109 -289 284c0 115 47 241 125 333c82 99 183 147 307 147zM419 105c219 0 260 266 260 332c0 110 -60 176 -160 176c-220 0 -264 -262 -264 -331
c0 -109 63 -177 164 -177zM769 923c-25 -90 -80 -122 -133 -122c-17 0 -38 5 -51 11l-50 25c-15 7 -36 14 -44 14c-18 0 -34 -15 -51 -48h-54c23 75 67 117 121 117c25 0 39 -3 71 -17l50 -21c19 -9 21 -10 33 -10c23 0 40 17 54 51h54z" />
    <glyph glyph-name="Odieresis" unicode="&#xd6;" horiz-adv-x="778" 
d="M538 741c183 0 290 -106 290 -286c0 -118 -45 -240 -123 -331c-86 -102 -182 -147 -310 -147c-178 0 -289 109 -289 284c0 115 47 241 125 333c82 99 183 147 307 147zM419 105c219 0 260 266 260 332c0 110 -60 176 -160 176c-220 0 -264 -262 -264 -331
c0 -109 63 -177 164 -177zM550 921l-26 -120h-110l26 120h110zM736 921l-26 -120h-110l26 120h110z" />
    <glyph glyph-name="multiply" unicode="&#xd7;" horiz-adv-x="584" 
d="M516 444l66 -84l-157 -129l101 -129l-102 -84l-101 129l-155 -128l-66 84l155 128l-101 128l102 85l101 -129z" />
    <glyph glyph-name="Oslash" unicode="&#xd8;" horiz-adv-x="778" 
d="M181 56l-106 -95l-41 46l111 99c-23 44 -36 98 -36 157c0 114 48 240 125 332c83 97 188 146 313 146c94 0 166 -27 216 -82l101 90l42 -45l-108 -97c23 -47 34 -97 34 -155c0 -113 -47 -237 -125 -329c-82 -96 -188 -146 -312 -146c-93 0 -167 27 -214 79zM678 500
l-384 -343c29 -34 73 -52 127 -52c76 0 140 35 190 105c45 61 72 148 72 229c0 21 -1 39 -5 61zM521 613c-219 0 -263 -263 -263 -332c0 -23 2 -46 6 -68l386 344c-30 37 -73 56 -129 56z" />
    <glyph glyph-name="Ugrave" unicode="&#xd9;" horiz-adv-x="722" 
d="M430 925h119l45 -150h-63zM659 729h150l-105 -494c-18 -83 -50 -139 -107 -184c-61 -48 -143 -74 -231 -74c-151 0 -247 74 -247 190c0 22 4 55 11 88l101 474h150l-105 -494c-3 -16 -5 -30 -5 -45c0 -53 45 -85 123 -85c91 0 141 40 160 130z" />
    <glyph glyph-name="Uacute" unicode="&#xda;" horiz-adv-x="722" 
d="M692 937l-158 -150h-70l102 150h126zM659 729h150l-105 -494c-18 -83 -50 -139 -107 -184c-61 -48 -143 -74 -231 -74c-151 0 -247 74 -247 190c0 22 4 55 11 88l101 474h150l-105 -494c-3 -16 -5 -30 -5 -45c0 -53 45 -85 123 -85c91 0 141 40 160 130z" />
    <glyph glyph-name="Ucircumflex" unicode="&#xdb;" horiz-adv-x="722" 
d="M516 936h108l71 -147h-78l-61 97l-103 -97h-76zM659 729h150l-105 -494c-18 -83 -50 -139 -107 -184c-61 -48 -143 -74 -231 -74c-151 0 -247 74 -247 190c0 22 4 55 11 88l101 474h150l-105 -494c-3 -16 -5 -30 -5 -45c0 -53 45 -85 123 -85c91 0 141 40 160 130z" />
    <glyph glyph-name="Udieresis" unicode="&#xdc;" horiz-adv-x="722" 
d="M659 729h150l-105 -494c-18 -83 -50 -139 -107 -184c-61 -48 -143 -74 -231 -74c-151 0 -247 74 -247 190c0 22 4 55 11 88l101 474h150l-105 -494c-3 -16 -5 -30 -5 -45c0 -53 45 -85 123 -85c91 0 141 40 160 130zM523 921l-26 -120h-110l26 120h110zM709 921l-26 -120
h-110l26 120h110z" />
    <glyph glyph-name="Yacute" unicode="&#xdd;" horiz-adv-x="667" 
d="M669 937l-158 -150h-70l102 150h126zM477 270l-58 -270h-150l58 270l-145 459h167l82 -315l207 315h167z" />
    <glyph glyph-name="Thorn" unicode="&#xde;" horiz-adv-x="667" 
d="M514 609c168 0 207 -101 207 -169c0 -77 -34 -162 -88 -219s-111 -81 -190 -81h-187l-30 -140h-150l155 729h150l-26 -120h159zM435 265c110 0 137 82 137 140c0 47 -36 79 -90 79h-153l-47 -219h153z" />
    <glyph glyph-name="germandbls" unicode="&#xdf;" horiz-adv-x="611" 
d="M319 96c105 2 168 66 168 155c0 65 -38 98 -113 98h-15l20 95c79 0 132 44 132 108c0 41 -34 65 -89 65s-90 -27 -101 -80l-114 -537h-140l119 558c22 104 126 171 266 171c122 0 202 -59 202 -147c0 -78 -48 -145 -122 -171c62 -14 98 -63 98 -134
c0 -64 -60 -300 -281 -300c-20 0 -36 2 -68 7l24 112h14z" />
    <glyph glyph-name="agrave" unicode="&#xe0;" 
d="M271 757h119l45 -150h-63zM386 549c161 0 192 -73 192 -121c0 -12 -2 -27 -6 -45l-63 -300c-2 -8 -3 -15 -3 -21c0 -15 6 -28 21 -45l-4 -17h-153c-5 11 -7 17 -7 27c0 7 0 12 3 27c-60 -54 -109 -77 -167 -77c-89 0 -149 53 -149 131c0 41 30 174 202 203l58 9
c49 7 126 11 126 74c0 30 -22 43 -73 43c-64 0 -95 -20 -112 -75h-131c28 130 109 187 266 187zM400 217l8 38c-17 -10 -16 -8 -47 -14l-66 -11c-65 -11 -102 -44 -102 -91c0 -33 25 -50 73 -50c68 0 116 46 134 128z" />
    <glyph glyph-name="aacute" unicode="&#xe1;" 
d="M588 758l-158 -150h-70l102 150h126zM386 549c161 0 192 -73 192 -121c0 -12 -2 -27 -6 -45l-63 -300c-2 -8 -3 -15 -3 -21c0 -15 6 -28 21 -45l-4 -17h-153c-5 11 -7 17 -7 27c0 7 0 12 3 27c-60 -54 -109 -77 -167 -77c-89 0 -149 53 -149 131c0 41 30 174 202 203
l58 9c49 7 126 11 126 74c0 30 -22 43 -73 43c-64 0 -95 -20 -112 -75h-131c28 130 109 187 266 187zM400 217l8 38c-17 -10 -16 -8 -47 -14l-66 -11c-65 -11 -102 -44 -102 -91c0 -33 25 -50 73 -50c68 0 116 46 134 128z" />
    <glyph glyph-name="acircumflex" unicode="&#xe2;" 
d="M386 756h108l71 -147h-78l-61 97l-103 -97h-76zM386 549c161 0 192 -73 192 -121c0 -12 -2 -27 -6 -45l-63 -300c-2 -8 -3 -15 -3 -21c0 -15 6 -28 21 -45l-4 -17h-153c-5 11 -7 17 -7 27c0 7 0 12 3 27c-60 -54 -109 -77 -167 -77c-89 0 -149 53 -149 131
c0 41 30 174 202 203l58 9c49 7 126 11 126 74c0 30 -22 43 -73 43c-64 0 -95 -20 -112 -75h-131c28 130 109 187 266 187zM400 217l8 38c-17 -10 -16 -8 -47 -14l-66 -11c-65 -11 -102 -44 -102 -91c0 -33 25 -50 73 -50c68 0 116 46 134 128z" />
    <glyph glyph-name="atilde" unicode="&#xe3;" 
d="M604 731c-25 -90 -80 -122 -133 -122c-17 0 -38 5 -51 11l-50 25c-15 7 -36 14 -44 14c-18 0 -34 -15 -51 -48h-54c23 75 67 117 121 117c25 0 39 -3 71 -17l50 -21c19 -9 21 -10 33 -10c23 0 40 17 54 51h54zM386 549c161 0 192 -73 192 -121c0 -12 -2 -27 -6 -45
l-63 -300c-2 -8 -3 -15 -3 -21c0 -15 6 -28 21 -45l-4 -17h-153c-5 11 -7 17 -7 27c0 7 0 12 3 27c-60 -54 -109 -77 -167 -77c-89 0 -149 53 -149 131c0 41 30 174 202 203l58 9c49 7 126 11 126 74c0 30 -22 43 -73 43c-64 0 -95 -20 -112 -75h-131
c28 130 109 187 266 187zM400 217l8 38c-17 -10 -16 -8 -47 -14l-66 -11c-65 -11 -102 -44 -102 -91c0 -33 25 -50 73 -50c68 0 116 46 134 128z" />
    <glyph glyph-name="adieresis" unicode="&#xe4;" 
d="M397 739l-26 -120h-110l26 120h110zM583 739l-26 -120h-110l26 120h110zM386 549c161 0 192 -73 192 -121c0 -12 -2 -27 -6 -45l-63 -300c-2 -8 -3 -15 -3 -21c0 -15 6 -28 21 -45l-4 -17h-153c-5 11 -7 17 -7 27c0 7 0 12 3 27c-60 -54 -109 -77 -167 -77
c-89 0 -149 53 -149 131c0 41 30 174 202 203l58 9c49 7 126 11 126 74c0 30 -22 43 -73 43c-64 0 -95 -20 -112 -75h-131c28 130 109 187 266 187zM400 217l8 38c-17 -10 -16 -8 -47 -14l-66 -11c-65 -11 -102 -44 -102 -91c0 -33 25 -50 73 -50c68 0 116 46 134 128z" />
    <glyph glyph-name="aring" unicode="&#xe5;" 
d="M441 774c42 0 72 -30 72 -71c0 -57 -54 -109 -112 -109c-42 0 -72 30 -72 71c0 57 54 109 112 109zM431 724c-27 0 -53 -23 -53 -48c0 -18 14 -32 34 -32c27 0 52 24 52 49c0 18 -14 31 -33 31zM386 549c161 0 192 -73 192 -121c0 -12 -2 -27 -6 -45l-63 -300
c-2 -8 -3 -15 -3 -21c0 -15 6 -28 21 -45l-4 -17h-153c-5 11 -7 17 -7 27c0 7 0 12 3 27c-60 -54 -109 -77 -167 -77c-89 0 -149 53 -149 131c0 41 30 174 202 203l58 9c49 7 126 11 126 74c0 30 -22 43 -73 43c-64 0 -95 -20 -112 -75h-131c28 130 109 187 266 187z
M400 217l8 38c-17 -10 -16 -8 -47 -14l-66 -11c-65 -11 -102 -44 -102 -91c0 -33 25 -50 73 -50c68 0 116 46 134 128z" />
    <glyph glyph-name="ae" unicode="&#xe6;" horiz-adv-x="889" 
d="M718 549c130 0 209 -88 209 -198c0 -38 -6 -80 -18 -125h-362c-6 -26 -7 -37 -7 -51c0 -51 39 -86 96 -86c49 0 94 25 114 63h138c-53 -107 -162 -175 -282 -175c-88 0 -153 36 -181 100c-70 -75 -124 -100 -216 -100c-97 0 -155 48 -155 129c0 38 18 174 202 205l57 9
c50 7 127 11 127 74c0 30 -22 43 -73 43c-64 0 -95 -20 -112 -75h-131c13 63 30 97 63 126c45 40 115 61 205 61c77 0 129 -16 161 -49c46 31 106 49 165 49zM404 216l8 38c-12 -6 -15 -7 -26 -10c-4 0 -11 -2 -21 -3l-66 -11c-65 -11 -102 -44 -102 -91
c0 -33 25 -50 71 -50c70 0 118 45 136 127zM784 319v27c0 58 -31 91 -85 91c-64 0 -110 -41 -131 -118h216z" />
    <glyph glyph-name="ccedilla" unicode="&#xe7;" 
d="M561 187c-51 -162 -179 -210 -260 -210h-13l-26 -39c15 4 27 6 43 6c40 0 64 -21 64 -57c0 -65 -60 -107 -151 -107c-44 0 -77 7 -133 29l30 52c47 -24 71 -31 99 -31c38 0 68 20 68 44c0 20 -18 33 -44 33c-17 0 -29 -3 -54 -13l57 87c-155 30 -164 152 -164 192
c0 94 42 211 100 281c53 63 127 95 221 95c124 0 199 -75 199 -168c0 -10 -1 -19 -4 -43h-134c-1 56 -8 99 -82 99c-55 0 -92 -26 -120 -85c-24 -48 -37 -107 -37 -160c0 -69 29 -103 89 -103c54 0 87 27 118 98h134z" />
    <glyph glyph-name="egrave" unicode="&#xe8;" 
d="M271 757h119l45 -150h-63zM379 549c128 0 212 -82 212 -198c0 -38 -6 -80 -18 -125h-363c-3 -28 -3 -36 -3 -45c0 -55 38 -92 95 -92c48 0 92 25 112 63h138c-55 -111 -156 -175 -277 -175c-125 0 -211 84 -211 208c0 80 47 364 315 364zM448 334c0 55 -16 103 -86 103
c-80 0 -117 -58 -134 -118h220v15z" />
    <glyph glyph-name="eacute" unicode="&#xe9;" 
d="M563 759l-158 -150h-70l102 150h126zM379 549c128 0 212 -82 212 -198c0 -38 -6 -80 -18 -125h-363c-3 -28 -3 -36 -3 -45c0 -55 38 -92 95 -92c48 0 92 25 112 63h138c-55 -111 -156 -175 -277 -175c-125 0 -211 84 -211 208c0 80 47 364 315 364zM448 334
c0 55 -16 103 -86 103c-80 0 -117 -58 -134 -118h220v15z" />
    <glyph glyph-name="ecircumflex" unicode="&#xea;" 
d="M376 757h108l71 -147h-78l-61 97l-103 -97h-76zM379 549c128 0 212 -82 212 -198c0 -38 -6 -80 -18 -125h-363c-3 -28 -3 -36 -3 -45c0 -55 38 -92 95 -92c48 0 92 25 112 63h138c-55 -111 -156 -175 -277 -175c-125 0 -211 84 -211 208c0 80 47 364 315 364zM448 334
c0 55 -16 103 -86 103c-80 0 -117 -58 -134 -118h220v15z" />
    <glyph glyph-name="edieresis" unicode="&#xeb;" 
d="M390 739l-26 -120h-110l26 120h110zM576 739l-26 -120h-110l26 120h110zM379 549c128 0 212 -82 212 -198c0 -38 -6 -80 -18 -125h-363c-3 -28 -3 -36 -3 -45c0 -55 38 -92 95 -92c48 0 92 25 112 63h138c-55 -111 -156 -175 -277 -175c-125 0 -211 84 -211 208
c0 80 47 364 315 364zM448 334c0 55 -16 103 -86 103c-80 0 -117 -58 -134 -118h220v15z" />
    <glyph glyph-name="igrave" unicode="&#xec;" horiz-adv-x="278" 
d="M161 757h119l45 -150h-63zM322 540l-115 -540h-140l115 540h140z" />
    <glyph glyph-name="iacute" unicode="&#xed;" horiz-adv-x="278" 
d="M448 757l-158 -150h-70l102 150h126zM322 540l-115 -540h-140l115 540h140z" />
    <glyph glyph-name="icircumflex" unicode="&#xee;" horiz-adv-x="278" 
d="M247 756h108l71 -147h-78l-61 97l-103 -97h-76zM322 540l-115 -540h-140l115 540h140z" />
    <glyph glyph-name="idieresis" unicode="&#xef;" horiz-adv-x="278" 
d="M256 740l-26 -120h-110l26 120h110zM442 740l-26 -120h-110l26 120h110zM322 540l-115 -540h-140l115 540h140z" />
    <glyph glyph-name="eth" unicode="&#xf0;" horiz-adv-x="611" 
d="M83 178c0 75 42 352 279 352c32 0 52 -6 90 -27c-24 41 -59 79 -97 106l-97 -45l-41 43l88 41c-26 18 -32 22 -70 46l70 50c20 -9 59 -27 95 -51l104 45l43 -43l-93 -41c130 -96 179 -181 179 -309c0 -205 -131 -368 -328 -368c-139 0 -222 75 -222 201zM491 326
c0 84 -61 105 -104 105c-135 0 -160 -175 -160 -225c0 -99 61 -117 99 -117c94 0 165 101 165 237z" />
    <glyph glyph-name="ntilde" unicode="&#xf1;" horiz-adv-x="611" 
d="M639 731c-25 -90 -80 -122 -133 -122c-17 0 -38 5 -51 11l-50 25c-15 7 -36 14 -44 14c-18 0 -34 -15 -51 -48h-54c23 75 67 117 121 117c25 0 39 -3 71 -17l50 -21c19 -9 21 -10 33 -10c23 0 40 17 54 51h54zM178 540h140l-18 -82c54 64 108 91 182 91
c89 0 147 -52 147 -132c0 -18 -2 -36 -6 -55l-77 -362h-140l67 313c4 22 6 36 6 49c0 48 -26 75 -74 75c-67 0 -119 -51 -137 -133l-65 -304h-140z" />
    <glyph glyph-name="ograve" unicode="&#xf2;" horiz-adv-x="611" 
d="M310 757h119l45 -150h-63zM82 177c0 201 129 372 331 372c137 0 221 -76 221 -200c0 -206 -132 -372 -335 -372c-132 0 -217 78 -217 200zM324 89c134 0 167 176 167 231c0 71 -39 117 -100 117c-90 0 -166 -105 -166 -232c0 -71 39 -116 99 -116z" />
    <glyph glyph-name="oacute" unicode="&#xf3;" horiz-adv-x="611" 
d="M600 758l-158 -150h-70l102 150h126zM82 177c0 201 129 372 331 372c137 0 221 -76 221 -200c0 -206 -132 -372 -335 -372c-132 0 -217 78 -217 200zM324 89c134 0 167 176 167 231c0 71 -39 117 -100 117c-90 0 -166 -105 -166 -232c0 -71 39 -116 99 -116z" />
    <glyph glyph-name="ocircumflex" unicode="&#xf4;" horiz-adv-x="611" 
d="M416 757h108l71 -147h-78l-61 97l-103 -97h-76zM82 177c0 201 129 372 331 372c137 0 221 -76 221 -200c0 -206 -132 -372 -335 -372c-132 0 -217 78 -217 200zM324 89c134 0 167 176 167 231c0 71 -39 117 -100 117c-90 0 -166 -105 -166 -232c0 -71 39 -116 99 -116z
" />
    <glyph glyph-name="otilde" unicode="&#xf5;" horiz-adv-x="611" 
d="M631 731c-25 -90 -80 -122 -133 -122c-17 0 -38 5 -51 11l-50 25c-15 7 -36 14 -44 14c-18 0 -34 -15 -51 -48h-54c23 75 67 117 121 117c25 0 39 -3 71 -17l50 -21c19 -9 21 -10 33 -10c23 0 40 17 54 51h54zM82 177c0 201 129 372 331 372c137 0 221 -76 221 -200
c0 -206 -132 -372 -335 -372c-132 0 -217 78 -217 200zM324 89c134 0 167 176 167 231c0 71 -39 117 -100 117c-90 0 -166 -105 -166 -232c0 -71 39 -116 99 -116z" />
    <glyph glyph-name="odieresis" unicode="&#xf6;" horiz-adv-x="611" 
d="M420 739l-26 -120h-110l26 120h110zM606 739l-26 -120h-110l26 120h110zM82 177c0 201 129 372 331 372c137 0 221 -76 221 -200c0 -206 -132 -372 -335 -372c-132 0 -217 78 -217 200zM324 89c134 0 167 176 167 231c0 71 -39 117 -100 117c-90 0 -166 -105 -166 -232
c0 -71 39 -116 99 -116z" />
    <glyph glyph-name="divide" unicode="&#xf7;" horiz-adv-x="584" 
d="M606 292l-25 -120h-504l25 120h504zM318 124c29 0 50 -21 50 -51c0 -37 -37 -73 -76 -73c-29 0 -50 21 -50 49c0 39 37 75 76 75zM390 462c29 0 50 -21 50 -51c0 -37 -37 -73 -77 -73c-28 0 -49 21 -49 49c0 38 37 75 76 75z" />
    <glyph glyph-name="oslash" unicode="&#xf8;" horiz-adv-x="611" 
d="M636 344c0 -193 -131 -367 -332 -367c-71 0 -129 21 -169 59l-89 -74l-34 40l93 78c-14 30 -21 63 -21 98c0 191 125 371 333 371c73 0 134 -22 173 -63l85 71l34 -41l-91 -76c12 -29 18 -61 18 -96zM328 89c133 0 166 177 166 232c0 3 0 8 -1 15l-247 -207
c17 -25 48 -40 82 -40zM395 437c-134 0 -168 -176 -168 -229c0 -9 0 -14 1 -25l250 209c-18 29 -48 45 -83 45z" />
    <glyph glyph-name="ugrave" unicode="&#xf9;" horiz-adv-x="611" 
d="M341 757h119l45 -150h-63zM541 0h-140l15 68c-54 -64 -108 -91 -182 -91c-88 0 -146 52 -146 132c0 18 2 36 6 55l80 376h140l-70 -327c-4 -23 -6 -35 -6 -49c0 -49 26 -75 76 -75c65 0 117 52 134 133l68 318h140z" />
    <glyph glyph-name="uacute" unicode="&#xfa;" horiz-adv-x="611" 
d="M589 758l-158 -150h-70l102 150h126zM541 0h-140l15 68c-54 -64 -108 -91 -182 -91c-88 0 -146 52 -146 132c0 18 2 36 6 55l80 376h140l-70 -327c-4 -23 -6 -35 -6 -49c0 -49 26 -75 76 -75c65 0 117 52 134 133l68 318h140z" />
    <glyph glyph-name="ucircumflex" unicode="&#xfb;" horiz-adv-x="611" 
d="M405 757h108l71 -147h-78l-61 97l-103 -97h-76zM541 0h-140l15 68c-54 -64 -108 -91 -182 -91c-88 0 -146 52 -146 132c0 18 2 36 6 55l80 376h140l-70 -327c-4 -23 -6 -35 -6 -49c0 -49 26 -75 76 -75c65 0 117 52 134 133l68 318h140z" />
    <glyph glyph-name="udieresis" unicode="&#xfc;" horiz-adv-x="611" 
d="M420 739l-26 -120h-110l26 120h110zM606 739l-26 -120h-110l26 120h110zM541 0h-140l15 68c-54 -64 -108 -91 -182 -91c-88 0 -146 52 -146 132c0 18 2 36 6 55l80 376h140l-70 -327c-4 -23 -6 -35 -6 -49c0 -49 26 -75 76 -75c65 0 117 52 134 133l68 318h140z" />
    <glyph glyph-name="yacute" unicode="&#xfd;" 
d="M566 757l-158 -150h-70l102 150h126zM509 540h144l-358 -638c-20 -37 -53 -121 -214 -121c-21 0 -31 1 -44 4l23 109c11 -2 16 -2 28 -2c69 0 113 36 113 93c-23 188 -52 369 -77 555h154l36 -393z" />
    <glyph glyph-name="thorn" unicode="&#xfe;" horiz-adv-x="611" 
d="M352 729l-57 -269c46 59 102 89 169 89c105 0 173 -81 173 -206c0 -201 -132 -366 -293 -366c-70 0 -112 28 -133 87l-60 -282h-140l201 947h140zM406 437c-86 0 -160 -110 -160 -235c0 -68 35 -113 88 -113c86 0 160 108 160 234c0 69 -35 114 -88 114z" />
    <glyph glyph-name="ydieresis" unicode="&#xff;" 
d="M397 741l-26 -120h-110l26 120h110zM583 741l-26 -120h-110l26 120h110zM509 540h144l-358 -638c-20 -37 -53 -121 -214 -121c-21 0 -31 1 -44 4l23 109c11 -2 16 -2 28 -2c69 0 113 36 113 93c-23 188 -52 369 -77 555h154l36 -393z" />
    <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"