@touchcastllc/napster-companion-api 1.0.0-alpha.8 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (115) hide show
  1. package/README.md +733 -531
  2. package/lib/CompanionApiProvider.d.ts +21 -0
  3. package/lib/CompanionApiProvider.d.ts.map +1 -0
  4. package/lib/assets/fonts/segoe/SegoeUI-Bold.eot +0 -0
  5. package/lib/assets/fonts/segoe/SegoeUI-Bold.svg +1541 -0
  6. package/lib/assets/fonts/segoe/SegoeUI-Bold.ttf +0 -0
  7. package/lib/assets/fonts/segoe/SegoeUI-Bold.woff +0 -0
  8. package/lib/assets/fonts/segoe/SegoeUI-Bold.woff2 +0 -0
  9. package/lib/assets/fonts/segoe/SegoeUI.eot +0 -0
  10. package/lib/assets/fonts/segoe/SegoeUI.svg +1521 -0
  11. package/lib/assets/fonts/segoe/SegoeUI.ttf +0 -0
  12. package/lib/assets/fonts/segoe/SegoeUI.woff +0 -0
  13. package/lib/assets/fonts/segoe/SegoeUI.woff2 +0 -0
  14. package/lib/components/Avatar/Avatar.d.ts +11 -0
  15. package/lib/components/Avatar/Avatar.d.ts.map +1 -0
  16. package/lib/components/Avatar/index.d.ts +2 -30
  17. package/lib/components/Avatar/index.d.ts.map +1 -0
  18. package/lib/components/Embed/Embed.d.ts +16 -0
  19. package/lib/components/Embed/Embed.d.ts.map +1 -0
  20. package/lib/components/Embed/index.d.ts +2 -20
  21. package/lib/components/Embed/index.d.ts.map +1 -0
  22. package/lib/components/InactiveOverlay/InactiveOverlay.d.ts +12 -0
  23. package/lib/components/InactiveOverlay/InactiveOverlay.d.ts.map +1 -0
  24. package/lib/components/InactiveOverlay/index.d.ts +2 -15
  25. package/lib/components/InactiveOverlay/index.d.ts.map +1 -0
  26. package/lib/components/Preview/Preview.d.ts +13 -0
  27. package/lib/components/Preview/Preview.d.ts.map +1 -0
  28. package/lib/components/Preview/index.d.ts +2 -18
  29. package/lib/components/Preview/index.d.ts.map +1 -0
  30. package/lib/components/StyledTooltip/StyledTooltip.d.ts +12 -0
  31. package/lib/components/StyledTooltip/StyledTooltip.d.ts.map +1 -0
  32. package/lib/components/StyledTooltip/index.d.ts +2 -16
  33. package/lib/components/StyledTooltip/index.d.ts.map +1 -0
  34. package/lib/components/WaveForm/WaveForm.d.ts +16 -0
  35. package/lib/components/WaveForm/WaveForm.d.ts.map +1 -0
  36. package/lib/components/WaveForm/index.d.ts +2 -18
  37. package/lib/components/WaveForm/index.d.ts.map +1 -0
  38. package/lib/components/index.d.ts +7 -2
  39. package/lib/components/index.d.ts.map +1 -0
  40. package/lib/hooks/index.d.ts +5 -0
  41. package/lib/hooks/index.d.ts.map +1 -0
  42. package/lib/hooks/useApp.d.ts +25 -0
  43. package/lib/hooks/useApp.d.ts.map +1 -0
  44. package/lib/hooks/useAvatar.d.ts +88 -0
  45. package/lib/hooks/useAvatar.d.ts.map +1 -0
  46. package/lib/hooks/useMicrophones.d.ts +8 -0
  47. package/lib/hooks/useMicrophones.d.ts.map +1 -0
  48. package/lib/hooks/useWebRTC.d.ts +22 -0
  49. package/lib/hooks/useWebRTC.d.ts.map +1 -0
  50. package/lib/index-legacy.d.ts +27 -0
  51. package/lib/index-legacy.d.ts.map +1 -0
  52. package/lib/index-legacy.esm.js +2 -0
  53. package/lib/index-legacy.esm.js.map +1 -0
  54. package/lib/index-legacy.js +2 -0
  55. package/lib/index-legacy.js.map +1 -0
  56. package/lib/index.css +1 -1
  57. package/lib/index.d.ts +14 -19
  58. package/lib/index.d.ts.map +1 -0
  59. package/lib/index.esm.js +2 -1
  60. package/lib/index.esm.js.map +1 -0
  61. package/lib/index.js +2 -1
  62. package/lib/index.js.map +1 -0
  63. package/lib/index.standalone.js +22599 -1
  64. package/lib/index.standalone.js.map +1 -0
  65. package/lib/index.standalone.min.js +11 -0
  66. package/lib/index.standalone.min.js.map +1 -0
  67. package/lib/index.umd.js +19928 -0
  68. package/lib/index.umd.js.map +1 -0
  69. package/lib/index.umd.min.js +11 -0
  70. package/lib/index.umd.min.js.map +1 -0
  71. package/lib/sdk-base-B2ct7PnW.js +7 -0
  72. package/lib/sdk-base-B2ct7PnW.js.map +1 -0
  73. package/lib/sdk-base-DLPLYGiY.js +7 -0
  74. package/lib/sdk-base-DLPLYGiY.js.map +1 -0
  75. package/lib/sdk-base.d.ts +69 -0
  76. package/lib/sdk-base.d.ts.map +1 -0
  77. package/lib/services/analytics.d.ts +41 -59
  78. package/lib/services/analytics.d.ts.map +1 -0
  79. package/lib/setupTests.d.ts +1 -0
  80. package/lib/setupTests.d.ts.map +1 -0
  81. package/lib/stores/hooks.d.ts +8 -0
  82. package/lib/stores/hooks.d.ts.map +1 -0
  83. package/lib/stores/index.d.ts +4 -3
  84. package/lib/stores/index.d.ts.map +1 -0
  85. package/lib/stores/middleware/featuresUpdateMiddleware.d.ts +1 -0
  86. package/lib/stores/middleware/featuresUpdateMiddleware.d.ts.map +1 -0
  87. package/lib/stores/slices/appSlice.d.ts +2 -2
  88. package/lib/stores/slices/appSlice.d.ts.map +1 -0
  89. package/lib/stores/slices/avatarSlice.d.ts +34 -3
  90. package/lib/stores/slices/avatarSlice.d.ts.map +1 -0
  91. package/lib/stores/store.d.ts +5 -4
  92. package/lib/stores/store.d.ts.map +1 -0
  93. package/lib/types/errors.d.ts +1 -0
  94. package/lib/types/errors.d.ts.map +1 -0
  95. package/lib/types/index.d.ts +34 -53
  96. package/lib/types/index.d.ts.map +1 -0
  97. package/lib/umd.d.ts +1 -0
  98. package/lib/umd.d.ts.map +1 -0
  99. package/lib/utils/index.d.ts +1 -4
  100. package/lib/utils/index.d.ts.map +1 -0
  101. package/package.json +23 -19
  102. package/lib/constants/events.d.ts +0 -49
  103. package/lib/constants/greenscreen.d.ts +0 -28
  104. package/lib/constants/index.d.ts +0 -6
  105. package/lib/constants/waveform.d.ts +0 -34
  106. package/lib/services/webrtc.d.ts +0 -26
  107. package/lib/stores/selectors.d.ts +0 -30
  108. package/lib/types/abstract-typing.d.ts +0 -35
  109. package/lib/types/analytics.d.ts +0 -95
  110. package/lib/utils/classnames.d.ts +0 -48
  111. package/lib/utils/debug.d.ts +0 -84
  112. package/lib/utils/domFactory.d.ts +0 -56
  113. package/lib/utils/greenscreen/GreenScreenProcessor.d.ts +0 -25
  114. package/lib/utils/greenscreen/index.d.ts +0 -1
  115. package/lib/utils/svg.d.ts +0 -30
