SVGFreeSansOblique-Lat1.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:29:55 2010
 By Chris Lilley,,,
Copyleft 2002, 2003, 2005, 2008, 2009 Free Software Foundation.
</metadata>
<defs>
<font id="FreeSansOblique" horiz-adv-x="556" >
  <font-face 
    font-family="SVGFreeSansISO-8859-1"
    font-weight="400"
    font-style="oblique"
    font-stretch="normal"
    units-per-em="1000"
    panose-1="2 11 5 4 2 2 2 9 2 4"
    ascent="800"
    descent="-200"
    x-height="524"
    cap-height="729"
    bbox="-65 -220 1087 952"
    underline-thickness="50"
    underline-position="-151"
    slope="-12"
    stemh="78"
    stemv="88"
    unicode-range="U+0020-00FF"
  />
    <missing-glyph />
    <glyph glyph-name="space" unicode=" " horiz-adv-x="278" 
 />
    <glyph glyph-name="exclam" unicode="!" horiz-adv-x="278" 
d="M363 729l-74 -350l-67 -211h-40l23 211l74 350h84zM230 103l-22 -103h-84l22 103h84z" />
    <glyph glyph-name="quotedbl" unicode="&#x22;" horiz-adv-x="355" 
d="M202 709h94l-24 -111l-55 -134h-40l1 134zM361 709h94l-24 -111l-55 -134h-40l1 134z" />
    <glyph glyph-name="numbersign" unicode="#" 
d="M632 697l-77 -194h94l-14 -64h-105l-73 -184h107l-14 -64h-118l-83 -211h-76l83 211h-125l-83 -211h-76l83 211h-101l14 64h112l73 184h-109l13 64h121l77 194h76l-76 -194h124l77 194h76zM454 439h-124l-74 -184h125z" />
    <glyph glyph-name="dollar" unicode="$" 
d="M311 318c-101 35 -159 62 -159 151c0 49 22 231 244 247l11 54h59l-11 -54c100 -5 158 -61 158 -151c0 -16 -1 -26 -6 -46h-79l1 15c1 9 1 17 1 21c0 52 -35 88 -90 91l-53 -249c114 -35 178 -62 178 -154c0 -147 -101 -261 -267 -266l-22 -103h-59l22 103
c-117 18 -170 66 -170 157c0 23 2 40 8 74h79l-1 -11c-2 -19 -3 -38 -3 -47c0 -55 28 -83 101 -104zM381 645c-123 -9 -146 -113 -146 -144c0 -49 26 -75 95 -96zM368 309l-56 -263c105 8 165 68 165 165c0 48 -28 74 -109 98z" />
    <glyph glyph-name="percent" unicode="%" horiz-adv-x="889" 
d="M759 709h66l-550 -729h-66zM345 682c78 0 138 -57 138 -130c0 -108 -101 -206 -213 -206c-78 0 -136 56 -136 132c0 105 103 204 211 204zM329 616c-64 0 -125 -59 -125 -122c0 -47 35 -82 82 -82c65 0 127 60 127 122c0 49 -34 82 -84 82zM757 320
c78 0 138 -57 138 -130c0 -108 -101 -206 -213 -206c-78 0 -136 56 -136 132c0 105 103 204 211 204zM741 254c-64 0 -125 -59 -125 -122c0 -47 35 -82 82 -82c65 0 127 60 127 122c0 49 -34 82 -84 82z" />
    <glyph glyph-name="ampersand" unicode="&#x26;" horiz-adv-x="667" 
d="M83 128c0 157 142 226 205 262c-4 11 -7 19 -9 23l-18 42c-9 22 -14 45 -14 68c0 97 99 186 208 186c81 0 133 -47 133 -122c0 -87 -57 -153 -181 -209l98 -163c32 37 48 70 60 119h79c-12 -61 -51 -132 -100 -183l90 -151h-106l-46 78c-91 -75 -149 -101 -229 -101
c-105 0 -170 58 -170 151zM377 434c92 46 128 85 128 140c0 40 -26 65 -69 65c-59 0 -106 -47 -106 -106c0 -28 6 -41 47 -99zM448 137l-119 199c-112 -60 -158 -112 -158 -177s42 -105 109 -105c49 0 95 22 168 83z" />
    <glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="191" 
d="M198 709h94l-24 -111l-55 -134h-40l1 134z" />
    <glyph glyph-name="parenleft" unicode="(" horiz-adv-x="333" 
d="M391 729h55c-168 -206 -255 -428 -255 -650c0 -102 18 -196 55 -292h-55c-49 86 -78 210 -78 329c0 203 104 431 278 613z" />
    <glyph glyph-name="parenright" unicode=")" horiz-adv-x="333" 
d="M325 407c0 -136 -45 -377 -277 -620h-55c166 203 255 428 255 644c0 107 -17 201 -55 298h55c47 -83 77 -209 77 -322z" />
    <glyph glyph-name="asterisk" unicode="*" horiz-adv-x="389" 
d="M319 729h62l-29 -112l110 38l9 -62l-113 -27l53 -91l-58 -37l-44 96l-81 -95l-47 40l92 88l-104 31l30 59l100 -40z" />
    <glyph glyph-name="plus" unicode="+" horiz-adv-x="584" 
d="M591 269l-15 -72h-207l-44 -208h-70l44 208h-207l15 72h207l44 204h70l-44 -204h207z" />
    <glyph glyph-name="comma" unicode="," horiz-adv-x="278" 
d="M109 103h105l-26 -119c-17 -83 -64 -131 -127 -131h-6l8 38c48 0 69 27 83 109h-59z" />
    <glyph glyph-name="hyphen" unicode="-" horiz-adv-x="333" 
d="M351 312l-15 -72h-239l15 72h239z" />
    <glyph glyph-name="period" unicode="." horiz-adv-x="278" 
d="M213 103l-22 -103h-104l22 103h104z" />
    <glyph glyph-name="slash" unicode="/" horiz-adv-x="278" 
d="M379 729h55l-391 -749h-55z" />
    <glyph glyph-name="zero" unicode="0" 
d="M98 170c0 111 48 539 320 539c113 0 180 -73 180 -195c0 -114 -48 -537 -322 -537c-73 0 -178 39 -178 193zM287 54c178 0 223 353 223 450c0 81 -39 128 -104 128c-176 0 -220 -354 -220 -451c0 -79 38 -127 101 -127z" />
    <glyph glyph-name="one" unicode="1" 
d="M367 505h-159l13 63c144 20 165 33 219 141h58l-151 -709h-88z" />
    <glyph glyph-name="two" unicode="2" 
d="M428 709c154 0 192 -103 192 -172c0 -100 -65 -183 -198 -250l-112 -57c-91 -45 -146 -94 -163 -143h377l-19 -87h-471c44 161 90 215 263 307l104 52c83 42 131 102 131 166s-46 107 -116 107c-145 0 -172 -134 -181 -169h-88c39 169 127 246 281 246z" />
    <glyph glyph-name="three" unicode="3" 
d="M555 249c0 -148 -114 -272 -291 -272c-125 0 -193 59 -193 167c0 18 1 32 5 62h88l-2 -13c-2 -16 -3 -31 -3 -39c0 -61 47 -100 118 -100c112 0 190 74 190 182c0 57 -49 91 -132 91c-14 0 -24 0 -45 -2l16 75h18c107 0 187 34 187 145c0 54 -41 87 -106 87
c-135 0 -159 -112 -168 -152h-88c13 49 54 229 268 229c110 0 182 -58 182 -146c0 -89 -37 -148 -122 -196c56 -28 78 -61 78 -118z" />
    <glyph glyph-name="four" unicode="4" 
d="M362 170h-299l20 92l416 447h66l-98 -461h106l-17 -78h-106l-36 -170h-88zM379 248l65 308l-286 -308h221z" />
    <glyph glyph-name="five" unicode="5" 
d="M271 -23c-75 0 -201 25 -201 175v22h88c3 -80 46 -120 125 -120c113 0 196 91 196 215c0 77 -46 121 -126 121c-58 0 -88 -13 -149 -67h-80l135 386h370l-18 -87h-300l-70 -198c49 30 92 43 140 43c113 0 186 -68 186 -172c0 -71 -25 -146 -69 -202
c-59 -78 -134 -116 -227 -116z" />
    <glyph glyph-name="six" unicode="6" 
d="M566 271c0 -64 -58 -294 -280 -294c-118 0 -193 74 -193 190c0 125 47 302 105 393c63 99 143 149 237 149c107 0 176 -62 176 -158c0 -6 0 -16 -1 -27h-88c1 2 1 4 1 5c0 37 -19 103 -102 103c-101 0 -183 -105 -212 -274c57 57 113 84 179 84c107 0 178 -68 178 -171z
M364 365c-102 0 -183 -85 -183 -191c0 -71 49 -120 118 -120c99 0 179 90 179 202c0 65 -46 109 -114 109z" />
    <glyph glyph-name="seven" unicode="7" 
d="M671 709l-17 -81c-171 -168 -352 -439 -419 -628h-98c90 211 198 369 423 622h-383l19 87h475z" />
    <glyph glyph-name="eight" unicode="8" 
d="M560 239c0 -59 -56 -262 -279 -262c-126 0 -207 66 -207 168s54 180 159 228l-12 10c-42 34 -52 53 -52 97c0 55 23 110 65 152c51 53 110 77 187 77c146 0 183 -92 183 -148c0 -121 -95 -168 -127 -188c56 -32 83 -76 83 -134zM364 408c93 0 152 63 152 137
c0 54 -41 87 -109 87c-87 0 -150 -59 -150 -141c0 -52 40 -83 107 -83zM344 334c-101 0 -182 -77 -182 -174c0 -63 51 -106 125 -106c105 0 185 75 185 172c0 66 -50 108 -128 108z" />
    <glyph glyph-name="nine" unicode="9" 
d="M404 709c156 0 195 -116 195 -184c0 -120 -51 -548 -341 -548c-106 0 -175 62 -175 158c0 6 0 16 1 27h87c0 -69 35 -108 99 -108c101 0 171 90 211 270c-29 -24 -85 -80 -178 -80c-108 0 -177 67 -177 173c0 71 56 292 278 292zM392 632c-97 0 -178 -89 -178 -196
c0 -72 42 -115 113 -115c101 0 184 87 184 193c0 67 -51 118 -119 118z" />
    <glyph glyph-name="colon" unicode=":" horiz-adv-x="278" 
