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,977 @@
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_proregular" horiz-adv-x="1017" >
7
+ <font-face units-per-em="2048" ascent="1536" descent="-512" />
8
+ <missing-glyph horiz-adv-x="413" />
9
+ <glyph horiz-adv-x="0" />
10
+ <glyph horiz-adv-x="682" />
11
+ <glyph unicode=" " horiz-adv-x="413" />
12
+ <glyph unicode="&#x09;" horiz-adv-x="413" />
13
+ <glyph unicode="&#xa0;" horiz-adv-x="413" />
14
+ <glyph unicode="!" horiz-adv-x="591" d="M174 102q0 58 35.5 94.5t87.5 36.5q51 0 86 -37t35 -94q0 -55 -35.5 -91t-85.5 -36q-52 0 -87.5 36t-35.5 91zM211 1372h170l-4 -192l-23 -774h-116l-23 774z" />
15
+ <glyph unicode="&#x22;" horiz-adv-x="872" d="M164 1413h180l-6 -188l-33 -342h-102l-33 342zM526 1413h179l-5 -188l-32 -342h-105l-33 342z" />
16
+ <glyph unicode="#" d="M72 418v117h178l37 303h-174v118h188l47 375h109l-47 -375h272l49 375h109l-49 -375h165v-118h-178l-37 -303h174v-117h-188l-51 -418h-109l49 418h-270l-51 -418h-111l52 418h-164zM360 535h271l37 303h-271z" />
17
+ <glyph unicode="$" d="M106 135l78 117q159 -137 318 -137q111 0 169 56.5t58 154.5q0 67 -31.5 119.5t-82 87t-111 66t-121.5 65t-111.5 74t-82 103.5t-31.5 144q0 135 81 227.5t216 114.5v205h123v-203q91 -10 159 -49.5t131 -105.5l-90 -101q-63 61 -117.5 89t-132.5 28q-93 0 -148.5 -53.5 t-55.5 -143.5q0 -60 31.5 -106t82 -77t111.5 -60t121.5 -63.5t111 -77.5t82 -112.5t31.5 -158.5q0 -146 -85 -241t-232 -115v-207h-123v202q-95 9 -188.5 52.5t-160.5 105.5z" />
18
+ <glyph unicode="%" horiz-adv-x="1687" d="M72 946q0 200 82.5 311t222.5 111q139 0 222 -111.5t83 -310.5q0 -200 -83 -313t-222 -113q-140 0 -222.5 113t-82.5 313zM199 946q0 -156 48 -238.5t130 -82.5q80 0 128 82.5t48 238.5t-47.5 237t-128.5 81q-82 0 -130 -80.5t-48 -237.5zM416 -25l741 1393h113 l-742 -1393h-112zM1008 401q0 199 82.5 310.5t222.5 111.5q139 0 222 -112t83 -310q0 -201 -83 -313.5t-222 -112.5q-140 0 -222.5 112.5t-82.5 313.5zM1135 401q0 -155 48.5 -238t129.5 -83q80 0 128 82.5t48 238.5q0 155 -47.5 236.5t-128.5 81.5t-129.5 -81.5 t-48.5 -236.5z" />
19
+ <glyph unicode="&#x26;" horiz-adv-x="1247" d="M66 348q0 65 21 122t61 105t82 84t100 76q-88 178 -88 316q0 136 86.5 226.5t224.5 90.5q123 0 193.5 -73t70.5 -193q0 -43 -11 -82t-35.5 -76t-47.5 -65t-65 -63t-68.5 -55t-75.5 -56q129 -201 340 -377q129 174 188 397h158q-85 -281 -235 -481q147 -101 252 -129 l-46 -140q-150 43 -309 154q-171 -154 -387 -154q-182 0 -295.5 104.5t-113.5 268.5zM229 358q0 -110 76 -178.5t189 -68.5q132 0 256 108q-214 188 -353 399q-81 -65 -124.5 -126.5t-43.5 -133.5zM387 1053q0 -101 64 -236q54 36 89 63.5t70.5 63t52.5 74.5t17 82 q0 64 -31.5 105.5t-95.5 41.5q-74 0 -120 -55t-46 -139z" />
20
+ <glyph unicode="'" horiz-adv-x="509" d="M164 1413h180l-6 -188l-33 -342h-102l-33 342z" />
21
+ <glyph unicode="(" horiz-adv-x="620" d="M168 569q0 495 270 930l105 -49q-117 -192 -176.5 -418t-59.5 -463t59.5 -462.5t176.5 -417.5l-105 -49q-270 435 -270 929z" />
22
+ <glyph unicode=")" horiz-adv-x="620" d="M78 -311q235 387 235 880q0 237 -59 463t-176 418l104 49q271 -437 271 -930q0 -261 -69 -488t-202 -441z" />
23
+ <glyph unicode="*" horiz-adv-x="856" d="M119 1194l31 94l208 -51l19 221h100l19 -219l211 49l30 -94l-198 -82l114 -192l-80 -60l-145 176l-145 -176l-82 60l116 192z" />
24
+ <glyph unicode="+" d="M70 612v127h372v400h133v-400h373v-127h-373v-399h-133v399h-372z" />
25
+ <glyph unicode="," horiz-adv-x="509" d="M96 -250q88 39 136.5 103.5t48.5 146.5q-6 -2 -21 -2q-52 0 -86.5 31t-34.5 86q0 54 36 86t89 32q66 0 104 -53t38 -145q0 -130 -71.5 -230t-197.5 -153z" />
26
+ <glyph unicode="-" horiz-adv-x="636" d="M84 449v129h471v-129h-471z" />
27
+ <glyph unicode="." horiz-adv-x="509" d="M133 102q0 58 35.5 94.5t87.5 36.5q51 0 86 -37t35 -94q0 -55 -35.5 -91t-85.5 -36q-52 0 -87.5 36t-35.5 91z" />
28
+ <glyph unicode="/" horiz-adv-x="716" d="M20 -328l547 1782h123l-547 -1782h-123z" />
29
+ <glyph unicode="0" d="M90 657q0 325 110.5 499.5t309.5 174.5q197 0 307.5 -174.5t110.5 -499.5q0 -326 -110.5 -504t-307.5 -178q-198 0 -309 178t-111 504zM254 657q0 -277 68 -411.5t188 -134.5q119 0 186.5 134.5t67.5 411.5q0 276 -67 407.5t-187 131.5q-121 0 -188.5 -131t-67.5 -408z " />
30
+ <glyph unicode="1" d="M162 0v139h299v963h-238v108q159 27 277 97h129v-1168h270v-139h-737z" />
31
+ <glyph unicode="2" d="M74 1133q89 97 182 147.5t213 50.5q180 0 285.5 -105t105.5 -280q0 -52 -14.5 -106.5t-36 -104.5t-62.5 -111.5t-78.5 -111t-101 -121t-112 -123.5t-127.5 -135q144 12 219 12h379v-145h-844v100q135 134 217 219t167 182t129.5 165.5t72.5 139t28 132.5q0 117 -63 186.5 t-184 69.5q-143 0 -279 -158z" />
32
+ <glyph unicode="3" d="M53 160l86 110q147 -155 334 -155q120 0 195 65.5t75 173.5q0 125 -97.5 192.5t-319.5 67.5v129q370 0 370 244q0 95 -60.5 151t-164.5 56q-145 0 -278 -133l-91 106q174 164 375 164q174 0 282.5 -88.5t108.5 -243.5q0 -114 -63 -191.5t-174 -119.5v-8 q125 -29 203.5 -115.5t78.5 -216.5q0 -169 -122.5 -271t-307.5 -102q-260 0 -430 185z" />
33
+ <glyph unicode="4" d="M35 360v111l559 836h188v-811h179v-136h-179v-360h-159v360h-588zM213 496h410v378q0 77 10 252h-8q-9 -17 -107 -184z" />
34
+ <glyph unicode="5" d="M51 154l82 110q69 -69 147 -109t183 -40q123 0 205 82.5t82 216.5t-76 210t-203 76q-63 0 -110.5 -18.5t-112.5 -60.5l-90 57l43 629h653v-146h-506l-35 -387q98 53 201 53q178 0 292 -103.5t114 -305.5q0 -103 -37 -188t-98.5 -140t-140.5 -85t-165 -30q-249 0 -428 179 z" />
35
+ <glyph unicode="6" d="M98 604q0 153 27 276.5t73.5 206.5t110.5 138.5t135.5 80.5t151.5 25q186 0 315 -139l-94 -105q-40 48 -97 75.5t-118 27.5q-71 0 -130 -29.5t-107 -92t-76 -173t-31 -260.5q62 75 144 119.5t161 44.5q173 0 273 -103.5t100 -300.5q0 -184 -112.5 -302t-274.5 -118 q-200 0 -325.5 162.5t-125.5 466.5zM262 500q15 -190 88.5 -290.5t198.5 -100.5q98 0 162.5 79.5t64.5 206.5q0 131 -61 204t-180 73q-66 0 -138.5 -42.5t-134.5 -129.5z" />
36
+ <glyph unicode="7" d="M90 1161v146h842v-105q-115 -147 -188.5 -280t-116.5 -280.5t-62 -291.5t-28 -350h-175q17 372 102 633t277 528h-651z" />
37
+ <glyph unicode="8" d="M84 334q0 118 70 206.5t176 145.5v8q-183 130 -183 301q0 149 105.5 242.5t265.5 93.5q168 0 268.5 -97t100.5 -251q0 -93 -54 -176.5t-126 -138.5v-9q49 -29 85.5 -57.5t71 -68.5t52.5 -93t18 -116q0 -149 -117.5 -249t-304.5 -100q-185 0 -306.5 102t-121.5 257z M236 350q0 -108 80 -179t200 -71q114 0 185 64t71 166q0 47 -20.5 87.5t-42.5 65.5t-79.5 56.5t-85 43.5t-107.5 44q-13 5 -19 8q-182 -123 -182 -285zM303 995q0 -38 10.5 -70.5t33 -59t47 -47t63 -40.5t70 -33.5t77.5 -31.5q137 121 137 262q0 100 -61.5 165.5 t-165.5 65.5q-92 0 -151.5 -58.5t-59.5 -152.5z" />
38
+ <glyph unicode="9" d="M82 911q0 184 112.5 302t272.5 118q202 0 326.5 -162.5t124.5 -466.5q0 -153 -27 -276.5t-73.5 -206.5t-110.5 -138.5t-135.5 -80.5t-151.5 -25q-189 0 -316 138l95 106q40 -48 97 -76t118 -28q72 0 131.5 29.5t108 93t76.5 175t30 263.5q-62 -78 -143.5 -123t-163.5 -45 q-173 0 -272 103t-99 300zM240 911q0 -130 61 -203t180 -73q68 0 140.5 42.5t134.5 131.5q-17 191 -91 290t-198 99q-97 0 -162 -80t-65 -207z" />
39
+ <glyph unicode=":" horiz-adv-x="509" d="M133 102q0 58 35.5 94.5t87.5 36.5q51 0 86 -37t35 -94q0 -55 -35.5 -91t-85.5 -36q-52 0 -87.5 36t-35.5 91zM133 842q0 57 35.5 93t87.5 36q51 0 86 -36t35 -93q0 -56 -35 -91.5t-86 -35.5q-52 0 -87.5 35.5t-35.5 91.5z" />
40
+ <glyph unicode=";" horiz-adv-x="509" d="M96 -250q88 39 136.5 103.5t48.5 146.5q-6 -2 -21 -2q-52 0 -86.5 31t-34.5 86q0 54 36 86t89 32q66 0 104 -53t38 -145q0 -130 -71.5 -230t-197.5 -153zM133 842q0 57 35.5 93t87.5 36q51 0 86 -36t35 -93q0 -56 -35 -91.5t-86 -35.5q-52 0 -87.5 35.5t-35.5 91.5z" />
41
+ <glyph unicode="&#x3c;" d="M70 612v136l878 344v-146l-432 -160l-274 -102v-8l274 -103l432 -159v-146z" />
42
+ <glyph unicode="=" d="M70 393v127h878v-127h-878zM70 831v127h878v-127h-878z" />
43
+ <glyph unicode="&#x3e;" d="M70 268v146l432 159l274 103v8l-274 102l-432 160v146l878 -344v-136z" />
44
+ <glyph unicode="?" horiz-adv-x="870" d="M78 1227q149 170 344 170q159 0 254.5 -88.5t95.5 -239.5q0 -73 -34 -142.5t-80.5 -125.5t-92 -113.5t-72.5 -130t-18 -151.5h-147q-9 65 1.5 125t34.5 106.5t55.5 90.5t64.5 84t60.5 78t45.5 81.5t18 87.5q0 86 -52 142t-146 56q-136 0 -236 -118zM285 102 q0 58 34.5 94.5t86.5 36.5t87 -36.5t35 -94.5q0 -55 -35 -91t-87 -36q-51 0 -86 36t-35 91z" />
45
+ <glyph unicode="@" horiz-adv-x="1734" d="M104 416q0 201 69 372.5t186 287.5t272 181.5t327 65.5q308 0 490 -186.5t182 -491.5q0 -129 -37.5 -235.5t-97.5 -172t-131 -101.5t-143 -36q-86 0 -143.5 40.5t-67.5 115.5h-4q-53 -63 -119 -101t-131 -38q-108 0 -177 76.5t-69 212.5q0 83 28 167t77.5 152.5t125 112 t162.5 43.5q110 0 164 -99h4l23 82h112l-80 -409q-61 -240 111 -240q49 0 97.5 29.5t88 82t64 134.5t24.5 178q0 167 -63 294.5t-192.5 202t-311.5 74.5q-137 0 -266 -56.5t-229.5 -157t-161 -250.5t-60.5 -324q0 -195 80.5 -338.5t218 -216t312.5 -72.5q171 0 331 92 l45 -100q-172 -104 -389 -104q-121 0 -229 30t-198 91t-155.5 147.5t-102 205.5t-36.5 259zM645 416q0 -94 39 -139.5t104 -45.5q88 0 189 121l59 326q-29 47 -59 66.5t-72 19.5q-58 0 -108.5 -32.5t-82.5 -84t-50.5 -112t-18.5 -119.5z" />
46
+ <glyph unicode="A" horiz-adv-x="1114" d="M6 0l455 1343h192l455 -1343h-182l-127 410h-490l-129 -410h-174zM352 547h404l-64 205q-67 204 -135 452h-8q-60 -230 -133 -452z" />
47
+ <glyph unicode="B" horiz-adv-x="1204" d="M184 0v1343h400q216 0 338 -79t122 -248q0 -104 -59.5 -183.5t-173.5 -109.5v-8q150 -24 230.5 -105t80.5 -217q0 -192 -138 -292.5t-372 -100.5h-428zM354 135h234q177 0 271.5 66t94.5 200q0 242 -366 242h-234v-508zM354 770h199q168 0 246 58t78 173q0 107 -78.5 157 t-237.5 50h-207v-438z" />
48
+ <glyph unicode="C" horiz-adv-x="1169" d="M106 672q0 318 168 507t431 189q114 0 207.5 -46.5t158.5 -119.5l-96 -108q-115 125 -268 125q-193 0 -308.5 -147t-115.5 -396q0 -253 112 -402t303 -149q177 0 310 149l96 -104q-168 -195 -410 -195q-127 0 -234.5 48t-186 136t-123 220t-44.5 293z" />
49
+ <glyph unicode="D" horiz-adv-x="1259" d="M184 0v1343h336q309 0 472 -172t163 -493q0 -323 -162 -500.5t-465 -177.5h-344zM354 139h154q232 0 351.5 140.5t119.5 398.5q0 256 -119 391t-352 135h-154v-1065z" />
50
+ <glyph unicode="E" horiz-adv-x="1079" d="M184 0v1343h774v-143h-604v-422h510v-145h-510v-488h625v-145h-795z" />
51
+ <glyph unicode="F" horiz-adv-x="1011" d="M184 0v1343h774v-143h-604v-455h512v-143h-512v-602h-170z" />
52
+ <glyph unicode="G" horiz-adv-x="1263" d="M106 672q0 159 46.5 290.5t128.5 220t196 137t248 48.5q227 0 385 -166l-96 -108q-118 125 -287 125q-203 0 -323.5 -146.5t-120.5 -396.5q0 -257 116.5 -404t329.5 -147q72 0 137 21.5t105 58.5v350h-285v141h440v-565q-69 -71 -177 -113.5t-238 -42.5q-176 0 -312.5 82 t-214.5 241t-78 374z" />
53
+ <glyph unicode="H" horiz-adv-x="1335" d="M184 0v1343h170v-563h625v563h172v-1343h-172v633h-625v-633h-170z" />
54
+ <glyph unicode="I" horiz-adv-x="538" d="M184 0v1343h170v-1343h-170z" />
55
+ <glyph unicode="J" horiz-adv-x="983" d="M63 190l123 86q84 -151 232 -151q109 0 162 68t53 219v931h172v-948q0 -71 -13 -132.5t-42 -115t-72 -91.5t-105 -59.5t-139 -21.5q-252 0 -371 215z" />
56
+ <glyph unicode="K" horiz-adv-x="1185" d="M184 0v1343h170v-673h6l560 673h192l-420 -512l486 -831h-191l-401 698l-232 -272v-426h-170z" />
57
+ <glyph unicode="L" horiz-adv-x="995" d="M184 0v1343h170v-1198h588v-145h-758z" />
58
+ <glyph unicode="M" horiz-adv-x="1488" d="M184 0v1343h201l260 -720l98 -275h9l94 275l258 720h201v-1343h-162v739q0 136 22 398h-8l-108 -299l-258 -703h-97l-260 703l-106 299h-9q1 -19 8.5 -117.5t11 -162.5t3.5 -118v-739h-158z" />
59
+ <glyph unicode="N" horiz-adv-x="1325" d="M184 0v1343h176l486 -843l145 -279h8q-20 337 -20 428v694h162v-1343h-176l-488 846l-145 276h-8q22 -297 22 -420v-702h-162z" />
60
+ <glyph unicode="O" horiz-adv-x="1359" d="M106 678q0 318 158.5 504t415.5 186t416 -186.5t159 -503.5q0 -321 -159.5 -512t-415.5 -191t-415 191t-159 512zM283 678q0 -252 108.5 -402.5t288.5 -150.5t288.5 150.5t108.5 402.5q0 249 -108 395t-289 146t-289 -146t-108 -395z" />
61
+ <glyph unicode="P" horiz-adv-x="1179" d="M184 0v1343h412q115 0 203.5 -20.5t155.5 -66t102 -123t35 -185.5q0 -206 -133.5 -311t-362.5 -105h-242v-532h-170zM354 672h221q176 0 261.5 67t85.5 209t-83.5 200t-263.5 58h-221v-534z" />
62
+ <glyph unicode="Q" horiz-adv-x="1359" d="M106 678q0 318 158.5 504t415.5 186t416 -186.5t159 -503.5q0 -287 -129 -472t-346 -222q45 -87 131.5 -132t198.5 -45q63 0 141 21l33 -133q-91 -31 -192 -31q-179 0 -307 86.5t-189 231.5q-223 31 -356.5 217t-133.5 479zM283 678q0 -257 108 -409t289 -152t289 152 t108 409q0 249 -108 395t-289 146t-289 -146t-108 -395z" />
63
+ <glyph unicode="R" horiz-adv-x="1189" d="M184 0v1343h420q471 0 471 -376q0 -153 -80 -249.5t-221 -131.5l340 -586h-192l-324 567h-244v-567h-170zM354 707h226q158 0 241.5 65.5t83.5 194.5q0 128 -81 183.5t-244 55.5h-226v-499z" />
64
+ <glyph unicode="S" horiz-adv-x="1093" d="M86 174l102 119q74 -77 171.5 -122.5t199.5 -45.5q131 0 206 60t75 159q0 40 -12.5 72.5t-28.5 53.5t-50.5 43.5t-59 34.5t-73.5 34l-192 84q-272 114 -272 346q0 154 119 255t302 101q116 0 219.5 -45t178.5 -121l-92 -110q-134 127 -306 127q-113 0 -181 -53.5 t-68 -143.5q0 -37 14.5 -69t32 -52t53.5 -41.5t58 -32t65 -28.5l190 -82q64 -28 110 -57.5t86 -72t60.5 -100t20.5 -129.5q0 -164 -125 -273.5t-332 -109.5q-138 0 -259.5 53t-211.5 146z" />
65
+ <glyph unicode="T" horiz-adv-x="1097" d="M57 1200v143h983v-143h-405v-1200h-172v1200h-406z" />
66
+ <glyph unicode="U" horiz-adv-x="1320" d="M178 555v788h170v-792q0 -426 314 -426q317 0 317 426v792h164v-788q0 -157 -36 -272t-102.5 -181t-151 -96.5t-191.5 -30.5t-192 30.5t-152 96.5t-103.5 181t-36.5 272z" />
67
+ <glyph unicode="V" horiz-adv-x="1054" d="M0 1343h182l215 -725q20 -65 61.5 -211t69.5 -233h9q28 91 71.5 244.5t57.5 199.5l215 725h174l-426 -1343h-199z" />
68
+ <glyph unicode="W" horiz-adv-x="1609" d="M47 1343h176l142 -731q12 -73 38 -217t39 -217h9q6 28 94 434l186 731h156l186 -731q19 -81 53.5 -234.5t44.5 -199.5h9q73 423 75 434l142 731h164l-279 -1343h-205l-203 809q-32 132 -65 305h-8q-12 -62 -38.5 -176t-29.5 -129l-198 -809h-203z" />
69
+ <glyph unicode="X" horiz-adv-x="1050" d="M31 0l391 694l-365 649h189l182 -344q24 -42 104 -194h9q64 134 96 194l178 344h180l-366 -657l391 -686h-189l-196 362q-10 19 -50 93.5t-65 122.5h-8q-39 -82 -106 -216l-195 -362h-180z" />
70
+ <glyph unicode="Y" horiz-adv-x="974" d="M-2 1343h182l174 -378q111 -254 129 -293h9q113 241 135 293l172 378h178l-404 -823v-520h-172v520z" />
71
+ <glyph unicode="Z" horiz-adv-x="1103" d="M92 0v102l707 1098h-643v143h856v-100l-709 -1098h715v-145h-926z" />
72
+ <glyph unicode="[" horiz-adv-x="620" d="M193 -311v1761h366v-96h-240v-1569h240v-96h-366z" />
73
+ <glyph unicode="\" horiz-adv-x="716" d="M29 1454h121l546 -1782h-121z" />
74
+ <glyph unicode="]" horiz-adv-x="620" d="M63 -215h238v1569h-238v96h365v-1761h-365v96z" />
75
+ <glyph unicode="^" d="M123 582l311 790h150l311 -790h-147l-134 360l-100 272h-8l-103 -272l-133 -360h-147z" />
76
+ <glyph unicode="_" horiz-adv-x="1024" d="M25 -145h974v-113h-974v113z" />
77
+ <glyph unicode="`" horiz-adv-x="1110" d="M328 1462h176l184 -288h-129z" />
78
+ <glyph unicode="a" horiz-adv-x="1048" d="M119 258q0 162 146 250t466 123q0 51 -9.5 93t-31.5 79t-64 57.5t-100 20.5q-140 0 -297 -107l-67 117q201 129 391 129q177 0 261.5 -108t84.5 -302v-610h-139l-15 119h-4q-177 -144 -329 -144q-129 0 -211 76t-82 207zM285 270q0 -81 48 -120t126 -39q69 0 132.5 32.5 t139.5 100.5v276q-242 -30 -344 -90.5t-102 -159.5z" />
79
+ <glyph unicode="b" horiz-adv-x="1136" d="M168 0v1458h168v-397l-4 -180q156 139 311 139q190 0 292.5 -135.5t102.5 -370.5q0 -124 -35 -227t-95 -170.5t-137 -104.5t-163 -37q-145 0 -284 123h-7l-14 -98h-135zM336 221q120 -104 244 -104q125 0 204.5 107t79.5 288q0 173 -63.5 270t-198.5 97q-121 0 -266 -136 v-522z" />
80
+ <glyph unicode="c" horiz-adv-x="933" d="M94 496q0 122 38.5 222.5t105 165.5t152.5 100.5t183 35.5q163 0 291 -119l-84 -108q-102 88 -200 88q-136 0 -224 -107t-88 -278q0 -170 85 -275.5t222 -105.5q123 0 234 100l76 -111q-145 -129 -324 -129q-204 0 -335.5 140t-131.5 381z" />
81
+ <glyph unicode="d" horiz-adv-x="1136" d="M96 496q0 118 35.5 218t95.5 166t138 103t163 37q81 0 144 -28t135 -87l-8 170v383h170v-1458h-140l-14 117h-6q-146 -142 -301 -142q-190 0 -301 137.5t-111 383.5zM270 498q0 -179 72.5 -280t202.5 -101q132 0 254 137v520q-116 105 -242 105q-122 0 -204.5 -106.5 t-82.5 -274.5z" />
82
+ <glyph unicode="e" horiz-adv-x="1015" d="M94 496q0 118 38 218.5t100.5 166.5t142.5 102.5t166 36.5q188 0 292.5 -125.5t104.5 -341.5q0 -55 -6 -92h-672q9 -161 99 -255.5t233 -94.5q127 0 248 77l59 -110q-161 -103 -328 -103q-205 0 -341 141.5t-136 379.5zM258 571h533q0 152 -64.5 234t-181.5 82 q-109 0 -190.5 -85t-96.5 -231z" />
83
+ <glyph unicode="f" horiz-adv-x="598" d="M61 858v127l136 10v158q0 157 72 243.5t218 86.5q83 0 166 -33l-37 -129q-58 25 -112 25q-139 0 -139 -193v-158h210v-137h-210v-858h-168v858h-136z" />
84
+ <glyph unicode="g" horiz-adv-x="1032" d="M92 -190q0 62 38.5 120t107.5 105v8q-88 56 -88 162q0 58 31.5 105.5t76.5 78.5v8q-55 44 -92 115t-37 154q0 158 109 256t266 98q75 0 141 -25h346v-129h-205q37 -35 59.5 -89t22.5 -115q0 -156 -104 -251.5t-260 -95.5q-82 0 -150 35q-63 -56 -63 -119q0 -108 176 -108 h192q176 0 262.5 -57.5t86.5 -180.5q0 -143 -139.5 -243.5t-364.5 -100.5q-187 0 -299.5 71t-112.5 198zM240 -168q0 -80 77 -127t211 -47q138 0 227 61t89 142q0 67 -50 95t-151 28h-172q-72 0 -129 16q-102 -72 -102 -168zM293 666q0 -106 61 -172t150 -66t150 66t61 172 t-60 168.5t-151 62.5t-151 -62.5t-60 -168.5z" />
85
+ <glyph unicode="h" horiz-adv-x="1114" d="M168 0v1458h168v-397l-6 -205q82 78 160 121t172 43q303 0 303 -389v-631h-168v608q0 139 -45.5 202.5t-143.5 63.5q-72 0 -131 -35.5t-141 -117.5v-721h-168z" />
86
+ <glyph unicode="i" horiz-adv-x="503" d="M137 1309q0 49 33.5 78.5t83.5 29.5t83.5 -29.5t33.5 -78.5q0 -47 -33.5 -78t-83.5 -31t-83.5 31t-33.5 78zM168 0v995h168v-995h-168z" />
87
+ <glyph unicode="j" horiz-adv-x="505" d="M-82 -418l35 127q50 -16 94 -16q70 0 96.5 48t26.5 146v1108h168v-1108q0 -160 -64.5 -245.5t-207.5 -85.5q-83 0 -148 26zM139 1309q0 49 33.5 78.5t83.5 29.5q49 0 82 -30t33 -78q0 -47 -33.5 -78t-81.5 -31q-50 0 -83.5 31t-33.5 78z" />
88
+ <glyph unicode="k" horiz-adv-x="1013" d="M168 0v1458h166v-987h6l424 524h186l-334 -399l379 -596h-184l-291 479l-186 -217v-262h-166z" />
89
+ <glyph unicode="l" horiz-adv-x="522" d="M168 201v1257h168v-1270q0 -37 13 -55t34 -18q19 0 37 4l22 -127q-39 -17 -96 -17q-93 0 -135.5 57t-42.5 169z" />
90
+ <glyph unicode="m" horiz-adv-x="1697" d="M168 0v995h139l15 -143h6q154 168 309 168q208 0 274 -191q85 93 164 142t164 49q303 0 303 -389v-631h-168v608q0 138 -45 202t-139 64q-112 0 -250 -153v-721h-168v608q0 139 -45 202.5t-141 63.5q-112 0 -250 -153v-721h-168z" />
91
+ <glyph unicode="n" horiz-adv-x="1120" d="M168 0v995h139l15 -143h6q80 80 159.5 124t174.5 44q303 0 303 -389v-631h-168v608q0 139 -45.5 202.5t-143.5 63.5q-72 0 -131 -35.5t-141 -117.5v-721h-168z" />
92
+ <glyph unicode="o" horiz-adv-x="1110" d="M94 496q0 122 37.5 222.5t101.5 165.5t147 100.5t175 35.5t175 -35.5t147 -100.5t101.5 -165.5t37.5 -222.5q0 -120 -37.5 -220t-101.5 -165t-147 -100.5t-175 -35.5t-175 35.5t-147 100.5t-101.5 165t-37.5 220zM268 496q0 -170 79.5 -275.5t207.5 -105.5 q129 0 208 105.5t79 275.5q0 172 -79 278.5t-208 106.5q-128 0 -207.5 -106.5t-79.5 -278.5z" />
93
+ <glyph unicode="p" horiz-adv-x="1136" d="M168 -420v1415h139l15 -114h6q165 139 317 139q189 0 291 -136t102 -372q0 -123 -35 -226t-94.5 -170t-137 -104t-163.5 -37q-129 0 -276 115l4 -174v-336h-168zM336 221q123 -104 244 -104q125 0 204.5 107t79.5 288q0 173 -63.5 270t-198.5 97q-115 0 -266 -136v-522z " />
94
+ <glyph unicode="q" horiz-adv-x="1126" d="M96 496q0 118 35.5 218t95.5 166t138 103t163 37q83 0 148.5 -28.5t136.5 -90.5h4l17 94h135v-1415h-170v354l8 177q-147 -136 -299 -136q-190 0 -301 137.5t-111 383.5zM270 498q0 -179 72.5 -280t202.5 -101q132 0 254 137v520q-116 105 -242 105q-122 0 -204.5 -106.5 t-82.5 -274.5z" />
95
+ <glyph unicode="r" horiz-adv-x="710" d="M168 0v995h139l15 -180h6q52 96 125.5 150.5t156.5 54.5q58 0 107 -21l-33 -147q-53 16 -96 16q-69 0 -136.5 -55.5t-115.5 -173.5v-639h-168z" />
96
+ <glyph unicode="s" horiz-adv-x="858" d="M57 113l84 112q71 -58 140.5 -88.5t152.5 -30.5q94 0 145.5 44t51.5 112q0 29 -14.5 55t-33 43.5t-54 36t-59.5 28.5t-67 26q-51 18 -86 33t-78.5 41t-69.5 53.5t-44.5 69t-18.5 89.5q0 123 92.5 203t250.5 80q168 0 309 -113l-80 -106q-117 88 -227 88q-89 0 -136 -41.5 t-47 -102.5q0 -32 16 -57.5t45.5 -43.5t63.5 -33t76 -31q4 -1 5.5 -1.5l4.5 -1.5t5.5 -2t4.5 -2q41 -15 62.5 -23.5t59 -26t59 -32t48.5 -38.5t41 -49t24 -59t10 -73q0 -127 -97 -212t-268 -85q-101 0 -199 38t-172 100z" />
97
+ <glyph unicode="t" horiz-adv-x="692" d="M49 858v127l156 10l20 279h142v-279h268v-137h-268v-553q0 -97 35 -144.5t118 -47.5q42 0 113 26l33 -127q-113 -37 -185 -37q-152 0 -218 87t-66 245v551h-148z" />
98
+ <glyph unicode="u" horiz-adv-x="1114" d="M154 365v630h170v-608q0 -140 44 -203t142 -63q75 0 135.5 39t132.5 129v706h168v-995h-139l-14 156h-7q-75 -89 -152.5 -135t-174.5 -46q-305 0 -305 390z" />
99
+ <glyph unicode="v" horiz-adv-x="956" d="M25 995h174l188 -565q40 -137 92 -293h8q7 22 40.5 129t50.5 164l188 565h166l-352 -995h-197z" />
100
+ <glyph unicode="w" horiz-adv-x="1470" d="M49 995h172l148 -575q24 -98 59 -277h8q6 25 29.5 124.5t38.5 152.5l153 575h164l156 -575q12 -47 70 -277h8q14 55 61 277l146 575h159l-266 -995h-205l-143 535q-14 51 -35.5 147.5t-32.5 138.5h-8q-56 -245 -69 -289l-140 -532h-196z" />
101
+ <glyph unicode="x" horiz-adv-x="913" d="M29 0l325 520l-301 475h183l133 -219q87 -148 98 -166h8q65 123 90 166l121 219h176l-301 -493l324 -502h-183l-145 231q-87 147 -108 179h-9q-27 -43 -100 -179l-135 -231h-176z" />
102
+ <glyph unicode="y" horiz-adv-x="956" d="M25 995h174l202 -551q41 -113 97 -280h8q16 51 45 150t39 130l178 551h164l-375 -1077q-28 -79 -60 -138t-76.5 -108t-104 -74.5t-132.5 -25.5q-61 0 -116 20l32 134q50 -15 76 -15q154 0 225 213l23 74z" />
103
+ <glyph unicode="z" horiz-adv-x="870" d="M63 0v90l525 768h-467v137h680v-90l-525 -768h541v-137h-754z" />
104
+ <glyph unicode="{" horiz-adv-x="620" d="M70 516v107q50 1 86 14t54.5 36t27 49.5t8.5 57.5q0 68 -9.5 195t-9.5 203q0 153 57 212.5t183 59.5h92v-96h-55q-81 0 -110 -42t-29 -145q0 -61 6 -180t6 -190q0 -100 -28.5 -152.5t-94.5 -71.5v-8q66 -19 94.5 -71.5t28.5 -151.5q0 -71 -6 -190.5t-6 -180.5 q0 -103 29 -144.5t110 -41.5h55v-96h-92q-126 0 -183 59.5t-57 212.5q0 77 9.5 202.5t9.5 192.5q0 157 -176 160z" />
105
+ <glyph unicode="|" horiz-adv-x="493" d="M188 -512v2048h119v-2048h-119z" />
106
+ <glyph unicode="}" horiz-adv-x="620" d="M63 -215h54q81 0 110 41.5t29 144.5q0 61 -5 180.5t-5 190.5q0 99 28 151.5t93 71.5v8q-65 19 -93 71t-28 153q0 71 5 190t5 180q0 103 -29 145t-110 42h-54v96h91q127 0 183 -59t56 -213q0 -76 -9 -203t-9 -195q0 -67 40.5 -111.5t135.5 -45.5v-107q-65 -1 -106 -25 t-55.5 -57.5t-14.5 -77.5q0 -67 9 -192.5t9 -202.5q0 -154 -56 -213t-183 -59h-91v96z" />
107
+ <glyph unicode="~" d="M74 641q53 94 119.5 139t136.5 45q45 0 88 -17.5t77 -43t66 -51t66 -43t65 -17.5q91 0 158 125l94 -69q-53 -93 -119.5 -138t-136.5 -45q-45 0 -88 17.5t-77 43t-66 51t-66 43t-65 17.5q-91 0 -158 -125z" />
108
+ <glyph unicode="&#xa1;" horiz-adv-x="591" d="M174 893q0 55 35.5 91t87.5 36q50 0 85.5 -36t35.5 -91q0 -57 -35 -94t-86 -37q-52 0 -87.5 36.5t-35.5 94.5zM211 -377l4 193l23 774h116l23 -774l4 -193h-170z" />
109
+ <glyph unicode="&#xa2;" d="M125 635q0 205 115.5 332t296.5 153v217h106v-211q150 -8 268 -118l-82 -107q-91 81 -186 86v-704q114 8 213 96l74 -107q-130 -117 -287 -129v-211h-106v213q-188 22 -300 150t-112 340zM293 635q0 -137 64.5 -227.5t179.5 -116.5v686q-113 -26 -178.5 -117t-65.5 -225z " />
110
+ <glyph unicode="&#xa3;" d="M109 584v106l137 8h37q-1 4 -8.5 28t-9.5 30t-8.5 27t-8.5 29.5t-6.5 27t-6 29.5t-4 27t-3.5 30t-1 28q0 172 105 274.5t276 102.5q193 0 318 -153l-99 -97q-88 109 -206 109q-108 0 -168 -66t-60 -174q0 -40 8 -88t16 -76.5t25 -87.5h326v-114h-299q10 -62 10 -115 q0 -103 -31 -176t-96 -139v-9h576v-145h-817v102q103 56 160 154t57 215q0 44 -15 113h-204z" />
111
+ <glyph unicode="&#xa4;" d="M53 303l131 133q-73 98 -73 238q0 141 73 239l-131 136l90 92l140 -144q98 76 227 76q127 0 225 -76l139 144l91 -92l-134 -136q76 -102 76 -239q0 -136 -76 -238l134 -133l-91 -92l-139 141q-96 -78 -225 -78q-131 0 -227 78l-140 -141zM266 674q0 -121 71 -198t173 -77 q101 0 171.5 77.5t70.5 197.5t-70.5 197t-171.5 77q-102 0 -173 -77t-71 -197z" />
112
+ <glyph unicode="&#xa5;" d="M47 1307h176l160 -351q23 -51 65.5 -147t57.5 -129h8q26 56 70 154.5t55 121.5l160 351h172l-336 -656h291v-96h-334v-133h334v-98h-334v-324h-168v324h-332v98h332v133h-332v96h289z" />
113
+ <glyph unicode="&#xa6;" horiz-adv-x="493" d="M188 438h119v-950h-119v950zM188 596v940h119v-940h-119z" />
114
+ <glyph unicode="&#xa7;" d="M92 702q0 85 47.5 152.5t128.5 112.5q-65 68 -65 168q0 112 82 189t229 77q170 0 315 -117l-81 -108q-117 94 -228 94q-82 0 -122 -36t-40 -93q0 -44 31.5 -80t81.5 -62t110.5 -51.5t121 -57t110.5 -70.5t81.5 -100t31.5 -138q0 -91 -45 -154t-129 -111q61 -70 61 -167 q0 -122 -93 -201.5t-237 -79.5q-107 0 -198.5 38t-155.5 107l102 92q109 -106 252 -106q80 0 127 40.5t47 100.5q0 47 -31 84t-81 63.5t-110.5 51.5t-120.5 56t-110 69.5t-81 99t-31 137.5zM240 713q0 -51 25.5 -91.5t73 -70.5t95.5 -52t114 -51t107 -53q63 29 93 69t30 105 q0 44 -19.5 81t-49 62t-74.5 50t-86.5 42.5t-94.5 41.5t-89 45q-62 -34 -93.5 -76t-31.5 -102z" />
115
+ <glyph unicode="&#xa8;" horiz-adv-x="1110" d="M279 1305q0 43 28.5 71.5t71.5 28.5t71.5 -28.5t28.5 -71.5t-28.5 -72t-71.5 -29t-71.5 29t-28.5 72zM633 1305q0 43 27.5 71.5t70.5 28.5q44 0 72 -28.5t28 -71.5t-28 -72t-72 -29q-42 0 -70 29t-28 72z" />
116
+ <glyph unicode="&#xa9;" horiz-adv-x="1523" d="M100 662q0 152 53.5 280.5t144 214t211 133t253.5 47.5t253 -47.5t211 -133t144 -214t53 -280.5q0 -153 -53.5 -283t-143.5 -217t-210.5 -136t-253.5 -49t-253.5 49t-211 136t-144 217t-53.5 283zM197 662q0 -131 45 -244t121.5 -190t180 -121t218.5 -44t218.5 44 t180 121t121.5 190t45 244q0 130 -45 242t-121.5 187.5t-180 118.5t-218.5 43t-218.5 -43t-180 -118.5t-121.5 -187.5t-45 -242zM406 662q0 173 111.5 280t266.5 107q80 0 140 -30.5t116 -86.5l-71 -80q-87 84 -178 84q-112 0 -181 -76.5t-69 -197.5q0 -135 66 -214t177 -79 q105 0 209 90l62 -86q-66 -57 -129 -87t-148 -30q-160 0 -266 110t-106 296z" />
117
+ <glyph unicode="&#xaa;" horiz-adv-x="706" d="M76 723q0 107 97 164.5t310 77.5q-2 72 -30.5 111.5t-96.5 39.5q-98 0 -206 -69l-48 86q139 88 273 88q235 0 235 -275v-401h-102l-14 76h-9q-104 -93 -206 -93q-91 0 -147 53.5t-56 141.5zM201 733q0 -102 114 -102q80 0 168 82v174q-152 -18 -217 -56t-65 -98z" />
118
+ <glyph unicode="&#xab;" horiz-adv-x="878" d="M92 453v127l279 317l73 -61l-241 -320l241 -323l-73 -58zM416 453v127l280 317l72 -61l-242 -320l242 -323l-72 -58z" />
119
+ <glyph unicode="&#xac;" d="M70 612v127h878v-526h-135v399h-743z" />
120
+ <glyph unicode="&#xad;" horiz-adv-x="636" d="M84 449v129h471v-129h-471z" />
121
+ <glyph unicode="&#xae;" horiz-adv-x="866" d="M47 1057q0 177 111.5 290t273.5 113q163 0 275 -113t112 -290t-112 -290.5t-275 -113.5q-161 0 -273 113.5t-112 290.5zM129 1057q0 -145 86.5 -236.5t216.5 -91.5q131 0 218 91.5t87 236.5q0 143 -87.5 236t-217.5 93t-216.5 -92.5t-86.5 -236.5zM285 854v416h155 q71 0 115.5 -32t44.5 -101q0 -37 -21.5 -69t-54.5 -44l94 -170h-94l-71 143h-84v-143h-84zM369 1063h53q42 0 65 18t23 52q0 67 -84 67h-57v-137z" />
122
+ <glyph unicode="&#xaf;" horiz-adv-x="1110" d="M305 1231v117h502v-117h-502z" />
123
+ <glyph unicode="&#xb0;" horiz-adv-x="677" d="M84 1139q0 118 75 191t181 73t181 -73t75 -191q0 -115 -75 -187.5t-181 -72.5t-181 72.5t-75 187.5zM186 1139q0 -72 43.5 -119t110.5 -47t110.5 47t43.5 119q0 75 -43 122.5t-111 47.5t-111 -47.5t-43 -122.5z" />
124
+ <glyph unicode="&#xb1;" d="M70 0v127h878v-127h-878zM70 623v127h372v389h133v-389h373v-127h-373v-363h-133v363h-372z" />
125
+ <glyph unicode="&#xb2;" horiz-adv-x="751" d="M82 1569q47 71 116.5 113t149.5 42q122 0 194 -67t72 -191q0 -54 -16.5 -102.5t-67 -113t-79.5 -96.5t-116 -121q-12 -13 -18 -19h338v-113h-549v76q108 97 166 152.5t113.5 117.5t77.5 108.5t22 90.5q0 78 -41 123t-112 45q-92 0 -172 -117z" />
126
+ <glyph unicode="&#xb3;" horiz-adv-x="751" d="M72 1032l88 68q79 -119 202 -119q68 0 114 38.5t46 104.5q0 69 -65 105.5t-183 36.5v84q101 0 159.5 40t58.5 103q0 57 -40 92t-106 35q-83 0 -162 -96l-80 69q115 131 263 131q107 0 180.5 -58.5t73.5 -156.5q0 -129 -140 -196q73 -19 122.5 -70.5t49.5 -126.5 q0 -108 -82 -173.5t-202 -65.5q-94 0 -171.5 42.5t-125.5 112.5z" />
127
+ <glyph unicode="&#xb4;" horiz-adv-x="1110" d="M422 1174l184 288h176l-231 -288h-129z" />
128
+ <glyph unicode="&#xb5;" horiz-adv-x="1126" d="M168 -410v1405h168v-608q0 -139 45 -202.5t143 -63.5q75 0 134.5 39t132.5 129v706h167v-995h-139l-14 156h-4q-127 -172 -287 -172q-66 0 -110.5 18.5t-77.5 69.5l10 -185v-297h-168z" />
129
+ <glyph unicode="&#xb6;" horiz-adv-x="1146" d="M84 907q0 118 36.5 203.5t105 135.5t155.5 73.5t197 23.5h90v-880h-68q-153 0 -266.5 45.5t-181.5 147t-68 251.5zM778 -164v1507h172v-1507h-172z" />
130
+ <glyph unicode="&#xb7;" horiz-adv-x="509" d="M133 657q0 58 35.5 94.5t87.5 36.5q51 0 86 -37t35 -94q0 -55 -35.5 -91t-85.5 -36q-52 0 -87.5 36t-35.5 91z" />
131
+ <glyph unicode="&#xb8;" horiz-adv-x="1110" d="M395 -352q183 24 183 98q0 38 -32.5 61t-99.5 39l82 160h111l-53 -108q121 -41 121 -146q0 -83 -83.5 -129.5t-211.5 -58.5z" />
132
+ <glyph unicode="&#xb9;" horiz-adv-x="751" d="M178 1532v86q117 21 199 82h106v-799h-131v631h-174z" />
133
+ <glyph unicode="&#xba;" horiz-adv-x="747" d="M61 874q0 159 90 253t222 94q131 0 221 -94t90 -253q0 -158 -90 -252t-221 -94q-132 0 -222 94t-90 252zM190 874q0 -108 49.5 -174.5t133.5 -66.5t132 66t48 175q0 110 -48 176t-132 66t-133.5 -66t-49.5 -176z" />
134
+ <glyph unicode="&#xbb;" horiz-adv-x="878" d="M111 193l241 323l-241 320l71 61l281 -317v-127l-281 -318zM434 193l242 323l-242 320l74 61l278 -317v-127l-278 -318z" />
135
+ <glyph unicode="&#xbc;" horiz-adv-x="1599" d="M129 1176v86q116 21 197 81h108v-798h-131v631h-174zM369 -25l741 1393h115l-742 -1393h-114zM934 213v68l334 518h147v-492h119v-94h-119v-213h-119v213h-362zM1069 307h227v144l11 223h-9l-102 -166z" />
136
+ <glyph unicode="&#xbd;" horiz-adv-x="1654" d="M129 1176v86q116 21 197 81h108v-798h-131v631h-174zM328 -25l741 1393h115l-742 -1393h-114zM985 668q47 71 116.5 113t149.5 42q123 0 195 -67t72 -191q0 -54 -16.5 -102.5t-67 -113t-79.5 -96.5t-116 -121q-12 -13 -18 -19h338v-113h-549v76q108 97 166 152.5 t113.5 117.5t77.5 108.5t22 90.5q0 78 -41.5 123t-112.5 45q-92 0 -172 -117z" />
137
+ <glyph unicode="&#xbe;" horiz-adv-x="1630" d="M70 678l86 65q78 -118 202 -118q68 0 114 38.5t46 104.5q0 69 -64.5 105t-183.5 36v84q100 0 158.5 40.5t58.5 103.5q0 59 -38.5 93t-104.5 34q-84 0 -164 -97l-78 70q111 131 260 131q108 0 182 -58.5t74 -156.5q0 -132 -139 -195q73 -20 121.5 -71.5t48.5 -126.5 q0 -108 -81 -174t-201 -66q-94 0 -171.5 43.5t-125.5 114.5zM446 -25l742 1393h112l-741 -1393h-113zM963 213v68l335 518h148v-492h119v-94h-119v-213h-119v213h-364zM1100 307h227v144l10 223h-8l-102 -166z" />
138
+ <glyph unicode="&#xbf;" horiz-adv-x="870" d="M98 -74q0 62 24 122t60 105.5t76.5 97.5t73.5 99t51 110t10 130h150q9 -65 -1.5 -125t-34.5 -106.5t-55.5 -90.5t-65 -84t-61 -78t-45.5 -81.5t-18 -87.5q0 -86 51.5 -141.5t147.5 -55.5q133 0 233 117l99 -88q-152 -170 -344 -170q-160 0 -255.5 88t-95.5 239zM342 893 q0 55 35.5 91t87.5 36q50 0 85.5 -36t35.5 -91q0 -57 -35 -94t-86 -37q-52 0 -87.5 36.5t-35.5 94.5z" />
139
+ <glyph unicode="&#xc0;" horiz-adv-x="1114" d="M6 0l455 1343h192l455 -1343h-182l-127 410h-490l-129 -410h-174zM285 1675h192l180 -229h-141zM352 547h404l-64 205q-67 204 -135 452h-8q-60 -230 -133 -452z" />
140
+ <glyph unicode="&#xc1;" horiz-adv-x="1114" d="M6 0l455 1343h192l455 -1343h-182l-127 410h-490l-129 -410h-174zM352 547h404l-64 205q-67 204 -135 452h-8q-60 -230 -133 -452zM449 1446l180 229h192l-231 -229h-141z" />
141
+ <glyph unicode="&#xc2;" horiz-adv-x="1114" d="M6 0l455 1343h192l455 -1343h-182l-127 410h-490l-129 -410h-174zM276 1446l197 229h162l196 -229h-137l-137 139h-8l-137 -139h-136zM352 547h404l-64 205q-67 204 -135 452h-8q-60 -230 -133 -452z" />
142
+ <glyph unicode="&#xc3;" horiz-adv-x="1114" d="M6 0l455 1343h192l455 -1343h-182l-127 410h-490l-129 -410h-174zM258 1456q8 98 54 159.5t118 61.5q46 0 91 -26.5t83.5 -53t69.5 -26.5t53 27.5t29 78.5h94q-9 -97 -55.5 -159t-116.5 -62q-37 0 -73.5 16.5t-61 37t-54.5 37t-55 16.5q-31 0 -53 -27.5t-31 -79.5h-92z M352 547h404l-64 205q-67 204 -135 452h-8q-60 -230 -133 -452z" />
143
+ <glyph unicode="&#xc4;" horiz-adv-x="1114" d="M6 0l455 1343h192l455 -1343h-182l-127 410h-490l-129 -410h-174zM276 1565q0 44 29 72t72 28t71.5 -28t28.5 -72q0 -43 -28.5 -72t-71.5 -29t-72 29t-29 72zM352 547h404l-64 205q-67 204 -135 452h-8q-60 -230 -133 -452zM631 1565q0 44 28 72t72 28q43 0 71.5 -28 t28.5 -72q0 -43 -28.5 -72t-71.5 -29q-44 0 -72 29t-28 72z" />
144
+ <glyph unicode="&#xc5;" horiz-adv-x="1114" d="M6 0l455 1343h192l455 -1343h-182l-127 410h-490l-129 -410h-174zM352 547h404l-64 205q-67 204 -135 452h-8q-60 -230 -133 -452zM362 1612q0 81 53.5 130.5t137.5 49.5q83 0 137.5 -49.5t54.5 -130.5q0 -82 -54.5 -131t-137.5 -49q-84 0 -137.5 49t-53.5 131zM455 1612 q0 -49 28.5 -78t69.5 -29t68.5 29t27.5 78q0 46 -27.5 75t-68.5 29t-69.5 -29t-28.5 -75z" />
145
+ <glyph unicode="&#xc6;" horiz-adv-x="1683" d="M16 0l705 1343h842v-143h-570v-422h475v-145h-475v-488h590v-145h-762v391h-422l-202 -391h-181zM469 528h352v680h-8q-163 -328 -219 -438z" />
146
+ <glyph unicode="&#xc7;" horiz-adv-x="1169" d="M106 672q0 318 168 507t431 189q114 0 207.5 -46.5t158.5 -119.5l-96 -108q-115 125 -268 125q-193 0 -308.5 -147t-115.5 -396q0 -253 112 -402t303 -149q177 0 310 149l96 -104q-145 -167 -344 -190l-39 -82q121 -41 121 -146q0 -83 -83.5 -129.5t-211.5 -58.5l-19 84 q183 24 183 98q0 38 -31.5 61t-97.5 39l67 131q-242 18 -392.5 203t-150.5 492z" />
147
+ <glyph unicode="&#xc8;" horiz-adv-x="1079" d="M184 0v1343h774v-143h-604v-422h510v-145h-510v-488h625v-145h-795zM313 1675h193l180 -229h-141z" />
148
+ <glyph unicode="&#xc9;" horiz-adv-x="1079" d="M184 0v1343h774v-143h-604v-422h510v-145h-510v-488h625v-145h-795zM477 1446l180 229h193l-232 -229h-141z" />
149
+ <glyph unicode="&#xca;" horiz-adv-x="1079" d="M184 0v1343h774v-143h-604v-422h510v-145h-510v-488h625v-145h-795zM305 1446l197 229h162l196 -229h-137l-137 139h-8l-138 -139h-135z" />
150
+ <glyph unicode="&#xcb;" horiz-adv-x="1079" d="M184 0v1343h774v-143h-604v-422h510v-145h-510v-488h625v-145h-795zM305 1565q0 44 29 72t72 28t71.5 -28t28.5 -72q0 -43 -28.5 -72t-71.5 -29t-72 29t-29 72zM659 1565q0 44 28.5 72t72.5 28q43 0 71.5 -28t28.5 -72q0 -43 -28.5 -72t-71.5 -29q-44 0 -72.5 29 t-28.5 72z" />
151
+ <glyph unicode="&#xcc;" horiz-adv-x="538" d="M0 1675h193l182 -229h-142zM184 0v1343h170v-1343h-170z" />
152
+ <glyph unicode="&#xcd;" horiz-adv-x="538" d="M164 1446l180 229h193l-232 -229h-141zM184 0v1343h170v-1343h-170z" />
153
+ <glyph unicode="&#xce;" horiz-adv-x="538" d="M-8 1446l196 229h162l197 -229h-137l-138 139h-8l-137 -139h-135zM184 0v1343h170v-1343h-170z" />
154
+ <glyph unicode="&#xcf;" horiz-adv-x="538" d="M-8 1565q0 44 28.5 72t71.5 28t72 -28t29 -72q0 -43 -29 -72t-72 -29t-71.5 29t-28.5 72zM184 0v1343h170v-1343h-170zM346 1565q0 44 28 72t72 28q43 0 72 -28t29 -72q0 -43 -29 -72t-72 -29q-44 0 -72 29t-28 72z" />
155
+ <glyph unicode="&#xd0;" horiz-adv-x="1306" d="M68 657v88l161 9v589h336q309 0 472 -172t163 -493q0 -323 -162 -500.5t-465 -177.5h-344v657h-161zM399 139h154q232 0 351.5 140.5t119.5 398.5q0 256 -119 391t-352 135h-154v-450h306v-97h-306v-518z" />
156
+ <glyph unicode="&#xd1;" horiz-adv-x="1325" d="M184 0v1343h176l486 -843l145 -279h8q-20 337 -20 428v694h162v-1343h-176l-488 846l-145 276h-8q22 -297 22 -420v-702h-162zM373 1456q9 98 55.5 159.5t116.5 61.5q37 0 73.5 -16.5t60.5 -36.5t54 -36.5t55 -16.5q31 0 53 27.5t31 78.5h93q-9 -97 -55.5 -159 t-116.5 -62q-37 0 -73.5 16.5t-61 37t-54.5 37t-55 16.5q-31 0 -53 -27.5t-31 -79.5h-92z" />
157
+ <glyph unicode="&#xd2;" horiz-adv-x="1359" d="M106 678q0 318 158.5 504t415.5 186t416 -186.5t159 -503.5q0 -321 -159.5 -512t-415.5 -191t-415 191t-159 512zM283 678q0 -252 108.5 -402.5t288.5 -150.5t288.5 150.5t108.5 402.5q0 249 -108 395t-289 146t-289 -146t-108 -395zM412 1675h192l180 -229h-141z" />
158
+ <glyph unicode="&#xd3;" horiz-adv-x="1359" d="M106 678q0 318 158.5 504t415.5 186t416 -186.5t159 -503.5q0 -321 -159.5 -512t-415.5 -191t-415 191t-159 512zM283 678q0 -252 108.5 -402.5t288.5 -150.5t288.5 150.5t108.5 402.5q0 249 -108 395t-289 146t-289 -146t-108 -395zM575 1446l181 229h192l-231 -229 h-142z" />
159
+ <glyph unicode="&#xd4;" horiz-adv-x="1359" d="M106 678q0 318 158.5 504t415.5 186t416 -186.5t159 -503.5q0 -321 -159.5 -512t-415.5 -191t-415 191t-159 512zM283 678q0 -252 108.5 -402.5t288.5 -150.5t288.5 150.5t108.5 402.5q0 249 -108 395t-289 146t-289 -146t-108 -395zM401 1446l197 229h164l196 -229h-137 l-137 139h-8l-137 -139h-138z" />
160
+ <glyph unicode="&#xd5;" horiz-adv-x="1359" d="M106 678q0 318 158.5 504t415.5 186t416 -186.5t159 -503.5q0 -321 -159.5 -512t-415.5 -191t-415 191t-159 512zM283 678q0 -252 108.5 -402.5t288.5 -150.5t288.5 150.5t108.5 402.5q0 249 -108 395t-289 146t-289 -146t-108 -395zM383 1456q9 98 55.5 159.5 t118.5 61.5q46 0 91 -26.5t83.5 -53t69.5 -26.5q30 0 52.5 28t29.5 78h94q-9 -97 -56 -159t-118 -62q-45 0 -90 27t-83.5 53.5t-68.5 26.5q-31 0 -53 -27.5t-31 -79.5h-94z" />
161
+ <glyph unicode="&#xd6;" horiz-adv-x="1359" d="M106 678q0 318 158.5 504t415.5 186t416 -186.5t159 -503.5q0 -321 -159.5 -512t-415.5 -191t-415 191t-159 512zM283 678q0 -252 108.5 -402.5t288.5 -150.5t288.5 150.5t108.5 402.5q0 249 -108 395t-289 146t-289 -146t-108 -395zM403 1565q0 44 28.5 72t72.5 28 q43 0 71.5 -28t28.5 -72q0 -43 -28.5 -72t-71.5 -29q-44 0 -72.5 29t-28.5 72zM756 1565q0 44 28.5 72t71.5 28q44 0 72 -28t28 -72q0 -43 -28 -72t-72 -29q-43 0 -71.5 29t-28.5 72z" />
162
+ <glyph unicode="&#xd7;" d="M102 350l318 326l-318 323l91 93l317 -326l315 326l90 -93l-317 -323l317 -326l-90 -92l-315 328l-317 -328z" />
163
+ <glyph unicode="&#xd8;" horiz-adv-x="1359" d="M102 12l144 187q-135 187 -135 479q0 318 159 504t416 186q214 0 358 -129l130 166l94 -72l-142 -184q134 -187 134 -471q0 -320 -159.5 -511.5t-414.5 -191.5q-210 0 -360 134l-129 -170zM287 678q0 -198 69 -336l590 766q-105 111 -260 111q-182 0 -290.5 -146 t-108.5 -395zM426 238q107 -113 260 -113q180 0 288.5 150.5t108.5 402.5q0 194 -67 328z" />
164
+ <glyph unicode="&#xd9;" horiz-adv-x="1320" d="M178 555v788h170v-792q0 -426 314 -426q317 0 317 426v792h164v-788q0 -157 -36 -272t-102.5 -181t-151 -96.5t-191.5 -30.5t-192 30.5t-152 96.5t-103.5 181t-36.5 272zM393 1675h193l180 -229h-141z" />
165
+ <glyph unicode="&#xda;" horiz-adv-x="1320" d="M178 555v788h170v-792q0 -426 314 -426q317 0 317 426v792h164v-788q0 -157 -36 -272t-102.5 -181t-151 -96.5t-191.5 -30.5t-192 30.5t-152 96.5t-103.5 181t-36.5 272zM557 1446l180 229h193l-232 -229h-141z" />
166
+ <glyph unicode="&#xdb;" horiz-adv-x="1320" d="M178 555v788h170v-792q0 -426 314 -426q317 0 317 426v792h164v-788q0 -157 -36 -272t-102.5 -181t-151 -96.5t-191.5 -30.5t-192 30.5t-152 96.5t-103.5 181t-36.5 272zM383 1446l197 229h161l197 -229h-135l-137 139h-9l-137 -139h-137z" />
167
+ <glyph unicode="&#xdc;" horiz-adv-x="1320" d="M178 555v788h170v-792q0 -426 314 -426q317 0 317 426v792h164v-788q0 -157 -36 -272t-102.5 -181t-151 -96.5t-191.5 -30.5t-192 30.5t-152 96.5t-103.5 181t-36.5 272zM383 1565q0 44 28.5 72t71.5 28q44 0 72.5 -28t28.5 -72q0 -43 -28.5 -72t-72.5 -29 q-43 0 -71.5 29t-28.5 72zM737 1565q0 44 29 72t72 28t71.5 -28t28.5 -72q0 -43 -28.5 -72t-71.5 -29t-72 29t-29 72z" />
168
+ <glyph unicode="&#xdd;" horiz-adv-x="974" d="M-2 1343h182l174 -378q111 -254 129 -293h9q113 241 135 293l172 378h178l-404 -823v-520h-172v520zM383 1446l180 229h193l-232 -229h-141z" />
169
+ <glyph unicode="&#xde;" horiz-adv-x="1193" d="M184 0v1343h170v-225h242q115 0 203.5 -21t155.5 -66.5t102 -123t35 -184.5q0 -207 -133 -311.5t-363 -104.5h-242v-307h-170zM354 446h221q176 0 261.5 67t85.5 210q0 141 -84 198.5t-263 57.5h-221v-533z" />
170
+ <glyph unicode="&#xdf;" horiz-adv-x="1179" d="M168 0v1055q0 195 105.5 309.5t295.5 114.5q155 0 244.5 -86t89.5 -213q0 -57 -19 -107.5t-46.5 -87t-55 -70.5t-46.5 -72.5t-19 -76.5q0 -40 22 -71.5t58 -54t78.5 -44t85.5 -48.5t79 -60t58 -86.5t22 -120.5q0 -132 -89 -219t-238 -87q-150 0 -289 101l67 119 q109 -89 217 -89q81 0 127 48t46 116q0 48 -22.5 86t-58 63t-78.5 47.5t-86 47t-78.5 54t-58 74.5t-22.5 103q0 51 18.5 97t45 81.5t53 70.5t45 78.5t18.5 90.5q0 80 -44 129t-126 49q-110 0 -170.5 -80.5t-60.5 -236.5v-1024h-168z" />
171
+ <glyph unicode="&#xe0;" horiz-adv-x="1048" d="M119 258q0 162 146 250t466 123q0 51 -9.5 93t-31.5 79t-64 57.5t-100 20.5q-140 0 -297 -107l-67 117q201 129 391 129q177 0 261.5 -108t84.5 -302v-610h-139l-15 119h-4q-177 -144 -329 -144q-129 0 -211 76t-82 207zM285 270q0 -81 48 -120t126 -39q69 0 132.5 32.5 t139.5 100.5v276q-242 -30 -344 -90.5t-102 -159.5zM324 1462h176l184 -288h-129z" />
172
+ <glyph unicode="&#xe1;" horiz-adv-x="1048" d="M119 258q0 162 146 250t466 123q0 51 -9.5 93t-31.5 79t-64 57.5t-100 20.5q-140 0 -297 -107l-67 117q201 129 391 129q177 0 261.5 -108t84.5 -302v-610h-139l-15 119h-4q-177 -144 -329 -144q-129 0 -211 76t-82 207zM285 270q0 -81 48 -120t126 -39q69 0 132.5 32.5 t139.5 100.5v276q-242 -30 -344 -90.5t-102 -159.5zM418 1174l184 288h176l-231 -288h-129z" />
173
+ <glyph unicode="&#xe2;" horiz-adv-x="1048" d="M119 258q0 162 146 250t466 123q0 51 -9.5 93t-31.5 79t-64 57.5t-100 20.5q-140 0 -297 -107l-67 117q201 129 391 129q177 0 261.5 -108t84.5 -302v-610h-139l-15 119h-4q-177 -144 -329 -144q-129 0 -211 76t-82 207zM285 270q0 -81 48 -120t126 -39q69 0 132.5 32.5 t139.5 100.5v276q-242 -30 -344 -90.5t-102 -159.5zM289 1174l192 288h140l194 -288h-123l-137 186h-8l-137 -186h-121z" />
174
+ <glyph unicode="&#xe3;" horiz-adv-x="1048" d="M119 258q0 162 146 250t466 123q0 51 -9.5 93t-31.5 79t-64 57.5t-100 20.5q-140 0 -297 -107l-67 117q201 129 391 129q177 0 261.5 -108t84.5 -302v-610h-139l-15 119h-4q-177 -144 -329 -144q-129 0 -211 76t-82 207zM266 1186q10 98 52.5 157.5t115.5 59.5 q34 0 69.5 -16.5t60 -36t52.5 -36t50 -16.5q57 0 75 105h97q-9 -97 -52.5 -157t-115.5 -60q-34 0 -69.5 16t-59.5 36t-53 36t-52 16q-59 0 -74 -104h-96zM285 270q0 -81 48 -120t126 -39q69 0 132.5 32.5t139.5 100.5v276q-242 -30 -344 -90.5t-102 -159.5z" />
175
+ <glyph unicode="&#xe4;" horiz-adv-x="1048" d="M119 258q0 162 146 250t466 123q0 51 -9.5 93t-31.5 79t-64 57.5t-100 20.5q-140 0 -297 -107l-67 117q201 129 391 129q177 0 261.5 -108t84.5 -302v-610h-139l-15 119h-4q-177 -144 -329 -144q-129 0 -211 76t-82 207zM274 1305q0 43 29 71.5t72 28.5t71.5 -28.5 t28.5 -71.5t-28.5 -72t-71.5 -29t-72 29t-29 72zM285 270q0 -81 48 -120t126 -39q69 0 132.5 32.5t139.5 100.5v276q-242 -30 -344 -90.5t-102 -159.5zM629 1305q0 43 28 71.5t72 28.5q43 0 70.5 -28.5t27.5 -71.5t-28 -72t-70 -29q-44 0 -72 29t-28 72z" />
176
+ <glyph unicode="&#xe5;" horiz-adv-x="1048" d="M119 258q0 162 146 250t466 123q0 51 -9.5 93t-31.5 79t-64 57.5t-100 20.5q-140 0 -297 -107l-67 117q201 129 391 129q177 0 261.5 -108t84.5 -302v-610h-139l-15 119h-4q-177 -144 -329 -144q-129 0 -211 76t-82 207zM285 270q0 -81 48 -120t126 -39q69 0 132.5 32.5 t139.5 100.5v276q-242 -30 -344 -90.5t-102 -159.5zM360 1300q0 84 53.5 136.5t137.5 52.5q85 0 138.5 -52.5t53.5 -136.5q0 -86 -53.5 -138t-138.5 -52q-84 0 -137.5 52.5t-53.5 137.5zM453 1300q0 -51 28.5 -82.5t69.5 -31.5q42 0 70 31.5t28 82.5q0 50 -28 81.5t-70 31.5 q-41 0 -69.5 -31.5t-28.5 -81.5z" />
177
+ <glyph unicode="&#xe6;" horiz-adv-x="1607" d="M119 258q0 161 144.5 249t457.5 124q0 250 -203 250q-132 0 -289 -107l-67 117q201 129 377 129q108 0 180 -56t104 -155q60 99 144.5 155t183.5 56q181 0 280 -126t99 -343q0 -57 -6 -94h-645q6 -154 93 -249t216 -95q113 0 242 82l61 -117q-161 -103 -324 -103 q-205 0 -350 187q-209 -187 -405 -187q-129 0 -211 76t-82 207zM285 270q0 -81 48 -120t126 -39q71 0 153 40.5t148 112.5q-36 79 -39 205v51q-231 -30 -333.5 -91t-102.5 -159zM879 569h503q0 154 -60.5 236t-174.5 82q-104 0 -179.5 -87t-88.5 -231z" />
178
+ <glyph unicode="&#xe7;" horiz-adv-x="933" d="M94 496q0 122 38.5 222.5t105 165.5t152.5 100.5t183 35.5q163 0 291 -119l-84 -108q-102 88 -200 88q-136 0 -224 -107t-88 -278q0 -170 85 -275.5t222 -105.5q123 0 234 100l76 -111q-122 -109 -271 -124l-39 -82q121 -42 121 -146q0 -83 -84 -129.5t-213 -58.5l-16 84 q182 24 182 98q0 38 -32.5 61t-98.5 39l68 134q-181 21 -294.5 157.5t-113.5 358.5z" />
179
+ <glyph unicode="&#xe8;" horiz-adv-x="1015" d="M94 496q0 118 38 218.5t100.5 166.5t142.5 102.5t166 36.5q188 0 292.5 -125.5t104.5 -341.5q0 -55 -6 -92h-672q9 -161 99 -255.5t233 -94.5q127 0 248 77l59 -110q-161 -103 -328 -103q-205 0 -341 141.5t-136 379.5zM258 571h533q0 152 -64.5 234t-181.5 82 q-109 0 -190.5 -85t-96.5 -231zM315 1462h174l187 -288h-131z" />
180
+ <glyph unicode="&#xe9;" horiz-adv-x="1015" d="M94 496q0 118 38 218.5t100.5 166.5t142.5 102.5t166 36.5q188 0 292.5 -125.5t104.5 -341.5q0 -55 -6 -92h-672q9 -161 99 -255.5t233 -94.5q127 0 248 77l59 -110q-161 -103 -328 -103q-205 0 -341 141.5t-136 379.5zM258 571h533q0 152 -64.5 234t-181.5 82 q-109 0 -190.5 -85t-96.5 -231zM408 1174l186 288h174l-231 -288h-129z" />
181
+ <glyph unicode="&#xea;" horiz-adv-x="1015" d="M94 496q0 118 38 218.5t100.5 166.5t142.5 102.5t166 36.5q188 0 292.5 -125.5t104.5 -341.5q0 -55 -6 -92h-672q9 -161 99 -255.5t233 -94.5q127 0 248 77l59 -110q-161 -103 -328 -103q-205 0 -341 141.5t-136 379.5zM258 571h533q0 152 -64.5 234t-181.5 82 q-109 0 -190.5 -85t-96.5 -231zM279 1174l194 288h137l195 -288h-123l-137 186h-8l-138 -186h-120z" />
182
+ <glyph unicode="&#xeb;" horiz-adv-x="1015" d="M94 496q0 118 38 218.5t100.5 166.5t142.5 102.5t166 36.5q188 0 292.5 -125.5t104.5 -341.5q0 -55 -6 -92h-672q9 -161 99 -255.5t233 -94.5q127 0 248 77l59 -110q-161 -103 -328 -103q-205 0 -341 141.5t-136 379.5zM258 571h533q0 152 -64.5 234t-181.5 82 q-109 0 -190.5 -85t-96.5 -231zM264 1305q0 43 29 71.5t72 28.5t71.5 -28.5t28.5 -71.5t-28.5 -72t-71.5 -29t-72 29t-29 72zM618 1305q0 43 28.5 71.5t72.5 28.5q43 0 71.5 -28.5t28.5 -71.5t-28.5 -72t-71.5 -29q-44 0 -72.5 29t-28.5 72z" />
183
+ <glyph unicode="&#xec;" horiz-adv-x="503" d="M25 1462h176l184 -288h-129zM168 0v995h168v-995h-168z" />
184
+ <glyph unicode="&#xed;" horiz-adv-x="503" d="M119 1174l184 288h176l-231 -288h-129zM168 0v995h168v-995h-168z" />
185
+ <glyph unicode="&#xee;" horiz-adv-x="503" d="M-10 1174l192 288h140l194 -288h-123l-137 186h-8l-137 -186h-121zM168 0v995h168v-995h-168z" />
186
+ <glyph unicode="&#xef;" horiz-adv-x="503" d="M-25 1305q0 43 29 71.5t72 28.5t71.5 -28.5t28.5 -71.5t-28.5 -72t-71.5 -29t-72 29t-29 72zM168 0v995h168v-995h-168zM330 1305q0 43 27.5 71.5t70.5 28.5q44 0 72 -28.5t28 -71.5t-28 -72t-72 -29q-42 0 -70 29t-28 72z" />
187
+ <glyph unicode="&#xf0;" horiz-adv-x="1116" d="M109 455q0 206 119.5 333t301.5 127q172 0 275 -135q-50 229 -219 394l-289 -150l-49 84l260 133q-114 87 -229 148l77 106q173 -94 283 -186l291 149l49 -84l-264 -135q278 -281 278 -713q0 -247 -121.5 -399t-320.5 -152q-87 0 -166.5 34t-141 94.5t-98 152 t-36.5 199.5zM268 455q0 -150 83.5 -245t203.5 -95q134 0 205 109.5t71 295.5q0 43 -4 113q-63 85 -129 118t-143 33q-133 0 -210 -92t-77 -237z" />
188
+ <glyph unicode="&#xf1;" horiz-adv-x="1120" d="M168 0v995h139l15 -143h6q80 80 159.5 124t174.5 44q303 0 303 -389v-631h-168v608q0 139 -45.5 202.5t-143.5 63.5q-72 0 -131 -35.5t-141 -117.5v-721h-168zM313 1186q8 97 51 157t115 60q43 0 87.5 -26.5t82 -52.5t64.5 -26q58 0 73 105h97q-8 -97 -51 -157t-115 -60 q-35 0 -70.5 16t-59.5 36t-52.5 36t-51.5 16q-30 0 -48 -25.5t-27 -78.5h-95z" />
189
+ <glyph unicode="&#xf2;" horiz-adv-x="1110" d="M94 496q0 122 37.5 222.5t101.5 165.5t147 100.5t175 35.5t175 -35.5t147 -100.5t101.5 -165.5t37.5 -222.5q0 -120 -37.5 -220t-101.5 -165t-147 -100.5t-175 -35.5t-175 35.5t-147 100.5t-101.5 165t-37.5 220zM268 496q0 -170 79.5 -275.5t207.5 -105.5 q129 0 208 105.5t79 275.5q0 172 -79 278.5t-208 106.5q-128 0 -207.5 -106.5t-79.5 -278.5zM328 1462h176l184 -288h-129z" />
190
+ <glyph unicode="&#xf3;" horiz-adv-x="1110" d="M94 496q0 122 37.5 222.5t101.5 165.5t147 100.5t175 35.5t175 -35.5t147 -100.5t101.5 -165.5t37.5 -222.5q0 -120 -37.5 -220t-101.5 -165t-147 -100.5t-175 -35.5t-175 35.5t-147 100.5t-101.5 165t-37.5 220zM268 496q0 -170 79.5 -275.5t207.5 -105.5 q129 0 208 105.5t79 275.5q0 172 -79 278.5t-208 106.5q-128 0 -207.5 -106.5t-79.5 -278.5zM422 1174l184 288h176l-231 -288h-129z" />
191
+ <glyph unicode="&#xf4;" horiz-adv-x="1110" d="M94 496q0 122 37.5 222.5t101.5 165.5t147 100.5t175 35.5t175 -35.5t147 -100.5t101.5 -165.5t37.5 -222.5q0 -120 -37.5 -220t-101.5 -165t-147 -100.5t-175 -35.5t-175 35.5t-147 100.5t-101.5 165t-37.5 220zM268 496q0 -170 79.5 -275.5t207.5 -105.5 q129 0 208 105.5t79 275.5q0 172 -79 278.5t-208 106.5q-128 0 -207.5 -106.5t-79.5 -278.5zM293 1174l192 288h140l194 -288h-123l-137 186h-8l-137 -186h-121z" />
192
+ <glyph unicode="&#xf5;" horiz-adv-x="1110" d="M94 496q0 122 37.5 222.5t101.5 165.5t147 100.5t175 35.5t175 -35.5t147 -100.5t101.5 -165.5t37.5 -222.5q0 -120 -37.5 -220t-101.5 -165t-147 -100.5t-175 -35.5t-175 35.5t-147 100.5t-101.5 165t-37.5 220zM268 496q0 -170 79.5 -275.5t207.5 -105.5 q129 0 208 105.5t79 275.5q0 172 -79 278.5t-208 106.5q-128 0 -207.5 -106.5t-79.5 -278.5zM270 1186q8 97 51 157t115 60q35 0 71 -16.5t60.5 -36t52.5 -36t50 -16.5q57 0 75 105h95q-8 -97 -51 -157t-115 -60q-34 0 -69.5 16t-59.5 36t-53 36t-52 16q-58 0 -73 -104h-97z " />
193
+ <glyph unicode="&#xf6;" horiz-adv-x="1110" d="M94 496q0 122 37.5 222.5t101.5 165.5t147 100.5t175 35.5t175 -35.5t147 -100.5t101.5 -165.5t37.5 -222.5q0 -120 -37.5 -220t-101.5 -165t-147 -100.5t-175 -35.5t-175 35.5t-147 100.5t-101.5 165t-37.5 220zM268 496q0 -170 79.5 -275.5t207.5 -105.5 q129 0 208 105.5t79 275.5q0 172 -79 278.5t-208 106.5q-128 0 -207.5 -106.5t-79.5 -278.5zM279 1305q0 43 28.5 71.5t71.5 28.5t71.5 -28.5t28.5 -71.5t-28.5 -72t-71.5 -29t-71.5 29t-28.5 72zM633 1305q0 43 27.5 71.5t70.5 28.5q44 0 72 -28.5t28 -71.5t-28 -72 t-72 -29q-42 0 -70 29t-28 72z" />
194
+ <glyph unicode="&#xf7;" d="M70 612v127h878v-127h-878zM397 307q0 47 32.5 78t80.5 31q46 0 78.5 -31t32.5 -78q0 -49 -32 -79.5t-79 -30.5q-48 0 -80.5 30.5t-32.5 79.5zM397 1044q0 47 32.5 78t80.5 31q46 0 78.5 -31t32.5 -78q0 -49 -32 -79.5t-79 -30.5q-48 0 -80.5 30.5t-32.5 79.5z" />
195
+ <glyph unicode="&#xf8;" horiz-adv-x="1110" d="M94 12l111 133q-111 144 -111 351q0 122 37.5 222.5t101.5 165.5t147 100.5t175 35.5q165 0 285 -102l102 124l74 -59l-111 -133q111 -144 111 -354q0 -120 -37.5 -220t-101.5 -165t-147 -100.5t-175 -35.5q-163 0 -285 101l-100 -123zM260 504q0 -140 47 -232l438 531 q-76 82 -190 82q-128 0 -211.5 -106.5t-83.5 -274.5zM365 190q79 -79 190 -79q130 0 212.5 105t82.5 273q0 140 -49 234z" />
196
+ <glyph unicode="&#xf9;" horiz-adv-x="1114" d="M154 365v630h170v-608q0 -140 44 -203t142 -63q75 0 135.5 39t132.5 129v706h168v-995h-139l-14 156h-7q-75 -89 -152.5 -135t-174.5 -46q-305 0 -305 390zM330 1462h176l186 -288h-131z" />
197
+ <glyph unicode="&#xfa;" horiz-adv-x="1114" d="M154 365v630h170v-608q0 -140 44 -203t142 -63q75 0 135.5 39t132.5 129v706h168v-995h-139l-14 156h-7q-75 -89 -152.5 -135t-174.5 -46q-305 0 -305 390zM424 1174l186 288h174l-231 -288h-129z" />
198
+ <glyph unicode="&#xfb;" horiz-adv-x="1114" d="M154 365v630h170v-608q0 -140 44 -203t142 -63q75 0 135.5 39t132.5 129v706h168v-995h-139l-14 156h-7q-75 -89 -152.5 -135t-174.5 -46q-305 0 -305 390zM295 1174l192 288h140l194 -288h-123l-137 186h-8l-137 -186h-121z" />
199
+ <glyph unicode="&#xfc;" horiz-adv-x="1114" d="M154 365v630h170v-608q0 -140 44 -203t142 -63q75 0 135.5 39t132.5 129v706h168v-995h-139l-14 156h-7q-75 -89 -152.5 -135t-174.5 -46q-305 0 -305 390zM281 1305q0 43 28.5 71.5t71.5 28.5t71.5 -28.5t28.5 -71.5t-28.5 -72t-71.5 -29t-71.5 29t-28.5 72zM635 1305 q0 43 28 71.5t72 28.5q43 0 72 -28.5t29 -71.5t-29 -72t-72 -29q-44 0 -72 29t-28 72z" />
200
+ <glyph unicode="&#xfd;" horiz-adv-x="956" d="M25 995h174l202 -551q41 -113 97 -280h8q16 51 45 150t39 130l178 551h164l-375 -1077q-28 -79 -60 -138t-76.5 -108t-104 -74.5t-132.5 -25.5q-61 0 -116 20l32 134q50 -15 76 -15q154 0 225 213l23 74zM365 1174l184 288h176l-231 -288h-129z" />
201
+ <glyph unicode="&#xfe;" horiz-adv-x="1136" d="M168 -420v1878h168v-397l-2 -170q162 129 303 129q193 0 297 -136t104 -372q0 -123 -35 -226t-94.5 -170t-137 -104t-163.5 -37q-131 0 -274 111l2 -170v-336h-168zM336 221q123 -104 244 -104q125 0 204.5 107t79.5 288q0 173 -63.5 270t-198.5 97q-115 0 -266 -136 v-522z" />
202
+ <glyph unicode="&#xff;" horiz-adv-x="956" d="M25 995h174l202 -551q41 -113 97 -280h8q16 51 45 150t39 130l178 551h164l-375 -1077q-28 -79 -60 -138t-76.5 -108t-104 -74.5t-132.5 -25.5q-61 0 -116 20l32 134q50 -15 76 -15q154 0 225 213l23 74zM221 1305q0 43 29 71.5t72 28.5t71.5 -28.5t28.5 -71.5t-28.5 -72 t-71.5 -29t-72 29t-29 72zM575 1305q0 43 28 71.5t71 28.5q44 0 72 -28.5t28 -71.5t-28 -72t-72 -29q-43 0 -71 29t-28 72z" />
203
+ <glyph unicode="&#x152;" horiz-adv-x="1734" d="M106 678q0 318 172.5 491.5t485.5 173.5h850v-143h-570v-422h476v-145h-476v-488h590v-145h-878q-306 0 -478 178.5t-172 499.5zM283 678q0 -259 126 -399t367 -140h98v1065h-98q-242 0 -367.5 -135t-125.5 -391z" />
204
+ <glyph unicode="&#x153;" horiz-adv-x="1718" d="M94 496q0 122 36.5 222.5t98.5 165.5t143.5 100.5t172.5 35.5q116 0 211.5 -65t148.5 -185q57 118 149.5 184t200.5 66q182 0 283.5 -126.5t101.5 -342.5q0 -57 -6 -94h-653q6 -153 95 -248.5t218 -95.5q117 0 246 82l62 -117q-161 -103 -328 -103q-116 0 -213 66 t-154 182q-118 -248 -366 -248q-90 0 -171 35.5t-142.5 100.5t-97.5 165t-36 220zM266 496q0 -170 78 -275.5t201 -105.5t200.5 105.5t77.5 275.5q0 171 -77.5 278t-200.5 107t-201 -107t-78 -278zM981 569h512q0 153 -63.5 235.5t-178.5 82.5q-105 0 -181 -87t-89 -231z " />
205
+ <glyph unicode="&#x178;" horiz-adv-x="974" d="M-2 1343h182l174 -378q111 -254 129 -293h9q113 241 135 293l172 378h178l-404 -823v-520h-172v520zM211 1565q0 44 28 72t72 28q43 0 71 -28t28 -72q0 -43 -28 -72t-71 -29q-44 0 -72 29t-28 72zM563 1565q0 44 29 72t72 28t71.5 -28t28.5 -72q0 -43 -28.5 -72 t-71.5 -29t-72 29t-29 72z" />
206
+ <glyph unicode="&#x2c6;" horiz-adv-x="1110" d="M293 1174l192 288h140l194 -288h-123l-137 186h-8l-137 -186h-121z" />
207
+ <glyph unicode="&#x2dc;" horiz-adv-x="1110" d="M270 1186q8 97 51 157t115 60q35 0 71 -16.5t60.5 -36t52.5 -36t50 -16.5q57 0 75 105h95q-8 -97 -51 -157t-115 -60q-34 0 -69.5 16t-59.5 36t-53 36t-52 16q-58 0 -73 -104h-97z" />
208
+ <glyph unicode="&#x2000;" horiz-adv-x="896" />
209
+ <glyph unicode="&#x2001;" horiz-adv-x="1792" />
210
+ <glyph unicode="&#x2002;" horiz-adv-x="896" />
211
+ <glyph unicode="&#x2003;" horiz-adv-x="1792" />
212
+ <glyph unicode="&#x2004;" horiz-adv-x="597" />
213
+ <glyph unicode="&#x2005;" horiz-adv-x="448" />
214
+ <glyph unicode="&#x2006;" horiz-adv-x="298" />
215
+ <glyph unicode="&#x2007;" horiz-adv-x="298" />
216
+ <glyph unicode="&#x2008;" horiz-adv-x="224" />
217
+ <glyph unicode="&#x2009;" horiz-adv-x="358" />
218
+ <glyph unicode="&#x200a;" horiz-adv-x="99" />
219
+ <glyph unicode="&#x2010;" horiz-adv-x="636" d="M84 449v129h471v-129h-471z" />
220
+ <glyph unicode="&#x2011;" horiz-adv-x="636" d="M84 449v129h471v-129h-471z" />
221
+ <glyph unicode="&#x2012;" horiz-adv-x="636" d="M84 449v129h471v-129h-471z" />
222
+ <glyph unicode="&#x2013;" horiz-adv-x="983" d="M84 457v116h815v-116h-815z" />
223
+ <glyph unicode="&#x2014;" horiz-adv-x="1638" d="M84 457v116h1470v-116h-1470z" />
224
+ <glyph unicode="&#x2018;" horiz-adv-x="509" d="M117 1061q0 238 217 364l49 -79q-81 -53 -118.5 -111t-37.5 -143q6 2 19 2q44 0 76 -28t32 -77q0 -52 -30 -82t-78 -30q-62 0 -95.5 47.5t-33.5 136.5z" />
225
+ <glyph unicode="&#x2019;" horiz-adv-x="509" d="M129 961q80 53 117 111.5t37 144.5q-9 -3 -17 -3q-45 0 -76.5 27.5t-31.5 75.5q0 53 30 84t78 31q60 0 94.5 -49t34.5 -138q0 -235 -219 -362z" />
226
+ <glyph unicode="&#x201a;" horiz-adv-x="509" d="M129 -219q81 55 117.5 112.5t36.5 143.5q-6 -2 -17 -2q-45 0 -76.5 27.5t-31.5 74.5q0 53 30 84t78 31q60 0 94.5 -48.5t34.5 -137.5q0 -236 -219 -363z" />
227
+ <glyph unicode="&#x201c;" horiz-adv-x="872" d="M117 1061q0 238 217 364l49 -79q-81 -53 -118.5 -111t-37.5 -143q6 2 19 2q44 0 76 -28t32 -77q0 -52 -30 -82t-78 -30q-62 0 -95.5 47.5t-33.5 136.5zM477 1061q0 238 219 364l47 -79q-80 -54 -117.5 -112t-37.5 -142q6 2 18 2q45 0 77 -28t32 -77q0 -52 -30.5 -82 t-78.5 -30q-62 0 -95.5 47.5t-33.5 136.5z" />
228
+ <glyph unicode="&#x201d;" horiz-adv-x="872" d="M129 961q80 53 117 111.5t37 144.5q-9 -3 -17 -3q-45 0 -76.5 27.5t-31.5 75.5q0 53 30 84t78 31q60 0 94.5 -49t34.5 -138q0 -235 -219 -362zM489 961q81 54 118.5 112t37.5 144q-9 -3 -18 -3q-45 0 -77 28t-32 75q0 53 30.5 84t78.5 31q62 0 95.5 -49t33.5 -138 q0 -236 -217 -362z" />
229
+ <glyph unicode="&#x201e;" horiz-adv-x="872" d="M129 -219q81 55 117.5 112.5t36.5 143.5q-6 -2 -17 -2q-45 0 -76.5 27.5t-31.5 74.5q0 53 30 84t78 31q60 0 94.5 -48.5t34.5 -137.5q0 -236 -219 -363zM489 -219q81 56 118.5 113.5t37.5 142.5q-6 -2 -18 -2q-45 0 -77 27.5t-32 74.5q0 53 30.5 84t78.5 31 q62 0 95.5 -48.5t33.5 -137.5q0 -237 -217 -363z" />
230
+ <glyph unicode="&#x2022;" horiz-adv-x="622" d="M82 539q0 108 67 177.5t162 69.5t162.5 -69.5t67.5 -177.5t-67.5 -177t-162.5 -69t-162 69t-67 177z" />
231
+ <glyph unicode="&#x2026;" horiz-adv-x="1941" d="M193 102q0 58 35 94.5t87 36.5q51 0 86 -37t35 -94q0 -55 -35.5 -91t-85.5 -36q-52 0 -87 36t-35 91zM879 102q0 58 35 94.5t87 36.5q51 0 86 -37t35 -94q0 -55 -35.5 -91t-85.5 -36q-52 0 -87 36t-35 91zM1565 102q0 58 35.5 94.5t87.5 36.5q50 0 85 -37t35 -94 q0 -55 -35 -91t-85 -36q-52 0 -87.5 36t-35.5 91z" />
232
+ <glyph unicode="&#x202f;" horiz-adv-x="358" />
233
+ <glyph unicode="&#x2039;" horiz-adv-x="555" d="M92 453v127l279 317l73 -61l-241 -320l241 -323l-73 -58z" />
234
+ <glyph unicode="&#x203a;" horiz-adv-x="555" d="M111 193l241 323l-241 320l71 61l281 -317v-127l-281 -318z" />
235
+ <glyph unicode="&#x205f;" horiz-adv-x="448" />
236
+ <glyph unicode="&#x20ac;" d="M47 481v88l121 9q-2 25 -2 73q0 46 2 66h-121v90l131 10q35 241 169 377.5t335 136.5q88 0 168 -44t137 -116l-100 -96q-96 121 -211 121q-133 0 -217 -99.5t-109 -279.5h520v-100h-528q-2 -18 -2 -60q0 -52 2 -77h446v-99h-436q27 -175 107 -272.5t205 -97.5 q72 0 129 35.5t112 109.5l101 -90q-144 -191 -353 -191q-186 0 -313 134t-162 372h-131z" />
237
+ <glyph unicode="&#x2122;" horiz-adv-x="1304" d="M6 1274v110h531v-110h-205v-524h-123v524h-203zM635 750v634h153l95 -229l55 -162h8l55 162l93 229h151v-634h-117v280l13 215h-8l-146 -397h-92l-147 397h-9l15 -215v-280h-119z" />
238
+ <glyph unicode="&#x25fc;" horiz-adv-x="993" d="M0 0v993h993v-993h-993z" />
239
+ <glyph unicode="&#xfb01;" horiz-adv-x="1138" d="M61 858v127l136 10v158q0 157 72 243.5t218 86.5q83 0 166 -33l-37 -129q-58 25 -112 25q-139 0 -139 -193v-158h210v-137h-210v-858h-168v858h-136zM772 1309q0 49 33.5 78.5t83.5 29.5t82.5 -29.5t32.5 -78.5q0 -47 -32.5 -78t-82.5 -31t-83.5 31t-33.5 78zM803 0v995 h168v-995h-168z" />
240
+ <glyph unicode="&#xfb02;" horiz-adv-x="1120" d="M61 858v127l136 10v158q0 157 72 243.5t218 86.5q83 0 166 -33l-37 -129q-58 25 -112 25q-139 0 -139 -193v-158h210v-137h-210v-858h-168v858h-136zM766 201v1257h168v-1270q0 -37 13 -55t34 -18q19 0 37 4l22 -127q-42 -17 -96 -17q-93 0 -135.5 57t-42.5 169z" />
241
+ <hkern u1="&#x2f;" u2="&#xef;" k="-14" />
242
+ <hkern u1="F" u2="&#x2122;" k="-78" />
243
+ <hkern u1="F" u2="&#xef;" k="-74" />
244
+ <hkern u1="F" u2="&#xee;" k="-37" />
245
+ <hkern u1="F" u2="&#xb7;" k="29" />
246
+ <hkern u1="F" u2="&#xae;" k="-41" />
247
+ <hkern u1="F" u2="x" k="53" />
248
+ <hkern u1="F" u2="v" k="41" />
249
+ <hkern u1="F" u2="X" k="49" />
250
+ <hkern u1="F" u2="V" k="-8" />
251
+ <hkern u1="F" u2="&#x2f;" k="141" />
252
+ <hkern u1="P" u2="&#xb7;" k="16" />
253
+ <hkern u1="P" u2="&#xae;" k="-61" />
254
+ <hkern u1="P" u2="x" k="29" />
255
+ <hkern u1="P" u2="X" k="49" />
256
+ <hkern u1="P" u2="&#x2f;" k="154" />
257
+ <hkern u1="V" u2="&#x2122;" k="-111" />
258
+ <hkern u1="V" u2="&#xef;" k="-104" />
259
+ <hkern u1="V" u2="&#xee;" k="-82" />
260
+ <hkern u1="V" u2="&#xec;" k="-20" />
261
+ <hkern u1="V" u2="&#xb7;" k="23" />
262
+ <hkern u1="V" u2="&#xae;" k="-109" />
263
+ <hkern u1="V" u2="x" k="31" />
264
+ <hkern u1="V" u2="v" k="18" />
265
+ <hkern u1="V" u2="&#x2f;" k="96" />
266
+ <hkern u1="X" u2="&#x2122;" k="-43" />
267
+ <hkern u1="X" u2="&#xb7;" k="82" />
268
+ <hkern u1="X" u2="&#xae;" k="-16" />
269
+ <hkern u1="X" u2="x" k="20" />
270
+ <hkern u1="X" u2="v" k="33" />
271
+ <hkern u1="X" u2="&#x2a;" k="20" />
272
+ <hkern u1="\" u2="v" k="41" />
273
+ <hkern u1="\" u2="V" k="109" />
274
+ <hkern u1="v" u2="&#x2122;" k="-27" />
275
+ <hkern u1="v" u2="&#xae;" k="-92" />
276
+ <hkern u1="v" u2="V" k="8" />
277
+ <hkern u1="v" u2="&#x2f;" k="41" />
278
+ <hkern u1="v" u2="&#x2a;" k="16" />
279
+ <hkern u1="x" u2="&#x2122;" k="-27" />
280
+ <hkern u1="x" u2="&#xb7;" k="41" />
281
+ <hkern u1="x" u2="&#xae;" k="-78" />
282
+ <hkern u1="x" u2="X" k="20" />
283
+ <hkern u1="x" u2="V" k="14" />
284
+ <hkern u1="x" u2="&#x2a;" k="31" />
285
+ <hkern u1="&#xa1;" u2="V" k="66" />
286
+ <hkern u1="&#xa3;" u2="&#x35;" k="12" />
287
+ <hkern u1="&#xa3;" u2="&#x33;" k="12" />
288
+ <hkern u1="&#xb7;" u2="x" k="41" />
289
+ <hkern u1="&#xb7;" u2="X" k="53" />
290
+ <hkern u1="&#xb7;" u2="V" k="53" />
291
+ <hkern u1="&#xbf;" u2="X" k="86" />
292
+ <hkern u1="&#xbf;" u2="V" k="119" />
293
+ <hkern u1="&#xde;" u2="&#x2122;" k="49" />
294
+ <hkern u1="&#xde;" u2="\" k="82" />
295
+ <hkern u1="&#xde;" u2="&#x2f;" k="119" />
296
+ <hkern u1="&#xde;" u2="&#x2a;" k="127" />
297
+ <hkern u1="&#xdf;" u2="&#xae;" k="72" />
298
+ <hkern u1="&#xdf;" u2="x" k="-12" />
299
+ <hkern u1="&#xdf;" u2="v" k="33" />
300
+ <hkern u1="&#xdf;" u2="\" k="53" />
301
+ <hkern g1="exclam" g2="quoteright,quotedblright" k="66" />
302
+ <hkern g1="exclamdown" g2="W" k="33" />
303
+ <hkern g1="exclamdown" g2="Y,Yacute,Ydieresis" k="92" />
304
+ <hkern g1="exclamdown" g2="j" k="-68" />
305
+ <hkern g1="periodcentered" g2="T" k="131" />
306
+ <hkern g1="periodcentered" g2="Y,Yacute,Ydieresis" k="119" />
307
+ <hkern g1="periodcentered" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="49" />
308
+ <hkern g1="periodcentered" g2="S" k="49" />
309
+ <hkern g1="periodcentered" g2="Z" k="78" />
310
+ <hkern g1="questiondown" g2="T" k="178" />
311
+ <hkern g1="questiondown" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="82" />
312
+ <hkern g1="questiondown" g2="W" k="82" />
313
+ <hkern g1="questiondown" g2="Y,Yacute,Ydieresis" k="182" />
314
+ <hkern g1="questiondown" g2="j" k="-121" />
315
+ <hkern g1="questiondown" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="127" />
316
+ <hkern g1="questiondown" g2="S" k="72" />
317
+ <hkern g1="questiondown" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="90" />
318
+ <hkern g1="questiondown" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="72" />
319
+ <hkern g1="questiondown" g2="f,uniFB01,uniFB02" k="127" />
320
+ <hkern g1="questiondown" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="43" />
321
+ <hkern g1="slash" g2="g" k="20" />
322
+ <hkern g1="slash" g2="j" k="-51" />
323
+ <hkern g1="slash" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="82" />
324
+ <hkern g1="slash" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="49" />
325
+ <hkern g1="slash" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="63" />
326
+ <hkern g1="slash" g2="J" k="164" />
327
+ <hkern g1="slash" g2="i,igrave,iacute,icircumflex,idieresis" k="-51" />
328
+ <hkern g1="slash" g2="t" k="-18" />
329
+ <hkern g1="slash" g2="u,ugrave,uacute,ucircumflex,udieresis" k="41" />
330
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="T" k="82" />
331
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="31" />
332
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="Y,Yacute,Ydieresis" k="29" />
333
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="w" k="8" />
334
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="y,yacute,ydieresis" k="29" />
335
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="quoteright,quotedblright" k="113" />
336
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="Z" k="16" />
337
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20" />
338
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="f,uniFB01,uniFB02" k="20" />
339
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="t" k="29" />
340
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="u,ugrave,uacute,ucircumflex,udieresis" k="12" />
341
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="asterisk" k="193" />
342
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="backslash" k="82" />
343
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="periodcentered" k="49" />
344
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="registered" k="164" />
345
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="trademark" k="106" />
346
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="V" k="29" />
347
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="X" k="-8" />
348
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="question" k="53" />
349
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="quotedbl,quotesingle" k="106" />
350
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="quoteleft,quotedblleft" k="119" />
351
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="v" k="29" />
352
+ <hkern g1="B" g2="T" k="49" />
353
+ <hkern g1="B" g2="W" k="8" />
354
+ <hkern g1="B" g2="Y,Yacute,Ydieresis" k="29" />
355
+ <hkern g1="B" g2="w" k="20" />
356
+ <hkern g1="B" g2="y,yacute,ydieresis" k="29" />
357
+ <hkern g1="B" g2="S" k="29" />
358
+ <hkern g1="B" g2="Z" k="8" />
359
+ <hkern g1="B" g2="J" k="33" />
360
+ <hkern g1="B" g2="t" k="20" />
361
+ <hkern g1="B" g2="asterisk" k="61" />
362
+ <hkern g1="B" g2="periodcentered" k="41" />
363
+ <hkern g1="B" g2="trademark" k="41" />
364
+ <hkern g1="B" g2="V" k="12" />
365
+ <hkern g1="B" g2="X" k="8" />
366
+ <hkern g1="B" g2="v" k="29" />
367
+ <hkern g1="B" g2="x" k="20" />
368
+ <hkern g1="C,Ccedilla" g2="T" k="37" />
369
+ <hkern g1="C,Ccedilla" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="29" />
370
+ <hkern g1="C,Ccedilla" g2="W" k="8" />
371
+ <hkern g1="C,Ccedilla" g2="Y,Yacute,Ydieresis" k="14" />
372
+ <hkern g1="C,Ccedilla" g2="g" k="41" />
373
+ <hkern g1="C,Ccedilla" g2="w" k="20" />
374
+ <hkern g1="C,Ccedilla" g2="y,yacute,ydieresis" k="29" />
375
+ <hkern g1="C,Ccedilla" g2="S" k="49" />
376
+ <hkern g1="C,Ccedilla" g2="Z" k="20" />
377
+ <hkern g1="C,Ccedilla" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="59" />
378
+ <hkern g1="C,Ccedilla" g2="J" k="20" />
379
+ <hkern g1="C,Ccedilla" g2="t" k="29" />
380
+ <hkern g1="C,Ccedilla" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20" />
381
+ <hkern g1="C,Ccedilla" g2="periodcentered" k="106" />
382
+ <hkern g1="C,Ccedilla" g2="registered" k="-29" />
383
+ <hkern g1="C,Ccedilla" g2="trademark" k="-41" />
384
+ <hkern g1="C,Ccedilla" g2="V" k="8" />
385
+ <hkern g1="C,Ccedilla" g2="X" k="8" />
386
+ <hkern g1="C,Ccedilla" g2="v" k="29" />
387
+ <hkern g1="C,Ccedilla" g2="hyphen,uni00AD,endash,emdash" k="53" />
388
+ <hkern g1="C,Ccedilla" g2="guillemotleft,guilsinglleft" k="29" />
389
+ <hkern g1="G" g2="T" k="41" />
390
+ <hkern g1="G" g2="W" k="8" />
391
+ <hkern g1="G" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="8" />
392
+ <hkern g1="G" g2="asterisk" k="57" />
393
+ <hkern g1="G" g2="registered" k="-16" />
394
+ <hkern g1="G" g2="trademark" k="-31" />
395
+ <hkern g1="G" g2="V" k="29" />
396
+ <hkern g1="K" g2="T" k="33" />
397
+ <hkern g1="K" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="29" />
398
+ <hkern g1="K" g2="W" k="20" />
399
+ <hkern g1="K" g2="Y,Yacute,Ydieresis" k="33" />
400
+ <hkern g1="K" g2="j" k="20" />
401
+ <hkern g1="K" g2="w" k="33" />
402
+ <hkern g1="K" g2="y,yacute,ydieresis" k="41" />
403
+ <hkern g1="K" g2="quoteright,quotedblright" k="37" />
404
+ <hkern g1="K" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="20" />
405
+ <hkern g1="K" g2="S" k="29" />
406
+ <hkern g1="K" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="45" />
407
+ <hkern g1="K" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="14" />
408
+ <hkern g1="K" g2="t" k="53" />
409
+ <hkern g1="K" g2="u,ugrave,uacute,ucircumflex,udieresis" k="29" />
410
+ <hkern g1="K" g2="asterisk" k="41" />
411
+ <hkern g1="K" g2="periodcentered" k="94" />
412
+ <hkern g1="K" g2="trademark" k="-31" />
413
+ <hkern g1="K" g2="V" k="25" />
414
+ <hkern g1="K" g2="question" k="14" />
415
+ <hkern g1="K" g2="quotedbl,quotesingle" k="41" />
416
+ <hkern g1="K" g2="quoteleft,quotedblleft" k="37" />
417
+ <hkern g1="K" g2="v" k="41" />
418
+ <hkern g1="K" g2="x" k="33" />
419
+ <hkern g1="K" g2="hyphen,uni00AD,endash,emdash" k="61" />
420
+ <hkern g1="K" g2="guillemotleft,guilsinglleft" k="20" />
421
+ <hkern g1="K" g2="z" k="29" />
422
+ <hkern g1="L" g2="T" k="246" />
423
+ <hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="59" />
424
+ <hkern g1="L" g2="W" k="115" />
425
+ <hkern g1="L" g2="Y,Yacute,Ydieresis" k="156" />
426
+ <hkern g1="L" g2="g" k="8" />
427
+ <hkern g1="L" g2="w" k="70" />
428
+ <hkern g1="L" g2="y,yacute,ydieresis" k="74" />
429
+ <hkern g1="L" g2="quoteright,quotedblright" k="160" />
430
+ <hkern g1="L" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-6" />
431
+ <hkern g1="L" g2="S" k="45" />
432
+ <hkern g1="L" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="53" />
433
+ <hkern g1="L" g2="f,uniFB01,uniFB02" k="29" />
434
+ <hkern g1="L" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="25" />
435
+ <hkern g1="L" g2="t" k="41" />
436
+ <hkern g1="L" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20" />
437
+ <hkern g1="L" g2="asterisk" k="311" />
438
+ <hkern g1="L" g2="backslash" k="164" />
439
+ <hkern g1="L" g2="periodcentered" k="188" />
440
+ <hkern g1="L" g2="registered" k="188" />
441
+ <hkern g1="L" g2="trademark" k="201" />
442
+ <hkern g1="L" g2="V" k="156" />
443
+ <hkern g1="L" g2="question" k="66" />
444
+ <hkern g1="L" g2="quotedbl,quotesingle" k="182" />
445
+ <hkern g1="L" g2="quoteleft,quotedblleft" k="160" />
446
+ <hkern g1="L" g2="v" k="74" />
447
+ <hkern g1="L" g2="hyphen,uni00AD,endash,emdash" k="111" />
448
+ <hkern g1="L" g2="guillemotleft,guilsinglleft" k="70" />
449
+ <hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="T" k="41" />
450
+ <hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="W" k="12" />
451
+ <hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="Y,Yacute,Ydieresis" k="41" />
452
+ <hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="20" />
453
+ <hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="Z" k="41" />
454
+ <hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="J" k="82" />
455
+ <hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="asterisk" k="70" />
456
+ <hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="registered" k="-12" />
457
+ <hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="trademark" k="53" />
458
+ <hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="slash" k="29" />
459
+ <hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="V" k="20" />
460
+ <hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="X" k="35" />
461
+ <hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="z" k="14" />
462
+ <hkern g1="R" g2="T" k="41" />
463
+ <hkern g1="R" g2="Y,Yacute,Ydieresis" k="29" />
464
+ <hkern g1="R" g2="g" k="20" />
465
+ <hkern g1="R" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="20" />
466
+ <hkern g1="R" g2="S" k="29" />
467
+ <hkern g1="R" g2="Z" k="20" />
468
+ <hkern g1="R" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20" />
469
+ <hkern g1="R" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="20" />
470
+ <hkern g1="R" g2="J" k="37" />
471
+ <hkern g1="R" g2="asterisk" k="20" />
472
+ <hkern g1="R" g2="periodcentered" k="20" />
473
+ <hkern g1="R" g2="registered" k="-29" />
474
+ <hkern g1="R" g2="V" k="29" />
475
+ <hkern g1="R" g2="X" k="20" />
476
+ <hkern g1="R" g2="x" k="29" />
477
+ <hkern g1="R" g2="hyphen,uni00AD,endash,emdash" k="78" />
478
+ <hkern g1="R" g2="guillemotleft,guilsinglleft" k="61" />
479
+ <hkern g1="R" g2="z" k="29" />
480
+ <hkern g1="R" g2="guillemotright,guilsinglright" k="29" />
481
+ <hkern g1="S" g2="T" k="41" />
482
+ <hkern g1="S" g2="Y,Yacute,Ydieresis" k="14" />
483
+ <hkern g1="S" g2="S" k="29" />
484
+ <hkern g1="S" g2="J" k="29" />
485
+ <hkern g1="S" g2="asterisk" k="37" />
486
+ <hkern g1="S" g2="periodcentered" k="16" />
487
+ <hkern g1="S" g2="registered" k="-8" />
488
+ <hkern g1="T" g2="Y,Yacute,Ydieresis" k="29" />
489
+ <hkern g1="T" g2="g" k="150" />
490
+ <hkern g1="T" g2="w" k="70" />
491
+ <hkern g1="T" g2="y,yacute,ydieresis" k="68" />
492
+ <hkern g1="T" g2="comma,period,ellipsis" k="217" />
493
+ <hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="82" />
494
+ <hkern g1="T" g2="S" k="80" />
495
+ <hkern g1="T" g2="Z" k="111" />
496
+ <hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="49" />
497
+ <hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="150" />
498
+ <hkern g1="T" g2="f,uniFB01,uniFB02" k="37" />
499
+ <hkern g1="T" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="135" />
500
+ <hkern g1="T" g2="J" k="258" />
501
+ <hkern g1="T" g2="t" k="37" />
502
+ <hkern g1="T" g2="u,ugrave,uacute,ucircumflex,udieresis" k="94" />
503
+ <hkern g1="T" g2="periodcentered" k="131" />
504
+ <hkern g1="T" g2="registered" k="-41" />
505
+ <hkern g1="T" g2="trademark" k="-70" />
506
+ <hkern g1="T" g2="slash" k="182" />
507
+ <hkern g1="T" g2="X" k="41" />
508
+ <hkern g1="T" g2="v" k="68" />
509
+ <hkern g1="T" g2="x" k="80" />
510
+ <hkern g1="T" g2="hyphen,uni00AD,endash,emdash" k="164" />
511
+ <hkern g1="T" g2="guillemotleft,guilsinglleft" k="96" />
512
+ <hkern g1="T" g2="m,n,p,r,ntilde" k="94" />
513
+ <hkern g1="T" g2="s" k="121" />
514
+ <hkern g1="T" g2="z" k="154" />
515
+ <hkern g1="T" g2="guillemotright,guilsinglright" k="82" />
516
+ <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="Y,Yacute,Ydieresis" k="29" />
517
+ <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="g" k="20" />
518
+ <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="comma,period,ellipsis" k="33" />
519
+ <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="37" />
520
+ <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="S" k="20" />
521
+ <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="8" />
522
+ <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="J" k="96" />
523
+ <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="slash" k="63" />
524
+ <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="V" k="20" />
525
+ <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="X" k="20" />
526
+ <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="x" k="14" />
527
+ <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="s" k="8" />
528
+ <hkern g1="W" g2="g" k="27" />
529
+ <hkern g1="W" g2="comma,period,ellipsis" k="70" />
530
+ <hkern g1="W" g2="S" k="12" />
531
+ <hkern g1="W" g2="Z" k="12" />
532
+ <hkern g1="W" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="12" />
533
+ <hkern g1="W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="33" />
534
+ <hkern g1="W" g2="J" k="133" />
535
+ <hkern g1="W" g2="registered" k="-80" />
536
+ <hkern g1="W" g2="trademark" k="-70" />
537
+ <hkern g1="W" g2="slash" k="59" />
538
+ <hkern g1="W" g2="hyphen,uni00AD,endash,emdash" k="8" />
539
+ <hkern g1="W" g2="guillemotleft,guilsinglleft" k="20" />
540
+ <hkern g1="W" g2="z" k="20" />
541
+ <hkern g1="W" g2="guillemotright,guilsinglright" k="33" />
542
+ <hkern g1="Y,Yacute,Ydieresis" g2="T" k="29" />
543
+ <hkern g1="Y,Yacute,Ydieresis" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="20" />
544
+ <hkern g1="Y,Yacute,Ydieresis" g2="g" k="123" />
545
+ <hkern g1="Y,Yacute,Ydieresis" g2="w" k="49" />
546
+ <hkern g1="Y,Yacute,Ydieresis" g2="y,yacute,ydieresis" k="29" />
547
+ <hkern g1="Y,Yacute,Ydieresis" g2="quoteright,quotedblright" k="-18" />
548
+ <hkern g1="Y,Yacute,Ydieresis" g2="comma,period,ellipsis" k="186" />
549
+ <hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="29" />
550
+ <hkern g1="Y,Yacute,Ydieresis" g2="S" k="33" />
551
+ <hkern g1="Y,Yacute,Ydieresis" g2="Z" k="53" />
552
+ <hkern g1="Y,Yacute,Ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="29" />
553
+ <hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="137" />
554
+ <hkern g1="Y,Yacute,Ydieresis" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="84" />
555
+ <hkern g1="Y,Yacute,Ydieresis" g2="J" k="205" />
556
+ <hkern g1="Y,Yacute,Ydieresis" g2="t" k="29" />
557
+ <hkern g1="Y,Yacute,Ydieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="70" />
558
+ <hkern g1="Y,Yacute,Ydieresis" g2="periodcentered" k="94" />
559
+ <hkern g1="Y,Yacute,Ydieresis" g2="registered" k="-68" />
560
+ <hkern g1="Y,Yacute,Ydieresis" g2="trademark" k="-94" />
561
+ <hkern g1="Y,Yacute,Ydieresis" g2="slash" k="137" />
562
+ <hkern g1="Y,Yacute,Ydieresis" g2="question" k="14" />
563
+ <hkern g1="Y,Yacute,Ydieresis" g2="v" k="29" />
564
+ <hkern g1="Y,Yacute,Ydieresis" g2="x" k="70" />
565
+ <hkern g1="Y,Yacute,Ydieresis" g2="hyphen,uni00AD,endash,emdash" k="135" />
566
+ <hkern g1="Y,Yacute,Ydieresis" g2="guillemotleft,guilsinglleft" k="113" />
567
+ <hkern g1="Y,Yacute,Ydieresis" g2="m,n,p,r,ntilde" k="82" />
568
+ <hkern g1="Y,Yacute,Ydieresis" g2="s" k="84" />
569
+ <hkern g1="Y,Yacute,Ydieresis" g2="z" k="96" />
570
+ <hkern g1="Y,Yacute,Ydieresis" g2="guillemotright,guilsinglright" k="92" />
571
+ <hkern g1="Y,Yacute,Ydieresis" g2="colon,semicolon" k="51" />
572
+ <hkern g1="Z" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="20" />
573
+ <hkern g1="Z" g2="W" k="12" />
574
+ <hkern g1="Z" g2="Y,Yacute,Ydieresis" k="29" />
575
+ <hkern g1="Z" g2="g" k="29" />
576
+ <hkern g1="Z" g2="w" k="33" />
577
+ <hkern g1="Z" g2="y,yacute,ydieresis" k="33" />
578
+ <hkern g1="Z" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="12" />
579
+ <hkern g1="Z" g2="S" k="61" />
580
+ <hkern g1="Z" g2="Z" k="20" />
581
+ <hkern g1="Z" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="41" />
582
+ <hkern g1="Z" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="33" />
583
+ <hkern g1="Z" g2="f,uniFB01,uniFB02" k="41" />
584
+ <hkern g1="Z" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="43" />
585
+ <hkern g1="Z" g2="J" k="68" />
586
+ <hkern g1="Z" g2="t" k="29" />
587
+ <hkern g1="Z" g2="u,ugrave,uacute,ucircumflex,udieresis" k="47" />
588
+ <hkern g1="Z" g2="periodcentered" k="123" />
589
+ <hkern g1="Z" g2="registered" k="-41" />
590
+ <hkern g1="Z" g2="trademark" k="-41" />
591
+ <hkern g1="Z" g2="V" k="12" />
592
+ <hkern g1="Z" g2="v" k="33" />
593
+ <hkern g1="Z" g2="hyphen,uni00AD,endash,emdash" k="70" />
594
+ <hkern g1="Z" g2="guillemotleft,guilsinglleft" k="70" />
595
+ <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="T" k="49" />
596
+ <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="W" k="8" />
597
+ <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="Y,Yacute,Ydieresis" k="49" />
598
+ <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="quoteright,quotedblright" k="33" />
599
+ <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="asterisk" k="111" />
600
+ <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="V" k="33" />
601
+ <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="question" k="25" />
602
+ <hkern g1="c,ccedilla" g2="T" k="41" />
603
+ <hkern g1="c,ccedilla" g2="Y,Yacute,Ydieresis" k="49" />
604
+ <hkern g1="c,ccedilla" g2="g" k="20" />
605
+ <hkern g1="c,ccedilla" g2="w" k="-12" />
606
+ <hkern g1="c,ccedilla" g2="y,yacute,ydieresis" k="-12" />
607
+ <hkern g1="c,ccedilla" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20" />
608
+ <hkern g1="c,ccedilla" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="43" />
609
+ <hkern g1="c,ccedilla" g2="periodcentered" k="29" />
610
+ <hkern g1="c,ccedilla" g2="registered" k="-41" />
611
+ <hkern g1="c,ccedilla" g2="V" k="29" />
612
+ <hkern g1="c,ccedilla" g2="v" k="-12" />
613
+ <hkern g1="c,ccedilla" g2="x" k="-16" />
614
+ <hkern g1="c,ccedilla" g2="hyphen,uni00AD,endash,emdash" k="41" />
615
+ <hkern g1="colon,semicolon" g2="Y,Yacute,Ydieresis" k="53" />
616
+ <hkern g1="colon,semicolon" g2="j" k="-8" />
617
+ <hkern g1="colon,semicolon" g2="asterisk" k="100" />
618
+ <hkern g1="comma,period,ellipsis" g2="T" k="217" />
619
+ <hkern g1="comma,period,ellipsis" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="41" />
620
+ <hkern g1="comma,period,ellipsis" g2="W" k="70" />
621
+ <hkern g1="comma,period,ellipsis" g2="Y,Yacute,Ydieresis" k="188" />
622
+ <hkern g1="comma,period,ellipsis" g2="j" k="-53" />
623
+ <hkern g1="comma,period,ellipsis" g2="w" k="45" />
624
+ <hkern g1="comma,period,ellipsis" g2="y,yacute,ydieresis" k="41" />
625
+ <hkern g1="comma,period,ellipsis" g2="quoteright,quotedblright" k="213" />
626
+ <hkern g1="comma,period,ellipsis" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="16" />
627
+ <hkern g1="comma,period,ellipsis" g2="t" k="57" />
628
+ <hkern g1="comma,period,ellipsis" g2="asterisk" k="283" />
629
+ <hkern g1="comma,period,ellipsis" g2="V" k="147" />
630
+ <hkern g1="comma,period,ellipsis" g2="quotedbl,quotesingle" k="197" />
631
+ <hkern g1="comma,period,ellipsis" g2="quoteleft,quotedblleft" k="172" />
632
+ <hkern g1="comma,period,ellipsis" g2="v" k="72" />
633
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="T" k="49" />
634
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="W" k="20" />
635
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="Y,Yacute,Ydieresis" k="53" />
636
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="g" k="20" />
637
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="w" k="-10" />
638
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="y,yacute,ydieresis" k="-10" />
639
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="quoteright,quotedblright" k="20" />
640
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="S" k="41" />
641
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="29" />
642
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="J" k="41" />
643
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="t" k="29" />
644
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="asterisk" k="70" />
645
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="backslash" k="41" />
646
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="periodcentered" k="8" />
647
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="trademark" k="35" />
648
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="V" k="33" />
649
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="question" k="14" />
650
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="v" k="-10" />
651
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="x" k="14" />
652
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="hyphen,uni00AD,endash,emdash" k="-12" />
653
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="z" k="-8" />
654
+ <hkern g1="f" g2="T" k="-94" />
655
+ <hkern g1="f" g2="W" k="-94" />
656
+ <hkern g1="f" g2="Y,Yacute,Ydieresis" k="-94" />
657
+ <hkern g1="f" g2="g" k="29" />
658
+ <hkern g1="f" g2="j" k="20" />
659
+ <hkern g1="f" g2="quoteright,quotedblright" k="-70" />
660
+ <hkern g1="f" g2="comma,period,ellipsis" k="102" />
661
+ <hkern g1="f" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="41" />
662
+ <hkern g1="f" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="20" />
663
+ <hkern g1="f" g2="u,ugrave,uacute,ucircumflex,udieresis" k="31" />
664
+ <hkern g1="f" g2="backslash" k="-127" />
665
+ <hkern g1="f" g2="periodcentered" k="41" />
666
+ <hkern g1="f" g2="registered" k="-154" />
667
+ <hkern g1="f" g2="trademark" k="-156" />
668
+ <hkern g1="f" g2="slash" k="29" />
669
+ <hkern g1="f" g2="exclam" k="-29" />
670
+ <hkern g1="f" g2="V" k="-111" />
671
+ <hkern g1="f" g2="X" k="-68" />
672
+ <hkern g1="f" g2="question" k="-53" />
673
+ <hkern g1="f" g2="quotedbl,quotesingle" k="-82" />
674
+ <hkern g1="f" g2="quoteleft,quotedblleft" k="-70" />
675
+ <hkern g1="f" g2="v" k="-27" />
676
+ <hkern g1="f" g2="x" k="8" />
677
+ <hkern g1="f" g2="hyphen,uni00AD,endash,emdash" k="29" />
678
+ <hkern g1="f" g2="s" k="8" />
679
+ <hkern g1="f" g2="z" k="29" />
680
+ <hkern g1="f" g2="parenright,bracketright,braceright" k="-100" />
681
+ <hkern g1="g" g2="T" k="53" />
682
+ <hkern g1="g" g2="Y,Yacute,Ydieresis" k="29" />
683
+ <hkern g1="g" g2="j" k="-76" />
684
+ <hkern g1="g" g2="w" k="8" />
685
+ <hkern g1="g" g2="y,yacute,ydieresis" k="8" />
686
+ <hkern g1="g" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="33" />
687
+ <hkern g1="g" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="29" />
688
+ <hkern g1="g" g2="asterisk" k="70" />
689
+ <hkern g1="g" g2="periodcentered" k="16" />
690
+ <hkern g1="g" g2="registered" k="-29" />
691
+ <hkern g1="g" g2="slash" k="-98" />
692
+ <hkern g1="g" g2="question" k="74" />
693
+ <hkern g1="g" g2="v" k="8" />
694
+ <hkern g1="g" g2="z" k="29" />
695
+ <hkern g1="g" g2="parenright,bracketright,braceright" k="-29" />
696
+ <hkern g1="k" g2="T" k="45" />
697
+ <hkern g1="k" g2="Y,Yacute,Ydieresis" k="23" />
698
+ <hkern g1="k" g2="g" k="20" />
699
+ <hkern g1="k" g2="j" k="20" />
700
+ <hkern g1="k" g2="quoteright,quotedblright" k="53" />
701
+ <hkern g1="k" g2="comma,period,ellipsis" k="-29" />
702
+ <hkern g1="k" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20" />
703
+ <hkern g1="k" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="37" />
704
+ <hkern g1="k" g2="t" k="29" />
705
+ <hkern g1="k" g2="u,ugrave,uacute,ucircumflex,udieresis" k="29" />
706
+ <hkern g1="k" g2="asterisk" k="29" />
707
+ <hkern g1="k" g2="periodcentered" k="53" />
708
+ <hkern g1="k" g2="registered" k="14" />
709
+ <hkern g1="k" g2="trademark" k="41" />
710
+ <hkern g1="k" g2="question" k="25" />
711
+ <hkern g1="k" g2="x" k="8" />
712
+ <hkern g1="k" g2="hyphen,uni00AD,endash,emdash" k="90" />
713
+ <hkern g1="k" g2="guillemotleft,guilsinglleft" k="53" />
714
+ <hkern g1="k" g2="z" k="14" />
715
+ <hkern g1="k" g2="guillemotright,guilsinglright" k="14" />
716
+ <hkern g1="h,m,n,ntilde" g2="T" k="49" />
717
+ <hkern g1="h,m,n,ntilde" g2="Y,Yacute,Ydieresis" k="33" />
718
+ <hkern g1="h,m,n,ntilde" g2="asterisk" k="70" />
719
+ <hkern g1="h,m,n,ntilde" g2="trademark" k="41" />
720
+ <hkern g1="h,m,n,ntilde" g2="V" k="20" />
721
+ <hkern g1="h,m,n,ntilde" g2="question" k="14" />
722
+ <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="T" k="117" />
723
+ <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="Y,Yacute,Ydieresis" k="94" />
724
+ <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="w" k="8" />
725
+ <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="y,yacute,ydieresis" k="8" />
726
+ <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="quoteright,quotedblright" k="53" />
727
+ <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="comma,period,ellipsis" k="20" />
728
+ <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="29" />
729
+ <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="backslash" k="53" />
730
+ <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="registered" k="14" />
731
+ <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="V" k="39" />
732
+ <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="X" k="8" />
733
+ <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="question" k="25" />
734
+ <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="quoteleft,quotedblleft" k="29" />
735
+ <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="v" k="8" />
736
+ <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="x" k="35" />
737
+ <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="hyphen,uni00AD,endash,emdash" k="-12" />
738
+ <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="z" k="12" />
739
+ <hkern g1="quoteleft,quotedblleft" g2="Y,Yacute,Ydieresis" k="-18" />
740
+ <hkern g1="quoteleft,quotedblleft" g2="g" k="68" />
741
+ <hkern g1="quoteleft,quotedblleft" g2="comma,period,ellipsis" k="170" />
742
+ <hkern g1="quoteleft,quotedblleft" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="113" />
743
+ <hkern g1="quoteleft,quotedblleft" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="88" />
744
+ <hkern g1="quoteleft,quotedblleft" g2="f,uniFB01,uniFB02" k="29" />
745
+ <hkern g1="quoteleft,quotedblleft" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="68" />
746
+ <hkern g1="quoteleft,quotedblleft" g2="exclamdown" k="109" />
747
+ <hkern g1="quoteleft,quotedblleft" g2="questiondown" k="272" />
748
+ <hkern g1="quoteleft,quotedblleft" g2="X" k="14" />
749
+ <hkern g1="r" g2="g" k="20" />
750
+ <hkern g1="r" g2="j" k="12" />
751
+ <hkern g1="r" g2="w" k="-27" />
752
+ <hkern g1="r" g2="y,yacute,ydieresis" k="-39" />
753
+ <hkern g1="r" g2="quoteright,quotedblright" k="14" />
754
+ <hkern g1="r" g2="comma,period,ellipsis" k="117" />
755
+ <hkern g1="r" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="39" />
756
+ <hkern g1="r" g2="Z" k="20" />
757
+ <hkern g1="r" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="51" />
758
+ <hkern g1="r" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="20" />
759
+ <hkern g1="r" g2="J" k="113" />
760
+ <hkern g1="r" g2="backslash" k="-27" />
761
+ <hkern g1="r" g2="periodcentered" k="33" />
762
+ <hkern g1="r" g2="registered" k="-127" />
763
+ <hkern g1="r" g2="slash" k="70" />
764
+ <hkern g1="r" g2="quoteleft,quotedblleft" k="-70" />
765
+ <hkern g1="r" g2="v" k="-39" />
766
+ <hkern g1="r" g2="hyphen,uni00AD,endash,emdash" k="49" />
767
+ <hkern g1="r" g2="guillemotleft,guilsinglleft" k="41" />
768
+ <hkern g1="r" g2="s" k="20" />
769
+ <hkern g1="r" g2="z" k="20" />
770
+ <hkern g1="s" g2="T" k="49" />
771
+ <hkern g1="s" g2="Y,Yacute,Ydieresis" k="41" />
772
+ <hkern g1="s" g2="quoteright,quotedblright" k="23" />
773
+ <hkern g1="s" g2="asterisk" k="100" />
774
+ <hkern g1="s" g2="V" k="20" />
775
+ <hkern g1="s" g2="question" k="23" />
776
+ <hkern g1="s" g2="hyphen,uni00AD,endash,emdash" k="-20" />
777
+ <hkern g1="t" g2="T" k="29" />
778
+ <hkern g1="t" g2="Y,Yacute,Ydieresis" k="8" />
779
+ <hkern g1="t" g2="g" k="20" />
780
+ <hkern g1="t" g2="comma,period,ellipsis" k="-29" />
781
+ <hkern g1="t" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="37" />
782
+ <hkern g1="t" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="20" />
783
+ <hkern g1="t" g2="u,ugrave,uacute,ucircumflex,udieresis" k="12" />
784
+ <hkern g1="t" g2="periodcentered" k="41" />
785
+ <hkern g1="t" g2="registered" k="-70" />
786
+ <hkern g1="t" g2="slash" k="-29" />
787
+ <hkern g1="t" g2="question" k="53" />
788
+ <hkern g1="t" g2="hyphen,uni00AD,endash,emdash" k="53" />
789
+ <hkern g1="t" g2="guillemotleft,guilsinglleft" k="37" />
790
+ <hkern g1="t" g2="colon,semicolon" k="-29" />
791
+ <hkern g1="q,u,ugrave,uacute,ucircumflex,udieresis" g2="T" k="41" />
792
+ <hkern g1="q,u,ugrave,uacute,ucircumflex,udieresis" g2="Y,Yacute,Ydieresis" k="61" />
793
+ <hkern g1="q,u,ugrave,uacute,ucircumflex,udieresis" g2="asterisk" k="49" />
794
+ <hkern g1="q,u,ugrave,uacute,ucircumflex,udieresis" g2="V" k="29" />
795
+ <hkern g1="w" g2="T" k="49" />
796
+ <hkern g1="w" g2="Y,Yacute,Ydieresis" k="23" />
797
+ <hkern g1="w" g2="j" k="20" />
798
+ <hkern g1="w" g2="comma,period,ellipsis" k="84" />
799
+ <hkern g1="w" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="8" />
800
+ <hkern g1="w" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20" />
801
+ <hkern g1="w" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="8" />
802
+ <hkern g1="w" g2="J" k="61" />
803
+ <hkern g1="w" g2="asterisk" k="16" />
804
+ <hkern g1="w" g2="registered" k="-78" />
805
+ <hkern g1="w" g2="trademark" k="-29" />
806
+ <hkern g1="w" g2="slash" k="16" />
807
+ <hkern g1="w" g2="V" k="8" />
808
+ <hkern g1="w" g2="X" k="29" />
809
+ <hkern g1="w" g2="z" k="35" />
810
+ <hkern g1="y,yacute,ydieresis" g2="T" k="41" />
811
+ <hkern g1="y,yacute,ydieresis" g2="Y,Yacute,Ydieresis" k="14" />
812
+ <hkern g1="y,yacute,ydieresis" g2="j" k="20" />
813
+ <hkern g1="y,yacute,ydieresis" g2="comma,period,ellipsis" k="72" />
814
+ <hkern g1="y,yacute,ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="41" />
815
+ <hkern g1="y,yacute,ydieresis" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="8" />
816
+ <hkern g1="y,yacute,ydieresis" g2="J" k="82" />
817
+ <hkern g1="y,yacute,ydieresis" g2="registered" k="-92" />
818
+ <hkern g1="y,yacute,ydieresis" g2="trademark" k="-27" />
819
+ <hkern g1="y,yacute,ydieresis" g2="slash" k="29" />
820
+ <hkern g1="y,yacute,ydieresis" g2="V" k="8" />
821
+ <hkern g1="y,yacute,ydieresis" g2="X" k="8" />
822
+ <hkern g1="y,yacute,ydieresis" g2="z" k="49" />
823
+ <hkern g1="z" g2="T" k="53" />
824
+ <hkern g1="z" g2="Y,Yacute,Ydieresis" k="8" />
825
+ <hkern g1="z" g2="g" k="12" />
826
+ <hkern g1="z" g2="y,yacute,ydieresis" k="8" />
827
+ <hkern g1="z" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="47" />
828
+ <hkern g1="z" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="20" />
829
+ <hkern g1="z" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20" />
830
+ <hkern g1="z" g2="periodcentered" k="16" />
831
+ <hkern g1="z" g2="registered" k="-51" />
832
+ <hkern g1="z" g2="trademark" k="-27" />
833
+ <hkern g1="z" g2="v" k="8" />
834
+ <hkern g1="z" g2="hyphen,uni00AD,endash,emdash" k="33" />
835
+ <hkern g1="F" g2="W" k="-8" />
836
+ <hkern g1="F" g2="g" k="49" />
837
+ <hkern g1="F" g2="w" k="33" />
838
+ <hkern g1="F" g2="y,yacute,ydieresis" k="33" />
839
+ <hkern g1="F" g2="comma,period,ellipsis" k="147" />
840
+ <hkern g1="F" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="76" />
841
+ <hkern g1="F" g2="S" k="41" />
842
+ <hkern g1="F" g2="Z" k="61" />
843
+ <hkern g1="F" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20" />
844
+ <hkern g1="F" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="70" />
845
+ <hkern g1="F" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="29" />
846
+ <hkern g1="F" g2="J" k="283" />
847
+ <hkern g1="F" g2="t" k="20" />
848
+ <hkern g1="F" g2="u,ugrave,uacute,ucircumflex,udieresis" k="33" />
849
+ <hkern g1="F" g2="guillemotleft,guilsinglleft" k="41" />
850
+ <hkern g1="F" g2="m,n,p,r,ntilde" k="41" />
851
+ <hkern g1="F" g2="s" k="41" />
852
+ <hkern g1="F" g2="z" k="61" />
853
+ <hkern g1="J" g2="comma,period,ellipsis" k="49" />
854
+ <hkern g1="J" g2="J" k="80" />
855
+ <hkern g1="P" g2="T" k="49" />
856
+ <hkern g1="P" g2="Y,Yacute,Ydieresis" k="20" />
857
+ <hkern g1="P" g2="g" k="61" />
858
+ <hkern g1="P" g2="comma,period,ellipsis" k="229" />
859
+ <hkern g1="P" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="102" />
860
+ <hkern g1="P" g2="S" k="20" />
861
+ <hkern g1="P" g2="Z" k="160" />
862
+ <hkern g1="P" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="88" />
863
+ <hkern g1="P" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="49" />
864
+ <hkern g1="P" g2="J" k="299" />
865
+ <hkern g1="P" g2="hyphen,uni00AD,endash,emdash" k="51" />
866
+ <hkern g1="P" g2="guillemotleft,guilsinglleft" k="41" />
867
+ <hkern g1="P" g2="s" k="20" />
868
+ <hkern g1="P" g2="z" k="41" />
869
+ <hkern g1="V" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="20" />
870
+ <hkern g1="V" g2="g" k="43" />
871
+ <hkern g1="V" g2="w" k="18" />
872
+ <hkern g1="V" g2="y,yacute,ydieresis" k="18" />
873
+ <hkern g1="V" g2="comma,period,ellipsis" k="133" />
874
+ <hkern g1="V" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="29" />
875
+ <hkern g1="V" g2="S" k="33" />
876
+ <hkern g1="V" g2="Z" k="39" />
877
+ <hkern g1="V" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20" />
878
+ <hkern g1="V" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="45" />
879
+ <hkern g1="V" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="31" />
880
+ <hkern g1="V" g2="J" k="150" />
881
+ <hkern g1="V" g2="i,igrave,iacute,icircumflex,idieresis" k="6" />
882
+ <hkern g1="V" g2="u,ugrave,uacute,ucircumflex,udieresis" k="61" />
883
+ <hkern g1="V" g2="hyphen,uni00AD,endash,emdash" k="39" />
884
+ <hkern g1="V" g2="guillemotleft,guilsinglleft" k="43" />
885
+ <hkern g1="V" g2="m,n,p,r,ntilde" k="41" />
886
+ <hkern g1="V" g2="s" k="25" />
887
+ <hkern g1="V" g2="z" k="51" />
888
+ <hkern g1="V" g2="guillemotright,guilsinglright" k="39" />
889
+ <hkern g1="X" g2="T" k="41" />
890
+ <hkern g1="X" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="20" />
891
+ <hkern g1="X" g2="w" k="29" />
892
+ <hkern g1="X" g2="y,yacute,ydieresis" k="33" />
893
+ <hkern g1="X" g2="quoteright,quotedblright" k="14" />
894
+ <hkern g1="X" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-6" />
895
+ <hkern g1="X" g2="S" k="29" />
896
+ <hkern g1="X" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="35" />
897
+ <hkern g1="X" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20" />
898
+ <hkern g1="X" g2="f,uniFB01,uniFB02" k="33" />
899
+ <hkern g1="X" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="14" />
900
+ <hkern g1="X" g2="J" k="10" />
901
+ <hkern g1="X" g2="t" k="33" />
902
+ <hkern g1="X" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20" />
903
+ <hkern g1="X" g2="quotedbl,quotesingle" k="8" />
904
+ <hkern g1="X" g2="quoteleft,quotedblleft" k="14" />
905
+ <hkern g1="X" g2="hyphen,uni00AD,endash,emdash" k="55" />
906
+ <hkern g1="X" g2="guillemotleft,guilsinglleft" k="29" />
907
+ <hkern g1="X" g2="z" k="29" />
908
+ <hkern g1="X" g2="guillemotright,guilsinglright" k="14" />
909
+ <hkern g1="parenleft,bracketleft,braceleft" g2="j" k="-164" />
910
+ <hkern g1="parenleft,bracketleft,braceleft" g2="J" k="41" />
911
+ <hkern g1="hyphen,uni00AD,endash,emdash" g2="T" k="51" />
912
+ <hkern g1="hyphen,uni00AD,endash,emdash" g2="W" k="8" />
913
+ <hkern g1="hyphen,uni00AD,endash,emdash" g2="Y,Yacute,Ydieresis" k="135" />
914
+ <hkern g1="hyphen,uni00AD,endash,emdash" g2="Z" k="41" />
915
+ <hkern g1="hyphen,uni00AD,endash,emdash" g2="V" k="53" />
916
+ <hkern g1="hyphen,uni00AD,endash,emdash" g2="X" k="53" />
917
+ <hkern g1="hyphen,uni00AD,endash,emdash" g2="v" k="8" />
918
+ <hkern g1="hyphen,uni00AD,endash,emdash" g2="x" k="29" />
919
+ <hkern g1="germandbls" g2="w" k="29" />
920
+ <hkern g1="germandbls" g2="y,yacute,ydieresis" k="33" />
921
+ <hkern g1="germandbls" g2="quoteright,quotedblright" k="115" />
922
+ <hkern g1="germandbls" g2="f,uniFB01,uniFB02" k="8" />
923
+ <hkern g1="germandbls" g2="t" k="33" />
924
+ <hkern g1="germandbls" g2="question" k="33" />
925
+ <hkern g1="germandbls" g2="quotedbl,quotesingle" k="137" />
926
+ <hkern g1="germandbls" g2="quoteleft,quotedblleft" k="98" />
927
+ <hkern g1="guillemotleft,guilsinglleft" g2="T" k="82" />
928
+ <hkern g1="guillemotleft,guilsinglleft" g2="W" k="35" />
929
+ <hkern g1="guillemotleft,guilsinglleft" g2="Y,Yacute,Ydieresis" k="92" />
930
+ <hkern g1="guillemotleft,guilsinglleft" g2="V" k="35" />
931
+ <hkern g1="guillemotleft,guilsinglleft" g2="X" k="14" />
932
+ <hkern g1="guillemotleft,guilsinglleft" g2="x" k="41" />
933
+ <hkern g1="guillemotright,guilsinglright" g2="T" k="94" />
934
+ <hkern g1="guillemotright,guilsinglright" g2="W" k="20" />
935
+ <hkern g1="guillemotright,guilsinglright" g2="Y,Yacute,Ydieresis" k="113" />
936
+ <hkern g1="guillemotright,guilsinglright" g2="S" k="61" />
937
+ <hkern g1="guillemotright,guilsinglright" g2="Z" k="37" />
938
+ <hkern g1="guillemotright,guilsinglright" g2="J" k="61" />
939
+ <hkern g1="guillemotright,guilsinglright" g2="V" k="43" />
940
+ <hkern g1="guillemotright,guilsinglright" g2="X" k="29" />
941
+ <hkern g1="guillemotright,guilsinglright" g2="x" k="49" />
942
+ <hkern g1="question" g2="quoteright,quotedblright" k="43" />
943
+ <hkern g1="quotedbl,quotesingle" g2="comma,period,ellipsis" k="236" />
944
+ <hkern g1="quotedbl,quotesingle" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="113" />
945
+ <hkern g1="quotedbl,quotesingle" g2="X" k="8" />
946
+ <hkern g1="quotedbl,quotesingle" g2="s" k="41" />
947
+ <hkern g1="quoteright,quotedblright" g2="g" k="68" />
948
+ <hkern g1="quoteright,quotedblright" g2="comma,period,ellipsis" k="270" />
949
+ <hkern g1="quoteright,quotedblright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="119" />
950
+ <hkern g1="quoteright,quotedblright" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="70" />
951
+ <hkern g1="quoteright,quotedblright" g2="f,uniFB01,uniFB02" k="33" />
952
+ <hkern g1="quoteright,quotedblright" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="68" />
953
+ <hkern g1="quoteright,quotedblright" g2="X" k="14" />
954
+ <hkern g1="quoteright,quotedblright" g2="s" k="100" />
955
+ <hkern g1="v" g2="T" k="41" />
956
+ <hkern g1="v" g2="Y,Yacute,Ydieresis" k="14" />
957
+ <hkern g1="v" g2="j" k="20" />
958
+ <hkern g1="v" g2="comma,period,ellipsis" k="72" />
959
+ <hkern g1="v" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="23" />
960
+ <hkern g1="v" g2="Z" k="8" />
961
+ <hkern g1="v" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="41" />
962
+ <hkern g1="v" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="8" />
963
+ <hkern g1="v" g2="J" k="82" />
964
+ <hkern g1="v" g2="hyphen,uni00AD,endash,emdash" k="14" />
965
+ <hkern g1="v" g2="z" k="49" />
966
+ <hkern g1="x" g2="T" k="68" />
967
+ <hkern g1="x" g2="Y,Yacute,Ydieresis" k="31" />
968
+ <hkern g1="x" g2="y,yacute,ydieresis" k="29" />
969
+ <hkern g1="x" g2="S" k="8" />
970
+ <hkern g1="x" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20" />
971
+ <hkern g1="x" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20" />
972
+ <hkern g1="x" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="35" />
973
+ <hkern g1="x" g2="hyphen,uni00AD,endash,emdash" k="29" />
974
+ <hkern g1="x" g2="guillemotleft,guilsinglleft" k="49" />
975
+ <hkern g1="x" g2="guillemotright,guilsinglright" k="41" />
976
+ </font>
977
+ </defs></svg>