georgia 0.7.0

Sign up to get free protection for your applications and to get access to all the features.
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
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 7b6c8f5fffd4a1952bcbef59916f29dcf3732132
4
+ data.tar.gz: f67b41e2197d216bc13713fe0b5f206ebd5b2da0
5
+ SHA512:
6
+ metadata.gz: 62c7861acc194afa2009d7f5f66b5dfbc6bc28ad3a22c5f841b117a3c48c5ba01c7a1790f62cae6d800bf2d376cea47b24d464fd0663636f07825329b2b7818f
7
+ data.tar.gz: 811589698941a68330a283098346d1626fcb5e71d548e3e22d981752bfa955b19ace02d6dc384df9fdf893f6c29f47f085eff0b572505fd8d66def95499f8c49
data/MIT-LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ Copyright (c) 2012-2014 Motion Eleven
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,27 @@
1
+ = Georgia
2
+
3
+ This project rocks and uses MIT-LICENSE.
4
+
5
+ == Getting started
6
+
7
+ Make sure you have properly identify your default locale and possible available ones.
8
+ Georgia uses available_locales to know which translations should be configured or not.
9
+
10
+ config.i18n.default_locale = :en
11
+ config.i18n.available_locales = [:en]
12
+
13
+ Then run the generator to mount routes, run migrations & setup initial instances.
14
+
15
+ rails g georgia:install
16
+
17
+ == Testing
18
+
19
+ === Run Foreman to start Solr
20
+
21
+ cd spec/dummy
22
+ bundle exec foreman start
23
+
24
+ === Run rspec
25
+
26
+ cd spec/dummy
27
+ rspec spec
data/Rakefile ADDED
@@ -0,0 +1,27 @@
1
+ #!/usr/bin/env rake
2
+ begin
3
+ require 'bundler/setup'
4
+ rescue LoadError
5
+ puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
6
+ end
7
+ begin
8
+ require 'rdoc/task'
9
+ rescue LoadError
10
+ require 'rdoc/rdoc'
11
+ require 'rake/rdoctask'
12
+ RDoc::Task = Rake::RDocTask
13
+ end
14
+
15
+ RDoc::Task.new(:rdoc) do |rdoc|
16
+ rdoc.rdoc_dir = 'rdoc'
17
+ rdoc.title = 'Georgia'
18
+ rdoc.options << '--line-numbers'
19
+ rdoc.rdoc_files.include('README.rdoc')
20
+ rdoc.rdoc_files.include('lib/**/*.rb')
21
+ end
22
+
23
+
24
+
25
+
26
+ Bundler::GemHelper.install_tasks
27
+
@@ -0,0 +1,1711 @@
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="signikabold" 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="630" d="M133 129q0 77 21 121q62 35 153 35q94 0 150 -35q24 -38 24 -121q0 -81 -24 -119q-56 -35 -150 -35q-91 0 -153 35q-21 44 -21 119zM141 1329q56 40 146 64t194 24l19 -24l-72 -965q-50 -14 -117 -14q-77 0 -125 14z" />
17
+ <glyph unicode="&#x22;" horiz-adv-x="923" d="M82 1470q0 58 14 123q61 37 142 37q80 0 141 -37q12 -55 12 -123q0 -18 -13 -88.5t-32.5 -180t-30.5 -193.5q-26 -15 -77.5 -15t-77.5 15q-11 85 -31 194t-33.5 179.5t-13.5 88.5zM530 1470q0 54 15 123q61 37 141 37t141 -37q13 -60 13 -123q0 -18 -13 -88.5t-32.5 -180 t-30.5 -193.5q-26 -15 -78 -15t-78 15q-11 85 -31 194t-33.5 179.5t-13.5 88.5z" />
18
+ <glyph unicode="#" horiz-adv-x="1470" d="M36 396.5q0 71.5 19 125.5h250l70 314h-209q-20 56 -20 126.5t20 124.5h266l55 246q53 23 142.5 23t136.5 -23l-55 -246h243l56 246q52 23 141.5 23t136.5 -23l-55 -246h188q20 -54 20 -124.5t-20 -126.5h-245l-70 -314h207q19 -54 19 -125t-19 -127h-262l-56 -245 q-53 -23 -142.5 -23t-135.5 23l55 245h-244l-55 -245q-53 -23 -142.5 -23t-135.5 23l55 245h-195q-19 55 -19 126.5zM584 522h243l70 314h-244z" />
19
+ <glyph unicode="$" horiz-adv-x="1044" d="M45 195q2 60 37 132.5t80 102.5q214 -113 364 -113q59 0 94 22t35 62q0 64 -92 99l-194 69q-275 104 -275 330q0 135 87.5 229t228.5 121v164q39 10 114 10q76 0 115 -10v-162q146 -16 324 -88q0 -69 -31 -138t-80 -110q-206 82 -320 82q-51 0 -78.5 -20t-27.5 -57 q0 -29 22.5 -45.5t71.5 -34.5l189 -72q132 -50 208 -138.5t76 -215.5q0 -135 -100 -226.5t-262 -115.5v-156q-31 -8 -115 -8t-115 8v156q-107 14 -203.5 49t-152.5 74z" />
20
+ <glyph unicode="%" horiz-adv-x="2027" d="M90 983q0 245 107 350q95 92 245 92q154 0 246 -92q107 -105 107 -350q0 -249 -107 -354q-85 -92 -246 -92q-156 0 -245 92q-107 107 -107 354zM348 983q0 -61 3 -99.5t11.5 -77t28.5 -57t51 -18.5q32 0 52 18.5t29.5 56.5t12.5 77.5t3 99.5q0 59 -3 97.5t-12.5 76.5 t-29.5 56t-52 18q-21 0 -37 -8.5t-26 -26t-16.5 -37.5t-9.5 -51t-4 -58.5t-1 -66.5zM473 0l774 1399q67 14 166 13t141 -13l-774 -1399q-68 -14 -167.5 -13t-139.5 13zM1233 418q0 246 104 352q95 92 248 92q156 0 244 -92q108 -106 108 -352q0 -251 -108 -352 q-86 -93 -244 -93t-248 93q-104 102 -104 352zM1489 418q0 -59 3 -98t12.5 -77t29.5 -56.5t51 -18.5t51 18.5t28.5 56.5t11.5 76.5t3 98.5q0 61 -3 99.5t-12 76.5t-28.5 56t-50.5 18t-51 -18.5t-29.5 -56t-12.5 -76.5t-3 -99z" />
21
+ <glyph unicode="&#x26;" horiz-adv-x="1343" d="M82 367q0 140 75 242t185 136q-90 32 -145.5 117t-55.5 193q0 168 122 271.5t325 103.5q231 0 434 -70q3 -62 -19.5 -129.5t-62.5 -110.5q-172 58 -295 58q-82 0 -125 -41.5t-43 -108.5q0 -82 50 -121t153 -39h397q127 0 217 41q41 -50 41 -149q0 -160 -192 -160h-45 q0 -25 1 -68t1 -59v-145q0 -160 14 -328q-48 -18 -147 -18q-97 0 -146 14l-20 90q-60 -54 -143.5 -85.5t-176.5 -31.5q-127 0 -219 55.5t-136 144t-44 198.5zM416 397q0 -90 44 -135t113 -45q120 0 211 78v178q0 80 2 127h-131q-117 0 -178 -51.5t-61 -151.5z" />
22
+ <glyph unicode="'" horiz-adv-x="495" d="M82 1470q0 58 14 123q61 37 142 37q80 0 141 -37q12 -55 12 -123q0 -18 -13 -88.5t-32.5 -180t-30.5 -193.5q-26 -15 -77.5 -15t-77.5 15q-11 85 -31 194t-33.5 179.5t-13.5 88.5z" />
23
+ <glyph unicode="(" horiz-adv-x="768" d="M121 659q0 289 109.5 582t312.5 485q127 -43 184 -165q-135 -190 -204.5 -429.5t-69.5 -472.5q0 -231 69.5 -470.5t204.5 -428.5q-28 -61 -77 -103.5t-107 -62.5q-203 191 -312.5 484t-109.5 581z" />
24
+ <glyph unicode=")" horiz-adv-x="768" d="M39 -240q136 189 206 428t70 471q0 233 -70 473t-206 429q30 61 78.5 103t105.5 62q138 -129 235.5 -313.5t143 -375.5t45.5 -378q0 -288 -110 -581t-314 -484q-56 20 -105 62.5t-79 103.5z" />
25
+ <glyph unicode="*" horiz-adv-x="1067" d="M74 1069q-5 47 21.5 127t58.5 117l122 -47q70 -29 183 -111q-42 129 -47 207l-9 133q43 19 127.5 19t128.5 -19l-6 -133q-4 -73 -49 -209q100 73 184 109l123 49q30 -36 56.5 -114.5t23.5 -127.5l-129 -35q-63 -18 -213 -18q104 -76 160 -142l84 -100 q-25 -42 -91.5 -91.5t-113.5 -59.5l-74 110q-34 50 -82 197q-43 -131 -86 -195l-69 -110q-46 9 -114 58t-93 91l84 103q43 54 160 139q-141 0 -211 20z" />
26
+ <glyph unicode="+" d="M94 612q0 68 15 129h161q24 0 70 -1t70 -1q0 23 -1 69t-1 73v172q56 12 135 12t135 -12v-172q0 -27 -1 -73t-1 -69q24 0 68.5 1t70.5 1h162q14 -66 14 -129q0 -70 -14 -127h-162q-26 0 -70.5 1t-68.5 1q0 -24 1 -68.5t1 -70.5v-174q-56 -12 -131 -12q-83 0 -139 12v174 q0 26 1 70.5t1 68.5q-24 0 -70 -1t-70 -1h-161q-15 59 -15 127z" />
27
+ <glyph unicode="," horiz-adv-x="604" d="M45 -221q75 26 128 80.5t63 124.5q-67 12 -89 32q-24 43 -24 119q0 81 24 127q29 15 73 26t83 11q40 0 85.5 -11t72.5 -26q26 -72 26 -164q0 -99 -40 -190t-124.5 -166t-201.5 -111q-40 20 -60.5 62t-15.5 86z" />
28
+ <glyph unicode="-" horiz-adv-x="770" d="M84 553q0 75 12 127h578q12 -52 12 -127q0 -77 -12 -129h-578q-12 52 -12 129z" />
29
+ <glyph unicode="." horiz-adv-x="587" d="M109 139q0 73 24 125q66 37 160 37q96 0 162 -37q24 -52 24 -125q0 -74 -24 -123q-59 -39 -162 -39q-101 0 -160 39q-24 49 -24 123z" />
30
+ <glyph unicode="/" horiz-adv-x="923" d="M2 -141l643 1714q166 -21 273 -105l-644 -1714q-165 21 -272 105z" />
31
+ <glyph unicode="0" d="M61 664q0 194 29.5 328.5t116.5 232.5q66 64 143.5 98.5t192.5 34.5q117 0 193.5 -34t142.5 -99q87 -98 116 -232t29 -329q0 -194 -29 -329t-116 -233q-66 -65 -142.5 -99t-193.5 -34q-115 0 -192.5 34.5t-143.5 98.5q-87 98 -116.5 233.5t-29.5 328.5zM389 664 q0 -278 37 -373q33 -78 117 -78q83 0 116 78q37 95 37 373q0 277 -37 372q-33 78 -116 78q-84 0 -117 -78q-37 -95 -37 -372z" />
32
+ <glyph unicode="1" d="M57 913q151 93 247.5 194t154.5 220q68 12 151 12q84 0 150 -12v-915q0 -24 -1 -75t-1 -77q17 0 70.5 1t68.5 1h111q16 -62 16 -131t-16 -131h-854q-17 70 -17 131q0 65 17 131h165q14 0 64.5 -1t67.5 -1q0 26 -1 77t-1 75v268q0 31 6 117.5t8 120.5q-108 -119 -273 -189 q-47 21 -85.5 73t-47.5 111z" />
33
+ <glyph unicode="2" d="M76 193q0 155 235 364l221 201q109 95 109 194q0 63 -38.5 104.5t-102.5 41.5q-68 0 -115 -52.5t-68 -127.5q-62 0 -130 26t-97 68q42 150 159 248t283 98q195 0 314 -113.5t119 -300.5q0 -120 -63 -213.5t-181 -193.5l-148 -123q-113 -97 -146 -139q-12 -15 -19 -27 q174 22 311 22h280q0 -73 -8 -120q-23 -152 -194 -152h-611q-39 37 -74.5 93t-35.5 102z" />
34
+ <glyph unicode="3" d="M76 119q9 56 45.5 112t87.5 95q129 -101 264 -101q94 0 150.5 54t56.5 145q0 83 -51.5 130.5t-128.5 47.5q-58 0 -111 -24q-39 18 -73 68t-46 104l189 194q73 73 139 127l-8 12q-33 -9 -100.5 -16.5t-98.5 -7.5h-248q-20 54 -20 121q0 87 27 147h739q63 -111 63 -186 q0 -69 -61 -133l-158 -160q-19 -19 -59 -51q150 -21 242 -122t92 -263q0 -136 -69 -238.5t-180 -153.5t-245 -51q-135 0 -250 41.5t-188 108.5z" />
35
+ <glyph unicode="4" d="M43 428q0 52 37 133l330 782q72 13 163.5 -6t126.5 -59l-137 -330q-129 -321 -223 -456l6 -11q87 9 209 13v41v67q0 118 58 186t163 68h74l14 -12v-199q0 -28 -1 -75.5t-1 -73.5q25 0 57.5 1t59.5 1h55q8 -49 8 -113q0 -82 -20 -152h-160q0 -25 1 -72t1 -75v-86 q-68 -12 -155 -12q-88 0 -154 12v86q0 28 1 75t1 72q-27 0 -76 -1t-75 -1h-295q-30 47 -49 101t-19 96z" />
36
+ <glyph unicode="5" d="M76 111q8 48 46 112t83 96q129 -92 252 -92q90 0 150.5 56t60.5 155q0 102 -59 154.5t-148 52.5t-174 -63q-41 9 -88 41t-72 69l37 619l16 16h744q22 -58 22 -131q0 -64 -35 -98.5t-100 -34.5h-336h-16v-55l-8 -97l-7 -34q52 12 111 12q206 0 322 -119t116 -317 q0 -96 -28.5 -176.5t-77 -136.5t-114 -95t-138 -57.5t-150.5 -18.5q-119 0 -226.5 37.5t-182.5 104.5z" />
37
+ <glyph unicode="6" d="M66 651q0 333 147 520t412 187q195 0 336 -72q-5 -63 -32 -122t-71 -97q-98 41 -207 41q-237 0 -254 -299q113 84 252 84q173 0 272 -110.5t99 -338.5q0 -111 -37.5 -202.5t-101.5 -150t-148 -90.5t-178 -32q-76 0 -139.5 16.5t-106 43.5t-67 49t-43.5 47 q-19 24 -29.5 39t-33 61.5t-35.5 97t-24 137.5t-11 191zM397 553q0 -220 58 -293q44 -55 104 -55q74 0 110 59.5t36 159.5q0 213 -140 213q-88 0 -168 -64v-20z" />
38
+ <glyph unicode="7" d="M90 1167q0 86 31 160h840q57 -120 57 -194q0 -57 -43 -119l-80 -111q-134 -186 -204 -381t-89 -428l-8 -94q-64 -12 -160 -12q-90 0 -164 12l9 98q18 231 96 440t190 357l27 35q19 26 61.5 73t69.5 72l-10 10q-48 -11 -140 -18.5t-143 -7.5h-324q-16 50 -16 108z" />
39
+ <glyph unicode="8" d="M53 338q0 106 61.5 194t159.5 148q-95 60 -141.5 135.5t-46.5 179.5q0 155 129.5 259t327.5 104q206 0 329 -100t123 -257q0 -91 -52.5 -163.5t-137.5 -120.5q230 -135 227 -365q-2 -117 -70 -205t-181 -133t-253 -45q-218 0 -346.5 99t-128.5 270zM373 356 q0 -72 46.5 -119t123.5 -47t121.5 47t44.5 117q0 66 -44.5 120t-129.5 87l-52 19q-110 -94 -110 -224zM397 997q0 -111 170 -174l27 -10q96 72 96 176q0 63 -40.5 103.5t-108.5 40.5q-62 0 -103 -39t-41 -97z" />
40
+ <glyph unicode="9" d="M66 883q0 147 64.5 257t168.5 164t231 54q76 0 139.5 -16.5t106.5 -43.5t67.5 -49.5t43.5 -46.5t29.5 -39t33 -61.5t35.5 -97t24 -137.5t11 -191q0 -333 -147 -520t-412 -187q-195 0 -336 72q5 63 32 122.5t70 96.5q98 -41 207 -41q235 0 252 297q-110 -82 -250 -82 q-173 0 -271.5 110.5t-98.5 338.5zM381 903q0 -112 35.5 -162.5t103.5 -50.5q88 0 168 64v20q0 221 -57 293q-44 55 -105 55q-74 0 -109.5 -59.5t-35.5 -159.5z" />
41
+ <glyph unicode=":" horiz-adv-x="602" d="M117 139q0 73 24 125q66 37 160 37q96 0 162 -37q24 -52 24 -125q0 -74 -24 -123q-59 -39 -162 -39q-101 0 -160 39q-24 49 -24 123zM117 772q0 73 24 125q66 37 160 37q96 0 162 -37q24 -52 24 -125q0 -74 -24 -123q-59 -39 -162 -39q-101 0 -160 39q-24 49 -24 123z " />
42
+ <glyph unicode=";" horiz-adv-x="610" d="M45 -221q75 26 128 80.5t63 124.5q-67 12 -89 32q-24 43 -24 119q0 81 24 127q29 15 73 26t83 11q40 0 85.5 -11t72.5 -26q26 -72 26 -164q0 -99 -40 -190t-124.5 -166t-201.5 -111q-40 20 -60.5 62t-15.5 86zM121 772q0 73 24 125q66 37 160 37q96 0 162 -37 q25 -54 25 -125q0 -72 -25 -123q-59 -39 -162 -39q-101 0 -160 39q-24 49 -24 123z" />
43
+ <glyph unicode="&#x3c;" d="M91.5 610.5q-0.5 65.5 12.5 122.5l727 402q60 -34 101.5 -103.5t44.5 -144.5l-377 -193q-69 -39 -174 -73v-17q100 -33 174 -74l377 -192q-6 -76 -48 -148t-100 -102l-725 404q-12 53 -12.5 118.5z" />
44
+ <glyph unicode="=" d="M94 381q0 73 15 127h868q14 -50 14 -127q0 -79 -14 -129h-868q-15 54 -15 129zM94 850q0 73 15 127h868q14 -50 14 -127q0 -79 -14 -129h-868q-15 54 -15 129z" />
45
+ <glyph unicode="&#x3e;" d="M109 338l376 194q95 46 174 72v17q-105 34 -174 73l-376 193q6 76 47.5 148t99.5 102l725 -402q12 -54 12.5 -119.5t-12.5 -121.5l-727 -402q-60 32 -101 101.5t-44 144.5z" />
46
+ <glyph unicode="?" horiz-adv-x="860" d="M2 1313q201 119 422 119q203 0 313.5 -103.5t110.5 -271.5q0 -267 -268 -406l-123 -65l-21 -156q-49 -16 -117 -16q-70 0 -122 16l-19 305l25 31l114 51q94 45 145.5 93t51.5 112q0 62 -42 98.5t-120 36.5q-107 0 -233 -74q-46 34 -80 101t-37 129zM145 123q0 76 21 123 q68 33 153 33q89 0 150 -33q25 -42 25 -123q0 -77 -25 -119q-53 -33 -150 -33q-94 0 -153 33q-21 47 -21 119z" />
47
+ <glyph unicode="@" horiz-adv-x="2007" d="M80 455q0 206 72.5 383t198.5 301.5t303.5 195t381.5 70.5q193 0 358.5 -54t287.5 -154t191 -252t69 -339q0 -124 -26.5 -226.5t-70.5 -171.5t-103 -117t-123.5 -69.5t-131.5 -21.5q-89 0 -163 32t-122 89q-60 -56 -132.5 -91.5t-145.5 -35.5q-161 0 -248.5 129 t-87.5 342q0 240 116.5 385t325.5 145q115 0 224 -44.5t171 -108.5l-2 -506q0 -55 15 -80t49 -25q141 0 141 383q0 257 -161.5 406t-430.5 149q-190 0 -335.5 -90.5t-224.5 -253t-79 -370.5q0 -313 150.5 -470t421.5 -157q201 0 401 76q38 -41 59 -101t21 -116 q-99 -44 -241 -73.5t-265 -29.5q-193 0 -349 52t-272 156.5t-179.5 273t-63.5 389.5zM895 479q0 -133 22 -190.5t80 -57.5q66 0 131 68v29v411q-41 35 -98 35q-40 0 -67.5 -22.5t-42 -65t-20 -92t-5.5 -115.5z" />
48
+ <glyph unicode="A" horiz-adv-x="1306" d="M18 25l451 1374q80 12 190 12q118 0 189 -14l442 -1377q-32 -18 -85.5 -28t-102.5 -10q-80 0 -123.5 37.5t-73.5 140.5l-39 135q-27 -2 -80 -2h-290q-55 0 -82 2l-88 -297q-49 -12 -138 -12q-98 0 -159 22zM489 551q14 0 42.5 1t39.5 1h150q9 0 35 -1t39 -1l-35 127 q-44 158 -113 422h-12q-16 -92 -98 -391z" />
49
+ <glyph unicode="B" horiz-adv-x="1259" d="M156 10v1379l14 14q328 8 473 8q223 0 351 -93t128 -280q0 -91 -51.5 -168.5t-130.5 -111.5q105 -34 176.5 -135t71.5 -222q0 -209 -135.5 -311t-378.5 -102q-152 0 -504 8zM479 217q66 2 172 2q48 0 85.5 12.5t60 32t37 46.5t19.5 52.5t5 53.5q0 37 -10 70t-32.5 63.5 t-65 48.5t-101.5 18h-170v-399zM479 850h146q95 0 136.5 48t41.5 118q0 69 -41 115.5t-135 46.5q-97 0 -148 2v-330z" />
50
+ <glyph unicode="C" horiz-adv-x="1247" d="M74 694q0 188 47 332t130 231.5t189.5 131t231.5 43.5q234 0 380 -121.5t146 -304.5t-186 -183q-51 0 -125 19v21q-1 55 -9 103q-10 56 -34 103t-70.5 73.5t-111.5 26.5q-129 0 -186.5 -118.5t-57.5 -358.5q0 -216 72.5 -326t207.5 -110q95 0 177 38t172 103 q50 -34 94.5 -94.5t54.5 -116.5q-94 -92 -245 -154.5t-312 -62.5q-125 0 -224 42t-162 111.5t-104 165t-58 195.5t-17 211z" />
51
+ <glyph unicode="D" horiz-adv-x="1366" d="M156 10v1379l14 14q235 8 516 8q98 0 204 -25.5t171 -76.5q133 -105 181 -254.5t48 -354.5q0 -99 -9 -177t-32 -159t-70 -150t-118 -124q-65 -51 -171 -76.5t-204 -25.5q-160 0 -516 8zM481 242q74 2 203 2q57 0 101.5 18.5t73.5 53.5t48.5 77t29 96.5t13.5 103.5t4 107 q0 70 -5 127.5t-22 121t-45.5 106.5t-79 71.5t-118.5 28.5q-129 0 -203 2v-915z" />
52
+ <glyph unicode="E" horiz-adv-x="1173" d="M154 184v1200l14 15h883q12 -59 12 -129q0 -67 -29 -146h-418h-141q0 -28 1 -74.5t1 -72.5v-143q53 2 139 2h314q18 -58 18 -134q0 -72 -18 -133h-314h-139v-155q0 -26 -1 -73t-1 -75v-2q94 4 152 4h475q0 -75 -6 -116q-12 -77 -66 -117.5t-143 -40.5h-545q-88 0 -138 51 t-50 139z" />
53
+ <glyph unicode="F" horiz-adv-x="1095" d="M156 0v1386l14 13h877q12 -53 12 -125q0 -81 -42 -117.5t-132 -36.5h-256h-148q0 -27 1 -80.5t1 -78.5v-130h41h398q16 -62 16 -135q0 -71 -16 -133h-398h-41v-563q-66 -12 -159 -12q-102 0 -168 12z" />
54
+ <glyph unicode="G" horiz-adv-x="1339" d="M74 690q0 145 36 267.5t97.5 208.5t144 146.5t175 89t190.5 28.5q280 0 514 -148q-4 -65 -48.5 -131.5t-97.5 -101.5q-76 50 -167.5 80t-176.5 30q-160 0 -246.5 -115.5t-86.5 -355.5q0 -461 342 -461q88 0 178 17v137q0 92 4 141h-103q-81 0 -118 31t-37 106 q0 65 22 136l322 2h6q211 0 211 -205v-539q-261 -84 -543 -84q-306 0 -462 190.5t-156 530.5z" />
55
+ <glyph unicode="H" horiz-adv-x="1404" d="M156 0v1399q64 12 163 12q100 0 164 -12v-391q0 -29 -1 -77t-1 -75q16 0 52.5 1t50.5 1h237q14 0 51 -1t52 -1q0 27 -1 75t-1 77v391q64 12 163 12q103 0 164 -12v-1399q-66 -12 -159 -12q-102 0 -168 12v434q0 29 1 77t1 75q-15 0 -52 -1t-51 -1h-237q-14 0 -50.5 1 t-52.5 1q0 -27 1 -75t1 -77v-434q-64 -12 -164 -12q-99 0 -163 12z" />
56
+ <glyph unicode="I" horiz-adv-x="649" d="M160 0v1399q64 12 164 12q99 0 165 -12v-1399q-66 -12 -165 -12q-100 0 -164 12z" />
57
+ <glyph unicode="J" horiz-adv-x="964" d="M20 70q9 62 39 127t74 114q99 -61 184 -61q106 0 145.5 62.5t39.5 193.5v893q61 12 164 12q99 0 163 -12v-862q0 -102 -12 -182t-44.5 -152.5t-85 -120t-136.5 -75t-197 -27.5q-86 0 -175.5 23t-158.5 67z" />
58
+ <glyph unicode="K" horiz-adv-x="1271" d="M156 0v1399q64 12 163 12q100 0 164 -12v-541l54 2q37 0 53 13t39 57l194 366q32 63 66 89t102 26q87 0 197 -10l18 -23l-250 -471q-48 -94 -114 -149q50 -11 88 -33t63.5 -54.5t41.5 -65.5t32 -79l84 -254q2 -7 9.5 -29t10.5 -30t10.5 -26t13.5 -28t15.5 -25t21 -28 t25.5 -26q-32 -45 -91 -71.5t-126 -26.5q-85 0 -126 43t-72 145l-78 240q-31 97 -74.5 137.5t-116.5 40.5q-24 0 -90 -4v-584q-64 -12 -164 -12q-99 0 -163 12z" />
59
+ <glyph unicode="L" horiz-adv-x="1069" d="M154 184v1215l14 14h121q96 0 144 -50.5t48 -158.5v-936q91 8 193 8h354q0 -81 -6 -122q-13 -76 -69.5 -118t-145.5 -42h-463q-88 0 -139 51t-51 139z" />
60
+ <glyph unicode="M" horiz-adv-x="1705" d="M113 4l108 1393q91 16 221 16q114 0 207 -16l121 -502q2 -9 19.5 -88.5t33.5 -158.5t23 -124h14q8 45 24 124t33 158.5t19 88.5l123 502q91 16 207 16q128 0 221 -16l108 -1393q-63 -16 -168 -16q-82 0 -141 10l-33 569q-14 339 -16 473h-12l-203 -833q-74 -12 -170 -12 q-94 0 -168 12l-201 833h-14q0 -183 -16 -473l-31 -569q-59 -10 -143 -10q-103 0 -166 16z" />
61
+ <glyph unicode="N" horiz-adv-x="1425" d="M156 0v1393q77 18 194 18q103 0 189 -12l317 -731q84 -199 127 -312l8 4q-24 285 -24 605v249q0 107 43.5 153t138.5 46h106l15 -14v-1393q-80 -18 -199 -18q-104 0 -190 12l-322 733q-54 119 -117 289l-6 -2q25 -311 25 -612v-408q-64 -12 -150 -12q-94 0 -155 12z" />
62
+ <glyph unicode="O" horiz-adv-x="1366" d="M74 700q0 418 219 600q157 130 389 130q130 0 221.5 -33.5t169.5 -96.5q61 -52 105.5 -123t68.5 -151.5t34.5 -160t10.5 -165.5q0 -117 -18 -220.5t-69 -208.5t-132 -173q-78 -63 -169 -96t-222 -33q-233 0 -389 129q-219 182 -219 602zM416 700q0 -61 3.5 -111t13 -108 t28.5 -102t47 -81t72.5 -57t101.5 -20q69 0 119 30t78 75.5t44.5 113t21.5 127t5 133.5t-5 133.5t-21.5 127t-44.5 112.5t-78 75t-119 30q-57 0 -101.5 -20t-72.5 -57t-47 -80.5t-28.5 -101.5t-13 -108t-3.5 -111z" />
63
+ <glyph unicode="P" horiz-adv-x="1206" d="M156 0v1389l14 14q352 8 475 8q228 0 365 -123.5t137 -363.5q0 -234 -138 -360t-364 -126h-162v-438q-64 -12 -164 -12q-99 0 -163 12zM483 684q114 4 135 4q58 0 98.5 22.5t60.5 60t28 74.5t8 79q0 41 -8 78t-28 74.5t-61 60t-98 22.5q-80 0 -135 2v-477z" />
64
+ <glyph unicode="Q" horiz-adv-x="1374" d="M74 700q0 182 51.5 341.5t169.5 258.5q153 130 391 130q239 0 389 -130q118 -100 170.5 -259.5t52.5 -342.5q0 -355 -159 -532q-59 -68 -133 -96l53 -37q79 -55 136 -75.5t122 -20.5q-1 -105 -61 -169.5t-146 -64.5q-121 0 -219 84l-209 182q-127 0 -218.5 33.5 t-168.5 95.5q-81 68 -132.5 173t-70 209t-18.5 220zM410 700q0 -73 5.5 -133.5t23 -127.5t46.5 -112.5t80.5 -75.5t120.5 -30t119.5 30t79 75.5t46 113t22.5 127.5t5 133q0 74 -5 134t-22.5 127t-46 112t-79 75t-119.5 30q-58 0 -103.5 -19.5t-75 -56.5t-49.5 -81t-30 -101 t-14 -108.5t-4 -111.5z" />
65
+ <glyph unicode="R" horiz-adv-x="1259" d="M156 0v1389l14 14q352 8 492 8q225 0 361 -111t136 -333q0 -138 -75 -237.5t-175 -137.5q105 -39 158 -189l61 -174q31 -95 103 -151q-31 -42 -92 -69t-125 -27q-84 0 -125 43t-76 145l-74 215q-22 61 -60 94t-114 33h-84v-512q-66 -12 -164 -12q-97 0 -161 12zM481 764 q126 4 152 4q192 0 192 199q0 91 -42 143.5t-150 52.5q-95 0 -152 2v-401z" />
66
+ <glyph unicode="S" horiz-adv-x="1140" d="M31 121q6 67 42 135t85 111q220 -134 415 -134q83 0 124.5 39.5t41.5 96.5q0 95 -129 151l-241 103q-140 63 -216.5 151.5t-76.5 226.5q0 125 66.5 224t179.5 152t251 53q133 0 259.5 -34.5t222.5 -82.5q-5 -71 -34.5 -137t-76.5 -109q-86 41 -189.5 70.5t-179.5 29.5 q-82 0 -122.5 -36.5t-40.5 -83.5q0 -41 27 -71.5t93 -57.5l246 -105q149 -65 229 -169t80 -236q0 -194 -139.5 -316.5t-398.5 -122.5q-126 0 -265.5 40.5t-252.5 111.5z" />
67
+ <glyph unicode="T" horiz-adv-x="1044" d="M6 1262q0 78 12 137h1014q17 -56 17 -125q0 -80 -40.5 -114t-131.5 -34h-60q-16 0 -64.5 1t-64.5 1h-2q0 -29 1 -76.5t1 -74.5v-977q-68 -12 -164 -12q-98 0 -164 12v1128q-16 0 -66 -1t-65 -1h-211q-12 59 -12 136z" />
68
+ <glyph unicode="U" horiz-adv-x="1378" d="M135 516v883l15 14h120q195 0 195 -209v-692q0 -144 52 -213.5t173 -69.5q120 0 172.5 70t52.5 213v887q64 12 160 12q104 0 168 -12v-883q0 -260 -144 -403.5t-409 -143.5t-410 143.5t-145 403.5z" />
69
+ <glyph unicode="V" horiz-adv-x="1241" d="M18 1370q107 47 197 47q72 0 113 -38.5t63 -123.5l158 -583q40 -146 78 -373q3 -16 7.5 -20.5t14.5 -4.5l269 1125q49 12 143 12q89 0 151 -22l13 -17l-383 -1372q-117 -12 -262 -12q-91 0 -143.5 30t-78.5 117z" />
70
+ <glyph unicode="W" horiz-adv-x="1849" d="M31 1380q101 37 172 37q88 0 126.5 -38t55.5 -142l86 -528q38 -225 57 -408q1 -19 5 -23t14 -4l170 1098q77 14 209 14q138 0 211 -14l155 -1071q2 -13 5.5 -19t7 -7t10.5 -1q18 203 61 437l115 688q59 12 147 12q85 0 156 -22l14 -19l-270 -1368q-133 -14 -278 -14 q-33 0 -57 2.5t-50 11.5t-43.5 24.5t-31 43t-19.5 65.5l-70 445q-37 234 -59 475h-15q-23 -209 -67 -475l-92 -578q-140 -14 -275 -14q-92 0 -141 28.5t-68 118.5z" />
71
+ <glyph unicode="X" horiz-adv-x="1261" d="M16 33l422 688l-389 627q109 71 215 71q69 0 115 -28.5t92 -100.5l180 -291l236 400q53 12 137 12q96 0 170 -29l8 -14l-385 -633l428 -684q-109 -71 -215 -71q-69 0 -116.5 28.5t-94.5 100.5l-213 344l-268 -453q-52 -12 -137 -12q-94 0 -176 28z" />
72
+ <glyph unicode="Y" horiz-adv-x="1110" d="M-4 1360q92 55 199 55q67 0 105.5 -30t66.5 -101l98 -244q52 -128 92 -292h12q35 132 103 305l137 346q54 12 133 12q93 0 160 -25l14 -16l-397 -940v-430q-64 -12 -162 -12q-102 0 -166 12v438z" />
73
+ <glyph unicode="Z" horiz-adv-x="1187" d="M76 197q0 64 41 120l454 625q73 103 166 203l-6 6q-144 -18 -317 -18h-293q-12 47 -12 108q0 72 22 158h907q45 -169 45 -201q0 -64 -36 -115l-457 -626q-72 -102 -160 -193l6 -6q205 14 307 14h115q126 0 229 47q23 -75 23 -147q0 -85 -58 -128.5t-157 -43.5h-782 q-37 163 -37 197z" />
74
+ <glyph unicode="[" horiz-adv-x="808" d="M201 -319v1998l18 17l510 -19q12 -30 12 -88q0 -69 -24 -129l-205 -6v-1548l205 -6q24 -55 24 -129q0 -58 -12 -88l-510 -19z" />
75
+ <glyph unicode="\" horiz-adv-x="923" d="M6 1468q112 88 273 105l643 -1714q-107 -84 -273 -105z" />
76
+ <glyph unicode="]" horiz-adv-x="808" d="M68 -229q0 78 22 129l207 6v1548l-207 6q-22 55 -22 129q0 55 10 88l512 19l18 -17v-1998l-18 -17l-512 19q-10 33 -10 88z" />
77
+ <glyph unicode="^" d="M57 627l316 700q54 14 168.5 14.5t171.5 -14.5l315 -700q-60 -14 -152 -14.5t-153 14.5l-96 243q-29 70 -76 220h-16q-47 -150 -76 -220l-97 -243q-61 -15 -153 -14.5t-152 14.5z" />
78
+ <glyph unicode="_" horiz-adv-x="1157" d="M-16 -244q0 71 14 121h1161q15 -65 15 -121t-15 -118h-1161q-14 48 -14 118z" />
79
+ <glyph unicode="`" horiz-adv-x="815" d="M109 1393q17 58 74.5 111t117.5 73l317 -346q-17 -44 -54 -78t-77 -45z" />
80
+ <glyph unicode="a" horiz-adv-x="1050" d="M61 281q0 89 33.5 158.5t91 111.5t129 63t152.5 21q92 0 145 -4v39q0 129 -133 129q-89 0 -301 -66q-63 74 -78 223q101 40 234 65.5t235 25.5q70 0 132.5 -19t116 -58.5t85 -110t31.5 -163.5v-415q0 -94 57 -134q-9 -42 -38.5 -91t-59.5 -72q-141 3 -221 108 q-130 -123 -299 -123q-76 0 -137.5 28t-98.5 73.5t-56.5 99.5t-19.5 111zM373 301q0 -42 26 -69t68 -27q74 0 145 59v164q-82 4 -110 4q-129 0 -129 -131z" />
81
+ <glyph unicode="b" horiz-adv-x="1095" d="M123 51v1442l14 14h121q95 0 135.5 -43t40.5 -149v-342q106 69 238 69q118 0 200.5 -68t122 -182.5t39.5 -269.5q0 -247 -138 -393q-138 -147 -372 -147q-226 0 -401 69zM434 219q41 -8 94 -8q179 0 179 309q0 136 -32.5 200t-99.5 66q-79 0 -141 -67v-500z" />
82
+ <glyph unicode="c" horiz-adv-x="972" d="M61 508q0 115 26.5 208.5t70.5 155t103.5 103.5t124 60t134.5 18q174 0 287 -94.5t113 -245.5q0 -77 -43.5 -116.5t-114.5 -39.5q-68 0 -129 12v20q1 115 -21 169q-24 58 -98 57q-70 0 -98.5 -71.5t-28.5 -235.5q0 -158 43.5 -223.5t134.5 -65.5q100 0 226 86 q37 -21 73 -75.5t47 -102.5q-67 -72 -175.5 -115t-221.5 -43q-218 0 -335.5 144.5t-117.5 394.5z" />
83
+ <glyph unicode="d" horiz-adv-x="1103" d="M66 500q0 254 117 398t292 144q96 0 191 -45v496l12 14h125q96 0 135 -42.5t39 -149.5v-1020q0 -49 15.5 -89t41.5 -59q-9 -42 -38.5 -91t-59.5 -72q-148 3 -219 114q-122 -129 -283 -129q-181 0 -274.5 144t-93.5 387zM393 498q0 -137 33 -204t90 -67q85 0 150 80v449 q-83 49 -134 49q-139 0 -139 -307z" />
84
+ <glyph unicode="e" horiz-adv-x="1017" d="M61 504q0 119 26.5 216.5t80.5 173t143.5 117.5t208.5 42q198 0 312 -122t114 -313q0 -122 -26 -210h-535q8 -93 49 -144t135 -51q112 0 267 61q33 -33 55.5 -85t28.5 -103q-75 -55 -184 -86t-218 -31q-104 0 -185 30t-131.5 80t-83 120.5t-45 144.5t-12.5 160zM383 629 h270v22q0 76 -33.5 125t-101.5 49q-66 0 -97.5 -47t-37.5 -149z" />
85
+ <glyph unicode="f" horiz-adv-x="733" d="M-8 913q0 59 12 111l160 -2q-10 75 -10 137q0 154 99 255.5t257 101.5q160 0 315 -58v-10q0 -51 -19 -107q-20 -62 -50 -94q-99 29 -158 29q-137 0 -137 -141q0 -60 8 -115l268 4q13 -57 13 -111q0 -59 -13 -116l-245 4v-801q-70 -12 -158 -12q-80 0 -154 12v799l-176 -2 q-12 53 -12 116z" />
86
+ <glyph unicode="g" horiz-adv-x="1097" d="M66 510q0 253 117 398t292 145q158 0 270 -97q73 79 193 82q32 -24 62 -73.5t36 -90.5q-57 -41 -57 -147v-541q0 -202 -26.5 -311.5t-78.5 -177.5q-121 -150 -385 -150q-96 0 -200.5 18.5t-184.5 49.5q0 58 22.5 125t55.5 106q138 -61 279 -61q207 0 207 207v67 q-110 -79 -234 -79q-181 0 -274.5 143.5t-93.5 386.5zM393 508q0 -137 33 -203.5t88 -66.5q85 0 154 69v424v14q-73 70 -136 70q-139 0 -139 -307z" />
87
+ <glyph unicode="h" horiz-adv-x="1112" d="M123 0v1493l14 14h123q96 0 135 -42.5t39 -149.5v-387q139 112 275 112t211 -100t75 -264v-420q0 -135 52 -203q-79 -69 -201 -69q-94 0 -133 48.5t-39 149.5v436q0 72 -18.5 104t-67.5 32q-78 0 -154 -70v-684q-68 -12 -158 -12q-82 0 -153 12z" />
88
+ <glyph unicode="i" horiz-adv-x="610" d="M31 905q0 71 12 115q105 10 180 10h45q102 0 163 -66t61 -178v-786q-68 -12 -162 -12q-90 0 -160 12v678q0 119 -96 119h-31q-12 42 -12 108zM108 1315q0 61 25 119q62 32 152 32q41 0 84.5 -9t66.5 -23q25 -58 25 -119t-25 -119q-60 -31 -151 -31q-42 0 -85.5 9 t-66.5 22q-25 58 -25 119z" />
89
+ <glyph unicode="j" horiz-adv-x="622" d="M25 -256q92 38 127.5 89.5t35.5 160.5v684q0 119 -96 119h-49q-14 49 -14 108q0 63 14 115q120 10 197 10h45q101 0 160 -65.5t59 -178.5v-727q0 -96 -9.5 -163.5t-34 -127.5t-68.5 -100t-113 -70t-168 -49q-34 26 -59.5 83t-26.5 112zM115 1315q0 63 24 119 q62 32 152 32q41 0 84.5 -9t66.5 -23q25 -58 25 -119t-25 -119q-60 -31 -151 -31q-42 0 -85.5 9t-66.5 22q-24 55 -24 119z" />
90
+ <glyph unicode="k" horiz-adv-x="1071" d="M123 0v1493l14 14h123q96 0 135 -42.5t39 -149.5v-643h33q22 0 33.5 7t23.5 30l107 204q59 117 180 117q60 0 178 -4l12 -16l-157 -305q-41 -77 -105 -121q123 -46 168 -176l51 -150q15 -48 24 -71t28.5 -53.5t46.5 -49.5q-40 -44 -97.5 -72t-117.5 -28q-67 0 -102 31.5 t-62 111.5l-62 176q-21 63 -47 85t-71 22q-46 0 -64 -2v-408q-68 -12 -158 -12q-86 0 -153 12z" />
91
+ <glyph unicode="l" horiz-adv-x="641" d="M121 274v1219l12 14h125q96 0 135 -42.5t39 -149.5v-985q0 -97 90 -97h56q24 -68 24 -151q0 -52 -6 -72q-122 -20 -221 -20q-136 0 -195 68t-59 216z" />
92
+ <glyph unicode="m" horiz-adv-x="1654" d="M123 0v1022l14 14h119q130 0 172 -129q144 133 283 133q165 0 239 -141q159 141 316 141q131 0 201.5 -90t70.5 -235v-459q0 -133 51 -203q-79 -69 -198 -69q-94 0 -133 48.5t-39 149.5v436q0 74 -29 105t-68 31q-59 0 -131 -72v-682q-67 -12 -162 -12q-89 0 -159 12v616 q0 75 -26.5 106.5t-65.5 31.5q-66 -3 -136 -70v-684q-68 -12 -159 -12q-93 0 -160 12z" />
93
+ <glyph unicode="n" horiz-adv-x="1120" d="M123 0v1022l14 14h121q125 0 168 -123q141 127 291 127q136 0 211.5 -100t75.5 -264v-420q0 -135 49 -203q-79 -69 -199 -69q-94 0 -133 48.5t-39 149.5v436q0 72 -18.5 104t-69.5 32q-76 0 -152 -70v-684q-68 -12 -159 -12q-93 0 -160 12z" />
94
+ <glyph unicode="o" horiz-adv-x="1069" d="M61 512q0 138 34.5 239.5t113.5 180.5q121 121 326 121q201 0 325 -121q79 -79 113.5 -180.5t34.5 -239.5q0 -139 -34 -240.5t-114 -181.5q-124 -121 -325 -121q-205 0 -326 121q-80 80 -114 181.5t-34 240.5zM389 512q0 -56 3 -97.5t12 -82t24.5 -66t42.5 -41.5t64 -16 q45 0 74.5 22t44 67t19.5 94t5 120t-5 119.5t-19.5 93t-44 66.5t-74.5 22q-46 0 -76 -22t-45 -66.5t-20 -93.5t-5 -119z" />
95
+ <glyph unicode="p" horiz-adv-x="1101" d="M123 -428v1450l14 14h84q115 0 174 -100q117 117 273 117q181 0 274.5 -144t93.5 -385q0 -255 -117.5 -399.5t-293.5 -144.5q-94 0 -189 43v-273q0 -106 -40 -149t-136 -43h-123zM436 264q76 -47 133 -47q140 0 140 309q0 136 -33 203.5t-90 67.5q-87 0 -150 -82v-451z " />
96
+ <glyph unicode="q" horiz-adv-x="1103" d="M66 510q0 253 117 398t292 145q154 0 268 -95q71 77 195 80q29 -23 58 -72t38 -92q-25 -19 -41 -59t-16 -88v-1155l-14 -14h-125q-94 0 -133 42.5t-39 149.5v307q-104 -77 -232 -77q-181 0 -274.5 143.5t-93.5 386.5zM393 508q0 -137 33 -203.5t88 -66.5q85 0 152 67v426 v17q-73 67 -134 67q-139 0 -139 -307z" />
97
+ <glyph unicode="r" horiz-adv-x="813" d="M61 874q9 41 38.5 91t58.5 73q188 -14 262 -186q78 184 256 184q53 0 135 -16q0 -63 -21.5 -150t-58.5 -149q-36 12 -104 20q-102 0 -168 -104v-637q-67 -12 -160 -12q-89 0 -160 12v662q0 82 -23.5 135.5t-54.5 76.5z" />
98
+ <glyph unicode="s" horiz-adv-x="907" d="M41 70q2 53 27.5 116.5t60.5 100.5q165 -86 285 -86q57 0 87.5 19.5t30.5 51.5q0 61 -94 93l-112 43q-256 95 -256 307q0 155 107.5 246.5t289.5 91.5q90 0 198.5 -25.5t178.5 -60.5v-12q0 -53 -24 -115q-26 -68 -64 -97q-172 78 -287 78q-40 0 -62 -18t-22 -47 q0 -50 78 -78l127 -45q272 -96 272 -330q0 -153 -112.5 -243.5t-300.5 -90.5q-113 0 -222 29t-186 72z" />
99
+ <glyph unicode="t" horiz-adv-x="768" d="M-10 913q0 56 14 111l160 -4v119q0 105 40 148.5t134 43.5h125l14 -14v-297l244 4q12 -58 12 -111q0 -61 -12 -116l-244 4v-471q0 -97 90 -97h115q27 -76 27 -151q0 -42 -9 -72q-152 -20 -264 -20q-140 0 -206 69t-66 215v525l-160 -2q-14 52 -14 116z" />
100
+ <glyph unicode="u" horiz-adv-x="1124" d="M68 971q77 67 198 67q94 0 133 -48.5t39 -149.5v-434q0 -74 18.5 -106t69.5 -32q79 0 152 70v684q67 12 160 12q88 0 159 -12v-729q0 -49 16 -90t42 -60q-9 -41 -38.5 -88.5t-60.5 -70.5q-168 6 -241 143q-160 -145 -312 -145q-136 0 -211 100t-75 264v420q0 135 -49 205 z" />
101
+ <glyph unicode="v" horiz-adv-x="983" d="M-10 997q98 43 178 43q77 0 120.5 -34t63.5 -115l92 -383q12 -47 45 -248q1 -8 4 -11.5t6.5 -4t10.5 -0.5l178 776q58 12 117 12q101 0 166 -24l10 -15q-209 -757 -285 -993q-105 -12 -239 -12q-96 0 -145 31t-76 122z" />
102
+ <glyph unicode="w" horiz-adv-x="1548" d="M10 1004q95 36 178 36q72 0 104.5 -33t47.5 -104l63 -330q46 -227 54 -319q2 -11 4.5 -14.5t11.5 -3.5l113 776q71 14 184 14q122 0 191 -14l114 -758q2 -11 5 -14.5t12 -3.5q35 237 55 337l92 447q49 14 123 14q117 0 168 -26l10 -21l-240 -987q-76 -12 -233 -12 q-100 0 -145 28t-58 117l-33 219q-33 209 -53 387h-12q-7 -62 -17 -132t-21 -144t-15 -107l-58 -356q-99 -12 -241 -12q-95 0 -140.5 30t-64.5 119z" />
103
+ <glyph unicode="x" horiz-adv-x="985" d="M4 31l313 489l-290 453q99 69 217 69q58 0 93 -23t69 -77l108 -168l150 248q53 12 124 12q84 0 158 -22l8 -21l-288 -446l323 -492q-104 -71 -217 -71q-58 0 -97 23.5t-71 72.5l-133 203l-164 -281q-40 -12 -125 -12q-105 0 -168 24z" />
104
+ <glyph unicode="y" horiz-adv-x="1017" d="M4 -408q-1 13 -1 28q0 44 14 96q19 69 51 106q95 -31 184 -31q75 0 126 43.5t75 122.5l8 29q-87 0 -140.5 30t-72.5 99l-238 882q93 43 197 43q62 0 99 -30.5t56 -106.5l95 -393q17 -66 47 -270q2 -15 16 -15l178 795q49 14 127 14q100 0 170 -22l13 -23l-252 -962 q-24 -90 -50.5 -157t-67 -130t-92.5 -102.5t-126 -63t-168 -23.5q-57 0 -129 13t-119 28z" />
105
+ <glyph unicode="z" horiz-adv-x="921" d="M51 156q0 63 45 118l242 324q65 88 166 193l-6 10q-161 -17 -254 -17h-158q-12 50 -12 99q0 62 18 139h713q43 -124 43 -174q0 -51 -31 -96l-252 -334q-103 -135 -153 -185l6 -10q96 13 162 13h71q124 0 191 34q32 -77 32 -129q0 -141 -169 -141h-619q-35 99 -35 156z " />
106
+ <glyph unicode="{" horiz-adv-x="817" d="M77 671q0 64 15 101q74 13 123 78.5t49 146.5v328q0 155 90 248t242 117l135 22q32 -35 51.5 -103t10.5 -104l-125 -43q-34 -10 -58 -47t-24 -92v-322q0 -107 -49.5 -196.5t-130.5 -124.5v-16q81 -35 130.5 -125.5t49.5 -196.5v-324q0 -55 24 -92t58 -47l125 -43 q9 -36 -10.5 -103t-51.5 -102l-135 21q-151 24 -241.5 117t-90.5 247v330q0 80 -49 145t-123 78q-15 38 -15 102z" />
107
+ <glyph unicode="|" horiz-adv-x="552" d="M127 -291v1874q55 14 154 14q88 0 145 -14v-1874q-57 -14 -145 -14q-99 0 -154 14z" />
108
+ <glyph unicode="}" horiz-adv-x="817" d="M25 -164l122 43q34 10 59 47t25 92v324q0 106 49.5 196.5t131.5 125.5v16q-82 35 -131.5 124.5t-49.5 196.5v322q0 55 -25 92t-59 47l-122 43q-9 37 9.5 105t49.5 102l137 -22q150 -24 240 -117t90 -248v-328q0 -81 49.5 -146.5t124.5 -78.5q13 -37 13 -101t-13 -102 q-75 -13 -124.5 -77.5t-49.5 -145.5v-330q0 -154 -90.5 -247t-239.5 -117l-137 -21q-31 34 -49.5 101.5t-9.5 103.5z" />
109
+ <glyph unicode="~" horiz-adv-x="1294" d="M63 551l41 70q59 99 143 154.5t187 55.5q89 0 182 -43l172 -77q54 -23 91 -23q60 0 112 55l51 54q53 -5 110 -39t79 -84l-41 -70q-59 -98 -143 -153.5t-187 -55.5q-84 0 -182 43l-170 76q-57 23 -90 23q-62 0 -113 -54l-51 -55q-55 5 -112 38.5t-79 84.5z" />
110
+ <glyph unicode="&#xa1;" horiz-adv-x="630" d="M131 -373l72 965q50 14 116 14q79 0 127 -14l43 -899q-54 -39 -144.5 -63.5t-194.5 -24.5zM150 891q0 81 24 119q55 34 150 34q92 0 153 -34q21 -44 21 -119q0 -77 -21 -121q-62 -35 -153 -35q-94 0 -150 35q-24 37 -24 121z" />
111
+ <glyph unicode="&#xa2;" horiz-adv-x="948" d="M51 664q0 117 26.5 211.5t74 157t105.5 102t128 57.5v205q36 10 115 10q73 0 114 -10v-199q129 -28 207 -113.5t78 -199.5q0 -174 -170 -174q-66 0 -115 14q0 53 -4.5 92t-16 76.5t-36 57.5t-61.5 20q-67 0 -93 -72t-26 -235q0 -157 46 -223t134 -66q91 0 217 86 q38 -27 73.5 -78t45.5 -96q-47 -55 -123 -96t-162 -58v-201q-33 -8 -114 -8q-86 0 -115 8v203q-92 21 -158.5 74t-102 128t-51.5 155t-16 172z" />
112
+ <glyph unicode="&#xa3;" horiz-adv-x="1103" d="M79 636.5q0 70.5 17 113.5h111q-3 5 -16.5 34.5t-17.5 39t-14 34.5t-13.5 40.5t-7 37.5t-3.5 43q0 67 28.5 132.5t82 121.5t142.5 90.5t198 34.5q131 0 247 -49.5t189 -116.5q-11 -62 -57.5 -117.5t-106.5 -77.5q-54 44 -120.5 71.5t-129.5 27.5q-71 0 -116.5 -38.5 t-45.5 -107.5q0 -25 6 -54.5t11.5 -45.5t20 -54t18.5 -48q49 0 167.5 1t178.5 1q17 -43 17 -113.5t-17 -114.5q-214 0 -318 2q-18 -152 -104 -272l6 -6q186 14 365 14h252q0 -56 -7 -104q-12 -76 -68.5 -118t-146.5 -42h-694q-37 163 -37 197q0 63 37 114l27 39 q71 112 84 176h-148q-17 44 -17 114.5z" />
113
+ <glyph unicode="&#xa4;" horiz-adv-x="1210" d="M45 287l141 159q-57 102 -57 236q0 137 57 236l-141 157q25 46 69.5 89.5t92.5 72.5l166 -150q100 50 229 50q119 0 229 -50l173 156q96 -63 159 -162l-145 -166q59 -100 59 -233q0 -134 -61 -240l143 -157q-63 -103 -162 -162l-172 151q-96 -45 -223 -45q-129 0 -225 45 l-170 -149q-86 50 -162 162zM442 682q0 -95 38.5 -156t121.5 -61q85 0 123.5 59.5t38.5 157.5q0 99 -38.5 159t-123.5 60q-84 0 -122 -60t-38 -159z" />
114
+ <glyph unicode="&#xa5;" horiz-adv-x="1122" d="M31 1292q111 58 200 58q62 0 93 -25t55 -82l92 -227q30 -70 92 -275h12q42 148 101 281l133 305q53 14 125 14q75 0 153 -18l13 -16l-221 -473h133q14 -57 14 -99q0 -43 -14 -98h-226l-63 -135h289q14 -57 14 -99q0 -43 -14 -98h-299v-305q-64 -12 -152 -12 q-98 0 -162 12v305h-295q-16 52 -16 98q0 44 16 99h283l-61 135h-222q-16 52 -16 98q0 44 16 99h134z" />
115
+ <glyph unicode="&#xa6;" horiz-adv-x="540" d="M123 -291v793q55 14 151 14q87 0 144 -14v-793q-57 -14 -144 -14q-96 0 -151 14zM123 791v792q55 14 151 14q87 0 144 -14v-792q-61 -15 -144 -15q-92 0 -151 15z" />
116
+ <glyph unicode="&#xa7;" horiz-adv-x="1024" d="M55 555q0 86 53.5 162.5t145.5 136.5q-133 96 -133 246q0 139 111.5 234.5t291.5 95.5q177 0 344 -76q4 -55 -23 -121.5t-65 -95.5q-146 61 -241 61q-45 0 -74 -20t-29 -52q0 -51 82 -82l119 -49q61 -26 106 -49.5t91 -56t74.5 -68t46.5 -82.5t18 -102q0 -87 -54.5 -165 t-148.5 -138q135 -97 135 -246q0 -140 -112.5 -235t-300.5 -95q-96 0 -194.5 23t-170.5 63q-5 57 21.5 123t64.5 94q164 -71 274 -71q46 0 75.5 19.5t29.5 51.5q0 28 -20.5 48t-63.5 38l-117 50q-61 26 -106 49.5t-91 56t-74.5 68t-46.5 82.5t-18 102zM358 612q0 -54 48 -93 t147 -79l18 -8q44 28 71.5 67t27.5 81q0 53 -51 94t-146 78l-18 6q-43 -26 -70 -65.5t-27 -80.5z" />
117
+ <glyph unicode="&#xa8;" horiz-adv-x="815" d="M51 1276q0 55 17 102q61 33 133 33q75 0 133 -33q18 -42 18 -102q0 -58 -18 -100q-53 -35 -133 -35q-77 0 -133 35q-17 50 -17 100zM463 1276q0 60 18 102q58 33 133 33q73 0 134 -33q16 -44 16 -102q0 -56 -16 -100q-56 -35 -134 -35q-80 0 -133 35q-18 45 -18 100z" />
118
+ <glyph unicode="&#xa9;" horiz-adv-x="1615" d="M63 698q0 155 57.5 293.5t156.5 237.5t237 157t293 58t293 -58t237 -157t157 -237.5t58 -293.5t-58 -293t-157 -236.5t-237 -156t-293 -57.5t-293 57.5t-237 156t-156.5 236.5t-57.5 293zM303 698q0 -148 63.5 -269t179.5 -192t261 -71q220 0 363 153.5t143 378.5 q0 148 -64 270t-180.5 193.5t-261.5 71.5t-261 -71.5t-179.5 -193.5t-63.5 -270zM457 700q0 84 21 152.5t55.5 113.5t81 75.5t96 43.5t102.5 13q130 0 216.5 -68.5t86.5 -171.5q0 -125 -131 -125q-58 0 -88 12q0 177 -94 177q-103 0 -103 -222q0 -101 39.5 -153.5 t112.5 -52.5q63 0 168 63q30 -20 55 -61.5t29 -77.5q-46 -47 -132 -81t-161 -34q-80 0 -142.5 23t-101.5 61t-64.5 90.5t-35.5 107t-10 115.5z" />
119
+ <glyph unicode="&#xaa;" horiz-adv-x="935" d="M80 809q0 140 93.5 211.5t238.5 71.5q4 0 112 -5v50q0 47 -29.5 69.5t-68.5 22.5q-83 0 -240 -47q-58 61 -65 172q85 34 190.5 55t190.5 21q57 0 108.5 -15.5t96 -48t71.5 -89.5t27 -132v-326q0 -89 55 -112q-5 -40 -33 -81.5t-63 -60.5q-114 0 -184 86 q-111 -96 -240 -96q-118 0 -189 74.5t-71 179.5zM336 825q0 -33 23 -55t59 -22q51 0 108 45q-2 14 -2 47v82q-66 4 -88 4q-50 0 -75 -27t-25 -74z" />
120
+ <glyph unicode="&#xab;" horiz-adv-x="1263" d="M46 522q0 53 15 90l412 389q52 -12 104 -62t66 -101l-250 -310l260 -315q-15 -49 -69.5 -98.5t-106.5 -61.5l-416 379q-15 37 -15 90zM593 522q0 53 15 90l412 389q52 -12 104 -62t66 -101l-250 -310l260 -315q-15 -49 -69.5 -98.5t-106.5 -61.5l-416 379q-15 37 -15 90z " />
121
+ <glyph unicode="&#xac;" d="M84 623q0 79 14 129h869l14 -15v-481q-52 -12 -131 -12q-77 0 -141 12v113q0 23 1 65.5t1 63.5q-24 0 -70 -1t-72 -1h-471q-14 50 -14 127z" />
122
+ <glyph unicode="&#xad;" horiz-adv-x="770" d="M84 553q0 75 12 127h578q12 -52 12 -127q0 -77 -12 -129h-578q-12 52 -12 129z" />
123
+ <glyph unicode="&#xae;" horiz-adv-x="1232" d="M55 963q0 155 73.5 284t202 203t283.5 74t284.5 -74t204.5 -203t75 -284t-75 -284t-204.5 -203.5t-284.5 -74.5t-283.5 74.5t-202 203.5t-73.5 284zM240 963q0 -164 107 -279t267 -115q161 0 270 115t109 279q0 163 -109 278t-270 115q-159 0 -266.5 -115t-107.5 -278z M401 717v506l7 4q14 0 98 3t123 3q109 0 159 -42.5t50 -107.5q0 -58 -30 -93.5t-73 -45.5q43 -17 68 -74l22 -45q23 -47 49 -61q-19 -25 -50.5 -41t-63.5 -16q-30 0 -50 15t-38 48l-43 88q-9 20 -20.5 27.5t-35.5 7.5h-12v-176q-28 -9 -79.5 -9t-80.5 9zM561 1014h45 q64 0 64 53q0 20 -14.5 33.5t-43.5 13.5h-51v-100z" />
124
+ <glyph unicode="&#xaf;" horiz-adv-x="815" d="M78 1284q0 58 16 115h629q14 -60 14 -111q0 -60 -14 -117h-629q-16 55 -16 113z" />
125
+ <glyph unicode="&#xb0;" horiz-adv-x="718" d="M29 1053q0 144 93 236.5t236 92.5q145 0 237.5 -92t92.5 -237q0 -146 -92.5 -238t-237.5 -92q-143 0 -236 92.5t-93 237.5zM250 1053q0 -61 29 -97t79 -36q49 0 78 35.5t29 97.5q0 60 -29 95.5t-78 35.5t-78.5 -35.5t-29.5 -95.5z" />
126
+ <glyph unicode="&#xb1;" d="M119 121q0 60 10 119h827q11 -65 11 -119q0 -59 -11 -121h-827q-10 56 -10 121zM119 750q0 56 10 112h147q25 0 70 -1t68 -1q0 24 -1 72.5t-1 75.5v122q59 13 133 13q72 0 131 -13v-122q0 -27 -1 -75.5t-1 -72.5q22 0 66 1t69 1h147q11 -62 11 -112q0 -52 -11 -117h-147 q-25 0 -69 1t-66 1q0 -25 1 -72t1 -71v-125q-59 -13 -131 -13q-74 0 -133 13v125q0 24 1 71t1 72q-23 0 -68 -1t-70 -1h-147q-10 59 -10 117z" />
127
+ <glyph unicode="&#xb2;" horiz-adv-x="860" d="M78 811q0 106 135 215l184 156q56 45 56 100q0 31 -20.5 52.5t-53.5 21.5q-34 0 -59 -28.5t-33 -67.5q-48 0 -113 27t-86 59q21 105 108.5 175t211.5 70q146 0 234.5 -81t88.5 -210q0 -93 -41 -162t-125 -132l-116 -86q-16 -13 -49 -33t-42 -27q135 23 222 23h178 q0 -67 -6 -111q-21 -123 -156 -123h-432q-3 4 -21.5 28t-25 34t-18.5 30t-16.5 36.5t-4.5 33.5z" />
128
+ <glyph unicode="&#xb3;" horiz-adv-x="860" d="M78 743q9 45 38 93.5t68 81.5q90 -64 166 -64q55 0 86 27t31 73q0 41 -27 70t-78 29q-6 0 -55 -11q-32 12 -65 56t-41 82l131 114q29 26 96 70l-6 8q-55 -12 -162 -12h-135q-14 45 -14 102q0 69 20 115h524q22 -34 40 -78t18 -72q0 -67 -58 -118l-92 -74q-19 -16 -49 -33 q99 -12 164 -84t65 -174q0 -137 -102.5 -219t-245.5 -82q-195 0 -317 100z" />
129
+ <glyph unicode="&#xb4;" horiz-adv-x="815" d="M213 1231l317 346q59 -20 117 -73t76 -111l-379 -285q-41 11 -78.5 45.5t-52.5 77.5z" />
130
+ <glyph unicode="&#xb6;" horiz-adv-x="1538" d="M53 950q0 121 37.5 211.5t107 144t159.5 79.5t202 26q19 0 311 -10l15 -15v-1191q0 -137 -21.5 -229t-83.5 -161q-117 -131 -368 -131q-165 0 -301 50q-2 49 16 118t49 113q129 -41 205 -41q95 0 139 47q45 48 45 170v352h-24q-103 0 -190.5 29t-154.5 85t-105 146.5 t-38 206.5zM1010 -266v1650l14 15h475q15 -46 15 -137.5t-15 -137.5h-55q-37 0 -111 4v-1394q-66 -15 -157 -15q-102 0 -166 15z" />
131
+ <glyph unicode="&#xb7;" horiz-adv-x="673" d="M164 588q0 71 22 125q63 37 150 37q90 0 153 -37q23 -56 23 -125q0 -70 -23 -123q-56 -39 -153 -39q-94 0 -150 39q-22 51 -22 123z" />
132
+ <glyph unicode="&#xb8;" horiz-adv-x="815" d="M209 -426q4 84 51 137q43 -26 96 -26q35 0 54.5 15.5t19.5 41.5q0 28 -18.5 44.5t-49.5 16.5q-16 0 -40 -8q-14 6 -28 19.5t-18 25.5q15 66 54 160h164q-16 -30 -31 -66q95 -4 151 -55.5t56 -126.5q0 -100 -79.5 -163.5t-205.5 -63.5q-50 0 -98.5 14t-77.5 35z" />
133
+ <glyph unicode="&#xb9;" horiz-adv-x="860" d="M70 1272q113 69 175.5 136t110.5 167q75 10 125 10q38 0 123 -10v-692h166q14 -49 14 -115q0 -69 -14 -115h-629q-10 58 -10 115t10 115h205v172q0 36 8 172q-54 -66 -166 -117q-43 23 -76.5 70.5t-41.5 91.5z" />
134
+ <glyph unicode="&#xba;" horiz-adv-x="933" d="M84 991q0 222 125 344q92 95 258 95q77 0 145 -24.5t113 -70.5q125 -122 125 -344t-125 -344q-91 -94 -258 -94t-258 94q-125 122 -125 344zM348 991q0 -237 119 -237t119 237q0 238 -119 238t-119 -238z" />
135
+ <glyph unicode="&#xbb;" horiz-adv-x="1263" d="M63 840q15 51 69.5 100t107.5 61l413 -378q17 -37 17 -91.5t-17 -91.5l-411 -387q-51 12 -103 62t-67 100l250 309zM610 840q15 51 69 100t107 61l414 -378q17 -37 17 -91.5t-17 -91.5l-412 -387q-51 12 -103 62t-67 100l250 309z" />
136
+ <glyph unicode="&#xbc;" horiz-adv-x="2158" d="M53 1096q114 69 176.5 136t110.5 167q75 10 125 10q38 0 123 -10v-692h166q14 -49 14 -115q0 -69 -14 -115h-629q-10 58 -10 115t10 115h205v172q0 36 8 172q-54 -66 -166 -117q-43 23 -77 70.5t-42 91.5zM606 0l774 1399q68 14 168 13t140 -13l-775 -1399 q-67 -14 -167 -13t-140 13zM1343 315q0 36 29 101l234 528q61 6 136.5 -10t117.5 -45l-107 -234q-31 -71 -76.5 -157t-81.5 -131l4 -5q79 9 127 9v16v47q0 90 49 140.5t136 50.5h59l10 -9v-90q0 -22 -1 -77.5t-1 -75.5h107q8 -39 8 -80q0 -69 -18 -137h-31q-9 0 -33.5 1 t-32.5 1v-142q-49 -12 -120 -12q-80 0 -132 12v35q0 23 1.5 54.5t1.5 52.5q-22 0 -56.5 -2t-58.5 -2h-213q-58 93 -58 161z" />
137
+ <glyph unicode="&#xbd;" horiz-adv-x="2158" d="M53 1096q114 69 176.5 136t110.5 167q75 10 125 10q38 0 123 -10v-692h166q14 -49 14 -115q0 -69 -14 -115h-629q-10 58 -10 115t10 115h205v172q0 36 8 172q-54 -66 -166 -117q-43 23 -77 70.5t-42 91.5zM584 0l774 1399q68 14 167.5 13t139.5 -13l-774 -1399 q-67 -14 -167 -13t-140 13zM1393 174q0 106 135 215l184 156q55 44 55 100q0 32 -20 53t-53 21q-34 0 -59 -28.5t-33 -67.5q-48 0 -113 27t-86 59q21 105 108 175t211 70q146 0 235 -80.5t89 -209.5q0 -93 -41 -162.5t-125 -132.5l-117 -86q-16 -13 -48.5 -33t-41.5 -27 q135 23 221 23h179q0 -60 -7 -111q-21 -123 -155 -123h-432q-3 4 -21.5 28t-25 34t-18.5 30t-16.5 36.5t-4.5 33.5z" />
138
+ <glyph unicode="&#xbe;" horiz-adv-x="2158" d="M86 569q9 45 38.5 93t68.5 81q88 -63 165 -63q55 0 86 27t31 73q0 42 -26.5 70.5t-77.5 28.5q-7 0 -56 -11q-32 12 -65 56t-41 82l131 114q29 26 96 70l-6 8q-56 -12 -162 -12h-135q-14 45 -14 102q0 69 20 115h525q21 -33 39 -77.5t18 -72.5q0 -68 -57 -118l-93 -74 q-19 -16 -49 -33q99 -12 164.5 -84t65.5 -174q0 -137 -103 -219t-246 -82q-195 0 -317 100zM549 0l774 1399q68 14 167.5 13t139.5 -13l-774 -1399q-67 -14 -167 -13t-140 13zM1300 315q0 36 29 101l234 528q61 6 136.5 -10t117.5 -45l-107 -234q-31 -71 -76.5 -157 t-81.5 -131l4 -5q79 9 127 9v16v47q0 90 49 140.5t136 50.5h59l10 -9v-90q0 -22 -1 -77.5t-1 -75.5h107q8 -39 8 -80q0 -69 -18 -137h-31q-9 0 -33.5 1t-32.5 1v-142q-49 -12 -120 -12q-80 0 -132 12v35q0 23 1.5 54.5t1.5 52.5q-22 0 -56.5 -2t-58.5 -2h-213 q-58 93 -58 161z" />
139
+ <glyph unicode="&#xbf;" horiz-adv-x="860" d="M29 -43q0 145 71 243t197 165l123 63l20 158q52 14 117 14q68 0 123 -14l18 -305l-26 -33l-113 -51q-93 -43 -145 -92t-52 -113q0 -61 42 -97t120 -36q103 0 234 71q45 -33 78 -99.5t36 -127.5q-192 -119 -419 -119q-203 0 -313.5 103t-110.5 270zM383 891q0 78 23 119 q58 34 151 34q94 0 152 -34q22 -39 22 -119q0 -82 -22 -121q-59 -35 -152 -35q-92 0 -151 35q-23 41 -23 121z" />
140
+ <glyph unicode="&#xc0;" horiz-adv-x="1306" d="M18 25l451 1374q80 12 190 12q118 0 189 -14l442 -1377q-32 -18 -85.5 -28t-102.5 -10q-80 0 -123.5 37.5t-73.5 140.5l-39 135q-27 -2 -80 -2h-290q-55 0 -82 2l-88 -297q-49 -12 -138 -12q-98 0 -159 22zM350 1681q4 66 44 137.5t81 104.5l459 -281q-19 -110 -90 -153z M489 551q14 0 42.5 1t39.5 1h150q9 0 35 -1t39 -1l-35 127q-44 158 -113 422h-12q-16 -92 -98 -391z" />
141
+ <glyph unicode="&#xc1;" horiz-adv-x="1306" d="M18 25l451 1374q80 12 190 12q118 0 189 -14l442 -1377q-32 -18 -85.5 -28t-102.5 -10q-80 0 -123.5 37.5t-73.5 140.5l-39 135q-27 -2 -80 -2h-290q-55 0 -82 2l-88 -297q-49 -12 -138 -12q-98 0 -159 22zM403 1642l459 281q42 -32 81.5 -104t43.5 -138l-491 -192 q-34 18 -60.5 63.5t-32.5 89.5zM489 551q14 0 42.5 1t39.5 1h150q9 0 35 -1t39 -1l-35 127q-44 158 -113 422h-12q-16 -92 -98 -391z" />
142
+ <glyph unicode="&#xc2;" horiz-adv-x="1306" d="M18 25l451 1374q80 12 190 12q118 0 189 -14l442 -1377q-32 -18 -85.5 -28t-102.5 -10q-80 0 -123.5 37.5t-73.5 140.5l-39 135q-27 -2 -80 -2h-290q-55 0 -82 2l-88 -297q-49 -12 -138 -12q-98 0 -159 22zM281 1614l241 248q58 13 133 13t133 -11l234 -226 q-14 -46 -52 -82.5t-75 -50.5l-240 152l-245 -176q-37 14 -78 53t-51 80zM489 551q14 0 42.5 1t39.5 1h150q9 0 35 -1t39 -1l-35 127q-44 158 -113 422h-12q-16 -92 -98 -391z" />
143
+ <glyph unicode="&#xc3;" horiz-adv-x="1306" d="M18 25l451 1374q80 12 190 12q118 0 189 -14l442 -1377q-32 -18 -85.5 -28t-102.5 -10q-80 0 -123.5 37.5t-73.5 140.5l-39 135q-27 -2 -80 -2h-290q-55 0 -82 2l-88 -297q-49 -12 -138 -12q-98 0 -159 22zM250 1640l18 39q39 83 104 132t150 49q67 0 135 -37l97 -47 q34 -19 63 -19q41 0 76 49l16 27q47 0 95 -28t65 -68l-18 -39q-38 -82 -104 -131t-150 -49q-65 0 -135 36l-97 45q-34 19 -63 19q-43 0 -76 -49l-16 -25q-48 0 -95.5 27.5t-64.5 68.5zM489 551q14 0 42.5 1t39.5 1h150q9 0 35 -1t39 -1l-35 127q-44 158 -113 422h-12 q-16 -92 -98 -391z" />
144
+ <glyph unicode="&#xc4;" horiz-adv-x="1306" d="M18 25l451 1374q80 12 190 12q118 0 189 -14l442 -1377q-32 -18 -85.5 -28t-102.5 -10q-80 0 -123.5 37.5t-73.5 140.5l-39 135q-27 -2 -80 -2h-290q-55 0 -82 2l-88 -297q-49 -12 -138 -12q-98 0 -159 22zM270 1645q0 70 25 102q56 35 123 35q59 0 131 -35 q24 -28 24 -102q0 -75 -24 -105q-72 -35 -131 -35q-67 0 -123 35q-25 35 -25 105zM489 551q14 0 42.5 1t39.5 1h150q9 0 35 -1t39 -1l-35 127q-44 158 -113 422h-12q-16 -92 -98 -391zM741 1645q0 69 29 102q27 13 38 18t37.5 11t55.5 6q63 0 123 -35q25 -32 25 -102 t-25 -105q-60 -35 -123 -35q-29 0 -55.5 6t-37.5 11t-38 18q-29 36 -29 105z" />
145
+ <glyph unicode="&#xc5;" horiz-adv-x="1306" d="M18 25l451 1374q8 0 12 2q-110 72 -110 213q0 111 79.5 186.5t208.5 75.5t209 -75.5t80 -186.5q0 -67 -30 -123.5t-84 -91.5q2 0 7 -1t7 -1l442 -1377q-32 -18 -85.5 -28t-102.5 -10q-80 0 -123.5 37.5t-73.5 140.5l-39 135q-27 -2 -80 -2h-290q-55 0 -82 2l-88 -297 q-49 -12 -138 -12q-98 0 -159 22zM489 551q14 0 42.5 1t39.5 1h150q9 0 35 -1t39 -1l-35 127q-44 158 -113 422h-12q-16 -92 -98 -391zM559 1614q0 -44 27.5 -74.5t72.5 -30.5t73 30.5t28 74.5t-28 74t-73 30t-72.5 -30t-27.5 -74z" />
146
+ <glyph unicode="&#xc6;" horiz-adv-x="1816" d="M10 27l604 1343q59 29 199 29h881q10 -61 10 -129q0 -72 -27 -146h-424h-141q0 -28 1 -74.5t1 -72.5v-143q53 2 139 2h318q20 -56 20 -134q0 -74 -20 -133h-318h-139v-151q0 -26 -1 -75t-1 -77v-2q90 4 152 4h481q0 -75 -6 -116q-14 -77 -67 -117.5t-142 -40.5h-547 q-87 0 -135.5 51t-48.5 139v111q-27 -2 -72 -2h-180q-55 0 -84 2l-123 -295q-49 -12 -152 -12q-114 0 -168 22zM567 547q13 0 37 1t33 1h88q8 0 33.5 -1t40.5 -1v553h-11q-68 -191 -153 -393z" />
147
+ <glyph unicode="&#xc7;" horiz-adv-x="1247" d="M74 694q0 188 47 332t130 231.5t189.5 131t231.5 43.5q234 0 380 -121.5t146 -304.5t-186 -183q-51 0 -125 19q2 68 -8.5 123.5t-34.5 103t-70.5 74t-111.5 26.5q-129 0 -186.5 -118.5t-57.5 -358.5q0 -216 72.5 -326t207.5 -110q95 0 177 38t172 103q50 -34 94.5 -94.5 t54.5 -116.5q-81 -79 -206.5 -138t-264.5 -73l-16 -41q94 -4 150 -55.5t56 -126.5q0 -100 -80 -163.5t-206 -63.5q-50 0 -98.5 14t-77.5 35q4 85 53 137q43 -26 94 -26q35 0 54.5 15.5t19.5 41.5q0 28 -18.5 44.5t-47.5 16.5q-15 0 -43 -8q-12 6 -25.5 19.5t-19.5 25.5 q14 63 41 133q-108 12 -193 59.5t-139 116t-90 160.5t-50.5 186.5t-14.5 198.5z" />
148
+ <glyph unicode="&#xc8;" horiz-adv-x="1173" d="M154 184v1200l14 15h883q12 -59 12 -129q0 -67 -29 -146h-418h-141q0 -28 1 -74.5t1 -72.5v-143q53 2 139 2h314q18 -58 18 -134q0 -72 -18 -133h-314h-139v-155q0 -26 -1 -73t-1 -75v-2q94 4 152 4h475q0 -75 -6 -116q-12 -77 -66 -117.5t-143 -40.5h-545q-88 0 -138 51 t-50 139zM303 1681q4 66 44 137.5t81 104.5l459 -281q-19 -110 -90 -153z" />
149
+ <glyph unicode="&#xc9;" horiz-adv-x="1173" d="M154 184v1200l14 15h883q12 -59 12 -129q0 -67 -29 -146h-418h-141q0 -28 1 -74.5t1 -72.5v-143q53 2 139 2h314q18 -58 18 -134q0 -72 -18 -133h-314h-139v-155q0 -26 -1 -73t-1 -75v-2q94 4 152 4h475q0 -75 -6 -116q-12 -77 -66 -117.5t-143 -40.5h-545q-88 0 -138 51 t-50 139zM356 1642l459 281q42 -32 81.5 -104t43.5 -138l-491 -192q-34 18 -60.5 63.5t-32.5 89.5z" />
150
+ <glyph unicode="&#xca;" horiz-adv-x="1173" d="M154 184v1200l14 15h883q12 -59 12 -129q0 -67 -29 -146h-418h-141q0 -28 1 -74.5t1 -72.5v-143q53 2 139 2h314q18 -58 18 -134q0 -72 -18 -133h-314h-139v-155q0 -26 -1 -73t-1 -75v-2q94 4 152 4h475q0 -75 -6 -116q-12 -77 -66 -117.5t-143 -40.5h-545q-88 0 -138 51 t-50 139zM233 1614l242 248q58 13 133 13t133 -11l234 -226q-14 -46 -52 -82.5t-75 -50.5l-240 152l-246 -176q-37 14 -78 53t-51 80z" />
151
+ <glyph unicode="&#xcb;" horiz-adv-x="1173" d="M154 184v1200l14 15h883q12 -59 12 -129q0 -67 -29 -146h-418h-141q0 -28 1 -74.5t1 -72.5v-143q53 2 139 2h314q18 -58 18 -134q0 -72 -18 -133h-314h-139v-155q0 -26 -1 -73t-1 -75v-2q94 4 152 4h475q0 -75 -6 -116q-12 -77 -66 -117.5t-143 -40.5h-545q-88 0 -138 51 t-50 139zM223 1645q0 70 25 102q56 35 123 35q59 0 131 -35q24 -28 24 -102q0 -75 -24 -105q-72 -35 -131 -35q-67 0 -123 35q-25 35 -25 105zM694 1645q0 69 29 102q27 13 38 18t37.5 11t55.5 6q63 0 123 -35q24 -31 24 -102q0 -72 -24 -105q-60 -35 -123 -35 q-29 0 -55.5 6t-37.5 11t-38 18q-29 36 -29 105z" />
152
+ <glyph unicode="&#xcc;" horiz-adv-x="649" d="M14 1683q4 66 44 137.5t81 104.5l459 -280q-19 -111 -90 -154zM160 0v1399q64 12 164 12q99 0 165 -12v-1399q-66 -12 -165 -12q-100 0 -164 12z" />
153
+ <glyph unicode="&#xcd;" horiz-adv-x="649" d="M68 1645l458 280q42 -32 81.5 -104t43.5 -138l-491 -192q-34 18 -60 64t-32 90zM160 0v1399q64 12 164 12q99 0 165 -12v-1399q-66 -12 -165 -12q-100 0 -164 12z" />
154
+ <glyph unicode="&#xce;" horiz-adv-x="649" d="M-55 1616l241 248q58 13 133.5 13t133.5 -11l233 -226q-14 -46 -52 -82.5t-75 -50.5l-240 152l-245 -176q-37 14 -78 53t-51 80zM160 0v1399q64 12 164 12q99 0 165 -12v-1399q-66 -12 -165 -12q-100 0 -164 12z" />
155
+ <glyph unicode="&#xcf;" horiz-adv-x="649" d="M-66 1647q0 70 25 102q56 35 123 35q59 0 131 -35q25 -29 25 -102q0 -74 -25 -105q-72 -35 -131 -35q-67 0 -123 35q-25 35 -25 105zM160 0v1399q64 12 164 12q99 0 165 -12v-1399q-66 -12 -165 -12q-100 0 -164 12zM406 1647q0 70 28 102q27 13 38 18t37.5 11t55.5 6 q63 0 123 -35q25 -32 25 -102t-25 -105q-60 -35 -123 -35q-29 0 -55.5 6t-37.5 11t-38 18q-28 35 -28 105z" />
156
+ <glyph unicode="&#xd0;" horiz-adv-x="1396" d="M35 707q0 85 14 135h137v547l15 14q237 8 518 8q97 0 203.5 -25.5t169.5 -76.5q71 -55 118 -124t70 -150t32 -158.5t9 -176.5q0 -100 -8.5 -177t-31.5 -159t-70.5 -150.5t-118.5 -123.5q-63 -51 -169.5 -76.5t-203.5 -25.5q-162 0 -518 8l-15 14v568h-137q-14 48 -14 129 zM506 242q72 2 211 2q67 0 117 28.5t78 71.5t45.5 106.5t22.5 121.5t5 128q0 58 -4 107t-13.5 103.5t-29 96t-48 76.5t-73 53.5t-100.5 18.5q-139 0 -211 2v-315h260q12 -52 12 -131q0 -84 -12 -133h-260v-336z" />
157
+ <glyph unicode="&#xd1;" horiz-adv-x="1425" d="M156 0v1393q77 18 194 18q103 0 189 -12l317 -731q84 -199 127 -312l8 4q-24 285 -24 605v249q0 107 43.5 153t138.5 46h106l15 -14v-1393q-80 -18 -199 -18q-104 0 -190 12l-322 733q-54 119 -117 289l-6 -2q25 -311 25 -612v-408q-64 -12 -150 -12q-94 0 -155 12z M311 1640l19 39q39 83 104 132t150 49q67 0 135 -37l96 -47q34 -19 64 -19q40 0 75 49l17 27q47 0 94.5 -28t64.5 -68l-18 -39q-38 -82 -104 -131t-150 -49q-65 0 -135 36l-96 45q-34 19 -64 19q-43 0 -76 -49l-16 -25q-48 0 -95.5 27.5t-64.5 68.5z" />
158
+ <glyph unicode="&#xd2;" horiz-adv-x="1366" d="M74 700q0 418 219 600q157 130 389 130q130 0 221.5 -33.5t169.5 -96.5q61 -52 105.5 -123t68.5 -151.5t34.5 -160t10.5 -165.5q0 -117 -18 -220.5t-69 -208.5t-132 -173q-78 -63 -169 -96t-222 -33q-233 0 -389 129q-219 182 -219 602zM373 1681q4 66 44 137.5t81 104.5 l458 -281q-19 -110 -90 -153zM416 700q0 -61 3.5 -111t13 -108t28.5 -102t47 -81t72.5 -57t101.5 -20q69 0 119 30t78 75.5t44.5 113t21.5 127t5 133.5t-5 133.5t-21.5 127t-44.5 112.5t-78 75t-119 30q-57 0 -101.5 -20t-72.5 -57t-47 -80.5t-28.5 -101.5t-13 -108 t-3.5 -111z" />
159
+ <glyph unicode="&#xd3;" horiz-adv-x="1366" d="M74 700q0 418 219 600q157 130 389 130q130 0 221.5 -33.5t169.5 -96.5q61 -52 105.5 -123t68.5 -151.5t34.5 -160t10.5 -165.5q0 -117 -18 -220.5t-69 -208.5t-132 -173q-78 -63 -169 -96t-222 -33q-233 0 -389 129q-219 182 -219 602zM416 700q0 -61 3.5 -111t13 -108 t28.5 -102t47 -81t72.5 -57t101.5 -20q69 0 119 30t78 75.5t44.5 113t21.5 127t5 133.5t-5 133.5t-21.5 127t-44.5 112.5t-78 75t-119 30q-57 0 -101.5 -20t-72.5 -57t-47 -80.5t-28.5 -101.5t-13 -108t-3.5 -111zM426 1642l459 281q42 -32 81.5 -104t43.5 -138l-492 -192 q-34 18 -60 63.5t-32 89.5z" />
160
+ <glyph unicode="&#xd4;" horiz-adv-x="1366" d="M74 700q0 418 219 600q157 130 389 130q130 0 221.5 -33.5t169.5 -96.5q61 -52 105.5 -123t68.5 -151.5t34.5 -160t10.5 -165.5q0 -117 -18 -220.5t-69 -208.5t-132 -173q-78 -63 -169 -96t-222 -33q-233 0 -389 129q-219 182 -219 602zM303 1614l242 248q58 13 133 13 t133 -11l233 -226q-14 -46 -51.5 -82.5t-74.5 -50.5l-240 152l-246 -176q-37 14 -78 53t-51 80zM416 700q0 -61 3.5 -111t13 -108t28.5 -102t47 -81t72.5 -57t101.5 -20q69 0 119 30t78 75.5t44.5 113t21.5 127t5 133.5t-5 133.5t-21.5 127t-44.5 112.5t-78 75t-119 30 q-57 0 -101.5 -20t-72.5 -57t-47 -80.5t-28.5 -101.5t-13 -108t-3.5 -111z" />
161
+ <glyph unicode="&#xd5;" horiz-adv-x="1366" d="M74 700q0 418 219 600q157 130 389 130q130 0 221.5 -33.5t169.5 -96.5q61 -52 105.5 -123t68.5 -151.5t34.5 -160t10.5 -165.5q0 -117 -18 -220.5t-69 -208.5t-132 -173q-78 -63 -169 -96t-222 -33q-233 0 -389 129q-219 182 -219 602zM248 1655l18 39q36 82 103.5 131 t154.5 49q70 0 142 -37l96 -45q36 -18 65 -18q40 0 78 49l21 24q46 0 94 -27.5t65 -68.5l-16 -39q-38 -82 -106.5 -131t-153.5 -49q-67 0 -139 37l-99 47q-45 18 -65 18q-39 0 -78 -51l-20 -24q-47 0 -95 27.5t-65 68.5zM416 700q0 -61 3.5 -111t13 -108t28.5 -102t47 -81 t72.5 -57t101.5 -20q69 0 119 30t78 75.5t44.5 113t21.5 127t5 133.5t-5 133.5t-21.5 127t-44.5 112.5t-78 75t-119 30q-57 0 -101.5 -20t-72.5 -57t-47 -80.5t-28.5 -101.5t-13 -108t-3.5 -111z" />
162
+ <glyph unicode="&#xd6;" horiz-adv-x="1366" d="M74 700q0 418 219 600q157 130 389 130q130 0 221.5 -33.5t169.5 -96.5q61 -52 105.5 -123t68.5 -151.5t34.5 -160t10.5 -165.5q0 -117 -18 -220.5t-69 -208.5t-132 -173q-78 -63 -169 -96t-222 -33q-233 0 -389 129q-219 182 -219 602zM293 1645q0 71 24 102 q56 35 123 35q59 0 131 -35q25 -29 25 -102q0 -74 -25 -105q-72 -35 -131 -35q-67 0 -123 35q-24 33 -24 105zM416 700q0 -61 3.5 -111t13 -108t28.5 -102t47 -81t72.5 -57t101.5 -20q69 0 119 30t78 75.5t44.5 113t21.5 127t5 133.5t-5 133.5t-21.5 127t-44.5 112.5t-78 75 t-119 30q-57 0 -101.5 -20t-72.5 -57t-47 -80.5t-28.5 -101.5t-13 -108t-3.5 -111zM764 1645q0 69 29 102q27 13 38 18t37.5 11t55.5 6q63 0 123 -35q24 -31 24 -102q0 -72 -24 -105q-60 -35 -123 -35q-29 0 -55.5 6t-37.5 11t-38 18q-29 36 -29 105z" />
163
+ <glyph unicode="&#xd7;" d="M117 375l153 149l88 88q-13 14 -27 28t-32 31.5t-29 28.5l-153 152q30 65 76 111q58 54 108 75l154 -151l86 -90q14 13 28 27t31.5 32t28.5 29l151 151q52 -21 109 -75q45 -45 78 -109l-154 -154l-88 -86l88 -86l154 -151q-31 -64 -76 -109q-44 -47 -111 -78l-151 154 l-88 86l-86 -86l-154 -156q-60 31 -106 80q-51 48 -78 109z" />
164
+ <glyph unicode="&#xd8;" horiz-adv-x="1372" d="M74 700q0 183 52 342t171 258q154 130 389 130q133 0 234 -37l94 161q56 -9 111.5 -39t88.5 -71l-100 -178q97 -101 140.5 -250.5t43.5 -315.5q0 -181 -52 -341.5t-169 -260.5q-76 -62 -168 -95.5t-223 -33.5q-129 0 -235 37l-91 -156q-55 9 -111 39.5t-89 71.5l98 172 q-97 101 -140.5 251t-43.5 316zM401 700q0 -144 27 -249l371 712q-59 25 -113 25q-69 0 -121.5 -30.5t-83 -77.5t-49 -114.5t-25 -130t-6.5 -135.5zM573 236q52 -25 113 -25q70 0 122.5 30.5t83 78t49.5 114.5t25.5 130t6.5 136q0 142 -27 250z" />
165
+ <glyph unicode="&#xd9;" horiz-adv-x="1378" d="M135 516v883l15 14h120q195 0 195 -209v-692q0 -144 52 -213.5t173 -69.5q120 0 172.5 70t52.5 213v887q64 12 160 12q104 0 168 -12v-883q0 -260 -144 -403.5t-409 -143.5t-410 143.5t-145 403.5zM375 1681q4 66 44 137.5t81 104.5l458 -281q-19 -110 -90 -153z" />
166
+ <glyph unicode="&#xda;" horiz-adv-x="1378" d="M135 516v883l15 14h120q195 0 195 -209v-692q0 -144 52 -213.5t173 -69.5q120 0 172.5 70t52.5 213v887q64 12 160 12q104 0 168 -12v-883q0 -260 -144 -403.5t-409 -143.5t-410 143.5t-145 403.5zM428 1642l459 281q42 -32 81.5 -104t43.5 -138l-492 -192 q-34 18 -60 63.5t-32 89.5z" />
167
+ <glyph unicode="&#xdb;" horiz-adv-x="1378" d="M135 516v883l15 14h120q195 0 195 -209v-692q0 -144 52 -213.5t173 -69.5q120 0 172.5 70t52.5 213v887q64 12 160 12q104 0 168 -12v-883q0 -260 -144 -403.5t-409 -143.5t-410 143.5t-145 403.5zM305 1614l242 248q58 13 133 13t133 -11l234 -226q-14 -46 -52 -82.5 t-75 -50.5l-240 152l-246 -176q-37 14 -78 53t-51 80z" />
168
+ <glyph unicode="&#xdc;" horiz-adv-x="1378" d="M135 516v883l15 14h120q195 0 195 -209v-692q0 -144 52 -213.5t173 -69.5q120 0 172.5 70t52.5 213v887q64 12 160 12q104 0 168 -12v-883q0 -260 -144 -403.5t-409 -143.5t-410 143.5t-145 403.5zM295 1645q0 71 24 102q56 35 123 35q59 0 131 -35q25 -29 25 -102 q0 -74 -25 -105q-72 -35 -131 -35q-67 0 -123 35q-24 33 -24 105zM766 1645q0 69 29 102q27 13 38 18t37.5 11t55.5 6q63 0 123 -35q24 -31 24 -102q0 -72 -24 -105q-60 -35 -123 -35q-29 0 -55.5 6t-37.5 11t-38 18q-29 36 -29 105z" />
169
+ <glyph unicode="&#xdd;" d="M-16 1360q92 55 198 55q67 0 105.5 -30t66.5 -101l99 -244q52 -128 92 -292h12q37 140 102 305l138 346q54 12 133 12q93 0 160 -25l14 -16l-397 -940v-430q-64 -12 -162 -12q-102 0 -166 12v438zM293 1642l459 281q42 -32 81.5 -104t43.5 -138l-492 -192 q-34 18 -60 63.5t-32 89.5z" />
170
+ <glyph unicode="&#xde;" horiz-adv-x="1210" d="M156 0v1399q64 12 163 12q100 0 164 -12v-193q25 0 77.5 1t80.5 1q112 0 202.5 -26.5t159.5 -81t106.5 -145.5t37.5 -212q0 -230 -138.5 -348.5t-367.5 -118.5h-158v-276q-64 -12 -164 -12q-99 0 -163 12zM483 526q114 4 131 4q58 0 98.5 19t61 51.5t29 67t8.5 75.5 q0 40 -8.5 74.5t-29 67.5t-61 52t-98.5 19q-74 0 -131 2v-432z" />
171
+ <glyph unicode="&#xdf;" horiz-adv-x="1345" d="M8 860q0 61 10 119l177 -2v45q0 200 132.5 306t360.5 106t367 -116.5t139 -311.5q0 -80 -35 -158q-63 -14 -96 -48.5t-33 -70.5q0 -40 43 -80l78 -76q143 -140 143 -276q0 -156 -114 -242t-301 -86q-146 0 -269 60q2 54 27 119.5t59 99.5q77 -39 146 -39q54 0 85 22.5 t31 63.5q0 50 -59 106l-84 78q-64 60 -95.5 113.5t-31.5 114.5q0 67 47 135t129 106q4 36 4 56q0 78 -47 132t-131 54q-168 0 -168 -201v-989q-74 -12 -164 -12t-163 12v737l-177 -2q-10 62 -10 125z" />
172
+ <glyph unicode="&#xe0;" horiz-adv-x="1050" d="M61 281q0 89 33.5 158.5t91 111.5t129 63t152.5 21q92 0 145 -4v39q0 129 -133 129q-89 0 -301 -66q-63 74 -78 223q101 40 234 65.5t235 25.5q70 0 132.5 -19t116 -58.5t85 -110t31.5 -163.5v-415q0 -94 57 -134q-9 -42 -38.5 -91t-59.5 -72q-141 3 -221 108 q-130 -123 -299 -123q-76 0 -137.5 28t-98.5 73.5t-56.5 99.5t-19.5 111zM215 1393q17 58 74.5 111t117.5 73l317 -346q-17 -44 -54 -78t-77 -45zM373 301q0 -42 26 -69t68 -27q74 0 145 59v164q-82 4 -110 4q-129 0 -129 -131z" />
173
+ <glyph unicode="&#xe1;" horiz-adv-x="1050" d="M61 281q0 89 33.5 158.5t91 111.5t129 63t152.5 21q92 0 145 -4v39q0 129 -133 129q-89 0 -301 -66q-63 74 -78 223q101 40 234 65.5t235 25.5q70 0 132.5 -19t116 -58.5t85 -110t31.5 -163.5v-415q0 -94 57 -134q-9 -42 -38.5 -91t-59.5 -72q-141 3 -221 108 q-130 -123 -299 -123q-76 0 -137.5 28t-98.5 73.5t-56.5 99.5t-19.5 111zM322 1231l317 346q59 -20 116.5 -73t75.5 -111l-378 -285q-41 11 -78.5 45.5t-52.5 77.5zM373 301q0 -42 26 -69t68 -27q74 0 145 59v164q-82 4 -110 4q-129 0 -129 -131z" />
174
+ <glyph unicode="&#xe2;" horiz-adv-x="1050" d="M61 281q0 89 33.5 158.5t91 111.5t129 63t152.5 21q92 0 145 -4v39q0 129 -133 129q-89 0 -301 -66q-63 74 -78 223q101 40 234 65.5t235 25.5q70 0 132.5 -19t116 -58.5t85 -110t31.5 -163.5v-415q0 -94 57 -134q-9 -42 -38.5 -91t-59.5 -72q-141 3 -221 108 q-130 -123 -299 -123q-76 0 -137.5 28t-98.5 73.5t-56.5 99.5t-19.5 111zM182 1237l213 279q58 16 132 15t132 -15l186 -256q-17 -45 -58.5 -81.5t-78.5 -50.5l-186 179l-199 -193q-36 14 -76.5 47t-64.5 76zM373 301q0 -42 26 -69t68 -27q74 0 145 59v164q-82 4 -110 4 q-129 0 -129 -131z" />
175
+ <glyph unicode="&#xe3;" horiz-adv-x="1050" d="M61 281q0 89 33.5 158.5t91 111.5t129 63t152.5 21q92 0 145 -4v39q0 129 -133 129q-89 0 -301 -66q-63 74 -78 223q101 40 234 65.5t235 25.5q70 0 132.5 -19t116 -58.5t85 -110t31.5 -163.5v-415q0 -94 57 -134q-9 -42 -38.5 -91t-59.5 -72q-141 3 -221 108 q-130 -123 -299 -123q-76 0 -137.5 28t-98.5 73.5t-56.5 99.5t-19.5 111zM127 1257l16 39q33 82 95.5 131.5t141.5 49.5q65 0 130 -37l90 -45q34 -19 59 -19q37 0 72 49l18 25q44 0 89 -27.5t59 -68.5l-17 -39q-35 -82 -97.5 -131t-139.5 -49q-63 0 -129 36l-91 48 q-41 18 -59 18q-36 0 -72 -51l-18 -25q-43 0 -88 27.5t-59 68.5zM373 301q0 -42 26 -69t68 -27q74 0 145 59v164q-82 4 -110 4q-129 0 -129 -131z" />
176
+ <glyph unicode="&#xe4;" horiz-adv-x="1050" d="M61 281q0 89 33.5 158.5t91 111.5t129 63t152.5 21q92 0 145 -4v39q0 129 -133 129q-89 0 -301 -66q-63 74 -78 223q101 40 234 65.5t235 25.5q70 0 132.5 -19t116 -58.5t85 -110t31.5 -163.5v-415q0 -94 57 -134q-9 -42 -38.5 -91t-59.5 -72q-141 3 -221 108 q-130 -123 -299 -123q-76 0 -137.5 28t-98.5 73.5t-56.5 99.5t-19.5 111zM156 1276q0 58 16 102q61 33 133 33q75 0 133 -33q19 -45 19 -102q0 -55 -19 -100q-53 -35 -133 -35q-77 0 -133 35q-16 47 -16 100zM373 301q0 -42 26 -69t68 -27q74 0 145 59v164q-82 4 -110 4 q-129 0 -129 -131zM567 1276q0 57 19 102q58 33 133 33q72 0 133 -33q16 -44 16 -102q0 -56 -16 -100q-56 -35 -133 -35q-80 0 -133 35q-19 48 -19 100z" />
177
+ <glyph unicode="&#xe5;" horiz-adv-x="1050" d="M61 281q0 89 33.5 158.5t91 111.5t129 63t152.5 21q92 0 145 -4v39q0 129 -133 129q-89 0 -301 -66q-63 74 -78 223q101 40 234 65.5t235 25.5q70 0 132.5 -19t116 -58.5t85 -110t31.5 -163.5v-415q0 -94 57 -134q-9 -42 -38.5 -91t-59.5 -72q-141 3 -221 108 q-130 -123 -299 -123q-76 0 -137.5 28t-98.5 73.5t-56.5 99.5t-19.5 111zM223 1374q0 111 80 186.5t209 75.5t209 -75.5t80 -186.5q0 -112 -80 -188t-209 -76t-209 76t-80 188zM373 301q0 -42 26 -69t68 -27q74 0 145 59v164q-82 4 -110 4q-129 0 -129 -131zM412 1374 q0 -44 27.5 -73t72.5 -29t72.5 29t27.5 73q0 45 -27.5 75t-72.5 30t-72.5 -30t-27.5 -75z" />
178
+ <glyph unicode="&#xe6;" horiz-adv-x="1548" d="M61 281q0 89 33.5 158.5t91 111.5t129 63t152.5 21q92 0 145 -4v41q0 127 -131 127q-103 0 -303 -66q-63 74 -78 223q101 41 226 66t219 25q158 0 250 -95q115 101 268 101q198 0 311 -122t113 -313q0 -108 -27 -210h-528q7 -93 46.5 -144t135.5 -51q108 0 260 61 q66 -64 86 -188q-78 -55 -184 -86t-215 -31q-223 0 -338 146q-150 -146 -350 -146q-76 0 -137.5 28t-98.5 73.5t-56.5 99.5t-19.5 111zM373 299q0 -40 26 -67t68 -27q90 0 172 82q-19 68 -25 141q-41 4 -112 4q-129 0 -129 -133zM930 629h262v22q0 78 -31 126t-100 48 q-65 0 -95 -47t-36 -149z" />
179
+ <glyph unicode="&#xe7;" horiz-adv-x="972" d="M61 508q0 115 26.5 208.5t70.5 155t103.5 103.5t124 60t134.5 18q174 0 287 -94.5t113 -245.5q0 -77 -43.5 -116.5t-114.5 -39.5q-68 0 -129 12q2 131 -21.5 188.5t-97.5 57.5q-70 0 -98.5 -71.5t-28.5 -235.5q0 -158 43.5 -223.5t134.5 -65.5q100 0 226 86 q37 -21 73 -75.5t47 -102.5q-56 -61 -142.5 -101.5t-182.5 -52.5l-17 -39q95 -4 151 -55.5t56 -126.5q0 -100 -80.5 -163.5t-206.5 -63.5q-48 0 -98 14t-78 35q4 84 54 137q43 -26 94 -26q35 0 54.5 15.5t19.5 41.5q0 28 -18.5 44.5t-47.5 16.5q-17 0 -41 -8q-13 6 -27 19.5 t-20 25.5q10 48 43 137q-176 27 -269.5 167.5t-93.5 363.5z" />
180
+ <glyph unicode="&#xe8;" horiz-adv-x="1017" d="M61 504q0 119 26.5 216.5t80.5 173t143.5 117.5t208.5 42q198 0 312 -122t114 -313q0 -122 -26 -210h-535q8 -93 49 -144t135 -51q112 0 267 61q33 -33 55.5 -85t28.5 -103q-75 -55 -184 -86t-218 -31q-104 0 -185 30t-131.5 80t-83 120.5t-45 144.5t-12.5 160zM224 1393 q17 58 74.5 111t117.5 73l317 -346q-17 -44 -54 -78t-77 -45zM383 629h270v22q0 76 -33.5 125t-101.5 49q-66 0 -97.5 -47t-37.5 -149z" />
181
+ <glyph unicode="&#xe9;" horiz-adv-x="1017" d="M61 504q0 119 26.5 216.5t80.5 173t143.5 117.5t208.5 42q198 0 312 -122t114 -313q0 -122 -26 -210h-535q8 -93 49 -144t135 -51q112 0 267 61q33 -33 55.5 -85t28.5 -103q-75 -55 -184 -86t-218 -31q-104 0 -185 30t-131.5 80t-83 120.5t-45 144.5t-12.5 160zM332 1231 l317 346q59 -20 117 -73t76 -111l-379 -285q-41 11 -78.5 45.5t-52.5 77.5zM383 629h270v22q0 76 -33.5 125t-101.5 49q-66 0 -97.5 -47t-37.5 -149z" />
182
+ <glyph unicode="&#xea;" horiz-adv-x="1017" d="M61 504q0 119 26.5 216.5t80.5 173t143.5 117.5t208.5 42q198 0 312 -122t114 -313q0 -122 -26 -210h-535q8 -93 49 -144t135 -51q112 0 267 61q33 -33 55.5 -85t28.5 -103q-75 -55 -184 -86t-218 -31q-104 0 -185 30t-131.5 80t-83 120.5t-45 144.5t-12.5 160zM193 1237 l213 279q58 16 132 15t132 -15l186 -256q-17 -45 -58.5 -81.5t-78.5 -50.5l-186 179l-199 -193q-36 14 -76.5 47t-64.5 76zM383 629h270v22q0 76 -33.5 125t-101.5 49q-66 0 -97.5 -47t-37.5 -149z" />
183
+ <glyph unicode="&#xeb;" horiz-adv-x="1017" d="M61 504q0 119 26.5 216.5t80.5 173t143.5 117.5t208.5 42q198 0 312 -122t114 -313q0 -122 -26 -210h-535q8 -93 49 -144t135 -51q112 0 267 61q33 -33 55.5 -85t28.5 -103q-75 -55 -184 -86t-218 -31q-104 0 -185 30t-131.5 80t-83 120.5t-45 144.5t-12.5 160zM166 1276 q0 58 16 102q61 33 133 33q76 0 134 -33q18 -42 18 -102q0 -58 -18 -100q-53 -35 -134 -35q-77 0 -133 35q-16 47 -16 100zM383 629h270v22q0 76 -33.5 125t-101.5 49q-66 0 -97.5 -47t-37.5 -149zM578 1276q0 60 18 102q58 33 133 33q72 0 133 -33q17 -47 17 -102 q0 -53 -17 -100q-56 -35 -133 -35q-80 0 -133 35q-18 45 -18 100z" />
184
+ <glyph unicode="&#xec;" horiz-adv-x="593" d="M-27 1393q17 58 75 111t118 73l317 -346q-17 -44 -54 -78t-77 -45zM18 905q0 67 13 115q105 10 180 10h45q102 0 162.5 -66t60.5 -178v-786q-67 -12 -162 -12q-88 0 -159 12v678q0 119 -97 119h-30q-13 45 -13 108z" />
185
+ <glyph unicode="&#xed;" horiz-adv-x="593" d="M18 905q0 67 13 115q105 10 180 10h45q102 0 162.5 -66t60.5 -178v-786q-67 -12 -162 -12q-88 0 -159 12v678q0 119 -97 119h-30q-13 45 -13 108zM80 1231l317 346q59 -20 117 -73t76 -111l-379 -285q-41 11 -78.5 45.5t-52.5 77.5z" />
186
+ <glyph unicode="&#xee;" horiz-adv-x="593" d="M-59 1237l213 279q58 16 132 15t132 -15l186 -256q-17 -45 -58.5 -81.5t-78.5 -50.5l-186 179l-199 -193q-36 14 -76.5 47t-64.5 76zM18 905q0 67 13 115q105 10 180 10h45q102 0 162.5 -66t60.5 -178v-786q-67 -12 -162 -12q-88 0 -159 12v678q0 119 -97 119h-30 q-13 45 -13 108z" />
187
+ <glyph unicode="&#xef;" horiz-adv-x="593" d="M-86 1276q0 58 16 102q61 33 133 33q76 0 134 -33q18 -42 18 -102q0 -58 -18 -100q-53 -35 -134 -35q-77 0 -133 35q-16 47 -16 100zM18 905q0 67 13 115q105 10 180 10h45q102 0 162.5 -66t60.5 -178v-786q-67 -12 -162 -12q-88 0 -159 12v678q0 119 -97 119h-30 q-13 45 -13 108zM326 1276q0 60 18 102q58 33 133 33q72 0 133 -33q17 -47 17 -102q0 -53 -17 -100q-56 -35 -133 -35q-80 0 -133 35q-18 45 -18 100z" />
188
+ <glyph unicode="&#xf0;" horiz-adv-x="1064" d="M59 498q0 257 150 391q121 108 295 108q42 0 80 -12q-36 79 -123 166l-187 -127q-37 26 -65 65t-37 80l143 99q-39 27 -125 80q7 58 44.5 115t82.5 79q124 -53 224 -119l172 117q81 -59 104 -145l-131 -90q318 -306 318 -795q0 -276 -148 -420q-124 -121 -326 -121 q-204 0 -325 121q-146 142 -146 408zM385 492q0 -64 5 -110t19.5 -89.5t44.5 -66.5t76 -23q45 0 75 23t45 68.5t20.5 95.5t5.5 120q0 142 -19 227q-72 35 -122 35q-81 0 -115.5 -70.5t-34.5 -209.5z" />
189
+ <glyph unicode="&#xf1;" horiz-adv-x="1120" d="M123 0v1022l14 14h121q125 0 168 -123q141 127 291 127q136 0 211.5 -100t75.5 -264v-420q0 -135 49 -203q-79 -69 -199 -69q-94 0 -133 48.5t-39 149.5v436q0 72 -18.5 104t-69.5 32q-76 0 -152 -70v-684q-68 -12 -159 -12q-93 0 -160 12zM190 1257l17 39 q33 82 95.5 131.5t141.5 49.5q64 0 129 -37l91 -45q34 -19 59 -19q37 0 72 49l18 25q44 0 89 -27.5t59 -68.5l-17 -39q-35 -82 -97.5 -131t-139.5 -49q-63 0 -129 36l-91 48q-41 18 -59 18q-36 0 -72 -51l-18 -25q-44 0 -89 27.5t-59 68.5z" />
190
+ <glyph unicode="&#xf2;" horiz-adv-x="1069" d="M61 512q0 138 34.5 239.5t113.5 180.5q121 121 326 121q201 0 325 -121q79 -79 113.5 -180.5t34.5 -239.5q0 -139 -34 -240.5t-114 -181.5q-124 -121 -325 -121q-205 0 -326 121q-80 80 -114 181.5t-34 240.5zM236 1393q17 58 74.5 111t117.5 73l317 -346 q-17 -44 -54 -78t-77 -45zM389 512q0 -56 3 -97.5t12 -82t24.5 -66t42.5 -41.5t64 -16q45 0 74.5 22t44 67t19.5 94t5 120t-5 119.5t-19.5 93t-44 66.5t-74.5 22q-46 0 -76 -22t-45 -66.5t-20 -93.5t-5 -119z" />
191
+ <glyph unicode="&#xf3;" horiz-adv-x="1069" d="M61 512q0 138 34.5 239.5t113.5 180.5q121 121 326 121q201 0 325 -121q79 -79 113.5 -180.5t34.5 -239.5q0 -139 -34 -240.5t-114 -181.5q-124 -121 -325 -121q-205 0 -326 121q-80 80 -114 181.5t-34 240.5zM344 1231l318 346q59 -20 116.5 -73t75.5 -111l-379 -285 q-41 11 -78.5 45.5t-52.5 77.5zM389 512q0 -56 3 -97.5t12 -82t24.5 -66t42.5 -41.5t64 -16q45 0 74.5 22t44 67t19.5 94t5 120t-5 119.5t-19.5 93t-44 66.5t-74.5 22q-46 0 -76 -22t-45 -66.5t-20 -93.5t-5 -119z" />
192
+ <glyph unicode="&#xf4;" horiz-adv-x="1069" d="M61 512q0 138 34.5 239.5t113.5 180.5q121 121 326 121q201 0 325 -121q79 -79 113.5 -180.5t34.5 -239.5q0 -139 -34 -240.5t-114 -181.5q-124 -121 -325 -121q-205 0 -326 121q-80 80 -114 181.5t-34 240.5zM205 1237l213 279q58 16 132 15t132 -15l186 -256 q-17 -45 -58.5 -81.5t-78.5 -50.5l-186 179l-199 -193q-36 14 -76.5 47t-64.5 76zM389 512q0 -56 3 -97.5t12 -82t24.5 -66t42.5 -41.5t64 -16q45 0 74.5 22t44 67t19.5 94t5 120t-5 119.5t-19.5 93t-44 66.5t-74.5 22q-46 0 -76 -22t-45 -66.5t-20 -93.5t-5 -119z" />
193
+ <glyph unicode="&#xf5;" horiz-adv-x="1069" d="M61 512q0 138 34.5 239.5t113.5 180.5q121 121 326 121q201 0 325 -121q79 -79 113.5 -180.5t34.5 -239.5q0 -139 -34 -240.5t-114 -181.5q-124 -121 -325 -121q-205 0 -326 121q-80 80 -114 181.5t-34 240.5zM150 1257l16 39q33 82 95.5 131.5t141.5 49.5q64 0 129 -37 l91 -45q34 -19 59 -19q37 0 72 49l18 25q44 0 89 -27.5t59 -68.5l-17 -39q-35 -82 -97.5 -131t-139.5 -49q-63 0 -129 36l-91 48q-41 18 -59 18q-36 0 -72 -51l-18 -25q-43 0 -88 27.5t-59 68.5zM389 512q0 -56 3 -97.5t12 -82t24.5 -66t42.5 -41.5t64 -16q45 0 74.5 22 t44 67t19.5 94t5 120t-5 119.5t-19.5 93t-44 66.5t-74.5 22q-46 0 -76 -22t-45 -66.5t-20 -93.5t-5 -119z" />
194
+ <glyph unicode="&#xf6;" horiz-adv-x="1069" d="M61 512q0 138 34.5 239.5t113.5 180.5q121 121 326 121q201 0 325 -121q79 -79 113.5 -180.5t34.5 -239.5q0 -139 -34 -240.5t-114 -181.5q-124 -121 -325 -121q-205 0 -326 121q-80 80 -114 181.5t-34 240.5zM178 1276q0 55 17 102q61 33 133 33q75 0 133 -33 q18 -42 18 -102q0 -58 -18 -100q-53 -35 -133 -35q-77 0 -133 35q-17 50 -17 100zM389 512q0 -56 3 -97.5t12 -82t24.5 -66t42.5 -41.5t64 -16q45 0 74.5 22t44 67t19.5 94t5 120t-5 119.5t-19.5 93t-44 66.5t-74.5 22q-46 0 -76 -22t-45 -66.5t-20 -93.5t-5 -119zM590 1276 q0 60 18 102q58 33 133 33q73 0 134 -33q16 -44 16 -102q0 -56 -16 -100q-56 -35 -134 -35q-80 0 -133 35q-18 45 -18 100z" />
195
+ <glyph unicode="&#xf7;" d="M94 612q0 75 15 129h868q14 -50 14 -129q0 -77 -14 -127h-868q-15 54 -15 127zM383 246q0 57 23 108q53 29 137 29q88 0 135 -29q24 -46 24 -108q0 -64 -24 -107q-48 -30 -135 -30t-137 30q-23 48 -23 107zM383 979q0 57 23 108q60 29 137 29q82 0 135 -29 q24 -47 24 -108q0 -63 -24 -109q-51 -28 -135 -28q-86 0 -137 28q-23 51 -23 109z" />
196
+ <glyph unicode="&#xf8;" horiz-adv-x="1075" d="M66 514q0 280 145 418q121 121 328 121q93 0 172 -27l69 123q97 -27 158 -88l-74 -129h2q146 -139 146 -418q0 -281 -146 -424q-124 -121 -327 -121q-95 0 -174 27l-70 -119q-101 20 -160 86l74 127q-143 143 -143 424zM360 514q0 -70 9 -131l227 434q-27 10 -57 10 q-44 0 -77 -17.5t-52 -45.5t-30.5 -70.5t-15.5 -84.5t-4 -95zM479 205q27 -10 60 -10q44 0 76 18t51 46.5t30 72t15 86t4 96.5q0 72 -8 127z" />
197
+ <glyph unicode="&#xf9;" horiz-adv-x="1124" d="M68 971q77 67 198 67q94 0 133 -48.5t39 -149.5v-434q0 -74 18.5 -106t69.5 -32q79 0 152 70v684q67 12 160 12q88 0 159 -12v-729q0 -49 16 -90t42 -60q-9 -41 -38.5 -88.5t-60.5 -70.5q-168 6 -241 143q-160 -145 -312 -145q-136 0 -211 100t-75 264v420q0 135 -49 205 zM246 1393q17 58 74.5 111t117.5 73l317 -346q-17 -44 -54 -78t-77 -45z" />
198
+ <glyph unicode="&#xfa;" horiz-adv-x="1124" d="M68 971q77 67 198 67q94 0 133 -48.5t39 -149.5v-434q0 -74 18.5 -106t69.5 -32q79 0 152 70v684q67 12 160 12q88 0 159 -12v-729q0 -49 16 -90t42 -60q-9 -41 -38.5 -88.5t-60.5 -70.5q-168 6 -241 143q-160 -145 -312 -145q-136 0 -211 100t-75 264v420q0 135 -49 205 zM352 1231l318 346q59 -20 116.5 -73t75.5 -111l-379 -285q-41 11 -78.5 45.5t-52.5 77.5z" />
199
+ <glyph unicode="&#xfb;" horiz-adv-x="1124" d="M68 971q77 67 198 67q94 0 133 -48.5t39 -149.5v-434q0 -74 18.5 -106t69.5 -32q79 0 152 70v684q67 12 160 12q88 0 159 -12v-729q0 -49 16 -90t42 -60q-9 -41 -38.5 -88.5t-60.5 -70.5q-168 6 -241 143q-160 -145 -312 -145q-136 0 -211 100t-75 264v420q0 135 -49 205 zM213 1237l213 279q58 16 132 15t132 -15l186 -256q-17 -45 -58.5 -81.5t-78.5 -50.5l-186 179l-199 -193q-36 14 -76.5 47t-64.5 76z" />
200
+ <glyph unicode="&#xfc;" horiz-adv-x="1124" d="M68 971q77 67 198 67q94 0 133 -48.5t39 -149.5v-434q0 -74 18.5 -106t69.5 -32q79 0 152 70v684q67 12 160 12q88 0 159 -12v-729q0 -49 16 -90t42 -60q-9 -41 -38.5 -88.5t-60.5 -70.5q-168 6 -241 143q-160 -145 -312 -145q-136 0 -211 100t-75 264v420q0 135 -49 205 zM186 1276q0 55 17 102q61 33 133 33q75 0 133 -33q18 -42 18 -102q0 -58 -18 -100q-53 -35 -133 -35q-77 0 -133 35q-17 50 -17 100zM598 1276q0 60 18 102q58 33 134 33q72 0 133 -33q16 -44 16 -102q0 -56 -16 -100q-56 -35 -133 -35q-81 0 -134 35q-18 45 -18 100z" />
201
+ <glyph unicode="&#xfd;" horiz-adv-x="1017" d="M4 -408q-6 56 13 124.5t51 105.5q95 -31 184 -31q75 0 126 43.5t75 122.5l8 29q-87 0 -140.5 30t-72.5 99l-238 882q93 43 197 43q62 0 99 -30.5t56 -106.5l95 -393q17 -66 47 -270q2 -15 16 -15l178 795q49 14 127 14q100 0 170 -22l13 -23l-252 -962 q-24 -90 -50.5 -157t-67 -130t-92.5 -102.5t-126 -63t-168 -23.5q-57 0 -129 13t-119 28zM315 1231l317 346q59 -20 117 -73t76 -111l-379 -285q-41 11 -78.5 45.5t-52.5 77.5z" />
202
+ <glyph unicode="&#xfe;" horiz-adv-x="1093" d="M123 -428v1921l14 14h121q94 0 133 -42.5t39 -149.5v-352q106 79 229 79q170 0 269.5 -140t99.5 -357q0 -142 -33.5 -253t-91 -177.5t-127 -100.5t-147.5 -34q-94 0 -199 43v-273q0 -107 -39 -149.5t-133 -42.5h-121zM430 264q77 -49 131 -49q141 0 141 307 q0 135 -33.5 200.5t-90.5 65.5q-87 0 -148 -79v-445z" />
203
+ <glyph unicode="&#xff;" horiz-adv-x="1017" d="M4 -408q-6 56 13 124.5t51 105.5q95 -31 184 -31q75 0 126 43.5t75 122.5l8 29q-87 0 -140.5 30t-72.5 99l-238 882q93 43 197 43q62 0 99 -30.5t56 -106.5l95 -393q17 -66 47 -270q2 -15 16 -15l178 795q49 14 127 14q100 0 170 -22l13 -23l-252 -962 q-24 -90 -50.5 -157t-67 -130t-92.5 -102.5t-126 -63t-168 -23.5q-57 0 -129 13t-119 28zM150 1276q0 58 16 102q61 33 133 33q75 0 133 -33q19 -45 19 -102q0 -55 -19 -100q-53 -35 -133 -35q-77 0 -133 35q-16 47 -16 100zM561 1276q0 57 19 102q58 33 133 33 q72 0 133 -33q16 -44 16 -102q0 -56 -16 -100q-56 -35 -133 -35q-80 0 -133 35q-19 48 -19 100z" />
204
+ <glyph unicode="&#x152;" horiz-adv-x="1878" d="M74 700q0 183 52 342.5t171 257.5q157 130 389 130q95 0 299 -31h791q12 -59 12 -129q0 -63 -27 -146h-420h-141q0 -28 1 -74.5t1 -72.5v-143q53 2 139 2h314q18 -58 18 -134q0 -72 -18 -133h-314h-139v-153q0 -26 -1 -73t-1 -75v-2q94 4 152 4h475q0 -75 -6 -116 q-12 -77 -66 -117.5t-143 -40.5h-637q-174 -27 -289 -27q-233 0 -389 129q-119 98 -171 258.5t-52 343.5zM410 700q0 -479 276 -479q85 0 199 31v895q-114 31 -199 31q-276 0 -276 -478z" />
205
+ <glyph unicode="&#x153;" horiz-adv-x="1638" d="M61 512q0 140 34 241.5t114 178.5q121 121 326 121q199 0 311 -125q109 125 309 125q196 0 310 -122t114 -313q0 -111 -29 -210h-526q7 -93 46.5 -144t133.5 -51q107 0 262 61q33 -33 55.5 -85t28.5 -101q-75 -56 -181.5 -87.5t-215.5 -31.5q-212 0 -313 119 q-113 -119 -305 -119q-205 0 -326 121q-81 79 -114.5 180.5t-33.5 241.5zM389 512q0 -56 3 -97.5t12 -82t24.5 -66t42.5 -41.5t64 -16q45 0 74.5 22t44 67t19.5 94t5 120t-5 119.5t-19.5 93t-44 66.5t-74.5 22q-46 0 -76 -22t-45 -66.5t-20 -93.5t-5 -119zM1022 629h262v22 q0 77 -31.5 125.5t-97.5 48.5q-68 0 -98 -47t-35 -149z" />
206
+ <glyph unicode="&#x178;" d="M-16 1360q92 55 198 55q67 0 105.5 -30t66.5 -101l99 -244q52 -128 92 -292h12q37 140 102 305l138 346q54 12 133 12q93 0 160 -25l14 -16l-397 -940v-430q-64 -12 -162 -12q-102 0 -166 12v438zM160 1645q0 71 24 102q56 35 123 35q59 0 131 -35q25 -29 25 -102 q0 -74 -25 -105q-72 -35 -131 -35q-67 0 -123 35q-24 33 -24 105zM631 1645q0 70 28 102q26 13 38 18t38.5 11t55.5 6q62 0 122 -35q25 -32 25 -102t-25 -105q-60 -35 -122 -35q-29 0 -55.5 6t-38.5 11t-38 18q-28 35 -28 105z" />
207
+ <glyph unicode="&#x2c6;" horiz-adv-x="815" d="M78 1237l213 279q58 16 132 15t132 -15l186 -256q-17 -45 -58.5 -81.5t-78.5 -50.5l-186 179l-199 -193q-36 14 -76.5 47t-64.5 76z" />
208
+ <glyph unicode="&#x2dc;" horiz-adv-x="815" d="M23 1257l16 39q33 82 95.5 131.5t141.5 49.5q65 0 130 -37l90 -45q34 -19 59 -19q37 0 72 49l18 25q44 0 89 -27.5t59 -68.5l-17 -39q-35 -82 -97.5 -131t-139.5 -49q-63 0 -129 36l-91 48q-40 18 -59 18q-36 0 -72 -51l-18 -25q-43 0 -88 27.5t-59 68.5z" />
209
+ <glyph unicode="&#x2000;" horiz-adv-x="962" />
210
+ <glyph unicode="&#x2001;" horiz-adv-x="1925" />
211
+ <glyph unicode="&#x2002;" horiz-adv-x="962" />
212
+ <glyph unicode="&#x2003;" horiz-adv-x="1925" />
213
+ <glyph unicode="&#x2004;" horiz-adv-x="641" />
214
+ <glyph unicode="&#x2005;" horiz-adv-x="481" />
215
+ <glyph unicode="&#x2006;" horiz-adv-x="320" />
216
+ <glyph unicode="&#x2007;" horiz-adv-x="320" />
217
+ <glyph unicode="&#x2008;" horiz-adv-x="240" />
218
+ <glyph unicode="&#x2009;" horiz-adv-x="385" />
219
+ <glyph unicode="&#x200a;" horiz-adv-x="106" />
220
+ <glyph unicode="&#x2010;" horiz-adv-x="770" d="M84 553q0 75 12 127h578q12 -52 12 -127q0 -77 -12 -129h-578q-12 52 -12 129z" />
221
+ <glyph unicode="&#x2011;" horiz-adv-x="770" d="M84 553q0 75 12 127h578q12 -52 12 -127q0 -77 -12 -129h-578q-12 52 -12 129z" />
222
+ <glyph unicode="&#x2012;" horiz-adv-x="770" d="M84 553q0 75 12 127h578q12 -52 12 -127q0 -77 -12 -129h-578q-12 52 -12 129z" />
223
+ <glyph unicode="&#x2013;" horiz-adv-x="1136" d="M115 545q0 69 12 121h885q14 -50 14 -121q0 -73 -14 -123h-885q-12 52 -12 123z" />
224
+ <glyph unicode="&#x2014;" horiz-adv-x="1671" d="M137 545q0 67 15 121h1368q12 -52 12 -121q0 -71 -12 -123h-1368q-15 54 -15 123z" />
225
+ <glyph unicode="&#x2018;" horiz-adv-x="548" d="M80 1194q0 151 89 269t261 167q39 -21 58 -62t14 -85q-63 -19 -118 -65t-58 -109q70 -12 94 -31q22 -50 22 -121q0 -83 -22 -125q-28 -15 -73.5 -26t-84.5 -11q-98 0 -158 37q-24 73 -24 162z" />
226
+ <glyph unicode="&#x2019;" horiz-adv-x="548" d="M47 1143q62 17 117.5 63t58.5 111q-69 8 -92 29q-25 48 -25 120q0 30 7.5 68.5t17.5 56.5q60 37 156 37q41 0 86.5 -10t70.5 -27q27 -74 27 -161q0 -151 -90 -269t-262 -166q-39 19 -58 61t-14 87z" />
227
+ <glyph unicode="&#x201a;" horiz-adv-x="548" d="M43 -193q63 19 118 64.5t58 110.5q-72 12 -94 30q-23 48 -23 119q0 75 23 127q72 37 158 37q39 0 84.5 -11t72.5 -26q27 -82 27 -164q0 -151 -90 -268t-262 -166q-39 19 -58 60.5t-14 86.5z" />
228
+ <glyph unicode="&#x201c;" horiz-adv-x="1030" d="M74 1194q0 151 89 269t261 167q39 -21 58 -62t14 -85q-63 -19 -118.5 -65t-58.5 -109q72 -12 95 -31q22 -50 22 -121q0 -83 -22 -125q-28 -15 -73.5 -26t-84.5 -11q-98 0 -158 37q-24 73 -24 162zM555 1194q0 151 89 269t261 167q39 -21 58 -62t14 -85q-63 -19 -118 -65 t-58 -109q70 -12 94 -31q23 -52 23 -121q0 -81 -23 -125q-28 -15 -73.5 -26t-84.5 -11q-97 0 -157 37q-25 76 -25 162z" />
229
+ <glyph unicode="&#x201d;" horiz-adv-x="1030" d="M57 1143q62 17 117.5 63t58.5 111q-69 8 -92 29q-24 46 -24 120q0 31 7 69t17 56q60 37 156 37q42 0 87.5 -10t70.5 -27q26 -72 26 -161q0 -151 -90 -269t-262 -166q-39 19 -58 61t-14 87zM539 1143q62 17 117.5 63t58.5 111q-69 8 -92 29q-25 48 -25 120q0 30 7.5 68.5 t17.5 56.5q60 37 155 37q42 0 87.5 -10t70.5 -27q27 -74 27 -161q0 -151 -90.5 -269t-262.5 -166q-39 19 -57.5 60.5t-13.5 87.5z" />
230
+ <glyph unicode="&#x201e;" horiz-adv-x="1030" d="M43 -193q63 19 118 64.5t58 110.5q-72 12 -94 30q-23 48 -23 119q0 75 23 127q72 37 158 37q39 0 84.5 -11t72.5 -26q27 -82 27 -164q0 -151 -90 -268t-262 -166q-39 19 -58 60.5t-14 86.5zM524 -193q63 19 118 64.5t58 110.5q-72 12 -94 30q-22 46 -22 119q0 77 22 127 q72 37 158 37q39 0 85 -11t73 -26q26 -79 26 -164q0 -151 -90 -268t-262 -166q-39 19 -58 60.5t-14 86.5z" />
231
+ <glyph unicode="&#x2022;" horiz-adv-x="946" d="M193 551q0 40 9.5 100.5t28.5 102.5q45 27 112 43t130 16q62 0 131 -16t115 -43q18 -42 27.5 -103.5t9.5 -99.5q0 -40 -9.5 -100.5t-27.5 -100.5q-45 -31 -113 -47t-133 -16q-66 0 -132 16t-110 47q-19 39 -28.5 99t-9.5 102z" />
232
+ <glyph unicode="&#x202f;" horiz-adv-x="385" />
233
+ <glyph unicode="&#x2039;" horiz-adv-x="714" d="M46 522q0 53 15 90l412 389q52 -12 104 -62t66 -101l-250 -310l260 -315q-15 -49 -69.5 -98.5t-106.5 -61.5l-416 379q-15 37 -15 90z" />
234
+ <glyph unicode="&#x203a;" horiz-adv-x="714" d="M63 840q15 51 69.5 100t107.5 61l413 -378q17 -37 17 -91.5t-17 -91.5l-411 -387q-51 12 -103 62t-67 100l250 309z" />
235
+ <glyph unicode="&#x205f;" horiz-adv-x="481" />
236
+ <glyph unicode="&#x20ac;" horiz-adv-x="1148" d="M12 498q0 54 13 98h147q-2 20 -2 66q0 44 2 67h-147q-13 42 -13 98q0 55 13 99h168q89 432 475 432q129 0 249 -48.5t218 -131.5q-8 -55 -44 -109t-85 -80q-67 50 -145 81.5t-148 31.5q-152 0 -199 -176h330q12 -49 12 -99q0 -51 -12 -98h-357v-70v-63h357q12 -49 12 -98 q0 -52 -12 -99h-330q47 -174 199 -174q70 0 148 31t145 80q52 -29 86.5 -80t42.5 -106q-98 -83 -219 -132t-248 -49q-107 0 -191 33t-139.5 93.5t-90 135t-52.5 168.5h-170q-13 42 -13 99z" />
237
+ <glyph unicode="&#xe000;" horiz-adv-x="1044" d="M0 0v1044h1044v-1044h-1044z" />
238
+ <hkern u1="&#x26;" u2="&#x178;" k="41" />
239
+ <hkern u1="&#x26;" u2="&#x152;" k="-18" />
240
+ <hkern u1="&#x26;" u2="&#xff;" k="-18" />
241
+ <hkern u1="&#x26;" u2="&#xfd;" k="-18" />
242
+ <hkern u1="&#x26;" u2="&#xdf;" k="-59" />
243
+ <hkern u1="&#x26;" u2="&#xdd;" k="41" />
244
+ <hkern u1="&#x26;" u2="&#xd8;" k="-18" />
245
+ <hkern u1="&#x26;" u2="&#xd6;" k="-18" />
246
+ <hkern u1="&#x26;" u2="&#xd5;" k="-18" />
247
+ <hkern u1="&#x26;" u2="&#xd4;" k="-18" />
248
+ <hkern u1="&#x26;" u2="&#xd3;" k="-18" />
249
+ <hkern u1="&#x26;" u2="&#xd2;" k="-18" />
250
+ <hkern u1="&#x26;" u2="&#xc7;" k="-18" />
251
+ <hkern u1="&#x26;" u2="&#xc5;" k="25" />
252
+ <hkern u1="&#x26;" u2="&#xc4;" k="25" />
253
+ <hkern u1="&#x26;" u2="&#xc3;" k="25" />
254
+ <hkern u1="&#x26;" u2="&#xc2;" k="25" />
255
+ <hkern u1="&#x26;" u2="&#xc1;" k="25" />
256
+ <hkern u1="&#x26;" u2="&#xc0;" k="25" />
257
+ <hkern u1="&#x26;" u2="y" k="-18" />
258
+ <hkern u1="&#x26;" u2="w" k="-23" />
259
+ <hkern u1="&#x26;" u2="v" k="-23" />
260
+ <hkern u1="&#x26;" u2="t" k="-76" />
261
+ <hkern u1="&#x26;" u2="f" k="-59" />
262
+ <hkern u1="&#x26;" u2="Y" k="41" />
263
+ <hkern u1="&#x26;" u2="X" k="51" />
264
+ <hkern u1="&#x26;" u2="V" k="12" />
265
+ <hkern u1="&#x26;" u2="T" k="47" />
266
+ <hkern u1="&#x26;" u2="S" k="2" />
267
+ <hkern u1="&#x26;" u2="Q" k="-18" />
268
+ <hkern u1="&#x26;" u2="O" k="-18" />
269
+ <hkern u1="&#x26;" u2="J" k="35" />
270
+ <hkern u1="&#x26;" u2="G" k="-18" />
271
+ <hkern u1="&#x26;" u2="C" k="-18" />
272
+ <hkern u1="&#x26;" u2="A" k="25" />
273
+ <hkern u1="&#x28;" u2="&#xff;" k="-23" />
274
+ <hkern u1="&#x28;" u2="&#xfd;" k="-23" />
275
+ <hkern u1="&#x28;" u2="y" k="-23" />
276
+ <hkern u1="&#x28;" u2="j" k="-39" />
277
+ <hkern u1="&#x2a;" u2="&#x178;" k="-37" />
278
+ <hkern u1="&#x2a;" u2="&#xdd;" k="-37" />
279
+ <hkern u1="&#x2a;" u2="&#xc6;" k="133" />
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="-37" />
287
+ <hkern u1="&#x2a;" u2="W" k="-18" />
288
+ <hkern u1="&#x2a;" u2="V" k="-37" />
289
+ <hkern u1="&#x2a;" u2="T" k="-59" />
290
+ <hkern u1="&#x2a;" u2="J" k="125" />
291
+ <hkern u1="&#x2a;" u2="A" k="133" />
292
+ <hkern u1="&#x2c;" u2="V" k="166" />
293
+ <hkern u1="&#x2d;" u2="x" k="20" />
294
+ <hkern u1="&#x2d;" u2="X" k="51" />
295
+ <hkern u1="&#x2d;" u2="V" k="61" />
296
+ <hkern u1="&#x2e;" u2="V" k="166" />
297
+ <hkern u1="&#x2f;" u2="&#x153;" k="113" />
298
+ <hkern u1="&#x2f;" u2="&#x152;" k="43" />
299
+ <hkern u1="&#x2f;" u2="&#xff;" k="41" />
300
+ <hkern u1="&#x2f;" u2="&#xfd;" k="41" />
301
+ <hkern u1="&#x2f;" u2="&#xfc;" k="86" />
302
+ <hkern u1="&#x2f;" u2="&#xfb;" k="86" />
303
+ <hkern u1="&#x2f;" u2="&#xfa;" k="86" />
304
+ <hkern u1="&#x2f;" u2="&#xf9;" k="86" />
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="90" />
312
+ <hkern u1="&#x2f;" u2="&#xf0;" k="74" />
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="123" />
319
+ <hkern u1="&#x2f;" u2="&#xe5;" k="123" />
320
+ <hkern u1="&#x2f;" u2="&#xe4;" k="123" />
321
+ <hkern u1="&#x2f;" u2="&#xe3;" k="123" />
322
+ <hkern u1="&#x2f;" u2="&#xe2;" k="123" />
323
+ <hkern u1="&#x2f;" u2="&#xe1;" k="123" />
324
+ <hkern u1="&#x2f;" u2="&#xe0;" k="123" />
325
+ <hkern u1="&#x2f;" u2="&#xd8;" k="43" />
326
+ <hkern u1="&#x2f;" u2="&#xd6;" k="43" />
327
+ <hkern u1="&#x2f;" u2="&#xd5;" k="43" />
328
+ <hkern u1="&#x2f;" u2="&#xd4;" k="43" />
329
+ <hkern u1="&#x2f;" u2="&#xd3;" k="43" />
330
+ <hkern u1="&#x2f;" u2="&#xd2;" k="43" />
331
+ <hkern u1="&#x2f;" u2="&#xc7;" k="43" />
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="104" />
340
+ <hkern u1="&#x2f;" u2="y" k="41" />
341
+ <hkern u1="&#x2f;" u2="x" k="74" />
342
+ <hkern u1="&#x2f;" u2="u" k="86" />
343
+ <hkern u1="&#x2f;" u2="s" k="113" />
344
+ <hkern u1="&#x2f;" u2="r" k="84" />
345
+ <hkern u1="&#x2f;" u2="q" k="141" />
346
+ <hkern u1="&#x2f;" u2="p" k="90" />
347
+ <hkern u1="&#x2f;" u2="o" k="113" />
348
+ <hkern u1="&#x2f;" u2="n" k="90" />
349
+ <hkern u1="&#x2f;" u2="m" k="90" />
350
+ <hkern u1="&#x2f;" u2="g" k="141" />
351
+ <hkern u1="&#x2f;" u2="e" k="113" />
352
+ <hkern u1="&#x2f;" u2="d" k="141" />
353
+ <hkern u1="&#x2f;" u2="c" k="113" />
354
+ <hkern u1="&#x2f;" u2="a" k="123" />
355
+ <hkern u1="&#x2f;" u2="T" k="-39" />
356
+ <hkern u1="&#x2f;" u2="Q" k="43" />
357
+ <hkern u1="&#x2f;" u2="O" k="43" />
358
+ <hkern u1="&#x2f;" u2="M" k="29" />
359
+ <hkern u1="&#x2f;" u2="J" k="184" />
360
+ <hkern u1="&#x2f;" u2="G" k="43" />
361
+ <hkern u1="&#x2f;" u2="C" k="43" />
362
+ <hkern u1="&#x2f;" u2="A" k="154" />
363
+ <hkern u1="&#x3a;" u2="V" k="43" />
364
+ <hkern u1="&#x3b;" u2="V" k="43" />
365
+ <hkern u1="&#x40;" u2="&#x178;" k="53" />
366
+ <hkern u1="&#x40;" u2="&#xe5;" k="16" />
367
+ <hkern u1="&#x40;" u2="&#xe4;" k="16" />
368
+ <hkern u1="&#x40;" u2="&#xe3;" k="16" />
369
+ <hkern u1="&#x40;" u2="&#xe2;" k="16" />
370
+ <hkern u1="&#x40;" u2="&#xe1;" k="16" />
371
+ <hkern u1="&#x40;" u2="&#xe0;" k="16" />
372
+ <hkern u1="&#x40;" u2="&#xdd;" k="53" />
373
+ <hkern u1="&#x40;" u2="z" k="16" />
374
+ <hkern u1="&#x40;" u2="x" k="25" />
375
+ <hkern u1="&#x40;" u2="w" k="2" />
376
+ <hkern u1="&#x40;" u2="s" k="12" />
377
+ <hkern u1="&#x40;" u2="a" k="16" />
378
+ <hkern u1="&#x40;" u2="Z" k="2" />
379
+ <hkern u1="&#x40;" u2="Y" k="53" />
380
+ <hkern u1="&#x40;" u2="X" k="33" />
381
+ <hkern u1="&#x40;" u2="W" k="4" />
382
+ <hkern u1="&#x40;" u2="V" k="29" />
383
+ <hkern u1="&#x40;" u2="T" k="66" />
384
+ <hkern u1="&#x40;" u2="S" k="12" />
385
+ <hkern u1="&#x40;" u2="M" k="12" />
386
+ <hkern u1="&#x40;" u2="J" k="41" />
387
+ <hkern u1="A" u2="&#xf8;" k="10" />
388
+ <hkern u1="A" u2="&#xf0;" k="16" />
389
+ <hkern u1="A" u2="&#xdf;" k="2" />
390
+ <hkern u1="A" u2="&#xd8;" k="2" />
391
+ <hkern u1="A" u2="\" k="154" />
392
+ <hkern u1="A" u2="V" k="102" />
393
+ <hkern u1="A" u2="&#x2a;" k="133" />
394
+ <hkern u1="B" u2="&#x178;" k="43" />
395
+ <hkern u1="B" u2="&#xff;" k="33" />
396
+ <hkern u1="B" u2="&#xfd;" k="33" />
397
+ <hkern u1="B" u2="&#xdf;" k="2" />
398
+ <hkern u1="B" u2="&#xdd;" k="43" />
399
+ <hkern u1="B" u2="&#xc6;" k="14" />
400
+ <hkern u1="B" u2="z" k="29" />
401
+ <hkern u1="B" u2="y" k="33" />
402
+ <hkern u1="B" u2="x" k="29" />
403
+ <hkern u1="B" u2="w" k="2" />
404
+ <hkern u1="B" u2="v" k="20" />
405
+ <hkern u1="B" u2="t" k="31" />
406
+ <hkern u1="B" u2="r" k="12" />
407
+ <hkern u1="B" u2="f" k="37" />
408
+ <hkern u1="B" u2="\" k="61" />
409
+ <hkern u1="B" u2="Y" k="43" />
410
+ <hkern u1="B" u2="X" k="20" />
411
+ <hkern u1="B" u2="W" k="12" />
412
+ <hkern u1="B" u2="V" k="23" />
413
+ <hkern u1="B" u2="T" k="27" />
414
+ <hkern u1="B" u2="M" k="10" />
415
+ <hkern u1="C" u2="&#xe6;" k="2" />
416
+ <hkern u1="C" u2="&#xdf;" k="-49" />
417
+ <hkern u1="C" u2="&#xd8;" k="-10" />
418
+ <hkern u1="C" u2="V" k="-25" />
419
+ <hkern u1="C" u2="&#x2a;" k="-37" />
420
+ <hkern u1="C" u2="&#x26;" k="-10" />
421
+ <hkern u1="D" u2="&#xe6;" k="25" />
422
+ <hkern u1="D" u2="&#xdf;" k="-18" />
423
+ <hkern u1="D" u2="&#xc6;" k="59" />
424
+ <hkern u1="D" u2="x" k="25" />
425
+ <hkern u1="D" u2="\" k="51" />
426
+ <hkern u1="D" u2="X" k="31" />
427
+ <hkern u1="D" u2="V" k="20" />
428
+ <hkern u1="D" u2="&#x2f;" k="51" />
429
+ <hkern u1="E" u2="&#xf8;" k="10" />
430
+ <hkern u1="E" u2="&#xf0;" k="20" />
431
+ <hkern u1="E" u2="&#xe6;" k="12" />
432
+ <hkern u1="E" u2="&#xdf;" k="2" />
433
+ <hkern u1="E" u2="&#xd8;" k="10" />
434
+ <hkern u1="F" u2="&#x153;" k="70" />
435
+ <hkern u1="F" u2="&#x152;" k="18" />
436
+ <hkern u1="F" u2="&#xff;" k="43" />
437
+ <hkern u1="F" u2="&#xfd;" k="43" />
438
+ <hkern u1="F" u2="&#xfc;" k="63" />
439
+ <hkern u1="F" u2="&#xfb;" k="63" />
440
+ <hkern u1="F" u2="&#xfa;" k="63" />
441
+ <hkern u1="F" u2="&#xf9;" k="63" />
442
+ <hkern u1="F" u2="&#xf8;" k="70" />
443
+ <hkern u1="F" u2="&#xf6;" k="70" />
444
+ <hkern u1="F" u2="&#xf5;" k="70" />
445
+ <hkern u1="F" u2="&#xf4;" k="70" />
446
+ <hkern u1="F" u2="&#xf3;" k="70" />
447
+ <hkern u1="F" u2="&#xf2;" k="70" />
448
+ <hkern u1="F" u2="&#xf1;" k="70" />
449
+ <hkern u1="F" u2="&#xf0;" k="25" />
450
+ <hkern u1="F" u2="&#xeb;" k="70" />
451
+ <hkern u1="F" u2="&#xea;" k="70" />
452
+ <hkern u1="F" u2="&#xe9;" k="70" />
453
+ <hkern u1="F" u2="&#xe8;" k="70" />
454
+ <hkern u1="F" u2="&#xe7;" k="70" />
455
+ <hkern u1="F" u2="&#xe6;" k="80" />
456
+ <hkern u1="F" u2="&#xe5;" k="80" />
457
+ <hkern u1="F" u2="&#xe4;" k="80" />
458
+ <hkern u1="F" u2="&#xe3;" k="80" />
459
+ <hkern u1="F" u2="&#xe2;" k="80" />
460
+ <hkern u1="F" u2="&#xe1;" k="80" />
461
+ <hkern u1="F" u2="&#xe0;" k="80" />
462
+ <hkern u1="F" u2="&#xd8;" k="18" />
463
+ <hkern u1="F" u2="&#xd6;" k="18" />
464
+ <hkern u1="F" u2="&#xd5;" k="18" />
465
+ <hkern u1="F" u2="&#xd4;" k="18" />
466
+ <hkern u1="F" u2="&#xd3;" k="18" />
467
+ <hkern u1="F" u2="&#xd2;" k="18" />
468
+ <hkern u1="F" u2="&#xc7;" k="18" />
469
+ <hkern u1="F" u2="&#xc6;" k="209" />
470
+ <hkern u1="F" u2="&#xc5;" k="133" />
471
+ <hkern u1="F" u2="&#xc4;" k="133" />
472
+ <hkern u1="F" u2="&#xc3;" k="133" />
473
+ <hkern u1="F" u2="&#xc2;" k="133" />
474
+ <hkern u1="F" u2="&#xc1;" k="133" />
475
+ <hkern u1="F" u2="&#xc0;" k="133" />
476
+ <hkern u1="F" u2="z" k="68" />
477
+ <hkern u1="F" u2="y" k="43" />
478
+ <hkern u1="F" u2="x" k="70" />
479
+ <hkern u1="F" u2="w" k="41" />
480
+ <hkern u1="F" u2="v" k="45" />
481
+ <hkern u1="F" u2="u" k="63" />
482
+ <hkern u1="F" u2="t" k="31" />
483
+ <hkern u1="F" u2="s" k="74" />
484
+ <hkern u1="F" u2="r" k="49" />
485
+ <hkern u1="F" u2="q" k="70" />
486
+ <hkern u1="F" u2="p" k="70" />
487
+ <hkern u1="F" u2="o" k="70" />
488
+ <hkern u1="F" u2="n" k="70" />
489
+ <hkern u1="F" u2="m" k="70" />
490
+ <hkern u1="F" u2="g" k="70" />
491
+ <hkern u1="F" u2="e" k="70" />
492
+ <hkern u1="F" u2="d" k="70" />
493
+ <hkern u1="F" u2="c" k="70" />
494
+ <hkern u1="F" u2="a" k="80" />
495
+ <hkern u1="F" u2="Q" k="18" />
496
+ <hkern u1="F" u2="O" k="18" />
497
+ <hkern u1="F" u2="J" k="193" />
498
+ <hkern u1="F" u2="G" k="18" />
499
+ <hkern u1="F" u2="C" k="18" />
500
+ <hkern u1="F" u2="A" k="133" />
501
+ <hkern u1="F" u2="&#x40;" k="39" />
502
+ <hkern u1="F" u2="&#x2f;" k="154" />
503
+ <hkern u1="F" u2="&#x2e;" k="186" />
504
+ <hkern u1="F" u2="&#x2c;" k="186" />
505
+ <hkern u1="F" u2="&#x2a;" k="-23" />
506
+ <hkern u1="F" u2="&#x26;" k="33" />
507
+ <hkern u1="G" u2="&#xdf;" k="-10" />
508
+ <hkern u1="G" u2="V" k="14" />
509
+ <hkern u1="J" u2="&#xe6;" k="43" />
510
+ <hkern u1="J" u2="&#xdf;" k="2" />
511
+ <hkern u1="J" u2="&#xc6;" k="41" />
512
+ <hkern u1="J" u2="x" k="47" />
513
+ <hkern u1="J" u2="X" k="20" />
514
+ <hkern u1="J" u2="&#x2f;" k="51" />
515
+ <hkern u1="K" u2="&#xf8;" k="10" />
516
+ <hkern u1="K" u2="&#xf0;" k="10" />
517
+ <hkern u1="K" u2="&#xdf;" k="20" />
518
+ <hkern u1="L" u2="\" k="227" />
519
+ <hkern u1="L" u2="V" k="145" />
520
+ <hkern u1="L" u2="&#x2a;" k="205" />
521
+ <hkern u1="M" u2="&#x2039;" k="2" />
522
+ <hkern u1="M" u2="&#x178;" k="43" />
523
+ <hkern u1="M" u2="&#xdf;" k="10" />
524
+ <hkern u1="M" u2="&#xdd;" k="43" />
525
+ <hkern u1="M" u2="&#xab;" k="2" />
526
+ <hkern u1="M" u2="\" k="29" />
527
+ <hkern u1="M" u2="Y" k="43" />
528
+ <hkern u1="M" u2="W" k="10" />
529
+ <hkern u1="M" u2="V" k="39" />
530
+ <hkern u1="M" u2="T" k="23" />
531
+ <hkern u1="O" u2="&#x201a;" k="61" />
532
+ <hkern u1="O" u2="&#xe6;" k="23" />
533
+ <hkern u1="O" u2="&#xdf;" k="-18" />
534
+ <hkern u1="O" u2="&#xc6;" k="33" />
535
+ <hkern u1="O" u2="x" k="25" />
536
+ <hkern u1="O" u2="\" k="43" />
537
+ <hkern u1="O" u2="X" k="35" />
538
+ <hkern u1="O" u2="V" k="20" />
539
+ <hkern u1="O" u2="&#x2f;" k="43" />
540
+ <hkern u1="P" u2="&#x2039;" k="2" />
541
+ <hkern u1="P" u2="&#x153;" k="47" />
542
+ <hkern u1="P" u2="&#xfc;" k="20" />
543
+ <hkern u1="P" u2="&#xfb;" k="20" />
544
+ <hkern u1="P" u2="&#xfa;" k="20" />
545
+ <hkern u1="P" u2="&#xf9;" k="20" />
546
+ <hkern u1="P" u2="&#xf8;" k="47" />
547
+ <hkern u1="P" u2="&#xf6;" k="47" />
548
+ <hkern u1="P" u2="&#xf5;" k="47" />
549
+ <hkern u1="P" u2="&#xf4;" k="47" />
550
+ <hkern u1="P" u2="&#xf3;" k="47" />
551
+ <hkern u1="P" u2="&#xf2;" k="47" />
552
+ <hkern u1="P" u2="&#xf1;" k="20" />
553
+ <hkern u1="P" u2="&#xf0;" k="47" />
554
+ <hkern u1="P" u2="&#xeb;" k="47" />
555
+ <hkern u1="P" u2="&#xea;" k="47" />
556
+ <hkern u1="P" u2="&#xe9;" k="47" />
557
+ <hkern u1="P" u2="&#xe8;" k="47" />
558
+ <hkern u1="P" u2="&#xe7;" k="47" />
559
+ <hkern u1="P" u2="&#xe6;" k="41" />
560
+ <hkern u1="P" u2="&#xe5;" k="41" />
561
+ <hkern u1="P" u2="&#xe4;" k="41" />
562
+ <hkern u1="P" u2="&#xe3;" k="41" />
563
+ <hkern u1="P" u2="&#xe2;" k="41" />
564
+ <hkern u1="P" u2="&#xe1;" k="41" />
565
+ <hkern u1="P" u2="&#xe0;" k="41" />
566
+ <hkern u1="P" u2="&#xdf;" k="-43" />
567
+ <hkern u1="P" u2="&#xc6;" k="158" />
568
+ <hkern u1="P" u2="&#xc5;" k="123" />
569
+ <hkern u1="P" u2="&#xc4;" k="123" />
570
+ <hkern u1="P" u2="&#xc3;" k="123" />
571
+ <hkern u1="P" u2="&#xc2;" k="123" />
572
+ <hkern u1="P" u2="&#xc1;" k="123" />
573
+ <hkern u1="P" u2="&#xc0;" k="123" />
574
+ <hkern u1="P" u2="&#xab;" k="2" />
575
+ <hkern u1="P" u2="w" k="-8" />
576
+ <hkern u1="P" u2="v" k="-20" />
577
+ <hkern u1="P" u2="u" k="20" />
578
+ <hkern u1="P" u2="t" k="-23" />
579
+ <hkern u1="P" u2="s" k="37" />
580
+ <hkern u1="P" u2="r" k="25" />
581
+ <hkern u1="P" u2="q" k="41" />
582
+ <hkern u1="P" u2="p" k="20" />
583
+ <hkern u1="P" u2="o" k="47" />
584
+ <hkern u1="P" u2="n" k="20" />
585
+ <hkern u1="P" u2="m" k="20" />
586
+ <hkern u1="P" u2="g" k="41" />
587
+ <hkern u1="P" u2="f" k="-23" />
588
+ <hkern u1="P" u2="e" k="47" />
589
+ <hkern u1="P" u2="d" k="41" />
590
+ <hkern u1="P" u2="c" k="47" />
591
+ <hkern u1="P" u2="a" k="41" />
592
+ <hkern u1="P" u2="Z" k="39" />
593
+ <hkern u1="P" u2="X" k="43" />
594
+ <hkern u1="P" u2="M" k="23" />
595
+ <hkern u1="P" u2="J" k="174" />
596
+ <hkern u1="P" u2="A" k="123" />
597
+ <hkern u1="P" u2="&#x40;" k="27" />
598
+ <hkern u1="P" u2="&#x2f;" k="184" />
599
+ <hkern u1="P" u2="&#x2e;" k="285" />
600
+ <hkern u1="P" u2="&#x2c;" k="285" />
601
+ <hkern u1="P" u2="&#x26;" k="41" />
602
+ <hkern u1="Q" u2="&#x201a;" k="61" />
603
+ <hkern u1="Q" u2="&#xff;" k="-14" />
604
+ <hkern u1="Q" u2="&#xfd;" k="-14" />
605
+ <hkern u1="Q" u2="&#xe6;" k="23" />
606
+ <hkern u1="Q" u2="&#xdf;" k="-18" />
607
+ <hkern u1="Q" u2="&#xc6;" k="33" />
608
+ <hkern u1="Q" u2="&#xc5;" k="10" />
609
+ <hkern u1="Q" u2="&#xc4;" k="10" />
610
+ <hkern u1="Q" u2="&#xc3;" k="10" />
611
+ <hkern u1="Q" u2="&#xc2;" k="10" />
612
+ <hkern u1="Q" u2="&#xc1;" k="10" />
613
+ <hkern u1="Q" u2="&#xc0;" k="10" />
614
+ <hkern u1="Q" u2="z" k="12" />
615
+ <hkern u1="Q" u2="y" k="-14" />
616
+ <hkern u1="Q" u2="x" k="25" />
617
+ <hkern u1="Q" u2="j" k="-18" />
618
+ <hkern u1="Q" u2="\" k="43" />
619
+ <hkern u1="Q" u2="Z" k="4" />
620
+ <hkern u1="Q" u2="X" k="12" />
621
+ <hkern u1="Q" u2="V" k="20" />
622
+ <hkern u1="Q" u2="A" k="10" />
623
+ <hkern u1="Q" u2="&#x2f;" k="43" />
624
+ <hkern u1="R" u2="&#xf8;" k="12" />
625
+ <hkern u1="R" u2="&#xe6;" k="12" />
626
+ <hkern u1="R" u2="&#xdf;" k="-25" />
627
+ <hkern u1="R" u2="&#xd8;" k="10" />
628
+ <hkern u1="R" u2="\" k="51" />
629
+ <hkern u1="R" u2="V" k="37" />
630
+ <hkern u1="S" u2="x" k="25" />
631
+ <hkern u1="T" u2="&#xf6;" k="49" />
632
+ <hkern u1="T" u2="&#xf5;" k="66" />
633
+ <hkern u1="T" u2="&#xf4;" k="96" />
634
+ <hkern u1="T" u2="&#xf2;" k="115" />
635
+ <hkern u1="T" u2="&#xf0;" k="66" />
636
+ <hkern u1="T" u2="&#xeb;" k="49" />
637
+ <hkern u1="T" u2="&#xea;" k="96" />
638
+ <hkern u1="T" u2="&#xe8;" k="115" />
639
+ <hkern u1="T" u2="&#xe6;" k="143" />
640
+ <hkern u1="T" u2="&#xe5;" k="92" />
641
+ <hkern u1="T" u2="&#xe4;" k="45" />
642
+ <hkern u1="T" u2="&#xe3;" k="45" />
643
+ <hkern u1="T" u2="&#xe2;" k="125" />
644
+ <hkern u1="T" u2="&#xe0;" k="102" />
645
+ <hkern u1="T" u2="&#xdf;" k="23" />
646
+ <hkern u1="T" u2="&#xc6;" k="133" />
647
+ <hkern u1="T" u2="x" k="123" />
648
+ <hkern u1="T" u2="\" k="-39" />
649
+ <hkern u1="T" u2="M" k="29" />
650
+ <hkern u1="T" u2="&#x40;" k="96" />
651
+ <hkern u1="T" u2="&#x3f;" k="-78" />
652
+ <hkern u1="T" u2="&#x2f;" k="127" />
653
+ <hkern u1="T" u2="&#x2a;" k="-59" />
654
+ <hkern u1="T" u2="&#x26;" k="20" />
655
+ <hkern u1="U" u2="&#xe6;" k="43" />
656
+ <hkern u1="U" u2="&#xdf;" k="2" />
657
+ <hkern u1="U" u2="&#xc6;" k="41" />
658
+ <hkern u1="U" u2="x" k="47" />
659
+ <hkern u1="U" u2="X" k="20" />
660
+ <hkern u1="U" u2="&#x2f;" k="51" />
661
+ <hkern u1="V" u2="&#x203a;" k="41" />
662
+ <hkern u1="V" u2="&#x2039;" k="53" />
663
+ <hkern u1="V" u2="&#x2014;" k="61" />
664
+ <hkern u1="V" u2="&#x2013;" k="61" />
665
+ <hkern u1="V" u2="&#x153;" k="96" />
666
+ <hkern u1="V" u2="&#x152;" k="20" />
667
+ <hkern u1="V" u2="&#xff;" k="23" />
668
+ <hkern u1="V" u2="&#xfd;" k="23" />
669
+ <hkern u1="V" u2="&#xfc;" k="55" />
670
+ <hkern u1="V" u2="&#xfb;" k="55" />
671
+ <hkern u1="V" u2="&#xfa;" k="55" />
672
+ <hkern u1="V" u2="&#xf9;" k="55" />
673
+ <hkern u1="V" u2="&#xf8;" k="96" />
674
+ <hkern u1="V" u2="&#xf6;" k="96" />
675
+ <hkern u1="V" u2="&#xf5;" k="96" />
676
+ <hkern u1="V" u2="&#xf4;" k="96" />
677
+ <hkern u1="V" u2="&#xf3;" k="96" />
678
+ <hkern u1="V" u2="&#xf2;" k="96" />
679
+ <hkern u1="V" u2="&#xf1;" k="51" />
680
+ <hkern u1="V" u2="&#xf0;" k="76" />
681
+ <hkern u1="V" u2="&#xeb;" k="96" />
682
+ <hkern u1="V" u2="&#xea;" k="96" />
683
+ <hkern u1="V" u2="&#xe9;" k="96" />
684
+ <hkern u1="V" u2="&#xe8;" k="96" />
685
+ <hkern u1="V" u2="&#xe7;" k="96" />
686
+ <hkern u1="V" u2="&#xe6;" k="66" />
687
+ <hkern u1="V" u2="&#xe5;" k="66" />
688
+ <hkern u1="V" u2="&#xe4;" k="66" />
689
+ <hkern u1="V" u2="&#xe3;" k="66" />
690
+ <hkern u1="V" u2="&#xe2;" k="66" />
691
+ <hkern u1="V" u2="&#xe1;" k="66" />
692
+ <hkern u1="V" u2="&#xe0;" k="66" />
693
+ <hkern u1="V" u2="&#xdf;" k="29" />
694
+ <hkern u1="V" u2="&#xd8;" k="20" />
695
+ <hkern u1="V" u2="&#xd6;" k="20" />
696
+ <hkern u1="V" u2="&#xd5;" k="20" />
697
+ <hkern u1="V" u2="&#xd4;" k="20" />
698
+ <hkern u1="V" u2="&#xd3;" k="20" />
699
+ <hkern u1="V" u2="&#xd2;" k="20" />
700
+ <hkern u1="V" u2="&#xc7;" k="20" />
701
+ <hkern u1="V" u2="&#xc6;" k="102" />
702
+ <hkern u1="V" u2="&#xc5;" k="102" />
703
+ <hkern u1="V" u2="&#xc4;" k="102" />
704
+ <hkern u1="V" u2="&#xc3;" k="102" />
705
+ <hkern u1="V" u2="&#xc2;" k="102" />
706
+ <hkern u1="V" u2="&#xc1;" k="102" />
707
+ <hkern u1="V" u2="&#xc0;" k="102" />
708
+ <hkern u1="V" u2="&#xbb;" k="41" />
709
+ <hkern u1="V" u2="&#xab;" k="53" />
710
+ <hkern u1="V" u2="z" k="53" />
711
+ <hkern u1="V" u2="y" k="23" />
712
+ <hkern u1="V" u2="x" k="43" />
713
+ <hkern u1="V" u2="w" k="25" />
714
+ <hkern u1="V" u2="v" k="18" />
715
+ <hkern u1="V" u2="u" k="55" />
716
+ <hkern u1="V" u2="t" k="2" />
717
+ <hkern u1="V" u2="s" k="74" />
718
+ <hkern u1="V" u2="r" k="49" />
719
+ <hkern u1="V" u2="q" k="102" />
720
+ <hkern u1="V" u2="p" k="51" />
721
+ <hkern u1="V" u2="o" k="96" />
722
+ <hkern u1="V" u2="n" k="51" />
723
+ <hkern u1="V" u2="m" k="51" />
724
+ <hkern u1="V" u2="g" k="102" />
725
+ <hkern u1="V" u2="e" k="96" />
726
+ <hkern u1="V" u2="d" k="102" />
727
+ <hkern u1="V" u2="c" k="96" />
728
+ <hkern u1="V" u2="a" k="66" />
729
+ <hkern u1="V" u2="Q" k="20" />
730
+ <hkern u1="V" u2="O" k="20" />
731
+ <hkern u1="V" u2="M" k="41" />
732
+ <hkern u1="V" u2="J" k="143" />
733
+ <hkern u1="V" u2="G" k="20" />
734
+ <hkern u1="V" u2="C" k="20" />
735
+ <hkern u1="V" u2="A" k="102" />
736
+ <hkern u1="V" u2="&#x40;" k="84" />
737
+ <hkern u1="V" u2="&#x3f;" k="-37" />
738
+ <hkern u1="V" u2="&#x3b;" k="43" />
739
+ <hkern u1="V" u2="&#x3a;" k="43" />
740
+ <hkern u1="V" u2="&#x2f;" k="143" />
741
+ <hkern u1="V" u2="&#x2e;" k="166" />
742
+ <hkern u1="V" u2="&#x2d;" k="61" />
743
+ <hkern u1="V" u2="&#x2c;" k="166" />
744
+ <hkern u1="V" u2="&#x2a;" k="-37" />
745
+ <hkern u1="V" u2="&#x26;" k="49" />
746
+ <hkern u1="W" u2="&#xf0;" k="72" />
747
+ <hkern u1="W" u2="&#xe6;" k="63" />
748
+ <hkern u1="W" u2="&#xc6;" k="72" />
749
+ <hkern u1="W" u2="x" k="45" />
750
+ <hkern u1="W" u2="M" k="12" />
751
+ <hkern u1="W" u2="&#x40;" k="49" />
752
+ <hkern u1="W" u2="&#x3f;" k="-37" />
753
+ <hkern u1="W" u2="&#x2f;" k="82" />
754
+ <hkern u1="W" u2="&#x2a;" k="-18" />
755
+ <hkern u1="W" u2="&#x26;" k="41" />
756
+ <hkern u1="X" u2="&#x2039;" k="63" />
757
+ <hkern u1="X" u2="&#x2014;" k="51" />
758
+ <hkern u1="X" u2="&#x2013;" k="51" />
759
+ <hkern u1="X" u2="&#x153;" k="43" />
760
+ <hkern u1="X" u2="&#x152;" k="35" />
761
+ <hkern u1="X" u2="&#xff;" k="70" />
762
+ <hkern u1="X" u2="&#xfd;" k="70" />
763
+ <hkern u1="X" u2="&#xfc;" k="49" />
764
+ <hkern u1="X" u2="&#xfb;" k="49" />
765
+ <hkern u1="X" u2="&#xfa;" k="49" />
766
+ <hkern u1="X" u2="&#xf9;" k="49" />
767
+ <hkern u1="X" u2="&#xf8;" k="2" />
768
+ <hkern u1="X" u2="&#xf6;" k="43" />
769
+ <hkern u1="X" u2="&#xf5;" k="43" />
770
+ <hkern u1="X" u2="&#xf4;" k="43" />
771
+ <hkern u1="X" u2="&#xf3;" k="43" />
772
+ <hkern u1="X" u2="&#xf2;" k="43" />
773
+ <hkern u1="X" u2="&#xf0;" k="33" />
774
+ <hkern u1="X" u2="&#xeb;" k="43" />
775
+ <hkern u1="X" u2="&#xea;" k="43" />
776
+ <hkern u1="X" u2="&#xe9;" k="43" />
777
+ <hkern u1="X" u2="&#xe8;" k="43" />
778
+ <hkern u1="X" u2="&#xe7;" k="43" />
779
+ <hkern u1="X" u2="&#xe6;" k="14" />
780
+ <hkern u1="X" u2="&#xe5;" k="14" />
781
+ <hkern u1="X" u2="&#xe4;" k="14" />
782
+ <hkern u1="X" u2="&#xe3;" k="14" />
783
+ <hkern u1="X" u2="&#xe2;" k="14" />
784
+ <hkern u1="X" u2="&#xe1;" k="14" />
785
+ <hkern u1="X" u2="&#xe0;" k="14" />
786
+ <hkern u1="X" u2="&#xdf;" k="39" />
787
+ <hkern u1="X" u2="&#xdc;" k="18" />
788
+ <hkern u1="X" u2="&#xdb;" k="18" />
789
+ <hkern u1="X" u2="&#xda;" k="18" />
790
+ <hkern u1="X" u2="&#xd9;" k="18" />
791
+ <hkern u1="X" u2="&#xd8;" k="16" />
792
+ <hkern u1="X" u2="&#xd6;" k="35" />
793
+ <hkern u1="X" u2="&#xd5;" k="35" />
794
+ <hkern u1="X" u2="&#xd4;" k="35" />
795
+ <hkern u1="X" u2="&#xd3;" k="35" />
796
+ <hkern u1="X" u2="&#xd2;" k="35" />
797
+ <hkern u1="X" u2="&#xc7;" k="35" />
798
+ <hkern u1="X" u2="&#xab;" k="63" />
799
+ <hkern u1="X" u2="y" k="70" />
800
+ <hkern u1="X" u2="w" k="66" />
801
+ <hkern u1="X" u2="v" k="70" />
802
+ <hkern u1="X" u2="u" k="49" />
803
+ <hkern u1="X" u2="t" k="43" />
804
+ <hkern u1="X" u2="r" k="16" />
805
+ <hkern u1="X" u2="q" k="43" />
806
+ <hkern u1="X" u2="o" k="43" />
807
+ <hkern u1="X" u2="g" k="43" />
808
+ <hkern u1="X" u2="e" k="43" />
809
+ <hkern u1="X" u2="d" k="43" />
810
+ <hkern u1="X" u2="c" k="43" />
811
+ <hkern u1="X" u2="a" k="14" />
812
+ <hkern u1="X" u2="U" k="18" />
813
+ <hkern u1="X" u2="Q" k="35" />
814
+ <hkern u1="X" u2="O" k="35" />
815
+ <hkern u1="X" u2="G" k="35" />
816
+ <hkern u1="X" u2="C" k="35" />
817
+ <hkern u1="X" u2="&#x40;" k="2" />
818
+ <hkern u1="X" u2="&#x2d;" k="51" />
819
+ <hkern u1="X" u2="&#x26;" k="16" />
820
+ <hkern u1="Y" u2="&#xf6;" k="113" />
821
+ <hkern u1="Y" u2="&#xf5;" k="102" />
822
+ <hkern u1="Y" u2="&#xf0;" k="98" />
823
+ <hkern u1="Y" u2="&#xeb;" k="113" />
824
+ <hkern u1="Y" u2="&#xe6;" k="104" />
825
+ <hkern u1="Y" u2="&#xdf;" k="31" />
826
+ <hkern u1="Y" u2="&#xc6;" k="154" />
827
+ <hkern u1="Y" u2="x" k="72" />
828
+ <hkern u1="Y" u2="M" k="43" />
829
+ <hkern u1="Y" u2="&#x40;" k="90" />
830
+ <hkern u1="Y" u2="&#x3f;" k="-57" />
831
+ <hkern u1="Y" u2="&#x2f;" k="115" />
832
+ <hkern u1="Y" u2="&#x2a;" k="-37" />
833
+ <hkern u1="Y" u2="&#x26;" k="47" />
834
+ <hkern u1="Z" u2="&#xf8;" k="14" />
835
+ <hkern u1="Z" u2="&#xf0;" k="23" />
836
+ <hkern u1="Z" u2="&#xe6;" k="18" />
837
+ <hkern u1="Z" u2="&#xdf;" k="20" />
838
+ <hkern u1="Z" u2="&#xd8;" k="12" />
839
+ <hkern u1="[" u2="&#xff;" k="-39" />
840
+ <hkern u1="[" u2="&#xfd;" k="-39" />
841
+ <hkern u1="[" u2="y" k="-39" />
842
+ <hkern u1="[" u2="j" k="-39" />
843
+ <hkern u1="\" u2="&#x178;" k="115" />
844
+ <hkern u1="\" u2="&#x152;" k="43" />
845
+ <hkern u1="\" u2="&#xfc;" k="41" />
846
+ <hkern u1="\" u2="&#xfb;" k="41" />
847
+ <hkern u1="\" u2="&#xfa;" k="41" />
848
+ <hkern u1="\" u2="&#xf9;" k="41" />
849
+ <hkern u1="\" u2="&#xdd;" k="115" />
850
+ <hkern u1="\" u2="&#xdc;" k="51" />
851
+ <hkern u1="\" u2="&#xdb;" k="51" />
852
+ <hkern u1="\" u2="&#xda;" k="51" />
853
+ <hkern u1="\" u2="&#xd9;" k="51" />
854
+ <hkern u1="\" u2="&#xd8;" k="2" />
855
+ <hkern u1="\" u2="&#xd6;" k="43" />
856
+ <hkern u1="\" u2="&#xd5;" k="43" />
857
+ <hkern u1="\" u2="&#xd4;" k="43" />
858
+ <hkern u1="\" u2="&#xd3;" k="43" />
859
+ <hkern u1="\" u2="&#xd2;" k="43" />
860
+ <hkern u1="\" u2="&#xc7;" k="43" />
861
+ <hkern u1="\" u2="w" k="4" />
862
+ <hkern u1="\" u2="v" k="25" />
863
+ <hkern u1="\" u2="u" k="41" />
864
+ <hkern u1="\" u2="t" k="51" />
865
+ <hkern u1="\" u2="r" k="2" />
866
+ <hkern u1="\" u2="Y" k="115" />
867
+ <hkern u1="\" u2="W" k="82" />
868
+ <hkern u1="\" u2="V" k="143" />
869
+ <hkern u1="\" u2="U" k="51" />
870
+ <hkern u1="\" u2="T" k="127" />
871
+ <hkern u1="\" u2="Q" k="43" />
872
+ <hkern u1="\" u2="O" k="43" />
873
+ <hkern u1="\" u2="G" k="43" />
874
+ <hkern u1="\" u2="C" k="43" />
875
+ <hkern u1="a" u2="&#xf8;" k="10" />
876
+ <hkern u1="a" u2="&#xf0;" k="10" />
877
+ <hkern u1="a" u2="\" k="104" />
878
+ <hkern u1="b" u2="z" k="27" />
879
+ <hkern u1="b" u2="x" k="45" />
880
+ <hkern u1="b" u2="\" k="84" />
881
+ <hkern u1="c" u2="&#xf8;" k="2" />
882
+ <hkern u1="c" u2="x" k="2" />
883
+ <hkern u1="c" u2="\" k="72" />
884
+ <hkern u1="d" u2="&#xef;" k="-37" />
885
+ <hkern u1="e" u2="\" k="102" />
886
+ <hkern u1="f" u2="&#x2039;" k="23" />
887
+ <hkern u1="f" u2="&#x201d;" k="-152" />
888
+ <hkern u1="f" u2="&#x201c;" k="-143" />
889
+ <hkern u1="f" u2="&#x2019;" k="-152" />
890
+ <hkern u1="f" u2="&#x2018;" k="-143" />
891
+ <hkern u1="f" u2="&#x153;" k="12" />
892
+ <hkern u1="f" u2="&#xff;" k="-70" />
893
+ <hkern u1="f" u2="&#xfd;" k="-70" />
894
+ <hkern u1="f" u2="&#xf8;" k="12" />
895
+ <hkern u1="f" u2="&#xf6;" k="12" />
896
+ <hkern u1="f" u2="&#xf5;" k="12" />
897
+ <hkern u1="f" u2="&#xf4;" k="12" />
898
+ <hkern u1="f" u2="&#xf3;" k="12" />
899
+ <hkern u1="f" u2="&#xf2;" k="12" />
900
+ <hkern u1="f" u2="&#xf0;" k="-25" />
901
+ <hkern u1="f" u2="&#xef;" k="-215" />
902
+ <hkern u1="f" u2="&#xee;" k="-143" />
903
+ <hkern u1="f" u2="&#xed;" k="-106" />
904
+ <hkern u1="f" u2="&#xec;" k="-166" />
905
+ <hkern u1="f" u2="&#xeb;" k="12" />
906
+ <hkern u1="f" u2="&#xea;" k="12" />
907
+ <hkern u1="f" u2="&#xe9;" k="12" />
908
+ <hkern u1="f" u2="&#xe8;" k="12" />
909
+ <hkern u1="f" u2="&#xe7;" k="12" />
910
+ <hkern u1="f" u2="&#xab;" k="23" />
911
+ <hkern u1="f" u2="&#x7d;" k="-80" />
912
+ <hkern u1="f" u2="y" k="-70" />
913
+ <hkern u1="f" u2="x" k="-47" />
914
+ <hkern u1="f" u2="w" k="-84" />
915
+ <hkern u1="f" u2="v" k="-88" />
916
+ <hkern u1="f" u2="r" k="-47" />
917
+ <hkern u1="f" u2="q" k="2" />
918
+ <hkern u1="f" u2="o" k="12" />
919
+ <hkern u1="f" u2="j" k="-106" />
920
+ <hkern u1="f" u2="i" k="-106" />
921
+ <hkern u1="f" u2="g" k="2" />
922
+ <hkern u1="f" u2="e" k="12" />
923
+ <hkern u1="f" u2="d" k="2" />
924
+ <hkern u1="f" u2="c" k="12" />
925
+ <hkern u1="f" u2="]" k="-57" />
926
+ <hkern u1="f" u2="\" k="-141" />
927
+ <hkern u1="f" u2="&#x40;" k="10" />
928
+ <hkern u1="f" u2="&#x3f;" k="-119" />
929
+ <hkern u1="f" u2="&#x2f;" k="51" />
930
+ <hkern u1="f" u2="&#x2e;" k="66" />
931
+ <hkern u1="f" u2="&#x2c;" k="66" />
932
+ <hkern u1="f" u2="&#x2a;" k="-123" />
933
+ <hkern u1="f" u2="&#x29;" k="-80" />
934
+ <hkern u1="f" u2="&#x26;" k="-33" />
935
+ <hkern u1="f" u2="&#x21;" k="-57" />
936
+ <hkern u1="g" u2="\" k="102" />
937
+ <hkern u1="h" u2="\" k="133" />
938
+ <hkern u1="i" u2="x" k="2" />
939
+ <hkern u1="j" u2="x" k="2" />
940
+ <hkern u1="k" u2="&#xf8;" k="2" />
941
+ <hkern u1="k" u2="&#xf0;" k="16" />
942
+ <hkern u1="k" u2="\" k="123" />
943
+ <hkern u1="k" u2="&#x40;" k="20" />
944
+ <hkern u1="k" u2="&#x26;" k="20" />
945
+ <hkern u1="l" u2="&#xf8;" k="-18" />
946
+ <hkern u1="l" u2="&#xf0;" k="10" />
947
+ <hkern u1="l" u2="x" k="-37" />
948
+ <hkern u1="l" u2="\" k="51" />
949
+ <hkern u1="m" u2="\" k="133" />
950
+ <hkern u1="n" u2="\" k="133" />
951
+ <hkern u1="o" u2="x" k="25" />
952
+ <hkern u1="o" u2="\" k="109" />
953
+ <hkern u1="p" u2="x" k="27" />
954
+ <hkern u1="p" u2="v" k="2" />
955
+ <hkern u1="p" u2="\" k="82" />
956
+ <hkern u1="q" u2="\" k="82" />
957
+ <hkern u1="r" u2="&#xf0;" k="16" />
958
+ <hkern u1="r" u2="&#xe6;" k="20" />
959
+ <hkern u1="r" u2="x" k="-29" />
960
+ <hkern u1="r" u2="&#x40;" k="31" />
961
+ <hkern u1="r" u2="&#x2f;" k="113" />
962
+ <hkern u1="r" u2="&#x26;" k="27" />
963
+ <hkern u1="s" u2="\" k="102" />
964
+ <hkern u1="t" u2="&#xf8;" k="2" />
965
+ <hkern u1="t" u2="x" k="-41" />
966
+ <hkern u1="t" u2="\" k="51" />
967
+ <hkern u1="u" u2="\" k="74" />
968
+ <hkern u1="v" u2="&#x153;" k="27" />
969
+ <hkern u1="v" u2="&#xf8;" k="27" />
970
+ <hkern u1="v" u2="&#xf6;" k="27" />
971
+ <hkern u1="v" u2="&#xf5;" k="27" />
972
+ <hkern u1="v" u2="&#xf4;" k="27" />
973
+ <hkern u1="v" u2="&#xf3;" k="27" />
974
+ <hkern u1="v" u2="&#xf2;" k="27" />
975
+ <hkern u1="v" u2="&#xf0;" k="20" />
976
+ <hkern u1="v" u2="&#xef;" k="-23" />
977
+ <hkern u1="v" u2="&#xee;" k="-23" />
978
+ <hkern u1="v" u2="&#xed;" k="-23" />
979
+ <hkern u1="v" u2="&#xec;" k="-23" />
980
+ <hkern u1="v" u2="&#xeb;" k="27" />
981
+ <hkern u1="v" u2="&#xea;" k="27" />
982
+ <hkern u1="v" u2="&#xe9;" k="27" />
983
+ <hkern u1="v" u2="&#xe8;" k="27" />
984
+ <hkern u1="v" u2="&#xe7;" k="27" />
985
+ <hkern u1="v" u2="&#xe6;" k="10" />
986
+ <hkern u1="v" u2="&#xe5;" k="10" />
987
+ <hkern u1="v" u2="&#xe4;" k="10" />
988
+ <hkern u1="v" u2="&#xe3;" k="10" />
989
+ <hkern u1="v" u2="&#xe2;" k="10" />
990
+ <hkern u1="v" u2="&#xe1;" k="10" />
991
+ <hkern u1="v" u2="&#xe0;" k="10" />
992
+ <hkern u1="v" u2="&#xdf;" k="-82" />
993
+ <hkern u1="v" u2="x" k="-45" />
994
+ <hkern u1="v" u2="t" k="-82" />
995
+ <hkern u1="v" u2="q" k="12" />
996
+ <hkern u1="v" u2="o" k="27" />
997
+ <hkern u1="v" u2="j" k="-23" />
998
+ <hkern u1="v" u2="i" k="-23" />
999
+ <hkern u1="v" u2="g" k="12" />
1000
+ <hkern u1="v" u2="f" k="-82" />
1001
+ <hkern u1="v" u2="e" k="27" />
1002
+ <hkern u1="v" u2="d" k="12" />
1003
+ <hkern u1="v" u2="c" k="27" />
1004
+ <hkern u1="v" u2="a" k="10" />
1005
+ <hkern u1="v" u2="&#x40;" k="10" />
1006
+ <hkern u1="v" u2="&#x2f;" k="25" />
1007
+ <hkern u1="v" u2="&#x2e;" k="86" />
1008
+ <hkern u1="v" u2="&#x2c;" k="86" />
1009
+ <hkern u1="v" u2="&#x26;" k="16" />
1010
+ <hkern u1="w" u2="&#xf0;" k="12" />
1011
+ <hkern u1="w" u2="&#xe6;" k="12" />
1012
+ <hkern u1="w" u2="x" k="-45" />
1013
+ <hkern u1="w" u2="&#x40;" k="23" />
1014
+ <hkern u1="w" u2="&#x2f;" k="4" />
1015
+ <hkern u1="x" u2="&#x2039;" k="18" />
1016
+ <hkern u1="x" u2="&#x2014;" k="20" />
1017
+ <hkern u1="x" u2="&#x2013;" k="20" />
1018
+ <hkern u1="x" u2="&#x153;" k="25" />
1019
+ <hkern u1="x" u2="&#xf8;" k="25" />
1020
+ <hkern u1="x" u2="&#xf6;" k="25" />
1021
+ <hkern u1="x" u2="&#xf5;" k="25" />
1022
+ <hkern u1="x" u2="&#xf4;" k="25" />
1023
+ <hkern u1="x" u2="&#xf3;" k="25" />
1024
+ <hkern u1="x" u2="&#xf2;" k="25" />
1025
+ <hkern u1="x" u2="&#xf0;" k="20" />
1026
+ <hkern u1="x" u2="&#xef;" k="-18" />
1027
+ <hkern u1="x" u2="&#xee;" k="-18" />
1028
+ <hkern u1="x" u2="&#xed;" k="-18" />
1029
+ <hkern u1="x" u2="&#xec;" k="-18" />
1030
+ <hkern u1="x" u2="&#xeb;" k="25" />
1031
+ <hkern u1="x" u2="&#xea;" k="25" />
1032
+ <hkern u1="x" u2="&#xe9;" k="25" />
1033
+ <hkern u1="x" u2="&#xe8;" k="25" />
1034
+ <hkern u1="x" u2="&#xe7;" k="25" />
1035
+ <hkern u1="x" u2="&#xe6;" k="2" />
1036
+ <hkern u1="x" u2="&#xe5;" k="2" />
1037
+ <hkern u1="x" u2="&#xe4;" k="2" />
1038
+ <hkern u1="x" u2="&#xe3;" k="2" />
1039
+ <hkern u1="x" u2="&#xe2;" k="2" />
1040
+ <hkern u1="x" u2="&#xe1;" k="2" />
1041
+ <hkern u1="x" u2="&#xe0;" k="2" />
1042
+ <hkern u1="x" u2="&#xdf;" k="-37" />
1043
+ <hkern u1="x" u2="&#xab;" k="18" />
1044
+ <hkern u1="x" u2="w" k="-45" />
1045
+ <hkern u1="x" u2="v" k="-45" />
1046
+ <hkern u1="x" u2="t" k="-45" />
1047
+ <hkern u1="x" u2="q" k="29" />
1048
+ <hkern u1="x" u2="o" k="25" />
1049
+ <hkern u1="x" u2="j" k="-18" />
1050
+ <hkern u1="x" u2="i" k="-18" />
1051
+ <hkern u1="x" u2="g" k="29" />
1052
+ <hkern u1="x" u2="f" k="-37" />
1053
+ <hkern u1="x" u2="e" k="25" />
1054
+ <hkern u1="x" u2="d" k="29" />
1055
+ <hkern u1="x" u2="c" k="25" />
1056
+ <hkern u1="x" u2="a" k="2" />
1057
+ <hkern u1="x" u2="\" k="74" />
1058
+ <hkern u1="x" u2="&#x40;" k="12" />
1059
+ <hkern u1="x" u2="&#x2d;" k="20" />
1060
+ <hkern u1="x" u2="&#x26;" k="16" />
1061
+ <hkern u1="y" u2="&#xf0;" k="18" />
1062
+ <hkern u1="y" u2="&#xe6;" k="27" />
1063
+ <hkern u1="y" u2="\" k="41" />
1064
+ <hkern u1="y" u2="&#x40;" k="23" />
1065
+ <hkern u1="y" u2="&#x2f;" k="61" />
1066
+ <hkern u1="y" u2="&#x26;" k="20" />
1067
+ <hkern u1="z" u2="&#xf0;" k="2" />
1068
+ <hkern u1="z" u2="\" k="104" />
1069
+ <hkern u1="&#x7b;" u2="&#xff;" k="-41" />
1070
+ <hkern u1="&#x7b;" u2="&#xfd;" k="-41" />
1071
+ <hkern u1="&#x7b;" u2="y" k="-41" />
1072
+ <hkern u1="&#x7b;" u2="j" k="-39" />
1073
+ <hkern u1="&#xab;" u2="V" k="41" />
1074
+ <hkern u1="&#xbb;" u2="x" k="51" />
1075
+ <hkern u1="&#xbb;" u2="X" k="63" />
1076
+ <hkern u1="&#xbb;" u2="V" k="53" />
1077
+ <hkern u1="&#xbb;" u2="M" k="2" />
1078
+ <hkern u1="&#xc0;" u2="&#xf8;" k="10" />
1079
+ <hkern u1="&#xc0;" u2="&#xf0;" k="16" />
1080
+ <hkern u1="&#xc0;" u2="&#xdf;" k="2" />
1081
+ <hkern u1="&#xc0;" u2="&#xd8;" k="2" />
1082
+ <hkern u1="&#xc0;" u2="\" k="154" />
1083
+ <hkern u1="&#xc0;" u2="V" k="102" />
1084
+ <hkern u1="&#xc0;" u2="&#x2a;" k="133" />
1085
+ <hkern u1="&#xc1;" u2="&#xf8;" k="10" />
1086
+ <hkern u1="&#xc1;" u2="&#xf0;" k="16" />
1087
+ <hkern u1="&#xc1;" u2="&#xdf;" k="2" />
1088
+ <hkern u1="&#xc1;" u2="&#xd8;" k="2" />
1089
+ <hkern u1="&#xc1;" u2="\" k="154" />
1090
+ <hkern u1="&#xc1;" u2="V" k="102" />
1091
+ <hkern u1="&#xc1;" u2="&#x2a;" k="133" />
1092
+ <hkern u1="&#xc2;" u2="&#xf8;" k="10" />
1093
+ <hkern u1="&#xc2;" u2="&#xf0;" k="16" />
1094
+ <hkern u1="&#xc2;" u2="&#xdf;" k="2" />
1095
+ <hkern u1="&#xc2;" u2="&#xd8;" k="2" />
1096
+ <hkern u1="&#xc2;" u2="\" k="154" />
1097
+ <hkern u1="&#xc2;" u2="V" k="102" />
1098
+ <hkern u1="&#xc2;" u2="&#x2a;" k="133" />
1099
+ <hkern u1="&#xc3;" u2="&#xf8;" k="10" />
1100
+ <hkern u1="&#xc3;" u2="&#xf0;" k="16" />
1101
+ <hkern u1="&#xc3;" u2="&#xdf;" k="2" />
1102
+ <hkern u1="&#xc3;" u2="&#xd8;" k="2" />
1103
+ <hkern u1="&#xc3;" u2="\" k="154" />
1104
+ <hkern u1="&#xc3;" u2="V" k="102" />
1105
+ <hkern u1="&#xc3;" u2="&#x2a;" k="133" />
1106
+ <hkern u1="&#xc4;" u2="&#xf8;" k="10" />
1107
+ <hkern u1="&#xc4;" u2="&#xf0;" k="16" />
1108
+ <hkern u1="&#xc4;" u2="&#xdf;" k="2" />
1109
+ <hkern u1="&#xc4;" u2="&#xd8;" k="2" />
1110
+ <hkern u1="&#xc4;" u2="\" k="154" />
1111
+ <hkern u1="&#xc4;" u2="V" k="102" />
1112
+ <hkern u1="&#xc4;" u2="&#x2a;" k="133" />
1113
+ <hkern u1="&#xc5;" u2="&#xf8;" k="10" />
1114
+ <hkern u1="&#xc5;" u2="&#xf0;" k="16" />
1115
+ <hkern u1="&#xc5;" u2="&#xdf;" k="2" />
1116
+ <hkern u1="&#xc5;" u2="&#xd8;" k="2" />
1117
+ <hkern u1="&#xc5;" u2="\" k="154" />
1118
+ <hkern u1="&#xc5;" u2="V" k="102" />
1119
+ <hkern u1="&#xc5;" u2="&#x2a;" k="133" />
1120
+ <hkern u1="&#xc6;" u2="&#xf8;" k="10" />
1121
+ <hkern u1="&#xc6;" u2="&#xf0;" k="20" />
1122
+ <hkern u1="&#xc6;" u2="&#xe6;" k="12" />
1123
+ <hkern u1="&#xc6;" u2="&#xdf;" k="2" />
1124
+ <hkern u1="&#xc6;" u2="&#xd8;" k="10" />
1125
+ <hkern u1="&#xc7;" u2="&#xe6;" k="2" />
1126
+ <hkern u1="&#xc7;" u2="&#xdf;" k="-49" />
1127
+ <hkern u1="&#xc7;" u2="&#xd8;" k="-10" />
1128
+ <hkern u1="&#xc7;" u2="V" k="-25" />
1129
+ <hkern u1="&#xc7;" u2="&#x2a;" k="-37" />
1130
+ <hkern u1="&#xc7;" u2="&#x26;" k="-10" />
1131
+ <hkern u1="&#xc8;" u2="&#xf8;" k="10" />
1132
+ <hkern u1="&#xc8;" u2="&#xf0;" k="20" />
1133
+ <hkern u1="&#xc8;" u2="&#xe6;" k="12" />
1134
+ <hkern u1="&#xc8;" u2="&#xdf;" k="2" />
1135
+ <hkern u1="&#xc8;" u2="&#xd8;" k="10" />
1136
+ <hkern u1="&#xc9;" u2="&#xf8;" k="10" />
1137
+ <hkern u1="&#xc9;" u2="&#xf0;" k="20" />
1138
+ <hkern u1="&#xc9;" u2="&#xe6;" k="12" />
1139
+ <hkern u1="&#xc9;" u2="&#xdf;" k="2" />
1140
+ <hkern u1="&#xc9;" u2="&#xd8;" k="10" />
1141
+ <hkern u1="&#xca;" u2="&#xf8;" k="10" />
1142
+ <hkern u1="&#xca;" u2="&#xf0;" k="20" />
1143
+ <hkern u1="&#xca;" u2="&#xe6;" k="12" />
1144
+ <hkern u1="&#xca;" u2="&#xdf;" k="2" />
1145
+ <hkern u1="&#xca;" u2="&#xd8;" k="10" />
1146
+ <hkern u1="&#xcb;" u2="&#xf8;" k="10" />
1147
+ <hkern u1="&#xcb;" u2="&#xf0;" k="20" />
1148
+ <hkern u1="&#xcb;" u2="&#xe6;" k="12" />
1149
+ <hkern u1="&#xcb;" u2="&#xdf;" k="2" />
1150
+ <hkern u1="&#xcb;" u2="&#xd8;" k="10" />
1151
+ <hkern u1="&#xd0;" u2="&#xe6;" k="25" />
1152
+ <hkern u1="&#xd0;" u2="&#xdf;" k="-18" />
1153
+ <hkern u1="&#xd0;" u2="&#xc6;" k="59" />
1154
+ <hkern u1="&#xd0;" u2="x" k="25" />
1155
+ <hkern u1="&#xd0;" u2="\" k="51" />
1156
+ <hkern u1="&#xd0;" u2="X" k="31" />
1157
+ <hkern u1="&#xd0;" u2="V" k="20" />
1158
+ <hkern u1="&#xd0;" u2="&#x2f;" k="51" />
1159
+ <hkern u1="&#xd2;" u2="&#x201a;" k="61" />
1160
+ <hkern u1="&#xd2;" u2="&#xe6;" k="23" />
1161
+ <hkern u1="&#xd2;" u2="&#xdf;" k="-18" />
1162
+ <hkern u1="&#xd2;" u2="&#xc6;" k="33" />
1163
+ <hkern u1="&#xd2;" u2="x" k="25" />
1164
+ <hkern u1="&#xd2;" u2="\" k="43" />
1165
+ <hkern u1="&#xd2;" u2="X" k="35" />
1166
+ <hkern u1="&#xd2;" u2="V" k="20" />
1167
+ <hkern u1="&#xd2;" u2="&#x2f;" k="43" />
1168
+ <hkern u1="&#xd3;" u2="&#x201a;" k="61" />
1169
+ <hkern u1="&#xd3;" u2="&#xe6;" k="23" />
1170
+ <hkern u1="&#xd3;" u2="&#xdf;" k="-18" />
1171
+ <hkern u1="&#xd3;" u2="&#xc6;" k="33" />
1172
+ <hkern u1="&#xd3;" u2="x" k="25" />
1173
+ <hkern u1="&#xd3;" u2="\" k="43" />
1174
+ <hkern u1="&#xd3;" u2="X" k="35" />
1175
+ <hkern u1="&#xd3;" u2="V" k="20" />
1176
+ <hkern u1="&#xd3;" u2="&#x2f;" k="43" />
1177
+ <hkern u1="&#xd4;" u2="&#x201a;" k="61" />
1178
+ <hkern u1="&#xd4;" u2="&#xe6;" k="23" />
1179
+ <hkern u1="&#xd4;" u2="&#xdf;" k="-18" />
1180
+ <hkern u1="&#xd4;" u2="&#xc6;" k="33" />
1181
+ <hkern u1="&#xd4;" u2="x" k="25" />
1182
+ <hkern u1="&#xd4;" u2="\" k="43" />
1183
+ <hkern u1="&#xd4;" u2="X" k="35" />
1184
+ <hkern u1="&#xd4;" u2="V" k="20" />
1185
+ <hkern u1="&#xd4;" u2="&#x2f;" k="43" />
1186
+ <hkern u1="&#xd5;" u2="&#x201a;" k="61" />
1187
+ <hkern u1="&#xd5;" u2="&#xe6;" k="23" />
1188
+ <hkern u1="&#xd5;" u2="&#xdf;" k="-18" />
1189
+ <hkern u1="&#xd5;" u2="&#xc6;" k="33" />
1190
+ <hkern u1="&#xd5;" u2="x" k="25" />
1191
+ <hkern u1="&#xd5;" u2="\" k="43" />
1192
+ <hkern u1="&#xd5;" u2="X" k="35" />
1193
+ <hkern u1="&#xd5;" u2="V" k="20" />
1194
+ <hkern u1="&#xd5;" u2="&#x2f;" k="43" />
1195
+ <hkern u1="&#xd6;" u2="&#x201a;" k="61" />
1196
+ <hkern u1="&#xd6;" u2="&#xe6;" k="23" />
1197
+ <hkern u1="&#xd6;" u2="&#xdf;" k="-18" />
1198
+ <hkern u1="&#xd6;" u2="&#xc6;" k="33" />
1199
+ <hkern u1="&#xd6;" u2="x" k="25" />
1200
+ <hkern u1="&#xd6;" u2="\" k="43" />
1201
+ <hkern u1="&#xd6;" u2="X" k="35" />
1202
+ <hkern u1="&#xd6;" u2="V" k="20" />
1203
+ <hkern u1="&#xd6;" u2="&#x2f;" k="43" />
1204
+ <hkern u1="&#xd8;" u2="&#x201a;" k="61" />
1205
+ <hkern u1="&#xd8;" u2="&#xe6;" k="23" />
1206
+ <hkern u1="&#xd8;" u2="&#xdf;" k="-18" />
1207
+ <hkern u1="&#xd8;" u2="&#xc6;" k="33" />
1208
+ <hkern u1="&#xd8;" u2="x" k="25" />
1209
+ <hkern u1="&#xd8;" u2="\" k="4" />
1210
+ <hkern u1="&#xd8;" u2="Z" k="20" />
1211
+ <hkern u1="&#xd8;" u2="X" k="35" />
1212
+ <hkern u1="&#xd8;" u2="V" k="12" />
1213
+ <hkern u1="&#xd8;" u2="T" k="29" />
1214
+ <hkern u1="&#xd8;" u2="&#x2f;" k="43" />
1215
+ <hkern u1="&#xd9;" u2="&#xe6;" k="43" />
1216
+ <hkern u1="&#xd9;" u2="&#xdf;" k="2" />
1217
+ <hkern u1="&#xd9;" u2="&#xc6;" k="41" />
1218
+ <hkern u1="&#xd9;" u2="x" k="47" />
1219
+ <hkern u1="&#xd9;" u2="X" k="20" />
1220
+ <hkern u1="&#xd9;" u2="&#x2f;" k="51" />
1221
+ <hkern u1="&#xda;" u2="&#xe6;" k="43" />
1222
+ <hkern u1="&#xda;" u2="&#xdf;" k="2" />
1223
+ <hkern u1="&#xda;" u2="&#xc6;" k="41" />
1224
+ <hkern u1="&#xda;" u2="x" k="47" />
1225
+ <hkern u1="&#xda;" u2="X" k="20" />
1226
+ <hkern u1="&#xda;" u2="&#x2f;" k="51" />
1227
+ <hkern u1="&#xdb;" u2="&#xe6;" k="43" />
1228
+ <hkern u1="&#xdb;" u2="&#xdf;" k="2" />
1229
+ <hkern u1="&#xdb;" u2="&#xc6;" k="41" />
1230
+ <hkern u1="&#xdb;" u2="x" k="47" />
1231
+ <hkern u1="&#xdb;" u2="X" k="20" />
1232
+ <hkern u1="&#xdb;" u2="&#x2f;" k="51" />
1233
+ <hkern u1="&#xdc;" u2="&#xe6;" k="43" />
1234
+ <hkern u1="&#xdc;" u2="&#xdf;" k="2" />
1235
+ <hkern u1="&#xdc;" u2="&#xc6;" k="41" />
1236
+ <hkern u1="&#xdc;" u2="x" k="47" />
1237
+ <hkern u1="&#xdc;" u2="X" k="20" />
1238
+ <hkern u1="&#xdc;" u2="&#x2f;" k="51" />
1239
+ <hkern u1="&#xdd;" u2="&#xf6;" k="113" />
1240
+ <hkern u1="&#xdd;" u2="&#xf5;" k="102" />
1241
+ <hkern u1="&#xdd;" u2="&#xf0;" k="98" />
1242
+ <hkern u1="&#xdd;" u2="&#xeb;" k="113" />
1243
+ <hkern u1="&#xdd;" u2="&#xe6;" k="104" />
1244
+ <hkern u1="&#xdd;" u2="&#xdf;" k="31" />
1245
+ <hkern u1="&#xdd;" u2="&#xc6;" k="154" />
1246
+ <hkern u1="&#xdd;" u2="x" k="72" />
1247
+ <hkern u1="&#xdd;" u2="M" k="43" />
1248
+ <hkern u1="&#xdd;" u2="&#x40;" k="90" />
1249
+ <hkern u1="&#xdd;" u2="&#x3f;" k="-57" />
1250
+ <hkern u1="&#xdd;" u2="&#x2f;" k="115" />
1251
+ <hkern u1="&#xdd;" u2="&#x2a;" k="-37" />
1252
+ <hkern u1="&#xdd;" u2="&#x26;" k="47" />
1253
+ <hkern u1="&#xde;" u2="&#x178;" k="61" />
1254
+ <hkern u1="&#xde;" u2="&#x153;" k="14" />
1255
+ <hkern u1="&#xde;" u2="&#xf8;" k="14" />
1256
+ <hkern u1="&#xde;" u2="&#xf6;" k="14" />
1257
+ <hkern u1="&#xde;" u2="&#xf5;" k="14" />
1258
+ <hkern u1="&#xde;" u2="&#xf4;" k="14" />
1259
+ <hkern u1="&#xde;" u2="&#xf3;" k="14" />
1260
+ <hkern u1="&#xde;" u2="&#xf2;" k="14" />
1261
+ <hkern u1="&#xde;" u2="&#xf0;" k="14" />
1262
+ <hkern u1="&#xde;" u2="&#xeb;" k="14" />
1263
+ <hkern u1="&#xde;" u2="&#xea;" k="14" />
1264
+ <hkern u1="&#xde;" u2="&#xe9;" k="14" />
1265
+ <hkern u1="&#xde;" u2="&#xe8;" k="14" />
1266
+ <hkern u1="&#xde;" u2="&#xe7;" k="14" />
1267
+ <hkern u1="&#xde;" u2="&#xe6;" k="27" />
1268
+ <hkern u1="&#xde;" u2="&#xe5;" k="27" />
1269
+ <hkern u1="&#xde;" u2="&#xe4;" k="27" />
1270
+ <hkern u1="&#xde;" u2="&#xe3;" k="27" />
1271
+ <hkern u1="&#xde;" u2="&#xe2;" k="27" />
1272
+ <hkern u1="&#xde;" u2="&#xe1;" k="27" />
1273
+ <hkern u1="&#xde;" u2="&#xe0;" k="27" />
1274
+ <hkern u1="&#xde;" u2="&#xdd;" k="61" />
1275
+ <hkern u1="&#xde;" u2="&#xc5;" k="72" />
1276
+ <hkern u1="&#xde;" u2="&#xc4;" k="72" />
1277
+ <hkern u1="&#xde;" u2="&#xc3;" k="72" />
1278
+ <hkern u1="&#xde;" u2="&#xc2;" k="72" />
1279
+ <hkern u1="&#xde;" u2="&#xc1;" k="72" />
1280
+ <hkern u1="&#xde;" u2="&#xc0;" k="72" />
1281
+ <hkern u1="&#xde;" u2="z" k="23" />
1282
+ <hkern u1="&#xde;" u2="x" k="25" />
1283
+ <hkern u1="&#xde;" u2="s" k="16" />
1284
+ <hkern u1="&#xde;" u2="q" k="14" />
1285
+ <hkern u1="&#xde;" u2="o" k="14" />
1286
+ <hkern u1="&#xde;" u2="g" k="14" />
1287
+ <hkern u1="&#xde;" u2="e" k="14" />
1288
+ <hkern u1="&#xde;" u2="d" k="14" />
1289
+ <hkern u1="&#xde;" u2="c" k="14" />
1290
+ <hkern u1="&#xde;" u2="a" k="27" />
1291
+ <hkern u1="&#xde;" u2="Z" k="63" />
1292
+ <hkern u1="&#xde;" u2="Y" k="61" />
1293
+ <hkern u1="&#xde;" u2="X" k="72" />
1294
+ <hkern u1="&#xde;" u2="V" k="43" />
1295
+ <hkern u1="&#xde;" u2="T" k="76" />
1296
+ <hkern u1="&#xde;" u2="S" k="23" />
1297
+ <hkern u1="&#xde;" u2="M" k="33" />
1298
+ <hkern u1="&#xde;" u2="J" k="133" />
1299
+ <hkern u1="&#xde;" u2="A" k="72" />
1300
+ <hkern u1="&#xdf;" u2="&#x178;" k="78" />
1301
+ <hkern u1="&#xdf;" u2="&#x152;" k="18" />
1302
+ <hkern u1="&#xdf;" u2="&#xdd;" k="78" />
1303
+ <hkern u1="&#xdf;" u2="&#xd8;" k="18" />
1304
+ <hkern u1="&#xdf;" u2="&#xd6;" k="18" />
1305
+ <hkern u1="&#xdf;" u2="&#xd5;" k="18" />
1306
+ <hkern u1="&#xdf;" u2="&#xd4;" k="18" />
1307
+ <hkern u1="&#xdf;" u2="&#xd3;" k="18" />
1308
+ <hkern u1="&#xdf;" u2="&#xd2;" k="18" />
1309
+ <hkern u1="&#xdf;" u2="&#xc7;" k="18" />
1310
+ <hkern u1="&#xdf;" u2="Z" k="12" />
1311
+ <hkern u1="&#xdf;" u2="Y" k="78" />
1312
+ <hkern u1="&#xdf;" u2="X" k="2" />
1313
+ <hkern u1="&#xdf;" u2="W" k="31" />
1314
+ <hkern u1="&#xdf;" u2="V" k="63" />
1315
+ <hkern u1="&#xdf;" u2="T" k="43" />
1316
+ <hkern u1="&#xdf;" u2="Q" k="18" />
1317
+ <hkern u1="&#xdf;" u2="O" k="18" />
1318
+ <hkern u1="&#xdf;" u2="M" k="12" />
1319
+ <hkern u1="&#xdf;" u2="G" k="18" />
1320
+ <hkern u1="&#xdf;" u2="C" k="18" />
1321
+ <hkern u1="&#xe0;" u2="&#xf8;" k="10" />
1322
+ <hkern u1="&#xe0;" u2="&#xf0;" k="10" />
1323
+ <hkern u1="&#xe0;" u2="\" k="104" />
1324
+ <hkern u1="&#xe1;" u2="&#xf8;" k="10" />
1325
+ <hkern u1="&#xe1;" u2="&#xf0;" k="10" />
1326
+ <hkern u1="&#xe1;" u2="\" k="104" />
1327
+ <hkern u1="&#xe2;" u2="&#xf8;" k="10" />
1328
+ <hkern u1="&#xe2;" u2="&#xf0;" k="10" />
1329
+ <hkern u1="&#xe2;" u2="\" k="104" />
1330
+ <hkern u1="&#xe3;" u2="&#xf8;" k="10" />
1331
+ <hkern u1="&#xe3;" u2="&#xf0;" k="10" />
1332
+ <hkern u1="&#xe3;" u2="\" k="104" />
1333
+ <hkern u1="&#xe4;" u2="&#xf8;" k="10" />
1334
+ <hkern u1="&#xe4;" u2="&#xf0;" k="10" />
1335
+ <hkern u1="&#xe4;" u2="\" k="104" />
1336
+ <hkern u1="&#xe5;" u2="&#xf8;" k="10" />
1337
+ <hkern u1="&#xe5;" u2="&#xf0;" k="10" />
1338
+ <hkern u1="&#xe5;" u2="\" k="104" />
1339
+ <hkern u1="&#xe6;" u2="\" k="102" />
1340
+ <hkern u1="&#xe7;" u2="&#xf8;" k="2" />
1341
+ <hkern u1="&#xe7;" u2="x" k="2" />
1342
+ <hkern u1="&#xe7;" u2="\" k="72" />
1343
+ <hkern u1="&#xe8;" u2="\" k="102" />
1344
+ <hkern u1="&#xe9;" u2="\" k="102" />
1345
+ <hkern u1="&#xea;" u2="\" k="102" />
1346
+ <hkern u1="&#xeb;" u2="\" k="102" />
1347
+ <hkern u1="&#xec;" u2="x" k="2" />
1348
+ <hkern u1="&#xed;" u2="x" k="2" />
1349
+ <hkern u1="&#xee;" u2="x" k="2" />
1350
+ <hkern u1="&#xef;" u2="x" k="2" />
1351
+ <hkern u1="&#xf0;" u2="x" k="23" />
1352
+ <hkern u1="&#xf0;" u2="w" k="2" />
1353
+ <hkern u1="&#xf0;" u2="v" k="2" />
1354
+ <hkern u1="&#xf0;" u2="\" k="43" />
1355
+ <hkern u1="&#xf1;" u2="\" k="133" />
1356
+ <hkern u1="&#xf2;" u2="x" k="25" />
1357
+ <hkern u1="&#xf2;" u2="\" k="109" />
1358
+ <hkern u1="&#xf3;" u2="x" k="25" />
1359
+ <hkern u1="&#xf3;" u2="\" k="109" />
1360
+ <hkern u1="&#xf4;" u2="x" k="25" />
1361
+ <hkern u1="&#xf4;" u2="\" k="109" />
1362
+ <hkern u1="&#xf5;" u2="x" k="25" />
1363
+ <hkern u1="&#xf5;" u2="\" k="109" />
1364
+ <hkern u1="&#xf6;" u2="x" k="25" />
1365
+ <hkern u1="&#xf6;" u2="\" k="109" />
1366
+ <hkern u1="&#xf8;" u2="&#xff;" k="2" />
1367
+ <hkern u1="&#xf8;" u2="&#xfd;" k="2" />
1368
+ <hkern u1="&#xf8;" u2="z" k="2" />
1369
+ <hkern u1="&#xf8;" u2="y" k="2" />
1370
+ <hkern u1="&#xf8;" u2="x" k="16" />
1371
+ <hkern u1="&#xf8;" u2="w" k="2" />
1372
+ <hkern u1="&#xf8;" u2="\" k="109" />
1373
+ <hkern u1="&#xf9;" u2="\" k="74" />
1374
+ <hkern u1="&#xfa;" u2="\" k="74" />
1375
+ <hkern u1="&#xfb;" u2="\" k="74" />
1376
+ <hkern u1="&#xfc;" u2="\" k="74" />
1377
+ <hkern u1="&#xfd;" u2="&#xf0;" k="18" />
1378
+ <hkern u1="&#xfd;" u2="&#xe6;" k="27" />
1379
+ <hkern u1="&#xfd;" u2="\" k="41" />
1380
+ <hkern u1="&#xfd;" u2="&#x40;" k="23" />
1381
+ <hkern u1="&#xfd;" u2="&#x2f;" k="61" />
1382
+ <hkern u1="&#xfd;" u2="&#x26;" k="20" />
1383
+ <hkern u1="&#xfe;" u2="x" k="27" />
1384
+ <hkern u1="&#xfe;" u2="v" k="2" />
1385
+ <hkern u1="&#xfe;" u2="\" k="82" />
1386
+ <hkern u1="&#xff;" u2="&#xf0;" k="18" />
1387
+ <hkern u1="&#xff;" u2="&#xe6;" k="27" />
1388
+ <hkern u1="&#xff;" u2="\" k="41" />
1389
+ <hkern u1="&#xff;" u2="&#x40;" k="23" />
1390
+ <hkern u1="&#xff;" u2="&#x2f;" k="61" />
1391
+ <hkern u1="&#xff;" u2="&#x26;" k="20" />
1392
+ <hkern u1="&#x152;" u2="&#xf8;" k="10" />
1393
+ <hkern u1="&#x152;" u2="&#xf0;" k="20" />
1394
+ <hkern u1="&#x152;" u2="&#xe6;" k="12" />
1395
+ <hkern u1="&#x152;" u2="&#xdf;" k="2" />
1396
+ <hkern u1="&#x152;" u2="&#xd8;" k="10" />
1397
+ <hkern u1="&#x153;" u2="\" k="102" />
1398
+ <hkern u1="&#x178;" u2="&#xf6;" k="113" />
1399
+ <hkern u1="&#x178;" u2="&#xf5;" k="102" />
1400
+ <hkern u1="&#x178;" u2="&#xf0;" k="98" />
1401
+ <hkern u1="&#x178;" u2="&#xeb;" k="113" />
1402
+ <hkern u1="&#x178;" u2="&#xe6;" k="104" />
1403
+ <hkern u1="&#x178;" u2="&#xdf;" k="31" />
1404
+ <hkern u1="&#x178;" u2="&#xc6;" k="154" />
1405
+ <hkern u1="&#x178;" u2="x" k="72" />
1406
+ <hkern u1="&#x178;" u2="M" k="43" />
1407
+ <hkern u1="&#x178;" u2="&#x40;" k="90" />
1408
+ <hkern u1="&#x178;" u2="&#x3f;" k="-57" />
1409
+ <hkern u1="&#x178;" u2="&#x2f;" k="115" />
1410
+ <hkern u1="&#x178;" u2="&#x2a;" k="-37" />
1411
+ <hkern u1="&#x178;" u2="&#x26;" k="47" />
1412
+ <hkern u1="&#x2013;" u2="x" k="20" />
1413
+ <hkern u1="&#x2013;" u2="X" k="51" />
1414
+ <hkern u1="&#x2013;" u2="V" k="61" />
1415
+ <hkern u1="&#x2014;" u2="x" k="20" />
1416
+ <hkern u1="&#x2014;" u2="X" k="51" />
1417
+ <hkern u1="&#x2014;" u2="V" k="61" />
1418
+ <hkern u1="&#x2018;" u2="&#xc6;" k="205" />
1419
+ <hkern u1="&#x201a;" u2="V" k="123" />
1420
+ <hkern u1="&#x201c;" u2="&#xc6;" k="205" />
1421
+ <hkern u1="&#x201e;" u2="V" k="123" />
1422
+ <hkern u1="&#x2039;" u2="V" k="41" />
1423
+ <hkern u1="&#x203a;" u2="x" k="51" />
1424
+ <hkern u1="&#x203a;" u2="X" k="63" />
1425
+ <hkern u1="&#x203a;" u2="V" k="53" />
1426
+ <hkern u1="&#x203a;" u2="M" k="2" />
1427
+ <hkern g1="D,Eth" g2="J" k="41" />
1428
+ <hkern g1="D,Eth" g2="Y,Yacute,Ydieresis" k="29" />
1429
+ <hkern g1="D,Eth" g2="T" k="31" />
1430
+ <hkern g1="D,Eth" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="20" />
1431
+ <hkern g1="D,Eth" g2="guillemotleft,guilsinglleft" k="-18" />
1432
+ <hkern g1="D,Eth" g2="comma,period" k="39" />
1433
+ <hkern g1="D,Eth" g2="Z" k="16" />
1434
+ <hkern g1="D,Eth" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="25" />
1435
+ <hkern g1="D,Eth" g2="z" k="29" />
1436
+ <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="u,ugrave,uacute,ucircumflex,udieresis" k="27" />
1437
+ <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="t" k="20" />
1438
+ <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20" />
1439
+ <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="w" k="31" />
1440
+ <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="v" k="31" />
1441
+ <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="d,g,q" k="18" />
1442
+ <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="y,yacute,ydieresis" k="31" />
1443
+ <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="20" />
1444
+ <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="guillemotleft,guilsinglleft" k="2" />
1445
+ <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="12" />
1446
+ <hkern g1="K" g2="u,ugrave,uacute,ucircumflex,udieresis" k="31" />
1447
+ <hkern g1="K" g2="t" k="39" />
1448
+ <hkern g1="K" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="16" />
1449
+ <hkern g1="K" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="14" />
1450
+ <hkern g1="K" g2="w" k="53" />
1451
+ <hkern g1="K" g2="v" k="61" />
1452
+ <hkern g1="K" g2="d,g,q" k="23" />
1453
+ <hkern g1="K" g2="y,yacute,ydieresis" k="49" />
1454
+ <hkern g1="K" g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="25" />
1455
+ <hkern g1="K" g2="guillemotleft,guilsinglleft" k="27" />
1456
+ <hkern g1="K" g2="hyphen,endash,emdash" k="20" />
1457
+ <hkern g1="L" g2="quoteleft,quotedblleft" k="197" />
1458
+ <hkern g1="L" g2="u,ugrave,uacute,ucircumflex,udieresis" k="23" />
1459
+ <hkern g1="L" g2="t" k="51" />
1460
+ <hkern g1="L" g2="W" k="74" />
1461
+ <hkern g1="L" g2="quoteright,quotedblright" k="176" />
1462
+ <hkern g1="L" g2="Y,Yacute,Ydieresis" k="203" />
1463
+ <hkern g1="L" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="29" />
1464
+ <hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="31" />
1465
+ <hkern g1="L" g2="T" k="205" />
1466
+ <hkern g1="L" g2="w" k="43" />
1467
+ <hkern g1="L" g2="v" k="66" />
1468
+ <hkern g1="L" g2="d,g,q" k="2" />
1469
+ <hkern g1="L" g2="y,yacute,ydieresis" k="51" />
1470
+ <hkern g1="L" g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="18" />
1471
+ <hkern g1="L" g2="guillemotleft,guilsinglleft" k="35" />
1472
+ <hkern g1="L" g2="hyphen,endash,emdash" k="96" />
1473
+ <hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="J" k="41" />
1474
+ <hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="Y,Yacute,Ydieresis" k="31" />
1475
+ <hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="T" k="31" />
1476
+ <hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="20" />
1477
+ <hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="guillemotleft,guilsinglleft" k="-18" />
1478
+ <hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="comma,period" k="43" />
1479
+ <hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="Z" k="35" />
1480
+ <hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="23" />
1481
+ <hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="z" k="25" />
1482
+ <hkern g1="R" g2="u,ugrave,uacute,ucircumflex,udieresis" k="39" />
1483
+ <hkern g1="R" g2="W" k="20" />
1484
+ <hkern g1="R" g2="Y,Yacute,Ydieresis" k="51" />
1485
+ <hkern g1="R" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="27" />
1486
+ <hkern g1="R" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="27" />
1487
+ <hkern g1="R" g2="T" k="20" />
1488
+ <hkern g1="R" g2="d,g,q" k="29" />
1489
+ <hkern g1="R" g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="33" />
1490
+ <hkern g1="R" g2="guillemotleft,guilsinglleft" k="27" />
1491
+ <hkern g1="R" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="12" />
1492
+ <hkern g1="R" g2="hyphen,endash,emdash" k="31" />
1493
+ <hkern g1="S" g2="Y,Yacute,Ydieresis" k="2" />
1494
+ <hkern g1="S" g2="w" k="27" />
1495
+ <hkern g1="S" g2="v" k="33" />
1496
+ <hkern g1="S" g2="y,yacute,ydieresis" k="33" />
1497
+ <hkern g1="S" g2="guillemotleft,guilsinglleft" k="-20" />
1498
+ <hkern g1="S" g2="z" k="2" />
1499
+ <hkern g1="T" g2="u,ugrave,uacute,ucircumflex,udieresis" k="178" />
1500
+ <hkern g1="T" g2="J" k="154" />
1501
+ <hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="37" />
1502
+ <hkern g1="T" g2="f,germandbls" k="2" />
1503
+ <hkern g1="T" g2="T" k="-98" />
1504
+ <hkern g1="T" g2="w" k="133" />
1505
+ <hkern g1="T" g2="v" k="143" />
1506
+ <hkern g1="T" g2="d,g,q" k="152" />
1507
+ <hkern g1="T" g2="y,yacute,ydieresis" k="143" />
1508
+ <hkern g1="T" g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="178" />
1509
+ <hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="123" />
1510
+ <hkern g1="T" g2="guillemotleft,guilsinglleft" k="104" />
1511
+ <hkern g1="T" g2="comma,period" k="156" />
1512
+ <hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="143" />
1513
+ <hkern g1="T" g2="z" k="133" />
1514
+ <hkern g1="T" g2="hyphen,endash,emdash" k="86" />
1515
+ <hkern g1="T" g2="guillemotright,guilsinglright" k="102" />
1516
+ <hkern g1="T" g2="m,n,p,ntilde" k="141" />
1517
+ <hkern g1="T" g2="s" k="164" />
1518
+ <hkern g1="T" g2="colon,semicolon" k="82" />
1519
+ <hkern g1="T" g2="r" k="92" />
1520
+ <hkern g1="W" g2="u,ugrave,uacute,ucircumflex,udieresis" k="51" />
1521
+ <hkern g1="W" g2="J" k="104" />
1522
+ <hkern g1="W" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="14" />
1523
+ <hkern g1="W" g2="d,g,q" k="80" />
1524
+ <hkern g1="W" g2="y,yacute,ydieresis" k="18" />
1525
+ <hkern g1="W" g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="80" />
1526
+ <hkern g1="W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="49" />
1527
+ <hkern g1="W" g2="guillemotleft,guilsinglleft" k="20" />
1528
+ <hkern g1="W" g2="comma,period" k="106" />
1529
+ <hkern g1="W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="63" />
1530
+ <hkern g1="W" g2="z" k="53" />
1531
+ <hkern g1="W" g2="s" k="70" />
1532
+ <hkern g1="W" g2="colon,semicolon" k="51" />
1533
+ <hkern g1="W" g2="r" k="37" />
1534
+ <hkern g1="W" g2="S" k="25" />
1535
+ <hkern g1="Y,Yacute,Ydieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="90" />
1536
+ <hkern g1="Y,Yacute,Ydieresis" g2="J" k="166" />
1537
+ <hkern g1="Y,Yacute,Ydieresis" g2="t" k="2" />
1538
+ <hkern g1="Y,Yacute,Ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="31" />
1539
+ <hkern g1="Y,Yacute,Ydieresis" g2="f,germandbls" k="2" />
1540
+ <hkern g1="Y,Yacute,Ydieresis" g2="w" k="39" />
1541
+ <hkern g1="Y,Yacute,Ydieresis" g2="v" k="35" />
1542
+ <hkern g1="Y,Yacute,Ydieresis" g2="d,g,q" k="135" />
1543
+ <hkern g1="Y,Yacute,Ydieresis" g2="y,yacute,ydieresis" k="45" />
1544
+ <hkern g1="Y,Yacute,Ydieresis" g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="141" />
1545
+ <hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="109" />
1546
+ <hkern g1="Y,Yacute,Ydieresis" g2="guillemotleft,guilsinglleft" k="104" />
1547
+ <hkern g1="Y,Yacute,Ydieresis" g2="comma,period" k="215" />
1548
+ <hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="111" />
1549
+ <hkern g1="Y,Yacute,Ydieresis" g2="z" k="66" />
1550
+ <hkern g1="Y,Yacute,Ydieresis" g2="hyphen,endash,emdash" k="100" />
1551
+ <hkern g1="Y,Yacute,Ydieresis" g2="guillemotright,guilsinglright" k="92" />
1552
+ <hkern g1="Y,Yacute,Ydieresis" g2="m,n,p,ntilde" k="94" />
1553
+ <hkern g1="Y,Yacute,Ydieresis" g2="s" k="129" />
1554
+ <hkern g1="Y,Yacute,Ydieresis" g2="colon,semicolon" k="82" />
1555
+ <hkern g1="Y,Yacute,Ydieresis" g2="r" k="68" />
1556
+ <hkern g1="Y,Yacute,Ydieresis" g2="S" k="23" />
1557
+ <hkern g1="Z" g2="u,ugrave,uacute,ucircumflex,udieresis" k="31" />
1558
+ <hkern g1="Z" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="33" />
1559
+ <hkern g1="Z" g2="w" k="45" />
1560
+ <hkern g1="Z" g2="v" k="41" />
1561
+ <hkern g1="Z" g2="d,g,q" k="25" />
1562
+ <hkern g1="Z" g2="y,yacute,ydieresis" k="47" />
1563
+ <hkern g1="Z" g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="25" />
1564
+ <hkern g1="Z" g2="guillemotleft,guilsinglleft" k="20" />
1565
+ <hkern g1="Z" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="18" />
1566
+ <hkern g1="Z" g2="hyphen,endash,emdash" k="45" />
1567
+ <hkern g1="Z" g2="r" k="16" />
1568
+ <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="t" k="14" />
1569
+ <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="quoteright,quotedblright" k="12" />
1570
+ <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="w" k="16" />
1571
+ <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="v" k="29" />
1572
+ <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="d,g,q" k="16" />
1573
+ <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="y,yacute,ydieresis" k="25" />
1574
+ <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="20" />
1575
+ <hkern g1="comma,period" g2="W" k="106" />
1576
+ <hkern g1="comma,period" g2="Y,Yacute,Ydieresis" k="215" />
1577
+ <hkern g1="comma,period" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="23" />
1578
+ <hkern g1="comma,period" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="25" />
1579
+ <hkern g1="comma,period" g2="T" k="156" />
1580
+ <hkern g1="comma,period" g2="w" k="66" />
1581
+ <hkern g1="comma,period" g2="v" k="86" />
1582
+ <hkern g1="comma,period" g2="y,yacute,ydieresis" k="61" />
1583
+ <hkern g1="guillemotleft,guilsinglleft" g2="Y,Yacute,Ydieresis" k="92" />
1584
+ <hkern g1="guillemotleft,guilsinglleft" g2="T" k="102" />
1585
+ <hkern g1="guillemotright,guilsinglright" g2="J" k="23" />
1586
+ <hkern g1="guillemotright,guilsinglright" g2="W" k="20" />
1587
+ <hkern g1="guillemotright,guilsinglright" g2="Y,Yacute,Ydieresis" k="104" />
1588
+ <hkern g1="guillemotright,guilsinglright" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="-18" />
1589
+ <hkern g1="guillemotright,guilsinglright" g2="T" k="104" />
1590
+ <hkern g1="guillemotright,guilsinglright" g2="Z" k="12" />
1591
+ <hkern g1="guillemotright,guilsinglright" g2="z" k="10" />
1592
+ <hkern g1="guillemotright,guilsinglright" g2="S" k="20" />
1593
+ <hkern g1="h,m,n,ntilde" g2="w" k="14" />
1594
+ <hkern g1="h,m,n,ntilde" g2="v" k="18" />
1595
+ <hkern g1="h,m,n,ntilde" g2="y,yacute,ydieresis" k="23" />
1596
+ <hkern g1="hyphen,endash,emdash" g2="J" k="41" />
1597
+ <hkern g1="hyphen,endash,emdash" g2="Y,Yacute,Ydieresis" k="100" />
1598
+ <hkern g1="hyphen,endash,emdash" g2="T" k="86" />
1599
+ <hkern g1="hyphen,endash,emdash" g2="Z" k="23" />
1600
+ <hkern g1="hyphen,endash,emdash" g2="z" k="20" />
1601
+ <hkern g1="k" g2="u,ugrave,uacute,ucircumflex,udieresis" k="29" />
1602
+ <hkern g1="k" g2="l" k="23" />
1603
+ <hkern g1="k" g2="d,g,q" k="18" />
1604
+ <hkern g1="k" g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="33" />
1605
+ <hkern g1="k" g2="guillemotleft,guilsinglleft" k="27" />
1606
+ <hkern g1="k" g2="hyphen,endash,emdash" k="41" />
1607
+ <hkern g1="k" g2="i,j,igrave,iacute,icircumflex,idieresis" k="10" />
1608
+ <hkern g1="l" g2="quoteleft,quotedblleft" k="18" />
1609
+ <hkern g1="l" g2="u,ugrave,uacute,ucircumflex,udieresis" k="29" />
1610
+ <hkern g1="l" g2="t" k="27" />
1611
+ <hkern g1="l" g2="quoteright,quotedblright" k="2" />
1612
+ <hkern g1="l" g2="l" k="20" />
1613
+ <hkern g1="l" g2="w" k="12" />
1614
+ <hkern g1="l" g2="v" k="16" />
1615
+ <hkern g1="l" g2="d,g,q" k="12" />
1616
+ <hkern g1="l" g2="y,yacute,ydieresis" k="25" />
1617
+ <hkern g1="l" g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="20" />
1618
+ <hkern g1="l" g2="hyphen,endash,emdash" k="20" />
1619
+ <hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="quoteleft,quotedblleft" k="25" />
1620
+ <hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="t" k="2" />
1621
+ <hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="quoteright,quotedblright" k="2" />
1622
+ <hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="f,germandbls" k="2" />
1623
+ <hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="w" k="2" />
1624
+ <hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="v" k="12" />
1625
+ <hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="y,yacute,ydieresis" k="16" />
1626
+ <hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="z" k="18" />
1627
+ <hkern g1="quoteleft,quotedblleft" g2="J" k="180" />
1628
+ <hkern g1="quoteleft,quotedblleft" g2="d,g,q" k="80" />
1629
+ <hkern g1="quoteleft,quotedblleft" g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="90" />
1630
+ <hkern g1="quoteleft,quotedblleft" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="133" />
1631
+ <hkern g1="quoteleft,quotedblleft" g2="m,n,p,ntilde" k="41" />
1632
+ <hkern g1="quoteleft,quotedblleft" g2="s" k="41" />
1633
+ <hkern g1="quoteright,quotedblright" g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="98" />
1634
+ <hkern g1="quoteright,quotedblright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="184" />
1635
+ <hkern g1="quoteright,quotedblright" g2="s" k="100" />
1636
+ <hkern g1="quotesinglbase,quotedblbase" g2="W" k="43" />
1637
+ <hkern g1="quotesinglbase,quotedblbase" g2="Y,Yacute,Ydieresis" k="123" />
1638
+ <hkern g1="quotesinglbase,quotedblbase" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="35" />
1639
+ <hkern g1="quotesinglbase,quotedblbase" g2="T" k="143" />
1640
+ <hkern g1="quotesinglbase,quotedblbase" g2="v" k="61" />
1641
+ <hkern g1="r" g2="quoteleft,quotedblleft" k="-41" />
1642
+ <hkern g1="r" g2="t" k="-78" />
1643
+ <hkern g1="r" g2="f,germandbls" k="-80" />
1644
+ <hkern g1="r" g2="w" k="-59" />
1645
+ <hkern g1="r" g2="v" k="-80" />
1646
+ <hkern g1="r" g2="d,g,q" k="25" />
1647
+ <hkern g1="r" g2="y,yacute,ydieresis" k="-70" />
1648
+ <hkern g1="r" g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="31" />
1649
+ <hkern g1="r" g2="comma,period" k="143" />
1650
+ <hkern g1="r" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="20" />
1651
+ <hkern g1="r" g2="z" k="-14" />
1652
+ <hkern g1="r" g2="i,j,igrave,iacute,icircumflex,idieresis" k="-41" />
1653
+ <hkern g1="s" g2="i,j,igrave,iacute,icircumflex,idieresis" k="-10" />
1654
+ <hkern g1="w" g2="t" k="-76" />
1655
+ <hkern g1="w" g2="f,germandbls" k="-76" />
1656
+ <hkern g1="w" g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="16" />
1657
+ <hkern g1="w" g2="comma,period" k="66" />
1658
+ <hkern g1="w" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="12" />
1659
+ <hkern g1="w" g2="i,j,igrave,iacute,icircumflex,idieresis" k="-35" />
1660
+ <hkern g1="y,yacute,ydieresis" g2="t" k="-59" />
1661
+ <hkern g1="y,yacute,ydieresis" g2="f,germandbls" k="-61" />
1662
+ <hkern g1="y,yacute,ydieresis" g2="d,g,q" k="23" />
1663
+ <hkern g1="y,yacute,ydieresis" g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="25" />
1664
+ <hkern g1="y,yacute,ydieresis" g2="comma,period" k="113" />
1665
+ <hkern g1="y,yacute,ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="27" />
1666
+ <hkern g1="y,yacute,ydieresis" g2="i,j,igrave,iacute,icircumflex,idieresis" k="-25" />
1667
+ <hkern g1="z" g2="d,g,q" k="10" />
1668
+ <hkern g1="z" g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="18" />
1669
+ <hkern g1="z" g2="guillemotleft,guilsinglleft" k="16" />
1670
+ <hkern g1="z" g2="hyphen,endash,emdash" k="29" />
1671
+ <hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="J" k="41" />
1672
+ <hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="31" />
1673
+ <hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="comma,period" k="51" />
1674
+ <hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="Z" k="23" />
1675
+ <hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="43" />
1676
+ <hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="z" k="33" />
1677
+ <hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="s" k="43" />
1678
+ <hkern g1="G" g2="Y,Yacute,Ydieresis" k="2" />
1679
+ <hkern g1="G" g2="v" k="14" />
1680
+ <hkern g1="G" g2="y,yacute,ydieresis" k="14" />
1681
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="w" k="12" />
1682
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="v" k="16" />
1683
+ <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="y,yacute,ydieresis" k="16" />
1684
+ <hkern g1="t" g2="f,germandbls" k="-59" />
1685
+ <hkern g1="t" g2="w" k="-41" />
1686
+ <hkern g1="t" g2="v" k="-53" />
1687
+ <hkern g1="t" g2="y,yacute,ydieresis" k="-23" />
1688
+ <hkern g1="t" g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="14" />
1689
+ <hkern g1="t" g2="z" k="-27" />
1690
+ <hkern g1="t" g2="i,j,igrave,iacute,icircumflex,idieresis" k="-39" />
1691
+ <hkern g1="i,j,igrave,iacute,icircumflex,idieresis" g2="t" k="10" />
1692
+ <hkern g1="i,j,igrave,iacute,icircumflex,idieresis" g2="f,germandbls" k="10" />
1693
+ <hkern g1="i,j,igrave,iacute,icircumflex,idieresis" g2="w" k="12" />
1694
+ <hkern g1="i,j,igrave,iacute,icircumflex,idieresis" g2="v" k="12" />
1695
+ <hkern g1="i,j,igrave,iacute,icircumflex,idieresis" g2="y,yacute,ydieresis" k="12" />
1696
+ <hkern g1="c,ccedilla" g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="16" />
1697
+ <hkern g1="c,ccedilla" g2="i,j,igrave,iacute,icircumflex,idieresis" k="-20" />
1698
+ <hkern g1="C,Ccedilla" g2="u,ugrave,uacute,ucircumflex,udieresis" k="10" />
1699
+ <hkern g1="C,Ccedilla" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="10" />
1700
+ <hkern g1="C,Ccedilla" g2="f,germandbls" k="-47" />
1701
+ <hkern g1="C,Ccedilla" g2="d,g,q" k="14" />
1702
+ <hkern g1="C,Ccedilla" g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="10" />
1703
+ <hkern g1="C,Ccedilla" g2="guillemotleft,guilsinglleft" k="20" />
1704
+ <hkern g1="C,Ccedilla" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="2" />
1705
+ <hkern g1="C,Ccedilla" g2="r" k="-10" />
1706
+ <hkern g1="C,Ccedilla" g2="S" k="-10" />
1707
+ <hkern g1="colon,semicolon" g2="W" k="51" />
1708
+ <hkern g1="colon,semicolon" g2="Y,Yacute,Ydieresis" k="82" />
1709
+ <hkern g1="colon,semicolon" g2="T" k="82" />
1710
+ </font>
1711
+ </defs></svg>