d="M236 103l-22 -103h-104l22 103h104zM326 524l-22 -103h-104l22 103h104z" />
    <glyph glyph-name="semicolon" unicode=";" horiz-adv-x="278" 
d="M325 524l-22 -103h-104l22 103h104zM132 103h105l-26 -119c-17 -83 -64 -131 -127 -131h-6l8 38c48 0 69 27 83 109h-59z" />
    <glyph glyph-name="less" unicode="&#x3c;" horiz-adv-x="584" 
d="M87 198l15 69l533 207l-17 -79l-422 -164l353 -163l-17 -77z" />
    <glyph glyph-name="equal" unicode="=" horiz-adv-x="584" 
d="M609 355l-15 -72h-483l14 72h484zM572 183l-14 -72h-484l15 72h483z" />
    <glyph glyph-name="greater" unicode="&#x3e;" horiz-adv-x="584" 
d="M596 267l-15 -69l-533 -207l17 79l422 164l-353 163l17 77z" />
    <glyph glyph-name="question" unicode="?" 
d="M449 741c145 0 181 -94 181 -151c0 -187 -210 -205 -249 -344l-10 -47h-90l12 55c34 149 241 177 241 324c0 51 -44 86 -107 86c-88 0 -136 -48 -158 -157h-85c31 154 121 234 265 234zM351 103l-22 -103h-90l22 103h90z" />
    <glyph glyph-name="at" unicode="@" horiz-adv-x="1015" 
d="M597 134c-61 -43 -84 -72 -152 -72c-81 0 -135 55 -135 139c0 152 167 323 316 323c59 0 97 -30 109 -89l36 66h82l-149 -280c-17 -32 -24 -49 -24 -58c0 -19 19 -36 41 -36c109 0 232 153 232 287c0 144 -124 250 -293 250c-247 0 -492 -233 -492 -468
c0 -156 124 -261 307 -261c61 0 116 9 204 32l13 -67c-74 -27 -164 -42 -245 -42c-203 0 -367 136 -367 324c0 227 221 559 601 559c205 0 355 -130 355 -307c0 -302 -260 -377 -340 -377s-99 36 -99 63v14zM478 124c119 0 204 207 204 266c0 42 -24 65 -68 65
c-111 0 -212 -150 -212 -245c0 -50 32 -86 76 -86z" />
    <glyph glyph-name="A" unicode="A" horiz-adv-x="667" 
d="M524 219h-285l-123 -219h-99l415 729h120l101 -729h-102zM514 297l-40 333l-191 -333h231z" />
    <glyph glyph-name="B" unicode="B" horiz-adv-x="667" 
d="M672 258c0 -135 -103 -258 -263 -258h-330l155 729h296c145 0 181 -83 181 -145c0 -89 -49 -161 -136 -200c70 -30 97 -65 97 -126zM441 415c140 0 174 82 174 146c0 59 -39 86 -124 86h-180l-50 -232h180zM417 82c98 0 159 70 159 160c0 59 -37 91 -106 91h-226
l-54 -251h227z" />
    <glyph glyph-name="C" unicode="C" horiz-adv-x="722" 
d="M367 -23c-206 0 -255 159 -255 265c0 125 49 263 128 358c78 94 175 141 292 141c95 0 228 -38 238 -238h-96c-8 108 -58 157 -159 157c-246 0 -307 -306 -307 -400c0 -121 69 -202 173 -202c154 0 212 107 256 208h98c-95 -226 -219 -289 -368 -289z" />
    <glyph glyph-name="D" unicode="D" horiz-adv-x="722" 
d="M526 729c189 0 233 -155 233 -241c0 -125 -48 -271 -116 -354c-73 -89 -164 -134 -272 -134h-282l155 729h282zM200 82h172c91 0 167 43 219 123c40 63 72 183 72 275c0 104 -64 167 -171 167h-171z" />
    <glyph glyph-name="E" unicode="E" horiz-adv-x="667" 
d="M255 332l-54 -250h429l-17 -82h-523l155 729h506l-17 -82h-412l-50 -233h396l-18 -82h-395z" />
    <glyph glyph-name="F" unicode="F" horiz-adv-x="611" 
d="M255 332l-71 -332h-94l155 729h489l-17 -82h-395l-50 -233h347l-17 -82h-347z" />
    <glyph glyph-name="G" unicode="G" horiz-adv-x="778" 
d="M205 277c0 -186 122 -219 206 -219c116 0 243 72 276 219l6 26h-222l18 82h304l-83 -389h-59l-4 90c-77 -64 -150 -109 -269 -109c-108 0 -269 57 -269 284c0 130 58 266 154 362c78 78 176 118 292 118c157 0 254 -83 254 -216v-17h-91c-3 125 -110 152 -181 152
c-278 0 -332 -303 -332 -383z" />
    <glyph glyph-name="H" unicode="H" horiz-adv-x="722" 
d="M621 332h-373l-71 -332h-94l155 729h94l-67 -315h373l67 315h94l-155 -729h-94z" />
    <glyph glyph-name="I" unicode="I" horiz-adv-x="278" 
d="M349 729l-155 -729h-94l155 729h94z" />
    <glyph glyph-name="J" unicode="J" horiz-adv-x="500" 
d="M213 -23c-134 0 -166 95 -166 145c0 14 2 31 6 48l14 64h94l-14 -66c-3 -12 -4 -23 -4 -34c0 -45 36 -76 90 -76c116 0 138 125 145 158l109 513h94l-116 -547c-28 -131 -120 -205 -252 -205z" />
    <glyph glyph-name="K" unicode="K" horiz-adv-x="667" 
d="M226 249l-53 -249h-94l155 729h94l-79 -373l444 373h120l-361 -298l206 -431h-110l-168 376z" />
    <glyph glyph-name="L" unicode="L" 
d="M329 729l-138 -647h360l-17 -82h-454l155 729h94z" />
    <glyph glyph-name="M" unicode="M" horiz-adv-x="833" 
d="M467 0h-97l-77 605l-129 -605h-89l155 729h129l80 -627l346 627h131l-155 -729h-89l129 605z" />
    <glyph glyph-name="N" unicode="N" horiz-adv-x="722" 
d="M801 729l-155 -729h-106l-249 591l-126 -591h-89l155 729h104l250 -598l127 598h89z" />
    <glyph glyph-name="O" unicode="O" horiz-adv-x="778" 
d="M391 -23c-124 0 -287 57 -287 286c0 127 53 259 142 351c81 85 178 127 291 127c233 0 291 -159 291 -277c0 -107 -68 -487 -437 -487zM732 446c0 171 -120 214 -207 214c-94 0 -183 -47 -241 -127c-53 -73 -84 -170 -84 -262c0 -170 122 -213 204 -213
c277 0 328 310 328 388z" />
    <glyph glyph-name="P" unicode="P" horiz-adv-x="667" 
d="M733 568c0 -136 -100 -259 -254 -259h-228l-66 -309h-94l155 729h302c122 0 185 -55 185 -161zM462 391c110 0 175 73 175 159c0 63 -42 97 -120 97h-194l-55 -256h194z" />
    <glyph glyph-name="Q" unicode="Q" horiz-adv-x="778" 
d="M537 741c127 0 291 -57 291 -285c0 -144 -63 -281 -173 -380l78 -77l-60 -58l-87 87c-73 -39 -119 -51 -196 -51c-180 0 -286 107 -286 287c0 153 78 311 197 400c69 51 147 77 236 77zM732 446c0 171 -120 214 -207 214c-94 0 -183 -47 -240 -127
c-53 -72 -85 -170 -85 -261c0 -134 78 -214 209 -214c41 0 70 7 119 29l-62 62l58 56l74 -73c87 84 134 195 134 314z" />
    <glyph glyph-name="R" unicode="R" horiz-adv-x="722" 
d="M562 47c0 72 32 128 32 192c0 49 -36 75 -101 75h-239l-67 -314h-94l155 729h336c128 0 186 -48 186 -154c0 -140 -100 -193 -140 -215c47 -31 60 -52 60 -96c0 -42 -27 -152 -27 -188c0 -22 8 -41 21 -53l-5 -23h-113c-3 21 -4 32 -4 47zM674 558c0 75 -51 89 -119 89
h-230l-54 -251h231c139 0 172 98 172 162z" />
    <glyph glyph-name="S" unicode="S" horiz-adv-x="667" 
d="M488 741c181 0 226 -103 226 -170c0 -15 -2 -28 -8 -56h-88c3 20 4 27 4 36c0 82 -64 109 -152 109c-110 0 -196 -55 -196 -142c0 -44 24 -64 101 -86l172 -49c91 -25 122 -96 122 -146c0 -52 -51 -260 -339 -260c-151 0 -241 72 -241 192c0 21 2 37 9 63h87
c-3 -19 -4 -28 -4 -41c0 -91 52 -133 165 -133c143 0 227 70 227 151c0 48 -33 77 -113 100l-171 48c-67 19 -111 72 -111 135c0 51 31 122 72 164c54 56 135 85 238 85z" />
    <glyph glyph-name="T" unicode="T" horiz-adv-x="611" 
d="M493 647l-138 -647h-94l138 647h-241l17 82h573l-17 -82h-238z" />
    <glyph glyph-name="U" unicode="U" horiz-adv-x="722" 
d="M363 -23c-147 0 -239 76 -239 178c0 15 7 63 14 96l102 478h94l-109 -512c-3 -16 -5 -30 -5 -44c0 -69 65 -115 161 -115c113 0 195 60 216 159l109 512h94l-109 -512c-31 -146 -160 -240 -328 -240z" />
    <glyph glyph-name="V" unicode="V" horiz-adv-x="667" 
d="M392 0h-100l-107 729h97l83 -617l336 617h99z" />
    <glyph glyph-name="W" unicode="W" horiz-adv-x="944" 
d="M744 0h-102l-41 592l-290 -592h-102l-32 729h100l15 -592l288 592h96l41 -592l263 592h104z" />
    <glyph glyph-name="X" unicode="X" horiz-adv-x="667" 
