Reduce HTTP Requests, Disable Emojis & Disable Embeds, Speedup WooCommerce - Version 1.5.1

Version Description

  • More visual cleanups
  • Removed all webfonts
  • Minor bug fix on reporting on dashboard
  • Plugin is now under 240kb
  • All 3 plugins should now be seamless
  • General cleanup of WP Repo removing old versions inline with WP guidelines
  • Please note, if you use more than one of our Optimisation plugins, they all need to be updated to the latest versions to ensure a seamless working experience
Download this release

Release Info

Developer pigeonhut
Plugin Icon 128x128 Reduce HTTP Requests, Disable Emojis & Disable Embeds, Speedup WooCommerce
Version 1.5.1
Comparing to
See all releases

Code changes from version 1.5.0 to 1.5.1

Files changed (41) hide show
  1. css/optimisationio-all.css +0 -3
  2. css/optimisationio-dashboard.css +162 -66
  3. css/optimisationio-statistics-addons.css +0 -805
  4. css/wp-disable-style.css +0 -312
  5. js/loadcss.js +0 -82
  6. js/optimisationio-dashboard-wp-disable.js +0 -59
  7. js/optimisationio-dashboard.js +340 -32
  8. js/optimisationio-stats-addons.js +0 -349
  9. lib/class-optimisationio-dashboard.php +65 -19
  10. lib/class-optimisationio-stats-and-addons.php +0 -657
  11. lib/class-wpperformance-admin.php +53 -63
  12. readme.txt +11 -6
  13. views/admin-settings.php +0 -546
  14. views/optimisationio-dashboard.php +18 -11
  15. views/optimisationio-statistics-addons.php +0 -138
  16. webfont/Affogato-Black.eot +0 -0
  17. webfont/Affogato-Black.svg +0 -1211
  18. webfont/Affogato-Black.ttf +0 -0
  19. webfont/Affogato-Black.woff +0 -0
  20. webfont/Affogato-Black.woff2 +0 -0
  21. webfont/Affogato-Bold.eot +0 -0
  22. webfont/Affogato-Bold.svg +0 -1430
  23. webfont/Affogato-Bold.ttf +0 -0
  24. webfont/Affogato-Bold.woff +0 -0
  25. webfont/Affogato-Bold.woff2 +0 -0
  26. webfont/Affogato-Light.eot +0 -0
  27. webfont/Affogato-Light.svg +0 -1341
  28. webfont/Affogato-Light.ttf +0 -0
  29. webfont/Affogato-Light.woff +0 -0
  30. webfont/Affogato-Light.woff2 +0 -0
  31. webfont/Affogato-Medium.eot +0 -0
  32. webfont/Affogato-Medium.svg +0 -1436
  33. webfont/Affogato-Medium.ttf +0 -0
  34. webfont/Affogato-Medium.woff +0 -0
  35. webfont/Affogato-Medium.woff2 +0 -0
  36. webfont/Affogato-Regular.eot +0 -0
  37. webfont/Affogato-Regular.svg +0 -1436
  38. webfont/Affogato-Regular.ttf +0 -0
  39. webfont/Affogato-Regular.woff +0 -0
  40. webfont/Affogato-Regular.woff2 +0 -0
  41. wpperformance.php +1 -1
css/optimisationio-all.css DELETED
@@ -1,3 +0,0 @@
1
- #toplevel_page_optimisationio-dashboard .wp-first-item{
2
- display:none;
3
- }
 
 
 
css/optimisationio-dashboard.css CHANGED
@@ -1,49 +1,25 @@
1
- @import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
2
-
3
- /* ------------------------------------------------*/
4
- /* AFFOGATO FONT FILES */
5
- /* BASIC @FONT-FACE STUFF HERE */
6
- /* ------------------------------------------------*/
7
- @font-face {
8
- font-family: 'Affogato-Black';
9
- src: url("../webfont/Affogato-Black.eot");
10
- src: url("../webfont/Affogato-Black.eot?#iefix") format("embedded-opentype"), url("../webfont/Affogato-Black.woff") format("woff"), url("../webfont/Affogato-Black.woff2") format("woff2"), url("../webfont/Affogato-Black.ttf") format("truetype"), url("../webfont/Affogato-Black.svg") format("svg");
11
- font-weight: normal;
12
- font-style: normal;
13
- }
14
- @font-face {
15
- font-family: 'Affogato-Bold';
16
- src: url("../webfont/Affogato-Bold.eot");
17
- src: url("../webfont/Affogato-Bold.eot?#iefix") format("embedded-opentype"), url("../webfont/Affogato-Bold.woff") format("woff"), url("../webfont/Affogato-Bold.woff2") format("woff2"), url("../webfont/Affogato-Bold.ttf") format("truetype"), url("../webfont/Affogato-Bold.svg") format("svg");
18
- font-weight: normal;
19
- font-style: normal;
20
- }
21
- @font-face {
22
- font-family: 'Affogato-Medium';
23
- src: url("../webfont/Affogato-Medium.eot");
24
- src: url("../webfont/Affogato-Medium.eot?#iefix") format("embedded-opentype"), url("../webfont/Affogato-Medium.woff") format("woff"), url("../webfont/Affogato-Medium.woff2") format("woff2"), url("../webfont/Affogato-Medium.ttf") format("truetype"), url("../webfont/Affogato-Medium.svg") format("svg");
25
- font-weight: normal;
26
- font-style: normal;
27
- }
28
- @font-face {
29
- font-family: 'Affogato-Regular';
30
- src: url("../webfont/Affogato-Regular.eot");
31
- src: url("../webfont/Affogato-Regular.eot?#iefix") format("embedded-opentype"), url("../webfont/Affogato-Regular.woff") format("woff"), url("../webfont/Affogato-Regular.woff2") format("woff2"), url("../webfont/Affogato-Regular.ttf") format("truetype"), url("../webfont/Affogato-Regular.svg") format("svg");
32
- }
33
- @font-face {
34
- font-family: 'Affogato-Light';
35
- src: url("../webfont/Affogato-Light.eot");
36
- src: url("../webfont/Affogato-Light.eot?#iefix") format("embedded-opentype"), url("../webfont/Affogato-Light.woff") format("woff"), url("../webfont/Affogato-Light.woff2") format("woff2"), url("../webfont/Affogato-Light.ttf") format("truetype"), url("../webfont/Affogato-Light.svg") format("svg");
37
- font-weight: normal;
38
- font-style: normal;
39
  }
40
 
41
- #wpadminbar{
42
- padding:0;
 
 
 
 
43
  }
44
 
45
- .wrap{
46
- font-family: "Affogato-Regular", "Open Sans", Helvetica, Arial;
 
 
 
 
 
 
 
 
47
  }
48
 
49
  .wrap-main{
@@ -117,7 +93,7 @@
117
 
118
  .statistics-top-cell.manual-optimisation a,
119
  .addon-activation button{
120
- padding: 12px 15px;
121
  color: #000000;
122
  background: #ffcc26;
123
  }
@@ -129,7 +105,7 @@
129
 
130
  .statistics-top-cell.manual-optimisation a img{
131
  margin-right:10px;
132
- margin-top:-4px;
133
  }
134
 
135
  .statistics-top-cell.support{
@@ -139,10 +115,10 @@
139
 
140
  .statistics-top-cell.support a{
141
  color: #ffcc26;
142
- padding: 8px 20px 8px 15px;
143
  }
144
 
145
- .statistics-top-cell.support a:hover{
146
  background: #fff6d9;
147
  color: #bf9200;
148
  }
@@ -206,8 +182,7 @@
206
  position:relative;
207
  display:table;
208
  width:100%;
209
- font-size:0.75rem;
210
- font-weight:300;
211
  text-align: center;
212
  border-bottom:1px solid rgba(255,255,255,0.03);
213
  }
@@ -229,7 +204,7 @@
229
  .stats-part .addon-stats .compress-image-saved span,
230
  .stats-part .total-image-compress span,
231
  .stats-part ul.cache-and-database-list li span{
232
- font-size:1.7em;
233
  font-weight:600;
234
  }
235
 
@@ -357,8 +332,8 @@
357
  }
358
 
359
  .statistics-tab-content .addon-activation{
360
- padding-top:2rem;
361
- padding-bottom:2rem;
362
  }
363
 
364
  .statistics-tab-content .addon-activation a{
@@ -417,7 +392,7 @@
417
  .cdn-comming-soon > div{
418
  display:table-cell;
419
  vertical-align:middle;
420
- font-weight:700;
421
  text-align:center;
422
  text-transform: uppercase;
423
  padding:75px 10px 80px;
@@ -430,6 +405,7 @@
430
  width:100%;
431
  }
432
 
 
433
  .sidebar-tabs-section{
434
  position:relative;
435
  display:inline-block;
@@ -439,6 +415,9 @@
439
  border:1px solid #e6e6e6;
440
  }
441
 
 
 
 
442
  .sidebar-tabs-nav,
443
  .sidebar-tabs-content{
444
  position:relative;
@@ -447,19 +426,58 @@
447
  float:left;
448
  }
449
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
450
  .sidebar-tabs-nav ul{
451
  position:relative;
452
  display:table;
453
  width:100%;
454
  padding:0;
455
  margin:0;
456
- font-size: 14px;
457
- font-weight: 700;
458
- line-height:1;
459
- text-transform:uppercase;
460
- color:#14263a;
461
- color:#1b334d;
462
- background-color:#f5f5f5;
463
  }
464
 
465
  .sidebar-tabs-nav ul li{
@@ -512,7 +530,7 @@
512
  position:relative;
513
  display:inline-block;
514
  width:100%;
515
- font-weight: 700;
516
  margin-bottom:15px;
517
  }
518
 
@@ -635,7 +653,6 @@
635
 
636
  .addon-settings{
637
  padding:1.5rem;
638
- font-size: 1.1em;
639
  }
640
 
641
  .addon-settings-tabs{
@@ -655,7 +672,7 @@
655
  min-width:15%;
656
  padding:15px 1rem;
657
  margin:0;
658
- font-size: 15px;
659
  font-weight:500;
660
  text-align:center;
661
  text-transform:uppercase;
@@ -691,14 +708,23 @@
691
  .addon-settings-content .field{
692
  position:relative;
693
  display:table;
 
694
  width:100%;
695
  padding:1rem;
696
- border-bottom:1px solid #e6e6e6;
697
  transition: 0.3s;
698
  }
699
 
700
- .addon-settings-content .field:last-child{
701
- border:0;
 
 
 
 
 
 
 
 
702
  }
703
 
704
  .addon-settings-content .field:nth-child(2n){
@@ -759,17 +785,48 @@
759
  }
760
 
761
  .addon-settings-content .field select,
762
- .addon-settings-content .field input[type="text"]{
 
763
  height:auto;
764
  padding:0.5rem 0.5rem;
765
  }
766
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
767
  .optio-check-component{
768
  position:relative;
769
  display:inline-block;
770
  padding-top:4px;
771
  }
772
 
 
 
 
 
 
 
 
773
  .optio-check {
774
  display: none !important;
775
  }
@@ -841,4 +898,43 @@
841
  padding:1rem;
842
  border-top:1px solid #e6e6e6;
843
  background-color:#f6f6f6;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
844
  }
1
+ .dis-ib{
2
+ display:inline-block;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  }
4
 
5
+ .ma-0{
6
+ margin:0;
7
+ }
8
+
9
+ .va-mid{
10
+ vertical-align:middle;
11
  }
12
 
13
+ .va-top{
14
+ vertical-align:top;
15
+ }
16
+
17
+ .va-bottom{
18
+ vertical-align:bottom;
19
+ }
20
+
21
+ #wpadminbar{
22
+ padding:0;
23
  }
24
 
25
  .wrap-main{
93
 
94
  .statistics-top-cell.manual-optimisation a,
95
  .addon-activation button{
96
+ padding: 16px 15px 11px;
97
  color: #000000;
98
  background: #ffcc26;
99
  }
105
 
106
  .statistics-top-cell.manual-optimisation a img{
107
  margin-right:10px;
108
+ margin-top:-6px;
109
  }
110
 
111
  .statistics-top-cell.support{
115
 
116
  .statistics-top-cell.support a{
117
  color: #ffcc26;
118
+ padding: 11px 20px 6px 15px;
119
  }
120
 
121
+ .statistics-top-cell.support a:hover {
122
  background: #fff6d9;
123
  color: #bf9200;
124
  }
182
  position:relative;
183
  display:table;
184
  width:100%;
185
+ font-size:0.8rem;
 
186
  text-align: center;
187
  border-bottom:1px solid rgba(255,255,255,0.03);
188
  }
204
  .stats-part .addon-stats .compress-image-saved span,
205
  .stats-part .total-image-compress span,
206
  .stats-part ul.cache-and-database-list li span{
207
+ font-size:1.5em;
208
  font-weight:600;
209
  }
210
 
332
  }
333
 
334
  .statistics-tab-content .addon-activation{
335
+ padding-top:3rem;
336
+ padding-bottom:3rem;
337
  }
338
 
339
  .statistics-tab-content .addon-activation a{
392
  .cdn-comming-soon > div{
393
  display:table-cell;
394
  vertical-align:middle;
395
+ font-weight:500;
396
  text-align:center;
397
  text-transform: uppercase;
398
  padding:75px 10px 80px;
405
  width:100%;
406
  }
407
 
408
+ .sidebar-cloudinary-api,
409
  .sidebar-tabs-section{
410
  position:relative;
411
  display:inline-block;
415
  border:1px solid #e6e6e6;
416
  }
417
 
418
+ .free-api-stats,
419
+ .sidebar-title-wrap,
420
+ .sidebar-content-wrap,
421
  .sidebar-tabs-nav,
422
  .sidebar-tabs-content{
423
  position:relative;
426
  float:left;
427
  }
428
 
429
+ .free-api-stats{
430
+ display:table;
431
+ table-layout:fixed;
432
+ text-transform:uppercase;
433
+ font-size:12px;
434
+ font-weight:500;
435
+ border-bottom:1px solid #e6e6e6;
436
+ background-color:#f5f5f5;
437
+ }
438
+
439
+ .free-api-stats div{
440
+ display:table-cell;
441
+ vertical-align:middle;
442
+ padding:15px;
443
+ }
444
+
445
+ .free-api-stats div span{
446
+ font-weight:500;
447
+ font-size:1.4em;
448
+ }
449
+
450
+ .close-cloudinary-api-msg{
451
+ position:absolute;
452
+ display:inline-block;
453
+ top:10px;
454
+ right:10px;
455
+ padding:2px 5px;
456
+ line-height:1;
457
+ font-size:10px;
458
+ font-weight:100;
459
+ text-transform: uppercase;
460
+ border-radius:2px;
461
+ background: rgba(255,255,255,0.1);
462
+ cursor:pointer;
463
+ }
464
+
465
+ .sidebar-title-wrap,
466
+ .sidebar-tabs-nav ul{
467
+ font-size: 13px;
468
+ font-weight: 500;
469
+ line-height:1;
470
+ text-transform:uppercase;
471
+ color:#1b334d;
472
+ background-color:#f5f5f5;
473
+ }
474
+
475
  .sidebar-tabs-nav ul{
476
  position:relative;
477
  display:table;
478
  width:100%;
479
  padding:0;
480
  margin:0;
 
 
 
 
 
 
 
481
  }
482
 
483
  .sidebar-tabs-nav ul li{
530
  position:relative;
531
  display:inline-block;
532
  width:100%;
533
+ font-weight: 500;
534
  margin-bottom:15px;
535
  }
536
 
653
 
654
  .addon-settings{
655
  padding:1.5rem;
 
656
  }
657
 
658
  .addon-settings-tabs{
672
  min-width:15%;
673
  padding:15px 1rem;
674
  margin:0;
675
+ font-size:13px;
676
  font-weight:500;
677
  text-align:center;
678
  text-transform:uppercase;
708
  .addon-settings-content .field{
709
  position:relative;
710
  display:table;
711
+ table-layout:fixed;
712
  width:100%;
713
  padding:1rem;
714
+ border-top:1px solid #e6e6e6;
715
  transition: 0.3s;
716
  }
717
 
718
+ .addon-settings-content.auto-table-layout .field{
719
+ table-layout: auto;
720
+ }
721
+
722
+ .addon-settings-content > .field:first-child{
723
+ border-top-width:0;
724
+ }
725
+
726
+ .addon-settings-content > .field:first-child.brd-top{
727
+ border-top-width:1px;
728
  }
729
 
730
  .addon-settings-content .field:nth-child(2n){
785
  }
786
 
787
  .addon-settings-content .field select,
788
+ .addon-settings-content .field input[type="text"],
789
+ .addon-settings-content .field input[type="number"]{
790
  height:auto;
791
  padding:0.5rem 0.5rem;
792
  }
793
 
794
+ .addon-settings-content .field input[type="number"]{
795
+ /*width:100%;*/
796
+ max-width: 100px;
797
+ }
798
+
799
+ .sidebar-title-wrap{
800
+ padding:15px;
801
+ border-bottom:1px solid #e6e6e6;
802
+ }
803
+
804
+ .sidebar-content-wrap{
805
+ /*padding:15px 20px;*/
806
+ }
807
+
808
+ .sidebar-content-wrap .addon-settings-content{
809
+ display:inline-block;
810
+ padding:0;
811
+ }
812
+
813
+ .sidebar-content-wrap .addon-settings-content .field{
814
+
815
+ }
816
+
817
  .optio-check-component{
818
  position:relative;
819
  display:inline-block;
820
  padding-top:4px;
821
  }
822
 
823
+ .checkbox-text{
824
+ display:inline-block;
825
+ margin:0;
826
+ padding:0.5rem 1rem 0;
827
+ vertical-align:top;
828
+ }
829
+
830
  .optio-check {
831
  display: none !important;
832
  }
898
  padding:1rem;
899
  border-top:1px solid #e6e6e6;
900
  background-color:#f6f6f6;
901
+ }
902
+
903
+ .optimising-db-overlay,
904
+ .clearing-gravatars-cache-overlay{
905
+ position:absolute;
906
+ top:0;
907
+ left:0;
908
+ right:0;
909
+ bottom:0;
910
+ width:100%;
911
+ height:100%;
912
+ display:none;
913
+ background:rgba(255,255,255, 0.75);
914
+ z-index:+1;
915
+ }
916
+
917
+ .optimising-db-overlay > div,
918
+ .clearing-gravatars-cache-overlay > div{
919
+ position:absolute;
920
+ display:table;
921
+ top:100%;
922
+ right:0;
923
+ width:auto;
924
+ padding:1.4rem 1rem 0 0;
925
+ font-size:0.85rem;
926
+ font-weight:500;
927
+ overflow:visible;
928
+ }
929
+
930
+ .optimising-db-overlay > div > div,
931
+ .clearing-gravatars-cache-overlay > div > div{
932
+ display:table-cell;
933
+ vertical-align:middle;
934
+ }
935
+
936
+ .optimising-db-overlay > div img,
937
+ .clearing-gravatars-cache-overlay > div img{
938
+ margin:0 0 2px 1rem;
939
+ vertical-align:inherit;
940
  }
css/optimisationio-statistics-addons.css DELETED
@@ -1,805 +0,0 @@
1
- @import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
2
-
3
- /* ------------------------------------------------*/
4
- /* AFFOGATO FONT FILES */
5
- /* BASIC @FONT-FACE STUFF HERE */
6
- /* ------------------------------------------------*/
7
- @font-face {
8
- font-family: 'Affogato-Black';
9
- src: url("../webfont/Affogato-Black.eot");
10
- src: url("../webfont/Affogato-Black.eot?#iefix") format("embedded-opentype"), url("../webfont/Affogato-Black.woff") format("woff"), url("../webfont/Affogato-Black.woff2") format("woff2"), url("../webfont/Affogato-Black.ttf") format("truetype"), url("../webfont/Affogato-Black.svg") format("svg");
11
- font-weight: normal;
12
- font-style: normal;
13
- }
14
- @font-face {
15
- font-family: 'Affogato-Bold';
16
- src: url("../webfont/Affogato-Bold.eot");
17
- src: url("../webfont/Affogato-Bold.eot?#iefix") format("embedded-opentype"), url("../webfont/Affogato-Bold.woff") format("woff"), url("../webfont/Affogato-Bold.woff2") format("woff2"), url("../webfont/Affogato-Bold.ttf") format("truetype"), url("../webfont/Affogato-Bold.svg") format("svg");
18
- font-weight: normal;
19
- font-style: normal;
20
- }
21
- @font-face {
22
- font-family: 'Affogato-Medium';
23
- src: url("../webfont/Affogato-Medium.eot");
24
- src: url("../webfont/Affogato-Medium.eot?#iefix") format("embedded-opentype"), url("../webfont/Affogato-Medium.woff") format("woff"), url("../webfont/Affogato-Medium.woff2") format("woff2"), url("../webfont/Affogato-Medium.ttf") format("truetype"), url("../webfont/Affogato-Medium.svg") format("svg");
25
- font-weight: normal;
26
- font-style: normal;
27
- }
28
- @font-face {
29
- font-family: 'Affogato-Regular';
30
- src: url("../webfont/Affogato-Regular.eot");
31
- src: url("../webfont/Affogato-Regular.eot?#iefix") format("embedded-opentype"), url("../webfont/Affogato-Regular.woff") format("woff"), url("../webfont/Affogato-Regular.woff2") format("woff2"), url("../webfont/Affogato-Regular.ttf") format("truetype"), url("../webfont/Affogato-Regular.svg") format("svg");
32
- }
33
- @font-face {
34
- font-family: 'Affogato-Light';
35
- src: url("../webfont/Affogato-Light.eot");
36
- src: url("../webfont/Affogato-Light.eot?#iefix") format("embedded-opentype"), url("../webfont/Affogato-Light.woff") format("woff"), url("../webfont/Affogato-Light.woff2") format("woff2"), url("../webfont/Affogato-Light.ttf") format("truetype"), url("../webfont/Affogato-Light.svg") format("svg");
37
- font-weight: normal;
38
- font-style: normal;
39
- }
40
-
41
- #wpadminbar{
42
- padding:0;
43
- }
44
-
45
- .wrap{
46
- font-family: "Affogato-Regular", "Open Sans", Helvetica, Arial;
47
- }
48
-
49
- .wrap-main{
50
- position:relative;
51
- display:inline-block;
52
- width:100%;
53
- }
54
-
55
- .wrap-main *,
56
- .wrap-main *:before,
57
- .wrap-main *:after {
58
- box-sizing: border-box;
59
- }
60
-
61
- .statistics-wrap{
62
- position:relative;
63
- float:left;
64
- width:100%;
65
- margin-bottom:20px;
66
- }
67
-
68
- .statistics-wrap-inner{
69
- position:relative;
70
- width:100%;
71
- display:inline-block;
72
- color:#fff;
73
- color:rgba(255,255,255,0.7);
74
- background-color:#14263a;
75
- }
76
-
77
- .statistics-top{
78
- display:table;
79
- width:100%;
80
- padding:20px 20px 20px 15px;
81
- background-color:#1b334d;
82
- }
83
-
84
- .statistics-top-cell{
85
- display:table-cell;
86
- width:33%;
87
- padding:5px;
88
- vertical-align: middle;
89
- font-size: 17px;
90
- text-transform: uppercase;
91
- }
92
-
93
- .statistics-top-cell a{
94
- white-space: nowrap;
95
- display:inline-block;
96
- text-decoration:none;
97
- border-radius: 46px;
98
- transition: 0.3s;
99
- }
100
-
101
- .statistics-top-cell img{
102
- display:inline;
103
- vertical-align:middle;
104
- }
105
-
106
- .statistics-top-cell.logo{
107
- }
108
-
109
- .statistics-top-cell.logo img{
110
- max-height:46px;
111
- max-width:100%;
112
- }
113
-
114
- .statistics-top-cell.manual-optimisation{
115
- text-align: center;
116
- }
117
-
118
- .statistics-top-cell.manual-optimisation a,
119
- .addon-activation button{
120
- padding: 12px 15px;
121
- color: #000000;
122
- background: #ffcc26;
123
- }
124
-
125
- .statistics-top-cell.manual-optimisation a:hover,
126
- .addon-activation button:hover{
127
- background: #ffd859;
128
- }
129
-
130
- .statistics-top-cell.manual-optimisation a img{
131
- margin-right:10px;
132
- margin-top:-4px;
133
- }
134
-
135
- .statistics-top-cell.support{
136
- width:auto;
137
- text-align: right;
138
- }
139
-
140
- .statistics-top-cell.support a{
141
- color: #ffcc26;
142
- padding: 8px 20px 8px 15px;
143
- }
144
-
145
- .statistics-top-cell.support a:hover{
146
- background: #fff6d9;
147
- color: #bf9200;
148
- }
149
-
150
- .statistics-top-cell.support a img{
151
- margin-right:15px;
152
- }
153
-
154
- .statistics-measurements{
155
- position:relative;
156
- display:inline-block;
157
- width:100%;
158
- float:left;
159
- }
160
-
161
- .statistics-tab-content{
162
- position:relative;
163
- display:inline-block;
164
- width:100%;
165
- /*padding:4px 5px 5px;*/
166
- }
167
-
168
- .statistics-tabs-nav{
169
- display:table;
170
- width:100%;
171
- margin:0;
172
- padding:0;
173
- background-color:#1b334d;
174
- }
175
-
176
- .statistics-tabs-nav li{
177
- display:table-cell;
178
- vertical-align: middle;
179
- text-align: center;
180
- width:33.3333%;
181
- font-size: 15px;
182
- text-transform: uppercase;
183
- color: #ffcc26;
184
- padding:25px 10px;
185
- transition: 0.3s;
186
- cursor:pointer;
187
- }
188
-
189
- .statistics-tabs-nav li.active,
190
- .statistics-tabs-nav li:hover{
191
- background-color:#14263a;
192
- }
193
-
194
- .statistics-tab-content{
195
- position:relative;
196
- width:100%;
197
- float:left;
198
- display:none;
199
- }
200
-
201
- .statistics-tab-content.active{
202
- display:inline-block;
203
- }
204
-
205
-
206
-
207
-
208
- .stats-section{
209
- position:relative;
210
- display:table;
211
- width:100%;
212
- font-size:0.75rem;
213
- font-weight:300;
214
- text-align: center;
215
- border-bottom:1px solid rgba(255,255,255,0.03);
216
- }
217
-
218
- .stats-part{
219
- display:table-cell;
220
- vertical-align: middle;
221
- padding:0 1rem;
222
- border-right:1px solid rgba(255,255,255,0.03);
223
- }
224
-
225
- .stats-section a,
226
- .stats-part .addon-stats .compress-image-saved span,
227
- .stats-part .total-image-compress span,
228
- .stats-part ul.cache-and-database-list li span{
229
- color:#fff;
230
- }
231
-
232
- .stats-part .addon-stats .compress-image-saved span,
233
- .stats-part .total-image-compress span,
234
- .stats-part ul.cache-and-database-list li span{
235
- font-size:1.7em;
236
- font-weight:600;
237
- }
238
-
239
- .stats-part .addon-stats i.n_a{
240
- font-weight:100;
241
- font-size:0.9em;
242
- color:#fff;
243
- color:rgba(255,255,255,0.3);
244
- }
245
-
246
- .stats-part:first-child{
247
- width:33.4%;
248
- }
249
-
250
- .stats-part:last-child{
251
- border-right:0;
252
- }
253
-
254
- @media screen and (max-width:776px){
255
- .stats-section{
256
- display:inline-block;
257
- float:left;
258
- }
259
-
260
- .stats-part{
261
- display:inline-block;
262
- width:100% !important;
263
- float:left;
264
- padding:1rem 2rem;
265
- border-right:0;
266
- border-bottom:1px solid rgba(255,255,255,0.03);
267
- }
268
-
269
- .stats-part:last-child{
270
- border:0;
271
- }
272
- }
273
-
274
- .stats-part .addon-stats{
275
- position:relative;
276
- width:100%;
277
- display:inline-block;
278
- }
279
-
280
- .stats-part .addon-stats .compress-image-saved{
281
- position:relative;
282
- display:inline-block;
283
- width:7rem;
284
- margin:0 auto;
285
- border:1px solid rgba(255,255,255,0.2);
286
- border-radius:9999px;
287
- }
288
-
289
- .stats-part .addon-stats .compress-image-saved > div {
290
- position:relative;
291
- height:0;
292
- padding-bottom:100%;
293
- }
294
-
295
- .stats-part .addon-stats .compress-image-saved > div > div{
296
- position:absolute;
297
- display:table;
298
- top:0;
299
- right:0;
300
- bottom:0;
301
- left:0;
302
- width:100%;
303
- height:100%;
304
- }
305
-
306
- .stats-part .addon-stats .compress-image-saved > div > div > div {
307
- display:table-cell;
308
- vertical-align:middle;
309
- text-align:center;
310
- }
311
-
312
- .stats-part .addon-stats .compress-image-saved span{
313
- display:inline-block;
314
- width:100%;
315
- padding-top:10px;
316
- }
317
-
318
- .stats-part .total-image-compress{
319
- display:inline-block;
320
- width:100%;
321
- text-align:center;
322
- }
323
-
324
- .stats-part .total-image-compress span{
325
-
326
- }
327
-
328
- .stats-part ul.cache-and-database-list{
329
- display:table;
330
- width:100%;
331
- padding:7px;
332
- margin:10px 0;
333
- border:1px solid rgba(255,255,255,0.05);
334
- border-radius:1px;
335
- }
336
-
337
- .stats-part ul.cache-and-database-list li{
338
- display:table-cell;
339
- width:33%;
340
- padding:0 5px;
341
- vertical-align:middle;
342
- border-right:1px solid rgba(255,255,255,0.03);
343
- }
344
-
345
- .stats-part ul.cache-and-database-list li:last-child{
346
- border-right:0;
347
- }
348
-
349
- .stats-part ul.cache-and-database-list li span{
350
- display:inline-block;
351
- width:100%;
352
- padding-top:5px;
353
- }
354
-
355
- .statistics-tab-content .addon-activation{
356
- position:relative;
357
- width:100%;
358
- display:inline-block;
359
- text-align:center;
360
- }
361
-
362
- .statistics-tab-content .addon-activation{
363
- padding-top:2rem;
364
- padding-bottom:2rem;
365
- }
366
-
367
- .statistics-tab-content .addon-activation a{
368
- display:inline-block;
369
- margin-top:10px;
370
- font-size:1.3em;
371
- text-transform:uppercase;
372
- text-decoration:none;
373
- color:#fff;
374
- }
375
-
376
- .statistics-tab-content .addon-activation a:hover{
377
- text-decoration:underline;
378
- }
379
-
380
- .statistics-tab-content .addon-activation button{
381
- position:relative;
382
- min-width: 120px;
383
- padding: 13px 25px;
384
- text-transform:uppercase;
385
- border:0;
386
- border-radius: 46px;
387
- cursor:pointer;
388
- overflow:hidden;
389
- }
390
-
391
- .statistics-tab-content .addon-activation button.disabled:after{
392
- content: "";
393
- position:absolute;
394
- top:0;
395
- left:0;
396
- width:100%;
397
- height:100%;
398
- display:block;
399
- background:#ffcc26 url(../images/addon-load.gif) no-repeat center;
400
- }
401
-
402
- .wrap-main .sidebar-section{
403
- position:relative;
404
- float:left;
405
- width:100%;
406
- }
407
-
408
- .cdn-comming-soon{
409
- position:relative;
410
- display:table;
411
- width:100%;
412
- margin-bottom:20px;
413
- margin-bottom:1.25rem;
414
- font-size:1.5em;
415
- line-height:1.2;
416
- color:rgba(0,0,0,0.3);
417
- background:rgba(0,0,0,0.1);
418
- }
419
-
420
- .cdn-comming-soon > div{
421
- display:table-cell;
422
- vertical-align:middle;
423
- font-weight:700;
424
- text-align:center;
425
- text-transform: uppercase;
426
- padding:75px 10px 80px;
427
- }
428
-
429
- .cdn-comming-soon strong{
430
- font-size:1.3em;
431
- font-weight:inherit;
432
- display:inline-block;
433
- width:100%;
434
- }
435
-
436
- .sidebar-tabs-section{
437
- position:relative;
438
- display:inline-block;
439
- width:100%;
440
- margin-bottom:1.25rem;
441
- background:#fff;
442
- border:1px solid #e6e6e6;
443
- }
444
-
445
- .sidebar-tabs-nav,
446
- .sidebar-tabs-content{
447
- position:relative;
448
- display:inline-block;
449
- width:100%;
450
- float:left;
451
- }
452
-
453
- .sidebar-tabs-nav ul{
454
- position:relative;
455
- display:table;
456
- width:100%;
457
- padding:0;
458
- margin:0;
459
- font-size: 14px;
460
- font-weight: 700;
461
- line-height:1;
462
- text-transform:uppercase;
463
- color:#14263a;
464
- color:#1b334d;
465
- background-color:#f5f5f5;
466
- }
467
-
468
- .sidebar-tabs-nav ul li{
469
- display:table-cell;
470
- vertical-align:middle;
471
- padding:15px 10px;
472
- text-align:center;
473
- cursor:pointer;
474
- border-right:1px solid #e6e6e6;
475
- border-bottom:1px solid #e6e6e6;
476
- }
477
-
478
- .sidebar-tabs-nav ul li.active{
479
- border-bottom-color:#fff;
480
- background:#fff;
481
- }
482
-
483
- .sidebar-tabs-nav ul li:last-child{
484
- border-right:0;
485
- }
486
-
487
- .sidebar-tabs-content{
488
- }
489
-
490
- .sidebar-tabs-content ul{
491
- padding:0;
492
- margin:0;
493
- }
494
-
495
- .sidebar-tabs-content ul li{
496
- position:relative;
497
- width:100%;
498
- float:left;
499
- display:none;
500
- padding:5px 20px 15px;
501
- }
502
-
503
- .sidebar-tabs-content ul li.active{
504
- display:inline-block;
505
- }
506
-
507
- .sidebar-tabs-content ul li textarea{
508
- display:inline-block;
509
- width:100%;
510
- min-height:150px;
511
- margin:5px 0 10px;
512
- }
513
-
514
- .export-addons-list-options label{
515
- position:relative;
516
- display:inline-block;
517
- width:100%;
518
- font-weight: 700;
519
- margin-bottom:15px;
520
- }
521
-
522
- .clear-import-btn,
523
- .copy-export-btn{
524
- float:right;
525
- }
526
-
527
- .offload-g-analytics-form{
528
- position:relative;
529
- display:inline-block;
530
- width:100%;
531
- float:left;
532
- padding-top:10px;
533
- }
534
-
535
- .offload-g-analytics-form .form-group{
536
- position:relative;
537
- width:100%;
538
- float:left;
539
- display:inline-block;
540
- margin-bottom:20px;
541
- }
542
-
543
- .offload-g-analytics-form label{
544
- display:inline-block;
545
- width:100%;
546
- padding-bottom:10px;
547
- font-weight:600;
548
- }
549
-
550
- @media screen and (min-width:1141px){
551
- .statistics-wrap{
552
- width:67%;
553
- }
554
-
555
- .statistics-wrap-inner{
556
- margin-right:15px;
557
- }
558
-
559
- .wrap-main .sidebar-section{
560
- width:33%;
561
- }
562
-
563
- .sidebar-section-inner{
564
- padding-left:15px;
565
- }
566
- }
567
-
568
- @media screen and (max-width:990px){
569
- .statistics-top-cell{
570
- font-size: 16px;
571
- }
572
- }
573
- @media screen and (max-width:776px){
574
- .statistics-top{
575
- display:inline-block;
576
- padding:25px 0;
577
- }
578
-
579
- .statistics-top-cell{
580
- position:relative;
581
- display:inline-block;
582
- float:left;
583
- padding:5px;
584
- padding:0 20px;
585
- vertical-align: initial;
586
- text-align: center;
587
- }
588
-
589
- .statistics-top-cell.manual-optimisation{
590
- width:60%;
591
-
592
- }
593
-
594
- .statistics-top-cell.support{
595
- width:40%;
596
- text-align:center;
597
- }
598
-
599
- .statistics-top-cell.logo{
600
- width:100%;
601
- padding-bottom:30px;
602
- }
603
- }
604
-
605
- @media screen and (max-width:580px){
606
- .statistics-top{
607
- padding:30px 0 0 0;
608
- }
609
-
610
- .statistics-top-cell.manual-optimisation,
611
- .statistics-top-cell.support,
612
- .statistics-top-cell.logo{
613
- width:100%;
614
- padding:0 20px 20px;
615
- text-align:center;
616
- }
617
- .statistics-top-cell.logo{
618
- padding-bottom:30px;
619
- }
620
-
621
- .statistics-top-cell a{
622
- white-space: normal;
623
- }
624
- }
625
-
626
-
627
- /* ========== Addons(Plugin) Settings ========== */
628
-
629
- .addon-settings,
630
- .addon-settings-tabs,
631
- .addon-settings-tabs ul,
632
- .addon-settings-section,
633
- .addon-settings-actions-section {
634
- position:relative;
635
- display:inline-block;
636
- width:100%;
637
- }
638
-
639
- .addon-settings{
640
- padding:1.5rem;
641
- font-size: 1.1em;
642
- }
643
-
644
- .addon-settings-tabs{
645
- float:left;
646
- }
647
-
648
- .addon-settings-tabs ul{
649
- float:left;
650
- margin:0;
651
- padding:0;
652
- }
653
-
654
- .addon-settings-tabs ul li{
655
- position:relative;
656
- width:auto;
657
- float:left;
658
- min-width:15%;
659
- padding:15px 1rem;
660
- margin:0;
661
- font-size: 15px;
662
- font-weight:500;
663
- text-align:center;
664
- text-transform:uppercase;
665
- cursor:pointer;
666
- }
667
-
668
- .addon-settings-tabs ul li:hover{
669
- color:#fff;
670
- }
671
-
672
- .addon-settings-tabs ul li.active,
673
- .addon-settings-section{
674
- color:#1b334d;
675
- background-color:#fff;
676
- }
677
-
678
- .addon-settings-section{
679
- float:left;
680
- }
681
-
682
- .addon-settings-content{
683
- position:relative;
684
- float:left;
685
- width:100%;
686
- padding:1rem;
687
- display:none;
688
- }
689
-
690
- .addon-settings-content.active{
691
- display:inline-block;
692
- }
693
-
694
- .addon-settings-content .field{
695
- display:table;
696
- width:100%;
697
- padding:1rem;
698
- border-bottom:1px solid #e6e6e6;
699
- transition: 0.3s;
700
- }
701
-
702
- .addon-settings-content .field:last-child{
703
- border:0;
704
- }
705
-
706
- .addon-settings-content .field:nth-child(2n){
707
- background:#f8f8f8;
708
- }
709
-
710
- .addon-settings-content .field:hover{
711
- background:#f5f5f5;
712
- }
713
-
714
- .addon-settings-content .field .field-left,
715
- .addon-settings-content .field .field-right{
716
- display:table-cell;
717
- vertical-align:middle;
718
- }
719
-
720
- .addon-settings-content .field .field-left{
721
- font-size: 1.05em;
722
- }
723
-
724
- .addon-settings-content .field .field-right{
725
- text-align: right;
726
- }
727
-
728
- .optio-check-component{
729
- position:relative;
730
- display:inline-block;
731
- padding-top:4px;
732
- }
733
-
734
- .optio-check {
735
- display: none !important;
736
- }
737
-
738
- .optio-check::-moz-selection, .optio-check:after::-moz-selection, .optio-check:before::-moz-selection, .optio-check *::-moz-selection, .optio-check *:after::-moz-selection, .optio-check *:before::-moz-selection, .optio-check + .optio-check-btn::-moz-selection {
739
- background: none;
740
- }
741
-
742
- .optio-check::selection, .optio-check:after::selection, .optio-check:before::selection, .optio-check *::selection, .optio-check *:after::selection, .optio-check *:before::selection, .optio-check + .optio-check-btn::selection {
743
- background: none;
744
- }
745
-
746
- .optio-check + .optio-check-btn {
747
- outline: 0;
748
- display: block;
749
- width: 4em;
750
- height: 2em;
751
- position: relative;
752
- cursor: pointer;
753
- -webkit-user-select: none;
754
- -moz-user-select: none;
755
- -ms-user-select: none;
756
- user-select: none;
757
- }
758
-
759
- .optio-check + .optio-check-btn:after,
760
- .optio-check + .optio-check-btn:before {
761
- position: relative;
762
- display: block;
763
- content: "";
764
- width: 50%;
765
- height: 100%;
766
- }
767
-
768
- .optio-check + .optio-check-btn:after {
769
- left: 0;
770
- }
771
-
772
- .optio-check + .optio-check-btn:before {
773
- display: none;
774
- }
775
-
776
- .optio-check:checked + .optio-check-btn:after {
777
- left: 50%;
778
- }
779
-
780
- .optio-check-light + .optio-check-btn {
781
- background: #ddd;
782
- border-radius: 2em;
783
- padding: 2px;
784
- -webkit-transition: all .4s ease;
785
- transition: all .4s ease;
786
- }
787
-
788
- .optio-check-light + .optio-check-btn:after {
789
- border-radius: 50%;
790
- background: #fff;
791
- -webkit-transition: all .2s ease;
792
- transition: all .2s ease;
793
- }
794
-
795
- .optio-check-light:checked + .optio-check-btn {
796
- background: #ffcc26;
797
- }
798
-
799
- .addon-settings-actions-section{
800
- position:relative;
801
- float:left;
802
- padding:1rem;
803
- border-top:1px solid #e6e6e6;
804
- background-color:#f6f6f6;
805
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
css/wp-disable-style.css DELETED
@@ -1,312 +0,0 @@
1
- /* line 1, ../sass/wp-disable-style.scss */
2
- .wp-disable {
3
- /* The switch - the box around the slider */
4
- /* Hide default HTML checkbox */
5
- /* The slider */
6
- /* Rounded sliders */
7
- }
8
- /* line 2, ../sass/wp-disable-style.scss */
9
- .wp-disable header {
10
- background: #c5ccce;
11
- color: #66666b;
12
- padding: 35px;
13
- border-radius: 10px 10px 0 0;
14
- }
15
- /* line 8, ../sass/wp-disable-style.scss */
16
- .wp-disable header .col-left {
17
- display: inline-block;
18
- width: 59%;
19
- }
20
- /* line 12, ../sass/wp-disable-style.scss */
21
- .wp-disable header .col-left h2 {
22
- color: #66666b;
23
- font-size: 22px;
24
- font-weight: 400;
25
- margin: 0;
26
- margin-bottom: 10px;
27
- }
28
- /* line 20, ../sass/wp-disable-style.scss */
29
- .wp-disable header .col-left small {
30
- font-size: 14px;
31
- font-weight: 100;
32
- color: #66666b;
33
- }
34
- /* line 27, ../sass/wp-disable-style.scss */
35
- .wp-disable header .col-right {
36
- display: inline-block;
37
- text-align: right;
38
- width: 40%;
39
- }
40
- /* line 31, ../sass/wp-disable-style.scss */
41
- .wp-disable header .col-right a {
42
- background: #fff885 none repeat scroll 0 0;
43
- color: #928a07;
44
- font-size: 12px;
45
- text-decoration: none;
46
- padding: 5px 15px;
47
- border-radius: 20px;
48
- }
49
- /* line 39, ../sass/wp-disable-style.scss */
50
- .wp-disable header .col-right > p {
51
- margin: 5px auto;
52
- }
53
- /* line 43, ../sass/wp-disable-style.scss */
54
- .wp-disable header .col-right small {
55
- background: #f65428 none repeat scroll 0 0;
56
- border-radius: 1px;
57
- font-size: 13px;
58
- padding: 2px 13px 3px;
59
- }
60
- /* line 52, ../sass/wp-disable-style.scss */
61
- .wp-disable .container {
62
- /*background: #fff;*/
63
- padding: 35px 20px;
64
- display: block;
65
- }
66
- /* line 59, ../sass/wp-disable-style.scss */
67
- .wp-disable .container .tab-wrap {
68
- float: left;
69
- padding: 0 15px 0 0;
70
- width: 100%;
71
- }
72
- /* line 64, ../sass/wp-disable-style.scss */
73
- .wp-disable .container .tab-wrap ul.tabs {
74
- margin: 0px;
75
- padding: 0px;
76
- list-style: none;
77
- }
78
- /* line 68, ../sass/wp-disable-style.scss */
79
- .wp-disable .container .tab-wrap ul.tabs li {
80
- background: #c5ccce;
81
- border-radius: 5px 5px 0 0;
82
- color: #797979;
83
- cursor: pointer;
84
- display: inline-block;
85
- float: left;
86
- margin: 0 3px 0 0;
87
- padding: 15px 25px;
88
- font-size: 16px;
89
- }
90
- /* line 79, ../sass/wp-disable-style.scss */
91
- .wp-disable .container .tab-wrap ul.tabs li.current {
92
- background: #f5f5f5;
93
- color: #797979;
94
- }
95
- /* line 87, ../sass/wp-disable-style.scss */
96
- .wp-disable .container .tab-wrap .tab-content {
97
- display: none;
98
- background: #f5f5f5;
99
- clear: both;
100
- padding: 15px;
101
- border-radius: 0 5px 5px 5px;
102
- }
103
- /* line 94, ../sass/wp-disable-style.scss */
104
- .wp-disable .container .tab-wrap .tab-content.current {
105
- display: inherit;
106
- }
107
- /* line 99, ../sass/wp-disable-style.scss */
108
- .wp-disable .container .tab-wrap .panel {
109
- margin: 20px auto;
110
- padding: 20px;
111
- background: #f7b66d;
112
- border-radius: 5px;
113
- }
114
- /* line 105, ../sass/wp-disable-style.scss */
115
- .wp-disable .container .tab-wrap .panel h3 {
116
- color: white;
117
- font-size: 20px;
118
- text-align: center;
119
- }
120
- /* line 111, ../sass/wp-disable-style.scss */
121
- .wp-disable .container .tab-wrap .panel.featured-panel.stye-1 {
122
- background: #23458b none repeat scroll 0 0;
123
- }
124
- /* line 115, ../sass/wp-disable-style.scss */
125
- .wp-disable .container .tab-wrap .panel .pane-head {
126
- display: block;
127
- width: 100%;
128
- }
129
- /* line 118, ../sass/wp-disable-style.scss */
130
- .wp-disable .container .tab-wrap .panel .pane-head a {
131
- display: block;
132
- }
133
- /* line 121, ../sass/wp-disable-style.scss */
134
- .wp-disable .container .tab-wrap .panel .pane-head a.just-link {
135
- text-decoration: none;
136
- background: #d4d4d4;
137
- padding: 10px 15px;
138
- font-size: 16px;
139
- color: #585858;
140
- border-radius: 0 0 5px 5px;
141
- }
142
- /* line 129, ../sass/wp-disable-style.scss */
143
- .wp-disable .container .tab-wrap .panel .pane-head a.just-link:hover {
144
- background: #c7c6c6;
145
- }
146
- /* line 134, ../sass/wp-disable-style.scss */
147
- .wp-disable .container .tab-wrap .panel .pane-head img {
148
- display: block;
149
- width: 100%;
150
- }
151
- /* line 140, ../sass/wp-disable-style.scss */
152
- .wp-disable .container .tab-wrap .panel.featured-panel {
153
- background: #f65428 none repeat scroll 0 0;
154
- margin-bottom: 13px;
155
- padding: 1px;
156
- }
157
- /* line 147, ../sass/wp-disable-style.scss */
158
- .wp-disable .container .btn-submit {
159
- background: #00CDBF;
160
- color: #05867d;
161
- height: auto;
162
- padding: 10px 30px;
163
- text-decoration: none;
164
- text-shadow: unset;
165
- box-shadow: none;
166
- border: none;
167
- margin-top: 20px;
168
- font-size: 18px;
169
- text-transform: uppercase;
170
- border-radius: 100px;
171
- }
172
- /* line 161, ../sass/wp-disable-style.scss */
173
- .wp-disable .container .btn-submit:hover {
174
- background: #12c7bb;
175
- color: #05867d;
176
- }
177
- /* line 167, ../sass/wp-disable-style.scss */
178
- .wp-disable .container .disable-form .form-group {
179
- display: block;
180
- padding: 15px 10px;
181
- border-bottom: 1px solid #ccc;
182
- min-height: 34px;
183
- line-height: 34px;
184
- }
185
- /* line 174, ../sass/wp-disable-style.scss */
186
- .wp-disable .container .disable-form .form-group:last-child {
187
- border: none;
188
- }
189
- /* line 178, ../sass/wp-disable-style.scss */
190
- .wp-disable .container .disable-form .form-group span {
191
- font-size: 16px;
192
- color: #797979;
193
- }
194
- /* line 188, ../sass/wp-disable-style.scss */
195
- .wp-disable .side-bar {
196
- padding: 0 0 0 18px;
197
- width: 39%;
198
- display: inline-block;
199
- }
200
- /* line 193, ../sass/wp-disable-style.scss */
201
- .wp-disable .side-bar h3 {
202
- background: #c5ccce;
203
- border-radius: 5px 5px 0 0;
204
- color: #797979;
205
- margin: 0;
206
- padding: 10px 25px;
207
- line-height: 25px;
208
- font-weight: 400;
209
- }
210
- /* line 282, ../sass/wp-disable-style.scss */
211
- .wp-disable .side-bar .pane-head a img {
212
- display: block;
213
- width: 100%;
214
- border-radius: 5px;
215
- margin-bottom: 20px;
216
- }
217
- /* line 290, ../sass/wp-disable-style.scss */
218
- .wp-disable .side-bar .pane-head h2 {
219
- color: white;
220
- line-height: 22px;
221
- text-align: center;
222
- }
223
- /* line 296, ../sass/wp-disable-style.scss */
224
- .wp-disable .side-bar .pane-head h3 {
225
- background: #bfbfbf;
226
- color: #737373;
227
- margin: 0 auto;
228
- text-align: center;
229
- }
230
- /* line 307, ../sass/wp-disable-style.scss */
231
- .wp-disable .check_options {
232
- font-weight: bold;
233
- }
234
- /* line 312, ../sass/wp-disable-style.scss */
235
- .wp-disable .stars {
236
- float: right;
237
- height: 19px;
238
- background: transparent url("/wp-content/plugins/wp-disable/images/stars.jpg") repeat scroll 0 0;
239
- width: 100px;
240
- }
241
- @media (max-width: 768px) {
242
- /* line 320, ../sass/wp-disable-style.scss */
243
- .wp-disable .tab-wrap {
244
- width: 96%;
245
- }
246
- /* line 323, ../sass/wp-disable-style.scss */
247
- .wp-disable .col-left, .wp-disable .col-right, .wp-disable .side-bar {
248
- width: 100%;
249
- }
250
- /* line 326, ../sass/wp-disable-style.scss */
251
- .wp-disable .col-right a {
252
- display: block;
253
- }
254
- }
255
- /* line 332, ../sass/wp-disable-style.scss */
256
- .wp-disable .switch {
257
- position: relative;
258
- display: inline-block;
259
- width: 60px;
260
- height: 34px;
261
- float: right;
262
- }
263
- /* line 341, ../sass/wp-disable-style.scss */
264
- .wp-disable .switch input {
265
- display: none;
266
- }
267
- /* line 344, ../sass/wp-disable-style.scss */
268
- .wp-disable .slider {
269
- position: absolute;
270
- cursor: pointer;
271
- top: 0;
272
- left: 0;
273
- right: 0;
274
- bottom: 0;
275
- background-color: #F37E67;
276
- -webkit-transition: .4s;
277
- transition: .4s;
278
- }
279
- /* line 356, ../sass/wp-disable-style.scss */
280
- .wp-disable .slider:before {
281
- position: absolute;
282
- content: "";
283
- height: 26px;
284
- width: 26px;
285
- left: 4px;
286
- bottom: 4px;
287
- background-color: white;
288
- -webkit-transition: .4s;
289
- transition: .4s;
290
- }
291
- /* line 368, ../sass/wp-disable-style.scss */
292
- .wp-disable input:checked + .slider {
293
- background-color: #00CDBF;
294
- }
295
- /* line 372, ../sass/wp-disable-style.scss */
296
- .wp-disable input:focus + .slider {
297
- box-shadow: 0 0 1px #2196F3;
298
- }
299
- /* line 376, ../sass/wp-disable-style.scss */
300
- .wp-disable input:checked + .slider:before {
301
- -webkit-transform: translateX(26px);
302
- -ms-transform: translateX(26px);
303
- transform: translateX(26px);
304
- }
305
- /* line 383, ../sass/wp-disable-style.scss */
306
- .wp-disable .slider.round {
307
- border-radius: 34px;
308
- }
309
- /* line 387, ../sass/wp-disable-style.scss */
310
- .wp-disable .slider.round:before {
311
- border-radius: 50%;
312
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
js/loadcss.js DELETED
@@ -1,82 +0,0 @@
1
- /*! loadCSS. [c]2017 Filament Group, Inc. MIT License */
2
-
3
- // https://github.com/filamentgroup/loadCSS/blob/master/src/loadCSS.js
4
-
5
- (function(w){
6
- "use strict";
7
- /* exported loadCSS */
8
- var loadCSS = function( href, before, media ){
9
- // Arguments explained:
10
- // `href` [REQUIRED] is the URL for your CSS file.
11
- // `before` [OPTIONAL] is the element the script should use as a reference for injecting our stylesheet <link> before
12
- // By default, loadCSS attempts to inject the link after the last stylesheet or script in the DOM. However, you might desire a more specific location in your document.
13
- // `media` [OPTIONAL] is the media type or query of the stylesheet. By default it will be 'all'
14
- var doc = w.document;
15
- var ss = doc.createElement( "link" );
16
- var ref;
17
- if( before ){
18
- ref = before;
19
- }
20
- else {
21
- var refs = ( doc.body || doc.getElementsByTagName( "head" )[ 0 ] ).childNodes;
22
- ref = refs[ refs.length - 1];
23
- }
24
-
25
- var sheets = doc.styleSheets;
26
- ss.rel = "stylesheet";
27
- ss.href = href;
28
- // temporarily set media to something inapplicable to ensure it'll fetch without blocking render
29
- ss.media = "only x";
30
-
31
- // wait until body is defined before injecting link. This ensures a non-blocking load in IE11.
32
- function ready( cb ){
33
- if( doc.body ){
34
- return cb();
35
- }
36
- setTimeout(function(){
37
- ready( cb );
38
- });
39
- }
40
- // Inject link
41
- // Note: the ternary preserves the existing behavior of "before" argument, but we could choose to change the argument to "after" in a later release and standardize on ref.nextSibling for all refs
42
- // Note: `insertBefore` is used instead of `appendChild`, for safety re: http://www.paulirish.com/2011/surefire-dom-element-insertion/
43
- ready( function(){
44
- ref.parentNode.insertBefore( ss, ( before ? ref : ref.nextSibling ) );
45
- });
46
- // A method (exposed on return object for external use) that mimics onload by polling document.styleSheets until it includes the new sheet.
47
- var onloadcssdefined = function( cb ){
48
- var resolvedHref = ss.href;
49
- var i = sheets.length;
50
- while( i-- ){
51
- if( sheets[ i ].href === resolvedHref ){
52
- return cb();
53
- }
54
- }
55
- setTimeout(function() {
56
- onloadcssdefined( cb );
57
- });
58
- };
59
-
60
- function loadCB(){
61
- if( ss.addEventListener ){
62
- ss.removeEventListener( "load", loadCB );
63
- }
64
- ss.media = media || "all";
65
- }
66
-
67
- // once loaded, set link's media back to `all` so that the stylesheet applies once it loads
68
- if( ss.addEventListener ){
69
- ss.addEventListener( "load", loadCB);
70
- }
71
- ss.onloadcssdefined = onloadcssdefined;
72
- onloadcssdefined( loadCB );
73
- return ss;
74
- };
75
- // commonjs
76
- if( typeof exports !== "undefined" ){
77
- exports.loadCSS = loadCSS;
78
- }
79
- else {
80
- w.loadCSS = loadCSS;
81
- }
82
- }( typeof global !== "undefined" ? global : this ));
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
js/optimisationio-dashboard-wp-disable.js DELETED
@@ -1,59 +0,0 @@
1
- (function ($) {
2
-
3
- "use strict";
4
-
5
- var $toogle_el = {
6
- feeds: null,
7
- comments: null,
8
- googleMaps: null,
9
- spamCommentsCleaner: null,
10
- certainPostsComments: null,
11
- };
12
-
13
- function on_change_feeds(ev){
14
- $('.feeds-group').css('display', $toogle_el.feeds.is(":checked") ? '' : 'none');
15
- }
16
-
17
- function on_change_comments(ev){
18
- var isChecked = $toogle_el.comments.is(":checked");
19
- $('.comments-group').css('display', isChecked ? 'none' : '');
20
- on_change_certainPostsComments();
21
- }
22
-
23
- function on_change_googleMaps(ev){
24
- $('.disable-google-maps-group').css('display', $toogle_el.googleMaps.is(":checked") ? '' : 'none');
25
- }
26
-
27
- function on_change_spamCommentsCleaner(ev){
28
- var isChecked = ! $toogle_el.comments.is(":checked") && $toogle_el.spamCommentsCleaner.is(":checked");
29
- $('.delete-spam-comments-group').css('display', isChecked ? '' : 'none');
30
- }
31
-
32
- function on_change_certainPostsComments(ev){
33
- $('.certain-posts-comments-group').css('display', ! $toogle_el.certainPostsComments.is(":checked") ? 'none' : ( $toogle_el.comments.is(":checked") ? 'none' : '' ) );
34
- }
35
-
36
- $(function () {
37
-
38
- $toogle_el = {
39
- feeds: $('input[name="disable_rss"]'),
40
- comments: $('input[name="disable_all_comments"]'),
41
- googleMaps: $('input[name="disable_google_maps"]'),
42
- spamCommentsCleaner: $('input[name="spam_comments_cleaner"]'),
43
- certainPostsComments: $('input[name="disable_comments_on_certain_post_types"]'),
44
- };
45
-
46
- $toogle_el.feeds.on('change', on_change_feeds);
47
- $toogle_el.comments.on('change', on_change_comments);
48
- $toogle_el.googleMaps.on('change', on_change_googleMaps);
49
- $toogle_el.spamCommentsCleaner.on('change', on_change_spamCommentsCleaner);
50
- $toogle_el.certainPostsComments.on('change', on_change_certainPostsComments);
51
-
52
- on_change_feeds();
53
- on_change_comments();
54
- on_change_googleMaps();
55
- on_change_spamCommentsCleaner();
56
- on_change_certainPostsComments();
57
- });
58
-
59
- }(jQuery));
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
js/optimisationio-dashboard.js CHANGED
@@ -1,3 +1,5 @@
 
 
1
  var OptimisationioAddons = (function($){
2
 
3
  "use strict";
@@ -91,8 +93,7 @@ var OptimisationioAddons = (function($){
91
  $el.import.textarea.val('');
92
  }
93
 
94
- $(function () {
95
-
96
  $el = {
97
  import: {
98
  textarea: $('#import_settings_tarea'),
@@ -120,7 +121,15 @@ var OptimisationioAddons = (function($){
120
  $el.import.clear_btn.on('click', function(e){ e.preventDefault(); on_clear_import_btn_click(); });
121
 
122
  export_clipboard.on('success', function(e){ alert("Exported settings copied to clipboard"); });
 
 
 
 
123
  });
 
 
 
 
124
  };
125
 
126
  var install_activate_deactivate = function(){
@@ -235,23 +244,49 @@ var OptimisationioAddons = (function($){
235
  setTimeout(function(){
236
  SidebarTabs.default_active_tab();
237
  SidebarTabs.bind_events();
 
238
  }, 100);
239
  }
240
 
241
- if( 'undefined' !== typeof data.plugin_settings_content ){
242
- // @note: Used on "WP Disable" activation.
243
- switch(slug){
244
- case 'wp-disable':
245
- $el = $( '.statistics-tab-content[data-tab="disable"]' );
246
- if( $el.length ){
247
- $el.html( data.plugin_settings_content );
248
- setTimeout(function(){
249
- PluginSettingsTabs.bind_events($el.find('.addon-settings'), slug);
250
- }, 100);
251
- }
252
- break;
253
- }
254
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
255
  }
256
  },
257
  error: function (data, textStatus, XMLHttpRequest) {
@@ -353,6 +388,28 @@ var OptimisationioAddons = (function($){
353
 
354
  var plugin_settings_tabs = function(){
355
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
356
  function update_active_tab($wrap, tab_id){
357
  $wrap.find('.addon-settings-tabs ul li.active, .addon-settings-content.active').removeClass('active');
358
  $wrap.find('.addon-settings-tabs ul li[data-tab-setting="'+tab_id+'"], .addon-settings-content[data-tab-setting="'+tab_id+'"]').addClass('active');
@@ -370,20 +427,7 @@ var OptimisationioAddons = (function($){
370
  }
371
 
372
  $(function () {
373
- var $addon_settings = $('.addon-settings');
374
- if( $addon_settings.length ){
375
- $addon_settings.each(function(i, el){
376
- var $el = $(el), plugin_slug = $el.data('sett-group'), active_plugin_tab;
377
- if( plugin_slug ){
378
- active_plugin_tab = localStorage.getItem( 'optimisationio_addon_active_tab[' + plugin_slug + ']' );
379
- if( ! active_plugin_tab ){
380
- active_plugin_tab = $( $el.find('.addon-settings-tabs ul li')[0] ).data('tab-setting');
381
- }
382
- update_active_tab($el, active_plugin_tab);
383
- }
384
- bind_events($el, plugin_slug);
385
- });
386
- }
387
  });
388
 
389
  return {
@@ -392,10 +436,274 @@ var OptimisationioAddons = (function($){
392
  };
393
 
394
  main_tabs();
395
- settings_import_export();
396
  install_activate_deactivate();
397
 
398
  var SidebarTabs = sidebar_tabs();
399
- var PluginSettingsTabs = plugin_settings_tabs();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
400
 
 
 
 
 
 
 
401
  }(jQuery));
1
+ var Optimisationio_PluginSettingsTabs;
2
+
3
  var OptimisationioAddons = (function($){
4
 
5
  "use strict";
93
  $el.import.textarea.val('');
94
  }
95
 
96
+ function init(){
 
97
  $el = {
98
  import: {
99
  textarea: $('#import_settings_tarea'),
121
  $el.import.clear_btn.on('click', function(e){ e.preventDefault(); on_clear_import_btn_click(); });
122
 
123
  export_clipboard.on('success', function(e){ alert("Exported settings copied to clipboard"); });
124
+ }
125
+
126
+ $(function () {
127
+ init();
128
  });
129
+
130
+ return {
131
+ init: init
132
+ };
133
  };
134
 
135
  var install_activate_deactivate = function(){
244
  setTimeout(function(){
245
  SidebarTabs.default_active_tab();
246
  SidebarTabs.bind_events();
247
+ SettingsImportExport.init();
248
  }, 100);
249
  }
250
 
251
+ switch(slug){
252
+ case 'wp-disable':
253
+ $el = $( '.statistics-tab-content[data-tab="disable"]' );
254
+ if( $el.length ){
255
+ $el.html( data.plugin_settings_content );
256
+ setTimeout(function(){
257
+ Optimisationio_PluginSettingsTabs.bind_events($el.find('.addon-settings'), slug);
258
+ if( 'undefined' !== typeof Optimisationio_Dashbord_WP_Disable ){
259
+ Optimisationio_Dashbord_WP_Disable.init();
260
+ }
261
+ }, 100);
262
+ }
263
+ break;
264
+ case 'cache-performance':
265
+ $el = $( '.statistics-tab-content[data-tab="cache"]' );
266
+ if( $el.length ){
267
+ $el.html( data.plugin_settings_content );
268
+ setTimeout(function(){
269
+ Optimisationio_PluginSettingsTabs.bind_events($el.find('.addon-settings'), slug);
270
+ if( 'undefined' !== typeof Optimisationio_Dashboard_Cache_Performance ){
271
+ Optimisationio_Dashboard_Cache_Performance.init();
272
+ }
273
+ }, 100);
274
+ }
275
+ break;
276
+ case 'wp-image-compression':
277
+ $el = $( '.statistics-tab-content[data-tab="images"]' );
278
+ if( $el.length ){
279
+ $('.sidebar-cloudinary-api-wrap').html(data.cloudinary_api_settings_content);
280
+ $el.html( data.plugin_settings_content );
281
+ setTimeout(function(){
282
+ Optimisationio_PluginSettingsTabs.bind_events($el.find('.addon-settings'), slug);
283
+ if( 'undefined' !== typeof Optimisationio_Dashboard_Image_Compression ){
284
+ Optimisationio_Dashboard_Image_Compression.init();
285
+ }
286
+ }, 100);
287
+ }
288
+ break;
289
+ }
290
  }
291
  },
292
  error: function (data, textStatus, XMLHttpRequest) {
388
 
389
  var plugin_settings_tabs = function(){
390
 
391
+ function set_initial_active_tab($wrap){
392
+ var plugin_slug = $wrap.data('sett-group'), active_plugin_tab;
393
+ if( plugin_slug ){
394
+ active_plugin_tab = localStorage.getItem( 'optimisationio_addon_active_tab[' + plugin_slug + ']' );
395
+ if( ! active_plugin_tab ){
396
+ active_plugin_tab = $( $wrap.find('.addon-settings-tabs ul li')[0] ).data('tab-setting');
397
+ }
398
+ update_active_tab($wrap, active_plugin_tab);
399
+ }
400
+ }
401
+
402
+ function init(){
403
+ var $addon_settings = $('.addon-settings');
404
+ if( $addon_settings.length ){
405
+ $addon_settings.each(function(i, el){
406
+ var $el = $(el), plugin_slug = $el.data('sett-group');
407
+ bind_events($el, plugin_slug);
408
+ set_initial_active_tab( $el );
409
+ });
410
+ }
411
+ }
412
+
413
  function update_active_tab($wrap, tab_id){
414
  $wrap.find('.addon-settings-tabs ul li.active, .addon-settings-content.active').removeClass('active');
415
  $wrap.find('.addon-settings-tabs ul li[data-tab-setting="'+tab_id+'"], .addon-settings-content[data-tab-setting="'+tab_id+'"]').addClass('active');
427
  }
428
 
429
  $(function () {
430
+ init();
 
 
 
 
 
 
 
 
 
 
 
 
 
431
  });
432
 
433
  return {
436
  };
437
 
438
  main_tabs();
 
439
  install_activate_deactivate();
440
 
441
  var SidebarTabs = sidebar_tabs();
442
+ var SettingsImportExport = settings_import_export();
443
+
444
+ Optimisationio_PluginSettingsTabs = plugin_settings_tabs();
445
+
446
+ }(jQuery));
447
+
448
+ var Optimisationio_Dashbord_WP_Disable = (function($){
449
+
450
+ var $toogle_el = {
451
+ feeds: null,
452
+ comments: null,
453
+ googleMaps: null,
454
+ spamCommentsCleaner: null,
455
+ certainPostsComments: null,
456
+ };
457
+
458
+ function on_change_feeds(ev){
459
+ $('.feeds-group').css('display', $toogle_el.feeds.is(":checked") ? '' : 'none');
460
+ }
461
+
462
+ function on_change_comments(ev){
463
+ var isChecked = $toogle_el.comments.is(":checked");
464
+ $('.comments-group').css('display', isChecked ? 'none' : '');
465
+ on_change_certainPostsComments();
466
+ }
467
+
468
+ function on_change_googleMaps(ev){
469
+ $('.disable-google-maps-group').css('display', $toogle_el.googleMaps.is(":checked") ? '' : 'none');
470
+ }
471
+
472
+ function on_change_spamCommentsCleaner(ev){
473
+ var isChecked = ! $toogle_el.comments.is(":checked") && $toogle_el.spamCommentsCleaner.is(":checked");
474
+ $('.delete-spam-comments-group').css('display', isChecked ? '' : 'none');
475
+ }
476
+
477
+ function on_change_certainPostsComments(ev){
478
+ $('.certain-posts-comments-group').css('display', ! $toogle_el.certainPostsComments.is(":checked") ? 'none' : ( $toogle_el.comments.is(":checked") ? 'none' : '' ) );
479
+ }
480
+
481
+ function init(){
482
+ $toogle_el = {
483
+ feeds: $('input[name="disable_rss"]'),
484
+ comments: $('input[name="disable_all_comments"]'),
485
+ googleMaps: $('input[name="disable_google_maps"]'),
486
+ spamCommentsCleaner: $('input[name="spam_comments_cleaner"]'),
487
+ certainPostsComments: $('input[name="disable_comments_on_certain_post_types"]'),
488
+ };
489
+
490
+ if( $toogle_el.feeds.length ){
491
+ $toogle_el.feeds.on('change', on_change_feeds);
492
+ on_change_feeds();
493
+ }
494
+
495
+ if( $toogle_el.comments.length ){
496
+ $toogle_el.comments.on('change', on_change_comments);
497
+ on_change_comments();
498
+ }
499
+
500
+ if( $toogle_el.googleMaps ){
501
+ $toogle_el.googleMaps.on('change', on_change_googleMaps);
502
+ on_change_googleMaps();
503
+ }
504
+
505
+ if( $toogle_el.spamCommentsCleaner ){
506
+ $toogle_el.spamCommentsCleaner.on('change', on_change_spamCommentsCleaner);
507
+ on_change_spamCommentsCleaner();
508
+ }
509
+
510
+ if( $toogle_el.certainPostsComments.length ){
511
+ $toogle_el.certainPostsComments.on('change', on_change_certainPostsComments);
512
+ on_change_certainPostsComments();
513
+ }
514
+ }
515
+
516
+ return {
517
+ init: init,
518
+ }
519
+ }(jQuery));
520
+
521
+ var Optimisationio_Dashboard_Cache_Performance = (function($){
522
+
523
+ var $toogle_el = {};
524
+ var $btn_el = {};
525
+
526
+ function on_change_auto_optimise(){
527
+ $('.auto-optimise-group').css('display', $toogle_el.auto_optimise.is(":checked") ? '' : 'none');
528
+ }
529
+
530
+ function on_change_gravatars_cache(){
531
+ $('.gravatars-cache-group').css('display', $toogle_el.gravatars_cache.is(":checked") ? '' : 'none');
532
+ }
533
+
534
+ function on_click_optimise_db(ev){
535
+
536
+ ev.preventDefault();
537
+ ev.stopPropagation();
538
+
539
+ var btn = this,
540
+ data = {
541
+ action: 'optimise_db_ajx',
542
+ clean_draft_posts: $('input[name="clean_draft_posts"]').is(':checked') ? 1 : 0,
543
+ clean_auto_draft_posts: $('input[name="clean_auto_draft_posts"]').is(':checked') ? 1 : 0,
544
+ clean_trash_posts: $('input[name="clean_trash_posts"]').is(':checked') ? 1 : 0,
545
+ clean_post_revisions: $('input[name="clean_post_revisions"]').is(':checked') ? 1 : 0,
546
+ clean_transient_options: $('input[name="clean_transient_options"]').is(':checked') ? 1 : 0,
547
+ clean_trash_comments: $('input[name="clean_trash_comments"]').is(':checked') ? 1 : 0,
548
+ clean_spam_comments: $('input[name="clean_spam_comments"]').is(':checked') ? 1 : 0,
549
+ clean_post_meta: $('input[name="clean_post_meta"]').is(':checked') ? 1 : 0,
550
+ auto_optimise: $('input[name="auto_optimise"]').is(':checked') ? 1 : 0,
551
+ optimise_schedule_type: $('select[name="optimise_schedule_type"]').val(),
552
+ optimisationio_cache_preformance_settings: $('input[name="optimisationio_cache_preformance_settings"]').val(),
553
+ };
554
+
555
+ $('.optimising-db-overlay').fadeIn(300);
556
+
557
+ btn.setAttribute('disabled', 'disabled');
558
+
559
+ jQuery.post(ajaxurl, data, function(data){
560
+ if ('success' === data.status) {
561
+ if( 'undefined' !== typeof data.optimise_db_fields_content ){
562
+ $('div[data-tab-setting="optimise-db"]').html( data.optimise_db_fields_content );
563
+ setTimeout(function(){
564
+ init_optimise_db_content();
565
+ }, 100);
566
+ }
567
+ }
568
+ else{
569
+ console.error(data);
570
+ }
571
+
572
+ $(btn).removeAttr('disabled');
573
+
574
+ },'json');
575
+ }
576
+
577
+ function on_click_gravatars_clear(ev){
578
+
579
+ ev.preventDefault();
580
+ ev.stopPropagation();
581
+
582
+ var btn = this;
583
+
584
+ $('.clearing-gravatars-cache-overlay').fadeIn(300);
585
+
586
+ btn.setAttribute('disabled', 'disabled');
587
+
588
+ $.ajax({
589
+ type: 'post',
590
+ url: ajaxurl,
591
+ data:{
592
+ action: 'optimisationio_clear_gravatar_cache',
593
+ nonce: $('input[name="optimisationio_cache_preformance_settings"]').val(),
594
+ },
595
+ dataType: 'json',
596
+ success: function (data, textStatus, XMLHttpRequest) {
597
+ if( data.error ){
598
+ console.error( data );
599
+ }
600
+ else{
601
+ $('.cashed-gravatars-num').html('0');
602
+ }
603
+ $(btn).removeAttr('disabled');
604
+ $('.clearing-gravatars-cache-overlay').fadeOut(300);
605
+ },
606
+ error: function (data, textStatus, XMLHttpRequest) {
607
+ console.error("ERROR: ", data);
608
+ $(btn).removeAttr('disabled');
609
+ $('.clearing-gravatars-cache-overlay').fadeOut(300);
610
+ }
611
+ });
612
+ }
613
+
614
+ function init_optimise_db_content(){
615
+
616
+ $btn_el.optimise_db = $('.optimise-db-now');
617
+ $toogle_el.auto_optimise = $('input[name="auto_optimise"]');
618
+
619
+ if( $btn_el.optimise_db ){
620
+ $btn_el.optimise_db.on('click', on_click_optimise_db);
621
+ }
622
+
623
+ if( $toogle_el.auto_optimise.length ){
624
+ $toogle_el.auto_optimise.on('change', on_change_auto_optimise);
625
+ on_change_auto_optimise();
626
+ }
627
+ }
628
+
629
+ function init_gravatars_cache_content(){
630
+
631
+ $btn_el.clear_gravatars = $('.clear-now-gravatars-cache');
632
+ $toogle_el.gravatars_cache = $('input[name="enable_cache_gravatars"]');
633
+
634
+ if( $btn_el.clear_gravatars.length ) {
635
+ $btn_el.clear_gravatars.on('click', on_click_gravatars_clear);
636
+ }
637
+
638
+ if( $toogle_el.gravatars_cache.length ){
639
+ $toogle_el.gravatars_cache.on('change', on_change_gravatars_cache);
640
+ on_change_gravatars_cache();
641
+ }
642
+ }
643
+
644
+ function init(){
645
+ init_optimise_db_content();
646
+ init_gravatars_cache_content();
647
+ }
648
+
649
+ return {
650
+ init: init,
651
+ }
652
+ }(jQuery));
653
+
654
+ var Optimisationio_Dashboard_Image_Compression = (function($){
655
+
656
+ var $toogle_el = {
657
+ quality_auto: null,
658
+ custom_cloudinary_account: null,
659
+ };
660
+
661
+ function on_quality_auto_change(){
662
+ $('.manual-quality-group').css('display', 'manual' === $toogle_el.quality_auto.val() ? '' : 'none');
663
+ }
664
+
665
+ function on_custom_cloudinary_account_change(){
666
+ var isChecked = $toogle_el.custom_cloudinary_account.is(":checked");
667
+ $('.custom-cloudinary-group').css('display', isChecked ? '' : 'none');
668
+ $('.auto-cloudinary-group').css('display', isChecked ? 'none' : '');
669
+ }
670
+
671
+ function init(){
672
+ $toogle_el = {
673
+ quality_auto: $('select[name="wpimages_quality_auto"]'),
674
+ custom_cloudinary_account: $('input[name="custom_cloudinary[enabled]"]')
675
+ };
676
+
677
+ if( $toogle_el.quality_auto.length ){
678
+ $toogle_el.quality_auto.on('change', on_quality_auto_change);
679
+ on_quality_auto_change();
680
+ }
681
+
682
+ if( $toogle_el.custom_cloudinary_account.length ){
683
+ $toogle_el.custom_cloudinary_account.on('change', on_custom_cloudinary_account_change);
684
+ on_custom_cloudinary_account_change();
685
+ }
686
+
687
+ $('.close-cloudinary-api-msg').on('click', function(){
688
+ $(this).parent().parent().fadeOut(300, function(){
689
+ $(this).remove();
690
+ });
691
+ });
692
+ }
693
+
694
+ return {
695
+ init: init,
696
+ }
697
+ }(jQuery));
698
+
699
+ (function ($) {
700
+
701
+ "use strict";
702
 
703
+ $(function () {
704
+ Optimisationio_Dashbord_WP_Disable.init();
705
+ Optimisationio_Dashboard_Cache_Performance.init();
706
+ Optimisationio_Dashboard_Image_Compression.init();
707
+ });
708
+
709
  }(jQuery));
js/optimisationio-stats-addons.js DELETED
@@ -1,349 +0,0 @@
1
- var OptimisationioAddons = (function($){
2
-
3
- "use strict";
4
-
5
- var settings_import_export = function(){
6
-
7
- var export_clipboard,
8
- $el = {
9
- import: {
10
- textarea: null,
11
- btn: null,
12
- clear_btn: null,
13
- },
14
- export: {
15
- addons_fields: null,
16
- textarea: null,
17
- btn: null,
18
- copy_btn: null,
19
- },
20
- };
21
-
22
- function imp_exp_ajax_request(action, data){
23
- $.ajax({
24
- type: 'post',
25
- url: ajaxurl,
26
- data:{
27
- action: action,
28
- data: data,
29
- nonce: $('#optimisationio_import_export_nonce').val(),
30
- },
31
- dataType: 'json',
32
- success: function (data, textStatus, XMLHttpRequest) {
33
- if( 0 === data.error ){
34
- if( 'optimisationio_export_addons_settings' === action ){
35
- $el.export.textarea.val(data.export);
36
- $el.export.copy_btn.removeClass('hidden');
37
- }
38
- else{
39
- $el.import.textarea.val('');
40
- $el.import.clear_btn.addClass('hidden');
41
- alert(data.msg);
42
- }
43
- }
44
- else if( 'undefined' !== typeof data.msg ) {
45
- alert( data.msg );
46
- }
47
- },
48
- error: function (data, textStatus, XMLHttpRequest) {
49
- console.log(data);
50
- }
51
- });
52
- }
53
-
54
- function on_addon_field_click(ev) {
55
- var checked_addons = [];
56
- $el.export.addons_fields.each(function(i, input){
57
- if( input.checked ){ checked_addons.push(input.value); }
58
- });
59
- $el.export.btn.prop("disabled", checked_addons.length ? false : true);
60
- }
61
-
62
- function on_import_textarea_change(ev) {
63
- if( '' === $el.import.textarea.val().trim() ){
64
- $el.import.clear_btn.addClass('hidden');
65
- $el.import.btn.prop("disabled", true);
66
- }
67
- else{
68
- $el.import.clear_btn.removeClass('hidden');
69
- $el.import.btn.prop("disabled", false);
70
- }
71
- }
72
-
73
- function on_import_btn_click() {
74
- var imported = $el.import.textarea.val().trim();
75
- if( '' !== imported ){
76
- imp_exp_ajax_request('optimisationio_import_addons_settings', imported);
77
- }
78
- }
79
-
80
- function on_export_btn_click() {
81
- var export_slugs = [];
82
- $el.export.addons_fields.each(function(i, input){
83
- if( input.checked ){ export_slugs.push(input.value); }
84
- });
85
- if( export_slugs.length ){
86
- imp_exp_ajax_request('optimisationio_export_addons_settings', export_slugs);
87
- }
88
- }
89
-
90
- function on_clear_import_btn_click() {
91
- $el.import.textarea.val('');
92
- }
93
-
94
- $(function () {
95
-
96
- $el = {
97
- import: {
98
- textarea: $('#import_settings_tarea'),
99
- btn: $('.import-btn'),
100
- clear_btn: $('.clear-import-btn'),
101
- },
102
- export: {
103
- addons_fields: $('input[name="export_addons[]"]'),
104
- textarea: $('#export_settings_tarea'),
105
- btn: $('.export-btn'),
106
- copy_btn: $('.copy-export-btn'),
107
- },
108
- };
109
-
110
- export_clipboard = new Clipboard('.copy-export-btn', {
111
- text: function(trigger) {
112
- return $el.export.textarea.val();
113
- }
114
- });
115
-
116
- $el.export.addons_fields.on('click', on_addon_field_click);
117
- $el.import.textarea.on('change, keyup', on_import_textarea_change);
118
- $el.import.btn.on('click', function(e){ e.preventDefault(); on_import_btn_click(); });
119
- $el.export.btn.on('click', function(e){ e.preventDefault(); on_export_btn_click(); });
120
- $el.import.clear_btn.on('click', function(e){ e.preventDefault(); on_clear_import_btn_click(); });
121
-
122
- export_clipboard.on('success', function(e){ alert("Exported settings copied to clipboard"); });
123
- });
124
- };
125
-
126
- var install_activate_deactivate = function(){
127
-
128
- var running_processes = 0;
129
- var on_deactivate_process = false;
130
- var deactivates_queue = [];
131
-
132
- function confirm_page_leave(ev){
133
- var msg;
134
- if (0 !== running_processes) {
135
- msg = "Changes you made may not be saved.";
136
- ev.returnValue = msg;
137
- return msg;
138
- }
139
- }
140
-
141
- function on_action_click( $btn, action ){
142
-
143
- var slug, file, link, $parent;
144
-
145
- if( ! $btn.hasClass("disabled") ){
146
- $btn.addClass("disabled");
147
-
148
- $parent = $btn.parent('.addon-buttons');
149
- slug = $parent.data('slug');
150
- file = $parent.data('file');
151
- link = $parent.data('link');
152
-
153
- if( on_deactivate_process ){
154
- deactivates_queue.push({
155
- action: action,
156
- slug: slug,
157
- file: file,
158
- link: link,
159
- '$btn': $btn
160
- });
161
- }
162
- else{
163
- addons_ajax_request( action, slug, file, link, $btn );
164
- }
165
- }
166
- }
167
-
168
- function addons_ajax_request(action, slug, file, link, $btn){
169
-
170
- running_processes++;
171
-
172
- on_deactivate_process = 'deactivate' === action;
173
-
174
- $.ajax({
175
- type: 'post',
176
- url: ajaxurl,
177
- data:{
178
- action: 'optimisationio_' + action + '_addon',
179
- slug: slug,
180
- file: file,
181
- link: link,
182
- nonce: $('#optimisationio_addons_nonce').val(),
183
- },
184
- dataType: 'json',
185
- success: function (data, textStatus, XMLHttpRequest) {
186
-
187
- var to_activate, next;
188
-
189
- if( 0 !== data.error ){
190
- if("undefined" !== typeof data.type && "deny-disable" === data.type ){
191
- alert(data.msg);
192
- on_deactivate_process = false;
193
- running_processes--;
194
- $btn.removeClass("disabled");
195
- }
196
- else{
197
- console.error(data.msg);
198
- }
199
- }
200
- else{
201
- switch(action){
202
- case 'install':
203
- to_activate = 'activate';
204
- break;
205
- case 'activate':
206
- to_activate = 'deactivate';
207
- break;
208
- case 'deactivate':
209
-
210
- on_deactivate_process = false;
211
-
212
- if( deactivates_queue.length ){
213
- next = deactivates_queue.pop();
214
- addons_ajax_request(next.action, next.slug, next.file, next.link, next['$btn']);
215
- }
216
-
217
- to_activate = 'activate';
218
- break;
219
- }
220
-
221
- if( to_activate ){
222
- $btn.parent('.addon-buttons').find('.' + to_activate + '-addon').removeClass('hidden').removeClass("disabled");
223
- $btn.addClass("hidden");
224
- running_processes--;
225
- }
226
-
227
- if( 'undefined' !== typeof data.measurements_content_replace ){
228
- // @note: Used on addon activation.
229
-
230
- $('.statistics-measurements').replaceWith( data.measurements_content_replace );
231
- }
232
- }
233
- },
234
- error: function (data, textStatus, XMLHttpRequest) {
235
- console.error("ERROR: ", slug, action);
236
- $btn.text("ERROR");
237
- running_processes--;
238
- }
239
- });
240
- }
241
-
242
- $(function () {
243
- $('.install-addon').on('click', function(){ on_action_click( $(this), 'install' ); });
244
- $('.activate-addon').on('click', function(){ on_action_click( $(this), 'activate' ); });
245
- $('.deactivate-addon').on('click', function(){ on_action_click( $(this), 'deactivate' ); });
246
-
247
- $(window).bind('beforeunload', confirm_page_leave);
248
- });
249
- };
250
-
251
- var main_tabs = function(){
252
-
253
- var active_tab_id = localStorage.getItem( 'optimisationio_stats_tab' );
254
-
255
- active_tab_id = active_tab_id ? active_tab_id : 'disable';
256
-
257
- function on_tabs_nav_li_click($tab){
258
- var tab_id = $tab.data('tab');
259
- if( ! $tab.hasClass('active') ){
260
- update_active_tab( tab_id );
261
- $tab.addClass('active');
262
- localStorage.setItem( 'optimisationio_stats_tab', tab_id );
263
- }
264
- }
265
-
266
- function update_active_tab(tab_id){
267
- $('.statistics-tabs-nav li, .statistics-tab-content').removeClass('active');
268
- $('.statistics-tab-content[data-tab="' + tab_id + '"]').addClass('active');
269
- }
270
-
271
- $(function () {
272
- if( active_tab_id ){
273
- update_active_tab( active_tab_id );
274
- $('.statistics-tabs-nav li[data-tab="' + active_tab_id + '"]').addClass('active');
275
- }
276
- $('.statistics-tabs-nav li').on('click', function(){ on_tabs_nav_li_click( $(this) ); });
277
- });
278
- };
279
-
280
- var sidebar_tabs = function(){
281
-
282
- var active_side_tab_id = localStorage.getItem( 'optimisationio_sidebar_tab' );
283
-
284
- function on_sidebar_tab_click($tab){
285
- var tab_id = $tab.data('tab-id');
286
- if( ! $tab.hasClass('active') ){
287
- update_active_sidebar_tab( tab_id );
288
- $tab.addClass('active');
289
- localStorage.setItem( 'optimisationio_sidebar_tab', tab_id );
290
- }
291
- }
292
-
293
- function update_active_sidebar_tab(tab_id){
294
- $('.sidebar-tabs-section ul li, .sidebar-tabs-content ul li').removeClass('active');
295
- $('.sidebar-tabs-content ul li[data-tab-id="' + tab_id + '"]').addClass('active');
296
- }
297
-
298
- $(function () {
299
-
300
- var $activeEl;
301
-
302
- active_side_tab_id = active_side_tab_id ? active_side_tab_id : ( $('.sidebar-tabs-section ul li[data-tab-id="ga"]').length ? "ga" : "imp" );
303
-
304
- if( active_side_tab_id ){
305
-
306
- $activeEl = $('.sidebar-tabs-section ul li[data-tab-id="' + active_side_tab_id + '"]');
307
-
308
- if( ! $activeEl.length ){
309
- active_side_tab_id = "imp"
310
- $activeEl = $('.sidebar-tabs-section ul li[data-tab-id="' + active_side_tab_id + '"]');
311
- }
312
- update_active_sidebar_tab( active_side_tab_id );
313
- $activeEl.addClass('active');
314
- }
315
-
316
- $('.sidebar-tabs-section ul li').on('click', function(){ on_sidebar_tab_click( $(this) ); });
317
- });
318
- };
319
-
320
- var plugin_settings_tabs = function(){
321
-
322
- function on_tab_click(ev){
323
- var id = $(this).data('tab-setting');
324
- ev.data.$wrap.find('.addon-settings-tabs ul li.active, .addon-settings-content.active').removeClass('active');
325
- ev.data.$wrap.find('.addon-settings-tabs ul li[data-tab-setting="'+id+'"], .addon-settings-content[data-tab-setting="'+id+'"]').addClass('active');
326
- }
327
-
328
- function bind_plugin_events($wrap){
329
- var $tabs = $wrap.find('.addon-settings-tabs ul li');
330
- if( $tabs.length ){ $tabs.on('click', { '$wrap' : $wrap }, on_tab_click); }
331
- }
332
-
333
- $(function () {
334
- var $addon_settings = $('.addon-settings');
335
- if( $addon_settings.length ){
336
- $addon_settings.each(function(i, el){
337
- bind_plugin_events($(el));
338
- });
339
- }
340
- });
341
- };
342
-
343
- main_tabs();
344
- sidebar_tabs();
345
- plugin_settings_tabs();
346
- settings_import_export();
347
- install_activate_deactivate();
348
-
349
- }(jQuery));
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lib/class-optimisationio-dashboard.php CHANGED
@@ -46,10 +46,7 @@ class Optimisationio_Dashboard {
46
  require_once( plugin_dir_path( dirname( __FILE__ ) ) . 'views/optimisationio-dashboard.php' );
47
  }
48
 
49
- public function addons_pages_styles($hook){
50
-
51
- wp_enqueue_style( 'optimisationio-all', plugin_dir_url( dirname( __FILE__ ) ) . 'css/optimisationio-all.css' );
52
-
53
  if ( 'toplevel_page_optimisationio-dashboard' === $hook ) {
54
  wp_enqueue_style( 'optimisationio-dashboard', plugin_dir_url( dirname( __FILE__ ) ) . 'css/optimisationio-dashboard.css' );
55
  }
@@ -140,9 +137,20 @@ class Optimisationio_Dashboard {
140
  if ( ! is_wp_error( $result ) ) {
141
  $ret['error'] = 0;
142
  $ret['msg'] = "Successful activation";
 
143
  switch( $post_req['slug'] ){
144
  case 'wp-disable':
145
-
 
 
 
 
 
 
 
 
 
 
146
  ob_start();
147
  self::display_addons__settings('wp-disable');
148
  $ret['plugin_settings_content'] = ob_get_contents();
@@ -152,15 +160,20 @@ class Optimisationio_Dashboard {
152
  self::sidebar_tabs_section_content();
153
  $ret['sidebar_tabs_content'] = ob_get_contents();
154
  ob_end_clean();
155
-
156
- case 'wp-disable':
157
- case 'wp-image-compression':
158
  case 'cache-performance':
159
-
160
  ob_start();
161
- self::display_stats__measurements();
162
- $ret['measurements_content_replace'] = ob_get_contents();
163
  ob_end_clean();
 
 
 
 
 
 
 
 
164
  }
165
  }
166
  else{
@@ -202,7 +215,17 @@ class Optimisationio_Dashboard {
202
 
203
  switch( $post_req['slug'] ){
204
  case 'wp-disable':
 
 
 
 
 
 
 
 
205
 
 
 
206
  ob_start();
207
  self::display_addons__settings('wp-disable');
208
  $ret['plugin_settings_content'] = ob_get_contents();
@@ -212,15 +235,19 @@ class Optimisationio_Dashboard {
212
  self::sidebar_tabs_section_content();
213
  $ret['sidebar_tabs_content'] = ob_get_contents();
214
  ob_end_clean();
215
-
216
- case 'wp-disable':
217
- case 'wp-image-compression':
218
  case 'cache-performance':
219
-
220
  ob_start();
221
- self::display_stats__measurements();
222
- $ret['measurements_content_replace'] = ob_get_contents();
223
  ob_end_clean();
 
 
 
 
 
 
 
224
  }
225
  }
226
  else{
@@ -604,8 +631,7 @@ class Optimisationio_Dashboard {
604
  <li><?php esc_html_e( 'Savings', 'optimisationio' ); ?><span><?php Optimisationio_Dashboard::echo_stats_size( $active_addon, $active_addon ? $cache_info->saving : 0 ); ?></span></li>
605
  </ul>
606
  <ul class="cache-and-database-list">
607
- <li><?php echo sprintf('Pages average %sload time', '<br/>'); ?><span><?php echo $active_addon ? Optimisationio::average_pages_load_time() : '<i class="n_a">' . self::$str_i18n['n/a'] . '</i>'; ?></span></li>
608
- <li><?php echo sprintf('Requests %s Saved', '<br/>'); ?><span><?php echo $wp_disable_active_addon ? WpPerformance::saved_external_requests() : '<i class="n_a">' . self::$str_i18n['n/a'] . '</i>'; ?></span></li>
609
  </ul>
610
  <ul class="cache-and-database-list">
611
  <li><?php esc_html_e( 'Cache', 'optimisationio' ); ?><span><?php Optimisationio_Dashboard::echo_stats_size( $active_addon, $active_addon ? Optimisationio_CacheEnabler::get_cache_size() : 0 ); ?></span></li>
@@ -661,7 +687,27 @@ class Optimisationio_Dashboard {
661
  case 'wp-disable':
662
  WpPerformance_Admin::addon_settings();
663
  break;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
664
  }
 
665
  }
666
 
667
  public static function checkbox_component($name='', $checked=false){
46
  require_once( plugin_dir_path( dirname( __FILE__ ) ) . 'views/optimisationio-dashboard.php' );
47
  }
48
 
49
+ public function addons_pages_styles($hook){
 
 
 
50
  if ( 'toplevel_page_optimisationio-dashboard' === $hook ) {
51
  wp_enqueue_style( 'optimisationio-dashboard', plugin_dir_url( dirname( __FILE__ ) ) . 'css/optimisationio-dashboard.css' );
52
  }
137
  if ( ! is_wp_error( $result ) ) {
138
  $ret['error'] = 0;
139
  $ret['msg'] = "Successful activation";
140
+
141
  switch( $post_req['slug'] ){
142
  case 'wp-disable':
143
+ case 'wp-image-compression':
144
+ case 'cache-performance':
145
+ ob_start();
146
+ self::display_stats__measurements();
147
+ $ret['measurements_content_replace'] = ob_get_contents();
148
+ ob_end_clean();
149
+ break;
150
+ }
151
+
152
+ switch( $post_req['slug'] ){
153
+ case 'wp-disable':
154
  ob_start();
155
  self::display_addons__settings('wp-disable');
156
  $ret['plugin_settings_content'] = ob_get_contents();
160
  self::sidebar_tabs_section_content();
161
  $ret['sidebar_tabs_content'] = ob_get_contents();
162
  ob_end_clean();
163
+ break;
 
 
164
  case 'cache-performance':
 
165
  ob_start();
166
+ self::display_addons__settings('cache-performance');
167
+ $ret['plugin_settings_content'] = ob_get_contents();
168
  ob_end_clean();
169
+ break;
170
+ case 'wp-image-compression':
171
+ ob_start();
172
+ self::display_addons__settings('wp-image-compression');
173
+ $ret['plugin_settings_content'] = ob_get_contents();
174
+ ob_end_clean();
175
+ $ret['cloudinary_api_settings_content'] = self::display_cloudinary_api__settings(false, false);
176
+ break;
177
  }
178
  }
179
  else{
215
 
216
  switch( $post_req['slug'] ){
217
  case 'wp-disable':
218
+ case 'wp-image-compression':
219
+ case 'cache-performance':
220
+ ob_start();
221
+ self::display_stats__measurements();
222
+ $ret['measurements_content_replace'] = ob_get_contents();
223
+ ob_end_clean();
224
+ break;
225
+ }
226
 
227
+ switch( $post_req['slug'] ){
228
+ case 'wp-disable':
229
  ob_start();
230
  self::display_addons__settings('wp-disable');
231
  $ret['plugin_settings_content'] = ob_get_contents();
235
  self::sidebar_tabs_section_content();
236
  $ret['sidebar_tabs_content'] = ob_get_contents();
237
  ob_end_clean();
238
+ break;
 
 
239
  case 'cache-performance':
 
240
  ob_start();
241
+ self::display_addons__settings('cache-performance');
242
+ $ret['plugin_settings_content'] = ob_get_contents();
243
  ob_end_clean();
244
+ break;
245
+ case 'wp-image-compression':
246
+ ob_start();
247
+ self::display_addons__settings('wp-image-compression');
248
+ $ret['plugin_settings_content'] = ob_get_contents();
249
+ ob_end_clean();
250
+ break;
251
  }
252
  }
253
  else{
631
  <li><?php esc_html_e( 'Savings', 'optimisationio' ); ?><span><?php Optimisationio_Dashboard::echo_stats_size( $active_addon, $active_addon ? $cache_info->saving : 0 ); ?></span></li>
632
  </ul>
633
  <ul class="cache-and-database-list">
634
+ <li><?php esc_html_e('Pages average load time', 'optimisationio'); ?><span><?php echo $active_addon ? Optimisationio::average_pages_load_time() : '<i class="n_a">' . self::$str_i18n['n/a'] . '</i>'; ?></span></li>
 
635
  </ul>
636
  <ul class="cache-and-database-list">
637
  <li><?php esc_html_e( 'Cache', 'optimisationio' ); ?><span><?php Optimisationio_Dashboard::echo_stats_size( $active_addon, $active_addon ? Optimisationio_CacheEnabler::get_cache_size() : 0 ); ?></span></li>
687
  case 'wp-disable':
688
  WpPerformance_Admin::addon_settings();
689
  break;
690
+ case 'cache-performance':
691
+ Optimisationio_Admin::addon_settings();
692
+ break;
693
+ case 'wp-image-compression':
694
+ Wp_Image_compression::addon_settings();
695
+ break;
696
+ }
697
+ }
698
+
699
+ public static function display_cloudinary_api__settings( $echo = true, $include_upgrade = true ){
700
+ if( $echo ){
701
+ Wp_Image_compression::cloudinary_settings($include_upgrade);
702
+ return true;
703
+ }
704
+ else{
705
+ ob_start();
706
+ Wp_Image_compression::cloudinary_settings($include_upgrade);
707
+ $ret = ob_get_contents();
708
+ ob_end_clean();
709
  }
710
+ return $ret;
711
  }
712
 
713
  public static function checkbox_component($name='', $checked=false){
lib/class-optimisationio-stats-and-addons.php DELETED
@@ -1,657 +0,0 @@
1
- <?php
2
- class Optimisationio_Stats_And_Addons {
3
-
4
- private static $instance = null;
5
-
6
- private static $str_i18n = array();
7
-
8
- public static $addons_slug = array( 'wp-disable', 'cache-performance', 'wp-image-compression' );
9
-
10
- public static $addons = null;
11
-
12
- function __construct() {
13
- self::$str_i18n = array(
14
- "n/a" => __( "n/a", "optimisationio" ),
15
- "install" => __( "Install", "optimisationio" ),
16
- "activate" => __( "Activate", "optimisationio" ),
17
- "deactivate" => __( "Deactivate", "optimisationio" ),
18
- "changes_may_not_saved" => __("Changes you made may not be saved.", "optimisationio")
19
- );
20
- add_action( 'admin_menu', array( $this, 'statistics_menu' ), 8 );
21
- add_action( 'admin_enqueue_scripts', array( $this, 'addons_pages_styles' ) );
22
- add_action( 'admin_enqueue_scripts', array( $this, 'addons_pages_scripts' ) );
23
- add_action( 'wp_ajax_optimisationio_install_addon', array( $this, 'ajax_install_addon' ) );
24
- add_action( 'wp_ajax_optimisationio_deactivate_addon', array( $this, 'ajax_deactivate_addon' ) );
25
- add_action( 'wp_ajax_optimisationio_activate_addon', array( $this, 'ajax_activate_addon' ) );
26
- add_action( 'wp_ajax_optimisationio_import_addons_settings', array( $this, 'ajax_import_addons_settings' ) );
27
- add_action( 'wp_ajax_optimisationio_export_addons_settings', array( $this, 'ajax_export_addons_settings' ) );
28
- }
29
-
30
- public static function init(){
31
- if( null === self::$instance ){
32
- self::$instance = new self();
33
- }
34
- }
35
-
36
- public function statistics_menu() {
37
-
38
- add_menu_page( __( 'Optimisation.io', 'optimisationio' ), __( 'Optimisation.io', 'optimisationio' ), 'manage_options', 'optimisationio-statistics-and-addons', array( $this, 'statistics_page' ), 'dashicons-dashboard' );
39
-
40
- add_submenu_page( 'optimisationio-statistics-and-addons', __( 'Statistics', 'optimisationio' ), __( 'Statistics', 'optimisationio' ), 'manage_options', 'optimisationio-statistics-and-addons' );
41
- }
42
-
43
- public function statistics_page() {
44
- if( null === self::$addons ){
45
- self::init_addons();
46
- }
47
- require_once( plugin_dir_path( dirname( __FILE__ ) ) . 'views/optimisationio-statistics-addons.php' );
48
- }
49
-
50
- public function import_export_page(){
51
- if( null === self::$addons ){
52
- self::init_addons();
53
- }
54
- require_once( plugin_dir_path( dirname( __FILE__ ) ) . 'views/optimisationio-import-export.php' );
55
- }
56
-
57
- public function addons_pages_styles($hook){
58
- wp_enqueue_style( 'optimisationio-all', plugin_dir_url( dirname( __FILE__ ) ) . 'css/optimisationio-all.css' );
59
- if ( 'toplevel_page_optimisationio-statistics-and-addons' === $hook ) {
60
- wp_enqueue_style( 'optimisationio-stats-addons-page', plugin_dir_url( dirname( __FILE__ ) ) . 'css/optimisationio-statistics-addons.css' );
61
- }
62
- }
63
-
64
- public function addons_pages_scripts($hook){
65
- if ( 'toplevel_page_optimisationio-statistics-and-addons' === $hook ) {
66
- wp_enqueue_script( 'optimisationio-import-export', plugin_dir_url( dirname( __FILE__ ) ) . 'js/clipboard.min.js' );
67
-
68
-
69
- wp_enqueue_script( 'optimisationio-stats-addons', plugin_dir_url( dirname( __FILE__ ) ) . 'js/optimisationio-stats-addons.js' );
70
- }
71
- }
72
-
73
- private function wp_verify_nonce($nonce, $type){
74
- return wp_verify_nonce( $nonce, $type );
75
- }
76
-
77
- public function ajax_install_addon(){
78
-
79
- $post_req = $_POST; // Input var okay.
80
-
81
- $ret = array( 'error' => 1 );
82
-
83
- if( $this->wp_verify_nonce( $post_req['nonce'], 'optimisationio-addons-nonce' ) ){
84
-
85
- if( isset( $post_req['link'] ) && $post_req['link'] ){
86
-
87
- global $wp_filesystem;
88
-
89
- if ( ! $wp_filesystem ) {
90
- if ( ! function_exists( 'WP_Filesystem' ) ) {
91
- require_once( ABSPATH . 'wp-admin/includes/file.php' );
92
- }
93
- WP_Filesystem();
94
- }
95
-
96
- // @note: Check if plugins root folder is writable.
97
- if ( ! WP_Filesystem( false, WP_PLUGIN_DIR ) || 'direct' !== $wp_filesystem->method ) {
98
- $ret['msg'] = 'You are not allowed to edt folders/files on this site';
99
- }
100
- else {
101
-
102
- ob_start();
103
- require_once( ABSPATH . 'wp-admin/includes/file.php' );
104
- require_once( ABSPATH . 'wp-admin/includes/misc.php' );
105
- require_once( ABSPATH . 'wp-admin/includes/class-wp-upgrader.php' );
106
- require_once( 'class-optimisationio-upgrader-skin.php' );
107
- $upgrader = new Plugin_Upgrader( new Optimisationio_Upgrader_Skin() );
108
- $install = $upgrader->install( $post_req['link'] );
109
- ob_end_clean();
110
-
111
- if( null === $install ){
112
- $ret['msg'] = 'Could not complete add-on installation';
113
- }
114
- else{
115
- $ret['error'] = 0;
116
- }
117
-
118
- }
119
-
120
- }
121
- else{
122
- $ret['msg'] = "Invalid addon";
123
- }
124
- }
125
- else{
126
- $ret['msg'] = "Invalid user";
127
- }
128
-
129
- wp_send_json( $ret );
130
- }
131
-
132
- public function ajax_activate_addon(){
133
-
134
- $post_req = $_POST; // Input var okay.
135
-
136
- $ret = array( 'error' => 1 );
137
-
138
- if( $this->wp_verify_nonce( $post_req['nonce'], 'optimisationio-addons-nonce' ) ){
139
-
140
- if( isset( $post_req['file'] ) && $post_req['file'] ){
141
-
142
- self::$addons = null;
143
-
144
- $ret['addons_number'] = self::active_addons_number();
145
-
146
- $result = activate_plugin( $post_req['file'] );
147
-
148
- if ( ! is_wp_error( $result ) ) {
149
- $ret['error'] = 0;
150
- $ret['msg'] = "Successful activation";
151
- switch( $post_req['slug'] ){
152
- case 'wp-disable':
153
- case 'wp-image-compression':
154
- case 'cache-performance':
155
- ob_start();
156
- self::display_stats__measurements();
157
- $ret['measurements_content_replace'] = ob_get_contents();
158
- ob_end_clean();
159
- }
160
- }
161
- else{
162
- $ret['msg'] = "Activation error";
163
- }
164
- }
165
- else{
166
- $ret['msg'] = "Invalid addon";
167
- }
168
- }
169
- else{
170
- $ret['msg'] = "Invalid user";
171
- }
172
-
173
- wp_send_json( $ret );
174
- }
175
-
176
- public function ajax_deactivate_addon(){
177
-
178
- $post_req = $_POST; // Input var okay.
179
-
180
- $ret = array( 'error' => 1 );
181
-
182
- if( $this->wp_verify_nonce( $post_req['nonce'], 'optimisationio-addons-nonce' ) ){
183
-
184
- if( isset( $post_req['file'] ) && $post_req['file'] ){
185
-
186
- self::$addons = null;
187
-
188
- $ret['addons_number'] = self::active_addons_number();
189
-
190
- if( 1 < self::active_addons_number() ){
191
-
192
- $result = deactivate_plugins( $post_req['file'] );
193
-
194
- if ( ! is_wp_error( $result ) ) {
195
- $ret['error'] = 0;
196
- $ret['msg'] = "Successful deactivation";
197
-
198
- switch( $post_req['slug'] ){
199
- case 'wp-disable':
200
- case 'wp-image-compression':
201
- case 'cache-performance':
202
- ob_start();
203
- self::display_stats__measurements();
204
- $ret['measurements_content_replace'] = ob_get_contents();
205
- ob_end_clean();
206
- }
207
- }
208
- else{
209
- $ret['msg'] = "Dectivation error";
210
- }
211
- }
212
- else{
213
- $ret['type'] = "deny-disable";
214
- $ret['msg'] = "Can not disable all addons.";
215
- }
216
- }
217
- else{
218
- $ret['msg'] = "Invalid addon";
219
- }
220
- }
221
- else{
222
- $ret['msg'] = "Invalid user";
223
- }
224
-
225
- wp_send_json( $ret );
226
- }
227
-
228
- public function ajax_import_addons_settings(){
229
-
230
- $post_req = $_POST; // Input var okay.
231
-
232
- $ret = array( 'error' => 1 );
233
-
234
- if( $this->wp_verify_nonce( $post_req['nonce'], 'optimisationio-import-export-nonce' ) ){
235
-
236
- if( ! isset( $post_req['data'] ) || ! is_string( $post_req['data'] ) ){
237
- $ret['msg'] = __("Invalid import arguments", "optimisationio");
238
- $ret['type'] = 'invalid_arguments';
239
- }
240
- else{
241
-
242
- $decoded_data = json_decode( base64_decode( $post_req['data'] ), true );
243
-
244
- if( $decoded_data ){
245
- foreach( self::$addons_slug as $key => $slug ){
246
- if( isset( $decoded_data[$slug] ) ){
247
- switch( $slug ){
248
- case self::$addons_slug[0]: // 'wp-disable'.
249
- update_option( 'wpperformance_rev3a_settings', $decoded_data[$slug] );
250
- if( self::addon_activated($slug) ){
251
- WpPerformance::synchronize_discussion_data( $decoded_data[$slug] );
252
- }
253
- break;
254
- case self::$addons_slug[1]: // 'cache-performance'.
255
-
256
- if( isset( $decoded_data[$slug]['cdn_sett'] ) ){
257
- update_option( 'Optimisationio_rev3a_cdnsettings', $decoded_data[$slug]['cdn_sett'] );
258
- }
259
-
260
- if( isset( $decoded_data[$slug]['general_sett'] ) ){
261
- update_option( 'Optimisationio_rev3a_settings', $decoded_data[$slug]['general_sett'] );
262
- }
263
-
264
- if( isset( $decoded_data[$slug]['db_opt_sett'] ) ){
265
- update_option( 'Optimisationio_rev3a_dboptimisesetting', $decoded_data[$slug]['db_opt_sett'] );
266
- }
267
-
268
- if( isset( $decoded_data[$slug]['gravatar_cache_sett'] ) ){
269
- update_option( 'Optimisationio_rev3a_gravatar_cache_settings', $decoded_data[$slug]['gravatar_cache_sett'] );
270
- }
271
- break;
272
- case self::$addons_slug[2]: // 'wp-image-compression'.
273
-
274
- if( isset( $decoded_data[$slug]['general_sett'] ) ){
275
- update_option( '_wpimage_options', $decoded_data[$slug]['general_sett'] );
276
- }
277
-
278
- if( isset( $decoded_data[$slug]['cloudinary_sett'] ) ){
279
- update_option( '_wpimage_options_cloudinary', $decoded_data[$slug]['cloudinary_sett'] );
280
- }
281
-
282
- if( isset( $decoded_data[$slug]['lazy_load_sett'] ) ){
283
- update_option( '_wpimage_lazyload_options', $decoded_data[$slug]['lazy_load_sett'] );
284
- }
285
-
286
- if( isset( $decoded_data[$slug]['max_width'] ) ){
287
- update_option( 'wpimages_max_width', $decoded_data[$slug]['max_width'] );
288
- }
289
-
290
- if( isset( $decoded_data[$slug]['max_height'] ) ){
291
- update_option( 'wpimages_max_height', $decoded_data[$slug]['max_height'] );
292
- }
293
-
294
- if( isset( $decoded_data[$slug]['quality'] ) ){
295
- update_option( 'wpimages_quality', $decoded_data[$slug]['quality'] );
296
- }
297
-
298
- if( isset( $decoded_data[$slug]['quality_auto'] ) ){
299
- update_option( 'wpimages_quality_auto', $decoded_data[$slug]['quality_auto'] );
300
- }
301
-
302
- if( isset( $decoded_data[$slug]['max_width_library'] ) ){
303
- update_option( 'wpimages_max_width_library', $decoded_data[$slug]['max_width_library'] );
304
- }
305
-
306
- if( isset( $decoded_data[$slug]['max_height_library'] ) ){
307
- update_option( 'wpimages_max_height_library', $decoded_data[$slug]['max_height_library'] );
308
- }
309
-
310
- if( isset( $decoded_data[$slug]['max_width_other'] ) ){
311
- update_option( 'wpimages_max_width_other', $decoded_data[$slug]['max_width_other'] );
312
- }
313
-
314
- if( isset( $decoded_data[$slug]['max_height_other'] ) ){
315
- update_option( 'wpimages_max_height_other', $decoded_data[$slug]['max_height_other'] );
316
- }
317
-
318
- if( isset( $decoded_data[$slug]['bmp_to_jpg'] ) ){
319
- update_option( 'wpimages_bmp_to_jpg', $decoded_data[$slug]['bmp_to_jpg'] );
320
- }
321
-
322
- if( isset( $decoded_data[$slug]['png_to_jpg'] ) ){
323
- update_option( 'wpimages_png_to_jpg', $decoded_data[$slug]['png_to_jpg'] );
324
- }
325
- break;
326
- }
327
- }
328
- }
329
-
330
- $ret['msg'] = __("Settings imported successfully", "optimisationio");
331
- $ret['error'] = 0;
332
- }
333
- else{
334
- $ret['msg'] = __("Imported invalid data", "optimisationio");
335
- $ret['type'] = 'invalid_data';
336
- }
337
- }
338
- }
339
-
340
- wp_send_json($ret);
341
- }
342
-
343
- public function ajax_export_addons_settings(){
344
-
345
- $post_req = $_POST; // Input var okay.
346
-
347
- $ret = array( 'error' => null );
348
-
349
- if( $this->wp_verify_nonce( $post_req['nonce'], 'optimisationio-import-export-nonce' ) ){
350
-
351
- if( ! isset( $post_req['data'] ) || ! is_array( $post_req['data'] ) ){
352
- $ret['msg'] = __("Invalid export arguments", "optimisationio");
353
- $ret['type'] = 'invalid_arguments';
354
- }
355
- else{
356
-
357
- $export = array();
358
-
359
- foreach( $post_req['data'] as $key => $val ){
360
- if( self::addon_activated($val) ){
361
- switch( $val ){
362
- case self::$addons_slug[0]: // 'wp-disable'.
363
- $export[$val] = get_option( 'wpperformance_rev3a_settings' );
364
- break;
365
- case self::$addons_slug[1]: // 'cache-performance'.
366
- $export[$val] = array(
367
- 'cdn_sett' => get_option( 'Optimisationio_rev3a_cdnsettings' ),
368
- 'general_sett' => get_option( 'Optimisationio_rev3a_settings' ),
369
- 'db_opt_sett' => get_option( 'Optimisationio_rev3a_dboptimisesetting' ),
370
- 'gravatar_cache_sett' => get_option( 'Optimisationio_rev3a_gravatar_cache_settings' ),
371
- );
372
- break;
373
- case self::$addons_slug[2]: // 'wp-image-compression'.
374
- $export[$val] = array(
375
- 'general_sett' => get_option( '_wpimage_options' ),
376
- 'cloudinary_sett' => get_option( '_wpimage_options_cloudinary' ),
377
- 'lazy_load_sett' => get_option( '_wpimage_lazyload_options' ),
378
- 'max_width' => get_option( 'wpimages_max_width' ),
379
- 'max_height' => get_option( 'wpimages_max_height' ),
380
- 'quality' => get_option( 'wpimages_quality' ),
381
- 'quality_auto' => get_option( 'wpimages_quality_auto' ),
382
- 'max_width_library' => get_option( 'wpimages_max_width_library' ),
383
- 'max_height_library' => get_option( 'wpimages_max_height_library' ),
384
- 'max_width_other' => get_option( 'wpimages_max_width_other' ),
385
- 'max_height_other' => get_option( 'wpimages_max_height_other' ),
386
- 'bmp_to_jpg' => get_option( 'wpimages_bmp_to_jpg' ),
387
- 'png_to_jpg' => get_option( 'wpimages_png_to_jpg' ),
388
- );
389
- break;
390
- }
391
- }
392
- }
393
-
394
- $ret['decoded_export'] = $export;
395
-
396
- if( count( $export) ){
397
- $ret['export'] = base64_encode( json_encode( $export ) );
398
- $ret['error'] = 0;
399
- }
400
- else{
401
- $ret['msg'] = __("Can't find saved data to export", "optimisationio");
402
- $ret['type'] = 'not_saved_data';
403
- }
404
- }
405
- }
406
- else{
407
- $ret['msg'] = __("Failed data verification", "optimisationio");
408
- $ret['type'] = 'verification_fail';
409
- }
410
-
411
- wp_send_json($ret);
412
- }
413
-
414
- public static function init_addons(){
415
-
416
- $addon_homepage = array(
417
- self::$addons_slug[0] => 'https://wordpress.org/plugins/wp-disable/',
418
- self::$addons_slug[1] => 'https://wordpress.org/plugins/cache-performance/',
419
- self::$addons_slug[2] => 'https://wordpress.org/plugins/wp-image-compression/',
420
- );
421
-
422
- $addon_title = array(
423
- self::$addons_slug[0] => 'WP Disable',
424
- self::$addons_slug[1] => 'Cache for WordPress Performance',
425
- self::$addons_slug[2] => 'JPG, PNG Compression and Optimization',
426
- );
427
-
428
- $addon_file = array(
429
- self::$addons_slug[0] => 'wp-disable/wpperformance.php',
430
- self::$addons_slug[1] => 'cache-performance/optimisationio.php',
431
- self::$addons_slug[2] => 'wp-image-compression/wp-image-compression.php',
432
- );
433
-
434
- $addon_description = array(
435
- self::$addons_slug[0] => __( 'Improve WordPress performance by disabling unused items.', 'optimisationio' ),
436
- self::$addons_slug[1] => __( 'Simple efficient WordPress caching.', 'optimisationio' ),
437
- self::$addons_slug[2] => __( 'Image Compression and resizing - Setup under the Tools menu', 'optimisationio' ),
438
- );
439
-
440
- $addon_image = array(
441
- self::$addons_slug[0] => plugin_dir_url( dirname( __FILE__ ) ) . 'images/wp-disable.jpg',
442
- self::$addons_slug[1] => plugin_dir_url( dirname( __FILE__ ) ) . 'images/optimisation-1.jpg',
443
- self::$addons_slug[2] => plugin_dir_url( dirname( __FILE__ ) ) . 'images/wp-image-compression.jpg',
444
- );
445
-
446
- foreach (self::$addons_slug as $slug) {
447
- self::$addons[$slug] = array(
448
- 'slug' => $slug,
449
- 'title' => $addon_title[$slug],
450
- 'file' => $addon_file[$slug],
451
- 'thumb' => $addon_image[$slug],
452
- 'homepage' => $addon_homepage[$slug],
453
- 'download_link' => self::addon_download_link($slug),
454
- 'installed' => self::addon_installed($slug, $addon_file[$slug]),
455
- 'activated' => self::addon_activated($slug, $addon_file[$slug]),
456
- 'description' => $addon_description[$slug],
457
- );
458
- }
459
- }
460
-
461
- public static function addon_installed( $slug, $file = false ){
462
- if($file){
463
- return file_exists( WP_PLUGIN_DIR . '/' . $file );
464
- }
465
- if( null === self::$addons ){
466
- self::init_addons();
467
- }
468
- return file_exists( WP_PLUGIN_DIR . '/' . self::$addons[$slug]['file'] );
469
- }
470
-
471
- public static function addon_activated( $slug, $file = false ){
472
- if($file){
473
- return self::addon_installed( $slug, $file ) && in_array( $file, apply_filters( 'active_plugins', get_option( 'active_plugins' ) ), true );
474
- }
475
- if( null === self::$addons ){
476
- self::init_addons();
477
- }
478
-
479
- return self::addon_installed( $slug, $file ) && in_array( self::$addons[$slug]['file'], apply_filters( 'active_plugins', get_option( 'active_plugins' ) ), true );
480
- }
481
-
482
- public static function active_addons_number(){
483
- if( null === self::$addons ){
484
- self::init_addons();
485
- }
486
- return ( defined('OPTIMISATIONIO_WP_DISABLE_ADDON') && (int) self::$addons['wp-disable']['activated'] ? 1 : 0 ) +
487
- ( defined('OPTIMISATIONIO_CACHE_ADDON') && (int) self::$addons['cache-performance']['activated'] ? 1 : 0 ) +
488
- ( defined('OPTIMISATIONIO_IMAGE_COMPRESSION_ADDON') && self::$addons['wp-image-compression']['activated'] ? 1 : 0 );
489
- }
490
-
491
- public static function addon_download_link($plugin_slug){
492
-
493
- $transient_id = 'optimisaitionio_addon_download_link[' . $plugin_slug . ']';
494
-
495
- $link = get_transient( $transient_id );
496
-
497
- if( false === $link ){
498
-
499
- if( ! function_exists('plugins_api') ){
500
- include_once( ABSPATH . 'wp-admin/includes/plugin-install.php' );
501
- }
502
-
503
- $plugin_info = plugins_api( 'plugin_information', array(
504
- 'slug' => $plugin_slug,
505
- 'fields' => array(
506
- 'short_description' => false,
507
- 'sections' => false,
508
- 'requires' => false,
509
- 'rating' => false,
510
- 'ratings' => false,
511
- 'downloaded' => false,
512
- 'last_updated' => false,
513
- 'added' => false,
514
- 'tags' => false,
515
- 'compatibility' => false,
516
- 'homepage' => false,
517
- 'donate_link' => false,
518
- ),
519
- ) );
520
-
521
- if ( ! is_wp_error( $plugin_info ) ) {
522
- $link = isset( $plugin_info->download_link ) ? $plugin_info->download_link : false;
523
- }
524
-
525
- if( $link ){
526
- set_transient( $transient_id, $link, DAY_IN_SECONDS );
527
- }
528
- }
529
-
530
- return $link;
531
- }
532
-
533
- public static function echo_stats_size( $valid, $size ){
534
- $e = '<i class="n_a">' . __( 'n/a', 'optimisationio' ) . '</i>';
535
- if( $valid ){
536
- $size = size_format( $size );
537
- $e = $size ? $size : '0 B';
538
- }
539
- echo $e;
540
- }
541
-
542
- public static function echo_addon_state_color( $activated, $installed ){
543
- echo $installed ? ( $activated ? 'green' : 'orange' ) : 'red';
544
- }
545
-
546
- public static function delete_transients(){
547
- foreach (self::$addons_slug as $slug) {
548
- delete_transient('optimisaitionio_addon_download_link[' . $slug . ']');
549
- }
550
- }
551
-
552
- private static function display_stats__compress_images(){
553
- $active_addon = self::addon_activated('wp-image-compression');
554
- if ( $active_addon ) {
555
- global $wpdb;
556
- $image_compress_info = $wpdb->get_row("SELECT * FROM " . $wpdb->prefix . "image_compression_settings", ARRAY_A);
557
- }
558
- ?>
559
- <div class="addon-stats">
560
- <div class="compress-image-saved">
561
- <div>
562
- <div>
563
- <div>
564
- <span><?php Optimisationio_Stats_And_Addons::echo_stats_size( $active_addon, $active_addon ? 1000 * $image_compress_info['total_size_optimized'] : 0 ); ?></span>
565
- <?php esc_html_e('Saved', 'optimisationio'); ?>
566
- </div>
567
- </div>
568
- </div>
569
- </div>
570
- <br/>
571
- <br/>
572
- <div class="total-image-compress"><span><?php echo $active_addon ? $image_compress_info['total_image_optimized'] : '<i class="n_a">' . self::$str_i18n['n/a'] . '</i>'; ?></span> &nbsp;<?php echo sprintf( 'Total Images %sCompressed', '<br/>' ); ?></div>
573
- <br/>
574
- </div> <?php
575
- }
576
-
577
- private static function display_stats__cache_and_database_and_wp_disable(){
578
- $active_addon = self::addon_activated('cache-performance');
579
- $cache_info = $active_addon ? Optimisationio_CacheEnabler::get_optimisation_info() : null;
580
- $wp_disable_active_addon = self::addon_activated('wp-disable');
581
- ?>
582
- <div class="addon-stats">
583
- <ul class="cache-and-database-list">
584
- <li><?php esc_html_e( 'Original DB', 'optimisationio' ); ?><span><?php Optimisationio_Stats_And_Addons::echo_stats_size( $active_addon, $active_addon ? $cache_info->size : 0 ); ?></span></li>
585
- <li><?php esc_html_e( 'New DB', 'optimisationio' ); ?><span><?php Optimisationio_Stats_And_Addons::echo_stats_size( $active_addon, $active_addon ? $cache_info->optimised_size : 0 ); ?></span></li>
586
- <li><?php esc_html_e( 'Savings', 'optimisationio' ); ?><span><?php Optimisationio_Stats_And_Addons::echo_stats_size( $active_addon, $active_addon ? $cache_info->saving : 0 ); ?></span></li>
587
- </ul>
588
- <ul class="cache-and-database-list">
589
- <li><?php echo sprintf('Pages average %sload time', '<br/>'); ?><span><?php echo $active_addon ? Optimisationio::average_pages_load_time() : '<i class="n_a">' . self::$str_i18n['n/a'] . '</i>'; ?></span></li>
590
- <li><?php echo sprintf('Requests %s Saved', '<br/>'); ?><span><?php echo $wp_disable_active_addon ? WpPerformance::saved_external_requests() : '<i class="n_a">' . self::$str_i18n['n/a'] . '</i>'; ?></span></li>
591
- </ul>
592
- <ul class="cache-and-database-list">
593
- <li><?php esc_html_e( 'Cache', 'optimisationio' ); ?><span><?php Optimisationio_Stats_And_Addons::echo_stats_size( $active_addon, $active_addon ? Optimisationio_CacheEnabler::get_cache_size() : 0 ); ?></span></li>
594
- <li><?php esc_html_e( 'Gravatars Cache', 'optimisationio' ); ?><span><?php echo $active_addon ? Optimisationio_Admin::cache_gravatars_number() : '<i class="n_a">' . self::$str_i18n['n/a'] . '</i>'; ?></span></li>
595
- </ul>
596
- </div>
597
- <?php
598
- }
599
-
600
- private static function display_stats__activation_buttons( $addon_slug, $addon_data ){
601
- $loading_gif = '<img src="' . admin_url('images/wpspin_light.gif') . '" alt="" />';
602
- ?>
603
- <div class="addon-buttons"
604
- data-slug="<?php echo esc_attr($addon_slug); ?>"
605
- data-file="<?php echo esc_attr($addon_data['file']); ?>"
606
- data-link="<?php echo esc_attr($addon_data['download_link']); ?>">
607
- <button class="install-addon <?php echo ! $addon_data['installed'] ? '' : 'hidden'; ?>"><?php echo self::$str_i18n['install'] ?></button>
608
- <button class="activate-addon <?php echo $addon_data['installed'] && ! $addon_data['activated'] ? '' : 'hidden'; ?>"><?php echo self::$str_i18n['activate'] ?></button>
609
- <?php $cn = $addon_data['installed'] && $addon_data['activated'] ? "" : "hidden"; ?>
610
- <button class="deactivate-addon <?php echo $cn; ?>"><?php echo self::$str_i18n['deactivate'] ?></button>
611
- </div>
612
- <span class="on-process hidden"><?php echo $loading_gif; ?></span>
613
- <?php
614
- }
615
-
616
- public static function display_stats__measurements(){ ?>
617
- <div class="statistics-measurements">
618
- <div class="stats-section">
619
- <div class="stats-part">
620
- <?php self::display_stats__compress_images(); ?>
621
- </div>
622
- <div class="stats-part">
623
- <?php self::display_stats__cache_and_database_and_wp_disable(); ?>
624
- </div>
625
- </div>
626
- </div><?php
627
- }
628
-
629
- public static function display_addons__activation_section($slug){
630
- $addons = self::$addons;
631
- if( isset( $addons[$slug] ) ){ ?>
632
- <div class="addon-activation">
633
- <a href="<?php echo esc_url( $addons[$slug]['homepage'] ); ?>" title="" target="_blank"><?php echo $addons[$slug]['title'] ?></a>
634
- <p><?php echo $addons[$slug]['description'] ?></p>
635
- <br/>
636
- <?php self::display_stats__activation_buttons($slug, $addons[$slug]); ?>
637
- </div> <?php
638
- }
639
- }
640
-
641
- public static function display_addons__settings($slug){
642
- switch($slug){
643
- case 'wp-disable':
644
- WpPerformance::addon_settings();
645
- break;
646
- }
647
- }
648
-
649
- public static function checkbox_component($name='', $checked=false){
650
- $id = '' !== $name ? 'id-' . $name : 'tmp-id-' . substr(uniqid(), -4);
651
- ?>
652
- <div class="optio-check-component">
653
- <input id="<?php echo esc_attr($id); ?>" class="optio-check optio-check-light" type="checkbox" name="<?php echo esc_attr($name); ?>" <?php echo $checked ? 'checked' : ''; ?>/>
654
- <label for="<?php echo esc_attr($id); ?>" class="optio-check-btn"></label>
655
- </div> <?php
656
- }
657
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lib/class-wpperformance-admin.php CHANGED
@@ -10,19 +10,10 @@ class WpPerformance_Admin {
10
  add_action( 'init', array( $this, 'wp_performance_optimize_cleanups' ) );
11
  add_action( 'wp_loaded', array( $this, 'wp_performance_disable_google_maps' ) );
12
  add_action( 'wp_enqueue_scripts', array( $this, 'wp_performance_dequeue_woocommerce_cart_fragments' ), 11 );
13
- add_action( 'admin_enqueue_scripts', array( $this, 'wp_performance_admin_script' ) );
14
-
15
  add_action( 'wp_loaded', array( $this, 'wp_performance_save_dashboard_settings' ) );
16
-
17
  $this->heartbeat_handler();
18
  }
19
 
20
- public function wp_performance_admin_script($hook){
21
- if ( 'toplevel_page_optimisationio-dashboard' === $hook ) {
22
- wp_enqueue_script( 'optimisationio-dashboard-wp-disable', plugin_dir_url( dirname( __FILE__ ) ) . 'js/optimisationio-dashboard-wp-disable.js' );
23
- }
24
- }
25
-
26
  public function disable_emojis_tinymce( $plugins ) {
27
  $ret = is_array( $plugins ) ? array_diff( $plugins, array( 'wpemoji' ) ) : array();
28
  return $ret;
@@ -495,7 +486,7 @@ class WpPerformance_Admin {
495
  <input type="checkbox" name="caos_disable_display_features" <?php if ( isset( $settings['caos_disable_display_features'] ) && 'on' === $settings['caos_disable_display_features'] ) { echo 'checked = "checked"';} ?> /> Disable all <a href="https://developers.google.com/analytics/devguides/collection/analyticsjs/display-features" target="_blank">display features functionality</a>?
496
  </div>
497
  <div class="form-group">
498
- <input type="checkbox" name="ds_anonymize_ip" <?php if ( isset( $settings['ds_anonymize_ip'] ) && 'on' === $settings['ds_anonymize_ip'] ) { echo 'checked = "checked"';} ?> /> Use <a href="https://support.google.com/analytics/answer/2763052?hl=en" target="_blank">Anomymize IP</a>? (Required by law for some countries)
499
  </div>
500
  <div class="form-group">
501
  <input type="checkbox" name="ds_track_admin" <?php if ( isset( $settings['ds_track_admin'] ) && 'on' === $settings['ds_track_admin'] ) { echo 'checked = "checked"';} ?> /> <?php esc_html_e( 'Track logged in Administrators?', 'wpperformance' ); ?>
@@ -580,7 +571,7 @@ class WpPerformance_Admin {
580
 
581
  <div class="addon-settings-section">
582
 
583
- <div data-tab-setting="requests" class="addon-settings-content active">
584
  <div class="field">
585
  <div class="field-left"><?php esc_attr_e('Disable Emojis', 'optimisationio'); ?></div>
586
  <div class="field-right"><?php Optimisationio_Dashboard::checkbox_component('disable_emoji', isset( $sett['disable_emoji'] ) && 1 === (int) $sett['disable_emoji']); ?></div>
@@ -598,7 +589,7 @@ class WpPerformance_Admin {
598
  <div class="field-right"><?php Optimisationio_Dashboard::checkbox_component('disable_google_maps', isset( $sett['disable_google_maps'] ) && 1 === (int) $sett['disable_google_maps']); ?></div>
599
  </div>
600
  <div class="field sub-field disable-google-maps-group">
601
- <div class="field-left" style="vertical-align:top;"><?php printf( __( 'Exclude pages from %1$s Disable Google Maps %2$s filter', 'wpperformance' ), '<strong>', '</strong>' ); ?></div>
602
  <div class="field-right">
603
  <input type="text" name="exclude_from_disable_google_maps" value="<?php if ( isset( $sett['exclude_from_disable_google_maps'] ) ) { echo $sett['exclude_from_disable_google_maps']; } ?>" /><br/>
604
  <small style="display:inline-block; padding-top:5px;"><?php printf('%s Posts %s or %s Pages IDs %s separated by a', '<strong>', '</strong>', '<strong>', '</strong>' ); ?> <code>,</code></small>
@@ -609,11 +600,11 @@ class WpPerformance_Admin {
609
  <div class="field-right"><?php Optimisationio_Dashboard::checkbox_component('disable_referral_spam', isset( $sett['disable_referral_spam'] ) && 1 === (int) $sett['disable_referral_spam']); ?></div>
610
  </div>
611
  <div class="field">
612
- <div class="field-left"><?php printf( __( 'Minimize requests and load %1$sGoogle Fonts%2$s asynchronous', 'wpperformance' ), '<strong>', '</strong>' ); ?></div>
613
  <div class="field-right"><?php Optimisationio_Dashboard::checkbox_component('lazy_load_google_fonts', isset( $sett['lazy_load_google_fonts'] ) && 1 === (int) $sett['lazy_load_google_fonts']); ?></div>
614
  </div>
615
  <div class="field">
616
- <div class="field-left"><?php printf( __( 'Minimize requests and load %1$sFont Awesome%2$s asynchronous', 'wpperformance' ), '<strong>', '</strong>' ); ?></div>
617
  <div class="field-right"><?php Optimisationio_Dashboard::checkbox_component('lazy_load_font_awesome', isset( $sett['lazy_load_font_awesome'] ) && 1 === (int) $sett['lazy_load_font_awesome']); ?></div>
618
  </div>
619
  <div class="field">
@@ -626,7 +617,7 @@ class WpPerformance_Admin {
626
  </div>
627
  </div>
628
 
629
- <div data-tab-setting="tags" class="addon-settings-content">
630
  <div class="field">
631
  <div class="field-left"><?php esc_attr_e('Remove RSD (Really Simple Discovery) tag', 'optimisationio'); ?></div>
632
  <div class="field-right"><?php Optimisationio_Dashboard::checkbox_component('remove_rsd', isset( $sett['remove_rsd'] ) && 1 === (int) $sett['remove_rsd']); ?></div>
@@ -649,7 +640,7 @@ class WpPerformance_Admin {
649
  </div>
650
  </div>
651
 
652
- <div data-tab-setting="admin" class="addon-settings-content">
653
  <div class="field">
654
  <div class="field-left"><?php esc_html_e( 'Posts revisions number', 'optimisationio'); ?></div>
655
  <div class="field-right">
@@ -720,7 +711,7 @@ class WpPerformance_Admin {
720
  <?php
721
  foreach ( $public_post_types as $key => $value ) { ?>
722
  <div class="field sub-sub-field certain-posts-comments-group">
723
- <div class="field-left"><?php printf( __( 'Disable comments on post type "%1$s%2$s%3$s"', 'wpperformance' ), '<strong>', $value, '</strong>' ); ?></div>
724
 
725
  <div class="field-right"><?php Optimisationio_Dashboard::checkbox_component('disable_comments_on_post_types['.$value.']', isset($sett['disable_comments_on_post_types'][$value]) && 1 === (int) $sett['disable_comments_on_post_types'][$value] ); ?></div>
726
  </div> <?php
@@ -742,9 +733,9 @@ class WpPerformance_Admin {
742
  <div class="field-left"><?php esc_html_e( 'Heartbeat frequency', 'optimisationio'); ?></div>
743
  <div class="field-right">
744
  <?php
745
- $seconds = ' ' . __( 'seconds', 'wpperformance' );
746
  $heartbeat_frequencies = array(
747
- 'default' => __( 'WordPress default', 'wpperformance' ),
748
  '15' => 15 . $seconds,
749
  '20' => 20 . $seconds,
750
  '25' => 25 . $seconds,
@@ -780,10 +771,10 @@ class WpPerformance_Admin {
780
  <div class="field-right">
781
  <?php
782
  $heartbeat_location = array(
783
- 'default' => __( 'WordPress default', 'wpperformance' ),
784
- 'disable_everywhere' => __( 'Disable everywhere', 'wpperformance' ),
785
- 'disable_on_dashboard_page' => __( 'Disable on dashboard page', 'wpperformance' ),
786
- 'allow_only_on_post_edit_pages' => __( 'Allow only on post edit pages', 'wpperformance' ),
787
  );
788
  $selected_val = 'default';
789
  if ( isset( $sett['heartbeat_location'] ) ) {
@@ -802,7 +793,36 @@ class WpPerformance_Admin {
802
  </div>
803
  </div>
804
 
805
- <div data-tab-setting="others" class="addon-settings-content">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
806
  <div class="field comments-group">
807
  <div class="field-left"><?php esc_attr_e('Enable spam comments cleaner', 'optimisationio'); ?></div>
808
  <div class="field-right"><?php Optimisationio_Dashboard::checkbox_component('spam_comments_cleaner', isset( $sett['spam_comments_cleaner'] ) && 1 === (int) $sett['spam_comments_cleaner']); ?></div>
@@ -813,8 +833,8 @@ class WpPerformance_Admin {
813
  <?php
814
  $options = array(
815
  'hourly' => __( 'Once Hourly', 'optimisationio' ),
816
- 'daily' => __( 'Once Daily', 'optimisationio' ),
817
  'twicedaily' => __( 'Twice Daily', 'optimisationio' ),
 
818
  'weekly' => __( 'Once Weekly', 'optimisationio' ),
819
  'twicemonthly' => __( 'Twice Monthly', 'optimisationio' ),
820
  'monthly' => __( 'Once Monthly', 'optimisationio' ),
@@ -825,7 +845,7 @@ class WpPerformance_Admin {
825
  if ( isset( $sett['delete_spam_comments'] ) && isset( $options[ $sett['delete_spam_comments'] ] ) ) {
826
  $selected_val = $sett['delete_spam_comments'];
827
  } ?>
828
-
829
  <select name="delete_spam_comments"> <?php
830
  foreach ( $options as $key => $val ) {
831
  echo '<option value="' . esc_attr( $key ) . '" ' . ($selected_val === $key ? ' selected' : '') . '>' . $val . '</option>';
@@ -834,45 +854,15 @@ class WpPerformance_Admin {
834
  </div>
835
  </div>
836
  <div class="field sub-field delete-spam-comments-group comments-group">
837
- <div class="field-left"></div>
838
- <div class="field-right">
839
- <span style="display:inline-block; padding:0.4rem 1rem 0 0;"><?php
840
- $next_scheduled = wp_next_scheduled( 'delete_spam_comments' );
841
- if ( $next_scheduled ) {
842
- printf( __( 'Next spam delete: %s', 'wpperformance' ), '<strong><i>' . date( 'l, F j, Y @ h:i a',( $next_scheduled ) ) . '</i></strong>' );
843
- } ?>
844
- </span>
845
- <?php echo submit_button( __( 'Delete spam comments Now', 'wpperformance' ) , 'large submit', 'delete_spam_comments_now', false ); ?>
846
  </div>
847
- </div>
848
- <div class="field">
849
- <div class="field-left"><?php esc_attr_e('Disable pingbacks and trackbacks', 'optimisationio'); ?></div>
850
- <div class="field-right"><?php Optimisationio_Dashboard::checkbox_component('default_ping_status', isset( $sett['default_ping_status'] ) && 1 === (int) $sett['default_ping_status']); ?></div>
851
- </div>
852
- <div class="field">
853
- <div class="field-left"><?php esc_attr_e('Disable feeds', 'optimisationio'); ?></div>
854
- <div class="field-right"><?php Optimisationio_Dashboard::checkbox_component('disable_rss', isset( $sett['disable_rss'] ) && 1 === (int) $sett['disable_rss']); ?></div>
855
- </div>
856
- <div class="field sub-field feeds-group">
857
- <div class="field-left">
858
- <label>
859
- <input type="radio" name="disabled_feed_behaviour" value="redirect" <?php echo isset( $sett['disabled_feed_behaviour'] ) && '404_error' !== $sett['disabled_feed_behaviour'] ? 'checked="checked"' : ''; ?> /> <span><?php esc_html_e( 'Redirect feed requests to corresponding HTML content', 'wpperformance' ); ?></span>
860
- </label>
861
- <br/>
862
- <br/>
863
- <label>
864
- <input type="radio" name="disabled_feed_behaviour" value="404_error" <?php echo isset( $sett['disabled_feed_behaviour'] ) && '404_error' === $sett['disabled_feed_behaviour'] ? 'checked="checked"' : ''; ?> /> <span><?php esc_html_e( 'Issue a "Page Not Found (404)" error for feed requests', 'wpperformance' ); ?></span>
865
- </label>
866
  </div>
867
- <div class="field-right"></div>
868
- </div>
869
- <div class="field">
870
- <div class="field-left"><?php esc_attr_e('Disable XML-RPC', 'optimisationio'); ?></div>
871
- <div class="field-right"><?php Optimisationio_Dashboard::checkbox_component('disable_xmlrpc', isset( $sett['disable_xmlrpc'] ) && 1 === (int) $sett['disable_xmlrpc']); ?></div>
872
- </div>
873
- <div class="field">
874
- <div class="field-left"><?php esc_attr_e('Disable Gravatars', 'optimisationio'); ?></div>
875
- <div class="field-right"><?php Optimisationio_Dashboard::checkbox_component('disable_gravatars', isset( $sett['disable_gravatars'] ) && 1 === (int) $sett['disable_gravatars']); ?></div>
876
  </div>
877
  </div>
878
  </div>
10
  add_action( 'init', array( $this, 'wp_performance_optimize_cleanups' ) );
11
  add_action( 'wp_loaded', array( $this, 'wp_performance_disable_google_maps' ) );
12
  add_action( 'wp_enqueue_scripts', array( $this, 'wp_performance_dequeue_woocommerce_cart_fragments' ), 11 );
 
 
13
  add_action( 'wp_loaded', array( $this, 'wp_performance_save_dashboard_settings' ) );
 
14
  $this->heartbeat_handler();
15
  }
16
 
 
 
 
 
 
 
17
  public function disable_emojis_tinymce( $plugins ) {
18
  $ret = is_array( $plugins ) ? array_diff( $plugins, array( 'wpemoji' ) ) : array();
19
  return $ret;
486
  <input type="checkbox" name="caos_disable_display_features" <?php if ( isset( $settings['caos_disable_display_features'] ) && 'on' === $settings['caos_disable_display_features'] ) { echo 'checked = "checked"';} ?> /> Disable all <a href="https://developers.google.com/analytics/devguides/collection/analyticsjs/display-features" target="_blank">display features functionality</a>?
487
  </div>
488
  <div class="form-group">
489
+ <input type="checkbox" name="ds_anonymize_ip" <?php if ( isset( $settings['ds_anonymize_ip'] ) && 'on' === $settings['ds_anonymize_ip'] ) { echo 'checked = "checked"';} ?> /> Use <a href="https://support.google.com/analytics/answer/2763052?hl=en" target="_blank">Anonymize IP</a>? (Required by law for some countries)
490
  </div>
491
  <div class="form-group">
492
  <input type="checkbox" name="ds_track_admin" <?php if ( isset( $settings['ds_track_admin'] ) && 'on' === $settings['ds_track_admin'] ) { echo 'checked = "checked"';} ?> /> <?php esc_html_e( 'Track logged in Administrators?', 'wpperformance' ); ?>
571
 
572
  <div class="addon-settings-section">
573
 
574
+ <div data-tab-setting="requests" class="addon-settings-content auto-table-layout active">
575
  <div class="field">
576
  <div class="field-left"><?php esc_attr_e('Disable Emojis', 'optimisationio'); ?></div>
577
  <div class="field-right"><?php Optimisationio_Dashboard::checkbox_component('disable_emoji', isset( $sett['disable_emoji'] ) && 1 === (int) $sett['disable_emoji']); ?></div>
589
  <div class="field-right"><?php Optimisationio_Dashboard::checkbox_component('disable_google_maps', isset( $sett['disable_google_maps'] ) && 1 === (int) $sett['disable_google_maps']); ?></div>
590
  </div>
591
  <div class="field sub-field disable-google-maps-group">
592
+ <div class="field-left" style="vertical-align:top;"><?php printf( __( 'Exclude pages from %1$s Disable Google Maps %2$s filter', 'optimisationio' ), '<strong>', '</strong>' ); ?></div>
593
  <div class="field-right">
594
  <input type="text" name="exclude_from_disable_google_maps" value="<?php if ( isset( $sett['exclude_from_disable_google_maps'] ) ) { echo $sett['exclude_from_disable_google_maps']; } ?>" /><br/>
595
  <small style="display:inline-block; padding-top:5px;"><?php printf('%s Posts %s or %s Pages IDs %s separated by a', '<strong>', '</strong>', '<strong>', '</strong>' ); ?> <code>,</code></small>
600
  <div class="field-right"><?php Optimisationio_Dashboard::checkbox_component('disable_referral_spam', isset( $sett['disable_referral_spam'] ) && 1 === (int) $sett['disable_referral_spam']); ?></div>
601
  </div>
602
  <div class="field">
603
+ <div class="field-left"><?php printf( __( 'Minimize requests and load %1$sGoogle Fonts%2$s asynchronous', 'optimisationio' ), '<strong>', '</strong>' ); ?></div>
604
  <div class="field-right"><?php Optimisationio_Dashboard::checkbox_component('lazy_load_google_fonts', isset( $sett['lazy_load_google_fonts'] ) && 1 === (int) $sett['lazy_load_google_fonts']); ?></div>
605
  </div>
606
  <div class="field">
607
+ <div class="field-left"><?php printf( __( 'Minimize requests and load %1$sFont Awesome%2$s asynchronous', 'optimisationio' ), '<strong>', '</strong>' ); ?></div>
608
  <div class="field-right"><?php Optimisationio_Dashboard::checkbox_component('lazy_load_font_awesome', isset( $sett['lazy_load_font_awesome'] ) && 1 === (int) $sett['lazy_load_font_awesome']); ?></div>
609
  </div>
610
  <div class="field">
617
  </div>
618
  </div>
619
 
620
+ <div data-tab-setting="tags" class="addon-settings-content auto-table-layout">
621
  <div class="field">
622
  <div class="field-left"><?php esc_attr_e('Remove RSD (Really Simple Discovery) tag', 'optimisationio'); ?></div>
623
  <div class="field-right"><?php Optimisationio_Dashboard::checkbox_component('remove_rsd', isset( $sett['remove_rsd'] ) && 1 === (int) $sett['remove_rsd']); ?></div>
640
  </div>
641
  </div>
642
 
643
+ <div data-tab-setting="admin" class="addon-settings-content auto-table-layout">
644
  <div class="field">
645
  <div class="field-left"><?php esc_html_e( 'Posts revisions number', 'optimisationio'); ?></div>
646
  <div class="field-right">
711
  <?php
712
  foreach ( $public_post_types as $key => $value ) { ?>
713
  <div class="field sub-sub-field certain-posts-comments-group">
714
+ <div class="field-left"><?php printf( __( 'Disable comments on post type "%1$s%2$s%3$s"', 'optimisationio' ), '<strong>', $value, '</strong>' ); ?></div>
715
 
716
  <div class="field-right"><?php Optimisationio_Dashboard::checkbox_component('disable_comments_on_post_types['.$value.']', isset($sett['disable_comments_on_post_types'][$value]) && 1 === (int) $sett['disable_comments_on_post_types'][$value] ); ?></div>
717
  </div> <?php
733
  <div class="field-left"><?php esc_html_e( 'Heartbeat frequency', 'optimisationio'); ?></div>
734
  <div class="field-right">
735
  <?php
736
+ $seconds = ' ' . __( 'seconds', 'optimisationio' );
737
  $heartbeat_frequencies = array(
738
+ 'default' => __( 'WordPress default', 'optimisationio' ),
739
  '15' => 15 . $seconds,
740
  '20' => 20 . $seconds,
741
  '25' => 25 . $seconds,
771
  <div class="field-right">
772
  <?php
773
  $heartbeat_location = array(
774
+ 'default' => __( 'WordPress default', 'optimisationio' ),
775
+ 'disable_everywhere' => __( 'Disable everywhere', 'optimisationio' ),
776
+ 'disable_on_dashboard_page' => __( 'Disable on dashboard page', 'optimisationio' ),
777
+ 'allow_only_on_post_edit_pages' => __( 'Allow only on post edit pages', 'optimisationio' ),
778
  );
779
  $selected_val = 'default';
780
  if ( isset( $sett['heartbeat_location'] ) ) {
793
  </div>
794
  </div>
795
 
796
+ <div data-tab-setting="others" class="addon-settings-content auto-table-layout">
797
+ <div class="field">
798
+ <div class="field-left"><?php esc_attr_e('Disable pingbacks and trackbacks', 'optimisationio'); ?></div>
799
+ <div class="field-right"><?php Optimisationio_Dashboard::checkbox_component('default_ping_status', isset( $sett['default_ping_status'] ) && 1 === (int) $sett['default_ping_status']); ?></div>
800
+ </div>
801
+ <div class="field">
802
+ <div class="field-left"><?php esc_attr_e('Disable feeds', 'optimisationio'); ?></div>
803
+ <div class="field-right"><?php Optimisationio_Dashboard::checkbox_component('disable_rss', isset( $sett['disable_rss'] ) && 1 === (int) $sett['disable_rss']); ?></div>
804
+ </div>
805
+ <div class="field sub-field feeds-group">
806
+ <div class="field-left">
807
+ <label>
808
+ <input type="radio" name="disabled_feed_behaviour" value="redirect" <?php echo isset( $sett['disabled_feed_behaviour'] ) && '404_error' !== $sett['disabled_feed_behaviour'] ? 'checked="checked"' : ''; ?> /> <span><?php esc_html_e( 'Redirect feed requests to corresponding HTML content', 'optimisationio' ); ?></span>
809
+ </label>
810
+ <br/>
811
+ <br/>
812
+ <label>
813
+ <input type="radio" name="disabled_feed_behaviour" value="404_error" <?php echo isset( $sett['disabled_feed_behaviour'] ) && '404_error' === $sett['disabled_feed_behaviour'] ? 'checked="checked"' : ''; ?> /> <span><?php esc_html_e( 'Issue a "Page Not Found (404)" error for feed requests', 'optimisationio' ); ?></span>
814
+ </label>
815
+ </div>
816
+ <div class="field-right"></div>
817
+ </div>
818
+ <div class="field">
819
+ <div class="field-left"><?php esc_attr_e('Disable XML-RPC', 'optimisationio'); ?></div>
820
+ <div class="field-right"><?php Optimisationio_Dashboard::checkbox_component('disable_xmlrpc', isset( $sett['disable_xmlrpc'] ) && 1 === (int) $sett['disable_xmlrpc']); ?></div>
821
+ </div>
822
+ <div class="field">
823
+ <div class="field-left"><?php esc_attr_e('Disable Gravatars', 'optimisationio'); ?></div>
824
+ <div class="field-right"><?php Optimisationio_Dashboard::checkbox_component('disable_gravatars', isset( $sett['disable_gravatars'] ) && 1 === (int) $sett['disable_gravatars']); ?></div>
825
+ </div>
826
  <div class="field comments-group">
827
  <div class="field-left"><?php esc_attr_e('Enable spam comments cleaner', 'optimisationio'); ?></div>
828
  <div class="field-right"><?php Optimisationio_Dashboard::checkbox_component('spam_comments_cleaner', isset( $sett['spam_comments_cleaner'] ) && 1 === (int) $sett['spam_comments_cleaner']); ?></div>
833
  <?php
834
  $options = array(
835
  'hourly' => __( 'Once Hourly', 'optimisationio' ),
 
836
  'twicedaily' => __( 'Twice Daily', 'optimisationio' ),
837
+ 'daily' => __( 'Once Daily', 'optimisationio' ),
838
  'weekly' => __( 'Once Weekly', 'optimisationio' ),
839
  'twicemonthly' => __( 'Twice Monthly', 'optimisationio' ),
840
  'monthly' => __( 'Once Monthly', 'optimisationio' ),
845
  if ( isset( $sett['delete_spam_comments'] ) && isset( $options[ $sett['delete_spam_comments'] ] ) ) {
846
  $selected_val = $sett['delete_spam_comments'];
847
  } ?>
848
+
849
  <select name="delete_spam_comments"> <?php
850
  foreach ( $options as $key => $val ) {
851
  echo '<option value="' . esc_attr( $key ) . '" ' . ($selected_val === $key ? ' selected' : '') . '>' . $val . '</option>';
854
  </div>
855
  </div>
856
  <div class="field sub-field delete-spam-comments-group comments-group">
857
+ <div class="field-left"> <?php
858
+ $next_scheduled = wp_next_scheduled( 'delete_spam_comments' );
859
+ if ( $next_scheduled ) {
860
+ printf( __( 'Next spam delete: %s', 'optimisationio' ), '<br/><strong><i>' . date( 'l, F j, Y @ h:i a',( $next_scheduled ) ) . '</i></strong>' );
861
+ } ?>
 
 
 
 
862
  </div>
863
+ <div class="field-right">
864
+ <?php echo submit_button( __( 'Delete spam comments now', 'optimisationio' ) , 'large submit', 'delete_spam_comments_now', false ); ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
865
  </div>
 
 
 
 
 
 
 
 
 
866
  </div>
867
  </div>
868
  </div>
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: pigeonhut, Jody Nesbitt, optimisation.io
3
  Tags: Disable Emoji, Disable Embeds, Disable Gravatars, Remove Querystrings, Reduce HTTP Requests, speedup WooCommerce, Close comments
4
  Requires at least: 4.5
5
  Tested up to: 4.8
6
- Stable tag: 1.5.0
7
  License: GPLv2 or later
8
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -77,15 +77,20 @@ You can try our <a href="https://wordpress.org/plugins/wp-image-compression/">Fr
77
 
78
 
79
  == Changelog ==
 
 
 
 
 
 
 
 
 
80
  = 1.5.0 =
81
  * Finished redesign of plugin
82
  * All stats now in one central dashboard
83
- * Google Local settings bug fix
84
- * Fix HTTP referrer error when not supplied - courtesy @3dingbat on github
85
- * Combined & Minified loadcss.js/css-lazy-load.js - courtesy @asalce on github
86
- * Removed old settings page
87
  * Removed sidebar navigation completely
88
- * Removed Freemius
89
  * Added check for WooCommerce, so Woo related stuff only shows if Woo is installed
90
  * Much tighter integration between the 3 optimisation plugins
91
  * Removed old/excess files
3
  Tags: Disable Emoji, Disable Embeds, Disable Gravatars, Remove Querystrings, Reduce HTTP Requests, speedup WooCommerce, Close comments
4
  Requires at least: 4.5
5
  Tested up to: 4.8
6
+ Stable tag: 1.5.1
7
  License: GPLv2 or later
8
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
9
 
77
 
78
 
79
  == Changelog ==
80
+ = 1.5.1 =
81
+ * More visual cleanups
82
+ * Removed all webfonts
83
+ * Minor bug fix on reporting on dashboard
84
+ * Plugin is now under 240kb
85
+ * All 3 plugins should now be seamless
86
+ * General cleanup of WP Repo removing old versions inline with WP guidelines
87
+ * Please note, if you use more than one of our Optimisation plugins, they all need to be updated to the latest versions to ensure a seamless working experience
88
+
89
  = 1.5.0 =
90
  * Finished redesign of plugin
91
  * All stats now in one central dashboard
 
 
 
 
92
  * Removed sidebar navigation completely
93
+ * Remobed Freemius
94
  * Added check for WooCommerce, so Woo related stuff only shows if Woo is installed
95
  * Much tighter integration between the 3 optimisation plugins
96
  * Removed old/excess files
views/admin-settings.php DELETED
@@ -1,546 +0,0 @@
1
- <?php
2
- $active_tab = isset( $_GET['tab'] ) ? esc_attr( $_GET['tab'] ) : 'requests'; // Input var okay.
3
- $active_tab = ! $active_tab || '' === $active_tab ? 'requests' : $active_tab;
4
- $public_post_types = get_post_types( array( 'public' => true ) );
5
- ?>
6
- <div class="wrap wp-disable">
7
-
8
- <h2><?php echo sprintf( "WP Disable", '<strong>', '</strong>' ); ?></h2>
9
-
10
- <br/>
11
-
12
- <div class="container" style="padding:0;">
13
- <form method="post" id="wp-disable-form" action="<?php echo admin_url( 'tools.php?page=updatewpperformance-settings' ); ?>" style="display:inline-block;width:100%;">
14
-
15
- <div class="tab-wrap">
16
-
17
- <ul class="tabs">
18
- <li class="tab-link <?php echo 'requests' === $active_tab ? ' current' : '' ?>" data-tab="requests"><?php esc_html_e( 'Requests', 'wpperformance' ); ?></li>
19
-
20
- <?php if( WpPerformance::is_woocommerce_enabled() ) { ?>
21
- <li class="tab-link <?php echo 'woocommerce' === $active_tab ? ' current' : '' ?>" data-tab="woocommerce"><?php esc_html_e( 'WooCommerce', 'wpperformance' ); ?></li>
22
- <?php } ?>
23
-
24
- <li class="tab-link <?php echo 'tags' === $active_tab ? ' current' : '' ?>" data-tab="tags"><?php esc_html_e( 'Tags', 'wpperformance' ); ?></li>
25
- <li class="tab-link <?php echo 'admin' === $active_tab ? ' current' : '' ?>" data-tab="admin"><?php esc_html_e( 'Admin', 'wpperformance' ); ?></li>
26
- <li class="tab-link <?php echo 'others' === $active_tab ? ' current' : '' ?>" data-tab="others"><?php esc_html_e( 'Others', 'wpperformance' ); ?></li>
27
- </ul>
28
-
29
- <div id="requests" class="tab-content <?php echo 'requests' === $active_tab ? ' current' : '' ?>">
30
- <div class="form">
31
- <div class="disable-form disable_settings">
32
-
33
- <div class="form-group">
34
- <span><?php esc_html_e( 'Disable Emojis', 'wpperformance' ); ?></span>
35
- <label class="switch">
36
- <input name="disable_emoji" type="checkbox" id="disable_emoji" <?php if ( isset( $settings['disable_emoji'] ) && 1 === $settings['disable_emoji'] ) { echo 'checked="checked"'; } ?> value="1"/>
37
- <div class="slider round"></div>
38
- </label>
39
- </div>
40
- <div class="form-group">
41
- <span><?php esc_html_e( 'Remove Querystrings', 'wpperformance' ); ?></span>
42
- <label class="switch">
43
- <input name="remove_querystrings" <?php if ( isset( $settings['remove_querystrings'] ) && 1 === $settings['remove_querystrings'] ) { echo 'checked="checked"'; } ?> type="checkbox" id="remove_querystrings" value="1"/>
44
- <div class="slider round"></div>
45
- </label>
46
- </div>
47
- <div class="form-group">
48
- <span><?php esc_html_e( 'Disable Embeds', 'wpperformance' ); ?></span>
49
- <label class="switch">
50
- <td style="width:300px; text-align:left;"><input name="disable_embeds" type="checkbox" id="disable_embeds" <?php if ( isset( $settings['disable_embeds'] ) && 1 === $settings['disable_embeds'] ) { echo 'checked="checked"'; } ?> value="1"/>
51
- <div class="slider round"></div>
52
- </label>
53
- </div>
54
-
55
- <div class="form-group">
56
- <span><?php esc_html_e( 'Disable Google Maps', 'wpperformance' ); ?></span>
57
- <label class="switch">
58
- <input name="disable_google_maps" <?php if ( isset( $settings['disable_google_maps'] ) && 1 === $settings['disable_google_maps'] ) { echo 'checked="checked"'; } ?> type="checkbox" id="disable_google_maps" value="1"/>
59
- <div class="slider round"></div>
60
- </label>
61
- </div>
62
-
63
- <div class="form-group disable-google-maps-group">
64
- <span><?php esc_html_e( 'Exclude pages from "Disable Google Maps"', 'wpperformance' ); ?></span>
65
- <br/>
66
- <input type="text" name="exclude_from_disable_google_maps" value="<?php if ( isset( $settings['exclude_from_disable_google_maps'] ) ) { echo $settings['exclude_from_disable_google_maps']; } ?>" style="width:100%; padding:10px 10px 12px" />
67
- <br/>
68
- <p><span><small><?php esc_html_e('Post or Pages IDs separated by a', 'wpperformance' ); ?> <code>,</code></small></span></p>
69
- </div>
70
-
71
- <div class="form-group">
72
- <span><?php esc_html_e( 'Disable Referral Spam', 'wpperformance' ); ?></span>
73
- <label class="switch">
74
- <input name="disable_referral_spam" type="checkbox" id="disable_referral_spam" <?php if ( isset( $settings['disable_referral_spam'] ) && 1 === $settings['disable_referral_spam'] ) { echo 'checked="checked"'; } ?> value="1"/>
75
- <div class="slider round"></div>
76
- </label>
77
- </div>
78
-
79
- <div class="form-group">
80
- <span><?php printf( __( 'Minimize requests and load %1$sGoogle Fonts%2$s asynchronous', 'wpperformance' ), '<strong>', '</strong>' ); ?></span>
81
- <label class="switch">
82
- <input name="lazy_load_google_fonts" <?php if ( isset( $settings['lazy_load_google_fonts'] ) && 1 === $settings['lazy_load_google_fonts'] ) { echo 'checked="checked"'; } ?> type="checkbox" id="lazy_load_google_fonts" value="1"/>
83
- <div class="slider round"></div>
84
- </label>
85
- </div>
86
-
87
- <div class="form-group">
88
- <span><?php printf( __( 'Minimize requests and load %1$sFont Awesome%2$s asynchronous', 'wpperformance' ), '<strong>', '</strong>' ); ?></span>
89
- <label class="switch">
90
- <input name="lazy_load_font_awesome" <?php if ( isset( $settings['lazy_load_font_awesome'] ) && 1 === $settings['lazy_load_font_awesome'] ) { echo 'checked="checked"'; } ?> type="checkbox" id="lazy_load_font_awesome" value="1"/>
91
- <div class="slider round"></div>
92
- </label>
93
- </div>
94
-
95
-
96
- <div class="form-group">
97
- <span><?php esc_html_e( 'Disable WordPress password strength meter js on non related pages', 'wpperformance' ); ?></span>
98
- <label class="switch">
99
- <input name="disable_wordpress_password_meter" <?php if ( isset( $settings['disable_wordpress_password_meter'] ) && 1 === $settings['disable_wordpress_password_meter'] ) { echo 'checked="checked"'; } ?> type="checkbox" id="disable_wordpress_password_meter" value="1"/>
100
- <div class="slider round"></div>
101
- </label>
102
- </div>
103
-
104
-
105
- <div class="form-group">
106
- <span><?php esc_html_e( 'Disable Dashicons when user disables admin toolbar when viewing site', 'wpperformance' ); ?></span>
107
- <label class="switch">
108
- <input name="disable_front_dashicons_when_disabled_toolbar" <?php if ( isset( $settings['disable_front_dashicons_when_disabled_toolbar'] ) && 1 === $settings['disable_front_dashicons_when_disabled_toolbar'] ) { echo 'checked="checked"'; } ?> type="checkbox" id="disable_front_dashicons_when_disabled_toolbar" value="1"/>
109
- <div class="slider round"></div>
110
- </label>
111
- </div>
112
-
113
- </div>
114
- </div>
115
- </div>
116
-
117
- <?php if( WpPerformance::is_woocommerce_enabled() ) { ?>
118
-
119
- <div id="woocommerce" class="tab-content <?php echo 'woocommerce' === $active_tab ? ' current' : '' ?>">
120
- <div class="form">
121
- <div class="disable-form disable_settings">
122
- <div class="form-group">
123
- <span><?php esc_html_e( 'Disable WooCommerce scripts and CSS on non WooCommerce pages', 'wpperformance' ); ?></span>
124
- <label class="switch">
125
- <input name="disable_woocommerce_non_pages" <?php if ( isset( $settings['disable_woocommerce_non_pages'] ) && 1 === $settings['disable_woocommerce_non_pages'] ) { echo 'checked="checked"'; } ?> type="checkbox" id="disable_woocommerce_non_pages" value="1"/>
126
- <div class="slider round"></div>
127
- </label>
128
- </div>
129
- <div class="form-group">
130
- <span><?php esc_html_e( 'Disable WooCommerce Reviews', 'wpperformance' ); ?></span>
131
- <label class="switch">
132
- <input name="disable_woocommerce_reviews" <?php if ( isset( $settings['disable_woocommerce_reviews'] ) && 1 === $settings['disable_woocommerce_reviews'] ) { echo 'checked="checked"'; } ?> type="checkbox" id="disable_woocommerce_reviews" value="1"/>
133
- <div class="slider round"></div>
134
- </label>
135
- </div>
136
- <div class="form-group">
137
- <span><?php esc_html_e( 'Defer WooCommerce Cart Fragments', 'wpperformance' ); ?></span>
138
- <label class="switch">
139
- <input name="disable_woocommerce_cart_fragments" <?php if ( isset( $settings['disable_woocommerce_cart_fragments'] ) && 1 === $settings['disable_woocommerce_cart_fragments'] ) { echo 'checked="checked"'; } ?> type="checkbox" id="disable_woocommerce_cart_fragments" value="1"/>
140
- <div class="slider round"></div>
141
- </label>
142
- </div>
143
- <div class="form-group">
144
- <span><?php esc_html_e( 'Disable WooCommerce password strength meter js on non related pages', 'wpperformance' ); ?></span>
145
- <label class="switch">
146
- <input name="disable_woocommerce_password_meter" <?php if ( isset( $settings['disable_woocommerce_password_meter'] ) && 1 === $settings['disable_woocommerce_password_meter'] ) { echo 'checked="checked"'; } ?> type="checkbox" id="disable_woocommerce_password_meter" value="1"/>
147
- <div class="slider round"></div>
148
- </label>
149
- </div>
150
- </div>
151
- </div>
152
- </div>
153
-
154
- <?php } ?>
155
-
156
- <div id="tags" class="tab-content <?php echo 'tags' === $active_tab ? ' current' : '' ?>">
157
- <div class="form">
158
- <div class="disable-form disable_settings">
159
- <div class="form-group">
160
- <span><?php esc_html_e( 'Remove RSD (Really Simple Discovery) tag', 'wpperformance' ); ?></span>
161
- <label class="switch">
162
- <input name="remove_rsd" <?php if ( isset( $settings['remove_rsd'] ) && 1 === $settings['remove_rsd'] ) { echo 'checked="checked"'; } ?> type="checkbox" id="remove_rsd" value="1"/>
163
- <div class="slider round"></div>
164
- </label>
165
- </div>
166
- <div class="form-group">
167
- <span><?php esc_html_e( 'Remove Shortlink Tag', 'wpperformance' ); ?></span>
168
- <label class="switch">
169
- <input name="remove_shortlink_tag" <?php if ( isset( $settings['remove_shortlink_tag'] ) && 1 === $settings['remove_shortlink_tag'] ) { echo 'checked="checked"'; } ?> type="checkbox" id="remove_shortlink_tag" value="1"/>
170
- <div class="slider round"></div>
171
- </label>
172
- </div>
173
- <div class="form-group">
174
- <span><?php esc_html_e( 'Remove Wordpress API from header', 'wpperformance' ); ?></span>
175
- <label class="switch">
176
- <input name="remove_wordpress_api_from_header" <?php if ( isset( $settings['remove_wordpress_api_from_header'] ) && 1 === $settings['remove_wordpress_api_from_header'] ) { echo 'checked="checked"'; } ?> type="checkbox" id="remove_wordpress_api_from_header" value="1"/>
177
- <div class="slider round"></div>
178
- </label>
179
- </div>
180
- <div class="form-group">
181
- <span><?php esc_html_e( 'Remove Windows Live Writer tag', 'wpperformance' ); ?></span>
182
- <label class="switch">
183
- <input name="remove_windows_live_writer" <?php if ( isset( $settings['remove_windows_live_writer'] ) && 1 === $settings['remove_windows_live_writer'] ) { echo 'checked="checked"'; } ?> type="checkbox" id="remove_windows_live_writer" value="1"/>
184
- <div class="slider round"></div>
185
- </label>
186
- </div>
187
- <div class="form-group">
188
- <span><?php esc_html_e( 'Remove Wordpress Generator Tag', 'wpperformance' ); ?></span>
189
- <label class="switch">
190
- <input name="remove_wordpress_generator_tag" <?php if ( isset( $settings['remove_wordpress_generator_tag'] ) && 1 === $settings['remove_wordpress_generator_tag'] ) { echo 'checked="checked"'; } ?> type="checkbox" id="remove_wordpress_generator_tag" value="1"/>
191
- <div class="slider round"></div>
192
- </label>
193
- </div>
194
- </div>
195
- </div>
196
- </div>
197
-
198
- <div id="admin" class="tab-content <?php echo 'admin' === $active_tab ? ' current' : '' ?>">
199
- <div class="form">
200
- <div class="disable-form disable_settings">
201
- <div class="form-group">
202
- <span><?php esc_html_e( 'Posts revisions number', 'wpperformance' ); ?></span>
203
- <label class="switch" style="width:auto;">
204
- <?php
205
- $revisions_num = array(
206
- 'default' => __( 'WordPress default', 'wpperformance' ),
207
- '0' => 0,
208
- '3' => 3,
209
- '5' => 5,
210
- '10' => 10,
211
- );
212
- $selected_val = 'default';
213
- if ( isset( $settings['disable_revisions'] ) ) {
214
-
215
- if ( 0 === $settings['disable_revisions'] ) {
216
- $selected_val = 'default'; // @note: Cover older plugin's version possible value.
217
- } elseif ( 1 === $settings['disable_revisions'] ) {
218
- $selected_val = 0; // @note: Cover older plugin's version possible value.
219
- } else {
220
- $selected_val = isset( $revisions_num[ $settings['disable_revisions'] ] ) ? $settings['disable_revisions'] : 'default';
221
- }
222
- }
223
- ?>
224
- <select name="disable_revisions" style="height:100%;border-color:#dedede;border-radius:2px;">
225
- <?php
226
- foreach ( $revisions_num as $key => $val ) {
227
- if ( 'default' === $selected_val ) {
228
- $is_selected = $selected_val === $key;
229
- } else {
230
- $is_selected = (int) $selected_val === (int) $key;
231
- }
232
- echo '<option value="' . esc_attr( $key ) . '" ' . ( $is_selected ? ' selected' : '' ) . '>' . $val . '</option>';
233
- }
234
- ?>
235
- </select>
236
- </label>
237
- </div>
238
- <div class="form-group">
239
- <span><?php esc_html_e( 'Disable Autosave', 'wpperformance' ); ?></span>
240
- <label class="switch">
241
- <input name="disable_autosave" <?php if ( isset( $settings['disable_autosave'] ) && 1 === $settings['disable_autosave'] ) { echo 'checked="checked"'; } ?> type="checkbox" id="disable_autosave" value="1"/>
242
- <div class="slider round"></div>
243
- </label>
244
- </div>
245
- <div class="form-group">
246
- <span><?php esc_html_e( 'Disable admin notices', 'wpperformance' ); ?></span>
247
- <label class="switch">
248
- <input name="disable_admin_notices" <?php if ( isset( $settings['disable_admin_notices'] ) && 1 === $settings['disable_admin_notices'] ) { echo 'checked="checked"'; } ?> type="checkbox" id="disable_autosave" value="1"/>
249
- <div class="slider round"></div>
250
- </label>
251
- </div>
252
- <div class="form-group">
253
- <span><?php esc_html_e( 'Disable author pages', 'wpperformance' ); ?></span>
254
- <label class="switch">
255
- <input name="disable_author_pages" <?php if ( isset( $settings['disable_author_pages'] ) && 1 === $settings['disable_author_pages'] ) { echo 'checked="checked"'; } ?> type="checkbox" id="disable_author_pages" value="1"/>
256
- <div class="slider round"></div>
257
- </label>
258
- </div>
259
- <div class="form-group">
260
- <span><?php esc_html_e( 'Disable all comments', 'wpperformance' ); ?></span>
261
- <label class="switch">
262
- <input name="disable_all_comments" <?php if ( isset( $settings['disable_all_comments'] ) && 1 === $settings['disable_all_comments'] ) { echo 'checked="checked"'; } ?> type="checkbox" id="disable_all_comments" value="1"/>
263
- <div class="slider round"></div>
264
- </label>
265
- </div>
266
- <div class="form-group comments-group">
267
- <span><?php esc_html_e( 'Disable comments on certain post types', 'wpperformance' ); ?></span>
268
- <label class="switch">
269
- <input name="disable_comments_on_certain_post_types" <?php if ( isset( $settings['disable_comments_on_certain_post_types'] ) && 1 === $settings['disable_comments_on_certain_post_types'] ) { echo 'checked="checked"'; } ?> type="checkbox" id="disable_comments_on_certain_post_types" value="1"/>
270
- <div class="slider round"></div>
271
- </label>
272
- </div>
273
- <?php
274
- foreach ( $public_post_types as $key => $value ) { ?>
275
- <div class="form-group comments-group certain-posts-comments-group">
276
- <span><?php printf( __( 'Disable comments on post type "%1$s%2$s%3$s"', 'wpperformance' ), '<strong>', $value, '</strong>' ); ?></span>
277
- <label class="switch">
278
- <input name="disable_comments_on_post_types[<?php echo $value; ?>]" type="checkbox" value="1" <?php echo isset( $settings['disable_comments_on_post_types'][ $value ] ) && 1 === (int) $settings['disable_comments_on_post_types'][ $value ] ? 'checked="checked"': ''; ?> />
279
- <div class="slider round"></div>
280
- </label>
281
- </div> <?php
282
- } ?>
283
- <div class="form-group comments-group">
284
- <span><?php esc_html_e( 'Close comments after 28 days', 'wpperformance' ); ?></span>
285
- <label class="switch">
286
- <input name="close_comments" <?php if ( isset( $settings['close_comments'] ) && 1 === $settings['close_comments'] && get_option( 'close_comments_for_old_posts' ) && 28 === (int) get_option( 'close_comments_days_old' ) ) { echo 'checked="checked"'; } ?> type="checkbox" id="close_comments" value="1"/>
287
- <div class="slider round"></div>
288
- </label>
289
- </div>
290
- <div class="form-group comments-group">
291
- <span><?php esc_html_e( 'Paginate comments at 20', 'wpperformance' ); ?></span>
292
- <label class="switch">
293
- <input name="paginate_comments" <?php if ( isset( $settings['paginate_comments'] ) && 1 === $settings['paginate_comments'] && get_option( 'page_comments' ) && 20 === (int) get_option( 'comments_per_page' ) ) { echo 'checked="checked"'; } ?> type="checkbox" id="paginate_comments" value="1"/>
294
- <div class="slider round"></div>
295
- </label>
296
- </div>
297
- <div class="form-group comments-group">
298
- <span><?php esc_html_e( 'Remove links from comments', 'wpperformance' ); ?></span>
299
- <label class="switch">
300
- <input name="remove_comments_links" <?php if ( isset( $settings['remove_comments_links'] ) && 1 === $settings['remove_comments_links'] ) { echo 'checked="checked"'; } ?> type="checkbox" id="remove_comments_links" value="1"/>
301
- <div class="slider round"></div>
302
- </label>
303
- </div>
304
- <div class="form-group">
305
- <span><?php esc_html_e( 'Heartbeat frequency', 'wpperformance' ); ?></span>
306
- <label class="switch" style="width:auto">
307
- <?php
308
- $seconds = ' ' . __( 'seconds', 'wpperformance' );
309
- $heartbeat_frequencies = array(
310
- 'default' => __( 'WordPress default', 'wpperformance' ),
311
- '15' => 15 . $seconds,
312
- '20' => 20 . $seconds,
313
- '25' => 25 . $seconds,
314
- '30' => 30 . $seconds,
315
- '35' => 35 . $seconds,
316
- '40' => 40 . $seconds,
317
- '45' => 45 . $seconds,
318
- '50' => 50 . $seconds,
319
- '55' => 55 . $seconds,
320
- '60' => 60 . $seconds,
321
- );
322
- $selected_val = 'default';
323
- if ( isset( $settings['heartbeat_frequency'] ) ) {
324
- $selected_val = isset( $heartbeat_frequencies[ $settings['heartbeat_frequency'] ] ) ? $settings['heartbeat_frequency'] : 'default';
325
- }
326
- ?>
327
- <select name="heartbeat_frequency" style="height:100%;border-color:#dedede;border-radius:2px;">
328
- <?php
329
- foreach ( $heartbeat_frequencies as $key => $val ) {
330
- if ( 'default' === $selected_val ) {
331
- $is_selected = $selected_val === $key;
332
- } else {
333
- $is_selected = (int) $selected_val === (int) $key;
334
- }
335
- echo '<option value="' . esc_attr( $key ) . '" ' . ( $is_selected ? ' selected' : '' ) . '>' . $val . '</option>';
336
- }
337
- ?>
338
- </select>
339
- </label>
340
- </div>
341
- <div class="form-group">
342
- <span><?php esc_html_e( 'Heartbeat locations', 'wpperformance' ); ?></span>
343
- <label class="switch" style="width:auto">
344
- <?php
345
- $heartbeat_location = array(
346
- 'default' => __( 'WordPress default', 'wpperformance' ),
347
- 'disable_everywhere' => __( 'Disable everywhere', 'wpperformance' ),
348
- 'disable_on_dashboard_page' => __( 'Disable on dashboard page', 'wpperformance' ),
349
- 'allow_only_on_post_edit_pages' => __( 'Allow only on post edit pages', 'wpperformance' ),
350
- );
351
- $selected_val = 'default';
352
- if ( isset( $settings['heartbeat_location'] ) ) {
353
- $selected_val = isset( $heartbeat_location[ $settings['heartbeat_location'] ] ) ? $settings['heartbeat_location'] : 'default';
354
- }
355
- ?>
356
- <select name="heartbeat_location" style="height:100%;border-color:#dedede;border-radius:2px;">
357
- <?php
358
- foreach ( $heartbeat_location as $key => $val ) {
359
- $is_selected = $selected_val === $key;
360
- echo '<option value="' . esc_attr( $key ) . '" ' . ( $is_selected ? ' selected' : '' ) . '>' . $val . '</option>';
361
- }
362
- ?>
363
- </select>
364
- </label>
365
- </div>
366
- </div>
367
- </div>
368
- </div>
369
-
370
- <div id="others" class="tab-content <?php echo 'others' === $active_tab ? ' current' : '' ?>">
371
- <div class="form">
372
- <div class="disable-form disable_settings">
373
- <div class="form-group">
374
- <span><?php esc_html_e( 'Disable Gravatars', 'wpperformance' ); ?></span>
375
- <label class="switch">
376
- <input name="disable_gravatars" <?php if ( ( isset( $settings['disable_gravatars'] ) && 1 === $settings['disable_gravatars'] ) || 0 === (int) get_option( 'show_avatars' ) ) { echo 'checked="checked"'; } ?> type="checkbox" id="disable_gravatars" value="1"/>
377
- <div class="slider round"></div>
378
- </label>
379
- </div>
380
- <div class="form-group">
381
- <span><?php esc_html_e( 'Disable pingbacks and trackbacks', 'wpperformance' ); ?></span>
382
- <label class="switch">
383
- <input name="default_ping_status" <?php if ( isset( $settings['default_ping_status'] ) && 1 === $settings['default_ping_status'] && 'close' === get_option( 'default_ping_status' ) ) { echo 'checked="checked"'; } ?> type="checkbox" id="default_ping_status" value="1"/>
384
- <div class="slider round"></div>
385
- </label>
386
- </div>
387
- <div class="form-group">
388
- <span><?php esc_html_e( 'Disable feeds', 'wpperformance' ); ?></span>
389
- <label class="switch">
390
- <input name="disable_rss" <?php if ( isset( $settings['disable_rss'] ) && 1 === $settings['disable_rss'] ) { echo 'checked="checked"'; } ?> type="checkbox" id="disable_rss" value="1"/>
391
- <div class="slider round"></div>
392
- </label>
393
- </div>
394
- <div class="form-group feeds-group">
395
- <label>
396
- <input type="radio" name="disabled_feed_behaviour" value="redirect" <?php echo isset( $settings['disabled_feed_behaviour'] ) && '404_error' !== $settings['disabled_feed_behaviour'] ? 'checked="checked"' : ''; ?> /> <span><?php esc_html_e( 'Redirect feed requests to corresponding HTML content', 'wpperformance' ); ?></span>
397
- </label>
398
- <br/>
399
- <label>
400
- <input type="radio" name="disabled_feed_behaviour" value="404_error" <?php echo isset( $settings['disabled_feed_behaviour'] ) && '404_error' === $settings['disabled_feed_behaviour'] ? 'checked="checked"' : ''; ?> /> <span><?php esc_html_e( 'Issue a Page Not Found (404) error for feed requests', 'wpperformance' ); ?></span>
401
- </label>
402
- </div>
403
- <div class="form-group feeds-group">
404
- <span><?php printf( __( 'Do not disable the %1$sglobal post feed%2$s and %3$sglobal comment feed%4$s', 'wpperformance' ), '<strong>', '</strong>', '<strong>', '</strong>' ); ?></span>
405
- <label class="switch">
406
- <input name="not_disable_global_feeds" <?php if ( isset( $settings['not_disable_global_feeds'] ) && 1 === $settings['not_disable_global_feeds'] ) { echo 'checked="checked"'; } ?> type="checkbox" id="not_disable_global_feeds" value="1"/>
407
- <div class="slider round"></div>
408
- </label>
409
- </div>
410
- <div class="form-group">
411
- <span><?php esc_html_e( 'Disable XML-RPC', 'wpperformance' ); ?></span>
412
- <label class="switch">
413
- <input name="disable_xmlrpc" <?php if ( isset( $settings['disable_xmlrpc'] ) && 1 === $settings['disable_xmlrpc'] ) { echo 'checked="checked"'; } ?> type="checkbox" id="disable_xmlrpc" value="1"/>
414
- <div class="slider round"></div>
415
- </label>
416
- </div>
417
-
418
- <div class="form-group comments-group">
419
- <span><?php esc_html_e( 'Enable spam comments cleaner', 'wpperformance' ); ?></span>
420
- <label class="switch">
421
- <input name="spam_comments_cleaner" <?php if ( isset( $settings['spam_comments_cleaner'] ) && 1 === $settings['spam_comments_cleaner'] ) { echo 'checked="checked"'; } ?> type="checkbox" id="spam_comments_cleaner" value="1"/>
422
- <div class="slider round"></div>
423
- </label>
424
- </div>
425
-
426
- <div class="form-group delete-spam-comments-group comments-group">
427
- <span><?php esc_html_e( 'Delete spam comments', 'wpperformance' ); ?></span>
428
- <label class="switch" style="width:auto;">
429
- <?php
430
-
431
- $options = array(
432
- 'hourly' => __( 'Once Hourly', 'wpperformance' ),
433
- 'daily' => __( 'Once Daily', 'wpperformance' ),
434
- 'twicedaily' => __( 'Twice Daily', 'wpperformance' ),
435
- 'weekly' => __( 'Once Weekly', 'wpperformance' ),
436
- 'twicemonthly' => __( 'Twice Monthly', 'wpperformance' ),
437
- 'monthly' => __( 'Once Monthly', 'wpperformance' ),
438
- );
439
- $selected_val = 'daily';
440
- if ( isset( $settings['delete_spam_comments'] ) && isset( $options[ $settings['delete_spam_comments'] ] ) ) {
441
- $selected_val = $settings['delete_spam_comments'];
442
- }
443
- ?>
444
- <select name="delete_spam_comments" style="height:100%;border-color:#dedede;border-radius:2px;">
445
- <?php
446
- foreach ( $options as $key => $val ) {
447
- echo '<option value="' . esc_attr( $key ) . '" ' . ($selected_val === $key ? ' selected' : '') . '>' . $val . '</option>';
448
- }
449
- ?>
450
- </select>
451
- </label>
452
- </div>
453
-
454
- <div class="form-group delete-spam-comments-group comments-group">
455
- <span>
456
- <?php
457
- $next_scheduled = wp_next_scheduled( 'delete_spam_comments' );
458
- if ( $next_scheduled ) {
459
- echo '<small>';
460
- printf( __( 'Next spam delete: %s', 'wpperformance' ), '<strong>' . date( 'l, F j, Y @ h:i a',( $next_scheduled ) ) . '</strong>' );
461
- echo '</small>';
462
- }
463
- ?>
464
- </span>
465
- <span style="float:right;">
466
- <?php echo submit_button( __( 'Delete spam comments Now', 'wpperformance' ) , 'large submit', 'delete_spam_comments_now', false ); ?>
467
- </span>
468
-
469
- </div>
470
-
471
- </div>
472
- </div>
473
- </div>
474
-
475
- <div><?php echo submit_button( __( 'Update', 'wpperformance' ) , 'btn-submit', 'submit', false ); ?></div>
476
-
477
- </div>
478
-
479
- <input type="hidden" id="active_tab" name="active_tab" value="<?php echo $active_tab; ?>" />
480
-
481
- <?php wp_nonce_field( 'wpperformance-admin-nonce', 'wpperformance_admin_settings_nonce' ); ?>
482
-
483
- </form>
484
- </div>
485
- </div>
486
- <script type="text/javascript">
487
- (function ($) {
488
-
489
- "use strict";
490
-
491
- var $disableCommentsInput = $('input[name="disable_all_comments"]'),
492
- $disableCertainPostsCommentsInput = $('input[name="disable_comments_on_certain_post_types"]'),
493
- $disableFeedsInput = $('input[name="disable_rss"]'),
494
- $spamCommentsCleaner = $('input[name="spam_comments_cleaner"]'),
495
- $disableGoogleMapsInput = $('input[name="disable_google_maps"]');
496
-
497
- function on_tab_click( $tab ){
498
- var tab_id = $tab.attr('data-tab');
499
- $('ul.tabs li, .tab-content').removeClass('current');
500
- $tab.addClass('current');
501
- $("#" + tab_id ).addClass('current');
502
- $('#active_tab').val( tab_id );
503
- }
504
-
505
- function on_change_disable_all_comments(){
506
- var isChecked = $disableCommentsInput.is(":checked");
507
- $('.comments-group').css('display', isChecked ? 'none' : '');
508
- on_change_disable_certain_post_types_comments();
509
- }
510
-
511
- function on_change_disable_certain_post_types_comments(){
512
- $('.certain-posts-comments-group').css('display', ! $disableCertainPostsCommentsInput.is(":checked") ? 'none' : ( $disableCommentsInput.is(":checked") ? 'none' : '' ) );
513
- }
514
-
515
- function on_change_disable_feeds(){
516
- $('.feeds-group').css('display', $disableFeedsInput.is(":checked") ? '' : 'none');
517
- }
518
-
519
- function on_change_spam_comments_cleaner(){
520
- var isChecked = ! $disableCommentsInput.is(":checked") && $spamCommentsCleaner.is(":checked");
521
- $('.delete-spam-comments-group').css('display', isChecked ? '' : 'none');
522
- }
523
-
524
- function on_change_disable_google_maps(){
525
- $('.disable-google-maps-group').css('display', $disableGoogleMapsInput.is(":checked") ? '' : 'none');
526
- }
527
-
528
- $(function () {
529
-
530
- // Bind events.
531
- $('ul.tabs li').on('click', function(){ on_tab_click( $(this) ); });
532
- $disableCommentsInput.on('change', function(){ on_change_disable_all_comments(); });
533
- $disableCertainPostsCommentsInput.on('change', function(){ on_change_disable_certain_post_types_comments(); });
534
- $disableFeedsInput.on('change', function(){ on_change_disable_feeds(); });
535
- $spamCommentsCleaner.on('change', function(){ on_change_spam_comments_cleaner(); });
536
- $disableGoogleMapsInput.on('change', function(){ on_change_disable_google_maps(); });
537
-
538
- // Run initial checks.
539
- on_change_disable_all_comments();
540
- on_change_disable_certain_post_types_comments();
541
- on_change_disable_feeds();
542
- on_change_spam_comments_cleaner();
543
- on_change_disable_google_maps();
544
- });
545
- }(jQuery));
546
- </script>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
views/optimisationio-dashboard.php CHANGED
@@ -42,22 +42,22 @@ $addons = Optimisationio_Dashboard::$addons;
42
  </div>
43
 
44
  <div data-tab="images" class="statistics-tab-content"> <?php
45
- // if( ! $addons['wp-image-compression']['activated'] ){
46
  Optimisationio_Dashboard::display_addons__activation_section('wp-image-compression');
47
- // }
48
- // else{
49
-
50
- // }
51
  ?>
52
  </div>
53
 
54
  <div data-tab="cache" class="statistics-tab-content"> <?php
55
- // if( ! $addons['cache-performance']['activated'] ){
56
  Optimisationio_Dashboard::display_addons__activation_section('cache-performance');
57
- // }
58
- // else{
59
-
60
- // }
61
  ?>
62
  </div>
63
 
@@ -73,11 +73,18 @@ $addons = Optimisationio_Dashboard::$addons;
73
 
74
  <div class="cdn-comming-soon">
75
  <div><strong>CDN</strong><?php esc_html_e("Coming Soon"); ?></div>
76
- </div>
 
 
 
 
 
 
77
 
78
  <div class="sidebar-tabs-section">
79
  <?php Optimisationio_Dashboard::sidebar_tabs_section_content(); ?>
80
  </div>
 
81
  </div>
82
 
83
  </div><!-- // .sidebar-section -->
42
  </div>
43
 
44
  <div data-tab="images" class="statistics-tab-content"> <?php
45
+ if( ! $addons['wp-image-compression']['activated'] ){
46
  Optimisationio_Dashboard::display_addons__activation_section('wp-image-compression');
47
+ }
48
+ else{
49
+ Optimisationio_Dashboard::display_addons__settings('wp-image-compression');
50
+ }
51
  ?>
52
  </div>
53
 
54
  <div data-tab="cache" class="statistics-tab-content"> <?php
55
+ if( ! $addons['cache-performance']['activated'] ){
56
  Optimisationio_Dashboard::display_addons__activation_section('cache-performance');
57
+ }
58
+ else{
59
+ Optimisationio_Dashboard::display_addons__settings('cache-performance');
60
+ }
61
  ?>
62
  </div>
63
 
73
 
74
  <div class="cdn-comming-soon">
75
  <div><strong>CDN</strong><?php esc_html_e("Coming Soon"); ?></div>
76
+ </div>
77
+
78
+ <div class="sidebar-cloudinary-api-wrap"> <?php
79
+ if( $addons['wp-image-compression']['activated'] ){
80
+ Optimisationio_Dashboard::display_cloudinary_api__settings();
81
+ } ?>
82
+ </div>
83
 
84
  <div class="sidebar-tabs-section">
85
  <?php Optimisationio_Dashboard::sidebar_tabs_section_content(); ?>
86
  </div>
87
+
88
  </div>
89
 
90
  </div><!-- // .sidebar-section -->
views/optimisationio-statistics-addons.php DELETED
@@ -1,138 +0,0 @@
1
- <?php
2
- $addons = Optimisationio_Stats_And_Addons::$addons;
3
- ?>
4
- <div class="wrap">
5
-
6
- <div class="wrap-main">
7
-
8
- <div class="statistics-wrap">
9
-
10
- <div class="statistics-wrap-inner">
11
-
12
- <div class="statistics-top">
13
- <div class="statistics-top-cell logo">
14
- <img src="<?php echo esc_url( plugin_dir_url( dirname( __FILE__ ) ) . 'images/logo-optimisation.png' ); ?>" alt="" />
15
- </div>
16
- <div class="statistics-top-cell manual-optimisation">
17
- <a href="https://optimisation.io/contact-us/" title="" target="_blank"><img src="<?php echo esc_url( plugin_dir_url( dirname( __FILE__ ) ) . 'images/logo-optimisation-line.png' ); ?>" alt="" /><?php _e( 'Request manual optimisation' , 'optimisationio' ); ?></a>
18
- </div>
19
- <div class="statistics-top-cell support">
20
- <a href="https://optimisation.io/contact-us/" title="" target="_blank"><img src="<?php echo esc_url( plugin_dir_url( dirname( __FILE__ ) ) . 'images/icon-support.png' ); ?>" alt="" /><?php _e( 'Support' , 'optimisationio' ); ?></a>
21
- </div>
22
- </div>
23
-
24
- <?php Optimisationio_Stats_And_Addons::display_stats__measurements(); ?>
25
-
26
- <ul class="statistics-tabs-nav">
27
- <li data-tab="disable"><?php _e('Remove Excess Bloat', 'optimisationio');?></li>
28
- <li data-tab="images"><?php _e('Compress Images', 'optimisationio');?></li>
29
- <li data-tab="cache"><?php _e('Cache & Database', 'optimisationio');?></li>
30
- </ul>
31
-
32
- <div class="statistics-tabs-content-wrap">
33
-
34
- <div data-tab="disable" class="statistics-tab-content"> <?php
35
- if( ! $addons['wp-disable']['activated'] ){
36
- Optimisationio_Stats_And_Addons::display_addons__activation_section('wp-disable');
37
- }
38
- else{
39
- Optimisationio_Stats_And_Addons::display_addons__settings('wp-disable');
40
- }
41
- ?>
42
- </div>
43
-
44
- <div data-tab="images" class="statistics-tab-content"> <?php
45
- // if( ! $addons['wp-image-compression']['activated'] ){
46
- Optimisationio_Stats_And_Addons::display_addons__activation_section('wp-image-compression');
47
- // }
48
- // else{
49
-
50
- // }
51
- ?>
52
- </div>
53
-
54
- <div data-tab="cache" class="statistics-tab-content"> <?php
55
- // if( ! $addons['cache-performance']['activated'] ){
56
- Optimisationio_Stats_And_Addons::display_addons__activation_section('cache-performance');
57
- // }
58
- // else{
59
-
60
- // }
61
- ?>
62
- </div>
63
-
64
- </div>
65
-
66
- </div>
67
-
68
- </div><!-- // .statistics-wrap -->
69
-
70
- <div class="sidebar-section">
71
-
72
- <div class="sidebar-section-inner">
73
-
74
- <div class="cdn-comming-soon">
75
- <div><strong>CDN</strong><?php esc_html_e("Coming Soon"); ?></div>
76
- </div>
77
-
78
- <div class="sidebar-tabs-section">
79
-
80
- <div class="sidebar-tabs-nav">
81
- <ul>
82
- <?php if( $addons['wp-disable']['activated'] ){ ?>
83
- <li data-tab-id="ga"><?php esc_html_e('Offload Google Analytics', 'optimisationio'); ?></li>
84
- <?php } ?>
85
- <li data-tab-id="imp"><?php esc_html_e('Import', 'optimisationio'); ?></li>
86
- <li data-tab-id="exp"><?php esc_html_e('Export', 'optimisationio'); ?></li>
87
- </ul>
88
- </div>
89
-
90
- <div class="sidebar-tabs-content">
91
- <ul>
92
- <?php if( $addons['wp-disable']['activated'] ){ ?>
93
- <li data-tab-id="ga">
94
- <?php WpPerformance_Admin::offload_google_analytics_settings(); ?>
95
- </li>
96
- <?php } ?>
97
- <li data-tab-id="imp">
98
- <p><?php esc_html_e("Copy into textarea the encoded string of add-ons settings you have exported", "optimisationio"); ?></p>
99
- <div class="textarea-wrap">
100
- <textarea id="import_settings_tarea"></textarea>
101
- </div>
102
-
103
- <button class="import-btn button button-primary button-large" disabled><?php esc_html_e( "Import settings", "optimisationio" ); ?></button>
104
-
105
- <button class="clear-import-btn button button-large hidden"><?php esc_html_e( "Clear", "optimisationio" ); ?></button>
106
- </li>
107
- <li data-tab-id="exp">
108
-
109
- <p><?php esc_html_e("Select the add-οns whose settings you want to include in the exported data", "optimisationio"); ?></p>
110
-
111
- <div class="export-addons-list-options">
112
- <?php foreach ($addons as $key => $val) {
113
- if( $val['activated'] ){ ?>
114
- <label><input type="checkbox" name="export_addons[]" value="<?php echo $val['slug']; ?>" checked /><?php echo $val['title']; ?></label>
115
- <?php }
116
- } ?>
117
- </div>
118
-
119
- <div class="textarea-wrap">
120
- <textarea id="export_settings_tarea" readonly></textarea>
121
- </div>
122
-
123
- <button class="export-btn button button-primary button-large"><?php esc_html_e( "Export current settings", "optimisationio" ); ?></button>
124
-
125
- <button class="copy-export-btn button button-large hidden"><?php esc_html_e( "Copy to clipboard", "optimisationio" ); ?></button>
126
- </li>
127
- </ul>
128
- </div>
129
- </div>
130
- </div>
131
-
132
- </div><!-- // .sidebar-section -->
133
-
134
- </div>
135
-
136
- <?php wp_nonce_field( 'optimisationio-addons-nonce', 'optimisationio_addons_nonce' ); ?>
137
- <?php wp_nonce_field( 'optimisationio-import-export-nonce', 'optimisationio_import_export_nonce' ); ?>
138
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
webfont/Affogato-Black.eot DELETED
Binary file
webfont/Affogato-Black.svg DELETED
@@ -1,1211 +0,0 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
4
- <metadata>
5
- Created by FontForge 20150824 at Mon Aug 15 22:23:21 2016
6
- By Everything Fonts
7
- Copyright \(c\) 2015 by Eric Lobdell. All rights reserved.
8
- </metadata>
9
- <defs>
10
- <font id="Affogato-Black" horiz-adv-x="0" >
11
- <font-face
12
- font-family="Affogato Black"
13
- font-weight="900"
14
- font-stretch="normal"
15
- units-per-em="880"
16
- panose-1="0 0 10 0 0 0 0 0 0 0"
17
- ascent="704"
18
- descent="-176"
19
- x-height="440"
20
- cap-height="565"
21
- bbox="-567 -221 927 860"
22
- underline-thickness="50"
23
- underline-position="-100"
24
- unicode-range="U+0020-FB02"
25
- />
26
- <missing-glyph horiz-adv-x="503"
27
- d="M412 800v-1005h-319v1005h319zM335 733h-166v-34h65v-37h-66v-33h167v33h-67v37h67v34zM268 603h-100v-105h167v35h-67v70zM234 569v-36h-33v36h33zM335 471h-167v-33h66v-37h-66v-33h100v70h67v33zM335 411h-34v-66h-133v-34h167v100zM335 288h-101v-56h34v23h33v-47
28
- h-100v80h-33v-113h167v113zM335 115h-167v-114h167v114zM301 81v-47h-100v47h100zM335 -22h-167v-33h70l-70 -47v-34h167v34h-103l71 47h32v33z" />
29
- <glyph glyph-name="fi" unicode="fi" horiz-adv-x="540"
30
- d="M276 484c-31 0 -51 -14 -53 -46v-8h76v-125h-76v-305h-149l-1 305h-46v125h46v9c0 99 56 162 162 162c49 0 99 -17 131 -40l-41 -83c-10 1 -26 6 -49 6zM348 422l150 8l-1 -430h-150z" />
31
- <glyph glyph-name="fl" unicode="fl" horiz-adv-x="563"
32
- d="M514 145c9 -1 19 -1 27 -1v-143c-17 -1 -29 -2 -42 -2c-111 0 -172 39 -172 185l1 300l-3 -6c-10 1 -26 6 -49 6c-31 0 -51 -14 -53 -46v-8h76v-125h-76v-305h-149l-1 305h-46v125h46v9c0 99 56 162 162 162c32 0 65 -7 93 -19v2l150 8l-1 -358c0 -55 4 -85 37 -89z" />
33
- <glyph glyph-name="f_h.liga" unicode="fh" horiz-adv-x="759"
34
- d="M573 445c85 12 144 -64 144 -155v-290h-150v248c0 36 -13 64 -49 62c-16 -1 -30 -9 -41 -20v-290h-150v482l-2 -4c-10 1 -26 6 -49 6c-31 0 -51 -14 -53 -46v-8h76v-125h-76v-305h-149l-1 305h-46v125h46v9c0 99 56 162 162 162c32 0 64 -7 92 -19v2l150 8v-216
35
- c25 38 60 64 96 69z" />
36
- <glyph glyph-name="f_j.liga" unicode="fj" horiz-adv-x="531"
37
- d="M299 305h-76v-305h-149l-1 305h-46v125h46v9c0 99 56 162 162 162c49 0 99 -17 131 -40l-41 -83c-10 1 -26 6 -49 6c-31 0 -51 -14 -53 -46v-8h76v-125zM341 422l150 8v-422c0 -148 -53 -218 -159 -218c-45 0 -90 17 -105 36l34 123c10 -5 25 -9 39 -8c25 2 41 23 41 66
38
- v415z" />
39
- <glyph glyph-name="f_t.liga" unicode="ft" horiz-adv-x="566"
40
- d="M526 305h-66v-71c0 -55 4 -86 36 -89c10 -1 20 -1 28 -1v-143c-17 -1 -29 -2 -42 -2c-111 0 -172 39 -172 185v121h-87v-305h-149l-1 305h-46v125h46v9c0 99 56 162 162 162c49 0 99 -17 131 -40l-1 -1l96 5v-135h65v-125zM311 430v50c-9 2 -21 4 -35 4
41
- c-31 0 -51 -14 -53 -46v-8h88z" />
42
- <glyph glyph-name="q_j.liga" unicode="qj" horiz-adv-x="725"
43
- d="M607 470c-48 0 -82 33 -82 83c0 47 34 82 82 82c49 0 83 -35 83 -82c0 -50 -34 -83 -83 -83zM533 7v415l150 8v-422c0 -147 -52 -217 -157 -218c-152 -15 -228 40 -228 220v80c-19 -43 -50 -82 -97 -90c-100 -16 -174 82 -174 210c0 131 80 249 178 231
44
- c50 -9 78 -56 93 -102v105l150 -8v-427c0 -13 -3 -57 28 -67c5 -1 11 -1 16 -1c25 2 41 23 41 66zM239 126c23 0 42 15 59 38v107c-19 27 -40 42 -63 42c-32 0 -54 -42 -54 -105c0 -46 19 -82 58 -82z" />
45
- <glyph glyph-name=".notdef" horiz-adv-x="503"
46
- d="M412 800v-1005h-319v1005h319zM335 733h-166v-34h65v-37h-66v-33h167v33h-67v37h67v34zM268 603h-100v-105h167v35h-67v70zM234 569v-36h-33v36h33zM335 471h-167v-33h66v-37h-66v-33h100v70h67v33zM335 411h-34v-66h-133v-34h167v100zM335 288h-101v-56h34v23h33v-47
47
- h-100v80h-33v-113h167v113zM335 115h-167v-114h167v114zM301 81v-47h-100v47h100zM335 -22h-167v-33h70l-70 -47v-34h167v34h-103l71 47h32v33z" />
48
- <glyph glyph-name="A" unicode="A" horiz-adv-x="552"
49
- d="M385 0l-22 80h-174l-22 -80h-150l169 554l180 11l169 -565h-150zM226 215h100l-50 186z" />
50
- <glyph glyph-name="Aacute" unicode="&#xc1;" horiz-adv-x="552"
51
- d="M471 726l-208 -90l-45 92l186 122zM385 0l-22 80h-174l-22 -80h-150l169 554l180 11l169 -565h-150zM226 215h100l-50 186z" />
52
- <glyph glyph-name="Abreve" unicode="&#x102;" horiz-adv-x="552"
53
- d="M276 649c-65 0 -122 36 -152 90l78 67c14 -19 40 -44 74 -44c40 0 59 24 74 44l78 -67c-30 -55 -86 -90 -152 -90zM385 0l-22 80h-174l-22 -80h-150l169 554l180 11l169 -565h-150zM226 215h100l-50 186z" />
54
- <glyph glyph-name="uni01CD" unicode="&#x1cd;" horiz-adv-x="552"
55
- d="M422 762l-147 -119l-146 124l75 76l71 -61l75 60zM385 0l-22 80h-174l-22 -80h-150l169 554l180 11l169 -565h-150zM226 215h100l-50 186z" />
56
- <glyph glyph-name="Acircumflex" unicode="&#xc2;" horiz-adv-x="552"
57
- d="M275 706l-71 -61l-75 76l146 124l147 -119l-72 -80zM385 0l-22 80h-174l-22 -80h-150l169 554l180 11l169 -565h-150zM226 215h100l-50 186z" />
58
- <glyph glyph-name="Adieresis" unicode="&#xc4;" horiz-adv-x="552"
59
- d="M362 664c-39 0 -65 27 -65 67c0 39 26 65 65 65c40 0 67 -26 67 -65c0 -40 -27 -67 -67 -67zM168 663c-39 0 -65 27 -65 67c0 39 26 65 65 65c40 0 67 -26 67 -65c0 -40 -27 -67 -67 -67zM385 0l-22 80h-174l-22 -80h-150l169 554l180 11l169 -565h-150zM226 215h100
60
- l-50 186z" />
61
- <glyph glyph-name="Agrave" unicode="&#xc0;" horiz-adv-x="552"
62
- d="M327 727l-46 -92l-208 90l68 124zM385 0l-22 80h-174l-22 -80h-150l169 554l180 11l169 -565h-150zM226 215h100l-50 186z" />
63
- <glyph glyph-name="Amacron" unicode="&#x100;" horiz-adv-x="552"
64
- d="M410 776l-1 -115h-267v115h268zM385 0l-22 80h-174l-22 -80h-150l169 554l180 11l169 -565h-150zM226 215h100l-50 186z" />
65
- <glyph glyph-name="Aogonek" unicode="&#x104;" horiz-adv-x="552"
66
- d="M425 -69c-22 -33 18 -71 51 -23l56 -61c-68 -94 -204 -53 -195 54c3 41 32 77 77 99h-29l-22 80h-174l-22 -80h-150l169 554l180 11l169 -565c-61 -28 -96 -48 -110 -69zM226 215h100l-50 186z" />
67
- <glyph glyph-name="Aring" unicode="&#xc5;" horiz-adv-x="552"
68
- d="M275 627c-66 0 -116 54 -116 117c0 64 50 116 116 116c64 0 117 -52 117 -116c0 -63 -53 -117 -117 -117zM272 776c-17 0 -30 -14 -30 -33c0 -20 13 -33 30 -33c19 0 34 13 34 33c0 19 -15 33 -34 33zM385 0l-22 80h-174l-22 -80h-150l169 554l180 11l169 -565h-150z
69
- M226 215h100l-50 186z" />
70
- <glyph glyph-name="Atilde" unicode="&#xc3;" horiz-adv-x="552"
71
- d="M242 692c-16 0 -27 -21 -35 -41l-101 53c9 24 44 99 104 99c42 0 73 -27 97 -27c18 0 25 18 36 42l102 -51c-9 -24 -42 -104 -106 -104c-47 0 -74 29 -97 29zM385 0l-22 80h-174l-22 -80h-150l169 554l180 11l169 -565h-150zM226 215h100l-50 186z" />
72
- <glyph glyph-name="AE" unicode="&#xc6;" horiz-adv-x="729"
73
- d="M677 421h-224v-75h150v-140h-150v-66h224v-140h-378v77h-118l-34 -77h-160l272 561l141 -1l277 1v-140zM235 197h64v145z" />
74
- <glyph glyph-name="B" unicode="B" horiz-adv-x="523"
75
- d="M62 0v553s214 13 220 13c120 0 166 -81 166 -161c0 -46 -21 -82 -43 -99c53 -32 76 -87 76 -141c0 -123 -107 -165 -165 -165h-254zM211 343h46c24 0 40 17 40 43c0 15 -11 40 -38 40c-16 -1 -32 -1 -48 -2v-81zM211 141h68c23 0 44 15 44 43c0 30 -26 41 -42 41l-70 -1
76
- v-83z" />
77
- <glyph glyph-name="C" unicode="C" horiz-adv-x="539"
78
- d="M284 -5c-131 0 -247 96 -247 277v16c0 181 116 277 247 277c90 0 178 -55 214 -154l-135 -53c-15 41 -50 59 -79 59c-49 0 -99 -30 -99 -129v-16c0 -99 50 -129 99 -129c32 0 70 21 82 70l136 -55c-35 -114 -125 -163 -218 -163z" />
79
- <glyph glyph-name="Cacute" unicode="&#x106;" horiz-adv-x="539"
80
- d="M271 636l-45 92l186 122l67 -124zM284 -5c-131 0 -247 96 -247 277v16c0 181 116 277 247 277c90 0 178 -55 214 -154l-135 -53c-15 41 -50 59 -79 59c-49 0 -99 -30 -99 -129v-16c0 -99 50 -129 99 -129c32 0 70 21 82 70l136 -55c-35 -114 -125 -163 -218 -163z" />
81
- <glyph glyph-name="Ccaron" unicode="&#x10c;" horiz-adv-x="539"
82
- d="M430 762l-147 -119l-146 124l75 76l71 -61l75 60zM366 213l136 -55c-35 -114 -125 -163 -218 -163c-131 0 -247 96 -247 277v16c0 181 116 277 247 277c90 0 178 -55 214 -154l-135 -53c-15 41 -50 59 -79 59c-49 0 -99 -30 -99 -129v-16c0 -99 50 -129 99 -129
83
- c32 0 70 21 82 70z" />
84
- <glyph glyph-name="Ccedilla" unicode="&#xc7;" horiz-adv-x="539"
85
- d="M502 158c-33 -106 -112 -156 -198 -162l-6 -24c55 11 101 -26 101 -78c0 -63 -49 -100 -114 -100c-44 0 -76 18 -94 33l43 66c8 -6 21 -14 44 -14c11 0 26 5 26 20c0 25 -27 26 -44 25l-42 -3v83c-102 27 -181 118 -181 268v16c0 181 116 277 247 277
86
- c90 0 178 -55 214 -154l-135 -53c-15 41 -50 59 -79 59c-49 0 -99 -30 -99 -129v-16c0 -99 50 -129 99 -129c32 0 70 21 82 70z" />
87
- <glyph glyph-name="Cdotaccent" unicode="&#x10a;" horiz-adv-x="539"
88
- d="M284 624c-48 0 -82 33 -82 83c0 47 34 82 82 82c49 0 83 -35 83 -82c0 -50 -34 -83 -83 -83zM284 -5c-131 0 -247 96 -247 277v16c0 181 116 277 247 277c90 0 178 -55 214 -154l-135 -53c-15 41 -50 59 -79 59c-49 0 -99 -30 -99 -129v-16c0 -99 50 -129 99 -129
89
- c32 0 70 21 82 70l136 -55c-35 -114 -125 -163 -218 -163z" />
90
- <glyph glyph-name="D" unicode="D" horiz-adv-x="534"
91
- d="M62 0v554c69 4 137 7 206 11c109 0 224 -98 224 -293c0 -197 -131 -272 -236 -272h-194zM211 148h42c64 0 88 59 88 119c0 73 -19 149 -86 149c-15 -1 -29 -1 -44 -2v-266z" />
92
- <glyph glyph-name="Eth" unicode="&#xd0;" horiz-adv-x="534"
93
- d="M103 661v115h268l-1 -115h-267zM62 0v554c69 4 137 7 206 11c109 0 224 -98 224 -293c0 -197 -131 -272 -236 -272h-194zM211 148h42c64 0 88 59 88 119c0 73 -19 149 -86 149c-15 -1 -29 -1 -44 -2v-266z" />
94
- <glyph glyph-name="Dcaron" unicode="&#x10e;" horiz-adv-x="534"
95
- d="M383 762l-147 -119l-146 124l75 76l71 -61l75 60zM268 565c109 0 224 -98 224 -293c0 -197 -131 -272 -236 -272h-194v554c69 4 137 7 206 11zM253 148c64 0 88 59 88 119c0 73 -19 149 -86 149c-15 -1 -29 -1 -44 -2v-266h42z" />
96
- <glyph glyph-name="Dcroat" unicode="&#x110;" horiz-adv-x="534"
97
- d="M103 661v115h268l-1 -115h-267zM62 0v554c69 4 137 7 206 11c109 0 224 -98 224 -293c0 -197 -131 -272 -236 -272h-194zM211 148h42c64 0 88 59 88 119c0 73 -19 149 -86 149c-15 -1 -29 -1 -44 -2v-266z" />
98
- <glyph glyph-name="E" unicode="E" horiz-adv-x="486"
99
- d="M434 421h-224v-75h150v-140h-150v-66h224v-140h-372v560l372 1v-140z" />
100
- <glyph glyph-name="Eacute" unicode="&#xc9;" horiz-adv-x="486"
101
- d="M438 726l-208 -90l-45 92l186 122zM62 0v560l372 1v-140h-224v-75h150v-140h-150v-66h224v-140h-372z" />
102
- <glyph glyph-name="Ecaron" unicode="&#x11a;" horiz-adv-x="486"
103
- d="M389 762l-147 -119l-146 124l75 76l71 -61l75 60zM434 421h-224v-75h150v-140h-150v-66h224v-140h-372v560l372 1v-140z" />
104
- <glyph glyph-name="Ecircumflex" unicode="&#xca;" horiz-adv-x="486"
105
- d="M242 706l-71 -61l-75 76l146 124l147 -119l-72 -80zM434 421h-224v-75h150v-140h-150v-66h224v-140h-372v560l372 1v-140z" />
106
- <glyph glyph-name="Edieresis" unicode="&#xcb;" horiz-adv-x="486"
107
- d="M329 664c-39 0 -65 27 -65 67c0 39 26 65 65 65c40 0 67 -26 67 -65c0 -40 -27 -67 -67 -67zM135 663c-39 0 -65 27 -65 67c0 39 26 65 65 65c40 0 67 -26 67 -65c0 -40 -27 -67 -67 -67zM434 421h-224v-75h150v-140h-150v-66h224v-140h-372v560l372 1v-140z" />
108
- <glyph glyph-name="Edotaccent" unicode="&#x116;" horiz-adv-x="486"
109
- d="M243 624c-48 0 -82 33 -82 83c0 47 34 82 82 82c49 0 83 -35 83 -82c0 -50 -34 -83 -83 -83zM434 421h-224v-75h150v-140h-150v-66h224v-140h-372v560l372 1v-140z" />
110
- <glyph glyph-name="Egrave" unicode="&#xc8;" horiz-adv-x="486"
111
- d="M294 727l-46 -92l-208 90l68 124zM434 421h-224v-75h150v-140h-150v-66h224v-140h-372v560l372 1v-140z" />
112
- <glyph glyph-name="Emacron" unicode="&#x112;" horiz-adv-x="486"
113
- d="M377 776l-1 -115h-267v115h268zM434 421h-224v-75h150v-140h-150v-66h224v-140h-372v560l372 1v-140z" />
114
- <glyph glyph-name="Eogonek" unicode="&#x118;" horiz-adv-x="486"
115
- d="M434 421h-224v-75h150v-140h-150v-66h224v-140h-2c-60 -27 -94 -47 -108 -68c-22 -33 18 -71 51 -23l56 -61c-68 -94 -204 -53 -195 54c3 40 31 76 75 98h-249v560l372 1v-140z" />
116
- <glyph glyph-name="F" unicode="F" horiz-adv-x="449"
117
- d="M437 420h-225v-97h155v-140h-155v-183h-150v560h375v-140z" />
118
- <glyph glyph-name="G" unicode="G" horiz-adv-x="564"
119
- d="M284 -5c-131 0 -247 96 -247 277v16c0 181 116 277 247 277c104 0 193 -67 225 -161l-143 -39c-14 30 -36 62 -82 62c-49 0 -99 -30 -99 -139v-16c0 -109 50 -139 99 -139c50 0 78 33 79 58v3h-88v130h247v-92c0 -141 -107 -237 -238 -237z" />
120
- <glyph glyph-name="Gbreve" unicode="&#x11e;" horiz-adv-x="564"
121
- d="M284 649c-65 0 -122 36 -152 90l78 67c14 -19 40 -44 74 -44c40 0 59 24 74 44l78 -67c-30 -55 -86 -90 -152 -90zM284 -5c-131 0 -247 96 -247 277v16c0 181 116 277 247 277c104 0 193 -67 225 -161l-143 -39c-14 30 -36 62 -82 62c-49 0 -99 -30 -99 -139v-16
122
- c0 -109 50 -139 99 -139c50 0 78 33 79 58v3h-88v130h247v-92c0 -141 -107 -237 -238 -237z" />
123
- <glyph glyph-name="Gcommaaccent" unicode="&#x122;" horiz-adv-x="564"
124
- d="M284 -5c-131 0 -247 96 -247 277v16c0 181 116 277 247 277c104 0 193 -67 225 -161l-143 -39c-14 30 -36 62 -82 62c-49 0 -99 -30 -99 -139v-16c0 -109 50 -139 99 -139c50 0 78 33 79 58v3h-88v130h247v-92c0 -141 -107 -237 -238 -237zM318 -221l-140 15l37 172
125
- l113 -9z" />
126
- <glyph glyph-name="Gdotaccent" unicode="&#x120;" horiz-adv-x="564"
127
- d="M284 624c-48 0 -82 33 -82 83c0 47 34 82 82 82c49 0 83 -35 83 -82c0 -50 -34 -83 -83 -83zM284 -5c-131 0 -247 96 -247 277v16c0 181 116 277 247 277c104 0 193 -67 225 -161l-143 -39c-14 30 -36 62 -82 62c-49 0 -99 -30 -99 -139v-16c0 -109 50 -139 99 -139
128
- c50 0 78 33 79 58v3h-88v130h247v-92c0 -141 -107 -237 -238 -237z" />
129
- <glyph glyph-name="H" unicode="H" horiz-adv-x="542"
130
- d="M330 560h150v-560h-150v176h-118v-176h-150v555l150 8v-237h118v234z" />
131
- <glyph glyph-name="Hbar" unicode="&#x126;" horiz-adv-x="542"
132
- d="M544 465v-65h-64v-400h-150v176h-118v-176h-150v400h-64v65h64v90l150 8v-98h118v95h150v-95h64zM330 326v74h-118v-74h118z" />
133
- <glyph glyph-name="I" unicode="I" horiz-adv-x="274"
134
- d="M212 565v-565h-150v558z" />
135
- <glyph glyph-name="IJ" unicode="&#x132;" horiz-adv-x="646"
136
- d="M62 0v558l150 7v-565h-150zM349 558l240 7v-345c0 -158 -81 -225 -173 -225c-65 0 -113 31 -130 52l57 107c6 -3 24 -14 48 -13c34 1 48 27 48 74v204h-90v139z" />
137
- <glyph glyph-name="Iacute" unicode="&#xcd;" horiz-adv-x="274"
138
- d="M124 636l-45 92l186 122l67 -124zM212 565v-565h-150v558z" />
139
- <glyph glyph-name="uni01CF" unicode="&#x1cf;" horiz-adv-x="274"
140
- d="M283 762l-147 -119l-146 124l75 76l71 -61l75 60zM62 0v558l150 7v-565h-150z" />
141
- <glyph glyph-name="Icircumflex" unicode="&#xce;" horiz-adv-x="274"
142
- d="M136 706l-71 -61l-75 76l146 124l147 -119l-72 -80zM62 0v558l150 7v-565h-150z" />
143
- <glyph glyph-name="Idieresis" unicode="&#xcf;" horiz-adv-x="274"
144
- d="M223 664c-39 0 -65 27 -65 67c0 39 26 65 65 65c40 0 67 -26 67 -65c0 -40 -27 -67 -67 -67zM29 663c-39 0 -65 27 -65 67c0 39 26 65 65 65c40 0 67 -26 67 -65c0 -40 -27 -67 -67 -67zM212 565v-565h-150v558z" />
145
- <glyph glyph-name="Idotaccent" unicode="&#x130;" horiz-adv-x="274"
146
- d="M137 624c-48 0 -82 33 -82 83c0 47 34 82 82 82c49 0 83 -35 83 -82c0 -50 -34 -83 -83 -83zM212 565v-565h-150v558z" />
147
- <glyph glyph-name="Igrave" unicode="&#xcc;" horiz-adv-x="274"
148
- d="M142 635l-208 90l68 124l186 -122zM212 565v-565h-150v558z" />
149
- <glyph glyph-name="Imacron" unicode="&#x12a;" horiz-adv-x="274"
150
- d="M3 661v115h268l-1 -115h-267zM212 565v-565h-150v558z" />
151
- <glyph glyph-name="Iogonek" unicode="&#x12e;" horiz-adv-x="274"
152
- d="M212 0c-61 -28 -96 -48 -110 -69c-22 -33 18 -71 51 -23l56 -61c-68 -94 -204 -53 -195 54c3 41 32 77 77 99h-29v558l150 7v-565z" />
153
- <glyph glyph-name="J" unicode="J" horiz-adv-x="372"
154
- d="M75 558l240 7v-345c0 -158 -81 -225 -173 -225c-65 0 -113 31 -130 52l57 107c6 -3 24 -14 48 -13c34 1 48 27 48 74v204h-90v139z" />
155
- <glyph glyph-name="K" unicode="K" horiz-adv-x="538"
156
- d="M361 0l-99 198l-50 -71v-127h-150v557l150 9v-199l136 193h170l-163 -231l176 -329h-170z" />
157
- <glyph glyph-name="Kcommaaccent" unicode="&#x136;" horiz-adv-x="538"
158
- d="M355 329l176 -329h-170l-99 198l-50 -71v-127h-150v557l150 9v-199l136 193h170zM188 -206l37 172l113 -9l-10 -178z" />
159
- <glyph glyph-name="L" unicode="L" horiz-adv-x="415"
160
- d="M212 140h156v-140h-306v556l150 9v-425z" />
161
- <glyph glyph-name="Lacute" unicode="&#x139;" horiz-adv-x="415"
162
- d="M335 726l-208 -90l-45 92l186 122zM212 140h156v-140h-306v556l150 9v-425z" />
163
- <glyph glyph-name="Lcaron" unicode="&#x13d;" horiz-adv-x="415"
164
- d="M291 570l137 -7l-25 -206l-105 2zM212 565v-425h156v-140h-306v556z" />
165
- <glyph glyph-name="Lcommaaccent" unicode="&#x13b;" horiz-adv-x="415"
166
- d="M212 140h156v-140h-306v556l150 9v-425zM115 -206l37 172l113 -9l-10 -178z" />
167
- <glyph glyph-name="Ldot" unicode="&#x13f;" horiz-adv-x="412"
168
- d="M212 565v-425h156v-140h-306v556zM384 444c40 0 67 -26 67 -65c0 -40 -27 -67 -67 -67c-39 0 -65 27 -65 67c0 39 26 65 65 65z" />
169
- <glyph glyph-name="Lslash" unicode="&#x141;" horiz-adv-x="415"
170
- d="M212 140h156v-140h-306v203l-56 -53l-59 60l115 108v238l150 9v-106l54 51l60 -60l-114 -107v-203z" />
171
- <glyph glyph-name="M" unicode="M" horiz-adv-x="692"
172
- d="M480 564l150 -9v-555h-150v280l-92 -171h-85l-91 171v-280h-150v555l150 9l134 -240z" />
173
- <glyph glyph-name="N" unicode="N" horiz-adv-x="574"
174
- d="M362 560h150v-560h-135l-165 279v-279h-150v555l135 9l165 -288v284z" />
175
- <glyph glyph-name="Nacute" unicode="&#x143;" horiz-adv-x="574"
176
- d="M487 696l-208 -90l-45 92l186 122zM362 560h150v-560h-135l-165 279v-279h-150v555l135 9l165 -288v284z" />
177
- <glyph glyph-name="Ncaron" unicode="&#x147;" horiz-adv-x="574"
178
- d="M438 732l-147 -119l-146 124l75 76l71 -61l75 60zM362 560h150v-560h-135l-165 279v-279h-150v555l135 9l165 -288v284z" />
179
- <glyph glyph-name="Ncommaaccent" unicode="&#x145;" horiz-adv-x="574"
180
- d="M362 560h150v-560h-135l-165 279v-279h-150v555l135 9l165 -288v284zM191 -206l37 172l113 -9l-10 -178z" />
181
- <glyph glyph-name="Eng" unicode="&#x14a;" horiz-adv-x="574"
182
- d="M362 560h150v-596c0 -118 -73 -178 -169 -178c-55 0 -80 17 -95 26l34 130c11 -3 15 -6 39 -5c25 1 41 23 41 66v22l-150 254v-279h-150v555l135 9l165 -288v284z" />
183
- <glyph glyph-name="Ntilde" unicode="&#xd1;" horiz-adv-x="574"
184
- d="M258 662c-16 0 -27 -21 -35 -41l-101 53c9 24 44 99 104 99c42 0 73 -27 97 -27c18 0 25 18 36 42l102 -51c-9 -24 -42 -104 -106 -104c-47 0 -74 29 -97 29zM362 560h150v-560h-135l-165 279v-279h-150v555l135 9l165 -288v284z" />
185
- <glyph glyph-name="O" unicode="O" horiz-adv-x="569"
186
- d="M284 -5c-131 0 -242 96 -242 277v16c0 181 111 277 242 277s243 -96 243 -277v-16c0 -181 -112 -277 -243 -277zM284 133c49 0 95 30 95 139v16c0 109 -46 139 -95 139s-94 -30 -94 -139v-16c0 -109 45 -139 94 -139z" />
187
- <glyph glyph-name="Oacute" unicode="&#xd3;" horiz-adv-x="569"
188
- d="M272 636l-45 92l186 122l67 -124zM284 -5c-131 0 -242 96 -242 277v16c0 181 111 277 242 277s243 -96 243 -277v-16c0 -181 -112 -277 -243 -277zM284 133c49 0 95 30 95 139v16c0 109 -46 139 -95 139s-94 -30 -94 -139v-16c0 -109 45 -139 94 -139z" />
189
- <glyph glyph-name="uni01D1" unicode="&#x1d1;" horiz-adv-x="569"
190
- d="M431 762l-147 -119l-146 124l75 76l71 -61l75 60zM284 565c131 0 243 -96 243 -277v-16c0 -181 -112 -277 -243 -277s-242 96 -242 277v16c0 181 111 277 242 277zM379 272v16c0 109 -46 139 -95 139s-94 -30 -94 -139v-16c0 -109 45 -139 94 -139s95 30 95 139z" />
191
- <glyph glyph-name="Ocircumflex" unicode="&#xd4;" horiz-adv-x="569"
192
- d="M284 706l-71 -61l-75 76l146 124l147 -119l-72 -80zM284 565c131 0 243 -96 243 -277v-16c0 -181 -112 -277 -243 -277s-242 96 -242 277v16c0 181 111 277 242 277zM379 272v16c0 109 -46 139 -95 139s-94 -30 -94 -139v-16c0 -109 45 -139 94 -139s95 30 95 139z" />
193
- <glyph glyph-name="Odieresis" unicode="&#xd6;" horiz-adv-x="569"
194
- d="M371 664c-39 0 -65 27 -65 67c0 39 26 65 65 65c40 0 67 -26 67 -65c0 -40 -27 -67 -67 -67zM177 663c-39 0 -65 27 -65 67c0 39 26 65 65 65c40 0 67 -26 67 -65c0 -40 -27 -67 -67 -67zM284 -5c-131 0 -242 96 -242 277v16c0 181 111 277 242 277s243 -96 243 -277v-16
195
- c0 -181 -112 -277 -243 -277zM284 133c49 0 95 30 95 139v16c0 109 -46 139 -95 139s-94 -30 -94 -139v-16c0 -109 45 -139 94 -139z" />
196
- <glyph glyph-name="Ograve" unicode="&#xd2;" horiz-adv-x="569"
197
- d="M290 635l-208 90l68 124l186 -122zM284 -5c-131 0 -242 96 -242 277v16c0 181 111 277 242 277s243 -96 243 -277v-16c0 -181 -112 -277 -243 -277zM284 133c49 0 95 30 95 139v16c0 109 -46 139 -95 139s-94 -30 -94 -139v-16c0 -109 45 -139 94 -139z" />
198
- <glyph glyph-name="Ohungarumlaut" unicode="&#x150;" horiz-adv-x="569"
199
- d="M247 634l-115 -2l-7 220l137 -6zM415 630l-115 2l7 216l137 -7zM284 -5c-131 0 -242 96 -242 277v16c0 181 111 277 242 277s243 -96 243 -277v-16c0 -181 -112 -277 -243 -277zM284 133c49 0 95 30 95 139v16c0 109 -46 139 -95 139s-94 -30 -94 -139v-16
200
- c0 -109 45 -139 94 -139z" />
201
- <glyph glyph-name="Omacron" unicode="&#x14c;" horiz-adv-x="569"
202
- d="M151 661v115h268l-1 -115h-267zM284 -5c-131 0 -242 96 -242 277v16c0 181 111 277 242 277s243 -96 243 -277v-16c0 -181 -112 -277 -243 -277zM284 133c49 0 95 30 95 139v16c0 109 -46 139 -95 139s-94 -30 -94 -139v-16c0 -109 45 -139 94 -139z" />
203
- <glyph glyph-name="Oslash" unicode="&#xd8;" horiz-adv-x="569"
204
- d="M564 501l-66 -69c18 -39 29 -87 29 -143v-16c0 -181 -112 -278 -243 -278c-58 0 -112 19 -155 56l-56 -58l-75 75l69 71c-16 38 -25 83 -25 134v16c0 181 111 277 242 277c55 0 106 -17 147 -49l57 59zM190 309v-42l153 159c-16 16 -37 22 -59 22c-49 0 -94 -30 -94 -139
205
- zM379 309v1l-161 -167c18 -21 41 -29 66 -29c49 0 95 30 95 139v56z" />
206
- <glyph glyph-name="Otilde" unicode="&#xd5;" horiz-adv-x="569"
207
- d="M216 651l-101 53c9 24 44 99 104 99c42 0 73 -27 97 -27c18 0 25 18 36 42l102 -51c-9 -24 -42 -104 -106 -104c-47 0 -74 29 -97 29c-16 0 -27 -21 -35 -41zM284 -5c-131 0 -242 96 -242 277v16c0 181 111 277 242 277s243 -96 243 -277v-16c0 -181 -112 -277 -243 -277
208
- zM284 133c49 0 95 30 95 139v16c0 109 -46 139 -95 139s-94 -30 -94 -139v-16c0 -109 45 -139 94 -139z" />
209
- <glyph glyph-name="OE" unicode="&#x152;" horiz-adv-x="880"
210
- d="M828 421h-224v-75h150v-140h-150v-66h224v-140h-372v85c-41 -59 -104 -90 -172 -90c-131 0 -242 96 -242 277v16c0 181 111 277 242 277c68 0 131 -31 172 -90v85l372 1v-140zM379 272v16c0 109 -46 139 -95 139s-94 -30 -94 -139v-16c0 -109 45 -139 94 -139
211
- s95 30 95 139z" />
212
- <glyph glyph-name="P" unicode="P" horiz-adv-x="481"
213
- d="M261 565c98 0 198 -76 198 -209c0 -113 -72 -202 -187 -205h-61v-151h-149v554c66 4 133 7 199 11zM211 285h39c28 0 60 23 60 62c0 37 -15 70 -61 70l-38 -3v-129z" />
214
- <glyph glyph-name="Thorn" unicode="&#xde;" horiz-adv-x="499"
215
- d="M297 512c102 26 175 -87 175 -228c0 -144 -89 -249 -196 -213c-24 8 -46 28 -64 53v-124h-150v558l150 7v-135c19 37 46 72 85 82zM254 187c38 0 62 35 62 97c0 58 -18 103 -57 103c-15 0 -31 -14 -47 -35v-141c14 -14 28 -24 42 -24z" />
216
- <glyph glyph-name="Q" unicode="Q" horiz-adv-x="573"
217
- d="M496 134l55 -134h-267c-131 0 -242 96 -242 277v11c0 181 111 277 242 277s242 -96 242 -277v-11c0 -55 -11 -103 -30 -143zM190 277c0 -117 45 -149 94 -149h7c46 3 87 38 87 149v11c0 117 -45 149 -94 149s-94 -32 -94 -149v-11z" />
218
- <glyph glyph-name="R" unicode="R" horiz-adv-x="511"
219
- d="M489 0h-171l-87 151h-20v-151h-149v554c66 4 133 7 199 11c98 0 198 -76 198 -209c0 -71 -28 -133 -78 -169zM211 414v-129h39c28 0 60 23 60 62c0 37 -15 70 -61 70z" />
220
- <glyph glyph-name="Racute" unicode="&#x154;" horiz-adv-x="511"
221
- d="M431 726l-208 -90l-45 92l186 122zM489 0h-171l-87 151h-20v-151h-149v554c66 4 133 7 199 11c98 0 198 -76 198 -209c0 -71 -28 -133 -78 -169zM211 414v-129h39c28 0 60 23 60 62c0 37 -15 70 -61 70z" />
222
- <glyph glyph-name="Rcaron" unicode="&#x158;" horiz-adv-x="511"
223
- d="M382 762l-147 -119l-146 124l75 76l71 -61l75 60zM489 0h-171l-87 151h-20v-151h-149v554c66 4 133 7 199 11c98 0 198 -76 198 -209c0 -71 -28 -133 -78 -169zM211 414v-129h39c28 0 60 23 60 62c0 37 -15 70 -61 70z" />
224
- <glyph glyph-name="Rcommaaccent" unicode="&#x156;" horiz-adv-x="511"
225
- d="M381 187l108 -187h-171l-87 151h-20v-151h-149v554c66 4 133 7 199 11c98 0 198 -76 198 -209c0 -71 -28 -133 -78 -169zM211 414v-129h39c28 0 60 23 60 62c0 37 -15 70 -61 70zM157 -206l37 172l113 -9l-10 -178z" />
226
- <glyph glyph-name="S" unicode="S" horiz-adv-x="458"
227
- d="M234 -5c-91 0 -175 56 -195 158l145 40c6 -31 28 -45 45 -45c15 0 33 9 32 32c-3 59 -224 47 -224 214c0 95 82 171 187 171c99 0 184 -69 196 -152l-136 -37c-12 31 -33 42 -51 42c-19 0 -33 -14 -28 -33c13 -47 216 -28 216 -213c0 -105 -83 -177 -187 -177z" />
228
- <glyph glyph-name="Sacute" unicode="&#x15a;" horiz-adv-x="458"
229
- d="M216 636l-45 92l186 122l67 -124zM234 -5c-91 0 -175 56 -195 158l145 40c6 -31 28 -45 45 -45c15 0 33 9 32 32c-3 59 -224 47 -224 214c0 95 82 171 187 171c99 0 184 -69 196 -152l-136 -37c-12 31 -33 42 -51 42c-19 0 -33 -14 -28 -33c13 -47 216 -28 216 -213
230
- c0 -105 -83 -177 -187 -177z" />
231
- <glyph glyph-name="Scaron" unicode="&#x160;" horiz-adv-x="458"
232
- d="M375 762l-147 -119l-146 124l75 76l71 -61l75 60zM205 385c13 -47 216 -28 216 -213c0 -105 -83 -177 -187 -177c-91 0 -175 56 -195 158l145 40c6 -31 28 -45 45 -45c15 0 33 9 32 32c-3 59 -224 47 -224 214c0 95 82 171 187 171c99 0 184 -69 196 -152l-136 -37
233
- c-12 31 -33 42 -51 42c-19 0 -33 -14 -28 -33z" />
234
- <glyph glyph-name="Scedilla" unicode="&#x15e;" horiz-adv-x="458"
235
- d="M271 -37c55 11 101 -26 101 -78c0 -63 -49 -100 -114 -100c-44 0 -76 18 -94 33l43 66c8 -6 21 -14 44 -14c11 0 26 5 26 20c0 25 -27 26 -44 25l-42 -3v87c-73 15 -135 68 -152 154l145 40c6 -31 28 -45 45 -45c15 0 33 9 32 32c-3 59 -224 47 -224 214
236
- c0 95 82 171 187 171c99 0 184 -69 196 -152l-136 -37c-12 31 -33 42 -51 42c-19 0 -33 -14 -28 -33c13 -47 216 -28 216 -213c0 -89 -60 -154 -141 -172z" />
237
- <glyph glyph-name="Scommaaccent" unicode="&#x218;" horiz-adv-x="458"
238
- d="M234 -5c-91 0 -175 56 -195 158l145 40c6 -31 28 -45 45 -45c15 0 33 9 32 32c-3 59 -224 47 -224 214c0 95 82 171 187 171c99 0 184 -69 196 -152l-136 -37c-12 31 -33 42 -51 42c-19 0 -33 -14 -28 -33c13 -47 216 -28 216 -213c0 -105 -83 -177 -187 -177zM281 -220
239
- l-140 15l37 172l113 -9z" />
240
- <glyph glyph-name="T" unicode="T" horiz-adv-x="415"
241
- d="M403 560v-145h-121v-415h-150v415h-120v145h391z" />
242
- <glyph glyph-name="Tbar" unicode="&#x166;" horiz-adv-x="415"
243
- d="M342 776l-1 -115h-267v115h268zM403 560v-145h-121v-415h-150v415h-120v145h391z" />
244
- <glyph glyph-name="Tcaron" unicode="&#x164;" horiz-adv-x="415"
245
- d="M354 762l-147 -119l-146 124l75 76l71 -61l75 60zM403 560v-145h-121v-415h-150v415h-120v145h391z" />
246
- <glyph glyph-name="uni0162" unicode="&#x162;" horiz-adv-x="415"
247
- d="M282 0h-26l-9 -38c55 11 101 -26 101 -78c0 -63 -49 -100 -114 -100c-44 0 -76 18 -94 33l43 66c8 -6 21 -14 44 -14c11 0 26 5 26 20c0 25 -27 26 -44 25l-42 -3v89h-35v415h-120v145h391v-145h-121v-415z" />
248
- <glyph glyph-name="uni021A" unicode="&#x21a;" horiz-adv-x="415"
249
- d="M403 560v-145h-121v-415h-150v415h-120v145h391zM117 -206l37 172l113 -9l-10 -178z" />
250
- <glyph glyph-name="U" unicode="U" horiz-adv-x="539"
251
- d="M271 -3c-122 0 -221 77 -222 229l-2 327l148 8l2 -323c0 -64 33 -93 74 -93c44 0 73 31 73 93l-2 322h148l2 -334c0 -152 -99 -229 -221 -229z" />
252
- <glyph glyph-name="Uacute" unicode="&#xda;" horiz-adv-x="539"
253
- d="M257 636l-45 92l186 122l67 -124zM271 -3c-122 0 -221 77 -222 229l-2 327l148 8l2 -323c0 -64 33 -93 74 -93c44 0 73 31 73 93l-2 322h148l2 -334c0 -152 -99 -229 -221 -229z" />
254
- <glyph glyph-name="uni01D3" unicode="&#x1d3;" horiz-adv-x="539"
255
- d="M416 762l-147 -119l-146 124l75 76l71 -61l75 60zM490 560l2 -334c0 -152 -99 -229 -221 -229s-221 77 -222 229l-2 327l148 8l2 -323c0 -64 33 -93 74 -93c44 0 73 31 73 93l-2 322h148z" />
256
- <glyph glyph-name="Ucircumflex" unicode="&#xdb;" horiz-adv-x="539"
257
- d="M269 706l-71 -61l-75 76l146 124l147 -119l-72 -80zM490 560l2 -334c0 -152 -99 -229 -221 -229s-221 77 -222 229l-2 327l148 8l2 -323c0 -64 33 -93 74 -93c44 0 73 31 73 93l-2 322h148z" />
258
- <glyph glyph-name="Udieresis" unicode="&#xdc;" horiz-adv-x="539"
259
- d="M356 664c-39 0 -65 27 -65 67c0 39 26 65 65 65c40 0 67 -26 67 -65c0 -40 -27 -67 -67 -67zM162 663c-39 0 -65 27 -65 67c0 39 26 65 65 65c40 0 67 -26 67 -65c0 -40 -27 -67 -67 -67zM271 -3c-122 0 -221 77 -222 229l-2 327l148 8l2 -323c0 -64 33 -93 74 -93
260
- c44 0 73 31 73 93l-2 322h148l2 -334c0 -152 -99 -229 -221 -229z" />
261
- <glyph glyph-name="Ugrave" unicode="&#xd9;" horiz-adv-x="539"
262
- d="M275 635l-208 90l68 124l186 -122zM271 -3c-122 0 -221 77 -222 229l-2 327l148 8l2 -323c0 -64 33 -93 74 -93c44 0 73 31 73 93l-2 322h148l2 -334c0 -152 -99 -229 -221 -229z" />
263
- <glyph glyph-name="Uhungarumlaut" unicode="&#x170;" horiz-adv-x="539"
264
- d="M232 634l-115 -2l-7 220l137 -6zM400 630l-115 2l7 216l137 -7zM271 -3c-122 0 -221 77 -222 229l-2 327l148 8l2 -323c0 -64 33 -93 74 -93c44 0 73 31 73 93l-2 322h148l2 -334c0 -152 -99 -229 -221 -229z" />
265
- <glyph glyph-name="Umacron" unicode="&#x16a;" horiz-adv-x="539"
266
- d="M136 661v115h268l-1 -115h-267zM271 -3c-122 0 -221 77 -222 229l-2 327l148 8l2 -323c0 -64 33 -93 74 -93c44 0 73 31 73 93l-2 322h148l2 -334c0 -152 -99 -229 -221 -229z" />
267
- <glyph glyph-name="Uogonek" unicode="&#x172;" horiz-adv-x="539"
268
- d="M340 6c-61 -28 -96 -48 -110 -69c-22 -33 18 -71 51 -23l56 -61c-68 -94 -204 -53 -195 54c3 39 30 74 71 96c-94 21 -163 96 -164 223l-2 327l148 8l2 -323c0 -64 33 -93 74 -93c44 0 73 31 73 93l-2 322h148l2 -334c0 -122 -64 -196 -152 -220z" />
269
- <glyph glyph-name="Uring" unicode="&#x16e;" horiz-adv-x="539"
270
- d="M269 627c-66 0 -116 54 -116 117c0 64 50 116 116 116c64 0 117 -52 117 -116c0 -63 -53 -117 -117 -117zM266 710c19 0 34 13 34 33c0 19 -15 33 -34 33c-17 0 -30 -14 -30 -33c0 -20 13 -33 30 -33zM271 -3c-122 0 -221 77 -222 229l-2 327l148 8l2 -323
271
- c0 -64 33 -93 74 -93c44 0 73 31 73 93l-2 322h148l2 -334c0 -152 -99 -229 -221 -229z" />
272
- <glyph glyph-name="V" unicode="V" horiz-adv-x="533"
273
- d="M371 566l155 -9l-184 -557h-151l-184 557l155 9l105 -363z" />
274
- <glyph glyph-name="W" unicode="W" horiz-adv-x="703"
275
- d="M536 565l150 -9l-119 -556h-130l-85 267l-86 -267h-130l-119 556l150 9l54 -300l80 285h100l80 -288z" />
276
- <glyph glyph-name="Wacute" unicode="&#x1e82;" horiz-adv-x="703"
277
- d="M547 726l-208 -90l-45 92l186 122zM536 565l150 -9l-119 -556h-130l-85 267l-86 -267h-130l-119 556l150 9l54 -300l80 285h100l80 -288z" />
278
- <glyph glyph-name="Wcircumflex" unicode="&#x174;" horiz-adv-x="703"
279
- d="M351 706l-71 -61l-75 76l146 124l147 -119l-72 -80zM536 565l150 -9l-119 -556h-130l-85 267l-86 -267h-130l-119 556l150 9l54 -300l80 285h100l80 -288z" />
280
- <glyph glyph-name="Wdieresis" unicode="&#x1e84;" horiz-adv-x="703"
281
- d="M438 664c-39 0 -65 27 -65 67c0 39 26 65 65 65c40 0 67 -26 67 -65c0 -40 -27 -67 -67 -67zM244 663c-39 0 -65 27 -65 67c0 39 26 65 65 65c40 0 67 -26 67 -65c0 -40 -27 -67 -67 -67zM536 565l150 -9l-119 -556h-130l-85 267l-86 -267h-130l-119 556l150 9l54 -300
282
- l80 285h100l80 -288z" />
283
- <glyph glyph-name="Wgrave" unicode="&#x1e80;" horiz-adv-x="703"
284
- d="M403 727l-46 -92l-208 90l68 124zM536 565l150 -9l-119 -556h-130l-85 267l-86 -267h-130l-119 556l150 9l54 -300l80 285h100l80 -288z" />
285
- <glyph glyph-name="X" unicode="X" horiz-adv-x="583"
286
- d="M566 0h-162l-112 176l-113 -176h-162l190 286l-182 274h162l105 -164l105 164h162l-182 -275z" />
287
- <glyph glyph-name="Y" unicode="Y" horiz-adv-x="496"
288
- d="M494 556l-171 -337v-219h-150v219l-171 337l155 10l91 -210l91 210z" />
289
- <glyph glyph-name="Yacute" unicode="&#xdd;" horiz-adv-x="496"
290
- d="M443 716l-208 -90l-45 92l186 122zM494 556l-171 -337v-219h-150v219l-171 337l155 10l91 -210l91 210z" />
291
- <glyph glyph-name="Ycircumflex" unicode="&#x176;" horiz-adv-x="496"
292
- d="M247 696l-71 -61l-75 76l146 124l147 -119l-72 -80zM494 556l-171 -337v-219h-150v219l-171 337l155 10l91 -210l91 210z" />
293
- <glyph glyph-name="Ydieresis" unicode="&#x178;" horiz-adv-x="496"
294
- d="M334 654c-39 0 -65 27 -65 67c0 39 26 65 65 65c40 0 67 -26 67 -65c0 -40 -27 -67 -67 -67zM140 653c-39 0 -65 27 -65 67c0 39 26 65 65 65c40 0 67 -26 67 -65c0 -40 -27 -67 -67 -67zM494 556l-171 -337v-219h-150v219l-171 337l155 10l91 -210l91 210z" />
295
- <glyph glyph-name="Ygrave" unicode="&#x1ef2;" horiz-adv-x="496"
296
- d="M299 717l-46 -92l-208 90l68 124zM494 556l-171 -337v-219h-150v219l-171 337l155 10l91 -210l91 210z" />
297
- <glyph glyph-name="Z" unicode="Z" horiz-adv-x="504"
298
- d="M452 560v-145l-218 -275h218v-140h-400v144l222 276h-221v140h399z" />
299
- <glyph glyph-name="Zacute" unicode="&#x179;" horiz-adv-x="504"
300
- d="M447 726l-208 -90l-45 92l186 122zM452 560v-145l-218 -275h218v-140h-400v144l222 276h-221v140h399z" />
301
- <glyph glyph-name="Zcaron" unicode="&#x17d;" horiz-adv-x="504"
302
- d="M398 762l-147 -119l-146 124l75 76l71 -61l75 60zM452 560v-145l-218 -275h218v-140h-400v144l222 276h-221v140h399z" />
303
- <glyph glyph-name="Zdotaccent" unicode="&#x17b;" horiz-adv-x="504"
304
- d="M252 624c-48 0 -82 33 -82 83c0 47 34 82 82 82c49 0 83 -35 83 -82c0 -50 -34 -83 -83 -83zM452 560v-145l-218 -275h218v-140h-400v144l222 276h-221v140h399z" />
305
- <glyph glyph-name="B.ss01" horiz-adv-x="523"
306
- d="M62 0v560c67 4 142 5 190 5c146 0 196 -80 196 -160c0 -46 -21 -82 -43 -99c53 -32 76 -87 76 -141c0 -123 -107 -165 -165 -165h-254zM211 343h46c24 0 40 17 40 43c0 15 -11 43 -45 43c-15 0 -32 0 -41 -1v-85zM211 141h68c23 0 44 15 44 43c0 30 -26 41 -42 41l-70 -1
307
- v-83z" />
308
- <glyph glyph-name="D.ss01" horiz-adv-x="534"
309
- d="M62 0v560c67 4 142 4 191 5c124 3 239 -98 239 -293c0 -197 -131 -272 -236 -272h-194zM211 148h42c64 0 88 64 88 124c0 73 -17 146 -94 146c-13 0 -23 0 -36 -2v-268z" />
310
- <glyph glyph-name="P.ss01" horiz-adv-x="481"
311
- d="M246 566c118 0 213 -77 213 -210c0 -113 -72 -202 -187 -205h-61v-151h-149v560c67 4 142 7 184 6zM211 285h39c28 0 60 23 60 62c0 37 -17 71 -63 71c-13 0 -23 0 -36 -1v-132z" />
312
- <glyph glyph-name="R.ss01" horiz-adv-x="511"
313
- d="M489 0h-171l-87 151h-20v-151h-149v560c67 4 142 7 184 6c113 0 213 -77 213 -210c0 -71 -28 -133 -78 -169zM211 417v-132h39c28 0 60 23 60 62c0 37 -16 71 -62 71c-14 0 -24 0 -37 -1z" />
314
- <glyph glyph-name="a" unicode="a" horiz-adv-x="504"
315
- d="M435 224c0 -55 7 -80 42 -80v-135c-87 -24 -156 -5 -182 75c-19 -40 -49 -77 -94 -84c-100 -16 -174 82 -174 210c0 131 80 249 178 231c40 -7 65 -38 82 -74v24l4 55l145 -8zM239 126c17 0 32 9 46 23v15l1 122c-16 17 -33 27 -51 27c-32 0 -54 -42 -54 -105
316
- c0 -46 19 -82 58 -82z" />
317
- <glyph glyph-name="aacute" unicode="&#xe1;" horiz-adv-x="504"
318
- d="M456 596l-208 -90l-45 92l186 122zM435 224c0 -55 7 -80 42 -80v-135c-87 -24 -156 -5 -182 75c-19 -40 -49 -77 -94 -84c-100 -16 -174 82 -174 210c0 131 80 249 178 231c40 -7 65 -38 82 -74v24l4 55l145 -8zM239 126c17 0 32 9 46 23v15l1 122c-16 17 -33 27 -51 27
319
- c-32 0 -54 -42 -54 -105c0 -46 19 -82 58 -82z" />
320
- <glyph glyph-name="abreve" unicode="&#x103;" horiz-adv-x="504"
321
- d="M261 519c-65 0 -122 36 -152 90l78 67c14 -19 40 -44 74 -44c40 0 59 24 74 44l78 -67c-30 -55 -86 -90 -152 -90zM435 224c0 -55 7 -80 42 -80v-135c-87 -24 -156 -5 -182 75c-19 -40 -49 -77 -94 -84c-100 -16 -174 82 -174 210c0 131 80 249 178 231
322
- c40 -7 65 -38 82 -74v24l4 55l145 -8zM239 126c17 0 32 9 46 23v15l1 122c-16 17 -33 27 -51 27c-32 0 -54 -42 -54 -105c0 -46 19 -82 58 -82z" />
323
- <glyph glyph-name="uni01CE" unicode="&#x1ce;" horiz-adv-x="504"
324
- d="M407 632l-147 -119l-146 124l75 76l71 -61l75 60zM435 224c0 -55 7 -80 42 -80v-135c-87 -24 -156 -5 -182 75c-19 -40 -49 -77 -94 -84c-100 -16 -174 82 -174 210c0 131 80 249 178 231c40 -7 65 -38 82 -74v24l4 55l145 -8zM239 126c17 0 32 9 46 23v15l1 122
325
- c-16 17 -33 27 -51 27c-32 0 -54 -42 -54 -105c0 -46 19 -82 58 -82z" />
326
- <glyph glyph-name="acircumflex" unicode="&#xe2;" horiz-adv-x="504"
327
- d="M260 576l-71 -61l-75 76l146 124l147 -119l-72 -80zM435 224c0 -55 7 -80 42 -80v-135c-87 -24 -156 -5 -182 75c-19 -40 -49 -77 -94 -84c-100 -16 -174 82 -174 210c0 131 80 249 178 231c40 -7 65 -38 82 -74v24l4 55l145 -8zM239 126c17 0 32 9 46 23v15l1 122
328
- c-16 17 -33 27 -51 27c-32 0 -54 -42 -54 -105c0 -46 19 -82 58 -82z" />
329
- <glyph glyph-name="adieresis" unicode="&#xe4;" horiz-adv-x="504"
330
- d="M347 534c-39 0 -65 27 -65 67c0 39 26 65 65 65c40 0 67 -26 67 -65c0 -40 -27 -67 -67 -67zM153 533c-39 0 -65 27 -65 67c0 39 26 65 65 65c40 0 67 -26 67 -65c0 -40 -27 -67 -67 -67zM435 224c0 -55 7 -80 42 -80v-135c-87 -24 -156 -5 -182 75
331
- c-19 -40 -49 -77 -94 -84c-100 -16 -174 82 -174 210c0 131 80 249 178 231c40 -7 65 -38 82 -74v24l4 55l145 -8zM239 126c17 0 32 9 46 23v15l1 122c-16 17 -33 27 -51 27c-32 0 -54 -42 -54 -105c0 -46 19 -82 58 -82z" />
332
- <glyph glyph-name="agrave" unicode="&#xe0;" horiz-adv-x="504"
333
- d="M312 597l-46 -92l-208 90l68 124zM435 224c0 -55 7 -80 42 -80v-135c-87 -24 -156 -5 -182 75c-19 -40 -49 -77 -94 -84c-100 -16 -174 82 -174 210c0 131 80 249 178 231c40 -7 65 -38 82 -74v24l4 55l145 -8zM239 126c17 0 32 9 46 23v15l1 122c-16 17 -33 27 -51 27
334
- c-32 0 -54 -42 -54 -105c0 -46 19 -82 58 -82z" />
335
- <glyph glyph-name="amacron" unicode="&#x101;" horiz-adv-x="504"
336
- d="M395 646l-1 -115h-267v115h268zM435 224c0 -55 7 -80 42 -80v-135c-87 -24 -156 -5 -182 75c-19 -40 -49 -77 -94 -84c-100 -16 -174 82 -174 210c0 131 80 249 178 231c40 -7 65 -38 82 -74v24l4 55l145 -8zM239 126c17 0 32 9 46 23v15l1 122c-16 17 -33 27 -51 27
337
- c-32 0 -54 -42 -54 -105c0 -46 19 -82 58 -82z" />
338
- <glyph glyph-name="aogonek" unicode="&#x105;" horiz-adv-x="504"
339
- d="M474 8c-58 -27 -92 -46 -106 -67c-22 -33 18 -71 51 -23l56 -61c-68 -94 -204 -53 -195 54c3 41 32 78 77 99c-28 13 -50 37 -62 74c-19 -40 -49 -77 -94 -84c-100 -16 -174 82 -174 210c0 131 80 249 178 231c40 -7 65 -38 82 -74v24l4 55l145 -8l-1 -214
340
- c0 -55 7 -80 42 -80v-134v-1c-1 0 -2 0 -3 -1zM239 126c17 0 32 9 46 23v15l1 122c-16 17 -33 27 -51 27c-32 0 -54 -42 -54 -105c0 -46 19 -82 58 -82z" />
341
- <glyph glyph-name="aring" unicode="&#xe5;" horiz-adv-x="504"
342
- d="M260 497c-66 0 -116 54 -116 117c0 64 50 116 116 116c64 0 117 -52 117 -116c0 -63 -53 -117 -117 -117zM257 646c-17 0 -30 -14 -30 -33c0 -20 13 -33 30 -33c19 0 34 13 34 33c0 19 -15 33 -34 33zM435 224c0 -55 7 -80 42 -80v-135c-87 -24 -156 -5 -182 75
343
- c-19 -40 -49 -77 -94 -84c-100 -16 -174 82 -174 210c0 131 80 249 178 231c40 -7 65 -38 82 -74v24l4 55l145 -8zM239 126c17 0 32 9 46 23v15l1 122c-16 17 -33 27 -51 27c-32 0 -54 -42 -54 -105c0 -46 19 -82 58 -82z" />
344
- <glyph glyph-name="atilde" unicode="&#xe3;" horiz-adv-x="504"
345
- d="M227 562c-16 0 -27 -21 -35 -41l-101 53c9 24 44 99 104 99c42 0 73 -27 97 -27c18 0 25 18 36 42l102 -51c-9 -24 -42 -104 -106 -104c-47 0 -74 29 -97 29zM435 224c0 -55 7 -80 42 -80v-135c-87 -24 -156 -5 -182 75c-19 -40 -49 -77 -94 -84
346
- c-100 -16 -174 82 -174 210c0 131 80 249 178 231c40 -7 65 -38 82 -74v24l4 55l145 -8zM239 126c17 0 32 9 46 23v15l1 122c-16 17 -33 27 -51 27c-32 0 -54 -42 -54 -105c0 -46 19 -82 58 -82z" />
347
- <glyph glyph-name="ae" unicode="&#xe6;" horiz-adv-x="833"
348
- d="M804 185h-262v-6c1 -41 32 -56 56 -56c26 0 44 12 54 36l136 -40c-30 -70 -96 -124 -188 -124c-77 0 -135 39 -169 95v-90h-140v76c-19 -37 -49 -69 -90 -76c-100 -16 -174 82 -174 210c0 131 80 249 178 231c43 -8 70 -44 86 -83v91l140 -12v-86c34 55 92 94 169 94
349
- c129 0 206 -106 206 -212c0 -36 -1 -39 -2 -48zM598 317c-25 0 -55 -18 -55 -54h110c-1 36 -30 54 -55 54zM239 126c20 0 37 12 52 30v125c-17 20 -36 32 -56 32c-32 0 -54 -42 -54 -105c0 -46 19 -82 58 -82z" />
350
- <glyph glyph-name="b" unicode="b" horiz-adv-x="484"
351
- d="M282 445c102 26 175 -87 175 -228c0 -144 -89 -249 -196 -213c-26 9 -49 30 -67 57l-7 -61h-140v595l150 8l-1 -242c19 38 47 74 86 84zM239 120c38 0 62 35 62 97c0 58 -18 103 -57 103c-15 0 -32 -14 -48 -37l-1 -137c15 -15 30 -26 44 -26z" />
352
- <glyph glyph-name="c" unicode="c" horiz-adv-x="434"
353
- d="M229 -5c-131 0 -202 106 -202 222v6c0 116 71 222 202 222c70 0 141 -36 178 -110l-122 -75c-9 30 -30 47 -56 47c-44 0 -59 -40 -59 -84v-6c0 -44 15 -84 59 -84c25 0 47 15 55 45l121 -78c-41 -75 -113 -105 -176 -105z" />
354
- <glyph glyph-name="cacute" unicode="&#x107;" horiz-adv-x="434"
355
- d="M210 496l-45 92l186 122l67 -124zM229 -5c-131 0 -202 106 -202 222v6c0 116 71 222 202 222c70 0 141 -36 178 -110l-122 -75c-9 30 -30 47 -56 47c-44 0 -59 -40 -59 -84v-6c0 -44 15 -84 59 -84c25 0 47 15 55 45l121 -78c-41 -75 -113 -105 -176 -105z" />
356
- <glyph glyph-name="ccaron" unicode="&#x10d;" horiz-adv-x="434"
357
- d="M369 622l-147 -119l-146 124l75 76l71 -61l75 60zM229 133c25 0 47 15 55 45l121 -78c-41 -75 -113 -105 -176 -105c-131 0 -202 106 -202 222v6c0 116 71 222 202 222c70 0 141 -36 178 -110l-122 -75c-9 30 -30 47 -56 47c-44 0 -59 -40 -59 -84v-6
358
- c0 -44 15 -84 59 -84z" />
359
- <glyph glyph-name="ccedilla" unicode="&#xe7;" horiz-adv-x="434"
360
- d="M229 133c25 0 47 15 55 45l121 -78c-33 -60 -86 -91 -138 -101l-8 -34c55 11 101 -26 101 -78c0 -63 -49 -100 -114 -100c-44 0 -76 18 -94 33l43 66c8 -6 21 -14 44 -14c11 0 26 5 26 20c0 25 -27 26 -44 25l-42 -3v87c-99 23 -152 116 -152 216v6c0 116 71 222 202 222
361
- c70 0 141 -36 178 -110l-122 -75c-9 30 -30 47 -56 47c-44 0 -59 -40 -59 -84v-6c0 -44 15 -84 59 -84z" />
362
- <glyph glyph-name="cdotaccent" unicode="&#x10b;" horiz-adv-x="434"
363
- d="M223 484c-48 0 -82 33 -82 83c0 47 34 82 82 82c49 0 83 -35 83 -82c0 -50 -34 -83 -83 -83zM229 -5c-131 0 -202 106 -202 222v6c0 116 71 222 202 222c70 0 141 -36 178 -110l-122 -75c-9 30 -30 47 -56 47c-44 0 -59 -40 -59 -84v-6c0 -44 15 -84 59 -84
364
- c25 0 47 15 55 45l121 -78c-41 -75 -113 -105 -176 -105z" />
365
- <glyph glyph-name="d" unicode="d" horiz-adv-x="484"
366
- d="M287 591l150 -7v-584h-140l-10 69c-19 -34 -47 -63 -86 -69c-100 -16 -174 82 -174 210c0 131 80 249 178 231c40 -7 66 -39 82 -74v224zM239 126c18 0 34 10 48 25v134c-16 18 -33 28 -52 28c-32 0 -54 -42 -54 -105c0 -46 19 -82 58 -82z" />
367
- <glyph glyph-name="eth" unicode="&#xf0;" horiz-adv-x="475"
368
- d="M448 329c0 -126 -39 -307 -195 -331c-9 -2 -19 -3 -29 -3c-125 0 -197 107 -197 225c0 112 79 217 187 215c40 -1 74 -17 101 -42c-8 49 -23 91 -45 126l-45 -41l-57 62l47 43c-21 18 -45 34 -71 47l60 103c37 -16 72 -37 103 -65l54 50l57 -64l-54 -49
369
- c52 -72 84 -166 84 -276zM175 220c0 -66 15 -107 59 -107c11 0 21 3 29 8c22 16 31 51 31 99c0 76 -16 117 -60 117s-59 -41 -59 -117z" />
370
- <glyph glyph-name="dcaron" unicode="&#x10f;" horiz-adv-x="484"
371
- d="M484 605l137 -7l-25 -206l-105 2zM287 367v224l150 -7v-584h-140l-10 69c-19 -34 -47 -63 -86 -69c-100 -16 -174 82 -174 210c0 131 80 249 178 231c40 -7 66 -39 82 -74zM239 126c18 0 34 10 48 25v134c-16 18 -33 28 -52 28c-32 0 -54 -42 -54 -105
372
- c0 -46 19 -82 58 -82z" />
373
- <glyph glyph-name="dcroat" unicode="&#x111;" horiz-adv-x="484"
374
- d="M486 525l-1 -65h-48v-460h-140l-10 69c-19 -34 -47 -63 -86 -69c-100 -16 -174 82 -174 210c0 131 80 249 178 231c40 -7 66 -39 82 -74v93h-66v65h66v66l150 -7v-59h49zM239 126c18 0 34 10 48 25v134c-16 18 -33 28 -52 28c-32 0 -54 -42 -54 -105c0 -46 19 -82 58 -82
375
- z" />
376
- <glyph glyph-name="e" unicode="e" horiz-adv-x="465"
377
- d="M232 -5c-129 0 -205 110 -205 225s76 225 205 225s206 -106 206 -212c0 -36 -1 -39 -2 -48h-262v-6c1 -41 32 -56 56 -56c26 0 44 12 54 36l136 -40c-30 -70 -96 -124 -188 -124zM175 263h110c-1 36 -30 54 -55 54s-55 -18 -55 -54z" />
378
- <glyph glyph-name="eacute" unicode="&#xe9;" horiz-adv-x="465"
379
- d="M220 496l-45 92l186 122l67 -124zM232 -5c-129 0 -205 110 -205 225s76 225 205 225s206 -106 206 -212c0 -36 -1 -39 -2 -48h-262v-6c1 -41 32 -56 56 -56c26 0 44 12 54 36l136 -40c-30 -70 -96 -124 -188 -124zM175 263h110c-1 36 -30 54 -55 54s-55 -18 -55 -54z" />
380
- <glyph glyph-name="ecaron" unicode="&#x11b;" horiz-adv-x="465"
381
- d="M379 622l-147 -119l-146 124l75 76l71 -61l75 60zM436 185h-262v-6c1 -41 32 -56 56 -56c26 0 44 12 54 36l136 -40c-30 -70 -96 -124 -188 -124c-129 0 -205 110 -205 225s76 225 205 225s206 -106 206 -212c0 -36 -1 -39 -2 -48zM230 317c-25 0 -55 -18 -55 -54h110
382
- c-1 36 -30 54 -55 54z" />
383
- <glyph glyph-name="ecircumflex" unicode="&#xea;" horiz-adv-x="465"
384
- d="M232 566l-71 -61l-75 76l146 124l147 -119l-72 -80zM436 185h-262v-6c1 -41 32 -56 56 -56c26 0 44 12 54 36l136 -40c-30 -70 -96 -124 -188 -124c-129 0 -205 110 -205 225s76 225 205 225s206 -106 206 -212c0 -36 -1 -39 -2 -48zM230 317c-25 0 -55 -18 -55 -54h110
385
- c-1 36 -30 54 -55 54z" />
386
- <glyph glyph-name="edieresis" unicode="&#xeb;" horiz-adv-x="465"
387
- d="M319 524c-39 0 -65 27 -65 67c0 39 26 65 65 65c40 0 67 -26 67 -65c0 -40 -27 -67 -67 -67zM125 523c-39 0 -65 27 -65 67c0 39 26 65 65 65c40 0 67 -26 67 -65c0 -40 -27 -67 -67 -67zM232 -5c-129 0 -205 110 -205 225s76 225 205 225s206 -106 206 -212
388
- c0 -36 -1 -39 -2 -48h-262v-6c1 -41 32 -56 56 -56c26 0 44 12 54 36l136 -40c-30 -70 -96 -124 -188 -124zM175 263h110c-1 36 -30 54 -55 54s-55 -18 -55 -54z" />
389
- <glyph glyph-name="edotaccent" unicode="&#x117;" horiz-adv-x="465"
390
- d="M233 484c-48 0 -82 33 -82 83c0 47 34 82 82 82c49 0 83 -35 83 -82c0 -50 -34 -83 -83 -83zM232 -5c-129 0 -205 110 -205 225s76 225 205 225s206 -106 206 -212c0 -36 -1 -39 -2 -48h-262v-6c1 -41 32 -56 56 -56c26 0 44 12 54 36l136 -40
391
- c-30 -70 -96 -124 -188 -124zM175 263h110c-1 36 -30 54 -55 54s-55 -18 -55 -54z" />
392
- <glyph glyph-name="egrave" unicode="&#xe8;" horiz-adv-x="465"
393
- d="M238 495l-208 90l68 124l186 -122zM232 -5c-129 0 -205 110 -205 225s76 225 205 225s206 -106 206 -212c0 -36 -1 -39 -2 -48h-262v-6c1 -41 32 -56 56 -56c26 0 44 12 54 36l136 -40c-30 -70 -96 -124 -188 -124zM175 263h110c-1 36 -30 54 -55 54s-55 -18 -55 -54z
394
- " />
395
- <glyph glyph-name="emacron" unicode="&#x113;" horiz-adv-x="465"
396
- d="M99 521v115h268l-1 -115h-267zM232 -5c-129 0 -205 110 -205 225s76 225 205 225s206 -106 206 -212c0 -36 -1 -39 -2 -48h-262v-6c1 -41 32 -56 56 -56c26 0 44 12 54 36l136 -40c-30 -70 -96 -124 -188 -124zM175 263h110c-1 36 -30 54 -55 54s-55 -18 -55 -54z" />
397
- <glyph glyph-name="eogonek" unicode="&#x119;" horiz-adv-x="465"
398
- d="M436 185h-262v-6c1 -41 32 -56 56 -56c26 0 44 12 54 36l136 -40c-18 -42 -49 -79 -91 -101h1c-61 -28 -96 -48 -110 -69c-22 -33 18 -71 51 -23l56 -61c-68 -94 -204 -53 -195 54c3 32 20 61 49 82c-98 25 -154 120 -154 219c0 115 76 225 205 225s206 -106 206 -212
399
- c0 -36 -1 -39 -2 -48zM230 317c-25 0 -55 -18 -55 -54h110c-1 36 -30 54 -55 54z" />
400
- <glyph glyph-name="f" unicode="f" horiz-adv-x="306"
401
- d="M257 474c-14 -3 -31 -12 -34 -44h66v-125h-66v-305h-150v305h-46v125h46v2c0 118 73 168 169 168c29 0 72 -8 87 -16l-32 -113c-12 2 -24 5 -40 3z" />
402
- <glyph glyph-name="g" unicode="g" horiz-adv-x="490"
403
- d="M473 434l-4 -130l-66 4c16 -29 27 -62 27 -98c0 -40 -13 -80 -36 -112c23 -30 39 -68 38 -108c-1 -109 -84 -200 -205 -200c-112 0 -177 83 -196 154l120 48c5 -19 29 -66 76 -66c35 0 57 26 57 64c0 13 -2 24 -6 33c-15 -3 -30 -5 -46 -5c-125 0 -204 103 -204 214
404
- c0 101 79 213 204 213h2zM170 232c0 -42 16 -86 62 -86s63 44 63 86c0 41 -17 85 -63 85s-62 -44 -62 -85z" />
405
- <glyph glyph-name="gbreve" unicode="&#x11f;" horiz-adv-x="490"
406
- d="M237 509c-65 0 -122 36 -152 90l78 67c14 -19 40 -44 74 -44c40 0 59 24 74 44l78 -67c-30 -55 -86 -90 -152 -90zM473 434l-4 -130l-66 4c16 -29 27 -62 27 -98c0 -40 -13 -80 -36 -112c23 -30 39 -68 38 -108c-1 -109 -84 -200 -205 -200c-112 0 -177 83 -196 154
407
- l120 48c5 -19 29 -66 76 -66c35 0 57 26 57 64c0 13 -2 24 -6 33c-15 -3 -30 -5 -46 -5c-125 0 -204 103 -204 214c0 101 79 213 204 213h2zM170 232c0 -42 16 -86 62 -86s63 44 63 86c0 41 -17 85 -63 85s-62 -44 -62 -85z" />
408
- <glyph glyph-name="gcommaaccent" unicode="&#x123;" horiz-adv-x="490"
409
- d="M312 680l-37 -172l-113 9l10 178zM473 434l-4 -130l-66 4c16 -29 27 -62 27 -98c0 -40 -13 -80 -36 -112c23 -30 39 -68 38 -108c-1 -109 -84 -200 -205 -200c-112 0 -177 83 -196 154l120 48c5 -19 29 -66 76 -66c35 0 57 26 57 64c0 13 -2 24 -6 33
410
- c-15 -3 -30 -5 -46 -5c-125 0 -204 103 -204 214c0 101 79 213 204 213h2zM170 232c0 -42 16 -86 62 -86s63 44 63 86c0 41 -17 85 -63 85s-62 -44 -62 -85z" />
411
- <glyph glyph-name="gdotaccent" unicode="&#x121;" horiz-adv-x="490"
412
- d="M237 484c-48 0 -82 33 -82 83c0 47 34 82 82 82c49 0 83 -35 83 -82c0 -50 -34 -83 -83 -83zM473 434l-4 -130l-66 4c16 -29 27 -62 27 -98c0 -40 -13 -80 -36 -112c23 -30 39 -68 38 -108c-1 -109 -84 -200 -205 -200c-112 0 -177 83 -196 154l120 48
413
- c5 -19 29 -66 76 -66c35 0 57 26 57 64c0 13 -2 24 -6 33c-15 -3 -30 -5 -46 -5c-125 0 -204 103 -204 214c0 101 79 213 204 213h2zM170 232c0 -42 16 -86 62 -86s63 44 63 86c0 41 -17 85 -63 85s-62 -44 -62 -85z" />
414
- <glyph glyph-name="h" unicode="h" horiz-adv-x="479"
415
- d="M293 445c85 12 144 -64 144 -155v-290h-150v248c0 36 -13 64 -49 62c-16 -1 -30 -9 -41 -20v-290h-150v584l150 8v-216c25 38 60 64 96 69z" />
416
- <glyph glyph-name="hbar" unicode="&#x127;" horiz-adv-x="474"
417
- d="M293 445c85 12 144 -64 144 -155v-290h-150v248c0 36 -13 64 -49 62c-16 -1 -30 -9 -41 -20v-290h-150v460h-42v65h42v59l150 8v-67h73l-1 -65h-72v-84c25 38 60 64 96 69z" />
418
- <glyph glyph-name="i" unicode="i" horiz-adv-x="245"
419
- d="M121 460c-48 0 -82 33 -82 83c0 47 34 82 82 82c49 0 83 -35 83 -82c0 -50 -34 -83 -83 -83zM47 0l1 422l150 8l-1 -430h-150z" />
420
- <glyph glyph-name="dotlessi" unicode="&#x131;" horiz-adv-x="245"
421
- d="M47 0l1 422l150 8l-1 -430h-150z" />
422
- <glyph glyph-name="iacute" unicode="&#xed;" horiz-adv-x="245"
423
- d="M108 472l-45 92l186 122l67 -124zM47 0l1 422l150 8l-1 -430h-150z" />
424
- <glyph glyph-name="uni01D0" unicode="&#x1d0;" horiz-adv-x="245"
425
- d="M267 598l-147 -119l-146 124l75 76l71 -61l75 60zM47 0l1 422l150 8l-1 -430h-150z" />
426
- <glyph glyph-name="icircumflex" unicode="&#xee;" horiz-adv-x="245"
427
- d="M120 542l-71 -61l-75 76l146 124l147 -119l-72 -80zM47 0l1 422l150 8l-1 -430h-150z" />
428
- <glyph glyph-name="idieresis" unicode="&#xef;" horiz-adv-x="245"
429
- d="M207 500c-39 0 -65 27 -65 67c0 39 26 65 65 65c40 0 67 -26 67 -65c0 -40 -27 -67 -67 -67zM13 499c-39 0 -65 27 -65 67c0 39 26 65 65 65c40 0 67 -26 67 -65c0 -40 -27 -67 -67 -67zM47 0l1 422l150 8l-1 -430h-150z" />
430
- <glyph glyph-name="i.loclTRK" horiz-adv-x="245"
431
- d="M121 460c-48 0 -82 33 -82 83c0 47 34 82 82 82c49 0 83 -35 83 -82c0 -50 -34 -83 -83 -83zM47 0l1 422l150 8l-1 -430h-150z" />
432
- <glyph glyph-name="igrave" unicode="&#xec;" horiz-adv-x="245"
433
- d="M126 471l-208 90l68 124l186 -122zM47 0l1 422l150 8l-1 -430h-150z" />
434
- <glyph glyph-name="ij" unicode="&#x133;" horiz-adv-x="478"
435
- d="M360 470c-48 0 -82 33 -82 83c0 47 34 82 82 82c49 0 83 -35 83 -82c0 -50 -34 -83 -83 -83zM121 460c-48 0 -82 33 -82 83c0 47 34 82 82 82c49 0 83 -35 83 -82c0 -50 -34 -83 -83 -83zM47 0l1 422l150 8l-1 -430h-150zM277 -210c-45 0 -90 17 -105 36l34 123
436
- c10 -5 25 -9 39 -8c25 2 41 23 41 66v415l150 8v-422c0 -148 -53 -218 -159 -218z" />
437
- <glyph glyph-name="imacron" unicode="&#x12b;" horiz-adv-x="245"
438
- d="M-13 497v115h268l-1 -115h-267zM47 0l1 422l150 8l-1 -430h-150z" />
439
- <glyph glyph-name="iogonek" unicode="&#x12f;" horiz-adv-x="245"
440
- d="M121 460c-48 0 -82 33 -82 83c0 47 34 82 82 82c49 0 83 -35 83 -82c0 -50 -34 -83 -83 -83zM47 0l1 422l150 8l-1 -430h-2c-60 -27 -94 -47 -108 -68c-22 -33 18 -71 51 -23l56 -61c-68 -94 -204 -53 -195 54c3 40 31 76 75 98h-27z" />
441
- <glyph glyph-name="j" unicode="j" horiz-adv-x="233"
442
- d="M115 470c-48 0 -82 33 -82 83c0 47 34 82 82 82c49 0 83 -35 83 -82c0 -50 -34 -83 -83 -83zM32 -210c-45 0 -90 17 -105 36l34 123c10 -5 25 -9 39 -8c25 2 41 23 41 66v415l150 8v-422c0 -148 -53 -218 -159 -218z" />
443
- <glyph glyph-name="uni0237" unicode="&#x237;" horiz-adv-x="233"
444
- d="M32 -210c-45 0 -90 17 -105 36l34 123c10 -5 25 -9 39 -8c25 2 41 23 41 66v415l150 8v-422c0 -148 -53 -218 -159 -218z" />
445
- <glyph glyph-name="k" unicode="k" horiz-adv-x="463"
446
- d="M321 0l-89 154l-35 -45v-109h-150v576l150 9v-270l101 125h160l-138 -174l151 -266h-150z" />
447
- <glyph glyph-name="kcommaaccent" unicode="&#x137;" horiz-adv-x="463"
448
- d="M320 266l151 -266h-150l-89 154l-35 -45v-109h-150v576l150 9v-270l101 125h160zM113 -196l37 172l113 -9l-10 -178z" />
449
- <glyph glyph-name="l" unicode="l" horiz-adv-x="283"
450
- d="M219 -1c-111 0 -172 39 -172 185l1 400l150 8l-1 -358c0 -55 4 -85 37 -89c9 -1 19 -1 27 -1v-143c-17 -1 -29 -2 -42 -2z" />
451
- <glyph glyph-name="lacute" unicode="&#x13a;" horiz-adv-x="283"
452
- d="M114 646l-45 92l186 122l67 -124zM219 -1c-111 0 -172 39 -172 185l1 400l150 8l-1 -358c0 -55 4 -85 37 -89c9 -1 19 -1 27 -1v-143c-17 -1 -29 -2 -42 -2z" />
453
- <glyph glyph-name="lcaron" unicode="&#x13e;" horiz-adv-x="388"
454
- d="M209 -1c-111 0 -172 39 -172 185l1 400l150 8l-1 -358c0 -55 4 -85 37 -89c9 -1 19 -1 27 -1v-143c-17 -1 -29 -2 -42 -2zM370 377l-105 2l-7 211l137 -7z" />
455
- <glyph glyph-name="lcommaaccent" unicode="&#x13c;" horiz-adv-x="283"
456
- d="M219 -1c-111 0 -172 39 -172 185l1 400l150 8l-1 -358c0 -55 4 -85 37 -89c9 -1 19 -1 27 -1v-143c-17 -1 -29 -2 -42 -2zM197 -221l-140 15l37 172l113 -9z" />
457
- <glyph glyph-name="ldot" unicode="&#x140;" horiz-adv-x="397"
458
- d="M209 -1c-111 0 -172 39 -172 185l1 400l150 8l-1 -358c0 -55 4 -85 37 -89c9 -1 19 -1 27 -1v-143c-17 -1 -29 -2 -42 -2zM313 264c-39 0 -65 27 -65 67c0 39 26 65 65 65c40 0 67 -26 67 -65c0 -40 -27 -67 -67 -67z" />
459
- <glyph glyph-name="lslash" unicode="&#x142;" horiz-adv-x="313"
460
- d="M213 234c0 -55 4 -85 37 -89c9 -1 19 -1 27 -1v-143c-17 -1 -29 -2 -42 -2c-111 0 -172 39 -172 185v23l-57 -53l-59 60l116 109l1 261l150 8v-127l52 49l60 -60l-113 -106v-114z" />
461
- <glyph glyph-name="m" unicode="m" horiz-adv-x="700"
462
- d="M514 445c85 12 144 -64 144 -155v-290h-150v248c0 36 -13 64 -49 62c-12 -1 -23 -5 -32 -12v-298h-150v248c0 36 -11 65 -44 62c-16 -1 -29 -9 -38 -21l2 -289h-150v438l140 8l7 -73v-2c24 42 60 70 99 74c57 7 102 -25 122 -74c25 41 62 69 99 74z" />
463
- <glyph glyph-name="n" unicode="n" horiz-adv-x="479"
464
- d="M293 445c85 12 144 -64 144 -155v-290h-150v248c0 36 -13 64 -49 62c-16 -1 -30 -9 -41 -20v-290h-150v439l145 8l5 -72c25 39 60 65 96 70z" />
465
- <glyph glyph-name="nacute" unicode="&#x144;" horiz-adv-x="479"
466
- d="M441 586l-208 -90l-45 92l186 122zM293 445c85 12 144 -64 144 -155v-290h-150v248c0 36 -13 64 -49 62c-16 -1 -30 -9 -41 -20v-290h-150v439l145 8l5 -72c25 39 60 65 96 70z" />
467
- <glyph glyph-name="ncaron" unicode="&#x148;" horiz-adv-x="479"
468
- d="M392 622l-147 -119l-146 124l75 76l71 -61l75 60zM293 445c85 12 144 -64 144 -155v-290h-150v248c0 36 -13 64 -49 62c-16 -1 -30 -9 -41 -20v-290h-150v439l145 8l5 -72c25 39 60 65 96 70z" />
469
- <glyph glyph-name="ncommaaccent" unicode="&#x146;" horiz-adv-x="479"
470
- d="M293 445c85 12 144 -64 144 -155v-290h-150v248c0 36 -13 64 -49 62c-16 -1 -30 -9 -41 -20v-290h-150v439l145 8l5 -72c25 39 60 65 96 70zM142 -206l37 172l113 -9l-10 -178z" />
471
- <glyph glyph-name="eng" unicode="&#x14b;" horiz-adv-x="484"
472
- d="M293 445c85 12 144 -64 144 -155v-326c0 -118 -73 -178 -169 -178c-55 0 -80 17 -95 26l34 130c11 -3 15 -6 39 -5c25 1 41 23 41 66v245c0 36 -13 64 -49 62c-16 -1 -30 -9 -41 -20v-290h-150v439l145 8l5 -72c25 39 60 65 96 70z" />
473
- <glyph glyph-name="ntilde" unicode="&#xf1;" horiz-adv-x="479"
474
- d="M212 552c-16 0 -27 -21 -35 -41l-101 53c9 24 44 99 104 99c42 0 73 -27 97 -27c18 0 25 18 36 42l102 -51c-9 -24 -42 -104 -106 -104c-47 0 -74 29 -97 29zM293 445c85 12 144 -64 144 -155v-290h-150v248c0 36 -13 64 -49 62c-16 -1 -30 -9 -41 -20v-290h-150v439
475
- l145 8l5 -72c25 39 60 65 96 70z" />
476
- <glyph glyph-name="o" unicode="o" horiz-adv-x="469"
477
- d="M234 -5c-131 0 -207 106 -207 222v6c0 116 76 222 207 222s208 -106 208 -222v-6c0 -116 -77 -222 -208 -222zM234 123c44 0 60 40 60 94v6c0 54 -16 94 -60 94s-59 -40 -59 -94v-6c0 -54 15 -94 59 -94z" />
478
- <glyph glyph-name="oacute" unicode="&#xf3;" horiz-adv-x="469"
479
- d="M222 496l-45 92l186 122l67 -124zM234 -5c-131 0 -207 106 -207 222v6c0 116 76 222 207 222s208 -106 208 -222v-6c0 -116 -77 -222 -208 -222zM234 123c44 0 60 40 60 94v6c0 54 -16 94 -60 94s-59 -40 -59 -94v-6c0 -54 15 -94 59 -94z" />
480
- <glyph glyph-name="uni01D2" unicode="&#x1d2;" horiz-adv-x="469"
481
- d="M381 622l-147 -119l-146 124l75 76l71 -61l75 60zM234 445c131 0 208 -106 208 -222v-6c0 -116 -77 -222 -208 -222s-207 106 -207 222v6c0 116 76 222 207 222zM294 217v6c0 54 -16 94 -60 94s-59 -40 -59 -94v-6c0 -54 15 -94 59 -94s60 40 60 94z" />
482
- <glyph glyph-name="ocircumflex" unicode="&#xf4;" horiz-adv-x="469"
483
- d="M234 566l-71 -61l-75 76l146 124l147 -119l-72 -80zM234 445c131 0 208 -106 208 -222v-6c0 -116 -77 -222 -208 -222s-207 106 -207 222v6c0 116 76 222 207 222zM294 217v6c0 54 -16 94 -60 94s-59 -40 -59 -94v-6c0 -54 15 -94 59 -94s60 40 60 94z" />
484
- <glyph glyph-name="odieresis" unicode="&#xf6;" horiz-adv-x="469"
485
- d="M321 524c-39 0 -65 27 -65 67c0 39 26 65 65 65c40 0 67 -26 67 -65c0 -40 -27 -67 -67 -67zM127 523c-39 0 -65 27 -65 67c0 39 26 65 65 65c40 0 67 -26 67 -65c0 -40 -27 -67 -67 -67zM234 -5c-131 0 -207 106 -207 222v6c0 116 76 222 207 222s208 -106 208 -222v-6
486
- c0 -116 -77 -222 -208 -222zM234 123c44 0 60 40 60 94v6c0 54 -16 94 -60 94s-59 -40 -59 -94v-6c0 -54 15 -94 59 -94z" />
487
- <glyph glyph-name="ograve" unicode="&#xf2;" horiz-adv-x="469"
488
- d="M240 495l-208 90l68 124l186 -122zM234 -5c-131 0 -207 106 -207 222v6c0 116 76 222 207 222s208 -106 208 -222v-6c0 -116 -77 -222 -208 -222zM234 123c44 0 60 40 60 94v6c0 54 -16 94 -60 94s-59 -40 -59 -94v-6c0 -54 15 -94 59 -94z" />
489
- <glyph glyph-name="ohungarumlaut" unicode="&#x151;" horiz-adv-x="469"
490
- d="M197 494l-115 -2l-7 220l137 -6zM365 490l-115 2l7 216l137 -7zM234 -5c-131 0 -207 106 -207 222v6c0 116 76 222 207 222s208 -106 208 -222v-6c0 -116 -77 -222 -208 -222zM234 123c44 0 60 40 60 94v6c0 54 -16 94 -60 94s-59 -40 -59 -94v-6c0 -54 15 -94 59 -94z
491
- " />
492
- <glyph glyph-name="omacron" unicode="&#x14d;" horiz-adv-x="469"
493
- d="M101 521v115h268l-1 -115h-267zM234 -5c-131 0 -207 106 -207 222v6c0 116 76 222 207 222s208 -106 208 -222v-6c0 -116 -77 -222 -208 -222zM234 123c44 0 60 40 60 94v6c0 54 -16 94 -60 94s-59 -40 -59 -94v-6c0 -54 15 -94 59 -94z" />
494
- <glyph glyph-name="oslash" unicode="&#xf8;" horiz-adv-x="469"
495
- d="M464 402l-54 -54c21 -34 32 -75 32 -115v-26c0 -106 -77 -212 -208 -212c-53 0 -98 18 -131 46l-55 -55l-45 46l57 57c-21 35 -33 77 -33 118v26c0 106 76 212 207 212c54 0 100 -18 134 -47l50 50zM175 253v-49l107 108c-9 16 -24 25 -48 25c-44 0 -59 -30 -59 -84z
496
- M294 187v45l-106 -106c9 -15 24 -23 46 -23c44 0 60 30 60 84z" />
497
- <glyph glyph-name="otilde" unicode="&#xf5;" horiz-adv-x="469"
498
- d="M166 511l-101 53c9 24 44 99 104 99c42 0 73 -27 97 -27c18 0 25 18 36 42l102 -51c-9 -24 -42 -104 -106 -104c-47 0 -74 29 -97 29c-16 0 -27 -21 -35 -41zM234 -5c-131 0 -207 106 -207 222v6c0 116 76 222 207 222s208 -106 208 -222v-6c0 -116 -77 -222 -208 -222z
499
- M234 123c44 0 60 40 60 94v6c0 54 -16 94 -60 94s-59 -40 -59 -94v-6c0 -54 15 -94 59 -94z" />
500
- <glyph glyph-name="oe" unicode="&#x153;" horiz-adv-x="764"
501
- d="M735 185h-262v-6c1 -41 32 -56 56 -56c26 0 44 12 54 36l136 -40c-30 -70 -96 -124 -188 -124c-67 0 -119 30 -155 74c-32 -45 -81 -74 -142 -74c-131 0 -207 106 -207 222v6c0 116 76 222 207 222c61 0 110 -29 142 -74c36 44 88 74 155 74c129 0 206 -106 206 -212
502
- c0 -36 -1 -39 -2 -48zM529 317c-25 0 -55 -18 -55 -54h110c-1 36 -30 54 -55 54zM294 217v6c0 44 -16 84 -60 84s-59 -40 -59 -84v-6c0 -44 15 -84 59 -84s60 40 60 84z" />
503
- <glyph glyph-name="p" unicode="p" horiz-adv-x="484"
504
- d="M282 445c102 26 175 -87 175 -228c0 -144 -89 -249 -196 -213c-24 8 -46 28 -64 53v-262l-150 7v642l145 8l5 -90c18 37 46 73 85 83zM239 120c38 0 62 35 62 97c0 58 -18 103 -57 103c-15 0 -31 -14 -47 -35v-141c14 -14 28 -24 42 -24z" />
505
- <glyph glyph-name="thorn" unicode="&#xfe;" horiz-adv-x="488"
506
- d="M286 445c102 26 175 -87 175 -228c0 -144 -89 -249 -196 -213c-26 9 -50 31 -68 59v-268l-150 8v787l150 8v-244c18 40 47 80 89 91zM243 120c38 0 62 35 62 97c0 58 -18 103 -57 103c-16 0 -34 -16 -51 -41v-131c15 -16 31 -28 46 -28z" />
507
- <glyph glyph-name="q" unicode="q" horiz-adv-x="484"
508
- d="M292 454l145 -8v-651l-150 8v266c-19 -34 -47 -63 -86 -69c-100 -16 -174 82 -174 210c0 131 80 249 178 231c40 -7 66 -39 82 -74zM239 126c18 0 34 10 48 25v134c-16 18 -33 28 -52 28c-32 0 -54 -42 -54 -105c0 -46 19 -82 58 -82z" />
509
- <glyph glyph-name="r" unicode="r" horiz-adv-x="329"
510
- d="M197 378c21 44 56 74 115 68l-2 -162c-86 10 -112 -34 -113 -140v-144h-150v439l140 8z" />
511
- <glyph glyph-name="racute" unicode="&#x155;" horiz-adv-x="329"
512
- d="M360 596l-208 -90l-45 92l186 122zM197 378c21 44 56 74 115 68l-2 -162c-86 10 -112 -34 -113 -140v-144h-150v439l140 8z" />
513
- <glyph glyph-name="rcaron" unicode="&#x159;" horiz-adv-x="329"
514
- d="M311 632l-147 -119l-146 124l75 76l71 -61l75 60zM197 378c21 44 56 74 115 68l-2 -162c-86 10 -112 -34 -113 -140v-144h-150v439l140 8z" />
515
- <glyph glyph-name="rcommaaccent" unicode="&#x157;" horiz-adv-x="329"
516
- d="M197 378c21 44 56 74 115 68l-2 -162c-86 10 -112 -34 -113 -140v-144h-150v439l140 8zM26 -206l37 172l113 -9l-10 -178z" />
517
- <glyph glyph-name="s" unicode="s" horiz-adv-x="411"
518
- d="M207 -5c-104 0 -174 74 -182 117l135 43c10 -16 27 -34 49 -34c28 0 34 21 25 31c-27 30 -199 22 -199 149c0 89 77 144 171 144c82 0 144 -48 180 -118l-130 -41c-8 15 -23 37 -45 37c-26 0 -30 -20 -25 -28c18 -31 195 -9 195 -156c0 -86 -86 -144 -174 -144z" />
519
- <glyph glyph-name="sacute" unicode="&#x15b;" horiz-adv-x="411"
520
- d="M193 496l-45 92l186 122l67 -124zM207 -5c-104 0 -174 74 -182 117l135 43c10 -16 27 -34 49 -34c28 0 34 21 25 31c-27 30 -199 22 -199 149c0 89 77 144 171 144c82 0 144 -48 180 -118l-130 -41c-8 15 -23 37 -45 37c-26 0 -30 -20 -25 -28c18 -31 195 -9 195 -156
521
- c0 -86 -86 -144 -174 -144z" />
522
- <glyph glyph-name="scaron" unicode="&#x161;" horiz-adv-x="411"
523
- d="M352 622l-147 -119l-146 124l75 76l71 -61l75 60zM186 295c18 -31 195 -9 195 -156c0 -86 -86 -144 -174 -144c-104 0 -174 74 -182 117l135 43c10 -16 27 -34 49 -34c28 0 34 21 25 31c-27 30 -199 22 -199 149c0 89 77 144 171 144c82 0 144 -48 180 -118l-130 -41
524
- c-8 15 -23 37 -45 37c-26 0 -30 -20 -25 -28z" />
525
- <glyph glyph-name="scedilla" unicode="&#x15f;" horiz-adv-x="411"
526
- d="M186 295c18 -31 195 -9 195 -156c0 -75 -65 -128 -140 -141l-7 -30c55 11 101 -26 101 -78c0 -63 -49 -100 -114 -100c-44 0 -76 18 -94 33l43 66c8 -6 21 -14 44 -14c11 0 26 5 26 20c0 25 -27 26 -44 25l-42 -3v85c-74 19 -122 75 -129 110l135 43
527
- c10 -16 27 -34 49 -34c28 0 34 21 25 31c-27 30 -199 22 -199 149c0 89 77 144 171 144c82 0 144 -48 180 -118l-130 -41c-8 15 -23 37 -45 37c-26 0 -30 -20 -25 -28z" />
528
- <glyph glyph-name="scommaaccent" unicode="&#x219;" horiz-adv-x="411"
529
- d="M207 -5c-104 0 -174 74 -182 117l135 43c10 -16 27 -34 49 -34c28 0 34 21 25 31c-27 30 -199 22 -199 149c0 89 77 144 171 144c82 0 144 -48 180 -118l-130 -41c-8 15 -23 37 -45 37c-26 0 -30 -20 -25 -28c18 -31 195 -9 195 -156c0 -86 -86 -144 -174 -144zM244 -215
530
- l-140 15l37 172l113 -9z" />
531
- <glyph glyph-name="germandbls" unicode="&#xdf;" horiz-adv-x="519"
532
- d="M62 0v376c0 129 48 209 186 209c112 0 193 -62 193 -145c0 -61 -33 -78 -33 -102c0 -36 79 -59 79 -183c0 -76 -44 -160 -147 -160c-30 0 -54 5 -83 25l17 128c8 -3 16 -4 24 -3c18 2 38 16 37 48c-2 59 -88 60 -88 132c0 42 49 72 49 106c0 25 -21 40 -46 40
533
- c-30 0 -43 -22 -43 -58l-2 -413h-143z" />
534
- <glyph glyph-name="t" unicode="t" horiz-adv-x="339"
535
- d="M297 305h-66v-71c0 -55 4 -85 36 -89c10 -1 20 -1 28 -1v-143c-17 -1 -29 -2 -42 -2c-111 0 -172 39 -172 185v121h-49v135h50v117l150 8v-125h65v-135z" />
536
- <glyph glyph-name="tbar" unicode="&#x167;" horiz-adv-x="339"
537
- d="M297 305h-66v-42h66l-1 -65h-64c3 -32 11 -50 35 -53c10 -1 20 -1 28 -1v-143c-17 -1 -29 -2 -42 -2c-111 0 -172 39 -172 185v14h-49v65h49v42h-49v135h50v117l150 8v-125h65v-135z" />
538
- <glyph glyph-name="tcaron" unicode="&#x165;" horiz-adv-x="451"
539
- d="M317 590l137 -7l-25 -206l-105 2zM212 565v-125h65v-135h-66v-71c0 -55 4 -85 36 -89c10 -1 20 -1 28 -1v-143c-17 -1 -29 -2 -42 -2c-111 0 -172 39 -172 185v121h-49v135h50v117z" />
540
- <glyph glyph-name="uni0163" unicode="&#x163;" horiz-adv-x="339"
541
- d="M242 -28c55 11 101 -26 101 -78c0 -63 -49 -100 -114 -100c-44 0 -76 18 -94 33l43 66c8 -6 21 -14 44 -14c11 0 26 5 26 20c0 25 -27 26 -44 25l-42 -3v89h9c-59 20 -90 69 -90 174v121h-49v135h50v117l150 8v-125h65v-135h-66v-71c0 -55 4 -85 36 -89
542
- c10 -1 20 -1 28 -1v-143c-17 -1 -29 -2 -42 -2h-4z" />
543
- <glyph glyph-name="uni021B" unicode="&#x21b;" horiz-adv-x="339"
544
- d="M297 305h-66v-71c0 -55 4 -85 36 -89c10 -1 20 -1 28 -1v-143c-17 -1 -29 -2 -42 -2c-111 0 -172 39 -172 185v121h-49v135h50v117l150 8v-125h65v-135zM112 -196l37 172l113 -9l-10 -178z" />
545
- <glyph glyph-name="u" unicode="u" horiz-adv-x="479"
546
- d="M283 440h149v-440h-145l-5 63c-23 -36 -56 -60 -96 -63c-79 -7 -144 49 -144 155v279l150 8v-250c0 -36 13 -64 49 -62c16 1 30 10 41 23z" />
547
- <glyph glyph-name="uacute" unicode="&#xfa;" horiz-adv-x="479"
548
- d="M437 596l-208 -90l-45 92l186 122zM282 153l1 287h149v-440h-145l-5 63c-23 -36 -56 -60 -96 -63c-79 -7 -144 49 -144 155v279l150 8v-250c0 -36 13 -64 49 -62c16 1 30 10 41 23z" />
549
- <glyph glyph-name="uni01D4" unicode="&#x1d4;" horiz-adv-x="479"
550
- d="M388 632l-147 -119l-146 124l75 76l71 -61l75 60zM283 440h149v-440h-145l-5 63c-23 -36 -56 -60 -96 -63c-79 -7 -144 49 -144 155v279l150 8v-250c0 -36 13 -64 49 -62c16 1 30 10 41 23z" />
551
- <glyph glyph-name="ucircumflex" unicode="&#xfb;" horiz-adv-x="479"
552
- d="M241 576l-71 -61l-75 76l146 124l147 -119l-72 -80zM283 440h149v-440h-145l-5 63c-23 -36 -56 -60 -96 -63c-79 -7 -144 49 -144 155v279l150 8v-250c0 -36 13 -64 49 -62c16 1 30 10 41 23z" />
553
- <glyph glyph-name="udieresis" unicode="&#xfc;" horiz-adv-x="479"
554
- d="M328 534c-39 0 -65 27 -65 67c0 39 26 65 65 65c40 0 67 -26 67 -65c0 -40 -27 -67 -67 -67zM134 533c-39 0 -65 27 -65 67c0 39 26 65 65 65c40 0 67 -26 67 -65c0 -40 -27 -67 -67 -67zM283 440h149v-440h-145l-5 63c-23 -36 -56 -60 -96 -63c-79 -7 -144 49 -144 155
555
- v279l150 8v-250c0 -36 13 -64 49 -62c16 1 30 10 41 23z" />
556
- <glyph glyph-name="ugrave" unicode="&#xf9;" horiz-adv-x="479"
557
- d="M293 597l-46 -92l-208 90l68 124zM283 440h149v-440h-145l-5 63c-23 -36 -56 -60 -96 -63c-79 -7 -144 49 -144 155v279l150 8v-250c0 -36 13 -64 49 -62c16 1 30 10 41 23z" />
558
- <glyph glyph-name="uhungarumlaut" unicode="&#x171;" horiz-adv-x="479"
559
- d="M204 504l-115 -2l-7 220l137 -6zM401 711l-29 -211l-115 2l7 216zM283 440h149v-440h-145l-5 63c-23 -36 -56 -60 -96 -63c-79 -7 -144 49 -144 155v279l150 8v-250c0 -36 13 -64 49 -62c16 1 30 10 41 23z" />
560
- <glyph glyph-name="umacron" unicode="&#x16b;" horiz-adv-x="479"
561
- d="M376 646l-1 -115h-267v115h268zM283 440h149v-440h-145l-5 63c-23 -36 -56 -60 -96 -63c-79 -7 -144 49 -144 155v279l150 8v-250c0 -36 13 -64 49 -62c16 1 30 10 41 23z" />
562
- <glyph glyph-name="uogonek" unicode="&#x173;" horiz-adv-x="479"
563
- d="M432 0c-61 -28 -96 -48 -110 -69c-22 -33 18 -71 51 -23l56 -61c-68 -94 -204 -53 -195 54c3 41 32 77 77 99h-24l-5 63c-23 -36 -56 -60 -96 -63c-79 -7 -144 49 -144 155v279l150 8v-250c0 -36 13 -64 49 -62c16 1 30 10 41 23l1 287h149v-440z" />
564
- <glyph glyph-name="uring" unicode="&#x16f;" horiz-adv-x="479"
565
- d="M241 497c-66 0 -116 54 -116 117c0 64 50 116 116 116c64 0 117 -52 117 -116c0 -63 -53 -117 -117 -117zM238 646c-17 0 -30 -14 -30 -33c0 -20 13 -33 30 -33c19 0 34 13 34 33c0 19 -15 33 -34 33zM283 440h149v-440h-145l-5 63c-23 -36 -56 -60 -96 -63
566
- c-79 -7 -144 49 -144 155v279l150 8v-250c0 -36 13 -64 49 -62c16 1 30 10 41 23z" />
567
- <glyph glyph-name="v" unicode="v" horiz-adv-x="434"
568
- d="M292 444l145 -9l-140 -435h-160l-140 435l145 9l75 -283z" />
569
- <glyph glyph-name="w" unicode="w" horiz-adv-x="604"
570
- d="M462 447l140 -9l-107 -438h-140l-52 190h-1l-53 -190h-140l-107 438l140 9l54 -260l65 248h85l64 -241z" />
571
- <glyph glyph-name="wacute" unicode="&#x1e83;" horiz-adv-x="604"
572
- d="M497 591l-208 -90l-45 92l186 122zM462 447l140 -9l-107 -438h-140l-52 190h-1l-53 -190h-140l-107 438l140 9l54 -260l65 248h85l64 -241z" />
573
- <glyph glyph-name="wcircumflex" unicode="&#x175;" horiz-adv-x="604"
574
- d="M301 571l-71 -61l-75 76l146 124l147 -119l-72 -80zM462 447l140 -9l-107 -438h-140l-52 190h-1l-53 -190h-140l-107 438l140 9l54 -260l65 248h85l64 -241z" />
575
- <glyph glyph-name="wdieresis" unicode="&#x1e85;" horiz-adv-x="604"
576
- d="M388 529c-39 0 -65 27 -65 67c0 39 26 65 65 65c40 0 67 -26 67 -65c0 -40 -27 -67 -67 -67zM194 528c-39 0 -65 27 -65 67c0 39 26 65 65 65c40 0 67 -26 67 -65c0 -40 -27 -67 -67 -67zM462 447l140 -9l-107 -438h-140l-52 190h-1l-53 -190h-140l-107 438l140 9
577
- l54 -260l65 248h85l64 -241z" />
578
- <glyph glyph-name="wgrave" unicode="&#x1e81;" horiz-adv-x="604"
579
- d="M353 592l-46 -92l-208 90l68 124zM462 447l140 -9l-107 -438h-140l-52 190h-1l-53 -190h-140l-107 438l140 9l54 -260l65 248h85l64 -241z" />
580
- <glyph glyph-name="x" unicode="x" horiz-adv-x="483"
581
- d="M476 436l-152 -217l149 -219h-160l-73 116l-73 -116h-160l149 219l-147 217l160 10l72 -119l75 119z" />
582
- <glyph glyph-name="y" unicode="y" horiz-adv-x="470"
583
- d="M273 440h150v-421c0 -152 -98 -231 -221 -231c-79 0 -142 48 -160 72l66 106c18 -16 50 -42 94 -42c45 0 73 35 73 94v34c-23 -30 -53 -49 -89 -52c-79 -7 -144 49 -144 155v279l150 8v-250c0 -36 13 -64 49 -62c13 1 24 7 33 15z" />
584
- <glyph glyph-name="yacute" unicode="&#xfd;" horiz-adv-x="470"
585
- d="M425 596l-208 -90l-45 92l186 122zM274 145l-1 295h150v-421c0 -152 -98 -231 -221 -231c-79 0 -142 48 -160 72l66 106c18 -16 50 -42 94 -42c45 0 73 35 73 94v34c-23 -30 -53 -49 -89 -52c-79 -7 -144 49 -144 155v279l150 8v-250c0 -36 13 -64 49 -62
586
- c13 1 24 7 33 15z" />
587
- <glyph glyph-name="ycircumflex" unicode="&#x177;" horiz-adv-x="470"
588
- d="M229 576l-71 -61l-75 76l146 124l147 -119l-72 -80zM273 440h150v-421c0 -152 -98 -231 -221 -231c-79 0 -142 48 -160 72l66 106c18 -16 50 -42 94 -42c45 0 73 35 73 94v34c-23 -30 -53 -49 -89 -52c-79 -7 -144 49 -144 155v279l150 8v-250c0 -36 13 -64 49 -62
589
- c13 1 24 7 33 15z" />
590
- <glyph glyph-name="ydieresis" unicode="&#xff;" horiz-adv-x="470"
591
- d="M316 534c-39 0 -65 27 -65 67c0 39 26 65 65 65c40 0 67 -26 67 -65c0 -40 -27 -67 -67 -67zM122 533c-39 0 -65 27 -65 67c0 39 26 65 65 65c40 0 67 -26 67 -65c0 -40 -27 -67 -67 -67zM273 440h150v-421c0 -152 -98 -231 -221 -231c-79 0 -142 48 -160 72l66 106
592
- c18 -16 50 -42 94 -42c45 0 73 35 73 94v34c-23 -30 -53 -49 -89 -52c-79 -7 -144 49 -144 155v279l150 8v-250c0 -36 13 -64 49 -62c13 1 24 7 33 15z" />
593
- <glyph glyph-name="ygrave" unicode="&#x1ef3;" horiz-adv-x="470"
594
- d="M281 597l-46 -92l-208 90l68 124zM273 440h150v-421c0 -152 -98 -231 -221 -231c-79 0 -142 48 -160 72l66 106c18 -16 50 -42 94 -42c45 0 73 35 73 94v34c-23 -30 -53 -49 -89 -52c-79 -7 -144 49 -144 155v279l150 8v-250c0 -36 13 -64 49 -62c13 1 24 7 33 15z" />
595
- <glyph glyph-name="z" unicode="z" horiz-adv-x="427"
596
- d="M385 440v-125l-156 -175h156v-140h-343v125l156 175h-156v140h343z" />
597
- <glyph glyph-name="zacute" unicode="&#x17a;" horiz-adv-x="427"
598
- d="M413 586l-208 -90l-45 92l186 122zM42 300v140h343v-125l-156 -175h156v-140h-343v125l156 175h-156z" />
599
- <glyph glyph-name="zcaron" unicode="&#x17e;" horiz-adv-x="427"
600
- d="M364 622l-147 -119l-146 124l75 76l71 -61l75 60zM385 440v-125l-156 -175h156v-140h-343v125l156 175h-156v140h343z" />
601
- <glyph glyph-name="zdotaccent" unicode="&#x17c;" horiz-adv-x="427"
602
- d="M218 484c-48 0 -82 33 -82 83c0 47 34 82 82 82c49 0 83 -35 83 -82c0 -50 -34 -83 -83 -83zM385 440v-125l-156 -175h156v-140h-343v125l156 175h-156v140h343z" />
603
- <glyph glyph-name="f_f.dlig" horiz-adv-x="560"
604
- d="M505 474c-14 -3 -31 -12 -34 -44h66v-125h-66v-305h-150v305h-98v-305h-149l-1 305h-46v125h46v9c0 99 56 162 162 162c49 0 99 -17 131 -40l-4 -8c31 32 76 47 128 47c29 0 72 -8 87 -16l-32 -113c-12 2 -24 5 -40 3zM321 430v2c0 17 2 33 4 47v-1c-10 1 -26 6 -49 6
605
- c-31 0 -51 -14 -53 -46v-8h98z" />
606
- <glyph glyph-name="f_f_i.dlig" horiz-adv-x="787"
607
- d="M524 484c-31 0 -51 -14 -53 -46v-8h76v-125h-76v-305h-149l-1 305h-98v-305h-149l-1 305h-46v125h46v9c0 99 56 162 162 162c49 0 99 -17 131 -40c27 26 66 40 117 40c49 0 99 -17 131 -40l-41 -83c-10 1 -26 6 -49 6zM321 430v9c0 14 1 27 3 39c-10 1 -26 6 -48 6
608
- c-31 0 -51 -14 -53 -46v-8h98zM597 422l150 8l-1 -430h-150z" />
609
- <glyph glyph-name="zero" unicode="0" horiz-adv-x="525"
610
- d="M263 -5c-126 0 -226 98 -226 279v13c0 180 99 279 226 279c126 0 225 -98 225 -279v-13c0 -180 -96 -279 -225 -279zM263 134c43 0 77 32 77 140v13c0 108 -32 140 -76 140s-78 -32 -78 -140v-13c0 -108 32 -140 77 -140z" />
611
- <glyph glyph-name="one" unicode="1" horiz-adv-x="326"
612
- d="M17 546l242 17v-563h-151v407l-91 -6v145z" />
613
- <glyph glyph-name="two" unicode="2" horiz-adv-x="444"
614
- d="M240 142h177v-142h-380v124l179 193c15 16 37 45 37 76c0 23 -10 43 -36 43c-24 0 -38 -21 -40 -51l-139 35c18 100 92 155 180 155c111 0 187 -77 187 -180c0 -63 -40 -112 -67 -144z" />
615
- <glyph glyph-name="three" unicode="3" horiz-adv-x="446"
616
- d="M307 337c67 -9 112 -71 112 -148c0 -107 -87 -194 -194 -194c-90 0 -168 62 -188 145l132 38c1 -20 23 -50 51 -50c33 0 57 27 57 61c0 33 -15 60 -46 60c-24 0 -37 -10 -48 -19l-59 102l104 93h-172v135h341v-145z" />
617
- <glyph glyph-name="four" unicode="4" horiz-adv-x="513"
618
- d="M476 234v-140h-46v-94h-150l1 94h-254l86 466h140l-47 -326h77l2 184l145 -8v-176h46z" />
619
- <glyph glyph-name="five" unicode="5" horiz-adv-x="446"
620
- d="M271 353c77 -2 148 -66 148 -163c0 -107 -87 -194 -194 -194c-90 0 -168 62 -188 145l132 38c1 -20 23 -50 51 -50c33 0 57 27 57 61c0 33 -24 60 -55 60c-24 0 -38 -14 -48 -29l-119 72l17 267h311v-140h-173l-3 -80c21 9 43 14 64 13z" />
621
- <glyph glyph-name="six" unicode="6" horiz-adv-x="458"
622
- d="M282 361c92 0 149 -91 149 -165c0 -112 -76 -201 -203 -201c-112 0 -201 84 -201 198c0 127 133 308 173 367h155c-34 -55 -84 -136 -123 -210c16 7 33 11 50 11zM227 128c34 0 54 28 54 62s-20 60 -54 60c-31 0 -52 -23 -54 -55v-5c0 -34 20 -62 54 -62z" />
623
- <glyph glyph-name="seven" unicode="7" horiz-adv-x="404"
624
- d="M27 560h380l-194 -560h-152l146 415h-180v145z" />
625
- <glyph glyph-name="eight" unicode="8" horiz-adv-x="477"
626
- d="M368 305c43 -27 72 -72 72 -134c0 -103 -88 -176 -201 -176s-202 73 -202 176c0 62 29 107 72 134c-28 26 -46 61 -46 98c0 90 71 162 176 162c104 0 175 -72 175 -162c0 -37 -17 -72 -46 -98zM239 447c-24 0 -43 -19 -43 -48s19 -47 43 -47s43 18 43 47s-19 48 -43 48z
627
- M239 117c33 0 56 23 56 62s-23 62 -56 62c-34 0 -56 -23 -56 -62s22 -62 56 -62z" />
628
- <glyph glyph-name="nine" unicode="9" horiz-adv-x="458"
629
- d="M224 565c124 0 207 -91 207 -198c0 -102 -103 -238 -163 -367h-150c27 54 69 134 104 209c-14 -6 -29 -10 -46 -10c-72 -1 -149 54 -149 168c0 109 85 198 197 198zM171 379c0 -35 20 -63 54 -63s54 27 54 65c0 31 -20 57 -53 57c-35 0 -55 -26 -55 -59z" />
630
- <glyph glyph-name="asterisk" unicode="*" horiz-adv-x="451"
631
- d="M391 473l-123 -38l123 -40l-49 -85l-90 82l21 -121h-95l21 121l-90 -82l-49 85l123 40l-123 38l49 85l90 -80l-22 119h95l-20 -119l90 80z" />
632
- <glyph glyph-name="backslash" unicode="\" horiz-adv-x="307"
633
- d="M162 0l-192 657h145l192 -657h-145z" />
634
- <glyph glyph-name="periodcentered" unicode="&#xb7;" horiz-adv-x="175"
635
- d="M96 215c-47 0 -79 33 -79 80c0 46 32 78 79 78c46 0 78 -32 78 -78c0 -47 -32 -80 -78 -80z" />
636
- <glyph glyph-name="bullet" unicode="&#x2022;" horiz-adv-x="241"
637
- d="M121 142c-61 0 -104 43 -104 104c0 60 43 102 104 102c60 0 102 -42 102 -102c0 -61 -42 -104 -102 -104z" />
638
- <glyph glyph-name="colon" unicode=":" horiz-adv-x="244"
639
- d="M116 278c-47 0 -79 33 -79 80c0 46 32 78 79 78c46 0 78 -32 78 -78c0 -47 -32 -80 -78 -80zM119 5c-47 0 -79 33 -79 80c0 46 32 78 79 78c46 0 78 -32 78 -78c0 -47 -32 -80 -78 -80z" />
640
- <glyph glyph-name="comma" unicode="," horiz-adv-x="185"
641
- d="M145 -120l-135 16l57 241l108 -9z" />
642
- <glyph glyph-name="ellipsis" unicode="&#x2026;" horiz-adv-x="727"
643
- d="M96 0c-47 0 -79 33 -79 80c0 46 32 78 79 78c46 0 78 -32 78 -78c0 -47 -32 -80 -78 -80zM347 0c-47 0 -79 33 -79 80c0 46 32 78 79 78c46 0 78 -32 78 -78c0 -47 -32 -80 -78 -80zM596 0c-47 0 -79 33 -79 80c0 46 32 78 79 78c46 0 78 -32 78 -78
644
- c0 -47 -32 -80 -78 -80z" />
645
- <glyph glyph-name="exclam" unicode="!" horiz-adv-x="249"
646
- d="M82 205l-35 418h160l-25 -418h-100zM133 -3c-47 0 -79 33 -79 80c0 46 32 78 79 78c46 0 78 -32 78 -78c0 -47 -32 -80 -78 -80z" />
647
- <glyph glyph-name="exclamdown" unicode="&#xa1;" horiz-adv-x="273"
648
- d="M140 440c-47 0 -79 33 -79 80c0 46 32 78 79 78c46 0 78 -32 78 -78c0 -47 -32 -80 -78 -80zM216 -51h-162l31 418h100z" />
649
- <glyph glyph-name="uni203D" unicode="&#x203d;" horiz-adv-x="651"
650
- d="M446 191l-147 34l2 17c16 94 76 124 112 145c30 19 38 29 41 49c5 32 -12 51 -34 54c-27 4 -47 -11 -52 -44l-142 62c30 91 120 141 206 129c139 -20 188 -125 175 -214c-14 -97 -69 -120 -110 -148c-25 -16 -44 -31 -48 -58c-2 -13 -2 -13 -3 -26zM103 195l-71 414
651
- l159 14l11 -419zM344 -2c-46 6 -73 43 -67 90c7 46 43 73 90 66c45 -6 72 -43 66 -88c-7 -47 -43 -75 -89 -68zM172 -7c-47 -5 -82 26 -86 72s25 81 72 85c46 4 80 -25 84 -71c5 -47 -24 -82 -70 -86z" />
652
- <glyph glyph-name="numbersign" unicode="#" horiz-adv-x="580"
653
- d="M551 329h-59l-24 -108h67l-30 -130h-67l-20 -91h-140l20 91h-100l-20 -91h-140l20 91h-67l30 130h67l24 108h-71l30 130h70l23 101h140l-23 -101h100l23 101h140l-23 -101h60zM328 221l24 108h-100l-24 -108h100z" />
654
- <glyph glyph-name="period" unicode="." horiz-adv-x="211"
655
- d="M106 0c-47 0 -79 33 -79 80c0 46 32 78 79 78c46 0 78 -32 78 -78c0 -47 -32 -80 -78 -80z" />
656
- <glyph glyph-name="question" unicode="?" horiz-adv-x="433"
657
- d="M274 201l-150 13v17c2 95 57 133 90 159c27 23 34 34 34 55c0 32 -19 48 -42 48c-27 0 -45 -17 -45 -51l-149 42c17 94 99 156 186 156c140 0 203 -97 203 -187c0 -98 -51 -128 -88 -162c-22 -19 -39 -37 -39 -64v-26zM201 -5c-47 0 -79 33 -79 80c0 46 32 78 79 78
658
- c46 0 78 -32 78 -78c0 -47 -32 -80 -78 -80z" />
659
- <glyph glyph-name="questiondown" unicode="&#xbf;" horiz-adv-x="421"
660
- d="M239 327c-47 0 -79 33 -79 80c0 46 32 78 79 78c46 0 78 -32 78 -78c0 -47 -32 -80 -78 -80zM159 283l150 -13v-17c-2 -100 -57 -143 -90 -169c-27 -23 -34 -34 -34 -55c0 -32 19 -48 42 -48c27 0 45 17 45 51l149 -42c-17 -94 -99 -156 -186 -156
661
- c-140 0 -203 97 -203 187c0 98 51 128 88 162c22 19 39 42 39 74v26z" />
662
- <glyph glyph-name="quotedbl" unicode="&#x22;" horiz-adv-x="422"
663
- d="M34 386l-19 255l150 6l-15 -261h-116zM261 386l-19 255l150 6l-15 -261h-116z" />
664
- <glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="200"
665
- d="M44 386l-19 255l150 6l-15 -261h-116z" />
666
- <glyph glyph-name="semicolon" unicode=";" horiz-adv-x="259"
667
- d="M143 276c-47 0 -79 33 -79 80c0 46 32 78 79 78c46 0 78 -32 78 -78c0 -47 -32 -80 -78 -80zM145 -135l-135 16l57 241l108 -9z" />
668
- <glyph glyph-name="slash" unicode="/" horiz-adv-x="307"
669
- d="M0 0l192 657h145l-192 -657h-145z" />
670
- <glyph glyph-name="underscore" unicode="_" horiz-adv-x="721"
671
- d="M67 -160l12 140h575l-12 -140h-575z" />
672
- <glyph glyph-name="braceleft" unicode="{" horiz-adv-x="377"
673
- d="M255 -147c-84 0 -148 44 -148 125v99c0 74 -11 130 -90 130v150c79 0 90 46 90 130v99c0 78 68 124 148 125c29 0 53 -2 85 -10l-10 -150c-9 0 -18 -1 -25 -3c-27 -8 -41 -30 -41 -62v-110c0 -55 -45 -95 -97 -96v-4c52 0 94 -44 94 -93v-110c0 -31 14 -54 44 -62
674
- c8 -2 16 -3 25 -3l10 -145c-27 -7 -54 -10 -85 -10z" />
675
- <glyph glyph-name="braceright" unicode="}" horiz-adv-x="377"
676
- d="M122 -147c-31 0 -58 3 -85 10l10 145c9 0 17 1 25 3c30 8 44 31 44 62v110c0 49 42 93 94 93v4c-52 1 -97 41 -97 96v110c0 32 -14 54 -41 62c-7 2 -16 3 -25 3l-10 150c32 8 56 10 85 10c80 -1 148 -47 148 -125v-99c0 -84 11 -130 90 -130v-150c-79 0 -90 -56 -90 -130
677
- v-99c0 -81 -64 -125 -148 -125z" />
678
- <glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="318"
679
- d="M57 -149v857h224v-150l-74 -5v-547l74 -5v-150h-224z" />
680
- <glyph glyph-name="bracketright" unicode="]" horiz-adv-x="318"
681
- d="M37 -150v150l74 5v548l-74 5v150h224v-858h-224z" />
682
- <glyph glyph-name="parenleft" unicode="(" horiz-adv-x="291"
683
- d="M158 -141c-88 123 -131 279 -131 428c0 156 44 308 134 432l123 -81c-68 -96 -112 -229 -112 -351c0 -118 44 -252 109 -346z" />
684
- <glyph glyph-name="parenright" unicode=")" horiz-adv-x="291"
685
- d="M133 -141l-123 82c65 94 109 228 109 346c0 122 -44 255 -112 351l123 81c90 -124 134 -276 134 -432c0 -149 -43 -305 -131 -428z" />
686
- <glyph glyph-name="emdash" unicode="&#x2014;" horiz-adv-x="662"
687
- d="M67 175l12 140h516l-12 -140h-516z" />
688
- <glyph glyph-name="endash" unicode="&#x2013;" horiz-adv-x="580"
689
- d="M67 175l12 140h434l-12 -140h-434z" />
690
- <glyph glyph-name="uni2015" unicode="&#x2015;" horiz-adv-x="540"
691
- d="M-3 246v65h546v-65h-546z" />
692
- <glyph glyph-name="hyphen" unicode="-" horiz-adv-x="416"
693
- d="M67 175l30 140h252l-30 -140h-252z" />
694
- <glyph glyph-name="quotedblleft" unicode="&#x201c;" horiz-adv-x="470"
695
- d="M175 368l-145 18l51 256l115 -10zM409 368l-145 18l51 256l115 -10z" />
696
- <glyph glyph-name="quotedblright" unicode="&#x201d;" horiz-adv-x="471"
697
- d="M155 368l-115 10l21 263l145 -17zM390 368l-115 10l21 263l145 -17z" />
698
- <glyph glyph-name="quoteleft" unicode="&#x2018;" horiz-adv-x="236"
699
- d="M175 368l-145 18l51 256l115 -10z" />
700
- <glyph glyph-name="quoteright" unicode="&#x2019;" horiz-adv-x="236"
701
- d="M155 378l-115 10l21 263l145 -17z" />
702
- <glyph glyph-name="colon_parenleft.liga" horiz-adv-x="610"
703
- d="M457 -141c-88 123 -131 279 -131 428c0 156 44 308 134 432l123 -81c-68 -96 -112 -229 -112 -351c0 -118 44 -252 109 -346zM116 321c-47 0 -79 33 -79 80c0 46 32 78 79 78c46 0 78 -32 78 -78c0 -47 -32 -80 -78 -80zM119 48c-47 0 -79 33 -79 80c0 46 32 78 79 78
704
- c46 0 78 -32 78 -78c0 -47 -32 -80 -78 -80z" />
705
- <glyph glyph-name="colon_parenright.liga" horiz-adv-x="591"
706
- d="M433 -141l-123 82c65 94 109 228 109 346c0 122 -44 255 -112 351l123 81c90 -124 134 -276 134 -432c0 -149 -43 -305 -131 -428zM116 329c-47 0 -79 33 -79 80c0 46 32 78 79 78c46 0 78 -32 78 -78c0 -47 -32 -80 -78 -80zM119 56c-47 0 -79 33 -79 80
707
- c0 46 32 78 79 78c46 0 78 -32 78 -78c0 -47 -32 -80 -78 -80z" />
708
- <glyph glyph-name="exclam_question.liga" horiz-adv-x="651"
709
- d="M446 191l-147 34l2 17c16 94 76 124 112 145c30 19 38 29 41 49c5 32 -12 51 -34 54c-27 4 -47 -11 -52 -44l-142 62c30 91 120 141 206 129c139 -20 188 -125 175 -214c-14 -97 -69 -120 -110 -148c-25 -16 -44 -31 -48 -58c-2 -13 -2 -13 -3 -26zM103 195l-71 414
710
- l159 14l11 -419zM344 -2c-46 6 -73 43 -67 90c7 46 43 73 90 66c45 -6 72 -43 66 -88c-7 -47 -43 -75 -89 -68zM172 -7c-47 -5 -82 26 -86 72s25 81 72 85c46 4 80 -25 84 -71c5 -47 -24 -82 -70 -86z" />
711
- <glyph glyph-name="semicolon_parenright.liga" horiz-adv-x="586"
712
- d="M428 -141l-123 82c65 94 109 228 109 346c0 122 -44 255 -112 351l123 81c90 -124 134 -276 134 -432c0 -149 -43 -305 -131 -428zM143 351c-47 0 -79 33 -79 80c0 46 32 78 79 78c46 0 78 -32 78 -78c0 -47 -32 -80 -78 -80zM145 -60l-135 16l57 241l108 -9z" />
713
- <glyph glyph-name="space" unicode=" " horiz-adv-x="270"
714
- />
715
- <glyph glyph-name="cent" unicode="&#xa2;" horiz-adv-x="461"
716
- d="M240 185c25 0 47 15 55 45l121 -78c-30 -54 -75 -85 -122 -98h7l5 -93l-132 3l8 91c-94 26 -144 117 -144 214v6c0 98 50 188 145 214l-8 93l130 3l-5 -93l-12 -1c53 -13 102 -47 130 -104l-122 -75c-9 30 -30 47 -56 47c-44 0 -59 -40 -59 -84v-6c0 -44 15 -84 59 -84z
717
- " />
718
- <glyph glyph-name="dollar" unicode="$" horiz-adv-x="474"
719
- d="M421 172c0 -79 -47 -139 -115 -164l6 -88h-149l6 85c-63 20 -115 71 -130 148l145 40c6 -31 28 -45 45 -45c15 0 33 9 32 32c-3 59 -224 47 -224 214c0 77 54 142 131 164l-5 83h148l-7 -92c62 -25 107 -77 116 -136l-136 -37c-12 31 -33 42 -51 42
720
- c-19 0 -33 -14 -28 -33c13 -47 216 -28 216 -213z" />
721
- <glyph glyph-name="Euro" unicode="&#x20ac;" horiz-adv-x="544"
722
- d="M402 203l125 -45c-35 -114 -125 -163 -218 -163c-109 0 -208 66 -238 193h-54v70h45v14v16v12h-45v70h54c29 128 128 195 238 195c90 0 178 -55 214 -154l-125 -53c-14 48 -35 79 -94 79c-34 0 -67 -17 -83 -67h97v-70h-108v-12v-16v-14h108v-70h-96
723
- c16 -48 48 -65 82 -65c59 0 80 29 98 80z" />
724
- <glyph glyph-name="sterling" unicode="&#xa3;" horiz-adv-x="459"
725
- d="M399 149l43 -116c-40 -28 -73 -37 -108 -37c-63 0 -85 38 -149 37c-25 0 -56 -9 -88 -33l-80 100c67 55 85 101 87 151v1h-76v120h46c-8 21 -15 45 -15 81c0 105 85 181 190 181c83 0 154 -52 181 -125l-113 -56c0 26 -30 57 -68 57c-34 0 -61 -27 -61 -63
726
- c0 -23 11 -48 22 -75h115v-120h-89c-4 -37 -21 -65 -38 -87l-1 -2c46 -2 87 -35 138 -35c16 0 47 9 64 21z" />
727
- <glyph glyph-name="yen" unicode="&#xa5;" horiz-adv-x="496"
728
- d="M494 556l-143 -282h72v-90h-100v-38h100v-80h-100v-66h-150v66h-99v80h99v38h-99v90h71l-143 282l155 10l91 -210l91 210z" />
729
- <glyph glyph-name="plus" unicode="+" horiz-adv-x="573"
730
- d="M516 348v-140h-154v-165h-150v165h-155v140h155v164h150v-164h154z" />
731
- <glyph glyph-name="minus" unicode="&#x2212;" horiz-adv-x="538"
732
- d="M67 194v135h404v-135h-404z" />
733
- <glyph glyph-name="multiply" unicode="&#xd7;" horiz-adv-x="599"
734
- d="M542 417l-146 -148l145 -147l-99 -97l-143 145l-142 -143l-100 94l145 147l-145 147l100 97l143 -145l142 144z" />
735
- <glyph glyph-name="divide" unicode="&#xf7;" horiz-adv-x="538"
736
- d="M265 367c-47 0 -79 33 -79 80c0 46 32 78 79 78c46 0 78 -32 78 -78c0 -47 -32 -80 -78 -80zM57 218v120h424v-120h-424zM265 32c-47 0 -79 33 -79 80c0 46 32 78 79 78c46 0 78 -32 78 -78c0 -47 -32 -80 -78 -80z" />
737
- <glyph glyph-name="equal" unicode="=" horiz-adv-x="538"
738
- d="M57 300v135h404v-135h-404zM57 84v135h404v-135h-404z" />
739
- <glyph glyph-name="notequal" unicode="&#x2260;" horiz-adv-x="538"
740
- d="M451 300h-125l-22 -81h147v-135h-183l-22 -84h-137l23 84h-85v135h121l21 81h-142v135h179l29 110h136l-29 -110h89v-135z" />
741
- <glyph glyph-name="greater" unicode="&#x3e;" horiz-adv-x="501"
742
- d="M167 -47l-105 96l205 240l-205 240l105 96l277 -336z" />
743
- <glyph glyph-name="less" unicode="&#x3c;" horiz-adv-x="501"
744
- d="M334 -47l-277 336l277 336l105 -96l-204 -240l204 -240z" />
745
- <glyph glyph-name="asciitilde" unicode="~" horiz-adv-x="567"
746
- d="M174 150c-46 24 -91 49 -137 73c11 37 61 133 142 135c65 2 110 -41 153 -38c21 1 47 15 61 55c46 -24 91 -49 137 -73c-12 -43 -58 -133 -134 -135c-61 -2 -123 40 -163 38c-27 -1 -46 -22 -59 -55z" />
747
- <glyph glyph-name="infinity" unicode="&#x221e;" horiz-adv-x="964"
748
- d="M692 506c134 0 235 -97 235 -235c0 -129 -100 -235 -235 -235c-95 0 -158 55 -210 120c-50 -65 -113 -120 -210 -120c-136 0 -235 106 -235 235c0 143 101 235 235 235c95 0 159 -55 210 -120c51 65 114 120 210 120zM273 173c52 0 91 42 129 97c-40 55 -78 99 -129 99
749
- c-59 0 -105 -44 -105 -98c0 -55 46 -98 105 -98zM690 173c59 0 105 43 105 98c0 52 -48 98 -105 98c-53 0 -91 -42 -129 -97c39 -55 78 -99 129 -99z" />
750
- <glyph glyph-name="percent" unicode="%" horiz-adv-x="624"
751
- d="M68 0l352 560h140l-352 -560h-140zM134 329c-61 0 -104 43 -104 104c0 60 43 102 104 102c60 0 102 -42 102 -102c0 -61 -42 -104 -102 -104zM492 21c-61 0 -104 43 -104 104c0 60 43 102 104 102c60 0 102 -42 102 -102c0 -61 -42 -104 -102 -104z" />
752
- <glyph glyph-name="at" unicode="@" horiz-adv-x="952"
753
- d="M895 235v-5c-3 -148 -63 -252 -185 -252c-64 0 -139 12 -179 113c-19 -43 -50 -83 -97 -91c-100 -16 -174 82 -174 210c0 131 80 249 178 231c37 -7 62 -34 78 -66v73l140 -11v-266c0 -36 5 -80 54 -80c57 0 69 94 70 145c-2 168 -120 306 -299 306
754
- c-171 0 -311 -140 -311 -310s140 -311 311 -311c61 -3 133 9 168 19l25 -106c-61 -24 -151 -31 -192 -28c-235 0 -425 191 -425 424c0 234 190 424 425 424c240 0 408 -185 413 -414v-5zM472 126c16 0 31 8 44 21v143c-15 15 -31 23 -48 23c-32 0 -54 -42 -54 -105
755
- c0 -46 19 -82 58 -82z" />
756
- <glyph glyph-name="ampersand" unicode="&#x26;" horiz-adv-x="562"
757
- d="M535 267c-25 -39 -52 -84 -82 -126l75 -141h-160l-17 32c-37 -28 -80 -45 -129 -45c-116 0 -195 87 -195 180c0 87 47 167 154 182l-112 210h382v-140h-147l76 -141c11 17 22 36 33 57zM275 147l9 9l-34 64c-68 11 -83 -48 -67 -73c17 -26 62 -28 92 0z" />
758
- <glyph glyph-name="copyright" unicode="&#xa9;" horiz-adv-x="965"
759
- d="M482 -116c-218 0 -395 176 -395 395c0 220 177 397 395 397c214 0 396 -177 396 -397c0 -219 -182 -395 -396 -395zM482 13c149 0 268 119 268 266c0 149 -119 268 -268 268c-147 0 -270 -119 -270 -268c0 -147 123 -266 270 -266zM483 76c-111 0 -193 92 -193 202
760
- c0 114 82 203 193 203c60 0 113 -27 152 -70l-92 -97c-11 14 -29 29 -60 29c-32 0 -64 -27 -64 -65c0 -36 32 -68 64 -68c22 0 42 15 54 32l95 -97c-38 -42 -90 -69 -149 -69z" />
761
- <glyph glyph-name="registered" unicode="&#xae;" horiz-adv-x="412"
762
- d="M205 295c-104 0 -188 85 -188 189s84 189 188 189c105 0 190 -85 190 -189s-85 -189 -190 -189zM205 355c72 0 129 58 129 129s-57 129 -129 129c-70 0 -127 -58 -127 -129s57 -129 127 -129zM151 403v162l55 4c31 1 61 -17 61 -59c0 -23 -9 -42 -26 -51l34 -56h-52
763
- l-27 47h-1v-47h-44zM193 488h16c7 1 14 6 14 21c0 8 -4 14 -9 17s-13 2 -21 0v-38z" />
764
- <glyph glyph-name="degree" unicode="&#xb0;" horiz-adv-x="364"
765
- d="M182 364c-80 0 -142 65 -142 142c0 79 62 142 142 142c79 0 142 -63 142 -142c0 -77 -63 -142 -142 -142zM180 462c26 0 42 18 42 42s-16 44 -42 44c-23 0 -41 -20 -41 -44s18 -42 41 -42z" />
766
- <glyph glyph-name="bar" unicode="|" horiz-adv-x="326"
767
- d="M87 -143v853l150 5v-858h-150z" />
768
- <glyph glyph-name="uni2116" unicode="&#x2116;" horiz-adv-x="933"
769
- d="M352 276v284h150v-560h-135l-165 279v-279h-150v555l135 9zM721 280c-80 0 -142 65 -142 142c0 79 62 142 142 142c79 0 142 -63 142 -142c0 -77 -63 -142 -142 -142zM719 464c-23 0 -41 -20 -41 -44s18 -42 41 -42c26 0 42 18 42 42s-16 44 -42 44zM587 93v115h268
770
- l-1 -115h-267z" />
771
- <glyph glyph-name="asciicircum" unicode="^" horiz-adv-x="570"
772
- d="M503 458l-93 -93l-126 133l-124 -131l-93 93l217 207z" />
773
- <glyph glyph-name="uni0308" unicode="&#x308;"
774
- d="M-74 544c-39 0 -65 27 -65 67c0 39 26 65 65 65c40 0 67 -26 67 -65c0 -40 -27 -67 -67 -67zM-268 543c-39 0 -65 27 -65 67c0 39 26 65 65 65c40 0 67 -26 67 -65c0 -40 -27 -67 -67 -67z" />
775
- <glyph glyph-name="uni0307" unicode="&#x307;"
776
- d="M-80 554c-48 0 -82 33 -82 83c0 47 34 82 82 82c49 0 83 -35 83 -82c0 -50 -34 -83 -83 -83z" />
777
- <glyph glyph-name="gravecomb" unicode="&#x300;"
778
- d="M-43 515l-208 90l68 124l186 -122z" />
779
- <glyph glyph-name="acutecomb" unicode="&#x301;"
780
- d="M-210 516l-45 92l186 122l67 -124z" />
781
- <glyph glyph-name="uni030B" unicode="&#x30b;"
782
- d="M-194 514l-115 -2l-7 220l137 -6zM-26 510l-115 2l7 216l137 -7z" />
783
- <glyph glyph-name="caroncomb.alt"
784
- d="M-22 237l-105 2l-7 211l137 -7z" />
785
- <glyph glyph-name="uni0302" unicode="&#x302;"
786
- d="M3 606l-72 -80l-75 60l-71 -61l-75 76l146 124z" />
787
- <glyph glyph-name="uni030C" unicode="&#x30c;"
788
- d="M-69 722l72 -80l-147 -119l-146 124l75 76l71 -61z" />
789
- <glyph glyph-name="uni0306" unicode="&#x306;"
790
- d="M-149 529c-65 0 -122 36 -152 90l78 67c14 -19 40 -44 74 -44c40 0 59 24 74 44l78 -67c-30 -55 -86 -90 -152 -90z" />
791
- <glyph glyph-name="uni030A" unicode="&#x30a;"
792
- d="M-114 507c-66 0 -116 54 -116 117c0 64 50 116 116 116c64 0 117 -52 117 -116c0 -63 -53 -117 -117 -117zM-117 590c19 0 34 13 34 33c0 19 -15 33 -34 33c-17 0 -30 -14 -30 -33c0 -20 13 -33 30 -33z" />
793
- <glyph glyph-name="tildecomb" unicode="&#x303;"
794
- d="M-235 541l-101 53c9 24 44 99 104 99c42 0 73 -27 97 -27c18 0 25 18 36 42l102 -51c-9 -24 -42 -104 -106 -104c-47 0 -74 29 -97 29c-16 0 -27 -21 -35 -41z" />
795
- <glyph glyph-name="uni0304" unicode="&#x304;"
796
- d="M-265 541v115h268l-1 -115h-267z" />
797
- <glyph glyph-name="uni0312" unicode="&#x312;"
798
- d="M-137 715l140 -15l-37 -172l-113 9z" />
799
- <glyph glyph-name="uni0326" unicode="&#x326;"
800
- d="M-11 -221l-140 15l37 172l113 -9z" />
801
- <glyph glyph-name="uni0327" unicode="&#x327;"
802
- d="M-98 -38c55 11 101 -26 101 -78c0 -63 -49 -100 -114 -100c-44 0 -76 18 -94 33l43 66c8 -6 21 -14 44 -14c11 0 26 5 26 20c0 25 -27 26 -44 25l-42 -3v89h89z" />
803
- <glyph glyph-name="uni0328" unicode="&#x328;"
804
- d="M-273 -99c4 48 43 90 102 109l96 -10c-61 -28 -96 -48 -110 -69c-22 -33 18 -71 51 -23l56 -61c-68 -94 -204 -53 -195 54z" />
805
- <glyph glyph-name="uni0335" unicode="&#x335;"
806
- d="M-267 195v65h265l-1 -65h-264z" />
807
- <glyph glyph-name="uni0337" unicode="&#x337;"
808
- d="M-413 0l-45 46l415 416l46 -46z" />
809
- <glyph glyph-name="uni0338" unicode="&#x338;"
810
- d="M-492 -7l-75 75l490 508l76 -75z" />
811
- <glyph glyph-name="uni0307.alt"
812
- d="M-64 584c-39 0 -65 27 -65 67c0 39 26 65 65 65c40 0 67 -26 67 -65c0 -40 -27 -67 -67 -67z" />
813
- <glyph glyph-name="_f.f.alt" horiz-adv-x="280"
814
- d="M276 484c-31 0 -51 -14 -53 -46v-8h76v-125h-76v-305h-149l-1 305h-46v125h46v9c0 99 56 162 162 162c49 0 99 -17 131 -40l-41 -83c-10 1 -26 6 -49 6z" />
815
- <hkern u1="l" u2="&#x29;" k="-20" />
816
- <hkern u1="q" u2="&#x29;" k="-10" />
817
- <hkern u1="&#x34;" u2="&#x31;" k="30" />
818
- <hkern u1="&#x37;" u2="&#x2c;" k="100" />
819
- <hkern u1="&#x39;" u2="&#x2c;" k="100" />
820
- <hkern u1="&#x2c;" u2="&#x201d;" k="30" />
821
- <hkern u1="&#x2e;" u2="&#x22;" k="30" />
822
- <hkern u1="&#x2f;" u2="\" k="-160" />
823
- <hkern g1="three,five,six,eight"
824
- g2="comma,ellipsis,period"
825
- k="20" />
826
- <hkern g1="seven,nine"
827
- g2="comma,ellipsis,period"
828
- k="80" />
829
- <hkern g1="seven,nine"
830
- g2="six"
831
- k="30" />
832
- <hkern g1="seven,nine"
833
- g2="one"
834
- k="-30" />
835
- <hkern g1="seven,nine"
836
- g2="two"
837
- k="15" />
838
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
839
- g2="comma,ellipsis,period"
840
- k="-20" />
841
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
842
- g2="C,Cacute,Ccaron,Ccedilla,Cdotaccent,G,Gbreve,Gcommaaccent,Gdotaccent,O,Oacute,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,S,Sacute,Scaron,Scedilla,Scommaaccent,zero,infinity,ampersand"
843
- k="20" />
844
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
845
- g2="T"
846
- k="50" />
847
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
848
- g2="U"
849
- k="10" />
850
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
851
- g2="W"
852
- k="40" />
853
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
854
- g2="X"
855
- k="20" />
856
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
857
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
858
- k="70" />
859
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
860
- g2="t,tbar,tcaron,uni0163,uni021B,fi,fl,f_f.dlig,f_f_i.dlig,f_h.liga,f_j.liga,f_t.liga,_f.f.alt"
861
- k="30" />
862
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
863
- g2="backslash"
864
- k="30" />
865
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
866
- g2="quotedbl"
867
- k="75" />
868
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
869
- g2="quotedblleft"
870
- k="50" />
871
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
872
- g2="quotedblright"
873
- k="60" />
874
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
875
- g2="quoteleft"
876
- k="50" />
877
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
878
- g2="quoteright"
879
- k="50" />
880
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
881
- g2="quotesingle"
882
- k="50" />
883
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
884
- g2="slash"
885
- k="-30" />
886
- <hkern g1="B,germandbls"
887
- g2="t,tbar,tcaron,uni0163,uni021B,fi,fl,f_f.dlig,f_f_i.dlig,f_h.liga,f_j.liga,f_t.liga,_f.f.alt"
888
- k="20" />
889
- <hkern g1="AE,E,Eacute,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,H,Hbar,I,IJ,Iacute,Icircumflex,Idieresis,Idotaccent,Igrave,Imacron,Iogonek,M,N,Nacute,Ncaron,Ncommaaccent,Eng,Ntilde,d"
890
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
891
- k="20" />
892
- <hkern g1="AE,E,Eacute,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,H,Hbar,I,IJ,Iacute,Icircumflex,Idieresis,Idotaccent,Igrave,Imacron,Iogonek,M,N,Nacute,Ncaron,Ncommaaccent,Eng,Ntilde,d"
893
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
894
- k="20" />
895
- <hkern g1="K,Kcommaaccent"
896
- g2="comma,ellipsis,period"
897
- k="-20" />
898
- <hkern g1="K,Kcommaaccent"
899
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
900
- k="45" />
901
- <hkern g1="C,D,Eth,Dcaron,Dcroat,G,Gbreve,Gcommaaccent,Gdotaccent,O,Oacute,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,S,Scaron,Scedilla,Scommaaccent,zero,infinity"
902
- g2="comma,ellipsis,period"
903
- k="30" />
904
- <hkern g1="C,D,Eth,Dcaron,Dcroat,G,Gbreve,Gcommaaccent,Gdotaccent,O,Oacute,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,S,Scaron,Scedilla,Scommaaccent,zero,infinity"
905
- g2="X"
906
- k="37" />
907
- <hkern g1="C,D,Eth,Dcaron,Dcroat,G,Gbreve,Gcommaaccent,Gdotaccent,O,Oacute,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,S,Scaron,Scedilla,Scommaaccent,zero,infinity"
908
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
909
- k="20" />
910
- <hkern g1="C,D,Eth,Dcaron,Dcroat,G,Gbreve,Gcommaaccent,Gdotaccent,O,Oacute,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,S,Scaron,Scedilla,Scommaaccent,zero,infinity"
911
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
912
- k="20" />
913
- <hkern g1="C,D,Eth,Dcaron,Dcroat,G,Gbreve,Gcommaaccent,Gdotaccent,O,Oacute,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,S,Scaron,Scedilla,Scommaaccent,zero,infinity"
914
- g2="i,dotlessi,iacute,icircumflex,idieresis,i.loclTRK,igrave,imacron,iogonek,m,n,r,racute,rcaron,rcommaaccent,u,uacute,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,y,yacute,ycircumflex,ydieresis,ygrave"
915
- k="15" />
916
- <hkern g1="OE,P,Thorn,Racute,Rcaron,Rcommaaccent"
917
- g2="comma,ellipsis,period"
918
- k="70" />
919
- <hkern g1="OE,P,Thorn,Racute,Rcaron,Rcommaaccent"
920
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
921
- k="50" />
922
- <hkern g1="R"
923
- g2="quotesingle"
924
- k="30" />
925
- <hkern g1="F,T"
926
- g2="comma,ellipsis,period"
927
- k="60" />
928
- <hkern g1="F,T"
929
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
930
- k="-20" />
931
- <hkern g1="F,T"
932
- g2="quotedbl"
933
- k="-40" />
934
- <hkern g1="F,T"
935
- g2="quotedblleft"
936
- k="-20" />
937
- <hkern g1="F,T"
938
- g2="quotedblright"
939
- k="-30" />
940
- <hkern g1="F,T"
941
- g2="quoteleft"
942
- k="-10" />
943
- <hkern g1="F,T"
944
- g2="quoteright"
945
- k="-20" />
946
- <hkern g1="F,T"
947
- g2="quotesingle"
948
- k="-30" />
949
- <hkern g1="F,T"
950
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
951
- k="50" />
952
- <hkern g1="F,T"
953
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
954
- k="30" />
955
- <hkern g1="F,T"
956
- g2="parenright"
957
- k="-20" />
958
- <hkern g1="J,U,Uacute,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring"
959
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
960
- k="10" />
961
- <hkern g1="W"
962
- g2="comma,ellipsis,period"
963
- k="60" />
964
- <hkern g1="W"
965
- g2="quotedbl"
966
- k="-30" />
967
- <hkern g1="W"
968
- g2="quotedblleft"
969
- k="-15" />
970
- <hkern g1="W"
971
- g2="quotedblright"
972
- k="-15" />
973
- <hkern g1="W"
974
- g2="quoteleft"
975
- k="-15" />
976
- <hkern g1="W"
977
- g2="quoteright"
978
- k="-15" />
979
- <hkern g1="W"
980
- g2="quotesingle"
981
- k="-20" />
982
- <hkern g1="W"
983
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
984
- k="45" />
985
- <hkern g1="W"
986
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
987
- k="32" />
988
- <hkern g1="X"
989
- g2="C,Cacute,Ccaron,Ccedilla,Cdotaccent,G,Gbreve,Gcommaaccent,Gdotaccent,O,Oacute,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,S,Sacute,Scaron,Scedilla,Scommaaccent,zero,infinity,ampersand"
990
- k="37" />
991
- <hkern g1="X"
992
- g2="backslash"
993
- k="-60" />
994
- <hkern g1="X"
995
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
996
- k="20" />
997
- <hkern g1="X"
998
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
999
- k="40" />
1000
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1001
- g2="comma,ellipsis,period"
1002
- k="90" />
1003
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1004
- g2="C,Cacute,Ccaron,Ccedilla,Cdotaccent,G,Gbreve,Gcommaaccent,Gdotaccent,O,Oacute,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,S,Sacute,Scaron,Scedilla,Scommaaccent,zero,infinity,ampersand"
1005
- k="20" />
1006
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1007
- g2="T"
1008
- k="-20" />
1009
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1010
- g2="quotedbl"
1011
- k="-40" />
1012
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1013
- g2="quotedblleft"
1014
- k="-20" />
1015
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1016
- g2="quotedblright"
1017
- k="-30" />
1018
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1019
- g2="quoteleft"
1020
- k="-10" />
1021
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1022
- g2="quoteright"
1023
- k="-20" />
1024
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1025
- g2="quotesingle"
1026
- k="-30" />
1027
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1028
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1029
- k="70" />
1030
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1031
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1032
- k="57" />
1033
- <hkern g1="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde"
1034
- g2="t,tbar,tcaron,uni0163,uni021B,fi,fl,f_f.dlig,f_f_i.dlig,f_h.liga,f_j.liga,f_t.liga,_f.f.alt"
1035
- k="20" />
1036
- <hkern g1="f,f_f.dlig,_f.f.alt"
1037
- g2="t,tbar,tcaron,uni0163,uni021B,fi,fl,f_f.dlig,f_f_i.dlig,f_h.liga,f_j.liga,f_t.liga,_f.f.alt"
1038
- k="20" />
1039
- <hkern g1="f,f_f.dlig,_f.f.alt"
1040
- g2="comma,ellipsis,period"
1041
- k="30" />
1042
- <hkern g1="f,f_f.dlig,_f.f.alt"
1043
- g2="asterisk"
1044
- k="-20" />
1045
- <hkern g1="f,f_f.dlig,_f.f.alt"
1046
- g2="bracketright"
1047
- k="-42" />
1048
- <hkern g1="f,f_f.dlig,_f.f.alt"
1049
- g2="parenright"
1050
- k="-20" />
1051
- <hkern g1="g,gbreve,gcommaaccent,gdotaccent"
1052
- g2="v,w,wacute,wcircumflex,wdieresis,wgrave"
1053
- k="-20" />
1054
- <hkern g1="h,hbar,m,n,nacute,ncaron,ncommaaccent,eng,ntilde,f_h.liga"
1055
- g2="t,tbar,tcaron,uni0163,uni021B,fi,fl,f_f.dlig,f_f_i.dlig,f_h.liga,f_j.liga,f_t.liga,_f.f.alt"
1056
- k="20" />
1057
- <hkern g1="h,hbar,m,n,nacute,ncaron,ncommaaccent,eng,ntilde,f_h.liga"
1058
- g2="question"
1059
- k="50" />
1060
- <hkern g1="h,hbar,m,n,nacute,ncaron,ncommaaccent,eng,ntilde,f_h.liga"
1061
- g2="quotesingle"
1062
- k="40" />
1063
- <hkern g1="b,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,p,thorn,s,sacute,scaron,scedilla,scommaaccent"
1064
- g2="T"
1065
- k="20" />
1066
- <hkern g1="b,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,p,thorn,s,sacute,scaron,scedilla,scommaaccent"
1067
- g2="W"
1068
- k="32" />
1069
- <hkern g1="b,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,p,thorn,s,sacute,scaron,scedilla,scommaaccent"
1070
- g2="X"
1071
- k="40" />
1072
- <hkern g1="b,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,p,thorn,s,sacute,scaron,scedilla,scommaaccent"
1073
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1074
- k="57" />
1075
- <hkern g1="b,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,p,thorn,s,sacute,scaron,scedilla,scommaaccent"
1076
- g2="x"
1077
- k="30" />
1078
- <hkern g1="r,racute,rcaron,rcommaaccent"
1079
- g2="comma,ellipsis,period"
1080
- k="40" />
1081
- <hkern g1="r,racute,rcaron,rcommaaccent"
1082
- g2="v,w,wacute,wcircumflex,wdieresis,wgrave"
1083
- k="-20" />
1084
- <hkern g1="t,tbar,tcaron,uni0163,uni021B,f_t.liga"
1085
- g2="t,tbar,tcaron,uni0163,uni021B,fi,fl,f_f.dlig,f_f_i.dlig,f_h.liga,f_j.liga,f_t.liga,_f.f.alt"
1086
- k="82" />
1087
- <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave"
1088
- g2="comma,ellipsis,period"
1089
- k="20" />
1090
- <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave"
1091
- g2="v,w,wacute,wcircumflex,wdieresis,wgrave"
1092
- k="-15" />
1093
- <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave"
1094
- g2="backslash"
1095
- k="-35" />
1096
- <hkern g1="c,k,kcommaaccent,x"
1097
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1098
- k="15" />
1099
- <hkern g1="l"
1100
- g2="t,tbar,tcaron,uni0163,uni021B,fi,fl,f_f.dlig,f_f_i.dlig,f_h.liga,f_j.liga,f_t.liga,_f.f.alt"
1101
- k="20" />
1102
- <hkern g1="bracketleft"
1103
- g2="j,uni0237"
1104
- k="-60" />
1105
- <hkern g1="parenleft"
1106
- g2="j,uni0237"
1107
- k="-60" />
1108
- <hkern g1="period"
1109
- g2="C,Cacute,Ccaron,Ccedilla,Cdotaccent,G,Gbreve,Gcommaaccent,Gdotaccent,O,Oacute,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,S,Sacute,Scaron,Scedilla,Scommaaccent,zero,infinity,ampersand"
1110
- k="10" />
1111
- <hkern g1="quotedbl"
1112
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1113
- k="45" />
1114
- <hkern g1="quotedbl"
1115
- g2="T"
1116
- k="-40" />
1117
- <hkern g1="quotedbl"
1118
- g2="W"
1119
- k="-20" />
1120
- <hkern g1="quotedbl"
1121
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1122
- k="-40" />
1123
- <hkern g1="quotedblleft"
1124
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1125
- k="60" />
1126
- <hkern g1="quotedblleft"
1127
- g2="T"
1128
- k="-30" />
1129
- <hkern g1="quotedblleft"
1130
- g2="W"
1131
- k="-15" />
1132
- <hkern g1="quotedblleft"
1133
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1134
- k="-30" />
1135
- <hkern g1="quotedblleft"
1136
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1137
- k="20" />
1138
- <hkern g1="quotedblright"
1139
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1140
- k="90" />
1141
- <hkern g1="quotedblright"
1142
- g2="T"
1143
- k="-20" />
1144
- <hkern g1="quotedblright"
1145
- g2="W"
1146
- k="-15" />
1147
- <hkern g1="quotedblright"
1148
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1149
- k="-20" />
1150
- <hkern g1="quotedblright"
1151
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1152
- k="45" />
1153
- <hkern g1="quoteleft"
1154
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1155
- k="60" />
1156
- <hkern g1="quoteleft"
1157
- g2="T"
1158
- k="-20" />
1159
- <hkern g1="quoteleft"
1160
- g2="W"
1161
- k="-15" />
1162
- <hkern g1="quoteleft"
1163
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1164
- k="-20" />
1165
- <hkern g1="quoteleft"
1166
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1167
- k="30" />
1168
- <hkern g1="quoteright"
1169
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1170
- k="60" />
1171
- <hkern g1="quoteright"
1172
- g2="T"
1173
- k="-10" />
1174
- <hkern g1="quoteright"
1175
- g2="W"
1176
- k="-15" />
1177
- <hkern g1="quoteright"
1178
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1179
- k="-10" />
1180
- <hkern g1="quoteright"
1181
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1182
- k="45" />
1183
- <hkern g1="quotesingle"
1184
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1185
- k="45" />
1186
- <hkern g1="quotesingle"
1187
- g2="T"
1188
- k="-30" />
1189
- <hkern g1="quotesingle"
1190
- g2="W"
1191
- k="-20" />
1192
- <hkern g1="quotesingle"
1193
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1194
- k="-30" />
1195
- <hkern g1="quotesingle"
1196
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1197
- k="30" />
1198
- <hkern g1="slash"
1199
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1200
- k="30" />
1201
- <hkern g1="slash"
1202
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1203
- k="30" />
1204
- <hkern g1="slash"
1205
- g2="X"
1206
- k="-60" />
1207
- <hkern g1="slash"
1208
- g2="v,w,wacute,wcircumflex,wdieresis,wgrave"
1209
- k="-35" />
1210
- </font>
1211
- </defs></svg>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
webfont/Affogato-Black.ttf DELETED
Binary file
webfont/Affogato-Black.woff DELETED
Binary file
webfont/Affogato-Black.woff2 DELETED
Binary file
webfont/Affogato-Bold.eot DELETED
Binary file
webfont/Affogato-Bold.svg DELETED
@@ -1,1430 +0,0 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
4
- <metadata>
5
- Created by FontForge 20150824 at Mon Aug 15 22:23:36 2016
6
- By Everything Fonts
7
- Copyright \(c\) 2015 by Eric Lobdell. All rights reserved.
8
- </metadata>
9
- <defs>
10
- <font id="Affogato-Bold" horiz-adv-x="0" >
11
- <font-face
12
- font-family="Affogato Bold"
13
- font-weight="700"
14
- font-stretch="normal"
15
- units-per-em="880"
16
- panose-1="0 0 8 0 0 0 0 0 0 0"
17
- ascent="704"
18
- descent="-176"
19
- x-height="440"
20
- cap-height="564"
21
- bbox="-554 -219 941 851"
22
- underline-thickness="50"
23
- underline-position="-100"
24
- unicode-range="U+0020-FB02"
25
- />
26
- <missing-glyph horiz-adv-x="503"
27
- d="M412 800v-1005h-319v1005h319zM335 733h-166v-34h65v-37h-66v-33h167v33h-67v37h67v34zM268 603h-100v-105h167v35h-67v70zM234 569v-36h-33v36h33zM335 471h-167v-33h66v-37h-66v-33h100v70h67v33zM335 411h-34v-66h-133v-34h167v100zM335 288h-101v-56h34v23h33v-47
28
- h-100v80h-33v-113h167v113zM335 115h-167v-114h167v114zM301 81v-47h-100v47h100zM335 -22h-167v-33h70l-70 -47v-34h167v34h-103l71 47h32v33z" />
29
- <glyph glyph-name="fi" unicode="fi" horiz-adv-x="507"
30
- d="M264 503c-34 0 -56 -19 -58 -54v-21h82v-105h-82v-323h-124l-1 323h-48v105h48v22c0 91 54 151 151 151c46 0 93 -16 123 -40l-36 -69c-12 5 -30 11 -55 11zM324 425l125 7v-432h-125v425z" />
31
- <glyph glyph-name="fl" unicode="fl" horiz-adv-x="574"
32
- d="M80 445c0 106 68 156 157 156c27 0 65 -7 81 -15l-28 -95c-11 2 -23 6 -41 4c-21 -2 -44 -18 -44 -58v-9h74v-105h-74v-323h-125v323h-48v105h48v17zM523 121c9 -1 19 -1 27 -1v-119c-15 -1 -26 -2 -39 -2c-103 0 -157 40 -157 171l1 415l125 7l-1 -382
33
- c0 -55 5 -86 44 -89z" />
34
- <glyph glyph-name="f_h.liga" unicode="fh" horiz-adv-x="785"
35
- d="M80 445c0 106 68 156 157 156c27 0 65 -7 81 -15l-28 -95c-11 2 -23 6 -41 4c-21 -2 -44 -18 -44 -58v-9h74v-105h-74v-323h-125v323h-48v105h48v17zM583 445c87 11 149 -62 149 -155v-290h-125v255c0 48 -23 82 -69 77c-22 -2 -43 -18 -58 -36v-296h-125v586l125 7v-222
36
- c25 40 63 69 103 74z" />
37
- <glyph glyph-name="f_j.liga" unicode="fj" horiz-adv-x="497"
38
- d="M206 0h-124l-1 323h-48v105h48v22c0 91 54 151 151 151c46 0 93 -16 123 -40l-36 -69c-12 5 -30 11 -55 11c-34 0 -56 -19 -58 -54v-21h82v-105h-82v-323zM318 425l125 7v-440c0 -138 -52 -201 -148 -201c-40 0 -80 14 -95 31l28 103c10 -5 25 -9 41 -8c29 1 49 23 49 75
39
- v433z" />
40
- <glyph glyph-name="f_t.liga" unicode="ft" horiz-adv-x="604"
41
- d="M249 495c-21 -2 -44 -18 -44 -58v-9h74v-105h-74v-323h-125v323h-48v105h48v17c0 106 68 156 157 156c27 0 65 -7 81 -15l-28 -95c-11 2 -23 6 -41 4zM563 320h-73v-110c0 -55 6 -86 44 -89c10 -1 20 -1 28 -1v-119c-15 -1 -27 -2 -39 -2c-103 0 -158 40 -158 171v150
42
- h-54v120h55v118l125 6v-124h72v-120z" />
43
- <glyph glyph-name="q_j.liga" unicode="qj" horiz-adv-x="718"
44
- d="M601 480c-42 0 -71 28 -71 72c0 41 29 71 71 71s72 -30 72 -71c0 -44 -30 -72 -72 -72zM539 -8v433l125 7v-440c0 -137 -51 -200 -146 -201c-135 -12 -207 38 -207 206v95c-20 -42 -52 -85 -101 -92c-102 -16 -177 80 -177 213c0 131 80 249 184 229
45
- c50 -10 78 -56 94 -99v100l125 -6v-441c0 -27 4 -68 35 -78c6 -1 13 -1 19 -1c29 1 49 23 49 75zM238 106c28 1 50 21 73 51v123c-21 30 -45 51 -72 55c-46 4 -77 -49 -77 -124c0 -63 27 -107 76 -105z" />
46
- <glyph glyph-name=".notdef" horiz-adv-x="503"
47
- d="M412 800v-1005h-319v1005h319zM335 733h-166v-34h65v-37h-66v-33h167v33h-67v37h67v34zM268 603h-100v-105h167v35h-67v70zM234 569v-36h-33v36h33zM335 471h-167v-33h66v-37h-66v-33h100v70h67v33zM335 411h-34v-66h-133v-34h167v100zM335 288h-101v-56h34v23h33v-47
48
- h-100v80h-33v-113h167v113zM335 115h-167v-114h167v114zM301 81v-47h-100v47h100zM335 -22h-167v-33h70l-70 -47v-34h167v34h-103l71 47h32v33z" />
49
- <glyph glyph-name="A" unicode="A" horiz-adv-x="538"
50
- d="M391 0l-26 91h-191l-26 -91h-125l170 555l152 9l171 -564h-125zM206 204h127l-64 225z" />
51
- <glyph glyph-name="Aacute" unicode="&#xc1;" horiz-adv-x="538"
52
- d="M453 733l-198 -94l-38 78l179 120zM391 0l-26 91h-191l-26 -91h-125l170 555l152 9l171 -564h-125zM206 204h127l-64 225z" />
53
- <glyph glyph-name="Abreve" unicode="&#x102;" horiz-adv-x="538"
54
- d="M269 653c-61 0 -113 34 -142 83l66 57c14 -18 40 -45 76 -45c41 0 62 25 76 45l67 -57c-29 -50 -81 -83 -143 -83zM391 0l-26 91h-191l-26 -91h-125l170 555l152 9l171 -564h-125zM206 204h127l-64 225z" />
55
- <glyph glyph-name="uni01CD" unicode="&#x1cd;" horiz-adv-x="538"
56
- d="M406 759l-138 -116l-137 120l63 64l74 -65l77 64zM391 0l-26 91h-191l-26 -91h-125l170 555l152 9l171 -564h-125zM206 204h127l-64 225z" />
57
- <glyph glyph-name="Acircumflex" unicode="&#xc2;" horiz-adv-x="538"
58
- d="M268 710l-74 -65l-63 64l137 120l138 -116l-61 -67zM391 0l-26 91h-191l-26 -91h-125l170 555l152 9l171 -564h-125zM206 204h127l-64 225z" />
59
- <glyph glyph-name="Adieresis" unicode="&#xc4;" horiz-adv-x="538"
60
- d="M351 666c-34 0 -57 24 -57 59s23 58 57 58c36 0 60 -23 60 -58s-24 -59 -60 -59zM167 665c-34 0 -57 24 -57 59s23 58 57 58c36 0 60 -23 60 -58s-24 -59 -60 -59zM391 0l-26 91h-191l-26 -91h-125l170 555l152 9l171 -564h-125zM206 204h127l-64 225z" />
61
- <glyph glyph-name="Agrave" unicode="&#xc0;" horiz-adv-x="538"
62
- d="M316 716l-39 -77l-198 93l58 104zM391 0l-26 91h-191l-26 -91h-125l170 555l152 9l171 -564h-125zM206 204h127l-64 225z" />
63
- <glyph glyph-name="Amacron" unicode="&#x100;" horiz-adv-x="538"
64
- d="M395 761l-1 -96h-250v96h251zM391 0l-26 91h-191l-26 -91h-125l170 555l152 9l171 -564h-125zM206 204h127l-64 225z" />
65
- <glyph glyph-name="Aogonek" unicode="&#x104;" horiz-adv-x="538"
66
- d="M514 0c-54 -28 -88 -49 -105 -72c-28 -40 17 -81 56 -33l47 -52c-75 -89 -201 -36 -177 66c9 38 36 70 77 91h-21l-26 91h-191l-26 -91h-125l170 555l152 9l171 -563v-1h-2zM206 204h127l-64 225z" />
67
- <glyph glyph-name="Aring" unicode="&#xc5;" horiz-adv-x="538"
68
- d="M268 631c-60 0 -105 49 -105 106c0 58 45 105 105 105c58 0 106 -47 106 -105c0 -57 -48 -106 -106 -106zM266 770c-18 0 -32 -15 -32 -34c0 -20 14 -34 32 -34c19 0 34 14 34 34c0 19 -15 34 -34 34zM391 0l-26 91h-191l-26 -91h-125l170 555l152 9l171 -564h-125z
69
- M206 204h127l-64 225z" />
70
- <glyph glyph-name="Atilde" unicode="&#xc3;" horiz-adv-x="538"
71
- d="M231 696c-16 0 -26 -21 -34 -41l-85 45c8 24 39 90 94 90c40 0 72 -31 97 -31c18 0 26 17 36 41l86 -43c-8 -23 -37 -93 -96 -93c-46 0 -73 32 -98 32zM391 0l-26 91h-191l-26 -91h-125l170 555l152 9l171 -564h-125zM206 204h127l-64 225z" />
72
- <glyph glyph-name="AE" unicode="&#xc6;" horiz-adv-x="712"
73
- d="M660 444h-235v-112h162v-117h-162v-98h235v-117h-363v90h-135l-42 -90h-133l275 561l123 -1l275 1v-117zM208 191h89v191z" />
74
- <glyph glyph-name="B" unicode="B" horiz-adv-x="523"
75
- d="M70 0v554c14 1 194 12 208 12c114 0 164 -75 164 -157c0 -51 -23 -87 -47 -105c53 -28 80 -82 80 -141c0 -118 -100 -163 -165 -163h-240zM194 335h66c35 0 56 26 56 59c0 27 -21 55 -56 55c-23 -1 -43 -1 -66 -2v-112zM194 118h87c34 0 63 22 63 60s-29 58 -58 58
76
- l-92 -1v-117z" />
77
- <glyph glyph-name="C" unicode="C" horiz-adv-x="540"
78
- d="M285 -5c-126 0 -241 94 -241 277v16c0 183 115 277 241 277c89 0 172 -53 208 -146l-112 -45c-18 45 -57 68 -96 68c-57 0 -118 -40 -118 -154v-16c0 -114 61 -154 118 -154c41 0 83 26 98 76l113 -46c-35 -104 -119 -153 -211 -153z" />
79
- <glyph glyph-name="Cacute" unicode="&#x106;" horiz-adv-x="540"
80
- d="M271 639l-38 78l179 120l57 -104zM285 -5c-126 0 -241 94 -241 277v16c0 183 115 277 241 277c89 0 172 -53 208 -146l-112 -45c-18 45 -57 68 -96 68c-57 0 -118 -40 -118 -154v-16c0 -114 61 -154 118 -154c41 0 83 26 98 76l113 -46c-35 -104 -119 -153 -211 -153z
81
- " />
82
- <glyph glyph-name="Ccaron" unicode="&#x10c;" horiz-adv-x="540"
83
- d="M422 759l-138 -116l-137 120l63 64l74 -65l77 64zM383 194l113 -46c-35 -104 -119 -153 -211 -153c-126 0 -241 94 -241 277v16c0 183 115 277 241 277c89 0 172 -53 208 -146l-112 -45c-18 45 -57 68 -96 68c-57 0 -118 -40 -118 -154v-16c0 -114 61 -154 118 -154
84
- c41 0 83 26 98 76z" />
85
- <glyph glyph-name="Ccedilla" unicode="&#xc7;" horiz-adv-x="540"
86
- d="M496 148c-33 -98 -110 -147 -196 -153l-5 -28c56 13 103 -23 103 -76c0 -61 -48 -97 -109 -97c-46 0 -77 21 -92 36l38 55c7 -7 22 -18 48 -18c16 0 34 9 34 28c0 25 -26 32 -50 31c-16 -1 -27 -1 -40 -2v78c-101 25 -183 116 -183 270v16c0 183 115 277 241 277
87
- c89 0 172 -53 208 -146l-112 -45c-18 45 -57 68 -96 68c-57 0 -118 -40 -118 -154v-16c0 -114 61 -154 118 -154c41 0 83 26 98 76z" />
88
- <glyph glyph-name="Cdotaccent" unicode="&#x10a;" horiz-adv-x="540"
89
- d="M285 631c-42 0 -71 28 -71 72c0 41 29 71 71 71s72 -30 72 -71c0 -44 -30 -72 -72 -72zM285 -5c-126 0 -241 94 -241 277v16c0 183 115 277 241 277c89 0 172 -53 208 -146l-112 -45c-18 45 -57 68 -96 68c-57 0 -118 -40 -118 -154v-16c0 -114 61 -154 118 -154
90
- c41 0 83 26 98 76l113 -46c-35 -104 -119 -153 -211 -153z" />
91
- <glyph glyph-name="D" unicode="D" horiz-adv-x="537"
92
- d="M70 0v555c64 4 127 7 192 10c109 0 227 -92 227 -291c0 -211 -140 -274 -239 -274h-180zM194 124h54c76 0 115 60 115 146c0 95 -37 171 -112 171c-20 -1 -37 -1 -57 -3v-314z" />
93
- <glyph glyph-name="Eth" unicode="&#xd0;" horiz-adv-x="537"
94
- d="M115 665v96h251l-1 -96h-250zM70 0v555c64 4 127 7 192 10c109 0 227 -92 227 -291c0 -211 -140 -274 -239 -274h-180zM194 124h54c76 0 115 60 115 146c0 95 -37 171 -112 171c-20 -1 -37 -1 -57 -3v-314z" />
95
- <glyph glyph-name="Dcaron" unicode="&#x10e;" horiz-adv-x="537"
96
- d="M377 759l-138 -116l-137 120l63 64l74 -65l77 64zM262 565c109 0 227 -92 227 -291c0 -211 -140 -274 -239 -274h-180v555c64 4 127 7 192 10zM248 124c76 0 115 60 115 146c0 95 -37 171 -112 171c-20 -1 -37 -1 -57 -3v-314h54z" />
97
- <glyph glyph-name="Dcroat" unicode="&#x110;" horiz-adv-x="537"
98
- d="M115 665v96h251l-1 -96h-250zM70 0v555c64 4 127 7 192 10c109 0 227 -92 227 -291c0 -211 -140 -274 -239 -274h-180zM194 124h54c76 0 115 60 115 146c0 95 -37 171 -112 171c-20 -1 -37 -1 -57 -3v-314z" />
99
- <glyph glyph-name="E" unicode="E" horiz-adv-x="480"
100
- d="M428 444h-235v-112h162v-117h-162v-98h235v-117h-358v560l358 1v-117z" />
101
- <glyph glyph-name="Eacute" unicode="&#xc9;" horiz-adv-x="480"
102
- d="M429 735l-198 -94l-38 78l179 120zM70 0v560l358 1v-117h-235v-112h162v-117h-162v-98h235v-117h-358z" />
103
- <glyph glyph-name="Ecaron" unicode="&#x11a;" horiz-adv-x="480"
104
- d="M382 761l-138 -116l-137 120l63 64l74 -65l77 64zM428 444h-235v-112h162v-117h-162v-98h235v-117h-358v560l358 1v-117z" />
105
- <glyph glyph-name="Ecircumflex" unicode="&#xca;" horiz-adv-x="480"
106
- d="M244 712l-74 -65l-63 64l137 120l138 -116l-61 -67zM428 444h-235v-112h162v-117h-162v-98h235v-117h-358v560l358 1v-117z" />
107
- <glyph glyph-name="Edieresis" unicode="&#xcb;" horiz-adv-x="480"
108
- d="M327 668c-34 0 -57 24 -57 59s23 58 57 58c36 0 60 -23 60 -58s-24 -59 -60 -59zM143 667c-34 0 -57 24 -57 59s23 58 57 58c36 0 60 -23 60 -58s-24 -59 -60 -59zM428 444h-235v-112h162v-117h-162v-98h235v-117h-358v560l358 1v-117z" />
109
- <glyph glyph-name="Edotaccent" unicode="&#x116;" horiz-adv-x="480"
110
- d="M245 633c-42 0 -71 28 -71 72c0 41 29 71 71 71s72 -30 72 -71c0 -44 -30 -72 -72 -72zM428 444h-235v-112h162v-117h-162v-98h235v-117h-358v560l358 1v-117z" />
111
- <glyph glyph-name="Egrave" unicode="&#xc8;" horiz-adv-x="480"
112
- d="M292 718l-39 -77l-198 93l58 104zM428 444h-235v-112h162v-117h-162v-98h235v-117h-358v560l358 1v-117z" />
113
- <glyph glyph-name="Emacron" unicode="&#x112;" horiz-adv-x="480"
114
- d="M371 763l-1 -96h-250v96h251zM428 444h-235v-112h162v-117h-162v-98h235v-117h-358v560l358 1v-117z" />
115
- <glyph glyph-name="Eogonek" unicode="&#x118;" horiz-adv-x="480"
116
- d="M428 444h-235v-112h162v-117h-162v-98h235v-117h-4c-53 -27 -86 -49 -103 -71c-28 -40 17 -81 56 -33l47 -52c-75 -89 -201 -36 -177 66c9 37 35 69 75 90h-252v560l358 1v-117z" />
117
- <glyph glyph-name="F" unicode="F" horiz-adv-x="440"
118
- d="M430 443h-235v-130h162v-117h-162v-196h-125v560h360v-117z" />
119
- <glyph glyph-name="G" unicode="G" horiz-adv-x="567"
120
- d="M287 -5c-129 0 -243 94 -243 278v14c0 184 114 278 243 278c102 0 189 -66 219 -158l-120 -33c-15 39 -46 76 -99 76c-61 0 -120 -40 -120 -163v-14c0 -123 59 -163 120 -163c59 0 99 42 100 91v4h-109v109h241v-80c0 -145 -105 -239 -232 -239z" />
121
- <glyph glyph-name="Gbreve" unicode="&#x11e;" horiz-adv-x="567"
122
- d="M287 653c-61 0 -113 34 -142 83l66 57c14 -18 40 -45 76 -45c41 0 62 25 76 45l67 -57c-29 -50 -81 -83 -143 -83zM287 -5c-129 0 -243 94 -243 278v14c0 184 114 278 243 278c102 0 189 -66 219 -158l-120 -33c-15 39 -46 76 -99 76c-61 0 -120 -40 -120 -163v-14
123
- c0 -123 59 -163 120 -163c59 0 99 42 100 91v4h-109v109h241v-80c0 -145 -105 -239 -232 -239z" />
124
- <glyph glyph-name="Gcommaaccent" unicode="&#x122;" horiz-adv-x="567"
125
- d="M287 -5c-129 0 -243 94 -243 278v14c0 184 114 278 243 278c102 0 189 -66 219 -158l-120 -33c-15 39 -46 76 -99 76c-61 0 -120 -40 -120 -163v-14c0 -123 59 -163 120 -163c59 0 99 42 100 91v4h-109v109h241v-80c0 -145 -105 -239 -232 -239zM310 -219l-117 12l36 171
126
- l95 -7z" />
127
- <glyph glyph-name="Gdotaccent" unicode="&#x120;" horiz-adv-x="567"
128
- d="M287 631c-42 0 -71 28 -71 72c0 41 29 71 71 71s72 -30 72 -71c0 -44 -30 -72 -72 -72zM287 -5c-129 0 -243 94 -243 278v14c0 184 114 278 243 278c102 0 189 -66 219 -158l-120 -33c-15 39 -46 76 -99 76c-61 0 -120 -40 -120 -163v-14c0 -123 59 -163 120 -163
129
- c59 0 99 42 100 91v4h-109v109h241v-80c0 -145 -105 -239 -232 -239z" />
130
- <glyph glyph-name="H" unicode="H" horiz-adv-x="540"
131
- d="M346 560h125v-560h-125v191h-151v-191h-125v556l125 6v-246h151v244z" />
132
- <glyph glyph-name="Hbar" unicode="&#x126;" horiz-adv-x="540"
133
- d="M543 485v-80h-72v-405h-125v191h-151v-191h-125v405h-73v80h73v71l125 6v-77h151v75h125v-75h72zM346 316v89h-151v-89h151z" />
134
- <glyph glyph-name="I" unicode="I" horiz-adv-x="272"
135
- d="M199 564v-564h-125v558z" />
136
- <glyph glyph-name="IJ" unicode="&#x132;" horiz-adv-x="641"
137
- d="M74 0v558l125 6v-564h-125zM347 558l230 6v-354c0 -148 -74 -215 -167 -215c-59 0 -103 26 -120 45l47 90c8 -4 28 -14 53 -13c44 1 62 34 62 91v235h-105v115z" />
138
- <glyph glyph-name="Iacute" unicode="&#xcd;" horiz-adv-x="272"
139
- d="M122 639l-38 78l179 120l57 -104zM199 564v-564h-125v558z" />
140
- <glyph glyph-name="uni01CF" unicode="&#x1cf;" horiz-adv-x="272"
141
- d="M273 759l-138 -116l-137 120l63 64l74 -65l77 64zM74 0v558l125 6v-564h-125z" />
142
- <glyph glyph-name="Icircumflex" unicode="&#xce;" horiz-adv-x="272"
143
- d="M135 829l138 -116l-61 -67l-77 64l-74 -65l-63 64zM74 0v558l125 6v-564h-125z" />
144
- <glyph glyph-name="Idieresis" unicode="&#xcf;" horiz-adv-x="272"
145
- d="M218 666c-34 0 -57 24 -57 59s23 58 57 58c36 0 60 -23 60 -58s-24 -59 -60 -59zM34 665c-34 0 -57 24 -57 59s23 58 57 58c36 0 60 -23 60 -58s-24 -59 -60 -59zM199 564v-564h-125v558z" />
146
- <glyph glyph-name="Idotaccent" unicode="&#x130;" horiz-adv-x="272"
147
- d="M136 631c-42 0 -71 28 -71 72c0 41 29 71 71 71s72 -30 72 -71c0 -44 -30 -72 -72 -72zM199 564v-564h-125v558z" />
148
- <glyph glyph-name="Igrave" unicode="&#xcc;" horiz-adv-x="272"
149
- d="M144 639l-198 93l58 104l179 -120zM199 564v-564h-125v558z" />
150
- <glyph glyph-name="Imacron" unicode="&#x12a;" horiz-adv-x="272"
151
- d="M11 665v96h251l-1 -96h-250zM199 564v-564h-125v558z" />
152
- <glyph glyph-name="Iogonek" unicode="&#x12e;" horiz-adv-x="272"
153
- d="M74 558l125 6v-564h-2c-54 -28 -88 -49 -105 -72c-28 -40 17 -81 56 -33l47 -52c-75 -89 -201 -36 -177 66c9 38 36 70 77 91h-21v558z" />
154
- <glyph glyph-name="J" unicode="J" horiz-adv-x="369"
155
- d="M75 558l230 6v-354c0 -148 -74 -215 -167 -215c-59 0 -103 26 -120 45l47 90c8 -4 28 -14 53 -13c44 1 62 34 62 91v235h-105v115z" />
156
- <glyph glyph-name="K" unicode="K" horiz-adv-x="532"
157
- d="M380 0l-117 233l-68 -93v-140h-125v558l125 7v-227l165 222h142l-162 -221l181 -339h-141z" />
158
- <glyph glyph-name="Kcommaaccent" unicode="&#x136;" horiz-adv-x="532"
159
- d="M340 339l181 -339h-141l-117 233l-68 -93v-140h-125v558l125 7v-227l165 222h142zM193 -203l36 171l95 -7l-14 -176z" />
160
- <glyph glyph-name="L" unicode="L" horiz-adv-x="407"
161
- d="M195 117h168v-117h-293v557l125 7v-447z" />
162
- <glyph glyph-name="Lacute" unicode="&#x139;" horiz-adv-x="407"
163
- d="M319 733l-198 -94l-38 78l179 120zM195 117h168v-117h-293v557l125 7v-447z" />
164
- <glyph glyph-name="Lcaron" unicode="&#x13d;" horiz-adv-x="407"
165
- d="M295 568l115 -6l-24 -207l-88 2zM195 564v-447h168v-117h-293v557z" />
166
- <glyph glyph-name="Lcommaaccent" unicode="&#x13b;" horiz-adv-x="407"
167
- d="M195 117h168v-117h-293v557l125 7v-447zM127 -205l36 171l95 -7l-14 -176z" />
168
- <glyph glyph-name="Ldot" unicode="&#x13f;" horiz-adv-x="403"
169
- d="M195 564v-447h168v-117h-293v557zM365 429c36 0 60 -23 60 -58s-24 -59 -60 -59c-34 0 -57 24 -57 59s23 58 57 58z" />
170
- <glyph glyph-name="Lslash" unicode="&#x141;" horiz-adv-x="407"
171
- d="M195 117h168v-117h-293v219l-60 -57l-56 57l116 110v228l125 7v-116l58 55l57 -57l-115 -109v-220z" />
172
- <glyph glyph-name="M" unicode="M" horiz-adv-x="694"
173
- d="M499 563l126 -7v-556h-125v326l-117 -217h-72l-116 215v-324h-125v555l125 8l152 -275z" />
174
- <glyph glyph-name="N" unicode="N" horiz-adv-x="577"
175
- d="M382 560h125v-560h-113l-199 329v-329h-125v556l113 7l199 -335v332z" />
176
- <glyph glyph-name="Nacute" unicode="&#x143;" horiz-adv-x="577"
177
- d="M474 709l-198 -94l-38 78l179 120zM382 560h125v-560h-113l-199 329v-329h-125v556l113 7l199 -335v332z" />
178
- <glyph glyph-name="Ncaron" unicode="&#x147;" horiz-adv-x="577"
179
- d="M427 735l-138 -116l-137 120l63 64l74 -65l77 64zM382 560h125v-560h-113l-199 329v-329h-125v556l113 7l199 -335v332z" />
180
- <glyph glyph-name="Ncommaaccent" unicode="&#x145;" horiz-adv-x="577"
181
- d="M382 560h125v-560h-113l-199 329v-329h-125v556l113 7l199 -335v332zM200 -207l36 171l95 -7l-14 -176z" />
182
- <glyph glyph-name="Eng" unicode="&#x14a;" horiz-adv-x="577"
183
- d="M382 560h125v-609c0 -110 -68 -165 -156 -165c-49 0 -72 14 -88 23l29 108c11 -3 16 -6 41 -5c29 0 49 23 49 70v38l-187 309v-329h-125v556l113 7l199 -335v332z" />
184
- <glyph glyph-name="Ntilde" unicode="&#xd1;" horiz-adv-x="577"
185
- d="M252 672c-16 0 -26 -21 -34 -41l-85 45c8 24 39 90 94 90c40 0 72 -31 97 -31c18 0 26 17 36 41l86 -43c-8 -23 -37 -93 -96 -93c-46 0 -73 32 -98 32zM382 560h125v-560h-113l-199 329v-329h-125v556l113 7l199 -335v332z" />
186
- <glyph glyph-name="O" unicode="O" horiz-adv-x="573"
187
- d="M286 -5c-127 0 -238 94 -238 277v16c0 183 111 277 238 277s239 -94 239 -277v-16c0 -183 -112 -277 -239 -277zM286 110c59 0 116 40 116 162v16c0 122 -57 162 -116 162s-115 -40 -115 -162v-16c0 -122 56 -162 115 -162z" />
188
- <glyph glyph-name="Oacute" unicode="&#xd3;" horiz-adv-x="573"
189
- d="M273 639l-38 78l179 120l57 -104zM286 -5c-127 0 -238 94 -238 277v16c0 183 111 277 238 277s239 -94 239 -277v-16c0 -183 -112 -277 -239 -277zM286 110c59 0 116 40 116 162v16c0 122 -57 162 -116 162s-115 -40 -115 -162v-16c0 -122 56 -162 115 -162z" />
190
- <glyph glyph-name="uni01D1" unicode="&#x1d1;" horiz-adv-x="573"
191
- d="M424 759l-138 -116l-137 120l63 64l74 -65l77 64zM286 565c127 0 239 -94 239 -277v-16c0 -183 -112 -277 -239 -277s-238 94 -238 277v16c0 183 111 277 238 277zM402 272v16c0 122 -57 162 -116 162s-115 -40 -115 -162v-16c0 -122 56 -162 115 -162s116 40 116 162z
192
- " />
193
- <glyph glyph-name="Ocircumflex" unicode="&#xd4;" horiz-adv-x="573"
194
- d="M286 710l-74 -65l-63 64l137 120l138 -116l-61 -67zM286 565c127 0 239 -94 239 -277v-16c0 -183 -112 -277 -239 -277s-238 94 -238 277v16c0 183 111 277 238 277zM402 272v16c0 122 -57 162 -116 162s-115 -40 -115 -162v-16c0 -122 56 -162 115 -162s116 40 116 162z
195
- " />
196
- <glyph glyph-name="Odieresis" unicode="&#xd6;" horiz-adv-x="573"
197
- d="M369 666c-34 0 -57 24 -57 59s23 58 57 58c36 0 60 -23 60 -58s-24 -59 -60 -59zM185 665c-34 0 -57 24 -57 59s23 58 57 58c36 0 60 -23 60 -58s-24 -59 -60 -59zM286 -5c-127 0 -238 94 -238 277v16c0 183 111 277 238 277s239 -94 239 -277v-16
198
- c0 -183 -112 -277 -239 -277zM286 110c59 0 116 40 116 162v16c0 122 -57 162 -116 162s-115 -40 -115 -162v-16c0 -122 56 -162 115 -162z" />
199
- <glyph glyph-name="Ograve" unicode="&#xd2;" horiz-adv-x="573"
200
- d="M295 639l-198 93l58 104l179 -120zM286 -5c-127 0 -238 94 -238 277v16c0 183 111 277 238 277s239 -94 239 -277v-16c0 -183 -112 -277 -239 -277zM286 110c59 0 116 40 116 162v16c0 122 -57 162 -116 162s-115 -40 -115 -162v-16c0 -122 56 -162 115 -162z" />
201
- <glyph glyph-name="Ohungarumlaut" unicode="&#x150;" horiz-adv-x="573"
202
- d="M245 635l-97 -1l-2 214l115 -6zM403 632l-96 2l8 210l115 -6zM286 -5c-127 0 -238 94 -238 277v16c0 183 111 277 238 277s239 -94 239 -277v-16c0 -183 -112 -277 -239 -277zM286 110c59 0 116 40 116 162v16c0 122 -57 162 -116 162s-115 -40 -115 -162v-16
203
- c0 -122 56 -162 115 -162z" />
204
- <glyph glyph-name="Omacron" unicode="&#x14c;" horiz-adv-x="573"
205
- d="M162 665v96h251l-1 -96h-250zM286 -5c-127 0 -238 94 -238 277v16c0 183 111 277 238 277s239 -94 239 -277v-16c0 -183 -112 -277 -239 -277zM286 110c59 0 116 40 116 162v16c0 122 -57 162 -116 162s-115 -40 -115 -162v-16c0 -122 56 -162 115 -162z" />
206
- <glyph glyph-name="Oslash" unicode="&#xd8;" horiz-adv-x="573"
207
- d="M558 504l-65 -67c20 -40 32 -90 32 -149v-16c0 -183 -112 -277 -239 -277c-60 0 -117 21 -160 63l-56 -58l-63 64l67 70c-16 38 -26 84 -26 138v16c0 183 111 277 238 277c56 0 110 -19 152 -55l56 58zM171 272c0 -13 1 -25 2 -36l183 189c-20 18 -45 25 -70 25
208
- c-59 0 -115 -40 -115 -162v-16zM402 288c0 19 -1 36 -4 51l-190 -196c22 -24 49 -33 78 -33c59 0 116 40 116 162v16z" />
209
- <glyph glyph-name="Otilde" unicode="&#xd5;" horiz-adv-x="573"
210
- d="M215 655l-85 45c8 24 39 90 94 90c40 0 72 -31 97 -31c18 0 26 17 36 41l86 -43c-8 -23 -37 -93 -96 -93c-46 0 -73 32 -98 32c-16 0 -26 -21 -34 -41zM286 -5c-127 0 -238 94 -238 277v16c0 183 111 277 238 277s239 -94 239 -277v-16c0 -183 -112 -277 -239 -277z
211
- M286 110c59 0 116 40 116 162v16c0 122 -57 162 -116 162s-115 -40 -115 -162v-16c0 -122 56 -162 115 -162z" />
212
- <glyph glyph-name="OE" unicode="&#x152;" horiz-adv-x="874"
213
- d="M822 444h-235v-112h162v-117h-162v-98h235v-117h-358v94c-41 -66 -107 -99 -178 -99c-127 0 -238 94 -238 277v16c0 183 111 277 238 277c71 0 137 -33 178 -99v94l358 1v-117zM402 272v16c0 122 -57 162 -116 162s-115 -40 -115 -162v-16c0 -122 56 -162 115 -162
214
- s116 40 116 162z" />
215
- <glyph glyph-name="P" unicode="P" horiz-adv-x="477"
216
- d="M256 565c94 0 195 -67 195 -205c0 -115 -77 -198 -184 -200h-73v-160h-124v555c63 4 123 7 186 10zM194 272h55c37 0 77 30 77 81c0 54 -26 88 -79 88c-19 0 -34 -1 -53 -2v-167z" />
217
- <glyph glyph-name="Thorn" unicode="&#xde;" horiz-adv-x="495"
218
- d="M283 510c103 23 176 -90 176 -227c0 -145 -91 -240 -190 -215c-27 7 -51 25 -70 49v-117h-125v558l125 6v-125c20 32 48 62 84 71zM251 168c46 -1 77 41 77 115c0 70 -26 127 -76 121c-18 -2 -36 -17 -53 -38v-168c16 -17 34 -29 52 -30z" />
219
- <glyph glyph-name="Q" unicode="Q" horiz-adv-x="568"
220
- d="M505 110l35 -110h-263c-127 0 -234 102 -234 269v27c0 167 107 269 234 269s234 -102 234 -269v-17c0 -76 -33 -132 -75 -169h69zM166 269c0 -98 52 -146 111 -146s110 48 110 146v27c0 98 -51 146 -110 146s-111 -48 -111 -146v-27z" />
221
- <glyph glyph-name="R" unicode="R" horiz-adv-x="505"
222
- d="M473 0h-143l-89 160h-47v-160h-124v555c63 4 123 7 186 10c93 0 195 -67 195 -204c0 -76 -32 -137 -84 -171zM194 438v-166h55c37 0 77 29 77 82s-26 87 -79 87c-19 -1 -34 -1 -53 -3z" />
223
- <glyph glyph-name="Racute" unicode="&#x154;" horiz-adv-x="505"
224
- d="M421 733l-198 -94l-38 78l179 120zM473 0h-143l-89 160h-47v-160h-124v555c63 4 123 7 186 10c93 0 195 -67 195 -204c0 -76 -32 -137 -84 -171zM194 438v-166h55c37 0 77 29 77 82s-26 87 -79 87c-19 -1 -34 -1 -53 -3z" />
225
- <glyph glyph-name="Rcaron" unicode="&#x158;" horiz-adv-x="505"
226
- d="M374 759l-138 -116l-137 120l63 64l74 -65l77 64zM473 0h-143l-89 160h-47v-160h-124v555c63 4 123 7 186 10c93 0 195 -67 195 -204c0 -76 -32 -137 -84 -171zM194 438v-166h55c37 0 77 29 77 82s-26 87 -79 87c-19 -1 -34 -1 -53 -3z" />
227
- <glyph glyph-name="Rcommaaccent" unicode="&#x156;" horiz-adv-x="505"
228
- d="M367 190l106 -190h-143l-89 160h-47v-160h-124v555c63 4 123 7 186 10c93 0 195 -67 195 -204c0 -76 -32 -137 -84 -171zM194 438v-166h55c37 0 77 29 77 82s-26 87 -79 87c-19 -1 -34 -1 -53 -3zM165 -207l36 171l95 -7l-14 -176z" />
229
- <glyph glyph-name="S" unicode="S" horiz-adv-x="460"
230
- d="M234 -5c-94 0 -172 61 -189 154l121 33c6 -36 33 -60 64 -60s55 18 54 50c-3 80 -238 60 -238 230c0 91 80 163 181 163c97 0 178 -66 189 -148l-113 -30c-12 38 -41 55 -68 55c-33 0 -54 -22 -50 -47c11 -70 232 -45 232 -229c0 -99 -76 -171 -183 -171z" />
231
- <glyph glyph-name="Sacute" unicode="&#x15a;" horiz-adv-x="460"
232
- d="M217 639l-38 78l179 120l57 -104zM234 -5c-94 0 -172 61 -189 154l121 33c6 -36 33 -60 64 -60s55 18 54 50c-3 80 -238 60 -238 230c0 91 80 163 181 163c97 0 178 -66 189 -148l-113 -30c-12 38 -41 55 -68 55c-33 0 -54 -22 -50 -47c11 -70 232 -45 232 -229
233
- c0 -99 -76 -171 -183 -171z" />
234
- <glyph glyph-name="Scaron" unicode="&#x160;" horiz-adv-x="460"
235
- d="M368 759l-138 -116l-137 120l63 64l74 -65l77 64zM185 395c11 -70 232 -45 232 -229c0 -99 -76 -171 -183 -171c-94 0 -172 61 -189 154l121 33c6 -36 33 -60 64 -60s55 18 54 50c-3 80 -238 60 -238 230c0 91 80 163 181 163c97 0 178 -66 189 -148l-113 -30
236
- c-12 38 -41 55 -68 55c-33 0 -54 -22 -50 -47z" />
237
- <glyph glyph-name="Scedilla" unicode="&#x15e;" horiz-adv-x="460"
238
- d="M417 166c0 -87 -58 -153 -145 -168l-7 -38c56 13 103 -23 103 -76c0 -61 -48 -97 -109 -97c-46 0 -77 21 -92 36l38 55c7 -7 22 -18 48 -18c16 0 34 9 34 28c0 25 -26 32 -50 31c-16 -1 -27 -1 -40 -2v81c-77 14 -137 71 -152 151l121 33c6 -36 33 -60 64 -60
239
- s55 18 54 50c-3 80 -238 60 -238 230c0 91 80 163 181 163c97 0 178 -66 189 -148l-113 -30c-12 38 -41 55 -68 55c-33 0 -54 -22 -50 -47c11 -70 232 -45 232 -229z" />
240
- <glyph glyph-name="Scommaaccent" unicode="&#x218;" horiz-adv-x="460"
241
- d="M234 -5c-94 0 -172 61 -189 154l121 33c6 -36 33 -60 64 -60s55 18 54 50c-3 80 -238 60 -238 230c0 91 80 163 181 163c97 0 178 -66 189 -148l-113 -30c-12 38 -41 55 -68 55c-33 0 -54 -22 -50 -47c11 -70 232 -45 232 -229c0 -99 -76 -171 -183 -171zM268 -218
242
- l-117 12l36 171l95 -7z" />
243
- <glyph glyph-name="T" unicode="T" horiz-adv-x="403"
244
- d="M390 560v-121h-127v-439h-125v439h-125v121h377z" />
245
- <glyph glyph-name="Tbar" unicode="&#x166;" horiz-adv-x="403"
246
- d="M328 761l-1 -96h-250v96h251zM390 560v-121h-127v-439h-125v439h-125v121h377z" />
247
- <glyph glyph-name="Tcaron" unicode="&#x164;" horiz-adv-x="403"
248
- d="M339 759l-138 -116l-137 120l63 64l74 -65l77 64zM390 560v-121h-127v-439h-125v439h-125v121h377z" />
249
- <glyph glyph-name="uni0162" unicode="&#x162;" horiz-adv-x="403"
250
- d="M263 0h-21l-8 -41c56 13 103 -23 103 -76c0 -61 -48 -97 -109 -97c-46 0 -77 21 -92 36l38 55c7 -7 22 -18 48 -18c16 0 34 9 34 28c0 25 -26 32 -50 31c-16 -1 -27 -1 -40 -2v84h-28v439h-125v121h377v-121h-127v-439z" />
251
- <glyph glyph-name="uni021A" unicode="&#x21a;" horiz-adv-x="403"
252
- d="M390 560v-121h-127v-439h-125v439h-125v121h377zM120 -207l36 171l95 -7l-14 -176z" />
253
- <glyph glyph-name="U" unicode="U" horiz-adv-x="546"
254
- d="M274 -3c-120 0 -215 79 -216 225l-1 332l124 7l1 -329c-1 -74 40 -112 92 -112c56 0 92 40 92 112l-2 328h124l2 -338c0 -146 -95 -225 -216 -225z" />
255
- <glyph glyph-name="Uacute" unicode="&#xda;" horiz-adv-x="546"
256
- d="M259 635l-38 78l179 120l57 -104zM274 -3c-120 0 -215 79 -216 225l-1 332l124 7l1 -329c-1 -74 40 -112 92 -112c56 0 92 40 92 112l-2 328h124l2 -338c0 -146 -95 -225 -216 -225z" />
257
- <glyph glyph-name="uni01D3" unicode="&#x1d3;" horiz-adv-x="546"
258
- d="M410 755l-138 -116l-137 120l63 64l74 -65l77 64zM488 560l2 -338c0 -146 -95 -225 -216 -225c-120 0 -215 79 -216 225l-1 332l124 7l1 -329c-1 -74 40 -112 92 -112c56 0 92 40 92 112l-2 328h124z" />
259
- <glyph glyph-name="Ucircumflex" unicode="&#xdb;" horiz-adv-x="546"
260
- d="M272 706l-74 -65l-63 64l137 120l138 -116l-61 -67zM488 560l2 -338c0 -146 -95 -225 -216 -225c-120 0 -215 79 -216 225l-1 332l124 7l1 -329c-1 -74 40 -112 92 -112c56 0 92 40 92 112l-2 328h124z" />
261
- <glyph glyph-name="Udieresis" unicode="&#xdc;" horiz-adv-x="546"
262
- d="M355 662c-34 0 -57 24 -57 59s23 58 57 58c36 0 60 -23 60 -58s-24 -59 -60 -59zM171 661c-34 0 -57 24 -57 59s23 58 57 58c36 0 60 -23 60 -58s-24 -59 -60 -59zM274 -3c-120 0 -215 79 -216 225l-1 332l124 7l1 -329c-1 -74 40 -112 92 -112c56 0 92 40 92 112l-2 328
263
- h124l2 -338c0 -146 -95 -225 -216 -225z" />
264
- <glyph glyph-name="Ugrave" unicode="&#xd9;" horiz-adv-x="546"
265
- d="M281 635l-198 93l58 104l179 -120zM274 -3c-120 0 -215 79 -216 225l-1 332l124 7l1 -329c-1 -74 40 -112 92 -112c56 0 92 40 92 112l-2 328h124l2 -338c0 -146 -95 -225 -216 -225z" />
266
- <glyph glyph-name="Uhungarumlaut" unicode="&#x170;" horiz-adv-x="546"
267
- d="M231 631l-97 -1l-2 214l115 -6zM389 628l-96 2l8 210l115 -6zM274 -3c-120 0 -215 79 -216 225l-1 332l124 7l1 -329c-1 -74 40 -112 92 -112c56 0 92 40 92 112l-2 328h124l2 -338c0 -146 -95 -225 -216 -225z" />
268
- <glyph glyph-name="Umacron" unicode="&#x16a;" horiz-adv-x="546"
269
- d="M148 661v96h251l-1 -96h-250zM274 -3c-120 0 -215 79 -216 225l-1 332l124 7l1 -329c-1 -74 40 -112 92 -112c56 0 92 40 92 112l-2 328h124l2 -338c0 -146 -95 -225 -216 -225z" />
270
- <glyph glyph-name="Uogonek" unicode="&#x172;" horiz-adv-x="546"
271
- d="M341 6c-52 -27 -85 -48 -101 -70c-28 -40 17 -81 56 -33l47 -52c-75 -89 -201 -36 -177 66c8 34 30 63 64 84c-98 17 -171 93 -172 221l-1 332l124 7l1 -329c-1 -74 40 -112 92 -112c56 0 92 40 92 112l-2 328h124l2 -338c0 -118 -62 -192 -149 -216z" />
272
- <glyph glyph-name="Uring" unicode="&#x16e;" horiz-adv-x="546"
273
- d="M272 627c-60 0 -105 49 -105 106c0 58 45 105 105 105c58 0 106 -47 106 -105c0 -57 -48 -106 -106 -106zM270 698c19 0 34 14 34 34c0 19 -15 34 -34 34c-18 0 -32 -15 -32 -34c0 -20 14 -34 32 -34zM274 -3c-120 0 -215 79 -216 225l-1 332l124 7l1 -329
274
- c-1 -74 40 -112 92 -112c56 0 92 40 92 112l-2 328h124l2 -338c0 -146 -95 -225 -216 -225z" />
275
- <glyph glyph-name="V" unicode="V" horiz-adv-x="515"
276
- d="M376 565l129 -7l-185 -558h-125l-185 558l129 7l119 -394z" />
277
- <glyph glyph-name="W" unicode="W" horiz-adv-x="698"
278
- d="M554 564l125 -7l-123 -557h-109l-98 311l-98 -311h-109l-123 557l125 7l68 -342l94 326h85l94 -327z" />
279
- <glyph glyph-name="Wacute" unicode="&#x1e82;" horiz-adv-x="698"
280
- d="M533 733l-198 -94l-38 78l179 120zM554 564l125 -7l-123 -557h-109l-98 311l-98 -311h-109l-123 557l125 7l68 -342l94 326h85l94 -327z" />
281
- <glyph glyph-name="Wcircumflex" unicode="&#x174;" horiz-adv-x="698"
282
- d="M348 710l-74 -65l-63 64l137 120l138 -116l-61 -67zM554 564l125 -7l-123 -557h-109l-98 311l-98 -311h-109l-123 557l125 7l68 -342l94 326h85l94 -327z" />
283
- <glyph glyph-name="Wdieresis" unicode="&#x1e84;" horiz-adv-x="698"
284
- d="M431 666c-34 0 -57 24 -57 59s23 58 57 58c36 0 60 -23 60 -58s-24 -59 -60 -59zM247 665c-34 0 -57 24 -57 59s23 58 57 58c36 0 60 -23 60 -58s-24 -59 -60 -59zM554 564l125 -7l-123 -557h-109l-98 311l-98 -311h-109l-123 557l125 7l68 -342l94 326h85l94 -327z" />
285
- <glyph glyph-name="Wgrave" unicode="&#x1e80;" horiz-adv-x="698"
286
- d="M396 716l-39 -77l-198 93l58 104zM554 564l125 -7l-123 -557h-109l-98 311l-98 -311h-109l-123 557l125 7l68 -342l94 326h85l94 -327z" />
287
- <glyph glyph-name="X" unicode="X" horiz-adv-x="564"
288
- d="M545 0h-135l-128 195l-128 -195h-135l192 286l-184 274h136l119 -182l120 183h136l-184 -275z" />
289
- <glyph glyph-name="Y" unicode="Y" horiz-adv-x="477"
290
- d="M472 557l-171 -333v-224h-125v224l-170 333l129 8l103 -226h1l104 226z" />
291
- <glyph glyph-name="Yacute" unicode="&#xdd;" horiz-adv-x="477"
292
- d="M423 721l-198 -94l-38 78l179 120zM472 557l-171 -333v-224h-125v224l-170 333l129 8l103 -226h1l104 226z" />
293
- <glyph glyph-name="Ycircumflex" unicode="&#x176;" horiz-adv-x="477"
294
- d="M238 698l-74 -65l-63 64l137 120l138 -116l-61 -67zM472 557l-171 -333v-224h-125v224l-170 333l129 8l103 -226h1l104 226z" />
295
- <glyph glyph-name="Ydieresis" unicode="&#x178;" horiz-adv-x="477"
296
- d="M321 654c-34 0 -57 24 -57 59s23 58 57 58c36 0 60 -23 60 -58s-24 -59 -60 -59zM137 653c-34 0 -57 24 -57 59s23 58 57 58c36 0 60 -23 60 -58s-24 -59 -60 -59zM472 557l-171 -333v-224h-125v224l-170 333l129 8l103 -226h1l104 226z" />
297
- <glyph glyph-name="Ygrave" unicode="&#x1ef2;" horiz-adv-x="477"
298
- d="M286 704l-39 -77l-198 93l58 104zM472 557l-171 -333v-224h-125v224l-170 333l129 8l103 -226h1l104 226z" />
299
- <glyph glyph-name="Z" unicode="Z" horiz-adv-x="481"
300
- d="M434 560v-123l-238 -321h238v-116h-386v121l239 322h-238v117h385z" />
301
- <glyph glyph-name="Zacute" unicode="&#x179;" horiz-adv-x="481"
302
- d="M425 733l-198 -94l-38 78l179 120zM434 560v-123l-238 -321h238v-116h-386v121l239 322h-238v117h385z" />
303
- <glyph glyph-name="Zcaron" unicode="&#x17d;" horiz-adv-x="481"
304
- d="M378 759l-138 -116l-137 120l63 64l74 -65l77 64zM434 560v-123l-238 -321h238v-116h-386v121l239 322h-238v117h385z" />
305
- <glyph glyph-name="Zdotaccent" unicode="&#x17b;" horiz-adv-x="481"
306
- d="M241 631c-42 0 -71 28 -71 72c0 41 29 71 71 71s72 -30 72 -71c0 -44 -30 -72 -72 -72zM434 560v-123l-238 -321h238v-116h-386v121l239 322h-238v117h385z" />
307
- <glyph glyph-name="B.ss01" horiz-adv-x="521"
308
- d="M72 0v559c53 3 146 6 185 6c133 1 187 -74 187 -156c0 -51 -23 -87 -47 -105c53 -28 80 -82 80 -141c0 -118 -100 -163 -165 -163h-240zM196 335h66c35 0 56 26 56 59c0 27 -21 57 -60 57c-22 -1 -45 -1 -62 -3v-113zM196 118h87c34 0 63 22 63 60s-29 58 -58 58l-92 -1
309
- v-117z" />
310
- <glyph glyph-name="D.ss01" horiz-adv-x="539"
311
- d="M72 0v559c63 4 132 5 181 6c117 4 238 -92 238 -291c0 -211 -140 -274 -239 -274h-180zM196 124h54c76 0 115 64 115 150c0 95 -38 169 -116 168c-19 0 -35 -1 -53 -3v-315z" />
312
- <glyph glyph-name="P.ss01" horiz-adv-x="480"
313
- d="M249 566c107 0 204 -69 204 -206c0 -115 -77 -198 -184 -200h-73v-160h-124v559c63 4 133 7 177 7zM196 272h55c37 0 77 30 77 81c0 53 -27 89 -79 89c-18 0 -34 -1 -53 -2v-168z" />
314
- <glyph glyph-name="R.ss01" horiz-adv-x="504"
315
- d="M475 0h-143l-91 160h-45v-160h-124v559c63 4 133 7 177 7c103 0 204 -69 204 -206c0 -75 -33 -137 -85 -171zM196 440v-168h55c37 0 77 30 77 81c0 53 -26 89 -78 89c-19 0 -35 -1 -54 -2z" />
316
- <glyph glyph-name="a" unicode="a" horiz-adv-x="500"
317
- d="M424 202c0 -55 8 -82 49 -82v-113c-82 -19 -144 3 -166 79c-20 -40 -51 -79 -98 -86c-102 -16 -177 80 -177 213c0 131 80 249 184 229c41 -8 68 -42 85 -78v31l3 51l121 -7zM237 106c23 1 43 15 62 38v10l1 139c-19 23 -39 39 -62 42c-46 4 -77 -49 -77 -124
318
- c0 -63 27 -107 76 -105z" />
319
- <glyph glyph-name="aacute" unicode="&#xe1;" horiz-adv-x="500"
320
- d="M441 605l-198 -94l-38 78l179 120zM424 202c0 -55 8 -82 49 -82v-113c-82 -19 -144 3 -166 79c-20 -40 -51 -79 -98 -86c-102 -16 -177 80 -177 213c0 131 80 249 184 229c41 -8 68 -42 85 -78v31l3 51l121 -7zM237 106c23 1 43 15 62 38v10l1 139c-19 23 -39 39 -62 42
321
- c-46 4 -77 -49 -77 -124c0 -63 27 -107 76 -105z" />
322
- <glyph glyph-name="abreve" unicode="&#x103;" horiz-adv-x="500"
323
- d="M257 525c-61 0 -113 34 -142 83l66 57c14 -18 40 -45 76 -45c41 0 62 25 76 45l67 -57c-29 -50 -81 -83 -143 -83zM424 202c0 -55 8 -82 49 -82v-113c-82 -19 -144 3 -166 79c-20 -40 -51 -79 -98 -86c-102 -16 -177 80 -177 213c0 131 80 249 184 229
324
- c41 -8 68 -42 85 -78v31l3 51l121 -7zM237 106c23 1 43 15 62 38v10l1 139c-19 23 -39 39 -62 42c-46 4 -77 -49 -77 -124c0 -63 27 -107 76 -105z" />
325
- <glyph glyph-name="uni01CE" unicode="&#x1ce;" horiz-adv-x="500"
326
- d="M394 631l-138 -116l-137 120l63 64l74 -65l77 64zM424 202c0 -55 8 -82 49 -82v-113c-82 -19 -144 3 -166 79c-20 -40 -51 -79 -98 -86c-102 -16 -177 80 -177 213c0 131 80 249 184 229c41 -8 68 -42 85 -78v31l3 51l121 -7zM237 106c23 1 43 15 62 38v10l1 139
327
- c-19 23 -39 39 -62 42c-46 4 -77 -49 -77 -124c0 -63 27 -107 76 -105z" />
328
- <glyph glyph-name="acircumflex" unicode="&#xe2;" horiz-adv-x="500"
329
- d="M256 582l-74 -65l-63 64l137 120l138 -116l-61 -67zM424 202c0 -55 8 -82 49 -82v-113c-82 -19 -144 3 -166 79c-20 -40 -51 -79 -98 -86c-102 -16 -177 80 -177 213c0 131 80 249 184 229c41 -8 68 -42 85 -78v31l3 51l121 -7zM237 106c23 1 43 15 62 38v10l1 139
330
- c-19 23 -39 39 -62 42c-46 4 -77 -49 -77 -124c0 -63 27 -107 76 -105z" />
331
- <glyph glyph-name="adieresis" unicode="&#xe4;" horiz-adv-x="500"
332
- d="M339 538c-34 0 -57 24 -57 59s23 58 57 58c36 0 60 -23 60 -58s-24 -59 -60 -59zM155 537c-34 0 -57 24 -57 59s23 58 57 58c36 0 60 -23 60 -58s-24 -59 -60 -59zM424 202c0 -55 8 -82 49 -82v-113c-82 -19 -144 3 -166 79c-20 -40 -51 -79 -98 -86
333
- c-102 -16 -177 80 -177 213c0 131 80 249 184 229c41 -8 68 -42 85 -78v31l3 51l121 -7zM237 106c23 1 43 15 62 38v10l1 139c-19 23 -39 39 -62 42c-46 4 -77 -49 -77 -124c0 -63 27 -107 76 -105z" />
334
- <glyph glyph-name="agrave" unicode="&#xe0;" horiz-adv-x="500"
335
- d="M304 588l-39 -77l-198 93l58 104zM424 202c0 -55 8 -82 49 -82v-113c-82 -19 -144 3 -166 79c-20 -40 -51 -79 -98 -86c-102 -16 -177 80 -177 213c0 131 80 249 184 229c41 -8 68 -42 85 -78v31l3 51l121 -7zM237 106c23 1 43 15 62 38v10l1 139c-19 23 -39 39 -62 42
336
- c-46 4 -77 -49 -77 -124c0 -63 27 -107 76 -105z" />
337
- <glyph glyph-name="amacron" unicode="&#x101;" horiz-adv-x="500"
338
- d="M383 633l-1 -96h-250v96h251zM424 202c0 -55 8 -82 49 -82v-113c-82 -19 -144 3 -166 79c-20 -40 -51 -79 -98 -86c-102 -16 -177 80 -177 213c0 131 80 249 184 229c41 -8 68 -42 85 -78v31l3 51l121 -7zM237 106c23 1 43 15 62 38v10l1 139c-19 23 -39 39 -62 42
339
- c-46 4 -77 -49 -77 -124c0 -63 27 -107 76 -105z" />
340
- <glyph glyph-name="aogonek" unicode="&#x105;" horiz-adv-x="500"
341
- d="M468 6c-52 -27 -85 -48 -101 -70c-28 -40 17 -81 56 -33l47 -52c-75 -89 -201 -36 -177 66c9 39 37 71 79 92c-31 12 -54 37 -65 77c-20 -40 -51 -79 -98 -86c-102 -16 -177 80 -177 213c0 131 80 249 184 229c41 -8 68 -42 85 -78v31l3 51l121 -7l-1 -237
342
- c0 -55 8 -82 49 -82v-111h1s-1 0 -1 -1v-1c-2 0 -3 -1 -5 -1zM237 106c23 1 43 15 62 38v10l1 139c-19 23 -39 39 -62 42c-46 4 -77 -49 -77 -124c0 -63 27 -107 76 -105z" />
343
- <glyph glyph-name="aring" unicode="&#xe5;" horiz-adv-x="500"
344
- d="M256 503c-60 0 -105 49 -105 106c0 58 45 105 105 105c58 0 106 -47 106 -105c0 -57 -48 -106 -106 -106zM254 642c-18 0 -32 -15 -32 -34c0 -20 14 -34 32 -34c19 0 34 14 34 34c0 19 -15 34 -34 34zM424 202c0 -55 8 -82 49 -82v-113c-82 -19 -144 3 -166 79
345
- c-20 -40 -51 -79 -98 -86c-102 -16 -177 80 -177 213c0 131 80 249 184 229c41 -8 68 -42 85 -78v31l3 51l121 -7zM237 106c23 1 43 15 62 38v10l1 139c-19 23 -39 39 -62 42c-46 4 -77 -49 -77 -124c0 -63 27 -107 76 -105z" />
346
- <glyph glyph-name="atilde" unicode="&#xe3;" horiz-adv-x="500"
347
- d="M219 568c-16 0 -26 -21 -34 -41l-85 45c8 24 39 90 94 90c40 0 72 -31 97 -31c18 0 26 17 36 41l86 -43c-8 -23 -37 -93 -96 -93c-46 0 -73 32 -98 32zM424 202c0 -55 8 -82 49 -82v-113c-82 -19 -144 3 -166 79c-20 -40 -51 -79 -98 -86c-102 -16 -177 80 -177 213
348
- c0 131 80 249 184 229c41 -8 68 -42 85 -78v31l3 51l121 -7zM237 106c23 1 43 15 62 38v10l1 139c-19 23 -39 39 -62 42c-46 4 -77 -49 -77 -124c0 -63 27 -107 76 -105z" />
349
- <glyph glyph-name="ae" unicode="&#xe6;" horiz-adv-x="832"
350
- d="M793 188h-276v-6c3 -51 38 -81 76 -81c36 0 63 20 75 52l113 -33c-28 -71 -95 -125 -186 -125c-80 0 -140 45 -172 108v-103h-117v82c-20 -39 -51 -75 -96 -82c-102 -16 -177 80 -177 213c0 131 80 249 184 229c45 -9 72 -48 89 -87v92l117 -9v-101c32 63 92 108 172 108
351
- c124 0 200 -103 200 -213c0 -31 -1 -35 -2 -44zM593 339c-38 0 -73 -30 -74 -76h150c0 49 -38 76 -76 76zM238 106c26 1 47 18 68 45v136c-20 26 -43 45 -67 48c-46 4 -77 -49 -77 -124c0 -63 27 -107 76 -105z" />
352
- <glyph glyph-name="b" unicode="b" horiz-adv-x="483"
353
- d="M275 445c103 23 176 -90 176 -227c0 -145 -91 -240 -190 -215c-33 8 -60 32 -80 63v-4l-6 -62h-117v595l125 7l-1 -244c21 39 52 77 93 87zM243 103c46 -1 77 41 77 115c0 70 -26 127 -76 121c-21 -2 -43 -23 -62 -50l-1 -146c19 -21 40 -39 62 -40z" />
354
- <glyph glyph-name="c" unicode="c" horiz-adv-x="438"
355
- d="M232 -5c-125 0 -199 102 -199 221v8c0 119 74 221 199 221c73 0 141 -42 174 -109l-102 -63c-10 32 -36 57 -72 57c-53 0 -80 -48 -80 -106v-8c0 -58 27 -106 80 -106c35 0 62 24 71 55l101 -65c-36 -68 -105 -105 -172 -105z" />
356
- <glyph glyph-name="cacute" unicode="&#x107;" horiz-adv-x="438"
357
- d="M213 505l-38 78l179 120l57 -104zM232 -5c-125 0 -199 102 -199 221v8c0 119 74 221 199 221c73 0 141 -42 174 -109l-102 -63c-10 32 -36 57 -72 57c-53 0 -80 -48 -80 -106v-8c0 -58 27 -106 80 -106c35 0 62 24 71 55l101 -65c-36 -68 -105 -105 -172 -105z" />
358
- <glyph glyph-name="ccaron" unicode="&#x10d;" horiz-adv-x="438"
359
- d="M364 625l-138 -116l-137 120l63 64l74 -65l77 64zM232 110c35 0 62 24 71 55l101 -65c-36 -68 -105 -105 -172 -105c-125 0 -199 102 -199 221v8c0 119 74 221 199 221c73 0 141 -42 174 -109l-102 -63c-10 32 -36 57 -72 57c-53 0 -80 -48 -80 -106v-8
360
- c0 -58 27 -106 80 -106z" />
361
- <glyph glyph-name="ccedilla" unicode="&#xe7;" horiz-adv-x="438"
362
- d="M232 110c35 0 62 24 71 55l101 -65c-31 -58 -85 -93 -142 -103l-7 -36c56 13 103 -23 103 -76c0 -61 -48 -97 -109 -97c-46 0 -77 21 -92 36l38 55c7 -7 22 -18 48 -18c16 0 34 9 34 28c0 25 -26 32 -50 31c-16 -1 -27 -1 -40 -2v82c-98 21 -154 112 -154 216v8
363
- c0 119 74 221 199 221c73 0 141 -42 174 -109l-102 -63c-10 32 -36 57 -72 57c-53 0 -80 -48 -80 -106v-8c0 -58 27 -106 80 -106z" />
364
- <glyph glyph-name="cdotaccent" unicode="&#x10b;" horiz-adv-x="438"
365
- d="M227 497c-42 0 -71 28 -71 72c0 41 29 71 71 71s72 -30 72 -71c0 -44 -30 -72 -72 -72zM232 -5c-125 0 -199 102 -199 221v8c0 119 74 221 199 221c73 0 141 -42 174 -109l-102 -63c-10 32 -36 57 -72 57c-53 0 -80 -48 -80 -106v-8c0 -58 27 -106 80 -106
366
- c35 0 62 24 71 55l101 -65c-36 -68 -105 -105 -172 -105z" />
367
- <glyph glyph-name="d" unicode="d" horiz-adv-x="484"
368
- d="M301 592l125 -5v-587h-117l-8 66v8c-20 -35 -50 -68 -92 -74c-102 -16 -177 80 -177 213c0 131 80 249 184 229c42 -8 68 -42 85 -78v228zM237 106c24 1 44 16 64 40v146c-19 24 -40 40 -63 43c-46 4 -77 -49 -77 -124c0 -63 27 -107 76 -105z" />
369
- <glyph glyph-name="eth" unicode="&#xf0;" horiz-adv-x="484"
370
- d="M451 329c0 -122 -38 -296 -183 -329c-13 -3 -27 -5 -41 -5h-2c-120 1 -194 105 -194 225c0 116 80 219 188 217c50 -1 90 -25 121 -60c-7 66 -28 121 -60 166l-51 -47l-49 53l52 48c-23 19 -49 36 -78 50l51 86c37 -16 72 -38 104 -65l53 49l49 -55l-52 -48
371
- c56 -72 92 -170 92 -285zM154 220c0 -77 27 -126 81 -126c10 0 19 2 28 5l12 6c28 19 42 60 42 115c0 85 -28 134 -82 134s-81 -49 -81 -134z" />
372
- <glyph glyph-name="dcaron" unicode="&#x10f;" horiz-adv-x="484"
373
- d="M484 604l115 -6l-24 -207l-88 2zM301 364v228l125 -5v-587h-117l-8 66v8c-20 -35 -50 -68 -92 -74c-102 -16 -177 80 -177 213c0 131 80 249 184 229c42 -8 68 -42 85 -78zM237 106c24 1 44 16 64 40v146c-19 24 -40 40 -63 43c-46 4 -77 -49 -77 -124
374
- c0 -63 27 -107 76 -105z" />
375
- <glyph glyph-name="dcroat" unicode="&#x111;" horiz-adv-x="480"
376
- d="M468 539l-1 -80h-41v-459h-117l-8 66v8c-20 -35 -50 -68 -92 -74c-102 -16 -177 80 -177 213c0 131 80 249 184 229c42 -8 68 -42 85 -78v95h-79v80h79v53l125 -5v-48h42zM237 106c24 1 44 16 64 40v146c-19 24 -40 40 -63 43c-46 4 -77 -49 -77 -124
377
- c0 -63 27 -107 76 -105z" />
378
- <glyph glyph-name="e" unicode="e" horiz-adv-x="473"
379
- d="M236 -5c-124 0 -199 107 -199 225s75 225 199 225s200 -103 200 -213c0 -31 -1 -35 -2 -44h-276v-6c3 -51 38 -81 76 -81c36 0 63 20 75 52l113 -33c-28 -71 -95 -125 -186 -125zM160 263h150c0 49 -38 76 -76 76s-73 -30 -74 -76z" />
380
- <glyph glyph-name="eacute" unicode="&#xe9;" horiz-adv-x="473"
381
- d="M223 503l-38 78l179 120l57 -104zM236 -5c-124 0 -199 107 -199 225s75 225 199 225s200 -103 200 -213c0 -31 -1 -35 -2 -44h-276v-6c3 -51 38 -81 76 -81c36 0 63 20 75 52l113 -33c-28 -71 -95 -125 -186 -125zM160 263h150c0 49 -38 76 -76 76s-73 -30 -74 -76z" />
382
- <glyph glyph-name="ecaron" unicode="&#x11b;" horiz-adv-x="473"
383
- d="M374 623l-138 -116l-137 120l63 64l74 -65l77 64zM434 188h-276v-6c3 -51 38 -81 76 -81c36 0 63 20 75 52l113 -33c-28 -71 -95 -125 -186 -125c-124 0 -199 107 -199 225s75 225 199 225s200 -103 200 -213c0 -31 -1 -35 -2 -44zM234 339c-38 0 -73 -30 -74 -76h150
384
- c0 49 -38 76 -76 76z" />
385
- <glyph glyph-name="ecircumflex" unicode="&#xea;" horiz-adv-x="473"
386
- d="M236 574l-74 -65l-63 64l137 120l138 -116l-61 -67zM434 188h-276v-6c3 -51 38 -81 76 -81c36 0 63 20 75 52l113 -33c-28 -71 -95 -125 -186 -125c-124 0 -199 107 -199 225s75 225 199 225s200 -103 200 -213c0 -31 -1 -35 -2 -44zM234 339c-38 0 -73 -30 -74 -76h150
387
- c0 49 -38 76 -76 76z" />
388
- <glyph glyph-name="edieresis" unicode="&#xeb;" horiz-adv-x="473"
389
- d="M319 530c-34 0 -57 24 -57 59s23 58 57 58c36 0 60 -23 60 -58s-24 -59 -60 -59zM135 529c-34 0 -57 24 -57 59s23 58 57 58c36 0 60 -23 60 -58s-24 -59 -60 -59zM236 -5c-124 0 -199 107 -199 225s75 225 199 225s200 -103 200 -213c0 -31 -1 -35 -2 -44h-276v-6
390
- c3 -51 38 -81 76 -81c36 0 63 20 75 52l113 -33c-28 -71 -95 -125 -186 -125zM160 263h150c0 49 -38 76 -76 76s-73 -30 -74 -76z" />
391
- <glyph glyph-name="edotaccent" unicode="&#x117;" horiz-adv-x="473"
392
- d="M237 495c-42 0 -71 28 -71 72c0 41 29 71 71 71s72 -30 72 -71c0 -44 -30 -72 -72 -72zM236 -5c-124 0 -199 107 -199 225s75 225 199 225s200 -103 200 -213c0 -31 -1 -35 -2 -44h-276v-6c3 -51 38 -81 76 -81c36 0 63 20 75 52l113 -33c-28 -71 -95 -125 -186 -125z
393
- M160 263h150c0 49 -38 76 -76 76s-73 -30 -74 -76z" />
394
- <glyph glyph-name="egrave" unicode="&#xe8;" horiz-adv-x="473"
395
- d="M245 503l-198 93l58 104l179 -120zM236 -5c-124 0 -199 107 -199 225s75 225 199 225s200 -103 200 -213c0 -31 -1 -35 -2 -44h-276v-6c3 -51 38 -81 76 -81c36 0 63 20 75 52l113 -33c-28 -71 -95 -125 -186 -125zM160 263h150c0 49 -38 76 -76 76s-73 -30 -74 -76z" />
396
- <glyph glyph-name="emacron" unicode="&#x113;" horiz-adv-x="473"
397
- d="M112 529v96h251l-1 -96h-250zM236 -5c-124 0 -199 107 -199 225s75 225 199 225s200 -103 200 -213c0 -31 -1 -35 -2 -44h-276v-6c3 -51 38 -81 76 -81c36 0 63 20 75 52l113 -33c-28 -71 -95 -125 -186 -125zM160 263h150c0 49 -38 76 -76 76s-73 -30 -74 -76z" />
398
- <glyph glyph-name="eogonek" unicode="&#x119;" horiz-adv-x="473"
399
- d="M434 188h-276v-6c3 -51 38 -81 76 -81c36 0 63 20 75 52l113 -33c-21 -52 -62 -95 -119 -114c-46 -24 -76 -44 -91 -65c-28 -40 17 -81 56 -33l47 -52c-75 -89 -201 -36 -177 66c7 31 26 57 55 78c-98 21 -156 116 -156 220c0 118 75 225 199 225s200 -103 200 -213
400
- c0 -31 -1 -35 -2 -44zM234 339c-38 0 -73 -30 -74 -76h150c0 49 -38 76 -76 76z" />
401
- <glyph glyph-name="f" unicode="f" horiz-adv-x="297"
402
- d="M249 495c-21 -2 -44 -18 -44 -58v-9h74v-105h-74v-323h-125v323h-48v105h48v17c0 106 68 156 157 156c27 0 65 -7 81 -15l-28 -95c-11 2 -23 6 -41 4z" />
403
- <glyph glyph-name="g" unicode="g" horiz-adv-x="488"
404
- d="M469 434l-3 -111l-72 4c20 -32 34 -70 34 -112c0 -44 -14 -85 -38 -119c23 -29 40 -67 39 -109c-1 -108 -82 -196 -201 -196c-106 0 -170 75 -190 138l99 43c9 -22 38 -67 91 -67c47 0 78 34 78 82c0 17 -3 30 -8 41c-21 -7 -43 -11 -66 -11c-120 0 -201 101 -201 214
405
- c0 106 81 214 201 214h1h3zM150 231c0 -55 28 -106 82 -106s83 51 83 106c0 56 -29 107 -83 107s-82 -51 -82 -107z" />
406
- <glyph glyph-name="gbreve" unicode="&#x11f;" horiz-adv-x="488"
407
- d="M238 517c-61 0 -113 34 -142 83l66 57c14 -18 40 -45 76 -45c41 0 62 25 76 45l67 -57c-29 -50 -81 -83 -143 -83zM469 434l-3 -111l-72 4c20 -32 34 -70 34 -112c0 -44 -14 -85 -38 -119c23 -29 40 -67 39 -109c-1 -108 -82 -196 -201 -196c-106 0 -170 75 -190 138
408
- l99 43c9 -22 38 -67 91 -67c47 0 78 34 78 82c0 17 -3 30 -8 41c-21 -7 -43 -11 -66 -11c-120 0 -201 101 -201 214c0 106 81 214 201 214h1h3zM150 231c0 -55 28 -106 82 -106s83 51 83 106c0 56 -29 107 -83 107s-82 -51 -82 -107z" />
409
- <glyph glyph-name="gcommaaccent" unicode="&#x123;" horiz-adv-x="488"
410
- d="M304 681l-37 -173l-94 7l14 178zM469 434l-3 -111l-72 4c20 -32 34 -70 34 -112c0 -44 -14 -85 -38 -119c23 -29 40 -67 39 -109c-1 -108 -82 -196 -201 -196c-106 0 -170 75 -190 138l99 43c9 -22 38 -67 91 -67c47 0 78 34 78 82c0 17 -3 30 -8 41
411
- c-21 -7 -43 -11 -66 -11c-120 0 -201 101 -201 214c0 106 81 214 201 214h1h3zM150 231c0 -55 28 -106 82 -106s83 51 83 106c0 56 -29 107 -83 107s-82 -51 -82 -107z" />
412
- <glyph glyph-name="gdotaccent" unicode="&#x121;" horiz-adv-x="488"
413
- d="M238 495c-42 0 -71 28 -71 72c0 41 29 71 71 71s72 -30 72 -71c0 -44 -30 -72 -72 -72zM469 434l-3 -111l-72 4c20 -32 34 -70 34 -112c0 -44 -14 -85 -38 -119c23 -29 40 -67 39 -109c-1 -108 -82 -196 -201 -196c-106 0 -170 75 -190 138l99 43c9 -22 38 -67 91 -67
414
- c47 0 78 34 78 82c0 17 -3 30 -8 41c-21 -7 -43 -11 -66 -11c-120 0 -201 101 -201 214c0 106 81 214 201 214h1h3zM150 231c0 -55 28 -106 82 -106s83 51 83 106c0 56 -29 107 -83 107s-82 -51 -82 -107z" />
415
- <glyph glyph-name="h" unicode="h" horiz-adv-x="488"
416
- d="M286 445c87 11 149 -62 149 -155v-290h-125v255c0 48 -23 82 -69 77c-22 -2 -43 -18 -58 -36v-296h-125v586l125 7v-222c25 40 63 69 103 74z" />
417
- <glyph glyph-name="hbar" unicode="&#x127;" horiz-adv-x="480"
418
- d="M286 445c87 11 149 -62 149 -155v-290h-125v255c0 48 -23 82 -69 77c-22 -2 -43 -18 -58 -36v-296h-125v460h-52v80h52v46l125 7v-53h69l-1 -80h-68v-89c25 40 63 69 103 74z" />
419
- <glyph glyph-name="i" unicode="i" horiz-adv-x="241"
420
- d="M119 470c-42 0 -71 28 -71 72c0 41 29 71 71 71s72 -30 72 -71c0 -44 -30 -72 -72 -72zM58 0v425l125 7v-432h-125z" />
421
- <glyph glyph-name="dotlessi" unicode="&#x131;" horiz-adv-x="241"
422
- d="M58 0v425l125 7v-432h-125z" />
423
- <glyph glyph-name="iacute" unicode="&#xed;" horiz-adv-x="241"
424
- d="M105 478l-38 78l179 120l57 -104zM58 0v425l125 7v-432h-125z" />
425
- <glyph glyph-name="uni01D0" unicode="&#x1d0;" horiz-adv-x="241"
426
- d="M256 598l-138 -116l-137 120l63 64l74 -65l77 64zM58 0v425l125 7v-432h-125z" />
427
- <glyph glyph-name="icircumflex" unicode="&#xee;" horiz-adv-x="241"
428
- d="M118 668l138 -116l-61 -67l-77 64l-74 -65l-63 64zM58 0v425l125 7v-432h-125z" />
429
- <glyph glyph-name="idieresis" unicode="&#xef;" horiz-adv-x="241"
430
- d="M201 505c-34 0 -57 24 -57 59s23 58 57 58c36 0 60 -23 60 -58s-24 -59 -60 -59zM17 504c-34 0 -57 24 -57 59s23 58 57 58c36 0 60 -23 60 -58s-24 -59 -60 -59zM58 0v425l125 7v-432h-125z" />
431
- <glyph glyph-name="i.loclTRK" horiz-adv-x="241"
432
- d="M119 470c-42 0 -71 28 -71 72c0 41 29 71 71 71s72 -30 72 -71c0 -44 -30 -72 -72 -72zM58 0v425l125 7v-432h-125z" />
433
- <glyph glyph-name="igrave" unicode="&#xec;" horiz-adv-x="241"
434
- d="M127 478l-198 93l58 104l179 -120zM58 0v425l125 7v-432h-125z" />
435
- <glyph glyph-name="ij" unicode="&#x133;" horiz-adv-x="472"
436
- d="M355 480c-42 0 -71 28 -71 72c0 41 29 71 71 71s72 -30 72 -71c0 -44 -30 -72 -72 -72zM119 470c-42 0 -71 28 -71 72c0 41 29 71 71 71s72 -30 72 -71c0 -44 -30 -72 -72 -72zM58 0v425l125 7v-432h-125zM270 -209c-40 0 -80 14 -95 31l28 103c10 -5 25 -9 41 -8
437
- c29 1 49 23 49 75v433l125 7v-440c0 -138 -52 -201 -148 -201z" />
438
- <glyph glyph-name="imacron" unicode="&#x12b;" horiz-adv-x="241"
439
- d="M-6 504v96h251l-1 -96h-250zM58 0v425l125 7v-432h-125z" />
440
- <glyph glyph-name="iogonek" unicode="&#x12f;" horiz-adv-x="241"
441
- d="M119 470c-42 0 -71 28 -71 72c0 41 29 71 71 71s72 -30 72 -71c0 -44 -30 -72 -72 -72zM58 0v425l125 7v-432h-4c-53 -27 -86 -49 -103 -71c-28 -40 17 -81 56 -33l47 -52c-75 -89 -201 -36 -177 66c9 37 35 69 75 90h-19z" />
442
- <glyph glyph-name="j" unicode="j" horiz-adv-x="231"
443
- d="M114 480c-42 0 -71 28 -71 72c0 41 29 71 71 71s72 -30 72 -71c0 -44 -30 -72 -72 -72zM29 -209c-40 0 -80 14 -95 31l28 103c10 -5 25 -9 41 -8c29 1 49 23 49 75v433l125 7v-440c0 -138 -52 -201 -148 -201z" />
444
- <glyph glyph-name="uni0237" unicode="&#x237;" horiz-adv-x="231"
445
- d="M29 -209c-40 0 -80 14 -95 31l28 103c10 -5 25 -9 41 -8c29 1 49 23 49 75v433l125 7v-440c0 -138 -52 -201 -148 -201z" />
446
- <glyph glyph-name="k" unicode="k" horiz-adv-x="460"
447
- d="M334 0l-100 179l-51 -63v-116h-125v573l125 7v-292l127 152h134l-136 -169l152 -271h-126z" />
448
- <glyph glyph-name="kcommaaccent" unicode="&#x137;" horiz-adv-x="460"
449
- d="M308 271l152 -271h-126l-100 179l-51 -63v-116h-125v573l125 7v-292l127 152h134zM129 -197l36 171l95 -7l-14 -176z" />
450
- <glyph glyph-name="l" unicode="l" horiz-adv-x="277"
451
- d="M214 -1c-103 0 -157 40 -157 171l1 415l125 7l-1 -382c0 -55 5 -86 44 -89c9 -1 19 -1 27 -1v-119c-15 -1 -26 -2 -39 -2z" />
452
- <glyph glyph-name="lacute" unicode="&#x13a;" horiz-adv-x="296"
453
- d="M118 653l-38 78l179 120l57 -104zM220 -1c-103 0 -157 40 -157 171l1 415l125 7l-1 -382c0 -55 5 -86 44 -89c9 -1 19 -1 27 -1v-119c-15 -1 -26 -2 -39 -2z" />
454
- <glyph glyph-name="lcaron" unicode="&#x13e;" horiz-adv-x="382"
455
- d="M206 -1c-103 0 -157 40 -157 171l1 415l125 7l-1 -382c0 -55 5 -86 44 -89c9 -1 19 -1 27 -1v-119c-15 -1 -26 -2 -39 -2zM346 377l-88 2l-3 211l115 -6z" />
456
- <glyph glyph-name="lcommaaccent" unicode="&#x13c;" horiz-adv-x="290"
457
- d="M214 -1c-103 0 -157 40 -157 171l1 415l125 7l-1 -382c0 -55 5 -86 44 -89c9 -1 19 -1 27 -1v-119c-15 -1 -26 -2 -39 -2zM187 -217l-117 12l36 171l95 -7z" />
458
- <glyph glyph-name="ldot" unicode="&#x140;" horiz-adv-x="390"
459
- d="M206 -1c-103 0 -157 40 -157 171l1 415l125 7l-1 -382c0 -55 5 -86 44 -89c9 -1 19 -1 27 -1v-119c-15 -1 -26 -2 -39 -2zM304 272c-34 0 -57 24 -57 59s23 58 57 58c36 0 60 -23 60 -58s-24 -59 -60 -59z" />
460
- <glyph glyph-name="lslash" unicode="&#x142;" horiz-adv-x="304"
461
- d="M195 210c0 -55 5 -86 44 -89c9 -1 19 -1 27 -1v-119c-15 -1 -26 -2 -39 -2c-103 0 -157 40 -157 171v48l-59 -56l-56 57l115 110l1 256l125 7v-144l58 55l57 -57l-116 -109v-127z" />
462
- <glyph glyph-name="m" unicode="m" horiz-adv-x="717"
463
- d="M516 445c87 11 149 -62 149 -155v-290h-125v255c0 48 -23 82 -69 77c-17 -2 -33 -11 -46 -24v-6v-302h-125v255c0 48 -22 83 -66 77c-21 -2 -40 -16 -53 -34l2 -298h-125v438l116 7l6 -72v-1c25 40 61 68 102 73c60 7 108 -25 130 -76c25 41 63 70 104 76z" />
464
- <glyph glyph-name="n" unicode="n" horiz-adv-x="488"
465
- d="M286 445c87 11 149 -62 149 -155v-290h-125v255c0 48 -23 82 -69 77c-22 -2 -43 -18 -58 -36v-296h-125v439l120 7l5 -75c25 40 63 69 103 74z" />
466
- <glyph glyph-name="nacute" unicode="&#x144;" horiz-adv-x="488"
467
- d="M434 597l-198 -94l-38 78l179 120zM286 445c87 11 149 -62 149 -155v-290h-125v255c0 48 -23 82 -69 77c-22 -2 -43 -18 -58 -36v-296h-125v439l120 7l5 -75c25 40 63 69 103 74z" />
468
- <glyph glyph-name="ncaron" unicode="&#x148;" horiz-adv-x="488"
469
- d="M387 623l-138 -116l-137 120l63 64l74 -65l77 64zM286 445c87 11 149 -62 149 -155v-290h-125v255c0 48 -23 82 -69 77c-22 -2 -43 -18 -58 -36v-296h-125v439l120 7l5 -75c25 40 63 69 103 74z" />
470
- <glyph glyph-name="ncommaaccent" unicode="&#x146;" horiz-adv-x="488"
471
- d="M286 445c87 11 149 -62 149 -155v-290h-125v255c0 48 -23 82 -69 77c-22 -2 -43 -18 -58 -36v-296h-125v439l120 7l5 -75c25 40 63 69 103 74zM157 -205l36 171l95 -7l-14 -176z" />
472
- <glyph glyph-name="eng" unicode="&#x14b;" horiz-adv-x="487"
473
- d="M286 445c87 11 149 -62 149 -155v-339c0 -110 -68 -165 -156 -165c-48 0 -72 14 -87 23l28 108c11 -3 17 -6 41 -5c29 0 49 23 49 70v273c0 48 -23 82 -69 77c-22 -2 -43 -18 -58 -36v-296h-125v439l120 7l5 -75c25 40 63 69 103 74z" />
474
- <glyph glyph-name="ntilde" unicode="&#xf1;" horiz-adv-x="488"
475
- d="M212 560c-16 0 -26 -21 -34 -41l-85 45c8 24 39 90 94 90c40 0 72 -31 97 -31c18 0 26 17 36 41l86 -43c-8 -23 -37 -93 -96 -93c-46 0 -73 32 -98 32zM286 445c87 11 149 -62 149 -155v-290h-125v255c0 48 -23 82 -69 77c-22 -2 -43 -18 -58 -36v-296h-125v439l120 7
476
- l5 -75c25 40 63 69 103 74z" />
477
- <glyph glyph-name="o" unicode="o" horiz-adv-x="475"
478
- d="M237 -5c-126 0 -204 102 -204 221v8c0 119 78 221 204 221s205 -102 205 -221v-8c0 -119 -79 -221 -205 -221zM237 102c54 0 82 48 82 114v8c0 66 -28 114 -82 114s-81 -48 -81 -114v-8c0 -66 27 -114 81 -114z" />
479
- <glyph glyph-name="oacute" unicode="&#xf3;" horiz-adv-x="475"
480
- d="M224 503l-38 78l179 120l57 -104zM237 -5c-126 0 -204 102 -204 221v8c0 119 78 221 204 221s205 -102 205 -221v-8c0 -119 -79 -221 -205 -221zM237 102c54 0 82 48 82 114v8c0 66 -28 114 -82 114s-81 -48 -81 -114v-8c0 -66 27 -114 81 -114z" />
481
- <glyph glyph-name="uni01D2" unicode="&#x1d2;" horiz-adv-x="475"
482
- d="M375 623l-138 -116l-137 120l63 64l74 -65l77 64zM237 445c126 0 205 -102 205 -221v-8c0 -119 -79 -221 -205 -221s-204 102 -204 221v8c0 119 78 221 204 221zM319 216v8c0 66 -28 114 -82 114s-81 -48 -81 -114v-8c0 -66 27 -114 81 -114s82 48 82 114z" />
483
- <glyph glyph-name="ocircumflex" unicode="&#xf4;" horiz-adv-x="475"
484
- d="M237 574l-74 -65l-63 64l137 120l138 -116l-61 -67zM237 445c126 0 205 -102 205 -221v-8c0 -119 -79 -221 -205 -221s-204 102 -204 221v8c0 119 78 221 204 221zM319 216v8c0 66 -28 114 -82 114s-81 -48 -81 -114v-8c0 -66 27 -114 81 -114s82 48 82 114z" />
485
- <glyph glyph-name="odieresis" unicode="&#xf6;" horiz-adv-x="475"
486
- d="M320 530c-34 0 -57 24 -57 59s23 58 57 58c36 0 60 -23 60 -58s-24 -59 -60 -59zM136 529c-34 0 -57 24 -57 59s23 58 57 58c36 0 60 -23 60 -58s-24 -59 -60 -59zM237 -5c-126 0 -204 102 -204 221v8c0 119 78 221 204 221s205 -102 205 -221v-8
487
- c0 -119 -79 -221 -205 -221zM237 102c54 0 82 48 82 114v8c0 66 -28 114 -82 114s-81 -48 -81 -114v-8c0 -66 27 -114 81 -114z" />
488
- <glyph glyph-name="ograve" unicode="&#xf2;" horiz-adv-x="475"
489
- d="M246 503l-198 93l58 104l179 -120zM237 -5c-126 0 -204 102 -204 221v8c0 119 78 221 204 221s205 -102 205 -221v-8c0 -119 -79 -221 -205 -221zM237 102c54 0 82 48 82 114v8c0 66 -28 114 -82 114s-81 -48 -81 -114v-8c0 -66 27 -114 81 -114z" />
490
- <glyph glyph-name="ohungarumlaut" unicode="&#x151;" horiz-adv-x="475"
491
- d="M196 499l-97 -1l-2 214l115 -6zM354 496l-96 2l8 210l115 -6zM237 -5c-126 0 -204 102 -204 221v8c0 119 78 221 204 221s205 -102 205 -221v-8c0 -119 -79 -221 -205 -221zM237 102c54 0 82 48 82 114v8c0 66 -28 114 -82 114s-81 -48 -81 -114v-8
492
- c0 -66 27 -114 81 -114z" />
493
- <glyph glyph-name="omacron" unicode="&#x14d;" horiz-adv-x="475"
494
- d="M113 529v96h251l-1 -96h-250zM237 -5c-126 0 -204 102 -204 221v8c0 119 78 221 204 221s205 -102 205 -221v-8c0 -119 -79 -221 -205 -221zM237 102c54 0 82 48 82 114v8c0 66 -28 114 -82 114s-81 -48 -81 -114v-8c0 -66 27 -114 81 -114z" />
495
- <glyph glyph-name="oslash" unicode="&#xf8;" horiz-adv-x="479"
496
- d="M462 402l-51 -51c21 -35 33 -76 33 -119v-24c0 -111 -79 -213 -205 -213c-54 0 -99 19 -133 49l-52 -53l-39 41l54 55c-22 35 -34 77 -34 121v24c0 111 78 213 204 213c55 0 101 -19 136 -51l47 48zM158 192c0 -5 0 -10 1 -15l144 145c-14 21 -35 32 -64 32
497
- c-54 0 -81 -40 -81 -106v-56zM321 248v12l-144 -145c14 -19 34 -29 62 -29c54 0 82 40 82 106v56z" />
498
- <glyph glyph-name="otilde" unicode="&#xf5;" horiz-adv-x="475"
499
- d="M166 519l-85 45c8 24 39 90 94 90c40 0 72 -31 97 -31c18 0 26 17 36 41l86 -43c-8 -23 -37 -93 -96 -93c-46 0 -73 32 -98 32c-16 0 -26 -21 -34 -41zM237 -5c-126 0 -204 102 -204 221v8c0 119 78 221 204 221s205 -102 205 -221v-8c0 -119 -79 -221 -205 -221z
500
- M237 102c54 0 82 48 82 114v8c0 66 -28 114 -82 114s-81 -48 -81 -114v-8c0 -66 27 -114 81 -114z" />
501
- <glyph glyph-name="oe" unicode="&#x153;" horiz-adv-x="789"
502
- d="M750 188h-276v-6c3 -51 38 -81 76 -81c36 0 63 20 75 52l113 -33c-28 -71 -95 -125 -186 -125c-71 0 -126 35 -160 88c-33 -53 -86 -88 -153 -88c-126 0 -204 102 -204 221v8c0 119 78 221 204 221c67 0 120 -35 153 -88c34 53 89 88 160 88c124 0 200 -103 200 -213
503
- c0 -31 -1 -35 -2 -44zM550 339c-38 0 -73 -30 -74 -76h150c0 49 -38 76 -76 76zM321 216v8c0 58 -28 106 -82 106s-81 -48 -81 -106v-8c0 -58 27 -106 81 -106s82 48 82 106z" />
504
- <glyph glyph-name="p" unicode="p" horiz-adv-x="483"
505
- d="M275 445c103 23 176 -90 176 -227c0 -145 -91 -240 -190 -215c-31 8 -58 31 -78 60v-266l-125 6v640l121 7l4 -90c21 38 51 75 92 85zM243 103c46 -1 77 41 77 115c0 70 -26 127 -76 121c-21 -2 -42 -22 -61 -48v-150c18 -20 39 -37 60 -38z" />
506
- <glyph glyph-name="thorn" unicode="&#xfe;" horiz-adv-x="471"
507
- d="M263 445c103 23 176 -90 176 -227c0 -145 -91 -240 -190 -215c-30 8 -56 29 -76 57v-265l-125 7v788l125 7v-233c21 36 51 71 90 81zM231 103c46 -1 77 41 77 115c0 70 -26 127 -76 121c-20 -2 -41 -21 -59 -46v-154c18 -20 37 -35 58 -36z" />
508
- <glyph glyph-name="q" unicode="q" horiz-adv-x="485"
509
- d="M306 451l121 -6v-648l-125 7v272c-20 -36 -50 -70 -93 -76c-102 -16 -177 80 -177 213c0 131 80 249 184 229c43 -8 69 -43 86 -80v15zM237 106c24 1 45 17 65 41v144c-19 24 -41 41 -64 44c-46 4 -77 -49 -77 -124c0 -63 27 -107 76 -105z" />
510
- <glyph glyph-name="r" unicode="r" horiz-adv-x="319"
511
- d="M180 365c21 50 58 87 123 80l-2 -134c-85 10 -120 -38 -121 -144v-167h-125v440l118 6l7 -72v-9z" />
512
- <glyph glyph-name="racute" unicode="&#x155;" horiz-adv-x="319"
513
- d="M342 605l-198 -94l-38 78l179 120zM180 365c21 50 58 87 123 80l-2 -134c-85 10 -120 -38 -121 -144v-167h-125v440l118 6l7 -72v-9z" />
514
- <glyph glyph-name="rcaron" unicode="&#x159;" horiz-adv-x="319"
515
- d="M295 631l-138 -116l-137 120l63 64l74 -65l77 64zM180 365c21 50 58 87 123 80l-2 -134c-85 10 -120 -38 -121 -144v-167h-125v440l118 6l7 -72v-9z" />
516
- <glyph glyph-name="rcommaaccent" unicode="&#x157;" horiz-adv-x="319"
517
- d="M180 365c21 50 58 87 123 80l-2 -134c-85 10 -120 -38 -121 -144v-167h-125v440l118 6l7 -72v-9zM33 -205l36 171l95 -7l-14 -176z" />
518
- <glyph glyph-name="s" unicode="s" horiz-adv-x="410"
519
- d="M206 -5c-101 0 -166 73 -174 115l113 36c10 -20 30 -45 63 -45c38 0 51 26 44 43c-22 49 -211 33 -211 163c0 84 74 138 165 138c82 0 142 -50 172 -115l-109 -34c-7 20 -28 46 -59 46c-38 0 -47 -27 -43 -40c14 -48 207 -22 207 -169c0 -79 -78 -138 -168 -138z" />
520
- <glyph glyph-name="sacute" unicode="&#x15b;" horiz-adv-x="410"
521
- d="M191 501l-38 78l179 120l57 -104zM206 -5c-101 0 -166 73 -174 115l113 36c10 -20 30 -45 63 -45c38 0 51 26 44 43c-22 49 -211 33 -211 163c0 84 74 138 165 138c82 0 142 -50 172 -115l-109 -34c-7 20 -28 46 -59 46c-38 0 -47 -27 -43 -40c14 -48 207 -22 207 -169
522
- c0 -79 -78 -138 -168 -138z" />
523
- <glyph glyph-name="scaron" unicode="&#x161;" horiz-adv-x="410"
524
- d="M342 621l-138 -116l-137 120l63 64l74 -65l77 64zM167 302c14 -48 207 -22 207 -169c0 -79 -78 -138 -168 -138c-101 0 -166 73 -174 115l113 36c10 -20 30 -45 63 -45c38 0 51 26 44 43c-22 49 -211 33 -211 163c0 84 74 138 165 138c82 0 142 -50 172 -115l-109 -34
525
- c-7 20 -28 46 -59 46c-38 0 -47 -27 -43 -40z" />
526
- <glyph glyph-name="scedilla" unicode="&#x15f;" horiz-adv-x="410"
527
- d="M167 302c14 -48 207 -22 207 -169c0 -71 -62 -125 -140 -136l-6 -33c56 13 103 -23 103 -76c0 -61 -48 -97 -109 -97c-46 0 -77 21 -92 36l38 55c7 -7 22 -18 48 -18c16 0 34 9 34 28c0 25 -26 32 -50 31c-16 -1 -27 -1 -40 -2v79c-74 18 -121 75 -128 110l113 36
528
- c10 -20 30 -45 63 -45c38 0 51 26 44 43c-22 49 -211 33 -211 163c0 84 74 138 165 138c82 0 142 -50 172 -115l-109 -34c-7 20 -28 46 -59 46c-38 0 -47 -27 -43 -40z" />
529
- <glyph glyph-name="scommaaccent" unicode="&#x219;" horiz-adv-x="410"
530
- d="M206 -5c-101 0 -166 73 -174 115l113 36c10 -20 30 -45 63 -45c38 0 51 26 44 43c-22 49 -211 33 -211 163c0 84 74 138 165 138c82 0 142 -50 172 -115l-109 -34c-7 20 -28 46 -59 46c-38 0 -47 -27 -43 -40c14 -48 207 -22 207 -169c0 -79 -78 -138 -168 -138z
531
- M231 -214l-117 12l36 171l95 -7z" />
532
- <glyph glyph-name="germandbls" unicode="&#xdf;" horiz-adv-x="514"
533
- d="M70 0v388c0 124 51 197 175 197c107 0 182 -59 182 -138c0 -63 -39 -85 -39 -109c0 -37 93 -60 93 -186c0 -82 -52 -157 -148 -157c-34 0 -62 9 -90 28l16 107c10 -6 24 -11 40 -10c25 1 56 18 55 63c-2 71 -100 74 -100 144c0 41 52 74 52 113c0 30 -25 49 -59 49
534
- c-37 0 -57 -26 -57 -72l-1 -417h-119z" />
535
- <glyph glyph-name="t" unicode="t" horiz-adv-x="323"
536
- d="M282 320h-73v-110c0 -55 6 -86 44 -89c10 -1 20 -1 28 -1v-119c-15 -1 -27 -2 -39 -2c-103 0 -158 40 -158 171v150h-54v120h55v118l125 6v-124h72v-120z" />
537
- <glyph glyph-name="tbar" unicode="&#x167;" horiz-adv-x="323"
538
- d="M290 251l-1 -80h-78c4 -31 14 -48 42 -50c10 -1 20 -1 28 -1v-119c-15 -1 -27 -2 -39 -2c-103 0 -158 40 -158 171v1h-40v80h40v69h-54v120h55v118l125 6v-124h72v-120h-73v-69h81z" />
539
- <glyph glyph-name="tcaron" unicode="&#x165;" horiz-adv-x="434"
540
- d="M319 591l115 -6l-24 -207l-88 2zM200 564v-124h72v-120h-73v-110c0 -55 6 -86 44 -89c10 -1 20 -1 28 -1v-119c-15 -1 -27 -2 -39 -2c-103 0 -158 40 -158 171v150h-54v120h55v118z" />
541
- <glyph glyph-name="uni0163" unicode="&#x163;" horiz-adv-x="323"
542
- d="M227 -31c56 13 103 -23 103 -76c0 -61 -48 -97 -109 -97c-46 0 -77 21 -92 36l38 55c7 -7 22 -18 48 -18c16 0 34 9 34 28c0 25 -26 32 -50 31c-16 -1 -27 -1 -40 -2v86h1c-50 20 -76 68 -76 158v150h-54v120h55v118l125 6v-124h72v-120h-73v-110c0 -55 6 -86 44 -89
543
- c10 -1 20 -1 28 -1v-119c-15 -1 -27 -2 -39 -2h-10z" />
544
- <glyph glyph-name="uni021B" unicode="&#x21b;" horiz-adv-x="323"
545
- d="M282 320h-73v-110c0 -55 6 -86 44 -89c10 -1 20 -1 28 -1v-119c-15 -1 -27 -2 -39 -2c-103 0 -158 40 -158 171v150h-54v120h55v118l125 6v-124h72v-120zM113 -197l36 171l95 -7l-14 -176z" />
546
- <glyph glyph-name="u" unicode="u" horiz-adv-x="487"
547
- d="M305 440h125v-440h-121l-5 68c-25 -37 -60 -64 -103 -68c-85 -8 -150 52 -150 155v280l125 7v-255c0 -51 23 -83 69 -76c24 3 44 20 59 41z" />
548
- <glyph glyph-name="uacute" unicode="&#xfa;" horiz-adv-x="487"
549
- d="M430 603l-198 -94l-38 78l179 120zM304 152l1 288h125v-440h-121l-5 68c-25 -37 -60 -64 -103 -68c-85 -8 -150 52 -150 155v280l125 7v-255c0 -51 23 -83 69 -76c24 3 44 20 59 41z" />
550
- <glyph glyph-name="uni01D4" unicode="&#x1d4;" horiz-adv-x="487"
551
- d="M383 629l-138 -116l-137 120l63 64l74 -65l77 64zM305 440h125v-440h-121l-5 68c-25 -37 -60 -64 -103 -68c-85 -8 -150 52 -150 155v280l125 7v-255c0 -51 23 -83 69 -76c24 3 44 20 59 41z" />
552
- <glyph glyph-name="ucircumflex" unicode="&#xfb;" horiz-adv-x="487"
553
- d="M245 580l-74 -65l-63 64l137 120l138 -116l-61 -67zM305 440h125v-440h-121l-5 68c-25 -37 -60 -64 -103 -68c-85 -8 -150 52 -150 155v280l125 7v-255c0 -51 23 -83 69 -76c24 3 44 20 59 41z" />
554
- <glyph glyph-name="udieresis" unicode="&#xfc;" horiz-adv-x="487"
555
- d="M328 536c-34 0 -57 24 -57 59s23 58 57 58c36 0 60 -23 60 -58s-24 -59 -60 -59zM144 535c-34 0 -57 24 -57 59s23 58 57 58c36 0 60 -23 60 -58s-24 -59 -60 -59zM305 440h125v-440h-121l-5 68c-25 -37 -60 -64 -103 -68c-85 -8 -150 52 -150 155v280l125 7v-255
556
- c0 -51 23 -83 69 -76c24 3 44 20 59 41z" />
557
- <glyph glyph-name="ugrave" unicode="&#xf9;" horiz-adv-x="487"
558
- d="M293 586l-39 -77l-198 93l58 104zM305 440h125v-440h-121l-5 68c-25 -37 -60 -64 -103 -68c-85 -8 -150 52 -150 155v280l125 7v-255c0 -51 23 -83 69 -76c24 3 44 20 59 41z" />
559
- <glyph glyph-name="uhungarumlaut" unicode="&#x171;" horiz-adv-x="487"
560
- d="M204 505l-97 -1l-2 214l115 -6zM389 708l-27 -206l-96 2l8 210zM305 440h125v-440h-121l-5 68c-25 -37 -60 -64 -103 -68c-85 -8 -150 52 -150 155v280l125 7v-255c0 -51 23 -83 69 -76c24 3 44 20 59 41z" />
561
- <glyph glyph-name="umacron" unicode="&#x16b;" horiz-adv-x="487"
562
- d="M372 631l-1 -96h-250v96h251zM305 440h125v-440h-121l-5 68c-25 -37 -60 -64 -103 -68c-85 -8 -150 52 -150 155v280l125 7v-255c0 -51 23 -83 69 -76c24 3 44 20 59 41z" />
563
- <glyph glyph-name="uogonek" unicode="&#x173;" horiz-adv-x="487"
564
- d="M305 440h125v-440h-2c-54 -28 -88 -49 -105 -72c-28 -40 17 -81 56 -33l47 -52c-75 -89 -201 -36 -177 66c9 38 36 70 77 91h-17l-5 68c-25 -37 -60 -64 -103 -68c-85 -8 -150 52 -150 155v280l125 7v-255c0 -51 23 -83 69 -76c24 3 44 20 59 41z" />
565
- <glyph glyph-name="uring" unicode="&#x16f;" horiz-adv-x="487"
566
- d="M245 501c-60 0 -105 49 -105 106c0 58 45 105 105 105c58 0 106 -47 106 -105c0 -57 -48 -106 -106 -106zM243 640c-18 0 -32 -15 -32 -34c0 -20 14 -34 32 -34c19 0 34 14 34 34c0 19 -15 34 -34 34zM305 440h125v-440h-121l-5 68c-25 -37 -60 -64 -103 -68
567
- c-85 -8 -150 52 -150 155v280l125 7v-255c0 -51 23 -83 69 -76c24 3 44 20 59 41z" />
568
- <glyph glyph-name="v" unicode="v" horiz-adv-x="434"
569
- d="M307 443l121 -7l-144 -436h-134l-144 436l121 7l90 -312z" />
570
- <glyph glyph-name="w" unicode="w" horiz-adv-x="611"
571
- d="M484 446l117 -8l-111 -438h-119l-65 234l-66 -234h-119l-111 438l117 8l66 -293l76 281h75l74 -275z" />
572
- <glyph glyph-name="wacute" unicode="&#x1e83;" horiz-adv-x="611"
573
- d="M489 597l-198 -94l-38 78l179 120zM484 446l117 -8l-111 -438h-119l-65 234l-66 -234h-119l-111 438l117 8l66 -293l76 281h75l74 -275z" />
574
- <glyph glyph-name="wcircumflex" unicode="&#x175;" horiz-adv-x="611"
575
- d="M304 574l-74 -65l-63 64l137 120l138 -116l-61 -67zM484 446l117 -8l-111 -438h-119l-65 234l-66 -234h-119l-111 438l117 8l66 -293l76 281h75l74 -275z" />
576
- <glyph glyph-name="wdieresis" unicode="&#x1e85;" horiz-adv-x="611"
577
- d="M387 530c-34 0 -57 24 -57 59s23 58 57 58c36 0 60 -23 60 -58s-24 -59 -60 -59zM203 529c-34 0 -57 24 -57 59s23 58 57 58c36 0 60 -23 60 -58s-24 -59 -60 -59zM484 446l117 -8l-111 -438h-119l-65 234l-66 -234h-119l-111 438l117 8l66 -293l76 281h75l74 -275z" />
578
- <glyph glyph-name="wgrave" unicode="&#x1e81;" horiz-adv-x="611"
579
- d="M352 580l-39 -77l-198 93l58 104zM484 446l117 -8l-111 -438h-119l-65 234l-66 -234h-119l-111 438l117 8l66 -293l76 281h75l74 -275z" />
580
- <glyph glyph-name="x" unicode="x" horiz-adv-x="476"
581
- d="M461 436l-153 -217l150 -219h-134l-87 134l-88 -134h-134l150 219l-149 218l134 8l87 -139l91 139z" />
582
- <glyph glyph-name="y" unicode="y" horiz-adv-x="480"
583
- d="M297 440h125v-432c0 -142 -92 -219 -211 -219c-75 0 -137 45 -156 69l56 89c18 -18 54 -44 100 -44c52 0 88 38 88 104v53c-25 -33 -58 -56 -98 -60c-85 -8 -150 52 -150 155v280l125 7v-255c0 -51 23 -83 69 -76c21 3 39 16 53 34z" />
584
- <glyph glyph-name="yacute" unicode="&#xfd;" horiz-adv-x="480"
585
- d="M420 599l-198 -94l-38 78l179 120zM297 440h125v-432c0 -142 -92 -219 -211 -219c-75 0 -137 45 -156 69l56 89c18 -18 54 -44 100 -44c52 0 88 38 88 104v53c-25 -33 -58 -56 -98 -60c-85 -8 -150 52 -150 155v280l125 7v-255c0 -51 23 -83 69 -76c21 3 39 16 53 34z
586
- " />
587
- <glyph glyph-name="ycircumflex" unicode="&#x177;" horiz-adv-x="480"
588
- d="M235 576l-74 -65l-63 64l137 120l138 -116l-61 -67zM297 440h125v-432c0 -142 -92 -219 -211 -219c-75 0 -137 45 -156 69l56 89c18 -18 54 -44 100 -44c52 0 88 38 88 104v53c-25 -33 -58 -56 -98 -60c-85 -8 -150 52 -150 155v280l125 7v-255c0 -51 23 -83 69 -76
589
- c21 3 39 16 53 34z" />
590
- <glyph glyph-name="ydieresis" unicode="&#xff;" horiz-adv-x="480"
591
- d="M318 532c-34 0 -57 24 -57 59s23 58 57 58c36 0 60 -23 60 -58s-24 -59 -60 -59zM134 531c-34 0 -57 24 -57 59s23 58 57 58c36 0 60 -23 60 -58s-24 -59 -60 -59zM297 440h125v-432c0 -142 -92 -219 -211 -219c-75 0 -137 45 -156 69l56 89c18 -18 54 -44 100 -44
592
- c52 0 88 38 88 104v53c-25 -33 -58 -56 -98 -60c-85 -8 -150 52 -150 155v280l125 7v-255c0 -51 23 -83 69 -76c21 3 39 16 53 34z" />
593
- <glyph glyph-name="ygrave" unicode="&#x1ef3;" horiz-adv-x="480"
594
- d="M283 582l-39 -77l-198 93l58 104zM297 440h125v-432c0 -142 -92 -219 -211 -219c-75 0 -137 45 -156 69l56 89c18 -18 54 -44 100 -44c52 0 88 38 88 104v53c-25 -33 -58 -56 -98 -60c-85 -8 -150 52 -150 155v280l125 7v-255c0 -51 23 -83 69 -76c21 3 39 16 53 34z" />
595
- <glyph glyph-name="z" unicode="z" horiz-adv-x="420"
596
- d="M375 440v-106l-175 -217h175v-117h-329v106l175 217h-175v117h329z" />
597
- <glyph glyph-name="zacute" unicode="&#x17a;" horiz-adv-x="420"
598
- d="M398 595l-198 -94l-38 78l179 120zM46 323v117h329v-106l-175 -217h175v-117h-329v106l175 217h-175z" />
599
- <glyph glyph-name="zcaron" unicode="&#x17e;" horiz-adv-x="420"
600
- d="M351 621l-138 -116l-137 120l63 64l74 -65l77 64zM375 440v-106l-175 -217h175v-117h-329v106l175 217h-175v117h329z" />
601
- <glyph glyph-name="zdotaccent" unicode="&#x17c;" horiz-adv-x="420"
602
- d="M214 493c-42 0 -71 28 -71 72c0 41 29 71 71 71s72 -30 72 -71c0 -44 -30 -72 -72 -72zM375 440v-106l-175 -217h175v-117h-329v106l175 217h-175v117h329z" />
603
- <glyph glyph-name="f_f.dlig" horiz-adv-x="594"
604
- d="M80 445c0 106 68 156 157 156c27 0 65 -7 81 -15l-28 -95c-11 2 -23 6 -41 4c-21 -2 -44 -18 -44 -58v-9h74v-105h-74v-323h-125v323h-48v105h48v17zM546 495c-21 -2 -44 -18 -44 -58v-9h74v-105h-74v-323h-125v323h-48v105h48v17c0 106 68 156 157 156
605
- c27 0 65 -7 81 -15l-28 -95c-11 2 -23 6 -41 4z" />
606
- <glyph glyph-name="f_f_i.dlig" horiz-adv-x="837"
607
- d="M713 470c-42 0 -71 28 -71 72c0 41 29 71 71 71s72 -30 72 -71c0 -44 -30 -72 -72 -72zM80 445c0 106 68 156 157 156c27 0 65 -7 81 -15l-28 -95c-11 2 -23 6 -41 4c-21 -2 -44 -18 -44 -58v-9h74v-105h-74v-323h-125v323h-48v105h48v17zM376 445c0 106 68 156 157 156
608
- c27 0 65 -7 81 -15l-28 -95c-11 2 -23 6 -41 4c-21 -2 -44 -18 -44 -58v-9h74v-105h-74v-323h-125v323h-48v105h48v17zM652 0v425l125 7v-432h-125z" />
609
- <glyph glyph-name="zero" unicode="0" horiz-adv-x="524"
610
- d="M263 -4c-122 0 -221 95 -221 277v15c0 181 98 277 221 277c122 0 220 -95 220 -277v-15c0 -181 -96 -277 -220 -277zM263 112c53 0 96 40 96 161v15c0 121 -42 161 -96 161c-53 0 -97 -40 -97 -161v-15c0 -121 42 -161 97 -161z" />
611
- <glyph glyph-name="one" unicode="1" horiz-adv-x="313"
612
- d="M22 548l215 15v-563h-126v433l-89 -6v121z" />
613
- <glyph glyph-name="two" unicode="2" horiz-adv-x="441"
614
- d="M209 118h200v-118h-367v104l185 208c21 23 43 54 43 89c-1 32 -20 56 -52 56c-33 0 -52 -25 -57 -61l-116 30c18 93 87 147 174 147c103 0 177 -73 177 -170c0 -62 -37 -110 -68 -147z" />
615
- <glyph glyph-name="three" unicode="3" horiz-adv-x="448"
616
- d="M284 338c79 -3 131 -72 131 -153c0 -105 -85 -190 -190 -190c-91 0 -166 64 -184 142l110 32c4 -26 31 -63 70 -63c43 0 75 36 75 79s-25 77 -65 78c-23 0 -37 -9 -51 -17l-49 86l121 115h-194v113h336v-121z" />
617
- <glyph glyph-name="four" unicode="4" horiz-adv-x="495"
618
- d="M455 223v-117h-46v-106h-125l1 106h-255l90 454h118l-59 -337h107l2 195l121 -7v-188h46z" />
619
- <glyph glyph-name="five" unicode="5" horiz-adv-x="450"
620
- d="M263 351c82 -1 154 -69 154 -165c0 -105 -85 -190 -190 -190c-91 0 -167 64 -185 142l111 32c3 -27 31 -63 70 -63c43 0 75 35 75 79c0 43 -32 78 -74 78c-27 0 -48 -14 -61 -32l-100 61l17 267h302v-117h-187l-5 -109c24 12 49 18 73 17z" />
621
- <glyph glyph-name="six" unicode="6" horiz-adv-x="464"
622
- d="M273 363c99 0 157 -91 157 -170c0 -110 -75 -198 -199 -198c-113 0 -199 86 -197 199c0 120 127 289 177 366h129c-43 -69 -89 -143 -125 -209c18 8 38 12 58 12zM231 106c46 0 75 37 75 82s-29 80 -75 80c-37 0 -65 -24 -74 -57c-1 -8 -2 -16 -2 -23
623
- c0 -45 29 -82 76 -82z" />
624
- <glyph glyph-name="seven" unicode="7" horiz-adv-x="395"
625
- d="M30 560h363l-195 -560h-127l155 439h-196v121z" />
626
- <glyph glyph-name="eight" unicode="8" horiz-adv-x="480"
627
- d="M359 308c48 -28 79 -75 79 -138c0 -99 -81 -175 -198 -175c-114 0 -198 75 -198 175c0 63 31 110 79 138c-31 26 -50 63 -50 102c0 86 68 155 169 155s169 -69 169 -155c0 -40 -19 -76 -50 -102zM240 466c-34 0 -58 -25 -58 -60s25 -59 58 -59c34 0 59 24 59 59
628
- c0 36 -25 60 -59 60zM240 97c50 0 77 34 77 79c0 44 -27 78 -77 78c-51 0 -77 -34 -77 -78c0 -46 28 -79 77 -79z" />
629
- <glyph glyph-name="nine" unicode="9" horiz-adv-x="467"
630
- d="M230 565c122 0 203 -91 202 -199c0 -101 -105 -236 -169 -366h-126c37 68 78 142 111 209c-17 -7 -35 -11 -55 -11c-84 -1 -158 62 -158 172c0 107 82 195 195 195zM231 297c38 0 66 26 73 62c1 7 2 15 2 21c0 43 -29 78 -75 78c-47 0 -75 -35 -75 -79
631
- c0 -46 28 -82 75 -82z" />
632
- <glyph glyph-name="asterisk" unicode="*" horiz-adv-x="441"
633
- d="M381 478l-124 -43l124 -45l-43 -72l-95 80l18 -125h-81l18 125l-96 -80l-42 72l123 45l-123 43l42 73l96 -79l-19 123h81l-17 -123l96 79z" />
634
- <glyph glyph-name="backslash" unicode="\" horiz-adv-x="305"
635
- d="M172 0l-192 658h121l192 -658h-121z" />
636
- <glyph glyph-name="periodcentered" unicode="&#xb7;" horiz-adv-x="163"
637
- d="M94 216c-40 0 -68 28 -68 69c0 40 28 68 68 68s68 -28 68 -68c0 -41 -28 -69 -68 -69z" />
638
- <glyph glyph-name="bullet" unicode="&#x2022;" horiz-adv-x="223"
639
- d="M112 153c-54 0 -92 39 -92 93c0 53 38 90 92 90c53 0 91 -37 91 -90c0 -54 -38 -93 -91 -93z" />
640
- <glyph glyph-name="colon" unicode=":" horiz-adv-x="238"
641
- d="M115 296c-40 0 -68 28 -68 69c0 40 28 68 68 68s68 -28 68 -68c0 -41 -28 -69 -68 -69zM117 4c-40 0 -68 28 -68 69c0 40 28 68 68 68s68 -28 68 -68c0 -41 -28 -69 -68 -69z" />
642
- <glyph glyph-name="comma" unicode="," horiz-adv-x="180"
643
- d="M131 -122l-113 14l54 235l90 -7z" />
644
- <glyph glyph-name="ellipsis" unicode="&#x2026;" horiz-adv-x="682"
645
- d="M97 0c-40 0 -68 28 -68 69c0 40 28 68 68 68s68 -28 68 -68c0 -41 -28 -69 -68 -69zM329 0c-40 0 -68 28 -68 69c0 40 28 68 68 68s68 -28 68 -68c0 -41 -28 -69 -68 -69zM560 0c-40 0 -68 28 -68 69c0 40 28 68 68 68s68 -28 68 -68c0 -41 -28 -69 -68 -69z" />
646
- <glyph glyph-name="exclam" unicode="!" horiz-adv-x="235"
647
- d="M82 194l-29 426h134l-21 -426h-84zM126 -2c-40 0 -68 28 -68 69c0 40 28 68 68 68s68 -28 68 -68c0 -41 -28 -69 -68 -69z" />
648
- <glyph glyph-name="exclamdown" unicode="&#xa1;" horiz-adv-x="254"
649
- d="M130 435c-40 0 -68 28 -68 69c0 40 28 68 68 68s68 -28 68 -68c0 -41 -28 -69 -68 -69zM194 -71h-135l25 427h84z" />
650
- <glyph glyph-name="uni203D" unicode="&#x203d;" horiz-adv-x="650"
651
- d="M409 182l-123 27c1 9 2 16 4 26c14 87 70 117 107 140c32 21 47 37 51 64c5 41 -18 67 -53 72c-36 4 -63 -16 -69 -57l-119 50c27 90 112 140 198 129c130 -16 181 -115 169 -204c-11 -91 -65 -117 -106 -146c-27 -19 -50 -36 -55 -68c-2 -14 -2 -19 -4 -33zM99 186
652
- l-62 422l133 11l13 -427zM325 0c-40 5 -64 36 -59 77c5 39 37 64 76 59c40 -6 64 -37 59 -77s-37 -64 -76 -59zM159 -6c-40 -3 -70 22 -73 63c-4 40 22 70 62 74c40 3 70 -23 73 -63c3 -41 -22 -71 -62 -74z" />
653
- <glyph glyph-name="numbersign" unicode="#" horiz-adv-x="582"
654
- d="M556 342h-72l-30 -131h80l-25 -108h-79l-23 -103h-117l23 103h-123l-23 -103h-117l23 103h-78l25 108h77l29 131h-81l25 109h81l24 109h117l-24 -109h123l25 109h117l-25 -109h73zM337 211l30 131h-124l-29 -131h123z" />
655
- <glyph glyph-name="period" unicode="." horiz-adv-x="206"
656
- d="M103 0c-40 0 -68 28 -68 69c0 40 28 68 68 68s68 -28 68 -68c0 -41 -28 -69 -68 -69z" />
657
- <glyph glyph-name="question" unicode="?" horiz-adv-x="414"
658
- d="M251 188l-125 11v26c3 88 55 125 89 153c29 25 42 42 42 70c0 41 -26 64 -61 64c-37 0 -61 -24 -62 -65l-124 34c15 93 93 154 180 154c131 0 194 -91 194 -181c0 -92 -50 -125 -87 -159c-24 -22 -45 -42 -46 -74v-33zM191 -4c-40 0 -68 28 -68 69c0 40 28 68 68 68
659
- s68 -28 68 -68c0 -41 -28 -69 -68 -69z" />
660
- <glyph glyph-name="questiondown" unicode="&#xbf;" horiz-adv-x="432"
661
- d="M242 343c-40 0 -68 28 -68 69c0 40 28 68 68 68s68 -28 68 -68c0 -41 -28 -69 -68 -69zM175 293l125 -11v-25c-3 -93 -55 -134 -89 -161c-29 -26 -42 -42 -42 -70c0 -41 26 -65 60 -65c37 0 61 25 63 66l124 -35c-16 -92 -93 -153 -180 -153c-132 0 -194 90 -194 180
662
- c0 92 49 125 86 160c25 21 46 45 46 81c1 15 1 20 1 33z" />
663
- <glyph glyph-name="quotedbl" unicode="&#x22;" horiz-adv-x="390"
664
- d="M27 392l-15 249l125 5l-12 -254h-98zM244 392l-15 249l125 5l-12 -254h-98z" />
665
- <glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="173"
666
- d="M37 392l-15 249l125 5l-12 -254h-98z" />
667
- <glyph glyph-name="semicolon" unicode=";" horiz-adv-x="240"
668
- d="M135 280c-40 0 -68 28 -68 69c0 40 28 68 68 68s68 -28 68 -68c0 -41 -28 -69 -68 -69zM131 -130l-113 14l54 235l90 -7z" />
669
- <glyph glyph-name="slash" unicode="/" horiz-adv-x="305"
670
- d="M12 0l192 658h121l-192 -658h-121z" />
671
- <glyph glyph-name="underscore" unicode="_" horiz-adv-x="707"
672
- d="M76 -135l10 117h546l-11 -117h-545z" />
673
- <glyph glyph-name="braceleft" unicode="{" horiz-adv-x="358"
674
- d="M246 -138c-73 0 -131 37 -131 112v124c0 66 -14 117 -85 120v128c72 3 85 44 85 120v122c0 71 60 112 131 113c26 0 46 -2 73 -8l-8 -124c-9 0 -18 -1 -25 -3c-27 -6 -41 -27 -41 -57v-132c0 -56 -41 -93 -90 -96v-4c49 -3 88 -45 88 -94v-133c0 -30 13 -51 43 -57
675
- c8 -2 16 -3 25 -3l8 -120c-23 -5 -46 -8 -73 -8z" />
676
- <glyph glyph-name="braceright" unicode="}" horiz-adv-x="358"
677
- d="M112 -138c-27 0 -50 2 -73 8l8 120c9 0 16 1 25 2c30 7 43 28 43 58v133c0 49 39 91 88 94v4c-49 3 -91 40 -91 96v132c0 29 -13 51 -40 57c-8 2 -16 3 -25 2l-8 124c27 7 47 9 73 9c71 -1 131 -42 131 -113v-122c0 -77 13 -117 85 -120v-128c-72 -3 -85 -54 -85 -120
678
- v-124c0 -75 -58 -112 -131 -112z" />
679
- <glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="313"
680
- d="M72 -140v842h196v-125l-71 -5v-583l71 -4v-125h-196z" />
681
- <glyph glyph-name="bracketright" unicode="]" horiz-adv-x="313"
682
- d="M46 -141v125l71 4v584l-71 5v125h196v-843h-196z" />
683
- <glyph glyph-name="parenleft" unicode="(" horiz-adv-x="283"
684
- d="M164 -128c-85 121 -126 272 -126 417c0 152 42 301 129 422l103 -68c-69 -98 -111 -230 -111 -354c0 -120 42 -252 107 -349z" />
685
- <glyph glyph-name="parenright" unicode=")" horiz-adv-x="283"
686
- d="M119 -128l-102 68c66 97 108 229 108 349c0 124 -43 256 -111 354l102 68c87 -121 130 -270 130 -422c0 -145 -42 -296 -127 -417z" />
687
- <glyph glyph-name="emdash" unicode="&#x2014;" horiz-adv-x="632"
688
- d="M72 187l10 117h479l-11 -117h-478z" />
689
- <glyph glyph-name="endash" unicode="&#x2013;" horiz-adv-x="552"
690
- d="M72 187l10 117h398l-10 -117h-398z" />
691
- <glyph glyph-name="uni2015" unicode="&#x2015;" horiz-adv-x="540"
692
- d="M-3 251v80h546v-80h-546z" />
693
- <glyph glyph-name="hyphen" unicode="-" horiz-adv-x="407"
694
- d="M72 189l25 117h238l-25 -117h-238z" />
695
- <glyph glyph-name="quotedblleft" unicode="&#x201c;" horiz-adv-x="430"
696
- d="M150 377l-121 15l48 248l96 -8zM366 377l-121 15l48 248l96 -8z" />
697
- <glyph glyph-name="quotedblright" unicode="&#x201d;" horiz-adv-x="430"
698
- d="M133 376l-96 9l22 254l121 -14zM350 376l-96 9l22 254l121 -14z" />
699
- <glyph glyph-name="quoteleft" unicode="&#x2018;" horiz-adv-x="213"
700
- d="M151 377l-121 15l48 248l96 -8z" />
701
- <glyph glyph-name="quoteright" unicode="&#x2019;" horiz-adv-x="212"
702
- d="M135 384l-96 9l22 254l121 -14z" />
703
- <glyph glyph-name="colon_parenleft.liga" horiz-adv-x="594"
704
- d="M451 -128c-85 121 -126 272 -126 417c0 152 42 301 129 422l103 -68c-69 -98 -111 -230 -111 -354c0 -120 42 -252 107 -349zM115 344c-40 0 -68 28 -68 69c0 40 28 68 68 68s68 -28 68 -68c0 -41 -28 -69 -68 -69zM117 52c-40 0 -68 28 -68 69c0 40 28 68 68 68
705
- s68 -28 68 -68c0 -41 -28 -69 -68 -69z" />
706
- <glyph glyph-name="colon_parenright.liga" horiz-adv-x="575"
707
- d="M411 -128l-102 68c66 97 108 229 108 349c0 124 -43 256 -111 354l102 68c87 -121 130 -270 130 -422c0 -145 -42 -296 -127 -417zM115 350c-40 0 -68 28 -68 69c0 40 28 68 68 68s68 -28 68 -68c0 -41 -28 -69 -68 -69zM117 58c-40 0 -68 28 -68 69c0 40 28 68 68 68
708
- s68 -28 68 -68c0 -41 -28 -69 -68 -69z" />
709
- <glyph glyph-name="exclam_question.liga" horiz-adv-x="650"
710
- d="M409 182l-123 27c1 9 2 16 4 26c14 87 70 117 107 140c32 21 47 37 51 64c5 41 -18 67 -53 72c-36 4 -63 -16 -69 -57l-119 50c27 90 112 140 198 129c130 -16 181 -115 169 -204c-11 -91 -65 -117 -106 -146c-27 -19 -50 -36 -55 -68c-2 -14 -2 -19 -4 -33zM99 186
711
- l-62 422l133 11l13 -427zM325 0c-40 5 -64 36 -59 77c5 39 37 64 76 59c40 -6 64 -37 59 -77s-37 -64 -76 -59zM159 -6c-40 -3 -70 22 -73 63c-4 40 22 70 62 74c40 3 70 -23 73 -63c3 -41 -22 -71 -62 -74z" />
712
- <glyph glyph-name="semicolon_parenright.liga" horiz-adv-x="570"
713
- d="M406 -128l-102 68c66 97 108 229 108 349c0 124 -43 256 -111 354l102 68c87 -121 130 -270 130 -422c0 -145 -42 -296 -127 -417zM135 365c-40 0 -68 28 -68 69c0 40 28 68 68 68s68 -28 68 -68c0 -41 -28 -69 -68 -69zM131 -45l-113 14l54 235l90 -7z" />
714
- <glyph glyph-name="space" unicode=" " horiz-adv-x="264"
715
- />
716
- <glyph glyph-name="cent" unicode="&#xa2;" horiz-adv-x="456"
717
- d="M237 164c35 0 62 24 71 55l101 -65c-27 -52 -74 -86 -124 -99h4l5 -87l-113 2l8 85c-96 22 -151 112 -151 215v8c0 103 55 193 151 215l-7 86l111 2l-5 -87h-6c55 -14 103 -51 129 -104l-102 -63c-10 32 -36 57 -72 57c-53 0 -80 -48 -80 -106v-8c0 -58 27 -106 80 -106z
718
- " />
719
- <glyph glyph-name="dollar" unicode="$" horiz-adv-x="473"
720
- d="M417 166c0 -79 -48 -141 -123 -163l5 -81h-124l5 80c-69 19 -121 72 -135 147l121 33c6 -36 33 -60 64 -60s55 18 54 50c-3 80 -238 60 -238 230c0 76 56 139 133 157l-4 80h123l-6 -84c66 -22 116 -75 124 -138l-113 -30c-12 38 -41 55 -68 55c-33 0 -54 -22 -50 -47
721
- c11 -70 232 -45 232 -229z" />
722
- <glyph glyph-name="Euro" unicode="&#x20ac;" horiz-adv-x="551"
723
- d="M421 186l105 -38c-35 -104 -120 -153 -211 -153c-106 0 -205 66 -234 196h-55v61h47v20v16v16h-47v61h55c27 132 127 200 234 200c89 0 172 -53 208 -146l-104 -45c-18 51 -46 84 -108 84c-44 0 -88 -25 -106 -93h116v-61h-125v-16v-16c0 -7 0 -14 1 -20h124v-61h-115
724
- c19 -65 62 -89 104 -89c63 0 91 32 111 84z" />
725
- <glyph glyph-name="sterling" unicode="&#xa3;" horiz-adv-x="457"
726
- d="M397 128l37 -97c-39 -27 -70 -35 -103 -35c-66 0 -89 39 -151 38c-26 0 -57 -9 -89 -34l-67 85c64 54 88 106 90 158v14h-80v101h48c-11 23 -20 50 -20 89c0 102 83 176 185 176c81 0 151 -51 176 -123l-95 -46c-3 32 -38 65 -81 65c-42 0 -77 -32 -77 -77
727
- c0 -28 13 -55 27 -84h123v-101h-95c-1 -50 -24 -90 -47 -116v-1c57 7 94 -34 153 -34c18 0 47 8 66 22z" />
728
- <glyph glyph-name="yen" unicode="&#xa5;" horiz-adv-x="473"
729
- d="M472 557l-146 -284h79v-77h-104v-48h104v-69h-104v-79h-125v79h-107v69h107v48h-107v77h82l-145 284l129 8l103 -226h1l104 226z" />
730
- <glyph glyph-name="plus" unicode="+" horiz-adv-x="559"
731
- d="M498 330v-116h-155v-166h-125v166h-156v116h156v166h125v-166h155z" />
732
- <glyph glyph-name="minus" unicode="&#x2212;" horiz-adv-x="531"
733
- d="M70 202v113h392v-113h-392z" />
734
- <glyph glyph-name="multiply" unicode="&#xd7;" horiz-adv-x="574"
735
- d="M513 413l-145 -147l144 -147l-82 -81l-143 145l-142 -143l-83 78l145 147l-145 146l83 81l143 -145l142 144z" />
736
- <glyph glyph-name="divide" unicode="&#xf7;" horiz-adv-x="531"
737
- d="M261 365c-40 0 -68 28 -68 69c0 40 28 68 68 68s68 -28 68 -68c0 -41 -28 -69 -68 -69zM62 222v101h408v-101h-408zM261 42c-40 0 -68 28 -68 69c0 40 28 68 68 68s68 -28 68 -68c0 -41 -28 -69 -68 -69z" />
738
- <glyph glyph-name="equal" unicode="=" horiz-adv-x="532"
739
- d="M62 307v113h392v-113h-392zM62 97v113h392v-113h-392z" />
740
- <glyph glyph-name="notequal" unicode="&#x2260;" horiz-adv-x="533"
741
- d="M446 307h-127l-28 -97h155v-113h-187l-26 -89h-115l26 89h-90v113h123l28 97h-151v113h184l32 109h113l-31 -109h94v-113z" />
742
- <glyph glyph-name="greater" unicode="&#x3e;" horiz-adv-x="478"
743
- d="M150 -35l-88 80l211 243l-211 242l87 80l272 -322z" />
744
- <glyph glyph-name="less" unicode="&#x3c;" horiz-adv-x="478"
745
- d="M329 -35l-271 323l271 322l88 -80l-211 -242l210 -243z" />
746
- <glyph glyph-name="asciitilde" unicode="~" horiz-adv-x="538"
747
- d="M151 167c-38 21 -75 42 -113 62c15 38 60 119 132 121c64 1 110 -46 154 -43c23 1 48 16 63 55l114 -61c-15 -44 -57 -120 -126 -122c-61 -2 -120 45 -163 43c-26 -1 -45 -21 -61 -55z" />
748
- <glyph glyph-name="infinity" unicode="&#x221e;" horiz-adv-x="990"
749
- d="M712 504c130 0 229 -94 229 -228c0 -127 -98 -228 -229 -228c-99 0 -163 60 -216 130c-52 -70 -116 -130 -218 -130c-132 0 -229 101 -229 228c0 138 99 228 229 228c100 0 164 -61 218 -131c52 70 116 131 216 131zM278 162c63 0 107 51 150 113
750
- c-44 63 -88 114 -150 114c-66 0 -120 -49 -120 -113s53 -114 120 -114zM711 162c67 0 120 49 120 114c0 61 -54 113 -120 113c-63 0 -106 -50 -148 -112c43 -63 87 -115 148 -115z" />
751
- <glyph glyph-name="percent" unicode="%" horiz-adv-x="584"
752
- d="M56 0l357 560h117l-357 -560h-117zM116 338c-54 0 -92 39 -92 93c0 53 38 90 92 90c53 0 91 -37 91 -90c0 -54 -38 -93 -91 -93zM465 32c-54 0 -92 39 -92 93c0 53 38 90 92 90c53 0 91 -37 91 -90c0 -54 -38 -93 -91 -93z" />
753
- <glyph glyph-name="at" unicode="@" horiz-adv-x="927"
754
- d="M874 235v-5c-3 -136 -55 -251 -181 -251c-60 0 -131 14 -164 111c-20 -41 -52 -83 -100 -90c-102 -16 -177 80 -177 213c0 131 80 249 184 229c39 -8 65 -38 82 -72v77l117 -9v-291c1 -37 13 -73 57 -73c70 0 83 108 84 162c-2 174 -125 314 -310 314
755
- c-173 0 -317 -142 -317 -320c0 -180 145 -321 317 -321c67 -2 137 13 179 31l22 -90c-63 -29 -149 -40 -200 -38c-226 0 -413 183 -413 416c0 232 186 417 412 417c237 0 403 -180 408 -405v-5zM457 106c23 1 42 15 61 36v153c-18 22 -38 37 -60 40c-46 4 -77 -49 -77 -124
756
- c0 -63 27 -107 76 -105z" />
757
- <glyph glyph-name="ampersand" unicode="&#x26;" horiz-adv-x="560"
758
- d="M524 263c-23 -42 -48 -90 -78 -134l67 -129h-133l-19 36c-36 -28 -79 -46 -128 -46c-114 0 -197 81 -197 180c0 91 52 168 157 185l-107 204h358v-117h-162l104 -199c13 22 25 46 37 71zM265 116c15 5 28 14 41 24l-57 110c-75 3 -99 -56 -89 -93c11 -39 58 -58 105 -41z
759
- " />
760
- <glyph glyph-name="copyright" unicode="&#xa9;" horiz-adv-x="965"
761
- d="M482 -113c-216 0 -392 175 -392 393s176 394 392 394c214 0 394 -176 394 -394s-180 -393 -394 -393zM482 -4c159 0 286 127 286 284c0 158 -127 285 -286 285c-157 0 -287 -127 -287 -285c0 -157 130 -284 287 -284zM483 78c-110 0 -193 91 -193 201
762
- c0 113 83 201 193 201c58 0 110 -25 148 -67l-77 -81c-15 18 -38 33 -71 33c-44 0 -85 -37 -85 -86c0 -48 41 -89 85 -89c26 0 50 15 65 34l80 -81c-38 -40 -88 -65 -145 -65z" />
763
- <glyph glyph-name="registered" unicode="&#xae;" horiz-adv-x="416"
764
- d="M207 295c-104 0 -188 86 -188 190s84 189 188 189c105 0 190 -85 190 -189s-85 -190 -190 -190zM207 348c76 0 137 62 137 137s-61 136 -137 136c-74 0 -135 -61 -135 -136s61 -137 135 -137zM155 404v161l51 4c33 1 61 -18 61 -58c0 -23 -9 -42 -27 -51l34 -56h-47
765
- l-28 47h-4v-47h-40zM193 486h17c9 1 17 8 17 23c0 9 -3 17 -11 21c-6 3 -14 2 -23 0v-44z" />
766
- <glyph glyph-name="degree" unicode="&#xb0;" horiz-adv-x="359"
767
- d="M179 374c-73 0 -131 60 -131 131c0 73 58 131 131 131s132 -58 132 -131c0 -71 -59 -131 -132 -131zM178 457c28 0 46 20 46 46c0 27 -18 48 -46 48c-26 0 -46 -21 -46 -48c0 -26 20 -46 46 -46z" />
768
- <glyph glyph-name="bar" unicode="|" horiz-adv-x="310"
769
- d="M92 -136v840l125 5v-845h-125z" />
770
- <glyph glyph-name="uni2116" unicode="&#x2116;" horiz-adv-x="919"
771
- d="M374 228v332h125v-560h-113l-199 329v-329h-125v556l113 7zM714 291c-73 0 -131 60 -131 131c0 73 58 131 131 131s132 -58 132 -131c0 -71 -59 -131 -132 -131zM713 468c-26 0 -46 -21 -46 -48c0 -26 20 -46 46 -46c28 0 46 20 46 46c0 27 -18 48 -46 48zM589 102v96
772
- h251l-1 -96h-250z" />
773
- <glyph glyph-name="asciicircum" unicode="^" horiz-adv-x="537"
774
- d="M471 458l-78 -78l-126 132l-123 -129l-78 78l202 193z" />
775
- <glyph glyph-name="uni0308" unicode="&#x308;"
776
- d="M-65 546c-34 0 -57 24 -57 59s23 58 57 58c36 0 60 -23 60 -58s-24 -59 -60 -59zM-249 545c-34 0 -57 24 -57 59s23 58 57 58c36 0 60 -23 60 -58s-24 -59 -60 -59z" />
777
- <glyph glyph-name="uni0307" unicode="&#x307;"
778
- d="M-70 551c-42 0 -71 28 -71 72c0 41 29 71 71 71s72 -30 72 -71c0 -44 -30 -72 -72 -72z" />
779
- <glyph glyph-name="gravecomb" unicode="&#x300;"
780
- d="M-37 519l-198 93l58 104l179 -120z" />
781
- <glyph glyph-name="acutecomb" unicode="&#x301;"
782
- d="M-200 519l-38 78l179 120l57 -104z" />
783
- <glyph glyph-name="uni030B" unicode="&#x30b;"
784
- d="M-183 515l-97 -1l-2 214l115 -6zM-25 512l-96 2l8 210l115 -6z" />
785
- <glyph glyph-name="caroncomb.alt"
786
- d="M-21 235l-88 2l-3 211l115 -6z" />
787
- <glyph glyph-name="uni0302" unicode="&#x302;"
788
- d="M2 593l-61 -67l-77 64l-74 -65l-63 64l137 120z" />
789
- <glyph glyph-name="uni030C" unicode="&#x30c;"
790
- d="M-59 706l61 -67l-138 -116l-137 120l63 64l74 -65z" />
791
- <glyph glyph-name="uni0306" unicode="&#x306;"
792
- d="M-140 533c-61 0 -113 34 -142 83l66 57c14 -18 40 -45 76 -45c41 0 62 25 76 45l67 -57c-29 -50 -81 -83 -143 -83z" />
793
- <glyph glyph-name="uni030A" unicode="&#x30a;"
794
- d="M-103 511c-60 0 -105 49 -105 106c0 58 45 105 105 105c58 0 106 -47 106 -105c0 -57 -48 -106 -106 -106zM-105 582c19 0 34 14 34 34c0 19 -15 34 -34 34c-18 0 -32 -15 -32 -34c0 -20 14 -34 32 -34z" />
795
- <glyph glyph-name="tildecomb" unicode="&#x303;"
796
- d="M-226 543l-85 45c8 24 39 90 94 90c40 0 72 -31 97 -31c18 0 26 17 36 41l86 -43c-8 -23 -37 -93 -96 -93c-46 0 -73 32 -98 32c-16 0 -26 -21 -34 -41z" />
797
- <glyph glyph-name="uni0304" unicode="&#x304;"
798
- d="M-249 545v96h251l-1 -96h-250z" />
799
- <glyph glyph-name="uni0312" unicode="&#x312;"
800
- d="M-114 709l117 -12l-37 -173l-94 7z" />
801
- <glyph glyph-name="uni0326" unicode="&#x326;"
802
- d="M-14 -219l-117 12l36 171l95 -7z" />
803
- <glyph glyph-name="uni0327" unicode="&#x327;"
804
- d="M-101 -41c56 13 103 -23 103 -76c0 -61 -48 -97 -109 -97c-46 0 -77 21 -92 36l38 55c7 -7 22 -18 48 -18c16 0 34 9 34 28c0 25 -26 32 -50 31c-16 -1 -27 -1 -40 -2v86h76z" />
805
- <glyph glyph-name="uni0328" unicode="&#x328;"
806
- d="M-259 -91c10 44 45 80 97 100l84 -8c-55 -28 -90 -50 -107 -73c-28 -40 17 -81 56 -33l47 -52c-75 -89 -201 -36 -177 66z" />
807
- <glyph glyph-name="uni0335" unicode="&#x335;"
808
- d="M-220 208v80h246l-1 -80h-245z" />
809
- <glyph glyph-name="uni0337" unicode="&#x337;"
810
- d="M-406 3l-39 41l407 410l40 -40z" />
811
- <glyph glyph-name="uni0338" unicode="&#x338;"
812
- d="M-491 1l-63 64l487 504l64 -64z" />
813
- <glyph glyph-name="uni0307.alt"
814
- d="M-58 578c-34 0 -57 24 -57 59s23 58 57 58c36 0 60 -23 60 -58s-24 -59 -60 -59z" />
815
- <glyph glyph-name="_f.f.alt" horiz-adv-x="266"
816
- d="M264 503c-34 0 -56 -19 -58 -54v-21h82v-105h-82v-323h-124l-1 323h-48v105h48v22c0 91 54 151 151 151c46 0 93 -16 123 -40l-36 -69c-12 5 -30 11 -55 11z" />
817
- <hkern u1="F" u2="A" k="48" />
818
- <hkern u1="T" u2="A" k="48" />
819
- <hkern u1="l" u2="&#x29;" k="-24" />
820
- <hkern u1="q" u2="&#x29;" k="-10" />
821
- <hkern u1="&#x33;" u2="&#x27;" k="-6" />
822
- <hkern u1="&#x33;" u2="&#x22;" k="-10" />
823
- <hkern u1="&#x34;" u2="&#x31;" k="24" />
824
- <hkern u1="&#x35;" u2="&#x2019;" k="-2" />
825
- <hkern u1="&#x35;" u2="&#x27;" k="-6" />
826
- <hkern u1="&#x35;" u2="&#x22;" k="-8" />
827
- <hkern u1="&#x36;" u2="&#x2019;" k="4" />
828
- <hkern u1="&#x36;" u2="&#x2018;" k="4" />
829
- <hkern u1="&#x36;" u2="&#x201d;" k="6" />
830
- <hkern u1="&#x36;" u2="&#x201c;" k="6" />
831
- <hkern u1="&#x36;" u2="&#x27;" k="4" />
832
- <hkern u1="&#x36;" u2="&#x22;" k="6" />
833
- <hkern u1="&#x36;" u2="&#x2e;" k="24" />
834
- <hkern u1="&#x36;" u2="&#x2026;" k="24" />
835
- <hkern u1="&#x36;" u2="&#x2c;" k="24" />
836
- <hkern u1="&#x37;" u2="&#x2019;" k="-6" />
837
- <hkern u1="&#x37;" u2="&#x2018;" k="-6" />
838
- <hkern u1="&#x37;" u2="&#x201d;" k="-6" />
839
- <hkern u1="&#x37;" u2="&#x201c;" k="-4" />
840
- <hkern u1="&#x37;" u2="&#x27;" k="-12" />
841
- <hkern u1="&#x37;" u2="&#x22;" k="-14" />
842
- <hkern u1="&#x37;" u2="&#x2c;" k="102" />
843
- <hkern u1="&#x39;" u2="&#x2c;" k="102" />
844
- <hkern u1="&#x2c;" u2="&#x201d;" k="24" />
845
- <hkern u1="&#x21;" u2="&#x21;" k="-8" />
846
- <hkern u1="&#x2e;" u2="&#x22;" k="24" />
847
- <hkern u1="&#x3f;" u2="&#x2019;" k="-12" />
848
- <hkern u1="&#x3f;" u2="&#x2018;" k="-8" />
849
- <hkern u1="&#x3f;" u2="&#x201d;" k="-12" />
850
- <hkern u1="&#x3f;" u2="&#x201c;" k="-8" />
851
- <hkern u1="&#x3f;" u2="&#x27;" k="-16" />
852
- <hkern u1="&#x3f;" u2="&#x22;" k="-18" />
853
- <hkern u1="&#x22;" u2="&#x3f;" k="-12" />
854
- <hkern u1="&#x22;" u2="&#x38;" k="9" />
855
- <hkern u1="&#x27;" u2="&#x3f;" k="-18" />
856
- <hkern u1="&#x27;" u2="&#x37;" k="-6" />
857
- <hkern u1="&#x27;" u2="&#x33;" k="-4" />
858
- <hkern u1="&#x27;" u2="&#x32;" k="-4" />
859
- <hkern u1="&#x27;" u2="&#x31;" k="-6" />
860
- <hkern u1="&#x2f;" u2="\" k="-140" />
861
- <hkern u1="&#x201c;" u2="&#x3f;" k="-12" />
862
- <hkern u1="&#x201c;" u2="&#x38;" k="7" />
863
- <hkern u1="&#x201c;" u2="&#x31;" k="-6" />
864
- <hkern u1="&#x201d;" u2="&#x3f;" k="-12" />
865
- <hkern u1="&#x201d;" u2="&#x38;" k="7" />
866
- <hkern u1="&#x201d;" u2="&#x31;" k="-6" />
867
- <hkern u1="&#x2018;" u2="&#x3f;" k="-12" />
868
- <hkern u1="&#x2018;" u2="&#x31;" k="-4" />
869
- <hkern u1="&#x2019;" u2="&#x3f;" k="-16" />
870
- <hkern u1="&#x2019;" u2="&#x31;" k="-4" />
871
- <hkern g1="three,five,six,eight"
872
- g2="comma,ellipsis,period"
873
- k="24" />
874
- <hkern g1="seven,nine"
875
- g2="comma,ellipsis,period"
876
- k="86" />
877
- <hkern g1="seven,nine"
878
- g2="four"
879
- k="3" />
880
- <hkern g1="seven,nine"
881
- g2="six"
882
- k="30" />
883
- <hkern g1="seven,nine"
884
- g2="nine"
885
- k="6" />
886
- <hkern g1="seven,nine"
887
- g2="one"
888
- k="-30" />
889
- <hkern g1="seven,nine"
890
- g2="quotedbl"
891
- k="-4" />
892
- <hkern g1="seven,nine"
893
- g2="quotesingle"
894
- k="-4" />
895
- <hkern g1="seven,nine"
896
- g2="semicolon"
897
- k="6" />
898
- <hkern g1="seven,nine"
899
- g2="two"
900
- k="12" />
901
- <hkern g1="one"
902
- g2="comma,ellipsis,period"
903
- k="10" />
904
- <hkern g1="question"
905
- g2="comma,ellipsis,period"
906
- k="8" />
907
- <hkern g1="quotedbl"
908
- g2="six"
909
- k="8" />
910
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
911
- g2="C,Cacute,Ccaron,Ccedilla,Cdotaccent,G,Gbreve,Gcommaaccent,Gdotaccent,O,Oacute,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,S,Sacute,Scaron,Scedilla,Scommaaccent,zero,infinity,ampersand"
912
- k="18" />
913
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
914
- g2="T"
915
- k="48" />
916
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
917
- g2="W"
918
- k="36" />
919
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
920
- g2="X"
921
- k="14" />
922
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
923
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
924
- k="64" />
925
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
926
- g2="t,tbar,tcaron,uni0163,uni021B,fi,fl,f_f.dlig,f_f_i.dlig,f_h.liga,f_j.liga,f_t.liga,_f.f.alt"
927
- k="30" />
928
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
929
- g2="quotedbl"
930
- k="74" />
931
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
932
- g2="quotedblleft"
933
- k="51" />
934
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
935
- g2="quotedblright"
936
- k="59" />
937
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
938
- g2="quoteleft"
939
- k="50" />
940
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
941
- g2="quoteright"
942
- k="50" />
943
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
944
- g2="quotesingle"
945
- k="50" />
946
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
947
- g2="comma,ellipsis,period"
948
- k="-16" />
949
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
950
- g2="U"
951
- k="8" />
952
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
953
- g2="backslash"
954
- k="24" />
955
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
956
- g2="slash"
957
- k="-24" />
958
- <hkern g1="AE,E,Eacute,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,H,Hbar,I,IJ,Iacute,Icircumflex,Idieresis,Idotaccent,Igrave,Imacron,Iogonek,M,N,Nacute,Ncaron,Ncommaaccent,Eng,Ntilde,d"
959
- g2="quoteright"
960
- k="4" />
961
- <hkern g1="AE,E,Eacute,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,H,Hbar,I,IJ,Iacute,Icircumflex,Idieresis,Idotaccent,Igrave,Imacron,Iogonek,M,N,Nacute,Ncaron,Ncommaaccent,Eng,Ntilde,d"
962
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
963
- k="18" />
964
- <hkern g1="AE,E,Eacute,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,H,Hbar,I,IJ,Iacute,Icircumflex,Idieresis,Idotaccent,Igrave,Imacron,Iogonek,M,N,Nacute,Ncaron,Ncommaaccent,Eng,Ntilde,d"
965
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
966
- k="16" />
967
- <hkern g1="C,D,Eth,Dcaron,Dcroat,G,Gbreve,Gcommaaccent,Gdotaccent,O,Oacute,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,S,Scaron,Scedilla,Scommaaccent,zero,infinity"
968
- g2="X"
969
- k="30" />
970
- <hkern g1="C,D,Eth,Dcaron,Dcroat,G,Gbreve,Gcommaaccent,Gdotaccent,O,Oacute,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,S,Scaron,Scedilla,Scommaaccent,zero,infinity"
971
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
972
- k="16" />
973
- <hkern g1="C,D,Eth,Dcaron,Dcroat,G,Gbreve,Gcommaaccent,Gdotaccent,O,Oacute,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,S,Scaron,Scedilla,Scommaaccent,zero,infinity"
974
- g2="comma,ellipsis,period"
975
- k="32" />
976
- <hkern g1="C,D,Eth,Dcaron,Dcroat,G,Gbreve,Gcommaaccent,Gdotaccent,O,Oacute,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,S,Scaron,Scedilla,Scommaaccent,zero,infinity"
977
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
978
- k="18" />
979
- <hkern g1="C,D,Eth,Dcaron,Dcroat,G,Gbreve,Gcommaaccent,Gdotaccent,O,Oacute,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,S,Scaron,Scedilla,Scommaaccent,zero,infinity"
980
- g2="i,dotlessi,iacute,icircumflex,idieresis,i.loclTRK,igrave,imacron,iogonek,m,n,r,racute,rcaron,rcommaaccent,u,uacute,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,y,yacute,ycircumflex,ydieresis,ygrave"
981
- k="12" />
982
- <hkern g1="OE,P,Thorn,Racute,Rcaron,Rcommaaccent"
983
- g2="comma,ellipsis,period"
984
- k="74" />
985
- <hkern g1="OE,P,Thorn,Racute,Rcaron,Rcommaaccent"
986
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
987
- k="48" />
988
- <hkern g1="R"
989
- g2="quotesingle"
990
- k="18" />
991
- <hkern g1="F,T"
992
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
993
- k="-26" />
994
- <hkern g1="F,T"
995
- g2="quotedbl"
996
- k="-44" />
997
- <hkern g1="F,T"
998
- g2="quotedblleft"
999
- k="-20" />
1000
- <hkern g1="F,T"
1001
- g2="quotedblright"
1002
- k="-28" />
1003
- <hkern g1="F,T"
1004
- g2="quoteleft"
1005
- k="-11" />
1006
- <hkern g1="F,T"
1007
- g2="quoteright"
1008
- k="-16" />
1009
- <hkern g1="F,T"
1010
- g2="quotesingle"
1011
- k="-36" />
1012
- <hkern g1="F,T"
1013
- g2="comma,ellipsis,period"
1014
- k="58" />
1015
- <hkern g1="F,T"
1016
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1017
- k="32" />
1018
- <hkern g1="F,T"
1019
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1020
- k="50" />
1021
- <hkern g1="F,T"
1022
- g2="i,dotlessi,iacute,icircumflex,idieresis,i.loclTRK,igrave,imacron,iogonek,m,n,r,racute,rcaron,rcommaaccent,u,uacute,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,y,yacute,ycircumflex,ydieresis,ygrave"
1023
- k="8" />
1024
- <hkern g1="F,T"
1025
- g2="uni203D"
1026
- k="-12" />
1027
- <hkern g1="F,T"
1028
- g2="parenright"
1029
- k="-24" />
1030
- <hkern g1="W"
1031
- g2="quotedbl"
1032
- k="-34" />
1033
- <hkern g1="W"
1034
- g2="quotedblleft"
1035
- k="-18" />
1036
- <hkern g1="W"
1037
- g2="quotedblright"
1038
- k="-18" />
1039
- <hkern g1="W"
1040
- g2="quoteleft"
1041
- k="-19" />
1042
- <hkern g1="W"
1043
- g2="quoteright"
1044
- k="-19" />
1045
- <hkern g1="W"
1046
- g2="quotesingle"
1047
- k="-28" />
1048
- <hkern g1="W"
1049
- g2="comma,ellipsis,period"
1050
- k="56" />
1051
- <hkern g1="W"
1052
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1053
- k="28" />
1054
- <hkern g1="W"
1055
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1056
- k="40" />
1057
- <hkern g1="X"
1058
- g2="C,Cacute,Ccaron,Ccedilla,Cdotaccent,G,Gbreve,Gcommaaccent,Gdotaccent,O,Oacute,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,S,Sacute,Scaron,Scedilla,Scommaaccent,zero,infinity,ampersand"
1059
- k="30" />
1060
- <hkern g1="X"
1061
- g2="backslash"
1062
- k="-48" />
1063
- <hkern g1="X"
1064
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1065
- k="36" />
1066
- <hkern g1="X"
1067
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1068
- k="14" />
1069
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1070
- g2="C,Cacute,Ccaron,Ccedilla,Cdotaccent,G,Gbreve,Gcommaaccent,Gdotaccent,O,Oacute,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,S,Sacute,Scaron,Scedilla,Scommaaccent,zero,infinity,ampersand"
1071
- k="16" />
1072
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1073
- g2="T"
1074
- k="-26" />
1075
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1076
- g2="quotedbl"
1077
- k="-44" />
1078
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1079
- g2="quotedblleft"
1080
- k="-24" />
1081
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1082
- g2="quotedblright"
1083
- k="-32" />
1084
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1085
- g2="quoteleft"
1086
- k="-17" />
1087
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1088
- g2="quoteright"
1089
- k="-25" />
1090
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1091
- g2="quotesingle"
1092
- k="-38" />
1093
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1094
- g2="comma,ellipsis,period"
1095
- k="86" />
1096
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1097
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1098
- k="53" />
1099
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1100
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1101
- k="64" />
1102
- <hkern g1="Z"
1103
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1104
- k="-10" />
1105
- <hkern g1="B,germandbls"
1106
- g2="t,tbar,tcaron,uni0163,uni021B,fi,fl,f_f.dlig,f_f_i.dlig,f_h.liga,f_j.liga,f_t.liga,_f.f.alt"
1107
- k="16" />
1108
- <hkern g1="K,Kcommaaccent"
1109
- g2="comma,ellipsis,period"
1110
- k="-16" />
1111
- <hkern g1="K,Kcommaaccent"
1112
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1113
- k="36" />
1114
- <hkern g1="J,U,Uacute,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring"
1115
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1116
- k="8" />
1117
- <hkern g1="f,f_f.dlig,_f.f.alt"
1118
- g2="comma,ellipsis,period"
1119
- k="30" />
1120
- <hkern g1="f,f_f.dlig,_f.f.alt"
1121
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1122
- k="6" />
1123
- <hkern g1="f,f_f.dlig,_f.f.alt"
1124
- g2="asterisk"
1125
- k="-22" />
1126
- <hkern g1="f,f_f.dlig,_f.f.alt"
1127
- g2="parenright"
1128
- k="-24" />
1129
- <hkern g1="f,f_f.dlig,_f.f.alt"
1130
- g2="quoteright"
1131
- k="-8" />
1132
- <hkern g1="f,f_f.dlig,_f.f.alt"
1133
- g2="quotesingle"
1134
- k="-12" />
1135
- <hkern g1="f,f_f.dlig,_f.f.alt"
1136
- g2="t,tbar,tcaron,uni0163,uni021B,fi,fl,f_f.dlig,f_f_i.dlig,f_h.liga,f_j.liga,f_t.liga,_f.f.alt"
1137
- k="16" />
1138
- <hkern g1="f,f_f.dlig,_f.f.alt"
1139
- g2="bracketright"
1140
- k="-34" />
1141
- <hkern g1="g,gbreve,gcommaaccent,gdotaccent"
1142
- g2="parenright"
1143
- k="-6" />
1144
- <hkern g1="g,gbreve,gcommaaccent,gdotaccent"
1145
- g2="v,w,wacute,wcircumflex,wdieresis,wgrave"
1146
- k="-17" />
1147
- <hkern g1="h,hbar,m,n,nacute,ncaron,ncommaaccent,eng,ntilde,f_h.liga"
1148
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1149
- k="2" />
1150
- <hkern g1="h,hbar,m,n,nacute,ncaron,ncommaaccent,eng,ntilde,f_h.liga"
1151
- g2="quoteright"
1152
- k="8" />
1153
- <hkern g1="h,hbar,m,n,nacute,ncaron,ncommaaccent,eng,ntilde,f_h.liga"
1154
- g2="quotesingle"
1155
- k="32" />
1156
- <hkern g1="h,hbar,m,n,nacute,ncaron,ncommaaccent,eng,ntilde,f_h.liga"
1157
- g2="t,tbar,tcaron,uni0163,uni021B,fi,fl,f_f.dlig,f_f_i.dlig,f_h.liga,f_j.liga,f_t.liga,_f.f.alt"
1158
- k="20" />
1159
- <hkern g1="h,hbar,m,n,nacute,ncaron,ncommaaccent,eng,ntilde,f_h.liga"
1160
- g2="v,w,wacute,wcircumflex,wdieresis,wgrave"
1161
- k="2" />
1162
- <hkern g1="h,hbar,m,n,nacute,ncaron,ncommaaccent,eng,ntilde,f_h.liga"
1163
- g2="B,D,Dcaron,E,Eacute,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,F,H,Hbar,I,IJ,Iacute,Icircumflex,Idieresis,Idotaccent,Igrave,Imacron,Iogonek,K,Kcommaaccent,L,Lacute,Lcaron,Lcommaaccent,Ldot,M,N,Nacute,Ncaron,Ncommaaccent,Eng,Ntilde,P,Thorn,R,Racute,Rcaron,Rcommaaccent,Uacute,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,b,thorn,germandbls"
1164
- k="2" />
1165
- <hkern g1="h,hbar,m,n,nacute,ncaron,ncommaaccent,eng,ntilde,f_h.liga"
1166
- g2="quotedblleft"
1167
- k="6" />
1168
- <hkern g1="h,hbar,m,n,nacute,ncaron,ncommaaccent,eng,ntilde,f_h.liga"
1169
- g2="quotedblright"
1170
- k="6" />
1171
- <hkern g1="h,hbar,m,n,nacute,ncaron,ncommaaccent,eng,ntilde,f_h.liga"
1172
- g2="quoteleft"
1173
- k="6" />
1174
- <hkern g1="h,hbar,m,n,nacute,ncaron,ncommaaccent,eng,ntilde,f_h.liga"
1175
- g2="question"
1176
- k="40" />
1177
- <hkern g1="b,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,p,thorn,s,sacute,scaron,scedilla,scommaaccent"
1178
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1179
- k="-1" />
1180
- <hkern g1="b,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,p,thorn,s,sacute,scaron,scedilla,scommaaccent"
1181
- g2="quotesingle"
1182
- k="-8" />
1183
- <hkern g1="b,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,p,thorn,s,sacute,scaron,scedilla,scommaaccent"
1184
- g2="B,D,Dcaron,E,Eacute,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,F,H,Hbar,I,IJ,Iacute,Icircumflex,Idieresis,Idotaccent,Igrave,Imacron,Iogonek,K,Kcommaaccent,L,Lacute,Lcaron,Lcommaaccent,Ldot,M,N,Nacute,Ncaron,Ncommaaccent,Eng,Ntilde,P,Thorn,R,Racute,Rcaron,Rcommaaccent,Uacute,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,b,thorn,germandbls"
1185
- k="2" />
1186
- <hkern g1="b,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,p,thorn,s,sacute,scaron,scedilla,scommaaccent"
1187
- g2="T"
1188
- k="24" />
1189
- <hkern g1="b,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,p,thorn,s,sacute,scaron,scedilla,scommaaccent"
1190
- g2="W"
1191
- k="28" />
1192
- <hkern g1="b,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,p,thorn,s,sacute,scaron,scedilla,scommaaccent"
1193
- g2="X"
1194
- k="36" />
1195
- <hkern g1="b,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,p,thorn,s,sacute,scaron,scedilla,scommaaccent"
1196
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1197
- k="53" />
1198
- <hkern g1="b,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,p,thorn,s,sacute,scaron,scedilla,scommaaccent"
1199
- g2="x"
1200
- k="28" />
1201
- <hkern g1="b,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,p,thorn,s,sacute,scaron,scedilla,scommaaccent"
1202
- g2="quotedbl"
1203
- k="-8" />
1204
- <hkern g1="r,racute,rcaron,rcommaaccent"
1205
- g2="comma,ellipsis,period"
1206
- k="44" />
1207
- <hkern g1="r,racute,rcaron,rcommaaccent"
1208
- g2="quoteright"
1209
- k="-7" />
1210
- <hkern g1="r,racute,rcaron,rcommaaccent"
1211
- g2="quotesingle"
1212
- k="-12" />
1213
- <hkern g1="r,racute,rcaron,rcommaaccent"
1214
- g2="v,w,wacute,wcircumflex,wdieresis,wgrave"
1215
- k="-22" />
1216
- <hkern g1="r,racute,rcaron,rcommaaccent"
1217
- g2="quotedblleft"
1218
- k="-8" />
1219
- <hkern g1="r,racute,rcaron,rcommaaccent"
1220
- g2="quotedblright"
1221
- k="-8" />
1222
- <hkern g1="r,racute,rcaron,rcommaaccent"
1223
- g2="quoteleft"
1224
- k="-7" />
1225
- <hkern g1="r,racute,rcaron,rcommaaccent"
1226
- g2="quotedbl"
1227
- k="-10" />
1228
- <hkern g1="t,tbar,tcaron,uni0163,uni021B,f_t.liga"
1229
- g2="comma,ellipsis,period"
1230
- k="-4" />
1231
- <hkern g1="t,tbar,tcaron,uni0163,uni021B,f_t.liga"
1232
- g2="t,tbar,tcaron,uni0163,uni021B,fi,fl,f_f.dlig,f_f_i.dlig,f_h.liga,f_j.liga,f_t.liga,_f.f.alt"
1233
- k="66" />
1234
- <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave"
1235
- g2="comma,ellipsis,period"
1236
- k="28" />
1237
- <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave"
1238
- g2="quoteright"
1239
- k="-8" />
1240
- <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave"
1241
- g2="quotesingle"
1242
- k="-10" />
1243
- <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave"
1244
- g2="v,w,wacute,wcircumflex,wdieresis,wgrave"
1245
- k="-12" />
1246
- <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave"
1247
- g2="quotedblleft"
1248
- k="-10" />
1249
- <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave"
1250
- g2="quotedblright"
1251
- k="-10" />
1252
- <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave"
1253
- g2="quoteleft"
1254
- k="-8" />
1255
- <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave"
1256
- g2="quotedbl"
1257
- k="-10" />
1258
- <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave"
1259
- g2="h,hbar,k,kcommaaccent,l,lacute,lcaron,lcommaaccent,ldot,lslash"
1260
- k="6" />
1261
- <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave"
1262
- g2="backslash"
1263
- k="-28" />
1264
- <hkern g1="c,k,kcommaaccent,x"
1265
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1266
- k="12" />
1267
- <hkern g1="c,k,kcommaaccent,x"
1268
- g2="at"
1269
- k="-6" />
1270
- <hkern g1="l"
1271
- g2="t,tbar,tcaron,uni0163,uni021B,fi,fl,f_f.dlig,f_f_i.dlig,f_h.liga,f_j.liga,f_t.liga,_f.f.alt"
1272
- k="16" />
1273
- <hkern g1="q"
1274
- g2="i,dotlessi,iacute,icircumflex,idieresis,i.loclTRK,igrave,imacron,iogonek,m,n,r,racute,rcaron,rcommaaccent,u,uacute,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,y,yacute,ycircumflex,ydieresis,ygrave"
1275
- k="2" />
1276
- <hkern g1="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde"
1277
- g2="t,tbar,tcaron,uni0163,uni021B,fi,fl,f_f.dlig,f_f_i.dlig,f_h.liga,f_j.liga,f_t.liga,_f.f.alt"
1278
- k="16" />
1279
- <hkern g1="parenleft"
1280
- g2="j,uni0237"
1281
- k="-56" />
1282
- <hkern g1="period"
1283
- g2="C,Cacute,Ccaron,Ccedilla,Cdotaccent,G,Gbreve,Gcommaaccent,Gdotaccent,O,Oacute,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,S,Sacute,Scaron,Scedilla,Scommaaccent,zero,infinity,ampersand"
1284
- k="12" />
1285
- <hkern g1="period"
1286
- g2="T"
1287
- k="10" />
1288
- <hkern g1="quotedbl"
1289
- g2="T"
1290
- k="-32" />
1291
- <hkern g1="quotedbl"
1292
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1293
- k="50" />
1294
- <hkern g1="quotedbl"
1295
- g2="W"
1296
- k="-26" />
1297
- <hkern g1="quotedbl"
1298
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1299
- k="-44" />
1300
- <hkern g1="quotedbl"
1301
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1302
- k="4" />
1303
- <hkern g1="quotedbl"
1304
- g2="i,dotlessi,iacute,icircumflex,idieresis,i.loclTRK,igrave,imacron,iogonek,m,n,r,racute,rcaron,rcommaaccent,u,uacute,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,y,yacute,ycircumflex,ydieresis,ygrave"
1305
- k="6" />
1306
- <hkern g1="quotedbl"
1307
- g2="v,w,wacute,wcircumflex,wdieresis,wgrave"
1308
- k="-4" />
1309
- <hkern g1="quotedblleft"
1310
- g2="T"
1311
- k="-26" />
1312
- <hkern g1="quotedblleft"
1313
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1314
- k="62" />
1315
- <hkern g1="quotedblleft"
1316
- g2="W"
1317
- k="-16" />
1318
- <hkern g1="quotedblleft"
1319
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1320
- k="-30" />
1321
- <hkern g1="quotedblleft"
1322
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1323
- k="22" />
1324
- <hkern g1="quotedblleft"
1325
- g2="i,dotlessi,iacute,icircumflex,idieresis,i.loclTRK,igrave,imacron,iogonek,m,n,r,racute,rcaron,rcommaaccent,u,uacute,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,y,yacute,ycircumflex,ydieresis,ygrave"
1326
- k="9" />
1327
- <hkern g1="quotedblleft"
1328
- g2="v,w,wacute,wcircumflex,wdieresis,wgrave"
1329
- k="-3" />
1330
- <hkern g1="quotedblright"
1331
- g2="T"
1332
- k="-18" />
1333
- <hkern g1="quotedblright"
1334
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1335
- k="86" />
1336
- <hkern g1="quotedblright"
1337
- g2="W"
1338
- k="-16" />
1339
- <hkern g1="quotedblright"
1340
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1341
- k="-22" />
1342
- <hkern g1="quotedblright"
1343
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1344
- k="42" />
1345
- <hkern g1="quotedblright"
1346
- g2="i,dotlessi,iacute,icircumflex,idieresis,i.loclTRK,igrave,imacron,iogonek,m,n,r,racute,rcaron,rcommaaccent,u,uacute,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,y,yacute,ycircumflex,ydieresis,ygrave"
1347
- k="9" />
1348
- <hkern g1="quotedblright"
1349
- g2="v,w,wacute,wcircumflex,wdieresis,wgrave"
1350
- k="-3" />
1351
- <hkern g1="quoteleft"
1352
- g2="T"
1353
- k="-18" />
1354
- <hkern g1="quoteleft"
1355
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1356
- k="61" />
1357
- <hkern g1="quoteleft"
1358
- g2="W"
1359
- k="-18" />
1360
- <hkern g1="quoteleft"
1361
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1362
- k="-24" />
1363
- <hkern g1="quoteleft"
1364
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1365
- k="30" />
1366
- <hkern g1="quoteleft"
1367
- g2="i,dotlessi,iacute,icircumflex,idieresis,i.loclTRK,igrave,imacron,iogonek,m,n,r,racute,rcaron,rcommaaccent,u,uacute,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,y,yacute,ycircumflex,ydieresis,ygrave"
1368
- k="8" />
1369
- <hkern g1="quoteleft"
1370
- g2="v,w,wacute,wcircumflex,wdieresis,wgrave"
1371
- k="-2" />
1372
- <hkern g1="quoteright"
1373
- g2="T"
1374
- k="-11" />
1375
- <hkern g1="quoteright"
1376
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1377
- k="61" />
1378
- <hkern g1="quoteright"
1379
- g2="W"
1380
- k="-18" />
1381
- <hkern g1="quoteright"
1382
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1383
- k="-16" />
1384
- <hkern g1="quoteright"
1385
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1386
- k="40" />
1387
- <hkern g1="quoteright"
1388
- g2="i,dotlessi,iacute,icircumflex,idieresis,i.loclTRK,igrave,imacron,iogonek,m,n,r,racute,rcaron,rcommaaccent,u,uacute,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,y,yacute,ycircumflex,ydieresis,ygrave"
1389
- k="8" />
1390
- <hkern g1="quoteright"
1391
- g2="v,w,wacute,wcircumflex,wdieresis,wgrave"
1392
- k="-2" />
1393
- <hkern g1="quotesingle"
1394
- g2="T"
1395
- k="-30" />
1396
- <hkern g1="quotesingle"
1397
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1398
- k="48" />
1399
- <hkern g1="quotesingle"
1400
- g2="W"
1401
- k="-26" />
1402
- <hkern g1="quotesingle"
1403
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1404
- k="-36" />
1405
- <hkern g1="quotesingle"
1406
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1407
- k="22" />
1408
- <hkern g1="quotesingle"
1409
- g2="v,w,wacute,wcircumflex,wdieresis,wgrave"
1410
- k="-6" />
1411
- <hkern g1="quotesingle"
1412
- g2="t,tbar,tcaron,uni0163,uni021B,fi,fl,f_f.dlig,f_f_i.dlig,f_h.liga,f_j.liga,f_t.liga,_f.f.alt"
1413
- k="-10" />
1414
- <hkern g1="slash"
1415
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1416
- k="24" />
1417
- <hkern g1="slash"
1418
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1419
- k="30" />
1420
- <hkern g1="slash"
1421
- g2="v,w,wacute,wcircumflex,wdieresis,wgrave"
1422
- k="-28" />
1423
- <hkern g1="slash"
1424
- g2="X"
1425
- k="-48" />
1426
- <hkern g1="bracketleft"
1427
- g2="j,uni0237"
1428
- k="-48" />
1429
- </font>
1430
- </defs></svg>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
webfont/Affogato-Bold.ttf DELETED
Binary file
webfont/Affogato-Bold.woff DELETED
Binary file
webfont/Affogato-Bold.woff2 DELETED
Binary file
webfont/Affogato-Light.eot DELETED
Binary file
webfont/Affogato-Light.svg DELETED
@@ -1,1341 +0,0 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
4
- <metadata>
5
- Created by FontForge 20150824 at Mon Aug 15 22:23:43 2016
6
- By Everything Fonts
7
- Copyright \(c\) 2015 by Eric Lobdell. All rights reserved.
8
- </metadata>
9
- <defs>
10
- <font id="Affogato-Light" horiz-adv-x="0" >
11
- <font-face
12
- font-family="Affogato Light"
13
- font-weight="300"
14
- font-stretch="normal"
15
- units-per-em="880"
16
- panose-1="0 0 4 0 0 0 0 0 0 0"
17
- ascent="704"
18
- descent="-176"
19
- x-height="440"
20
- cap-height="562"
21
- bbox="-502 -215 999 830"
22
- underline-thickness="50"
23
- underline-position="-100"
24
- unicode-range="U+0020-FB02"
25
- />
26
- <missing-glyph horiz-adv-x="503"
27
- d="M412 800v-1005h-319v1005h319zM335 733h-166v-34h65v-37h-66v-33h167v33h-67v37h67v34zM268 603h-100v-105h167v35h-67v70zM234 569v-36h-33v36h33zM335 471h-167v-33h66v-37h-66v-33h100v70h67v33zM335 411h-34v-66h-133v-34h167v100zM335 288h-101v-56h34v23h33v-47
28
- h-100v80h-33v-113h167v113zM335 115h-167v-114h167v114zM301 81v-47h-100v47h100zM335 -22h-167v-33h70l-70 -47v-34h167v34h-103l71 47h32v33z" />
29
- <glyph glyph-name="fi" unicode="fi" horiz-adv-x="487"
30
- d="M110 499c0 58 48 105 106 105c21 0 40 -4 56 -10l-8 -23c-10 4 -21 8 -48 8c-45 0 -81 -36 -81 -80v-79h106v-24h-106v-396h-25v396h-60v24h60v79zM374 564c17 0 29 -11 29 -28s-12 -28 -29 -28c-16 0 -28 11 -28 28s12 28 28 28zM362 0v439l25 2v-441h-25z" />
31
- <glyph glyph-name="fl" unicode="fl" horiz-adv-x="515"
32
- d="M110 499c0 58 48 105 106 105c21 0 40 -4 56 -10l-8 -23c-10 4 -21 8 -48 8c-45 0 -81 -36 -81 -80v-79h106v-24h-106v-396h-25v396h-60v24h60v79zM457 25h28v-25h-28c-73 0 -100 41 -100 115l1 475l25 2l-1 -477c0 -54 11 -90 75 -90z" />
33
- <glyph glyph-name="f_h.liga" unicode="fh" horiz-adv-x="788"
34
- d="M110 499c0 58 48 105 106 105c21 0 40 -4 56 -10l-8 -23c-10 4 -21 8 -48 8c-45 0 -81 -36 -81 -80v-79h106v-24h-106v-396h-25v396h-60v24h60v79zM517 445c102 15 176 -54 176 -155v-290h-25v285c0 96 -66 148 -152 135c-49 -8 -97 -47 -129 -91v-329h-25v594l25 2v-230
35
- c34 40 80 71 130 79z" />
36
- <glyph glyph-name="f_j.liga" unicode="fj" horiz-adv-x="484"
37
- d="M241 396h-106v-396h-25v396h-60v24h60v79c0 58 48 105 106 105c21 0 40 -4 56 -10l-8 -23c-10 4 -21 8 -48 8c-45 0 -81 -36 -81 -80v-79h106v-24zM372 575c17 0 29 -11 29 -28s-12 -28 -29 -28c-16 0 -28 11 -28 28s12 28 28 28zM359 -70v508l25 2v-510
38
- c0 -98 -48 -135 -106 -135c-21 0 -40 4 -56 10l8 23c10 -4 21 -8 48 -8c45 0 81 26 81 110z" />
39
- <glyph glyph-name="f_t.liga" unicode="ft" horiz-adv-x="546"
40
- d="M110 499c0 58 48 105 106 105c21 0 40 -4 56 -10l-8 -23c-10 4 -21 8 -48 8c-45 0 -81 -36 -81 -80v-79h106v-24h-106v-396h-25v396h-60v24h60v79zM473 25h28v-25h-28c-73 0 -100 41 -100 115l1 281h-57v24h57v140l25 2v-142h89v-24h-89l-1 -281c0 -54 11 -90 75 -90z
41
- " />
42
- <glyph glyph-name="q_j.liga" unicode="qj" horiz-adv-x="695"
43
- d="M576 575c17 0 29 -11 29 -28s-12 -28 -29 -28c-16 0 -28 11 -28 28s12 28 28 28zM362 420l1 21l24 -2v-634l-25 2v255c-40 -32 -76 -56 -118 -62c-112 -17 -189 75 -189 225c0 133 76 251 205 220c35 -9 67 -35 102 -68v43zM563 -70v508l25 2v-510
44
- c0 -98 -48 -135 -106 -135c-21 0 -40 4 -56 10l8 23c10 -4 21 -8 48 -8c45 0 81 26 81 110zM233 25c46 5 82 29 129 69v250c-33 32 -68 67 -111 77c-101 22 -170 -73 -170 -196c0 -135 64 -209 152 -200z" />
45
- <glyph glyph-name=".notdef" horiz-adv-x="503"
46
- d="M412 800v-1005h-319v1005h319zM335 733h-166v-34h65v-37h-66v-33h167v33h-67v37h67v34zM268 603h-100v-105h167v35h-67v70zM234 569v-36h-33v36h33zM335 471h-167v-33h66v-37h-66v-33h100v70h67v33zM335 411h-34v-66h-133v-34h167v100zM335 288h-101v-56h34v23h33v-47
47
- h-100v80h-33v-113h167v113zM335 115h-167v-114h167v114zM301 81v-47h-100v47h100zM335 -22h-167v-33h70l-70 -47v-34h167v34h-103l71 47h32v33z" />
48
- <glyph glyph-name="A" unicode="A" horiz-adv-x="483"
49
- d="M413 0l-43 134h-257l-43 -134h-25l178 558l37 2l178 -560h-25zM121 158h241l-120 378z" />
50
- <glyph glyph-name="Aacute" unicode="&#xc1;" horiz-adv-x="483"
51
- d="M381 760l-157 -107l-13 18l151 114zM413 0l-43 134h-257l-43 -134h-25l178 558l37 2l178 -560h-25zM121 158h241l-120 378z" />
52
- <glyph glyph-name="Abreve" unicode="&#x102;" horiz-adv-x="483"
53
- d="M242 667c-46 0 -80 27 -105 58l21 17c11 -17 39 -50 84 -50c42 0 71 31 84 50l21 -17c-26 -31 -58 -58 -105 -58zM413 0l-43 134h-257l-43 -134h-25l178 558l37 2l178 -560h-25zM121 158h241l-120 378z" />
54
- <glyph glyph-name="uni01CD" unicode="&#x1cd;" horiz-adv-x="483"
55
- d="M345 747l-103 -103l-103 103l19 17l83 -85l85 85zM413 0l-43 134h-257l-43 -134h-25l178 558l37 2l178 -560h-25zM121 158h241l-120 378z" />
56
- <glyph glyph-name="Acircumflex" unicode="&#xc2;" horiz-adv-x="483"
57
- d="M241 731l-83 -85l-19 17l103 103l103 -103l-19 -17zM413 0l-43 134h-257l-43 -134h-25l178 558l37 2l178 -560h-25zM121 158h241l-120 378z" />
58
- <glyph glyph-name="Adieresis" unicode="&#xc4;" horiz-adv-x="483"
59
- d="M164 675c-17 0 -29 12 -29 29c0 18 12 30 29 30c18 0 30 -12 30 -30c0 -17 -12 -29 -30 -29zM309 674c-17 0 -29 12 -29 29c0 18 12 30 29 30c18 0 30 -12 30 -30c0 -17 -12 -29 -30 -29zM413 0l-43 134h-257l-43 -134h-25l178 558l37 2l178 -560h-25zM121 158h241
60
- l-120 378z" />
61
- <glyph glyph-name="Agrave" unicode="&#xc0;" horiz-adv-x="483"
62
- d="M272 671l-13 -18l-157 107l19 25zM413 0l-43 134h-257l-43 -134h-25l178 558l37 2l178 -560h-25zM121 158h241l-120 378z" />
63
- <glyph glyph-name="Amacron" unicode="&#x100;" horiz-adv-x="483"
64
- d="M334 703v-23h-185v23h185zM413 0l-43 134h-257l-43 -134h-25l178 558l37 2l178 -560h-25zM121 158h241l-120 378z" />
65
- <glyph glyph-name="Aogonek" unicode="&#x104;" horiz-adv-x="483"
66
- d="M426 -156l19 -14c-60 -77 -173 -18 -118 82c22 39 57 68 85 91l-42 131h-257l-43 -134h-25l178 558l37 2l178 -560c-51 -43 -70 -64 -88 -93c-44 -71 27 -125 76 -63zM121 158h241l-120 378z" />
67
- <glyph glyph-name="Aring" unicode="&#xc5;" horiz-adv-x="483"
68
- d="M243 646c-35 0 -63 29 -63 62c0 35 28 62 63 62c33 0 60 -27 60 -62c0 -33 -27 -62 -60 -62zM243 747c-21 0 -38 -18 -38 -39c0 -20 17 -37 38 -37s35 17 35 37c0 21 -14 39 -35 39zM413 0l-43 134h-257l-43 -134h-25l178 558l37 2l178 -560h-25zM121 158h241l-120 378z
69
- " />
70
- <glyph glyph-name="Atilde" unicode="&#xc3;" horiz-adv-x="483"
71
- d="M189 710c-17 0 -23 -18 -31 -37l-22 10c8 24 22 54 55 54c34 0 68 -44 99 -44c19 0 27 10 35 34l23 -9c-6 -19 -19 -52 -58 -52c-41 1 -69 44 -101 44zM413 0l-43 134h-257l-43 -134h-25l178 558l37 2l178 -560h-25zM121 158h241l-120 378z" />
72
- <glyph glyph-name="AE" unicode="&#xc6;" horiz-adv-x="643"
73
- d="M593 536h-280v-261h213v-24h-213v-227h280v-24h-305v143h-203l-75 -143h-25l290 560h318v-24zM97 167h191v364z" />
74
- <glyph glyph-name="B" unicode="B" horiz-adv-x="523"
75
- d="M100 0v560c70 4 118 5 163 5c91 0 153 -50 153 -138c0 -73 -31 -107 -62 -129c52 -13 99 -63 99 -142c0 -97 -72 -156 -166 -156h-187zM126 304h147c80 0 117 59 117 123c0 73 -60 113 -127 113c-49 0 -88 -1 -137 -3v-233zM126 26h161c80 0 140 51 140 130
76
- c0 66 -39 122 -123 122h-178v-252z" />
77
- <glyph glyph-name="C" unicode="C" horiz-adv-x="545"
78
- d="M291 -5c-106 0 -221 88 -221 276v18c0 188 115 276 221 276c85 0 148 -46 184 -113l-20 -13c-33 60 -86 102 -164 102c-92 0 -196 -77 -196 -252v-18c0 -174 104 -251 195 -251c78 0 132 42 163 100l21 -12c-35 -66 -98 -113 -183 -113z" />
79
- <glyph glyph-name="Cacute" unicode="&#x106;" horiz-adv-x="545"
80
- d="M272 653l-13 18l151 114l19 -25zM291 -5c-106 0 -221 88 -221 276v18c0 188 115 276 221 276c85 0 148 -46 184 -113l-20 -13c-33 60 -86 102 -164 102c-92 0 -196 -77 -196 -252v-18c0 -174 104 -251 195 -251c78 0 132 42 163 100l21 -12c-35 -66 -98 -113 -183 -113z
81
- " />
82
- <glyph glyph-name="Ccaron" unicode="&#x10c;" horiz-adv-x="545"
83
- d="M393 747l-103 -103l-103 103l19 17l83 -85l85 85zM290 20c78 0 132 42 163 100l21 -12c-35 -66 -98 -113 -183 -113c-106 0 -221 88 -221 276v18c0 188 115 276 221 276c85 0 148 -46 184 -113l-20 -13c-33 60 -86 102 -164 102c-92 0 -196 -77 -196 -252v-18
84
- c0 -174 104 -251 195 -251z" />
85
- <glyph glyph-name="Ccedilla" unicode="&#xc7;" horiz-adv-x="545"
86
- d="M290 20c78 0 132 42 163 100l21 -12c-35 -66 -98 -113 -183 -113h-3l-1 -38c66 7 108 -28 108 -78c0 -56 -42 -85 -89 -85c-55 0 -82 33 -86 48l19 10c6 -11 26 -34 67 -34c35 0 64 23 64 61c0 26 -21 54 -72 55h-36l1 63c-97 14 -193 103 -193 274v18
87
- c0 188 115 276 221 276c85 0 148 -46 184 -113l-20 -13c-33 60 -86 102 -164 102c-92 0 -196 -77 -196 -252v-18c0 -174 104 -251 195 -251z" />
88
- <glyph glyph-name="Cdotaccent" unicode="&#x10a;" horiz-adv-x="545"
89
- d="M289 657c-16 0 -28 11 -28 28s12 28 28 28c17 0 29 -11 29 -28s-12 -28 -29 -28zM291 -5c-106 0 -221 88 -221 276v18c0 188 115 276 221 276c85 0 148 -46 184 -113l-20 -13c-33 60 -86 102 -164 102c-92 0 -196 -77 -196 -252v-18c0 -174 104 -251 195 -251
90
- c78 0 132 42 163 100l21 -12c-35 -66 -98 -113 -183 -113z" />
91
- <glyph glyph-name="D" unicode="D" horiz-adv-x="549"
92
- d="M100 0v560c47 4 88 5 137 5c111 0 242 -66 242 -285c0 -263 -179 -280 -252 -280h-127zM126 26h102c125 0 225 65 225 254c0 186 -110 259 -216 259c-42 0 -73 0 -111 -3v-510z" />
93
- <glyph glyph-name="Eth" unicode="&#xd0;" horiz-adv-x="549"
94
- d="M157 680v23h185v-23h-185zM100 0v560c47 4 88 5 137 5c111 0 242 -66 242 -285c0 -263 -179 -280 -252 -280h-127zM126 26h102c125 0 225 65 225 254c0 186 -110 259 -216 259c-42 0 -73 0 -111 -3v-510z" />
95
- <glyph glyph-name="Dcaron" unicode="&#x10e;" horiz-adv-x="549"
96
- d="M353 747l-103 -103l-103 103l19 17l83 -85l85 85zM237 565c111 0 242 -66 242 -285c0 -263 -179 -280 -252 -280h-127v560c47 4 88 5 137 5zM228 26c125 0 225 65 225 254c0 186 -110 259 -216 259c-42 0 -73 0 -111 -3v-510h102z" />
97
- <glyph glyph-name="Dcroat" unicode="&#x110;" horiz-adv-x="549"
98
- d="M157 680v23h185v-23h-185zM100 0v560c47 4 88 5 137 5c111 0 242 -66 242 -285c0 -263 -179 -280 -252 -280h-127zM126 26h102c125 0 225 65 225 254c0 186 -110 259 -216 259c-42 0 -73 0 -111 -3v-510z" />
99
- <glyph glyph-name="E" unicode="E" horiz-adv-x="454"
100
- d="M404 536h-280v-261h213v-24h-213v-227h280v-24h-304v560h304v-24z" />
101
- <glyph glyph-name="Eacute" unicode="&#xc9;" horiz-adv-x="454"
102
- d="M392 770l-157 -107l-13 18l151 114zM404 536h-280v-261h213v-24h-213v-227h280v-24h-304v560h304v-24z" />
103
- <glyph glyph-name="Ecaron" unicode="&#x11a;" horiz-adv-x="454"
104
- d="M356 757l-103 -103l-103 103l19 17l83 -85l85 85zM404 536h-280v-261h213v-24h-213v-227h280v-24h-304v560h304v-24z" />
105
- <glyph glyph-name="Ecircumflex" unicode="&#xca;" horiz-adv-x="454"
106
- d="M252 741l-83 -85l-19 17l103 103l103 -103l-19 -17zM404 536h-280v-261h213v-24h-213v-227h280v-24h-304v560h304v-24z" />
107
- <glyph glyph-name="Edieresis" unicode="&#xcb;" horiz-adv-x="454"
108
- d="M175 685c-17 0 -29 12 -29 29c0 18 12 30 29 30c18 0 30 -12 30 -30c0 -17 -12 -29 -30 -29zM320 684c-17 0 -29 12 -29 29c0 18 12 30 29 30c18 0 30 -12 30 -30c0 -17 -12 -29 -30 -29zM404 536h-280v-261h213v-24h-213v-227h280v-24h-304v560h304v-24z" />
109
- <glyph glyph-name="Edotaccent" unicode="&#x116;" horiz-adv-x="454"
110
- d="M252 667c-16 0 -28 11 -28 28s12 28 28 28c17 0 29 -11 29 -28s-12 -28 -29 -28zM404 536h-280v-261h213v-24h-213v-227h280v-24h-304v560h304v-24z" />
111
- <glyph glyph-name="Egrave" unicode="&#xc8;" horiz-adv-x="454"
112
- d="M283 681l-13 -18l-157 107l19 25zM404 536h-280v-261h213v-24h-213v-227h280v-24h-304v560h304v-24z" />
113
- <glyph glyph-name="Emacron" unicode="&#x112;" horiz-adv-x="454"
114
- d="M345 713v-23h-185v23h185zM404 536h-280v-261h213v-24h-213v-227h280v-24h-304v560h304v-24z" />
115
- <glyph glyph-name="Eogonek" unicode="&#x118;" horiz-adv-x="454"
116
- d="M392 -156l19 -14c-60 -77 -173 -18 -118 82c21 38 55 66 82 88h-275v560h304v-24h-280v-261h213v-24h-213v-227h280v-24c-51 -43 -70 -64 -88 -93c-44 -71 27 -125 76 -63z" />
117
- <glyph glyph-name="F" unicode="F" horiz-adv-x="403"
118
- d="M403 536h-278v-262h194v-24h-194v-250h-25v560h303v-24z" />
119
- <glyph glyph-name="G" unicode="G" horiz-adv-x="578"
120
- d="M299 -5c-121 0 -229 88 -229 281v8c0 193 108 281 229 281c93 0 171 -63 193 -147l-24 -7c-19 75 -87 130 -169 130c-107 0 -204 -77 -204 -257v-8c0 -179 97 -256 203 -256c98 0 185 77 185 221v9h-193v24h218v-33c0 -158 -99 -246 -209 -246z" />
121
- <glyph glyph-name="Gbreve" unicode="&#x11e;" horiz-adv-x="578"
122
- d="M297 667c-46 0 -80 27 -105 58l21 17c11 -17 39 -50 84 -50c42 0 71 31 84 50l21 -17c-26 -31 -58 -58 -105 -58zM299 -5c-121 0 -229 88 -229 281v8c0 193 108 281 229 281c93 0 171 -63 193 -147l-24 -7c-19 75 -87 130 -169 130c-107 0 -204 -77 -204 -257v-8
123
- c0 -179 97 -256 203 -256c98 0 185 77 185 221v9h-193v24h218v-33c0 -158 -99 -246 -209 -246z" />
124
- <glyph glyph-name="Gcommaaccent" unicode="&#x122;" horiz-adv-x="578"
125
- d="M299 -5c-121 0 -229 88 -229 281v8c0 193 108 281 229 281c93 0 171 -63 193 -147l-24 -7c-19 75 -87 130 -169 130c-107 0 -204 -77 -204 -257v-8c0 -179 97 -256 203 -256c98 0 185 77 185 221v9h-193v24h218v-33c0 -158 -99 -246 -209 -246zM279 -213l-26 3l32 168
126
- l22 -2z" />
127
- <glyph glyph-name="Gdotaccent" unicode="&#x120;" horiz-adv-x="578"
128
- d="M296 657c-16 0 -28 11 -28 28s12 28 28 28c17 0 29 -11 29 -28s-12 -28 -29 -28zM299 -5c-121 0 -229 88 -229 281v8c0 193 108 281 229 281c93 0 171 -63 193 -147l-24 -7c-19 75 -87 130 -169 130c-107 0 -204 -77 -204 -257v-8c0 -179 97 -256 203 -256
129
- c98 0 185 77 185 221v9h-193v24h218v-33c0 -158 -99 -246 -209 -246z" />
130
- <glyph glyph-name="H" unicode="H" horiz-adv-x="534"
131
- d="M409 560h25v-560h-25v250h-284v-250h-25v559l25 1v-286h284v286z" />
132
- <glyph glyph-name="Hbar" unicode="&#x126;" horiz-adv-x="534"
133
- d="M482 456v-23h-48v-433h-25v250h-284v-250h-25v433h-52v23h52v103l25 1v-104h284v104h25v-104h48zM409 274v159h-284v-159h284z" />
134
- <glyph glyph-name="I" unicode="I" horiz-adv-x="265"
135
- d="M145 562v-562h-25v560z" />
136
- <glyph glyph-name="IJ" unicode="&#x132;" horiz-adv-x="624"
137
- d="M120 0v560l25 2v-562h-25zM340 559l189 2v-389c0 -109 -46 -177 -144 -177c-31 0 -61 7 -80 17l9 21c16 -8 43 -13 71 -13c86 0 118 65 118 162l1 355h-164v22z" />
138
- <glyph glyph-name="Iacute" unicode="&#xcd;" horiz-adv-x="265"
139
- d="M115 653l-13 18l151 114l19 -25zM145 562v-562h-25v560z" />
140
- <glyph glyph-name="uni01CF" unicode="&#x1cf;" horiz-adv-x="265"
141
- d="M236 747l-103 -103l-103 103l19 17l83 -85l85 85zM120 0v560l25 2v-562h-25z" />
142
- <glyph glyph-name="Icircumflex" unicode="&#xce;" horiz-adv-x="265"
143
- d="M133 766l103 -103l-19 -17l-85 85l-83 -85l-19 17zM120 0v560l25 2v-562h-25z" />
144
- <glyph glyph-name="Idieresis" unicode="&#xcf;" horiz-adv-x="265"
145
- d="M55 675c-17 0 -29 12 -29 29c0 18 12 30 29 30c18 0 30 -12 30 -30c0 -17 -12 -29 -30 -29zM200 674c-17 0 -29 12 -29 29c0 18 12 30 29 30c18 0 30 -12 30 -30c0 -17 -12 -29 -30 -29zM145 562v-562h-25v560z" />
146
- <glyph glyph-name="Idotaccent" unicode="&#x130;" horiz-adv-x="265"
147
- d="M132 657c-16 0 -28 11 -28 28s12 28 28 28c17 0 29 -11 29 -28s-12 -28 -29 -28zM145 562v-562h-25v560z" />
148
- <glyph glyph-name="Igrave" unicode="&#xcc;" horiz-adv-x="265"
149
- d="M150 653l-157 107l19 25l151 -114zM145 562v-562h-25v560z" />
150
- <glyph glyph-name="Imacron" unicode="&#x12a;" horiz-adv-x="265"
151
- d="M40 680v23h185v-23h-185zM145 562v-562h-25v560z" />
152
- <glyph glyph-name="Iogonek" unicode="&#x12e;" horiz-adv-x="265"
153
- d="M133 -156l19 -14c-60 -77 -173 -18 -118 82c22 40 58 68 86 91v557l25 2v-562c-51 -43 -70 -64 -88 -93c-44 -71 27 -125 76 -63z" />
154
- <glyph glyph-name="J" unicode="J" horiz-adv-x="359"
155
- d="M75 559l189 2v-389c0 -109 -46 -177 -144 -177c-31 0 -61 7 -80 17l9 21c16 -8 43 -13 71 -13c86 0 118 65 118 162l1 355h-164v22z" />
156
- <glyph glyph-name="K" unicode="K" horiz-adv-x="508"
157
- d="M455 0l-188 358l-142 -169v-189h-25v560l25 2v-337l282 335h30l-153 -182l199 -378h-28z" />
158
- <glyph glyph-name="Kcommaaccent" unicode="&#x136;" horiz-adv-x="508"
159
- d="M284 378l199 -378h-28l-188 358l-142 -169v-189h-25v560l25 2v-337l282 335h30zM215 -190l32 168l22 -2l-28 -169z" />
160
- <glyph glyph-name="L" unicode="L" horiz-adv-x="374"
161
- d="M125 24h219v-24h-244v559l25 1v-536z" />
162
- <glyph glyph-name="Lacute" unicode="&#x139;" horiz-adv-x="374"
163
- d="M234 785l19 -25l-157 -107l-13 18zM125 24h219v-24h-244v559l25 1v-536z" />
164
- <glyph glyph-name="Lcaron" unicode="&#x13d;" horiz-adv-x="374"
165
- d="M125 24h219v-24h-244v559l25 1v-536zM340 557l-19 -209l-21 2l12 210z" />
166
- <glyph glyph-name="Lcommaaccent" unicode="&#x13b;" horiz-adv-x="374"
167
- d="M125 24h219v-24h-244v559l25 1v-536zM175 -200l32 168l22 -2l-28 -169z" />
168
- <glyph glyph-name="Ldot" unicode="&#x13f;" horiz-adv-x="368"
169
- d="M125 24h219v-24h-244v559l25 1v-536zM291 311c-17 0 -29 12 -29 29c0 18 12 30 29 30c18 0 30 -12 30 -30c0 -17 -12 -29 -30 -29z" />
170
- <glyph glyph-name="Lslash" unicode="&#x141;" horiz-adv-x="374"
171
- d="M125 24h219v-24h-244v301l-79 -79l-16 15l95 95v227l25 1v-203l80 80l16 -16l-96 -96v-301z" />
172
- <glyph glyph-name="M" unicode="M" horiz-adv-x="703"
173
- d="M577 560l26 -2v-558h-25v505l-217 -398h-18l-218 400v-507h-25v557l27 3l225 -417z" />
174
- <glyph glyph-name="N" unicode="N" horiz-adv-x="587"
175
- d="M462 558h25v-558h-25l-337 521v-521h-25v558l29 1l333 -514v513z" />
176
- <glyph glyph-name="Nacute" unicode="&#x143;" horiz-adv-x="587"
177
- d="M420 760l-157 -107l-13 18l151 114zM462 558h25v-558h-25l-337 521v-521h-25v558l29 1l333 -514v513z" />
178
- <glyph glyph-name="Ncaron" unicode="&#x147;" horiz-adv-x="587"
179
- d="M384 747l-103 -103l-103 103l19 17l83 -85l85 85zM462 558h25v-558h-25l-337 521v-521h-25v558l29 1l333 -514v513z" />
180
- <glyph glyph-name="Ncommaaccent" unicode="&#x145;" horiz-adv-x="587"
181
- d="M462 558h25v-558h-25l-337 521v-521h-25v558l29 1l333 -514v513zM237 -210l32 168l22 -2l-28 -169z" />
182
- <glyph glyph-name="Eng" unicode="&#x14a;" horiz-adv-x="587"
183
- d="M462 558h25v-658c0 -78 -48 -115 -106 -115c-21 0 -40 4 -56 10l8 23c10 -4 21 -8 48 -8c45 0 81 26 81 90v100l-337 521v-521h-25v558l29 1l333 -514v513z" />
184
- <glyph glyph-name="Ntilde" unicode="&#xd1;" horiz-adv-x="587"
185
- d="M228 710c-17 0 -23 -18 -31 -37l-22 10c8 24 22 54 55 54c34 0 68 -44 99 -44c19 0 27 10 35 34l23 -9c-6 -19 -19 -52 -58 -52c-41 1 -69 44 -101 44zM462 558h25v-558h-25l-337 521v-521h-25v558l29 1l333 -514v513z" />
186
- <glyph glyph-name="O" unicode="O" horiz-adv-x="588"
187
- d="M294 -5c-111 0 -224 88 -224 276v18c0 188 113 276 224 276c110 0 224 -88 224 -276v-18c0 -188 -114 -276 -224 -276zM293 20c98 0 200 77 200 251v18c0 175 -102 252 -199 252s-199 -77 -199 -252v-18c0 -174 102 -251 198 -251z" />
188
- <glyph glyph-name="Oacute" unicode="&#xd3;" horiz-adv-x="588"
189
- d="M276 653l-13 18l151 114l19 -25zM294 -5c-111 0 -224 88 -224 276v18c0 188 113 276 224 276c110 0 224 -88 224 -276v-18c0 -188 -114 -276 -224 -276zM293 20c98 0 200 77 200 251v18c0 175 -102 252 -199 252s-199 -77 -199 -252v-18c0 -174 102 -251 198 -251z" />
190
- <glyph glyph-name="uni01D1" unicode="&#x1d1;" horiz-adv-x="588"
191
- d="M397 747l-103 -103l-103 103l19 17l83 -85l85 85zM294 565c110 0 224 -88 224 -276v-18c0 -188 -114 -276 -224 -276c-111 0 -224 88 -224 276v18c0 188 113 276 224 276zM493 271v18c0 175 -102 252 -199 252s-199 -77 -199 -252v-18c0 -174 102 -251 198 -251
192
- c98 0 200 77 200 251z" />
193
- <glyph glyph-name="Ocircumflex" unicode="&#xd4;" horiz-adv-x="588"
194
- d="M293 731l-83 -85l-19 17l103 103l103 -103l-19 -17zM294 565c110 0 224 -88 224 -276v-18c0 -188 -114 -276 -224 -276c-111 0 -224 88 -224 276v18c0 188 113 276 224 276zM493 271v18c0 175 -102 252 -199 252s-199 -77 -199 -252v-18c0 -174 102 -251 198 -251
195
- c98 0 200 77 200 251z" />
196
- <glyph glyph-name="Odieresis" unicode="&#xd6;" horiz-adv-x="588"
197
- d="M216 675c-17 0 -29 12 -29 29c0 18 12 30 29 30c18 0 30 -12 30 -30c0 -17 -12 -29 -30 -29zM361 674c-17 0 -29 12 -29 29c0 18 12 30 29 30c18 0 30 -12 30 -30c0 -17 -12 -29 -30 -29zM294 -5c-111 0 -224 88 -224 276v18c0 188 113 276 224 276
198
- c110 0 224 -88 224 -276v-18c0 -188 -114 -276 -224 -276zM293 20c98 0 200 77 200 251v18c0 175 -102 252 -199 252s-199 -77 -199 -252v-18c0 -174 102 -251 198 -251z" />
199
- <glyph glyph-name="Ograve" unicode="&#xd2;" horiz-adv-x="588"
200
- d="M311 653l-157 107l19 25l151 -114zM294 -5c-111 0 -224 88 -224 276v18c0 188 113 276 224 276c110 0 224 -88 224 -276v-18c0 -188 -114 -276 -224 -276zM293 20c98 0 200 77 200 251v18c0 175 -102 252 -199 252s-199 -77 -199 -252v-18c0 -174 102 -251 198 -251z" />
201
- <glyph glyph-name="Ohungarumlaut" unicode="&#x150;" horiz-adv-x="588"
202
- d="M235 638l-22 2l16 190l26 -3zM355 638l-22 2l16 190l26 -3zM294 -5c-111 0 -224 88 -224 276v18c0 188 113 276 224 276c110 0 224 -88 224 -276v-18c0 -188 -114 -276 -224 -276zM293 20c98 0 200 77 200 251v18c0 175 -102 252 -199 252s-199 -77 -199 -252v-18
203
- c0 -174 102 -251 198 -251z" />
204
- <glyph glyph-name="Omacron" unicode="&#x14c;" horiz-adv-x="588"
205
- d="M201 680v23h185v-23h-185zM294 -5c-111 0 -224 88 -224 276v18c0 188 113 276 224 276c110 0 224 -88 224 -276v-18c0 -188 -114 -276 -224 -276zM293 20c98 0 200 77 200 251v18c0 175 -102 252 -199 252s-199 -77 -199 -252v-18c0 -174 102 -251 198 -251z" />
206
- <glyph glyph-name="Oslash" unicode="&#xd8;" horiz-adv-x="588"
207
- d="M531 518l-56 -57c27 -44 43 -101 43 -172v-18c0 -188 -114 -276 -224 -276c-67 0 -134 32 -177 98l-61 -62l-18 18l65 67c-20 41 -33 92 -33 155v18c0 188 113 276 224 276c61 0 123 -27 166 -83l53 54zM95 271c0 -55 10 -100 27 -136l321 329c-38 53 -95 77 -149 77
208
- c-97 0 -199 -77 -199 -252v-18zM493 289c0 64 -14 115 -36 154l-322 -332c38 -62 99 -91 158 -91c98 0 200 77 200 251v18z" />
209
- <glyph glyph-name="Otilde" unicode="&#xd5;" horiz-adv-x="588"
210
- d="M210 673l-22 10c8 24 22 54 55 54c34 0 68 -44 99 -44c19 0 27 10 35 34l23 -9c-6 -19 -19 -52 -58 -52c-41 1 -69 44 -101 44c-17 0 -23 -18 -31 -37zM294 -5c-111 0 -224 88 -224 276v18c0 188 113 276 224 276c110 0 224 -88 224 -276v-18c0 -188 -114 -276 -224 -276
211
- zM293 20c98 0 200 77 200 251v18c0 175 -102 252 -199 252s-199 -77 -199 -252v-18c0 -174 102 -251 198 -251z" />
212
- <glyph glyph-name="OE" unicode="&#x152;" horiz-adv-x="848"
213
- d="M518 536v-261h213v-24h-213v-227h280v-24h-304v137c-39 -96 -121 -142 -200 -142c-111 0 -224 88 -224 276v18c0 188 113 276 224 276c79 0 161 -46 200 -142v137h304v-24h-280zM493 271v18c0 175 -102 252 -199 252s-199 -77 -199 -252v-18c0 -174 102 -251 198 -251
214
- c98 0 200 77 200 251z" />
215
- <glyph glyph-name="P" unicode="P" horiz-adv-x="463"
216
- d="M238 564c76 0 180 -31 180 -190c0 -121 -95 -179 -169 -179h-123v-195h-26v560c51 3 87 4 138 4zM126 220h119c75 0 147 56 147 158c0 119 -70 161 -154 161c-41 1 -71 0 -112 -2v-317z" />
217
- <glyph glyph-name="Thorn" unicode="&#xde;" horiz-adv-x="484"
218
- d="M262 508c112 10 177 -97 177 -220c0 -150 -76 -236 -182 -225c-34 3 -72 21 -112 51v-114h-25v560l25 2v-115c38 34 79 58 117 61zM258 88c93 -8 155 65 155 200c0 113 -58 203 -152 195c-35 -3 -79 -34 -116 -68v-272c44 -34 82 -52 113 -55z" />
219
- <glyph glyph-name="Q" unicode="Q" horiz-adv-x="603"
220
- d="M531 25l2 -25h-234c-111 0 -229 88 -229 276v13c0 188 118 276 229 276c110 0 229 -88 229 -276v-13c0 -131 -57 -213 -129 -251h132zM298 25c98 0 205 77 205 251v13c0 175 -107 252 -204 252s-204 -77 -204 -252v-13c0 -174 107 -251 203 -251z" />
221
- <glyph glyph-name="R" unicode="R" horiz-adv-x="483"
222
- d="M418 379c0 -98 -54 -151 -112 -172l104 -207h-30l-100 200c-11 -2 -21 -3 -31 -3h-123v-197h-26v560c51 3 87 4 138 4c73 0 180 -32 180 -185zM245 222c75 0 147 51 147 161c0 115 -70 156 -154 156c-41 -1 -71 -1 -112 -3v-314h119z" />
223
- <glyph glyph-name="Racute" unicode="&#x154;" horiz-adv-x="483"
224
- d="M378 760l-157 -107l-13 18l151 114zM418 379c0 -98 -54 -151 -112 -172l104 -207h-30l-100 200c-11 -2 -21 -3 -31 -3h-123v-197h-26v560c51 3 87 4 138 4c73 0 180 -32 180 -185zM245 222c75 0 147 51 147 161c0 115 -70 156 -154 156c-41 -1 -71 -1 -112 -3v-314h119z
225
- " />
226
- <glyph glyph-name="Rcaron" unicode="&#x158;" horiz-adv-x="483"
227
- d="M342 747l-103 -103l-103 103l19 17l83 -85l85 85zM418 379c0 -98 -54 -151 -112 -172l104 -207h-30l-100 200c-11 -2 -21 -3 -31 -3h-123v-197h-26v560c51 3 87 4 138 4c73 0 180 -32 180 -185zM245 222c75 0 147 51 147 161c0 115 -70 156 -154 156
228
- c-41 -1 -71 -1 -112 -3v-314h119z" />
229
- <glyph glyph-name="Rcommaaccent" unicode="&#x156;" horiz-adv-x="483"
230
- d="M418 379c0 -98 -54 -151 -112 -172l104 -207h-30l-100 200c-11 -2 -21 -3 -31 -3h-123v-197h-26v560c51 3 87 4 138 4c73 0 180 -32 180 -185zM245 222c75 0 147 51 147 161c0 115 -70 156 -154 156c-41 -1 -71 -1 -112 -3v-314h119zM195 -210l32 168l22 -2l-28 -169z
231
- " />
232
- <glyph glyph-name="S" unicode="S" horiz-adv-x="470"
233
- d="M235 -5c-107 0 -162 80 -165 138l23 6c6 -58 55 -119 142 -119c94 0 140 54 140 120c0 162 -294 113 -294 292c0 76 71 133 159 133c87 0 151 -56 160 -130l-23 -6c-9 70 -71 111 -136 111c-87 0 -135 -58 -135 -107c0 -158 294 -111 294 -293c0 -72 -47 -145 -165 -145z
234
- " />
235
- <glyph glyph-name="Sacute" unicode="&#x15a;" horiz-adv-x="470"
236
- d="M222 653l-13 18l151 114l19 -25zM235 -5c-107 0 -162 80 -165 138l23 6c6 -58 55 -119 142 -119c94 0 140 54 140 120c0 162 -294 113 -294 292c0 76 71 133 159 133c87 0 151 -56 160 -130l-23 -6c-9 70 -71 111 -136 111c-87 0 -135 -58 -135 -107
237
- c0 -158 294 -111 294 -293c0 -72 -47 -145 -165 -145z" />
238
- <glyph glyph-name="Scaron" unicode="&#x160;" horiz-adv-x="470"
239
- d="M343 747l-103 -103l-103 103l19 17l83 -85l85 85zM106 433c0 -158 294 -111 294 -293c0 -72 -47 -145 -165 -145c-107 0 -162 80 -165 138l23 6c6 -58 55 -119 142 -119c94 0 140 54 140 120c0 162 -294 113 -294 292c0 76 71 133 159 133c87 0 151 -56 160 -130l-23 -6
240
- c-9 70 -71 111 -136 111c-87 0 -135 -58 -135 -107z" />
241
- <glyph glyph-name="Scedilla" unicode="&#x15e;" horiz-adv-x="470"
242
- d="M106 433c0 -158 294 -111 294 -293c0 -70 -44 -140 -154 -145l-1 -38c66 7 108 -28 108 -78c0 -56 -42 -85 -89 -85c-55 0 -82 33 -86 48l19 10c6 -11 26 -34 67 -34c35 0 64 23 64 61c0 26 -21 54 -72 55h-36l1 61c-98 7 -148 83 -151 138l23 6c6 -58 55 -119 142 -119
243
- c94 0 140 54 140 120c0 162 -294 113 -294 292c0 76 71 133 159 133c87 0 151 -56 160 -130l-23 -6c-9 70 -71 111 -136 111c-87 0 -135 -58 -135 -107z" />
244
- <glyph glyph-name="Scommaaccent" unicode="&#x218;" horiz-adv-x="470"
245
- d="M235 -5c-107 0 -162 80 -165 138l23 6c6 -58 55 -119 142 -119c94 0 140 54 140 120c0 162 -294 113 -294 292c0 76 71 133 159 133c87 0 151 -56 160 -130l-23 -6c-9 70 -71 111 -136 111c-87 0 -135 -58 -135 -107c0 -158 294 -111 294 -293c0 -72 -47 -145 -165 -145z
246
- M216 -213l-26 3l32 168l22 -2z" />
247
- <glyph glyph-name="T" unicode="T" horiz-adv-x="354"
248
- d="M339 560v-24h-150v-536h-25v536h-149v24h324z" />
249
- <glyph glyph-name="Tbar" unicode="&#x166;" horiz-adv-x="354"
250
- d="M269 703v-23h-185v23h185zM339 560v-24h-150v-536h-25v536h-149v24h324z" />
251
- <glyph glyph-name="Tcaron" unicode="&#x164;" horiz-adv-x="354"
252
- d="M280 747l-103 -103l-103 103l19 17l83 -85l85 85zM339 560v-24h-150v-536h-25v536h-149v24h324z" />
253
- <glyph glyph-name="uni0162" unicode="&#x162;" horiz-adv-x="354"
254
- d="M189 0l-1 -43c66 7 108 -28 108 -78c0 -56 -42 -85 -89 -85c-55 0 -82 33 -86 48l19 10c6 -11 26 -34 67 -34c35 0 64 23 64 61c0 26 -21 54 -72 55h-36l1 76v526h-149v24h324v-24h-150v-536z" />
255
- <glyph glyph-name="uni021A" unicode="&#x21a;" horiz-adv-x="354"
256
- d="M339 560v-24h-150v-536h-25v536h-149v24h324zM133 -210l32 168l22 -2l-28 -169z" />
257
- <glyph glyph-name="U" unicode="U" horiz-adv-x="575"
258
- d="M287 -5c-112 0 -193 87 -192 213l4 351l24 2l-3 -353c-1 -112 70 -187 167 -187c102 0 167 75 167 187v352h25l1 -352c0 -126 -77 -213 -193 -213z" />
259
- <glyph glyph-name="Uacute" unicode="&#xda;" horiz-adv-x="575"
260
- d="M269 633l-13 18l151 114l19 -25zM287 -5c-112 0 -193 87 -192 213l4 351l24 2l-3 -353c-1 -112 70 -187 167 -187c102 0 167 75 167 187v352h25l1 -352c0 -126 -77 -213 -193 -213z" />
261
- <glyph glyph-name="uni01D3" unicode="&#x1d3;" horiz-adv-x="575"
262
- d="M390 727l-103 -103l-103 103l19 17l83 -85l85 85zM479 560l1 -352c0 -126 -77 -213 -193 -213c-112 0 -193 87 -192 213l4 351l24 2l-3 -353c-1 -112 70 -187 167 -187c102 0 167 75 167 187v352h25z" />
263
- <glyph glyph-name="Ucircumflex" unicode="&#xdb;" horiz-adv-x="575"
264
- d="M286 711l-83 -85l-19 17l103 103l103 -103l-19 -17zM479 560l1 -352c0 -126 -77 -213 -193 -213c-112 0 -193 87 -192 213l4 351l24 2l-3 -353c-1 -112 70 -187 167 -187c102 0 167 75 167 187v352h25z" />
265
- <glyph glyph-name="Udieresis" unicode="&#xdc;" horiz-adv-x="575"
266
- d="M209 655c-17 0 -29 12 -29 29c0 18 12 30 29 30c18 0 30 -12 30 -30c0 -17 -12 -29 -30 -29zM354 654c-17 0 -29 12 -29 29c0 18 12 30 29 30c18 0 30 -12 30 -30c0 -17 -12 -29 -30 -29zM287 -5c-112 0 -193 87 -192 213l4 351l24 2l-3 -353c-1 -112 70 -187 167 -187
267
- c102 0 167 75 167 187v352h25l1 -352c0 -126 -77 -213 -193 -213z" />
268
- <glyph glyph-name="Ugrave" unicode="&#xd9;" horiz-adv-x="575"
269
- d="M304 633l-157 107l19 25l151 -114zM287 -5c-112 0 -193 87 -192 213l4 351l24 2l-3 -353c-1 -112 70 -187 167 -187c102 0 167 75 167 187v352h25l1 -352c0 -126 -77 -213 -193 -213z" />
270
- <glyph glyph-name="Uhungarumlaut" unicode="&#x170;" horiz-adv-x="575"
271
- d="M228 618l-22 2l16 190l26 -3zM348 618l-22 2l16 190l26 -3zM287 -5c-112 0 -193 87 -192 213l4 351l24 2l-3 -353c-1 -112 70 -187 167 -187c102 0 167 75 167 187v352h25l1 -352c0 -126 -77 -213 -193 -213z" />
272
- <glyph glyph-name="Umacron" unicode="&#x16a;" horiz-adv-x="575"
273
- d="M194 660v23h185v-23h-185zM287 -5c-112 0 -193 87 -192 213l4 351l24 2l-3 -353c-1 -112 70 -187 167 -187c102 0 167 75 167 187v352h25l1 -352c0 -126 -77 -213 -193 -213z" />
274
- <glyph glyph-name="Uogonek" unicode="&#x172;" horiz-adv-x="575"
275
- d="M371 13c-48 -41 -66 -62 -84 -90c-44 -71 27 -125 76 -63l19 -14c-60 -77 -173 -18 -118 82c16 28 39 51 61 70c-12 -2 -25 -3 -38 -3c-112 0 -193 87 -192 213l4 351l24 2l-3 -353c-1 -112 70 -187 167 -187c102 0 167 75 167 187v352h25l1 -352
276
- c0 -92 -41 -163 -109 -195z" />
277
- <glyph glyph-name="Uring" unicode="&#x16e;" horiz-adv-x="575"
278
- d="M288 626c-35 0 -63 29 -63 62c0 35 28 62 63 62c33 0 60 -27 60 -62c0 -33 -27 -62 -60 -62zM288 651c21 0 35 17 35 37c0 21 -14 39 -35 39s-38 -18 -38 -39c0 -20 17 -37 38 -37zM287 -5c-112 0 -193 87 -192 213l4 351l24 2l-3 -353c-1 -112 70 -187 167 -187
279
- c102 0 167 75 167 187v352h25l1 -352c0 -126 -77 -213 -193 -213z" />
280
- <glyph glyph-name="V" unicode="V" horiz-adv-x="442"
281
- d="M397 561l25 -1l-189 -560h-24l-189 560l25 2l176 -513z" />
282
- <glyph glyph-name="W" unicode="W" horiz-adv-x="677"
283
- d="M627 561l25 -1l-139 -560h-25l-149 492l-150 -492h-25l-139 560l25 1l127 -510l149 489h25l149 -488z" />
284
- <glyph glyph-name="Wacute" unicode="&#x1e82;" horiz-adv-x="677"
285
- d="M478 760l-157 -107l-13 18l151 114zM627 561l25 -1l-139 -560h-25l-149 492l-150 -492h-25l-139 560l25 1l127 -510l149 489h25l149 -488z" />
286
- <glyph glyph-name="Wcircumflex" unicode="&#x174;" horiz-adv-x="677"
287
- d="M338 731l-83 -85l-19 17l103 103l103 -103l-19 -17zM627 561l25 -1l-139 -560h-25l-149 492l-150 -492h-25l-139 560l25 1l127 -510l149 489h25l149 -488z" />
288
- <glyph glyph-name="Wdieresis" unicode="&#x1e84;" horiz-adv-x="677"
289
- d="M261 675c-17 0 -29 12 -29 29c0 18 12 30 29 30c18 0 30 -12 30 -30c0 -17 -12 -29 -30 -29zM406 674c-17 0 -29 12 -29 29c0 18 12 30 29 30c18 0 30 -12 30 -30c0 -17 -12 -29 -30 -29zM627 561l25 -1l-139 -560h-25l-149 492l-150 -492h-25l-139 560l25 1l127 -510
290
- l149 489h25l149 -488z" />
291
- <glyph glyph-name="Wgrave" unicode="&#x1e80;" horiz-adv-x="677"
292
- d="M369 671l-13 -18l-157 107l19 25zM627 561l25 -1l-139 -560h-25l-149 492l-150 -492h-25l-139 560l25 1l127 -510l149 489h25l149 -488z" />
293
- <glyph glyph-name="X" unicode="X" horiz-adv-x="487"
294
- d="M462 0h-30l-188 264l-189 -264h-30l202 287l-192 272l30 2l178 -253l181 258l30 -2l-195 -278z" />
295
- <glyph glyph-name="Y" unicode="Y" horiz-adv-x="403"
296
- d="M383 560l-169 -317v-243h-25v243l-169 317l25 1l156 -289h1l156 289z" />
297
- <glyph glyph-name="Yacute" unicode="&#xdd;" horiz-adv-x="403"
298
- d="M341 740l-157 -107l-13 18l151 114zM383 560l-169 -317v-243h-25v243l-169 317l25 1l156 -289h1l156 289z" />
299
- <glyph glyph-name="Ycircumflex" unicode="&#x176;" horiz-adv-x="403"
300
- d="M201 711l-83 -85l-19 17l103 103l103 -103l-19 -17zM383 560l-169 -317v-243h-25v243l-169 317l25 1l156 -289h1l156 289z" />
301
- <glyph glyph-name="Ydieresis" unicode="&#x178;" horiz-adv-x="403"
302
- d="M124 655c-17 0 -29 12 -29 29c0 18 12 30 29 30c18 0 30 -12 30 -30c0 -17 -12 -29 -30 -29zM269 654c-17 0 -29 12 -29 29c0 18 12 30 29 30c18 0 30 -12 30 -30c0 -17 -12 -29 -30 -29zM383 560l-169 -317v-243h-25v243l-169 317l25 1l156 -289h1l156 289z" />
303
- <glyph glyph-name="Ygrave" unicode="&#x1ef2;" horiz-adv-x="403"
304
- d="M232 651l-13 -18l-157 107l19 25zM383 560l-169 -317v-243h-25v243l-169 317l25 1l156 -289h1l156 289z" />
305
- <glyph glyph-name="Z" unicode="Z" horiz-adv-x="391"
306
- d="M54 22h307v-22h-331v28l308 508h-307v22h329v-31z" />
307
- <glyph glyph-name="Zacute" unicode="&#x179;" horiz-adv-x="391"
308
- d="M335 760l-157 -107l-13 18l151 114zM54 22h307v-22h-331v28l308 508h-307v22h329v-31z" />
309
- <glyph glyph-name="Zcaron" unicode="&#x17d;" horiz-adv-x="391"
310
- d="M299 747l-103 -103l-103 103l19 17l83 -85l85 85zM54 22h307v-22h-331v28l308 508h-307v22h329v-31z" />
311
- <glyph glyph-name="Zdotaccent" unicode="&#x17b;" horiz-adv-x="391"
312
- d="M195 657c-16 0 -28 11 -28 28s12 28 28 28c17 0 29 -11 29 -28s-12 -28 -29 -28zM54 22h307v-22h-331v28l308 508h-307v22h329v-31z" />
313
- <glyph glyph-name="B.ss01" horiz-adv-x="513"
314
- d="M110 0v555l169 10c81 5 147 -50 147 -138c0 -73 -31 -107 -62 -129c52 -13 99 -63 99 -142c0 -97 -72 -156 -166 -156h-187zM136 304h147c80 0 117 59 117 123c0 73 -60 112 -117 112l-147 -9v-226zM136 26h161c80 0 140 51 140 130c0 66 -39 122 -123 122h-178v-252z
315
- " />
316
- <glyph glyph-name="D.ss01" horiz-adv-x="559"
317
- d="M110 0v556l141 9c91 6 238 -66 238 -285c0 -263 -179 -280 -252 -280h-127zM136 26h102c125 0 225 65 225 254c0 186 -122 265 -208 259c-40 -3 -79 -5 -119 -8v-505z" />
318
- <glyph glyph-name="P.ss01" horiz-adv-x="478"
319
- d="M262 564c63 0 166 -33 166 -189c0 -121 -95 -181 -169 -181h-123v-194h-26v556c51 3 101 5 152 8zM136 220h119c75 0 147 59 147 159c0 116 -70 159 -144 159l-122 -6v-312z" />
320
- <glyph glyph-name="R.ss01" horiz-adv-x="478"
321
- d="M428 375c0 -93 -56 -150 -116 -171l106 -204h-30l-102 197c-9 -2 -18 -3 -27 -3h-123v-194h-26v556c51 3 101 5 152 8c63 0 166 -33 166 -189zM255 220c75 0 147 58 147 159c0 116 -70 159 -144 159l-122 -6v-312h119z" />
322
- <glyph glyph-name="a" unicode="a" horiz-adv-x="482"
323
- d="M382 115c0 -54 11 -90 75 -90v-25c-54 0 -82 22 -94 63c-40 -33 -77 -57 -119 -63c-112 -17 -189 75 -189 225c0 133 76 251 205 220c34 -9 64 -33 98 -64v63l25 -2v-85zM233 25c45 5 80 28 125 66c-1 7 -1 15 -1 24l1 233c-32 31 -66 63 -107 73
324
- c-101 22 -170 -73 -170 -196c0 -135 64 -209 152 -200z" />
325
- <glyph glyph-name="aacute" unicode="&#xe1;" horiz-adv-x="482"
326
- d="M381 640l-157 -107l-13 18l151 114zM382 115c0 -54 11 -90 75 -90v-25c-54 0 -82 22 -94 63c-40 -33 -77 -57 -119 -63c-112 -17 -189 75 -189 225c0 133 76 251 205 220c34 -9 64 -33 98 -64v63l25 -2v-85zM233 25c45 5 80 28 125 66c-1 7 -1 15 -1 24l1 233
327
- c-32 31 -66 63 -107 73c-101 22 -170 -73 -170 -196c0 -135 64 -209 152 -200z" />
328
- <glyph glyph-name="abreve" unicode="&#x103;" horiz-adv-x="482"
329
- d="M242 547c-46 0 -80 27 -105 58l21 17c11 -17 39 -50 84 -50c42 0 71 31 84 50l21 -17c-26 -31 -58 -58 -105 -58zM382 115c0 -54 11 -90 75 -90v-25c-54 0 -82 22 -94 63c-40 -33 -77 -57 -119 -63c-112 -17 -189 75 -189 225c0 133 76 251 205 220c34 -9 64 -33 98 -64
330
- v63l25 -2v-85zM233 25c45 5 80 28 125 66c-1 7 -1 15 -1 24l1 233c-32 31 -66 63 -107 73c-101 22 -170 -73 -170 -196c0 -135 64 -209 152 -200z" />
331
- <glyph glyph-name="uni01CE" unicode="&#x1ce;" horiz-adv-x="482"
332
- d="M345 627l-103 -103l-103 103l19 17l83 -85l85 85zM382 115c0 -54 11 -90 75 -90v-25c-54 0 -82 22 -94 63c-40 -33 -77 -57 -119 -63c-112 -17 -189 75 -189 225c0 133 76 251 205 220c34 -9 64 -33 98 -64v63l25 -2v-85zM233 25c45 5 80 28 125 66c-1 7 -1 15 -1 24
333
- l1 233c-32 31 -66 63 -107 73c-101 22 -170 -73 -170 -196c0 -135 64 -209 152 -200z" />
334
- <glyph glyph-name="acircumflex" unicode="&#xe2;" horiz-adv-x="482"
335
- d="M241 611l-83 -85l-19 17l103 103l103 -103l-19 -17zM382 115c0 -54 11 -90 75 -90v-25c-54 0 -82 22 -94 63c-40 -33 -77 -57 -119 -63c-112 -17 -189 75 -189 225c0 133 76 251 205 220c34 -9 64 -33 98 -64v63l25 -2v-85zM233 25c45 5 80 28 125 66c-1 7 -1 15 -1 24
336
- l1 233c-32 31 -66 63 -107 73c-101 22 -170 -73 -170 -196c0 -135 64 -209 152 -200z" />
337
- <glyph glyph-name="adieresis" unicode="&#xe4;" horiz-adv-x="482"
338
- d="M164 555c-17 0 -29 12 -29 29c0 18 12 30 29 30c18 0 30 -12 30 -30c0 -17 -12 -29 -30 -29zM309 554c-17 0 -29 12 -29 29c0 18 12 30 29 30c18 0 30 -12 30 -30c0 -17 -12 -29 -30 -29zM382 115c0 -54 11 -90 75 -90v-25c-54 0 -82 22 -94 63c-40 -33 -77 -57 -119 -63
339
- c-112 -17 -189 75 -189 225c0 133 76 251 205 220c34 -9 64 -33 98 -64v63l25 -2v-85zM233 25c45 5 80 28 125 66c-1 7 -1 15 -1 24l1 233c-32 31 -66 63 -107 73c-101 22 -170 -73 -170 -196c0 -135 64 -209 152 -200z" />
340
- <glyph glyph-name="agrave" unicode="&#xe0;" horiz-adv-x="482"
341
- d="M272 551l-13 -18l-157 107l19 25zM382 115c0 -54 11 -90 75 -90v-25c-54 0 -82 22 -94 63c-40 -33 -77 -57 -119 -63c-112 -17 -189 75 -189 225c0 133 76 251 205 220c34 -9 64 -33 98 -64v63l25 -2v-85zM233 25c45 5 80 28 125 66c-1 7 -1 15 -1 24l1 233
342
- c-32 31 -66 63 -107 73c-101 22 -170 -73 -170 -196c0 -135 64 -209 152 -200z" />
343
- <glyph glyph-name="amacron" unicode="&#x101;" horiz-adv-x="482"
344
- d="M334 583v-23h-185v23h185zM382 115c0 -54 11 -90 75 -90v-25c-54 0 -82 22 -94 63c-40 -33 -77 -57 -119 -63c-112 -17 -189 75 -189 225c0 133 76 251 205 220c34 -9 64 -33 98 -64v63l25 -2v-85zM233 25c45 5 80 28 125 66c-1 7 -1 15 -1 24l1 233
345
- c-32 31 -66 63 -107 73c-101 22 -170 -73 -170 -196c0 -135 64 -209 152 -200z" />
346
- <glyph glyph-name="aogonek" unicode="&#x105;" horiz-adv-x="482"
347
- d="M445 -155l19 -14c-60 -77 -173 -18 -118 82c21 38 56 67 84 89c-37 7 -58 28 -67 61c-40 -33 -77 -57 -119 -63c-112 -17 -189 75 -189 225c0 133 76 251 205 220c34 -9 64 -33 98 -64v63l25 -2v-85l-1 -242c0 -54 11 -90 75 -90v-25h-1c-50 -42 -69 -63 -87 -92
348
- c-44 -71 27 -125 76 -63zM233 25c45 5 80 28 125 66c-1 7 -1 15 -1 24l1 233c-32 31 -66 63 -107 73c-101 22 -170 -73 -170 -196c0 -135 64 -209 152 -200z" />
349
- <glyph glyph-name="aring" unicode="&#xe5;" horiz-adv-x="482"
350
- d="M243 526c-35 0 -63 29 -63 62c0 35 28 62 63 62c33 0 60 -27 60 -62c0 -33 -27 -62 -60 -62zM243 627c-21 0 -38 -18 -38 -39c0 -20 17 -37 38 -37s35 17 35 37c0 21 -14 39 -35 39zM382 115c0 -54 11 -90 75 -90v-25c-54 0 -82 22 -94 63c-40 -33 -77 -57 -119 -63
351
- c-112 -17 -189 75 -189 225c0 133 76 251 205 220c34 -9 64 -33 98 -64v63l25 -2v-85zM233 25c45 5 80 28 125 66c-1 7 -1 15 -1 24l1 233c-32 31 -66 63 -107 73c-101 22 -170 -73 -170 -196c0 -135 64 -209 152 -200z" />
352
- <glyph glyph-name="atilde" unicode="&#xe3;" horiz-adv-x="482"
353
- d="M189 590c-17 0 -23 -18 -31 -37l-22 10c8 24 22 54 55 54c34 0 68 -44 99 -44c19 0 27 10 35 34l23 -9c-6 -19 -19 -52 -58 -52c-41 1 -69 44 -101 44zM382 115c0 -54 11 -90 75 -90v-25c-54 0 -82 22 -94 63c-40 -33 -77 -57 -119 -63c-112 -17 -189 75 -189 225
354
- c0 133 76 251 205 220c34 -9 64 -33 98 -64v63l25 -2v-85zM233 25c45 5 80 28 125 66c-1 7 -1 15 -1 24l1 233c-32 31 -66 63 -107 73c-101 22 -170 -73 -170 -196c0 -135 64 -209 152 -200z" />
355
- <glyph glyph-name="ae" unicode="&#xe6;" horiz-adv-x="805"
356
- d="M749 219l-348 1v-8c0 -115 66 -192 165 -192c58 0 109 29 145 90l23 -8c-37 -68 -95 -107 -167 -107c-85 0 -150 51 -177 133v-128h-25v61c-39 -32 -75 -55 -116 -61c-112 -17 -189 75 -189 225c0 133 76 251 205 220c34 -9 66 -34 100 -66v61h25v-132
357
- c28 84 97 137 177 137c93 0 183 -75 183 -197c0 -10 0 -19 -1 -29zM238 25c45 5 81 28 127 67v254c-33 32 -67 65 -109 75c-101 22 -170 -73 -170 -196c0 -135 64 -209 152 -200zM567 421c-91 0 -166 -87 -166 -176h324c0 102 -72 176 -158 176z" />
358
- <glyph glyph-name="b" unicode="b" horiz-adv-x="478"
359
- d="M246 445c112 10 177 -97 177 -220c0 -150 -76 -236 -182 -225c-35 3 -74 22 -116 54v-54h-25v597l25 1v-217c39 35 82 61 121 64zM242 25c93 -8 155 65 155 200c0 113 -58 203 -152 195c-37 -3 -82 -36 -120 -72v-265c46 -36 85 -55 117 -58z" />
360
- <glyph glyph-name="c" unicode="c" horiz-adv-x="456"
361
- d="M244 -5c-101 0 -189 88 -189 216v18c0 128 88 216 189 216c85 0 140 -64 157 -107l-21 -11c-13 36 -61 94 -136 94c-87 0 -164 -77 -164 -192v-18c0 -114 77 -191 163 -191c76 0 124 57 138 93l20 -11c-17 -44 -72 -107 -157 -107z" />
362
- <glyph glyph-name="cacute" unicode="&#x107;" horiz-adv-x="456"
363
- d="M223 543l-13 18l151 114l19 -25zM244 -5c-101 0 -189 88 -189 216v18c0 128 88 216 189 216c85 0 140 -64 157 -107l-21 -11c-13 36 -61 94 -136 94c-87 0 -164 -77 -164 -192v-18c0 -114 77 -191 163 -191c76 0 124 57 138 93l20 -11c-17 -44 -72 -107 -157 -107z" />
364
- <glyph glyph-name="ccaron" unicode="&#x10d;" horiz-adv-x="456"
365
- d="M344 637l-103 -103l-103 103l19 17l83 -85l85 85zM243 20c76 0 124 57 138 93l20 -11c-17 -44 -72 -107 -157 -107c-101 0 -189 88 -189 216v18c0 128 88 216 189 216c85 0 140 -64 157 -107l-21 -11c-13 36 -61 94 -136 94c-87 0 -164 -77 -164 -192v-18
366
- c0 -114 77 -191 163 -191z" />
367
- <glyph glyph-name="ccedilla" unicode="&#xe7;" horiz-adv-x="456"
368
- d="M243 20c76 0 124 57 138 93l20 -11c-17 -44 -72 -107 -157 -107h-1l-1 -38c66 7 108 -28 108 -78c0 -56 -42 -85 -89 -85c-55 0 -82 33 -86 48l19 10c6 -11 26 -34 67 -34c35 0 64 23 64 61c0 26 -21 54 -72 55h-36l1 63c-90 14 -163 97 -163 214v18
369
- c0 128 88 216 189 216c85 0 140 -64 157 -107l-21 -11c-13 36 -61 94 -136 94c-87 0 -164 -77 -164 -192v-18c0 -114 77 -191 163 -191z" />
370
- <glyph glyph-name="cdotaccent" unicode="&#x10b;" horiz-adv-x="456"
371
- d="M240 547c-16 0 -28 11 -28 28s12 28 28 28c17 0 29 -11 29 -28s-12 -28 -29 -28zM244 -5c-101 0 -189 88 -189 216v18c0 128 88 216 189 216c85 0 140 -64 157 -107l-21 -11c-13 36 -61 94 -136 94c-87 0 -164 -77 -164 -192v-18c0 -114 77 -191 163 -191
372
- c76 0 124 57 138 93l20 -11c-17 -44 -72 -107 -157 -107z" />
373
- <glyph glyph-name="d" unicode="d" horiz-adv-x="483"
374
- d="M358 598l25 -1v-597h-24l-1 48v11c-38 -31 -74 -53 -114 -59c-112 -17 -189 75 -189 225c0 133 76 251 205 220c34 -9 64 -33 98 -64v217zM233 25c45 5 80 28 125 65v258c-32 31 -66 63 -107 73c-101 22 -170 -73 -170 -196c0 -135 64 -209 152 -200z" />
375
- <glyph glyph-name="eth" unicode="&#xf0;" horiz-adv-x="521"
376
- d="M461 329c0 -82 -17 -187 -74 -257c-36 -49 -90 -77 -148 -77h-8h-4c-101 7 -182 97 -182 225c0 134 88 225 194 225c95 0 178 -76 192 -190c3 25 4 50 4 72c0 131 -47 236 -119 307l-72 -66l-15 19l69 63c-31 28 -66 49 -104 64l13 19c39 -16 76 -38 109 -67l52 48
377
- l15 -18l-50 -46c78 -75 128 -186 128 -321zM70 220c0 -119 77 -200 168 -200c93 0 170 81 170 200c0 120 -77 201 -169 201s-169 -81 -169 -201z" />
378
- <glyph glyph-name="dcaron" unicode="&#x10f;" horiz-adv-x="483"
379
- d="M486 600l28 -3l-19 -209l-21 2zM358 381v217l25 -1v-597h-24l-1 48v11c-38 -31 -74 -53 -114 -59c-112 -17 -189 75 -189 225c0 133 76 251 205 220c34 -9 64 -33 98 -64zM233 25c45 5 80 28 125 65v258c-32 31 -66 63 -107 73c-101 22 -170 -73 -170 -196
380
- c0 -135 64 -209 152 -200z" />
381
- <glyph glyph-name="dcroat" unicode="&#x111;" horiz-adv-x="463"
382
- d="M427 526v-23h-44v-503h-24l-1 48v11c-38 -31 -74 -53 -114 -59c-112 -17 -189 75 -189 225c0 133 76 251 205 220c34 -9 64 -33 98 -64v122h-101v23h101v72l25 -1v-71h44zM233 25c45 5 80 28 125 65v258c-32 31 -66 63 -107 73c-101 22 -170 -73 -170 -196
383
- c0 -135 64 -209 152 -200z" />
384
- <glyph glyph-name="e" unicode="e" horiz-adv-x="484"
385
- d="M246 -5c-114 0 -191 91 -191 225c0 133 86 225 191 225c93 0 183 -75 183 -197c0 -10 0 -19 -1 -29l-348 1v-8c0 -115 66 -192 165 -192c58 0 109 29 145 90l23 -8c-37 -68 -95 -107 -167 -107zM80 245h324c0 102 -72 176 -158 176c-91 0 -166 -87 -166 -176z" />
386
- <glyph glyph-name="eacute" unicode="&#xe9;" horiz-adv-x="484"
387
- d="M223 533l-13 18l151 114l19 -25zM246 -5c-114 0 -191 91 -191 225c0 133 86 225 191 225c93 0 183 -75 183 -197c0 -10 0 -19 -1 -29l-348 1v-8c0 -115 66 -192 165 -192c58 0 109 29 145 90l23 -8c-37 -68 -95 -107 -167 -107zM80 245h324c0 102 -72 176 -158 176
388
- c-91 0 -166 -87 -166 -176z" />
389
- <glyph glyph-name="ecaron" unicode="&#x11b;" horiz-adv-x="484"
390
- d="M344 627l-103 -103l-103 103l19 17l83 -85l85 85zM428 219l-348 1v-8c0 -115 66 -192 165 -192c58 0 109 29 145 90l23 -8c-37 -68 -95 -107 -167 -107c-114 0 -191 91 -191 225c0 133 86 225 191 225c93 0 183 -75 183 -197c0 -10 0 -19 -1 -29zM246 421
391
- c-91 0 -166 -87 -166 -176h324c0 102 -72 176 -158 176z" />
392
- <glyph glyph-name="ecircumflex" unicode="&#xea;" horiz-adv-x="484"
393
- d="M240 611l-83 -85l-19 17l103 103l103 -103l-19 -17zM428 219l-348 1v-8c0 -115 66 -192 165 -192c58 0 109 29 145 90l23 -8c-37 -68 -95 -107 -167 -107c-114 0 -191 91 -191 225c0 133 86 225 191 225c93 0 183 -75 183 -197c0 -10 0 -19 -1 -29zM246 421
394
- c-91 0 -166 -87 -166 -176h324c0 102 -72 176 -158 176z" />
395
- <glyph glyph-name="edieresis" unicode="&#xeb;" horiz-adv-x="484"
396
- d="M163 555c-17 0 -29 12 -29 29c0 18 12 30 29 30c18 0 30 -12 30 -30c0 -17 -12 -29 -30 -29zM308 554c-17 0 -29 12 -29 29c0 18 12 30 29 30c18 0 30 -12 30 -30c0 -17 -12 -29 -30 -29zM246 -5c-114 0 -191 91 -191 225c0 133 86 225 191 225c93 0 183 -75 183 -197
397
- c0 -10 0 -19 -1 -29l-348 1v-8c0 -115 66 -192 165 -192c58 0 109 29 145 90l23 -8c-37 -68 -95 -107 -167 -107zM80 245h324c0 102 -72 176 -158 176c-91 0 -166 -87 -166 -176z" />
398
- <glyph glyph-name="edotaccent" unicode="&#x117;" horiz-adv-x="484"
399
- d="M240 537c-16 0 -28 11 -28 28s12 28 28 28c17 0 29 -11 29 -28s-12 -28 -29 -28zM246 -5c-114 0 -191 91 -191 225c0 133 86 225 191 225c93 0 183 -75 183 -197c0 -10 0 -19 -1 -29l-348 1v-8c0 -115 66 -192 165 -192c58 0 109 29 145 90l23 -8
400
- c-37 -68 -95 -107 -167 -107zM80 245h324c0 102 -72 176 -158 176c-91 0 -166 -87 -166 -176z" />
401
- <glyph glyph-name="egrave" unicode="&#xe8;" horiz-adv-x="484"
402
- d="M258 533l-157 107l19 25l151 -114zM246 -5c-114 0 -191 91 -191 225c0 133 86 225 191 225c93 0 183 -75 183 -197c0 -10 0 -19 -1 -29l-348 1v-8c0 -115 66 -192 165 -192c58 0 109 29 145 90l23 -8c-37 -68 -95 -107 -167 -107zM80 245h324c0 102 -72 176 -158 176
403
- c-91 0 -166 -87 -166 -176z" />
404
- <glyph glyph-name="emacron" unicode="&#x113;" horiz-adv-x="484"
405
- d="M148 560v23h185v-23h-185zM246 -5c-114 0 -191 91 -191 225c0 133 86 225 191 225c93 0 183 -75 183 -197c0 -10 0 -19 -1 -29l-348 1v-8c0 -115 66 -192 165 -192c58 0 109 29 145 90l23 -8c-37 -68 -95 -107 -167 -107zM80 245h324c0 102 -72 176 -158 176
406
- c-91 0 -166 -87 -166 -176z" />
407
- <glyph glyph-name="eogonek" unicode="&#x119;" horiz-adv-x="484"
408
- d="M428 219l-348 1v-8c0 -115 66 -192 165 -192c58 0 109 29 145 90l23 -8c-18 -34 -42 -60 -70 -78c-50 -43 -69 -64 -87 -93c-44 -71 27 -125 76 -63l19 -14c-60 -77 -173 -18 -118 82c14 25 33 46 53 63c-13 -3 -26 -4 -40 -4c-114 0 -191 91 -191 225
409
- c0 133 86 225 191 225c93 0 183 -75 183 -197c0 -10 0 -19 -1 -29zM246 421c-91 0 -166 -87 -166 -176h324c0 102 -72 176 -158 176z" />
410
- <glyph glyph-name="f" unicode="f" horiz-adv-x="262"
411
- d="M216 579c-45 0 -81 -36 -81 -80v-79h106v-24h-106v-396h-25v396h-60v24h60v79c0 58 48 105 106 105c21 0 40 -4 56 -10l-8 -23c-10 4 -21 8 -48 8z" />
412
- <glyph glyph-name="g" unicode="g" horiz-adv-x="506"
413
- d="M461 432l-2 -24l-122 9c56 -36 96 -104 96 -187c0 -56 -18 -106 -47 -143c22 -29 40 -62 40 -113c-1 -104 -76 -179 -189 -179c-80 0 -139 37 -167 66l16 19c24 -26 78 -60 151 -60c97 0 163 69 163 154c0 45 -13 70 -31 94c-34 -33 -78 -53 -125 -53
414
- c-101 0 -189 90 -189 215s88 215 189 215c7 0 13 0 20 -1zM408 230c0 112 -77 191 -164 191s-164 -79 -164 -191c0 -111 77 -190 163 -190c88 0 165 79 165 190z" />
415
- <glyph glyph-name="gbreve" unicode="&#x11f;" horiz-adv-x="506"
416
- d="M249 547c-46 0 -80 27 -105 58l21 17c11 -17 39 -50 84 -50c42 0 71 31 84 50l21 -17c-26 -31 -58 -58 -105 -58zM461 432l-2 -24l-122 9c56 -36 96 -104 96 -187c0 -56 -18 -106 -47 -143c22 -29 40 -62 40 -113c-1 -104 -76 -179 -189 -179c-80 0 -139 37 -167 66
417
- l16 19c24 -26 78 -60 151 -60c97 0 163 69 163 154c0 45 -13 70 -31 94c-34 -33 -78 -53 -125 -53c-101 0 -189 90 -189 215s88 215 189 215c7 0 13 0 20 -1zM408 230c0 112 -77 191 -164 191s-164 -79 -164 -191c0 -111 77 -190 163 -190c88 0 165 79 165 190z" />
418
- <glyph glyph-name="gcommaaccent" unicode="&#x123;" horiz-adv-x="506"
419
- d="M277 684l-34 -178l-22 2l30 179zM461 432l-2 -24l-122 9c56 -36 96 -104 96 -187c0 -56 -18 -106 -47 -143c22 -29 40 -62 40 -113c-1 -104 -76 -179 -189 -179c-80 0 -139 37 -167 66l16 19c24 -26 78 -60 151 -60c97 0 163 69 163 154c0 45 -13 70 -31 94
420
- c-34 -33 -78 -53 -125 -53c-101 0 -189 90 -189 215s88 215 189 215c7 0 13 0 20 -1zM408 230c0 112 -77 191 -164 191s-164 -79 -164 -191c0 -111 77 -190 163 -190c88 0 165 79 165 190z" />
421
- <glyph glyph-name="gdotaccent" unicode="&#x121;" horiz-adv-x="506"
422
- d="M248 537c-16 0 -28 11 -28 28s12 28 28 28c17 0 29 -11 29 -28s-12 -28 -29 -28zM461 432l-2 -24l-122 9c56 -36 96 -104 96 -187c0 -56 -18 -106 -47 -143c22 -29 40 -62 40 -113c-1 -104 -76 -179 -189 -179c-80 0 -139 37 -167 66l16 19c24 -26 78 -60 151 -60
423
- c97 0 163 69 163 154c0 45 -13 70 -31 94c-34 -33 -78 -53 -125 -53c-101 0 -189 90 -189 215s88 215 189 215c7 0 13 0 20 -1zM408 230c0 112 -77 191 -164 191s-164 -79 -164 -191c0 -111 77 -190 163 -190c88 0 165 79 165 190z" />
424
- <glyph glyph-name="h" unicode="h" horiz-adv-x="526"
425
- d="M255 445c102 15 176 -54 176 -155v-290h-25v285c0 96 -66 148 -152 135c-49 -8 -97 -47 -129 -91v-329h-25v594l25 2v-230c34 40 80 71 130 79z" />
426
- <glyph glyph-name="hbar" unicode="&#x127;" horiz-adv-x="506"
427
- d="M255 445c102 15 176 -54 176 -155v-290h-25v285c0 96 -66 148 -152 135c-49 -8 -97 -47 -129 -91v-329h-25v506h-58v23h58v65l25 2v-67h87v-23h-87v-140c34 40 80 71 130 79z" />
428
- <glyph glyph-name="i" unicode="i" horiz-adv-x="225"
429
- d="M112 508c-16 0 -28 11 -28 28s12 28 28 28c17 0 29 -11 29 -28s-12 -28 -29 -28zM100 0v439l25 2v-441h-25z" />
430
- <glyph glyph-name="dotlessi" unicode="&#x131;" horiz-adv-x="225"
431
- d="M100 0v439l25 2v-441h-25z" />
432
- <glyph glyph-name="iacute" unicode="&#xed;" horiz-adv-x="225"
433
- d="M95 504l-13 18l151 114l19 -25zM100 0v439l25 2v-441h-25z" />
434
- <glyph glyph-name="uni01D0" unicode="&#x1d0;" horiz-adv-x="225"
435
- d="M216 598l-103 -103l-103 103l19 17l83 -85l85 85zM100 0v439l25 2v-441h-25z" />
436
- <glyph glyph-name="icircumflex" unicode="&#xee;" horiz-adv-x="225"
437
- d="M113 617l103 -103l-19 -17l-85 85l-83 -85l-19 17zM100 0v439l25 2v-441h-25z" />
438
- <glyph glyph-name="idieresis" unicode="&#xef;" horiz-adv-x="225"
439
- d="M35 526c-17 0 -29 12 -29 29c0 18 12 30 29 30c18 0 30 -12 30 -30c0 -17 -12 -29 -30 -29zM180 525c-17 0 -29 12 -29 29c0 18 12 30 29 30c18 0 30 -12 30 -30c0 -17 -12 -29 -30 -29zM100 0v439l25 2v-441h-25z" />
440
- <glyph glyph-name="i.loclTRK" horiz-adv-x="225"
441
- d="M112 508c-16 0 -28 11 -28 28s12 28 28 28c17 0 29 -11 29 -28s-12 -28 -29 -28zM100 0v439l25 2v-441h-25z" />
442
- <glyph glyph-name="igrave" unicode="&#xec;" horiz-adv-x="225"
443
- d="M130 504l-157 107l19 25l151 -114zM100 0v439l25 2v-441h-25z" />
444
- <glyph glyph-name="ij" unicode="&#x133;" horiz-adv-x="447"
445
- d="M335 519c-16 0 -28 11 -28 28s12 28 28 28c17 0 29 -11 29 -28s-12 -28 -29 -28zM112 508c-16 0 -28 11 -28 28s12 28 28 28c17 0 29 -11 29 -28s-12 -28 -29 -28zM100 0v439l25 2v-441h-25zM241 -205c-21 0 -40 4 -56 10l8 23c10 -4 21 -8 48 -8c45 0 81 26 81 110v508
446
- l25 2v-510c0 -98 -48 -135 -106 -135z" />
447
- <glyph glyph-name="imacron" unicode="&#x12b;" horiz-adv-x="225"
448
- d="M20 531v23h185v-23h-185zM100 0v439l25 2v-441h-25z" />
449
- <glyph glyph-name="iogonek" unicode="&#x12f;" horiz-adv-x="225"
450
- d="M112 564c17 0 29 -11 29 -28s-12 -28 -29 -28c-16 0 -28 11 -28 28s12 28 28 28zM37 -93c-44 -71 27 -125 76 -63l19 -14c-60 -77 -173 -18 -118 82c22 40 58 68 86 91v436l25 2v-441c-51 -43 -70 -64 -88 -93z" />
451
- <glyph glyph-name="j" unicode="j" horiz-adv-x="222"
452
- d="M110 519c-16 0 -28 11 -28 28s12 28 28 28c17 0 29 -11 29 -28s-12 -28 -29 -28zM16 -205c-21 0 -40 4 -56 10l8 23c10 -4 21 -8 48 -8c45 0 81 26 81 110v508l25 2v-510c0 -98 -48 -135 -106 -135z" />
453
- <glyph glyph-name="uni0237" unicode="&#x237;" horiz-adv-x="222"
454
- d="M16 -205c-21 0 -40 4 -56 10l8 23c10 -4 21 -8 48 -8c45 0 81 26 81 110v508l25 2v-510c0 -98 -48 -135 -106 -135z" />
455
- <glyph glyph-name="k" unicode="k" horiz-adv-x="449"
456
- d="M386 0l-145 274l-116 -132v-142h-25v559l25 3v-384l231 262h32l-130 -147l156 -293h-28z" />
457
- <glyph glyph-name="kcommaaccent" unicode="&#x137;" horiz-adv-x="449"
458
- d="M258 293l156 -293h-28l-145 274l-116 -132v-142h-25v559l25 3v-384l231 262h32zM193 -200l32 168l22 -2l-28 -169z" />
459
- <glyph glyph-name="l" unicode="l" horiz-adv-x="253"
460
- d="M195 0c-73 0 -100 41 -100 115l1 475l25 2l-1 -477c0 -54 11 -90 75 -90h28v-25h-28z" />
461
- <glyph glyph-name="lacute" unicode="&#x13a;" horiz-adv-x="350"
462
- d="M133 684l-13 18l151 114l19 -25zM225 0c-73 0 -100 41 -100 115l1 475l25 2l-1 -477c0 -54 11 -90 75 -90h28v-25h-28z" />
463
- <glyph glyph-name="lcaron" unicode="&#x13e;" horiz-adv-x="359"
464
- d="M195 0c-73 0 -100 41 -100 115l1 475l25 2l-1 -477c0 -54 11 -90 75 -90h28v-25h-28zM250 379l-21 2l12 210l28 -3z" />
465
- <glyph glyph-name="lcommaaccent" unicode="&#x13c;" horiz-adv-x="318"
466
- d="M195 0c-73 0 -100 41 -100 115l1 475l25 2l-1 -477c0 -54 11 -90 75 -90h28v-25h-28zM146 -205l-26 3l32 168l22 -2z" />
467
- <glyph glyph-name="ldot" unicode="&#x140;" horiz-adv-x="360"
468
- d="M195 0c-73 0 -100 41 -100 115l1 475l25 2l-1 -477c0 -54 11 -90 75 -90h28v-25h-28zM270 303c-17 0 -29 12 -29 29c0 18 12 30 29 30c18 0 30 -12 30 -30c0 -17 -12 -29 -30 -29z" />
469
- <glyph glyph-name="lslash" unicode="&#x142;" horiz-adv-x="268"
470
- d="M195 25h28v-25h-28c-73 0 -100 41 -100 115v162l-74 -74l-16 15l90 90l1 282l25 2l-1 -259l85 85l16 -16l-101 -100v-187c0 -54 11 -90 75 -90z" />
471
- <glyph glyph-name="m" unicode="m" horiz-adv-x="784"
472
- d="M518 445c102 15 176 -54 176 -155v-290h-25v285c0 96 -66 148 -152 135c-42 -7 -83 -36 -114 -72c4 -15 6 -31 6 -49v-299h-25v294c0 96 -58 142 -139 126c-46 -9 -88 -45 -121 -83l1 -337h-25v439l23 3l1 -69v-2c34 36 75 68 122 74c68 9 123 -18 148 -72
473
- c33 36 77 64 124 72z" />
474
- <glyph glyph-name="n" unicode="n" horiz-adv-x="525"
475
- d="M254 445c102 15 176 -54 176 -155v-290h-25v285c0 96 -66 148 -152 135c-48 -8 -96 -46 -128 -90v-330h-25v440l24 2l1 -75c34 39 79 70 129 78z" />
476
- <glyph glyph-name="nacute" unicode="&#x144;" horiz-adv-x="525"
477
- d="M405 640l-157 -107l-13 18l151 114zM254 445c102 15 176 -54 176 -155v-290h-25v285c0 96 -66 148 -152 135c-48 -8 -96 -46 -128 -90v-330h-25v440l24 2l1 -75c34 39 79 70 129 78z" />
478
- <glyph glyph-name="ncaron" unicode="&#x148;" horiz-adv-x="525"
479
- d="M369 627l-103 -103l-103 103l19 17l83 -85l85 85zM254 445c102 15 176 -54 176 -155v-290h-25v285c0 96 -66 148 -152 135c-48 -8 -96 -46 -128 -90v-330h-25v440l24 2l1 -75c34 39 79 70 129 78z" />
480
- <glyph glyph-name="ncommaaccent" unicode="&#x146;" horiz-adv-x="525"
481
- d="M254 445c102 15 176 -54 176 -155v-290h-25v285c0 96 -66 148 -152 135c-48 -8 -96 -46 -128 -90v-330h-25v440l24 2l1 -75c34 39 79 70 129 78zM216 -200l32 168l22 -2l-28 -169z" />
482
- <glyph glyph-name="eng" unicode="&#x14b;" horiz-adv-x="500"
483
- d="M254 445c102 15 176 -54 176 -155v-390c0 -78 -48 -115 -106 -115c-21 0 -40 4 -56 10l8 23c10 -4 21 -8 48 -8c45 0 81 26 81 90v385c0 96 -66 148 -152 135c-48 -8 -96 -46 -128 -90v-330h-25v440l24 2l1 -75c34 39 79 70 129 78z" />
484
- <glyph glyph-name="ntilde" unicode="&#xf1;" horiz-adv-x="525"
485
- d="M213 590c-17 0 -23 -18 -31 -37l-22 10c8 24 22 54 55 54c34 0 68 -44 99 -44c19 0 27 10 35 34l23 -9c-6 -19 -19 -52 -58 -52c-41 1 -69 44 -101 44zM254 445c102 15 176 -54 176 -155v-290h-25v285c0 96 -66 148 -152 135c-48 -8 -96 -46 -128 -90v-330h-25v440l24 2
486
- l1 -75c34 39 79 70 129 78z" />
487
- <glyph glyph-name="o" unicode="o" horiz-adv-x="498"
488
- d="M249 -5c-106 0 -194 88 -194 216v18c0 128 88 216 194 216c105 0 194 -88 194 -216v-18c0 -128 -89 -216 -194 -216zM248 20c93 0 170 77 170 191v18c0 115 -77 192 -169 192s-169 -77 -169 -192v-18c0 -114 77 -191 168 -191z" />
489
- <glyph glyph-name="oacute" unicode="&#xf3;" horiz-adv-x="498"
490
- d="M231 533l-13 18l151 114l19 -25zM249 -5c-106 0 -194 88 -194 216v18c0 128 88 216 194 216c105 0 194 -88 194 -216v-18c0 -128 -89 -216 -194 -216zM248 20c93 0 170 77 170 191v18c0 115 -77 192 -169 192s-169 -77 -169 -192v-18c0 -114 77 -191 168 -191z" />
491
- <glyph glyph-name="uni01D2" unicode="&#x1d2;" horiz-adv-x="498"
492
- d="M352 627l-103 -103l-103 103l19 17l83 -85l85 85zM249 445c105 0 194 -88 194 -216v-18c0 -128 -89 -216 -194 -216c-106 0 -194 88 -194 216v18c0 128 88 216 194 216zM418 211v18c0 115 -77 192 -169 192s-169 -77 -169 -192v-18c0 -114 77 -191 168 -191
493
- c93 0 170 77 170 191z" />
494
- <glyph glyph-name="ocircumflex" unicode="&#xf4;" horiz-adv-x="498"
495
- d="M248 611l-83 -85l-19 17l103 103l103 -103l-19 -17zM249 445c105 0 194 -88 194 -216v-18c0 -128 -89 -216 -194 -216c-106 0 -194 88 -194 216v18c0 128 88 216 194 216zM418 211v18c0 115 -77 192 -169 192s-169 -77 -169 -192v-18c0 -114 77 -191 168 -191
496
- c93 0 170 77 170 191z" />
497
- <glyph glyph-name="odieresis" unicode="&#xf6;" horiz-adv-x="498"
498
- d="M171 555c-17 0 -29 12 -29 29c0 18 12 30 29 30c18 0 30 -12 30 -30c0 -17 -12 -29 -30 -29zM316 554c-17 0 -29 12 -29 29c0 18 12 30 29 30c18 0 30 -12 30 -30c0 -17 -12 -29 -30 -29zM249 -5c-106 0 -194 88 -194 216v18c0 128 88 216 194 216
499
- c105 0 194 -88 194 -216v-18c0 -128 -89 -216 -194 -216zM248 20c93 0 170 77 170 191v18c0 115 -77 192 -169 192s-169 -77 -169 -192v-18c0 -114 77 -191 168 -191z" />
500
- <glyph glyph-name="ograve" unicode="&#xf2;" horiz-adv-x="498"
501
- d="M266 533l-157 107l19 25l151 -114zM249 -5c-106 0 -194 88 -194 216v18c0 128 88 216 194 216c105 0 194 -88 194 -216v-18c0 -128 -89 -216 -194 -216zM248 20c93 0 170 77 170 191v18c0 115 -77 192 -169 192s-169 -77 -169 -192v-18c0 -114 77 -191 168 -191z" />
502
- <glyph glyph-name="ohungarumlaut" unicode="&#x151;" horiz-adv-x="498"
503
- d="M190 518l-22 2l16 190l26 -3zM310 518l-22 2l16 190l26 -3zM249 -5c-106 0 -194 88 -194 216v18c0 128 88 216 194 216c105 0 194 -88 194 -216v-18c0 -128 -89 -216 -194 -216zM248 20c93 0 170 77 170 191v18c0 115 -77 192 -169 192s-169 -77 -169 -192v-18
504
- c0 -114 77 -191 168 -191z" />
505
- <glyph glyph-name="omacron" unicode="&#x14d;" horiz-adv-x="498"
506
- d="M156 560v23h185v-23h-185zM249 -5c-106 0 -194 88 -194 216v18c0 128 88 216 194 216c105 0 194 -88 194 -216v-18c0 -128 -89 -216 -194 -216zM248 20c93 0 170 77 170 191v18c0 115 -77 192 -169 192s-169 -77 -169 -192v-18c0 -114 77 -191 168 -191z" />
507
- <glyph glyph-name="oslash" unicode="&#xf8;" horiz-adv-x="498"
508
- d="M446 405l-42 -43c24 -36 39 -81 39 -133v-18c0 -128 -89 -216 -194 -216c-54 0 -104 23 -139 63l-40 -41l-19 18l42 44c-24 35 -38 80 -38 132v18c0 128 88 216 194 216c54 0 104 -23 139 -63l40 41zM80 211c0 -44 12 -83 31 -114l260 268c-31 35 -74 56 -122 56
509
- c-92 0 -169 -77 -169 -192v-18zM418 229c0 45 -12 84 -31 115l-260 -268c31 -36 74 -56 121 -56c93 0 170 77 170 191v18z" />
510
- <glyph glyph-name="otilde" unicode="&#xf5;" horiz-adv-x="498"
511
- d="M165 553l-22 10c8 24 22 54 55 54c34 0 68 -44 99 -44c19 0 27 10 35 34l23 -9c-6 -19 -19 -52 -58 -52c-41 1 -69 44 -101 44c-17 0 -23 -18 -31 -37zM249 -5c-106 0 -194 88 -194 216v18c0 128 88 216 194 216c105 0 194 -88 194 -216v-18c0 -128 -89 -216 -194 -216z
512
- M248 20c93 0 170 77 170 191v18c0 115 -77 192 -169 192s-169 -77 -169 -192v-18c0 -114 77 -191 168 -191z" />
513
- <glyph glyph-name="oe" unicode="&#x153;" horiz-adv-x="868"
514
- d="M812 219l-348 1v-8c0 -115 66 -192 165 -192c58 0 109 29 145 90l23 -8c-37 -68 -95 -107 -167 -107c-93 0 -162 61 -184 157c-22 -95 -99 -157 -187 -157c-106 0 -194 88 -194 216v18c0 128 88 216 194 216c88 0 166 -62 188 -159c23 97 97 159 183 159
515
- c93 0 183 -75 183 -197c0 -10 0 -19 -1 -29zM428 211v18c0 115 -77 192 -169 192s-169 -77 -169 -192v-18c0 -114 77 -191 168 -191c93 0 170 77 170 191zM630 421c-91 0 -166 -87 -166 -176h324c0 102 -72 176 -158 176z" />
516
- <glyph glyph-name="p" unicode="p" horiz-adv-x="478"
517
- d="M246 445c112 10 177 -97 177 -220c0 -150 -76 -236 -182 -225c-35 3 -73 22 -115 54v-249l-26 2v632l25 2l1 -59c39 34 81 60 120 63zM242 25c93 -8 155 65 155 200c0 113 -58 203 -152 195c-36 -3 -81 -35 -119 -71v-267c45 -35 85 -54 116 -57z" />
518
- <glyph glyph-name="thorn" unicode="&#xfe;" horiz-adv-x="456"
519
- d="M234 445c112 10 177 -97 177 -220c0 -150 -76 -236 -182 -225c-34 3 -73 21 -114 53v-258l-25 2v793l25 2v-209c39 34 80 59 119 62zM230 25c93 -8 155 65 155 200c0 113 -58 203 -152 195c-36 -3 -80 -35 -118 -70v-269c45 -34 84 -53 115 -56z" />
520
- <glyph glyph-name="q" unicode="q" horiz-adv-x="487"
521
- d="M363 441l24 -2v-634l-25 2v255c-40 -32 -76 -56 -118 -62c-112 -17 -189 75 -189 225c0 133 76 251 205 220c35 -9 67 -35 102 -68v43zM233 25c46 5 82 29 129 69v250c-33 32 -68 67 -111 77c-101 22 -170 -73 -170 -196c0 -135 64 -209 152 -200z" />
522
- <glyph glyph-name="r" unicode="r" horiz-adv-x="298"
523
- d="M126 361c37 69 103 89 152 82l-1 -24c-75 7 -143 -48 -151 -141l-1 -278h-25v442l24 1l2 -74v-8z" />
524
- <glyph glyph-name="racute" unicode="&#x155;" horiz-adv-x="298"
525
- d="M281 640l-157 -107l-13 18l151 114zM126 361c37 69 103 89 152 82l-1 -24c-75 7 -143 -48 -151 -141l-1 -278h-25v442l24 1l2 -74v-8z" />
526
- <glyph glyph-name="rcaron" unicode="&#x159;" horiz-adv-x="298"
527
- d="M245 627l-103 -103l-103 103l19 17l83 -85l85 85zM126 361c37 69 103 89 152 82l-1 -24c-75 7 -143 -48 -151 -141l-1 -278h-25v442l24 1l2 -74v-8z" />
528
- <glyph glyph-name="rcommaaccent" unicode="&#x157;" horiz-adv-x="298"
529
- d="M126 361c37 69 103 89 152 82l-1 -24c-75 7 -143 -48 -151 -141l-1 -278h-25v442l24 1l2 -74v-8zM71 -200l32 168l22 -2l-28 -169z" />
530
- <glyph glyph-name="s" unicode="s" horiz-adv-x="408"
531
- d="M203 -5c-92 0 -135 68 -143 107l24 7c12 -36 42 -89 119 -89c81 0 119 47 119 90c0 126 -257 81 -257 222c0 64 61 113 139 113c85 0 135 -57 143 -103l-25 -7c-6 40 -50 85 -118 85c-84 0 -114 -57 -114 -88c0 -116 258 -74 258 -222c0 -54 -46 -115 -145 -115z" />
532
- <glyph glyph-name="sacute" unicode="&#x15b;" horiz-adv-x="408"
533
- d="M181 523l-13 18l151 114l19 -25zM203 -5c-92 0 -135 68 -143 107l24 7c12 -36 42 -89 119 -89c81 0 119 47 119 90c0 126 -257 81 -257 222c0 64 61 113 139 113c85 0 135 -57 143 -103l-25 -7c-6 40 -50 85 -118 85c-84 0 -114 -57 -114 -88c0 -116 258 -74 258 -222
534
- c0 -54 -46 -115 -145 -115z" />
535
- <glyph glyph-name="scaron" unicode="&#x161;" horiz-adv-x="408"
536
- d="M302 617l-103 -103l-103 103l19 17l83 -85l85 85zM90 332c0 -116 258 -74 258 -222c0 -54 -46 -115 -145 -115c-92 0 -135 68 -143 107l24 7c12 -36 42 -89 119 -89c81 0 119 47 119 90c0 126 -257 81 -257 222c0 64 61 113 139 113c85 0 135 -57 143 -103l-25 -7
537
- c-6 40 -50 85 -118 85c-84 0 -114 -57 -114 -88z" />
538
- <glyph glyph-name="scedilla" unicode="&#x15f;" horiz-adv-x="408"
539
- d="M208 -43c66 7 108 -28 108 -78c0 -56 -42 -85 -89 -85c-55 0 -82 33 -86 48l19 10c6 -11 26 -34 67 -34c35 0 64 23 64 61c0 26 -21 54 -72 55h-36l1 62c-79 9 -117 70 -124 106l24 7c12 -36 42 -89 119 -89c81 0 119 47 119 90c0 126 -257 81 -257 222
540
- c0 64 61 113 139 113c85 0 135 -57 143 -103l-25 -7c-6 40 -50 85 -118 85c-84 0 -114 -57 -114 -88c0 -116 258 -74 258 -222c0 -53 -44 -113 -139 -115z" />
541
- <glyph glyph-name="scommaaccent" unicode="&#x219;" horiz-adv-x="408"
542
- d="M203 -5c-92 0 -135 68 -143 107l24 7c12 -36 42 -89 119 -89c81 0 119 47 119 90c0 126 -257 81 -257 222c0 64 61 113 139 113c85 0 135 -57 143 -103l-25 -7c-6 40 -50 85 -118 85c-84 0 -114 -57 -114 -88c0 -116 258 -74 258 -222c0 -54 -46 -115 -145 -115z
543
- M179 -213l-26 3l32 168l22 -2z" />
544
- <glyph glyph-name="germandbls" unicode="&#xdf;" horiz-adv-x="495"
545
- d="M100 0v434c1 108 63 150 135 150c83 0 138 -44 138 -108c0 -72 -65 -114 -65 -140c0 -41 147 -62 147 -194c0 -108 -83 -147 -151 -147c-51 0 -94 24 -117 41l14 21c18 -15 52 -38 103 -38c54 0 125 29 125 123c0 121 -149 130 -149 194c0 36 67 79 67 141
546
- c0 50 -43 83 -112 83c-67 0 -111 -40 -111 -127v-433h-24z" />
547
- <glyph glyph-name="t" unicode="t" horiz-adv-x="284"
548
- d="M211 25h28v-25h-28c-73 0 -100 41 -100 115l1 281h-57v24h57v140l25 2v-142h89v-24h-89l-1 -281c0 -54 11 -90 75 -90z" />
549
- <glyph glyph-name="tbar" unicode="&#x167;" horiz-adv-x="284"
550
- d="M211 25h28v-25h-28c-73 0 -100 41 -100 115v151h-55v23h55l1 107h-57v24h57v140l25 2v-142h89v-24h-89l-1 -107h90v-23h-90v-151c0 -54 11 -90 75 -90z" />
551
- <glyph glyph-name="tcaron" unicode="&#x165;" horiz-adv-x="364"
552
- d="M341 595l28 -3l-19 -209l-21 2zM166 115c0 -54 11 -90 75 -90h28v-25h-28c-73 0 -100 41 -100 115l1 281h-57v24h57v140l25 2v-142h89v-24h-89z" />
553
- <glyph glyph-name="uni0163" unicode="&#x163;" horiz-adv-x="284"
554
- d="M184 -33c66 7 108 -28 108 -78c0 -56 -42 -85 -89 -85c-55 0 -82 33 -86 48l19 10c6 -11 26 -34 67 -34c35 0 64 23 64 61c0 26 -21 54 -72 55h-36l1 66c-35 16 -49 52 -49 105l1 281h-57v24h57v140l25 2v-142h89v-24h-89l-1 -281c0 -54 11 -90 75 -90h28v-25h-28
555
- c-10 0 -18 1 -26 2z" />
556
- <glyph glyph-name="uni021B" unicode="&#x21b;" horiz-adv-x="284"
557
- d="M211 25h28v-25h-28c-73 0 -100 41 -100 115l1 281h-57v24h57v140l25 2v-142h89v-24h-89l-1 -281c0 -54 11 -90 75 -90zM129 -200l32 168l22 -2l-28 -169z" />
558
- <glyph glyph-name="u" unicode="u" horiz-adv-x="520"
559
- d="M394 440h26v-440h-25l-2 71c-35 -38 -81 -63 -132 -71c-99 -15 -171 54 -171 155v284l25 2v-281c0 -96 64 -148 147 -135c50 8 98 40 131 82z" />
560
- <glyph glyph-name="uacute" unicode="&#xfa;" horiz-adv-x="520"
561
- d="M399 629l-157 -107l-13 18l151 114zM394 440h26v-440h-25l-2 71c-35 -38 -81 -63 -132 -71c-99 -15 -171 54 -171 155v284l25 2v-281c0 -96 64 -148 147 -135c50 8 98 40 131 82z" />
562
- <glyph glyph-name="uni01D4" unicode="&#x1d4;" horiz-adv-x="520"
563
- d="M363 616l-103 -103l-103 103l19 17l83 -85l85 85zM394 440h26v-440h-25l-2 71c-35 -38 -81 -63 -132 -71c-99 -15 -171 54 -171 155v284l25 2v-281c0 -96 64 -148 147 -135c50 8 98 40 131 82z" />
564
- <glyph glyph-name="ucircumflex" unicode="&#xfb;" horiz-adv-x="520"
565
- d="M259 600l-83 -85l-19 17l103 103l103 -103l-19 -17zM394 440h26v-440h-25l-2 71c-35 -38 -81 -63 -132 -71c-99 -15 -171 54 -171 155v284l25 2v-281c0 -96 64 -148 147 -135c50 8 98 40 131 82z" />
566
- <glyph glyph-name="udieresis" unicode="&#xfc;" horiz-adv-x="520"
567
- d="M182 544c-17 0 -29 12 -29 29c0 18 12 30 29 30c18 0 30 -12 30 -30c0 -17 -12 -29 -30 -29zM327 543c-17 0 -29 12 -29 29c0 18 12 30 29 30c18 0 30 -12 30 -30c0 -17 -12 -29 -30 -29zM394 440h26v-440h-25l-2 71c-35 -38 -81 -63 -132 -71c-99 -15 -171 54 -171 155
568
- v284l25 2v-281c0 -96 64 -148 147 -135c50 8 98 40 131 82z" />
569
- <glyph glyph-name="ugrave" unicode="&#xf9;" horiz-adv-x="520"
570
- d="M290 540l-13 -18l-157 107l19 25zM394 440h26v-440h-25l-2 71c-35 -38 -81 -63 -132 -71c-99 -15 -171 54 -171 155v284l25 2v-281c0 -96 64 -148 147 -135c50 8 98 40 131 82z" />
571
- <glyph glyph-name="uhungarumlaut" unicode="&#x171;" horiz-adv-x="520"
572
- d="M221 696l-20 -189l-22 2l16 190zM341 696l-20 -189l-22 2l16 190zM394 440h26v-440h-25l-2 71c-35 -38 -81 -63 -132 -71c-99 -15 -171 54 -171 155v284l25 2v-281c0 -96 64 -148 147 -135c50 8 98 40 131 82z" />
573
- <glyph glyph-name="umacron" unicode="&#x16b;" horiz-adv-x="520"
574
- d="M352 572v-23h-185v23h185zM394 440h26v-440h-25l-2 71c-35 -38 -81 -63 -132 -71c-99 -15 -171 54 -171 155v284l25 2v-281c0 -96 64 -148 147 -135c50 8 98 40 131 82z" />
575
- <glyph glyph-name="uogonek" unicode="&#x173;" horiz-adv-x="520"
576
- d="M408 -156l19 -14c-60 -77 -173 -18 -118 82c22 39 58 68 86 91l-2 68c-35 -38 -81 -63 -132 -71c-99 -15 -171 54 -171 155v284l25 2v-281c0 -96 64 -148 147 -135c50 8 98 40 131 82l1 333h26v-440c-51 -43 -70 -64 -88 -93c-44 -71 27 -125 76 -63z" />
577
- <glyph glyph-name="uring" unicode="&#x16f;" horiz-adv-x="520"
578
- d="M261 515c-35 0 -63 29 -63 62c0 35 28 62 63 62c33 0 60 -27 60 -62c0 -33 -27 -62 -60 -62zM261 616c-21 0 -38 -18 -38 -39c0 -20 17 -37 38 -37s35 17 35 37c0 21 -14 39 -35 39zM394 440h26v-440h-25l-2 71c-35 -38 -81 -63 -132 -71c-99 -15 -171 54 -171 155v284
579
- l25 2v-281c0 -96 64 -148 147 -135c50 8 98 40 131 82z" />
580
- <glyph glyph-name="v" unicode="v" horiz-adv-x="433"
581
- d="M368 441l25 -1l-161 -440h-31l-161 440l25 1l152 -414z" />
582
- <glyph glyph-name="w" unicode="w" horiz-adv-x="638"
583
- d="M573 441l25 -1l-130 -440h-32l-117 406l-117 -406h-32l-130 440l25 1l120 -414l118 404h32l118 -404z" />
584
- <glyph glyph-name="wacute" unicode="&#x1e83;" horiz-adv-x="638"
585
- d="M458 620l-157 -107l-13 18l151 114zM573 441l25 -1l-130 -440h-32l-117 406l-117 -406h-32l-130 440l25 1l120 -414l118 404h32l118 -404z" />
586
- <glyph glyph-name="wcircumflex" unicode="&#x175;" horiz-adv-x="638"
587
- d="M318 591l-83 -85l-19 17l103 103l103 -103l-19 -17zM573 441l25 -1l-130 -440h-32l-117 406l-117 -406h-32l-130 440l25 1l120 -414l118 404h32l118 -404z" />
588
- <glyph glyph-name="wdieresis" unicode="&#x1e85;" horiz-adv-x="638"
589
- d="M241 535c-17 0 -29 12 -29 29c0 18 12 30 29 30c18 0 30 -12 30 -30c0 -17 -12 -29 -30 -29zM386 534c-17 0 -29 12 -29 29c0 18 12 30 29 30c18 0 30 -12 30 -30c0 -17 -12 -29 -30 -29zM573 441l25 -1l-130 -440h-32l-117 406l-117 -406h-32l-130 440l25 1l120 -414
590
- l118 404h32l118 -404z" />
591
- <glyph glyph-name="wgrave" unicode="&#x1e81;" horiz-adv-x="638"
592
- d="M349 531l-13 -18l-157 107l19 25zM573 441l25 -1l-130 -440h-32l-117 406l-117 -406h-32l-130 440l25 1l120 -414l118 404h32l118 -404z" />
593
- <glyph glyph-name="x" unicode="x" horiz-adv-x="447"
594
- d="M402 438l-162 -220l159 -218h-29l-146 200l-148 -200h-29l161 218l-163 221l27 2l152 -204l151 203z" />
595
- <glyph glyph-name="y" unicode="y" horiz-adv-x="520"
596
- d="M395 440h25v-477c0 -101 -69 -168 -174 -168c-60 0 -115 30 -137 56l16 19c18 -23 68 -50 121 -50c82 0 149 51 149 145v108c-35 -39 -82 -65 -134 -73c-99 -15 -171 54 -171 155v284l25 2v-281c0 -96 64 -148 147 -135c50 8 100 41 133 85v330z" />
597
- <glyph glyph-name="yacute" unicode="&#xfd;" horiz-adv-x="520"
598
- d="M399 610l-157 -107l-13 18l151 114zM395 440h25v-477c0 -101 -69 -168 -174 -168c-60 0 -115 30 -137 56l16 19c18 -23 68 -50 121 -50c82 0 149 51 149 145v108c-35 -39 -82 -65 -134 -73c-99 -15 -171 54 -171 155v284l25 2v-281c0 -96 64 -148 147 -135
599
- c50 8 100 41 133 85v330z" />
600
- <glyph glyph-name="ycircumflex" unicode="&#x177;" horiz-adv-x="520"
601
- d="M259 581l-83 -85l-19 17l103 103l103 -103l-19 -17zM395 440h25v-477c0 -101 -69 -168 -174 -168c-60 0 -115 30 -137 56l16 19c18 -23 68 -50 121 -50c82 0 149 51 149 145v108c-35 -39 -82 -65 -134 -73c-99 -15 -171 54 -171 155v284l25 2v-281
602
- c0 -96 64 -148 147 -135c50 8 100 41 133 85v330z" />
603
- <glyph glyph-name="ydieresis" unicode="&#xff;" horiz-adv-x="520"
604
- d="M182 525c-17 0 -29 12 -29 29c0 18 12 30 29 30c18 0 30 -12 30 -30c0 -17 -12 -29 -30 -29zM327 524c-17 0 -29 12 -29 29c0 18 12 30 29 30c18 0 30 -12 30 -30c0 -17 -12 -29 -30 -29zM395 440h25v-477c0 -101 -69 -168 -174 -168c-60 0 -115 30 -137 56l16 19
605
- c18 -23 68 -50 121 -50c82 0 149 51 149 145v108c-35 -39 -82 -65 -134 -73c-99 -15 -171 54 -171 155v284l25 2v-281c0 -96 64 -148 147 -135c50 8 100 41 133 85v330z" />
606
- <glyph glyph-name="ygrave" unicode="&#x1ef3;" horiz-adv-x="520"
607
- d="M290 521l-13 -18l-157 107l19 25zM395 440h25v-477c0 -101 -69 -168 -174 -168c-60 0 -115 30 -137 56l16 19c18 -23 68 -50 121 -50c82 0 149 51 149 145v108c-35 -39 -82 -65 -134 -73c-99 -15 -171 54 -171 155v284l25 2v-281c0 -96 64 -148 147 -135
608
- c50 8 100 41 133 85v330z" />
609
- <glyph glyph-name="z" unicode="z" horiz-adv-x="393"
610
- d="M333 440v-28l-248 -388h248v-24h-273v28l247 388h-247v24h273z" />
611
- <glyph glyph-name="zacute" unicode="&#x17a;" horiz-adv-x="393"
612
- d="M336 630l-157 -107l-13 18l151 114zM60 416v24h273v-28l-248 -388h248v-24h-273v28l247 388h-247z" />
613
- <glyph glyph-name="zcaron" unicode="&#x17e;" horiz-adv-x="393"
614
- d="M300 617l-103 -103l-103 103l19 17l83 -85l85 85zM333 440v-28l-248 -388h248v-24h-273v28l247 388h-247v24h273z" />
615
- <glyph glyph-name="zdotaccent" unicode="&#x17c;" horiz-adv-x="393"
616
- d="M196 527c-16 0 -28 11 -28 28s12 28 28 28c17 0 29 -11 29 -28s-12 -28 -29 -28zM333 440v-28l-248 -388h248v-24h-273v28l247 388h-247v24h273z" />
617
- <glyph glyph-name="f_f.dlig" horiz-adv-x="524"
618
- d="M110 499c0 58 48 105 106 105c21 0 40 -4 56 -10l-8 -23c-10 4 -21 8 -48 8c-45 0 -81 -36 -81 -80v-79h106v-24h-106v-396h-25v396h-60v24h60v79zM478 579c-45 0 -81 -36 -81 -80v-79h106v-24h-106v-396h-25v396h-60v24h60v79c0 58 48 105 106 105c21 0 40 -4 56 -10
619
- l-8 -23c-10 4 -21 8 -48 8z" />
620
- <glyph glyph-name="f_f_i.dlig" horiz-adv-x="759"
621
- d="M110 499c0 58 48 105 106 105c21 0 40 -4 56 -10l-8 -23c-10 4 -21 8 -48 8c-45 0 -81 -36 -81 -80v-79h106v-24h-106v-396h-25v396h-60v24h60v79zM365 499c0 58 48 105 106 105c21 0 40 -4 56 -10l-8 -23c-10 4 -21 8 -48 8c-45 0 -81 -36 -81 -80v-79h106v-24h-106
622
- v-396h-25v396h-60v24h60v79zM634 564c17 0 29 -11 29 -28s-12 -28 -29 -28c-16 0 -28 11 -28 28s12 28 28 28zM622 0v439l25 2v-441h-25z" />
623
- <glyph glyph-name="zero" unicode="0" horiz-adv-x="522"
624
- d="M261 -2c-106 0 -201 85 -201 269v26c0 184 95 269 201 269s201 -85 201 -269v-26c0 -184 -95 -269 -201 -269zM261 22c93 0 176 74 176 245v26c0 171 -83 244 -176 244s-176 -73 -176 -244v-26c0 -171 83 -245 176 -245z" />
625
- <glyph glyph-name="one" unicode="1" horiz-adv-x="259"
626
- d="M40 556l109 6v-562h-25v536l-84 -4v24z" />
627
- <glyph glyph-name="two" unicode="2" horiz-adv-x="429"
628
- d="M91 24h288v-24h-319v23l213 268c43 54 64 93 63 144c-1 64 -57 107 -114 107c-71 0 -110 -43 -127 -101l-23 7c20 68 68 118 150 118c72 0 138 -56 139 -133c1 -58 -24 -99 -71 -158z" />
629
- <glyph glyph-name="three" unicode="3" horiz-adv-x="457"
630
- d="M202 340c122 12 195 -80 195 -171c0 -96 -76 -174 -174 -174c-93 0 -156 73 -166 131l24 9c12 -54 63 -115 142 -115c84 0 148 68 148 149c0 82 -66 145 -140 149c-21 1 -36 -2 -61 -8l-9 20l190 207h-285v23h317v-23z" />
631
- <glyph glyph-name="four" unicode="4" horiz-adv-x="421"
632
- d="M371 181v-26h-47v-155h-25v155h-259l109 405h27l-104 -379h227v236l25 -2v-234h47z" />
633
- <glyph glyph-name="five" unicode="5" horiz-adv-x="467"
634
- d="M232 345c101 0 175 -81 175 -176c0 -94 -76 -174 -174 -174c-94 0 -159 73 -169 131l23 8c14 -54 65 -114 146 -114c84 0 148 68 148 149c0 82 -64 151 -149 151c-41 0 -86 -16 -112 -44l-26 16l17 267h267v-24h-243l-15 -226c30 22 73 36 112 36z" />
635
- <glyph glyph-name="six" unicode="6" horiz-adv-x="477"
636
- d="M244 363c102 0 183 -82 183 -183s-81 -184 -183 -184c-101 0 -183 82 -184 184c0 111 74 183 202 380h26c-77 -125 -126 -191 -156 -236c31 25 70 39 112 39zM244 19c89 0 159 73 159 161s-68 160 -159 160c-89 0 -160 -71 -160 -160c0 -88 70 -161 160 -161z" />
637
- <glyph glyph-name="seven" unicode="7" horiz-adv-x="357"
638
- d="M40 560h297l-200 -560h-28l193 536h-262v24z" />
639
- <glyph glyph-name="eight" unicode="8" horiz-adv-x="490"
640
- d="M312 320c83 -25 118 -95 118 -155c0 -82 -54 -170 -185 -170c-121 0 -185 83 -185 170c0 60 35 130 118 155c-48 21 -77 65 -77 116c0 72 57 129 144 129s144 -57 144 -129c0 -51 -29 -95 -77 -116zM124 436c0 -61 50 -107 121 -107c74 0 121 48 121 107
641
- c0 61 -49 107 -121 107c-74 0 -121 -48 -121 -107zM245 17c119 0 162 79 162 148c0 61 -43 142 -162 142s-162 -81 -162 -142c0 -74 53 -148 162 -148z" />
642
- <glyph glyph-name="nine" unicode="9" horiz-adv-x="477"
643
- d="M233 567c101 0 183 -82 184 -184c0 -111 -74 -183 -202 -380h-26c77 125 126 191 156 236c-31 -25 -70 -39 -112 -39c-102 0 -183 82 -183 183s81 184 183 184zM233 223c89 0 160 71 160 160c0 88 -70 161 -160 161c-89 0 -159 -73 -159 -161s68 -160 159 -160z" />
644
- <glyph glyph-name="asterisk" unicode="*" horiz-adv-x="400"
645
- d="M340 500l-125 -65l124 -63l-15 -24l-116 74l4 -140h-25l5 140l-117 -74l-15 24l124 63l-124 65l14 24l118 -76l-5 141h25l-4 -141l117 76z" />
646
- <glyph glyph-name="backslash" unicode="\" horiz-adv-x="296"
647
- d="M212 0l-192 660h24l192 -660h-24z" />
648
- <glyph glyph-name="periodcentered" unicode="&#xb7;" horiz-adv-x="117"
649
- d="M86 216c-15 0 -27 12 -27 27c0 16 12 27 27 27c16 0 27 -11 27 -27c0 -15 -11 -27 -27 -27z" />
650
- <glyph glyph-name="bullet" unicode="&#x2022;" horiz-adv-x="152"
651
- d="M77 198c-27 0 -47 20 -47 46c0 25 20 44 47 44c24 0 45 -19 45 -44c0 -26 -21 -46 -45 -46z" />
652
- <glyph glyph-name="colon" unicode=":" horiz-adv-x="214"
653
- d="M112 365c-15 0 -27 12 -27 27c0 16 12 27 27 27c16 0 27 -11 27 -27c0 -15 -11 -27 -27 -27zM112 -2c-15 0 -27 12 -27 27c0 16 12 27 27 27c16 0 27 -11 27 -27c0 -15 -11 -27 -27 -27z" />
654
- <glyph glyph-name="comma" unicode="," horiz-adv-x="162"
655
- d="M76 -129l-26 4l40 213l22 -2z" />
656
- <glyph glyph-name="ellipsis" unicode="&#x2026;" horiz-adv-x="502"
657
- d="M102 -2c-15 0 -27 12 -27 27c0 16 12 27 27 27c16 0 27 -11 27 -27c0 -15 -11 -27 -27 -27zM256 -2c-15 0 -27 12 -27 27c0 16 12 27 27 27c16 0 27 -11 27 -27c0 -15 -11 -27 -27 -27zM415 -2c-15 0 -27 12 -27 27c0 16 12 27 27 27c16 0 27 -11 27 -27
658
- c0 -15 -11 -27 -27 -27z" />
659
- <glyph glyph-name="exclam" unicode="!" horiz-adv-x="179"
660
- d="M82 149l-5 460h30l-3 -460h-22zM97 -2c-15 0 -27 12 -27 27c0 16 12 27 27 27c16 0 27 -11 27 -27c0 -15 -11 -27 -27 -27z" />
661
- <glyph glyph-name="exclamdown" unicode="&#xa1;" horiz-adv-x="178"
662
- d="M91 414c-15 0 -27 12 -27 27c0 16 12 27 27 27c16 0 27 -11 27 -27c0 -15 -11 -27 -27 -27zM106 -150h-29l5 460h19z" />
663
- <glyph glyph-name="uni203D" unicode="&#x203d;" horiz-adv-x="336"
664
- d="M157 614c97 0 159 -65 159 -155c0 -68 -44 -114 -83 -150c-34 -32 -70 -60 -74 -111c-2 -21 -2 -44 -2 -60l-25 1l-5 363l30 4v-241c17 24 40 43 61 63c36 34 74 75 74 131c0 76 -53 131 -135 131c-76 0 -125 -54 -133 -123l-24 4c11 85 71 143 157 143zM151 52
665
- c16 0 27 -11 27 -27c0 -15 -11 -27 -27 -27c-15 0 -27 12 -27 27c0 16 12 27 27 27z" />
666
- <glyph glyph-name="numbersign" unicode="#" horiz-adv-x="591"
667
- d="M576 394h-125l-48 -221h128l-5 -24h-128l-33 -149h-25l33 149h-217l-33 -149h-25l33 149h-121l5 24h121l48 221h-121l5 24h122l31 143h25l-31 -143h217l31 143h25l-31 -143h124zM378 173l48 221h-217l-48 -221h217z" />
668
- <glyph glyph-name="period" unicode="." horiz-adv-x="184"
669
- d="M92 -2c-15 0 -27 12 -27 27c0 16 12 27 27 27c16 0 27 -11 27 -27c0 -15 -11 -27 -27 -27z" />
670
- <glyph glyph-name="question" unicode="?" horiz-adv-x="336"
671
- d="M157 138l-25 1c0 17 0 39 2 61c5 62 47 93 84 128c36 34 74 75 74 131c0 76 -53 131 -135 131c-76 0 -125 -54 -133 -123l-24 4c11 85 71 143 157 143c97 0 159 -65 159 -155c0 -68 -44 -114 -83 -150c-34 -32 -70 -60 -74 -111c-2 -21 -2 -44 -2 -60zM151 -2
672
- c-15 0 -27 12 -27 27c0 16 12 27 27 27c16 0 27 -11 27 -27c0 -15 -11 -27 -27 -27z" />
673
- <glyph glyph-name="questiondown" unicode="&#xbf;" horiz-adv-x="476"
674
- d="M254 406c-15 0 -27 12 -27 27c0 16 12 27 27 27c16 0 27 -11 27 -27c0 -15 -11 -27 -27 -27zM238 334l26 -2c0 -17 0 -39 -2 -61c-5 -62 -46 -94 -83 -129c-36 -34 -73 -74 -73 -130c0 -76 51 -129 133 -129c76 0 123 53 131 122l26 -5c-11 -85 -71 -143 -157 -143
675
- c-97 0 -159 65 -159 155c0 68 43 114 82 150c34 32 70 60 74 111c2 21 2 45 2 61z" />
676
- <glyph glyph-name="quotedbl" unicode="&#x22;" horiz-adv-x="261"
677
- d="M1 415l-1 224l26 2l-3 -226h-22zM176 415l-1 224l26 2l-3 -226h-22z" />
678
- <glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="66"
679
- d="M11 415l-1 224l26 2l-3 -226h-22z" />
680
- <glyph glyph-name="semicolon" unicode=";" horiz-adv-x="166"
681
- d="M104 292c-15 0 -27 12 -27 27c0 16 12 27 27 27c16 0 27 -11 27 -27c0 -15 -11 -27 -27 -27zM76 -108l-26 4l40 213l22 -2z" />
682
- <glyph glyph-name="slash" unicode="/" horiz-adv-x="296"
683
- d="M60 0l192 660h24l-192 -660h-24z" />
684
- <glyph glyph-name="underscore" unicode="_" horiz-adv-x="652"
685
- d="M110 -35l4 24h428l-4 -24h-428z" />
686
- <glyph glyph-name="braceleft" unicode="{" horiz-adv-x="280"
687
- d="M210 -102c-31 0 -63 11 -63 61v224c0 34 -25 66 -67 80v40c45 14 67 33 67 80v214c0 44 28 64 63 64c13 0 17 -1 25 -2l-1 -20c-10 1 -15 1 -25 1c-28 0 -38 -19 -38 -40v-217c0 -61 -28 -86 -64 -98v-5c36 -14 64 -47 64 -98v-223c0 -25 8 -40 38 -40c10 0 17 0 25 1
688
- l1 -20c-7 -1 -16 -2 -25 -2z" />
689
- <glyph glyph-name="braceright" unicode="}" horiz-adv-x="280"
690
- d="M70 -103c-9 0 -18 1 -25 2l1 20c8 -1 15 -1 25 -1c30 0 38 15 38 40v223c0 51 28 84 64 98v5c-36 12 -64 37 -64 98v217c0 21 -10 40 -38 40c-10 0 -15 0 -25 -1l-1 20c8 1 12 2 25 2c35 0 63 -20 63 -64v-214c0 -47 22 -66 67 -80v-40c-42 -14 -67 -46 -67 -80v-224
691
- c0 -50 -32 -61 -63 -61z" />
692
- <glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="294"
693
- d="M130 -106v782h84v-25l-59 -2v-728l59 -2v-25h-84z" />
694
- <glyph glyph-name="bracketright" unicode="]" horiz-adv-x="294"
695
- d="M80 -105v25l59 2v728l-59 2v25h84v-782h-84z" />
696
- <glyph glyph-name="parenleft" unicode="(" horiz-adv-x="252"
697
- d="M187 -75c-72 111 -107 244 -107 373c0 135 38 270 111 380l21 -14c-72 -106 -107 -235 -107 -366c0 -130 34 -252 103 -360z" />
698
- <glyph glyph-name="parenright" unicode=")" horiz-adv-x="252"
699
- d="M65 -75l-21 13c69 108 103 230 103 360c0 131 -35 260 -107 366l21 14c73 -110 111 -245 111 -380c0 -129 -35 -262 -107 -373z" />
700
- <glyph glyph-name="emdash" unicode="&#x2014;" horiz-adv-x="513"
701
- d="M90 234l5 24h328l-5 -24h-328z" />
702
- <glyph glyph-name="endash" unicode="&#x2013;" horiz-adv-x="440"
703
- d="M90 234l5 24h255l-5 -24h-255z" />
704
- <glyph glyph-name="uni2015" unicode="&#x2015;" horiz-adv-x="434"
705
- d="M-2 350v23h434v-23h-434z" />
706
- <glyph glyph-name="hyphen" unicode="-" horiz-adv-x="370"
707
- d="M90 244l5 24h185l-5 -24h-185z" />
708
- <glyph glyph-name="quotedblleft" unicode="&#x201c;" horiz-adv-x="269"
709
- d="M51 411l-26 3l36 219l22 -2zM197 411l-26 3l36 219l22 -2z" />
710
- <glyph glyph-name="quotedblright" unicode="&#x201d;" horiz-adv-x="264"
711
- d="M46 410l-21 2l27 220l26 -2zM192 410l-21 2l27 220l26 -2z" />
712
- <glyph glyph-name="quoteleft" unicode="&#x2018;" horiz-adv-x="123"
713
- d="M56 411l-26 3l36 219l22 -2z" />
714
- <glyph glyph-name="quoteright" unicode="&#x2019;" horiz-adv-x="118"
715
- d="M56 410l-21 2l27 220l26 -2z" />
716
- <glyph glyph-name="colon_parenleft.liga" horiz-adv-x="532"
717
- d="M427 -75c-72 111 -107 244 -107 373c0 135 38 270 111 380l21 -14c-72 -106 -107 -235 -107 -366c0 -130 34 -252 103 -360zM112 435c-15 0 -27 12 -27 27c0 16 12 27 27 27c16 0 27 -11 27 -27c0 -15 -11 -27 -27 -27zM112 68c-15 0 -27 12 -27 27c0 16 12 27 27 27
718
- c16 0 27 -11 27 -27c0 -15 -11 -27 -27 -27z" />
719
- <glyph glyph-name="colon_parenright.liga" horiz-adv-x="513"
720
- d="M326 -75l-21 13c69 108 103 230 103 360c0 131 -35 260 -107 366l21 14c73 -110 111 -245 111 -380c0 -129 -35 -262 -107 -373zM112 431c-15 0 -27 12 -27 27c0 16 12 27 27 27c16 0 27 -11 27 -27c0 -15 -11 -27 -27 -27zM112 64c-15 0 -27 12 -27 27c0 16 12 27 27 27
721
- c16 0 27 -11 27 -27c0 -15 -11 -27 -27 -27z" />
722
- <glyph glyph-name="exclam_question.liga" horiz-adv-x="336"
723
- d="M157 614c97 0 159 -65 159 -155c0 -68 -44 -114 -83 -150c-34 -32 -70 -60 -74 -111c-2 -21 -2 -44 -2 -60l-25 1l-5 363l30 4v-241c17 24 40 43 61 63c36 34 74 75 74 131c0 76 -53 131 -135 131c-76 0 -125 -54 -133 -123l-24 4c11 85 71 143 157 143zM151 52
724
- c16 0 27 -11 27 -27c0 -15 -11 -27 -27 -27c-15 0 -27 12 -27 27c0 16 12 27 27 27z" />
725
- <glyph glyph-name="semicolon_parenright.liga" horiz-adv-x="505"
726
- d="M318 -75l-21 13c69 108 103 230 103 360c0 131 -35 260 -107 366l21 14c73 -110 111 -245 111 -380c0 -129 -35 -262 -107 -373zM104 416c-15 0 -27 12 -27 27c0 16 12 27 27 27c16 0 27 -11 27 -27c0 -15 -11 -27 -27 -27zM76 16l-26 4l40 213l22 -2z" />
727
- <glyph glyph-name="space" unicode=" " horiz-adv-x="240"
728
- />
729
- <glyph glyph-name="cent" unicode="&#xa2;" horiz-adv-x="436"
730
- d="M223 80c76 0 124 57 138 93l20 -11c-16 -41 -64 -98 -139 -106l3 -60h-34l4 59c-97 6 -180 92 -180 216v18c0 124 83 211 180 216l-4 60h34l-3 -61c75 -8 123 -66 139 -106l-21 -11c-13 36 -61 94 -136 94c-87 0 -164 -77 -164 -192v-18c0 -114 77 -191 163 -191z" />
731
- <glyph glyph-name="dollar" unicode="$" horiz-adv-x="450"
732
- d="M253 298c75 -32 152 -65 152 -158c0 -69 -44 -140 -152 -145v-71h-25v71c-99 6 -150 82 -153 138l23 6c6 -55 50 -113 130 -119v262c-72 30 -142 63 -142 150c0 71 62 125 142 132v69h25v-68c83 -3 143 -58 152 -130l-23 -6c-9 67 -67 108 -129 111v-242zM111 433
733
- c0 -68 55 -98 117 -125v231c-76 -7 -117 -60 -117 -106zM253 20c85 5 127 57 127 120c0 74 -61 104 -127 131v-251z" />
734
- <glyph glyph-name="Euro" unicode="&#x20ac;" horiz-adv-x="581"
735
- d="M336 20c78 0 132 42 163 100l21 -12c-35 -66 -98 -113 -183 -113c-92 0 -191 66 -215 207h-62v25h58c-1 14 -2 29 -2 44v18c0 10 0 20 1 30h-57v25h60c20 150 122 221 217 221c85 0 148 -46 184 -113l-20 -13c-33 60 -86 102 -164 102c-82 0 -173 -61 -192 -197h190v-25
736
- h-193c-1 -10 -1 -20 -1 -30v-18c0 -15 1 -30 2 -44h192v-25h-188c24 -126 111 -182 189 -182z" />
737
- <glyph glyph-name="sterling" unicode="&#xa3;" horiz-adv-x="450"
738
- d="M387 44l13 -20c-34 -23 -54 -27 -83 -27c-76 0 -102 40 -157 41c-29 1 -59 -11 -95 -36l-15 24c55 47 103 123 102 185c0 26 -8 47 -18 67h-77v23h65c-22 35 -46 70 -46 123c0 91 74 157 162 157c75 0 138 -50 156 -119l-23 -6c-16 58 -70 101 -133 101
739
- c-75 0 -138 -55 -138 -133c0 -51 28 -83 49 -123h149v-23h-137c8 -19 13 -41 14 -68c1 -65 -41 -136 -75 -163l1 -1c102 46 125 -29 216 -27c26 1 45 5 70 25z" />
740
- <glyph glyph-name="yen" unicode="&#xa5;" horiz-adv-x="383"
741
- d="M383 560l-156 -293h107v-22h-119l-1 -2v-89h120v-22h-120v-132h-25v132h-140v22h140v89l-1 2h-139v22h127l-156 293l25 1l156 -289h1l156 289z" />
742
- <glyph glyph-name="plus" unicode="+" horiz-adv-x="505"
743
- d="M425 260v-23h-160v-171h-25v171h-160v23h160v171h25v-171h160z" />
744
- <glyph glyph-name="minus" unicode="&#x2212;" horiz-adv-x="505"
745
- d="M80 234v24h345v-24h-345z" />
746
- <glyph glyph-name="multiply" unicode="&#xd7;" horiz-adv-x="476"
747
- d="M396 396l-142 -145l142 -145l-16 -16l-142 145l-142 -145l-16 16l142 145l-142 145l16 16l142 -145l142 145z" />
748
- <glyph glyph-name="divide" unicode="&#xf7;" horiz-adv-x="505"
749
- d="M245 356c-15 0 -27 12 -27 27c0 16 12 27 27 27c16 0 27 -11 27 -27c0 -15 -11 -27 -27 -27zM80 240v24h345v-24h-345zM245 81c-15 0 -27 12 -27 27c0 16 12 27 27 27c16 0 27 -11 27 -27c0 -15 -11 -27 -27 -27z" />
750
- <glyph glyph-name="equal" unicode="=" horiz-adv-x="506"
751
- d="M81 334v24h345v-24h-345zM80 147v24h345v-24h-345z" />
752
- <glyph glyph-name="notequal" unicode="&#x2260;" horiz-adv-x="512"
753
- d="M426 336h-127l-66 -163h192v-24h-202l-44 -109h-24l44 109h-119v24h129l66 163h-194v24h204l43 106h24l-43 -106h117v-24z" />
754
- <glyph glyph-name="greater" unicode="&#x3e;" horiz-adv-x="387"
755
- d="M80 13l-17 15l233 254l-236 254l17 15l250 -269z" />
756
- <glyph glyph-name="less" unicode="&#x3c;" horiz-adv-x="387"
757
- d="M307 13l-247 269l250 269l17 -15l-236 -254l233 -254z" />
758
- <glyph glyph-name="asciitilde" unicode="~" horiz-adv-x="424"
759
- d="M60 237l-20 17c31 40 59 62 92 62c63 0 111 -64 161 -62c28 1 52 22 70 57l21 -13c-25 -48 -52 -69 -94 -70c-58 -1 -108 62 -160 62c-25 0 -42 -18 -70 -53z" />
760
- <glyph glyph-name="infinity" unicode="&#x221e;" horiz-adv-x="1094"
761
- d="M794 495c112 0 205 -83 205 -200c0 -118 -90 -200 -205 -200c-116 0 -182 86 -244 175c-62 -89 -129 -175 -250 -175c-115 0 -205 82 -205 200c0 117 93 200 205 200c120 0 188 -86 250 -175c61 89 127 175 244 175zM300 120c110 0 172 86 233 175
762
- c-61 89 -124 175 -233 175c-98 0 -180 -72 -180 -175c0 -101 78 -175 180 -175zM794 120c100 0 180 71 180 175c0 100 -78 175 -180 175c-107 0 -166 -86 -227 -175c61 -89 121 -175 227 -175z" />
763
- <glyph glyph-name="percent" unicode="%" horiz-adv-x="570"
764
- d="M86 0l368 560h24l-367 -560h-25zM129 344c-49 0 -89 40 -89 89s40 88 89 88s89 -39 89 -88s-40 -89 -89 -89zM129 368c36 0 65 29 65 65c0 35 -29 64 -65 64s-65 -29 -65 -64c0 -36 29 -65 65 -65zM441 35c-49 0 -89 40 -89 89s40 88 89 88s89 -39 89 -88
765
- s-40 -89 -89 -89zM441 59c36 0 65 29 65 65c0 35 -29 64 -65 64s-65 -29 -65 -64c0 -36 29 -65 65 -65z" />
766
- <glyph glyph-name="at" unicode="@" horiz-adv-x="829"
767
- d="M789 236v-4c-2 -93 -25 -248 -165 -248c-40 0 -82 18 -95 77c-39 -32 -76 -55 -117 -61c-112 -17 -189 75 -189 225c0 133 76 251 205 220c33 -9 64 -32 97 -63v60l25 -2v-82l1 -1l-1 -2v-263c2 -51 30 -84 70 -84c127 0 141 159 142 228c-2 196 -150 346 -358 346
768
- c-179 0 -339 -151 -339 -361c0 -220 166 -358 343 -358c91 1 149 26 220 76l11 -26c-71 -49 -140 -76 -231 -76c-190 0 -368 151 -368 385c0 223 172 385 364 385c220 0 380 -158 385 -365v-6zM401 25c44 5 79 27 124 65v259c-32 31 -65 62 -106 72
769
- c-101 22 -170 -73 -170 -196c0 -135 64 -209 152 -200z" />
770
- <glyph glyph-name="ampersand" unicode="&#x26;" horiz-adv-x="560"
771
- d="M500 242c-8 -49 -32 -110 -72 -160l44 -82h-28l-34 62c-38 -39 -89 -67 -150 -67c-125 0 -200 85 -200 190c0 102 67 182 181 189l-100 185h283v-25h-241l231 -427c33 45 53 98 61 141zM260 21c57 0 103 27 137 65l-142 262c-113 -1 -170 -77 -170 -161
772
- c0 -91 64 -166 175 -166z" />
773
- <glyph glyph-name="copyright" unicode="&#xa9;" horiz-adv-x="966"
774
- d="M483 -100c-211 0 -383 172 -383 383s172 383 383 383s383 -172 383 -383s-172 -383 -383 -383zM483 -72c196 0 355 159 355 355s-159 355 -355 355s-355 -159 -355 -355s159 -355 355 -355zM481 85c-105 0 -189 88 -189 197c0 108 84 196 189 196c51 0 98 -21 132 -56
775
- l-17 -17c-30 31 -70 49 -115 49c-91 0 -166 -77 -166 -172c0 -96 75 -173 166 -173c43 0 82 17 112 45l17 -17c-34 -32 -79 -52 -129 -52z" />
776
- <glyph glyph-name="registered" unicode="&#xae;" horiz-adv-x="430"
777
- d="M217 297c-106 0 -192 86 -192 192c0 103 86 189 192 189c102 0 188 -86 188 -189c0 -106 -86 -192 -188 -192zM216 321c90 0 166 75 166 168c0 90 -76 166 -166 166c-93 0 -168 -76 -168 -166c0 -93 75 -168 168 -168zM171 409v157l34 2c40 3 60 -23 60 -55
778
- c0 -23 -9 -41 -28 -51l32 -53h-27l-30 47h-19v-47h-22zM193 478h23c17 1 26 17 26 33c0 12 1 29 -16 34c-10 3 -22 3 -33 1v-68z" />
779
- <glyph glyph-name="degree" unicode="&#xb0;" horiz-adv-x="338"
780
- d="M169 412c-49 0 -89 40 -89 89s40 88 89 88s89 -39 89 -88s-40 -89 -89 -89zM169 436c36 0 65 29 65 65c0 35 -29 64 -65 64s-65 -29 -65 -64c0 -36 29 -65 65 -65z" />
781
- <glyph glyph-name="bar" unicode="|" horiz-adv-x="245"
782
- d="M110 -109v791l25 3v-794h-25z" />
783
- <glyph glyph-name="uni2116" unicode="&#x2116;" horiz-adv-x="862"
784
- d="M462 45v513h25v-558h-25l-337 521v-521h-25v558l29 1zM687 333c-49 0 -89 40 -89 89s40 88 89 88s89 -39 89 -88s-40 -89 -89 -89zM687 486c-36 0 -65 -29 -65 -64c0 -36 29 -65 65 -65s65 29 65 65c0 35 -29 64 -65 64zM597 161h185v-23h-185v23z" />
785
- <glyph glyph-name="asciicircum" unicode="^" horiz-adv-x="405"
786
- d="M345 458l-18 -19l-125 124l-124 -118l-18 19l143 136z" />
787
- <glyph glyph-name="uni0308" unicode="&#x308;"
788
- d="M-173 555c-17 0 -29 12 -29 29c0 18 12 30 29 30c18 0 30 -12 30 -30c0 -17 -12 -29 -30 -29zM-28 554c-17 0 -29 12 -29 29c0 18 12 30 29 30c18 0 30 -12 30 -30c0 -17 -12 -29 -30 -29z" />
789
- <glyph glyph-name="uni0307" unicode="&#x307;"
790
- d="M-29 537c-16 0 -28 11 -28 28s12 28 28 28c17 0 29 -11 29 -28s-12 -28 -29 -28z" />
791
- <glyph glyph-name="gravecomb" unicode="&#x300;"
792
- d="M-13 533l-157 107l19 25l151 -114z" />
793
- <glyph glyph-name="acutecomb" unicode="&#x301;"
794
- d="M-157 533l-13 18l151 114l19 -25z" />
795
- <glyph glyph-name="uni030B" unicode="&#x30b;"
796
- d="M-140 518l-22 2l16 190l26 -3zM-20 518l-22 2l16 190l26 -3z" />
797
- <glyph glyph-name="caroncomb.alt"
798
- d="M-19 228l-21 2l12 210l28 -3z" />
799
- <glyph glyph-name="uni0302" unicode="&#x302;"
800
- d="M0 543l-19 -17l-85 85l-83 -85l-19 17l103 103z" />
801
- <glyph glyph-name="uni030C" unicode="&#x30c;"
802
- d="M-19 644l19 -17l-103 -103l-103 103l19 17l83 -85z" />
803
- <glyph glyph-name="uni0306" unicode="&#x306;"
804
- d="M-105 547c-46 0 -80 27 -105 58l21 17c11 -17 39 -50 84 -50c42 0 71 31 84 50l21 -17c-26 -31 -58 -58 -105 -58z" />
805
- <glyph glyph-name="uni030A" unicode="&#x30a;"
806
- d="M-60 526c-35 0 -63 29 -63 62c0 35 28 62 63 62c33 0 60 -27 60 -62c0 -33 -27 -62 -60 -62zM-60 551c21 0 35 17 35 37c0 21 -14 39 -35 39s-38 -18 -38 -39c0 -20 17 -37 38 -37z" />
807
- <glyph glyph-name="tildecomb" unicode="&#x303;"
808
- d="M-190 553l-22 10c8 24 22 54 55 54c34 0 68 -44 99 -44c19 0 27 10 35 34l23 -9c-6 -19 -19 -52 -58 -52c-41 1 -69 44 -101 44c-17 0 -23 -18 -31 -37z" />
809
- <glyph glyph-name="uni0304" unicode="&#x304;"
810
- d="M-185 560v23h185v-23h-185z" />
811
- <glyph glyph-name="uni0312" unicode="&#x312;"
812
- d="M-26 687l26 -3l-34 -178l-22 2z" />
813
- <glyph glyph-name="uni0326" unicode="&#x326;"
814
- d="M-28 -213l-26 3l32 168l22 -2z" />
815
- <glyph glyph-name="uni0327" unicode="&#x327;"
816
- d="M-108 -42c66 7 108 -28 108 -78c0 -56 -42 -85 -89 -85c-55 0 -82 33 -86 48l19 10c6 -11 26 -34 67 -34c35 0 64 23 64 61c0 26 -21 54 -72 55h-36l1 76h25z" />
817
- <glyph glyph-name="uni0328" unicode="&#x328;"
818
- d="M-202 -88c22 40 59 69 87 92l24 -4c-51 -43 -70 -64 -88 -93c-44 -71 27 -125 76 -63l19 -14c-60 -77 -173 -18 -118 82z" />
819
- <glyph glyph-name="uni0335" unicode="&#x335;"
820
- d="M-170 307v23h170v-23h-170z" />
821
- <glyph glyph-name="uni0337" unicode="&#x337;"
822
- d="M-376 17l-19 18l377 388l18 -18z" />
823
- <glyph glyph-name="uni0338" unicode="&#x338;"
824
- d="M-484 34l-18 18l475 487l18 -18z" />
825
- <glyph glyph-name="uni0307.alt"
826
- d="M-30 554c-17 0 -29 12 -29 29c0 18 12 30 29 30c18 0 30 -12 30 -30c0 -17 -12 -29 -30 -29z" />
827
- <glyph glyph-name="_f.f.alt" horiz-adv-x="212"
828
- d="M218 603c38 0 72 -15 94 -41l-19 -16c-17 21 -44 33 -75 33c-47 0 -79 -38 -81 -85v-74h109v-24h-109v-396h-25v396h-57v24h57v74c2 60 45 109 106 109z" />
829
- <hkern u1="F" u2="A" k="40" />
830
- <hkern u1="T" u2="A" k="40" />
831
- <hkern u1="l" u2="&#x29;" k="-40" />
832
- <hkern u1="q" u2="&#x29;" k="-10" />
833
- <hkern u1="&#x33;" u2="&#x27;" k="-30" />
834
- <hkern u1="&#x33;" u2="&#x22;" k="-50" />
835
- <hkern u1="&#x35;" u2="&#x2019;" k="-10" />
836
- <hkern u1="&#x35;" u2="&#x27;" k="-30" />
837
- <hkern u1="&#x35;" u2="&#x22;" k="-40" />
838
- <hkern u1="&#x36;" u2="&#x2019;" k="20" />
839
- <hkern u1="&#x36;" u2="&#x2018;" k="20" />
840
- <hkern u1="&#x36;" u2="&#x201d;" k="30" />
841
- <hkern u1="&#x36;" u2="&#x201c;" k="30" />
842
- <hkern u1="&#x36;" u2="&#x27;" k="20" />
843
- <hkern u1="&#x36;" u2="&#x22;" k="30" />
844
- <hkern u1="&#x36;" u2="&#x2e;" k="40" />
845
- <hkern u1="&#x36;" u2="&#x2026;" k="40" />
846
- <hkern u1="&#x36;" u2="&#x2c;" k="40" />
847
- <hkern u1="&#x37;" u2="&#x2019;" k="-30" />
848
- <hkern u1="&#x37;" u2="&#x2018;" k="-30" />
849
- <hkern u1="&#x37;" u2="&#x201d;" k="-30" />
850
- <hkern u1="&#x37;" u2="&#x201c;" k="-20" />
851
- <hkern u1="&#x37;" u2="&#x27;" k="-60" />
852
- <hkern u1="&#x37;" u2="&#x22;" k="-70" />
853
- <hkern u1="&#x21;" u2="&#x21;" k="-40" />
854
- <hkern u1="&#x3f;" u2="&#x2019;" k="-60" />
855
- <hkern u1="&#x3f;" u2="&#x2018;" k="-40" />
856
- <hkern u1="&#x3f;" u2="&#x201d;" k="-60" />
857
- <hkern u1="&#x3f;" u2="&#x201c;" k="-40" />
858
- <hkern u1="&#x3f;" u2="&#x27;" k="-80" />
859
- <hkern u1="&#x3f;" u2="&#x22;" k="-90" />
860
- <hkern u1="&#x22;" u2="&#x3f;" k="-60" />
861
- <hkern u1="&#x22;" u2="&#x38;" k="45" />
862
- <hkern u1="&#x27;" u2="&#x3f;" k="-90" />
863
- <hkern u1="&#x27;" u2="&#x37;" k="-30" />
864
- <hkern u1="&#x27;" u2="&#x33;" k="-20" />
865
- <hkern u1="&#x27;" u2="&#x32;" k="-20" />
866
- <hkern u1="&#x27;" u2="&#x31;" k="-30" />
867
- <hkern u1="&#x2f;" u2="\" k="-60" />
868
- <hkern u1="&#x201c;" u2="&#x3f;" k="-60" />
869
- <hkern u1="&#x201c;" u2="&#x38;" k="35" />
870
- <hkern u1="&#x201c;" u2="&#x31;" k="-30" />
871
- <hkern u1="&#x201d;" u2="&#x3f;" k="-60" />
872
- <hkern u1="&#x201d;" u2="&#x38;" k="35" />
873
- <hkern u1="&#x201d;" u2="&#x31;" k="-30" />
874
- <hkern u1="&#x2018;" u2="&#x3f;" k="-60" />
875
- <hkern u1="&#x2018;" u2="&#x31;" k="-20" />
876
- <hkern u1="&#x2019;" u2="&#x3f;" k="-80" />
877
- <hkern u1="&#x2019;" u2="&#x31;" k="-20" />
878
- <hkern g1="three,five,six,eight"
879
- g2="comma,ellipsis,period"
880
- k="40" />
881
- <hkern g1="seven,nine"
882
- g2="comma,ellipsis,period"
883
- k="110" />
884
- <hkern g1="seven,nine"
885
- g2="four"
886
- k="15" />
887
- <hkern g1="seven,nine"
888
- g2="six"
889
- k="30" />
890
- <hkern g1="seven,nine"
891
- g2="nine"
892
- k="30" />
893
- <hkern g1="seven,nine"
894
- g2="one"
895
- k="-30" />
896
- <hkern g1="seven,nine"
897
- g2="quotedbl"
898
- k="-20" />
899
- <hkern g1="seven,nine"
900
- g2="quotesingle"
901
- k="-20" />
902
- <hkern g1="seven,nine"
903
- g2="semicolon"
904
- k="30" />
905
- <hkern g1="one"
906
- g2="comma,ellipsis,period"
907
- k="50" />
908
- <hkern g1="question"
909
- g2="comma,ellipsis,period"
910
- k="40" />
911
- <hkern g1="quotedbl"
912
- g2="six"
913
- k="40" />
914
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
915
- g2="C,Cacute,Ccaron,Ccedilla,Cdotaccent,G,Gbreve,Gcommaaccent,Gdotaccent,O,Oacute,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,S,Sacute,Scaron,Scedilla,Scommaaccent,zero,infinity,ampersand"
916
- k="10" />
917
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
918
- g2="T"
919
- k="40" />
920
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
921
- g2="W"
922
- k="20" />
923
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
924
- g2="X"
925
- k="-10" />
926
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
927
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
928
- k="40" />
929
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
930
- g2="t,tbar,tcaron,uni0163,uni021B,fi,fl,f_f.dlig,f_f_i.dlig,f_h.liga,f_j.liga,f_t.liga,_f.f.alt"
931
- k="30" />
932
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
933
- g2="quotedbl"
934
- k="70" />
935
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
936
- g2="quotedblleft"
937
- k="55" />
938
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
939
- g2="quotedblright"
940
- k="55" />
941
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
942
- g2="quoteleft"
943
- k="50" />
944
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
945
- g2="quoteright"
946
- k="50" />
947
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
948
- g2="quotesingle"
949
- k="50" />
950
- <hkern g1="AE,E,Eacute,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,H,Hbar,I,IJ,Iacute,Icircumflex,Idieresis,Idotaccent,Igrave,Imacron,Iogonek,M,N,Nacute,Ncaron,Ncommaaccent,Eng,Ntilde,d"
951
- g2="quoteright"
952
- k="20" />
953
- <hkern g1="AE,E,Eacute,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,H,Hbar,I,IJ,Iacute,Icircumflex,Idieresis,Idotaccent,Igrave,Imacron,Iogonek,M,N,Nacute,Ncaron,Ncommaaccent,Eng,Ntilde,d"
954
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
955
- k="10" />
956
- <hkern g1="C,D,Eth,Dcaron,Dcroat,G,Gbreve,Gcommaaccent,Gdotaccent,O,Oacute,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,S,Scaron,Scedilla,Scommaaccent,zero,infinity"
957
- g2="comma,ellipsis,period"
958
- k="40" />
959
- <hkern g1="C,D,Eth,Dcaron,Dcroat,G,Gbreve,Gcommaaccent,Gdotaccent,O,Oacute,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,S,Scaron,Scedilla,Scommaaccent,zero,infinity"
960
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
961
- k="10" />
962
- <hkern g1="OE,P,Thorn,Racute,Rcaron,Rcommaaccent"
963
- g2="comma,ellipsis,period"
964
- k="90" />
965
- <hkern g1="OE,P,Thorn,Racute,Rcaron,Rcommaaccent"
966
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
967
- k="40" />
968
- <hkern g1="R"
969
- g2="quotesingle"
970
- k="-30" />
971
- <hkern g1="F,T"
972
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
973
- k="-50" />
974
- <hkern g1="F,T"
975
- g2="quotedbl"
976
- k="-60" />
977
- <hkern g1="F,T"
978
- g2="quotedblleft"
979
- k="-20" />
980
- <hkern g1="F,T"
981
- g2="quotedblright"
982
- k="-20" />
983
- <hkern g1="F,T"
984
- g2="quoteleft"
985
- k="-15" />
986
- <hkern g1="F,T"
987
- g2="quotesingle"
988
- k="-60" />
989
- <hkern g1="F,T"
990
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
991
- k="40" />
992
- <hkern g1="F,T"
993
- g2="comma,ellipsis,period"
994
- k="50" />
995
- <hkern g1="F,T"
996
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
997
- k="50" />
998
- <hkern g1="F,T"
999
- g2="i,dotlessi,iacute,icircumflex,idieresis,i.loclTRK,igrave,imacron,iogonek,m,n,r,racute,rcaron,rcommaaccent,u,uacute,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,y,yacute,ycircumflex,ydieresis,ygrave"
1000
- k="40" />
1001
- <hkern g1="F,T"
1002
- g2="uni203D"
1003
- k="-60" />
1004
- <hkern g1="F,T"
1005
- g2="parenright"
1006
- k="-40" />
1007
- <hkern g1="W"
1008
- g2="quotedbl"
1009
- k="-50" />
1010
- <hkern g1="W"
1011
- g2="quotedblleft"
1012
- k="-30" />
1013
- <hkern g1="W"
1014
- g2="quotedblright"
1015
- k="-30" />
1016
- <hkern g1="W"
1017
- g2="quoteleft"
1018
- k="-35" />
1019
- <hkern g1="W"
1020
- g2="quoteright"
1021
- k="-35" />
1022
- <hkern g1="W"
1023
- g2="quotesingle"
1024
- k="-60" />
1025
- <hkern g1="W"
1026
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1027
- k="10" />
1028
- <hkern g1="W"
1029
- g2="comma,ellipsis,period"
1030
- k="40" />
1031
- <hkern g1="W"
1032
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1033
- k="20" />
1034
- <hkern g1="X"
1035
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1036
- k="20" />
1037
- <hkern g1="X"
1038
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1039
- k="-10" />
1040
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1041
- g2="T"
1042
- k="-50" />
1043
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1044
- g2="quotedbl"
1045
- k="-60" />
1046
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1047
- g2="quotedblleft"
1048
- k="-40" />
1049
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1050
- g2="quotedblright"
1051
- k="-40" />
1052
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1053
- g2="quoteleft"
1054
- k="-45" />
1055
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1056
- g2="quoteright"
1057
- k="-45" />
1058
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1059
- g2="quotesingle"
1060
- k="-70" />
1061
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1062
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1063
- k="35" />
1064
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1065
- g2="comma,ellipsis,period"
1066
- k="70" />
1067
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1068
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1069
- k="40" />
1070
- <hkern g1="Z"
1071
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1072
- k="-50" />
1073
- <hkern g1="f,f_f.dlig,_f.f.alt"
1074
- g2="comma,ellipsis,period"
1075
- k="30" />
1076
- <hkern g1="f,f_f.dlig,_f.f.alt"
1077
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1078
- k="30" />
1079
- <hkern g1="f,f_f.dlig,_f.f.alt"
1080
- g2="asterisk"
1081
- k="-30" />
1082
- <hkern g1="f,f_f.dlig,_f.f.alt"
1083
- g2="parenright"
1084
- k="-40" />
1085
- <hkern g1="f,f_f.dlig,_f.f.alt"
1086
- g2="quoteright"
1087
- k="-40" />
1088
- <hkern g1="f,f_f.dlig,_f.f.alt"
1089
- g2="quotesingle"
1090
- k="-60" />
1091
- <hkern g1="g,gbreve,gcommaaccent,gdotaccent"
1092
- g2="parenright"
1093
- k="-30" />
1094
- <hkern g1="g,gbreve,gcommaaccent,gdotaccent"
1095
- g2="v,w,wacute,wcircumflex,wdieresis,wgrave"
1096
- k="-5" />
1097
- <hkern g1="h,hbar,m,n,nacute,ncaron,ncommaaccent,eng,ntilde,f_h.liga"
1098
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1099
- k="10" />
1100
- <hkern g1="h,hbar,m,n,nacute,ncaron,ncommaaccent,eng,ntilde,f_h.liga"
1101
- g2="quoteright"
1102
- k="40" />
1103
- <hkern g1="h,hbar,m,n,nacute,ncaron,ncommaaccent,eng,ntilde,f_h.liga"
1104
- g2="v,w,wacute,wcircumflex,wdieresis,wgrave"
1105
- k="10" />
1106
- <hkern g1="h,hbar,m,n,nacute,ncaron,ncommaaccent,eng,ntilde,f_h.liga"
1107
- g2="B,D,Dcaron,E,Eacute,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,F,H,Hbar,I,IJ,Iacute,Icircumflex,Idieresis,Idotaccent,Igrave,Imacron,Iogonek,K,Kcommaaccent,L,Lacute,Lcaron,Lcommaaccent,Ldot,M,N,Nacute,Ncaron,Ncommaaccent,Eng,Ntilde,P,Thorn,R,Racute,Rcaron,Rcommaaccent,Uacute,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,b,thorn,germandbls"
1108
- k="10" />
1109
- <hkern g1="h,hbar,m,n,nacute,ncaron,ncommaaccent,eng,ntilde,f_h.liga"
1110
- g2="t,tbar,tcaron,uni0163,uni021B,fi,fl,f_f.dlig,f_f_i.dlig,f_h.liga,f_j.liga,f_t.liga,_f.f.alt"
1111
- k="20" />
1112
- <hkern g1="h,hbar,m,n,nacute,ncaron,ncommaaccent,eng,ntilde,f_h.liga"
1113
- g2="quotedblleft"
1114
- k="30" />
1115
- <hkern g1="h,hbar,m,n,nacute,ncaron,ncommaaccent,eng,ntilde,f_h.liga"
1116
- g2="quotedblright"
1117
- k="30" />
1118
- <hkern g1="h,hbar,m,n,nacute,ncaron,ncommaaccent,eng,ntilde,f_h.liga"
1119
- g2="quoteleft"
1120
- k="30" />
1121
- <hkern g1="b,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,p,thorn,s,sacute,scaron,scedilla,scommaaccent"
1122
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1123
- k="-5" />
1124
- <hkern g1="b,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,p,thorn,s,sacute,scaron,scedilla,scommaaccent"
1125
- g2="quotesingle"
1126
- k="-40" />
1127
- <hkern g1="b,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,p,thorn,s,sacute,scaron,scedilla,scommaaccent"
1128
- g2="B,D,Dcaron,E,Eacute,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,F,H,Hbar,I,IJ,Iacute,Icircumflex,Idieresis,Idotaccent,Igrave,Imacron,Iogonek,K,Kcommaaccent,L,Lacute,Lcaron,Lcommaaccent,Ldot,M,N,Nacute,Ncaron,Ncommaaccent,Eng,Ntilde,P,Thorn,R,Racute,Rcaron,Rcommaaccent,Uacute,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,b,thorn,germandbls"
1129
- k="10" />
1130
- <hkern g1="b,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,p,thorn,s,sacute,scaron,scedilla,scommaaccent"
1131
- g2="T"
1132
- k="40" />
1133
- <hkern g1="b,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,p,thorn,s,sacute,scaron,scedilla,scommaaccent"
1134
- g2="W"
1135
- k="10" />
1136
- <hkern g1="b,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,p,thorn,s,sacute,scaron,scedilla,scommaaccent"
1137
- g2="X"
1138
- k="20" />
1139
- <hkern g1="b,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,p,thorn,s,sacute,scaron,scedilla,scommaaccent"
1140
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1141
- k="35" />
1142
- <hkern g1="b,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,p,thorn,s,sacute,scaron,scedilla,scommaaccent"
1143
- g2="x"
1144
- k="20" />
1145
- <hkern g1="b,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,p,thorn,s,sacute,scaron,scedilla,scommaaccent"
1146
- g2="quotedbl"
1147
- k="-40" />
1148
- <hkern g1="r,racute,rcaron,rcommaaccent"
1149
- g2="comma,ellipsis,period"
1150
- k="60" />
1151
- <hkern g1="r,racute,rcaron,rcommaaccent"
1152
- g2="quoteright"
1153
- k="-35" />
1154
- <hkern g1="r,racute,rcaron,rcommaaccent"
1155
- g2="quotesingle"
1156
- k="-60" />
1157
- <hkern g1="r,racute,rcaron,rcommaaccent"
1158
- g2="v,w,wacute,wcircumflex,wdieresis,wgrave"
1159
- k="-30" />
1160
- <hkern g1="r,racute,rcaron,rcommaaccent"
1161
- g2="quotedblleft"
1162
- k="-40" />
1163
- <hkern g1="r,racute,rcaron,rcommaaccent"
1164
- g2="quotedblright"
1165
- k="-40" />
1166
- <hkern g1="r,racute,rcaron,rcommaaccent"
1167
- g2="quoteleft"
1168
- k="-35" />
1169
- <hkern g1="r,racute,rcaron,rcommaaccent"
1170
- g2="quotedbl"
1171
- k="-50" />
1172
- <hkern g1="t,tbar,tcaron,uni0163,uni021B,f_t.liga"
1173
- g2="comma,ellipsis,period"
1174
- k="-20" />
1175
- <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave"
1176
- g2="comma,ellipsis,period"
1177
- k="60" />
1178
- <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave"
1179
- g2="quoteright"
1180
- k="-40" />
1181
- <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave"
1182
- g2="quotesingle"
1183
- k="-50" />
1184
- <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave"
1185
- g2="quotedblleft"
1186
- k="-50" />
1187
- <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave"
1188
- g2="quotedblright"
1189
- k="-50" />
1190
- <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave"
1191
- g2="quoteleft"
1192
- k="-40" />
1193
- <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave"
1194
- g2="quotedbl"
1195
- k="-50" />
1196
- <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave"
1197
- g2="h,hbar,k,kcommaaccent,l,lacute,lcaron,lcommaaccent,ldot,lslash"
1198
- k="30" />
1199
- <hkern g1="c,k,kcommaaccent,x"
1200
- g2="at"
1201
- k="-30" />
1202
- <hkern g1="q"
1203
- g2="i,dotlessi,iacute,icircumflex,idieresis,i.loclTRK,igrave,imacron,iogonek,m,n,r,racute,rcaron,rcommaaccent,u,uacute,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,y,yacute,ycircumflex,ydieresis,ygrave"
1204
- k="10" />
1205
- <hkern g1="parenleft"
1206
- g2="j,uni0237"
1207
- k="-40" />
1208
- <hkern g1="period"
1209
- g2="C,Cacute,Ccaron,Ccedilla,Cdotaccent,G,Gbreve,Gcommaaccent,Gdotaccent,O,Oacute,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,S,Sacute,Scaron,Scedilla,Scommaaccent,zero,infinity,ampersand"
1210
- k="20" />
1211
- <hkern g1="period"
1212
- g2="T"
1213
- k="50" />
1214
- <hkern g1="quotedbl"
1215
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1216
- k="70" />
1217
- <hkern g1="quotedbl"
1218
- g2="W"
1219
- k="-50" />
1220
- <hkern g1="quotedbl"
1221
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1222
- k="-60" />
1223
- <hkern g1="quotedbl"
1224
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1225
- k="20" />
1226
- <hkern g1="quotedbl"
1227
- g2="i,dotlessi,iacute,icircumflex,idieresis,i.loclTRK,igrave,imacron,iogonek,m,n,r,racute,rcaron,rcommaaccent,u,uacute,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,y,yacute,ycircumflex,ydieresis,ygrave"
1228
- k="30" />
1229
- <hkern g1="quotedbl"
1230
- g2="v,w,wacute,wcircumflex,wdieresis,wgrave"
1231
- k="-20" />
1232
- <hkern g1="quotedblleft"
1233
- g2="T"
1234
- k="-10" />
1235
- <hkern g1="quotedblleft"
1236
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1237
- k="70" />
1238
- <hkern g1="quotedblleft"
1239
- g2="W"
1240
- k="-20" />
1241
- <hkern g1="quotedblleft"
1242
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1243
- k="-30" />
1244
- <hkern g1="quotedblleft"
1245
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1246
- k="30" />
1247
- <hkern g1="quotedblleft"
1248
- g2="i,dotlessi,iacute,icircumflex,idieresis,i.loclTRK,igrave,imacron,iogonek,m,n,r,racute,rcaron,rcommaaccent,u,uacute,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,y,yacute,ycircumflex,ydieresis,ygrave"
1249
- k="45" />
1250
- <hkern g1="quotedblleft"
1251
- g2="v,w,wacute,wcircumflex,wdieresis,wgrave"
1252
- k="-15" />
1253
- <hkern g1="quotedblright"
1254
- g2="T"
1255
- k="-10" />
1256
- <hkern g1="quotedblright"
1257
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1258
- k="70" />
1259
- <hkern g1="quotedblright"
1260
- g2="W"
1261
- k="-20" />
1262
- <hkern g1="quotedblright"
1263
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1264
- k="-30" />
1265
- <hkern g1="quotedblright"
1266
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1267
- k="30" />
1268
- <hkern g1="quotedblright"
1269
- g2="i,dotlessi,iacute,icircumflex,idieresis,i.loclTRK,igrave,imacron,iogonek,m,n,r,racute,rcaron,rcommaaccent,u,uacute,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,y,yacute,ycircumflex,ydieresis,ygrave"
1270
- k="45" />
1271
- <hkern g1="quotedblright"
1272
- g2="v,w,wacute,wcircumflex,wdieresis,wgrave"
1273
- k="-15" />
1274
- <hkern g1="quoteleft"
1275
- g2="T"
1276
- k="-10" />
1277
- <hkern g1="quoteleft"
1278
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1279
- k="65" />
1280
- <hkern g1="quoteleft"
1281
- g2="W"
1282
- k="-30" />
1283
- <hkern g1="quoteleft"
1284
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1285
- k="-40" />
1286
- <hkern g1="quoteleft"
1287
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1288
- k="30" />
1289
- <hkern g1="quoteleft"
1290
- g2="i,dotlessi,iacute,icircumflex,idieresis,i.loclTRK,igrave,imacron,iogonek,m,n,r,racute,rcaron,rcommaaccent,u,uacute,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,y,yacute,ycircumflex,ydieresis,ygrave"
1291
- k="40" />
1292
- <hkern g1="quoteleft"
1293
- g2="v,w,wacute,wcircumflex,wdieresis,wgrave"
1294
- k="-10" />
1295
- <hkern g1="quoteright"
1296
- g2="T"
1297
- k="-15" />
1298
- <hkern g1="quoteright"
1299
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1300
- k="65" />
1301
- <hkern g1="quoteright"
1302
- g2="W"
1303
- k="-30" />
1304
- <hkern g1="quoteright"
1305
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1306
- k="-40" />
1307
- <hkern g1="quoteright"
1308
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1309
- k="20" />
1310
- <hkern g1="quoteright"
1311
- g2="i,dotlessi,iacute,icircumflex,idieresis,i.loclTRK,igrave,imacron,iogonek,m,n,r,racute,rcaron,rcommaaccent,u,uacute,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,y,yacute,ycircumflex,ydieresis,ygrave"
1312
- k="40" />
1313
- <hkern g1="quoteright"
1314
- g2="v,w,wacute,wcircumflex,wdieresis,wgrave"
1315
- k="-10" />
1316
- <hkern g1="quotesingle"
1317
- g2="T"
1318
- k="-30" />
1319
- <hkern g1="quotesingle"
1320
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1321
- k="60" />
1322
- <hkern g1="quotesingle"
1323
- g2="W"
1324
- k="-50" />
1325
- <hkern g1="quotesingle"
1326
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1327
- k="-60" />
1328
- <hkern g1="quotesingle"
1329
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1330
- k="-10" />
1331
- <hkern g1="quotesingle"
1332
- g2="v,w,wacute,wcircumflex,wdieresis,wgrave"
1333
- k="-30" />
1334
- <hkern g1="quotesingle"
1335
- g2="t,tbar,tcaron,uni0163,uni021B,fi,fl,f_f.dlig,f_f_i.dlig,f_h.liga,f_j.liga,f_t.liga,_f.f.alt"
1336
- k="-50" />
1337
- <hkern g1="slash"
1338
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1339
- k="30" />
1340
- </font>
1341
- </defs></svg>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
webfont/Affogato-Light.ttf DELETED
Binary file
webfont/Affogato-Light.woff DELETED
Binary file
webfont/Affogato-Light.woff2 DELETED
Binary file
webfont/Affogato-Medium.eot DELETED
Binary file
webfont/Affogato-Medium.svg DELETED
@@ -1,1436 +0,0 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
4
- <metadata>
5
- Created by FontForge 20150824 at Mon Aug 15 22:24:25 2016
6
- By Everything Fonts
7
- Copyright \(c\) 2015 by Eric Lobdell. All rights reserved.
8
- </metadata>
9
- <defs>
10
- <font id="Affogato-Medium" horiz-adv-x="0" >
11
- <font-face
12
- font-family="Affogato Medium"
13
- font-weight="500"
14
- font-stretch="normal"
15
- units-per-em="880"
16
- panose-1="0 0 6 0 0 0 0 0 0 0"
17
- ascent="704"
18
- descent="-176"
19
- x-height="440"
20
- cap-height="563"
21
- bbox="-533 -217 964 841"
22
- underline-thickness="50"
23
- underline-position="-100"
24
- unicode-range="U+0020-FB02"
25
- />
26
- <missing-glyph horiz-adv-x="503"
27
- d="M412 800v-1005h-319v1005h319zM335 733h-166v-34h65v-37h-66v-33h167v33h-67v37h67v34zM268 603h-100v-105h167v35h-67v70zM234 569v-36h-33v36h33zM335 471h-167v-33h66v-37h-66v-33h100v70h67v33zM335 411h-34v-66h-133v-34h167v100zM335 288h-101v-56h34v23h33v-47
28
- h-100v80h-33v-113h167v113zM335 115h-167v-114h167v114zM301 81v-47h-100v47h100zM335 -22h-167v-33h70l-70 -47v-34h167v34h-103l71 47h32v33z" />
29
- <glyph glyph-name="fi" unicode="fi" horiz-adv-x="518"
30
- d="M92 467c0 87 60 135 136 135c25 0 56 -6 71 -13l-19 -66c-11 3 -23 7 -44 6c-31 -2 -59 -26 -59 -67v-37h87v-73h-87v-352h-85v352h-53v73h53v42zM399 485c-31 0 -53 22 -53 55c0 31 22 53 53 53c33 0 55 -22 55 -53c0 -33 -22 -55 -55 -55zM358 0v431l85 5v-436h-85z
31
- " />
32
- <glyph glyph-name="fl" unicode="fl" horiz-adv-x="550"
33
- d="M92 467c0 87 60 135 136 135c25 0 56 -6 71 -13l-19 -66c-11 3 -23 7 -44 6c-31 -2 -59 -26 -59 -67v-37h87v-73h-87v-352h-85v352h-53v73h53v42zM497 83c9 -1 18 -1 27 -1v-82h-34c-92 0 -135 40 -135 148l1 439l85 5l-1 -420c0 -54 8 -87 57 -89z" />
34
- <glyph glyph-name="f_h.liga" unicode="fh" horiz-adv-x="786"
35
- d="M92 467c0 87 60 135 136 135c25 0 56 -6 71 -13l-19 -66c-11 3 -23 7 -44 6c-31 -2 -59 -26 -59 -67v-37h87v-73h-87v-352h-85v352h-53v73h53v42zM558 445c92 10 158 -59 158 -155v-290h-85v267c0 67 -39 111 -100 100c-32 -6 -68 -36 -88 -69v-298h-85v589l85 5v-223
36
- c27 37 68 68 115 74z" />
37
- <glyph glyph-name="f_j.liga" unicode="fj" horiz-adv-x="510"
38
- d="M395 495c-31 0 -53 22 -53 55c0 31 22 53 53 53c33 0 55 -22 55 -53c0 -33 -22 -55 -55 -55zM264 352h-87v-352h-85v352h-53v73h53v42c0 87 60 135 136 135c25 0 56 -6 71 -13l-19 -66c-11 3 -23 7 -44 6c-31 -2 -59 -26 -59 -67v-37h87v-73zM353 -33v463l85 5v-468
39
- c0 -122 -50 -174 -131 -174c-33 0 -64 10 -80 22l21 71c10 -4 23 -8 43 -8c36 1 62 25 62 89z" />
40
- <glyph glyph-name="f_t.liga" unicode="ft" horiz-adv-x="580"
41
- d="M92 467c0 87 60 135 136 135c25 0 56 -6 71 -13l-19 -66c-11 3 -23 7 -44 6c-31 -2 -59 -26 -59 -67v-37h87v-73h-87v-352h-85v352h-53v73h53v42zM509 83c10 -1 19 -1 28 -1v-81c-13 -1 -23 -2 -34 -2c-91 0 -135 41 -135 149v202h-55v82h56v127l85 4v-131h79v-82h-80
42
- v-178c0 -55 8 -88 56 -89z" />
43
- <glyph glyph-name="q_j.liga" unicode="qj" horiz-adv-x="719"
44
- d="M580 495c-31 0 -53 22 -53 55c0 31 22 53 53 53c33 0 55 -22 55 -53c0 -33 -22 -55 -55 -55zM321 394l3 53l82 -5v-642l-85 5v270c-25 -34 -57 -68 -104 -75c-106 -17 -181 78 -181 218c0 132 78 250 192 225c44 -8 71 -43 93 -77v28zM538 -33v463l85 5v-468
45
- c0 -122 -50 -174 -131 -174c-33 0 -64 10 -80 22l21 71c10 -4 23 -8 43 -8c36 1 62 25 62 89zM230 73c34 3 61 30 91 68v156c-25 36 -52 65 -84 72c-68 12 -114 -58 -114 -152c0 -92 42 -148 107 -144z" />
46
- <glyph glyph-name=".notdef" horiz-adv-x="503"
47
- d="M412 800v-1005h-319v1005h319zM335 733h-166v-34h65v-37h-66v-33h167v33h-67v37h67v34zM268 603h-100v-105h167v35h-67v70zM234 569v-36h-33v36h33zM335 471h-167v-33h66v-37h-66v-33h100v70h67v33zM335 411h-34v-66h-133v-34h167v100zM335 288h-101v-56h34v23h33v-47
48
- h-100v80h-33v-113h167v113zM335 115h-167v-114h167v114zM301 81v-47h-100v47h100zM335 -22h-167v-33h70l-70 -47v-34h167v34h-103l71 47h32v33z" />
49
- <glyph glyph-name="A" unicode="A" horiz-adv-x="516"
50
- d="M400 0l-32 108h-219l-32 -108h-85l173 556l106 6l174 -562h-85zM172 185h173l-86 288z" />
51
- <glyph glyph-name="Aacute" unicode="&#xc1;" horiz-adv-x="516"
52
- d="M423 744l-181 -99l-28 53l167 118zM400 0l-32 108h-219l-32 -108h-85l173 556l106 6l174 -562h-85zM172 185h173l-86 288z" />
53
- <glyph glyph-name="Abreve" unicode="&#x102;" horiz-adv-x="516"
54
- d="M258 658c-55 0 -100 32 -127 74l48 41c12 -18 39 -47 79 -47c41 0 65 27 79 47l49 -41c-28 -43 -72 -74 -128 -74zM400 0l-32 108h-219l-32 -108h-85l173 556l106 6l174 -562h-85zM172 185h173l-86 288z" />
55
- <glyph glyph-name="uni01CD" unicode="&#x1cd;" horiz-adv-x="516"
56
- d="M381 754l-124 -110l-123 113l45 45l78 -73l80 72zM400 0l-32 108h-219l-32 -108h-85l173 556l106 6l174 -562h-85zM172 185h173l-86 288z" />
57
- <glyph glyph-name="Acircumflex" unicode="&#xc2;" horiz-adv-x="516"
58
- d="M257 718l-78 -72l-45 45l123 113l124 -111l-44 -47zM400 0l-32 108h-219l-32 -108h-85l173 556l106 6l174 -562h-85zM172 185h173l-86 288z" />
59
- <glyph glyph-name="Adieresis" unicode="&#xc4;" horiz-adv-x="516"
60
- d="M166 669c-28 0 -46 20 -46 48s18 46 46 46s48 -18 48 -46s-20 -48 -48 -48zM335 669c-28 0 -46 20 -46 48s18 46 46 46s48 -18 48 -46s-20 -48 -48 -48zM400 0l-32 108h-219l-32 -108h-85l173 556l106 6l174 -562h-85zM172 185h173l-86 288z" />
61
- <glyph glyph-name="Agrave" unicode="&#xc0;" horiz-adv-x="516"
62
- d="M298 698l-29 -54l-182 99l43 73zM400 0l-32 108h-219l-32 -108h-85l173 556l106 6l174 -562h-85zM172 185h173l-86 288z" />
63
- <glyph glyph-name="Amacron" unicode="&#x100;" horiz-adv-x="516"
64
- d="M370 738v-67h-224v67h224zM400 0l-32 108h-219l-32 -108h-85l173 556l106 6l174 -562h-85zM172 185h173l-86 288z" />
65
- <glyph glyph-name="Aogonek" unicode="&#x104;" horiz-adv-x="516"
66
- d="M383 -78c-38 -51 16 -96 65 -48l32 -38c-86 -82 -195 -8 -147 85c17 35 42 59 77 79h-10l-32 108h-219l-32 -108h-85l173 556l106 6l174 -562c-46 -26 -81 -50 -102 -78zM172 185h173l-86 288z" />
67
- <glyph glyph-name="Aring" unicode="&#xc5;" horiz-adv-x="516"
68
- d="M258 637c-50 0 -88 41 -88 88c0 49 38 88 88 88c48 0 87 -39 87 -88c0 -47 -39 -88 -87 -88zM257 761c-20 0 -35 -16 -35 -36s15 -35 35 -35s34 15 34 35s-14 36 -34 36zM400 0l-32 108h-219l-32 -108h-85l173 556l106 6l174 -562h-85zM172 185h173l-86 288z" />
69
- <glyph glyph-name="Atilde" unicode="&#xc3;" horiz-adv-x="516"
70
- d="M214 701c-16 0 -25 -19 -33 -39l-59 31c8 24 32 75 78 75c38 0 70 -35 98 -35c19 0 26 13 36 37l61 -29c-8 -21 -31 -77 -82 -77c-43 1 -71 37 -99 37zM400 0l-32 108h-219l-32 -108h-85l173 556l106 6l174 -562h-85zM172 185h173l-86 288z" />
71
- <glyph glyph-name="AE" unicode="&#xc6;" horiz-adv-x="684"
72
- d="M633 481h-253v-172h183v-80h-183v-149h253v-80h-340v111h-162l-55 -111h-90l281 560h366v-79zM165 181h128v261z" />
73
- <glyph glyph-name="B" unicode="B" horiz-adv-x="523"
74
- d="M82 0v557c36 2 164 8 190 8c105 0 159 -64 159 -149c0 -60 -26 -95 -53 -114c53 -22 88 -75 88 -142c0 -109 -88 -160 -165 -160h-219zM167 323h98c53 0 80 39 80 84s-36 78 -84 78c-33 0 -61 -1 -94 -2v-160zM167 81h116c53 0 94 34 94 88c0 49 -33 84 -84 84l-126 -1
75
- v-171z" />
76
- <glyph glyph-name="C" unicode="C" horiz-adv-x="542"
77
- d="M288 -5c-118 0 -234 92 -234 276v18c0 184 116 276 234 276c87 0 162 -50 198 -133l-75 -32c-25 51 -69 81 -123 81c-72 0 -150 -54 -150 -192v-18c0 -138 78 -192 149 -192c56 0 102 32 124 86l76 -33c-35 -89 -111 -137 -199 -137z" />
78
- <glyph glyph-name="Cacute" unicode="&#x106;" horiz-adv-x="542"
79
- d="M271 645l-28 53l167 118l42 -72zM288 -5c-118 0 -234 92 -234 276v18c0 184 116 276 234 276c87 0 162 -50 198 -133l-75 -32c-25 51 -69 81 -123 81c-72 0 -150 -54 -150 -192v-18c0 -138 78 -192 149 -192c56 0 102 32 124 86l76 -33c-35 -89 -111 -137 -199 -137z" />
80
- <glyph glyph-name="Ccaron" unicode="&#x10c;" horiz-adv-x="542"
81
- d="M410 754l-124 -110l-123 113l45 45l78 -73l80 72zM411 165l76 -33c-35 -89 -111 -137 -199 -137c-118 0 -234 92 -234 276v18c0 184 116 276 234 276c87 0 162 -50 198 -133l-75 -32c-25 51 -69 81 -123 81c-72 0 -150 -54 -150 -192v-18c0 -138 78 -192 149 -192
82
- c56 0 102 32 124 86z" />
83
- <glyph glyph-name="Ccedilla" unicode="&#xc7;" horiz-adv-x="542"
84
- d="M487 132c-34 -86 -106 -134 -191 -137l-5 -34c59 13 106 -23 106 -75c0 -59 -45 -92 -101 -92c-49 0 -79 26 -89 41l30 36c7 -8 24 -24 56 -24c24 0 46 14 46 41c0 26 -24 41 -59 41c-15 -1 -26 -1 -39 -2l1 73c-100 21 -188 111 -188 271v18c0 184 116 276 234 276
85
- c87 0 162 -50 198 -133l-75 -32c-25 51 -69 81 -123 81c-72 0 -150 -54 -150 -192v-18c0 -138 78 -192 149 -192c56 0 102 32 124 86z" />
86
- <glyph glyph-name="Cdotaccent" unicode="&#x10a;" horiz-adv-x="542"
87
- d="M286 641c-31 0 -53 22 -53 55c0 31 22 53 53 53c33 0 55 -22 55 -53c0 -33 -22 -55 -55 -55zM288 -5c-118 0 -234 92 -234 276v18c0 184 116 276 234 276c87 0 162 -50 198 -133l-75 -32c-25 51 -69 81 -123 81c-72 0 -150 -54 -150 -192v-18c0 -138 78 -192 149 -192
88
- c56 0 102 32 124 86l76 -33c-35 -89 -111 -137 -199 -137z" />
89
- <glyph glyph-name="D" unicode="D" horiz-adv-x="542"
90
- d="M82 0v557c57 4 111 6 170 8c110 0 233 -81 233 -289c0 -231 -156 -276 -244 -276h-159zM167 85h73c96 0 159 62 159 189c0 132 -66 206 -153 206c-29 -1 -52 -1 -79 -3v-392z" />
91
- <glyph glyph-name="Eth" unicode="&#xd0;" horiz-adv-x="542"
92
- d="M132 671v67h224v-67h-224zM82 0v557c57 4 111 6 170 8c110 0 233 -81 233 -289c0 -231 -156 -276 -244 -276h-159zM167 85h73c96 0 159 62 159 189c0 132 -66 206 -153 206c-29 -1 -52 -1 -79 -3v-392z" />
93
- <glyph glyph-name="Dcaron" unicode="&#x10e;" horiz-adv-x="542"
94
- d="M367 754l-124 -110l-123 113l45 45l78 -73l80 72zM252 565c110 0 233 -81 233 -289c0 -231 -156 -276 -244 -276h-159v557c57 4 111 6 170 8zM240 85c96 0 159 62 159 189c0 132 -66 206 -153 206c-29 -1 -52 -1 -79 -3v-392h73z" />
95
- <glyph glyph-name="Dcroat" unicode="&#x110;" horiz-adv-x="542"
96
- d="M132 671v67h224v-67h-224zM82 0v557c57 4 111 6 170 8c110 0 233 -81 233 -289c0 -231 -156 -276 -244 -276h-159zM167 85h73c96 0 159 62 159 189c0 132 -66 206 -153 206c-29 -1 -52 -1 -79 -3v-392z" />
97
- <glyph glyph-name="E" unicode="E" horiz-adv-x="469"
98
- d="M418 481h-253v-172h183v-80h-183v-149h253v-80h-336v560h336v-79z" />
99
- <glyph glyph-name="Eacute" unicode="&#xc9;" horiz-adv-x="469"
100
- d="M413 749l-181 -99l-28 53l167 118zM418 481h-253v-172h183v-80h-183v-149h253v-80h-336v560h336v-79z" />
101
- <glyph glyph-name="Ecaron" unicode="&#x11a;" horiz-adv-x="469"
102
- d="M371 759l-124 -110l-123 113l45 45l78 -73l80 72zM418 481h-253v-172h183v-80h-183v-149h253v-80h-336v560h336v-79z" />
103
- <glyph glyph-name="Ecircumflex" unicode="&#xca;" horiz-adv-x="469"
104
- d="M247 723l-78 -72l-45 45l123 113l124 -111l-44 -47zM418 481h-253v-172h183v-80h-183v-149h253v-80h-336v560h336v-79z" />
105
- <glyph glyph-name="Edieresis" unicode="&#xcb;" horiz-adv-x="469"
106
- d="M156 674c-28 0 -46 20 -46 48s18 46 46 46s48 -18 48 -46s-20 -48 -48 -48zM325 674c-28 0 -46 20 -46 48s18 46 46 46s48 -18 48 -46s-20 -48 -48 -48zM418 481h-253v-172h183v-80h-183v-149h253v-80h-336v560h336v-79z" />
107
- <glyph glyph-name="Edotaccent" unicode="&#x116;" horiz-adv-x="469"
108
- d="M247 646c-31 0 -53 22 -53 55c0 31 22 53 53 53c33 0 55 -22 55 -53c0 -33 -22 -55 -55 -55zM418 481h-253v-172h183v-80h-183v-149h253v-80h-336v560h336v-79z" />
109
- <glyph glyph-name="Egrave" unicode="&#xc8;" horiz-adv-x="469"
110
- d="M288 703l-29 -54l-182 99l43 73zM418 481h-253v-172h183v-80h-183v-149h253v-80h-336v560h336v-79z" />
111
- <glyph glyph-name="Emacron" unicode="&#x112;" horiz-adv-x="469"
112
- d="M360 743v-67h-224v67h224zM418 481h-253v-172h183v-80h-183v-149h253v-80h-336v560h336v-79z" />
113
- <glyph glyph-name="Eogonek" unicode="&#x118;" horiz-adv-x="469"
114
- d="M418 481h-253v-172h183v-80h-183v-149h253v-80c-46 -26 -81 -50 -102 -78c-38 -51 16 -96 65 -48l32 -38c-86 -82 -195 -8 -147 85c17 35 42 59 77 79h-261v560h336v-79z" />
115
- <glyph glyph-name="F" unicode="F" horiz-adv-x="425"
116
- d="M419 480h-252v-182h175v-80h-175v-218h-85v560h337v-80z" />
117
- <glyph glyph-name="G" unicode="G" horiz-adv-x="571"
118
- d="M292 -5c-126 0 -238 92 -238 279v12c0 187 112 279 238 279c98 0 181 -65 208 -154l-81 -22c-17 53 -62 97 -127 97c-79 0 -154 -54 -154 -200v-12c0 -145 75 -200 153 -200c75 0 134 56 134 143v6h-142v75h232v-61c0 -150 -103 -242 -223 -242z" />
119
- <glyph glyph-name="Gbreve" unicode="&#x11e;" horiz-adv-x="571"
120
- d="M291 658c-55 0 -100 32 -127 74l48 41c12 -18 39 -47 79 -47c41 0 65 27 79 47l49 -41c-28 -43 -72 -74 -128 -74zM292 -5c-126 0 -238 92 -238 279v12c0 187 112 279 238 279c98 0 181 -65 208 -154l-81 -22c-17 53 -62 97 -127 97c-79 0 -154 -54 -154 -200v-12
121
- c0 -145 75 -200 153 -200c75 0 134 56 134 143v6h-142v75h232v-61c0 -150 -103 -242 -223 -242z" />
122
- <glyph glyph-name="Gcommaaccent" unicode="&#x122;" horiz-adv-x="571"
123
- d="M292 -5c-126 0 -238 92 -238 279v12c0 187 112 279 238 279c98 0 181 -65 208 -154l-81 -22c-17 53 -62 97 -127 97c-79 0 -154 -54 -154 -200v-12c0 -145 75 -200 153 -200c75 0 134 56 134 143v6h-142v75h232v-61c0 -150 -103 -242 -223 -242zM298 -217l-80 9l34 170
124
- l66 -6z" />
125
- <glyph glyph-name="Gdotaccent" unicode="&#x120;" horiz-adv-x="571"
126
- d="M290 641c-31 0 -53 22 -53 55c0 31 22 53 53 53c33 0 55 -22 55 -53c0 -33 -22 -55 -55 -55zM292 -5c-126 0 -238 92 -238 279v12c0 187 112 279 238 279c98 0 181 -65 208 -154l-81 -22c-17 53 -62 97 -127 97c-79 0 -154 -54 -154 -200v-12c0 -145 75 -200 153 -200
127
- c75 0 134 56 134 143v6h-142v75h232v-61c0 -150 -103 -242 -223 -242z" />
128
- <glyph glyph-name="H" unicode="H" horiz-adv-x="538"
129
- d="M371 560h85v-560h-85v214h-204v-214h-85v557l85 4v-262h204v261z" />
130
- <glyph glyph-name="Hbar" unicode="&#x126;" horiz-adv-x="538"
131
- d="M519 474v-57h-63v-417h-85v214h-204v-214h-85v417h-65v57h65v83l85 4v-87h204v86h85v-86h63zM371 299v118h-204v-118h204z" />
132
- <glyph glyph-name="I" unicode="I" horiz-adv-x="269"
133
- d="M177 563v-563h-85v559z" />
134
- <glyph glyph-name="IJ" unicode="&#x132;" horiz-adv-x="634"
135
- d="M92 0v559l85 4v-563h-85zM344 559l213 4v-368c0 -132 -62 -200 -157 -200c-48 0 -86 19 -104 34l32 62c11 -6 33 -13 60 -13c61 1 84 47 84 120v282h-128v79z" />
136
- <glyph glyph-name="Iacute" unicode="&#xcd;" horiz-adv-x="269"
137
- d="M119 645l-28 53l167 118l42 -72zM177 563v-563h-85v559z" />
138
- <glyph glyph-name="uni01CF" unicode="&#x1cf;" horiz-adv-x="269"
139
- d="M258 754l-124 -110l-123 113l45 45l78 -73l80 72zM92 0v559l85 4v-563h-85z" />
140
- <glyph glyph-name="Icircumflex" unicode="&#xce;" horiz-adv-x="269"
141
- d="M134 804l124 -111l-44 -47l-80 72l-78 -72l-45 45zM92 0v559l85 4v-563h-85z" />
142
- <glyph glyph-name="Idieresis" unicode="&#xcf;" horiz-adv-x="269"
143
- d="M43 669c-28 0 -46 20 -46 48s18 46 46 46s48 -18 48 -46s-20 -48 -48 -48zM212 669c-28 0 -46 20 -46 48s18 46 46 46s48 -18 48 -46s-20 -48 -48 -48zM177 563v-563h-85v559z" />
144
- <glyph glyph-name="Idotaccent" unicode="&#x130;" horiz-adv-x="269"
145
- d="M134 641c-31 0 -53 22 -53 55c0 31 22 53 53 53c33 0 55 -22 55 -53c0 -33 -22 -55 -55 -55zM177 563v-563h-85v559z" />
146
- <glyph glyph-name="Igrave" unicode="&#xcc;" horiz-adv-x="269"
147
- d="M146 644l-182 99l43 73l168 -118zM177 563v-563h-85v559z" />
148
- <glyph glyph-name="Imacron" unicode="&#x12a;" horiz-adv-x="269"
149
- d="M23 671v67h224v-67h-224zM177 563v-563h-85v559z" />
150
- <glyph glyph-name="Iogonek" unicode="&#x12e;" horiz-adv-x="269"
151
- d="M177 0c-46 -26 -81 -50 -102 -78c-38 -51 16 -96 65 -48l32 -38c-86 -82 -195 -8 -147 85c17 35 42 59 77 79h-10v559l85 4v-563z" />
152
- <glyph glyph-name="J" unicode="J" horiz-adv-x="365"
153
- d="M75 559l213 4v-368c0 -132 -62 -200 -157 -200c-48 0 -86 19 -104 34l32 62c11 -6 33 -13 60 -13c61 1 84 47 84 120v282h-128v79z" />
154
- <glyph glyph-name="K" unicode="K" horiz-adv-x="522"
155
- d="M410 0l-146 284l-97 -126v-158h-85v559l85 5v-272l212 268h97l-158 -205l188 -355h-96z" />
156
- <glyph glyph-name="Kcommaaccent" unicode="&#x136;" horiz-adv-x="522"
157
- d="M318 355l188 -355h-96l-146 284l-97 -126v-158h-85v559l85 5v-272l212 268h97zM203 -198l34 170l66 -6l-20 -173z" />
158
- <glyph glyph-name="L" unicode="L" horiz-adv-x="394"
159
- d="M167 80h189v-80h-274v558l85 4v-482z" />
160
- <glyph glyph-name="Lacute" unicode="&#x139;" horiz-adv-x="394"
161
- d="M291 744l-181 -99l-28 53l167 118zM167 80h189v-80h-274v558l85 4v-482z" />
162
- <glyph glyph-name="Lcaron" unicode="&#x13d;" horiz-adv-x="394"
163
- d="M302 565l81 -5l-22 -208l-62 2zM167 562v-482h189v-80h-274v558z" />
164
- <glyph glyph-name="Lcommaaccent" unicode="&#x13b;" horiz-adv-x="394"
165
- d="M167 80h189v-80h-274v558l85 4v-482zM147 -203l34 170l66 -6l-20 -173z" />
166
- <glyph glyph-name="Ldot" unicode="&#x13f;" horiz-adv-x="389"
167
- d="M167 562v-482h189v-80h-274v558zM336 405c28 0 48 -18 48 -46s-20 -48 -48 -48s-46 20 -46 48s18 46 46 46z" />
168
- <glyph glyph-name="Lslash" unicode="&#x141;" horiz-adv-x="394"
169
- d="M167 80h189v-80h-274v243l-63 -61l-51 52l114 110v214l85 4v-136l68 66l52 -52l-120 -116v-244z" />
170
- <glyph glyph-name="M" unicode="M" horiz-adv-x="698"
171
- d="M530 562l86 -5v-557h-85v397l-157 -289h-50l-157 289v-397h-85v556l86 6l181 -332z" />
172
- <glyph glyph-name="N" unicode="N" horiz-adv-x="581"
173
- d="M414 559h85v-559h-78l-254 408v-408h-85v557l80 4l252 -410v408z" />
174
- <glyph glyph-name="Nacute" unicode="&#x143;" horiz-adv-x="581"
175
- d="M451 730l-181 -99l-28 53l167 118zM414 559h85v-559h-78l-254 408v-408h-85v557l80 4l252 -410v408z" />
176
- <glyph glyph-name="Ncaron" unicode="&#x147;" horiz-adv-x="581"
177
- d="M409 740l-124 -110l-123 113l45 45l78 -73l80 72zM414 559h85v-559h-78l-254 408v-408h-85v557l80 4l252 -410v408z" />
178
- <glyph glyph-name="Ncommaaccent" unicode="&#x145;" horiz-adv-x="581"
179
- d="M414 559h85v-559h-78l-254 408v-408h-85v557l80 4l252 -410v408zM216 -208l34 170l66 -6l-20 -173z" />
180
- <glyph glyph-name="Eng" unicode="&#x14a;" horiz-adv-x="581"
181
- d="M414 559h85v-628c0 -97 -60 -146 -136 -146c-37 0 -59 11 -75 18l21 75c10 -4 18 -8 44 -7c35 0 61 25 61 78v62l-247 397v-408h-85v557l80 4l252 -410v408z" />
182
- <glyph glyph-name="Ntilde" unicode="&#xd1;" horiz-adv-x="581"
183
- d="M242 687c-16 0 -25 -19 -33 -39l-59 31c8 24 32 75 78 75c38 0 70 -35 98 -35c19 0 26 13 36 37l61 -29c-8 -21 -31 -77 -82 -77c-43 1 -71 37 -99 37zM414 559h85v-559h-78l-254 408v-408h-85v557l80 4l252 -410v408z" />
184
- <glyph glyph-name="O" unicode="O" horiz-adv-x="579"
185
- d="M289 -5c-120 0 -232 92 -232 276v18c0 184 112 276 232 276s233 -92 233 -276v-18c0 -184 -113 -276 -233 -276zM289 74c74 0 149 55 149 197v18c0 143 -75 197 -149 197s-148 -54 -148 -197v-18c0 -142 74 -197 148 -197z" />
186
- <glyph glyph-name="Oacute" unicode="&#xd3;" horiz-adv-x="579"
187
- d="M274 645l-28 53l167 118l42 -72zM289 -5c-120 0 -232 92 -232 276v18c0 184 112 276 232 276s233 -92 233 -276v-18c0 -184 -113 -276 -233 -276zM289 74c74 0 149 55 149 197v18c0 143 -75 197 -149 197s-148 -54 -148 -197v-18c0 -142 74 -197 148 -197z" />
188
- <glyph glyph-name="uni01D1" unicode="&#x1d1;" horiz-adv-x="579"
189
- d="M413 754l-124 -110l-123 113l45 45l78 -73l80 72zM289 565c120 0 233 -92 233 -276v-18c0 -184 -113 -276 -233 -276s-232 92 -232 276v18c0 184 112 276 232 276zM438 271v18c0 143 -75 197 -149 197s-148 -54 -148 -197v-18c0 -142 74 -197 148 -197s149 55 149 197z
190
- " />
191
- <glyph glyph-name="Ocircumflex" unicode="&#xd4;" horiz-adv-x="579"
192
- d="M289 718l-78 -72l-45 45l123 113l124 -111l-44 -47zM289 565c120 0 233 -92 233 -276v-18c0 -184 -113 -276 -233 -276s-232 92 -232 276v18c0 184 112 276 232 276zM438 271v18c0 143 -75 197 -149 197s-148 -54 -148 -197v-18c0 -142 74 -197 148 -197s149 55 149 197z
193
- " />
194
- <glyph glyph-name="Odieresis" unicode="&#xd6;" horiz-adv-x="579"
195
- d="M198 669c-28 0 -46 20 -46 48s18 46 46 46s48 -18 48 -46s-20 -48 -48 -48zM367 669c-28 0 -46 20 -46 48s18 46 46 46s48 -18 48 -46s-20 -48 -48 -48zM289 -5c-120 0 -232 92 -232 276v18c0 184 112 276 232 276s233 -92 233 -276v-18c0 -184 -113 -276 -233 -276z
196
- M289 74c74 0 149 55 149 197v18c0 143 -75 197 -149 197s-148 -54 -148 -197v-18c0 -142 74 -197 148 -197z" />
197
- <glyph glyph-name="Ograve" unicode="&#xd2;" horiz-adv-x="579"
198
- d="M301 644l-182 99l43 73l168 -118zM289 -5c-120 0 -232 92 -232 276v18c0 184 112 276 232 276s233 -92 233 -276v-18c0 -184 -113 -276 -233 -276zM289 74c74 0 149 55 149 197v18c0 143 -75 197 -149 197s-148 -54 -148 -197v-18c0 -142 74 -197 148 -197z" />
199
- <glyph glyph-name="Ohungarumlaut" unicode="&#x150;" horiz-adv-x="579"
200
- d="M242 636h-67l5 205l79 -5zM385 634l-67 2l12 203l79 -5zM289 -5c-120 0 -232 92 -232 276v18c0 184 112 276 232 276s233 -92 233 -276v-18c0 -184 -113 -276 -233 -276zM289 74c74 0 149 55 149 197v18c0 143 -75 197 -149 197s-148 -54 -148 -197v-18
201
- c0 -142 74 -197 148 -197z" />
202
- <glyph glyph-name="Omacron" unicode="&#x14c;" horiz-adv-x="579"
203
- d="M178 671v67h224v-67h-224zM289 -5c-120 0 -232 92 -232 276v18c0 184 112 276 232 276s233 -92 233 -276v-18c0 -184 -113 -276 -233 -276zM289 74c74 0 149 55 149 197v18c0 143 -75 197 -149 197s-148 -54 -148 -197v-18c0 -142 74 -197 148 -197z" />
204
- <glyph glyph-name="Oslash" unicode="&#xd8;" horiz-adv-x="579"
205
- d="M547 509l-61 -63c23 -41 36 -94 36 -157v-18c0 -184 -113 -276 -233 -276c-63 0 -124 25 -167 76l-58 -59l-45 46l67 69c-18 39 -29 87 -29 144v18c0 184 112 276 232 276c58 0 115 -22 158 -66l54 56zM141 271c0 -30 3 -56 9 -78l241 248c-28 32 -65 45 -102 45
206
- c-74 0 -148 -54 -148 -197v-18zM438 289c0 37 -5 68 -14 94l-245 -253c28 -39 69 -56 110 -56c74 0 149 55 149 197v18z" />
207
- <glyph glyph-name="Otilde" unicode="&#xd5;" horiz-adv-x="579"
208
- d="M213 662l-59 31c8 24 32 75 78 75c38 0 70 -35 98 -35c19 0 26 13 36 37l61 -29c-8 -21 -31 -77 -82 -77c-43 1 -71 37 -99 37c-16 0 -25 -19 -33 -39zM289 -5c-120 0 -232 92 -232 276v18c0 184 112 276 232 276s233 -92 233 -276v-18c0 -184 -113 -276 -233 -276z
209
- M289 74c74 0 149 55 149 197v18c0 143 -75 197 -149 197s-148 -54 -148 -197v-18c0 -142 74 -197 148 -197z" />
210
- <glyph glyph-name="OE" unicode="&#x152;" horiz-adv-x="863"
211
- d="M812 481h-253v-172h183v-80h-183v-149h253v-80h-336v109c-42 -76 -113 -114 -187 -114c-120 0 -232 92 -232 276v18c0 184 112 276 232 276c74 0 145 -38 187 -114v109h336v-79zM438 271v18c0 143 -75 197 -149 197s-148 -54 -148 -197v-18c0 -142 74 -197 148 -197
212
- s149 55 149 197z" />
213
- <glyph glyph-name="P" unicode="P" horiz-adv-x="472"
214
- d="M249 564c87 0 189 -52 189 -199c0 -117 -84 -190 -178 -191h-93v-174h-85v557c58 4 109 6 167 7zM167 251h80c53 0 106 40 106 112c0 80 -44 117 -110 117c-27 0 -49 -1 -76 -2v-227z" />
215
- <glyph glyph-name="Thorn" unicode="&#xde;" horiz-adv-x="488"
216
- d="M261 506c106 18 177 -94 177 -226c0 -147 -93 -226 -180 -217c-33 4 -59 19 -81 41v-104h-85v559l85 4v-108c24 25 54 45 84 51zM246 137c60 -4 103 50 103 143c0 90 -40 166 -107 151c-23 -5 -46 -23 -65 -46v-208c20 -21 43 -38 69 -40z" />
217
- <glyph glyph-name="Q" unicode="Q" horiz-adv-x="564"
218
- d="M508 77l22 -77h-252c-121 0 -237 96 -237 276v13c0 180 116 276 237 276c120 0 237 -96 237 -276v-13c0 -90 -35 -155 -85 -198zM125 276c0 -133 79 -192 153 -192s153 59 153 192v13c0 133 -79 193 -153 193s-153 -60 -153 -193v-13z" />
219
- <glyph glyph-name="R" unicode="R" horiz-adv-x="496"
220
- d="M448 0h-98l-94 175h-89v-175h-85v557c58 4 109 6 167 7c85 0 189 -53 189 -196c0 -84 -40 -143 -95 -173zM167 477v-225h80c53 0 106 38 106 114c0 77 -44 114 -110 114c-27 -1 -49 -1 -76 -3z" />
221
- <glyph glyph-name="Racute" unicode="&#x154;" horiz-adv-x="496"
222
- d="M403 744l-181 -99l-28 53l167 118zM448 0h-98l-94 175h-89v-175h-85v557c58 4 109 6 167 7c85 0 189 -53 189 -196c0 -84 -40 -143 -95 -173zM167 477v-225h80c53 0 106 38 106 114c0 77 -44 114 -110 114c-27 -1 -49 -1 -76 -3z" />
223
- <glyph glyph-name="Rcaron" unicode="&#x158;" horiz-adv-x="496"
224
- d="M361 754l-124 -110l-123 113l45 45l78 -73l80 72zM448 0h-98l-94 175h-89v-175h-85v557c58 4 109 6 167 7c85 0 189 -53 189 -196c0 -84 -40 -143 -95 -173zM167 477v-225h80c53 0 106 38 106 114c0 77 -44 114 -110 114c-27 -1 -49 -1 -76 -3z" />
225
- <glyph glyph-name="Rcommaaccent" unicode="&#x156;" horiz-adv-x="496"
226
- d="M343 195l105 -195h-98l-94 175h-89v-175h-85v557c58 4 109 6 167 7c85 0 189 -53 189 -196c0 -84 -40 -143 -95 -173zM167 477v-225h80c53 0 106 38 106 114c0 77 -44 114 -110 114c-27 -1 -49 -1 -76 -3zM177 -208l34 170l66 -6l-20 -173z" />
227
- <glyph glyph-name="S" unicode="S" horiz-adv-x="464"
228
- d="M235 -5c-100 0 -169 68 -180 148l82 22c6 -45 42 -84 95 -84c56 0 89 33 88 78c-1 113 -260 82 -260 255c0 85 76 151 172 151c93 0 167 -62 178 -141l-78 -20c-10 51 -52 77 -95 77c-54 0 -86 -36 -83 -71c6 -105 256 -71 256 -255c0 -87 -64 -160 -175 -160z" />
229
- <glyph glyph-name="Sacute" unicode="&#x15a;" horiz-adv-x="464"
230
- d="M219 645l-28 53l167 118l42 -72zM235 -5c-100 0 -169 68 -180 148l82 22c6 -45 42 -84 95 -84c56 0 89 33 88 78c-1 113 -260 82 -260 255c0 85 76 151 172 151c93 0 167 -62 178 -141l-78 -20c-10 51 -52 77 -95 77c-54 0 -86 -36 -83 -71c6 -105 256 -71 256 -255
231
- c0 -87 -64 -160 -175 -160z" />
232
- <glyph glyph-name="Scaron" unicode="&#x160;" horiz-adv-x="464"
233
- d="M358 754l-124 -110l-123 113l45 45l78 -73l80 72zM154 410c6 -105 256 -71 256 -255c0 -87 -64 -160 -175 -160c-100 0 -169 68 -180 148l82 22c6 -45 42 -84 95 -84c56 0 89 33 88 78c-1 113 -260 82 -260 255c0 85 76 151 172 151c93 0 167 -62 178 -141l-78 -20
234
- c-10 51 -52 77 -95 77c-54 0 -86 -36 -83 -71z" />
235
- <glyph glyph-name="Scedilla" unicode="&#x15e;" horiz-adv-x="464"
236
- d="M154 410c6 -105 256 -71 256 -255c0 -80 -54 -148 -148 -159l-6 -40c59 13 106 -23 106 -75c0 -59 -45 -92 -101 -92c-49 0 -79 26 -89 41l30 36c7 -8 24 -24 56 -24c24 0 46 14 46 41c0 26 -24 41 -59 41c-15 -1 -26 -1 -39 -2l1 75c-85 11 -142 74 -152 146l82 22
237
- c6 -45 42 -84 95 -84c56 0 89 33 88 78c-1 113 -260 82 -260 255c0 85 76 151 172 151c93 0 167 -62 178 -141l-78 -20c-10 51 -52 77 -95 77c-54 0 -86 -36 -83 -71z" />
238
- <glyph glyph-name="Scommaaccent" unicode="&#x218;" horiz-adv-x="464"
239
- d="M235 -5c-100 0 -169 68 -180 148l82 22c6 -45 42 -84 95 -84c56 0 89 33 88 78c-1 113 -260 82 -260 255c0 85 76 151 172 151c93 0 167 -62 178 -141l-78 -20c-10 51 -52 77 -95 77c-54 0 -86 -36 -83 -71c6 -105 256 -71 256 -255c0 -87 -64 -160 -175 -160zM247 -217
240
- l-80 9l34 170l66 -6z" />
241
- <glyph glyph-name="T" unicode="T" horiz-adv-x="383"
242
- d="M370 560v-82h-136v-478h-85v478h-135v82h356z" />
243
- <glyph glyph-name="Tbar" unicode="&#x166;" horiz-adv-x="383"
244
- d="M304 738v-67h-224v67h224zM370 560v-82h-136v-478h-85v478h-135v82h356z" />
245
- <glyph glyph-name="Tcaron" unicode="&#x164;" horiz-adv-x="383"
246
- d="M315 754l-124 -110l-123 113l45 45l78 -73l80 72zM370 560v-82h-136v-478h-85v478h-135v82h356z" />
247
- <glyph glyph-name="uni0162" unicode="&#x162;" horiz-adv-x="383"
248
- d="M234 0h-13l-6 -44c59 13 106 -23 106 -75c0 -59 -45 -92 -101 -92c-49 0 -79 26 -89 41l30 36c7 -8 24 -24 56 -24c24 0 46 14 46 41c0 26 -24 41 -59 41c-15 -1 -26 -1 -39 -2l1 78h-17v478h-135v82h356v-82h-136v-478z" />
249
- <glyph glyph-name="uni021A" unicode="&#x21a;" horiz-adv-x="383"
250
- d="M370 560v-82h-136v-478h-85v478h-135v82h356zM126 -208l34 170l66 -6l-20 -173z" />
251
- <glyph glyph-name="U" unicode="U" horiz-adv-x="558"
252
- d="M279 -4c-116 0 -206 82 -206 221l1 339l84 5l-1 -339c-1 -89 52 -141 122 -141c74 0 122 53 122 141l-1 338h84l2 -343c0 -139 -88 -221 -207 -221z" />
253
- <glyph glyph-name="Uacute" unicode="&#xda;" horiz-adv-x="558"
254
- d="M263 635l-28 53l167 118l42 -72zM279 -4c-116 0 -206 82 -206 221l1 339l84 5l-1 -339c-1 -89 52 -141 122 -141c74 0 122 53 122 141l-1 338h84l2 -343c0 -139 -88 -221 -207 -221z" />
255
- <glyph glyph-name="uni01D3" unicode="&#x1d3;" horiz-adv-x="558"
256
- d="M402 744l-124 -110l-123 113l45 45l78 -73l80 72zM484 560l2 -343c0 -139 -88 -221 -207 -221c-116 0 -206 82 -206 221l1 339l84 5l-1 -339c-1 -89 52 -141 122 -141c74 0 122 53 122 141l-1 338h84z" />
257
- <glyph glyph-name="Ucircumflex" unicode="&#xdb;" horiz-adv-x="558"
258
- d="M278 708l-78 -72l-45 45l123 113l124 -111l-44 -47zM484 560l2 -343c0 -139 -88 -221 -207 -221c-116 0 -206 82 -206 221l1 339l84 5l-1 -339c-1 -89 52 -141 122 -141c74 0 122 53 122 141l-1 338h84z" />
259
- <glyph glyph-name="Udieresis" unicode="&#xdc;" horiz-adv-x="558"
260
- d="M187 659c-28 0 -46 20 -46 48s18 46 46 46s48 -18 48 -46s-20 -48 -48 -48zM356 659c-28 0 -46 20 -46 48s18 46 46 46s48 -18 48 -46s-20 -48 -48 -48zM279 -4c-116 0 -206 82 -206 221l1 339l84 5l-1 -339c-1 -89 52 -141 122 -141c74 0 122 53 122 141l-1 338h84
261
- l2 -343c0 -139 -88 -221 -207 -221z" />
262
- <glyph glyph-name="Ugrave" unicode="&#xd9;" horiz-adv-x="558"
263
- d="M290 634l-182 99l43 73l168 -118zM279 -4c-116 0 -206 82 -206 221l1 339l84 5l-1 -339c-1 -89 52 -141 122 -141c74 0 122 53 122 141l-1 338h84l2 -343c0 -139 -88 -221 -207 -221z" />
264
- <glyph glyph-name="Uhungarumlaut" unicode="&#x170;" horiz-adv-x="558"
265
- d="M231 626h-67l5 205l79 -5zM374 624l-67 2l12 203l79 -5zM279 -4c-116 0 -206 82 -206 221l1 339l84 5l-1 -339c-1 -89 52 -141 122 -141c74 0 122 53 122 141l-1 338h84l2 -343c0 -139 -88 -221 -207 -221z" />
266
- <glyph glyph-name="Umacron" unicode="&#x16a;" horiz-adv-x="558"
267
- d="M167 661v67h224v-67h-224zM279 -4c-116 0 -206 82 -206 221l1 339l84 5l-1 -339c-1 -89 52 -141 122 -141c74 0 122 53 122 141l-1 338h84l2 -343c0 -139 -88 -221 -207 -221z" />
268
- <glyph glyph-name="Uogonek" unicode="&#x172;" horiz-adv-x="558"
269
- d="M352 7c-43 -24 -76 -47 -96 -74c-38 -51 16 -96 65 -48l32 -38c-86 -82 -195 -8 -147 85c13 27 31 48 54 65c-106 8 -187 89 -187 220l1 339l84 5l-1 -339c-1 -89 52 -141 122 -141c74 0 122 53 122 141l-1 338h84l2 -343c0 -109 -54 -183 -134 -210z" />
270
- <glyph glyph-name="Uring" unicode="&#x16e;" horiz-adv-x="558"
271
- d="M279 627c-50 0 -88 41 -88 88c0 49 38 88 88 88c48 0 87 -39 87 -88c0 -47 -39 -88 -87 -88zM278 680c20 0 34 15 34 35s-14 36 -34 36s-35 -16 -35 -36s15 -35 35 -35zM279 -4c-116 0 -206 82 -206 221l1 339l84 5l-1 -339c-1 -89 52 -141 122 -141c74 0 122 53 122 141
272
- l-1 338h84l2 -343c0 -139 -88 -221 -207 -221z" />
273
- <glyph glyph-name="V" unicode="V" horiz-adv-x="486"
274
- d="M385 563l87 -4l-187 -559h-85l-186 559l87 5l142 -442z" />
275
- <glyph glyph-name="W" unicode="W" horiz-adv-x="689"
276
- d="M583 563l85 -5l-129 -558h-75l-119 384l-119 -384h-75l-130 558l85 5l92 -410l116 392h61l116 -392z" />
277
- <glyph glyph-name="Wacute" unicode="&#x1e82;" horiz-adv-x="689"
278
- d="M510 744l-181 -99l-28 53l167 118zM583 563l85 -5l-129 -558h-75l-119 384l-119 -384h-75l-130 558l85 5l92 -410l116 392h61l116 -392z" />
279
- <glyph glyph-name="Wcircumflex" unicode="&#x174;" horiz-adv-x="689"
280
- d="M344 718l-78 -72l-45 45l123 113l124 -111l-44 -47zM583 563l85 -5l-129 -558h-75l-119 384l-119 -384h-75l-130 558l85 5l92 -410l116 392h61l116 -392z" />
281
- <glyph glyph-name="Wdieresis" unicode="&#x1e84;" horiz-adv-x="689"
282
- d="M253 669c-28 0 -46 20 -46 48s18 46 46 46s48 -18 48 -46s-20 -48 -48 -48zM422 669c-28 0 -46 20 -46 48s18 46 46 46s48 -18 48 -46s-20 -48 -48 -48zM583 563l85 -5l-129 -558h-75l-119 384l-119 -384h-75l-130 558l85 5l92 -410l116 392h61l116 -392z" />
283
- <glyph glyph-name="Wgrave" unicode="&#x1e80;" horiz-adv-x="689"
284
- d="M385 698l-29 -54l-182 99l43 73zM583 563l85 -5l-129 -558h-75l-119 384l-119 -384h-75l-130 558l85 5l92 -410l116 392h61l116 -392z" />
285
- <glyph glyph-name="X" unicode="X" horiz-adv-x="533"
286
- d="M512 0h-93l-152 224l-152 -224h-94l196 286l-187 273l94 2l142 -212l145 214l93 -1l-187 -277z" />
287
- <glyph glyph-name="Y" unicode="Y" horiz-adv-x="448"
288
- d="M436 558l-170 -327v-231h-85v233l-170 325l88 5l125 -251l125 251z" />
289
- <glyph glyph-name="Yacute" unicode="&#xdd;" horiz-adv-x="448"
290
- d="M389 729l-181 -99l-28 53l167 118zM436 558l-170 -327v-231h-85v233l-170 325l88 5l125 -251l125 251z" />
291
- <glyph glyph-name="Ycircumflex" unicode="&#x176;" horiz-adv-x="448"
292
- d="M223 703l-78 -72l-45 45l123 113l124 -111l-44 -47zM436 558l-170 -327v-231h-85v233l-170 325l88 5l125 -251l125 251z" />
293
- <glyph glyph-name="Ydieresis" unicode="&#x178;" horiz-adv-x="448"
294
- d="M132 654c-28 0 -46 20 -46 48s18 46 46 46s48 -18 48 -46s-20 -48 -48 -48zM301 654c-28 0 -46 20 -46 48s18 46 46 46s48 -18 48 -46s-20 -48 -48 -48zM436 558l-170 -327v-231h-85v233l-170 325l88 5l125 -251l125 251z" />
295
- <glyph glyph-name="Ygrave" unicode="&#x1ef2;" horiz-adv-x="448"
296
- d="M264 683l-29 -54l-182 99l43 73zM436 558l-170 -327v-231h-85v233l-170 325l88 5l125 -251l125 251z" />
297
- <glyph glyph-name="Z" unicode="Z" horiz-adv-x="445"
298
- d="M139 79h266v-79h-364v84l268 396h-267v79h362v-86z" />
299
- <glyph glyph-name="Zacute" unicode="&#x179;" horiz-adv-x="445"
300
- d="M388 744l-181 -99l-28 53l167 118zM139 79h266v-79h-364v84l268 396h-267v79h362v-86z" />
301
- <glyph glyph-name="Zcaron" unicode="&#x17d;" horiz-adv-x="445"
302
- d="M346 754l-124 -110l-123 113l45 45l78 -73l80 72zM139 79h266v-79h-364v84l268 396h-267v79h362v-86z" />
303
- <glyph glyph-name="Zdotaccent" unicode="&#x17b;" horiz-adv-x="445"
304
- d="M222 641c-31 0 -53 22 -53 55c0 31 22 53 53 53c33 0 55 -22 55 -53c0 -33 -22 -55 -55 -55zM139 79h266v-79h-364v84l268 396h-267v79h362v-86z" />
305
- <glyph glyph-name="B.ss01" horiz-adv-x="518"
306
- d="M87 0v557c32 2 154 8 179 8c112 3 171 -64 171 -149c0 -60 -27 -95 -53 -114c52 -22 88 -75 88 -142c0 -109 -89 -160 -166 -160h-219zM172 323h99c53 0 80 39 80 84s-37 79 -83 79c-33 -1 -66 -3 -96 -5v-158zM172 81h116c53 0 94 34 94 88c0 49 -32 84 -84 84l-126 -1
307
- v-171z" />
308
- <glyph glyph-name="D.ss01" horiz-adv-x="547"
309
- d="M87 0v558c57 3 117 5 165 7c107 5 238 -81 238 -289c0 -231 -156 -276 -244 -276h-159zM172 85h73c96 0 159 64 159 191c0 132 -71 208 -153 205l-79 -5v-391z" />
310
- <glyph glyph-name="P.ss01" horiz-adv-x="479"
311
- d="M254 565c90 0 189 -54 189 -199c0 -117 -84 -191 -178 -193h-93v-173h-85v558c59 3 121 6 167 7zM172 251h81c52 0 105 42 105 113c0 78 -45 116 -105 116l-81 -3v-226z" />
312
- <glyph glyph-name="R.ss01" horiz-adv-x="494"
313
- d="M452 0h-98l-94 173h-88v-173h-85v558c59 3 121 6 167 7c87 0 189 -54 189 -199c0 -81 -41 -142 -97 -172zM172 477v-226h81c52 0 105 41 105 113c0 78 -44 116 -105 116z" />
314
- <glyph glyph-name="a" unicode="a" horiz-adv-x="493"
315
- d="M407 167c0 -54 10 -85 60 -85v-78c-72 -11 -121 11 -138 75c-25 -35 -58 -72 -107 -79c-106 -17 -181 78 -181 218c0 132 78 250 192 225c42 -8 70 -41 91 -74v33l2 43l82 -5zM235 73c32 3 58 27 87 63v3l1 162c-24 34 -50 61 -81 68c-68 12 -114 -58 -114 -152
316
- c0 -92 42 -148 107 -144z" />
317
- <glyph glyph-name="aacute" unicode="&#xe1;" horiz-adv-x="493"
318
- d="M416 619l-181 -99l-28 53l167 118zM407 167c0 -54 10 -85 60 -85v-78c-72 -11 -121 11 -138 75c-25 -35 -58 -72 -107 -79c-106 -17 -181 78 -181 218c0 132 78 250 192 225c42 -8 70 -41 91 -74v33l2 43l82 -5zM235 73c32 3 58 27 87 63v3l1 162c-24 34 -50 61 -81 68
319
- c-68 12 -114 -58 -114 -152c0 -92 42 -148 107 -144z" />
320
- <glyph glyph-name="abreve" unicode="&#x103;" horiz-adv-x="493"
321
- d="M251 533c-55 0 -100 32 -127 74l48 41c12 -18 39 -47 79 -47c41 0 65 27 79 47l49 -41c-28 -43 -72 -74 -128 -74zM407 167c0 -54 10 -85 60 -85v-78c-72 -11 -121 11 -138 75c-25 -35 -58 -72 -107 -79c-106 -17 -181 78 -181 218c0 132 78 250 192 225
322
- c42 -8 70 -41 91 -74v33l2 43l82 -5zM235 73c32 3 58 27 87 63v3l1 162c-24 34 -50 61 -81 68c-68 12 -114 -58 -114 -152c0 -92 42 -148 107 -144z" />
323
- <glyph glyph-name="uni01CE" unicode="&#x1ce;" horiz-adv-x="493"
324
- d="M374 629l-124 -110l-123 113l45 45l78 -73l80 72zM407 167c0 -54 10 -85 60 -85v-78c-72 -11 -121 11 -138 75c-25 -35 -58 -72 -107 -79c-106 -17 -181 78 -181 218c0 132 78 250 192 225c42 -8 70 -41 91 -74v33l2 43l82 -5zM235 73c32 3 58 27 87 63v3l1 162
325
- c-24 34 -50 61 -81 68c-68 12 -114 -58 -114 -152c0 -92 42 -148 107 -144z" />
326
- <glyph glyph-name="acircumflex" unicode="&#xe2;" horiz-adv-x="493"
327
- d="M250 593l-78 -72l-45 45l123 113l124 -111l-44 -47zM407 167c0 -54 10 -85 60 -85v-78c-72 -11 -121 11 -138 75c-25 -35 -58 -72 -107 -79c-106 -17 -181 78 -181 218c0 132 78 250 192 225c42 -8 70 -41 91 -74v33l2 43l82 -5zM235 73c32 3 58 27 87 63v3l1 162
328
- c-24 34 -50 61 -81 68c-68 12 -114 -58 -114 -152c0 -92 42 -148 107 -144z" />
329
- <glyph glyph-name="adieresis" unicode="&#xe4;" horiz-adv-x="493"
330
- d="M159 544c-28 0 -46 20 -46 48s18 46 46 46s48 -18 48 -46s-20 -48 -48 -48zM328 544c-28 0 -46 20 -46 48s18 46 46 46s48 -18 48 -46s-20 -48 -48 -48zM407 167c0 -54 10 -85 60 -85v-78c-72 -11 -121 11 -138 75c-25 -35 -58 -72 -107 -79c-106 -17 -181 78 -181 218
331
- c0 132 78 250 192 225c42 -8 70 -41 91 -74v33l2 43l82 -5zM235 73c32 3 58 27 87 63v3l1 162c-24 34 -50 61 -81 68c-68 12 -114 -58 -114 -152c0 -92 42 -148 107 -144z" />
332
- <glyph glyph-name="agrave" unicode="&#xe0;" horiz-adv-x="493"
333
- d="M291 573l-29 -54l-182 99l43 73zM407 167c0 -54 10 -85 60 -85v-78c-72 -11 -121 11 -138 75c-25 -35 -58 -72 -107 -79c-106 -17 -181 78 -181 218c0 132 78 250 192 225c42 -8 70 -41 91 -74v33l2 43l82 -5zM235 73c32 3 58 27 87 63v3l1 162c-24 34 -50 61 -81 68
334
- c-68 12 -114 -58 -114 -152c0 -92 42 -148 107 -144z" />
335
- <glyph glyph-name="amacron" unicode="&#x101;" horiz-adv-x="493"
336
- d="M363 613v-67h-224v67h224zM407 167c0 -54 10 -85 60 -85v-78c-72 -11 -121 11 -138 75c-25 -35 -58 -72 -107 -79c-106 -17 -181 78 -181 218c0 132 78 250 192 225c42 -8 70 -41 91 -74v33l2 43l82 -5zM235 73c32 3 58 27 87 63v3l1 162c-24 34 -50 61 -81 68
337
- c-68 12 -114 -58 -114 -152c0 -92 42 -148 107 -144z" />
338
- <glyph glyph-name="aogonek" unicode="&#x105;" horiz-adv-x="493"
339
- d="M407 167c0 -54 10 -85 60 -85v-78h-2c-45 -26 -79 -49 -100 -77c-38 -51 16 -96 65 -48l32 -38c-86 -82 -195 -8 -147 85c18 36 43 60 80 81c-33 9 -55 33 -66 72c-25 -35 -58 -72 -107 -79c-106 -17 -181 78 -181 218c0 132 78 250 192 225c42 -8 70 -41 91 -74v33l2 43
340
- l82 -5zM235 73c32 3 58 27 87 63v3l1 162c-24 34 -50 61 -81 68c-68 12 -114 -58 -114 -152c0 -92 42 -148 107 -144z" />
341
- <glyph glyph-name="aring" unicode="&#xe5;" horiz-adv-x="493"
342
- d="M251 512c-50 0 -88 41 -88 88c0 49 38 88 88 88c48 0 87 -39 87 -88c0 -47 -39 -88 -87 -88zM250 636c-20 0 -35 -16 -35 -36s15 -35 35 -35s34 15 34 35s-14 36 -34 36zM407 167c0 -54 10 -85 60 -85v-78c-72 -11 -121 11 -138 75c-25 -35 -58 -72 -107 -79
343
- c-106 -17 -181 78 -181 218c0 132 78 250 192 225c42 -8 70 -41 91 -74v33l2 43l82 -5zM235 73c32 3 58 27 87 63v3l1 162c-24 34 -50 61 -81 68c-68 12 -114 -58 -114 -152c0 -92 42 -148 107 -144z" />
344
- <glyph glyph-name="atilde" unicode="&#xe3;" horiz-adv-x="493"
345
- d="M207 576c-16 0 -25 -19 -33 -39l-59 31c8 24 32 75 78 75c38 0 70 -35 98 -35c19 0 26 13 36 37l61 -29c-8 -21 -31 -77 -82 -77c-43 1 -71 37 -99 37zM407 167c0 -54 10 -85 60 -85v-78c-72 -11 -121 11 -138 75c-25 -35 -58 -72 -107 -79c-106 -17 -181 78 -181 218
346
- c0 132 78 250 192 225c42 -8 70 -41 91 -74v33l2 43l82 -5zM235 73c32 3 58 27 87 63v3l1 162c-24 34 -50 61 -81 68c-68 12 -114 -58 -114 -152c0 -92 42 -148 107 -144z" />
347
- <glyph glyph-name="ae" unicode="&#xe6;" horiz-adv-x="829"
348
- d="M776 193h-300v-7c6 -65 48 -119 109 -119c52 0 92 31 107 77l78 -22c-26 -73 -95 -127 -184 -127c-87 0 -150 57 -176 139v-134h-81v75c-25 -34 -57 -68 -104 -75c-106 -17 -181 78 -181 218c0 132 78 250 192 225c44 -8 71 -43 93 -77v78l81 -5v-132
349
- c26 81 89 138 176 138c117 0 192 -97 192 -214c0 -23 -1 -29 -2 -38zM238 73c34 3 61 30 91 68v156c-25 36 -52 65 -84 72c-68 12 -114 -58 -114 -152c0 -92 42 -148 107 -144zM585 373c-59 0 -103 -48 -106 -109h216c0 69 -52 109 -110 109z" />
350
- <glyph glyph-name="b" unicode="b" horiz-adv-x="481"
351
- d="M264 445c106 18 177 -94 177 -226c0 -147 -93 -226 -180 -217c-44 5 -77 32 -102 66v-18l-4 -50h-80v596l85 4v-231c26 38 64 68 104 76zM249 76c60 -4 103 50 103 143c0 90 -40 166 -107 151c-32 -7 -62 -39 -86 -73v-156c23 -31 54 -63 90 -65z" />
352
- <glyph glyph-name="c" unicode="c" horiz-adv-x="445"
353
- d="M237 -5c-116 0 -195 97 -195 219v12c0 122 79 219 195 219c78 0 140 -51 167 -108l-70 -42c-11 33 -46 71 -97 71c-67 0 -114 -59 -114 -140v-12c0 -81 47 -140 113 -140c52 0 87 37 98 70l69 -43c-29 -59 -92 -106 -166 -106z" />
354
- <glyph glyph-name="cacute" unicode="&#x107;" horiz-adv-x="445"
355
- d="M216 521l-28 53l167 118l42 -72zM237 -5c-116 0 -195 97 -195 219v12c0 122 79 219 195 219c78 0 140 -51 167 -108l-70 -42c-11 33 -46 71 -97 71c-67 0 -114 -59 -114 -140v-12c0 -81 47 -140 113 -140c52 0 87 37 98 70l69 -43c-29 -59 -92 -106 -166 -106z" />
356
- <glyph glyph-name="ccaron" unicode="&#x10d;" horiz-adv-x="445"
357
- d="M355 630l-124 -110l-123 113l45 45l78 -73l80 72zM236 74c52 0 87 37 98 70l69 -43c-29 -59 -92 -106 -166 -106c-116 0 -195 97 -195 219v12c0 122 79 219 195 219c78 0 140 -51 167 -108l-70 -42c-11 33 -46 71 -97 71c-67 0 -114 -59 -114 -140v-12
358
- c0 -81 47 -140 113 -140z" />
359
- <glyph glyph-name="ccedilla" unicode="&#xe7;" horiz-adv-x="445"
360
- d="M236 74c52 0 87 37 98 70l69 -43c-27 -54 -82 -98 -148 -105l-6 -39c59 13 106 -23 106 -75c0 -59 -45 -92 -101 -92c-49 0 -79 26 -89 41l30 36c7 -8 24 -24 56 -24c24 0 46 14 46 41c0 26 -24 41 -59 41c-15 -1 -26 -1 -39 -2l1 75c-96 19 -158 107 -158 216v12
361
- c0 122 79 219 195 219c78 0 140 -51 167 -108l-70 -42c-11 33 -46 71 -97 71c-67 0 -114 -59 -114 -140v-12c0 -81 47 -140 113 -140z" />
362
- <glyph glyph-name="cdotaccent" unicode="&#x10b;" horiz-adv-x="445"
363
- d="M231 517c-31 0 -53 22 -53 55c0 31 22 53 53 53c33 0 55 -22 55 -53c0 -33 -22 -55 -55 -55zM237 -5c-116 0 -195 97 -195 219v12c0 122 79 219 195 219c78 0 140 -51 167 -108l-70 -42c-11 33 -46 71 -97 71c-67 0 -114 -59 -114 -140v-12c0 -81 47 -140 113 -140
364
- c52 0 87 37 98 70l69 -43c-29 -59 -92 -106 -166 -106z" />
365
- <glyph glyph-name="d" unicode="d" horiz-adv-x="483"
366
- d="M324 595l85 -4v-591h-80l-5 59v13c-24 -33 -56 -65 -102 -72c-106 -17 -181 78 -181 218c0 132 78 250 192 225c42 -8 70 -41 91 -74v226zM235 73c33 3 60 28 89 66v161c-24 35 -51 62 -82 69c-68 12 -114 -58 -114 -152c0 -92 42 -148 107 -144z" />
367
- <glyph glyph-name="eth" unicode="&#xf0;" horiz-adv-x="499"
368
- d="M455 329c0 -113 -33 -272 -156 -320c-20 -9 -43 -14 -67 -14h-4h-2c-112 3 -190 101 -190 225c0 123 84 221 191 220c66 -1 119 -40 152 -97c-3 98 -34 178 -84 237l-60 -55l-35 39l58 54c-26 23 -56 42 -88 56l36 59c38 -16 74 -38 106 -66l53 49l35 -40l-51 -46
369
- c65 -75 106 -178 106 -301zM120 220c0 -94 48 -155 116 -155c70 0 117 61 117 155c0 99 -47 161 -116 161s-117 -62 -117 -161z" />
370
- <glyph glyph-name="dcaron" unicode="&#x10f;" horiz-adv-x="483"
371
- d="M485 603l81 -5l-22 -208l-62 2zM324 369v226l85 -4v-591h-80l-5 59v13c-24 -33 -56 -65 -102 -72c-106 -17 -181 78 -181 218c0 132 78 250 192 225c42 -8 70 -41 91 -74zM235 73c33 3 60 28 89 66v161c-24 35 -51 62 -82 69c-68 12 -114 -58 -114 -152
372
- c0 -92 42 -148 107 -144z" />
373
- <glyph glyph-name="dcroat" unicode="&#x111;" horiz-adv-x="473"
374
- d="M454 548l-1 -72h-44v-476h-80l-5 59v13c-24 -33 -56 -65 -102 -72c-106 -17 -181 78 -181 218c0 132 78 250 192 225c42 -8 70 -41 91 -74v107h-92v72h92v47l85 -4v-43h45zM235 73c33 3 60 28 89 66v161c-24 35 -51 62 -82 69c-68 12 -114 -58 -114 -152
375
- c0 -92 42 -148 107 -144z" />
376
- <glyph glyph-name="e" unicode="e" horiz-adv-x="485"
377
- d="M242 -5c-116 0 -189 101 -189 226c0 123 73 224 189 224c117 0 192 -97 192 -214c0 -23 -1 -29 -2 -38h-300v-7c6 -65 48 -119 109 -119c52 0 92 31 107 77l78 -22c-26 -73 -95 -127 -184 -127zM135 264h216c0 69 -52 109 -110 109c-59 0 -103 -48 -106 -109z" />
378
- <glyph glyph-name="eacute" unicode="&#xe9;" horiz-adv-x="485"
379
- d="M227 515l-28 53l167 118l42 -72zM242 -5c-116 0 -189 101 -189 226c0 123 73 224 189 224c117 0 192 -97 192 -214c0 -23 -1 -29 -2 -38h-300v-7c6 -65 48 -119 109 -119c52 0 92 31 107 77l78 -22c-26 -73 -95 -127 -184 -127zM135 264h216c0 69 -52 109 -110 109
380
- c-59 0 -103 -48 -106 -109z" />
381
- <glyph glyph-name="ecaron" unicode="&#x11b;" horiz-adv-x="485"
382
- d="M366 624l-124 -110l-123 113l45 45l78 -73l80 72zM432 193h-300v-7c6 -65 48 -119 109 -119c52 0 92 31 107 77l78 -22c-26 -73 -95 -127 -184 -127c-116 0 -189 101 -189 226c0 123 73 224 189 224c117 0 192 -97 192 -214c0 -23 -1 -29 -2 -38zM241 373
383
- c-59 0 -103 -48 -106 -109h216c0 69 -52 109 -110 109z" />
384
- <glyph glyph-name="ecircumflex" unicode="&#xea;" horiz-adv-x="485"
385
- d="M242 588l-78 -72l-45 45l123 113l124 -111l-44 -47zM432 193h-300v-7c6 -65 48 -119 109 -119c52 0 92 31 107 77l78 -22c-26 -73 -95 -127 -184 -127c-116 0 -189 101 -189 226c0 123 73 224 189 224c117 0 192 -97 192 -214c0 -23 -1 -29 -2 -38zM241 373
386
- c-59 0 -103 -48 -106 -109h216c0 69 -52 109 -110 109z" />
387
- <glyph glyph-name="edieresis" unicode="&#xeb;" horiz-adv-x="485"
388
- d="M151 539c-28 0 -46 20 -46 48s18 46 46 46s48 -18 48 -46s-20 -48 -48 -48zM320 539c-28 0 -46 20 -46 48s18 46 46 46s48 -18 48 -46s-20 -48 -48 -48zM242 -5c-116 0 -189 101 -189 226c0 123 73 224 189 224c117 0 192 -97 192 -214c0 -23 -1 -29 -2 -38h-300v-7
389
- c6 -65 48 -119 109 -119c52 0 92 31 107 77l78 -22c-26 -73 -95 -127 -184 -127zM135 264h216c0 69 -52 109 -110 109c-59 0 -103 -48 -106 -109z" />
390
- <glyph glyph-name="edotaccent" unicode="&#x117;" horiz-adv-x="485"
391
- d="M242 511c-31 0 -53 22 -53 55c0 31 22 53 53 53c33 0 55 -22 55 -53c0 -33 -22 -55 -55 -55zM242 -5c-116 0 -189 101 -189 226c0 123 73 224 189 224c117 0 192 -97 192 -214c0 -23 -1 -29 -2 -38h-300v-7c6 -65 48 -119 109 -119c52 0 92 31 107 77l78 -22
392
- c-26 -73 -95 -127 -184 -127zM135 264h216c0 69 -52 109 -110 109c-59 0 -103 -48 -106 -109z" />
393
- <glyph glyph-name="egrave" unicode="&#xe8;" horiz-adv-x="485"
394
- d="M254 514l-182 99l43 73l168 -118zM242 -5c-116 0 -189 101 -189 226c0 123 73 224 189 224c117 0 192 -97 192 -214c0 -23 -1 -29 -2 -38h-300v-7c6 -65 48 -119 109 -119c52 0 92 31 107 77l78 -22c-26 -73 -95 -127 -184 -127zM135 264h216c0 69 -52 109 -110 109
395
- c-59 0 -103 -48 -106 -109z" />
396
- <glyph glyph-name="emacron" unicode="&#x113;" horiz-adv-x="485"
397
- d="M131 541v67h224v-67h-224zM242 -5c-116 0 -189 101 -189 226c0 123 73 224 189 224c117 0 192 -97 192 -214c0 -23 -1 -29 -2 -38h-300v-7c6 -65 48 -119 109 -119c52 0 92 31 107 77l78 -22c-26 -73 -95 -127 -184 -127zM135 264h216c0 69 -52 109 -110 109
398
- c-59 0 -103 -48 -106 -109z" />
399
- <glyph glyph-name="eogonek" unicode="&#x119;" horiz-adv-x="485"
400
- d="M432 193h-300v-7c6 -65 48 -119 109 -119c52 0 92 31 107 77l78 -22c-20 -58 -68 -103 -130 -120c-44 -25 -77 -48 -97 -75c-38 -51 16 -96 65 -48l32 -38c-86 -82 -195 -8 -147 85c15 31 36 53 64 71c-99 16 -160 110 -160 224c0 123 73 224 189 224
401
- c117 0 192 -97 192 -214c0 -23 -1 -29 -2 -38zM241 373c-59 0 -103 -48 -106 -109h216c0 69 -52 109 -110 109z" />
402
- <glyph glyph-name="f" unicode="f" horiz-adv-x="283"
403
- d="M236 529c-31 -2 -59 -26 -59 -67v-37h87v-73h-87v-352h-85v352h-53v73h53v42c0 87 60 135 136 135c25 0 56 -6 71 -13l-19 -66c-11 3 -23 7 -44 6z" />
404
- <glyph glyph-name="g" unicode="g" horiz-adv-x="486"
405
- d="M463 433l-3 -80l-78 5c27 -38 44 -85 44 -134s-16 -95 -42 -131c23 -28 42 -66 41 -111c-1 -107 -80 -189 -196 -189c-96 0 -158 62 -181 113l66 33c15 -25 54 -68 115 -68c67 0 112 48 112 111c0 26 -6 44 -16 59c-27 -16 -58 -25 -92 -25c-113 0 -197 97 -197 214
406
- c0 114 84 215 197 215h2c4 0 7 0 10 -1zM232 91c68 0 116 62 116 139c0 79 -48 141 -115 141c-68 0 -115 -62 -115 -141c0 -77 47 -139 114 -139z" />
407
- <glyph glyph-name="gbreve" unicode="&#x11f;" horiz-adv-x="486"
408
- d="M240 528c-55 0 -100 32 -127 74l48 41c12 -18 39 -47 79 -47c41 0 65 27 79 47l49 -41c-28 -43 -72 -74 -128 -74zM463 433l-3 -80l-78 5c27 -38 44 -85 44 -134s-16 -95 -42 -131c23 -28 42 -66 41 -111c-1 -107 -80 -189 -196 -189c-96 0 -158 62 -181 113l66 33
409
- c15 -25 54 -68 115 -68c67 0 112 48 112 111c0 26 -6 44 -16 59c-27 -16 -58 -25 -92 -25c-113 0 -197 97 -197 214c0 114 84 215 197 215h2c4 0 7 0 10 -1zM232 91c68 0 116 62 116 139c0 79 -48 141 -115 141c-68 0 -115 -62 -115 -141c0 -77 47 -139 114 -139z" />
410
- <glyph glyph-name="gcommaaccent" unicode="&#x123;" horiz-adv-x="486"
411
- d="M291 682l-36 -175l-65 5l20 178zM463 433l-3 -80l-78 5c27 -38 44 -85 44 -134s-16 -95 -42 -131c23 -28 42 -66 41 -111c-1 -107 -80 -189 -196 -189c-96 0 -158 62 -181 113l66 33c15 -25 54 -68 115 -68c67 0 112 48 112 111c0 26 -6 44 -16 59
412
- c-27 -16 -58 -25 -92 -25c-113 0 -197 97 -197 214c0 114 84 215 197 215h2c4 0 7 0 10 -1zM232 91c68 0 116 62 116 139c0 79 -48 141 -115 141c-68 0 -115 -62 -115 -141c0 -77 47 -139 114 -139z" />
413
- <glyph glyph-name="gdotaccent" unicode="&#x121;" horiz-adv-x="486"
414
- d="M239 511c-31 0 -53 22 -53 55c0 31 22 53 53 53c33 0 55 -22 55 -53c0 -33 -22 -55 -55 -55zM463 433l-3 -80l-78 5c27 -38 44 -85 44 -134s-16 -95 -42 -131c23 -28 42 -66 41 -111c-1 -107 -80 -189 -196 -189c-96 0 -158 62 -181 113l66 33c15 -25 54 -68 115 -68
415
- c67 0 112 48 112 111c0 26 -6 44 -16 59c-27 -16 -58 -25 -92 -25c-113 0 -197 97 -197 214c0 114 84 215 197 215h2c4 0 7 0 10 -1zM232 91c68 0 116 62 116 139c0 79 -48 141 -115 141c-68 0 -115 -62 -115 -141c0 -77 47 -139 114 -139z" />
416
- <glyph glyph-name="h" unicode="h" horiz-adv-x="503"
417
- d="M275 445c92 10 158 -59 158 -155v-290h-85v267c0 67 -39 111 -100 100c-32 -6 -68 -36 -88 -69v-298h-85v589l85 5v-223c27 37 68 68 115 74z" />
418
- <glyph glyph-name="hbar" unicode="&#x127;" horiz-adv-x="491"
419
- d="M275 445c92 10 158 -59 158 -155v-290h-85v267c0 67 -39 111 -100 100c-32 -6 -68 -36 -88 -69v-298h-85v478h-59v72h59v39l85 5v-44h78l-1 -72h-77v-107c27 37 68 68 115 74z" />
420
- <glyph glyph-name="i" unicode="i" horiz-adv-x="235"
421
- d="M116 485c-31 0 -53 22 -53 55c0 31 22 53 53 53c33 0 55 -22 55 -53c0 -33 -22 -55 -55 -55zM75 0v431l85 5v-436h-85z" />
422
- <glyph glyph-name="dotlessi" unicode="&#x131;" horiz-adv-x="235"
423
- d="M75 0v431l85 5v-436h-85z" />
424
- <glyph glyph-name="iacute" unicode="&#xed;" horiz-adv-x="235"
425
- d="M101 489l-28 53l167 118l42 -72zM75 0v431l85 5v-436h-85z" />
426
- <glyph glyph-name="uni01D0" unicode="&#x1d0;" horiz-adv-x="235"
427
- d="M240 598l-124 -110l-123 113l45 45l78 -73l80 72zM75 0v431l85 5v-436h-85z" />
428
- <glyph glyph-name="icircumflex" unicode="&#xee;" horiz-adv-x="235"
429
- d="M116 648l124 -111l-44 -47l-80 72l-78 -72l-45 45zM75 0v431l85 5v-436h-85z" />
430
- <glyph glyph-name="idieresis" unicode="&#xef;" horiz-adv-x="235"
431
- d="M25 513c-28 0 -46 20 -46 48s18 46 46 46s48 -18 48 -46s-20 -48 -48 -48zM194 513c-28 0 -46 20 -46 48s18 46 46 46s48 -18 48 -46s-20 -48 -48 -48zM75 0v431l85 5v-436h-85z" />
432
- <glyph glyph-name="i.loclTRK" horiz-adv-x="235"
433
- d="M116 485c-31 0 -53 22 -53 55c0 31 22 53 53 53c33 0 55 -22 55 -53c0 -33 -22 -55 -55 -55zM75 0v431l85 5v-436h-85z" />
434
- <glyph glyph-name="igrave" unicode="&#xec;" horiz-adv-x="235"
435
- d="M128 488l-182 99l43 73l168 -118zM75 0v431l85 5v-436h-85z" />
436
- <glyph glyph-name="ij" unicode="&#x133;" horiz-adv-x="462"
437
- d="M347 495c-31 0 -53 22 -53 55c0 31 22 53 53 53c33 0 55 -22 55 -53c0 -33 -22 -55 -55 -55zM116 485c-31 0 -53 22 -53 55c0 31 22 53 53 53c33 0 55 -22 55 -53c0 -33 -22 -55 -55 -55zM75 0v431l85 5v-436h-85zM259 -207c-33 0 -64 10 -80 22l21 71c10 -4 23 -8 43 -8
438
- c36 1 62 25 62 89v463l85 5v-468c0 -122 -50 -174 -131 -174z" />
439
- <glyph glyph-name="imacron" unicode="&#x12b;" horiz-adv-x="235"
440
- d="M5 515v67h224v-67h-224zM75 0v431l85 5v-436h-85z" />
441
- <glyph glyph-name="iogonek" unicode="&#x12f;" horiz-adv-x="235"
442
- d="M116 485c-31 0 -53 22 -53 55c0 31 22 53 53 53c33 0 55 -22 55 -53c0 -33 -22 -55 -55 -55zM75 0v431l85 5v-436c-46 -26 -81 -50 -102 -78c-38 -51 16 -96 65 -48l32 -38c-86 -82 -195 -8 -147 85c17 35 42 59 77 79h-10z" />
443
- <glyph glyph-name="j" unicode="j" horiz-adv-x="227"
444
- d="M112 495c-31 0 -53 22 -53 55c0 31 22 53 53 53c33 0 55 -22 55 -53c0 -33 -22 -55 -55 -55zM24 -207c-33 0 -64 10 -80 22l21 71c10 -4 23 -8 43 -8c36 1 62 25 62 89v463l85 5v-468c0 -122 -50 -174 -131 -174z" />
445
- <glyph glyph-name="uni0237" unicode="&#x237;" horiz-adv-x="227"
446
- d="M24 -207c-33 0 -64 10 -80 22l21 71c10 -4 23 -8 43 -8c36 1 62 25 62 89v463l85 5v-468c0 -122 -50 -174 -131 -174z" />
447
- <glyph glyph-name="k" unicode="k" horiz-adv-x="456"
448
- d="M355 0l-119 217l-76 -90v-127h-85v567l85 6v-329l168 196h94l-134 -160l153 -280h-86z" />
449
- <glyph glyph-name="kcommaaccent" unicode="&#x137;" horiz-adv-x="456"
450
- d="M288 280l153 -280h-86l-119 217l-76 -90v-127h-85v567l85 6v-329l168 196h94zM155 -198l34 170l66 -6l-20 -173z" />
451
- <glyph glyph-name="l" unicode="l" horiz-adv-x="267"
452
- d="M207 0c-92 0 -135 40 -135 148l1 439l85 5l-1 -420c0 -54 8 -87 57 -89c9 -1 18 -1 27 -1v-82h-34z" />
453
- <glyph glyph-name="lacute" unicode="&#x13a;" horiz-adv-x="318"
454
- d="M124 666l-28 53l167 118l42 -72zM223 0c-92 0 -135 40 -135 148l1 439l85 5l-1 -420c0 -54 8 -87 57 -89c9 -1 18 -1 27 -1v-82h-34z" />
455
- <glyph glyph-name="lcaron" unicode="&#x13e;" horiz-adv-x="373"
456
- d="M202 0c-92 0 -135 40 -135 148l1 439l85 5l-1 -420c0 -54 8 -87 57 -89c9 -1 18 -1 27 -1v-82h-34zM308 378l-62 2l3 211l81 -5z" />
457
- <glyph glyph-name="lcommaaccent" unicode="&#x13c;" horiz-adv-x="301"
458
- d="M207 0c-92 0 -135 40 -135 148l1 439l85 5l-1 -420c0 -54 8 -87 57 -89c9 -1 18 -1 27 -1v-82h-34zM170 -213l-80 9l34 170l66 -6z" />
459
- <glyph glyph-name="ldot" unicode="&#x140;" horiz-adv-x="378"
460
- d="M202 0c-92 0 -135 40 -135 148l1 439l85 5l-1 -420c0 -54 8 -87 57 -89c9 -1 18 -1 27 -1v-82h-34zM291 284c-28 0 -46 20 -46 48s18 46 46 46s48 -18 48 -46s-20 -48 -48 -48z" />
461
- <glyph glyph-name="lslash" unicode="&#x142;" horiz-adv-x="290"
462
- d="M165 172c0 -54 8 -87 57 -89c9 -1 18 -1 27 -1v-82h-34c-92 0 -135 40 -135 148v84l-60 -58l-51 52l111 108l1 253l85 5v-176l70 68l52 -52l-123 -118v-142z" />
463
- <glyph glyph-name="m" unicode="m" horiz-adv-x="744"
464
- d="M518 445c92 10 158 -59 158 -155v-290h-85v267c0 67 -39 111 -100 100c-25 -5 -53 -24 -73 -48c1 -10 2 -19 2 -29v-290h-85v267c0 67 -39 111 -100 100c-27 -5 -56 -27 -77 -53l2 -314h-85v439l79 5l3 -60c27 31 64 56 105 61c63 7 114 -24 140 -75c27 37 69 69 116 75z
465
- " />
466
- <glyph glyph-name="n" unicode="n" horiz-adv-x="503"
467
- d="M274 445c92 10 158 -59 158 -155v-290h-85v267c0 67 -39 111 -100 100c-32 -6 -67 -35 -87 -68v-299h-85v440l82 4l3 -72c26 36 67 67 114 73z" />
468
- <glyph glyph-name="nacute" unicode="&#x144;" horiz-adv-x="503"
469
- d="M421 614l-181 -99l-28 53l167 118zM274 445c92 10 158 -59 158 -155v-290h-85v267c0 67 -39 111 -100 100c-32 -6 -67 -35 -87 -68v-299h-85v440l82 4l3 -72c26 36 67 67 114 73z" />
470
- <glyph glyph-name="ncaron" unicode="&#x148;" horiz-adv-x="503"
471
- d="M379 624l-124 -110l-123 113l45 45l78 -73l80 72zM274 445c92 10 158 -59 158 -155v-290h-85v267c0 67 -39 111 -100 100c-32 -6 -67 -35 -87 -68v-299h-85v440l82 4l3 -72c26 36 67 67 114 73z" />
472
- <glyph glyph-name="ncommaaccent" unicode="&#x146;" horiz-adv-x="503"
473
- d="M274 445c92 10 158 -59 158 -155v-290h-85v267c0 67 -39 111 -100 100c-32 -6 -67 -35 -87 -68v-299h-85v440l82 4l3 -72c26 36 67 67 114 73zM181 -203l34 170l66 -6l-20 -173z" />
474
- <glyph glyph-name="eng" unicode="&#x14b;" horiz-adv-x="492"
475
- d="M432 209h2v-278c0 -97 -60 -146 -137 -146c-37 0 -59 11 -74 18l20 75c11 -4 18 -8 44 -7c35 0 62 25 62 78v51h-2v267c0 67 -39 111 -100 100c-32 -6 -67 -35 -87 -68v-299h-85v440l82 4l3 -72c26 36 67 67 114 73c92 10 158 -59 158 -155v-81z" />
476
- <glyph glyph-name="ntilde" unicode="&#xf1;" horiz-adv-x="503"
477
- d="M212 571c-16 0 -25 -19 -33 -39l-59 31c8 24 32 75 78 75c38 0 70 -35 98 -35c19 0 26 13 36 37l61 -29c-8 -21 -31 -77 -82 -77c-43 1 -71 37 -99 37zM274 445c92 10 158 -59 158 -155v-290h-85v267c0 67 -39 111 -100 100c-32 -6 -67 -35 -87 -68v-299h-85v440l82 4
478
- l3 -72c26 36 67 67 114 73z" />
479
- <glyph glyph-name="o" unicode="o" horiz-adv-x="484"
480
- d="M242 -5c-118 0 -200 97 -200 219v12c0 122 82 219 200 219c117 0 201 -97 201 -219v-12c0 -122 -84 -219 -201 -219zM241 69c70 0 117 60 117 145v12c0 86 -47 145 -116 145s-116 -59 -116 -145v-12c0 -85 47 -145 115 -145z" />
481
- <glyph glyph-name="oacute" unicode="&#xf3;" horiz-adv-x="484"
482
- d="M226 515l-28 53l167 118l42 -72zM242 -5c-118 0 -200 97 -200 219v12c0 122 82 219 200 219c117 0 201 -97 201 -219v-12c0 -122 -84 -219 -201 -219zM241 69c70 0 117 60 117 145v12c0 86 -47 145 -116 145s-116 -59 -116 -145v-12c0 -85 47 -145 115 -145z" />
483
- <glyph glyph-name="uni01D2" unicode="&#x1d2;" horiz-adv-x="484"
484
- d="M365 624l-124 -110l-123 113l45 45l78 -73l80 72zM242 445c117 0 201 -97 201 -219v-12c0 -122 -84 -219 -201 -219c-118 0 -200 97 -200 219v12c0 122 82 219 200 219zM358 214v12c0 86 -47 145 -116 145s-116 -59 -116 -145v-12c0 -85 47 -145 115 -145
485
- c70 0 117 60 117 145z" />
486
- <glyph glyph-name="ocircumflex" unicode="&#xf4;" horiz-adv-x="484"
487
- d="M241 588l-78 -72l-45 45l123 113l124 -111l-44 -47zM242 445c117 0 201 -97 201 -219v-12c0 -122 -84 -219 -201 -219c-118 0 -200 97 -200 219v12c0 122 82 219 200 219zM358 214v12c0 86 -47 145 -116 145s-116 -59 -116 -145v-12c0 -85 47 -145 115 -145
488
- c70 0 117 60 117 145z" />
489
- <glyph glyph-name="odieresis" unicode="&#xf6;" horiz-adv-x="484"
490
- d="M150 539c-28 0 -46 20 -46 48s18 46 46 46s48 -18 48 -46s-20 -48 -48 -48zM319 539c-28 0 -46 20 -46 48s18 46 46 46s48 -18 48 -46s-20 -48 -48 -48zM242 -5c-118 0 -200 97 -200 219v12c0 122 82 219 200 219c117 0 201 -97 201 -219v-12c0 -122 -84 -219 -201 -219z
491
- M241 69c70 0 117 60 117 145v12c0 86 -47 145 -116 145s-116 -59 -116 -145v-12c0 -85 47 -145 115 -145z" />
492
- <glyph glyph-name="ograve" unicode="&#xf2;" horiz-adv-x="484"
493
- d="M253 514l-182 99l43 73l168 -118zM242 -5c-118 0 -200 97 -200 219v12c0 122 82 219 200 219c117 0 201 -97 201 -219v-12c0 -122 -84 -219 -201 -219zM241 69c70 0 117 60 117 145v12c0 86 -47 145 -116 145s-116 -59 -116 -145v-12c0 -85 47 -145 115 -145z" />
494
- <glyph glyph-name="ohungarumlaut" unicode="&#x151;" horiz-adv-x="484"
495
- d="M194 506h-67l5 205l79 -5zM337 504l-67 2l12 203l79 -5zM242 -5c-118 0 -200 97 -200 219v12c0 122 82 219 200 219c117 0 201 -97 201 -219v-12c0 -122 -84 -219 -201 -219zM241 69c70 0 117 60 117 145v12c0 86 -47 145 -116 145s-116 -59 -116 -145v-12
496
- c0 -85 47 -145 115 -145z" />
497
- <glyph glyph-name="omacron" unicode="&#x14d;" horiz-adv-x="484"
498
- d="M130 541v67h224v-67h-224zM242 -5c-118 0 -200 97 -200 219v12c0 122 82 219 200 219c117 0 201 -97 201 -219v-12c0 -122 -84 -219 -201 -219zM241 69c70 0 117 60 117 145v12c0 86 -47 145 -116 145s-116 -59 -116 -145v-12c0 -85 47 -145 115 -145z" />
499
- <glyph glyph-name="oslash" unicode="&#xf8;" horiz-adv-x="484"
500
- d="M455 405l-49 -50c24 -36 37 -80 37 -129v-12c0 -122 -84 -219 -201 -219c-55 0 -102 21 -136 55l-46 -46l-31 31l49 50c-23 36 -36 80 -36 129v12c0 122 82 219 200 219c54 0 101 -21 136 -55l46 47zM126 214c0 -25 4 -48 12 -68l185 188c-20 24 -48 37 -81 37
501
- c-69 0 -116 -59 -116 -145v-12zM358 226c0 26 -4 49 -12 69l-185 -189c20 -23 48 -37 80 -37c70 0 117 60 117 145v12z" />
502
- <glyph glyph-name="otilde" unicode="&#xf5;" horiz-adv-x="484"
503
- d="M165 532l-59 31c8 24 32 75 78 75c38 0 70 -35 98 -35c19 0 26 13 36 37l61 -29c-8 -21 -31 -77 -82 -77c-43 1 -71 37 -99 37c-16 0 -25 -19 -33 -39zM242 -5c-118 0 -200 97 -200 219v12c0 122 82 219 200 219c117 0 201 -97 201 -219v-12c0 -122 -84 -219 -201 -219z
504
- M241 69c70 0 117 60 117 145v12c0 86 -47 145 -116 145s-116 -59 -116 -145v-12c0 -85 47 -145 115 -145z" />
505
- <glyph glyph-name="oe" unicode="&#x153;" horiz-adv-x="828"
506
- d="M775 193h-300v-7c6 -65 48 -119 109 -119c52 0 92 31 107 77l78 -22c-26 -73 -95 -127 -184 -127c-79 0 -138 47 -168 117c-31 -70 -93 -117 -170 -117c-118 0 -200 97 -200 219v12c0 122 82 219 200 219c76 0 139 -47 170 -116c29 69 89 116 168 116
507
- c117 0 192 -97 192 -214c0 -23 -1 -29 -2 -38zM584 373c-59 0 -103 -48 -106 -109h216c0 69 -52 109 -110 109zM364 214v12c0 81 -48 140 -117 140s-116 -59 -116 -140v-12c0 -81 47 -140 115 -140c70 0 118 59 118 140z" />
508
- <glyph glyph-name="p" unicode="p" horiz-adv-x="481"
509
- d="M264 445c106 18 177 -94 177 -226c0 -147 -93 -226 -180 -217c-44 5 -76 31 -101 64v-266l-85 5v636l82 5l3 -76c27 37 64 67 104 75zM249 76c60 -4 103 50 103 143c0 90 -40 166 -107 151c-32 -7 -62 -38 -85 -72v-159c23 -30 54 -61 89 -63z" />
510
- <glyph glyph-name="thorn" unicode="&#xfe;" horiz-adv-x="445"
511
- d="M227 445c106 18 177 -94 177 -226c0 -147 -93 -226 -180 -217c-37 4 -66 24 -89 50v-257l-85 5v790l85 5v-210c26 30 58 53 92 60zM212 76c60 -4 103 50 103 143c0 90 -40 166 -107 151c-27 -6 -52 -28 -73 -56v-190c21 -24 48 -46 77 -48z" />
512
- <glyph glyph-name="q" unicode="q" horiz-adv-x="486"
513
- d="M329 447l82 -5v-642l-85 5v270c-25 -34 -57 -68 -104 -75c-106 -17 -181 78 -181 218c0 132 78 250 192 225c44 -8 71 -43 93 -77v28zM235 73c34 3 61 30 91 68v156c-25 36 -52 65 -84 72c-68 12 -114 -58 -114 -152c0 -92 42 -148 107 -144z" />
514
- <glyph glyph-name="r" unicode="r" horiz-adv-x="303"
515
- d="M154 368c25 53 68 84 134 76l-1 -90c-78 9 -127 -39 -133 -133l-1 -221h-85v441l83 4l3 -73v-4z" />
516
- <glyph glyph-name="racute" unicode="&#x155;" horiz-adv-x="303"
517
- d="M312 619l-181 -99l-28 53l167 118zM154 368c25 53 68 84 134 76l-1 -90c-78 9 -127 -39 -133 -133l-1 -221h-85v441l83 4l3 -73v-4z" />
518
- <glyph glyph-name="rcaron" unicode="&#x159;" horiz-adv-x="303"
519
- d="M270 629l-124 -110l-123 113l45 45l78 -73l80 72zM154 368c25 53 68 84 134 76l-1 -90c-78 9 -127 -39 -133 -133l-1 -221h-85v441l83 4l3 -73v-4z" />
520
- <glyph glyph-name="rcommaaccent" unicode="&#x157;" horiz-adv-x="303"
521
- d="M154 368c25 53 68 84 134 76l-1 -90c-78 9 -127 -39 -133 -133l-1 -221h-85v441l83 4l3 -73v-4zM44 -203l34 170l66 -6l-20 -173z" />
522
- <glyph glyph-name="s" unicode="s" horiz-adv-x="409"
523
- d="M205 -5c-98 0 -154 71 -162 112l77 24c12 -26 35 -63 86 -63c55 0 78 35 74 62c-13 80 -229 53 -229 187c0 76 68 128 154 128c84 0 139 -53 161 -110l-76 -24c-7 28 -37 62 -83 62c-56 0 -73 -39 -71 -59c9 -75 228 -43 228 -190c0 -69 -65 -129 -159 -129z" />
524
- <glyph glyph-name="sacute" unicode="&#x15b;" horiz-adv-x="409"
525
- d="M186 510l-28 53l167 118l42 -72zM205 -5c-98 0 -154 71 -162 112l77 24c12 -26 35 -63 86 -63c55 0 78 35 74 62c-13 80 -229 53 -229 187c0 76 68 128 154 128c84 0 139 -53 161 -110l-76 -24c-7 28 -37 62 -83 62c-56 0 -73 -39 -71 -59c9 -75 228 -43 228 -190
526
- c0 -69 -65 -129 -159 -129z" />
527
- <glyph glyph-name="scaron" unicode="&#x161;" horiz-adv-x="409"
528
- d="M325 619l-124 -110l-123 113l45 45l78 -73l80 72zM136 314c9 -75 228 -43 228 -190c0 -69 -65 -129 -159 -129c-98 0 -154 71 -162 112l77 24c12 -26 35 -63 86 -63c55 0 78 35 74 62c-13 80 -229 53 -229 187c0 76 68 128 154 128c84 0 139 -53 161 -110l-76 -24
529
- c-7 28 -37 62 -83 62c-56 0 -73 -39 -71 -59z" />
530
- <glyph glyph-name="scedilla" unicode="&#x15f;" horiz-adv-x="409"
531
- d="M136 314c9 -75 228 -43 228 -190c0 -64 -56 -121 -140 -128l-5 -37c59 13 106 -23 106 -75c0 -59 -45 -92 -101 -92c-49 0 -79 26 -89 41l30 36c7 -8 24 -24 56 -24c24 0 46 14 46 41c0 26 -24 41 -59 41c-15 -1 -26 -1 -39 -2l1 73c-76 14 -120 73 -127 109l77 24
532
- c12 -26 35 -63 86 -63c55 0 78 35 74 62c-13 80 -229 53 -229 187c0 76 68 128 154 128c84 0 139 -53 161 -110l-76 -24c-7 28 -37 62 -83 62c-56 0 -73 -39 -71 -59z" />
533
- <glyph glyph-name="scommaaccent" unicode="&#x219;" horiz-adv-x="409"
534
- d="M205 -5c-98 0 -154 71 -162 112l77 24c12 -26 35 -63 86 -63c55 0 78 35 74 62c-13 80 -229 53 -229 187c0 76 68 128 154 128c84 0 139 -53 161 -110l-76 -24c-7 28 -37 62 -83 62c-56 0 -73 -39 -71 -59c9 -75 228 -43 228 -190c0 -69 -65 -129 -159 -129zM210 -214
535
- l-80 9l34 170l66 -6z" />
536
- <glyph glyph-name="germandbls" unicode="&#xdf;" horiz-adv-x="507"
537
- d="M82 0v406c0 118 56 178 159 178c97 0 165 -52 165 -125c0 -67 -50 -97 -50 -122c0 -39 114 -61 114 -189c0 -92 -64 -153 -149 -153c-41 0 -75 15 -100 33l15 73c13 -10 35 -22 65 -22c37 1 83 23 83 87c-1 92 -120 97 -120 165c0 39 59 75 59 124c0 38 -33 62 -81 62
538
- c-49 0 -78 -31 -78 -94l-1 -423h-81z" />
539
- <glyph glyph-name="t" unicode="t" horiz-adv-x="307"
540
- d="M236 83c10 -1 19 -1 28 -1v-81c-13 -1 -23 -2 -34 -2c-91 0 -135 41 -135 149v202h-55v82h56v127l85 4v-131h79v-82h-80v-178c0 -55 8 -88 56 -89z" />
541
- <glyph glyph-name="tbar" unicode="&#x167;" horiz-adv-x="307"
542
- d="M265 208h-85v-36c0 -55 8 -88 56 -89c10 -1 19 -1 28 -1v-81c-13 -1 -23 -2 -34 -2c-91 0 -135 41 -135 149v60h-51v72h51v70h-55v82h56v127l85 4v-131h79v-82h-80v-70h86z" />
543
- <glyph glyph-name="tcaron" unicode="&#x165;" horiz-adv-x="406"
544
- d="M328 593l81 -5l-22 -208l-62 2zM186 172c0 -55 8 -88 56 -89c10 -1 19 -1 28 -1v-81c-13 -1 -23 -2 -34 -2c-91 0 -135 41 -135 149v202h-55v82h56v127l85 4v-131h79v-82h-80v-178z" />
545
- <glyph glyph-name="uni0163" unicode="&#x163;" horiz-adv-x="307"
546
- d="M209 -34c59 13 106 -23 106 -75c0 -59 -45 -92 -101 -92c-49 0 -79 26 -89 41l30 36c7 -8 24 -24 56 -24c24 0 46 14 46 41c0 26 -24 41 -59 41c-15 -1 -26 -1 -39 -2l1 79c-44 19 -65 62 -65 137v202h-55v82h56v127l85 4v-131h79v-82h-80v-178c0 -55 8 -88 56 -89
547
- c10 -1 19 -1 28 -1v-81c-13 -1 -23 -2 -34 -2h-16z" />
548
- <glyph glyph-name="uni021B" unicode="&#x21b;" horiz-adv-x="307"
549
- d="M236 83c10 -1 19 -1 28 -1v-81c-13 -1 -23 -2 -34 -2c-91 0 -135 41 -135 149v202h-55v82h56v127l85 4v-131h79v-82h-80v-178c0 -55 8 -88 56 -89zM120 -198l34 170l66 -6l-20 -173z" />
550
- <glyph glyph-name="u" unicode="u" horiz-adv-x="500"
551
- d="M341 440h85v-440h-83l-3 64c-29 -30 -69 -58 -116 -64c-94 -9 -158 56 -158 155v282l85 4v-261c0 -77 39 -114 100 -100c36 8 67 38 89 72z" />
552
- <glyph glyph-name="uacute" unicode="&#xfa;" horiz-adv-x="500"
553
- d="M416 613l-181 -99l-28 53l167 118zM341 440h85v-440h-83l-3 64c-29 -30 -69 -58 -116 -64c-94 -9 -158 56 -158 155v282l85 4v-261c0 -77 39 -114 100 -100c36 8 67 38 89 72z" />
554
- <glyph glyph-name="uni01D4" unicode="&#x1d4;" horiz-adv-x="500"
555
- d="M374 623l-124 -110l-123 113l45 45l78 -73l80 72zM341 440h85v-440h-83l-3 64c-29 -30 -69 -58 -116 -64c-94 -9 -158 56 -158 155v282l85 4v-261c0 -77 39 -114 100 -100c36 8 67 38 89 72z" />
556
- <glyph glyph-name="ucircumflex" unicode="&#xfb;" horiz-adv-x="500"
557
- d="M250 587l-78 -72l-45 45l123 113l124 -111l-44 -47zM341 440h85v-440h-83l-3 64c-29 -30 -69 -58 -116 -64c-94 -9 -158 56 -158 155v282l85 4v-261c0 -77 39 -114 100 -100c36 8 67 38 89 72z" />
558
- <glyph glyph-name="udieresis" unicode="&#xfc;" horiz-adv-x="500"
559
- d="M159 538c-28 0 -46 20 -46 48s18 46 46 46s48 -18 48 -46s-20 -48 -48 -48zM328 538c-28 0 -46 20 -46 48s18 46 46 46s48 -18 48 -46s-20 -48 -48 -48zM341 440h85v-440h-83l-3 64c-29 -30 -69 -58 -116 -64c-94 -9 -158 56 -158 155v282l85 4v-261
560
- c0 -77 39 -114 100 -100c36 8 67 38 89 72z" />
561
- <glyph glyph-name="ugrave" unicode="&#xf9;" horiz-adv-x="500"
562
- d="M291 567l-29 -54l-182 99l43 73zM341 440h85v-440h-83l-3 64c-29 -30 -69 -58 -116 -64c-94 -9 -158 56 -158 155v282l85 4v-261c0 -77 39 -114 100 -100c36 8 67 38 89 72z" />
563
- <glyph glyph-name="uhungarumlaut" unicode="&#x171;" horiz-adv-x="500"
564
- d="M220 705l-17 -200h-67l5 205zM370 703l-24 -200l-67 2l12 203zM341 440h85v-440h-83l-3 64c-29 -30 -69 -58 -116 -64c-94 -9 -158 56 -158 155v282l85 4v-261c0 -77 39 -114 100 -100c36 8 67 38 89 72z" />
565
- <glyph glyph-name="umacron" unicode="&#x16b;" horiz-adv-x="500"
566
- d="M363 607v-67h-224v67h224zM341 440h85v-440h-83l-3 64c-29 -30 -69 -58 -116 -64c-94 -9 -158 56 -158 155v282l85 4v-261c0 -77 39 -114 100 -100c36 8 67 38 89 72z" />
567
- <glyph glyph-name="uogonek" unicode="&#x173;" horiz-adv-x="500"
568
- d="M426 0c-46 -26 -81 -50 -102 -78c-38 -51 16 -96 65 -48l32 -38c-86 -82 -195 -8 -147 85c17 35 42 59 77 79h-8l-3 64c-29 -30 -69 -58 -116 -64c-94 -9 -158 56 -158 155v282l85 4v-261c0 -77 39 -114 100 -100c36 8 67 38 89 72l1 288h85v-440z" />
569
- <glyph glyph-name="uring" unicode="&#x16f;" horiz-adv-x="500"
570
- d="M251 506c-50 0 -88 41 -88 88c0 49 38 88 88 88c48 0 87 -39 87 -88c0 -47 -39 -88 -87 -88zM250 630c-20 0 -35 -16 -35 -36s15 -35 35 -35s34 15 34 35s-14 36 -34 36zM341 440h85v-440h-83l-3 64c-29 -30 -69 -58 -116 -64c-94 -9 -158 56 -158 155v282l85 4v-261
571
- c0 -77 39 -114 100 -100c36 8 67 38 89 72z" />
572
- <glyph glyph-name="v" unicode="v" horiz-adv-x="433"
573
- d="M332 442l82 -4l-151 -438h-93l-151 438l83 4l115 -354z" />
574
- <glyph glyph-name="w" unicode="w" horiz-adv-x="622"
575
- d="M520 444l80 -5l-119 -439h-84l-86 303l-86 -303h-84l-119 439l80 5l88 -342l93 331h57l92 -327z" />
576
- <glyph glyph-name="wacute" unicode="&#x1e83;" horiz-adv-x="622"
577
- d="M476 606l-181 -99l-28 53l167 118zM520 444l80 -5l-119 -439h-84l-86 303l-86 -303h-84l-119 439l80 5l88 -342l93 331h57l92 -327z" />
578
- <glyph glyph-name="wcircumflex" unicode="&#x175;" horiz-adv-x="622"
579
- d="M310 580l-78 -72l-45 45l123 113l124 -111l-44 -47zM520 444l80 -5l-119 -439h-84l-86 303l-86 -303h-84l-119 439l80 5l88 -342l93 331h57l92 -327z" />
580
- <glyph glyph-name="wdieresis" unicode="&#x1e85;" horiz-adv-x="622"
581
- d="M219 531c-28 0 -46 20 -46 48s18 46 46 46s48 -18 48 -46s-20 -48 -48 -48zM388 531c-28 0 -46 20 -46 48s18 46 46 46s48 -18 48 -46s-20 -48 -48 -48zM520 444l80 -5l-119 -439h-84l-86 303l-86 -303h-84l-119 439l80 5l88 -342l93 331h57l92 -327z" />
582
- <glyph glyph-name="wgrave" unicode="&#x1e81;" horiz-adv-x="622"
583
- d="M351 560l-29 -54l-182 99l43 73zM520 444l80 -5l-119 -439h-84l-86 303l-86 -303h-84l-119 439l80 5l88 -342l93 331h57l92 -327z" />
584
- <glyph glyph-name="x" unicode="x" horiz-adv-x="464"
585
- d="M438 437l-157 -218l154 -219h-92l-112 162l-111 -162h-92l154 219l-154 219l91 5l112 -166l116 166z" />
586
- <glyph glyph-name="y" unicode="y" horiz-adv-x="496"
587
- d="M336 440h85v-450c0 -126 -82 -198 -196 -198c-69 0 -128 38 -148 63l40 61c18 -20 59 -46 108 -46c64 0 112 43 112 120v70c-29 -29 -68 -54 -113 -60c-94 -9 -158 56 -158 155v282l85 4v-261c0 -77 39 -114 100 -100c34 8 64 35 86 67z" />
588
- <glyph glyph-name="yacute" unicode="&#xfd;" horiz-adv-x="496"
589
- d="M411 604l-181 -99l-28 53l167 118zM336 440h85v-450c0 -126 -82 -198 -196 -198c-69 0 -128 38 -148 63l40 61c18 -20 59 -46 108 -46c64 0 112 43 112 120v70c-29 -29 -68 -54 -113 -60c-94 -9 -158 56 -158 155v282l85 4v-261c0 -77 39 -114 100 -100c34 8 64 35 86 67
590
- z" />
591
- <glyph glyph-name="ycircumflex" unicode="&#x177;" horiz-adv-x="496"
592
- d="M245 578l-78 -72l-45 45l123 113l124 -111l-44 -47zM336 440h85v-450c0 -126 -82 -198 -196 -198c-69 0 -128 38 -148 63l40 61c18 -20 59 -46 108 -46c64 0 112 43 112 120v70c-29 -29 -68 -54 -113 -60c-94 -9 -158 56 -158 155v282l85 4v-261c0 -77 39 -114 100 -100
593
- c34 8 64 35 86 67z" />
594
- <glyph glyph-name="ydieresis" unicode="&#xff;" horiz-adv-x="496"
595
- d="M154 529c-28 0 -46 20 -46 48s18 46 46 46s48 -18 48 -46s-20 -48 -48 -48zM323 529c-28 0 -46 20 -46 48s18 46 46 46s48 -18 48 -46s-20 -48 -48 -48zM336 440h85v-450c0 -126 -82 -198 -196 -198c-69 0 -128 38 -148 63l40 61c18 -20 59 -46 108 -46
596
- c64 0 112 43 112 120v70c-29 -29 -68 -54 -113 -60c-94 -9 -158 56 -158 155v282l85 4v-261c0 -77 39 -114 100 -100c34 8 64 35 86 67z" />
597
- <glyph glyph-name="ygrave" unicode="&#x1ef3;" horiz-adv-x="496"
598
- d="M286 558l-29 -54l-182 99l43 73zM336 440h85v-450c0 -126 -82 -198 -196 -198c-69 0 -128 38 -148 63l40 61c18 -20 59 -46 108 -46c64 0 112 43 112 120v70c-29 -29 -68 -54 -113 -60c-94 -9 -158 56 -158 155v282l85 4v-261c0 -77 39 -114 100 -100c34 8 64 35 86 67z
599
- " />
600
- <glyph glyph-name="z" unicode="z" horiz-adv-x="409"
601
- d="M358 440v-75l-205 -285h205v-80h-307v75l205 285h-205v80h307z" />
602
- <glyph glyph-name="zacute" unicode="&#x17a;" horiz-adv-x="409"
603
- d="M372 609l-181 -99l-28 53l167 118zM51 360v80h307v-75l-205 -285h205v-80h-307v75l205 285h-205z" />
604
- <glyph glyph-name="zcaron" unicode="&#x17e;" horiz-adv-x="409"
605
- d="M330 619l-124 -110l-123 113l45 45l78 -73l80 72zM358 440v-75l-205 -285h205v-80h-307v75l205 285h-205v80h307z" />
606
- <glyph glyph-name="zdotaccent" unicode="&#x17c;" horiz-adv-x="409"
607
- d="M206 506c-31 0 -53 22 -53 55c0 31 22 53 53 53c33 0 55 -22 55 -53c0 -33 -22 -55 -55 -55zM358 440v-75l-205 -285h205v-80h-307v75l205 285h-205v80h307z" />
608
- <glyph glyph-name="f_f.dlig" horiz-adv-x="566"
609
- d="M92 467c0 87 60 135 136 135c25 0 56 -6 71 -13l-19 -66c-11 3 -23 7 -44 6c-31 -2 -59 -26 -59 -67v-37h87v-73h-87v-352h-85v352h-53v73h53v42zM519 529c-31 -2 -59 -26 -59 -67v-37h87v-73h-87v-352h-85v352h-53v73h53v42c0 87 60 135 136 135c25 0 56 -6 71 -13
610
- l-19 -66c-11 3 -23 7 -44 6z" />
611
- <glyph glyph-name="f_f_i.dlig" horiz-adv-x="806"
612
- d="M92 467c0 87 60 135 136 135c25 0 56 -6 71 -13l-19 -66c-11 3 -23 7 -44 6c-31 -2 -59 -26 -59 -67v-37h87v-73h-87v-352h-85v352h-53v73h53v42zM371 467c0 87 60 135 136 135c25 0 56 -6 71 -13l-19 -66c-11 3 -23 7 -44 6c-31 -2 -59 -26 -59 -67v-37h87v-73h-87v-352
613
- h-85v352h-53v73h53v42zM681 485c-31 0 -53 22 -53 55c0 31 22 53 53 53c33 0 55 -22 55 -53c0 -33 -22 -55 -55 -55zM640 0v431l85 5v-436h-85z" />
614
- <glyph glyph-name="zero" unicode="0" horiz-adv-x="523"
615
- d="M262 -3c-116 0 -213 91 -213 273v20c0 182 97 274 213 274s212 -91 212 -274v-20c0 -182 -95 -273 -212 -273zM262 76c69 0 128 54 128 194v20c0 141 -58 194 -128 194c-69 0 -129 -53 -129 -194v-20c0 -140 59 -194 129 -194z" />
616
- <glyph glyph-name="one" unicode="1" horiz-adv-x="291"
617
- d="M29 551l173 11v-562h-86v474l-87 -5v82z" />
618
- <glyph glyph-name="two" unicode="2" horiz-adv-x="436"
619
- d="M162 81h235v-81h-348v71l197 232c29 36 51 70 50 112c0 44 -34 76 -76 76c-49 0 -76 -32 -86 -77l-78 21c19 83 79 135 164 135c91 0 162 -66 162 -155c1 -61 -32 -105 -69 -152z" />
620
- <glyph glyph-name="three" unicode="3" horiz-adv-x="452"
621
- d="M250 340c96 3 158 -75 158 -161c0 -102 -82 -184 -184 -184c-92 0 -162 68 -177 138l76 23c7 -38 44 -84 99 -84c59 0 104 48 104 107c0 58 -42 104 -95 106c-22 0 -36 -6 -55 -13l-33 59l149 152h-231v77h329v-82z" />
622
- <glyph glyph-name="four" unicode="4" horiz-adv-x="465"
623
- d="M421 206v-80h-46v-126h-85l1 126h-257l98 434h81l-76 -354h154l1 211l83 -4v-207h46z" />
624
- <glyph glyph-name="five" unicode="5" horiz-adv-x="457"
625
- d="M251 349c89 -1 162 -74 162 -170c0 -100 -82 -184 -184 -184c-92 0 -163 68 -178 138l75 23c8 -38 45 -84 101 -84c59 0 104 49 104 107c0 59 -45 107 -104 107c-33 0 -63 -15 -81 -36l-71 42l17 267h288v-79h-209l-9 -155c27 16 59 24 89 24z" />
626
- <glyph glyph-name="six" unicode="6" horiz-adv-x="474"
627
- d="M258 365c110 0 171 -89 171 -177c0 -107 -73 -192 -193 -192c-114 0 -195 88 -191 199c0 108 118 258 182 365h88c-52 -85 -94 -153 -126 -209c21 9 44 14 69 14zM236 71c67 0 109 52 109 114s-42 112 -109 112c-48 0 -87 -28 -102 -68c-5 -16 -7 -30 -7 -44
628
- c0 -62 42 -114 109 -114z" />
629
- <glyph glyph-name="seven" unicode="7" horiz-adv-x="380"
630
- d="M34 560h337l-198 -560h-87l170 478h-222v82z" />
631
- <glyph glyph-name="eight" unicode="8" horiz-adv-x="484"
632
- d="M343 313c58 -28 92 -82 92 -145c0 -92 -71 -173 -193 -173c-117 0 -193 78 -193 173c0 63 34 116 92 145c-36 25 -58 64 -58 107c0 81 63 145 159 145c95 0 159 -64 159 -145c0 -43 -22 -82 -58 -107zM242 497c-50 0 -83 -34 -83 -79s35 -78 83 -78c50 0 84 34 84 78
633
- c0 46 -35 79 -84 79zM242 65c78 0 111 52 111 107c0 50 -33 103 -111 103s-111 -53 -111 -103c0 -57 38 -107 111 -107z" />
634
- <glyph glyph-name="nine" unicode="9" horiz-adv-x="481"
635
- d="M239 564c119 0 198 -90 193 -199c0 -99 -107 -233 -178 -365h-87c50 85 90 153 121 209c-21 -9 -43 -14 -68 -14c-103 0 -172 76 -172 179c0 105 77 190 191 190zM239 265c50 0 90 30 105 73c3 15 5 28 5 41c0 61 -43 112 -109 112c-68 0 -109 -51 -109 -113
636
- s41 -113 108 -113z" />
637
- <glyph glyph-name="asterisk" unicode="*" horiz-adv-x="424"
638
- d="M364 487l-124 -52l124 -52l-31 -53l-104 78l12 -131h-58l12 131l-104 -78l-31 53l124 52l-124 52l31 53l104 -78l-13 131h59l-12 -131l104 78z" />
639
- <glyph glyph-name="backslash" unicode="\" horiz-adv-x="301"
640
- d="M188 0l-192 659h82l192 -659h-82z" />
641
- <glyph glyph-name="periodcentered" unicode="&#xb7;" horiz-adv-x="145"
642
- d="M91 216c-31 0 -52 22 -52 52c0 31 21 52 52 52c30 0 51 -21 51 -52c0 -30 -21 -52 -51 -52z" />
643
- <glyph glyph-name="bullet" unicode="&#x2022;" horiz-adv-x="195"
644
- d="M98 171c-43 0 -74 31 -74 74c0 42 31 72 74 72c41 0 72 -30 72 -72c0 -43 -31 -74 -72 -74z" />
645
- <glyph glyph-name="colon" unicode=":" horiz-adv-x="228"
646
- d="M114 323c-31 0 -52 22 -52 52c0 31 21 52 52 52c30 0 51 -21 51 -52c0 -30 -21 -52 -51 -52zM116 1c-31 0 -52 22 -52 52c0 31 21 52 52 52c30 0 51 -21 51 -52c0 -30 -21 -52 -51 -52z" />
647
- <glyph glyph-name="comma" unicode="," horiz-adv-x="173"
648
- d="M109 -125l-78 10l48 227l63 -6z" />
649
- <glyph glyph-name="ellipsis" unicode="&#x2026;" horiz-adv-x="610"
650
- d="M99 -1c-31 0 -52 22 -52 52c0 31 21 52 52 52c30 0 51 -21 51 -52c0 -30 -21 -52 -51 -52zM300 -1c-31 0 -52 22 -52 52c0 31 21 52 52 52c30 0 51 -21 51 -52c0 -30 -21 -52 -51 -52zM502 -1c-31 0 -52 22 -52 52c0 31 21 52 52 52c30 0 51 -21 51 -52
651
- c0 -30 -21 -52 -51 -52z" />
652
- <glyph glyph-name="exclam" unicode="!" horiz-adv-x="213"
653
- d="M82 176l-19 440h92l-14 -440h-59zM115 -2c-31 0 -52 22 -52 52c0 31 21 52 52 52c30 0 51 -21 51 -52c0 -30 -21 -52 -51 -52z" />
654
- <glyph glyph-name="exclamdown" unicode="&#xa1;" horiz-adv-x="224"
655
- d="M115 427c-31 0 -52 22 -52 52c0 31 21 52 52 52c30 0 51 -21 51 -52c0 -30 -21 -52 -51 -52zM159 -102h-93l17 439h58z" />
656
- <glyph glyph-name="uni203D" unicode="&#x203d;" horiz-adv-x="390"
657
- d="M177 626c117 0 180 -80 180 -170c0 -82 -48 -121 -86 -156c-28 -25 -55 -49 -57 -88c-1 -17 -1 -29 -1 -44l-85 7v29l-12 231l88 6l-5 -98c6 5 12 10 17 15c32 28 55 55 55 94c0 55 -37 91 -90 91s-87 -36 -91 -88l-84 22c14 90 84 149 171 149zM175 101
658
- c30 0 51 -21 51 -52c0 -30 -21 -52 -51 -52c-31 0 -52 22 -52 52c0 31 21 52 52 52z" />
659
- <glyph glyph-name="numbersign" unicode="#" horiz-adv-x="586"
660
- d="M564 363h-93l-37 -167h99l-17 -75h-99l-27 -121h-80l27 121h-161l-27 -121h-80l27 121h-95l17 75h95l37 167h-98l17 75h98l27 123h80l-27 -123h161l27 123h80l-27 -123h93zM354 196l37 167h-161l-37 -167h161z" />
661
- <glyph glyph-name="period" unicode="." horiz-adv-x="197"
662
- d="M99 -1c-31 0 -52 22 -52 52c0 31 21 52 52 52c30 0 51 -21 51 -52c0 -30 -21 -52 -51 -52z" />
663
- <glyph glyph-name="question" unicode="?" horiz-adv-x="383"
664
- d="M213 168l-85 7c0 12 0 25 1 40c4 78 52 112 87 143c32 28 55 55 55 94c0 55 -37 91 -90 91s-87 -36 -91 -88l-84 22c14 90 84 149 171 149c117 0 180 -80 180 -170c0 -82 -48 -121 -86 -156c-28 -25 -55 -49 -57 -88c-1 -17 -1 -29 -1 -44zM175 -3c-31 0 -52 22 -52 52
665
- c0 31 21 52 52 52c30 0 51 -21 51 -52c0 -30 -21 -52 -51 -52z" />
666
- <glyph glyph-name="questiondown" unicode="&#xbf;" horiz-adv-x="450"
667
- d="M247 368c-31 0 -52 22 -52 52c0 31 21 52 52 52c30 0 51 -21 51 -52c0 -30 -21 -52 -51 -52zM200 310l86 -8c0 -12 0 -25 -1 -40c-4 -80 -52 -117 -87 -148c-31 -29 -54 -55 -54 -94c0 -55 36 -90 89 -90s86 36 90 88l85 -23c-14 -89 -84 -149 -171 -149
668
- c-118 0 -180 80 -180 170c0 83 47 121 85 156c28 26 55 51 57 93c1 17 1 30 1 45z" />
669
- <glyph glyph-name="quotedbl" unicode="&#x22;" horiz-adv-x="338"
670
- d="M17 401l-10 239l86 4l-9 -243h-67zM217 401l-10 239l86 4l-9 -243h-67z" />
671
- <glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="130"
672
- d="M27 401l-10 239l86 4l-9 -243h-67z" />
673
- <glyph glyph-name="semicolon" unicode=";" horiz-adv-x="211"
674
- d="M123 284c-31 0 -52 22 -52 52c0 31 21 52 52 52c30 0 51 -21 51 -52c0 -30 -21 -52 -51 -52zM109 -121l-78 10l48 227l63 -6z" />
675
- <glyph glyph-name="slash" unicode="/" horiz-adv-x="301"
676
- d="M31 0l192 659h82l-192 -659h-82z" />
677
- <glyph glyph-name="underscore" unicode="_" horiz-adv-x="685"
678
- d="M89 -95l8 80h499l-8 -80h-499z" />
679
- <glyph glyph-name="braceleft" unicode="{" horiz-adv-x="327"
680
- d="M232 -124c-57 0 -104 27 -104 92v164c0 53 -18 97 -78 104v93c61 7 78 39 78 104v159c0 60 47 93 104 93c20 0 34 -1 53 -6l-5 -82c-9 0 -16 0 -25 -1c-27 -4 -39 -24 -39 -51v-165c0 -58 -37 -91 -80 -97v-5c43 -7 78 -45 78 -96v-168c0 -28 11 -47 41 -51
681
- c9 -1 17 -1 25 -1l5 -80c-16 -4 -34 -6 -53 -6z" />
682
- <glyph glyph-name="braceright" unicode="}" horiz-adv-x="327"
683
- d="M95 -124c-20 0 -37 2 -54 6l5 80c9 -1 16 0 25 1c30 3 41 22 41 50v169c0 50 35 88 79 96v4c-44 7 -80 39 -80 97v166c0 26 -12 46 -40 50c-8 1 -15 2 -25 1l-5 83c20 4 33 5 54 5c57 0 104 -32 104 -93v-159c0 -64 16 -96 78 -104v-92c-60 -8 -78 -51 -78 -104v-164
684
- c0 -65 -48 -92 -104 -92z" />
685
- <glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="306"
686
- d="M95 -127v818h151v-85l-66 -3v-641l66 -4v-85h-151z" />
687
- <glyph glyph-name="bracketright" unicode="]" horiz-adv-x="306"
688
- d="M59 -127v85l67 4v641l-67 4v85h152v-819h-152z" />
689
- <glyph glyph-name="parenleft" unicode="(" horiz-adv-x="271"
690
- d="M173 -107c-80 117 -118 261 -118 400c0 145 40 288 122 405l70 -46c-71 -102 -110 -233 -110 -359c0 -125 39 -252 106 -354z" />
691
- <glyph glyph-name="parenright" unicode=")" horiz-adv-x="271"
692
- d="M98 -107l-70 46c67 102 106 229 106 354c0 126 -40 257 -110 359l70 46c81 -117 122 -260 122 -405c0 -139 -39 -283 -118 -400z" />
693
- <glyph glyph-name="emdash" unicode="&#x2014;" horiz-adv-x="585"
694
- d="M79 206l8 79h419l-9 -79h-418z" />
695
- <glyph glyph-name="endash" unicode="&#x2013;" horiz-adv-x="507"
696
- d="M79 206l8 79h341l-8 -79h-341z" />
697
- <glyph glyph-name="uni2015" unicode="&#x2015;" horiz-adv-x="498"
698
- d="M-3 291v57h502v-57h-502z" />
699
- <glyph glyph-name="hyphen" unicode="-" horiz-adv-x="392"
700
- d="M79 211l17 80h217l-17 -80h-217z" />
701
- <glyph glyph-name="quotedblleft" unicode="&#x201c;" horiz-adv-x="365"
702
- d="M110 390l-83 11l43 236l67 -6zM299 390l-83 11l43 236l67 -6z" />
703
- <glyph glyph-name="quotedblright" unicode="&#x201d;" horiz-adv-x="363"
704
- d="M99 390l-67 5l25 241l83 -9zM288 390l-67 5l25 241l83 -9z" />
705
- <glyph glyph-name="quoteleft" unicode="&#x2018;" horiz-adv-x="177"
706
- d="M113 390l-83 11l43 236l67 -6z" />
707
- <glyph glyph-name="quoteright" unicode="&#x2019;" horiz-adv-x="175"
708
- d="M104 395l-67 5l25 241l83 -9z" />
709
- <glyph glyph-name="colon_parenleft.liga" horiz-adv-x="569"
710
- d="M441 -107c-80 117 -118 261 -118 400c0 145 40 288 122 405l70 -46c-71 -102 -110 -233 -110 -359c0 -125 39 -252 106 -354zM114 380c-31 0 -52 22 -52 52c0 31 21 52 52 52c30 0 51 -21 51 -52c0 -30 -21 -52 -51 -52zM116 58c-31 0 -52 22 -52 52c0 31 21 52 52 52
711
- c30 0 51 -21 51 -52c0 -30 -21 -52 -51 -52z" />
712
- <glyph glyph-name="colon_parenright.liga" horiz-adv-x="550"
713
- d="M378 -107l-70 46c67 102 106 229 106 354c0 126 -40 257 -110 359l70 46c81 -117 122 -260 122 -405c0 -139 -39 -283 -118 -400zM114 382c-31 0 -52 22 -52 52c0 31 21 52 52 52c30 0 51 -21 51 -52c0 -30 -21 -52 -51 -52zM116 60c-31 0 -52 22 -52 52
714
- c0 31 21 52 52 52c30 0 51 -21 51 -52c0 -30 -21 -52 -51 -52z" />
715
- <glyph glyph-name="exclam_question.liga" horiz-adv-x="390"
716
- d="M177 626c117 0 180 -80 180 -170c0 -82 -48 -121 -86 -156c-28 -25 -55 -49 -57 -88c-1 -17 -1 -29 -1 -44l-85 7v29l-12 231l88 6l-5 -98c6 5 12 10 17 15c32 28 55 55 55 94c0 55 -37 91 -90 91s-87 -36 -91 -88l-84 22c14 90 84 149 171 149zM175 101
717
- c30 0 51 -21 51 -52c0 -30 -21 -52 -51 -52c-31 0 -52 22 -52 52c0 31 21 52 52 52z" />
718
- <glyph glyph-name="semicolon_parenright.liga" horiz-adv-x="544"
719
- d="M371 -107l-70 46c67 102 106 229 106 354c0 126 -40 257 -110 359l70 46c81 -117 122 -260 122 -405c0 -139 -39 -283 -118 -400zM123 384c-31 0 -52 22 -52 52c0 31 21 52 52 52c30 0 51 -21 51 -52c0 -30 -21 -52 -51 -52zM109 -21l-78 10l48 227l63 -6z" />
720
- <glyph glyph-name="space" unicode=" " horiz-adv-x="254"
721
- />
722
- <glyph glyph-name="cent" unicode="&#xa2;" horiz-adv-x="448"
723
- d="M231 130c52 0 87 37 98 70l69 -43c-24 -49 -71 -89 -128 -102l4 -76l-81 2l5 73c-97 17 -161 106 -161 216v12c0 110 65 200 163 216l-6 75l80 2l-4 -78c60 -13 107 -57 129 -104l-70 -42c-11 33 -46 71 -97 71c-67 0 -114 -59 -114 -140v-12c0 -81 47 -140 113 -140z
724
- " />
725
- <glyph glyph-name="dollar" unicode="$" horiz-adv-x="462"
726
- d="M281 315c65 -28 132 -65 132 -160c0 -75 -48 -140 -132 -156v-77h-84v77c-78 16 -130 75 -139 144l82 22c4 -33 25 -63 57 -77v174c-66 28 -134 64 -134 152c0 73 57 133 134 147v75h84v-76c71 -17 123 -71 132 -136l-78 -20c-7 34 -28 57 -54 69v-158zM157 410
727
- c1 -25 17 -43 40 -57v119c-27 -13 -42 -38 -40 -62zM281 90c28 13 43 38 42 69c0 29 -17 48 -42 64v-133z" />
728
- <glyph glyph-name="Euro" unicode="&#x20ac;" horiz-adv-x="563"
729
- d="M452 160l71 -28c-35 -89 -111 -137 -199 -137c-100 0 -199 67 -227 200h-58v47h52c-1 9 -1 19 -1 29v18c0 7 0 14 1 21h-52v46h57c24 139 125 209 228 209c87 0 162 -50 198 -133l-70 -32c-24 54 -62 91 -131 91c-59 0 -121 -39 -141 -135h147v-46h-152
730
- c-1 -7 -1 -14 -1 -21v-18c0 -10 0 -20 1 -29h152v-47h-145c22 -89 82 -126 139 -126c69 0 107 36 131 91z" />
731
- <glyph glyph-name="sterling" unicode="&#xa3;" horiz-adv-x="454"
732
- d="M393 94l27 -66c-37 -25 -63 -31 -95 -31c-70 0 -94 39 -153 39c-27 0 -58 -10 -92 -35l-46 61c61 50 95 112 95 168c0 13 -1 25 -3 36h-83v69h54c-15 28 -29 57 -29 103c0 98 79 168 175 168c79 0 146 -51 168 -121l-66 -30c-8 42 -51 79 -102 79
733
- c-55 0 -101 -41 -101 -99c0 -37 19 -67 36 -100h133v-69h-108c1 -7 2 -15 2 -23c1 -58 -30 -112 -58 -139v-2c75 23 107 -32 179 -31c21 1 46 7 67 23z" />
734
- <glyph glyph-name="yen" unicode="&#xa5;" horiz-adv-x="437"
735
- d="M436 558l-150 -288h91v-54h-111v-66h111v-50h-111v-100h-85v100h-120v50h120v66h-120v54h101l-151 288l88 5l125 -251l125 251z" />
736
- <glyph glyph-name="plus" unicode="+" horiz-adv-x="538"
737
- d="M469 302v-79h-157v-168h-85v168h-158v79h158v168h85v-168h157z" />
738
- <glyph glyph-name="minus" unicode="&#x2212;" horiz-adv-x="521"
739
- d="M74 215v77h373v-77h-373z" />
740
- <glyph glyph-name="multiply" unicode="&#xd7;" horiz-adv-x="535"
741
- d="M466 406l-144 -146l144 -146l-56 -55l-143 145l-142 -144l-56 53l144 146l-144 146l56 55l143 -145l142 145z" />
742
- <glyph glyph-name="divide" unicode="&#xf7;" horiz-adv-x="521"
743
- d="M255 361c-31 0 -52 22 -52 52c0 31 21 52 52 52c30 0 51 -21 51 -52c0 -30 -21 -52 -51 -52zM69 229v71h383v-71h-383zM255 58c-31 0 -52 22 -52 52c0 31 21 52 52 52c30 0 51 -21 51 -52c0 -30 -21 -52 -51 -52z" />
744
- <glyph glyph-name="equal" unicode="=" horiz-adv-x="521"
745
- d="M70 318v77h373v-77h-373zM69 117v77h373v-77h-373z" />
746
- <glyph glyph-name="notequal" unicode="&#x2260;" horiz-adv-x="524"
747
- d="M438 319h-128l-41 -124h168v-77h-194l-32 -97h-78l32 97h-101v77h127l41 124h-167v77h192l36 108h78l-36 -108h103v-77z" />
748
- <glyph glyph-name="greater" unicode="&#x3e;" horiz-adv-x="442"
749
- d="M122 -16l-59 54l219 247l-221 248l59 54l263 -302z" />
750
- <glyph glyph-name="less" unicode="&#x3c;" horiz-adv-x="442"
751
- d="M320 -16l-261 301l263 302l59 -54l-221 -248l219 -247z" />
752
- <glyph glyph-name="asciitilde" unicode="~" horiz-adv-x="493"
753
- d="M115 195c-26 15 -51 29 -76 44c21 39 60 96 116 97c64 1 110 -53 157 -50c24 1 49 18 65 56l77 -42c-19 -46 -55 -100 -113 -101c-60 -2 -115 51 -162 50c-26 0 -43 -20 -64 -54z" />
754
- <glyph glyph-name="infinity" unicode="&#x221e;" horiz-adv-x="1032"
755
- d="M745 500c123 0 219 -89 219 -217c0 -123 -94 -216 -219 -216c-106 0 -171 70 -228 148c-55 -78 -121 -148 -230 -148c-126 0 -220 93 -220 216c0 130 97 217 220 217c108 0 174 -70 230 -149c56 79 121 149 228 149zM287 145c81 0 133 64 183 138
756
- c-51 74 -103 139 -183 139c-79 0 -144 -59 -144 -139c0 -78 63 -138 144 -138zM744 145c80 0 144 58 144 138c0 77 -64 139 -144 139s-130 -64 -180 -138c51 -74 102 -139 180 -139z" />
757
- <glyph glyph-name="percent" unicode="%" horiz-adv-x="650"
758
- d="M101 0l374 560h65l-373 -560h-66zM157 311c-64 0 -114 52 -114 114c0 64 50 114 114 114s115 -50 115 -114c0 -62 -51 -114 -115 -114zM156 370c31 0 54 24 54 54s-23 55 -54 55c-29 0 -53 -25 -53 -55s24 -54 53 -54zM493 25c-64 0 -114 52 -114 114
759
- c0 64 50 114 114 114s115 -50 115 -114c0 -62 -51 -114 -115 -114zM492 84c31 0 54 24 54 54s-23 55 -54 55c-29 0 -53 -25 -53 -55s24 -54 53 -54z" />
760
- <glyph glyph-name="at" unicode="@" horiz-adv-x="888"
761
- d="M840 236v-5c-2 -119 -43 -250 -175 -250c-52 0 -112 16 -136 99c-25 -35 -58 -73 -108 -80c-106 -17 -181 78 -181 218c0 132 78 250 192 225c41 -8 68 -39 89 -71v73l80 -6v-311c1 -43 19 -80 62 -80c93 0 107 127 108 188c-2 184 -136 327 -330 327
762
- c-175 0 -326 -146 -326 -337c0 -196 154 -335 328 -335c77 -1 141 18 195 48l18 -64c-66 -37 -145 -54 -212 -53c-212 0 -396 170 -396 404c0 228 181 404 393 404c230 0 394 -171 399 -389v-5zM434 73c32 3 58 27 87 63v167c-24 33 -50 59 -80 66
763
- c-68 12 -114 -58 -114 -152c0 -92 42 -148 107 -144z" />
764
- <glyph glyph-name="ampersand" unicode="&#x26;" horiz-adv-x="556"
765
- d="M507 257c-18 -49 -42 -102 -73 -148l55 -109h-91l-22 43c-34 -29 -76 -47 -125 -47c-110 0 -201 71 -201 180c0 94 61 168 162 187l-100 196h320v-80h-186l150 -296c17 33 30 67 42 98zM249 67c38 1 68 17 94 41l-97 188c-86 -8 -123 -67 -122 -122
766
- c1 -60 52 -108 125 -107z" />
767
- <glyph glyph-name="copyright" unicode="&#xa9;" horiz-adv-x="966"
768
- d="M483 -108c-215 0 -389 174 -389 389s174 390 389 390c212 0 389 -175 389 -390s-177 -389 -389 -389zM483 -31c173 0 313 140 313 312c0 174 -140 313 -313 313s-315 -139 -315 -313c0 -172 142 -312 315 -312zM482 81c-108 0 -191 90 -191 199c0 111 83 199 191 199
769
- c55 0 105 -23 142 -62l-53 -56c-21 23 -51 40 -89 40c-63 0 -117 -53 -117 -121c0 -67 54 -123 117 -123c33 0 63 17 84 39l55 -55c-36 -37 -85 -60 -139 -60z" />
770
- <glyph glyph-name="registered" unicode="&#xae;" horiz-adv-x="421"
771
- d="M211 296c-105 0 -190 86 -190 191c0 103 85 189 190 189c104 0 189 -86 189 -189c0 -105 -85 -191 -189 -191zM211 337c81 0 148 67 148 150c0 80 -67 148 -148 148c-82 0 -149 -68 -149 -148c0 -83 67 -150 149 -150zM161 406v160l44 2c36 3 61 -20 61 -56
772
- c0 -23 -9 -42 -27 -51l33 -55h-39l-29 47h-10v-47h-33zM193 483h20c12 1 20 12 20 27c0 10 -2 22 -13 26c-7 3 -17 2 -27 0v-53z" />
773
- <glyph glyph-name="degree" unicode="&#xb0;" horiz-adv-x="350"
774
- d="M175 389c-64 0 -114 52 -114 114c0 64 50 114 114 114s115 -50 115 -114c0 -62 -51 -114 -115 -114zM174 448c31 0 54 24 54 54s-23 55 -54 55c-29 0 -53 -25 -53 -55s24 -54 53 -54z" />
775
- <glyph glyph-name="bar" unicode="|" horiz-adv-x="284"
776
- d="M99 -125v820l85 4v-824h-85z" />
777
- <glyph glyph-name="uni2116" unicode="&#x2116;" horiz-adv-x="896"
778
- d="M409 151v408h85v-559h-78l-254 408v-408h-85v557l80 4zM703 308c-64 0 -114 52 -114 114c0 64 50 114 114 114s115 -50 115 -114c0 -62 -51 -114 -115 -114zM702 476c-29 0 -53 -25 -53 -55s24 -54 53 -54c31 0 54 24 54 54s-23 55 -54 55zM593 117v67h224v-67h-224z" />
779
- <glyph glyph-name="asciicircum" unicode="^" horiz-adv-x="484"
780
- d="M421 458l-54 -55l-125 130l-125 -125l-54 54l179 170z" />
781
- <glyph glyph-name="uni0308" unicode="&#x308;"
782
- d="M-219 549c-28 0 -46 20 -46 48s18 46 46 46s48 -18 48 -46s-20 -48 -48 -48zM-50 549c-28 0 -46 20 -46 48s18 46 46 46s48 -18 48 -46s-20 -48 -48 -48z" />
783
- <glyph glyph-name="uni0307" unicode="&#x307;"
784
- d="M-54 545c-31 0 -53 22 -53 55c0 31 22 53 53 53c33 0 55 -22 55 -53c0 -33 -22 -55 -55 -55z" />
785
- <glyph glyph-name="gravecomb" unicode="&#x300;"
786
- d="M-27 524l-182 99l43 73l168 -118z" />
787
- <glyph glyph-name="acutecomb" unicode="&#x301;"
788
- d="M-182 525l-28 53l167 118l42 -72z" />
789
- <glyph glyph-name="uni030B" unicode="&#x30b;"
790
- d="M-165 516h-67l5 205l79 -5zM-22 514l-67 2l12 203l79 -5z" />
791
- <glyph glyph-name="caroncomb.alt"
792
- d="M-20 232l-62 2l3 211l81 -5z" />
793
- <glyph glyph-name="uni0302" unicode="&#x302;"
794
- d="M1 573l-44 -47l-80 72l-78 -72l-45 45l123 113z" />
795
- <glyph glyph-name="uni030C" unicode="&#x30c;"
796
- d="M-43 681l44 -47l-124 -110l-123 113l45 45l78 -73z" />
797
- <glyph glyph-name="uni0306" unicode="&#x306;"
798
- d="M-126 538c-55 0 -100 32 -127 74l48 41c12 -18 39 -47 79 -47c41 0 65 27 79 47l49 -41c-28 -43 -72 -74 -128 -74z" />
799
- <glyph glyph-name="uni030A" unicode="&#x30a;"
800
- d="M-86 517c-50 0 -88 41 -88 88c0 49 38 88 88 88c48 0 87 -39 87 -88c0 -47 -39 -88 -87 -88zM-87 570c20 0 34 15 34 35s-14 36 -34 36s-35 -16 -35 -36s15 -35 35 -35z" />
801
- <glyph glyph-name="tildecomb" unicode="&#x303;"
802
- d="M-212 547l-59 31c8 24 32 75 78 75c38 0 70 -35 98 -35c19 0 26 13 36 37l61 -29c-8 -21 -31 -77 -82 -77c-43 1 -71 37 -99 37c-16 0 -25 -19 -33 -39z" />
803
- <glyph glyph-name="uni0304" unicode="&#x304;"
804
- d="M-223 551v67h224v-67h-224z" />
805
- <glyph glyph-name="uni0312" unicode="&#x312;"
806
- d="M-79 700l81 -8l-36 -175l-65 5z" />
807
- <glyph glyph-name="uni0326" unicode="&#x326;"
808
- d="M-20 -217l-80 9l34 170l66 -6z" />
809
- <glyph glyph-name="uni0327" unicode="&#x327;"
810
- d="M-105 -43c59 13 106 -23 106 -75c0 -59 -45 -92 -101 -92c-49 0 -79 26 -89 41l30 36c7 -8 24 -24 56 -24c24 0 46 14 46 41c0 26 -24 41 -59 41c-15 -1 -26 -1 -39 -2l1 83h56z" />
811
- <glyph glyph-name="uni0328" unicode="&#x328;"
812
- d="M-235 -78c19 39 47 64 88 85l64 -6c-46 -26 -81 -50 -102 -78c-38 -51 16 -96 65 -48l32 -38c-86 -82 -195 -8 -147 85z" />
813
- <glyph glyph-name="uni0335" unicode="&#x335;"
814
- d="M-204 247v72h222l-1 -72h-221z" />
815
- <glyph glyph-name="uni0337" unicode="&#x337;"
816
- d="M-394 9l-31 31l395 402l31 -32z" />
817
- <glyph glyph-name="uni0338" unicode="&#x338;"
818
- d="M-488 14l-45 46l482 497l46 -46z" />
819
- <glyph glyph-name="uni0307.alt"
820
- d="M-46 568c-28 0 -46 20 -46 48s18 46 46 46s48 -18 48 -46s-20 -48 -48 -48z" />
821
- <glyph glyph-name="_f.f.alt" horiz-adv-x="245"
822
- d="M246 533c-39 0 -66 -26 -68 -66v-42h93v-73h-93v-352h-84l-1 352h-51v73h51v43c1 78 51 134 133 134c43 0 85 -16 112 -40l-30 -49c-13 12 -35 20 -62 20z" />
823
- <hkern u1="F" u2="A" k="45" />
824
- <hkern u1="T" u2="A" k="45" />
825
- <hkern u1="l" u2="&#x29;" k="-30" />
826
- <hkern u1="q" u2="&#x29;" k="-10" />
827
- <hkern u1="&#x33;" u2="&#x27;" k="-16" />
828
- <hkern u1="&#x33;" u2="&#x22;" k="-26" />
829
- <hkern u1="&#x34;" u2="&#x31;" k="14" />
830
- <hkern u1="&#x35;" u2="&#x2019;" k="-5" />
831
- <hkern u1="&#x35;" u2="&#x27;" k="-16" />
832
- <hkern u1="&#x35;" u2="&#x22;" k="-21" />
833
- <hkern u1="&#x36;" u2="&#x2019;" k="10" />
834
- <hkern u1="&#x36;" u2="&#x2018;" k="10" />
835
- <hkern u1="&#x36;" u2="&#x201d;" k="16" />
836
- <hkern u1="&#x36;" u2="&#x201c;" k="16" />
837
- <hkern u1="&#x36;" u2="&#x27;" k="10" />
838
- <hkern u1="&#x36;" u2="&#x22;" k="16" />
839
- <hkern u1="&#x36;" u2="&#x2e;" k="30" />
840
- <hkern u1="&#x36;" u2="&#x2026;" k="30" />
841
- <hkern u1="&#x36;" u2="&#x2c;" k="30" />
842
- <hkern u1="&#x37;" u2="&#x2019;" k="-16" />
843
- <hkern u1="&#x37;" u2="&#x2018;" k="-16" />
844
- <hkern u1="&#x37;" u2="&#x201d;" k="-16" />
845
- <hkern u1="&#x37;" u2="&#x201c;" k="-10" />
846
- <hkern u1="&#x37;" u2="&#x27;" k="-31" />
847
- <hkern u1="&#x37;" u2="&#x22;" k="-36" />
848
- <hkern u1="&#x37;" u2="&#x2c;" k="105" />
849
- <hkern u1="&#x39;" u2="&#x2c;" k="105" />
850
- <hkern u1="&#x2c;" u2="&#x201d;" k="14" />
851
- <hkern u1="&#x21;" u2="&#x21;" k="-21" />
852
- <hkern u1="&#x2e;" u2="&#x22;" k="14" />
853
- <hkern u1="&#x3f;" u2="&#x2019;" k="-31" />
854
- <hkern u1="&#x3f;" u2="&#x2018;" k="-21" />
855
- <hkern u1="&#x3f;" u2="&#x201d;" k="-31" />
856
- <hkern u1="&#x3f;" u2="&#x201c;" k="-21" />
857
- <hkern u1="&#x3f;" u2="&#x27;" k="-42" />
858
- <hkern u1="&#x3f;" u2="&#x22;" k="-47" />
859
- <hkern u1="&#x22;" u2="&#x3f;" k="-31" />
860
- <hkern u1="&#x22;" u2="&#x38;" k="23" />
861
- <hkern u1="&#x27;" u2="&#x3f;" k="-47" />
862
- <hkern u1="&#x27;" u2="&#x37;" k="-16" />
863
- <hkern u1="&#x27;" u2="&#x33;" k="-10" />
864
- <hkern u1="&#x27;" u2="&#x32;" k="-10" />
865
- <hkern u1="&#x27;" u2="&#x31;" k="-16" />
866
- <hkern u1="&#x2f;" u2="\" k="-108" />
867
- <hkern u1="&#x201c;" u2="&#x3f;" k="-31" />
868
- <hkern u1="&#x201c;" u2="&#x38;" k="18" />
869
- <hkern u1="&#x201c;" u2="&#x31;" k="-16" />
870
- <hkern u1="&#x201d;" u2="&#x3f;" k="-31" />
871
- <hkern u1="&#x201d;" u2="&#x38;" k="18" />
872
- <hkern u1="&#x201d;" u2="&#x31;" k="-16" />
873
- <hkern u1="&#x2018;" u2="&#x3f;" k="-31" />
874
- <hkern u1="&#x2018;" u2="&#x31;" k="-10" />
875
- <hkern u1="&#x2019;" u2="&#x3f;" k="-42" />
876
- <hkern u1="&#x2019;" u2="&#x31;" k="-10" />
877
- <hkern g1="three,five,six,eight"
878
- g2="comma,ellipsis,period"
879
- k="31" />
880
- <hkern g1="seven,nine"
881
- g2="comma,ellipsis,period"
882
- k="95" />
883
- <hkern g1="seven,nine"
884
- g2="four"
885
- k="8" />
886
- <hkern g1="seven,nine"
887
- g2="six"
888
- k="30" />
889
- <hkern g1="seven,nine"
890
- g2="nine"
891
- k="16" />
892
- <hkern g1="seven,nine"
893
- g2="one"
894
- k="-30" />
895
- <hkern g1="seven,nine"
896
- g2="quotedbl"
897
- k="-10" />
898
- <hkern g1="seven,nine"
899
- g2="quotesingle"
900
- k="-10" />
901
- <hkern g1="seven,nine"
902
- g2="semicolon"
903
- k="16" />
904
- <hkern g1="seven,nine"
905
- g2="two"
906
- k="7" />
907
- <hkern g1="one"
908
- g2="comma,ellipsis,period"
909
- k="26" />
910
- <hkern g1="question"
911
- g2="comma,ellipsis,period"
912
- k="21" />
913
- <hkern g1="quotedbl"
914
- g2="six"
915
- k="21" />
916
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
917
- g2="C,Cacute,Ccaron,Ccedilla,Cdotaccent,G,Gbreve,Gcommaaccent,Gdotaccent,O,Oacute,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,S,Sacute,Scaron,Scedilla,Scommaaccent,zero,infinity,ampersand"
918
- k="15" />
919
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
920
- g2="T"
921
- k="45" />
922
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
923
- g2="W"
924
- k="29" />
925
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
926
- g2="X"
927
- k="5" />
928
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
929
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
930
- k="55" />
931
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
932
- g2="t,tbar,tcaron,uni0163,uni021B,fi,fl,f_f.dlig,f_f_i.dlig,f_h.liga,f_j.liga,f_t.liga,_f.f.alt"
933
- k="30" />
934
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
935
- g2="quotedbl"
936
- k="72" />
937
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
938
- g2="quotedblleft"
939
- k="53" />
940
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
941
- g2="quotedblright"
942
- k="57" />
943
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
944
- g2="quoteleft"
945
- k="50" />
946
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
947
- g2="quoteright"
948
- k="50" />
949
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
950
- g2="quotesingle"
951
- k="50" />
952
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
953
- g2="comma,ellipsis,period"
954
- k="-10" />
955
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
956
- g2="U"
957
- k="5" />
958
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
959
- g2="backslash"
960
- k="14" />
961
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
962
- g2="slash"
963
- k="-14" />
964
- <hkern g1="AE,E,Eacute,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,H,Hbar,I,IJ,Iacute,Icircumflex,Idieresis,Idotaccent,Igrave,Imacron,Iogonek,M,N,Nacute,Ncaron,Ncommaaccent,Eng,Ntilde,d"
965
- g2="quoteright"
966
- k="10" />
967
- <hkern g1="AE,E,Eacute,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,H,Hbar,I,IJ,Iacute,Icircumflex,Idieresis,Idotaccent,Igrave,Imacron,Iogonek,M,N,Nacute,Ncaron,Ncommaaccent,Eng,Ntilde,d"
968
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
969
- k="15" />
970
- <hkern g1="AE,E,Eacute,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,H,Hbar,I,IJ,Iacute,Icircumflex,Idieresis,Idotaccent,Igrave,Imacron,Iogonek,M,N,Nacute,Ncaron,Ncommaaccent,Eng,Ntilde,d"
971
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
972
- k="10" />
973
- <hkern g1="C,D,Eth,Dcaron,Dcroat,G,Gbreve,Gcommaaccent,Gdotaccent,O,Oacute,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,S,Scaron,Scedilla,Scommaaccent,zero,infinity"
974
- g2="X"
975
- k="18" />
976
- <hkern g1="C,D,Eth,Dcaron,Dcroat,G,Gbreve,Gcommaaccent,Gdotaccent,O,Oacute,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,S,Scaron,Scedilla,Scommaaccent,zero,infinity"
977
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
978
- k="10" />
979
- <hkern g1="C,D,Eth,Dcaron,Dcroat,G,Gbreve,Gcommaaccent,Gdotaccent,O,Oacute,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,S,Scaron,Scedilla,Scommaaccent,zero,infinity"
980
- g2="comma,ellipsis,period"
981
- k="35" />
982
- <hkern g1="C,D,Eth,Dcaron,Dcroat,G,Gbreve,Gcommaaccent,Gdotaccent,O,Oacute,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,S,Scaron,Scedilla,Scommaaccent,zero,infinity"
983
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
984
- k="15" />
985
- <hkern g1="C,D,Eth,Dcaron,Dcroat,G,Gbreve,Gcommaaccent,Gdotaccent,O,Oacute,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,S,Scaron,Scedilla,Scommaaccent,zero,infinity"
986
- g2="i,dotlessi,iacute,icircumflex,idieresis,i.loclTRK,igrave,imacron,iogonek,m,n,r,racute,rcaron,rcommaaccent,u,uacute,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,y,yacute,ycircumflex,ydieresis,ygrave"
987
- k="7" />
988
- <hkern g1="OE,P,Thorn,Racute,Rcaron,Rcommaaccent"
989
- g2="comma,ellipsis,period"
990
- k="81" />
991
- <hkern g1="OE,P,Thorn,Racute,Rcaron,Rcommaaccent"
992
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
993
- k="45" />
994
- <hkern g1="R"
995
- g2="quotesingle"
996
- k="-1" />
997
- <hkern g1="F,T"
998
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
999
- k="-36" />
1000
- <hkern g1="F,T"
1001
- g2="quotedbl"
1002
- k="-50" />
1003
- <hkern g1="F,T"
1004
- g2="quotedblleft"
1005
- k="-20" />
1006
- <hkern g1="F,T"
1007
- g2="quotedblright"
1008
- k="-25" />
1009
- <hkern g1="F,T"
1010
- g2="quoteleft"
1011
- k="-13" />
1012
- <hkern g1="F,T"
1013
- g2="quoteright"
1014
- k="-10" />
1015
- <hkern g1="F,T"
1016
- g2="quotesingle"
1017
- k="-46" />
1018
- <hkern g1="F,T"
1019
- g2="comma,ellipsis,period"
1020
- k="55" />
1021
- <hkern g1="F,T"
1022
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1023
- k="35" />
1024
- <hkern g1="F,T"
1025
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1026
- k="50" />
1027
- <hkern g1="F,T"
1028
- g2="i,dotlessi,iacute,icircumflex,idieresis,i.loclTRK,igrave,imacron,iogonek,m,n,r,racute,rcaron,rcommaaccent,u,uacute,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,y,yacute,ycircumflex,ydieresis,ygrave"
1029
- k="21" />
1030
- <hkern g1="F,T"
1031
- g2="uni203D"
1032
- k="-31" />
1033
- <hkern g1="F,T"
1034
- g2="parenright"
1035
- k="-30" />
1036
- <hkern g1="W"
1037
- g2="quotedbl"
1038
- k="-40" />
1039
- <hkern g1="W"
1040
- g2="quotedblleft"
1041
- k="-23" />
1042
- <hkern g1="W"
1043
- g2="quotedblright"
1044
- k="-23" />
1045
- <hkern g1="W"
1046
- g2="quoteleft"
1047
- k="-25" />
1048
- <hkern g1="W"
1049
- g2="quoteright"
1050
- k="-25" />
1051
- <hkern g1="W"
1052
- g2="quotesingle"
1053
- k="-41" />
1054
- <hkern g1="W"
1055
- g2="comma,ellipsis,period"
1056
- k="50" />
1057
- <hkern g1="W"
1058
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1059
- k="20" />
1060
- <hkern g1="W"
1061
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1062
- k="32" />
1063
- <hkern g1="X"
1064
- g2="C,Cacute,Ccaron,Ccedilla,Cdotaccent,G,Gbreve,Gcommaaccent,Gdotaccent,O,Oacute,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,S,Sacute,Scaron,Scedilla,Scommaaccent,zero,infinity,ampersand"
1065
- k="18" />
1066
- <hkern g1="X"
1067
- g2="backslash"
1068
- k="-29" />
1069
- <hkern g1="X"
1070
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1071
- k="29" />
1072
- <hkern g1="X"
1073
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1074
- k="5" />
1075
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1076
- g2="C,Cacute,Ccaron,Ccedilla,Cdotaccent,G,Gbreve,Gcommaaccent,Gdotaccent,O,Oacute,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,S,Sacute,Scaron,Scedilla,Scommaaccent,zero,infinity,ampersand"
1077
- k="10" />
1078
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1079
- g2="T"
1080
- k="-36" />
1081
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1082
- g2="quotedbl"
1083
- k="-50" />
1084
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1085
- g2="quotedblleft"
1086
- k="-30" />
1087
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1088
- g2="quotedblright"
1089
- k="-35" />
1090
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1091
- g2="quoteleft"
1092
- k="-28" />
1093
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1094
- g2="quoteright"
1095
- k="-33" />
1096
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1097
- g2="quotesingle"
1098
- k="-51" />
1099
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1100
- g2="comma,ellipsis,period"
1101
- k="79" />
1102
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1103
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1104
- k="45" />
1105
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1106
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1107
- k="55" />
1108
- <hkern g1="Z"
1109
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1110
- k="-26" />
1111
- <hkern g1="B,germandbls"
1112
- g2="t,tbar,tcaron,uni0163,uni021B,fi,fl,f_f.dlig,f_f_i.dlig,f_h.liga,f_j.liga,f_t.liga,_f.f.alt"
1113
- k="10" />
1114
- <hkern g1="K,Kcommaaccent"
1115
- g2="comma,ellipsis,period"
1116
- k="-10" />
1117
- <hkern g1="K,Kcommaaccent"
1118
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1119
- k="22" />
1120
- <hkern g1="J,U,Uacute,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring"
1121
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1122
- k="5" />
1123
- <hkern g1="f,f_f.dlig,_f.f.alt"
1124
- g2="comma,ellipsis,period"
1125
- k="30" />
1126
- <hkern g1="f,f_f.dlig,_f.f.alt"
1127
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1128
- k="16" />
1129
- <hkern g1="f,f_f.dlig,_f.f.alt"
1130
- g2="asterisk"
1131
- k="-25" />
1132
- <hkern g1="f,f_f.dlig,_f.f.alt"
1133
- g2="parenright"
1134
- k="-30" />
1135
- <hkern g1="f,f_f.dlig,_f.f.alt"
1136
- g2="quoteright"
1137
- k="-21" />
1138
- <hkern g1="f,f_f.dlig,_f.f.alt"
1139
- g2="quotesingle"
1140
- k="-31" />
1141
- <hkern g1="f,f_f.dlig,_f.f.alt"
1142
- g2="t,tbar,tcaron,uni0163,uni021B,fi,fl,f_f.dlig,f_f_i.dlig,f_h.liga,f_j.liga,f_t.liga,_f.f.alt"
1143
- k="10" />
1144
- <hkern g1="f,f_f.dlig,_f.f.alt"
1145
- g2="bracketright"
1146
- k="-20" />
1147
- <hkern g1="g,gbreve,gcommaaccent,gdotaccent"
1148
- g2="parenright"
1149
- k="-16" />
1150
- <hkern g1="g,gbreve,gcommaaccent,gdotaccent"
1151
- g2="v,w,wacute,wcircumflex,wdieresis,wgrave"
1152
- k="-13" />
1153
- <hkern g1="h,hbar,m,n,nacute,ncaron,ncommaaccent,eng,ntilde,f_h.liga"
1154
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1155
- k="5" />
1156
- <hkern g1="h,hbar,m,n,nacute,ncaron,ncommaaccent,eng,ntilde,f_h.liga"
1157
- g2="quoteright"
1158
- k="21" />
1159
- <hkern g1="h,hbar,m,n,nacute,ncaron,ncommaaccent,eng,ntilde,f_h.liga"
1160
- g2="quotesingle"
1161
- k="19" />
1162
- <hkern g1="h,hbar,m,n,nacute,ncaron,ncommaaccent,eng,ntilde,f_h.liga"
1163
- g2="t,tbar,tcaron,uni0163,uni021B,fi,fl,f_f.dlig,f_f_i.dlig,f_h.liga,f_j.liga,f_t.liga,_f.f.alt"
1164
- k="20" />
1165
- <hkern g1="h,hbar,m,n,nacute,ncaron,ncommaaccent,eng,ntilde,f_h.liga"
1166
- g2="v,w,wacute,wcircumflex,wdieresis,wgrave"
1167
- k="5" />
1168
- <hkern g1="h,hbar,m,n,nacute,ncaron,ncommaaccent,eng,ntilde,f_h.liga"
1169
- g2="B,D,Dcaron,E,Eacute,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,F,H,Hbar,I,IJ,Iacute,Icircumflex,Idieresis,Idotaccent,Igrave,Imacron,Iogonek,K,Kcommaaccent,L,Lacute,Lcaron,Lcommaaccent,Ldot,M,N,Nacute,Ncaron,Ncommaaccent,Eng,Ntilde,P,Thorn,R,Racute,Rcaron,Rcommaaccent,Uacute,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,b,thorn,germandbls"
1170
- k="5" />
1171
- <hkern g1="h,hbar,m,n,nacute,ncaron,ncommaaccent,eng,ntilde,f_h.liga"
1172
- g2="quotedblleft"
1173
- k="16" />
1174
- <hkern g1="h,hbar,m,n,nacute,ncaron,ncommaaccent,eng,ntilde,f_h.liga"
1175
- g2="quotedblright"
1176
- k="16" />
1177
- <hkern g1="h,hbar,m,n,nacute,ncaron,ncommaaccent,eng,ntilde,f_h.liga"
1178
- g2="quoteleft"
1179
- k="16" />
1180
- <hkern g1="h,hbar,m,n,nacute,ncaron,ncommaaccent,eng,ntilde,f_h.liga"
1181
- g2="question"
1182
- k="24" />
1183
- <hkern g1="b,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,p,thorn,s,sacute,scaron,scedilla,scommaaccent"
1184
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1185
- k="-3" />
1186
- <hkern g1="b,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,p,thorn,s,sacute,scaron,scedilla,scommaaccent"
1187
- g2="quotesingle"
1188
- k="-21" />
1189
- <hkern g1="b,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,p,thorn,s,sacute,scaron,scedilla,scommaaccent"
1190
- g2="B,D,Dcaron,E,Eacute,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,F,H,Hbar,I,IJ,Iacute,Icircumflex,Idieresis,Idotaccent,Igrave,Imacron,Iogonek,K,Kcommaaccent,L,Lacute,Lcaron,Lcommaaccent,Ldot,M,N,Nacute,Ncaron,Ncommaaccent,Eng,Ntilde,P,Thorn,R,Racute,Rcaron,Rcommaaccent,Uacute,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,b,thorn,germandbls"
1191
- k="5" />
1192
- <hkern g1="b,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,p,thorn,s,sacute,scaron,scedilla,scommaaccent"
1193
- g2="T"
1194
- k="31" />
1195
- <hkern g1="b,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,p,thorn,s,sacute,scaron,scedilla,scommaaccent"
1196
- g2="W"
1197
- k="20" />
1198
- <hkern g1="b,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,p,thorn,s,sacute,scaron,scedilla,scommaaccent"
1199
- g2="X"
1200
- k="29" />
1201
- <hkern g1="b,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,p,thorn,s,sacute,scaron,scedilla,scommaaccent"
1202
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1203
- k="45" />
1204
- <hkern g1="b,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,p,thorn,s,sacute,scaron,scedilla,scommaaccent"
1205
- g2="x"
1206
- k="24" />
1207
- <hkern g1="b,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,p,thorn,s,sacute,scaron,scedilla,scommaaccent"
1208
- g2="quotedbl"
1209
- k="-21" />
1210
- <hkern g1="r,racute,rcaron,rcommaaccent"
1211
- g2="comma,ellipsis,period"
1212
- k="50" />
1213
- <hkern g1="r,racute,rcaron,rcommaaccent"
1214
- g2="quoteright"
1215
- k="-18" />
1216
- <hkern g1="r,racute,rcaron,rcommaaccent"
1217
- g2="quotesingle"
1218
- k="-31" />
1219
- <hkern g1="r,racute,rcaron,rcommaaccent"
1220
- g2="v,w,wacute,wcircumflex,wdieresis,wgrave"
1221
- k="-26" />
1222
- <hkern g1="r,racute,rcaron,rcommaaccent"
1223
- g2="quotedblleft"
1224
- k="-21" />
1225
- <hkern g1="r,racute,rcaron,rcommaaccent"
1226
- g2="quotedblright"
1227
- k="-21" />
1228
- <hkern g1="r,racute,rcaron,rcommaaccent"
1229
- g2="quoteleft"
1230
- k="-18" />
1231
- <hkern g1="r,racute,rcaron,rcommaaccent"
1232
- g2="quotedbl"
1233
- k="-26" />
1234
- <hkern g1="t,tbar,tcaron,uni0163,uni021B,f_t.liga"
1235
- g2="comma,ellipsis,period"
1236
- k="-10" />
1237
- <hkern g1="t,tbar,tcaron,uni0163,uni021B,f_t.liga"
1238
- g2="t,tbar,tcaron,uni0163,uni021B,fi,fl,f_f.dlig,f_f_i.dlig,f_h.liga,f_j.liga,f_t.liga,_f.f.alt"
1239
- k="39" />
1240
- <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave"
1241
- g2="comma,ellipsis,period"
1242
- k="41" />
1243
- <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave"
1244
- g2="quoteright"
1245
- k="-21" />
1246
- <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave"
1247
- g2="quotesingle"
1248
- k="-26" />
1249
- <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave"
1250
- g2="v,w,wacute,wcircumflex,wdieresis,wgrave"
1251
- k="-7" />
1252
- <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave"
1253
- g2="quotedblleft"
1254
- k="-26" />
1255
- <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave"
1256
- g2="quotedblright"
1257
- k="-26" />
1258
- <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave"
1259
- g2="quoteleft"
1260
- k="-21" />
1261
- <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave"
1262
- g2="quotedbl"
1263
- k="-26" />
1264
- <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave"
1265
- g2="h,hbar,k,kcommaaccent,l,lacute,lcaron,lcommaaccent,ldot,lslash"
1266
- k="16" />
1267
- <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave"
1268
- g2="backslash"
1269
- k="-17" />
1270
- <hkern g1="c,k,kcommaaccent,x"
1271
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1272
- k="7" />
1273
- <hkern g1="c,k,kcommaaccent,x"
1274
- g2="at"
1275
- k="-16" />
1276
- <hkern g1="l"
1277
- g2="t,tbar,tcaron,uni0163,uni021B,fi,fl,f_f.dlig,f_f_i.dlig,f_h.liga,f_j.liga,f_t.liga,_f.f.alt"
1278
- k="10" />
1279
- <hkern g1="q"
1280
- g2="i,dotlessi,iacute,icircumflex,idieresis,i.loclTRK,igrave,imacron,iogonek,m,n,r,racute,rcaron,rcommaaccent,u,uacute,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,y,yacute,ycircumflex,ydieresis,ygrave"
1281
- k="5" />
1282
- <hkern g1="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde"
1283
- g2="t,tbar,tcaron,uni0163,uni021B,fi,fl,f_f.dlig,f_f_i.dlig,f_h.liga,f_j.liga,f_t.liga,_f.f.alt"
1284
- k="10" />
1285
- <hkern g1="parenleft"
1286
- g2="j,uni0237"
1287
- k="-50" />
1288
- <hkern g1="period"
1289
- g2="C,Cacute,Ccaron,Ccedilla,Cdotaccent,G,Gbreve,Gcommaaccent,Gdotaccent,O,Oacute,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,S,Sacute,Scaron,Scedilla,Scommaaccent,zero,infinity,ampersand"
1290
- k="15" />
1291
- <hkern g1="period"
1292
- g2="T"
1293
- k="26" />
1294
- <hkern g1="quotedbl"
1295
- g2="T"
1296
- k="-19" />
1297
- <hkern g1="quotedbl"
1298
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1299
- k="58" />
1300
- <hkern g1="quotedbl"
1301
- g2="W"
1302
- k="-36" />
1303
- <hkern g1="quotedbl"
1304
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1305
- k="-50" />
1306
- <hkern g1="quotedbl"
1307
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1308
- k="10" />
1309
- <hkern g1="quotedbl"
1310
- g2="i,dotlessi,iacute,icircumflex,idieresis,i.loclTRK,igrave,imacron,iogonek,m,n,r,racute,rcaron,rcommaaccent,u,uacute,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,y,yacute,ycircumflex,ydieresis,ygrave"
1311
- k="16" />
1312
- <hkern g1="quotedbl"
1313
- g2="v,w,wacute,wcircumflex,wdieresis,wgrave"
1314
- k="-10" />
1315
- <hkern g1="quotedblleft"
1316
- g2="T"
1317
- k="-20" />
1318
- <hkern g1="quotedblleft"
1319
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1320
- k="65" />
1321
- <hkern g1="quotedblleft"
1322
- g2="W"
1323
- k="-18" />
1324
- <hkern g1="quotedblleft"
1325
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1326
- k="-30" />
1327
- <hkern g1="quotedblleft"
1328
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1329
- k="25" />
1330
- <hkern g1="quotedblleft"
1331
- g2="i,dotlessi,iacute,icircumflex,idieresis,i.loclTRK,igrave,imacron,iogonek,m,n,r,racute,rcaron,rcommaaccent,u,uacute,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,y,yacute,ycircumflex,ydieresis,ygrave"
1332
- k="23" />
1333
- <hkern g1="quotedblleft"
1334
- g2="v,w,wacute,wcircumflex,wdieresis,wgrave"
1335
- k="-8" />
1336
- <hkern g1="quotedblright"
1337
- g2="T"
1338
- k="-15" />
1339
- <hkern g1="quotedblright"
1340
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1341
- k="80" />
1342
- <hkern g1="quotedblright"
1343
- g2="W"
1344
- k="-18" />
1345
- <hkern g1="quotedblright"
1346
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1347
- k="-25" />
1348
- <hkern g1="quotedblright"
1349
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1350
- k="37" />
1351
- <hkern g1="quotedblright"
1352
- g2="i,dotlessi,iacute,icircumflex,idieresis,i.loclTRK,igrave,imacron,iogonek,m,n,r,racute,rcaron,rcommaaccent,u,uacute,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,y,yacute,ycircumflex,ydieresis,ygrave"
1353
- k="23" />
1354
- <hkern g1="quotedblright"
1355
- g2="v,w,wacute,wcircumflex,wdieresis,wgrave"
1356
- k="-8" />
1357
- <hkern g1="quoteleft"
1358
- g2="T"
1359
- k="-15" />
1360
- <hkern g1="quoteleft"
1361
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1362
- k="63" />
1363
- <hkern g1="quoteleft"
1364
- g2="W"
1365
- k="-23" />
1366
- <hkern g1="quoteleft"
1367
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1368
- k="-30" />
1369
- <hkern g1="quoteleft"
1370
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1371
- k="30" />
1372
- <hkern g1="quoteleft"
1373
- g2="i,dotlessi,iacute,icircumflex,idieresis,i.loclTRK,igrave,imacron,iogonek,m,n,r,racute,rcaron,rcommaaccent,u,uacute,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,y,yacute,ycircumflex,ydieresis,ygrave"
1374
- k="21" />
1375
- <hkern g1="quoteleft"
1376
- g2="v,w,wacute,wcircumflex,wdieresis,wgrave"
1377
- k="-5" />
1378
- <hkern g1="quoteright"
1379
- g2="T"
1380
- k="-13" />
1381
- <hkern g1="quoteright"
1382
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1383
- k="63" />
1384
- <hkern g1="quoteright"
1385
- g2="W"
1386
- k="-23" />
1387
- <hkern g1="quoteright"
1388
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1389
- k="-26" />
1390
- <hkern g1="quoteright"
1391
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1392
- k="32" />
1393
- <hkern g1="quoteright"
1394
- g2="i,dotlessi,iacute,icircumflex,idieresis,i.loclTRK,igrave,imacron,iogonek,m,n,r,racute,rcaron,rcommaaccent,u,uacute,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,y,yacute,ycircumflex,ydieresis,ygrave"
1395
- k="21" />
1396
- <hkern g1="quoteright"
1397
- g2="v,w,wacute,wcircumflex,wdieresis,wgrave"
1398
- k="-5" />
1399
- <hkern g1="quotesingle"
1400
- g2="T"
1401
- k="-30" />
1402
- <hkern g1="quotesingle"
1403
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1404
- k="53" />
1405
- <hkern g1="quotesingle"
1406
- g2="W"
1407
- k="-36" />
1408
- <hkern g1="quotesingle"
1409
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1410
- k="-46" />
1411
- <hkern g1="quotesingle"
1412
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1413
- k="9" />
1414
- <hkern g1="quotesingle"
1415
- g2="v,w,wacute,wcircumflex,wdieresis,wgrave"
1416
- k="-16" />
1417
- <hkern g1="quotesingle"
1418
- g2="t,tbar,tcaron,uni0163,uni021B,fi,fl,f_f.dlig,f_f_i.dlig,f_h.liga,f_j.liga,f_t.liga,_f.f.alt"
1419
- k="-26" />
1420
- <hkern g1="slash"
1421
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1422
- k="14" />
1423
- <hkern g1="slash"
1424
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1425
- k="30" />
1426
- <hkern g1="slash"
1427
- g2="v,w,wacute,wcircumflex,wdieresis,wgrave"
1428
- k="-17" />
1429
- <hkern g1="slash"
1430
- g2="X"
1431
- k="-29" />
1432
- <hkern g1="bracketleft"
1433
- g2="j,uni0237"
1434
- k="-29" />
1435
- </font>
1436
- </defs></svg>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
webfont/Affogato-Medium.ttf DELETED
Binary file
webfont/Affogato-Medium.woff DELETED
Binary file
webfont/Affogato-Medium.woff2 DELETED
Binary file
webfont/Affogato-Regular.eot DELETED
Binary file
webfont/Affogato-Regular.svg DELETED
@@ -1,1436 +0,0 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
4
- <metadata>
5
- Created by FontForge 20150824 at Mon Aug 15 22:24:30 2016
6
- By Everything Fonts
7
- Copyright \(c\) 2015 by Eric Lobdell. All rights reserved.
8
- </metadata>
9
- <defs>
10
- <font id="Affogato-Regular" horiz-adv-x="0" >
11
- <font-face
12
- font-family="Affogato"
13
- font-weight="400"
14
- font-stretch="normal"
15
- units-per-em="880"
16
- panose-1="0 0 5 0 0 0 0 0 0 0"
17
- ascent="704"
18
- descent="-176"
19
- x-height="440"
20
- cap-height="563"
21
- bbox="-515 -215 985 834"
22
- underline-thickness="50"
23
- underline-position="-100"
24
- unicode-range="U+0020-FB02"
25
- />
26
- <missing-glyph horiz-adv-x="503"
27
- d="M412 800v-1005h-319v1005h319zM335 733h-166v-34h65v-37h-66v-33h167v33h-67v37h67v34zM268 603h-100v-105h167v35h-67v70zM234 569v-36h-33v36h33zM335 471h-167v-33h66v-37h-66v-33h100v70h67v33zM335 411h-34v-66h-133v-34h167v100zM335 288h-101v-56h34v23h33v-47
28
- h-100v80h-33v-113h167v113zM335 115h-167v-114h167v114zM301 81v-47h-100v47h100zM335 -22h-167v-33h70l-70 -47v-34h167v34h-103l71 47h32v33z" />
29
- <glyph glyph-name="fi" unicode="fi" horiz-adv-x="500"
30
- d="M103 486c0 70 53 117 118 117c23 0 47 -5 62 -11l-12 -41c-11 4 -22 7 -47 7c-39 -1 -71 -32 -71 -74v-62h98v-44h-98v-378h-50v378h-58v44h58v64zM385 576c24 0 40 -16 40 -39s-16 -39 -40 -39c-22 0 -39 16 -39 39s17 39 39 39zM360 0l1 436l50 3l-1 -439h-50z" />
31
- <glyph glyph-name="fl" unicode="fl" horiz-adv-x="530"
32
- d="M103 486c0 70 53 117 118 117c23 0 47 -5 62 -11l-12 -41c-11 4 -22 7 -47 7c-39 -1 -71 -32 -71 -74v-62h98v-44h-98v-378h-50v378h-58v44h58v64zM474 49h28v-49h-31c-81 0 -115 40 -115 129l1 460l50 3l-1 -453c0 -54 10 -89 68 -90z" />
33
- <glyph glyph-name="f_h.liga" unicode="fh" horiz-adv-x="788"
34
- d="M103 486c0 70 53 117 118 117c23 0 47 -5 62 -11l-12 -41c-11 4 -22 7 -47 7c-39 -1 -71 -32 -71 -74v-62h98v-44h-98v-378h-50v378h-58v44h58v64zM535 445c98 13 168 -56 168 -155v-290h-50v278c0 83 -55 132 -130 120c-44 -7 -89 -46 -113 -87v-311h-50v592l50 3v-230
35
- c30 40 75 73 125 80z" />
36
- <glyph glyph-name="f_j.liga" unicode="fj" horiz-adv-x="495"
37
- d="M251 378h-98v-378h-50v378h-58v44h58v64c0 70 53 117 118 117c23 0 47 -5 62 -11l-12 -41c-11 4 -22 7 -47 7c-39 -1 -71 -32 -71 -74v-62h98v-44zM382 587c24 0 40 -16 40 -39s-16 -39 -40 -39c-22 0 -39 16 -39 39s17 39 39 39zM357 -55v490l50 3v-492
38
- c0 -108 -49 -152 -117 -152c-26 0 -50 7 -66 15l14 43c10 -4 21 -8 46 -8c41 1 73 26 73 101z" />
39
- <glyph glyph-name="f_t.liga" unicode="ft" horiz-adv-x="561"
40
- d="M103 486c0 70 53 117 118 117c23 0 47 -5 62 -11l-12 -41c-11 4 -22 7 -47 7c-39 -1 -71 -32 -71 -74v-62h98v-44h-98v-378h-50v378h-58v44h58v64zM489 49h28v-49h-31c-81 0 -115 41 -115 129l1 248h-56v48h56v135l50 3v-138h85v-48h-85l-1 -238c0 -54 10 -89 68 -90z
41
- " />
42
- <glyph glyph-name="q_j.liga" unicode="qj" horiz-adv-x="705"
43
- d="M578 587c24 0 40 -16 40 -39s-16 -39 -40 -39c-22 0 -39 16 -39 39s17 39 39 39zM345 409l2 35l48 -4v-637l-50 3v264c-32 -33 -67 -63 -112 -70c-110 -17 -186 76 -186 222c0 133 77 251 200 222c39 -9 69 -40 98 -74v39zM553 -55v490l50 3v-492
44
- c0 -108 -49 -152 -117 -152c-26 0 -50 7 -66 15l14 43c10 -4 21 -8 46 -8c41 1 73 26 73 101zM232 45c41 5 73 30 113 70v209c-30 35 -61 67 -100 75c-87 18 -146 -66 -146 -177c0 -117 54 -184 133 -177z" />
45
- <glyph glyph-name=".notdef" horiz-adv-x="503"
46
- d="M412 800v-1005h-319v1005h319zM335 733h-166v-34h65v-37h-66v-33h167v33h-67v37h67v34zM268 603h-100v-105h167v35h-67v70zM234 569v-36h-33v36h33zM335 471h-167v-33h66v-37h-66v-33h100v70h67v33zM335 411h-34v-66h-133v-34h167v100zM335 288h-101v-56h34v23h33v-47
47
- h-100v80h-33v-113h167v113zM335 115h-167v-114h167v114zM301 81v-47h-100v47h100zM335 -22h-167v-33h70l-70 -47v-34h167v34h-103l71 47h32v33z" />
48
- <glyph glyph-name="A" unicode="A" horiz-adv-x="497"
49
- d="M407 0l-38 123h-242l-38 -123h-50l177 557l65 4l176 -561h-50zM142 169h213l-107 341z" />
50
- <glyph glyph-name="Aacute" unicode="&#xc1;" horiz-adv-x="497"
51
- d="M399 753l-167 -103l-20 32l158 116zM407 0l-38 123h-242l-38 -123h-50l177 557l65 4l176 -561h-50zM142 169h213l-107 341z" />
52
- <glyph glyph-name="Abreve" unicode="&#x102;" horiz-adv-x="497"
53
- d="M249 663c-50 0 -89 29 -115 65l33 27c11 -18 39 -49 82 -49c41 0 68 30 82 49l32 -27c-27 -36 -63 -65 -114 -65zM407 0l-38 123h-242l-38 -123h-50l177 557l65 4l176 -561h-50zM142 169h213l-107 341z" />
54
- <glyph glyph-name="uni01CD" unicode="&#x1cd;" horiz-adv-x="497"
55
- d="M361 750l-112 -106l-112 107l31 29l80 -79l83 79zM407 0l-38 123h-242l-38 -123h-50l177 557l65 4l176 -561h-50zM142 169h213l-107 341z" />
56
- <glyph glyph-name="Acircumflex" unicode="&#xc2;" horiz-adv-x="497"
57
- d="M248 725l-80 -79l-31 29l112 107l112 -106l-30 -30zM407 0l-38 123h-242l-38 -123h-50l177 557l65 4l176 -561h-50zM142 169h213l-107 341z" />
58
- <glyph glyph-name="Adieresis" unicode="&#xc4;" horiz-adv-x="497"
59
- d="M165 673c-22 0 -37 15 -37 37s15 37 37 37s37 -15 37 -37s-15 -37 -37 -37zM320 672c-22 0 -37 15 -37 37s15 37 37 37s37 -15 37 -37s-15 -37 -37 -37zM407 0l-38 123h-242l-38 -123h-50l177 557l65 4l176 -561h-50zM142 169h213l-107 341z" />
60
- <glyph glyph-name="Agrave" unicode="&#xc0;" horiz-adv-x="497"
61
- d="M283 682l-20 -33l-167 104l29 45zM407 0l-38 123h-242l-38 -123h-50l177 557l65 4l176 -561h-50zM142 169h213l-107 341z" />
62
- <glyph glyph-name="Amacron" unicode="&#x100;" horiz-adv-x="497"
63
- d="M349 718v-42h-202v42h202zM407 0l-38 123h-242l-38 -123h-50l177 557l65 4l176 -561h-50zM142 169h213l-107 341z" />
64
- <glyph glyph-name="Aogonek" unicode="&#x104;" horiz-adv-x="497"
65
- d="M456 0c-38 -26 -72 -51 -97 -83c-46 -60 16 -109 73 -60l20 -27c-97 -75 -191 17 -122 103c26 32 48 48 77 68l-38 122h-242l-38 -123h-50l177 557l65 4l176 -560v-1h-1zM142 169h213l-107 341z" />
66
- <glyph glyph-name="Aring" unicode="&#xc5;" horiz-adv-x="497"
67
- d="M250 642c-41 0 -74 34 -74 73c0 41 33 73 74 73c39 0 71 -32 71 -73c0 -39 -32 -73 -71 -73zM249 753c-20 0 -36 -17 -36 -38c0 -20 16 -36 36 -36c21 0 35 16 35 36c0 21 -14 38 -35 38zM407 0l-38 123h-242l-38 -123h-50l177 557l65 4l176 -561h-50zM142 169h213
68
- l-107 341z" />
69
- <glyph glyph-name="Atilde" unicode="&#xc3;" horiz-adv-x="497"
70
- d="M200 706c-17 0 -24 -18 -32 -37l-38 18c9 24 27 63 65 63c36 0 69 -40 99 -40c19 0 26 11 35 35l39 -17c-7 -20 -24 -63 -68 -63c-42 1 -70 41 -100 41zM407 0l-38 123h-242l-38 -123h-50l177 557l65 4l176 -561h-50zM142 169h213l-107 341z" />
71
- <glyph glyph-name="AE" unicode="&#xc6;" horiz-adv-x="660"
72
- d="M610 513h-269v-224h201v-47h-201v-195h269v-47h-320v130h-186l-67 -130h-52l287 560h338v-47zM126 173h164v320z" />
73
- <glyph glyph-name="B" unicode="B" horiz-adv-x="523"
74
- d="M92 0v559c56 3 138 6 175 6c97 0 155 -56 155 -142c0 -68 -29 -102 -58 -123c52 -17 95 -68 95 -142c0 -102 -79 -158 -166 -158h-201zM143 312h127c69 0 101 50 101 107c0 61 -50 98 -109 98c-42 0 -77 -1 -119 -3v-202zM143 49h142c69 0 121 44 121 113
75
- c0 58 -36 105 -107 105h-156v-218z" />
76
- <glyph glyph-name="C" unicode="C" horiz-adv-x="544"
77
- d="M290 -5c-111 0 -227 90 -227 276v18c0 186 116 276 227 276c86 0 154 -48 190 -121l-43 -21c-30 56 -79 93 -147 93c-84 0 -177 -67 -177 -227v-18c0 -159 93 -226 176 -226c69 0 119 37 147 94l44 -21c-35 -76 -104 -123 -190 -123z" />
78
- <glyph glyph-name="Cacute" unicode="&#x106;" horiz-adv-x="544"
79
- d="M272 650l-20 32l158 116l29 -45zM290 -5c-111 0 -227 90 -227 276v18c0 186 116 276 227 276c86 0 154 -48 190 -121l-43 -21c-30 56 -79 93 -147 93c-84 0 -177 -67 -177 -227v-18c0 -159 93 -226 176 -226c69 0 119 37 147 94l44 -21c-35 -76 -104 -123 -190 -123z" />
80
- <glyph glyph-name="Ccaron" unicode="&#x10c;" horiz-adv-x="544"
81
- d="M401 750l-112 -106l-112 107l31 29l80 -79l83 79zM289 45c69 0 119 37 147 94l44 -21c-35 -76 -104 -123 -190 -123c-111 0 -227 90 -227 276v18c0 186 116 276 227 276c86 0 154 -48 190 -121l-43 -21c-30 56 -79 93 -147 93c-84 0 -177 -67 -177 -227v-18
82
- c0 -159 93 -226 176 -226z" />
83
- <glyph glyph-name="Ccedilla" unicode="&#xc7;" horiz-adv-x="544"
84
- d="M289 45c69 0 119 37 147 94l44 -21c-35 -76 -103 -123 -189 -123l-2 -37c62 10 107 -26 107 -76c0 -58 -43 -88 -94 -88c-53 0 -81 30 -88 45l24 21c7 -10 25 -30 63 -30c30 0 56 19 56 53c0 26 -22 48 -66 49c-15 0 -26 -1 -38 -1l1 67c-99 18 -191 107 -191 273v18
85
- c0 186 116 276 227 276c86 0 154 -48 190 -121l-43 -21c-30 56 -79 93 -147 93c-84 0 -177 -67 -177 -227v-18c0 -159 93 -226 176 -226z" />
86
- <glyph glyph-name="Cdotaccent" unicode="&#x10a;" horiz-adv-x="544"
87
- d="M288 650c-22 0 -39 16 -39 39s17 39 39 39c24 0 40 -16 40 -39s-16 -39 -40 -39zM290 -5c-111 0 -227 90 -227 276v18c0 186 116 276 227 276c86 0 154 -48 190 -121l-43 -21c-30 56 -79 93 -147 93c-84 0 -177 -67 -177 -227v-18c0 -159 93 -226 176 -226
88
- c69 0 119 37 147 94l44 -21c-35 -76 -104 -123 -190 -123z" />
89
- <glyph glyph-name="D" unicode="D" horiz-adv-x="546"
90
- d="M92 0v559c52 4 98 5 151 6c111 0 239 -72 239 -287c0 -249 -170 -278 -249 -278h-141zM143 50h90c113 0 198 64 198 227c0 164 -92 237 -190 237c-37 0 -65 0 -98 -2v-462z" />
91
- <glyph glyph-name="Eth" unicode="&#xd0;" horiz-adv-x="546"
92
- d="M145 676v42h202v-42h-202zM92 0v559c52 4 98 5 151 6c111 0 239 -72 239 -287c0 -249 -170 -278 -249 -278h-141zM143 50h90c113 0 198 64 198 227c0 164 -92 237 -190 237c-37 0 -65 0 -98 -2v-462z" />
93
- <glyph glyph-name="Dcaron" unicode="&#x10e;" horiz-adv-x="546"
94
- d="M359 750l-112 -106l-112 107l31 29l80 -79l83 79zM243 565c111 0 239 -72 239 -287c0 -249 -170 -278 -249 -278h-141v559c52 4 98 5 151 6zM233 50c113 0 198 64 198 227c0 164 -92 237 -190 237c-37 0 -65 0 -98 -2v-462h90z" />
95
- <glyph glyph-name="Dcroat" unicode="&#x110;" horiz-adv-x="546"
96
- d="M145 676v42h202v-42h-202zM92 0v559c52 4 98 5 151 6c111 0 239 -72 239 -287c0 -249 -170 -278 -249 -278h-141zM143 50h90c113 0 198 64 198 227c0 164 -92 237 -190 237c-37 0 -65 0 -98 -2v-462z" />
97
- <glyph glyph-name="E" unicode="E" horiz-adv-x="460"
98
- d="M410 513h-269v-224h201v-47h-201v-195h269v-47h-318v560h318v-47z" />
99
- <glyph glyph-name="Eacute" unicode="&#xc9;" horiz-adv-x="460"
100
- d="M401 761l-167 -103l-20 32l158 116zM410 513h-269v-224h201v-47h-201v-195h269v-47h-318v560h318v-47z" />
101
- <glyph glyph-name="Ecaron" unicode="&#x11a;" horiz-adv-x="460"
102
- d="M363 758l-112 -106l-112 107l31 29l80 -79l83 79zM410 513h-269v-224h201v-47h-201v-195h269v-47h-318v560h318v-47z" />
103
- <glyph glyph-name="Ecircumflex" unicode="&#xca;" horiz-adv-x="460"
104
- d="M250 733l-80 -79l-31 29l112 107l112 -106l-30 -30zM410 513h-269v-224h201v-47h-201v-195h269v-47h-318v560h318v-47z" />
105
- <glyph glyph-name="Edieresis" unicode="&#xcb;" horiz-adv-x="460"
106
- d="M167 681c-22 0 -37 15 -37 37s15 37 37 37s37 -15 37 -37s-15 -37 -37 -37zM322 680c-22 0 -37 15 -37 37s15 37 37 37s37 -15 37 -37s-15 -37 -37 -37zM410 513h-269v-224h201v-47h-201v-195h269v-47h-318v560h318v-47z" />
107
- <glyph glyph-name="Edotaccent" unicode="&#x116;" horiz-adv-x="460"
108
- d="M250 658c-22 0 -39 16 -39 39s17 39 39 39c24 0 40 -16 40 -39s-16 -39 -40 -39zM410 513h-269v-224h201v-47h-201v-195h269v-47h-318v560h318v-47z" />
109
- <glyph glyph-name="Egrave" unicode="&#xc8;" horiz-adv-x="460"
110
- d="M285 690l-20 -33l-167 104l29 45zM410 513h-269v-224h201v-47h-201v-195h269v-47h-318v560h318v-47z" />
111
- <glyph glyph-name="Emacron" unicode="&#x112;" horiz-adv-x="460"
112
- d="M351 726v-42h-202v42h202zM410 513h-269v-224h201v-47h-201v-195h269v-47h-318v560h318v-47z" />
113
- <glyph glyph-name="Eogonek" unicode="&#x118;" horiz-adv-x="460"
114
- d="M410 513h-269v-224h201v-47h-201v-195h269v-47h-1c-38 -26 -72 -51 -97 -83c-46 -60 16 -109 73 -60l20 -27c-97 -75 -191 17 -122 103c25 31 47 47 75 67h-266v560h318v-47z" />
115
- <glyph glyph-name="F" unicode="F" horiz-adv-x="412"
116
- d="M410 513h-268v-229h187v-47h-187v-237h-50v560h318v-47z" />
117
- <glyph glyph-name="G" unicode="G" horiz-adv-x="575"
118
- d="M296 -5c-123 0 -233 90 -233 280v10c0 190 110 280 233 280c95 0 175 -64 199 -150l-47 -13c-18 66 -77 116 -152 116c-95 0 -183 -67 -183 -233v-10c0 -165 88 -232 182 -232c89 0 164 68 164 188v8h-172v45h224v-45c0 -154 -101 -244 -215 -244z" />
119
- <glyph glyph-name="Gbreve" unicode="&#x11e;" horiz-adv-x="575"
120
- d="M294 663c-50 0 -89 29 -115 65l33 27c11 -18 39 -49 82 -49c41 0 68 30 82 49l32 -27c-27 -36 -63 -65 -114 -65zM296 -5c-123 0 -233 90 -233 280v10c0 190 110 280 233 280c95 0 175 -64 199 -150l-47 -13c-18 66 -77 116 -152 116c-95 0 -183 -67 -183 -233v-10
121
- c0 -165 88 -232 182 -232c89 0 164 68 164 188v8h-172v45h224v-45c0 -154 -101 -244 -215 -244z" />
122
- <glyph glyph-name="Gcommaaccent" unicode="&#x122;" horiz-adv-x="575"
123
- d="M296 -5c-123 0 -233 90 -233 280v10c0 190 110 280 233 280c95 0 175 -64 199 -150l-47 -13c-18 66 -77 116 -152 116c-95 0 -183 -67 -183 -233v-10c0 -165 88 -232 182 -232c89 0 164 68 164 188v8h-172v45h224v-45c0 -154 -101 -244 -215 -244zM287 -215l-49 6l33 169
124
- l40 -4z" />
125
- <glyph glyph-name="Gdotaccent" unicode="&#x120;" horiz-adv-x="575"
126
- d="M293 650c-22 0 -39 16 -39 39s17 39 39 39c24 0 40 -16 40 -39s-16 -39 -40 -39zM296 -5c-123 0 -233 90 -233 280v10c0 190 110 280 233 280c95 0 175 -64 199 -150l-47 -13c-18 66 -77 116 -152 116c-95 0 -183 -67 -183 -233v-10c0 -165 88 -232 182 -232
127
- c89 0 164 68 164 188v8h-172v45h224v-45c0 -154 -101 -244 -215 -244z" />
128
- <glyph glyph-name="H" unicode="H" horiz-adv-x="536"
129
- d="M393 560h50v-560h-50v235h-251v-235h-50v558l50 3v-277h251v276z" />
130
- <glyph glyph-name="Hbar" unicode="&#x126;" horiz-adv-x="536"
131
- d="M498 464v-38h-55v-426h-50v235h-251v-235h-50v426h-56v38h56v94l50 3v-97h251v96h50v-96h55zM393 284v142h-251v-142h251z" />
132
- <glyph glyph-name="I" unicode="I" horiz-adv-x="267"
133
- d="M158 563v-563h-50v560z" />
134
- <glyph glyph-name="IJ" unicode="&#x132;" horiz-adv-x="629"
135
- d="M108 0v560l50 3v-563h-50zM342 559l199 3v-380c0 -119 -53 -187 -150 -187c-37 0 -71 12 -90 24l19 38c14 -7 39 -13 66 -13c76 0 104 58 104 145l1 324h-149v46z" />
136
- <glyph glyph-name="Iacute" unicode="&#xcd;" horiz-adv-x="267"
137
- d="M117 650l-20 32l158 116l29 -45zM158 563v-563h-50v560z" />
138
- <glyph glyph-name="uni01CF" unicode="&#x1cf;" horiz-adv-x="267"
139
- d="M246 750l-112 -106l-112 107l31 29l80 -79l83 79zM108 0v560l50 3v-563h-50z" />
140
- <glyph glyph-name="Icircumflex" unicode="&#xce;" horiz-adv-x="267"
141
- d="M134 782l112 -106l-30 -30l-83 79l-80 -79l-31 29zM108 0v560l50 3v-563h-50z" />
142
- <glyph glyph-name="Idieresis" unicode="&#xcf;" horiz-adv-x="267"
143
- d="M50 673c-22 0 -37 15 -37 37s15 37 37 37s37 -15 37 -37s-15 -37 -37 -37zM205 672c-22 0 -37 15 -37 37s15 37 37 37s37 -15 37 -37s-15 -37 -37 -37zM158 563v-563h-50v560z" />
144
- <glyph glyph-name="Idotaccent" unicode="&#x130;" horiz-adv-x="267"
145
- d="M133 650c-22 0 -39 16 -39 39s17 39 39 39c24 0 40 -16 40 -39s-16 -39 -40 -39zM158 563v-563h-50v560z" />
146
- <glyph glyph-name="Igrave" unicode="&#xcc;" horiz-adv-x="267"
147
- d="M148 649l-167 104l29 45l158 -116zM158 563v-563h-50v560z" />
148
- <glyph glyph-name="Imacron" unicode="&#x12a;" horiz-adv-x="267"
149
- d="M32 676v42h202v-42h-202zM158 563v-563h-50v560z" />
150
- <glyph glyph-name="Iogonek" unicode="&#x12e;" horiz-adv-x="267"
151
- d="M108 560l50 3v-563h-1c-38 -26 -72 -51 -97 -83c-46 -60 16 -109 73 -60l20 -27c-97 -75 -191 17 -122 103c26 32 48 48 77 69v558z" />
152
- <glyph glyph-name="J" unicode="J" horiz-adv-x="362"
153
- d="M75 559l199 3v-380c0 -119 -53 -187 -150 -187c-37 0 -71 12 -90 24l19 38c14 -7 39 -13 66 -13c76 0 104 58 104 145l1 324h-149v46z" />
154
- <glyph glyph-name="K" unicode="K" horiz-adv-x="514"
155
- d="M436 0l-171 328l-123 -153v-175h-50v559l50 4v-311l253 308h58l-155 -192l195 -368h-57z" />
156
- <glyph glyph-name="Kcommaaccent" unicode="&#x136;" horiz-adv-x="514"
157
- d="M298 368l195 -368h-57l-171 328l-123 -153v-175h-50v559l50 4v-311l253 308h58zM210 -193l33 169l40 -4l-24 -171z" />
158
- <glyph glyph-name="L" unicode="L" horiz-adv-x="382"
159
- d="M142 47h207v-47h-257v558l50 3v-514z" />
160
- <glyph glyph-name="Lacute" unicode="&#x139;" horiz-adv-x="382"
161
- d="M269 753l-167 -103l-20 32l158 116zM142 47h207v-47h-257v558l50 3v-514z" />
162
- <glyph glyph-name="Lcaron" unicode="&#x13d;" horiz-adv-x="382"
163
- d="M358 558l-20 -208l-38 2l8 210zM142 561v-514h207v-47h-257v558z" />
164
- <glyph glyph-name="Lcommaaccent" unicode="&#x13b;" horiz-adv-x="382"
165
- d="M142 47h207v-47h-257v558l50 3v-514zM163 -201l33 169l40 -4l-24 -171z" />
166
- <glyph glyph-name="Ldot" unicode="&#x13f;" horiz-adv-x="377"
167
- d="M142 47h207v-47h-257v558l50 3v-514zM310 311c-22 0 -37 15 -37 37s15 37 37 37s37 -15 37 -37s-15 -37 -37 -37z" />
168
- <glyph glyph-name="Lslash" unicode="&#x141;" horiz-adv-x="382"
169
- d="M142 47h207v-47h-257v275l-72 -70l-30 30l102 100v223l50 3v-177l76 75l31 -31l-107 -104v-277z" />
170
- <glyph glyph-name="M" unicode="M" horiz-adv-x="701"
171
- d="M558 561l50 -4v-557h-50v459l-192 -352h-31l-193 356v-463h-50v557l52 4l207 -382z" />
172
- <glyph glyph-name="N" unicode="N" horiz-adv-x="584"
173
- d="M442 558h50v-558h-47l-303 475v-475h-50v557l51 3l299 -472v470z" />
174
- <glyph glyph-name="Nacute" unicode="&#x143;" horiz-adv-x="584"
175
- d="M433 747l-167 -103l-20 32l158 116zM442 558h50v-558h-47l-303 475v-475h-50v557l51 3l299 -472v470z" />
176
- <glyph glyph-name="Ncaron" unicode="&#x147;" horiz-adv-x="584"
177
- d="M395 744l-112 -106l-112 107l31 29l80 -79l83 79zM442 558h50v-558h-47l-303 475v-475h-50v557l51 3l299 -472v470z" />
178
- <glyph glyph-name="Ncommaaccent" unicode="&#x145;" horiz-adv-x="584"
179
- d="M442 558h50v-558h-47l-303 475v-475h-50v557l51 3l299 -472v470zM228 -209l33 169l40 -4l-24 -171z" />
180
- <glyph glyph-name="Eng" unicode="&#x14a;" horiz-adv-x="584"
181
- d="M442 558h50v-645c0 -86 -53 -128 -119 -128c-27 0 -48 7 -63 13l13 45c10 -4 20 -8 46 -8c41 1 73 26 73 86v84l-300 470v-475h-50v557l51 3l299 -472v470z" />
182
- <glyph glyph-name="Ntilde" unicode="&#xd1;" horiz-adv-x="584"
183
- d="M234 700c-17 0 -24 -18 -32 -37l-38 18c9 24 27 63 65 63c36 0 69 -40 99 -40c19 0 26 11 35 35l39 -17c-7 -20 -24 -63 -68 -63c-42 1 -70 41 -100 41zM442 558h50v-558h-47l-303 475v-475h-50v557l51 3l299 -472v470z" />
184
- <glyph glyph-name="O" unicode="O" horiz-adv-x="584"
185
- d="M292 -5c-115 0 -228 90 -228 276v18c0 186 113 276 228 276c114 0 228 -90 228 -276v-18c0 -186 -114 -276 -228 -276zM291 43c88 0 179 67 179 228v18c0 162 -91 229 -178 229s-178 -67 -178 -229v-18c0 -161 91 -228 177 -228z" />
186
- <glyph glyph-name="Oacute" unicode="&#xd3;" horiz-adv-x="584"
187
- d="M275 650l-20 32l158 116l29 -45zM292 -5c-115 0 -228 90 -228 276v18c0 186 113 276 228 276c114 0 228 -90 228 -276v-18c0 -186 -114 -276 -228 -276zM291 43c88 0 179 67 179 228v18c0 162 -91 229 -178 229s-178 -67 -178 -229v-18c0 -161 91 -228 177 -228z" />
188
- <glyph glyph-name="uni01D1" unicode="&#x1d1;" horiz-adv-x="584"
189
- d="M404 750l-112 -106l-112 107l31 29l80 -79l83 79zM292 565c114 0 228 -90 228 -276v-18c0 -186 -114 -276 -228 -276c-115 0 -228 90 -228 276v18c0 186 113 276 228 276zM470 271v18c0 162 -91 229 -178 229s-178 -67 -178 -229v-18c0 -161 91 -228 177 -228
190
- c88 0 179 67 179 228z" />
191
- <glyph glyph-name="Ocircumflex" unicode="&#xd4;" horiz-adv-x="584"
192
- d="M291 725l-80 -79l-31 29l112 107l112 -106l-30 -30zM292 565c114 0 228 -90 228 -276v-18c0 -186 -114 -276 -228 -276c-115 0 -228 90 -228 276v18c0 186 113 276 228 276zM470 271v18c0 162 -91 229 -178 229s-178 -67 -178 -229v-18c0 -161 91 -228 177 -228
193
- c88 0 179 67 179 228z" />
194
- <glyph glyph-name="Odieresis" unicode="&#xd6;" horiz-adv-x="584"
195
- d="M208 673c-22 0 -37 15 -37 37s15 37 37 37s37 -15 37 -37s-15 -37 -37 -37zM363 672c-22 0 -37 15 -37 37s15 37 37 37s37 -15 37 -37s-15 -37 -37 -37zM292 -5c-115 0 -228 90 -228 276v18c0 186 113 276 228 276c114 0 228 -90 228 -276v-18
196
- c0 -186 -114 -276 -228 -276zM291 43c88 0 179 67 179 228v18c0 162 -91 229 -178 229s-178 -67 -178 -229v-18c0 -161 91 -228 177 -228z" />
197
- <glyph glyph-name="Ograve" unicode="&#xd2;" horiz-adv-x="584"
198
- d="M306 649l-167 104l29 45l158 -116zM292 -5c-115 0 -228 90 -228 276v18c0 186 113 276 228 276c114 0 228 -90 228 -276v-18c0 -186 -114 -276 -228 -276zM291 43c88 0 179 67 179 228v18c0 162 -91 229 -178 229s-178 -67 -178 -229v-18c0 -161 91 -228 177 -228z" />
199
- <glyph glyph-name="Ohungarumlaut" unicode="&#x150;" horiz-adv-x="584"
200
- d="M237 637l-40 1l11 196l48 -3zM367 636l-41 2l15 196l48 -4zM292 -5c-115 0 -228 90 -228 276v18c0 186 113 276 228 276c114 0 228 -90 228 -276v-18c0 -186 -114 -276 -228 -276zM291 43c88 0 179 67 179 228v18c0 162 -91 229 -178 229s-178 -67 -178 -229v-18
201
- c0 -161 91 -228 177 -228z" />
202
- <glyph glyph-name="Omacron" unicode="&#x14c;" horiz-adv-x="584"
203
- d="M190 676v42h202v-42h-202zM292 -5c-115 0 -228 90 -228 276v18c0 186 113 276 228 276c114 0 228 -90 228 -276v-18c0 -186 -114 -276 -228 -276zM291 43c88 0 179 67 179 228v18c0 162 -91 229 -178 229s-178 -67 -178 -229v-18c0 -161 91 -228 177 -228z" />
204
- <glyph glyph-name="Oslash" unicode="&#xd8;" horiz-adv-x="584"
205
- d="M537 515l-58 -59c26 -43 41 -98 41 -167v-18c0 -186 -114 -276 -228 -276c-66 0 -131 29 -174 89l-59 -60l-30 29l66 68c-19 40 -31 90 -31 150v18c0 186 113 276 228 276c60 0 119 -25 163 -75l52 54zM114 271c0 -44 7 -81 19 -112l288 297c-34 43 -82 62 -129 62
206
- c-87 0 -178 -67 -178 -229v-18zM470 289c0 53 -10 96 -26 130l-292 -299c35 -53 88 -77 139 -77c88 0 179 67 179 228v18z" />
207
- <glyph glyph-name="Otilde" unicode="&#xd5;" horiz-adv-x="584"
208
- d="M211 669l-38 18c9 24 27 63 65 63c36 0 69 -40 99 -40c19 0 26 11 35 35l39 -17c-7 -20 -24 -63 -68 -63c-42 1 -70 41 -100 41c-17 0 -24 -18 -32 -37zM292 -5c-115 0 -228 90 -228 276v18c0 186 113 276 228 276c114 0 228 -90 228 -276v-18
209
- c0 -186 -114 -276 -228 -276zM291 43c88 0 179 67 179 228v18c0 162 -91 229 -178 229s-178 -67 -178 -229v-18c0 -161 91 -228 177 -228z" />
210
- <glyph glyph-name="OE" unicode="&#x152;" horiz-adv-x="854"
211
- d="M804 513h-269v-224h201v-47h-201v-195h269v-47h-318v123c-41 -86 -117 -128 -194 -128c-115 0 -228 90 -228 276v18c0 186 113 276 228 276c77 0 153 -42 194 -128v123h318v-47zM470 271v18c0 162 -91 229 -178 229s-178 -67 -178 -229v-18c0 -161 91 -228 177 -228
212
- c88 0 179 67 179 228z" />
213
- <glyph glyph-name="P" unicode="P" horiz-adv-x="467"
214
- d="M243 564c80 0 183 -40 183 -194c0 -119 -90 -183 -172 -184h-111v-186h-51v559c54 3 97 4 151 5zM143 233h103c66 0 130 49 130 139c0 102 -59 143 -136 143c-35 0 -62 -1 -97 -3v-279z" />
215
- <glyph glyph-name="Thorn" unicode="&#xde;" horiz-adv-x="486"
216
- d="M262 507c110 13 177 -96 177 -223c0 -148 -83 -231 -181 -221c-37 4 -69 23 -100 52v-115h-50v560l50 3v-116c31 31 68 55 104 60zM254 108c79 -6 133 59 133 176c0 104 -51 188 -133 177c-32 -4 -66 -31 -96 -62v-237c32 -29 64 -52 96 -54z" />
217
- <glyph glyph-name="Q" unicode="Q" horiz-adv-x="587"
218
- d="M521 47l11 -47h-242c-115 0 -232 91 -232 276v13c0 185 117 276 232 276c114 0 233 -91 233 -276v-13c0 -112 -46 -187 -107 -229h105zM108 276c0 -157 95 -226 182 -226c88 0 183 69 183 226v13c0 158 -95 227 -183 227c-87 0 -182 -69 -182 -227v-13z" />
219
- <glyph glyph-name="R" unicode="R" horiz-adv-x="489"
220
- d="M426 374c0 -91 -47 -148 -105 -172l105 -202h-58l-98 189c-5 -1 -11 -1 -16 -1h-111v-188h-51v559c54 3 97 4 151 5c78 0 183 -41 183 -190zM246 235c66 0 130 45 130 141c0 99 -59 139 -136 139l-97 -3v-277h103z" />
221
- <glyph glyph-name="Racute" unicode="&#x154;" horiz-adv-x="489"
222
- d="M388 753l-167 -103l-20 32l158 116zM426 374c0 -91 -47 -148 -105 -172l105 -202h-58l-98 189c-5 -1 -11 -1 -16 -1h-111v-188h-51v559c54 3 97 4 151 5c78 0 183 -41 183 -190zM246 235c66 0 130 45 130 141c0 99 -59 139 -136 139l-97 -3v-277h103z" />
223
- <glyph glyph-name="Rcaron" unicode="&#x158;" horiz-adv-x="489"
224
- d="M350 750l-112 -106l-112 107l31 29l80 -79l83 79zM426 374c0 -91 -47 -148 -105 -172l105 -202h-58l-98 189c-5 -1 -11 -1 -16 -1h-111v-188h-51v559c54 3 97 4 151 5c78 0 183 -41 183 -190zM246 235c66 0 130 45 130 141c0 99 -59 139 -136 139l-97 -3v-277h103z" />
225
- <glyph glyph-name="Rcommaaccent" unicode="&#x156;" horiz-adv-x="489"
226
- d="M426 374c0 -91 -47 -148 -105 -172l105 -202h-58l-98 189c-5 -1 -11 -1 -16 -1h-111v-188h-51v559c54 3 97 4 151 5c78 0 183 -41 183 -190zM246 235c66 0 130 45 130 141c0 99 -59 139 -136 139l-97 -3v-277h103zM187 -209l33 169l40 -4l-24 -171z" />
227
- <glyph glyph-name="S" unicode="S" horiz-adv-x="468"
228
- d="M235 -5c-104 0 -165 75 -171 142l47 13c6 -53 50 -104 123 -104c78 0 118 45 118 102c0 141 -280 100 -280 276c0 80 73 141 165 141c89 0 157 -59 167 -134l-46 -13c-9 63 -63 98 -119 98c-73 0 -114 -50 -113 -93c2 -135 278 -94 278 -277c0 -78 -54 -151 -169 -151z
229
- " />
230
- <glyph glyph-name="Sacute" unicode="&#x15a;" horiz-adv-x="468"
231
- d="M221 650l-20 32l158 116l29 -45zM235 -5c-104 0 -165 75 -171 142l47 13c6 -53 50 -104 123 -104c78 0 118 45 118 102c0 141 -280 100 -280 276c0 80 73 141 165 141c89 0 157 -59 167 -134l-46 -13c-9 63 -63 98 -119 98c-73 0 -114 -50 -113 -93
232
- c2 -135 278 -94 278 -277c0 -78 -54 -151 -169 -151z" />
233
- <glyph glyph-name="Scaron" unicode="&#x160;" horiz-adv-x="468"
234
- d="M350 750l-112 -106l-112 107l31 29l80 -79l83 79zM126 423c2 -135 278 -94 278 -277c0 -78 -54 -151 -169 -151c-104 0 -165 75 -171 142l47 13c6 -53 50 -104 123 -104c78 0 118 45 118 102c0 141 -280 100 -280 276c0 80 73 141 165 141c89 0 157 -59 167 -134l-46 -13
235
- c-9 63 -63 98 -119 98c-73 0 -114 -50 -113 -93z" />
236
- <glyph glyph-name="Scedilla" unicode="&#x15e;" horiz-adv-x="468"
237
- d="M126 423c2 -135 278 -94 278 -277c0 -74 -49 -143 -152 -150l-2 -40c62 10 107 -26 107 -76c0 -58 -43 -88 -94 -88c-53 0 -81 30 -88 45l24 21c7 -10 25 -30 63 -30c30 0 56 19 56 53c0 26 -22 48 -66 49c-15 0 -26 -1 -38 -1l1 67c-92 9 -145 78 -151 141l47 13
238
- c6 -53 50 -104 123 -104c78 0 118 45 118 102c0 141 -280 100 -280 276c0 80 73 141 165 141c89 0 157 -59 167 -134l-46 -13c-9 63 -63 98 -119 98c-73 0 -114 -50 -113 -93z" />
239
- <glyph glyph-name="Scommaaccent" unicode="&#x218;" horiz-adv-x="468"
240
- d="M235 -5c-104 0 -165 75 -171 142l47 13c6 -53 50 -104 123 -104c78 0 118 45 118 102c0 141 -280 100 -280 276c0 80 73 141 165 141c89 0 157 -59 167 -134l-46 -13c-9 63 -63 98 -119 98c-73 0 -114 -50 -113 -93c2 -135 278 -94 278 -277c0 -78 -54 -151 -169 -151z
241
- M229 -215l-49 6l33 169l40 -4z" />
242
- <glyph glyph-name="T" unicode="T" horiz-adv-x="366"
243
- d="M352 560v-48h-144v-512h-50v512h-144v48h338z" />
244
- <glyph glyph-name="Tbar" unicode="&#x166;" horiz-adv-x="366"
245
- d="M283 718v-42h-202v42h202zM352 560v-48h-144v-512h-50v512h-144v48h338z" />
246
- <glyph glyph-name="Tcaron" unicode="&#x164;" horiz-adv-x="366"
247
- d="M295 750l-112 -106l-112 107l31 29l80 -79l83 79zM352 560v-48h-144v-512h-50v512h-144v48h338z" />
248
- <glyph glyph-name="uni0162" unicode="&#x162;" horiz-adv-x="366"
249
- d="M208 0h-5l-3 -44c62 10 107 -26 107 -76c0 -58 -43 -88 -94 -88c-53 0 -81 30 -88 45l24 21c7 -10 25 -30 63 -30c30 0 56 19 56 53c0 26 -22 48 -66 49c-15 0 -26 -1 -38 -1l1 71h-7v512h-144v48h338v-48h-144v-512z" />
250
- <glyph glyph-name="uni021A" unicode="&#x21a;" horiz-adv-x="366"
251
- d="M352 560v-48h-144v-512h-50v512h-144v48h338zM130 -209l33 169l40 -4l-24 -171z" />
252
- <glyph glyph-name="U" unicode="U" horiz-adv-x="568"
253
- d="M284 -5c-114 0 -199 85 -198 217l3 346l48 3l-2 -347c0 -102 63 -168 149 -168c90 0 148 66 148 168v346h49l1 -348c0 -132 -81 -217 -198 -217z" />
254
- <glyph glyph-name="Uacute" unicode="&#xda;" horiz-adv-x="568"
255
- d="M267 634l-20 32l158 116l29 -45zM284 -5c-114 0 -199 85 -198 217l3 346l48 3l-2 -347c0 -102 63 -168 149 -168c90 0 148 66 148 168v346h49l1 -348c0 -132 -81 -217 -198 -217z" />
256
- <glyph glyph-name="uni01D3" unicode="&#x1d3;" horiz-adv-x="568"
257
- d="M396 734l-112 -106l-112 107l31 29l80 -79l83 79zM481 560l1 -348c0 -132 -81 -217 -198 -217c-114 0 -199 85 -198 217l3 346l48 3l-2 -347c0 -102 63 -168 149 -168c90 0 148 66 148 168v346h49z" />
258
- <glyph glyph-name="Ucircumflex" unicode="&#xdb;" horiz-adv-x="568"
259
- d="M283 709l-80 -79l-31 29l112 107l112 -106l-30 -30zM481 560l1 -348c0 -132 -81 -217 -198 -217c-114 0 -199 85 -198 217l3 346l48 3l-2 -347c0 -102 63 -168 149 -168c90 0 148 66 148 168v346h49z" />
260
- <glyph glyph-name="Udieresis" unicode="&#xdc;" horiz-adv-x="568"
261
- d="M200 657c-22 0 -37 15 -37 37s15 37 37 37s37 -15 37 -37s-15 -37 -37 -37zM355 656c-22 0 -37 15 -37 37s15 37 37 37s37 -15 37 -37s-15 -37 -37 -37zM284 -5c-114 0 -199 85 -198 217l3 346l48 3l-2 -347c0 -102 63 -168 149 -168c90 0 148 66 148 168v346h49l1 -348
262
- c0 -132 -81 -217 -198 -217z" />
263
- <glyph glyph-name="Ugrave" unicode="&#xd9;" horiz-adv-x="568"
264
- d="M298 633l-167 104l29 45l158 -116zM284 -5c-114 0 -199 85 -198 217l3 346l48 3l-2 -347c0 -102 63 -168 149 -168c90 0 148 66 148 168v346h49l1 -348c0 -132 -81 -217 -198 -217z" />
265
- <glyph glyph-name="Uhungarumlaut" unicode="&#x170;" horiz-adv-x="568"
266
- d="M229 621l-40 1l11 196l48 -3zM359 620l-41 2l15 196l48 -4zM284 -5c-114 0 -199 85 -198 217l3 346l48 3l-2 -347c0 -102 63 -168 149 -168c90 0 148 66 148 168v346h49l1 -348c0 -132 -81 -217 -198 -217z" />
267
- <glyph glyph-name="Umacron" unicode="&#x16a;" horiz-adv-x="568"
268
- d="M182 660v42h202v-42h-202zM284 -5c-114 0 -199 85 -198 217l3 346l48 3l-2 -347c0 -102 63 -168 149 -168c90 0 148 66 148 168v346h49l1 -348c0 -132 -81 -217 -198 -217z" />
269
- <glyph glyph-name="Uogonek" unicode="&#x172;" horiz-adv-x="568"
270
- d="M357 8c-34 -24 -64 -48 -87 -77c-46 -60 16 -109 73 -60l20 -27c-97 -75 -191 17 -122 103c17 21 33 35 49 48h-6c-114 0 -199 85 -198 217l3 346l48 3l-2 -347c0 -102 63 -168 149 -168c90 0 148 66 148 168v346h49l1 -348c0 -102 -49 -176 -125 -204z" />
271
- <glyph glyph-name="Uring" unicode="&#x16e;" horiz-adv-x="568"
272
- d="M285 626c-41 0 -74 34 -74 73c0 41 33 73 74 73c39 0 71 -32 71 -73c0 -39 -32 -73 -71 -73zM284 663c21 0 35 16 35 36c0 21 -14 38 -35 38c-20 0 -36 -17 -36 -38c0 -20 16 -36 36 -36zM284 -5c-114 0 -199 85 -198 217l3 346l48 3l-2 -347c0 -102 63 -168 149 -168
273
- c90 0 148 66 148 168v346h49l1 -348c0 -132 -81 -217 -198 -217z" />
274
- <glyph glyph-name="V" unicode="V" horiz-adv-x="460"
275
- d="M392 562l51 -3l-188 -559h-50l-188 559l51 4l162 -482z" />
276
- <glyph glyph-name="W" unicode="W" horiz-adv-x="682"
277
- d="M609 562l50 -3l-135 -559h-46l-137 448l-137 -448h-46l-135 559l50 3l113 -469l135 449h40l135 -450z" />
278
- <glyph glyph-name="Wacute" unicode="&#x1e82;" horiz-adv-x="682"
279
- d="M492 753l-167 -103l-20 32l158 116zM609 562l50 -3l-135 -559h-46l-137 448l-137 -448h-46l-135 559l50 3l113 -469l135 449h40l135 -450z" />
280
- <glyph glyph-name="Wcircumflex" unicode="&#x174;" horiz-adv-x="682"
281
- d="M341 725l-80 -79l-31 29l112 107l112 -106l-30 -30zM609 562l50 -3l-135 -559h-46l-137 448l-137 -448h-46l-135 559l50 3l113 -469l135 449h40l135 -450z" />
282
- <glyph glyph-name="Wdieresis" unicode="&#x1e84;" horiz-adv-x="682"
283
- d="M258 673c-22 0 -37 15 -37 37s15 37 37 37s37 -15 37 -37s-15 -37 -37 -37zM413 672c-22 0 -37 15 -37 37s15 37 37 37s37 -15 37 -37s-15 -37 -37 -37zM609 562l50 -3l-135 -559h-46l-137 448l-137 -448h-46l-135 559l50 3l113 -469l135 449h40l135 -450z" />
284
- <glyph glyph-name="Wgrave" unicode="&#x1e80;" horiz-adv-x="682"
285
- d="M376 682l-20 -33l-167 104l29 45zM609 562l50 -3l-135 -559h-46l-137 448l-137 -448h-46l-135 559l50 3l113 -469l135 449h40l135 -450z" />
286
- <glyph glyph-name="X" unicode="X" horiz-adv-x="506"
287
- d="M483 0h-57l-173 247l-173 -247h-57l199 286l-189 273l56 2l164 -237l166 241l56 -2l-192 -278z" />
288
- <glyph glyph-name="Y" unicode="Y" horiz-adv-x="422"
289
- d="M405 559l-169 -321v-238h-50v238l-170 321l51 3l143 -273h2l142 273z" />
290
- <glyph glyph-name="Yacute" unicode="&#xdd;" horiz-adv-x="422"
291
- d="M361 735l-167 -103l-20 32l158 116zM405 559l-169 -321v-238h-50v238l-170 321l51 3l143 -273h2l142 273z" />
292
- <glyph glyph-name="Ycircumflex" unicode="&#x176;" horiz-adv-x="422"
293
- d="M210 707l-80 -79l-31 29l112 107l112 -106l-30 -30zM405 559l-169 -321v-238h-50v238l-170 321l51 3l143 -273h2l142 273z" />
294
- <glyph glyph-name="Ydieresis" unicode="&#x178;" horiz-adv-x="422"
295
- d="M127 655c-22 0 -37 15 -37 37s15 37 37 37s37 -15 37 -37s-15 -37 -37 -37zM282 654c-22 0 -37 15 -37 37s15 37 37 37s37 -15 37 -37s-15 -37 -37 -37zM405 559l-169 -321v-238h-50v238l-170 321l51 3l143 -273h2l142 273z" />
296
- <glyph glyph-name="Ygrave" unicode="&#x1ef2;" horiz-adv-x="422"
297
- d="M245 664l-20 -33l-167 104l29 45zM405 559l-169 -321v-238h-50v238l-170 321l51 3l143 -273h2l142 273z" />
298
- <glyph glyph-name="Z" unicode="Z" horiz-adv-x="414"
299
- d="M88 46h291v-46h-345v51l292 462h-291v45h343v-53z" />
300
- <glyph glyph-name="Zacute" unicode="&#x179;" horiz-adv-x="414"
301
- d="M357 753l-167 -103l-20 32l158 116zM88 46h291v-46h-345v51l292 462h-291v45h343v-53z" />
302
- <glyph glyph-name="Zcaron" unicode="&#x17d;" horiz-adv-x="414"
303
- d="M319 750l-112 -106l-112 107l31 29l80 -79l83 79zM88 46h291v-46h-345v51l292 462h-291v45h343v-53z" />
304
- <glyph glyph-name="Zdotaccent" unicode="&#x17b;" horiz-adv-x="414"
305
- d="M206 650c-22 0 -39 16 -39 39s17 39 39 39c24 0 40 -16 40 -39s-16 -39 -40 -39zM88 46h291v-46h-345v51l292 462h-291v45h343v-53z" />
306
- <glyph glyph-name="B.ss01" horiz-adv-x="515"
307
- d="M100 0v556c14 1 161 9 174 9c94 4 156 -56 156 -142c0 -68 -29 -102 -58 -123c52 -17 95 -68 95 -142c0 -102 -79 -158 -166 -158h-201zM151 312h127c69 0 101 50 101 107c0 61 -50 98 -102 98c-42 -2 -85 -5 -126 -7v-198zM151 49h142c69 0 121 44 121 113
308
- c0 58 -36 105 -107 105h-156v-218z" />
309
- <glyph glyph-name="D.ss01" horiz-adv-x="554"
310
- d="M100 0v557c51 3 104 5 151 8c98 5 239 -72 239 -287c0 -249 -170 -278 -249 -278h-141zM151 50h90c113 0 198 65 198 228c0 164 -101 242 -186 237c-34 -3 -67 -4 -102 -7v-458z" />
311
- <glyph glyph-name="P.ss01" horiz-adv-x="479"
312
- d="M259 564c74 0 175 -41 175 -193c0 -119 -90 -185 -172 -186h-111v-185h-51v557c55 3 110 5 159 7zM151 233h103c66 0 130 52 130 140c0 100 -60 141 -128 141c-36 -2 -70 -3 -105 -5v-276z" />
313
- <glyph glyph-name="R.ss01" horiz-adv-x="485"
314
- d="M434 371c0 -88 -49 -147 -107 -172l105 -199h-58l-98 186c-5 -1 -9 -1 -14 -1h-111v-185h-51v557c55 3 110 5 159 7c73 0 175 -41 175 -193zM254 233c66 0 130 51 130 140c0 100 -60 141 -128 141c-36 -2 -70 -3 -105 -5v-276h103z" />
315
- <glyph glyph-name="a" unicode="a" horiz-adv-x="486"
316
- d="M393 137c0 -54 10 -88 68 -88v-47c-63 -5 -99 18 -113 70c-32 -34 -67 -65 -113 -72c-110 -17 -186 76 -186 222c0 133 77 251 200 222c38 -9 67 -38 95 -70v35l1 35l49 -3zM234 45c40 5 71 28 109 66v14l1 203c-29 33 -60 63 -97 71c-87 18 -146 -66 -146 -177
317
- c0 -117 54 -184 133 -177z" />
318
- <glyph glyph-name="aacute" unicode="&#xe1;" horiz-adv-x="486"
319
- d="M396 631l-167 -103l-20 32l158 116zM393 137c0 -54 10 -88 68 -88v-47c-63 -5 -99 18 -113 70c-32 -34 -67 -65 -113 -72c-110 -17 -186 76 -186 222c0 133 77 251 200 222c38 -9 67 -38 95 -70v35l1 35l49 -3zM234 45c40 5 71 28 109 66v14l1 203c-29 33 -60 63 -97 71
320
- c-87 18 -146 -66 -146 -177c0 -117 54 -184 133 -177z" />
321
- <glyph glyph-name="abreve" unicode="&#x103;" horiz-adv-x="486"
322
- d="M246 541c-50 0 -89 29 -115 65l33 27c11 -18 39 -49 82 -49c41 0 68 30 82 49l32 -27c-27 -36 -63 -65 -114 -65zM393 137c0 -54 10 -88 68 -88v-47c-63 -5 -99 18 -113 70c-32 -34 -67 -65 -113 -72c-110 -17 -186 76 -186 222c0 133 77 251 200 222
323
- c38 -9 67 -38 95 -70v35l1 35l49 -3zM234 45c40 5 71 28 109 66v14l1 203c-29 33 -60 63 -97 71c-87 18 -146 -66 -146 -177c0 -117 54 -184 133 -177z" />
324
- <glyph glyph-name="uni01CE" unicode="&#x1ce;" horiz-adv-x="486"
325
- d="M358 628l-112 -106l-112 107l31 29l80 -79l83 79zM393 137c0 -54 10 -88 68 -88v-47c-63 -5 -99 18 -113 70c-32 -34 -67 -65 -113 -72c-110 -17 -186 76 -186 222c0 133 77 251 200 222c38 -9 67 -38 95 -70v35l1 35l49 -3zM234 45c40 5 71 28 109 66v14l1 203
326
- c-29 33 -60 63 -97 71c-87 18 -146 -66 -146 -177c0 -117 54 -184 133 -177z" />
327
- <glyph glyph-name="acircumflex" unicode="&#xe2;" horiz-adv-x="486"
328
- d="M245 603l-80 -79l-31 29l112 107l112 -106l-30 -30zM393 137c0 -54 10 -88 68 -88v-47c-63 -5 -99 18 -113 70c-32 -34 -67 -65 -113 -72c-110 -17 -186 76 -186 222c0 133 77 251 200 222c38 -9 67 -38 95 -70v35l1 35l49 -3zM234 45c40 5 71 28 109 66v14l1 203
329
- c-29 33 -60 63 -97 71c-87 18 -146 -66 -146 -177c0 -117 54 -184 133 -177z" />
330
- <glyph glyph-name="adieresis" unicode="&#xe4;" horiz-adv-x="486"
331
- d="M162 551c-22 0 -37 15 -37 37s15 37 37 37s37 -15 37 -37s-15 -37 -37 -37zM317 550c-22 0 -37 15 -37 37s15 37 37 37s37 -15 37 -37s-15 -37 -37 -37zM393 137c0 -54 10 -88 68 -88v-47c-63 -5 -99 18 -113 70c-32 -34 -67 -65 -113 -72c-110 -17 -186 76 -186 222
332
- c0 133 77 251 200 222c38 -9 67 -38 95 -70v35l1 35l49 -3zM234 45c40 5 71 28 109 66v14l1 203c-29 33 -60 63 -97 71c-87 18 -146 -66 -146 -177c0 -117 54 -184 133 -177z" />
333
- <glyph glyph-name="agrave" unicode="&#xe0;" horiz-adv-x="486"
334
- d="M280 560l-20 -33l-167 104l29 45zM393 137c0 -54 10 -88 68 -88v-47c-63 -5 -99 18 -113 70c-32 -34 -67 -65 -113 -72c-110 -17 -186 76 -186 222c0 133 77 251 200 222c38 -9 67 -38 95 -70v35l1 35l49 -3zM234 45c40 5 71 28 109 66v14l1 203c-29 33 -60 63 -97 71
335
- c-87 18 -146 -66 -146 -177c0 -117 54 -184 133 -177z" />
336
- <glyph glyph-name="amacron" unicode="&#x101;" horiz-adv-x="486"
337
- d="M346 596v-42h-202v42h202zM393 137c0 -54 10 -88 68 -88v-47c-63 -5 -99 18 -113 70c-32 -34 -67 -65 -113 -72c-110 -17 -186 76 -186 222c0 133 77 251 200 222c38 -9 67 -38 95 -70v35l1 35l49 -3zM234 45c40 5 71 28 109 66v14l1 203c-29 33 -60 63 -97 71
338
- c-87 18 -146 -66 -146 -177c0 -117 54 -184 133 -177z" />
339
- <glyph glyph-name="aogonek" unicode="&#x105;" horiz-adv-x="486"
340
- d="M393 137c0 -54 10 -88 68 -88v-47h-3c-37 -25 -71 -51 -95 -82c-46 -60 16 -109 73 -60l20 -27c-97 -75 -191 17 -122 103c26 32 49 48 78 69c-34 9 -54 31 -64 67c-32 -34 -67 -65 -113 -72c-110 -17 -186 76 -186 222c0 133 77 251 200 222c38 -9 67 -38 95 -70v35
341
- l1 35l49 -3zM234 45c40 5 71 28 109 66v14l1 203c-29 33 -60 63 -97 71c-87 18 -146 -66 -146 -177c0 -117 54 -184 133 -177z" />
342
- <glyph glyph-name="aring" unicode="&#xe5;" horiz-adv-x="486"
343
- d="M247 520c-41 0 -74 34 -74 73c0 41 33 73 74 73c39 0 71 -32 71 -73c0 -39 -32 -73 -71 -73zM246 631c-20 0 -36 -17 -36 -38c0 -20 16 -36 36 -36c21 0 35 16 35 36c0 21 -14 38 -35 38zM393 137c0 -54 10 -88 68 -88v-47c-63 -5 -99 18 -113 70
344
- c-32 -34 -67 -65 -113 -72c-110 -17 -186 76 -186 222c0 133 77 251 200 222c38 -9 67 -38 95 -70v35l1 35l49 -3zM234 45c40 5 71 28 109 66v14l1 203c-29 33 -60 63 -97 71c-87 18 -146 -66 -146 -177c0 -117 54 -184 133 -177z" />
345
- <glyph glyph-name="atilde" unicode="&#xe3;" horiz-adv-x="486"
346
- d="M197 584c-17 0 -24 -18 -32 -37l-38 18c9 24 27 63 65 63c36 0 69 -40 99 -40c19 0 26 11 35 35l39 -17c-7 -20 -24 -63 -68 -63c-42 1 -70 41 -100 41zM393 137c0 -54 10 -88 68 -88v-47c-63 -5 -99 18 -113 70c-32 -34 -67 -65 -113 -72c-110 -17 -186 76 -186 222
347
- c0 133 77 251 200 222c38 -9 67 -38 95 -70v35l1 35l49 -3zM234 45c40 5 71 28 109 66v14l1 203c-29 33 -60 63 -97 71c-87 18 -146 -66 -146 -177c0 -117 54 -184 133 -177z" />
348
- <glyph glyph-name="ae" unicode="&#xe6;" horiz-adv-x="814"
349
- d="M760 208l-328 1v-8c2 -94 58 -161 141 -161c56 0 102 29 130 84l45 -14c-32 -70 -95 -115 -174 -115c-85 0 -149 53 -176 134v-129h-48v69c-32 -32 -66 -62 -111 -69c-110 -17 -186 76 -186 222c0 133 77 251 200 222c39 -9 68 -39 97 -73v71l48 -3v-130
350
- c28 82 94 136 176 136c103 0 187 -84 187 -204c0 -15 0 -23 -1 -33zM238 45c41 5 73 30 112 69v212c-30 33 -61 65 -99 73c-87 18 -146 -66 -146 -177c0 -117 54 -184 133 -177zM574 401c-78 0 -140 -71 -141 -148h279c0 88 -64 148 -138 148z" />
351
- <glyph glyph-name="b" unicode="b" horiz-adv-x="479"
352
- d="M254 445c110 13 177 -96 177 -223c0 -148 -83 -231 -181 -221c-41 4 -77 28 -111 63v-25l-2 -39h-48v597l50 2v-225c33 37 75 65 115 71zM246 46c79 -6 133 59 133 176c0 104 -51 188 -133 177c-35 -4 -75 -38 -107 -74v-215c35 -34 72 -61 107 -64z" />
353
- <glyph glyph-name="c" unicode="c" horiz-adv-x="452"
354
- d="M241 -5c-107 0 -192 92 -192 217v16c0 125 85 217 192 217c82 0 140 -58 161 -108l-41 -23c-12 34 -55 84 -120 84c-78 0 -143 -69 -143 -170v-16c0 -100 65 -169 142 -169c66 0 109 48 122 83l40 -24c-22 -51 -80 -107 -161 -107z" />
355
- <glyph glyph-name="cacute" unicode="&#x107;" horiz-adv-x="452"
356
- d="M220 534l-20 32l158 116l29 -45zM241 -5c-107 0 -192 92 -192 217v16c0 125 85 217 192 217c82 0 140 -58 161 -108l-41 -23c-12 34 -55 84 -120 84c-78 0 -143 -69 -143 -170v-16c0 -100 65 -169 142 -169c66 0 109 48 122 83l40 -24c-22 -51 -80 -107 -161 -107z" />
357
- <glyph glyph-name="ccaron" unicode="&#x10d;" horiz-adv-x="452"
358
- d="M349 634l-112 -106l-112 107l31 29l80 -79l83 79zM240 43c66 0 109 48 122 83l40 -24c-22 -51 -80 -107 -161 -107c-107 0 -192 92 -192 217v16c0 125 85 217 192 217c82 0 140 -58 161 -108l-41 -23c-12 34 -55 84 -120 84c-78 0 -143 -69 -143 -170v-16
359
- c0 -100 65 -169 142 -169z" />
360
- <glyph glyph-name="ccedilla" unicode="&#xe7;" horiz-adv-x="452"
361
- d="M240 43c66 0 109 48 122 83l40 -24c-21 -50 -77 -104 -155 -107l-2 -38c62 10 107 -26 107 -76c0 -58 -43 -88 -94 -88c-53 0 -81 30 -88 45l24 21c7 -10 25 -30 63 -30c30 0 56 19 56 53c0 26 -22 48 -66 49c-15 0 -26 -1 -38 -1l1 68c-92 16 -161 101 -161 214v16
362
- c0 125 85 217 192 217c82 0 140 -58 161 -108l-41 -23c-12 34 -55 84 -120 84c-78 0 -143 -69 -143 -170v-16c0 -100 65 -169 142 -169z" />
363
- <glyph glyph-name="cdotaccent" unicode="&#x10b;" horiz-adv-x="452"
364
- d="M236 534c-22 0 -39 16 -39 39s17 39 39 39c24 0 40 -16 40 -39s-16 -39 -40 -39zM241 -5c-107 0 -192 92 -192 217v16c0 125 85 217 192 217c82 0 140 -58 161 -108l-41 -23c-12 34 -55 84 -120 84c-78 0 -143 -69 -143 -170v-16c0 -100 65 -169 142 -169
365
- c66 0 109 48 122 83l40 -24c-22 -51 -80 -107 -161 -107z" />
366
- <glyph glyph-name="d" unicode="d" horiz-adv-x="483"
367
- d="M344 597l50 -3v-594h-47l-3 52v15c-31 -32 -65 -60 -109 -67c-110 -17 -186 76 -186 222c0 133 77 251 200 222c38 -9 67 -38 95 -70v223zM234 45c40 5 72 29 110 67v216c-29 33 -60 63 -97 71c-87 18 -146 -66 -146 -177c0 -117 54 -184 133 -177z" />
368
- <glyph glyph-name="eth" unicode="&#xf0;" horiz-adv-x="512"
369
- d="M458 329c0 -100 -25 -234 -116 -298c-30 -23 -67 -36 -106 -36h-7h-3c-105 6 -185 99 -185 225c0 130 87 223 193 223c81 0 150 -58 177 -142c1 9 1 18 1 26c0 121 -41 217 -105 285l-67 -62l-23 28l64 59c-29 25 -62 45 -97 60l22 36c39 -16 76 -38 108 -66l53 48
370
- l23 -27l-50 -46c72 -75 118 -183 118 -313zM91 220c0 -108 65 -181 146 -181c83 0 148 73 148 181c0 111 -65 184 -147 184s-147 -73 -147 -184z" />
371
- <glyph glyph-name="dcaron" unicode="&#x10f;" horiz-adv-x="483"
372
- d="M486 601l50 -4l-20 -208l-38 2zM344 374v223l50 -3v-594h-47l-3 52v15c-31 -32 -65 -60 -109 -67c-110 -17 -186 76 -186 222c0 133 77 251 200 222c38 -9 67 -38 95 -70zM234 45c40 5 72 29 110 67v216c-29 33 -60 63 -97 71c-87 18 -146 -66 -146 -177
373
- c0 -117 54 -184 133 -177z" />
374
- <glyph glyph-name="dcroat" unicode="&#x111;" horiz-adv-x="467"
375
- d="M438 535v-43h-44v-492h-47l-3 52v15c-31 -32 -65 -60 -109 -67c-110 -17 -186 76 -186 222c0 133 77 251 200 222c38 -9 67 -38 95 -70v118h-98v43h98v62l50 -3v-59h44zM234 45c40 5 72 29 110 67v216c-29 33 -60 63 -97 71c-87 18 -146 -66 -146 -177
376
- c0 -117 54 -184 133 -177z" />
377
- <glyph glyph-name="e" unicode="e" horiz-adv-x="484"
378
- d="M244 -5c-114 0 -190 95 -190 225c0 129 81 225 190 225c103 0 187 -84 187 -204c0 -15 0 -23 -1 -33l-328 1v-8c2 -94 58 -161 141 -161c56 0 102 29 130 84l45 -14c-32 -70 -95 -115 -174 -115zM103 253h279c0 88 -64 148 -138 148c-78 0 -140 -71 -141 -148z" />
379
- <glyph glyph-name="eacute" unicode="&#xe9;" horiz-adv-x="484"
380
- d="M225 526l-20 32l158 116l29 -45zM244 -5c-114 0 -190 95 -190 225c0 129 81 225 190 225c103 0 187 -84 187 -204c0 -15 0 -23 -1 -33l-328 1v-8c2 -94 58 -161 141 -161c56 0 102 29 130 84l45 -14c-32 -70 -95 -115 -174 -115zM103 253h279c0 88 -64 148 -138 148
381
- c-78 0 -140 -71 -141 -148z" />
382
- <glyph glyph-name="ecaron" unicode="&#x11b;" horiz-adv-x="484"
383
- d="M354 626l-112 -106l-112 107l31 29l80 -79l83 79zM430 208l-328 1v-8c2 -94 58 -161 141 -161c56 0 102 29 130 84l45 -14c-32 -70 -95 -115 -174 -115c-114 0 -190 95 -190 225c0 129 81 225 190 225c103 0 187 -84 187 -204c0 -15 0 -23 -1 -33zM244 401
384
- c-78 0 -140 -71 -141 -148h279c0 88 -64 148 -138 148z" />
385
- <glyph glyph-name="ecircumflex" unicode="&#xea;" horiz-adv-x="484"
386
- d="M241 601l-80 -79l-31 29l112 107l112 -106l-30 -30zM430 208l-328 1v-8c2 -94 58 -161 141 -161c56 0 102 29 130 84l45 -14c-32 -70 -95 -115 -174 -115c-114 0 -190 95 -190 225c0 129 81 225 190 225c103 0 187 -84 187 -204c0 -15 0 -23 -1 -33zM244 401
387
- c-78 0 -140 -71 -141 -148h279c0 88 -64 148 -138 148z" />
388
- <glyph glyph-name="edieresis" unicode="&#xeb;" horiz-adv-x="484"
389
- d="M158 549c-22 0 -37 15 -37 37s15 37 37 37s37 -15 37 -37s-15 -37 -37 -37zM313 548c-22 0 -37 15 -37 37s15 37 37 37s37 -15 37 -37s-15 -37 -37 -37zM244 -5c-114 0 -190 95 -190 225c0 129 81 225 190 225c103 0 187 -84 187 -204c0 -15 0 -23 -1 -33l-328 1v-8
390
- c2 -94 58 -161 141 -161c56 0 102 29 130 84l45 -14c-32 -70 -95 -115 -174 -115zM103 253h279c0 88 -64 148 -138 148c-78 0 -140 -71 -141 -148z" />
391
- <glyph glyph-name="edotaccent" unicode="&#x117;" horiz-adv-x="484"
392
- d="M241 526c-22 0 -39 16 -39 39s17 39 39 39c24 0 40 -16 40 -39s-16 -39 -40 -39zM244 -5c-114 0 -190 95 -190 225c0 129 81 225 190 225c103 0 187 -84 187 -204c0 -15 0 -23 -1 -33l-328 1v-8c2 -94 58 -161 141 -161c56 0 102 29 130 84l45 -14
393
- c-32 -70 -95 -115 -174 -115zM103 253h279c0 88 -64 148 -138 148c-78 0 -140 -71 -141 -148z" />
394
- <glyph glyph-name="egrave" unicode="&#xe8;" horiz-adv-x="484"
395
- d="M256 525l-167 104l29 45l158 -116zM244 -5c-114 0 -190 95 -190 225c0 129 81 225 190 225c103 0 187 -84 187 -204c0 -15 0 -23 -1 -33l-328 1v-8c2 -94 58 -161 141 -161c56 0 102 29 130 84l45 -14c-32 -70 -95 -115 -174 -115zM103 253h279c0 88 -64 148 -138 148
396
- c-78 0 -140 -71 -141 -148z" />
397
- <glyph glyph-name="emacron" unicode="&#x113;" horiz-adv-x="484"
398
- d="M140 552v42h202v-42h-202zM244 -5c-114 0 -190 95 -190 225c0 129 81 225 190 225c103 0 187 -84 187 -204c0 -15 0 -23 -1 -33l-328 1v-8c2 -94 58 -161 141 -161c56 0 102 29 130 84l45 -14c-32 -70 -95 -115 -174 -115zM103 253h279c0 88 -64 148 -138 148
399
- c-78 0 -140 -71 -141 -148z" />
400
- <glyph glyph-name="eogonek" unicode="&#x119;" horiz-adv-x="484"
401
- d="M430 208l-328 1v-8c2 -94 58 -161 141 -161c56 0 102 29 130 84l45 -14c-22 -49 -59 -85 -106 -103c-33 -23 -62 -46 -84 -74c-46 -60 16 -109 73 -60l20 -27c-97 -75 -191 17 -122 103c16 20 31 33 47 46h-2c-114 0 -190 95 -190 225c0 129 81 225 190 225
402
- c103 0 187 -84 187 -204c0 -15 0 -23 -1 -33zM244 401c-78 0 -140 -71 -141 -148h279c0 88 -64 148 -138 148z" />
403
- <glyph glyph-name="f" unicode="f" horiz-adv-x="271"
404
- d="M224 558c-39 -1 -71 -32 -71 -74v-62h98v-44h-98v-378h-50v378h-58v44h58v64c0 70 53 117 118 117c23 0 47 -5 62 -11l-12 -41c-11 4 -22 7 -47 7z" />
405
- <glyph glyph-name="g" unicode="g" horiz-adv-x="498"
406
- d="M462 432l-3 -47l-97 7c41 -40 68 -99 68 -164c0 -54 -17 -102 -45 -139c23 -28 41 -64 41 -112c-1 -105 -78 -183 -192 -183c-87 0 -147 48 -173 86l37 25c20 -26 68 -64 136 -64c84 0 141 61 141 136c0 37 -10 59 -23 78c-32 -25 -71 -40 -113 -40
407
- c-106 0 -192 93 -192 215c0 120 86 215 192 215h1c5 0 11 0 16 -1zM383 230c0 98 -65 170 -144 170s-143 -72 -143 -170c0 -97 64 -169 142 -169c80 0 145 72 145 169z" />
408
- <glyph glyph-name="gbreve" unicode="&#x11f;" horiz-adv-x="498"
409
- d="M245 539c-50 0 -89 29 -115 65l33 27c11 -18 39 -49 82 -49c41 0 68 30 82 49l32 -27c-27 -36 -63 -65 -114 -65zM462 432l-3 -47l-97 7c41 -40 68 -99 68 -164c0 -54 -17 -102 -45 -139c23 -28 41 -64 41 -112c-1 -105 -78 -183 -192 -183c-87 0 -147 48 -173 86l37 25
410
- c20 -26 68 -64 136 -64c84 0 141 61 141 136c0 37 -10 59 -23 78c-32 -25 -71 -40 -113 -40c-106 0 -192 93 -192 215c0 120 86 215 192 215h1c5 0 11 0 16 -1zM383 230c0 98 -65 170 -144 170s-143 -72 -143 -170c0 -97 64 -169 142 -169c80 0 145 72 145 169z" />
411
- <glyph glyph-name="gcommaaccent" unicode="&#x123;" horiz-adv-x="498"
412
- d="M282 683l-34 -177l-41 4l26 179zM462 432l-3 -47l-97 7c41 -40 68 -99 68 -164c0 -54 -17 -102 -45 -139c23 -28 41 -64 41 -112c-1 -105 -78 -183 -192 -183c-87 0 -147 48 -173 86l37 25c20 -26 68 -64 136 -64c84 0 141 61 141 136c0 37 -10 59 -23 78
413
- c-32 -25 -71 -40 -113 -40c-106 0 -192 93 -192 215c0 120 86 215 192 215h1c5 0 11 0 16 -1zM383 230c0 98 -65 170 -144 170s-143 -72 -143 -170c0 -97 64 -169 142 -169c80 0 145 72 145 169z" />
414
- <glyph glyph-name="gdotaccent" unicode="&#x121;" horiz-adv-x="498"
415
- d="M244 526c-22 0 -39 16 -39 39s17 39 39 39c24 0 40 -16 40 -39s-16 -39 -40 -39zM462 432l-3 -47l-97 7c41 -40 68 -99 68 -164c0 -54 -17 -102 -45 -139c23 -28 41 -64 41 -112c-1 -105 -78 -183 -192 -183c-87 0 -147 48 -173 86l37 25c20 -26 68 -64 136 -64
416
- c84 0 141 61 141 136c0 37 -10 59 -23 78c-32 -25 -71 -40 -113 -40c-106 0 -192 93 -192 215c0 120 86 215 192 215h1c5 0 11 0 16 -1zM383 230c0 98 -65 170 -144 170s-143 -72 -143 -170c0 -97 64 -169 142 -169c80 0 145 72 145 169z" />
417
- <glyph glyph-name="h" unicode="h" horiz-adv-x="517"
418
- d="M264 445c98 13 168 -56 168 -155v-290h-50v278c0 83 -55 132 -130 120c-44 -7 -89 -46 -113 -87v-311h-50v592l50 3v-230c30 40 75 73 125 80z" />
419
- <glyph glyph-name="hbar" unicode="&#x127;" horiz-adv-x="500"
420
- d="M264 445c98 13 168 -56 168 -155v-290h-50v278c0 83 -55 132 -130 120c-44 -7 -89 -46 -113 -87v-311h-50v494h-58v43h58v55l50 3v-58h84v-43h-84v-129c30 40 75 73 125 80z" />
421
- <glyph glyph-name="i" unicode="i" horiz-adv-x="229"
422
- d="M114 498c-22 0 -39 16 -39 39s17 39 39 39c24 0 40 -16 40 -39s-16 -39 -40 -39zM89 0l1 436l50 3l-1 -439h-50z" />
423
- <glyph glyph-name="dotlessi" unicode="&#x131;" horiz-adv-x="229"
424
- d="M89 0l1 436l50 3l-1 -439h-50z" />
425
- <glyph glyph-name="iacute" unicode="&#xed;" horiz-adv-x="229"
426
- d="M98 498l-20 32l158 116l29 -45zM89 0l1 436l50 3l-1 -439h-50z" />
427
- <glyph glyph-name="uni01D0" unicode="&#x1d0;" horiz-adv-x="229"
428
- d="M227 598l-112 -106l-112 107l31 29l80 -79l83 79zM89 0l1 436l50 3l-1 -439h-50z" />
429
- <glyph glyph-name="icircumflex" unicode="&#xee;" horiz-adv-x="229"
430
- d="M115 630l112 -106l-30 -30l-83 79l-80 -79l-31 29zM89 0l1 436l50 3l-1 -439h-50z" />
431
- <glyph glyph-name="idieresis" unicode="&#xef;" horiz-adv-x="229"
432
- d="M31 521c-22 0 -37 15 -37 37s15 37 37 37s37 -15 37 -37s-15 -37 -37 -37zM186 520c-22 0 -37 15 -37 37s15 37 37 37s37 -15 37 -37s-15 -37 -37 -37zM89 0l1 436l50 3l-1 -439h-50z" />
433
- <glyph glyph-name="i.loclTRK" horiz-adv-x="229"
434
- d="M114 498c-22 0 -39 16 -39 39s17 39 39 39c24 0 40 -16 40 -39s-16 -39 -40 -39zM89 0l1 436l50 3l-1 -439h-50z" />
435
- <glyph glyph-name="igrave" unicode="&#xec;" horiz-adv-x="229"
436
- d="M129 497l-167 104l29 45l158 -116zM89 0l1 436l50 3l-1 -439h-50z" />
437
- <glyph glyph-name="ij" unicode="&#x133;" horiz-adv-x="453"
438
- d="M340 509c-22 0 -39 16 -39 39s17 39 39 39c24 0 40 -16 40 -39s-16 -39 -40 -39zM114 498c-22 0 -39 16 -39 39s17 39 39 39c24 0 40 -16 40 -39s-16 -39 -40 -39zM89 0l1 436l50 3l-1 -439h-50zM248 -206c-26 0 -50 7 -66 15l14 43c10 -4 21 -8 46 -8c41 1 73 26 73 101
439
- v490l50 3v-492c0 -108 -49 -152 -117 -152z" />
440
- <glyph glyph-name="imacron" unicode="&#x12b;" horiz-adv-x="229"
441
- d="M13 524v42h202v-42h-202zM89 0l1 436l50 3l-1 -439h-50z" />
442
- <glyph glyph-name="iogonek" unicode="&#x12f;" horiz-adv-x="229"
443
- d="M114 576c24 0 40 -16 40 -39s-16 -39 -40 -39c-22 0 -39 16 -39 39s17 39 39 39zM89 2l1 434l50 3l-1 -439h-1c-38 -26 -72 -51 -97 -83c-46 -60 16 -109 73 -60l20 -27c-97 -75 -191 17 -122 103c26 32 48 48 77 69z" />
444
- <glyph glyph-name="j" unicode="j" horiz-adv-x="224"
445
- d="M111 509c-22 0 -39 16 -39 39s17 39 39 39c24 0 40 -16 40 -39s-16 -39 -40 -39zM19 -206c-26 0 -50 7 -66 15l14 43c10 -4 21 -8 46 -8c41 1 73 26 73 101v490l50 3v-492c0 -108 -49 -152 -117 -152z" />
446
- <glyph glyph-name="uni0237" unicode="&#x237;" horiz-adv-x="224"
447
- d="M19 -206c-26 0 -50 7 -66 15l14 43c10 -4 21 -8 46 -8c41 1 73 26 73 101v490l50 3v-492c0 -108 -49 -152 -117 -152z" />
448
- <glyph glyph-name="k" unicode="k" horiz-adv-x="452"
449
- d="M373 0l-134 250l-100 -116v-134h-50v562l50 5v-363l205 236h58l-131 -152l154 -288h-52z" />
450
- <glyph glyph-name="kcommaaccent" unicode="&#x137;" horiz-adv-x="452"
451
- d="M271 288l154 -288h-52l-134 250l-100 -116v-134h-50v562l50 5v-363l205 236h58zM177 -199l33 169l40 -4l-24 -171z" />
452
- <glyph glyph-name="l" unicode="l" horiz-adv-x="259"
453
- d="M200 0c-81 0 -115 40 -115 129l1 460l50 3l-1 -453c0 -54 10 -89 68 -90h28v-49h-31z" />
454
- <glyph glyph-name="lacute" unicode="&#x13a;" horiz-adv-x="337"
455
- d="M129 677l-20 32l158 116l29 -45zM224 0c-81 0 -115 40 -115 129l1 460l50 3l-1 -453c0 -54 10 -89 68 -90h28v-49h-31z" />
456
- <glyph glyph-name="lcaron" unicode="&#x13e;" horiz-adv-x="365"
457
- d="M198 0c-81 0 -115 40 -115 129l1 460l50 3l-1 -453c0 -54 10 -89 68 -90h28v-49h-31zM274 379l-38 2l8 210l50 -4z" />
458
- <glyph glyph-name="lcommaaccent" unicode="&#x13c;" horiz-adv-x="311"
459
- d="M200 0c-81 0 -115 40 -115 129l1 460l50 3l-1 -453c0 -54 10 -89 68 -90h28v-49h-31zM156 -209l-49 6l33 169l40 -4z" />
460
- <glyph glyph-name="ldot" unicode="&#x140;" horiz-adv-x="367"
461
- d="M198 0c-81 0 -115 40 -115 129l1 460l50 3l-1 -453c0 -54 10 -89 68 -90h28v-49h-31zM279 295c-22 0 -37 15 -37 37s15 37 37 37s37 -15 37 -37s-15 -37 -37 -37z" />
462
- <glyph glyph-name="lslash" unicode="&#x142;" horiz-adv-x="277"
463
- d="M138 139c0 -54 10 -89 68 -90h28v-49h-31c-81 0 -115 40 -115 129v128l-68 -66l-30 30l98 97l1 271l50 3v-225l79 78l31 -31l-111 -108v-167z" />
464
- <glyph glyph-name="m" unicode="m" horiz-adv-x="767"
465
- d="M518 445c98 13 168 -56 168 -155v-290h-50v278c0 83 -55 132 -130 120c-35 -6 -71 -32 -97 -64c3 -12 4 -25 4 -39v-295h-50v283c0 84 -50 129 -122 115c-38 -7 -76 -38 -103 -72l1 -326h-50v439l47 4l2 -67c30 34 70 64 114 69c67 8 120 -21 145 -74c30 37 74 67 121 74
466
- z" />
467
- <glyph glyph-name="n" unicode="n" horiz-adv-x="516"
468
- d="M263 445c98 13 168 -56 168 -155v-290h-50v278c0 83 -55 132 -130 120c-43 -7 -87 -45 -112 -85v-313h-50v440l49 3l1 -77c29 39 75 72 124 79z" />
469
- <glyph glyph-name="nacute" unicode="&#x144;" horiz-adv-x="516"
470
- d="M412 629l-167 -103l-20 32l158 116zM263 445c98 13 168 -56 168 -155v-290h-50v278c0 83 -55 132 -130 120c-43 -7 -87 -45 -112 -85v-313h-50v440l49 3l1 -77c29 39 75 72 124 79z" />
471
- <glyph glyph-name="ncaron" unicode="&#x148;" horiz-adv-x="516"
472
- d="M374 626l-112 -106l-112 107l31 29l80 -79l83 79zM263 445c98 13 168 -56 168 -155v-290h-50v278c0 83 -55 132 -130 120c-43 -7 -87 -45 -112 -85v-313h-50v440l49 3l1 -77c29 39 75 72 124 79z" />
473
- <glyph glyph-name="ncommaaccent" unicode="&#x146;" horiz-adv-x="516"
474
- d="M263 445c98 13 168 -56 168 -155v-290h-50v278c0 83 -55 132 -130 120c-43 -7 -87 -45 -112 -85v-313h-50v440l49 3l1 -77c29 39 75 72 124 79zM201 -201l33 169l40 -4l-24 -171z" />
475
- <glyph glyph-name="eng" unicode="&#x14b;" horiz-adv-x="497"
476
- d="M431 198h1v-285c0 -86 -53 -128 -119 -128c-28 0 -48 7 -64 13l14 45c10 -4 19 -8 46 -8c41 1 73 26 73 86v79h-1v278c0 83 -55 132 -130 120c-43 -7 -87 -45 -112 -85v-313h-50v440l49 3l1 -77c29 39 75 72 124 79c98 13 168 -56 168 -155v-92z" />
477
- <glyph glyph-name="ntilde" unicode="&#xf1;" horiz-adv-x="516"
478
- d="M213 582c-17 0 -24 -18 -32 -37l-38 18c9 24 27 63 65 63c36 0 69 -40 99 -40c19 0 26 11 35 35l39 -17c-7 -20 -24 -63 -68 -63c-42 1 -70 41 -100 41zM263 445c98 13 168 -56 168 -155v-290h-50v278c0 83 -55 132 -130 120c-43 -7 -87 -45 -112 -85v-313h-50v440l49 3
479
- l1 -77c29 39 75 72 124 79z" />
480
- <glyph glyph-name="o" unicode="o" horiz-adv-x="492"
481
- d="M246 -5c-111 0 -197 92 -197 217v16c0 125 86 217 197 217c110 0 197 -92 197 -217v-16c0 -125 -87 -217 -197 -217zM245 41c83 0 148 69 148 171v16c0 103 -65 172 -147 172s-147 -69 -147 -172v-16c0 -102 65 -171 146 -171z" />
482
- <glyph glyph-name="oacute" unicode="&#xf3;" horiz-adv-x="492"
483
- d="M229 526l-20 32l158 116l29 -45zM246 -5c-111 0 -197 92 -197 217v16c0 125 86 217 197 217c110 0 197 -92 197 -217v-16c0 -125 -87 -217 -197 -217zM245 41c83 0 148 69 148 171v16c0 103 -65 172 -147 172s-147 -69 -147 -172v-16c0 -102 65 -171 146 -171z" />
484
- <glyph glyph-name="uni01D2" unicode="&#x1d2;" horiz-adv-x="492"
485
- d="M358 626l-112 -106l-112 107l31 29l80 -79l83 79zM246 445c110 0 197 -92 197 -217v-16c0 -125 -87 -217 -197 -217c-111 0 -197 92 -197 217v16c0 125 86 217 197 217zM393 212v16c0 103 -65 172 -147 172s-147 -69 -147 -172v-16c0 -102 65 -171 146 -171
486
- c83 0 148 69 148 171z" />
487
- <glyph glyph-name="ocircumflex" unicode="&#xf4;" horiz-adv-x="492"
488
- d="M245 601l-80 -79l-31 29l112 107l112 -106l-30 -30zM246 445c110 0 197 -92 197 -217v-16c0 -125 -87 -217 -197 -217c-111 0 -197 92 -197 217v16c0 125 86 217 197 217zM393 212v16c0 103 -65 172 -147 172s-147 -69 -147 -172v-16c0 -102 65 -171 146 -171
489
- c83 0 148 69 148 171z" />
490
- <glyph glyph-name="odieresis" unicode="&#xf6;" horiz-adv-x="492"
491
- d="M162 549c-22 0 -37 15 -37 37s15 37 37 37s37 -15 37 -37s-15 -37 -37 -37zM317 548c-22 0 -37 15 -37 37s15 37 37 37s37 -15 37 -37s-15 -37 -37 -37zM246 -5c-111 0 -197 92 -197 217v16c0 125 86 217 197 217c110 0 197 -92 197 -217v-16c0 -125 -87 -217 -197 -217z
492
- M245 41c83 0 148 69 148 171v16c0 103 -65 172 -147 172s-147 -69 -147 -172v-16c0 -102 65 -171 146 -171z" />
493
- <glyph glyph-name="ograve" unicode="&#xf2;" horiz-adv-x="492"
494
- d="M260 525l-167 104l29 45l158 -116zM246 -5c-111 0 -197 92 -197 217v16c0 125 86 217 197 217c110 0 197 -92 197 -217v-16c0 -125 -87 -217 -197 -217zM245 41c83 0 148 69 148 171v16c0 103 -65 172 -147 172s-147 -69 -147 -172v-16c0 -102 65 -171 146 -171z" />
495
- <glyph glyph-name="ohungarumlaut" unicode="&#x151;" horiz-adv-x="492"
496
- d="M191 513l-40 1l11 196l48 -3zM321 512l-41 2l15 196l48 -4zM246 -5c-111 0 -197 92 -197 217v16c0 125 86 217 197 217c110 0 197 -92 197 -217v-16c0 -125 -87 -217 -197 -217zM245 41c83 0 148 69 148 171v16c0 103 -65 172 -147 172s-147 -69 -147 -172v-16
497
- c0 -102 65 -171 146 -171z" />
498
- <glyph glyph-name="omacron" unicode="&#x14d;" horiz-adv-x="492"
499
- d="M144 552v42h202v-42h-202zM246 -5c-111 0 -197 92 -197 217v16c0 125 86 217 197 217c110 0 197 -92 197 -217v-16c0 -125 -87 -217 -197 -217zM245 41c83 0 148 69 148 171v16c0 103 -65 172 -147 172s-147 -69 -147 -172v-16c0 -102 65 -171 146 -171z" />
500
- <glyph glyph-name="oslash" unicode="&#xf8;" horiz-adv-x="492"
501
- d="M450 405l-45 -46c24 -36 38 -81 38 -131v-16c0 -125 -87 -217 -197 -217c-55 0 -103 22 -138 60l-42 -43l-25 23l45 47c-23 35 -37 80 -37 130v16c0 125 86 217 197 217c54 0 102 -22 138 -59l42 43zM99 212c0 -36 8 -68 22 -95l230 235c-27 31 -64 48 -105 48
502
- c-82 0 -147 -69 -147 -172v-16zM393 228c0 37 -8 69 -23 96l-229 -235c27 -31 63 -48 104 -48c83 0 148 69 148 171v16z" />
503
- <glyph glyph-name="otilde" unicode="&#xf5;" horiz-adv-x="492"
504
- d="M165 545l-38 18c9 24 27 63 65 63c36 0 69 -40 99 -40c19 0 26 11 35 35l39 -17c-7 -20 -24 -63 -68 -63c-42 1 -70 41 -100 41c-17 0 -24 -18 -32 -37zM246 -5c-111 0 -197 92 -197 217v16c0 125 86 217 197 217c110 0 197 -92 197 -217v-16c0 -125 -87 -217 -197 -217z
505
- M245 41c83 0 148 69 148 171v16c0 103 -65 172 -147 172s-147 -69 -147 -172v-16c0 -102 65 -171 146 -171z" />
506
- <glyph glyph-name="oe" unicode="&#x153;" horiz-adv-x="851"
507
- d="M797 208l-328 1v-8c2 -94 58 -161 141 -161c56 0 102 29 130 84l45 -14c-32 -70 -95 -115 -174 -115c-86 0 -150 54 -177 137c-28 -82 -98 -137 -180 -137c-111 0 -197 92 -197 217v16c0 125 86 217 197 217c83 0 153 -55 181 -138c27 83 93 138 176 138
508
- c103 0 187 -84 187 -204c0 -15 0 -23 -1 -33zM611 401c-78 0 -140 -71 -141 -148h279c0 88 -64 148 -138 148zM401 212v16c0 101 -65 170 -147 170s-147 -69 -147 -170v-16c0 -100 65 -169 146 -169c83 0 148 69 148 169z" />
509
- <glyph glyph-name="p" unicode="p" horiz-adv-x="479"
510
- d="M254 445c110 13 177 -96 177 -223c0 -148 -83 -231 -181 -221c-41 4 -77 28 -110 62v-260l-51 3v634l49 3l2 -68c33 36 74 64 114 70zM246 46c79 -6 133 59 133 176c0 104 -51 188 -133 177c-35 -4 -74 -37 -106 -73v-217c35 -33 71 -60 106 -63z" />
511
- <glyph glyph-name="thorn" unicode="&#xfe;" horiz-adv-x="451"
512
- d="M231 445c110 13 177 -96 177 -223c0 -148 -83 -231 -181 -221c-38 4 -72 25 -104 56v-262l-50 3v792l50 3v-212c32 33 70 59 108 64zM223 46c79 -6 133 59 133 176c0 104 -51 188 -133 177c-33 -4 -69 -33 -100 -66v-229c33 -31 67 -55 100 -58z" />
513
- <glyph glyph-name="q" unicode="q" horiz-adv-x="486"
514
- d="M349 444l48 -4v-637l-50 3v264c-32 -33 -67 -63 -112 -70c-110 -17 -186 76 -186 222c0 133 77 251 200 222c39 -9 69 -40 98 -74v39zM234 45c41 5 73 30 113 70v209c-30 35 -61 67 -100 75c-87 18 -146 -66 -146 -177c0 -117 54 -184 133 -177z" />
515
- <glyph glyph-name="r" unicode="r" horiz-adv-x="300"
516
- d="M138 358c31 65 85 93 144 85l-1 -51c-76 8 -136 -44 -143 -137l-1 -255h-50v442l48 2l3 -74v-12z" />
517
- <glyph glyph-name="racute" unicode="&#x155;" horiz-adv-x="300"
518
- d="M294 631l-167 -103l-20 32l158 116zM138 358c31 65 85 93 144 85l-1 -51c-76 8 -136 -44 -143 -137l-1 -255h-50v442l48 2l3 -74v-12z" />
519
- <glyph glyph-name="rcaron" unicode="&#x159;" horiz-adv-x="300"
520
- d="M256 628l-112 -106l-112 107l31 29l80 -79l83 79zM138 358c31 65 85 93 144 85l-1 -51c-76 8 -136 -44 -143 -137l-1 -255h-50v442l48 2l3 -74v-12z" />
521
- <glyph glyph-name="rcommaaccent" unicode="&#x157;" horiz-adv-x="300"
522
- d="M138 358c31 65 85 93 144 85l-1 -51c-76 8 -136 -44 -143 -137l-1 -255h-50v442l48 2l3 -74v-12zM60 -201l33 169l40 -4l-24 -171z" />
523
- <glyph glyph-name="s" unicode="s" horiz-adv-x="409"
524
- d="M204 -5c-95 0 -143 69 -151 109l46 14c12 -32 39 -78 105 -78c71 0 102 42 100 78c-5 107 -245 70 -245 208c0 69 64 119 145 119c85 0 137 -55 151 -106l-46 -14c-7 35 -45 76 -104 76c-72 0 -97 -50 -96 -76c4 -99 246 -61 246 -209c0 -61 -54 -121 -151 -121z" />
525
- <glyph glyph-name="sacute" unicode="&#x15b;" horiz-adv-x="409"
526
- d="M183 518l-20 32l158 116l29 -45zM204 -5c-95 0 -143 69 -151 109l46 14c12 -32 39 -78 105 -78c71 0 102 42 100 78c-5 107 -245 70 -245 208c0 69 64 119 145 119c85 0 137 -55 151 -106l-46 -14c-7 35 -45 76 -104 76c-72 0 -97 -50 -96 -76c4 -99 246 -61 246 -209
527
- c0 -61 -54 -121 -151 -121z" />
528
- <glyph glyph-name="scaron" unicode="&#x161;" horiz-adv-x="409"
529
- d="M312 618l-112 -106l-112 107l31 29l80 -79l83 79zM109 325c4 -99 246 -61 246 -209c0 -61 -54 -121 -151 -121c-95 0 -143 69 -151 109l46 14c12 -32 39 -78 105 -78c71 0 102 42 100 78c-5 107 -245 70 -245 208c0 69 64 119 145 119c85 0 137 -55 151 -106l-46 -14
530
- c-7 35 -45 76 -104 76c-72 0 -97 -50 -96 -76z" />
531
- <glyph glyph-name="scedilla" unicode="&#x15f;" horiz-adv-x="409"
532
- d="M109 325c4 -99 246 -61 246 -209c0 -59 -50 -116 -140 -121l-2 -38c62 10 107 -26 107 -76c0 -58 -43 -88 -94 -88c-53 0 -81 30 -88 45l24 21c7 -10 25 -30 63 -30c30 0 56 19 56 53c0 26 -22 48 -66 49c-15 0 -26 -1 -38 -1l1 67c-78 11 -118 71 -125 107l46 14
533
- c12 -32 39 -78 105 -78c71 0 102 42 100 78c-5 107 -245 70 -245 208c0 69 64 119 145 119c85 0 137 -55 151 -106l-46 -14c-7 35 -45 76 -104 76c-72 0 -97 -50 -96 -76z" />
534
- <glyph glyph-name="scommaaccent" unicode="&#x219;" horiz-adv-x="409"
535
- d="M204 -5c-95 0 -143 69 -151 109l46 14c12 -32 39 -78 105 -78c71 0 102 42 100 78c-5 107 -245 70 -245 208c0 69 64 119 145 119c85 0 137 -55 151 -106l-46 -14c-7 35 -45 76 -104 76c-72 0 -97 -50 -96 -76c4 -99 246 -61 246 -209c0 -61 -54 -121 -151 -121z
536
- M192 -214l-49 6l33 169l40 -4z" />
537
- <glyph glyph-name="germandbls" unicode="&#xdf;" horiz-adv-x="500"
538
- d="M92 0v422c1 113 60 162 146 162c88 0 149 -47 149 -115c0 -70 -59 -107 -59 -133c0 -40 133 -61 133 -191c0 -102 -75 -150 -150 -150c-47 0 -86 20 -110 38l15 42c16 -12 44 -31 87 -31c47 1 107 27 107 108c0 109 -137 116 -137 182c0 37 64 77 64 134
539
- c0 45 -39 74 -99 74s-97 -36 -97 -113l-1 -429h-48z" />
540
- <glyph glyph-name="t" unicode="t" horiz-adv-x="294"
541
- d="M222 49h28v-49h-31c-81 0 -115 41 -115 129l1 248h-56v48h56v135l50 3v-138h85v-48h-85l-1 -238c0 -54 10 -89 68 -90z" />
542
- <glyph glyph-name="tbar" unicode="&#x167;" horiz-adv-x="294"
543
- d="M222 49h28v-49h-31c-81 0 -115 41 -115 129v113h-53v43h53l1 92h-56v48h56v135l50 3v-138h85v-48h-85l-1 -92h89v-43h-89v-103c0 -54 10 -89 68 -90z" />
544
- <glyph glyph-name="tcaron" unicode="&#x165;" horiz-adv-x="381"
545
- d="M336 594l50 -4l-20 -208l-38 2zM174 139c0 -54 10 -89 68 -90h28v-49h-31c-81 0 -115 41 -115 129l1 248h-56v48h56v135l50 3v-138h85v-48h-85z" />
546
- <glyph glyph-name="uni0163" unicode="&#x163;" horiz-adv-x="294"
547
- d="M195 -34c62 10 107 -26 107 -76c0 -58 -43 -88 -94 -88c-53 0 -81 30 -88 45l24 21c7 -10 25 -30 63 -30c30 0 56 19 56 53c0 26 -22 48 -66 49c-15 0 -26 -1 -38 -1l1 72c-39 17 -56 56 -56 118l1 248h-56v48h56v135l50 3v-138h85v-48h-85l-1 -238c0 -54 10 -89 68 -90
548
- h28v-49h-31c-8 0 -15 0 -22 1z" />
549
- <glyph glyph-name="uni021B" unicode="&#x21b;" horiz-adv-x="294"
550
- d="M222 49h28v-49h-31c-81 0 -115 41 -115 129l1 248h-56v48h56v135l50 3v-138h85v-48h-85l-1 -238c0 -54 10 -89 68 -90zM125 -199l33 169l40 -4l-24 -171z" />
551
- <glyph glyph-name="u" unicode="u" horiz-adv-x="512"
552
- d="M372 440h50v-440h-49l-2 68c-31 -33 -75 -61 -125 -68c-97 -12 -166 55 -166 155v283l50 3v-273c0 -88 54 -133 128 -120c43 8 85 40 113 80z" />
553
- <glyph glyph-name="uacute" unicode="&#xfa;" horiz-adv-x="512"
554
- d="M406 622l-167 -103l-20 32l158 116zM372 440h50v-440h-49l-2 68c-31 -33 -75 -61 -125 -68c-97 -12 -166 55 -166 155v283l50 3v-273c0 -88 54 -133 128 -120c43 8 85 40 113 80z" />
555
- <glyph glyph-name="uni01D4" unicode="&#x1d4;" horiz-adv-x="512"
556
- d="M368 619l-112 -106l-112 107l31 29l80 -79l83 79zM372 440h50v-440h-49l-2 68c-31 -33 -75 -61 -125 -68c-97 -12 -166 55 -166 155v283l50 3v-273c0 -88 54 -133 128 -120c43 8 85 40 113 80z" />
557
- <glyph glyph-name="ucircumflex" unicode="&#xfb;" horiz-adv-x="512"
558
- d="M255 594l-80 -79l-31 29l112 107l112 -106l-30 -30zM372 440h50v-440h-49l-2 68c-31 -33 -75 -61 -125 -68c-97 -12 -166 55 -166 155v283l50 3v-273c0 -88 54 -133 128 -120c43 8 85 40 113 80z" />
559
- <glyph glyph-name="udieresis" unicode="&#xfc;" horiz-adv-x="512"
560
- d="M172 542c-22 0 -37 15 -37 37s15 37 37 37s37 -15 37 -37s-15 -37 -37 -37zM327 541c-22 0 -37 15 -37 37s15 37 37 37s37 -15 37 -37s-15 -37 -37 -37zM372 440h50v-440h-49l-2 68c-31 -33 -75 -61 -125 -68c-97 -12 -166 55 -166 155v283l50 3v-273
561
- c0 -88 54 -133 128 -120c43 8 85 40 113 80z" />
562
- <glyph glyph-name="ugrave" unicode="&#xf9;" horiz-adv-x="512"
563
- d="M290 551l-20 -33l-167 104l29 45zM372 440h50v-440h-49l-2 68c-31 -33 -75 -61 -125 -68c-97 -12 -166 55 -166 155v283l50 3v-273c0 -88 54 -133 128 -120c43 8 85 40 113 80z" />
564
- <glyph glyph-name="uhungarumlaut" unicode="&#x171;" horiz-adv-x="512"
565
- d="M220 700l-19 -194l-40 1l11 196zM353 699l-22 -194l-41 2l15 196zM372 440h50v-440h-49l-2 68c-31 -33 -75 -61 -125 -68c-97 -12 -166 55 -166 155v283l50 3v-273c0 -88 54 -133 128 -120c43 8 85 40 113 80z" />
566
- <glyph glyph-name="umacron" unicode="&#x16b;" horiz-adv-x="512"
567
- d="M356 587v-42h-202v42h202zM372 440h50v-440h-49l-2 68c-31 -33 -75 -61 -125 -68c-97 -12 -166 55 -166 155v283l50 3v-273c0 -88 54 -133 128 -120c43 8 85 40 113 80z" />
568
- <glyph glyph-name="uogonek" unicode="&#x173;" horiz-adv-x="512"
569
- d="M372 440h50v-440h-1c-38 -26 -72 -51 -97 -83c-46 -60 16 -109 73 -60l20 -27c-97 -75 -191 17 -122 103c26 32 49 48 78 69l-2 66c-31 -33 -75 -61 -125 -68c-97 -12 -166 55 -166 155v283l50 3v-273c0 -88 54 -133 128 -120c43 8 85 40 113 80z" />
570
- <glyph glyph-name="uring" unicode="&#x16f;" horiz-adv-x="512"
571
- d="M257 511c-41 0 -74 34 -74 73c0 41 33 73 74 73c39 0 71 -32 71 -73c0 -39 -32 -73 -71 -73zM256 622c-20 0 -36 -17 -36 -38c0 -20 16 -36 36 -36c21 0 35 16 35 36c0 21 -14 38 -35 38zM372 440h50v-440h-49l-2 68c-31 -33 -75 -61 -125 -68c-97 -12 -166 55 -166 155
572
- v283l50 3v-273c0 -88 54 -133 128 -120c43 8 85 40 113 80z" />
573
- <glyph glyph-name="v" unicode="v" horiz-adv-x="433"
574
- d="M353 442l49 -3l-157 -439h-57l-157 439l49 3l137 -389z" />
575
- <glyph glyph-name="w" unicode="w" horiz-adv-x="631"
576
- d="M551 442l48 -2l-126 -440h-53l-104 364l-105 -364h-53l-126 440l48 2l108 -382l107 372h42l107 -372z" />
577
- <glyph glyph-name="wacute" unicode="&#x1e83;" horiz-adv-x="631"
578
- d="M466 614l-167 -103l-20 32l158 116zM551 442l48 -2l-126 -440h-53l-104 364l-105 -364h-53l-126 440l48 2l108 -382l107 372h42l107 -372z" />
579
- <glyph glyph-name="wcircumflex" unicode="&#x175;" horiz-adv-x="631"
580
- d="M315 586l-80 -79l-31 29l112 107l112 -106l-30 -30zM551 442l48 -2l-126 -440h-53l-104 364l-105 -364h-53l-126 440l48 2l108 -382l107 372h42l107 -372z" />
581
- <glyph glyph-name="wdieresis" unicode="&#x1e85;" horiz-adv-x="631"
582
- d="M232 534c-22 0 -37 15 -37 37s15 37 37 37s37 -15 37 -37s-15 -37 -37 -37zM387 533c-22 0 -37 15 -37 37s15 37 37 37s37 -15 37 -37s-15 -37 -37 -37zM551 442l48 -2l-126 -440h-53l-104 364l-105 -364h-53l-126 440l48 2l108 -382l107 372h42l107 -372z" />
583
- <glyph glyph-name="wgrave" unicode="&#x1e81;" horiz-adv-x="631"
584
- d="M350 543l-20 -33l-167 104l29 45zM551 442l48 -2l-126 -440h-53l-104 364l-105 -364h-53l-126 440l48 2l108 -382l107 372h42l107 -372z" />
585
- <glyph glyph-name="x" unicode="x" horiz-adv-x="454"
586
- d="M417 438l-160 -220l157 -218h-55l-132 184l-133 -184h-55l158 219l-159 219l53 4l136 -189l136 188z" />
587
- <glyph glyph-name="y" unicode="y" horiz-adv-x="510"
588
- d="M371 440h50v-466c0 -111 -75 -180 -184 -180c-64 0 -120 33 -141 59l26 36c18 -21 64 -48 115 -48c75 0 134 48 134 135v92c-32 -33 -75 -61 -125 -68c-97 -12 -166 55 -166 155v283l50 3v-273c0 -88 54 -133 128 -120c43 8 85 40 113 80v312z" />
589
- <glyph glyph-name="yacute" unicode="&#xfd;" horiz-adv-x="510"
590
- d="M404 607l-167 -103l-20 32l158 116zM371 440h50v-466c0 -111 -75 -180 -184 -180c-64 0 -120 33 -141 59l26 36c18 -21 64 -48 115 -48c75 0 134 48 134 135v92c-32 -33 -75 -61 -125 -68c-97 -12 -166 55 -166 155v283l50 3v-273c0 -88 54 -133 128 -120
591
- c43 8 85 40 113 80v312z" />
592
- <glyph glyph-name="ycircumflex" unicode="&#x177;" horiz-adv-x="510"
593
- d="M253 579l-80 -79l-31 29l112 107l112 -106l-30 -30zM371 440h50v-466c0 -111 -75 -180 -184 -180c-64 0 -120 33 -141 59l26 36c18 -21 64 -48 115 -48c75 0 134 48 134 135v92c-32 -33 -75 -61 -125 -68c-97 -12 -166 55 -166 155v283l50 3v-273c0 -88 54 -133 128 -120
594
- c43 8 85 40 113 80v312z" />
595
- <glyph glyph-name="ydieresis" unicode="&#xff;" horiz-adv-x="510"
596
- d="M170 527c-22 0 -37 15 -37 37s15 37 37 37s37 -15 37 -37s-15 -37 -37 -37zM325 526c-22 0 -37 15 -37 37s15 37 37 37s37 -15 37 -37s-15 -37 -37 -37zM371 440h50v-466c0 -111 -75 -180 -184 -180c-64 0 -120 33 -141 59l26 36c18 -21 64 -48 115 -48
597
- c75 0 134 48 134 135v92c-32 -33 -75 -61 -125 -68c-97 -12 -166 55 -166 155v283l50 3v-273c0 -88 54 -133 128 -120c43 8 85 40 113 80v312z" />
598
- <glyph glyph-name="ygrave" unicode="&#x1ef3;" horiz-adv-x="510"
599
- d="M288 536l-20 -33l-167 104l29 45zM371 440h50v-466c0 -111 -75 -180 -184 -180c-64 0 -120 33 -141 59l26 36c18 -21 64 -48 115 -48c75 0 134 48 134 135v92c-32 -33 -75 -61 -125 -68c-97 -12 -166 55 -166 155v283l50 3v-273c0 -88 54 -133 128 -120
600
- c43 8 85 40 113 80v312z" />
601
- <glyph glyph-name="z" unicode="z" horiz-adv-x="400"
602
- d="M343 440v-47l-231 -346h231v-47h-287v47l230 346h-230v47h287z" />
603
- <glyph glyph-name="zacute" unicode="&#x17a;" horiz-adv-x="400"
604
- d="M351 621l-167 -103l-20 32l158 116zM56 393v47h287v-47l-231 -346h231v-47h-287v47l230 346h-230z" />
605
- <glyph glyph-name="zcaron" unicode="&#x17e;" horiz-adv-x="400"
606
- d="M313 618l-112 -106l-112 107l31 29l80 -79l83 79zM343 440v-47l-231 -346h231v-47h-287v47l230 346h-230v47h287z" />
607
- <glyph glyph-name="zdotaccent" unicode="&#x17c;" horiz-adv-x="400"
608
- d="M200 518c-22 0 -39 16 -39 39s17 39 39 39c24 0 40 -16 40 -39s-16 -39 -40 -39zM343 440v-47l-231 -346h231v-47h-287v47l230 346h-230v47h287z" />
609
- <glyph glyph-name="f_f.dlig" horiz-adv-x="542"
610
- d="M103 486c0 70 53 117 118 117c23 0 47 -5 62 -11l-12 -41c-11 4 -22 7 -47 7c-39 -1 -71 -32 -71 -74v-62h98v-44h-98v-378h-50v378h-58v44h58v64zM495 558c-39 -1 -71 -32 -71 -74v-62h98v-44h-98v-378h-50v378h-58v44h58v64c0 70 53 117 118 117c23 0 47 -5 62 -11
611
- l-12 -41c-11 4 -22 7 -47 7z" />
612
- <glyph glyph-name="f_f_i.dlig" horiz-adv-x="779"
613
- d="M103 486c0 70 53 117 118 117c23 0 47 -5 62 -11l-12 -41c-11 4 -22 7 -47 7c-39 -1 -71 -32 -71 -74v-62h98v-44h-98v-378h-50v378h-58v44h58v64zM368 486c0 70 53 117 118 117c23 0 47 -5 62 -11l-12 -41c-11 4 -22 7 -47 7c-39 -1 -71 -32 -71 -74v-62h98v-44h-98
614
- v-378h-50v378h-58v44h58v64zM654 576c24 0 40 -16 40 -39s-16 -39 -40 -39c-22 0 -39 16 -39 39s17 39 39 39zM629 0l1 436l50 3l-1 -439h-50z" />
615
- <glyph glyph-name="zero" unicode="0" horiz-adv-x="523"
616
- d="M261 -3c-110 0 -206 88 -206 271v24c0 183 96 271 206 271s206 -88 206 -271v-24c0 -183 -95 -271 -206 -271zM261 44c83 0 157 66 157 224v24c0 158 -73 223 -156 223c-84 0 -157 -65 -157 -223v-24c0 -158 73 -224 156 -224z" />
617
- <glyph glyph-name="one" unicode="1" horiz-adv-x="272"
618
- d="M35 554l136 8v-562h-50v510l-86 -4v48z" />
619
- <glyph glyph-name="two" unicode="2" horiz-adv-x="432"
620
- d="M120 48h267v-48h-332v43l207 253c37 47 58 84 57 131c0 55 -47 94 -98 94c-62 0 -96 -39 -110 -91l-46 12c20 75 73 126 156 126c80 0 148 -60 149 -143c1 -59 -27 -101 -70 -155z" />
621
- <glyph glyph-name="three" unicode="3" horiz-adv-x="455"
622
- d="M221 340c112 8 180 -77 180 -167c0 -98 -78 -178 -178 -178c-92 0 -158 71 -170 134l46 15c9 -48 55 -102 123 -102c74 0 130 59 130 131s-56 128 -121 131c-22 1 -36 -3 -58 -10l-19 36l174 185h-264v45h322v-47z" />
623
- <glyph glyph-name="four" unicode="4" horiz-adv-x="439"
624
- d="M392 192v-49h-47v-143h-50v143h-258l105 417h49l-91 -368h195l1 225l49 -3v-222h47z" />
625
- <glyph glyph-name="five" unicode="5" horiz-adv-x="463"
626
- d="M240 347c96 -1 169 -78 169 -174s-78 -178 -178 -178c-93 0 -160 71 -172 134l44 14c12 -47 57 -101 127 -101c74 0 130 60 130 131c0 72 -56 133 -130 133c-38 0 -76 -16 -99 -41l-45 27l17 267h276v-47h-229l-12 -196c29 19 67 31 102 31z" />
627
- <glyph glyph-name="six" unicode="6" horiz-adv-x="482"
628
- d="M245 367c119 0 183 -88 183 -184c0 -103 -72 -187 -187 -187c-116 0 -193 90 -186 200v1c0 5 0 11 1 17c12 96 114 221 186 346h52c-56 -93 -97 -158 -126 -208c23 10 49 15 77 15zM241 41c85 0 138 64 138 141s-53 140 -138 140c-58 0 -109 -34 -129 -81
629
- c-7 -21 -10 -39 -10 -59c0 -77 54 -141 139 -141z" />
630
- <glyph glyph-name="seven" unicode="7" horiz-adv-x="366"
631
- d="M37 560h314l-199 -560h-53l184 512h-246v48z" />
632
- <glyph glyph-name="eight" unicode="8" horiz-adv-x="487"
633
- d="M326 317c70 -27 106 -89 106 -151c0 -86 -61 -171 -188 -171c-120 0 -189 81 -189 171c0 62 36 124 107 151c-43 23 -69 65 -69 112c0 76 60 136 151 136c90 0 150 -60 150 -136c0 -47 -26 -89 -68 -112zM244 524c-64 0 -106 -42 -106 -95c0 -55 44 -95 106 -95
634
- c64 0 105 42 105 95c0 54 -43 95 -105 95zM244 37c102 0 141 68 141 131c0 56 -39 126 -141 126s-141 -70 -141 -126c0 -67 47 -131 141 -131z" />
635
- <glyph glyph-name="nine" unicode="9" horiz-adv-x="493"
636
- d="M433 363c0 -5 0 -11 -1 -17c-12 -96 -114 -221 -186 -346h-52c56 93 97 158 126 208c-23 -10 -49 -15 -77 -15c-119 0 -183 88 -183 184c0 103 72 187 187 187c116 0 193 -90 186 -200v-1zM247 238c58 0 109 34 129 81c7 21 10 39 10 59c0 77 -54 141 -139 141
637
- s-138 -64 -138 -141s53 -140 138 -140z" />
638
- <glyph glyph-name="asterisk" unicode="*" horiz-adv-x="410"
639
- d="M350 495l-124 -60l123 -58l-21 -37l-111 76l7 -136h-39l8 136l-111 -76l-22 37l124 58l-124 60l21 36l112 -77l-8 137h39l-7 -137l111 77z" />
640
- <glyph glyph-name="backslash" unicode="\" horiz-adv-x="298"
641
- d="M202 0l-192 659h48l192 -659h-48z" />
642
- <glyph glyph-name="periodcentered" unicode="&#xb7;" horiz-adv-x="129"
643
- d="M88 215c-22 0 -38 17 -38 38c0 22 16 37 38 37s37 -15 37 -37c0 -21 -15 -38 -37 -38z" />
644
- <glyph glyph-name="bullet" unicode="&#x2022;" horiz-adv-x="170"
645
- d="M86 187c-34 0 -59 24 -59 57c0 32 25 56 59 56c31 0 56 -24 56 -56c0 -33 -25 -57 -56 -57z" />
646
- <glyph glyph-name="colon" unicode=":" horiz-adv-x="220"
647
- d="M113 347c-22 0 -38 17 -38 38c0 22 16 37 38 37s37 -15 37 -37c0 -21 -15 -38 -37 -38zM114 -1c-22 0 -38 17 -38 38c0 22 16 37 38 37s37 -15 37 -37c0 -21 -15 -38 -37 -38z" />
648
- <glyph glyph-name="comma" unicode="," horiz-adv-x="167"
649
- d="M90 -127l-48 6l43 219l40 -4z" />
650
- <glyph glyph-name="ellipsis" unicode="&#x2026;" horiz-adv-x="547"
651
- d="M101 -2c-22 0 -38 17 -38 38c0 22 16 37 38 37s37 -15 37 -37c0 -21 -15 -38 -37 -38zM274 -2c-22 0 -38 17 -38 38c0 22 16 37 38 37s37 -15 37 -37c0 -21 -15 -38 -37 -38zM451 -2c-22 0 -38 17 -38 38c0 22 16 37 38 37s37 -15 37 -37c0 -21 -15 -38 -37 -38z" />
652
- <glyph glyph-name="exclam" unicode="!" horiz-adv-x="193"
653
- d="M82 160l-11 452h56l-7 -452h-38zM104 -3c-22 0 -38 17 -38 38c0 22 16 37 38 37s37 -15 37 -37c0 -21 -15 -38 -37 -38z" />
654
- <glyph glyph-name="exclamdown" unicode="&#xa1;" horiz-adv-x="197"
655
- d="M101 419c-22 0 -38 17 -38 38c0 22 16 37 38 37s37 -15 37 -37c0 -21 -15 -38 -37 -38zM128 -130h-56l11 451h35z" />
656
- <glyph glyph-name="uni203D" unicode="&#x203d;" horiz-adv-x="359"
657
- d="M165 619c106 0 168 -71 168 -161c0 -74 -45 -117 -84 -153c-32 -29 -64 -55 -67 -101c-2 -20 -2 -38 -2 -53l-50 3v27l-7 293l54 5l-3 -179c14 14 29 27 43 40c34 32 66 67 66 116c0 67 -46 115 -116 115c-66 0 -109 -47 -116 -109l-49 12c13 86 77 145 163 145zM161 72
658
- c22 0 37 -15 37 -37c0 -21 -15 -38 -37 -38s-38 17 -38 38c0 22 16 37 38 37z" />
659
- <glyph glyph-name="numbersign" unicode="#" horiz-adv-x="589"
660
- d="M571 381h-111l-44 -198h116l-10 -46h-116l-30 -137h-48l30 137h-194l-30 -137h-48l30 137h-110l10 46h110l44 198h-111l10 45h111l30 135h48l-30 -135h193l30 135h48l-30 -135h112zM368 183l44 198h-194l-44 -198h194z" />
661
- <glyph glyph-name="period" unicode="." horiz-adv-x="189"
662
- d="M95 -2c-22 0 -38 17 -38 38c0 22 16 37 38 37s37 -15 37 -37c0 -21 -15 -38 -37 -38z" />
663
- <glyph glyph-name="question" unicode="?" horiz-adv-x="355"
664
- d="M180 151l-50 3c0 15 0 33 2 52c4 69 49 101 85 134c34 32 66 67 66 116c0 67 -46 115 -116 115c-66 0 -109 -47 -116 -109l-49 12c13 86 77 145 163 145c106 0 168 -71 168 -161c0 -74 -45 -117 -84 -153c-32 -29 -64 -55 -67 -101c-2 -20 -2 -38 -2 -53zM161 -3
665
- c-22 0 -38 17 -38 38c0 22 16 37 38 37s37 -15 37 -37c0 -21 -15 -38 -37 -38z" />
666
- <glyph glyph-name="questiondown" unicode="&#xbf;" horiz-adv-x="465"
667
- d="M251 390c-22 0 -38 17 -38 38c0 22 16 37 38 37s37 -15 37 -37c0 -21 -15 -38 -37 -38zM222 324l51 -4c0 -15 0 -34 -2 -53c-4 -69 -48 -103 -84 -137c-34 -31 -65 -66 -65 -115c0 -67 44 -112 115 -112c66 0 107 45 113 107l51 -12c-12 -87 -77 -146 -163 -146
668
- c-105 0 -168 72 -168 162c0 74 45 117 84 152c31 30 63 57 67 104c1 19 1 38 1 54z" />
669
- <glyph glyph-name="quotedbl" unicode="&#x22;" horiz-adv-x="293"
670
- d="M8 409l-5 230l51 3l-6 -233h-40zM193 409l-5 230l51 3l-6 -233h-40z" />
671
- <glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="93"
672
- d="M18 409l-5 230l51 3l-6 -233h-40z" />
673
- <glyph glyph-name="semicolon" unicode=";" horiz-adv-x="185"
674
- d="M112 288c-22 0 -38 17 -38 38c0 22 16 37 38 37s37 -15 37 -37c0 -21 -15 -38 -37 -38zM90 -113l-48 6l43 219l40 -4z" />
675
- <glyph glyph-name="slash" unicode="/" horiz-adv-x="298"
676
- d="M48 0l192 659h48l-192 -659h-48z" />
677
- <glyph glyph-name="underscore" unicode="_" horiz-adv-x="666"
678
- d="M101 -60l6 47h457l-5 -47h-458z" />
679
- <glyph glyph-name="braceleft" unicode="{" horiz-adv-x="299"
680
- d="M219 -111c-42 0 -80 18 -80 74v199c0 42 -22 79 -72 90v62c52 11 72 35 72 90v191c0 51 36 76 80 76c16 0 24 -1 37 -4l-3 -46c-10 1 -15 1 -25 1c-28 -2 -38 -22 -38 -45v-195c0 -60 -32 -88 -71 -98v-5c39 -11 70 -46 70 -97v-200c0 -26 9 -43 39 -45c10 0 17 0 25 1
681
- l3 -45c-11 -3 -24 -4 -37 -4z" />
682
- <glyph glyph-name="braceright" unicode="}" horiz-adv-x="299"
683
- d="M80 -112c-13 0 -26 2 -37 4l3 45c8 -1 16 -1 25 0c30 1 39 18 39 44v200c0 51 31 86 70 97v5c-39 10 -70 38 -70 98v195c0 24 -11 43 -39 45h-25l-3 46c13 2 21 3 37 3c44 0 80 -25 80 -76v-191c0 -54 20 -79 72 -90v-62c-49 -11 -72 -48 -72 -90v-199
684
- c0 -56 -38 -74 -80 -74z" />
685
- <glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="299"
686
- d="M115 -115v797h112v-50l-62 -2v-692l62 -3v-50h-112z" />
687
- <glyph glyph-name="bracketright" unicode="]" horiz-adv-x="299"
688
- d="M71 -114v50l62 3v692l-62 2v50h112v-797h-112z" />
689
- <glyph glyph-name="parenleft" unicode="(" horiz-adv-x="260"
690
- d="M181 -88c-75 113 -112 251 -112 384c0 139 40 277 116 390l41 -27c-71 -104 -108 -234 -108 -363c0 -128 36 -252 105 -357z" />
691
- <glyph glyph-name="parenright" unicode=")" horiz-adv-x="260"
692
- d="M79 -88l-42 27c68 105 104 229 104 357c0 129 -36 259 -108 363l42 27c76 -113 115 -251 115 -390c0 -133 -36 -271 -111 -384z" />
693
- <glyph glyph-name="emdash" unicode="&#x2014;" horiz-adv-x="543"
694
- d="M85 222l7 47h365l-6 -47h-366z" />
695
- <glyph glyph-name="endash" unicode="&#x2013;" horiz-adv-x="468"
696
- d="M85 222l7 47h291l-7 -47h-291z" />
697
- <glyph glyph-name="uni2015" unicode="&#x2015;" horiz-adv-x="461"
698
- d="M-2 325v38h462v-38h-462z" />
699
- <glyph glyph-name="hyphen" unicode="-" horiz-adv-x="379"
700
- d="M85 230l10 47h199l-10 -47h-199z" />
701
- <glyph glyph-name="quotedblleft" unicode="&#x201c;" horiz-adv-x="309"
702
- d="M76 402l-50 6l39 227l41 -4zM240 402l-50 6l39 227l41 -4z" />
703
- <glyph glyph-name="quotedblright" unicode="&#x201d;" horiz-adv-x="305"
704
- d="M68 402l-40 3l26 229l50 -5zM232 402l-40 3l26 229l50 -5z" />
705
- <glyph glyph-name="quoteleft" unicode="&#x2018;" horiz-adv-x="146"
706
- d="M80 402l-50 6l39 227l41 -4z" />
707
- <glyph glyph-name="quoteright" unicode="&#x2019;" horiz-adv-x="142"
708
- d="M76 404l-40 3l26 229l50 -5z" />
709
- <glyph glyph-name="colon_parenleft.liga" horiz-adv-x="548"
710
- d="M433 -88c-75 113 -112 251 -112 384c0 139 40 277 116 390l41 -27c-71 -104 -108 -234 -108 -363c0 -128 36 -252 105 -357zM113 412c-22 0 -38 17 -38 38c0 22 16 37 38 37s37 -15 37 -37c0 -21 -15 -38 -37 -38zM114 64c-22 0 -38 17 -38 38c0 22 16 37 38 37
711
- s37 -15 37 -37c0 -21 -15 -38 -37 -38z" />
712
- <glyph glyph-name="colon_parenright.liga" horiz-adv-x="529"
713
- d="M348 -88l-42 27c68 105 104 229 104 357c0 129 -36 259 -108 363l42 27c76 -113 115 -251 115 -390c0 -133 -36 -271 -111 -384zM113 410c-22 0 -38 17 -38 38c0 22 16 37 38 37s37 -15 37 -37c0 -21 -15 -38 -37 -38zM114 62c-22 0 -38 17 -38 38c0 22 16 37 38 37
714
- s37 -15 37 -37c0 -21 -15 -38 -37 -38z" />
715
- <glyph glyph-name="exclam_question.liga" horiz-adv-x="359"
716
- d="M165 619c106 0 168 -71 168 -161c0 -74 -45 -117 -84 -153c-32 -29 -64 -55 -67 -101c-2 -20 -2 -38 -2 -53l-50 3v27l-7 293l54 5l-3 -179c14 14 29 27 43 40c34 32 66 67 66 116c0 67 -46 115 -116 115c-66 0 -109 -47 -116 -109l-49 12c13 86 77 145 163 145zM161 72
717
- c22 0 37 -15 37 -37c0 -21 -15 -38 -37 -38s-38 17 -38 38c0 22 16 37 38 37z" />
718
- <glyph glyph-name="semicolon_parenright.liga" horiz-adv-x="521"
719
- d="M340 -88l-42 27c68 105 104 229 104 357c0 129 -36 259 -108 363l42 27c76 -113 115 -251 115 -390c0 -133 -36 -271 -111 -384zM112 402c-22 0 -38 17 -38 38c0 22 16 37 38 37s37 -15 37 -37c0 -21 -15 -38 -37 -38zM90 1l-48 6l43 219l40 -4z" />
720
- <glyph glyph-name="space" unicode=" " horiz-adv-x="246"
721
- />
722
- <glyph glyph-name="cent" unicode="&#xa2;" horiz-adv-x="441"
723
- d="M226 101c66 0 109 48 122 83l40 -24c-19 -45 -67 -94 -134 -105l3 -66l-53 1l4 64c-98 10 -173 99 -173 216v16c0 118 75 206 174 216l-5 66l53 1l-3 -68c68 -11 115 -62 134 -106l-41 -23c-12 34 -55 84 -120 84c-78 0 -143 -69 -143 -170v-16c0 -100 65 -169 142 -169z
724
- " />
725
- <glyph glyph-name="dollar" unicode="$" horiz-adv-x="455"
726
- d="M265 305c71 -30 143 -65 143 -159c0 -72 -46 -139 -143 -150v-73h-50v73c-89 11 -141 79 -147 141l47 13c5 -47 41 -93 100 -102v225c-70 30 -139 63 -139 151c0 72 60 129 139 139v71h50v-70c77 -10 134 -65 143 -133l-46 -13c-8 55 -50 88 -97 96v-209zM130 423
727
- c1 -49 38 -75 85 -97v187c-55 -10 -86 -53 -85 -90zM265 48c60 9 91 50 91 100c0 54 -41 81 -91 104v-204z" />
728
- <glyph glyph-name="Euro" unicode="&#x20ac;" horiz-adv-x="574"
729
- d="M330 41c74 0 121 39 150 96l41 -19c-35 -76 -103 -123 -190 -123c-96 0 -194 67 -220 204h-60v34h56c-1 12 -2 25 -2 38v18c0 9 0 18 1 26h-55v34h58c22 145 124 216 222 216c86 0 154 -48 190 -121l-41 -21c-29 57 -75 97 -150 97c-72 0 -151 -51 -170 -171h172v-34
730
- h-176c-1 -8 -1 -17 -1 -26v-18c0 -13 1 -26 2 -38h175v-34h-170c23 -110 99 -158 168 -158z" />
731
- <glyph glyph-name="sterling" unicode="&#xa3;" horiz-adv-x="452"
732
- d="M389 65l19 -39c-35 -24 -57 -29 -88 -29c-73 0 -98 39 -155 40c-28 1 -58 -11 -94 -35l-28 39c58 48 100 118 99 178c0 21 -4 38 -10 54h-81v42h60c-18 32 -38 65 -38 115c0 94 76 162 167 162c77 0 141 -51 161 -121l-41 -16c-13 52 -62 93 -120 93
733
- c-67 0 -122 -50 -122 -119c0 -46 23 -77 43 -114h142v-42h-124c5 -15 8 -31 8 -49c2 -62 -36 -126 -67 -153v-2c91 37 118 -30 201 -28c24 1 45 6 68 24z" />
734
- <glyph glyph-name="yen" unicode="&#xa5;" horiz-adv-x="406"
735
- d="M405 559l-153 -291h100v-35h-116v-81h116v-33h-116v-119h-50v119h-132v33h132v81h-132v35h116l-154 291l51 3l143 -273h2l142 273z" />
736
- <glyph glyph-name="plus" unicode="+" horiz-adv-x="519"
737
- d="M443 278v-47h-159v-170h-50v170h-159v47h159v169h50v-169h159z" />
738
- <glyph glyph-name="minus" unicode="&#x2212;" horiz-adv-x="512"
739
- d="M77 226v46h357v-46h-357z" />
740
- <glyph glyph-name="multiply" unicode="&#xd7;" horiz-adv-x="501"
741
- d="M425 400l-143 -145l143 -146l-33 -32l-142 145l-142 -145l-33 32l143 146l-143 145l33 32l142 -145l142 145z" />
742
- <glyph glyph-name="divide" unicode="&#xf7;" horiz-adv-x="512"
743
- d="M249 358c-22 0 -38 17 -38 38c0 22 16 37 38 37s37 -15 37 -37c0 -21 -15 -38 -37 -38zM75 236v43h361v-43h-361zM249 71c-22 0 -38 17 -38 38c0 22 16 37 38 37s37 -15 37 -37c0 -21 -15 -38 -37 -38z" />
744
- <glyph glyph-name="equal" unicode="=" horiz-adv-x="512"
745
- d="M76 327v46h357v-46h-357zM75 134v46h357v-46h-357z" />
746
- <glyph glyph-name="notequal" unicode="&#x2260;" horiz-adv-x="517"
747
- d="M431 329h-128l-55 -147h182v-46h-199l-39 -104h-46l39 104h-112v46h129l54 147h-182v46h199l40 107h47l-40 -107h111v-46z" />
748
- <glyph glyph-name="greater" unicode="&#x3e;" horiz-adv-x="410"
749
- d="M97 1l-34 31l227 251l-230 252l35 31l255 -283z" />
750
- <glyph glyph-name="less" unicode="&#x3c;" horiz-adv-x="410"
751
- d="M312 1l-253 282l256 283l34 -31l-229 -252l227 -251z" />
752
- <glyph glyph-name="asciitilde" unicode="~" horiz-adv-x="453"
753
- d="M83 220c-15 9 -29 18 -44 28c27 39 60 76 102 76c64 1 111 -59 160 -57c26 1 51 21 68 57c15 -8 29 -17 44 -25c-22 -47 -53 -82 -102 -83c-58 -1 -111 57 -160 57c-26 0 -43 -19 -68 -53z" />
754
- <glyph glyph-name="infinity" unicode="&#x221e;" horiz-adv-x="1068"
755
- d="M774 497c116 0 211 -86 211 -207c0 -120 -92 -207 -211 -207c-112 0 -178 79 -237 164c-59 -85 -126 -164 -243 -164c-119 0 -211 87 -211 207c0 122 95 207 211 207c115 0 183 -79 242 -164c59 85 124 164 238 164zM295 131c98 0 155 76 212 159
756
- c-58 83 -116 160 -212 160c-91 0 -165 -67 -165 -160c0 -92 71 -159 165 -159zM773 131c92 0 165 65 165 159c0 91 -72 160 -165 160c-95 0 -151 -76 -207 -160c57 -83 113 -159 207 -159z" />
757
- <glyph glyph-name="percent" unicode="%" horiz-adv-x="603"
758
- d="M92 0l371 560h41l-370 -560h-42zM141 330c-56 0 -100 45 -100 100s44 99 100 99c55 0 99 -44 99 -99s-44 -100 -99 -100zM140 369c34 0 61 27 61 61c0 32 -27 60 -61 60c-33 0 -60 -28 -60 -60c0 -34 27 -61 60 -61zM463 30c-56 0 -100 45 -100 100s44 99 100 99
759
- c55 0 99 -44 99 -99s-44 -100 -99 -100zM462 69c34 0 61 27 61 61c0 32 -27 60 -61 60c-33 0 -60 -28 -60 -60c0 -34 27 -61 60 -61z" />
760
- <glyph glyph-name="at" unicode="@" horiz-adv-x="854"
761
- d="M810 237v-5c-2 -104 -32 -249 -169 -249c-46 0 -95 18 -112 88c-33 -33 -68 -64 -113 -71c-110 -17 -186 76 -186 222c0 133 77 251 200 222c37 -8 66 -36 93 -68v67l48 -4v-328c1 -50 25 -86 67 -86c113 0 127 146 128 211c-2 190 -145 338 -347 338
762
- c-177 0 -333 -149 -333 -351c0 -210 161 -348 337 -348c85 0 145 22 209 64l14 -42c-69 -44 -142 -67 -223 -66c-199 0 -380 159 -380 393c0 225 176 392 377 392c223 0 385 -163 390 -374v-5zM415 45c39 4 71 28 108 65v220c-28 32 -58 61 -95 69
763
- c-87 18 -146 -66 -146 -177c0 -117 54 -184 133 -177z" />
764
- <glyph glyph-name="ampersand" unicode="&#x26;" horiz-adv-x="558"
765
- d="M503 248c-13 -49 -37 -107 -73 -155l49 -93h-54l-29 54c-37 -35 -83 -59 -140 -59c-118 0 -200 80 -200 186c0 99 64 177 173 189l-100 189h298v-48h-218l198 -374c25 40 43 86 53 125zM255 40c49 0 88 23 119 56l-122 231c-103 -5 -151 -73 -151 -145
766
- c1 -78 59 -142 154 -142z" />
767
- <glyph glyph-name="copyright" unicode="&#xa9;" horiz-adv-x="966"
768
- d="M483 -103c-213 0 -386 173 -386 385c0 213 173 386 386 386c211 0 385 -173 385 -386c0 -212 -174 -385 -385 -385zM483 -55c186 0 337 151 337 337c0 187 -151 338 -337 338s-338 -151 -338 -338c0 -186 152 -337 338 -337zM481 83c-106 0 -189 89 -189 198
769
- s83 198 189 198c53 0 101 -23 136 -59l-32 -33c-26 27 -61 45 -104 45c-79 0 -145 -67 -145 -151s66 -152 145 -152c39 0 74 17 101 43l32 -33c-34 -34 -81 -56 -133 -56z" />
770
- <glyph glyph-name="registered" unicode="&#xae;" horiz-adv-x="426"
771
- d="M215 297c-106 0 -192 85 -192 191c0 103 86 189 192 189c102 0 188 -86 188 -189c0 -106 -86 -191 -188 -191zM214 328c86 0 158 71 158 160c0 86 -72 159 -158 159c-89 0 -160 -73 -160 -159c0 -89 71 -160 160 -160zM167 408v158l38 2c38 3 60 -22 60 -56
772
- c0 -23 -9 -41 -27 -51l32 -53h-32l-29 47h-16v-47h-26zM193 480h22c15 1 23 15 23 31c0 11 0 26 -14 30c-9 3 -21 3 -31 1v-62z" />
773
- <glyph glyph-name="degree" unicode="&#xb0;" horiz-adv-x="343"
774
- d="M172 402c-56 0 -100 45 -100 100s44 99 100 99c55 0 99 -44 99 -99s-44 -100 -99 -100zM171 441c34 0 61 27 61 61c0 32 -27 60 -61 60c-33 0 -60 -28 -60 -60c0 -34 27 -61 60 -61z" />
775
- <glyph glyph-name="bar" unicode="|" horiz-adv-x="261"
776
- d="M105 -116v804l50 3v-807h-50z" />
777
- <glyph glyph-name="uni2116" unicode="&#x2116;" horiz-adv-x="876"
778
- d="M440 88v470h50v-558h-47l-303 475v-475h-50v557l51 3zM694 322c-56 0 -100 45 -100 100s44 99 100 99c55 0 99 -44 99 -99s-44 -100 -99 -100zM693 482c-33 0 -60 -28 -60 -60c0 -34 27 -61 60 -61c34 0 61 27 61 61c0 32 -27 60 -61 60zM595 171h202v-42h-202v42z" />
779
- <glyph glyph-name="asciicircum" unicode="^" horiz-adv-x="438"
780
- d="M377 458l-33 -34l-125 126l-125 -121l-33 34l158 150z" />
781
- <glyph glyph-name="uni0308" unicode="&#x308;"
782
- d="M-192 553c-22 0 -37 15 -37 37s15 37 37 37s37 -15 37 -37s-15 -37 -37 -37zM-37 552c-22 0 -37 15 -37 37s15 37 37 37s37 -15 37 -37s-15 -37 -37 -37z" />
783
- <glyph glyph-name="uni0307" unicode="&#x307;"
784
- d="M-39 540c-22 0 -39 16 -39 39s17 39 39 39c24 0 40 -16 40 -39s-16 -39 -40 -39z" />
785
- <glyph glyph-name="gravecomb" unicode="&#x300;"
786
- d="M-19 529l-167 104l29 45l158 -116z" />
787
- <glyph glyph-name="acutecomb" unicode="&#x301;"
788
- d="M-167 530l-20 32l158 116l29 -45z" />
789
- <glyph glyph-name="uni030B" unicode="&#x30b;"
790
- d="M-151 517l-40 1l11 196l48 -3zM-21 516l-41 2l15 196l48 -4z" />
791
- <glyph glyph-name="caroncomb.alt"
792
- d="M-20 230l-38 2l8 210l50 -4z" />
793
- <glyph glyph-name="uni0302" unicode="&#x302;"
794
- d="M1 556l-30 -30l-83 79l-80 -79l-31 29l112 107z" />
795
- <glyph glyph-name="uni030C" unicode="&#x30c;"
796
- d="M-29 660l30 -30l-112 -106l-112 107l31 29l80 -79z" />
797
- <glyph glyph-name="uni0306" unicode="&#x306;"
798
- d="M-114 543c-50 0 -89 29 -115 65l33 27c11 -18 39 -49 82 -49c41 0 68 30 82 49l32 -27c-27 -36 -63 -65 -114 -65z" />
799
- <glyph glyph-name="uni030A" unicode="&#x30a;"
800
- d="M-71 522c-41 0 -74 34 -74 73c0 41 33 73 74 73c39 0 71 -32 71 -73c0 -39 -32 -73 -71 -73zM-72 559c21 0 35 16 35 36c0 21 -14 38 -35 38c-20 0 -36 -17 -36 -38c0 -20 16 -36 36 -36z" />
801
- <glyph glyph-name="tildecomb" unicode="&#x303;"
802
- d="M-199 551l-38 18c9 24 27 63 65 63c36 0 69 -40 99 -40c19 0 26 11 35 35l39 -17c-7 -20 -24 -63 -68 -63c-42 1 -70 41 -100 41c-17 0 -24 -18 -32 -37z" />
803
- <glyph glyph-name="uni0304" unicode="&#x304;"
804
- d="M-201 556v42h202v-42h-202z" />
805
- <glyph glyph-name="uni0312" unicode="&#x312;"
806
- d="M-49 693l49 -6l-34 -177l-41 4z" />
807
- <glyph glyph-name="uni0326" unicode="&#x326;"
808
- d="M-25 -215l-49 6l33 169l40 -4z" />
809
- <glyph glyph-name="uni0327" unicode="&#x327;"
810
- d="M-106 -43c62 10 107 -26 107 -76c0 -58 -43 -88 -94 -88c-53 0 -81 30 -88 45l24 21c7 -10 25 -30 63 -30c30 0 56 19 56 53c0 26 -22 48 -66 49c-15 0 -26 -1 -38 -1l1 79h38z" />
811
- <glyph glyph-name="uni0328" unicode="&#x328;"
812
- d="M-215 -66c27 33 50 49 80 71l47 -3c-38 -26 -73 -52 -98 -84c-46 -60 16 -109 73 -60l20 -27c-97 -75 -191 17 -122 103z" />
813
- <glyph glyph-name="uni0335" unicode="&#x335;"
814
- d="M-185 282v43h192v-43h-192z" />
815
- <glyph glyph-name="uni0337" unicode="&#x337;"
816
- d="M-383 14l-25 23l385 394l24 -24z" />
817
- <glyph glyph-name="uni0338" unicode="&#x338;"
818
- d="M-485 26l-30 29l478 491l30 -29z" />
819
- <glyph glyph-name="uni0307.alt"
820
- d="M-36 560c-22 0 -37 15 -37 37s15 37 37 37s37 -15 37 -37s-15 -37 -37 -37z" />
821
- <glyph glyph-name="_f.f.alt" horiz-adv-x="226"
822
- d="M221 603c41 0 78 -16 102 -41l-24 -30c-15 17 -40 28 -69 28c-44 0 -74 -33 -76 -77v-61h103v-44h-103v-378h-50v378h-55v44h55v61c2 68 47 120 117 120z" />
823
- <hkern u1="F" u2="A" k="42" />
824
- <hkern u1="T" u2="A" k="42" />
825
- <hkern u1="l" u2="&#x29;" k="-36" />
826
- <hkern u1="q" u2="&#x29;" k="-10" />
827
- <hkern u1="&#x33;" u2="&#x27;" k="-24" />
828
- <hkern u1="&#x33;" u2="&#x22;" k="-40" />
829
- <hkern u1="&#x34;" u2="&#x31;" k="6" />
830
- <hkern u1="&#x35;" u2="&#x2019;" k="-8" />
831
- <hkern u1="&#x35;" u2="&#x27;" k="-24" />
832
- <hkern u1="&#x35;" u2="&#x22;" k="-32" />
833
- <hkern u1="&#x36;" u2="&#x2019;" k="16" />
834
- <hkern u1="&#x36;" u2="&#x2018;" k="16" />
835
- <hkern u1="&#x36;" u2="&#x201d;" k="24" />
836
- <hkern u1="&#x36;" u2="&#x201c;" k="24" />
837
- <hkern u1="&#x36;" u2="&#x27;" k="16" />
838
- <hkern u1="&#x36;" u2="&#x22;" k="24" />
839
- <hkern u1="&#x36;" u2="&#x2e;" k="36" />
840
- <hkern u1="&#x36;" u2="&#x2026;" k="36" />
841
- <hkern u1="&#x36;" u2="&#x2c;" k="36" />
842
- <hkern u1="&#x37;" u2="&#x2019;" k="-24" />
843
- <hkern u1="&#x37;" u2="&#x2018;" k="-24" />
844
- <hkern u1="&#x37;" u2="&#x201d;" k="-24" />
845
- <hkern u1="&#x37;" u2="&#x201c;" k="-16" />
846
- <hkern u1="&#x37;" u2="&#x27;" k="-48" />
847
- <hkern u1="&#x37;" u2="&#x22;" k="-56" />
848
- <hkern u1="&#x37;" u2="&#x2c;" k="108" />
849
- <hkern u1="&#x39;" u2="&#x2c;" k="108" />
850
- <hkern u1="&#x2c;" u2="&#x201d;" k="6" />
851
- <hkern u1="&#x21;" u2="&#x21;" k="-32" />
852
- <hkern u1="&#x2e;" u2="&#x22;" k="6" />
853
- <hkern u1="&#x3f;" u2="&#x2019;" k="-48" />
854
- <hkern u1="&#x3f;" u2="&#x2018;" k="-32" />
855
- <hkern u1="&#x3f;" u2="&#x201d;" k="-48" />
856
- <hkern u1="&#x3f;" u2="&#x201c;" k="-32" />
857
- <hkern u1="&#x3f;" u2="&#x27;" k="-64" />
858
- <hkern u1="&#x3f;" u2="&#x22;" k="-72" />
859
- <hkern u1="&#x22;" u2="&#x3f;" k="-48" />
860
- <hkern u1="&#x22;" u2="&#x38;" k="36" />
861
- <hkern u1="&#x27;" u2="&#x3f;" k="-72" />
862
- <hkern u1="&#x27;" u2="&#x37;" k="-24" />
863
- <hkern u1="&#x27;" u2="&#x33;" k="-16" />
864
- <hkern u1="&#x27;" u2="&#x32;" k="-16" />
865
- <hkern u1="&#x27;" u2="&#x31;" k="-24" />
866
- <hkern u1="&#x2f;" u2="\" k="-80" />
867
- <hkern u1="&#x201c;" u2="&#x3f;" k="-48" />
868
- <hkern u1="&#x201c;" u2="&#x38;" k="28" />
869
- <hkern u1="&#x201c;" u2="&#x31;" k="-24" />
870
- <hkern u1="&#x201d;" u2="&#x3f;" k="-48" />
871
- <hkern u1="&#x201d;" u2="&#x38;" k="28" />
872
- <hkern u1="&#x201d;" u2="&#x31;" k="-24" />
873
- <hkern u1="&#x2018;" u2="&#x3f;" k="-48" />
874
- <hkern u1="&#x2018;" u2="&#x31;" k="-16" />
875
- <hkern u1="&#x2019;" u2="&#x3f;" k="-64" />
876
- <hkern u1="&#x2019;" u2="&#x31;" k="-16" />
877
- <hkern g1="three,five,six,eight"
878
- g2="comma,ellipsis,period"
879
- k="36" />
880
- <hkern g1="seven,nine"
881
- g2="comma,ellipsis,period"
882
- k="104" />
883
- <hkern g1="seven,nine"
884
- g2="four"
885
- k="12" />
886
- <hkern g1="seven,nine"
887
- g2="six"
888
- k="30" />
889
- <hkern g1="seven,nine"
890
- g2="nine"
891
- k="24" />
892
- <hkern g1="seven,nine"
893
- g2="one"
894
- k="-30" />
895
- <hkern g1="seven,nine"
896
- g2="quotedbl"
897
- k="-16" />
898
- <hkern g1="seven,nine"
899
- g2="quotesingle"
900
- k="-16" />
901
- <hkern g1="seven,nine"
902
- g2="semicolon"
903
- k="24" />
904
- <hkern g1="seven,nine"
905
- g2="two"
906
- k="3" />
907
- <hkern g1="one"
908
- g2="comma,ellipsis,period"
909
- k="40" />
910
- <hkern g1="question"
911
- g2="comma,ellipsis,period"
912
- k="32" />
913
- <hkern g1="quotedbl"
914
- g2="six"
915
- k="32" />
916
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
917
- g2="C,Cacute,Ccaron,Ccedilla,Cdotaccent,G,Gbreve,Gcommaaccent,Gdotaccent,O,Oacute,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,S,Sacute,Scaron,Scedilla,Scommaaccent,zero,infinity,ampersand"
918
- k="12" />
919
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
920
- g2="T"
921
- k="42" />
922
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
923
- g2="W"
924
- k="24" />
925
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
926
- g2="X"
927
- k="-4" />
928
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
929
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
930
- k="46" />
931
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
932
- g2="t,tbar,tcaron,uni0163,uni021B,fi,fl,f_f.dlig,f_f_i.dlig,f_h.liga,f_j.liga,f_t.liga,_f.f.alt"
933
- k="30" />
934
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
935
- g2="quotedbl"
936
- k="71" />
937
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
938
- g2="quotedblleft"
939
- k="54" />
940
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
941
- g2="quotedblright"
942
- k="56" />
943
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
944
- g2="quoteleft"
945
- k="50" />
946
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
947
- g2="quoteright"
948
- k="50" />
949
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
950
- g2="quotesingle"
951
- k="50" />
952
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
953
- g2="comma,ellipsis,period"
954
- k="-4" />
955
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
956
- g2="U"
957
- k="2" />
958
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
959
- g2="backslash"
960
- k="6" />
961
- <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde"
962
- g2="slash"
963
- k="-6" />
964
- <hkern g1="AE,E,Eacute,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,H,Hbar,I,IJ,Iacute,Icircumflex,Idieresis,Idotaccent,Igrave,Imacron,Iogonek,M,N,Nacute,Ncaron,Ncommaaccent,Eng,Ntilde,d"
965
- g2="quoteright"
966
- k="16" />
967
- <hkern g1="AE,E,Eacute,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,H,Hbar,I,IJ,Iacute,Icircumflex,Idieresis,Idotaccent,Igrave,Imacron,Iogonek,M,N,Nacute,Ncaron,Ncommaaccent,Eng,Ntilde,d"
968
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
969
- k="12" />
970
- <hkern g1="AE,E,Eacute,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,H,Hbar,I,IJ,Iacute,Icircumflex,Idieresis,Idotaccent,Igrave,Imacron,Iogonek,M,N,Nacute,Ncaron,Ncommaaccent,Eng,Ntilde,d"
971
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
972
- k="4" />
973
- <hkern g1="C,D,Eth,Dcaron,Dcroat,G,Gbreve,Gcommaaccent,Gdotaccent,O,Oacute,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,S,Scaron,Scedilla,Scommaaccent,zero,infinity"
974
- g2="X"
975
- k="7" />
976
- <hkern g1="C,D,Eth,Dcaron,Dcroat,G,Gbreve,Gcommaaccent,Gdotaccent,O,Oacute,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,S,Scaron,Scedilla,Scommaaccent,zero,infinity"
977
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
978
- k="4" />
979
- <hkern g1="C,D,Eth,Dcaron,Dcroat,G,Gbreve,Gcommaaccent,Gdotaccent,O,Oacute,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,S,Scaron,Scedilla,Scommaaccent,zero,infinity"
980
- g2="comma,ellipsis,period"
981
- k="38" />
982
- <hkern g1="C,D,Eth,Dcaron,Dcroat,G,Gbreve,Gcommaaccent,Gdotaccent,O,Oacute,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,S,Scaron,Scedilla,Scommaaccent,zero,infinity"
983
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
984
- k="12" />
985
- <hkern g1="C,D,Eth,Dcaron,Dcroat,G,Gbreve,Gcommaaccent,Gdotaccent,O,Oacute,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,S,Scaron,Scedilla,Scommaaccent,zero,infinity"
986
- g2="i,dotlessi,iacute,icircumflex,idieresis,i.loclTRK,igrave,imacron,iogonek,m,n,r,racute,rcaron,rcommaaccent,u,uacute,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,y,yacute,ycircumflex,ydieresis,ygrave"
987
- k="3" />
988
- <hkern g1="OE,P,Thorn,Racute,Rcaron,Rcommaaccent"
989
- g2="comma,ellipsis,period"
990
- k="86" />
991
- <hkern g1="OE,P,Thorn,Racute,Rcaron,Rcommaaccent"
992
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
993
- k="42" />
994
- <hkern g1="R"
995
- g2="quotesingle"
996
- k="-18" />
997
- <hkern g1="F,T"
998
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
999
- k="-44" />
1000
- <hkern g1="F,T"
1001
- g2="quotedbl"
1002
- k="-56" />
1003
- <hkern g1="F,T"
1004
- g2="quotedblleft"
1005
- k="-20" />
1006
- <hkern g1="F,T"
1007
- g2="quotedblright"
1008
- k="-22" />
1009
- <hkern g1="F,T"
1010
- g2="quoteleft"
1011
- k="-14" />
1012
- <hkern g1="F,T"
1013
- g2="quoteright"
1014
- k="-4" />
1015
- <hkern g1="F,T"
1016
- g2="quotesingle"
1017
- k="-54" />
1018
- <hkern g1="F,T"
1019
- g2="comma,ellipsis,period"
1020
- k="52" />
1021
- <hkern g1="F,T"
1022
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1023
- k="38" />
1024
- <hkern g1="F,T"
1025
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1026
- k="50" />
1027
- <hkern g1="F,T"
1028
- g2="i,dotlessi,iacute,icircumflex,idieresis,i.loclTRK,igrave,imacron,iogonek,m,n,r,racute,rcaron,rcommaaccent,u,uacute,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,y,yacute,ycircumflex,ydieresis,ygrave"
1029
- k="32" />
1030
- <hkern g1="F,T"
1031
- g2="uni203D"
1032
- k="-48" />
1033
- <hkern g1="F,T"
1034
- g2="parenright"
1035
- k="-36" />
1036
- <hkern g1="W"
1037
- g2="quotedbl"
1038
- k="-46" />
1039
- <hkern g1="W"
1040
- g2="quotedblleft"
1041
- k="-27" />
1042
- <hkern g1="W"
1043
- g2="quotedblright"
1044
- k="-27" />
1045
- <hkern g1="W"
1046
- g2="quoteleft"
1047
- k="-31" />
1048
- <hkern g1="W"
1049
- g2="quoteright"
1050
- k="-31" />
1051
- <hkern g1="W"
1052
- g2="quotesingle"
1053
- k="-52" />
1054
- <hkern g1="W"
1055
- g2="comma,ellipsis,period"
1056
- k="44" />
1057
- <hkern g1="W"
1058
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1059
- k="14" />
1060
- <hkern g1="W"
1061
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1062
- k="25" />
1063
- <hkern g1="X"
1064
- g2="C,Cacute,Ccaron,Ccedilla,Cdotaccent,G,Gbreve,Gcommaaccent,Gdotaccent,O,Oacute,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,S,Sacute,Scaron,Scedilla,Scommaaccent,zero,infinity,ampersand"
1065
- k="7" />
1066
- <hkern g1="X"
1067
- g2="backslash"
1068
- k="-12" />
1069
- <hkern g1="X"
1070
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1071
- k="24" />
1072
- <hkern g1="X"
1073
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1074
- k="-4" />
1075
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1076
- g2="C,Cacute,Ccaron,Ccedilla,Cdotaccent,G,Gbreve,Gcommaaccent,Gdotaccent,O,Oacute,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,S,Sacute,Scaron,Scedilla,Scommaaccent,zero,infinity,ampersand"
1077
- k="4" />
1078
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1079
- g2="T"
1080
- k="-44" />
1081
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1082
- g2="quotedbl"
1083
- k="-56" />
1084
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1085
- g2="quotedblleft"
1086
- k="-36" />
1087
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1088
- g2="quotedblright"
1089
- k="-38" />
1090
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1091
- g2="quoteleft"
1092
- k="-38" />
1093
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1094
- g2="quoteright"
1095
- k="-40" />
1096
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1097
- g2="quotesingle"
1098
- k="-62" />
1099
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1100
- g2="comma,ellipsis,period"
1101
- k="74" />
1102
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1103
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1104
- k="39" />
1105
- <hkern g1="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1106
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1107
- k="46" />
1108
- <hkern g1="Z"
1109
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1110
- k="-40" />
1111
- <hkern g1="B,germandbls"
1112
- g2="t,tbar,tcaron,uni0163,uni021B,fi,fl,f_f.dlig,f_f_i.dlig,f_h.liga,f_j.liga,f_t.liga,_f.f.alt"
1113
- k="4" />
1114
- <hkern g1="K,Kcommaaccent"
1115
- g2="comma,ellipsis,period"
1116
- k="-4" />
1117
- <hkern g1="K,Kcommaaccent"
1118
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1119
- k="9" />
1120
- <hkern g1="J,U,Uacute,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring"
1121
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1122
- k="2" />
1123
- <hkern g1="f,f_f.dlig,_f.f.alt"
1124
- g2="comma,ellipsis,period"
1125
- k="30" />
1126
- <hkern g1="f,f_f.dlig,_f.f.alt"
1127
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1128
- k="24" />
1129
- <hkern g1="f,f_f.dlig,_f.f.alt"
1130
- g2="asterisk"
1131
- k="-28" />
1132
- <hkern g1="f,f_f.dlig,_f.f.alt"
1133
- g2="parenright"
1134
- k="-36" />
1135
- <hkern g1="f,f_f.dlig,_f.f.alt"
1136
- g2="quoteright"
1137
- k="-32" />
1138
- <hkern g1="f,f_f.dlig,_f.f.alt"
1139
- g2="quotesingle"
1140
- k="-48" />
1141
- <hkern g1="f,f_f.dlig,_f.f.alt"
1142
- g2="t,tbar,tcaron,uni0163,uni021B,fi,fl,f_f.dlig,f_f_i.dlig,f_h.liga,f_j.liga,f_t.liga,_f.f.alt"
1143
- k="4" />
1144
- <hkern g1="f,f_f.dlig,_f.f.alt"
1145
- g2="bracketright"
1146
- k="-8" />
1147
- <hkern g1="g,gbreve,gcommaaccent,gdotaccent"
1148
- g2="parenright"
1149
- k="-24" />
1150
- <hkern g1="g,gbreve,gcommaaccent,gdotaccent"
1151
- g2="v,w,wacute,wcircumflex,wdieresis,wgrave"
1152
- k="-8" />
1153
- <hkern g1="h,hbar,m,n,nacute,ncaron,ncommaaccent,eng,ntilde,f_h.liga"
1154
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1155
- k="8" />
1156
- <hkern g1="h,hbar,m,n,nacute,ncaron,ncommaaccent,eng,ntilde,f_h.liga"
1157
- g2="quoteright"
1158
- k="32" />
1159
- <hkern g1="h,hbar,m,n,nacute,ncaron,ncommaaccent,eng,ntilde,f_h.liga"
1160
- g2="quotesingle"
1161
- k="8" />
1162
- <hkern g1="h,hbar,m,n,nacute,ncaron,ncommaaccent,eng,ntilde,f_h.liga"
1163
- g2="t,tbar,tcaron,uni0163,uni021B,fi,fl,f_f.dlig,f_f_i.dlig,f_h.liga,f_j.liga,f_t.liga,_f.f.alt"
1164
- k="20" />
1165
- <hkern g1="h,hbar,m,n,nacute,ncaron,ncommaaccent,eng,ntilde,f_h.liga"
1166
- g2="v,w,wacute,wcircumflex,wdieresis,wgrave"
1167
- k="8" />
1168
- <hkern g1="h,hbar,m,n,nacute,ncaron,ncommaaccent,eng,ntilde,f_h.liga"
1169
- g2="B,D,Dcaron,E,Eacute,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,F,H,Hbar,I,IJ,Iacute,Icircumflex,Idieresis,Idotaccent,Igrave,Imacron,Iogonek,K,Kcommaaccent,L,Lacute,Lcaron,Lcommaaccent,Ldot,M,N,Nacute,Ncaron,Ncommaaccent,Eng,Ntilde,P,Thorn,R,Racute,Rcaron,Rcommaaccent,Uacute,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,b,thorn,germandbls"
1170
- k="8" />
1171
- <hkern g1="h,hbar,m,n,nacute,ncaron,ncommaaccent,eng,ntilde,f_h.liga"
1172
- g2="quotedblleft"
1173
- k="24" />
1174
- <hkern g1="h,hbar,m,n,nacute,ncaron,ncommaaccent,eng,ntilde,f_h.liga"
1175
- g2="quotedblright"
1176
- k="24" />
1177
- <hkern g1="h,hbar,m,n,nacute,ncaron,ncommaaccent,eng,ntilde,f_h.liga"
1178
- g2="quoteleft"
1179
- k="24" />
1180
- <hkern g1="h,hbar,m,n,nacute,ncaron,ncommaaccent,eng,ntilde,f_h.liga"
1181
- g2="question"
1182
- k="10" />
1183
- <hkern g1="b,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,p,thorn,s,sacute,scaron,scedilla,scommaaccent"
1184
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1185
- k="-4" />
1186
- <hkern g1="b,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,p,thorn,s,sacute,scaron,scedilla,scommaaccent"
1187
- g2="quotesingle"
1188
- k="-32" />
1189
- <hkern g1="b,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,p,thorn,s,sacute,scaron,scedilla,scommaaccent"
1190
- g2="B,D,Dcaron,E,Eacute,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,F,H,Hbar,I,IJ,Iacute,Icircumflex,Idieresis,Idotaccent,Igrave,Imacron,Iogonek,K,Kcommaaccent,L,Lacute,Lcaron,Lcommaaccent,Ldot,M,N,Nacute,Ncaron,Ncommaaccent,Eng,Ntilde,P,Thorn,R,Racute,Rcaron,Rcommaaccent,Uacute,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,b,thorn,germandbls"
1191
- k="8" />
1192
- <hkern g1="b,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,p,thorn,s,sacute,scaron,scedilla,scommaaccent"
1193
- g2="T"
1194
- k="36" />
1195
- <hkern g1="b,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,p,thorn,s,sacute,scaron,scedilla,scommaaccent"
1196
- g2="W"
1197
- k="14" />
1198
- <hkern g1="b,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,p,thorn,s,sacute,scaron,scedilla,scommaaccent"
1199
- g2="X"
1200
- k="24" />
1201
- <hkern g1="b,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,p,thorn,s,sacute,scaron,scedilla,scommaaccent"
1202
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1203
- k="39" />
1204
- <hkern g1="b,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,p,thorn,s,sacute,scaron,scedilla,scommaaccent"
1205
- g2="x"
1206
- k="22" />
1207
- <hkern g1="b,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,p,thorn,s,sacute,scaron,scedilla,scommaaccent"
1208
- g2="quotedbl"
1209
- k="-32" />
1210
- <hkern g1="r,racute,rcaron,rcommaaccent"
1211
- g2="comma,ellipsis,period"
1212
- k="56" />
1213
- <hkern g1="r,racute,rcaron,rcommaaccent"
1214
- g2="quoteright"
1215
- k="-28" />
1216
- <hkern g1="r,racute,rcaron,rcommaaccent"
1217
- g2="quotesingle"
1218
- k="-48" />
1219
- <hkern g1="r,racute,rcaron,rcommaaccent"
1220
- g2="v,w,wacute,wcircumflex,wdieresis,wgrave"
1221
- k="-28" />
1222
- <hkern g1="r,racute,rcaron,rcommaaccent"
1223
- g2="quotedblleft"
1224
- k="-32" />
1225
- <hkern g1="r,racute,rcaron,rcommaaccent"
1226
- g2="quotedblright"
1227
- k="-32" />
1228
- <hkern g1="r,racute,rcaron,rcommaaccent"
1229
- g2="quoteleft"
1230
- k="-28" />
1231
- <hkern g1="r,racute,rcaron,rcommaaccent"
1232
- g2="quotedbl"
1233
- k="-40" />
1234
- <hkern g1="t,tbar,tcaron,uni0163,uni021B,f_t.liga"
1235
- g2="comma,ellipsis,period"
1236
- k="-16" />
1237
- <hkern g1="t,tbar,tcaron,uni0163,uni021B,f_t.liga"
1238
- g2="t,tbar,tcaron,uni0163,uni021B,fi,fl,f_f.dlig,f_f_i.dlig,f_h.liga,f_j.liga,f_t.liga,_f.f.alt"
1239
- k="16" />
1240
- <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave"
1241
- g2="comma,ellipsis,period"
1242
- k="52" />
1243
- <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave"
1244
- g2="quoteright"
1245
- k="-32" />
1246
- <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave"
1247
- g2="quotesingle"
1248
- k="-40" />
1249
- <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave"
1250
- g2="v,w,wacute,wcircumflex,wdieresis,wgrave"
1251
- k="-3" />
1252
- <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave"
1253
- g2="quotedblleft"
1254
- k="-40" />
1255
- <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave"
1256
- g2="quotedblright"
1257
- k="-40" />
1258
- <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave"
1259
- g2="quoteleft"
1260
- k="-32" />
1261
- <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave"
1262
- g2="quotedbl"
1263
- k="-40" />
1264
- <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave"
1265
- g2="h,hbar,k,kcommaaccent,l,lacute,lcaron,lcommaaccent,ldot,lslash"
1266
- k="24" />
1267
- <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave"
1268
- g2="backslash"
1269
- k="-7" />
1270
- <hkern g1="c,k,kcommaaccent,x"
1271
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1272
- k="3" />
1273
- <hkern g1="c,k,kcommaaccent,x"
1274
- g2="at"
1275
- k="-24" />
1276
- <hkern g1="l"
1277
- g2="t,tbar,tcaron,uni0163,uni021B,fi,fl,f_f.dlig,f_f_i.dlig,f_h.liga,f_j.liga,f_t.liga,_f.f.alt"
1278
- k="4" />
1279
- <hkern g1="q"
1280
- g2="i,dotlessi,iacute,icircumflex,idieresis,i.loclTRK,igrave,imacron,iogonek,m,n,r,racute,rcaron,rcommaaccent,u,uacute,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,y,yacute,ycircumflex,ydieresis,ygrave"
1281
- k="8" />
1282
- <hkern g1="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde"
1283
- g2="t,tbar,tcaron,uni0163,uni021B,fi,fl,f_f.dlig,f_f_i.dlig,f_h.liga,f_j.liga,f_t.liga,_f.f.alt"
1284
- k="4" />
1285
- <hkern g1="parenleft"
1286
- g2="j,uni0237"
1287
- k="-44" />
1288
- <hkern g1="period"
1289
- g2="C,Cacute,Ccaron,Ccedilla,Cdotaccent,G,Gbreve,Gcommaaccent,Gdotaccent,O,Oacute,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,S,Sacute,Scaron,Scedilla,Scommaaccent,zero,infinity,ampersand"
1290
- k="18" />
1291
- <hkern g1="period"
1292
- g2="T"
1293
- k="40" />
1294
- <hkern g1="quotedbl"
1295
- g2="T"
1296
- k="-8" />
1297
- <hkern g1="quotedbl"
1298
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1299
- k="65" />
1300
- <hkern g1="quotedbl"
1301
- g2="W"
1302
- k="-44" />
1303
- <hkern g1="quotedbl"
1304
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1305
- k="-56" />
1306
- <hkern g1="quotedbl"
1307
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1308
- k="16" />
1309
- <hkern g1="quotedbl"
1310
- g2="i,dotlessi,iacute,icircumflex,idieresis,i.loclTRK,igrave,imacron,iogonek,m,n,r,racute,rcaron,rcommaaccent,u,uacute,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,y,yacute,ycircumflex,ydieresis,ygrave"
1311
- k="24" />
1312
- <hkern g1="quotedbl"
1313
- g2="v,w,wacute,wcircumflex,wdieresis,wgrave"
1314
- k="-16" />
1315
- <hkern g1="quotedblleft"
1316
- g2="T"
1317
- k="-14" />
1318
- <hkern g1="quotedblleft"
1319
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1320
- k="68" />
1321
- <hkern g1="quotedblleft"
1322
- g2="W"
1323
- k="-19" />
1324
- <hkern g1="quotedblleft"
1325
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1326
- k="-30" />
1327
- <hkern g1="quotedblleft"
1328
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1329
- k="28" />
1330
- <hkern g1="quotedblleft"
1331
- g2="i,dotlessi,iacute,icircumflex,idieresis,i.loclTRK,igrave,imacron,iogonek,m,n,r,racute,rcaron,rcommaaccent,u,uacute,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,y,yacute,ycircumflex,ydieresis,ygrave"
1332
- k="36" />
1333
- <hkern g1="quotedblleft"
1334
- g2="v,w,wacute,wcircumflex,wdieresis,wgrave"
1335
- k="-12" />
1336
- <hkern g1="quotedblright"
1337
- g2="T"
1338
- k="-12" />
1339
- <hkern g1="quotedblright"
1340
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1341
- k="74" />
1342
- <hkern g1="quotedblright"
1343
- g2="W"
1344
- k="-19" />
1345
- <hkern g1="quotedblright"
1346
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1347
- k="-28" />
1348
- <hkern g1="quotedblright"
1349
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1350
- k="33" />
1351
- <hkern g1="quotedblright"
1352
- g2="i,dotlessi,iacute,icircumflex,idieresis,i.loclTRK,igrave,imacron,iogonek,m,n,r,racute,rcaron,rcommaaccent,u,uacute,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,y,yacute,ycircumflex,ydieresis,ygrave"
1353
- k="36" />
1354
- <hkern g1="quotedblright"
1355
- g2="v,w,wacute,wcircumflex,wdieresis,wgrave"
1356
- k="-12" />
1357
- <hkern g1="quoteleft"
1358
- g2="T"
1359
- k="-12" />
1360
- <hkern g1="quoteleft"
1361
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1362
- k="64" />
1363
- <hkern g1="quoteleft"
1364
- g2="W"
1365
- k="-27" />
1366
- <hkern g1="quoteleft"
1367
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1368
- k="-36" />
1369
- <hkern g1="quoteleft"
1370
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1371
- k="30" />
1372
- <hkern g1="quoteleft"
1373
- g2="i,dotlessi,iacute,icircumflex,idieresis,i.loclTRK,igrave,imacron,iogonek,m,n,r,racute,rcaron,rcommaaccent,u,uacute,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,y,yacute,ycircumflex,ydieresis,ygrave"
1374
- k="32" />
1375
- <hkern g1="quoteleft"
1376
- g2="v,w,wacute,wcircumflex,wdieresis,wgrave"
1377
- k="-8" />
1378
- <hkern g1="quoteright"
1379
- g2="T"
1380
- k="-14" />
1381
- <hkern g1="quoteright"
1382
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1383
- k="64" />
1384
- <hkern g1="quoteright"
1385
- g2="W"
1386
- k="-27" />
1387
- <hkern g1="quoteright"
1388
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1389
- k="-34" />
1390
- <hkern g1="quoteright"
1391
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1392
- k="25" />
1393
- <hkern g1="quoteright"
1394
- g2="i,dotlessi,iacute,icircumflex,idieresis,i.loclTRK,igrave,imacron,iogonek,m,n,r,racute,rcaron,rcommaaccent,u,uacute,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,y,yacute,ycircumflex,ydieresis,ygrave"
1395
- k="32" />
1396
- <hkern g1="quoteright"
1397
- g2="v,w,wacute,wcircumflex,wdieresis,wgrave"
1398
- k="-8" />
1399
- <hkern g1="quotesingle"
1400
- g2="T"
1401
- k="-30" />
1402
- <hkern g1="quotesingle"
1403
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1404
- k="57" />
1405
- <hkern g1="quotesingle"
1406
- g2="W"
1407
- k="-44" />
1408
- <hkern g1="quotesingle"
1409
- g2="Tbar,Tcaron,uni0162,uni021A,V,Wacute,Wcircumflex,Wdieresis,Wgrave,Y,Yacute,Ycircumflex,Ydieresis,Ygrave"
1410
- k="-54" />
1411
- <hkern g1="quotesingle"
1412
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1413
- k="-2" />
1414
- <hkern g1="quotesingle"
1415
- g2="v,w,wacute,wcircumflex,wdieresis,wgrave"
1416
- k="-24" />
1417
- <hkern g1="quotesingle"
1418
- g2="t,tbar,tcaron,uni0163,uni021B,fi,fl,f_f.dlig,f_f_i.dlig,f_h.liga,f_j.liga,f_t.liga,_f.f.alt"
1419
- k="-40" />
1420
- <hkern g1="slash"
1421
- g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,AE"
1422
- k="6" />
1423
- <hkern g1="slash"
1424
- g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,c,cacute,ccaron,ccedilla,d,eth,dcaron,dcroat,e,eacute,ecaron,ecircumflex,edieresis,egrave,eogonek,g,gbreve,gcommaaccent,gdotaccent,o,oacute,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,s,sacute,scaron,scedilla,scommaaccent,q_j.liga"
1425
- k="30" />
1426
- <hkern g1="slash"
1427
- g2="v,w,wacute,wcircumflex,wdieresis,wgrave"
1428
- k="-7" />
1429
- <hkern g1="slash"
1430
- g2="X"
1431
- k="-12" />
1432
- <hkern g1="bracketleft"
1433
- g2="j,uni0237"
1434
- k="-12" />
1435
- </font>
1436
- </defs></svg>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
webfont/Affogato-Regular.ttf DELETED
Binary file
webfont/Affogato-Regular.woff DELETED
Binary file
webfont/Affogato-Regular.woff2 DELETED
Binary file
wpperformance.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: Improve WordPress performance by disabling unused items.
6
  * Author: pigeonhut, Jody Nesbitt, optimisation.io
7
  * Author URI:https://optimisation.io
8
- * Version: 1.5.0
9
  *
10
  * Copyright (C) 2017 Optimisation.io
11
  */
5
  * Description: Improve WordPress performance by disabling unused items.
6
  * Author: pigeonhut, Jody Nesbitt, optimisation.io
7
  * Author URI:https://optimisation.io
8
+ * Version: 1.5.1
9
  *
10
  * Copyright (C) 2017 Optimisation.io
11
  */