psique 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (89) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +14 -0
  3. data/Gemfile +5 -0
  4. data/LICENSE +22 -0
  5. data/README.md +2 -0
  6. data/Rakefile +34 -0
  7. data/assets/fonts/psique/roboto-bold.eot +0 -0
  8. data/assets/fonts/psique/roboto-bold.svg +593 -0
  9. data/assets/fonts/psique/roboto-bold.ttf +0 -0
  10. data/assets/fonts/psique/roboto-bold.woff +0 -0
  11. data/assets/fonts/psique/roboto-regular.eot +0 -0
  12. data/assets/fonts/psique/roboto-regular.svg +621 -0
  13. data/assets/fonts/psique/roboto-regular.ttf +0 -0
  14. data/assets/fonts/psique/roboto-regular.woff +0 -0
  15. data/assets/fonts/psique/sourcesanspro-bold.eot +0 -0
  16. data/assets/fonts/psique/sourcesanspro-bold.svg +954 -0
  17. data/assets/fonts/psique/sourcesanspro-bold.ttf +0 -0
  18. data/assets/fonts/psique/sourcesanspro-bold.woff +0 -0
  19. data/assets/fonts/psique/sourcesanspro-regular.eot +0 -0
  20. data/assets/fonts/psique/sourcesanspro-regular.svg +977 -0
  21. data/assets/fonts/psique/sourcesanspro-regular.ttf +0 -0
  22. data/assets/fonts/psique/sourcesanspro-regular.woff +0 -0
  23. data/assets/images/psique/.keep +0 -0
  24. data/assets/javascripts/psique.js.coffee +2 -0
  25. data/assets/javascripts/psique/panels.js.coffee +7 -0
  26. data/assets/stylesheets/psique.scss +19 -0
  27. data/assets/stylesheets/psique/_buttons.scss +222 -0
  28. data/assets/stylesheets/psique/_forms.scss +92 -0
  29. data/assets/stylesheets/psique/_grid.scss +20 -0
  30. data/assets/stylesheets/psique/_lists.scss +160 -0
  31. data/assets/stylesheets/psique/_mixins.scss +69 -0
  32. data/assets/stylesheets/psique/_panels.scss +148 -0
  33. data/assets/stylesheets/psique/_settings.scss +127 -0
  34. data/assets/stylesheets/psique/_summaries.scss +188 -0
  35. data/assets/stylesheets/psique/_typography.scss +70 -0
  36. data/doc/assets/_footer.html +7 -0
  37. data/doc/assets/_header.html +66 -0
  38. data/doc/assets/brick.png +0 -0
  39. data/doc/assets/css/doc.css +132 -0
  40. data/doc/assets/css/github.css +61 -0
  41. data/doc/assets/css/screen.css +16 -0
  42. data/doc/assets/script/components.js +89 -0
  43. data/doc/public/styleguide/brick.png +0 -0
  44. data/doc/public/styleguide/components.html +593 -0
  45. data/doc/public/styleguide/core.html +105 -0
  46. data/doc/public/styleguide/css/doc.css +132 -0
  47. data/doc/public/styleguide/css/github.css +61 -0
  48. data/doc/public/styleguide/css/screen.css +16 -0
  49. data/doc/public/styleguide/index.html +105 -0
  50. data/doc/public/styleguide/script/components.js +89 -0
  51. data/hologram_config.yml +28 -0
  52. data/lib/psique.rb +8 -0
  53. data/lib/psique/engine.rb +17 -0
  54. data/lib/psique/version.rb +3 -0
  55. data/psique.gemspec +33 -0
  56. data/test/dummy/README.rdoc +3 -0
  57. data/test/dummy/Rakefile +6 -0
  58. data/test/dummy/app/assets/images/.keep +0 -0
  59. data/test/dummy/app/assets/javascripts/application.js +2 -0
  60. data/test/dummy/app/assets/stylesheets/application.css.scss +1 -0
  61. data/test/dummy/app/controllers/application_controller.rb +5 -0
  62. data/test/dummy/app/controllers/styleguide_controller.rb +4 -0
  63. data/test/dummy/app/views/layouts/application.html.haml +15 -0
  64. data/test/dummy/app/views/styleguide/index.html.haml +17 -0
  65. data/test/dummy/bin/bundle +3 -0
  66. data/test/dummy/bin/rails +4 -0
  67. data/test/dummy/bin/rake +4 -0
  68. data/test/dummy/config.ru +4 -0
  69. data/test/dummy/config/application.rb +10 -0
  70. data/test/dummy/config/boot.rb +5 -0
  71. data/test/dummy/config/database.yml +25 -0
  72. data/test/dummy/config/environment.rb +5 -0
  73. data/test/dummy/config/environments/development.rb +37 -0
  74. data/test/dummy/config/environments/production.rb +78 -0
  75. data/test/dummy/config/environments/test.rb +39 -0
  76. data/test/dummy/config/initializers/assets.rb +8 -0
  77. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  78. data/test/dummy/config/initializers/cookies_serializer.rb +3 -0
  79. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  80. data/test/dummy/config/initializers/inflections.rb +16 -0
  81. data/test/dummy/config/initializers/mime_types.rb +4 -0
  82. data/test/dummy/config/initializers/session_store.rb +3 -0
  83. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  84. data/test/dummy/config/locales/en.yml +23 -0
  85. data/test/dummy/config/routes.rb +3 -0
  86. data/test/dummy/config/secrets.yml +22 -0
  87. data/test/psique_test.rb +7 -0
  88. data/test/test_helper.rb +15 -0
  89. metadata +1185 -0