d="M471 374l179 -374h-115l-134 304l-264 -304h-115l339 374l-167 355h113l125 -285l248 285h114z" />
    <glyph glyph-name="Y" unicode="Y" horiz-adv-x="667" 
d="M448 286l-61 -286h-94l61 286l-186 443h112l136 -357l289 357h111z" />
    <glyph glyph-name="Z" unicode="Z" horiz-adv-x="611" 
d="M737 729l-18 -84l-556 -563h438l-17 -82h-556l18 84l555 563h-406l17 82h525z" />
    <glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="278" 
d="M405 729l-15 -72h-102l-170 -798h102l-15 -72h-186l200 942h186z" />
    <glyph glyph-name="backslash" unicode="\" horiz-adv-x="278" 
d="M147 729h55l78 -749h-55z" />
    <glyph glyph-name="bracketright" unicode="]" horiz-adv-x="278" 
d="M-23 -213l15 72h103l170 798h-103l15 72h187l-200 -942h-187z" />
    <glyph glyph-name="asciicircum" unicode="^" horiz-adv-x="469" 
d="M349 709h73l74 -380h-69l-58 299l-182 -299h-72z" />
    <glyph glyph-name="underscore" unicode="_" 
d="M551 -126l-11 -50h-599l11 50h599z" />
    <glyph glyph-name="grave" unicode="`" horiz-adv-x="333" 
d="M285 740l72 -148h-53l-125 148h106z" />
    <glyph glyph-name="a" unicode="a" 
d="M372 462c-111 0 -131 -74 -137 -93h-84c19 111 104 170 243 170c105 0 174 -45 174 -113c0 -10 0 -10 -6 -37l-64 -301c-1 -3 -1 -6 -1 -10c0 -20 12 -29 38 -29c4 0 8 0 17 2l-13 -65c-23 -4 -30 -9 -53 -9c-48 0 -76 25 -76 66v11c-26 -22 -80 -77 -201 -77
c-90 0 -144 48 -144 128c0 58 30 111 82 144c136 86 304 10 326 112l3 18c1 8 2 15 2 19c0 37 -46 64 -106 64zM451 258c-105 -36 -298 -14 -298 -143c0 -42 32 -66 89 -66c88 0 176 53 189 115z" />
    <glyph glyph-name="b" unicode="b" 
d="M294 -23c-89 0 -127 50 -148 101l-17 -78h-75l155 729h84l-58 -275c24 26 70 85 176 85c101 0 177 -84 177 -196c0 -103 -44 -217 -111 -288c-45 -47 -116 -78 -183 -78zM296 54c170 0 204 214 204 270c0 86 -44 138 -117 138c-60 0 -113 -35 -152 -101
c-28 -48 -46 -116 -46 -178c0 -79 43 -129 111 -129z" />
    <glyph glyph-name="c" unicode="c" horiz-adv-x="500" 
d="M381 539c106 0 173 -69 173 -147c0 -3 -1 -14 -2 -29l-1 -15h-84c1 9 1 16 1 22c0 57 -39 92 -102 92c-170 0 -202 -224 -202 -281c0 -78 44 -127 113 -127c72 0 127 44 157 126h84c-15 -51 -57 -203 -255 -203c-150 0 -187 122 -187 193c0 208 121 369 305 369z" />
    <glyph glyph-name="d" unicode="d" 
d="M430 76c-32 -64 -119 -99 -186 -99c-104 0 -171 76 -171 193c0 211 124 369 290 369c71 0 111 -26 143 -91l60 281h84l-155 -729h-81zM278 54c156 0 195 209 195 273c0 85 -44 135 -118 135c-162 0 -194 -217 -194 -272c0 -86 43 -136 117 -136z" />
    <glyph glyph-name="e" unicode="e" 
d="M84 173c0 73 46 366 305 366c108 0 191 -75 191 -171c0 -27 -5 -69 -14 -117l-3 -17h-386c-4 -15 -5 -25 -5 -46c0 -85 45 -134 124 -134c67 0 120 36 156 105h84c-31 -108 -134 -182 -254 -182c-122 0 -198 89 -198 196zM195 306h294c2 16 3 23 3 33
c0 75 -45 123 -116 123c-81 0 -155 -64 -181 -156z" />
    <glyph glyph-name="f" unicode="f" horiz-adv-x="278" 
d="M370 524l-14 -67h-86l-97 -457h-84l97 457h-70l14 67h70l19 89c16 74 72 119 149 119c16 0 27 -1 45 -5l-15 -69c-14 2 -20 2 -27 2c-43 0 -61 -17 -72 -67l-15 -69h86z" />
    <glyph glyph-name="g" unicode="g" 
d="M369 539c96 0 130 -73 139 -93l17 78h76l-93 -439c-45 -210 -120 -303 -299 -303c-107 0 -177 50 -177 127c0 4 0 10 1 18l1 13h84v-14c0 -45 40 -72 108 -72c106 0 160 54 189 190l4 19c-50 -53 -109 -80 -172 -80c-102 0 -173 76 -173 185c0 74 52 371 295 371z
M363 462c-170 0 -201 -222 -201 -278c0 -79 42 -129 109 -129c60 0 119 38 152 99c28 49 46 123 46 185c0 75 -42 123 -106 123z" />
    <glyph glyph-name="h" unicode="h" 
d="M225 729h84l-57 -270c63 59 112 80 187 80c84 0 135 -47 135 -126c0 -12 -1 -24 -4 -37l-80 -376h-84l73 343c6 27 6 27 6 39c0 51 -34 85 -85 85c-91 0 -162 -68 -185 -178l-61 -289h-84z" />
    <glyph glyph-name="i" unicode="i" horiz-adv-x="222" 
d="M261 524l-111 -524h-84l111 524h84zM305 729l-22 -103h-84l22 103h84z" />
    <glyph glyph-name="j" unicode="j" horiz-adv-x="222" 
d="M180 524h84l-134 -633c-18 -82 -61 -109 -176 -109c-9 0 -12 1 -19 3l15 71c18 -2 20 -2 25 -2c51 0 66 14 78 70zM308 729l-22 -103h-84l22 103h84z" />
    <glyph glyph-name="k" unicode="k" horiz-adv-x="500" 
d="M297 729l-90 -423l269 218h108l-222 -181l140 -343h-96l-114 291l-107 -88l-43 -203h-84l155 729h84z" />
    <glyph glyph-name="l" unicode="l" horiz-adv-x="222" 
d="M307 729l-155 -729h-84l155 729h84z" />
    <glyph glyph-name="m" unicode="m" horiz-adv-x="833" 
d="M725 539c103 0 127 -73 127 -111c0 -11 -4 -44 -6 -55l-79 -373h-84l72 341c9 34 9 34 9 49c0 48 -29 77 -76 77c-72 0 -140 -60 -157 -138l-70 -329h-84l77 361c3 13 4 26 4 37c0 41 -33 69 -82 69c-67 0 -135 -62 -151 -138l-70 -329h-84l111 524h76l-13 -65
c64 60 110 80 178 80c66 0 105 -27 121 -83c59 57 116 83 181 83z" />
    <glyph glyph-name="n" unicode="n" 
d="M181 524h76l-13 -65c52 53 118 80 194 80c83 0 136 -49 136 -125c0 -13 -1 -25 -4 -38l-80 -376h-84l74 349c4 16 6 31 6 37c0 46 -37 81 -87 81c-90 0 -161 -68 -184 -178l-61 -289h-84z" />
    <glyph glyph-name="o" unicode="o" 
d="M384 539c117 0 192 -77 192 -187c0 -87 -33 -196 -79 -259c-56 -77 -132 -116 -228 -116c-112 0 -189 76 -189 187c0 85 33 195 78 259c51 74 133 116 226 116zM283 54c174 0 205 220 205 279c0 81 -43 129 -117 129c-171 0 -203 -222 -203 -278c0 -80 44 -130 115 -130z
" />
    <glyph glyph-name="p" unicode="p" 
d="M586 344c0 -205 -125 -367 -292 -367c-71 0 -112 26 -143 91l-60 -281h-84l157 737h81l-18 -84c29 61 114 99 185 99c107 0 174 -75 174 -195zM302 54c164 0 196 216 196 270c0 86 -44 138 -119 138c-157 0 -196 -212 -196 -278c0 -80 46 -130 119 -130z" />
    <glyph glyph-name="q" unicode="q" 
d="M425 62c-26 -26 -74 -85 -177 -85c-101 0 -177 84 -177 196c0 103 44 217 111 288c45 48 116 78 184 78c73 0 124 -36 147 -101l19 86h75l-157 -737h-84zM364 462c-173 0 -205 -221 -205 -276c0 -80 46 -132 117 -132c60 0 112 35 152 101c28 48 46 116 46 178
c0 79 -43 129 -110 129z" />
    <glyph glyph-name="r" unicode="r" horiz-adv-x="333" 
d="M180 524h76l-17 -82c62 71 107 97 165 97c11 0 19 -1 32 -3l-18 -85h-10c-104 0 -172 -61 -197 -179l-58 -272h-84z" />
    <glyph glyph-name="s" unicode="s" horiz-adv-x="500" 
d="M123 345c0 105 91 194 233 194c97 0 164 -48 164 -118c0 -13 -1 -22 -6 -43h-84c1 8 1 15 1 22c0 39 -33 62 -92 62c-77 0 -128 -43 -128 -95c0 -26 29 -46 85 -60l76 -19c88 -22 121 -54 121 -115c0 -119 -97 -196 -246 -196c-116 0 -186 48 -186 128c0 16 1 28 6 51h89
c-1 -10 -2 -19 -2 -25c0 -50 39 -77 108 -77c120 0 143 76 143 96c0 44 -52 54 -70 59l-74 19c-103 27 -138 56 -138 117z" />
    <glyph glyph-name="t" unicode="t" horiz-adv-x="278" 
d="M366 524l-14 -67h-89l-78 -367c-1 -6 -2 -11 -2 -14c0 -16 14 -27 36 -27c12 0 17 1 48 8l-16 -73c-14 -4 -45 -7 -65 -7c-55 0 -89 30 -89 79c0 10 1 21 3 31l79 370h-71l14 67h71l31 144h84l-31 -144h89z" />
    <glyph glyph-name="u" unicode="u" 
