georgia 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (366) hide show
  1. checksums.yaml +7 -0
  2. data/MIT-LICENSE +20 -0
  3. data/README.md +27 -0
  4. data/Rakefile +27 -0
  5. data/app/assets/fonts/georgia/signika-bold-webfont.eot +0 -0
  6. data/app/assets/fonts/georgia/signika-bold-webfont.svg +1711 -0
  7. data/app/assets/fonts/georgia/signika-bold-webfont.ttf +0 -0
  8. data/app/assets/fonts/georgia/signika-bold-webfont.woff +0 -0
  9. data/app/assets/fonts/georgia/signika-light-webfont.eot +0 -0
  10. data/app/assets/fonts/georgia/signika-light-webfont.svg +1680 -0
  11. data/app/assets/fonts/georgia/signika-light-webfont.ttf +0 -0
  12. data/app/assets/fonts/georgia/signika-light-webfont.woff +0 -0
  13. data/app/assets/fonts/georgia/signika-regular-webfont.eot +0 -0
  14. data/app/assets/fonts/georgia/signika-regular-webfont.svg +1746 -0
  15. data/app/assets/fonts/georgia/signika-regular-webfont.ttf +0 -0
  16. data/app/assets/fonts/georgia/signika-regular-webfont.woff +0 -0
  17. data/app/assets/images/georgia/bg-body-bar.jpg +0 -0
  18. data/app/assets/images/georgia/checkmark.png +0 -0
  19. data/app/assets/images/georgia/content-types/avi.jpg +0 -0
  20. data/app/assets/images/georgia/content-types/css.jpg +0 -0
  21. data/app/assets/images/georgia/content-types/csv.jpg +0 -0
  22. data/app/assets/images/georgia/content-types/doc.jpg +0 -0
  23. data/app/assets/images/georgia/content-types/docx.jpg +0 -0
  24. data/app/assets/images/georgia/content-types/eps.jpg +0 -0
  25. data/app/assets/images/georgia/content-types/gif.jpg +0 -0
  26. data/app/assets/images/georgia/content-types/gz.jpg +0 -0
  27. data/app/assets/images/georgia/content-types/html.jpg +0 -0
  28. data/app/assets/images/georgia/content-types/jpg.jpg +0 -0
  29. data/app/assets/images/georgia/content-types/mp3.jpg +0 -0
  30. data/app/assets/images/georgia/content-types/ods.jpg +0 -0
  31. data/app/assets/images/georgia/content-types/odt.jpg +0 -0
  32. data/app/assets/images/georgia/content-types/pdf.jpg +0 -0
  33. data/app/assets/images/georgia/content-types/png.jpg +0 -0
  34. data/app/assets/images/georgia/content-types/ppt.jpg +0 -0
  35. data/app/assets/images/georgia/content-types/pptx.jpg +0 -0
  36. data/app/assets/images/georgia/content-types/rar.jpg +0 -0
  37. data/app/assets/images/georgia/content-types/tar.jpg +0 -0
  38. data/app/assets/images/georgia/content-types/txt.jpg +0 -0
  39. data/app/assets/images/georgia/content-types/wav.jpg +0 -0
  40. data/app/assets/images/georgia/content-types/xls.jpg +0 -0
  41. data/app/assets/images/georgia/content-types/zip.jpg +0 -0
  42. data/app/assets/images/georgia/down_arrow.gif +0 -0
  43. data/app/assets/images/georgia/grippy_large.png +0 -0
  44. data/app/assets/images/georgia/indeterminate.png +0 -0
  45. data/app/assets/images/georgia/logo.png +0 -0
  46. data/app/assets/images/georgia/select2-spinner.gif +0 -0
  47. data/app/assets/images/georgia/select2.png +0 -0
  48. data/app/assets/images/georgia/select2x2.png +0 -0
  49. data/app/assets/images/georgia/transparent.jpg +0 -0
  50. data/app/assets/images/georgia/up_arrow.gif +0 -0
  51. data/app/assets/images/ui-bg_glass_75_ffffff_1x400.png +0 -0
  52. data/app/assets/javascripts/georgia/application.js +20 -0
  53. data/app/assets/javascripts/georgia/bootstrap-vendor.js.coffee +13 -0
  54. data/app/assets/javascripts/georgia/ckeditor/config.js +22 -0
  55. data/app/assets/javascripts/georgia/components/asset-replacer.js.coffee +25 -0
  56. data/app/assets/javascripts/georgia/components/asset-uploader.js.coffee +44 -0
  57. data/app/assets/javascripts/georgia/components/flash.js.coffee +15 -0
  58. data/app/assets/javascripts/georgia/components/forms/menu.js.coffee +66 -0
  59. data/app/assets/javascripts/georgia/components/forms/revision.js.coffee +22 -0
  60. data/app/assets/javascripts/georgia/components/forms/spinning.js.coffee +51 -0
  61. data/app/assets/javascripts/georgia/components/media-library.js.coffee +57 -0
  62. data/app/assets/javascripts/georgia/components/portlets/link.js.coffee +14 -0
  63. data/app/assets/javascripts/georgia/components/portlets/slide.js.coffee +38 -0
  64. data/app/assets/javascripts/georgia/components/portlets/widget.js.coffee +47 -0
  65. data/app/assets/javascripts/georgia/components/position_sort.js.coffee +20 -0
  66. data/app/assets/javascripts/georgia/components/tables/checkbox.js.coffee +123 -0
  67. data/app/assets/javascripts/georgia/components/tables/media.js.coffee +59 -0
  68. data/app/assets/javascripts/georgia/components/tables/messages.js.coffee +59 -0
  69. data/app/assets/javascripts/georgia/components/tables/pages.js.coffee +93 -0
  70. data/app/assets/javascripts/georgia/components/tags.js.coffee +36 -0
  71. data/app/assets/javascripts/georgia/components/widget.js.coffee +32 -0
  72. data/app/assets/javascripts/georgia/featured-image.js.coffee +8 -0
  73. data/app/assets/javascripts/georgia/keybindings.js.coffee +42 -0
  74. data/app/assets/javascripts/georgia/toggle.js.coffee +4 -0
  75. data/app/assets/javascripts/georgia/vendor/bootstrap-datetimepicker.js +28 -0
  76. data/app/assets/javascripts/georgia/vendor/jquery.mjs.nestedSortable.js +608 -0
  77. data/app/assets/javascripts/georgia/vendor/jquery.ui.touch-punch.js +160 -0
  78. data/app/assets/javascripts/georgia/vendor/moment.js +6 -0
  79. data/app/assets/stylesheets/georgia/application.css.scss +16 -0
  80. data/app/assets/stylesheets/georgia/components/_box.scss +29 -0
  81. data/app/assets/stylesheets/georgia/components/_button.scss +60 -0
  82. data/app/assets/stylesheets/georgia/components/_checkbox.scss +48 -0
  83. data/app/assets/stylesheets/georgia/components/_form.scss +8 -0
  84. data/app/assets/stylesheets/georgia/components/_help.scss +4 -0
  85. data/app/assets/stylesheets/georgia/components/_icon.scss +7 -0
  86. data/app/assets/stylesheets/georgia/components/_input.scss +48 -0
  87. data/app/assets/stylesheets/georgia/components/_label.scss +4 -0
  88. data/app/assets/stylesheets/georgia/components/_modal.scss +14 -0
  89. data/app/assets/stylesheets/georgia/components/_nav-list.scss +13 -0
  90. data/app/assets/stylesheets/georgia/components/_note.scss +31 -0
  91. data/app/assets/stylesheets/georgia/components/_portlet.scss +57 -0
  92. data/app/assets/stylesheets/georgia/components/_progress.scss +4 -0
  93. data/app/assets/stylesheets/georgia/components/_state.scss +17 -0
  94. data/app/assets/stylesheets/georgia/components/_table.scss +8 -0
  95. data/app/assets/stylesheets/georgia/components/_transparent.scss +3 -0
  96. data/app/assets/stylesheets/georgia/layout/_base.scss +94 -0
  97. data/app/assets/stylesheets/georgia/layout/_devise.scss +5 -0
  98. data/app/assets/stylesheets/georgia/mixins/_clearfix.scss +12 -0
  99. data/app/assets/stylesheets/georgia/mixins/_ellipsis.scss +8 -0
  100. data/app/assets/stylesheets/georgia/mixins/_inflectors.scss +1 -0
  101. data/app/assets/stylesheets/georgia/mixins/_opacity.scss +6 -0
  102. data/app/assets/stylesheets/georgia/mixins/_utilities.scss +13 -0
  103. data/app/assets/stylesheets/georgia/modules/_facets.scss +4 -0
  104. data/app/assets/stylesheets/georgia/modules/_footer.scss +9 -0
  105. data/app/assets/stylesheets/georgia/modules/_form_with_helpers.scss +17 -0
  106. data/app/assets/stylesheets/georgia/modules/_header.scss +66 -0
  107. data/app/assets/stylesheets/georgia/modules/_link.scss +51 -0
  108. data/app/assets/stylesheets/georgia/modules/_login.scss +7 -0
  109. data/app/assets/stylesheets/georgia/modules/_media.scss +55 -0
  110. data/app/assets/stylesheets/georgia/modules/_menu.scss +7 -0
  111. data/app/assets/stylesheets/georgia/modules/_message.scss +53 -0
  112. data/app/assets/stylesheets/georgia/modules/_notifications.scss +26 -0
  113. data/app/assets/stylesheets/georgia/modules/_pages.scss +7 -0
  114. data/app/assets/stylesheets/georgia/modules/_pagination.scss +41 -0
  115. data/app/assets/stylesheets/georgia/modules/_results.scss +46 -0
  116. data/app/assets/stylesheets/georgia/modules/_revision.scss +18 -0
  117. data/app/assets/stylesheets/georgia/modules/_sidebar.scss +71 -0
  118. data/app/assets/stylesheets/georgia/modules/_slide.scss +11 -0
  119. data/app/assets/stylesheets/georgia/modules/_subpage.scss +25 -0
  120. data/app/assets/stylesheets/georgia/modules/_users.scss +3 -0
  121. data/app/assets/stylesheets/georgia/modules/_widget.scss +45 -0
  122. data/app/assets/stylesheets/georgia/overrides/_select2.scss +5 -0
  123. data/app/assets/stylesheets/georgia/settings/_base.scss +6 -0
  124. data/app/assets/stylesheets/georgia/settings/_colors.scss +41 -0
  125. data/app/assets/stylesheets/georgia/settings/_fonts.scss +3 -0
  126. data/app/assets/stylesheets/georgia/settings/_z-index.scss +7 -0
  127. data/app/assets/stylesheets/georgia/vendor/_autocomplete.scss +50 -0
  128. data/app/assets/stylesheets/georgia/vendor/_bootstrap-datetimepicker.scss +174 -0
  129. data/app/assets/stylesheets/georgia/vendor/_select2.scss +18 -0
  130. data/app/assets/stylesheets/georgia/vendor/_tooltip.scss +98 -0
  131. data/app/controllers/georgia/api/media_controller.rb +18 -0
  132. data/app/controllers/georgia/api/tags_controller.rb +22 -0
  133. data/app/controllers/georgia/application_controller.rb +25 -0
  134. data/app/controllers/georgia/concerns/frontendable.rb +45 -0
  135. data/app/controllers/georgia/concerns/helpers.rb +28 -0
  136. data/app/controllers/georgia/dashboard_controller.rb +14 -0
  137. data/app/controllers/georgia/links_controller.rb +13 -0
  138. data/app/controllers/georgia/media_controller.rb +101 -0
  139. data/app/controllers/georgia/menus_controller.rb +80 -0
  140. data/app/controllers/georgia/messages_controller.rb +74 -0
  141. data/app/controllers/georgia/pages_controller.rb +180 -0
  142. data/app/controllers/georgia/revisions_controller.rb +89 -0
  143. data/app/controllers/georgia/slides_controller.rb +13 -0
  144. data/app/controllers/georgia/ui_associations_controller.rb +12 -0
  145. data/app/controllers/georgia/users/sessions_controller.rb +7 -0
  146. data/app/controllers/georgia/users_controller.rb +51 -0
  147. data/app/controllers/georgia/widgets_controller.rb +67 -0
  148. data/app/controllers/messages_controller.rb +29 -0
  149. data/app/decorators/ckeditor/asset_decorator.rb +13 -0
  150. data/app/decorators/ckeditor/assets_decorator.rb +4 -0
  151. data/app/decorators/ckeditor/picture_decorator.rb +9 -0
  152. data/app/decorators/ckeditor/pictures_decorator.rb +4 -0
  153. data/app/decorators/georgia/application_decorator.rb +6 -0
  154. data/app/decorators/georgia/link_decorator.rb +9 -0
  155. data/app/decorators/georgia/links_decorator.rb +4 -0
  156. data/app/decorators/georgia/message_decorator.rb +21 -0
  157. data/app/decorators/georgia/messages_decorator.rb +4 -0
  158. data/app/decorators/georgia/page_decorator.rb +31 -0
  159. data/app/decorators/georgia/pages_decorator.rb +4 -0
  160. data/app/decorators/georgia/revision_decorator.rb +28 -0
  161. data/app/decorators/georgia/slide_decorator.rb +4 -0
  162. data/app/decorators/georgia/widget_decorator.rb +4 -0
  163. data/app/decorators/pagination_decorator.rb +3 -0
  164. data/app/decorators/sunspot/highlighted_hit_decorator.rb +29 -0
  165. data/app/helpers/georgia/checkboxes_helper.rb +13 -0
  166. data/app/helpers/georgia/devise_helper.rb +15 -0
  167. data/app/helpers/georgia/facets_helper.rb +35 -0
  168. data/app/helpers/georgia/forms_helper.rb +68 -0
  169. data/app/helpers/georgia/header_helper.rb +10 -0
  170. data/app/helpers/georgia/internationalization_helper.rb +32 -0
  171. data/app/helpers/georgia/menus_helper.rb +20 -0
  172. data/app/helpers/georgia/messages_helper.rb +9 -0
  173. data/app/helpers/georgia/meta_tags_helper.rb +22 -0
  174. data/app/helpers/georgia/modals_helper.rb +7 -0
  175. data/app/helpers/georgia/pages_helper.rb +22 -0
  176. data/app/helpers/georgia/pagination_helper.rb +10 -0
  177. data/app/helpers/georgia/routes_helper.rb +25 -0
  178. data/app/helpers/georgia/sidebar_helper.rb +13 -0
  179. data/app/helpers/georgia/states_helper.rb +17 -0
  180. data/app/helpers/georgia/twitter_helper.rb +24 -0
  181. data/app/helpers/georgia/ui_helper.rb +51 -0
  182. data/app/mailers/georgia/notifier.rb +33 -0
  183. data/app/models/ability.rb +19 -0
  184. data/app/models/ckeditor/asset.rb +61 -0
  185. data/app/models/ckeditor/attachment_file.rb +7 -0
  186. data/app/models/ckeditor/picture.rb +15 -0
  187. data/app/models/georgia/clone.rb +101 -0
  188. data/app/models/georgia/concerns/cacheable.rb +18 -0
  189. data/app/models/georgia/concerns/contentable.rb +22 -0
  190. data/app/models/georgia/concerns/indexable.rb +67 -0
  191. data/app/models/georgia/concerns/orderable.rb +21 -0
  192. data/app/models/georgia/concerns/publishable.rb +35 -0
  193. data/app/models/georgia/concerns/revisionable.rb +38 -0
  194. data/app/models/georgia/concerns/slugable.rb +46 -0
  195. data/app/models/georgia/concerns/statable.rb +64 -0
  196. data/app/models/georgia/concerns/taggable.rb +19 -0
  197. data/app/models/georgia/concerns/templatable.rb +20 -0
  198. data/app/models/georgia/concerns/treeable.rb +26 -0
  199. data/app/models/georgia/content.rb +15 -0
  200. data/app/models/georgia/link.rb +27 -0
  201. data/app/models/georgia/menu.rb +13 -0
  202. data/app/models/georgia/message.rb +47 -0
  203. data/app/models/georgia/page.rb +20 -0
  204. data/app/models/georgia/revision.rb +22 -0
  205. data/app/models/georgia/role.rb +10 -0
  206. data/app/models/georgia/slide.rb +13 -0
  207. data/app/models/georgia/status.rb +29 -0
  208. data/app/models/georgia/ui_association.rb +27 -0
  209. data/app/models/georgia/ui_section.rb +12 -0
  210. data/app/models/georgia/user.rb +27 -0
  211. data/app/models/georgia/widget.rb +32 -0
  212. data/app/parsers/georgia/menu_ancestry_parser.rb +41 -0
  213. data/app/policies/georgia/policy.rb +17 -0
  214. data/app/policies/georgia/revision_policy.rb +53 -0
  215. data/app/presenters/georgia/active_facet_presenter.rb +25 -0
  216. data/app/presenters/georgia/facet_presenter.rb +26 -0
  217. data/app/presenters/georgia/link_portlet.rb +101 -0
  218. data/app/presenters/georgia/list_facet_presenter.rb +32 -0
  219. data/app/presenters/georgia/media_library_presenter.rb +44 -0
  220. data/app/presenters/georgia/message_actions_presenter.rb +51 -0
  221. data/app/presenters/georgia/page_actions_presenter.rb +94 -0
  222. data/app/presenters/georgia/pagination_presenter.rb +58 -0
  223. data/app/presenters/georgia/portlet.rb +30 -0
  224. data/app/presenters/georgia/presenter.rb +17 -0
  225. data/app/presenters/georgia/sidebar_link_presenter.rb +55 -0
  226. data/app/presenters/georgia/single_active_facet_presenter.rb +10 -0
  227. data/app/presenters/georgia/slide_portlet.rb +79 -0
  228. data/app/presenters/georgia/subpage_portlet.rb +36 -0
  229. data/app/presenters/georgia/warning_message.rb +55 -0
  230. data/app/presenters/georgia/widget_portlet.rb +75 -0
  231. data/app/sweepers/navigation_sweeper.rb +12 -0
  232. data/app/uploaders/ckeditor_attachment_file_uploader.rb +16 -0
  233. data/app/uploaders/ckeditor_picture_uploader.rb +36 -0
  234. data/app/uploaders/georgia/attachment_uploader.rb +16 -0
  235. data/app/views/georgia/api/media/pictures.html.erb +17 -0
  236. data/app/views/georgia/ckeditor/assets/_asset.html.erb +23 -0
  237. data/app/views/georgia/ckeditor/attachment_files/_attachment_file.html.erb +1 -0
  238. data/app/views/georgia/ckeditor/pictures/_picture.html.erb +26 -0
  239. data/app/views/georgia/dashboard/panels/_messages.html.erb +30 -0
  240. data/app/views/georgia/dashboard/panels/_reviews.html.erb +24 -0
  241. data/app/views/georgia/dashboard/show.html.erb +18 -0
  242. data/app/views/georgia/header/_dashboard.html.erb +1 -0
  243. data/app/views/georgia/header/_media.html.erb +3 -0
  244. data/app/views/georgia/header/_messages.html.erb +3 -0
  245. data/app/views/georgia/header/_navigation.html.erb +3 -0
  246. data/app/views/georgia/header/_pages.html.erb +3 -0
  247. data/app/views/georgia/header/_users.html.erb +3 -0
  248. data/app/views/georgia/header/_widgets.html.erb +3 -0
  249. data/app/views/georgia/links/show.html.erb +1 -0
  250. data/app/views/georgia/media/_header.html.erb +27 -0
  251. data/app/views/georgia/media/create.js.erb +1 -0
  252. data/app/views/georgia/media/edit.html.erb +74 -0
  253. data/app/views/georgia/media/search.html.erb +36 -0
  254. data/app/views/georgia/media/sidebar/_facets.html.erb +12 -0
  255. data/app/views/georgia/menus/_menu.html.erb +7 -0
  256. data/app/views/georgia/menus/create.js.erb +5 -0
  257. data/app/views/georgia/menus/edit.html.erb +37 -0
  258. data/app/views/georgia/menus/index.html.erb +36 -0
  259. data/app/views/georgia/messages/_message.html.erb +26 -0
  260. data/app/views/georgia/messages/destroy.js.erb +3 -0
  261. data/app/views/georgia/messages/search.html.erb +58 -0
  262. data/app/views/georgia/messages/show.html.erb +46 -0
  263. data/app/views/georgia/notifier/notify_admins.html.erb +10 -0
  264. data/app/views/georgia/notifier/notify_editors.html.erb +10 -0
  265. data/app/views/georgia/notifier/notify_support.html.erb +9 -0
  266. data/app/views/georgia/pages/_header.html.erb +22 -0
  267. data/app/views/georgia/pages/_page.html.erb +19 -0
  268. data/app/views/georgia/pages/_subpage.html.erb +1 -0
  269. data/app/views/georgia/pages/create.js.erb +6 -0
  270. data/app/views/georgia/pages/search.html.erb +32 -0
  271. data/app/views/georgia/pages/settings.html.erb +79 -0
  272. data/app/views/georgia/pages/templates/_custom.html.erb +7 -0
  273. data/app/views/georgia/pages/templates/_default.html.erb +7 -0
  274. data/app/views/georgia/pages/templates/_one-column.html.erb +7 -0
  275. data/app/views/georgia/pages/templates/_sidebar-left.html.erb +10 -0
  276. data/app/views/georgia/pages/templates/_sidebar-right.html.erb +10 -0
  277. data/app/views/georgia/revisions/_revision.html.erb +11 -0
  278. data/app/views/georgia/revisions/edit.html.erb +36 -0
  279. data/app/views/georgia/revisions/fields/_content.html.erb +43 -0
  280. data/app/views/georgia/revisions/fields/_slides.html.erb +19 -0
  281. data/app/views/georgia/revisions/fields/_template.html.erb +8 -0
  282. data/app/views/georgia/revisions/fields/_ui_section.html.erb +14 -0
  283. data/app/views/georgia/revisions/fields/_widgets.html.erb +11 -0
  284. data/app/views/georgia/revisions/index.html.erb +25 -0
  285. data/app/views/georgia/shared/_messages.html.erb +11 -0
  286. data/app/views/georgia/shared/modals/_media_library.html.erb +35 -0
  287. data/app/views/georgia/shared/modals/_menu.html.erb +20 -0
  288. data/app/views/georgia/shared/modals/_page.html.erb +20 -0
  289. data/app/views/georgia/shared/modals/_progress.html.erb +15 -0
  290. data/app/views/georgia/shared/modals/_widget.html.erb +24 -0
  291. data/app/views/georgia/shared/search/_messages.html.erb +4 -0
  292. data/app/views/georgia/slides/new.html.erb +1 -0
  293. data/app/views/georgia/ui_associations/new.html.erb +1 -0
  294. data/app/views/georgia/users/_form.html.erb +27 -0
  295. data/app/views/georgia/users/_user.html.erb +9 -0
  296. data/app/views/georgia/users/edit.html.erb +22 -0
  297. data/app/views/georgia/users/index.html.erb +25 -0
  298. data/app/views/georgia/users/new.html.erb +19 -0
  299. data/app/views/georgia/users/registrations/new.html.erb +20 -0
  300. data/app/views/georgia/users/sessions/new.html.erb +17 -0
  301. data/app/views/georgia/widgets/_widget.html.erb +35 -0
  302. data/app/views/georgia/widgets/create.js.erb +5 -0
  303. data/app/views/georgia/widgets/index.html.erb +31 -0
  304. data/app/views/layouts/georgia/_footer.html.erb +7 -0
  305. data/app/views/layouts/georgia/_head.html.erb +15 -0
  306. data/app/views/layouts/georgia/_header.html.erb +40 -0
  307. data/app/views/layouts/georgia/_messages.html.erb +7 -0
  308. data/app/views/layouts/georgia/_sidebar.html.erb +9 -0
  309. data/app/views/layouts/georgia/application.html.erb +16 -0
  310. data/app/views/layouts/georgia/devise.html.erb +11 -0
  311. data/app/views/menus/_dropdown_group.html.erb +10 -0
  312. data/app/views/menus/_dropdown_link.html.erb +3 -0
  313. data/app/views/menus/_dropdown_menu.html.erb +11 -0
  314. data/app/views/menus/_link.html.erb +1 -0
  315. data/app/views/menus/_menu.html.erb +7 -0
  316. data/app/views/messages/create.js.erb +0 -0
  317. data/app/workers/spam_worker.rb +12 -0
  318. data/config/initializers/acts_as_taggable_on.rb +19 -0
  319. data/config/initializers/ckeditor.rb +18 -0
  320. data/config/initializers/devise.rb +254 -0
  321. data/config/initializers/inflections.rb +3 -0
  322. data/config/initializers/revisions.rb +5 -0
  323. data/config/initializers/simple_form.rb +79 -0
  324. data/config/locales/georgia.en.yml +4 -0
  325. data/config/routes.rb +79 -0
  326. data/db/migrate/001_create_ckeditor_assets.rb +25 -0
  327. data/db/migrate/002_create_georgia_contents.rb +18 -0
  328. data/db/migrate/003_create_georgia_links.rb +12 -0
  329. data/db/migrate/004_create_georgia_menus.rb +10 -0
  330. data/db/migrate/005_create_georgia_messages.rb +21 -0
  331. data/db/migrate/006_create_georgia_pages.rb +21 -0
  332. data/db/migrate/007_create_georgia_revisions.rb +12 -0
  333. data/db/migrate/008_create_georgia_roles.rb +10 -0
  334. data/db/migrate/009_create_georgia_slides.rb +11 -0
  335. data/db/migrate/010_create_georgia_ui_associations.rb +13 -0
  336. data/db/migrate/011_create_georgia_ui_sections.rb +9 -0
  337. data/db/migrate/012_create_georgia_users.rb +24 -0
  338. data/db/migrate/013_create_georgia_widgets.rb +9 -0
  339. data/db/migrate/014_create_roles_users.rb +11 -0
  340. data/db/migrate/015_create_tags.rb +20 -0
  341. data/lib/generators/georgia/install/install_generator.rb +60 -0
  342. data/lib/generators/georgia/install/templates/Procfile +1 -0
  343. data/lib/generators/georgia/install/templates/README +14 -0
  344. data/lib/generators/georgia/install/templates/app/controllers/pages_controller.rb +13 -0
  345. data/lib/generators/georgia/install/templates/config/initializers/georgia.rb +15 -0
  346. data/lib/generators/georgia/upgrade/templates/add_anti_spam_to_messages.rb +12 -0
  347. data/lib/generators/georgia/upgrade/templates/add_contents_counter_cache_to_images.rb +15 -0
  348. data/lib/generators/georgia/upgrade/templates/add_public_to_georgia_pages.rb +8 -0
  349. data/lib/generators/georgia/upgrade/templates/add_state_to_georgia_pages.rb +13 -0
  350. data/lib/generators/georgia/upgrade/templates/create_georgia_revisions.rb +12 -0
  351. data/lib/generators/georgia/upgrade/upgrade_generator.rb +34 -0
  352. data/lib/georgia.rb +23 -0
  353. data/lib/georgia/assets.rb +8 -0
  354. data/lib/georgia/assets/cloud_files_connection.rb +22 -0
  355. data/lib/georgia/assets/transferable_picture.rb +51 -0
  356. data/lib/georgia/engine.rb +58 -0
  357. data/lib/georgia/paths.rb +22 -0
  358. data/lib/georgia/version.rb +3 -0
  359. data/lib/tasks/assets.rake +106 -0
  360. data/lib/tasks/georgia.rake +61 -0
  361. data/lib/tasks/install.rake +19 -0
  362. data/lib/tasks/sidekiq.rake +8 -0
  363. data/lib/tasks/solr.rake +30 -0
  364. data/lib/tasks/upgrade.rake +39 -0
  365. data/lib/templates/erb/scaffold/_form.html.erb +13 -0
  366. metadata +857 -0