@@ -0,0 +1,1521 @@
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" version="1.1">
4
+ <metadata>
5
+ Created by FontForge 20201107 at Wed Jun 28 16:30:21 2006
6
+ By
7
+ (c) 2006 Microsoft Corporation. All Rights Reserved.
8
+ </metadata>
9
+ <defs>
10
+ <font id="SegoeUI" horiz-adv-x="1104">
11
+ <font-face
12
+ font-family="Segoe UI"
13
+ font-weight="400"
14
+ font-stretch="normal"
15
+ units-per-em="2048"
16
+ panose-1="2 11 5 2 4 2 4 2 2 3"
17
+ ascent="1638"
18
+ descent="-410"
19
+ x-height="1024"
20
+ cap-height="1434"
21
+ bbox="-198 -482 1888 1899"
22
+ underline-thickness="119"
23
+ underline-position="-471"
24
+ unicode-range="U+0020-02DC"
25
+ />
26
+ <missing-glyph horiz-adv-x="748"
27
+ d="M68 0v1365h544v-1365h-544zM136 68h408v1229h-408v-1229z"/>
28
+ <glyph glyph-name=".notdef" horiz-adv-x="748"
29
+ d="M68 0v1365h544v-1365h-544zM136 68h408v1229h-408v-1229z"/>
30
+ <glyph glyph-name=".null" horiz-adv-x="0"
31
+ />
32
+ <glyph glyph-name="nonmarkingreturn" horiz-adv-x="682"
33
+ />
34
+ <glyph glyph-name="space" unicode=" " horiz-adv-x="561"
35
+ />
36
+ <glyph glyph-name="exclam" unicode="!" horiz-adv-x="582"
37
+ d="M375 1434l-19 -1030h-135l-18 1030h172zM291 -18q-46 0 -78.5 32t-32.5 78t32.5 78.5t78.5 32.5q45 0 78 -32.5t33 -78.5t-33 -78t-78 -32z"/>
38
+ <glyph glyph-name="quotedbl" unicode="&#x22;" horiz-adv-x="803"
39
+ d="M323 1434l-30 -447h-115l-30 447h175zM655 1434l-30 -447h-115l-30 447h175z"/>
40
+ <glyph glyph-name="numbersign" unicode="#" horiz-adv-x="1210"
41
+ d="M1166 1032l-23 -106h-261l-63 -300h281l-27 -106h-275l-88 -397h-126l86 397h-250l-84 -397h-125l84 397h-262l20 106h265l61 300h-277l21 106h277l84 402h126l-84 -402h252l86 402h123l-84 -402h263zM758 926h-252l-66 -300h254z"/>
42
+ <glyph glyph-name="dollar" unicode="$"
43
+ d="M616 8v-217h-104v209q-213 0 -346 86v174q58 -51 158.5 -85.5t187.5 -34.5v512q-220 106 -285 195.5t-65 211.5q0 145 99 250.5t251 126.5v180h104v-176q196 -6 271 -56v-170q-102 80 -271 86v-528q208 -99 284.5 -191.5t76.5 -210.5q0 -142 -95.5 -238.5t-265.5 -123.5z
44
+ M512 828v466q-84 -17 -133 -74.5t-49 -139.5q0 -86 40 -141t142 -111zM616 600v-452q193 42 193 208q0 138 -193 244z"/>
45
+ <glyph glyph-name="percent" unicode="%" horiz-adv-x="1676"
46
+ d="M404 715q-148 0 -236 97.5t-88 260.5q0 178 93 280.5t251 102.5q153 0 237.5 -95t84.5 -267t-94.5 -275.5t-247.5 -103.5zM418 1346q-95 0 -150 -70.5t-55 -193.5q0 -121 54 -188.5t147 -67.5q94 0 147 70t53 194q0 121 -52.5 188.5t-143.5 67.5zM1364 1434l-920 -1444
47
+ h-143l919 1444h144zM1258 -22q-148 0 -236 98t-88 260q0 178 94 281.5t250 103.5q152 0 237 -96t85 -269q0 -171 -94.5 -274.5t-247.5 -103.5zM1272 608q-96 0 -150.5 -70t-54.5 -194q0 -119 54 -186.5t147 -67.5q94 0 147 70.5t53 193.5q0 122 -52.5 188t-143.5 66z"/>
48
+ <glyph glyph-name="ampersand" unicode="&#x26;" horiz-adv-x="1639"
49
+ d="M1445 -23q-57 0 -100.5 15.5t-80.5 44t-71.5 69.5t-72.5 93q-40 -43 -92.5 -83t-116.5 -71t-140 -49.5t-165 -18.5q-108 0 -198 27t-154 79.5t-99.5 129.5t-35.5 177q0 153 87 261.5t246 177.5q-30 22 -60 51.5t-53.5 67t-38 83t-14.5 99.5q0 79 28.5 140t78.5 103
50
+ t118 63.5t147 21.5q78 0 142.5 -21.5t111 -61.5t72.5 -96t26 -125q0 -120 -68.5 -199.5t-205.5 -135.5q69 -27 125 -66t103.5 -87t88.5 -103t81 -114q81 113 122 249t41 285q0 38 -4.5 71.5t-12.5 66.5h159q8 -33 9.5 -62.5t3.5 -70.5q0 -91 -19 -183t-51 -178.5
51
+ t-74.5 -164.5t-89.5 -143q35 -48 64 -83.5t58.5 -59.5t61 -35.5t71.5 -11.5q30 0 61 8t64 20v-152q-36 -14 -75.5 -21t-77.5 -7zM606 119q76 0 140 16.5t118 44t98 64t80 76.5q-61 95 -112.5 162.5t-104 116.5t-112 84t-137.5 65q-63 -25 -116 -55.5t-91.5 -72t-60.5 -96.5
52
+ t-22 -129q0 -68 25 -120t68.5 -86.5t101.5 -52t125 -17.5zM856 1140q0 50 -18.5 85t-47 58t-63.5 33.5t-69 10.5q-98 0 -156.5 -53t-59.5 -144q0 -41 12.5 -77t35 -67t52.5 -55t64 -41q126 44 188 102.5t62 147.5z"/>
53
+ <glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="471"
54
+ d="M323 1434l-30 -447h-115l-30 447h175z"/>
55
+ <glyph glyph-name="asterisk" unicode="*" horiz-adv-x="854"
56
+ d="M780 1104l-274 -56l190 -243l-110 -76l-156 265l-158 -265l-110 76l190 243l-276 56l45 125l262 -99l-23 304h138l-23 -304l263 99z"/>
57
+ <glyph glyph-name="plus" unicode="+" horiz-adv-x="1401"
58
+ d="M1172 530h-404v-403h-133v403h-403v134h403v403h133v-403h404v-134z"/>
59
+ <glyph glyph-name="comma" unicode="," horiz-adv-x="444"
60
+ d="M316 228l-160 -492h-117l117 492h160z"/>
61
+ <glyph glyph-name="hyphen" unicode="-" horiz-adv-x="819"
62
+ d="M690 506h-546v129h546v-129z"/>
63
+ <glyph glyph-name="period" unicode="." horiz-adv-x="444"
64
+ d="M223 -22q-46 0 -78.5 33t-32.5 79t32.5 79.5t78.5 33.5q47 0 80 -33.5t33 -79.5t-33 -79t-80 -33z"/>
65
+ <glyph glyph-name="slash" unicode="/" horiz-adv-x="798"
66
+ d="M813 1434l-688 -1672h-153l686 1672h155z"/>
67
+ <glyph glyph-name="zero" unicode="0"
68
+ d="M538 -24q-213 0 -332.5 183t-119.5 529q0 380 124.5 575t359.5 195q450 0 450 -735q0 -364 -127 -555.5t-355 -191.5zM561 1319q-307 0 -307 -623q0 -582 301 -582q297 0 297 592q0 613 -291 613z"/>
69
+ <glyph glyph-name="one" unicode="1"
70
+ d="M987 0h-811v144h324v1114l-332 -99v156l496 151v-1322h323v-144z"/>
71
+ <glyph glyph-name="two" unicode="2"
72
+ d="M960 0h-864v146l418 419q160 160 228.5 266.5t68.5 227.5q0 124 -71 192t-202 68q-192 0 -368 -164v172q168 131 391 131q192 0 302 -104t110 -279q0 -138 -76 -269.5t-273 -326.5l-331 -327v-4h667v-148z"/>
73
+ <glyph glyph-name="three" unicode="3"
74
+ d="M131 53v177q147 -116 332 -116q150 0 239.5 75t89.5 202q0 281 -399 281h-119v139h113q355 0 355 264q0 244 -271 244q-151 0 -285 -103v160q138 82 326 82q181 0 289.5 -96t108.5 -246q0 -283 -288 -364v-4q155 -15 246.5 -108.5t91.5 -233.5q0 -193 -138.5 -311.5
75
+ t-365.5 -118.5q-204 0 -325 77z"/>
76
+ <glyph glyph-name="four" unicode="4"
77
+ d="M1034 381h-184v-381h-162v381h-674v107l638 946h198v-920h184v-133zM688 514v620q0 66 4 148h-4q-14 -36 -55 -110l-441 -658h496z"/>
78
+ <glyph glyph-name="five" unicode="5"
79
+ d="M164 35v174q147 -95 299 -95t245 86t93 228q0 141 -95 220t-272 79q-60 0 -225 -12v719h694v-148h-539v-420q66 4 122 4q230 0 356 -115.5t126 -316.5q0 -208 -135.5 -335t-371.5 -127q-199 0 -297 59z"/>
80
+ <glyph glyph-name="six" unicode="6"
81
+ d="M934 1417v-155q-111 57 -234 57q-191 0 -305.5 -170t-114.5 -455h4q100 203 328 203q188 0 299 -120.5t111 -322.5q0 -211 -127 -344.5t-323 -133.5q-216 0 -339 172t-123 483q0 377 161 602t425 225q150 0 238 -41zM576 758q-127 0 -206 -86t-79 -203q0 -147 78.5 -251
82
+ t208.5 -104q124 0 200 90.5t76 229.5q0 152 -73 238t-205 86z"/>
83
+ <glyph glyph-name="seven" unicode="7"
84
+ d="M1010 1382l-568 -1382h-170l537 1286h-723v148h924v-52z"/>
85
+ <glyph glyph-name="eight" unicode="8"
86
+ d="M410 752v4q-258 120 -258 348q0 155 118 254.5t304 99.5q168 0 276 -93t108 -239q0 -238 -266 -370v-4q314 -112 314 -388q0 -178 -128 -283t-356 -105q-184 0 -303 104t-119 270q0 276 310 402zM790 1106q0 99 -62 156t-169 57q-100 0 -169.5 -59.5t-69.5 -151.5
87
+ q0 -187 233 -282q237 98 237 280zM542 674q-274 -109 -274 -316q0 -107 79.5 -175.5t209.5 -68.5q124 0 202.5 67.5t78.5 170.5q0 216 -296 322z"/>
88
+ <glyph glyph-name="nine" unicode="9"
89
+ d="M172 24v158q120 -68 254 -68q195 0 303.5 157t108.5 446q-2 -1 -4 0q-92 -185 -320 -185q-184 0 -302 125t-118 322q0 210 129.5 344.5t331.5 134.5q212 0 330.5 -167.5t118.5 -487.5q0 -397 -154 -612t-428 -215q-144 0 -250 48zM540 1319q-119 0 -198.5 -89.5
90
+ t-79.5 -227.5q0 -151 78 -237.5t211 -86.5q116 0 196.5 79t80.5 193q0 163 -80 266t-208 103z"/>
91
+ <glyph glyph-name="colon" unicode=":" horiz-adv-x="444"
92
+ d="M223 824q-46 0 -78.5 33t-32.5 79t32.5 78t78.5 32q47 0 80 -32t33 -78t-33 -79t-80 -33zM223 -22q-46 0 -78.5 33t-32.5 79t32.5 79.5t78.5 33.5q47 0 80 -33.5t33 -79.5t-33 -79t-80 -33z"/>
93
+ <glyph glyph-name="semicolon" unicode=";" horiz-adv-x="444"
94
+ d="M226 824q-47 0 -79.5 33t-32.5 79t32.5 78t79.5 32q46 0 79 -32t33 -78t-33 -79t-79 -33zM316 228l-160 -492h-117l117 492h160z"/>
95
+ <glyph glyph-name="less" unicode="&#x3c;" horiz-adv-x="1401"
96
+ d="M1132 127l-860 432v59l860 482v-150l-642 -356v-4l642 -314v-149z"/>
97
+ <glyph glyph-name="equal" unicode="=" horiz-adv-x="1401"
98
+ d="M1172 744h-940v132h940v-132zM1172 318h-940v132h940v-132z"/>
99
+ <glyph glyph-name="greater" unicode="&#x3e;" horiz-adv-x="1401"
100
+ d="M1132 559l-860 -432v149l644 312v6l-644 356v150l860 -482v-59z"/>
101
+ <glyph glyph-name="question" unicode="?" horiz-adv-x="918"
102
+ d="M335 398q-9 26 -16 67.5t-7 82.5q0 64 25.5 115.5t63.5 96.5t83 86.5t83 84t63.5 89t25.5 102.5q0 48 -18.5 85t-50.5 62t-74 37.5t-89 12.5q-169 0 -293 -133v176q153 96 317 96q76 0 143 -20t117.5 -59.5t79.5 -98.5t29 -137q0 -74 -26 -132t-65.5 -106.5t-85.5 -90.5
103
+ t-85.5 -83.5t-65.5 -86.5t-26 -99q0 -46 11 -83.5t22 -63.5h-161zM425 -18q-44 0 -78 32q-33 32 -33 78q0 47 33 78q33 33 78 33t78 -33q33 -31 33 -78q0 -46 -33 -78q-34 -32 -78 -32z"/>
104
+ <glyph glyph-name="at" unicode="@" horiz-adv-x="1956"
105
+ d="M1164 420h-5q-73 -238 -287 -238q-137 0 -220.5 101t-83.5 272q0 226 115.5 375.5t303.5 149.5q72 0 128.5 -37t72.5 -93h4q2 28 10 115h125q-47 -551 -47 -561q0 -207 119 -207q108 0 179.5 117t71.5 303q0 275 -174 449t-482 174q-297 0 -491 -208t-194 -520
106
+ q0 -307 184.5 -495.5t497.5 -188.5q247 0 422 82v-124q-173 -74 -432 -74q-364 0 -586.5 219.5t-222.5 574.5q0 366 233.5 607t596.5 241q340 0 563 -202t223 -527q0 -238 -117.5 -390.5t-286.5 -152.5q-219 0 -220 238zM985 964q-124 0 -200.5 -118t-76.5 -293
107
+ q0 -118 51.5 -186t137.5 -68q124 0 196.5 123.5t72.5 327.5q0 214 -181 214z"/>
108
+ <glyph glyph-name="A" unicode="A" horiz-adv-x="1321"
109
+ d="M1298 0h-186l-152 402h-608l-143 -402h-187l550 1434h174zM905 553l-225 611q-11 30 -22 96h-4q-10 -61 -23 -96l-223 -611h497z"/>
110
+ <glyph glyph-name="B" unicode="B" horiz-adv-x="1174"
111
+ d="M188 0v1434h408q186 0 295 -91t109 -237q0 -122 -66 -212t-182 -128v-4q145 -17 232 -109.5t87 -240.5q0 -184 -132 -298t-333 -114h-418zM356 1282v-463h172q138 0 217 66.5t79 187.5q0 209 -275 209h-193zM356 668v-516h228q148 0 229.5 70t81.5 192q0 254 -346 254
112
+ h-193z"/>
113
+ <glyph glyph-name="C" unicode="C" horiz-adv-x="1268"
114
+ d="M1164 60q-159 -84 -396 -84q-306 0 -490 197t-184 517q0 344 207 556t525 212q204 0 338 -59v-179q-154 86 -340 86q-247 0 -400.5 -165t-153.5 -441q0 -262 143.5 -417.5t376.5 -155.5q216 0 374 96v-163z"/>
115
+ <glyph glyph-name="D" unicode="D" horiz-adv-x="1436"
116
+ d="M188 0v1434h396q758 0 758 -699q0 -332 -210.5 -533.5t-563.5 -201.5h-380zM356 1282v-1130h214q282 0 439 151t157 428q0 551 -586 551h-224z"/>
117
+ <glyph glyph-name="E" unicode="E" horiz-adv-x="1036"
118
+ d="M948 0h-760v1434h728v-152h-560v-477h518v-151h-518v-502h592v-152z"/>
119
+ <glyph glyph-name="F" unicode="F" horiz-adv-x="1000"
120
+ d="M916 1282h-560v-496h518v-151h-518v-635h-168v1434h728v-152z"/>
121
+ <glyph glyph-name="G" unicode="G" horiz-adv-x="1405"
122
+ d="M1260 98q-216 -122 -480 -122q-307 0 -496.5 198t-189.5 524q0 333 210.5 546.5t533.5 213.5q234 0 393 -76v-186q-174 110 -412 110q-241 0 -395 -166t-154 -430q0 -272 143 -427.5t388 -155.5q168 0 291 67v402h-314v152h482v-650z"/>
123
+ <glyph glyph-name="H" unicode="H" horiz-adv-x="1454"
124
+ d="M1266 0h-168v654h-742v-654h-168v1434h168v-629h742v629h168v-1434z"/>
125
+ <glyph glyph-name="I" unicode="I" horiz-adv-x="545"
126
+ d="M496 1434v-144h-140v-1146h140v-144h-448v144h140v1146h-140v144h448z"/>
127
+ <glyph glyph-name="J" unicode="J" horiz-adv-x="731"
128
+ d="M555 514q0 -255 -108 -396.5t-289 -141.5q-84 0 -138 24v166q54 -39 140 -39q227 0 227 385v922h168v-920z"/>
129
+ <glyph glyph-name="K" unicode="K" horiz-adv-x="1188"
130
+ d="M1186 0h-234l-554 656q-31 37 -38 50h-4v-706h-168v1434h168v-674h4q14 22 38 49l536 625h209l-615 -688z"/>
131
+ <glyph glyph-name="L" unicode="L" horiz-adv-x="964"
132
+ d="M932 0h-744v1434h168v-1282h576v-152z"/>
133
+ <glyph glyph-name="M" unicode="M" horiz-adv-x="1839"
134
+ d="M1650 0h-167v962q0 114 14 279h-4q-24 -97 -43 -139l-490 -1102h-82l-489 1094q-21 48 -43 147h-4q8 -86 8 -281v-960h-162v1434h222l440 -1000q51 -115 66 -172h6q43 118 69 176l449 996h210v-1434z"/>
135
+ <glyph glyph-name="N" unicode="N" horiz-adv-x="1532"
136
+ d="M1344 0h-206l-738 1143q-28 43 -46 90h-6q8 -46 8 -197v-1036h-168v1434h218l718 -1125q45 -70 58 -96h4q-10 62 -10 211v1010h168v-1434z"/>
137
+ <glyph glyph-name="O" unicode="O" horiz-adv-x="1544"
138
+ d="M766 -24q-305 0 -488.5 201t-183.5 523q0 346 187 552t509 206q297 0 478.5 -200t181.5 -523q0 -351 -186 -555t-498 -204zM778 1306q-226 0 -367 -163t-141 -428t137.5 -426.5t358.5 -161.5q236 0 372 154t136 431q0 284 -132 439t-364 155z"/>
139
+ <glyph glyph-name="P" unicode="P" horiz-adv-x="1147"
140
+ d="M356 542v-542h-168v1434h394q230 0 356.5 -112t126.5 -316t-140.5 -334t-379.5 -130h-189zM356 1282v-588h176q174 0 265.5 79.5t91.5 224.5q0 284 -336 284h-197z"/>
141
+ <glyph glyph-name="Q" unicode="Q" horiz-adv-x="1544"
142
+ d="M756 -24q-64 0 -130 12.5t-128 38t-118.5 63t-102.5 87.5q-183 200 -183 523q0 347 186 552q188 206 514 206q292 0 474 -200t182 -523q0 -136 -30.5 -256.5t-92.5 -217.5t-156 -164.5t-222 -96.5q52 -56 97.5 -99t91 -72.5t94.5 -44.5t108 -15q16 0 35 1.5t38.5 5
143
+ t37.5 8t33 10.5v-162q-16 -5 -36 -8.5t-40.5 -6t-40.5 -4t-37 -1.5q-96 0 -172.5 28.5t-143 78t-128.5 115.5t-130 142zM778 1306q-226 0 -367 -163t-141 -428q0 -264 137 -427q138 -161 359 -161q236 0 372 154t136 431q0 285 -132 439q-132 155 -364 155z"/>
144
+ <glyph glyph-name="R" unicode="R" horiz-adv-x="1225"
145
+ d="M1216 0h-200l-240 402q-33 56 -64 95.5t-63.5 64.5t-70 36.5t-84.5 11.5h-138v-610h-168v1434h428q94 0 173.5 -23.5t138 -71.5t91.5 -119.5t33 -167.5q0 -75 -22.5 -137.5t-64 -111.5t-100 -83.5t-131.5 -53.5v-4q36 -16 62.5 -36.5t50.5 -48.5t47.5 -63.5t52.5 -82.5z
146
+ M356 1282v-520h228q63 0 116.5 19t92.5 54.5t61 87t22 115.5q0 115 -74.5 179.5t-215.5 64.5h-230z"/>
147
+ <glyph glyph-name="S" unicode="S" horiz-adv-x="1088"
148
+ d="M121 58v198q34 -30 81.5 -54t100 -40.5t105.5 -25.5t98 -9q155 0 231.5 57.5t76.5 165.5q0 58 -25.5 101t-70.5 78.5t-106.5 68t-132.5 68.5q-75 38 -140 77t-113 86t-75.5 106.5t-27.5 139.5q0 98 43 170.5t113 119.5t159.5 70t182.5 23q212 0 309 -51v-189
149
+ q-127 88 -326 88q-55 0 -110 -11.5t-98 -37.5t-70 -67t-27 -100q0 -55 20.5 -95t60.5 -73t97.5 -64t132.5 -68q77 -38 146 -80t121 -93t82.5 -113t30.5 -142q0 -106 -41.5 -179.5t-112 -119.5t-162.5 -66.5t-194 -20.5q-34 0 -84 5.5t-102 16t-98.5 26t-74.5 34.5z"/>
150
+ <glyph glyph-name="T" unicode="T" horiz-adv-x="1073"
151
+ d="M1036 1282h-414v-1282h-168v1282h-413v152h995v-152z"/>
152
+ <glyph glyph-name="U" unicode="U" horiz-adv-x="1407"
153
+ d="M1237 580q0 -604 -545 -604q-522 0 -522 581v877h168v-866q0 -441 372 -441q359 0 359 426v881h168v-854z"/>
154
+ <glyph glyph-name="V" unicode="V" horiz-adv-x="1272"
155
+ d="M1254 1434l-531 -1434h-185l-520 1434h187l397 -1137q19 -55 29 -127h4q8 60 33 129l405 1135h181z"/>
156
+ <glyph glyph-name="W" unicode="W" horiz-adv-x="1913"
157
+ d="M1888 1434l-405 -1434h-197l-295 1048q-19 67 -23 146h-4q-6 -74 -26 -144l-297 -1050h-195l-420 1434h185l305 -1100q19 -69 24 -144h5q5 53 31 144l317 1100h161l304 -1108q16 -57 24 -134h4q4 52 27 138l293 1104h182z"/>
158
+ <glyph glyph-name="X" unicode="X" horiz-adv-x="1208"
159
+ d="M1178 0h-205l-330 549q-15 25 -33 71h-4q-10 -23 -34 -71l-340 -549h-206l480 721l-442 713h206l293 -504q29 -50 51 -100h4q32 66 56 104l305 500h193l-451 -711z"/>
160
+ <glyph glyph-name="Y" unicode="Y" horiz-adv-x="1132"
161
+ d="M1120 1434l-473 -904v-530h-168v526l-461 908h191l321 -648q6 -12 35 -88h3q10 34 38 88l336 648h178z"/>
162
+ <glyph glyph-name="Z" unicode="Z" horiz-adv-x="1168"
163
+ d="M1124 1394l-840 -1242h820v-152h-1071v47l833 1235h-766v152h1024v-40z"/>
164
+ <glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="618"
165
+ d="M568 -326h-368v1760h368v-119h-222v-1522h222v-119z"/>
166
+ <glyph glyph-name="backslash" unicode="\" horiz-adv-x="776"
167
+ d="M798 -240h-151l-673 1674h155z"/>
168
+ <glyph glyph-name="bracketright" unicode="]" horiz-adv-x="618"
169
+ d="M420 -326h-367v119h221v1522h-221v119h367v-1760z"/>
170
+ <glyph glyph-name="asciicircum" unicode="^" horiz-adv-x="1401"
171
+ d="M1174 624h-150l-332 619h-6l-309 -619h-147l422 834h65z"/>
172
+ <glyph glyph-name="underscore" unicode="_" horiz-adv-x="850"
173
+ d="M850 -297h-850v119h850v-119z"/>
174
+ <glyph glyph-name="grave" unicode="`" horiz-adv-x="549"
175
+ d="M471 1218h-127l-262 328h168z"/>
176
+ <glyph glyph-name="a" unicode="a" horiz-adv-x="1042"
177
+ d="M899 0h-164v160h-4q-107 -184 -315 -184q-153 0 -239.5 81t-86.5 215q0 287 338 334l307 43q0 261 -211 261q-185 0 -334 -126v168q151 96 348 96q361 0 361 -382v-666zM735 518l-247 -34q-114 -16 -172 -56.5t-58 -143.5q0 -75 53.5 -122.5t142.5 -47.5
178
+ q122 0 201.5 85.5t79.5 216.5v102z"/>
179
+ <glyph glyph-name="b" unicode="b" horiz-adv-x="1204"
180
+ d="M334 148h-4v-148h-164v1516h164v-672h4q121 204 354 204q197 0 308.5 -137.5t111.5 -368.5q0 -257 -125 -411.5t-342 -154.5q-203 0 -307 172zM330 561v-143q0 -127 82.5 -215.5t209.5 -88.5q149 0 233.5 114t84.5 317q0 171 -79 268t-214 97q-143 0 -230 -99.5
181
+ t-87 -249.5z"/>
182
+ <glyph glyph-name="c" unicode="c" horiz-adv-x="946"
183
+ d="M864 47q-118 -71 -280 -71q-219 0 -353.5 142.5t-134.5 369.5q0 253 145 406.5t387 153.5q135 0 238 -50v-168q-114 80 -244 80q-157 0 -257.5 -112.5t-100.5 -295.5q0 -180 94.5 -284t253.5 -104q134 0 252 89v-156z"/>
184
+ <glyph glyph-name="d" unicode="d" horiz-adv-x="1206"
185
+ d="M1040 0h-164v174h-4q-114 -198 -352 -198q-193 0 -308.5 137.5t-115.5 374.5q0 254 128 407t341 153q211 0 307 -166h4v634h164v-1516zM876 463v151q0 124 -82 210t-208 86q-150 0 -236 -110t-86 -304q0 -177 82.5 -279.5t221.5 -102.5q137 0 222.5 99t85.5 250z"/>
186
+ <glyph glyph-name="e" unicode="e" horiz-adv-x="1071"
187
+ d="M989 471h-723q4 -171 92 -264t242 -93q173 0 318 114v-154q-135 -98 -357 -98q-217 0 -341 139.5t-124 392.5q0 239 135.5 389.5t336.5 150.5t311 -130t110 -361v-86zM821 610q-1 142 -68.5 221t-187.5 79q-116 0 -197 -83t-100 -217h553z"/>
188
+ <glyph glyph-name="f" unicode="f" horiz-adv-x="641"
189
+ d="M672 1372q-48 27 -109 27q-172 0 -172 -217v-158h240v-140h-240v-884h-163v884h-175v140h175v166q0 161 93 254.5t232 93.5q75 0 119 -18v-148z"/>
190
+ <glyph glyph-name="g" unicode="g" horiz-adv-x="1206"
191
+ d="M1040 82q0 -564 -540 -564q-190 0 -332 72v164q173 -96 330 -96q378 0 378 402v112h-4q-117 -196 -352 -196q-191 0 -307.5 136.5t-116.5 366.5q0 261 125.5 415t343.5 154q207 0 307 -166h4v142h164v-942zM876 463v151q0 122 -82.5 209t-205.5 87q-152 0 -238 -110.5
192
+ t-86 -309.5q0 -171 82.5 -273.5t218.5 -102.5q138 0 224.5 98t86.5 251z"/>
193
+ <glyph glyph-name="h" unicode="h" horiz-adv-x="1159"
194
+ d="M1016 0h-164v590q0 320 -238 320q-120 0 -202 -92.5t-82 -237.5v-580h-164v1516h164v-662h4q118 194 336 194q346 0 346 -417v-631z"/>
195
+ <glyph glyph-name="i" unicode="i" horiz-adv-x="496"
196
+ d="M250 1284q-44 0 -75 30t-31 76t31 76.5t75 30.5q45 0 76.5 -30.5t31.5 -76.5q0 -44 -31.5 -75t-76.5 -31zM330 0h-164v1024h164v-1024z"/>
197
+ <glyph glyph-name="j" unicode="j" horiz-adv-x="496"
198
+ d="M330 43q0 -252 -101.5 -388.5t-290.5 -136.5q-70 0 -136 32v153q74 -45 140 -45q224 0 224 358v1008h164v-981zM250 1284q-44 0 -75 30t-31 76t31 76.5t75 30.5q45 0 76.5 -30.5t31.5 -76.5q0 -44 -31.5 -75t-76.5 -31z"/>
199
+ <glyph glyph-name="k" unicode="k" horiz-adv-x="1018"
200
+ d="M1016 0h-230l-452 492h-4v-492h-164v1516h164v-961h4l430 469h215l-475 -494z"/>
201
+ <glyph glyph-name="l" unicode="l" horiz-adv-x="496"
202
+ d="M330 0h-164v1516h164v-1516z"/>
203
+ <glyph glyph-name="m" unicode="m" horiz-adv-x="1764"
204
+ d="M1620 0h-164v588q0 170 -52.5 246t-176.5 76q-105 0 -178.5 -96t-73.5 -230v-584h-164v608q0 302 -233 302q-108 0 -178 -90.5t-70 -235.5v-584h-164v1024h164v-162h4q109 186 318 186q105 0 183 -58.5t107 -153.5q114 212 340 212q338 0 338 -417v-631z"/>
205
+ <glyph glyph-name="n" unicode="n" horiz-adv-x="1159"
206
+ d="M1016 0h-164v584q0 326 -238 326q-123 0 -203.5 -92.5t-80.5 -233.5v-584h-164v1024h164v-170h4q116 194 336 194q168 0 257 -108.5t89 -313.5v-626z"/>
207
+ <glyph glyph-name="o" unicode="o" horiz-adv-x="1200"
208
+ d="M594 -24q-227 0 -362.5 143.5t-135.5 380.5q0 258 141 403t381 145q229 0 357.5 -141t128.5 -391q0 -245 -138.5 -392.5t-371.5 -147.5zM606 910q-158 0 -250 -107.5t-92 -296.5q0 -182 93 -287t249 -105q159 0 244.5 103t85.5 293q0 192 -85.5 296t-244.5 104z"/>
209
+ <glyph glyph-name="p" unicode="p" horiz-adv-x="1204"
210
+ d="M334 148h-4v-619h-164v1495h164v-180h4q121 204 354 204q198 0 309 -137.5t111 -368.5q0 -257 -125 -411.5t-342 -154.5q-199 0 -307 172zM330 561v-143q0 -127 82.5 -215.5t209.5 -88.5q149 0 233.5 114t84.5 317q0 171 -79 268t-214 97q-143 0 -230 -99.5t-87 -249.5z
211
+ "/>
212
+ <glyph glyph-name="q" unicode="q" horiz-adv-x="1206"
213
+ d="M1040 -471h-164v647h-4q-107 -200 -350 -200q-193 0 -309.5 137.5t-116.5 374.5q0 255 128 407.5t344 152.5q210 0 304 -166h4v142h164v-1495zM876 461v149q0 126 -82.5 213t-209.5 87q-148 0 -234 -109.5t-86 -308.5q0 -177 83 -277.5t214 -100.5q144 0 229.5 98.5
214
+ t85.5 248.5z"/>
215
+ <glyph glyph-name="r" unicode="r" horiz-adv-x="712"
216
+ d="M700 858q-43 33 -124 33q-105 0 -175.5 -99t-70.5 -270v-522h-164v1024h164v-211h4q35 108 107 168.5t161 60.5q64 0 98 -14v-170z"/>
217
+ <glyph glyph-name="s" unicode="s" horiz-adv-x="869"
218
+ d="M104 37v176q134 -99 295 -99q216 0 216 144q0 41 -18.5 69.5t-50 50.5t-74 39.5t-91.5 36.5q-68 27 -119.5 54.5t-86 62t-52 78.5t-17.5 103q0 72 33 127.5t88 93t125.5 56.5t145.5 19q133 0 238 -46v-166q-113 74 -260 74q-46 0 -83 -10.5t-63.5 -29.5t-41 -45.5
219
+ t-14.5 -58.5q0 -40 14.5 -67t42.5 -48t68 -38t91 -37q68 -26 122 -53.5t92 -62t58.5 -79.5t20.5 -107q0 -76 -33.5 -132t-89.5 -93t-129 -55t-153 -18q-158 0 -274 61z"/>
220
+ <glyph glyph-name="t" unicode="t" horiz-adv-x="694"
221
+ d="M641 10q-58 -32 -153 -32q-269 0 -269 300v606h-176v140h176v250l164 53v-303h258v-140h-258v-577q0 -103 35 -147t116 -44q62 0 107 34v-140z"/>
222
+ <glyph glyph-name="u" unicode="u" horiz-adv-x="1159"
223
+ d="M994 0h-164v162h-4q-102 -186 -316 -186q-366 0 -366 436v612h163v-586q0 -324 248 -324q120 0 197.5 88.5t77.5 231.5v590h164v-1024z"/>
224
+ <glyph glyph-name="v" unicode="v" horiz-adv-x="981"
225
+ d="M971 1024l-408 -1024h-161l-388 1024h180l260 -744q29 -82 36 -143h4q10 77 32 139l272 748h173z"/>
226
+ <glyph glyph-name="w" unicode="w" horiz-adv-x="1480"
227
+ d="M1456 1024l-307 -1024h-170l-211 733q-12 42 -16 95h-4q-3 -36 -21 -93l-229 -735h-164l-310 1024h172l212 -770q10 -35 14 -92h8q3 44 18 94l236 768h150l212 -772q10 -37 15 -92h8q2 39 17 92l208 772h162z"/>
228
+ <glyph glyph-name="x" unicode="x" horiz-adv-x="940"
229
+ d="M914 1024l-344 -518l338 -506h-191l-201 332q-19 31 -45 78h-4q-5 -9 -47 -78l-205 -332h-189l349 502l-334 522h191l198 -350q22 -39 43 -80h4l256 430h181z"/>
230
+ <glyph glyph-name="y" unicode="y" horiz-adv-x="991"
231
+ d="M981 1024l-471 -1188q-126 -318 -354 -318q-64 0 -107 13v147q53 -18 97 -18q124 0 186 148l82 194l-400 1022h182l277 -788q5 -15 21 -78h6q5 24 20 76l291 790h170z"/>
232
+ <glyph glyph-name="z" unicode="z" horiz-adv-x="926"
233
+ d="M880 977l-606 -837h600v-140h-841v51l606 833h-549v140h790v-47z"/>
234
+ <glyph glyph-name="braceleft" unicode="{" horiz-adv-x="618"
235
+ d="M555 -326q-307 4 -307 310v300q0 202 -156 212v116q156 10 156 216v292q0 310 307 314v-128q-159 -4 -159 -198v-293q0 -210 -150 -258v-4q150 -45 150 -256v-289q0 -111 35.5 -158.5t123.5 -49.5v-126z"/>
236
+ <glyph glyph-name="bar" unicode="|" horiz-adv-x="490"
237
+ d="M320 -482h-148v2048h148v-2048z"/>
238
+ <glyph glyph-name="braceright" unicode="}" horiz-adv-x="618"
239
+ d="M528 496q-156 -10 -156 -212v-300q0 -306 -306 -310v126q87 2 123.5 50t36.5 158v289q0 211 149 256v4q-149 48 -149 258v293q0 194 -160 198v128q306 -4 306 -314v-292q0 -206 156 -216v-116z"/>
240
+ <glyph glyph-name="asciitilde" unicode="~" horiz-adv-x="1401"
241
+ d="M1194 750q-7 -148 -80.5 -229t-199.5 -81q-109 0 -265 109q-97 67 -159 67q-140 0 -146 -176h-135q5 143 79.5 226.5t201.5 83.5q106 0 235 -88q132 -90 197 -90q61 0 98 49t39 129h135z"/>
242
+ <glyph glyph-name="nonbreakingspace" unicode="&#xa0;" horiz-adv-x="561"
243
+ />
244
+ <glyph glyph-name="exclamdown" unicode="&#xa1;" horiz-adv-x="582"
245
+ d="M291 826q-46 0 -78.5 32t-32.5 78t32.5 78t78.5 32q45 0 78 -32t33 -78t-33 -78t-78 -32zM379 -406h-172l19 1030h134z"/>
246
+ <glyph glyph-name="cent" unicode="&#xa2;"
247
+ d="M952 209q-96 -59 -221 -69v-189h-125v191q-193 22 -307.5 161t-114.5 346q0 219 114.5 366.5t307.5 184.5v213h125v-203q123 -2 221 -51v-172q-101 71 -221 78v-785q122 12 221 86v-157zM606 291v761q-119 -31 -186.5 -133.5t-67.5 -252.5t68 -249t186 -126z"/>
248
+ <glyph glyph-name="sterling" unicode="&#xa3;"
249
+ d="M1006 0h-900v135q218 69 218 313v187h-197v141h197v254q0 188 109 308t282 120q117 0 213 -41v-155q-100 57 -211 57q-229 0 -229 -307v-236h296v-141h-296v-156q0 -242 -193 -339h711v-140z"/>
250
+ <glyph glyph-name="currency" unicode="&#xa4;" horiz-adv-x="1138"
251
+ d="M1038 354l-92 -96l-137 138q-105 -76 -239 -76q-136 0 -240 76l-138 -138l-92 96l138 134q-76 113 -76 237q0 129 76 237l-138 136l92 96l138 -137q110 77 240 77q129 0 237 -77l139 137l92 -96l-137 -136q78 -112 78 -237q0 -121 -78 -237zM570 1002q-116 0 -195.5 -81
252
+ t-79.5 -194t80.5 -194t194.5 -81q113 0 194.5 81t81.5 194t-83 194t-193 81z"/>
253
+ <glyph glyph-name="yen" unicode="&#xa5;"
254
+ d="M1042 1434l-356 -656h285v-139h-334v-207h334v-139h-334v-293h-164v293h-344v139h344v207h-344v139h291l-352 656h192l250 -514q28 -58 47 -111h4q13 42 49 117l252 508h180z"/>
255
+ <glyph glyph-name="brokenbar" unicode="&#xa6;" horiz-adv-x="490"
256
+ d="M320 715h-148v851h148v-851zM320 -482h-148v852h148v-852z"/>
257
+ <glyph glyph-name="section" unicode="&#xa7;" horiz-adv-x="918"
258
+ d="M658 416q90 -74 90 -186q0 -132 -100 -214t-255 -82q-131 0 -239 56v158q130 -74 250 -74q84 0 130 39.5t46 99.5q0 53 -35.5 89.5t-180.5 113.5q-233 122 -233 317q0 163 147 244q-106 83 -106 223q0 127 93.5 209t246.5 82q130 0 219 -43v-158q-101 62 -223 62
259
+ q-168 0 -168 -144q0 -55 40.5 -100t203.5 -123q223 -107 223 -293q0 -170 -149 -276zM398 905q-101 -51 -101 -159q0 -72 56.5 -126.5t197.5 -117.5q88 68 88 172q0 72 -52.5 122.5t-188.5 108.5z"/>
260
+ <glyph glyph-name="dieresis" unicode="&#xa8;" horiz-adv-x="848"
261
+ d="M610 1218q-40 0 -69 28t-29 71q0 42 28 70t68 28q42 0 71 -28.5t29 -69.5t-28 -70t-70 -29zM226 1218q-42 0 -71.5 29.5t-29.5 69.5q0 42 28.5 70t69.5 28t71 -28.5t30 -69.5t-29 -70t-69 -29z"/>
262
+ <glyph glyph-name="copyright" unicode="&#xa9;" horiz-adv-x="1823"
263
+ d="M912 -33q-311 0 -530.5 219.5t-219.5 530.5t219.5 530.5t530.5 219.5q310 0 529.5 -219.5t219.5 -530.5t-219.5 -530.5t-529.5 -219.5zM912 1379q-274 0 -468 -194t-194 -468t194 -467.5t468 -193.5t467.5 193.5t193.5 467.5t-193.5 468t-467.5 194zM1213 266
264
+ q-114 -69 -269 -69q-209 0 -350 141.5t-141 353.5q0 247 144.5 394t375.5 147q132 0 236 -53v-150q-95 72 -254 72q-156 0 -257.5 -106.5t-101.5 -286.5q0 -174 103.5 -279.5t263.5 -105.5q146 0 250 78v-136z"/>
265
+ <glyph glyph-name="ordfeminine" unicode="&#xaa;" horiz-adv-x="803"
266
+ d="M688 717h-129v100h-4q-79 -119 -231 -119q-109 0 -175.5 59.5t-66.5 152.5q0 202 248 235l229 31q0 168 -151 168q-136 0 -254 -86v128q111 70 266 70q126 0 197 -72t71 -202v-465zM559 1075l-180 -25q-168 -23 -168 -134q0 -51 38.5 -83t102.5 -32q82 0 144.5 61
267
+ t62.5 146v67z"/>
268
+ <glyph glyph-name="guillemotleft" unicode="&#xab;" horiz-adv-x="1036"
269
+ d="M946 200h-168l-299 336l299 344h170l-307 -344zM557 200h-166l-299 336l299 344h166l-303 -344z"/>
270
+ <glyph glyph-name="logicalnot" unicode="&#xac;" horiz-adv-x="1401"
271
+ d="M1172 254h-132v430h-808v133h940v-563z"/>
272
+ <glyph glyph-name="sfthyphen" unicode="&#xad;" horiz-adv-x="819"
273
+ d="M690 506h-546v129h546v-129z"/>
274
+ <glyph glyph-name="registered" unicode="&#xae;" horiz-adv-x="1823"
275
+ d="M912 -33q-311 0 -530.5 219.5t-219.5 530.5t219.5 530.5t530.5 219.5q310 0 529.5 -219.5t219.5 -530.5t-219.5 -530.5t-529.5 -219.5zM912 1379q-274 0 -468 -194t-194 -468t194 -467.5t468 -193.5t467.5 193.5t193.5 467.5t-193.5 468t-467.5 194zM1276 248h-162
276
+ l-104 229q-79 172 -170 172h-88v-401h-133v954h268q167 0 257.5 -70t90.5 -190q0 -98 -63.5 -167t-177.5 -93v-4q79 -17 157 -176zM752 1088v-326h143q197 0 197 164q0 88 -53 125t-168 37h-119z"/>
277
+ <glyph glyph-name="uni00AF" unicode="&#xaf;" horiz-adv-x="850"
278
+ d="M850 1396h-850v120h850v-120z"/>
279
+ <glyph glyph-name="degree" unicode="&#xb0;" horiz-adv-x="772"
280
+ d="M385 897q-115 0 -196 81.5t-81 197.5q0 115 80 194.5t195 79.5q116 0 197.5 -80t81.5 -194q0 -116 -81 -197.5t-196 -81.5zM385 1333q-65 0 -111 -46t-46 -111q0 -67 45 -114.5t110 -47.5t112 48t47 114t-46 111.5t-111 45.5z"/>
281
+ <glyph glyph-name="plusminus" unicode="&#xb1;" horiz-adv-x="1401"
282
+ d="M1172 652h-404v-404h-131v404h-405v132h405v404h131v-404h404v-132zM1172 0h-940v133h940v-133z"/>
283
+ <glyph glyph-name="twosuperior" unicode="&#xb2;" horiz-adv-x="750"
284
+ d="M658 884h-554v114l240 236q104 102 132 156.5t28 109.5q0 58 -38 94.5t-100 36.5q-118 0 -216 -102v149q84 76 235 76q118 0 187 -66t69 -174q0 -153 -205 -348l-164 -156v-4h386v-122z"/>
285
+ <glyph glyph-name="threesuperior" unicode="&#xb3;" horiz-adv-x="750"
286
+ d="M129 916v142q103 -76 217 -76q80 0 126 37.5t46 101.5q0 141 -219 141h-84v118h80q197 0 197 134q0 119 -144 119q-94 0 -186 -69v139q87 51 213 51q113 0 180 -59.5t67 -155.5q0 -151 -145 -205v-4q177 -42 177 -202q0 -117 -85 -191t-227 -74q-137 0 -213 53z"/>
287
+ <glyph glyph-name="acute" unicode="&#xb4;" horiz-adv-x="578"
288
+ d="M524 1546l-262 -328h-127l223 328h166z"/>
289
+ <glyph glyph-name="mu1" unicode="&#xb5;" horiz-adv-x="1182"
290
+ d="M1048 0h-170q-23 72 -23 168h-5q-84 -191 -279 -191q-167 0 -238 123h-4v-496h-163v1420h163v-626q0 -127 69 -202t180 -75q121 0 196.5 86t75.5 231v586h166v-759q0 -188 32 -265z"/>
291
+ <glyph glyph-name="paragraph" unicode="&#xb6;" horiz-adv-x="938"
292
+ d="M834 1331h-128v-1331h-106v1331h-158v-1331h-108v903q-108 0 -179 76t-71 191q0 117 74.5 190.5t181.5 73.5h494v-103z"/>
293
+ <glyph glyph-name="periodcentered" unicode="&#xb7;" horiz-adv-x="444"
294
+ d="M223 510q-46 0 -78.5 33t-32.5 79q0 47 32.5 80t78.5 33q47 0 80 -33t33 -80q0 -46 -33 -79t-80 -33z"/>
295
+ <glyph glyph-name="cedilla" unicode="&#xb8;" horiz-adv-x="420"
296
+ d="M391 -256q0 -176 -275 -176q-38 0 -65 2v90q43 -6 70 -6q141 0 141 90q0 78 -129 78q-10 0 -41 -4v182h108v-104q88 0 139.5 -40t51.5 -112z"/>
297
+ <glyph glyph-name="onesuperior" unicode="&#xb9;" horiz-adv-x="719"
298
+ d="M639 884h-504v112h185v594l-193 -55v125l323 96v-760h189v-112z"/>
299
+ <glyph glyph-name="ordmasculine" unicode="&#xba;" horiz-adv-x="882"
300
+ d="M436 696q-167 0 -262.5 100.5t-95.5 272.5q0 181 102.5 283t271.5 102q163 0 257 -99.5t94 -270.5q0 -178 -99.5 -283t-267.5 -105zM444 1344q-106 0 -168.5 -72t-62.5 -199q0 -124 59.5 -194t169.5 -70q105 0 166.5 71.5t61.5 194.5q0 126 -60.5 197.5t-165.5 71.5z"/>
301
+ <glyph glyph-name="guillemotright" unicode="&#xbb;" horiz-adv-x="1036"
302
+ d="M948 538l-301 -338h-165l302 338l-302 342h165zM559 538l-299 -338h-170l308 338l-308 342h170z"/>
303
+ <glyph glyph-name="onequarter" unicode="&#xbc;" horiz-adv-x="1856"
304
+ d="M1393 1434l-858 -1434h-144l859 1434h143zM639 584h-504v112h185v594l-193 -55v125l323 96v-760h189v-112zM1706 204h-110v-204h-132v204h-393v92l369 554h156v-537h110v-109zM1468 724h-4q-12 -31 -38 -73l-218 -338h256v323q0 32 4 88z"/>
305
+ <glyph glyph-name="onehalf" unicode="&#xbd;" horiz-adv-x="1906"
306
+ d="M1393 1434l-858 -1434h-144l859 1434h143zM639 584h-504v112h185v594l-193 -55v125l323 96v-760h189v-112zM1748 1h-554v114l240 236q104 102 132 156.5t28 109.5q0 58 -38 94.5t-100 36.5q-118 0 -216 -102v149q84 76 235 76q118 0 187 -66t69 -174q0 -153 -205 -348
307
+ l-164 -156v-4h386v-122z"/>
308
+ <glyph glyph-name="threequarters" unicode="&#xbe;" horiz-adv-x="1950"
309
+ d="M1464 1434l-858 -1434h-144l859 1434h143zM129 616v142q103 -76 217 -76q80 0 126 37.5t46 101.5q0 141 -219 141h-84v118h80q197 0 197 134q0 119 -144 119q-94 0 -186 -69v139q87 51 213 51q113 0 180 -59.5t67 -155.5q0 -151 -145 -205v-4q177 -42 177 -202
310
+ q0 -117 -85 -191t-227 -74q-137 0 -213 53zM1771 204h-110v-204h-132v204h-393v92l369 554h156v-537h110v-109zM1533 724h-4q-12 -31 -38 -73l-218 -338h256v323q0 32 4 88z"/>
311
+ <glyph glyph-name="questiondown" unicode="&#xbf;" horiz-adv-x="918"
312
+ d="M625 630q9 -26 16 -67.5t7 -82.5q0 -64 -25.5 -115.5t-63.5 -96.5t-83 -86.5t-83 -84t-63.5 -89t-25.5 -102.5q0 -48 18.5 -85t50.5 -62t74 -37.5t89 -12.5q169 0 293 133v-176q-153 -96 -317 -96q-76 0 -143 20t-117 59.5t-79.5 98.5t-29.5 137q0 74 26 132t65.5 106.5
313
+ t85.5 90.5t85.5 83.5t65.5 86.5t26 99q0 46 -11 83.5t-22 63.5h161zM535 1046q44 0 78 -32q33 -31 33 -78q0 -46 -33 -78q-33 -33 -78 -33t-78 33q-33 32 -33 78q0 47 33 78q34 32 78 32z"/>
314
+ <glyph glyph-name="Agrave" unicode="&#xc0;" horiz-adv-x="1321"
315
+ d="M1298 0h-186l-152 402h-608l-143 -402h-187l550 1434h174zM905 553l-225 611q-11 30 -22 96h-4q-10 -61 -23 -96l-223 -611h497zM758 1566h-127l-262 328h168z"/>
316
+ <glyph glyph-name="Aacute" unicode="&#xc1;" horiz-adv-x="1321"
317
+ d="M1298 0h-186l-152 402h-608l-143 -402h-187l550 1434h174zM905 553l-225 611q-11 30 -22 96h-4q-10 -61 -23 -96l-223 -611h497zM867 1894l-262 -328h-127l223 328h166z"/>
318
+ <glyph glyph-name="Acircumflex" unicode="&#xc2;" horiz-adv-x="1321"
319
+ d="M1298 0h-186l-152 402h-608l-143 -402h-187l550 1434h174zM905 553l-225 611q-11 30 -22 96h-4q-10 -61 -23 -96l-223 -611h497zM927 1565h-122l-164 230l-165 -230h-113l215 332h133z"/>
320
+ <glyph glyph-name="Atilde" unicode="&#xc3;" horiz-adv-x="1321"
321
+ d="M1298 0h-186l-152 402h-608l-143 -402h-187l550 1434h174zM905 553l-225 611q-11 30 -22 96h-4q-10 -61 -23 -96l-223 -611h497zM977 1803q0 -105 -48 -171.5t-130 -66.5q-71 0 -162 52q-77 43 -119 43q-88 0 -88 -113h-94q0 107 48 171.5t134 64.5q65 0 149 -52
322
+ q74 -44 128 -44q84 0 84 116h98z"/>
323
+ <glyph glyph-name="Adieresis" unicode="&#xc4;" horiz-adv-x="1321"
324
+ d="M1298 0h-186l-152 402h-608l-143 -402h-187l550 1434h174zM905 553l-225 611q-11 30 -22 96h-4q-10 -61 -23 -96l-223 -611h497zM840 1565q-40 0 -69 28t-29 71q0 42 28 70t68 28q42 0 71 -28.5t29 -69.5t-28 -70t-70 -29zM456 1565q-42 0 -71.5 29.5t-29.5 69.5
325
+ q0 42 28.5 70t69.5 28t71 -28.5t30 -69.5t-29 -70t-69 -29z"/>
326
+ <glyph glyph-name="Aring" unicode="&#xc5;" horiz-adv-x="1321"
327
+ d="M1298 0h-186l-152 402h-608l-143 -402h-187l529 1378q-101 52 -101 164q0 89 60 144t152 55q88 0 144 -54.5t56 -138.5q0 -112 -96 -166zM656 1659q-50 0 -82 -31.5t-32 -79.5q0 -114 114 -114q48 0 81 33t33 81q0 49 -33 80t-81 31zM905 553l-225 611q-11 30 -22 96h-4
328
+ q-10 -61 -23 -96l-223 -611h497z"/>
329
+ <glyph glyph-name="AE" unicode="&#xc6;" horiz-adv-x="1762"
330
+ d="M1667 0h-759v402h-510l-193 -402h-195l700 1434h924v-152h-559v-477h519v-151h-519v-502h592v-152zM908 553v729h-95l-346 -729h441z"/>
331
+ <glyph glyph-name="Ccedilla" unicode="&#xc7;" horiz-adv-x="1268"
332
+ d="M1164 60q-159 -84 -396 -84q-306 0 -490 197t-184 517q0 344 207 556t525 212q204 0 338 -59v-179q-154 86 -340 86q-247 0 -400.5 -165t-153.5 -441q0 -262 143.5 -417.5t376.5 -155.5q216 0 374 96v-163zM960 -256q0 -176 -275 -176q-38 0 -65 2v90q43 -6 70 -6
333
+ q141 0 141 90q0 78 -129 78q-10 0 -41 -4v182h108v-104q88 0 139.5 -40t51.5 -112z"/>
334
+ <glyph glyph-name="Egrave" unicode="&#xc8;" horiz-adv-x="1036"
335
+ d="M948 0h-760v1434h728v-152h-560v-477h518v-151h-518v-502h592v-152zM703 1566h-127l-262 328h168z"/>
336
+ <glyph glyph-name="Eacute" unicode="&#xc9;" horiz-adv-x="1036"
337
+ d="M948 0h-760v1434h728v-152h-560v-477h518v-151h-518v-502h592v-152zM803 1893l-262 -328h-127l223 328h166z"/>
338
+ <glyph glyph-name="Ecircumflex" unicode="&#xca;" horiz-adv-x="1036"
339
+ d="M948 0h-760v1434h728v-152h-560v-477h518v-151h-518v-502h592v-152zM827 1567h-122l-164 230l-165 -230h-113l215 332h133z"/>
340
+ <glyph glyph-name="Edieresis" unicode="&#xcb;" horiz-adv-x="1036"
341
+ d="M948 0h-760v1434h728v-152h-560v-477h518v-151h-518v-502h592v-152zM749 1566q-40 0 -69 28t-29 71q0 42 28 70t68 28q42 0 71 -28.5t29 -69.5t-28 -70t-70 -29zM365 1566q-42 0 -71.5 29.5t-29.5 69.5q0 42 28.5 70t69.5 28t71 -28.5t30 -69.5t-29 -70t-69 -29z"/>
342
+ <glyph glyph-name="Igrave" unicode="&#xcc;" horiz-adv-x="545"
343
+ d="M496 1434v-144h-140v-1146h140v-144h-448v144h140v1146h-140v144h448zM416 1566h-127l-262 328h168z"/>
344
+ <glyph glyph-name="Iacute" unicode="&#xcd;" horiz-adv-x="545"
345
+ d="M496 1434v-144h-140v-1146h140v-144h-448v144h140v1146h-140v144h448zM509 1894l-262 -328h-127l223 328h166z"/>
346
+ <glyph glyph-name="Icircumflex" unicode="&#xce;" horiz-adv-x="545"
347
+ d="M496 1434v-144h-140v-1146h140v-144h-448v144h140v1146h-140v144h448zM560 1567h-122l-164 230l-165 -230h-113l215 332h133z"/>
348
+ <glyph glyph-name="Idieresis" unicode="&#xcf;" horiz-adv-x="545"
349
+ d="M496 1434v-144h-140v-1146h140v-144h-448v144h140v1146h-140v144h448zM470 1566q-40 0 -69 28t-29 71q0 42 28 70t68 28q42 0 71 -28.5t29 -69.5t-28 -70t-70 -29zM86 1566q-42 0 -71.5 29.5t-29.5 69.5q0 42 28.5 70t69.5 28t71 -28.5t30 -69.5t-29 -70t-69 -29z"/>
350
+ <glyph glyph-name="Eth" unicode="&#xd0;" horiz-adv-x="1436"
351
+ d="M188 0v641h-160v155h160v638h396q758 0 758 -699q0 -334 -210.5 -534.5t-563.5 -200.5h-380zM356 1282v-486h336v-155h-336v-489h214q282 0 439 151t157 428q0 551 -586 551h-224z"/>
352
+ <glyph glyph-name="Ntilde" unicode="&#xd1;" horiz-adv-x="1532"
353
+ d="M1344 0h-206l-738 1143q-28 43 -46 90h-6q8 -46 8 -197v-1036h-168v1434h218l718 -1125q45 -70 58 -96h4q-10 62 -10 211v1010h168v-1434zM1113 1803q0 -105 -48 -171.5t-130 -66.5q-71 0 -162 52q-77 43 -119 43q-88 0 -88 -113h-94q0 107 48 171.5t134 64.5
354
+ q65 0 149 -52q74 -44 128 -44q84 0 84 116h98z"/>
355
+ <glyph glyph-name="Ograve" unicode="&#xd2;" horiz-adv-x="1544"
356
+ d="M766 -24q-305 0 -488.5 201t-183.5 523q0 346 187 552t509 206q297 0 478.5 -200t181.5 -523q0 -351 -186 -555t-498 -204zM778 1306q-226 0 -367 -163t-141 -428t137.5 -426.5t358.5 -161.5q236 0 372 154t136 431q0 284 -132 439t-364 155zM880 1566h-127l-262 328h168
357
+ z"/>
358
+ <glyph glyph-name="Oacute" unicode="&#xd3;" horiz-adv-x="1544"
359
+ d="M766 -24q-305 0 -488.5 201t-183.5 523q0 346 187 552t509 206q297 0 478.5 -200t181.5 -523q0 -351 -186 -555t-498 -204zM778 1306q-226 0 -367 -163t-141 -428t137.5 -426.5t358.5 -161.5q236 0 372 154t136 431q0 284 -132 439t-364 155zM1028 1894l-262 -328h-127
360
+ l223 328h166z"/>
361
+ <glyph glyph-name="Ocircumflex" unicode="&#xd4;" horiz-adv-x="1544"
362
+ d="M766 -24q-305 0 -488.5 201t-183.5 523q0 346 187 552t509 206q297 0 478.5 -200t181.5 -523q0 -351 -186 -555t-498 -204zM778 1306q-226 0 -367 -163t-141 -428t137.5 -426.5t358.5 -161.5q236 0 372 154t136 431q0 284 -132 439t-364 155zM1063 1566h-122l-164 230
363
+ l-165 -230h-113l215 332h133z"/>
364
+ <glyph glyph-name="Otilde" unicode="&#xd5;" horiz-adv-x="1544"
365
+ d="M766 -24q-305 0 -488.5 201t-183.5 523q0 346 187 552t509 206q297 0 478.5 -200t181.5 -523q0 -351 -186 -555t-498 -204zM778 1306q-226 0 -367 -163t-141 -428t137.5 -426.5t358.5 -161.5q236 0 372 154t136 431q0 284 -132 439t-364 155zM1103 1802
366
+ q0 -105 -48 -171.5t-130 -66.5q-71 0 -162 52q-77 43 -119 43q-88 0 -88 -113h-94q0 107 48 171.5t134 64.5q65 0 149 -52q74 -44 128 -44q84 0 84 116h98z"/>
367
+ <glyph glyph-name="Odieresis" unicode="&#xd6;" horiz-adv-x="1544"
368
+ d="M766 -24q-305 0 -488.5 201t-183.5 523q0 346 187 552t509 206q297 0 478.5 -200t181.5 -523q0 -351 -186 -555t-498 -204zM778 1306q-226 0 -367 -163t-141 -428t137.5 -426.5t358.5 -161.5q236 0 372 154t136 431q0 284 -132 439t-364 155zM968 1563q-40 0 -69 28
369
+ t-29 71q0 42 28 70t68 28q42 0 71 -28.5t29 -69.5t-28 -70t-70 -29zM584 1563q-42 0 -71.5 29.5t-29.5 69.5q0 42 28.5 70t69.5 28t71 -28.5t30 -69.5t-29 -70t-69 -29z"/>
370
+ <glyph glyph-name="multiply" unicode="&#xd7;" horiz-adv-x="1401"
371
+ d="M1134 258l-94 -94l-340 340l-338 -340l-94 94l340 338l-340 340l94 94l338 -340l340 340l94 -94l-340 -340z"/>
372
+ <glyph glyph-name="Oslash" unicode="&#xd8;" horiz-adv-x="1544"
373
+ d="M324 131l-152 -182l-78 65l158 191q-158 195 -158 495q0 343 186.5 550.5t509.5 207.5q234 0 402 -129l135 162l78 -63l-139 -166q184 -200 184 -527q0 -351 -186 -555t-498 -204q-266 0 -442 155zM1090 1204q-126 102 -312 102q-227 0 -367.5 -164t-140.5 -427
374
+ q0 -223 98 -373zM1157 1130l-725 -866q131 -137 334 -137q236 0 372 154.5t136 430.5q0 260 -117 418z"/>
375
+ <glyph glyph-name="Ugrave" unicode="&#xd9;" horiz-adv-x="1407"
376
+ d="M1237 580q0 -604 -545 -604q-522 0 -522 581v877h168v-866q0 -441 372 -441q359 0 359 426v881h168v-854zM830 1566h-127l-262 328h168z"/>
377
+ <glyph glyph-name="Uacute" unicode="&#xda;" horiz-adv-x="1407"
378
+ d="M1237 580q0 -604 -545 -604q-522 0 -522 581v877h168v-866q0 -441 372 -441q359 0 359 426v881h168v-854zM960 1893l-262 -328h-127l223 328h166z"/>
379
+ <glyph glyph-name="Ucircumflex" unicode="&#xdb;" horiz-adv-x="1407"
380
+ d="M1237 580q0 -604 -545 -604q-522 0 -522 581v877h168v-866q0 -441 372 -441q359 0 359 426v881h168v-854zM987 1567h-122l-164 230l-165 -230h-113l215 332h133z"/>
381
+ <glyph glyph-name="Udieresis" unicode="&#xdc;" horiz-adv-x="1407"
382
+ d="M1237 580q0 -604 -545 -604q-522 0 -522 581v877h168v-866q0 -441 372 -441q359 0 359 426v881h168v-854zM895 1567q-40 0 -69 28t-29 71q0 42 28 70t68 28q42 0 71 -28.5t29 -69.5t-28 -70t-70 -29zM511 1567q-42 0 -71.5 29.5t-29.5 69.5q0 42 28.5 70t69.5 28
383
+ t71 -28.5t30 -69.5t-29 -70t-69 -29z"/>
384
+ <glyph glyph-name="Yacute" unicode="&#xdd;" horiz-adv-x="1132"
385
+ d="M1120 1434l-473 -904v-530h-168v526l-461 908h191l321 -648q6 -12 35 -88h3q10 34 38 88l336 648h178zM831 1894l-262 -328h-127l223 328h166z"/>
386
+ <glyph glyph-name="Thorn" unicode="&#xde;" horiz-adv-x="1147"
387
+ d="M356 318v-318h-168v1434h168v-226h226q232 0 357.5 -111.5t125.5 -316.5q0 -204 -141.5 -333t-381.5 -129h-186zM356 1057v-588h176q173 0 265 78t92 223q0 287 -336 287h-197z"/>
388
+ <glyph glyph-name="germandbls" unicode="&#xdf;" horiz-adv-x="1114"
389
+ d="M461 2v160q75 -48 170 -48q109 0 177 73.5t68 197.5q0 150 -100 243.5t-278 113.5v130q118 20 194 103t76 197q0 108 -55 167.5t-152 59.5q-231 0 -231 -309v-1090h-164v1114q0 192 110 308t296 116q166 0 265 -95t99 -251q0 -127 -75 -228t-195 -140v-5
390
+ q378 -75 378 -426q0 -177 -111 -297t-294 -120q-101 0 -178 26z"/>
391
+ <glyph glyph-name="agrave" unicode="&#xe0;" horiz-adv-x="1042"
392
+ d="M899 0h-164v160h-4q-107 -184 -315 -184q-153 0 -239.5 81t-86.5 215q0 287 338 334l307 43q0 261 -211 261q-185 0 -334 -126v168q151 96 348 96q361 0 361 -382v-666zM735 518l-247 -34q-114 -16 -172 -56.5t-58 -143.5q0 -75 53.5 -122.5t142.5 -47.5
393
+ q122 0 201.5 85.5t79.5 216.5v102zM674 1218h-127l-262 328h168z"/>
394
+ <glyph glyph-name="aacute" unicode="&#xe1;" horiz-adv-x="1042"
395
+ d="M899 0h-164v160h-4q-107 -184 -315 -184q-153 0 -239.5 81t-86.5 215q0 287 338 334l307 43q0 261 -211 261q-185 0 -334 -126v168q151 96 348 96q361 0 361 -382v-666zM735 518l-247 -34q-114 -16 -172 -56.5t-58 -143.5q0 -75 53.5 -122.5t142.5 -47.5
396
+ q122 0 201.5 85.5t79.5 216.5v102zM757 1546l-262 -328h-127l223 328h166z"/>
397
+ <glyph glyph-name="acircumflex" unicode="&#xe2;" horiz-adv-x="1042"
398
+ d="M899 0h-164v160h-4q-107 -184 -315 -184q-153 0 -239.5 81t-86.5 215q0 287 338 334l307 43q0 261 -211 261q-185 0 -334 -126v168q151 96 348 96q361 0 361 -382v-666zM735 518l-247 -34q-114 -16 -172 -56.5t-58 -143.5q0 -75 53.5 -122.5t142.5 -47.5
399
+ q122 0 201.5 85.5t79.5 216.5v102zM806 1218h-122l-164 230l-165 -230h-113l215 332h133z"/>
400
+ <glyph glyph-name="atilde" unicode="&#xe3;" horiz-adv-x="1042"
401
+ d="M899 0h-164v160h-4q-107 -184 -315 -184q-153 0 -239.5 81t-86.5 215q0 287 338 334l307 43q0 261 -211 261q-185 0 -334 -126v168q151 96 348 96q361 0 361 -382v-666zM735 518l-247 -34q-114 -16 -172 -56.5t-58 -143.5q0 -75 53.5 -122.5t142.5 -47.5
402
+ q122 0 201.5 85.5t79.5 216.5v102zM844 1458q0 -105 -48 -171.5t-130 -66.5q-71 0 -162 52q-77 43 -119 43q-88 0 -88 -113h-94q0 107 48 171.5t134 64.5q65 0 149 -52q74 -44 128 -44q84 0 84 116h98z"/>
403
+ <glyph glyph-name="adieresis" unicode="&#xe4;" horiz-adv-x="1042"
404
+ d="M899 0h-164v160h-4q-107 -184 -315 -184q-153 0 -239.5 81t-86.5 215q0 287 338 334l307 43q0 261 -211 261q-185 0 -334 -126v168q151 96 348 96q361 0 361 -382v-666zM735 518l-247 -34q-114 -16 -172 -56.5t-58 -143.5q0 -75 53.5 -122.5t142.5 -47.5
405
+ q122 0 201.5 85.5t79.5 216.5v102zM708 1218q-40 0 -69 28t-29 71q0 42 28 70t68 28q42 0 71 -28.5t29 -69.5t-28 -70t-70 -29zM324 1218q-42 0 -71.5 29.5t-29.5 69.5q0 42 28.5 70t69.5 28t71 -28.5t30 -69.5t-29 -70t-69 -29z"/>
406
+ <glyph glyph-name="aring" unicode="&#xe5;" horiz-adv-x="1042"
407
+ d="M899 0h-164v160h-4q-107 -184 -315 -184q-153 0 -239.5 81t-86.5 215q0 287 338 334l307 43q0 261 -211 261q-185 0 -334 -126v168q151 96 348 96q361 0 361 -382v-666zM735 518l-247 -34q-114 -16 -172 -56.5t-58 -143.5q0 -75 53.5 -122.5t142.5 -47.5
408
+ q122 0 201.5 85.5t79.5 216.5v102zM517 1176q-87 0 -144.5 52.5t-57.5 137.5q0 90 59 144t150 54q89 0 146 -54t57 -138t-61 -140t-149 -56zM517 1483q-48 0 -80 -32.5t-32 -80.5q0 -112 112 -112q50 0 83 32t33 80q0 49 -33 81t-83 32z"/>
409
+ <glyph glyph-name="ae" unicode="&#xe6;" horiz-adv-x="1704"
410
+ d="M1622 471h-725q3 -171 91 -264t241 -93q177 0 321 114v-154q-132 -98 -358 -98q-270 0 -383 229h-4q-145 -229 -387 -229q-153 0 -240.5 80.5t-87.5 215.5q0 300 383 324l262 16q0 298 -215 298q-175 0 -330 -122v164q148 96 348 96q232 0 300 -200h4q116 200 356 200
411
+ q202 0 313 -130.5t111 -362.5v-84zM1454 610q-2 144 -68.5 222t-185.5 78q-116 0 -199 -82t-102 -218h555zM735 410v63l-203 -12q-139 -8 -207.5 -49t-68.5 -136q0 -73 53 -117.5t143 -44.5q119 0 201 84.5t82 211.5z"/>
412
+ <glyph glyph-name="ccedilla" unicode="&#xe7;" horiz-adv-x="946"
413
+ d="M864 47q-118 -71 -280 -71q-219 0 -353.5 142.5t-134.5 369.5q0 253 145 406.5t387 153.5q135 0 238 -50v-168q-114 80 -244 80q-157 0 -257.5 -112.5t-100.5 -295.5q0 -180 94.5 -284t253.5 -104q134 0 252 89v-156zM778 -256q0 -176 -275 -176q-38 0 -65 2v90
414
+ q43 -6 70 -6q141 0 141 90q0 78 -129 78q-10 0 -41 -4v182h108v-104q88 0 139.5 -40t51.5 -112z"/>
415
+ <glyph glyph-name="egrave" unicode="&#xe8;" horiz-adv-x="1071"
416
+ d="M989 471h-723q4 -171 92 -264t242 -93q173 0 318 114v-154q-135 -98 -357 -98q-217 0 -341 139.5t-124 392.5q0 239 135.5 389.5t336.5 150.5t311 -130t110 -361v-86zM821 610q-1 142 -68.5 221t-187.5 79q-116 0 -197 -83t-100 -217h553zM725 1218h-127l-262 328h168z
417
+ "/>
418
+ <glyph glyph-name="eacute" unicode="&#xe9;" horiz-adv-x="1071"
419
+ d="M989 471h-723q4 -171 92 -264t242 -93q173 0 318 114v-154q-135 -98 -357 -98q-217 0 -341 139.5t-124 392.5q0 239 135.5 389.5t336.5 150.5t311 -130t110 -361v-86zM821 610q-1 142 -68.5 221t-187.5 79q-116 0 -197 -83t-100 -217h553zM795 1546l-262 -328h-127
420
+ l223 328h166z"/>
421
+ <glyph glyph-name="ecircumflex" unicode="&#xea;" horiz-adv-x="1071"
422
+ d="M989 471h-723q4 -171 92 -264t242 -93q173 0 318 114v-154q-135 -98 -357 -98q-217 0 -341 139.5t-124 392.5q0 239 135.5 389.5t336.5 150.5t311 -130t110 -361v-86zM821 610q-1 142 -68.5 221t-187.5 79q-116 0 -197 -83t-100 -217h553zM840 1218h-122l-164 230
423
+ l-165 -230h-113l215 332h133z"/>
424
+ <glyph glyph-name="edieresis" unicode="&#xeb;" horiz-adv-x="1071"
425
+ d="M989 471h-723q4 -171 92 -264t242 -93q173 0 318 114v-154q-135 -98 -357 -98q-217 0 -341 139.5t-124 392.5q0 239 135.5 389.5t336.5 150.5t311 -130t110 -361v-86zM821 610q-1 142 -68.5 221t-187.5 79q-116 0 -197 -83t-100 -217h553zM746 1218q-40 0 -69 28t-29 71
426
+ q0 42 28 70t68 28q42 0 71 -28.5t29 -69.5t-28 -70t-70 -29zM362 1218q-42 0 -71.5 29.5t-29.5 69.5q0 42 28.5 70t69.5 28t71 -28.5t30 -69.5t-29 -70t-69 -29z"/>
427
+ <glyph glyph-name="igrave" unicode="&#xec;" horiz-adv-x="496"
428
+ d="M330 0h-164v1024h164v-1024zM369 1218h-127l-262 328h168z"/>
429
+ <glyph glyph-name="iacute" unicode="&#xed;" horiz-adv-x="496"
430
+ d="M330 0h-164v1024h164v-1024zM477 1546l-262 -328h-127l223 328h166z"/>
431
+ <glyph glyph-name="icircumflex" unicode="&#xee;" horiz-adv-x="496"
432
+ d="M330 0h-164v1024h164v-1024zM519 1218h-122l-164 230l-165 -230h-113l215 332h133z"/>
433
+ <glyph glyph-name="idieresis" unicode="&#xef;" horiz-adv-x="496"
434
+ d="M330 0h-164v1024h164v-1024zM430 1218q-40 0 -69 28t-29 71q0 42 28 70t68 28q42 0 71 -28.5t29 -69.5t-28 -70t-70 -29zM46 1218q-42 0 -71.5 29.5t-29.5 69.5q0 42 28.5 70t69.5 28t71 -28.5t30 -69.5t-29 -70t-69 -29z"/>
435
+ <glyph glyph-name="eth" unicode="&#xf0;" horiz-adv-x="1145"
436
+ d="M786 968l4 3q-90 162 -198 266l-299 -151l-51 98l270 131q-118 105 -264 201h221q75 -52 172 -136l289 144l55 -94l-264 -130q327 -307 327 -774q0 -240 -129 -394t-351 -154t-347 140t-125 382q0 243 130 394.5t350 151.5q123 0 210 -78zM582 910q-148 0 -233 -108.5
437
+ t-85 -295.5q0 -181 83 -286.5t231 -105.5q139 0 220.5 108t81.5 288q0 400 -298 400z"/>
438
+ <glyph glyph-name="ntilde" unicode="&#xf1;" horiz-adv-x="1159"
439
+ d="M1016 0h-164v584q0 326 -238 326q-123 0 -203.5 -92.5t-80.5 -233.5v-584h-164v1024h164v-170h4q116 194 336 194q168 0 257 -108.5t89 -313.5v-626zM908 1458q0 -105 -48 -171.5t-130 -66.5q-71 0 -162 52q-77 43 -119 43q-88 0 -88 -113h-94q0 107 48 171.5t134 64.5
440
+ q65 0 149 -52q74 -44 128 -44q84 0 84 116h98z"/>
441
+ <glyph glyph-name="ograve" unicode="&#xf2;" horiz-adv-x="1200"
442
+ d="M594 -24q-227 0 -362.5 143.5t-135.5 380.5q0 258 141 403t381 145q229 0 357.5 -141t128.5 -391q0 -245 -138.5 -392.5t-371.5 -147.5zM606 910q-158 0 -250 -107.5t-92 -296.5q0 -182 93 -287t249 -105q159 0 244.5 103t85.5 293q0 192 -85.5 296t-244.5 104zM747 1218
443
+ h-127l-262 328h168z"/>
444
+ <glyph glyph-name="oacute" unicode="&#xf3;" horiz-adv-x="1200"
445
+ d="M594 -24q-227 0 -362.5 143.5t-135.5 380.5q0 258 141 403t381 145q229 0 357.5 -141t128.5 -391q0 -245 -138.5 -392.5t-371.5 -147.5zM606 910q-158 0 -250 -107.5t-92 -296.5q0 -182 93 -287t249 -105q159 0 244.5 103t85.5 293q0 192 -85.5 296t-244.5 104zM846 1546
446
+ l-262 -328h-127l223 328h166z"/>
447
+ <glyph glyph-name="ocircumflex" unicode="&#xf4;" horiz-adv-x="1200"
448
+ d="M594 -24q-227 0 -362.5 143.5t-135.5 380.5q0 258 141 403t381 145q229 0 357.5 -141t128.5 -391q0 -245 -138.5 -392.5t-371.5 -147.5zM606 910q-158 0 -250 -107.5t-92 -296.5q0 -182 93 -287t249 -105q159 0 244.5 103t85.5 293q0 192 -85.5 296t-244.5 104zM885 1218
449
+ h-122l-164 230l-165 -230h-113l215 332h133z"/>
450
+ <glyph glyph-name="otilde" unicode="&#xf5;" horiz-adv-x="1200"
451
+ d="M594 -24q-227 0 -362.5 143.5t-135.5 380.5q0 258 141 403t381 145q229 0 357.5 -141t128.5 -391q0 -245 -138.5 -392.5t-371.5 -147.5zM606 910q-158 0 -250 -107.5t-92 -296.5q0 -182 93 -287t249 -105q159 0 244.5 103t85.5 293q0 192 -85.5 296t-244.5 104zM931 1458
452
+ q0 -105 -48 -171.5t-130 -66.5q-71 0 -162 52q-77 43 -119 43q-88 0 -88 -113h-94q0 107 48 171.5t134 64.5q65 0 149 -52q74 -44 128 -44q84 0 84 116h98z"/>
453
+ <glyph glyph-name="odieresis" unicode="&#xf6;" horiz-adv-x="1200"
454
+ d="M594 -24q-227 0 -362.5 143.5t-135.5 380.5q0 258 141 403t381 145q229 0 357.5 -141t128.5 -391q0 -245 -138.5 -392.5t-371.5 -147.5zM606 910q-158 0 -250 -107.5t-92 -296.5q0 -182 93 -287t249 -105q159 0 244.5 103t85.5 293q0 192 -85.5 296t-244.5 104zM793 1218
455
+ q-40 0 -69 28t-29 71q0 42 28 70t68 28q42 0 71 -28.5t29 -69.5t-28 -70t-70 -29zM409 1218q-42 0 -71.5 29.5t-29.5 69.5q0 42 28.5 70t69.5 28t71 -28.5t30 -69.5t-29 -70t-69 -29z"/>
456
+ <glyph glyph-name="divide" unicode="&#xf7;" horiz-adv-x="1401"
457
+ d="M708 868q-44 0 -74 30.5t-30 74.5q0 45 29 77t75 32q103 0 103 -107q0 -47 -30.5 -77t-72.5 -30zM1172 530h-940v134h940v-134zM704 112q-44 0 -75 30t-31 73q0 45 30 78t76 33q101 0 101 -109q0 -45 -29 -75t-72 -30z"/>
458
+ <glyph glyph-name="oslash" unicode="&#xf8;" horiz-adv-x="1200"
459
+ d="M1174 1048l-168 -180q98 -138 98 -346q0 -252 -139 -399t-371 -147q-192 0 -318 102l-145 -160l-82 78l149 164q-102 137 -102 340q0 258 142 403t382 145q184 0 308 -98l162 176zM821 836q-79 74 -215 74q-159 0 -250.5 -107.5t-91.5 -296.5q0 -132 50 -224zM891 742
460
+ l-508 -552q87 -76 221 -76q163 0 248.5 104t85.5 294q0 134 -47 230z"/>
461
+ <glyph glyph-name="ugrave" unicode="&#xf9;" horiz-adv-x="1159"
462
+ d="M994 0h-164v162h-4q-102 -186 -316 -186q-366 0 -366 436v612h163v-586q0 -324 248 -324q120 0 197.5 88.5t77.5 231.5v590h164v-1024zM705 1218h-127l-262 328h168z"/>
463
+ <glyph glyph-name="uacute" unicode="&#xfa;" horiz-adv-x="1159"
464
+ d="M994 0h-164v162h-4q-102 -186 -316 -186q-366 0 -366 436v612h163v-586q0 -324 248 -324q120 0 197.5 88.5t77.5 231.5v590h164v-1024zM840 1546l-262 -328h-127l223 328h166z"/>
465
+ <glyph glyph-name="ucircumflex" unicode="&#xfb;" horiz-adv-x="1159"
466
+ d="M994 0h-164v162h-4q-102 -186 -316 -186q-366 0 -366 436v612h163v-586q0 -324 248 -324q120 0 197.5 88.5t77.5 231.5v590h164v-1024zM854 1218h-122l-164 230l-165 -230h-113l215 332h133z"/>
467
+ <glyph glyph-name="udieresis" unicode="&#xfc;" horiz-adv-x="1159"
468
+ d="M994 0h-164v162h-4q-102 -186 -316 -186q-366 0 -366 436v612h163v-586q0 -324 248 -324q120 0 197.5 88.5t77.5 231.5v590h164v-1024zM770 1218q-40 0 -69 28t-29 71q0 42 28 70t68 28q42 0 71 -28.5t29 -69.5t-28 -70t-70 -29zM386 1218q-42 0 -71.5 29.5t-29.5 69.5
469
+ q0 42 28.5 70t69.5 28t71 -28.5t30 -69.5t-29 -70t-69 -29z"/>
470
+ <glyph glyph-name="yacute" unicode="&#xfd;" horiz-adv-x="991"
471
+ d="M981 1024l-471 -1188q-126 -318 -354 -318q-64 0 -107 13v147q53 -18 97 -18q124 0 186 148l82 194l-400 1022h182l277 -788q5 -15 21 -78h6q5 24 20 76l291 790h170zM762 1546l-262 -328h-127l223 328h166z"/>
472
+ <glyph glyph-name="thorn" unicode="&#xfe;" horiz-adv-x="1204"
473
+ d="M334 148h-4v-619h-164v1987h164v-672h4q121 204 354 204q198 0 309 -137.5t111 -368.5q0 -257 -125 -411.5t-342 -154.5q-199 0 -307 172zM330 561v-143q0 -127 82.5 -215.5t209.5 -88.5q149 0 233.5 114t84.5 317q0 171 -79 268t-214 97q-143 0 -230 -99.5t-87 -249.5z
474
+ "/>
475
+ <glyph glyph-name="dotlessi" unicode="&#x131;" horiz-adv-x="496"
476
+ d="M330 0h-164v1024h164v-1024z"/>
477
+ <glyph glyph-name="circumflex" unicode="&#x2c6;" horiz-adv-x="760"
478
+ d="M656 1218h-122l-164 230l-165 -230h-113l215 332h133z"/>
479
+ <glyph glyph-name="ring" unicode="&#x2da;" horiz-adv-x="574"
480
+ d="M284 1176q-87 0 -144.5 52.5t-57.5 137.5q0 90 59 144t150 54q89 0 146 -54t57 -138t-61 -140t-149 -56zM284 1483q-48 0 -80 -32.5t-32 -80.5q0 -112 112 -112q50 0 83 32t33 80q0 49 -33 81t-83 32z"/>
481
+ <glyph glyph-name="tilde" unicode="&#x2dc;" horiz-adv-x="690"
482
+ d="M676 1458q0 -105 -48 -171.5t-130 -66.5q-71 0 -162 52q-77 43 -119 43q-88 0 -88 -113h-94q0 107 48 171.5t134 64.5q65 0 149 -52q74 -44 128 -44q84 0 84 116h98z"/>
483
+ <glyph glyph-name="onenumerator" horiz-adv-x="719"
484
+ d="M639 584h-504v112h185v594l-193 -55v125l323 96v-760h189v-112z"/>
485
+ <glyph glyph-name="twonumerator" horiz-adv-x="750"
486
+ d="M658 584h-554v114l240 236q104 102 132 156.5t28 109.5q0 58 -38 94.5t-100 36.5q-118 0 -216 -102v149q84 76 235 76q118 0 187 -66t69 -174q0 -153 -205 -348l-164 -156v-4h386v-122z"/>
487
+ <glyph glyph-name="threenumerator" horiz-adv-x="750"
488
+ d="M129 616v142q103 -76 217 -76q80 0 126 37.5t46 101.5q0 141 -219 141h-84v118h80q197 0 197 134q0 119 -144 119q-94 0 -186 -69v139q87 51 213 51q113 0 180 -59.5t67 -155.5q0 -151 -145 -205v-4q177 -42 177 -202q0 -117 -85 -191t-227 -74q-137 0 -213 53z"/>
489
+ <glyph glyph-name="fournumerator" horiz-adv-x="719"
490
+ d="M682 788h-110v-204h-132v204h-393v92l369 554h156v-537h110v-109zM444 1308h-4q-12 -31 -38 -73l-218 -338h256v323q0 32 4 88z"/>
491
+ <hkern u1="&#x22;" u2="s" k="66"/>
492
+ <hkern u1="&#x22;" u2="r" k="51"/>
493
+ <hkern u1="&#x27;" u2="s" k="66"/>
494
+ <hkern u1="&#x27;" u2="r" k="51"/>
495
+ <hkern u1="&#x2a;" u2="q" k="102"/>
496
+ <hkern u1="&#x2a;" u2="o" k="102"/>
497
+ <hkern u1="&#x2a;" u2="g" k="102"/>
498
+ <hkern u1="&#x2a;" u2="e" k="102"/>
499
+ <hkern u1="&#x2a;" u2="d" k="102"/>
500
+ <hkern u1="&#x2a;" u2="c" k="102"/>
501
+ <hkern u1="&#x2a;" u2="J" k="154"/>
502
+ <hkern u1="&#x2a;" u2="A" k="166"/>
503
+ <hkern u1="A" u2="&#xfd;" k="37"/>
504
+ <hkern u1="A" u2="&#xdd;" k="156"/>
505
+ <hkern u1="A" u2="y" k="37"/>
506
+ <hkern u1="A" u2="w" k="27"/>
507
+ <hkern u1="A" u2="v" k="43"/>
508
+ <hkern u1="A" u2="t" k="27"/>
509
+ <hkern u1="A" u2="Z" k="-59"/>
510
+ <hkern u1="A" u2="Y" k="156"/>
511
+ <hkern u1="A" u2="W" k="74"/>
512
+ <hkern u1="A" u2="V" k="117"/>
513
+ <hkern u1="A" u2="U" k="27"/>
514
+ <hkern u1="A" u2="T" k="147"/>
515
+ <hkern u1="A" u2="O" k="27"/>
516
+ <hkern u1="A" u2="J" k="-94"/>
517
+ <hkern u1="A" u2="G" k="27"/>
518
+ <hkern u1="A" u2="C" k="27"/>
519
+ <hkern u1="A" u2="&#x3b;" k="-68"/>
520
+ <hkern u1="A" u2="&#x2c;" k="-68"/>
521
+ <hkern u1="A" u2="&#x2a;" k="129"/>
522
+ <hkern u1="B" u2="&#xdd;" k="66"/>
523
+ <hkern u1="B" u2="Y" k="66"/>
524
+ <hkern u1="B" u2="T" k="92"/>
525
+ <hkern u1="C" u2="&#xef;" k="-29"/>
526
+ <hkern u1="C" u2="&#xd8;" k="55"/>
527
+ <hkern u1="C" u2="&#xd6;" k="55"/>
528
+ <hkern u1="C" u2="&#xd5;" k="55"/>
529
+ <hkern u1="C" u2="&#xd4;" k="55"/>
530
+ <hkern u1="C" u2="&#xd3;" k="55"/>
531
+ <hkern u1="C" u2="&#xd2;" k="55"/>
532
+ <hkern u1="C" u2="&#xc7;" k="55"/>
533
+ <hkern u1="C" u2="&#xab;" k="49"/>
534
+ <hkern u1="C" u2="Q" k="55"/>
535
+ <hkern u1="C" u2="O" k="27"/>
536
+ <hkern u1="C" u2="G" k="55"/>
537
+ <hkern u1="C" u2="C" k="55"/>
538
+ <hkern u1="C" u2="&#x3f;" k="-2"/>
539
+ <hkern u1="D" u2="&#xc6;" k="74"/>
540
+ <hkern u1="D" u2="&#xc5;" k="33"/>
541
+ <hkern u1="D" u2="&#xc4;" k="33"/>
542
+ <hkern u1="D" u2="&#xc3;" k="33"/>
543
+ <hkern u1="D" u2="&#xc2;" k="33"/>
544
+ <hkern u1="D" u2="&#xc1;" k="33"/>
545
+ <hkern u1="D" u2="&#xc0;" k="33"/>
546
+ <hkern u1="D" u2="Z" k="49"/>
547
+ <hkern u1="D" u2="X" k="53"/>
548
+ <hkern u1="D" u2="T" k="92"/>
549
+ <hkern u1="D" u2="A" k="33"/>
550
+ <hkern u1="D" u2="&#x2e;" k="129"/>
551
+ <hkern u1="D" u2="&#x2c;" k="129"/>
552
+ <hkern u1="E" u2="&#xef;" k="-18"/>
553
+ <hkern u1="E" u2="&#xc5;" k="-10"/>
554
+ <hkern u1="E" u2="&#xc4;" k="-10"/>
555
+ <hkern u1="E" u2="&#xc3;" k="-10"/>
556
+ <hkern u1="E" u2="&#xc2;" k="-10"/>
557
+ <hkern u1="E" u2="&#xc1;" k="-10"/>
558
+ <hkern u1="E" u2="&#xc0;" k="-10"/>
559
+ <hkern u1="E" u2="X" k="-8"/>
560
+ <hkern u1="E" u2="W" k="-29"/>
561
+ <hkern u1="E" u2="T" k="-4"/>
562
+ <hkern u1="E" u2="J" k="-68"/>
563
+ <hkern u1="E" u2="A" k="-10"/>
564
+ <hkern u1="F" u2="&#xef;" k="-39"/>
565
+ <hkern u1="F" u2="&#xc6;" k="180"/>
566
+ <hkern u1="F" u2="&#xc5;" k="133"/>
567
+ <hkern u1="F" u2="&#xc4;" k="133"/>
568
+ <hkern u1="F" u2="&#xc3;" k="133"/>
569
+ <hkern u1="F" u2="&#xc2;" k="133"/>
570
+ <hkern u1="F" u2="&#xc1;" k="133"/>
571
+ <hkern u1="F" u2="&#xc0;" k="133"/>
572
+ <hkern u1="F" u2="f" k="-10"/>
573
+ <hkern u1="F" u2="a" k="76"/>
574
+ <hkern u1="F" u2="T" k="-14"/>
575
+ <hkern u1="F" u2="S" k="27"/>
576
+ <hkern u1="F" u2="J" k="66"/>
577
+ <hkern u1="F" u2="A" k="133"/>
578
+ <hkern u1="F" u2="&#x2e;" k="154"/>
579
+ <hkern u1="F" u2="&#x2c;" k="154"/>
580
+ <hkern u1="G" u2="&#xfd;" k="27"/>
581
+ <hkern u1="G" u2="y" k="27"/>
582
+ <hkern u1="G" u2="V" k="27"/>
583
+ <hkern u1="G" u2="T" k="49"/>
584
+ <hkern u1="J" u2="&#xe6;" k="27"/>
585
+ <hkern u1="J" u2="&#xe5;" k="27"/>
586
+ <hkern u1="J" u2="&#xe4;" k="27"/>
587
+ <hkern u1="J" u2="&#xe3;" k="27"/>
588
+ <hkern u1="J" u2="&#xe2;" k="27"/>
589
+ <hkern u1="J" u2="&#xe1;" k="27"/>
590
+ <hkern u1="J" u2="&#xe0;" k="27"/>
591
+ <hkern u1="J" u2="&#xc6;" k="104"/>
592
+ <hkern u1="J" u2="&#xc5;" k="37"/>
593
+ <hkern u1="J" u2="&#xc4;" k="37"/>
594
+ <hkern u1="J" u2="&#xc3;" k="37"/>
595
+ <hkern u1="J" u2="&#xc2;" k="37"/>
596
+ <hkern u1="J" u2="&#xc1;" k="37"/>
597
+ <hkern u1="J" u2="&#xc0;" k="37"/>
598
+ <hkern u1="J" u2="a" k="27"/>
599
+ <hkern u1="J" u2="J" k="66"/>
600
+ <hkern u1="J" u2="A" k="37"/>
601
+ <hkern u1="J" u2="&#x2e;" k="102"/>
602
+ <hkern u1="J" u2="&#x2c;" k="102"/>
603
+ <hkern u1="K" u2="&#xfd;" k="92"/>
604
+ <hkern u1="K" u2="&#xf6;" k="27"/>
605
+ <hkern u1="K" u2="&#xf5;" k="27"/>
606
+ <hkern u1="K" u2="&#xf4;" k="27"/>
607
+ <hkern u1="K" u2="&#xf3;" k="27"/>
608
+ <hkern u1="K" u2="&#xf2;" k="27"/>
609
+ <hkern u1="K" u2="&#xef;" k="-39"/>
610
+ <hkern u1="K" u2="&#xed;" k="49"/>
611
+ <hkern u1="K" u2="&#xeb;" k="27"/>
612
+ <hkern u1="K" u2="&#xea;" k="27"/>
613
+ <hkern u1="K" u2="&#xe9;" k="27"/>
614
+ <hkern u1="K" u2="&#xe8;" k="27"/>
615
+ <hkern u1="K" u2="&#xe7;" k="27"/>
616
+ <hkern u1="K" u2="&#xd8;" k="90"/>
617
+ <hkern u1="K" u2="&#xd6;" k="90"/>
618
+ <hkern u1="K" u2="&#xd5;" k="90"/>
619
+ <hkern u1="K" u2="&#xd4;" k="90"/>
620
+ <hkern u1="K" u2="&#xd3;" k="90"/>
621
+ <hkern u1="K" u2="&#xd2;" k="90"/>
622
+ <hkern u1="K" u2="&#xc7;" k="102"/>
623
+ <hkern u1="K" u2="y" k="92"/>
624
+ <hkern u1="K" u2="w" k="53"/>
625
+ <hkern u1="K" u2="v" k="74"/>
626
+ <hkern u1="K" u2="t" k="47"/>
627
+ <hkern u1="K" u2="q" k="27"/>
628
+ <hkern u1="K" u2="o" k="27"/>
629
+ <hkern u1="K" u2="g" k="27"/>
630
+ <hkern u1="K" u2="e" k="27"/>
631
+ <hkern u1="K" u2="d" k="27"/>
632
+ <hkern u1="K" u2="c" k="27"/>
633
+ <hkern u1="K" u2="Z" k="-39"/>
634
+ <hkern u1="K" u2="X" k="-37"/>
635
+ <hkern u1="K" u2="Q" k="90"/>
636
+ <hkern u1="K" u2="O" k="90"/>
637
+ <hkern u1="K" u2="J" k="-90"/>
638
+ <hkern u1="K" u2="G" k="90"/>
639
+ <hkern u1="K" u2="C" k="90"/>
640
+ <hkern u1="K" u2="&#x3b;" k="-39"/>
641
+ <hkern u1="K" u2="&#x2c;" k="-39"/>
642
+ <hkern u1="L" u2="&#xfd;" k="76"/>
643
+ <hkern u1="L" u2="&#xdd;" k="129"/>
644
+ <hkern u1="L" u2="&#xdc;" k="29"/>
645
+ <hkern u1="L" u2="&#xdb;" k="29"/>
646
+ <hkern u1="L" u2="&#xda;" k="29"/>
647
+ <hkern u1="L" u2="&#xd9;" k="29"/>
648
+ <hkern u1="L" u2="&#xd8;" k="70"/>
649
+ <hkern u1="L" u2="&#xd6;" k="70"/>
650
+ <hkern u1="L" u2="&#xd5;" k="70"/>
651
+ <hkern u1="L" u2="&#xd4;" k="70"/>
652
+ <hkern u1="L" u2="&#xd3;" k="70"/>
653
+ <hkern u1="L" u2="&#xd2;" k="70"/>
654
+ <hkern u1="L" u2="&#xc7;" k="66"/>
655
+ <hkern u1="L" u2="y" k="76"/>
656
+ <hkern u1="L" u2="w" k="66"/>
657
+ <hkern u1="L" u2="v" k="102"/>
658
+ <hkern u1="L" u2="t" k="27"/>
659
+ <hkern u1="L" u2="Z" k="-59"/>
660
+ <hkern u1="L" u2="Y" k="129"/>
661
+ <hkern u1="L" u2="W" k="49"/>
662
+ <hkern u1="L" u2="V" k="117"/>
663
+ <hkern u1="L" u2="U" k="29"/>
664
+ <hkern u1="L" u2="T" k="113"/>
665
+ <hkern u1="L" u2="Q" k="70"/>
666
+ <hkern u1="L" u2="O" k="70"/>
667
+ <hkern u1="L" u2="J" k="-100"/>
668
+ <hkern u1="L" u2="G" k="66"/>
669
+ <hkern u1="L" u2="C" k="66"/>
670
+ <hkern u1="L" u2="A" k="-59"/>
671
+ <hkern u1="L" u2="&#x3f;" k="102"/>
672
+ <hkern u1="L" u2="&#x2a;" k="207"/>
673
+ <hkern u1="O" u2="&#xdd;" k="25"/>
674
+ <hkern u1="O" u2="&#xc5;" k="27"/>
675
+ <hkern u1="O" u2="&#xc4;" k="27"/>
676
+ <hkern u1="O" u2="&#xc3;" k="27"/>
677
+ <hkern u1="O" u2="&#xc2;" k="27"/>
678
+ <hkern u1="O" u2="&#xc1;" k="27"/>
679
+ <hkern u1="O" u2="&#xc0;" k="27"/>
680
+ <hkern u1="O" u2="Z" k="49"/>
681
+ <hkern u1="O" u2="Y" k="25"/>
682
+ <hkern u1="O" u2="X" k="37"/>
683
+ <hkern u1="O" u2="T" k="92"/>
684
+ <hkern u1="O" u2="J" k="10"/>
685
+ <hkern u1="O" u2="A" k="27"/>
686
+ <hkern u1="O" u2="&#x2e;" k="92"/>
687
+ <hkern u1="O" u2="&#x2c;" k="92"/>
688
+ <hkern u1="P" u2="&#xf6;" k="76"/>
689
+ <hkern u1="P" u2="&#xf5;" k="76"/>
690
+ <hkern u1="P" u2="&#xf4;" k="76"/>
691
+ <hkern u1="P" u2="&#xf3;" k="76"/>
692
+ <hkern u1="P" u2="&#xf2;" k="76"/>
693
+ <hkern u1="P" u2="&#xeb;" k="76"/>
694
+ <hkern u1="P" u2="&#xea;" k="76"/>
695
+ <hkern u1="P" u2="&#xe9;" k="76"/>
696
+ <hkern u1="P" u2="&#xe8;" k="76"/>
697
+ <hkern u1="P" u2="&#xe7;" k="76"/>
698
+ <hkern u1="P" u2="&#xe6;" k="66"/>
699
+ <hkern u1="P" u2="&#xe5;" k="66"/>
700
+ <hkern u1="P" u2="&#xe4;" k="66"/>
701
+ <hkern u1="P" u2="&#xe3;" k="66"/>
702
+ <hkern u1="P" u2="&#xe2;" k="66"/>
703
+ <hkern u1="P" u2="&#xe1;" k="66"/>
704
+ <hkern u1="P" u2="&#xe0;" k="66"/>
705
+ <hkern u1="P" u2="&#xc6;" k="279"/>
706
+ <hkern u1="P" u2="&#xc5;" k="158"/>
707
+ <hkern u1="P" u2="&#xc4;" k="158"/>
708
+ <hkern u1="P" u2="&#xc3;" k="158"/>
709
+ <hkern u1="P" u2="&#xc2;" k="158"/>
710
+ <hkern u1="P" u2="&#xc1;" k="158"/>
711
+ <hkern u1="P" u2="&#xc0;" k="158"/>
712
+ <hkern u1="P" u2="q" k="74"/>
713
+ <hkern u1="P" u2="o" k="76"/>
714
+ <hkern u1="P" u2="g" k="76"/>
715
+ <hkern u1="P" u2="e" k="76"/>
716
+ <hkern u1="P" u2="d" k="76"/>
717
+ <hkern u1="P" u2="c" k="76"/>
718
+ <hkern u1="P" u2="a" k="66"/>
719
+ <hkern u1="P" u2="X" k="61"/>
720
+ <hkern u1="P" u2="W" k="-39"/>
721
+ <hkern u1="P" u2="J" k="129"/>
722
+ <hkern u1="P" u2="G" k="10"/>
723
+ <hkern u1="P" u2="A" k="158"/>
724
+ <hkern u1="P" u2="&#x2e;" k="326"/>
725
+ <hkern u1="P" u2="&#x2c;" k="326"/>
726
+ <hkern u1="Q" u2="&#xdd;" k="10"/>
727
+ <hkern u1="Q" u2="&#xc5;" k="27"/>
728
+ <hkern u1="Q" u2="&#xc4;" k="27"/>
729
+ <hkern u1="Q" u2="&#xc3;" k="27"/>
730
+ <hkern u1="Q" u2="&#xc2;" k="27"/>
731
+ <hkern u1="Q" u2="&#xc1;" k="27"/>
732
+ <hkern u1="Q" u2="&#xc0;" k="27"/>
733
+ <hkern u1="Q" u2="Z" k="49"/>
734
+ <hkern u1="Q" u2="Y" k="10"/>
735
+ <hkern u1="Q" u2="X" k="37"/>
736
+ <hkern u1="Q" u2="T" k="92"/>
737
+ <hkern u1="Q" u2="A" k="27"/>
738
+ <hkern u1="Q" u2="&#x2e;" k="129"/>
739
+ <hkern u1="Q" u2="&#x2c;" k="92"/>
740
+ <hkern u1="R" u2="&#xf6;" k="59"/>
741
+ <hkern u1="R" u2="&#xf5;" k="59"/>
742
+ <hkern u1="R" u2="&#xf4;" k="59"/>
743
+ <hkern u1="R" u2="&#xf3;" k="59"/>
744
+ <hkern u1="R" u2="&#xf2;" k="59"/>
745
+ <hkern u1="R" u2="&#xeb;" k="66"/>
746
+ <hkern u1="R" u2="&#xea;" k="66"/>
747
+ <hkern u1="R" u2="&#xe9;" k="66"/>
748
+ <hkern u1="R" u2="&#xe8;" k="66"/>
749
+ <hkern u1="R" u2="&#xe7;" k="66"/>
750
+ <hkern u1="R" u2="&#xdd;" k="39"/>
751
+ <hkern u1="R" u2="&#xd8;" k="20"/>
752
+ <hkern u1="R" u2="&#xd6;" k="20"/>
753
+ <hkern u1="R" u2="&#xd5;" k="20"/>
754
+ <hkern u1="R" u2="&#xd4;" k="20"/>
755
+ <hkern u1="R" u2="&#xd3;" k="20"/>
756
+ <hkern u1="R" u2="&#xd2;" k="20"/>
757
+ <hkern u1="R" u2="&#xc7;" k="27"/>
758
+ <hkern u1="R" u2="q" k="53"/>
759
+ <hkern u1="R" u2="o" k="59"/>
760
+ <hkern u1="R" u2="g" k="57"/>
761
+ <hkern u1="R" u2="e" k="57"/>
762
+ <hkern u1="R" u2="d" k="53"/>
763
+ <hkern u1="R" u2="c" k="53"/>
764
+ <hkern u1="R" u2="Y" k="39"/>
765
+ <hkern u1="R" u2="T" k="53"/>
766
+ <hkern u1="R" u2="Q" k="20"/>
767
+ <hkern u1="R" u2="O" k="20"/>
768
+ <hkern u1="R" u2="J" k="-57"/>
769
+ <hkern u1="R" u2="G" k="29"/>
770
+ <hkern u1="R" u2="C" k="29"/>
771
+ <hkern u1="R" u2="&#x3b;" k="-82"/>
772
+ <hkern u1="S" u2="&#xfd;" k="47"/>
773
+ <hkern u1="S" u2="y" k="47"/>
774
+ <hkern u1="S" u2="w" k="27"/>
775
+ <hkern u1="S" u2="v" k="49"/>
776
+ <hkern u1="S" u2="t" k="66"/>
777
+ <hkern u1="T" u2="&#xfd;" k="113"/>
778
+ <hkern u1="T" u2="&#xfc;" k="178"/>
779
+ <hkern u1="T" u2="&#xfb;" k="178"/>
780
+ <hkern u1="T" u2="&#xfa;" k="178"/>
781
+ <hkern u1="T" u2="&#xf9;" k="178"/>
782
+ <hkern u1="T" u2="&#xf6;" k="211"/>
783
+ <hkern u1="T" u2="&#xf5;" k="211"/>
784
+ <hkern u1="T" u2="&#xf4;" k="211"/>
785
+ <hkern u1="T" u2="&#xf3;" k="211"/>
786
+ <hkern u1="T" u2="&#xf2;" k="211"/>
787
+ <hkern u1="T" u2="&#xf1;" k="178"/>
788
+ <hkern u1="T" u2="&#xef;" k="-111"/>
789
+ <hkern u1="T" u2="&#xee;" k="-49"/>
790
+ <hkern u1="T" u2="&#xed;" k="23"/>
791
+ <hkern u1="T" u2="&#xeb;" k="211"/>
792
+ <hkern u1="T" u2="&#xea;" k="211"/>
793
+ <hkern u1="T" u2="&#xe9;" k="211"/>
794
+ <hkern u1="T" u2="&#xe8;" k="211"/>
795
+ <hkern u1="T" u2="&#xe7;" k="229"/>
796
+ <hkern u1="T" u2="&#xe6;" k="217"/>
797
+ <hkern u1="T" u2="&#xe5;" k="217"/>
798
+ <hkern u1="T" u2="&#xe4;" k="217"/>
799
+ <hkern u1="T" u2="&#xe3;" k="193"/>
800
+ <hkern u1="T" u2="&#xe2;" k="217"/>
801
+ <hkern u1="T" u2="&#xe1;" k="217"/>
802
+ <hkern u1="T" u2="&#xe0;" k="217"/>
803
+ <hkern u1="T" u2="&#xdd;" k="-29"/>
804
+ <hkern u1="T" u2="&#xd8;" k="92"/>
805
+ <hkern u1="T" u2="&#xd6;" k="92"/>
806
+ <hkern u1="T" u2="&#xd5;" k="92"/>
807
+ <hkern u1="T" u2="&#xd4;" k="92"/>
808
+ <hkern u1="T" u2="&#xd3;" k="92"/>
809
+ <hkern u1="T" u2="&#xd2;" k="92"/>
810
+ <hkern u1="T" u2="&#xc7;" k="92"/>
811
+ <hkern u1="T" u2="&#xc6;" k="244"/>
812
+ <hkern u1="T" u2="&#xc5;" k="154"/>
813
+ <hkern u1="T" u2="&#xc4;" k="154"/>
814
+ <hkern u1="T" u2="&#xc3;" k="154"/>
815
+ <hkern u1="T" u2="&#xc2;" k="154"/>
816
+ <hkern u1="T" u2="&#xc1;" k="154"/>
817
+ <hkern u1="T" u2="&#xc0;" k="154"/>
818
+ <hkern u1="T" u2="&#xbb;" k="49"/>
819
+ <hkern u1="T" u2="&#xab;" k="102"/>
820
+ <hkern u1="T" u2="z" k="129"/>
821
+ <hkern u1="T" u2="y" k="113"/>
822
+ <hkern u1="T" u2="x" k="180"/>
823
+ <hkern u1="T" u2="w" k="113"/>
824
+ <hkern u1="T" u2="v" k="102"/>
825
+ <hkern u1="T" u2="u" k="178"/>
826
+ <hkern u1="T" u2="s" k="154"/>
827
+ <hkern u1="T" u2="r" k="178"/>
828
+ <hkern u1="T" u2="q" k="211"/>
829
+ <hkern u1="T" u2="p" k="178"/>
830
+ <hkern u1="T" u2="o" k="211"/>
831
+ <hkern u1="T" u2="n" k="178"/>
832
+ <hkern u1="T" u2="m" k="178"/>
833
+ <hkern u1="T" u2="g" k="211"/>
834
+ <hkern u1="T" u2="f" k="96"/>
835
+ <hkern u1="T" u2="e" k="211"/>
836
+ <hkern u1="T" u2="d" k="211"/>
837
+ <hkern u1="T" u2="c" k="211"/>
838
+ <hkern u1="T" u2="a" k="217"/>
839
+ <hkern u1="T" u2="Y" k="-29"/>
840
+ <hkern u1="T" u2="X" k="6"/>
841
+ <hkern u1="T" u2="W" k="-39"/>
842
+ <hkern u1="T" u2="V" k="-43"/>
843
+ <hkern u1="T" u2="T" k="-39"/>
844
+ <hkern u1="T" u2="Q" k="92"/>
845
+ <hkern u1="T" u2="O" k="92"/>
846
+ <hkern u1="T" u2="J" k="113"/>
847
+ <hkern u1="T" u2="G" k="92"/>
848
+ <hkern u1="T" u2="C" k="92"/>
849
+ <hkern u1="T" u2="A" k="154"/>
850
+ <hkern u1="T" u2="&#x3b;" k="23"/>
851
+ <hkern u1="T" u2="&#x3a;" k="23"/>
852
+ <hkern u1="T" u2="&#x2e;" k="180"/>
853
+ <hkern u1="T" u2="&#x2c;" k="129"/>
854
+ <hkern u1="U" u2="&#xc6;" k="117"/>
855
+ <hkern u1="U" u2="A" k="41"/>
856
+ <hkern u1="V" u2="&#xfc;" k="76"/>
857
+ <hkern u1="V" u2="&#xfb;" k="76"/>
858
+ <hkern u1="V" u2="&#xfa;" k="76"/>
859
+ <hkern u1="V" u2="&#xf9;" k="76"/>
860
+ <hkern u1="V" u2="&#xf6;" k="129"/>
861
+ <hkern u1="V" u2="&#xf5;" k="129"/>
862
+ <hkern u1="V" u2="&#xf4;" k="129"/>
863
+ <hkern u1="V" u2="&#xf3;" k="129"/>
864
+ <hkern u1="V" u2="&#xf2;" k="129"/>
865
+ <hkern u1="V" u2="&#xf1;" k="76"/>
866
+ <hkern u1="V" u2="&#xef;" k="-90"/>
867
+ <hkern u1="V" u2="&#xee;" k="-29"/>
868
+ <hkern u1="V" u2="&#xeb;" k="129"/>
869
+ <hkern u1="V" u2="&#xea;" k="129"/>
870
+ <hkern u1="V" u2="&#xe9;" k="129"/>
871
+ <hkern u1="V" u2="&#xe8;" k="129"/>
872
+ <hkern u1="V" u2="&#xe7;" k="129"/>
873
+ <hkern u1="V" u2="&#xe6;" k="147"/>
874
+ <hkern u1="V" u2="&#xe5;" k="147"/>
875
+ <hkern u1="V" u2="&#xe4;" k="147"/>
876
+ <hkern u1="V" u2="&#xe3;" k="147"/>
877
+ <hkern u1="V" u2="&#xe2;" k="147"/>
878
+ <hkern u1="V" u2="&#xe1;" k="147"/>
879
+ <hkern u1="V" u2="&#xe0;" k="147"/>
880
+ <hkern u1="V" u2="&#xd8;" k="12"/>
881
+ <hkern u1="V" u2="&#xd6;" k="12"/>
882
+ <hkern u1="V" u2="&#xd5;" k="12"/>
883
+ <hkern u1="V" u2="&#xd4;" k="12"/>
884
+ <hkern u1="V" u2="&#xd3;" k="12"/>
885
+ <hkern u1="V" u2="&#xd2;" k="12"/>
886
+ <hkern u1="V" u2="&#xc7;" k="31"/>
887
+ <hkern u1="V" u2="&#xc6;" k="188"/>
888
+ <hkern u1="V" u2="&#xc5;" k="117"/>
889
+ <hkern u1="V" u2="&#xc4;" k="117"/>
890
+ <hkern u1="V" u2="&#xc3;" k="117"/>
891
+ <hkern u1="V" u2="&#xc2;" k="117"/>
892
+ <hkern u1="V" u2="&#xc1;" k="117"/>
893
+ <hkern u1="V" u2="&#xc0;" k="117"/>
894
+ <hkern u1="V" u2="&#xbf;" k="139"/>
895
+ <hkern u1="V" u2="&#xab;" k="49"/>
896
+ <hkern u1="V" u2="u" k="76"/>
897
+ <hkern u1="V" u2="s" k="66"/>
898
+ <hkern u1="V" u2="r" k="76"/>
899
+ <hkern u1="V" u2="q" k="129"/>
900
+ <hkern u1="V" u2="p" k="76"/>
901
+ <hkern u1="V" u2="o" k="129"/>
902
+ <hkern u1="V" u2="n" k="76"/>
903
+ <hkern u1="V" u2="m" k="76"/>
904
+ <hkern u1="V" u2="g" k="129"/>
905
+ <hkern u1="V" u2="e" k="129"/>
906
+ <hkern u1="V" u2="d" k="129"/>
907
+ <hkern u1="V" u2="c" k="129"/>
908
+ <hkern u1="V" u2="a" k="147"/>
909
+ <hkern u1="V" u2="T" k="-39"/>
910
+ <hkern u1="V" u2="S" k="27"/>
911
+ <hkern u1="V" u2="Q" k="43"/>
912
+ <hkern u1="V" u2="O" k="12"/>
913
+ <hkern u1="V" u2="J" k="70"/>
914
+ <hkern u1="V" u2="G" k="43"/>
915
+ <hkern u1="V" u2="C" k="43"/>
916
+ <hkern u1="V" u2="A" k="117"/>
917
+ <hkern u1="V" u2="&#x2e;" k="229"/>
918
+ <hkern u1="V" u2="&#x2c;" k="205"/>
919
+ <hkern u1="W" u2="&#xf6;" k="49"/>
920
+ <hkern u1="W" u2="&#xf5;" k="49"/>
921
+ <hkern u1="W" u2="&#xf4;" k="49"/>
922
+ <hkern u1="W" u2="&#xf3;" k="49"/>
923
+ <hkern u1="W" u2="&#xf2;" k="49"/>
924
+ <hkern u1="W" u2="&#xef;" k="-100"/>
925
+ <hkern u1="W" u2="&#xee;" k="-49"/>
926
+ <hkern u1="W" u2="&#xeb;" k="49"/>
927
+ <hkern u1="W" u2="&#xea;" k="49"/>
928
+ <hkern u1="W" u2="&#xe9;" k="49"/>
929
+ <hkern u1="W" u2="&#xe8;" k="49"/>
930
+ <hkern u1="W" u2="&#xe7;" k="49"/>
931
+ <hkern u1="W" u2="&#xe6;" k="76"/>
932
+ <hkern u1="W" u2="&#xe5;" k="76"/>
933
+ <hkern u1="W" u2="&#xe4;" k="76"/>
934
+ <hkern u1="W" u2="&#xe3;" k="76"/>
935
+ <hkern u1="W" u2="&#xe2;" k="76"/>
936
+ <hkern u1="W" u2="&#xe1;" k="76"/>
937
+ <hkern u1="W" u2="&#xe0;" k="76"/>
938
+ <hkern u1="W" u2="&#xc6;" k="102"/>
939
+ <hkern u1="W" u2="&#xc5;" k="74"/>
940
+ <hkern u1="W" u2="&#xc4;" k="74"/>
941
+ <hkern u1="W" u2="&#xc3;" k="74"/>
942
+ <hkern u1="W" u2="&#xc2;" k="74"/>
943
+ <hkern u1="W" u2="&#xc1;" k="74"/>
944
+ <hkern u1="W" u2="&#xc0;" k="74"/>
945
+ <hkern u1="W" u2="&#xbf;" k="92"/>
946
+ <hkern u1="W" u2="&#xbb;" k="-39"/>
947
+ <hkern u1="W" u2="&#xab;" k="49"/>
948
+ <hkern u1="W" u2="q" k="49"/>
949
+ <hkern u1="W" u2="o" k="49"/>
950
+ <hkern u1="W" u2="g" k="49"/>
951
+ <hkern u1="W" u2="e" k="49"/>
952
+ <hkern u1="W" u2="d" k="49"/>
953
+ <hkern u1="W" u2="c" k="49"/>
954
+ <hkern u1="W" u2="a" k="76"/>
955
+ <hkern u1="W" u2="T" k="-39"/>
956
+ <hkern u1="W" u2="A" k="74"/>
957
+ <hkern u1="W" u2="&#x2e;" k="129"/>
958
+ <hkern u1="W" u2="&#x2c;" k="117"/>
959
+ <hkern u1="X" u2="&#xef;" k="-82"/>
960
+ <hkern u1="X" u2="&#xd8;" k="23"/>
961
+ <hkern u1="X" u2="&#xd6;" k="23"/>
962
+ <hkern u1="X" u2="&#xd5;" k="23"/>
963
+ <hkern u1="X" u2="&#xd4;" k="23"/>
964
+ <hkern u1="X" u2="&#xd3;" k="23"/>
965
+ <hkern u1="X" u2="&#xd2;" k="23"/>
966
+ <hkern u1="X" u2="&#xc7;" k="23"/>
967
+ <hkern u1="X" u2="T" k="-33"/>
968
+ <hkern u1="X" u2="Q" k="23"/>
969
+ <hkern u1="X" u2="O" k="23"/>
970
+ <hkern u1="X" u2="J" k="-96"/>
971
+ <hkern u1="X" u2="G" k="23"/>
972
+ <hkern u1="X" u2="C" k="23"/>
973
+ <hkern u1="X" u2="&#x3b;" k="-82"/>
974
+ <hkern u1="X" u2="&#x2e;" k="-57"/>
975
+ <hkern u1="X" u2="&#x2c;" k="-68"/>
976
+ <hkern u1="Y" u2="&#xfc;" k="141"/>
977
+ <hkern u1="Y" u2="&#xfb;" k="141"/>
978
+ <hkern u1="Y" u2="&#xfa;" k="141"/>
979
+ <hkern u1="Y" u2="&#xf9;" k="141"/>
980
+ <hkern u1="Y" u2="&#xf6;" k="180"/>
981
+ <hkern u1="Y" u2="&#xf5;" k="180"/>
982
+ <hkern u1="Y" u2="&#xf4;" k="180"/>
983
+ <hkern u1="Y" u2="&#xf3;" k="180"/>
984
+ <hkern u1="Y" u2="&#xf2;" k="180"/>
985
+ <hkern u1="Y" u2="&#xf1;" k="141"/>
986
+ <hkern u1="Y" u2="&#xef;" k="-90"/>
987
+ <hkern u1="Y" u2="&#xeb;" k="180"/>
988
+ <hkern u1="Y" u2="&#xea;" k="180"/>
989
+ <hkern u1="Y" u2="&#xe9;" k="180"/>
990
+ <hkern u1="Y" u2="&#xe8;" k="180"/>
991
+ <hkern u1="Y" u2="&#xe7;" k="180"/>
992
+ <hkern u1="Y" u2="&#xe6;" k="199"/>
993
+ <hkern u1="Y" u2="&#xe5;" k="199"/>
994
+ <hkern u1="Y" u2="&#xe4;" k="129"/>
995
+ <hkern u1="Y" u2="&#xe3;" k="154"/>
996
+ <hkern u1="Y" u2="&#xe2;" k="199"/>
997
+ <hkern u1="Y" u2="&#xe1;" k="199"/>
998
+ <hkern u1="Y" u2="&#xe0;" k="199"/>
999
+ <hkern u1="Y" u2="&#xd8;" k="45"/>
1000
+ <hkern u1="Y" u2="&#xd6;" k="45"/>
1001
+ <hkern u1="Y" u2="&#xd5;" k="45"/>
1002
+ <hkern u1="Y" u2="&#xd4;" k="45"/>
1003
+ <hkern u1="Y" u2="&#xd3;" k="45"/>
1004
+ <hkern u1="Y" u2="&#xd2;" k="45"/>
1005
+ <hkern u1="Y" u2="&#xc7;" k="51"/>
1006
+ <hkern u1="Y" u2="&#xc6;" k="193"/>
1007
+ <hkern u1="Y" u2="&#xc5;" k="158"/>
1008
+ <hkern u1="Y" u2="&#xc4;" k="158"/>
1009
+ <hkern u1="Y" u2="&#xc3;" k="158"/>
1010
+ <hkern u1="Y" u2="&#xc2;" k="158"/>
1011
+ <hkern u1="Y" u2="&#xc1;" k="158"/>
1012
+ <hkern u1="Y" u2="&#xc0;" k="158"/>
1013
+ <hkern u1="Y" u2="&#xbf;" k="229"/>
1014
+ <hkern u1="Y" u2="&#xab;" k="49"/>
1015
+ <hkern u1="Y" u2="u" k="141"/>
1016
+ <hkern u1="Y" u2="s" k="133"/>
1017
+ <hkern u1="Y" u2="r" k="141"/>
1018
+ <hkern u1="Y" u2="q" k="180"/>
1019
+ <hkern u1="Y" u2="p" k="141"/>
1020
+ <hkern u1="Y" u2="o" k="180"/>
1021
+ <hkern u1="Y" u2="n" k="141"/>
1022
+ <hkern u1="Y" u2="m" k="141"/>
1023
+ <hkern u1="Y" u2="g" k="180"/>
1024
+ <hkern u1="Y" u2="f" k="27"/>
1025
+ <hkern u1="Y" u2="e" k="180"/>
1026
+ <hkern u1="Y" u2="d" k="180"/>
1027
+ <hkern u1="Y" u2="c" k="180"/>
1028
+ <hkern u1="Y" u2="a" k="199"/>
1029
+ <hkern u1="Y" u2="T" k="-39"/>
1030
+ <hkern u1="Y" u2="S" k="27"/>
1031
+ <hkern u1="Y" u2="Q" k="45"/>
1032
+ <hkern u1="Y" u2="O" k="45"/>
1033
+ <hkern u1="Y" u2="J" k="66"/>
1034
+ <hkern u1="Y" u2="G" k="45"/>
1035
+ <hkern u1="Y" u2="C" k="45"/>
1036
+ <hkern u1="Y" u2="A" k="158"/>
1037
+ <hkern u1="Y" u2="&#x2e;" k="195"/>
1038
+ <hkern u1="Y" u2="&#x2c;" k="176"/>
1039
+ <hkern u1="Z" u2="&#xfd;" k="53"/>
1040
+ <hkern u1="Z" u2="&#xef;" k="-70"/>
1041
+ <hkern u1="Z" u2="&#xbb;" k="-39"/>
1042
+ <hkern u1="Z" u2="y" k="53"/>
1043
+ <hkern u1="Z" u2="T" k="-39"/>
1044
+ <hkern u1="Z" u2="J" k="-82"/>
1045
+ <hkern u1="[" u2="j" k="-233"/>
1046
+ <hkern u1="b" u2="&#xe6;" k="27"/>
1047
+ <hkern u1="b" u2="&#xe5;" k="27"/>
1048
+ <hkern u1="b" u2="&#xe4;" k="27"/>
1049
+ <hkern u1="b" u2="&#xe3;" k="27"/>
1050
+ <hkern u1="b" u2="&#xe2;" k="27"/>
1051
+ <hkern u1="b" u2="&#xe1;" k="27"/>
1052
+ <hkern u1="b" u2="&#xe0;" k="27"/>
1053
+ <hkern u1="b" u2="x" k="25"/>
1054
+ <hkern u1="b" u2="f" k="10"/>
1055
+ <hkern u1="b" u2="a" k="27"/>
1056
+ <hkern u1="c" u2="&#xdd;" k="76"/>
1057
+ <hkern u1="c" u2="Y" k="76"/>
1058
+ <hkern u1="c" u2="T" k="102"/>
1059
+ <hkern u1="c" u2="J" k="-70"/>
1060
+ <hkern u1="e" u2="&#x27;" k="104"/>
1061
+ <hkern u1="e" u2="&#x22;" k="104"/>
1062
+ <hkern u1="f" u2="&#xfe;" k="-18"/>
1063
+ <hkern u1="f" u2="&#xfd;" k="-33"/>
1064
+ <hkern u1="f" u2="&#xef;" k="-121"/>
1065
+ <hkern u1="f" u2="&#xee;" k="-18"/>
1066
+ <hkern u1="f" u2="&#xec;" k="-45"/>
1067
+ <hkern u1="f" u2="&#xbb;" k="-39"/>
1068
+ <hkern u1="f" u2="&#x7d;" k="-82"/>
1069
+ <hkern u1="f" u2="y" k="-33"/>
1070
+ <hkern u1="f" u2="x" k="-18"/>
1071
+ <hkern u1="f" u2="w" k="-39"/>
1072
+ <hkern u1="f" u2="v" k="-39"/>
1073
+ <hkern u1="f" u2="t" k="-37"/>
1074
+ <hkern u1="f" u2="h" k="-18"/>
1075
+ <hkern u1="f" u2="b" k="-18"/>
1076
+ <hkern u1="f" u2="]" k="-141"/>
1077
+ <hkern u1="f" u2="&#x3f;" k="-66"/>
1078
+ <hkern u1="f" u2="&#x3b;" k="-82"/>
1079
+ <hkern u1="f" u2="&#x3a;" k="-82"/>
1080
+ <hkern u1="f" u2="&#x2e;" k="129"/>
1081
+ <hkern u1="f" u2="&#x2d;" k="102"/>
1082
+ <hkern u1="f" u2="&#x2c;" k="129"/>
1083
+ <hkern u1="g" u2="j" k="-47"/>
1084
+ <hkern u1="j" u2="j" k="-35"/>
1085
+ <hkern u1="k" u2="&#xf6;" k="41"/>
1086
+ <hkern u1="k" u2="&#xf5;" k="41"/>
1087
+ <hkern u1="k" u2="&#xf4;" k="41"/>
1088
+ <hkern u1="k" u2="&#xf3;" k="41"/>
1089
+ <hkern u1="k" u2="&#xf2;" k="41"/>
1090
+ <hkern u1="k" u2="&#xeb;" k="41"/>
1091
+ <hkern u1="k" u2="&#xea;" k="41"/>
1092
+ <hkern u1="k" u2="&#xe9;" k="41"/>
1093
+ <hkern u1="k" u2="&#xe8;" k="41"/>
1094
+ <hkern u1="k" u2="&#xe7;" k="27"/>
1095
+ <hkern u1="k" u2="t" k="16"/>
1096
+ <hkern u1="k" u2="q" k="27"/>
1097
+ <hkern u1="k" u2="o" k="41"/>
1098
+ <hkern u1="k" u2="g" k="41"/>
1099
+ <hkern u1="k" u2="e" k="41"/>
1100
+ <hkern u1="k" u2="d" k="27"/>
1101
+ <hkern u1="k" u2="c" k="41"/>
1102
+ <hkern u1="k" u2="&#x3b;" k="-82"/>
1103
+ <hkern u1="k" u2="&#x3a;" k="-82"/>
1104
+ <hkern u1="k" u2="&#x2e;" k="-82"/>
1105
+ <hkern u1="k" u2="&#x2d;" k="139"/>
1106
+ <hkern u1="k" u2="&#x2c;" k="-82"/>
1107
+ <hkern u1="n" u2="&#x27;" k="104"/>
1108
+ <hkern u1="n" u2="&#x22;" k="104"/>
1109
+ <hkern u1="o" u2="&#xe6;" k="27"/>
1110
+ <hkern u1="o" u2="&#xe5;" k="27"/>
1111
+ <hkern u1="o" u2="&#xe4;" k="27"/>
1112
+ <hkern u1="o" u2="&#xe3;" k="27"/>
1113
+ <hkern u1="o" u2="&#xe2;" k="27"/>
1114
+ <hkern u1="o" u2="&#xe1;" k="27"/>
1115
+ <hkern u1="o" u2="&#xe0;" k="27"/>
1116
+ <hkern u1="o" u2="x" k="25"/>
1117
+ <hkern u1="o" u2="f" k="37"/>
1118
+ <hkern u1="o" u2="a" k="27"/>
1119
+ <hkern u1="o" u2="&#x27;" k="145"/>
1120
+ <hkern u1="o" u2="&#x22;" k="145"/>
1121
+ <hkern u1="p" u2="&#xe6;" k="27"/>
1122
+ <hkern u1="p" u2="&#xe5;" k="27"/>
1123
+ <hkern u1="p" u2="&#xe4;" k="27"/>
1124
+ <hkern u1="p" u2="&#xe3;" k="27"/>
1125
+ <hkern u1="p" u2="&#xe2;" k="27"/>
1126
+ <hkern u1="p" u2="&#xe1;" k="27"/>
1127
+ <hkern u1="p" u2="&#xe0;" k="27"/>
1128
+ <hkern u1="p" u2="x" k="25"/>
1129
+ <hkern u1="p" u2="f" k="37"/>
1130
+ <hkern u1="p" u2="a" k="27"/>
1131
+ <hkern u1="q" u2="j" k="-102"/>
1132
+ <hkern u1="r" u2="&#xfd;" k="-82"/>
1133
+ <hkern u1="r" u2="&#xf6;" k="27"/>
1134
+ <hkern u1="r" u2="&#xf5;" k="27"/>
1135
+ <hkern u1="r" u2="&#xf4;" k="27"/>
1136
+ <hkern u1="r" u2="&#xf3;" k="27"/>
1137
+ <hkern u1="r" u2="&#xf2;" k="27"/>
1138
+ <hkern u1="r" u2="&#xeb;" k="27"/>
1139
+ <hkern u1="r" u2="&#xea;" k="27"/>
1140
+ <hkern u1="r" u2="&#xe9;" k="27"/>
1141
+ <hkern u1="r" u2="&#xe8;" k="27"/>
1142
+ <hkern u1="r" u2="&#xe7;" k="27"/>
1143
+ <hkern u1="r" u2="z" k="-39"/>
1144
+ <hkern u1="r" u2="y" k="-82"/>
1145
+ <hkern u1="r" u2="x" k="-59"/>
1146
+ <hkern u1="r" u2="w" k="-82"/>
1147
+ <hkern u1="r" u2="v" k="-82"/>
1148
+ <hkern u1="r" u2="t" k="-59"/>
1149
+ <hkern u1="r" u2="s" k="-14"/>
1150
+ <hkern u1="r" u2="q" k="27"/>
1151
+ <hkern u1="r" u2="o" k="27"/>
1152
+ <hkern u1="r" u2="n" k="4"/>
1153
+ <hkern u1="r" u2="m" k="4"/>
1154
+ <hkern u1="r" u2="g" k="27"/>
1155
+ <hkern u1="r" u2="f" k="-39"/>
1156
+ <hkern u1="r" u2="e" k="27"/>
1157
+ <hkern u1="r" u2="d" k="27"/>
1158
+ <hkern u1="r" u2="c" k="27"/>
1159
+ <hkern u1="r" u2="&#x3b;" k="-82"/>
1160
+ <hkern u1="r" u2="&#x3a;" k="-82"/>
1161
+ <hkern u1="r" u2="&#x2e;" k="170"/>
1162
+ <hkern u1="r" u2="&#x2d;" k="129"/>
1163
+ <hkern u1="r" u2="&#x2c;" k="158"/>
1164
+ <hkern u1="t" u2="&#xf6;" k="16"/>
1165
+ <hkern u1="t" u2="&#xf5;" k="16"/>
1166
+ <hkern u1="t" u2="&#xf4;" k="16"/>
1167
+ <hkern u1="t" u2="&#xf3;" k="16"/>
1168
+ <hkern u1="t" u2="&#xf2;" k="16"/>
1169
+ <hkern u1="t" u2="&#xeb;" k="16"/>
1170
+ <hkern u1="t" u2="&#xea;" k="16"/>
1171
+ <hkern u1="t" u2="&#xe9;" k="16"/>
1172
+ <hkern u1="t" u2="&#xe8;" k="16"/>
1173
+ <hkern u1="t" u2="&#xe7;" k="27"/>
1174
+ <hkern u1="t" u2="&#xbb;" k="-39"/>
1175
+ <hkern u1="t" u2="x" k="-29"/>
1176
+ <hkern u1="t" u2="q" k="16"/>
1177
+ <hkern u1="t" u2="o" k="16"/>
1178
+ <hkern u1="t" u2="g" k="16"/>
1179
+ <hkern u1="t" u2="e" k="16"/>
1180
+ <hkern u1="t" u2="d" k="27"/>
1181
+ <hkern u1="t" u2="c" k="27"/>
1182
+ <hkern u1="t" u2="&#x3f;" k="53"/>
1183
+ <hkern u1="t" u2="&#x2d;" k="113"/>
1184
+ <hkern u1="u" u2="&#x27;" k="66"/>
1185
+ <hkern u1="u" u2="&#x22;" k="66"/>
1186
+ <hkern u1="v" u2="&#xf6;" k="12"/>
1187
+ <hkern u1="v" u2="&#xf5;" k="12"/>
1188
+ <hkern u1="v" u2="&#xf4;" k="12"/>
1189
+ <hkern u1="v" u2="&#xf3;" k="12"/>
1190
+ <hkern u1="v" u2="&#xf2;" k="12"/>
1191
+ <hkern u1="v" u2="&#xeb;" k="12"/>
1192
+ <hkern u1="v" u2="&#xea;" k="12"/>
1193
+ <hkern u1="v" u2="&#xe9;" k="12"/>
1194
+ <hkern u1="v" u2="&#xe8;" k="12"/>
1195
+ <hkern u1="v" u2="&#xe7;" k="12"/>
1196
+ <hkern u1="v" u2="&#xe6;" k="37"/>
1197
+ <hkern u1="v" u2="&#xe5;" k="37"/>
1198
+ <hkern u1="v" u2="&#xe4;" k="37"/>
1199
+ <hkern u1="v" u2="&#xe3;" k="37"/>
1200
+ <hkern u1="v" u2="&#xe2;" k="37"/>
1201
+ <hkern u1="v" u2="&#xe1;" k="37"/>
1202
+ <hkern u1="v" u2="&#xe0;" k="37"/>
1203
+ <hkern u1="v" u2="q" k="16"/>
1204
+ <hkern u1="v" u2="o" k="12"/>
1205
+ <hkern u1="v" u2="g" k="12"/>
1206
+ <hkern u1="v" u2="e" k="12"/>
1207
+ <hkern u1="v" u2="d" k="16"/>
1208
+ <hkern u1="v" u2="c" k="12"/>
1209
+ <hkern u1="v" u2="a" k="37"/>
1210
+ <hkern u1="v" u2="&#x2e;" k="129"/>
1211
+ <hkern u1="v" u2="&#x2c;" k="117"/>
1212
+ <hkern u1="w" u2="&#xf6;" k="6"/>
1213
+ <hkern u1="w" u2="&#xf5;" k="6"/>
1214
+ <hkern u1="w" u2="&#xf4;" k="6"/>
1215
+ <hkern u1="w" u2="&#xf3;" k="6"/>
1216
+ <hkern u1="w" u2="&#xf2;" k="6"/>
1217
+ <hkern u1="w" u2="&#xeb;" k="10"/>
1218
+ <hkern u1="w" u2="&#xea;" k="10"/>
1219
+ <hkern u1="w" u2="&#xe9;" k="10"/>
1220
+ <hkern u1="w" u2="&#xe8;" k="10"/>
1221
+ <hkern u1="w" u2="&#xe7;" k="6"/>
1222
+ <hkern u1="w" u2="q" k="10"/>
1223
+ <hkern u1="w" u2="o" k="6"/>
1224
+ <hkern u1="w" u2="g" k="6"/>
1225
+ <hkern u1="w" u2="e" k="10"/>
1226
+ <hkern u1="w" u2="d" k="10"/>
1227
+ <hkern u1="w" u2="c" k="6"/>
1228
+ <hkern u1="w" u2="&#x2e;" k="102"/>
1229
+ <hkern u1="w" u2="&#x2c;" k="90"/>
1230
+ <hkern u1="x" u2="&#xf6;" k="16"/>
1231
+ <hkern u1="x" u2="&#xf5;" k="16"/>
1232
+ <hkern u1="x" u2="&#xf4;" k="16"/>
1233
+ <hkern u1="x" u2="&#xf3;" k="16"/>
1234
+ <hkern u1="x" u2="&#xf2;" k="16"/>
1235
+ <hkern u1="x" u2="&#xeb;" k="16"/>
1236
+ <hkern u1="x" u2="&#xea;" k="16"/>
1237
+ <hkern u1="x" u2="&#xe9;" k="16"/>
1238
+ <hkern u1="x" u2="&#xe8;" k="16"/>
1239
+ <hkern u1="x" u2="&#xe7;" k="16"/>
1240
+ <hkern u1="x" u2="q" k="16"/>
1241
+ <hkern u1="x" u2="o" k="16"/>
1242
+ <hkern u1="x" u2="g" k="16"/>
1243
+ <hkern u1="x" u2="e" k="16"/>
1244
+ <hkern u1="x" u2="d" k="16"/>
1245
+ <hkern u1="x" u2="c" k="16"/>
1246
+ <hkern u1="y" u2="&#xf6;" k="10"/>
1247
+ <hkern u1="y" u2="&#xf5;" k="10"/>
1248
+ <hkern u1="y" u2="&#xf4;" k="10"/>
1249
+ <hkern u1="y" u2="&#xf3;" k="10"/>
1250
+ <hkern u1="y" u2="&#xf2;" k="10"/>
1251
+ <hkern u1="y" u2="&#xeb;" k="10"/>
1252
+ <hkern u1="y" u2="&#xea;" k="10"/>
1253
+ <hkern u1="y" u2="&#xe9;" k="10"/>
1254
+ <hkern u1="y" u2="&#xe8;" k="10"/>
1255
+ <hkern u1="y" u2="&#xe7;" k="10"/>
1256
+ <hkern u1="y" u2="t" k="-6"/>
1257
+ <hkern u1="y" u2="q" k="10"/>
1258
+ <hkern u1="y" u2="o" k="10"/>
1259
+ <hkern u1="y" u2="g" k="10"/>
1260
+ <hkern u1="y" u2="f" k="-4"/>
1261
+ <hkern u1="y" u2="e" k="10"/>
1262
+ <hkern u1="y" u2="d" k="10"/>
1263
+ <hkern u1="y" u2="c" k="10"/>
1264
+ <hkern u1="y" u2="&#x3f;" k="76"/>
1265
+ <hkern u1="y" u2="&#x2e;" k="127"/>
1266
+ <hkern u1="y" u2="&#x2c;" k="102"/>
1267
+ <hkern u1="y" u2="&#x27;" k="-29"/>
1268
+ <hkern u1="y" u2="&#x22;" k="-29"/>
1269
+ <hkern u1="&#x7b;" u2="j" k="-203"/>
1270
+ <hkern u1="&#xa1;" u2="j" k="-160"/>
1271
+ <hkern u1="&#xab;" u2="&#xfd;" k="-12"/>
1272
+ <hkern u1="&#xab;" u2="y" k="-12"/>
1273
+ <hkern u1="&#xab;" u2="Z" k="-82"/>
1274
+ <hkern u1="&#xab;" u2="W" k="-82"/>
1275
+ <hkern u1="&#xab;" u2="T" k="49"/>
1276
+ <hkern u1="&#xab;" u2="J" k="-82"/>
1277
+ <hkern u1="&#xbb;" u2="&#xdd;" k="102"/>
1278
+ <hkern u1="&#xbb;" u2="Y" k="102"/>
1279
+ <hkern u1="&#xbb;" u2="W" k="49"/>
1280
+ <hkern u1="&#xbb;" u2="V" k="49"/>
1281
+ <hkern u1="&#xbb;" u2="T" k="49"/>
1282
+ <hkern u1="&#xbf;" u2="&#xdd;" k="102"/>
1283
+ <hkern u1="&#xbf;" u2="j" k="-188"/>
1284
+ <hkern u1="&#xbf;" u2="Y" k="102"/>
1285
+ <hkern u1="&#xc0;" u2="&#xdd;" k="156"/>
1286
+ <hkern u1="&#xc0;" u2="Y" k="156"/>
1287
+ <hkern u1="&#xc0;" u2="W" k="74"/>
1288
+ <hkern u1="&#xc0;" u2="V" k="117"/>
1289
+ <hkern u1="&#xc0;" u2="T" k="147"/>
1290
+ <hkern u1="&#xc0;" u2="J" k="-94"/>
1291
+ <hkern u1="&#xc1;" u2="&#xdd;" k="156"/>
1292
+ <hkern u1="&#xc1;" u2="Y" k="156"/>
1293
+ <hkern u1="&#xc1;" u2="W" k="74"/>
1294
+ <hkern u1="&#xc1;" u2="V" k="117"/>
1295
+ <hkern u1="&#xc1;" u2="T" k="147"/>
1296
+ <hkern u1="&#xc1;" u2="J" k="-94"/>
1297
+ <hkern u1="&#xc2;" u2="&#xdd;" k="156"/>
1298
+ <hkern u1="&#xc2;" u2="Y" k="156"/>
1299
+ <hkern u1="&#xc2;" u2="W" k="74"/>
1300
+ <hkern u1="&#xc2;" u2="V" k="117"/>
1301
+ <hkern u1="&#xc2;" u2="T" k="147"/>
1302
+ <hkern u1="&#xc2;" u2="J" k="-94"/>
1303
+ <hkern u1="&#xc3;" u2="&#xdd;" k="156"/>
1304
+ <hkern u1="&#xc3;" u2="Y" k="156"/>
1305
+ <hkern u1="&#xc3;" u2="W" k="74"/>
1306
+ <hkern u1="&#xc3;" u2="V" k="117"/>
1307
+ <hkern u1="&#xc3;" u2="T" k="147"/>
1308
+ <hkern u1="&#xc3;" u2="J" k="-94"/>
1309
+ <hkern u1="&#xc4;" u2="&#xdd;" k="156"/>
1310
+ <hkern u1="&#xc4;" u2="Y" k="156"/>
1311
+ <hkern u1="&#xc4;" u2="W" k="80"/>
1312
+ <hkern u1="&#xc4;" u2="V" k="117"/>
1313
+ <hkern u1="&#xc4;" u2="T" k="147"/>
1314
+ <hkern u1="&#xc4;" u2="J" k="-94"/>
1315
+ <hkern u1="&#xc5;" u2="&#xdd;" k="156"/>
1316
+ <hkern u1="&#xc5;" u2="Y" k="156"/>
1317
+ <hkern u1="&#xc5;" u2="W" k="74"/>
1318
+ <hkern u1="&#xc5;" u2="V" k="117"/>
1319
+ <hkern u1="&#xc5;" u2="T" k="147"/>
1320
+ <hkern u1="&#xc5;" u2="J" k="-94"/>
1321
+ <hkern u1="&#xc6;" u2="J" k="-14"/>
1322
+ <hkern u1="&#xc7;" u2="Q" k="55"/>
1323
+ <hkern u1="&#xc7;" u2="O" k="55"/>
1324
+ <hkern u1="&#xc7;" u2="G" k="55"/>
1325
+ <hkern u1="&#xc7;" u2="C" k="55"/>
1326
+ <hkern u1="&#xc8;" u2="J" k="-61"/>
1327
+ <hkern u1="&#xc9;" u2="J" k="-61"/>
1328
+ <hkern u1="&#xca;" u2="J" k="-61"/>
1329
+ <hkern u1="&#xcb;" u2="J" k="-61"/>
1330
+ <hkern u1="&#xd0;" u2="&#xc6;" k="74"/>
1331
+ <hkern u1="&#xd0;" u2="&#xc5;" k="33"/>
1332
+ <hkern u1="&#xd0;" u2="&#xc4;" k="33"/>
1333
+ <hkern u1="&#xd0;" u2="&#xc3;" k="33"/>
1334
+ <hkern u1="&#xd0;" u2="&#xc2;" k="33"/>
1335
+ <hkern u1="&#xd0;" u2="&#xc1;" k="33"/>
1336
+ <hkern u1="&#xd0;" u2="&#xc0;" k="33"/>
1337
+ <hkern u1="&#xd0;" u2="Z" k="49"/>
1338
+ <hkern u1="&#xd0;" u2="X" k="53"/>
1339
+ <hkern u1="&#xd0;" u2="T" k="92"/>
1340
+ <hkern u1="&#xd0;" u2="A" k="33"/>
1341
+ <hkern u1="&#xd0;" u2="&#x2e;" k="129"/>
1342
+ <hkern u1="&#xd0;" u2="&#x2c;" k="129"/>
1343
+ <hkern u1="&#xd2;" u2="Z" k="49"/>
1344
+ <hkern u1="&#xd2;" u2="X" k="37"/>
1345
+ <hkern u1="&#xd2;" u2="T" k="92"/>
1346
+ <hkern u1="&#xd2;" u2="A" k="27"/>
1347
+ <hkern u1="&#xd3;" u2="Z" k="49"/>
1348
+ <hkern u1="&#xd3;" u2="X" k="37"/>
1349
+ <hkern u1="&#xd3;" u2="T" k="92"/>
1350
+ <hkern u1="&#xd3;" u2="A" k="27"/>
1351
+ <hkern u1="&#xd4;" u2="Z" k="49"/>
1352
+ <hkern u1="&#xd4;" u2="X" k="37"/>
1353
+ <hkern u1="&#xd4;" u2="T" k="92"/>
1354
+ <hkern u1="&#xd4;" u2="A" k="27"/>
1355
+ <hkern u1="&#xd5;" u2="Z" k="49"/>
1356
+ <hkern u1="&#xd5;" u2="X" k="37"/>
1357
+ <hkern u1="&#xd5;" u2="T" k="92"/>
1358
+ <hkern u1="&#xd5;" u2="A" k="27"/>
1359
+ <hkern u1="&#xd6;" u2="Z" k="49"/>
1360
+ <hkern u1="&#xd6;" u2="X" k="37"/>
1361
+ <hkern u1="&#xd6;" u2="T" k="92"/>
1362
+ <hkern u1="&#xd6;" u2="A" k="27"/>
1363
+ <hkern u1="&#xd8;" u2="Z" k="49"/>
1364
+ <hkern u1="&#xd8;" u2="X" k="37"/>
1365
+ <hkern u1="&#xd8;" u2="T" k="92"/>
1366
+ <hkern u1="&#xd8;" u2="A" k="27"/>
1367
+ <hkern u1="&#xdd;" u2="&#xfc;" k="141"/>
1368
+ <hkern u1="&#xdd;" u2="&#xfb;" k="141"/>
1369
+ <hkern u1="&#xdd;" u2="&#xfa;" k="141"/>
1370
+ <hkern u1="&#xdd;" u2="&#xf9;" k="141"/>
1371
+ <hkern u1="&#xdd;" u2="&#xf6;" k="180"/>
1372
+ <hkern u1="&#xdd;" u2="&#xf5;" k="180"/>
1373
+ <hkern u1="&#xdd;" u2="&#xf4;" k="180"/>
1374
+ <hkern u1="&#xdd;" u2="&#xf3;" k="180"/>
1375
+ <hkern u1="&#xdd;" u2="&#xf2;" k="180"/>
1376
+ <hkern u1="&#xdd;" u2="&#xf1;" k="141"/>
1377
+ <hkern u1="&#xdd;" u2="&#xef;" k="-90"/>
1378
+ <hkern u1="&#xdd;" u2="&#xeb;" k="180"/>
1379
+ <hkern u1="&#xdd;" u2="&#xea;" k="180"/>
1380
+ <hkern u1="&#xdd;" u2="&#xe9;" k="180"/>
1381
+ <hkern u1="&#xdd;" u2="&#xe8;" k="180"/>
1382
+ <hkern u1="&#xdd;" u2="&#xe7;" k="180"/>
1383
+ <hkern u1="&#xdd;" u2="&#xe6;" k="199"/>
1384
+ <hkern u1="&#xdd;" u2="&#xe5;" k="199"/>
1385
+ <hkern u1="&#xdd;" u2="&#xe4;" k="129"/>
1386
+ <hkern u1="&#xdd;" u2="&#xe3;" k="154"/>
1387
+ <hkern u1="&#xdd;" u2="&#xe2;" k="199"/>
1388
+ <hkern u1="&#xdd;" u2="&#xe1;" k="199"/>
1389
+ <hkern u1="&#xdd;" u2="&#xe0;" k="199"/>
1390
+ <hkern u1="&#xdd;" u2="&#xd8;" k="45"/>
1391
+ <hkern u1="&#xdd;" u2="&#xd6;" k="45"/>
1392
+ <hkern u1="&#xdd;" u2="&#xd5;" k="45"/>
1393
+ <hkern u1="&#xdd;" u2="&#xd4;" k="45"/>
1394
+ <hkern u1="&#xdd;" u2="&#xd3;" k="45"/>
1395
+ <hkern u1="&#xdd;" u2="&#xd2;" k="45"/>
1396
+ <hkern u1="&#xdd;" u2="&#xc7;" k="51"/>
1397
+ <hkern u1="&#xdd;" u2="&#xc6;" k="193"/>
1398
+ <hkern u1="&#xdd;" u2="&#xc5;" k="158"/>
1399
+ <hkern u1="&#xdd;" u2="&#xc4;" k="158"/>
1400
+ <hkern u1="&#xdd;" u2="&#xc3;" k="158"/>
1401
+ <hkern u1="&#xdd;" u2="&#xc2;" k="158"/>
1402
+ <hkern u1="&#xdd;" u2="&#xc1;" k="158"/>
1403
+ <hkern u1="&#xdd;" u2="&#xc0;" k="158"/>
1404
+ <hkern u1="&#xdd;" u2="&#xbf;" k="229"/>
1405
+ <hkern u1="&#xdd;" u2="&#xab;" k="49"/>
1406
+ <hkern u1="&#xdd;" u2="u" k="141"/>
1407
+ <hkern u1="&#xdd;" u2="s" k="133"/>
1408
+ <hkern u1="&#xdd;" u2="r" k="141"/>
1409
+ <hkern u1="&#xdd;" u2="q" k="180"/>
1410
+ <hkern u1="&#xdd;" u2="p" k="141"/>
1411
+ <hkern u1="&#xdd;" u2="o" k="180"/>
1412
+ <hkern u1="&#xdd;" u2="n" k="141"/>
1413
+ <hkern u1="&#xdd;" u2="m" k="141"/>
1414
+ <hkern u1="&#xdd;" u2="g" k="180"/>
1415
+ <hkern u1="&#xdd;" u2="f" k="27"/>
1416
+ <hkern u1="&#xdd;" u2="e" k="180"/>
1417
+ <hkern u1="&#xdd;" u2="d" k="180"/>
1418
+ <hkern u1="&#xdd;" u2="c" k="180"/>
1419
+ <hkern u1="&#xdd;" u2="a" k="199"/>
1420
+ <hkern u1="&#xdd;" u2="T" k="-39"/>
1421
+ <hkern u1="&#xdd;" u2="S" k="27"/>
1422
+ <hkern u1="&#xdd;" u2="Q" k="45"/>
1423
+ <hkern u1="&#xdd;" u2="O" k="45"/>
1424
+ <hkern u1="&#xdd;" u2="J" k="66"/>
1425
+ <hkern u1="&#xdd;" u2="G" k="45"/>
1426
+ <hkern u1="&#xdd;" u2="C" k="45"/>
1427
+ <hkern u1="&#xdd;" u2="A" k="158"/>
1428
+ <hkern u1="&#xdd;" u2="&#x2e;" k="195"/>
1429
+ <hkern u1="&#xdd;" u2="&#x2c;" k="176"/>
1430
+ <hkern u1="&#xde;" u2="&#xf6;" k="76"/>
1431
+ <hkern u1="&#xde;" u2="&#xf5;" k="76"/>
1432
+ <hkern u1="&#xde;" u2="&#xf4;" k="76"/>
1433
+ <hkern u1="&#xde;" u2="&#xf3;" k="76"/>
1434
+ <hkern u1="&#xde;" u2="&#xf2;" k="76"/>
1435
+ <hkern u1="&#xde;" u2="&#xeb;" k="76"/>
1436
+ <hkern u1="&#xde;" u2="&#xea;" k="76"/>
1437
+ <hkern u1="&#xde;" u2="&#xe9;" k="76"/>
1438
+ <hkern u1="&#xde;" u2="&#xe8;" k="76"/>
1439
+ <hkern u1="&#xde;" u2="&#xe7;" k="76"/>
1440
+ <hkern u1="&#xde;" u2="&#xe6;" k="66"/>
1441
+ <hkern u1="&#xde;" u2="&#xe5;" k="66"/>
1442
+ <hkern u1="&#xde;" u2="&#xe4;" k="66"/>
1443
+ <hkern u1="&#xde;" u2="&#xe3;" k="66"/>
1444
+ <hkern u1="&#xde;" u2="&#xe2;" k="66"/>
1445
+ <hkern u1="&#xde;" u2="&#xe1;" k="66"/>
1446
+ <hkern u1="&#xde;" u2="&#xe0;" k="66"/>
1447
+ <hkern u1="&#xde;" u2="&#xc6;" k="279"/>
1448
+ <hkern u1="&#xde;" u2="&#xc5;" k="158"/>
1449
+ <hkern u1="&#xde;" u2="&#xc4;" k="158"/>
1450
+ <hkern u1="&#xde;" u2="&#xc3;" k="158"/>
1451
+ <hkern u1="&#xde;" u2="&#xc2;" k="158"/>
1452
+ <hkern u1="&#xde;" u2="&#xc1;" k="158"/>
1453
+ <hkern u1="&#xde;" u2="&#xc0;" k="158"/>
1454
+ <hkern u1="&#xde;" u2="q" k="74"/>
1455
+ <hkern u1="&#xde;" u2="o" k="76"/>
1456
+ <hkern u1="&#xde;" u2="g" k="76"/>
1457
+ <hkern u1="&#xde;" u2="e" k="76"/>
1458
+ <hkern u1="&#xde;" u2="d" k="76"/>
1459
+ <hkern u1="&#xde;" u2="c" k="76"/>
1460
+ <hkern u1="&#xde;" u2="a" k="66"/>
1461
+ <hkern u1="&#xde;" u2="X" k="61"/>
1462
+ <hkern u1="&#xde;" u2="W" k="-39"/>
1463
+ <hkern u1="&#xde;" u2="J" k="129"/>
1464
+ <hkern u1="&#xde;" u2="G" k="10"/>
1465
+ <hkern u1="&#xde;" u2="A" k="158"/>
1466
+ <hkern u1="&#xde;" u2="&#x2e;" k="326"/>
1467
+ <hkern u1="&#xde;" u2="&#x2c;" k="326"/>
1468
+ <hkern u1="&#xf2;" u2="x" k="27"/>
1469
+ <hkern u1="&#xf2;" u2="f" k="25"/>
1470
+ <hkern u1="&#xf2;" u2="a" k="27"/>
1471
+ <hkern u1="&#xf3;" u2="x" k="27"/>
1472
+ <hkern u1="&#xf3;" u2="f" k="25"/>
1473
+ <hkern u1="&#xf3;" u2="a" k="27"/>
1474
+ <hkern u1="&#xf4;" u2="x" k="27"/>
1475
+ <hkern u1="&#xf4;" u2="f" k="25"/>
1476
+ <hkern u1="&#xf4;" u2="a" k="27"/>
1477
+ <hkern u1="&#xf5;" u2="x" k="27"/>
1478
+ <hkern u1="&#xf5;" u2="f" k="25"/>
1479
+ <hkern u1="&#xf5;" u2="a" k="27"/>
1480
+ <hkern u1="&#xf6;" u2="x" k="27"/>
1481
+ <hkern u1="&#xf6;" u2="f" k="25"/>
1482
+ <hkern u1="&#xf6;" u2="a" k="27"/>
1483
+ <hkern u1="&#xf8;" u2="x" k="27"/>
1484
+ <hkern u1="&#xf8;" u2="f" k="25"/>
1485
+ <hkern u1="&#xf8;" u2="a" k="27"/>
1486
+ <hkern u1="&#xfd;" u2="&#xf6;" k="10"/>
1487
+ <hkern u1="&#xfd;" u2="&#xf5;" k="10"/>
1488
+ <hkern u1="&#xfd;" u2="&#xf4;" k="10"/>
1489
+ <hkern u1="&#xfd;" u2="&#xf3;" k="10"/>
1490
+ <hkern u1="&#xfd;" u2="&#xf2;" k="10"/>
1491
+ <hkern u1="&#xfd;" u2="&#xeb;" k="10"/>
1492
+ <hkern u1="&#xfd;" u2="&#xea;" k="10"/>
1493
+ <hkern u1="&#xfd;" u2="&#xe9;" k="10"/>
1494
+ <hkern u1="&#xfd;" u2="&#xe8;" k="10"/>
1495
+ <hkern u1="&#xfd;" u2="&#xe7;" k="10"/>
1496
+ <hkern u1="&#xfd;" u2="t" k="-6"/>
1497
+ <hkern u1="&#xfd;" u2="q" k="10"/>
1498
+ <hkern u1="&#xfd;" u2="o" k="10"/>
1499
+ <hkern u1="&#xfd;" u2="g" k="10"/>
1500
+ <hkern u1="&#xfd;" u2="f" k="-4"/>
1501
+ <hkern u1="&#xfd;" u2="e" k="10"/>
1502
+ <hkern u1="&#xfd;" u2="d" k="10"/>
1503
+ <hkern u1="&#xfd;" u2="c" k="10"/>
1504
+ <hkern u1="&#xfd;" u2="&#x3f;" k="76"/>
1505
+ <hkern u1="&#xfd;" u2="&#x2e;" k="127"/>
1506
+ <hkern u1="&#xfd;" u2="&#x2c;" k="102"/>
1507
+ <hkern u1="&#xfd;" u2="&#x27;" k="-29"/>
1508
+ <hkern u1="&#xfd;" u2="&#x22;" k="-29"/>
1509
+ <hkern u1="&#xfe;" u2="&#xe6;" k="27"/>
1510
+ <hkern u1="&#xfe;" u2="&#xe5;" k="27"/>
1511
+ <hkern u1="&#xfe;" u2="&#xe4;" k="27"/>
1512
+ <hkern u1="&#xfe;" u2="&#xe3;" k="27"/>
1513
+ <hkern u1="&#xfe;" u2="&#xe2;" k="27"/>
1514
+ <hkern u1="&#xfe;" u2="&#xe1;" k="27"/>
1515
+ <hkern u1="&#xfe;" u2="&#xe0;" k="27"/>
1516
+ <hkern u1="&#xfe;" u2="x" k="25"/>
1517
+ <hkern u1="&#xfe;" u2="f" k="10"/>
1518
+ <hkern u1="&#xfe;" u2="a" k="27"/>
1519
+ </font>
1520
+ </defs>
1521
+ </svg>