d="M483 0h-76l12 57c-58 -56 -115 -80 -193 -80c-86 0 -138 41 -138 109c0 13 1 24 3 34l86 404h84l-79 -371c-2 -10 -3 -19 -3 -27c0 -47 35 -77 89 -77c85 0 156 70 179 178l63 297h84z" />
    <glyph glyph-name="v" unicode="v" horiz-adv-x="500" 
d="M287 0h-91l-74 524h92l49 -422l244 422h91z" />
    <glyph glyph-name="w" unicode="w" horiz-adv-x="722" 
d="M556 0h-95l-12 418l-195 -418h-96l-40 524h91l19 -408l189 408h105l11 -408l196 408h91z" />
    <glyph glyph-name="x" unicode="x" horiz-adv-x="500" 
d="M350 267l123 -267h-94l-90 200l-174 -200h-98l239 267l-118 257h93l88 -192l167 192h97z" />
    <glyph glyph-name="y" unicode="y" horiz-adv-x="500" 
d="M501 524h89l-368 -634c-43 -74 -94 -108 -165 -108c-19 0 -31 2 -49 10l16 75c27 -3 34 -4 44 -4c37 0 53 10 80 52l52 81l-68 528h90l46 -407z" />
    <glyph glyph-name="z" unicode="z" horiz-adv-x="500" 
d="M557 524l-18 -75l-392 -377h326l-15 -72h-427l18 74l395 378h-294l15 72h392z" />
    <glyph glyph-name="braceleft" unicode="{" horiz-adv-x="334" 
d="M431 729l-14 -65h-16c-50 0 -67 -15 -78 -67l-39 -181c-14 -71 -52 -126 -108 -157c37 -24 48 -46 48 -97c0 -22 -2 -42 -6 -61l-39 -181c-3 -12 -4 -23 -4 -33c0 -24 16 -34 54 -34h16l-14 -66h-47c-54 0 -86 29 -86 79c0 16 2 36 6 54l35 166c6 27 9 51 9 67
c0 40 -20 65 -57 71l15 69c58 10 87 49 106 138l36 166c28 124 107 132 136 132h47z" />
    <glyph glyph-name="bar" unicode="|" horiz-adv-x="260" 
d="M255 729h60l-201 -941h-60z" />
    <glyph glyph-name="braceright" unicode="}" horiz-adv-x="334" 
d="M-16 -213l14 65h16c50 0 67 15 78 67l39 181c17 90 42 126 108 157c-33 29 -48 62 -48 105c0 17 2 35 6 54l39 181c3 12 4 23 4 33c0 24 -16 34 -54 34h-16l14 65h47c51 0 86 -33 86 -82c0 -14 -2 -31 -6 -50l-35 -166c-6 -30 -9 -52 -9 -72c0 -37 20 -60 57 -66l-15 -70
c-58 -9 -88 -55 -106 -138l-36 -166c-7 -33 -27 -132 -136 -132h-47z" />
    <glyph glyph-name="asciitilde" unicode="~" horiz-adv-x="584" 
d="M594 411c-22 -129 -108 -143 -136 -143c-24 0 -52 10 -74 26l-85 63c-11 8 -29 15 -39 15c-31 0 -55 -27 -71 -79h-52c25 94 74 145 138 145c18 0 36 -6 51 -16l102 -69c18 -12 32 -17 47 -17c35 0 56 24 67 75h52z" />
    <glyph glyph-name="uni00A0" unicode="&#xa0;" horiz-adv-x="278" 
 />
    <glyph glyph-name="exclamdown" unicode="&#xa1;" horiz-adv-x="333" 
d="M76 -205l74 350l67 211h40l-23 -211l-74 -350h-84zM211 421l22 103h84l-22 -103h-84z" />
    <glyph glyph-name="cent" unicode="&#xa2;" 
d="M423 538c134 0 162 -114 162 -146c0 -3 -1 -14 -2 -29l-1 -15h-84c1 9 1 17 1 23c0 51 -27 81 -80 90l-12 2l-87 -410c71 8 114 45 145 127h84c-35 -131 -111 -195 -245 -203l-21 -97h-40l21 98c-103 11 -168 86 -168 193c0 76 31 342 287 367l19 90h40zM281 56l85 404
c-38 -7 -64 -20 -90 -45c-55 -53 -92 -146 -92 -232c0 -70 37 -119 97 -127z" />
    <glyph glyph-name="sterling" unicode="&#xa3;" 
d="M256 492c0 -41 6 -36 31 -116h160l-12 -55h-137l1 -11c1 -13 2 -23 2 -27c0 -103 -91 -165 -165 -222c56 28 94 39 133 39c58 0 85 -30 155 -30c31 0 52 7 94 31l25 -70c-43 -35 -94 -54 -142 -54c-83 0 -131 46 -202 46c-37 0 -72 -11 -118 -37l-37 66
c117 77 174 148 174 219c0 15 -1 21 -10 50h-113l12 55h83c-9 28 -30 58 -30 104c0 130 135 249 282 249c111 0 186 -60 186 -150c0 -22 -2 -40 -9 -82h-88c7 26 9 39 9 57c0 60 -45 98 -116 98c-95 0 -168 -70 -168 -160z" />
    <glyph glyph-name="currency" unicode="&#xa4;" 
d="M156 305c0 84 49 119 58 140l-42 55l66 56l45 -58c27 16 68 27 102 27c37 0 73 -11 93 -29l68 56l47 -58l-69 -56c9 -16 13 -32 13 -57c0 -47 -24 -107 -54 -136l43 -54l-70 -54l-42 53c-28 -19 -66 -30 -105 -30s-71 9 -90 25l-65 -52l-44 58l60 49c-9 17 -14 41 -14 65
zM369 448c-69 0 -134 -60 -134 -125c0 -49 39 -86 90 -86c69 0 133 62 133 127c0 47 -39 84 -89 84z" />
    <glyph glyph-name="yen" unicode="&#xa5;" 
d="M573 354l-11 -51h-172l-17 -77h172l-10 -51h-173l-37 -175h-88l37 175h-174l11 51h174l17 77h-175l11 51h154l-130 355h85l116 -322l248 322h85l-277 -355h154z" />
    <glyph glyph-name="brokenbar" unicode="&#xa6;" horiz-adv-x="260" 
d="M255 729h60l-86 -401h-60zM140 189h60l-86 -401h-60z" />
    <glyph glyph-name="section" unicode="&#xa7;" 
d="M104 274c0 120 107 170 143 189c-18 23 -26 47 -26 77c0 98 103 189 215 189c90 0 153 -56 153 -135c0 -21 -1 -25 -12 -61c0 -1 -1 -4 -2 -9h-84c7 20 10 35 10 51c0 47 -33 77 -83 77c-56 0 -105 -47 -105 -99c0 -23 8 -35 42 -62l127 -101c21 -17 77 -52 77 -123
c0 -36 -18 -154 -147 -196c22 -30 30 -53 30 -87c0 -41 -21 -87 -55 -126c-40 -44 -98 -71 -162 -71c-98 0 -162 55 -162 138c0 21 3 34 11 61h85c-6 -21 -8 -32 -8 -45c0 -45 37 -77 87 -77c61 0 112 47 112 102c0 29 -10 48 -38 72l-145 124c-46 39 -63 70 -63 112z
M236 229l138 -121c64 33 97 75 97 123c0 30 -21 65 -53 91l-131 106c-70 -40 -95 -71 -95 -119c0 -32 10 -51 44 -80z" />
    <glyph glyph-name="dieresis" unicode="&#xa8;" horiz-adv-x="333" 
d="M285 715l-22 -103h-104l22 103h104zM446 715l-22 -103h-104l22 103h104z" />
    <glyph glyph-name="copyright" unicode="&#xa9;" horiz-adv-x="737" 
d="M618 312c-54 -137 -129 -186 -218 -186c-94 0 -151 63 -151 166c0 75 29 156 77 214c48 56 109 86 177 86c90 0 132 -49 134 -155h-71c-3 66 -26 93 -78 93c-134 0 -167 -175 -167 -229c0 -67 38 -113 95 -113c55 0 101 43 131 124h71zM530 742c177 0 306 -128 306 -302
c0 -240 -229 -462 -475 -462c-177 0 -306 128 -306 303c0 239 229 461 475 461zM516 680c-202 0 -391 -187 -391 -387c0 -146 106 -253 250 -253c202 0 391 187 391 388c0 145 -106 252 -250 252z" />
    <glyph glyph-name="ordfeminine" unicode="&#xaa;" horiz-adv-x="370" 
d="M406 354l-11 -51h-288l11 51h288zM184 634c12 44 28 108 153 108c64 0 104 -25 104 -66c0 -7 0 -15 -1 -18l-41 -190c-1 -3 -1 -5 -1 -7c0 -7 8 -14 17 -14c4 0 17 2 17 2l-9 -44c-5 -1 -9 -2 -10 -2c-17 -4 -19 -4 -26 -4c-28 0 -44 15 -47 43c-30 -28 -68 -43 -109 -43
c-61 0 -95 29 -95 80c0 104 108 113 184 121c39 4 62 9 62 56c0 28 -35 35 -62 35c-34 0 -66 -12 -80 -57h-56zM363 566c-56 -20 -167 -8 -167 -80c0 -25 18 -37 53 -37c45 0 98 34 104 66z" />
    <glyph glyph-name="guillemotleft" unicode="&#xab;" horiz-adv-x="444" 
d="M93 227l19 89l177 122l-18 -83l-121 -84l86 -83l-18 -82zM298 227l19 89l177 122l-18 -83l-121 -84l86 -83l-18 -82z" />
    <glyph glyph-name="logicalnot" unicode="&#xac;" horiz-adv-x="584" 
d="M114 377h505l-61 -291h-70l46 219h-435z" />
    <glyph glyph-name="uni00AD" unicode="&#xad;" horiz-adv-x="333" 
d="M351 312l-15 -72h-239l15 72h239z" />
    <glyph glyph-name="registered" unicode="&#xae;" horiz-adv-x="737" 
