houston-core 0.5.0.beta1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (926) hide show
  1. checksums.yaml +7 -0
  2. data/.codeclimate.yml +46 -0
  3. data/.gitignore +23 -0
  4. data/.gitmodules +0 -0
  5. data/Gemfile +24 -0
  6. data/Gemfile.lock +354 -0
  7. data/README.md +133 -0
  8. data/Rakefile +8 -0
  9. data/app/adapters/houston/adapters.rb +51 -0
  10. data/app/adapters/houston/adapters/ci_server.rb +5 -0
  11. data/app/adapters/houston/adapters/ci_server/errors.rb +16 -0
  12. data/app/adapters/houston/adapters/ci_server/jenkins_adapter.rb +21 -0
  13. data/app/adapters/houston/adapters/ci_server/jenkins_adapter/job.rb +245 -0
  14. data/app/adapters/houston/adapters/ci_server/none_adapter.rb +21 -0
  15. data/app/adapters/houston/adapters/ci_server/none_adapter/job.rb +25 -0
  16. data/app/adapters/houston/adapters/deployment/engineyard.rb +107 -0
  17. data/app/adapters/houston/adapters/deployment/engineyard/config.rb +18 -0
  18. data/app/adapters/houston/adapters/error_tracker.rb +5 -0
  19. data/app/adapters/houston/adapters/error_tracker/errbit_adapter.rb +69 -0
  20. data/app/adapters/houston/adapters/error_tracker/errbit_adapter/app.rb +48 -0
  21. data/app/adapters/houston/adapters/error_tracker/errbit_adapter/connection.rb +153 -0
  22. data/app/adapters/houston/adapters/error_tracker/errbit_adapter/notice.rb +26 -0
  23. data/app/adapters/houston/adapters/error_tracker/errbit_adapter/problem.rb +98 -0
  24. data/app/adapters/houston/adapters/error_tracker/errors.rb +0 -0
  25. data/app/adapters/houston/adapters/error_tracker/none_adapter.rb +31 -0
  26. data/app/adapters/houston/adapters/error_tracker/null_app.rb +40 -0
  27. data/app/adapters/houston/adapters/ticket_tracker.rb +5 -0
  28. data/app/adapters/houston/adapters/ticket_tracker/errors.rb +23 -0
  29. data/app/adapters/houston/adapters/ticket_tracker/github_adapter.rb +27 -0
  30. data/app/adapters/houston/adapters/ticket_tracker/github_adapter/connection.rb +167 -0
  31. data/app/adapters/houston/adapters/ticket_tracker/github_adapter/issue.rb +99 -0
  32. data/app/adapters/houston/adapters/ticket_tracker/houston_adapter.rb +23 -0
  33. data/app/adapters/houston/adapters/ticket_tracker/houston_adapter/connection.rb +48 -0
  34. data/app/adapters/houston/adapters/ticket_tracker/houston_adapter/ticket.rb +65 -0
  35. data/app/adapters/houston/adapters/ticket_tracker/none_adapter.rb +21 -0
  36. data/app/adapters/houston/adapters/ticket_tracker/null_connection.rb +46 -0
  37. data/app/adapters/houston/adapters/ticket_tracker/null_ticket.rb +71 -0
  38. data/app/adapters/houston/adapters/ticket_tracker/unfuddle_adapter.rb +43 -0
  39. data/app/adapters/houston/adapters/ticket_tracker/unfuddle_adapter/connection.rb +224 -0
  40. data/app/adapters/houston/adapters/ticket_tracker/unfuddle_adapter/milestone.rb +42 -0
  41. data/app/adapters/houston/adapters/ticket_tracker/unfuddle_adapter/ticket.rb +240 -0
  42. data/app/adapters/houston/adapters/version_control.rb +5 -0
  43. data/app/adapters/houston/adapters/version_control/commit.rb +29 -0
  44. data/app/adapters/houston/adapters/version_control/errors.rb +37 -0
  45. data/app/adapters/houston/adapters/version_control/git_adapter.rb +96 -0
  46. data/app/adapters/houston/adapters/version_control/git_adapter/diff_changes.rb +49 -0
  47. data/app/adapters/houston/adapters/version_control/git_adapter/github_repo.rb +65 -0
  48. data/app/adapters/houston/adapters/version_control/git_adapter/remote_repo.rb +104 -0
  49. data/app/adapters/houston/adapters/version_control/git_adapter/repo.rb +247 -0
  50. data/app/adapters/houston/adapters/version_control/none_adapter.rb +21 -0
  51. data/app/adapters/houston/adapters/version_control/null_commit.rb +21 -0
  52. data/app/adapters/houston/adapters/version_control/null_repo.rb +65 -0
  53. data/app/assets/font/octicons.eot +0 -0
  54. data/app/assets/font/octicons.svg +198 -0
  55. data/app/assets/font/octicons.ttf +0 -0
  56. data/app/assets/font/octicons.woff +0 -0
  57. data/app/assets/font/roboto-black-webfont.eot +0 -0
  58. data/app/assets/font/roboto-black-webfont.svg +675 -0
  59. data/app/assets/font/roboto-black-webfont.ttf +0 -0
  60. data/app/assets/font/roboto-black-webfont.woff +0 -0
  61. data/app/assets/font/roboto-blackitalic-webfont.eot +0 -0
  62. data/app/assets/font/roboto-blackitalic-webfont.svg +677 -0
  63. data/app/assets/font/roboto-blackitalic-webfont.ttf +0 -0
  64. data/app/assets/font/roboto-blackitalic-webfont.woff +0 -0
  65. data/app/assets/font/roboto-bold-webfont.eot +0 -0
  66. data/app/assets/font/roboto-bold-webfont.svg +675 -0
  67. data/app/assets/font/roboto-bold-webfont.ttf +0 -0
  68. data/app/assets/font/roboto-bold-webfont.woff +0 -0
  69. data/app/assets/font/roboto-bolditalic-webfont.eot +0 -0
  70. data/app/assets/font/roboto-bolditalic-webfont.svg +677 -0
  71. data/app/assets/font/roboto-bolditalic-webfont.ttf +0 -0
  72. data/app/assets/font/roboto-bolditalic-webfont.woff +0 -0
  73. data/app/assets/font/roboto-italic-webfont.eot +0 -0
  74. data/app/assets/font/roboto-italic-webfont.svg +668 -0
  75. data/app/assets/font/roboto-italic-webfont.ttf +0 -0
  76. data/app/assets/font/roboto-italic-webfont.woff +0 -0
  77. data/app/assets/font/roboto-light-webfont.eot +0 -0
  78. data/app/assets/font/roboto-light-webfont.svg +666 -0
  79. data/app/assets/font/roboto-light-webfont.ttf +0 -0
  80. data/app/assets/font/roboto-light-webfont.woff +0 -0
  81. data/app/assets/font/roboto-lightitalic-webfont.eot +0 -0
  82. data/app/assets/font/roboto-lightitalic-webfont.svg +668 -0
  83. data/app/assets/font/roboto-lightitalic-webfont.ttf +0 -0
  84. data/app/assets/font/roboto-lightitalic-webfont.woff +0 -0
  85. data/app/assets/font/roboto-medium-webfont.eot +0 -0
  86. data/app/assets/font/roboto-medium-webfont.svg +675 -0
  87. data/app/assets/font/roboto-medium-webfont.ttf +0 -0
  88. data/app/assets/font/roboto-medium-webfont.woff +0 -0
  89. data/app/assets/font/roboto-mediumitalic-webfont.eot +0 -0
  90. data/app/assets/font/roboto-mediumitalic-webfont.svg +677 -0
  91. data/app/assets/font/roboto-mediumitalic-webfont.ttf +0 -0
  92. data/app/assets/font/roboto-mediumitalic-webfont.woff +0 -0
  93. data/app/assets/font/roboto-regular-webfont.eot +0 -0
  94. data/app/assets/font/roboto-regular-webfont.svg +666 -0
  95. data/app/assets/font/roboto-regular-webfont.ttf +0 -0
  96. data/app/assets/font/roboto-regular-webfont.woff +0 -0
  97. data/app/assets/font/roboto-thin-webfont.eot +0 -0
  98. data/app/assets/font/roboto-thin-webfont.svg +666 -0
  99. data/app/assets/font/roboto-thin-webfont.ttf +0 -0
  100. data/app/assets/font/roboto-thin-webfont.woff +0 -0
  101. data/app/assets/font/roboto-thinitalic-webfont.eot +0 -0
  102. data/app/assets/font/roboto-thinitalic-webfont.svg +668 -0
  103. data/app/assets/font/roboto-thinitalic-webfont.ttf +0 -0
  104. data/app/assets/font/roboto-thinitalic-webfont.woff +0 -0
  105. data/app/assets/images/.keep +0 -0
  106. data/app/assets/images/bug-fixed-128.png +0 -0
  107. data/app/assets/images/bug-fixed-32.png +0 -0
  108. data/app/assets/images/bug-fixed-48.png +0 -0
  109. data/app/assets/images/bug-new-128.png +0 -0
  110. data/app/assets/images/bug-new-32.png +0 -0
  111. data/app/assets/images/bug-new-48.png +0 -0
  112. data/app/assets/images/bug-open-32.png +0 -0
  113. data/app/assets/images/bug-zero-128.png +0 -0
  114. data/app/assets/images/bug-zero-48.png +0 -0
  115. data/app/assets/javascripts/app/boot.coffee +22 -0
  116. data/app/assets/javascripts/app/emoji.coffee.erb +2 -0
  117. data/app/assets/javascripts/app/infinite_scroll.coffee +32 -0
  118. data/app/assets/javascripts/app/models/commit.coffee +9 -0
  119. data/app/assets/javascripts/app/models/release.coffee +9 -0
  120. data/app/assets/javascripts/app/models/task.coffee +5 -0
  121. data/app/assets/javascripts/app/models/tester.coffee +8 -0
  122. data/app/assets/javascripts/app/models/testing_note.coffee +18 -0
  123. data/app/assets/javascripts/app/models/ticket.coffee +165 -0
  124. data/app/assets/javascripts/app/models/user.coffee +3 -0
  125. data/app/assets/javascripts/app/mousetrap-bind-scoped.js +37 -0
  126. data/app/assets/javascripts/app/releases.coffee +55 -0
  127. data/app/assets/javascripts/app/stacked_area_graph.coffee +113 -0
  128. data/app/assets/javascripts/app/stacked_bar_graph.coffee +108 -0
  129. data/app/assets/javascripts/app/table_row_expander.coffee +52 -0
  130. data/app/assets/javascripts/app/ticket_tracker_refresh.coffee +73 -0
  131. data/app/assets/javascripts/app/views/_show_sprint_view.coffee +84 -0
  132. data/app/assets/javascripts/app/views/_tickets_view.coffee +62 -0
  133. data/app/assets/javascripts/app/views/all_tickets_view.coffee +29 -0
  134. data/app/assets/javascripts/app/views/commit_view.coffee +13 -0
  135. data/app/assets/javascripts/app/views/edit_sprint_view.coffee +327 -0
  136. data/app/assets/javascripts/app/views/edit_ticket_view.coffee +67 -0
  137. data/app/assets/javascripts/app/views/find_or_create_ticket_view.coffee +75 -0
  138. data/app/assets/javascripts/app/views/keyboard_shortcuts_modal.coffee +42 -0
  139. data/app/assets/javascripts/app/views/new_ticket_modal.coffee +24 -0
  140. data/app/assets/javascripts/app/views/new_ticket_view.coffee +207 -0
  141. data/app/assets/javascripts/app/views/problems_view.coffee +114 -0
  142. data/app/assets/javascripts/app/views/reports_view.coffee +51 -0
  143. data/app/assets/javascripts/app/views/testing_note_view.coffee +85 -0
  144. data/app/assets/javascripts/app/views/testing_report_view.coffee +29 -0
  145. data/app/assets/javascripts/app/views/testing_ticket_view.coffee +203 -0
  146. data/app/assets/javascripts/app/views/ticket_modal_view.coffee +77 -0
  147. data/app/assets/javascripts/application.js +18 -0
  148. data/app/assets/javascripts/core/app.coffee +169 -0
  149. data/app/assets/javascripts/core/burndown_chart.coffee +111 -0
  150. data/app/assets/javascripts/core/core_ext/number.coffee +48 -0
  151. data/app/assets/javascripts/core/errors.coffee +26 -0
  152. data/app/assets/javascripts/core/handlebars_helpers.coffee +164 -0
  153. data/app/assets/javascripts/core/helpers.coffee +18 -0
  154. data/app/assets/javascripts/core/jquery_extensions.coffee +176 -0
  155. data/app/assets/javascripts/dashboard.js +23 -0
  156. data/app/assets/javascripts/dashboard/refresher.coffee +120 -0
  157. data/app/assets/javascripts/vendor.js +26 -0
  158. data/app/assets/stylesheets/application.css +14 -0
  159. data/app/assets/stylesheets/application/ansi.scss +38 -0
  160. data/app/assets/stylesheets/application/commit.scss +6 -0
  161. data/app/assets/stylesheets/application/emoji.scss +5 -0
  162. data/app/assets/stylesheets/application/exceptions.scss +64 -0
  163. data/app/assets/stylesheets/application/find_or_create_ticket.scss +12 -0
  164. data/app/assets/stylesheets/application/follow_up.scss +44 -0
  165. data/app/assets/stylesheets/application/forms.scss +46 -0
  166. data/app/assets/stylesheets/application/freight_train.css.scss +46 -0
  167. data/app/assets/stylesheets/application/full_screen.scss +8 -0
  168. data/app/assets/stylesheets/application/infinite_scroll.scss +17 -0
  169. data/app/assets/stylesheets/application/keyboard_shortcuts.scss +31 -0
  170. data/app/assets/stylesheets/application/markdown.scss +27 -0
  171. data/app/assets/stylesheets/application/mobile.scss +3 -0
  172. data/app/assets/stylesheets/application/modals.scss +3 -0
  173. data/app/assets/stylesheets/application/navigation.scss +212 -0
  174. data/app/assets/stylesheets/application/new_ticket_view.scss +89 -0
  175. data/app/assets/stylesheets/application/omnibar.scss +55 -0
  176. data/app/assets/stylesheets/application/project_banner_buttons.scss +70 -0
  177. data/app/assets/stylesheets/application/project_tiles.scss +26 -0
  178. data/app/assets/stylesheets/application/projects.css.scss +96 -0
  179. data/app/assets/stylesheets/application/pull_requests.scss +68 -0
  180. data/app/assets/stylesheets/application/queue.scss +11 -0
  181. data/app/assets/stylesheets/application/release_form.scss +67 -0
  182. data/app/assets/stylesheets/application/releases.scss +164 -0
  183. data/app/assets/stylesheets/application/sortable_table.scss +26 -0
  184. data/app/assets/stylesheets/application/sprint.scss +83 -0
  185. data/app/assets/stylesheets/application/tables.scss +74 -0
  186. data/app/assets/stylesheets/application/test_run.scss +145 -0
  187. data/app/assets/stylesheets/application/testing_report.scss +279 -0
  188. data/app/assets/stylesheets/application/ticket.scss +156 -0
  189. data/app/assets/stylesheets/application/ticket_modal.scss +173 -0
  190. data/app/assets/stylesheets/application/tickets.scss +36 -0
  191. data/app/assets/stylesheets/application/timeline.scss +206 -0
  192. data/app/assets/stylesheets/application/tips.scss +5 -0
  193. data/app/assets/stylesheets/application/typeahead.scss +29 -0
  194. data/app/assets/stylesheets/application/uploading.scss +101 -0
  195. data/app/assets/stylesheets/application/user_wall.scss +4 -0
  196. data/app/assets/stylesheets/application/users.scss +22 -0
  197. data/app/assets/stylesheets/application/welcome.scss +48 -0
  198. data/app/assets/stylesheets/core/alerts.scss +14 -0
  199. data/app/assets/stylesheets/core/avatars.scss +22 -0
  200. data/app/assets/stylesheets/core/burndown_chart.scss +92 -0
  201. data/app/assets/stylesheets/core/colors.scss.erb +106 -0
  202. data/app/assets/stylesheets/core/misc.scss +165 -0
  203. data/app/assets/stylesheets/core/octicons-icons.scss +221 -0
  204. data/app/assets/stylesheets/core/octicons.scss.erb +9 -0
  205. data/app/assets/stylesheets/core/overrides.scss +48 -0
  206. data/app/assets/stylesheets/core/roboto.scss.erb +131 -0
  207. data/app/assets/stylesheets/core/scores.scss +123 -0
  208. data/app/assets/stylesheets/dashboard.css +14 -0
  209. data/app/assets/stylesheets/dashboard/dashboard.scss +110 -0
  210. data/app/assets/stylesheets/print.css.scss +22 -0
  211. data/app/assets/stylesheets/vendor.css +16 -0
  212. data/app/assets/templates/commit.hbs +9 -0
  213. data/app/assets/templates/keyboard_shortcuts.hbs +14 -0
  214. data/app/assets/templates/new_ticket/form.hbs +14 -0
  215. data/app/assets/templates/new_ticket/modal.hbs +9 -0
  216. data/app/assets/templates/new_ticket/suggestion.hbs +3 -0
  217. data/app/assets/templates/omnibar/commit.hbs +6 -0
  218. data/app/assets/templates/omnibar/modal.hbs +5 -0
  219. data/app/assets/templates/omnibar/project.hbs +5 -0
  220. data/app/assets/templates/omnibar/ticket.hbs +6 -0
  221. data/app/assets/templates/problems/index.hbs +3 -0
  222. data/app/assets/templates/problems/show.hbs +48 -0
  223. data/app/assets/templates/sprints/edit.hbs +50 -0
  224. data/app/assets/templates/sprints/show.hbs +1 -0
  225. data/app/assets/templates/sprints/task.hbs +17 -0
  226. data/app/assets/templates/sprints/typeahead.hbs +7 -0
  227. data/app/assets/templates/testing_notes/edit.hbs +20 -0
  228. data/app/assets/templates/testing_notes/new.hbs +27 -0
  229. data/app/assets/templates/testing_notes/show.hbs +11 -0
  230. data/app/assets/templates/testing_report/description.hbs +12 -0
  231. data/app/assets/templates/testing_report/ticket.hbs +21 -0
  232. data/app/assets/templates/testing_report/verdict.hbs +4 -0
  233. data/app/assets/templates/tickets/find_or_create.hbs +4 -0
  234. data/app/assets/templates/tickets/index.hbs +19 -0
  235. data/app/assets/templates/tickets/modal.hbs +5 -0
  236. data/app/assets/templates/tickets/show.hbs +62 -0
  237. data/app/assets/templates/tickets/typeahead.hbs +2 -0
  238. data/app/concerns/belongs_to_commit.rb +22 -0
  239. data/app/concerns/commit_synchronizer.rb +94 -0
  240. data/app/concerns/feature_state.rb +27 -0
  241. data/app/concerns/feature_support.rb +15 -0
  242. data/app/concerns/historical_weekly_stats.rb +15 -0
  243. data/app/concerns/milestone_synchronizer.rb +60 -0
  244. data/app/concerns/nosync.rb +21 -0
  245. data/app/concerns/project_adapter.rb +81 -0
  246. data/app/concerns/retirement.rb +28 -0
  247. data/app/concerns/ticket_synchronizer.rb +120 -0
  248. data/app/concerns/unique_add.rb +7 -0
  249. data/app/controllers/api/v1/sprint_tasks_controller.rb +97 -0
  250. data/app/controllers/api/v1/ticket_tasks_controller.rb +75 -0
  251. data/app/controllers/application_controller.rb +151 -0
  252. data/app/controllers/commits_controller.rb +33 -0
  253. data/app/controllers/concerns/.keep +0 -0
  254. data/app/controllers/deploys_controller.rb +43 -0
  255. data/app/controllers/home_controller.rb +9 -0
  256. data/app/controllers/hooks_controller.rb +31 -0
  257. data/app/controllers/jobs_controller.rb +13 -0
  258. data/app/controllers/oauth_consumers_controller.rb +68 -0
  259. data/app/controllers/omnibar_controller.rb +64 -0
  260. data/app/controllers/project_exceptions_controller.rb +36 -0
  261. data/app/controllers/project_hooks_controller.rb +30 -0
  262. data/app/controllers/project_options_controller.rb +27 -0
  263. data/app/controllers/project_pretickets_controller.rb +27 -0
  264. data/app/controllers/project_roles_controller.rb +22 -0
  265. data/app/controllers/project_tickets_controller.rb +153 -0
  266. data/app/controllers/project_tickets_sync_controller.rb +22 -0
  267. data/app/controllers/projects_controller.rb +97 -0
  268. data/app/controllers/releases_controller.rb +130 -0
  269. data/app/controllers/reports_controller.rb +215 -0
  270. data/app/controllers/sessions_controller.rb +8 -0
  271. data/app/controllers/settings_controller.rb +14 -0
  272. data/app/controllers/sprint_task_locks_controller.rb +47 -0
  273. data/app/controllers/sprints_controller.rb +99 -0
  274. data/app/controllers/tasks_controller.rb +40 -0
  275. data/app/controllers/test_runs_controller.rb +35 -0
  276. data/app/controllers/tester_bar_controller.rb +12 -0
  277. data/app/controllers/testing_notes_controller.rb +50 -0
  278. data/app/controllers/testing_report_controller.rb +38 -0
  279. data/app/controllers/tickets_controller.rb +48 -0
  280. data/app/controllers/uploads_controller.rb +56 -0
  281. data/app/controllers/user_credentials_controller.rb +24 -0
  282. data/app/controllers/user_options_controller.rb +19 -0
  283. data/app/controllers/users_controller.rb +115 -0
  284. data/app/controllers/welcome_controller.rb +28 -0
  285. data/app/helpers/ansi_helper.rb +46 -0
  286. data/app/helpers/application_helper.rb +97 -0
  287. data/app/helpers/avatar_helper.rb +32 -0
  288. data/app/helpers/backtrace_helper.rb +7 -0
  289. data/app/helpers/breadcrumbs_helper.rb +60 -0
  290. data/app/helpers/commit_helper.rb +60 -0
  291. data/app/helpers/demo_helper.rb +23 -0
  292. data/app/helpers/email_helper.rb +13 -0
  293. data/app/helpers/emoji_helper.rb +13 -0
  294. data/app/helpers/excel_helpers.rb +7 -0
  295. data/app/helpers/exposure_helper.rb +11 -0
  296. data/app/helpers/flash_message_helper.rb +22 -0
  297. data/app/helpers/maintenance_light_helper.rb +19 -0
  298. data/app/helpers/markdown_helper.rb +17 -0
  299. data/app/helpers/navigation_helper.rb +67 -0
  300. data/app/helpers/project_helper.rb +33 -0
  301. data/app/helpers/release_helper.rb +47 -0
  302. data/app/helpers/score_card_helper.rb +85 -0
  303. data/app/helpers/sprint_helper.rb +11 -0
  304. data/app/helpers/static_chart_helper.rb +7 -0
  305. data/app/helpers/test_run_helper.rb +36 -0
  306. data/app/helpers/ticket_helper.rb +70 -0
  307. data/app/helpers/timeline_helper.rb +39 -0
  308. data/app/helpers/url_helper.rb +75 -0
  309. data/app/helpers/user_helper.rb +15 -0
  310. data/app/helpers/version_helper.rb +9 -0
  311. data/app/interactors/push_gemfile_to_gemnasium.rb +88 -0
  312. data/app/interactors/test_run_comparer.rb +46 -0
  313. data/app/interactors/ticket_report.rb +66 -0
  314. data/app/jobs/sync_all_tickets_job.rb +48 -0
  315. data/app/jobs/sync_commits_job.rb +13 -0
  316. data/app/jobs/sync_project_tickets_job.rb +32 -0
  317. data/app/mailers/.gitkeep +0 -0
  318. data/app/mailers/.keep +0 -0
  319. data/app/mailers/deploy_notification.rb +33 -0
  320. data/app/mailers/project_notification.rb +131 -0
  321. data/app/mailers/view_mailer.rb +117 -0
  322. data/app/models/.gitkeep +0 -0
  323. data/app/models/.keep +0 -0
  324. data/app/models/ability.rb +53 -0
  325. data/app/models/activity_feed.rb +111 -0
  326. data/app/models/antecedent.rb +15 -0
  327. data/app/models/code_climate/coverage_report.rb +167 -0
  328. data/app/models/commit.rb +255 -0
  329. data/app/models/concerns/.keep +0 -0
  330. data/app/models/consumer_token.rb +13 -0
  331. data/app/models/deploy.rb +103 -0
  332. data/app/models/environment.rb +39 -0
  333. data/app/models/gemnasium/alert.rb +25 -0
  334. data/app/models/github/comment_event.rb +29 -0
  335. data/app/models/github/commit_comment_event.rb +7 -0
  336. data/app/models/github/commit_status_report.rb +73 -0
  337. data/app/models/github/diff_comment_event.rb +7 -0
  338. data/app/models/github/event.rb +20 -0
  339. data/app/models/github/issue_comment_event.rb +16 -0
  340. data/app/models/github/post_receive_event.rb +14 -0
  341. data/app/models/github/pull_request.rb +133 -0
  342. data/app/models/github/pull_request_event.rb +43 -0
  343. data/app/models/github/unauthorized.rb +4 -0
  344. data/app/models/github_token.rb +8 -0
  345. data/app/models/historical_head.rb +5 -0
  346. data/app/models/key_dependency.rb +45 -0
  347. data/app/models/maintenance_light.rb +12 -0
  348. data/app/models/measurement.rb +110 -0
  349. data/app/models/menu_item.rb +19 -0
  350. data/app/models/menu_item_divider.rb +11 -0
  351. data/app/models/milestone.rb +106 -0
  352. data/app/models/output_stream.rb +26 -0
  353. data/app/models/post_receive_payload.rb +30 -0
  354. data/app/models/project.rb +247 -0
  355. data/app/models/project_dependencies.rb +52 -0
  356. data/app/models/project_dependency.rb +108 -0
  357. data/app/models/project_menu_item.rb +12 -0
  358. data/app/models/release.rb +217 -0
  359. data/app/models/release_change.rb +54 -0
  360. data/app/models/role.rb +55 -0
  361. data/app/models/rubygems/gem.rb +76 -0
  362. data/app/models/run_tests_on_post_receive.rb +180 -0
  363. data/app/models/setting.rb +10 -0
  364. data/app/models/settings.rb +38 -0
  365. data/app/models/source_file_coverage.rb +10 -0
  366. data/app/models/sprint.rb +75 -0
  367. data/app/models/sprint_report.rb +56 -0
  368. data/app/models/sprint_task.rb +32 -0
  369. data/app/models/static_chart.rb +137 -0
  370. data/app/models/static_chart/area.rb +70 -0
  371. data/app/models/task.rb +217 -0
  372. data/app/models/test.rb +8 -0
  373. data/app/models/test_error.rb +8 -0
  374. data/app/models/test_result.rb +10 -0
  375. data/app/models/test_run.rb +366 -0
  376. data/app/models/test_run_statistics.rb +54 -0
  377. data/app/models/testing_note.rb +64 -0
  378. data/app/models/ticket.rb +368 -0
  379. data/app/models/ticket_antecedent.rb +39 -0
  380. data/app/models/ticket_comment.rb +21 -0
  381. data/app/models/ticket_committer.rb +11 -0
  382. data/app/models/ticket_tag.rb +25 -0
  383. data/app/models/user.rb +160 -0
  384. data/app/models/user_credentials.rb +48 -0
  385. data/app/models/value_statement.rb +9 -0
  386. data/app/presenters/commit_presenter.rb +52 -0
  387. data/app/presenters/full_ticket_presenter.rb +78 -0
  388. data/app/presenters/one_or_many.rb +22 -0
  389. data/app/presenters/problem_presenter.rb +49 -0
  390. data/app/presenters/release_presenter.rb +20 -0
  391. data/app/presenters/sprint_task_presenter.rb +49 -0
  392. data/app/presenters/task_presenter.rb +44 -0
  393. data/app/presenters/tasks_excel_presenter.rb +107 -0
  394. data/app/presenters/tester_presenter.rb +15 -0
  395. data/app/presenters/testing_note_presenter.rb +27 -0
  396. data/app/presenters/testing_report_ticket_presenter.rb +71 -0
  397. data/app/presenters/ticket_presenter.rb +36 -0
  398. data/app/views/activity/_events.html.erb +24 -0
  399. data/app/views/commits/show.html.erb +49 -0
  400. data/app/views/configuration_error/_invalid_repo.html.erb +7 -0
  401. data/app/views/configuration_error/_no_ticket_tracker.html.erb +7 -0
  402. data/app/views/configuration_error/_no_version_control.html.erb +7 -0
  403. data/app/views/deploys/show.html.erb +39 -0
  404. data/app/views/devise/_links.erb +25 -0
  405. data/app/views/devise/confirmations/new.html.erb +12 -0
  406. data/app/views/devise/invitations/edit.html.erb +26 -0
  407. data/app/views/devise/invitations/new.html.erb +12 -0
  408. data/app/views/devise/mailer/confirmation_instructions.html.erb +5 -0
  409. data/app/views/devise/mailer/invitation_instructions.html.erb +8 -0
  410. data/app/views/devise/mailer/reset_password_instructions.html.erb +8 -0
  411. data/app/views/devise/mailer/unlock_instructions.html.erb +7 -0
  412. data/app/views/devise/passwords/edit.html.erb +28 -0
  413. data/app/views/devise/passwords/new.html.erb +19 -0
  414. data/app/views/devise/registrations/edit.html.erb +25 -0
  415. data/app/views/devise/registrations/new.html.erb +18 -0
  416. data/app/views/devise/sessions/new.html.erb +43 -0
  417. data/app/views/devise/unlocks/new.html.erb +12 -0
  418. data/app/views/home/index.html.erb +0 -0
  419. data/app/views/jobs/show.html.erb +82 -0
  420. data/app/views/layouts/_navigation.html.erb +96 -0
  421. data/app/views/layouts/_tester_bar.html.erb +6 -0
  422. data/app/views/layouts/application.html.erb +83 -0
  423. data/app/views/layouts/dashboard.html.erb +48 -0
  424. data/app/views/layouts/email.html.erb +217 -0
  425. data/app/views/layouts/minimal.html.erb +54 -0
  426. data/app/views/layouts/naked_dashboard.html.erb +46 -0
  427. data/app/views/oauth_consumers/error.html.erb +5 -0
  428. data/app/views/oauth_consumers/index.html.erb +29 -0
  429. data/app/views/oauth_consumers/show.html.erb +7 -0
  430. data/app/views/project_notification/ci_configuration_error.html.erb +15 -0
  431. data/app/views/project_notification/follow_up.html.erb +26 -0
  432. data/app/views/project_notification/new_release.html.erb +31 -0
  433. data/app/views/project_notification/test_run.html.erb +141 -0
  434. data/app/views/project_notification/testing_note.html.erb +9 -0
  435. data/app/views/project_pretickets/show.html.erb +49 -0
  436. data/app/views/project_tickets/_tickets.html.erb +37 -0
  437. data/app/views/project_tickets/bugs.html.erb +13 -0
  438. data/app/views/project_tickets/ideas.html.erb +13 -0
  439. data/app/views/project_tickets/index.html.erb +13 -0
  440. data/app/views/project_tickets/index.xls.erb +130 -0
  441. data/app/views/project_tickets/new.html.erb +18 -0
  442. data/app/views/project_tickets/no_ticket_tracker.html.erb +8 -0
  443. data/app/views/project_tickets/open.html.erb +13 -0
  444. data/app/views/project_tickets/open_bugs.html.erb +13 -0
  445. data/app/views/project_tickets/open_ideas.html.erb +13 -0
  446. data/app/views/project_tickets/show.html.erb +76 -0
  447. data/app/views/projects/_form.html.erb +174 -0
  448. data/app/views/projects/_header.html.erb +11 -0
  449. data/app/views/projects/_keyboard_shortcuts.html.erb +8 -0
  450. data/app/views/projects/_new_ticket.html.erb +8 -0
  451. data/app/views/projects/_ticket_tracker_refresh.html.erb +4 -0
  452. data/app/views/projects/edit.html.erb +3 -0
  453. data/app/views/projects/index.html.erb +157 -0
  454. data/app/views/projects/new.html.erb +7 -0
  455. data/app/views/releases/_antecedents.html.erb +12 -0
  456. data/app/views/releases/_changelog.html.erb +48 -0
  457. data/app/views/releases/_commits.html.erb +18 -0
  458. data/app/views/releases/_form.html.erb +126 -0
  459. data/app/views/releases/_new_release.html.erb +15 -0
  460. data/app/views/releases/_tickets.html.erb +12 -0
  461. data/app/views/releases/edit.html.erb +19 -0
  462. data/app/views/releases/index.html.erb +80 -0
  463. data/app/views/releases/new.html.erb +72 -0
  464. data/app/views/releases/show.html.erb +3 -0
  465. data/app/views/reports/index.html.erb +9 -0
  466. data/app/views/reports/sprint.html.erb +21 -0
  467. data/app/views/reports/velocity.html.erb +104 -0
  468. data/app/views/settings/show.html.erb +20 -0
  469. data/app/views/sprints/dashboard.html.erb +29 -0
  470. data/app/views/sprints/show.html.erb +39 -0
  471. data/app/views/test_runs/confirm_retry.html.erb +3 -0
  472. data/app/views/testing_report/_scripts.html.erb +12 -0
  473. data/app/views/testing_report/index.html.erb +31 -0
  474. data/app/views/testing_report/show.html.erb +29 -0
  475. data/app/views/tickets/new.html.erb +18 -0
  476. data/app/views/users/_form.html.erb +115 -0
  477. data/app/views/users/_header.html.erb +10 -0
  478. data/app/views/users/edit.html.erb +3 -0
  479. data/app/views/users/index.html.erb +80 -0
  480. data/app/views/users/new.html.erb +8 -0
  481. data/app/views/users/show.html.erb +13 -0
  482. data/app/views/welcome/_tdl.html.erb +31 -0
  483. data/app/views/welcome/index.html.erb +29 -0
  484. data/bin/bundle +3 -0
  485. data/bin/rails +4 -0
  486. data/bin/rake +4 -0
  487. data/config/application.rb +91 -0
  488. data/config/boot.rb +4 -0
  489. data/config/database.yml +21 -0
  490. data/config/environment.rb +5 -0
  491. data/config/environments/development.rb +48 -0
  492. data/config/environments/production.rb +86 -0
  493. data/config/environments/test.rb +45 -0
  494. data/config/initializers/action_view_field_error_proc.rb +30 -0
  495. data/config/initializers/add_navigation_renderers.rb +66 -0
  496. data/config/initializers/assets.rb +9 -0
  497. data/config/initializers/backtrace_silencers.rb +7 -0
  498. data/config/initializers/constants.rb +9 -0
  499. data/config/initializers/cookies_serializer.rb +3 -0
  500. data/config/initializers/devise.rb +287 -0
  501. data/config/initializers/filter_parameter_logging.rb +4 -0
  502. data/config/initializers/hard_coded_knowledge.rb +141 -0
  503. data/config/initializers/houston_async.rb +13 -0
  504. data/config/initializers/houston_benchmark.rb +11 -0
  505. data/config/initializers/houston_report_exception.rb +27 -0
  506. data/config/initializers/houston_scheduler.rb +23 -0
  507. data/config/initializers/houston_tdl.rb +104 -0
  508. data/config/initializers/houston_try.rb +24 -0
  509. data/config/initializers/inflections.rb +16 -0
  510. data/config/initializers/mime_types.rb +5 -0
  511. data/config/initializers/oauth_consumers.rb +18 -0
  512. data/config/initializers/profile_gc.rb +1 -0
  513. data/config/initializers/requirements.rb +4 -0
  514. data/config/initializers/run_tests_on_post_receive.rb +1 -0
  515. data/config/initializers/secret_token.rb +16 -0
  516. data/config/initializers/session_store.rb +3 -0
  517. data/config/initializers/sync_commits_on_post_receive.rb +8 -0
  518. data/config/initializers/unfuddle.rb +6 -0
  519. data/config/initializers/vestal_versions.rb +9 -0
  520. data/config/initializers/wrap_parameters.rb +14 -0
  521. data/config/locales/devise.en.yml +59 -0
  522. data/config/locales/devise_invitable.en.yml +10 -0
  523. data/config/locales/en.yml +23 -0
  524. data/config/routes.rb +279 -0
  525. data/db/fixtures/projects.yml +21 -0
  526. data/db/fixtures/roles.yml +9 -0
  527. data/db/fixtures/users.yml +36 -0
  528. data/db/migrate/20120324185914_create_projects.rb +12 -0
  529. data/db/migrate/20120324202224_create_environments.rb +11 -0
  530. data/db/migrate/20120324212848_create_releases.rb +12 -0
  531. data/db/migrate/20120324212946_create_changes.rb +11 -0
  532. data/db/migrate/20120324230038_create_commits.rb +13 -0
  533. data/db/migrate/20120406185643_add_initial_commit_to_environments.rb +5 -0
  534. data/db/migrate/20120408155047_add_kanban_fields_to_projects.rb +9 -0
  535. data/db/migrate/20120417175450_devise_create_users.rb +52 -0
  536. data/db/migrate/20120417175841_devise_invitable_add_to_users.rb +23 -0
  537. data/db/migrate/20120417190504_add_role_to_users.rb +5 -0
  538. data/db/migrate/20120417195313_create_tickets.rb +12 -0
  539. data/db/migrate/20120417195433_create_ticket_queues.rb +11 -0
  540. data/db/migrate/20120424212706_create_testing_notes.rb +14 -0
  541. data/db/migrate/20120501230243_add_unfuddle_id_to_tickets.rb +9 -0
  542. data/db/migrate/20120501231817_add_expires_at_to_testing_notes.rb +5 -0
  543. data/db/migrate/20120501231948_add_unfuddle_id_to_testing_notes.rb +5 -0
  544. data/db/migrate/20120504143615_link_tickets_and_releases.rb +19 -0
  545. data/db/migrate/20120525013703_add_health_fields_to_projects.rb +6 -0
  546. data/db/migrate/20120607124115_add_cached_queries_to_projects.rb +5 -0
  547. data/db/migrate/20120626140242_add_deployment_to_tickets.rb +5 -0
  548. data/db/migrate/20120626150333_add_last_release_at_to_tickets.rb +14 -0
  549. data/db/migrate/20120626151320_link_tickets_and_commits.rb +17 -0
  550. data/db/migrate/20120626152020_add_committer_email_to_commits.rb +13 -0
  551. data/db/migrate/20120626152949_replace_committer_info_with_author_info.rb +12 -0
  552. data/db/migrate/20120715230526_change_testing_notes_comment_to_text.rb +9 -0
  553. data/db/migrate/20120715230922_create_user_notifications.rb +19 -0
  554. data/db/migrate/20120716010743_add_user_to_releases.rb +14 -0
  555. data/db/migrate/20120726212620_add_message_to_release.rb +5 -0
  556. data/db/migrate/20120726231754_link_projects_and_maintainers.rb +22 -0
  557. data/db/migrate/20120804003344_add_goldmine_to_tickets.rb +5 -0
  558. data/db/migrate/20120823025935_add_errbit_app_id_to_projects.rb +5 -0
  559. data/db/migrate/20120826022643_add_authentication_token_to_users.rb +13 -0
  560. data/db/migrate/20120827190634_add_git_last_sync_at_to_projects.rb +5 -0
  561. data/db/migrate/20120913020218_add_new_relic_id_to_projects.rb +5 -0
  562. data/db/migrate/20120920023251_add_administrator_to_users.rb +17 -0
  563. data/db/migrate/20120922010212_add_unfuddle_id_to_users.rb +5 -0
  564. data/db/migrate/20121026014457_split_users_name_into_first_and_last.rb +22 -0
  565. data/db/migrate/20121027160548_create_deploys.rb +11 -0
  566. data/db/migrate/20121027171215_add_deploy_id_to_releases.rb +6 -0
  567. data/db/migrate/20121104233305_add_tag_slug_to_changes.rb +5 -0
  568. data/db/migrate/20121126005019_add_retired_at_to_projects.rb +5 -0
  569. data/db/migrate/20121214025558_add_estimated_effort_and_estimated_value_to_tickets.rb +6 -0
  570. data/db/migrate/20121219202734_add_category_to_projects.rb +5 -0
  571. data/db/migrate/20121220031008_add_expires_at_to_tickets.rb +5 -0
  572. data/db/migrate/20121222170917_add_version_control_adapter_to_projects.rb +17 -0
  573. data/db/migrate/20121222223325_remove_unused_fields_from_projects.rb +21 -0
  574. data/db/migrate/20121222223635_add_ticket_tracking_adapter_to_projects.rb +17 -0
  575. data/db/migrate/20121224212623_rename_environments.rb +29 -0
  576. data/db/migrate/20121225175106_replace_environment_id_with_environment_name.rb +39 -0
  577. data/db/migrate/20121230173644_setup_hstore.rb +9 -0
  578. data/db/migrate/20121230174234_create_test_runs.rb +22 -0
  579. data/db/migrate/20130105200429_add_c_i_adapter_to_projects.rb +5 -0
  580. data/db/migrate/20130106184327_replace_test_runs_details_with_tests.rb +11 -0
  581. data/db/migrate/20130106185425_add_total_count_to_test_runs.rb +5 -0
  582. data/db/migrate/20130119203853_remove_cached_queries_from_projects.rb +9 -0
  583. data/db/migrate/20130119204608_add_extended_attributes_to_tickets.rb +35 -0
  584. data/db/migrate/20130119211540_remove_estimated_effort_and_estimated_value_from_tickets.rb +11 -0
  585. data/db/migrate/20130119212008_rename_tickets_unfuddle_id_to_remote_id.rb +5 -0
  586. data/db/migrate/20130120182026_create_ticket_prerequisites.rb +13 -0
  587. data/db/migrate/20130211015046_add_min_passing_verdicts_to_projects.rb +5 -0
  588. data/db/migrate/20130302205014_change_default_role_for_users.rb +8 -0
  589. data/db/migrate/20130306023456_add_agent_email_to_test_runs.rb +5 -0
  590. data/db/migrate/20130306023613_add_branch_to_test_runs.rb +5 -0
  591. data/db/migrate/20130312224911_create_errors.rb +12 -0
  592. data/db/migrate/20130319003918_add_coverage_to_test_runs.rb +7 -0
  593. data/db/migrate/20130407195450_create_roles.rb +14 -0
  594. data/db/migrate/20130407200624_populate_roles.rb +43 -0
  595. data/db/migrate/20130407220039_add_project_id_to_testing_notes.rb +26 -0
  596. data/db/migrate/20130407220937_add_project_id_to_commits.rb +26 -0
  597. data/db/migrate/20130416020627_add_environments_subscribed_to_to_users.rb +17 -0
  598. data/db/migrate/20130420151334_rename_ticket_tracking_to_ticket_tracker.rb +6 -0
  599. data/db/migrate/20130420155332_rename_projects_version_control_adapter_to_version_control_name.rb +5 -0
  600. data/db/migrate/20130420172322_rename_projects_ci_adapter_to_ci_server_name.rb +5 -0
  601. data/db/migrate/20130420174002_rename_projects_errbit_app_id_to_error_tracker_id.rb +5 -0
  602. data/db/migrate/20130420174126_add_error_tracker_name_to_projects.rb +11 -0
  603. data/db/migrate/20130427223925_create_project_quotas.rb +14 -0
  604. data/db/migrate/20130428005808_create_settings.rb +8 -0
  605. data/db/migrate/20130504014802_add_extended_attributes_to_projects.rb +19 -0
  606. data/db/migrate/20130504135741_add_antecedents_to_tickets.rb +26 -0
  607. data/db/migrate/20130505144446_add_tags_to_tickets.rb +9 -0
  608. data/db/migrate/20130505162039_add_type_to_tickets.rb +9 -0
  609. data/db/migrate/20130505212838_add_closed_at_to_tickets.rb +9 -0
  610. data/db/migrate/20130518224352_drop_environments.rb +9 -0
  611. data/db/migrate/20130518224406_drop_projects_maintainers.rb +9 -0
  612. data/db/migrate/20130518224655_remove_goldmine_from_tickets.rb +9 -0
  613. data/db/migrate/20130518224722_remove_pre_adapter_fields_from_projects.rb +11 -0
  614. data/db/migrate/20130519163615_create_user_credentials.rb +18 -0
  615. data/db/migrate/20130525192607_add_reporter_email_and_reporter_id_to_tickets.rb +6 -0
  616. data/db/migrate/20130525222131_add_regression_count_to_test_runs.rb +5 -0
  617. data/db/migrate/20130526024851_give_default_values_for_counts_from_test_runs.rb +19 -0
  618. data/db/migrate/20130706141443_drop_deprecated_project_roles.rb +9 -0
  619. data/db/migrate/20130710233849_add_authored_at_to_commits.rb +52 -0
  620. data/db/migrate/20130711004558_downcase_commits_committer_emails.rb +10 -0
  621. data/db/migrate/20130711013156_link_commits_and_users.rb +35 -0
  622. data/db/migrate/20130728191005_add_retired_at_to_users.rb +5 -0
  623. data/db/migrate/20130806143651_link_commits_and_releases.rb +18 -0
  624. data/db/migrate/20130815232527_add_unreachable_to_commits.rb +6 -0
  625. data/db/migrate/20130914152419_rename_test_runs_commit_to_sha.rb +9 -0
  626. data/db/migrate/20130914155044_add_code_climate_repo_token_to_projects.rb +5 -0
  627. data/db/migrate/20130921141449_create_milestones.rb +19 -0
  628. data/db/migrate/20131002005512_add_last_ticket_tracker_sync_at_to_projects.rb +5 -0
  629. data/db/migrate/20131002015547_add_ticket_tracker_sync_started_at_to_projects.rb +5 -0
  630. data/db/migrate/20131002145620_add_destroyed_at_to_tickets.rb +6 -0
  631. data/db/migrate/20131003014023_add_destroyed_at_to_milestones.rb +6 -0
  632. data/db/migrate/20131004015452_add_resolution_to_tickets.rb +6 -0
  633. data/db/migrate/20131004185618_add_first_release_at_to_tickets.rb +14 -0
  634. data/db/migrate/20131012152403_create_sprints.rb +15 -0
  635. data/db/migrate/20131013185636_add_checked_out_to_tickets.rb +6 -0
  636. data/db/migrate/20131027214942_add_priority_to_tickets.rb +5 -0
  637. data/db/migrate/20131112010815_delete_duplicate_commits.rb +33 -0
  638. data/db/migrate/20131216014505_create_oauth_consumer_tokens.rb +20 -0
  639. data/db/migrate/20131223194246_add_reopened_at_to_tickets.rb +5 -0
  640. data/db/migrate/20140106212047_add_options_to_projects.rb +5 -0
  641. data/db/migrate/20140106212305_add_options_to_users.rb +5 -0
  642. data/db/migrate/20140114014144_add_deployer_to_deploys.rb +5 -0
  643. data/db/migrate/20140217150735_drop_table_user_notifications.rb +9 -0
  644. data/db/migrate/20140217160450_add_email_addresses_to_users.rb +18 -0
  645. data/db/migrate/20140217195942_add_prerequisites_to_tickets.rb +5 -0
  646. data/db/migrate/20140327020121_drop_ticket_prerequisites.rb +9 -0
  647. data/db/migrate/20140401234330_add_index_to_ticket_queues.rb +6 -0
  648. data/db/migrate/20140406183224_remove_new_relic_id_from_projects.rb +9 -0
  649. data/db/migrate/20140406230121_delete_automatically_generated_messages_for_releases.rb +12 -0
  650. data/db/migrate/20140407010111_drop_sprints_project_id.rb +9 -0
  651. data/db/migrate/20140411214022_add_invitation_created_at_to_user.rb +5 -0
  652. data/db/migrate/20140418133005_change_ticket_antecedents_to_text_array.rb +9 -0
  653. data/db/migrate/20140419152214_add_gemnasium_slug_to_projects.rb +5 -0
  654. data/db/migrate/20140425141946_embed_changes_in_releases.rb +19 -0
  655. data/db/migrate/20140427235508_prevent_release_changes_from_being_null.rb +6 -0
  656. data/db/migrate/20140428023146_prevent_ticket_number_from_being_null.rb +5 -0
  657. data/db/migrate/20140429000919_add_feature_states_to_projects.rb +5 -0
  658. data/db/migrate/20140506032958_add_locked_to_sprints.rb +5 -0
  659. data/db/migrate/20140506035755_create_value_statements.rb +9 -0
  660. data/db/migrate/20140511024021_rename_testing_notes_unfuddle_id_to_remote_id.rb +5 -0
  661. data/db/migrate/20140515174322_create_tasks.rb +20 -0
  662. data/db/migrate/20140515200824_link_tasks_and_commits.rb +8 -0
  663. data/db/migrate/20140516005310_link_tasks_and_releases.rb +8 -0
  664. data/db/migrate/20140516012049_create_tasks_for_existing_tickets.rb +33 -0
  665. data/db/migrate/20140517012626_prevent_hstore_fields_from_being_null.rb +22 -0
  666. data/db/migrate/20140521014652_allow_task_descriptions_to_be_null.rb +13 -0
  667. data/db/migrate/20140526155845_add_commit_id_to_deploys.rb +31 -0
  668. data/db/migrate/20140526162645_add_commit_before_id_and_commit_after_id_to_releases.rb +28 -0
  669. data/db/migrate/20140526180608_associate_remaining_deploys_and_releases.rb +60 -0
  670. data/db/migrate/20140606232907_create_vestal_versions.rb +28 -0
  671. data/db/migrate/20140724231918_create_sprints_tasks.rb +17 -0
  672. data/db/migrate/20140806233301_add_position_to_milestones.rb +5 -0
  673. data/db/migrate/20140810224209_add_size_and_units_to_milestones.rb +7 -0
  674. data/db/migrate/20140824194031_add_project_id_to_tasks.rb +11 -0
  675. data/db/migrate/20140824194526_add_completed_at_to_tasks.rb +20 -0
  676. data/db/migrate/20140824211249_require_sprints_to_be_unique.rb +9 -0
  677. data/db/migrate/20140907012329_drop_table_changes.rb +9 -0
  678. data/db/migrate/20140907013836_drop_table_errors.rb +9 -0
  679. data/db/migrate/20140921190022_add_checked_out_to_sprints_tasks.rb +19 -0
  680. data/db/migrate/20140921201441_drop_users_name.rb +9 -0
  681. data/db/migrate/20140925021043_rename_deploys_commit_to_sha.rb +17 -0
  682. data/db/migrate/20140929004347_create_historical_heads.rb +23 -0
  683. data/db/migrate/20141027194819_make_users_environments_subscribed_to_an_array.rb +18 -0
  684. data/db/migrate/20141202004123_add_duration_to_deploys.rb +5 -0
  685. data/db/migrate/20141226171730_create_measurements.rb +17 -0
  686. data/db/migrate/20150116153233_add_timestamps_to_measurements.rb +6 -0
  687. data/db/migrate/20150119154013_drop_unused_fields_from_milestones.rb +13 -0
  688. data/db/migrate/20150220215154_add_branch_to_deploys.rb +5 -0
  689. data/db/migrate/20150222205616_add_features_to_projects.rb +12 -0
  690. data/db/migrate/20150222214124_add_current_project_to_users.rb +5 -0
  691. data/db/migrate/20150223013721_add_nickname_to_users.rb +5 -0
  692. data/db/migrate/20150302153319_add_username_to_users.rb +5 -0
  693. data/db/migrate/20150323004452_add_deploys_completed_at.rb +10 -0
  694. data/db/migrate/20150323011050_add_output_to_deploy.rb +5 -0
  695. data/db/migrate/20150805180939_add_commit_id_to_test_runs.rb +30 -0
  696. data/db/migrate/20150805233946_add_user_id_to_test_runs.rb +23 -0
  697. data/db/migrate/20150806032230_create_tests.rb +33 -0
  698. data/db/migrate/20150808161729_create_test_errors.rb +10 -0
  699. data/db/migrate/20150808161805_create_test_results.rb +72 -0
  700. data/db/migrate/20150808162928_index_test_runs_on_commit_id.rb +5 -0
  701. data/db/migrate/20150808192103_index_commits_on_sha.rb +5 -0
  702. data/db/migrate/20150808193354_add_parent_sha_to_commits.rb +43 -0
  703. data/db/migrate/20150809132417_rename_test_results_regression_to_difference.rb +11 -0
  704. data/db/migrate/20150809201942_add_compared_to_test_runs.rb +5 -0
  705. data/db/migrate/20150817232311_create_pull_requests.rb +25 -0
  706. data/db/migrate/20150820023708_add_labels_to_pull_requests.rb +5 -0
  707. data/db/migrate/20150902005758_downcase_environment_names.rb +19 -0
  708. data/db/migrate/20150902010629_add_user_id_to_deploys.rb +5 -0
  709. data/db/migrate/20150902010853_populate_deploys_user.rb +13 -0
  710. data/db/seeds.rb +9 -0
  711. data/db/structure.sql +2282 -0
  712. data/houston.gemspec +99 -0
  713. data/lib/configuration.rb +764 -0
  714. data/lib/core_ext/duration.rb +21 -0
  715. data/lib/core_ext/exception.rb +7 -0
  716. data/lib/core_ext/hash.rb +51 -0
  717. data/lib/core_ext/kernel.rb +23 -0
  718. data/lib/houston/application.rb +1 -0
  719. data/lib/houston/version.rb +3 -0
  720. data/lib/houston_daemonize.rb +37 -0
  721. data/lib/houston_observer.rb +69 -0
  722. data/lib/houston_server.rb +31 -0
  723. data/lib/parallel_enumerable.rb +56 -0
  724. data/lib/patches/sprockets_output_path_for_assets.rb +29 -0
  725. data/lib/tasks/.gitkeep +0 -0
  726. data/lib/tasks/.keep +0 -0
  727. data/lib/tasks/config.rake +255 -0
  728. data/lib/tasks/keypair.rake +18 -0
  729. data/lib/unexpected_response.rb +22 -0
  730. data/log/.gitkeep +0 -0
  731. data/log/.keep +0 -0
  732. data/script/bootstrap +14 -0
  733. data/script/cibuild +9 -0
  734. data/support/award.ai +4409 -19
  735. data/support/badges.ai +4621 -19
  736. data/support/bugs-1.ai +1364 -1
  737. data/support/bugs-2.ai +806 -1
  738. data/support/chevron.ai +4431 -19
  739. data/support/favicon.psd +0 -0
  740. data/support/flask.ai +386 -1
  741. data/support/headings.ai +394 -0
  742. data/support/new-window-link-12.gif +0 -0
  743. data/support/newrelic.ai +204 -0
  744. data/support/newrelic.png +0 -0
  745. data/support/wrench.ai +4389 -20
  746. data/vendor/assets/javascripts/.gitkeep +0 -0
  747. data/vendor/assets/javascripts/.keep +0 -0
  748. data/vendor/assets/javascripts/Markdown.Converter.js +1412 -0
  749. data/vendor/assets/javascripts/alertify.js +1 -0
  750. data/vendor/assets/javascripts/bootstrap.js +2280 -0
  751. data/vendor/assets/javascripts/d3.v3.js +9274 -0
  752. data/vendor/assets/javascripts/dropzone.js +1728 -0
  753. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.accordion.js +572 -0
  754. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.autocomplete.js +608 -0
  755. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.button.js +419 -0
  756. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.core.js +324 -0
  757. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.datepicker.js +2050 -0
  758. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.dialog.js +799 -0
  759. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.draggable.js +943 -0
  760. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.droppable.js +371 -0
  761. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-blind.js +82 -0
  762. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-bounce.js +113 -0
  763. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-clip.js +67 -0
  764. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-drop.js +65 -0
  765. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-explode.js +97 -0
  766. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-fade.js +30 -0
  767. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-fold.js +76 -0
  768. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-highlight.js +50 -0
  769. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-pulsate.js +63 -0
  770. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-scale.js +318 -0
  771. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-shake.js +74 -0
  772. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-slide.js +64 -0
  773. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-transfer.js +47 -0
  774. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect.js +1268 -0
  775. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.menu.js +621 -0
  776. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.mouse.js +169 -0
  777. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.position.js +497 -0
  778. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.progressbar.js +145 -0
  779. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.resizable.js +946 -0
  780. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.selectable.js +277 -0
  781. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.slider.js +672 -0
  782. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.sortable.js +1250 -0
  783. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.spinner.js +492 -0
  784. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.tabs.js +846 -0
  785. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.tooltip.js +402 -0
  786. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.widget.js +521 -0
  787. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery-ui-i18n.js +1379 -0
  788. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-af.js +23 -0
  789. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ar-DZ.js +23 -0
  790. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ar.js +23 -0
  791. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-az.js +23 -0
  792. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-bg.js +24 -0
  793. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-bs.js +23 -0
  794. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ca.js +23 -0
  795. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-cs.js +23 -0
  796. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-da.js +23 -0
  797. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-de.js +23 -0
  798. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-el.js +23 -0
  799. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-en-AU.js +23 -0
  800. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-en-GB.js +23 -0
  801. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-en-NZ.js +23 -0
  802. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-eo.js +23 -0
  803. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-es.js +23 -0
  804. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-et.js +23 -0
  805. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-eu.js +23 -0
  806. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-fa.js +23 -0
  807. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-fi.js +23 -0
  808. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-fo.js +23 -0
  809. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-fr-CH.js +23 -0
  810. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-fr.js +25 -0
  811. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-gl.js +23 -0
  812. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-he.js +23 -0
  813. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-hr.js +23 -0
  814. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-hu.js +23 -0
  815. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-hy.js +23 -0
  816. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-id.js +23 -0
  817. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-is.js +23 -0
  818. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-it.js +23 -0
  819. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ja.js +23 -0
  820. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ko.js +23 -0
  821. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-kz.js +23 -0
  822. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-lt.js +23 -0
  823. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-lv.js +23 -0
  824. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ml.js +23 -0
  825. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ms.js +23 -0
  826. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-nl.js +23 -0
  827. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-no.js +23 -0
  828. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-pl.js +23 -0
  829. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-pt-BR.js +23 -0
  830. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-pt.js +22 -0
  831. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-rm.js +21 -0
  832. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ro.js +26 -0
  833. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ru.js +23 -0
  834. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-sk.js +23 -0
  835. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-sl.js +24 -0
  836. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-sq.js +23 -0
  837. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-sr-SR.js +23 -0
  838. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-sr.js +23 -0
  839. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-sv.js +23 -0
  840. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ta.js +23 -0
  841. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-th.js +23 -0
  842. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-tj.js +23 -0
  843. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-tr.js +23 -0
  844. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-uk.js +23 -0
  845. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-vi.js +23 -0
  846. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-zh-CN.js +23 -0
  847. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-zh-HK.js +23 -0
  848. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-zh-TW.js +23 -0
  849. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.blind.js +49 -0
  850. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.bounce.js +78 -0
  851. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.clip.js +54 -0
  852. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.core.js +746 -0
  853. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.drop.js +50 -0
  854. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.explode.js +79 -0
  855. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.fade.js +32 -0
  856. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.fold.js +56 -0
  857. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.highlight.js +49 -0
  858. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.pulsate.js +51 -0
  859. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.scale.js +178 -0
  860. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.shake.js +57 -0
  861. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.slide.js +50 -0
  862. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.transfer.js +45 -0
  863. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.accordion.js +611 -0
  864. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.autocomplete.js +612 -0
  865. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.button.js +416 -0
  866. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.core.js +312 -0
  867. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.datepicker.js +1814 -0
  868. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.dialog.js +879 -0
  869. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.draggable.js +823 -0
  870. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.droppable.js +296 -0
  871. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.mouse.js +160 -0
  872. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.position.js +252 -0
  873. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.progressbar.js +109 -0
  874. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.resizable.js +842 -0
  875. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.selectable.js +266 -0
  876. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.slider.js +666 -0
  877. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.sortable.js +1077 -0
  878. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.tabs.js +758 -0
  879. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.widget.js +262 -0
  880. data/vendor/assets/javascripts/jquery-ui.js +55 -0
  881. data/vendor/assets/javascripts/jquery.autosize.js +242 -0
  882. data/vendor/assets/javascripts/jquery.pjax.js +817 -0
  883. data/vendor/assets/javascripts/jquery.tablesorter.js +1032 -0
  884. data/vendor/assets/javascripts/jquery.timeago.js +214 -0
  885. data/vendor/assets/javascripts/md5.js +202 -0
  886. data/vendor/assets/javascripts/mousetrap.js +953 -0
  887. data/vendor/assets/stylesheets/.gitkeep +0 -0
  888. data/vendor/assets/stylesheets/.keep +0 -0
  889. data/vendor/assets/stylesheets/alertify-bootstrap-3.css +2 -0
  890. data/vendor/assets/stylesheets/alertify-bootstrap.css +2 -0
  891. data/vendor/assets/stylesheets/alertify.css +2 -0
  892. data/vendor/assets/stylesheets/bootstrap-responsive.css +800 -0
  893. data/vendor/assets/stylesheets/bootstrap.css +6163 -0
  894. data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.accordion.css +38 -0
  895. data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.autocomplete.css +16 -0
  896. data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.button.css +114 -0
  897. data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.core.css +93 -0
  898. data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.datepicker.css +178 -0
  899. data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.dialog.css +69 -0
  900. data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.menu.css +77 -0
  901. data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.progressbar.css +28 -0
  902. data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.resizable.css +78 -0
  903. data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.selectable.css +15 -0
  904. data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.slider.css +73 -0
  905. data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.spinner.css +65 -0
  906. data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.tabs.css +52 -0
  907. data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.theme.css +406 -0
  908. data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.tooltip.css +19 -0
  909. data/vendor/assets/stylesheets/jquery-ui.css +28 -0
  910. data/vendor/images/fa-bank.svg +9 -0
  911. data/vendor/images/fa-bell.svg +9 -0
  912. data/vendor/images/fa-bomb.svg +9 -0
  913. data/vendor/images/fa-bug.svg +9 -0
  914. data/vendor/images/fa-bullhorn.svg +6 -0
  915. data/vendor/images/fa-burndown.svg +15 -0
  916. data/vendor/images/fa-calendar-o.svg +9 -0
  917. data/vendor/images/fa-comment.svg +9 -0
  918. data/vendor/images/fa-comments.svg +9 -0
  919. data/vendor/images/fa-database.svg +9 -0
  920. data/vendor/images/fa-fire-extinguisher.svg +9 -0
  921. data/vendor/images/fa-gear.svg +6 -0
  922. data/vendor/images/fa-lightbulb-o.svg +9 -0
  923. data/vendor/images/fa-paper-plane.svg +9 -0
  924. data/vendor/images/fa-road.svg +9 -0
  925. data/vendor/images/fa-user.svg +9 -0
  926. metadata +1611 -0