@@ -0,0 +1,1746 @@
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="signikaregular" horiz-adv-x="1085" >
7
+ <font-face units-per-em="2048" ascent="1638" descent="-410" />
8
+ <missing-glyph horiz-adv-x="450" />
9
+ <glyph horiz-adv-x="0" />
10
+ <glyph horiz-adv-x="0" />
11
+ <glyph horiz-adv-x="682" />
12
+ <glyph unicode="&#xd;" horiz-adv-x="380" />
13
+ <glyph unicode=" " horiz-adv-x="450" />
14
+ <glyph unicode="&#x09;" horiz-adv-x="450" />
15
+ <glyph unicode="&#xa0;" horiz-adv-x="450" />
16
+ <glyph unicode="!" horiz-adv-x="589" d="M158 102q0 70 18 97q44 26 115 26q73 0 117 -26q7 -13 12.5 -43.5t5.5 -53.5q0 -62 -18 -94q-44 -26 -117 -26q-71 0 -115 26q-18 27 -18 94zM184 1352q37 28 98 44.5t128 16.5l14 -14l-51 -1002q-34 -10 -80 -10q-53 0 -84 10z" />
17
+ <glyph unicode="&#x22;" horiz-adv-x="798" d="M94 1440q0 36 15 98q46 27 104 27q60 0 106 -27q15 -62 15 -98q0 -13 -11 -70t-27 -151t-26 -179q-20 -10 -55 -10t-57 10q-10 86 -26 180t-27 150.5t-11 69.5zM465 1440q0 40 14 98q46 27 105 27q60 0 106 -27q15 -62 15 -98q0 -13 -11 -70t-27 -151t-26 -179 q-20 -10 -55.5 -10t-57.5 10q-10 86 -26 180t-26.5 150.5t-10.5 69.5z" />
18
+ <glyph unicode="#" horiz-adv-x="1320" d="M48 404.5q0 52.5 13 87.5h248l80 352h-231q-12 35 -12 87t12 89h270l66 289q35 13 95.5 13t94.5 -13l-66 -289h259l65 289q35 13 96 13t95 -13l-66 -289h201q12 -37 12 -89t-12 -87h-240l-78 -352h219q13 -35 13 -87.5t-13 -87.5h-258l-65 -290q-34 -15 -96.5 -15 t-96.5 15l66 290h-256l-66 -290q-34 -15 -96 -15t-96 15l65 290h-209q-13 35 -13 87.5zM502 492h256l80 352h-258z" />
19
+ <glyph unicode="$" horiz-adv-x="1021" d="M68 201q2 43 27 92.5t57 71.5q208 -115 370 -115q87 0 143 36t56 101q0 53 -40 95t-110 67l-204 74q-252 94 -252 299q0 122 82 209t221 110v168q27 8 84 8q55 0 86 -8v-164q163 -15 319 -88q0 -47 -22 -93.5t-56 -74.5q-174 80 -317 80q-83 0 -131.5 -35.5t-48.5 -97.5 q0 -48 33.5 -76t107.5 -53l199 -74q123 -44 196.5 -126.5t73.5 -198.5q0 -139 -97 -229t-265 -103v-156q-34 -6 -86 -6q-54 0 -84 6v160q-102 14 -193 48t-149 73z" />
20
+ <glyph unicode="%" horiz-adv-x="1857" d="M98 1006q0 230 101 333q81 84 221 84q142 0 223 -84q100 -102 100 -333q0 -236 -100 -336q-83 -86 -223 -86q-138 0 -221 86q-101 101 -101 336zM281 1006q0 -60 6 -106.5t20.5 -88t43.5 -64t71 -22.5q41 0 69.5 22.5t43 64t20.5 88t6 106.5t-6 105.5t-20.5 87t-43 63.5 t-69.5 22q-42 0 -71 -22t-43.5 -63.5t-20.5 -87t-6 -105.5zM438 0l772 1399q41 12 109.5 11.5t97.5 -11.5l-770 -1399q-41 -12 -110 -11.5t-99 11.5zM1114 395q0 234 100 334q83 86 222 86q140 0 223 -86q100 -100 100 -334t-100 -336q-81 -84 -223 -84q-138 0 -222 84 q-100 105 -100 336zM1296 395q0 -60 6 -106.5t21 -88t44 -63.5t71 -22t71 22t43.5 63.5t20.5 88t6 106.5t-6 106.5t-20.5 87.5t-43.5 63t-71 22t-71 -22t-44 -63t-21 -87.5t-6 -106.5z" />
21
+ <glyph unicode="&#x26;" horiz-adv-x="1275" d="M102 369q0 137 79 241t192 140q-93 31 -152 116.5t-59 194.5q0 157 115.5 260.5t312.5 103.5q209 0 377 -59q0 -44 -15.5 -91t-42.5 -77q-168 53 -299 53q-105 0 -164 -56.5t-59 -147.5q0 -100 63 -156.5t191 -56.5h377q124 0 194 30q29 -37 29 -102q0 -113 -154 -113 h-65q0 -25 1 -68.5t1 -58.5v-213q0 -36 14 -309q-40 -12 -100 -12q-56 0 -98 10l-17 84q-149 -109 -327 -109q-187 0 -290.5 111t-103.5 285zM328 379q0 -109 59 -171.5t158 -62.5q78 0 149.5 28t120.5 69v278q0 82 2 129h-196q-146 0 -219.5 -79t-73.5 -191z" />
22
+ <glyph unicode="'" horiz-adv-x="432" d="M88 1440q0 40 14 98q46 27 105 27q60 0 106 -27q15 -62 15 -98q0 -13 -11 -70t-27 -151t-26 -179q-20 -10 -55 -10t-57 10q-10 86 -26 180t-27 150.5t-11 69.5z" />
23
+ <glyph unicode="(" horiz-adv-x="679" d="M127 666q0 279 104.5 565t288.5 467q88 -28 127 -115q-147 -191 -219 -429.5t-72 -487.5q0 -251 72 -490t219 -430q-39 -87 -127 -115q-184 181 -288.5 467.5t-104.5 567.5z" />
24
+ <glyph unicode=")" horiz-adv-x="679" d="M33 -254q146 191 218.5 431t72.5 489q0 248 -72.5 487t-218.5 430q39 87 127 115q184 -181 287.5 -466.5t103.5 -565.5q0 -282 -103.5 -568t-287.5 -467q-88 28 -127 115z" />
25
+ <glyph unicode="*" horiz-adv-x="1032" d="M92 1120q-4 35 14.5 90.5t43.5 85.5l106 -36q73 -26 207 -109q-37 148 -37 231l-2 115q32 13 91 13t93 -13l-2 -115q0 -73 -39 -229q141 83 209 107l109 34q23 -25 41.5 -80.5t15.5 -93.5l-111 -35q-74 -23 -231 -32q116 -96 168 -166l66 -90q-17 -31 -63.5 -65.5 t-84.5 -43.5l-65 92q-53 74 -105 209q-53 -138 -104 -207l-66 -94q-36 9 -82.5 43t-66.5 66l67 90q47 64 166 166q-155 8 -229 34z" />
26
+ <glyph unicode="+" d="M106 602q0 47 9 90h233q15 0 49.5 -1t51.5 -1q0 17 -1.5 51.5t-1.5 49.5v251q46 9 97 9q53 0 96 -9v-251q0 -15 -1 -49.5t-1 -51.5q15 0 49 1t51 1h234q8 -41 8 -90q0 -56 -8 -92h-234q-17 0 -51 1t-49 1q0 -17 1 -50.5t1 -47.5v-254q-39 -8 -94 -8q-58 0 -99 8v254 q0 14 1.5 47.5t1.5 50.5q-17 0 -51.5 -1t-49.5 -1h-233q-9 40 -9 92z" />
27
+ <glyph unicode="," horiz-adv-x="550" d="M68 -223q73 32 119.5 86.5t50.5 118.5q-60 13 -82 28q-19 38 -19 99q0 75 19 104q19 11 56.5 19t68.5 8q32 0 68 -7.5t54 -19.5q23 -61 23 -135q0 -135 -78 -246t-225 -162q-27 13 -42 44t-13 63z" />
28
+ <glyph unicode="-" horiz-adv-x="716" d="M94 545q0 56 10 92h508q11 -40 11 -92q0 -50 -11 -90h-508q-10 36 -10 90z" />
29
+ <glyph unicode="." horiz-adv-x="538" d="M125 113q0 65 18 100q53 29 127 29q31 0 68 -8.5t57 -20.5q19 -36 19 -100q0 -63 -19 -103q-41 -26 -125 -26q-80 0 -127 26q-18 38 -18 103z" />
30
+ <glyph unicode="/" horiz-adv-x="864" d="M14 -158l648 1717q101 -7 184 -68l-647 -1718q-105 7 -185 69z" />
31
+ <glyph unicode="0" d="M94 664q0 211 31 344t119 227q58 58 129 88.5t172 30.5q100 0 169 -30t128 -89q88 -93 118.5 -226.5t30.5 -344.5q0 -212 -30.5 -345.5t-118.5 -226.5q-58 -58 -128.5 -88.5t-170.5 -30.5t-170.5 30.5t-128.5 88.5q-88 94 -119 227.5t-31 344.5zM317 664 q0 -182 18 -288.5t60 -162.5q48 -72 148 -72q99 0 147 72q42 56 60 162.5t18 288.5q0 181 -18 287.5t-60 162.5q-48 72 -147 72q-100 0 -148 -72q-42 -56 -60 -162.5t-18 -287.5z" />
32
+ <glyph unicode="1" d="M121 934q144 89 242 192t141 201q44 10 100 10q55 0 101 -10v-1014q0 -25 -1.5 -69.5t-1.5 -67.5q16 0 62 1t59 1h142q8 -39 8 -90q0 -49 -8 -88h-772q-9 46 -9 88q0 46 9 90h188q13 0 57.5 -1t59.5 -1q0 23 -1 67.5t-1 69.5v467q0 33 10 248q-56 -69 -135.5 -127.5 t-159.5 -93.5q-34 19 -58.5 53t-31.5 74z" />
33
+ <glyph unicode="2" d="M111 133q0 168 256 389l200 176q77 69 115.5 133t38.5 144q0 92 -55.5 147.5t-143.5 55.5q-82 0 -145.5 -54t-97.5 -141q-44 2 -89 21t-65 51q46 128 156.5 213.5t259.5 85.5q182 0 290.5 -106t108.5 -277q0 -72 -19.5 -133.5t-60 -115.5t-78 -91t-98.5 -88l-158 -135 q-180 -156 -200 -238q160 16 270 16h377q0 -28 -4 -82q-18 -104 -138 -104h-636q-30 26 -57 64.5t-27 68.5z" />
34
+ <glyph unicode="3" d="M98 109q9 37 36 76.5t59 64.5q140 -103 286 -103q120 0 196.5 72.5t76.5 204.5q0 112 -62.5 175t-169.5 63q-77 0 -139 -35q-28 13 -51.5 45t-34.5 69l256 279q104 104 139 133l-6 10q-82 -20 -238 -20h-288q-13 40 -13 80q0 54 19 104h715q45 -88 45 -135q0 -45 -43 -94 l-215 -230q-32 -32 -74 -63q165 -5 273 -105t108 -284q0 -107 -40 -193.5t-107 -140t-148.5 -81.5t-169.5 -28q-126 0 -231.5 37t-178.5 99z" />
35
+ <glyph unicode="4" d="M78 410q0 9 2 20t7 26t8.5 24.5t12 30t11.5 28.5l346 800q45 11 107.5 -1t91.5 -38l-236 -544q-91 -211 -143 -297l6 -8q130 10 233 10h76q-2 23 -2 65v160q0 76 37 120t102 44h58l10 -10v-271q0 -18 -1 -55t-1 -53q16 0 46 1t48 1h109q6 -44 6 -82q0 -49 -15 -98h-100 q-18 0 -48 1t-46 1q0 -17 1 -55.5t1 -55.5v-174q-47 -8 -105 -8t-102 8v174q0 17 1 55.5t1 55.5q-16 0 -54.5 -2t-56.5 -2h-362q-49 78 -49 129z" />
36
+ <glyph unicode="5" d="M115 104q6 34 32.5 77t57.5 65q142 -99 280 -99q111 0 187 76t76 221q0 74 -22 128.5t-60 84t-80 43t-90 13.5q-124 0 -232 -88q-28 4 -58 25.5t-44 45.5l28 617l15 14h694q14 -43 14 -88q0 -94 -94 -94h-354h-78v-103l-8 -143l-6 -53q88 37 180 37q189 0 302.5 -114.5 t113.5 -311.5q0 -97 -26.5 -177.5t-71.5 -136.5t-105.5 -95t-127.5 -57t-138 -18q-117 0 -216.5 35.5t-168.5 95.5z" />
37
+ <glyph unicode="6" d="M102 670q0 319 137 501.5t392 182.5q179 0 295 -66q-3 -42 -23.5 -84.5t-52.5 -64.5q-100 45 -207 45q-80 0 -140.5 -31.5t-97.5 -88.5t-56.5 -130.5t-22.5 -163.5q127 117 295 117q173 0 272.5 -112t99.5 -333q0 -209 -122 -339t-314 -130q-197 0 -311 131 q-45 58 -67 103q-77 164 -77 463zM326 561q0 -99 19.5 -195.5t62.5 -152.5q62 -76 151 -76q105 0 161 78.5t56 212.5q0 281 -209 281q-63 0 -126.5 -30.5t-114.5 -84.5v-33z" />
38
+ <glyph unicode="7" d="M123 1219q0 59 18 108h811q39 -80 39 -133q0 -44 -33 -88l-69 -100q-155 -229 -239.5 -442.5t-112.5 -489.5l-7 -74q-48 -10 -110 -10q-56 0 -111 10l8 84q50 482 334 893l23 33q44 67 114 143l-8 8q-36 -8 -144.5 -13t-166.5 -5h-336q-10 38 -10 76z" />
39
+ <glyph unicode="8" d="M90 334q0 114 67.5 207t172.5 149q-205 112 -205 314q0 151 120 250.5t296 99.5q184 0 299.5 -95.5t115.5 -246.5q0 -97 -55 -174.5t-143 -124.5q238 -128 235 -363q0 -115 -63 -202t-167 -131t-231 -44q-201 0 -321.5 96t-120.5 265zM307 350q0 -104 66 -163.5 t168 -59.5q100 0 166.5 62t66.5 163q0 97 -70.5 161.5t-183.5 98.5l-35 13h-4q-85 -48 -129.5 -121t-44.5 -154zM338 1006q0 -158 237 -222l25 -10q69 40 107 100t38 130q0 87 -58 139.5t-146 52.5q-87 0 -145 -52.5t-58 -137.5z" />
40
+ <glyph unicode="9" d="M92 885q0 209 122 339t314 130q198 0 312 -131q46 -58 68 -107q75 -162 75 -459q0 -319 -136.5 -501.5t-391.5 -182.5q-179 0 -295 66q3 42 23.5 84.5t52.5 64.5q100 -45 206 -45t177.5 55.5t104 145t36.5 211.5q-129 -115 -295 -115q-173 0 -273 112t-100 333zM309 899 q0 -281 209 -281q61 0 125 30t117 83v35q0 99 -19.5 195.5t-62.5 152.5q-62 76 -152 76q-105 0 -161 -78.5t-56 -212.5z" />
41
+ <glyph unicode=":" horiz-adv-x="550" d="M131 113q0 64 19 100q53 29 126 29q31 0 68 -8.5t57 -20.5q19 -36 19 -100q0 -63 -19 -103q-41 -26 -125 -26q-79 0 -126 26q-19 40 -19 103zM131 786q0 65 19 101q51 28 126 28q31 0 68 -8t57 -20q19 -36 19 -101q0 -62 -19 -102q-18 -12 -55.5 -19.5t-69.5 -7.5 q-77 0 -126 27q-19 40 -19 102z" />
42
+ <glyph unicode=";" horiz-adv-x="559" d="M66 -223q73 32 119.5 86.5t50.5 118.5q-60 13 -82 28q-19 38 -19 99q0 75 19 104q19 11 56.5 19t68.5 8q32 0 68 -7.5t54 -19.5q23 -61 23 -135q0 -135 -78 -246t-225 -162q-27 13 -42 44t-13 63zM135 786q0 65 19 101q51 28 127 28q31 0 68 -8t57 -20q18 -34 18 -101 q0 -64 -18 -102q-18 -12 -55.5 -19.5t-69.5 -7.5q-78 0 -127 27q-19 40 -19 102z" />
43
+ <glyph unicode="&#x3c;" d="M111 514q-26 96 0 170l755 414q39 -24 67 -69.5t32 -96.5l-486 -256l-151 -70v-12l151 -70l486 -256q-4 -50 -33 -96.5t-66 -71.5z" />
44
+ <glyph unicode="=" d="M106 406q0 48 9 92h856q8 -39 8 -92q0 -52 -8 -91h-856q-9 43 -9 91zM106 799q0 47 9 94h856q8 -41 8 -94q0 -52 -8 -88h-856q-9 41 -9 88z" />
45
+ <glyph unicode="&#x3e;" d="M121 270l485 254q62 32 152 70v14q-90 38 -152 70l-485 256q4 50 32.5 97t65.5 71l756 -416q26 -94 0 -170l-756 -414q-39 24 -66.5 69.5t-31.5 98.5z" />
46
+ <glyph unicode="?" horiz-adv-x="811" d="M23 1321q189 104 391 104q174 0 276.5 -95.5t102.5 -254.5q0 -247 -267 -397l-129 -70l-16 -209q-37 -12 -78 -12q-47 0 -84 12l-12 306l18 22l99 51q118 60 180.5 126.5t62.5 150.5t-53 133t-147 49q-119 0 -267 -74q-28 24 -51 70t-26 88zM168 100q0 23 5.5 53.5 t12.5 43.5q44 26 115 26q73 0 117 -26q18 -27 18 -97q0 -67 -18 -94q-44 -26 -117 -26q-71 0 -115 26q-18 32 -18 94z" />
47
+ <glyph unicode="@" horiz-adv-x="1943" d="M102 461q0 197 67.5 368.5t186 294t287 192.5t363.5 70q248 0 441 -95.5t302 -276.5t109 -420q0 -138 -35.5 -250t-94.5 -182t-133 -107t-155 -37q-171 0 -248 127q-57 -60 -132 -97.5t-153 -37.5q-152 0 -238.5 122.5t-86.5 330.5q0 148 47 264.5t143 187t227 70.5 q103 0 198.5 -39.5t160.5 -101.5l-2 -522q0 -75 22 -108.5t68 -33.5q85 0 144 101.5t59 318.5q0 286 -175.5 457.5t-467.5 171.5q-154 0 -284 -58.5t-219 -160.5t-138.5 -243.5t-49.5 -305.5q0 -327 166 -504.5t447 -177.5q229 0 415 76q24 -26 40 -68.5t16 -81.5 q-234 -90 -486 -90q-177 0 -324.5 54.5t-256.5 159t-169.5 266t-60.5 366.5zM786 469q0 -293 166 -293q51 0 107.5 34.5t95.5 86.5v473q-61 61 -156 61q-104 0 -158.5 -102t-54.5 -260z" />
48
+ <glyph unicode="A" horiz-adv-x="1251" d="M41 14l463 1385q44 8 125 8q82 0 123 -8l458 -1385q-43 -28 -127 -28q-52 0 -80.5 24t-48.5 90l-75 240q-20 0 -68.5 -1t-54.5 -1h-281q-6 0 -52.5 1t-66.5 1l-108 -342q-36 -8 -94 -8q-56 0 -107 14zM412 516q19 0 58.5 1t45.5 1h205q5 0 44 -1t58 -1l-94 297 q-64 207 -108 371h-11q-25 -116 -80 -297z" />
49
+ <glyph unicode="B" horiz-adv-x="1239" d="M186 12v1374l13 15q25 0 185.5 3t240.5 3q222 0 334 -97t112 -274q0 -96 -52.5 -174t-139.5 -112q108 -32 184 -131.5t76 -227.5q0 -180 -122 -289.5t-366 -109.5q-74 0 -148.5 1t-162.5 2.5t-141 2.5zM401 156q44 0 127.5 1t120.5 1q64 0 112.5 16t77 40t46.5 58 t24 65.5t6 65.5q0 42 -13.5 82.5t-43 79.5t-86.5 62.5t-135 23.5h-236v-495zM401 819h215q69 0 118 19t73 51.5t34.5 66.5t10.5 74q0 211 -231 211q-154 0 -220 2v-424z" />
50
+ <glyph unicode="C" horiz-adv-x="1236" d="M100 692q0 185 45 328.5t123.5 230t178 130.5t215.5 44q220 0 356.5 -118.5t136.5 -280.5q0 -123 -123 -123q-38 0 -90 12v15q0 54 -12 104q-14 56 -45.5 106t-90 79.5t-137.5 29.5q-161 0 -244 -142.5t-83 -414.5q0 -252 89.5 -390t250.5 -138q178 0 366 155 q36 -24 67.5 -64t41.5 -77q-90 -90 -225.5 -147.5t-286.5 -57.5q-114 0 -205.5 40.5t-151.5 108t-100.5 161t-58 195.5t-17.5 214z" />
51
+ <glyph unicode="D" horiz-adv-x="1327" d="M186 12v1374l13 15q178 6 450 6q93 0 194.5 -26.5t162.5 -77.5q127 -105 172 -252.5t45 -352.5q0 -208 -44.5 -353.5t-172.5 -250.5q-61 -51 -162.5 -77.5t-194.5 -26.5q-94 0 -450 8zM403 166q5 1 59 1h66q118 -1 121 -1q87 0 152 33t101.5 83.5t58.5 124.5t29 141.5 t7 149.5q0 58 -3.5 107.5t-13 105.5t-25 100.5t-42.5 86.5t-62.5 70.5t-87 45.5t-114.5 17q-42 0 -120.5 1t-125.5 1v-1067z" />
52
+ <glyph unicode="E" horiz-adv-x="1159" d="M184 133v1253l15 13h823q6 -33 6 -86q0 -55 -16 -99h-486q-9 0 -34.5 -0.5t-49.5 -0.5t-45 1q0 -26 1 -66t1 -67v-286q25 0 69 1t58 1h385q11 -40 11 -90q0 -51 -11 -91h-385q-80 0 -127 2v-335q0 -18 -1 -51.5t-1 -53.5q62 6 135 6h531q0 -55 -6 -84q-17 -102 -139 -102 h-609q-58 0 -91.5 36t-33.5 99z" />
53
+ <glyph unicode="F" horiz-adv-x="1069" d="M186 0v1386l13 13h811q12 -37 12 -86q0 -53 -30 -77t-93 -24h-301q-140 0 -197 2q0 -42 1 -122t1 -119v-180q31 2 86 2h412q10 -36 10 -90q0 -57 -10 -93h-412h-86v-612q-47 -8 -108 -8q-65 0 -109 8z" />
54
+ <glyph unicode="G" horiz-adv-x="1316" d="M100 690q0 151 34.5 275.5t92.5 208.5t136.5 141.5t164.5 83.5t179 26q131 0 257.5 -40t219.5 -109q-7 -48 -37.5 -93.5t-67.5 -70.5q-166 127 -372 127q-81 0 -147.5 -30t-119.5 -93.5t-82.5 -172t-29.5 -255.5q0 -534 391 -534q144 0 260 34v230q0 90 4 131h-180 q-54 0 -78.5 22t-24.5 74q0 44 17 90l315 2q83 0 119.5 -36t36.5 -107v-533q-230 -88 -506 -88q-124 0 -223 38t-165.5 103.5t-110.5 157.5t-63.5 196t-19.5 222z" />
55
+ <glyph unicode="H" horiz-adv-x="1382" d="M186 0v1399q41 8 107 8t110 -8v-434q0 -29 -1 -77t-1 -75q10 0 59 1t58 1h346q9 0 57 -1t58 -1q0 27 -1 75t-1 77v434q44 8 108 8q67 0 111 -8v-1399q-47 -8 -109 -8q-63 0 -110 8v479q0 29 1 77t1 75q-10 0 -58 -1t-57 -1h-346q-9 0 -58 1t-59 1q0 -27 1 -75t1 -77v-479 q-44 -8 -110 -8t-107 8z" />
56
+ <glyph unicode="I" horiz-adv-x="602" d="M193 0v1399q41 8 108 8q65 0 109 -8v-1399q-44 -8 -109 -8q-67 0 -108 8z" />
57
+ <glyph unicode="J" horiz-adv-x="917" d="M20 66q16 94 82 163q110 -67 220 -67q123 0 171 74t48 243v920q44 8 110 8q63 0 107 -8v-889q0 -98 -9.5 -171.5t-36 -144t-72 -115.5t-121.5 -72t-179 -27q-81 0 -167.5 22.5t-152.5 63.5z" />
58
+ <glyph unicode="K" horiz-adv-x="1220" d="M186 0v1399q41 8 107 8t110 -8v-588l115 4q29 0 44.5 12t33.5 45l262 445q29 49 55 68.5t76 19.5q61 0 125 -6l14 -19l-309 -524q-40 -65 -82 -102q97 -19 151 -78.5t97 -173.5l111 -297q23 -58 42 -90t50 -58q-21 -32 -63.5 -50.5t-84.5 -18.5q-60 0 -88.5 29.5 t-54.5 101.5l-111 301q-43 115 -97.5 162t-145.5 47q-77 0 -140 -4v-625q-44 -8 -110 -8t-107 8z" />
59
+ <glyph unicode="L" horiz-adv-x="1048" d="M184 133v1262l15 12h82q66 0 94 -33t28 -106v-1088q84 8 183 8h407q0 -46 -6 -86q-18 -104 -141 -104h-535q-57 0 -92 35.5t-35 99.5z" />
60
+ <glyph unicode="M" horiz-adv-x="1654" d="M152 2l108 1397q49 8 148 8q90 0 137 -8l194 -641q15 -48 45 -166t37 -160h13q14 97 79 326l195 641q53 8 139 8q95 0 148 -8l108 -1397q-47 -12 -110 -12q-55 0 -99 8l-47 750q-12 165 -16 415h-12l-281 -950q-66 -8 -113 -8q-46 0 -108 8l-281 950h-12 q-10 -306 -16 -415l-50 -750q-41 -8 -98 -8q-64 0 -108 12z" />
61
+ <glyph unicode="N" horiz-adv-x="1392" d="M186 0v1397q58 10 129 10q74 0 131 -8l433 -858q29 -61 75.5 -165.5t59.5 -131.5l8 2q-16 262 -16 516v510q0 73 25.5 104t90.5 31h72l12 -10v-1395q-58 -10 -131 -10q-74 0 -131 8l-436 858q-61 127 -129 285l-8 -2q18 -317 18 -502v-639q-49 -8 -100 -8q-56 0 -103 8z " />
62
+ <glyph unicode="O" horiz-adv-x="1347" d="M100 700q0 183 52.5 344t166.5 259q138 122 355 122q216 0 354 -122q77 -66 127.5 -169.5t70 -209.5t19.5 -224q0 -119 -19.5 -225.5t-70 -209.5t-127.5 -169q-140 -123 -354 -123q-215 0 -355 123q-114 98 -166.5 259t-52.5 345zM330 700q0 -82 8 -153.5t31 -147.5 t59.5 -129.5t99.5 -88t146 -34.5q82 0 144.5 34.5t99 88t59.5 129.5t31 147.5t8 153.5t-8 153.5t-31 147t-59.5 129t-99 87.5t-144.5 34q-69 0 -124.5 -23t-92.5 -65t-62.5 -94t-39 -116.5t-19.5 -125t-6 -127.5z" />
63
+ <glyph unicode="P" horiz-adv-x="1163" d="M186 0v1386l13 15q35 0 188 3t234 3q212 0 340.5 -117t128.5 -340q0 -218 -128.5 -337t-340.5 -119h-218v-494q-44 -8 -110 -8t-107 8zM403 666q43 0 118.5 1t90.5 1q73 0 125 26t77.5 70t36.5 89t11 97q0 41 -6 78t-23 75.5t-44 66t-72.5 45.5t-104.5 18q-141 0 -209 2 v-569z" />
64
+ <glyph unicode="Q" horiz-adv-x="1335" d="M100 700q0 117 18.5 223t68 211.5t126.5 172.5q134 118 355 118q218 0 352 -118q77 -67 126.5 -172.5t68 -211.5t18.5 -223q0 -395 -186 -573q-57 -60 -119 -84l45 -33q93 -66 148 -89t112 -23q-4 -76 -47 -118t-101 -42q-85 0 -157 55l-234 180h-20q-219 0 -361 119 q-113 100 -163 261.5t-50 346.5zM328 700q0 -548 340 -548q338 0 338 548q0 551 -338 551q-340 0 -340 -551z" />
65
+ <glyph unicode="R" horiz-adv-x="1228" d="M186 0v1386l13 15q23 0 190.5 3t249.5 3q217 0 341 -109.5t124 -310.5q0 -137 -73 -237t-189 -136q95 -35 145 -174l90 -239q39 -106 92 -148q-21 -31 -62.5 -49t-84.5 -18q-58 0 -87 30t-56 103l-103 276q-15 40 -30 67t-38.5 51.5t-58 37t-80.5 12.5h-168v-563 q-44 -8 -108 -8q-66 0 -107 8zM401 737q160 4 228 4q72 0 123.5 21t77.5 58t37.5 77.5t11.5 89.5q0 248 -250 248q-158 0 -228 2v-500z" />
66
+ <glyph unicode="S" horiz-adv-x="1138" d="M61 127q4 46 31 92.5t62 75.5q95 -62 202.5 -100.5t208.5 -38.5q122 0 191 52.5t71 139.5q0 141 -186 221l-242 105q-136 59 -208 144t-72 210q0 169 130 283t333 114q222 0 434 -106q-1 -45 -23.5 -92t-56.5 -78q-83 42 -179 69t-171 27q-112 0 -179 -54.5t-67 -137.5 q0 -63 43.5 -106t126.5 -79l238 -102q141 -59 224 -155t83 -226q0 -185 -128.5 -298.5t-373.5 -113.5q-127 0 -258 41t-234 113z" />
67
+ <glyph unicode="T" horiz-adv-x="1007" d="M27 1307q0 48 8 92h942q12 -50 12 -86q0 -53 -29.5 -76t-93.5 -23h-133q-13 0 -58.5 1.5t-60.5 1.5v-1217q-47 -8 -108 -8q-64 0 -111 8v1065q0 27 1 75t1 77h-2q-13 0 -57 -1.5t-59 -1.5h-244q-8 44 -8 93z" />
68
+ <glyph unicode="U" horiz-adv-x="1370" d="M168 492v903l12 12h84q65 0 93 -33t28 -106v-776q0 -168 76 -255t223 -87q148 0 223.5 86.5t75.5 255.5v907q44 8 107 8q68 0 112 -8v-907q0 -250 -139 -384.5t-379 -134.5q-239 0 -377.5 134.5t-138.5 384.5z" />
69
+ <glyph unicode="V" horiz-adv-x="1177" d="M41 1380q75 33 135 33q45 0 73.5 -24.5t45.5 -81.5l211 -740q44 -153 90 -352q5 -20 18 -20l326 1204q39 8 94 8q58 0 99 -12l10 -17l-406 -1380q-106 -8 -168 -8q-61 0 -96.5 21t-54.5 85z" />
70
+ <glyph unicode="W" horiz-adv-x="1740" d="M61 1386q61 27 121 27q54 0 80.5 -25.5t36.5 -91.5l129 -696q55 -317 66 -395q1 -16 4.5 -20.5t13.5 -4.5l223 1190q68 10 142 10q81 0 139 -10l205 -1165q3 -16 6.5 -20.5t11.5 -4.5q13 87 74 422l157 797q41 8 99 8q57 0 104 -12l10 -15l-292 -1378q-79 -12 -195 -12 q-57 0 -90.5 21.5t-44.5 84.5l-98 549q-39 224 -82 506h-15q-50 -301 -90 -506l-125 -645q-88 -10 -188 -10q-29 0 -49.5 4t-41 14.5t-33.5 33t-20 56.5z" />
71
+ <glyph unicode="X" horiz-adv-x="1202" d="M37 25l438 706l-389 635q68 47 143 47q43 0 75.5 -19t62.5 -67l251 -409l293 481q33 10 90 10q70 0 115 -20l6 -15l-393 -635l436 -706q-68 -47 -143 -47q-43 0 -75.5 19.5t-63.5 68.5l-297 479l-334 -553q-33 -10 -94 -10q-70 0 -115 20z" />
72
+ <glyph unicode="Y" horiz-adv-x="1030" d="M18 1374q68 39 138 39q43 0 69 -21.5t47 -72.5l162 -393q38 -93 86 -256h10q27 95 91 260l186 469q39 10 92 10q57 0 107 -16l10 -15l-389 -929v-449q-47 -8 -111 -8q-67 0 -108 8v453z" />
73
+ <glyph unicode="Z" horiz-adv-x="1150" d="M98 137q0 49 29 94l516 777q19 28 45 63t62.5 82.5t54.5 71.5l-6 6q-96 -17 -320 -17h-329q-9 38 -9 74q0 48 17 111h843q31 -105 31 -142q0 -43 -28 -86l-515 -770q-42 -65 -159 -219l6 -6q129 12 246 12h213q164 0 241 39q19 -59 19 -106q0 -59 -38.5 -90t-113.5 -31 h-778q-27 102 -27 137z" />
74
+ <glyph unicode="[" horiz-adv-x="704" d="M203 -293v1950l14 12l416 -14q8 -24 8 -64q0 -37 -16 -90l-209 -6v-1626l209 -6q16 -53 16 -90q0 -40 -8 -64l-416 -14z" />
75
+ <glyph unicode="\" horiz-adv-x="864" d="M20 1491q79 61 183 68l647 -1717q-76 -58 -182 -69z" />
76
+ <glyph unicode="]" horiz-adv-x="704" d="M63 -227q0 33 17 90l209 6v1626l-209 6q-17 57 -17 90q0 37 9 64l413 14l15 -12v-1950l-15 -12l-413 14q-9 27 -9 64z" />
77
+ <glyph unicode="^" d="M90 627l338 700q41 9 114.5 9.5t114.5 -9.5l338 -700q-37 -9 -101.5 -9.5t-107.5 9.5l-168 360q-31 74 -69 172h-12q-29 -75 -70 -172l-168 -360q-43 -10 -107.5 -9.5t-101.5 9.5z" />
78
+ <glyph unicode="_" d="M-10 -236q0 50 10 84h1085q9 -41 9 -84q0 -44 -9 -81h-1085q-10 31 -10 81z" />
79
+ <glyph unicode="`" horiz-adv-x="815" d="M131 1374q17 44 59.5 84t88.5 55l294 -325q-12 -29 -38 -54t-54 -32z" />
80
+ <glyph unicode="a" horiz-adv-x="1038" d="M88 274q0 168 108.5 254t284.5 86q102 0 197 -14v80q0 182 -168 182q-120 0 -322 -78q-25 24 -42 68.5t-19 85.5q90 40 207.5 67t216.5 27q157 0 246.5 -86t89.5 -256v-420q0 -64 12 -105.5t45 -70.5q-9 -31 -32 -62.5t-48 -45.5q-119 23 -164 127q-144 -140 -309 -140 q-74 0 -133.5 26.5t-95.5 70t-55 96t-19 108.5zM299 291q0 -65 36.5 -107.5t100.5 -42.5q60 0 124 31.5t118 91.5v195q-81 8 -184 8q-92 0 -143.5 -46.5t-51.5 -129.5z" />
81
+ <glyph unicode="b" horiz-adv-x="1081" d="M160 51v1442l12 12h80q64 0 89.5 -31.5t25.5 -103.5v-446q125 104 270 104q172 0 263 -139t91 -375q0 -254 -129 -392q-130 -138 -330 -138q-193 0 -372 67zM367 166q80 -25 168 -25q109 0 175 96.5t66 278.5q0 170 -51.5 253t-134.5 83q-59 0 -118.5 -32t-104.5 -85 v-569z" />
82
+ <glyph unicode="c" horiz-adv-x="964" d="M90 500q0 137 36 243t97.5 169t136.5 94.5t158 31.5q90 0 163 -28t117 -73.5t67.5 -99t23.5 -108.5q0 -117 -107 -117q-44 0 -88 9v20q0 233 -180 233q-98 0 -151.5 -94.5t-53.5 -279.5q0 -353 232 -353q111 0 247 103q29 -17 56.5 -54t34.5 -71q-71 -71 -167 -111.5 t-204 -40.5q-106 0 -188 42t-131.5 116t-74 167t-24.5 202z" />
83
+ <glyph unicode="d" d="M90 494q0 132 33.5 236.5t89.5 168t125 96.5t145 33q112 0 232 -67v532l14 12h80q64 0 88.5 -31t24.5 -104v-1081q0 -143 57 -195q-8 -29 -30.5 -61t-47.5 -47q-115 20 -162 127q-56 -64 -132.5 -102t-164.5 -38q-170 0 -261 142t-91 379zM305 492q0 -172 53.5 -257 t133.5 -85q58 0 118 32.5t105 96.5v507q-114 74 -203 74q-91 0 -149 -94t-58 -274z" />
84
+ <glyph unicode="e" horiz-adv-x="1024" d="M90 504q0 155 46.5 274t144.5 189.5t237 70.5q191 0 298.5 -123.5t107.5 -314.5q0 -76 -15 -162h-602q7 -139 61 -216t177 -77q135 0 284 78q25 -23 43 -61.5t25 -73.5q-74 -53 -176.5 -84t-208.5 -31q-94 0 -168 29t-121 78t-77.5 118.5t-43 144t-12.5 161.5zM307 592 h414v26q0 116 -50.5 189.5t-154.5 73.5q-96 0 -148.5 -75.5t-60.5 -213.5z" />
85
+ <glyph unicode="f" horiz-adv-x="681" d="M23 936q0 42 8 78l166 -2q-13 137 -13 182q0 140 84.5 229.5t231.5 89.5q66 0 139 -13.5t123 -33.5q0 -38 -13.5 -78.5t-35.5 -64.5q-103 31 -176 31q-71 0 -111.5 -45t-40.5 -127q0 -69 14 -172l289 4q8 -36 8 -78q0 -44 -8 -80l-274 4v-860q-44 -8 -105 -8t-102 8v860 l-176 -4q-8 36 -8 80z" />
86
+ <glyph unicode="g" horiz-adv-x="1081" d="M90 504q0 131 33.5 235.5t90 168t125 97t142.5 33.5q162 0 281 -106q46 74 141 94q25 -15 48.5 -47.5t29.5 -60.5q-57 -54 -57 -195v-606q0 -170 -23.5 -269.5t-73.5 -162.5q-51 -63 -138.5 -99.5t-201.5 -36.5q-181 0 -354 68q2 41 17 87t38 73q62 -30 139.5 -47 t139.5 -17q61 0 106.5 15t73 39.5t44 62.5t22.5 77.5t6 90.5v94q-123 -110 -273 -110q-174 0 -265 141t-91 381zM305 502q0 -173 51.5 -258.5t132.5 -85.5q62 0 123 32.5t107 88.5v477v20q-102 92 -205 92q-94 0 -151.5 -93t-57.5 -273z" />
87
+ <glyph unicode="h" horiz-adv-x="1114" d="M160 0v1493l12 12h82q64 0 88.5 -31t24.5 -104v-477q68 62 152 98.5t171 36.5q93 0 156 -45.5t90 -119t27 -171.5v-475q0 -123 32 -186q-56 -45 -131 -45q-61 0 -86.5 33t-25.5 102v520q0 106 -28 151.5t-101 45.5q-61 0 -132 -34.5t-124 -92.5v-711q-39 -8 -105 -8 q-61 0 -102 8z" />
88
+ <glyph unicode="i" horiz-adv-x="555" d="M66 932q0 30 10 78q68 8 129 8h28q77 0 121.5 -48.5t44.5 -133.5v-836q-39 -8 -104 -8q-68 0 -107 8v750q0 57 -20 81.5t-70 24.5h-22q-10 45 -10 76zM124 1292q0 52 19 92q45 25 113 25q28 0 61.5 -7.5t50.5 -17.5q19 -40 19 -92q0 -50 -19 -90q-14 -11 -48 -18.5 t-64 -7.5q-76 0 -113 26q-19 40 -19 90z" />
89
+ <glyph unicode="j" horiz-adv-x="569" d="M55 -319q86 43 117 95.5t31 157.5v816q0 57 -19 81.5t-69 24.5h-41q-11 49 -11 76q0 25 11 78q73 8 149 8h27q76 0 119 -48.5t43 -133.5v-799q0 -58 -1.5 -95.5t-5.5 -82.5t-12.5 -75t-23 -63t-36.5 -55.5t-52 -45t-71 -39.5t-93 -30q-23 21 -40.5 56.5t-21.5 73.5z M137 1292q0 52 19 92q45 25 112 25q28 0 62 -7.5t51 -17.5q18 -38 18 -92q0 -53 -18 -90q-14 -11 -48.5 -18.5t-64.5 -7.5q-75 0 -112 26q-19 40 -19 90z" />
90
+ <glyph unicode="k" horiz-adv-x="1028" d="M160 0v1493l12 12h82q64 0 88.5 -31t24.5 -104v-758l69 4q32 0 49 29l181 283q27 47 56.5 68.5t80.5 21.5q73 0 112 -2l13 -17l-223 -354q-30 -50 -68 -80q65 -17 110.5 -61.5t77.5 -122.5l70 -170q24 -63 45.5 -101t52.5 -59q-24 -27 -63.5 -46t-77.5 -19q-54 0 -82 27 t-53 91l-82 201q-32 80 -68 107.5t-106 27.5q-28 0 -94 -4v-436q-39 -8 -105 -8q-61 0 -102 8z" />
91
+ <glyph unicode="l" horiz-adv-x="602" d="M156 203v1290l14 12h80q64 0 89.5 -31.5t25.5 -103.5v-1120q0 -92 79 -92h76q19 -55 19 -107q0 -21 -7 -45q-82 -14 -174 -14q-202 0 -202 211z" />
92
+ <glyph unicode="m" horiz-adv-x="1632" d="M160 0v1006l12 14h80q111 0 117 -129q142 139 290 139q85 0 144.5 -40.5t89.5 -110.5q165 151 326 151q129 0 196.5 -90t67.5 -231v-492q0 -126 33 -186q-56 -45 -134 -45q-60 0 -86 33.5t-26 101.5v522q0 105 -30 150t-93 45q-52 0 -110.5 -33.5t-110.5 -91.5v-2v-711 q-39 -8 -105 -8q-67 0 -106 8v641q0 105 -30 151t-93 46q-52 0 -111.5 -34t-109.5 -91v-713q-39 -8 -105 -8q-65 0 -106 8z" />
93
+ <glyph unicode="n" horiz-adv-x="1118" d="M160 0v1008l12 12h80q111 0 117 -127q151 137 325 137q93 0 156 -45.5t90 -119t27 -171.5v-477q0 -124 34 -186q-56 -45 -133 -45q-61 0 -86.5 33t-25.5 102v520q0 106 -27.5 151.5t-99.5 45.5q-63 0 -134 -34t-124 -93v-711q-39 -8 -105 -8q-65 0 -106 8z" />
94
+ <glyph unicode="o" horiz-adv-x="1064" d="M90 506q0 274 146 420q112 112 296 112q185 0 297 -112q146 -146 146 -420t-146 -420q-113 -113 -297 -113q-183 0 -296 113q-146 146 -146 420zM309 506q0 -77 10.5 -139t34.5 -116.5t69.5 -85t108.5 -30.5t109 30.5t70.5 84.5t35.5 117t11 139q0 75 -11 138 t-35.5 117.5t-70.5 85t-109 30.5t-108.5 -30.5t-69.5 -85t-34.5 -117t-10.5 -138.5z" />
95
+ <glyph unicode="p" d="M160 -428v1436l12 12h66q102 0 124 -105q120 123 281 123q170 0 261 -141.5t91 -378.5q0 -133 -33.5 -238t-89.5 -168.5t-125 -96.5t-145 -33q-113 0 -233 67v-354q0 -72 -25.5 -103.5t-89.5 -31.5h-82zM369 225q109 -73 204 -73q91 0 149 93.5t58 272.5q0 172 -53 257 t-133 85q-59 0 -119.5 -33.5t-105.5 -99.5v-502z" />
96
+ <glyph unicode="q" horiz-adv-x="1083" d="M90 504q0 131 33.5 235.5t90 168t125 97t142.5 33.5q161 0 281 -104q50 73 139 92q25 -15 48.5 -47t31.5 -61q-57 -52 -57 -195v-1151l-13 -12h-80q-65 0 -89.5 31t-24.5 104v393q-122 -106 -271 -106q-174 0 -265 141t-91 381zM305 502q0 -173 52 -258.5t132 -85.5 q62 0 121.5 31.5t106.5 86.5v480v22q-103 90 -203 90q-93 0 -151 -93t-58 -273z" />
97
+ <glyph unicode="r" horiz-adv-x="753" d="M102 913q8 30 30 63t48 50q141 -29 187 -182q82 182 268 182q49 0 108 -12q0 -120 -51 -201q-19 5 -84 10q-140 0 -219 -155v-668q-39 -8 -104 -8q-68 0 -107 8v702q0 139 -76 211z" />
98
+ <glyph unicode="s" horiz-adv-x="897" d="M63 76q2 36 22.5 79t47.5 68q165 -90 287 -90q84 0 133 34.5t51 92.5q0 43 -33.5 79.5t-95.5 59.5l-115 43q-260 96 -260 293q0 138 102 220.5t259 82.5q80 0 174.5 -21t161.5 -52q0 -41 -18 -86.5t-46 -69.5q-144 68 -272 68q-67 0 -107.5 -33t-40.5 -86q0 -43 30 -71 t97 -54l123 -47q260 -98 260 -307q0 -141 -108.5 -223.5t-282.5 -82.5q-198 0 -369 103z" />
99
+ <glyph unicode="t" horiz-adv-x="716" d="M39 936q0 39 8 78l152 -4v180q0 73 24 104t88 31h80l15 -14v-303l251 6q11 -40 11 -78q0 -43 -11 -80l-251 4v-612q0 -90 83 -90h142q16 -46 16 -107q0 -31 -4 -45q-119 -14 -229 -14q-105 0 -160 53t-55 158v655l-152 -2q-8 36 -8 80z" />
100
+ <glyph unicode="u" horiz-adv-x="1120" d="M117 979q52 45 133 45q60 0 86 -32.5t26 -100.5v-522q0 -106 27 -151.5t100 -45.5q61 0 131 33.5t125 91.5v715q58 8 107 8q44 0 106 -8v-725q0 -142 58 -195q-9 -30 -31.5 -60.5t-48.5 -45.5q-128 23 -172 147q-158 -151 -342 -151q-136 0 -203 92.5t-67 242.5v478 q0 123 -35 184z" />
101
+ <glyph unicode="v" horiz-adv-x="931" d="M12 995q70 31 121 31q94 0 115 -90l137 -451q41 -126 80 -297q3 -12 6 -14t12 -2l242 840q39 8 80 8q62 0 106 -16l7 -9q-152 -510 -316 -995q-59 -10 -153 -10q-66 0 -98 22t-56 94z" />
102
+ <glyph unicode="w" horiz-adv-x="1480" d="M45 997q62 29 125 29q42 0 65.5 -20.5t32.5 -65.5l92 -426q33 -143 68 -340q3 -11 5.5 -13.5t10.5 -2.5l172 848q41 10 127 10q89 0 125 -10l168 -832q1 -10 4.5 -13t12.5 -3q42 216 73 356l111 498q33 8 90 8q71 0 107 -16l6 -11l-248 -995q-57 -8 -160 -8 q-68 0 -101 22t-46 92l-60 285l-77 426h-11q-44 -240 -84 -424l-82 -391q-78 -10 -170 -10q-59 0 -92 23.5t-51 92.5z" />
103
+ <glyph unicode="x" horiz-adv-x="942" d="M31 23l321 499l-295 457q65 49 144 49q38 0 61 -15t47 -48l174 -271l195 318q36 8 86 8q57 0 104 -14l6 -17l-288 -452l329 -504q-74 -49 -145 -49q-38 0 -63 15t-48 48l-204 313l-222 -362q-24 -8 -88 -8q-62 0 -108 16z" />
104
+ <glyph unicode="y" horiz-adv-x="958" d="M10 -414q-1 7 -1 13q0 32 12 69q14 45 36 70q74 -27 152 -27q97 0 152.5 63.5t93.5 190.5l6 25q-66 2 -103 25.5t-55 84.5l-270 895q76 31 129 31q41 0 66.5 -20.5t39.5 -73.5l140 -471q22 -71 75 -301q5 -15 19 -15l225 867q36 8 90 8q62 0 111 -14l6 -13l-270 -960 q-37 -127 -72 -208t-87.5 -146.5t-125 -95t-172.5 -29.5q-46 0 -105 10t-92 22z" />
105
+ <glyph unicode="z" horiz-adv-x="913" d="M72 117q0 40 32 82l334 454q27 37 88.5 110.5t73.5 88.5l-6 8q-86 -12 -270 -12h-215q-9 30 -9 67q0 43 13 97h686q30 -91 30 -125q0 -31 -26 -72l-334 -453q-40 -55 -158 -198l6 -8q88 8 189 8h98q157 0 219 29q21 -49 21 -93q0 -49 -30 -74.5t-103 -25.5h-611 q-28 85 -28 117z" />
106
+ <glyph unicode="{" horiz-adv-x="708" d="M77 666.5q0 44.5 9 70.5q74 22 121 87t47 153v348q0 142 79.5 227.5t211.5 106.5l106 18q22 -25 33.5 -69.5t3.5 -75.5l-100 -33q-56 -18 -87.5 -63t-31.5 -113v-342q0 -99 -46.5 -185t-123.5 -122v-17q77 -35 123.5 -120.5t46.5 -184.5v-344q0 -136 119 -176l100 -31 q7 -32 -4 -77t-33 -70l-106 18q-133 23 -212 107.5t-79 226.5v350q0 87 -47 152.5t-121 87.5q-9 26 -9 70.5z" />
107
+ <glyph unicode="|" horiz-adv-x="522" d="M162 -289v1874q39 10 100 10q59 0 98 -10v-1874q-41 -8 -98 -8q-59 0 -100 8z" />
108
+ <glyph unicode="}" horiz-adv-x="708" d="M20 -199l103 31q117 40 117 176v344q0 98 47 184t123 121v17q-76 36 -123 122.5t-47 184.5v342q0 68 -30.5 113.5t-86.5 62.5l-103 33q-7 30 5 75t34 70l105 -18q132 -21 211.5 -106.5t79.5 -227.5v-348q0 -88 47.5 -152.5t120.5 -87.5q11 -26 11 -70.5t-11 -70.5 q-73 -22 -120.5 -87.5t-47.5 -152.5v-350q0 -142 -79 -226.5t-212 -107.5l-105 -18q-22 25 -34 70t-5 77z" />
109
+ <glyph unicode="~" horiz-adv-x="1200" d="M82 543l27 47q99 180 282 180q77 0 174 -41l160 -74q63 -24 106 -24q71 0 123 65l39 45q36 -2 74 -25t51 -57l-26 -47q-99 -180 -283 -180q-81 0 -174 41l-162 74q-53 24 -104 24q-71 0 -123 -65l-39 -45q-37 3 -74.5 26t-50.5 56z" />
110
+ <glyph unicode="&#xa1;" horiz-adv-x="589" d="M164 907q0 61 18 97q46 24 117 24q69 0 115 -24q18 -30 18 -97q0 -69 -18 -96q-42 -25 -115 -25q-75 0 -117 25q-18 32 -18 96zM166 -387l51 999q37 11 80 11q47 0 84 -11l25 -954q-37 -28 -98 -44.5t-128 -16.5z" />
111
+ <glyph unicode="&#xa2;" horiz-adv-x="958" d="M86 662q0 119 27 214.5t75 158.5t107.5 101.5t130.5 53.5v205q30 6 84 6q52 0 86 -6v-201q135 -23 210 -110.5t75 -184.5q0 -61 -26 -93t-87 -32q-37 0 -82 10q2 48 -5.5 90t-26.5 80t-57 60t-91 22q-96 0 -147.5 -94.5t-51.5 -279.5q0 -353 230 -353q118 0 243 105 q29 -18 56.5 -52t37.5 -67q-113 -126 -284 -156v-202q-40 -7 -86 -7q-49 0 -84 7v202q-91 16 -158 67t-104 125.5t-54.5 156.5t-17.5 174z" />
112
+ <glyph unicode="&#xa3;" horiz-adv-x="1083" d="M108 626.5q0 45.5 11 82.5q18 0 58 -1t61 -1q-5 13 -26 64.5t-29.5 74.5t-17.5 64.5t-9 78.5q0 65 25 128t72.5 117t128 87t181.5 33q127 0 234 -45t174 -107q-5 -42 -37.5 -84t-73.5 -55q-62 52 -138.5 82.5t-141.5 30.5q-92 0 -151.5 -53t-59.5 -146q0 -33 7.5 -71 t16.5 -64t24.5 -69.5t22.5 -65.5q52 0 177.5 1t199.5 1q11 -34 11 -80.5t-11 -81.5q-231 0 -346 2v-4q0 -97 -40.5 -196t-92.5 -173l6 -6q190 10 287 10h377q0 -49 -4 -78q-18 -104 -142 -104h-723q-26 100 -26 139q0 52 28 90l33 52q100 147 100 268h-155q-11 34 -11 79.5z " />
113
+ <glyph unicode="&#xa4;" horiz-adv-x="1177" d="M66 279l145 157q-72 107 -72 248q0 139 70 248l-143 158q37 66 114 116l160 -147q109 67 248 67q137 0 246 -67l161 149q73 -41 117 -114l-147 -160q71 -110 71 -250q0 -138 -71 -248l145 -157q-37 -67 -115 -117l-164 149q-103 -65 -243 -65t-246 65l-162 -147 q-72 42 -114 115zM354 684q0 -116 62.5 -197t171.5 -81q110 0 172.5 80t62.5 198q0 119 -62.5 200t-172.5 81t-172 -80.5t-62 -200.5z" />
114
+ <glyph unicode="&#xa5;" horiz-adv-x="1056" d="M49 1307q72 41 139 41q39 0 63 -20t42 -62l151 -367q37 -80 84 -237h13q52 164 88 239l180 430q46 12 88 12q49 0 104 -14l9 -12l-232 -514h162q8 -39 8 -74q0 -36 -8 -72h-227l-72 -161h299q8 -39 8 -74q0 -36 -8 -72h-309v-350q-47 -8 -105 -8q-63 0 -104 8v350h-309 q-11 50 -11 72q0 21 11 74h299l-72 161h-227q-11 49 -11 72q0 21 11 74h161z" />
115
+ <glyph unicode="&#xa6;" horiz-adv-x="509" d="M158 -289v793q36 10 98 10q57 0 98 -10v-793q-44 -8 -98 -8q-59 0 -98 8zM158 793v792q36 10 98 10q57 0 98 -10v-792q-49 -9 -98 -9q-54 0 -98 9z" />
116
+ <glyph unicode="&#xa7;" horiz-adv-x="993" d="M66 582q0 92 59.5 170.5t157.5 132.5q-142 93 -142 241q0 131 104 215t261 84q80 0 167.5 -20t153.5 -51q2 -40 -16 -85.5t-45 -68.5q-149 64 -256 64q-68 0 -112 -33t-44 -88q0 -44 32 -74.5t97 -56.5l119 -47q74 -30 126 -58t102 -69t76 -95t26 -120q0 -94 -59.5 -172 t-157.5 -132q141 -98 141 -241q0 -132 -107 -215.5t-274 -83.5q-89 0 -182.5 23.5t-157.5 62.5q-1 39 20 83.5t48 65.5q150 -73 276 -73q75 0 119.5 32.5t44.5 87.5q0 82 -129 134l-119 47q-58 23 -101.5 44.5t-88.5 52.5t-74 65t-47 79.5t-18 98.5zM274 614 q0 -65 55 -107.5t158 -82.5l78 -31q156 80 156 197q0 65 -54.5 108.5t-156.5 83.5l-80 31q-69 -35 -112.5 -86t-43.5 -113z" />
117
+ <glyph unicode="&#xa8;" horiz-adv-x="815" d="M102 1253q0 47 17 82q41 25 98 25t98 -25q17 -43 17 -82q0 -40 -17 -79q-41 -25 -98 -25q-62 0 -98 25q-17 35 -17 79zM483 1253q0 39 17 82q41 25 98 25t98 -25q17 -35 17 -82q0 -46 -17 -79q-36 -25 -98 -25q-57 0 -98 25q-17 42 -17 79z" />
118
+ <glyph unicode="&#xa9;" horiz-adv-x="1642" d="M82 698q0 154 57 291.5t155 235.5t235.5 155.5t291.5 57.5t291 -57.5t235.5 -155.5t156 -235.5t57.5 -291.5t-57.5 -291t-156 -234.5t-235.5 -154.5t-291 -57q-206 0 -375.5 96.5t-266.5 265.5t-97 375zM260 698q0 -161 71.5 -295t200.5 -213t289 -79t289.5 79t201.5 213 t72 295t-72 296t-202 214.5t-289 79.5t-288.5 -79.5t-201 -214.5t-71.5 -296zM467 698q0 103 31 184t83.5 129t115 72.5t130.5 24.5q139 0 221 -76.5t82 -167.5q0 -96 -94 -96q-39 0 -69 10q3 48 -9 90t-47.5 72.5t-89.5 30.5q-82 0 -127 -70t-45 -203q0 -127 52 -195.5 t145 -68.5q95 0 201 84q25 -13 46 -42.5t29 -59.5q-54 -54 -137.5 -88.5t-165.5 -34.5q-171 0 -261.5 113t-90.5 292z" />
119
+ <glyph unicode="&#xaa;" horiz-adv-x="868" d="M82 836q0 133 84.5 198.5t226.5 65.5q46 0 152 -8v57q0 66 -33 98.5t-88 32.5q-111 0 -258 -57q-51 55 -51 129q74 31 166.5 52t173.5 21q126 0 198 -68t72 -202v-315q0 -51 10.5 -84.5t40.5 -55.5q-4 -25 -27 -52.5t-49 -41.5q-93 15 -133 96q-112 -104 -241 -104 q-115 0 -179.5 70.5t-64.5 167.5zM260 848q0 -46 29.5 -78.5t77.5 -32.5q41 0 88.5 23t89.5 65v142q-94 8 -144 8q-66 0 -103.5 -34t-37.5 -93z" />
120
+ <glyph unicode="&#xab;" horiz-adv-x="1142" d="M68 522.5q0 39.5 12 67.5l395 377q36 -10 71.5 -43.5t47.5 -67.5l-285 -330l295 -340q-12 -34 -48 -67t-73 -43l-403 379q-12 28 -12 67.5zM533 522.5q0 39.5 12 67.5l395 377q36 -10 71.5 -43.5t47.5 -67.5l-285 -330l295 -340q-12 -34 -48 -67t-73 -43l-403 379 q-12 28 -12 67.5z" />
121
+ <glyph unicode="&#xac;" d="M96 612q0 52 8 93h852l13 -15v-454q-43 -9 -97 -9q-46 0 -98 9v192q0 14 1 47t1 49q-17 0 -50.5 -1t-47.5 -1h-574q-8 36 -8 90z" />
122
+ <glyph unicode="&#xad;" horiz-adv-x="716" d="M94 545q0 56 10 92h508q11 -40 11 -92q0 -50 -11 -90h-508q-10 36 -10 90z" />
123
+ <glyph unicode="&#xae;" horiz-adv-x="1214" d="M70 985q0 147 70.5 270.5t194 195t271.5 71.5t271.5 -71.5t194.5 -195t71 -270.5q0 -148 -71 -271.5t-194.5 -194t-271.5 -70.5q-111 0 -210.5 41.5t-171 113t-113 171t-41.5 210.5zM211 985q0 -170 113.5 -288.5t281.5 -118.5q169 0 283.5 118.5t114.5 288.5t-114.5 290 t-283.5 120q-167 0 -281 -120t-114 -290zM408 735v506l6 6q132 4 204 4q98 0 147.5 -41.5t49.5 -111.5q0 -53 -29.5 -87t-72.5 -48q16 -6 30 -22t19 -25t18 -33l27 -54q22 -41 45 -57q-28 -47 -86 -47q-48 0 -76 63l-51 95q-20 41 -61 41h-46v-189q-26 -7 -62 -7t-62 7z M532 1020q27 2 72 2q41 0 61.5 19t20.5 49q0 28 -19 46.5t-57 18.5h-78v-135z" />
124
+ <glyph unicode="&#xaf;" horiz-adv-x="815" d="M111 1262q0 50 10 86h575q9 -44 9 -84q0 -42 -9 -86h-575q-10 36 -10 84z" />
125
+ <glyph unicode="&#xb0;" horiz-adv-x="669" d="M37 1075q0 129 85 215t214 86q127 0 212 -86t85 -215q0 -130 -84.5 -215.5t-212.5 -85.5q-129 0 -214 85.5t-85 215.5zM199 1075q0 -70 37 -113.5t100 -43.5q61 0 98 43.5t37 113.5q0 68 -37 112t-98 44q-63 0 -100 -43.5t-37 -112.5z" />
126
+ <glyph unicode="&#xb1;" d="M129 88q0 44 8 88h811q8 -44 8 -88q0 -47 -8 -88h-811q-8 41 -8 88zM129 707q0 45 8 86h215q14 0 47.5 -1t49.5 -1q0 15 -1.5 51t-1.5 51v209q41 8 97 8q57 0 96 -8v-209q0 -15 -1 -50.5t-1 -51.5q14 0 47 1t49 1h215q8 -41 8 -86q0 -47 -8 -86h-215q-16 0 -49 1t-47 1 q0 -17 1 -51.5t1 -49.5v-211q-39 -8 -96 -8q-56 0 -97 8v211q0 15 1.5 49.5t1.5 51.5q-16 0 -49.5 -1t-47.5 -1h-215q-8 39 -8 86z" />
127
+ <glyph unicode="&#xb2;" horiz-adv-x="860" d="M113 803q0 110 155 237l150 123q50 38 70 72t20 78q0 46 -31 77t-78 31q-45 0 -81 -32t-56 -82q-37 3 -78.5 21.5t-58.5 41.5q28 91 104.5 152t184.5 61q129 0 207.5 -75.5t78.5 -186.5q0 -89 -42 -154t-126 -131l-114 -90q-92 -69 -113 -106q101 16 174 16h244 q0 -58 -2 -78q-8 -40 -34.5 -63t-68.5 -23h-446q-3 4 -13.5 17t-16.5 22t-13.5 22t-11.5 25.5t-4 24.5z" />
128
+ <glyph unicode="&#xb3;" horiz-adv-x="860" d="M104 774q6 34 26 68t46 57q99 -68 191 -68q73 0 118 37.5t45 106.5q0 62 -36.5 101.5t-102.5 39.5q-47 0 -84 -18q-23 9 -44 37t-27 59l161 162q38 38 80 65l-4 6q-46 -10 -162 -10h-164q-10 29 -10 72q0 45 13 80h499q33 -68 33 -101q0 -42 -35 -75l-119 -117 q-23 -23 -59 -45q105 0 176.5 -72t71.5 -188q0 -92 -48.5 -159t-120.5 -97.5t-155 -30.5q-173 0 -289 90z" />
129
+ <glyph unicode="&#xb4;" horiz-adv-x="815" d="M252 1188l295 325q46 -15 89 -55t60 -84l-350 -272q-29 7 -55.5 31.5t-38.5 54.5z" />
130
+ <glyph unicode="&#xb6;" horiz-adv-x="1374" d="M86 965q0 220 128.5 332t342.5 112q54 0 234 -8l12 -12v-1229q0 -135 -18.5 -220.5t-73.5 -146.5q-101 -112 -301 -112q-69 0 -144.5 15t-122.5 34q0 37 15 85t37 76q118 -43 196 -43q104 0 154 64q43 55 43 211v391h-39q-207 0 -335 117t-128 334zM936 -272v1658l12 13 h369q11 -32 11 -94t-11 -93h-80q-57 0 -84 2v-1486q-53 -9 -109 -9q-58 0 -108 9z" />
131
+ <glyph unicode="&#xb7;" horiz-adv-x="624" d="M176 582q0 64 19 100q49 29 118 29q29 0 63.5 -8.5t53.5 -20.5q19 -36 19 -100q0 -63 -19 -103q-16 -11 -51 -18.5t-66 -7.5q-74 0 -118 26q-19 40 -19 103z" />
132
+ <glyph unicode="&#xb8;" horiz-adv-x="815" d="M231 -416q3 56 43 107q49 -29 103 -29q45 0 68.5 23t23.5 57t-23.5 57t-64.5 23q-24 0 -47 -10q-26 10 -37 36q24 86 53 152h133q-27 -54 -34 -76q85 -5 137.5 -53.5t52.5 -124.5q0 -90 -69.5 -146.5t-176.5 -56.5q-100 0 -162 41z" />
133
+ <glyph unicode="&#xb9;" horiz-adv-x="860" d="M121 1286q105 60 167 125.5t103 155.5q39 10 88 10q38 0 82 -10v-715h170q8 -31 8 -78q0 -42 -8 -78h-555q-8 39 -8 78q0 47 8 78h209v326q0 19 2.5 69t3.5 64q-62 -83 -190 -140q-30 15 -52 47.5t-28 67.5z" />
134
+ <glyph unicode="&#xba;" horiz-adv-x="845" d="M74 1014q0 205 114 327q90 84 234 84q145 0 235 -84q115 -123 115 -327q0 -211 -115 -332q-90 -84 -235 -84q-144 0 -234 84q-114 120 -114 332zM256 1014q0 -121 40 -197t128 -76q86 0 125 75.5t39 197.5q0 119 -39 194.5t-125 75.5q-60 0 -99 -39t-54 -97t-15 -134z " />
135
+ <glyph unicode="&#xbb;" horiz-adv-x="1142" d="M74 856q12 33 48.5 66.5t72.5 44.5l405 -379q10 -28 10 -67.5t-10 -65.5l-397 -379q-35 11 -70 44t-47 68l283 330zM539 856q12 34 48.5 67t71.5 44l406 -379q11 -28 11 -67.5t-11 -65.5l-397 -379q-35 11 -70 44t-47 68l283 330z" />
136
+ <glyph unicode="&#xbc;" horiz-adv-x="1937" d="M72 1118q105 60 167 125.5t103 155.5q39 10 88 10q38 0 82 -10v-715h170q8 -31 8 -78q0 -42 -8 -78h-555q-8 39 -8 78q0 47 8 78h209v326q0 19 2.5 69t3.5 64q-60 -82 -190 -139q-30 15 -52 47t-28 67zM553 0l770 1399q41 12 110 11.5t99 -11.5l-772 -1399 q-41 -12 -109.5 -11.5t-97.5 11.5zM1184 272q0 32 30 95l240 518q43 5 94 -6.5t78 -34.5l-156 -336q-70 -148 -104 -191l4 -4q51 4 146 4h36q-2 16 -2 50v67q0 60 32.5 94.5t86.5 34.5h51l6 -6v-135q0 -15 -1 -53.5t-1 -51.5h125q6 -27 6 -61q0 -55 -14 -90h-117v-160 q-33 -8 -84 -8t-90 8v86q0 12 1 37t1 37q-14 0 -42 -1t-42 -1h-243q-41 68 -41 108z" />
137
+ <glyph unicode="&#xbd;" horiz-adv-x="1937" d="M72 1118q105 60 167 125.5t103 155.5q39 10 88 10q38 0 82 -10v-715h170q8 -31 8 -78q0 -42 -8 -78h-555q-8 39 -8 78q0 47 8 78h209v326q0 19 2.5 69t3.5 64q-60 -82 -190 -139q-30 15 -52 47t-28 67zM522 0l770 1399q41 12 110 11.5t99 -11.5l-772 -1399 q-41 -12 -109.5 -11.5t-97.5 11.5zM1227 111q0 110 155 237l150 123q50 38 70 72t20 78q0 46 -31 77t-78 31q-45 0 -81 -32.5t-56 -82.5q-36 3 -78 22t-59 42q28 91 104.5 152t184.5 61q129 0 208 -76t79 -186q0 -89 -42 -154t-126 -131l-115 -90q-91 -68 -113 -107 q107 17 174 17h244q0 -58 -2 -78q-8 -41 -34 -63.5t-68 -22.5h-447q-3 4 -13.5 17t-16.5 22t-13.5 22t-11.5 25.5t-4 24.5z" />
138
+ <glyph unicode="&#xbe;" horiz-adv-x="1937" d="M102 608q6 34 26 68t46 57q98 -67 191 -67q73 0 118 37.5t45 105.5q0 62 -36.5 101.5t-102.5 39.5q-47 0 -84 -18q-23 9 -44.5 37t-27.5 59l162 162q38 38 80 65l-4 7q-51 -11 -162 -11h-164q-10 29 -10 72q0 48 12 80h500q33 -68 33 -100q0 -43 -35 -76l-119 -117 q-23 -23 -59 -45q105 0 176.5 -72t71.5 -188q0 -92 -48.5 -159t-120.5 -97.5t-155 -30.5q-173 0 -289 90zM522 0l770 1399q41 12 110 11.5t99 -11.5l-772 -1399q-41 -12 -109.5 -11.5t-97.5 11.5zM1174 272q0 32 30 95l240 518q43 5 94 -6.5t78 -34.5l-156 -336 q-70 -148 -104 -191l4 -4q51 4 145 4h37q-2 16 -2 50v67q0 60 32.5 94.5t86.5 34.5h51l6 -6v-135q0 -15 -1 -53.5t-1 -51.5h125q6 -27 6 -61q0 -55 -14 -90h-117v-160q-33 -8 -84 -8t-90 8v86q0 12 1 37t1 37q-14 0 -42 -1t-42 -1h-244q-40 66 -40 108z" />
139
+ <glyph unicode="&#xbf;" horiz-adv-x="811" d="M23 -68q0 248 268 398l127 71l16 207q33 13 80 13q52 0 84 -13l12 -305l-18 -22l-100 -50q-118 -63 -180 -128t-62 -150q0 -83 53.5 -132.5t147.5 -49.5q123 0 266 75q29 -26 52 -72t26 -87q-198 -105 -392 -105q-174 0 -277 95.5t-103 254.5zM381 907q0 67 18 97 q46 24 115 24q67 0 117 -24q16 -32 16 -97q0 -67 -16 -96q-45 -25 -117 -25q-73 0 -115 25q-18 27 -18 96z" />
140
+ <glyph unicode="&#xc0;" horiz-adv-x="1251" d="M41 14l463 1385q44 8 125 8q82 0 123 -8l458 -1385q-43 -28 -127 -28q-52 0 -80.5 24t-48.5 90l-75 240q-20 0 -68.5 -1t-54.5 -1h-281q-6 0 -52.5 1t-66.5 1l-108 -342q-36 -8 -94 -8q-56 0 -107 14zM352 1675q6 49 34 99t60 73l416 -245q-17 -80 -63 -111zM412 516 q19 0 58.5 1t45.5 1h205q5 0 44 -1t58 -1l-94 297q-64 207 -108 371h-11q-25 -116 -80 -297z" />
141
+ <glyph unicode="&#xc1;" horiz-adv-x="1251" d="M41 14l463 1385q44 8 125 8q82 0 123 -8l458 -1385q-43 -28 -127 -28q-52 0 -80.5 24t-48.5 90l-75 240q-20 0 -68.5 -1t-54.5 -1h-281q-6 0 -52.5 1t-66.5 1l-108 -342q-36 -8 -94 -8q-56 0 -107 14zM412 516q19 0 58.5 1t45.5 1h205q5 0 44 -1t58 -1l-94 297 q-64 207 -108 371h-11q-25 -116 -80 -297zM422 1602l416 245q32 -23 60 -73t34 -99l-447 -184q-23 14 -40.5 47t-22.5 64z" />
142
+ <glyph unicode="&#xc2;" horiz-adv-x="1251" d="M41 14l463 1385q44 8 125 8q82 0 123 -8l458 -1385q-43 -28 -127 -28q-52 0 -80.5 24t-48.5 90l-75 240q-20 0 -68.5 -1t-54.5 -1h-281q-6 0 -52.5 1t-66.5 1l-108 -342q-36 -8 -94 -8q-56 0 -107 14zM299 1587l233 232q40 7 95.5 7t93.5 -7l229 -217q-10 -33 -38 -58.5 t-54 -34.5l-231 154l-236 -170q-27 10 -55 37.5t-37 56.5zM412 516q19 0 58.5 1t45.5 1h205q5 0 44 -1t58 -1l-94 297q-64 207 -108 371h-11q-25 -116 -80 -297z" />
143
+ <glyph unicode="&#xc3;" horiz-adv-x="1251" d="M41 14l463 1385q44 8 125 8q82 0 123 -8l458 -1385q-43 -28 -127 -28q-52 0 -80.5 24t-48.5 90l-75 240q-20 0 -68.5 -1t-54.5 -1h-281q-6 0 -52.5 1t-66.5 1l-108 -342q-36 -8 -94 -8q-56 0 -107 14zM258 1606l18 41q29 68 85.5 108.5t123.5 40.5q53 0 121 -33l115 -53 q32 -18 67 -18q41 0 80 51l25 29q31 -2 62 -20.5t44 -45.5l-18 -39q-32 -71 -87.5 -110t-121.5 -39q-50 0 -121 30l-114 56q-40 18 -68 18q-42 0 -80 -51l-24 -29q-32 0 -63.5 18.5t-43.5 45.5zM412 516q19 0 58.5 1t45.5 1h205q5 0 44 -1t58 -1l-94 297q-64 207 -108 371 h-11q-25 -116 -80 -297z" />
144
+ <glyph unicode="&#xc4;" horiz-adv-x="1251" d="M41 14l463 1385q44 8 125 8q82 0 123 -8l458 -1385q-43 -28 -127 -28q-52 0 -80.5 24t-48.5 90l-75 240q-20 0 -68.5 -1t-54.5 -1h-281q-6 0 -52.5 1t-66.5 1l-108 -342q-36 -8 -94 -8q-56 0 -107 14zM295 1618q0 44 18 82q39 24 99 24q61 0 100 -24q20 -31 20 -82 q0 -55 -20 -86q-36 -25 -100 -25q-63 0 -99 25q-18 38 -18 86zM412 516q19 0 58.5 1t45.5 1h205q5 0 44 -1t58 -1l-94 297q-64 207 -108 371h-11q-25 -116 -80 -297zM725 1618q0 51 20 82q39 24 101 24q55 0 98 -24q19 -40 19 -82q0 -46 -19 -86q-39 -25 -98 -25 q-65 0 -101 25q-20 31 -20 86z" />
145
+ <glyph unicode="&#xc5;" horiz-adv-x="1251" d="M41 14l461 1381q-57 31 -89 84.5t-32 119.5q0 97 70 164.5t178 67.5q107 0 177.5 -67.5t70.5 -164.5q0 -66 -33.5 -120.5t-91.5 -83.5l458 -1381q-43 -28 -127 -28q-52 0 -80.5 24t-48.5 90l-75 240q-20 0 -68.5 -1t-54.5 -1h-281q-6 0 -52.5 1t-66.5 1l-108 -342 q-36 -8 -94 -8q-56 0 -107 14zM412 516q19 0 58.5 1t45.5 1h205q5 0 44 -1t58 -1l-94 297q-64 207 -108 371h-11q-25 -116 -80 -297zM524 1599q0 -49 29.5 -80.5t75.5 -31.5q44 0 73 31.5t29 80.5q0 47 -29 79t-73 32q-46 0 -75.5 -31.5t-29.5 -79.5z" />
146
+ <glyph unicode="&#xc6;" horiz-adv-x="1794" d="M31 16l671 1362q46 21 132 21h823q8 -44 8 -86q0 -49 -18 -99h-488h-129q0 -26 1 -66t1 -67v-286q26 0 70 1t57 1h387q10 -36 10 -90q0 -55 -10 -91h-387q-80 0 -127 2v-333q0 -18 -1 -52.5t-1 -54.5q58 6 135 6h533q0 -55 -6 -84q-15 -102 -140 -102h-608q-57 0 -90 36 t-33 99v207q-20 0 -63 -1t-49 -1h-183q-6 0 -47.5 1t-60.5 1l-166 -342q-41 -8 -107 -8q-55 0 -106 14zM502 516q18 0 48.5 1t35.5 1h125q4 0 47 -1t63 -1v668h-10q-73 -179 -129 -297z" />
147
+ <glyph unicode="&#xc7;" horiz-adv-x="1236" d="M100 692q0 185 45 328.5t123.5 230t178 130.5t215.5 44q220 0 356.5 -118.5t136.5 -280.5q0 -123 -123 -123q-38 0 -90 12q2 62 -12 118.5t-45.5 106.5t-90 79.5t-137.5 29.5q-161 0 -244 -142.5t-83 -414.5q0 -252 89.5 -390t250.5 -138q178 0 366 155q36 -24 67.5 -64 t41.5 -77q-77 -77 -191 -132t-243 -69q-19 -39 -23 -53q85 -5 138 -53.5t53 -124.5q0 -90 -69.5 -146.5t-176.5 -56.5q-100 0 -162 41q3 56 43 107q45 -29 102 -29q45 0 69 23t24 57t-23.5 57t-64.5 23q-28 0 -48 -10q-25 9 -36 36q17 61 43 129q-126 11 -221.5 75 t-150.5 165.5t-81.5 220.5t-26.5 254z" />
148
+ <glyph unicode="&#xc8;" horiz-adv-x="1159" d="M184 133v1253l15 13h823q6 -33 6 -86q0 -55 -16 -99h-486q-9 0 -34.5 -0.5t-49.5 -0.5t-45 1q0 -26 1 -66t1 -67v-286q25 0 69 1t58 1h385q11 -40 11 -90q0 -51 -11 -91h-385q-80 0 -127 2v-335q0 -18 -1 -51.5t-1 -53.5q62 6 135 6h531q0 -55 -6 -84q-17 -102 -139 -102 h-609q-58 0 -91.5 36t-33.5 99zM336 1675q6 49 34 99t60 73l416 -245q-16 -80 -64 -111z" />
149
+ <glyph unicode="&#xc9;" horiz-adv-x="1159" d="M184 133v1253l15 13h823q6 -33 6 -86q0 -55 -16 -99h-486q-9 0 -34.5 -0.5t-49.5 -0.5t-45 1q0 -26 1 -66t1 -67v-286q25 0 69 1t58 1h385q11 -40 11 -90q0 -51 -11 -91h-385q-80 0 -127 2v-335q0 -18 -1 -51.5t-1 -53.5q62 6 135 6h531q0 -55 -6 -84q-17 -102 -139 -102 h-609q-58 0 -91.5 36t-33.5 99zM406 1602l415 245q32 -23 60 -73t34 -99l-446 -184q-23 14 -40.5 47t-22.5 64z" />
150
+ <glyph unicode="&#xca;" horiz-adv-x="1159" d="M184 133v1253l15 13h823q6 -33 6 -86q0 -55 -16 -99h-486q-9 0 -34.5 -0.5t-49.5 -0.5t-45 1q0 -26 1 -66t1 -67v-286q25 0 69 1t58 1h385q11 -40 11 -90q0 -51 -11 -91h-385q-80 0 -127 2v-335q0 -18 -1 -51.5t-1 -53.5q62 6 135 6h531q0 -55 -6 -84q-17 -102 -139 -102 h-609q-58 0 -91.5 36t-33.5 99zM283 1587l233 232q40 7 95.5 7t93.5 -7l229 -217q-10 -33 -38 -58.5t-54 -34.5l-232 154l-235 -170q-27 10 -55 37.5t-37 56.5z" />
151
+ <glyph unicode="&#xcb;" horiz-adv-x="1159" d="M184 133v1253l15 13h823q6 -33 6 -86q0 -55 -16 -99h-486q-9 0 -34.5 -0.5t-49.5 -0.5t-45 1q0 -26 1 -66t1 -67v-286q25 0 69 1t58 1h385q11 -40 11 -90q0 -51 -11 -91h-385q-80 0 -127 2v-335q0 -18 -1 -51.5t-1 -53.5q62 6 135 6h531q0 -55 -6 -84q-17 -102 -139 -102 h-609q-58 0 -91.5 36t-33.5 99zM279 1618q0 44 18 82q39 24 98 24q62 0 101 -24q20 -31 20 -82q0 -55 -20 -86q-36 -25 -101 -25q-62 0 -98 25q-18 38 -18 86zM709 1618q0 51 20 82q39 24 100 24q56 0 99 -24q18 -38 18 -82q0 -48 -18 -86q-39 -25 -99 -25q-64 0 -100 25 q-20 31 -20 86z" />
152
+ <glyph unicode="&#xcc;" horiz-adv-x="602" d="M25 1675q6 49 34 99t60 73l416 -245q-16 -80 -64 -111zM193 0v1399q41 8 108 8q65 0 109 -8v-1399q-44 -8 -109 -8q-67 0 -108 8z" />
153
+ <glyph unicode="&#xcd;" horiz-adv-x="602" d="M94 1602l416 245q32 -23 60 -73t34 -99l-446 -184q-23 14 -41 47.5t-23 63.5zM193 0v1399q41 8 108 8q65 0 109 -8v-1399q-44 -8 -109 -8q-67 0 -108 8z" />
154
+ <glyph unicode="&#xce;" horiz-adv-x="602" d="M-29 1587l234 232q40 7 95 7t93 -7l230 -217q-10 -33 -38 -58.5t-55 -34.5l-231 154l-236 -170q-27 10 -55 37.5t-37 56.5zM193 0v1399q41 8 108 8q65 0 109 -8v-1399q-44 -8 -109 -8q-67 0 -108 8z" />
155
+ <glyph unicode="&#xcf;" horiz-adv-x="602" d="M-33 1618q0 42 19 82q39 24 98 24q61 0 100 -24q21 -33 21 -82q0 -53 -21 -86q-36 -25 -100 -25q-62 0 -98 25q-19 40 -19 86zM193 0v1399q41 8 108 8q65 0 109 -8v-1399q-44 -8 -109 -8q-67 0 -108 8zM397 1618q0 49 21 82q39 24 100 24q55 0 98 -24q19 -40 19 -82 q0 -46 -19 -86q-39 -25 -98 -25q-64 0 -100 25q-21 33 -21 86z" />
156
+ <glyph unicode="&#xd0;" horiz-adv-x="1359" d="M51 707q0 53 8 92h158v587l14 15q178 6 451 6q92 0 192.5 -26.5t163.5 -77.5q126 -105 171.5 -252.5t45.5 -350.5q0 -206 -45 -353.5t-172 -252.5q-63 -51 -163.5 -77.5t-192.5 -26.5q-95 0 -451 8l-14 14v606h-158q-8 36 -8 89zM432 166q8 2 127 1t123 -1q63 0 114.5 17 t87 45.5t62 71t42 87.5t25 101t12.5 105t3 107q0 57 -3 106.5t-12.5 105t-25 100t-42 87t-62 70.5t-87 45t-114.5 17q-43 0 -122.5 1t-127.5 1v-434h316q10 -48 10 -90q0 -46 -10 -91h-316v-452z" />
157
+ <glyph unicode="&#xd1;" horiz-adv-x="1392" d="M186 0v1397q58 10 129 10q74 0 131 -8l433 -858q29 -61 75.5 -165.5t59.5 -131.5l8 2q-16 262 -16 516v510q0 73 25.5 104t90.5 31h72l12 -10v-1395q-58 -10 -131 -10q-74 0 -131 8l-436 858q-61 127 -129 285l-8 -2q18 -317 18 -502v-639q-49 -8 -100 -8q-56 0 -103 8z M332 1606l18 41q29 68 85.5 108.5t123.5 40.5q53 0 121 -33l115 -53q32 -18 67 -18q41 0 80 51l25 29q31 -2 62 -20.5t44 -45.5l-18 -39q-32 -71 -87.5 -110t-121.5 -39q-50 0 -121 30l-115 56q-40 18 -67 18q-42 0 -80 -51l-25 -29q-32 0 -63 18.5t-43 45.5z" />
158
+ <glyph unicode="&#xd2;" horiz-adv-x="1347" d="M100 700q0 183 52.5 344t166.5 259q138 122 355 122q216 0 354 -122q77 -66 127.5 -169.5t70 -209.5t19.5 -224q0 -119 -19.5 -225.5t-70 -209.5t-127.5 -169q-140 -123 -354 -123q-215 0 -355 123q-114 98 -166.5 259t-52.5 345zM330 700q0 -82 8 -153.5t31 -147.5 t59.5 -129.5t99.5 -88t146 -34.5q82 0 144.5 34.5t99 88t59.5 129.5t31 147.5t8 153.5t-8 153.5t-31 147t-59.5 129t-99 87.5t-144.5 34q-69 0 -124.5 -23t-92.5 -65t-62.5 -94t-39 -116.5t-19.5 -125t-6 -127.5zM397 1675q6 49 34.5 99t60.5 73l415 -245q-17 -80 -63 -111z " />
159
+ <glyph unicode="&#xd3;" horiz-adv-x="1347" d="M100 700q0 183 52.5 344t166.5 259q138 122 355 122q216 0 354 -122q77 -66 127.5 -169.5t70 -209.5t19.5 -224q0 -119 -19.5 -225.5t-70 -209.5t-127.5 -169q-140 -123 -354 -123q-215 0 -355 123q-114 98 -166.5 259t-52.5 345zM330 700q0 -82 8 -153.5t31 -147.5 t59.5 -129.5t99.5 -88t146 -34.5q82 0 144.5 34.5t99 88t59.5 129.5t31 147.5t8 153.5t-8 153.5t-31 147t-59.5 129t-99 87.5t-144.5 34q-69 0 -124.5 -23t-92.5 -65t-62.5 -94t-39 -116.5t-19.5 -125t-6 -127.5zM467 1602l416 245q32 -23 60 -73t34 -99l-447 -184 q-23 14 -40.5 47t-22.5 64z" />
160
+ <glyph unicode="&#xd4;" horiz-adv-x="1347" d="M100 700q0 183 52.5 344t166.5 259q138 122 355 122q216 0 354 -122q77 -66 127.5 -169.5t70 -209.5t19.5 -224q0 -119 -19.5 -225.5t-70 -209.5t-127.5 -169q-140 -123 -354 -123q-215 0 -355 123q-114 98 -166.5 259t-52.5 345zM330 700q0 -82 8 -153.5t31 -147.5 t59.5 -129.5t99.5 -88t146 -34.5q82 0 144.5 34.5t99 88t59.5 129.5t31 147.5t8 153.5t-8 153.5t-31 147t-59.5 129t-99 87.5t-144.5 34q-69 0 -124.5 -23t-92.5 -65t-62.5 -94t-39 -116.5t-19.5 -125t-6 -127.5zM344 1587l234 232q40 7 95 7t93 -7l229 -217 q-10 -33 -38 -58.5t-54 -34.5l-231 154l-236 -170q-27 10 -55 37.5t-37 56.5z" />
161
+ <glyph unicode="&#xd5;" horiz-adv-x="1347" d="M100 700q0 183 52.5 344t166.5 259q138 122 355 122q216 0 354 -122q77 -66 127.5 -169.5t70 -209.5t19.5 -224q0 -119 -19.5 -225.5t-70 -209.5t-127.5 -169q-140 -123 -354 -123q-215 0 -355 123q-114 98 -166.5 259t-52.5 345zM303 1618l19 41q33 69 86.5 108 t119.5 39q57 0 119 -30l115 -56q32 -18 65 -18q39 0 80 51l23 29q32 0 63 -19t43 -45l-18 -41q-32 -69 -87.5 -108t-119.5 -39q-50 0 -119 31l-112 53q-32 18 -68 18q-41 0 -80 -49l-22 -29q-32 0 -63.5 18.5t-43.5 45.5zM330 700q0 -82 8 -153.5t31 -147.5t59.5 -129.5 t99.5 -88t146 -34.5q82 0 144.5 34.5t99 88t59.5 129.5t31 147.5t8 153.5t-8 153.5t-31 147t-59.5 129t-99 87.5t-144.5 34q-69 0 -124.5 -23t-92.5 -65t-62.5 -94t-39 -116.5t-19.5 -125t-6 -127.5z" />
162
+ <glyph unicode="&#xd6;" horiz-adv-x="1347" d="M100 700q0 183 52.5 344t166.5 259q138 122 355 122q216 0 354 -122q77 -66 127.5 -169.5t70 -209.5t19.5 -224q0 -119 -19.5 -225.5t-70 -209.5t-127.5 -169q-140 -123 -354 -123q-215 0 -355 123q-114 98 -166.5 259t-52.5 345zM330 700q0 -82 8 -153.5t31 -147.5 t59.5 -129.5t99.5 -88t146 -34.5q82 0 144.5 34.5t99 88t59.5 129.5t31 147.5t8 153.5t-8 153.5t-31 147t-59.5 129t-99 87.5t-144.5 34q-69 0 -124.5 -23t-92.5 -65t-62.5 -94t-39 -116.5t-19.5 -125t-6 -127.5zM340 1618q0 44 18 82q39 24 99 24q61 0 100 -24 q21 -33 21 -82q0 -53 -21 -86q-36 -25 -100 -25q-63 0 -99 25q-18 38 -18 86zM770 1618q0 49 21 82q39 24 100 24q55 0 98 -24q19 -40 19 -82q0 -46 -19 -86q-39 -25 -98 -25q-64 0 -100 25q-21 33 -21 86z" />
163
+ <glyph unicode="&#xd7;" d="M147 338l203 201q11 12 34 34t28 27l-62 64l-203 200q18 44 54 80q35 35 78 53l202 -202q54 -60 60 -66q14 12 37.5 37t25.5 27l201 204q43 -18 78 -53q34 -34 55 -80l-203 -200q-11 -12 -35.5 -35.5t-29.5 -28.5q60 -54 65 -59l203 -203q-21 -46 -53 -78 q-39 -39 -80 -53l-201 203l-63 61l-60 -61l-202 -205q-31 14 -78 55q-39 39 -54 78z" />
164
+ <glyph unicode="&#xd8;" horiz-adv-x="1349" d="M100 700q0 182 53 343.5t166 259.5q142 122 357 122q153 0 258 -57l82 141q37 -4 78.5 -26.5t64.5 -50.5l-94 -164q94 -101 139 -252t45 -316q0 -183 -53 -344.5t-166 -259.5q-140 -123 -354 -123q-146 0 -262 58l-78 -140q-38 4 -78.5 27t-64.5 51l90 162 q-93 102 -138 252.5t-45 316.5zM324 700q0 -231 65 -370l457 876q-71 49 -170 49q-83 0 -147 -34.5t-102 -88.5t-62 -129.5t-32.5 -148t-8.5 -154.5zM502 193q76 -50 174 -50q83 0 146 34.5t100.5 89t61 130.5t32 148.5t8.5 154.5q0 222 -66 369z" />
165
+ <glyph unicode="&#xd9;" horiz-adv-x="1370" d="M168 492v903l12 12h84q65 0 93 -33t28 -106v-776q0 -168 76 -255t223 -87q148 0 223.5 86.5t75.5 255.5v907q44 8 107 8q68 0 112 -8v-907q0 -250 -139 -384.5t-379 -134.5q-239 0 -377.5 134.5t-138.5 384.5zM406 1675q6 49 34 99t60 73l415 -245q-17 -80 -63 -111z" />
166
+ <glyph unicode="&#xda;" horiz-adv-x="1370" d="M168 492v903l12 12h84q65 0 93 -33t28 -106v-776q0 -168 76 -255t223 -87q148 0 223.5 86.5t75.5 255.5v907q44 8 107 8q68 0 112 -8v-907q0 -250 -139 -384.5t-379 -134.5q-239 0 -377.5 134.5t-138.5 384.5zM475 1602l416 245q32 -23 60 -73t34 -99l-446 -184 q-23 14 -41 47.5t-23 63.5z" />
167
+ <glyph unicode="&#xdb;" horiz-adv-x="1370" d="M168 492v903l12 12h84q65 0 93 -33t28 -106v-776q0 -168 76 -255t223 -87q148 0 223.5 86.5t75.5 255.5v907q44 8 107 8q68 0 112 -8v-907q0 -250 -139 -384.5t-379 -134.5q-239 0 -377.5 134.5t-138.5 384.5zM352 1587l234 232q40 7 95 7t93 -7l230 -217 q-10 -33 -38 -58.5t-55 -34.5l-231 154l-236 -170q-27 10 -55 37.5t-37 56.5z" />
168
+ <glyph unicode="&#xdc;" horiz-adv-x="1370" d="M168 492v903l12 12h84q65 0 93 -33t28 -106v-776q0 -168 76 -255t223 -87q148 0 223.5 86.5t75.5 255.5v907q44 8 107 8q68 0 112 -8v-907q0 -250 -139 -384.5t-379 -134.5q-239 0 -377.5 134.5t-138.5 384.5zM348 1618q0 42 19 82q39 24 98 24q61 0 100 -24 q21 -33 21 -82q0 -53 -21 -86q-36 -25 -100 -25q-62 0 -98 25q-19 40 -19 86zM778 1618q0 49 21 82q39 24 100 24q55 0 98 -24q19 -40 19 -82q0 -46 -19 -86q-39 -25 -98 -25q-64 0 -100 25q-21 33 -21 86z" />
169
+ <glyph unicode="&#xdd;" horiz-adv-x="1021" d="M12 1374q68 39 138 39q43 0 69 -21.5t47 -72.5l162 -393q38 -93 86 -256h10q29 104 90 260l187 469q39 10 92 10q56 0 106 -16l11 -15l-389 -929v-449q-47 -8 -111 -8q-68 0 -109 8v453zM311 1602l416 245q32 -23 60 -73t34 -99l-446 -184q-23 14 -41 47.5t-23 63.5z" />
170
+ <glyph unicode="&#xde;" horiz-adv-x="1169" d="M186 0v1399q41 8 107 8t110 -8v-209q140 4 213 4q139 0 243 -47t166 -150t62 -252q0 -217 -129 -332.5t-342 -115.5h-213v-297q-44 -8 -110 -8t-107 8zM403 469q44 0 118 1t87 1q59 0 104.5 17t73 43.5t44.5 64t23.5 73.5t6.5 76q0 52 -11 96.5t-37.5 87t-78.5 67 t-125 24.5q-127 0 -205 2v-553z" />
171
+ <glyph unicode="&#xdf;" horiz-adv-x="1284" d="M31 885q0 48 8 84l176 -4v71q0 188 122.5 292t326.5 104t326 -111t122 -297q0 -75 -31 -160h-4l4 -2q-84 -20 -126 -62.5t-42 -86.5q0 -52 76 -117l76 -68q152 -135 152 -266q0 -129 -104 -209t-271 -80q-60 0 -132 16t-128 44q2 37 21.5 81.5t47.5 69.5q86 -47 174 -47 q72 0 119 34.5t47 88.5q0 67 -82 139l-84 72q-68 60 -101.5 113.5t-33.5 113.5q0 74 54 141t147 103q8 46 8 72q0 109 -61.5 181.5t-175.5 72.5q-118 0 -175 -67t-57 -187v-1014q-44 -8 -108 -8q-66 0 -107 8v801l-176 -2q-8 33 -8 86z" />
172
+ <glyph unicode="&#xe0;" horiz-adv-x="1038" d="M88 274q0 168 108.5 254t284.5 86q102 0 197 -14v80q0 182 -168 182q-120 0 -322 -78q-25 24 -42 68.5t-19 85.5q90 40 207.5 67t216.5 27q157 0 246.5 -86t89.5 -256v-420q0 -64 12 -105.5t45 -70.5q-9 -31 -32 -62.5t-48 -45.5q-119 23 -164 127q-144 -140 -309 -140 q-74 0 -133.5 26.5t-95.5 70t-55 96t-19 108.5zM229 1374q17 44 59.5 84t88.5 55l294 -325q-12 -29 -38 -54t-54 -32zM299 291q0 -65 36.5 -107.5t100.5 -42.5q60 0 124 31.5t118 91.5v195q-81 8 -184 8q-92 0 -143.5 -46.5t-51.5 -129.5z" />
173
+ <glyph unicode="&#xe1;" horiz-adv-x="1038" d="M88 274q0 168 108.5 254t284.5 86q102 0 197 -14v80q0 182 -168 182q-120 0 -322 -78q-25 24 -42 68.5t-19 85.5q90 40 207.5 67t216.5 27q157 0 246.5 -86t89.5 -256v-420q0 -64 12 -105.5t45 -70.5q-9 -31 -32 -62.5t-48 -45.5q-119 23 -164 127q-144 -140 -309 -140 q-74 0 -133.5 26.5t-95.5 70t-55 96t-19 108.5zM299 291q0 -65 36.5 -107.5t100.5 -42.5q60 0 124 31.5t118 91.5v195q-81 8 -184 8q-92 0 -143.5 -46.5t-51.5 -129.5zM346 1188l295 325q46 -15 89.5 -55t60.5 -84l-351 -272q-29 7 -55.5 31.5t-38.5 54.5z" />
174
+ <glyph unicode="&#xe2;" horiz-adv-x="1038" d="M88 274q0 168 108.5 254t284.5 86q102 0 197 -14v80q0 182 -168 182q-120 0 -322 -78q-25 24 -42 68.5t-19 85.5q90 40 207.5 67t216.5 27q157 0 246.5 -86t89.5 -256v-420q0 -64 12 -105.5t45 -70.5q-9 -31 -32 -62.5t-48 -45.5q-119 23 -164 127q-144 -140 -309 -140 q-74 0 -133.5 26.5t-95.5 70t-55 96t-19 108.5zM203 1196l217 272q34 12 86.5 12t91.5 -10l201 -258q-14 -33 -44 -58.5t-59 -35.5l-190 187l-205 -197q-62 24 -98 88zM299 291q0 -65 36.5 -107.5t100.5 -42.5q60 0 124 31.5t118 91.5v195q-81 8 -184 8q-92 0 -143.5 -46.5 t-51.5 -129.5z" />
175
+ <glyph unicode="&#xe3;" horiz-adv-x="1038" d="M88 274q0 168 108.5 254t284.5 86q102 0 197 -14v80q0 182 -168 182q-120 0 -322 -78q-25 24 -42 68.5t-19 85.5q90 40 207.5 67t216.5 27q157 0 246.5 -86t89.5 -256v-420q0 -64 12 -105.5t45 -70.5q-9 -31 -32 -62.5t-48 -45.5q-119 23 -164 127q-144 -140 -309 -140 q-74 0 -133.5 26.5t-95.5 70t-55 96t-19 108.5zM139 1229l18 41q31 69 85 109t120 40q55 0 117 -30l113 -58q32 -18 65 -18q40 0 80 53l23 29q31 0 61.5 -19t42.5 -47l-18 -41q-32 -71 -86.5 -110t-118.5 -39q-51 0 -117 30l-113 56q-32 18 -65 18q-42 0 -80 -51l-22 -29 q-32 0 -62.5 18.5t-42.5 47.5zM299 291q0 -65 36.5 -107.5t100.5 -42.5q60 0 124 31.5t118 91.5v195q-81 8 -184 8q-92 0 -143.5 -46.5t-51.5 -129.5z" />
176
+ <glyph unicode="&#xe4;" horiz-adv-x="1038" d="M88 274q0 168 108.5 254t284.5 86q102 0 197 -14v80q0 182 -168 182q-120 0 -322 -78q-25 24 -42 68.5t-19 85.5q90 40 207.5 67t216.5 27q157 0 246.5 -86t89.5 -256v-420q0 -64 12 -105.5t45 -70.5q-9 -31 -32 -62.5t-48 -45.5q-119 23 -164 127q-144 -140 -309 -140 q-74 0 -133.5 26.5t-95.5 70t-55 96t-19 108.5zM197 1253q0 49 16 82q41 25 98 25q58 0 99 -25q16 -40 16 -82t-16 -79q-41 -25 -99 -25q-62 0 -98 25q-16 33 -16 79zM299 291q0 -65 36.5 -107.5t100.5 -42.5q60 0 124 31.5t118 91.5v195q-81 8 -184 8q-92 0 -143.5 -46.5 t-51.5 -129.5zM578 1253q0 42 16 82q41 25 98 25q58 0 99 -25q16 -33 16 -82q0 -48 -16 -79q-36 -25 -99 -25q-57 0 -98 25q-16 40 -16 79z" />
177
+ <glyph unicode="&#xe5;" horiz-adv-x="1038" d="M88 274q0 168 108.5 254t284.5 86q102 0 197 -14v80q0 182 -168 182q-120 0 -322 -78q-25 24 -42 68.5t-19 85.5q90 40 207.5 67t216.5 27q157 0 246.5 -86t89.5 -256v-420q0 -64 12 -105.5t45 -70.5q-9 -31 -32 -62.5t-48 -45.5q-119 23 -164 127q-144 -140 -309 -140 q-74 0 -133.5 26.5t-95.5 70t-55 96t-19 108.5zM254 1335q0 98 70.5 166t177.5 68t177.5 -68t70.5 -166q0 -97 -70.5 -164t-177.5 -67t-177.5 67t-70.5 164zM299 291q0 -65 36.5 -107.5t100.5 -42.5q60 0 124 31.5t118 91.5v195q-81 8 -184 8q-92 0 -143.5 -46.5 t-51.5 -129.5zM399 1335q0 -47 29.5 -78.5t73.5 -31.5t73 31.5t29 78.5q0 48 -29 80.5t-73 32.5t-73.5 -32.5t-29.5 -80.5z" />
178
+ <glyph unicode="&#xe6;" horiz-adv-x="1599" d="M88 276q0 168 108.5 253t284.5 85q105 0 197 -14v82q0 180 -166 180q-132 0 -324 -78q-25 24 -42 68.5t-19 85.5q91 40 205 67t211 27q184 0 268 -125q111 131 287 131q129 0 222 -59t138 -157t45 -222q0 -86 -16 -162h-596q7 -140 59.5 -216.5t173.5 -76.5q132 0 285 80 q25 -23 43 -62.5t23 -74.5q-73 -53 -174.5 -84t-206.5 -31q-233 0 -336 170q-70 -74 -164 -122t-203 -48q-74 0 -133.5 26t-95.5 69.5t-55 96.5t-19 111zM299 291q0 -65 36.5 -107.5t100.5 -42.5q68 0 138.5 36.5t125.5 105.5q-18 77 -24 174q-74 10 -182 10 q-92 0 -143.5 -46.5t-51.5 -129.5zM891 592h407v24q0 117 -49 191t-151 74q-191 0 -207 -289z" />
179
+ <glyph unicode="&#xe7;" horiz-adv-x="964" d="M90 500q0 137 36 243t97.5 169t136.5 94.5t158 31.5q90 0 163 -28t117 -73.5t67.5 -99t23.5 -108.5q0 -117 -107 -117q-44 0 -88 9q8 253 -180 253q-98 0 -151.5 -94.5t-53.5 -279.5q0 -353 232 -353q111 0 247 103q29 -17 56.5 -54t34.5 -71q-127 -127 -306 -148 q-17 -35 -22 -53q84 -5 137 -53.5t53 -124.5q0 -90 -69 -146.5t-176 -56.5q-100 0 -162 41q3 61 43 107q45 -29 102 -29q45 0 67.5 22.5t22.5 57.5q0 34 -22.5 57t-63.5 23q-26 0 -49 -10q-11 5 -21.5 15.5t-13.5 20.5q11 51 43 129q-119 16 -200 92.5t-116.5 185.5 t-35.5 245z" />
180
+ <glyph unicode="&#xe8;" horiz-adv-x="1024" d="M90 504q0 155 46.5 274t144.5 189.5t237 70.5q191 0 298.5 -123.5t107.5 -314.5q0 -76 -15 -162h-602q7 -139 61 -216t177 -77q135 0 284 78q25 -23 43 -61.5t25 -73.5q-74 -53 -176.5 -84t-208.5 -31q-94 0 -168 29t-121 78t-77.5 118.5t-43 144t-12.5 161.5zM252 1374 q17 44 59.5 84t88.5 55l294 -325q-12 -29 -38 -54t-54 -32zM307 592h414v26q0 116 -50.5 189.5t-154.5 73.5q-96 0 -148.5 -75.5t-60.5 -213.5z" />
181
+ <glyph unicode="&#xe9;" horiz-adv-x="1024" d="M90 504q0 155 46.5 274t144.5 189.5t237 70.5q191 0 298.5 -123.5t107.5 -314.5q0 -76 -15 -162h-602q7 -139 61 -216t177 -77q135 0 284 78q25 -23 43 -61.5t25 -73.5q-74 -53 -176.5 -84t-208.5 -31q-94 0 -168 29t-121 78t-77.5 118.5t-43 144t-12.5 161.5zM307 592 h414v26q0 116 -50.5 189.5t-154.5 73.5q-96 0 -148.5 -75.5t-60.5 -213.5zM369 1188l295 325q46 -15 89 -55t60 -84l-350 -272q-29 7 -55.5 31.5t-38.5 54.5z" />
182
+ <glyph unicode="&#xea;" horiz-adv-x="1024" d="M90 504q0 155 46.5 274t144.5 189.5t237 70.5q191 0 298.5 -123.5t107.5 -314.5q0 -76 -15 -162h-602q7 -139 61 -216t177 -77q135 0 284 78q25 -23 43 -61.5t25 -73.5q-74 -53 -176.5 -84t-208.5 -31q-94 0 -168 29t-121 78t-77.5 118.5t-43 144t-12.5 161.5zM224 1196 l217 272q34 12 86.5 12t91.5 -10l201 -258q-14 -33 -44 -58.5t-59 -35.5l-190 187l-205 -197q-62 24 -98 88zM307 592h414v26q0 116 -50.5 189.5t-154.5 73.5q-96 0 -148.5 -75.5t-60.5 -213.5z" />
183
+ <glyph unicode="&#xeb;" horiz-adv-x="1024" d="M90 504q0 155 46.5 274t144.5 189.5t237 70.5q191 0 298.5 -123.5t107.5 -314.5q0 -76 -15 -162h-602q7 -139 61 -216t177 -77q135 0 284 78q25 -23 43 -61.5t25 -73.5q-74 -53 -176.5 -84t-208.5 -31q-94 0 -168 29t-121 78t-77.5 118.5t-43 144t-12.5 161.5zM217 1253 q0 49 16 82q41 25 99 25q57 0 98 -25q16 -40 16 -82t-16 -79q-41 -25 -98 -25q-63 0 -99 25q-16 33 -16 79zM307 592h414v26q0 116 -50.5 189.5t-154.5 73.5q-96 0 -148.5 -75.5t-60.5 -213.5zM598 1253q0 42 16 82q41 25 99 25q57 0 98 -25q16 -33 16 -82q0 -48 -16 -79 q-36 -25 -98 -25q-58 0 -99 25q-16 40 -16 79z" />
184
+ <glyph unicode="&#xec;" horiz-adv-x="548" d="M-23 1374q17 44 59.5 84t88.5 55l295 -325q-12 -29 -38 -54t-54 -32zM59 932q0 25 11 78q68 8 129 8h28q77 0 121.5 -48.5t44.5 -133.5v-836q-39 -8 -104 -8q-68 0 -107 8v750q0 57 -20 81.5t-70 24.5h-22q-11 49 -11 76z" />
185
+ <glyph unicode="&#xed;" horiz-adv-x="548" d="M59 932q0 25 11 78q68 8 129 8h28q77 0 121.5 -48.5t44.5 -133.5v-836q-39 -8 -104 -8q-68 0 -107 8v750q0 57 -20 81.5t-70 24.5h-22q-11 49 -11 76zM94 1188l295 325q46 -15 89.5 -55t60.5 -84l-351 -272q-29 7 -55.5 31.5t-38.5 54.5z" />
186
+ <glyph unicode="&#xee;" horiz-adv-x="548" d="M-51 1196l217 272q34 12 86.5 12t91.5 -10l201 -258q-14 -33 -44 -58.5t-59 -35.5l-190 187l-205 -197q-62 24 -98 88zM59 932q0 25 11 78q68 8 129 8h28q77 0 121.5 -48.5t44.5 -133.5v-836q-39 -8 -104 -8q-68 0 -107 8v750q0 57 -20 81.5t-70 24.5h-22q-11 49 -11 76z " />
187
+ <glyph unicode="&#xef;" horiz-adv-x="548" d="M-57 1253q0 49 16 82q41 25 98 25q58 0 99 -25q16 -40 16 -82t-16 -79q-41 -25 -99 -25q-62 0 -98 25q-16 33 -16 79zM59 932q0 25 11 78q68 8 129 8h28q77 0 121.5 -48.5t44.5 -133.5v-836q-39 -8 -104 -8q-68 0 -107 8v750q0 57 -20 81.5t-70 24.5h-22q-11 49 -11 76z M324 1253q0 42 16 82q41 25 98 25q58 0 99 -25q16 -33 16 -82q0 -48 -16 -79q-36 -25 -99 -25q-57 0 -98 25q-16 40 -16 79z" />
188
+ <glyph unicode="&#xf0;" horiz-adv-x="1058" d="M86 494q0 250 145 395q114 108 287 108q72 0 148 -34q-44 120 -158 237l-203 -141q-26 18 -49 50t-29 62l176 121q-69 55 -163 105q6 39 30.5 78.5t53.5 56.5q127 -55 233 -135l178 123q25 -19 48.5 -51t27.5 -60l-149 -102q151 -151 230 -356t79 -449q0 -270 -146 -416 q-113 -113 -297 -113t-297 113q-145 145 -145 408zM305 492q0 -73 10.5 -133t34.5 -113t69.5 -83t108.5 -30t109 30.5t70.5 84.5t35.5 116.5t11 137.5q0 157 -33 276q-89 62 -191 62q-225 0 -225 -348z" />
189
+ <glyph unicode="&#xf1;" horiz-adv-x="1118" d="M160 0v1008l12 12h80q111 0 117 -127q151 137 325 137q93 0 156 -45.5t90 -119t27 -171.5v-477q0 -124 34 -186q-56 -45 -133 -45q-61 0 -86.5 33t-25.5 102v520q0 106 -27.5 151.5t-99.5 45.5q-63 0 -134 -34t-124 -93v-711q-39 -8 -105 -8q-65 0 -106 8zM207 1229 l18 41q31 69 85 109t120 40q55 0 117 -30l112 -58q32 -18 66 -18q40 0 80 53l22 29q31 0 62 -19.5t43 -46.5l-19 -41q-32 -71 -86 -110t-118 -39q-51 0 -117 30l-113 56q-32 18 -65 18q-42 0 -80 -51l-23 -29q-32 0 -62 18.5t-42 47.5z" />
190
+ <glyph unicode="&#xf2;" horiz-adv-x="1064" d="M90 506q0 274 146 420q112 112 296 112q185 0 297 -112q146 -146 146 -420t-146 -420q-113 -113 -297 -113q-183 0 -296 113q-146 146 -146 420zM260 1374q17 44 59.5 84t88.5 55l294 -325q-12 -29 -38 -54t-54 -32zM309 506q0 -77 10.5 -139t34.5 -116.5t69.5 -85 t108.5 -30.5t109 30.5t70.5 84.5t35.5 117t11 139q0 75 -11 138t-35.5 117.5t-70.5 85t-109 30.5t-108.5 -30.5t-69.5 -85t-34.5 -117t-10.5 -138.5z" />
191
+ <glyph unicode="&#xf3;" horiz-adv-x="1064" d="M90 506q0 274 146 420q112 112 296 112q185 0 297 -112q146 -146 146 -420t-146 -420q-113 -113 -297 -113q-183 0 -296 113q-146 146 -146 420zM309 506q0 -77 10.5 -139t34.5 -116.5t69.5 -85t108.5 -30.5t109 30.5t70.5 84.5t35.5 117t11 139q0 75 -11 138 t-35.5 117.5t-70.5 85t-109 30.5t-108.5 -30.5t-69.5 -85t-34.5 -117t-10.5 -138.5zM377 1188l295 325q46 -15 89 -55t60 -84l-350 -272q-29 7 -55.5 31.5t-38.5 54.5z" />
192
+ <glyph unicode="&#xf4;" horiz-adv-x="1064" d="M90 506q0 274 146 420q112 112 296 112q185 0 297 -112q146 -146 146 -420t-146 -420q-113 -113 -297 -113q-183 0 -296 113q-146 146 -146 420zM234 1196l217 272q34 12 86.5 12t91.5 -10l201 -258q-14 -33 -44 -58.5t-59 -35.5l-190 187l-205 -197q-62 24 -98 88z M309 506q0 -77 10.5 -139t34.5 -116.5t69.5 -85t108.5 -30.5t109 30.5t70.5 84.5t35.5 117t11 139q0 75 -11 138t-35.5 117.5t-70.5 85t-109 30.5t-108.5 -30.5t-69.5 -85t-34.5 -117t-10.5 -138.5z" />
193
+ <glyph unicode="&#xf5;" horiz-adv-x="1064" d="M90 506q0 274 146 420q112 112 296 112q185 0 297 -112q146 -146 146 -420t-146 -420q-113 -113 -297 -113q-183 0 -296 113q-146 146 -146 420zM170 1229l18 41q31 69 85 109t120 40q55 0 117 -30l113 -58q32 -18 65 -18q40 0 80 53l23 29q31 0 61.5 -19t42.5 -47 l-18 -41q-32 -71 -86.5 -110t-118.5 -39q-51 0 -117 30l-113 56q-32 18 -65 18q-42 0 -80 -51l-23 -29q-32 0 -62 18.5t-42 47.5zM309 506q0 -77 10.5 -139t34.5 -116.5t69.5 -85t108.5 -30.5t109 30.5t70.5 84.5t35.5 117t11 139q0 75 -11 138t-35.5 117.5t-70.5 85 t-109 30.5t-108.5 -30.5t-69.5 -85t-34.5 -117t-10.5 -138.5z" />
194
+ <glyph unicode="&#xf6;" horiz-adv-x="1064" d="M90 506q0 274 146 420q112 112 296 112q185 0 297 -112q146 -146 146 -420t-146 -420q-113 -113 -297 -113q-183 0 -296 113q-146 146 -146 420zM227 1253q0 47 17 82q41 25 98 25t98 -25q17 -43 17 -82q0 -40 -17 -79q-41 -25 -98 -25q-62 0 -98 25q-17 35 -17 79z M309 506q0 -77 10.5 -139t34.5 -116.5t69.5 -85t108.5 -30.5t109 30.5t70.5 84.5t35.5 117t11 139q0 75 -11 138t-35.5 117.5t-70.5 85t-109 30.5t-108.5 -30.5t-69.5 -85t-34.5 -117t-10.5 -138.5zM608 1253q0 39 17 82q41 25 98 25t98 -25q17 -35 17 -82q0 -46 -17 -79 q-36 -25 -98 -25q-57 0 -98 25q-17 42 -17 79z" />
195
+ <glyph unicode="&#xf7;" d="M106 602q0 46 9 92h856q8 -41 8 -92q0 -54 -8 -90h-856q-9 40 -9 90zM418 236q0 50 18 86q43 24 107 24q67 0 106 -24q19 -38 19 -86q0 -45 -19 -89q-34 -24 -106 -24q-68 0 -107 24q-18 41 -18 89zM418 965q0 47 18 88q43 24 107 24q67 0 106 -24q19 -44 19 -88 q0 -48 -19 -86q-15 -10 -46.5 -17.5t-59.5 -7.5q-71 0 -107 25q-18 36 -18 86z" />
196
+ <glyph unicode="&#xf8;" horiz-adv-x="1069" d="M92 506q0 276 144 420q115 112 296 112q106 0 187 -37l72 125q32 -5 66 -23.5t54 -43.5l-77 -135q143 -147 143 -418q0 -278 -146 -420q-113 -113 -299 -113q-105 0 -186 37l-74 -125q-32 5 -66.5 24t-53.5 44l77 137q-137 140 -137 416zM293 506q0 -142 37 -232l307 584 q-52 25 -102 25q-55 0 -97.5 -21.5t-69 -57t-44 -85t-24.5 -102t-7 -111.5zM426 156q46 -27 109 -27q68 0 116.5 32t74 88t37 119t11.5 138q0 146 -39 237z" />
197
+ <glyph unicode="&#xf9;" horiz-adv-x="1120" d="M117 979q52 45 133 45q60 0 86 -32.5t26 -100.5v-522q0 -106 27 -151.5t100 -45.5q61 0 131 33.5t125 91.5v715q58 8 107 8q44 0 106 -8v-725q0 -142 58 -195q-9 -30 -31.5 -60.5t-48.5 -45.5q-128 23 -172 147q-158 -151 -342 -151q-136 0 -203 92.5t-67 242.5v478 q0 123 -35 184zM276 1374q17 44 59.5 84t88.5 55l294 -325q-12 -29 -38 -54t-54 -32z" />
198
+ <glyph unicode="&#xfa;" horiz-adv-x="1120" d="M117 979q52 45 133 45q60 0 86 -32.5t26 -100.5v-522q0 -106 27 -151.5t100 -45.5q61 0 131 33.5t125 91.5v715q58 8 107 8q44 0 106 -8v-725q0 -142 58 -195q-9 -30 -31.5 -60.5t-48.5 -45.5q-128 23 -172 147q-158 -151 -342 -151q-136 0 -203 92.5t-67 242.5v478 q0 123 -35 184zM393 1188l295 325q46 -15 89.5 -55t60.5 -84l-351 -272q-29 7 -55.5 31.5t-38.5 54.5z" />
199
+ <glyph unicode="&#xfb;" horiz-adv-x="1120" d="M117 979q52 45 133 45q60 0 86 -32.5t26 -100.5v-522q0 -106 27 -151.5t100 -45.5q61 0 131 33.5t125 91.5v715q58 8 107 8q44 0 106 -8v-725q0 -142 58 -195q-9 -30 -31.5 -60.5t-48.5 -45.5q-128 23 -172 147q-158 -151 -342 -151q-136 0 -203 92.5t-67 242.5v478 q0 123 -35 184zM250 1196l217 272q34 12 86.5 12t91.5 -10l201 -258q-14 -33 -44 -58.5t-59 -35.5l-190 187l-205 -197q-62 24 -98 88z" />
200
+ <glyph unicode="&#xfc;" horiz-adv-x="1120" d="M117 979q52 45 133 45q60 0 86 -32.5t26 -100.5v-522q0 -106 27 -151.5t100 -45.5q61 0 131 33.5t125 91.5v715q58 8 107 8q44 0 106 -8v-725q0 -142 58 -195q-9 -30 -31.5 -60.5t-48.5 -45.5q-128 23 -172 147q-158 -151 -342 -151q-136 0 -203 92.5t-67 242.5v478 q0 123 -35 184zM244 1253q0 49 16 82q41 25 98 25q58 0 99 -25q16 -40 16 -82t-16 -79q-41 -25 -99 -25q-62 0 -98 25q-16 33 -16 79zM625 1253q0 42 16 82q41 25 98 25q58 0 99 -25q16 -33 16 -82q0 -48 -16 -79q-36 -25 -99 -25q-57 0 -98 25q-16 40 -16 79z" />
201
+ <glyph unicode="&#xfd;" horiz-adv-x="958" d="M10 -414q-3 37 11 82t36 70q74 -27 152 -27q97 0 152.5 63.5t93.5 190.5l6 25q-66 2 -103 25.5t-55 84.5l-270 895q76 31 129 31q41 0 66.5 -20.5t39.5 -73.5l140 -471q22 -71 75 -301q5 -15 19 -15l225 867q36 8 90 8q62 0 111 -14l6 -13l-270 -960q-37 -127 -72 -208 t-87.5 -146.5t-125 -95t-172.5 -29.5q-46 0 -105 10t-92 22zM324 1188l295 325q46 -15 89 -55t60 -84l-350 -272q-29 7 -55.5 31.5t-38.5 54.5z" />
202
+ <glyph unicode="&#xfe;" horiz-adv-x="1081" d="M160 -428v1921l12 12h78q66 0 90.5 -31t24.5 -104v-457q118 115 274 115q165 0 258.5 -139t93.5 -365q0 -110 -22.5 -202t-60.5 -154t-88.5 -104.5t-105.5 -62t-112 -19.5q-119 0 -237 67v-354q0 -73 -24.5 -104t-90.5 -31h-78zM365 225q112 -73 204 -73q91 0 149 92.5 t58 271.5q0 170 -52.5 253t-133.5 83q-59 0 -119.5 -33.5t-105.5 -99.5v-494z" />
203
+ <glyph unicode="&#xff;" horiz-adv-x="958" d="M10 -414q-3 37 11 82t36 70q74 -27 152 -27q97 0 152.5 63.5t93.5 190.5l6 25q-66 2 -103 25.5t-55 84.5l-270 895q76 31 129 31q41 0 66.5 -20.5t39.5 -73.5l140 -471q22 -71 75 -301q5 -15 19 -15l225 867q36 8 90 8q62 0 111 -14l6 -13l-270 -960q-37 -127 -72 -208 t-87.5 -146.5t-125 -95t-172.5 -29.5q-46 0 -105 10t-92 22zM172 1253q0 49 16 82q41 25 99 25q57 0 98 -25q16 -40 16 -82t-16 -79q-41 -25 -98 -25q-63 0 -99 25q-16 33 -16 79zM553 1253q0 42 16 82q41 25 99 25q57 0 98 -25q16 -33 16 -82q0 -48 -16 -79 q-36 -25 -98 -25q-58 0 -99 25q-16 40 -16 79z" />
204
+ <glyph unicode="&#x152;" horiz-adv-x="1835" d="M100 700q0 182 53 343.5t166 259.5q142 122 357 122q60 0 258 -26h772q6 -33 6 -86q0 -55 -16 -99h-486q-9 0 -34.5 -0.5t-50 -0.5t-46.5 1q0 -26 1 -66t1 -67v-286q25 0 70 1t59 1h385q11 -40 11 -90q0 -51 -11 -91h-385q-82 0 -129 2v-335q0 -18 -1 -50.5t-1 -52.5 q82 4 138 4h530q0 -55 -6 -82q-18 -104 -139 -104h-664q-195 -25 -262 -25q-214 0 -357 123q-113 98 -166 259.5t-53 344.5zM328 700q0 -81 8.5 -153.5t32 -148t61 -129t100.5 -88t146 -34.5q91 0 194 27v1051q-117 26 -194 26q-83 0 -146 -34t-100.5 -87.5t-61 -129 t-32 -147.5t-8.5 -153z" />
205
+ <glyph unicode="&#x153;" horiz-adv-x="1697" d="M90 506q0 274 146 420q112 112 296 112q226 0 336 -176q107 176 326 176q129 0 222 -59t138 -157t45 -222q0 -82 -14 -162h-598q3 -67 16 -118t39.5 -91.5t72 -62t108.5 -21.5q133 0 282 78q25 -23 43 -61t25 -72q-74 -54 -176 -85.5t-207 -31.5q-228 0 -326 166 q-105 -166 -332 -166q-183 0 -296 113q-146 142 -146 420zM309 506q0 -77 10.5 -139t34.5 -116.5t69.5 -85t108.5 -30.5t109 30.5t70.5 84.5t35.5 117t11 139q0 75 -11 138t-35.5 117.5t-70.5 85t-109 30.5t-108.5 -30.5t-69.5 -85t-34.5 -117t-10.5 -138.5zM987 592h408v24 q0 118 -48.5 191.5t-152.5 73.5q-95 0 -147 -75t-60 -214z" />
206
+ <glyph unicode="&#x178;" horiz-adv-x="1021" d="M12 1374q68 39 138 39q43 0 69 -21.5t47 -72.5l162 -393q38 -93 86 -256h10q29 104 90 260l187 469q39 10 92 10q56 0 106 -16l11 -15l-389 -929v-449q-47 -8 -111 -8q-68 0 -109 8v453zM184 1618q0 42 19 82q39 24 98 24q61 0 100 -24q21 -33 21 -82q0 -53 -21 -86 q-36 -25 -100 -25q-62 0 -98 25q-19 40 -19 86zM614 1618q0 49 21 82q39 24 100 24q56 0 99 -24q18 -38 18 -82q0 -48 -18 -86q-39 -25 -99 -25q-64 0 -100 25q-21 33 -21 86z" />
207
+ <glyph unicode="&#x2c6;" horiz-adv-x="815" d="M109 1196l217 272q34 12 86.5 12t91.5 -10l201 -258q-14 -33 -44 -58.5t-59 -35.5l-190 187l-205 -197q-62 24 -98 88z" />
208
+ <glyph unicode="&#x2dc;" horiz-adv-x="815" d="M45 1229l18 41q31 69 85 109t120 40q55 0 117 -30l113 -58q32 -18 65 -18q40 0 80 53l23 29q31 0 61.5 -19t42.5 -47l-18 -41q-32 -71 -86.5 -110t-118.5 -39q-51 0 -117 30l-113 56q-32 18 -65 18q-42 0 -80 -51l-22 -29q-32 0 -62.5 18.5t-42.5 47.5z" />
209
+ <glyph unicode="&#x2000;" horiz-adv-x="923" />
210
+ <glyph unicode="&#x2001;" horiz-adv-x="1847" />
211
+ <glyph unicode="&#x2002;" horiz-adv-x="923" />
212
+ <glyph unicode="&#x2003;" horiz-adv-x="1847" />
213
+ <glyph unicode="&#x2004;" horiz-adv-x="615" />
214
+ <glyph unicode="&#x2005;" horiz-adv-x="461" />
215
+ <glyph unicode="&#x2006;" horiz-adv-x="307" />
216
+ <glyph unicode="&#x2007;" horiz-adv-x="307" />
217
+ <glyph unicode="&#x2008;" horiz-adv-x="230" />
218
+ <glyph unicode="&#x2009;" horiz-adv-x="369" />
219
+ <glyph unicode="&#x200a;" horiz-adv-x="102" />
220
+ <glyph unicode="&#x2010;" horiz-adv-x="716" d="M94 545q0 56 10 92h508q11 -40 11 -92q0 -50 -11 -90h-508q-10 36 -10 90z" />
221
+ <glyph unicode="&#x2011;" horiz-adv-x="716" d="M94 545q0 56 10 92h508q11 -40 11 -92q0 -50 -11 -90h-508q-10 36 -10 90z" />
222
+ <glyph unicode="&#x2012;" horiz-adv-x="716" d="M94 545q0 56 10 92h508q11 -40 11 -92q0 -50 -11 -90h-508q-10 36 -10 90z" />
223
+ <glyph unicode="&#x2013;" horiz-adv-x="1087" d="M125 541q0 49 8 88h821q9 -43 9 -88q0 -44 -9 -84h-821q-8 36 -8 84z" />
224
+ <glyph unicode="&#x2014;" horiz-adv-x="1636" d="M154 541q0 49 8 88h1311q10 -36 10 -88q0 -50 -10 -84h-1311q-8 36 -8 84z" />
225
+ <glyph unicode="&#x2018;" horiz-adv-x="466" d="M86 1196q0 126 70 223t202 146q28 -13 43.5 -43t12.5 -62q-58 -26 -99.5 -71.5t-44.5 -102.5q63 -5 86 -22q21 -32 21 -99q0 -27 -6 -59t-15 -45q-19 -11 -56 -19t-69 -8t-67.5 7.5t-52.5 19.5q-25 58 -25 135z" />
226
+ <glyph unicode="&#x2019;" horiz-adv-x="466" d="M53 1135q58 28 99.5 73.5t44.5 100.5q-69 10 -88 24q-19 34 -19 99q0 66 19 104q20 10 58.5 18.5t68.5 8.5t66.5 -8t53.5 -19q23 -53 23 -137q0 -126 -69 -223.5t-201 -145.5q-28 13 -43.5 43.5t-12.5 61.5z" />
227
+ <glyph unicode="&#x201a;" horiz-adv-x="468" d="M61 -193q57 26 99 72.5t45 102.5q-71 10 -86 24q-21 32 -21 98q0 26 6 58t15 45q18 11 56 20t69 9t67.5 -8.5t53.5 -20.5q22 -48 22 -135q0 -126 -69 -223.5t-201 -145.5q-28 13 -43.5 43.5t-12.5 60.5z" />
228
+ <glyph unicode="&#x201c;" horiz-adv-x="864" d="M84 1196q0 126 70 223t202 146q28 -13 43.5 -43t12.5 -62q-58 -26 -99.5 -71.5t-44.5 -102.5q63 -5 86 -22q21 -32 21 -99q0 -27 -6 -59t-15 -45q-19 -11 -56 -19t-69 -8t-67.5 7.5t-52.5 19.5q-25 58 -25 135zM481 1196q0 125 70 222.5t203 146.5q28 -13 43 -43t12 -62 q-58 -26 -99 -71.5t-44 -102.5q63 -5 86 -22q20 -30 20 -99q0 -74 -20 -104q-19 -11 -56 -19t-69 -8t-68 7.5t-53 19.5q-25 58 -25 135z" />
229
+ <glyph unicode="&#x201d;" horiz-adv-x="864" d="M57 1135q58 28 99.5 73.5t44.5 100.5q-69 10 -88 24q-19 34 -19 99q0 66 19 104q20 10 58.5 18.5t68.5 8.5t66.5 -8t53.5 -19q23 -53 23 -137q0 -126 -69 -223.5t-201 -145.5q-28 13 -43.5 43.5t-12.5 61.5zM455 1135q58 28 99 73t44 101q-69 10 -88 24q-18 32 -18 99 q0 68 18 104q20 10 58.5 18.5t68.5 8.5q31 0 67.5 -8t53.5 -19q22 -51 22 -137q0 -126 -69 -223.5t-201 -145.5q-28 13 -43 43.5t-12 61.5z" />
230
+ <glyph unicode="&#x201e;" horiz-adv-x="866" d="M61 -193q57 26 99 72.5t45 102.5q-71 10 -86 24q-21 32 -21 98q0 26 6 58t15 45q18 11 56 20t69 9t67.5 -8.5t53.5 -20.5q22 -48 22 -135q0 -126 -69 -223.5t-201 -145.5q-28 13 -43.5 43.5t-12.5 60.5zM459 -193q57 26 98.5 72.5t44.5 102.5q-71 10 -86 24 q-20 30 -20 98q0 73 20 103q18 11 56 20t69 9t67.5 -8.5t53.5 -20.5q22 -48 22 -135q0 -126 -69 -223.5t-201 -145.5q-28 13 -43 43t-12 61z" />
231
+ <glyph unicode="&#x2022;" horiz-adv-x="915" d="M225 557q0 38 8.5 92.5t22.5 81.5q35 22 93 35.5t114 13.5q51 0 111.5 -14t91.5 -35q14 -27 22 -81t8 -93t-8 -93.5t-22 -82.5q-28 -21 -89 -34t-114 -13q-57 0 -114.5 13t-92.5 34q-14 28 -22.5 83t-8.5 93z" />
232
+ <glyph unicode="&#x202f;" horiz-adv-x="369" />
233
+ <glyph unicode="&#x2039;" horiz-adv-x="679" d="M68 522.5q0 39.5 12 67.5l395 377q36 -10 71.5 -43.5t47.5 -67.5l-285 -330l295 -340q-12 -34 -48 -67t-73 -43l-403 379q-12 28 -12 67.5z" />
234
+ <glyph unicode="&#x203a;" horiz-adv-x="679" d="M74 856q12 33 48.5 66.5t72.5 44.5l405 -379q10 -28 10 -67.5t-10 -65.5l-397 -379q-35 11 -70 44t-47 68l283 330z" />
235
+ <glyph unicode="&#x205f;" horiz-adv-x="461" />
236
+ <glyph unicode="&#x20ac;" horiz-adv-x="1159" d="M43 506q0 35 8 74h148q-2 27 -2 84q0 50 2 77h-148q-8 36 -8 72q0 35 8 74h162q16 103 49 184.5t87.5 146.5t138 100.5t190.5 35.5q113 0 226.5 -43.5t209.5 -122.5q-9 -36 -36.5 -74t-61.5 -59q-72 55 -154.5 87t-154.5 32q-226 0 -279 -287h422q8 -39 8 -74 q0 -36 -8 -72h-438v-79q0 -55 2 -82h436q8 -39 8 -74q0 -36 -8 -72h-420q53 -280 277 -280q72 0 154.5 31.5t154.5 86.5q36 -23 62.5 -59.5t35.5 -73.5q-95 -80 -208.5 -123t-227.5 -43q-107 0 -189.5 34.5t-137 99t-88 145t-50.5 182.5h-162q-8 36 -8 72z" />
237
+ <glyph unicode="&#xe000;" horiz-adv-x="1024" d="M0 0v1024h1024v-1024h-1024z" />
238
+ <hkern u1="&#x26;" u2="&#x178;" k="35" />
239
+ <hkern u1="&#x26;" u2="&#x152;" k="-8" />
240
+ <hkern u1="&#x26;" u2="&#xff;" k="-8" />
241
+ <hkern u1="&#x26;" u2="&#xfd;" k="-8" />
242
+ <hkern u1="&#x26;" u2="&#xdf;" k="-25" />
243
+ <hkern u1="&#x26;" u2="&#xdd;" k="35" />
244
+ <hkern u1="&#x26;" u2="&#xd8;" k="-8" />
245
+ <hkern u1="&#x26;" u2="&#xd6;" k="-8" />
246
+ <hkern u1="&#x26;" u2="&#xd5;" k="-8" />
247
+ <hkern u1="&#x26;" u2="&#xd4;" k="-8" />
248
+ <hkern u1="&#x26;" u2="&#xd3;" k="-8" />
249
+ <hkern u1="&#x26;" u2="&#xd2;" k="-8" />
250
+ <hkern u1="&#x26;" u2="&#xc7;" k="-8" />
251
+ <hkern u1="&#x26;" u2="&#xc5;" k="16" />
252
+ <hkern u1="&#x26;" u2="&#xc4;" k="16" />
253
+ <hkern u1="&#x26;" u2="&#xc3;" k="16" />
254
+ <hkern u1="&#x26;" u2="&#xc2;" k="16" />
255
+ <hkern u1="&#x26;" u2="&#xc1;" k="16" />
256
+ <hkern u1="&#x26;" u2="&#xc0;" k="16" />
257
+ <hkern u1="&#x26;" u2="y" k="-8" />
258
+ <hkern u1="&#x26;" u2="w" k="-8" />
259
+ <hkern u1="&#x26;" u2="v" k="-8" />
260
+ <hkern u1="&#x26;" u2="t" k="-29" />
261
+ <hkern u1="&#x26;" u2="f" k="-25" />
262
+ <hkern u1="&#x26;" u2="Y" k="35" />
263
+ <hkern u1="&#x26;" u2="X" k="41" />
264
+ <hkern u1="&#x26;" u2="V" k="27" />
265
+ <hkern u1="&#x26;" u2="T" k="55" />
266
+ <hkern u1="&#x26;" u2="S" k="12" />
267
+ <hkern u1="&#x26;" u2="Q" k="-8" />
268
+ <hkern u1="&#x26;" u2="O" k="-8" />
269
+ <hkern u1="&#x26;" u2="J" k="20" />
270
+ <hkern u1="&#x26;" u2="G" k="-8" />
271
+ <hkern u1="&#x26;" u2="C" k="-8" />
272
+ <hkern u1="&#x26;" u2="A" k="16" />
273
+ <hkern u1="&#x28;" u2="&#xff;" k="-33" />
274
+ <hkern u1="&#x28;" u2="&#xfd;" k="-33" />
275
+ <hkern u1="&#x28;" u2="y" k="-33" />
276
+ <hkern u1="&#x28;" u2="j" k="-29" />
277
+ <hkern u1="&#x2a;" u2="&#x178;" k="-14" />
278
+ <hkern u1="&#x2a;" u2="&#xdd;" k="-14" />
279
+ <hkern u1="&#x2a;" u2="&#xc6;" k="139" />
280
+ <hkern u1="&#x2a;" u2="&#xc5;" k="133" />
281
+ <hkern u1="&#x2a;" u2="&#xc4;" k="133" />
282
+ <hkern u1="&#x2a;" u2="&#xc3;" k="133" />
283
+ <hkern u1="&#x2a;" u2="&#xc2;" k="133" />
284
+ <hkern u1="&#x2a;" u2="&#xc1;" k="133" />
285
+ <hkern u1="&#x2a;" u2="&#xc0;" k="133" />
286
+ <hkern u1="&#x2a;" u2="Y" k="-14" />
287
+ <hkern u1="&#x2a;" u2="W" k="-8" />
288
+ <hkern u1="&#x2a;" u2="V" k="-14" />
289
+ <hkern u1="&#x2a;" u2="T" k="-49" />
290
+ <hkern u1="&#x2a;" u2="J" k="135" />
291
+ <hkern u1="&#x2a;" u2="A" k="133" />
292
+ <hkern u1="&#x2c;" u2="V" k="184" />
293
+ <hkern u1="&#x2d;" u2="x" k="27" />
294
+ <hkern u1="&#x2d;" u2="X" k="57" />
295
+ <hkern u1="&#x2d;" u2="V" k="68" />
296
+ <hkern u1="&#x2e;" u2="V" k="184" />
297
+ <hkern u1="&#x2f;" u2="&#x153;" k="113" />
298
+ <hkern u1="&#x2f;" u2="&#x152;" k="53" />
299
+ <hkern u1="&#x2f;" u2="&#xff;" k="41" />
300
+ <hkern u1="&#x2f;" u2="&#xfd;" k="41" />
301
+ <hkern u1="&#x2f;" u2="&#xfc;" k="109" />
302
+ <hkern u1="&#x2f;" u2="&#xfb;" k="109" />
303
+ <hkern u1="&#x2f;" u2="&#xfa;" k="109" />
304
+ <hkern u1="&#x2f;" u2="&#xf9;" k="109" />
305
+ <hkern u1="&#x2f;" u2="&#xf8;" k="113" />
306
+ <hkern u1="&#x2f;" u2="&#xf6;" k="113" />
307
+ <hkern u1="&#x2f;" u2="&#xf5;" k="113" />
308
+ <hkern u1="&#x2f;" u2="&#xf4;" k="113" />
309
+ <hkern u1="&#x2f;" u2="&#xf3;" k="113" />
310
+ <hkern u1="&#x2f;" u2="&#xf2;" k="113" />
311
+ <hkern u1="&#x2f;" u2="&#xf1;" k="98" />
312
+ <hkern u1="&#x2f;" u2="&#xf0;" k="84" />
313
+ <hkern u1="&#x2f;" u2="&#xeb;" k="113" />
314
+ <hkern u1="&#x2f;" u2="&#xea;" k="113" />
315
+ <hkern u1="&#x2f;" u2="&#xe9;" k="113" />
316
+ <hkern u1="&#x2f;" u2="&#xe8;" k="113" />
317
+ <hkern u1="&#x2f;" u2="&#xe7;" k="113" />
318
+ <hkern u1="&#x2f;" u2="&#xe6;" k="127" />
319
+ <hkern u1="&#x2f;" u2="&#xe5;" k="127" />
320
+ <hkern u1="&#x2f;" u2="&#xe4;" k="127" />
321
+ <hkern u1="&#x2f;" u2="&#xe3;" k="127" />
322
+ <hkern u1="&#x2f;" u2="&#xe2;" k="127" />
323
+ <hkern u1="&#x2f;" u2="&#xe1;" k="127" />
324
+ <hkern u1="&#x2f;" u2="&#xe0;" k="127" />
325
+ <hkern u1="&#x2f;" u2="&#xd8;" k="53" />
326
+ <hkern u1="&#x2f;" u2="&#xd6;" k="53" />
327
+ <hkern u1="&#x2f;" u2="&#xd5;" k="53" />
328
+ <hkern u1="&#x2f;" u2="&#xd4;" k="53" />
329
+ <hkern u1="&#x2f;" u2="&#xd3;" k="53" />
330
+ <hkern u1="&#x2f;" u2="&#xd2;" k="53" />
331
+ <hkern u1="&#x2f;" u2="&#xc7;" k="53" />
332
+ <hkern u1="&#x2f;" u2="&#xc6;" k="205" />
333
+ <hkern u1="&#x2f;" u2="&#xc5;" k="154" />
334
+ <hkern u1="&#x2f;" u2="&#xc4;" k="154" />
335
+ <hkern u1="&#x2f;" u2="&#xc3;" k="154" />
336
+ <hkern u1="&#x2f;" u2="&#xc2;" k="154" />
337
+ <hkern u1="&#x2f;" u2="&#xc1;" k="154" />
338
+ <hkern u1="&#x2f;" u2="&#xc0;" k="154" />
339
+ <hkern u1="&#x2f;" u2="z" k="123" />
340
+ <hkern u1="&#x2f;" u2="y" k="41" />
341
+ <hkern u1="&#x2f;" u2="x" k="84" />
342
+ <hkern u1="&#x2f;" u2="u" k="109" />
343
+ <hkern u1="&#x2f;" u2="s" k="113" />
344
+ <hkern u1="&#x2f;" u2="r" k="94" />
345
+ <hkern u1="&#x2f;" u2="q" k="131" />
346
+ <hkern u1="&#x2f;" u2="p" k="98" />
347
+ <hkern u1="&#x2f;" u2="o" k="113" />
348
+ <hkern u1="&#x2f;" u2="n" k="98" />
349
+ <hkern u1="&#x2f;" u2="m" k="98" />
350
+ <hkern u1="&#x2f;" u2="g" k="131" />
351
+ <hkern u1="&#x2f;" u2="e" k="113" />
352
+ <hkern u1="&#x2f;" u2="d" k="131" />
353
+ <hkern u1="&#x2f;" u2="c" k="113" />
354
+ <hkern u1="&#x2f;" u2="a" k="127" />
355
+ <hkern u1="&#x2f;" u2="T" k="-29" />
356
+ <hkern u1="&#x2f;" u2="Q" k="53" />
357
+ <hkern u1="&#x2f;" u2="O" k="53" />
358
+ <hkern u1="&#x2f;" u2="M" k="37" />
359
+ <hkern u1="&#x2f;" u2="J" k="184" />
360
+ <hkern u1="&#x2f;" u2="G" k="53" />
361
+ <hkern u1="&#x2f;" u2="C" k="53" />
362
+ <hkern u1="&#x2f;" u2="A" k="154" />
363
+ <hkern u1="&#x3a;" u2="V" k="53" />
364
+ <hkern u1="&#x3b;" u2="V" k="53" />
365
+ <hkern u1="&#x40;" u2="&#x178;" k="72" />
366
+ <hkern u1="&#x40;" u2="&#xe5;" k="12" />
367
+ <hkern u1="&#x40;" u2="&#xe4;" k="12" />
368
+ <hkern u1="&#x40;" u2="&#xe3;" k="12" />
369
+ <hkern u1="&#x40;" u2="&#xe2;" k="12" />
370
+ <hkern u1="&#x40;" u2="&#xe1;" k="12" />
371
+ <hkern u1="&#x40;" u2="&#xe0;" k="12" />
372
+ <hkern u1="&#x40;" u2="&#xdd;" k="72" />
373
+ <hkern u1="&#x40;" u2="z" k="27" />
374
+ <hkern u1="&#x40;" u2="x" k="33" />
375
+ <hkern u1="&#x40;" u2="w" k="18" />
376
+ <hkern u1="&#x40;" u2="s" k="10" />
377
+ <hkern u1="&#x40;" u2="a" k="12" />
378
+ <hkern u1="&#x40;" u2="Z" k="20" />
379
+ <hkern u1="&#x40;" u2="Y" k="72" />
380
+ <hkern u1="&#x40;" u2="X" k="39" />
381
+ <hkern u1="&#x40;" u2="W" k="27" />
382
+ <hkern u1="&#x40;" u2="V" k="49" />
383
+ <hkern u1="&#x40;" u2="T" k="88" />
384
+ <hkern u1="&#x40;" u2="S" k="20" />
385
+ <hkern u1="&#x40;" u2="M" k="6" />
386
+ <hkern u1="&#x40;" u2="J" k="41" />
387
+ <hkern u1="A" u2="&#xf8;" k="4" />
388
+ <hkern u1="A" u2="&#xf0;" k="12" />
389
+ <hkern u1="A" u2="&#xdf;" k="12" />
390
+ <hkern u1="A" u2="&#xd8;" k="16" />
391
+ <hkern u1="A" u2="\" k="154" />
392
+ <hkern u1="A" u2="V" k="104" />
393
+ <hkern u1="A" u2="&#x2a;" k="133" />
394
+ <hkern u1="B" u2="&#x178;" k="49" />
395
+ <hkern u1="B" u2="&#xff;" k="29" />
396
+ <hkern u1="B" u2="&#xfd;" k="29" />
397
+ <hkern u1="B" u2="&#xdf;" k="25" />
398
+ <hkern u1="B" u2="&#xdd;" k="49" />
399
+ <hkern u1="B" u2="&#xc6;" k="6" />
400
+ <hkern u1="B" u2="z" k="25" />
401
+ <hkern u1="B" u2="y" k="29" />
402
+ <hkern u1="B" u2="x" k="29" />
403
+ <hkern u1="B" u2="w" k="12" />
404
+ <hkern u1="B" u2="v" k="27" />
405
+ <hkern u1="B" u2="t" k="45" />
406
+ <hkern u1="B" u2="r" k="31" />
407
+ <hkern u1="B" u2="f" k="49" />
408
+ <hkern u1="B" u2="\" k="61" />
409
+ <hkern u1="B" u2="Y" k="49" />
410
+ <hkern u1="B" u2="X" k="29" />
411
+ <hkern u1="B" u2="W" k="16" />
412
+ <hkern u1="B" u2="V" k="29" />
413
+ <hkern u1="B" u2="T" k="41" />
414
+ <hkern u1="B" u2="M" k="12" />
415
+ <hkern u1="B" u2="J" k="6" />
416
+ <hkern u1="C" u2="&#xf8;" k="6" />
417
+ <hkern u1="C" u2="&#xe6;" k="12" />
418
+ <hkern u1="C" u2="&#xdf;" k="-37" />
419
+ <hkern u1="C" u2="&#xd8;" k="-4" />
420
+ <hkern u1="C" u2="V" k="-23" />
421
+ <hkern u1="C" u2="&#x2a;" k="-14" />
422
+ <hkern u1="C" u2="&#x26;" k="-4" />
423
+ <hkern u1="D" u2="&#xe6;" k="18" />
424
+ <hkern u1="D" u2="&#xdf;" k="-8" />
425
+ <hkern u1="D" u2="&#xc6;" k="66" />
426
+ <hkern u1="D" u2="x" k="18" />
427
+ <hkern u1="D" u2="\" k="51" />
428
+ <hkern u1="D" u2="X" k="41" />
429
+ <hkern u1="D" u2="V" k="14" />
430
+ <hkern u1="D" u2="M" k="6" />
431
+ <hkern u1="D" u2="&#x2f;" k="51" />
432
+ <hkern u1="E" u2="&#xf8;" k="10" />
433
+ <hkern u1="E" u2="&#xf0;" k="18" />
434
+ <hkern u1="E" u2="&#xe6;" k="14" />
435
+ <hkern u1="E" u2="&#xdf;" k="12" />
436
+ <hkern u1="E" u2="&#xd8;" k="10" />
437
+ <hkern u1="F" u2="&#x153;" k="59" />
438
+ <hkern u1="F" u2="&#x152;" k="8" />
439
+ <hkern u1="F" u2="&#xff;" k="37" />
440
+ <hkern u1="F" u2="&#xfd;" k="37" />
441
+ <hkern u1="F" u2="&#xfc;" k="53" />
442
+ <hkern u1="F" u2="&#xfb;" k="53" />
443
+ <hkern u1="F" u2="&#xfa;" k="53" />
444
+ <hkern u1="F" u2="&#xf9;" k="53" />
445
+ <hkern u1="F" u2="&#xf8;" k="59" />
446
+ <hkern u1="F" u2="&#xf6;" k="59" />
447
+ <hkern u1="F" u2="&#xf5;" k="59" />
448
+ <hkern u1="F" u2="&#xf4;" k="59" />
449
+ <hkern u1="F" u2="&#xf3;" k="59" />
450
+ <hkern u1="F" u2="&#xf2;" k="59" />
451
+ <hkern u1="F" u2="&#xf1;" k="59" />
452
+ <hkern u1="F" u2="&#xf0;" k="29" />
453
+ <hkern u1="F" u2="&#xeb;" k="59" />
454
+ <hkern u1="F" u2="&#xea;" k="59" />
455
+ <hkern u1="F" u2="&#xe9;" k="59" />
456
+ <hkern u1="F" u2="&#xe8;" k="59" />
457
+ <hkern u1="F" u2="&#xe7;" k="59" />
458
+ <hkern u1="F" u2="&#xe6;" k="70" />
459
+ <hkern u1="F" u2="&#xe5;" k="70" />
460
+ <hkern u1="F" u2="&#xe4;" k="70" />
461
+ <hkern u1="F" u2="&#xe3;" k="70" />
462
+ <hkern u1="F" u2="&#xe2;" k="70" />
463
+ <hkern u1="F" u2="&#xe1;" k="70" />
464
+ <hkern u1="F" u2="&#xe0;" k="70" />
465
+ <hkern u1="F" u2="&#xd8;" k="8" />
466
+ <hkern u1="F" u2="&#xd6;" k="8" />
467
+ <hkern u1="F" u2="&#xd5;" k="8" />
468
+ <hkern u1="F" u2="&#xd4;" k="8" />
469
+ <hkern u1="F" u2="&#xd3;" k="8" />
470
+ <hkern u1="F" u2="&#xd2;" k="8" />
471
+ <hkern u1="F" u2="&#xc7;" k="8" />
472
+ <hkern u1="F" u2="&#xc6;" k="207" />
473
+ <hkern u1="F" u2="&#xc5;" k="127" />
474
+ <hkern u1="F" u2="&#xc4;" k="127" />
475
+ <hkern u1="F" u2="&#xc3;" k="127" />
476
+ <hkern u1="F" u2="&#xc2;" k="127" />
477
+ <hkern u1="F" u2="&#xc1;" k="127" />
478
+ <hkern u1="F" u2="&#xc0;" k="127" />
479
+ <hkern u1="F" u2="z" k="68" />
480
+ <hkern u1="F" u2="y" k="37" />
481
+ <hkern u1="F" u2="x" k="55" />
482
+ <hkern u1="F" u2="w" k="37" />
483
+ <hkern u1="F" u2="v" k="33" />
484
+ <hkern u1="F" u2="u" k="53" />
485
+ <hkern u1="F" u2="t" k="27" />
486
+ <hkern u1="F" u2="s" k="68" />
487
+ <hkern u1="F" u2="r" k="47" />
488
+ <hkern u1="F" u2="q" k="59" />
489
+ <hkern u1="F" u2="p" k="59" />
490
+ <hkern u1="F" u2="o" k="59" />
491
+ <hkern u1="F" u2="n" k="59" />
492
+ <hkern u1="F" u2="m" k="59" />
493
+ <hkern u1="F" u2="g" k="59" />
494
+ <hkern u1="F" u2="e" k="59" />
495
+ <hkern u1="F" u2="d" k="59" />
496
+ <hkern u1="F" u2="c" k="59" />
497
+ <hkern u1="F" u2="a" k="70" />
498
+ <hkern u1="F" u2="Q" k="8" />
499
+ <hkern u1="F" u2="O" k="8" />
500
+ <hkern u1="F" u2="J" k="174" />
501
+ <hkern u1="F" u2="G" k="8" />
502
+ <hkern u1="F" u2="C" k="8" />
503
+ <hkern u1="F" u2="A" k="127" />
504
+ <hkern u1="F" u2="&#x40;" k="47" />
505
+ <hkern u1="F" u2="&#x2f;" k="147" />
506
+ <hkern u1="F" u2="&#x2e;" k="197" />
507
+ <hkern u1="F" u2="&#x2c;" k="197" />
508
+ <hkern u1="F" u2="&#x2a;" k="-33" />
509
+ <hkern u1="F" u2="&#x26;" k="25" />
510
+ <hkern u1="G" u2="&#xdf;" k="-10" />
511
+ <hkern u1="G" u2="V" k="25" />
512
+ <hkern u1="J" u2="&#xe6;" k="53" />
513
+ <hkern u1="J" u2="&#xdf;" k="8" />
514
+ <hkern u1="J" u2="&#xc6;" k="41" />
515
+ <hkern u1="J" u2="x" k="59" />
516
+ <hkern u1="J" u2="X" k="27" />
517
+ <hkern u1="J" u2="M" k="6" />
518
+ <hkern u1="J" u2="&#x2f;" k="57" />
519
+ <hkern u1="K" u2="&#xf8;" k="16" />
520
+ <hkern u1="K" u2="&#xf0;" k="18" />
521
+ <hkern u1="K" u2="&#xdf;" k="20" />
522
+ <hkern u1="L" u2="\" k="246" />
523
+ <hkern u1="L" u2="V" k="168" />
524
+ <hkern u1="L" u2="&#x2a;" k="205" />
525
+ <hkern u1="M" u2="&#x2039;" k="12" />
526
+ <hkern u1="M" u2="&#x178;" k="53" />
527
+ <hkern u1="M" u2="&#xdf;" k="16" />
528
+ <hkern u1="M" u2="&#xdd;" k="53" />
529
+ <hkern u1="M" u2="&#xdc;" k="6" />
530
+ <hkern u1="M" u2="&#xdb;" k="6" />
531
+ <hkern u1="M" u2="&#xda;" k="6" />
532
+ <hkern u1="M" u2="&#xd9;" k="6" />
533
+ <hkern u1="M" u2="&#xab;" k="12" />
534
+ <hkern u1="M" u2="\" k="37" />
535
+ <hkern u1="M" u2="Y" k="53" />
536
+ <hkern u1="M" u2="W" k="16" />
537
+ <hkern u1="M" u2="V" k="45" />
538
+ <hkern u1="M" u2="U" k="6" />
539
+ <hkern u1="M" u2="T" k="31" />
540
+ <hkern u1="O" u2="&#x201a;" k="61" />
541
+ <hkern u1="O" u2="&#xe6;" k="29" />
542
+ <hkern u1="O" u2="&#xdf;" k="-8" />
543
+ <hkern u1="O" u2="&#xc6;" k="43" />
544
+ <hkern u1="O" u2="x" k="27" />
545
+ <hkern u1="O" u2="\" k="53" />
546
+ <hkern u1="O" u2="X" k="45" />
547
+ <hkern u1="O" u2="V" k="27" />
548
+ <hkern u1="O" u2="&#x2f;" k="53" />
549
+ <hkern u1="P" u2="&#x2039;" k="20" />
550
+ <hkern u1="P" u2="&#x178;" k="6" />
551
+ <hkern u1="P" u2="&#x153;" k="57" />
552
+ <hkern u1="P" u2="&#xfc;" k="27" />
553
+ <hkern u1="P" u2="&#xfb;" k="27" />
554
+ <hkern u1="P" u2="&#xfa;" k="27" />
555
+ <hkern u1="P" u2="&#xf9;" k="27" />
556
+ <hkern u1="P" u2="&#xf8;" k="57" />
557
+ <hkern u1="P" u2="&#xf6;" k="57" />
558
+ <hkern u1="P" u2="&#xf5;" k="57" />
559
+ <hkern u1="P" u2="&#xf4;" k="57" />
560
+ <hkern u1="P" u2="&#xf3;" k="57" />
561
+ <hkern u1="P" u2="&#xf2;" k="57" />
562
+ <hkern u1="P" u2="&#xf1;" k="27" />
563
+ <hkern u1="P" u2="&#xf0;" k="57" />
564
+ <hkern u1="P" u2="&#xeb;" k="57" />
565
+ <hkern u1="P" u2="&#xea;" k="57" />
566
+ <hkern u1="P" u2="&#xe9;" k="57" />
567
+ <hkern u1="P" u2="&#xe8;" k="57" />
568
+ <hkern u1="P" u2="&#xe7;" k="57" />
569
+ <hkern u1="P" u2="&#xe6;" k="45" />
570
+ <hkern u1="P" u2="&#xe5;" k="45" />
571
+ <hkern u1="P" u2="&#xe4;" k="45" />
572
+ <hkern u1="P" u2="&#xe3;" k="45" />
573
+ <hkern u1="P" u2="&#xe2;" k="45" />
574
+ <hkern u1="P" u2="&#xe1;" k="45" />
575
+ <hkern u1="P" u2="&#xe0;" k="45" />
576
+ <hkern u1="P" u2="&#xdf;" k="-23" />
577
+ <hkern u1="P" u2="&#xdd;" k="6" />
578
+ <hkern u1="P" u2="&#xc6;" k="174" />
579
+ <hkern u1="P" u2="&#xc5;" k="125" />
580
+ <hkern u1="P" u2="&#xc4;" k="125" />
581
+ <hkern u1="P" u2="&#xc3;" k="125" />
582
+ <hkern u1="P" u2="&#xc2;" k="125" />
583
+ <hkern u1="P" u2="&#xc1;" k="125" />
584
+ <hkern u1="P" u2="&#xc0;" k="125" />
585
+ <hkern u1="P" u2="&#xab;" k="20" />
586
+ <hkern u1="P" u2="w" k="-2" />
587
+ <hkern u1="P" u2="v" k="-14" />
588
+ <hkern u1="P" u2="u" k="27" />
589
+ <hkern u1="P" u2="t" k="-8" />
590
+ <hkern u1="P" u2="s" k="39" />
591
+ <hkern u1="P" u2="r" k="33" />
592
+ <hkern u1="P" u2="q" k="51" />
593
+ <hkern u1="P" u2="p" k="27" />
594
+ <hkern u1="P" u2="o" k="57" />
595
+ <hkern u1="P" u2="n" k="27" />
596
+ <hkern u1="P" u2="m" k="27" />
597
+ <hkern u1="P" u2="g" k="51" />
598
+ <hkern u1="P" u2="f" k="-16" />
599
+ <hkern u1="P" u2="e" k="57" />
600
+ <hkern u1="P" u2="d" k="51" />
601
+ <hkern u1="P" u2="c" k="57" />
602
+ <hkern u1="P" u2="a" k="45" />
603
+ <hkern u1="P" u2="Z" k="53" />
604
+ <hkern u1="P" u2="Y" k="6" />
605
+ <hkern u1="P" u2="X" k="53" />
606
+ <hkern u1="P" u2="M" k="33" />
607
+ <hkern u1="P" u2="J" k="174" />
608
+ <hkern u1="P" u2="A" k="125" />
609
+ <hkern u1="P" u2="&#x40;" k="45" />
610
+ <hkern u1="P" u2="&#x2f;" k="178" />
611
+ <hkern u1="P" u2="&#x2e;" k="274" />
612
+ <hkern u1="P" u2="&#x2c;" k="274" />
613
+ <hkern u1="P" u2="&#x26;" k="35" />
614
+ <hkern u1="Q" u2="&#x201a;" k="61" />
615
+ <hkern u1="Q" u2="&#xff;" k="-6" />
616
+ <hkern u1="Q" u2="&#xfd;" k="-6" />
617
+ <hkern u1="Q" u2="&#xe6;" k="29" />
618
+ <hkern u1="Q" u2="&#xdf;" k="-8" />
619
+ <hkern u1="Q" u2="&#xc6;" k="43" />
620
+ <hkern u1="Q" u2="&#xc5;" k="14" />
621
+ <hkern u1="Q" u2="&#xc4;" k="14" />
622
+ <hkern u1="Q" u2="&#xc3;" k="14" />
623
+ <hkern u1="Q" u2="&#xc2;" k="14" />
624
+ <hkern u1="Q" u2="&#xc1;" k="14" />
625
+ <hkern u1="Q" u2="&#xc0;" k="14" />
626
+ <hkern u1="Q" u2="z" k="27" />
627
+ <hkern u1="Q" u2="y" k="-6" />
628
+ <hkern u1="Q" u2="x" k="6" />
629
+ <hkern u1="Q" u2="j" k="-8" />
630
+ <hkern u1="Q" u2="\" k="53" />
631
+ <hkern u1="Q" u2="Z" k="27" />
632
+ <hkern u1="Q" u2="X" k="27" />
633
+ <hkern u1="Q" u2="V" k="27" />
634
+ <hkern u1="Q" u2="A" k="14" />
635
+ <hkern u1="Q" u2="&#x2f;" k="53" />
636
+ <hkern u1="R" u2="&#xf8;" k="20" />
637
+ <hkern u1="R" u2="&#xe6;" k="18" />
638
+ <hkern u1="R" u2="&#xdf;" k="-23" />
639
+ <hkern u1="R" u2="&#xd8;" k="10" />
640
+ <hkern u1="R" u2="\" k="51" />
641
+ <hkern u1="R" u2="V" k="35" />
642
+ <hkern u1="S" u2="x" k="33" />
643
+ <hkern u1="S" u2="X" k="6" />
644
+ <hkern u1="T" u2="&#xf6;" k="100" />
645
+ <hkern u1="T" u2="&#xf5;" k="100" />
646
+ <hkern u1="T" u2="&#xf4;" k="125" />
647
+ <hkern u1="T" u2="&#xf2;" k="125" />
648
+ <hkern u1="T" u2="&#xf0;" k="100" />
649
+ <hkern u1="T" u2="&#xeb;" k="100" />
650
+ <hkern u1="T" u2="&#xea;" k="125" />
651
+ <hkern u1="T" u2="&#xe8;" k="125" />
652
+ <hkern u1="T" u2="&#xe6;" k="150" />
653
+ <hkern u1="T" u2="&#xe5;" k="92" />
654
+ <hkern u1="T" u2="&#xe4;" k="74" />
655
+ <hkern u1="T" u2="&#xe3;" k="74" />
656
+ <hkern u1="T" u2="&#xe2;" k="143" />
657
+ <hkern u1="T" u2="&#xe0;" k="109" />
658
+ <hkern u1="T" u2="&#xdf;" k="33" />
659
+ <hkern u1="T" u2="&#xc6;" k="133" />
660
+ <hkern u1="T" u2="x" k="129" />
661
+ <hkern u1="T" u2="\" k="-29" />
662
+ <hkern u1="T" u2="M" k="35" />
663
+ <hkern u1="T" u2="&#x40;" k="135" />
664
+ <hkern u1="T" u2="&#x3f;" k="-55" />
665
+ <hkern u1="T" u2="&#x2f;" k="150" />
666
+ <hkern u1="T" u2="&#x2a;" k="-49" />
667
+ <hkern u1="T" u2="&#x26;" k="29" />
668
+ <hkern u1="U" u2="&#xe6;" k="53" />
669
+ <hkern u1="U" u2="&#xdf;" k="8" />
670
+ <hkern u1="U" u2="&#xc6;" k="41" />
671
+ <hkern u1="U" u2="x" k="59" />
672
+ <hkern u1="U" u2="X" k="27" />
673
+ <hkern u1="U" u2="M" k="6" />
674
+ <hkern u1="U" u2="&#x2f;" k="57" />
675
+ <hkern u1="V" u2="&#x203a;" k="47" />
676
+ <hkern u1="V" u2="&#x2039;" k="63" />
677
+ <hkern u1="V" u2="&#x2014;" k="68" />
678
+ <hkern u1="V" u2="&#x2013;" k="68" />
679
+ <hkern u1="V" u2="&#x153;" k="104" />
680
+ <hkern u1="V" u2="&#x152;" k="25" />
681
+ <hkern u1="V" u2="&#xff;" k="39" />
682
+ <hkern u1="V" u2="&#xfd;" k="39" />
683
+ <hkern u1="V" u2="&#xfc;" k="63" />
684
+ <hkern u1="V" u2="&#xfb;" k="63" />
685
+ <hkern u1="V" u2="&#xfa;" k="63" />
686
+ <hkern u1="V" u2="&#xf9;" k="63" />
687
+ <hkern u1="V" u2="&#xf8;" k="104" />
688
+ <hkern u1="V" u2="&#xf6;" k="104" />
689
+ <hkern u1="V" u2="&#xf5;" k="104" />
690
+ <hkern u1="V" u2="&#xf4;" k="104" />
691
+ <hkern u1="V" u2="&#xf3;" k="104" />
692
+ <hkern u1="V" u2="&#xf2;" k="104" />
693
+ <hkern u1="V" u2="&#xf1;" k="66" />
694
+ <hkern u1="V" u2="&#xf0;" k="82" />
695
+ <hkern u1="V" u2="&#xeb;" k="104" />
696
+ <hkern u1="V" u2="&#xea;" k="104" />
697
+ <hkern u1="V" u2="&#xe9;" k="104" />
698
+ <hkern u1="V" u2="&#xe8;" k="104" />
699
+ <hkern u1="V" u2="&#xe7;" k="104" />
700
+ <hkern u1="V" u2="&#xe6;" k="88" />
701
+ <hkern u1="V" u2="&#xe5;" k="88" />
702
+ <hkern u1="V" u2="&#xe4;" k="88" />
703
+ <hkern u1="V" u2="&#xe3;" k="88" />
704
+ <hkern u1="V" u2="&#xe2;" k="88" />
705
+ <hkern u1="V" u2="&#xe1;" k="88" />
706
+ <hkern u1="V" u2="&#xe0;" k="88" />
707
+ <hkern u1="V" u2="&#xdf;" k="37" />
708
+ <hkern u1="V" u2="&#xd8;" k="25" />
709
+ <hkern u1="V" u2="&#xd6;" k="25" />
710
+ <hkern u1="V" u2="&#xd5;" k="25" />
711
+ <hkern u1="V" u2="&#xd4;" k="25" />
712
+ <hkern u1="V" u2="&#xd3;" k="25" />
713
+ <hkern u1="V" u2="&#xd2;" k="25" />
714
+ <hkern u1="V" u2="&#xc7;" k="25" />
715
+ <hkern u1="V" u2="&#xc6;" k="109" />
716
+ <hkern u1="V" u2="&#xc5;" k="104" />
717
+ <hkern u1="V" u2="&#xc4;" k="104" />
718
+ <hkern u1="V" u2="&#xc3;" k="104" />
719
+ <hkern u1="V" u2="&#xc2;" k="104" />
720
+ <hkern u1="V" u2="&#xc1;" k="104" />
721
+ <hkern u1="V" u2="&#xc0;" k="104" />
722
+ <hkern u1="V" u2="&#xbb;" k="47" />
723
+ <hkern u1="V" u2="&#xab;" k="63" />
724
+ <hkern u1="V" u2="z" k="59" />
725
+ <hkern u1="V" u2="y" k="39" />
726
+ <hkern u1="V" u2="x" k="57" />
727
+ <hkern u1="V" u2="w" k="47" />
728
+ <hkern u1="V" u2="v" k="8" />
729
+ <hkern u1="V" u2="u" k="63" />
730
+ <hkern u1="V" u2="t" k="18" />
731
+ <hkern u1="V" u2="s" k="76" />
732
+ <hkern u1="V" u2="r" k="49" />
733
+ <hkern u1="V" u2="q" k="102" />
734
+ <hkern u1="V" u2="p" k="66" />
735
+ <hkern u1="V" u2="o" k="104" />
736
+ <hkern u1="V" u2="n" k="66" />
737
+ <hkern u1="V" u2="m" k="66" />
738
+ <hkern u1="V" u2="g" k="102" />
739
+ <hkern u1="V" u2="e" k="104" />
740
+ <hkern u1="V" u2="d" k="102" />
741
+ <hkern u1="V" u2="c" k="104" />
742
+ <hkern u1="V" u2="a" k="88" />
743
+ <hkern u1="V" u2="Q" k="25" />
744
+ <hkern u1="V" u2="O" k="25" />
745
+ <hkern u1="V" u2="M" k="47" />
746
+ <hkern u1="V" u2="J" k="143" />
747
+ <hkern u1="V" u2="G" k="25" />
748
+ <hkern u1="V" u2="C" k="25" />
749
+ <hkern u1="V" u2="A" k="104" />
750
+ <hkern u1="V" u2="&#x40;" k="94" />
751
+ <hkern u1="V" u2="&#x3f;" k="-14" />
752
+ <hkern u1="V" u2="&#x3b;" k="53" />
753
+ <hkern u1="V" u2="&#x3a;" k="53" />
754
+ <hkern u1="V" u2="&#x2f;" k="137" />
755
+ <hkern u1="V" u2="&#x2e;" k="184" />
756
+ <hkern u1="V" u2="&#x2d;" k="68" />
757
+ <hkern u1="V" u2="&#x2c;" k="184" />
758
+ <hkern u1="V" u2="&#x2a;" k="-14" />
759
+ <hkern u1="V" u2="&#x26;" k="49" />
760
+ <hkern u1="W" u2="&#xf0;" k="76" />
761
+ <hkern u1="W" u2="&#xe6;" k="78" />
762
+ <hkern u1="W" u2="&#xdf;" k="6" />
763
+ <hkern u1="W" u2="&#xc6;" k="72" />
764
+ <hkern u1="W" u2="x" k="68" />
765
+ <hkern u1="W" u2="M" k="18" />
766
+ <hkern u1="W" u2="&#x40;" k="55" />
767
+ <hkern u1="W" u2="&#x3f;" k="-14" />
768
+ <hkern u1="W" u2="&#x2f;" k="88" />
769
+ <hkern u1="W" u2="&#x2a;" k="-8" />
770
+ <hkern u1="W" u2="&#x26;" k="47" />
771
+ <hkern u1="X" u2="&#x2039;" k="74" />
772
+ <hkern u1="X" u2="&#x2014;" k="57" />
773
+ <hkern u1="X" u2="&#x2013;" k="57" />
774
+ <hkern u1="X" u2="&#x153;" k="53" />
775
+ <hkern u1="X" u2="&#x152;" k="45" />
776
+ <hkern u1="X" u2="&#xff;" k="63" />
777
+ <hkern u1="X" u2="&#xfd;" k="63" />
778
+ <hkern u1="X" u2="&#xfc;" k="47" />
779
+ <hkern u1="X" u2="&#xfb;" k="47" />
780
+ <hkern u1="X" u2="&#xfa;" k="47" />
781
+ <hkern u1="X" u2="&#xf9;" k="47" />
782
+ <hkern u1="X" u2="&#xf8;" k="12" />
783
+ <hkern u1="X" u2="&#xf6;" k="53" />
784
+ <hkern u1="X" u2="&#xf5;" k="53" />
785
+ <hkern u1="X" u2="&#xf4;" k="53" />
786
+ <hkern u1="X" u2="&#xf3;" k="53" />
787
+ <hkern u1="X" u2="&#xf2;" k="53" />
788
+ <hkern u1="X" u2="&#xf0;" k="39" />
789
+ <hkern u1="X" u2="&#xeb;" k="53" />
790
+ <hkern u1="X" u2="&#xea;" k="53" />
791
+ <hkern u1="X" u2="&#xe9;" k="53" />
792
+ <hkern u1="X" u2="&#xe8;" k="53" />
793
+ <hkern u1="X" u2="&#xe7;" k="53" />
794
+ <hkern u1="X" u2="&#xe6;" k="20" />
795
+ <hkern u1="X" u2="&#xe5;" k="20" />
796
+ <hkern u1="X" u2="&#xe4;" k="20" />
797
+ <hkern u1="X" u2="&#xe3;" k="20" />
798
+ <hkern u1="X" u2="&#xe2;" k="20" />
799
+ <hkern u1="X" u2="&#xe1;" k="20" />
800
+ <hkern u1="X" u2="&#xe0;" k="20" />
801
+ <hkern u1="X" u2="&#xdf;" k="29" />
802
+ <hkern u1="X" u2="&#xdc;" k="8" />
803
+ <hkern u1="X" u2="&#xdb;" k="8" />
804
+ <hkern u1="X" u2="&#xda;" k="8" />
805
+ <hkern u1="X" u2="&#xd9;" k="8" />
806
+ <hkern u1="X" u2="&#xd8;" k="25" />
807
+ <hkern u1="X" u2="&#xd6;" k="45" />
808
+ <hkern u1="X" u2="&#xd5;" k="45" />
809
+ <hkern u1="X" u2="&#xd4;" k="45" />
810
+ <hkern u1="X" u2="&#xd3;" k="45" />
811
+ <hkern u1="X" u2="&#xd2;" k="45" />
812
+ <hkern u1="X" u2="&#xc7;" k="45" />
813
+ <hkern u1="X" u2="&#xab;" k="74" />
814
+ <hkern u1="X" u2="y" k="63" />
815
+ <hkern u1="X" u2="w" k="66" />
816
+ <hkern u1="X" u2="v" k="68" />
817
+ <hkern u1="X" u2="u" k="47" />
818
+ <hkern u1="X" u2="t" k="33" />
819
+ <hkern u1="X" u2="r" k="18" />
820
+ <hkern u1="X" u2="q" k="51" />
821
+ <hkern u1="X" u2="o" k="53" />
822
+ <hkern u1="X" u2="g" k="51" />
823
+ <hkern u1="X" u2="e" k="53" />
824
+ <hkern u1="X" u2="d" k="51" />
825
+ <hkern u1="X" u2="c" k="53" />
826
+ <hkern u1="X" u2="a" k="20" />
827
+ <hkern u1="X" u2="U" k="8" />
828
+ <hkern u1="X" u2="Q" k="45" />
829
+ <hkern u1="X" u2="O" k="45" />
830
+ <hkern u1="X" u2="G" k="45" />
831
+ <hkern u1="X" u2="C" k="45" />
832
+ <hkern u1="X" u2="&#x40;" k="10" />
833
+ <hkern u1="X" u2="&#x2d;" k="57" />
834
+ <hkern u1="X" u2="&#x26;" k="16" />
835
+ <hkern u1="Y" u2="&#xf6;" k="115" />
836
+ <hkern u1="Y" u2="&#xf5;" k="111" />
837
+ <hkern u1="Y" u2="&#xf0;" k="96" />
838
+ <hkern u1="Y" u2="&#xeb;" k="115" />
839
+ <hkern u1="Y" u2="&#xe6;" k="41" />
840
+ <hkern u1="Y" u2="&#xdf;" k="25" />
841
+ <hkern u1="Y" u2="&#xc6;" k="154" />
842
+ <hkern u1="Y" u2="x" k="68" />
843
+ <hkern u1="Y" u2="M" k="53" />
844
+ <hkern u1="Y" u2="&#x40;" k="98" />
845
+ <hkern u1="Y" u2="&#x3f;" k="-23" />
846
+ <hkern u1="Y" u2="&#x2f;" k="125" />
847
+ <hkern u1="Y" u2="&#x2a;" k="-14" />
848
+ <hkern u1="Y" u2="&#x26;" k="41" />
849
+ <hkern u1="Z" u2="&#xf8;" k="35" />
850
+ <hkern u1="Z" u2="&#xf0;" k="41" />
851
+ <hkern u1="Z" u2="&#xe6;" k="33" />
852
+ <hkern u1="Z" u2="&#xdf;" k="20" />
853
+ <hkern u1="Z" u2="&#xd8;" k="12" />
854
+ <hkern u1="[" u2="&#xff;" k="-29" />
855
+ <hkern u1="[" u2="&#xfd;" k="-29" />
856
+ <hkern u1="[" u2="y" k="-29" />
857
+ <hkern u1="[" u2="j" k="-29" />
858
+ <hkern u1="\" u2="&#x178;" k="125" />
859
+ <hkern u1="\" u2="&#x152;" k="53" />
860
+ <hkern u1="\" u2="&#xfc;" k="41" />
861
+ <hkern u1="\" u2="&#xfb;" k="41" />
862
+ <hkern u1="\" u2="&#xfa;" k="41" />
863
+ <hkern u1="\" u2="&#xf9;" k="41" />
864
+ <hkern u1="\" u2="&#xdd;" k="125" />
865
+ <hkern u1="\" u2="&#xdc;" k="57" />
866
+ <hkern u1="\" u2="&#xdb;" k="57" />
867
+ <hkern u1="\" u2="&#xda;" k="57" />
868
+ <hkern u1="\" u2="&#xd9;" k="57" />
869
+ <hkern u1="\" u2="&#xd8;" k="12" />
870
+ <hkern u1="\" u2="&#xd6;" k="53" />
871
+ <hkern u1="\" u2="&#xd5;" k="53" />
872
+ <hkern u1="\" u2="&#xd4;" k="53" />
873
+ <hkern u1="\" u2="&#xd3;" k="53" />
874
+ <hkern u1="\" u2="&#xd2;" k="53" />
875
+ <hkern u1="\" u2="&#xc7;" k="53" />
876
+ <hkern u1="\" u2="w" k="27" />
877
+ <hkern u1="\" u2="v" k="47" />
878
+ <hkern u1="\" u2="u" k="41" />
879
+ <hkern u1="\" u2="t" k="57" />
880
+ <hkern u1="\" u2="r" k="20" />
881
+ <hkern u1="\" u2="Y" k="125" />
882
+ <hkern u1="\" u2="W" k="88" />
883
+ <hkern u1="\" u2="V" k="143" />
884
+ <hkern u1="\" u2="U" k="57" />
885
+ <hkern u1="\" u2="T" k="150" />
886
+ <hkern u1="\" u2="Q" k="53" />
887
+ <hkern u1="\" u2="O" k="53" />
888
+ <hkern u1="\" u2="G" k="53" />
889
+ <hkern u1="\" u2="C" k="53" />
890
+ <hkern u1="a" u2="&#xf8;" k="16" />
891
+ <hkern u1="a" u2="&#xf0;" k="14" />
892
+ <hkern u1="a" u2="\" k="115" />
893
+ <hkern u1="b" u2="z" k="37" />
894
+ <hkern u1="b" u2="x" k="43" />
895
+ <hkern u1="b" u2="\" k="94" />
896
+ <hkern u1="c" u2="&#xf8;" k="8" />
897
+ <hkern u1="c" u2="x" k="10" />
898
+ <hkern u1="c" u2="\" k="72" />
899
+ <hkern u1="d" u2="&#xef;" k="-14" />
900
+ <hkern u1="d" u2="&#xee;" k="6" />
901
+ <hkern u1="d" u2="&#xed;" k="6" />
902
+ <hkern u1="d" u2="&#xec;" k="6" />
903
+ <hkern u1="d" u2="j" k="6" />
904
+ <hkern u1="d" u2="i" k="6" />
905
+ <hkern u1="e" u2="\" k="102" />
906
+ <hkern u1="f" u2="&#x2039;" k="41" />
907
+ <hkern u1="f" u2="&#x201d;" k="-160" />
908
+ <hkern u1="f" u2="&#x201c;" k="-143" />
909
+ <hkern u1="f" u2="&#x2019;" k="-160" />
910
+ <hkern u1="f" u2="&#x2018;" k="-143" />
911
+ <hkern u1="f" u2="&#x153;" k="18" />
912
+ <hkern u1="f" u2="&#xff;" k="-59" />
913
+ <hkern u1="f" u2="&#xfd;" k="-59" />
914
+ <hkern u1="f" u2="&#xf8;" k="18" />
915
+ <hkern u1="f" u2="&#xf6;" k="18" />
916
+ <hkern u1="f" u2="&#xf5;" k="18" />
917
+ <hkern u1="f" u2="&#xf4;" k="18" />
918
+ <hkern u1="f" u2="&#xf3;" k="18" />
919
+ <hkern u1="f" u2="&#xf2;" k="18" />
920
+ <hkern u1="f" u2="&#xf0;" k="-25" />
921
+ <hkern u1="f" u2="&#xef;" k="-147" />
922
+ <hkern u1="f" u2="&#xee;" k="-106" />
923
+ <hkern u1="f" u2="&#xed;" k="-92" />
924
+ <hkern u1="f" u2="&#xec;" k="-139" />
925
+ <hkern u1="f" u2="&#xeb;" k="18" />
926
+ <hkern u1="f" u2="&#xea;" k="18" />
927
+ <hkern u1="f" u2="&#xe9;" k="18" />
928
+ <hkern u1="f" u2="&#xe8;" k="18" />
929
+ <hkern u1="f" u2="&#xe7;" k="18" />
930
+ <hkern u1="f" u2="&#xab;" k="41" />
931
+ <hkern u1="f" u2="&#x7d;" k="-90" />
932
+ <hkern u1="f" u2="y" k="-59" />
933
+ <hkern u1="f" u2="x" k="-39" />
934
+ <hkern u1="f" u2="w" k="-63" />
935
+ <hkern u1="f" u2="v" k="-80" />
936
+ <hkern u1="f" u2="r" k="-37" />
937
+ <hkern u1="f" u2="q" k="12" />
938
+ <hkern u1="f" u2="o" k="18" />
939
+ <hkern u1="f" u2="j" k="-92" />
940
+ <hkern u1="f" u2="i" k="-92" />
941
+ <hkern u1="f" u2="g" k="12" />
942
+ <hkern u1="f" u2="e" k="18" />
943
+ <hkern u1="f" u2="d" k="12" />
944
+ <hkern u1="f" u2="c" k="18" />
945
+ <hkern u1="f" u2="]" k="-57" />
946
+ <hkern u1="f" u2="\" k="-131" />
947
+ <hkern u1="f" u2="&#x40;" k="16" />
948
+ <hkern u1="f" u2="&#x3f;" k="-96" />
949
+ <hkern u1="f" u2="&#x2f;" k="51" />
950
+ <hkern u1="f" u2="&#x2e;" k="66" />
951
+ <hkern u1="f" u2="&#x2c;" k="66" />
952
+ <hkern u1="f" u2="&#x2a;" k="-123" />
953
+ <hkern u1="f" u2="&#x29;" k="-88" />
954
+ <hkern u1="f" u2="&#x26;" k="-33" />
955
+ <hkern u1="f" u2="&#x21;" k="-47" />
956
+ <hkern u1="g" u2="&#xef;" k="6" />
957
+ <hkern u1="g" u2="&#xee;" k="6" />
958
+ <hkern u1="g" u2="&#xed;" k="6" />
959
+ <hkern u1="g" u2="&#xec;" k="6" />
960
+ <hkern u1="g" u2="j" k="6" />
961
+ <hkern u1="g" u2="i" k="6" />
962
+ <hkern u1="g" u2="\" k="102" />
963
+ <hkern u1="h" u2="\" k="133" />
964
+ <hkern u1="i" u2="x" k="12" />
965
+ <hkern u1="j" u2="x" k="12" />
966
+ <hkern u1="k" u2="&#xf8;" k="16" />
967
+ <hkern u1="k" u2="&#xf0;" k="29" />
968
+ <hkern u1="k" u2="\" k="129" />
969
+ <hkern u1="k" u2="&#x40;" k="20" />
970
+ <hkern u1="k" u2="&#x26;" k="23" />
971
+ <hkern u1="l" u2="&#xf8;" k="-8" />
972
+ <hkern u1="l" u2="&#xf0;" k="4" />
973
+ <hkern u1="l" u2="x" k="-14" />
974
+ <hkern u1="l" u2="\" k="51" />
975
+ <hkern u1="m" u2="\" k="133" />
976
+ <hkern u1="n" u2="\" k="133" />
977
+ <hkern u1="o" u2="x" k="37" />
978
+ <hkern u1="o" u2="\" k="106" />
979
+ <hkern u1="p" u2="x" k="29" />
980
+ <hkern u1="p" u2="v" k="10" />
981
+ <hkern u1="p" u2="\" k="88" />
982
+ <hkern u1="q" u2="\" k="82" />
983
+ <hkern u1="r" u2="&#xf0;" k="14" />
984
+ <hkern u1="r" u2="&#xe6;" k="14" />
985
+ <hkern u1="r" u2="x" k="-18" />
986
+ <hkern u1="r" u2="&#x40;" k="27" />
987
+ <hkern u1="r" u2="&#x2f;" k="106" />
988
+ <hkern u1="r" u2="&#x26;" k="10" />
989
+ <hkern u1="s" u2="\" k="102" />
990
+ <hkern u1="t" u2="&#xf8;" k="12" />
991
+ <hkern u1="t" u2="x" k="-35" />
992
+ <hkern u1="t" u2="\" k="51" />
993
+ <hkern u1="u" u2="\" k="92" />
994
+ <hkern u1="v" u2="&#x153;" k="31" />
995
+ <hkern u1="v" u2="&#xf8;" k="31" />
996
+ <hkern u1="v" u2="&#xf6;" k="31" />
997
+ <hkern u1="v" u2="&#xf5;" k="31" />
998
+ <hkern u1="v" u2="&#xf4;" k="31" />
999
+ <hkern u1="v" u2="&#xf3;" k="31" />
1000
+ <hkern u1="v" u2="&#xf2;" k="31" />
1001
+ <hkern u1="v" u2="&#xf0;" k="27" />
1002
+ <hkern u1="v" u2="&#xef;" k="-16" />
1003
+ <hkern u1="v" u2="&#xee;" k="-16" />
1004
+ <hkern u1="v" u2="&#xed;" k="-16" />
1005
+ <hkern u1="v" u2="&#xec;" k="-16" />
1006
+ <hkern u1="v" u2="&#xeb;" k="31" />
1007
+ <hkern u1="v" u2="&#xea;" k="31" />
1008
+ <hkern u1="v" u2="&#xe9;" k="31" />
1009
+ <hkern u1="v" u2="&#xe8;" k="31" />
1010
+ <hkern u1="v" u2="&#xe7;" k="31" />
1011
+ <hkern u1="v" u2="&#xe6;" k="4" />
1012
+ <hkern u1="v" u2="&#xe5;" k="4" />
1013
+ <hkern u1="v" u2="&#xe4;" k="4" />
1014
+ <hkern u1="v" u2="&#xe3;" k="4" />
1015
+ <hkern u1="v" u2="&#xe2;" k="4" />
1016
+ <hkern u1="v" u2="&#xe1;" k="4" />
1017
+ <hkern u1="v" u2="&#xe0;" k="4" />
1018
+ <hkern u1="v" u2="&#xdf;" k="-39" />
1019
+ <hkern u1="v" u2="x" k="-18" />
1020
+ <hkern u1="v" u2="t" k="-31" />
1021
+ <hkern u1="v" u2="q" k="14" />
1022
+ <hkern u1="v" u2="o" k="31" />
1023
+ <hkern u1="v" u2="j" k="-16" />
1024
+ <hkern u1="v" u2="i" k="-16" />
1025
+ <hkern u1="v" u2="g" k="14" />
1026
+ <hkern u1="v" u2="f" k="-39" />
1027
+ <hkern u1="v" u2="e" k="31" />
1028
+ <hkern u1="v" u2="d" k="14" />
1029
+ <hkern u1="v" u2="c" k="31" />
1030
+ <hkern u1="v" u2="a" k="4" />
1031
+ <hkern u1="v" u2="&#x40;" k="16" />
1032
+ <hkern u1="v" u2="&#x2f;" k="47" />
1033
+ <hkern u1="v" u2="&#x2e;" k="109" />
1034
+ <hkern u1="v" u2="&#x2c;" k="109" />
1035
+ <hkern u1="v" u2="&#x26;" k="18" />
1036
+ <hkern u1="w" u2="&#xf0;" k="25" />
1037
+ <hkern u1="w" u2="&#xe6;" k="20" />
1038
+ <hkern u1="w" u2="x" k="-18" />
1039
+ <hkern u1="w" u2="&#x40;" k="31" />
1040
+ <hkern u1="w" u2="&#x2f;" k="27" />
1041
+ <hkern u1="w" u2="&#x26;" k="8" />
1042
+ <hkern u1="x" u2="&#x2039;" k="33" />
1043
+ <hkern u1="x" u2="&#x2014;" k="27" />
1044
+ <hkern u1="x" u2="&#x2013;" k="27" />
1045
+ <hkern u1="x" u2="&#x153;" k="39" />
1046
+ <hkern u1="x" u2="&#xf8;" k="39" />
1047
+ <hkern u1="x" u2="&#xf6;" k="39" />
1048
+ <hkern u1="x" u2="&#xf5;" k="39" />
1049
+ <hkern u1="x" u2="&#xf4;" k="39" />
1050
+ <hkern u1="x" u2="&#xf3;" k="39" />
1051
+ <hkern u1="x" u2="&#xf2;" k="39" />
1052
+ <hkern u1="x" u2="&#xf0;" k="29" />
1053
+ <hkern u1="x" u2="&#xef;" k="-8" />
1054
+ <hkern u1="x" u2="&#xee;" k="-8" />
1055
+ <hkern u1="x" u2="&#xed;" k="-8" />
1056
+ <hkern u1="x" u2="&#xec;" k="-8" />
1057
+ <hkern u1="x" u2="&#xeb;" k="39" />
1058
+ <hkern u1="x" u2="&#xea;" k="39" />
1059
+ <hkern u1="x" u2="&#xe9;" k="39" />
1060
+ <hkern u1="x" u2="&#xe8;" k="39" />
1061
+ <hkern u1="x" u2="&#xe7;" k="39" />
1062
+ <hkern u1="x" u2="&#xe6;" k="12" />
1063
+ <hkern u1="x" u2="&#xe5;" k="12" />
1064
+ <hkern u1="x" u2="&#xe4;" k="12" />
1065
+ <hkern u1="x" u2="&#xe3;" k="12" />
1066
+ <hkern u1="x" u2="&#xe2;" k="12" />
1067
+ <hkern u1="x" u2="&#xe1;" k="12" />
1068
+ <hkern u1="x" u2="&#xe0;" k="12" />
1069
+ <hkern u1="x" u2="&#xdf;" k="-14" />
1070
+ <hkern u1="x" u2="&#xab;" k="33" />
1071
+ <hkern u1="x" u2="w" k="-18" />
1072
+ <hkern u1="x" u2="v" k="-18" />
1073
+ <hkern u1="x" u2="t" k="-6" />
1074
+ <hkern u1="x" u2="q" k="35" />
1075
+ <hkern u1="x" u2="o" k="39" />
1076
+ <hkern u1="x" u2="j" k="-8" />
1077
+ <hkern u1="x" u2="i" k="-8" />
1078
+ <hkern u1="x" u2="g" k="35" />
1079
+ <hkern u1="x" u2="f" k="-14" />
1080
+ <hkern u1="x" u2="e" k="39" />
1081
+ <hkern u1="x" u2="d" k="35" />
1082
+ <hkern u1="x" u2="c" k="39" />
1083
+ <hkern u1="x" u2="a" k="12" />
1084
+ <hkern u1="x" u2="\" k="84" />
1085
+ <hkern u1="x" u2="&#x40;" k="25" />
1086
+ <hkern u1="x" u2="&#x2d;" k="27" />
1087
+ <hkern u1="x" u2="&#x26;" k="18" />
1088
+ <hkern u1="y" u2="&#xf0;" k="27" />
1089
+ <hkern u1="y" u2="&#xe6;" k="27" />
1090
+ <hkern u1="y" u2="\" k="41" />
1091
+ <hkern u1="y" u2="&#x40;" k="31" />
1092
+ <hkern u1="y" u2="&#x2f;" k="61" />
1093
+ <hkern u1="y" u2="&#x26;" k="20" />
1094
+ <hkern u1="z" u2="&#xf0;" k="10" />
1095
+ <hkern u1="z" u2="\" k="115" />
1096
+ <hkern u1="&#x7b;" u2="&#xff;" k="-41" />
1097
+ <hkern u1="&#x7b;" u2="&#xfd;" k="-41" />
1098
+ <hkern u1="&#x7b;" u2="y" k="-41" />
1099
+ <hkern u1="&#x7b;" u2="j" k="-29" />
1100
+ <hkern u1="&#xab;" u2="V" k="47" />
1101
+ <hkern u1="&#xbb;" u2="x" k="70" />
1102
+ <hkern u1="&#xbb;" u2="X" k="74" />
1103
+ <hkern u1="&#xbb;" u2="V" k="63" />
1104
+ <hkern u1="&#xbb;" u2="M" k="12" />
1105
+ <hkern u1="&#xc0;" u2="&#xf8;" k="4" />
1106
+ <hkern u1="&#xc0;" u2="&#xf0;" k="12" />
1107
+ <hkern u1="&#xc0;" u2="&#xdf;" k="12" />
1108
+ <hkern u1="&#xc0;" u2="&#xd8;" k="16" />
1109
+ <hkern u1="&#xc0;" u2="\" k="154" />
1110
+ <hkern u1="&#xc0;" u2="V" k="104" />
1111
+ <hkern u1="&#xc0;" u2="&#x2a;" k="133" />
1112
+ <hkern u1="&#xc1;" u2="&#xf8;" k="4" />
1113
+ <hkern u1="&#xc1;" u2="&#xf0;" k="12" />
1114
+ <hkern u1="&#xc1;" u2="&#xdf;" k="12" />
1115
+ <hkern u1="&#xc1;" u2="&#xd8;" k="16" />
1116
+ <hkern u1="&#xc1;" u2="\" k="154" />
1117
+ <hkern u1="&#xc1;" u2="V" k="104" />
1118
+ <hkern u1="&#xc1;" u2="&#x2a;" k="133" />
1119
+ <hkern u1="&#xc2;" u2="&#xf8;" k="4" />
1120
+ <hkern u1="&#xc2;" u2="&#xf0;" k="12" />
1121
+ <hkern u1="&#xc2;" u2="&#xdf;" k="12" />
1122
+ <hkern u1="&#xc2;" u2="&#xd8;" k="16" />
1123
+ <hkern u1="&#xc2;" u2="\" k="154" />
1124
+ <hkern u1="&#xc2;" u2="V" k="104" />
1125
+ <hkern u1="&#xc2;" u2="&#x2a;" k="133" />
1126
+ <hkern u1="&#xc3;" u2="&#xf8;" k="4" />
1127
+ <hkern u1="&#xc3;" u2="&#xf0;" k="12" />
1128
+ <hkern u1="&#xc3;" u2="&#xdf;" k="12" />
1129
+ <hkern u1="&#xc3;" u2="&#xd8;" k="16" />
1130
+ <hkern u1="&#xc3;" u2="\" k="154" />
1131
+ <hkern u1="&#xc3;" u2="V" k="104" />
1132
+ <hkern u1="&#xc3;" u2="&#x2a;" k="133" />
1133
+ <hkern u1="&#xc4;" u2="&#xf8;" k="4" />
1134
+ <hkern u1="&#xc4;" u2="&#xf0;" k="12" />
1135
+ <hkern u1="&#xc4;" u2="&#xdf;" k="12" />
1136
+ <hkern u1="&#xc4;" u2="&#xd8;" k="16" />
1137
+ <hkern u1="&#xc4;" u2="\" k="154" />
1138
+ <hkern u1="&#xc4;" u2="V" k="104" />
1139
+ <hkern u1="&#xc4;" u2="&#x2a;" k="133" />
1140
+ <hkern u1="&#xc5;" u2="&#xf8;" k="4" />
1141
+ <hkern u1="&#xc5;" u2="&#xf0;" k="12" />
1142
+ <hkern u1="&#xc5;" u2="&#xdf;" k="12" />
1143
+ <hkern u1="&#xc5;" u2="&#xd8;" k="16" />
1144
+ <hkern u1="&#xc5;" u2="\" k="154" />
1145
+ <hkern u1="&#xc5;" u2="V" k="104" />
1146
+ <hkern u1="&#xc5;" u2="&#x2a;" k="133" />
1147
+ <hkern u1="&#xc6;" u2="&#xf8;" k="10" />
1148
+ <hkern u1="&#xc6;" u2="&#xf0;" k="18" />
1149
+ <hkern u1="&#xc6;" u2="&#xe6;" k="14" />
1150
+ <hkern u1="&#xc6;" u2="&#xdf;" k="12" />
1151
+ <hkern u1="&#xc6;" u2="&#xd8;" k="10" />
1152
+ <hkern u1="&#xc7;" u2="&#xf8;" k="6" />
1153
+ <hkern u1="&#xc7;" u2="&#xe6;" k="12" />
1154
+ <hkern u1="&#xc7;" u2="&#xdf;" k="-37" />
1155
+ <hkern u1="&#xc7;" u2="&#xd8;" k="-4" />
1156
+ <hkern u1="&#xc7;" u2="V" k="-23" />
1157
+ <hkern u1="&#xc7;" u2="&#x2a;" k="-14" />
1158
+ <hkern u1="&#xc7;" u2="&#x26;" k="-4" />
1159
+ <hkern u1="&#xc8;" u2="&#xf8;" k="10" />
1160
+ <hkern u1="&#xc8;" u2="&#xf0;" k="18" />
1161
+ <hkern u1="&#xc8;" u2="&#xe6;" k="14" />
1162
+ <hkern u1="&#xc8;" u2="&#xdf;" k="12" />
1163
+ <hkern u1="&#xc8;" u2="&#xd8;" k="10" />
1164
+ <hkern u1="&#xc9;" u2="&#xf8;" k="10" />
1165
+ <hkern u1="&#xc9;" u2="&#xf0;" k="18" />
1166
+ <hkern u1="&#xc9;" u2="&#xe6;" k="14" />
1167
+ <hkern u1="&#xc9;" u2="&#xdf;" k="12" />
1168
+ <hkern u1="&#xc9;" u2="&#xd8;" k="10" />
1169
+ <hkern u1="&#xca;" u2="&#xf8;" k="10" />
1170
+ <hkern u1="&#xca;" u2="&#xf0;" k="18" />
1171
+ <hkern u1="&#xca;" u2="&#xe6;" k="14" />
1172
+ <hkern u1="&#xca;" u2="&#xdf;" k="12" />
1173
+ <hkern u1="&#xca;" u2="&#xd8;" k="10" />
1174
+ <hkern u1="&#xcb;" u2="&#xf8;" k="10" />
1175
+ <hkern u1="&#xcb;" u2="&#xf0;" k="18" />
1176
+ <hkern u1="&#xcb;" u2="&#xe6;" k="14" />
1177
+ <hkern u1="&#xcb;" u2="&#xdf;" k="12" />
1178
+ <hkern u1="&#xcb;" u2="&#xd8;" k="10" />
1179
+ <hkern u1="&#xd0;" u2="&#xe6;" k="18" />
1180
+ <hkern u1="&#xd0;" u2="&#xdf;" k="-8" />
1181
+ <hkern u1="&#xd0;" u2="&#xc6;" k="66" />
1182
+ <hkern u1="&#xd0;" u2="x" k="18" />
1183
+ <hkern u1="&#xd0;" u2="\" k="51" />
1184
+ <hkern u1="&#xd0;" u2="X" k="41" />
1185
+ <hkern u1="&#xd0;" u2="V" k="14" />
1186
+ <hkern u1="&#xd0;" u2="M" k="6" />
1187
+ <hkern u1="&#xd0;" u2="&#x2f;" k="51" />
1188
+ <hkern u1="&#xd2;" u2="&#x201a;" k="61" />
1189
+ <hkern u1="&#xd2;" u2="&#xe6;" k="29" />
1190
+ <hkern u1="&#xd2;" u2="&#xdf;" k="-8" />
1191
+ <hkern u1="&#xd2;" u2="&#xc6;" k="43" />
1192
+ <hkern u1="&#xd2;" u2="x" k="27" />
1193
+ <hkern u1="&#xd2;" u2="\" k="53" />
1194
+ <hkern u1="&#xd2;" u2="X" k="45" />
1195
+ <hkern u1="&#xd2;" u2="V" k="27" />
1196
+ <hkern u1="&#xd2;" u2="&#x2f;" k="53" />
1197
+ <hkern u1="&#xd3;" u2="&#x201a;" k="61" />
1198
+ <hkern u1="&#xd3;" u2="&#xe6;" k="29" />
1199
+ <hkern u1="&#xd3;" u2="&#xdf;" k="-8" />
1200
+ <hkern u1="&#xd3;" u2="&#xc6;" k="43" />
1201
+ <hkern u1="&#xd3;" u2="x" k="27" />
1202
+ <hkern u1="&#xd3;" u2="\" k="53" />
1203
+ <hkern u1="&#xd3;" u2="X" k="45" />
1204
+ <hkern u1="&#xd3;" u2="V" k="27" />
1205
+ <hkern u1="&#xd3;" u2="&#x2f;" k="53" />
1206
+ <hkern u1="&#xd4;" u2="&#x201a;" k="61" />
1207
+ <hkern u1="&#xd4;" u2="&#xe6;" k="29" />
1208
+ <hkern u1="&#xd4;" u2="&#xdf;" k="-8" />
1209
+ <hkern u1="&#xd4;" u2="&#xc6;" k="43" />
1210
+ <hkern u1="&#xd4;" u2="x" k="27" />
1211
+ <hkern u1="&#xd4;" u2="\" k="53" />
1212
+ <hkern u1="&#xd4;" u2="X" k="45" />
1213
+ <hkern u1="&#xd4;" u2="V" k="27" />
1214
+ <hkern u1="&#xd4;" u2="&#x2f;" k="53" />
1215
+ <hkern u1="&#xd5;" u2="&#x201a;" k="61" />
1216
+ <hkern u1="&#xd5;" u2="&#xe6;" k="29" />
1217
+ <hkern u1="&#xd5;" u2="&#xdf;" k="-8" />
1218
+ <hkern u1="&#xd5;" u2="&#xc6;" k="43" />
1219
+ <hkern u1="&#xd5;" u2="x" k="27" />
1220
+ <hkern u1="&#xd5;" u2="\" k="53" />
1221
+ <hkern u1="&#xd5;" u2="X" k="45" />
1222
+ <hkern u1="&#xd5;" u2="V" k="27" />
1223
+ <hkern u1="&#xd5;" u2="&#x2f;" k="53" />
1224
+ <hkern u1="&#xd6;" u2="&#x201a;" k="61" />
1225
+ <hkern u1="&#xd6;" u2="&#xe6;" k="29" />
1226
+ <hkern u1="&#xd6;" u2="&#xdf;" k="-8" />
1227
+ <hkern u1="&#xd6;" u2="&#xc6;" k="43" />
1228
+ <hkern u1="&#xd6;" u2="x" k="27" />
1229
+ <hkern u1="&#xd6;" u2="\" k="53" />
1230
+ <hkern u1="&#xd6;" u2="X" k="45" />
1231
+ <hkern u1="&#xd6;" u2="V" k="27" />
1232
+ <hkern u1="&#xd6;" u2="&#x2f;" k="53" />
1233
+ <hkern u1="&#xd8;" u2="&#x201a;" k="61" />
1234
+ <hkern u1="&#xd8;" u2="&#xe6;" k="29" />
1235
+ <hkern u1="&#xd8;" u2="&#xdf;" k="-8" />
1236
+ <hkern u1="&#xd8;" u2="&#xc6;" k="43" />
1237
+ <hkern u1="&#xd8;" u2="x" k="27" />
1238
+ <hkern u1="&#xd8;" u2="\" k="27" />
1239
+ <hkern u1="&#xd8;" u2="Z" k="29" />
1240
+ <hkern u1="&#xd8;" u2="X" k="45" />
1241
+ <hkern u1="&#xd8;" u2="V" k="23" />
1242
+ <hkern u1="&#xd8;" u2="T" k="43" />
1243
+ <hkern u1="&#xd8;" u2="&#x2f;" k="53" />
1244
+ <hkern u1="&#xd9;" u2="&#xe6;" k="53" />
1245
+ <hkern u1="&#xd9;" u2="&#xdf;" k="8" />
1246
+ <hkern u1="&#xd9;" u2="&#xc6;" k="41" />
1247
+ <hkern u1="&#xd9;" u2="x" k="59" />
1248
+ <hkern u1="&#xd9;" u2="X" k="27" />
1249
+ <hkern u1="&#xd9;" u2="M" k="6" />
1250
+ <hkern u1="&#xd9;" u2="&#x2f;" k="57" />
1251
+ <hkern u1="&#xda;" u2="&#xe6;" k="53" />
1252
+ <hkern u1="&#xda;" u2="&#xdf;" k="8" />
1253
+ <hkern u1="&#xda;" u2="&#xc6;" k="41" />
1254
+ <hkern u1="&#xda;" u2="x" k="59" />
1255
+ <hkern u1="&#xda;" u2="X" k="27" />
1256
+ <hkern u1="&#xda;" u2="M" k="6" />
1257
+ <hkern u1="&#xda;" u2="&#x2f;" k="57" />
1258
+ <hkern u1="&#xdb;" u2="&#xe6;" k="53" />
1259
+ <hkern u1="&#xdb;" u2="&#xdf;" k="8" />
1260
+ <hkern u1="&#xdb;" u2="&#xc6;" k="41" />
1261
+ <hkern u1="&#xdb;" u2="x" k="59" />
1262
+ <hkern u1="&#xdb;" u2="X" k="27" />
1263
+ <hkern u1="&#xdb;" u2="M" k="6" />
1264
+ <hkern u1="&#xdb;" u2="&#x2f;" k="57" />
1265
+ <hkern u1="&#xdc;" u2="&#xe6;" k="53" />
1266
+ <hkern u1="&#xdc;" u2="&#xdf;" k="8" />
1267
+ <hkern u1="&#xdc;" u2="&#xc6;" k="41" />
1268
+ <hkern u1="&#xdc;" u2="x" k="59" />
1269
+ <hkern u1="&#xdc;" u2="X" k="27" />
1270
+ <hkern u1="&#xdc;" u2="M" k="6" />
1271
+ <hkern u1="&#xdc;" u2="&#x2f;" k="57" />
1272
+ <hkern u1="&#xdd;" u2="&#xf6;" k="115" />
1273
+ <hkern u1="&#xdd;" u2="&#xf5;" k="111" />
1274
+ <hkern u1="&#xdd;" u2="&#xf0;" k="96" />
1275
+ <hkern u1="&#xdd;" u2="&#xeb;" k="115" />
1276
+ <hkern u1="&#xdd;" u2="&#xe6;" k="41" />
1277
+ <hkern u1="&#xdd;" u2="&#xdf;" k="25" />
1278
+ <hkern u1="&#xdd;" u2="&#xc6;" k="154" />
1279
+ <hkern u1="&#xdd;" u2="x" k="68" />
1280
+ <hkern u1="&#xdd;" u2="M" k="53" />
1281
+ <hkern u1="&#xdd;" u2="&#x40;" k="98" />
1282
+ <hkern u1="&#xdd;" u2="&#x3f;" k="-23" />
1283
+ <hkern u1="&#xdd;" u2="&#x2f;" k="125" />
1284
+ <hkern u1="&#xdd;" u2="&#x2a;" k="-14" />
1285
+ <hkern u1="&#xdd;" u2="&#x26;" k="41" />
1286
+ <hkern u1="&#xde;" u2="&#x178;" k="68" />
1287
+ <hkern u1="&#xde;" u2="&#x153;" k="20" />
1288
+ <hkern u1="&#xde;" u2="&#xf8;" k="20" />
1289
+ <hkern u1="&#xde;" u2="&#xf6;" k="20" />
1290
+ <hkern u1="&#xde;" u2="&#xf5;" k="20" />
1291
+ <hkern u1="&#xde;" u2="&#xf4;" k="20" />
1292
+ <hkern u1="&#xde;" u2="&#xf3;" k="20" />
1293
+ <hkern u1="&#xde;" u2="&#xf2;" k="20" />
1294
+ <hkern u1="&#xde;" u2="&#xf0;" k="20" />
1295
+ <hkern u1="&#xde;" u2="&#xeb;" k="20" />
1296
+ <hkern u1="&#xde;" u2="&#xea;" k="20" />
1297
+ <hkern u1="&#xde;" u2="&#xe9;" k="20" />
1298
+ <hkern u1="&#xde;" u2="&#xe8;" k="20" />
1299
+ <hkern u1="&#xde;" u2="&#xe7;" k="20" />
1300
+ <hkern u1="&#xde;" u2="&#xe6;" k="35" />
1301
+ <hkern u1="&#xde;" u2="&#xe5;" k="35" />
1302
+ <hkern u1="&#xde;" u2="&#xe4;" k="35" />
1303
+ <hkern u1="&#xde;" u2="&#xe3;" k="35" />
1304
+ <hkern u1="&#xde;" u2="&#xe2;" k="35" />
1305
+ <hkern u1="&#xde;" u2="&#xe1;" k="35" />
1306
+ <hkern u1="&#xde;" u2="&#xe0;" k="35" />
1307
+ <hkern u1="&#xde;" u2="&#xdd;" k="68" />
1308
+ <hkern u1="&#xde;" u2="&#xc5;" k="78" />
1309
+ <hkern u1="&#xde;" u2="&#xc4;" k="78" />
1310
+ <hkern u1="&#xde;" u2="&#xc3;" k="78" />
1311
+ <hkern u1="&#xde;" u2="&#xc2;" k="78" />
1312
+ <hkern u1="&#xde;" u2="&#xc1;" k="78" />
1313
+ <hkern u1="&#xde;" u2="&#xc0;" k="78" />
1314
+ <hkern u1="&#xde;" u2="z" k="37" />
1315
+ <hkern u1="&#xde;" u2="x" k="35" />
1316
+ <hkern u1="&#xde;" u2="s" k="20" />
1317
+ <hkern u1="&#xde;" u2="q" k="18" />
1318
+ <hkern u1="&#xde;" u2="o" k="20" />
1319
+ <hkern u1="&#xde;" u2="g" k="18" />
1320
+ <hkern u1="&#xde;" u2="e" k="20" />
1321
+ <hkern u1="&#xde;" u2="d" k="18" />
1322
+ <hkern u1="&#xde;" u2="c" k="20" />
1323
+ <hkern u1="&#xde;" u2="a" k="35" />
1324
+ <hkern u1="&#xde;" u2="Z" k="74" />
1325
+ <hkern u1="&#xde;" u2="Y" k="68" />
1326
+ <hkern u1="&#xde;" u2="X" k="78" />
1327
+ <hkern u1="&#xde;" u2="V" k="53" />
1328
+ <hkern u1="&#xde;" u2="T" k="98" />
1329
+ <hkern u1="&#xde;" u2="S" k="31" />
1330
+ <hkern u1="&#xde;" u2="M" k="39" />
1331
+ <hkern u1="&#xde;" u2="J" k="133" />
1332
+ <hkern u1="&#xde;" u2="A" k="78" />
1333
+ <hkern u1="&#xdf;" u2="&#x178;" k="80" />
1334
+ <hkern u1="&#xdf;" u2="&#x152;" k="8" />
1335
+ <hkern u1="&#xdf;" u2="&#xdd;" k="80" />
1336
+ <hkern u1="&#xdf;" u2="&#xd8;" k="8" />
1337
+ <hkern u1="&#xdf;" u2="&#xd6;" k="8" />
1338
+ <hkern u1="&#xdf;" u2="&#xd5;" k="8" />
1339
+ <hkern u1="&#xdf;" u2="&#xd4;" k="8" />
1340
+ <hkern u1="&#xdf;" u2="&#xd3;" k="8" />
1341
+ <hkern u1="&#xdf;" u2="&#xd2;" k="8" />
1342
+ <hkern u1="&#xdf;" u2="&#xc7;" k="8" />
1343
+ <hkern u1="&#xdf;" u2="Z" k="31" />
1344
+ <hkern u1="&#xdf;" u2="Y" k="80" />
1345
+ <hkern u1="&#xdf;" u2="X" k="20" />
1346
+ <hkern u1="&#xdf;" u2="W" k="45" />
1347
+ <hkern u1="&#xdf;" u2="V" k="70" />
1348
+ <hkern u1="&#xdf;" u2="T" k="53" />
1349
+ <hkern u1="&#xdf;" u2="Q" k="8" />
1350
+ <hkern u1="&#xdf;" u2="O" k="8" />
1351
+ <hkern u1="&#xdf;" u2="M" k="23" />
1352
+ <hkern u1="&#xdf;" u2="G" k="8" />
1353
+ <hkern u1="&#xdf;" u2="C" k="8" />
1354
+ <hkern u1="&#xe0;" u2="&#xf8;" k="16" />
1355
+ <hkern u1="&#xe0;" u2="&#xf0;" k="14" />
1356
+ <hkern u1="&#xe0;" u2="\" k="115" />
1357
+ <hkern u1="&#xe1;" u2="&#xf8;" k="16" />
1358
+ <hkern u1="&#xe1;" u2="&#xf0;" k="14" />
1359
+ <hkern u1="&#xe1;" u2="\" k="115" />
1360
+ <hkern u1="&#xe2;" u2="&#xf8;" k="16" />
1361
+ <hkern u1="&#xe2;" u2="&#xf0;" k="14" />
1362
+ <hkern u1="&#xe2;" u2="\" k="115" />
1363
+ <hkern u1="&#xe3;" u2="&#xf8;" k="16" />
1364
+ <hkern u1="&#xe3;" u2="&#xf0;" k="14" />
1365
+ <hkern u1="&#xe3;" u2="\" k="115" />
1366
+ <hkern u1="&#xe4;" u2="&#xf8;" k="16" />
1367
+ <hkern u1="&#xe4;" u2="&#xf0;" k="14" />
1368
+ <hkern u1="&#xe4;" u2="\" k="115" />
1369
+ <hkern u1="&#xe5;" u2="&#xf8;" k="16" />
1370
+ <hkern u1="&#xe5;" u2="&#xf0;" k="14" />
1371
+ <hkern u1="&#xe5;" u2="\" k="115" />
1372
+ <hkern u1="&#xe6;" u2="\" k="102" />
1373
+ <hkern u1="&#xe7;" u2="&#xf8;" k="8" />
1374
+ <hkern u1="&#xe7;" u2="x" k="10" />
1375
+ <hkern u1="&#xe7;" u2="\" k="72" />
1376
+ <hkern u1="&#xe8;" u2="\" k="102" />
1377
+ <hkern u1="&#xe9;" u2="\" k="102" />
1378
+ <hkern u1="&#xea;" u2="\" k="102" />
1379
+ <hkern u1="&#xeb;" u2="\" k="102" />
1380
+ <hkern u1="&#xec;" u2="x" k="12" />
1381
+ <hkern u1="&#xed;" u2="x" k="12" />
1382
+ <hkern u1="&#xee;" u2="x" k="12" />
1383
+ <hkern u1="&#xef;" u2="x" k="12" />
1384
+ <hkern u1="&#xf0;" u2="x" k="31" />
1385
+ <hkern u1="&#xf0;" u2="w" k="12" />
1386
+ <hkern u1="&#xf0;" u2="v" k="10" />
1387
+ <hkern u1="&#xf0;" u2="\" k="53" />
1388
+ <hkern u1="&#xf1;" u2="\" k="133" />
1389
+ <hkern u1="&#xf2;" u2="x" k="37" />
1390
+ <hkern u1="&#xf2;" u2="\" k="106" />
1391
+ <hkern u1="&#xf3;" u2="x" k="37" />
1392
+ <hkern u1="&#xf3;" u2="\" k="106" />
1393
+ <hkern u1="&#xf4;" u2="x" k="37" />
1394
+ <hkern u1="&#xf4;" u2="\" k="106" />
1395
+ <hkern u1="&#xf5;" u2="x" k="37" />
1396
+ <hkern u1="&#xf5;" u2="\" k="106" />
1397
+ <hkern u1="&#xf6;" u2="x" k="37" />
1398
+ <hkern u1="&#xf6;" u2="\" k="106" />
1399
+ <hkern u1="&#xf8;" u2="&#xff;" k="16" />
1400
+ <hkern u1="&#xf8;" u2="&#xfd;" k="16" />
1401
+ <hkern u1="&#xf8;" u2="z" k="14" />
1402
+ <hkern u1="&#xf8;" u2="y" k="16" />
1403
+ <hkern u1="&#xf8;" u2="x" k="23" />
1404
+ <hkern u1="&#xf8;" u2="w" k="12" />
1405
+ <hkern u1="&#xf8;" u2="\" k="106" />
1406
+ <hkern u1="&#xf9;" u2="\" k="92" />
1407
+ <hkern u1="&#xfa;" u2="\" k="92" />
1408
+ <hkern u1="&#xfb;" u2="\" k="92" />
1409
+ <hkern u1="&#xfc;" u2="\" k="92" />
1410
+ <hkern u1="&#xfd;" u2="&#xf0;" k="27" />
1411
+ <hkern u1="&#xfd;" u2="&#xe6;" k="27" />
1412
+ <hkern u1="&#xfd;" u2="\" k="41" />
1413
+ <hkern u1="&#xfd;" u2="&#x40;" k="31" />
1414
+ <hkern u1="&#xfd;" u2="&#x2f;" k="61" />
1415
+ <hkern u1="&#xfd;" u2="&#x26;" k="20" />
1416
+ <hkern u1="&#xfe;" u2="x" k="29" />
1417
+ <hkern u1="&#xfe;" u2="v" k="10" />
1418
+ <hkern u1="&#xfe;" u2="\" k="88" />
1419
+ <hkern u1="&#xff;" u2="&#xf0;" k="27" />
1420
+ <hkern u1="&#xff;" u2="&#xe6;" k="27" />
1421
+ <hkern u1="&#xff;" u2="\" k="41" />
1422
+ <hkern u1="&#xff;" u2="&#x40;" k="31" />
1423
+ <hkern u1="&#xff;" u2="&#x2f;" k="61" />
1424
+ <hkern u1="&#xff;" u2="&#x26;" k="20" />
1425
+ <hkern u1="&#x152;" u2="&#xf8;" k="10" />
1426
+ <hkern u1="&#x152;" u2="&#xf0;" k="18" />
1427
+ <hkern u1="&#x152;" u2="&#xe6;" k="14" />
1428
+ <hkern u1="&#x152;" u2="&#xdf;" k="12" />
1429
+ <hkern u1="&#x152;" u2="&#xd8;" k="10" />
1430
+ <hkern u1="&#x153;" u2="\" k="102" />
1431
+ <hkern u1="&#x178;" u2="&#xf6;" k="115" />
1432
+ <hkern u1="&#x178;" u2="&#xf5;" k="111" />
1433
+ <hkern u1="&#x178;" u2="&#xf0;" k="96" />
1434
+ <hkern u1="&#x178;" u2="&#xeb;" k="115" />
1435
+ <hkern u1="&#x178;" u2="&#xe6;" k="41" />
1436
+ <hkern u1="&#x178;" u2="&#xdf;" k="25" />
1437
+ <hkern u1="&#x178;" u2="&#xc6;" k="154" />
1438
+ <hkern u1="&#x178;" u2="x" k="68" />
1439
+ <hkern u1="&#x178;" u2="M" k="53" />
1440
+ <hkern u1="&#x178;" u2="&#x40;" k="98" />
1441
+ <hkern u1="&#x178;" u2="&#x3f;" k="-23" />
1442
+ <hkern u1="&#x178;" u2="&#x2f;" k="125" />
1443
+ <hkern u1="&#x178;" u2="&#x2a;" k="-14" />
1444
+ <hkern u1="&#x178;" u2="&#x26;" k="41" />
1445
+ <hkern u1="&#x2013;" u2="x" k="27" />
1446
+ <hkern u1="&#x2013;" u2="X" k="57" />
1447
+ <hkern u1="&#x2013;" u2="V" k="68" />
1448
+ <hkern u1="&#x2014;" u2="x" k="27" />
1449
+ <hkern u1="&#x2014;" u2="X" k="57" />
1450
+ <hkern u1="&#x2014;" u2="V" k="68" />
1451
+ <hkern u1="&#x2018;" u2="&#xc6;" k="205" />
1452
+ <hkern u1="&#x201a;" u2="V" k="123" />
1453
+ <hkern u1="&#x201c;" u2="&#xc6;" k="205" />
1454
+ <hkern u1="&#x201e;" u2="V" k="123" />
1455
+ <hkern u1="&#x2039;" u2="V" k="47" />
1456
+ <hkern u1="&#x203a;" u2="x" k="70" />
1457
+ <hkern u1="&#x203a;" u2="X" k="74" />
1458
+ <hkern u1="&#x203a;" u2="V" k="63" />
1459
+ <hkern u1="&#x203a;" u2="M" k="12" />
1460
+ <hkern g1="D,Eth" g2="J" k="41" />
1461
+ <hkern g1="D,Eth" g2="Y,Yacute,Ydieresis" k="27" />
1462
+ <hkern g1="D,Eth" g2="T" k="39" />
1463
+ <hkern g1="D,Eth" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="27" />
1464
+ <hkern g1="D,Eth" g2="guillemotleft,guilsinglleft" k="-8" />
1465
+ <hkern g1="D,Eth" g2="comma,period" k="53" />
1466
+ <hkern g1="D,Eth" g2="Z" k="35" />
1467
+ <hkern g1="D,Eth" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="18" />
1468
+ <hkern g1="D,Eth" g2="z" k="27" />
1469
+ <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="u,ugrave,uacute,ucircumflex,udieresis" k="25" />
1470
+ <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="t" k="18" />
1471
+ <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="14" />
1472
+ <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="w" k="31" />
1473
+ <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="v" k="31" />
1474
+ <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="d,g,q" k="23" />
1475
+ <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="y,yacute,ydieresis" k="29" />
1476
+ <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="23" />
1477
+ <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="guillemotleft,guilsinglleft" k="12" />
1478
+ <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="14" />
1479
+ <hkern g1="K" g2="u,ugrave,uacute,ucircumflex,udieresis" k="37" />
1480
+ <hkern g1="K" g2="t" k="45" />
1481
+ <hkern g1="K" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="18" />
1482
+ <hkern g1="K" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="12" />
1483
+ <hkern g1="K" g2="w" k="61" />
1484
+ <hkern g1="K" g2="v" k="68" />
1485
+ <hkern g1="K" g2="d,g,q" k="31" />
1486
+ <hkern g1="K" g2="y,yacute,ydieresis" k="55" />
1487
+ <hkern g1="K" g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="35" />
1488
+ <hkern g1="K" g2="guillemotleft,guilsinglleft" k="49" />
1489
+ <hkern g1="K" g2="hyphen,endash,emdash" k="27" />
1490
+ <hkern g1="L" g2="quoteleft,quotedblleft" k="207" />
1491
+ <hkern g1="L" g2="u,ugrave,uacute,ucircumflex,udieresis" k="29" />
1492
+ <hkern g1="L" g2="t" k="57" />
1493
+ <hkern g1="L" g2="W" k="92" />
1494
+ <hkern g1="L" g2="quoteright,quotedblright" k="186" />
1495
+ <hkern g1="L" g2="Y,Yacute,Ydieresis" k="184" />
1496
+ <hkern g1="L" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="35" />
1497
+ <hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="37" />
1498
+ <hkern g1="L" g2="T" k="205" />
1499
+ <hkern g1="L" g2="w" k="66" />
1500
+ <hkern g1="L" g2="v" k="94" />
1501
+ <hkern g1="L" g2="d,g,q" k="20" />
1502
+ <hkern g1="L" g2="y,yacute,ydieresis" k="76" />
1503
+ <hkern g1="L" g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="33" />
1504
+ <hkern g1="L" g2="guillemotleft,guilsinglleft" k="70" />
1505
+ <hkern g1="L" g2="hyphen,endash,emdash" k="125" />
1506
+ <hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="J" k="47" />
1507
+ <hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="W" k="6" />
1508
+ <hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="Y,Yacute,Ydieresis" k="37" />
1509
+ <hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="T" k="55" />
1510
+ <hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="27" />
1511
+ <hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="guillemotleft,guilsinglleft" k="-8" />
1512
+ <hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="comma,period" k="61" />
1513
+ <hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="Z" k="43" />
1514
+ <hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="29" />
1515
+ <hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="z" k="33" />
1516
+ <hkern g1="R" g2="u,ugrave,uacute,ucircumflex,udieresis" k="47" />
1517
+ <hkern g1="R" g2="W" k="20" />
1518
+ <hkern g1="R" g2="Y,Yacute,Ydieresis" k="49" />
1519
+ <hkern g1="R" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="31" />
1520
+ <hkern g1="R" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="29" />
1521
+ <hkern g1="R" g2="T" k="27" />
1522
+ <hkern g1="R" g2="d,g,q" k="31" />
1523
+ <hkern g1="R" g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="41" />
1524
+ <hkern g1="R" g2="guillemotleft,guilsinglleft" k="49" />
1525
+ <hkern g1="R" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="18" />
1526
+ <hkern g1="R" g2="hyphen,endash,emdash" k="31" />
1527
+ <hkern g1="S" g2="Y,Yacute,Ydieresis" k="12" />
1528
+ <hkern g1="S" g2="w" k="35" />
1529
+ <hkern g1="S" g2="v" k="43" />
1530
+ <hkern g1="S" g2="y,yacute,ydieresis" k="43" />
1531
+ <hkern g1="S" g2="guillemotleft,guilsinglleft" k="-20" />
1532
+ <hkern g1="S" g2="z" k="12" />
1533
+ <hkern g1="T" g2="u,ugrave,uacute,ucircumflex,udieresis" k="170" />
1534
+ <hkern g1="T" g2="J" k="154" />
1535
+ <hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="57" />
1536
+ <hkern g1="T" g2="f,germandbls" k="8" />
1537
+ <hkern g1="T" g2="T" k="-63" />
1538
+ <hkern g1="T" g2="w" k="139" />
1539
+ <hkern g1="T" g2="v" k="143" />
1540
+ <hkern g1="T" g2="d,g,q" k="145" />
1541
+ <hkern g1="T" g2="y,yacute,ydieresis" k="145" />
1542
+ <hkern g1="T" g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="170" />
1543
+ <hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="127" />
1544
+ <hkern g1="T" g2="guillemotleft,guilsinglleft" k="115" />
1545
+ <hkern g1="T" g2="comma,period" k="174" />
1546
+ <hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="150" />
1547
+ <hkern g1="T" g2="z" k="129" />
1548
+ <hkern g1="T" g2="hyphen,endash,emdash" k="109" />
1549
+ <hkern g1="T" g2="guillemotright,guilsinglright" k="102" />
1550
+ <hkern g1="T" g2="m,n,p,ntilde" k="143" />
1551
+ <hkern g1="T" g2="s" k="158" />
1552
+ <hkern g1="T" g2="colon,semicolon" k="82" />
1553
+ <hkern g1="T" g2="r" k="98" />
1554
+ <hkern g1="W" g2="u,ugrave,uacute,ucircumflex,udieresis" k="74" />
1555
+ <hkern g1="W" g2="J" k="115" />
1556
+ <hkern g1="W" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="16" />
1557
+ <hkern g1="W" g2="d,g,q" k="90" />
1558
+ <hkern g1="W" g2="y,yacute,ydieresis" k="8" />
1559
+ <hkern g1="W" g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="94" />
1560
+ <hkern g1="W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="55" />
1561
+ <hkern g1="W" g2="guillemotleft,guilsinglleft" k="45" />
1562
+ <hkern g1="W" g2="comma,period" k="129" />
1563
+ <hkern g1="W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="78" />
1564
+ <hkern g1="W" g2="z" k="72" />
1565
+ <hkern g1="W" g2="s" k="90" />
1566
+ <hkern g1="W" g2="colon,semicolon" k="51" />
1567
+ <hkern g1="W" g2="r" k="35" />
1568
+ <hkern g1="W" g2="S" k="29" />
1569
+ <hkern g1="Y,Yacute,Ydieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="84" />
1570
+ <hkern g1="Y,Yacute,Ydieresis" g2="J" k="160" />
1571
+ <hkern g1="Y,Yacute,Ydieresis" g2="t" k="18" />
1572
+ <hkern g1="Y,Yacute,Ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="35" />
1573
+ <hkern g1="Y,Yacute,Ydieresis" g2="f,germandbls" k="12" />
1574
+ <hkern g1="Y,Yacute,Ydieresis" g2="w" k="57" />
1575
+ <hkern g1="Y,Yacute,Ydieresis" g2="v" k="43" />
1576
+ <hkern g1="Y,Yacute,Ydieresis" g2="d,g,q" k="115" />
1577
+ <hkern g1="Y,Yacute,Ydieresis" g2="y,yacute,ydieresis" k="45" />
1578
+ <hkern g1="Y,Yacute,Ydieresis" g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="125" />
1579
+ <hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="106" />
1580
+ <hkern g1="Y,Yacute,Ydieresis" g2="guillemotleft,guilsinglleft" k="115" />
1581
+ <hkern g1="Y,Yacute,Ydieresis" g2="comma,period" k="209" />
1582
+ <hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="100" />
1583
+ <hkern g1="Y,Yacute,Ydieresis" g2="z" k="68" />
1584
+ <hkern g1="Y,Yacute,Ydieresis" g2="hyphen,endash,emdash" k="90" />
1585
+ <hkern g1="Y,Yacute,Ydieresis" g2="guillemotright,guilsinglright" k="94" />
1586
+ <hkern g1="Y,Yacute,Ydieresis" g2="m,n,p,ntilde" k="88" />
1587
+ <hkern g1="Y,Yacute,Ydieresis" g2="s" k="113" />
1588
+ <hkern g1="Y,Yacute,Ydieresis" g2="colon,semicolon" k="82" />
1589
+ <hkern g1="Y,Yacute,Ydieresis" g2="r" k="63" />
1590
+ <hkern g1="Y,Yacute,Ydieresis" g2="S" k="33" />
1591
+ <hkern g1="Z" g2="u,ugrave,uacute,ucircumflex,udieresis" k="53" />
1592
+ <hkern g1="Z" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="45" />
1593
+ <hkern g1="Z" g2="w" k="72" />
1594
+ <hkern g1="Z" g2="v" k="63" />
1595
+ <hkern g1="Z" g2="d,g,q" k="51" />
1596
+ <hkern g1="Z" g2="y,yacute,ydieresis" k="61" />
1597
+ <hkern g1="Z" g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="59" />
1598
+ <hkern g1="Z" g2="guillemotleft,guilsinglleft" k="51" />
1599
+ <hkern g1="Z" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="33" />
1600
+ <hkern g1="Z" g2="hyphen,endash,emdash" k="68" />
1601
+ <hkern g1="Z" g2="r" k="31" />
1602
+ <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="t" k="23" />
1603
+ <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="quoteright,quotedblright" k="14" />
1604
+ <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="w" k="23" />
1605
+ <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="v" k="31" />
1606
+ <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="d,g,q" k="18" />
1607
+ <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="y,yacute,ydieresis" k="27" />
1608
+ <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="29" />
1609
+ <hkern g1="comma,period" g2="W" k="129" />
1610
+ <hkern g1="comma,period" g2="Y,Yacute,Ydieresis" k="209" />
1611
+ <hkern g1="comma,period" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="41" />
1612
+ <hkern g1="comma,period" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="47" />
1613
+ <hkern g1="comma,period" g2="T" k="174" />
1614
+ <hkern g1="comma,period" g2="w" k="88" />
1615
+ <hkern g1="comma,period" g2="v" k="109" />
1616
+ <hkern g1="comma,period" g2="y,yacute,ydieresis" k="61" />
1617
+ <hkern g1="guillemotleft,guilsinglleft" g2="Y,Yacute,Ydieresis" k="94" />
1618
+ <hkern g1="guillemotleft,guilsinglleft" g2="T" k="102" />
1619
+ <hkern g1="guillemotright,guilsinglright" g2="J" k="33" />
1620
+ <hkern g1="guillemotright,guilsinglright" g2="W" k="45" />
1621
+ <hkern g1="guillemotright,guilsinglright" g2="Y,Yacute,Ydieresis" k="115" />
1622
+ <hkern g1="guillemotright,guilsinglright" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="-8" />
1623
+ <hkern g1="guillemotright,guilsinglright" g2="T" k="115" />
1624
+ <hkern g1="guillemotright,guilsinglright" g2="Z" k="31" />
1625
+ <hkern g1="guillemotright,guilsinglright" g2="z" k="16" />
1626
+ <hkern g1="guillemotright,guilsinglright" g2="S" k="27" />
1627
+ <hkern g1="h,m,n,ntilde" g2="w" k="31" />
1628
+ <hkern g1="h,m,n,ntilde" g2="v" k="29" />
1629
+ <hkern g1="h,m,n,ntilde" g2="y,yacute,ydieresis" k="33" />
1630
+ <hkern g1="hyphen,endash,emdash" g2="J" k="41" />
1631
+ <hkern g1="hyphen,endash,emdash" g2="Y,Yacute,Ydieresis" k="90" />
1632
+ <hkern g1="hyphen,endash,emdash" g2="T" k="109" />
1633
+ <hkern g1="hyphen,endash,emdash" g2="Z" k="33" />
1634
+ <hkern g1="hyphen,endash,emdash" g2="z" k="27" />
1635
+ <hkern g1="k" g2="u,ugrave,uacute,ucircumflex,udieresis" k="35" />
1636
+ <hkern g1="k" g2="l" k="31" />
1637
+ <hkern g1="k" g2="d,g,q" k="27" />
1638
+ <hkern g1="k" g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="41" />
1639
+ <hkern g1="k" g2="guillemotleft,guilsinglleft" k="35" />
1640
+ <hkern g1="k" g2="hyphen,endash,emdash" k="47" />
1641
+ <hkern g1="k" g2="i,j,igrave,iacute,icircumflex,idieresis" k="12" />
1642
+ <hkern g1="l" g2="quoteleft,quotedblleft" k="35" />
1643
+ <hkern g1="l" g2="u,ugrave,uacute,ucircumflex,udieresis" k="23" />
1644
+ <hkern g1="l" g2="t" k="33" />
1645
+ <hkern g1="l" g2="quoteright,quotedblright" k="10" />
1646
+ <hkern g1="l" g2="l" k="23" />
1647
+ <hkern g1="l" g2="w" k="14" />
1648
+ <hkern g1="l" g2="v" k="18" />
1649
+ <hkern g1="l" g2="d,g,q" k="12" />
1650
+ <hkern g1="l" g2="y,yacute,ydieresis" k="25" />
1651
+ <hkern g1="l" g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="20" />
1652
+ <hkern g1="l" g2="hyphen,endash,emdash" k="20" />
1653
+ <hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="quoteleft,quotedblleft" k="47" />
1654
+ <hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="t" k="18" />
1655
+ <hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="quoteright,quotedblright" k="12" />
1656
+ <hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="f,germandbls" k="12" />
1657
+ <hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="w" k="20" />
1658
+ <hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="v" k="18" />
1659
+ <hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="y,yacute,ydieresis" k="31" />
1660
+ <hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="z" k="33" />
1661
+ <hkern g1="quoteleft,quotedblleft" g2="J" k="145" />
1662
+ <hkern g1="quoteleft,quotedblleft" g2="d,g,q" k="61" />
1663
+ <hkern g1="quoteleft,quotedblleft" g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="80" />
1664
+ <hkern g1="quoteleft,quotedblleft" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="127" />
1665
+ <hkern g1="quoteleft,quotedblleft" g2="m,n,p,ntilde" k="47" />
1666
+ <hkern g1="quoteleft,quotedblleft" g2="s" k="47" />
1667
+ <hkern g1="quoteright,quotedblright" g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="63" />
1668
+ <hkern g1="quoteright,quotedblright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="186" />
1669
+ <hkern g1="quoteright,quotedblright" g2="s" k="90" />
1670
+ <hkern g1="quotesinglbase,quotedblbase" g2="W" k="61" />
1671
+ <hkern g1="quotesinglbase,quotedblbase" g2="Y,Yacute,Ydieresis" k="123" />
1672
+ <hkern g1="quotesinglbase,quotedblbase" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="27" />
1673
+ <hkern g1="quotesinglbase,quotedblbase" g2="T" k="143" />
1674
+ <hkern g1="quotesinglbase,quotedblbase" g2="v" k="61" />
1675
+ <hkern g1="r" g2="quoteleft,quotedblleft" k="-41" />
1676
+ <hkern g1="r" g2="t" k="-43" />
1677
+ <hkern g1="r" g2="f,germandbls" k="-61" />
1678
+ <hkern g1="r" g2="w" k="-45" />
1679
+ <hkern g1="r" g2="v" k="-61" />
1680
+ <hkern g1="r" g2="d,g,q" k="18" />
1681
+ <hkern g1="r" g2="y,yacute,ydieresis" k="-51" />
1682
+ <hkern g1="r" g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="39" />
1683
+ <hkern g1="r" g2="comma,period" k="137" />
1684
+ <hkern g1="r" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="14" />
1685
+ <hkern g1="r" g2="z" k="-16" />
1686
+ <hkern g1="r" g2="i,j,igrave,iacute,icircumflex,idieresis" k="-35" />
1687
+ <hkern g1="s" g2="i,j,igrave,iacute,icircumflex,idieresis" k="-4" />
1688
+ <hkern g1="w" g2="t" k="-29" />
1689
+ <hkern g1="w" g2="f,germandbls" k="-29" />
1690
+ <hkern g1="w" g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="27" />
1691
+ <hkern g1="w" g2="comma,period" k="88" />
1692
+ <hkern g1="w" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="20" />
1693
+ <hkern g1="w" g2="i,j,igrave,iacute,icircumflex,idieresis" k="-27" />
1694
+ <hkern g1="y,yacute,ydieresis" g2="t" k="-25" />
1695
+ <hkern g1="y,yacute,ydieresis" g2="f,germandbls" k="-31" />
1696
+ <hkern g1="y,yacute,ydieresis" g2="d,g,q" k="16" />
1697
+ <hkern g1="y,yacute,ydieresis" g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="25" />
1698
+ <hkern g1="y,yacute,ydieresis" g2="comma,period" k="113" />
1699
+ <hkern g1="y,yacute,ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="25" />
1700
+ <hkern g1="y,yacute,ydieresis" g2="i,j,igrave,iacute,icircumflex,idieresis" k="-18" />
1701
+ <hkern g1="z" g2="d,g,q" k="10" />
1702
+ <hkern g1="z" g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="29" />
1703
+ <hkern g1="z" g2="guillemotleft,guilsinglleft" k="23" />
1704
+ <hkern g1="z" g2="hyphen,endash,emdash" k="31" />
1705
+ <hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="J" k="37" />
1706
+ <hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="39" />
1707
+ <hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="comma,period" k="51" />
1708
+ <hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="Z" k="33" />
1709
+ <hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="53" />
1710
+ <hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="z" k="51" />
1711
+ <hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="s" k="53" />
1712
+ <hkern g1="G" g2="Y,Yacute,Ydieresis" k="12" />
1713
+ <hkern g1="G" g2="v" k="18" />
1714
+ <hkern g1="G" g2="y,yacute,ydieresis" k="18" />
1715
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="w" k="25" />
1716
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="v" k="23" />
1717
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="y,yacute,ydieresis" k="27" />
1718
+ <hkern g1="t" g2="f,germandbls" k="-37" />
1719
+ <hkern g1="t" g2="w" k="-16" />
1720
+ <hkern g1="t" g2="v" k="-20" />
1721
+ <hkern g1="t" g2="y,yacute,ydieresis" k="-8" />
1722
+ <hkern g1="t" g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="18" />
1723
+ <hkern g1="t" g2="z" k="-10" />
1724
+ <hkern g1="t" g2="i,j,igrave,iacute,icircumflex,idieresis" k="-31" />
1725
+ <hkern g1="i,j,igrave,iacute,icircumflex,idieresis" g2="t" k="10" />
1726
+ <hkern g1="i,j,igrave,iacute,icircumflex,idieresis" g2="f,germandbls" k="10" />
1727
+ <hkern g1="i,j,igrave,iacute,icircumflex,idieresis" g2="w" k="20" />
1728
+ <hkern g1="i,j,igrave,iacute,icircumflex,idieresis" g2="v" k="18" />
1729
+ <hkern g1="i,j,igrave,iacute,icircumflex,idieresis" g2="y,yacute,ydieresis" k="18" />
1730
+ <hkern g1="c,ccedilla" g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="12" />
1731
+ <hkern g1="c,ccedilla" g2="i,j,igrave,iacute,icircumflex,idieresis" k="-20" />
1732
+ <hkern g1="C,Ccedilla" g2="u,ugrave,uacute,ucircumflex,udieresis" k="10" />
1733
+ <hkern g1="C,Ccedilla" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="14" />
1734
+ <hkern g1="C,Ccedilla" g2="f,germandbls" k="-18" />
1735
+ <hkern g1="C,Ccedilla" g2="d,g,q" k="18" />
1736
+ <hkern g1="C,Ccedilla" g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="14" />
1737
+ <hkern g1="C,Ccedilla" g2="guillemotleft,guilsinglleft" k="27" />
1738
+ <hkern g1="C,Ccedilla" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="12" />
1739
+ <hkern g1="C,Ccedilla" g2="r" k="-4" />
1740
+ <hkern g1="C,Ccedilla" g2="S" k="-10" />
1741
+ <hkern g1="colon,semicolon" g2="W" k="51" />
1742
+ <hkern g1="colon,semicolon" g2="Y,Yacute,Ydieresis" k="82" />
1743
+ <hkern g1="colon,semicolon" g2="T" k="82" />
1744
+ <hkern g1="u,ugrave,uacute,ucircumflex,udieresis" g2="i,j,igrave,iacute,icircumflex,idieresis" k="8" />
1745
+ </font>
1746
+ </defs></svg>