d="M510 168c0 44 19 89 19 117c0 27 -18 40 -54 40h-134l-39 -185h-70l94 445h206c81 0 119 -28 119 -89c0 -94 -62 -125 -80 -136c23 -18 29 -29 29 -56c0 -24 -15 -85 -15 -110c0 -14 3 -21 12 -29l-5 -25h-78c-3 12 -4 18 -4 28zM484 388c78 0 91 55 91 88s-19 46 -63 46
h-129l-28 -134h129zM530 742c177 0 306 -128 306 -302c0 -240 -229 -462 -475 -462c-177 0 -306 128 -306 303c0 239 229 461 475 461zM516 680c-202 0 -391 -187 -391 -387c0 -146 106 -253 250 -253c202 0 391 187 391 388c0 145 -106 252 -250 252z" />
    <glyph glyph-name="macron" unicode="&#xaf;" horiz-adv-x="333" 
d="M450 696l-15 -69h-275l15 69h275z" />
    <glyph glyph-name="degree" unicode="&#xb0;" horiz-adv-x="606" 
d="M442 686c84 0 152 -68 152 -151c0 -85 -68 -152 -153 -152c-82 0 -150 69 -150 152s68 151 151 151zM443 643c-59 0 -107 -49 -107 -108s48 -109 105 -109c60 0 108 48 108 109c0 59 -48 108 -106 108z" />
    <glyph glyph-name="plusminus" unicode="&#xb1;" horiz-adv-x="584" 
d="M625 429l-15 -72h-207l-44 -208h-71l45 208h-207l15 72h207l43 204h71l-44 -204h207zM549 72l-15 -72h-484l15 72h484z" />
    <glyph glyph-name="uni00B2" unicode="&#xb2;" horiz-adv-x="352" 
d="M396 344l-12 -60h-300c28 101 55 132 165 188l63 31c47 22 75 56 75 91c0 36 -27 60 -68 60c-56 0 -88 -30 -105 -99h-63c24 107 79 154 178 154c75 0 123 -41 123 -106c0 -60 -41 -110 -124 -151l-68 -33c-54 -27 -76 -44 -95 -75h231z" />
    <glyph glyph-name="uni00B3" unicode="&#xb3;" horiz-adv-x="352" 
d="M157 565c9 34 34 144 170 144c71 0 117 -36 117 -91c0 -51 -19 -83 -69 -114c31 -15 44 -37 44 -70c0 -94 -79 -164 -183 -164c-80 0 -124 37 -124 103c0 10 1 19 3 41h64l-1 -12c-1 -9 -1 -15 -1 -21c0 -34 27 -56 68 -56c65 0 109 40 109 100c0 32 -29 50 -78 50
c-7 0 -15 0 -31 -1l11 53h16c73 0 107 25 107 79c0 30 -24 48 -62 48c-82 0 -93 -71 -97 -89h-63z" />
    <glyph glyph-name="acute" unicode="&#xb4;" horiz-adv-x="333" 
d="M346 740h112l-180 -148h-60z" />
    <glyph glyph-name="uni00B5" unicode="&#xb5;" 
d="M554 49l-14 -63c-15 -2 -31 -9 -54 -9c-54 0 -75 18 -75 64c0 4 1 11 3 19c-54 -56 -114 -83 -183 -83c-37 0 -60 8 -81 29l-48 -226h-84l158 744h84l-77 -364c-2 -10 -3 -19 -3 -30c0 -50 33 -80 86 -80c86 0 157 70 180 177l63 297h84l-93 -436c-1 -3 -1 -7 -1 -11
c0 -20 13 -31 38 -31c6 0 9 1 17 3z" />
    <glyph glyph-name="paragraph" unicode="&#xb6;" horiz-adv-x="537" 
d="M677 729l-14 -64h-56l-179 -843h-64l179 843h-83l-179 -843h-64l93 437c-103 3 -165 70 -165 177c0 152 136 293 282 293h250z" />
    <glyph glyph-name="periodcentered" unicode="&#xb7;" horiz-adv-x="278" 
d="M293 295l-22 -103h-105l22 103h105z" />
    <glyph glyph-name="cedilla" unicode="&#xb8;" horiz-adv-x="333" 
d="M155 -94c-4 0 -20 -3 -27 -4l-13 6l50 92h41l-30 -56c13 2 17 2 21 2c37 0 67 -23 67 -51c0 -63 -61 -109 -145 -109c-38 0 -67 8 -118 34l28 38c41 -21 66 -29 94 -29c37 0 63 23 63 55c0 12 -14 22 -31 22z" />
    <glyph glyph-name="uni00B9" unicode="&#xb9;" horiz-adv-x="250" 
d="M261 580h-97l10 46c91 12 101 18 134 83h44l-90 -425h-64z" />
    <glyph glyph-name="ordmasculine" unicode="&#xba;" horiz-adv-x="365" 
d="M388 354l-11 -51h-263l11 51h263zM149 509c0 130 75 233 187 233c94 0 116 -71 116 -115c0 -118 -72 -228 -190 -228c-67 0 -113 45 -113 110zM327 690c-66 0 -118 -72 -118 -165c0 -47 25 -74 67 -74c65 0 116 73 116 166c0 45 -25 73 -65 73z" />
    <glyph glyph-name="guillemotright" unicode="&#xbb;" horiz-adv-x="444" 
d="M267 317l-19 -89l-179 -122l18 83l123 84l-88 83l18 82zM466 317l-19 -89l-179 -122l18 83l123 84l-88 83l18 82z" />
    <glyph glyph-name="onequarter" unicode="&#xbc;" horiz-adv-x="947" 
d="M302 580h-97l10 46c91 12 101 18 134 83h44l-90 -425h-64zM818 709h58l-606 -729h-58zM798 100h-184l13 60l256 265h47l-57 -270h65l-12 -55h-65l-21 -100h-63zM810 155l34 161l-156 -161h122z" />
    <glyph glyph-name="onehalf" unicode="&#xbd;" horiz-adv-x="947" 
d="M302 580h-97l10 46c91 12 101 18 134 83h44l-90 -425h-64zM808 709h58l-606 -729h-58zM909 60l-12 -60h-300c28 101 55 132 165 188l63 31c47 22 75 56 75 91c0 36 -27 60 -68 60c-56 0 -88 -30 -105 -99h-63c24 107 79 154 178 154c75 0 123 -41 123 -106
c0 -60 -41 -110 -124 -151l-68 -33c-54 -27 -76 -44 -95 -75h231z" />
    <glyph glyph-name="threequarters" unicode="&#xbe;" horiz-adv-x="947" 
d="M168 565c9 34 34 144 170 144c71 0 117 -36 117 -91c0 -51 -19 -83 -69 -114c31 -15 44 -37 44 -70c0 -94 -79 -164 -183 -164c-80 0 -124 37 -124 103c0 10 1 19 3 41h64l-1 -12c-1 -9 -1 -15 -1 -21c0 -34 27 -56 68 -56c65 0 109 40 109 100c0 32 -29 50 -78 50
c-7 0 -15 0 -31 -1l11 53h16c73 0 107 25 107 79c0 30 -24 48 -62 48c-82 0 -93 -71 -97 -89h-63zM838 709h58l-606 -729h-58zM798 100h-184l13 60l256 265h47l-57 -270h65l-12 -55h-65l-21 -100h-63zM810 155l34 161l-156 -161h122z" />
    <glyph glyph-name="questiondown" unicode="&#xbf;" horiz-adv-x="611" 
d="M266 -217c-144 0 -180 92 -180 145c0 97 65 165 144 226c74 55 90 74 104 124l10 47h90l-12 -55c-34 -148 -241 -176 -241 -323c0 -53 42 -87 107 -87c88 0 136 48 158 157h85c-31 -155 -121 -234 -265 -234zM364 421l22 103h90l-22 -103h-90z" />
    <glyph glyph-name="Agrave" unicode="&#xc0;" horiz-adv-x="667" 
d="M493.292 949l40.542 -148h-53l-93.542 148h106zM524 219h-285l-123 -219h-99l415 729h120l101 -729h-102zM514 297l-40 333l-191 -333h231z" />
    <glyph glyph-name="Aacute" unicode="&#xc1;" horiz-adv-x="667" 
d="M577.292 939h112l-211.458 -148h-60zM524 219h-285l-123 -219h-99l415 729h120l101 -729h-102zM514 297l-40 333l-191 -333h231z" />
    <glyph glyph-name="Acircumflex" unicode="&#xc2;" horiz-adv-x="667" 
d="M487 940h95l64 -150h-63l-56 99l-104 -99h-64zM524 219h-285l-123 -219h-99l415 729h120l101 -729h-102zM514 297l-40 333l-191 -333h231z" />
    <glyph glyph-name="Atilde" unicode="&#xc3;" horiz-adv-x="667" 
d="M442 904c37 0 106 -32 136 -32c20 0 30 8 48 37h53c-21 -65 -63 -107 -108 -107c-48 0 -104 32 -130 32c-28 0 -36 -14 -50 -33h-53c15 45 40 103 104 103zM524 219h-285l-123 -219h-99l415 729h120l101 -729h-102zM514 297l-40 333l-191 -333h231z" />
    <glyph glyph-name="Adieresis" unicode="&#xc4;" horiz-adv-x="667" 
d="M501 904l-22 -103h-104l22 103h104zM662 904l-22 -103h-104l22 103h104zM524 219h-285l-123 -219h-99l415 729h120l101 -729h-102zM514 297l-40 333l-191 -333h231z" />
    <glyph glyph-name="Aring" unicode="&#xc5;" horiz-adv-x="667" 
d="M533 952c41 0 72 -29 72 -67c0 -56 -52 -108 -109 -108c-40 0 -71 31 -71 70c0 53 54 105 108 105zM526 908c-28 0 -55 -26 -55 -52c0 -21 15 -35 35 -35c27 0 54 26 54 52c0 20 -15 35 -34 35zM524 219h-285l-123 -219h-99l415 729h120l101 -729h-102zM514 297l-40 333
l-191 -333h231z" />
    <glyph glyph-name="AE" unicode="&#xc6;" horiz-adv-x="1000" 
d="M513 214h-269l-130 -214h-103l454 729h622l-17 -82h-371l-49 -233h351l-18 -82h-351l-53 -250h388l-17 -82h-482zM531 295l74 352h-100l-212 -352h238z" />
    <glyph glyph-name="Ccedilla" unicode="&#xc7;" horiz-adv-x="722" 
