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,668 @@
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="robotothin_italic" horiz-adv-x="1097" >
7
+ <font-face units-per-em="2048" ascent="1536" descent="-512" />
8
+ <missing-glyph horiz-adv-x="485" />
9
+ <glyph unicode="&#xfb01;" horiz-adv-x="1045" d="M139 1027l7 55h183l23 134q13 73 43.5 135t77 107.5t109 71.5t139.5 27q67 1 131 -14t124 -44l-14 -50q-58 28 -116.5 41.5t-123.5 12.5q-64 -1 -117 -23.5t-93 -60.5t-66.5 -90t-38.5 -113l-24 -134h277l-8 -55h-278l-177 -1027h-54l176 1027h-180zM701 0l186 1082h54 l-186 -1082h-54z" />
10
+ <glyph horiz-adv-x="0" />
11
+ <glyph unicode="&#xd;" horiz-adv-x="485" />
12
+ <glyph horiz-adv-x="10" />
13
+ <glyph horiz-adv-x="10" />
14
+ <glyph horiz-adv-x="10" />
15
+ <glyph unicode="&#x9;" horiz-adv-x="10" />
16
+ <glyph unicode=" " horiz-adv-x="485" />
17
+ <glyph unicode="&#x09;" horiz-adv-x="485" />
18
+ <glyph unicode="&#xa0;" horiz-adv-x="485" />
19
+ <glyph unicode="!" horiz-adv-x="395" d="M47 51q3 20 21.5 37t39.5 17q23 0 37 -18t11 -40q-3 -20 -22 -36.5t-40 -16.5q-23 1 -37 18t-10 39zM128 401l181 1055h54l-181 -1055h-54z" />
20
+ <glyph unicode="&#x22;" horiz-adv-x="515" d="M227 1122l47 273l21 141h55l-22 -148l-51 -266h-50zM422 1122l47 273l22 141h54l-22 -148l-51 -266h-50z" />
21
+ <glyph unicode="#" horiz-adv-x="1237" d="M31 410l7 52h272l183 524h-289l8 54h300l145 415h57l-145 -415h350l146 415h57l-145 -415h245l-8 -54h-255l-185 -524h275l-7 -52h-285l-144 -410h-56l142 410h-349l-143 -410h-57l142 410h-261zM368 462h348l185 524h-351z" />
22
+ <glyph unicode="$" d="M87 409h53q-11 -86 7.5 -156t62.5 -119.5t111 -76t154 -25.5q70 1 137 23t121.5 62.5t93 98t51.5 128.5q14 77 -7.5 133.5t-65 98.5t-103.5 72t-123 54q-73 28 -140 62t-115 80.5t-72 111t-10 154.5q12 83 50.5 148.5t95.5 112t129.5 73t153.5 32.5l31 187h55l-31 -187 q91 -8 155 -43.5t101.5 -92.5t50 -132t1.5 -161h-53q10 76 -2 144t-47.5 120t-94.5 82.5t-142 30.5q-72 0 -138 -21.5t-120 -62t-91 -98t-50 -130.5q-14 -80 6.5 -136.5t64 -97.5t103.5 -70t126 -54q72 -27 138.5 -61t115 -81.5t72.5 -112.5t11 -153q-12 -83 -50 -148 t-95 -111t-128.5 -73t-151.5 -34l-31 -188h-55l31 187q-95 5 -168.5 37t-121.5 87t-68 132.5t-8 173.5z" />
23
+ <glyph unicode="%" horiz-adv-x="1491" d="M197 1099l12 77q10 57 37 111t67.5 96t93 68t115.5 26q62 0 106.5 -26.5t71.5 -69t36.5 -96.5t1.5 -109l-13 -77q-10 -57 -36.5 -110.5t-66 -95.5t-92 -67.5t-114.5 -25.5t-107 26t-73 68t-37.5 95.5t-1.5 109.5zM248.5 1010.5q5.5 -43.5 25.5 -78t55 -56t87 -21.5 q51 0 93.5 21t75 55t54 77.5t30.5 90.5l15 77q7 44 2 87.5t-24 79t-53.5 57.5t-86.5 22q-51 0 -94 -21t-76 -55.5t-55 -78.5t-32 -91l-14 -77q-8 -45 -2.5 -88.5zM289 164l885 1135l42 -32l-885 -1135zM788 279l13 78q10 57 37 111t67 96t92.5 67.5t114.5 25.5t107 -26 t72 -68.5t36.5 -96.5t1.5 -109l-12 -78q-11 -57 -37 -111t-66 -96t-92.5 -67.5t-115.5 -25.5q-62 0 -107 26t-72 68.5t-37 96t-2 109.5zM840.5 190.5q5.5 -43.5 25 -78t54 -56.5t86.5 -22t94.5 20.5t75 55t54 78.5t31.5 91l14 78q7 45 2.5 89t-23.5 78.5t-54 56t-88 21.5 t-95.5 -20.5t-75 -54.5t-53.5 -78t-31 -92l-15 -78q-7 -45 -1.5 -88.5z" />
24
+ <glyph unicode="&#x26;" horiz-adv-x="1220" d="M72 352q10 66 40.5 124t73.5 109t94 95t102 82l59 41q-25 42 -47.5 85t-37.5 88.5t-21 93t2 97.5q10 65 39 121.5t73.5 98.5t102.5 66t126 24q57 0 103.5 -20t78 -55t45.5 -83.5t5 -105.5q-7 -47 -30 -89t-55.5 -79t-70 -68.5t-73.5 -58.5l-171 -124l373 -536 q69 82 111 175t61 199h55q-20 -119 -67 -223t-127 -194l152 -215h-64l-123 175q-47 -41 -97.5 -76.5t-105.5 -61.5t-114.5 -41.5t-123.5 -15.5q-84 0 -156.5 24.5t-124 72t-76 116.5t-11.5 159zM126 352q-12 -76 8.5 -135t65 -99.5t107 -62t133.5 -21.5q59 0 114.5 14 t106.5 39t98.5 58.5t89.5 72.5l-353 507l-26 38l-57 -40q-45 -34 -91.5 -74t-87 -86.5t-69.5 -99t-39 -111.5zM389 1080q4 -44 17 -86t32.5 -82t42.5 -77l174 125q31 23 63.5 50t60 58.5t47.5 67.5t28 77q8 45 -1.5 83t-33.5 66t-60 44.5t-81 16.5q-56 0 -104 -20t-85 -54.5 t-62 -80.5t-34 -99q-8 -45 -4 -89z" />
25
+ <glyph unicode="'" horiz-adv-x="340" d="M213 1122l47 248l26 166h55l-27 -174l-50 -240h-51z" />
26
+ <glyph unicode="(" horiz-adv-x="599" d="M114.5 203.5q-2.5 96.5 4.5 189t19 173.5l3 20q14 90 38 188.5t58.5 197t80.5 194.5t103.5 181t128 155.5t154.5 120.5l13 -45q-77 -50 -141 -119t-117.5 -150t-96 -171.5t-74.5 -183.5t-55 -185.5t-37 -178.5l-5 -26q-11 -73 -18 -161t-5.5 -181t14 -187t40 -180 t72 -159t111.5 -124l-24 -41q-73 55 -123 130.5t-81 164t-45.5 185t-17 193z" />
27
+ <glyph unicode=")" horiz-adv-x="614" d="M-133 -425q76 50 140.5 119t117.5 150.5t95.5 172t75 183.5t55.5 185.5t37 178.5l5 26q11 73 18 161t5.5 181t-14 187t-40 179.5t-72.5 158.5t-111 124l24 41q72 -54 121 -130t80 -164.5t46 -186t18 -194.5t-3.5 -189.5t-18.5 -171.5l-3 -20q-14 -91 -38 -190t-58 -197.5 t-79.5 -193.5t-103.5 -179.5t-128.5 -155t-155.5 -120.5z" />
28
+ <glyph unicode="*" horiz-adv-x="840" d="M113 1142l24 52l332 -133l62 395h56l-68 -392l362 140l13 -54l-372 -138l194 -317l-49 -31l-185 321l-272 -323l-42 33l277 324z" />
29
+ <glyph unicode="+" horiz-adv-x="1126" d="M80 649l7 53h449l87 504h55l-87 -504h466l-8 -53h-467l-87 -503h-54l86 503h-447z" />
30
+ <glyph unicode="," horiz-adv-x="382" d="M-54 -221q49 55 82 114t47 132l23 134h54l-22 -132q-15 -83 -52 -153.5t-98 -128.5z" />
31
+ <glyph unicode="-" horiz-adv-x="599" d="M66 639l8 54h457l-7 -54h-458z" />
32
+ <glyph unicode="." horiz-adv-x="436" d="M47 51q3 20 21.5 37t39.5 17q23 0 37 -18t11 -40q-3 -20 -22 -36.5t-40 -16.5q-23 1 -37 18t-10 39z" />
33
+ <glyph unicode="/" horiz-adv-x="769" d="M-85 -124l862 1579h60l-862 -1579h-60z" />
34
+ <glyph unicode="0" d="M106 460q3 70 14 134l46 268q12 69 33 141.5t52 140.5t72.5 129t95.5 106t121.5 71.5t149.5 26.5q84 0 143.5 -28t98.5 -75t60.5 -109t29.5 -130.5t4.5 -138.5t-13.5 -134l-47 -268q-12 -69 -32.5 -141.5t-51.5 -141t-72.5 -128.5t-95.5 -105.5t-121.5 -71.5t-149.5 -26 q-83 0 -142.5 28t-98.5 75t-61 109t-30 130t-5 138zM160.5 479q-4.5 -63 0.5 -125.5t21.5 -120t49.5 -102t84 -71t126 -26.5q74 0 134.5 24.5t109 66.5t86 98t65 118.5t46 128t29.5 126.5l47 266q9 55 14 118t0 125.5t-21.5 119.5t-49 101t-84.5 70.5t-127 26.5 q-74 0 -134.5 -24.5t-109 -66.5t-86 -97.5t-65 -118t-46.5 -128t-30 -126.5l-46 -266q-9 -54 -13.5 -117z" />
35
+ <glyph unicode="1" d="M292 1232l8 58l474 170h13l-250 -1460h-54l240 1385z" />
36
+ <glyph unicode="2" d="M56 0l6 54l546 550q48 49 101.5 103.5t100.5 114.5t82 125.5t47 137.5q13 75 -1.5 137.5t-52 107t-96.5 68.5t-136 24q-81 0 -150.5 -30.5t-123.5 -82.5t-90.5 -120t-51.5 -144h-54q15 87 55.5 165t102 137t140.5 94t171 35q88 0 158 -28t115.5 -79t64 -123.5t5.5 -160.5 q-12 -81 -51.5 -154.5t-93 -140.5t-114 -128t-114.5 -116l-486 -492h772l-7 -54h-845z" />
37
+ <glyph unicode="3" d="M65 405h54q-12 -82 8.5 -150t65.5 -117t112 -76.5t148 -27.5t153.5 24t129.5 69t96 109.5t54 145.5q16 90 -6.5 152.5t-72.5 102t-121 58t-150 19.5h-111l8 56h105q73 1 145 21.5t132.5 59.5t103.5 97.5t58 136.5q14 75 0 136.5t-51.5 106t-96.5 69.5t-134 25 q-80 0 -150.5 -25.5t-126.5 -71.5t-95.5 -110t-56.5 -140h-54q17 87 60.5 161t107.5 127t144 83t170 30q87 0 156 -29.5t114 -82t63 -125t4 -158.5q-11 -64 -40.5 -117.5t-73 -95.5t-97 -73.5t-112.5 -50.5q64 -18 112.5 -51.5t79 -79t41.5 -103t0 -124.5 q-15 -92 -58.5 -166.5t-108 -128t-147 -82.5t-173.5 -29q-93 0 -170.5 31t-130 87.5t-76.5 134.5t-12 172z" />
38
+ <glyph unicode="4" d="M45 398l4 29l850 1028l66 1l-173 -1005h243l-7 -54h-245l-69 -397h-53l68 397zM139 451h599l162 932l-102 -133z" />
39
+ <glyph unicode="5" d="M138 383h54q-5 -77 11 -141t53.5 -110.5t96.5 -72t140 -25.5q94 0 166 35t124 94t85 136.5t48 162.5q14 78 3 150t-47 127.5t-97 88.5t-147 34q-95 1 -177.5 -28.5t-157.5 -86.5l-40 16l184 693h690l-7 -53h-641l-163 -584q66 48 147.5 72t162.5 25q98 0 169.5 -36.5 t115.5 -99t59.5 -144.5t0.5 -172q-16 -96 -53 -183.5t-96 -154.5t-141 -106.5t-188 -39.5q-91 0 -159.5 30.5t-114 84t-66 127.5t-15.5 161z" />
40
+ <glyph unicode="6" d="M107 492l26 168q17 107 50 209t82.5 192.5t115.5 166.5t149 130.5t183 85.5t218 32h21l-7 -54h-17q-153 -2 -274 -58t-211.5 -150.5t-152 -218.5t-95.5 -262q38 51 86 92.5t103 71t116 45t126 15.5q101 0 171.5 -41t112.5 -108t55 -152.5t0 -175.5q-9 -60 -29 -120 t-50.5 -115.5t-71 -103.5t-90 -83.5t-108 -56.5t-124.5 -21q-108 0 -187 43t-127.5 114.5t-66.5 164t-4 190.5zM161 493q-13 -86 0.5 -169t54 -148t109 -104.5t166.5 -38.5q88 1 159.5 41.5t125 104.5t88 143.5t47.5 157.5q13 79 3 155.5t-45 135.5t-97 95.5t-153 36.5 q-62 0 -131 -20t-130.5 -57t-109 -89t-66.5 -116z" />
41
+ <glyph unicode="7" d="M200 1402l7 54h903l-4 -34l-842 -1422h-56l832 1402h-840z" />
42
+ <glyph unicode="8" d="M58 379q12 72 45 131t81.5 105t109 78.5t126.5 52.5q-54 21 -95.5 55t-67.5 78t-36 96.5t-1 110.5q14 88 56.5 160t105 123t142 79t167.5 28q85 0 156 -28.5t119 -79.5t69 -123t7 -159q-11 -65 -40 -119t-72 -97t-96.5 -74.5t-113.5 -51.5q60 -20 109 -55t81.5 -82 t46 -104.5t3.5 -123.5q-15 -96 -62.5 -170t-117 -125t-156 -77.5t-178.5 -26.5q-90 0 -167.5 26.5t-132 77.5t-79.5 125t-9 170zM111 374q-15 -83 6.5 -146t69 -106.5t115 -65.5t143.5 -22q79 0 155 22.5t138.5 66t106.5 106.5t59 145q15 80 -7 143.5t-69.5 108t-114.5 68.5 t-141 24q-79 0 -155 -23.5t-139 -67.5t-107.5 -108t-59.5 -145zM275 1091q-14 -74 4.5 -133t60 -100t101.5 -63.5t130 -22.5q72 0 141.5 22.5t126 63.5t96.5 100t54 133q13 72 -5.5 132.5t-60 104.5t-101.5 69t-130 25q-75 0 -144 -23.5t-125 -67t-95 -104.5t-53 -136z" />
43
+ <glyph unicode="9" d="M149.5 841.5q-3.5 58.5 5.5 116.5q9 62 30 124.5t53 119.5t74 107t94 87t112.5 58t129.5 22q83 0 145 -23t106 -63.5t70.5 -95.5t39.5 -119t12.5 -133.5t-10.5 -138.5l-25 -163q-25 -157 -82.5 -295t-150.5 -241t-223.5 -163t-301.5 -61h-35l8 54h30q156 2 274 56 t203 146t140 216t84 265l1 8q-36 -57 -83.5 -104.5t-104 -81.5t-121 -52.5t-133.5 -18.5q-66 0 -118.5 20.5t-93 56t-68 83t-43 101.5t-19 112.5zM202.5 857.5q1.5 -51.5 13.5 -100t34.5 -91t56.5 -74.5t80 -51t104 -19q69 0 141 24t135 66.5t111 100.5t69 127l10 62 q9 59 11 121t-7.5 120t-31 109t-58.5 89t-91 59.5t-128 21.5q-61 -1 -114.5 -20t-100 -52.5t-84.5 -78.5t-67 -96.5t-48.5 -107t-28.5 -109.5q-8 -49 -6.5 -100.5z" />
44
+ <glyph unicode=":" horiz-adv-x="363" d="M21 51q3 20 21.5 37t39.5 17q23 0 37 -18t11 -40q-3 -20 -22 -36.5t-40 -16.5q-23 1 -37 18t-10 39zM191 1013q3 20 21.5 37t39.5 17q23 0 37 -18t11 -40q-3 -20 -22 -36.5t-40 -16.5q-23 1 -37 18t-10 39z" />
45
+ <glyph unicode=";" horiz-adv-x="363" d="M-65 -221q49 55 82 114t47 132l23 134h54l-22 -132q-15 -83 -52 -153.5t-98 -128.5zM192 1013q3 20 21.5 37t39.5 17q23 0 37 -18t11 -40q-3 -20 -22 -36.5t-40 -16.5q-23 1 -37 18t-10 39z" />
46
+ <glyph unicode="&#x3c;" horiz-adv-x="1031" d="M87 641l7 50l878 377l-8 -57l-802 -347l682 -343l-9 -59z" />
47
+ <glyph unicode="=" horiz-adv-x="1118" d="M115 436l7 54h811l-8 -54h-810zM185 843l8 54h810l-7 -54h-811z" />
48
+ <glyph unicode="&#x3e;" horiz-adv-x="1031" d="M54 266l8 58l796 346l-676 343l8 59l748 -378l-7 -50z" />
49
+ <glyph unicode="?" horiz-adv-x="876" d="M179 1117q16 75 52.5 140.5t89.5 114t121.5 76.5t148.5 28q79 0 136.5 -30t92.5 -80.5t47 -116.5t0 -139q-11 -67 -37 -124.5t-63 -108t-83.5 -95t-98.5 -84.5q-75 -59 -119 -131.5t-63 -166.5l-54 1q10 54 28 100.5t44 87.5t60 78t76 73q46 39 88 79t75.5 84.5 t57.5 95.5t35 113q11 61 3.5 117.5t-34.5 99t-74.5 68.5t-115.5 26q-70 0 -128.5 -23.5t-104.5 -64.5t-77.5 -97t-47.5 -121h-55zM264 51q3 20 21.5 37t39.5 17q23 0 37.5 -18t10.5 -40q-3 -20 -22 -36.5t-40 -16.5q-23 1 -37 18t-10 39z" />
50
+ <glyph unicode="@" horiz-adv-x="1855" d="M76.5 249q2.5 114 26.5 229q26 123 73.5 240t114.5 220.5t152.5 190.5t188.5 149.5t222 97.5t253 35t237.5 -33t177.5 -92.5t121 -141.5t68 -181t18.5 -210.5t-27.5 -229.5q-12 -55 -31 -116.5t-46.5 -121.5t-64 -115.5t-82.5 -97.5t-102 -67t-123 -25q-51 0 -88.5 18 t-60.5 49.5t-33 73.5t-7 89q-32 -47 -70 -89t-83 -73.5t-97 -49.5t-112 -18q-59 0 -97 23.5t-60.5 61t-31 85.5t-8 98.5t8 99.5t17.5 88q15 59 39.5 123.5t58 126t76.5 116.5t95.5 96.5t114 65.5t132.5 24q37 0 68 -8t58 -22.5t52 -34.5t50 -45l-148 -585q-10 -43 -12 -88.5 t10.5 -83t43.5 -62t87 -24.5q60 0 109 23t88.5 61.5t70.5 88.5t54 104t39 108.5t27 102.5q25 111 30 215.5t-12.5 197t-59 169.5t-110 132t-165.5 86t-224 31q-123 0 -233.5 -34t-207 -94t-177.5 -142.5t-145 -179.5t-110 -205.5t-71 -220.5q-24 -104 -27 -210t16.5 -203.5 t62.5 -182t111.5 -147t163.5 -98t219 -35.5q88 0 173.5 21t163.5 59l18 -48q-80 -46 -173.5 -66.5t-184.5 -20.5q-134 0 -237.5 37t-178 102t-121.5 153.5t-69 192t-19.5 217.5zM556.5 191.5q3.5 -43.5 19 -78t45.5 -56.5t79 -23q66 -2 126 25t110 71t88 100t60 114l133 508 q-32 43 -75.5 61.5t-97.5 19.5q-63 0 -118 -22t-100.5 -60t-83.5 -88t-67.5 -105.5t-51.5 -112.5t-37 -109q-9 -30 -17.5 -71.5t-12 -85.5t0 -87.5z" />
51
+ <glyph unicode="A" horiz-adv-x="1196" d="M-72 0l778 1455l65 1l280 -1456h-57l-83 435h-690l-233 -435h-60zM249 489h651l-168 899z" />
52
+ <glyph unicode="B" horiz-adv-x="1208" d="M89 0l253 1456h367q88 -1 168.5 -21.5t138.5 -64.5q56 -45 84 -116q17 -45 17 -101q0 -33 -5 -70q-11 -64 -36.5 -118t-64.5 -96.5t-90.5 -72t-114.5 -44.5q64 -11 115 -43t85 -79t48 -106q8 -34 8 -71q0 -26 -4 -52q-15 -95 -60.5 -169.5t-113 -125.5t-151.5 -78 t-177 -28h-467zM153 54h402q81 1 155.5 23.5t134.5 66t101.5 107.5t57.5 148q6 31 6 60q0 43 -12 77q-20 60 -65.5 100t-109 61t-133.5 22h-422zM277 773h333q80 1 154 18.5t134 54.5t102 96.5t58 144.5q6 36 6 67q0 46 -14 81q-24 60 -74 97t-120 53t-146 17h-323z" />
53
+ <glyph unicode="C" horiz-adv-x="1297" d="M132 468q0 3 -1 7q0 73 12 144l37 218q14 79 40.5 157t66 148.5t91 131.5t115.5 106t140.5 70.5t164.5 25.5q107 0 189.5 -33t137.5 -93.5t81 -146.5q22 -72 22 -158q0 -16 -1 -33h-53q1 14 1 28q0 76 -19 141q-22 76 -69 129.5t-119.5 82.5t-168.5 29q-80 0 -149 -24 t-127.5 -65t-105.5 -97t-83.5 -120.5t-61 -135t-37.5 -141.5l-39 -220q-12 -67 -12 -135v-5q0 -66 12 -128q12 -65 38.5 -122.5t69.5 -100.5t103 -68.5t141 -25.5q102 0 185.5 28.5t149.5 82.5t114 130t77 170h54q-29 -105 -81.5 -190.5t-126 -147t-167 -94.5t-204.5 -33 q-89 0 -156.5 27t-117 73t-81 108.5t-47 133t-15.5 146.5z" />
54
+ <glyph unicode="D" horiz-adv-x="1310" d="M89 0l253 1456h387q89 -1 163 -26t131.5 -68.5t98 -103t64 -130t28.5 -150.5l2 -44q0 -58 -10 -117l-30 -178q-23 -129 -82.5 -244t-149 -202.5t-206 -139.5t-252.5 -53h-397zM153 54h333q123 2 229.5 50t189.5 128t138.5 185t77.5 222l32 181q10 56 10 111q1 53 -9 104 q-18 104 -72.5 185t-143 130.5t-209.5 51.5h-342z" />
55
+ <glyph unicode="E" horiz-adv-x="1141" d="M89 0l253 1456h860l-8 -54h-807l-109 -626h707l-7 -54h-709l-116 -668h806l-8 -54h-862z" />
56
+ <glyph unicode="F" horiz-adv-x="1147" d="M90 0l252 1456h875l-7 -54h-823l-110 -630h723l-8 -56h-724l-124 -716h-54z" />
57
+ <glyph unicode="G" horiz-adv-x="1374" d="M156 464q-1 15 -1 30q0 63 11 126l41 238q14 79 42 155.5t69.5 145t95.5 126.5t119.5 100.5t141.5 66.5t163 24q96 0 176 -28t137.5 -81t88.5 -130q29 -72 29 -163v-12h-53q0 87 -26.5 154t-76 112.5t-119.5 69.5t-156 24q-118 0 -215 -47.5t-170.5 -126t-122 -179.5 t-68.5 -209l-42 -240q-11 -62 -11 -125q0 -8 1 -15q1 -71 16 -136t45.5 -121.5t77 -98.5t110 -66t145.5 -24q58 0 120.5 7.5t123 24.5t115.5 45.5t99 69.5l75 424h-430l7 55h487l-86 -504q-45 -51 -106 -84.5t-129.5 -54t-139.5 -29t-135 -8.5q-89 0 -159.5 26t-123.5 71 t-89 106.5t-55 132.5t-22 148z" />
58
+ <glyph unicode="H" horiz-adv-x="1405" d="M90 0l251 1456h54l-117 -680h900l118 680h53l-250 -1456h-54l124 722h-900l-125 -722h-54z" />
59
+ <glyph unicode="I" horiz-adv-x="528" d="M129 0l251 1456h54l-251 -1456h-54z" />
60
+ <glyph unicode="J" horiz-adv-x="1101" d="M52 401h54q-7 -43 -7 -83q0 -34 5 -64q11 -68 46 -117t95.5 -76t146.5 -27q87 0 159.5 33.5t127 90t91 130t51.5 154.5l176 1014h54l-175 -1014q-17 -93 -57 -176.5t-101.5 -147t-143 -101t-181.5 -37.5q-98 0 -168.5 31t-113 87t-57.5 134q-9 40 -9 85q0 40 7 84z" />
61
+ <glyph unicode="K" horiz-adv-x="1271" d="M90 0l251 1456h54l-145 -836l268 228l692 608l84 -1l-748 -656l541 -799h-66l-516 765l-267 -217l-94 -548h-54z" />
62
+ <glyph unicode="L" horiz-adv-x="1035" d="M89 0l252 1456h55l-242 -1402h723l-7 -54h-781z" />
63
+ <glyph unicode="M" horiz-adv-x="1713" d="M90 0l252 1456h74l342 -1375l821 1375h80l-252 -1456h-54l237 1367l-820 -1367h-42l-347 1369l-237 -1369h-54z" />
64
+ <glyph unicode="N" horiz-adv-x="1416" d="M90 0l250 1456h53l677 -1363l236 1363h54l-250 -1456h-52l-676 1366l-237 -1366h-55z" />
65
+ <glyph unicode="O" horiz-adv-x="1333" d="M121 464v21q0 67 11 134l37 218q15 81 43 160t69 150t94.5 131t120 104t144.5 69t168 25q89 0 159 -26t122 -71t86 -106.5t52 -132.5q17 -70 19 -148q0 -9 1 -18q0 -69 -11 -137l-37 -218q-14 -81 -42.5 -160t-69.5 -150t-95 -131t-120 -104t-144 -69t-168 -25 q-89 0 -159 26t-122 71t-86 106.5t-52 132t-20 148.5zM176 479q0 -70 13.5 -135t42.5 -121.5t74.5 -98.5t108 -66t145.5 -24q82 0 153.5 23t132 63t109.5 95.5t86.5 120.5t63 137t39.5 146l39 220q12 67 12 134q-1 3 -1 6q0 70 -14 134.5t-43 121t-74.5 98t-109 65.5 t-145.5 24q-123 0 -221.5 -49.5t-172 -131.5t-121.5 -186.5t-68 -215.5l-38 -220q-12 -67 -11 -134v-6z" />
66
+ <glyph unicode="P" horiz-adv-x="1203" d="M90 0l252 1456h437q97 -1 176 -30t131.5 -83t74.5 -133q13 -46 13 -99q0 -38 -7 -80q-17 -102 -63.5 -179t-115.5 -129.5t-157.5 -79.5t-187.5 -28h-393l-106 -615h-54zM259 669h384q85 1 163 24.5t141 68.5t106 112t60 155q8 41 8 79q0 42 -10 78q-18 69 -63 116.5 t-114 72.5t-154 27h-393z" />
67
+ <glyph unicode="Q" horiz-adv-x="1333" d="M121 464v21q0 67 11 134l37 218q15 81 43 160t69 150t94.5 131t120 104t144.5 69t168 25q89 0 159 -26t122 -71t86 -106.5t52 -132.5t19 -148q1 -9 1 -18q0 -69 -11 -137l-37 -218q-17 -92 -49 -179.5t-81 -164t-116 -139t-154 -104.5l214 -262l-41 -33l-228 272 q-45 -14 -90.5 -21.5t-93.5 -7.5q-89 0 -159 26t-122 71t-86 106.5t-52 132.5t-20 148zM176 479q0 -70 13.5 -135t42.5 -121.5t74.5 -98.5t108 -66t145.5 -24q82 0 153.5 23t132 63t109.5 95.5t86.5 120.5t63 137t39.5 146l39 220q12 67 12 134q0 3 -1 6q0 70 -14 134.5 t-43 121t-74.5 98t-109 65.5t-145.5 24q-123 0 -221.5 -49.5t-172 -131.5t-121.5 -186.5t-68 -215.5l-38 -220q-12 -67 -12 -134q0 -3 1 -6z" />
68
+ <glyph unicode="R" horiz-adv-x="1310" d="M86 0l251 1456h446q94 -1 174 -29.5t135 -82.5q56 -53 80 -131q15 -47 14 -102q0 -36 -6 -75q-13 -76 -47.5 -141.5t-85.5 -117.5t-116 -88.5t-138 -52.5l269 -622l-2 -14h-55l-268 623h-490l-108 -623h-53zM256 677h439q79 1 150.5 28t129 74.5t97 113t54.5 143.5 q7 39 7 73q1 45 -11 83q-20 68 -68.5 114t-118.5 70.5t-152 25.5h-401z" />
69
+ <glyph unicode="S" horiz-adv-x="1185" d="M63 411h53q-4 -28 -4 -55q0 -62 20 -112q28 -72 85.5 -118.5t136.5 -69t167 -22.5q75 0 153.5 18.5t146 57t116 98t63.5 141.5q5 28 5 54q1 27 -5 51q-10 46 -37 82t-65.5 64t-83.5 49.5t-93.5 38t-93.5 30.5q-50 15 -102.5 33t-101 41.5t-90 53.5t-70 70t-41.5 90 q-7 28 -7 61q0 25 4 53q13 93 65 160t125 110.5t160 64.5t171 21q95 0 175.5 -30.5t136 -87t82.5 -135.5q19 -55 19 -118q0 -28 -4 -59h-54q4 28 4 54q1 54 -15 100q-22 70 -71 119.5t-119 76t-154 26.5q-71 0 -147.5 -17.5t-142.5 -54t-114 -93t-62 -135.5q-5 -27 -5 -52 q0 -51 21 -90q31 -58 88 -98.5t128 -66.5t136 -45q78 -23 157.5 -54.5t141.5 -79.5q61 -49 95 -118q24 -49 24 -112q0 -26 -4 -55q-14 -96 -66.5 -165.5t-127.5 -115t-164 -68t-176 -22.5q-100 0 -189 26t-153 80q-66 54 -98 135q-23 58 -23 130q0 29 4 60z" />
70
+ <glyph unicode="T" horiz-adv-x="1197" d="M193 1402l7 54h1082l-7 -54h-515l-242 -1402h-54l242 1402h-513z" />
71
+ <glyph unicode="U" horiz-adv-x="1334" d="M156 469l171 987h53l-170 -987q-7 -44 -7 -85q1 -44 9 -86q16 -80 61.5 -138.5t118 -92t168.5 -33.5q98 0 183 32.5t151.5 90.5t111.5 137.5t63 174.5l170 987h54l-170 -987q-19 -108 -67.5 -197.5t-121.5 -154.5t-167.5 -101t-206.5 -36q-109 0 -192 36.5t-135.5 102 t-72.5 155.5q-11 49 -12 102q0 45 8 93z" />
72
+ <glyph unicode="V" horiz-adv-x="1196" d="M167 1457h57l270 -1315l13 -85l43 89l678 1309h60l-753 -1455h-65z" />
73
+ <glyph unicode="W" horiz-adv-x="1809" d="M192 1456h58l119 -1130l25 -232l102 240l507 1122h60l157 -1130l24 -232l105 240l465 1121h60l-606 -1455h-60l-163 1218l-23 147l-73 -155l-540 -1210h-61z" />
74
+ <glyph unicode="X" horiz-adv-x="1196" d="M-42 0l624 747l-379 710h65l351 -671l561 669h69l-601 -716l393 -739h-64l-366 700l-586 -700h-67z" />
75
+ <glyph unicode="Y" horiz-adv-x="1196" d="M179 1457h69l341 -853l642 851l68 -1l-690 -905l-94 -549h-54l96 558z" />
76
+ <glyph unicode="Z" horiz-adv-x="1197" d="M-2 0l6 44l1111 1359h-859l6 53l937 -1l-5 -37l-1113 -1364h930l-7 -54h-1006z" />
77
+ <glyph unicode="[" horiz-adv-x="436" d="M32 -312l309 1976h275l-6 -54h-223l-292 -1868h221l-7 -54h-277z" />
78
+ <glyph unicode="\" horiz-adv-x="761" d="M203 1457h56l318 -1583h-56z" />
79
+ <glyph unicode="]" horiz-adv-x="436" d="M-150 -312l7 54h222l291 1868h-220l7 54h277l-309 -1976h-275z" />
80
+ <glyph unicode="^" horiz-adv-x="834" d="M110 730l414 726h51l168 -728h-59l-143 652l-370 -650h-61z" />
81
+ <glyph unicode="_" horiz-adv-x="830" d="M-114 -54l8 54h822l-8 -54h-822z" />
82
+ <glyph unicode="`" horiz-adv-x="531" d="M286 1517h63l145 -268h-56z" />
83
+ <glyph unicode="a" horiz-adv-x="1059" d="M32 274q10 62 38.5 110.5t70.5 85t94.5 62t109 41.5t114 23t111.5 8h255l29 158q5 29 5 56q0 36 -9 66q-15 54 -51 90t-90 55t-121 19q-63 0 -125 -17.5t-114.5 -50.5t-91 -82t-53.5 -113l-54 2q15 75 58 133.5t103 98.5t132 61.5t145 21.5q78 0 142.5 -23t107.5 -67 q44 -44 62 -108q11 -39 11 -83q0 -29 -5 -61l-93 -542q-9 -51 -13 -104q-2 -18 -2 -35q0 -35 6 -70l-1 -9h-62q-1 14 -1 27q0 37 4 73q6 49 16 98q-84 -103 -200 -161q-114 -57 -245 -57h-5q-64 0 -119.5 21t-94 59t-56.5 92q-12 34 -12 73q0 24 4 49zM85 270q-4 -22 -4 -42 q0 -30 9 -56q15 -44 47 -74.5t77 -47t95 -17.5h7q68 -1 132 17q66 18 125 52t108.5 82.5t88.5 107.5l46 257h-242q-46 -1 -97.5 -6.5t-102.5 -19t-98.5 -34.5t-86.5 -51.5t-66.5 -72t-37.5 -95.5z" />
84
+ <glyph unicode="b" d="M61 0l265 1536h54l-116 -651q35 49 77.5 89t91.5 68.5t105 44t118 15.5q75 0 130 -24.5t92 -65.5t58.5 -96t30.5 -116q7 -48 7 -97v-28q-2 -64 -12 -123l-4 -21q-11 -63 -30.5 -128t-49 -126.5t-69 -115t-89.5 -94t-111.5 -64t-135.5 -23.5q-53 0 -102 11.5t-92 35 t-77 59.5t-56 85l-31 -171h-54zM160 274q12 -59 40 -104t69 -75t93 -45.5t111 -15.5q66 0 121 21.5t99 58t78.5 85.5t60 104t43 113.5t27.5 114.5l4 21q8 50 12 106q2 24 2 48q0 32 -4 64q-6 55 -21.5 105.5t-46 88.5t-77.5 61t-114 23q-63 0 -127 -20t-119.5 -57t-98 -88 t-63.5 -113z" />
85
+ <glyph unicode="c" horiz-adv-x="1018" d="M70 392.5q0 64.5 10 127.5l7 42q12 67 34 132.5t54 125.5t75 111.5t96.5 89.5t117.5 59.5t139 21.5q84 0 149 -28.5t108 -79.5q42 -50 62 -119q14 -51 15 -108q0 -21 -2 -42h-53q2 21 2 41q0 46 -11 87q-16 59 -52 102.5t-90.5 68t-126.5 24.5q-102 0 -180.5 -42.5 t-135.5 -111.5t-93.5 -156t-53.5 -176l-7 -42q-9 -55 -11 -113v-21q0 -46 7 -90q9 -54 30 -101.5t56 -83t85 -56.5t119 -21q70 0 133 20.5t113.5 59t87.5 92.5t57 121h54q-19 -78 -60.5 -141.5t-100 -109.5t-131 -71t-152.5 -25q-76 0 -133.5 22.5t-98.5 61.5t-67.5 91.5 t-39 112.5t-12.5 124.5z" />
86
+ <glyph unicode="d" d="M95 410q2 64 11 121l3 21q11 64 31 129.5t49 126.5t68.5 114.5t90 93t112 63t136.5 23.5q57 0 107 -14.5t91 -42t72.5 -68.5t50.5 -94l114 653h54l-265 -1536h-54l34 173q-72 -91 -172 -142t-218 -51q-75 0 -129 24.5t-91 66.5t-58 97q-21 54 -30 116q-7 50 -7 102v24z M150 425l-2 -46q0 -33 3 -65q5 -56 20.5 -106.5t46 -89t77 -61.5t113.5 -23h4q128 0 230 62q104 63 169 172l90 507q-10 62 -34.5 112.5t-62.5 86t-90.5 55t-117.5 19.5q-99 0 -173 -46t-126 -118t-84 -160t-47 -172l-4 -21q-8 -50 -12 -106z" />
87
+ <glyph unicode="e" horiz-adv-x="1011" d="M64 390q-1 17 -1 33q0 48 7 95l7 44q11 65 35 130t58.5 125t80 112t100.5 90.5t119.5 60.5t136.5 22q97 0 165 -40.5t107.5 -105.5t52.5 -148q6 -42 6 -84t-6 -84l-10 -63h-785l-4 -15l-8 -44q-9 -49 -8 -98q-1 -7 -1 -15q2 -57 15.5 -111t39.5 -101t64.5 -82.5 t89.5 -56.5t116 -21h5q99 1 180 39q83 40 155 109l36 -29q-74 -82 -168.5 -127t-206.5 -45q-73 0 -131.5 22t-103.5 60.5t-75.5 90.5t-47 112.5t-20.5 124.5zM144 631h729l3 13q8 43 8 86q0 30 -4 58q-10 72 -42.5 129.5t-90 94t-139.5 36.5q-89 0 -163 -36t-132.5 -95.5 t-101 -134.5t-67.5 -151z" />
88
+ <glyph unicode="f" horiz-adv-x="636" d="M139 1027l7 55h184l25 154q12 65 38 123t67 102t96.5 69.5t126.5 26.5q63 0 126 -18l-15 -50q-28 7 -55 11t-56 3q-58 -1 -104 -23t-80 -58.5t-56 -84.5t-32 -101l-28 -154h277l-8 -55h-278l-177 -1027h-54l176 1027h-180z" />
89
+ <glyph unicode="g" horiz-adv-x="1099" d="M33 -252l41 34q48 -77 114 -121t160 -44q88 0 158.5 32t123 86t86.5 126.5t50 153.5l31 156q-72 -91 -171.5 -141t-216.5 -50q-75 0 -129 24.5t-91 66.5t-58 97t-30 116q-7 51 -7 102v24q2 63 11 121l3 21q11 64 31 129.5t49 126.5t68.5 114.5t90 93t112 63t136.5 23.5 q56 0 106 -14t91 -42t72.5 -68.5t50.5 -93.5l36 198h54l-183 -1067q-17 -91 -55.5 -173t-98 -143.5t-139 -98t-178.5 -36.5q-104 0 -184 48t-134 136zM148 425q-2 -23 -2 -46q0 -33 3 -65q5 -56 21 -106.5t46.5 -89t77 -61.5t113.5 -23q66 0 125 16.5t110 48t93.5 76.5 t74.5 101l88 491q-9 63 -32 115t-61 89t-90.5 57t-119.5 20q-99 0 -173 -46t-126.5 -118t-84.5 -160t-47 -172l-4 -21q-9 -50 -12 -106z" />
90
+ <glyph unicode="h" d="M63 0l265 1536h54l-126 -706q34 55 78 104.5t97 86.5t114 59t129 22q92 0 150.5 -32.5t89 -88t36.5 -128.5q2 -24 3 -49q0 -50 -9 -104l-121 -700h-54l121 700q9 55 9 108q-1 12 -1 24q-2 64 -25.5 112t-71.5 77q-46 28 -124 28h-5q-72 -1 -141 -31t-127.5 -79.5 t-102 -113.5t-64.5 -132l-120 -693h-54z" />
91
+ <glyph unicode="i" horiz-adv-x="419" d="M76 0l186 1082h54l-186 -1082h-54zM294 1422q3 20 21.5 37t39.5 17q23 0 37 -18q11 -14 12 -31q0 -5 -1 -9q-3 -20 -22 -36.5t-40 -16.5q-23 1 -37 18q-11 13 -11 29q0 5 1 10z" />
92
+ <glyph unicode="j" horiz-adv-x="442" d="M-315 -417l10 52q21 -8 42.5 -13t44.5 -5h5q54 0 97 19q46 21 80 55.5t56.5 81t32.5 98.5l210 1211h54l-209 -1211q-12 -65 -38.5 -121t-67.5 -97.5t-96.5 -65.5t-124.5 -24q-26 0 -49.5 6t-46.5 14zM300 1422q3 20 21.5 37t39.5 17q23 0 37 -18q12 -14 12 -31 q0 -4 -1 -9q-3 -20 -22 -36.5t-40 -16.5q-23 1 -37 18q-11 13 -11 29q0 5 1 10z" />
93
+ <glyph unicode="k" horiz-adv-x="950" d="M63 0l265 1536h54l-177 -1023l140 115l555 453h83l-567 -463l406 -618h-66l-380 584l-3 -2l-180 -137l-76 -445h-54z" />
94
+ <glyph unicode="l" horiz-adv-x="419" d="M76 0l264 1536h54l-264 -1536h-54z" />
95
+ <glyph unicode="m" horiz-adv-x="1791" d="M53 0l186 1082h55l-48 -256q34 56 77.5 106t96 87.5t113.5 60t130 22.5q63 0 114.5 -15.5t88.5 -48t57.5 -80.5t22.5 -112q35 57 81 103.5t100.5 80.5t117 53t130.5 19q92 0 151 -32.5t90.5 -88t37.5 -128.5q2 -24 3 -49q0 -50 -9 -104l-121 -700h-53l120 700 q10 55 10 107q0 13 -1 25q-3 64 -27 112q-24 50 -73 78q-47 28 -125 27h-5q-69 -2 -139 -27t-129.5 -69t-103.5 -103.5t-61 -129.5l-125 -720h-53l124 720q8 48 8 93q0 17 -2 35q-4 60 -30 105t-75 71q-47 25 -120 25h-6q-74 -1 -143.5 -32t-127.5 -82t-101 -116.5 t-63 -134.5l-119 -684h-54z" />
96
+ <glyph unicode="n" d="M63 0l186 1082h54l-47 -252q34 55 78 104.5t97 86.5t114 59t129 22q92 0 150.5 -32.5t89 -88t36.5 -128.5q2 -24 3 -49q0 -50 -9 -104l-121 -700h-54l121 700q9 55 9 108q-1 12 -1 24q-2 64 -25.5 112t-71.5 77q-46 28 -124 28h-5q-72 -1 -141 -31t-127.5 -79.5 t-102 -113.5t-64.5 -132l-120 -693h-54z" />
97
+ <glyph unicode="o" horiz-adv-x="1103" d="M72 324q-7 47 -7 94q0 51 8 102l7 42q18 103 64 200t115.5 172.5t162.5 121.5t206 46t191.5 -47.5t123.5 -124t59 -172.5q7 -45 7 -91q0 -52 -9 -105l-7 -42q-18 -103 -63.5 -200t-115 -172.5t-162.5 -121.5t-206 -46t-191 47.5t-123.5 124t-59.5 172.5zM118 405 q2 -58 15 -112t38.5 -101.5t64 -82.5t90.5 -55t119 -20q100 0 183.5 42t146.5 110.5t105 156t59 177.5l7 42q9 49 9 99q-1 8 -1 15q-2 58 -14.5 112t-38 101.5t-64 82.5t-90.5 55.5t-118 20.5q-100 0 -183 -42t-146.5 -111t-105.5 -156t-60 -177l-7 -42q-9 -50 -9 -100v-15z " />
98
+ <glyph unicode="p" d="M-11 -416l258 1498h54l-37 -193q71 96 170.5 154.5t221.5 58.5q75 0 130 -24.5t92 -65.5t58.5 -96t30.5 -116q7 -48 7 -97v-28q-3 -64 -12 -123l-4 -21q-11 -63 -30.5 -128t-49 -126.5t-69 -115t-89.5 -94t-111.5 -64t-135.5 -23.5q-52 0 -101 11t-92 34.5t-77.5 59 t-56.5 83.5l-103 -584h-54zM160 269q12 -59 40.5 -103t69.5 -73t92.5 -44t110.5 -15q66 0 121 21.5t99.5 58t78.5 85.5t60 104t43.5 113.5t27.5 114.5l4 21q8 50 11 106q2 24 2 47q0 33 -3 65q-5 55 -21 105t-47 88.5t-78 61.5t-114 23q-62 0 -125.5 -19.5t-119 -55.5 t-98.5 -86.5t-64 -111.5z" />
99
+ <glyph unicode="q" d="M95 410q2 63 11 121l3 21q17 96 53 193.5t95.5 177t143 129.5t195.5 50t196.5 -54t124.5 -159l36 193h53l-258 -1498h-54l105 584q-73 -89 -172.5 -138.5t-216.5 -49.5q-75 0 -129 25t-91 66.5t-58 97t-30 116.5q-7 50 -7 101v24zM150 425q-2 -23 -2 -46q0 -33 3 -65 q5 -56 20.5 -106.5t46 -89t77 -61.5t113.5 -23h4q128 0 230 62q103 63 169 172l90 507q-10 61 -35 111.5t-63.5 86.5t-90.5 55.5t-116 19.5q-66 0 -121 -21.5t-99.5 -58t-78.5 -85t-60 -103.5t-43.5 -113.5t-27.5 -114.5l-4 -21q-9 -50 -12 -106z" />
100
+ <glyph unicode="r" horiz-adv-x="674" d="M63 0l186 1082h54l-42 -225q31 53 71 98t88 78t104 51t121 18q38 0 76 -12l-13 -46q-16 2 -32 3.5t-33 1.5q-71 0 -136 -28t-118.5 -75.5t-92 -109t-56.5 -127.5l-123 -709h-54z" />
101
+ <glyph unicode="s" horiz-adv-x="998" d="M53 275h53q0 -7 -1 -14q1 -57 23 -98q24 -46 66 -75t97 -41.5t114 -12.5q54 1 112 14.5t108.5 41.5t87.5 71.5t48 103.5q4 21 4 40q1 37 -15 67q-24 45 -66 76.5t-95 51.5t-102 32q-59 15 -119.5 35t-107.5 53.5t-72 83.5q-17 35 -17 82q0 21 3 43q10 69 48.5 120.5 t93 85t120 50.5t128.5 17q72 0 136 -19t110.5 -57.5t70.5 -96.5q18 -44 18 -98q0 -18 -2 -38h-54q2 16 2 31q0 44 -16 80q-21 48 -60.5 80t-92.5 48t-111 16q-53 0 -108 -12.5t-102 -38.5t-81.5 -67.5t-45.5 -98.5q-4 -22 -4 -41q0 -36 15 -64q23 -42 65 -71t95.5 -46 t102.5 -30q61 -16 122 -39t107 -59q47 -36 71 -89q17 -37 16 -84q0 -21 -3 -44q-11 -74 -51 -127.5t-97 -88t-125.5 -51.5t-135.5 -17q-68 0 -134.5 17t-117.5 53t-80 92q-23 44 -23 100q0 16 2 33z" />
102
+ <glyph unicode="t" horiz-adv-x="639" d="M111 1027l8 55h195l50 292h55l-50 -292h237l-7 -55h-240l-133 -768q-6 -39 -8 -79v-9q0 -34 9 -63q11 -32 37.5 -52.5t75.5 -21.5q28 0 55 3l54 6l2 -51q-27 -7 -54 -9.5t-55 -2.5q-64 0 -101.5 23.5t-55.5 62t-20 88.5v19q0 42 7 86l132 768h-193z" />
103
+ <glyph unicode="u" d="M121 238q-2 26 -2 53q0 50 8 104l118 687h54l-119 -689q-8 -52 -8 -101v-32q4 -64 28.5 -114t74 -81t129.5 -31q68 0 134 19t122.5 56t98.5 90t62 122l131 761h55l-186 -1082h-55l34 175q-71 -98 -172 -146.5t-222 -48.5q-93 0 -153.5 34t-92.5 91.5t-39 132.5z" />
104
+ <glyph unicode="v" horiz-adv-x="959" d="M116 1083h56l221 -995l533 993h59l-575 -1081h-53z" />
105
+ <glyph unicode="w" horiz-adv-x="1514" d="M163 1083l60 -1l83 -774l15 -224l111 229l369 769h54l103 -769l29 -230l101 234l345 764h64l-491 -1081h-54l-120 818l-14 185l-88 -194l-393 -809h-54z" />
106
+ <glyph unicode="x" horiz-adv-x="959" d="M-41 0l476 559l-288 524h65l260 -480l410 478l69 -1l-452 -529l303 -551h-64l-276 507l-434 -507h-69z" />
107
+ <glyph unicode="y" horiz-adv-x="959" d="M-83 -426l6 51l34 -6t34 -3q50 0 90 18.5t73 49t59 69t48 77.5l97 181l-234 1072h57l215 -999l10 21l533 976h61l-683 -1261q-26 -49 -56.5 -95t-68.5 -81.5t-86 -57.5t-109 -23q-38 0 -80 11z" />
108
+ <glyph unicode="z" horiz-adv-x="959" d="M-9 0l6 44l841 983h-656l6 55l732 -1l-7 -47l-840 -980h744l-7 -54h-819z" />
109
+ <glyph unicode="{" horiz-adv-x="650" d="M62 543l9 66q63 3 111.5 24t83.5 57t57.5 85.5t33.5 109.5l38 247q28 172 121.5 291t261.5 174l9 -46q-72 -25 -129 -66t-99 -95t-69.5 -119.5t-39.5 -138.5l-38 -247q-9 -57 -29 -106.5t-51 -89t-74 -69t-100 -45.5q53 -17 86.5 -48.5t51.5 -73t21.5 -89.5t-3.5 -99 l-38 -245q-11 -70 -4.5 -133.5t31.5 -117t70.5 -96t114.5 -69.5l-25 -44q-78 28 -129.5 74.5t-80 106t-35.5 130.5t4 149l39 245q9 60 2.5 109.5t-30 86t-65.5 58t-106 24.5z" />
110
+ <glyph unicode="|" horiz-adv-x="404" d="M40 -270l268 1726h54l-268 -1726h-54z" />
111
+ <glyph unicode="}" horiz-adv-x="650" d="M-156 -393q143 51 229 157.5t111 255.5l38 245q9 57 29 106.5t51 89.5t74 69.5t100 46.5q-53 16 -86.5 47.5t-51.5 72.5t-21.5 89t3.5 99l38 247q10 69 5.5 133.5t-28.5 119.5t-68.5 98t-114.5 70l20 43q78 -29 129.5 -75.5t80 -107t35 -132t-4.5 -149.5l-39 -247 q-9 -60 -3 -109t30 -85t66.5 -57.5t105.5 -24.5l-9 -66q-63 -3 -111.5 -24.5t-83.5 -58t-58 -86t-33 -109.5l-38 -245q-28 -171 -122 -289t-260 -172z" />
112
+ <glyph unicode="~" horiz-adv-x="1380" d="M133 463q11 60 34.5 116t61 99t89.5 69t120 27q43 0 80 -12t70 -33t62 -48t57 -57q23 -24 47 -47.5t50.5 -41.5t56.5 -28.5t66 -10.5q56 1 98 22.5t72.5 57t50 81.5t29.5 96l56 -2q-11 -60 -35 -115t-62 -98t-90 -68.5t-118 -26.5q-44 0 -80.5 12t-69 32.5t-61 48 t-56.5 57.5q-24 25 -48 48t-50.5 40.5t-57 28t-66.5 10.5q-57 0 -99 -21.5t-72.5 -57.5t-50 -82.5t-29.5 -96.5z" />
113
+ <glyph unicode="&#xa1;" horiz-adv-x="404" d="M8 -359l181 1055h54l-181 -1055h-54zM215 1050q3 20 22 36.5t40 16.5q23 -1 37 -18t10 -39q-3 -20 -21.5 -37t-39.5 -17q-23 0 -37.5 18t-10.5 40z" />
114
+ <glyph unicode="&#xa2;" horiz-adv-x="1087" d="M106 397q0 62 10 123l7 42q17 97 56.5 192t101 170.5t146 123.5t192.5 53l37 217h55l-37 -218q75 -6 133.5 -37t97.5 -80.5t56 -115.5t10 -142h-53q7 69 -9 128t-52 102.5t-90.5 68t-126.5 24.5q-102 0 -180.5 -42.5t-135.5 -111.5t-93.5 -156t-53.5 -176l-7 -42 q-10 -55 -11.5 -113t7.5 -111.5t30 -101t56 -83t85 -56.5t119 -21q70 0 133 20.5t113.5 59t87.5 92.5t57 121h54q-18 -75 -57.5 -137t-95 -107.5t-124.5 -72t-145 -29.5l-38 -226h-55l38 226q-69 5 -121.5 30t-90 64.5t-61 91t-34.5 110t-11 120.5z" />
115
+ <glyph unicode="&#xa3;" horiz-adv-x="1126" d="M-7 0l7 54h114q37 16 62.5 48.5t42 72.5t26 82.5t15.5 78.5l48 331h-204l8 54h203l46 318q14 83 48 161.5t87.5 139.5t126.5 98.5t165 37.5q87 0 149 -30.5t100 -83t51 -123t2 -150.5h-53q10 69 1 129.5t-39.5 105.5t-82.5 71.5t-127 26.5q-81 0 -144.5 -33t-110 -86.5 t-76 -122t-42.5 -141.5l-47 -318h358l-7 -54h-358l-47 -331q-12 -78 -37 -151t-79 -132l735 1l-7 -54h-934z" />
116
+ <glyph unicode="&#xa4;" horiz-adv-x="1467" d="M8 15l206 181q-54 95 -70 199.5t1 212.5q20 123 77.5 230.5t146.5 194.5l-151 194l43 37l148 -191q91 72 196 116.5t223 44.5q106 0 199.5 -41.5t163.5 -121.5l220 194l37 -42l-222 -195q58 -96 76 -203t0 -217q-20 -118 -73.5 -221.5t-135.5 -188.5l145 -187l-44 -38 l-142 182q-46 -39 -96 -71t-104.5 -55t-112.5 -36t-119 -13q-109 0 -206 44t-166 129l-204 -179zM200 608q-19 -105 1 -207.5t75 -184.5t142 -132.5t202 -50.5q117 0 222 48.5t188.5 129t140 184t76.5 213.5q13 69 8 138.5t-26 133.5t-57.5 119t-87 95.5t-115 63.5 t-140.5 23q-78 0 -151 -22t-138.5 -61.5t-121.5 -93.5t-100 -117.5t-74.5 -134.5t-43.5 -144z" />
117
+ <glyph unicode="&#xa5;" horiz-adv-x="1181" d="M73 326l8 55h437l42 240h-436l8 55h412l-340 781h62l314 -719l13 -51h4l33 51l562 717l68 -1l-607 -778h408l-8 -55h-439l-42 -240h438l-8 -55h-439l-56 -326h-54l56 326h-436z" />
118
+ <glyph unicode="&#xa6;" horiz-adv-x="396" d="M16 -270l129 752h54l-129 -752h-54zM184 698l130 758h54l-130 -758h-54z" />
119
+ <glyph unicode="&#xa7;" horiz-adv-x="1196" d="M-4 -64l54 2q-14 -90 5.5 -160.5t66 -119t117 -74t158.5 -25.5q71 0 142.5 17t132 52t104 90t58.5 131q10 51 2 91t-29.5 71.5t-54 55t-71 42t-80.5 32t-83 25.5q-48 13 -100 29.5t-101 38.5t-91.5 50.5t-72.5 66.5t-43 87.5t-2 112.5q10 62 41 108t75 79t98 53.5 t110 31.5q-48 24 -85.5 54t-61.5 67.5t-33 83t0 101.5q14 89 62.5 154.5t117 108t150.5 63.5t164 21q100 0 176 -30.5t124.5 -87t67.5 -136t5 -177.5h-54q12 82 -4.5 151t-58 119t-106.5 78.5t-149 28.5q-72 0 -144 -16.5t-132.5 -51.5t-104.5 -90t-59 -132 q-11 -52 -2.5 -93.5t30 -73.5t54.5 -56.5t72.5 -43.5t82.5 -34t85 -27q47 -14 98 -30t99.5 -36.5t90.5 -47.5t71.5 -63.5t42 -84.5t2.5 -111q-11 -63 -44.5 -109t-80.5 -78t-103.5 -51.5t-112.5 -29.5q51 -23 92 -52.5t67.5 -67.5t37 -85.5t1.5 -106.5q-15 -90 -62.5 -155 t-115.5 -107.5t-149.5 -63t-164.5 -20.5q-100 0 -180.5 29t-134.5 84t-77.5 135.5t-9.5 182.5zM162.5 452.5q11.5 -43.5 38.5 -76.5t66.5 -57.5t84.5 -43t92 -33t90 -27.5l64 -19q57 2 118.5 14.5t115 39.5t93.5 70.5t53 107.5q12 55 0 98t-39.5 76.5t-67.5 59t-85.5 45 t-92 33.5t-87.5 26l-50 14t-49 16q-58 -5 -114 -20t-103 -44t-80.5 -73t-46.5 -106q-12 -57 -0.5 -100.5z" />
120
+ <glyph unicode="&#xa8;" horiz-adv-x="889" d="M306 1422q3 21 21 38t40 17q23 0 37.5 -17.5t10.5 -39.5q-3 -21 -21.5 -37.5t-39.5 -16.5q-23 0 -37 17t-11 39zM738 1422q3 21 21 38t40 17t36.5 -17.5t11.5 -39.5q-3 -21 -21.5 -37.5t-40.5 -16.5t-36 17t-11 39z" />
121
+ <glyph unicode="&#xa9;" horiz-adv-x="1626" d="M134 543.5q-9 91.5 5 185.5q15 97 51.5 190.5t91.5 176.5t126.5 152.5t155.5 120t179 79t197 28.5q101 0 187 -29.5t155 -81t120 -122.5t81.5 -154t39.5 -174.5t-5 -185.5q-15 -97 -51.5 -190.5t-91.5 -177t-126.5 -153.5t-156 -121t-179.5 -79.5t-197 -28.5 q-101 0 -187 29.5t-155 82t-119.5 123.5t-81 154.5t-39.5 175zM188.5 559q7.5 -85 34 -162t72 -143.5t108 -115t141 -76.5t171.5 -28q94 0 182 27t166 74.5t145 112.5t118.5 142.5t86 163.5t49.5 175q14 85 6.5 169.5t-34.5 161.5t-72.5 143t-108 114.5t-141 76t-171.5 27.5 q-94 0 -182 -26.5t-166 -74t-144.5 -112t-118 -141.5t-86.5 -163t-49 -175q-14 -85 -6.5 -170zM503.5 552q-8.5 69 0.5 137l12 79q12 71 41 140t75 124t109 89t143 34q71 0 121.5 -24t80.5 -66.5t41 -99.5t3 -123h-51q7 55 0.5 102.5t-30 82.5t-64 55t-101.5 20 q-68 0 -121 -30t-92 -77.5t-64 -106.5t-35 -119l-13 -80q-8 -56 -3.5 -114.5t27 -106.5t65.5 -79t111 -32q61 0 109 19t82.5 53.5t57 82t33.5 104.5l52 -1q-12 -67 -38.5 -124t-68 -99t-98.5 -66t-129 -24q-80 0 -133.5 35t-83.5 90.5t-38.5 124.5z" />
122
+ <glyph unicode="&#xaa;" horiz-adv-x="881" d="M214 900q10 64 44 107.5t82 71t105.5 40t114.5 13.5h166l14 69q8 44 4.5 83.5t-21 70t-50 48.5t-81.5 19q-47 0 -89.5 -10t-77.5 -32t-60 -55.5t-37 -80.5h-55q12 56 42.5 99.5t73 73t94.5 44.5t108 15q61 0 103.5 -22.5t67.5 -60t33 -88t0 -105.5l-54 -314 q-15 -92 -5 -181l-57 -1q-3 31 -2.5 60t4.5 59q-50 -56 -114 -93.5t-142 -38.5q-48 0 -89.5 13t-71.5 39.5t-44 66t-6 90.5zM269 904q-8 -41 1.5 -70.5t31.5 -49t54 -29t70 -9.5t76 12t72.5 33t63.5 48.5t49 59.5l33 179h-158q-46 -1 -93.5 -8.5t-88.5 -27t-71 -53 t-40 -85.5z" />
123
+ <glyph unicode="&#xab;" horiz-adv-x="888" d="M126 516l2 19l349 369l72 -1l-352 -382l221 -376h-67zM404 516l2 19l349 369l72 -1l-352 -382l221 -376h-67z" />
124
+ <glyph unicode="&#xac;" horiz-adv-x="1078" d="M136 700l7 53h770l-59 -357h-54l52 304h-716z" />
125
+ <glyph unicode="&#xad;" horiz-adv-x="599" d="M66 639l8 54h457l-7 -54h-458z" />
126
+ <glyph unicode="&#xae;" horiz-adv-x="1634" d="M126 543.5q-9 91.5 5 185.5q15 97 51.5 190.5t91.5 176.5t126.5 152.5t156 120t179.5 79t197 28.5q101 0 187 -29.5t154.5 -81t119.5 -122.5t81.5 -154t39.5 -174.5t-5 -185.5q-14 -97 -51 -190.5t-92 -177t-126 -153.5t-155.5 -121t-180 -79.5t-197.5 -28.5 q-101 0 -187 29.5t-155 82t-119.5 123.5t-81 154.5t-39.5 175zM179.5 559q7.5 -85 34.5 -162t73 -143.5t108.5 -115t141 -76.5t171.5 -28q94 0 182 27t166 74.5t144.5 112.5t118 142.5t86 163.5t49.5 175q14 85 6.5 169.5t-34.5 161.5t-72.5 143t-108 114.5t-141 76 t-171.5 27.5q-94 0 -182 -26.5t-166 -73.5t-145 -112t-118.5 -142t-86.5 -163t-49 -175q-14 -85 -6.5 -170zM533 326l128 830h229q57 -1 106 -15t84 -43t51 -74t7 -108q-6 -39 -22 -71t-40 -57t-54.5 -44.5t-64.5 -34.5q66 -28 85.5 -82.5t10.5 -121.5l-6 -36q-5 -33 -4 -64 t1 -63l-2 -16h-58q-5 36 -1 72t10 72l5 34q14 89 -21.5 130.5t-125.5 43.5h-209l-55 -352h-54zM650 734h194q42 1 81.5 13.5t72 35.5t55 56.5t30.5 77.5q10 53 -1.5 88t-38.5 56t-66.5 30t-86.5 10h-182z" />
127
+ <glyph unicode="&#xaf;" horiz-adv-x="797" d="M215 1403l7 53h609l-6 -53h-610z" />
128
+ <glyph unicode="&#xb0;" horiz-adv-x="770" d="M261 1236q7 47 31.5 90.5t60.5 76.5t80.5 53t93.5 20q48 0 86.5 -20.5t64 -54.5t36 -77t3.5 -88q-8 -47 -31.5 -89.5t-58.5 -75.5t-79.5 -52.5t-92.5 -19.5t-87.5 19.5t-65.5 52.5t-37.5 76t-3.5 89zM315.5 1167.5q6.5 -32.5 25 -57.5t47 -40t66.5 -15q39 0 73.5 14.5 t61.5 39t46 57.5t26 70q7 35 1.5 68t-23 59t-45.5 42t-66 16q-39 0 -74.5 -15t-63.5 -40.5t-47.5 -59t-26.5 -70.5q-7 -36 -0.5 -68.5z" />
129
+ <glyph unicode="&#xb1;" horiz-adv-x="1055" d="M28 -1l7 54h811l-7 -54h-811zM94 751l6 54h431l72 462h53l-71 -462h405l-6 -54h-407l-72 -462h-54l72 462h-429z" />
130
+ <glyph unicode="&#xb2;" horiz-adv-x="716" d="M116 664l7 44l329 295q27 24 58 51t58.5 57t48.5 64t29 72q8 40 -0.5 71.5t-30 52.5t-53 32.5t-70.5 11.5q-93 0 -158 -49.5t-88 -138.5h-54q11 54 38.5 97.5t67 74.5t88.5 48t104 17q48 0 90 -14.5t71.5 -42t43 -68t5.5 -91.5q-7 -44 -30.5 -84t-55 -75.5t-67.5 -67.5 t-67 -60l-286 -248h458l-8 -49h-528z" />
131
+ <glyph unicode="&#xb3;" horiz-adv-x="716" d="M125 881h53q-5 -45 8.5 -78.5t40.5 -56t63.5 -34t78.5 -11.5t82 10.5t73 32t56.5 54t32.5 76.5q9 49 -6.5 81t-46 51t-70.5 26.5t-79 8.5h-73l8 49h67q38 1 78 10t74.5 28t59.5 49t34 72q9 41 -1 72t-33 51.5t-56.5 31t-70.5 10.5q-42 0 -80 -10.5t-69.5 -32t-54.5 -53 t-35 -71.5h-53q11 51 38.5 91t66.5 68t86.5 43t98.5 15q49 0 92.5 -14t74 -42t45 -68.5t5.5 -93.5q-6 -36 -23.5 -64t-42 -50t-55 -38t-61.5 -28q34 -11 61.5 -28t46 -41t26.5 -54.5t2 -67.5q-8 -54 -36.5 -95.5t-69 -69.5t-90.5 -42.5t-101 -14.5q-52 0 -98.5 14.5 t-81 43.5t-52.5 71.5t-13 98.5z" />
132
+ <glyph unicode="&#xb4;" horiz-adv-x="506" d="M223 1252l223 263l68 -1l-229 -263z" />
133
+ <glyph unicode="&#xb5;" d="M-10 -416l258 1498h52l-110 -642q-12 -69 -11.5 -141t23 -131t72 -96.5t136.5 -37.5q88 0 159 28.5t125 79t90.5 120t54.5 152.5l115 668h54l-99 -577l-4 -23l-83 -482h-41l29 207q-66 -106 -164 -166.5t-226 -60.5q-100 0 -172 47.5t-103 143.5l-103 -587h-52z" />
134
+ <glyph unicode="&#xb6;" horiz-adv-x="928" d="M163 988q17 106 66 191.5t122.5 146.5t166.5 94.5t199 35.5h180l-252 -1456h-54l89 520h-115q-104 1 -186 35.5t-136 96t-75.5 147t-4.5 189.5z" />
135
+ <glyph unicode="&#xb7;" horiz-adv-x="468" d="M191 708q4 20 22.5 37t39.5 17q23 0 37 -18t11 -40q-4 -20 -22.5 -36.5t-40.5 -16.5q-22 1 -36 18t-11 39z" />
136
+ <glyph unicode="&#xb8;" horiz-adv-x="485" d="M-94 -435l1 49q35 1 76 8.5t77.5 23t64.5 42t37 67.5q8 38 -5.5 61t-39 36t-57.5 18.5t-60 9.5l44 120h53l-25 -77q35 -5 64.5 -17.5t49 -33t28.5 -49.5t3 -68q-8 -55 -40.5 -91t-77 -57.5t-96 -30.5t-97.5 -11z" />
137
+ <glyph unicode="&#xb9;" horiz-adv-x="642" d="M250 1307l7 52l299 97h11l-134 -791h-54l124 720z" />
138
+ <glyph unicode="&#xba;" horiz-adv-x="897" d="M217 899q-10 60 0 125l19 117q12 66 41 126.5t73.5 107t103.5 74t131 27.5t123 -28t81 -75t40 -107.5t0 -124.5l-20 -117q-12 -66 -41 -126.5t-73 -106.5t-103 -73.5t-131 -27.5t-122.5 28t-81 74.5t-40.5 106.5zM266.5 919.5q5.5 -50.5 28 -89.5t63.5 -62.5t103 -23.5 q61 0 110.5 23t86.5 61.5t61.5 89t35.5 106.5l21 117q9 53 3.5 103.5t-28 89.5t-63.5 63.5t-102 24.5t-110.5 -23t-86.5 -62t-62 -90t-36 -106l-21 -117q-9 -54 -3.5 -104.5z" />
139
+ <glyph unicode="&#xbb;" horiz-adv-x="880" d="M49 173l351 381l-218 387h66l223 -381l-3 -19l-347 -369zM331 173l351 381l-218 387h66l223 -381l-3 -19l-347 -369z" />
140
+ <glyph unicode="&#xbc;" horiz-adv-x="1433" d="M255 172l885 1135l43 -32l-885 -1135zM263 1306l7 52l299 97h11l-134 -791h-54l124 720zM659 205l4 31l497 552l61 1l-91 -536h142l-8 -49h-143l-35 -204h-52l34 204zM738 253h338l82 466l-52 -65z" />
141
+ <glyph unicode="&#xbd;" horiz-adv-x="1473" d="M213 172l885 1135l43 -32l-885 -1135zM240 1306l7 52l299 97h11l-134 -791h-54l124 720zM720 0l7 44l329 295q27 24 58 51t58.5 57t48.5 64t29 72q8 40 -0.5 71.5t-30 52.5t-53 32.5t-70.5 11.5q-93 0 -158 -49.5t-88 -138.5h-54q11 54 38.5 97.5t67 74.5t88.5 48t104 17 q48 0 90 -14.5t71.5 -42t43 -68t5.5 -91.5q-7 -44 -30.5 -84t-55 -75.5t-67.5 -67.5t-67 -60l-286 -248h458l-8 -49h-528z" />
142
+ <glyph unicode="&#xbe;" horiz-adv-x="1548" d="M167 881h53q-5 -45 8.5 -78.5t40.5 -56t63.5 -34t78.5 -11.5t82 10.5t73 32t56.5 54t32.5 76.5q9 49 -6.5 81t-46 51t-70.5 26.5t-79 8.5h-73l8 49h67q38 1 78 10t74.5 28t59.5 49t34 72q9 41 -1 72t-33 51.5t-56.5 31t-70.5 10.5q-42 0 -80 -10.5t-69.5 -32t-54.5 -53 t-35 -71.5h-53q11 51 38.5 91t66.5 68t86.5 43t98.5 15q49 0 92.5 -14t74 -42t45 -68.5t5.5 -93.5q-6 -36 -23.5 -64t-42 -50t-55 -38t-61.5 -28q34 -11 61.5 -28t46 -41t26.5 -54.5t2 -67.5q-8 -54 -36.5 -95.5t-69 -69.5t-90.5 -42.5t-101 -14.5q-52 0 -98.5 14.5 t-81 43.5t-52.5 71.5t-13 98.5zM412 172l885 1135l43 -32l-885 -1135zM794 205l4 31l497 552l61 1l-91 -536h142l-8 -49h-143l-35 -204h-52l34 204zM873 253h338l82 466l-52 -65z" />
143
+ <glyph unicode="&#xbf;" horiz-adv-x="895" d="M-2 -15q12 74 42.5 138.5t73 121t95.5 106t110 94.5q34 27 57.5 53.5t40 56t27 64t18.5 76.5h53q-9 -50 -21.5 -89.5t-32 -73.5t-47 -65t-66.5 -64q-52 -44 -100 -89t-87.5 -95t-68 -108t-41.5 -128q-12 -64 -3.5 -120.5t37 -99t78 -67t119.5 -24.5t127 24t101 65 t74.5 97t45.5 120h55q-16 -76 -50 -141.5t-85 -114t-118.5 -76t-148.5 -27.5q-80 0 -139.5 29t-96 79t-49 116.5t-0.5 141.5zM491 1048q3 20 22 36.5t40 16.5q23 -1 37 -18t10 -39q-3 -20 -21.5 -37t-39.5 -17q-23 0 -37.5 18t-10.5 40z" />
144
+ <glyph unicode="&#xc0;" horiz-adv-x="1196" d="M-72 0l778 1455l65 1l280 -1456h-57l-83 435h-690l-233 -435h-60zM249 489h651l-168 899zM597 1836h63l145 -268h-56z" />
145
+ <glyph unicode="&#xc1;" horiz-adv-x="1196" d="M-72 0l778 1455l65 1l280 -1456h-57l-83 435h-690l-233 -435h-60zM249 489h651l-168 899zM722 1571l223 263l68 -1l-229 -263z" />
146
+ <glyph unicode="&#xc2;" horiz-adv-x="1196" d="M-72 0l778 1455l65 1l280 -1456h-57l-83 435h-690l-233 -435h-60zM249 489h651l-168 899zM521 1584l1 14l261 238h40l190 -243l-1 -10l-66 -1l-146 196l-214 -194h-65z" />
147
+ <glyph unicode="&#xc3;" horiz-adv-x="1196" d="M-72 0l778 1455l65 1l280 -1456h-57l-83 435h-690l-233 -435h-60zM249 489h651l-168 899zM467 1621q7 36 23.5 68.5t41.5 57t57.5 38.5t72.5 14q41 0 72 -19.5t59.5 -42.5t58.5 -42t69 -19q29 0 52 10.5t40.5 28.5t29.5 41t19 49h55q-8 -36 -24 -69.5t-41 -59t-58 -41 t-73 -15.5q-42 0 -72.5 19.5t-59 43t-58.5 42.5t-69 19q-58 0 -91.5 -35.5t-48.5 -87.5h-55z" />
148
+ <glyph unicode="&#xc4;" horiz-adv-x="1196" d="M-72 0l778 1455l65 1l280 -1456h-57l-83 435h-690l-233 -435h-60zM249 489h651l-168 899zM530 1741q3 21 21 38t40 17q23 0 37.5 -17.5t10.5 -39.5q-3 -21 -21.5 -37.5t-39.5 -16.5q-23 0 -37 17t-11 39zM962 1741q3 21 21 38t40 17t36.5 -17.5t11.5 -39.5 q-3 -21 -21.5 -37.5t-40.5 -16.5t-36 17t-11 39z" />
149
+ <glyph unicode="&#xc5;" horiz-adv-x="1196" d="M-72 0l778 1455l65 1l280 -1456h-57l-83 435h-690l-233 -435h-60zM249 489h651l-168 899zM619 1701q6 35 23 66.5t43 55t58.5 38t68.5 14.5t64.5 -14.5t47 -39t26.5 -56t3 -65.5q-5 -35 -22.5 -65.5t-43 -53.5t-58 -36.5t-68.5 -13.5q-35 0 -63.5 14t-48 37t-27.5 54 t-3 65zM672.5 1657q4.5 -21 16 -37t30.5 -25t43 -9q25 0 48 8.5t41 24.5t31 37t18 45q4 23 0.5 44.5t-15 38t-30.5 26.5t-44 10q-26 0 -48.5 -9t-41 -25.5t-31 -38.5t-17.5 -46q-5 -23 -0.5 -44z" />
150
+ <glyph unicode="&#xc6;" horiz-adv-x="1772" d="M-56 0l1105 1456h755l-7 -54h-676l-82 -616h569l-7 -54h-569l-91 -678h679l-7 -54h-732l57 425h-604l-323 -425h-67zM373 478h571l122 913z" />
151
+ <glyph unicode="&#xc7;" horiz-adv-x="1297" d="M131.5 468.5q-0.5 76.5 11.5 150.5l37 218q14 79 40.5 157t66 148.5t91 131.5t115.5 106t140.5 70.5t164.5 25.5q107 0 189.5 -33t137.5 -93.5t81 -146.5t21 -191h-53q4 93 -18 169t-69 129.5t-119.5 82.5t-168.5 29q-80 0 -149 -24t-127.5 -65t-105.5 -97t-83.5 -120.5 t-61 -135t-37.5 -141.5l-39 -220q-11 -66 -11.5 -134.5t11.5 -133.5t38.5 -122.5t69.5 -100.5t103 -68.5t141 -25.5q102 0 185.5 28.5t149.5 82.5t114 130t77 170h54q-29 -105 -81.5 -190.5t-126 -147t-167 -94.5t-204.5 -33q-89 0 -156.5 27t-117 73t-81 108.5t-47 133 t-16 147zM388 -444l1 49q35 1 76 8.5t77.5 23t64.5 42t37 67.5q8 38 -5.5 61t-39 36t-57.5 18.5t-60 9.5l44 120h53l-25 -77q35 -5 64.5 -17.5t49 -33t28.5 -49.5t3 -68q-8 -55 -40.5 -91t-77 -57.5t-96 -30.5t-97.5 -11z" />
152
+ <glyph unicode="&#xc8;" horiz-adv-x="1141" d="M89 0l253 1456h860l-8 -54h-807l-109 -626h707l-7 -54h-709l-116 -668h806l-8 -54h-862zM604 1836h63l145 -268h-56z" />
153
+ <glyph unicode="&#xc9;" horiz-adv-x="1141" d="M89 0l253 1456h860l-8 -54h-807l-109 -626h707l-7 -54h-709l-116 -668h806l-8 -54h-862zM729 1571l223 263l68 -1l-229 -263z" />
154
+ <glyph unicode="&#xca;" horiz-adv-x="1141" d="M89 0l253 1456h860l-8 -54h-807l-109 -626h707l-7 -54h-709l-116 -668h806l-8 -54h-862zM528 1584l1 14l261 238h40l190 -243l-1 -10l-66 -1l-146 196l-214 -194h-65z" />
155
+ <glyph unicode="&#xcb;" horiz-adv-x="1141" d="M89 0l253 1456h860l-8 -54h-807l-109 -626h707l-7 -54h-709l-116 -668h806l-8 -54h-862zM537 1741q3 21 21 38t40 17q23 0 37.5 -17.5t10.5 -39.5q-3 -21 -21.5 -37.5t-39.5 -16.5q-23 0 -37 17t-11 39zM969 1741q3 21 21 38t40 17t36.5 -17.5t11.5 -39.5 q-3 -21 -21.5 -37.5t-40.5 -16.5t-36 17t-11 39z" />
156
+ <glyph unicode="&#xcc;" horiz-adv-x="528" d="M129 0l251 1456h54l-251 -1456h-54zM265 1836h63l145 -268h-56z" />
157
+ <glyph unicode="&#xcd;" horiz-adv-x="528" d="M129 0l251 1456h54l-251 -1456h-54zM389 1571l223 263l68 -1l-229 -263z" />
158
+ <glyph unicode="&#xce;" horiz-adv-x="528" d="M129 0l251 1456h54l-251 -1456h-54zM189 1584l1 14l261 238h40l190 -243l-1 -10l-66 -1l-146 196l-214 -194h-65z" />
159
+ <glyph unicode="&#xcf;" horiz-adv-x="528" d="M129 0l251 1456h54l-251 -1456h-54zM198 1741q3 21 21 38t40 17q23 0 37.5 -17.5t10.5 -39.5q-3 -21 -21.5 -37.5t-39.5 -16.5q-23 0 -37 17t-11 39zM630 1741q3 21 21 38t40 17t36.5 -17.5t11.5 -39.5q-3 -21 -21.5 -37.5t-40.5 -16.5t-36 17t-11 39z" />
160
+ <glyph unicode="&#xd0;" horiz-adv-x="1340" d="M108 713l8 54h136l120 689h387q89 -1 163 -26t131.5 -68.5t98 -103t64 -130t28.5 -150t-8 -161.5l-30 -178q-23 -129 -82.5 -244t-149 -202.5t-206 -139.5t-252.5 -53h-397l124 713h-135zM183 54h333q123 2 229.5 50t189.5 128t138.5 185t77.5 222l32 181q19 111 0.5 215 t-72.5 185t-142.5 130.5t-209.5 51.5h-342l-110 -635h379l-7 -54h-382z" />
161
+ <glyph unicode="&#xd1;" horiz-adv-x="1416" d="M90 0l250 1456h53l677 -1363l236 1363h54l-250 -1456h-52l-676 1366l-237 -1366h-55zM578 1621q7 36 23.5 68.5t41.5 57t57.5 38.5t72.5 14q41 0 72 -19.5t59.5 -42.5t58.5 -42t69 -19q29 0 52 10.5t40.5 28.5t29.5 41t19 49h55q-8 -36 -24 -69.5t-41 -59t-58 -41 t-73 -15.5q-42 0 -72.5 19.5t-59 43t-58.5 42.5t-69 19q-58 0 -91.5 -35.5t-48.5 -87.5h-55z" />
162
+ <glyph unicode="&#xd2;" horiz-adv-x="1333" d="M121 464.5q-2 77.5 11 154.5l37 218q15 81 43 160t69 150t94.5 131t120 104t144.5 69t168 25q89 0 159 -26t122 -71t86 -106.5t52 -132.5t19.5 -148.5t-10.5 -154.5l-37 -218q-14 -81 -42.5 -160t-69.5 -150t-95 -131t-120 -104t-144 -69t-168 -25q-89 0 -159 26t-122 71 t-86 106.5t-52 132.5t-20 148.5zM175.5 479q0.5 -70 14 -135t42.5 -121.5t74.5 -98.5t108 -66t145.5 -24q82 0 153.5 23t132 63t109.5 95.5t86.5 120.5t63 137t39.5 146l39 220q12 70 11.5 140t-14.5 134.5t-43 121t-74.5 98t-109 65.5t-145.5 24q-123 0 -221.5 -49.5 t-172 -131.5t-121.5 -186.5t-68 -215.5l-38 -220q-12 -70 -11.5 -140zM663 1857h63l145 -268h-56z" />
163
+ <glyph unicode="&#xd3;" horiz-adv-x="1333" d="M121 464.5q-2 77.5 11 154.5l37 218q15 81 43 160t69 150t94.5 131t120 104t144.5 69t168 25q89 0 159 -26t122 -71t86 -106.5t52 -132.5t19.5 -148.5t-10.5 -154.5l-37 -218q-14 -81 -42.5 -160t-69.5 -150t-95 -131t-120 -104t-144 -69t-168 -25q-89 0 -159 26t-122 71 t-86 106.5t-52 132.5t-20 148.5zM175.5 479q0.5 -70 14 -135t42.5 -121.5t74.5 -98.5t108 -66t145.5 -24q82 0 153.5 23t132 63t109.5 95.5t86.5 120.5t63 137t39.5 146l39 220q12 70 11.5 140t-14.5 134.5t-43 121t-74.5 98t-109 65.5t-145.5 24q-123 0 -221.5 -49.5 t-172 -131.5t-121.5 -186.5t-68 -215.5l-38 -220q-12 -70 -11.5 -140zM788 1592l223 263l68 -1l-229 -263z" />
164
+ <glyph unicode="&#xd4;" horiz-adv-x="1333" d="M121 464.5q-2 77.5 11 154.5l37 218q15 81 43 160t69 150t94.5 131t120 104t144.5 69t168 25q89 0 159 -26t122 -71t86 -106.5t52 -132.5t19.5 -148.5t-10.5 -154.5l-37 -218q-14 -81 -42.5 -160t-69.5 -150t-95 -131t-120 -104t-144 -69t-168 -25q-89 0 -159 26t-122 71 t-86 106.5t-52 132.5t-20 148.5zM175.5 479q0.5 -70 14 -135t42.5 -121.5t74.5 -98.5t108 -66t145.5 -24q82 0 153.5 23t132 63t109.5 95.5t86.5 120.5t63 137t39.5 146l39 220q12 70 11.5 140t-14.5 134.5t-43 121t-74.5 98t-109 65.5t-145.5 24q-123 0 -221.5 -49.5 t-172 -131.5t-121.5 -186.5t-68 -215.5l-38 -220q-12 -70 -11.5 -140zM587 1605l1 14l261 238h40l190 -243l-1 -10l-66 -1l-146 196l-214 -194h-65z" />
165
+ <glyph unicode="&#xd5;" horiz-adv-x="1333" d="M121 464.5q-2 77.5 11 154.5l37 218q15 81 43 160t69 150t94.5 131t120 104t144.5 69t168 25q89 0 159 -26t122 -71t86 -106.5t52 -132.5t19.5 -148.5t-10.5 -154.5l-37 -218q-14 -81 -42.5 -160t-69.5 -150t-95 -131t-120 -104t-144 -69t-168 -25q-89 0 -159 26t-122 71 t-86 106.5t-52 132.5t-20 148.5zM175.5 479q0.5 -70 14 -135t42.5 -121.5t74.5 -98.5t108 -66t145.5 -24q82 0 153.5 23t132 63t109.5 95.5t86.5 120.5t63 137t39.5 146l39 220q12 70 11.5 140t-14.5 134.5t-43 121t-74.5 98t-109 65.5t-145.5 24q-123 0 -221.5 -49.5 t-172 -131.5t-121.5 -186.5t-68 -215.5l-38 -220q-12 -70 -11.5 -140zM533 1642q7 36 23.5 68.5t41.5 57t57.5 38.5t72.5 14q41 0 72 -19.5t59.5 -42.5t58.5 -42t69 -19q29 0 52 10.5t40.5 28.5t29.5 41t19 49h55q-8 -36 -24 -69.5t-41 -59t-58 -41t-73 -15.5 q-42 0 -72.5 19.5t-59 43t-58.5 42.5t-69 19q-58 0 -91.5 -35.5t-48.5 -87.5h-55z" />
166
+ <glyph unicode="&#xd6;" horiz-adv-x="1333" d="M121 464.5q-2 77.5 11 154.5l37 218q15 81 43 160t69 150t94.5 131t120 104t144.5 69t168 25q89 0 159 -26t122 -71t86 -106.5t52 -132.5t19.5 -148.5t-10.5 -154.5l-37 -218q-14 -81 -42.5 -160t-69.5 -150t-95 -131t-120 -104t-144 -69t-168 -25q-89 0 -159 26t-122 71 t-86 106.5t-52 132.5t-20 148.5zM175.5 479q0.5 -70 14 -135t42.5 -121.5t74.5 -98.5t108 -66t145.5 -24q82 0 153.5 23t132 63t109.5 95.5t86.5 120.5t63 137t39.5 146l39 220q12 70 11.5 140t-14.5 134.5t-43 121t-74.5 98t-109 65.5t-145.5 24q-123 0 -221.5 -49.5 t-172 -131.5t-121.5 -186.5t-68 -215.5l-38 -220q-12 -70 -11.5 -140zM596 1762q3 21 21 38t40 17q23 0 37.5 -17.5t10.5 -39.5q-3 -21 -21.5 -37.5t-39.5 -16.5q-23 0 -37 17t-11 39zM1028 1762q3 21 21 38t40 17t36.5 -17.5t11.5 -39.5q-3 -21 -21.5 -37.5t-40.5 -16.5 t-36 17t-11 39z" />
167
+ <glyph unicode="&#xd7;" horiz-adv-x="1030" d="M-3 38l441 395l-284 362l42 37l282 -363l410 363l35 -41l-410 -365l306 -392l-42 -35l-304 390l-441 -390z" />
168
+ <glyph unicode="&#xd8;" horiz-adv-x="1333" d="M54 -73l168 212q-35 47 -57 103.5t-33 118.5t-11 127.5t11 130.5l37 218q15 81 43 160t69 150t94.5 131t120 104t144.5 69t168 25q119 0 202.5 -44.5t137.5 -118.5l143 181l68 -1l-180 -228q49 -91 62 -202.5t-5 -225.5l-37 -218q-14 -81 -42.5 -160t-69.5 -150t-95 -131 t-120 -104t-144 -69t-168 -25q-100 0 -175 31.5t-128 85.5l-135 -171zM175.5 501q-1.5 -59 6.5 -115.5t26 -108.5t48 -95l859 1089q-47 69 -122 110t-185 41q-123 0 -221.5 -49.5t-172 -131.5t-121.5 -186.5t-68 -215.5l-38 -220q-10 -59 -11.5 -118zM290 140 q47 -49 113 -77.5t157 -28.5q82 0 153.5 23t132 63t109.5 95.5t86.5 120.5t63 137t39.5 146l39 220q17 100 8.5 200t-47.5 182z" />
169
+ <glyph unicode="&#xd9;" horiz-adv-x="1334" d="M156 469l171 987h53l-170 -987q-15 -92 1.5 -171.5t62 -138t118 -92t168.5 -33.5q98 0 183 32.5t151.5 90.5t111.5 137.5t63 174.5l170 987h54l-170 -987q-19 -108 -67.5 -197.5t-121.5 -154.5t-167.5 -101t-206.5 -36q-109 0 -192 36.5t-135.5 102t-73 155t-3.5 195.5z M680 1836h63l145 -268h-56z" />
170
+ <glyph unicode="&#xda;" horiz-adv-x="1334" d="M156 469l171 987h53l-170 -987q-15 -92 1.5 -171.5t62 -138t118 -92t168.5 -33.5q98 0 183 32.5t151.5 90.5t111.5 137.5t63 174.5l170 987h54l-170 -987q-19 -108 -67.5 -197.5t-121.5 -154.5t-167.5 -101t-206.5 -36q-109 0 -192 36.5t-135.5 102t-73 155t-3.5 195.5z M805 1571l223 263l68 -1l-229 -263z" />
171
+ <glyph unicode="&#xdb;" horiz-adv-x="1334" d="M156 469l171 987h53l-170 -987q-15 -92 1.5 -171.5t62 -138t118 -92t168.5 -33.5q98 0 183 32.5t151.5 90.5t111.5 137.5t63 174.5l170 987h54l-170 -987q-19 -108 -67.5 -197.5t-121.5 -154.5t-167.5 -101t-206.5 -36q-109 0 -192 36.5t-135.5 102t-73 155t-3.5 195.5z M604 1584l1 14l261 238h40l190 -243l-1 -10l-66 -1l-146 196l-214 -194h-65z" />
172
+ <glyph unicode="&#xdc;" horiz-adv-x="1334" d="M156 469l171 987h53l-170 -987q-15 -92 1.5 -171.5t62 -138t118 -92t168.5 -33.5q98 0 183 32.5t151.5 90.5t111.5 137.5t63 174.5l170 987h54l-170 -987q-19 -108 -67.5 -197.5t-121.5 -154.5t-167.5 -101t-206.5 -36q-109 0 -192 36.5t-135.5 102t-73 155t-3.5 195.5z M613 1741q3 21 21 38t40 17q23 0 37.5 -17.5t10.5 -39.5q-3 -21 -21.5 -37.5t-39.5 -16.5q-23 0 -37 17t-11 39zM1045 1741q3 21 21 38t40 17t36.5 -17.5t11.5 -39.5q-3 -21 -21.5 -37.5t-40.5 -16.5t-36 17t-11 39z" />
173
+ <glyph unicode="&#xdd;" horiz-adv-x="1196" d="M179 1457h69l341 -853l642 851l68 -1l-690 -905l-94 -549h-54l96 558zM717 1560l223 263l68 -1l-229 -263z" />
174
+ <glyph unicode="&#xde;" horiz-adv-x="1192" d="M90 0l251 1456h54l-54 -313h355q90 -2 165 -30t126 -80t73.5 -126.5t7.5 -168.5q-15 -95 -61 -169.5t-113 -126.5t-151.5 -79.5t-177.5 -28.5h-363l-58 -334h-54zM211 388h354q79 1 153.5 25.5t135 69t102.5 108.5t57 145t-3 145.5t-62 110.5t-109 70.5t-143 26.5h-363z " />
175
+ <glyph unicode="&#xdf;" horiz-adv-x="1158" d="M55 0l197 1143q14 76 43.5 147t76.5 125.5t112 87t151 32.5q58 0 109.5 -21t88 -58t54 -88t8.5 -111t-36 -112t-57.5 -102t-58.5 -102t-38 -112q-10 -55 9.5 -99t53 -82.5t74.5 -75.5t74.5 -77.5t53 -88.5t9.5 -109q-11 -70 -50.5 -128.5t-96 -100.5t-124.5 -65.5 t-136 -23.5q-37 0 -77 5t-78.5 15.5t-74 27.5t-63.5 42l30 47q51 -43 119.5 -63.5t134.5 -20.5q60 0 120 20t110 55.5t86 86t48 112.5q11 57 -7.5 102t-52 84t-75 74.5t-75.5 75t-54 85t-11 104.5q9 60 34.5 112.5t55.5 103t56.5 102t37.5 110.5q8 45 -4 85t-38.5 70 t-64.5 48t-83 19q-76 1 -133.5 -26.5t-99 -74t-67.5 -108.5t-39 -129l-198 -1143h-54z" />
176
+ <glyph unicode="&#xe0;" horiz-adv-x="1059" d="M32 274q10 62 38.5 110.5t70.5 85t94.5 62t109 41.5t114 23t111.5 8h255l29 158q11 69 -4 122.5t-51 89.5t-90 55t-121 19q-63 0 -125 -17.5t-114.5 -50.5t-91 -82t-53.5 -113l-54 2q15 75 58 133.5t103 98.5t132 61.5t145 21.5q78 0 142.5 -23t107.5 -67t61.5 -107.5 t6.5 -144.5l-93 -542q-9 -51 -13.5 -104t4.5 -105l-1 -9h-62q-2 51 3.5 100t15.5 98q-84 -103 -199.5 -161t-250.5 -57q-64 0 -119.5 21t-94 59t-57 92t-7.5 122zM85 270q-10 -54 5 -97.5t47 -74.5t77 -47.5t95 -17.5q73 -1 139.5 17.5t125 52t108 82t88.5 107.5l46 257 h-242q-46 -1 -97.5 -6.5t-102.5 -19t-98.5 -34.5t-86.5 -51.5t-66.5 -72t-37.5 -95.5zM508 1517h63l145 -268h-56z" />
177
+ <glyph unicode="&#xe1;" horiz-adv-x="1059" d="M32 274q10 62 38.5 110.5t70.5 85t94.5 62t109 41.5t114 23t111.5 8h255l29 158q11 69 -4 122.5t-51 89.5t-90 55t-121 19q-63 0 -125 -17.5t-114.5 -50.5t-91 -82t-53.5 -113l-54 2q15 75 58 133.5t103 98.5t132 61.5t145 21.5q78 0 142.5 -23t107.5 -67t61.5 -107.5 t6.5 -144.5l-93 -542q-9 -51 -13.5 -104t4.5 -105l-1 -9h-62q-2 51 3.5 100t15.5 98q-84 -103 -199.5 -161t-250.5 -57q-64 0 -119.5 21t-94 59t-57 92t-7.5 122zM85 270q-10 -54 5 -97.5t47 -74.5t77 -47.5t95 -17.5q73 -1 139.5 17.5t125 52t108 82t88.5 107.5l46 257 h-242q-46 -1 -97.5 -6.5t-102.5 -19t-98.5 -34.5t-86.5 -51.5t-66.5 -72t-37.5 -95.5zM633 1252l223 263l68 -1l-229 -263z" />
178
+ <glyph unicode="&#xe2;" horiz-adv-x="1059" d="M32 274q10 62 38.5 110.5t70.5 85t94.5 62t109 41.5t114 23t111.5 8h255l29 158q11 69 -4 122.5t-51 89.5t-90 55t-121 19q-63 0 -125 -17.5t-114.5 -50.5t-91 -82t-53.5 -113l-54 2q15 75 58 133.5t103 98.5t132 61.5t145 21.5q78 0 142.5 -23t107.5 -67t61.5 -107.5 t6.5 -144.5l-93 -542q-9 -51 -13.5 -104t4.5 -105l-1 -9h-62q-2 51 3.5 100t15.5 98q-84 -103 -199.5 -161t-250.5 -57q-64 0 -119.5 21t-94 59t-57 92t-7.5 122zM85 270q-10 -54 5 -97.5t47 -74.5t77 -47.5t95 -17.5q73 -1 139.5 17.5t125 52t108 82t88.5 107.5l46 257 h-242q-46 -1 -97.5 -6.5t-102.5 -19t-98.5 -34.5t-86.5 -51.5t-66.5 -72t-37.5 -95.5zM432 1265l1 14l261 238h40l190 -243l-1 -10l-66 -1l-146 196l-214 -194h-65z" />
179
+ <glyph unicode="&#xe3;" horiz-adv-x="1059" d="M32 274q10 62 38.5 110.5t70.5 85t94.5 62t109 41.5t114 23t111.5 8h255l29 158q11 69 -4 122.5t-51 89.5t-90 55t-121 19q-63 0 -125 -17.5t-114.5 -50.5t-91 -82t-53.5 -113l-54 2q15 75 58 133.5t103 98.5t132 61.5t145 21.5q78 0 142.5 -23t107.5 -67t61.5 -107.5 t6.5 -144.5l-93 -542q-9 -51 -13.5 -104t4.5 -105l-1 -9h-62q-2 51 3.5 100t15.5 98q-84 -103 -199.5 -161t-250.5 -57q-64 0 -119.5 21t-94 59t-57 92t-7.5 122zM85 270q-10 -54 5 -97.5t47 -74.5t77 -47.5t95 -17.5q73 -1 139.5 17.5t125 52t108 82t88.5 107.5l46 257 h-242q-46 -1 -97.5 -6.5t-102.5 -19t-98.5 -34.5t-86.5 -51.5t-66.5 -72t-37.5 -95.5zM378 1301q7 36 23.5 68.5t41.5 57t57.5 38.5t72.5 14q41 0 72 -19.5t59.5 -42.5t58.5 -42t69 -19q29 0 52 10.5t40.5 28.5t29.5 41t19 49h55q-8 -36 -24 -69.5t-41 -59t-58 -41 t-73 -15.5q-42 0 -72.5 19.5t-59 43t-58.5 42.5t-69 19q-58 0 -91.5 -35.5t-48.5 -87.5h-55z" />
180
+ <glyph unicode="&#xe4;" horiz-adv-x="1059" d="M32 274q10 62 38.5 110.5t70.5 85t94.5 62t109 41.5t114 23t111.5 8h255l29 158q11 69 -4 122.5t-51 89.5t-90 55t-121 19q-63 0 -125 -17.5t-114.5 -50.5t-91 -82t-53.5 -113l-54 2q15 75 58 133.5t103 98.5t132 61.5t145 21.5q78 0 142.5 -23t107.5 -67t61.5 -107.5 t6.5 -144.5l-93 -542q-9 -51 -13.5 -104t4.5 -105l-1 -9h-62q-2 51 3.5 100t15.5 98q-84 -103 -199.5 -161t-250.5 -57q-64 0 -119.5 21t-94 59t-57 92t-7.5 122zM85 270q-10 -54 5 -97.5t47 -74.5t77 -47.5t95 -17.5q73 -1 139.5 17.5t125 52t108 82t88.5 107.5l46 257 h-242q-46 -1 -97.5 -6.5t-102.5 -19t-98.5 -34.5t-86.5 -51.5t-66.5 -72t-37.5 -95.5zM441 1422q3 21 21 38t40 17q23 0 37.5 -17.5t10.5 -39.5q-3 -21 -21.5 -37.5t-39.5 -16.5q-23 0 -37 17t-11 39zM873 1422q3 21 21 38t40 17t36.5 -17.5t11.5 -39.5q-3 -21 -21.5 -37.5 t-40.5 -16.5t-36 17t-11 39z" />
181
+ <glyph unicode="&#xe5;" horiz-adv-x="1059" d="M32 274q10 62 38.5 110.5t70.5 85t94.5 62t109 41.5t114 23t111.5 8h255l29 158q11 69 -4 122.5t-51 89.5t-90 55t-121 19q-63 0 -125 -17.5t-114.5 -50.5t-91 -82t-53.5 -113l-54 2q15 75 58 133.5t103 98.5t132 61.5t145 21.5q78 0 142.5 -23t107.5 -67t61.5 -107.5 t6.5 -144.5l-93 -542q-9 -51 -13.5 -104t4.5 -105l-1 -9h-62q-2 51 3.5 100t15.5 98q-84 -103 -199.5 -161t-250.5 -57q-64 0 -119.5 21t-94 59t-57 92t-7.5 122zM85 270q-10 -54 5 -97.5t47 -74.5t77 -47.5t95 -17.5q73 -1 139.5 17.5t125 52t108 82t88.5 107.5l46 257 h-242q-46 -1 -97.5 -6.5t-102.5 -19t-98.5 -34.5t-86.5 -51.5t-66.5 -72t-37.5 -95.5zM530 1382q6 35 23 66.5t43 55t58.5 38t68.5 14.5t64.5 -14.5t47 -39t26.5 -56t3 -65.5q-5 -35 -22.5 -65.5t-43 -53.5t-58 -36.5t-68.5 -13.5q-35 0 -63.5 14t-48 37t-27.5 54t-3 65z M583.5 1338q4.5 -21 16 -37t30.5 -25t43 -9q25 0 48 8.5t41 24.5t31 37t18 45q4 23 0.5 44.5t-15 38t-30.5 26.5t-44 10q-26 0 -48.5 -9t-41 -25.5t-31 -38.5t-17.5 -46q-5 -23 -0.5 -44z" />
182
+ <glyph unicode="&#xe6;" horiz-adv-x="1693" d="M35 284q14 88 58.5 153t109 107.5t143.5 63.5t162 22h285l16 90q11 65 6 124.5t-30.5 104.5t-73.5 72t-123 27q-67 0 -130 -17.5t-115 -52.5t-89.5 -86.5t-53.5 -119.5l-52 7q16 79 57.5 139t101 101t132 62t149.5 21q66 0 118.5 -20.5t88.5 -58t55 -90.5t18 -119 q34 58 79 110t99 91.5t117 63t135 23.5q97 0 164.5 -36.5t107 -97.5t51.5 -141t-2 -167l-15 -83h-760l-3 -13l-13 -64q-16 -86 -9 -169.5t42 -149.5t100 -106.5t166 -40.5q98 0 185 35t162 95l25 -44q-158 -140 -371 -140q-63 0 -118.5 16.5t-100.5 48t-78 78t-51 107.5 l-3 -14h2q-36 -56 -85.5 -100t-108 -74t-123 -46t-130.5 -16q-69 0 -128.5 20t-100.5 58.5t-60.5 95t-7.5 130.5zM89 280q-12 -62 3 -108t48.5 -77.5t83 -47t107.5 -15.5q52 0 109 13t110 37.5t98 60.5t74 82l62 350h-274q-71 -1 -140 -19t-127 -54t-99 -91.5t-55 -130.5z M851 632h706l7 32q14 73 5.5 142.5t-41 123t-90 86t-140.5 32.5q-89 0 -160.5 -36.5t-127 -95.5t-95 -133.5t-64.5 -150.5z" />
183
+ <glyph unicode="&#xe7;" horiz-adv-x="1018" d="M70 392.5q0 64.5 10 127.5l7 42q12 67 34 132.5t54 125.5t75 111.5t96.5 89.5t117.5 59.5t139 21.5q84 0 149 -28.5t108 -79t62.5 -119.5t12.5 -150h-53q7 69 -9 128t-52 102.5t-90.5 68t-126.5 24.5q-102 0 -180.5 -42.5t-135.5 -111.5t-93.5 -156t-53.5 -176l-7 -42 q-9 -55 -11 -113t7 -111.5t30 -101t56 -83t85 -56.5t119 -21q70 0 133 20.5t113.5 59t87.5 92.5t57 121h54q-19 -78 -60.5 -141.5t-100 -109.5t-131 -71t-152.5 -25q-76 0 -133.5 22.5t-98.5 61.5t-67.5 91.5t-39 112.5t-12.5 124.5zM261 -444l1 49q35 1 76 8.5t77.5 23 t64.5 42t37 67.5q8 38 -5.5 61t-39 36t-57.5 18.5t-60 9.5l44 120h53l-25 -77q35 -5 64.5 -17.5t49 -33t28.5 -49.5t3 -68q-8 -55 -40.5 -91t-77 -57.5t-96 -30.5t-97.5 -11z" />
184
+ <glyph unicode="&#xe8;" horiz-adv-x="1011" d="M63.5 389.5q-3.5 64.5 6.5 128.5l7 44q11 65 35 130t58.5 125t80 112t100.5 90.5t119.5 60.5t136.5 22q97 0 165 -40.5t107.5 -105.5t52.5 -148t0 -168l-10 -63h-785l-4 -15l-8 -44q-10 -56 -8.5 -113t15 -111t39.5 -101t64.5 -82.5t89.5 -56.5t116 -21q102 -1 185 38.5 t155 109.5l36 -29q-74 -82 -168.5 -127t-206.5 -45q-73 0 -131.5 22t-103.5 60.5t-75.5 90.5t-47.5 112t-20.5 124.5zM144 631h729l3 13q14 72 4.5 143.5t-42.5 129.5t-90.5 94.5t-139.5 36.5q-89 0 -163 -36t-132.5 -95.5t-101 -134.5t-67.5 -151zM498 1516h63l145 -268 h-56z" />
185
+ <glyph unicode="&#xe9;" horiz-adv-x="1011" d="M63.5 389.5q-3.5 64.5 6.5 128.5l7 44q11 65 35 130t58.5 125t80 112t100.5 90.5t119.5 60.5t136.5 22q97 0 165 -40.5t107.5 -105.5t52.5 -148t0 -168l-10 -63h-785l-4 -15l-8 -44q-10 -56 -8.5 -113t15 -111t39.5 -101t64.5 -82.5t89.5 -56.5t116 -21q102 -1 185 38.5 t155 109.5l36 -29q-74 -82 -168.5 -127t-206.5 -45q-73 0 -131.5 22t-103.5 60.5t-75.5 90.5t-47.5 112t-20.5 124.5zM144 631h729l3 13q14 72 4.5 143.5t-42.5 129.5t-90.5 94.5t-139.5 36.5q-89 0 -163 -36t-132.5 -95.5t-101 -134.5t-67.5 -151zM623 1251l223 263l68 -1 l-229 -263z" />
186
+ <glyph unicode="&#xea;" horiz-adv-x="1011" d="M63.5 389.5q-3.5 64.5 6.5 128.5l7 44q11 65 35 130t58.5 125t80 112t100.5 90.5t119.5 60.5t136.5 22q97 0 165 -40.5t107.5 -105.5t52.5 -148t0 -168l-10 -63h-785l-4 -15l-8 -44q-10 -56 -8.5 -113t15 -111t39.5 -101t64.5 -82.5t89.5 -56.5t116 -21q102 -1 185 38.5 t155 109.5l36 -29q-74 -82 -168.5 -127t-206.5 -45q-73 0 -131.5 22t-103.5 60.5t-75.5 90.5t-47.5 112t-20.5 124.5zM144 631h729l3 13q14 72 4.5 143.5t-42.5 129.5t-90.5 94.5t-139.5 36.5q-89 0 -163 -36t-132.5 -95.5t-101 -134.5t-67.5 -151zM422 1264l1 14l261 238 h40l190 -243l-1 -10l-66 -1l-146 196l-214 -194h-65z" />
187
+ <glyph unicode="&#xeb;" horiz-adv-x="1011" d="M63.5 389.5q-3.5 64.5 6.5 128.5l7 44q11 65 35 130t58.5 125t80 112t100.5 90.5t119.5 60.5t136.5 22q97 0 165 -40.5t107.5 -105.5t52.5 -148t0 -168l-10 -63h-785l-4 -15l-8 -44q-10 -56 -8.5 -113t15 -111t39.5 -101t64.5 -82.5t89.5 -56.5t116 -21q102 -1 185 38.5 t155 109.5l36 -29q-74 -82 -168.5 -127t-206.5 -45q-73 0 -131.5 22t-103.5 60.5t-75.5 90.5t-47.5 112t-20.5 124.5zM144 631h729l3 13q14 72 4.5 143.5t-42.5 129.5t-90.5 94.5t-139.5 36.5q-89 0 -163 -36t-132.5 -95.5t-101 -134.5t-67.5 -151zM431 1421q3 21 21 38 t40 17q23 0 37.5 -17.5t10.5 -39.5q-3 -21 -21.5 -37.5t-39.5 -16.5q-23 0 -37 17t-11 39zM863 1421q3 21 21 38t40 17t36.5 -17.5t11.5 -39.5q-3 -21 -21.5 -37.5t-40.5 -16.5t-36 17t-11 39z" />
188
+ <glyph unicode="&#xec;" horiz-adv-x="404" d="M72 0l186 1082h54l-186 -1082h-54zM148 1494h63l145 -268h-56z" />
189
+ <glyph unicode="&#xed;" horiz-adv-x="404" d="M72 0l186 1082h54l-186 -1082h-54zM272 1229l223 263l68 -1l-229 -263z" />
190
+ <glyph unicode="&#xee;" horiz-adv-x="404" d="M72 0l186 1082h54l-186 -1082h-54zM72 1242l1 14l261 238h40l190 -243l-1 -10l-66 -1l-146 196l-214 -194h-65z" />
191
+ <glyph unicode="&#xef;" horiz-adv-x="404" d="M72 0l186 1082h54l-186 -1082h-54zM81 1399q3 21 21 38t40 17q23 0 37.5 -17.5t10.5 -39.5q-3 -21 -21.5 -37.5t-39.5 -16.5q-23 0 -37 17t-11 39zM513 1399q3 21 21 38t40 17t36.5 -17.5t11.5 -39.5q-3 -21 -21.5 -37.5t-40.5 -16.5t-36 17t-11 39z" />
192
+ <glyph unicode="&#xf0;" horiz-adv-x="1158" d="M144 465q16 98 55.5 186.5t102 155.5t147 106.5t190.5 39.5q50 0 99.5 -10t94 -31.5t81.5 -54t63 -77.5q10 135 -17 262t-108 237l-253 -130l-22 50l235 122q-67 72 -150 121t-174 86l26 48q98 -40 187 -94.5t162 -132.5l217 112l23 -50l-202 -104q54 -77 84 -161 t41.5 -172t7 -178.5t-19.5 -180.5l-14 -80q-11 -62 -31.5 -127t-51 -126.5t-71.5 -116t-92 -96t-112.5 -65.5t-133.5 -24q-100 0 -175 41t-122 109t-64.5 155.5t-2.5 179.5zM198 307.5q14 -76.5 54 -136.5t105.5 -96.5t154.5 -36.5q64 0 118.5 22t99 59t80 86.5t62 104.5 t45 113t28.5 112l15 82q3 14 5.5 27.5t4.5 27.5q-15 57 -47.5 99t-77 69.5t-97.5 41t-109 13.5q-93 0 -167.5 -35t-130 -94.5t-91.5 -137.5t-51 -163q-15 -81 -1 -157.5z" />
193
+ <glyph unicode="&#xf1;" d="M63 0l186 1082h54l-47 -252q34 55 78 104.5t97 86.5t114 59t129 22q92 0 150.5 -32.5t89 -88t37 -128.5t-6.5 -153l-121 -700h-54l121 700q11 68 8.5 131.5t-26 112t-71.5 77.5t-129 28q-72 -1 -141 -31t-127.5 -79.5t-102 -113.5t-64.5 -132l-120 -693h-54zM379 1299 q7 36 23.5 68.5t41.5 57t57.5 38.5t72.5 14q41 0 72 -19.5t59.5 -42.5t58.5 -42t69 -19q29 0 52 10.5t40.5 28.5t29.5 41t19 49h55q-8 -36 -24 -69.5t-41 -59t-58 -41t-73 -15.5q-42 0 -72.5 19.5t-59 43t-58.5 42.5t-69 19q-58 0 -91.5 -35.5t-48.5 -87.5h-55z" />
194
+ <glyph unicode="&#xf2;" horiz-adv-x="1103" d="M72 324.5q-14 96.5 1 195.5l7 42q18 103 64 200t115.5 172.5t162.5 121.5t206 46t191.5 -47.5t123.5 -124t59 -173t-2 -195.5l-7 -42q-18 -103 -63.5 -200t-115 -172.5t-162.5 -121.5t-206 -46t-191 47.5t-123.5 124t-59.5 173zM118.5 405q1.5 -58 14.5 -112t38.5 -101.5 t64 -82.5t90.5 -55t119 -20q100 0 183.5 42t146.5 110.5t105 156t59 177.5l7 42q10 56 8.5 114t-14.5 112t-38.5 101.5t-64 82.5t-90.5 55.5t-118 20.5q-100 0 -183 -42t-146.5 -111t-105.5 -156t-60 -177l-7 -42q-10 -57 -8.5 -115zM516 1515h63l145 -268h-56z" />
195
+ <glyph unicode="&#xf3;" horiz-adv-x="1103" d="M72 324.5q-14 96.5 1 195.5l7 42q18 103 64 200t115.5 172.5t162.5 121.5t206 46t191.5 -47.5t123.5 -124t59 -173t-2 -195.5l-7 -42q-18 -103 -63.5 -200t-115 -172.5t-162.5 -121.5t-206 -46t-191 47.5t-123.5 124t-59.5 173zM118.5 405q1.5 -58 14.5 -112t38.5 -101.5 t64 -82.5t90.5 -55t119 -20q100 0 183.5 42t146.5 110.5t105 156t59 177.5l7 42q10 56 8.5 114t-14.5 112t-38.5 101.5t-64 82.5t-90.5 55.5t-118 20.5q-100 0 -183 -42t-146.5 -111t-105.5 -156t-60 -177l-7 -42q-10 -57 -8.5 -115zM641 1250l223 263l68 -1l-229 -263z" />
196
+ <glyph unicode="&#xf4;" horiz-adv-x="1103" d="M72 324.5q-14 96.5 1 195.5l7 42q18 103 64 200t115.5 172.5t162.5 121.5t206 46t191.5 -47.5t123.5 -124t59 -173t-2 -195.5l-7 -42q-18 -103 -63.5 -200t-115 -172.5t-162.5 -121.5t-206 -46t-191 47.5t-123.5 124t-59.5 173zM118.5 405q1.5 -58 14.5 -112t38.5 -101.5 t64 -82.5t90.5 -55t119 -20q100 0 183.5 42t146.5 110.5t105 156t59 177.5l7 42q10 56 8.5 114t-14.5 112t-38.5 101.5t-64 82.5t-90.5 55.5t-118 20.5q-100 0 -183 -42t-146.5 -111t-105.5 -156t-60 -177l-7 -42q-10 -57 -8.5 -115zM440 1263l1 14l261 238h40l190 -243 l-1 -10l-66 -1l-146 196l-214 -194h-65z" />
197
+ <glyph unicode="&#xf5;" horiz-adv-x="1103" d="M72 324.5q-14 96.5 1 195.5l7 42q18 103 64 200t115.5 172.5t162.5 121.5t206 46t191.5 -47.5t123.5 -124t59 -173t-2 -195.5l-7 -42q-18 -103 -63.5 -200t-115 -172.5t-162.5 -121.5t-206 -46t-191 47.5t-123.5 124t-59.5 173zM118.5 405q1.5 -58 14.5 -112t38.5 -101.5 t64 -82.5t90.5 -55t119 -20q100 0 183.5 42t146.5 110.5t105 156t59 177.5l7 42q10 56 8.5 114t-14.5 112t-38.5 101.5t-64 82.5t-90.5 55.5t-118 20.5q-100 0 -183 -42t-146.5 -111t-105.5 -156t-60 -177l-7 -42q-10 -57 -8.5 -115zM386 1299q7 36 23.5 68.5t41.5 57 t57.5 38.5t72.5 14q41 0 72 -19.5t59.5 -42.5t58.5 -42t69 -19q29 0 52 10.5t40.5 28.5t29.5 41t19 49h55q-8 -36 -24 -69.5t-41 -59t-58 -41t-73 -15.5q-42 0 -72.5 19.5t-59 43t-58.5 42.5t-69 19q-58 0 -91.5 -35.5t-48.5 -87.5h-55z" />
198
+ <glyph unicode="&#xf6;" horiz-adv-x="1103" d="M72 324.5q-14 96.5 1 195.5l7 42q18 103 64 200t115.5 172.5t162.5 121.5t206 46t191.5 -47.5t123.5 -124t59 -173t-2 -195.5l-7 -42q-18 -103 -63.5 -200t-115 -172.5t-162.5 -121.5t-206 -46t-191 47.5t-123.5 124t-59.5 173zM118.5 405q1.5 -58 14.5 -112t38.5 -101.5 t64 -82.5t90.5 -55t119 -20q100 0 183.5 42t146.5 110.5t105 156t59 177.5l7 42q10 56 8.5 114t-14.5 112t-38.5 101.5t-64 82.5t-90.5 55.5t-118 20.5q-100 0 -183 -42t-146.5 -111t-105.5 -156t-60 -177l-7 -42q-10 -57 -8.5 -115zM449 1420q3 21 21 38t40 17 q23 0 37.5 -17.5t10.5 -39.5q-3 -21 -21.5 -37.5t-39.5 -16.5q-23 0 -37 17t-11 39zM881 1420q3 21 21 38t40 17t36.5 -17.5t11.5 -39.5q-3 -21 -21.5 -37.5t-40.5 -16.5t-36 17t-11 39z" />
199
+ <glyph unicode="&#xf7;" horiz-adv-x="1134" d="M86 686l7 52h970l-7 -52h-970zM461 303q3 20 21.5 37t39.5 17q23 0 37.5 -18t10.5 -40q-3 -20 -22 -36.5t-40 -16.5q-23 1 -37 18t-10 39zM596 1081q3 20 21.5 37t39.5 17q23 0 37 -18t11 -40q-3 -20 -22 -36.5t-40 -16.5q-23 1 -37 18t-10 39z" />
200
+ <glyph unicode="&#xf8;" d="M62 389q-3 65 8 131l7 42q18 103 64 200t115.5 172.5t162.5 121.5t206 46q63 0 115 -15.5t94 -43.5l113 175h64l-134 -209q41 -39 69 -89.5t42.5 -109t16.5 -122t-8 -126.5l-7 -42q-18 -103 -63.5 -200t-115 -172.5t-162.5 -121.5t-206 -46q-59 0 -107.5 13.5t-89.5 37.5 l-112 -175h-64l133 206q-45 38 -75 90t-46.5 112t-19.5 125zM115.5 404.5q1.5 -58.5 14.5 -112.5t38.5 -101t64.5 -82l571 887q-35 24 -79.5 38t-98.5 14q-100 0 -183 -42t-146.5 -111t-105.5 -156t-60 -177l-7 -42q-10 -57 -8.5 -115.5zM276 77q34 -20 75 -31.5t91 -11.5 q100 0 183.5 42t146.5 110.5t105 156t59 177.5l7 42q9 54 8.5 109.5t-12.5 108t-35.5 99t-58.5 82.5z" />
201
+ <glyph unicode="&#xf9;" d="M121 238q-7 75 6 157l118 687h54l-119 -689q-11 -68 -7.5 -132.5t28 -114.5t74 -81t129.5 -31q68 0 134 19t122.5 56t98.5 90t62 122l131 761h55l-186 -1082h-55l34 175q-71 -98 -172 -146.5t-222 -48.5q-93 0 -153.5 34t-92.5 91.5t-39 132.5zM511 1517h63l145 -268h-56 z" />
202
+ <glyph unicode="&#xfa;" d="M121 238q-7 75 6 157l118 687h54l-119 -689q-11 -68 -7.5 -132.5t28 -114.5t74 -81t129.5 -31q68 0 134 19t122.5 56t98.5 90t62 122l131 761h55l-186 -1082h-55l34 175q-71 -98 -172 -146.5t-222 -48.5q-93 0 -153.5 34t-92.5 91.5t-39 132.5zM636 1252l223 263l68 -1 l-229 -263z" />
203
+ <glyph unicode="&#xfb;" d="M121 238q-7 75 6 157l118 687h54l-119 -689q-11 -68 -7.5 -132.5t28 -114.5t74 -81t129.5 -31q68 0 134 19t122.5 56t98.5 90t62 122l131 761h55l-186 -1082h-55l34 175q-71 -98 -172 -146.5t-222 -48.5q-93 0 -153.5 34t-92.5 91.5t-39 132.5zM435 1265l1 14l261 238h40 l190 -243l-1 -10l-66 -1l-146 196l-214 -194h-65z" />
204
+ <glyph unicode="&#xfc;" d="M121 238q-7 75 6 157l118 687h54l-119 -689q-11 -68 -7.5 -132.5t28 -114.5t74 -81t129.5 -31q68 0 134 19t122.5 56t98.5 90t62 122l131 761h55l-186 -1082h-55l34 175q-71 -98 -172 -146.5t-222 -48.5q-93 0 -153.5 34t-92.5 91.5t-39 132.5zM444 1422q3 21 21 38 t40 17q23 0 37.5 -17.5t10.5 -39.5q-3 -21 -21.5 -37.5t-39.5 -16.5q-23 0 -37 17t-11 39zM876 1422q3 21 21 38t40 17t36.5 -17.5t11.5 -39.5q-3 -21 -21.5 -37.5t-40.5 -16.5t-36 17t-11 39z" />
205
+ <glyph unicode="&#xfd;" horiz-adv-x="959" d="M-83 -426l6 51l34 -6t34 -3q50 0 90 18.5t73 49t59 69t48 77.5l97 181l-234 1072h57l215 -999l10 21l533 976h61l-683 -1261q-26 -49 -56.5 -95t-68.5 -81.5t-86 -57.5t-109 -23q-38 0 -80 11zM577 1252l223 263l68 -1l-229 -263z" />
206
+ <glyph unicode="&#xfe;" d="M-11 -416l243 1410l15 88l78 454h54l-78 -454l-32 -187q71 94 168.5 150.5t218.5 56.5q75 0 130 -24.5t92 -65.5t58.5 -96t30.5 -116t6.5 -125t-11.5 -123l-4 -21q-11 -63 -30.5 -128t-49 -126.5t-69 -115t-89.5 -94t-111.5 -64t-135.5 -23.5q-52 0 -101 11t-92 34.5 t-77.5 59t-56.5 83.5l-103 -584h-54zM160 266q13 -58 41.5 -101.5t69.5 -72.5t92.5 -43.5t109.5 -14.5q66 0 121 21.5t99.5 58t78.5 85.5t60 104t43.5 113.5t27.5 114.5l4 21q8 50 11.5 106.5t-1.5 111.5t-21 105t-47 88.5t-78 61.5t-114 23q-62 0 -125.5 -19.5t-119 -55.5 t-98.5 -86.5t-64 -111.5l-59 -332z" />
207
+ <glyph unicode="&#xff;" horiz-adv-x="959" d="M-83 -426l6 51l34 -6t34 -3q50 0 90 18.5t73 49t59 69t48 77.5l97 181l-234 1072h57l215 -999l10 21l533 976h61l-683 -1261q-26 -49 -56.5 -95t-68.5 -81.5t-86 -57.5t-109 -23q-38 0 -80 11zM385 1422q3 21 21 38t40 17q23 0 37.5 -17.5t10.5 -39.5q-3 -21 -21.5 -37.5 t-39.5 -16.5q-23 0 -37 17t-11 39zM817 1422q3 21 21 38t40 17t36.5 -17.5t11.5 -39.5q-3 -21 -21.5 -37.5t-40.5 -16.5t-36 17t-11 39z" />
208
+ <glyph unicode="&#x152;" horiz-adv-x="1827" d="M94.5 431q-2.5 72 9.5 145l52 304q14 76 40.5 149.5t66 139.5t90.5 121.5t113 96.5t135 64.5t156 24.5q81 1 162 -5.5t162 -14.5h815l-8 -54h-807l-109 -626h707l-7 -54h-709l-116 -668h806l-8 -54h-815q-80 -8 -159.5 -15t-160.5 -6q-83 1 -148.5 25.5t-114.5 66.5 t-82 99t-50.5 123t-20 138zM148 446q1 -65 14.5 -125t41.5 -112t70.5 -90.5t101 -61.5t133.5 -24q71 -1 141.5 2.5t140.5 11.5l237 1362q-67 8 -135 11t-135 2q-114 -2 -206.5 -47.5t-161.5 -120t-114.5 -171.5t-64.5 -201l-53 -306q-11 -65 -10 -130z" />
209
+ <glyph unicode="&#x153;" horiz-adv-x="1876" d="M74 324.5q-14 96.5 1 195.5l7 42q18 103 64 200t115.5 172.5t162.5 121.5t206 46q80 0 146 -26.5t115 -74t78.5 -112.5t37.5 -142q33 69 80.5 133t107.5 113.5t131.5 79t153.5 29.5q95 0 163.5 -36.5t110.5 -98t56 -141t1 -166.5l-15 -83h-783l-3 -13l-13 -64 q-14 -80 -4 -162t47 -149.5t101 -110.5t157 -44q103 -1 192 31t165 100l24 -44q-79 -73 -176 -107.5t-204 -33.5q-75 0 -138 28.5t-109.5 76.5t-75 111.5t-36.5 134.5q-35 -73 -84.5 -137t-111.5 -111.5t-136.5 -75t-159.5 -27.5q-113 0 -191 47.5t-123.5 124t-59.5 173z M120.5 405q1.5 -58 14.5 -112t38.5 -101.5t64 -82.5t90.5 -55t119 -20q100 0 183.5 42t146.5 110.5t105 156t59 177.5l7 42q9 56 8 114t-14.5 112t-38.5 101.5t-63.5 82.5t-90.5 55.5t-118 20.5q-100 0 -183 -42t-146.5 -111t-105.5 -156t-60 -177l-7 -42q-10 -57 -8.5 -115 zM1020 631h729l7 33q14 73 3 142t-46 123t-93 86.5t-139 32.5q-89 0 -163 -36.5t-131.5 -95.5t-99.5 -133.5t-67 -151.5z" />
210
+ <glyph unicode="&#x178;" horiz-adv-x="1196" d="M179 1457h69l341 -853l642 851l68 -1l-690 -905l-94 -549h-54l96 558zM525 1730q3 21 21 38t40 17q23 0 37.5 -17.5t10.5 -39.5q-3 -21 -21.5 -37.5t-39.5 -16.5q-23 0 -37 17t-11 39zM957 1730q3 21 21 38t40 17t36.5 -17.5t11.5 -39.5q-3 -21 -21.5 -37.5t-40.5 -16.5 t-36 17t-11 39z" />
211
+ <glyph unicode="&#x2c6;" horiz-adv-x="782" d="M263 1265l1 14l261 238h40l190 -243l-1 -10l-66 -1l-146 196l-214 -194h-65z" />
212
+ <glyph unicode="&#x2dc;" horiz-adv-x="802" d="M194 1287q7 36 23.5 68.5t41.5 57t57.5 38.5t72.5 14q41 0 72 -19.5t59.5 -42.5t58.5 -42t69 -19q29 0 52 10.5t40.5 28.5t29.5 41t19 49h55q-8 -36 -24 -69.5t-41 -59t-58 -41t-73 -15.5q-42 0 -72.5 19.5t-59 43t-58.5 42.5t-69 19q-58 0 -91.5 -35.5t-48.5 -87.5h-55z " />
213
+ <glyph unicode="&#x2000;" horiz-adv-x="937" />
214
+ <glyph unicode="&#x2001;" horiz-adv-x="1875" />
215
+ <glyph unicode="&#x2002;" horiz-adv-x="937" />
216
+ <glyph unicode="&#x2003;" horiz-adv-x="1875" />
217
+ <glyph unicode="&#x2004;" horiz-adv-x="625" />
218
+ <glyph unicode="&#x2005;" horiz-adv-x="468" />
219
+ <glyph unicode="&#x2006;" horiz-adv-x="312" />
220
+ <glyph unicode="&#x2007;" horiz-adv-x="312" />
221
+ <glyph unicode="&#x2008;" horiz-adv-x="234" />
222
+ <glyph unicode="&#x2009;" horiz-adv-x="375" />
223
+ <glyph unicode="&#x200a;" horiz-adv-x="104" />
224
+ <glyph unicode="&#x2010;" horiz-adv-x="599" d="M66 639l8 54h457l-7 -54h-458z" />
225
+ <glyph unicode="&#x2011;" horiz-adv-x="599" d="M66 639l8 54h457l-7 -54h-458z" />
226
+ <glyph unicode="&#x2012;" horiz-adv-x="599" d="M66 639l8 54h457l-7 -54h-458z" />
227
+ <glyph unicode="&#x2013;" horiz-adv-x="1294" d="M170 721l8 54h974l-9 -54h-973z" />
228
+ <glyph unicode="&#x2014;" horiz-adv-x="1524" d="M54 721l11 54h1298l-11 -54h-1298z" />
229
+ <glyph unicode="&#x2018;" horiz-adv-x="320" d="M197 1168l17 104q29 167 150 282l34 -34q-50 -55 -82.5 -114t-46.5 -132l-19 -106h-53z" />
230
+ <glyph unicode="&#x2019;" horiz-adv-x="320" d="M175 1185q49 55 82 114t47 132l18 105h54l-17 -103q-15 -83 -52 -153.5t-98 -128.5z" />
231
+ <glyph unicode="&#x201a;" horiz-adv-x="301" d="M-85 -148q49 55 82 114t47 132l22 130h54l-21 -128q-15 -83 -52 -153.5t-98 -128.5z" />
232
+ <glyph unicode="&#x201c;" horiz-adv-x="495" d="M192 1168l17 104q29 167 150 282l34 -34q-50 -55 -82.5 -114t-46.5 -132l-19 -106h-53zM372 1168l17 104q29 167 150 282l34 -34q-50 -55 -82.5 -114t-46.5 -132l-19 -106h-53z" />
233
+ <glyph unicode="&#x201d;" horiz-adv-x="497" d="M175 1185q49 55 82 114t47 132l18 105h54l-17 -103q-15 -83 -52 -153.5t-98 -128.5zM352 1185q49 55 82 114t47 132l18 105h54l-17 -103q-15 -83 -52 -153.5t-98 -128.5z" />
234
+ <glyph unicode="&#x201e;" horiz-adv-x="477" d="M-85 -148q49 55 82 114t47 132l22 130h54l-21 -128q-15 -83 -52 -153.5t-98 -128.5zM81 -148q49 55 82 114t47 132l22 130h54l-21 -128q-15 -83 -52 -153.5t-98 -128.5z" />
235
+ <glyph unicode="&#x2022;" horiz-adv-x="626" d="M168 703l11 70q7 34 23.5 63.5t40.5 50.5t55 33.5t67 12.5q35 0 63 -12t46.5 -33.5t26.5 -51t4 -63.5l-11 -70q-7 -35 -23.5 -63.5t-40.5 -49.5t-55 -33t-67 -12q-35 0 -63 11.5t-46.5 32.5t-26.5 50t-4 64z" />
236
+ <glyph unicode="&#x2026;" horiz-adv-x="1227" d="M84 51q3 20 21.5 37t39.5 17q23 0 37 -18t11 -40q-3 -20 -22 -36.5t-40 -16.5q-23 1 -37 18t-10 39zM456 51q3 20 21.5 37t39.5 17q23 0 37 -18t11 -40q-3 -20 -22 -36.5t-40 -16.5q-23 1 -37 18t-10 39zM814 51q3 20 21.5 37t39.5 17q23 0 37 -18t11 -40 q-3 -20 -22 -36.5t-40 -16.5q-23 1 -37 18t-10 39z" />
237
+ <glyph unicode="&#x202f;" horiz-adv-x="375" />
238
+ <glyph unicode="&#x2039;" horiz-adv-x="596" d="M96 551l2 19l349 369l72 -1l-352 -382l221 -376h-67z" />
239
+ <glyph unicode="&#x203a;" horiz-adv-x="596" d="M28 173l351 381l-218 387h66l223 -381l-3 -19l-347 -369z" />
240
+ <glyph unicode="&#x205f;" horiz-adv-x="468" />
241
+ <glyph unicode="&#x20ac;" d="M68 584l7 55h200l33 191h-198l8 56h197l7 36q23 118 74.5 219t129 175.5t180 117t227.5 42.5q55 0 108 -9t107 -22l-8 -58q-51 17 -102 26t-105 9q-114 0 -207 -37.5t-163 -104t-117 -157.5t-69 -199l-8 -38h443l-8 -56h-441l-34 -191h440l-7 -55h-440l-10 -50 q-19 -104 -5 -195t60.5 -159t126 -107.5t191.5 -39.5q57 0 112.5 9t110.5 24l-8 -56q-53 -15 -106.5 -23t-108.5 -8q-122 0 -211.5 44t-144.5 119t-73 176t2 216l10 50h-200z" />
242
+ <glyph unicode="&#x2122;" horiz-adv-x="1220" d="M247 1399l8 57h385l-8 -57h-166l-82 -480h-56l82 480h-163zM631 919l91 537h67l91 -456l250 455l69 1l-91 -537h-55l74 427l-230 -426l-52 -1l-81 451l-78 -451h-55z" />
243
+ <glyph unicode="&#x25fc;" horiz-adv-x="1085" d="M0 0v1085h1085v-1085h-1085z" />
244
+ <glyph unicode="&#xfb02;" horiz-adv-x="1055" d="M139 1027l7 55h184l25 154q12 65 38 123t67 102t96.5 69.5t126.5 26.5q63 0 126 -18l-15 -50q-28 7 -55 11t-56 3q-58 -1 -104 -23t-80 -58.5t-56 -84.5t-32 -101l-28 -154h277l-8 -55h-278l-177 -1027h-54l176 1027h-180zM712 0l264 1536h54l-264 -1536h-54z" />
245
+ <glyph unicode="&#xfb03;" horiz-adv-x="1681" d="M139 1027l7 55h184l25 154q12 65 38 123t67 102t96.5 69.5t126.5 26.5q63 0 126 -18l-15 -50q-28 7 -55 11t-56 3q-58 -1 -104 -23t-80 -58.5t-56 -84.5t-32 -101l-28 -154h277l-8 -55h-278l-177 -1027h-54l176 1027h-180zM775 1027l7 55h183l23 134q13 73 43.5 135 t77 107.5t109 71.5t139.5 27q67 1 131 -14t124 -44l-14 -50q-58 28 -116.5 41.5t-123.5 12.5q-64 -1 -117 -23.5t-93 -60.5t-66.5 -90t-38.5 -113l-24 -134h277l-8 -55h-278l-177 -1027h-54l176 1027h-180zM1337 0l186 1082h54l-186 -1082h-54z" />
246
+ <glyph unicode="&#xfb04;" horiz-adv-x="1691" d="M139 1027l7 55h184l25 154q12 65 38 123t67 102t96.5 69.5t126.5 26.5q63 0 126 -18l-15 -50q-28 7 -55 11t-56 3q-58 -1 -104 -23t-80 -58.5t-56 -84.5t-32 -101l-28 -154h277l-8 -55h-278l-177 -1027h-54l176 1027h-180zM775 1027l7 55h184l25 154q12 65 38 123t67 102 t96.5 69.5t126.5 26.5q63 0 126 -18l-15 -50q-28 7 -55 11t-56 3q-58 -1 -104 -23t-80 -58.5t-56 -84.5t-32 -101l-28 -154h277l-8 -55h-278l-177 -1027h-54l176 1027h-180zM1348 0l264 1536h54l-264 -1536h-54z" />
247
+ <hkern u1="&#x20;" u2="T" k="40" />
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="-18" />
254
+ <hkern u1="&#x28;" u2="V" k="-20" />
255
+ <hkern u1="&#x2f;" u2="&#x2f;" k="224" />
256
+ <hkern u1="A" u2="w" k="33" />
257
+ <hkern u1="A" u2="t" k="17" />
258
+ <hkern u1="A" u2="&#x3f;" k="61" />
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="234" />
266
+ <hkern u1="F" u2="&#x201e;" k="234" />
267
+ <hkern u1="F" u2="&#x201a;" k="234" />
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="170" />
292
+ <hkern u1="F" u2="&#xc4;" k="170" />
293
+ <hkern u1="F" u2="&#xc3;" k="170" />
294
+ <hkern u1="F" u2="&#xc2;" k="170" />
295
+ <hkern u1="F" u2="&#xc1;" k="170" />
296
+ <hkern u1="F" u2="&#xc0;" k="170" />
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="264" />
310
+ <hkern u1="F" u2="A" k="170" />
311
+ <hkern u1="F" u2="&#x2e;" k="234" />
312
+ <hkern u1="F" u2="&#x2c;" k="234" />
313
+ <hkern u1="K" u2="w" k="63" />
314
+ <hkern u1="L" u2="w" k="92" />
315
+ <hkern u1="O" u2="&#xc6;" k="33" />
316
+ <hkern u1="P" u2="&#xc6;" k="97" />
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="43" />
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="80" />
329
+ <hkern u1="T" u2="&#xf8;" k="95" />
330
+ <hkern u1="T" u2="&#xe6;" k="114" />
331
+ <hkern u1="T" u2="&#xc6;" k="179" />
332
+ <hkern u1="T" u2="&#xbb;" k="216" />
333
+ <hkern u1="T" u2="&#xab;" k="328" />
334
+ <hkern u1="T" u2="w" k="57" />
335
+ <hkern u1="T" u2="r" k="75" />
336
+ <hkern u1="T" u2="&#x20;" k="40" />
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="80" />
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="80" />
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="80" />
400
+ <hkern u1="n" u2="&#x2019;" k="80" />
401
+ <hkern u1="o" u2="&#x2019;" k="80" />
402
+ <hkern u1="r" u2="w" k="-17" />
403
+ <hkern u1="r" u2="t" k="-50" />
404
+ <hkern u1="r" u2="f" k="-15" />
405
+ <hkern u1="t" u2="&#xf6;" k="20" />
406
+ <hkern u1="t" u2="&#xf5;" k="20" />
407
+ <hkern u1="t" u2="&#xf4;" k="20" />
408
+ <hkern u1="t" u2="&#xf3;" k="20" />
409
+ <hkern u1="t" u2="&#xf2;" k="20" />
410
+ <hkern u1="t" u2="o" k="20" />
411
+ <hkern u1="v" u2="f" k="-13" />
412
+ <hkern u1="w" u2="&#x2026;" k="124" />
413
+ <hkern u1="w" u2="&#x201e;" k="124" />
414
+ <hkern u1="w" u2="&#x201a;" k="124" />
415
+ <hkern u1="w" u2="&#x2e;" k="124" />
416
+ <hkern u1="w" u2="&#x2c;" k="124" />
417
+ <hkern u1="y" u2="f" k="-13" />
418
+ <hkern u1="&#x7b;" u2="&#xdc;" k="20" />
419
+ <hkern u1="&#x7b;" u2="&#xdb;" k="20" />
420
+ <hkern u1="&#x7b;" u2="&#xda;" k="20" />
421
+ <hkern u1="&#x7b;" u2="&#xd9;" k="20" />
422
+ <hkern u1="&#x7b;" u2="U" k="20" />
423
+ <hkern u1="&#x7b;" u2="J" k="20" />
424
+ <hkern u1="&#xc0;" u2="w" k="33" />
425
+ <hkern u1="&#xc0;" u2="t" k="17" />
426
+ <hkern u1="&#xc0;" u2="&#x3f;" k="61" />
427
+ <hkern u1="&#xc1;" u2="w" k="33" />
428
+ <hkern u1="&#xc1;" u2="t" k="17" />
429
+ <hkern u1="&#xc1;" u2="&#x3f;" k="61" />
430
+ <hkern u1="&#xc2;" u2="w" k="33" />
431
+ <hkern u1="&#xc2;" u2="t" k="17" />
432
+ <hkern u1="&#xc2;" u2="&#x3f;" k="61" />
433
+ <hkern u1="&#xc3;" u2="w" k="33" />
434
+ <hkern u1="&#xc3;" u2="t" k="17" />
435
+ <hkern u1="&#xc3;" u2="&#x3f;" k="61" />
436
+ <hkern u1="&#xc4;" u2="w" k="33" />
437
+ <hkern u1="&#xc4;" u2="t" k="17" />
438
+ <hkern u1="&#xc4;" u2="&#x3f;" k="61" />
439
+ <hkern u1="&#xc5;" u2="w" k="33" />
440
+ <hkern u1="&#xc5;" u2="t" k="17" />
441
+ <hkern u1="&#xc5;" u2="&#x3f;" k="61" />
442
+ <hkern u1="&#xc7;" u2="&#x7d;" k="17" />
443
+ <hkern u1="&#xc7;" u2="]" k="12" />
444
+ <hkern u1="&#xc7;" u2="&#x29;" k="26" />
445
+ <hkern u1="&#xc8;" u2="w" k="22" />
446
+ <hkern u1="&#xc8;" u2="f" k="18" />
447
+ <hkern u1="&#xc9;" u2="w" k="22" />
448
+ <hkern u1="&#xc9;" u2="f" k="18" />
449
+ <hkern u1="&#xca;" u2="w" k="22" />
450
+ <hkern u1="&#xca;" u2="f" k="18" />
451
+ <hkern u1="&#xcb;" u2="w" k="22" />
452
+ <hkern u1="&#xcb;" u2="f" k="18" />
453
+ <hkern u1="&#xd0;" u2="&#xc6;" k="33" />
454
+ <hkern u1="&#xd2;" u2="&#xc6;" k="33" />
455
+ <hkern u1="&#xd3;" u2="&#xc6;" k="33" />
456
+ <hkern u1="&#xd4;" u2="&#xc6;" k="33" />
457
+ <hkern u1="&#xd5;" u2="&#xc6;" k="33" />
458
+ <hkern u1="&#xd6;" u2="&#xc6;" k="33" />
459
+ <hkern u1="&#xdd;" u2="&#x2022;" k="45" />
460
+ <hkern u1="&#xdd;" u2="&#xf8;" k="64" />
461
+ <hkern u1="&#xdd;" u2="&#xe6;" k="63" />
462
+ <hkern u1="&#xdd;" u2="&#xc6;" k="96" />
463
+ <hkern u1="&#xdd;" u2="&#xbb;" k="51" />
464
+ <hkern u1="&#xdd;" u2="&#xab;" k="82" />
465
+ <hkern u1="&#xdd;" u2="&#x7d;" k="-19" />
466
+ <hkern u1="&#xdd;" u2="t" k="22" />
467
+ <hkern u1="&#xdd;" u2="r" k="40" />
468
+ <hkern u1="&#xdd;" u2="f" k="22" />
469
+ <hkern u1="&#xdd;" u2="]" k="-18" />
470
+ <hkern u1="&#xdd;" u2="&#x2a;" k="49" />
471
+ <hkern u1="&#xdd;" u2="&#x29;" k="-20" />
472
+ <hkern u1="&#xdd;" u2="&#x26;" k="30" />
473
+ <hkern u1="&#xe8;" u2="&#x2019;" k="80" />
474
+ <hkern u1="&#xe9;" u2="&#x2019;" k="80" />
475
+ <hkern u1="&#xea;" u2="&#x2019;" k="80" />
476
+ <hkern u1="&#xeb;" u2="&#x2019;" k="80" />
477
+ <hkern u1="&#xf1;" u2="&#x2019;" k="80" />
478
+ <hkern u1="&#xf2;" u2="&#x2019;" k="80" />
479
+ <hkern u1="&#xf3;" u2="&#x2019;" k="80" />
480
+ <hkern u1="&#xf4;" u2="&#x2019;" k="80" />
481
+ <hkern u1="&#xf5;" u2="&#x2019;" k="80" />
482
+ <hkern u1="&#xf6;" u2="&#x2019;" k="80" />
483
+ <hkern u1="&#xfd;" u2="f" k="-13" />
484
+ <hkern u1="&#xff;" u2="f" k="-13" />
485
+ <hkern u1="&#x178;" u2="&#x2022;" k="45" />
486
+ <hkern u1="&#x178;" u2="&#xf8;" k="64" />
487
+ <hkern u1="&#x178;" u2="&#xe6;" k="63" />
488
+ <hkern u1="&#x178;" u2="&#xc6;" k="96" />
489
+ <hkern u1="&#x178;" u2="&#xbb;" k="51" />
490
+ <hkern u1="&#x178;" u2="&#xab;" k="82" />
491
+ <hkern u1="&#x178;" u2="&#x7d;" k="-19" />
492
+ <hkern u1="&#x178;" u2="t" k="22" />
493
+ <hkern u1="&#x178;" u2="r" k="40" />
494
+ <hkern u1="&#x178;" u2="f" k="22" />
495
+ <hkern u1="&#x178;" u2="]" k="-18" />
496
+ <hkern u1="&#x178;" u2="&#x2a;" k="49" />
497
+ <hkern u1="&#x178;" u2="&#x29;" k="-20" />
498
+ <hkern u1="&#x178;" u2="&#x26;" k="30" />
499
+ <hkern u1="&#x2018;" u2="w" k="-11" />
500
+ <hkern u1="&#x2019;" u2="&#xf6;" k="128" />
501
+ <hkern u1="&#x2019;" u2="&#xf5;" k="128" />
502
+ <hkern u1="&#x2019;" u2="&#xf4;" k="128" />
503
+ <hkern u1="&#x2019;" u2="&#xf3;" k="128" />
504
+ <hkern u1="&#x2019;" u2="&#xf2;" k="128" />
505
+ <hkern u1="&#x2019;" u2="w" k="-11" />
506
+ <hkern u1="&#x2019;" u2="s" k="112" />
507
+ <hkern u1="&#x2019;" u2="o" k="128" />
508
+ <hkern u1="&#x2019;" u2="l" k="-32" />
509
+ <hkern u1="&#x2019;" u2="k" k="-32" />
510
+ <hkern u1="&#x2019;" u2="h" k="-32" />
511
+ <hkern u1="&#x201c;" u2="w" k="-11" />
512
+ <hkern u1="&#x201d;" u2="w" k="-11" />
513
+ <hkern g1="B" g2="T" k="27" />
514
+ <hkern g1="B" g2="V" k="24" />
515
+ <hkern g1="B" g2="Y,Yacute,Ydieresis" k="55" />
516
+ <hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="T" k="29" />
517
+ <hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="Y,Yacute,Ydieresis" k="28" />
518
+ <hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-18" />
519
+ <hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="X" k="-17" />
520
+ <hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="T" k="27" />
521
+ <hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="V" k="22" />
522
+ <hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Y,Yacute,Ydieresis" k="43" />
523
+ <hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="21" />
524
+ <hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="X" k="22" />
525
+ <hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="102" />
526
+ <hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Z" k="23" />
527
+ <hkern g1="C,Ccedilla" g2="T" k="29" />
528
+ <hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="v,y,yacute,ydieresis" k="26" />
529
+ <hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="19" />
530
+ <hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="T" k="-20" />
531
+ <hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="17" />
532
+ <hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" />
533
+ <hkern g1="T" g2="v,y,yacute,ydieresis" k="72" />
534
+ <hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="28" />
535
+ <hkern g1="T" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="99" />
536
+ <hkern g1="T" g2="W" k="-15" />
537
+ <hkern g1="T" g2="T" k="-16" />
538
+ <hkern g1="T" g2="u,ugrave,uacute,ucircumflex,udieresis" k="95" />
539
+ <hkern g1="T" g2="z" k="60" />
540
+ <hkern g1="T" g2="V" k="-16" />
541
+ <hkern g1="T" g2="Y,Yacute,Ydieresis" k="-16" />
542
+ <hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="79" />
543
+ <hkern g1="T" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="218" />
544
+ <hkern g1="T" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="99" />
545
+ <hkern g1="T" g2="x" k="77" />
546
+ <hkern g1="T" g2="hyphen,uni00AD,endash,emdash" k="232" />
547
+ <hkern g1="T" g2="m,n,p,ntilde" k="109" />
548
+ <hkern g1="T" g2="S" k="16" />
549
+ <hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="113" />
550
+ <hkern g1="T" g2="s" k="116" />
551
+ <hkern g1="T" g2="J" k="240" />
552
+ <hkern g1="K" g2="v,y,yacute,ydieresis" k="40" />
553
+ <hkern g1="K" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="31" />
554
+ <hkern g1="K" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="27" />
555
+ <hkern g1="K" g2="u,ugrave,uacute,ucircumflex,udieresis" k="23" />
556
+ <hkern g1="K" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" />
557
+ <hkern g1="K" g2="hyphen,uni00AD,endash,emdash" k="64" />
558
+ <hkern g1="K" g2="m,n,p,ntilde" k="23" />
559
+ <hkern g1="L" g2="v,y,yacute,ydieresis" k="133" />
560
+ <hkern g1="L" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="65" />
561
+ <hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="54" />
562
+ <hkern g1="L" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="336" />
563
+ <hkern g1="L" g2="W" k="143" />
564
+ <hkern g1="L" g2="T" k="275" />
565
+ <hkern g1="L" g2="u,ugrave,uacute,ucircumflex,udieresis" k="44" />
566
+ <hkern g1="L" g2="V" k="175" />
567
+ <hkern g1="L" g2="Y,Yacute,Ydieresis" k="239" />
568
+ <hkern g1="L" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-19" />
569
+ <hkern g1="P" g2="v,y,yacute,ydieresis" k="-15" />
570
+ <hkern g1="P" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="13" />
571
+ <hkern g1="P" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="138" />
572
+ <hkern g1="P" g2="X" k="31" />
573
+ <hkern g1="P" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="324" />
574
+ <hkern g1="P" g2="Z" k="26" />
575
+ <hkern g1="P" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" />
576
+ <hkern g1="P" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="11" />
577
+ <hkern g1="P" g2="J" k="200" />
578
+ <hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="22" />
579
+ <hkern g1="V" g2="v,y,yacute,ydieresis" k="11" />
580
+ <hkern g1="V" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="13" />
581
+ <hkern g1="V" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="46" />
582
+ <hkern g1="V" g2="u,ugrave,uacute,ucircumflex,udieresis" k="28" />
583
+ <hkern g1="V" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="75" />
584
+ <hkern g1="V" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="225" />
585
+ <hkern g1="V" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="44" />
586
+ <hkern g1="V" g2="hyphen,uni00AD,endash,emdash" k="37" />
587
+ <hkern g1="V" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="46" />
588
+ <hkern g1="X" g2="v,y,yacute,ydieresis" k="31" />
589
+ <hkern g1="X" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="25" />
590
+ <hkern g1="X" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="21" />
591
+ <hkern g1="X" g2="u,ugrave,uacute,ucircumflex,udieresis" k="21" />
592
+ <hkern g1="X" g2="V" k="-14" />
593
+ <hkern g1="X" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" />
594
+ <hkern g1="X" g2="hyphen,uni00AD,endash,emdash" k="46" />
595
+ <hkern g1="Y,Yacute,Ydieresis" g2="v,y,yacute,ydieresis" k="20" />
596
+ <hkern g1="Y,Yacute,Ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="29" />
597
+ <hkern g1="Y,Yacute,Ydieresis" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="96" />
598
+ <hkern g1="Y,Yacute,Ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="65" />
599
+ <hkern g1="Y,Yacute,Ydieresis" g2="W" k="-17" />
600
+ <hkern g1="Y,Yacute,Ydieresis" g2="T" k="-17" />
601
+ <hkern g1="Y,Yacute,Ydieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="39" />
602
+ <hkern g1="Y,Yacute,Ydieresis" g2="z" k="30" />
603
+ <hkern g1="Y,Yacute,Ydieresis" g2="V" k="-18" />
604
+ <hkern g1="Y,Yacute,Ydieresis" g2="Y,Yacute,Ydieresis" k="-18" />
605
+ <hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="94" />
606
+ <hkern g1="Y,Yacute,Ydieresis" g2="X" k="-13" />
607
+ <hkern g1="Y,Yacute,Ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="211" />
608
+ <hkern g1="Y,Yacute,Ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="65" />
609
+ <hkern g1="Y,Yacute,Ydieresis" g2="x" k="23" />
610
+ <hkern g1="Y,Yacute,Ydieresis" g2="hyphen,uni00AD,endash,emdash" k="52" />
611
+ <hkern g1="Y,Yacute,Ydieresis" g2="m,n,p,ntilde" k="40" />
612
+ <hkern g1="Y,Yacute,Ydieresis" g2="S" k="16" />
613
+ <hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="73" />
614
+ <hkern g1="Y,Yacute,Ydieresis" g2="s" k="58" />
615
+ <hkern g1="Y,Yacute,Ydieresis" g2="J" k="96" />
616
+ <hkern g1="W" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="31" />
617
+ <hkern g1="W" g2="T" k="-14" />
618
+ <hkern g1="W" g2="u,ugrave,uacute,ucircumflex,udieresis" k="19" />
619
+ <hkern g1="W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="43" />
620
+ <hkern g1="W" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="123" />
621
+ <hkern g1="W" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="31" />
622
+ <hkern g1="W" g2="hyphen,uni00AD,endash,emdash" k="60" />
623
+ <hkern g1="W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="33" />
624
+ <hkern g1="Z" g2="v,y,yacute,ydieresis" k="27" />
625
+ <hkern g1="Z" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="26" />
626
+ <hkern g1="Z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="21" />
627
+ <hkern g1="Z" g2="u,ugrave,uacute,ucircumflex,udieresis" k="19" />
628
+ <hkern g1="Z" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-13" />
629
+ <hkern g1="Z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="21" />
630
+ <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="v,y,yacute,ydieresis" k="15" />
631
+ <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="67" />
632
+ <hkern g1="c,ccedilla" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="11" />
633
+ <hkern g1="b,p,thorn" g2="v,y,yacute,ydieresis" k="11" />
634
+ <hkern g1="b,p,thorn" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="29" />
635
+ <hkern g1="b,p,thorn" g2="z" k="15" />
636
+ <hkern g1="b,p,thorn" g2="x" k="15" />
637
+ <hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="v,y,yacute,ydieresis" k="13" />
638
+ <hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="14" />
639
+ <hkern g1="h,m,n,ntilde" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="104" />
640
+ <hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="v,y,yacute,ydieresis" k="15" />
641
+ <hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="136" />
642
+ <hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="z" k="16" />
643
+ <hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="x" k="21" />
644
+ <hkern g1="v,y,yacute,ydieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-15" />
645
+ <hkern g1="v,y,yacute,ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="15" />
646
+ <hkern g1="v,y,yacute,ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="107" />
647
+ <hkern g1="v,y,yacute,ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" />
648
+ <hkern g1="v,y,yacute,ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="15" />
649
+ <hkern g1="r" g2="v,y,yacute,ydieresis" k="-18" />
650
+ <hkern g1="r" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-16" />
651
+ <hkern g1="r" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="20" />
652
+ <hkern g1="r" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="123" />
653
+ <hkern g1="r" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" />
654
+ <hkern g1="r" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="40" />
655
+ <hkern g1="x" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="20" />
656
+ <hkern g1="x" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="20" />
657
+ <hkern g1="z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="16" />
658
+ <hkern g1="z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="16" />
659
+ <hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="107" />
660
+ <hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="61" />
661
+ <hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="120" />
662
+ <hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="59" />
663
+ <hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="m,n,p,ntilde" k="20" />
664
+ <hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="50" />
665
+ <hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="s" k="80" />
666
+ <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="170" />
667
+ </font>
668
+ </defs></svg>