rbcli 0.2.12 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (113) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +15 -0
  3. data/Gemfile.lock +39 -38
  4. data/docs-src/content/development/changelog.md +16 -1
  5. data/docs-src/themes/hugo-theme-learn/CHANGELOG.md +74 -2
  6. data/docs-src/themes/hugo-theme-learn/README.md +42 -5
  7. data/docs-src/themes/hugo-theme-learn/exampleSite/config.toml +27 -0
  8. data/docs-src/themes/hugo-theme-learn/exampleSite/content/basics/_index.zh.md +12 -0
  9. data/docs-src/themes/hugo-theme-learn/exampleSite/content/basics/configuration/_index.en.md +6 -4
  10. data/docs-src/themes/hugo-theme-learn/exampleSite/content/basics/configuration/_index.fr.md +7 -5
  11. data/docs-src/themes/hugo-theme-learn/exampleSite/content/basics/installation/_index.en.md +1 -1
  12. data/docs-src/themes/hugo-theme-learn/exampleSite/content/cont/markdown.en.md +88 -61
  13. data/docs-src/themes/hugo-theme-learn/exampleSite/content/cont/pages/_index.fr.md +3 -3
  14. data/docs-src/themes/hugo-theme-learn/exampleSite/content/cont/syntaxhighlight.en.md +89 -0
  15. data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/_index.en.md +2 -2
  16. data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/notice.en.md +2 -2
  17. data/docs-src/themes/hugo-theme-learn/exampleSite/content/showcase.en.md +4 -1
  18. data/docs-src/themes/hugo-theme-learn/exampleSite/content/showcase.fr.md +4 -1
  19. data/docs-src/themes/hugo-theme-learn/exampleSite/static/fonts/monogramos-webfont.svg +1 -237
  20. data/docs-src/themes/hugo-theme-learn/exampleSite/static/images/showcase/inteliver_docs.png +0 -0
  21. data/docs-src/themes/hugo-theme-learn/exampleSite/static/images/showcase/tshark_dev.png +0 -0
  22. data/docs-src/themes/hugo-theme-learn/i18n/ar.toml +26 -0
  23. data/docs-src/themes/hugo-theme-learn/i18n/de.toml +26 -0
  24. data/docs-src/themes/hugo-theme-learn/i18n/hi.toml +26 -0
  25. data/docs-src/themes/hugo-theme-learn/i18n/ja.toml +26 -0
  26. data/docs-src/themes/hugo-theme-learn/i18n/ru.toml +26 -0
  27. data/docs-src/themes/hugo-theme-learn/i18n/zh-cn.toml +26 -0
  28. data/docs-src/themes/hugo-theme-learn/layouts/_default/list.html +1 -1
  29. data/docs-src/themes/hugo-theme-learn/layouts/_default/single.html +1 -2
  30. data/docs-src/themes/hugo-theme-learn/layouts/partials/footer.html +3 -4
  31. data/docs-src/themes/hugo-theme-learn/layouts/partials/header.html +8 -6
  32. data/docs-src/themes/hugo-theme-learn/layouts/partials/menu.html +6 -5
  33. data/docs-src/themes/hugo-theme-learn/layouts/shortcodes/children.html +2 -2
  34. data/docs-src/themes/hugo-theme-learn/layouts/shortcodes/ref.html +1 -1
  35. data/docs-src/themes/hugo-theme-learn/layouts/shortcodes/relref.html +1 -1
  36. data/docs-src/themes/hugo-theme-learn/netlify.toml +1 -2
  37. data/docs-src/themes/hugo-theme-learn/static/css/theme.css +4 -0
  38. data/docs-src/themes/hugo-theme-learn/static/fonts/Inconsolata.svg +1 -359
  39. data/docs-src/themes/hugo-theme-learn/static/fonts/Novecentosanswide-Normal-webfont.svg +1 -1019
  40. data/docs-src/themes/hugo-theme-learn/static/fonts/Novecentosanswide-UltraLight-webfont.svg +1 -918
  41. data/docs-src/themes/hugo-theme-learn/static/fonts/Work_Sans_200.svg +1 -332
  42. data/docs-src/themes/hugo-theme-learn/static/fonts/Work_Sans_300.svg +1 -331
  43. data/docs-src/themes/hugo-theme-learn/static/fonts/Work_Sans_500.svg +1 -333
  44. data/docs-src/themes/hugo-theme-learn/static/images/clippy.svg +1 -1
  45. data/docs-src/themes/hugo-theme-learn/static/js/auto-complete.js +3 -223
  46. data/docs-src/themes/hugo-theme-learn/static/js/highlight.pack.js +6 -3
  47. data/docs-src/themes/hugo-theme-learn/static/js/hugo-learn.js +8 -5
  48. data/docs-src/themes/hugo-theme-learn/static/webfonts/fa-brands-400.svg +1 -1260
  49. data/docs-src/themes/hugo-theme-learn/static/webfonts/fa-regular-400.svg +1 -471
  50. data/docs-src/themes/hugo-theme-learn/static/webfonts/fa-solid-900.svg +1 -2763
  51. data/docs/404.html +8 -8
  52. data/docs/advanced/automatic_updates/index.html +85 -65
  53. data/docs/advanced/command_types/index.html +139 -144
  54. data/docs/advanced/distributed_state_locking/index.html +83 -55
  55. data/docs/advanced/hooks/index.html +94 -81
  56. data/docs/advanced/index.html +75 -34
  57. data/docs/advanced/index.xml +8 -8
  58. data/docs/advanced/interactive_commands/index.html +90 -66
  59. data/docs/advanced/logging/index.html +94 -67
  60. data/docs/advanced/remote_execution/index.html +94 -75
  61. data/docs/advanced/state_storage/index.html +122 -119
  62. data/docs/advanced/user_config_files/index.html +94 -71
  63. data/docs/categories/index.html +82 -30
  64. data/docs/categories/index.xml +1 -1
  65. data/docs/css/theme.css +4 -0
  66. data/docs/development/changelog/index.html +185 -177
  67. data/docs/development/code_of_conduct/index.html +85 -64
  68. data/docs/development/contributing/index.html +96 -96
  69. data/docs/development/index.html +75 -34
  70. data/docs/development/index.xml +2 -2
  71. data/docs/development/license/index.html +80 -46
  72. data/docs/fonts/Inconsolata.svg +1 -359
  73. data/docs/fonts/Novecentosanswide-Normal-webfont.svg +1 -1019
  74. data/docs/fonts/Novecentosanswide-UltraLight-webfont.svg +1 -918
  75. data/docs/fonts/Work_Sans_200.svg +1 -332
  76. data/docs/fonts/Work_Sans_300.svg +1 -331
  77. data/docs/fonts/Work_Sans_500.svg +1 -333
  78. data/docs/images/clippy.svg +1 -1
  79. data/docs/index.html +112 -61
  80. data/docs/index.json +24 -24
  81. data/docs/index.xml +13 -13
  82. data/docs/js/auto-complete.js +3 -223
  83. data/docs/js/highlight.pack.js +6 -3
  84. data/docs/js/hugo-learn.js +8 -5
  85. data/docs/quick_reference/index.html +126 -159
  86. data/docs/quick_reference/index.xml +1 -1
  87. data/docs/sitemap.xml +2 -4
  88. data/docs/tags/index.html +82 -30
  89. data/docs/tags/index.xml +1 -1
  90. data/docs/tutorial/10-getting_started/index.html +87 -66
  91. data/docs/tutorial/20-project_layout/index.html +126 -116
  92. data/docs/tutorial/30-your_first_command/index.html +151 -141
  93. data/docs/tutorial/40-options_parameters_and_arguments/index.html +233 -258
  94. data/docs/tutorial/50-publishing/index.html +86 -66
  95. data/docs/tutorial/index.html +75 -34
  96. data/docs/tutorial/index.xml +4 -4
  97. data/docs/webfonts/fa-brands-400.svg +1 -1260
  98. data/docs/webfonts/fa-regular-400.svg +1 -471
  99. data/docs/webfonts/fa-solid-900.svg +1 -2763
  100. data/docs/whoami/index.html +76 -46
  101. data/docs/whoami/index.xml +1 -1
  102. data/lib/rbcli/configuration/configurate_blocks/me.rb +5 -5
  103. data/lib/rbcli/util/deprecation_warning.rb +21 -4
  104. data/lib/rbcli/version.rb +1 -1
  105. data/rbcli.gemspec +8 -8
  106. data/skeletons/project/Gemfile +1 -1
  107. data/skeletons/project/config/general.rb +1 -1
  108. data/skeletons/project/lib/lib.erb +2 -0
  109. data/skeletons/project/spec/spec_helper.rb +7 -7
  110. data/skeletons/project/spec/untitled_spec.rb +6 -6
  111. data/skeletons/project/untitled.gemspec +28 -26
  112. metadata +29 -20
  113. data/docs-src/themes/hugo-theme-learn/static/js/html5shiv-printshiv.min.js +0 -4