d="M381 58c154 0 212 107 256 208h98c-79 -198 -193 -287 -367 -289l-17 -33c13 2 16 2 21 2c37 0 67 -23 67 -51c0 -63 -61 -109 -145 -109c-38 0 -67 8 -118 34l28 38c40 -21 66 -29 94 -29c37 0 63 23 63 55c0 12 -14 22 -31 22c-5 0 -21 -3 -27 -4l-13 6l38 71
c-67 10 -96 22 -131 53c-55 49 -85 124 -85 210c0 125 49 263 128 358c78 94 175 141 292 141c95 0 228 -38 238 -238h-96c-8 108 -58 157 -159 157c-246 0 -307 -306 -307 -400c0 -121 69 -202 173 -202z" />
    <glyph glyph-name="Egrave" unicode="&#xc8;" horiz-adv-x="667" 
d="M499.292 949l40.542 -148h-53l-93.542 148h106zM255 332l-54 -250h429l-17 -82h-523l155 729h506l-17 -82h-412l-50 -233h396l-18 -82h-395z" />
    <glyph glyph-name="Eacute" unicode="&#xc9;" horiz-adv-x="667" 
d="M603.292 939h112l-211.458 -148h-60zM255 332l-54 -250h429l-17 -82h-523l155 729h506l-17 -82h-412l-50 -233h396l-18 -82h-395z" />
    <glyph glyph-name="Ecircumflex" unicode="&#xca;" horiz-adv-x="667" 
d="M495 940h95l64 -150h-63l-56 99l-104 -99h-64zM255 332l-54 -250h429l-17 -82h-523l155 729h506l-17 -82h-412l-50 -233h396l-18 -82h-395z" />
    <glyph glyph-name="Edieresis" unicode="&#xcb;" horiz-adv-x="667" 
d="M507 904l-22 -103h-104l22 103h104zM668 904l-22 -103h-104l22 103h104zM255 332l-54 -250h429l-17 -82h-523l155 729h506l-17 -82h-412l-50 -233h396l-18 -82h-395z" />
    <glyph glyph-name="Igrave" unicode="&#xcc;" horiz-adv-x="278" 
d="M323.292 939l40.542 -148h-53l-93.542 148h106zM349 729l-155 -729h-94l155 729h94z" />
    <glyph glyph-name="Iacute" unicode="&#xcd;" horiz-adv-x="278" 
d="M397.292 939h112l-211.458 -148h-60zM349 729l-155 -729h-94l155 729h94z" />
    <glyph glyph-name="Icircumflex" unicode="&#xce;" horiz-adv-x="278" 
d="M297 940h95l64 -150h-63l-56 99l-104 -99h-64zM349 729l-155 -729h-94l155 729h94z" />
    <glyph glyph-name="Idieresis" unicode="&#xcf;" horiz-adv-x="278" 
d="M311 904l-22 -103h-104l22 103h104zM472 904l-22 -103h-104l22 103h104zM349 729l-155 -729h-94l155 729h94z" />
    <glyph glyph-name="Eth" unicode="&#xd0;" horiz-adv-x="722" 
d="M526 729c189 0 233 -155 233 -241c0 -125 -48 -271 -116 -354c-73 -89 -164 -134 -272 -134h-282l72 341h-68l13 67h70l68 321h282zM255 341l-55 -259h172c91 0 167 43 219 123c40 63 72 184 72 275c0 105 -64 167 -171 167h-171l-51 -239h166l-14 -67h-167z" />
    <glyph glyph-name="Ntilde" unicode="&#xd1;" horiz-adv-x="722" 
d="M476 904c37 0 106 -32 136 -32c20 0 30 8 48 37h53c-21 -65 -63 -107 -108 -107c-48 0 -104 32 -130 32c-28 0 -36 -14 -50 -33h-53c15 45 40 103 104 103zM801 729l-155 -729h-106l-249 591l-126 -591h-89l155 729h104l250 -598l127 598h89z" />
    <glyph glyph-name="Ograve" unicode="&#xd2;" horiz-adv-x="778" 
d="M556.292 939l40.542 -148h-53l-93.542 148h106zM391 -23c-124 0 -287 57 -287 286c0 127 53 259 142 351c81 85 178 127 291 127c233 0 291 -159 291 -277c0 -107 -68 -487 -437 -487zM732 446c0 171 -120 214 -207 214c-94 0 -183 -47 -241 -127
c-53 -73 -84 -170 -84 -262c0 -170 122 -213 204 -213c277 0 328 310 328 388z" />
    <glyph glyph-name="Oacute" unicode="&#xd3;" horiz-adv-x="778" 
d="M649.292 939h112l-211.458 -148h-60zM391 -23c-124 0 -287 57 -287 286c0 127 53 259 142 351c81 85 178 127 291 127c233 0 291 -159 291 -277c0 -107 -68 -487 -437 -487zM732 446c0 171 -120 214 -207 214c-94 0 -183 -47 -241 -127c-53 -73 -84 -170 -84 -262
c0 -170 122 -213 204 -213c277 0 328 310 328 388z" />
    <glyph glyph-name="Ocircumflex" unicode="&#xd4;" horiz-adv-x="778" 
d="M526 940h95l64 -150h-63l-56 99l-104 -99h-64zM391 -23c-124 0 -287 57 -287 286c0 127 53 259 142 351c81 85 178 127 291 127c233 0 291 -159 291 -277c0 -107 -68 -487 -437 -487zM732 446c0 171 -120 214 -207 214c-94 0 -183 -47 -241 -127
c-53 -73 -84 -170 -84 -262c0 -170 122 -213 204 -213c277 0 328 310 328 388z" />
    <glyph glyph-name="Otilde" unicode="&#xd5;" horiz-adv-x="778" 
d="M495 904c37 0 106 -32 136 -32c20 0 30 8 48 37h53c-21 -65 -63 -107 -108 -107c-48 0 -104 32 -130 32c-28 0 -36 -14 -50 -33h-53c15 45 40 103 104 103zM391 -23c-124 0 -287 57 -287 286c0 127 53 259 142 351c81 85 178 127 291 127c233 0 291 -159 291 -277
c0 -107 -68 -487 -437 -487zM732 446c0 171 -120 214 -207 214c-94 0 -183 -47 -241 -127c-53 -73 -84 -170 -84 -262c0 -170 122 -213 204 -213c277 0 328 310 328 388z" />
    <glyph glyph-name="Odieresis" unicode="&#xd6;" horiz-adv-x="778" 
d="M543 904l-22 -103h-104l22 103h104zM704 904l-22 -103h-104l22 103h104zM391 -23c-124 0 -287 57 -287 286c0 127 53 259 142 351c81 85 178 127 291 127c233 0 291 -159 291 -277c0 -107 -68 -487 -437 -487zM732 446c0 171 -120 214 -207 214c-94 0 -183 -47 -241 -127
c-53 -73 -84 -170 -84 -262c0 -170 122 -213 204 -213c277 0 328 310 328 388z" />
    <glyph glyph-name="multiply" unicode="&#xd7;" horiz-adv-x="584" 
d="M529 427l39 -50l-178 -146l117 -147l-61 -50l-116 147l-178 -146l-39 49l178 147l-115 146l60 49l115 -145z" />
    <glyph glyph-name="Oslash" unicode="&#xd8;" horiz-adv-x="778" 
d="M812 463c0 -100 -71 -486 -434 -486c-93 0 -169 28 -220 80l-91 -81l-35 39l94 85c-24 41 -38 105 -38 168c0 122 54 254 141 346c80 84 178 127 290 127c97 0 182 -32 226 -84l87 78l35 -39l-92 -83c25 -43 37 -94 37 -150zM202 168l470 424c-36 43 -97 68 -164 68
c-181 0 -324 -174 -324 -395c0 -40 5 -67 18 -97zM700 546l-470 -423c34 -40 95 -65 161 -65c93 0 183 48 241 127c52 71 84 170 84 258c0 42 -6 78 -16 103z" />
    <glyph glyph-name="Ugrave" unicode="&#xd9;" horiz-adv-x="722" 
d="M541.292 939l40.542 -148h-53l-93.542 148h106zM363 -23c-147 0 -239 76 -239 178c0 15 7 63 14 96l102 478h94l-109 -512c-3 -16 -5 -30 -5 -44c0 -69 65 -115 161 -115c113 0 195 60 216 159l109 512h94l-109 -512c-31 -146 -160 -240 -328 -240z" />
    <glyph glyph-name="Uacute" unicode="&#xda;" horiz-adv-x="722" 
d="M615.292 939h112l-211.458 -148h-60zM363 -23c-147 0 -239 76 -239 178c0 15 7 63 14 96l102 478h94l-109 -512c-3 -16 -5 -30 -5 -44c0 -69 65 -115 161 -115c113 0 195 60 216 159l109 512h94l-109 -512c-31 -146 -160 -240 -328 -240z" />
    <glyph glyph-name="Ucircumflex" unicode="&#xdb;" horiz-adv-x="722" 
d="M517 940h95l64 -150h-63l-56 99l-104 -99h-64zM363 -23c-147 0 -239 76 -239 178c0 15 7 63 14 96l102 478h94l-109 -512c-3 -16 -5 -30 -5 -44c0 -69 65 -115 161 -115c113 0 195 60 216 159l109 512h94l-109 -512c-31 -146 -160 -240 -328 -240z" />
    <glyph glyph-name="Udieresis" unicode="&#xdc;" horiz-adv-x="722" 
d="M529 904l-22 -103h-104l22 103h104zM690 904l-22 -103h-104l22 103h104zM363 -23c-147 0 -239 76 -239 178c0 15 7 63 14 96l102 478h94l-109 -512c-3 -16 -5 -30 -5 -44c0 -69 65 -115 161 -115c113 0 195 60 216 159l109 512h94l-109 -512
c-31 -146 -160 -240 -328 -240z" />
    <glyph glyph-name="Yacute" unicode="&#xdd;" horiz-adv-x="667" 
d="M587.292 939h112l-211.458 -148h-60zM448 286l-61 -286h-94l61 286l-186 443h112l136 -357l289 357h111z" />
    <glyph glyph-name="Thorn" unicode="&#xde;" horiz-adv-x="667" 
