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,918 +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_wideultralight" horiz-adv-x="207" >
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="!" d="M117 700v-563h-27v563h27zM104 -10q-16 0 -25 9.5t-9 23.5t9.5 23t24.5 9q16 0 25 -9.5t9 -22.5q0 -15 -9 -24t-25 -9z" />
16
- <glyph unicode="&#x22;" horiz-adv-x="220" d="M75 700l-2 -217h-23l-2 217h27zM169 700l-2 -217h-23l-2 217h27z" />
17
- <glyph unicode="#" horiz-adv-x="658" d="M423 154h113l-6 -23h-114l-35 -131h-25l35 131h-207l-35 -131h-25l35 131h-114l6 23h115l68 254h-112l6 23h112l35 129h25l-35 -129h207l35 129h25l-35 -129h116l-6 -23h-116zM259 408l-68 -254h207l68 254h-207z" />
18
- <glyph unicode="$" horiz-adv-x="455" d="M415 141q0 -69 -45.5 -110t-124.5 -43v-78h-25v78q-159 9 -180 150l25 7q7 -64 53 -97.5t118 -33.5q70 0 111 33.5t41 93.5q0 36 -14 61.5t-42 40t-53 22t-62 15.5q-7 1 -11 2q-25 5 -40 9.5t-39.5 15.5t-38 25t-24.5 38.5t-11 56.5q0 62 42 101t117 43v79h25v-79 q148 -5 174 -134l-26 -7q-13 56 -49.5 85.5t-106.5 29.5q-71 0 -110 -32t-39 -85q0 -59 39 -84.5t114 -40.5q29 -6 47.5 -10.5t47 -16.5t45 -28t29.5 -43.5t13 -63.5z" />
19
- <glyph unicode="%" horiz-adv-x="688" d="M155 214q-119 0 -119 178t119 178t119 -178t-119 -178zM452 560l-189 -560h-29l189 560h29zM155 238q95 0 95 154t-95 154t-95 -154t95 -154zM533 -7q-119 0 -119 178q0 179 119 179t119 -179q0 -178 -119 -178zM533 17q95 0 95 154t-95 154t-95 -154t95 -154z" />
20
- <glyph unicode="&#x26;" horiz-adv-x="604" d="M481 280v-96q0 -97 -54.5 -146.5t-157.5 -49.5q-99 0 -152.5 43.5t-53.5 116.5q0 62 37 100t91 45v2q-47 9 -83 43t-36 93q0 66 47 103t136 37q53 0 96 -12t80 -47.5t48 -92.5l-25 -7q-31 133 -198 133q-157 0 -157 -112q0 -55 41.5 -90.5t116.5 -35.5h317v-26zM454 281 h-196q-74 0 -121 -34t-47 -99q0 -62 45.5 -98t133.5 -36q185 0 185 170v97z" />
21
- <glyph unicode="'" horiz-adv-x="126" d="M75 700l-2 -217h-23l-2 217h27z" />
22
- <glyph unicode="(" horiz-adv-x="320" d="M295 796l13 -24q-109 -40 -165 -154.5t-56 -323.5t56 -323.5t165 -154.5l-13 -24q-122 44 -178.5 168t-56.5 334t56.5 334t178.5 168z" />
23
- <glyph unicode=")" horiz-adv-x="320" d="M25 -208l-13 24q109 40 165 154.5t56 323.5t-56 323.5t-165 154.5l13 24q122 -44 178.5 -168t56.5 -334t-56.5 -334t-178.5 -168z" />
24
- <glyph unicode="*" horiz-adv-x="506" d="M276 527l85 -124l-21 -14l-87 122l-87 -122l-21 14l85 124l-140 45l8 23l142 -43v148h26v-148l142 43l8 -23z" />
25
- <glyph unicode="+" horiz-adv-x="668" d="M515 281h-167v-179h-29v179h-167v26h167v177h29v-177h167v-26z" />
26
- <glyph unicode="," horiz-adv-x="186" d="M105 -9q-17 -4 -28 4t-11 24q0 32 34 32q35 0 35 -42q0 -30 -19.5 -65.5t-53.5 -48.5l-14 13q25 10 41 36.5t16 46.5z" />
27
- <glyph unicode="-" horiz-adv-x="588" d="M475 281h-363v26h363v-26z" />
28
- <glyph unicode="." horiz-adv-x="186" d="M93 -10q-16 0 -25 9.5t-9 23.5t9.5 23t24.5 9q16 0 25 -9.5t9 -22.5q0 -15 -9.5 -24t-24.5 -9z" />
29
- <glyph unicode="/" horiz-adv-x="448" d="M418 700l-358 -700h-30l358 700h30z" />
30
- <glyph unicode="0" horiz-adv-x="508" d="M254 571q105 0 159.5 -76t54.5 -215t-54.5 -215.5t-159.5 -76.5q-106 0 -160 76t-54 216q0 139 54 215t160 76zM254 545q-94 0 -140.5 -69t-46.5 -196t46.5 -196.5t140.5 -69.5t140.5 69.5t46.5 196.5t-46.5 196t-140.5 69z" />
31
- <glyph unicode="1" horiz-adv-x="307" d="M190 0v447q0 18 1 39t1 32l1 12h-1l-9 -10q-9 -10 -20.5 -22t-15.5 -16l-79 -82l-18 18l141 142h26v-560h-27z" />
32
- <glyph unicode="2" horiz-adv-x="476" d="M51 0v31l212 174q72 59 102.5 102t30.5 94q0 62 -42 103t-121 41q-77 0 -116 -38.5t-42 -94.5l-25 7q6 76 59 114t128 38q87 0 136.5 -48t49.5 -125q0 -54 -31 -99.5t-111 -111.5l-195 -160l1 -1h82h257v-26h-375z" />
33
- <glyph unicode="3" horiz-adv-x="470" d="M312 295v-3q52 -7 85 -43t33 -95q0 -75 -53.5 -120.5t-135.5 -45.5t-137.5 45.5t-63.5 116.5l24 7q10 -68 58.5 -105.5t121.5 -37.5q77 0 117.5 41t40.5 101q0 62 -43 93.5t-120 31.5h-50v26h50q158 0 158 118q0 58 -40 89t-115 31q-86 0 -121.5 -37t-42.5 -96l-25 7 q9 78 61 115t132 37q88 0 133 -40t45 -103q0 -53 -31 -89t-81 -44z" />
34
- <glyph unicode="4" horiz-adv-x="501" d="M367 0h-27v163h-305v29l297 368h35v-371h84v-26h-84v-163zM340 406v124h-1l-276 -340l1 -1h108h168v217z" />
35
- <glyph unicode="5" horiz-adv-x="497" d="M94 294l1 -1q17 26 59 48t99 22q85 0 139.5 -51.5t54.5 -136.5t-55 -136t-140 -51q-77 0 -132 43.5t-70 119.5l25 6q12 -68 60.5 -105.5t116.5 -37.5q74 0 121 43.5t47 118.5q0 74 -47.5 117.5t-126.5 43.5q-62 0 -101.5 -25.5t-53.5 -60.5l-23 7l49 302h293v-26h-273 l-22 -133q-3 -18 -6 -35.5t-5.5 -29.5t-5 -22t-3.5 -15z" />
36
- <glyph unicode="6" horiz-adv-x="488" d="M96 301l2 -1q51 65 147 65q88 0 143 -52t55 -133q0 -84 -56.5 -138t-145.5 -54q-88 0 -143.5 54t-55.5 142t62 169l160 207h33zM242 14q77 0 125 45.5t49 120.5q1 72 -46.5 115.5t-127.5 43.5q-79 0 -126 -43.5t-47 -116.5q0 -74 47.5 -119.5t125.5 -45.5z" />
37
- <glyph unicode="7" horiz-adv-x="443" d="M418 536l-302 -536h-30l270 482q7 13 15.5 25.5t12.5 19.5l5 7l-1 1q-38 -1 -71 -1h-287v26h388v-24z" />
38
- <glyph unicode="8" horiz-adv-x="490" d="M40 148q0 64 42.5 102t100.5 42v2q-36 3 -76.5 38t-40.5 93q0 62 47.5 104t131.5 42q82 0 130.5 -42t48.5 -103q0 -41 -23 -72.5t-48.5 -44.5t-44.5 -15v-2q57 -4 99.5 -42.5t42.5 -101.5q0 -72 -56.5 -116t-148.5 -44t-148.5 44t-56.5 116zM92 424q0 -55 43.5 -87.5 t109.5 -31.5q69 1 111 34.5t42 85.5t-41.5 86t-111.5 34q-72 0 -112.5 -34t-40.5 -87zM67 149q0 -63 48 -99t130 -36t130 36t48 99q0 62 -47.5 96t-130.5 34t-130.5 -34t-47.5 -96z" />
39
- <glyph unicode="9" horiz-adv-x="497" d="M397 255l-1 1q-60 -66 -153 -66q-89 0 -143.5 52.5t-54.5 136.5q0 85 56.5 138.5t146.5 53.5q89 0 146.5 -52t57.5 -142q0 -55 -26.5 -107.5t-90.5 -129.5l-120 -140h-33zM248 545q-74 0 -125 -42t-51 -125q0 -82 50.5 -122t125.5 -40q77 0 127 42t50 122q0 82 -51 123.5 t-126 41.5z" />
40
- <glyph unicode=":" horiz-adv-x="186" d="M93 349q-16 0 -25 9.5t-9 23.5t9.5 23t24.5 9q16 0 25 -9.5t9 -22.5q0 -14 -9.5 -23.5t-24.5 -9.5zM93 -10q-16 0 -25 9.5t-9 23.5t9.5 23t24.5 9q16 0 25 -9.5t9 -22.5q0 -15 -9.5 -24t-24.5 -9z" />
41
- <glyph unicode=";" horiz-adv-x="186" d="M93 349q-16 0 -25 9.5t-9 23.5t9.5 23t24.5 9q16 0 25 -9.5t9 -22.5q0 -14 -9.5 -23.5t-24.5 -9.5zM105 -9q-17 -4 -28 4t-11 24q0 32 34 32q35 0 35 -42q0 -30 -19.5 -65.5t-53.5 -48.5l-14 13q25 10 41 36.5t16 46.5z" />
42
- <glyph unicode="&#x3c;" horiz-adv-x="668" d="M539 47l-451 232v32l451 232v-30l-425 -217v-2l425 -217v-30z" />
43
- <glyph unicode="=" horiz-adv-x="668" d="M515 358h-363v26h363v-26zM515 205h-363v26h363v-26z" />
44
- <glyph unicode="&#x3e;" horiz-adv-x="668" d="M554 294v2l-425 217v30l451 -232v-32l-451 -232v30z" />
45
- <glyph unicode="?" horiz-adv-x="555" d="M248 137v182q128 48 180.5 94.5t52.5 112.5q0 65 -45 113t-150 48q-176 0 -216 -163l-25 7q21 91 84 137t160 46q113 0 167 -55.5t54 -130.5q0 -44 -19 -81t-54.5 -63.5t-72.5 -45t-87 -36.5v-165h-29zM261 -10q-16 0 -25 9.5t-9 23.5t9.5 23t24.5 9q16 0 25 -9.5 t9 -22.5q0 -15 -9.5 -24t-24.5 -9z" />
46
- <glyph unicode="@" horiz-adv-x="782" d="M536 419v-228q0 -87 72 -87q48 0 75 43t27 121q0 143 -90.5 236.5t-229.5 93.5q-138 0 -228 -93.5t-90 -240.5q0 -146 85 -239t226 -93q154 0 233 79l20 -16q-48 -49 -120.5 -69t-131.5 -20q-154 0 -246.5 101.5t-92.5 257.5q0 155 98.5 257t247.5 102t247.5 -102 t98.5 -255q0 -88 -34.5 -138t-94.5 -50q-37 0 -64 23t-31 65h-2q-16 -42 -52.5 -65t-83.5 -23q-65 0 -112.5 48.5t-47.5 127.5q0 78 43.5 130t116.5 52q34 0 61 -10t41.5 -24.5t21.5 -25.5t9 -19h2v61h26zM375 105q61 0 95 38.5t40 98.5v30q0 62 -37 100.5t-98 38.5 q-64 0 -98.5 -43t-34.5 -113t37 -110t96 -40z" />
47
- <glyph unicode="A" horiz-adv-x="715" d="M552 230h-389l-104 -230h-29l315 700h25l315 -700h-29zM541 255l-95 211q-13 29 -35 80t-37 86l-16 36h-1l-15 -36q-16 -35 -38 -86t-35 -80l-95 -211h367z" />
48
- <glyph unicode="B" horiz-adv-x="618" d="M395 377v-3q27 -2 55.5 -12t57 -30t47 -57t18.5 -85q0 -93 -61 -141.5t-169 -48.5h-253v700h220q96 0 151.5 -45.5t55.5 -120.5q0 -70 -36 -108.5t-86 -48.5zM117 385h200q78 0 125.5 37.5t47.5 109.5q0 66 -49 104t-135 38h-189v-289zM117 26h228q92 0 146.5 40.5 t54.5 120.5t-60 126t-144 46h-225v-333z" />
49
- <glyph unicode="C" horiz-adv-x="781" d="M701 197l25 -7q-42 -95 -128 -148.5t-196 -53.5q-153 0 -255 100.5t-102 263.5q0 165 101 263.5t257 98.5q115 0 196.5 -52.5t116.5 -131.5l-25 -8q-10 22 -27.5 45t-50 53t-87 49t-121.5 19q-147 0 -240 -90.5t-93 -245.5q0 -154 94.5 -246t235.5 -92q98 0 178 48.5 t121 134.5z" />
50
- <glyph unicode="D" horiz-adv-x="715" d="M90 700h207q168 0 270.5 -95t102.5 -258q0 -161 -100.5 -254t-262.5 -93h-217v700zM117 26h190q147 0 241.5 84.5t94.5 236.5q0 154 -95.5 240.5t-250.5 86.5h-180v-648z" />
51
- <glyph unicode="E" horiz-adv-x="591" d="M90 0v700h446v-26h-419v-289h336v-26h-336v-333h419v-26h-446z" />
52
- <glyph unicode="F" horiz-adv-x="576" d="M536 674h-419v-297h336v-26h-336v-351h-27v700h446v-26z" />
53
- <glyph unicode="G" horiz-adv-x="797" d="M727 0h-26q0 46 0.5 76.5t0.5 43v14.5h-1q-15 -21 -36.5 -41.5t-58 -46.5t-90 -42t-114.5 -16q-153 0 -255 100t-102 263q0 165 102 264t258 99q115 0 196.5 -52.5t116.5 -131.5l-25 -8q-10 22 -27.5 45t-50 53t-87 49t-121.5 19q-148 0 -241.5 -90.5t-93.5 -244.5 q0 -155 94 -247t236 -92q106 0 188.5 50.5t110.5 108.5v142h-229v26h255v-341z" />
54
- <glyph unicode="H" horiz-adv-x="693" d="M576 0v359h-459v-359h-27v700h27v-315h459v315h27v-700h-27z" />
55
- <glyph unicode="I" d="M90 0v700h27v-700h-27z" />
56
- <glyph unicode="J" horiz-adv-x="470" d="M385 700v-440q0 -131 -55.5 -201.5t-160.5 -70.5q-102 0 -169 86l14 24q60 -84 156 -84q91 0 139 62.5t48 179.5v444h28z" />
57
- <glyph unicode="K" horiz-adv-x="613" d="M561 0l-297 402l-147 -149v-253h-27v700h27v-234v-44v-39t-0.5 -32.5t-0.5 -26.5v-19v-13v-4h1l138 141l269 271h34l-274 -278l309 -423z" />
58
- <glyph unicode="L" horiz-adv-x="560" d="M90 0v700h27v-674h403v-26h-430z" />
59
- <glyph unicode="M" horiz-adv-x="793" d="M676 0v406v36t0.5 45.5t1 48.5t0.5 47t0.5 39.5t0.5 27.5v11h-1l-3 -7q-3 -6 -11 -21.5t-19 -36.5t-30 -56t-42 -75l-166 -293h-21l-164 289q-23 41 -43 77t-31 57.5t-19 37t-11 21.5l-3 7h-1v-11q0 -10 0.5 -27.5t1 -39.5t0.5 -47t0.5 -48.5t0.5 -45.5v-36v-406h-27v700 h28l278 -497h1l278 497h28v-700h-27z" />
60
- <glyph unicode="N" horiz-adv-x="713" d="M596 0l-481 665h-1v-5q0 -5 0.5 -13t1 -19.5t0.5 -26t0.5 -30t0.5 -34v-35.5v-502h-27v700h27l481 -661h1v5q0 5 -0.5 13t-0.5 19.5t-0.5 26t-1 30t-0.5 33.5v35v499h27v-700h-27z" />
61
- <glyph unicode="O" horiz-adv-x="807" d="M45 351q0 162 103 262.5t255 100.5t255.5 -100.5t103.5 -262.5t-103.5 -262.5t-255.5 -100.5t-255 100.5t-103 262.5zM72 351q0 -154 94.5 -245.5t236.5 -91.5t237 91.5t95 245.5t-95 245.5t-237 91.5t-236.5 -91.5t-94.5 -245.5z" />
62
- <glyph unicode="P" horiz-adv-x="552" d="M90 700h181q120 0 185.5 -51t65.5 -152q0 -99 -66 -151t-185 -52h-154v-294h-27v700zM117 320h154q110 0 167 45t57 132q0 177 -224 177h-154v-354z" />
63
- <glyph unicode="Q" horiz-adv-x="807" d="M762 351q0 -158 -98.5 -258t-246.5 -105v-120h-29v120q-147 5 -245 105.5t-98 257.5q0 162 103 262.5t255 100.5t255.5 -100.5t103.5 -262.5zM403 14q142 0 237 91.5t95 245.5t-95 245.5t-237 91.5t-236.5 -91.5t-94.5 -245.5t94.5 -245.5t236.5 -91.5z" />
64
- <glyph unicode="R" horiz-adv-x="575" d="M491 0l-177 303q-18 -1 -82 -1h-115v-302h-27v700h182q118 0 184 -54t66 -152q0 -163 -178 -188l181 -306h-34zM117 327h160q218 0 218 167q0 91 -59.5 135.5t-165.5 44.5h-153v-347z" />
65
- <glyph unicode="S" horiz-adv-x="571" d="M40 190l26 7q3 -92 68.5 -137.5t167.5 -45.5q96 0 149 40.5t53 120.5q0 27 -6.5 49t-15.5 37.5t-26.5 28.5t-29.5 20.5t-36.5 15t-36 10.5t-38.5 8t-34 7q-39 9 -61 14.5t-56.5 20.5t-53.5 32.5t-34 48.5t-15 70q0 83 57 130t161 47q96 0 158.5 -42t81.5 -127l-26 -7 q-34 150 -213 150q-93 0 -142.5 -39t-49.5 -109q0 -41 16 -70.5t48.5 -47t62 -27t75.5 -18.5q31 -6 47.5 -9.5t46 -12t46.5 -17t39 -24t33.5 -34t20 -45.5t8.5 -59q0 -92 -60.5 -140t-171.5 -48q-47 0 -88 9t-79.5 30.5t-63 63t-28.5 99.5z" />
66
- <glyph unicode="T" horiz-adv-x="623" d="M583 674h-258v-674h-27v674h-258v26h543v-26z" />
67
- <glyph unicode="U" horiz-adv-x="687" d="M607 700v-420q0 -292 -264 -292q-263 0 -263 292v420h27v-424q0 -262 236 -262q121 0 179 65.5t58 196.5v424h27z" />
68
- <glyph unicode="V" horiz-adv-x="655" d="M339 0h-23l-296 700h28l166 -390q18 -43 36.5 -87t31.5 -76t23.5 -58t16.5 -40l5 -14h1l6 13q5 14 15 39.5t23 57t31 75t36 85.5l168 395h28z" />
69
- <glyph unicode="W" horiz-adv-x="915" d="M633 0l-109 333q-15 47 -31.5 101.5t-25.5 84.5l-9 30h-1l-9 -31q-9 -30 -25.5 -86t-33.5 -106l-107 -326h-23l-239 700h27l121 -354q18 -53 43.5 -129t42 -124.5t16.5 -49.5h1q0 1 14.5 48.5t35.5 114l33 104.5l91 278h25l91 -278l33 -104.5t35.5 -114t14.5 -48.5h1 q0 1 16 49.5t40 122.5t42 125l125 360h27l-239 -700h-23z" />
70
- <glyph unicode="X" horiz-adv-x="631" d="M578 0l-158 210q-32 42 -59 79t-36 49l-9 11h-1q-3 0 -108 -141l-154 -208h-33l278 367l-250 333h32l151 -201q86 -115 88 -115h1q1 0 84 115l147 201h32l-248 -335l276 -365h-33z" />
71
- <glyph unicode="Y" horiz-adv-x="622" d="M324 322v-322h-27v322l-277 378h32l187 -255l72 -97h1l8 11q8 11 25 34.5t35 48.5l190 258h32z" />
72
- <glyph unicode="Z" horiz-adv-x="646" d="M601 676l-440 -550q-18 -23 -34 -42.5t-24 -29.5t-14 -17t-8 -9l-2 -3l1 -1h4q4 0 10.5 0.5t15.5 1t21 0.5h25h445v-26h-556v24l442 552q24 31 45 55.5t29 33.5l8 9l-1 1h-2h-4t-7 -0.5t-10.5 -0.5h-14h-18h-22.5h-435v26h546v-24z" />
73
- <glyph unicode="[" horiz-adv-x="320" d="M279 -182v-26h-184v1004h184v-26h-154v-952h154z" />
74
- <glyph unicode="\" horiz-adv-x="448" d="M418 0h-30l-358 700h30z" />
75
- <glyph unicode="]" horiz-adv-x="320" d="M41 770v26h184v-1004h-184v26h154v952h-154z" />
76
- <glyph unicode="^" horiz-adv-x="668" d="M334 685l-247 -320l-22 15l253 328h32l253 -328l-22 -15z" />
77
- <glyph unicode="_" horiz-adv-x="723" d="M633 -21h-543v21h543v-21z" />
78
- <glyph unicode="`" horiz-adv-x="500" d="M214 902l99 -148h-30l-96 138z" />
79
- <glyph unicode="a" horiz-adv-x="579" d="M440 182h-302l-79 -182h-29l247 560h25l247 -560h-29zM429 208l-70 160q-68 155 -68 163h-2q0 -4 -73 -170l-67 -153h280z" />
80
- <glyph unicode="b" horiz-adv-x="533" d="M345 299v-3q53 -4 98 -39.5t45 -104.5t-49.5 -110.5t-130.5 -41.5h-218v560h196q71 0 116 -38.5t45 -94.5q0 -105 -102 -128zM117 307h164q54 0 96.5 30t42.5 87q0 47 -38 78.5t-100 31.5h-165v-227zM117 26h192q66 0 109 33t43 91q0 60 -45.5 95.5t-112.5 35.5h-186 v-255z" />
81
- <glyph unicode="c" horiz-adv-x="656" d="M575 158l26 -7q-36 -75 -106.5 -119t-158.5 -44q-124 0 -207.5 83t-83.5 209q0 125 83.5 208t206.5 83q83 0 154 -41t106 -124l-26 -7q-76 146 -231 146q-116 0 -191 -74t-75 -191t75 -191.5t189 -74.5q81 0 143 39.5t96 104.5z" />
82
- <glyph unicode="d" horiz-adv-x="612" d="M90 560h170q138 0 222.5 -76.5t84.5 -205.5q0 -128 -83 -203t-216 -75h-178v560zM117 26h150q120 0 196.5 66.5t76.5 185.5q0 120 -77 188t-204 68h-142v-508z" />
83
- <glyph unicode="e" horiz-adv-x="513" d="M90 0v560h363v-26h-336v-227h270v-26h-270v-255h341v-26h-368z" />
84
- <glyph unicode="f" horiz-adv-x="493" d="M453 534h-336v-235h254v-26h-254v-273h-27v560h363v-26z" />
85
- <glyph unicode="g" horiz-adv-x="675" d="M605 0h-26v31.5v25t0.5 18.5t0.5 13.5v9v4.5v2h-1q-91 -116 -239 -116q-129 0 -212 82.5t-83 208.5t83 209t205 83q80 0 152.5 -39.5t109.5 -125.5l-26 -7q-25 58 -84.5 102t-148.5 44q-114 0 -189 -74.5t-75 -191.5t75 -191t190 -74q87 0 152.5 40.5t89.5 87.5v97h-186 v26h212v-265z" />
86
- <glyph unicode="h" horiz-adv-x="613" d="M523 0h-27v281h-379v-281h-27v560h27v-253h379v253h27v-560z" />
87
- <glyph unicode="i" d="M90 0v560h27v-560h-27z" />
88
- <glyph unicode="j" horiz-adv-x="402" d="M317 560v-354q0 -105 -46 -161.5t-131 -56.5q-88 0 -140 65l15 21q47 -60 125 -60q73 0 111.5 48.5t38.5 140.5v357h27z" />
89
- <glyph unicode="k" horiz-adv-x="531" d="M478 0l-241 317l-120 -117v-200h-27v560h27v-185v-35v-30.5t-0.5 -26t-0.5 -21.5v-15.5v-10.5v-3h1q53 53 93 92l240 235h36l-230 -224l255 -336h-33z" />
90
- <glyph unicode="l" horiz-adv-x="478" d="M90 0v560h27v-534h321v-26h-348z" />
91
- <glyph unicode="m" horiz-adv-x="686" d="M569 0v316l1 206h-1l-215 -384h-24l-214 385h-1v-9q0 -8 0.5 -22t0.5 -32v-38t0.5 -39t0.5 -37v-30v-316h-27v560h34l145 -258q21 -39 40 -73.5t26 -48.5l7 -13h2l7 13q7 14 26 49t41 74l144 257h34v-560h-27z" />
92
- <glyph unicode="n" horiz-adv-x="613" d="M523 0h-26l-381 521h-1v-4q0 -4 0.5 -10.5t0.5 -15.5v-21t0.5 -24t0.5 -27v-29v-390h-27v560h27l380 -516h1v4q0 4 -0.5 10.5t-0.5 15v20t-0.5 24t-0.5 26.5v28v388h27v-560z" />
93
- <glyph unicode="o" horiz-adv-x="667" d="M45 279q0 126 83.5 209t204.5 83t205 -83.5t84 -208.5t-84 -208t-205 -83t-204.5 83t-83.5 208zM72 279q0 -116 75 -190.5t186 -74.5t186.5 74.5t75.5 190.5q0 117 -75.5 191.5t-186.5 74.5t-186 -74.5t-75 -191.5z" />
94
- <glyph unicode="p" horiz-adv-x="478" d="M90 560h151q101 0 154 -42t53 -117t-53 -116.5t-154 -41.5h-124v-243h-27v560zM117 269h125q87 0 133 35t46 97q0 63 -46 98t-133 35h-125v-265z" />
95
- <glyph unicode="q" horiz-adv-x="667" d="M622 279q0 -121 -79.5 -203.5t-196.5 -87.5v-104h-27v104q-116 5 -195 87.5t-79 203.5q0 126 83.5 209t204.5 83t205 -83.5t84 -208.5zM333 14q111 0 186.5 74.5t75.5 190.5q0 117 -75.5 191.5t-186.5 74.5t-186 -74.5t-75 -191.5q0 -116 75 -190.5t186 -74.5z" />
96
- <glyph unicode="r" horiz-adv-x="507" d="M426 0l-153 251q-30 -2 -69 -2h-87v-249h-27v560h152q98 0 152 -39t54 -114q0 -65 -39 -104.5t-107 -48.5l155 -254h-31zM117 275h124q180 0 180 130q0 129 -180 129h-124v-259z" />
97
- <glyph unicode="s" horiz-adv-x="475" d="M40 138l25 7q7 -64 56 -97.5t126 -33.5q75 0 118 32t43 95q0 30 -10.5 52.5t-27 36t-40 23t-47.5 15.5t-51 11q-11 2 -17 3q-26 5 -42.5 9.5t-41.5 15.5t-40 25t-26 39t-11 56q0 68 47.5 106t134.5 38q166 0 195 -134l-26 -7q-13 56 -52 85.5t-114 29.5q-76 0 -117 -30.5 t-41 -86.5q0 -59 41.5 -84.5t120.5 -40.5q91 -17 128 -40q64 -41 64 -122q0 -74 -50 -113.5t-138 -39.5q-34 0 -64 6.5t-61.5 21.5t-53 46.5t-28.5 75.5z" />
98
- <glyph unicode="t" horiz-adv-x="521" d="M481 534h-207v-534h-27v534h-207v26h441v-26z" />
99
- <glyph unicode="u" horiz-adv-x="596" d="M516 560v-339q0 -233 -219 -233q-217 0 -217 233v339h27v-342q0 -204 191 -204t191 204v342h27z" />
100
- <glyph unicode="v" horiz-adv-x="577" d="M300 0h-24l-256 560h29l141 -307q19 -42 36.5 -80t28 -62t18.5 -41.5t11 -25.5l4 -9h1l3 8q4 8 11.5 25t18 40.5t27.5 61t37 80.5l143 310h28z" />
101
- <glyph unicode="w" horiz-adv-x="763" d="M523 0l-78 235q-17 51 -33 101t-23 73l-7 23h-1l-7 -24q-8 -23 -24 -73t-33 -101l-77 -234h-24l-196 560h28l101 -291q22 -62 41.5 -121t27.5 -86l9 -26h1l8 26q8 25 25 77t33 101l76 232h23l76 -232q16 -49 33 -101t25 -77l8 -26h1l8 26q9 27 28.5 86t41.5 121l101 291 h28l-196 -560h-24z" />
102
- <glyph unicode="x" horiz-adv-x="540" d="M487 0l-125 157q-27 34 -52.5 66t-33.5 42l-8 10h-1q-1 0 -95 -121l-120 -154h-32l230 293l-210 267h32l100 -126q27 -34 53 -67t35 -45l10 -12h1l9 12q10 13 36.5 47t53.5 69l95 122h32l-211 -269l234 -291h-33z" />
103
- <glyph unicode="y" horiz-adv-x="509" d="M268 0h-27v256l-221 304h32l110 -152l92 -126h1q3 3 94 127l109 151h31l-221 -304v-256z" />
104
- <glyph unicode="z" horiz-adv-x="547" d="M502 536l-313 -381l-109 -129l1 -1q22 1 63 1h358v-26h-457v24l322 388q36 43 62 74t33 40l7 8h-1h-64h-351v26h449v-24z" />
105
- <glyph unicode="{" horiz-adv-x="360" d="M183 606v-154q0 -126 -65 -158q11 -5 23 -15t27 -48.5t15 -95.5v-153q0 -92 35.5 -128t98.5 -36v-26q-76 0 -118.5 45.5t-42.5 154.5v148q0 38 -6 66t-13.5 41.5t-18 21.5t-16 9.5t-11.5 2.5h-1v26q27 5 41 26q25 36 25 115v148q0 109 42.5 154.5t118.5 45.5v-26 q-63 0 -98.5 -36t-35.5 -128z" />
106
- <glyph unicode="|" horiz-adv-x="147" d="M60 775h27v-849h-27v849z" />
107
- <glyph unicode="}" horiz-adv-x="360" d="M177 -18v154q0 126 65 158q-11 5 -23 15t-27 48.5t-15 95.5v153q0 92 -35.5 128t-98.5 36v26q76 0 118.5 -45.5t42.5 -154.5v-148q0 -38 6 -66t13.5 -41.5t18 -21.5t16 -9.5t11.5 -2.5h1v-26q-27 -5 -41 -26q-25 -36 -25 -115v-148q0 -109 -42.5 -154.5t-118.5 -45.5v26 q63 0 98.5 36t35.5 128z" />
108
- <glyph unicode="~" horiz-adv-x="668" d="M531 334l5 -26q-35 -45 -107 -45q-35 0 -96 22.5t-98 22.5q-51 0 -96 -48l-7 25q43 50 108 50q35 0 95.5 -22.5t97.5 -22.5q54 0 98 44z" />
109
- <glyph unicode="&#xa1;" d="M104 710q16 0 25 -9.5t9 -23.5t-9.5 -23t-24.5 -9q-16 0 -25 9.5t-9 22.5q0 15 9 24t25 9zM91 0v563h27v-563h-27z" />
110
- <glyph unicode="&#xa2;" horiz-adv-x="589" d="M299 49q68 0 122 33t82 92l25 -8q-29 -65 -86.5 -102t-128.5 -41v-111h-25v111q-107 4 -175 74t-68 182q0 111 67 181.5t175 75.5v104h26v-104q74 -3 134 -42t87 -115l-25 -7q-23 62 -76 100t-129 38q-104 0 -168 -63t-64 -167t64 -167.5t163 -63.5z" />
111
- <glyph unicode="&#xa3;" horiz-adv-x="496" d="M452 26v-26h-416v26q45 8 60.5 38.5t15.5 83.5q0 37 -8 123h-68v26h65q-8 82 -8 107q0 86 45.5 126.5t122.5 40.5q155 0 175 -149l-25 -7q-10 62 -44.5 96t-105.5 34q-141 0 -141 -140q0 -24 8 -108h222v-26h-219q8 -84 8 -122q0 -105 -56 -124l1 -1h32q31 1 80 1.5 t92 0.5h164z" />
112
- <glyph unicode="&#xa4;" horiz-adv-x="636" d="M574 530l-72 -72q73 -75 73 -179q0 -93 -61 -165l77 -78l-18 -18l-76 77q-77 -72 -179 -72q-100 0 -179 72l-77 -77l-17 18l78 79q-61 71 -61 164q0 104 72 179l-73 72l18 18l75 -73q73 61 164 61q94 0 165 -60l74 72zM318 510q-96 0 -162.5 -67.5t-66.5 -163.5 t66.5 -163t162.5 -67t163 67t67 163t-67 163.5t-163 67.5z" />
113
- <glyph unicode="&#xa5;" horiz-adv-x="469" d="M300 335h113v-26h-130l-35 -53v-7h165v-26h-165v-223h-27v223h-165v26h165v7l-35 53h-130v26h113l-149 225h32l121 -185l61 -93h1q6 6 62 93l121 185h31z" />
114
- <glyph unicode="&#xa6;" horiz-adv-x="147" d="M87 490h-27v285h27v-285zM87 -74h-27v285h27v-285z" />
115
- <glyph unicode="&#xa7;" horiz-adv-x="668" d="M460 249q52 -15 78.5 -42.5t26.5 -75.5q0 -73 -59 -108t-162 -35q-42 0 -78.5 5.5t-76.5 19.5t-65 43.5t-29 72.5l26 7q8 -122 222 -122q195 0 195 117q0 25 -10.5 43t-25 29t-48 20.5t-60.5 14t-83 13.5q-29 4 -46 7.5t-45.5 10.5t-46 16t-36 22t-27.5 32t-9 43 q0 45 32.5 72.5t86.5 37.5q-109 32 -109 109q0 33 18.5 56.5t50 35t64.5 16.5t70 5q204 0 229 -143l-25 -7q-15 68 -68 95.5t-140 27.5q-172 0 -172 -86q0 -18 6.5 -31.5t21 -24t30 -17.5t43 -13.5t49 -10.5t58.5 -10q50 -8 75 -13t59 -15t49 -22t26.5 -32.5t11.5 -48.5 q0 -90 -107 -114zM128 381q0 -26 14 -44t45.5 -30t61.5 -18.5t83 -14.5q50 -7 78 -13q59 8 94.5 33t35.5 66q0 20 -7 35.5t-23.5 26.5t-31.5 18.5t-42.5 13t-44 8.5t-47.5 7q-5 1 -7.5 1t-7 1t-7.5 1q-45 7 -53 9q-141 -17 -141 -100z" />
116
- <glyph unicode="&#xa8;" horiz-adv-x="500" d="M162 785q-11 0 -19.5 8.5t-8.5 20.5t8.5 20.5t19.5 8.5q12 0 20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM336 785q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5t20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5z" />
117
- <glyph unicode="&#xa9;" horiz-adv-x="817" d="M408 629q153 0 258.5 -103.5t105.5 -260.5t-105.5 -260.5t-258.5 -103.5q-152 0 -257.5 103.5t-105.5 260.5t105.5 260.5t257.5 103.5zM408 603q-145 0 -240.5 -93t-95.5 -244t95.5 -245t240.5 -94t241 93.5t96 245.5t-96 244.5t-241 92.5zM554 189l25 -8 q-23 -49 -71 -77.5t-108 -28.5q-84 0 -138 54t-54 137q0 85 56 138t139 53q60 0 108.5 -29.5t65.5 -85.5l-25 -7q-6 30 -43 63.5t-104 33.5q-75 0 -122.5 -45t-47.5 -120q0 -74 46 -120t120 -46q52 0 92 24t61 64z" />
118
- <glyph unicode="&#xaa;" horiz-adv-x="383" d="M62 235h-27l147 325h19l147 -325h-27l-43 94h-173zM192 525h-1l-5 -12q-5 -12 -15.5 -37t-21.5 -49l-34 -74h153l-34 74q-11 24 -21.5 49t-15.5 37zM35 164h313v-26h-313v26z" />
119
- <glyph unicode="&#xab;" horiz-adv-x="590" d="M295 511l19 -18l-218 -215v-2l218 -215l-19 -18l-235 234zM511 511l19 -18l-218 -215v-2l218 -215l-19 -18l-235 234z" />
120
- <glyph unicode="&#xad;" horiz-adv-x="588" d="M475 281h-363v26h363v-26z" />
121
- <glyph unicode="&#xae;" horiz-adv-x="817" d="M408 629q153 0 258.5 -103.5t105.5 -260.5t-105.5 -260.5t-258.5 -103.5q-152 0 -257.5 103.5t-105.5 260.5t105.5 260.5t257.5 103.5zM408 603q-145 0 -240.5 -93t-95.5 -244t95.5 -245t240.5 -94t241 93.5t96 245.5t-96 244.5t-241 92.5zM518 82l-97 162q-18 -2 -43 -2 h-51v-160h-27v369h104q64 0 100 -26.5t36 -76.5q0 -42 -24.5 -68t-67.5 -33l99 -165h-29zM327 268h77q109 0 109 78q0 79 -109 79h-77v-157z" />
122
- <glyph unicode="&#xaf;" horiz-adv-x="500" d="M383 787h-266v25h266v-25z" />
123
- <glyph unicode="&#xb0;" horiz-adv-x="234" d="M117 604q-42 0 -69.5 28t-27.5 70t27.5 70t69.5 28t69.5 -28t27.5 -70t-27.5 -70t-69.5 -28zM117 629q32 0 52.5 21t20.5 52q0 32 -20 52.5t-53 20.5t-53 -20.5t-20 -52.5q0 -31 20.5 -52t52.5 -21z" />
124
- <glyph unicode="&#xb1;" horiz-adv-x="668" d="M515 321v-26h-167v-179h-29v179h-167v26h167v177h29v-177h167zM152 26h363v-26h-363v26z" />
125
- <glyph unicode="&#xb2;" horiz-adv-x="340" d="M33 469v26l185 150q60 49 60 110q0 40 -27 64.5t-77 24.5q-48 0 -73 -19.5t-36 -63.5l-24 7q22 102 133 102q60 0 95.5 -32.5t35.5 -84.5q0 -68 -79 -132q-28 -23 -66.5 -53t-65 -50.5t-28.5 -22.5l1 -3q21 3 89 3h152v-26h-275z" />
126
- <glyph unicode="&#xb3;" horiz-adv-x="340" d="M217 675v-3q41 -5 67 -31t26 -67q0 -50 -38 -81.5t-94 -31.5q-59 0 -101 34.5t-46 90.5l28 6q1 -46 34 -75.5t86 -29.5q50 0 77 25.5t27 61.5q0 38 -30 62.5t-79 24.5h-37v24h37q48 0 77 23.5t29 58.5q0 31 -25 54t-83 23q-52 0 -74 -20.5t-31 -62.5l-24 7 q17 102 132 102q66 0 99 -29t33 -72q0 -39 -26 -65.5t-64 -28.5z" />
127
- <glyph unicode="&#xb4;" horiz-adv-x="500" d="M217 754h-30l99 148l27 -10z" />
128
- <glyph unicode="&#xb6;" horiz-adv-x="508" d="M391 -140v674h-104v-674h-27v354q-108 0 -161.5 47.5t-53.5 125.5t53.5 125.5t161.5 47.5h158v-700h-27z" />
129
- <glyph unicode="&#xb7;" horiz-adv-x="186" d="M93 249q-16 0 -25 9.5t-9 23.5t9.5 23t24.5 9q16 0 25 -9.5t9 -22.5q0 -14 -9.5 -23.5t-24.5 -9.5z" />
130
- <glyph unicode="&#xb8;" horiz-adv-x="500" d="M354 -97q0 -34 -26.5 -53t-74.5 -19q-49 0 -77 18v27q27 -19 76 -19q75 0 75 47q0 27 -25.5 39t-78.5 14v43h27v-22q104 -10 104 -75z" />
131
- <glyph unicode="&#xb9;" horiz-adv-x="340" d="M293 469h-231v26h102v241v19t0.5 24t1 23t0.5 18v8h-2l-30 -30l-56 -55l-18 18l105 101h26v-367h102v-26z" />
132
- <glyph unicode="&#xba;" horiz-adv-x="419" d="M35 396q0 75 50.5 125t123.5 50t124 -50t51 -125q0 -74 -51 -124t-124 -50t-123.5 50t-50.5 124zM61 396q0 -64 42.5 -106t105.5 -42t105.5 42t42.5 106t-42.5 106.5t-105.5 42.5t-105.5 -42.5t-42.5 -106.5zM375 138h-329v26h329v-26z" />
133
- <glyph unicode="&#xbb;" horiz-adv-x="590" d="M79 43l-19 18l218 215v2l-218 215l19 18l235 -234zM295 43l-19 18l218 215v2l-218 215l19 18l235 -234z" />
134
- <glyph unicode="&#xbc;" horiz-adv-x="798" d="M293 307h-231v26h102v241v19t0.5 24t1 23t0.5 18v8h-2l-30 -30l-56 -55l-18 18l105 101h26v-367h102v-26zM518 700l-210 -700h-28l209 700h29zM703 0h-27v111h-199v30l199 252h27v-256h77v-26h-77v-111zM676 137v103q0 14 0.5 28t0.5 25t0.5 21t1.5 17.5t1 13v8.5l1 3h-2 q-1 0 -86 -108.5t-85 -109.5l1 -2h3h10t13.5 0.5t17.5 0.5h20h103z" />
135
- <glyph unicode="&#xbd;" horiz-adv-x="798" d="M293 307h-231v26h102v241v19t0.5 24t1 23t0.5 18v8h-2l-30 -30l-56 -55l-18 18l105 101h26v-367h102v-26zM518 700l-210 -700h-28l209 700h29zM491 0v26l185 150q60 49 60 110q0 40 -27 64.5t-77 24.5q-48 0 -73 -19.5t-36 -63.5l-24 7q22 102 133 102q60 0 95.5 -32.5 t35.5 -84.5q0 -68 -79 -132q-28 -23 -66.5 -53t-65 -50.5t-28.5 -22.5l1 -3q21 3 89 3h152v-26h-275z" />
136
- <glyph unicode="&#xbe;" horiz-adv-x="798" d="M217 513v-3q41 -5 67 -31t26 -67q0 -50 -38 -81.5t-94 -31.5q-59 0 -101 34.5t-46 90.5l28 6q1 -46 34 -75.5t86 -29.5q50 0 77 25.5t27 61.5q0 38 -30 62.5t-79 24.5h-37v24h37q48 0 77 23.5t29 58.5q0 31 -25 54t-83 23q-52 0 -74 -20.5t-31 -62.5l-24 7 q17 102 132 102q66 0 99 -29t33 -72q0 -39 -26 -65.5t-64 -28.5zM518 700l-210 -700h-28l209 700h29zM703 0h-27v111h-199v30l199 252h27v-256h77v-26h-77v-111zM676 137v103q0 14 0.5 28t0.5 25t0.5 21t1.5 17.5t1 13v8.5l1 3h-2q-1 0 -86 -108.5t-85 -109.5l1 -2h3h10 t13.5 0.5t17.5 0.5h20h103z" />
137
- <glyph unicode="&#xbf;" horiz-adv-x="555" d="M294 710q16 0 25 -9.5t9 -23.5t-9.5 -23t-24.5 -9q-16 0 -25 9.5t-9 22.5q0 15 9 24t25 9zM307 563v-182q-128 -48 -180.5 -94.5t-52.5 -112.5q0 -65 45 -113t150 -48q176 0 216 163l25 -7q-21 -91 -84 -137t-160 -46q-113 0 -167 55.5t-54 130.5q0 44 19 81t54.5 63.5 t72.5 45t87 36.5v165h29z" />
138
- <glyph unicode="&#xc0;" horiz-adv-x="715" d="M355 754l-96 138l27 10l99 -148h-30zM552 230h-389l-104 -230h-29l315 700h25l315 -700h-29zM541 255l-95 211q-13 29 -35 80t-37 86l-16 36h-1l-15 -36q-16 -35 -38 -86t-35 -80l-95 -211h367z" />
139
- <glyph unicode="&#xc1;" horiz-adv-x="715" d="M350 754h-30l99 148l27 -10zM552 230h-389l-104 -230h-29l315 700h25l315 -700h-29zM541 255l-95 211q-13 29 -35 80t-37 86l-16 36h-1l-15 -36q-16 -35 -38 -86t-35 -80l-95 -211h367z" />
140
- <glyph unicode="&#xc2;" horiz-adv-x="715" d="M253 767l-17 18l121 110l120 -111l-17 -18l-103 96zM552 230h-389l-104 -230h-29l315 700h25l315 -700h-29zM541 255l-95 211q-13 29 -35 80t-37 86l-16 36h-1l-15 -36q-16 -35 -38 -86t-35 -80l-95 -211h367z" />
141
- <glyph unicode="&#xc3;" horiz-adv-x="715" d="M289 824q-40 0 -60 -29l-12 20l3 3q3 4 4 5.5t4.5 5t6 5.5t7 5t9 5t10.5 3.5t12.5 2.5t14.5 1q25 0 64 -18.5t67 -18.5q35 0 58 25l12 -20q-28 -32 -71 -32q-26 0 -65.5 18.5t-63.5 18.5zM552 230h-389l-104 -230h-29l315 700h25l315 -700h-29zM541 255l-95 211 q-13 29 -35 80t-37 86l-16 36h-1l-15 -36q-16 -35 -38 -86t-35 -80l-95 -211h367z" />
142
- <glyph unicode="&#xc4;" horiz-adv-x="715" d="M270 785q-11 0 -19.5 8.5t-8.5 20.5t8.5 20.5t19.5 8.5q12 0 20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM444 785q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5t20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM552 230h-389l-104 -230h-29l315 700h25l315 -700h-29z M541 255l-95 211q-13 29 -35 80t-37 86l-16 36h-1l-15 -36q-16 -35 -38 -86t-35 -80l-95 -211h367z" />
143
- <glyph unicode="&#xc5;" horiz-adv-x="715" d="M357 744q-35 0 -56.5 22t-21.5 54t21.5 54t56.5 22t56.5 -22t21.5 -54t-21.5 -54t-56.5 -22zM357 873q-24 0 -39 -15t-15 -38t15 -38t39 -15t39 15t15 38t-15 38t-39 15zM552 230h-389l-104 -230h-29l315 700h25l315 -700h-29zM541 255l-95 211q-13 29 -35 80t-37 86 l-16 36h-1l-15 -36q-16 -35 -38 -86t-35 -80l-95 -211h367z" />
144
- <glyph unicode="&#xc6;" horiz-adv-x="971" d="M497 674v-289h336v-26h-336v-333h419v-26h-446v230h-308l-103 -230h-29l316 700h570v-26h-419zM470 255v419h-109l-188 -419h297z" />
145
- <glyph unicode="&#xc7;" horiz-adv-x="781" d="M701 197l25 -7q-41 -93 -124 -146.5t-190 -55.5v-10q104 -10 104 -75q0 -34 -26.5 -53t-74.5 -19q-49 0 -77 18v27q27 -19 76 -19q75 0 75 47q0 27 -25.5 39t-78.5 14v31q-147 6 -243.5 105.5t-96.5 258.5q0 165 101 263.5t257 98.5q115 0 196.5 -52.5t116.5 -131.5 l-25 -8q-10 22 -27.5 45t-50 53t-87 49t-121.5 19q-147 0 -240 -90.5t-93 -245.5q0 -154 94.5 -246t235.5 -92q98 0 178 48.5t121 134.5z" />
146
- <glyph unicode="&#xc8;" horiz-adv-x="591" d="M247 902l99 -148h-30l-96 138zM90 0v700h446v-26h-419v-289h336v-26h-336v-333h419v-26h-446z" />
147
- <glyph unicode="&#xc9;" horiz-adv-x="591" d="M311 754h-30l99 148l27 -10zM90 0v700h446v-26h-419v-289h336v-26h-336v-333h419v-26h-446z" />
148
- <glyph unicode="&#xca;" horiz-adv-x="591" d="M438 784l-17 -18l-103 96l-104 -95l-17 18l121 110zM90 0v700h446v-26h-419v-289h336v-26h-336v-333h419v-26h-446z" />
149
- <glyph unicode="&#xcb;" horiz-adv-x="591" d="M231 785q-11 0 -19.5 8.5t-8.5 20.5t8.5 20.5t19.5 8.5q12 0 20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM405 785q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5t20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM90 0v700h446v-26h-419v-289h336v-26h-336v-333h419v-26 h-446z" />
150
- <glyph unicode="&#xcc;" d="M33 902l99 -148h-30l-96 138zM90 0v700h27v-700h-27z" />
151
- <glyph unicode="&#xcd;" d="M97 754h-30l99 148l27 -10zM90 0v700h27v-700h-27z" />
152
- <glyph unicode="&#xce;" d="M205 784l-17 -18l-84 92l-84 -91l-17 18l101 110zM90 0v700h27v-700h-27z" />
153
- <glyph unicode="&#xcf;" d="M57 785q-11 0 -19.5 8.5t-8.5 20.5t8.5 20.5t19.5 8.5q12 0 20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM151 785q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5t20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM90 0v700h27v-700h-27z" />
154
- <glyph unicode="&#xd0;" horiz-adv-x="715" d="M90 700h207q168 0 270.5 -95t102.5 -258q0 -161 -100.5 -254t-262.5 -93h-217v359h-78v26h78v315zM117 26h190q147 0 241.5 84.5t94.5 236.5q0 154 -95.5 240.5t-250.5 86.5h-180v-289h198v-26h-198v-333z" />
155
- <glyph unicode="&#xd1;" horiz-adv-x="713" d="M486 839l12 -20q-28 -32 -71 -32q-26 0 -65.5 18.5t-63.5 18.5q-40 0 -60 -29l-12 20l3 3q3 4 4 5.5t4.5 5t6 5.5t7 5t9 5t10.5 3.5t12.5 2.5t14.5 1q25 0 64 -18.5t67 -18.5q35 0 58 25zM596 0l-481 665h-1v-5q0 -5 0.5 -13t1 -19.5t0.5 -26t0.5 -30t0.5 -34v-35.5v-502 h-27v700h27l481 -661h1v5q0 5 -0.5 13t-0.5 19.5t-0.5 26t-1 30t-0.5 33.5v35v499h27v-700h-27z" />
156
- <glyph unicode="&#xd2;" horiz-adv-x="807" d="M333 902l99 -148h-30l-96 138zM45 351q0 162 103 262.5t255 100.5t255.5 -100.5t103.5 -262.5t-103.5 -262.5t-255.5 -100.5t-255 100.5t-103 262.5zM72 351q0 -154 94.5 -245.5t236.5 -91.5t237 91.5t95 245.5t-95 245.5t-237 91.5t-236.5 -91.5t-94.5 -245.5z" />
157
- <glyph unicode="&#xd3;" horiz-adv-x="807" d="M397 754h-30l99 148l27 -10zM45 351q0 162 103 262.5t255 100.5t255.5 -100.5t103.5 -262.5t-103.5 -262.5t-255.5 -100.5t-255 100.5t-103 262.5zM72 351q0 -154 94.5 -245.5t236.5 -91.5t237 91.5t95 245.5t-95 245.5t-237 91.5t-236.5 -91.5t-94.5 -245.5z" />
158
- <glyph unicode="&#xd4;" horiz-adv-x="807" d="M524 784l-17 -18l-103 96l-104 -95l-17 18l121 110zM45 351q0 162 103 262.5t255 100.5t255.5 -100.5t103.5 -262.5t-103.5 -262.5t-255.5 -100.5t-255 100.5t-103 262.5zM72 351q0 -154 94.5 -245.5t236.5 -91.5t237 91.5t95 245.5t-95 245.5t-237 91.5t-236.5 -91.5 t-94.5 -245.5z" />
159
- <glyph unicode="&#xd5;" horiz-adv-x="807" d="M524 839l12 -20q-28 -32 -71 -32q-26 0 -65.5 18.5t-63.5 18.5q-40 0 -60 -29l-12 20l3 3q3 4 4 5.5t4.5 5t6 5.5t7 5t9 5t10.5 3.5t12.5 2.5t14.5 1q25 0 64 -18.5t67 -18.5q35 0 58 25zM45 351q0 162 103 262.5t255 100.5t255.5 -100.5t103.5 -262.5t-103.5 -262.5 t-255.5 -100.5t-255 100.5t-103 262.5zM72 351q0 -154 94.5 -245.5t236.5 -91.5t237 91.5t95 245.5t-95 245.5t-237 91.5t-236.5 -91.5t-94.5 -245.5z" />
160
- <glyph unicode="&#xd6;" horiz-adv-x="807" d="M317 785q-11 0 -19.5 8.5t-8.5 20.5t8.5 20.5t19.5 8.5q12 0 20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM491 785q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5t20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM45 351q0 162 103 262.5t255 100.5t255.5 -100.5 t103.5 -262.5t-103.5 -262.5t-255.5 -100.5t-255 100.5t-103 262.5zM72 351q0 -154 94.5 -245.5t236.5 -91.5t237 91.5t95 245.5t-95 245.5t-237 91.5t-236.5 -91.5t-94.5 -245.5z" />
161
- <glyph unicode="&#xd7;" horiz-adv-x="668" d="M352 296l133 -133l-18 -17l-133 133l-133 -133l-17 17l133 133l-133 134l17 17l133 -133l133 132l17 -17z" />
162
- <glyph unicode="&#xd8;" horiz-adv-x="807" d="M706 724l-69 -91q125 -105 125 -282q0 -162 -103.5 -262.5t-255.5 -100.5q-118 0 -208 62l-72 -94l-19 15l71 94q-130 104 -130 286q0 162 103 262.5t255 100.5q122 0 215 -67l69 91zM72 351q0 -173 118 -266l413 542q-85 61 -200 61q-142 0 -236.5 -91.5t-94.5 -245.5z M403 14q142 0 237 91.5t95 245.5q0 167 -113 262l-412 -543q84 -56 193 -56z" />
163
- <glyph unicode="&#xd9;" horiz-adv-x="687" d="M271 902l99 -148h-30l-96 138zM607 700v-420q0 -292 -264 -292q-263 0 -263 292v420h27v-424q0 -262 236 -262q121 0 179 65.5t58 196.5v424h27z" />
164
- <glyph unicode="&#xda;" horiz-adv-x="687" d="M335 754h-30l99 148l27 -10zM607 700v-420q0 -292 -264 -292q-263 0 -263 292v420h27v-424q0 -262 236 -262q121 0 179 65.5t58 196.5v424h27z" />
165
- <glyph unicode="&#xdb;" horiz-adv-x="687" d="M462 784l-17 -18l-103 96l-104 -95l-17 18l121 110zM607 700v-420q0 -292 -264 -292q-263 0 -263 292v420h27v-424q0 -262 236 -262q121 0 179 65.5t58 196.5v424h27z" />
166
- <glyph unicode="&#xdc;" horiz-adv-x="687" d="M255 785q-11 0 -19.5 8.5t-8.5 20.5t8.5 20.5t19.5 8.5q12 0 20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM429 785q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5t20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM607 700v-420q0 -292 -264 -292q-263 0 -263 292v420h27 v-424q0 -262 236 -262q121 0 179 65.5t58 196.5v424h27z" />
167
- <glyph unicode="&#xdd;" horiz-adv-x="622" d="M306 754h-30l99 148l27 -10zM324 322v-322h-27v322l-277 378h32l187 -255l72 -97h1l8 11q8 11 25 34.5t35 48.5l190 258h32z" />
168
- <glyph unicode="&#xde;" horiz-adv-x="534" d="M117 544h143q118 0 181 -48.5t63 -140.5t-63 -140t-181 -48h-143v-167h-27v700h27v-156zM117 193h143q217 0 217 162q0 163 -217 163h-143v-325z" />
169
- <glyph unicode="&#xdf;" horiz-adv-x="563" d="M336 331h7q80 0 132.5 -44t52.5 -122t-51 -127.5t-132 -49.5q-80 0 -135 43l15 21q48 -39 119 -39q69 0 113 42t44 108q0 64 -41.5 104t-109.5 40h-44v27l118 199l-1 1h-63h-243v-534h-27v560h381l-135 -228v-1z" />
170
- <glyph unicode="&#xe0;" horiz-adv-x="579" d="M288 614l-96 138l27 10l99 -148h-30zM440 182h-302l-79 -182h-29l247 560h25l247 -560h-29zM429 208l-70 160q-68 155 -68 163h-2q0 -4 -73 -170l-67 -153h280z" />
171
- <glyph unicode="&#xe1;" horiz-adv-x="579" d="M283 614h-30l99 148l27 -10zM440 182h-302l-79 -182h-29l247 560h25l247 -560h-29zM429 208l-70 160q-68 155 -68 163h-2q0 -4 -73 -170l-67 -153h280z" />
172
- <glyph unicode="&#xe2;" horiz-adv-x="579" d="M206 627l-17 18l101 110l101 -111l-17 -18l-84 92zM440 182h-302l-79 -182h-29l247 560h25l247 -560h-29zM429 208l-70 160q-68 155 -68 163h-2q0 -4 -73 -170l-67 -153h280z" />
173
- <glyph unicode="&#xe3;" horiz-adv-x="579" d="M225 684q-33 0 -50 -29l-11 22q24 34 62 34q24 0 59.5 -18.5t60.5 -18.5q8 0 14.5 1.5t11 3t8.5 5t6 5t5 5.5t4 5l11 -22q-23 -30 -61 -30q-25 0 -61.5 18.5t-58.5 18.5zM440 182h-302l-79 -182h-29l247 560h25l247 -560h-29zM429 208l-70 160q-68 155 -68 163h-2 q0 -4 -73 -170l-67 -153h280z" />
174
- <glyph unicode="&#xe4;" horiz-adv-x="579" d="M203 645q-11 0 -19.5 8.5t-8.5 20.5t8.5 20.5t19.5 8.5q12 0 20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM377 645q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5t20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM440 182h-302l-79 -182h-29l247 560h25l247 -560h-29z M429 208l-70 160q-68 155 -68 163h-2q0 -4 -73 -170l-67 -153h280z" />
175
- <glyph unicode="&#xe5;" horiz-adv-x="579" d="M290 604q-35 0 -56.5 22t-21.5 54t21.5 54t56.5 22t56.5 -22t21.5 -54t-21.5 -54t-56.5 -22zM290 733q-24 0 -39 -15t-15 -38t15 -38t39 -15t39 15t15 38t-15 38t-39 15zM440 182h-302l-79 -182h-29l247 560h25l247 -560h-29zM429 208l-70 160q-68 155 -68 163h-2 q0 -4 -73 -170l-67 -153h280z" />
176
- <glyph unicode="&#xe6;" horiz-adv-x="800" d="M745 26v-26h-368v182h-239l-79 -182h-29l247 560h463v-26h-336v-227h270v-26h-270v-255h341zM377 208v326h-85l-142 -326h227z" />
177
- <glyph unicode="&#xe7;" horiz-adv-x="656" d="M575 158l26 -7q-34 -71 -100 -115t-148 -48v-13q104 -10 104 -75q0 -34 -26.5 -53t-74.5 -19q-49 0 -77 18v27q27 -19 76 -19q75 0 75 47q0 27 -25.5 39t-78.5 14v34q-120 4 -200.5 86.5t-80.5 205.5q0 125 83.5 208t206.5 83q83 0 154 -41t106 -124l-26 -7 q-76 146 -231 146q-116 0 -191 -74t-75 -191t75 -191.5t189 -74.5q81 0 143 39.5t96 104.5z" />
178
- <glyph unicode="&#xe8;" horiz-adv-x="513" d="M202 762l99 -148h-30l-96 138zM90 0v560h363v-26h-336v-227h270v-26h-270v-255h341v-26h-368z" />
179
- <glyph unicode="&#xe9;" horiz-adv-x="513" d="M266 614h-30l99 148l27 -10zM90 0v560h363v-26h-336v-227h270v-26h-270v-255h341v-26h-368z" />
180
- <glyph unicode="&#xea;" horiz-adv-x="513" d="M393 644l-17 -18l-103 96l-104 -95l-17 18l121 110zM90 0v560h363v-26h-336v-227h270v-26h-270v-255h341v-26h-368z" />
181
- <glyph unicode="&#xeb;" horiz-adv-x="513" d="M186 645q-11 0 -19.5 8.5t-8.5 20.5t8.5 20.5t19.5 8.5q12 0 20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM360 645q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5t20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM90 0v560h363v-26h-336v-227h270v-26h-270v-255h341v-26 h-368z" />
182
- <glyph unicode="&#xec;" d="M33 762l99 -148h-30l-96 138zM90 0v560h27v-560h-27z" />
183
- <glyph unicode="&#xed;" d="M97 614h-30l99 148l27 -10zM90 0v560h27v-560h-27z" />
184
- <glyph unicode="&#xee;" d="M205 644l-17 -18l-84 92l-84 -91l-17 18l101 110zM90 0v560h27v-560h-27z" />
185
- <glyph unicode="&#xef;" d="M57 645q-11 0 -19.5 8.5t-8.5 20.5t8.5 20.5t19.5 8.5q12 0 20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM151 645q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5t20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM90 0v560h27v-560h-27z" />
186
- <glyph unicode="&#xf0;" horiz-adv-x="612" d="M90 560h170q138 0 222.5 -76.5t84.5 -205.5q0 -128 -83 -203t-216 -75h-178v281h-78v26h78v253zM117 26h150q120 0 196.5 66.5t76.5 185.5q0 120 -77 188t-204 68h-142v-227h198v-26h-198v-255z" />
187
- <glyph unicode="&#xf1;" horiz-adv-x="613" d="M407 699l11 -22q-23 -30 -61 -30q-25 0 -61.5 18.5t-58.5 18.5q-33 0 -50 -29l-11 22q24 34 62 34q24 0 59.5 -18.5t60.5 -18.5q8 0 14.5 1.5t11 3t8.5 5t6 5t5 5.5t4 5zM523 0h-26l-381 521h-1v-4q0 -4 0.5 -10.5t0.5 -15.5v-21t0.5 -24t0.5 -27v-29v-390h-27v560h27 l380 -516h1v4q0 4 -0.5 10.5t-0.5 15v20t-0.5 24t-0.5 26.5v28v388h27v-560z" />
188
- <glyph unicode="&#xf2;" horiz-adv-x="667" d="M264 762l99 -148h-30l-96 138zM45 279q0 126 83.5 209t204.5 83t205 -83.5t84 -208.5t-84 -208t-205 -83t-204.5 83t-83.5 208zM72 279q0 -116 75 -190.5t186 -74.5t186.5 74.5t75.5 190.5q0 117 -75.5 191.5t-186.5 74.5t-186 -74.5t-75 -191.5z" />
189
- <glyph unicode="&#xf3;" horiz-adv-x="667" d="M328 614h-30l99 148l27 -10zM45 279q0 126 83.5 209t204.5 83t205 -83.5t84 -208.5t-84 -208t-205 -83t-204.5 83t-83.5 208zM72 279q0 -116 75 -190.5t186 -74.5t186.5 74.5t75.5 190.5q0 117 -75.5 191.5t-186.5 74.5t-186 -74.5t-75 -191.5z" />
190
- <glyph unicode="&#xf4;" horiz-adv-x="667" d="M455 644l-17 -18l-103 96l-104 -95l-17 18l121 110zM45 279q0 126 83.5 209t204.5 83t205 -83.5t84 -208.5t-84 -208t-205 -83t-204.5 83t-83.5 208zM72 279q0 -116 75 -190.5t186 -74.5t186.5 74.5t75.5 190.5q0 117 -75.5 191.5t-186.5 74.5t-186 -74.5t-75 -191.5z " />
191
- <glyph unicode="&#xf5;" horiz-adv-x="667" d="M440 699l11 -22q-23 -30 -61 -30q-25 0 -61.5 18.5t-58.5 18.5q-33 0 -50 -29l-11 22q24 34 62 34q24 0 59.5 -18.5t60.5 -18.5q8 0 14.5 1.5t11 3t8.5 5t6 5t5 5.5t4 5zM45 279q0 126 83.5 209t204.5 83t205 -83.5t84 -208.5t-84 -208t-205 -83t-204.5 83t-83.5 208z M72 279q0 -116 75 -190.5t186 -74.5t186.5 74.5t75.5 190.5q0 117 -75.5 191.5t-186.5 74.5t-186 -74.5t-75 -191.5z" />
192
- <glyph unicode="&#xf6;" horiz-adv-x="667" d="M248 645q-11 0 -19.5 8.5t-8.5 20.5t8.5 20.5t19.5 8.5q12 0 20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM422 645q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5t20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM45 279q0 126 83.5 209t204.5 83t205 -83.5t84 -208.5 t-84 -208t-205 -83t-204.5 83t-83.5 208zM72 279q0 -116 75 -190.5t186 -74.5t186.5 74.5t75.5 190.5q0 117 -75.5 191.5t-186.5 74.5t-186 -74.5t-75 -191.5z" />
193
- <glyph unicode="&#xf7;" horiz-adv-x="668" d="M334 440q-16 0 -25 9.5t-9 23.5t9.5 23t24.5 9q16 0 25 -9.5t9 -22.5q0 -15 -9 -24t-25 -9zM515 281h-363v26h363v-26zM334 88q-16 0 -25 9.5t-9 23.5t9.5 23t24.5 9q16 0 25 -9.5t9 -22.5q0 -15 -9 -24t-25 -9z" />
194
- <glyph unicode="&#xf8;" horiz-adv-x="667" d="M583 584l-62 -80q101 -85 101 -225q0 -125 -84 -208t-205 -83q-97 0 -171 55l-64 -82l-19 15l64 82q-98 85 -98 221q0 126 83.5 209t204.5 83q94 0 168 -52l63 80zM72 279q0 -125 86 -201l328 420q-67 47 -153 47q-111 0 -186 -74.5t-75 -191.5zM333 14q111 0 186.5 74.5 t75.5 190.5q0 128 -90 205l-328 -421q68 -49 156 -49z" />
195
- <glyph unicode="&#xf9;" horiz-adv-x="596" d="M229 762l99 -148h-30l-96 138zM516 560v-339q0 -233 -219 -233q-217 0 -217 233v339h27v-342q0 -204 191 -204t191 204v342h27z" />
196
- <glyph unicode="&#xfa;" horiz-adv-x="596" d="M293 614h-30l99 148l27 -10zM516 560v-339q0 -233 -219 -233q-217 0 -217 233v339h27v-342q0 -204 191 -204t191 204v342h27z" />
197
- <glyph unicode="&#xfb;" horiz-adv-x="596" d="M420 644l-17 -18l-103 96l-104 -95l-17 18l121 110zM516 560v-339q0 -233 -219 -233q-217 0 -217 233v339h27v-342q0 -204 191 -204t191 204v342h27z" />
198
- <glyph unicode="&#xfc;" horiz-adv-x="596" d="M213 645q-11 0 -19.5 8.5t-8.5 20.5t8.5 20.5t19.5 8.5q12 0 20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM387 645q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5t20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM516 560v-339q0 -233 -219 -233q-217 0 -217 233v339h27 v-342q0 -204 191 -204t191 204v342h27z" />
199
- <glyph unicode="&#xfd;" horiz-adv-x="509" d="M250 614h-30l99 148l27 -10zM268 0h-27v256l-221 304h32l110 -152l92 -126h1q3 3 94 127l109 151h31l-221 -304v-256z" />
200
- <glyph unicode="&#xfe;" horiz-adv-x="440" d="M117 425h90q102 0 152.5 -33t50.5 -106t-50.5 -105.5t-152.5 -32.5h-90v-148h-27v560h27v-135zM117 174h90q92 0 134 25t42 87t-43 87.5t-133 25.5h-90v-225z" />
201
- <glyph unicode="&#xff;" horiz-adv-x="509" d="M170 645q-11 0 -19.5 8.5t-8.5 20.5t8.5 20.5t19.5 8.5q12 0 20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM344 645q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5t20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM268 0h-27v256l-221 304h32l110 -152l92 -126h1q3 3 94 127 l109 151h31l-221 -304v-256z" />
202
- <glyph unicode="&#x152;" horiz-adv-x="980" d="M501 674v-289h336v-26h-336v-333h419v-26h-441q-28 -4 -71 -4q-162 0 -262.5 98t-100.5 256t100.5 256t263.5 98q27 0 65 -4h446v-26h-419zM72 351q0 -151 92 -240t244 -89q29 0 66 5v646q-35 5 -66 5q-153 0 -244.5 -88t-91.5 -239z" />
203
- <glyph unicode="&#x153;" horiz-adv-x="826" d="M766 26v-26h-368q-27 -3 -58 -3q-131 0 -213 78.5t-82 204.5t82 204.5t214 78.5q33 0 58 -3h362v-26h-336v-227h270v-26h-270v-255h341zM341 23q33 0 57 4v506q-25 4 -57 4q-122 0 -195.5 -69t-73.5 -187t74 -188t195 -70z" />
204
- <glyph unicode="&#x178;" horiz-adv-x="622" d="M226 785q-11 0 -19.5 8.5t-8.5 20.5t8.5 20.5t19.5 8.5q12 0 20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM400 785q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5t20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM324 322v-322h-27v322l-277 378h32l187 -255l72 -97h1l8 11 q8 11 25 34.5t35 48.5l190 258h32z" />
205
- <glyph unicode="&#x2c6;" horiz-adv-x="500" d="M370 784l-17 -18l-103 96l-104 -95l-17 18l121 110z" />
206
- <glyph unicode="&#x2dc;" horiz-adv-x="500" d="M359 839l11 -22q-22 -30 -61 -30q-25 0 -61.5 18.5t-58.5 18.5q-33 0 -50 -29l-11 22q24 34 62 34q24 0 59.5 -18.5t60.5 -18.5q8 0 14.5 1.5t11 3t8.5 5t6 5t5 5.5t4 5z" />
207
- <glyph unicode="&#x2000;" horiz-adv-x="451" />
208
- <glyph unicode="&#x2001;" horiz-adv-x="902" />
209
- <glyph unicode="&#x2002;" horiz-adv-x="451" />
210
- <glyph unicode="&#x2003;" horiz-adv-x="902" />
211
- <glyph unicode="&#x2004;" horiz-adv-x="300" />
212
- <glyph unicode="&#x2005;" horiz-adv-x="225" />
213
- <glyph unicode="&#x2006;" horiz-adv-x="150" />
214
- <glyph unicode="&#x2007;" horiz-adv-x="150" />
215
- <glyph unicode="&#x2008;" horiz-adv-x="112" />
216
- <glyph unicode="&#x2009;" horiz-adv-x="180" />
217
- <glyph unicode="&#x200a;" horiz-adv-x="50" />
218
- <glyph unicode="&#x2010;" horiz-adv-x="588" d="M475 281h-363v26h363v-26z" />
219
- <glyph unicode="&#x2011;" horiz-adv-x="588" d="M475 281h-363v26h363v-26z" />
220
- <glyph unicode="&#x2012;" horiz-adv-x="588" d="M475 281h-363v26h363v-26z" />
221
- <glyph unicode="&#x2013;" horiz-adv-x="668" d="M555 281h-443v26h443v-26z" />
222
- <glyph unicode="&#x2014;" horiz-adv-x="1029" d="M916 281h-804v26h804v-26z" />
223
- <glyph unicode="&#x2018;" horiz-adv-x="186" d="M81 615q17 4 28 -4t11 -24q0 -32 -34 -32q-35 0 -35 42q0 30 19.5 66.5t53.5 49.5l14 -19q-23 -9 -40 -34.5t-17 -44.5z" />
224
- <glyph unicode="&#x2019;" horiz-adv-x="186" d="M105 652q-17 -4 -28 4t-11 24q0 32 34 32q35 0 35 -42q0 -30 -19.5 -66.5t-53.5 -49.5l-14 19q23 9 40 34.5t17 44.5z" />
225
- <glyph unicode="&#x201a;" horiz-adv-x="186" d="M105 -13q-17 -4 -28 4t-11 24q0 32 34 32q35 0 35 -42q0 -30 -19.5 -66.5t-53.5 -49.5l-14 19q23 9 40 34.5t17 44.5z" />
226
- <glyph unicode="&#x201c;" horiz-adv-x="340" d="M78 615q17 4 28 -4t11 -24q0 -32 -34 -32q-35 0 -35 42q0 30 19.5 66.5t53.5 49.5l14 -19q-23 -9 -40 -34.5t-17 -44.5zM232 615q17 4 28 -4t11 -24q0 -32 -34 -32q-35 0 -35 42q0 30 19.5 66.5t53.5 49.5l14 -19q-23 -9 -40 -34.5t-17 -44.5z" />
227
- <glyph unicode="&#x201d;" horiz-adv-x="340" d="M105 652q-17 -4 -28 4t-11 24q0 32 34 32q35 0 35 -42q0 -30 -19.5 -66.5t-53.5 -49.5l-14 19q23 9 40 34.5t17 44.5zM259 652q-17 -4 -28 4t-11 24q0 32 34 32q35 0 35 -42q0 -30 -19.5 -66.5t-53.5 -49.5l-14 19q23 9 40 34.5t17 44.5z" />
228
- <glyph unicode="&#x201e;" horiz-adv-x="318" d="M105 -13q-17 -4 -28 4t-11 24q0 32 34 32q35 0 35 -42q0 -30 -19.5 -66.5t-53.5 -49.5l-14 19q23 9 40 34.5t17 44.5zM237 -13q-17 -4 -28 4t-11 24q0 32 34 32q35 0 35 -42q0 -30 -19.5 -66.5t-53.5 -49.5l-14 19q23 9 40 34.5t17 44.5z" />
229
- <glyph unicode="&#x2022;" horiz-adv-x="304" d="M152 223q-26 0 -44 18t-18 44t18 44t44 18t44 -18t18 -44t-18 -44t-44 -18z" />
230
- <glyph unicode="&#x2026;" horiz-adv-x="643" d="M87 -11q-28 0 -28 27q0 26 28 26q13 0 20.5 -7.5t7.5 -18.5q0 -12 -7.5 -19.5t-20.5 -7.5zM317 -11q-28 0 -28 27q0 26 28 26q13 0 20.5 -7.5t7.5 -18.5q0 -12 -7.5 -19.5t-20.5 -7.5zM557 -11q-28 0 -28 27q0 26 28 26q13 0 20.5 -7.5t7.5 -18.5q0 -12 -7.5 -19.5 t-20.5 -7.5z" />
231
- <glyph unicode="&#x202f;" horiz-adv-x="180" />
232
- <glyph unicode="&#x2039;" horiz-adv-x="374" d="M295 511l19 -18l-218 -215v-2l218 -215l-19 -18l-235 234z" />
233
- <glyph unicode="&#x203a;" horiz-adv-x="374" d="M79 43l-19 18l218 215v2l-218 215l19 18l235 -234z" />
234
- <glyph unicode="&#x205f;" horiz-adv-x="225" />
235
- <glyph unicode="&#x20ac;" horiz-adv-x="611" d="M531 137l25 -8q-53 -141 -217 -141q-107 0 -169.5 62t-75.5 173h-49v26h47q-1 11 -1 34l1 26h-47v26h49q11 111 71.5 173.5t166.5 62.5q84 0 143.5 -38.5t74.5 -109.5l-25 -7q-12 50 -57.5 89.5t-132.5 39.5q-97 0 -150.5 -55.5t-63.5 -154.5h224v-26h-226l-1 -26 q0 -23 1 -34h226v-26h-224q12 -100 67 -154t153 -54q142 0 190 122z" />
236
- <glyph unicode="&#x2122;" horiz-adv-x="761" d="M295 700v-25h-115v-300h-26v300h-114v25h255zM671 375h-27v157v26v27v26.5t0.5 24.5t0.5 19.5v13.5v5h-1l-4 -10q-5 -11 -13.5 -28.5t-16.5 -32.5l-79 -153h-27l-79 153q-8 15 -17 32.5t-14 28.5l-5 10h-1v-5v-13.5v-19.5t0.5 -24.5t0.5 -26.5v-27v-26v-157h-27v325h42 l88 -175l25 -50h1q1 1 25 49l88 176h40v-325z" />
237
- <hkern u1="&#x201c;" u2="&#xe6;" k="90" />
238
- <hkern u1="&#x201c;" u2="&#xe5;" k="90" />
239
- <hkern u1="&#x201c;" u2="&#xe4;" k="90" />
240
- <hkern u1="&#x201c;" u2="&#xe3;" k="90" />
241
- <hkern u1="&#x201c;" u2="&#xe2;" k="90" />
242
- <hkern u1="&#x201c;" u2="&#xe1;" k="90" />
243
- <hkern u1="&#x201c;" u2="&#xe0;" k="90" />
244
- <hkern u1="&#x201c;" u2="&#xc6;" k="80" />
245
- <hkern u1="&#x201c;" u2="&#xc5;" k="80" />
246
- <hkern u1="&#x201c;" u2="&#xc4;" k="80" />
247
- <hkern u1="&#x201c;" u2="&#xc3;" k="80" />
248
- <hkern u1="&#x201c;" u2="&#xc2;" k="80" />
249
- <hkern u1="&#x201c;" u2="&#xc1;" k="80" />
250
- <hkern u1="&#x201c;" u2="&#xc0;" k="80" />
251
- <hkern u1="&#x201c;" u2="j" k="120" />
252
- <hkern u1="&#x201c;" u2="a" k="90" />
253
- <hkern u1="&#x201c;" u2="J" k="120" />
254
- <hkern u1="&#x201c;" u2="A" k="80" />
255
- <hkern g1="germandbls" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="20" />
256
- <hkern g1="germandbls" g2="Y,Yacute,Ydieresis" k="100" />
257
- <hkern g1="germandbls" g2="j" k="-20" />
258
- <hkern g1="germandbls" g2="T" k="40" />
259
- <hkern g1="germandbls" g2="v,w,yen" k="30" />
260
- <hkern g1="germandbls" g2="u,ugrave,uacute,ucircumflex,udieresis" k="10" />
261
- <hkern g1="germandbls" g2="y,yacute,ydieresis" k="30" />
262
- <hkern g1="germandbls" g2="V,W" k="100" />
263
- <hkern g1="germandbls" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="50" />
264
- <hkern g1="germandbls" g2="t" k="40" />
265
- <hkern g1="r" g2="J" k="-20" />
266
- <hkern g1="r" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="40" />
267
- <hkern g1="r" g2="Y,Yacute,Ydieresis" k="70" />
268
- <hkern g1="r" g2="j" k="-20" />
269
- <hkern g1="r" g2="T" k="70" />
270
- <hkern g1="r" g2="y,yacute,ydieresis" k="10" />
271
- <hkern g1="r" g2="V,W" k="40" />
272
- <hkern g1="r" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="20" />
273
- <hkern g1="r" g2="t" k="20" />
274
- <hkern g1="r" g2="z" k="20" />
275
- <hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="j" k="40" />
276
- <hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="y,yacute,ydieresis" k="10" />
277
- <hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-10" />
278
- <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="20" />
279
- <hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="z" k="20" />
280
- <hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="dollar,s" k="10" />
281
- <hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="60" />
282
- <hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="30" />
283
- <hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="40" />
284
- <hkern g1="z" g2="Y,Yacute,Ydieresis" k="40" />
285
- <hkern g1="z" g2="j" k="-20" />
286
- <hkern g1="z" g2="T" k="60" />
287
- <hkern g1="z" g2="V,W" k="20" />
288
- <hkern g1="z" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20" />
289
- <hkern g1="z" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20" />
290
- <hkern g1="z" g2="guillemotleft,guilsinglleft" k="20" />
291
- <hkern g1="ordfeminine" g2="J" k="80" />
292
- <hkern g1="ordfeminine" g2="v,w,yen" k="40" />
293
- <hkern g1="ordfeminine" g2="y,yacute,ydieresis" k="50" />
294
- <hkern g1="ordfeminine" g2="t" k="60" />
295
- <hkern g1="b" g2="Y,Yacute,Ydieresis" k="90" />
296
- <hkern g1="b" g2="j" k="-10" />
297
- <hkern g1="b" g2="T" k="110" />
298
- <hkern g1="b" g2="v,w,yen" k="10" />
299
- <hkern g1="b" g2="y,yacute,ydieresis" k="40" />
300
- <hkern g1="b" g2="V,W" k="90" />
301
- <hkern g1="b" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="30" />
302
- <hkern g1="b" g2="t" k="40" />
303
- <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="10" />
304
- <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" />
305
- <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="30" />
306
- <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="dollar,s" k="10" />
307
- <hkern g1="Z" g2="v,w,yen" k="20" />
308
- <hkern g1="Z" g2="y,yacute,ydieresis" k="20" />
309
- <hkern g1="Z" g2="t" k="40" />
310
- <hkern g1="Z" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20" />
311
- <hkern g1="Z" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20" />
312
- <hkern g1="Z" g2="guillemotleft,guilsinglleft" k="20" />
313
- <hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="20" />
314
- <hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="Y,Yacute,Ydieresis" k="100" />
315
- <hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="j" k="10" />
316
- <hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="T" k="120" />
317
- <hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="v,w,yen" k="20" />
318
- <hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="y,yacute,ydieresis" k="40" />
319
- <hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="V,W" k="60" />
320
- <hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="50" />
321
- <hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="t" k="50" />
322
- <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" />
323
- <hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="backslash" k="50" />
324
- <hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="z" k="20" />
325
- <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="20" />
326
- <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="30" />
327
- <hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="30" />
328
- <hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="parenright" k="30" />
329
- <hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="x" k="20" />
330
- <hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="degree" k="40" />
331
- <hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="X" k="30" />
332
- <hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="braceright" k="30" />
333
- <hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="bracketright" k="20" />
334
- <hkern g1="R" g2="Y,Yacute,Ydieresis" k="30" />
335
- <hkern g1="R" g2="j" k="-20" />
336
- <hkern g1="R" g2="T" k="20" />
337
- <hkern g1="R" g2="V,W" k="10" />
338
- <hkern g1="R" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20" />
339
- <hkern g1="R" g2="Z" k="20" />
340
- <hkern g1="g" g2="Y,Yacute,Ydieresis" k="40" />
341
- <hkern g1="g" g2="j" k="-20" />
342
- <hkern g1="g" g2="T" k="90" />
343
- <hkern g1="g" g2="v,w,yen" k="20" />
344
- <hkern g1="g" g2="y,yacute,ydieresis" k="30" />
345
- <hkern g1="g" g2="V,W" k="40" />
346
- <hkern g1="g" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="30" />
347
- <hkern g1="g" g2="t" k="30" />
348
- <hkern g1="t" g2="J" k="70" />
349
- <hkern g1="t" g2="Y,Yacute,Ydieresis" k="20" />
350
- <hkern g1="t" g2="j" k="90" />
351
- <hkern g1="t" g2="T" k="50" />
352
- <hkern g1="t" g2="hyphen,uni00AD,divide,endash,emdash" k="90" />
353
- <hkern g1="t" g2="four" k="30" />
354
- <hkern g1="t" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="50" />
355
- <hkern g1="t" g2="dollar,s" k="30" />
356
- <hkern g1="t" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="110" />
357
- <hkern g1="t" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="70" />
358
- <hkern g1="t" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="70" />
359
- <hkern g1="t" g2="X" k="30" />
360
- <hkern g1="t" g2="slash" k="60" />
361
- <hkern g1="t" g2="ordfeminine" k="60" />
362
- <hkern g1="t" g2="ampersand" k="40" />
363
- <hkern g1="t" g2="numbersign" k="40" />
364
- <hkern g1="t" g2="bullet" k="60" />
365
- <hkern g1="B" g2="J" k="-20" />
366
- <hkern g1="B" g2="Y,Yacute,Ydieresis" k="40" />
367
- <hkern g1="B" g2="T" k="50" />
368
- <hkern g1="B" g2="v,w,yen" k="20" />
369
- <hkern g1="B" g2="y,yacute,ydieresis" k="20" />
370
- <hkern g1="B" g2="V,W" k="20" />
371
- <hkern g1="l" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="40" />
372
- <hkern g1="l" g2="Y,Yacute,Ydieresis" k="150" />
373
- <hkern g1="l" g2="j" k="-30" />
374
- <hkern g1="l" g2="T" k="80" />
375
- <hkern g1="l" g2="v,w,yen" k="80" />
376
- <hkern g1="l" g2="u,ugrave,uacute,ucircumflex,udieresis" k="50" />
377
- <hkern g1="l" g2="y,yacute,ydieresis" k="100" />
378
- <hkern g1="l" g2="V,W" k="140" />
379
- <hkern g1="l" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="50" />
380
- <hkern g1="l" g2="t" k="110" />
381
- <hkern g1="l" g2="hyphen,uni00AD,divide,endash,emdash" k="100" />
382
- <hkern g1="l" g2="trademark" k="140" />
383
- <hkern g1="l" g2="four" k="40" />
384
- <hkern g1="l" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="40" />
385
- <hkern g1="l" g2="backslash" k="100" />
386
- <hkern g1="l" g2="question" k="80" />
387
- <hkern g1="l" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20" />
388
- <hkern g1="l" g2="seven" k="50" />
389
- <hkern g1="ordmasculine" g2="v,w,yen" k="-10" />
390
- <hkern g1="ordmasculine" g2="y,yacute,ydieresis" k="-25" />
391
- <hkern g1="ordmasculine" g2="x" k="-20" />
392
- <hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="J" k="20" />
393
- <hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="Y,Yacute,Ydieresis" k="50" />
394
- <hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="j" k="30" />
395
- <hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="T" k="50" />
396
- <hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="V,W" k="30" />
397
- <hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="10" />
398
- <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" />
399
- <hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="z" k="20" />
400
- <hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="50" />
401
- <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" />
402
- <hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="30" />
403
- <hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="parenright" k="30" />
404
- <hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="degree" k="40" />
405
- <hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="X" k="20" />
406
- <hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="braceright" k="30" />
407
- <hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="bracketright" k="20" />
408
- <hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="Z" k="20" />
409
- <hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="one" k="10" />
410
- <hkern g1="y,yacute,ydieresis" g2="J" k="100" />
411
- <hkern g1="y,yacute,ydieresis" g2="Y,Yacute,Ydieresis" k="10" />
412
- <hkern g1="y,yacute,ydieresis" g2="j" k="90" />
413
- <hkern g1="y,yacute,ydieresis" g2="T" k="40" />
414
- <hkern g1="y,yacute,ydieresis" g2="v,w,yen" k="-10" />
415
- <hkern g1="y,yacute,ydieresis" g2="hyphen,uni00AD,divide,endash,emdash" k="60" />
416
- <hkern g1="y,yacute,ydieresis" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="40" />
417
- <hkern g1="y,yacute,ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="90" />
418
- <hkern g1="y,yacute,ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="100" />
419
- <hkern g1="y,yacute,ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="80" />
420
- <hkern g1="y,yacute,ydieresis" g2="x" k="10" />
421
- <hkern g1="y,yacute,ydieresis" g2="ordfeminine" k="50" />
422
- <hkern g1="y,yacute,ydieresis" g2="bullet" k="20" />
423
- <hkern g1="y,yacute,ydieresis" g2="periodcentered" k="20" />
424
- <hkern g1="G" g2="J" k="-10" />
425
- <hkern g1="G" g2="Y,Yacute,Ydieresis" k="20" />
426
- <hkern g1="G" g2="T" k="30" />
427
- <hkern g1="G" g2="V,W" k="20" />
428
- <hkern g1="G" g2="dollar,s" k="-20" />
429
- <hkern g1="T" g2="J" k="120" />
430
- <hkern g1="T" g2="j" k="140" />
431
- <hkern g1="T" g2="v,w,yen" k="40" />
432
- <hkern g1="T" g2="u,ugrave,uacute,ucircumflex,udieresis" k="110" />
433
- <hkern g1="T" g2="y,yacute,ydieresis" k="40" />
434
- <hkern g1="T" g2="t" k="50" />
435
- <hkern g1="T" g2="hyphen,uni00AD,divide,endash,emdash" k="90" />
436
- <hkern g1="T" g2="four" k="160" />
437
- <hkern g1="T" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="120" />
438
- <hkern g1="T" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="50" />
439
- <hkern g1="T" g2="seven" k="40" />
440
- <hkern g1="T" g2="z" k="60" />
441
- <hkern g1="T" g2="dollar,s" k="100" />
442
- <hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="130" />
443
- <hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="110" />
444
- <hkern g1="T" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="70" />
445
- <hkern g1="T" g2="guillemotleft,guilsinglleft" k="80" />
446
- <hkern g1="T" g2="x" k="70" />
447
- <hkern g1="T" g2="slash" k="40" />
448
- <hkern g1="T" g2="ampersand" k="130" />
449
- <hkern g1="T" g2="numbersign" k="60" />
450
- <hkern g1="T" g2="bullet" k="60" />
451
- <hkern g1="T" g2="one" k="80" />
452
- <hkern g1="T" g2="periodcentered" k="40" />
453
- <hkern g1="T" g2="six" k="130" />
454
- <hkern g1="T" g2="two" k="60" />
455
- <hkern g1="T" g2="nine" k="100" />
456
- <hkern g1="T" g2="three,eight" k="100" />
457
- <hkern g1="T" g2="S" k="30" />
458
- <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="110" />
459
- <hkern g1="T" g2="five" k="100" />
460
- <hkern g1="L" g2="J" k="-10" />
461
- <hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="40" />
462
- <hkern g1="L" g2="Y,Yacute,Ydieresis" k="140" />
463
- <hkern g1="L" g2="T" k="140" />
464
- <hkern g1="L" g2="v,w,yen" k="100" />
465
- <hkern g1="L" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20" />
466
- <hkern g1="L" g2="y,yacute,ydieresis" k="110" />
467
- <hkern g1="L" g2="V,W" k="110" />
468
- <hkern g1="L" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="80" />
469
- <hkern g1="L" g2="t" k="100" />
470
- <hkern g1="L" g2="hyphen,uni00AD,divide,endash,emdash" k="100" />
471
- <hkern g1="L" g2="trademark" k="140" />
472
- <hkern g1="L" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="40" />
473
- <hkern g1="L" g2="backslash" k="100" />
474
- <hkern g1="L" g2="question" k="80" />
475
- <hkern g1="L" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="60" />
476
- <hkern g1="L" g2="S" k="30" />
477
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="J" k="-20" />
478
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="60" />
479
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="Y,Yacute,Ydieresis" k="160" />
480
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="j" k="-20" />
481
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="T" k="130" />
482
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="v,w,yen" k="80" />
483
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20" />
484
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="y,yacute,ydieresis" k="90" />
485
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="V,W" k="100" />
486
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="90" />
487
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="t" k="110" />
488
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="hyphen,uni00AD,divide,endash,emdash" k="60" />
489
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="trademark" k="160" />
490
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="four" k="30" />
491
- <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="20" />
492
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="backslash" k="140" />
493
- <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="50" />
494
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-20" />
495
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-10" />
496
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="x" k="-10" />
497
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="numbersign" k="-10" />
498
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="bullet" k="20" />
499
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="periodcentered" k="20" />
500
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="nine" k="30" />
501
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="S" k="10" />
502
- <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="asterisk" k="60" />
503
- <hkern g1="seven,v,w,yen" g2="J" k="80" />
504
- <hkern g1="seven,v,w,yen" g2="Y,Yacute,Ydieresis" k="10" />
505
- <hkern g1="seven,v,w,yen" g2="j" k="60" />
506
- <hkern g1="seven,v,w,yen" g2="T" k="40" />
507
- <hkern g1="seven,v,w,yen" g2="v,w,yen" k="-10" />
508
- <hkern g1="seven,v,w,yen" g2="y,yacute,ydieresis" k="-10" />
509
- <hkern g1="seven,v,w,yen" g2="hyphen,uni00AD,divide,endash,emdash" k="40" />
510
- <hkern g1="seven,v,w,yen" g2="four" k="60" />
511
- <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" />
512
- <hkern g1="seven,v,w,yen" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="80" />
513
- <hkern g1="seven,v,w,yen" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="70" />
514
- <hkern g1="seven,v,w,yen" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="70" />
515
- <hkern g1="seven,v,w,yen" g2="slash" k="100" />
516
- <hkern g1="seven,v,w,yen" g2="ordfeminine" k="40" />
517
- <hkern g1="seven,v,w,yen" g2="numbersign" k="20" />
518
- <hkern g1="seven,v,w,yen" g2="six" k="40" />
519
- <hkern g1="seven,v,w,yen" g2="ordmasculine" k="-10" />
520
- <hkern g1="Y,Yacute,Ydieresis" g2="J" k="130" />
521
- <hkern g1="Y,Yacute,Ydieresis" g2="Y,Yacute,Ydieresis" k="-10" />
522
- <hkern g1="Y,Yacute,Ydieresis" g2="j" k="100" />
523
- <hkern g1="Y,Yacute,Ydieresis" g2="v,w,yen" k="10" />
524
- <hkern g1="Y,Yacute,Ydieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20" />
525
- <hkern g1="Y,Yacute,Ydieresis" g2="y,yacute,ydieresis" k="10" />
526
- <hkern g1="Y,Yacute,Ydieresis" g2="V,W" k="-10" />
527
- <hkern g1="Y,Yacute,Ydieresis" g2="t" k="20" />
528
- <hkern g1="Y,Yacute,Ydieresis" g2="hyphen,uni00AD,divide,endash,emdash" k="80" />
529
- <hkern g1="Y,Yacute,Ydieresis" g2="four" k="100" />
530
- <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" />
531
- <hkern g1="Y,Yacute,Ydieresis" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="50" />
532
- <hkern g1="Y,Yacute,Ydieresis" g2="z" k="40" />
533
- <hkern g1="Y,Yacute,Ydieresis" g2="dollar,s" k="60" />
534
- <hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="160" />
535
- <hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="110" />
536
- <hkern g1="Y,Yacute,Ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="70" />
537
- <hkern g1="Y,Yacute,Ydieresis" g2="guillemotleft,guilsinglleft" k="120" />
538
- <hkern g1="Y,Yacute,Ydieresis" g2="x" k="20" />
539
- <hkern g1="Y,Yacute,Ydieresis" g2="slash" k="110" />
540
- <hkern g1="Y,Yacute,Ydieresis" g2="ampersand" k="80" />
541
- <hkern g1="Y,Yacute,Ydieresis" g2="numbersign" k="120" />
542
- <hkern g1="Y,Yacute,Ydieresis" g2="bullet" k="40" />
543
- <hkern g1="Y,Yacute,Ydieresis" g2="periodcentered" k="40" />
544
- <hkern g1="Y,Yacute,Ydieresis" g2="six" k="50" />
545
- <hkern g1="Y,Yacute,Ydieresis" g2="S" k="10" />
546
- <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="50" />
547
- <hkern g1="Y,Yacute,Ydieresis" g2="five" k="40" />
548
- <hkern g1="Y,Yacute,Ydieresis" g2="guillemotright,guilsinglright" k="50" />
549
- <hkern g1="f" g2="J" k="80" />
550
- <hkern g1="f" g2="j" k="120" />
551
- <hkern g1="f" g2="T" k="80" />
552
- <hkern g1="f" g2="V,W" k="50" />
553
- <hkern g1="f" g2="four" k="80" />
554
- <hkern g1="f" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20" />
555
- <hkern g1="f" g2="dollar,s" k="10" />
556
- <hkern g1="f" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="100" />
557
- <hkern g1="f" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="50" />
558
- <hkern g1="f" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="130" />
559
- <hkern g1="f" g2="X" k="30" />
560
- <hkern g1="f" g2="slash" k="60" />
561
- <hkern g1="f" g2="ordfeminine" k="60" />
562
- <hkern g1="f" g2="numbersign" k="50" />
563
- <hkern g1="f" g2="ordmasculine" k="20" />
564
- <hkern g1="dollar,s" g2="J" k="-20" />
565
- <hkern g1="dollar,s" g2="Y,Yacute,Ydieresis" k="50" />
566
- <hkern g1="dollar,s" g2="j" k="-20" />
567
- <hkern g1="dollar,s" g2="T" k="100" />
568
- <hkern g1="dollar,s" g2="V,W" k="20" />
569
- <hkern g1="dollar,s" g2="t" k="30" />
570
- <hkern g1="dollar,s" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="10" />
571
- <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="J" k="-40" />
572
- <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="30" />
573
- <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="Y,Yacute,Ydieresis" k="110" />
574
- <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="T" k="110" />
575
- <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="v,w,yen" k="70" />
576
- <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="u,ugrave,uacute,ucircumflex,udieresis" k="40" />
577
- <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="y,yacute,ydieresis" k="100" />
578
- <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="V,W" k="80" />
579
- <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="60" />
580
- <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="t" k="70" />
581
- <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="hyphen,uni00AD,divide,endash,emdash" k="40" />
582
- <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="trademark" k="160" />
583
- <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="four" k="40" />
584
- <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="30" />
585
- <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="backslash" k="110" />
586
- <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" />
587
- <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-10" />
588
- <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-20" />
589
- <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="guillemotleft,guilsinglleft" k="30" />
590
- <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="X" k="-20" />
591
- <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="bullet" k="20" />
592
- <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="periodcentered" k="20" />
593
- <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="nine" k="70" />
594
- <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="asterisk" k="60" />
595
- <hkern g1="V,W" g2="J" k="90" />
596
- <hkern g1="V,W" g2="Y,Yacute,Ydieresis" k="-10" />
597
- <hkern g1="V,W" g2="j" k="100" />
598
- <hkern g1="V,W" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20" />
599
- <hkern g1="V,W" g2="V,W" k="-10" />
600
- <hkern g1="V,W" g2="hyphen,uni00AD,divide,endash,emdash" k="80" />
601
- <hkern g1="V,W" g2="four" k="110" />
602
- <hkern g1="V,W" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="60" />
603
- <hkern g1="V,W" g2="backslash" k="-50" />
604
- <hkern g1="V,W" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="30" />
605
- <hkern g1="V,W" g2="z" k="20" />
606
- <hkern g1="V,W" g2="dollar,s" k="40" />
607
- <hkern g1="V,W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="100" />
608
- <hkern g1="V,W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="80" />
609
- <hkern g1="V,W" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="60" />
610
- <hkern g1="V,W" g2="guillemotleft,guilsinglleft" k="100" />
611
- <hkern g1="V,W" g2="x" k="40" />
612
- <hkern g1="V,W" g2="slash" k="60" />
613
- <hkern g1="V,W" g2="ampersand" k="20" />
614
- <hkern g1="V,W" g2="numbersign" k="40" />
615
- <hkern g1="V,W" g2="six" k="50" />
616
- <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="30" />
617
- <hkern g1="V,W" g2="five" k="40" />
618
- <hkern g1="V,W" g2="guillemotright,guilsinglright" k="50" />
619
- <hkern g1="k" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="20" />
620
- <hkern g1="k" g2="Y,Yacute,Ydieresis" k="40" />
621
- <hkern g1="k" g2="j" k="-30" />
622
- <hkern g1="k" g2="T" k="80" />
623
- <hkern g1="k" g2="v,w,yen" k="10" />
624
- <hkern g1="k" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20" />
625
- <hkern g1="k" g2="y,yacute,ydieresis" k="20" />
626
- <hkern g1="k" g2="V,W" k="20" />
627
- <hkern g1="k" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20" />
628
- <hkern g1="k" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="30" />
629
- <hkern g1="k" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-20" />
630
- <hkern g1="k" g2="ampersand" k="15" />
631
- <hkern g1="c,ccedilla,Euro" g2="Y,Yacute,Ydieresis" k="80" />
632
- <hkern g1="c,ccedilla,Euro" g2="T" k="10" />
633
- <hkern g1="c,ccedilla,Euro" g2="v,w,yen" k="10" />
634
- <hkern g1="c,ccedilla,Euro" g2="y,yacute,ydieresis" k="10" />
635
- <hkern g1="c,ccedilla,Euro" g2="V,W" k="40" />
636
- <hkern g1="c,ccedilla,Euro" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="20" />
637
- <hkern g1="c,ccedilla,Euro" g2="t" k="40" />
638
- <hkern g1="c,ccedilla,Euro" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="10" />
639
- <hkern g1="c,ccedilla,Euro" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="20" />
640
- <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="20" />
641
- <hkern g1="x" g2="Y,Yacute,Ydieresis" k="20" />
642
- <hkern g1="x" g2="j" k="-40" />
643
- <hkern g1="x" g2="T" k="70" />
644
- <hkern g1="x" g2="y,yacute,ydieresis" k="10" />
645
- <hkern g1="x" g2="V,W" k="40" />
646
- <hkern g1="x" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20" />
647
- <hkern g1="x" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-10" />
648
- <hkern g1="x" g2="x" k="-10" />
649
- <hkern g1="x" g2="ordmasculine" k="-20" />
650
- <hkern g1="F" g2="J" k="150" />
651
- <hkern g1="F" g2="j" k="120" />
652
- <hkern g1="F" g2="v,w,yen" k="30" />
653
- <hkern g1="F" g2="y,yacute,ydieresis" k="40" />
654
- <hkern g1="F" g2="t" k="60" />
655
- <hkern g1="F" g2="four" k="90" />
656
- <hkern g1="F" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="50" />
657
- <hkern g1="F" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="26" />
658
- <hkern g1="F" g2="z" k="40" />
659
- <hkern g1="F" g2="dollar,s" k="30" />
660
- <hkern g1="F" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="120" />
661
- <hkern g1="F" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="120" />
662
- <hkern g1="F" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="120" />
663
- <hkern g1="F" g2="slash" k="80" />
664
- <hkern g1="F" g2="ampersand" k="40" />
665
- <hkern g1="F" g2="numbersign" k="50" />
666
- <hkern g1="F" g2="six" k="40" />
667
- <hkern g1="F" g2="S" k="10" />
668
- <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="50" />
669
- <hkern g1="p,thorn" g2="J" k="60" />
670
- <hkern g1="p,thorn" g2="Y,Yacute,Ydieresis" k="70" />
671
- <hkern g1="p,thorn" g2="j" k="80" />
672
- <hkern g1="p,thorn" g2="T" k="110" />
673
- <hkern g1="p,thorn" g2="V,W" k="20" />
674
- <hkern g1="p,thorn" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="20" />
675
- <hkern g1="p,thorn" g2="four" k="40" />
676
- <hkern g1="p,thorn" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="60" />
677
- <hkern g1="p,thorn" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="60" />
678
- <hkern g1="p,thorn" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="90" />
679
- <hkern g1="p,thorn" g2="X" k="40" />
680
- <hkern g1="p,thorn" g2="slash" k="50" />
681
- <hkern g1="p,thorn" g2="Z" k="20" />
682
- <hkern g1="p,thorn" g2="ordfeminine" k="20" />
683
- <hkern g1="p,thorn" g2="numbersign" k="40" />
684
- <hkern g1="S" g2="J" k="-20" />
685
- <hkern g1="S" g2="Y,Yacute,Ydieresis" k="10" />
686
- <hkern g1="S" g2="T" k="30" />
687
- <hkern g1="S" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="10" />
688
- <hkern g1="h,i,m,n,sterling,igrave,iacute,icircumflex,idieresis,ntilde" g2="Y,Yacute,Ydieresis" k="50" />
689
- <hkern g1="h,i,m,n,sterling,igrave,iacute,icircumflex,idieresis,ntilde" g2="j" k="-10" />
690
- <hkern g1="h,i,m,n,sterling,igrave,iacute,icircumflex,idieresis,ntilde" g2="T" k="110" />
691
- <hkern g1="h,i,m,n,sterling,igrave,iacute,icircumflex,idieresis,ntilde" g2="V,W" k="30" />
692
- <hkern g1="K" g2="J" k="-30" />
693
- <hkern g1="K" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="20" />
694
- <hkern g1="K" g2="Y,Yacute,Ydieresis" k="20" />
695
- <hkern g1="K" g2="j" k="-20" />
696
- <hkern g1="K" g2="T" k="20" />
697
- <hkern g1="K" g2="v,w,yen" k="70" />
698
- <hkern g1="K" g2="u,ugrave,uacute,ucircumflex,udieresis" k="40" />
699
- <hkern g1="K" g2="y,yacute,ydieresis" k="70" />
700
- <hkern g1="K" g2="V,W" k="20" />
701
- <hkern g1="K" g2="t" k="70" />
702
- <hkern g1="K" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="40" />
703
- <hkern g1="K" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="35" />
704
- <hkern g1="K" g2="dollar,s" k="30" />
705
- <hkern g1="K" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-20" />
706
- <hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="Y,Yacute,Ydieresis" k="20" />
707
- <hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="T" k="110" />
708
- <hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="V,W" k="20" />
709
- <hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20" />
710
- <hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="40" />
711
- <hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="40" />
712
- <hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="X" k="20" />
713
- <hkern g1="C,Ccedilla" g2="T" k="45" />
714
- <hkern g1="C,Ccedilla" g2="V,W" k="10" />
715
- <hkern g1="C,Ccedilla" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20" />
716
- <hkern g1="C,Ccedilla" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="50" />
717
- <hkern g1="C,Ccedilla" g2="numbersign" k="-30" />
718
- <hkern g1="X" g2="J" k="-30" />
719
- <hkern g1="X" g2="v,w,yen" k="50" />
720
- <hkern g1="X" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20" />
721
- <hkern g1="X" g2="y,yacute,ydieresis" k="50" />
722
- <hkern g1="X" g2="t" k="30" />
723
- <hkern g1="X" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="30" />
724
- <hkern g1="X" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20" />
725
- <hkern g1="X" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-20" />
726
- <hkern g1="X" g2="X" k="-10" />
727
- <hkern g1="X" g2="ampersand" k="20" />
728
- <hkern g1="P,Thorn" g2="J" k="90" />
729
- <hkern g1="P,Thorn" g2="j" k="100" />
730
- <hkern g1="P,Thorn" g2="T" k="40" />
731
- <hkern g1="P,Thorn" g2="v,w,yen" k="-10" />
732
- <hkern g1="P,Thorn" g2="u,ugrave,uacute,ucircumflex,udieresis" k="-20" />
733
- <hkern g1="P,Thorn" g2="four" k="60" />
734
- <hkern g1="P,Thorn" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="-10" />
735
- <hkern g1="P,Thorn" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="80" />
736
- <hkern g1="P,Thorn" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="90" />
737
- <hkern g1="P,Thorn" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="100" />
738
- <hkern g1="P,Thorn" g2="X" k="20" />
739
- <hkern g1="P,Thorn" g2="slash" k="60" />
740
- <hkern g1="P,Thorn" g2="Z" k="30" />
741
- <hkern g1="P,Thorn" g2="numbersign" k="50" />
742
- <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="Y,Yacute,Ydieresis" k="30" />
743
- <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="T" k="50" />
744
- <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="u,ugrave,uacute,ucircumflex,udieresis" k="10" />
745
- <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" />
746
- <hkern g1="guillemotleft,guilsinglleft" g2="V,W" k="50" />
747
- <hkern g1="guillemotleft,guilsinglleft" g2="Y,Yacute,Ydieresis" k="50" />
748
- <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="V,W" k="60" />
749
- <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="Y,Yacute,Ydieresis" k="70" />
750
- <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="J" k="-40" />
751
- <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="four" k="83" />
752
- <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="y,yacute,ydieresis" k="70" />
753
- <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="t" k="70" />
754
- <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="30" />
755
- <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="six" k="20" />
756
- <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="j" k="-40" />
757
- <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="40" />
758
- <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="T" k="70" />
759
- <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="nine" k="60" />
760
- <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="v,w,yen" k="70" />
761
- <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="30" />
762
- <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="40" />
763
- <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="one" k="40" />
764
- <hkern g1="four" g2="Y,Yacute,Ydieresis" k="20" />
765
- <hkern g1="four" g2="T" k="90" />
766
- <hkern g1="four" g2="slash" k="-30" />
767
- <hkern g1="four" g2="backslash" k="60" />
768
- <hkern g1="four" g2="ordmasculine" k="20" />
769
- <hkern g1="four" g2="seven" k="20" />
770
- <hkern g1="ampersand" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="20" />
771
- <hkern g1="ampersand" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="30" />
772
- <hkern g1="ampersand" g2="V,W" k="40" />
773
- <hkern g1="ampersand" g2="Y,Yacute,Ydieresis" k="90" />
774
- <hkern g1="ampersand" g2="J" k="40" />
775
- <hkern g1="ampersand" g2="y,yacute,ydieresis" k="30" />
776
- <hkern g1="ampersand" g2="t" k="70" />
777
- <hkern g1="ampersand" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="-10" />
778
- <hkern g1="ampersand" g2="j" k="40" />
779
- <hkern g1="ampersand" g2="T" k="130" />
780
- <hkern g1="ampersand" g2="v,w,yen" k="30" />
781
- <hkern g1="ampersand" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="-10" />
782
- <hkern g1="ampersand" g2="one" k="30" />
783
- <hkern g1="ampersand" g2="seven" k="60" />
784
- <hkern g1="ampersand" g2="x" k="20" />
785
- <hkern g1="ampersand" g2="two" k="40" />
786
- <hkern g1="ampersand" g2="X" k="30" />
787
- <hkern g1="ampersand" g2="z" k="20" />
788
- <hkern g1="ampersand" g2="three,eight" k="30" />
789
- <hkern g1="three,eight" g2="T" k="100" />
790
- <hkern g1="three,eight" g2="slash" k="-10" />
791
- <hkern g1="three,eight" g2="backslash" k="60" />
792
- <hkern g1="braceleft" g2="four" k="60" />
793
- <hkern g1="braceleft" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="40" />
794
- <hkern g1="braceleft" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="30" />
795
- <hkern g1="braceleft" g2="one" k="15" />
796
- <hkern g1="numbersign" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="50" />
797
- <hkern g1="numbersign" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="70" />
798
- <hkern g1="numbersign" g2="V,W" k="-40" />
799
- <hkern g1="numbersign" g2="t" k="-30" />
800
- <hkern g1="numbersign" g2="j" k="40" />
801
- <hkern g1="numbersign" g2="T" k="-40" />
802
- <hkern g1="numbersign" g2="slash" k="60" />
803
- <hkern g1="numbersign" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="80" />
804
- <hkern g1="six" g2="V,W" k="70" />
805
- <hkern g1="six" g2="Y,Yacute,Ydieresis" k="70" />
806
- <hkern g1="six" g2="y,yacute,ydieresis" k="50" />
807
- <hkern g1="six" g2="T" k="120" />
808
- <hkern g1="six" g2="v,w,yen" k="30" />
809
- <hkern g1="six" g2="one" k="40" />
810
- <hkern g1="six" g2="slash" k="-20" />
811
- <hkern g1="six" g2="backslash" k="90" />
812
- <hkern g1="six" g2="seven" k="30" />
813
- <hkern g1="six" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="30" />
814
- <hkern g1="nine" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="50" />
815
- <hkern g1="nine" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="40" />
816
- <hkern g1="nine" g2="J" k="70" />
817
- <hkern g1="nine" g2="j" k="40" />
818
- <hkern g1="nine" g2="T" k="100" />
819
- <hkern g1="nine" g2="backslash" k="30" />
820
- <hkern g1="nine" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="80" />
821
- <hkern g1="bullet" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="20" />
822
- <hkern g1="bullet" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20" />
823
- <hkern g1="bullet" g2="Y,Yacute,Ydieresis" k="40" />
824
- <hkern g1="bullet" g2="J" k="50" />
825
- <hkern g1="bullet" g2="y,yacute,ydieresis" k="20" />
826
- <hkern g1="bullet" g2="t" k="60" />
827
- <hkern g1="bullet" g2="j" k="50" />
828
- <hkern g1="bullet" g2="T" k="60" />
829
- <hkern g1="periodcentered" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="20" />
830
- <hkern g1="periodcentered" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20" />
831
- <hkern g1="periodcentered" g2="Y,Yacute,Ydieresis" k="40" />
832
- <hkern g1="periodcentered" g2="J" k="20" />
833
- <hkern g1="periodcentered" g2="y,yacute,ydieresis" k="20" />
834
- <hkern g1="periodcentered" g2="j" k="20" />
835
- <hkern g1="periodcentered" g2="T" k="40" />
836
- <hkern g1="slash" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="110" />
837
- <hkern g1="slash" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="140" />
838
- <hkern g1="slash" g2="four" k="150" />
839
- <hkern g1="slash" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="90" />
840
- <hkern g1="slash" g2="six" k="100" />
841
- <hkern g1="slash" g2="j" k="50" />
842
- <hkern g1="slash" g2="numbersign" k="120" />
843
- <hkern g1="slash" g2="nine" k="40" />
844
- <hkern g1="slash" g2="one" k="90" />
845
- <hkern g1="slash" g2="two" k="70" />
846
- <hkern g1="slash" g2="three,eight" k="90" />
847
- <hkern g1="slash" g2="five" k="50" />
848
- <hkern g1="slash" g2="S" k="20" />
849
- <hkern g1="slash" g2="dollar,s" k="60" />
850
- <hkern g1="two" g2="T" k="60" />
851
- <hkern g1="two" g2="slash" k="-10" />
852
- <hkern g1="two" g2="backslash" k="50" />
853
- <hkern g1="asterisk" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="60" />
854
- <hkern g1="asterisk" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="60" />
855
- <hkern g1="asterisk" g2="J" k="80" />
856
- <hkern g1="asterisk" g2="j" k="80" />
857
- <hkern g1="guillemotright,guilsinglright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="30" />
858
- <hkern g1="guillemotright,guilsinglright" g2="V,W" k="100" />
859
- <hkern g1="guillemotright,guilsinglright" g2="Y,Yacute,Ydieresis" k="120" />
860
- <hkern g1="guillemotright,guilsinglright" g2="J" k="20" />
861
- <hkern g1="guillemotright,guilsinglright" g2="y,yacute,ydieresis" k="20" />
862
- <hkern g1="guillemotright,guilsinglright" g2="j" k="30" />
863
- <hkern g1="guillemotright,guilsinglright" g2="T" k="80" />
864
- <hkern g1="guillemotright,guilsinglright" g2="v,w,yen" k="20" />
865
- <hkern g1="guillemotright,guilsinglright" g2="z" k="20" />
866
- <hkern g1="guillemotright,guilsinglright" g2="Z" k="20" />
867
- <hkern g1="parenleft" g2="four" k="70" />
868
- <hkern g1="parenleft" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="40" />
869
- <hkern g1="parenleft" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="30" />
870
- <hkern g1="backslash" g2="V,W" k="90" />
871
- <hkern g1="backslash" g2="Y,Yacute,Ydieresis" k="110" />
872
- <hkern g1="backslash" g2="y,yacute,ydieresis" k="80" />
873
- <hkern g1="backslash" g2="t" k="60" />
874
- <hkern g1="backslash" g2="j" k="-20" />
875
- <hkern g1="backslash" g2="T" k="40" />
876
- <hkern g1="backslash" g2="nine" k="50" />
877
- <hkern g1="backslash" g2="v,w,yen" k="80" />
878
- <hkern g1="backslash" g2="one" k="20" />
879
- <hkern g1="backslash" g2="seven" k="30" />
880
- <hkern g1="backslash" g2="z" k="-40" />
881
- <hkern g1="backslash" g2="three,eight" k="10" />
882
- <hkern g1="one" g2="T" k="10" />
883
- <hkern g1="one" g2="slash" k="-30" />
884
- <hkern g1="five" g2="Y,Yacute,Ydieresis" k="40" />
885
- <hkern g1="five" g2="T" k="100" />
886
- <hkern g1="five" g2="one" k="20" />
887
- <hkern g1="five" g2="slash" k="-20" />
888
- <hkern g1="five" g2="backslash" k="40" />
889
- <hkern g1="five" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="40" />
890
- <hkern g1="degree" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="40" />
891
- <hkern g1="bracketleft" g2="four" k="60" />
892
- <hkern g1="bracketleft" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20" />
893
- <hkern g1="bracketleft" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20" />
894
- <hkern g1="bracketleft" g2="one" k="-10" />
895
- <hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="40" />
896
- <hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="60" />
897
- <hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="V,W" k="80" />
898
- <hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="Y,Yacute,Ydieresis" k="80" />
899
- <hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="J" k="60" />
900
- <hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="y,yacute,ydieresis" k="60" />
901
- <hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="t" k="90" />
902
- <hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="j" k="80" />
903
- <hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="T" k="90" />
904
- <hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="v,w,yen" k="40" />
905
- <hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="one" k="60" />
906
- <hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="seven" k="70" />
907
- <hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="90" />
908
- <hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="120" />
909
- <hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="J" k="70" />
910
- <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" />
911
- <hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="six" k="20" />
912
- <hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="j" k="60" />
913
- <hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="10" />
914
- <hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="-10" />
915
- <hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="S" k="40" />
916
- <hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="dollar,s" k="50" />
917
- </font>
918
- </defs></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg"><metadata/><defs><font id="novecento_sans_wideultralight" horiz-adv-x="207"><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="M117 700v-563h-27v563h27zM104 -10q-16 0 -25 9.5t-9 23.5t9.5 23t24.5 9q16 0 25 -9.5t9 -22.5q0 -15 -9 -24t-25 -9z" unicode="!"/><glyph d="M75 700l-2 -217h-23l-2 217h27zM169 700l-2 -217h-23l-2 217h27z" horiz-adv-x="220" unicode="&quot;"/><glyph d="M423 154h113l-6 -23h-114l-35 -131h-25l35 131h-207l-35 -131h-25l35 131h-114l6 23h115l68 254h-112l6 23h112l35 129h25l-35 -129h207l35 129h25l-35 -129h116l-6 -23h-116zM259 408l-68 -254h207l68 254h-207z" horiz-adv-x="658" unicode="#"/><glyph d="M415 141q0 -69 -45.5 -110t-124.5 -43v-78h-25v78q-159 9 -180 150l25 7q7 -64 53 -97.5t118 -33.5q70 0 111 33.5t41 93.5q0 36 -14 61.5t-42 40t-53 22t-62 15.5q-7 1 -11 2q-25 5 -40 9.5t-39.5 15.5t-38 25t-24.5 38.5t-11 56.5q0 62 42 101t117 43v79h25v-79 q148 -5 174 -134l-26 -7q-13 56 -49.5 85.5t-106.5 29.5q-71 0 -110 -32t-39 -85q0 -59 39 -84.5t114 -40.5q29 -6 47.5 -10.5t47 -16.5t45 -28t29.5 -43.5t13 -63.5z" horiz-adv-x="455" unicode="$"/><glyph d="M155 214q-119 0 -119 178t119 178t119 -178t-119 -178zM452 560l-189 -560h-29l189 560h29zM155 238q95 0 95 154t-95 154t-95 -154t95 -154zM533 -7q-119 0 -119 178q0 179 119 179t119 -179q0 -178 -119 -178zM533 17q95 0 95 154t-95 154t-95 -154t95 -154z" horiz-adv-x="688" unicode="%"/><glyph d="M481 280v-96q0 -97 -54.5 -146.5t-157.5 -49.5q-99 0 -152.5 43.5t-53.5 116.5q0 62 37 100t91 45v2q-47 9 -83 43t-36 93q0 66 47 103t136 37q53 0 96 -12t80 -47.5t48 -92.5l-25 -7q-31 133 -198 133q-157 0 -157 -112q0 -55 41.5 -90.5t116.5 -35.5h317v-26zM454 281 h-196q-74 0 -121 -34t-47 -99q0 -62 45.5 -98t133.5 -36q185 0 185 170v97z" horiz-adv-x="604" unicode="&amp;"/><glyph d="M75 700l-2 -217h-23l-2 217h27z" horiz-adv-x="126" unicode="'"/><glyph d="M295 796l13 -24q-109 -40 -165 -154.5t-56 -323.5t56 -323.5t165 -154.5l-13 -24q-122 44 -178.5 168t-56.5 334t56.5 334t178.5 168z" horiz-adv-x="320" unicode="("/><glyph d="M25 -208l-13 24q109 40 165 154.5t56 323.5t-56 323.5t-165 154.5l13 24q122 -44 178.5 -168t56.5 -334t-56.5 -334t-178.5 -168z" horiz-adv-x="320" unicode=")"/><glyph d="M276 527l85 -124l-21 -14l-87 122l-87 -122l-21 14l85 124l-140 45l8 23l142 -43v148h26v-148l142 43l8 -23z" horiz-adv-x="506" unicode="*"/><glyph d="M515 281h-167v-179h-29v179h-167v26h167v177h29v-177h167v-26z" horiz-adv-x="668" unicode="+"/><glyph d="M105 -9q-17 -4 -28 4t-11 24q0 32 34 32q35 0 35 -42q0 -30 -19.5 -65.5t-53.5 -48.5l-14 13q25 10 41 36.5t16 46.5z" horiz-adv-x="186" unicode=","/><glyph d="M475 281h-363v26h363v-26z" horiz-adv-x="588" unicode="-"/><glyph d="M93 -10q-16 0 -25 9.5t-9 23.5t9.5 23t24.5 9q16 0 25 -9.5t9 -22.5q0 -15 -9.5 -24t-24.5 -9z" horiz-adv-x="186" unicode="."/><glyph d="M418 700l-358 -700h-30l358 700h30z" horiz-adv-x="448" unicode="/"/><glyph d="M254 571q105 0 159.5 -76t54.5 -215t-54.5 -215.5t-159.5 -76.5q-106 0 -160 76t-54 216q0 139 54 215t160 76zM254 545q-94 0 -140.5 -69t-46.5 -196t46.5 -196.5t140.5 -69.5t140.5 69.5t46.5 196.5t-46.5 196t-140.5 69z" horiz-adv-x="508" unicode="0"/><glyph d="M190 0v447q0 18 1 39t1 32l1 12h-1l-9 -10q-9 -10 -20.5 -22t-15.5 -16l-79 -82l-18 18l141 142h26v-560h-27z" horiz-adv-x="307" unicode="1"/><glyph d="M51 0v31l212 174q72 59 102.5 102t30.5 94q0 62 -42 103t-121 41q-77 0 -116 -38.5t-42 -94.5l-25 7q6 76 59 114t128 38q87 0 136.5 -48t49.5 -125q0 -54 -31 -99.5t-111 -111.5l-195 -160l1 -1h82h257v-26h-375z" horiz-adv-x="476" unicode="2"/><glyph d="M312 295v-3q52 -7 85 -43t33 -95q0 -75 -53.5 -120.5t-135.5 -45.5t-137.5 45.5t-63.5 116.5l24 7q10 -68 58.5 -105.5t121.5 -37.5q77 0 117.5 41t40.5 101q0 62 -43 93.5t-120 31.5h-50v26h50q158 0 158 118q0 58 -40 89t-115 31q-86 0 -121.5 -37t-42.5 -96l-25 7 q9 78 61 115t132 37q88 0 133 -40t45 -103q0 -53 -31 -89t-81 -44z" horiz-adv-x="470" unicode="3"/><glyph d="M367 0h-27v163h-305v29l297 368h35v-371h84v-26h-84v-163zM340 406v124h-1l-276 -340l1 -1h108h168v217z" horiz-adv-x="501" unicode="4"/><glyph d="M94 294l1 -1q17 26 59 48t99 22q85 0 139.5 -51.5t54.5 -136.5t-55 -136t-140 -51q-77 0 -132 43.5t-70 119.5l25 6q12 -68 60.5 -105.5t116.5 -37.5q74 0 121 43.5t47 118.5q0 74 -47.5 117.5t-126.5 43.5q-62 0 -101.5 -25.5t-53.5 -60.5l-23 7l49 302h293v-26h-273 l-22 -133q-3 -18 -6 -35.5t-5.5 -29.5t-5 -22t-3.5 -15z" horiz-adv-x="497" unicode="5"/><glyph d="M96 301l2 -1q51 65 147 65q88 0 143 -52t55 -133q0 -84 -56.5 -138t-145.5 -54q-88 0 -143.5 54t-55.5 142t62 169l160 207h33zM242 14q77 0 125 45.5t49 120.5q1 72 -46.5 115.5t-127.5 43.5q-79 0 -126 -43.5t-47 -116.5q0 -74 47.5 -119.5t125.5 -45.5z" horiz-adv-x="488" unicode="6"/><glyph d="M418 536l-302 -536h-30l270 482q7 13 15.5 25.5t12.5 19.5l5 7l-1 1q-38 -1 -71 -1h-287v26h388v-24z" horiz-adv-x="443" unicode="7"/><glyph d="M40 148q0 64 42.5 102t100.5 42v2q-36 3 -76.5 38t-40.5 93q0 62 47.5 104t131.5 42q82 0 130.5 -42t48.5 -103q0 -41 -23 -72.5t-48.5 -44.5t-44.5 -15v-2q57 -4 99.5 -42.5t42.5 -101.5q0 -72 -56.5 -116t-148.5 -44t-148.5 44t-56.5 116zM92 424q0 -55 43.5 -87.5 t109.5 -31.5q69 1 111 34.5t42 85.5t-41.5 86t-111.5 34q-72 0 -112.5 -34t-40.5 -87zM67 149q0 -63 48 -99t130 -36t130 36t48 99q0 62 -47.5 96t-130.5 34t-130.5 -34t-47.5 -96z" horiz-adv-x="490" unicode="8"/><glyph d="M397 255l-1 1q-60 -66 -153 -66q-89 0 -143.5 52.5t-54.5 136.5q0 85 56.5 138.5t146.5 53.5q89 0 146.5 -52t57.5 -142q0 -55 -26.5 -107.5t-90.5 -129.5l-120 -140h-33zM248 545q-74 0 -125 -42t-51 -125q0 -82 50.5 -122t125.5 -40q77 0 127 42t50 122q0 82 -51 123.5 t-126 41.5z" horiz-adv-x="497" unicode="9"/><glyph d="M93 349q-16 0 -25 9.5t-9 23.5t9.5 23t24.5 9q16 0 25 -9.5t9 -22.5q0 -14 -9.5 -23.5t-24.5 -9.5zM93 -10q-16 0 -25 9.5t-9 23.5t9.5 23t24.5 9q16 0 25 -9.5t9 -22.5q0 -15 -9.5 -24t-24.5 -9z" horiz-adv-x="186" unicode=":"/><glyph d="M93 349q-16 0 -25 9.5t-9 23.5t9.5 23t24.5 9q16 0 25 -9.5t9 -22.5q0 -14 -9.5 -23.5t-24.5 -9.5zM105 -9q-17 -4 -28 4t-11 24q0 32 34 32q35 0 35 -42q0 -30 -19.5 -65.5t-53.5 -48.5l-14 13q25 10 41 36.5t16 46.5z" horiz-adv-x="186" unicode=";"/><glyph d="M539 47l-451 232v32l451 232v-30l-425 -217v-2l425 -217v-30z" horiz-adv-x="668" unicode="&lt;"/><glyph d="M515 358h-363v26h363v-26zM515 205h-363v26h363v-26z" horiz-adv-x="668" unicode="="/><glyph d="M554 294v2l-425 217v30l451 -232v-32l-451 -232v30z" horiz-adv-x="668" unicode="&gt;"/><glyph d="M248 137v182q128 48 180.5 94.5t52.5 112.5q0 65 -45 113t-150 48q-176 0 -216 -163l-25 7q21 91 84 137t160 46q113 0 167 -55.5t54 -130.5q0 -44 -19 -81t-54.5 -63.5t-72.5 -45t-87 -36.5v-165h-29zM261 -10q-16 0 -25 9.5t-9 23.5t9.5 23t24.5 9q16 0 25 -9.5 t9 -22.5q0 -15 -9.5 -24t-24.5 -9z" horiz-adv-x="555" unicode="?"/><glyph d="M536 419v-228q0 -87 72 -87q48 0 75 43t27 121q0 143 -90.5 236.5t-229.5 93.5q-138 0 -228 -93.5t-90 -240.5q0 -146 85 -239t226 -93q154 0 233 79l20 -16q-48 -49 -120.5 -69t-131.5 -20q-154 0 -246.5 101.5t-92.5 257.5q0 155 98.5 257t247.5 102t247.5 -102 t98.5 -255q0 -88 -34.5 -138t-94.5 -50q-37 0 -64 23t-31 65h-2q-16 -42 -52.5 -65t-83.5 -23q-65 0 -112.5 48.5t-47.5 127.5q0 78 43.5 130t116.5 52q34 0 61 -10t41.5 -24.5t21.5 -25.5t9 -19h2v61h26zM375 105q61 0 95 38.5t40 98.5v30q0 62 -37 100.5t-98 38.5 q-64 0 -98.5 -43t-34.5 -113t37 -110t96 -40z" horiz-adv-x="782" unicode="@"/><glyph d="M552 230h-389l-104 -230h-29l315 700h25l315 -700h-29zM541 255l-95 211q-13 29 -35 80t-37 86l-16 36h-1l-15 -36q-16 -35 -38 -86t-35 -80l-95 -211h367z" horiz-adv-x="715" unicode="A"/><glyph d="M395 377v-3q27 -2 55.5 -12t57 -30t47 -57t18.5 -85q0 -93 -61 -141.5t-169 -48.5h-253v700h220q96 0 151.5 -45.5t55.5 -120.5q0 -70 -36 -108.5t-86 -48.5zM117 385h200q78 0 125.5 37.5t47.5 109.5q0 66 -49 104t-135 38h-189v-289zM117 26h228q92 0 146.5 40.5 t54.5 120.5t-60 126t-144 46h-225v-333z" horiz-adv-x="618" unicode="B"/><glyph d="M701 197l25 -7q-42 -95 -128 -148.5t-196 -53.5q-153 0 -255 100.5t-102 263.5q0 165 101 263.5t257 98.5q115 0 196.5 -52.5t116.5 -131.5l-25 -8q-10 22 -27.5 45t-50 53t-87 49t-121.5 19q-147 0 -240 -90.5t-93 -245.5q0 -154 94.5 -246t235.5 -92q98 0 178 48.5 t121 134.5z" horiz-adv-x="781" unicode="C"/><glyph d="M90 700h207q168 0 270.5 -95t102.5 -258q0 -161 -100.5 -254t-262.5 -93h-217v700zM117 26h190q147 0 241.5 84.5t94.5 236.5q0 154 -95.5 240.5t-250.5 86.5h-180v-648z" horiz-adv-x="715" unicode="D"/><glyph d="M90 0v700h446v-26h-419v-289h336v-26h-336v-333h419v-26h-446z" horiz-adv-x="591" unicode="E"/><glyph d="M536 674h-419v-297h336v-26h-336v-351h-27v700h446v-26z" horiz-adv-x="576" unicode="F"/><glyph d="M727 0h-26q0 46 0.5 76.5t0.5 43v14.5h-1q-15 -21 -36.5 -41.5t-58 -46.5t-90 -42t-114.5 -16q-153 0 -255 100t-102 263q0 165 102 264t258 99q115 0 196.5 -52.5t116.5 -131.5l-25 -8q-10 22 -27.5 45t-50 53t-87 49t-121.5 19q-148 0 -241.5 -90.5t-93.5 -244.5 q0 -155 94 -247t236 -92q106 0 188.5 50.5t110.5 108.5v142h-229v26h255v-341z" horiz-adv-x="797" unicode="G"/><glyph d="M576 0v359h-459v-359h-27v700h27v-315h459v315h27v-700h-27z" horiz-adv-x="693" unicode="H"/><glyph d="M90 0v700h27v-700h-27z" unicode="I"/><glyph d="M385 700v-440q0 -131 -55.5 -201.5t-160.5 -70.5q-102 0 -169 86l14 24q60 -84 156 -84q91 0 139 62.5t48 179.5v444h28z" horiz-adv-x="470" unicode="J"/><glyph d="M561 0l-297 402l-147 -149v-253h-27v700h27v-234v-44v-39t-0.5 -32.5t-0.5 -26.5v-19v-13v-4h1l138 141l269 271h34l-274 -278l309 -423z" horiz-adv-x="613" unicode="K"/><glyph d="M90 0v700h27v-674h403v-26h-430z" horiz-adv-x="560" unicode="L"/><glyph d="M676 0v406v36t0.5 45.5t1 48.5t0.5 47t0.5 39.5t0.5 27.5v11h-1l-3 -7q-3 -6 -11 -21.5t-19 -36.5t-30 -56t-42 -75l-166 -293h-21l-164 289q-23 41 -43 77t-31 57.5t-19 37t-11 21.5l-3 7h-1v-11q0 -10 0.5 -27.5t1 -39.5t0.5 -47t0.5 -48.5t0.5 -45.5v-36v-406h-27v700 h28l278 -497h1l278 497h28v-700h-27z" horiz-adv-x="793" unicode="M"/><glyph d="M596 0l-481 665h-1v-5q0 -5 0.5 -13t1 -19.5t0.5 -26t0.5 -30t0.5 -34v-35.5v-502h-27v700h27l481 -661h1v5q0 5 -0.5 13t-0.5 19.5t-0.5 26t-1 30t-0.5 33.5v35v499h27v-700h-27z" horiz-adv-x="713" unicode="N"/><glyph d="M45 351q0 162 103 262.5t255 100.5t255.5 -100.5t103.5 -262.5t-103.5 -262.5t-255.5 -100.5t-255 100.5t-103 262.5zM72 351q0 -154 94.5 -245.5t236.5 -91.5t237 91.5t95 245.5t-95 245.5t-237 91.5t-236.5 -91.5t-94.5 -245.5z" horiz-adv-x="807" unicode="O"/><glyph d="M90 700h181q120 0 185.5 -51t65.5 -152q0 -99 -66 -151t-185 -52h-154v-294h-27v700zM117 320h154q110 0 167 45t57 132q0 177 -224 177h-154v-354z" horiz-adv-x="552" unicode="P"/><glyph d="M762 351q0 -158 -98.5 -258t-246.5 -105v-120h-29v120q-147 5 -245 105.5t-98 257.5q0 162 103 262.5t255 100.5t255.5 -100.5t103.5 -262.5zM403 14q142 0 237 91.5t95 245.5t-95 245.5t-237 91.5t-236.5 -91.5t-94.5 -245.5t94.5 -245.5t236.5 -91.5z" horiz-adv-x="807" unicode="Q"/><glyph d="M491 0l-177 303q-18 -1 -82 -1h-115v-302h-27v700h182q118 0 184 -54t66 -152q0 -163 -178 -188l181 -306h-34zM117 327h160q218 0 218 167q0 91 -59.5 135.5t-165.5 44.5h-153v-347z" horiz-adv-x="575" unicode="R"/><glyph d="M40 190l26 7q3 -92 68.5 -137.5t167.5 -45.5q96 0 149 40.5t53 120.5q0 27 -6.5 49t-15.5 37.5t-26.5 28.5t-29.5 20.5t-36.5 15t-36 10.5t-38.5 8t-34 7q-39 9 -61 14.5t-56.5 20.5t-53.5 32.5t-34 48.5t-15 70q0 83 57 130t161 47q96 0 158.5 -42t81.5 -127l-26 -7 q-34 150 -213 150q-93 0 -142.5 -39t-49.5 -109q0 -41 16 -70.5t48.5 -47t62 -27t75.5 -18.5q31 -6 47.5 -9.5t46 -12t46.5 -17t39 -24t33.5 -34t20 -45.5t8.5 -59q0 -92 -60.5 -140t-171.5 -48q-47 0 -88 9t-79.5 30.5t-63 63t-28.5 99.5z" horiz-adv-x="571" unicode="S"/><glyph d="M583 674h-258v-674h-27v674h-258v26h543v-26z" horiz-adv-x="623" unicode="T"/><glyph d="M607 700v-420q0 -292 -264 -292q-263 0 -263 292v420h27v-424q0 -262 236 -262q121 0 179 65.5t58 196.5v424h27z" horiz-adv-x="687" unicode="U"/><glyph d="M339 0h-23l-296 700h28l166 -390q18 -43 36.5 -87t31.5 -76t23.5 -58t16.5 -40l5 -14h1l6 13q5 14 15 39.5t23 57t31 75t36 85.5l168 395h28z" horiz-adv-x="655" unicode="V"/><glyph d="M633 0l-109 333q-15 47 -31.5 101.5t-25.5 84.5l-9 30h-1l-9 -31q-9 -30 -25.5 -86t-33.5 -106l-107 -326h-23l-239 700h27l121 -354q18 -53 43.5 -129t42 -124.5t16.5 -49.5h1q0 1 14.5 48.5t35.5 114l33 104.5l91 278h25l91 -278l33 -104.5t35.5 -114t14.5 -48.5h1 q0 1 16 49.5t40 122.5t42 125l125 360h27l-239 -700h-23z" horiz-adv-x="915" unicode="W"/><glyph d="M578 0l-158 210q-32 42 -59 79t-36 49l-9 11h-1q-3 0 -108 -141l-154 -208h-33l278 367l-250 333h32l151 -201q86 -115 88 -115h1q1 0 84 115l147 201h32l-248 -335l276 -365h-33z" horiz-adv-x="631" unicode="X"/><glyph d="M324 322v-322h-27v322l-277 378h32l187 -255l72 -97h1l8 11q8 11 25 34.5t35 48.5l190 258h32z" horiz-adv-x="622" unicode="Y"/><glyph d="M601 676l-440 -550q-18 -23 -34 -42.5t-24 -29.5t-14 -17t-8 -9l-2 -3l1 -1h4q4 0 10.5 0.5t15.5 1t21 0.5h25h445v-26h-556v24l442 552q24 31 45 55.5t29 33.5l8 9l-1 1h-2h-4t-7 -0.5t-10.5 -0.5h-14h-18h-22.5h-435v26h546v-24z" horiz-adv-x="646" unicode="Z"/><glyph d="M279 -182v-26h-184v1004h184v-26h-154v-952h154z" horiz-adv-x="320" unicode="["/><glyph d="M418 0h-30l-358 700h30z" horiz-adv-x="448" unicode="\"/><glyph d="M41 770v26h184v-1004h-184v26h154v952h-154z" horiz-adv-x="320" unicode="]"/><glyph d="M334 685l-247 -320l-22 15l253 328h32l253 -328l-22 -15z" horiz-adv-x="668" unicode="^"/><glyph d="M633 -21h-543v21h543v-21z" horiz-adv-x="723" unicode="_"/><glyph d="M214 902l99 -148h-30l-96 138z" horiz-adv-x="500" unicode="`"/><glyph d="M440 182h-302l-79 -182h-29l247 560h25l247 -560h-29zM429 208l-70 160q-68 155 -68 163h-2q0 -4 -73 -170l-67 -153h280z" horiz-adv-x="579" unicode="a"/><glyph d="M345 299v-3q53 -4 98 -39.5t45 -104.5t-49.5 -110.5t-130.5 -41.5h-218v560h196q71 0 116 -38.5t45 -94.5q0 -105 -102 -128zM117 307h164q54 0 96.5 30t42.5 87q0 47 -38 78.5t-100 31.5h-165v-227zM117 26h192q66 0 109 33t43 91q0 60 -45.5 95.5t-112.5 35.5h-186 v-255z" horiz-adv-x="533" unicode="b"/><glyph d="M575 158l26 -7q-36 -75 -106.5 -119t-158.5 -44q-124 0 -207.5 83t-83.5 209q0 125 83.5 208t206.5 83q83 0 154 -41t106 -124l-26 -7q-76 146 -231 146q-116 0 -191 -74t-75 -191t75 -191.5t189 -74.5q81 0 143 39.5t96 104.5z" horiz-adv-x="656" unicode="c"/><glyph d="M90 560h170q138 0 222.5 -76.5t84.5 -205.5q0 -128 -83 -203t-216 -75h-178v560zM117 26h150q120 0 196.5 66.5t76.5 185.5q0 120 -77 188t-204 68h-142v-508z" horiz-adv-x="612" unicode="d"/><glyph d="M90 0v560h363v-26h-336v-227h270v-26h-270v-255h341v-26h-368z" horiz-adv-x="513" unicode="e"/><glyph d="M453 534h-336v-235h254v-26h-254v-273h-27v560h363v-26z" horiz-adv-x="493" unicode="f"/><glyph d="M605 0h-26v31.5v25t0.5 18.5t0.5 13.5v9v4.5v2h-1q-91 -116 -239 -116q-129 0 -212 82.5t-83 208.5t83 209t205 83q80 0 152.5 -39.5t109.5 -125.5l-26 -7q-25 58 -84.5 102t-148.5 44q-114 0 -189 -74.5t-75 -191.5t75 -191t190 -74q87 0 152.5 40.5t89.5 87.5v97h-186 v26h212v-265z" horiz-adv-x="675" unicode="g"/><glyph d="M523 0h-27v281h-379v-281h-27v560h27v-253h379v253h27v-560z" horiz-adv-x="613" unicode="h"/><glyph d="M90 0v560h27v-560h-27z" unicode="i"/><glyph d="M317 560v-354q0 -105 -46 -161.5t-131 -56.5q-88 0 -140 65l15 21q47 -60 125 -60q73 0 111.5 48.5t38.5 140.5v357h27z" horiz-adv-x="402" unicode="j"/><glyph d="M478 0l-241 317l-120 -117v-200h-27v560h27v-185v-35v-30.5t-0.5 -26t-0.5 -21.5v-15.5v-10.5v-3h1q53 53 93 92l240 235h36l-230 -224l255 -336h-33z" horiz-adv-x="531" unicode="k"/><glyph d="M90 0v560h27v-534h321v-26h-348z" horiz-adv-x="478" unicode="l"/><glyph d="M569 0v316l1 206h-1l-215 -384h-24l-214 385h-1v-9q0 -8 0.5 -22t0.5 -32v-38t0.5 -39t0.5 -37v-30v-316h-27v560h34l145 -258q21 -39 40 -73.5t26 -48.5l7 -13h2l7 13q7 14 26 49t41 74l144 257h34v-560h-27z" horiz-adv-x="686" unicode="m"/><glyph d="M523 0h-26l-381 521h-1v-4q0 -4 0.5 -10.5t0.5 -15.5v-21t0.5 -24t0.5 -27v-29v-390h-27v560h27l380 -516h1v4q0 4 -0.5 10.5t-0.5 15v20t-0.5 24t-0.5 26.5v28v388h27v-560z" horiz-adv-x="613" unicode="n"/><glyph d="M45 279q0 126 83.5 209t204.5 83t205 -83.5t84 -208.5t-84 -208t-205 -83t-204.5 83t-83.5 208zM72 279q0 -116 75 -190.5t186 -74.5t186.5 74.5t75.5 190.5q0 117 -75.5 191.5t-186.5 74.5t-186 -74.5t-75 -191.5z" horiz-adv-x="667" unicode="o"/><glyph d="M90 560h151q101 0 154 -42t53 -117t-53 -116.5t-154 -41.5h-124v-243h-27v560zM117 269h125q87 0 133 35t46 97q0 63 -46 98t-133 35h-125v-265z" horiz-adv-x="478" unicode="p"/><glyph d="M622 279q0 -121 -79.5 -203.5t-196.5 -87.5v-104h-27v104q-116 5 -195 87.5t-79 203.5q0 126 83.5 209t204.5 83t205 -83.5t84 -208.5zM333 14q111 0 186.5 74.5t75.5 190.5q0 117 -75.5 191.5t-186.5 74.5t-186 -74.5t-75 -191.5q0 -116 75 -190.5t186 -74.5z" horiz-adv-x="667" unicode="q"/><glyph d="M426 0l-153 251q-30 -2 -69 -2h-87v-249h-27v560h152q98 0 152 -39t54 -114q0 -65 -39 -104.5t-107 -48.5l155 -254h-31zM117 275h124q180 0 180 130q0 129 -180 129h-124v-259z" horiz-adv-x="507" unicode="r"/><glyph d="M40 138l25 7q7 -64 56 -97.5t126 -33.5q75 0 118 32t43 95q0 30 -10.5 52.5t-27 36t-40 23t-47.5 15.5t-51 11q-11 2 -17 3q-26 5 -42.5 9.5t-41.5 15.5t-40 25t-26 39t-11 56q0 68 47.5 106t134.5 38q166 0 195 -134l-26 -7q-13 56 -52 85.5t-114 29.5q-76 0 -117 -30.5 t-41 -86.5q0 -59 41.5 -84.5t120.5 -40.5q91 -17 128 -40q64 -41 64 -122q0 -74 -50 -113.5t-138 -39.5q-34 0 -64 6.5t-61.5 21.5t-53 46.5t-28.5 75.5z" horiz-adv-x="475" unicode="s"/><glyph d="M481 534h-207v-534h-27v534h-207v26h441v-26z" horiz-adv-x="521" unicode="t"/><glyph d="M516 560v-339q0 -233 -219 -233q-217 0 -217 233v339h27v-342q0 -204 191 -204t191 204v342h27z" horiz-adv-x="596" unicode="u"/><glyph d="M300 0h-24l-256 560h29l141 -307q19 -42 36.5 -80t28 -62t18.5 -41.5t11 -25.5l4 -9h1l3 8q4 8 11.5 25t18 40.5t27.5 61t37 80.5l143 310h28z" horiz-adv-x="577" unicode="v"/><glyph d="M523 0l-78 235q-17 51 -33 101t-23 73l-7 23h-1l-7 -24q-8 -23 -24 -73t-33 -101l-77 -234h-24l-196 560h28l101 -291q22 -62 41.5 -121t27.5 -86l9 -26h1l8 26q8 25 25 77t33 101l76 232h23l76 -232q16 -49 33 -101t25 -77l8 -26h1l8 26q9 27 28.5 86t41.5 121l101 291 h28l-196 -560h-24z" horiz-adv-x="763" unicode="w"/><glyph d="M487 0l-125 157q-27 34 -52.5 66t-33.5 42l-8 10h-1q-1 0 -95 -121l-120 -154h-32l230 293l-210 267h32l100 -126q27 -34 53 -67t35 -45l10 -12h1l9 12q10 13 36.5 47t53.5 69l95 122h32l-211 -269l234 -291h-33z" horiz-adv-x="540" unicode="x"/><glyph d="M268 0h-27v256l-221 304h32l110 -152l92 -126h1q3 3 94 127l109 151h31l-221 -304v-256z" horiz-adv-x="509" unicode="y"/><glyph d="M502 536l-313 -381l-109 -129l1 -1q22 1 63 1h358v-26h-457v24l322 388q36 43 62 74t33 40l7 8h-1h-64h-351v26h449v-24z" horiz-adv-x="547" unicode="z"/><glyph d="M183 606v-154q0 -126 -65 -158q11 -5 23 -15t27 -48.5t15 -95.5v-153q0 -92 35.5 -128t98.5 -36v-26q-76 0 -118.5 45.5t-42.5 154.5v148q0 38 -6 66t-13.5 41.5t-18 21.5t-16 9.5t-11.5 2.5h-1v26q27 5 41 26q25 36 25 115v148q0 109 42.5 154.5t118.5 45.5v-26 q-63 0 -98.5 -36t-35.5 -128z" horiz-adv-x="360" unicode="{"/><glyph d="M60 775h27v-849h-27v849z" horiz-adv-x="147" unicode="|"/><glyph d="M177 -18v154q0 126 65 158q-11 5 -23 15t-27 48.5t-15 95.5v153q0 92 -35.5 128t-98.5 36v26q76 0 118.5 -45.5t42.5 -154.5v-148q0 -38 6 -66t13.5 -41.5t18 -21.5t16 -9.5t11.5 -2.5h1v-26q-27 -5 -41 -26q-25 -36 -25 -115v-148q0 -109 -42.5 -154.5t-118.5 -45.5v26 q63 0 98.5 36t35.5 128z" horiz-adv-x="360" unicode="}"/><glyph d="M531 334l5 -26q-35 -45 -107 -45q-35 0 -96 22.5t-98 22.5q-51 0 -96 -48l-7 25q43 50 108 50q35 0 95.5 -22.5t97.5 -22.5q54 0 98 44z" horiz-adv-x="668" unicode="~"/><glyph d="M104 710q16 0 25 -9.5t9 -23.5t-9.5 -23t-24.5 -9q-16 0 -25 9.5t-9 22.5q0 15 9 24t25 9zM91 0v563h27v-563h-27z" unicode="¡"/><glyph d="M299 49q68 0 122 33t82 92l25 -8q-29 -65 -86.5 -102t-128.5 -41v-111h-25v111q-107 4 -175 74t-68 182q0 111 67 181.5t175 75.5v104h26v-104q74 -3 134 -42t87 -115l-25 -7q-23 62 -76 100t-129 38q-104 0 -168 -63t-64 -167t64 -167.5t163 -63.5z" horiz-adv-x="589" unicode="¢"/><glyph d="M452 26v-26h-416v26q45 8 60.5 38.5t15.5 83.5q0 37 -8 123h-68v26h65q-8 82 -8 107q0 86 45.5 126.5t122.5 40.5q155 0 175 -149l-25 -7q-10 62 -44.5 96t-105.5 34q-141 0 -141 -140q0 -24 8 -108h222v-26h-219q8 -84 8 -122q0 -105 -56 -124l1 -1h32q31 1 80 1.5 t92 0.5h164z" horiz-adv-x="496" unicode="£"/><glyph d="M574 530l-72 -72q73 -75 73 -179q0 -93 -61 -165l77 -78l-18 -18l-76 77q-77 -72 -179 -72q-100 0 -179 72l-77 -77l-17 18l78 79q-61 71 -61 164q0 104 72 179l-73 72l18 18l75 -73q73 61 164 61q94 0 165 -60l74 72zM318 510q-96 0 -162.5 -67.5t-66.5 -163.5 t66.5 -163t162.5 -67t163 67t67 163t-67 163.5t-163 67.5z" horiz-adv-x="636" unicode="¤"/><glyph d="M300 335h113v-26h-130l-35 -53v-7h165v-26h-165v-223h-27v223h-165v26h165v7l-35 53h-130v26h113l-149 225h32l121 -185l61 -93h1q6 6 62 93l121 185h31z" horiz-adv-x="469" unicode="¥"/><glyph d="M87 490h-27v285h27v-285zM87 -74h-27v285h27v-285z" horiz-adv-x="147" unicode="¦"/><glyph d="M460 249q52 -15 78.5 -42.5t26.5 -75.5q0 -73 -59 -108t-162 -35q-42 0 -78.5 5.5t-76.5 19.5t-65 43.5t-29 72.5l26 7q8 -122 222 -122q195 0 195 117q0 25 -10.5 43t-25 29t-48 20.5t-60.5 14t-83 13.5q-29 4 -46 7.5t-45.5 10.5t-46 16t-36 22t-27.5 32t-9 43 q0 45 32.5 72.5t86.5 37.5q-109 32 -109 109q0 33 18.5 56.5t50 35t64.5 16.5t70 5q204 0 229 -143l-25 -7q-15 68 -68 95.5t-140 27.5q-172 0 -172 -86q0 -18 6.5 -31.5t21 -24t30 -17.5t43 -13.5t49 -10.5t58.5 -10q50 -8 75 -13t59 -15t49 -22t26.5 -32.5t11.5 -48.5 q0 -90 -107 -114zM128 381q0 -26 14 -44t45.5 -30t61.5 -18.5t83 -14.5q50 -7 78 -13q59 8 94.5 33t35.5 66q0 20 -7 35.5t-23.5 26.5t-31.5 18.5t-42.5 13t-44 8.5t-47.5 7q-5 1 -7.5 1t-7 1t-7.5 1q-45 7 -53 9q-141 -17 -141 -100z" horiz-adv-x="668" unicode="§"/><glyph d="M162 785q-11 0 -19.5 8.5t-8.5 20.5t8.5 20.5t19.5 8.5q12 0 20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM336 785q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5t20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5z" horiz-adv-x="500" unicode="¨"/><glyph d="M408 629q153 0 258.5 -103.5t105.5 -260.5t-105.5 -260.5t-258.5 -103.5q-152 0 -257.5 103.5t-105.5 260.5t105.5 260.5t257.5 103.5zM408 603q-145 0 -240.5 -93t-95.5 -244t95.5 -245t240.5 -94t241 93.5t96 245.5t-96 244.5t-241 92.5zM554 189l25 -8 q-23 -49 -71 -77.5t-108 -28.5q-84 0 -138 54t-54 137q0 85 56 138t139 53q60 0 108.5 -29.5t65.5 -85.5l-25 -7q-6 30 -43 63.5t-104 33.5q-75 0 -122.5 -45t-47.5 -120q0 -74 46 -120t120 -46q52 0 92 24t61 64z" horiz-adv-x="817" unicode="©"/><glyph d="M62 235h-27l147 325h19l147 -325h-27l-43 94h-173zM192 525h-1l-5 -12q-5 -12 -15.5 -37t-21.5 -49l-34 -74h153l-34 74q-11 24 -21.5 49t-15.5 37zM35 164h313v-26h-313v26z" horiz-adv-x="383" unicode="ª"/><glyph d="M295 511l19 -18l-218 -215v-2l218 -215l-19 -18l-235 234zM511 511l19 -18l-218 -215v-2l218 -215l-19 -18l-235 234z" horiz-adv-x="590" unicode="«"/><glyph d="M475 281h-363v26h363v-26z" horiz-adv-x="588" unicode="­"/><glyph d="M408 629q153 0 258.5 -103.5t105.5 -260.5t-105.5 -260.5t-258.5 -103.5q-152 0 -257.5 103.5t-105.5 260.5t105.5 260.5t257.5 103.5zM408 603q-145 0 -240.5 -93t-95.5 -244t95.5 -245t240.5 -94t241 93.5t96 245.5t-96 244.5t-241 92.5zM518 82l-97 162q-18 -2 -43 -2 h-51v-160h-27v369h104q64 0 100 -26.5t36 -76.5q0 -42 -24.5 -68t-67.5 -33l99 -165h-29zM327 268h77q109 0 109 78q0 79 -109 79h-77v-157z" horiz-adv-x="817" unicode="®"/><glyph d="M383 787h-266v25h266v-25z" horiz-adv-x="500" unicode="¯"/><glyph d="M117 604q-42 0 -69.5 28t-27.5 70t27.5 70t69.5 28t69.5 -28t27.5 -70t-27.5 -70t-69.5 -28zM117 629q32 0 52.5 21t20.5 52q0 32 -20 52.5t-53 20.5t-53 -20.5t-20 -52.5q0 -31 20.5 -52t52.5 -21z" horiz-adv-x="234" unicode="°"/><glyph d="M515 321v-26h-167v-179h-29v179h-167v26h167v177h29v-177h167zM152 26h363v-26h-363v26z" horiz-adv-x="668" unicode="±"/><glyph d="M33 469v26l185 150q60 49 60 110q0 40 -27 64.5t-77 24.5q-48 0 -73 -19.5t-36 -63.5l-24 7q22 102 133 102q60 0 95.5 -32.5t35.5 -84.5q0 -68 -79 -132q-28 -23 -66.5 -53t-65 -50.5t-28.5 -22.5l1 -3q21 3 89 3h152v-26h-275z" horiz-adv-x="340" unicode="²"/><glyph d="M217 675v-3q41 -5 67 -31t26 -67q0 -50 -38 -81.5t-94 -31.5q-59 0 -101 34.5t-46 90.5l28 6q1 -46 34 -75.5t86 -29.5q50 0 77 25.5t27 61.5q0 38 -30 62.5t-79 24.5h-37v24h37q48 0 77 23.5t29 58.5q0 31 -25 54t-83 23q-52 0 -74 -20.5t-31 -62.5l-24 7 q17 102 132 102q66 0 99 -29t33 -72q0 -39 -26 -65.5t-64 -28.5z" horiz-adv-x="340" unicode="³"/><glyph d="M217 754h-30l99 148l27 -10z" horiz-adv-x="500" unicode="´"/><glyph d="M391 -140v674h-104v-674h-27v354q-108 0 -161.5 47.5t-53.5 125.5t53.5 125.5t161.5 47.5h158v-700h-27z" horiz-adv-x="508" unicode="¶"/><glyph d="M93 249q-16 0 -25 9.5t-9 23.5t9.5 23t24.5 9q16 0 25 -9.5t9 -22.5q0 -14 -9.5 -23.5t-24.5 -9.5z" horiz-adv-x="186" unicode="·"/><glyph d="M354 -97q0 -34 -26.5 -53t-74.5 -19q-49 0 -77 18v27q27 -19 76 -19q75 0 75 47q0 27 -25.5 39t-78.5 14v43h27v-22q104 -10 104 -75z" horiz-adv-x="500" unicode="¸"/><glyph d="M293 469h-231v26h102v241v19t0.5 24t1 23t0.5 18v8h-2l-30 -30l-56 -55l-18 18l105 101h26v-367h102v-26z" horiz-adv-x="340" unicode="¹"/><glyph d="M35 396q0 75 50.5 125t123.5 50t124 -50t51 -125q0 -74 -51 -124t-124 -50t-123.5 50t-50.5 124zM61 396q0 -64 42.5 -106t105.5 -42t105.5 42t42.5 106t-42.5 106.5t-105.5 42.5t-105.5 -42.5t-42.5 -106.5zM375 138h-329v26h329v-26z" horiz-adv-x="419" unicode="º"/><glyph d="M79 43l-19 18l218 215v2l-218 215l19 18l235 -234zM295 43l-19 18l218 215v2l-218 215l19 18l235 -234z" horiz-adv-x="590" unicode="»"/><glyph d="M293 307h-231v26h102v241v19t0.5 24t1 23t0.5 18v8h-2l-30 -30l-56 -55l-18 18l105 101h26v-367h102v-26zM518 700l-210 -700h-28l209 700h29zM703 0h-27v111h-199v30l199 252h27v-256h77v-26h-77v-111zM676 137v103q0 14 0.5 28t0.5 25t0.5 21t1.5 17.5t1 13v8.5l1 3h-2 q-1 0 -86 -108.5t-85 -109.5l1 -2h3h10t13.5 0.5t17.5 0.5h20h103z" horiz-adv-x="798" unicode="¼"/><glyph d="M293 307h-231v26h102v241v19t0.5 24t1 23t0.5 18v8h-2l-30 -30l-56 -55l-18 18l105 101h26v-367h102v-26zM518 700l-210 -700h-28l209 700h29zM491 0v26l185 150q60 49 60 110q0 40 -27 64.5t-77 24.5q-48 0 -73 -19.5t-36 -63.5l-24 7q22 102 133 102q60 0 95.5 -32.5 t35.5 -84.5q0 -68 -79 -132q-28 -23 -66.5 -53t-65 -50.5t-28.5 -22.5l1 -3q21 3 89 3h152v-26h-275z" horiz-adv-x="798" unicode="½"/><glyph d="M217 513v-3q41 -5 67 -31t26 -67q0 -50 -38 -81.5t-94 -31.5q-59 0 -101 34.5t-46 90.5l28 6q1 -46 34 -75.5t86 -29.5q50 0 77 25.5t27 61.5q0 38 -30 62.5t-79 24.5h-37v24h37q48 0 77 23.5t29 58.5q0 31 -25 54t-83 23q-52 0 -74 -20.5t-31 -62.5l-24 7 q17 102 132 102q66 0 99 -29t33 -72q0 -39 -26 -65.5t-64 -28.5zM518 700l-210 -700h-28l209 700h29zM703 0h-27v111h-199v30l199 252h27v-256h77v-26h-77v-111zM676 137v103q0 14 0.5 28t0.5 25t0.5 21t1.5 17.5t1 13v8.5l1 3h-2q-1 0 -86 -108.5t-85 -109.5l1 -2h3h10 t13.5 0.5t17.5 0.5h20h103z" horiz-adv-x="798" unicode="¾"/><glyph d="M294 710q16 0 25 -9.5t9 -23.5t-9.5 -23t-24.5 -9q-16 0 -25 9.5t-9 22.5q0 15 9 24t25 9zM307 563v-182q-128 -48 -180.5 -94.5t-52.5 -112.5q0 -65 45 -113t150 -48q176 0 216 163l25 -7q-21 -91 -84 -137t-160 -46q-113 0 -167 55.5t-54 130.5q0 44 19 81t54.5 63.5 t72.5 45t87 36.5v165h29z" horiz-adv-x="555" unicode="¿"/><glyph d="M355 754l-96 138l27 10l99 -148h-30zM552 230h-389l-104 -230h-29l315 700h25l315 -700h-29zM541 255l-95 211q-13 29 -35 80t-37 86l-16 36h-1l-15 -36q-16 -35 -38 -86t-35 -80l-95 -211h367z" horiz-adv-x="715" unicode="À"/><glyph d="M350 754h-30l99 148l27 -10zM552 230h-389l-104 -230h-29l315 700h25l315 -700h-29zM541 255l-95 211q-13 29 -35 80t-37 86l-16 36h-1l-15 -36q-16 -35 -38 -86t-35 -80l-95 -211h367z" horiz-adv-x="715" unicode="Á"/><glyph d="M253 767l-17 18l121 110l120 -111l-17 -18l-103 96zM552 230h-389l-104 -230h-29l315 700h25l315 -700h-29zM541 255l-95 211q-13 29 -35 80t-37 86l-16 36h-1l-15 -36q-16 -35 -38 -86t-35 -80l-95 -211h367z" horiz-adv-x="715" unicode="Â"/><glyph d="M289 824q-40 0 -60 -29l-12 20l3 3q3 4 4 5.5t4.5 5t6 5.5t7 5t9 5t10.5 3.5t12.5 2.5t14.5 1q25 0 64 -18.5t67 -18.5q35 0 58 25l12 -20q-28 -32 -71 -32q-26 0 -65.5 18.5t-63.5 18.5zM552 230h-389l-104 -230h-29l315 700h25l315 -700h-29zM541 255l-95 211 q-13 29 -35 80t-37 86l-16 36h-1l-15 -36q-16 -35 -38 -86t-35 -80l-95 -211h367z" horiz-adv-x="715" unicode="Ã"/><glyph d="M270 785q-11 0 -19.5 8.5t-8.5 20.5t8.5 20.5t19.5 8.5q12 0 20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM444 785q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5t20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM552 230h-389l-104 -230h-29l315 700h25l315 -700h-29z M541 255l-95 211q-13 29 -35 80t-37 86l-16 36h-1l-15 -36q-16 -35 -38 -86t-35 -80l-95 -211h367z" horiz-adv-x="715" unicode="Ä"/><glyph d="M357 744q-35 0 -56.5 22t-21.5 54t21.5 54t56.5 22t56.5 -22t21.5 -54t-21.5 -54t-56.5 -22zM357 873q-24 0 -39 -15t-15 -38t15 -38t39 -15t39 15t15 38t-15 38t-39 15zM552 230h-389l-104 -230h-29l315 700h25l315 -700h-29zM541 255l-95 211q-13 29 -35 80t-37 86 l-16 36h-1l-15 -36q-16 -35 -38 -86t-35 -80l-95 -211h367z" horiz-adv-x="715" unicode="Å"/><glyph d="M497 674v-289h336v-26h-336v-333h419v-26h-446v230h-308l-103 -230h-29l316 700h570v-26h-419zM470 255v419h-109l-188 -419h297z" horiz-adv-x="971" unicode="Æ"/><glyph d="M701 197l25 -7q-41 -93 -124 -146.5t-190 -55.5v-10q104 -10 104 -75q0 -34 -26.5 -53t-74.5 -19q-49 0 -77 18v27q27 -19 76 -19q75 0 75 47q0 27 -25.5 39t-78.5 14v31q-147 6 -243.5 105.5t-96.5 258.5q0 165 101 263.5t257 98.5q115 0 196.5 -52.5t116.5 -131.5 l-25 -8q-10 22 -27.5 45t-50 53t-87 49t-121.5 19q-147 0 -240 -90.5t-93 -245.5q0 -154 94.5 -246t235.5 -92q98 0 178 48.5t121 134.5z" horiz-adv-x="781" unicode="Ç"/><glyph d="M247 902l99 -148h-30l-96 138zM90 0v700h446v-26h-419v-289h336v-26h-336v-333h419v-26h-446z" horiz-adv-x="591" unicode="È"/><glyph d="M311 754h-30l99 148l27 -10zM90 0v700h446v-26h-419v-289h336v-26h-336v-333h419v-26h-446z" horiz-adv-x="591" unicode="É"/><glyph d="M438 784l-17 -18l-103 96l-104 -95l-17 18l121 110zM90 0v700h446v-26h-419v-289h336v-26h-336v-333h419v-26h-446z" horiz-adv-x="591" unicode="Ê"/><glyph d="M231 785q-11 0 -19.5 8.5t-8.5 20.5t8.5 20.5t19.5 8.5q12 0 20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM405 785q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5t20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM90 0v700h446v-26h-419v-289h336v-26h-336v-333h419v-26 h-446z" horiz-adv-x="591" unicode="Ë"/><glyph d="M33 902l99 -148h-30l-96 138zM90 0v700h27v-700h-27z" unicode="Ì"/><glyph d="M97 754h-30l99 148l27 -10zM90 0v700h27v-700h-27z" unicode="Í"/><glyph d="M205 784l-17 -18l-84 92l-84 -91l-17 18l101 110zM90 0v700h27v-700h-27z" unicode="Î"/><glyph d="M57 785q-11 0 -19.5 8.5t-8.5 20.5t8.5 20.5t19.5 8.5q12 0 20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM151 785q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5t20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM90 0v700h27v-700h-27z" unicode="Ï"/><glyph d="M90 700h207q168 0 270.5 -95t102.5 -258q0 -161 -100.5 -254t-262.5 -93h-217v359h-78v26h78v315zM117 26h190q147 0 241.5 84.5t94.5 236.5q0 154 -95.5 240.5t-250.5 86.5h-180v-289h198v-26h-198v-333z" horiz-adv-x="715" unicode="Ð"/><glyph d="M486 839l12 -20q-28 -32 -71 -32q-26 0 -65.5 18.5t-63.5 18.5q-40 0 -60 -29l-12 20l3 3q3 4 4 5.5t4.5 5t6 5.5t7 5t9 5t10.5 3.5t12.5 2.5t14.5 1q25 0 64 -18.5t67 -18.5q35 0 58 25zM596 0l-481 665h-1v-5q0 -5 0.5 -13t1 -19.5t0.5 -26t0.5 -30t0.5 -34v-35.5v-502 h-27v700h27l481 -661h1v5q0 5 -0.5 13t-0.5 19.5t-0.5 26t-1 30t-0.5 33.5v35v499h27v-700h-27z" horiz-adv-x="713" unicode="Ñ"/><glyph d="M333 902l99 -148h-30l-96 138zM45 351q0 162 103 262.5t255 100.5t255.5 -100.5t103.5 -262.5t-103.5 -262.5t-255.5 -100.5t-255 100.5t-103 262.5zM72 351q0 -154 94.5 -245.5t236.5 -91.5t237 91.5t95 245.5t-95 245.5t-237 91.5t-236.5 -91.5t-94.5 -245.5z" horiz-adv-x="807" unicode="Ò"/><glyph d="M397 754h-30l99 148l27 -10zM45 351q0 162 103 262.5t255 100.5t255.5 -100.5t103.5 -262.5t-103.5 -262.5t-255.5 -100.5t-255 100.5t-103 262.5zM72 351q0 -154 94.5 -245.5t236.5 -91.5t237 91.5t95 245.5t-95 245.5t-237 91.5t-236.5 -91.5t-94.5 -245.5z" horiz-adv-x="807" unicode="Ó"/><glyph d="M524 784l-17 -18l-103 96l-104 -95l-17 18l121 110zM45 351q0 162 103 262.5t255 100.5t255.5 -100.5t103.5 -262.5t-103.5 -262.5t-255.5 -100.5t-255 100.5t-103 262.5zM72 351q0 -154 94.5 -245.5t236.5 -91.5t237 91.5t95 245.5t-95 245.5t-237 91.5t-236.5 -91.5 t-94.5 -245.5z" horiz-adv-x="807" unicode="Ô"/><glyph d="M524 839l12 -20q-28 -32 -71 -32q-26 0 -65.5 18.5t-63.5 18.5q-40 0 -60 -29l-12 20l3 3q3 4 4 5.5t4.5 5t6 5.5t7 5t9 5t10.5 3.5t12.5 2.5t14.5 1q25 0 64 -18.5t67 -18.5q35 0 58 25zM45 351q0 162 103 262.5t255 100.5t255.5 -100.5t103.5 -262.5t-103.5 -262.5 t-255.5 -100.5t-255 100.5t-103 262.5zM72 351q0 -154 94.5 -245.5t236.5 -91.5t237 91.5t95 245.5t-95 245.5t-237 91.5t-236.5 -91.5t-94.5 -245.5z" horiz-adv-x="807" unicode="Õ"/><glyph d="M317 785q-11 0 -19.5 8.5t-8.5 20.5t8.5 20.5t19.5 8.5q12 0 20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM491 785q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5t20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM45 351q0 162 103 262.5t255 100.5t255.5 -100.5 t103.5 -262.5t-103.5 -262.5t-255.5 -100.5t-255 100.5t-103 262.5zM72 351q0 -154 94.5 -245.5t236.5 -91.5t237 91.5t95 245.5t-95 245.5t-237 91.5t-236.5 -91.5t-94.5 -245.5z" horiz-adv-x="807" unicode="Ö"/><glyph d="M352 296l133 -133l-18 -17l-133 133l-133 -133l-17 17l133 133l-133 134l17 17l133 -133l133 132l17 -17z" horiz-adv-x="668" unicode="×"/><glyph d="M706 724l-69 -91q125 -105 125 -282q0 -162 -103.5 -262.5t-255.5 -100.5q-118 0 -208 62l-72 -94l-19 15l71 94q-130 104 -130 286q0 162 103 262.5t255 100.5q122 0 215 -67l69 91zM72 351q0 -173 118 -266l413 542q-85 61 -200 61q-142 0 -236.5 -91.5t-94.5 -245.5z M403 14q142 0 237 91.5t95 245.5q0 167 -113 262l-412 -543q84 -56 193 -56z" horiz-adv-x="807" unicode="Ø"/><glyph d="M271 902l99 -148h-30l-96 138zM607 700v-420q0 -292 -264 -292q-263 0 -263 292v420h27v-424q0 -262 236 -262q121 0 179 65.5t58 196.5v424h27z" horiz-adv-x="687" unicode="Ù"/><glyph d="M335 754h-30l99 148l27 -10zM607 700v-420q0 -292 -264 -292q-263 0 -263 292v420h27v-424q0 -262 236 -262q121 0 179 65.5t58 196.5v424h27z" horiz-adv-x="687" unicode="Ú"/><glyph d="M462 784l-17 -18l-103 96l-104 -95l-17 18l121 110zM607 700v-420q0 -292 -264 -292q-263 0 -263 292v420h27v-424q0 -262 236 -262q121 0 179 65.5t58 196.5v424h27z" horiz-adv-x="687" unicode="Û"/><glyph d="M255 785q-11 0 -19.5 8.5t-8.5 20.5t8.5 20.5t19.5 8.5q12 0 20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM429 785q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5t20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM607 700v-420q0 -292 -264 -292q-263 0 -263 292v420h27 v-424q0 -262 236 -262q121 0 179 65.5t58 196.5v424h27z" horiz-adv-x="687" unicode="Ü"/><glyph d="M306 754h-30l99 148l27 -10zM324 322v-322h-27v322l-277 378h32l187 -255l72 -97h1l8 11q8 11 25 34.5t35 48.5l190 258h32z" horiz-adv-x="622" unicode="Ý"/><glyph d="M117 544h143q118 0 181 -48.5t63 -140.5t-63 -140t-181 -48h-143v-167h-27v700h27v-156zM117 193h143q217 0 217 162q0 163 -217 163h-143v-325z" horiz-adv-x="534" unicode="Þ"/><glyph d="M336 331h7q80 0 132.5 -44t52.5 -122t-51 -127.5t-132 -49.5q-80 0 -135 43l15 21q48 -39 119 -39q69 0 113 42t44 108q0 64 -41.5 104t-109.5 40h-44v27l118 199l-1 1h-63h-243v-534h-27v560h381l-135 -228v-1z" horiz-adv-x="563" unicode="ß"/><glyph d="M288 614l-96 138l27 10l99 -148h-30zM440 182h-302l-79 -182h-29l247 560h25l247 -560h-29zM429 208l-70 160q-68 155 -68 163h-2q0 -4 -73 -170l-67 -153h280z" horiz-adv-x="579" unicode="à"/><glyph d="M283 614h-30l99 148l27 -10zM440 182h-302l-79 -182h-29l247 560h25l247 -560h-29zM429 208l-70 160q-68 155 -68 163h-2q0 -4 -73 -170l-67 -153h280z" horiz-adv-x="579" unicode="á"/><glyph d="M206 627l-17 18l101 110l101 -111l-17 -18l-84 92zM440 182h-302l-79 -182h-29l247 560h25l247 -560h-29zM429 208l-70 160q-68 155 -68 163h-2q0 -4 -73 -170l-67 -153h280z" horiz-adv-x="579" unicode="â"/><glyph d="M225 684q-33 0 -50 -29l-11 22q24 34 62 34q24 0 59.5 -18.5t60.5 -18.5q8 0 14.5 1.5t11 3t8.5 5t6 5t5 5.5t4 5l11 -22q-23 -30 -61 -30q-25 0 -61.5 18.5t-58.5 18.5zM440 182h-302l-79 -182h-29l247 560h25l247 -560h-29zM429 208l-70 160q-68 155 -68 163h-2 q0 -4 -73 -170l-67 -153h280z" horiz-adv-x="579" unicode="ã"/><glyph d="M203 645q-11 0 -19.5 8.5t-8.5 20.5t8.5 20.5t19.5 8.5q12 0 20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM377 645q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5t20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM440 182h-302l-79 -182h-29l247 560h25l247 -560h-29z M429 208l-70 160q-68 155 -68 163h-2q0 -4 -73 -170l-67 -153h280z" horiz-adv-x="579" unicode="ä"/><glyph d="M290 604q-35 0 -56.5 22t-21.5 54t21.5 54t56.5 22t56.5 -22t21.5 -54t-21.5 -54t-56.5 -22zM290 733q-24 0 -39 -15t-15 -38t15 -38t39 -15t39 15t15 38t-15 38t-39 15zM440 182h-302l-79 -182h-29l247 560h25l247 -560h-29zM429 208l-70 160q-68 155 -68 163h-2 q0 -4 -73 -170l-67 -153h280z" horiz-adv-x="579" unicode="å"/><glyph d="M745 26v-26h-368v182h-239l-79 -182h-29l247 560h463v-26h-336v-227h270v-26h-270v-255h341zM377 208v326h-85l-142 -326h227z" horiz-adv-x="800" unicode="æ"/><glyph d="M575 158l26 -7q-34 -71 -100 -115t-148 -48v-13q104 -10 104 -75q0 -34 -26.5 -53t-74.5 -19q-49 0 -77 18v27q27 -19 76 -19q75 0 75 47q0 27 -25.5 39t-78.5 14v34q-120 4 -200.5 86.5t-80.5 205.5q0 125 83.5 208t206.5 83q83 0 154 -41t106 -124l-26 -7 q-76 146 -231 146q-116 0 -191 -74t-75 -191t75 -191.5t189 -74.5q81 0 143 39.5t96 104.5z" horiz-adv-x="656" unicode="ç"/><glyph d="M202 762l99 -148h-30l-96 138zM90 0v560h363v-26h-336v-227h270v-26h-270v-255h341v-26h-368z" horiz-adv-x="513" unicode="è"/><glyph d="M266 614h-30l99 148l27 -10zM90 0v560h363v-26h-336v-227h270v-26h-270v-255h341v-26h-368z" horiz-adv-x="513" unicode="é"/><glyph d="M393 644l-17 -18l-103 96l-104 -95l-17 18l121 110zM90 0v560h363v-26h-336v-227h270v-26h-270v-255h341v-26h-368z" horiz-adv-x="513" unicode="ê"/><glyph d="M186 645q-11 0 -19.5 8.5t-8.5 20.5t8.5 20.5t19.5 8.5q12 0 20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM360 645q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5t20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM90 0v560h363v-26h-336v-227h270v-26h-270v-255h341v-26 h-368z" horiz-adv-x="513" unicode="ë"/><glyph d="M33 762l99 -148h-30l-96 138zM90 0v560h27v-560h-27z" unicode="ì"/><glyph d="M97 614h-30l99 148l27 -10zM90 0v560h27v-560h-27z" unicode="í"/><glyph d="M205 644l-17 -18l-84 92l-84 -91l-17 18l101 110zM90 0v560h27v-560h-27z" unicode="î"/><glyph d="M57 645q-11 0 -19.5 8.5t-8.5 20.5t8.5 20.5t19.5 8.5q12 0 20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM151 645q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5t20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM90 0v560h27v-560h-27z" unicode="ï"/><glyph d="M90 560h170q138 0 222.5 -76.5t84.5 -205.5q0 -128 -83 -203t-216 -75h-178v281h-78v26h78v253zM117 26h150q120 0 196.5 66.5t76.5 185.5q0 120 -77 188t-204 68h-142v-227h198v-26h-198v-255z" horiz-adv-x="612" unicode="ð"/><glyph d="M407 699l11 -22q-23 -30 -61 -30q-25 0 -61.5 18.5t-58.5 18.5q-33 0 -50 -29l-11 22q24 34 62 34q24 0 59.5 -18.5t60.5 -18.5q8 0 14.5 1.5t11 3t8.5 5t6 5t5 5.5t4 5zM523 0h-26l-381 521h-1v-4q0 -4 0.5 -10.5t0.5 -15.5v-21t0.5 -24t0.5 -27v-29v-390h-27v560h27 l380 -516h1v4q0 4 -0.5 10.5t-0.5 15v20t-0.5 24t-0.5 26.5v28v388h27v-560z" horiz-adv-x="613" unicode="ñ"/><glyph d="M264 762l99 -148h-30l-96 138zM45 279q0 126 83.5 209t204.5 83t205 -83.5t84 -208.5t-84 -208t-205 -83t-204.5 83t-83.5 208zM72 279q0 -116 75 -190.5t186 -74.5t186.5 74.5t75.5 190.5q0 117 -75.5 191.5t-186.5 74.5t-186 -74.5t-75 -191.5z" horiz-adv-x="667" unicode="ò"/><glyph d="M328 614h-30l99 148l27 -10zM45 279q0 126 83.5 209t204.5 83t205 -83.5t84 -208.5t-84 -208t-205 -83t-204.5 83t-83.5 208zM72 279q0 -116 75 -190.5t186 -74.5t186.5 74.5t75.5 190.5q0 117 -75.5 191.5t-186.5 74.5t-186 -74.5t-75 -191.5z" horiz-adv-x="667" unicode="ó"/><glyph d="M455 644l-17 -18l-103 96l-104 -95l-17 18l121 110zM45 279q0 126 83.5 209t204.5 83t205 -83.5t84 -208.5t-84 -208t-205 -83t-204.5 83t-83.5 208zM72 279q0 -116 75 -190.5t186 -74.5t186.5 74.5t75.5 190.5q0 117 -75.5 191.5t-186.5 74.5t-186 -74.5t-75 -191.5z" horiz-adv-x="667" unicode="ô"/><glyph d="M440 699l11 -22q-23 -30 -61 -30q-25 0 -61.5 18.5t-58.5 18.5q-33 0 -50 -29l-11 22q24 34 62 34q24 0 59.5 -18.5t60.5 -18.5q8 0 14.5 1.5t11 3t8.5 5t6 5t5 5.5t4 5zM45 279q0 126 83.5 209t204.5 83t205 -83.5t84 -208.5t-84 -208t-205 -83t-204.5 83t-83.5 208z M72 279q0 -116 75 -190.5t186 -74.5t186.5 74.5t75.5 190.5q0 117 -75.5 191.5t-186.5 74.5t-186 -74.5t-75 -191.5z" horiz-adv-x="667" unicode="õ"/><glyph d="M248 645q-11 0 -19.5 8.5t-8.5 20.5t8.5 20.5t19.5 8.5q12 0 20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM422 645q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5t20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM45 279q0 126 83.5 209t204.5 83t205 -83.5t84 -208.5 t-84 -208t-205 -83t-204.5 83t-83.5 208zM72 279q0 -116 75 -190.5t186 -74.5t186.5 74.5t75.5 190.5q0 117 -75.5 191.5t-186.5 74.5t-186 -74.5t-75 -191.5z" horiz-adv-x="667" unicode="ö"/><glyph d="M334 440q-16 0 -25 9.5t-9 23.5t9.5 23t24.5 9q16 0 25 -9.5t9 -22.5q0 -15 -9 -24t-25 -9zM515 281h-363v26h363v-26zM334 88q-16 0 -25 9.5t-9 23.5t9.5 23t24.5 9q16 0 25 -9.5t9 -22.5q0 -15 -9 -24t-25 -9z" horiz-adv-x="668" unicode="÷"/><glyph d="M583 584l-62 -80q101 -85 101 -225q0 -125 -84 -208t-205 -83q-97 0 -171 55l-64 -82l-19 15l64 82q-98 85 -98 221q0 126 83.5 209t204.5 83q94 0 168 -52l63 80zM72 279q0 -125 86 -201l328 420q-67 47 -153 47q-111 0 -186 -74.5t-75 -191.5zM333 14q111 0 186.5 74.5 t75.5 190.5q0 128 -90 205l-328 -421q68 -49 156 -49z" horiz-adv-x="667" unicode="ø"/><glyph d="M229 762l99 -148h-30l-96 138zM516 560v-339q0 -233 -219 -233q-217 0 -217 233v339h27v-342q0 -204 191 -204t191 204v342h27z" horiz-adv-x="596" unicode="ù"/><glyph d="M293 614h-30l99 148l27 -10zM516 560v-339q0 -233 -219 -233q-217 0 -217 233v339h27v-342q0 -204 191 -204t191 204v342h27z" horiz-adv-x="596" unicode="ú"/><glyph d="M420 644l-17 -18l-103 96l-104 -95l-17 18l121 110zM516 560v-339q0 -233 -219 -233q-217 0 -217 233v339h27v-342q0 -204 191 -204t191 204v342h27z" horiz-adv-x="596" unicode="û"/><glyph d="M213 645q-11 0 -19.5 8.5t-8.5 20.5t8.5 20.5t19.5 8.5q12 0 20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM387 645q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5t20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM516 560v-339q0 -233 -219 -233q-217 0 -217 233v339h27 v-342q0 -204 191 -204t191 204v342h27z" horiz-adv-x="596" unicode="ü"/><glyph d="M250 614h-30l99 148l27 -10zM268 0h-27v256l-221 304h32l110 -152l92 -126h1q3 3 94 127l109 151h31l-221 -304v-256z" horiz-adv-x="509" unicode="ý"/><glyph d="M117 425h90q102 0 152.5 -33t50.5 -106t-50.5 -105.5t-152.5 -32.5h-90v-148h-27v560h27v-135zM117 174h90q92 0 134 25t42 87t-43 87.5t-133 25.5h-90v-225z" horiz-adv-x="440" unicode="þ"/><glyph d="M170 645q-11 0 -19.5 8.5t-8.5 20.5t8.5 20.5t19.5 8.5q12 0 20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM344 645q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5t20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM268 0h-27v256l-221 304h32l110 -152l92 -126h1q3 3 94 127 l109 151h31l-221 -304v-256z" horiz-adv-x="509" unicode="ÿ"/><glyph d="M501 674v-289h336v-26h-336v-333h419v-26h-441q-28 -4 -71 -4q-162 0 -262.5 98t-100.5 256t100.5 256t263.5 98q27 0 65 -4h446v-26h-419zM72 351q0 -151 92 -240t244 -89q29 0 66 5v646q-35 5 -66 5q-153 0 -244.5 -88t-91.5 -239z" horiz-adv-x="980" unicode="Œ"/><glyph d="M766 26v-26h-368q-27 -3 -58 -3q-131 0 -213 78.5t-82 204.5t82 204.5t214 78.5q33 0 58 -3h362v-26h-336v-227h270v-26h-270v-255h341zM341 23q33 0 57 4v506q-25 4 -57 4q-122 0 -195.5 -69t-73.5 -187t74 -188t195 -70z" horiz-adv-x="826" unicode="œ"/><glyph d="M226 785q-11 0 -19.5 8.5t-8.5 20.5t8.5 20.5t19.5 8.5q12 0 20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM400 785q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5t20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5zM324 322v-322h-27v322l-277 378h32l187 -255l72 -97h1l8 11 q8 11 25 34.5t35 48.5l190 258h32z" horiz-adv-x="622" unicode="Ÿ"/><glyph d="M370 784l-17 -18l-103 96l-104 -95l-17 18l121 110z" horiz-adv-x="500" unicode="ˆ"/><glyph d="M359 839l11 -22q-22 -30 -61 -30q-25 0 -61.5 18.5t-58.5 18.5q-33 0 -50 -29l-11 22q24 34 62 34q24 0 59.5 -18.5t60.5 -18.5q8 0 14.5 1.5t11 3t8.5 5t6 5t5 5.5t4 5z" horiz-adv-x="500" unicode="˜"/><glyph horiz-adv-x="451"/><glyph horiz-adv-x="902"/><glyph horiz-adv-x="451"/><glyph horiz-adv-x="902"/><glyph horiz-adv-x="300"/><glyph horiz-adv-x="225"/><glyph horiz-adv-x="150"/><glyph horiz-adv-x="150"/><glyph horiz-adv-x="112"/><glyph horiz-adv-x="180"/><glyph horiz-adv-x="50"/><glyph d="M475 281h-363v26h363v-26z" horiz-adv-x="588" unicode="‐"/><glyph d="M475 281h-363v26h363v-26z" horiz-adv-x="588" unicode="‑"/><glyph d="M475 281h-363v26h363v-26z" horiz-adv-x="588" unicode="‒"/><glyph d="M555 281h-443v26h443v-26z" horiz-adv-x="668" unicode="–"/><glyph d="M916 281h-804v26h804v-26z" horiz-adv-x="1029" unicode="—"/><glyph d="M81 615q17 4 28 -4t11 -24q0 -32 -34 -32q-35 0 -35 42q0 30 19.5 66.5t53.5 49.5l14 -19q-23 -9 -40 -34.5t-17 -44.5z" horiz-adv-x="186" unicode="‘"/><glyph d="M105 652q-17 -4 -28 4t-11 24q0 32 34 32q35 0 35 -42q0 -30 -19.5 -66.5t-53.5 -49.5l-14 19q23 9 40 34.5t17 44.5z" horiz-adv-x="186" unicode="’"/><glyph d="M105 -13q-17 -4 -28 4t-11 24q0 32 34 32q35 0 35 -42q0 -30 -19.5 -66.5t-53.5 -49.5l-14 19q23 9 40 34.5t17 44.5z" horiz-adv-x="186" unicode="‚"/><glyph d="M78 615q17 4 28 -4t11 -24q0 -32 -34 -32q-35 0 -35 42q0 30 19.5 66.5t53.5 49.5l14 -19q-23 -9 -40 -34.5t-17 -44.5zM232 615q17 4 28 -4t11 -24q0 -32 -34 -32q-35 0 -35 42q0 30 19.5 66.5t53.5 49.5l14 -19q-23 -9 -40 -34.5t-17 -44.5z" horiz-adv-x="340" unicode="“"/><glyph d="M105 652q-17 -4 -28 4t-11 24q0 32 34 32q35 0 35 -42q0 -30 -19.5 -66.5t-53.5 -49.5l-14 19q23 9 40 34.5t17 44.5zM259 652q-17 -4 -28 4t-11 24q0 32 34 32q35 0 35 -42q0 -30 -19.5 -66.5t-53.5 -49.5l-14 19q23 9 40 34.5t17 44.5z" horiz-adv-x="340" unicode="”"/><glyph d="M105 -13q-17 -4 -28 4t-11 24q0 32 34 32q35 0 35 -42q0 -30 -19.5 -66.5t-53.5 -49.5l-14 19q23 9 40 34.5t17 44.5zM237 -13q-17 -4 -28 4t-11 24q0 32 34 32q35 0 35 -42q0 -30 -19.5 -66.5t-53.5 -49.5l-14 19q23 9 40 34.5t17 44.5z" horiz-adv-x="318" unicode="„"/><glyph d="M152 223q-26 0 -44 18t-18 44t18 44t44 18t44 -18t18 -44t-18 -44t-44 -18z" horiz-adv-x="304" unicode="•"/><glyph d="M87 -11q-28 0 -28 27q0 26 28 26q13 0 20.5 -7.5t7.5 -18.5q0 -12 -7.5 -19.5t-20.5 -7.5zM317 -11q-28 0 -28 27q0 26 28 26q13 0 20.5 -7.5t7.5 -18.5q0 -12 -7.5 -19.5t-20.5 -7.5zM557 -11q-28 0 -28 27q0 26 28 26q13 0 20.5 -7.5t7.5 -18.5q0 -12 -7.5 -19.5 t-20.5 -7.5z" horiz-adv-x="643" unicode="…"/><glyph horiz-adv-x="180"/><glyph d="M295 511l19 -18l-218 -215v-2l218 -215l-19 -18l-235 234z" horiz-adv-x="374" unicode="‹"/><glyph d="M79 43l-19 18l218 215v2l-218 215l19 18l235 -234z" horiz-adv-x="374" unicode="›"/><glyph horiz-adv-x="225"/><glyph d="M531 137l25 -8q-53 -141 -217 -141q-107 0 -169.5 62t-75.5 173h-49v26h47q-1 11 -1 34l1 26h-47v26h49q11 111 71.5 173.5t166.5 62.5q84 0 143.5 -38.5t74.5 -109.5l-25 -7q-12 50 -57.5 89.5t-132.5 39.5q-97 0 -150.5 -55.5t-63.5 -154.5h224v-26h-226l-1 -26 q0 -23 1 -34h226v-26h-224q12 -100 67 -154t153 -54q142 0 190 122z" horiz-adv-x="611" unicode="€"/><glyph d="M295 700v-25h-115v-300h-26v300h-114v25h255zM671 375h-27v157v26v27v26.5t0.5 24.5t0.5 19.5v13.5v5h-1l-4 -10q-5 -11 -13.5 -28.5t-16.5 -32.5l-79 -153h-27l-79 153q-8 15 -17 32.5t-14 28.5l-5 10h-1v-5v-13.5v-19.5t0.5 -24.5t0.5 -26.5v-27v-26v-157h-27v325h42 l88 -175l25 -50h1q1 1 25 49l88 176h40v-325z" horiz-adv-x="761" unicode="™"/><hkern k="90" u1="“" u2="æ"/><hkern k="90" u1="“" u2="å"/><hkern k="90" u1="“" u2="ä"/><hkern k="90" u1="“" u2="ã"/><hkern k="90" u1="“" u2="â"/><hkern k="90" u1="“" u2="á"/><hkern k="90" u1="“" u2="à"/><hkern k="80" u1="“" u2="Æ"/><hkern k="80" u1="“" u2="Å"/><hkern k="80" u1="“" u2="Ä"/><hkern k="80" u1="“" u2="Ã"/><hkern k="80" u1="“" u2="Â"/><hkern k="80" u1="“" u2="Á"/><hkern k="80" u1="“" u2="À"/><hkern k="120" u1="“" u2="j"/><hkern k="90" u1="“" u2="a"/><hkern k="120" u1="“" u2="J"/><hkern k="80" u1="“" u2="A"/><hkern g1="germandbls" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="20"/><hkern g1="germandbls" g2="Y,Yacute,Ydieresis" k="100"/><hkern g1="germandbls" g2="j" k="-20"/><hkern g1="germandbls" g2="T" k="40"/><hkern g1="germandbls" g2="v,w,yen" k="30"/><hkern g1="germandbls" g2="u,ugrave,uacute,ucircumflex,udieresis" k="10"/><hkern g1="germandbls" g2="y,yacute,ydieresis" k="30"/><hkern g1="germandbls" g2="V,W" k="100"/><hkern g1="germandbls" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="50"/><hkern g1="germandbls" g2="t" k="40"/><hkern g1="r" g2="J" k="-20"/><hkern g1="r" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="40"/><hkern g1="r" g2="Y,Yacute,Ydieresis" k="70"/><hkern g1="r" g2="j" k="-20"/><hkern g1="r" g2="T" k="70"/><hkern g1="r" g2="y,yacute,ydieresis" k="10"/><hkern g1="r" g2="V,W" k="40"/><hkern g1="r" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="20"/><hkern g1="r" g2="t" k="20"/><hkern g1="r" g2="z" k="20"/><hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="j" k="40"/><hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="y,yacute,ydieresis" k="10"/><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="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20"/><hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="z" k="20"/><hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="dollar,s" k="10"/><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="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="30"/><hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="40"/><hkern g1="z" g2="Y,Yacute,Ydieresis" k="40"/><hkern g1="z" g2="j" k="-20"/><hkern g1="z" g2="T" k="60"/><hkern g1="z" g2="V,W" k="20"/><hkern g1="z" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20"/><hkern g1="z" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20"/><hkern g1="z" g2="guillemotleft,guilsinglleft" k="20"/><hkern g1="ordfeminine" g2="J" k="80"/><hkern g1="ordfeminine" g2="v,w,yen" k="40"/><hkern g1="ordfeminine" g2="y,yacute,ydieresis" k="50"/><hkern g1="ordfeminine" g2="t" k="60"/><hkern g1="b" g2="Y,Yacute,Ydieresis" k="90"/><hkern g1="b" g2="j" k="-10"/><hkern g1="b" g2="T" k="110"/><hkern g1="b" g2="v,w,yen" k="10"/><hkern g1="b" g2="y,yacute,ydieresis" k="40"/><hkern g1="b" g2="V,W" k="90"/><hkern g1="b" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="30"/><hkern g1="b" g2="t" k="40"/><hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="10"/><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="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="30"/><hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="dollar,s" k="10"/><hkern g1="Z" g2="v,w,yen" k="20"/><hkern g1="Z" g2="y,yacute,ydieresis" k="20"/><hkern g1="Z" g2="t" k="40"/><hkern g1="Z" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20"/><hkern g1="Z" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20"/><hkern g1="Z" g2="guillemotleft,guilsinglleft" k="20"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="20"/><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="10"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="T" k="120"/><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="40"/><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="50"/><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="50"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="z" k="20"/><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="20"/><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="30"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="30"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="parenright" k="30"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="x" k="20"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="degree" k="40"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="X" k="30"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="braceright" k="30"/><hkern g1="zero,d,o,q,copyright,registered,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="bracketright" k="20"/><hkern g1="R" g2="Y,Yacute,Ydieresis" k="30"/><hkern g1="R" g2="j" k="-20"/><hkern g1="R" g2="T" k="20"/><hkern g1="R" g2="V,W" k="10"/><hkern g1="R" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20"/><hkern g1="R" g2="Z" k="20"/><hkern g1="g" g2="Y,Yacute,Ydieresis" k="40"/><hkern g1="g" g2="j" k="-20"/><hkern g1="g" g2="T" k="90"/><hkern g1="g" g2="v,w,yen" k="20"/><hkern g1="g" g2="y,yacute,ydieresis" k="30"/><hkern g1="g" g2="V,W" k="40"/><hkern g1="g" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="30"/><hkern g1="g" g2="t" k="30"/><hkern g1="t" g2="J" k="70"/><hkern g1="t" g2="Y,Yacute,Ydieresis" k="20"/><hkern g1="t" g2="j" k="90"/><hkern g1="t" g2="T" k="50"/><hkern g1="t" g2="hyphen,uni00AD,divide,endash,emdash" k="90"/><hkern g1="t" g2="four" k="30"/><hkern g1="t" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="50"/><hkern g1="t" g2="dollar,s" k="30"/><hkern g1="t" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="110"/><hkern g1="t" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="70"/><hkern g1="t" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="70"/><hkern g1="t" g2="X" k="30"/><hkern g1="t" g2="slash" k="60"/><hkern g1="t" g2="ordfeminine" k="60"/><hkern g1="t" g2="ampersand" k="40"/><hkern g1="t" g2="numbersign" k="40"/><hkern g1="t" g2="bullet" k="60"/><hkern g1="B" g2="J" k="-20"/><hkern g1="B" g2="Y,Yacute,Ydieresis" k="40"/><hkern g1="B" g2="T" k="50"/><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="20"/><hkern g1="l" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="40"/><hkern g1="l" g2="Y,Yacute,Ydieresis" k="150"/><hkern g1="l" g2="j" k="-30"/><hkern g1="l" g2="T" k="80"/><hkern g1="l" g2="v,w,yen" k="80"/><hkern g1="l" g2="u,ugrave,uacute,ucircumflex,udieresis" k="50"/><hkern g1="l" g2="y,yacute,ydieresis" k="100"/><hkern g1="l" g2="V,W" k="140"/><hkern g1="l" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="50"/><hkern g1="l" g2="t" k="110"/><hkern g1="l" g2="hyphen,uni00AD,divide,endash,emdash" k="100"/><hkern g1="l" g2="trademark" k="140"/><hkern g1="l" g2="four" k="40"/><hkern g1="l" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="40"/><hkern g1="l" g2="backslash" k="100"/><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="50"/><hkern g1="ordmasculine" g2="v,w,yen" k="-10"/><hkern g1="ordmasculine" g2="y,yacute,ydieresis" k="-25"/><hkern g1="ordmasculine" g2="x" k="-20"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="J" k="20"/><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="50"/><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="10"/><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="z" k="20"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="50"/><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="comma,period,quotesinglbase,quotedblbase,ellipsis" k="30"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="parenright" k="30"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="degree" k="40"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="X" k="20"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="braceright" k="30"/><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="20"/><hkern g1="parenright,at,D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="one" k="10"/><hkern g1="y,yacute,ydieresis" g2="J" k="100"/><hkern g1="y,yacute,ydieresis" g2="Y,Yacute,Ydieresis" k="10"/><hkern g1="y,yacute,ydieresis" g2="j" k="90"/><hkern g1="y,yacute,ydieresis" g2="T" k="40"/><hkern g1="y,yacute,ydieresis" g2="v,w,yen" k="-10"/><hkern g1="y,yacute,ydieresis" g2="hyphen,uni00AD,divide,endash,emdash" k="60"/><hkern g1="y,yacute,ydieresis" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="40"/><hkern g1="y,yacute,ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="90"/><hkern g1="y,yacute,ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="100"/><hkern g1="y,yacute,ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="80"/><hkern g1="y,yacute,ydieresis" g2="x" k="10"/><hkern g1="y,yacute,ydieresis" g2="ordfeminine" k="50"/><hkern g1="y,yacute,ydieresis" g2="bullet" k="20"/><hkern g1="y,yacute,ydieresis" g2="periodcentered" k="20"/><hkern g1="G" g2="J" k="-10"/><hkern g1="G" g2="Y,Yacute,Ydieresis" k="20"/><hkern g1="G" g2="T" k="30"/><hkern g1="G" g2="V,W" k="20"/><hkern g1="G" g2="dollar,s" k="-20"/><hkern g1="T" g2="J" k="120"/><hkern g1="T" g2="j" k="140"/><hkern g1="T" g2="v,w,yen" k="40"/><hkern g1="T" g2="u,ugrave,uacute,ucircumflex,udieresis" k="110"/><hkern g1="T" g2="y,yacute,ydieresis" k="40"/><hkern g1="T" g2="t" k="50"/><hkern g1="T" g2="hyphen,uni00AD,divide,endash,emdash" k="90"/><hkern g1="T" g2="four" k="160"/><hkern g1="T" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="120"/><hkern g1="T" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="50"/><hkern g1="T" g2="seven" k="40"/><hkern g1="T" g2="z" k="60"/><hkern g1="T" g2="dollar,s" k="100"/><hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="130"/><hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="110"/><hkern g1="T" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="70"/><hkern g1="T" g2="guillemotleft,guilsinglleft" k="80"/><hkern g1="T" g2="x" k="70"/><hkern g1="T" g2="slash" k="40"/><hkern g1="T" g2="ampersand" k="130"/><hkern g1="T" g2="numbersign" k="60"/><hkern g1="T" g2="bullet" k="60"/><hkern g1="T" g2="one" k="80"/><hkern g1="T" g2="periodcentered" k="40"/><hkern g1="T" g2="six" k="130"/><hkern g1="T" g2="two" k="60"/><hkern g1="T" g2="nine" k="100"/><hkern g1="T" g2="three,eight" k="100"/><hkern g1="T" g2="S" k="30"/><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="110"/><hkern g1="T" g2="five" k="100"/><hkern g1="L" g2="J" k="-10"/><hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="40"/><hkern g1="L" g2="Y,Yacute,Ydieresis" k="140"/><hkern g1="L" g2="T" k="140"/><hkern g1="L" g2="v,w,yen" k="100"/><hkern g1="L" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20"/><hkern g1="L" g2="y,yacute,ydieresis" k="110"/><hkern g1="L" g2="V,W" k="110"/><hkern g1="L" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="80"/><hkern g1="L" g2="t" k="100"/><hkern g1="L" g2="hyphen,uni00AD,divide,endash,emdash" k="100"/><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="40"/><hkern g1="L" g2="backslash" k="100"/><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="60"/><hkern g1="L" g2="S" k="30"/><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="160"/><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="130"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="v,w,yen" k="80"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20"/><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="100"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="90"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="t" k="110"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="hyphen,uni00AD,divide,endash,emdash" k="60"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="trademark" k="160"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="four" k="30"/><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="20"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="backslash" k="140"/><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="50"/><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="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-10"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="x" k="-10"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="numbersign" 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="30"/><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="60"/><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="60"/><hkern g1="seven,v,w,yen" g2="T" k="40"/><hkern g1="seven,v,w,yen" g2="v,w,yen" k="-10"/><hkern g1="seven,v,w,yen" g2="y,yacute,ydieresis" k="-10"/><hkern g1="seven,v,w,yen" g2="hyphen,uni00AD,divide,endash,emdash" k="40"/><hkern g1="seven,v,w,yen" g2="four" k="60"/><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="80"/><hkern g1="seven,v,w,yen" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="70"/><hkern g1="seven,v,w,yen" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="70"/><hkern g1="seven,v,w,yen" g2="slash" k="100"/><hkern g1="seven,v,w,yen" g2="ordfeminine" k="40"/><hkern g1="seven,v,w,yen" g2="numbersign" k="20"/><hkern g1="seven,v,w,yen" g2="six" k="40"/><hkern g1="seven,v,w,yen" g2="ordmasculine" k="-10"/><hkern g1="Y,Yacute,Ydieresis" g2="J" k="130"/><hkern g1="Y,Yacute,Ydieresis" g2="Y,Yacute,Ydieresis" k="-10"/><hkern g1="Y,Yacute,Ydieresis" g2="j" k="100"/><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="10"/><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="hyphen,uni00AD,divide,endash,emdash" k="80"/><hkern g1="Y,Yacute,Ydieresis" g2="four" k="100"/><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="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="50"/><hkern g1="Y,Yacute,Ydieresis" g2="z" k="40"/><hkern g1="Y,Yacute,Ydieresis" g2="dollar,s" k="60"/><hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="160"/><hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="110"/><hkern g1="Y,Yacute,Ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="70"/><hkern g1="Y,Yacute,Ydieresis" g2="guillemotleft,guilsinglleft" k="120"/><hkern g1="Y,Yacute,Ydieresis" g2="x" k="20"/><hkern g1="Y,Yacute,Ydieresis" g2="slash" k="110"/><hkern g1="Y,Yacute,Ydieresis" g2="ampersand" k="80"/><hkern g1="Y,Yacute,Ydieresis" g2="numbersign" k="120"/><hkern g1="Y,Yacute,Ydieresis" g2="bullet" k="40"/><hkern g1="Y,Yacute,Ydieresis" g2="periodcentered" k="40"/><hkern g1="Y,Yacute,Ydieresis" g2="six" k="50"/><hkern g1="Y,Yacute,Ydieresis" g2="S" k="10"/><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="50"/><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="80"/><hkern g1="f" g2="j" k="120"/><hkern g1="f" g2="T" k="80"/><hkern g1="f" g2="V,W" k="50"/><hkern g1="f" g2="four" k="80"/><hkern g1="f" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20"/><hkern g1="f" g2="dollar,s" k="10"/><hkern g1="f" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="100"/><hkern g1="f" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="50"/><hkern g1="f" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="130"/><hkern g1="f" g2="X" k="30"/><hkern g1="f" g2="slash" k="60"/><hkern g1="f" g2="ordfeminine" k="60"/><hkern g1="f" g2="numbersign" k="50"/><hkern g1="f" g2="ordmasculine" k="20"/><hkern g1="dollar,s" g2="J" k="-20"/><hkern g1="dollar,s" g2="Y,Yacute,Ydieresis" k="50"/><hkern g1="dollar,s" g2="j" k="-20"/><hkern g1="dollar,s" g2="T" k="100"/><hkern g1="dollar,s" g2="V,W" k="20"/><hkern g1="dollar,s" g2="t" k="30"/><hkern g1="dollar,s" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="10"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="J" k="-40"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="30"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="Y,Yacute,Ydieresis" k="110"/><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="70"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="u,ugrave,uacute,ucircumflex,udieresis" k="40"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="y,yacute,ydieresis" k="100"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="V,W" k="80"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="60"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="t" k="70"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="hyphen,uni00AD,divide,endash,emdash" k="40"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="trademark" k="160"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="four" k="40"/><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="30"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="backslash" k="110"/><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="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-10"/><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="guillemotleft,guilsinglleft" k="30"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="X" k="-20"/><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="70"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="asterisk" k="60"/><hkern g1="V,W" g2="J" k="90"/><hkern g1="V,W" g2="Y,Yacute,Ydieresis" k="-10"/><hkern g1="V,W" g2="j" k="100"/><hkern g1="V,W" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20"/><hkern g1="V,W" g2="V,W" k="-10"/><hkern g1="V,W" g2="hyphen,uni00AD,divide,endash,emdash" k="80"/><hkern g1="V,W" g2="four" k="110"/><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="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="30"/><hkern g1="V,W" g2="z" k="20"/><hkern g1="V,W" g2="dollar,s" k="40"/><hkern g1="V,W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="100"/><hkern g1="V,W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="80"/><hkern g1="V,W" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="60"/><hkern g1="V,W" g2="guillemotleft,guilsinglleft" k="100"/><hkern g1="V,W" g2="x" k="40"/><hkern g1="V,W" g2="slash" k="60"/><hkern g1="V,W" g2="ampersand" k="20"/><hkern g1="V,W" g2="numbersign" k="40"/><hkern g1="V,W" g2="six" k="50"/><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="30"/><hkern g1="V,W" g2="five" k="40"/><hkern g1="V,W" g2="guillemotright,guilsinglright" k="50"/><hkern g1="k" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="20"/><hkern g1="k" g2="Y,Yacute,Ydieresis" k="40"/><hkern g1="k" g2="j" k="-30"/><hkern g1="k" g2="T" k="80"/><hkern g1="k" g2="v,w,yen" k="10"/><hkern g1="k" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20"/><hkern g1="k" g2="y,yacute,ydieresis" k="20"/><hkern g1="k" g2="V,W" k="20"/><hkern g1="k" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20"/><hkern g1="k" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="30"/><hkern g1="k" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-20"/><hkern g1="k" g2="ampersand" k="15"/><hkern g1="c,ccedilla,Euro" g2="Y,Yacute,Ydieresis" k="80"/><hkern g1="c,ccedilla,Euro" g2="T" k="10"/><hkern g1="c,ccedilla,Euro" g2="v,w,yen" k="10"/><hkern g1="c,ccedilla,Euro" g2="y,yacute,ydieresis" k="10"/><hkern g1="c,ccedilla,Euro" g2="V,W" k="40"/><hkern g1="c,ccedilla,Euro" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="20"/><hkern g1="c,ccedilla,Euro" g2="t" k="40"/><hkern g1="c,ccedilla,Euro" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="10"/><hkern g1="c,ccedilla,Euro" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="20"/><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="20"/><hkern g1="x" g2="Y,Yacute,Ydieresis" k="20"/><hkern g1="x" g2="j" k="-40"/><hkern g1="x" g2="T" k="70"/><hkern g1="x" g2="y,yacute,ydieresis" k="10"/><hkern g1="x" g2="V,W" k="40"/><hkern g1="x" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20"/><hkern g1="x" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-10"/><hkern g1="x" g2="x" k="-10"/><hkern g1="x" g2="ordmasculine" k="-20"/><hkern g1="F" g2="J" k="150"/><hkern g1="F" g2="j" k="120"/><hkern g1="F" g2="v,w,yen" k="30"/><hkern g1="F" g2="y,yacute,ydieresis" k="40"/><hkern g1="F" g2="t" k="60"/><hkern g1="F" g2="four" k="90"/><hkern g1="F" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="50"/><hkern g1="F" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="26"/><hkern g1="F" g2="z" k="40"/><hkern g1="F" g2="dollar,s" k="30"/><hkern g1="F" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="120"/><hkern g1="F" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="120"/><hkern g1="F" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="120"/><hkern g1="F" g2="slash" k="80"/><hkern g1="F" g2="ampersand" k="40"/><hkern g1="F" g2="numbersign" k="50"/><hkern g1="F" g2="six" k="40"/><hkern g1="F" g2="S" k="10"/><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="50"/><hkern g1="p,thorn" g2="J" k="60"/><hkern g1="p,thorn" g2="Y,Yacute,Ydieresis" k="70"/><hkern g1="p,thorn" g2="j" k="80"/><hkern g1="p,thorn" g2="T" k="110"/><hkern g1="p,thorn" g2="V,W" k="20"/><hkern g1="p,thorn" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="20"/><hkern g1="p,thorn" g2="four" k="40"/><hkern g1="p,thorn" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="60"/><hkern g1="p,thorn" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="60"/><hkern g1="p,thorn" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="90"/><hkern g1="p,thorn" g2="X" k="40"/><hkern g1="p,thorn" g2="slash" k="50"/><hkern g1="p,thorn" g2="Z" k="20"/><hkern g1="p,thorn" g2="ordfeminine" k="20"/><hkern g1="p,thorn" g2="numbersign" k="40"/><hkern g1="S" g2="J" k="-20"/><hkern g1="S" g2="Y,Yacute,Ydieresis" k="10"/><hkern g1="S" g2="T" k="30"/><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="50"/><hkern g1="h,i,m,n,sterling,igrave,iacute,icircumflex,idieresis,ntilde" g2="j" k="-10"/><hkern g1="h,i,m,n,sterling,igrave,iacute,icircumflex,idieresis,ntilde" g2="T" k="110"/><hkern g1="h,i,m,n,sterling,igrave,iacute,icircumflex,idieresis,ntilde" g2="V,W" k="30"/><hkern g1="K" g2="J" k="-30"/><hkern g1="K" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="20"/><hkern g1="K" g2="Y,Yacute,Ydieresis" k="20"/><hkern g1="K" g2="j" k="-20"/><hkern g1="K" g2="T" k="20"/><hkern g1="K" g2="v,w,yen" k="70"/><hkern g1="K" g2="u,ugrave,uacute,ucircumflex,udieresis" k="40"/><hkern g1="K" g2="y,yacute,ydieresis" k="70"/><hkern g1="K" g2="V,W" k="20"/><hkern g1="K" g2="t" k="70"/><hkern g1="K" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="40"/><hkern g1="K" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="35"/><hkern g1="K" g2="dollar,s" k="30"/><hkern g1="K" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-20"/><hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="Y,Yacute,Ydieresis" k="20"/><hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="T" k="110"/><hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="V,W" k="20"/><hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20"/><hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="40"/><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="20"/><hkern g1="C,Ccedilla" g2="T" k="45"/><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="20"/><hkern g1="C,Ccedilla" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="50"/><hkern g1="C,Ccedilla" g2="numbersign" k="-30"/><hkern g1="X" g2="J" k="-30"/><hkern g1="X" g2="v,w,yen" k="50"/><hkern g1="X" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20"/><hkern g1="X" g2="y,yacute,ydieresis" k="50"/><hkern g1="X" g2="t" k="30"/><hkern g1="X" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="30"/><hkern g1="X" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20"/><hkern g1="X" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-20"/><hkern g1="X" g2="X" k="-10"/><hkern g1="X" g2="ampersand" k="20"/><hkern g1="P,Thorn" g2="J" k="90"/><hkern g1="P,Thorn" g2="j" k="100"/><hkern g1="P,Thorn" g2="T" k="40"/><hkern g1="P,Thorn" g2="v,w,yen" k="-10"/><hkern g1="P,Thorn" g2="u,ugrave,uacute,ucircumflex,udieresis" k="-20"/><hkern g1="P,Thorn" g2="four" k="60"/><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="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="80"/><hkern g1="P,Thorn" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="90"/><hkern g1="P,Thorn" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="100"/><hkern g1="P,Thorn" g2="X" k="20"/><hkern g1="P,Thorn" g2="slash" k="60"/><hkern g1="P,Thorn" g2="Z" k="30"/><hkern g1="P,Thorn" g2="numbersign" k="50"/><hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="Y,Yacute,Ydieresis" k="30"/><hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="T" k="50"/><hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="u,ugrave,uacute,ucircumflex,udieresis" k="10"/><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="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="V,W" k="60"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="Y,Yacute,Ydieresis" k="70"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="J" k="-40"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="four" k="83"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="y,yacute,ydieresis" k="70"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="t" k="70"/><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="30"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="six" k="20"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="j" k="-40"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="40"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="T" k="70"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="nine" k="60"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="v,w,yen" k="70"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="30"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="40"/><hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="one" k="40"/><hkern g1="four" g2="Y,Yacute,Ydieresis" k="20"/><hkern g1="four" g2="T" k="90"/><hkern g1="four" g2="slash" k="-30"/><hkern g1="four" g2="backslash" k="60"/><hkern g1="four" g2="ordmasculine" k="20"/><hkern g1="four" g2="seven" k="20"/><hkern g1="ampersand" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="20"/><hkern g1="ampersand" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="30"/><hkern g1="ampersand" g2="V,W" k="40"/><hkern g1="ampersand" g2="Y,Yacute,Ydieresis" k="90"/><hkern g1="ampersand" g2="J" k="40"/><hkern g1="ampersand" g2="y,yacute,ydieresis" k="30"/><hkern g1="ampersand" g2="t" k="70"/><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="j" k="40"/><hkern g1="ampersand" g2="T" k="130"/><hkern g1="ampersand" g2="v,w,yen" k="30"/><hkern g1="ampersand" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="-10"/><hkern g1="ampersand" g2="one" k="30"/><hkern g1="ampersand" g2="seven" k="60"/><hkern g1="ampersand" g2="x" k="20"/><hkern g1="ampersand" g2="two" k="40"/><hkern g1="ampersand" g2="X" k="30"/><hkern g1="ampersand" g2="z" k="20"/><hkern g1="ampersand" g2="three,eight" k="30"/><hkern g1="three,eight" g2="T" k="100"/><hkern g1="three,eight" g2="slash" k="-10"/><hkern g1="three,eight" g2="backslash" k="60"/><hkern g1="braceleft" g2="four" k="60"/><hkern g1="braceleft" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="40"/><hkern g1="braceleft" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="30"/><hkern g1="braceleft" g2="one" k="15"/><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="70"/><hkern g1="numbersign" g2="V,W" k="-40"/><hkern g1="numbersign" g2="t" k="-30"/><hkern g1="numbersign" g2="j" k="40"/><hkern g1="numbersign" g2="T" k="-40"/><hkern g1="numbersign" g2="slash" k="60"/><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="70"/><hkern g1="six" g2="y,yacute,ydieresis" k="50"/><hkern g1="six" g2="T" k="120"/><hkern g1="six" g2="v,w,yen" k="30"/><hkern g1="six" g2="one" k="40"/><hkern g1="six" g2="slash" k="-20"/><hkern g1="six" g2="backslash" k="90"/><hkern g1="six" g2="seven" k="30"/><hkern g1="six" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="30"/><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="40"/><hkern g1="nine" g2="J" k="70"/><hkern g1="nine" g2="j" k="40"/><hkern g1="nine" g2="T" k="100"/><hkern g1="nine" g2="backslash" k="30"/><hkern g1="nine" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="80"/><hkern g1="bullet" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="20"/><hkern g1="bullet" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20"/><hkern g1="bullet" g2="Y,Yacute,Ydieresis" k="40"/><hkern g1="bullet" g2="J" k="50"/><hkern g1="bullet" g2="y,yacute,ydieresis" k="20"/><hkern g1="bullet" g2="t" k="60"/><hkern g1="bullet" g2="j" k="50"/><hkern g1="bullet" g2="T" k="60"/><hkern g1="periodcentered" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="20"/><hkern g1="periodcentered" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20"/><hkern g1="periodcentered" g2="Y,Yacute,Ydieresis" k="40"/><hkern g1="periodcentered" g2="J" k="20"/><hkern g1="periodcentered" g2="y,yacute,ydieresis" k="20"/><hkern g1="periodcentered" g2="j" k="20"/><hkern g1="periodcentered" g2="T" k="40"/><hkern g1="slash" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="110"/><hkern g1="slash" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="140"/><hkern g1="slash" g2="four" k="150"/><hkern g1="slash" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="90"/><hkern g1="slash" g2="six" k="100"/><hkern g1="slash" g2="j" k="50"/><hkern g1="slash" g2="numbersign" k="120"/><hkern g1="slash" g2="nine" k="40"/><hkern g1="slash" g2="one" k="90"/><hkern g1="slash" g2="two" k="70"/><hkern g1="slash" g2="three,eight" k="90"/><hkern g1="slash" g2="five" k="50"/><hkern g1="slash" g2="S" k="20"/><hkern g1="slash" g2="dollar,s" k="60"/><hkern g1="two" g2="T" k="60"/><hkern g1="two" g2="slash" k="-10"/><hkern g1="two" g2="backslash" k="50"/><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="60"/><hkern g1="asterisk" g2="J" k="80"/><hkern g1="asterisk" g2="j" k="80"/><hkern g1="guillemotright,guilsinglright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="30"/><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="20"/><hkern g1="guillemotright,guilsinglright" g2="y,yacute,ydieresis" k="20"/><hkern g1="guillemotright,guilsinglright" g2="j" k="30"/><hkern g1="guillemotright,guilsinglright" g2="T" k="80"/><hkern g1="guillemotright,guilsinglright" g2="v,w,yen" k="20"/><hkern g1="guillemotright,guilsinglright" g2="z" k="20"/><hkern g1="guillemotright,guilsinglright" g2="Z" k="20"/><hkern g1="parenleft" g2="four" k="70"/><hkern g1="parenleft" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="40"/><hkern g1="parenleft" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="30"/><hkern g1="backslash" g2="V,W" k="90"/><hkern g1="backslash" g2="Y,Yacute,Ydieresis" k="110"/><hkern g1="backslash" g2="y,yacute,ydieresis" k="80"/><hkern g1="backslash" g2="t" k="60"/><hkern g1="backslash" g2="j" k="-20"/><hkern g1="backslash" g2="T" k="40"/><hkern g1="backslash" g2="nine" k="50"/><hkern g1="backslash" g2="v,w,yen" k="80"/><hkern g1="backslash" g2="one" k="20"/><hkern g1="backslash" g2="seven" k="30"/><hkern g1="backslash" g2="z" k="-40"/><hkern g1="backslash" g2="three,eight" k="10"/><hkern g1="one" g2="T" k="10"/><hkern g1="one" g2="slash" k="-30"/><hkern g1="five" g2="Y,Yacute,Ydieresis" k="40"/><hkern g1="five" g2="T" k="100"/><hkern g1="five" g2="one" k="20"/><hkern g1="five" g2="slash" k="-20"/><hkern g1="five" g2="backslash" k="40"/><hkern g1="five" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="40"/><hkern g1="degree" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="40"/><hkern g1="bracketleft" g2="four" k="60"/><hkern g1="bracketleft" g2="zero,c,g,o,q,cent,copyright,registered,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe,Euro" k="20"/><hkern g1="bracketleft" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20"/><hkern g1="bracketleft" g2="one" k="-10"/><hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="40"/><hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="60"/><hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="V,W" k="80"/><hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="Y,Yacute,Ydieresis" k="80"/><hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="J" k="60"/><hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="y,yacute,ydieresis" k="60"/><hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="t" k="90"/><hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="j" k="80"/><hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="T" k="90"/><hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="v,w,yen" k="40"/><hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="one" k="60"/><hkern g1="hyphen,uni00AD,divide,endash,emdash" g2="seven" k="70"/><hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="90"/><hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="120"/><hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="J" k="70"/><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="six" k="20"/><hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="j" k="60"/><hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="parenleft,at,C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="10"/><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="S" k="40"/><hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="dollar,s" k="50"/></font></defs></svg>