@@ -0,0 +1,677 @@
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="robotoblack_italic" horiz-adv-x="1160" >
7
+ <font-face units-per-em="2048" ascent="1536" descent="-512" />
8
+ <missing-glyph horiz-adv-x="505" />
9
+ <glyph unicode="&#xfb01;" horiz-adv-x="1273" d="M58 848l41 234l142 -1l6 31q21 111 69 195t120 140.5t166 84t207 26.5q88 -1 173 -18t171 -39l-70 -268q-67 21 -134 34.5t-138 12.5q-86 0 -149 -41.5t-85 -127.5l-7 -30l217 1l-42 -234h-205l-147 -848h-330l147 848h-152zM722 0l187 1082h331l-188 -1082h-330z" />
10
+ <glyph horiz-adv-x="0" />
11
+ <glyph unicode="&#xd;" horiz-adv-x="505" />
12
+ <glyph horiz-adv-x="0" />
13
+ <glyph horiz-adv-x="0" />
14
+ <glyph horiz-adv-x="10" />
15
+ <glyph unicode="&#x9;" horiz-adv-x="10" />
16
+ <glyph unicode=" " horiz-adv-x="505" />
17
+ <glyph unicode="&#x09;" horiz-adv-x="505" />
18
+ <glyph unicode="&#xa0;" horiz-adv-x="505" />
19
+ <glyph unicode="!" horiz-adv-x="558" d="M22 145q-1 39 13.5 71t39.5 55.5t58 36.5t71 13q36 0 68.5 -11.5t57 -33t39.5 -52t16 -67.5q1 -39 -13 -71t-39 -55.5t-59 -36.5t-71 -13q-36 0 -68 11.5t-57 33t-40 52t-16 67.5zM127 461l131 995h350l-214 -995h-267z" />
20
+ <glyph unicode="&#x22;" horiz-adv-x="640" d="M81 969l89 568h225l-24 -155l-105 -413h-185zM423 969l89 568h224l-25 -155l-105 -413h-183z" />
21
+ <glyph unicode="#" horiz-adv-x="1164" d="M2 410l32 183h241l89 264h-212l32 183h240l140 416h200l-139 -416h148l140 416h201l-139 -416h221l-32 -183h-250l-89 -264h220l-32 -183h-248l-137 -410h-201l137 410h-148l-137 -410h-201l137 410h-213zM476 593h148l90 264h-149z" />
22
+ <glyph unicode="$" d="M55 468l328 -1q-2 -41 3.5 -82.5t22 -74.5t47.5 -54t81 -21q35 0 64.5 12t51.5 33.5t35.5 50.5t18.5 63q5 38 -1 68t-22.5 54t-42 42.5t-58.5 35.5q-77 38 -148 79t-124 95t-82.5 124.5t-23.5 168.5q6 95 45 168.5t102 125t144 81t170 37.5l40 212h157l-42 -218 q86 -17 147.5 -60.5t100.5 -105t56.5 -137.5t15.5 -159l-330 1q1 32 -1 69.5t-13.5 70t-36 54t-67.5 22.5q-36 0 -64 -13t-48.5 -35.5t-33.5 -52t-17 -62.5q-5 -37 2.5 -65.5t24.5 -51t42.5 -41t55.5 -34.5q76 -39 146.5 -81.5t123.5 -97t82.5 -125.5t23.5 -168 q-6 -95 -43 -168t-97 -124t-139 -80.5t-168 -38.5l-39 -202h-156l40 204q-98 13 -169.5 55t-118 105t-68 145t-18.5 177z" />
23
+ <glyph unicode="%" horiz-adv-x="1484" d="M176 1099l6 75q6 70 34.5 126.5t74 96t105.5 60.5t130 20q67 -1 122 -23t93 -61t57 -94.5t15 -122.5l-6 -77q-6 -69 -34.5 -125t-73.5 -95t-104.5 -59.5t-129.5 -19.5q-66 1 -120.5 23t-93 61t-58.5 93.5t-17 121.5zM239 198l878 1125l153 -86l-877 -1126zM388 1097 q-2 -22 1 -42.5t12.5 -37t25.5 -26.5t41 -10q26 -1 47 8.5t37 26t26 38.5t14 45l11 78q2 22 -0.5 43t-11.5 37.5t-25.5 27t-41.5 11.5q-26 1 -47.5 -9t-37.5 -26.5t-26.5 -38.5t-14.5 -46zM706 280l6 77q6 70 34.5 126t73.5 95.5t105 60t130 19.5q67 -1 122 -23t93.5 -61 t58 -94t15.5 -123l-6 -77q-7 -70 -35 -126.5t-73 -95.5t-105 -60t-130 -19q-66 1 -121 23.5t-93.5 61.5t-58 94t-16.5 122zM917 276q-1 -20 3 -40t13.5 -36.5t25.5 -27t39 -11.5q29 -1 50.5 8t36.5 25t24.5 38t13.5 48l11 79q2 21 -1 42t-12 37.5t-25.5 26.5t-41.5 11 q-26 1 -47.5 -9t-37.5 -26.5t-27 -38t-15 -45.5z" />
24
+ <glyph unicode="&#x26;" horiz-adv-x="1349" d="M21 384q4 66 30 122t66.5 103t91.5 85.5t106 68.5l13 7q-16 37 -31 74t-25.5 75t-16 77.5t-2.5 80.5q6 89 42.5 163.5t95 127.5t136 82t167.5 27q72 -2 135 -27.5t109 -70.5t71.5 -107.5t21.5 -136.5q-3 -54 -22 -102t-49.5 -89t-70 -76.5t-82.5 -63.5l-111 -71l168 -247 q38 57 62 115.5t33 127.5h274q-9 -137 -56.5 -257.5t-142.5 -220.5l171 -251h-348l-50 75q-88 -48 -178.5 -72.5t-190.5 -22.5q-89 2 -167.5 30t-136 79.5t-88.5 125.5t-25 169zM359 405q-4 -30 0.5 -58.5t19 -52t38 -38.5t56.5 -16q47 -2 91 11.5t86 30.5l-194 296l-13 -7 q-32 -37 -55 -76.5t-29 -89.5zM530 1082q-6 -44 8 -84.5t34 -78.5l69 40q21 13 41 29t35.5 34.5t25.5 40.5t13 48q5 42 -16.5 74t-66.5 33q-29 1 -53.5 -10.5t-43 -30.5t-30.5 -43.5t-16 -51.5z" />
25
+ <glyph unicode="'" horiz-adv-x="317" d="M97 961l90 575h235l-28 -178l-93 -397h-204z" />
26
+ <glyph unicode="(" horiz-adv-x="711" d="M97 380q3 95 14 180l4 28q13 96 37.5 198.5t61.5 203.5t88 195.5t116.5 176t147 145t180.5 101.5l51 -170q-100 -75 -171.5 -171.5t-121 -206.5t-79.5 -229t-47 -239l-4 -31q-8 -61 -16 -135t-10.5 -153.5t3.5 -159.5t25.5 -153.5t55 -136.5t92.5 -107l-72 -166 q-87 44 -149.5 112.5t-104 152.5t-64 179t-31.5 193t-6 193z" />
27
+ <glyph unicode=")" horiz-adv-x="709" d="M-102 -282q99 76 170.5 172.5t121 206t80 228t47.5 238.5l4 32q8 61 16 135t10.5 153.5t-3.5 159.5t-25.5 153.5t-55 136.5t-92.5 107l73 166q88 -43 152 -111t107.5 -151.5t69 -179t36.5 -193t9.5 -193.5t-12.5 -181l-3 -28q-13 -97 -39 -200.5t-65.5 -204.5t-93.5 -196 t-122 -176t-151.5 -144t-182.5 -100z" />
28
+ <glyph unicode="*" horiz-adv-x="933" d="M91 1052l89 180l296 -134l32 358h209l-80 -351l313 124l34 -200l-337 -91l175 -270l-175 -110l-132 295l-220 -280l-163 122l260 267z" />
29
+ <glyph unicode="+" horiz-adv-x="1071" d="M32 537l50 289h332l66 380h307l-66 -380h331l-50 -289h-330l-69 -391h-307l68 391h-332z" />
30
+ <glyph unicode="," horiz-adv-x="545" d="M-113 -312q22 43 45.5 82t45.5 79t39.5 82t26.5 90l41 233h264l-36 -213q-10 -65 -33 -125.5t-56.5 -115t-77 -103t-94.5 -88.5z" />
31
+ <glyph unicode="-" horiz-adv-x="903" d="M129 497l45 261h585l-45 -261h-585z" />
32
+ <glyph unicode="." horiz-adv-x="610" d="M37 152q-1 39 13 71t39 55t58 36.5t71 13.5q36 0 68 -11.5t57 -33t39.5 -52t15.5 -67.5q1 -39 -13 -71t-39 -55.5t-58.5 -36.5t-70.5 -13q-36 0 -68.5 11.5t-57 33t-39 52t-15.5 67.5z" />
33
+ <glyph unicode="/" horiz-adv-x="707" d="M-160 -125l756 1581h246l-757 -1581h-245z" />
34
+ <glyph unicode="0" d="M77.5 445.5q-2.5 74.5 6.5 149.5l40 266q12 80 34.5 157.5t56.5 146.5t81 127t107.5 99.5t135 64t165.5 20.5q86 -2 152.5 -27.5t114.5 -69t79 -101.5t47.5 -126t19 -142t-6.5 -149l-41 -265q-18 -120 -59 -232.5t-111 -199t-171 -137t-237 -47.5q-86 2 -152.5 27.5 t-115 68.5t-79.5 101.5t-47.5 126t-19 142zM397.5 429.5q-0.5 -34.5 3.5 -68t17 -60t35.5 -44t59.5 -19.5q62 -3 102.5 28t65 79.5t37 104.5t18.5 103l52 353q3 24 6 56.5t3.5 66.5t-3.5 67t-17 59.5t-36 43.5t-59 19q-41 2 -72 -11.5t-54.5 -38t-39.5 -57t-27 -68 t-18 -71.5t-11 -67l-52 -352q-3 -25 -6.5 -57t-4 -66.5z" />
35
+ <glyph unicode="1" d="M225 974l46 267l644 215l37 1l-244 -1457h-330l186 1070z" />
36
+ <glyph unicode="2" d="M-8 0l36 232l518 481l67.5 67.5t68.5 77.5t55.5 85.5t30.5 90.5q5 34 2 67t-16 59.5t-38.5 42.5t-65.5 17q-47 1 -81.5 -20t-58.5 -54.5t-38 -75t-19 -81.5l-327 -2q6 108 53 199t122 156t172.5 101t203.5 35q96 -2 179 -28.5t142 -78.5t89 -129.5t22 -180.5 q-8 -95 -50 -175.5t-102.5 -151.5t-130.5 -134.5t-134 -123.5l-222 -214l550 -2l-41 -260h-987z" />
37
+ <glyph unicode="3" d="M7 406h328q0 -35 10 -65t30 -51.5t48.5 -34.5t65.5 -14q41 -1 79 12t68.5 37t51.5 58t27 76q13 88 -23.5 138.5t-126.5 54.5l-178 1l44 251l146 -2q91 2 150 53t71 142q9 68 -25 112t-104 46q-33 0 -62.5 -9.5t-53.5 -27.5t-41 -44t-24 -57l-330 -2q6 99 53 174.5 t120 125.5t163 74.5t181 23.5q93 -2 179 -27t149.5 -75.5t99 -127t28.5 -179.5q-4 -62 -28 -111.5t-61.5 -90t-85 -71.5t-99.5 -55q95 -48 141 -133t40 -191q-4 -75 -30 -137t-67.5 -111t-96.5 -85t-118 -59.5t-131 -34.5t-136 -10q-96 1 -179.5 30.5t-144.5 84t-95.5 133 t-32.5 178.5z" />
38
+ <glyph unicode="4" d="M27 309l18 222l715 922v7l340 -5l-154 -886h143l-45 -260h-143l-54 -309h-329l54 309h-545zM369 571l248 -2l88 452l-28 -37z" />
39
+ <glyph unicode="5" d="M41 415h328q1 -34 8.5 -65t24 -55t43 -38.5t64.5 -15.5q54 -2 91.5 21.5t62 61t37.5 84.5t18 92q5 43 1 83.5t-20.5 72t-48 50.5t-82.5 19q-51 1 -96.5 -17.5t-80.5 -56.5l-268 66l215 739h829l-46 -262h-556l-96 -292q44 29 97 41.5t104 13.5q105 0 180 -39t121.5 -105 t64.5 -153.5t9 -183.5q-10 -110 -56.5 -202.5t-120.5 -158.5t-170.5 -102t-207.5 -34q-95 2 -177.5 34t-143.5 89t-95.5 136.5t-32.5 176.5z" />
40
+ <glyph unicode="6" d="M77 566l15 123q14 111 51.5 212.5t94.5 188.5t132 158.5t165 122t194 78.5t218 29h59l-26 -266h-13q-92 1 -170.5 -22t-144 -67.5t-117 -109t-88.5 -145.5q60 57 132.5 86t154.5 27q100 -2 169 -46t110.5 -114.5t57 -157.5t8.5 -174q-9 -108 -55.5 -202t-121 -163 t-171.5 -108t-206 -37q-123 2 -212.5 52t-146 131.5t-79 186t-10.5 217.5zM395 426q0 -48 12.5 -89t42.5 -68.5t85 -28.5q49 -1 86.5 22t64 60t42 81.5t20.5 86.5q4 38 0 79t-20 75.5t-45.5 57t-75.5 23.5q-62 2 -110 -28.5t-83 -78.5l-14 -103q-5 -41 -5 -89z" />
41
+ <glyph unicode="7" d="M94 0l715 1196h-667l42 260h1019l-31 -195l-718 -1261h-360z" />
42
+ <glyph unicode="8" d="M47 393q4 67 27.5 122t61.5 99.5t88 79.5t108 62q-72 56 -107.5 133.5t-30.5 168.5q6 104 50 183t113.5 132t159 79.5t187.5 24.5q91 -2 169.5 -28.5t135.5 -77.5t87.5 -125t23.5 -171q-4 -60 -24 -109t-53 -89.5t-76 -73.5t-94 -59q84 -60 125 -146t34 -189 q-7 -109 -54 -190.5t-121.5 -135t-169 -79.5t-195.5 -24q-93 1 -177 27.5t-145.5 78.5t-95.5 128.5t-27 178.5zM382 420q-4 -35 1 -67t21 -57t42.5 -40.5t65.5 -16.5q42 -1 76 15t59.5 43.5t40.5 63.5t20 75q4 34 -1 66t-20 57t-41 40.5t-64 16.5q-42 1 -77 -15t-60.5 -43 t-41.5 -63t-21 -75zM518 1041q-3 -29 0.5 -58.5t15.5 -53.5t34 -39.5t57 -15.5q38 -1 66.5 15t49 42t32 59t15.5 67q3 29 -0.5 58t-15.5 51.5t-34 37t-56 14.5q-38 1 -66.5 -14t-49 -40t-32.5 -57t-16 -66z" />
43
+ <glyph unicode="9" d="M131 950q9 107 55.5 203.5t120.5 169.5t171 114.5t207 39.5q81 -2 145.5 -26.5t113.5 -67t83 -99.5t54 -123t25.5 -137.5t-1.5 -142.5l-15 -116q-22 -172 -92 -316t-181 -248t-258 -162.5t-324 -59.5h-32l27 271h16q177 -3 299.5 73.5t189.5 240.5q-52 -45 -112.5 -72 t-130.5 -27q-101 1 -173 43t-116 110t-62 155t-10 177zM460.5 870q2.5 -42 16.5 -78t42 -60t75 -25q55 -1 96.5 26t73.5 69l20 142q4 36 4.5 83t-10 89t-37.5 71.5t-79 30.5q-48 1 -84 -26.5t-60.5 -68t-38 -88t-17.5 -86.5q-4 -37 -1.5 -79z" />
44
+ <glyph unicode=":" horiz-adv-x="607" d="M38 152q-1 39 13 71t39 55t58 36.5t71 13.5q36 0 68 -11.5t57 -33t39.5 -52t15.5 -67.5q1 -39 -13 -71t-39 -55.5t-58.5 -36.5t-70.5 -13q-36 0 -68.5 11.5t-57 33t-39 52t-15.5 67.5zM176 950q-1 39 13 71t39 55t58 36.5t71 13.5q36 0 68 -11.5t57 -33t39.5 -52 t15.5 -67.5q1 -39 -13 -71t-39 -55.5t-58.5 -36.5t-70.5 -13q-36 0 -68.5 11.5t-57 33t-39 52t-15.5 67.5z" />
45
+ <glyph unicode=";" horiz-adv-x="582" d="M-89 -312q22 43 45.5 82t45.5 79t39.5 82t26.5 90l41 233h264l-36 -213q-10 -65 -33 -125.5t-56.5 -115t-77 -103t-94.5 -88.5zM165 950q-1 39 13 71t39 55t58 36.5t71 13.5q36 0 68 -11.5t57 -33t39.5 -52t15.5 -67.5q1 -39 -13 -71t-39 -55.5t-58.5 -36.5t-70.5 -13 q-36 0 -68.5 11.5t-57 33t-39 52t-15.5 67.5z" />
46
+ <glyph unicode="&#x3c;" horiz-adv-x="1023" d="M24 485l46 266l923 360l-56 -319l-564 -189l499 -184l-51 -295z" />
47
+ <glyph unicode="=" horiz-adv-x="1173" d="M68 283l46 260h900l-45 -260h-901zM144 722l46 260h900l-45 -260h-901z" />
48
+ <glyph unicode="&#x3e;" horiz-adv-x="1029" d="M21 110l56 319l561 189l-496 185l51 293l792 -360l-46 -266z" />
49
+ <glyph unicode="?" horiz-adv-x="1022" d="M116 1052q8 105 49.5 185t108.5 134t155.5 81t190.5 25q89 -2 166.5 -27t133.5 -73t85.5 -120.5t22.5 -168.5q-5 -68 -32 -123.5t-67 -102t-89.5 -87t-99.5 -79.5q-62 -48 -96.5 -103t-47.5 -132l-275 -2q3 58 13.5 110.5t30.5 100.5t52 90t79 79q30 23 61.5 48 t58.5 53.5t46.5 62t25.5 73.5q4 27 3 53t-11 46t-30 32t-52 13q-36 1 -62 -13.5t-44 -38.5t-29.5 -54t-17.5 -60zM217 150q-1 39 13 71.5t39 55.5t58.5 36.5t71.5 13.5q36 0 68.5 -11.5t57 -33t39.5 -52t16 -67.5q1 -39 -13 -71.5t-39 -55.5t-59 -36t-71 -13q-36 0 -68 11.5 t-57 32.5t-40 51.5t-16 67.5z" />
50
+ <glyph unicode="@" horiz-adv-x="1789" d="M20 213q-3 115 18 240q21 126 67 246.5t114 227.5t156.5 196.5t194.5 153.5t228 99.5t257 33.5q187 -2 321 -71t215 -185.5t107.5 -271t-1.5 -327.5q-11 -67 -31.5 -136.5t-51.5 -134.5t-73 -121.5t-95.5 -98t-119.5 -64.5t-145 -21q-35 1 -69 9.5t-63 25t-51.5 41.5 t-35.5 60q-54 -61 -119.5 -97.5t-149.5 -34.5q-86 2 -138 46.5t-77.5 111t-28 143.5t9.5 144t36.5 135t59.5 131t81 117.5t102 95t122 63t142 21.5q44 -1 83.5 -9t76 -22.5t71.5 -34t71 -43.5l-137 -591q-5 -23 -6.5 -47t4 -44t21 -33.5t45.5 -14.5q44 -2 79 17.5t63 52.5 t48.5 76t35.5 87.5t24.5 86.5t15.5 74q16 88 18 173.5t-12.5 161.5t-47.5 141t-87 112.5t-131.5 74.5t-180.5 29q-109 2 -205.5 -28.5t-179 -85t-151 -130t-121 -163.5t-89 -184.5t-55.5 -194.5q-18 -91 -21 -179t11.5 -167t48 -146t89 -116t134.5 -77t185 -29q87 -1 171 17 t165 48l29 -170q-39 -26 -84 -42.5t-92.5 -26.5t-96 -13.5t-93.5 -3.5q-135 1 -242.5 34t-188.5 92t-135 141.5t-83 183t-32 215.5zM695.5 274q1.5 -28 10.5 -51t26 -38t46 -16q31 -2 59 14.5t51 41.5t39.5 54.5t25.5 54.5l120 461q-14 3 -26.5 5t-26.5 2q-51 2 -91 -14 t-72 -43.5t-56 -65t-41.5 -80t-29.5 -86.5t-20 -85q-4 -18 -8 -43.5t-6 -54t-0.5 -56.5z" />
51
+ <glyph unicode="A" horiz-adv-x="1363" d="M-114 0l771 1456h322l269 -1456h-356l-35 272h-465l-129 -272h-377zM520 543h302l-64 502z" />
52
+ <glyph unicode="B" horiz-adv-x="1291" d="M2 0l252 1456l490 -1q95 -2 188.5 -21t166.5 -64.5t115 -120.5q36 -64 36 -156q0 -15 -1 -31q-8 -123 -74.5 -202t-177.5 -124q48 -17 82 -47.5t55.5 -69.5t29.5 -85q6 -34 7 -70q0 -12 -1 -25q-8 -122 -59 -206t-131 -136q-82 -52 -184 -75q-98 -22 -202 -22h-9h-583z M391 270l205 -1q43 0 82.5 10.5t71 32t53.5 54t29 77.5q4 24 4 44q0 49 -21 81q-30 46 -111 50l-252 1zM491 849l161 -1q45 1 86.5 9.5t75.5 28t57 52t31 81.5q3 20 3 37q1 23 -5 41q-10 31 -33 50t-57.5 27.5t-76.5 9.5l-183 1z" />
53
+ <glyph unicode="C" horiz-adv-x="1314" d="M76 512q-1 25 -1 51q0 62 8 125l11 79q13 93 41.5 182t72 168.5t102.5 146.5t132 115t161 74q81 24 175 24h15q122 -2 217.5 -40t162 -106t104 -164.5t43.5 -215.5l-341 1v12q1 50 -7 90q-8 46 -32.5 78.5t-65 50.5t-101.5 20h-12q-53 0 -93 -16q-46 -18 -81 -50 t-59.5 -76t-41.5 -93t-27.5 -100t-16.5 -99l-10 -82q-5 -40 -10 -87q-6 -46 -6 -94v-6q0 -44 8 -86q8 -44 27.5 -79.5t55 -57.5t92.5 -24h14q111 -1 179 59q72 64 92 180l334 4q-11 -125 -67.5 -222t-144.5 -163q-88 -65 -198 -99q-104 -32 -216 -32h-13q-101 2 -180 30 t-137.5 77t-98 115.5t-61.5 144.5t-26 165z" />
54
+ <glyph unicode="D" horiz-adv-x="1294" d="M2 0l252 1456l438 -1q146 -3 256.5 -61t181.5 -153t100 -220q19 -81 19 -167q0 -47 -6 -96l-7 -61q-20 -146 -83.5 -273.5t-162.5 -221.5t-228.5 -148t-281.5 -54h-478zM391 270l100 -1q93 0 162 36t117 96t76 138t40 161l8 62q6 44 8 92q1 15 1 29q1 33 -3 65 q-4 46 -18 88t-39.5 74t-65 52t-96.5 22l-131 1z" />
55
+ <glyph unicode="E" horiz-adv-x="1122" d="M2 0l252 1456h977l-47 -271h-634l-54 -307h536l-45 -261h-535l-61 -347h633l-47 -270h-975z" />
56
+ <glyph unicode="F" horiz-adv-x="1096" d="M2 0l252 1456h947l-47 -271h-604l-58 -335h549l-47 -270h-549l-101 -580h-342z" />
57
+ <glyph unicode="G" horiz-adv-x="1364" d="M96 687l11 81q13 94 42 183.5t73 169t103.5 145.5t133.5 113.5t163 73.5q83 24 177 24h15q244 -4 375 -131t146 -367l-328 1q-3 50 -14.5 91t-35 70.5t-60.5 47t-91 19.5h-12q-52 0 -94 -16q-46 -18 -83 -51t-64.5 -77.5t-47 -93.5t-32 -101t-19.5 -99l-11 -84 q-5 -45 -9 -94q-1 -24 -1 -48.5t1 -48.5q4 -48 16 -91.5t37 -77t65 -54t100 -21.5h8q54 0 104 13q54 14 102 46l45 227h-237l42 241h579l-94 -599q-50 -59 -121 -97.5t-150.5 -61t-161.5 -31.5q-74 -8 -140 -8h-14q-152 2 -258.5 60.5t-170 156t-85.5 224.5q-12 71 -12 145 q0 59 8 120z" />
58
+ <glyph unicode="H" horiz-adv-x="1406" d="M2 0l252 1456h343l-101 -578h500l100 578h341l-253 -1456h-340l105 608h-499l-106 -608h-342z" />
59
+ <glyph unicode="I" horiz-adv-x="609" d="M25 0l253 1456h341l-252 -1456h-342z" />
60
+ <glyph unicode="J" horiz-adv-x="1126" d="M1 441l345 -1q-1 -20 -1 -40q0 -14 1 -29q1 -34 12 -61t35.5 -43.5t67.5 -17.5h5q41 0 71 17q32 18 54.5 48t36 67.5t19.5 75.5l170 999h342l-170 -999q-15 -107 -62 -195.5t-120 -151.5t-167 -98q-89 -33 -191 -33h-12q-108 2 -190.5 34.5t-138.5 92t-83 144.5 q-24 76 -24 170v21z" />
61
+ <glyph unicode="K" horiz-adv-x="1281" d="M2 0l252 1456h343l-109 -623l142 173l378 450h444l-604 -659l335 -797h-391l-205 538l-178 -167l-65 -371h-342z" />
62
+ <glyph unicode="L" horiz-adv-x="1087" d="M2 0l252 1456h343l-206 -1186h593l-47 -270h-935z" />
63
+ <glyph unicode="M" horiz-adv-x="1751" d="M2 0l252 1456h444l139 -1010l488 1010h456l-252 -1456h-344l62 357l148 658l-510 -1015h-227l-165 1053l-92 -730l-57 -323h-342z" />
64
+ <glyph unicode="N" horiz-adv-x="1405" d="M2 0l252 1456h334l347 -919l159 919h342l-253 -1456h-331l-348 919l-160 -919h-342z" />
65
+ <glyph unicode="O" horiz-adv-x="1382" d="M80 518q-2 32 -2 65q0 55 7 112l8 61q19 143 76 274.5t149 231.5t218 158q119 56 265 56h15q99 -2 178.5 -30.5t140 -78.5t102.5 -117t66 -146q24 -80 30 -166q2 -32 2 -65q0 -55 -6 -110l-7 -59q-19 -143 -76 -275t-148.5 -233t-216.5 -160q-119 -56 -266 -56h-15 q-100 2 -180 30.5t-140.5 78.5t-102.5 117t-66.5 146t-30.5 166zM424 514q2 -48 12 -94.5t32.5 -82.5t59 -59t92.5 -25h16q50 0 90 16q48 19 85 52.5t64.5 78.5t47 95.5t31.5 102.5t19 100l8 62q5 38 8 86q2 28 2 58q0 19 -1 38q-2 48 -12 94t-32.5 82t-58.5 58.5t-91 25.5 h-17q-50 0 -91 -16q-48 -18 -85 -51t-64.5 -77.5t-47 -94.5t-31.5 -102.5t-19 -101.5l-8 -62q-5 -39 -9 -87q-2 -28 -2 -56z" />
66
+ <glyph unicode="P" horiz-adv-x="1303" d="M2 0l252 1456l547 -1q106 -2 198 -36t158 -96.5t100 -151.5q27 -70 26 -155q0 -22 -1 -46q-10 -122 -64.5 -211.5t-138.5 -149t-190.5 -88t-218.5 -28.5l-240 1l-86 -494h-342zM477 765l206 -2q49 1 91.5 14.5t75.5 39t55 63.5t30 88q3 24 3 47q0 17 -2 33 q-4 38 -21.5 67t-48.5 47.5t-77 21.5l-239 1z" />
67
+ <glyph unicode="Q" horiz-adv-x="1382" d="M83 522q-2 30 -2 61q0 57 7 115l7 59q13 95 43 186t75.5 171.5t107 147.5t137.5 115.5t166 74.5q84 24 179 24h15q100 -2 179.5 -31t140 -79.5t102.5 -118.5t66 -147t30 -166q2 -31 2 -62q0 -57 -7 -115l-7 -58q-13 -92 -39.5 -178t-69.5 -162.5t-102.5 -142.5 t-138.5 -117l195 -193l-227 -172l-258 251q-21 -2 -42 -3.5t-42 -0.5q-100 1 -180 30t-140.5 79t-102 118t-65 147t-29.5 167zM426 512q2 -48 12 -94t32.5 -81.5t59 -58.5t92.5 -25h16q49 0 90 16q48 19 85.5 52.5t64.5 78.5t46.5 95.5t31.5 102.5t19 100l8 62q5 39 9 86 q2 28 2 56q0 20 -2 40q-2 48 -12 94t-32 82t-58.5 58.5t-91.5 25.5h-12q-53 0 -96 -16q-48 -19 -85.5 -52t-64.5 -78t-46.5 -95.5t-31.5 -103t-19 -101.5l-8 -60q-5 -40 -9 -88q-2 -27 -2 -55q0 -20 2 -41z" />
68
+ <glyph unicode="R" horiz-adv-x="1306" d="M2 0l252 1456l539 -1q100 -2 189.5 -28t155.5 -78.5t102 -132.5q29 -66 29 -153q0 -19 -1 -39q-11 -158 -91 -261.5t-224 -163.5l196 -582v-17h-365l-160 514h-190l-90 -514h-342zM480 785l200 -2q49 0 90.5 14.5t73.5 41.5t52.5 65.5t27.5 87.5q3 20 3 38t-3 36 q-6 34 -23 60t-47 41t-72 17l-232 1z" />
69
+ <glyph unicode="S" horiz-adv-x="1254" d="M37 473l343 -1v-20q0 -98 45 -150q50 -57 166 -57q37 0 72 8.5t64 26.5t49 46t27 67q3 15 3 29q0 29 -12 52q-17 33 -48 56t-70 39.5t-76 30.5q-78 30 -155.5 69.5t-139 94t-97.5 126.5q-32 64 -32 146q0 11 1 23q4 74 31.5 134t71 107t101 81t121.5 55.5t132 31.5 q61 9 120 8h12q103 -2 191.5 -33t153.5 -89q65 -56 101 -140q36 -81 36 -185v-6l-340 1v8q0 78 -38 126q-40 50 -128 52h-7q-33 0 -67 -8q-38 -9 -69.5 -27.5t-54 -48t-28.5 -69.5q-2 -10 -2 -20q0 -29 16 -52q22 -30 56.5 -52t74 -37t68.5 -26q82 -31 159.5 -72t136 -97.5 t91.5 -130.5q28 -63 28 -144q0 -15 -1 -30q-7 -112 -59 -191.5t-132 -130t-178 -73.5q-94 -22 -191 -22h-8q-113 2 -212 34.5t-172.5 94.5t-114.5 154q-39 87 -39 200v11z" />
70
+ <glyph unicode="T" horiz-adv-x="1262" d="M135 1185l48 271h1182l-47 -271h-424l-205 -1185h-343l206 1185h-417z" />
71
+ <glyph unicode="U" horiz-adv-x="1330" d="M88 505l162 951h344l-161 -952q-4 -32 -3 -61v-34q4 -45 21.5 -79.5t52 -56t91.5 -23.5h12q55 0 95 16q46 18 78 53t51.5 82.5t28.5 103.5l162 951h342l-162 -950q-18 -126 -71 -224.5t-135 -166.5q-80 -68 -188 -103q-102 -33 -220 -33h-14q-117 2 -213 39t-161.5 105.5 t-95.5 164.5q-20 66 -20 143q0 36 4 74z" />
72
+ <glyph unicode="V" horiz-adv-x="1322" d="M135 1456h370l114 -1056l446 1056h392l-704 -1456h-374z" />
73
+ <glyph unicode="W" horiz-adv-x="1737" d="M157 1456h333l20 -905l334 905h291l54 -909l304 909h346l-528 -1456h-354l-59 825l-314 -825h-354z" />
74
+ <glyph unicode="X" horiz-adv-x="1278" d="M-99 0l530 748l-276 708h375l154 -482l306 482h406l-518 -736l285 -720h-379l-160 491l-314 -491h-409z" />
75
+ <glyph unicode="Y" horiz-adv-x="1257" d="M149 1455l356 1l151 -630l368 630h385l-628 -949l-87 -507h-348l94 540z" />
76
+ <glyph unicode="Z" horiz-adv-x="1222" d="M-31 0l31 198l822 985l-672 2l43 271h1099l-30 -194l-818 -990l670 -2l-43 -270h-1102z" />
77
+ <glyph unicode="[" horiz-adv-x="570" d="M-44 -349l321 2055h444l-39 -246h-114l-244 -1564h115l-39 -245h-444z" />
78
+ <glyph unicode="\" horiz-adv-x="857" d="M135 1456h329l316 -1581h-331z" />
79
+ <glyph unicode="]" horiz-adv-x="570" d="M-136 -349l39 245h115l244 1564h-115l39 246h444l-321 -2055h-445z" />
80
+ <glyph unicode="^" horiz-adv-x="899" d="M49 729l417 727h243l165 -727h-235l-85 450l-244 -450h-261z" />
81
+ <glyph unicode="_" horiz-adv-x="887" d="M-148 -251l44 251h878l-44 -251h-878z" />
82
+ <glyph unicode="`" horiz-adv-x="684" d="M205 1534l331 2l145 -314l-247 1z" />
83
+ <glyph unicode="a" horiz-adv-x="1064" d="M-6 297q2 72 26 127t63 95.5t91 68t110.5 44t121 23.5t123.5 7l110 -2l12 61q4 27 3.5 53t-10 46.5t-28.5 33.5t-52 14h-3q-57 0 -87 -32q-32 -34 -43 -87l-330 -1q4 94 50.5 162t116.5 111t156 63q78 18 154 18h15q87 -2 161.5 -28t128 -75t81.5 -120q21 -53 20 -119 q0 -21 -2 -44l-71 -444q-5 -30 -9 -62q-4 -34 -6 -66q0 -9 -1 -17q0 -24 3 -47q4 -32 17 -61l-1 -19h-320q-9 25 -11.5 48.5t-2.5 49.5q-54 -60 -119 -90q-61 -29 -136 -28h-10q-67 1 -126.5 24.5t-103.5 65.5t-69 100q-22 52 -22 112v15zM328 314q-1 -8 -1 -16 q1 -32 17 -52q20 -26 62 -28h8q49 0 91 24q45 26 78 65l33 174l-85 1q-38 -1 -72.5 -12.5t-62 -32.5t-45.5 -52t-23 -71z" />
84
+ <glyph unicode="b" horiz-adv-x="1128" d="M-11 0l267 1536h329l-107 -543q51 52 110 81q57 28 128 28h5q75 -1 130.5 -24.5t95 -63.5t64.5 -93t37 -113t14 -124v-25q0 -50 -4 -99l-3 -21q-8 -68 -24.5 -137t-43.5 -131.5t-65 -117t-88 -93.5q-52 -40 -116 -62q-59 -20 -130 -19h-14q-78 2 -140.5 35.5t-105.5 98.5 l-41 -113h-298zM373 324q17 -46 52.5 -65t83.5 -20h8q57 0 95 26q40 28 63 72t34 97.5t17 103.5l2 21q3 24 5.5 54.5t2.5 61.5q0 3 1 6q0 29 -5 55q-5 30 -17.5 53t-35 37.5t-57.5 16.5h-9q-50 1 -88 -21q-42 -24 -74 -66z" />
85
+ <glyph unicode="c" horiz-adv-x="1042" d="M38 526l3 24q13 115 57 216.5t116 177t170 118.5q92 40 205 40h16q97 -2 172.5 -34.5t126.5 -89.5q50 -56 76 -136q23 -71 23 -155v-20h-307v12q0 27 -4 52q-4 31 -17.5 55.5t-37.5 40t-62 16.5h-8q-55 -1 -89 -27q-38 -28 -60 -72t-32.5 -96.5t-15.5 -97.5l-2 -23 q-2 -24 -5.5 -54.5t-4.5 -62t3 -62t16.5 -54.5t34.5 -39t58 -16h6q66 -1 106 39q41 42 52 108l308 1q-5 -96 -46.5 -172.5t-108 -129.5t-151.5 -80q-79 -25 -164 -25h-13q-118 2 -202.5 47t-136.5 120t-72 173q-13 64 -14 132q0 36 4 74z" />
86
+ <glyph unicode="d" horiz-adv-x="1127" d="M34 399v31q0 47 4 92l3 21q8 67 25 135t44.5 130.5t66 117.5t89 94.5t114.5 61.5q59 20 130 20h13q70 -2 127.5 -32t101.5 -84l105 550h330l-266 -1536h-293l14 117q-53 -62 -119 -101q-63 -37 -142 -37h-8q-73 1 -128 25t-94 64.5t-64 94t-38 113.5t-15 123zM362 408 q0 -30 5 -60t17.5 -53.5t34 -38.5t55.5 -16h8q51 0 90 24q42 26 75 69l74 415q-33 92 -132 95h-4q-57 0 -95 -28q-40 -29 -64 -74t-37 -98.5t-18 -99.5l-2 -22q-3 -23 -5 -53q-2 -25 -2 -49v-11z" />
87
+ <glyph unicode="e" horiz-adv-x="1092" d="M45 502l4 39q13 118 58.5 221.5t120 180t175.5 119.5q94 40 210 40h16q113 -2 195.5 -45.5t133.5 -116.5q50 -72 70 -168q12 -57 13 -118q0 -40 -6 -82l-20 -137l-645 1q-1 -85 44.5 -138.5t133.5 -56.5h9q70 0 131 28q65 30 119 82l136 -183q-34 -50 -83.5 -86 t-107.5 -59q-56 -23 -118 -33q-56 -10 -110 -10h-10q-113 2 -204 42t-153 109.5t-92 164.5q-23 72 -23 152q0 26 3 54zM391 645h329l7 30q4 20 4 40q0 13 -2 25q-4 30 -18.5 53t-40 36.5t-63.5 14.5h-5q-43 0 -75 -16q-34 -17 -59.5 -45t-44 -64.5t-32.5 -73.5z" />
88
+ <glyph unicode="f" horiz-adv-x="730" d="M54 848l40 234l152 1l12 87q12 93 49.5 166t96 123t136.5 75q75 25 165 25h7q42 0 82 -7t81 -15l-25 -249q-19 5 -38.5 8.5t-39.5 3.5q-33 0 -63 -7.5t-54 -23.5t-40.5 -40.5t-23.5 -58.5l-15 -88h205l-40 -234h-205l-147 -848h-330l147 848h-152z" />
89
+ <glyph unicode="g" horiz-adv-x="1153" d="M-24 -259l156 194q87 -110 226 -113h7q104 0 171 57q70 59 96 161l12 48q-52 -51 -112 -80q-58 -28 -130 -28h-5q-73 1 -129.5 24.5t-98 63t-69 92.5t-43 113t-19.5 123q-1 24 -1 47q0 39 4 78l2 22q8 69 27 137.5t49 131t71.5 116.5t95 93.5t118.5 60.5q63 21 138 21h7 q74 -2 137.5 -29t108.5 -88l35 97l304 -1l-177 -1040q-16 -117 -69 -205.5t-132.5 -148t-181.5 -88.5q-92 -26 -195 -26h-21q-108 2 -209 43t-173 124zM368 435.5q0 -47.5 11 -90.5t38.5 -73t79.5 -32h9q46 0 84 18q41 19 76 54l85 459q-22 38 -56 54.5t-78 17.5h-4 q-57 0 -99 -27q-43 -29 -72 -73.5t-45.5 -98t-22.5 -102.5l-2 -21q-4 -38 -4 -85.5z" />
90
+ <glyph unicode="h" horiz-adv-x="1131" d="M-21 0l267 1536h329l-112 -572q55 64 123 102q67 37 152 37h4q93 -2 155 -38.5t97 -96.5q34 -58 44 -136q6 -42 6 -85q0 -37 -4 -75l-112 -672h-329l113 676q3 23 3 44q0 10 -1 20q-2 30 -13.5 52t-34.5 35.5t-62 14.5h-5q-45 0 -81 -16q-38 -16 -72 -49l-138 -777h-329z " />
91
+ <glyph unicode="i" horiz-adv-x="556" d="M4 0l188 1082h330l-188 -1082h-330zM221 1360q-1 36 13 65q14 31 39.5 53.5t58.5 35t70 12.5q36 0 68.5 -10.5t57.5 -31t40 -50.5t16 -67v-5q0 -36 -13 -65q-14 -31 -39 -53.5t-58.5 -35t-70.5 -12.5q-35 0 -67.5 10.5t-58 31t-40.5 50.5q-16 32 -16 72z" />
92
+ <glyph unicode="j" horiz-adv-x="546" d="M-282 -421l27 256q23 -5 45.5 -8.5t45.5 -3.5h4q67 0 110 37t56 105l192 1117h330l-189 -1116q-12 -95 -48.5 -170.5t-95 -128t-137.5 -80.5q-75 -27 -168 -27h-7q-42 1 -82.5 6t-82.5 13zM223 1360q0 36 13 65q15 31 40 53t58.5 34.5t69.5 12.5h6q33 0 62 -9 q33 -11 58 -31.5t40 -50.5t16 -67v-5q0 -36 -14 -65q-14 -31 -39 -53.5t-58 -34.5t-70 -13q-35 0 -67.5 10.5t-58 31.5t-40.5 50q-16 32 -16 72z" />
93
+ <glyph unicode="k" horiz-adv-x="1096" d="M-11 0l267 1537h329l-152 -820l40 48l299 317h417l-460 -460l279 -622h-361l-158 399l-120 -104l-51 -295h-329z" />
94
+ <glyph unicode="l" horiz-adv-x="556" d="M4 0l266 1536h330l-266 -1536h-330z" />
95
+ <glyph unicode="m" horiz-adv-x="1721" d="M-11 0l188 1082l306 1l-22 -130q63 73 141 112q75 37 166 37h9q42 -1 81 -10.5t71 -29.5t56.5 -50.5t36.5 -72.5q66 77 146 121q77 42 174 42h9q90 -2 147.5 -39t88.5 -96t39 -133q4 -37 4 -75.5t-4 -77.5l-113 -681h-330l115 682q3 30 3.5 58.5t-8 51t-28.5 36.5t-56 15 q-53 0 -91.5 -25.5t-70.5 -63.5l-5 -32l-126 -722h-330l114 680q3 30 3.5 59.5t-7.5 52t-28 37t-57 14.5q-51 0 -89.5 -25.5t-70.5 -63.5l-133 -754h-329z" />
96
+ <glyph unicode="n" horiz-adv-x="1130" d="M-20 0l188 1082l307 1l-23 -130q60 72 138 112q74 38 166 38h9q91 -2 148.5 -39t89 -95.5t39.5 -133.5q4 -38 4 -76.5t-4 -77.5l-114 -681h-330l115 683q3 23 3 44q0 10 -1 20q-2 29 -14 50t-35.5 33t-62.5 12h-5q-48 0 -84 -20q-38 -21 -70 -57l-135 -765h-329z" />
97
+ <glyph unicode="o" horiz-adv-x="1126" d="M39 523l3 21q13 117 58.5 220t119.5 179q76 76 176 119q94 40 209 40h16q118 -2 204.5 -46.5t141.5 -119.5q55 -76 77 -174q15 -66 15 -136q0 -35 -4 -72l-2 -22q-14 -117 -60 -219t-120.5 -177t-175.5 -117q-94 -39 -208 -39h-16q-117 2 -204 46t-141 118 q-56 74 -78 172q-15 65 -15 136q0 35 4 71zM362 434v-12q0 -42 10 -80q11 -43 39.5 -72.5t84.5 -31.5h8q55 0 93 26q41 28 67.5 71t40 96t19.5 101l2 21q2 27 4 59q1 16 1 32q0 14 -1 30q-2 32 -9 62t-22 53.5t-40 38t-62 15.5h-8q-55 -1 -93 -27q-41 -28 -67 -72.5 t-39.5 -98t-19.5 -101.5l-2 -21q-4 -41 -6 -89z" />
98
+ <glyph unicode="p" horiz-adv-x="1128" d="M-83 -416l260 1498l304 1l-17 -103q51 59 114 92q59 30 134 30h9q74 -1 129.5 -24.5t95 -63.5t64 -93t37.5 -112.5t15 -122.5v-32q0 -47 -4 -93l-2 -21q-8 -66 -25.5 -134t-45.5 -131t-66.5 -117.5t-89.5 -95t-115 -62.5q-58 -21 -128 -21h-12q-70 2 -128 30t-102 82 l-98 -507h-329zM374 328q17 -47 52.5 -67.5t85.5 -21.5h4q55 0 93 29q39 29 63 74t36.5 98.5t18.5 99.5l2 21q2 23 5 53q2 24 2 49v11q-1 30 -5.5 60t-17 53.5t-34 38.5t-55.5 16h-13q-48 0 -85 -20q-42 -22 -75 -65z" />
99
+ <glyph unicode="q" horiz-adv-x="1126" d="M35 402q-1 16 -1 31q0 47 5 91l2 22q8 67 25.5 134.5t44.5 130t65.5 117t89.5 94t114 60.5q59 20 129 20h13q78 -2 141 -36.5t105 -101.5l51 119l289 -1l-260 -1498h-330l101 508q-51 -54 -111 -84q-57 -28 -127 -28h-9q-73 1 -127.5 25.5t-93.5 65t-64 94.5t-37.5 114 t-14.5 123zM362 442q-1 -15 -1 -29q0 -33 6 -63q8 -45 32 -76.5t75 -33.5h9q49 0 88 22q42 23 75 65l77 431q-17 46 -51 65t-82 21h-4q-56 0 -94 -28q-40 -29 -65 -73t-37.5 -97t-18.5 -100l-2 -22q-3 -35 -7 -82z" />
100
+ <glyph unicode="r" horiz-adv-x="763" d="M-11 0l188 1082l307 1l-25 -142q22 34 47.5 64t56.5 52.5t67 35t79 12.5q26 0 51 -4t51 -10l-43 -314q-26 4 -51 6.5t-51 3.5h-11q-64 1 -116 -21q-57 -24 -99 -81l-122 -685h-329z" />
101
+ <glyph unicode="s" horiz-adv-x="1028" d="M-11 349l306 -2q1 -69 37 -106q35 -36 103 -36h4q26 0 52 6t47.5 18.5t37 32.5t21.5 48q6 31 -12.5 51t-47.5 33t-61 20t-52 13q-61 16 -121.5 41.5t-108.5 64.5t-76 93q-26 49 -25 113v14q3 90 46 156t109 109q66 44 148 64q78 20 154 20h7q83 -1 160 -22.5t136.5 -64.5 t96 -109t37.5 -157l-328 1q1 30 -4.5 53.5t-18.5 40t-35 25.5t-55 9q-24 0 -48 -7.5t-44 -21t-34 -34t-18 -45.5q-6 -29 8 -48t37 -31.5t50 -20t48 -11.5q68 -16 135 -40t119.5 -62.5t84.5 -95.5q29 -52 29 -126v-14q-2 -62 -25 -111.5t-60 -87.5t-85.5 -65.5t-102.5 -44.5 q-54 -18 -110 -26q-50 -7 -96 -6h-12q-83 1 -160 25.5t-137 71t-97 115t-39 157.5z" />
102
+ <glyph unicode="t" horiz-adv-x="692" d="M54 848l40 234h134l47 269h329l-47 -269h173l-41 -234h-173l-84 -497q-2 -17 -2 -32q0 -28 8 -45q14 -26 68 -28q22 -1 43 1t43 4l-24 -244q-44 -14 -88 -20q-38 -5 -76 -5h-13q-77 1 -134.5 24t-94.5 65.5t-53 102.5q-11 42 -11 92q0 22 2 45l88 537h-134z" />
103
+ <glyph unicode="u" horiz-adv-x="1130" d="M52 382l117 700h329l-119 -704q-3 -29 -0.5 -53.5t13.5 -42.5t31.5 -29.5t52.5 -12.5h9q49 0 89 20q44 22 79 62l134 760h331l-188 -1082h-306l22 118q-58 -67 -130 -104q-69 -35 -153 -35h-9q-89 1 -150 34t-97.5 88t-49.5 127q-8 45 -8 94q0 29 3 60z" />
104
+ <glyph unicode="v" horiz-adv-x="1036" d="M82 1082h338l56 -677l271 677h355l-512 -1082h-335z" />
105
+ <glyph unicode="w" horiz-adv-x="1452" d="M108 1082h309l-10 -644l277 644h229l54 -637l217 637h322l-435 -1082h-277l-62 638l-285 -638h-279z" />
106
+ <glyph unicode="x" horiz-adv-x="1032" d="M-91 0l388 570l-189 512h331l99 -296l199 296h356l-369 -542l198 -540h-328l-114 318l-211 -318h-360z" />
107
+ <glyph unicode="y" horiz-adv-x="1039" d="M-36 -418l25 241h38q61 0 107 19.5t77 75.5l47 90l-173 1074h340l59 -606l280 606h363l-634 -1244q-30 -62 -66 -113t-82.5 -88t-104.5 -57t-131 -20q-38 0 -73.5 6.5t-71.5 15.5z" />
108
+ <glyph unicode="z" horiz-adv-x="1032" d="M-31 0l32 201l557 619l-440 2l41 260h862l-30 -195l-560 -625l473 -2l-41 -260h-894z" />
109
+ <glyph unicode="{" horiz-adv-x="655" d="M29 503l23 228q45 2 78.5 17.5t57.5 41.5t38.5 61.5t21.5 77.5l28 203q25 187 129 301t284 167l48 -180q-44 -19 -74.5 -50t-50.5 -69t-31.5 -81.5t-18.5 -87.5l-27 -203q-14 -114 -72.5 -189.5t-160.5 -126.5q76 -54 106.5 -133.5t22.5 -170.5l-26 -204 q-5 -39 -8.5 -81.5t3 -81.5t26 -72t59.5 -54l-67 -176q-81 27 -141 71.5t-98 104t-53 132.5t-6 158l28 205q5 39 3 72t-15 58.5t-38.5 41.5t-68.5 20z" />
110
+ <glyph unicode="|" horiz-adv-x="517" d="M30 -270l270 1726h180l-270 -1726h-180z" />
111
+ <glyph unicode="}" horiz-adv-x="655" d="M-85 -182q44 19 74.5 50t50.5 69t31.5 81.5t18.5 87.5l27 203q14 114 73 189.5t161 126.5q-77 53 -107.5 133t-22.5 171l27 204q5 39 8.5 81t-3 81t-26 72.5t-59.5 54.5l73 174q80 -27 139 -71.5t95.5 -104t51 -132t5.5 -156.5l-28 -205q-5 -39 -3 -72.5t15 -59 t38.5 -41.5t68.5 -20l-23 -228q-45 -2 -78.5 -17t-57.5 -41.5t-38.5 -61.5t-21.5 -77l-28 -203q-24 -188 -128.5 -302.5t-284.5 -166.5z" />
112
+ <glyph unicode="~" horiz-adv-x="1266" d="M69 408q5 79 28 156.5t66.5 138.5t109 98.5t156.5 35.5q78 -2 141 -38t114 -93q13 -14 27 -28t29.5 -25.5t33.5 -18.5t38 -7q34 0 58.5 16.5t41 42t26 56t14.5 58.5h232q-5 -78 -28.5 -156.5t-67 -141t-109.5 -100.5t-157 -36q-79 2 -139.5 38t-112.5 93 q-13 14 -27.5 28.5t-30.5 26t-34 18.5t-39 7q-34 0 -58.5 -16t-41 -41.5t-26.5 -56t-14 -58.5z" />
113
+ <glyph unicode="&#xa1;" horiz-adv-x="607" d="M-46 -372l214 995h267l-130 -995h-351zM177 927q-1 39 13 71t39 55.5t58.5 36.5t71.5 13q36 0 68.5 -11.5t57 -33t39.5 -52t16 -67.5q1 -39 -13 -71t-39 -55.5t-59 -36.5t-71 -13q-36 0 -68.5 11.5t-57 33t-39.5 52t-16 67.5z" />
114
+ <glyph unicode="&#xa2;" horiz-adv-x="1184" d="M83 526l3 24q12 106 51 201.5t102 169.5t149 121t193 57l39 219h196l-42 -234q68 -19 120.5 -57t87 -91.5t51.5 -121.5t15 -147h-307q1 33 -3.5 64t-18 55.5t-37.5 40t-62 16.5q-59 2 -96.5 -26.5t-60 -72.5t-33 -96.5t-15.5 -97.5l-2 -23q-3 -24 -6 -54.5t-4 -62t3 -62 t16 -54.5t34.5 -39t58.5 -16q71 -2 112 39.5t52 107.5l308 1q-5 -86 -38.5 -156t-88 -121.5t-126 -83.5t-150.5 -42l-40 -229h-196l42 240q-87 21 -149.5 71.5t-100.5 121t-52 157t-5 181.5z" />
115
+ <glyph unicode="&#xa3;" horiz-adv-x="1202" d="M-2 0l48 269l86 -2q27 10 44.5 26.5t28.5 37t17 45t10 51.5l19 134h-159l46 261h150l27 217q12 101 53 182.5t106 138.5t151 87t188 28q99 -2 177 -32t132 -85t81.5 -133.5t25.5 -177.5l-323 1q1 30 -2 58.5t-14.5 50.5t-33 35.5t-57.5 13.5q-35 1 -59.5 -14t-42 -39.5 t-27.5 -54.5t-14 -59l-25 -217h299l-46 -261h-287l-12 -111q-8 -57 -31.5 -100.5t-65.5 -83.5l596 4l-47 -270h-1039z" />
116
+ <glyph unicode="&#xa4;" horiz-adv-x="1365" d="M-15 132l154 125q-26 85 -37 170.5t0 174.5q26 215 172 375l-116 157l149 130l108 -143q81 53 169 83.5t185 28.5q89 -1 171.5 -30t149.5 -86l171 148l123 -159l-169 -139q28 -87 40.5 -174t1.5 -178q-25 -203 -158 -360l112 -151l-150 -131l-100 132 q-83 -58 -174.5 -92.5t-194.5 -32.5q-92 2 -177.5 32.5t-153.5 93.5l-153 -132zM284 599q-11 -78 3.5 -154t54 -136t103 -97.5t149.5 -40.5q93 -3 175.5 33.5t146.5 99t106 144t54 169.5q11 78 -3.5 153.5t-54 135t-103 97t-148.5 40.5q-93 3 -175.5 -33t-146.5 -98 t-106.5 -143.5t-54.5 -169.5z" />
117
+ <glyph unicode="&#xa5;" horiz-adv-x="1231" d="M71 263l34 189h309l18 100h-310l33 190h244l-231 713l359 1l129 -574l328 574h384l-478 -712l195 -2l-36 -190h-277l-18 -100h279l-33 -189h-278l-46 -263h-341l46 263h-310z" />
118
+ <glyph unicode="&#xa6;" horiz-adv-x="518" d="M-36 -270l138 795h285l-138 -795h-285zM131 698l132 758h286l-132 -758h-286z" />
119
+ <glyph unicode="&#xa7;" horiz-adv-x="1272" d="M-22 -24l327 -1q-1 -44 12 -72.5t37 -46t57.5 -24.5t74.5 -7q32 0 67 5t65.5 18t53 36.5t30.5 60.5q9 40 -12.5 67.5t-55.5 46t-73.5 30.5t-66.5 21q-51 16 -102.5 35t-99 43.5t-88.5 55.5t-70 71.5t-43.5 91t-10.5 113.5q7 100 61 168t138 115q-53 60 -74 129.5 t-16 149.5q5 72 31.5 129t68.5 101.5t96.5 76t116 51t126 28.5t127.5 8q102 -2 189 -28t150 -78.5t98 -132t33 -187.5h-326q2 78 -39 120t-121 44q-34 1 -69.5 -5t-66 -21t-53 -40t-30.5 -63q-9 -43 10.5 -70.5t52.5 -45.5t72 -29.5t70 -20.5q78 -23 155.5 -54.5t138 -78.5 t95.5 -114.5t29 -163.5q-7 -100 -60 -166.5t-138 -114.5q52 -60 72 -130.5t15 -149.5q-5 -72 -31 -129t-67.5 -100t-95.5 -73t-115 -48.5t-125.5 -26.5t-127.5 -7q-101 1 -191 24t-157.5 72.5t-106.5 127.5t-37 189zM417 560q-9 -45 8 -75t47 -50.5t68.5 -33.5t73.5 -25 q28 -9 55.5 -17t55.5 -18q32 26 54.5 56.5t30.5 72.5q9 43 -10 72.5t-52 50.5t-72.5 34.5t-70.5 24.5q-28 9 -55 18t-55 19q-32 -26 -51 -56.5t-27 -72.5z" />
120
+ <glyph unicode="&#xa8;" horiz-adv-x="993" d="M209 1361q-1 30 11 55t32 43t46.5 28.5t54.5 11.5q28 0 54.5 -9t47 -26.5t33.5 -41.5t14 -53q1 -30 -10.5 -55t-31.5 -43t-46 -28.5t-54 -11.5q-28 0 -55 9t-48 26.5t-34 41.5t-14 53zM713 1361q-1 30 10.5 55t32 43t46.5 28.5t55 11.5q27 0 53.5 -9t47.5 -26.5t34 -41.5 t14 -53q1 -30 -10.5 -55t-31.5 -43t-46.5 -28.5t-54.5 -11.5q-28 0 -54.5 9t-47.5 26.5t-34 41.5t-14 53z" />
121
+ <glyph unicode="&#xa9;" horiz-adv-x="1570" d="M102 722q10 99 44 194t87 179.5t123.5 155t154.5 121.5t179.5 78.5t199.5 25.5q99 -2 184 -31.5t154 -80.5t121 -121t84.5 -151.5t45 -172.5t2.5 -184q-11 -99 -44.5 -194t-86.5 -179.5t-123.5 -155t-154.5 -121.5t-179.5 -79t-199.5 -26q-100 2 -185 31.5t-154 81 t-120.5 121.5t-84 152t-45 172.5t-2.5 183.5zM219 571.5q7 -74.5 30 -142.5t62.5 -126.5t94 -102t123.5 -69t152 -26.5q87 -2 168 21t152.5 65.5t132 102t107 130.5t76.5 150t42 162q16 114 -7 223t-82 195.5t-151.5 140t-216.5 56.5q-87 2 -168 -21t-153 -65.5 t-132.5 -101.5t-106.5 -129.5t-77 -149.5t-42 -162q-11 -76 -4 -150.5zM432 669l12 119q8 78 36.5 149t76.5 124.5t115 84.5t152 30q73 -2 130 -24.5t96 -63.5t58.5 -99t18.5 -130l-152 2q3 40 -3 73t-23.5 56.5t-46.5 37t-73 14.5q-54 1 -94.5 -21t-68.5 -57.5t-45 -81.5 t-23 -93l-14 -121q-4 -41 -1.5 -84t17.5 -79.5t45 -61t80 -26.5q46 -2 80.5 9.5t58.5 35t39 58t22 76.5l152 1q-5 -75 -31 -134.5t-70.5 -100.5t-106 -61.5t-137.5 -18.5q-81 2 -140 35t-96.5 86.5t-53.5 122.5t-10 143z" />
122
+ <glyph unicode="&#xaa;" horiz-adv-x="887" d="M184 911q0 48 15.5 84.5t41.5 63.5t60.5 44.5t74 28t81 15t81.5 4.5l106 -2l13 55q4 24 3 46t-9.5 39t-26 27.5t-45.5 11.5q-54 2 -93.5 -22t-53.5 -77l-173 13q4 62 32.5 107t72 73.5t98 42t111.5 12.5q61 -1 110.5 -21.5t83.5 -56.5t50 -86.5t11 -112.5l-48 -314 q-8 -48 -9 -92t8 -92h-164q-4 36 -3 72q-43 -40 -92.5 -61.5t-108.5 -21.5q-50 0 -92 15t-72.5 43.5t-47 69.5t-15.5 92zM358 915q-4 -22 1.5 -37.5t17.5 -25.5t29.5 -14.5t37.5 -4.5q45 0 85.5 19.5t75.5 43.5l28 137h-80q-29 -1 -61 -7t-59.5 -19.5t-48 -36t-26.5 -55.5z " />
123
+ <glyph unicode="&#xab;" horiz-adv-x="1032" d="M47 505l1 20l322 390h221l-307 -416l155 -382l-187 -1zM448 505l1 20l322 390h221l-307 -416l155 -382l-187 -1z" />
124
+ <glyph unicode="&#xac;" horiz-adv-x="1100" d="M126 634l30 171h812l-75 -431h-196l46 260h-617z" />
125
+ <glyph unicode="&#xad;" horiz-adv-x="903" d="M129 497l45 261h585l-45 -261h-585z" />
126
+ <glyph unicode="&#xae;" horiz-adv-x="1570" d="M102 722q10 99 44 194t87 179.5t123.5 155t154.5 121.5t179.5 78.5t199.5 25.5q99 -2 184 -31.5t154 -80.5t121 -121t84.5 -151.5t45 -172.5t2.5 -184q-11 -99 -44.5 -194t-86.5 -179.5t-123.5 -155t-154.5 -121.5t-179.5 -79t-199.5 -26q-100 2 -185 31.5t-154 81 t-120.5 121.5t-84 152t-45 172.5t-2.5 183.5zM223 722q-16 -114 7 -223.5t82 -196t152 -140.5t217 -57q87 -2 168 21.5t152.5 66t132 101.5t106.5 130t76.5 150t42.5 162q16 114 -7 223t-81.5 195.5t-151.5 140t-217 56.5q-87 2 -168 -21t-153 -65.5t-132.5 -101.5 t-106.5 -129.5t-77 -149.5t-42 -162zM440 316l133 850l256 -1q59 -2 112.5 -17.5t94 -46.5t63.5 -78.5t20 -113.5q-2 -33 -12.5 -59.5t-27.5 -48.5t-40.5 -40t-50.5 -34q24 -20 38.5 -44.5t21.5 -52t8 -57t-2 -58.5l-6 -56q-4 -34 -2.5 -63.5t4.5 -62.5l-1 -19l-148 1 q-6 37 -4.5 73t5.5 73l7 55q7 63 -14 97t-87 38l-167 2l-53 -337h-148zM662 787l108 -1q31 1 64 7t62 20.5t50.5 37.5t28.5 58q7 37 -0.5 61t-26.5 37.5t-47 18.5t-60 6l-141 1z" />
127
+ <glyph unicode="&#xaf;" horiz-adv-x="1043" d="M262 1285l28 173h714l-28 -173h-714z" />
128
+ <glyph unicode="&#xb0;" horiz-adv-x="799" d="M225 1186q1 58 24.5 111.5t63 93.5t92 63.5t112.5 22.5q55 -1 100.5 -24t78.5 -60.5t51 -86.5t17 -102q-1 -58 -24 -110t-61.5 -92t-90 -63t-110.5 -22q-55 1 -101.5 22.5t-80.5 58.5t-53 85.5t-18 102.5zM376 1188q-3 -23 2 -44t18 -37.5t32 -26t43 -9.5q27 0 51.5 11 t43.5 29t31.5 41.5t16.5 49.5q3 22 -1 44t-15.5 39t-30 28t-43.5 11q-27 0 -52.5 -11.5t-45.5 -30.5t-33 -43.5t-17 -50.5z" />
129
+ <glyph unicode="&#xb1;" horiz-adv-x="1080" d="M3 1l46 264h855l-46 -264h-855zM96 703l43 271h301l51 319h286l-50 -319h303l-43 -271h-302l-55 -348h-286l55 348h-303z" />
130
+ <glyph unicode="&#xb2;" horiz-adv-x="755" d="M77 667l28 159l305 243q17 14 37.5 31.5t39 38t33 42.5t19.5 45q7 32 -8.5 51.5t-48.5 18.5q-23 0 -40.5 -9.5t-30 -24.5t-21 -34t-12.5 -38l-222 -2q3 64 29 116.5t68 89.5t98 57t120 19q58 -1 111.5 -15t94 -44t64 -76.5t21.5 -110.5q-2 -58 -26.5 -103.5t-62.5 -82.5 t-83.5 -68t-88.5 -60l-97 -66l316 -2l-32 -175h-611z" />
131
+ <glyph unicode="&#xb3;" horiz-adv-x="755" d="M90 909l215 -1q4 -40 29.5 -57.5t65.5 -18.5q20 0 40.5 5.5t37.5 16.5t29 27t16 38t-1 37t-17 24t-29.5 12.5t-36.5 4.5h-96l11 143h82q21 1 41.5 6.5t37 16t28.5 27t16 39.5q3 17 -2 28.5t-15.5 19t-24 11t-28.5 3.5q-30 2 -55 -10.5t-38 -39.5l-227 -1q4 61 31.5 104.5 t70.5 71.5t96.5 40.5t109.5 11.5q51 -1 105 -12.5t98 -37t72 -67.5t26 -103q-1 -37 -15 -65.5t-36 -50t-50.5 -38t-59.5 -29.5q58 -20 88.5 -64t30.5 -106q-1 -68 -34.5 -114t-85 -74.5t-113 -40.5t-117.5 -11q-59 1 -112 17.5t-93.5 48t-65 78.5t-25.5 110z" />
132
+ <glyph unicode="&#xb4;" horiz-adv-x="680" d="M175 1222l240 314h367l-319 -314h-288z" />
133
+ <glyph unicode="&#xb5;" horiz-adv-x="1284" d="M-49 -416l260 1498h329l-104 -636q-4 -37 -4 -73t10.5 -64.5t34.5 -46.5t69 -19q60 -2 108 21.5t86 68.5l133 749h328l-187 -1082h-296l6 54q-48 -36 -100 -56t-112 -20q-76 0 -147 37l-84 -431h-330z" />
134
+ <glyph unicode="&#xb6;" horiz-adv-x="981" d="M147 980q10 111 55 199t116.5 150t166 95t202.5 33l322 -1l-252 -1456h-225l91 520l-61 1q-101 2 -182 36t-136 94.5t-80.5 144t-16.5 184.5z" />
135
+ <glyph unicode="&#xb7;" horiz-adv-x="647" d="M149 679q-1 39 13 71t39 55t58 36.5t71 13.5q36 0 68 -11.5t57 -33t39.5 -52t15.5 -67.5q1 -39 -13 -71t-39 -55.5t-58.5 -36.5t-70.5 -13q-36 0 -68.5 11.5t-57 33t-39 52t-15.5 67.5z" />
136
+ <glyph unicode="&#xb8;" horiz-adv-x="562" d="M-43 -474l12 188q38 5 66.5 23.5t36.5 60.5q4 24 -7 36.5t-29.5 18.5t-39.5 7.5t-37 3.5l43 145l247 3l-19 -67q62 -14 93.5 -57t31.5 -105q0 -52 -18 -91.5t-48.5 -67.5t-70.5 -46.5t-84.5 -29.5t-90 -16t-86.5 -6z" />
137
+ <glyph unicode="&#xb9;" horiz-adv-x="761" d="M234 1158l31 177l376 116l25 1l-128 -787h-218l91 529z" />
138
+ <glyph unicode="&#xba;" horiz-adv-x="920" d="M193 1044l6 76q8 76 37.5 142t78 114.5t114 75.5t145.5 25q76 -2 134.5 -30.5t96.5 -77t56 -112.5t13 -136l-7 -77q-8 -76 -37 -141.5t-77.5 -113.5t-114 -74.5t-144.5 -24.5q-76 1 -134 29.5t-97 76.5t-57 112t-13 136zM365 968.5q3 -36.5 17 -65.5t40.5 -48.5 t70.5 -20.5q45 -1 80 16.5t60 47t40 68t21 78.5l9 78q4 36 0.5 72t-17.5 66t-40.5 49t-69.5 20q-45 1 -80.5 -16t-60.5 -46.5t-40 -67.5t-21 -78l-9 -80q-3 -36 0 -72.5z" />
139
+ <glyph unicode="&#xbb;" horiz-adv-x="1032" d="M-19 115l307 415l-154 383l188 1l204 -387l-1 -22l-322 -390h-222zM382 115l307 415l-154 383l188 1l204 -387l-1 -22l-322 -390h-222z" />
140
+ <glyph unicode="&#xbc;" horiz-adv-x="1418" d="M204 1157l31 177l376 116l25 1l-128 -787h-218l91 529zM224 206l877 1126l154 -87l-878 -1126zM635 157l12 160l406 468v7l222 -3l-78 -456l90 1l-33 -177h-80l-28 -157h-220l28 157h-319zM862 337l126 -3l38 190l-16 -21z" />
141
+ <glyph unicode="&#xbd;" horiz-adv-x="1501" d="M182 1165l31 177l376 116l25 1l-128 -787h-218l91 529zM185 206l877 1126l154 -87l-878 -1126zM712 0l28 159l305 243q17 14 37.5 31.5t39 38t33 42.5t19.5 45q7 32 -8.5 51.5t-48.5 18.5q-23 0 -40.5 -9.5t-30 -24.5t-21 -34t-12.5 -38l-222 -2q3 64 29 116.5t68 89.5 t98 57t120 19q58 -1 111.5 -15t94 -44t64 -76.5t21.5 -110.5q-2 -58 -26.5 -103.5t-62.5 -82.5t-83.5 -68t-88.5 -60l-97 -66l316 -2l-32 -175h-611z" />
142
+ <glyph unicode="&#xbe;" horiz-adv-x="1648" d="M133 910l215 -1q4 -40 29.5 -57.5t65.5 -18.5q20 0 40.5 5.5t37.5 16.5t29 27t16 38t-1 37t-17 24t-29.5 12.5t-36.5 4.5h-96l11 143h82q21 1 41.5 6.5t37 16t28.5 27t16 39.5q3 17 -2 28.5t-15.5 19t-24 11t-28.5 3.5q-30 2 -55 -10.5t-38 -39.5l-227 -1 q4 61 31.5 104.5t70.5 71.5t96.5 40.5t109.5 11.5q51 -1 105 -12.5t98 -37t72 -67.5t26 -103q-1 -37 -15 -65.5t-36 -50t-50.5 -38t-59.5 -29.5q58 -20 88.5 -64t30.5 -106q-1 -68 -34.5 -114t-85 -74.5t-113 -40.5t-117.5 -11q-59 1 -112 17.5t-93.5 48t-65 78.5t-25.5 110 zM400 206l877 1126l154 -87l-878 -1126zM827 157l12 160l406 468v7l222 -3l-78 -456l90 1l-33 -177h-80l-28 -157h-220l28 157h-319zM1054 337l126 -3l38 190l-16 -21z" />
143
+ <glyph unicode="&#xbf;" horiz-adv-x="1022" d="M-31 2q4 70 33 127t72 105t94.5 89.5t102.5 81.5q30 23 51.5 47.5t37 51.5t25.5 58t16 68l272 2q-3 -57 -12 -109t-27.5 -98.5t-49 -88t-76.5 -78.5q-32 -26 -65 -53t-61.5 -58.5t-49.5 -67.5t-27 -79q-3 -24 -1 -47t11 -41t26.5 -29t45.5 -12q38 -1 65.5 12.5t47 37 t31.5 54t18 62.5l330 2q-8 -105 -49.5 -185t-108.5 -134t-155.5 -80.5t-190.5 -24.5q-89 1 -166.5 26t-133 73t-84.5 120t-22 168zM428 928q-1 39 13.5 71t39.5 55t58.5 36.5t71.5 13.5q36 0 68 -11.5t57 -33t40 -52t16 -67.5q1 -39 -13.5 -71t-39.5 -55.5t-59 -36.5 t-71 -13q-36 0 -68 11.5t-57 33t-40 52t-16 67.5z" />
144
+ <glyph unicode="&#xc0;" horiz-adv-x="1363" d="M-114 0l771 1456h322l269 -1456h-356l-35 272h-465l-129 -272h-377zM513 1844l331 2l145 -314l-247 1zM520 543h302l-64 502z" />
145
+ <glyph unicode="&#xc1;" horiz-adv-x="1363" d="M-114 0l771 1456h322l269 -1456h-356l-35 272h-465l-129 -272h-377zM520 543h302l-64 502zM682 1532l240 314h367l-319 -314h-288z" />
146
+ <glyph unicode="&#xc2;" horiz-adv-x="1363" d="M-114 0l771 1456h322l269 -1456h-356l-35 272h-465l-129 -272h-377zM439 1573l348 273h185l288 -277v-22l-250 5l-130 135l-178 -134l-262 -4zM520 543h302l-64 502z" />
147
+ <glyph unicode="&#xc3;" horiz-adv-x="1363" d="M-114 0l771 1456h322l269 -1456h-356l-35 272h-465l-129 -272h-377zM475 1568q3 50 20 99.5t47 89t73.5 64t100.5 23.5q36 -1 68.5 -15t64.5 -30.5t64.5 -30t68.5 -11.5q21 1 36 8.5t26 20t18.5 28.5t13.5 34l181 -10q-3 -51 -19 -100.5t-46 -89t-73.5 -63.5t-100.5 -24 q-37 0 -69.5 14.5t-64 31.5t-63 30t-67.5 12q-21 -1 -36 -8.5t-25.5 -20t-17.5 -28.5t-12 -34zM520 543h302l-64 502z" />
148
+ <glyph unicode="&#xc4;" horiz-adv-x="1363" d="M-114 0l771 1456h322l269 -1456h-356l-35 272h-465l-129 -272h-377zM461 1671q-1 30 11 55t32 43t46.5 28.5t54.5 11.5q28 0 54.5 -9t47 -26.5t33.5 -41.5t14 -53q1 -30 -10.5 -55t-31.5 -43t-46 -28.5t-54 -11.5q-28 0 -55 9t-48 26.5t-34 41.5t-14 53zM520 543h302 l-64 502zM965 1671q-1 30 10.5 55t32 43t46.5 28.5t55 11.5q27 0 53.5 -9t47.5 -26.5t34 -41.5t14 -53q1 -30 -10.5 -55t-31.5 -43t-46.5 -28.5t-54.5 -11.5q-28 0 -54.5 9t-47.5 26.5t-34 41.5t-14 53z" />
149
+ <glyph unicode="&#xc5;" horiz-adv-x="1363" d="M-114 0l771 1456h322l269 -1456h-356l-35 272h-465l-129 -272h-377zM520 543h302l-64 502zM659 1722q-1 46 17.5 85t50 67t72.5 43.5t85 15.5q41 0 79 -14.5t67.5 -41t47 -62.5t17.5 -79q0 -46 -18 -84t-49 -65.5t-71.5 -42.5t-84.5 -15q-42 0 -80 14t-67.5 39.5t-47 61 t-18.5 78.5zM777 1723q-6 -40 14.5 -69t62.5 -29q23 0 44 9t37.5 24t27.5 35t14 42q6 39 -14.5 69.5t-62.5 30.5q-23 0 -44 -9t-37.5 -24.5t-27.5 -36t-14 -42.5z" />
150
+ <glyph unicode="&#xc6;" horiz-adv-x="1878" d="M-97 0l965 1456h1018l-46 -264h-533l-42 -316h442l-46 -264h-431l-46 -348h555l-46 -264h-872l44 329h-362l-205 -329h-395zM668 601l234 -2l61 468z" />
151
+ <glyph unicode="&#xc7;" horiz-adv-x="1314" d="M76.5 512q-4.5 87 6.5 176l11 79q13 93 41.5 182t72 168.5t102.5 146.5t132 115t161 74t190 24q122 -2 217.5 -40t162 -106t104 -164.5t43.5 -215.5l-341 1q1 57 -7.5 102.5t-32.5 78t-64.5 50.5t-101.5 20q-60 2 -105.5 -16t-80.5 -50t-59.5 -76t-41.5 -93t-27.5 -100 t-16.5 -99l-10 -82q-5 -40 -10 -87t-5.5 -94.5t7 -92t27.5 -79.5t55.5 -57t92.5 -24q121 -4 193 59.5t92 179.5l334 4q-11 -125 -67.5 -222t-144 -163t-198 -99.5t-229.5 -31.5q-101 2 -180 30t-137.5 77t-98 115.5t-61 144.5t-26 165zM389 -474l12 188q38 5 66.5 23.5 t36.5 60.5q4 24 -7 36.5t-29.5 18.5t-39.5 7.5t-37 3.5l43 145l247 3l-19 -67q62 -14 93.5 -57t31.5 -105q0 -52 -18 -91.5t-48.5 -67.5t-70.5 -46.5t-84.5 -29.5t-90 -16t-86.5 -6z" />
152
+ <glyph unicode="&#xc8;" horiz-adv-x="1122" d="M2 0l252 1456h977l-47 -271h-634l-54 -307h536l-45 -261h-535l-61 -347h633l-47 -270h-975zM458 1844l331 2l145 -314l-247 1z" />
153
+ <glyph unicode="&#xc9;" horiz-adv-x="1122" d="M2 0l252 1456h977l-47 -271h-634l-54 -307h536l-45 -261h-535l-61 -347h633l-47 -270h-975zM627 1532l240 314h367l-319 -314h-288z" />
154
+ <glyph unicode="&#xca;" horiz-adv-x="1122" d="M2 0l252 1456h977l-47 -271h-634l-54 -307h536l-45 -261h-535l-61 -347h633l-47 -270h-975zM384 1573l348 273h185l288 -277v-22l-250 5l-130 135l-178 -134l-262 -4z" />
155
+ <glyph unicode="&#xcb;" horiz-adv-x="1122" d="M2 0l252 1456h977l-47 -271h-634l-54 -307h536l-45 -261h-535l-61 -347h633l-47 -270h-975zM406 1671q-1 30 11 55t32 43t46.5 28.5t54.5 11.5q28 0 54.5 -9t47 -26.5t33.5 -41.5t14 -53q1 -30 -10.5 -55t-31.5 -43t-46 -28.5t-54 -11.5q-28 0 -55 9t-48 26.5t-34 41.5 t-14 53zM910 1671q-1 30 10.5 55t32 43t46.5 28.5t55 11.5q27 0 53.5 -9t47.5 -26.5t34 -41.5t14 -53q1 -30 -10.5 -55t-31.5 -43t-46.5 -28.5t-54.5 -11.5q-28 0 -54.5 9t-47.5 26.5t-34 41.5t-14 53z" />
156
+ <glyph unicode="&#xcc;" horiz-adv-x="609" d="M25 0l253 1456h341l-252 -1456h-342zM135 1844l331 2l145 -314l-247 1z" />
157
+ <glyph unicode="&#xcd;" horiz-adv-x="609" d="M25 0l253 1456h341l-252 -1456h-342zM303 1532l240 314h367l-319 -314h-288z" />
158
+ <glyph unicode="&#xce;" horiz-adv-x="609" d="M25 0l253 1456h341l-252 -1456h-342zM61 1573l348 273h185l288 -277v-22l-250 5l-130 135l-178 -134l-262 -4z" />
159
+ <glyph unicode="&#xcf;" horiz-adv-x="609" d="M25 0l253 1456h341l-252 -1456h-342zM83 1671q-1 30 11 55t32 43t46.5 28.5t54.5 11.5q28 0 54.5 -9t47 -26.5t33.5 -41.5t14 -53q1 -30 -10.5 -55t-31.5 -43t-46 -28.5t-54 -11.5q-28 0 -55 9t-48 26.5t-34 41.5t-14 53zM587 1671q-1 30 10.5 55t32 43t46.5 28.5 t55 11.5q27 0 53.5 -9t47.5 -26.5t34 -41.5t14 -53q1 -30 -10.5 -55t-31.5 -43t-46.5 -28.5t-54.5 -11.5q-28 0 -54.5 9t-47.5 26.5t-34 41.5t-14 53z" />
160
+ <glyph unicode="&#xd0;" horiz-adv-x="1324" d="M6 635l33 191h136l109 630l438 -1q146 -3 256.5 -61t181.5 -153t100 -220t13 -263l-7 -61q-20 -146 -83.5 -273.5t-162.5 -221.5t-228.5 -148t-281.5 -54h-478l110 635h-136zM421 270l100 -1q93 0 162 36t117 96t76 138t40 161l8 62q5 44 7.5 92t-2 94t-18 88t-39 74 t-65 52t-96.5 22l-131 1l-63 -359h233l-34 -191h-232z" />
161
+ <glyph unicode="&#xd1;" horiz-adv-x="1405" d="M2 0l252 1456h334l347 -919l159 919h342l-253 -1456h-331l-348 919l-160 -919h-342zM501 1568q3 50 20 99.5t47 89t73.5 64t100.5 23.5q36 -1 68.5 -15t64.5 -30.5t64.5 -30t68.5 -11.5q21 1 36 8.5t26 20t18.5 28.5t13.5 34l181 -10q-3 -51 -19 -100.5t-46 -89 t-73.5 -63.5t-100.5 -24q-37 0 -69.5 14.5t-64 31.5t-63 30t-67.5 12q-21 -1 -36 -8.5t-25.5 -20t-17.5 -28.5t-12 -34z" />
162
+ <glyph unicode="&#xd2;" horiz-adv-x="1382" d="M80.5 518q-6.5 87 4.5 177l8 61q19 143 76 274.5t149 231.5t217.5 158.5t280.5 55.5q99 -2 178.5 -30.5t140 -78.5t102.5 -117t66 -146t30 -165.5t-4 -175.5l-7 -59q-19 -143 -76 -275t-148.5 -233t-216.5 -160t-281 -56q-100 2 -180 30.5t-140.5 78.5t-102.5 117 t-66 146t-30.5 166zM423.5 513.5q2.5 -48.5 12.5 -94.5t32.5 -82t59 -59t92.5 -25q59 -3 106.5 16t84.5 52.5t64.5 78.5t47 95.5t31.5 102.5t19 100l8 62q5 39 8 86.5t1 95.5t-12 94t-32.5 82t-58.5 58.5t-91 25.5q-60 3 -108 -15.5t-85 -51.5t-64.5 -77.5t-47 -94.5 t-31.5 -102.5t-19 -101.5l-8 -62q-5 -40 -8.5 -87.5t-1 -96zM518 1844l331 2l145 -314l-247 1z" />
163
+ <glyph unicode="&#xd3;" horiz-adv-x="1382" d="M80.5 518q-6.5 87 4.5 177l8 61q19 143 76 274.5t149 231.5t217.5 158.5t280.5 55.5q99 -2 178.5 -30.5t140 -78.5t102.5 -117t66 -146t30 -165.5t-4 -175.5l-7 -59q-19 -143 -76 -275t-148.5 -233t-216.5 -160t-281 -56q-100 2 -180 30.5t-140.5 78.5t-102.5 117 t-66 146t-30.5 166zM423.5 513.5q2.5 -48.5 12.5 -94.5t32.5 -82t59 -59t92.5 -25q59 -3 106.5 16t84.5 52.5t64.5 78.5t47 95.5t31.5 102.5t19 100l8 62q5 39 8 86.5t1 95.5t-12 94t-32.5 82t-58.5 58.5t-91 25.5q-60 3 -108 -15.5t-85 -51.5t-64.5 -77.5t-47 -94.5 t-31.5 -102.5t-19 -101.5l-8 -62q-5 -40 -8.5 -87.5t-1 -96zM687 1532l240 314h367l-319 -314h-288z" />
164
+ <glyph unicode="&#xd4;" horiz-adv-x="1382" d="M80.5 518q-6.5 87 4.5 177l8 61q19 143 76 274.5t149 231.5t217.5 158.5t280.5 55.5q99 -2 178.5 -30.5t140 -78.5t102.5 -117t66 -146t30 -165.5t-4 -175.5l-7 -59q-19 -143 -76 -275t-148.5 -233t-216.5 -160t-281 -56q-100 2 -180 30.5t-140.5 78.5t-102.5 117 t-66 146t-30.5 166zM423.5 513.5q2.5 -48.5 12.5 -94.5t32.5 -82t59 -59t92.5 -25q59 -3 106.5 16t84.5 52.5t64.5 78.5t47 95.5t31.5 102.5t19 100l8 62q5 39 8 86.5t1 95.5t-12 94t-32.5 82t-58.5 58.5t-91 25.5q-60 3 -108 -15.5t-85 -51.5t-64.5 -77.5t-47 -94.5 t-31.5 -102.5t-19 -101.5l-8 -62q-5 -40 -8.5 -87.5t-1 -96zM444 1573l348 273h185l288 -277v-22l-250 5l-130 135l-178 -134l-262 -4z" />
165
+ <glyph unicode="&#xd5;" horiz-adv-x="1382" d="M80.5 518q-6.5 87 4.5 177l8 61q19 143 76 274.5t149 231.5t217.5 158.5t280.5 55.5q99 -2 178.5 -30.5t140 -78.5t102.5 -117t66 -146t30 -165.5t-4 -175.5l-7 -59q-19 -143 -76 -275t-148.5 -233t-216.5 -160t-281 -56q-100 2 -180 30.5t-140.5 78.5t-102.5 117 t-66 146t-30.5 166zM423.5 513.5q2.5 -48.5 12.5 -94.5t32.5 -82t59 -59t92.5 -25q59 -3 106.5 16t84.5 52.5t64.5 78.5t47 95.5t31.5 102.5t19 100l8 62q5 39 8 86.5t1 95.5t-12 94t-32.5 82t-58.5 58.5t-91 25.5q-60 3 -108 -15.5t-85 -51.5t-64.5 -77.5t-47 -94.5 t-31.5 -102.5t-19 -101.5l-8 -62q-5 -40 -8.5 -87.5t-1 -96zM480 1568q3 50 20 99.5t47 89t73.5 64t100.5 23.5q36 -1 68.5 -15t64.5 -30.5t64.5 -30t68.5 -11.5q21 1 36 8.5t26 20t18.5 28.5t13.5 34l181 -10q-3 -51 -19 -100.5t-46 -89t-73.5 -63.5t-100.5 -24 q-37 0 -69.5 14.5t-64 31.5t-63 30t-67.5 12q-21 -1 -36 -8.5t-25.5 -20t-17.5 -28.5t-12 -34z" />
166
+ <glyph unicode="&#xd6;" horiz-adv-x="1382" d="M80.5 518q-6.5 87 4.5 177l8 61q19 143 76 274.5t149 231.5t217.5 158.5t280.5 55.5q99 -2 178.5 -30.5t140 -78.5t102.5 -117t66 -146t30 -165.5t-4 -175.5l-7 -59q-19 -143 -76 -275t-148.5 -233t-216.5 -160t-281 -56q-100 2 -180 30.5t-140.5 78.5t-102.5 117 t-66 146t-30.5 166zM423.5 513.5q2.5 -48.5 12.5 -94.5t32.5 -82t59 -59t92.5 -25q59 -3 106.5 16t84.5 52.5t64.5 78.5t47 95.5t31.5 102.5t19 100l8 62q5 39 8 86.5t1 95.5t-12 94t-32.5 82t-58.5 58.5t-91 25.5q-60 3 -108 -15.5t-85 -51.5t-64.5 -77.5t-47 -94.5 t-31.5 -102.5t-19 -101.5l-8 -62q-5 -40 -8.5 -87.5t-1 -96zM466 1671q-1 30 11 55t32 43t46.5 28.5t54.5 11.5q28 0 54.5 -9t47 -26.5t33.5 -41.5t14 -53q1 -30 -10.5 -55t-31.5 -43t-46 -28.5t-54 -11.5q-28 0 -55 9t-48 26.5t-34 41.5t-14 53zM970 1671q-1 30 10.5 55 t32 43t46.5 28.5t55 11.5q27 0 53.5 -9t47.5 -26.5t34 -41.5t14 -53q1 -30 -10.5 -55t-31.5 -43t-46.5 -28.5t-54.5 -11.5q-28 0 -54.5 9t-47.5 26.5t-34 41.5t-14 53z" />
167
+ <glyph unicode="&#xd7;" horiz-adv-x="1061" d="M15 394l343 306l-237 305l205 171l232 -299l336 298l168 -196l-346 -306l239 -305l-205 -171l-232 298l-336 -297z" />
168
+ <glyph unicode="&#xd8;" horiz-adv-x="1378" d="M5 -95l200 274q-73 103 -99.5 237.5t-9.5 278.5l8 61q19 143 76 274.5t149 231.5t217.5 158.5t280.5 55.5q81 -2 148.5 -21t122.5 -54l86 117h220l-175 -240q37 -51 62 -111t38.5 -126t16 -136.5t-5.5 -141.5l-7 -59q-19 -143 -76 -275t-148.5 -233t-216.5 -160t-281 -56 q-83 2 -151 21.5t-124 54.5l-110 -151h-221zM435 494l487 665q-43 39 -115 43q-60 3 -108 -15.5t-85 -51.5t-64.5 -77.5t-47 -94.5t-31.5 -102.5t-19 -101.5l-8 -62q-5 -44 -9 -96.5t0 -106.5zM512 297q22 -20 51 -31t68 -13q59 -3 106.5 16t84.5 52.5t64.5 78.5t47 95.5 t31.5 102.5t19 100l8 62q5 44 8.5 97t-1.5 107z" />
169
+ <glyph unicode="&#xd9;" horiz-adv-x="1330" d="M88 505l162 951h344l-161 -952q-6 -50 -2.5 -95t21 -79.5t52 -56t91.5 -23.5q61 -2 106.5 16.5t78 53t52 82t28.5 103.5l162 951h342l-162 -950q-18 -126 -71 -224.5t-134.5 -166.5t-189 -103t-233.5 -33q-117 2 -213 39t-161.5 105.5t-95.5 165t-16 216.5zM489 1844 l331 2l145 -314l-247 1z" />
170
+ <glyph unicode="&#xda;" horiz-adv-x="1330" d="M88 505l162 951h344l-161 -952q-6 -50 -2.5 -95t21 -79.5t52 -56t91.5 -23.5q61 -2 106.5 16.5t78 53t52 82t28.5 103.5l162 951h342l-162 -950q-18 -126 -71 -224.5t-134.5 -166.5t-189 -103t-233.5 -33q-117 2 -213 39t-161.5 105.5t-95.5 165t-16 216.5zM658 1532 l240 314h367l-319 -314h-288z" />
171
+ <glyph unicode="&#xdb;" horiz-adv-x="1330" d="M88 505l162 951h344l-161 -952q-6 -50 -2.5 -95t21 -79.5t52 -56t91.5 -23.5q61 -2 106.5 16.5t78 53t52 82t28.5 103.5l162 951h342l-162 -950q-18 -126 -71 -224.5t-134.5 -166.5t-189 -103t-233.5 -33q-117 2 -213 39t-161.5 105.5t-95.5 165t-16 216.5zM415 1573 l348 273h185l288 -277v-22l-250 5l-130 135l-178 -134l-262 -4z" />
172
+ <glyph unicode="&#xdc;" horiz-adv-x="1330" d="M88 505l162 951h344l-161 -952q-6 -50 -2.5 -95t21 -79.5t52 -56t91.5 -23.5q61 -2 106.5 16.5t78 53t52 82t28.5 103.5l162 951h342l-162 -950q-18 -126 -71 -224.5t-134.5 -166.5t-189 -103t-233.5 -33q-117 2 -213 39t-161.5 105.5t-95.5 165t-16 216.5zM437 1671 q-1 30 11 55t32 43t46.5 28.5t54.5 11.5q28 0 54.5 -9t47 -26.5t33.5 -41.5t14 -53q1 -30 -10.5 -55t-31.5 -43t-46 -28.5t-54 -11.5q-28 0 -55 9t-48 26.5t-34 41.5t-14 53zM941 1671q-1 30 10.5 55t32 43t46.5 28.5t55 11.5q27 0 53.5 -9t47.5 -26.5t34 -41.5t14 -53 q1 -30 -10.5 -55t-31.5 -43t-46.5 -28.5t-54.5 -11.5q-28 0 -54.5 9t-47.5 26.5t-34 41.5t-14 53z" />
173
+ <glyph unicode="&#xdd;" horiz-adv-x="1257" d="M149 1455l356 1l151 -630l368 630h385l-628 -949l-87 -507h-348l94 540zM627 1532l240 314h367l-319 -314h-288z" />
174
+ <glyph unicode="&#xde;" horiz-adv-x="1238" d="M8 0l252 1456h331l-45 -258l173 -1q102 -2 193.5 -30.5t159 -85t103.5 -140t27 -195.5q-9 -121 -63.5 -209.5t-138 -146t-188.5 -85.5t-216 -28l-209 1l-49 -278h-330zM432 538l174 -1q49 1 93.5 14t80 39t59.5 64.5t32 89.5q14 88 -29.5 138.5t-131.5 54.5l-209 1z" />
175
+ <glyph unicode="&#xdf;" horiz-adv-x="1300" d="M25 0l187 1099q15 113 62 200.5t120 146.5t169 88.5t209 26.5q82 -2 154.5 -27.5t125.5 -73.5t81.5 -116.5t22.5 -155.5q-4 -53 -23.5 -97t-43.5 -86t-47 -84.5t-32 -93.5q-7 -37 4.5 -72.5t33 -71t47.5 -71.5t49 -74t37.5 -77.5t12.5 -82.5q-5 -105 -49.5 -181 t-114.5 -125t-159 -72t-185 -22q-68 1 -135 11.5t-129 38.5l78 256q45 -25 97 -36t103 -9q31 1 59 10t50.5 26.5t38 42t21.5 55.5q7 38 -4.5 73t-33.5 68.5t-49.5 67t-51.5 69t-39 74t-12 83.5q4 53 23.5 98t43 88.5t44.5 87.5t27 95q7 54 -20.5 90t-83.5 39 q-45 2 -75.5 -17t-50.5 -50.5t-31 -70t-16 -74.5l-185 -1094h-330z" />
176
+ <glyph unicode="&#xe0;" horiz-adv-x="1064" d="M-6 297q2 72 26 127t63 95.5t91 68t110.5 44t121 23.5t123.5 7l110 -2l12 61q4 27 3.5 53t-10 46.5t-28.5 33.5t-52 14q-59 1 -90.5 -32.5t-42.5 -86.5l-330 -1q4 94 50.5 162t117 111t156 63t168.5 18q87 -2 161.5 -28t128 -75t81 -120t18.5 -163l-71 -444 q-5 -30 -9.5 -62.5t-6 -65t2.5 -64.5t17 -61l-1 -19h-320q-9 25 -11.5 48.5t-2.5 49.5q-54 -59 -119 -89.5t-146 -28.5q-67 1 -126.5 24.5t-103.5 65.5t-69 100t-22 127zM299 1534l331 2l145 -314l-247 1zM328 314q-5 -41 15.5 -67.5t62.5 -28.5q54 -2 99 23.5t78 65.5 l33 174l-85 1q-38 -1 -72.5 -12.5t-62 -32.5t-45.5 -52t-23 -71z" />
177
+ <glyph unicode="&#xe1;" horiz-adv-x="1064" d="M-6 297q2 72 26 127t63 95.5t91 68t110.5 44t121 23.5t123.5 7l110 -2l12 61q4 27 3.5 53t-10 46.5t-28.5 33.5t-52 14q-59 1 -90.5 -32.5t-42.5 -86.5l-330 -1q4 94 50.5 162t117 111t156 63t168.5 18q87 -2 161.5 -28t128 -75t81 -120t18.5 -163l-71 -444 q-5 -30 -9.5 -62.5t-6 -65t2.5 -64.5t17 -61l-1 -19h-320q-9 25 -11.5 48.5t-2.5 49.5q-54 -59 -119 -89.5t-146 -28.5q-67 1 -126.5 24.5t-103.5 65.5t-69 100t-22 127zM328 314q-5 -41 15.5 -67.5t62.5 -28.5q54 -2 99 23.5t78 65.5l33 174l-85 1q-38 -1 -72.5 -12.5 t-62 -32.5t-45.5 -52t-23 -71zM468 1222l240 314h367l-319 -314h-288z" />
178
+ <glyph unicode="&#xe2;" horiz-adv-x="1064" d="M-6 297q2 72 26 127t63 95.5t91 68t110.5 44t121 23.5t123.5 7l110 -2l12 61q4 27 3.5 53t-10 46.5t-28.5 33.5t-52 14q-59 1 -90.5 -32.5t-42.5 -86.5l-330 -1q4 94 50.5 162t117 111t156 63t168.5 18q87 -2 161.5 -28t128 -75t81 -120t18.5 -163l-71 -444 q-5 -30 -9.5 -62.5t-6 -65t2.5 -64.5t17 -61l-1 -19h-320q-9 25 -11.5 48.5t-2.5 49.5q-54 -59 -119 -89.5t-146 -28.5q-67 1 -126.5 24.5t-103.5 65.5t-69 100t-22 127zM225 1263l348 273h185l288 -277v-22l-250 5l-130 135l-178 -134l-262 -4zM328 314q-5 -41 15.5 -67.5 t62.5 -28.5q54 -2 99 23.5t78 65.5l33 174l-85 1q-38 -1 -72.5 -12.5t-62 -32.5t-45.5 -52t-23 -71z" />
179
+ <glyph unicode="&#xe3;" horiz-adv-x="1064" d="M-6 297q2 72 26 127t63 95.5t91 68t110.5 44t121 23.5t123.5 7l110 -2l12 61q4 27 3.5 53t-10 46.5t-28.5 33.5t-52 14q-59 1 -90.5 -32.5t-42.5 -86.5l-330 -1q4 94 50.5 162t117 111t156 63t168.5 18q87 -2 161.5 -28t128 -75t81 -120t18.5 -163l-71 -444 q-5 -30 -9.5 -62.5t-6 -65t2.5 -64.5t17 -61l-1 -19h-320q-9 25 -11.5 48.5t-2.5 49.5q-54 -59 -119 -89.5t-146 -28.5q-67 1 -126.5 24.5t-103.5 65.5t-69 100t-22 127zM261 1259q3 50 20 99.5t47 89t73.5 64t100.5 23.5q36 -1 68.5 -15t64.5 -30.5t64.5 -30t68.5 -11.5 q21 1 36 8.5t26 20t18.5 28.5t13.5 34l181 -10q-3 -51 -19 -100.5t-46 -89t-73.5 -63.5t-100.5 -24q-37 0 -69.5 14.5t-64 31.5t-63 30t-67.5 12q-21 -1 -36 -8.5t-25.5 -20t-17.5 -28.5t-12 -34zM328 314q-5 -41 15.5 -67.5t62.5 -28.5q54 -2 99 23.5t78 65.5l33 174l-85 1 q-38 -1 -72.5 -12.5t-62 -32.5t-45.5 -52t-23 -71z" />
180
+ <glyph unicode="&#xe4;" horiz-adv-x="1064" d="M-6 297q2 72 26 127t63 95.5t91 68t110.5 44t121 23.5t123.5 7l110 -2l12 61q4 27 3.5 53t-10 46.5t-28.5 33.5t-52 14q-59 1 -90.5 -32.5t-42.5 -86.5l-330 -1q4 94 50.5 162t117 111t156 63t168.5 18q87 -2 161.5 -28t128 -75t81 -120t18.5 -163l-71 -444 q-5 -30 -9.5 -62.5t-6 -65t2.5 -64.5t17 -61l-1 -19h-320q-9 25 -11.5 48.5t-2.5 49.5q-54 -59 -119 -89.5t-146 -28.5q-67 1 -126.5 24.5t-103.5 65.5t-69 100t-22 127zM247 1361q-1 30 11 55t32 43t46.5 28.5t54.5 11.5q28 0 54.5 -9t47 -26.5t33.5 -41.5t14 -53 q1 -30 -10.5 -55t-31.5 -43t-46 -28.5t-54 -11.5q-28 0 -55 9t-48 26.5t-34 41.5t-14 53zM328 314q-5 -41 15.5 -67.5t62.5 -28.5q54 -2 99 23.5t78 65.5l33 174l-85 1q-38 -1 -72.5 -12.5t-62 -32.5t-45.5 -52t-23 -71zM751 1361q-1 30 10.5 55t32 43t46.5 28.5t55 11.5 q27 0 53.5 -9t47.5 -26.5t34 -41.5t14 -53q1 -30 -10.5 -55t-31.5 -43t-46.5 -28.5t-54.5 -11.5q-28 0 -54.5 9t-47.5 26.5t-34 41.5t-14 53z" />
181
+ <glyph unicode="&#xe5;" horiz-adv-x="1064" d="M-6 297q2 72 26 127t63 95.5t91 68t110.5 44t121 23.5t123.5 7l110 -2l12 61q4 27 3.5 53t-10 46.5t-28.5 33.5t-52 14q-59 1 -90.5 -32.5t-42.5 -86.5l-330 -1q4 94 50.5 162t117 111t156 63t168.5 18q87 -2 161.5 -28t128 -75t81 -120t18.5 -163l-71 -444 q-5 -30 -9.5 -62.5t-6 -65t2.5 -64.5t17 -61l-1 -19h-320q-9 25 -11.5 48.5t-2.5 49.5q-54 -59 -119 -89.5t-146 -28.5q-67 1 -126.5 24.5t-103.5 65.5t-69 100t-22 127zM328 314q-5 -41 15.5 -67.5t62.5 -28.5q54 -2 99 23.5t78 65.5l33 174l-85 1q-38 -1 -72.5 -12.5 t-62 -32.5t-45.5 -52t-23 -71zM445 1412q-1 46 17.5 85t50 67t72.5 43.5t85 15.5q41 0 79 -14.5t67.5 -41t47 -62.5t17.5 -79q0 -46 -18 -84t-49 -65.5t-71.5 -42.5t-84.5 -15q-42 0 -80 14t-67.5 39.5t-47 61t-18.5 78.5zM563 1413q-6 -40 14.5 -69t62.5 -29q23 0 44 9 t37.5 24t27.5 35t14 42q6 39 -14.5 69.5t-62.5 30.5q-23 0 -44 -9t-37.5 -24.5t-27.5 -36t-14 -42.5z" />
182
+ <glyph unicode="&#xe6;" horiz-adv-x="1688" d="M10 317q3 70 29 122.5t67.5 90t95.5 62t113.5 39t121 20t118.5 5.5l141 -1l10 49q4 27 2 51.5t-12.5 43.5t-30 30.5t-50.5 12.5q-27 1 -52.5 -4.5t-46.5 -18t-36.5 -32.5t-21.5 -47l-328 18q3 64 26.5 114.5t61.5 89t88 66t105 44.5t113 24.5t113 6.5q39 0 79 -5 t78 -15.5t73.5 -27.5t65.5 -43q149 93 323 89q104 -3 180 -43t124 -106.5t66.5 -154.5t7.5 -185l-27 -177h-613q-8 -91 38 -140.5t138 -52.5q78 -2 148 17.5t140 48.5l63 -209q-40 -33 -89.5 -56t-103.5 -37t-108.5 -20t-105.5 -6q-47 1 -95.5 8t-93.5 22.5t-86 40.5t-73 62 q-83 -69 -179 -102t-204 -31q-78 1 -147.5 22.5t-121 63t-80 104t-24.5 147.5zM340 312q-5 -28 3 -47t24.5 -31t39.5 -17.5t47 -5.5q49 -1 94 18.5t85 44.5l36 177l-112 1q-33 -1 -68.5 -9t-66 -24.5t-53 -43t-29.5 -63.5zM1015 645h298l6 30q5 27 5 56t-9 53.5t-29 41 t-54 18.5q-47 2 -81.5 -14.5t-60 -44.5t-44 -64.5t-31.5 -75.5z" />
183
+ <glyph unicode="&#xe7;" horiz-adv-x="1042" d="M38 526l3 24q13 115 57 216.5t116 177t170 118.5t221 40q97 -2 172.5 -34.5t126.5 -89.5t76.5 -136.5t22.5 -174.5h-307q1 33 -3.5 64t-18 55.5t-37.5 40t-62 16.5q-59 2 -96.5 -26.5t-60 -72.5t-33 -96.5t-15.5 -97.5l-2 -23q-2 -24 -5.5 -54.5t-4.5 -62t3 -62 t16.5 -54.5t34.5 -39t58 -16q71 -2 112 39.5t52 107.5l308 1q-5 -96 -46.5 -172.5t-108 -129.5t-151.5 -80t-177 -25q-118 2 -202.5 47t-136.5 120t-72.5 173t-9.5 206zM272 -474l12 188q38 5 66.5 23.5t36.5 60.5q4 24 -7 36.5t-29.5 18.5t-39.5 7.5t-37 3.5l43 145l247 3 l-19 -67q62 -14 93.5 -57t31.5 -105q0 -52 -18 -91.5t-48.5 -67.5t-70.5 -46.5t-84.5 -29.5t-90 -16t-86.5 -6z" />
184
+ <glyph unicode="&#xe8;" horiz-adv-x="1092" d="M45 502l4 39q13 118 58.5 221.5t120 180t175.5 119.5t226 40q113 -2 195.5 -45.5t133.5 -116t70.5 -168t6.5 -200.5l-20 -137l-644 1q-1 -85 44 -138.5t133 -56.5q75 -2 140 28t119 82l136 -183q-34 -50 -83.5 -86t-107 -59t-119 -33.5t-119.5 -9.5q-113 2 -204 42 t-153 109.5t-92 164.5t-20 206zM298 1535l331 2l145 -314l-247 1zM391 645h329l7 30q6 34 2 64.5t-18.5 53.5t-40 36.5t-63.5 14.5q-46 1 -80 -16t-59.5 -45t-44 -64.5t-32.5 -73.5z" />
185
+ <glyph unicode="&#xe9;" horiz-adv-x="1092" d="M45 502l4 39q13 118 58.5 221.5t120 180t175.5 119.5t226 40q113 -2 195.5 -45.5t133.5 -116t70.5 -168t6.5 -200.5l-20 -137l-644 1q-1 -85 44 -138.5t133 -56.5q75 -2 140 28t119 82l136 -183q-34 -50 -83.5 -86t-107 -59t-119 -33.5t-119.5 -9.5q-113 2 -204 42 t-153 109.5t-92 164.5t-20 206zM391 645h329l7 30q6 34 2 64.5t-18.5 53.5t-40 36.5t-63.5 14.5q-46 1 -80 -16t-59.5 -45t-44 -64.5t-32.5 -73.5zM467 1223l240 314h367l-319 -314h-288z" />
186
+ <glyph unicode="&#xea;" horiz-adv-x="1092" d="M45 502l4 39q13 118 58.5 221.5t120 180t175.5 119.5t226 40q113 -2 195.5 -45.5t133.5 -116t70.5 -168t6.5 -200.5l-20 -137l-644 1q-1 -85 44 -138.5t133 -56.5q75 -2 140 28t119 82l136 -183q-34 -50 -83.5 -86t-107 -59t-119 -33.5t-119.5 -9.5q-113 2 -204 42 t-153 109.5t-92 164.5t-20 206zM224 1264l348 273h185l288 -277v-22l-250 5l-130 135l-178 -134l-262 -4zM391 645h329l7 30q6 34 2 64.5t-18.5 53.5t-40 36.5t-63.5 14.5q-46 1 -80 -16t-59.5 -45t-44 -64.5t-32.5 -73.5z" />
187
+ <glyph unicode="&#xeb;" horiz-adv-x="1092" d="M45 502l4 39q13 118 58.5 221.5t120 180t175.5 119.5t226 40q113 -2 195.5 -45.5t133.5 -116t70.5 -168t6.5 -200.5l-20 -137l-644 1q-1 -85 44 -138.5t133 -56.5q75 -2 140 28t119 82l136 -183q-34 -50 -83.5 -86t-107 -59t-119 -33.5t-119.5 -9.5q-113 2 -204 42 t-153 109.5t-92 164.5t-20 206zM246 1362q-1 30 11 55t32 43t46.5 28.5t54.5 11.5q28 0 54.5 -9t47 -26.5t33.5 -41.5t14 -53q1 -30 -10.5 -55t-31.5 -43t-46 -28.5t-54 -11.5q-28 0 -55 9t-48 26.5t-34 41.5t-14 53zM391 645h329l7 30q6 34 2 64.5t-18.5 53.5t-40 36.5 t-63.5 14.5q-46 1 -80 -16t-59.5 -45t-44 -64.5t-32.5 -73.5zM750 1362q-1 30 10.5 55t32 43t46.5 28.5t55 11.5q27 0 53.5 -9t47.5 -26.5t34 -41.5t14 -53q1 -30 -10.5 -55t-31.5 -43t-46.5 -28.5t-54.5 -11.5q-28 0 -54.5 9t-47.5 26.5t-34 41.5t-14 53z" />
188
+ <glyph unicode="&#xec;" horiz-adv-x="576" d="M14 0l188 1082h331l-188 -1082h-331zM63 1514l331 2l145 -314l-247 1z" />
189
+ <glyph unicode="&#xed;" horiz-adv-x="576" d="M14 0l188 1082h331l-188 -1082h-331zM231 1202l240 314h367l-319 -314h-288z" />
190
+ <glyph unicode="&#xee;" horiz-adv-x="576" d="M-11 1243l348 273h185l288 -277v-22l-250 5l-130 135l-178 -134l-262 -4zM14 0l188 1082h331l-188 -1082h-331z" />
191
+ <glyph unicode="&#xef;" horiz-adv-x="576" d="M11 1341q-1 30 11 55t32 43t46.5 28.5t54.5 11.5q28 0 54.5 -9t47 -26.5t33.5 -41.5t14 -53q1 -30 -10.5 -55t-31.5 -43t-46 -28.5t-54 -11.5q-28 0 -55 9t-48 26.5t-34 41.5t-14 53zM14 0l188 1082h331l-188 -1082h-331zM515 1341q-1 30 10.5 55t32 43t46.5 28.5 t55 11.5q27 0 53.5 -9t47.5 -26.5t34 -41.5t14 -53q1 -30 -10.5 -55t-31.5 -43t-46.5 -28.5t-54.5 -11.5q-28 0 -54.5 9t-47.5 26.5t-34 41.5t-14 53z" />
192
+ <glyph unicode="&#xf0;" horiz-adv-x="1140" d="M41 460q9 106 46.5 198.5t101.5 161t153.5 106.5t201.5 36q60 -1 116 -17.5t108 -46.5q-4 67 -26.5 126t-60.5 115l-197 -112l-60 133l142 77q-47 38 -102.5 60t-112.5 38l127 244q101 -24 195.5 -67t175.5 -109l183 104l58 -133l-132 -69q90 -153 127 -312t15 -337 l-9 -63q-11 -79 -36.5 -156t-64.5 -145.5t-91 -127t-116.5 -100t-140.5 -64.5t-163 -21q-102 2 -186.5 39t-143.5 101t-88 151.5t-20 189.5zM371 383.5q4 -38.5 19 -70.5t43 -53t72 -22q62 -2 106 28t73.5 77.5t46.5 103.5t25 106l19 103q-31 38 -78 52t-94 14 q-56 1 -97.5 -21.5t-69.5 -59.5t-43.5 -85t-21.5 -97q-4 -37 0 -75.5z" />
193
+ <glyph unicode="&#xf1;" horiz-adv-x="1130" d="M-20 0l188 1082l307 1l-23 -130q61 72 138.5 112t174.5 38q91 -2 148.5 -39t89 -95.5t39.5 -133.5t0 -154l-114 -681h-330l115 683q4 35 2 64t-14 50t-35.5 33t-62.5 12q-51 1 -88.5 -20t-70.5 -57l-135 -765h-329zM303 1259q3 50 20 99.5t47 89t73.5 64t100.5 23.5 q36 -1 68.5 -15t64.5 -30.5t64.5 -30t68.5 -11.5q21 1 36 8.5t26 20t18.5 28.5t13.5 34l181 -10q-3 -51 -19 -100.5t-46 -89t-73.5 -63.5t-100.5 -24q-37 0 -69.5 14.5t-64 31.5t-63 30t-67.5 12q-21 -1 -36 -8.5t-25.5 -20t-17.5 -28.5t-12 -34z" />
194
+ <glyph unicode="&#xf2;" horiz-adv-x="1126" d="M39 523l3 21q13 117 58.5 220t120 179t175 119t225.5 40q118 -2 204.5 -46.5t141.5 -119.5t77 -173.5t11 -208.5l-2 -22q-14 -117 -60 -219t-120.5 -177t-175.5 -117t-224 -39q-117 2 -204 46t-141.5 118t-77 171.5t-11.5 207.5zM340 1534l331 2l145 -314l-247 1z M362.5 433.5q-1.5 -48.5 9.5 -91.5t39.5 -72.5t84.5 -31.5q60 -2 101 25.5t67.5 71t40 96.5t19.5 101l2 21q2 27 4 58.5t0 63t-9 61.5t-22 53.5t-40 38t-62 15.5q-60 2 -101 -26.5t-67 -73t-39.5 -98t-19.5 -101.5l-2 -21q-4 -41 -5.5 -89.5z" />
195
+ <glyph unicode="&#xf3;" horiz-adv-x="1126" d="M39 523l3 21q13 117 58.5 220t120 179t175 119t225.5 40q118 -2 204.5 -46.5t141.5 -119.5t77 -173.5t11 -208.5l-2 -22q-14 -117 -60 -219t-120.5 -177t-175.5 -117t-224 -39q-117 2 -204 46t-141.5 118t-77 171.5t-11.5 207.5zM362.5 433.5q-1.5 -48.5 9.5 -91.5 t39.5 -72.5t84.5 -31.5q60 -2 101 25.5t67.5 71t40 96.5t19.5 101l2 21q2 27 4 58.5t0 63t-9 61.5t-22 53.5t-40 38t-62 15.5q-60 2 -101 -26.5t-67 -73t-39.5 -98t-19.5 -101.5l-2 -21q-4 -41 -5.5 -89.5zM509 1222l240 314h367l-319 -314h-288z" />
196
+ <glyph unicode="&#xf4;" horiz-adv-x="1126" d="M39 523l3 21q13 117 58.5 220t120 179t175 119t225.5 40q118 -2 204.5 -46.5t141.5 -119.5t77 -173.5t11 -208.5l-2 -22q-14 -117 -60 -219t-120.5 -177t-175.5 -117t-224 -39q-117 2 -204 46t-141.5 118t-77 171.5t-11.5 207.5zM266 1263l348 273h185l288 -277v-22 l-250 5l-130 135l-178 -134l-262 -4zM362.5 433.5q-1.5 -48.5 9.5 -91.5t39.5 -72.5t84.5 -31.5q60 -2 101 25.5t67.5 71t40 96.5t19.5 101l2 21q2 27 4 58.5t0 63t-9 61.5t-22 53.5t-40 38t-62 15.5q-60 2 -101 -26.5t-67 -73t-39.5 -98t-19.5 -101.5l-2 -21 q-4 -41 -5.5 -89.5z" />
197
+ <glyph unicode="&#xf5;" horiz-adv-x="1126" d="M39 523l3 21q13 117 58.5 220t120 179t175 119t225.5 40q118 -2 204.5 -46.5t141.5 -119.5t77 -173.5t11 -208.5l-2 -22q-14 -117 -60 -219t-120.5 -177t-175.5 -117t-224 -39q-117 2 -204 46t-141.5 118t-77 171.5t-11.5 207.5zM302 1259q3 50 20 99.5t47 89t73.5 64 t100.5 23.5q36 -1 68.5 -15t64.5 -30.5t64.5 -30t68.5 -11.5q21 1 36 8.5t26 20t18.5 28.5t13.5 34l181 -10q-3 -51 -19 -100.5t-46 -89t-73.5 -63.5t-100.5 -24q-37 0 -69.5 14.5t-64 31.5t-63 30t-67.5 12q-21 -1 -36 -8.5t-25.5 -20t-17.5 -28.5t-12 -34zM362.5 433.5 q-1.5 -48.5 9.5 -91.5t39.5 -72.5t84.5 -31.5q60 -2 101 25.5t67.5 71t40 96.5t19.5 101l2 21q2 27 4 58.5t0 63t-9 61.5t-22 53.5t-40 38t-62 15.5q-60 2 -101 -26.5t-67 -73t-39.5 -98t-19.5 -101.5l-2 -21q-4 -41 -5.5 -89.5z" />
198
+ <glyph unicode="&#xf6;" horiz-adv-x="1126" d="M39 523l3 21q13 117 58.5 220t120 179t175 119t225.5 40q118 -2 204.5 -46.5t141.5 -119.5t77 -173.5t11 -208.5l-2 -22q-14 -117 -60 -219t-120.5 -177t-175.5 -117t-224 -39q-117 2 -204 46t-141.5 118t-77 171.5t-11.5 207.5zM288 1361q-1 30 11 55t32 43t46.5 28.5 t54.5 11.5q28 0 54.5 -9t47 -26.5t33.5 -41.5t14 -53q1 -30 -10.5 -55t-31.5 -43t-46 -28.5t-54 -11.5q-28 0 -55 9t-48 26.5t-34 41.5t-14 53zM362.5 433.5q-1.5 -48.5 9.5 -91.5t39.5 -72.5t84.5 -31.5q60 -2 101 25.5t67.5 71t40 96.5t19.5 101l2 21q2 27 4 58.5t0 63 t-9 61.5t-22 53.5t-40 38t-62 15.5q-60 2 -101 -26.5t-67 -73t-39.5 -98t-19.5 -101.5l-2 -21q-4 -41 -5.5 -89.5zM792 1361q-1 30 10.5 55t32 43t46.5 28.5t55 11.5q27 0 53.5 -9t47.5 -26.5t34 -41.5t14 -53q1 -30 -10.5 -55t-31.5 -43t-46.5 -28.5t-54.5 -11.5 q-28 0 -54.5 9t-47.5 26.5t-34 41.5t-14 53z" />
199
+ <glyph unicode="&#xf7;" horiz-adv-x="1141" d="M50 563l43 244h1014l-42 -244h-1015zM326 271q-1 39 13.5 70t39 53.5t57.5 35t70 12.5q36 0 68.5 -10.5t57 -31t40 -50.5t16.5 -67q1 -39 -13.5 -70t-39 -53.5t-58 -35t-70.5 -12.5q-35 0 -67.5 10.5t-57 31.5t-40 50.5t-16.5 66.5zM466 1080q-1 39 13.5 70t39 53.5 t57.5 35t70 12.5q36 0 68.5 -10.5t57.5 -31t40 -50.5t16 -67q1 -39 -13.5 -70t-39 -53.5t-58 -35t-70.5 -12.5q-35 0 -67.5 10.5t-57 31.5t-40 50.5t-16.5 66.5z" />
200
+ <glyph unicode="&#xf8;" horiz-adv-x="1127" d="M14 -145l155 241q-77 75 -110 186.5t-20 240.5l3 21q13 117 58.5 220t120 179t175 119t225.5 40q50 -2 93.5 -10.5t82.5 -23.5l97 151h190l-154 -239q75 -77 106.5 -187.5t18.5 -238.5l-2 -22q-14 -117 -60 -219t-120.5 -177t-175.5 -117t-224 -39q-48 1 -89.5 8.5 t-79.5 21.5l-100 -155h-190zM363.5 461.5q-1.5 -32.5 0.5 -64.5l281 436q-20 8 -48 10q-60 2 -101 -26.5t-67 -73t-39.5 -98t-19.5 -101.5l-2 -21q-3 -29 -4.5 -61.5zM455 244q9 -2 19.5 -4t21.5 -2q60 -2 101 25.5t67.5 71t40 96.5t19.5 101l2 21q2 26 4 56.5t0 61.5z" />
201
+ <glyph unicode="&#xf9;" horiz-adv-x="1130" d="M52 382l117 700h329l-119 -704q-3 -29 -0.5 -53.5t13.5 -42.5t31.5 -29.5t52.5 -12.5q55 -2 98.5 19.5t78.5 62.5l134 760h331l-188 -1082h-306l22 118q-57 -67 -129.5 -104t-162.5 -35q-89 1 -150 34t-97.5 88t-49.5 127.5t-5 153.5zM340 1534l331 2l145 -314l-247 1z " />
202
+ <glyph unicode="&#xfa;" horiz-adv-x="1130" d="M52 382l117 700h329l-119 -704q-3 -29 -0.5 -53.5t13.5 -42.5t31.5 -29.5t52.5 -12.5q55 -2 98.5 19.5t78.5 62.5l134 760h331l-188 -1082h-306l22 118q-57 -67 -129.5 -104t-162.5 -35q-89 1 -150 34t-97.5 88t-49.5 127.5t-5 153.5zM509 1222l240 314h367l-319 -314 h-288z" />
203
+ <glyph unicode="&#xfb;" horiz-adv-x="1130" d="M52 382l117 700h329l-119 -704q-3 -29 -0.5 -53.5t13.5 -42.5t31.5 -29.5t52.5 -12.5q55 -2 98.5 19.5t78.5 62.5l134 760h331l-188 -1082h-306l22 118q-57 -67 -129.5 -104t-162.5 -35q-89 1 -150 34t-97.5 88t-49.5 127.5t-5 153.5zM266 1263l348 273h185l288 -277v-22 l-250 5l-130 135l-178 -134l-262 -4z" />
204
+ <glyph unicode="&#xfc;" horiz-adv-x="1130" d="M52 382l117 700h329l-119 -704q-3 -29 -0.5 -53.5t13.5 -42.5t31.5 -29.5t52.5 -12.5q55 -2 98.5 19.5t78.5 62.5l134 760h331l-188 -1082h-306l22 118q-57 -67 -129.5 -104t-162.5 -35q-89 1 -150 34t-97.5 88t-49.5 127.5t-5 153.5zM288 1361q-1 30 11 55t32 43 t46.5 28.5t54.5 11.5q28 0 54.5 -9t47 -26.5t33.5 -41.5t14 -53q1 -30 -10.5 -55t-31.5 -43t-46 -28.5t-54 -11.5q-28 0 -55 9t-48 26.5t-34 41.5t-14 53zM792 1361q-1 30 10.5 55t32 43t46.5 28.5t55 11.5q27 0 53.5 -9t47.5 -26.5t34 -41.5t14 -53q1 -30 -10.5 -55 t-31.5 -43t-46.5 -28.5t-54.5 -11.5q-28 0 -54.5 9t-47.5 26.5t-34 41.5t-14 53z" />
205
+ <glyph unicode="&#xfd;" horiz-adv-x="1039" d="M-36 -418l25 241h38q61 0 107 19.5t77 75.5l47 90l-173 1074h340l59 -606l280 606h363l-634 -1244q-30 -62 -66 -113t-82.5 -88t-104.5 -57t-131 -20q-38 0 -73.5 6.5t-71.5 15.5zM462 1222l240 314h367l-319 -314h-288z" />
206
+ <glyph unicode="&#xfe;" horiz-adv-x="1125" d="M-85 -416l260 1498l79 454h330l-91 -523q47 44 102.5 67t123.5 22q74 -1 129.5 -24.5t95 -63.5t64 -93t37.5 -112.5t15 -123t-4 -124.5l-2 -21q-8 -66 -25.5 -134t-45.5 -131t-66.5 -117.5t-89.5 -95t-114.5 -63t-140.5 -20.5q-70 2 -128 30t-102 82l-98 -507h-329z M374 323q18 -45 53 -64t83 -20q58 -1 97 28.5t63 74.5t36.5 98.5t18.5 99.5l2 21q2 23 4.5 52.5t2 60t-5 60.5t-17 53.5t-34 38.5t-55.5 16q-56 3 -98 -19.5t-75 -65.5z" />
207
+ <glyph unicode="&#xff;" horiz-adv-x="1039" d="M-36 -418l25 241h38q61 0 107 19.5t77 75.5l47 90l-173 1074h340l59 -606l280 606h363l-634 -1244q-30 -62 -66 -113t-82.5 -88t-104.5 -57t-131 -20q-38 0 -73.5 6.5t-71.5 15.5zM241 1361q-1 30 11 55t32 43t46.5 28.5t54.5 11.5q28 0 54.5 -9t47 -26.5t33.5 -41.5 t14 -53q1 -30 -10.5 -55t-31.5 -43t-46 -28.5t-54 -11.5q-28 0 -55 9t-48 26.5t-34 41.5t-14 53zM745 1361q-1 30 10.5 55t32 43t46.5 28.5t55 11.5q27 0 53.5 -9t47.5 -26.5t34 -41.5t14 -53q1 -30 -10.5 -55t-31.5 -43t-46.5 -28.5t-54.5 -11.5q-28 0 -54.5 9t-47.5 26.5 t-34 41.5t-14 53z" />
208
+ <glyph unicode="&#x152;" horiz-adv-x="1945" d="M88 576l48 304q20 134 80 244t151 189t209 122t254 42q74 0 146 -6t145 -14v-1h891l-47 -271h-634l-54 -307h536l-45 -261h-535l-61 -347h633l-47 -270h-871v-2q-69 -7 -137.5 -12.5t-137.5 -3.5q-127 2 -230.5 47.5t-174 124.5t-102.5 186.5t-17 235.5zM414 454.5 q5 -58.5 28 -105t67.5 -75.5t116.5 -31q51 -2 100.5 1.5t100.5 10.5l165 951q-44 7 -87 10t-87 4q-77 1 -137.5 -25t-104.5 -71.5t-72 -107.5t-39 -134l-48 -307q-8 -62 -3 -120.5z" />
209
+ <glyph unicode="&#x153;" horiz-adv-x="1800" d="M61 523l2 22q14 118 60 220.5t120.5 178t175.5 118.5t226 41q45 -1 90 -8t87.5 -22t80.5 -38t70 -56q77 62 163 93.5t185 29.5q106 -2 184.5 -41.5t128 -105.5t69.5 -154.5t8 -188.5l-27 -177l-601 1q-2 -83 39 -136t127 -57q81 -3 153.5 16.5t146.5 48.5l63 -209 q-42 -34 -93.5 -57t-106.5 -37t-111.5 -19.5t-108.5 -5.5q-91 2 -177.5 31t-150.5 96q-81 -64 -173.5 -96.5t-196.5 -30.5q-117 2 -203.5 46t-141 118t-77 171.5t-11.5 207.5zM385 433q-1 -49 10 -91.5t39.5 -72t84.5 -31.5q60 -2 101.5 25.5t68 71t40 96t19.5 101.5l2 21 q4 40 5 90t-10 93.5t-39.5 74t-84.5 32.5q-60 2 -101 -26.5t-67.5 -73t-40.5 -98t-20 -101.5l-2 -21q-4 -41 -5 -90zM1102 645h288l6 30q6 31 5 60.5t-11.5 53.5t-32.5 39t-59 16q-43 1 -74.5 -17t-54.5 -47t-39 -65t-28 -70z" />
210
+ <glyph unicode="&#x178;" horiz-adv-x="1257" d="M149 1455l356 1l151 -630l368 630h385l-628 -949l-87 -507h-348l94 540zM406 1671q-1 30 11 55t32 43t46.5 28.5t54.5 11.5q28 0 54.5 -9t47 -26.5t33.5 -41.5t14 -53q1 -30 -10.5 -55t-31.5 -43t-46 -28.5t-54 -11.5q-28 0 -55 9t-48 26.5t-34 41.5t-14 53zM910 1671 q-1 30 10.5 55t32 43t46.5 28.5t55 11.5q27 0 53.5 -9t47.5 -26.5t34 -41.5t14 -53q1 -30 -10.5 -55t-31.5 -43t-46.5 -28.5t-54.5 -11.5q-28 0 -54.5 9t-47.5 26.5t-34 41.5t-14 53z" />
211
+ <glyph unicode="&#x2c6;" horiz-adv-x="1012" d="M208 1263l348 273h185l288 -277v-22l-250 5l-130 135l-178 -134l-262 -4z" />
212
+ <glyph unicode="&#x2dc;" horiz-adv-x="967" d="M216 1263q3 50 20 99.5t47 89t73.5 64t100.5 23.5q36 -1 68.5 -15t64.5 -30.5t64.5 -30t68.5 -11.5q21 1 36 8.5t26 20t18.5 28.5t13.5 34l181 -10q-3 -51 -19 -100.5t-46 -89t-73.5 -63.5t-100.5 -24q-37 0 -69.5 14.5t-64 31.5t-63 30t-67.5 12q-21 -1 -36 -8.5 t-25.5 -20t-17.5 -28.5t-12 -34z" />
213
+ <glyph unicode="&#x2000;" horiz-adv-x="966" />
214
+ <glyph unicode="&#x2001;" horiz-adv-x="1933" />
215
+ <glyph unicode="&#x2002;" horiz-adv-x="966" />
216
+ <glyph unicode="&#x2003;" horiz-adv-x="1933" />
217
+ <glyph unicode="&#x2004;" horiz-adv-x="644" />
218
+ <glyph unicode="&#x2005;" horiz-adv-x="483" />
219
+ <glyph unicode="&#x2006;" horiz-adv-x="322" />
220
+ <glyph unicode="&#x2007;" horiz-adv-x="322" />
221
+ <glyph unicode="&#x2008;" horiz-adv-x="241" />
222
+ <glyph unicode="&#x2009;" horiz-adv-x="386" />
223
+ <glyph unicode="&#x200a;" horiz-adv-x="107" />
224
+ <glyph unicode="&#x2010;" horiz-adv-x="903" d="M129 497l45 261h585l-45 -261h-585z" />
225
+ <glyph unicode="&#x2011;" horiz-adv-x="903" d="M129 497l45 261h585l-45 -261h-585z" />
226
+ <glyph unicode="&#x2012;" horiz-adv-x="903" d="M129 497l45 261h585l-45 -261h-585z" />
227
+ <glyph unicode="&#x2013;" horiz-adv-x="1238" d="M133 578l55 264h1026l-55 -264h-1026z" />
228
+ <glyph unicode="&#x2014;" horiz-adv-x="1505" d="M2 578l73 264h1368l-73 -264h-1368z" />
229
+ <glyph unicode="&#x2018;" horiz-adv-x="506" d="M181 1042l25 161q17 111 79 206.5t146 167.5l149 -83q-44 -70 -80 -139.5t-51 -151.5l-28 -161h-240z" />
230
+ <glyph unicode="&#x2019;" horiz-adv-x="492" d="M149 1082q22 35 42 69.5t37.5 70t30.5 73t21 78.5l28 163h240l-25 -163q-8 -55 -28.5 -107t-50.5 -99.5t-67 -89.5t-79 -78z" />
231
+ <glyph unicode="&#x201a;" horiz-adv-x="549" d="M-61 -228q43 70 74 140t46 151l32 186h252l-30 -185q-8 -56 -29 -108t-50.5 -99t-67 -89.5t-78.5 -78.5z" />
232
+ <glyph unicode="&#x201c;" horiz-adv-x="859" d="M188 1042l25 161q17 111 79 206.5t146 167.5l149 -83q-44 -70 -80 -139.5t-51 -151.5l-28 -161h-240zM528 1042l25 161q17 111 79 206.5t146 167.5l149 -83q-44 -70 -80 -139.5t-51 -151.5l-28 -161h-240z" />
233
+ <glyph unicode="&#x201d;" horiz-adv-x="865" d="M163 1082q22 35 42 69.5t37.5 70t30.5 73t21 78.5l28 163h240l-25 -163q-8 -55 -28.5 -107t-50.5 -99.5t-67 -89.5t-79 -78zM514 1082q22 35 42 69.5t37.5 70t30.5 73t21 78.5l28 163h240l-25 -163q-8 -55 -28.5 -107t-50.5 -99.5t-67 -89.5t-79 -78z" />
234
+ <glyph unicode="&#x201e;" horiz-adv-x="860" d="M-64 -248q44 75 76 150t47 161l35 206h252l-34 -205q-18 -115 -76.5 -216t-144.5 -178zM275 -248q45 75 81.5 149.5t52.5 161.5l36 206h253l-35 -206q-9 -57 -30 -111.5t-51.5 -104.5t-68.5 -94.5t-81 -82.5z" />
235
+ <glyph unicode="&#x2022;" horiz-adv-x="744" d="M156 718l1 48q3 55 22.5 101t53.5 79t80.5 51t102.5 18q53 -1 96 -18.5t73.5 -49t46.5 -75.5t16 -96l-2 -49q-3 -55 -23 -99.5t-54 -76.5t-80.5 -49t-101.5 -16q-51 1 -93.5 18t-73 47.5t-47.5 73t-17 93.5z" />
236
+ <glyph unicode="&#x2026;" horiz-adv-x="1549" d="M48 152q-1 39 13 71t39 55t58 36.5t71 13.5q36 0 68 -11.5t57 -33t39.5 -52t15.5 -67.5q1 -39 -13 -71t-39 -55.5t-58.5 -36.5t-70.5 -13q-36 0 -68.5 11.5t-57 33t-39 52t-15.5 67.5zM522 152q-1 39 13 71t39 55t58 36.5t71 13.5q36 0 68 -11.5t57 -33t39.5 -52 t15.5 -67.5q1 -39 -13 -71t-39 -55.5t-58.5 -36.5t-70.5 -13q-36 0 -68.5 11.5t-57 33t-39 52t-15.5 67.5zM995 152q-1 39 13 71t39 55t58 36.5t71 13.5q36 0 68 -11.5t57 -33t39.5 -52t15.5 -67.5q1 -39 -13 -71t-39 -55.5t-58.5 -36.5t-70.5 -13q-36 0 -68.5 11.5t-57 33 t-39 52t-15.5 67.5z" />
237
+ <glyph unicode="&#x202f;" horiz-adv-x="386" />
238
+ <glyph unicode="&#x2039;" horiz-adv-x="641" d="M89 505l1 20l322 390h221l-307 -416l155 -382l-187 -1z" />
239
+ <glyph unicode="&#x203a;" horiz-adv-x="611" d="M-20 115l307 415l-154 383l188 1l204 -387l-1 -22l-322 -390h-222z" />
240
+ <glyph unicode="&#x205f;" horiz-adv-x="483" />
241
+ <glyph unicode="&#x20ac;" d="M65 508l29 160h159l22 122h-161l29 159l151 -1q36 125 98.5 224t150 167t199 103t244.5 34q60 -1 118 -10t116 -22l-71 -270q-38 15 -76.5 23.5t-79.5 10.5q-138 3 -224 -65.5t-130 -194.5l310 1l-28 -159h-302l-22 -122h303l-28 -160h-299q-31 -252 220 -256q46 -1 90 7 t88 22l15 -273q-62 -13 -124.5 -20t-125.5 -6q-116 2 -215 39t-168 105t-101.5 165t-15.5 219z" />
242
+ <glyph unicode="&#x2122;" horiz-adv-x="1269" d="M248 1340l20 116h409l-21 -116h-117l-74 -423h-165l74 423h-126zM644 913l95 543h171l39 -354l175 354h171l-95 -543l-145 1l56 311l-143 -312h-83l-35 350l-62 -350h-144z" />
243
+ <glyph unicode="&#x25fc;" horiz-adv-x="1080" d="M0 0v1080h1080v-1080h-1080z" />
244
+ <glyph unicode="&#xfb02;" horiz-adv-x="1286" d="M54 848l40 234l152 1l12 87q12 93 49.5 166t96 123t136.5 75.5t172 24.5q42 0 82 -7t81 -15l-25 -249q-19 5 -38.5 8.5t-39.5 3.5q-33 0 -63 -7.5t-54 -23.5t-40.5 -40.5t-23.5 -58.5l-15 -88h205l-40 -234h-205l-147 -848h-330l147 848h-152zM734 0l266 1536h330 l-266 -1536h-330z" />
245
+ <glyph unicode="&#xfb03;" horiz-adv-x="2003" d="M54 848l40 234l152 1l12 87q12 93 49.5 166t96 123t136.5 75.5t172 24.5q42 0 82 -7t81 -15l-25 -249q-19 5 -38.5 8.5t-39.5 3.5q-33 0 -63 -7.5t-54 -23.5t-40.5 -40.5t-23.5 -58.5l-15 -88h205l-40 -234h-205l-147 -848h-330l147 848h-152zM788 848l41 234l142 -1 l6 31q21 111 69 195t120 140.5t166 84t207 26.5q88 -1 173 -18t171 -39l-70 -268q-67 21 -134 34.5t-138 12.5q-86 0 -149 -41.5t-85 -127.5l-7 -30l217 1l-42 -234h-205l-147 -848h-330l147 848h-152zM1452 0l187 1082h331l-188 -1082h-330z" />
246
+ <glyph unicode="&#xfb04;" horiz-adv-x="2016" d="M54 848l40 234l152 1l12 87q12 93 49.5 166t96 123t136.5 75.5t172 24.5q42 0 82 -7t81 -15l-25 -249q-19 5 -38.5 8.5t-39.5 3.5q-33 0 -63 -7.5t-54 -23.5t-40.5 -40.5t-23.5 -58.5l-15 -88h205l-40 -234h-205l-147 -848h-330l147 848h-152zM784 848l40 234l152 1 l12 87q12 93 49.5 166t96 123t136.5 75.5t172 24.5q42 0 82 -7t81 -15l-25 -249q-19 5 -38.5 8.5t-39.5 3.5q-33 0 -63 -7.5t-54 -23.5t-40.5 -40.5t-23.5 -58.5l-15 -88h205l-40 -234h-205l-147 -848h-330l147 848h-152zM1464 0l266 1536h330l-266 -1536h-330z" />
247
+ <hkern u1="&#x20;" u2="T" k="60" />
248
+ <hkern u1="&#x22;" u2="w" k="-11" />
249
+ <hkern u1="&#x27;" u2="w" k="-11" />
250
+ <hkern u1="&#x28;" u2="&#x178;" k="-22" />
251
+ <hkern u1="&#x28;" u2="&#xdd;" k="-22" />
252
+ <hkern u1="&#x28;" u2="Y" k="-22" />
253
+ <hkern u1="&#x28;" u2="W" k="-38" />
254
+ <hkern u1="&#x28;" u2="V" k="-20" />
255
+ <hkern u1="&#x2f;" u2="&#x2f;" k="248" />
256
+ <hkern u1="A" u2="w" k="33" />
257
+ <hkern u1="A" u2="t" k="17" />
258
+ <hkern u1="A" u2="&#x3f;" k="81" />
259
+ <hkern u1="C" u2="&#x7d;" k="17" />
260
+ <hkern u1="C" u2="]" k="12" />
261
+ <hkern u1="C" u2="&#x29;" k="26" />
262
+ <hkern u1="D" u2="&#xc6;" k="33" />
263
+ <hkern u1="E" u2="w" k="22" />
264
+ <hkern u1="E" u2="f" k="18" />
265
+ <hkern u1="F" u2="&#x2026;" k="274" />
266
+ <hkern u1="F" u2="&#x201e;" k="274" />
267
+ <hkern u1="F" u2="&#x201a;" k="274" />
268
+ <hkern u1="F" u2="&#x153;" k="21" />
269
+ <hkern u1="F" u2="&#xff;" k="24" />
270
+ <hkern u1="F" u2="&#xfd;" k="24" />
271
+ <hkern u1="F" u2="&#xfc;" k="22" />
272
+ <hkern u1="F" u2="&#xfb;" k="22" />
273
+ <hkern u1="F" u2="&#xfa;" k="22" />
274
+ <hkern u1="F" u2="&#xf9;" k="22" />
275
+ <hkern u1="F" u2="&#xf6;" k="21" />
276
+ <hkern u1="F" u2="&#xf5;" k="21" />
277
+ <hkern u1="F" u2="&#xf4;" k="21" />
278
+ <hkern u1="F" u2="&#xf3;" k="21" />
279
+ <hkern u1="F" u2="&#xf2;" k="21" />
280
+ <hkern u1="F" u2="&#xeb;" k="21" />
281
+ <hkern u1="F" u2="&#xea;" k="21" />
282
+ <hkern u1="F" u2="&#xe9;" k="21" />
283
+ <hkern u1="F" u2="&#xe8;" k="21" />
284
+ <hkern u1="F" u2="&#xe7;" k="21" />
285
+ <hkern u1="F" u2="&#xe5;" k="34" />
286
+ <hkern u1="F" u2="&#xe4;" k="34" />
287
+ <hkern u1="F" u2="&#xe3;" k="34" />
288
+ <hkern u1="F" u2="&#xe2;" k="34" />
289
+ <hkern u1="F" u2="&#xe1;" k="34" />
290
+ <hkern u1="F" u2="&#xe0;" k="34" />
291
+ <hkern u1="F" u2="&#xc5;" k="192" />
292
+ <hkern u1="F" u2="&#xc4;" k="192" />
293
+ <hkern u1="F" u2="&#xc3;" k="192" />
294
+ <hkern u1="F" u2="&#xc2;" k="192" />
295
+ <hkern u1="F" u2="&#xc1;" k="192" />
296
+ <hkern u1="F" u2="&#xc0;" k="192" />
297
+ <hkern u1="F" u2="y" k="24" />
298
+ <hkern u1="F" u2="v" k="24" />
299
+ <hkern u1="F" u2="u" k="22" />
300
+ <hkern u1="F" u2="r" k="26" />
301
+ <hkern u1="F" u2="q" k="21" />
302
+ <hkern u1="F" u2="o" k="21" />
303
+ <hkern u1="F" u2="g" k="21" />
304
+ <hkern u1="F" u2="e" k="21" />
305
+ <hkern u1="F" u2="d" k="21" />
306
+ <hkern u1="F" u2="c" k="21" />
307
+ <hkern u1="F" u2="a" k="34" />
308
+ <hkern u1="F" u2="T" k="-20" />
309
+ <hkern u1="F" u2="J" k="208" />
310
+ <hkern u1="F" u2="A" k="192" />
311
+ <hkern u1="F" u2="&#x2e;" k="274" />
312
+ <hkern u1="F" u2="&#x2c;" k="274" />
313
+ <hkern u1="K" u2="w" k="63" />
314
+ <hkern u1="L" u2="w" k="52" />
315
+ <hkern u1="O" u2="&#xc6;" k="33" />
316
+ <hkern u1="P" u2="&#xc6;" k="297" />
317
+ <hkern u1="P" u2="t" k="-14" />
318
+ <hkern u1="Q" u2="&#x178;" k="35" />
319
+ <hkern u1="Q" u2="&#xdd;" k="35" />
320
+ <hkern u1="Q" u2="Y" k="35" />
321
+ <hkern u1="Q" u2="W" k="20" />
322
+ <hkern u1="Q" u2="V" k="28" />
323
+ <hkern u1="Q" u2="T" k="33" />
324
+ <hkern u1="R" u2="&#x178;" k="48" />
325
+ <hkern u1="R" u2="&#xdd;" k="48" />
326
+ <hkern u1="R" u2="Y" k="48" />
327
+ <hkern u1="R" u2="V" k="19" />
328
+ <hkern u1="R" u2="T" k="50" />
329
+ <hkern u1="T" u2="&#xf8;" k="95" />
330
+ <hkern u1="T" u2="&#xe6;" k="84" />
331
+ <hkern u1="T" u2="&#xc6;" k="189" />
332
+ <hkern u1="T" u2="&#xbb;" k="146" />
333
+ <hkern u1="T" u2="&#xab;" k="148" />
334
+ <hkern u1="T" u2="w" k="47" />
335
+ <hkern u1="T" u2="r" k="65" />
336
+ <hkern u1="T" u2="&#x20;" k="60" />
337
+ <hkern u1="V" u2="&#x7d;" k="-19" />
338
+ <hkern u1="V" u2="r" k="30" />
339
+ <hkern u1="V" u2="]" k="-17" />
340
+ <hkern u1="V" u2="&#x29;" k="-20" />
341
+ <hkern u1="W" u2="&#x7d;" k="-14" />
342
+ <hkern u1="W" u2="r" k="21" />
343
+ <hkern u1="W" u2="]" k="-12" />
344
+ <hkern u1="W" u2="&#x29;" k="-15" />
345
+ <hkern u1="Y" u2="&#x2022;" k="45" />
346
+ <hkern u1="Y" u2="&#xf8;" k="64" />
347
+ <hkern u1="Y" u2="&#xe6;" k="63" />
348
+ <hkern u1="Y" u2="&#xc6;" k="96" />
349
+ <hkern u1="Y" u2="&#xbb;" k="51" />
350
+ <hkern u1="Y" u2="&#xab;" k="82" />
351
+ <hkern u1="Y" u2="&#x7d;" k="-19" />
352
+ <hkern u1="Y" u2="t" k="22" />
353
+ <hkern u1="Y" u2="r" k="40" />
354
+ <hkern u1="Y" u2="f" k="22" />
355
+ <hkern u1="Y" u2="]" k="-18" />
356
+ <hkern u1="Y" u2="&#x2a;" k="49" />
357
+ <hkern u1="Y" u2="&#x29;" k="-20" />
358
+ <hkern u1="Y" u2="&#x26;" k="30" />
359
+ <hkern u1="Z" u2="w" k="27" />
360
+ <hkern u1="[" u2="&#xdc;" k="18" />
361
+ <hkern u1="[" u2="&#xdb;" k="18" />
362
+ <hkern u1="[" u2="&#xda;" k="18" />
363
+ <hkern u1="[" u2="&#xd9;" k="18" />
364
+ <hkern u1="[" u2="U" k="18" />
365
+ <hkern u1="[" u2="J" k="18" />
366
+ <hkern u1="e" u2="&#x2019;" k="64" />
367
+ <hkern u1="f" u2="&#x201d;" k="-16" />
368
+ <hkern u1="f" u2="&#x201c;" k="-16" />
369
+ <hkern u1="f" u2="&#x2019;" k="-16" />
370
+ <hkern u1="f" u2="&#x2018;" k="-16" />
371
+ <hkern u1="f" u2="&#x153;" k="24" />
372
+ <hkern u1="f" u2="&#xeb;" k="24" />
373
+ <hkern u1="f" u2="&#xea;" k="24" />
374
+ <hkern u1="f" u2="&#xe9;" k="24" />
375
+ <hkern u1="f" u2="&#xe8;" k="24" />
376
+ <hkern u1="f" u2="&#xe7;" k="24" />
377
+ <hkern u1="f" u2="&#x7d;" k="-19" />
378
+ <hkern u1="f" u2="q" k="24" />
379
+ <hkern u1="f" u2="g" k="24" />
380
+ <hkern u1="f" u2="e" k="24" />
381
+ <hkern u1="f" u2="d" k="24" />
382
+ <hkern u1="f" u2="c" k="24" />
383
+ <hkern u1="f" u2="]" k="-18" />
384
+ <hkern u1="f" u2="&#x29;" k="-20" />
385
+ <hkern u1="f" u2="&#x27;" k="-16" />
386
+ <hkern u1="f" u2="&#x22;" k="-16" />
387
+ <hkern u1="h" u2="&#x2019;" k="104" />
388
+ <hkern u1="k" u2="&#x153;" k="20" />
389
+ <hkern u1="k" u2="&#xeb;" k="20" />
390
+ <hkern u1="k" u2="&#xea;" k="20" />
391
+ <hkern u1="k" u2="&#xe9;" k="20" />
392
+ <hkern u1="k" u2="&#xe8;" k="20" />
393
+ <hkern u1="k" u2="&#xe7;" k="20" />
394
+ <hkern u1="k" u2="q" k="20" />
395
+ <hkern u1="k" u2="g" k="20" />
396
+ <hkern u1="k" u2="e" k="20" />
397
+ <hkern u1="k" u2="d" k="20" />
398
+ <hkern u1="k" u2="c" k="20" />
399
+ <hkern u1="m" u2="&#x2019;" k="120" />
400
+ <hkern u1="n" u2="&#x2019;" k="120" />
401
+ <hkern u1="o" u2="&#x2019;" k="112" />
402
+ <hkern u1="r" u2="&#x2019;" k="-16" />
403
+ <hkern u1="r" u2="w" k="-17" />
404
+ <hkern u1="r" u2="t" k="-50" />
405
+ <hkern u1="r" u2="f" k="-20" />
406
+ <hkern u1="t" u2="&#x2019;" k="-24" />
407
+ <hkern u1="t" u2="&#xf6;" k="30" />
408
+ <hkern u1="t" u2="&#xf5;" k="30" />
409
+ <hkern u1="t" u2="&#xf4;" k="30" />
410
+ <hkern u1="t" u2="&#xf3;" k="30" />
411
+ <hkern u1="t" u2="&#xf2;" k="30" />
412
+ <hkern u1="t" u2="o" k="30" />
413
+ <hkern u1="v" u2="f" k="-13" />
414
+ <hkern u1="w" u2="&#x2026;" k="124" />
415
+ <hkern u1="w" u2="&#x201e;" k="124" />
416
+ <hkern u1="w" u2="&#x201a;" k="124" />
417
+ <hkern u1="w" u2="&#x2e;" k="124" />
418
+ <hkern u1="w" u2="&#x2c;" k="124" />
419
+ <hkern u1="y" u2="f" k="-13" />
420
+ <hkern u1="&#x7b;" u2="&#xdc;" k="20" />
421
+ <hkern u1="&#x7b;" u2="&#xdb;" k="20" />
422
+ <hkern u1="&#x7b;" u2="&#xda;" k="20" />
423
+ <hkern u1="&#x7b;" u2="&#xd9;" k="20" />
424
+ <hkern u1="&#x7b;" u2="U" k="20" />
425
+ <hkern u1="&#x7b;" u2="J" k="20" />
426
+ <hkern u1="&#xc0;" u2="w" k="33" />
427
+ <hkern u1="&#xc0;" u2="t" k="17" />
428
+ <hkern u1="&#xc0;" u2="&#x3f;" k="81" />
429
+ <hkern u1="&#xc1;" u2="w" k="33" />
430
+ <hkern u1="&#xc1;" u2="t" k="17" />
431
+ <hkern u1="&#xc1;" u2="&#x3f;" k="81" />
432
+ <hkern u1="&#xc2;" u2="w" k="33" />
433
+ <hkern u1="&#xc2;" u2="t" k="17" />
434
+ <hkern u1="&#xc2;" u2="&#x3f;" k="81" />
435
+ <hkern u1="&#xc3;" u2="w" k="33" />
436
+ <hkern u1="&#xc3;" u2="t" k="17" />
437
+ <hkern u1="&#xc3;" u2="&#x3f;" k="81" />
438
+ <hkern u1="&#xc4;" u2="w" k="33" />
439
+ <hkern u1="&#xc4;" u2="t" k="17" />
440
+ <hkern u1="&#xc4;" u2="&#x3f;" k="81" />
441
+ <hkern u1="&#xc5;" u2="w" k="33" />
442
+ <hkern u1="&#xc5;" u2="t" k="17" />
443
+ <hkern u1="&#xc5;" u2="&#x3f;" k="81" />
444
+ <hkern u1="&#xc7;" u2="&#x7d;" k="17" />
445
+ <hkern u1="&#xc7;" u2="]" k="12" />
446
+ <hkern u1="&#xc7;" u2="&#x29;" k="26" />
447
+ <hkern u1="&#xc8;" u2="w" k="22" />
448
+ <hkern u1="&#xc8;" u2="f" k="18" />
449
+ <hkern u1="&#xc9;" u2="w" k="22" />
450
+ <hkern u1="&#xc9;" u2="f" k="18" />
451
+ <hkern u1="&#xca;" u2="w" k="22" />
452
+ <hkern u1="&#xca;" u2="f" k="18" />
453
+ <hkern u1="&#xcb;" u2="w" k="22" />
454
+ <hkern u1="&#xcb;" u2="f" k="18" />
455
+ <hkern u1="&#xd0;" u2="&#xc6;" k="33" />
456
+ <hkern u1="&#xd2;" u2="&#xc6;" k="33" />
457
+ <hkern u1="&#xd3;" u2="&#xc6;" k="33" />
458
+ <hkern u1="&#xd4;" u2="&#xc6;" k="33" />
459
+ <hkern u1="&#xd5;" u2="&#xc6;" k="33" />
460
+ <hkern u1="&#xd6;" u2="&#xc6;" k="33" />
461
+ <hkern u1="&#xdd;" u2="&#x2022;" k="45" />
462
+ <hkern u1="&#xdd;" u2="&#xf8;" k="64" />
463
+ <hkern u1="&#xdd;" u2="&#xe6;" k="63" />
464
+ <hkern u1="&#xdd;" u2="&#xc6;" k="96" />
465
+ <hkern u1="&#xdd;" u2="&#xbb;" k="51" />
466
+ <hkern u1="&#xdd;" u2="&#xab;" k="82" />
467
+ <hkern u1="&#xdd;" u2="&#x7d;" k="-19" />
468
+ <hkern u1="&#xdd;" u2="t" k="22" />
469
+ <hkern u1="&#xdd;" u2="r" k="40" />
470
+ <hkern u1="&#xdd;" u2="f" k="22" />
471
+ <hkern u1="&#xdd;" u2="]" k="-18" />
472
+ <hkern u1="&#xdd;" u2="&#x2a;" k="49" />
473
+ <hkern u1="&#xdd;" u2="&#x29;" k="-20" />
474
+ <hkern u1="&#xdd;" u2="&#x26;" k="30" />
475
+ <hkern u1="&#xe8;" u2="&#x2019;" k="64" />
476
+ <hkern u1="&#xe9;" u2="&#x2019;" k="64" />
477
+ <hkern u1="&#xea;" u2="&#x2019;" k="64" />
478
+ <hkern u1="&#xeb;" u2="&#x2019;" k="64" />
479
+ <hkern u1="&#xf1;" u2="&#x2019;" k="120" />
480
+ <hkern u1="&#xf2;" u2="&#x2019;" k="112" />
481
+ <hkern u1="&#xf3;" u2="&#x2019;" k="112" />
482
+ <hkern u1="&#xf4;" u2="&#x2019;" k="112" />
483
+ <hkern u1="&#xf5;" u2="&#x2019;" k="112" />
484
+ <hkern u1="&#xf6;" u2="&#x2019;" k="112" />
485
+ <hkern u1="&#xfd;" u2="f" k="-13" />
486
+ <hkern u1="&#xff;" u2="f" k="-13" />
487
+ <hkern u1="&#x178;" u2="&#x2022;" k="45" />
488
+ <hkern u1="&#x178;" u2="&#xf8;" k="64" />
489
+ <hkern u1="&#x178;" u2="&#xe6;" k="63" />
490
+ <hkern u1="&#x178;" u2="&#xc6;" k="96" />
491
+ <hkern u1="&#x178;" u2="&#xbb;" k="51" />
492
+ <hkern u1="&#x178;" u2="&#xab;" k="82" />
493
+ <hkern u1="&#x178;" u2="&#x7d;" k="-19" />
494
+ <hkern u1="&#x178;" u2="t" k="22" />
495
+ <hkern u1="&#x178;" u2="r" k="40" />
496
+ <hkern u1="&#x178;" u2="f" k="22" />
497
+ <hkern u1="&#x178;" u2="]" k="-18" />
498
+ <hkern u1="&#x178;" u2="&#x2a;" k="49" />
499
+ <hkern u1="&#x178;" u2="&#x29;" k="-20" />
500
+ <hkern u1="&#x178;" u2="&#x26;" k="30" />
501
+ <hkern u1="&#x2018;" u2="w" k="-11" />
502
+ <hkern u1="&#x2019;" u2="&#x153;" k="104" />
503
+ <hkern u1="&#x2019;" u2="&#xf6;" k="144" />
504
+ <hkern u1="&#x2019;" u2="&#xf5;" k="144" />
505
+ <hkern u1="&#x2019;" u2="&#xf4;" k="144" />
506
+ <hkern u1="&#x2019;" u2="&#xf3;" k="144" />
507
+ <hkern u1="&#x2019;" u2="&#xf2;" k="144" />
508
+ <hkern u1="&#x2019;" u2="&#xeb;" k="104" />
509
+ <hkern u1="&#x2019;" u2="&#xea;" k="104" />
510
+ <hkern u1="&#x2019;" u2="&#xe9;" k="104" />
511
+ <hkern u1="&#x2019;" u2="&#xe8;" k="104" />
512
+ <hkern u1="&#x2019;" u2="&#xe7;" k="104" />
513
+ <hkern u1="&#x2019;" u2="w" k="-11" />
514
+ <hkern u1="&#x2019;" u2="s" k="232" />
515
+ <hkern u1="&#x2019;" u2="q" k="104" />
516
+ <hkern u1="&#x2019;" u2="o" k="144" />
517
+ <hkern u1="&#x2019;" u2="g" k="104" />
518
+ <hkern u1="&#x2019;" u2="e" k="104" />
519
+ <hkern u1="&#x2019;" u2="d" k="104" />
520
+ <hkern u1="&#x2019;" u2="c" k="104" />
521
+ <hkern u1="&#x201c;" u2="w" k="-11" />
522
+ <hkern u1="&#x201d;" u2="w" k="-11" />
523
+ <hkern g1="B" g2="V" k="24" />
524
+ <hkern g1="B" g2="Y,Yacute,Ydieresis" k="55" />
525
+ <hkern g1="B" g2="T" k="27" />
526
+ <hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="Y,Yacute,Ydieresis" k="28" />
527
+ <hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="T" k="29" />
528
+ <hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-18" />
529
+ <hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="X" k="-17" />
530
+ <hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="V" k="22" />
531
+ <hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Y,Yacute,Ydieresis" k="43" />
532
+ <hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="T" k="85" />
533
+ <hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="21" />
534
+ <hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="X" k="22" />
535
+ <hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Z" k="23" />
536
+ <hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="122" />
537
+ <hkern g1="C,Ccedilla" g2="T" k="29" />
538
+ <hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="19" />
539
+ <hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="v,y,yacute,ydieresis" k="26" />
540
+ <hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="T" k="-20" />
541
+ <hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="17" />
542
+ <hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" />
543
+ <hkern g1="T" g2="z" k="60" />
544
+ <hkern g1="T" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="208" />
545
+ <hkern g1="T" g2="v,y,yacute,ydieresis" k="82" />
546
+ <hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="28" />
547
+ <hkern g1="T" g2="V" k="-16" />
548
+ <hkern g1="T" g2="m,n,p,ntilde" k="89" />
549
+ <hkern g1="T" g2="Y,Yacute,Ydieresis" k="-16" />
550
+ <hkern g1="T" g2="T" k="-16" />
551
+ <hkern g1="T" g2="u,ugrave,uacute,ucircumflex,udieresis" k="65" />
552
+ <hkern g1="T" g2="W" k="-15" />
553
+ <hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="120" />
554
+ <hkern g1="T" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="258" />
555
+ <hkern g1="T" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="89" />
556
+ <hkern g1="T" g2="x" k="77" />
557
+ <hkern g1="T" g2="s" k="76" />
558
+ <hkern g1="T" g2="hyphen,uni00AD,endash,emdash" k="272" />
559
+ <hkern g1="T" g2="S" k="16" />
560
+ <hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="168" />
561
+ <hkern g1="T" g2="J" k="216" />
562
+ <hkern g1="K" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="27" />
563
+ <hkern g1="K" g2="v,y,yacute,ydieresis" k="40" />
564
+ <hkern g1="K" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="31" />
565
+ <hkern g1="K" g2="u,ugrave,uacute,ucircumflex,udieresis" k="23" />
566
+ <hkern g1="K" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" />
567
+ <hkern g1="K" g2="hyphen,uni00AD,endash,emdash" k="164" />
568
+ <hkern g1="L" g2="v,y,yacute,ydieresis" k="123" />
569
+ <hkern g1="L" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="64" />
570
+ <hkern g1="L" g2="V" k="206" />
571
+ <hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="24" />
572
+ <hkern g1="L" g2="Y,Yacute,Ydieresis" k="279" />
573
+ <hkern g1="L" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="288" />
574
+ <hkern g1="L" g2="T" k="205" />
575
+ <hkern g1="L" g2="u,ugrave,uacute,ucircumflex,udieresis" k="14" />
576
+ <hkern g1="L" g2="W" k="93" />
577
+ <hkern g1="L" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-19" />
578
+ <hkern g1="P" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="13" />
579
+ <hkern g1="P" g2="v,y,yacute,ydieresis" k="-15" />
580
+ <hkern g1="P" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="178" />
581
+ <hkern g1="P" g2="X" k="51" />
582
+ <hkern g1="P" g2="Z" k="36" />
583
+ <hkern g1="P" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="404" />
584
+ <hkern g1="P" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" />
585
+ <hkern g1="P" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="11" />
586
+ <hkern g1="P" g2="J" k="184" />
587
+ <hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="22" />
588
+ <hkern g1="V" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="46" />
589
+ <hkern g1="V" g2="v,y,yacute,ydieresis" k="11" />
590
+ <hkern g1="V" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="13" />
591
+ <hkern g1="V" g2="u,ugrave,uacute,ucircumflex,udieresis" k="28" />
592
+ <hkern g1="V" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="75" />
593
+ <hkern g1="V" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="215" />
594
+ <hkern g1="V" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="44" />
595
+ <hkern g1="V" g2="hyphen,uni00AD,endash,emdash" k="157" />
596
+ <hkern g1="V" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="46" />
597
+ <hkern g1="X" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="21" />
598
+ <hkern g1="X" g2="v,y,yacute,ydieresis" k="31" />
599
+ <hkern g1="X" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="25" />
600
+ <hkern g1="X" g2="V" k="-14" />
601
+ <hkern g1="X" g2="u,ugrave,uacute,ucircumflex,udieresis" k="21" />
602
+ <hkern g1="X" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" />
603
+ <hkern g1="X" g2="hyphen,uni00AD,endash,emdash" k="156" />
604
+ <hkern g1="Y,Yacute,Ydieresis" g2="z" k="30" />
605
+ <hkern g1="Y,Yacute,Ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="65" />
606
+ <hkern g1="Y,Yacute,Ydieresis" g2="v,y,yacute,ydieresis" k="20" />
607
+ <hkern g1="Y,Yacute,Ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="29" />
608
+ <hkern g1="Y,Yacute,Ydieresis" g2="V" k="-18" />
609
+ <hkern g1="Y,Yacute,Ydieresis" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="96" />
610
+ <hkern g1="Y,Yacute,Ydieresis" g2="m,n,p,ntilde" k="40" />
611
+ <hkern g1="Y,Yacute,Ydieresis" g2="Y,Yacute,Ydieresis" k="-18" />
612
+ <hkern g1="Y,Yacute,Ydieresis" g2="T" k="-17" />
613
+ <hkern g1="Y,Yacute,Ydieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="39" />
614
+ <hkern g1="Y,Yacute,Ydieresis" g2="W" k="-17" />
615
+ <hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="150" />
616
+ <hkern g1="Y,Yacute,Ydieresis" g2="X" k="-13" />
617
+ <hkern g1="Y,Yacute,Ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="231" />
618
+ <hkern g1="Y,Yacute,Ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="65" />
619
+ <hkern g1="Y,Yacute,Ydieresis" g2="x" k="23" />
620
+ <hkern g1="Y,Yacute,Ydieresis" g2="s" k="58" />
621
+ <hkern g1="Y,Yacute,Ydieresis" g2="hyphen,uni00AD,endash,emdash" k="152" />
622
+ <hkern g1="Y,Yacute,Ydieresis" g2="S" k="16" />
623
+ <hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="63" />
624
+ <hkern g1="Y,Yacute,Ydieresis" g2="J" k="96" />
625
+ <hkern g1="W" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="31" />
626
+ <hkern g1="W" g2="T" k="-14" />
627
+ <hkern g1="W" g2="u,ugrave,uacute,ucircumflex,udieresis" k="19" />
628
+ <hkern g1="W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="43" />
629
+ <hkern g1="W" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="143" />
630
+ <hkern g1="W" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="31" />
631
+ <hkern g1="W" g2="hyphen,uni00AD,endash,emdash" k="60" />
632
+ <hkern g1="W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="33" />
633
+ <hkern g1="Z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="21" />
634
+ <hkern g1="Z" g2="v,y,yacute,ydieresis" k="27" />
635
+ <hkern g1="Z" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="26" />
636
+ <hkern g1="Z" g2="u,ugrave,uacute,ucircumflex,udieresis" k="19" />
637
+ <hkern g1="Z" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-13" />
638
+ <hkern g1="Z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="21" />
639
+ <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="v,y,yacute,ydieresis" k="15" />
640
+ <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="17" />
641
+ <hkern g1="c,ccedilla" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="11" />
642
+ <hkern g1="b,p,thorn" g2="z" k="15" />
643
+ <hkern g1="b,p,thorn" g2="v,y,yacute,ydieresis" k="11" />
644
+ <hkern g1="b,p,thorn" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="29" />
645
+ <hkern g1="b,p,thorn" g2="x" k="15" />
646
+ <hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="v,y,yacute,ydieresis" k="13" />
647
+ <hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="14" />
648
+ <hkern g1="h,m,n,ntilde" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="80" />
649
+ <hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="z" k="16" />
650
+ <hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="v,y,yacute,ydieresis" k="15" />
651
+ <hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="88" />
652
+ <hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="x" k="21" />
653
+ <hkern g1="v,y,yacute,ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="15" />
654
+ <hkern g1="v,y,yacute,ydieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-15" />
655
+ <hkern g1="v,y,yacute,ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="167" />
656
+ <hkern g1="v,y,yacute,ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" />
657
+ <hkern g1="v,y,yacute,ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="15" />
658
+ <hkern g1="r" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="36" />
659
+ <hkern g1="r" g2="v,y,yacute,ydieresis" k="-18" />
660
+ <hkern g1="r" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-16" />
661
+ <hkern g1="r" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="173" />
662
+ <hkern g1="r" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" />
663
+ <hkern g1="r" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="30" />
664
+ <hkern g1="x" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="40" />
665
+ <hkern g1="x" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="20" />
666
+ <hkern g1="z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="16" />
667
+ <hkern g1="z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="16" />
668
+ <hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="91" />
669
+ <hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="m,n,p,ntilde" k="20" />
670
+ <hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="37" />
671
+ <hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="120" />
672
+ <hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="59" />
673
+ <hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="s" k="92" />
674
+ <hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="50" />
675
+ <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="285" />
676
+ </font>
677
+ </defs></svg>