@@ -0,0 +1,954 @@
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">
4
+ <metadata></metadata>
5
+ <defs>
6
+ <font id="source_sans_probold" horiz-adv-x="1081" >
7
+ <font-face units-per-em="2048" ascent="1536" descent="-512" />
8
+ <missing-glyph horiz-adv-x="425" />
9
+ <glyph horiz-adv-x="0" />
10
+ <glyph horiz-adv-x="682" />
11
+ <glyph unicode=" " horiz-adv-x="425" />
12
+ <glyph unicode="&#x09;" horiz-adv-x="425" />
13
+ <glyph unicode="&#xa0;" horiz-adv-x="425" />
14
+ <glyph unicode="!" horiz-adv-x="696" d="M166 164q0 82 52 136t130 54t130 -54t52 -136q0 -80 -52 -134.5t-130 -54.5t-130 54.5t-52 134.5zM197 1372h303l-11 -272l-43 -627h-196l-43 627z" />
15
+ <glyph unicode="&#x22;" horiz-adv-x="1099" d="M156 1405h303l-10 -272l-60 -408h-164l-59 408zM641 1405h303l-10 -272l-60 -408h-163l-62 408z" />
16
+ <glyph unicode="#" d="M70 383v192h174l28 226h-161v192h186l43 338h172l-41 -338h213l43 338h172l-41 -338h162v-192h-186l-27 -226h172v-192h-195l-47 -383h-174l45 383h-211l-47 -383h-174l45 383h-151zM420 575h211l28 226h-213z" />
17
+ <glyph unicode="$" d="M80 135l131 203q159 -119 293 -119q85 0 125.5 35t40.5 106q0 42 -30 78.5t-77.5 64t-105.5 56t-115.5 63t-105 75.5t-77.5 102.5t-30 136.5q0 150 82.5 250t228.5 129v211h199v-207q167 -23 305 -168l-151 -172q-58 53 -109.5 77.5t-114.5 24.5q-151 0 -151 -131 q0 -39 30 -72t77.5 -58.5t105 -52t115 -60.5t105 -76t77.5 -106.5t30 -143.5q0 -151 -82 -255.5t-237 -137.5v-213h-199v205q-96 11 -193.5 51.5t-166.5 103.5z" />
18
+ <glyph unicode="%" horiz-adv-x="1755" d="M53 938q0 196 92 309t240 113t241 -113t93 -309q0 -197 -93 -311.5t-241 -114.5t-240 114.5t-92 311.5zM262 938q0 -134 34 -196t89 -62t89 62t34 196q0 133 -33.5 193.5t-89.5 60.5t-89.5 -60.5t-33.5 -193.5zM432 -25l721 1385h172l-719 -1385h-174zM1036 401 q0 196 93 309t241 113t241 -113t93 -309q0 -197 -93 -311.5t-241 -114.5t-241 114.5t-93 311.5zM1247 401q0 -134 34 -196t89 -62t89 62t34 196q0 254 -123 254t-123 -254z" />
19
+ <glyph unicode="&#x26;" horiz-adv-x="1366" d="M51 356q0 67 19 124.5t55 103t76 80t94 69.5q-82 154 -82 277q0 147 99.5 248.5t262.5 101.5q150 0 239 -82.5t89 -220.5q0 -62 -22.5 -117.5t-66 -103.5t-86 -82t-103.5 -76q111 -129 268 -244q106 137 154 320h274q-76 -250 -223 -451q137 -70 231 -84l-72 -244 q-164 34 -342 136q-183 -136 -419 -136q-209 0 -327 109.5t-118 271.5zM336 375q0 -75 55 -122.5t144 -47.5q84 0 170 53q-164 132 -279 277q-90 -80 -90 -160zM461 1012q0 -72 43 -160q83 49 126.5 96t43.5 109q0 49 -23 76.5t-69 27.5q-52 0 -86.5 -40.5t-34.5 -108.5z " />
20
+ <glyph unicode="'" horiz-adv-x="614" d="M156 1405h303l-10 -272l-60 -408h-164l-59 408z" />
21
+ <glyph unicode="(" horiz-adv-x="704" d="M147 569q0 261 68.5 489t202.5 447l188 -78q-215 -381 -215 -858t215 -858l-188 -78q-134 219 -202.5 447t-68.5 489z" />
22
+ <glyph unicode=")" horiz-adv-x="704" d="M98 -289q217 380 217 858t-217 858l189 78q134 -219 202 -446.5t68 -489.5t-68 -489.5t-202 -446.5z" />
23
+ <glyph unicode="*" horiz-adv-x="935" d="M78 1118l47 148l237 -49l27 241h158l26 -244l236 52l49 -148l-221 -100l121 -213l-125 -90l-164 182l-166 -182l-125 90l121 213z" />
24
+ <glyph unicode="+" d="M70 569v213h360v377h221v-377h361v-213h-361v-376h-221v376h-360z" />
25
+ <glyph unicode="," horiz-adv-x="614" d="M94 -238q111 39 171.5 105t60.5 145h-17q-76 0 -129 46t-53 124q0 76 54 124t134 48q101 0 155 -74.5t54 -209.5q0 -170 -94.5 -291.5t-273.5 -175.5z" />
26
+ <glyph unicode="-" horiz-adv-x="679" d="M88 412v213h504v-213h-504z" />
27
+ <glyph unicode="." horiz-adv-x="614" d="M125 164q0 82 52 136t130 54t130 -54t52 -136q0 -80 -52 -134.5t-130 -54.5t-130 54.5t-52 134.5z" />
28
+ <glyph unicode="/" horiz-adv-x="694" d="M27 -328l411 1782h197l-412 -1782h-196z" />
29
+ <glyph unicode="0" d="M76 655q0 324 125.5 497t339.5 173t339.5 -173t125.5 -497q0 -325 -125.5 -502.5t-339.5 -177.5t-339.5 177.5t-125.5 502.5zM360 655q0 -128 14 -218t39.5 -138.5t56.5 -69t71 -20.5q41 0 71.5 20.5t56 69t39 138t13.5 218.5t-13.5 217.5t-39 135t-56 65.5t-71.5 19 q-32 0 -57.5 -11t-49 -40.5t-39.5 -77.5t-25.5 -126t-9.5 -182z" />
30
+ <glyph unicode="1" d="M143 0v244h283v751h-244v187q186 36 324 118h221v-1056h244v-244h-828z" />
31
+ <glyph unicode="2" d="M61 1118q101 107 201.5 157t235.5 50q193 0 311.5 -113.5t118.5 -300.5q0 -78 -33 -163t-98.5 -176t-128 -163t-156.5 -171q132 16 217 16h262v-254h-915v172q87 82 137 130t119 116.5t107 112t82.5 99t67 96t37.5 84.5t15 83q0 94 -49 145.5t-135 51.5q-64 0 -118 -35 t-114 -99z" />
32
+ <glyph unicode="3" d="M45 160l139 190q134 -131 285 -131q97 0 154 40.5t57 113.5q0 46 -15.5 78t-53 57.5t-107.5 38t-174 12.5v213q166 0 236.5 45t70.5 129q0 68 -42 106t-118 38q-65 0 -121 -28t-123 -87l-151 184q194 166 410 166q204 0 326 -94t122 -262q0 -197 -217 -289v-8 q118 -34 188 -115.5t70 -202.5q0 -117 -66.5 -204.5t-175 -131t-241.5 -43.5q-296 0 -453 185z" />
33
+ <glyph unicode="4" d="M39 311v207l475 782h369v-759h149v-230h-149v-311h-281v311h-563zM328 541h274v211q0 44 12 290h-8q-39 -84 -106 -219z" />
34
+ <glyph unicode="5" d="M47 158l135 190q140 -129 281 -129q102 0 160.5 52.5t58.5 150.5q0 96 -56 148.5t-149 52.5q-55 0 -92.5 -13.5t-99.5 -52.5l-135 86l36 657h738v-253h-478l-22 -244q66 31 145 31q85 0 159 -25t131.5 -73t90.5 -127t33 -179q0 -140 -67 -245t-174 -157.5t-236 -52.5 q-276 0 -459 183z" />
35
+ <glyph unicode="6" d="M84 621q0 141 28.5 258.5t77.5 199t116.5 138t143.5 82.5t160 26q227 0 379 -156l-158 -180q-36 39 -91.5 65.5t-110.5 26.5q-117 0 -189.5 -95.5t-79.5 -309.5q49 62 123.5 99.5t137.5 37.5q175 0 281 -101.5t106 -299.5q0 -131 -59.5 -232t-157 -153t-216.5 -52 q-77 0 -147.5 23t-134 73.5t-109.5 124.5t-73 183t-27 242zM367 471q19 -144 73 -207t129 -63q72 0 118 53t46 158q0 98 -45.5 143t-124.5 45q-115 0 -196 -129z" />
36
+ <glyph unicode="7" d="M90 1047v253h905v-184q-75 -91 -130 -172.5t-94 -167t-63.5 -163.5t-40.5 -180.5t-24 -197.5t-14 -235h-303q19 335 94 567t254 480h-584z" />
37
+ <glyph unicode="8" d="M86 332q0 200 221 319v8q-174 132 -174 308q0 164 116 261t300 97q179 0 287 -97.5t108 -258.5q0 -88 -48 -162.5t-122 -122.5v-8q225 -122 225 -340q0 -156 -128 -258.5t-332 -102.5q-196 0 -324.5 100t-128.5 257zM344 367q0 -84 58 -133.5t143 -49.5q78 0 126 41.5 t48 120.5q0 23 -7 43.5t-15.5 36t-30.5 32.5t-36 27t-49.5 27t-52.5 24.5t-63 27.5l-21 9q-100 -93 -100 -206zM397 967q0 -74 55.5 -120t168.5 -89q79 91 79 190q0 76 -42 122t-115 46q-63 0 -104.5 -38.5t-41.5 -110.5z" />
38
+ <glyph unicode="9" d="M70 889q0 197 124.5 316.5t307.5 119.5q78 0 148.5 -22.5t134 -73t110 -124.5t73.5 -183t27 -242q0 -176 -43.5 -314t-118 -221.5t-167 -126.5t-197.5 -43q-225 0 -381 156l160 180q34 -38 90 -65t111 -27q118 0 189.5 95.5t78.5 310.5q-49 -62 -123 -100t-137 -38 q-174 0 -280.5 102t-106.5 300zM344 889q0 -98 46.5 -143.5t125.5 -45.5q117 0 195 129q-36 271 -203 271q-71 0 -117.5 -53.5t-46.5 -157.5z" />
39
+ <glyph unicode=":" horiz-adv-x="614" d="M125 164q0 82 52 136t130 54t130 -54t52 -136q0 -80 -52 -134.5t-130 -54.5t-130 54.5t-52 134.5zM125 827q0 82 52 136.5t130 54.5t130 -54.5t52 -136.5q0 -80 -52 -134t-130 -54t-130 54t-52 134z" />
40
+ <glyph unicode=";" horiz-adv-x="614" d="M94 -238q111 39 171.5 105t60.5 145h-17q-76 0 -129 46t-53 124q0 76 54 124t134 48q101 0 155 -74.5t54 -209.5q0 -170 -94.5 -291.5t-273.5 -175.5zM125 827q0 82 52 136.5t130 54.5t130 -54.5t52 -136.5q0 -80 -52 -134t-130 -54t-130 54t-52 134z" />
41
+ <glyph unicode="&#x3c;" d="M70 575v209l942 363v-248l-361 -119l-276 -96v-8l276 -96l361 -119v-248z" />
42
+ <glyph unicode="=" d="M70 332v211h942v-211h-942zM70 809v211h942v-211h-942z" />
43
+ <glyph unicode="&#x3e;" d="M70 213v248l360 119l277 96v8l-277 96l-360 119v248l942 -363v-209z" />
44
+ <glyph unicode="?" horiz-adv-x="948" d="M84 1210q72 87 167.5 137t205.5 50q183 0 294 -88t111 -262q0 -51 -17 -98.5t-43.5 -84.5t-58.5 -72.5t-62.5 -70.5t-55.5 -71.5t-37.5 -82t-7.5 -94.5h-265q-11 78 11 149t62 123t82 98t72.5 93t30.5 88q0 62 -37 95.5t-100 33.5q-53 0 -96.5 -24t-89.5 -70zM266 164 q0 82 51 136t129 54t130.5 -54t52.5 -136q0 -80 -52.5 -134.5t-130.5 -54.5q-77 0 -128.5 54.5t-51.5 134.5z" />
45
+ <glyph unicode="@" horiz-adv-x="1849" d="M100 420q0 168 47.5 318t133 264.5t200.5 197.5t254 126.5t289 43.5q218 0 383 -93t253.5 -258t88.5 -378q0 -135 -42.5 -245.5t-111 -178t-149.5 -103.5t-164 -36q-89 0 -153.5 41.5t-81.5 113.5h-5q-42 -59 -111.5 -97t-133.5 -38q-122 0 -196.5 84t-74.5 224 q0 125 53.5 240t150 188t210.5 73q108 0 156 -102h4l28 86h187l-94 -451q-43 -176 94 -176q97 0 170.5 103.5t73.5 265.5q0 114 -32 211t-97 175.5t-175.5 123.5t-255.5 45q-105 0 -206.5 -34t-189.5 -101t-155.5 -158t-106 -211.5t-38.5 -255.5q0 -118 31.5 -216.5 t87 -168.5t131 -118.5t163.5 -71.5t185 -23q158 0 311 80l66 -164q-180 -98 -401 -98q-125 0 -238.5 29.5t-212 92t-171 152.5t-114 217.5t-41.5 280.5zM754 424q0 -137 106 -137q66 0 135 92l49 276q-31 60 -94 60q-58 0 -104.5 -48t-69 -113.5t-22.5 -129.5z" />
46
+ <glyph unicode="A" horiz-adv-x="1173" d="M-12 0l418 1335h362l418 -1335h-320l-82 317h-407l-82 -317h-307zM438 553h285l-31 123q-16 59 -34.5 132t-40 162t-33.5 136h-9q-83 -354 -104 -430z" />
47
+ <glyph unicode="B" horiz-adv-x="1239" d="M158 0v1335h456q492 0 492 -331q0 -97 -56.5 -178.5t-166.5 -110.5v-8q288 -53 288 -314q0 -99 -40 -175.5t-111 -123.5t-163.5 -70.5t-203.5 -23.5h-495zM459 233h170q248 0 248 183q0 87 -61 127.5t-187 40.5h-170v-351zM459 797h141q107 0 159 43t52 121 q0 74 -51 107.5t-158 33.5h-143v-305z" />
48
+ <glyph unicode="C" horiz-adv-x="1191" d="M94 659q0 161 51 295t138.5 222t203 136t244.5 48q116 0 218 -49t177 -125l-165 -187q-56 50 -108.5 75.5t-117.5 25.5q-143 0 -237.5 -117t-94.5 -313q0 -204 87.5 -319t236.5 -115q146 0 254 118l166 -182q-170 -197 -424 -197q-131 0 -244.5 44.5t-199.5 128.5 t-135.5 215.5t-49.5 295.5z" />
49
+ <glyph unicode="D" horiz-adv-x="1300" d="M158 0v1335h377q317 0 493 -163.5t176 -497.5t-175 -504t-478 -170h-393zM459 244h57q181 0 280 101t99 329q0 117 -26.5 199.5t-78.5 129.5t-118.5 68t-155.5 21h-57v-848z" />
50
+ <glyph unicode="E" horiz-adv-x="1122" d="M158 0v1335h835v-254h-534v-268h454v-252h-454v-307h555v-254h-856z" />
51
+ <glyph unicode="F" horiz-adv-x="1073" d="M158 0v1335h841v-254h-540v-309h463v-254h-463v-518h-301z" />
52
+ <glyph unicode="G" horiz-adv-x="1306" d="M94 659q0 162 52 295.5t141.5 221.5t209 136t255.5 48q129 0 233.5 -49t179.5 -125l-166 -187q-56 51 -109.5 76t-133.5 25q-158 0 -255.5 -116t-97.5 -314q0 -208 95 -321t280 -113q95 0 144 40v230h-222v246h488v-615q-74 -71 -193.5 -116.5t-253.5 -45.5 q-136 0 -253 44.5t-205 128.5t-138.5 215.5t-50.5 295.5z" />
53
+ <glyph unicode="H" horiz-adv-x="1380" d="M158 0v1335h301v-514h461v514h303v-1335h-303v557h-461v-557h-301z" />
54
+ <glyph unicode="I" horiz-adv-x="616" d="M158 0v1335h301v-1335h-301z" />
55
+ <glyph unicode="J" horiz-adv-x="1042" d="M33 217l205 152q36 -66 84.5 -99.5t101.5 -33.5q85 0 125.5 52t40.5 181v866h301v-891q0 -99 -26 -182.5t-77 -148.5t-134.5 -101.5t-190.5 -36.5q-151 0 -255.5 59.5t-174.5 182.5z" />
56
+ <glyph unicode="K" horiz-adv-x="1257" d="M158 0v1335h301v-547h8l397 547h332l-403 -532l477 -803h-330l-326 563l-155 -205v-358h-301z" />
57
+ <glyph unicode="L" horiz-adv-x="1060" d="M158 0v1335h301v-1081h528v-254h-829z" />
58
+ <glyph unicode="M" horiz-adv-x="1560" d="M158 0v1335h319l223 -600l80 -233h8l80 233l217 600h318v-1335h-281v489q0 37 2.5 82.5t7.5 100t9 91.5t11 99.5t9 81.5h-8l-111 -309l-204 -518h-121l-205 518l-106 309h-9q37 -341 37 -455v-489h-276z" />
59
+ <glyph unicode="N" horiz-adv-x="1361" d="M158 0v1335h309l348 -663l131 -295h8q-2 29 -13.5 141t-17 193.5t-5.5 152.5v471h286v-1335h-309l-348 666l-131 290h-8q3 -40 13.5 -145t16.5 -186t6 -152v-473h-286z" />
60
+ <glyph unicode="O" horiz-adv-x="1400" d="M94 674q0 322 165.5 504t440.5 182q274 0 440.5 -182.5t166.5 -503.5q0 -323 -167 -511t-440 -188t-439.5 188t-166.5 511zM403 674q0 -201 80.5 -319.5t216.5 -118.5t216.5 118.5t80.5 319.5q0 199 -80 312.5t-217 113.5t-217 -113.5t-80 -312.5z" />
61
+ <glyph unicode="P" horiz-adv-x="1241" d="M158 0v1335h487q90 0 165.5 -13.5t142.5 -45t113.5 -80t73.5 -122.5t27 -169q0 -114 -41.5 -202t-114 -142t-165 -81t-201.5 -27h-186v-453h-301zM459 692h168q245 0 245 213q0 102 -60.5 146.5t-184.5 44.5h-168v-404z" />
62
+ <glyph unicode="Q" horiz-adv-x="1400" d="M94 674q0 322 165.5 504t440.5 182q274 0 440.5 -182.5t166.5 -503.5q0 -265 -113.5 -441.5t-310.5 -232.5q43 -65 121.5 -95t171.5 -30q77 0 147 25l53 -222q-84 -43 -235 -43q-206 0 -355.5 96t-222.5 259q-217 45 -343 225t-126 459zM403 674q0 -212 80 -332.5 t217 -120.5t217 120.5t80 332.5q0 199 -80 312.5t-217 113.5t-217 -113.5t-80 -312.5z" />
63
+ <glyph unicode="R" horiz-adv-x="1261" d="M158 0v1335h481q88 0 162.5 -12.5t140.5 -42.5t112 -76.5t72.5 -118.5t26.5 -165q0 -143 -63 -239.5t-175 -145.5l304 -535h-338l-256 481h-166v-481h-301zM459 721h155q119 0 181.5 50.5t62.5 148.5q0 95 -60.5 135.5t-183.5 40.5h-155v-375z" />
64
+ <glyph unicode="S" horiz-adv-x="1138" d="M72 168l172 207q74 -64 161 -101.5t168 -37.5q92 0 139.5 34t47.5 95q0 29 -9.5 49.5t-39.5 40t-49 28.5t-74 32l-21 9l-174 74q-116 47 -192 138t-76 227q0 168 134 282.5t341 114.5q118 0 231.5 -45.5t198.5 -130.5l-153 -191q-138 107 -277 107q-79 0 -124.5 -32 t-45.5 -89q0 -27 12 -48.5t40 -39t53.5 -29.5t72.5 -31q5 -2 8 -3.5t8 -3t9 -3.5l172 -69q128 -52 196 -140t68 -223q0 -83 -34.5 -158t-97.5 -132t-159.5 -90.5t-212.5 -33.5q-133 0 -263.5 50t-229.5 143z" />
65
+ <glyph unicode="T" horiz-adv-x="1138" d="M51 1081v254h1036v-254h-366v-1081h-303v1081h-367z" />
66
+ <glyph unicode="U" horiz-adv-x="1361" d="M150 618v717h303v-747q0 -190 57 -271t174 -81q118 0 177 81.5t59 270.5v747h290v-717q0 -331 -132 -487t-394 -156q-265 0 -399.5 156t-134.5 487z" />
67
+ <glyph unicode="V" horiz-adv-x="1138" d="M-14 1335h319l160 -622q21 -74 54.5 -215t53.5 -213h9q19 71 52.5 212.5t53.5 215.5l158 622h307l-401 -1335h-363z" />
68
+ <glyph unicode="W" horiz-adv-x="1665" d="M29 1335h309l92 -624q8 -67 26.5 -208.5t26.5 -213.5h9q12 64 38.5 206t40.5 216l144 624h256l143 -624q6 -29 80 -422h8q10 81 55 422l93 624h288l-237 -1335h-379l-131 606q-24 107 -53 309h-9q-39 -236 -55 -309l-125 -606h-373z" />
69
+ <glyph unicode="X" horiz-adv-x="1161" d="M23 0l370 686l-348 649h336l117 -252q10 -19 96 -215h8q46 125 86 215l107 252h321l-346 -663l369 -672h-336l-133 272q-40 86 -101 220h-8q-12 -32 -90 -220l-125 -272h-323z" />
70
+ <glyph unicode="Y" horiz-adv-x="1075" d="M-16 1335h323l119 -307q102 -274 109 -295h8q88 231 112 295l121 307h316l-404 -860v-475h-301v475z" />
71
+ <glyph unicode="Z" horiz-adv-x="1107" d="M74 0v182l590 899h-535v254h905v-182l-590 -899h596v-254h-966z" />
72
+ <glyph unicode="[" horiz-adv-x="704" d="M178 -311v1761h432v-160h-207v-1442h207v-159h-432z" />
73
+ <glyph unicode="\" horiz-adv-x="694" d="M57 1454h197l414 -1782h-197z" />
74
+ <glyph unicode="]" horiz-adv-x="704" d="M94 -152h209v1442h-209v160h432v-1761h-432v159z" />
75
+ <glyph unicode="^" d="M102 561l318 811h242l317 -811h-248l-94 262l-92 277h-8l-93 -277l-94 -262h-248z" />
76
+ <glyph unicode="_" horiz-adv-x="1024" d="M25 -117h974v-170h-974v170z" />
77
+ <glyph unicode="`" horiz-adv-x="1136" d="M262 1483h291l182 -307h-219z" />
78
+ <glyph unicode="a" horiz-adv-x="1093" d="M96 283q0 161 136.5 250t435.5 120q-10 148 -160 148q-112 0 -270 -92l-107 198q220 133 434 133q198 0 301 -114t103 -344v-582h-246l-23 104h-6q-146 -129 -297 -129q-135 0 -218 88t-83 220zM383 305q0 -96 117 -96q49 0 86.5 21t81.5 65v178q-153 -21 -219 -63.5 t-66 -104.5z" />
79
+ <glyph unicode="b" horiz-adv-x="1173" d="M133 0v1436h301v-353l-8 -155q125 112 268 112q184 0 292 -140t108 -374q0 -127 -36 -233t-96 -174.5t-136.5 -106t-159.5 -37.5q-143 0 -265 131h-8l-24 -106h-236zM434 287q71 -66 162 -66q83 0 135.5 75t52.5 224q0 275 -176 275q-90 0 -174 -93v-415z" />
80
+ <glyph unicode="c" horiz-adv-x="956" d="M74 508q0 123 43 225t116 168.5t168 102.5t201 36q184 0 297 -116l-137 -187q-72 60 -141 60q-109 0 -173.5 -78.5t-64.5 -210.5q0 -130 63.5 -209.5t163.5 -79.5q90 0 183 74l120 -191q-71 -62 -161 -94.5t-177 -32.5q-106 0 -197.5 36t-159 103t-106 168.5t-38.5 225.5 z" />
81
+ <glyph unicode="d" horiz-adv-x="1173" d="M80 508q0 121 35.5 223t95 168.5t135 103.5t156.5 37q80 0 136.5 -26t113.5 -80l-13 156v346h301v-1436h-245l-21 100h-8q-56 -56 -127.5 -90.5t-142.5 -34.5q-190 0 -303 143t-113 390zM389 512q0 -291 184 -291q100 0 166 92v416q-71 66 -168 66q-77 0 -129.5 -73 t-52.5 -210z" />
82
+ <glyph unicode="e" horiz-adv-x="1060" d="M74 508q0 120 40.5 222t107.5 168.5t153 104t178 37.5q209 0 320.5 -135.5t111.5 -351.5q0 -77 -12 -127h-608q20 -112 89.5 -166.5t174.5 -54.5q109 0 219 67l100 -182q-78 -54 -173.5 -84.5t-186.5 -30.5q-224 0 -369 143.5t-145 389.5zM362 612h367q0 93 -41.5 146 t-128.5 53q-74 0 -128.5 -51t-68.5 -148z" />
83
+ <glyph unicode="f" horiz-adv-x="698" d="M49 780v224l135 10v55q0 84 20.5 152.5t63.5 123t117 85t174 30.5q99 0 203 -37l-55 -221q-61 21 -105 21q-117 0 -117 -146v-61h183v-236h-183v-780h-301v780h-135z" />
84
+ <glyph unicode="g" horiz-adv-x="1093" d="M70 -174q0 123 145 205v8q-94 62 -94 172q0 54 32 104.5t83 85.5v9q-59 40 -98.5 110t-39.5 154q0 89 34.5 160t93.5 115t133.5 67.5t158.5 23.5q90 0 158 -24h371v-219h-162q33 -57 33 -133q0 -167 -111.5 -254.5t-288.5 -87.5q-59 0 -123 20q-21 -18 -29 -34t-8 -42 q0 -39 35.5 -57.5t118.5 -18.5h164q192 0 289.5 -62t97.5 -196q0 -160 -154.5 -262t-412.5 -102q-123 0 -216.5 26t-151.5 85.5t-58 146.5zM317 -127q0 -56 61.5 -86.5t164.5 -30.5q100 0 166.5 36t66.5 89q0 45 -37.5 62.5t-117.5 17.5h-105q-94 0 -143 12 q-56 -50 -56 -100zM379 674q0 -82 38.5 -126t100.5 -44t100.5 44t38.5 126q0 77 -38.5 120.5t-100.5 43.5t-100.5 -42.5t-38.5 -121.5z" />
85
+ <glyph unicode="h" horiz-adv-x="1169" d="M133 0v1436h301v-353l-14 -182q155 139 313 139q161 0 238.5 -106t77.5 -303v-631h-301v592q0 107 -29.5 149.5t-95.5 42.5q-53 0 -93.5 -23t-95.5 -75v-686h-301z" />
86
+ <glyph unicode="i" horiz-adv-x="565" d="M109 1323q0 69 49.5 112.5t124.5 43.5q77 0 125.5 -43.5t48.5 -112.5t-49 -113.5t-125 -44.5q-75 0 -124.5 44.5t-49.5 113.5zM133 0v1016h301v-1016h-301z" />
87
+ <glyph unicode="j" horiz-adv-x="569" d="M-104 -373l53 221q47 -14 80 -14q59 0 82.5 38.5t23.5 125.5v1018h301v-1010q0 -87 -18.5 -157.5t-58.5 -128t-112.5 -89.5t-172.5 -32q-106 0 -178 28zM113 1323q0 69 49.5 112.5t124.5 43.5t124.5 -43.5t49.5 -112.5t-49.5 -113.5t-124.5 -44.5t-124.5 44.5 t-49.5 113.5z" />
88
+ <glyph unicode="k" horiz-adv-x="1122" d="M133 0v1436h293v-824h8l322 404h327l-356 -418l383 -598h-326l-229 395l-129 -145v-250h-293z" />
89
+ <glyph unicode="l" horiz-adv-x="585" d="M133 315v1121h301v-1133q0 -43 15.5 -63.5t37.5 -20.5q21 0 37 4l37 -223q-59 -25 -151 -25q-148 0 -212.5 88t-64.5 252z" />
90
+ <glyph unicode="m" horiz-adv-x="1755" d="M133 0v1016h246l20 -131h9q74 74 145 114.5t162 40.5q200 0 280 -170q80 82 154 126t166 44q160 0 238.5 -106.5t78.5 -302.5v-631h-301v592q0 107 -29.5 149.5t-95.5 42.5q-76 0 -174 -98v-686h-301v592q0 107 -29.5 149.5t-95.5 42.5q-78 0 -172 -98v-686h-301z" />
91
+ <glyph unicode="n" horiz-adv-x="1171" d="M133 0v1016h246l20 -129h9q160 153 325 153q161 0 238.5 -106t77.5 -303v-631h-301v592q0 107 -29.5 149.5t-95.5 42.5q-53 0 -93.5 -23t-95.5 -75v-686h-301z" />
92
+ <glyph unicode="o" horiz-adv-x="1136" d="M74 508q0 123 41 225t110 168.5t158 102.5t186 36t185.5 -36t157.5 -102.5t110 -168.5t41 -225t-41 -225.5t-110 -168.5t-157.5 -102.5t-185.5 -36.5t-186 36.5t-158 102.5t-110 168.5t-41 225.5zM383 508q0 -135 47 -212t139 -77q91 0 139 77t48 212t-48 212t-139 77 q-92 0 -139 -77t-47 -212z" />
93
+ <glyph unicode="p" horiz-adv-x="1173" d="M133 -377v1393h246l20 -101h9q139 125 288 125q184 0 291 -140t107 -376q0 -126 -36 -231.5t-96 -174t-136.5 -106t-159.5 -37.5q-129 0 -242 107l10 -162v-297h-301zM434 287q71 -66 162 -66q83 0 135.5 75t52.5 224q0 275 -176 275q-87 0 -174 -93v-415z" />
94
+ <glyph unicode="q" horiz-adv-x="1171" d="M80 508q0 121 35.5 223t95 168.5t135 103.5t156.5 37q82 0 145.5 -30t124.5 -95h8l25 101h235v-1393h-301v309l13 156q-53 -51 -121 -82t-135 -31q-190 0 -303 143t-113 390zM389 512q0 -291 184 -291q100 0 166 92v416q-71 66 -168 66q-77 0 -129.5 -73t-52.5 -210z" />
95
+ <glyph unicode="r" horiz-adv-x="815" d="M133 0v1016h246l20 -178h9q54 99 130.5 150.5t157.5 51.5q73 0 121 -20l-49 -260q-59 16 -111 16q-64 0 -125 -45.5t-98 -140.5v-590h-301z" />
96
+ <glyph unicode="s" horiz-adv-x="907" d="M43 117l135 188q139 -106 262 -106q129 0 129 86q0 14 -5 26.5t-18.5 24t-24 19.5t-35 19t-37 16t-44 17t-43.5 17q-268 102 -268 299q0 142 106.5 229.5t282.5 87.5q187 0 359 -129l-135 -180q-120 86 -215 86q-115 0 -115 -80q0 -14 5 -25.5t17 -22t22.5 -18t33 -17.5 t35 -15t42.5 -15.5t43 -15.5q45 -16 79 -32t73 -42.5t64 -56.5t42 -75t17 -99q0 -143 -110.5 -235.5t-307.5 -92.5q-99 0 -205.5 39t-183.5 103z" />
97
+ <glyph unicode="t" horiz-adv-x="784" d="M35 780v224l155 12l35 270h250v-270h244v-236h-244v-407q0 -162 131 -162q42 0 96 20l48 -219q-123 -37 -226 -37q-181 0 -265.5 104t-84.5 290v411h-139z" />
98
+ <glyph unicode="u" horiz-adv-x="1163" d="M123 385v631h301v-592q0 -107 30 -150t97 -43q56 0 95 25.5t85 87.5v672h301v-1016h-246l-22 141h-6q-69 -82 -145 -124t-175 -42q-315 0 -315 410z" />
99
+ <glyph unicode="v" horiz-adv-x="1071" d="M25 1016h303l131 -479q0 -1 80 -314h8q47 199 78 314l133 479h289l-332 -1016h-348z" />
100
+ <glyph unicode="w" horiz-adv-x="1589" d="M49 1016h299l98 -471q9 -54 24 -154.5t22 -146.5h8q41 231 59 301l113 471h260l115 -471q18 -74 63 -301h8q9 50 23.5 150t23.5 151l97 471h278l-244 -1016h-352l-92 406q-27 128 -55 296h-9q-36 -216 -51 -296l-90 -406h-344z" />
101
+ <glyph unicode="x" horiz-adv-x="1052" d="M29 0l311 528l-293 488h324l90 -164q34 -72 86 -174h8q1 4 70 174l69 164h312l-295 -522l313 -494h-324l-98 168q-16 29 -48 88t-48 88h-8q-8 -18 -36 -80t-42 -96l-80 -168h-311z" />
102
+ <glyph unicode="y" horiz-adv-x="1067" d="M25 1016h303l145 -436q14 -44 80 -289h8q60 253 70 289l123 436h288l-352 -1026q-38 -101 -76.5 -169.5t-91 -119.5t-120 -74.5t-156.5 -23.5q-76 0 -144 20l54 230q58 -13 67 -13q133 0 178 133l15 54z" />
103
+ <glyph unicode="z" horiz-adv-x="942" d="M78 0v162l426 618h-379v236h754v-160l-426 -620h440v-236h-815z" />
104
+ <glyph unicode="{" horiz-adv-x="704" d="M63 481v176q92 3 134.5 46.5t42.5 105.5q0 63 -10.5 169t-10.5 181q0 162 61.5 226.5t200.5 64.5h129v-160h-39q-63 0 -85.5 -29.5t-22.5 -113.5q0 -54 4 -162t4 -172q0 -113 -36 -167t-116 -73v-8q80 -20 116 -73t36 -166q0 -64 -4 -172t-4 -162q0 -85 22.5 -114.5 t85.5 -29.5h39v-159h-129q-139 0 -200.5 64.5t-61.5 226.5q0 74 10.5 181t10.5 169t-42.5 105t-134.5 46z" />
105
+ <glyph unicode="|" horiz-adv-x="548" d="M176 -512v2048h197v-2048h-197z" />
106
+ <glyph unicode="}" horiz-adv-x="704" d="M94 -152h39q64 0 86.5 29.5t22.5 114.5q0 54 -4.5 162t-4.5 172q0 113 36 166t116 73v8q-80 19 -116 73t-36 167q0 64 4.5 172t4.5 162q0 85 -22 114t-87 29h-39v160h129q139 0 200.5 -64.5t61.5 -226.5q0 -75 -10 -181t-10 -169q0 -62 42 -105.5t134 -46.5v-176 q-92 -3 -134 -46t-42 -105t10 -169t10 -181q0 -162 -61.5 -226.5t-200.5 -64.5h-129v159z" />
107
+ <glyph unicode="~" d="M59 649q137 211 308 211q47 0 90 -16t75.5 -39t62 -45.5t61.5 -38.5t63 -16q80 0 147 118l156 -121q-136 -210 -307 -210q-47 0 -90.5 16t-75.5 39t-62 45.5t-62 38.5t-63 16q-80 0 -147 -119z" />
108
+ <glyph unicode="&#xa1;" horiz-adv-x="696" d="M166 852q0 80 52 134t130 54t130 -54t52 -134q0 -82 -52 -136t-130 -54t-130 54t-52 136zM197 -356l10 272l43 627h196l43 -627l11 -272h-303z" />
109
+ <glyph unicode="&#xa2;" d="M123 629q0 211 121.5 346t318.5 168v198h166v-190q157 -15 254 -115l-137 -184q-61 49 -117 55v-557q75 13 148 72l120 -191q-115 -100 -268 -120v-195h-166v195q-203 27 -321.5 163t-118.5 355zM416 629q0 -93 37.5 -159t109.5 -97v512q-147 -65 -147 -256z" />
110
+ <glyph unicode="&#xa3;" d="M98 0v186q96 43 156.5 126t60.5 188q0 19 -4 55h-205v176l140 10h12q-33 101 -33 164q0 191 123 305.5t316 114.5q210 0 354 -166l-164 -164q-71 86 -162 86q-84 0 -131 -48t-47 -144q0 -54 23 -148h303v-186h-265q5 -45 5 -57q0 -73 -21.5 -126.5t-71.5 -109.5v-8h531 v-254h-920z" />
111
+ <glyph unicode="&#xa4;" d="M41 322l125 127q-70 95 -70 227q0 130 68 223l-123 127l149 152l142 -144q97 51 209 51q107 0 209 -51l141 144l149 -152l-125 -127q70 -92 70 -223q0 -128 -70 -227l125 -127l-149 -152l-143 145q-94 -49 -207 -49t-207 49l-144 -145zM365 676q0 -90 50.5 -145.5 t125.5 -55.5t125.5 55.5t50.5 145.5q0 89 -50.5 145t-125.5 56t-125.5 -56t-50.5 -145z" />
112
+ <glyph unicode="&#xa5;" d="M25 1300h309l104 -272q66 -180 103 -268h8q15 39 49 129.5t53 138.5l103 272h303l-301 -600h250v-143h-316v-113h316v-143h-316v-301h-301v301h-313v143h313v113h-313v143h250z" />
113
+ <glyph unicode="&#xa6;" horiz-adv-x="548" d="M176 418h197v-930h-197v930zM176 639v897h197v-897h-197z" />
114
+ <glyph unicode="&#xa7;" d="M76 668q0 76 44 146t120 116q-60 70 -60 170q0 140 98 226.5t267 86.5q199 0 368 -133l-137 -188q-112 98 -215 98q-110 0 -110 -80q0 -29 30.5 -55t79.5 -48.5t108 -48t118.5 -59.5t108.5 -75t79.5 -104t30.5 -138q0 -168 -168 -273q47 -70 47 -157 q0 -143 -103.5 -233.5t-289.5 -90.5q-118 0 -225 44t-173 128l174 154q102 -105 224 -105q61 0 91.5 24t30.5 64q0 32 -29.5 59t-77 49t-105 46t-115 57t-105 74t-77 104.5t-29.5 141.5zM330 690q0 -37 20 -67t60 -54.5t78.5 -43t97.5 -44t96 -45.5q70 43 70 121 q0 31 -15.5 58t-39 46t-61.5 39.5t-72 35t-82 35.5t-81 38q-71 -47 -71 -119z" />
115
+ <glyph unicode="&#xa8;" horiz-adv-x="1136" d="M223 1313q0 61 40 101t102 40q64 0 103.5 -40t39.5 -101q0 -62 -39.5 -103t-103.5 -41q-62 0 -102 41t-40 103zM629 1313q0 61 40.5 101t102.5 40t102.5 -40t40.5 -101q0 -62 -40 -103t-103 -41t-103 41t-40 103z" />
116
+ <glyph unicode="&#xa9;" horiz-adv-x="1536" d="M92 666q0 124 35.5 232.5t98.5 188.5t147.5 138t185 87t209.5 29q136 0 258 -47t214.5 -131.5t147 -213.5t54.5 -283q0 -155 -54.5 -285t-147 -216.5t-214.5 -134.5t-258 -48t-258.5 48t-215.5 134.5t-147.5 216.5t-54.5 285zM231 666q0 -123 41.5 -228.5t114 -178 t171 -113t210.5 -40.5t210.5 40.5t171 113t114 178t41.5 228.5q0 247 -153.5 400t-383.5 153t-383.5 -153t-153.5 -400zM397 664q0 116 56 207t146 138.5t194 47.5q86 0 149.5 -32t120.5 -89l-113 -125q-67 70 -139 70q-94 0 -146.5 -61.5t-52.5 -155.5q0 -104 51.5 -166 t137.5 -62q47 0 83.5 17.5t80.5 52.5l98 -139q-137 -107 -270 -107q-174 0 -285 110.5t-111 293.5z" />
117
+ <glyph unicode="&#xaa;" horiz-adv-x="735" d="M59 725q0 108 91.5 166.5t291.5 77.5q-5 46 -28.5 68t-71.5 22q-73 0 -184 -62l-76 140q153 90 297 90q133 0 204.5 -76t71.5 -227v-387h-170l-20 67h-8q-84 -84 -191 -84q-93 0 -150 59t-57 146zM262 741q0 -29 20 -45t56 -16q48 0 104 53v113q-180 -19 -180 -105z" />
118
+ <glyph unicode="&#xab;" horiz-adv-x="983" d="M100 410v213l275 295l112 -91l-227 -311l227 -311l-112 -90zM485 410v213l277 295l110 -91l-227 -311l227 -311l-110 -90z" />
119
+ <glyph unicode="&#xac;" d="M70 569v213h942v-589h-221v376h-721z" />
120
+ <glyph unicode="&#xad;" horiz-adv-x="679" d="M88 412v213h504v-213h-504z" />
121
+ <glyph unicode="&#xae;" horiz-adv-x="946" d="M66 1051q0 179 118 296t289 117q170 0 288 -117t118 -296t-118 -296.5t-288 -117.5q-171 0 -289 117.5t-118 296.5zM178 1051q0 -141 82.5 -227.5t212.5 -86.5t211.5 86.5t81.5 227.5t-81.5 227t-211.5 86t-212.5 -86t-82.5 -227zM307 852v403h182q74 0 120 -34.5 t46 -100.5q0 -75 -71 -110l84 -158h-123l-62 123h-59v-123h-117zM424 1057h43q29 0 45 16t16 41q0 23 -16 38t-45 15h-43v-110z" />
122
+ <glyph unicode="&#xaf;" horiz-adv-x="1136" d="M287 1212v191h565v-191h-565z" />
123
+ <glyph unicode="&#xb0;" horiz-adv-x="747" d="M80 1110q0 128 85.5 211.5t209.5 83.5q126 0 211.5 -83.5t85.5 -211.5t-85.5 -211.5t-211.5 -83.5q-124 0 -209.5 83.5t-85.5 211.5zM238 1110q0 -67 38.5 -109.5t98.5 -42.5q61 0 99 42t38 110q0 66 -38 108t-99 42q-60 0 -98.5 -42t-38.5 -108z" />
124
+ <glyph unicode="&#xb1;" d="M70 0v213h942v-213h-942zM70 602v213h360v344h221v-344h361v-213h-361v-278h-221v278h-360z" />
125
+ <glyph unicode="&#xb2;" horiz-adv-x="770" d="M55 1561q123 163 305 163q134 0 214.5 -71.5t80.5 -198.5q0 -46 -15.5 -92t-50 -96t-64.5 -86.5t-83 -94.5h242v-184h-592v119q180 147 265 237.5t85 159.5q0 59 -30.5 92t-85.5 33q-73 0 -146 -96z" />
126
+ <glyph unicode="&#xb3;" horiz-adv-x="770" d="M55 1038l133 105q71 -99 170 -99q49 0 82 26.5t33 70.5q0 104 -190 104v127q161 0 161 98q0 40 -27 63t-73 23q-66 0 -131 -79l-125 110q68 72 135.5 104.5t159.5 32.5q115 0 197 -61t82 -162q0 -116 -117 -184q65 -26 105 -76t40 -117q0 -108 -91 -177.5t-218 -69.5 q-105 0 -189.5 41.5t-136.5 119.5z" />
127
+ <glyph unicode="&#xb4;" horiz-adv-x="1136" d="M401 1176l183 307h290l-253 -307h-220z" />
128
+ <glyph unicode="&#xb5;" horiz-adv-x="1173" d="M133 -410v1426h301v-592q0 -106 29.5 -149.5t95.5 -43.5q56 0 96.5 26t85.5 87v672h301v-1016h-245l-23 141h-8q-38 -72 -96 -110.5t-127 -38.5q-84 0 -127 45l18 -184v-263h-301z" />
129
+ <glyph unicode="&#xb6;" horiz-adv-x="1302" d="M80 879q0 101 27 179.5t73.5 130t113.5 85t142 47.5t164 14h90v-932h-82q-110 0 -205.5 31t-167.5 89t-113.5 150t-41.5 206zM805 -164v1499h301v-1499h-301z" />
130
+ <glyph unicode="&#xb7;" horiz-adv-x="614" d="M125 655q0 82 52 136.5t130 54.5t130 -54.5t52 -136.5q0 -80 -52 -134t-130 -54t-130 54t-52 134z" />
131
+ <glyph unicode="&#xb8;" horiz-adv-x="1136" d="M360 -332q170 17 170 90q0 28 -26.5 48.5t-91.5 37.5l82 164h174l-41 -96q121 -40 121 -152q0 -99 -102.5 -152t-262.5 -61z" />
132
+ <glyph unicode="&#xb9;" horiz-adv-x="770" d="M156 1477v135q79 11 126.5 30.5t102.5 57.5h176v-799h-223v576h-182z" />
133
+ <glyph unicode="&#xba;" horiz-adv-x="763" d="M49 872q0 161 97.5 258t234.5 97t234.5 -97t97.5 -258t-97.5 -256.5t-234.5 -95.5t-234.5 95.5t-97.5 256.5zM266 872q0 -87 28.5 -135.5t86.5 -48.5t87.5 49t29.5 135q0 88 -29.5 137.5t-87.5 49.5t-86.5 -49.5t-28.5 -137.5z" />
134
+ <glyph unicode="&#xbb;" horiz-adv-x="983" d="M111 205l227 311l-227 311l112 91l275 -295v-213l-275 -295zM496 205l227 311l-227 311l112 91l277 -295v-213l-277 -295z" />
135
+ <glyph unicode="&#xbc;" horiz-adv-x="1656" d="M94 1110v137q79 11 127 30.5t103 57.5h176v-798h-224v573h-182zM381 -25l721 1385h172l-719 -1385h-174zM956 178v111l289 510h275v-477h118v-144h-118v-178h-195v178h-369zM1161 322h164v84l10 239h-8l-82 -158z" />
136
+ <glyph unicode="&#xbd;" horiz-adv-x="1732" d="M94 1110v137q79 11 127 30.5t103 57.5h176v-798h-224v573h-182zM348 -25l721 1385h174l-721 -1385h-174zM1016 659q123 164 305 164q134 0 214.5 -71.5t80.5 -198.5q0 -46 -15.5 -92t-50.5 -96.5t-63.5 -85.5t-81.5 -95h240v-184h-592v119q180 147 265 237.5t85 159.5 q0 59 -31 92t-86 33q-72 0 -145 -96z" />
137
+ <glyph unicode="&#xbe;" horiz-adv-x="1675" d="M49 674l133 104q71 -98 168 -98q51 0 84 25.5t33 70.5q0 105 -191 105v127q162 0 162 98q0 39 -27.5 62.5t-72.5 23.5q-65 0 -131 -80l-125 111q67 71 135 104t160 33q114 0 195 -61.5t81 -161.5q0 -117 -114 -185q64 -26 104.5 -76.5t40.5 -117.5q0 -107 -91 -176.5 t-218 -69.5q-105 0 -189 42t-137 120zM426 -25l721 1385h172l-719 -1385h-174zM975 178v111l289 510h274v-477h119v-144h-119v-178h-197v178h-366zM1178 322h163v84l13 239h-8l-82 -158z" />
138
+ <glyph unicode="&#xbf;" horiz-adv-x="948" d="M86 -29q0 51 17 98t43.5 84t58.5 72.5t63.5 70.5t56 71.5t38 81.5t8.5 94h262q11 -78 -11 -149t-62 -123t-82 -98t-72.5 -93t-30.5 -88q0 -61 37.5 -95t99.5 -34q53 0 96.5 24t89.5 70l166 -152q-72 -87 -167 -136.5t-205 -49.5q-183 0 -294.5 88.5t-111.5 263.5z M319 852q0 80 52.5 134t130.5 54t130 -54t52 -134q0 -82 -52 -136t-130 -54t-130.5 54t-52.5 136z" />
139
+ <glyph unicode="&#xc0;" horiz-adv-x="1173" d="M-12 0l418 1335h362l418 -1335h-320l-82 317h-407l-82 -317h-307zM248 1683h319l166 -245h-239zM438 553h285l-31 123q-16 59 -34.5 132t-40 162t-33.5 136h-9q-83 -354 -104 -430z" />
140
+ <glyph unicode="&#xc1;" horiz-adv-x="1173" d="M-12 0l418 1335h362l418 -1335h-320l-82 317h-407l-82 -317h-307zM426 1438l166 245h319l-243 -245h-242zM438 553h285l-31 123q-16 59 -34.5 132t-40 162t-33.5 136h-9q-83 -354 -104 -430z" />
141
+ <glyph unicode="&#xc2;" horiz-adv-x="1173" d="M-12 0l418 1335h362l418 -1335h-320l-82 317h-407l-82 -317h-307zM236 1438l196 245h295l197 -245h-232l-108 125h-9l-108 -125h-231zM438 553h285l-31 123q-16 59 -34.5 132t-40 162t-33.5 136h-9q-83 -354 -104 -430z" />
142
+ <glyph unicode="&#xc3;" horiz-adv-x="1173" d="M-12 0l418 1335h362l418 -1335h-320l-82 317h-407l-82 -317h-307zM231 1440q14 134 75.5 206t144.5 72q48 0 95.5 -23t86 -46t63.5 -23q59 0 78 92h154q-14 -134 -75 -206t-144 -72q-48 0 -96 23t-86.5 46t-63.5 23q-59 0 -78 -92h-154zM438 553h285l-31 123 q-16 59 -34.5 132t-40 162t-33.5 136h-9q-83 -354 -104 -430z" />
143
+ <glyph unicode="&#xc4;" horiz-adv-x="1173" d="M-12 0l418 1335h362l418 -1335h-320l-82 317h-407l-82 -317h-307zM233 1577q0 62 40.5 102.5t103.5 40.5t103 -40.5t40 -102.5t-40 -102.5t-103 -40.5t-103.5 40.5t-40.5 102.5zM438 553h285l-31 123q-16 59 -34.5 132t-40 162t-33.5 136h-9q-83 -354 -104 -430z M639 1577q0 62 40 102.5t103 40.5t103.5 -40.5t40.5 -102.5t-40.5 -102.5t-103.5 -40.5t-103 40.5t-40 102.5z" />
144
+ <glyph unicode="&#xc5;" horiz-adv-x="1173" d="M-12 0l418 1335h362l418 -1335h-320l-82 317h-407l-82 -317h-307zM348 1628q0 90 64.5 145.5t167.5 55.5t167 -55.5t64 -145.5q0 -92 -63.5 -146.5t-167.5 -54.5t-168 55t-64 146zM438 553h285l-31 123q-16 59 -34.5 132t-40 162t-33.5 136h-9q-83 -354 -104 -430z M496 1628q0 -40 24 -64t60 -24q35 0 59.5 24t24.5 64q0 39 -24.5 63.5t-59.5 24.5q-36 0 -60 -24.5t-24 -63.5z" />
145
+ <glyph unicode="&#xc6;" horiz-adv-x="1730" d="M-29 0l635 1335h998v-254h-512v-268h432v-252h-432v-307h532v-254h-833v305h-363l-139 -305h-318zM535 539h256v569h-9q-135 -322 -161 -379z" />
146
+ <glyph unicode="&#xc7;" horiz-adv-x="1191" d="M94 659q0 161 51 295t138.5 222t203 136t244.5 48q116 0 218 -49t177 -125l-165 -187q-56 50 -108.5 75.5t-117.5 25.5q-143 0 -237.5 -117t-94.5 -313q0 -204 87.5 -319t236.5 -115q146 0 254 118l166 -182q-138 -164 -346 -192l-31 -68q121 -40 121 -152 q0 -67 -52 -115t-130.5 -70.5t-180.5 -27.5l-22 121q168 18 168 90q0 28 -26.5 49t-92.5 37l70 138q-236 32 -383.5 208t-147.5 469z" />
147
+ <glyph unicode="&#xc8;" horiz-adv-x="1122" d="M158 0v1335h835v-254h-534v-268h454v-252h-454v-307h555v-254h-856zM258 1683h320l165 -245h-239z" />
148
+ <glyph unicode="&#xc9;" horiz-adv-x="1122" d="M158 0v1335h835v-254h-534v-268h454v-252h-454v-307h555v-254h-856zM438 1438l164 245h320l-244 -245h-240z" />
149
+ <glyph unicode="&#xca;" horiz-adv-x="1122" d="M158 0v1335h835v-254h-534v-268h454v-252h-454v-307h555v-254h-856zM248 1438l196 245h293l197 -245h-229l-111 125h-8l-109 -125h-229z" />
150
+ <glyph unicode="&#xcb;" horiz-adv-x="1122" d="M158 0v1335h835v-254h-534v-268h454v-252h-454v-307h555v-254h-856zM244 1577q0 62 40 102.5t103 40.5t103 -40.5t40 -102.5t-40 -102.5t-103 -40.5t-103 40.5t-40 102.5zM651 1577q0 62 39.5 102.5t102.5 40.5q64 0 103.5 -40.5t39.5 -102.5t-39.5 -102.5t-103.5 -40.5 q-63 0 -102.5 40.5t-39.5 102.5z" />
151
+ <glyph unicode="&#xcc;" horiz-adv-x="616" d="M-23 1683h320l164 -245h-240zM158 0v1335h301v-1335h-301z" />
152
+ <glyph unicode="&#xcd;" horiz-adv-x="616" d="M156 1438l166 245h319l-246 -245h-239zM158 0v1335h301v-1335h-301z" />
153
+ <glyph unicode="&#xce;" horiz-adv-x="616" d="M-35 1438l197 245h293l196 -245h-229l-109 125h-8l-110 -125h-230zM158 0v1335h301v-1335h-301z" />
154
+ <glyph unicode="&#xcf;" horiz-adv-x="616" d="M-37 1577q0 62 39.5 102.5t103.5 40.5q63 0 102.5 -40.5t39.5 -102.5t-39.5 -102.5t-102.5 -40.5q-64 0 -103.5 40.5t-39.5 102.5zM158 0v1335h301v-1335h-301zM369 1577q0 62 40 102.5t103 40.5t103 -40.5t40 -102.5t-40 -102.5t-103 -40.5t-103 40.5t-40 102.5z" />
155
+ <glyph unicode="&#xd0;" horiz-adv-x="1351" d="M53 616v136l156 10v573h377q317 0 493 -163.5t176 -497.5t-175 -504t-478 -170h-393v616h-156zM510 244h57q181 0 280 101t99 329q0 117 -26.5 199.5t-78.5 129.5t-118.5 68t-155.5 21h-57v-330h256v-146h-256v-372z" />
156
+ <glyph unicode="&#xd1;" horiz-adv-x="1361" d="M158 0v1335h309l348 -663l131 -295h8q-2 29 -13.5 141t-17 193.5t-5.5 152.5v471h286v-1335h-309l-348 666l-131 290h-8q3 -40 13.5 -145t16.5 -186t6 -152v-473h-286zM334 1440q14 134 75 206t144 72q48 0 96.5 -23t87 -46t62.5 -23q58 0 80 92h153 q-17 -135 -76.5 -206.5t-144.5 -71.5q-47 0 -95 23t-86.5 46t-62.5 23q-61 0 -80 -92h-153z" />
157
+ <glyph unicode="&#xd2;" horiz-adv-x="1400" d="M94 674q0 322 165.5 504t440.5 182q274 0 440.5 -182.5t166.5 -503.5q0 -323 -167 -511t-440 -188t-439.5 188t-166.5 511zM369 1683h319l166 -245h-240zM403 674q0 -201 80.5 -319.5t216.5 -118.5t216.5 118.5t80.5 319.5q0 199 -80 312.5t-217 113.5t-217 -113.5 t-80 -312.5z" />
158
+ <glyph unicode="&#xd3;" horiz-adv-x="1400" d="M94 674q0 322 165.5 504t440.5 182q274 0 440.5 -182.5t166.5 -503.5q0 -323 -167 -511t-440 -188t-439.5 188t-166.5 511zM403 674q0 -201 80.5 -319.5t216.5 -118.5t216.5 118.5t80.5 319.5q0 199 -80 312.5t-217 113.5t-217 -113.5t-80 -312.5zM547 1438l166 245h319 l-244 -245h-241z" />
159
+ <glyph unicode="&#xd4;" horiz-adv-x="1400" d="M94 674q0 322 165.5 504t440.5 182q274 0 440.5 -182.5t166.5 -503.5q0 -323 -167 -511t-440 -188t-439.5 188t-166.5 511zM356 1438l197 245h295l196 -245h-231l-108 125h-9l-108 -125h-232zM403 674q0 -201 80.5 -319.5t216.5 -118.5t216.5 118.5t80.5 319.5 q0 199 -80 312.5t-217 113.5t-217 -113.5t-80 -312.5z" />
160
+ <glyph unicode="&#xd5;" horiz-adv-x="1400" d="M94 674q0 322 165.5 504t440.5 182q274 0 440.5 -182.5t166.5 -503.5q0 -323 -167 -511t-440 -188t-439.5 188t-166.5 511zM352 1440q14 134 75 206t144 72q48 0 96 -23t86.5 -46t63.5 -23q58 0 80 92h152q-14 -134 -75.5 -206t-144.5 -72q-48 0 -95.5 23t-86 46 t-63.5 23q-59 0 -78 -92h-154zM403 674q0 -201 80.5 -319.5t216.5 -118.5t216.5 118.5t80.5 319.5q0 199 -80 312.5t-217 113.5t-217 -113.5t-80 -312.5z" />
161
+ <glyph unicode="&#xd6;" horiz-adv-x="1400" d="M94 674q0 322 165.5 504t440.5 182q274 0 440.5 -182.5t166.5 -503.5q0 -323 -167 -511t-440 -188t-439.5 188t-166.5 511zM354 1577q0 62 40.5 102.5t103.5 40.5t103 -40.5t40 -102.5t-40 -102.5t-103 -40.5t-103.5 40.5t-40.5 102.5zM403 674q0 -201 80.5 -319.5 t216.5 -118.5t216.5 118.5t80.5 319.5q0 199 -80 312.5t-217 113.5t-217 -113.5t-80 -312.5zM760 1577q0 62 40 102.5t103 40.5t103.5 -40.5t40.5 -102.5t-40.5 -102.5t-103.5 -40.5t-103 40.5t-40 102.5z" />
162
+ <glyph unicode="&#xd7;" d="M98 381l291 293l-291 295l150 151l293 -295l293 295l149 -151l-291 -295l291 -293l-149 -152l-293 295l-293 -295z" />
163
+ <glyph unicode="&#xd8;" horiz-adv-x="1400" d="M82 35l141 176q-127 186 -127 463q0 322 165.5 504t440.5 182q211 0 359 -109l135 168l156 -121l-156 -192q113 -174 113 -432q0 -323 -167 -511t-440 -188q-189 0 -337 99l-127 -158zM406 674q0 -110 26 -203l451 559q-73 70 -181 70q-137 0 -216.5 -113.5t-79.5 -312.5 zM541 293q69 -57 161 -57q136 0 216.5 118.5t80.5 319.5q0 92 -18 166z" />
164
+ <glyph unicode="&#xd9;" horiz-adv-x="1361" d="M150 618v717h303v-747q0 -190 57 -271t174 -81q118 0 177 81.5t59 270.5v747h290v-717q0 -331 -132 -487t-394 -156q-265 0 -399.5 156t-134.5 487zM348 1683h320l166 -245h-240z" />
165
+ <glyph unicode="&#xda;" horiz-adv-x="1361" d="M150 618v717h303v-747q0 -190 57 -271t174 -81q118 0 177 81.5t59 270.5v747h290v-717q0 -331 -132 -487t-394 -156q-265 0 -399.5 156t-134.5 487zM526 1438l166 245h320l-244 -245h-242z" />
166
+ <glyph unicode="&#xdb;" horiz-adv-x="1361" d="M150 618v717h303v-747q0 -190 57 -271t174 -81q118 0 177 81.5t59 270.5v747h290v-717q0 -331 -132 -487t-394 -156q-265 0 -399.5 156t-134.5 487zM338 1438l197 245h292l197 -245h-229l-111 125h-8l-109 -125h-229z" />
167
+ <glyph unicode="&#xdc;" horiz-adv-x="1361" d="M150 618v717h303v-747q0 -190 57 -271t174 -81q118 0 177 81.5t59 270.5v747h290v-717q0 -331 -132 -487t-394 -156q-265 0 -399.5 156t-134.5 487zM334 1577q0 62 40 102.5t103 40.5t103.5 -40.5t40.5 -102.5t-40.5 -102.5t-103.5 -40.5t-103 40.5t-40 102.5zM739 1577 q0 62 40.5 102.5t103.5 40.5t103 -40.5t40 -102.5t-40 -102.5t-103 -40.5t-103.5 40.5t-40.5 102.5z" />
168
+ <glyph unicode="&#xdd;" horiz-adv-x="1075" d="M-16 1335h323l119 -307q102 -274 109 -295h8q88 231 112 295l121 307h316l-404 -860v-475h-301v475zM385 1438l164 245h321l-245 -245h-240z" />
169
+ <glyph unicode="&#xde;" horiz-adv-x="1263" d="M158 0v1335h301v-202h186q114 0 204.5 -22t164 -70t113.5 -133t40 -203q0 -115 -41.5 -203.5t-114 -142t-165 -80.5t-201.5 -27h-186v-252h-301zM459 492h168q245 0 245 213q0 101 -60.5 144.5t-184.5 43.5h-168v-401z" />
170
+ <glyph unicode="&#xdf;" horiz-adv-x="1294" d="M133 0v997q0 100 30 183t88.5 145t152 96.5t214.5 34.5q102 0 183.5 -28.5t132.5 -76.5t77.5 -109t26.5 -128q0 -66 -25 -123.5t-54.5 -91t-54.5 -72.5t-25 -73q0 -27 20 -50t51.5 -42t70 -39.5t77 -48t70 -61.5t51.5 -86t20 -116q0 -146 -99 -241t-278 -95 q-85 0 -157 23t-152 70l104 204q100 -73 195 -73q52 0 82.5 27.5t30.5 70.5q0 31 -20 57.5t-51.5 47t-70.5 41t-77.5 45.5t-70 54.5t-51.5 74.5t-20 100q0 53 23 102t50 82t50 80.5t23 97.5q0 62 -35 101t-97 39q-92 0 -140 -67.5t-48 -188.5v-963h-297z" />
171
+ <glyph unicode="&#xe0;" horiz-adv-x="1093" d="M96 283q0 161 136.5 250t435.5 120q-10 148 -160 148q-112 0 -270 -92l-107 198q220 133 434 133q198 0 301 -114t103 -344v-582h-246l-23 104h-6q-146 -129 -297 -129q-135 0 -218 88t-83 220zM268 1483h293l180 -307h-219zM383 305q0 -96 117 -96q49 0 86.5 21t81.5 65 v178q-153 -21 -219 -63.5t-66 -104.5z" />
172
+ <glyph unicode="&#xe1;" horiz-adv-x="1093" d="M96 283q0 161 136.5 250t435.5 120q-10 148 -160 148q-112 0 -270 -92l-107 198q220 133 434 133q198 0 301 -114t103 -344v-582h-246l-23 104h-6q-146 -129 -297 -129q-135 0 -218 88t-83 220zM383 305q0 -96 117 -96q49 0 86.5 21t81.5 65v178q-153 -21 -219 -63.5 t-66 -104.5zM408 1176l182 307h291l-254 -307h-219z" />
173
+ <glyph unicode="&#xe2;" horiz-adv-x="1093" d="M96 283q0 161 136.5 250t435.5 120q-10 148 -160 148q-112 0 -270 -92l-107 198q220 133 434 133q198 0 301 -114t103 -344v-582h-246l-23 104h-6q-146 -129 -297 -129q-135 0 -218 88t-83 220zM258 1176l197 307h239l197 -307h-203l-108 161h-9l-110 -161h-203zM383 305 q0 -96 117 -96q49 0 86.5 21t81.5 65v178q-153 -21 -219 -63.5t-66 -104.5z" />
174
+ <glyph unicode="&#xe3;" horiz-adv-x="1093" d="M96 283q0 161 136.5 250t435.5 120q-10 148 -160 148q-112 0 -270 -92l-107 198q220 133 434 133q198 0 301 -114t103 -344v-582h-246l-23 104h-6q-146 -129 -297 -129q-135 0 -218 88t-83 220zM236 1178q15 135 71.5 205.5t138.5 70.5q47 0 95 -22.5t86.5 -45 t62.5 -22.5q27 0 43.5 20.5t26.5 69.5h153q-15 -135 -71 -205.5t-140 -70.5q-47 0 -94.5 23t-85.5 46t-61 23q-27 0 -44.5 -21t-27.5 -71h-153zM383 305q0 -96 117 -96q49 0 86.5 21t81.5 65v178q-153 -21 -219 -63.5t-66 -104.5z" />
175
+ <glyph unicode="&#xe4;" horiz-adv-x="1093" d="M96 283q0 161 136.5 250t435.5 120q-10 148 -160 148q-112 0 -270 -92l-107 198q220 133 434 133q198 0 301 -114t103 -344v-582h-246l-23 104h-6q-146 -129 -297 -129q-135 0 -218 88t-83 220zM229 1313q0 61 40 101t104 40q62 0 101.5 -40t39.5 -101q0 -62 -39.5 -103 t-101.5 -41q-64 0 -104 41t-40 103zM383 305q0 -96 117 -96q49 0 86.5 21t81.5 65v178q-153 -21 -219 -63.5t-66 -104.5zM635 1313q0 61 40.5 101t102.5 40q63 0 103.5 -40.5t40.5 -100.5q0 -62 -40.5 -103t-103.5 -41t-103 41t-40 103z" />
176
+ <glyph unicode="&#xe5;" horiz-adv-x="1093" d="M96 283q0 161 136.5 250t435.5 120q-10 148 -160 148q-112 0 -270 -92l-107 198q220 133 434 133q198 0 301 -114t103 -344v-582h-246l-23 104h-6q-146 -129 -297 -129q-135 0 -218 88t-83 220zM344 1331q0 95 64 152t167 57t166.5 -57t63.5 -152t-63.5 -152t-166.5 -57 t-167 57t-64 152zM383 305q0 -96 117 -96q49 0 86.5 21t81.5 65v178q-153 -21 -219 -63.5t-66 -104.5zM492 1331q0 -42 23.5 -69t59.5 -27q34 0 58 27t24 69t-24 69t-58 27q-36 0 -59.5 -27t-23.5 -69z" />
177
+ <glyph unicode="&#xe6;" horiz-adv-x="1609" d="M96 281q0 163 134.5 253.5t431.5 120.5q-5 71 -41.5 108.5t-116.5 37.5q-108 0 -266 -92l-107 198q220 133 416 133q92 0 164.5 -40t117.5 -113q134 153 301 153q130 0 223 -66.5t137 -176t44 -250.5q0 -77 -12 -127h-586q17 -102 82.5 -155.5t161.5 -53.5q88 0 215 74 l102 -195q-78 -54 -173.5 -84.5t-184.5 -30.5q-206 0 -351 158q-106 -85 -197 -121.5t-194 -36.5q-135 0 -218 87.5t-83 218.5zM383 305q0 -96 117 -96q101 0 190 86q-22 63 -28 135l-3 43q-276 -40 -276 -168zM936 604h342q0 97 -39 152t-119 55q-73 0 -122.5 -52.5 t-61.5 -154.5z" />
178
+ <glyph unicode="&#xe7;" horiz-adv-x="956" d="M74 508q0 123 43 225t116 168.5t168 102.5t201 36q184 0 297 -116l-137 -187q-72 60 -141 60q-109 0 -173.5 -78.5t-64.5 -210.5q0 -130 63.5 -209.5t163.5 -79.5q90 0 183 74l120 -191q-105 -92 -247 -118l-31 -72q119 -40 119 -152q0 -67 -52 -115t-130.5 -70.5 t-180.5 -27.5l-22 121q168 17 168 90q0 28 -26.5 49t-92.5 37l69 138q-185 29 -299 167.5t-114 358.5z" />
179
+ <glyph unicode="&#xe8;" horiz-adv-x="1060" d="M74 508q0 120 40.5 222t107.5 168.5t153 104t178 37.5q209 0 320.5 -135.5t111.5 -351.5q0 -77 -12 -127h-608q20 -112 89.5 -166.5t174.5 -54.5q109 0 219 67l100 -182q-78 -54 -173.5 -84.5t-186.5 -30.5q-224 0 -369 143.5t-145 389.5zM248 1483h291l182 -307h-221z M362 612h367q0 93 -41.5 146t-128.5 53q-74 0 -128.5 -51t-68.5 -148z" />
180
+ <glyph unicode="&#xe9;" horiz-adv-x="1060" d="M74 508q0 120 40.5 222t107.5 168.5t153 104t178 37.5q209 0 320.5 -135.5t111.5 -351.5q0 -77 -12 -127h-608q20 -112 89.5 -166.5t174.5 -54.5q109 0 219 67l100 -182q-78 -54 -173.5 -84.5t-186.5 -30.5q-224 0 -369 143.5t-145 389.5zM362 612h367q0 93 -41.5 146 t-128.5 53q-74 0 -128.5 -51t-68.5 -148zM385 1176l182 307h291l-254 -307h-219z" />
181
+ <glyph unicode="&#xea;" horiz-adv-x="1060" d="M74 508q0 120 40.5 222t107.5 168.5t153 104t178 37.5q209 0 320.5 -135.5t111.5 -351.5q0 -77 -12 -127h-608q20 -112 89.5 -166.5t174.5 -54.5q109 0 219 67l100 -182q-78 -54 -173.5 -84.5t-186.5 -30.5q-224 0 -369 143.5t-145 389.5zM238 1176l194 307h240l196 -307 h-202l-109 161h-8l-109 -161h-202zM362 612h367q0 93 -41.5 146t-128.5 53q-74 0 -128.5 -51t-68.5 -148z" />
182
+ <glyph unicode="&#xeb;" horiz-adv-x="1060" d="M74 508q0 120 40.5 222t107.5 168.5t153 104t178 37.5q209 0 320.5 -135.5t111.5 -351.5q0 -77 -12 -127h-608q20 -112 89.5 -166.5t174.5 -54.5q109 0 219 67l100 -182q-78 -54 -173.5 -84.5t-186.5 -30.5q-224 0 -369 143.5t-145 389.5zM207 1313q0 61 40.5 101 t102.5 40q63 0 103.5 -40.5t40.5 -100.5q0 -62 -40.5 -103t-103.5 -41t-103 41t-40 103zM362 612h367q0 93 -41.5 146t-128.5 53q-74 0 -128.5 -51t-68.5 -148zM612 1313q0 60 40.5 100.5t103.5 40.5q62 0 102.5 -40t40.5 -101q0 -62 -40 -103t-103 -41t-103.5 41t-40.5 103 z" />
183
+ <glyph unicode="&#xec;" horiz-adv-x="565" d="M-23 1483h291l183 -307h-220zM133 0v1016h301v-1016h-301z" />
184
+ <glyph unicode="&#xed;" horiz-adv-x="565" d="M117 1176l180 307h291l-252 -307h-219zM133 0v1016h301v-1016h-301z" />
185
+ <glyph unicode="&#xee;" horiz-adv-x="565" d="M-33 1176l197 307h239l195 -307h-203l-108 161h-8l-109 -161h-203zM133 0v1016h301v-1016h-301z" />
186
+ <glyph unicode="&#xef;" horiz-adv-x="565" d="M-63 1313q0 61 40.5 101t102.5 40t102.5 -40t40.5 -101q0 -62 -40 -103t-103 -41t-103 41t-40 103zM133 0v1016h301v-1016h-301zM342 1313q0 61 40 101t103 40t103.5 -40.5t40.5 -100.5q0 -62 -40.5 -103t-103.5 -41t-103 41t-40 103z" />
187
+ <glyph unicode="&#xf0;" horiz-adv-x="1146" d="M86 467q0 106 35 195.5t93.5 147.5t133 90t154.5 32q137 0 217 -86q-53 157 -174 272l-291 -145l-78 133l238 119q-66 47 -185 108l131 183q158 -81 283 -175l293 148l78 -133l-246 -125q276 -279 276 -686q0 -252 -131.5 -411t-353.5 -159q-95 0 -181 35t-151 97.5 t-103 156t-38 203.5zM360 467q0 -117 60 -182.5t149 -65.5q90 0 142.5 78t52.5 231q0 62 -2 93q-79 88 -199 88q-93 0 -148 -61.5t-55 -180.5z" />
188
+ <glyph unicode="&#xf1;" horiz-adv-x="1171" d="M133 0v1016h246l20 -129h9q160 153 325 153q161 0 238.5 -106t77.5 -303v-631h-301v592q0 107 -29.5 149.5t-95.5 42.5q-53 0 -93.5 -23t-95.5 -75v-686h-301zM291 1178q15 136 72 206t141 70q47 0 94.5 -22.5t85.5 -45t61 -22.5q27 0 43.5 20.5t28.5 69.5h154 q-17 -135 -73 -205.5t-140 -70.5q-47 0 -95 23t-86 46t-61 23q-27 0 -44.5 -21t-27.5 -71h-153z" />
189
+ <glyph unicode="&#xf2;" horiz-adv-x="1136" d="M74 508q0 123 41 225t110 168.5t158 102.5t186 36t185.5 -36t157.5 -102.5t110 -168.5t41 -225t-41 -225.5t-110 -168.5t-157.5 -102.5t-185.5 -36.5t-186 36.5t-158 102.5t-110 168.5t-41 225.5zM262 1483h291l182 -307h-219zM383 508q0 -135 47 -212t139 -77 q91 0 139 77t48 212t-48 212t-139 77q-92 0 -139 -77t-47 -212z" />
190
+ <glyph unicode="&#xf3;" horiz-adv-x="1136" d="M74 508q0 123 41 225t110 168.5t158 102.5t186 36t185.5 -36t157.5 -102.5t110 -168.5t41 -225t-41 -225.5t-110 -168.5t-157.5 -102.5t-185.5 -36.5t-186 36.5t-158 102.5t-110 168.5t-41 225.5zM383 508q0 -135 47 -212t139 -77q91 0 139 77t48 212t-48 212t-139 77 q-92 0 -139 -77t-47 -212zM401 1176l183 307h290l-253 -307h-220z" />
191
+ <glyph unicode="&#xf4;" horiz-adv-x="1136" d="M74 508q0 123 41 225t110 168.5t158 102.5t186 36t185.5 -36t157.5 -102.5t110 -168.5t41 -225t-41 -225.5t-110 -168.5t-157.5 -102.5t-185.5 -36.5t-186 36.5t-158 102.5t-110 168.5t-41 225.5zM252 1176l197 307h239l197 -307h-203l-109 161h-8l-110 -161h-203z M383 508q0 -135 47 -212t139 -77q91 0 139 77t48 212t-48 212t-139 77q-92 0 -139 -77t-47 -212z" />
192
+ <glyph unicode="&#xf5;" horiz-adv-x="1136" d="M74 508q0 123 41 225t110 168.5t158 102.5t186 36t185.5 -36t157.5 -102.5t110 -168.5t41 -225t-41 -225.5t-110 -168.5t-157.5 -102.5t-185.5 -36.5t-186 36.5t-158 102.5t-110 168.5t-41 225.5zM229 1178q15 135 71.5 205.5t139.5 70.5q47 0 95 -22.5t86.5 -45 t62.5 -22.5q27 0 43.5 20.5t26.5 69.5h153q-15 -135 -71 -205.5t-140 -70.5q-47 0 -94.5 23t-85.5 46t-61 23q-28 0 -45 -21t-27 -71h-154zM383 508q0 -135 47 -212t139 -77q91 0 139 77t48 212t-48 212t-139 77q-92 0 -139 -77t-47 -212z" />
193
+ <glyph unicode="&#xf6;" horiz-adv-x="1136" d="M74 508q0 123 41 225t110 168.5t158 102.5t186 36t185.5 -36t157.5 -102.5t110 -168.5t41 -225t-41 -225.5t-110 -168.5t-157.5 -102.5t-185.5 -36.5t-186 36.5t-158 102.5t-110 168.5t-41 225.5zM223 1313q0 61 40 101t102 40q64 0 103.5 -40t39.5 -101 q0 -62 -39.5 -103t-103.5 -41q-62 0 -102 41t-40 103zM383 508q0 -135 47 -212t139 -77q91 0 139 77t48 212t-48 212t-139 77q-92 0 -139 -77t-47 -212zM629 1313q0 61 40.5 101t102.5 40t102.5 -40t40.5 -101q0 -62 -40 -103t-103 -41t-103 41t-40 103z" />
194
+ <glyph unicode="&#xf7;" d="M70 569v213h942v-213h-942zM375 307q0 69 47.5 113.5t118.5 44.5t118.5 -44.5t47.5 -113.5q0 -68 -47.5 -112.5t-118.5 -44.5t-118.5 44.5t-47.5 112.5zM375 1044q0 69 47.5 113.5t118.5 44.5t118.5 -44.5t47.5 -113.5q0 -68 -47.5 -112.5t-118.5 -44.5t-118.5 44.5 t-47.5 112.5z" />
195
+ <glyph unicode="&#xf8;" horiz-adv-x="1136" d="M74 508q0 123 41 225t110 168.5t158 102.5t186 36q147 0 271 -79l90 110l112 -88l-96 -119q117 -146 117 -356q0 -123 -41 -225.5t-110 -168.5t-157.5 -102.5t-185.5 -36.5q-150 0 -274 82l-88 -108l-113 86l96 119q-116 142 -116 354zM365 524q0 -82 14 -137l305 381 q-45 39 -115 39q-93 0 -148.5 -77.5t-55.5 -205.5zM451 250q47 -41 118 -41q92 0 147.5 77.5t55.5 205.5q0 84 -14 139z" />
196
+ <glyph unicode="&#xf9;" horiz-adv-x="1163" d="M123 385v631h301v-592q0 -107 30 -150t97 -43q56 0 95 25.5t85 87.5v672h301v-1016h-246l-22 141h-6q-69 -82 -145 -124t-175 -42q-315 0 -315 410zM279 1483h290l183 -307h-220z" />
197
+ <glyph unicode="&#xfa;" horiz-adv-x="1163" d="M123 385v631h301v-592q0 -107 30 -150t97 -43q56 0 95 25.5t85 87.5v672h301v-1016h-246l-22 141h-6q-69 -82 -145 -124t-175 -42q-315 0 -315 410zM416 1176l182 307h291l-252 -307h-221z" />
198
+ <glyph unicode="&#xfb;" horiz-adv-x="1163" d="M123 385v631h301v-592q0 -107 30 -150t97 -43q56 0 95 25.5t85 87.5v672h301v-1016h-246l-22 141h-6q-69 -82 -145 -124t-175 -42q-315 0 -315 410zM268 1176l197 307h240l194 -307h-203l-108 161h-8l-109 -161h-203z" />
199
+ <glyph unicode="&#xfc;" horiz-adv-x="1163" d="M123 385v631h301v-592q0 -107 30 -150t97 -43q56 0 95 25.5t85 87.5v672h301v-1016h-246l-22 141h-6q-69 -82 -145 -124t-175 -42q-315 0 -315 410zM238 1313q0 61 40 101t103 40t103 -40t40 -101q0 -62 -40 -103t-103 -41t-103 41t-40 103zM643 1313q0 61 40.5 101 t102.5 40q63 0 103.5 -40.5t40.5 -100.5q0 -62 -40.5 -103t-103.5 -41t-103 41t-40 103z" />
200
+ <glyph unicode="&#xfd;" horiz-adv-x="1067" d="M25 1016h303l145 -436q14 -44 80 -289h8q60 253 70 289l123 436h288l-352 -1026q-38 -101 -76.5 -169.5t-91 -119.5t-120 -74.5t-156.5 -23.5q-76 0 -144 20l54 230q58 -13 67 -13q133 0 178 133l15 54zM379 1176l182 307h291l-254 -307h-219z" />
201
+ <glyph unicode="&#xfe;" horiz-adv-x="1173" d="M133 -377v1813h301v-353l-8 -143q118 100 254 100q191 0 302.5 -140t111.5 -376q0 -126 -36 -231.5t-96 -174t-136.5 -106t-159.5 -37.5q-129 0 -240 97l8 -152v-297h-301zM434 287q71 -66 162 -66q83 0 135.5 75t52.5 224q0 275 -176 275q-87 0 -174 -93v-415z" />
202
+ <glyph unicode="&#xff;" horiz-adv-x="1067" d="M25 1016h303l145 -436q14 -44 80 -289h8q60 253 70 289l123 436h288l-352 -1026q-38 -101 -76.5 -169.5t-91 -119.5t-120 -74.5t-156.5 -23.5q-76 0 -144 20l54 230q58 -13 67 -13q133 0 178 133l15 54zM201 1313q0 61 40.5 101t102.5 40t102.5 -40t40.5 -101 q0 -62 -40 -103t-103 -41t-103 41t-40 103zM606 1313q0 60 40.5 100.5t103.5 40.5q62 0 102.5 -40t40.5 -101q0 -62 -40 -103t-103 -41t-103.5 41t-40.5 103z" />
203
+ <glyph unicode="&#x152;" horiz-adv-x="1783" d="M94 674q0 168 51 296t143.5 207t216 118.5t275.5 39.5h875v-254h-506v-268h426v-252h-426v-307h526v-254h-911q-116 0 -216.5 25.5t-184 79.5t-143.5 133t-93 190t-33 246zM403 674q0 -118 28.5 -203t82.5 -134t124 -71t161 -22h47v848h-47q-92 0 -161 -20.5t-123.5 -67 t-83 -129.5t-28.5 -201z" />
204
+ <glyph unicode="&#x153;" horiz-adv-x="1683" d="M74 508q0 123 38.5 225t104.5 168.5t152.5 102.5t183.5 36q205 0 330 -178q62 85 145.5 131.5t175.5 46.5q130 0 223.5 -66.5t138 -176t44.5 -250.5q0 -73 -13 -127h-587q17 -103 82 -156t161 -53q88 0 215 74l105 -195q-78 -54 -174.5 -84.5t-186.5 -30.5q-92 0 -178 47 t-149 132q-65 -90 -146.5 -134.5t-191.5 -44.5q-98 0 -183.5 36.5t-150 103t-102 168t-37.5 225.5zM379 508q0 -134 46 -211.5t128 -77.5q83 0 130.5 78t47.5 211t-47.5 211t-130.5 78q-82 0 -128 -77.5t-46 -211.5zM1010 604h342q0 97 -39 152t-119 55q-73 0 -122.5 -52.5 t-61.5 -154.5z" />
205
+ <glyph unicode="&#x178;" horiz-adv-x="1075" d="M-16 1335h323l119 -307q102 -274 109 -295h8q88 231 112 295l121 307h316l-404 -860v-475h-301v475zM193 1577q0 62 39.5 102.5t101.5 40.5q63 0 103 -40.5t40 -102.5t-40 -102.5t-103 -40.5q-62 0 -101.5 40.5t-39.5 102.5zM598 1577q0 62 39.5 102.5t103.5 40.5 q63 0 102.5 -40.5t39.5 -102.5t-39.5 -102.5t-102.5 -40.5q-64 0 -103.5 40.5t-39.5 102.5z" />
206
+ <glyph unicode="&#x2c6;" horiz-adv-x="1136" d="M252 1176l197 307h239l197 -307h-203l-109 161h-8l-110 -161h-203z" />
207
+ <glyph unicode="&#x2dc;" horiz-adv-x="1136" d="M229 1178q15 135 71.5 205.5t139.5 70.5q47 0 95 -22.5t86.5 -45t62.5 -22.5q27 0 43.5 20.5t26.5 69.5h153q-15 -135 -71 -205.5t-140 -70.5q-47 0 -94.5 23t-85.5 46t-61 23q-28 0 -45 -21t-27 -71h-154z" />
208
+ <glyph unicode="&#x2000;" horiz-adv-x="914" />
209
+ <glyph unicode="&#x2001;" horiz-adv-x="1829" />
210
+ <glyph unicode="&#x2002;" horiz-adv-x="914" />
211
+ <glyph unicode="&#x2003;" horiz-adv-x="1829" />
212
+ <glyph unicode="&#x2004;" horiz-adv-x="609" />
213
+ <glyph unicode="&#x2005;" horiz-adv-x="457" />
214
+ <glyph unicode="&#x2006;" horiz-adv-x="304" />
215
+ <glyph unicode="&#x2007;" horiz-adv-x="304" />
216
+ <glyph unicode="&#x2008;" horiz-adv-x="228" />
217
+ <glyph unicode="&#x2009;" horiz-adv-x="365" />
218
+ <glyph unicode="&#x200a;" horiz-adv-x="101" />
219
+ <glyph unicode="&#x2010;" horiz-adv-x="679" d="M88 412v213h504v-213h-504z" />
220
+ <glyph unicode="&#x2011;" horiz-adv-x="679" d="M88 412v213h504v-213h-504z" />
221
+ <glyph unicode="&#x2012;" horiz-adv-x="679" d="M88 412v213h504v-213h-504z" />
222
+ <glyph unicode="&#x2013;" horiz-adv-x="983" d="M88 422v192h807v-192h-807z" />
223
+ <glyph unicode="&#x2014;" horiz-adv-x="1638" d="M88 422v192h1462v-192h-1462z" />
224
+ <glyph unicode="&#x2018;" horiz-adv-x="614" d="M113 961q0 297 290 438l66 -131q-94 -47 -139 -108.5t-45 -151.5q6 2 20 2q66 0 112 -41.5t46 -108.5q0 -75 -44.5 -121.5t-113.5 -46.5q-94 0 -143 70.5t-49 198.5z" />
225
+ <glyph unicode="&#x2019;" horiz-adv-x="614" d="M145 852q95 47 140 108.5t45 151.5q-6 -2 -19 -2q-67 0 -112 41t-45 109q0 76 43.5 121.5t113.5 45.5q93 0 143 -70t50 -198q0 -295 -293 -438z" />
226
+ <glyph unicode="&#x201a;" horiz-adv-x="614" d="M145 -215q95 47 140 108.5t45 151.5q-6 -2 -19 -2q-67 0 -112 41t-45 109q0 76 43.5 121.5t113.5 45.5q93 0 143 -70t50 -198q0 -295 -293 -438z" />
227
+ <glyph unicode="&#x201c;" horiz-adv-x="1099" d="M113 961q0 297 290 438l66 -131q-94 -47 -139 -108.5t-45 -151.5q6 2 20 2q66 0 112 -41.5t46 -108.5q0 -75 -44.5 -121.5t-113.5 -46.5q-94 0 -143 70.5t-49 198.5zM596 961q0 295 293 438l65 -131q-94 -47 -139 -108.5t-45 -151.5q6 2 21 2q66 0 110.5 -41.5 t44.5 -108.5q0 -76 -43.5 -122t-111.5 -46q-94 0 -144.5 71t-50.5 198z" />
228
+ <glyph unicode="&#x201d;" horiz-adv-x="1099" d="M145 852q95 47 140 108.5t45 151.5q-6 -2 -19 -2q-67 0 -112 41t-45 109q0 76 43.5 121.5t113.5 45.5q93 0 143 -70t50 -198q0 -295 -293 -438zM631 852q94 47 139 108.5t45 151.5q-6 -2 -20 -2q-66 0 -112 41.5t-46 108.5q0 75 44.5 121t113.5 46q94 0 143 -69.5 t49 -198.5q0 -296 -291 -438z" />
229
+ <glyph unicode="&#x201e;" horiz-adv-x="1099" d="M145 -215q95 47 140 108.5t45 151.5q-6 -2 -19 -2q-67 0 -112 41t-45 109q0 76 43.5 121.5t113.5 45.5q93 0 143 -70t50 -198q0 -295 -293 -438zM631 -215q94 47 139 108.5t45 151.5q-6 -2 -20 -2q-66 0 -112 41.5t-46 108.5q0 75 44.5 121t113.5 46q94 0 143 -69.5 t49 -198.5q0 -296 -291 -438z" />
230
+ <glyph unicode="&#x2022;" horiz-adv-x="706" d="M82 537q0 122 77.5 203t192.5 81q116 0 194.5 -81t78.5 -203q0 -121 -78.5 -203t-194.5 -82q-114 0 -192 82t-78 203z" />
231
+ <glyph unicode="&#x2026;" horiz-adv-x="2002" d="M158 164q0 82 51 136t129 54t130 -54t52 -136q0 -80 -52 -134.5t-130 -54.5q-77 0 -128.5 54.5t-51.5 134.5zM836 164q0 82 52 136t130 54t130 -54t52 -136q0 -80 -52 -134.5t-130 -54.5t-130 54.5t-52 134.5zM1516 164q0 82 51 136t129 54t130 -54t52 -136 q0 -80 -52 -134.5t-130 -54.5q-77 0 -128.5 54.5t-51.5 134.5z" />
232
+ <glyph unicode="&#x202f;" horiz-adv-x="365" />
233
+ <glyph unicode="&#x2039;" horiz-adv-x="598" d="M100 410v213l275 295l112 -91l-227 -311l227 -311l-112 -90z" />
234
+ <glyph unicode="&#x203a;" horiz-adv-x="598" d="M111 205l227 311l-227 311l112 91l275 -295v-213l-275 -295z" />
235
+ <glyph unicode="&#x205f;" horiz-adv-x="457" />
236
+ <glyph unicode="&#x20ac;" d="M43 440v142l111 8q-2 18 -2 53t2 53h-111v140l127 10q47 227 192 353t351 126q93 0 180.5 -42t153.5 -118l-168 -161q-88 88 -177 88q-87 0 -145.5 -63t-83.5 -181h438v-152h-456v-43q0 -41 2 -59h372v-154h-352q28 -113 87 -172t145 -59q107 0 188 110l166 -155 q-153 -189 -373 -189q-196 0 -335.5 120.5t-184.5 344.5h-127z" />
237
+ <glyph unicode="&#x2122;" horiz-adv-x="1396" d="M8 1206v178h551v-178h-178v-465h-195v465h-178zM647 741v643h227l78 -184l41 -137h8l43 137l76 184h230v-643h-191v197l23 236h-8l-109 -338h-133l-109 338h-8l23 -236v-197h-191z" />
238
+ <glyph unicode="&#x25fc;" horiz-adv-x="1013" d="M0 0v1014h1014v-1014h-1014z" />
239
+ <glyph unicode="&#xfb01;" horiz-adv-x="1300" d="M49 780v224l135 10v55q0 84 20.5 152.5t63.5 123t117 85t174 30.5q99 0 203 -37l-55 -221q-61 21 -105 21q-117 0 -117 -146v-61h183v-236h-183v-780h-301v780h-135zM844 1323q0 69 49.5 112.5t124.5 43.5q77 0 125.5 -43.5t48.5 -112.5t-49 -113.5t-125 -44.5 q-75 0 -124.5 44.5t-49.5 113.5zM868 0v1016h301v-1016h-301z" />
240
+ <glyph unicode="&#xfb02;" horiz-adv-x="1284" d="M49 780v224l135 10v55q0 84 20.5 152.5t63.5 123t117 85t174 30.5q99 0 203 -37l-55 -221q-61 21 -105 21q-117 0 -117 -146v-61h183v-236h-183v-780h-301v780h-135zM831 315v1121h302v-1133q0 -43 15.5 -63.5t37.5 -20.5q21 0 37 4l37 -223q-59 -25 -152 -25 q-148 0 -212.5 88t-64.5 252z" />
241
+ <hkern u1="&#x2f;" u2="&#xef;" k="-33" />
242
+ <hkern u1="F" u2="&#x2122;" k="-23" />
243
+ <hkern u1="F" u2="&#xef;" k="-66" />
244
+ <hkern u1="F" u2="&#xee;" k="-25" />
245
+ <hkern u1="F" u2="&#xb7;" k="37" />
246
+ <hkern u1="F" u2="&#xae;" k="-12" />
247
+ <hkern u1="F" u2="x" k="74" />
248
+ <hkern u1="F" u2="v" k="70" />
249
+ <hkern u1="F" u2="X" k="57" />
250
+ <hkern u1="F" u2="V" k="12" />
251
+ <hkern u1="F" u2="&#x2f;" k="98" />
252
+ <hkern u1="P" u2="&#xae;" k="-33" />
253
+ <hkern u1="P" u2="x" k="37" />
254
+ <hkern u1="P" u2="X" k="57" />
255
+ <hkern u1="P" u2="&#x2f;" k="102" />
256
+ <hkern u1="V" u2="&#x2122;" k="-119" />
257
+ <hkern u1="V" u2="&#xef;" k="-133" />
258
+ <hkern u1="V" u2="&#xee;" k="-82" />
259
+ <hkern u1="V" u2="&#xec;" k="-35" />
260
+ <hkern u1="V" u2="&#xb7;" k="6" />
261
+ <hkern u1="V" u2="&#xae;" k="-104" />
262
+ <hkern u1="V" u2="x" k="39" />
263
+ <hkern u1="V" u2="v" k="20" />
264
+ <hkern u1="V" u2="&#x2f;" k="55" />
265
+ <hkern u1="X" u2="&#x2122;" k="-41" />
266
+ <hkern u1="X" u2="&#xb7;" k="82" />
267
+ <hkern u1="X" u2="&#xae;" k="25" />
268
+ <hkern u1="X" u2="x" k="20" />
269
+ <hkern u1="X" u2="v" k="53" />
270
+ <hkern u1="X" u2="&#x2a;" k="20" />
271
+ <hkern u1="\" u2="v" k="41" />
272
+ <hkern u1="\" u2="V" k="90" />
273
+ <hkern u1="v" u2="&#x2122;" k="-8" />
274
+ <hkern u1="v" u2="&#xae;" k="-55" />
275
+ <hkern u1="v" u2="V" k="16" />
276
+ <hkern u1="v" u2="&#x2f;" k="41" />
277
+ <hkern u1="x" u2="&#x2122;" k="-8" />
278
+ <hkern u1="x" u2="&#xb7;" k="41" />
279
+ <hkern u1="x" u2="&#xae;" k="-23" />
280
+ <hkern u1="x" u2="X" k="20" />
281
+ <hkern u1="x" u2="V" k="33" />
282
+ <hkern u1="x" u2="&#x2a;" k="8" />
283
+ <hkern u1="&#xa1;" u2="V" k="106" />
284
+ <hkern u1="&#xb7;" u2="x" k="41" />
285
+ <hkern u1="&#xb7;" u2="X" k="74" />
286
+ <hkern u1="&#xb7;" u2="V" k="74" />
287
+ <hkern u1="&#xbf;" u2="X" k="141" />
288
+ <hkern u1="&#xbf;" u2="V" k="180" />
289
+ <hkern u1="&#xde;" u2="&#x2122;" k="57" />
290
+ <hkern u1="&#xde;" u2="\" k="82" />
291
+ <hkern u1="&#xde;" u2="&#x2f;" k="63" />
292
+ <hkern u1="&#xde;" u2="&#x2a;" k="80" />
293
+ <hkern u1="&#xdf;" u2="&#xae;" k="109" />
294
+ <hkern u1="&#xdf;" u2="v" k="53" />
295
+ <hkern u1="&#xdf;" u2="\" k="74" />
296
+ <hkern g1="exclam" g2="quoteright,quotedblright" k="106" />
297
+ <hkern g1="exclamdown" g2="W" k="53" />
298
+ <hkern g1="exclamdown" g2="Y,Yacute,Ydieresis" k="143" />
299
+ <hkern g1="exclamdown" g2="j" k="-49" />
300
+ <hkern g1="periodcentered" g2="T" k="139" />
301
+ <hkern g1="periodcentered" g2="Y,Yacute,Ydieresis" k="180" />
302
+ <hkern g1="periodcentered" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="57" />
303
+ <hkern g1="periodcentered" g2="S" k="57" />
304
+ <hkern g1="periodcentered" g2="Z" k="66" />
305
+ <hkern g1="questiondown" g2="T" k="197" />
306
+ <hkern g1="questiondown" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="111" />
307
+ <hkern g1="questiondown" g2="W" k="111" />
308
+ <hkern g1="questiondown" g2="Y,Yacute,Ydieresis" k="258" />
309
+ <hkern g1="questiondown" g2="j" k="-92" />
310
+ <hkern g1="questiondown" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="182" />
311
+ <hkern g1="questiondown" g2="S" k="123" />
312
+ <hkern g1="questiondown" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="174" />
313
+ <hkern g1="questiondown" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="109" />
314
+ <hkern g1="questiondown" g2="f,uniFB01,uniFB02" k="182" />
315
+ <hkern g1="questiondown" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="72" />
316
+ <hkern g1="slash" g2="g" k="20" />
317
+ <hkern g1="slash" g2="j" k="-14" />
318
+ <hkern g1="slash" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="82" />
319
+ <hkern g1="slash" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="57" />
320
+ <hkern g1="slash" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="33" />
321
+ <hkern g1="slash" g2="J" k="164" />
322
+ <hkern g1="slash" g2="i,igrave,iacute,icircumflex,idieresis" k="-14" />
323
+ <hkern g1="slash" g2="t" k="10" />
324
+ <hkern g1="slash" g2="u,ugrave,uacute,ucircumflex,udieresis" k="41" />
325
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="T" k="82" />
326
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="23" />
327
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="Y,Yacute,Ydieresis" k="37" />
328
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="y,yacute,ydieresis" k="37" />
329
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="quoteright,quotedblright" k="164" />
330
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20" />
331
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="f,uniFB01,uniFB02" k="20" />
332
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="t" k="37" />
333
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="asterisk" k="172" />
334
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="backslash" k="82" />
335
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="periodcentered" k="57" />
336
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="registered" k="193" />
337
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="trademark" k="147" />
338
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="V" k="37" />
339
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="X" k="12" />
340
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="question" k="74" />
341
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="quotedbl,quotesingle" k="147" />
342
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="quoteleft,quotedblleft" k="166" />
343
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="v" k="37" />
344
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="w" k="16" />
345
+ <hkern g1="B" g2="T" k="57" />
346
+ <hkern g1="B" g2="W" k="16" />
347
+ <hkern g1="B" g2="Y,Yacute,Ydieresis" k="37" />
348
+ <hkern g1="B" g2="y,yacute,ydieresis" k="37" />
349
+ <hkern g1="B" g2="S" k="37" />
350
+ <hkern g1="B" g2="Z" k="16" />
351
+ <hkern g1="B" g2="J" k="39" />
352
+ <hkern g1="B" g2="t" k="20" />
353
+ <hkern g1="B" g2="asterisk" k="61" />
354
+ <hkern g1="B" g2="periodcentered" k="41" />
355
+ <hkern g1="B" g2="trademark" k="41" />
356
+ <hkern g1="B" g2="V" k="27" />
357
+ <hkern g1="B" g2="X" k="16" />
358
+ <hkern g1="B" g2="v" k="37" />
359
+ <hkern g1="B" g2="w" k="20" />
360
+ <hkern g1="B" g2="x" k="20" />
361
+ <hkern g1="C,Ccedilla" g2="T" k="25" />
362
+ <hkern g1="C,Ccedilla" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="37" />
363
+ <hkern g1="C,Ccedilla" g2="W" k="16" />
364
+ <hkern g1="C,Ccedilla" g2="Y,Yacute,Ydieresis" k="33" />
365
+ <hkern g1="C,Ccedilla" g2="g" k="41" />
366
+ <hkern g1="C,Ccedilla" g2="y,yacute,ydieresis" k="37" />
367
+ <hkern g1="C,Ccedilla" g2="S" k="57" />
368
+ <hkern g1="C,Ccedilla" g2="Z" k="20" />
369
+ <hkern g1="C,Ccedilla" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="76" />
370
+ <hkern g1="C,Ccedilla" g2="J" k="20" />
371
+ <hkern g1="C,Ccedilla" g2="t" k="37" />
372
+ <hkern g1="C,Ccedilla" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20" />
373
+ <hkern g1="C,Ccedilla" g2="periodcentered" k="147" />
374
+ <hkern g1="C,Ccedilla" g2="registered" k="-8" />
375
+ <hkern g1="C,Ccedilla" g2="trademark" k="-12" />
376
+ <hkern g1="C,Ccedilla" g2="V" k="16" />
377
+ <hkern g1="C,Ccedilla" g2="X" k="16" />
378
+ <hkern g1="C,Ccedilla" g2="v" k="37" />
379
+ <hkern g1="C,Ccedilla" g2="w" k="20" />
380
+ <hkern g1="C,Ccedilla" g2="hyphen,uni00AD,endash,emdash" k="74" />
381
+ <hkern g1="C,Ccedilla" g2="guillemotleft,guilsinglleft" k="37" />
382
+ <hkern g1="G" g2="T" k="41" />
383
+ <hkern g1="G" g2="W" k="16" />
384
+ <hkern g1="G" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="16" />
385
+ <hkern g1="G" g2="asterisk" k="45" />
386
+ <hkern g1="G" g2="registered" k="25" />
387
+ <hkern g1="G" g2="trademark" k="20" />
388
+ <hkern g1="G" g2="V" k="37" />
389
+ <hkern g1="K" g2="T" k="53" />
390
+ <hkern g1="K" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="37" />
391
+ <hkern g1="K" g2="W" k="20" />
392
+ <hkern g1="K" g2="Y,Yacute,Ydieresis" k="53" />
393
+ <hkern g1="K" g2="j" k="20" />
394
+ <hkern g1="K" g2="y,yacute,ydieresis" k="70" />
395
+ <hkern g1="K" g2="quoteright,quotedblright" k="98" />
396
+ <hkern g1="K" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="20" />
397
+ <hkern g1="K" g2="S" k="43" />
398
+ <hkern g1="K" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="57" />
399
+ <hkern g1="K" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="33" />
400
+ <hkern g1="K" g2="t" k="74" />
401
+ <hkern g1="K" g2="u,ugrave,uacute,ucircumflex,udieresis" k="23" />
402
+ <hkern g1="K" g2="asterisk" k="70" />
403
+ <hkern g1="K" g2="periodcentered" k="115" />
404
+ <hkern g1="K" g2="registered" k="57" />
405
+ <hkern g1="K" g2="trademark" k="-8" />
406
+ <hkern g1="K" g2="V" k="37" />
407
+ <hkern g1="K" g2="question" k="33" />
408
+ <hkern g1="K" g2="quotedbl,quotesingle" k="70" />
409
+ <hkern g1="K" g2="quoteleft,quotedblleft" k="98" />
410
+ <hkern g1="K" g2="v" k="70" />
411
+ <hkern g1="K" g2="w" k="53" />
412
+ <hkern g1="K" g2="x" k="53" />
413
+ <hkern g1="K" g2="hyphen,uni00AD,endash,emdash" k="106" />
414
+ <hkern g1="K" g2="guillemotleft,guilsinglleft" k="20" />
415
+ <hkern g1="K" g2="z" k="37" />
416
+ <hkern g1="L" g2="T" k="246" />
417
+ <hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="76" />
418
+ <hkern g1="L" g2="W" k="121" />
419
+ <hkern g1="L" g2="Y,Yacute,Ydieresis" k="176" />
420
+ <hkern g1="L" g2="g" k="16" />
421
+ <hkern g1="L" g2="y,yacute,ydieresis" k="109" />
422
+ <hkern g1="L" g2="quoteright,quotedblright" k="221" />
423
+ <hkern g1="L" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="12" />
424
+ <hkern g1="L" g2="S" k="57" />
425
+ <hkern g1="L" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="74" />
426
+ <hkern g1="L" g2="f,uniFB01,uniFB02" k="37" />
427
+ <hkern g1="L" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="29" />
428
+ <hkern g1="L" g2="t" k="55" />
429
+ <hkern g1="L" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20" />
430
+ <hkern g1="L" g2="asterisk" k="352" />
431
+ <hkern g1="L" g2="backslash" k="164" />
432
+ <hkern g1="L" g2="periodcentered" k="229" />
433
+ <hkern g1="L" g2="registered" k="229" />
434
+ <hkern g1="L" g2="trademark" k="262" />
435
+ <hkern g1="L" g2="V" k="162" />
436
+ <hkern g1="L" g2="question" k="106" />
437
+ <hkern g1="L" g2="quotedbl,quotesingle" k="287" />
438
+ <hkern g1="L" g2="quoteleft,quotedblleft" k="221" />
439
+ <hkern g1="L" g2="v" k="109" />
440
+ <hkern g1="L" g2="w" k="78" />
441
+ <hkern g1="L" g2="hyphen,uni00AD,endash,emdash" k="90" />
442
+ <hkern g1="L" g2="guillemotleft,guilsinglleft" k="49" />
443
+ <hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="T" k="41" />
444
+ <hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="Y,Yacute,Ydieresis" k="41" />
445
+ <hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="20" />
446
+ <hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="Z" k="41" />
447
+ <hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="J" k="111" />
448
+ <hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="asterisk" k="49" />
449
+ <hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="trademark" k="74" />
450
+ <hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="slash" k="8" />
451
+ <hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="V" k="20" />
452
+ <hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="X" k="53" />
453
+ <hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="z" k="33" />
454
+ <hkern g1="R" g2="T" k="41" />
455
+ <hkern g1="R" g2="Y,Yacute,Ydieresis" k="37" />
456
+ <hkern g1="R" g2="g" k="20" />
457
+ <hkern g1="R" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="20" />
458
+ <hkern g1="R" g2="S" k="29" />
459
+ <hkern g1="R" g2="Z" k="20" />
460
+ <hkern g1="R" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20" />
461
+ <hkern g1="R" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="20" />
462
+ <hkern g1="R" g2="J" k="25" />
463
+ <hkern g1="R" g2="asterisk" k="20" />
464
+ <hkern g1="R" g2="periodcentered" k="20" />
465
+ <hkern g1="R" g2="registered" k="-8" />
466
+ <hkern g1="R" g2="V" k="37" />
467
+ <hkern g1="R" g2="X" k="20" />
468
+ <hkern g1="R" g2="x" k="37" />
469
+ <hkern g1="R" g2="hyphen,uni00AD,endash,emdash" k="66" />
470
+ <hkern g1="R" g2="guillemotleft,guilsinglleft" k="61" />
471
+ <hkern g1="R" g2="z" k="37" />
472
+ <hkern g1="R" g2="guillemotright,guilsinglright" k="37" />
473
+ <hkern g1="S" g2="T" k="41" />
474
+ <hkern g1="S" g2="Y,Yacute,Ydieresis" k="33" />
475
+ <hkern g1="S" g2="S" k="37" />
476
+ <hkern g1="S" g2="J" k="37" />
477
+ <hkern g1="S" g2="asterisk" k="25" />
478
+ <hkern g1="S" g2="registered" k="12" />
479
+ <hkern g1="S" g2="z" k="29" />
480
+ <hkern g1="T" g2="Y,Yacute,Ydieresis" k="37" />
481
+ <hkern g1="T" g2="g" k="131" />
482
+ <hkern g1="T" g2="y,yacute,ydieresis" k="49" />
483
+ <hkern g1="T" g2="comma,period,ellipsis" k="238" />
484
+ <hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="82" />
485
+ <hkern g1="T" g2="S" k="51" />
486
+ <hkern g1="T" g2="Z" k="90" />
487
+ <hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="57" />
488
+ <hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="131" />
489
+ <hkern g1="T" g2="f,uniFB01,uniFB02" k="25" />
490
+ <hkern g1="T" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="156" />
491
+ <hkern g1="T" g2="J" k="250" />
492
+ <hkern g1="T" g2="t" k="25" />
493
+ <hkern g1="T" g2="u,ugrave,uacute,ucircumflex,udieresis" k="86" />
494
+ <hkern g1="T" g2="periodcentered" k="139" />
495
+ <hkern g1="T" g2="registered" k="-41" />
496
+ <hkern g1="T" g2="trademark" k="-49" />
497
+ <hkern g1="T" g2="slash" k="139" />
498
+ <hkern g1="T" g2="X" k="41" />
499
+ <hkern g1="T" g2="v" k="49" />
500
+ <hkern g1="T" g2="w" k="49" />
501
+ <hkern g1="T" g2="x" k="51" />
502
+ <hkern g1="T" g2="hyphen,uni00AD,endash,emdash" k="164" />
503
+ <hkern g1="T" g2="guillemotleft,guilsinglleft" k="115" />
504
+ <hkern g1="T" g2="m,n,p,r,ntilde" k="86" />
505
+ <hkern g1="T" g2="s" k="123" />
506
+ <hkern g1="T" g2="z" k="131" />
507
+ <hkern g1="T" g2="guillemotright,guilsinglright" k="82" />
508
+ <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="Y,Yacute,Ydieresis" k="37" />
509
+ <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="g" k="20" />
510
+ <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="comma,period,ellipsis" k="53" />
511
+ <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="25" />
512
+ <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="S" k="20" />
513
+ <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="16" />
514
+ <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="J" k="115" />
515
+ <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="slash" k="33" />
516
+ <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="V" k="20" />
517
+ <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="X" k="20" />
518
+ <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="x" k="33" />
519
+ <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="s" k="16" />
520
+ <hkern g1="W" g2="g" k="8" />
521
+ <hkern g1="W" g2="comma,period,ellipsis" k="78" />
522
+ <hkern g1="W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="25" />
523
+ <hkern g1="W" g2="J" k="96" />
524
+ <hkern g1="W" g2="registered" k="-51" />
525
+ <hkern g1="W" g2="trademark" k="-78" />
526
+ <hkern g1="W" g2="slash" k="16" />
527
+ <hkern g1="W" g2="hyphen,uni00AD,endash,emdash" k="16" />
528
+ <hkern g1="W" g2="guillemotleft,guilsinglleft" k="20" />
529
+ <hkern g1="W" g2="z" k="20" />
530
+ <hkern g1="W" g2="guillemotright,guilsinglright" k="53" />
531
+ <hkern g1="Y,Yacute,Ydieresis" g2="T" k="37" />
532
+ <hkern g1="Y,Yacute,Ydieresis" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="20" />
533
+ <hkern g1="Y,Yacute,Ydieresis" g2="g" k="123" />
534
+ <hkern g1="Y,Yacute,Ydieresis" g2="y,yacute,ydieresis" k="37" />
535
+ <hkern g1="Y,Yacute,Ydieresis" g2="quoteright,quotedblright" k="10" />
536
+ <hkern g1="Y,Yacute,Ydieresis" g2="comma,period,ellipsis" k="229" />
537
+ <hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="37" />
538
+ <hkern g1="Y,Yacute,Ydieresis" g2="S" k="39" />
539
+ <hkern g1="Y,Yacute,Ydieresis" g2="Z" k="45" />
540
+ <hkern g1="Y,Yacute,Ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="37" />
541
+ <hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="156" />
542
+ <hkern g1="Y,Yacute,Ydieresis" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="113" />
543
+ <hkern g1="Y,Yacute,Ydieresis" g2="J" k="205" />
544
+ <hkern g1="Y,Yacute,Ydieresis" g2="t" k="37" />
545
+ <hkern g1="Y,Yacute,Ydieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="78" />
546
+ <hkern g1="Y,Yacute,Ydieresis" g2="periodcentered" k="115" />
547
+ <hkern g1="Y,Yacute,Ydieresis" g2="registered" k="-49" />
548
+ <hkern g1="Y,Yacute,Ydieresis" g2="trademark" k="-86" />
549
+ <hkern g1="Y,Yacute,Ydieresis" g2="slash" k="96" />
550
+ <hkern g1="Y,Yacute,Ydieresis" g2="question" k="33" />
551
+ <hkern g1="Y,Yacute,Ydieresis" g2="v" k="37" />
552
+ <hkern g1="Y,Yacute,Ydieresis" g2="w" k="57" />
553
+ <hkern g1="Y,Yacute,Ydieresis" g2="x" k="78" />
554
+ <hkern g1="Y,Yacute,Ydieresis" g2="hyphen,uni00AD,endash,emdash" k="156" />
555
+ <hkern g1="Y,Yacute,Ydieresis" g2="guillemotleft,guilsinglleft" k="150" />
556
+ <hkern g1="Y,Yacute,Ydieresis" g2="m,n,p,r,ntilde" k="82" />
557
+ <hkern g1="Y,Yacute,Ydieresis" g2="s" k="113" />
558
+ <hkern g1="Y,Yacute,Ydieresis" g2="z" k="115" />
559
+ <hkern g1="Y,Yacute,Ydieresis" g2="guillemotright,guilsinglright" k="143" />
560
+ <hkern g1="Y,Yacute,Ydieresis" g2="colon,semicolon" k="74" />
561
+ <hkern g1="Z" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="20" />
562
+ <hkern g1="Z" g2="Y,Yacute,Ydieresis" k="37" />
563
+ <hkern g1="Z" g2="g" k="23" />
564
+ <hkern g1="Z" g2="y,yacute,ydieresis" k="25" />
565
+ <hkern g1="Z" g2="S" k="61" />
566
+ <hkern g1="Z" g2="Z" k="20" />
567
+ <hkern g1="Z" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="41" />
568
+ <hkern g1="Z" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="25" />
569
+ <hkern g1="Z" g2="f,uniFB01,uniFB02" k="41" />
570
+ <hkern g1="Z" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="27" />
571
+ <hkern g1="Z" g2="J" k="49" />
572
+ <hkern g1="Z" g2="t" k="37" />
573
+ <hkern g1="Z" g2="u,ugrave,uacute,ucircumflex,udieresis" k="29" />
574
+ <hkern g1="Z" g2="periodcentered" k="123" />
575
+ <hkern g1="Z" g2="registered" k="-41" />
576
+ <hkern g1="Z" g2="trademark" k="-41" />
577
+ <hkern g1="Z" g2="v" k="25" />
578
+ <hkern g1="Z" g2="w" k="25" />
579
+ <hkern g1="Z" g2="hyphen,uni00AD,endash,emdash" k="49" />
580
+ <hkern g1="Z" g2="guillemotleft,guilsinglleft" k="49" />
581
+ <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="T" k="57" />
582
+ <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="W" k="16" />
583
+ <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="Y,Yacute,Ydieresis" k="57" />
584
+ <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="quoteright,quotedblright" k="53" />
585
+ <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="asterisk" k="90" />
586
+ <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="V" k="53" />
587
+ <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="question" k="66" />
588
+ <hkern g1="c,ccedilla" g2="T" k="41" />
589
+ <hkern g1="c,ccedilla" g2="Y,Yacute,Ydieresis" k="57" />
590
+ <hkern g1="c,ccedilla" g2="g" k="20" />
591
+ <hkern g1="c,ccedilla" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20" />
592
+ <hkern g1="c,ccedilla" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="57" />
593
+ <hkern g1="c,ccedilla" g2="periodcentered" k="37" />
594
+ <hkern g1="c,ccedilla" g2="registered" k="-12" />
595
+ <hkern g1="c,ccedilla" g2="V" k="37" />
596
+ <hkern g1="c,ccedilla" g2="x" k="10" />
597
+ <hkern g1="c,ccedilla" g2="hyphen,uni00AD,endash,emdash" k="70" />
598
+ <hkern g1="colon,semicolon" g2="Y,Yacute,Ydieresis" k="74" />
599
+ <hkern g1="colon,semicolon" g2="j" k="-8" />
600
+ <hkern g1="colon,semicolon" g2="asterisk" k="57" />
601
+ <hkern g1="comma,period,ellipsis" g2="T" k="238" />
602
+ <hkern g1="comma,period,ellipsis" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="55" />
603
+ <hkern g1="comma,period,ellipsis" g2="W" k="78" />
604
+ <hkern g1="comma,period,ellipsis" g2="Y,Yacute,Ydieresis" k="229" />
605
+ <hkern g1="comma,period,ellipsis" g2="j" k="-74" />
606
+ <hkern g1="comma,period,ellipsis" g2="y,yacute,ydieresis" k="41" />
607
+ <hkern g1="comma,period,ellipsis" g2="quoteright,quotedblright" k="297" />
608
+ <hkern g1="comma,period,ellipsis" g2="t" k="45" />
609
+ <hkern g1="comma,period,ellipsis" g2="asterisk" k="344" />
610
+ <hkern g1="comma,period,ellipsis" g2="V" k="188" />
611
+ <hkern g1="comma,period,ellipsis" g2="quotedbl,quotesingle" k="262" />
612
+ <hkern g1="comma,period,ellipsis" g2="quoteleft,quotedblleft" k="256" />
613
+ <hkern g1="comma,period,ellipsis" g2="v" k="123" />
614
+ <hkern g1="comma,period,ellipsis" g2="w" k="72" />
615
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="T" k="57" />
616
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="W" k="20" />
617
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="Y,Yacute,Ydieresis" k="74" />
618
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="g" k="20" />
619
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="y,yacute,ydieresis" k="12" />
620
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="quoteright,quotedblright" k="20" />
621
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="S" k="41" />
622
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="23" />
623
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="f,uniFB01,uniFB02" k="10" />
624
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="J" k="41" />
625
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="t" k="37" />
626
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="asterisk" k="49" />
627
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="backslash" k="70" />
628
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="periodcentered" k="16" />
629
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="registered" k="31" />
630
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="trademark" k="53" />
631
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="V" k="53" />
632
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="question" k="33" />
633
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="v" k="12" />
634
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="w" k="12" />
635
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="x" k="33" />
636
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="guillemotleft,guilsinglleft" k="31" />
637
+ <hkern g1="f" g2="T" k="-86" />
638
+ <hkern g1="f" g2="W" k="-86" />
639
+ <hkern g1="f" g2="Y,Yacute,Ydieresis" k="-86" />
640
+ <hkern g1="f" g2="g" k="23" />
641
+ <hkern g1="f" g2="j" k="20" />
642
+ <hkern g1="f" g2="quoteright,quotedblright" k="-49" />
643
+ <hkern g1="f" g2="comma,period,ellipsis" k="131" />
644
+ <hkern g1="f" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="41" />
645
+ <hkern g1="f" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="20" />
646
+ <hkern g1="f" g2="u,ugrave,uacute,ucircumflex,udieresis" k="8" />
647
+ <hkern g1="f" g2="backslash" k="-66" />
648
+ <hkern g1="f" g2="periodcentered" k="41" />
649
+ <hkern g1="f" g2="registered" k="-102" />
650
+ <hkern g1="f" g2="trademark" k="-147" />
651
+ <hkern g1="f" g2="slash" k="8" />
652
+ <hkern g1="f" g2="exclam" k="-8" />
653
+ <hkern g1="f" g2="V" k="-119" />
654
+ <hkern g1="f" g2="X" k="-49" />
655
+ <hkern g1="f" g2="question" k="-45" />
656
+ <hkern g1="f" g2="quotedbl,quotesingle" k="-82" />
657
+ <hkern g1="f" g2="quoteleft,quotedblleft" k="-49" />
658
+ <hkern g1="f" g2="v" k="-8" />
659
+ <hkern g1="f" g2="x" k="16" />
660
+ <hkern g1="f" g2="hyphen,uni00AD,endash,emdash" k="37" />
661
+ <hkern g1="f" g2="s" k="16" />
662
+ <hkern g1="f" g2="z" k="37" />
663
+ <hkern g1="f" g2="parenright,bracketright,braceright" k="-72" />
664
+ <hkern g1="g" g2="T" k="74" />
665
+ <hkern g1="g" g2="Y,Yacute,Ydieresis" k="37" />
666
+ <hkern g1="g" g2="j" k="-94" />
667
+ <hkern g1="g" g2="y,yacute,ydieresis" k="16" />
668
+ <hkern g1="g" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="39" />
669
+ <hkern g1="g" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="37" />
670
+ <hkern g1="g" g2="asterisk" k="49" />
671
+ <hkern g1="g" g2="registered" k="-8" />
672
+ <hkern g1="g" g2="slash" k="-57" />
673
+ <hkern g1="g" g2="question" k="94" />
674
+ <hkern g1="g" g2="v" k="16" />
675
+ <hkern g1="g" g2="w" k="16" />
676
+ <hkern g1="g" g2="z" k="37" />
677
+ <hkern g1="g" g2="parenright,bracketright,braceright" k="-8" />
678
+ <hkern g1="k" g2="T" k="100" />
679
+ <hkern g1="k" g2="Y,Yacute,Ydieresis" k="37" />
680
+ <hkern g1="k" g2="g" k="20" />
681
+ <hkern g1="k" g2="j" k="20" />
682
+ <hkern g1="k" g2="quoteright,quotedblright" k="74" />
683
+ <hkern g1="k" g2="comma,period,ellipsis" k="-8" />
684
+ <hkern g1="k" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20" />
685
+ <hkern g1="k" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="57" />
686
+ <hkern g1="k" g2="t" k="37" />
687
+ <hkern g1="k" g2="u,ugrave,uacute,ucircumflex,udieresis" k="37" />
688
+ <hkern g1="k" g2="asterisk" k="8" />
689
+ <hkern g1="k" g2="periodcentered" k="74" />
690
+ <hkern g1="k" g2="registered" k="33" />
691
+ <hkern g1="k" g2="trademark" k="41" />
692
+ <hkern g1="k" g2="question" k="66" />
693
+ <hkern g1="k" g2="x" k="16" />
694
+ <hkern g1="k" g2="hyphen,uni00AD,endash,emdash" k="174" />
695
+ <hkern g1="k" g2="guillemotleft,guilsinglleft" k="74" />
696
+ <hkern g1="k" g2="z" k="33" />
697
+ <hkern g1="k" g2="guillemotright,guilsinglright" k="33" />
698
+ <hkern g1="h,m,n,ntilde" g2="T" k="57" />
699
+ <hkern g1="h,m,n,ntilde" g2="Y,Yacute,Ydieresis" k="53" />
700
+ <hkern g1="h,m,n,ntilde" g2="asterisk" k="49" />
701
+ <hkern g1="h,m,n,ntilde" g2="trademark" k="41" />
702
+ <hkern g1="h,m,n,ntilde" g2="V" k="20" />
703
+ <hkern g1="h,m,n,ntilde" g2="question" k="33" />
704
+ <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="T" k="121" />
705
+ <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="Y,Yacute,Ydieresis" k="115" />
706
+ <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="y,yacute,ydieresis" k="16" />
707
+ <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="quoteright,quotedblright" k="74" />
708
+ <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="comma,period,ellipsis" k="20" />
709
+ <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="23" />
710
+ <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="f,uniFB01,uniFB02" k="10" />
711
+ <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="backslash" k="74" />
712
+ <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="registered" k="33" />
713
+ <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="V" k="41" />
714
+ <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="X" k="16" />
715
+ <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="question" k="66" />
716
+ <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="quoteleft,quotedblleft" k="8" />
717
+ <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="v" k="16" />
718
+ <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="w" k="16" />
719
+ <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="x" k="53" />
720
+ <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="s" k="10" />
721
+ <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="z" k="27" />
722
+ <hkern g1="quoteleft,quotedblleft" g2="Y,Yacute,Ydieresis" k="10" />
723
+ <hkern g1="quoteleft,quotedblleft" g2="g" k="49" />
724
+ <hkern g1="quoteleft,quotedblleft" g2="comma,period,ellipsis" k="254" />
725
+ <hkern g1="quoteleft,quotedblleft" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="164" />
726
+ <hkern g1="quoteleft,quotedblleft" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="70" />
727
+ <hkern g1="quoteleft,quotedblleft" g2="f,uniFB01,uniFB02" k="37" />
728
+ <hkern g1="quoteleft,quotedblleft" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="49" />
729
+ <hkern g1="quoteleft,quotedblleft" g2="exclamdown" k="90" />
730
+ <hkern g1="quoteleft,quotedblleft" g2="questiondown" k="254" />
731
+ <hkern g1="quoteleft,quotedblleft" g2="X" k="33" />
732
+ <hkern g1="r" g2="g" k="20" />
733
+ <hkern g1="r" g2="y,yacute,ydieresis" k="-10" />
734
+ <hkern g1="r" g2="quoteright,quotedblright" k="33" />
735
+ <hkern g1="r" g2="comma,period,ellipsis" k="180" />
736
+ <hkern g1="r" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="41" />
737
+ <hkern g1="r" g2="Z" k="20" />
738
+ <hkern g1="r" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="59" />
739
+ <hkern g1="r" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="20" />
740
+ <hkern g1="r" g2="J" k="150" />
741
+ <hkern g1="r" g2="backslash" k="-8" />
742
+ <hkern g1="r" g2="periodcentered" k="25" />
743
+ <hkern g1="r" g2="registered" k="-66" />
744
+ <hkern g1="r" g2="slash" k="49" />
745
+ <hkern g1="r" g2="quoteleft,quotedblleft" k="-49" />
746
+ <hkern g1="r" g2="v" k="-10" />
747
+ <hkern g1="r" g2="w" k="-8" />
748
+ <hkern g1="r" g2="hyphen,uni00AD,endash,emdash" k="57" />
749
+ <hkern g1="r" g2="guillemotleft,guilsinglleft" k="41" />
750
+ <hkern g1="r" g2="s" k="20" />
751
+ <hkern g1="r" g2="z" k="20" />
752
+ <hkern g1="s" g2="T" k="57" />
753
+ <hkern g1="s" g2="Y,Yacute,Ydieresis" k="41" />
754
+ <hkern g1="s" g2="quoteright,quotedblright" k="51" />
755
+ <hkern g1="s" g2="asterisk" k="57" />
756
+ <hkern g1="s" g2="V" k="20" />
757
+ <hkern g1="s" g2="question" k="51" />
758
+ <hkern g1="s" g2="hyphen,uni00AD,endash,emdash" k="-20" />
759
+ <hkern g1="t" g2="T" k="37" />
760
+ <hkern g1="t" g2="Y,Yacute,Ydieresis" k="16" />
761
+ <hkern g1="t" g2="g" k="20" />
762
+ <hkern g1="t" g2="comma,period,ellipsis" k="-8" />
763
+ <hkern g1="t" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="25" />
764
+ <hkern g1="t" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="20" />
765
+ <hkern g1="t" g2="periodcentered" k="41" />
766
+ <hkern g1="t" g2="registered" k="-49" />
767
+ <hkern g1="t" g2="slash" k="-8" />
768
+ <hkern g1="t" g2="question" k="74" />
769
+ <hkern g1="t" g2="hyphen,uni00AD,endash,emdash" k="74" />
770
+ <hkern g1="t" g2="guillemotleft,guilsinglleft" k="25" />
771
+ <hkern g1="t" g2="colon,semicolon" k="-8" />
772
+ <hkern g1="q,u,ugrave,uacute,ucircumflex,udieresis" g2="T" k="41" />
773
+ <hkern g1="q,u,ugrave,uacute,ucircumflex,udieresis" g2="Y,Yacute,Ydieresis" k="61" />
774
+ <hkern g1="q,u,ugrave,uacute,ucircumflex,udieresis" g2="asterisk" k="29" />
775
+ <hkern g1="q,u,ugrave,uacute,ucircumflex,udieresis" g2="V" k="37" />
776
+ <hkern g1="w" g2="T" k="57" />
777
+ <hkern g1="w" g2="Y,Yacute,Ydieresis" k="51" />
778
+ <hkern g1="w" g2="j" k="20" />
779
+ <hkern g1="w" g2="comma,period,ellipsis" k="170" />
780
+ <hkern g1="w" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="16" />
781
+ <hkern g1="w" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20" />
782
+ <hkern g1="w" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="16" />
783
+ <hkern g1="w" g2="J" k="61" />
784
+ <hkern g1="w" g2="registered" k="-23" />
785
+ <hkern g1="w" g2="trademark" k="-8" />
786
+ <hkern g1="w" g2="V" k="16" />
787
+ <hkern g1="w" g2="X" k="37" />
788
+ <hkern g1="w" g2="z" k="53" />
789
+ <hkern g1="y,yacute,ydieresis" g2="T" k="41" />
790
+ <hkern g1="y,yacute,ydieresis" g2="Y,Yacute,Ydieresis" k="33" />
791
+ <hkern g1="y,yacute,ydieresis" g2="j" k="20" />
792
+ <hkern g1="y,yacute,ydieresis" g2="comma,period,ellipsis" k="123" />
793
+ <hkern g1="y,yacute,ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="41" />
794
+ <hkern g1="y,yacute,ydieresis" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="16" />
795
+ <hkern g1="y,yacute,ydieresis" g2="J" k="82" />
796
+ <hkern g1="y,yacute,ydieresis" g2="registered" k="-55" />
797
+ <hkern g1="y,yacute,ydieresis" g2="trademark" k="-8" />
798
+ <hkern g1="y,yacute,ydieresis" g2="slash" k="8" />
799
+ <hkern g1="y,yacute,ydieresis" g2="V" k="16" />
800
+ <hkern g1="y,yacute,ydieresis" g2="X" k="16" />
801
+ <hkern g1="y,yacute,ydieresis" g2="z" k="57" />
802
+ <hkern g1="z" g2="T" k="45" />
803
+ <hkern g1="z" g2="Y,Yacute,Ydieresis" k="16" />
804
+ <hkern g1="z" g2="y,yacute,ydieresis" k="16" />
805
+ <hkern g1="z" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="29" />
806
+ <hkern g1="z" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="20" />
807
+ <hkern g1="z" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20" />
808
+ <hkern g1="z" g2="registered" k="-14" />
809
+ <hkern g1="z" g2="trademark" k="-8" />
810
+ <hkern g1="z" g2="v" k="16" />
811
+ <hkern g1="z" g2="hyphen,uni00AD,endash,emdash" k="53" />
812
+ <hkern g1="F" g2="W" k="12" />
813
+ <hkern g1="F" g2="Y,Yacute,Ydieresis" k="29" />
814
+ <hkern g1="F" g2="g" k="57" />
815
+ <hkern g1="F" g2="y,yacute,ydieresis" k="53" />
816
+ <hkern g1="F" g2="comma,period,ellipsis" k="188" />
817
+ <hkern g1="F" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="80" />
818
+ <hkern g1="F" g2="S" k="55" />
819
+ <hkern g1="F" g2="Z" k="61" />
820
+ <hkern g1="F" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20" />
821
+ <hkern g1="F" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="78" />
822
+ <hkern g1="F" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="37" />
823
+ <hkern g1="F" g2="J" k="274" />
824
+ <hkern g1="F" g2="t" k="20" />
825
+ <hkern g1="F" g2="u,ugrave,uacute,ucircumflex,udieresis" k="39" />
826
+ <hkern g1="F" g2="w" k="53" />
827
+ <hkern g1="F" g2="guillemotleft,guilsinglleft" k="41" />
828
+ <hkern g1="F" g2="m,n,p,r,ntilde" k="41" />
829
+ <hkern g1="F" g2="s" k="55" />
830
+ <hkern g1="F" g2="z" k="106" />
831
+ <hkern g1="J" g2="comma,period,ellipsis" k="57" />
832
+ <hkern g1="J" g2="J" k="82" />
833
+ <hkern g1="P" g2="T" k="29" />
834
+ <hkern g1="P" g2="Y,Yacute,Ydieresis" k="20" />
835
+ <hkern g1="P" g2="g" k="33" />
836
+ <hkern g1="P" g2="comma,period,ellipsis" k="270" />
837
+ <hkern g1="P" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="102" />
838
+ <hkern g1="P" g2="S" k="20" />
839
+ <hkern g1="P" g2="Z" k="104" />
840
+ <hkern g1="P" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="70" />
841
+ <hkern g1="P" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="43" />
842
+ <hkern g1="P" g2="J" k="291" />
843
+ <hkern g1="P" g2="hyphen,uni00AD,endash,emdash" k="14" />
844
+ <hkern g1="P" g2="guillemotleft,guilsinglleft" k="41" />
845
+ <hkern g1="P" g2="s" k="20" />
846
+ <hkern g1="P" g2="z" k="41" />
847
+ <hkern g1="V" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="20" />
848
+ <hkern g1="V" g2="g" k="41" />
849
+ <hkern g1="V" g2="y,yacute,ydieresis" k="20" />
850
+ <hkern g1="V" g2="comma,period,ellipsis" k="156" />
851
+ <hkern g1="V" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="37" />
852
+ <hkern g1="V" g2="S" k="25" />
853
+ <hkern g1="V" g2="Z" k="41" />
854
+ <hkern g1="V" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20" />
855
+ <hkern g1="V" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="72" />
856
+ <hkern g1="V" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="39" />
857
+ <hkern g1="V" g2="J" k="131" />
858
+ <hkern g1="V" g2="u,ugrave,uacute,ucircumflex,udieresis" k="61" />
859
+ <hkern g1="V" g2="w" k="20" />
860
+ <hkern g1="V" g2="hyphen,uni00AD,endash,emdash" k="41" />
861
+ <hkern g1="V" g2="guillemotleft,guilsinglleft" k="41" />
862
+ <hkern g1="V" g2="m,n,p,r,ntilde" k="41" />
863
+ <hkern g1="V" g2="s" k="37" />
864
+ <hkern g1="V" g2="z" k="43" />
865
+ <hkern g1="V" g2="guillemotright,guilsinglright" k="55" />
866
+ <hkern g1="X" g2="T" k="41" />
867
+ <hkern g1="X" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="20" />
868
+ <hkern g1="X" g2="y,yacute,ydieresis" k="53" />
869
+ <hkern g1="X" g2="quoteright,quotedblright" k="33" />
870
+ <hkern g1="X" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="12" />
871
+ <hkern g1="X" g2="S" k="37" />
872
+ <hkern g1="X" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="53" />
873
+ <hkern g1="X" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20" />
874
+ <hkern g1="X" g2="f,uniFB01,uniFB02" k="53" />
875
+ <hkern g1="X" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="33" />
876
+ <hkern g1="X" g2="J" k="33" />
877
+ <hkern g1="X" g2="t" k="53" />
878
+ <hkern g1="X" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20" />
879
+ <hkern g1="X" g2="quotedbl,quotesingle" k="16" />
880
+ <hkern g1="X" g2="quoteleft,quotedblleft" k="33" />
881
+ <hkern g1="X" g2="w" k="37" />
882
+ <hkern g1="X" g2="hyphen,uni00AD,endash,emdash" k="74" />
883
+ <hkern g1="X" g2="guillemotleft,guilsinglleft" k="37" />
884
+ <hkern g1="X" g2="z" k="37" />
885
+ <hkern g1="X" g2="guillemotright,guilsinglright" k="33" />
886
+ <hkern g1="parenleft,bracketleft,braceleft" g2="j" k="-164" />
887
+ <hkern g1="parenleft,bracketleft,braceleft" g2="J" k="41" />
888
+ <hkern g1="hyphen,uni00AD,endash,emdash" g2="T" k="14" />
889
+ <hkern g1="hyphen,uni00AD,endash,emdash" g2="W" k="16" />
890
+ <hkern g1="hyphen,uni00AD,endash,emdash" g2="Y,Yacute,Ydieresis" k="156" />
891
+ <hkern g1="hyphen,uni00AD,endash,emdash" g2="Z" k="41" />
892
+ <hkern g1="hyphen,uni00AD,endash,emdash" g2="V" k="74" />
893
+ <hkern g1="hyphen,uni00AD,endash,emdash" g2="X" k="74" />
894
+ <hkern g1="hyphen,uni00AD,endash,emdash" g2="v" k="16" />
895
+ <hkern g1="hyphen,uni00AD,endash,emdash" g2="x" k="37" />
896
+ <hkern g1="germandbls" g2="y,yacute,ydieresis" k="53" />
897
+ <hkern g1="germandbls" g2="quoteright,quotedblright" k="180" />
898
+ <hkern g1="germandbls" g2="f,uniFB01,uniFB02" k="16" />
899
+ <hkern g1="germandbls" g2="t" k="39" />
900
+ <hkern g1="germandbls" g2="question" k="53" />
901
+ <hkern g1="germandbls" g2="quotedbl,quotesingle" k="156" />
902
+ <hkern g1="germandbls" g2="quoteleft,quotedblleft" k="145" />
903
+ <hkern g1="germandbls" g2="w" k="37" />
904
+ <hkern g1="guillemotleft,guilsinglleft" g2="T" k="82" />
905
+ <hkern g1="guillemotleft,guilsinglleft" g2="W" k="53" />
906
+ <hkern g1="guillemotleft,guilsinglleft" g2="Y,Yacute,Ydieresis" k="143" />
907
+ <hkern g1="guillemotleft,guilsinglleft" g2="V" k="53" />
908
+ <hkern g1="guillemotleft,guilsinglleft" g2="X" k="33" />
909
+ <hkern g1="guillemotleft,guilsinglleft" g2="x" k="41" />
910
+ <hkern g1="guillemotright,guilsinglright" g2="T" k="115" />
911
+ <hkern g1="guillemotright,guilsinglright" g2="W" k="20" />
912
+ <hkern g1="guillemotright,guilsinglright" g2="Y,Yacute,Ydieresis" k="150" />
913
+ <hkern g1="guillemotright,guilsinglright" g2="S" k="61" />
914
+ <hkern g1="guillemotright,guilsinglright" g2="Z" k="25" />
915
+ <hkern g1="guillemotright,guilsinglright" g2="J" k="61" />
916
+ <hkern g1="guillemotright,guilsinglright" g2="V" k="41" />
917
+ <hkern g1="guillemotright,guilsinglright" g2="X" k="37" />
918
+ <hkern g1="guillemotright,guilsinglright" g2="x" k="57" />
919
+ <hkern g1="question" g2="quoteright,quotedblright" k="72" />
920
+ <hkern g1="quotedbl,quotesingle" g2="comma,period,ellipsis" k="272" />
921
+ <hkern g1="quotedbl,quotesingle" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="150" />
922
+ <hkern g1="quotedbl,quotesingle" g2="X" k="16" />
923
+ <hkern g1="quotedbl,quotesingle" g2="s" k="41" />
924
+ <hkern g1="quoteright,quotedblright" g2="g" k="49" />
925
+ <hkern g1="quoteright,quotedblright" g2="comma,period,ellipsis" k="311" />
926
+ <hkern g1="quoteright,quotedblright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="166" />
927
+ <hkern g1="quoteright,quotedblright" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="78" />
928
+ <hkern g1="quoteright,quotedblright" g2="f,uniFB01,uniFB02" k="25" />
929
+ <hkern g1="quoteright,quotedblright" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="49" />
930
+ <hkern g1="quoteright,quotedblright" g2="X" k="33" />
931
+ <hkern g1="quoteright,quotedblright" g2="s" k="72" />
932
+ <hkern g1="v" g2="T" k="41" />
933
+ <hkern g1="v" g2="Y,Yacute,Ydieresis" k="33" />
934
+ <hkern g1="v" g2="j" k="20" />
935
+ <hkern g1="v" g2="comma,period,ellipsis" k="123" />
936
+ <hkern g1="v" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="27" />
937
+ <hkern g1="v" g2="Z" k="16" />
938
+ <hkern g1="v" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="41" />
939
+ <hkern g1="v" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="16" />
940
+ <hkern g1="v" g2="J" k="82" />
941
+ <hkern g1="v" g2="hyphen,uni00AD,endash,emdash" k="33" />
942
+ <hkern g1="v" g2="z" k="57" />
943
+ <hkern g1="x" g2="T" k="49" />
944
+ <hkern g1="x" g2="Y,Yacute,Ydieresis" k="68" />
945
+ <hkern g1="x" g2="y,yacute,ydieresis" k="37" />
946
+ <hkern g1="x" g2="S" k="16" />
947
+ <hkern g1="x" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20" />
948
+ <hkern g1="x" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20" />
949
+ <hkern g1="x" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="53" />
950
+ <hkern g1="x" g2="hyphen,uni00AD,endash,emdash" k="37" />
951
+ <hkern g1="x" g2="guillemotleft,guilsinglleft" k="57" />
952
+ <hkern g1="x" g2="guillemotright,guilsinglright" k="41" />
953
+ </font>
954
+ </defs></svg>