d="M708 450c0 -136 -100 -259 -254 -259h-228l-41 -191h-94l155 729h94l-25 -118h208c122 0 185 -55 185 -161zM437 273c110 0 175 73 175 159c0 63 -42 97 -120 97h-195l-54 -256h194z" />
    <glyph glyph-name="germandbls" unicode="&#xdf;" horiz-adv-x="611" 
d="M312 64c165 0 206 116 206 190s-57 100 -145 100h-16l16 73c146 0 182 83 182 137c0 52 -43 88 -131 88c-113 0 -154 -57 -172 -142l-109 -510h-88l113 532c25 115 123 197 273 197c130 0 205 -56 205 -144c0 -112 -89 -168 -118 -185c58 -17 84 -79 84 -133
c0 -12 -1 -23 -3 -33c-38 -177 -162 -249 -305 -249c-29 0 -38 4 -51 7l15 75c15 -2 30 -3 44 -3z" />
    <glyph glyph-name="agrave" unicode="&#xe0;" 
d="M413.292 739l40.542 -148h-53l-93.542 148h106zM372 462c-111 0 -131 -74 -137 -93h-84c19 111 104 170 243 170c105 0 174 -45 174 -113c0 -10 0 -10 -6 -37l-64 -301c-1 -3 -1 -6 -1 -10c0 -20 12 -29 38 -29c4 0 8 0 17 2l-13 -65c-23 -4 -30 -9 -53 -9
c-48 0 -76 25 -76 66v11c-26 -22 -80 -77 -201 -77c-90 0 -144 48 -144 128c0 58 30 111 82 144c136 86 304 10 326 112l3 18c1 8 2 15 2 19c0 37 -46 64 -106 64zM451 258c-105 -36 -298 -14 -298 -143c0 -42 32 -66 89 -66c88 0 176 53 189 115z" />
    <glyph glyph-name="aacute" unicode="&#xe1;" 
d="M486.292 740h112l-211.458 -148h-60zM372 462c-111 0 -131 -74 -137 -93h-84c19 111 104 170 243 170c105 0 174 -45 174 -113c0 -10 0 -10 -6 -37l-64 -301c-1 -3 -1 -6 -1 -10c0 -20 12 -29 38 -29c4 0 8 0 17 2l-13 -65c-23 -4 -30 -9 -53 -9c-48 0 -76 25 -76 66v11
c-26 -22 -80 -77 -201 -77c-90 0 -144 48 -144 128c0 58 30 111 82 144c136 86 304 10 326 112l3 18c1 8 2 15 2 19c0 37 -46 64 -106 64zM451 258c-105 -36 -298 -14 -298 -143c0 -42 32 -66 89 -66c88 0 176 53 189 115z" />
    <glyph glyph-name="acircumflex" unicode="&#xe2;" 
d="M391 742h95l64 -150h-63l-56 99l-104 -99h-64zM372 462c-111 0 -131 -74 -137 -93h-84c19 111 104 170 243 170c105 0 174 -45 174 -113c0 -10 0 -10 -6 -37l-64 -301c-1 -3 -1 -6 -1 -10c0 -20 12 -29 38 -29c4 0 8 0 17 2l-13 -65c-23 -4 -30 -9 -53 -9
c-48 0 -76 25 -76 66v11c-26 -22 -80 -77 -201 -77c-90 0 -144 48 -144 128c0 58 30 111 82 144c136 86 304 10 326 112l3 18c1 8 2 15 2 19c0 37 -46 64 -106 64zM451 258c-105 -36 -298 -14 -298 -143c0 -42 32 -66 89 -66c88 0 176 53 189 115z" />
    <glyph glyph-name="atilde" unicode="&#xe3;" 
d="M352 702c37 0 106 -32 136 -32c20 0 30 8 48 37h53c-21 -65 -63 -107 -108 -107c-48 0 -104 32 -130 32c-28 0 -36 -14 -50 -33h-53c15 45 40 103 104 103zM372 462c-111 0 -131 -74 -137 -93h-84c19 111 104 170 243 170c105 0 174 -45 174 -113c0 -10 0 -10 -6 -37
l-64 -301c-1 -3 -1 -6 -1 -10c0 -20 12 -29 38 -29c4 0 8 0 17 2l-13 -65c-23 -4 -30 -9 -53 -9c-48 0 -76 25 -76 66v11c-26 -22 -80 -77 -201 -77c-90 0 -144 48 -144 128c0 58 30 111 82 144c136 86 304 10 326 112l3 18c1 8 2 15 2 19c0 37 -46 64 -106 64zM451 258
c-105 -36 -298 -14 -298 -143c0 -42 32 -66 89 -66c88 0 176 53 189 115z" />
    <glyph glyph-name="adieresis" unicode="&#xe4;" 
d="M400 702l-22 -103h-104l22 103h104zM561 702l-22 -103h-104l22 103h104zM372 462c-111 0 -131 -74 -137 -93h-84c19 111 104 170 243 170c105 0 174 -45 174 -113c0 -10 0 -10 -6 -37l-64 -301c-1 -3 -1 -6 -1 -10c0 -20 12 -29 38 -29c4 0 8 0 17 2l-13 -65
c-23 -4 -30 -9 -53 -9c-48 0 -76 25 -76 66v11c-26 -22 -80 -77 -201 -77c-90 0 -144 48 -144 128c0 58 30 111 82 144c136 86 304 10 326 112l3 18c1 8 2 15 2 19c0 37 -46 64 -106 64zM451 258c-105 -36 -298 -14 -298 -143c0 -42 32 -66 89 -66c88 0 176 53 189 115z" />
    <glyph glyph-name="aring" unicode="&#xe5;" 
d="M444 754c41 0 72 -29 72 -67c0 -56 -52 -108 -109 -108c-40 0 -71 31 -71 70c0 53 54 105 108 105zM437 710c-28 0 -55 -26 -55 -52c0 -21 15 -35 35 -35c27 0 54 26 54 52c0 20 -15 35 -34 35zM372 462c-111 0 -131 -74 -137 -93h-84c19 111 104 170 243 170
c105 0 174 -45 174 -113c0 -10 0 -10 -6 -37l-64 -301c-1 -3 -1 -6 -1 -10c0 -20 12 -29 38 -29c4 0 8 0 17 2l-13 -65c-23 -4 -30 -9 -53 -9c-48 0 -76 25 -76 66v11c-26 -22 -80 -77 -201 -77c-90 0 -144 48 -144 128c0 58 30 111 82 144c136 86 304 10 326 112l3 18
c1 8 2 15 2 19c0 37 -46 64 -106 64zM451 258c-105 -36 -298 -14 -298 -143c0 -42 32 -66 89 -66c88 0 176 53 189 115z" />
    <glyph glyph-name="ae" unicode="&#xe6;" horiz-adv-x="889" 
d="M507 163c0 -23 19 -109 125 -109c66 0 119 36 155 105h84c-32 -109 -134 -182 -255 -182c-80 0 -135 32 -174 102c-67 -65 -154 -102 -241 -102s-142 50 -142 128c0 58 31 112 82 144c144 86 297 6 322 112l5 25c1 7 2 13 2 19c0 35 -40 57 -104 57
c-79 0 -120 -27 -141 -93h-84c14 50 37 170 246 170c96 0 149 -41 159 -65c45 40 114 65 182 65c102 0 187 -77 187 -169c0 -28 -5 -71 -14 -119l-3 -17h-386c-4 -18 -5 -30 -5 -53v-18zM441 257c-99 -35 -294 -14 -294 -142c0 -43 32 -66 90 -66c84 0 171 55 184 115z
M530 306h294c2 15 3 22 3 33c0 75 -44 123 -115 123c-83 0 -151 -58 -182 -156z" />
    <glyph glyph-name="ccedilla" unicode="&#xe7;" horiz-adv-x="500" 
d="M366 462c-170 0 -202 -224 -202 -281c0 -78 44 -127 113 -127c72 0 127 44 157 126h84c-32 -129 -118 -199 -247 -203l-18 -33c13 2 17 2 21 2c37 0 67 -23 67 -51c0 -63 -61 -109 -145 -109c-38 0 -67 8 -118 34l28 38c41 -21 66 -29 94 -29c37 0 63 23 63 55
c0 12 -15 22 -31 22c-5 0 -21 -3 -27 -4l-13 6l38 70c-119 23 -154 119 -154 192c0 208 121 369 305 369c147 0 173 -114 173 -146c0 -3 -1 -14 -2 -30l-1 -15h-84c1 9 1 16 1 22c0 57 -39 92 -102 92z" />
    <glyph glyph-name="egrave" unicode="&#xe8;" 
d="M408.292 740l40.542 -148h-53l-93.542 148h106zM84 173c0 73 46 366 305 366c108 0 191 -75 191 -171c0 -27 -5 -69 -14 -117l-3 -17h-386c-4 -15 -5 -25 -5 -46c0 -85 45 -134 124 -134c67 0 120 36 156 105h84c-31 -108 -134 -182 -254 -182c-122 0 -198 89 -198 196z
M195 306h294c2 16 3 23 3 33c0 75 -45 123 -116 123c-81 0 -155 -64 -181 -156z" />
    <glyph glyph-name="eacute" unicode="&#xe9;" 
d="M491.292 740h112l-211.458 -148h-60zM84 173c0 73 46 366 305 366c108 0 191 -75 191 -171c0 -27 -5 -69 -14 -117l-3 -17h-386c-4 -15 -5 -25 -5 -46c0 -85 45 -134 124 -134c67 0 120 36 156 105h84c-31 -108 -134 -182 -254 -182c-122 0 -198 89 -198 196zM195 306
h294c2 16 3 23 3 33c0 75 -45 123 -116 123c-81 0 -155 -64 -181 -156z" />
    <glyph glyph-name="ecircumflex" unicode="&#xea;" 
d="M388 742h95l64 -150h-63l-56 99l-104 -99h-64zM84 173c0 73 46 366 305 366c108 0 191 -75 191 -171c0 -27 -5 -69 -14 -117l-3 -17h-386c-4 -15 -5 -25 -5 -46c0 -85 45 -134 124 -134c67 0 120 36 156 105h84c-31 -108 -134 -182 -254 -182c-122 0 -198 89 -198 196z
M195 306h294c2 16 3 23 3 33c0 75 -45 123 -116 123c-81 0 -155 -64 -181 -156z" />
    <glyph glyph-name="edieresis" unicode="&#xeb;" 