@@ -1,1019 +1 @@
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="novecento_sans_widenormal" horiz-adv-x="668" >
7
- <font-face units-per-em="1000" ascent="821" descent="-179" />
8
- <missing-glyph horiz-adv-x="250" />
9
- <glyph horiz-adv-x="1000" />
10
- <glyph horiz-adv-x="1000" />
11
- <glyph unicode="&#xd;" horiz-adv-x="1000" />
12
- <glyph unicode=" " horiz-adv-x="250" />
13
- <glyph unicode="&#x09;" horiz-adv-x="250" />
14
- <glyph unicode="&#xa0;" horiz-adv-x="250" />
15
- <glyph unicode="!" horiz-adv-x="262" d="M172 700v-538h-82v538h82zM131 -10q-25 0 -39.5 14.5t-14.5 36.5t14.5 36t39.5 14t39.5 -14t14.5 -36t-14.5 -36.5t-39.5 -14.5z" />
16
- <glyph unicode="&#x22;" horiz-adv-x="321" d="M126 700l-4 -230h-68l-5 230h77zM270 700l-5 -230h-68l-5 230h78z" />
17
- <glyph unicode="#" horiz-adv-x="661" d="M452 179h95l-19 -72h-96l-28 -107h-69l28 107h-160l-29 -107h-69l29 107h-96l20 72h96l55 204h-95l20 71h94l28 106h69l-29 -106h161l29 106h69l-29 -106h97l-20 -71h-96zM277 383l-55 -204h161l55 204h-161z" />
18
- <glyph unicode="$" horiz-adv-x="474" d="M439 150q0 -70 -44.5 -111.5t-120.5 -48.5v-80h-65v80q-151 16 -174 149l71 19q6 -49 43 -78.5t96 -29.5q53 0 84.5 25.5t31.5 71.5q0 14 -2.5 26t-9.5 21.5t-12 16.5t-18.5 13.5t-20 10.5t-24 9t-24 6.5t-27.5 6.5t-26 6q-31 7 -52.5 15.5t-47 25t-38.5 45t-13 67.5 q0 65 40.5 105t113.5 48v81h66v-80q138 -14 168 -135l-70 -19q-20 93 -128 93q-56 0 -86 -24.5t-30 -64.5q0 -25 9.5 -42.5t30.5 -29t41 -17.5t56 -14q31 -7 49 -12t46.5 -18t45 -29t29 -44t12.5 -64z" />
19
- <glyph unicode="%" horiz-adv-x="711" d="M163 219q-128 0 -128 175q0 176 128 176t128 -176q0 -175 -128 -175zM477 560l-188 -560h-56l188 560h56zM163 274q36 0 54 28t18 92t-18 92.5t-54 28.5q-73 0 -73 -121q0 -120 73 -120zM549 -7q-128 0 -128 176q0 177 128 177t128 -177q0 -176 -128 -176zM549 49 q36 0 54 28t18 92t-18 92.5t-54 28.5q-37 0 -55 -28.5t-18 -92.5t18 -92t55 -28z" />
20
- <glyph unicode="&#x26;" horiz-adv-x="612" d="M495 253v-71q0 -95 -57.5 -144.5t-166.5 -49.5q-106 0 -161.5 44.5t-55.5 118.5q0 57 32 93.5t80 45.5v2q-43 9 -74.5 42.5t-31.5 90.5q0 71 51 108.5t145 37.5q193 0 236 -148l-72 -20q-29 102 -157 102q-123 0 -123 -86q0 -42 32.5 -68.5t94.5 -26.5h317v-70zM417 254 h-153q-60 0 -95.5 -25.5t-35.5 -74.5q0 -48 35 -74.5t104 -26.5q145 0 145 130v71z" />
21
- <glyph unicode="'" horiz-adv-x="178" d="M126 700l-4 -230h-68l-5 230h77z" />
22
- <glyph unicode="(" horiz-adv-x="356" d="M316 795l23 -74q-204 -70 -204 -430t204 -430l-23 -75q-260 92 -260 505q0 412 260 504z" />
23
- <glyph unicode=")" horiz-adv-x="356" d="M41 -213l-24 74q204 70 204 430t-204 430l24 75q259 -92 259 -505q0 -412 -259 -504z" />
24
- <glyph unicode="*" horiz-adv-x="489" d="M290 518l76 -106l-46 -33l-75 107l-75 -107l-47 33l76 106l-122 38l17 53l122 -38v129h57v-129l122 38l18 -53z" />
25
- <glyph unicode="+" d="M524 254h-153v-165h-74v165h-153v69h153v164h74v-164h153v-69z" />
26
- <glyph unicode="," horiz-adv-x="224" d="M108 0q-21 -3 -33.5 8.5t-12.5 32.5q0 20 14.5 33.5t37.5 13.5q27 0 42.5 -17t15.5 -48q0 -37 -24.5 -74t-65.5 -52l-33 35q22 8 38.5 28.5t20.5 39.5z" />
27
- <glyph unicode="-" horiz-adv-x="581" d="M480 254h-380v69h380v-69z" />
28
- <glyph unicode="." horiz-adv-x="224" d="M112 -10q-26 0 -40 14.5t-14 36.5t14.5 36t39.5 14t39.5 -14t14.5 -36t-14.5 -36.5t-39.5 -14.5z" />
29
- <glyph unicode="/" horiz-adv-x="485" d="M462 700l-353 -700h-86l355 700h84z" />
30
- <glyph unicode="0" horiz-adv-x="521" d="M260 571q107 0 165 -75t58 -216t-58 -216.5t-165 -75.5t-165 75.5t-58 216.5t58 216t165 75zM260 499q-145 0 -145 -219q0 -220 145 -220t145 220q0 219 -145 219z" />
31
- <glyph unicode="1" horiz-adv-x="342" d="M184 0v374q0 18 1 43t1 39l1 15h-2l-8 -9q-8 -9 -18 -20.5t-15 -15.5l-57 -58l-47 55l148 137h74v-560h-78z" />
32
- <glyph unicode="2" horiz-adv-x="490" d="M49 0v85l203 156q60 48 86 82t26 73q0 46 -32 77t-92 31q-58 0 -88.5 -28.5t-34.5 -72.5l-73 20q11 76 66.5 112t135.5 36q94 0 145.5 -47t51.5 -126q0 -61 -33 -104t-111 -100l-160 -123l1 -2q1 0 12.5 0.5t30.5 0.5h40h223v-70h-397z" />
33
- <glyph unicode="3" horiz-adv-x="489" d="M335 294v-3q51 -6 84 -41.5t33 -94.5q0 -75 -55.5 -121t-145.5 -46q-86 0 -143.5 43.5t-70.5 117.5l69 19q10 -53 48 -82.5t96 -29.5q60 0 92.5 31t32.5 78q0 48 -34 72.5t-93 24.5h-56v59h54q59 0 91 23.5t32 68.5q0 44 -31.5 68.5t-88.5 24.5q-117 0 -129 -102l-71 19 q13 77 69 112.5t138 35.5q94 0 142 -39.5t48 -105.5q0 -56 -32.5 -90.5t-78.5 -41.5z" />
34
- <glyph unicode="4" horiz-adv-x="525" d="M398 0h-78v146h-286v71l249 343h115v-347h82v-67h-82v-146zM320 367v129h-3l-210 -281l2 -2h92h119v154z" />
35
- <glyph unicode="5" horiz-adv-x="503" d="M135 316l2 -1q16 18 50 33.5t78 15.5q88 0 141 -51t53 -134q0 -86 -57 -138.5t-149 -52.5q-81 0 -137.5 42t-71.5 112l68 17q10 -49 47.5 -76.5t91.5 -27.5q59 0 96 33.5t37 90.5q0 58 -37 91.5t-100 33.5q-48 0 -79 -19t-43 -45l-63 18l51 302h309v-73h-256l-16 -93 q-3 -20 -7 -39l-6 -28.5t-2 -10.5z" />
36
- <glyph unicode="6" horiz-adv-x="499" d="M149 316l3 -2q41 48 118 48q83 0 137 -50.5t54 -130.5q0 -85 -59 -139t-154 -54q-94 0 -153 53.5t-59 146.5q0 92 78 193l139 179h85zM249 56q62 0 99.5 34.5t38.5 92.5q0 56 -37 89.5t-101 33.5q-63 0 -99.5 -33.5t-36.5 -89.5q0 -58 37 -92.5t99 -34.5z" />
37
- <glyph unicode="7" horiz-adv-x="470" d="M447 502l-283 -502h-81l225 401q11 20 24.5 41t20.5 32l7 12l-2 2q-35 -1 -73 -1h-255v73h417v-58z" />
38
- <glyph unicode="8" horiz-adv-x="502" d="M37 151q0 62 39 98.5t92 43.5v3q-33 4 -69 37.5t-36 89.5q0 63 50.5 105.5t137.5 42.5q86 0 137 -42.5t51 -104.5q0 -57 -36 -90.5t-68 -37.5v-3q52 -7 91 -43.5t39 -98.5q0 -72 -57 -117.5t-156 -45.5t-157 45t-58 118zM131 419q0 -44 34 -68.5t86 -24.5q54 1 86.5 27 t32.5 67q0 42 -32.5 68t-86.5 26q-56 0 -88 -26.5t-32 -68.5zM112 156q0 -50 38 -78.5t101 -28.5q64 0 101.5 28.5t37.5 78.5q0 49 -37.5 75.5t-101.5 26.5t-101.5 -27t-37.5 -75z" />
39
- <glyph unicode="9" horiz-adv-x="507" d="M355 239l-2 2q-45 -48 -121 -48q-86 0 -139 52t-53 132q0 86 60 140t154 54q92 0 153.5 -53t61.5 -146q0 -63 -28 -116t-87 -121l-117 -135h-88zM253 503q-60 0 -99.5 -32t-39.5 -96q0 -63 39.5 -94t99.5 -31q61 0 100 32t39 94q0 63 -39.5 95t-99.5 32z" />
40
- <glyph unicode=":" horiz-adv-x="224" d="M112 338q-26 0 -40 14.5t-14 36.5t14.5 36t39.5 14t39.5 -14.5t14.5 -35.5q0 -23 -14 -37t-40 -14zM112 -10q-26 0 -40 14.5t-14 36.5t14.5 36t39.5 14t39.5 -14t14.5 -36t-14.5 -36.5t-39.5 -14.5z" />
41
- <glyph unicode=";" horiz-adv-x="224" d="M112 338q-26 0 -40 14.5t-14 36.5t14.5 36t39.5 14t39.5 -14.5t14.5 -35.5q0 -23 -14 -37t-40 -14zM108 1q-21 -3 -33.5 8.5t-12.5 31.5q0 21 14 34t38 13q27 0 42.5 -17t15.5 -47q0 -37 -24.5 -74.5t-65.5 -51.5l-33 34q22 8 38.5 28.5t20.5 40.5z" />
42
- <glyph unicode="&#x3c;" d="M542 41l-451 217v62l451 217v-73l-362 -174v-2l362 -174v-73z" />
43
- <glyph unicode="=" d="M524 347h-380v69h380v-69zM524 164h-380v69h380v-69z" />
44
- <glyph unicode="&#x3e;" d="M488 288v2l-362 174v73l451 -217v-62l-451 -217v73z" />
45
- <glyph unicode="?" horiz-adv-x="563" d="M229 162v177q119 41 166 79.5t47 91.5q0 52 -36 89t-117 37q-75 0 -115.5 -32.5t-58.5 -94.5l-77 21q22 88 88.5 136t166.5 48q113 0 172.5 -56.5t59.5 -137.5q0 -84 -58.5 -135t-154.5 -86v-137h-83zM270 -10q-26 0 -40.5 14.5t-14.5 36.5t14.5 36t40.5 14 q25 0 39.5 -14t14.5 -36t-14.5 -36.5t-39.5 -14.5z" />
46
- <glyph unicode="@" horiz-adv-x="787" d="M494 142h-2q-15 -34 -48 -54.5t-77 -20.5q-69 0 -116.5 48.5t-47.5 134.5t44 137t117 51q84 0 113 -59h3v-117q0 50 -27.5 80t-73.5 30q-48 0 -73.5 -33t-25.5 -88t27 -86t72 -31q46 0 71.5 30t29.5 78v182h77v-207q0 -45 12.5 -66.5t41.5 -21.5q37 0 57 37.5t20 102.5 q0 136 -80.5 220t-212.5 84q-133 0 -214.5 -86t-81.5 -224q0 -148 77 -228.5t202 -80.5q29 0 55 3.5t46 9t36 12t28.5 14t20 13t14 11.5t7.5 6l46 -36q-38 -39 -109.5 -64t-141.5 -25q-154 0 -248 97t-94 269q0 157 100.5 261t255.5 104q158 0 256.5 -102.5t98.5 -258.5 q0 -91 -38 -146t-109 -55q-40 0 -70 21.5t-38 53.5z" />
47
- <glyph unicode="A" horiz-adv-x="732" d="M543 186h-355l-78 -186h-87l298 700h89l298 -700h-87zM512 260l-77 183q-10 24 -28.5 68t-29.5 70l-11 26h-2q-1 -1 -68 -163l-77 -184h293z" />
48
- <glyph unicode="B" horiz-adv-x="623" d="M428 377v-3q61 -10 110 -54.5t49 -124.5q0 -90 -62.5 -142.5t-176.5 -52.5h-271v700h252q94 0 151.5 -48.5t57.5 -123.5q0 -63 -33 -102t-77 -49zM158 400h163q60 0 97.5 30.5t37.5 85.5q0 52 -38 83t-105 31h-155v-230zM158 70h186q73 0 115.5 33t42.5 96 q0 64 -46 100.5t-114 36.5h-184v-266z" />
49
- <glyph unicode="C" horiz-adv-x="769" d="M646 218l79 -21q-40 -98 -127.5 -154t-199.5 -56q-156 0 -258 101t-102 264t102 262.5t258 99.5q116 0 199.5 -54t118.5 -137l-79 -22q-12 22 -29 42t-45.5 43t-72 37t-94.5 14q-123 0 -199.5 -77.5t-76.5 -208.5q0 -130 78 -208t196 -78q85 0 152 41t100 112z" />
50
- <glyph unicode="D" horiz-adv-x="729" d="M77 700h242q165 0 268.5 -96.5t103.5 -256.5q0 -159 -102.5 -253t-262.5 -94h-249v700zM158 76h164q124 0 205.5 70t81.5 201t-82.5 204t-210.5 73h-158v-548z" />
51
- <glyph unicode="E" horiz-adv-x="600" d="M77 0v700h471v-76h-390v-220h304v-76h-304v-252h392v-76h-473z" />
52
- <glyph unicode="F" horiz-adv-x="583" d="M544 624h-386v-234h307v-76h-307v-314h-81v700h467v-76z" />
53
- <glyph unicode="G" horiz-adv-x="790" d="M730 0h-73q0 35 0.5 58t0.5 32v11h-2q-37 -42 -102.5 -78t-156.5 -36q-152 0 -255.5 101t-103.5 263q0 163 102.5 263t259.5 100q115 0 199 -54t119 -137l-80 -22q-11 21 -27 40.5t-44 43t-72 38t-97 14.5q-123 0 -200.5 -77.5t-77.5 -207.5q0 -131 79.5 -209t202.5 -78 q90 0 158.5 39.5t93.5 85.5v100h-208v76h284v-366z" />
54
- <glyph unicode="H" horiz-adv-x="702" d="M544 0v327h-386v-327h-81v700h81v-295h386v295h82v-700h-82z" />
55
- <glyph unicode="I" horiz-adv-x="235" d="M77 0v700h81v-700h-81z" />
56
- <glyph unicode="J" horiz-adv-x="488" d="M416 700v-420q0 -142 -61 -217.5t-179 -75.5q-110 0 -176 80l46 64q51 -66 130 -66q82 0 120 54.5t38 164.5v416h82z" />
57
- <glyph unicode="K" horiz-adv-x="649" d="M282 362l-124 -129v-233h-81v700h81v-218v-151h2l114 121l233 248h98l-263 -280l290 -421l-96 1z" />
58
- <glyph unicode="L" horiz-adv-x="564" d="M77 0v700h81v-624h369v-76h-450z" />
59
- <glyph unicode="M" horiz-adv-x="802" d="M644 0v315v48t0.5 49.5l1 47t0.5 42.5t0.5 34t0.5 24v8h-2l-9 -18l-31.5 -59.5t-50.5 -91.5l-128 -227h-49l-127 224q-29 51 -51.5 94t-31.5 60l-9 18h-2v-8q0 -9 0.5 -24t0.5 -34v-42.5t0.5 -47t0.5 -49.5v-48v-315h-81v700h86l238 -426h2l239 426h84v-700h-82z" />
60
- <glyph unicode="N" horiz-adv-x="727" d="M568 0l-410 569h-2v-5q0 -5 0.5 -13.5t0.5 -20.5v-27t0.5 -31t0.5 -34.5v-36.5v-401h-81v700h82l410 -564h2v5q0 5 -0.5 14t-0.5 20.5v26.5t-0.5 30.5t-0.5 33v34.5v400h82v-700h-83z" />
61
- <glyph unicode="O" horiz-adv-x="802" d="M38 351q0 161 103.5 262t259.5 101q155 0 259 -101.5t104 -261.5q0 -161 -104 -262.5t-259 -101.5q-156 0 -259.5 101.5t-103.5 262.5zM120 351q0 -131 79.5 -208.5t201.5 -77.5q121 0 201 78t80 208t-80 208t-201 78t-201 -78t-80 -208z" />
62
- <glyph unicode="P" horiz-adv-x="576" d="M77 700h212q124 0 192.5 -56t68.5 -162q0 -104 -69 -160.5t-192 -56.5h-131v-265h-81v700zM158 337h133q87 0 132 37t45 107q0 144 -177 144h-133v-288z" />
63
- <glyph unicode="Q" horiz-adv-x="802" d="M764 351q0 -150 -90.5 -248.5t-231.5 -113.5v-124h-83v124q-141 15 -231 113.5t-90 248.5q0 161 103.5 262t259.5 101q155 0 259 -101.5t104 -261.5zM401 65q121 0 201 78t80 208t-80 208t-201 78t-201 -78t-80 -208q0 -131 79.5 -208.5t201.5 -77.5z" />
64
- <glyph unicode="R" horiz-adv-x="602" d="M467 0l-159 275q-15 -1 -64 -1h-86v-274h-81v700h214q123 0 192 -57.5t69 -160.5q0 -79 -42 -127.5t-118 -64.5l173 -290h-98zM158 342h141q170 0 170 137q0 73 -45.5 109.5t-129.5 36.5h-136v-283z" />
65
- <glyph unicode="S" horiz-adv-x="593" d="M35 184l78 21q6 -72 60 -108.5t138 -36.5q78 0 121 31.5t43 93.5q0 21 -5.5 38.5t-13.5 29.5t-22.5 22t-27 16t-32.5 12t-33 8.5t-35.5 7t-33.5 6.5q-36 8 -60 15.5t-56.5 23t-52 35t-34 51.5t-14.5 73q0 91 63 141t174 50q101 0 167.5 -43t88.5 -131l-78 -21 q-30 122 -179 122q-75 0 -114 -30.5t-39 -84.5q0 -27 11 -47.5t25.5 -33.5t43 -23.5t49.5 -15.5t59 -13q38 -7 64.5 -14t61 -23t55.5 -36.5t36 -55t15 -78.5q0 -98 -64.5 -148.5t-183.5 -50.5q-48 0 -90 9t-82.5 30t-67.5 61t-35 97z" />
66
- <glyph unicode="T" horiz-adv-x="637" d="M600 624h-241v-624h-82v624h-240v76h563v-76z" />
67
- <glyph unicode="U" horiz-adv-x="696" d="M628 700v-408q0 -148 -72 -226.5t-208 -78.5t-208 78t-72 227v408h83v-408q0 -115 48 -171t149 -56t150 56t49 171v408h81z" />
68
- <glyph unicode="V" horiz-adv-x="686" d="M392 0h-97l-278 700h91l143 -367q84 -216 93 -242h2q13 40 91 237l145 372h88z" />
69
- <glyph unicode="W" horiz-adv-x="973" d="M644 0l-100 316q-14 44 -28 92.5t-22 73.5l-7 25h-2l-7 -25q-7 -25 -21.5 -75.5t-28.5 -97.5l-96 -309h-88l-226 700h90l104 -333q78 -249 80 -253h2q1 1 66 221l83 271h95l82 -272q10 -33 27 -90.5t28 -93t11 -36.5h2q0 1 11.5 36.5t32 102.5t33.5 108l109 339h81 l-225 -700h-86z" />
70
- <glyph unicode="X" horiz-adv-x="680" d="M558 0l-129 176q-26 35 -49.5 67.5t-31.5 44.5l-9 11h-1q-1 0 -93 -125l-126 -174h-99l271 364l-249 336h99l123 -168q80 -109 81 -109h1l8 11q7 10 27 38.5t42 59.5l119 168h97l-247 -337l268 -363h-102z" />
71
- <glyph unicode="Y" horiz-adv-x="657" d="M369 304v-304h-82v304l-270 396h94l157 -230q16 -22 31.5 -45t22.5 -35l8 -11h2l7 11q7 11 22 33.5t31 44.5l159 232h89z" />
72
- <glyph unicode="Z" horiz-adv-x="654" d="M612 622l-384 -453q-26 -31 -46.5 -54t-27.5 -31l-8 -7l2 -2h4q5 0 12.5 0.5t18 0.5h24.5h28h377v-76h-570v75l392 462q22 26 41.5 47t27.5 30l8 8l-1 3h-4q-4 0 -11.5 -0.5t-17 -0.5h-23.5h-29h-373v76h560v-78z" />
73
- <glyph unicode="[" horiz-adv-x="364" d="M324 -136v-74h-230v1008h230v-74h-150v-860h150z" />
74
- <glyph unicode="\" horiz-adv-x="485" d="M462 0h-86l-353 700h85z" />
75
- <glyph unicode="]" horiz-adv-x="364" d="M40 726v74h230v-1008h-230v74h150v860h-150z" />
76
- <glyph unicode="^" d="M334 637l-209 -272l-61 40l233 300h74l232 -300l-60 -40z" />
77
- <glyph unicode="_" horiz-adv-x="729" d="M652 -64h-575v64h575v-64z" />
78
- <glyph unicode="`" horiz-adv-x="533" d="M248 915l104 -161h-76l-95 139z" />
79
- <glyph unicode="a" horiz-adv-x="596" d="M432 150h-270l-58 -150h-81l229 560h92l229 -560h-82zM405 218l-49 125q-57 143 -57 150h-3q0 -4 -60 -157l-47 -118h216z" />
80
- <glyph unicode="b" horiz-adv-x="542" d="M378 299v-3q51 -9 89 -44t38 -95q0 -69 -51.5 -113t-142.5 -44h-234v560h223q74 0 121.5 -41t47.5 -99q0 -95 -91 -121zM155 322h130q43 0 74.5 23t31.5 65q0 36 -28.5 60t-76.5 24h-131v-172zM155 66h154q51 0 83.5 25.5t32.5 69.5q0 45 -34 71.5t-86 26.5h-150v-193z " />
81
- <glyph unicode="c" horiz-adv-x="645" d="M526 172l75 -20q-36 -75 -106 -119.5t-160 -44.5q-128 0 -212.5 82.5t-84.5 209.5q0 125 84.5 208t211.5 83q88 0 158.5 -42t104.5 -123l-74 -20q-66 113 -188 113q-95 0 -156.5 -61.5t-61.5 -157.5q0 -97 61.5 -158.5t155.5 -61.5q66 0 115.5 31t76.5 81z" />
82
- <glyph unicode="d" horiz-adv-x="618" d="M77 560h193q138 0 224 -76.5t86 -205.5t-85 -203.5t-220 -74.5h-198v560zM155 73h118q103 0 165.5 52.5t62.5 152.5t-63 154.5t-169 54.5h-114v-414z" />
83
- <glyph unicode="e" horiz-adv-x="525" d="M77 0v560h393v-73h-315v-162h243v-71h-243v-181h320v-73h-398z" />
84
- <glyph unicode="f" horiz-adv-x="498" d="M460 487h-305v-182h227v-73h-227v-232h-78v560h383v-73z" />
85
- <glyph unicode="g" horiz-adv-x="672" d="M612 0h-70v33v23.5t0.5 14t0.5 8v3.5h-2q-79 -94 -209 -94q-126 0 -210 83t-84 209t84 208.5t211 82.5q85 0 157.5 -40.5t107.5 -124.5l-72 -19q-22 46 -71.5 79.5t-119.5 33.5q-96 0 -157 -61t-61 -160q0 -97 62.5 -158t163.5 -61q66 0 121.5 28.5t76.5 62.5v71h-170v70 h241v-292z" />
86
- <glyph unicode="h" horiz-adv-x="616" d="M540 0h-78v252h-307v-252h-78v560h78v-235h307v235h78v-560z" />
87
- <glyph unicode="i" horiz-adv-x="232" d="M77 0v560h78v-560h-78z" />
88
- <glyph unicode="j" horiz-adv-x="424" d="M352 560v-334q0 -115 -52 -176.5t-151 -61.5q-94 0 -149 62l43 57q41 -47 105 -47q66 0 96 42t30 127v331h78z" />
89
- <glyph unicode="k" horiz-adv-x="570" d="M463 0l-203 285l-105 -108v-177h-78v560h78v-159v-32v-28.5t-0.5 -24t-0.5 -19.5v-14v-9v-4h2q29 31 76 79l204 211h99l-217 -223l235 -337h-90z" />
90
- <glyph unicode="l" horiz-adv-x="483" d="M77 0v560h78v-487h292v-73h-370z" />
91
- <glyph unicode="m" horiz-adv-x="701" d="M546 0v284l1 162h-2l-169 -310h-53l-170 314h-2v-12q0 -12 0.5 -30.5t1 -39.5t0.5 -43v-37v-288h-76v560h95l118 -212q18 -32 34 -62t22 -43l7 -13h2q1 0 7.5 12.5t23 44t33.5 62.5l116 211h89v-560h-78z" />
92
- <glyph unicode="n" horiz-adv-x="630" d="M553 0h-80l-318 441h-2v-4q0 -4 0.5 -10.5t0.5 -15v-20t0.5 -24t0.5 -26.5v-28v-313h-78v560h80l317 -434h2v4v9.5v14.5t-0.5 19t-0.5 22.5v24.5v26v314h78v-560z" />
93
- <glyph unicode="o" horiz-adv-x="665" d="M38 279q0 127 84.5 209.5t209.5 82.5t209.5 -82.5t84.5 -209.5q0 -125 -84.5 -208t-209.5 -83t-209.5 83t-84.5 208zM117 279q0 -96 61.5 -157.5t153.5 -61.5t153.5 61.5t61.5 157.5q0 97 -61 158.5t-154 61.5t-154 -61.5t-61 -158.5z" />
94
- <glyph unicode="p" horiz-adv-x="504" d="M77 560h182q104 0 161 -47t57 -128q0 -82 -56.5 -128t-161.5 -46h-104v-211h-78v560zM155 277h107q66 0 101 28t35 78t-34.5 78.5t-101.5 28.5h-107v-213z" />
95
- <glyph unicode="q" horiz-adv-x="663" d="M626 279q0 -115 -72 -195t-184 -93v-107h-78v107q-111 14 -182.5 93.5t-71.5 194.5q0 127 84.5 209.5t209.5 82.5t209.5 -82.5t84.5 -209.5zM332 60q92 0 153.5 61.5t61.5 157.5q0 97 -61 158.5t-154 61.5t-154 -61.5t-61 -158.5q0 -96 61.5 -157.5t153.5 -61.5z" />
96
- <glyph unicode="r" horiz-adv-x="535" d="M413 0l-134 222q-22 -1 -62 -1h-62v-221h-78v560h184q104 0 161.5 -44t57.5 -125q0 -62 -34 -102t-92 -53l144 -236h-85zM155 284h109q137 0 137 102q0 103 -137 103h-109v-205z" />
97
- <glyph unicode="s" horiz-adv-x="500" d="M35 139l71 19q6 -49 46.5 -78t106.5 -29q59 0 93 25t34 73q0 16 -4.5 29t-10 22.5t-18.5 17.5t-21.5 13t-28 10.5t-29.5 8t-34.5 7.5t-34.5 7q-33 7 -55 15t-48.5 24t-40.5 44.5t-14 67.5q0 76 52.5 116t147.5 40q180 0 213 -136l-69 -19q-25 92 -139 92 q-60 0 -92.5 -23.5t-32.5 -66.5q0 -46 35.5 -65.5t115.5 -34.5q30 -6 48 -10.5t47.5 -17.5t47 -29t31 -45t13.5 -66q0 -80 -55.5 -121t-150.5 -41q-37 0 -70 6.5t-66.5 22t-56.5 47t-31 75.5z" />
98
- <glyph unicode="t" horiz-adv-x="543" d="M506 487h-196v-487h-78v487h-195v73h469v-73z" />
99
- <glyph unicode="u" horiz-adv-x="611" d="M543 560v-319q0 -126 -61.5 -189.5t-176.5 -63.5t-176 63.5t-61 189.5v319h79v-327q0 -173 159 -173t159 173v327h78z" />
100
- <glyph unicode="v" horiz-adv-x="603" d="M346 0h-90l-239 560h86l117 -274q25 -59 45.5 -108.5t28.5 -69.5l9 -21h2l3 7q3 8 9.5 24.5t15.5 38t23.5 56t30.5 72.5l116 275h83z" />
101
- <glyph unicode="w" horiz-adv-x="813" d="M532 0l-70 218q-15 47 -28.5 91t-19.5 63l-6 20h-2l-6 -18q-6 -19 -21 -66t-29 -91l-69 -217h-79l-184 560h83l84 -259q18 -54 34 -105t23 -72l6 -22h1l7 20q6 21 20 66.5t28 89.5l66 211h81l65 -211q14 -44 27.5 -89.5t19.5 -66.5l6 -20h1l7 22q7 21 23 71.5t34 105.5 l84 259h77l-184 -560h-79z" />
102
- <glyph unicode="x" horiz-adv-x="576" d="M462 0l-100 130q-23 30 -43 56.5t-27 36.5l-8 10h-1q-1 0 -79 -104l-95 -129h-89l217 289l-200 271h93l81 -109q22 -29 43.5 -57.5t29.5 -39.5l8 -10h1l8 10q8 11 30.5 41.5t43.5 59.5l76 105h86l-201 -272l220 -288h-94z" />
103
- <glyph unicode="y" horiz-adv-x="541" d="M309 0h-78v231l-214 329h89l90 -137q20 -29 39 -58.5t29 -44.5l9 -15h2l9 15q10 14 30 44.5t39 59.5l89 136h82l-215 -329v-231z" />
104
- <glyph unicode="z" horiz-adv-x="557" d="M515 486l-268 -301q-37 -41 -63 -69t-34 -35l-7 -7l2 -2q30 1 76 1h294v-73h-473v74l280 310q31 35 55 60.5t31 33.5l7 7l-2 2h-71h-292v73h465v-74z" />
105
- <glyph unicode="{" horiz-adv-x="403" d="M223 567v-115q0 -36 -7 -64.5t-16.5 -45t-21.5 -28t-19 -15.5t-13 -6q5 -1 12.5 -5.5t19.5 -16.5t21.5 -29t16.5 -45.5t7 -63.5v-114q0 -91 37 -125.5t102 -34.5v-70q-101 0 -157.5 56t-56.5 170v118q0 117 -71 124v72q28 5 43 20q28 33 28 104v118q0 114 56.5 170 t157.5 56v-71q-65 0 -102 -34t-37 -125z" />
106
- <glyph unicode="|" horiz-adv-x="187" d="M60 775h67v-849h-67v849z" />
107
- <glyph unicode="}" horiz-adv-x="403" d="M180 19v115q0 44 10 77t25 49t25 23t18 10q-5 1 -13 5.5t-19.5 16.5t-21.5 28.5t-17 45t-7 63.5v115q0 91 -37 125t-102 34v71q101 0 157.5 -56.5t56.5 -170.5v-117q1 -118 72 -125v-71q-32 -5 -48 -26q-24 -34 -24 -99v-117q0 -114 -56.5 -170t-157.5 -56v71 q65 0 102 34t37 125z" />
108
- <glyph unicode="~" d="M534 346l13 -67q-11 -15 -41 -30.5t-69 -15.5q-37 0 -100.5 21.5t-101.5 21.5q-56 0 -100 -46l-15 66q42 49 112 49q37 0 100 -21.5t101 -21.5q55 0 101 44z" />
109
- <glyph unicode="&#xa1;" horiz-adv-x="262" d="M131 710q26 0 40 -14.5t14 -36.5t-14.5 -36t-39.5 -14t-39.5 14t-14.5 36t14.5 36.5t39.5 14.5zM91 0v538h81v-538h-81z" />
110
- <glyph unicode="&#xa2;" horiz-adv-x="584" d="M299 90q116 0 165 101l72 -20q-27 -63 -81.5 -103t-122.5 -48v-104h-67v104q-99 11 -163 82.5t-64 179.5q0 107 62 177t164 81v104h68v-104q71 -7 126.5 -46t81.5 -112l-72 -20q-20 51 -62.5 81t-103.5 30q-85 0 -136 -52t-51 -139t51 -139.5t133 -52.5z" />
111
- <glyph unicode="&#xa3;" horiz-adv-x="510" d="M469 73v-73h-433v73q38 7 51 29.5t13 65.5q0 23 -4 75h-61v64h54q-8 72 -8 101q0 78 48 120.5t132 42.5q174 0 197 -157l-73 -20q-9 55 -38 81.5t-83 26.5q-107 0 -107 -110q0 -10 7 -85h199v-64h-191q5 -47 5 -74q0 -78 -40 -96l1 -2q8 2 171 2h160z" />
112
- <glyph unicode="&#xa4;" horiz-adv-x="645" d="M596 516l-71 -71q61 -71 61 -166q0 -86 -55 -159l73 -73l-43 -43l-73 73q-74 -61 -166 -61q-93 0 -165 61l-73 -73l-43 43l73 74q-54 70 -54 158q0 96 60 167l-71 70l43 43l72 -71q70 55 158 55q89 0 160 -54l71 70zM322 469q-78 0 -133 -55t-55 -135t55 -134.5 t133 -54.5q80 0 135 54.5t55 134.5t-55 135t-135 55z" />
113
- <glyph unicode="&#xa5;" horiz-adv-x="498" d="M365 365h79v-60h-114l-29 -51h143v-61h-157v-193h-78v193h-155v61h142l-29 51h-113v60h78l-112 195h87l96 -175q38 -71 46 -79h2q8 8 46 79l96 175h84z" />
114
- <glyph unicode="&#xa6;" horiz-adv-x="187" d="M127 490h-67v285h67v-285zM127 -74h-67v285h67v-285z" />
115
- <glyph unicode="&#xa7;" d="M487 252q89 -34 89 -118q0 -75 -60.5 -111t-168.5 -36q-46 0 -86 6.5t-79 21t-64.5 43.5t-31.5 70l77 20q9 -100 178 -100q152 0 152 89q0 43 -39 60t-147 35q-17 2 -26 4q-38 6 -65.5 13.5t-58.5 22t-47.5 38.5t-16.5 57q0 81 95 112q-85 32 -85 108q0 67 60 97t153 30 q211 0 244 -140l-69 -19q-28 101 -176 101q-131 0 -131 -68q0 -43 59 -62q28 -9 127 -26q42 -7 69.5 -13t57 -16.5t45.5 -23.5t26.5 -34t10.5 -48q0 -84 -92 -113zM168 377q0 -22 14 -38t39.5 -25.5t56 -16t70.5 -13.5q9 -1 14 -2q19 -2 48 -8q93 17 93 79q0 20 -10 35 t-24 24t-40 16.5t-45 10.5t-52 8l-21 3l-38 7q-105 -16 -105 -80z" />
116
- <glyph unicode="&#xa8;" horiz-adv-x="533" d="M171 776q-19 0 -32 13.5t-13 32.5q0 20 13.5 33.5t32.5 13.5t32.5 -14t13.5 -33t-14 -32.5t-33 -13.5zM361 776q-19 0 -33 13.5t-14 32.5q0 20 14 33.5t33 13.5t32.5 -14t13.5 -33t-13.5 -32.5t-32.5 -13.5z" />
117
- <glyph unicode="&#xa9;" horiz-adv-x="804" d="M401 629q153 0 258.5 -103t105.5 -261t-105.5 -261t-258.5 -103q-152 0 -257.5 103t-105.5 261t105.5 261t257.5 103zM401 582q-137 0 -225.5 -87.5t-88.5 -228.5t89 -229.5t225 -88.5q137 0 226.5 88t89.5 230q0 141 -89.5 228.5t-226.5 87.5zM519 196l54 -17 q-23 -48 -70 -76.5t-107 -28.5q-85 0 -139 53.5t-54 137.5q0 85 55 138t140 53q60 0 107 -29.5t65 -82.5l-53 -15q-7 24 -36 48.5t-81 24.5q-61 0 -99.5 -37t-38.5 -99q0 -61 37.5 -99t98.5 -38q82 0 121 67z" />
118
- <glyph unicode="&#xaa;" horiz-adv-x="400" d="M90 235h-55l134 325h62l133 -325h-56l-31 78h-156zM200 507h-2l-4 -11l-13 -32.5t-17 -43.5l-26 -64h122l-26 64q-8 21 -17 43.5l-13 32.5zM365 167v-55h-330v55h330z" />
119
- <glyph unicode="&#xab;" horiz-adv-x="647" d="M540 513l47 -47l-192 -186v-3l192 -186l-47 -47l-235 235zM295 513l47 -47l-192 -186v-3l192 -186l-47 -47l-235 235z" />
120
- <glyph unicode="&#xad;" horiz-adv-x="581" d="M480 254h-380v69h380v-69z" />
121
- <glyph unicode="&#xae;" horiz-adv-x="804" d="M401 629q153 0 258.5 -103t105.5 -261t-105.5 -261t-258.5 -103q-152 0 -257.5 103t-105.5 261t105.5 261t257.5 103zM401 582q-137 0 -225.5 -87.5t-88.5 -228.5t89 -229.5t225 -88.5q137 0 226.5 88t89.5 230q0 141 -89.5 228.5t-226.5 87.5zM491 82l-85 147 q-13 -1 -36 -1h-36v-146h-60v369h126q69 0 107.5 -30t38.5 -83q0 -80 -81 -99l91 -157h-65zM334 275h69q83 0 83 61q0 62 -83 62h-69v-123z" />
122
- <glyph unicode="&#xaf;" horiz-adv-x="533" d="M412 775h-291v69h291v-69z" />
123
- <glyph unicode="&#xb0;" horiz-adv-x="261" d="M130 589q-50 0 -81.5 31.5t-31.5 80.5t31.5 80.5t81.5 31.5t82 -31.5t32 -80.5t-32 -80.5t-82 -31.5zM130 640q28 0 45 17t17 44q0 28 -17 45t-45 17q-27 0 -44 -17t-17 -45q0 -26 17 -43.5t44 -17.5z" />
124
- <glyph unicode="&#xb1;" d="M524 377v-69h-153v-159h-74v159h-153v69h153l-1 161h75v-161h153zM144 69h380v-69h-380v69z" />
125
- <glyph unicode="&#xb2;" horiz-adv-x="340" d="M32 472v63l163 123q55 38 55 89q0 32 -20.5 51t-59.5 19q-37 0 -57.5 -15.5t-29.5 -51.5l-48 14q24 106 139 106q63 0 98.5 -32t35.5 -87q0 -67 -71 -123q-22 -18 -56.5 -43.5t-57 -42t-24.5 -18.5l2 -3q27 3 74 3h136v-52h-279z" />
126
- <glyph unicode="&#xb3;" horiz-adv-x="340" d="M229 675v-3q36 -5 60.5 -30t24.5 -65q0 -50 -38.5 -81.5t-96.5 -31.5q-64 0 -104.5 33t-47.5 86l53 15q2 -38 27.5 -60.5t67.5 -22.5q40 0 61.5 20t21.5 49q0 31 -23.5 50t-62.5 19h-33v40h31q38 0 61 19t23 47q0 25 -20 43t-64 18q-40 0 -58.5 -17t-25.5 -53l-49 14 q17 106 138 106q66 0 100 -29t34 -74q0 -38 -23.5 -63.5t-56.5 -28.5z" />
127
- <glyph unicode="&#xb4;" horiz-adv-x="533" d="M257 754h-76l104 161l67 -22z" />
128
- <glyph unicode="&#xb6;" horiz-adv-x="580" d="M421 -140v624h-89v-624h-82v343q-105 0 -158.5 48t-53.5 132q0 82 53.5 129.5t158.5 47.5h253v-700h-82z" />
129
- <glyph unicode="&#xb7;" horiz-adv-x="224" d="M112 231q-26 0 -40 14.5t-14 36.5t14.5 36t39.5 14t39.5 -14t14.5 -36t-14 -36.5t-40 -14.5z" />
130
- <glyph unicode="&#xb8;" horiz-adv-x="533" d="M379 -88q0 -84 -122 -84q-53 0 -83 15v56q23 -14 73 -14q71 0 71 37q0 43 -112 44v58h60v-26q113 -9 113 -86z" />
131
- <glyph unicode="&#xb9;" horiz-adv-x="340" d="M302 472h-239v52h90v184q0 65 4 85h-3l-4 -4q-4 -4 -11 -11.5t-12 -12.5l-43 -43l-37 36l109 104h55v-338h91v-52z" />
132
- <glyph unicode="&#xba;" horiz-adv-x="417" d="M35 397q0 75 50 124.5t123 49.5q72 0 123 -49.5t51 -124.5q0 -73 -51 -122.5t-123 -49.5q-73 0 -123 49t-50 123zM89 397q0 -52 33.5 -86t85.5 -34t85.5 34t33.5 86q0 53 -33.5 87.5t-85.5 34.5t-85.5 -34.5t-33.5 -87.5zM372 111h-326v55h326v-55z" />
133
- <glyph unicode="&#xbb;" horiz-adv-x="647" d="M107 44l-47 47l192 186v3l-192 186l47 47l235 -234zM352 44l-47 47l192 186v3l-192 186l47 47l235 -234z" />
134
- <glyph unicode="&#xbc;" horiz-adv-x="818" d="M545 700l-210 -700h-62l209 700h63zM302 310h-239v51h90v185q0 65 4 85h-3l-4 -4q-4 -4 -11 -11.5t-12 -12.5l-43 -43l-37 36l109 104h55v-339h91v-51zM737 0h-56v99h-187v52l166 240h77v-240h66v-52h-66v-99zM681 151v92q0 23 1 45.5t2 35.5l1 13h-4q-1 0 -64.5 -91 t-64.5 -93l2 -3h3h8.5t12 0.5t14.5 0.5h16h73z" />
135
- <glyph unicode="&#xbd;" horiz-adv-x="818" d="M302 310h-239v52h90v184q0 65 4 85h-3l-4 -4q-4 -4 -11 -11.5t-12 -12.5l-43 -43l-37 36l109 104h55v-338h91v-52zM545 700l-210 -700h-62l209 700h63zM510 0v64l164 123q55 40 55 89q0 31 -21 50.5t-60 19.5q-37 0 -57.5 -15.5t-29.5 -51.5l-48 14q24 106 140 106 q62 0 97.5 -32t35.5 -87q0 -67 -71 -123q-23 -18 -56.5 -43.5t-56.5 -42.5t-24 -18l1 -3q18 2 74 2h137v-52h-280z" />
136
- <glyph unicode="&#xbe;" horiz-adv-x="818" d="M229 513v-3q36 -5 60.5 -30t24.5 -65q0 -50 -38.5 -81.5t-96.5 -31.5q-64 0 -104.5 33t-47.5 86l53 15q2 -38 27.5 -60.5t67.5 -22.5q40 0 61.5 20t21.5 49q0 31 -23.5 50t-62.5 19h-33v40h31q38 0 61 19t23 47q0 25 -20 43t-64 18q-40 0 -58.5 -17t-25.5 -53l-49 14 q17 106 138 106q66 0 100 -29t34 -74q0 -38 -23.5 -63.5t-56.5 -28.5zM545 700l-210 -700h-62l209 700h63zM737 0h-56v99h-187v52l166 240h77v-240h66v-52h-66v-99zM681 151v92q0 23 1 45.5t2 35.5l1 13h-4q-1 0 -64.5 -91t-64.5 -93l2 -3h3h8.5t12 0.5t14.5 0.5h16h73z" />
137
- <glyph unicode="&#xbf;" horiz-adv-x="563" d="M294 710q25 0 39.5 -14.5t14.5 -36.5t-14.5 -36t-39.5 -14q-26 0 -40 14t-14 36t14.5 36.5t39.5 14.5zM334 538v-177q-119 -41 -165.5 -79.5t-46.5 -91.5q0 -52 35.5 -89t117.5 -37q139 0 173 127l77 -21q-22 -88 -88 -136t-166 -48q-114 0 -173.5 56.5t-59.5 137.5 q0 44 18 80.5t50.5 63t66.5 44t78 33.5v137h83z" />
138
- <glyph unicode="&#xc0;" horiz-adv-x="732" d="M337 754l-95 139l67 22l104 -161h-76zM543 186h-355l-78 -186h-87l298 700h89l298 -700h-87zM512 260l-77 183q-10 24 -28.5 68t-29.5 70l-11 26h-2q-1 -1 -68 -163l-77 -184h293z" />
139
- <glyph unicode="&#xc1;" horiz-adv-x="732" d="M388 754h-76l104 161l67 -22zM543 186h-355l-78 -186h-87l298 700h89l298 -700h-87zM512 260l-77 183q-10 24 -28.5 68t-29.5 70l-11 26h-2q-1 -1 -68 -163l-77 -184h293z" />
140
- <glyph unicode="&#xc2;" horiz-adv-x="732" d="M259 756l-39 45l144 118l142 -118l-38 -46l-104 88zM543 186h-355l-78 -186h-87l298 700h89l298 -700h-87zM512 260l-77 183q-10 24 -28.5 68t-29.5 70l-11 26h-2q-1 -1 -68 -163l-77 -184h293z" />
141
- <glyph unicode="&#xc3;" horiz-adv-x="732" d="M292 812q-43 0 -71 -28l-17 59q29 35 82 35q28 0 72 -17.5t75 -17.5q41 0 69 26l16 -59q-25 -32 -80 -32q-29 0 -73.5 17t-72.5 17zM543 186h-355l-78 -186h-87l298 700h89l298 -700h-87zM512 260l-77 183q-10 24 -28.5 68t-29.5 70l-11 26h-2q-1 -1 -68 -163l-77 -184 h293z" />
142
- <glyph unicode="&#xc4;" horiz-adv-x="732" d="M271 776q-19 0 -32.5 13.5t-13.5 32.5t13.5 33t32.5 14t32.5 -13.5t13.5 -33.5q0 -19 -13.5 -32.5t-32.5 -13.5zM460 776q-19 0 -32.5 13.5t-13.5 32.5q0 20 13.5 33.5t32.5 13.5t32.5 -13.5t13.5 -33.5q0 -19 -13.5 -32.5t-32.5 -13.5zM543 186h-355l-78 -186h-87 l298 700h89l298 -700h-87zM512 260l-77 183q-10 24 -28.5 68t-29.5 70l-11 26h-2q-1 -1 -68 -163l-77 -184h293z" />
143
- <glyph unicode="&#xc5;" horiz-adv-x="732" d="M365 739q-45 0 -73.5 26t-28.5 68t28.5 67.5t73.5 25.5q46 0 74 -25.5t28 -67.5q0 -43 -28 -68.5t-74 -25.5zM365 878q-21 0 -34.5 -12.5t-13.5 -32.5q0 -21 13.5 -33.5t34.5 -12.5q22 0 35 12.5t13 33.5q0 20 -13 32.5t-35 12.5zM543 186h-355l-78 -186h-87l298 700h89 l298 -700h-87zM512 260l-77 183q-10 24 -28.5 68t-29.5 70l-11 26h-2q-1 -1 -68 -163l-77 -184h293z" />
144
- <glyph unicode="&#xc6;" horiz-adv-x="985" d="M935 73v-73h-471v189h-275l-79 -189h-87l299 700h611v-73h-389v-226h307v-70h-307v-258h391zM464 259v368h-91l-154 -368h245z" />
145
- <glyph unicode="&#xc7;" horiz-adv-x="769" d="M646 218l79 -21q-35 -86 -106.5 -139.5t-165.5 -66.5q70 -18 70 -79q0 -84 -122 -84q-53 0 -83 15v56q23 -14 73 -14q71 0 71 37q0 43 -112 44v24q-138 16 -225 114t-87 248q0 163 102 262.5t258 99.5q116 0 199.5 -54t118.5 -137l-79 -22q-12 22 -29 42t-45.5 43t-72 37 t-94.5 14q-123 0 -199.5 -77.5t-76.5 -208.5q0 -130 78 -208t196 -78q85 0 152 41t100 112z" />
146
- <glyph unicode="&#xc8;" horiz-adv-x="600" d="M259 915l104 -161h-76l-95 139zM77 0v700h471v-76h-390v-220h304v-76h-304v-252h392v-76h-473z" />
147
- <glyph unicode="&#xc9;" horiz-adv-x="600" d="M339 754h-76l104 161l67 -22zM77 0v700h471v-76h-390v-220h304v-76h-304v-252h392v-76h-473z" />
148
- <glyph unicode="&#xca;" horiz-adv-x="600" d="M457 801l-39 -46l-104 88l-105 -87l-38 45l143 118zM77 0v700h471v-76h-390v-220h304v-76h-304v-252h392v-76h-473z" />
149
- <glyph unicode="&#xcb;" horiz-adv-x="600" d="M221 776q-19 0 -32.5 13.5t-13.5 32.5q0 20 13.5 33.5t33.5 13.5q19 0 32 -13.5t13 -33.5q0 -19 -13.5 -32.5t-32.5 -13.5zM410 776q-19 0 -32.5 13.5t-13.5 32.5q0 20 13.5 33.5t32.5 13.5q20 0 33.5 -13.5t13.5 -33.5q0 -19 -14 -32.5t-33 -13.5zM77 0v700h471v-76 h-390v-220h304v-76h-304v-252h392v-76h-473z" />
150
- <glyph unicode="&#xcc;" horiz-adv-x="235" d="M62 915l103 -161h-76l-95 139zM77 0v700h81v-700h-81z" />
151
- <glyph unicode="&#xcd;" horiz-adv-x="235" d="M141 754h-76l104 161l67 -22zM77 0v700h81v-700h-81z" />
152
- <glyph unicode="&#xce;" horiz-adv-x="235" d="M234 803l-41 -44l-75 78l-75 -77l-41 44l116 115zM77 0v700h81v-700h-81z" />
153
- <glyph unicode="&#xcf;" horiz-adv-x="235" d="M57 776q-19 0 -32.5 13.5t-13.5 32.5t13.5 33t32.5 14t32.5 -13.5t13.5 -33.5q0 -19 -13.5 -32.5t-32.5 -13.5zM179 776q-19 0 -32.5 13.5t-13.5 32.5q0 20 13.5 33.5t32.5 13.5t32.5 -13.5t13.5 -33.5q0 -19 -13.5 -32.5t-32.5 -13.5zM77 0v700h81v-700h-81z" />
154
- <glyph unicode="&#xd0;" horiz-adv-x="729" d="M77 700h242q165 0 268.5 -96.5t103.5 -256.5q0 -159 -102.5 -253t-262.5 -94h-249v329h-66v73h66v298zM158 76h164q124 0 205.5 70t81.5 201t-82.5 204t-210.5 73h-158v-222h177v-73h-177v-253z" />
155
- <glyph unicode="&#xd1;" horiz-adv-x="727" d="M505 869l17 -59q-28 -32 -81 -32q-29 0 -73.5 17t-71.5 17q-46 0 -71 -28l-17 59q28 35 81 35q27 0 72 -17.5t75 -17.5q41 0 69 26zM568 0l-410 569h-2v-5q0 -5 0.5 -13.5t0.5 -20.5v-27t0.5 -31t0.5 -34.5v-36.5v-401h-81v700h82l410 -564h2v5q0 5 -0.5 14t-0.5 20.5 v26.5t-0.5 30.5t-0.5 33v34.5v400h82v-700h-83z" />
156
- <glyph unicode="&#xd2;" horiz-adv-x="802" d="M345 915l104 -161h-76l-95 139zM38 351q0 161 103.5 262t259.5 101q155 0 259 -101.5t104 -261.5q0 -161 -104 -262.5t-259 -101.5q-156 0 -259.5 101.5t-103.5 262.5zM120 351q0 -131 79.5 -208.5t201.5 -77.5q121 0 201 78t80 208t-80 208t-201 78t-201 -78t-80 -208z " />
157
- <glyph unicode="&#xd3;" horiz-adv-x="802" d="M425 754h-76l104 161l67 -22zM38 351q0 161 103.5 262t259.5 101q155 0 259 -101.5t104 -261.5q0 -161 -104 -262.5t-259 -101.5q-156 0 -259.5 101.5t-103.5 262.5zM120 351q0 -131 79.5 -208.5t201.5 -77.5q121 0 201 78t80 208t-80 208t-201 78t-201 -78t-80 -208z " />
158
- <glyph unicode="&#xd4;" horiz-adv-x="802" d="M543 801l-39 -46l-104 88l-105 -87l-38 45l143 118zM38 351q0 161 103.5 262t259.5 101q155 0 259 -101.5t104 -261.5q0 -161 -104 -262.5t-259 -101.5q-156 0 -259.5 101.5t-103.5 262.5zM120 351q0 -131 79.5 -208.5t201.5 -77.5q121 0 201 78t80 208t-80 208t-201 78 t-201 -78t-80 -208z" />
159
- <glyph unicode="&#xd5;" horiz-adv-x="802" d="M538 869l17 -59q-28 -32 -81 -32q-29 0 -73.5 17t-71.5 17q-46 0 -71 -28l-17 59q25 35 81 35q28 0 72 -17.5t75 -17.5q41 0 69 26zM38 351q0 161 103.5 262t259.5 101q155 0 259 -101.5t104 -261.5q0 -161 -104 -262.5t-259 -101.5q-156 0 -259.5 101.5t-103.5 262.5z M120 351q0 -131 79.5 -208.5t201.5 -77.5q121 0 201 78t80 208t-80 208t-201 78t-201 -78t-80 -208z" />
160
- <glyph unicode="&#xd6;" horiz-adv-x="802" d="M307 776q-19 0 -32.5 13.5t-13.5 32.5q0 20 13.5 33.5t33.5 13.5q19 0 32 -13.5t13 -33.5q0 -19 -13.5 -32.5t-32.5 -13.5zM496 776q-19 0 -32.5 13.5t-13.5 32.5q0 20 13.5 33.5t32.5 13.5q20 0 33.5 -13.5t13.5 -33.5q0 -19 -14 -32.5t-33 -13.5zM38 351 q0 161 103.5 262t259.5 101q155 0 259 -101.5t104 -261.5q0 -161 -104 -262.5t-259 -101.5q-156 0 -259.5 101.5t-103.5 262.5zM120 351q0 -131 79.5 -208.5t201.5 -77.5q121 0 201 78t80 208t-80 208t-201 78t-201 -78t-80 -208z" />
161
- <glyph unicode="&#xd7;" d="M384 290l125 -124l-50 -50l-125 125l-125 -125l-49 50l125 124l-125 125l49 49l125 -124l125 124l49 -50z" />
162
- <glyph unicode="&#xd8;" horiz-adv-x="802" d="M729 714l-74 -96q109 -104 109 -267q0 -161 -104 -262.5t-259 -101.5q-106 0 -190 49l-75 -99l-61 47l74 98q-111 101 -111 269q0 161 103.5 262t259.5 101q106 0 192 -50l74 96zM120 351q0 -126 78 -206l347 456q-66 36 -144 36q-121 0 -201 -78t-80 -208zM401 65 q120 0 200.5 78t80.5 208q0 124 -76 203l-347 -455q65 -34 142 -34z" />
163
- <glyph unicode="&#xd9;" horiz-adv-x="696" d="M293 915l104 -161h-76l-95 139zM628 700v-408q0 -148 -72 -226.5t-208 -78.5t-208 78t-72 227v408h83v-408q0 -115 48 -171t149 -56t150 56t49 171v408h81z" />
164
- <glyph unicode="&#xda;" horiz-adv-x="696" d="M372 754h-76l104 161l67 -22zM628 700v-408q0 -148 -72 -226.5t-208 -78.5t-208 78t-72 227v408h83v-408q0 -115 48 -171t149 -56t150 56t49 171v408h81z" />
165
- <glyph unicode="&#xdb;" horiz-adv-x="696" d="M490 801l-38 -46l-104 88l-105 -87l-39 45l144 118zM628 700v-408q0 -148 -72 -226.5t-208 -78.5t-208 78t-72 227v408h83v-408q0 -115 48 -171t149 -56t150 56t49 171v408h81z" />
166
- <glyph unicode="&#xdc;" horiz-adv-x="696" d="M255 776q-19 0 -32.5 13.5t-13.5 32.5t13.5 33t32.5 14t32.5 -13.5t13.5 -33.5q0 -19 -13.5 -32.5t-32.5 -13.5zM444 776q-19 0 -32.5 13.5t-13.5 32.5q0 20 13.5 33.5t32.5 13.5t32.5 -13.5t13.5 -33.5q0 -19 -13.5 -32.5t-32.5 -13.5zM628 700v-408q0 -148 -72 -226.5 t-208 -78.5t-208 78t-72 227v408h83v-408q0 -115 48 -171t149 -56t150 56t49 171v408h81z" />
167
- <glyph unicode="&#xdd;" horiz-adv-x="657" d="M359 754h-76l104 161l67 -22zM369 304v-304h-82v304l-270 396h94l157 -230q16 -22 31.5 -45t22.5 -35l8 -11h2l7 11q7 11 22 33.5t31 44.5l159 232h89z" />
168
- <glyph unicode="&#xde;" horiz-adv-x="562" d="M158 558h122q122 0 188.5 -54t66.5 -153t-66.5 -151.5t-188.5 -52.5h-122v-147h-81v700h81v-142zM158 221h125q171 0 171 130q0 131 -171 131h-125v-261z" />
169
- <glyph unicode="&#xdf;" horiz-adv-x="581" d="M369 341h6q76 0 126.5 -47.5t50.5 -125.5q0 -79 -50.5 -130t-135.5 -51q-87 0 -136 45l33 56q43 -35 96 -35t85 31.5t32 80.5q0 48 -32 78.5t-87 30.5h-70v67l83 144l-1 2h-47h-167v-487h-78v560h418l-126 -217v-2z" />
170
- <glyph unicode="&#xe0;" horiz-adv-x="596" d="M270 614l-95 139l68 22l103 -161h-76zM432 150h-270l-58 -150h-81l229 560h92l229 -560h-82zM405 218l-49 125q-57 143 -57 150h-3q0 -4 -60 -157l-47 -118h216z" />
171
- <glyph unicode="&#xe1;" horiz-adv-x="596" d="M322 614h-76l104 161l67 -22zM432 150h-270l-58 -150h-81l229 560h92l229 -560h-82zM405 218l-49 125q-57 143 -57 150h-3q0 -4 -60 -157l-47 -118h216z" />
172
- <glyph unicode="&#xe2;" horiz-adv-x="596" d="M224 620l-41 44l116 115l116 -116l-41 -44l-75 78zM432 150h-270l-58 -150h-81l229 560h92l229 -560h-82zM405 218l-49 125q-57 143 -57 150h-3q0 -4 -60 -157l-47 -118h216z" />
173
- <glyph unicode="&#xe3;" horiz-adv-x="596" d="M231 672q-36 0 -61 -28l-16 60q22 34 71 34q26 0 66.5 -17.5t67.5 -17.5q31 0 60 26l16 -60q-6 -10 -25.5 -20.5t-44.5 -10.5q-27 0 -68 17t-66 17zM432 150h-270l-58 -150h-81l229 560h92l229 -560h-82zM405 218l-49 125q-57 143 -57 150h-3q0 -4 -60 -157l-47 -118h216 z" />
174
- <glyph unicode="&#xe4;" horiz-adv-x="596" d="M204 636q-19 0 -32 13.5t-13 32.5q0 20 13.5 33.5t32.5 13.5t32.5 -14t13.5 -33t-14 -32.5t-33 -13.5zM394 636q-19 0 -33 13.5t-14 32.5q0 20 13.5 33.5t33.5 13.5q19 0 32.5 -14t13.5 -33t-13.5 -32.5t-32.5 -13.5zM432 150h-270l-58 -150h-81l229 560h92l229 -560h-82 zM405 218l-49 125q-57 143 -57 150h-3q0 -4 -60 -157l-47 -118h216z" />
175
- <glyph unicode="&#xe5;" horiz-adv-x="596" d="M299 599q-45 0 -73.5 26t-28.5 68t28.5 67.5t73.5 25.5t73.5 -25.5t28.5 -67.5t-28.5 -68t-73.5 -26zM299 738q-22 0 -35 -12.5t-13 -32.5q0 -21 13 -33.5t35 -12.5t35 12.5t13 33.5q0 20 -13 32.5t-35 12.5zM432 150h-270l-58 -150h-81l229 560h92l229 -560h-82z M405 218l-49 125q-57 143 -57 150h-3q0 -4 -60 -157l-47 -118h216z" />
176
- <glyph unicode="&#xe6;" horiz-adv-x="815" d="M765 73v-73h-395v146h-209l-58 -146h-80l230 560h117h390v-73h-315v-162h244v-71h-244v-181h320zM370 214v275h-74l-108 -275h182z" />
177
- <glyph unicode="&#xe7;" horiz-adv-x="645" d="M526 172l75 -20q-31 -65 -88 -107.5t-132 -52.5q80 -17 80 -81q0 -41 -31 -63t-91 -22q-55 0 -83 16v56q25 -15 72 -15q72 0 72 38q0 42 -112 43v28q-111 15 -180.5 94.5t-69.5 193.5q0 125 84.5 208t211.5 83q88 0 158.5 -42t104.5 -123l-74 -20q-66 113 -188 113 q-95 0 -156.5 -61.5t-61.5 -157.5q0 -97 61.5 -158.5t155.5 -61.5q66 0 115.5 31t76.5 81z" />
178
- <glyph unicode="&#xe8;" horiz-adv-x="525" d="M219 775l104 -161h-77l-95 139zM77 0v560h393v-73h-315v-162h243v-71h-243v-181h320v-73h-398z" />
179
- <glyph unicode="&#xe9;" horiz-adv-x="525" d="M298 614h-76l104 161l67 -22zM77 0v560h393v-73h-315v-162h243v-71h-243v-181h320v-73h-398z" />
180
- <glyph unicode="&#xea;" horiz-adv-x="525" d="M416 661l-38 -46l-105 88l-105 -87l-38 45l143 118zM77 0v560h393v-73h-315v-162h243v-71h-243v-181h320v-73h-398z" />
181
- <glyph unicode="&#xeb;" horiz-adv-x="525" d="M180 636q-19 0 -32 13.5t-13 32.5q0 20 13.5 33.5t32.5 13.5t32.5 -14t13.5 -33t-14 -32.5t-33 -13.5zM370 636q-19 0 -33 13.5t-14 32.5q0 20 13.5 33.5t33.5 13.5q19 0 32.5 -14t13.5 -33t-13.5 -32.5t-32.5 -13.5zM77 0v560h393v-73h-315v-162h243v-71h-243v-181h320 v-73h-398z" />
182
- <glyph unicode="&#xec;" horiz-adv-x="232" d="M60 775l104 -161h-76l-95 139zM77 0v560h78v-560h-78z" />
183
- <glyph unicode="&#xed;" horiz-adv-x="232" d="M140 614h-76l104 161l67 -22zM77 0v560h78v-560h-78z" />
184
- <glyph unicode="&#xee;" horiz-adv-x="232" d="M232 663l-40 -44l-75 78l-76 -77l-40 44l116 115zM77 0v560h78v-560h-78z" />
185
- <glyph unicode="&#xef;" horiz-adv-x="232" d="M55 636q-19 0 -32 13.5t-13 32.5q0 20 13.5 33.5t32.5 13.5t32.5 -14t13.5 -33t-14 -32.5t-33 -13.5zM178 636q-19 0 -32.5 13.5t-13.5 32.5q0 20 13.5 33.5t32.5 13.5t32.5 -14t13.5 -33t-13.5 -32.5t-32.5 -13.5zM77 0v560h78v-560h-78z" />
186
- <glyph unicode="&#xf0;" horiz-adv-x="618" d="M77 560h193q138 0 224 -76.5t86 -205.5t-85 -203.5t-220 -74.5h-198v253h-66v70h66v237zM155 73h118q103 0 165.5 52.5t62.5 152.5t-63 154.5t-169 54.5h-114v-164h173v-70h-173v-180z" />
187
- <glyph unicode="&#xf1;" horiz-adv-x="630" d="M431 729l16 -60q-6 -10 -25.5 -20.5t-44.5 -10.5q-27 0 -68 17t-66 17q-36 0 -61 -28l-16 60q22 34 71 34q26 0 66.5 -17.5t67.5 -17.5q31 0 60 26zM553 0h-80l-318 441h-2v-4q0 -4 0.5 -10.5t0.5 -15v-20t0.5 -24t0.5 -26.5v-28v-313h-78v560h80l317 -434h2v4v9.5v14.5 t-0.5 19t-0.5 22.5v24.5v26v314h78v-560z" />
188
- <glyph unicode="&#xf2;" horiz-adv-x="665" d="M277 775l104 -161h-76l-96 139zM38 279q0 127 84.5 209.5t209.5 82.5t209.5 -82.5t84.5 -209.5q0 -125 -84.5 -208t-209.5 -83t-209.5 83t-84.5 208zM117 279q0 -96 61.5 -157.5t153.5 -61.5t153.5 61.5t61.5 157.5q0 97 -61 158.5t-154 61.5t-154 -61.5t-61 -158.5z" />
189
- <glyph unicode="&#xf3;" horiz-adv-x="665" d="M356 614h-76l104 161l67 -22zM38 279q0 127 84.5 209.5t209.5 82.5t209.5 -82.5t84.5 -209.5q0 -125 -84.5 -208t-209.5 -83t-209.5 83t-84.5 208zM117 279q0 -96 61.5 -157.5t153.5 -61.5t153.5 61.5t61.5 157.5q0 97 -61 158.5t-154 61.5t-154 -61.5t-61 -158.5z" />
190
- <glyph unicode="&#xf4;" horiz-adv-x="665" d="M474 661l-38 -46l-105 88l-105 -87l-38 45l143 118zM38 279q0 127 84.5 209.5t209.5 82.5t209.5 -82.5t84.5 -209.5q0 -125 -84.5 -208t-209.5 -83t-209.5 83t-84.5 208zM117 279q0 -96 61.5 -157.5t153.5 -61.5t153.5 61.5t61.5 157.5q0 97 -61 158.5t-154 61.5 t-154 -61.5t-61 -158.5z" />
191
- <glyph unicode="&#xf5;" horiz-adv-x="665" d="M453 729l16 -60q-6 -10 -25.5 -20.5t-44.5 -10.5q-27 0 -68 17t-66 17q-36 0 -61 -28l-16 60q22 34 71 34q26 0 66.5 -17.5t67.5 -17.5q31 0 60 26zM38 279q0 127 84.5 209.5t209.5 82.5t209.5 -82.5t84.5 -209.5q0 -125 -84.5 -208t-209.5 -83t-209.5 83t-84.5 208z M117 279q0 -96 61.5 -157.5t153.5 -61.5t153.5 61.5t61.5 157.5q0 97 -61 158.5t-154 61.5t-154 -61.5t-61 -158.5z" />
192
- <glyph unicode="&#xf6;" horiz-adv-x="665" d="M238 636q-19 0 -32 13.5t-13 32.5q0 20 13.5 33.5t32.5 13.5t32.5 -14t13.5 -33t-14 -32.5t-33 -13.5zM428 636q-19 0 -33 13.5t-14 32.5q0 20 13.5 33.5t33.5 13.5q19 0 32.5 -14t13.5 -33t-13.5 -32.5t-32.5 -13.5zM38 279q0 127 84.5 209.5t209.5 82.5t209.5 -82.5 t84.5 -209.5q0 -125 -84.5 -208t-209.5 -83t-209.5 83t-84.5 208zM117 279q0 -96 61.5 -157.5t153.5 -61.5t153.5 61.5t61.5 157.5q0 97 -61 158.5t-154 61.5t-154 -61.5t-61 -158.5z" />
193
- <glyph unicode="&#xf7;" d="M334 425q-25 0 -39.5 14.5t-14.5 36.5t14.5 36t39.5 14q26 0 40 -14.5t14 -35.5q0 -22 -14 -36.5t-40 -14.5zM524 254h-380v69h380v-69zM334 55q-25 0 -39.5 14.5t-14.5 36.5t14.5 36t39.5 14q26 0 40 -14.5t14 -35.5q0 -22 -14 -36.5t-40 -14.5z" />
194
- <glyph unicode="&#xf8;" horiz-adv-x="665" d="M598 566l-59 -75q87 -84 87 -212q0 -125 -84.5 -208t-209.5 -83q-85 0 -153 40l-57 -75l-58 44l58 74q-84 84 -84 208q0 127 84.5 209.5t209.5 82.5q84 0 149 -38l59 76zM117 279q0 -87 52 -147l267 342q-48 25 -104 25q-93 0 -154 -61.5t-61 -158.5zM332 60 q92 0 153.5 61.5t61.5 157.5q0 91 -54 151l-268 -343q49 -27 107 -27z" />
195
- <glyph unicode="&#xf9;" horiz-adv-x="611" d="M252 775l104 -161h-77l-95 139zM543 560v-319q0 -126 -61.5 -189.5t-176.5 -63.5t-176 63.5t-61 189.5v319h79v-327q0 -173 159 -173t159 173v327h78z" />
196
- <glyph unicode="&#xfa;" horiz-adv-x="611" d="M331 614h-76l104 161l67 -22zM543 560v-319q0 -126 -61.5 -189.5t-176.5 -63.5t-176 63.5t-61 189.5v319h79v-327q0 -173 159 -173t159 173v327h78z" />
197
- <glyph unicode="&#xfb;" horiz-adv-x="611" d="M449 661l-38 -46l-105 88l-105 -87l-38 45l143 118zM543 560v-319q0 -126 -61.5 -189.5t-176.5 -63.5t-176 63.5t-61 189.5v319h79v-327q0 -173 159 -173t159 173v327h78z" />
198
- <glyph unicode="&#xfc;" horiz-adv-x="611" d="M213 636q-19 0 -32 13.5t-13 32.5q0 20 13.5 33.5t32.5 13.5t32.5 -14t13.5 -33t-14 -32.5t-33 -13.5zM403 636q-19 0 -33 13.5t-14 32.5q0 20 14 33.5t33 13.5t32.5 -14t13.5 -33t-13.5 -32.5t-32.5 -13.5zM543 560v-319q0 -126 -61.5 -189.5t-176.5 -63.5t-176 63.5 t-61 189.5v319h79v-327q0 -173 159 -173t159 173v327h78z" />
199
- <glyph unicode="&#xfd;" horiz-adv-x="541" d="M301 614h-76l104 161l67 -22zM309 0h-78v231l-214 329h89l90 -137q20 -29 39 -58.5t29 -44.5l9 -15h2l9 15q10 14 30 44.5t39 59.5l89 136h82l-215 -329v-231z" />
200
- <glyph unicode="&#xfe;" horiz-adv-x="475" d="M155 441h78q215 0 215 -160q0 -155 -215 -155h-78v-126h-78v560h78v-119zM155 190h80q69 0 101.5 21t32.5 69q0 47 -33 68.5t-101 21.5h-80v-180z" />
201
- <glyph unicode="&#xff;" horiz-adv-x="541" d="M183 636q-19 0 -32.5 13.5t-13.5 32.5q0 20 13.5 33.5t33.5 13.5q19 0 32 -13.5t13 -33.5q0 -19 -13.5 -32.5t-32.5 -13.5zM372 636q-19 0 -32.5 13.5t-13.5 32.5q0 20 13.5 33.5t32.5 13.5t32.5 -13.5t13.5 -33.5q0 -19 -13.5 -32.5t-32.5 -13.5zM309 0h-78v231 l-214 329h89l90 -137q20 -29 39 -58.5t29 -44.5l9 -15h2l9 15q10 14 30 44.5t39 59.5l89 136h82l-215 -329v-231z" />
202
- <glyph unicode="&#x152;" horiz-adv-x="997" d="M943 0h-465q-24 -4 -75 -4q-159 0 -262 98t-103 256t103.5 256t262.5 98q45 0 73 -4h464v-76h-389v-219h307v-76h-307v-253h391v-76zM120 351q0 -129 77.5 -205t206.5 -76q38 0 68 10v542q-29 8 -68 8q-129 0 -206.5 -75t-77.5 -204z" />
203
- <glyph unicode="&#x153;" horiz-adv-x="840" d="M787 0h-388q-21 -3 -64 -3q-130 0 -213.5 78t-83.5 205t83.5 205t214.5 78q40 0 65 -3h381v-73h-315v-162h243v-71h-243v-181h320v-73zM117 281q0 -97 60 -155t160 -58q27 0 55 5v414q-28 5 -55 5q-100 0 -160 -57.5t-60 -153.5z" />
204
- <glyph unicode="&#x178;" horiz-adv-x="657" d="M242 776q-19 0 -32.5 13.5t-13.5 32.5t13.5 33t32.5 14t32.5 -13.5t13.5 -33.5q0 -19 -13.5 -32.5t-32.5 -13.5zM431 776q-19 0 -32.5 13.5t-13.5 32.5q0 20 13.5 33.5t32.5 13.5t32.5 -14t13.5 -33t-13.5 -32.5t-32.5 -13.5zM369 304v-304h-82v304l-270 396h94l157 -230 q16 -22 31.5 -45t22.5 -35l8 -11h2l7 11q7 11 22 33.5t31 44.5l159 232h89z" />
205
- <glyph unicode="&#x2c6;" horiz-adv-x="533" d="M409 801l-38 -46l-104 88l-105 -87l-39 45l144 118z" />
206
- <glyph unicode="&#x2dc;" horiz-adv-x="533" d="M390 869l16 -60q-22 -31 -70 -31q-27 0 -68 17t-66 17q-36 0 -61 -28l-16 60q22 34 71 34q26 0 66.5 -17.5t67.5 -17.5q31 0 60 26z" />
207
- <glyph unicode="&#x2000;" horiz-adv-x="463" />
208
- <glyph unicode="&#x2001;" horiz-adv-x="926" />
209
- <glyph unicode="&#x2002;" horiz-adv-x="463" />
210
- <glyph unicode="&#x2003;" horiz-adv-x="926" />
211
- <glyph unicode="&#x2004;" horiz-adv-x="308" />
212
- <glyph unicode="&#x2005;" horiz-adv-x="231" />
213
- <glyph unicode="&#x2006;" horiz-adv-x="154" />
214
- <glyph unicode="&#x2007;" horiz-adv-x="154" />
215
- <glyph unicode="&#x2008;" horiz-adv-x="115" />
216
- <glyph unicode="&#x2009;" horiz-adv-x="185" />
217
- <glyph unicode="&#x200a;" horiz-adv-x="51" />
218
- <glyph unicode="&#x2010;" horiz-adv-x="581" d="M480 254h-380v69h380v-69z" />
219
- <glyph unicode="&#x2011;" horiz-adv-x="581" d="M480 254h-380v69h380v-69z" />
220
- <glyph unicode="&#x2012;" horiz-adv-x="581" d="M480 254h-380v69h380v-69z" />
221
- <glyph unicode="&#x2013;" d="M567 254h-467v69h467v-69z" />
222
- <glyph unicode="&#x2014;" horiz-adv-x="1001" d="M900 254h-800v69h800v-69z" />
223
- <glyph unicode="&#x2018;" horiz-adv-x="224" d="M116 607q20 3 33 -8.5t13 -32.5q0 -20 -14.5 -33.5t-37.5 -13.5q-27 0 -43 17.5t-16 47.5q0 37 24.5 75t66.5 52l33 -38q-22 -7 -39 -27t-20 -39z" />
224
- <glyph unicode="&#x2019;" horiz-adv-x="224" d="M108 624q-21 -3 -33.5 8.5t-12.5 32.5q0 20 14.5 33.5t37.5 13.5q27 0 42.5 -17.5t15.5 -47.5q0 -37 -24.5 -75t-65.5 -52l-33 38q21 7 38 27t21 39z" />
225
- <glyph unicode="&#x201a;" horiz-adv-x="224" d="M108 -2q-21 -3 -33.5 8.5t-12.5 31.5q0 21 14 34t38 13q27 0 42.5 -17t15.5 -47q0 -37 -24.5 -75t-65.5 -53l-33 39q21 7 38 27t21 39z" />
226
- <glyph unicode="&#x201c;" horiz-adv-x="407" d="M297 607q21 3 33.5 -8.5t12.5 -32.5q0 -20 -14.5 -33.5t-37.5 -13.5q-27 0 -43 17.5t-16 47.5q0 37 24.5 75t66.5 52l33 -38q-21 -7 -38 -27t-21 -39zM114 607q20 3 32.5 -8.5t12.5 -32.5q0 -20 -14 -33.5t-37 -13.5q-27 0 -43 17.5t-16 47.5q0 37 24.5 75t66.5 52 l32 -38q-21 -7 -38 -27t-20 -39z" />
227
- <glyph unicode="&#x201d;" horiz-adv-x="407" d="M108 624q-21 -3 -33.5 8.5t-12.5 32.5q0 20 14.5 33.5t37.5 13.5q27 0 42.5 -17.5t15.5 -47.5q0 -37 -24.5 -75t-65.5 -52l-33 38q21 7 38 27t21 39zM291 624q-20 -3 -32.5 8.5t-12.5 32.5q0 20 14 33.5t37 13.5q27 0 43 -17.5t16 -47.5q0 -37 -24.5 -75t-66.5 -52 l-33 38q22 7 39 27t20 39z" />
228
- <glyph unicode="&#x201e;" horiz-adv-x="394" d="M108 -2q-21 -3 -33.5 8.5t-12.5 31.5q0 21 14 34t38 13q27 0 42.5 -17t15.5 -47q0 -37 -24.5 -75t-65.5 -53l-33 39q21 7 38 27t21 39zM278 -2q-21 -3 -33.5 8.5t-12.5 31.5q0 21 14 34t38 13q27 0 43 -17t16 -47q0 -37 -24.5 -75t-66.5 -53l-33 39q21 7 38 27t21 39z " />
229
- <glyph unicode="&#x2022;" horiz-adv-x="318" d="M159 205q-35 0 -58.5 22.5t-23.5 57.5q0 34 23.5 56.5t58.5 22.5t58.5 -22.5t23.5 -56.5q0 -35 -23.5 -57.5t-58.5 -22.5z" />
230
- <glyph unicode="&#x2026;" horiz-adv-x="694" d="M102 -11q-21 0 -33 12t-12 30t12 29.5t33 11.5t32.5 -11.5t11.5 -29.5q0 -19 -11.5 -30.5t-32.5 -11.5zM342 -11q-21 0 -33 12t-12 30t12 29.5t33 11.5t32.5 -11.5t11.5 -29.5q0 -19 -11.5 -30.5t-32.5 -11.5zM592 -11q-21 0 -33 12t-12 30t12 29.5t33 11.5t32.5 -11.5 t11.5 -29.5q0 -19 -11.5 -30.5t-32.5 -11.5z" />
231
- <glyph unicode="&#x202f;" horiz-adv-x="185" />
232
- <glyph unicode="&#x2039;" horiz-adv-x="402" d="M295 513l47 -47l-192 -186v-3l192 -186l-47 -47l-235 235z" />
233
- <glyph unicode="&#x203a;" horiz-adv-x="402" d="M107 44l-47 47l192 186v3l-192 186l47 47l235 -234z" />
234
- <glyph unicode="&#x205f;" horiz-adv-x="231" />
235
- <glyph unicode="&#x20ac;" horiz-adv-x="602" d="M482 155l76 -21q-23 -64 -79.5 -105t-145.5 -41q-101 0 -164 52t-82 153h-49v61h42l-1 31v20h-40v60h46q17 101 78.5 153.5t163.5 52.5q88 0 149.5 -39.5t78.5 -116.5l-76 -21q-11 44 -47 75t-104 31q-131 0 -158 -135h173v-60h-180l-1 -19q0 -6 0.5 -16.5t0.5 -15.5h180 v-61h-171q30 -132 164 -132q109 0 146 94z" />
236
- <glyph unicode="&#x2122;" horiz-adv-x="784" d="M707 375h-54v132v124h-1l-5 -10q-5 -10 -13.5 -27.5t-16.5 -32.5l-58 -112h-34l-58 112q-8 15 -17.5 33t-15.5 28l-5 10h-1l1 -125v-132h-53v325h68l71 -138q7 -12 14 -25.5t11 -20.5l3 -6h1q3 3 26 51l69 139h68v-325zM312 700v-52h-110v-273h-55v273h-110v52h275z" />
237
- <hkern u1="&#x32;" u2="&#x37;" k="-7" />
238
- <hkern u1="&#xfe;" u2="j" k="17" />
239
- <hkern u1="&#x201c;" u2="&#xe6;" k="83" />
240
- <hkern u1="&#x201c;" u2="&#xe5;" k="83" />
241
- <hkern u1="&#x201c;" u2="&#xe4;" k="83" />
242
- <hkern u1="&#x201c;" u2="&#xe3;" k="83" />
243
- <hkern u1="&#x201c;" u2="&#xe2;" k="83" />
244
- <hkern u1="&#x201c;" u2="&#xe1;" k="83" />
245
- <hkern u1="&#x201c;" u2="&#xe0;" k="83" />
246
- <hkern u1="&#x201c;" u2="&#xc6;" k="83" />
247
- <hkern u1="&#x201c;" u2="&#xc5;" k="83" />
248
- <hkern u1="&#x201c;" u2="&#xc4;" k="83" />
249
- <hkern u1="&#x201c;" u2="&#xc3;" k="83" />
250
- <hkern u1="&#x201c;" u2="&#xc2;" k="83" />
251
- <hkern u1="&#x201c;" u2="&#xc1;" k="83" />
252
- <hkern u1="&#x201c;" u2="&#xc0;" k="83" />
253
- <hkern u1="&#x201c;" u2="j" k="116" />
254
- <hkern u1="&#x201c;" u2="a" k="83" />
255
- <hkern u1="&#x201c;" u2="J" k="123" />
256
- <hkern u1="&#x201c;" u2="A" k="83" />
257
- <hkern g1="germandbls" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="20" />
258
- <hkern g1="germandbls" g2="Y,Yacute,Ydieresis" k="80" />
259
- <hkern g1="germandbls" g2="j" k="-13" />
260
- <hkern g1="germandbls" g2="T" k="40" />
261
- <hkern g1="germandbls" g2="v,w,yen" k="33" />
262
- <hkern g1="germandbls" g2="u,ugrave,uacute,ucircumflex,udieresis" k="10" />
263
- <hkern g1="germandbls" g2="y,yacute,ydieresis" k="33" />
264
- <hkern g1="germandbls" g2="V,W" k="80" />
265
- <hkern g1="germandbls" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="50" />
266
- <hkern g1="germandbls" g2="t" k="44" />
267
- <hkern g1="r" g2="J" k="-20" />
268
- <hkern g1="r" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="37" />
269
- <hkern g1="r" g2="Y,Yacute,Ydieresis" k="74" />
270
- <hkern g1="r" g2="j" k="-20" />
271
- <hkern g1="r" g2="T" k="60" />
272
- <hkern g1="r" g2="v,w,yen" k="10" />
273
- <hkern g1="r" g2="u,ugrave,uacute,ucircumflex,udieresis" k="5" />
274
- <hkern g1="r" g2="y,yacute,ydieresis" k="22" />
275
- <hkern g1="r" g2="V,W" k="47" />
276
- <hkern g1="r" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="16" />
277
- <hkern g1="r" g2="t" k="20" />
278
- <hkern g1="r" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="3" />
279
- <hkern g1="r" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-3" />
280
- <hkern g1="r" g2="z" k="13" />
281
- <hkern g1="r" g2="numbersign" k="-3" />
282
- <hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="J" k="17" />
283
- <hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="j" k="47" />
284
- <hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="y,yacute,ydieresis" k="7" />
285
- <hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-10" />
286
- <hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="-3" />
287
- <hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="13" />
288
- <hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="60" />
289
- <hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="z" k="16" />
290
- <hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="dollar,s" k="7" />
291
- <hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="37" />
292
- <hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="X" k="7" />
293
- <hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="40" />
294
- <hkern g1="z" g2="Y,Yacute,Ydieresis" k="34" />
295
- <hkern g1="z" g2="j" k="-13" />
296
- <hkern g1="z" g2="T" k="40" />
297
- <hkern g1="z" g2="V,W" k="16" />
298
- <hkern g1="z" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="13" />
299
- <hkern g1="z" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="13" />
300
- <hkern g1="z" g2="guillemotleft,guilsinglleft" k="13" />
301
- <hkern g1="ordfeminine" g2="J" k="66" />
302
- <hkern g1="ordfeminine" g2="v,w,yen" k="34" />
303
- <hkern g1="ordfeminine" g2="y,yacute,ydieresis" k="46" />
304
- <hkern g1="ordfeminine" g2="t" k="50" />
305
- <hkern g1="b" g2="Y,Yacute,Ydieresis" k="77" />
306
- <hkern g1="b" g2="j" k="-7" />
307
- <hkern g1="b" g2="T" k="87" />
308
- <hkern g1="b" g2="v,w,yen" k="14" />
309
- <hkern g1="b" g2="y,yacute,ydieresis" k="40" />
310
- <hkern g1="b" g2="V,W" k="77" />
311
- <hkern g1="b" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="30" />
312
- <hkern g1="b" g2="t" k="27" />
313
- <hkern g1="b" g2="x" k="10" />
314
- <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="J" k="-3" />
315
- <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="7" />
316
- <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="j" k="-3" />
317
- <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="27" />
318
- <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="13" />
319
- <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="dollar,s" k="7" />
320
- <hkern g1="Z" g2="v,w,yen" k="13" />
321
- <hkern g1="Z" g2="y,yacute,ydieresis" k="13" />
322
- <hkern g1="Z" g2="t" k="27" />
323
- <hkern g1="Z" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="16" />
324
- <hkern g1="Z" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="16" />
325
- <hkern g1="Z" g2="guillemotleft,guilsinglleft" k="13" />
326
- <hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="J" k="10" />
327
- <hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="13" />
328
- <hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="Y,Yacute,Ydieresis" k="100" />
329
- <hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="j" k="17" />
330
- <hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="T" k="103" />
331
- <hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="v,w,yen" k="20" />
332
- <hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="y,yacute,ydieresis" k="35" />
333
- <hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="V,W" k="60" />
334
- <hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="50" />
335
- <hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="t" k="40" />
336
- <hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="-2" />
337
- <hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="-5" />
338
- <hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="backslash" k="53" />
339
- <hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="21" />
340
- <hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="z" k="13" />
341
- <hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="23" />
342
- <hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="X" k="33" />
343
- <hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="27" />
344
- <hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="x" k="26" />
345
- <hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="parenright" k="27" />
346
- <hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="degree" k="34" />
347
- <hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="slash" k="-3" />
348
- <hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="braceright" k="37" />
349
- <hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="bracketright" k="26" />
350
- <hkern g1="R" g2="J" k="-7" />
351
- <hkern g1="R" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="7" />
352
- <hkern g1="R" g2="Y,Yacute,Ydieresis" k="37" />
353
- <hkern g1="R" g2="j" k="-23" />
354
- <hkern g1="R" g2="T" k="23" />
355
- <hkern g1="R" g2="u,ugrave,uacute,ucircumflex,udieresis" k="3" />
356
- <hkern g1="R" g2="V,W" k="17" />
357
- <hkern g1="R" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="3" />
358
- <hkern g1="R" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="13" />
359
- <hkern g1="R" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-3" />
360
- <hkern g1="R" g2="numbersign" k="-13" />
361
- <hkern g1="R" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-5" />
362
- <hkern g1="R" g2="Z" k="13" />
363
- <hkern g1="g" g2="Y,Yacute,Ydieresis" k="50" />
364
- <hkern g1="g" g2="j" k="-13" />
365
- <hkern g1="g" g2="T" k="77" />
366
- <hkern g1="g" g2="v,w,yen" k="20" />
367
- <hkern g1="g" g2="y,yacute,ydieresis" k="33" />
368
- <hkern g1="g" g2="V,W" k="27" />
369
- <hkern g1="g" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="27" />
370
- <hkern g1="g" g2="t" k="23" />
371
- <hkern g1="t" g2="J" k="80" />
372
- <hkern g1="t" g2="Y,Yacute,Ydieresis" k="20" />
373
- <hkern g1="t" g2="j" k="103" />
374
- <hkern g1="t" g2="T" k="33" />
375
- <hkern g1="t" g2="four" k="30" />
376
- <hkern g1="t" g2="hyphen,uni00AD,divide,endash,emdash" k="60" />
377
- <hkern g1="t" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="40" />
378
- <hkern g1="t" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="101" />
379
- <hkern g1="t" g2="numbersign" k="40" />
380
- <hkern g1="t" g2="dollar,s" k="20" />
381
- <hkern g1="t" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="67" />
382
- <hkern g1="t" g2="X" k="30" />
383
- <hkern g1="t" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="77" />
384
- <hkern g1="t" g2="guillemotleft,guilsinglleft" k="7" />
385
- <hkern g1="t" g2="slash" k="47" />
386
- <hkern g1="t" g2="ordfeminine" k="50" />
387
- <hkern g1="t" g2="ampersand" k="27" />
388
- <hkern g1="t" g2="bullet" k="40" />
389
- <hkern g1="B" g2="J" k="-13" />
390
- <hkern g1="B" g2="Y,Yacute,Ydieresis" k="40" />
391
- <hkern g1="B" g2="T" k="43" />
392
- <hkern g1="B" g2="v,w,yen" k="20" />
393
- <hkern g1="B" g2="y,yacute,ydieresis" k="20" />
394
- <hkern g1="B" g2="V,W" k="26" />
395
- <hkern g1="B" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="-3" />
396
- <hkern g1="B" g2="X" k="10" />
397
- <hkern g1="B" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="3" />
398
- <hkern g1="l" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="37" />
399
- <hkern g1="l" g2="Y,Yacute,Ydieresis" k="130" />
400
- <hkern g1="l" g2="j" k="-27" />
401
- <hkern g1="l" g2="T" k="86" />
402
- <hkern g1="l" g2="v,w,yen" k="80" />
403
- <hkern g1="l" g2="u,ugrave,uacute,ucircumflex,udieresis" k="43" />
404
- <hkern g1="l" g2="y,yacute,ydieresis" k="97" />
405
- <hkern g1="l" g2="V,W" k="124" />
406
- <hkern g1="l" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="69" />
407
- <hkern g1="l" g2="t" k="101" />
408
- <hkern g1="l" g2="question" k="80" />
409
- <hkern g1="l" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20" />
410
- <hkern g1="l" g2="seven" k="40" />
411
- <hkern g1="l" g2="four" k="27" />
412
- <hkern g1="l" g2="hyphen,uni00AD,divide,endash,emdash" k="80" />
413
- <hkern g1="l" g2="trademark" k="140" />
414
- <hkern g1="l" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="34" />
415
- <hkern g1="l" g2="backslash" k="100" />
416
- <hkern g1="l" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-3" />
417
- <hkern g1="ordmasculine" g2="J" k="17" />
418
- <hkern g1="ordmasculine" g2="v,w,yen" k="-7" />
419
- <hkern g1="ordmasculine" g2="y,yacute,ydieresis" k="-20" />
420
- <hkern g1="ordmasculine" g2="V,W" k="-5" />
421
- <hkern g1="ordmasculine" g2="seven" k="-7" />
422
- <hkern g1="ordmasculine" g2="x" k="-13" />
423
- <hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="J" k="26" />
424
- <hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="-3" />
425
- <hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="Y,Yacute,Ydieresis" k="50" />
426
- <hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="j" k="30" />
427
- <hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="T" k="40" />
428
- <hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="V,W" k="30" />
429
- <hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="14" />
430
- <hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="-5" />
431
- <hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="-2" />
432
- <hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="43" />
433
- <hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="z" k="13" />
434
- <hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="30" />
435
- <hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="X" k="33" />
436
- <hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="27" />
437
- <hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="parenright" k="33" />
438
- <hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="degree" k="34" />
439
- <hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="braceright" k="20" />
440
- <hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="bracketright" k="20" />
441
- <hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="Z" k="16" />
442
- <hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="one" k="7" />
443
- <hkern g1="y,yacute,ydieresis" g2="J" k="100" />
444
- <hkern g1="y,yacute,ydieresis" g2="Y,Yacute,Ydieresis" k="7" />
445
- <hkern g1="y,yacute,ydieresis" g2="j" k="100" />
446
- <hkern g1="y,yacute,ydieresis" g2="T" k="27" />
447
- <hkern g1="y,yacute,ydieresis" g2="v,w,yen" k="-10" />
448
- <hkern g1="y,yacute,ydieresis" g2="y,yacute,ydieresis" k="-3" />
449
- <hkern g1="y,yacute,ydieresis" g2="hyphen,uni00AD,divide,endash,emdash" k="50" />
450
- <hkern g1="y,yacute,ydieresis" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="35" />
451
- <hkern g1="y,yacute,ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="90" />
452
- <hkern g1="y,yacute,ydieresis" g2="numbersign" k="20" />
453
- <hkern g1="y,yacute,ydieresis" g2="dollar,s" k="7" />
454
- <hkern g1="y,yacute,ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="90" />
455
- <hkern g1="y,yacute,ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="83" />
456
- <hkern g1="y,yacute,ydieresis" g2="guillemotleft,guilsinglleft" k="10" />
457
- <hkern g1="y,yacute,ydieresis" g2="x" k="7" />
458
- <hkern g1="y,yacute,ydieresis" g2="slash" k="17" />
459
- <hkern g1="y,yacute,ydieresis" g2="ordfeminine" k="46" />
460
- <hkern g1="y,yacute,ydieresis" g2="bullet" k="26" />
461
- <hkern g1="y,yacute,ydieresis" g2="ordmasculine" k="-3" />
462
- <hkern g1="y,yacute,ydieresis" g2="periodcentered" k="26" />
463
- <hkern g1="G" g2="J" k="-7" />
464
- <hkern g1="G" g2="Y,Yacute,Ydieresis" k="23" />
465
- <hkern g1="G" g2="T" k="23" />
466
- <hkern g1="G" g2="V,W" k="20" />
467
- <hkern g1="G" g2="dollar,s" k="-13" />
468
- <hkern g1="T" g2="J" k="130" />
469
- <hkern g1="T" g2="j" k="127" />
470
- <hkern g1="T" g2="v,w,yen" k="27" />
471
- <hkern g1="T" g2="u,ugrave,uacute,ucircumflex,udieresis" k="74" />
472
- <hkern g1="T" g2="y,yacute,ydieresis" k="27" />
473
- <hkern g1="T" g2="t" k="33" />
474
- <hkern g1="T" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="40" />
475
- <hkern g1="T" g2="seven" k="27" />
476
- <hkern g1="T" g2="four" k="127" />
477
- <hkern g1="T" g2="hyphen,uni00AD,divide,endash,emdash" k="83" />
478
- <hkern g1="T" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="103" />
479
- <hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="110" />
480
- <hkern g1="T" g2="z" k="40" />
481
- <hkern g1="T" g2="numbersign" k="57" />
482
- <hkern g1="T" g2="dollar,s" k="84" />
483
- <hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="110" />
484
- <hkern g1="T" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="80" />
485
- <hkern g1="T" g2="guillemotleft,guilsinglleft" k="80" />
486
- <hkern g1="T" g2="x" k="47" />
487
- <hkern g1="T" g2="slash" k="47" />
488
- <hkern g1="T" g2="ampersand" k="94" />
489
- <hkern g1="T" g2="bullet" k="60" />
490
- <hkern g1="T" g2="one" k="53" />
491
- <hkern g1="T" g2="periodcentered" k="47" />
492
- <hkern g1="T" g2="six" k="87" />
493
- <hkern g1="T" g2="two" k="40" />
494
- <hkern g1="T" g2="nine" k="67" />
495
- <hkern g1="T" g2="three,eight" k="67" />
496
- <hkern g1="T" g2="S" k="20" />
497
- <hkern g1="T" g2="b,d,e,f,h,i,k,l,m,n,p,r,germandbls,egrave,eacute,ecircumflex,edieresis,igrave,iacute,icircumflex,idieresis,ntilde,thorn" k="81" />
498
- <hkern g1="T" g2="five" k="67" />
499
- <hkern g1="L" g2="J" k="-14" />
500
- <hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="34" />
501
- <hkern g1="L" g2="Y,Yacute,Ydieresis" k="130" />
502
- <hkern g1="L" g2="j" k="-7" />
503
- <hkern g1="L" g2="T" k="130" />
504
- <hkern g1="L" g2="v,w,yen" k="90" />
505
- <hkern g1="L" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20" />
506
- <hkern g1="L" g2="y,yacute,ydieresis" k="101" />
507
- <hkern g1="L" g2="V,W" k="101" />
508
- <hkern g1="L" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="80" />
509
- <hkern g1="L" g2="t" k="94" />
510
- <hkern g1="L" g2="question" k="80" />
511
- <hkern g1="L" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="50" />
512
- <hkern g1="L" g2="hyphen,uni00AD,divide,endash,emdash" k="80" />
513
- <hkern g1="L" g2="trademark" k="140" />
514
- <hkern g1="L" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="27" />
515
- <hkern g1="L" g2="backslash" k="100" />
516
- <hkern g1="L" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-8" />
517
- <hkern g1="L" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-3" />
518
- <hkern g1="L" g2="S" k="20" />
519
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="J" k="-20" />
520
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="60" />
521
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="Y,Yacute,Ydieresis" k="150" />
522
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="j" k="-20" />
523
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="T" k="120" />
524
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="v,w,yen" k="78" />
525
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="u,ugrave,uacute,ucircumflex,udieresis" k="28" />
526
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="y,yacute,ydieresis" k="90" />
527
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="V,W" k="97" />
528
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="83" />
529
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="t" k="101" />
530
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="43" />
531
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="four" k="20" />
532
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="hyphen,uni00AD,divide,endash,emdash" k="43" />
533
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="trademark" k="160" />
534
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="21" />
535
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="backslash" k="127" />
536
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-20" />
537
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="numbersign" k="-24" />
538
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-10" />
539
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="X" k="-5" />
540
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="x" k="-10" />
541
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="bullet" k="20" />
542
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="periodcentered" k="20" />
543
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="nine" k="20" />
544
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="S" k="10" />
545
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="asterisk" k="53" />
546
- <hkern g1="seven,v,w,yen" g2="J" k="80" />
547
- <hkern g1="seven,v,w,yen" g2="Y,Yacute,Ydieresis" k="10" />
548
- <hkern g1="seven,v,w,yen" g2="j" k="70" />
549
- <hkern g1="seven,v,w,yen" g2="T" k="27" />
550
- <hkern g1="seven,v,w,yen" g2="v,w,yen" k="-14" />
551
- <hkern g1="seven,v,w,yen" g2="y,yacute,ydieresis" k="-10" />
552
- <hkern g1="seven,v,w,yen" g2="seven" k="-3" />
553
- <hkern g1="seven,v,w,yen" g2="four" k="50" />
554
- <hkern g1="seven,v,w,yen" g2="hyphen,uni00AD,divide,endash,emdash" k="30" />
555
- <hkern g1="seven,v,w,yen" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20" />
556
- <hkern g1="seven,v,w,yen" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="78" />
557
- <hkern g1="seven,v,w,yen" g2="numbersign" k="23" />
558
- <hkern g1="seven,v,w,yen" g2="dollar,s" k="3" />
559
- <hkern g1="seven,v,w,yen" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="67" />
560
- <hkern g1="seven,v,w,yen" g2="X" k="3" />
561
- <hkern g1="seven,v,w,yen" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="74" />
562
- <hkern g1="seven,v,w,yen" g2="guillemotleft,guilsinglleft" k="10" />
563
- <hkern g1="seven,v,w,yen" g2="slash" k="84" />
564
- <hkern g1="seven,v,w,yen" g2="ordfeminine" k="34" />
565
- <hkern g1="seven,v,w,yen" g2="ordmasculine" k="-7" />
566
- <hkern g1="seven,v,w,yen" g2="six" k="37" />
567
- <hkern g1="seven,v,w,yen" g2="five" k="3" />
568
- <hkern g1="Y,Yacute,Ydieresis" g2="J" k="143" />
569
- <hkern g1="Y,Yacute,Ydieresis" g2="Y,Yacute,Ydieresis" k="-10" />
570
- <hkern g1="Y,Yacute,Ydieresis" g2="j" k="120" />
571
- <hkern g1="Y,Yacute,Ydieresis" g2="v,w,yen" k="10" />
572
- <hkern g1="Y,Yacute,Ydieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20" />
573
- <hkern g1="Y,Yacute,Ydieresis" g2="y,yacute,ydieresis" k="7" />
574
- <hkern g1="Y,Yacute,Ydieresis" g2="V,W" k="-10" />
575
- <hkern g1="Y,Yacute,Ydieresis" g2="t" k="20" />
576
- <hkern g1="Y,Yacute,Ydieresis" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="50" />
577
- <hkern g1="Y,Yacute,Ydieresis" g2="four" k="84" />
578
- <hkern g1="Y,Yacute,Ydieresis" g2="hyphen,uni00AD,divide,endash,emdash" k="76" />
579
- <hkern g1="Y,Yacute,Ydieresis" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="100" />
580
- <hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="150" />
581
- <hkern g1="Y,Yacute,Ydieresis" g2="z" k="34" />
582
- <hkern g1="Y,Yacute,Ydieresis" g2="numbersign" k="110" />
583
- <hkern g1="Y,Yacute,Ydieresis" g2="dollar,s" k="53" />
584
- <hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="107" />
585
- <hkern g1="Y,Yacute,Ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="83" />
586
- <hkern g1="Y,Yacute,Ydieresis" g2="guillemotleft,guilsinglleft" k="120" />
587
- <hkern g1="Y,Yacute,Ydieresis" g2="x" k="13" />
588
- <hkern g1="Y,Yacute,Ydieresis" g2="slash" k="104" />
589
- <hkern g1="Y,Yacute,Ydieresis" g2="ampersand" k="70" />
590
- <hkern g1="Y,Yacute,Ydieresis" g2="bullet" k="47" />
591
- <hkern g1="Y,Yacute,Ydieresis" g2="periodcentered" k="47" />
592
- <hkern g1="Y,Yacute,Ydieresis" g2="six" k="50" />
593
- <hkern g1="Y,Yacute,Ydieresis" g2="S" k="14" />
594
- <hkern g1="Y,Yacute,Ydieresis" g2="b,d,e,f,h,i,k,l,m,n,p,r,germandbls,egrave,eacute,ecircumflex,edieresis,igrave,iacute,icircumflex,idieresis,ntilde,thorn" k="40" />
595
- <hkern g1="Y,Yacute,Ydieresis" g2="five" k="40" />
596
- <hkern g1="Y,Yacute,Ydieresis" g2="guillemotright,guilsinglright" k="50" />
597
- <hkern g1="f" g2="J" k="76" />
598
- <hkern g1="f" g2="Y,Yacute,Ydieresis" k="7" />
599
- <hkern g1="f" g2="j" k="113" />
600
- <hkern g1="f" g2="T" k="53" />
601
- <hkern g1="f" g2="V,W" k="33" />
602
- <hkern g1="f" g2="four" k="53" />
603
- <hkern g1="f" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="16" />
604
- <hkern g1="f" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="94" />
605
- <hkern g1="f" g2="numbersign" k="33" />
606
- <hkern g1="f" g2="dollar,s" k="7" />
607
- <hkern g1="f" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="53" />
608
- <hkern g1="f" g2="X" k="20" />
609
- <hkern g1="f" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="117" />
610
- <hkern g1="f" g2="slash" k="57" />
611
- <hkern g1="f" g2="braceright" k="7" />
612
- <hkern g1="f" g2="bracketright" k="7" />
613
- <hkern g1="f" g2="ordfeminine" k="50" />
614
- <hkern g1="f" g2="ordmasculine" k="13" />
615
- <hkern g1="dollar,s" g2="J" k="-13" />
616
- <hkern g1="dollar,s" g2="Y,Yacute,Ydieresis" k="33" />
617
- <hkern g1="dollar,s" g2="j" k="-13" />
618
- <hkern g1="dollar,s" g2="T" k="80" />
619
- <hkern g1="dollar,s" g2="v,w,yen" k="3" />
620
- <hkern g1="dollar,s" g2="V,W" k="13" />
621
- <hkern g1="dollar,s" g2="t" k="20" />
622
- <hkern g1="dollar,s" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="10" />
623
- <hkern g1="dollar,s" g2="x" k="7" />
624
- <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="J" k="-34" />
625
- <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="37" />
626
- <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="Y,Yacute,Ydieresis" k="107" />
627
- <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="j" k="-7" />
628
- <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="T" k="110" />
629
- <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="v,w,yen" k="67" />
630
- <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="u,ugrave,uacute,ucircumflex,udieresis" k="37" />
631
- <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="y,yacute,ydieresis" k="90" />
632
- <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="V,W" k="89" />
633
- <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="67" />
634
- <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="t" k="67" />
635
- <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="30" />
636
- <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="four" k="27" />
637
- <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="hyphen,uni00AD,divide,endash,emdash" k="34" />
638
- <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="trademark" k="150" />
639
- <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="23" />
640
- <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="backslash" k="107" />
641
- <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-10" />
642
- <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="numbersign" k="-13" />
643
- <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-16" />
644
- <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="X" k="-16" />
645
- <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="guillemotleft,guilsinglleft" k="37" />
646
- <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="bullet" k="13" />
647
- <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="periodcentered" k="26" />
648
- <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="nine" k="54" />
649
- <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="asterisk" k="60" />
650
- <hkern g1="V,W" g2="J" k="100" />
651
- <hkern g1="V,W" g2="Y,Yacute,Ydieresis" k="-10" />
652
- <hkern g1="V,W" g2="j" k="103" />
653
- <hkern g1="V,W" g2="u,ugrave,uacute,ucircumflex,udieresis" k="13" />
654
- <hkern g1="V,W" g2="V,W" k="-10" />
655
- <hkern g1="V,W" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="30" />
656
- <hkern g1="V,W" g2="seven" k="-13" />
657
- <hkern g1="V,W" g2="four" k="91" />
658
- <hkern g1="V,W" g2="hyphen,uni00AD,divide,endash,emdash" k="70" />
659
- <hkern g1="V,W" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="60" />
660
- <hkern g1="V,W" g2="backslash" k="-50" />
661
- <hkern g1="V,W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="97" />
662
- <hkern g1="V,W" g2="z" k="16" />
663
- <hkern g1="V,W" g2="numbersign" k="50" />
664
- <hkern g1="V,W" g2="dollar,s" k="37" />
665
- <hkern g1="V,W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="89" />
666
- <hkern g1="V,W" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="76" />
667
- <hkern g1="V,W" g2="guillemotleft,guilsinglleft" k="100" />
668
- <hkern g1="V,W" g2="x" k="27" />
669
- <hkern g1="V,W" g2="slash" k="63" />
670
- <hkern g1="V,W" g2="ampersand" k="20" />
671
- <hkern g1="V,W" g2="ordmasculine" k="-5" />
672
- <hkern g1="V,W" g2="six" k="46" />
673
- <hkern g1="V,W" g2="S" k="3" />
674
- <hkern g1="V,W" g2="b,d,e,f,h,i,k,l,m,n,p,r,germandbls,egrave,eacute,ecircumflex,edieresis,igrave,iacute,icircumflex,idieresis,ntilde,thorn" k="23" />
675
- <hkern g1="V,W" g2="five" k="47" />
676
- <hkern g1="V,W" g2="guillemotright,guilsinglright" k="50" />
677
- <hkern g1="k" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="13" />
678
- <hkern g1="k" g2="Y,Yacute,Ydieresis" k="34" />
679
- <hkern g1="k" g2="j" k="-23" />
680
- <hkern g1="k" g2="T" k="53" />
681
- <hkern g1="k" g2="v,w,yen" k="7" />
682
- <hkern g1="k" g2="u,ugrave,uacute,ucircumflex,udieresis" k="13" />
683
- <hkern g1="k" g2="y,yacute,ydieresis" k="13" />
684
- <hkern g1="k" g2="V,W" k="13" />
685
- <hkern g1="k" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="30" />
686
- <hkern g1="k" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="28" />
687
- <hkern g1="k" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-20" />
688
- <hkern g1="k" g2="dollar,s" k="10" />
689
- <hkern g1="k" g2="ampersand" k="17" />
690
- <hkern g1="c,ccedilla,Euro" g2="Y,Yacute,Ydieresis" k="73" />
691
- <hkern g1="c,ccedilla,Euro" g2="T" k="20" />
692
- <hkern g1="c,ccedilla,Euro" g2="v,w,yen" k="7" />
693
- <hkern g1="c,ccedilla,Euro" g2="y,yacute,ydieresis" k="10" />
694
- <hkern g1="c,ccedilla,Euro" g2="V,W" k="30" />
695
- <hkern g1="c,ccedilla,Euro" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="16" />
696
- <hkern g1="c,ccedilla,Euro" g2="t" k="27" />
697
- <hkern g1="c,ccedilla,Euro" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="7" />
698
- <hkern g1="c,ccedilla,Euro" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="13" />
699
- <hkern g1="c,ccedilla,Euro" g2="x" k="7" />
700
- <hkern g1="c,ccedilla,Euro" g2="b,d,e,f,h,i,k,l,m,n,p,r,germandbls,egrave,eacute,ecircumflex,edieresis,igrave,iacute,icircumflex,idieresis,ntilde,thorn" k="13" />
701
- <hkern g1="x" g2="Y,Yacute,Ydieresis" k="13" />
702
- <hkern g1="x" g2="j" k="-27" />
703
- <hkern g1="x" g2="T" k="47" />
704
- <hkern g1="x" g2="u,ugrave,uacute,ucircumflex,udieresis" k="3" />
705
- <hkern g1="x" g2="y,yacute,ydieresis" k="7" />
706
- <hkern g1="x" g2="V,W" k="27" />
707
- <hkern g1="x" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="26" />
708
- <hkern g1="x" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-10" />
709
- <hkern g1="x" g2="dollar,s" k="7" />
710
- <hkern g1="x" g2="x" k="-10" />
711
- <hkern g1="x" g2="ordmasculine" k="-13" />
712
- <hkern g1="F" g2="J" k="146" />
713
- <hkern g1="F" g2="j" k="116" />
714
- <hkern g1="F" g2="v,w,yen" k="20" />
715
- <hkern g1="F" g2="y,yacute,ydieresis" k="27" />
716
- <hkern g1="F" g2="t" k="40" />
717
- <hkern g1="F" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="24" />
718
- <hkern g1="F" g2="four" k="70" />
719
- <hkern g1="F" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="48" />
720
- <hkern g1="F" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="110" />
721
- <hkern g1="F" g2="z" k="27" />
722
- <hkern g1="F" g2="numbersign" k="63" />
723
- <hkern g1="F" g2="dollar,s" k="27" />
724
- <hkern g1="F" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="113" />
725
- <hkern g1="F" g2="X" k="3" />
726
- <hkern g1="F" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="126" />
727
- <hkern g1="F" g2="slash" k="80" />
728
- <hkern g1="F" g2="ampersand" k="27" />
729
- <hkern g1="F" g2="six" k="44" />
730
- <hkern g1="F" g2="S" k="14" />
731
- <hkern g1="F" g2="b,d,e,f,h,i,k,l,m,n,p,r,germandbls,egrave,eacute,ecircumflex,edieresis,igrave,iacute,icircumflex,idieresis,ntilde,thorn" k="33" />
732
- <hkern g1="p,thorn" g2="J" k="60" />
733
- <hkern g1="p,thorn" g2="Y,Yacute,Ydieresis" k="64" />
734
- <hkern g1="p,thorn" g2="j" k="83" />
735
- <hkern g1="p,thorn" g2="T" k="87" />
736
- <hkern g1="p,thorn" g2="y,yacute,ydieresis" k="7" />
737
- <hkern g1="p,thorn" g2="V,W" k="23" />
738
- <hkern g1="p,thorn" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="16" />
739
- <hkern g1="p,thorn" g2="four" k="27" />
740
- <hkern g1="p,thorn" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="-3" />
741
- <hkern g1="p,thorn" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="57" />
742
- <hkern g1="p,thorn" g2="numbersign" k="27" />
743
- <hkern g1="p,thorn" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="53" />
744
- <hkern g1="p,thorn" g2="X" k="47" />
745
- <hkern g1="p,thorn" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="90" />
746
- <hkern g1="p,thorn" g2="x" k="13" />
747
- <hkern g1="p,thorn" g2="parenright" k="7" />
748
- <hkern g1="p,thorn" g2="slash" k="50" />
749
- <hkern g1="p,thorn" g2="braceright" k="13" />
750
- <hkern g1="p,thorn" g2="bracketright" k="10" />
751
- <hkern g1="p,thorn" g2="Z" k="13" />
752
- <hkern g1="p,thorn" g2="ordfeminine" k="13" />
753
- <hkern g1="S" g2="J" k="-13" />
754
- <hkern g1="S" g2="Y,Yacute,Ydieresis" k="14" />
755
- <hkern g1="S" g2="T" k="20" />
756
- <hkern g1="S" g2="X" k="5" />
757
- <hkern g1="S" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="10" />
758
- <hkern g1="h,i,m,n,sterling,igrave,iacute,icircumflex,idieresis,ntilde" g2="Y,Yacute,Ydieresis" k="40" />
759
- <hkern g1="h,i,m,n,sterling,igrave,iacute,icircumflex,idieresis,ntilde" g2="j" k="-7" />
760
- <hkern g1="h,i,m,n,sterling,igrave,iacute,icircumflex,idieresis,ntilde" g2="T" k="81" />
761
- <hkern g1="h,i,m,n,sterling,igrave,iacute,icircumflex,idieresis,ntilde" g2="V,W" k="23" />
762
- <hkern g1="K" g2="J" k="-23" />
763
- <hkern g1="K" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="20" />
764
- <hkern g1="K" g2="Y,Yacute,Ydieresis" k="13" />
765
- <hkern g1="K" g2="j" k="-16" />
766
- <hkern g1="K" g2="T" k="13" />
767
- <hkern g1="K" g2="v,w,yen" k="64" />
768
- <hkern g1="K" g2="u,ugrave,uacute,ucircumflex,udieresis" k="44" />
769
- <hkern g1="K" g2="y,yacute,ydieresis" k="70" />
770
- <hkern g1="K" g2="V,W" k="13" />
771
- <hkern g1="K" g2="t" k="70" />
772
- <hkern g1="K" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="45" />
773
- <hkern g1="K" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="44" />
774
- <hkern g1="K" g2="dollar,s" k="30" />
775
- <hkern g1="K" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-21" />
776
- <hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="Y,Yacute,Ydieresis" k="20" />
777
- <hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="j" k="10" />
778
- <hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="T" k="74" />
779
- <hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="V,W" k="13" />
780
- <hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="28" />
781
- <hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="37" />
782
- <hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="X" k="20" />
783
- <hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="40" />
784
- <hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="x" k="3" />
785
- <hkern g1="C,Ccedilla" g2="Y,Yacute,Ydieresis" k="10" />
786
- <hkern g1="C,Ccedilla" g2="T" k="30" />
787
- <hkern g1="C,Ccedilla" g2="V,W" k="10" />
788
- <hkern g1="C,Ccedilla" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="13" />
789
- <hkern g1="C,Ccedilla" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="36" />
790
- <hkern g1="C,Ccedilla" g2="numbersign" k="-20" />
791
- <hkern g1="C,Ccedilla" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="7" />
792
- <hkern g1="C,Ccedilla" g2="X" k="10" />
793
- <hkern g1="X" g2="J" k="-20" />
794
- <hkern g1="X" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="7" />
795
- <hkern g1="X" g2="v,w,yen" k="36" />
796
- <hkern g1="X" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20" />
797
- <hkern g1="X" g2="y,yacute,ydieresis" k="33" />
798
- <hkern g1="X" g2="t" k="30" />
799
- <hkern g1="X" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="33" />
800
- <hkern g1="X" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="33" />
801
- <hkern g1="X" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-5" />
802
- <hkern g1="X" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-16" />
803
- <hkern g1="X" g2="X" k="-10" />
804
- <hkern g1="X" g2="ampersand" k="13" />
805
- <hkern g1="X" g2="S" k="5" />
806
- <hkern g1="P,Thorn" g2="J" k="103" />
807
- <hkern g1="P,Thorn" g2="Y,Yacute,Ydieresis" k="10" />
808
- <hkern g1="P,Thorn" g2="j" k="103" />
809
- <hkern g1="P,Thorn" g2="T" k="27" />
810
- <hkern g1="P,Thorn" g2="v,w,yen" k="-7" />
811
- <hkern g1="P,Thorn" g2="u,ugrave,uacute,ucircumflex,udieresis" k="-13" />
812
- <hkern g1="P,Thorn" g2="y,yacute,ydieresis" k="-7" />
813
- <hkern g1="P,Thorn" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="-10" />
814
- <hkern g1="P,Thorn" g2="four" k="47" />
815
- <hkern g1="P,Thorn" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="70" />
816
- <hkern g1="P,Thorn" g2="numbersign" k="46" />
817
- <hkern g1="P,Thorn" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="83" />
818
- <hkern g1="P,Thorn" g2="X" k="33" />
819
- <hkern g1="P,Thorn" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="107" />
820
- <hkern g1="P,Thorn" g2="slash" k="60" />
821
- <hkern g1="P,Thorn" g2="Z" k="20" />
822
- <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="Y,Yacute,Ydieresis" k="27" />
823
- <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="j" k="-3" />
824
- <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="T" k="33" />
825
- <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="u,ugrave,uacute,ucircumflex,udieresis" k="7" />
826
- <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20" />
827
- <hkern g1="guillemotleft,guilsinglleft" g2="V,W" k="50" />
828
- <hkern g1="guillemotleft,guilsinglleft" g2="Y,Yacute,Ydieresis" k="50" />
829
- <hkern g1="guillemotleft,guilsinglleft" g2="J" k="13" />
830
- <hkern g1="guillemotleft,guilsinglleft" g2="T" k="10" />
831
- <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="V,W" k="76" />
832
- <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="Y,Yacute,Ydieresis" k="83" />
833
- <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="J" k="-34" />
834
- <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="T" k="80" />
835
- <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="t" k="77" />
836
- <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="27" />
837
- <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="S" k="3" />
838
- <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="40" />
839
- <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="four" k="55" />
840
- <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="y,yacute,ydieresis" k="77" />
841
- <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="six" k="20" />
842
- <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="j" k="-27" />
843
- <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="one" k="47" />
844
- <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="nine" k="60" />
845
- <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="v,w,yen" k="74" />
846
- <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="27" />
847
- <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="numbersign" k="-10" />
848
- <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="40" />
849
- <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="dollar,s" k="3" />
850
- <hkern g1="four" g2="Y,Yacute,Ydieresis" k="20" />
851
- <hkern g1="four" g2="T" k="70" />
852
- <hkern g1="four" g2="backslash" k="53" />
853
- <hkern g1="four" g2="slash" k="-30" />
854
- <hkern g1="four" g2="ordmasculine" k="13" />
855
- <hkern g1="four" g2="seven" k="13" />
856
- <hkern g1="ampersand" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="13" />
857
- <hkern g1="ampersand" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="27" />
858
- <hkern g1="ampersand" g2="V,W" k="34" />
859
- <hkern g1="ampersand" g2="Y,Yacute,Ydieresis" k="83" />
860
- <hkern g1="ampersand" g2="J" k="40" />
861
- <hkern g1="ampersand" g2="T" k="110" />
862
- <hkern g1="ampersand" g2="t" k="50" />
863
- <hkern g1="ampersand" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="-10" />
864
- <hkern g1="ampersand" g2="y,yacute,ydieresis" k="27" />
865
- <hkern g1="ampersand" g2="j" k="47" />
866
- <hkern g1="ampersand" g2="one" k="37" />
867
- <hkern g1="ampersand" g2="v,w,yen" k="23" />
868
- <hkern g1="ampersand" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="-10" />
869
- <hkern g1="ampersand" g2="seven" k="57" />
870
- <hkern g1="ampersand" g2="x" k="20" />
871
- <hkern g1="ampersand" g2="two" k="37" />
872
- <hkern g1="ampersand" g2="X" k="33" />
873
- <hkern g1="ampersand" g2="z" k="13" />
874
- <hkern g1="ampersand" g2="three,eight" k="30" />
875
- <hkern g1="three,eight" g2="T" k="67" />
876
- <hkern g1="three,eight" g2="backslash" k="57" />
877
- <hkern g1="three,eight" g2="slash" k="-14" />
878
- <hkern g1="braceleft" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20" />
879
- <hkern g1="braceleft" g2="four" k="57" />
880
- <hkern g1="braceleft" g2="one" k="13" />
881
- <hkern g1="braceleft" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="44" />
882
- <hkern g1="numbersign" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="50" />
883
- <hkern g1="numbersign" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="60" />
884
- <hkern g1="numbersign" g2="V,W" k="-27" />
885
- <hkern g1="numbersign" g2="Y,Yacute,Ydieresis" k="7" />
886
- <hkern g1="numbersign" g2="T" k="-37" />
887
- <hkern g1="numbersign" g2="t" k="-30" />
888
- <hkern g1="numbersign" g2="y,yacute,ydieresis" k="-3" />
889
- <hkern g1="numbersign" g2="j" k="47" />
890
- <hkern g1="numbersign" g2="v,w,yen" k="-7" />
891
- <hkern g1="numbersign" g2="backslash" k="13" />
892
- <hkern g1="numbersign" g2="slash" k="53" />
893
- <hkern g1="numbersign" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="80" />
894
- <hkern g1="six" g2="V,W" k="70" />
895
- <hkern g1="six" g2="Y,Yacute,Ydieresis" k="64" />
896
- <hkern g1="six" g2="T" k="80" />
897
- <hkern g1="six" g2="y,yacute,ydieresis" k="46" />
898
- <hkern g1="six" g2="one" k="40" />
899
- <hkern g1="six" g2="v,w,yen" k="30" />
900
- <hkern g1="six" g2="backslash" k="73" />
901
- <hkern g1="six" g2="slash" k="-20" />
902
- <hkern g1="six" g2="seven" k="27" />
903
- <hkern g1="six" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="27" />
904
- <hkern g1="nine" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="50" />
905
- <hkern g1="nine" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="37" />
906
- <hkern g1="nine" g2="J" k="70" />
907
- <hkern g1="nine" g2="T" k="67" />
908
- <hkern g1="nine" g2="j" k="40" />
909
- <hkern g1="nine" g2="backslash" k="30" />
910
- <hkern g1="nine" g2="slash" k="13" />
911
- <hkern g1="nine" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="76" />
912
- <hkern g1="nine" g2="five" k="3" />
913
- <hkern g1="bullet" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="13" />
914
- <hkern g1="bullet" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20" />
915
- <hkern g1="bullet" g2="Y,Yacute,Ydieresis" k="47" />
916
- <hkern g1="bullet" g2="J" k="46" />
917
- <hkern g1="bullet" g2="T" k="60" />
918
- <hkern g1="bullet" g2="t" k="40" />
919
- <hkern g1="bullet" g2="y,yacute,ydieresis" k="26" />
920
- <hkern g1="bullet" g2="j" k="56" />
921
- <hkern g1="periodcentered" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="26" />
922
- <hkern g1="periodcentered" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20" />
923
- <hkern g1="periodcentered" g2="Y,Yacute,Ydieresis" k="47" />
924
- <hkern g1="periodcentered" g2="J" k="33" />
925
- <hkern g1="periodcentered" g2="T" k="47" />
926
- <hkern g1="periodcentered" g2="y,yacute,ydieresis" k="26" />
927
- <hkern g1="periodcentered" g2="j" k="20" />
928
- <hkern g1="slash" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="107" />
929
- <hkern g1="slash" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="127" />
930
- <hkern g1="slash" g2="t" k="-7" />
931
- <hkern g1="slash" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="7" />
932
- <hkern g1="slash" g2="S" k="26" />
933
- <hkern g1="slash" g2="four" k="133" />
934
- <hkern g1="slash" g2="six" k="100" />
935
- <hkern g1="slash" g2="j" k="53" />
936
- <hkern g1="slash" g2="one" k="80" />
937
- <hkern g1="slash" g2="nine" k="47" />
938
- <hkern g1="slash" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="83" />
939
- <hkern g1="slash" g2="numbersign" k="116" />
940
- <hkern g1="slash" g2="dollar,s" k="53" />
941
- <hkern g1="slash" g2="two" k="64" />
942
- <hkern g1="slash" g2="z" k="7" />
943
- <hkern g1="slash" g2="three,eight" k="80" />
944
- <hkern g1="slash" g2="five" k="56" />
945
- <hkern g1="two" g2="T" k="40" />
946
- <hkern g1="two" g2="backslash" k="46" />
947
- <hkern g1="two" g2="slash" k="-24" />
948
- <hkern g1="asterisk" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="60" />
949
- <hkern g1="asterisk" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="53" />
950
- <hkern g1="asterisk" g2="J" k="93" />
951
- <hkern g1="asterisk" g2="j" k="96" />
952
- <hkern g1="guillemotright,guilsinglright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="37" />
953
- <hkern g1="guillemotright,guilsinglright" g2="V,W" k="100" />
954
- <hkern g1="guillemotright,guilsinglright" g2="Y,Yacute,Ydieresis" k="120" />
955
- <hkern g1="guillemotright,guilsinglright" g2="J" k="36" />
956
- <hkern g1="guillemotright,guilsinglright" g2="T" k="80" />
957
- <hkern g1="guillemotright,guilsinglright" g2="t" k="7" />
958
- <hkern g1="guillemotright,guilsinglright" g2="y,yacute,ydieresis" k="23" />
959
- <hkern g1="guillemotright,guilsinglright" g2="j" k="37" />
960
- <hkern g1="guillemotright,guilsinglright" g2="v,w,yen" k="23" />
961
- <hkern g1="guillemotright,guilsinglright" g2="z" k="13" />
962
- <hkern g1="guillemotright,guilsinglright" g2="Z" k="13" />
963
- <hkern g1="parenleft" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="33" />
964
- <hkern g1="parenleft" g2="four" k="60" />
965
- <hkern g1="parenleft" g2="one" k="3" />
966
- <hkern g1="parenleft" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="34" />
967
- <hkern g1="backslash" g2="V,W" k="83" />
968
- <hkern g1="backslash" g2="Y,Yacute,Ydieresis" k="104" />
969
- <hkern g1="backslash" g2="T" k="47" />
970
- <hkern g1="backslash" g2="t" k="53" />
971
- <hkern g1="backslash" g2="four" k="-7" />
972
- <hkern g1="backslash" g2="y,yacute,ydieresis" k="70" />
973
- <hkern g1="backslash" g2="j" k="-20" />
974
- <hkern g1="backslash" g2="one" k="26" />
975
- <hkern g1="backslash" g2="nine" k="36" />
976
- <hkern g1="backslash" g2="v,w,yen" k="70" />
977
- <hkern g1="backslash" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="7" />
978
- <hkern g1="backslash" g2="seven" k="27" />
979
- <hkern g1="backslash" g2="two" k="-13" />
980
- <hkern g1="backslash" g2="z" k="-40" />
981
- <hkern g1="backslash" g2="three,eight" k="7" />
982
- <hkern g1="backslash" g2="five" k="-3" />
983
- <hkern g1="one" g2="T" k="7" />
984
- <hkern g1="one" g2="slash" k="-27" />
985
- <hkern g1="five" g2="Y,Yacute,Ydieresis" k="37" />
986
- <hkern g1="five" g2="T" k="67" />
987
- <hkern g1="five" g2="one" k="13" />
988
- <hkern g1="five" g2="backslash" k="30" />
989
- <hkern g1="five" g2="slash" k="-23" />
990
- <hkern g1="five" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="27" />
991
- <hkern g1="degree" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="34" />
992
- <hkern g1="bracketleft" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20" />
993
- <hkern g1="bracketleft" g2="four" k="57" />
994
- <hkern g1="bracketleft" g2="one" k="-7" />
995
- <hkern g1="bracketleft" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="26" />
996
- <hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="34" />
997
- <hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="43" />
998
- <hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="V,W" k="70" />
999
- <hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="Y,Yacute,Ydieresis" k="76" />
1000
- <hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="J" k="60" />
1001
- <hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="T" k="83" />
1002
- <hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="t" k="60" />
1003
- <hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="y,yacute,ydieresis" k="50" />
1004
- <hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="j" k="66" />
1005
- <hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="one" k="40" />
1006
- <hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="v,w,yen" k="30" />
1007
- <hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="seven" k="47" />
1008
- <hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="96" />
1009
- <hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="116" />
1010
- <hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="J" k="87" />
1011
- <hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="14" />
1012
- <hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="S" k="37" />
1013
- <hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="six" k="30" />
1014
- <hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="j" k="80" />
1015
- <hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="50" />
1016
- <hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="-10" />
1017
- <hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="dollar,s" k="50" />
1018
- </font>
1019
- </defs></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg"><metadata/><defs><font id="novecento_sans_widenormal" horiz-adv-x="668"><font-face ascent="821" descent="-179" units-per-em="1000"/><glyph horiz-adv-x="1000"/><glyph horiz-adv-x="1000"/><glyph horiz-adv-x="1000"/><glyph horiz-adv-x="250"/><glyph horiz-adv-x="250"/><glyph horiz-adv-x="250"/><glyph d="M172 700v-538h-82v538h82zM131 -10q-25 0 -39.5 14.5t-14.5 36.5t14.5 36t39.5 14t39.5 -14t14.5 -36t-14.5 -36.5t-39.5 -14.5z" horiz-adv-x="262" unicode="!"/><glyph d="M126 700l-4 -230h-68l-5 230h77zM270 700l-5 -230h-68l-5 230h78z" horiz-adv-x="321" unicode="&quot;"/><glyph d="M452 179h95l-19 -72h-96l-28 -107h-69l28 107h-160l-29 -107h-69l29 107h-96l20 72h96l55 204h-95l20 71h94l28 106h69l-29 -106h161l29 106h69l-29 -106h97l-20 -71h-96zM277 383l-55 -204h161l55 204h-161z" horiz-adv-x="661" unicode="#"/><glyph d="M439 150q0 -70 -44.5 -111.5t-120.5 -48.5v-80h-65v80q-151 16 -174 149l71 19q6 -49 43 -78.5t96 -29.5q53 0 84.5 25.5t31.5 71.5q0 14 -2.5 26t-9.5 21.5t-12 16.5t-18.5 13.5t-20 10.5t-24 9t-24 6.5t-27.5 6.5t-26 6q-31 7 -52.5 15.5t-47 25t-38.5 45t-13 67.5 q0 65 40.5 105t113.5 48v81h66v-80q138 -14 168 -135l-70 -19q-20 93 -128 93q-56 0 -86 -24.5t-30 -64.5q0 -25 9.5 -42.5t30.5 -29t41 -17.5t56 -14q31 -7 49 -12t46.5 -18t45 -29t29 -44t12.5 -64z" horiz-adv-x="474" unicode="$"/><glyph d="M163 219q-128 0 -128 175q0 176 128 176t128 -176q0 -175 -128 -175zM477 560l-188 -560h-56l188 560h56zM163 274q36 0 54 28t18 92t-18 92.5t-54 28.5q-73 0 -73 -121q0 -120 73 -120zM549 -7q-128 0 -128 176q0 177 128 177t128 -177q0 -176 -128 -176zM549 49 q36 0 54 28t18 92t-18 92.5t-54 28.5q-37 0 -55 -28.5t-18 -92.5t18 -92t55 -28z" horiz-adv-x="711" unicode="%"/><glyph d="M495 253v-71q0 -95 -57.5 -144.5t-166.5 -49.5q-106 0 -161.5 44.5t-55.5 118.5q0 57 32 93.5t80 45.5v2q-43 9 -74.5 42.5t-31.5 90.5q0 71 51 108.5t145 37.5q193 0 236 -148l-72 -20q-29 102 -157 102q-123 0 -123 -86q0 -42 32.5 -68.5t94.5 -26.5h317v-70zM417 254 h-153q-60 0 -95.5 -25.5t-35.5 -74.5q0 -48 35 -74.5t104 -26.5q145 0 145 130v71z" horiz-adv-x="612" unicode="&amp;"/><glyph d="M126 700l-4 -230h-68l-5 230h77z" horiz-adv-x="178" unicode="'"/><glyph d="M316 795l23 -74q-204 -70 -204 -430t204 -430l-23 -75q-260 92 -260 505q0 412 260 504z" horiz-adv-x="356" unicode="("/><glyph d="M41 -213l-24 74q204 70 204 430t-204 430l24 75q259 -92 259 -505q0 -412 -259 -504z" horiz-adv-x="356" unicode=")"/><glyph d="M290 518l76 -106l-46 -33l-75 107l-75 -107l-47 33l76 106l-122 38l17 53l122 -38v129h57v-129l122 38l18 -53z" horiz-adv-x="489" unicode="*"/><glyph d="M524 254h-153v-165h-74v165h-153v69h153v164h74v-164h153v-69z" unicode="+"/><glyph d="M108 0q-21 -3 -33.5 8.5t-12.5 32.5q0 20 14.5 33.5t37.5 13.5q27 0 42.5 -17t15.5 -48q0 -37 -24.5 -74t-65.5 -52l-33 35q22 8 38.5 28.5t20.5 39.5z" horiz-adv-x="224" unicode=","/><glyph d="M480 254h-380v69h380v-69z" horiz-adv-x="581" unicode="-"/><glyph d="M112 -10q-26 0 -40 14.5t-14 36.5t14.5 36t39.5 14t39.5 -14t14.5 -36t-14.5 -36.5t-39.5 -14.5z" horiz-adv-x="224" unicode="."/><glyph d="M462 700l-353 -700h-86l355 700h84z" horiz-adv-x="485" unicode="/"/><glyph d="M260 571q107 0 165 -75t58 -216t-58 -216.5t-165 -75.5t-165 75.5t-58 216.5t58 216t165 75zM260 499q-145 0 -145 -219q0 -220 145 -220t145 220q0 219 -145 219z" horiz-adv-x="521" unicode="0"/><glyph d="M184 0v374q0 18 1 43t1 39l1 15h-2l-8 -9q-8 -9 -18 -20.5t-15 -15.5l-57 -58l-47 55l148 137h74v-560h-78z" horiz-adv-x="342" unicode="1"/><glyph d="M49 0v85l203 156q60 48 86 82t26 73q0 46 -32 77t-92 31q-58 0 -88.5 -28.5t-34.5 -72.5l-73 20q11 76 66.5 112t135.5 36q94 0 145.5 -47t51.5 -126q0 -61 -33 -104t-111 -100l-160 -123l1 -2q1 0 12.5 0.5t30.5 0.5h40h223v-70h-397z" horiz-adv-x="490" unicode="2"/><glyph d="M335 294v-3q51 -6 84 -41.5t33 -94.5q0 -75 -55.5 -121t-145.5 -46q-86 0 -143.5 43.5t-70.5 117.5l69 19q10 -53 48 -82.5t96 -29.5q60 0 92.5 31t32.5 78q0 48 -34 72.5t-93 24.5h-56v59h54q59 0 91 23.5t32 68.5q0 44 -31.5 68.5t-88.5 24.5q-117 0 -129 -102l-71 19 q13 77 69 112.5t138 35.5q94 0 142 -39.5t48 -105.5q0 -56 -32.5 -90.5t-78.5 -41.5z" horiz-adv-x="489" unicode="3"/><glyph d="M398 0h-78v146h-286v71l249 343h115v-347h82v-67h-82v-146zM320 367v129h-3l-210 -281l2 -2h92h119v154z" horiz-adv-x="525" unicode="4"/><glyph d="M135 316l2 -1q16 18 50 33.5t78 15.5q88 0 141 -51t53 -134q0 -86 -57 -138.5t-149 -52.5q-81 0 -137.5 42t-71.5 112l68 17q10 -49 47.5 -76.5t91.5 -27.5q59 0 96 33.5t37 90.5q0 58 -37 91.5t-100 33.5q-48 0 -79 -19t-43 -45l-63 18l51 302h309v-73h-256l-16 -93 q-3 -20 -7 -39l-6 -28.5t-2 -10.5z" horiz-adv-x="503" unicode="5"/><glyph d="M149 316l3 -2q41 48 118 48q83 0 137 -50.5t54 -130.5q0 -85 -59 -139t-154 -54q-94 0 -153 53.5t-59 146.5q0 92 78 193l139 179h85zM249 56q62 0 99.5 34.5t38.5 92.5q0 56 -37 89.5t-101 33.5q-63 0 -99.5 -33.5t-36.5 -89.5q0 -58 37 -92.5t99 -34.5z" horiz-adv-x="499" unicode="6"/><glyph d="M447 502l-283 -502h-81l225 401q11 20 24.5 41t20.5 32l7 12l-2 2q-35 -1 -73 -1h-255v73h417v-58z" horiz-adv-x="470" unicode="7"/><glyph d="M37 151q0 62 39 98.5t92 43.5v3q-33 4 -69 37.5t-36 89.5q0 63 50.5 105.5t137.5 42.5q86 0 137 -42.5t51 -104.5q0 -57 -36 -90.5t-68 -37.5v-3q52 -7 91 -43.5t39 -98.5q0 -72 -57 -117.5t-156 -45.5t-157 45t-58 118zM131 419q0 -44 34 -68.5t86 -24.5q54 1 86.5 27 t32.5 67q0 42 -32.5 68t-86.5 26q-56 0 -88 -26.5t-32 -68.5zM112 156q0 -50 38 -78.5t101 -28.5q64 0 101.5 28.5t37.5 78.5q0 49 -37.5 75.5t-101.5 26.5t-101.5 -27t-37.5 -75z" horiz-adv-x="502" unicode="8"/><glyph d="M355 239l-2 2q-45 -48 -121 -48q-86 0 -139 52t-53 132q0 86 60 140t154 54q92 0 153.5 -53t61.5 -146q0 -63 -28 -116t-87 -121l-117 -135h-88zM253 503q-60 0 -99.5 -32t-39.5 -96q0 -63 39.5 -94t99.5 -31q61 0 100 32t39 94q0 63 -39.5 95t-99.5 32z" horiz-adv-x="507" unicode="9"/><glyph d="M112 338q-26 0 -40 14.5t-14 36.5t14.5 36t39.5 14t39.5 -14.5t14.5 -35.5q0 -23 -14 -37t-40 -14zM112 -10q-26 0 -40 14.5t-14 36.5t14.5 36t39.5 14t39.5 -14t14.5 -36t-14.5 -36.5t-39.5 -14.5z" horiz-adv-x="224" unicode=":"/><glyph d="M112 338q-26 0 -40 14.5t-14 36.5t14.5 36t39.5 14t39.5 -14.5t14.5 -35.5q0 -23 -14 -37t-40 -14zM108 1q-21 -3 -33.5 8.5t-12.5 31.5q0 21 14 34t38 13q27 0 42.5 -17t15.5 -47q0 -37 -24.5 -74.5t-65.5 -51.5l-33 34q22 8 38.5 28.5t20.5 40.5z" horiz-adv-x="224" unicode=";"/><glyph d="M542 41l-451 217v62l451 217v-73l-362 -174v-2l362 -174v-73z" unicode="&lt;"/><glyph d="M524 347h-380v69h380v-69zM524 164h-380v69h380v-69z" unicode="="/><glyph d="M488 288v2l-362 174v73l451 -217v-62l-451 -217v73z" unicode="&gt;"/><glyph d="M229 162v177q119 41 166 79.5t47 91.5q0 52 -36 89t-117 37q-75 0 -115.5 -32.5t-58.5 -94.5l-77 21q22 88 88.5 136t166.5 48q113 0 172.5 -56.5t59.5 -137.5q0 -84 -58.5 -135t-154.5 -86v-137h-83zM270 -10q-26 0 -40.5 14.5t-14.5 36.5t14.5 36t40.5 14 q25 0 39.5 -14t14.5 -36t-14.5 -36.5t-39.5 -14.5z" horiz-adv-x="563" unicode="?"/><glyph d="M494 142h-2q-15 -34 -48 -54.5t-77 -20.5q-69 0 -116.5 48.5t-47.5 134.5t44 137t117 51q84 0 113 -59h3v-117q0 50 -27.5 80t-73.5 30q-48 0 -73.5 -33t-25.5 -88t27 -86t72 -31q46 0 71.5 30t29.5 78v182h77v-207q0 -45 12.5 -66.5t41.5 -21.5q37 0 57 37.5t20 102.5 q0 136 -80.5 220t-212.5 84q-133 0 -214.5 -86t-81.5 -224q0 -148 77 -228.5t202 -80.5q29 0 55 3.5t46 9t36 12t28.5 14t20 13t14 11.5t7.5 6l46 -36q-38 -39 -109.5 -64t-141.5 -25q-154 0 -248 97t-94 269q0 157 100.5 261t255.5 104q158 0 256.5 -102.5t98.5 -258.5 q0 -91 -38 -146t-109 -55q-40 0 -70 21.5t-38 53.5z" horiz-adv-x="787" unicode="@"/><glyph d="M543 186h-355l-78 -186h-87l298 700h89l298 -700h-87zM512 260l-77 183q-10 24 -28.5 68t-29.5 70l-11 26h-2q-1 -1 -68 -163l-77 -184h293z" horiz-adv-x="732" unicode="A"/><glyph d="M428 377v-3q61 -10 110 -54.5t49 -124.5q0 -90 -62.5 -142.5t-176.5 -52.5h-271v700h252q94 0 151.5 -48.5t57.5 -123.5q0 -63 -33 -102t-77 -49zM158 400h163q60 0 97.5 30.5t37.5 85.5q0 52 -38 83t-105 31h-155v-230zM158 70h186q73 0 115.5 33t42.5 96 q0 64 -46 100.5t-114 36.5h-184v-266z" horiz-adv-x="623" unicode="B"/><glyph d="M646 218l79 -21q-40 -98 -127.5 -154t-199.5 -56q-156 0 -258 101t-102 264t102 262.5t258 99.5q116 0 199.5 -54t118.5 -137l-79 -22q-12 22 -29 42t-45.5 43t-72 37t-94.5 14q-123 0 -199.5 -77.5t-76.5 -208.5q0 -130 78 -208t196 -78q85 0 152 41t100 112z" horiz-adv-x="769" unicode="C"/><glyph d="M77 700h242q165 0 268.5 -96.5t103.5 -256.5q0 -159 -102.5 -253t-262.5 -94h-249v700zM158 76h164q124 0 205.5 70t81.5 201t-82.5 204t-210.5 73h-158v-548z" horiz-adv-x="729" unicode="D"/><glyph d="M77 0v700h471v-76h-390v-220h304v-76h-304v-252h392v-76h-473z" horiz-adv-x="600" unicode="E"/><glyph d="M544 624h-386v-234h307v-76h-307v-314h-81v700h467v-76z" horiz-adv-x="583" unicode="F"/><glyph d="M730 0h-73q0 35 0.5 58t0.5 32v11h-2q-37 -42 -102.5 -78t-156.5 -36q-152 0 -255.5 101t-103.5 263q0 163 102.5 263t259.5 100q115 0 199 -54t119 -137l-80 -22q-11 21 -27 40.5t-44 43t-72 38t-97 14.5q-123 0 -200.5 -77.5t-77.5 -207.5q0 -131 79.5 -209t202.5 -78 q90 0 158.5 39.5t93.5 85.5v100h-208v76h284v-366z" horiz-adv-x="790" unicode="G"/><glyph d="M544 0v327h-386v-327h-81v700h81v-295h386v295h82v-700h-82z" horiz-adv-x="702" unicode="H"/><glyph d="M77 0v700h81v-700h-81z" horiz-adv-x="235" unicode="I"/><glyph d="M416 700v-420q0 -142 -61 -217.5t-179 -75.5q-110 0 -176 80l46 64q51 -66 130 -66q82 0 120 54.5t38 164.5v416h82z" horiz-adv-x="488" unicode="J"/><glyph d="M282 362l-124 -129v-233h-81v700h81v-218v-151h2l114 121l233 248h98l-263 -280l290 -421l-96 1z" horiz-adv-x="649" unicode="K"/><glyph d="M77 0v700h81v-624h369v-76h-450z" horiz-adv-x="564" unicode="L"/><glyph d="M644 0v315v48t0.5 49.5l1 47t0.5 42.5t0.5 34t0.5 24v8h-2l-9 -18l-31.5 -59.5t-50.5 -91.5l-128 -227h-49l-127 224q-29 51 -51.5 94t-31.5 60l-9 18h-2v-8q0 -9 0.5 -24t0.5 -34v-42.5t0.5 -47t0.5 -49.5v-48v-315h-81v700h86l238 -426h2l239 426h84v-700h-82z" horiz-adv-x="802" unicode="M"/><glyph d="M568 0l-410 569h-2v-5q0 -5 0.5 -13.5t0.5 -20.5v-27t0.5 -31t0.5 -34.5v-36.5v-401h-81v700h82l410 -564h2v5q0 5 -0.5 14t-0.5 20.5v26.5t-0.5 30.5t-0.5 33v34.5v400h82v-700h-83z" horiz-adv-x="727" unicode="N"/><glyph d="M38 351q0 161 103.5 262t259.5 101q155 0 259 -101.5t104 -261.5q0 -161 -104 -262.5t-259 -101.5q-156 0 -259.5 101.5t-103.5 262.5zM120 351q0 -131 79.5 -208.5t201.5 -77.5q121 0 201 78t80 208t-80 208t-201 78t-201 -78t-80 -208z" horiz-adv-x="802" unicode="O"/><glyph d="M77 700h212q124 0 192.5 -56t68.5 -162q0 -104 -69 -160.5t-192 -56.5h-131v-265h-81v700zM158 337h133q87 0 132 37t45 107q0 144 -177 144h-133v-288z" horiz-adv-x="576" unicode="P"/><glyph d="M764 351q0 -150 -90.5 -248.5t-231.5 -113.5v-124h-83v124q-141 15 -231 113.5t-90 248.5q0 161 103.5 262t259.5 101q155 0 259 -101.5t104 -261.5zM401 65q121 0 201 78t80 208t-80 208t-201 78t-201 -78t-80 -208q0 -131 79.5 -208.5t201.5 -77.5z" horiz-adv-x="802" unicode="Q"/><glyph d="M467 0l-159 275q-15 -1 -64 -1h-86v-274h-81v700h214q123 0 192 -57.5t69 -160.5q0 -79 -42 -127.5t-118 -64.5l173 -290h-98zM158 342h141q170 0 170 137q0 73 -45.5 109.5t-129.5 36.5h-136v-283z" horiz-adv-x="602" unicode="R"/><glyph d="M35 184l78 21q6 -72 60 -108.5t138 -36.5q78 0 121 31.5t43 93.5q0 21 -5.5 38.5t-13.5 29.5t-22.5 22t-27 16t-32.5 12t-33 8.5t-35.5 7t-33.5 6.5q-36 8 -60 15.5t-56.5 23t-52 35t-34 51.5t-14.5 73q0 91 63 141t174 50q101 0 167.5 -43t88.5 -131l-78 -21 q-30 122 -179 122q-75 0 -114 -30.5t-39 -84.5q0 -27 11 -47.5t25.5 -33.5t43 -23.5t49.5 -15.5t59 -13q38 -7 64.5 -14t61 -23t55.5 -36.5t36 -55t15 -78.5q0 -98 -64.5 -148.5t-183.5 -50.5q-48 0 -90 9t-82.5 30t-67.5 61t-35 97z" horiz-adv-x="593" unicode="S"/><glyph d="M600 624h-241v-624h-82v624h-240v76h563v-76z" horiz-adv-x="637" unicode="T"/><glyph d="M628 700v-408q0 -148 -72 -226.5t-208 -78.5t-208 78t-72 227v408h83v-408q0 -115 48 -171t149 -56t150 56t49 171v408h81z" horiz-adv-x="696" unicode="U"/><glyph d="M392 0h-97l-278 700h91l143 -367q84 -216 93 -242h2q13 40 91 237l145 372h88z" horiz-adv-x="686" unicode="V"/><glyph d="M644 0l-100 316q-14 44 -28 92.5t-22 73.5l-7 25h-2l-7 -25q-7 -25 -21.5 -75.5t-28.5 -97.5l-96 -309h-88l-226 700h90l104 -333q78 -249 80 -253h2q1 1 66 221l83 271h95l82 -272q10 -33 27 -90.5t28 -93t11 -36.5h2q0 1 11.5 36.5t32 102.5t33.5 108l109 339h81 l-225 -700h-86z" horiz-adv-x="973" unicode="W"/><glyph d="M558 0l-129 176q-26 35 -49.5 67.5t-31.5 44.5l-9 11h-1q-1 0 -93 -125l-126 -174h-99l271 364l-249 336h99l123 -168q80 -109 81 -109h1l8 11q7 10 27 38.5t42 59.5l119 168h97l-247 -337l268 -363h-102z" horiz-adv-x="680" unicode="X"/><glyph d="M369 304v-304h-82v304l-270 396h94l157 -230q16 -22 31.5 -45t22.5 -35l8 -11h2l7 11q7 11 22 33.5t31 44.5l159 232h89z" horiz-adv-x="657" unicode="Y"/><glyph d="M612 622l-384 -453q-26 -31 -46.5 -54t-27.5 -31l-8 -7l2 -2h4q5 0 12.5 0.5t18 0.5h24.5h28h377v-76h-570v75l392 462q22 26 41.5 47t27.5 30l8 8l-1 3h-4q-4 0 -11.5 -0.5t-17 -0.5h-23.5h-29h-373v76h560v-78z" horiz-adv-x="654" unicode="Z"/><glyph d="M324 -136v-74h-230v1008h230v-74h-150v-860h150z" horiz-adv-x="364" unicode="["/><glyph d="M462 0h-86l-353 700h85z" horiz-adv-x="485" unicode="\"/><glyph d="M40 726v74h230v-1008h-230v74h150v860h-150z" horiz-adv-x="364" unicode="]"/><glyph d="M334 637l-209 -272l-61 40l233 300h74l232 -300l-60 -40z" unicode="^"/><glyph d="M652 -64h-575v64h575v-64z" horiz-adv-x="729" unicode="_"/><glyph d="M248 915l104 -161h-76l-95 139z" horiz-adv-x="533" unicode="`"/><glyph d="M432 150h-270l-58 -150h-81l229 560h92l229 -560h-82zM405 218l-49 125q-57 143 -57 150h-3q0 -4 -60 -157l-47 -118h216z" horiz-adv-x="596" unicode="a"/><glyph d="M378 299v-3q51 -9 89 -44t38 -95q0 -69 -51.5 -113t-142.5 -44h-234v560h223q74 0 121.5 -41t47.5 -99q0 -95 -91 -121zM155 322h130q43 0 74.5 23t31.5 65q0 36 -28.5 60t-76.5 24h-131v-172zM155 66h154q51 0 83.5 25.5t32.5 69.5q0 45 -34 71.5t-86 26.5h-150v-193z" horiz-adv-x="542" unicode="b"/><glyph d="M526 172l75 -20q-36 -75 -106 -119.5t-160 -44.5q-128 0 -212.5 82.5t-84.5 209.5q0 125 84.5 208t211.5 83q88 0 158.5 -42t104.5 -123l-74 -20q-66 113 -188 113q-95 0 -156.5 -61.5t-61.5 -157.5q0 -97 61.5 -158.5t155.5 -61.5q66 0 115.5 31t76.5 81z" horiz-adv-x="645" unicode="c"/><glyph d="M77 560h193q138 0 224 -76.5t86 -205.5t-85 -203.5t-220 -74.5h-198v560zM155 73h118q103 0 165.5 52.5t62.5 152.5t-63 154.5t-169 54.5h-114v-414z" horiz-adv-x="618" unicode="d"/><glyph d="M77 0v560h393v-73h-315v-162h243v-71h-243v-181h320v-73h-398z" horiz-adv-x="525" unicode="e"/><glyph d="M460 487h-305v-182h227v-73h-227v-232h-78v560h383v-73z" horiz-adv-x="498" unicode="f"/><glyph d="M612 0h-70v33v23.5t0.5 14t0.5 8v3.5h-2q-79 -94 -209 -94q-126 0 -210 83t-84 209t84 208.5t211 82.5q85 0 157.5 -40.5t107.5 -124.5l-72 -19q-22 46 -71.5 79.5t-119.5 33.5q-96 0 -157 -61t-61 -160q0 -97 62.5 -158t163.5 -61q66 0 121.5 28.5t76.5 62.5v71h-170v70 h241v-292z" horiz-adv-x="672" unicode="g"/><glyph d="M540 0h-78v252h-307v-252h-78v560h78v-235h307v235h78v-560z" horiz-adv-x="616" unicode="h"/><glyph d="M77 0v560h78v-560h-78z" horiz-adv-x="232" unicode="i"/><glyph d="M352 560v-334q0 -115 -52 -176.5t-151 -61.5q-94 0 -149 62l43 57q41 -47 105 -47q66 0 96 42t30 127v331h78z" horiz-adv-x="424" unicode="j"/><glyph d="M463 0l-203 285l-105 -108v-177h-78v560h78v-159v-32v-28.5t-0.5 -24t-0.5 -19.5v-14v-9v-4h2q29 31 76 79l204 211h99l-217 -223l235 -337h-90z" horiz-adv-x="570" unicode="k"/><glyph d="M77 0v560h78v-487h292v-73h-370z" horiz-adv-x="483" unicode="l"/><glyph d="M546 0v284l1 162h-2l-169 -310h-53l-170 314h-2v-12q0 -12 0.5 -30.5t1 -39.5t0.5 -43v-37v-288h-76v560h95l118 -212q18 -32 34 -62t22 -43l7 -13h2q1 0 7.5 12.5t23 44t33.5 62.5l116 211h89v-560h-78z" horiz-adv-x="701" unicode="m"/><glyph d="M553 0h-80l-318 441h-2v-4q0 -4 0.5 -10.5t0.5 -15v-20t0.5 -24t0.5 -26.5v-28v-313h-78v560h80l317 -434h2v4v9.5v14.5t-0.5 19t-0.5 22.5v24.5v26v314h78v-560z" horiz-adv-x="630" unicode="n"/><glyph d="M38 279q0 127 84.5 209.5t209.5 82.5t209.5 -82.5t84.5 -209.5q0 -125 -84.5 -208t-209.5 -83t-209.5 83t-84.5 208zM117 279q0 -96 61.5 -157.5t153.5 -61.5t153.5 61.5t61.5 157.5q0 97 -61 158.5t-154 61.5t-154 -61.5t-61 -158.5z" horiz-adv-x="665" unicode="o"/><glyph d="M77 560h182q104 0 161 -47t57 -128q0 -82 -56.5 -128t-161.5 -46h-104v-211h-78v560zM155 277h107q66 0 101 28t35 78t-34.5 78.5t-101.5 28.5h-107v-213z" horiz-adv-x="504" unicode="p"/><glyph d="M626 279q0 -115 -72 -195t-184 -93v-107h-78v107q-111 14 -182.5 93.5t-71.5 194.5q0 127 84.5 209.5t209.5 82.5t209.5 -82.5t84.5 -209.5zM332 60q92 0 153.5 61.5t61.5 157.5q0 97 -61 158.5t-154 61.5t-154 -61.5t-61 -158.5q0 -96 61.5 -157.5t153.5 -61.5z" horiz-adv-x="663" unicode="q"/><glyph d="M413 0l-134 222q-22 -1 -62 -1h-62v-221h-78v560h184q104 0 161.5 -44t57.5 -125q0 -62 -34 -102t-92 -53l144 -236h-85zM155 284h109q137 0 137 102q0 103 -137 103h-109v-205z" horiz-adv-x="535" unicode="r"/><glyph d="M35 139l71 19q6 -49 46.5 -78t106.5 -29q59 0 93 25t34 73q0 16 -4.5 29t-10 22.5t-18.5 17.5t-21.5 13t-28 10.5t-29.5 8t-34.5 7.5t-34.5 7q-33 7 -55 15t-48.5 24t-40.5 44.5t-14 67.5q0 76 52.5 116t147.5 40q180 0 213 -136l-69 -19q-25 92 -139 92 q-60 0 -92.5 -23.5t-32.5 -66.5q0 -46 35.5 -65.5t115.5 -34.5q30 -6 48 -10.5t47.5 -17.5t47 -29t31 -45t13.5 -66q0 -80 -55.5 -121t-150.5 -41q-37 0 -70 6.5t-66.5 22t-56.5 47t-31 75.5z" horiz-adv-x="500" unicode="s"/><glyph d="M506 487h-196v-487h-78v487h-195v73h469v-73z" horiz-adv-x="543" unicode="t"/><glyph d="M543 560v-319q0 -126 -61.5 -189.5t-176.5 -63.5t-176 63.5t-61 189.5v319h79v-327q0 -173 159 -173t159 173v327h78z" horiz-adv-x="611" unicode="u"/><glyph d="M346 0h-90l-239 560h86l117 -274q25 -59 45.5 -108.5t28.5 -69.5l9 -21h2l3 7q3 8 9.5 24.5t15.5 38t23.5 56t30.5 72.5l116 275h83z" horiz-adv-x="603" unicode="v"/><glyph d="M532 0l-70 218q-15 47 -28.5 91t-19.5 63l-6 20h-2l-6 -18q-6 -19 -21 -66t-29 -91l-69 -217h-79l-184 560h83l84 -259q18 -54 34 -105t23 -72l6 -22h1l7 20q6 21 20 66.5t28 89.5l66 211h81l65 -211q14 -44 27.5 -89.5t19.5 -66.5l6 -20h1l7 22q7 21 23 71.5t34 105.5 l84 259h77l-184 -560h-79z" horiz-adv-x="813" unicode="w"/><glyph d="M462 0l-100 130q-23 30 -43 56.5t-27 36.5l-8 10h-1q-1 0 -79 -104l-95 -129h-89l217 289l-200 271h93l81 -109q22 -29 43.5 -57.5t29.5 -39.5l8 -10h1l8 10q8 11 30.5 41.5t43.5 59.5l76 105h86l-201 -272l220 -288h-94z" horiz-adv-x="576" unicode="x"/><glyph d="M309 0h-78v231l-214 329h89l90 -137q20 -29 39 -58.5t29 -44.5l9 -15h2l9 15q10 14 30 44.5t39 59.5l89 136h82l-215 -329v-231z" horiz-adv-x="541" unicode="y"/><glyph d="M515 486l-268 -301q-37 -41 -63 -69t-34 -35l-7 -7l2 -2q30 1 76 1h294v-73h-473v74l280 310q31 35 55 60.5t31 33.5l7 7l-2 2h-71h-292v73h465v-74z" horiz-adv-x="557" unicode="z"/><glyph d="M223 567v-115q0 -36 -7 -64.5t-16.5 -45t-21.5 -28t-19 -15.5t-13 -6q5 -1 12.5 -5.5t19.5 -16.5t21.5 -29t16.5 -45.5t7 -63.5v-114q0 -91 37 -125.5t102 -34.5v-70q-101 0 -157.5 56t-56.5 170v118q0 117 -71 124v72q28 5 43 20q28 33 28 104v118q0 114 56.5 170 t157.5 56v-71q-65 0 -102 -34t-37 -125z" horiz-adv-x="403" unicode="{"/><glyph d="M60 775h67v-849h-67v849z" horiz-adv-x="187" unicode="|"/><glyph d="M180 19v115q0 44 10 77t25 49t25 23t18 10q-5 1 -13 5.5t-19.5 16.5t-21.5 28.5t-17 45t-7 63.5v115q0 91 -37 125t-102 34v71q101 0 157.5 -56.5t56.5 -170.5v-117q1 -118 72 -125v-71q-32 -5 -48 -26q-24 -34 -24 -99v-117q0 -114 -56.5 -170t-157.5 -56v71 q65 0 102 34t37 125z" horiz-adv-x="403" unicode="}"/><glyph d="M534 346l13 -67q-11 -15 -41 -30.5t-69 -15.5q-37 0 -100.5 21.5t-101.5 21.5q-56 0 -100 -46l-15 66q42 49 112 49q37 0 100 -21.5t101 -21.5q55 0 101 44z" unicode="~"/><glyph d="M131 710q26 0 40 -14.5t14 -36.5t-14.5 -36t-39.5 -14t-39.5 14t-14.5 36t14.5 36.5t39.5 14.5zM91 0v538h81v-538h-81z" horiz-adv-x="262" unicode="¡"/><glyph d="M299 90q116 0 165 101l72 -20q-27 -63 -81.5 -103t-122.5 -48v-104h-67v104q-99 11 -163 82.5t-64 179.5q0 107 62 177t164 81v104h68v-104q71 -7 126.5 -46t81.5 -112l-72 -20q-20 51 -62.5 81t-103.5 30q-85 0 -136 -52t-51 -139t51 -139.5t133 -52.5z" horiz-adv-x="584" unicode="¢"/><glyph d="M469 73v-73h-433v73q38 7 51 29.5t13 65.5q0 23 -4 75h-61v64h54q-8 72 -8 101q0 78 48 120.5t132 42.5q174 0 197 -157l-73 -20q-9 55 -38 81.5t-83 26.5q-107 0 -107 -110q0 -10 7 -85h199v-64h-191q5 -47 5 -74q0 -78 -40 -96l1 -2q8 2 171 2h160z" horiz-adv-x="510" unicode="£"/><glyph d="M596 516l-71 -71q61 -71 61 -166q0 -86 -55 -159l73 -73l-43 -43l-73 73q-74 -61 -166 -61q-93 0 -165 61l-73 -73l-43 43l73 74q-54 70 -54 158q0 96 60 167l-71 70l43 43l72 -71q70 55 158 55q89 0 160 -54l71 70zM322 469q-78 0 -133 -55t-55 -135t55 -134.5 t133 -54.5q80 0 135 54.5t55 134.5t-55 135t-135 55z" horiz-adv-x="645" unicode="¤"/><glyph d="M365 365h79v-60h-114l-29 -51h143v-61h-157v-193h-78v193h-155v61h142l-29 51h-113v60h78l-112 195h87l96 -175q38 -71 46 -79h2q8 8 46 79l96 175h84z" horiz-adv-x="498" unicode="¥"/><glyph d="M127 490h-67v285h67v-285zM127 -74h-67v285h67v-285z" horiz-adv-x="187" unicode="¦"/><glyph d="M487 252q89 -34 89 -118q0 -75 -60.5 -111t-168.5 -36q-46 0 -86 6.5t-79 21t-64.5 43.5t-31.5 70l77 20q9 -100 178 -100q152 0 152 89q0 43 -39 60t-147 35q-17 2 -26 4q-38 6 -65.5 13.5t-58.5 22t-47.5 38.5t-16.5 57q0 81 95 112q-85 32 -85 108q0 67 60 97t153 30 q211 0 244 -140l-69 -19q-28 101 -176 101q-131 0 -131 -68q0 -43 59 -62q28 -9 127 -26q42 -7 69.5 -13t57 -16.5t45.5 -23.5t26.5 -34t10.5 -48q0 -84 -92 -113zM168 377q0 -22 14 -38t39.5 -25.5t56 -16t70.5 -13.5q9 -1 14 -2q19 -2 48 -8q93 17 93 79q0 20 -10 35 t-24 24t-40 16.5t-45 10.5t-52 8l-21 3l-38 7q-105 -16 -105 -80z" unicode="§"/><glyph d="M171 776q-19 0 -32 13.5t-13 32.5q0 20 13.5 33.5t32.5 13.5t32.5 -14t13.5 -33t-14 -32.5t-33 -13.5zM361 776q-19 0 -33 13.5t-14 32.5q0 20 14 33.5t33 13.5t32.5 -14t13.5 -33t-13.5 -32.5t-32.5 -13.5z" horiz-adv-x="533" unicode="¨"/><glyph d="M401 629q153 0 258.5 -103t105.5 -261t-105.5 -261t-258.5 -103q-152 0 -257.5 103t-105.5 261t105.5 261t257.5 103zM401 582q-137 0 -225.5 -87.5t-88.5 -228.5t89 -229.5t225 -88.5q137 0 226.5 88t89.5 230q0 141 -89.5 228.5t-226.5 87.5zM519 196l54 -17 q-23 -48 -70 -76.5t-107 -28.5q-85 0 -139 53.5t-54 137.5q0 85 55 138t140 53q60 0 107 -29.5t65 -82.5l-53 -15q-7 24 -36 48.5t-81 24.5q-61 0 -99.5 -37t-38.5 -99q0 -61 37.5 -99t98.5 -38q82 0 121 67z" horiz-adv-x="804" unicode="©"/><glyph d="M90 235h-55l134 325h62l133 -325h-56l-31 78h-156zM200 507h-2l-4 -11l-13 -32.5t-17 -43.5l-26 -64h122l-26 64q-8 21 -17 43.5l-13 32.5zM365 167v-55h-330v55h330z" horiz-adv-x="400" unicode="ª"/><glyph d="M540 513l47 -47l-192 -186v-3l192 -186l-47 -47l-235 235zM295 513l47 -47l-192 -186v-3l192 -186l-47 -47l-235 235z" horiz-adv-x="647" unicode="«"/><glyph d="M480 254h-380v69h380v-69z" horiz-adv-x="581" unicode="­"/><glyph d="M401 629q153 0 258.5 -103t105.5 -261t-105.5 -261t-258.5 -103q-152 0 -257.5 103t-105.5 261t105.5 261t257.5 103zM401 582q-137 0 -225.5 -87.5t-88.5 -228.5t89 -229.5t225 -88.5q137 0 226.5 88t89.5 230q0 141 -89.5 228.5t-226.5 87.5zM491 82l-85 147 q-13 -1 -36 -1h-36v-146h-60v369h126q69 0 107.5 -30t38.5 -83q0 -80 -81 -99l91 -157h-65zM334 275h69q83 0 83 61q0 62 -83 62h-69v-123z" horiz-adv-x="804" unicode="®"/><glyph d="M412 775h-291v69h291v-69z" horiz-adv-x="533" unicode="¯"/><glyph d="M130 589q-50 0 -81.5 31.5t-31.5 80.5t31.5 80.5t81.5 31.5t82 -31.5t32 -80.5t-32 -80.5t-82 -31.5zM130 640q28 0 45 17t17 44q0 28 -17 45t-45 17q-27 0 -44 -17t-17 -45q0 -26 17 -43.5t44 -17.5z" horiz-adv-x="261" unicode="°"/><glyph d="M524 377v-69h-153v-159h-74v159h-153v69h153l-1 161h75v-161h153zM144 69h380v-69h-380v69z" unicode="±"/><glyph d="M32 472v63l163 123q55 38 55 89q0 32 -20.5 51t-59.5 19q-37 0 -57.5 -15.5t-29.5 -51.5l-48 14q24 106 139 106q63 0 98.5 -32t35.5 -87q0 -67 -71 -123q-22 -18 -56.5 -43.5t-57 -42t-24.5 -18.5l2 -3q27 3 74 3h136v-52h-279z" horiz-adv-x="340" unicode="²"/><glyph d="M229 675v-3q36 -5 60.5 -30t24.5 -65q0 -50 -38.5 -81.5t-96.5 -31.5q-64 0 -104.5 33t-47.5 86l53 15q2 -38 27.5 -60.5t67.5 -22.5q40 0 61.5 20t21.5 49q0 31 -23.5 50t-62.5 19h-33v40h31q38 0 61 19t23 47q0 25 -20 43t-64 18q-40 0 -58.5 -17t-25.5 -53l-49 14 q17 106 138 106q66 0 100 -29t34 -74q0 -38 -23.5 -63.5t-56.5 -28.5z" horiz-adv-x="340" unicode="³"/><glyph d="M257 754h-76l104 161l67 -22z" horiz-adv-x="533" unicode="´"/><glyph d="M421 -140v624h-89v-624h-82v343q-105 0 -158.5 48t-53.5 132q0 82 53.5 129.5t158.5 47.5h253v-700h-82z" horiz-adv-x="580" unicode="¶"/><glyph d="M112 231q-26 0 -40 14.5t-14 36.5t14.5 36t39.5 14t39.5 -14t14.5 -36t-14 -36.5t-40 -14.5z" horiz-adv-x="224" unicode="·"/><glyph d="M379 -88q0 -84 -122 -84q-53 0 -83 15v56q23 -14 73 -14q71 0 71 37q0 43 -112 44v58h60v-26q113 -9 113 -86z" horiz-adv-x="533" unicode="¸"/><glyph d="M302 472h-239v52h90v184q0 65 4 85h-3l-4 -4q-4 -4 -11 -11.5t-12 -12.5l-43 -43l-37 36l109 104h55v-338h91v-52z" horiz-adv-x="340" unicode="¹"/><glyph d="M35 397q0 75 50 124.5t123 49.5q72 0 123 -49.5t51 -124.5q0 -73 -51 -122.5t-123 -49.5q-73 0 -123 49t-50 123zM89 397q0 -52 33.5 -86t85.5 -34t85.5 34t33.5 86q0 53 -33.5 87.5t-85.5 34.5t-85.5 -34.5t-33.5 -87.5zM372 111h-326v55h326v-55z" horiz-adv-x="417" unicode="º"/><glyph d="M107 44l-47 47l192 186v3l-192 186l47 47l235 -234zM352 44l-47 47l192 186v3l-192 186l47 47l235 -234z" horiz-adv-x="647" unicode="»"/><glyph d="M545 700l-210 -700h-62l209 700h63zM302 310h-239v51h90v185q0 65 4 85h-3l-4 -4q-4 -4 -11 -11.5t-12 -12.5l-43 -43l-37 36l109 104h55v-339h91v-51zM737 0h-56v99h-187v52l166 240h77v-240h66v-52h-66v-99zM681 151v92q0 23 1 45.5t2 35.5l1 13h-4q-1 0 -64.5 -91 t-64.5 -93l2 -3h3h8.5t12 0.5t14.5 0.5h16h73z" horiz-adv-x="818" unicode="¼"/><glyph d="M302 310h-239v52h90v184q0 65 4 85h-3l-4 -4q-4 -4 -11 -11.5t-12 -12.5l-43 -43l-37 36l109 104h55v-338h91v-52zM545 700l-210 -700h-62l209 700h63zM510 0v64l164 123q55 40 55 89q0 31 -21 50.5t-60 19.5q-37 0 -57.5 -15.5t-29.5 -51.5l-48 14q24 106 140 106 q62 0 97.5 -32t35.5 -87q0 -67 -71 -123q-23 -18 -56.5 -43.5t-56.5 -42.5t-24 -18l1 -3q18 2 74 2h137v-52h-280z" horiz-adv-x="818" unicode="½"/><glyph d="M229 513v-3q36 -5 60.5 -30t24.5 -65q0 -50 -38.5 -81.5t-96.5 -31.5q-64 0 -104.5 33t-47.5 86l53 15q2 -38 27.5 -60.5t67.5 -22.5q40 0 61.5 20t21.5 49q0 31 -23.5 50t-62.5 19h-33v40h31q38 0 61 19t23 47q0 25 -20 43t-64 18q-40 0 -58.5 -17t-25.5 -53l-49 14 q17 106 138 106q66 0 100 -29t34 -74q0 -38 -23.5 -63.5t-56.5 -28.5zM545 700l-210 -700h-62l209 700h63zM737 0h-56v99h-187v52l166 240h77v-240h66v-52h-66v-99zM681 151v92q0 23 1 45.5t2 35.5l1 13h-4q-1 0 -64.5 -91t-64.5 -93l2 -3h3h8.5t12 0.5t14.5 0.5h16h73z" horiz-adv-x="818" unicode="¾"/><glyph d="M294 710q25 0 39.5 -14.5t14.5 -36.5t-14.5 -36t-39.5 -14q-26 0 -40 14t-14 36t14.5 36.5t39.5 14.5zM334 538v-177q-119 -41 -165.5 -79.5t-46.5 -91.5q0 -52 35.5 -89t117.5 -37q139 0 173 127l77 -21q-22 -88 -88 -136t-166 -48q-114 0 -173.5 56.5t-59.5 137.5 q0 44 18 80.5t50.5 63t66.5 44t78 33.5v137h83z" horiz-adv-x="563" unicode="¿"/><glyph d="M337 754l-95 139l67 22l104 -161h-76zM543 186h-355l-78 -186h-87l298 700h89l298 -700h-87zM512 260l-77 183q-10 24 -28.5 68t-29.5 70l-11 26h-2q-1 -1 -68 -163l-77 -184h293z" horiz-adv-x="732" unicode="À"/><glyph d="M388 754h-76l104 161l67 -22zM543 186h-355l-78 -186h-87l298 700h89l298 -700h-87zM512 260l-77 183q-10 24 -28.5 68t-29.5 70l-11 26h-2q-1 -1 -68 -163l-77 -184h293z" horiz-adv-x="732" unicode="Á"/><glyph d="M259 756l-39 45l144 118l142 -118l-38 -46l-104 88zM543 186h-355l-78 -186h-87l298 700h89l298 -700h-87zM512 260l-77 183q-10 24 -28.5 68t-29.5 70l-11 26h-2q-1 -1 -68 -163l-77 -184h293z" horiz-adv-x="732" unicode="Â"/><glyph d="M292 812q-43 0 -71 -28l-17 59q29 35 82 35q28 0 72 -17.5t75 -17.5q41 0 69 26l16 -59q-25 -32 -80 -32q-29 0 -73.5 17t-72.5 17zM543 186h-355l-78 -186h-87l298 700h89l298 -700h-87zM512 260l-77 183q-10 24 -28.5 68t-29.5 70l-11 26h-2q-1 -1 -68 -163l-77 -184 h293z" horiz-adv-x="732" unicode="Ã"/><glyph d="M271 776q-19 0 -32.5 13.5t-13.5 32.5t13.5 33t32.5 14t32.5 -13.5t13.5 -33.5q0 -19 -13.5 -32.5t-32.5 -13.5zM460 776q-19 0 -32.5 13.5t-13.5 32.5q0 20 13.5 33.5t32.5 13.5t32.5 -13.5t13.5 -33.5q0 -19 -13.5 -32.5t-32.5 -13.5zM543 186h-355l-78 -186h-87 l298 700h89l298 -700h-87zM512 260l-77 183q-10 24 -28.5 68t-29.5 70l-11 26h-2q-1 -1 -68 -163l-77 -184h293z" horiz-adv-x="732" unicode="Ä"/><glyph d="M365 739q-45 0 -73.5 26t-28.5 68t28.5 67.5t73.5 25.5q46 0 74 -25.5t28 -67.5q0 -43 -28 -68.5t-74 -25.5zM365 878q-21 0 -34.5 -12.5t-13.5 -32.5q0 -21 13.5 -33.5t34.5 -12.5q22 0 35 12.5t13 33.5q0 20 -13 32.5t-35 12.5zM543 186h-355l-78 -186h-87l298 700h89 l298 -700h-87zM512 260l-77 183q-10 24 -28.5 68t-29.5 70l-11 26h-2q-1 -1 -68 -163l-77 -184h293z" horiz-adv-x="732" unicode="Å"/><glyph d="M935 73v-73h-471v189h-275l-79 -189h-87l299 700h611v-73h-389v-226h307v-70h-307v-258h391zM464 259v368h-91l-154 -368h245z" horiz-adv-x="985" unicode="Æ"/><glyph d="M646 218l79 -21q-35 -86 -106.5 -139.5t-165.5 -66.5q70 -18 70 -79q0 -84 -122 -84q-53 0 -83 15v56q23 -14 73 -14q71 0 71 37q0 43 -112 44v24q-138 16 -225 114t-87 248q0 163 102 262.5t258 99.5q116 0 199.5 -54t118.5 -137l-79 -22q-12 22 -29 42t-45.5 43t-72 37 t-94.5 14q-123 0 -199.5 -77.5t-76.5 -208.5q0 -130 78 -208t196 -78q85 0 152 41t100 112z" horiz-adv-x="769" unicode="Ç"/><glyph d="M259 915l104 -161h-76l-95 139zM77 0v700h471v-76h-390v-220h304v-76h-304v-252h392v-76h-473z" horiz-adv-x="600" unicode="È"/><glyph d="M339 754h-76l104 161l67 -22zM77 0v700h471v-76h-390v-220h304v-76h-304v-252h392v-76h-473z" horiz-adv-x="600" unicode="É"/><glyph d="M457 801l-39 -46l-104 88l-105 -87l-38 45l143 118zM77 0v700h471v-76h-390v-220h304v-76h-304v-252h392v-76h-473z" horiz-adv-x="600" unicode="Ê"/><glyph d="M221 776q-19 0 -32.5 13.5t-13.5 32.5q0 20 13.5 33.5t33.5 13.5q19 0 32 -13.5t13 -33.5q0 -19 -13.5 -32.5t-32.5 -13.5zM410 776q-19 0 -32.5 13.5t-13.5 32.5q0 20 13.5 33.5t32.5 13.5q20 0 33.5 -13.5t13.5 -33.5q0 -19 -14 -32.5t-33 -13.5zM77 0v700h471v-76 h-390v-220h304v-76h-304v-252h392v-76h-473z" horiz-adv-x="600" unicode="Ë"/><glyph d="M62 915l103 -161h-76l-95 139zM77 0v700h81v-700h-81z" horiz-adv-x="235" unicode="Ì"/><glyph d="M141 754h-76l104 161l67 -22zM77 0v700h81v-700h-81z" horiz-adv-x="235" unicode="Í"/><glyph d="M234 803l-41 -44l-75 78l-75 -77l-41 44l116 115zM77 0v700h81v-700h-81z" horiz-adv-x="235" unicode="Î"/><glyph d="M57 776q-19 0 -32.5 13.5t-13.5 32.5t13.5 33t32.5 14t32.5 -13.5t13.5 -33.5q0 -19 -13.5 -32.5t-32.5 -13.5zM179 776q-19 0 -32.5 13.5t-13.5 32.5q0 20 13.5 33.5t32.5 13.5t32.5 -13.5t13.5 -33.5q0 -19 -13.5 -32.5t-32.5 -13.5zM77 0v700h81v-700h-81z" horiz-adv-x="235" unicode="Ï"/><glyph d="M77 700h242q165 0 268.5 -96.5t103.5 -256.5q0 -159 -102.5 -253t-262.5 -94h-249v329h-66v73h66v298zM158 76h164q124 0 205.5 70t81.5 201t-82.5 204t-210.5 73h-158v-222h177v-73h-177v-253z" horiz-adv-x="729" unicode="Ð"/><glyph d="M505 869l17 -59q-28 -32 -81 -32q-29 0 -73.5 17t-71.5 17q-46 0 -71 -28l-17 59q28 35 81 35q27 0 72 -17.5t75 -17.5q41 0 69 26zM568 0l-410 569h-2v-5q0 -5 0.5 -13.5t0.5 -20.5v-27t0.5 -31t0.5 -34.5v-36.5v-401h-81v700h82l410 -564h2v5q0 5 -0.5 14t-0.5 20.5 v26.5t-0.5 30.5t-0.5 33v34.5v400h82v-700h-83z" horiz-adv-x="727" unicode="Ñ"/><glyph d="M345 915l104 -161h-76l-95 139zM38 351q0 161 103.5 262t259.5 101q155 0 259 -101.5t104 -261.5q0 -161 -104 -262.5t-259 -101.5q-156 0 -259.5 101.5t-103.5 262.5zM120 351q0 -131 79.5 -208.5t201.5 -77.5q121 0 201 78t80 208t-80 208t-201 78t-201 -78t-80 -208z" horiz-adv-x="802" unicode="Ò"/><glyph d="M425 754h-76l104 161l67 -22zM38 351q0 161 103.5 262t259.5 101q155 0 259 -101.5t104 -261.5q0 -161 -104 -262.5t-259 -101.5q-156 0 -259.5 101.5t-103.5 262.5zM120 351q0 -131 79.5 -208.5t201.5 -77.5q121 0 201 78t80 208t-80 208t-201 78t-201 -78t-80 -208z" horiz-adv-x="802" unicode="Ó"/><glyph d="M543 801l-39 -46l-104 88l-105 -87l-38 45l143 118zM38 351q0 161 103.5 262t259.5 101q155 0 259 -101.5t104 -261.5q0 -161 -104 -262.5t-259 -101.5q-156 0 -259.5 101.5t-103.5 262.5zM120 351q0 -131 79.5 -208.5t201.5 -77.5q121 0 201 78t80 208t-80 208t-201 78 t-201 -78t-80 -208z" horiz-adv-x="802" unicode="Ô"/><glyph d="M538 869l17 -59q-28 -32 -81 -32q-29 0 -73.5 17t-71.5 17q-46 0 -71 -28l-17 59q25 35 81 35q28 0 72 -17.5t75 -17.5q41 0 69 26zM38 351q0 161 103.5 262t259.5 101q155 0 259 -101.5t104 -261.5q0 -161 -104 -262.5t-259 -101.5q-156 0 -259.5 101.5t-103.5 262.5z M120 351q0 -131 79.5 -208.5t201.5 -77.5q121 0 201 78t80 208t-80 208t-201 78t-201 -78t-80 -208z" horiz-adv-x="802" unicode="Õ"/><glyph d="M307 776q-19 0 -32.5 13.5t-13.5 32.5q0 20 13.5 33.5t33.5 13.5q19 0 32 -13.5t13 -33.5q0 -19 -13.5 -32.5t-32.5 -13.5zM496 776q-19 0 -32.5 13.5t-13.5 32.5q0 20 13.5 33.5t32.5 13.5q20 0 33.5 -13.5t13.5 -33.5q0 -19 -14 -32.5t-33 -13.5zM38 351 q0 161 103.5 262t259.5 101q155 0 259 -101.5t104 -261.5q0 -161 -104 -262.5t-259 -101.5q-156 0 -259.5 101.5t-103.5 262.5zM120 351q0 -131 79.5 -208.5t201.5 -77.5q121 0 201 78t80 208t-80 208t-201 78t-201 -78t-80 -208z" horiz-adv-x="802" unicode="Ö"/><glyph d="M384 290l125 -124l-50 -50l-125 125l-125 -125l-49 50l125 124l-125 125l49 49l125 -124l125 124l49 -50z" unicode="×"/><glyph d="M729 714l-74 -96q109 -104 109 -267q0 -161 -104 -262.5t-259 -101.5q-106 0 -190 49l-75 -99l-61 47l74 98q-111 101 -111 269q0 161 103.5 262t259.5 101q106 0 192 -50l74 96zM120 351q0 -126 78 -206l347 456q-66 36 -144 36q-121 0 -201 -78t-80 -208zM401 65 q120 0 200.5 78t80.5 208q0 124 -76 203l-347 -455q65 -34 142 -34z" horiz-adv-x="802" unicode="Ø"/><glyph d="M293 915l104 -161h-76l-95 139zM628 700v-408q0 -148 -72 -226.5t-208 -78.5t-208 78t-72 227v408h83v-408q0 -115 48 -171t149 -56t150 56t49 171v408h81z" horiz-adv-x="696" unicode="Ù"/><glyph d="M372 754h-76l104 161l67 -22zM628 700v-408q0 -148 -72 -226.5t-208 -78.5t-208 78t-72 227v408h83v-408q0 -115 48 -171t149 -56t150 56t49 171v408h81z" horiz-adv-x="696" unicode="Ú"/><glyph d="M490 801l-38 -46l-104 88l-105 -87l-39 45l144 118zM628 700v-408q0 -148 -72 -226.5t-208 -78.5t-208 78t-72 227v408h83v-408q0 -115 48 -171t149 -56t150 56t49 171v408h81z" horiz-adv-x="696" unicode="Û"/><glyph d="M255 776q-19 0 -32.5 13.5t-13.5 32.5t13.5 33t32.5 14t32.5 -13.5t13.5 -33.5q0 -19 -13.5 -32.5t-32.5 -13.5zM444 776q-19 0 -32.5 13.5t-13.5 32.5q0 20 13.5 33.5t32.5 13.5t32.5 -13.5t13.5 -33.5q0 -19 -13.5 -32.5t-32.5 -13.5zM628 700v-408q0 -148 -72 -226.5 t-208 -78.5t-208 78t-72 227v408h83v-408q0 -115 48 -171t149 -56t150 56t49 171v408h81z" horiz-adv-x="696" unicode="Ü"/><glyph d="M359 754h-76l104 161l67 -22zM369 304v-304h-82v304l-270 396h94l157 -230q16 -22 31.5 -45t22.5 -35l8 -11h2l7 11q7 11 22 33.5t31 44.5l159 232h89z" horiz-adv-x="657" unicode="Ý"/><glyph d="M158 558h122q122 0 188.5 -54t66.5 -153t-66.5 -151.5t-188.5 -52.5h-122v-147h-81v700h81v-142zM158 221h125q171 0 171 130q0 131 -171 131h-125v-261z" horiz-adv-x="562" unicode="Þ"/><glyph d="M369 341h6q76 0 126.5 -47.5t50.5 -125.5q0 -79 -50.5 -130t-135.5 -51q-87 0 -136 45l33 56q43 -35 96 -35t85 31.5t32 80.5q0 48 -32 78.5t-87 30.5h-70v67l83 144l-1 2h-47h-167v-487h-78v560h418l-126 -217v-2z" horiz-adv-x="581" unicode="ß"/><glyph d="M270 614l-95 139l68 22l103 -161h-76zM432 150h-270l-58 -150h-81l229 560h92l229 -560h-82zM405 218l-49 125q-57 143 -57 150h-3q0 -4 -60 -157l-47 -118h216z" horiz-adv-x="596" unicode="à"/><glyph d="M322 614h-76l104 161l67 -22zM432 150h-270l-58 -150h-81l229 560h92l229 -560h-82zM405 218l-49 125q-57 143 -57 150h-3q0 -4 -60 -157l-47 -118h216z" horiz-adv-x="596" unicode="á"/><glyph d="M224 620l-41 44l116 115l116 -116l-41 -44l-75 78zM432 150h-270l-58 -150h-81l229 560h92l229 -560h-82zM405 218l-49 125q-57 143 -57 150h-3q0 -4 -60 -157l-47 -118h216z" horiz-adv-x="596" unicode="â"/><glyph d="M231 672q-36 0 -61 -28l-16 60q22 34 71 34q26 0 66.5 -17.5t67.5 -17.5q31 0 60 26l16 -60q-6 -10 -25.5 -20.5t-44.5 -10.5q-27 0 -68 17t-66 17zM432 150h-270l-58 -150h-81l229 560h92l229 -560h-82zM405 218l-49 125q-57 143 -57 150h-3q0 -4 -60 -157l-47 -118h216 z" horiz-adv-x="596" unicode="ã"/><glyph d="M204 636q-19 0 -32 13.5t-13 32.5q0 20 13.5 33.5t32.5 13.5t32.5 -14t13.5 -33t-14 -32.5t-33 -13.5zM394 636q-19 0 -33 13.5t-14 32.5q0 20 13.5 33.5t33.5 13.5q19 0 32.5 -14t13.5 -33t-13.5 -32.5t-32.5 -13.5zM432 150h-270l-58 -150h-81l229 560h92l229 -560h-82 zM405 218l-49 125q-57 143 -57 150h-3q0 -4 -60 -157l-47 -118h216z" horiz-adv-x="596" unicode="ä"/><glyph d="M299 599q-45 0 -73.5 26t-28.5 68t28.5 67.5t73.5 25.5t73.5 -25.5t28.5 -67.5t-28.5 -68t-73.5 -26zM299 738q-22 0 -35 -12.5t-13 -32.5q0 -21 13 -33.5t35 -12.5t35 12.5t13 33.5q0 20 -13 32.5t-35 12.5zM432 150h-270l-58 -150h-81l229 560h92l229 -560h-82z M405 218l-49 125q-57 143 -57 150h-3q0 -4 -60 -157l-47 -118h216z" horiz-adv-x="596" unicode="å"/><glyph d="M765 73v-73h-395v146h-209l-58 -146h-80l230 560h117h390v-73h-315v-162h244v-71h-244v-181h320zM370 214v275h-74l-108 -275h182z" horiz-adv-x="815" unicode="æ"/><glyph d="M526 172l75 -20q-31 -65 -88 -107.5t-132 -52.5q80 -17 80 -81q0 -41 -31 -63t-91 -22q-55 0 -83 16v56q25 -15 72 -15q72 0 72 38q0 42 -112 43v28q-111 15 -180.5 94.5t-69.5 193.5q0 125 84.5 208t211.5 83q88 0 158.5 -42t104.5 -123l-74 -20q-66 113 -188 113 q-95 0 -156.5 -61.5t-61.5 -157.5q0 -97 61.5 -158.5t155.5 -61.5q66 0 115.5 31t76.5 81z" horiz-adv-x="645" unicode="ç"/><glyph d="M219 775l104 -161h-77l-95 139zM77 0v560h393v-73h-315v-162h243v-71h-243v-181h320v-73h-398z" horiz-adv-x="525" unicode="è"/><glyph d="M298 614h-76l104 161l67 -22zM77 0v560h393v-73h-315v-162h243v-71h-243v-181h320v-73h-398z" horiz-adv-x="525" unicode="é"/><glyph d="M416 661l-38 -46l-105 88l-105 -87l-38 45l143 118zM77 0v560h393v-73h-315v-162h243v-71h-243v-181h320v-73h-398z" horiz-adv-x="525" unicode="ê"/><glyph d="M180 636q-19 0 -32 13.5t-13 32.5q0 20 13.5 33.5t32.5 13.5t32.5 -14t13.5 -33t-14 -32.5t-33 -13.5zM370 636q-19 0 -33 13.5t-14 32.5q0 20 13.5 33.5t33.5 13.5q19 0 32.5 -14t13.5 -33t-13.5 -32.5t-32.5 -13.5zM77 0v560h393v-73h-315v-162h243v-71h-243v-181h320 v-73h-398z" horiz-adv-x="525" unicode="ë"/><glyph d="M60 775l104 -161h-76l-95 139zM77 0v560h78v-560h-78z" horiz-adv-x="232" unicode="ì"/><glyph d="M140 614h-76l104 161l67 -22zM77 0v560h78v-560h-78z" horiz-adv-x="232" unicode="í"/><glyph d="M232 663l-40 -44l-75 78l-76 -77l-40 44l116 115zM77 0v560h78v-560h-78z" horiz-adv-x="232" unicode="î"/><glyph d="M55 636q-19 0 -32 13.5t-13 32.5q0 20 13.5 33.5t32.5 13.5t32.5 -14t13.5 -33t-14 -32.5t-33 -13.5zM178 636q-19 0 -32.5 13.5t-13.5 32.5q0 20 13.5 33.5t32.5 13.5t32.5 -14t13.5 -33t-13.5 -32.5t-32.5 -13.5zM77 0v560h78v-560h-78z" horiz-adv-x="232" unicode="ï"/><glyph d="M77 560h193q138 0 224 -76.5t86 -205.5t-85 -203.5t-220 -74.5h-198v253h-66v70h66v237zM155 73h118q103 0 165.5 52.5t62.5 152.5t-63 154.5t-169 54.5h-114v-164h173v-70h-173v-180z" horiz-adv-x="618" unicode="ð"/><glyph d="M431 729l16 -60q-6 -10 -25.5 -20.5t-44.5 -10.5q-27 0 -68 17t-66 17q-36 0 -61 -28l-16 60q22 34 71 34q26 0 66.5 -17.5t67.5 -17.5q31 0 60 26zM553 0h-80l-318 441h-2v-4q0 -4 0.5 -10.5t0.5 -15v-20t0.5 -24t0.5 -26.5v-28v-313h-78v560h80l317 -434h2v4v9.5v14.5 t-0.5 19t-0.5 22.5v24.5v26v314h78v-560z" horiz-adv-x="630" unicode="ñ"/><glyph d="M277 775l104 -161h-76l-96 139zM38 279q0 127 84.5 209.5t209.5 82.5t209.5 -82.5t84.5 -209.5q0 -125 -84.5 -208t-209.5 -83t-209.5 83t-84.5 208zM117 279q0 -96 61.5 -157.5t153.5 -61.5t153.5 61.5t61.5 157.5q0 97 -61 158.5t-154 61.5t-154 -61.5t-61 -158.5z" horiz-adv-x="665" unicode="ò"/><glyph d="M356 614h-76l104 161l67 -22zM38 279q0 127 84.5 209.5t209.5 82.5t209.5 -82.5t84.5 -209.5q0 -125 -84.5 -208t-209.5 -83t-209.5 83t-84.5 208zM117 279q0 -96 61.5 -157.5t153.5 -61.5t153.5 61.5t61.5 157.5q0 97 -61 158.5t-154 61.5t-154 -61.5t-61 -158.5z" horiz-adv-x="665" unicode="ó"/><glyph d="M474 661l-38 -46l-105 88l-105 -87l-38 45l143 118zM38 279q0 127 84.5 209.5t209.5 82.5t209.5 -82.5t84.5 -209.5q0 -125 -84.5 -208t-209.5 -83t-209.5 83t-84.5 208zM117 279q0 -96 61.5 -157.5t153.5 -61.5t153.5 61.5t61.5 157.5q0 97 -61 158.5t-154 61.5 t-154 -61.5t-61 -158.5z" horiz-adv-x="665" unicode="ô"/><glyph d="M453 729l16 -60q-6 -10 -25.5 -20.5t-44.5 -10.5q-27 0 -68 17t-66 17q-36 0 -61 -28l-16 60q22 34 71 34q26 0 66.5 -17.5t67.5 -17.5q31 0 60 26zM38 279q0 127 84.5 209.5t209.5 82.5t209.5 -82.5t84.5 -209.5q0 -125 -84.5 -208t-209.5 -83t-209.5 83t-84.5 208z M117 279q0 -96 61.5 -157.5t153.5 -61.5t153.5 61.5t61.5 157.5q0 97 -61 158.5t-154 61.5t-154 -61.5t-61 -158.5z" horiz-adv-x="665" unicode="õ"/><glyph d="M238 636q-19 0 -32 13.5t-13 32.5q0 20 13.5 33.5t32.5 13.5t32.5 -14t13.5 -33t-14 -32.5t-33 -13.5zM428 636q-19 0 -33 13.5t-14 32.5q0 20 13.5 33.5t33.5 13.5q19 0 32.5 -14t13.5 -33t-13.5 -32.5t-32.5 -13.5zM38 279q0 127 84.5 209.5t209.5 82.5t209.5 -82.5 t84.5 -209.5q0 -125 -84.5 -208t-209.5 -83t-209.5 83t-84.5 208zM117 279q0 -96 61.5 -157.5t153.5 -61.5t153.5 61.5t61.5 157.5q0 97 -61 158.5t-154 61.5t-154 -61.5t-61 -158.5z" horiz-adv-x="665" unicode="ö"/><glyph d="M334 425q-25 0 -39.5 14.5t-14.5 36.5t14.5 36t39.5 14q26 0 40 -14.5t14 -35.5q0 -22 -14 -36.5t-40 -14.5zM524 254h-380v69h380v-69zM334 55q-25 0 -39.5 14.5t-14.5 36.5t14.5 36t39.5 14q26 0 40 -14.5t14 -35.5q0 -22 -14 -36.5t-40 -14.5z" unicode="÷"/><glyph d="M598 566l-59 -75q87 -84 87 -212q0 -125 -84.5 -208t-209.5 -83q-85 0 -153 40l-57 -75l-58 44l58 74q-84 84 -84 208q0 127 84.5 209.5t209.5 82.5q84 0 149 -38l59 76zM117 279q0 -87 52 -147l267 342q-48 25 -104 25q-93 0 -154 -61.5t-61 -158.5zM332 60 q92 0 153.5 61.5t61.5 157.5q0 91 -54 151l-268 -343q49 -27 107 -27z" horiz-adv-x="665" unicode="ø"/><glyph d="M252 775l104 -161h-77l-95 139zM543 560v-319q0 -126 -61.5 -189.5t-176.5 -63.5t-176 63.5t-61 189.5v319h79v-327q0 -173 159 -173t159 173v327h78z" horiz-adv-x="611" unicode="ù"/><glyph d="M331 614h-76l104 161l67 -22zM543 560v-319q0 -126 -61.5 -189.5t-176.5 -63.5t-176 63.5t-61 189.5v319h79v-327q0 -173 159 -173t159 173v327h78z" horiz-adv-x="611" unicode="ú"/><glyph d="M449 661l-38 -46l-105 88l-105 -87l-38 45l143 118zM543 560v-319q0 -126 -61.5 -189.5t-176.5 -63.5t-176 63.5t-61 189.5v319h79v-327q0 -173 159 -173t159 173v327h78z" horiz-adv-x="611" unicode="û"/><glyph d="M213 636q-19 0 -32 13.5t-13 32.5q0 20 13.5 33.5t32.5 13.5t32.5 -14t13.5 -33t-14 -32.5t-33 -13.5zM403 636q-19 0 -33 13.5t-14 32.5q0 20 14 33.5t33 13.5t32.5 -14t13.5 -33t-13.5 -32.5t-32.5 -13.5zM543 560v-319q0 -126 -61.5 -189.5t-176.5 -63.5t-176 63.5 t-61 189.5v319h79v-327q0 -173 159 -173t159 173v327h78z" horiz-adv-x="611" unicode="ü"/><glyph d="M301 614h-76l104 161l67 -22zM309 0h-78v231l-214 329h89l90 -137q20 -29 39 -58.5t29 -44.5l9 -15h2l9 15q10 14 30 44.5t39 59.5l89 136h82l-215 -329v-231z" horiz-adv-x="541" unicode="ý"/><glyph d="M155 441h78q215 0 215 -160q0 -155 -215 -155h-78v-126h-78v560h78v-119zM155 190h80q69 0 101.5 21t32.5 69q0 47 -33 68.5t-101 21.5h-80v-180z" horiz-adv-x="475" unicode="þ"/><glyph d="M183 636q-19 0 -32.5 13.5t-13.5 32.5q0 20 13.5 33.5t33.5 13.5q19 0 32 -13.5t13 -33.5q0 -19 -13.5 -32.5t-32.5 -13.5zM372 636q-19 0 -32.5 13.5t-13.5 32.5q0 20 13.5 33.5t32.5 13.5t32.5 -13.5t13.5 -33.5q0 -19 -13.5 -32.5t-32.5 -13.5zM309 0h-78v231 l-214 329h89l90 -137q20 -29 39 -58.5t29 -44.5l9 -15h2l9 15q10 14 30 44.5t39 59.5l89 136h82l-215 -329v-231z" horiz-adv-x="541" unicode="ÿ"/><glyph d="M943 0h-465q-24 -4 -75 -4q-159 0 -262 98t-103 256t103.5 256t262.5 98q45 0 73 -4h464v-76h-389v-219h307v-76h-307v-253h391v-76zM120 351q0 -129 77.5 -205t206.5 -76q38 0 68 10v542q-29 8 -68 8q-129 0 -206.5 -75t-77.5 -204z" horiz-adv-x="997" unicode="Œ"/><glyph d="M787 0h-388q-21 -3 -64 -3q-130 0 -213.5 78t-83.5 205t83.5 205t214.5 78q40 0 65 -3h381v-73h-315v-162h243v-71h-243v-181h320v-73zM117 281q0 -97 60 -155t160 -58q27 0 55 5v414q-28 5 -55 5q-100 0 -160 -57.5t-60 -153.5z" horiz-adv-x="840" unicode="œ"/><glyph d="M242 776q-19 0 -32.5 13.5t-13.5 32.5t13.5 33t32.5 14t32.5 -13.5t13.5 -33.5q0 -19 -13.5 -32.5t-32.5 -13.5zM431 776q-19 0 -32.5 13.5t-13.5 32.5q0 20 13.5 33.5t32.5 13.5t32.5 -14t13.5 -33t-13.5 -32.5t-32.5 -13.5zM369 304v-304h-82v304l-270 396h94l157 -230 q16 -22 31.5 -45t22.5 -35l8 -11h2l7 11q7 11 22 33.5t31 44.5l159 232h89z" horiz-adv-x="657" unicode="Ÿ"/><glyph d="M409 801l-38 -46l-104 88l-105 -87l-39 45l144 118z" horiz-adv-x="533" unicode="ˆ"/><glyph d="M390 869l16 -60q-22 -31 -70 -31q-27 0 -68 17t-66 17q-36 0 -61 -28l-16 60q22 34 71 34q26 0 66.5 -17.5t67.5 -17.5q31 0 60 26z" horiz-adv-x="533" unicode="˜"/><glyph horiz-adv-x="463"/><glyph horiz-adv-x="926"/><glyph horiz-adv-x="463"/><glyph horiz-adv-x="926"/><glyph horiz-adv-x="308"/><glyph horiz-adv-x="231"/><glyph horiz-adv-x="154"/><glyph horiz-adv-x="154"/><glyph horiz-adv-x="115"/><glyph horiz-adv-x="185"/><glyph horiz-adv-x="51"/><glyph d="M480 254h-380v69h380v-69z" horiz-adv-x="581" unicode="‐"/><glyph d="M480 254h-380v69h380v-69z" horiz-adv-x="581" unicode="‑"/><glyph d="M480 254h-380v69h380v-69z" horiz-adv-x="581" unicode="‒"/><glyph d="M567 254h-467v69h467v-69z" unicode="–"/><glyph d="M900 254h-800v69h800v-69z" horiz-adv-x="1001" unicode="—"/><glyph d="M116 607q20 3 33 -8.5t13 -32.5q0 -20 -14.5 -33.5t-37.5 -13.5q-27 0 -43 17.5t-16 47.5q0 37 24.5 75t66.5 52l33 -38q-22 -7 -39 -27t-20 -39z" horiz-adv-x="224" unicode="‘"/><glyph d="M108 624q-21 -3 -33.5 8.5t-12.5 32.5q0 20 14.5 33.5t37.5 13.5q27 0 42.5 -17.5t15.5 -47.5q0 -37 -24.5 -75t-65.5 -52l-33 38q21 7 38 27t21 39z" horiz-adv-x="224" unicode="’"/><glyph d="M108 -2q-21 -3 -33.5 8.5t-12.5 31.5q0 21 14 34t38 13q27 0 42.5 -17t15.5 -47q0 -37 -24.5 -75t-65.5 -53l-33 39q21 7 38 27t21 39z" horiz-adv-x="224" unicode="‚"/><glyph d="M297 607q21 3 33.5 -8.5t12.5 -32.5q0 -20 -14.5 -33.5t-37.5 -13.5q-27 0 -43 17.5t-16 47.5q0 37 24.5 75t66.5 52l33 -38q-21 -7 -38 -27t-21 -39zM114 607q20 3 32.5 -8.5t12.5 -32.5q0 -20 -14 -33.5t-37 -13.5q-27 0 -43 17.5t-16 47.5q0 37 24.5 75t66.5 52 l32 -38q-21 -7 -38 -27t-20 -39z" horiz-adv-x="407" unicode="“"/><glyph d="M108 624q-21 -3 -33.5 8.5t-12.5 32.5q0 20 14.5 33.5t37.5 13.5q27 0 42.5 -17.5t15.5 -47.5q0 -37 -24.5 -75t-65.5 -52l-33 38q21 7 38 27t21 39zM291 624q-20 -3 -32.5 8.5t-12.5 32.5q0 20 14 33.5t37 13.5q27 0 43 -17.5t16 -47.5q0 -37 -24.5 -75t-66.5 -52 l-33 38q22 7 39 27t20 39z" horiz-adv-x="407" unicode="”"/><glyph d="M108 -2q-21 -3 -33.5 8.5t-12.5 31.5q0 21 14 34t38 13q27 0 42.5 -17t15.5 -47q0 -37 -24.5 -75t-65.5 -53l-33 39q21 7 38 27t21 39zM278 -2q-21 -3 -33.5 8.5t-12.5 31.5q0 21 14 34t38 13q27 0 43 -17t16 -47q0 -37 -24.5 -75t-66.5 -53l-33 39q21 7 38 27t21 39z" horiz-adv-x="394" unicode="„"/><glyph d="M159 205q-35 0 -58.5 22.5t-23.5 57.5q0 34 23.5 56.5t58.5 22.5t58.5 -22.5t23.5 -56.5q0 -35 -23.5 -57.5t-58.5 -22.5z" horiz-adv-x="318" unicode="•"/><glyph d="M102 -11q-21 0 -33 12t-12 30t12 29.5t33 11.5t32.5 -11.5t11.5 -29.5q0 -19 -11.5 -30.5t-32.5 -11.5zM342 -11q-21 0 -33 12t-12 30t12 29.5t33 11.5t32.5 -11.5t11.5 -29.5q0 -19 -11.5 -30.5t-32.5 -11.5zM592 -11q-21 0 -33 12t-12 30t12 29.5t33 11.5t32.5 -11.5 t11.5 -29.5q0 -19 -11.5 -30.5t-32.5 -11.5z" horiz-adv-x="694" unicode="…"/><glyph horiz-adv-x="185"/><glyph d="M295 513l47 -47l-192 -186v-3l192 -186l-47 -47l-235 235z" horiz-adv-x="402" unicode="‹"/><glyph d="M107 44l-47 47l192 186v3l-192 186l47 47l235 -234z" horiz-adv-x="402" unicode="›"/><glyph horiz-adv-x="231"/><glyph d="M482 155l76 -21q-23 -64 -79.5 -105t-145.5 -41q-101 0 -164 52t-82 153h-49v61h42l-1 31v20h-40v60h46q17 101 78.5 153.5t163.5 52.5q88 0 149.5 -39.5t78.5 -116.5l-76 -21q-11 44 -47 75t-104 31q-131 0 -158 -135h173v-60h-180l-1 -19q0 -6 0.5 -16.5t0.5 -15.5h180 v-61h-171q30 -132 164 -132q109 0 146 94z" horiz-adv-x="602" unicode="€"/><glyph d="M707 375h-54v132v124h-1l-5 -10q-5 -10 -13.5 -27.5t-16.5 -32.5l-58 -112h-34l-58 112q-8 15 -17.5 33t-15.5 28l-5 10h-1l1 -125v-132h-53v325h68l71 -138q7 -12 14 -25.5t11 -20.5l3 -6h1q3 3 26 51l69 139h68v-325zM312 700v-52h-110v-273h-55v273h-110v52h275z" horiz-adv-x="784" unicode="™"/><hkern k="-7" u1="2" u2="7"/><hkern k="17" u1="þ" u2="j"/><hkern k="83" u1="“" u2="æ"/><hkern k="83" u1="“" u2="å"/><hkern k="83" u1="“" u2="ä"/><hkern k="83" u1="“" u2="ã"/><hkern k="83" u1="“" u2="â"/><hkern k="83" u1="“" u2="á"/><hkern k="83" u1="“" u2="à"/><hkern k="83" u1="“" u2="Æ"/><hkern k="83" u1="“" u2="Å"/><hkern k="83" u1="“" u2="Ä"/><hkern k="83" u1="“" u2="Ã"/><hkern k="83" u1="“" u2="Â"/><hkern k="83" u1="“" u2="Á"/><hkern k="83" u1="“" u2="À"/><hkern k="116" u1="“" u2="j"/><hkern k="83" u1="“" u2="a"/><hkern k="123" u1="“" u2="J"/><hkern k="83" u1="“" u2="A"/><hkern g1="germandbls" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="20"/><hkern g1="germandbls" g2="Y,Yacute,Ydieresis" k="80"/><hkern g1="germandbls" g2="j" k="-13"/><hkern g1="germandbls" g2="T" k="40"/><hkern g1="germandbls" g2="v,w,yen" k="33"/><hkern g1="germandbls" g2="u,ugrave,uacute,ucircumflex,udieresis" k="10"/><hkern g1="germandbls" g2="y,yacute,ydieresis" k="33"/><hkern g1="germandbls" g2="V,W" k="80"/><hkern g1="germandbls" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="50"/><hkern g1="germandbls" g2="t" k="44"/><hkern g1="r" g2="J" k="-20"/><hkern g1="r" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="37"/><hkern g1="r" g2="Y,Yacute,Ydieresis" k="74"/><hkern g1="r" g2="j" k="-20"/><hkern g1="r" g2="T" k="60"/><hkern g1="r" g2="v,w,yen" k="10"/><hkern g1="r" g2="u,ugrave,uacute,ucircumflex,udieresis" k="5"/><hkern g1="r" g2="y,yacute,ydieresis" k="22"/><hkern g1="r" g2="V,W" k="47"/><hkern g1="r" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="16"/><hkern g1="r" g2="t" k="20"/><hkern g1="r" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="3"/><hkern g1="r" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-3"/><hkern g1="r" g2="z" k="13"/><hkern g1="r" g2="numbersign" k="-3"/><hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="J" k="17"/><hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="j" k="47"/><hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="y,yacute,ydieresis" k="7"/><hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-10"/><hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="-3"/><hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="13"/><hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="60"/><hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="z" k="16"/><hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="dollar,s" k="7"/><hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="37"/><hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="X" k="7"/><hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="40"/><hkern g1="z" g2="Y,Yacute,Ydieresis" k="34"/><hkern g1="z" g2="j" k="-13"/><hkern g1="z" g2="T" k="40"/><hkern g1="z" g2="V,W" k="16"/><hkern g1="z" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="13"/><hkern g1="z" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="13"/><hkern g1="z" g2="guillemotleft,guilsinglleft" k="13"/><hkern g1="ordfeminine" g2="J" k="66"/><hkern g1="ordfeminine" g2="v,w,yen" k="34"/><hkern g1="ordfeminine" g2="y,yacute,ydieresis" k="46"/><hkern g1="ordfeminine" g2="t" k="50"/><hkern g1="b" g2="Y,Yacute,Ydieresis" k="77"/><hkern g1="b" g2="j" k="-7"/><hkern g1="b" g2="T" k="87"/><hkern g1="b" g2="v,w,yen" k="14"/><hkern g1="b" g2="y,yacute,ydieresis" k="40"/><hkern g1="b" g2="V,W" k="77"/><hkern g1="b" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="30"/><hkern g1="b" g2="t" k="27"/><hkern g1="b" g2="x" k="10"/><hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="J" k="-3"/><hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="7"/><hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="j" k="-3"/><hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="27"/><hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="13"/><hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="dollar,s" k="7"/><hkern g1="Z" g2="v,w,yen" k="13"/><hkern g1="Z" g2="y,yacute,ydieresis" k="13"/><hkern g1="Z" g2="t" k="27"/><hkern g1="Z" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="16"/><hkern g1="Z" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="16"/><hkern g1="Z" g2="guillemotleft,guilsinglleft" k="13"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="J" k="10"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="13"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="Y,Yacute,Ydieresis" k="100"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="j" k="17"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="T" k="103"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="v,w,yen" k="20"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="y,yacute,ydieresis" k="35"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="V,W" k="60"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="50"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="t" k="40"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="-2"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="-5"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="backslash" k="53"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="21"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="z" k="13"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="23"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="X" k="33"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="27"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="x" k="26"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="parenright" k="27"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="degree" k="34"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="slash" k="-3"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="braceright" k="37"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="bracketright" k="26"/><hkern g1="R" g2="J" k="-7"/><hkern g1="R" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="7"/><hkern g1="R" g2="Y,Yacute,Ydieresis" k="37"/><hkern g1="R" g2="j" k="-23"/><hkern g1="R" g2="T" k="23"/><hkern g1="R" g2="u,ugrave,uacute,ucircumflex,udieresis" k="3"/><hkern g1="R" g2="V,W" k="17"/><hkern g1="R" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="3"/><hkern g1="R" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="13"/><hkern g1="R" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-3"/><hkern g1="R" g2="numbersign" k="-13"/><hkern g1="R" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-5"/><hkern g1="R" g2="Z" k="13"/><hkern g1="g" g2="Y,Yacute,Ydieresis" k="50"/><hkern g1="g" g2="j" k="-13"/><hkern g1="g" g2="T" k="77"/><hkern g1="g" g2="v,w,yen" k="20"/><hkern g1="g" g2="y,yacute,ydieresis" k="33"/><hkern g1="g" g2="V,W" k="27"/><hkern g1="g" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="27"/><hkern g1="g" g2="t" k="23"/><hkern g1="t" g2="J" k="80"/><hkern g1="t" g2="Y,Yacute,Ydieresis" k="20"/><hkern g1="t" g2="j" k="103"/><hkern g1="t" g2="T" k="33"/><hkern g1="t" g2="four" k="30"/><hkern g1="t" g2="hyphen,uni00AD,divide,endash,emdash" k="60"/><hkern g1="t" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="40"/><hkern g1="t" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="101"/><hkern g1="t" g2="numbersign" k="40"/><hkern g1="t" g2="dollar,s" k="20"/><hkern g1="t" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="67"/><hkern g1="t" g2="X" k="30"/><hkern g1="t" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="77"/><hkern g1="t" g2="guillemotleft,guilsinglleft" k="7"/><hkern g1="t" g2="slash" k="47"/><hkern g1="t" g2="ordfeminine" k="50"/><hkern g1="t" g2="ampersand" k="27"/><hkern g1="t" g2="bullet" k="40"/><hkern g1="B" g2="J" k="-13"/><hkern g1="B" g2="Y,Yacute,Ydieresis" k="40"/><hkern g1="B" g2="T" k="43"/><hkern g1="B" g2="v,w,yen" k="20"/><hkern g1="B" g2="y,yacute,ydieresis" k="20"/><hkern g1="B" g2="V,W" k="26"/><hkern g1="B" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="-3"/><hkern g1="B" g2="X" k="10"/><hkern g1="B" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="3"/><hkern g1="l" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="37"/><hkern g1="l" g2="Y,Yacute,Ydieresis" k="130"/><hkern g1="l" g2="j" k="-27"/><hkern g1="l" g2="T" k="86"/><hkern g1="l" g2="v,w,yen" k="80"/><hkern g1="l" g2="u,ugrave,uacute,ucircumflex,udieresis" k="43"/><hkern g1="l" g2="y,yacute,ydieresis" k="97"/><hkern g1="l" g2="V,W" k="124"/><hkern g1="l" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="69"/><hkern g1="l" g2="t" k="101"/><hkern g1="l" g2="question" k="80"/><hkern g1="l" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20"/><hkern g1="l" g2="seven" k="40"/><hkern g1="l" g2="four" k="27"/><hkern g1="l" g2="hyphen,uni00AD,divide,endash,emdash" k="80"/><hkern g1="l" g2="trademark" k="140"/><hkern g1="l" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="34"/><hkern g1="l" g2="backslash" k="100"/><hkern g1="l" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-3"/><hkern g1="ordmasculine" g2="J" k="17"/><hkern g1="ordmasculine" g2="v,w,yen" k="-7"/><hkern g1="ordmasculine" g2="y,yacute,ydieresis" k="-20"/><hkern g1="ordmasculine" g2="V,W" k="-5"/><hkern g1="ordmasculine" g2="seven" k="-7"/><hkern g1="ordmasculine" g2="x" k="-13"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="J" k="26"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="-3"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="Y,Yacute,Ydieresis" k="50"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="j" k="30"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="T" k="40"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="V,W" k="30"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="14"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="-5"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="-2"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="43"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="z" k="13"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="30"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="X" k="33"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="27"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="parenright" k="33"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="degree" k="34"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="braceright" k="20"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="bracketright" k="20"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="Z" k="16"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="one" k="7"/><hkern g1="y,yacute,ydieresis" g2="J" k="100"/><hkern g1="y,yacute,ydieresis" g2="Y,Yacute,Ydieresis" k="7"/><hkern g1="y,yacute,ydieresis" g2="j" k="100"/><hkern g1="y,yacute,ydieresis" g2="T" k="27"/><hkern g1="y,yacute,ydieresis" g2="v,w,yen" k="-10"/><hkern g1="y,yacute,ydieresis" g2="y,yacute,ydieresis" k="-3"/><hkern g1="y,yacute,ydieresis" g2="hyphen,uni00AD,divide,endash,emdash" k="50"/><hkern g1="y,yacute,ydieresis" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="35"/><hkern g1="y,yacute,ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="90"/><hkern g1="y,yacute,ydieresis" g2="numbersign" k="20"/><hkern g1="y,yacute,ydieresis" g2="dollar,s" k="7"/><hkern g1="y,yacute,ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="90"/><hkern g1="y,yacute,ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="83"/><hkern g1="y,yacute,ydieresis" g2="guillemotleft,guilsinglleft" k="10"/><hkern g1="y,yacute,ydieresis" g2="x" k="7"/><hkern g1="y,yacute,ydieresis" g2="slash" k="17"/><hkern g1="y,yacute,ydieresis" g2="ordfeminine" k="46"/><hkern g1="y,yacute,ydieresis" g2="bullet" k="26"/><hkern g1="y,yacute,ydieresis" g2="ordmasculine" k="-3"/><hkern g1="y,yacute,ydieresis" g2="periodcentered" k="26"/><hkern g1="G" g2="J" k="-7"/><hkern g1="G" g2="Y,Yacute,Ydieresis" k="23"/><hkern g1="G" g2="T" k="23"/><hkern g1="G" g2="V,W" k="20"/><hkern g1="G" g2="dollar,s" k="-13"/><hkern g1="T" g2="J" k="130"/><hkern g1="T" g2="j" k="127"/><hkern g1="T" g2="v,w,yen" k="27"/><hkern g1="T" g2="u,ugrave,uacute,ucircumflex,udieresis" k="74"/><hkern g1="T" g2="y,yacute,ydieresis" k="27"/><hkern g1="T" g2="t" k="33"/><hkern g1="T" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="40"/><hkern g1="T" g2="seven" k="27"/><hkern g1="T" g2="four" k="127"/><hkern g1="T" g2="hyphen,uni00AD,divide,endash,emdash" k="83"/><hkern g1="T" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="103"/><hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="110"/><hkern g1="T" g2="z" k="40"/><hkern g1="T" g2="numbersign" k="57"/><hkern g1="T" g2="dollar,s" k="84"/><hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="110"/><hkern g1="T" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="80"/><hkern g1="T" g2="guillemotleft,guilsinglleft" k="80"/><hkern g1="T" g2="x" k="47"/><hkern g1="T" g2="slash" k="47"/><hkern g1="T" g2="ampersand" k="94"/><hkern g1="T" g2="bullet" k="60"/><hkern g1="T" g2="one" k="53"/><hkern g1="T" g2="periodcentered" k="47"/><hkern g1="T" g2="six" k="87"/><hkern g1="T" g2="two" k="40"/><hkern g1="T" g2="nine" k="67"/><hkern g1="T" g2="three,eight" k="67"/><hkern g1="T" g2="S" k="20"/><hkern g1="T" g2="b,d,e,f,h,i,k,l,m,n,p,r,germandbls,egrave,eacute,ecircumflex,edieresis,igrave,iacute,icircumflex,idieresis,ntilde,thorn" k="81"/><hkern g1="T" g2="five" k="67"/><hkern g1="L" g2="J" k="-14"/><hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="34"/><hkern g1="L" g2="Y,Yacute,Ydieresis" k="130"/><hkern g1="L" g2="j" k="-7"/><hkern g1="L" g2="T" k="130"/><hkern g1="L" g2="v,w,yen" k="90"/><hkern g1="L" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20"/><hkern g1="L" g2="y,yacute,ydieresis" k="101"/><hkern g1="L" g2="V,W" k="101"/><hkern g1="L" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="80"/><hkern g1="L" g2="t" k="94"/><hkern g1="L" g2="question" k="80"/><hkern g1="L" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="50"/><hkern g1="L" g2="hyphen,uni00AD,divide,endash,emdash" k="80"/><hkern g1="L" g2="trademark" k="140"/><hkern g1="L" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="27"/><hkern g1="L" g2="backslash" k="100"/><hkern g1="L" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-8"/><hkern g1="L" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-3"/><hkern g1="L" g2="S" k="20"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="J" k="-20"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="60"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="Y,Yacute,Ydieresis" k="150"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="j" k="-20"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="T" k="120"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="v,w,yen" k="78"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="u,ugrave,uacute,ucircumflex,udieresis" k="28"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="y,yacute,ydieresis" k="90"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="V,W" k="97"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="83"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="t" k="101"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="43"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="four" k="20"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="hyphen,uni00AD,divide,endash,emdash" k="43"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="trademark" k="160"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="21"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="backslash" k="127"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-20"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="numbersign" k="-24"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-10"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="X" k="-5"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="x" k="-10"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="bullet" k="20"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="periodcentered" k="20"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="nine" k="20"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="S" k="10"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="asterisk" k="53"/><hkern g1="seven,v,w,yen" g2="J" k="80"/><hkern g1="seven,v,w,yen" g2="Y,Yacute,Ydieresis" k="10"/><hkern g1="seven,v,w,yen" g2="j" k="70"/><hkern g1="seven,v,w,yen" g2="T" k="27"/><hkern g1="seven,v,w,yen" g2="v,w,yen" k="-14"/><hkern g1="seven,v,w,yen" g2="y,yacute,ydieresis" k="-10"/><hkern g1="seven,v,w,yen" g2="seven" k="-3"/><hkern g1="seven,v,w,yen" g2="four" k="50"/><hkern g1="seven,v,w,yen" g2="hyphen,uni00AD,divide,endash,emdash" k="30"/><hkern g1="seven,v,w,yen" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20"/><hkern g1="seven,v,w,yen" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="78"/><hkern g1="seven,v,w,yen" g2="numbersign" k="23"/><hkern g1="seven,v,w,yen" g2="dollar,s" k="3"/><hkern g1="seven,v,w,yen" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="67"/><hkern g1="seven,v,w,yen" g2="X" k="3"/><hkern g1="seven,v,w,yen" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="74"/><hkern g1="seven,v,w,yen" g2="guillemotleft,guilsinglleft" k="10"/><hkern g1="seven,v,w,yen" g2="slash" k="84"/><hkern g1="seven,v,w,yen" g2="ordfeminine" k="34"/><hkern g1="seven,v,w,yen" g2="ordmasculine" k="-7"/><hkern g1="seven,v,w,yen" g2="six" k="37"/><hkern g1="seven,v,w,yen" g2="five" k="3"/><hkern g1="Y,Yacute,Ydieresis" g2="J" k="143"/><hkern g1="Y,Yacute,Ydieresis" g2="Y,Yacute,Ydieresis" k="-10"/><hkern g1="Y,Yacute,Ydieresis" g2="j" k="120"/><hkern g1="Y,Yacute,Ydieresis" g2="v,w,yen" k="10"/><hkern g1="Y,Yacute,Ydieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20"/><hkern g1="Y,Yacute,Ydieresis" g2="y,yacute,ydieresis" k="7"/><hkern g1="Y,Yacute,Ydieresis" g2="V,W" k="-10"/><hkern g1="Y,Yacute,Ydieresis" g2="t" k="20"/><hkern g1="Y,Yacute,Ydieresis" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="50"/><hkern g1="Y,Yacute,Ydieresis" g2="four" k="84"/><hkern g1="Y,Yacute,Ydieresis" g2="hyphen,uni00AD,divide,endash,emdash" k="76"/><hkern g1="Y,Yacute,Ydieresis" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="100"/><hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="150"/><hkern g1="Y,Yacute,Ydieresis" g2="z" k="34"/><hkern g1="Y,Yacute,Ydieresis" g2="numbersign" k="110"/><hkern g1="Y,Yacute,Ydieresis" g2="dollar,s" k="53"/><hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="107"/><hkern g1="Y,Yacute,Ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="83"/><hkern g1="Y,Yacute,Ydieresis" g2="guillemotleft,guilsinglleft" k="120"/><hkern g1="Y,Yacute,Ydieresis" g2="x" k="13"/><hkern g1="Y,Yacute,Ydieresis" g2="slash" k="104"/><hkern g1="Y,Yacute,Ydieresis" g2="ampersand" k="70"/><hkern g1="Y,Yacute,Ydieresis" g2="bullet" k="47"/><hkern g1="Y,Yacute,Ydieresis" g2="periodcentered" k="47"/><hkern g1="Y,Yacute,Ydieresis" g2="six" k="50"/><hkern g1="Y,Yacute,Ydieresis" g2="S" k="14"/><hkern g1="Y,Yacute,Ydieresis" g2="b,d,e,f,h,i,k,l,m,n,p,r,germandbls,egrave,eacute,ecircumflex,edieresis,igrave,iacute,icircumflex,idieresis,ntilde,thorn" k="40"/><hkern g1="Y,Yacute,Ydieresis" g2="five" k="40"/><hkern g1="Y,Yacute,Ydieresis" g2="guillemotright,guilsinglright" k="50"/><hkern g1="f" g2="J" k="76"/><hkern g1="f" g2="Y,Yacute,Ydieresis" k="7"/><hkern g1="f" g2="j" k="113"/><hkern g1="f" g2="T" k="53"/><hkern g1="f" g2="V,W" k="33"/><hkern g1="f" g2="four" k="53"/><hkern g1="f" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="16"/><hkern g1="f" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="94"/><hkern g1="f" g2="numbersign" k="33"/><hkern g1="f" g2="dollar,s" k="7"/><hkern g1="f" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="53"/><hkern g1="f" g2="X" k="20"/><hkern g1="f" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="117"/><hkern g1="f" g2="slash" k="57"/><hkern g1="f" g2="braceright" k="7"/><hkern g1="f" g2="bracketright" k="7"/><hkern g1="f" g2="ordfeminine" k="50"/><hkern g1="f" g2="ordmasculine" k="13"/><hkern g1="dollar,s" g2="J" k="-13"/><hkern g1="dollar,s" g2="Y,Yacute,Ydieresis" k="33"/><hkern g1="dollar,s" g2="j" k="-13"/><hkern g1="dollar,s" g2="T" k="80"/><hkern g1="dollar,s" g2="v,w,yen" k="3"/><hkern g1="dollar,s" g2="V,W" k="13"/><hkern g1="dollar,s" g2="t" k="20"/><hkern g1="dollar,s" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="10"/><hkern g1="dollar,s" g2="x" k="7"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="J" k="-34"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="37"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="Y,Yacute,Ydieresis" k="107"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="j" k="-7"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="T" k="110"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="v,w,yen" k="67"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="u,ugrave,uacute,ucircumflex,udieresis" k="37"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="y,yacute,ydieresis" k="90"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="V,W" k="89"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="67"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="t" k="67"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="30"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="four" k="27"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="hyphen,uni00AD,divide,endash,emdash" k="34"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="trademark" k="150"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="23"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="backslash" k="107"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-10"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="numbersign" k="-13"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-16"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="X" k="-16"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="guillemotleft,guilsinglleft" k="37"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="bullet" k="13"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="periodcentered" k="26"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="nine" k="54"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="asterisk" k="60"/><hkern g1="V,W" g2="J" k="100"/><hkern g1="V,W" g2="Y,Yacute,Ydieresis" k="-10"/><hkern g1="V,W" g2="j" k="103"/><hkern g1="V,W" g2="u,ugrave,uacute,ucircumflex,udieresis" k="13"/><hkern g1="V,W" g2="V,W" k="-10"/><hkern g1="V,W" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="30"/><hkern g1="V,W" g2="seven" k="-13"/><hkern g1="V,W" g2="four" k="91"/><hkern g1="V,W" g2="hyphen,uni00AD,divide,endash,emdash" k="70"/><hkern g1="V,W" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="60"/><hkern g1="V,W" g2="backslash" k="-50"/><hkern g1="V,W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="97"/><hkern g1="V,W" g2="z" k="16"/><hkern g1="V,W" g2="numbersign" k="50"/><hkern g1="V,W" g2="dollar,s" k="37"/><hkern g1="V,W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="89"/><hkern g1="V,W" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="76"/><hkern g1="V,W" g2="guillemotleft,guilsinglleft" k="100"/><hkern g1="V,W" g2="x" k="27"/><hkern g1="V,W" g2="slash" k="63"/><hkern g1="V,W" g2="ampersand" k="20"/><hkern g1="V,W" g2="ordmasculine" k="-5"/><hkern g1="V,W" g2="six" k="46"/><hkern g1="V,W" g2="S" k="3"/><hkern g1="V,W" g2="b,d,e,f,h,i,k,l,m,n,p,r,germandbls,egrave,eacute,ecircumflex,edieresis,igrave,iacute,icircumflex,idieresis,ntilde,thorn" k="23"/><hkern g1="V,W" g2="five" k="47"/><hkern g1="V,W" g2="guillemotright,guilsinglright" k="50"/><hkern g1="k" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="13"/><hkern g1="k" g2="Y,Yacute,Ydieresis" k="34"/><hkern g1="k" g2="j" k="-23"/><hkern g1="k" g2="T" k="53"/><hkern g1="k" g2="v,w,yen" k="7"/><hkern g1="k" g2="u,ugrave,uacute,ucircumflex,udieresis" k="13"/><hkern g1="k" g2="y,yacute,ydieresis" k="13"/><hkern g1="k" g2="V,W" k="13"/><hkern g1="k" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="30"/><hkern g1="k" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="28"/><hkern g1="k" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-20"/><hkern g1="k" g2="dollar,s" k="10"/><hkern g1="k" g2="ampersand" k="17"/><hkern g1="c,ccedilla,Euro" g2="Y,Yacute,Ydieresis" k="73"/><hkern g1="c,ccedilla,Euro" g2="T" k="20"/><hkern g1="c,ccedilla,Euro" g2="v,w,yen" k="7"/><hkern g1="c,ccedilla,Euro" g2="y,yacute,ydieresis" k="10"/><hkern g1="c,ccedilla,Euro" g2="V,W" k="30"/><hkern g1="c,ccedilla,Euro" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="16"/><hkern g1="c,ccedilla,Euro" g2="t" k="27"/><hkern g1="c,ccedilla,Euro" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="7"/><hkern g1="c,ccedilla,Euro" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="13"/><hkern g1="c,ccedilla,Euro" g2="x" k="7"/><hkern g1="c,ccedilla,Euro" g2="b,d,e,f,h,i,k,l,m,n,p,r,germandbls,egrave,eacute,ecircumflex,edieresis,igrave,iacute,icircumflex,idieresis,ntilde,thorn" k="13"/><hkern g1="x" g2="Y,Yacute,Ydieresis" k="13"/><hkern g1="x" g2="j" k="-27"/><hkern g1="x" g2="T" k="47"/><hkern g1="x" g2="u,ugrave,uacute,ucircumflex,udieresis" k="3"/><hkern g1="x" g2="y,yacute,ydieresis" k="7"/><hkern g1="x" g2="V,W" k="27"/><hkern g1="x" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="26"/><hkern g1="x" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-10"/><hkern g1="x" g2="dollar,s" k="7"/><hkern g1="x" g2="x" k="-10"/><hkern g1="x" g2="ordmasculine" k="-13"/><hkern g1="F" g2="J" k="146"/><hkern g1="F" g2="j" k="116"/><hkern g1="F" g2="v,w,yen" k="20"/><hkern g1="F" g2="y,yacute,ydieresis" k="27"/><hkern g1="F" g2="t" k="40"/><hkern g1="F" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="24"/><hkern g1="F" g2="four" k="70"/><hkern g1="F" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="48"/><hkern g1="F" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="110"/><hkern g1="F" g2="z" k="27"/><hkern g1="F" g2="numbersign" k="63"/><hkern g1="F" g2="dollar,s" k="27"/><hkern g1="F" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="113"/><hkern g1="F" g2="X" k="3"/><hkern g1="F" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="126"/><hkern g1="F" g2="slash" k="80"/><hkern g1="F" g2="ampersand" k="27"/><hkern g1="F" g2="six" k="44"/><hkern g1="F" g2="S" k="14"/><hkern g1="F" g2="b,d,e,f,h,i,k,l,m,n,p,r,germandbls,egrave,eacute,ecircumflex,edieresis,igrave,iacute,icircumflex,idieresis,ntilde,thorn" k="33"/><hkern g1="p,thorn" g2="J" k="60"/><hkern g1="p,thorn" g2="Y,Yacute,Ydieresis" k="64"/><hkern g1="p,thorn" g2="j" k="83"/><hkern g1="p,thorn" g2="T" k="87"/><hkern g1="p,thorn" g2="y,yacute,ydieresis" k="7"/><hkern g1="p,thorn" g2="V,W" k="23"/><hkern g1="p,thorn" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="16"/><hkern g1="p,thorn" g2="four" k="27"/><hkern g1="p,thorn" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="-3"/><hkern g1="p,thorn" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="57"/><hkern g1="p,thorn" g2="numbersign" k="27"/><hkern g1="p,thorn" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="53"/><hkern g1="p,thorn" g2="X" k="47"/><hkern g1="p,thorn" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="90"/><hkern g1="p,thorn" g2="x" k="13"/><hkern g1="p,thorn" g2="parenright" k="7"/><hkern g1="p,thorn" g2="slash" k="50"/><hkern g1="p,thorn" g2="braceright" k="13"/><hkern g1="p,thorn" g2="bracketright" k="10"/><hkern g1="p,thorn" g2="Z" k="13"/><hkern g1="p,thorn" g2="ordfeminine" k="13"/><hkern g1="S" g2="J" k="-13"/><hkern g1="S" g2="Y,Yacute,Ydieresis" k="14"/><hkern g1="S" g2="T" k="20"/><hkern g1="S" g2="X" k="5"/><hkern g1="S" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="10"/><hkern g1="h,i,m,n,sterling,igrave,iacute,icircumflex,idieresis,ntilde" g2="Y,Yacute,Ydieresis" k="40"/><hkern g1="h,i,m,n,sterling,igrave,iacute,icircumflex,idieresis,ntilde" g2="j" k="-7"/><hkern g1="h,i,m,n,sterling,igrave,iacute,icircumflex,idieresis,ntilde" g2="T" k="81"/><hkern g1="h,i,m,n,sterling,igrave,iacute,icircumflex,idieresis,ntilde" g2="V,W" k="23"/><hkern g1="K" g2="J" k="-23"/><hkern g1="K" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="20"/><hkern g1="K" g2="Y,Yacute,Ydieresis" k="13"/><hkern g1="K" g2="j" k="-16"/><hkern g1="K" g2="T" k="13"/><hkern g1="K" g2="v,w,yen" k="64"/><hkern g1="K" g2="u,ugrave,uacute,ucircumflex,udieresis" k="44"/><hkern g1="K" g2="y,yacute,ydieresis" k="70"/><hkern g1="K" g2="V,W" k="13"/><hkern g1="K" g2="t" k="70"/><hkern g1="K" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="45"/><hkern g1="K" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="44"/><hkern g1="K" g2="dollar,s" k="30"/><hkern g1="K" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-21"/><hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="Y,Yacute,Ydieresis" k="20"/><hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="j" k="10"/><hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="T" k="74"/><hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="V,W" k="13"/><hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="28"/><hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="37"/><hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="X" k="20"/><hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="40"/><hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="x" k="3"/><hkern g1="C,Ccedilla" g2="Y,Yacute,Ydieresis" k="10"/><hkern g1="C,Ccedilla" g2="T" k="30"/><hkern g1="C,Ccedilla" g2="V,W" k="10"/><hkern g1="C,Ccedilla" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="13"/><hkern g1="C,Ccedilla" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="36"/><hkern g1="C,Ccedilla" g2="numbersign" k="-20"/><hkern g1="C,Ccedilla" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="7"/><hkern g1="C,Ccedilla" g2="X" k="10"/><hkern g1="X" g2="J" k="-20"/><hkern g1="X" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="7"/><hkern g1="X" g2="v,w,yen" k="36"/><hkern g1="X" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20"/><hkern g1="X" g2="y,yacute,ydieresis" k="33"/><hkern g1="X" g2="t" k="30"/><hkern g1="X" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="33"/><hkern g1="X" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="33"/><hkern g1="X" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-5"/><hkern g1="X" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-16"/><hkern g1="X" g2="X" k="-10"/><hkern g1="X" g2="ampersand" k="13"/><hkern g1="X" g2="S" k="5"/><hkern g1="P,Thorn" g2="J" k="103"/><hkern g1="P,Thorn" g2="Y,Yacute,Ydieresis" k="10"/><hkern g1="P,Thorn" g2="j" k="103"/><hkern g1="P,Thorn" g2="T" k="27"/><hkern g1="P,Thorn" g2="v,w,yen" k="-7"/><hkern g1="P,Thorn" g2="u,ugrave,uacute,ucircumflex,udieresis" k="-13"/><hkern g1="P,Thorn" g2="y,yacute,ydieresis" k="-7"/><hkern g1="P,Thorn" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="-10"/><hkern g1="P,Thorn" g2="four" k="47"/><hkern g1="P,Thorn" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="70"/><hkern g1="P,Thorn" g2="numbersign" k="46"/><hkern g1="P,Thorn" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="83"/><hkern g1="P,Thorn" g2="X" k="33"/><hkern g1="P,Thorn" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="107"/><hkern g1="P,Thorn" g2="slash" k="60"/><hkern g1="P,Thorn" g2="Z" k="20"/><hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="Y,Yacute,Ydieresis" k="27"/><hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="j" k="-3"/><hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="T" k="33"/><hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="u,ugrave,uacute,ucircumflex,udieresis" k="7"/><hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20"/><hkern g1="guillemotleft,guilsinglleft" g2="V,W" k="50"/><hkern g1="guillemotleft,guilsinglleft" g2="Y,Yacute,Ydieresis" k="50"/><hkern g1="guillemotleft,guilsinglleft" g2="J" k="13"/><hkern g1="guillemotleft,guilsinglleft" g2="T" k="10"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="V,W" k="76"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="Y,Yacute,Ydieresis" k="83"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="J" k="-34"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="T" k="80"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="t" k="77"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="27"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="S" k="3"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="40"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="four" k="55"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="y,yacute,ydieresis" k="77"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="six" k="20"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="j" k="-27"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="one" k="47"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="nine" k="60"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="v,w,yen" k="74"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="27"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="numbersign" k="-10"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="40"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="dollar,s" k="3"/><hkern g1="four" g2="Y,Yacute,Ydieresis" k="20"/><hkern g1="four" g2="T" k="70"/><hkern g1="four" g2="backslash" k="53"/><hkern g1="four" g2="slash" k="-30"/><hkern g1="four" g2="ordmasculine" k="13"/><hkern g1="four" g2="seven" k="13"/><hkern g1="ampersand" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="13"/><hkern g1="ampersand" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="27"/><hkern g1="ampersand" g2="V,W" k="34"/><hkern g1="ampersand" g2="Y,Yacute,Ydieresis" k="83"/><hkern g1="ampersand" g2="J" k="40"/><hkern g1="ampersand" g2="T" k="110"/><hkern g1="ampersand" g2="t" k="50"/><hkern g1="ampersand" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="-10"/><hkern g1="ampersand" g2="y,yacute,ydieresis" k="27"/><hkern g1="ampersand" g2="j" k="47"/><hkern g1="ampersand" g2="one" k="37"/><hkern g1="ampersand" g2="v,w,yen" k="23"/><hkern g1="ampersand" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="-10"/><hkern g1="ampersand" g2="seven" k="57"/><hkern g1="ampersand" g2="x" k="20"/><hkern g1="ampersand" g2="two" k="37"/><hkern g1="ampersand" g2="X" k="33"/><hkern g1="ampersand" g2="z" k="13"/><hkern g1="ampersand" g2="three,eight" k="30"/><hkern g1="three,eight" g2="T" k="67"/><hkern g1="three,eight" g2="backslash" k="57"/><hkern g1="three,eight" g2="slash" k="-14"/><hkern g1="braceleft" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20"/><hkern g1="braceleft" g2="four" k="57"/><hkern g1="braceleft" g2="one" k="13"/><hkern g1="braceleft" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="44"/><hkern g1="numbersign" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="50"/><hkern g1="numbersign" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="60"/><hkern g1="numbersign" g2="V,W" k="-27"/><hkern g1="numbersign" g2="Y,Yacute,Ydieresis" k="7"/><hkern g1="numbersign" g2="T" k="-37"/><hkern g1="numbersign" g2="t" k="-30"/><hkern g1="numbersign" g2="y,yacute,ydieresis" k="-3"/><hkern g1="numbersign" g2="j" k="47"/><hkern g1="numbersign" g2="v,w,yen" k="-7"/><hkern g1="numbersign" g2="backslash" k="13"/><hkern g1="numbersign" g2="slash" k="53"/><hkern g1="numbersign" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="80"/><hkern g1="six" g2="V,W" k="70"/><hkern g1="six" g2="Y,Yacute,Ydieresis" k="64"/><hkern g1="six" g2="T" k="80"/><hkern g1="six" g2="y,yacute,ydieresis" k="46"/><hkern g1="six" g2="one" k="40"/><hkern g1="six" g2="v,w,yen" k="30"/><hkern g1="six" g2="backslash" k="73"/><hkern g1="six" g2="slash" k="-20"/><hkern g1="six" g2="seven" k="27"/><hkern g1="six" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="27"/><hkern g1="nine" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="50"/><hkern g1="nine" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="37"/><hkern g1="nine" g2="J" k="70"/><hkern g1="nine" g2="T" k="67"/><hkern g1="nine" g2="j" k="40"/><hkern g1="nine" g2="backslash" k="30"/><hkern g1="nine" g2="slash" k="13"/><hkern g1="nine" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="76"/><hkern g1="nine" g2="five" k="3"/><hkern g1="bullet" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="13"/><hkern g1="bullet" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20"/><hkern g1="bullet" g2="Y,Yacute,Ydieresis" k="47"/><hkern g1="bullet" g2="J" k="46"/><hkern g1="bullet" g2="T" k="60"/><hkern g1="bullet" g2="t" k="40"/><hkern g1="bullet" g2="y,yacute,ydieresis" k="26"/><hkern g1="bullet" g2="j" k="56"/><hkern g1="periodcentered" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="26"/><hkern g1="periodcentered" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20"/><hkern g1="periodcentered" g2="Y,Yacute,Ydieresis" k="47"/><hkern g1="periodcentered" g2="J" k="33"/><hkern g1="periodcentered" g2="T" k="47"/><hkern g1="periodcentered" g2="y,yacute,ydieresis" k="26"/><hkern g1="periodcentered" g2="j" k="20"/><hkern g1="slash" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="107"/><hkern g1="slash" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="127"/><hkern g1="slash" g2="t" k="-7"/><hkern g1="slash" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="7"/><hkern g1="slash" g2="S" k="26"/><hkern g1="slash" g2="four" k="133"/><hkern g1="slash" g2="six" k="100"/><hkern g1="slash" g2="j" k="53"/><hkern g1="slash" g2="one" k="80"/><hkern g1="slash" g2="nine" k="47"/><hkern g1="slash" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="83"/><hkern g1="slash" g2="numbersign" k="116"/><hkern g1="slash" g2="dollar,s" k="53"/><hkern g1="slash" g2="two" k="64"/><hkern g1="slash" g2="z" k="7"/><hkern g1="slash" g2="three,eight" k="80"/><hkern g1="slash" g2="five" k="56"/><hkern g1="two" g2="T" k="40"/><hkern g1="two" g2="backslash" k="46"/><hkern g1="two" g2="slash" k="-24"/><hkern g1="asterisk" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="60"/><hkern g1="asterisk" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="53"/><hkern g1="asterisk" g2="J" k="93"/><hkern g1="asterisk" g2="j" k="96"/><hkern g1="guillemotright,guilsinglright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="37"/><hkern g1="guillemotright,guilsinglright" g2="V,W" k="100"/><hkern g1="guillemotright,guilsinglright" g2="Y,Yacute,Ydieresis" k="120"/><hkern g1="guillemotright,guilsinglright" g2="J" k="36"/><hkern g1="guillemotright,guilsinglright" g2="T" k="80"/><hkern g1="guillemotright,guilsinglright" g2="t" k="7"/><hkern g1="guillemotright,guilsinglright" g2="y,yacute,ydieresis" k="23"/><hkern g1="guillemotright,guilsinglright" g2="j" k="37"/><hkern g1="guillemotright,guilsinglright" g2="v,w,yen" k="23"/><hkern g1="guillemotright,guilsinglright" g2="z" k="13"/><hkern g1="guillemotright,guilsinglright" g2="Z" k="13"/><hkern g1="parenleft" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="33"/><hkern g1="parenleft" g2="four" k="60"/><hkern g1="parenleft" g2="one" k="3"/><hkern g1="parenleft" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="34"/><hkern g1="backslash" g2="V,W" k="83"/><hkern g1="backslash" g2="Y,Yacute,Ydieresis" k="104"/><hkern g1="backslash" g2="T" k="47"/><hkern g1="backslash" g2="t" k="53"/><hkern g1="backslash" g2="four" k="-7"/><hkern g1="backslash" g2="y,yacute,ydieresis" k="70"/><hkern g1="backslash" g2="j" k="-20"/><hkern g1="backslash" g2="one" k="26"/><hkern g1="backslash" g2="nine" k="36"/><hkern g1="backslash" g2="v,w,yen" k="70"/><hkern g1="backslash" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="7"/><hkern g1="backslash" g2="seven" k="27"/><hkern g1="backslash" g2="two" k="-13"/><hkern g1="backslash" g2="z" k="-40"/><hkern g1="backslash" g2="three,eight" k="7"/><hkern g1="backslash" g2="five" k="-3"/><hkern g1="one" g2="T" k="7"/><hkern g1="one" g2="slash" k="-27"/><hkern g1="five" g2="Y,Yacute,Ydieresis" k="37"/><hkern g1="five" g2="T" k="67"/><hkern g1="five" g2="one" k="13"/><hkern g1="five" g2="backslash" k="30"/><hkern g1="five" g2="slash" k="-23"/><hkern g1="five" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="27"/><hkern g1="degree" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="34"/><hkern g1="bracketleft" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20"/><hkern g1="bracketleft" g2="four" k="57"/><hkern g1="bracketleft" g2="one" k="-7"/><hkern g1="bracketleft" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="26"/><hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="34"/><hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="43"/><hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="V,W" k="70"/><hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="Y,Yacute,Ydieresis" k="76"/><hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="J" k="60"/><hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="T" k="83"/><hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="t" k="60"/><hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="y,yacute,ydieresis" k="50"/><hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="j" k="66"/><hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="one" k="40"/><hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="v,w,yen" k="30"/><hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="seven" k="47"/><hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="96"/><hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="116"/><hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="J" k="87"/><hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="14"/><hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="S" k="37"/><hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="six" k="30"/><hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="j" k="80"/><hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="50"/><hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="-10"/><hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="dollar,s" k="50"/></font></defs></svg>