d="M395 702l-22 -103h-104l22 103h104zM556 702l-22 -103h-104l22 103h104zM84 173c0 73 46 366 305 366c108 0 191 -75 191 -171c0 -27 -5 -69 -14 -117l-3 -17h-386c-4 -15 -5 -25 -5 -46c0 -85 45 -134 124 -134c67 0 120 36 156 105h84c-31 -108 -134 -182 -254 -182
c-122 0 -198 89 -198 196zM195 306h294c2 16 3 23 3 33c0 75 -45 123 -116 123c-81 0 -155 -64 -181 -156z" />
    <glyph glyph-name="igrave" unicode="&#xec;" horiz-adv-x="278" 
d="M275.292 740l40.542 -148h-53l-93.542 148h106zM289 524l-111 -524h-84l111 524h84z" />
    <glyph glyph-name="iacute" unicode="&#xed;" horiz-adv-x="278" 
d="M352.292 739h112l-211.458 -148h-60zM289 524l-111 -524h-84l111 524h84z" />
    <glyph glyph-name="icircumflex" unicode="&#xee;" horiz-adv-x="278" 
d="M248 742h95l64 -150h-63l-56 99l-104 -99h-64zM289 524l-111 -524h-84l111 524h84z" />
    <glyph glyph-name="idieresis" unicode="&#xef;" horiz-adv-x="278" 
d="M257 702l-22 -103h-104l22 103h104zM418 702l-22 -103h-104l22 103h104zM289 524l-111 -524h-84l111 524h84z" />
    <glyph glyph-name="eth" unicode="&#xf0;" 
d="M80 164c0 79 43 370 289 370c26 0 38 -3 66 -17c-32 42 -48 59 -84 92l-100 -45l-32 39l89 41c-39 34 -36 25 -75 54l42 45l22 -14c28 -16 59 -38 72 -48c1 0 4 -2 8 -5l99 43l39 -38l-95 -41c105 -90 156 -186 156 -293c0 -79 -45 -370 -303 -370
c-116 0 -193 75 -193 187zM283 54c174 0 205 220 205 279c0 81 -43 129 -117 129c-171 0 -203 -222 -203 -278c0 -80 44 -130 115 -130z" />
    <glyph glyph-name="ntilde" unicode="&#xf1;" 
d="M352 702c37 0 106 -32 136 -32c20 0 30 8 48 37h53c-21 -65 -63 -107 -108 -107c-48 0 -104 32 -130 32c-28 0 -36 -14 -50 -33h-53c15 45 40 103 104 103zM181 524h76l-13 -65c52 53 118 80 194 80c83 0 136 -49 136 -125c0 -13 -1 -25 -4 -38l-80 -376h-84l74 349
c4 16 6 31 6 37c0 46 -37 81 -87 81c-90 0 -161 -68 -184 -178l-61 -289h-84z" />
    <glyph glyph-name="ograve" unicode="&#xf2;" 
d="M413.292 740l40.542 -148h-53l-93.542 148h106zM384 539c117 0 192 -77 192 -187c0 -87 -33 -196 -79 -259c-56 -77 -132 -116 -228 -116c-112 0 -189 76 -189 187c0 85 33 195 78 259c51 74 133 116 226 116zM283 54c174 0 205 220 205 279c0 81 -43 129 -117 129
c-171 0 -203 -222 -203 -278c0 -80 44 -130 115 -130z" />
    <glyph glyph-name="oacute" unicode="&#xf3;" 
d="M486.292 740h112l-211.458 -148h-60zM384 539c117 0 192 -77 192 -187c0 -87 -33 -196 -79 -259c-56 -77 -132 -116 -228 -116c-112 0 -189 76 -189 187c0 85 33 195 78 259c51 74 133 116 226 116zM283 54c174 0 205 220 205 279c0 81 -43 129 -117 129
c-171 0 -203 -222 -203 -278c0 -80 44 -130 115 -130z" />
    <glyph glyph-name="ocircumflex" unicode="&#xf4;" 
d="M383 742h95l64 -150h-63l-56 99l-104 -99h-64zM384 539c117 0 192 -77 192 -187c0 -87 -33 -196 -79 -259c-56 -77 -132 -116 -228 -116c-112 0 -189 76 -189 187c0 85 33 195 78 259c51 74 133 116 226 116zM283 54c174 0 205 220 205 279c0 81 -43 129 -117 129
c-171 0 -203 -222 -203 -278c0 -80 44 -130 115 -130z" />
    <glyph glyph-name="otilde" unicode="&#xf5;" 
d="M342 702c37 0 106 -32 136 -32c20 0 30 8 48 37h53c-21 -65 -63 -107 -108 -107c-48 0 -104 32 -130 32c-28 0 -36 -14 -50 -33h-53c15 45 40 103 104 103zM384 539c117 0 192 -77 192 -187c0 -87 -33 -196 -79 -259c-56 -77 -132 -116 -228 -116
c-112 0 -189 76 -189 187c0 85 33 195 78 259c51 74 133 116 226 116zM283 54c174 0 205 220 205 279c0 81 -43 129 -117 129c-171 0 -203 -222 -203 -278c0 -80 44 -130 115 -130z" />
    <glyph glyph-name="odieresis" unicode="&#xf6;" 
d="M390 702l-22 -103h-104l22 103h104zM551 702l-22 -103h-104l22 103h104zM384 539c117 0 192 -77 192 -187c0 -87 -33 -196 -79 -259c-56 -77 -132 -116 -228 -116c-112 0 -189 76 -189 187c0 85 33 195 78 259c51 74 133 116 226 116zM283 54c174 0 205 220 205 279
c0 81 -43 129 -117 129c-171 0 -203 -222 -203 -278c0 -80 44 -130 115 -130z" />
    <glyph glyph-name="divide" unicode="&#xf7;" horiz-adv-x="584" 
d="M591 269l-15 -72h-484l15 72h484zM305 104c29 0 52 -23 52 -53c0 -27 -24 -51 -52 -51s-52 24 -52 52s24 52 52 52zM379 462c29 0 52 -23 52 -53c0 -27 -24 -51 -52 -51s-52 24 -52 52c0 29 23 52 52 52z" />
    <glyph glyph-name="oslash" unicode="&#xf8;" horiz-adv-x="611" 
d="M577 354c0 -194 -116 -377 -303 -377c-68 0 -121 22 -151 64l-78 -71l-26 28l83 76c-15 32 -21 59 -21 90c0 84 33 195 78 259c52 75 132 116 224 116c71 0 121 -22 154 -67l76 69l26 -30l-81 -74c13 -29 19 -54 19 -83zM369 462c-169 0 -200 -222 -200 -282
c0 -17 1 -24 6 -39l295 269c-19 34 -55 52 -101 52zM289 54c160 0 200 209 200 274c0 11 -1 22 -5 42l-294 -268c19 -31 55 -48 99 -48z" />
    <glyph glyph-name="ugrave" unicode="&#xf9;" 
d="M407.292 739l40.542 -148h-53l-93.542 148h106zM483 0h-76l12 57c-58 -56 -115 -80 -193 -80c-86 0 -138 41 -138 109c0 13 1 24 3 34l86 404h84l-79 -371c-2 -10 -3 -19 -3 -27c0 -47 35 -77 89 -77c85 0 156 70 179 178l63 297h84z" />
    <glyph glyph-name="uacute" unicode="&#xfa;" 
d="M491.292 739h112l-211.458 -148h-60zM483 0h-76l12 57c-58 -56 -115 -80 -193 -80c-86 0 -138 41 -138 109c0 13 1 24 3 34l86 404h84l-79 -371c-2 -10 -3 -19 -3 -27c0 -47 35 -77 89 -77c85 0 156 70 179 178l63 297h84z" />
    <glyph glyph-name="ucircumflex" unicode="&#xfb;" 
d="M386 749h95l64 -150h-63l-56 99l-104 -99h-64zM483 0h-76l12 57c-58 -56 -115 -80 -193 -80c-86 0 -138 41 -138 109c0 13 1 24 3 34l86 404h84l-79 -371c-2 -10 -3 -19 -3 -27c0 -47 35 -77 89 -77c85 0 156 70 179 178l63 297h84z" />
    <glyph glyph-name="udieresis" unicode="&#xfc;" 
d="M395 702l-22 -103h-104l22 103h104zM556 702l-22 -103h-104l22 103h104zM483 0h-76l12 57c-58 -56 -115 -80 -193 -80c-86 0 -138 41 -138 109c0 13 1 24 3 34l86 404h84l-79 -371c-2 -10 -3 -19 -3 -27c0 -47 35 -77 89 -77c85 0 156 70 179 178l63 297h84z" />
    <glyph glyph-name="yacute" unicode="&#xfd;" horiz-adv-x="500" 
d="M466.292 739h112l-211.458 -148h-60zM501 524h89l-368 -634c-43 -74 -94 -108 -165 -108c-19 0 -31 2 -49 10l16 75c27 -3 34 -4 44 -4c37 0 53 10 80 52l52 81l-68 528h90l46 -407z" />
    <glyph glyph-name="thorn" unicode="&#xfe;" 
d="M586 344c0 -205 -125 -367 -292 -367c-71 0 -112 26 -143 91l-60 -281h-84l200 942h84l-61 -289c30 58 106 99 182 99c107 0 174 -75 174 -195zM302 54c164 0 196 216 196 270c0 86 -44 138 -119 138c-157 0 -196 -212 -196 -278c0 -80 46 -130 119 -130z" />
    <glyph glyph-name="ydieresis" unicode="&#xff;" horiz-adv-x="500" 
d="M371 702l-22 -103h-104l22 103h104zM532 702l-22 -103h-104l22 103h104zM501 524h89l-368 -634c-43 -74 -94 -108 -165 -108c-19 0 -31 2 -49 10l16 75c27 -3 34 -4 44 -4c37 0 53 10 80 52l52 81l-68 528h90l46 -407z" />
    <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"