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="robotoitalic" horiz-adv-x="1126" >
7
+ <font-face units-per-em="2048" ascent="1536" descent="-512" />
8
+ <missing-glyph horiz-adv-x="502" />
9
+ <glyph unicode="&#xfb01;" horiz-adv-x="1110" d="M88 939l25 143l166 1l13 93q12 90 47.5 161.5t91.5 121t131.5 75.5t167.5 25q72 -2 139.5 -20t134.5 -41l-44 -158q-53 24 -109 38t-115 15q-111 2 -178 -53t-84 -164l-14 -94h215l-25 -143h-214l-163 -939h-182l163 939h-166zM659 0l188 1082h182l-188 -1082h-182z" />
10
+ <glyph horiz-adv-x="0" />
11
+ <glyph unicode="&#xd;" horiz-adv-x="502" />
12
+ <glyph horiz-adv-x="0" />
13
+ <glyph horiz-adv-x="0" />
14
+ <glyph horiz-adv-x="10" />
15
+ <glyph unicode="&#x9;" horiz-adv-x="10" />
16
+ <glyph unicode=" " horiz-adv-x="502" />
17
+ <glyph unicode="&#x09;" horiz-adv-x="502" />
18
+ <glyph unicode="&#xa0;" horiz-adv-x="502" />
19
+ <glyph unicode="!" horiz-adv-x="521" d="M67 90q1 47 30 77.5t77 32.5q23 1 42.5 -6.5t33.5 -21.5t22 -33.5t8 -42.5q0 -47 -30 -76.5t-77 -31.5q-23 -1 -42.5 6t-33.5 20.5t-22 33t-8 42.5zM141 411l169 1045h190l-195 -1045h-164z" />
20
+ <glyph unicode="&#x22;" horiz-adv-x="645" d="M200 1041l61 382l19 121l136 -9l-23 -145l-83 -348zM462 1042l62 388l18 114l136 -9l-23 -145l-83 -348h-110z" />
21
+ <glyph unicode="#" horiz-adv-x="1247" d="M34 410l25 137h254l129 354h-249l25 139h273l153 416h144l-152 -416h250l153 416h145l-152 -416h196l-25 -139h-221l-129 -354h217l-25 -137h-240l-150 -410h-145l149 410h-250l-149 -410h-145l149 410h-230zM457 547h251l128 354h-250z" />
22
+ <glyph unicode="$" d="M79 429h181q-5 -59 5.5 -111.5t37.5 -91.5t71.5 -62t109.5 -24q58 -1 111 14t95 45.5t70 76.5t35 106q6 54 -11 95.5t-49 72.5t-74.5 54t-87.5 40q-74 28 -138.5 66t-110.5 89t-69.5 118t-17.5 154t38.5 156.5t85.5 120.5t124 82.5t155 42.5l39 219h146l-40 -222 q86 -17 142.5 -61.5t88.5 -107t42.5 -138.5t4.5 -155h-179q3 52 -3 106t-28 98t-61.5 72.5t-102.5 30.5q-56 1 -103.5 -15.5t-83 -48t-57.5 -76.5t-28 -100q-6 -57 10.5 -99t48 -72.5t75 -53t91.5 -41.5q74 -29 138 -66.5t109.5 -88t68.5 -117t17 -153.5 q-7 -92 -42.5 -162.5t-93 -120.5t-133 -79.5t-162.5 -38.5l-34 -191h-145l35 193q-89 13 -152 52t-102.5 98t-55.5 134t-11 160z" />
23
+ <glyph unicode="%" horiz-adv-x="1465" d="M191 1099l7 76q7 64 33 120t68.5 97t98.5 64t123 22q63 -2 112.5 -26.5t83 -65.5t49 -95t11.5 -115l-6 -77q-7 -63 -33 -118.5t-68 -96.5t-98 -64t-122 -21q-63 1 -113 25.5t-83.5 65t-50 94.5t-12.5 115zM257 184l881 1128l99 -71l-881 -1129zM326 1097 q-2 -33 3.5 -64.5t20.5 -56t40.5 -40.5t63.5 -17q39 -1 70 14t54 40t37 57.5t19 68.5l9 78q3 33 -2.5 64.5t-20 57t-40 41.5t-63.5 17q-39 1 -70.5 -14t-54.5 -40t-37.5 -58t-19.5 -69zM737 279l7 77q6 64 32.5 120t68.5 97t98.5 63.5t122.5 21.5q63 -2 113 -26t83.5 -65 t49.5 -95t12 -115l-7 -78q-7 -64 -33 -119.5t-68 -96.5t-98 -64t-122 -21q-64 1 -113.5 25.5t-83.5 65.5t-50 95t-12 115zM872 277q-2 -33 3.5 -65t20.5 -57t40.5 -40.5t63.5 -16.5q39 -1 70 13.5t54 40t37 58.5t19 69l9 79q3 33 -2.5 64.5t-20.5 57t-40.5 41t-62.5 16.5 q-39 1 -70.5 -13.5t-54.5 -39.5t-37.5 -58t-19.5 -69z" />
24
+ <glyph unicode="&#x26;" horiz-adv-x="1245" d="M65 384q6 74 37.5 133.5t78.5 108t105 89.5t115 77q-21 37 -42 75.5t-36.5 78t-23.5 81.5t-5 87q6 82 37 149.5t82.5 115.5t120.5 73.5t152 23.5q64 -1 121 -23t98.5 -61t64.5 -94t19 -122q-3 -55 -23 -102t-51.5 -86.5t-71 -73.5t-82.5 -63l-132 -88l249 -381 q45 67 73.5 138.5t40.5 151.5h161q-13 -121 -56 -228t-125 -199l157 -245h-202l-73 113q-83 -65 -180 -99.5t-203 -32.5q-89 1 -166 29t-132.5 80t-85 126t-22.5 168zM249 383q-8 -57 6 -103t44.5 -79t76 -51t101.5 -19q40 -1 78 8t73.5 24.5t68.5 36t64 44.5l-271 424 l-46 -32q-32 -23 -64.5 -50t-59.5 -58.5t-46 -67.5t-25 -77zM472 1121q-3 -32 2.5 -62t16.5 -59.5t26.5 -57t30.5 -53.5l110 73q30 20 57.5 41.5t49.5 47.5t36 57t18 69q3 33 -7 60.5t-29.5 47t-47.5 30t-60 10.5q-43 0 -78.5 -16.5t-61.5 -45t-42.5 -65.5t-20.5 -77z" />
25
+ <glyph unicode="'" horiz-adv-x="356" d="M170 1057l61 377l16 102h146l-19 -118l-76 -361h-128z" />
26
+ <glyph unicode="(" horiz-adv-x="689" d="M111.5 393q2.5 96 14.5 183l2 11q14 98 40.5 201.5t65 205.5t90 198.5t117 181.5t145 154t174.5 116l27 -124q-110 -82 -190.5 -188.5t-137.5 -227t-93 -251t-56 -261.5l-2 -15q-11 -72 -17.5 -154t-6 -168t11 -172t34.5 -166t63.5 -150.5t99.5 -124.5l-45 -112 q-79 55 -136.5 130t-97.5 162t-63 183.5t-32.5 194t-7 193.5z" />
27
+ <glyph unicode=")" horiz-adv-x="701" d="M-113 -356q109 82 190 189.5t138 229.5t93 254t56 263l2 15q10 71 17 153t6 168t-11.5 173t-34.5 167.5t-63.5 150.5t-98.5 124l47 112q79 -55 136.5 -129.5t97 -162t62.5 -184t32.5 -194.5t7 -194.5t-14.5 -182.5l-2 -11q-14 -98 -40 -201.5t-65 -205t-90.5 -198 t-117 -181t-145.5 -154t-174 -116.5z" />
28
+ <glyph unicode="*" horiz-adv-x="866" d="M99 1077l66 145l279 -113l45 347h151l-65 -344l302 107l21 -158l-313 -91l152 -274l-128 -89l-136 289l-217 -279l-115 97l236 273z" />
29
+ <glyph unicode="+" horiz-adv-x="1136" d="M76 606l31 175h393l74 425h182l-74 -425h394l-31 -175h-393l-80 -460h-182l80 460h-394z" />
30
+ <glyph unicode="," horiz-adv-x="400" d="M-113 -216q52 64 90 133.5t54 150.5l26 151h177l-23 -147q-17 -109 -76 -202.5t-144 -160.5z" />
31
+ <glyph unicode="-" horiz-adv-x="558" d="M25 543l27 151h475l-27 -151h-475z" />
32
+ <glyph unicode="." horiz-adv-x="533" d="M53 94q0 49 31 81.5t80 34.5q49 1 81 -30t31 -80t-33 -79.5t-80 -32.5q-24 -1 -44.5 6.5t-35 21.5t-22.5 34t-8 44z" />
33
+ <glyph unicode="/" horiz-adv-x="829" d="M-113 -125l864 1581h163l-863 -1581h-164z" />
34
+ <glyph unicode="0" d="M106.5 474.5q2.5 74.5 11.5 146.5l33 222q11 79 30 157t48.5 149.5t71 132t98 104.5t129 68t165.5 22q89 -2 152.5 -29.5t105.5 -74t65 -108t32 -131t6.5 -144t-11.5 -146.5l-33 -221q-12 -79 -31 -157.5t-48 -151t-70 -134t-97.5 -107t-130 -70t-166.5 -22.5 q-89 2 -152 30.5t-105 76t-65 110t-32 133t-6.5 145zM281 401.5q1 -50.5 10.5 -98t31.5 -85.5t59 -62t95 -26q63 -3 111 17t84 54.5t62 81.5t44 99.5t29 106.5t18 103l43 284q5 42 9.5 90.5t3.5 97.5t-10.5 95t-31.5 82.5t-59.5 59t-95.5 24.5q-62 2 -110 -16.5t-84 -52 t-62 -78.5t-44 -96t-29.5 -104.5t-18.5 -103.5l-42 -283q-5 -40 -9.5 -89.5t-3.5 -100z" />
35
+ <glyph unicode="1" d="M249 1092l31 176l540 195h32l-248 -1463h-182l214 1228z" />
36
+ <glyph unicode="2" d="M23 0l22 141l538 523q41 41 87.5 86.5t87.5 96.5t71 107t38 118q6 51 -4 96.5t-36 79.5t-66.5 54.5t-94.5 22.5q-70 2 -126 -19.5t-97.5 -61t-67.5 -95t-35 -121.5l-179 -1q10 102 52.5 186t110.5 143t157.5 90.5t191.5 29.5q85 -2 157.5 -28.5t124.5 -75.5t78.5 -119.5 t18.5 -159.5q-7 -78 -40 -149.5t-81 -136.5t-104.5 -123t-109.5 -109l-446 -424h703l-24 -151h-927z" />
37
+ <glyph unicode="3" d="M52 385l181 -1q-4 -56 9.5 -102t42 -79t72 -51.5t100.5 -20.5q66 -2 120.5 17.5t95.5 56t66.5 89t32.5 116.5q7 63 -8 110.5t-47 79t-80 48t-108 18.5l-140 1l27 151l119 -1q61 0 117.5 16t101.5 48.5t74.5 81t37.5 113.5q6 55 -3 100.5t-34 78.5t-66 51.5t-98 19.5 q-59 1 -109 -16.5t-88.5 -51t-63.5 -80t-35 -103.5l-179 -1q10 93 52.5 168t108 128t149 80.5t174.5 26.5q90 -2 162.5 -31t122 -81.5t73 -127t15.5 -165.5q-5 -60 -30 -110.5t-62.5 -92t-85.5 -73t-100 -54.5q51 -21 87.5 -55t59.5 -76.5t31.5 -92.5t4.5 -104 q-9 -101 -51.5 -182t-110 -138t-155.5 -86.5t-187 -27.5q-90 2 -164.5 31t-128 81.5t-81 126.5t-22.5 166z" />
38
+ <glyph unicode="4" d="M5 338l21 119l800 999h198l-167 -967h196l-27 -151h-195l-59 -338h-182l59 338h-644zM243 489h432l130 716l-29 -42z" />
39
+ <glyph unicode="5" d="M111 384h169q2 -54 16.5 -99.5t42 -79.5t69.5 -54t100 -21q73 -2 130 26t98 76t65 110.5t31 128.5q7 58 -2 113.5t-35 99t-71 71t-111 29.5q-73 2 -130 -22.5t-113 -67.5l-149 39l198 723h726l-31 -171h-569l-120 -398q54 32 115 48t124 15q100 -1 170.5 -42t113.5 -108 t59 -152.5t7 -175.5q-10 -106 -50 -197.5t-106.5 -158t-157 -103.5t-201.5 -34q-91 2 -162 32.5t-120.5 84t-76.5 127t-29 161.5z" />
40
+ <glyph unicode="6" horiz-adv-x="1125" d="M116 407q-5 66 3 131l11 87q16 113 47 218.5t78 198t111.5 169t148 131.5t186.5 85.5t228 30.5h22l-16 -157h-14q-118 1 -210.5 -34.5t-163.5 -99t-122.5 -151.5t-86.5 -193q66 66 145 100t173 32q98 -3 167 -44.5t111 -107.5t58 -150t8 -171q-9 -102 -47.5 -194 t-102.5 -161.5t-152 -109.5t-197 -37q-74 2 -133 26t-104.5 64.5t-76.5 94t-48.5 115t-22.5 127.5zM297 451.5q0 -43.5 7 -87.5t21.5 -85t38.5 -72.5t60 -51.5t85 -22q71 -3 126 26.5t94 78t62 110.5t30 125q6 54 -0.5 111.5t-30 105.5t-65.5 79t-107 33q-50 1 -96 -14 t-85.5 -42t-72 -64.5t-54.5 -79.5l-9 -70q-4 -37 -4 -80.5z" />
41
+ <glyph unicode="7" d="M157 0l787 1304h-760l24 152h956l-18 -114l-791 -1342h-198z" />
42
+ <glyph unicode="8" d="M73 385q6 68 30.5 124.5t64.5 102.5t91.5 81.5t111.5 61.5q-78 54 -115.5 136t-29.5 176q7 94 46 171t101.5 130.5t144.5 81.5t175 26q85 -2 155.5 -31t119 -80t72.5 -122t17 -158q-5 -61 -27.5 -112.5t-57.5 -93.5t-81 -76t-98 -59q94 -54 139.5 -144.5t37.5 -197.5 q-8 -101 -51 -180t-111.5 -133.5t-156 -82.5t-184.5 -26q-89 2 -164.5 30.5t-129 81t-81 126.5t-19.5 167zM255 388q-6 -57 6 -103.5t40.5 -80.5t72.5 -53.5t101 -20.5q63 -2 118 17.5t96.5 56t68 88t33.5 114.5q6 55 -6.5 103.5t-41 84.5t-73 57t-101.5 23 q-63 1 -117.5 -20t-96 -59.5t-67.5 -91.5t-33 -115zM405 1064q-5 -49 5 -92t34.5 -75.5t63 -52t90.5 -20.5q57 -1 105 18.5t84.5 54.5t59 82.5t28.5 102.5q5 48 -5 91t-34.5 76.5t-62.5 53.5t-89 22q-57 1 -106 -18.5t-85.5 -55t-59 -84t-28.5 -103.5z" />
43
+ <glyph unicode="9" d="M156 965q9 102 47.5 195.5t102 164.5t152 112.5t198.5 38.5q80 -2 141 -27.5t105 -68.5t72.5 -100.5t43.5 -122.5t17.5 -134t-5.5 -136l-9 -67q-24 -173 -79.5 -322.5t-150.5 -260.5t-233.5 -175t-328.5 -64h-23l16 156h14q125 -1 220 32.5t165 96.5t118 153.5t80 203.5 q-32 -34 -68.5 -62.5t-77 -48.5t-84.5 -31.5t-92 -10.5q-98 2 -166.5 44.5t-110 110t-57 152.5t-7.5 171zM335 975q-6 -53 0.5 -111.5t29 -107.5t64 -81.5t106.5 -34.5q51 -2 97 13.5t86 43.5t73 65t57 79l8 73q3 37 2.5 81t-7 89t-20.5 87t-38 75t-59.5 53.5t-85.5 22.5 q-72 3 -127.5 -27.5t-94.5 -80.5t-62 -113t-29 -126z" />
44
+ <glyph unicode=":" horiz-adv-x="491" d="M43 94q0 49 31 81.5t80 34.5q49 1 81 -30t31 -80t-33 -79.5t-80 -32.5q-24 -1 -44.5 6.5t-35 21.5t-22.5 34t-8 44zM196 977q0 49 31 81.5t80 34.5q49 1 81 -30t31 -80t-33 -79.5t-80 -32.5q-24 -1 -44.5 6.5t-35 21.5t-22.5 34t-8 44z" />
45
+ <glyph unicode=";" horiz-adv-x="430" d="M-101 -216q52 64 90 133.5t54 150.5l26 151h177l-23 -147q-17 -109 -76 -202.5t-144 -160.5zM173 977q0 49 31 81.5t80 34.5q49 1 81 -30t31 -80t-33 -79.5t-80 -32.5q-24 -1 -44.5 6.5t-35 21.5t-22.5 34t-8 44z" />
46
+ <glyph unicode="&#x3c;" horiz-adv-x="1020" d="M65 579l26 146l861 378l-36 -205l-653 -258l565 -253l-33 -187z" />
47
+ <glyph unicode="=" horiz-adv-x="1100" d="M112 399l28 160h811l-29 -160h-810zM184 814l28 161h811l-29 -161h-810z" />
48
+ <glyph unicode="&#x3e;" horiz-adv-x="1048" d="M58 191l36 201l687 262l-598 259l33 182l764 -379l-26 -145z" />
49
+ <glyph unicode="?" horiz-adv-x="948" d="M165 1115q10 86 48.5 154t97.5 114.5t134.5 70.5t160.5 23q83 -2 149 -29t110.5 -75.5t65.5 -116.5t14 -152q-7 -73 -36.5 -135t-73 -115.5t-96 -100.5t-105.5 -90q-61 -51 -92.5 -113.5t-43.5 -139.5l-177 -1q7 64 24 116.5t44 98.5t64 87.5t85 84.5q36 32 73 64 t67.5 68t52.5 78t29 94q6 45 -1.5 83.5t-28 67.5t-54 46t-81.5 19q-48 1 -90 -12t-74 -39.5t-54.5 -64t-31.5 -84.5zM250 90q1 47 30 77.5t77 32.5q46 1 76.5 -28.5t29.5 -76.5q0 -46 -30 -76t-77 -31q-23 -1 -42.5 6t-33.5 20.5t-22 33t-8 42.5z" />
50
+ <glyph unicode="@" horiz-adv-x="1794" d="M68.5 245.5q-0.5 112.5 20.5 227.5q22 121 66 239.5t108.5 226t148.5 198t186 157t220.5 103t251.5 34.5q132 -2 233.5 -39.5t174.5 -102t119.5 -152t69.5 -189.5t23 -214.5t-19 -226.5q-10 -61 -29.5 -124.5t-48 -123t-67 -111t-87.5 -89.5t-109 -59.5t-132 -19.5 q-41 1 -76.5 11.5t-63 31.5t-46 52.5t-25.5 72.5q-26 -33 -56 -64t-64.5 -54.5t-74 -37.5t-84.5 -13q-57 1 -96.5 22t-64.5 54.5t-38 77.5t-17 91t-0.5 95t11.5 90q11 60 32 127t52.5 132.5t73 124t93.5 103t114.5 70t135.5 24.5q81 -2 145 -29.5t127 -75.5l-133 -558 q-3 -20 -6.5 -44t-4 -49.5t3 -49.5t13.5 -43t28.5 -31.5t47.5 -13.5q51 -2 92.5 16.5t75 51t58.5 75.5t43.5 89.5t30.5 92.5t19 86q17 98 21 194.5t-10 184t-48 162.5t-93 130t-145 87t-203 34q-116 2 -217 -30t-187.5 -89t-156.5 -136t-124.5 -171.5t-91.5 -194.5t-57 -206 q-18 -93 -22 -188t10 -183.5t48 -166t91.5 -135.5t141 -91.5t197.5 -34.5q89 -2 174.5 19t164.5 59l27 -117q-40 -25 -85 -41.5t-92.5 -27t-96 -14.5t-94.5 -4q-132 1 -234 38.5t-176 102.5t-122 152.5t-71.5 190t-24 215zM648 293.5q-1 -31.5 3 -62t16.5 -55t34.5 -40 t58 -16.5q42 -2 76.5 17t63.5 48.5t51.5 65t40.5 66.5q0 7 1 11l133 506q-52 28 -107 29q-56 2 -102.5 -18.5t-83 -56.5t-65 -83t-49 -98.5t-35 -102.5t-22.5 -95q-4 -24 -8.5 -54t-5.5 -61.5z" />
51
+ <glyph unicode="A" horiz-adv-x="1306" d="M-81 0l791 1456h165l288 -1456h-185l-69 380h-590l-199 -380h-201zM402 538h479l-121 679z" />
52
+ <glyph unicode="B" horiz-adv-x="1247" d="M59 0l253 1456l450 -1q90 -2 168 -24t134 -68t85 -117q23 -56 22 -128q0 -20 -1 -42q-5 -59 -27.5 -107t-58 -87t-81 -69t-96.5 -52q52 -20 89 -54.5t60 -78.5q22 -44 32 -96q7 -36 6 -73q0 -15 -1 -31q-8 -108 -53.5 -188.5t-117 -134t-163.5 -79.5q-89 -26 -186 -26h-7 h-507zM274 157l297 -1q64 0 121 17.5t102 51.5t74.5 84.5t37.5 116.5q3 24 3 46q0 86 -44 138q-55 66 -173 70l-327 1zM392 835l271 -1q57 0 111 15t97.5 45.5t72 76t36.5 107.5q2 21 2 39q0 34 -8 61q-13 41 -43 67t-74.5 38t-98.5 14l-286 1z" />
53
+ <glyph unicode="C" horiz-adv-x="1303" d="M120 494q-1 19 -1 38q0 61 8 122l21 146q20 133 72.5 256t137 217.5t200.5 150.5q110 53 248 52h15q110 -2 193.5 -39.5t140 -102t86 -153.5t32.5 -194h-187q-3 69 -17.5 128.5t-46 104t-82.5 71t-127 28.5h-13q-65 0 -121 -18q-61 -20 -110.5 -56.5t-88 -86.5t-67 -108 t-47.5 -121.5t-29 -126.5l-22 -149q-7 -53 -9 -111v-24q0 -46 6 -90q8 -56 25.5 -108t49.5 -92t80.5 -64.5t116.5 -26.5h20q72 1 129 19q65 22 114 64t83.5 103.5t56.5 137.5l182 3q-21 -113 -73.5 -203.5t-129.5 -153.5q-76 -63 -176 -97q-91 -31 -196 -30h-19 q-92 2 -164 30.5t-125.5 76.5t-88.5 113t-54 139.5t-23 154.5z" />
54
+ <glyph unicode="D" horiz-adv-x="1313" d="M59 0l253 1456l387 -1q146 -3 251 -60.5t169 -151.5q63 -95 87 -217q14 -73 15 -149q0 -52 -7 -107l-12 -86q-21 -149 -83 -274.5t-158 -216.5t-224.5 -142t-282.5 -51h-395zM274 157l185 -1q119 0 214.5 40.5t166 111t115 167t61.5 209.5l13 90q8 58 8 115q1 37 -3 74 q-8 93 -46.5 166t-109.5 119t-183 49l-223 1z" />
55
+ <glyph unicode="E" horiz-adv-x="1139" d="M59 0l253 1456h889l-28 -158h-701l-81 -468h612l-27 -157h-612l-90 -516h712l-28 -157h-899z" />
56
+ <glyph unicode="F" horiz-adv-x="1108" d="M59 0l253 1456h876l-28 -158h-688l-86 -498h593l-28 -157h-592l-112 -643h-188z" />
57
+ <glyph unicode="G" horiz-adv-x="1363" d="M126 502q-2 26 -2 53q0 58 8 116l17 114q20 137 70.5 263.5t133.5 222.5t200 152q111 53 255 53h15q104 -2 186.5 -34t141 -90t92 -140t41.5 -184h-186q-5 64 -24.5 117t-54 90.5t-85.5 59t-118 23.5h-18q-103 0 -180 -42q-83 -46 -140.5 -122t-91 -172.5t-48.5 -194.5 l-17 -117q-8 -57 -8 -118t9.5 -119.5t30.5 -111.5t57 -93t88 -64.5t123 -25.5h15q85 0 164 20q85 22 156 84l60 327h-328l28 156h512l-83 -533q-44 -62 -106 -103t-132.5 -65.5t-145.5 -34.5q-68 -9 -134 -9h-13q-96 2 -172 30t-133.5 76.5t-96 114t-60 141.5t-26.5 160z " />
58
+ <glyph unicode="H" horiz-adv-x="1426" d="M59 0l253 1456h188l-109 -626h710l109 626h189l-253 -1456h-188l117 673h-711l-117 -673h-188z" />
59
+ <glyph unicode="I" horiz-adv-x="550" d="M73 0l253 1456h187l-253 -1456h-187z" />
60
+ <glyph unicode="J" horiz-adv-x="1106" d="M16 402h187q-2 -18 -2 -36q0 -36 7 -68q11 -48 37 -83.5t68.5 -56t102.5 -21.5h11q60 0 108 19q53 22 93 61.5t65.5 92.5t34.5 114l176 1032h188l-175 -1031q-14 -101 -56.5 -184.5t-108.5 -142.5t-154 -90q-82 -30 -180 -30h-12q-97 2 -172.5 32.5t-126 85t-73.5 132.5 q-19 62 -19 136q0 18 1 38z" />
61
+ <glyph unicode="K" horiz-adv-x="1255" d="M59 0l253 1456h188l-124 -709l174 165l568 544h242l-677 -652l453 -804h-209l-383 675l-213 -191l-84 -484h-188z" />
62
+ <glyph unicode="L" horiz-adv-x="1079" d="M59 0l253 1456h189l-226 -1299h670l-28 -157h-858z" />
63
+ <glyph unicode="M" horiz-adv-x="1744" d="M59 0l253 1456h237l255 -1186l668 1186h247l-253 -1456h-187l100 576l119 586l-660 -1162h-144l-260 1185l-90 -628l-97 -557h-188z" />
64
+ <glyph unicode="N" horiz-adv-x="1426" d="M59 0l253 1456h182l521 -1135l197 1135h187l-253 -1456h-182l-520 1130l-196 -1130h-189z" />
65
+ <glyph unicode="O" horiz-adv-x="1376" d="M122 514q-1 20 0 41q0 63 8 126l13 92q13 89 40.5 176t69.5 166t98.5 146t126.5 115q70 50 156 76q80 25 171 24h14q97 -2 172 -31.5t129.5 -80t90.5 -118t54.5 -145t21.5 -161.5q1 -18 0 -36q0 -66 -8 -131l-12 -91q-20 -135 -71.5 -262.5t-135.5 -226.5t-202 -157 q-112 -56 -252 -56h-15q-96 2 -170.5 31.5t-129 80t-90.5 118t-55.5 144t-23.5 160.5zM308 564q0 -10 1 -20q-1 -51 5 -100q8 -59 27 -112.5t53 -95t84.5 -67t121.5 -27.5h13q67 0 125 19q62 21 112.5 59t89 90.5t66.5 113t46 126.5t28 131l13 95q7 56 9 118v25q0 49 -6 95 q-8 58 -26 111.5t-52 94t-85 65.5t-123 27h-13q-67 0 -123 -19q-62 -21 -112.5 -59.5t-89 -91t-67 -113t-47.5 -125.5t-28 -129l-13 -95q-7 -55 -9 -116z" />
66
+ <glyph unicode="P" horiz-adv-x="1263" d="M59 0l253 1456l509 -1q98 -2 181 -32t141 -85.5t87 -135.5q22 -61 22 -136q0 -23 -2 -48q-10 -115 -58 -200t-123 -140.5t-172 -82t-205 -26.5l-346 1l-99 -570h-188zM373 727l324 -1q70 0 133 18t111.5 54t80.5 90.5t41 128.5q3 23 3 44q0 37 -9 70q-14 51 -46 87 t-81.5 56.5t-112.5 22.5l-345 1z" />
67
+ <glyph unicode="Q" horiz-adv-x="1376" d="M114 516v43q0 61 7 122l13 92q13 89 40.5 176t69.5 166t98.5 146t127 115.5t156.5 75.5q79 24 170 24h14q97 -2 172 -31.5t130 -80t90.5 -118t54.5 -145t22 -161.5q1 -19 1 -39q0 -64 -8 -128l-13 -91q-13 -92 -39.5 -179t-69.5 -165.5t-103.5 -145t-141.5 -116.5 l217 -209l-139 -113l-254 243q-37 -8 -73.5 -12t-74.5 -4q-96 1 -170.5 31t-129 80.5t-90 118t-54.5 144.5t-23 161zM300 564v-19q0 -51 7 -101q8 -58 26.5 -112t52.5 -95.5t84.5 -67t121.5 -27.5h19q65 0 119 18q62 21 112 59.5t88.5 91t66.5 113t46 126.5t28 131l13 95 q7 57 9 118v27q0 47 -5 93q-7 59 -25.5 112t-52.5 93.5t-85 65.5t-123 27h-13q-66 0 -123 -19q-62 -21 -112.5 -59.5t-89 -91t-67 -113t-47.5 -125.5t-28 -129l-13 -95q-7 -55 -9 -116z" />
68
+ <glyph unicode="R" horiz-adv-x="1233" d="M58 0l253 1456l456 -1q100 -2 183.5 -29.5t141.5 -81.5q59 -52 88 -132q22 -59 22 -133q0 -25 -3 -53q-6 -75 -34 -137t-72.5 -112t-103 -87.5t-125.5 -61.5l226 -615l-1 -13h-200l-204 589h-336l-102 -589h-189zM376 746l276 -1q66 0 127 18t109.5 53.5t81 88 t41.5 121.5q3 24 3 45q0 38 -9 70q-14 50 -46.5 84t-82.5 52t-113 20l-291 1z" />
69
+ <glyph unicode="S" horiz-adv-x="1189" d="M48 423l188 -1q-1 -13 -1 -26q-1 -56 17 -98q22 -52 62.5 -87.5t97.5 -54t124 -19.5h9q53 -1 107 11q58 12 106.5 41.5t81 75t40.5 110.5q2 17 2 32q0 45 -18 79q-24 44 -65.5 74.5t-95 51t-105.5 37.5q-75 25 -149 60t-132 85q-57 50 -91 118q-28 57 -29 133q0 13 1 27 q7 100 55.5 176.5t122.5 127.5t166 76q88 24 176 24h7q97 -2 180.5 -33.5t144.5 -88.5q62 -57 94 -138q29 -72 29 -159q0 -11 -1 -22h-188q1 14 1 27q0 114 -63 180q-70 74 -204 76h-8q-55 0 -107 -13q-56 -14 -101.5 -44t-76.5 -76t-38 -110q-2 -13 -2 -25q1 -44 21 -77 q26 -42 67.5 -72t93 -49.5t97.5 -34.5q81 -27 156.5 -63t133 -87.5t89.5 -122.5q26 -58 26 -133q0 -16 -1 -34q-8 -104 -58 -179.5t-125.5 -124.5t-168.5 -72q-86 -21 -172 -21h-15q-98 1 -187 31.5t-156 86.5t-105 138q-34 72 -34 163q0 12 1 24z" />
70
+ <glyph unicode="T" horiz-adv-x="1195" d="M168 1298l28 158h1093l-28 -158h-453l-225 -1298h-187l225 1298h-453z" />
71
+ <glyph unicode="U" horiz-adv-x="1298" d="M116 470l168 986h185l-167 -987q-3 -29 -3 -56q1 -39 7 -75q12 -60 44 -104t85 -69.5t128 -27.5h18q69 0 127 20q66 23 116 66.5t82.5 106t44.5 139.5l168 987h189l-168 -985q-17 -114 -67.5 -205.5t-128.5 -155.5q-76 -65 -176 -99q-94 -32 -202 -32h-13q-108 2 -195 38 t-145 100.5t-84 154.5q-17 60 -17 128q0 34 4 70z" />
72
+ <glyph unicode="V" horiz-adv-x="1274" d="M164 1456h197l213 -1199l591 1199h212l-752 -1456h-166z" />
73
+ <glyph unicode="W" horiz-adv-x="1772" d="M195 1456h183l68 -1007l-4 -176l68 172l435 1011h159l115 -1024l10 -166l63 201l372 989h193l-570 -1456h-171l-126 1069l-4 100l-42 -116l-464 -1053h-171z" />
74
+ <glyph unicode="X" horiz-adv-x="1255" d="M-44 0l579 743l-330 713h208l253 -557l425 557h232l-567 -731l339 -725h-211l-258 567l-438 -567h-232z" />
75
+ <glyph unicode="Y" horiz-adv-x="1203" d="M168 1456h204l239 -730l495 730h224l-653 -923l-93 -533h-187l96 554z" />
76
+ <glyph unicode="Z" horiz-adv-x="1199" d="M-11 0l24 153l947 1145h-756l26 158h985l-23 -150l-951 -1149h803l-25 -157h-1030z" />
77
+ <glyph unicode="[" horiz-adv-x="537" d="M-1 -312l308 1976h368l-25 -152h-185l-261 -1672h186l-24 -152h-367z" />
78
+ <glyph unicode="\" horiz-adv-x="825" d="M191 1456h164l315 -1581h-163z" />
79
+ <glyph unicode="]" horiz-adv-x="537" d="M-134 -312l24 152h187l261 1672h-188l25 152h368l-309 -1976h-368z" />
80
+ <glyph unicode="^" horiz-adv-x="840" d="M79 729l417 727h124l163 -727h-158l-101 480l-268 -480h-177z" />
81
+ <glyph unicode="_" horiz-adv-x="906" d="M-127 -151l27 151h890l-27 -151h-890z" />
82
+ <glyph unicode="`" horiz-adv-x="624" d="M207 1534h205l143 -294h-143z" />
83
+ <glyph unicode="a" horiz-adv-x="1091" d="M55 292q6 103 54.5 173t122.5 112.5t164 61t179 18.5l189 -1l12 86q2 17 2 32q0 28 -6 54q-9 38 -32 66t-59.5 43.5t-84.5 16.5h-7q-38 0 -76 -10q-41 -10 -75.5 -31.5t-59.5 -54t-34 -75.5l-182 -1q8 81 52.5 141.5t109.5 100.5q64 40 141 60q73 19 142 19h7 q82 -2 148.5 -27.5t112.5 -72.5q45 -47 67 -113q16 -48 16 -107q0 -21 -2 -44l-83 -503q-9 -55 -11 -110v-11q0 -50 13 -98l-2 -17h-184q-7 29 -7 57t3 57q-66 -60 -145 -98q-75 -36 -162 -36h-9q-68 1 -127 23.5t-102 63.5t-66 98q-20 49 -20 107q0 10 1 20zM240 319 q-2 -13 -2 -26q0 -25 8 -47q10 -32 32 -56t54.5 -36.5t72.5 -13.5h7q42 0 82 10q42 12 80 34t70.5 52t58.5 66l39 223l-137 1q-54 0 -115 -7.5t-114 -30t-90.5 -63t-45.5 -106.5z" />
84
+ <glyph unicode="b" horiz-adv-x="1125" d="M31 0l267 1536h181l-109 -574q63 70 142 106q75 34 164 34h10q73 -2 128 -26t94 -64.5t63 -94t36 -113.5q11 -60 13 -124q0 -11 1 -22q0 -52 -6 -101l-2 -21q-8 -66 -26 -133.5t-47 -130t-68.5 -116.5t-90.5 -94t-115 -62q-59 -21 -128 -21h-12q-89 2 -165 37t-126 110 l-37 -126h-167zM266 305q28 -77 84 -122t141 -47h13q75 0 130 33q60 36 101 94t64.5 130.5t32.5 142.5l3 21q5 40 6 84v15q0 37 -4 72q-5 43 -18 81.5t-37 68.5t-60.5 48t-88.5 20h-7q-44 0 -82 -12q-41 -12 -76.5 -34.5t-65.5 -54.5t-55 -69z" />
85
+ <glyph unicode="c" horiz-adv-x="1050" d="M78 517l5 43q13 109 55 208.5t112 174.5t164 119q88 41 197 40h15q85 -2 153.5 -32t116.5 -82.5t74 -123.5q25 -68 25 -149v-6h-169q0 49 -13 92t-39.5 76t-65.5 52.5t-91 21.5h-13q-74 0 -132 -31q-62 -34 -106 -90t-69.5 -127t-35.5 -143l-5 -42q-5 -45 -5 -91 q0 -21 1 -41q3 -68 26 -124t70 -93t127 -39h6q47 0 89 14q46 15 82.5 42.5t63 67t39.5 86.5l171 1q-12 -81 -55.5 -148.5t-106.5 -115.5q-62 -48 -140 -74q-72 -24 -147 -24h-11q-114 3 -193 49t-125.5 121t-63.5 171q-10 58 -10 118q0 39 4 79z" />
86
+ <glyph unicode="d" horiz-adv-x="1130" d="M78 402q-1 18 -1 36q0 43 4 84l2 21q8 67 26.5 135t48 130.5t70 117t93 94.5t116.5 62q59 21 129 21h12q83 -2 155 -33.5t123 -98.5l104 565h181l-266 -1536h-165l19 116q-63 -70 -142 -104q-75 -33 -164 -32h-10q-71 2 -124.5 26.5t-92.5 65.5t-64.5 94.5t-38.5 113.5 t-15 122zM256 439q0 -4 1 -7q1 -40 5 -79q6 -42 19 -81t37 -68.5t60.5 -48t87.5 -19.5h13q39 0 73 10q40 12 74 32.5t63.5 50.5t55.5 65l86 500q-29 71 -84.5 110.5t-133.5 41.5h-9q-78 0 -136 -34q-61 -36 -103 -94t-66.5 -130.5t-33.5 -143.5l-3 -22q-6 -39 -6 -83z" />
87
+ <glyph unicode="e" horiz-adv-x="1062" d="M76 500l5 43q8 69 29.5 138t55.5 132t80.5 116.5t103.5 92.5q58 38 126 60q62 20 131 20h13q112 -3 186 -49.5t115.5 -121t53.5 -168.5q6 -45 5 -91q0 -50 -6 -101l-12 -83h-706q-4 -32 -4.5 -63t4.5 -63q9 -63 37.5 -113.5t78.5 -83t123 -34.5h9q87 1 156 39 q73 40 133 105l104 -88q-36 -52 -82 -91t-99.5 -65.5t-113.5 -38.5q-55 -12 -113 -12h-9q-111 2 -191.5 45.5t-130.5 115.5t-70 165q-14 65 -15 133q0 30 3 61zM276 640l526 -2l4 18q4 28 4 56q0 24 -3 49q-7 52 -31 93.5t-65 68t-101 28.5h-14q-60 0 -108 -24 q-54 -27 -94.5 -71.5t-69.5 -101t-48 -114.5z" />
88
+ <glyph unicode="f" horiz-adv-x="700" d="M116 939l25 143h166l16 114q11 82 42 149.5t81.5 115.5t118.5 73q65 25 148 25h6q33 0 65 -5t64 -12l-22 -151q-24 5 -48 8t-49 4q-48 0 -86 -15t-66 -43t-46.5 -66t-25.5 -83l-17 -114h224l-25 -143h-224l-163 -939h-181l164 939h-167z" />
89
+ <glyph unicode="g" horiz-adv-x="1125" d="M4 -238l103 111q46 -68 110.5 -107.5t148.5 -41.5h12q62 0 114 18q56 21 98.5 59t71 92t41.5 119l20 96q-64 -64 -141 -97q-73 -31 -158 -31h-10q-71 2 -125.5 26.5t-93.5 65t-64 94t-38 113.5t-15 122v31q0 46 4 90l2 21q9 67 27 135t47.5 131t69.5 117.5t92 94 t116 61.5q60 21 130 21h12q87 -2 160.5 -36t123.5 -106l36 121h166l-180 -1059q-14 -101 -56.5 -185t-108.5 -144t-153 -92q-80 -29 -175 -29h-18q-54 1 -107 14t-101 36.5t-89.5 58.5t-71.5 80zM258 440v-8q0 -40 6 -78q5 -43 18 -81.5t37 -68.5t60.5 -48t87.5 -20h8 q86 0 151 43q69 45 120 116l85 497q-29 72 -84 111.5t-133 42.5h-9q-78 0 -136 -34q-61 -36 -103 -94.5t-66 -131t-33 -143.5l-3 -21q-5 -39 -6 -82z" />
90
+ <glyph unicode="h" horiz-adv-x="1104" d="M31 0l267 1536h181l-110 -586q65 71 147 112q78 39 171 39h9q87 -1 144.5 -33t90.5 -85.5t43 -124.5q6 -39 5 -81q0 -33 -3 -68l-118 -709h-181l119 712q3 27 3 51q0 21 -2 40q-5 42 -23.5 73.5t-53 50t-88.5 19.5h-7q-43 0 -81 -12q-41 -13 -76.5 -37t-66 -56t-55.5 -69 l-134 -772h-181z" />
91
+ <glyph unicode="i" horiz-adv-x="492" d="M47 0l188 1082h180l-188 -1082h-180zM300 1444q29 31 76 33h6q22 -1 38 -7q20 -8 34 -22t21.5 -33.5t7.5 -42.5q-1 -47 -30.5 -77t-76.5 -32h-6q-43 0 -71 27q-29 28 -29 73q0 49 30 81z" />
92
+ <glyph unicode="j" horiz-adv-x="484" d="M-236 -420l16 148q21 -5 41.5 -7.5t41.5 -3.5q36 0 63 11.5t45.5 32t30 49t16.5 61.5l207 1211h181l-205 -1211q-9 -68 -32 -125.5t-62 -99t-95 -64.5q-54 -22 -123 -22h-6q-31 1 -60.5 6.5t-58.5 13.5zM256 1366q1 47 29.5 78t76.5 33h5q20 0 37 -7q20 -7 34.5 -21.5 t22.5 -34t8 -42.5q-1 -47 -31 -77t-77 -32h-5q-20 0 -37 7q-19 7 -33 21t-22 33t-8 42z" />
93
+ <glyph unicode="k" horiz-adv-x="1017" d="M32 0l267 1536h181l-160 -918l111 112l384 352h235l-497 -461l342 -621h-198l-278 499l-142 -127l-64 -372h-181z" />
94
+ <glyph unicode="l" horiz-adv-x="492" d="M47 0l266 1536h181l-267 -1536h-180z" />
95
+ <glyph unicode="m" horiz-adv-x="1751" d="M30 0l188 1082l170 1l-23 -121q67 70 149 106q78 34 170 34h10q45 -1 87.5 -11t79 -31t64 -54t42.5 -78q70 82 159 129q85 45 191 45h9q88 -2 148.5 -33t95.5 -83q36 -54 48 -124q7 -41 8 -85q0 -32 -4 -66l-119 -711h-180l118 713q3 26 3 49.5t-3 45.5q-6 43 -27 73.5 t-58 47.5t-93 18h-6q-47 0 -91 -16q-46 -17 -84 -47t-64.5 -72.5t-37.5 -92.5l-123 -719h-182l120 712q3 23 3 45q0 25 -4 47q-7 42 -28.5 73t-58 49t-90.5 19h-8q-85 0 -148 -39q-66 -41 -113 -115l-137 -791h-181z" />
96
+ <glyph unicode="n" horiz-adv-x="1106" d="M31 0l188 1082l171 1l-26 -137q66 72 149 115q79 41 174 41h9q87 -2 144.5 -34t90.5 -85.5t43 -124.5q6 -39 5 -81q0 -33 -3 -68l-118 -709h-181l119 712q3 27 3 51q0 21 -2 40q-5 42 -23.5 73.5t-53 50t-88.5 19.5h-6q-43 0 -82 -12q-41 -14 -76.5 -37.5t-66 -56 t-55.5 -68.5l-134 -772h-181z" />
97
+ <glyph unicode="o" horiz-adv-x="1143" d="M77 522l3 22q9 73 31.5 143.5t57.5 133t82.5 115t106.5 90.5q58 38 128 58q63 19 135 18h14q114 -3 195 -50.5t130 -123.5q50 -76 68 -174q12 -61 12 -125q0 -37 -5 -75l-2 -23q-14 -110 -58.5 -210.5t-116.5 -177.5t-168 -121q-90 -42 -199 -42h-15q-113 3 -193.5 49.5 t-129.5 122.5t-68 172q-12 61 -12 124q0 37 4 74zM254 435q0 -45 8 -88t24 -81.5t42.5 -68t65 -47.5t90.5 -20h13q75 0 134 32q64 36 109.5 94t73 130.5t37.5 144.5l3 22q5 38 5 79q-1 4 -1 8q0 46 -7.5 89.5t-23.5 83t-43 69.5t-66 48.5t-91 20.5h-13q-76 1 -134 -33 q-64 -36 -109 -95.5t-72 -133t-37 -145.5l-3 -22q-5 -38 -5 -79v-8z" />
98
+ <glyph unicode="p" horiz-adv-x="1125" d="M-41 -416l260 1498l164 1l-20 -121q65 70 145 106q75 34 166 34h10q73 -2 128 -26t94 -64.5t63 -94t36 -113.5t13 -124q1 -12 1 -25q0 -50 -5 -98l-3 -21q-8 -66 -26 -133.5t-46.5 -130t-68 -116.5t-91 -94t-115.5 -62q-58 -21 -127 -21h-12q-85 2 -159.5 31.5 t-128.5 95.5l-97 -522h-181zM260 278q30 -71 85.5 -108.5t133.5 -39.5h9q77 0 136 34q61 37 104 96t67.5 132t34.5 144l3 21q4 40 5 84v7q0 40 -6 80q-6 43 -20.5 81.5t-39.5 68.5t-62 48t-88 20h-8q-83 0 -146 -40q-66 -41 -117 -109z" />
99
+ <glyph unicode="q" horiz-adv-x="1139" d="M76 400q-1 16 -1 32q0 46 5 90l3 22q8 68 27 136.5t48.5 131t70 116.5t93 93.5t117.5 61.5q60 20 130 20h13q84 -2 156 -33t123 -98l33 110h167l-260 -1498h-180l98 516q-63 -60 -139 -91q-70 -29 -152 -29h-11q-72 1 -127 25.5t-94.5 65t-65 93.5t-39 113t-15.5 123z M257 438v-13q0 -37 5 -74q6 -43 19.5 -82.5t38 -69.5t61 -49t88.5 -20h7q39 0 74 10q38 10 71.5 29.5t63 46.5t55.5 60l94 532q-32 67 -86.5 104t-129.5 39h-9q-78 0 -137 -35q-62 -36 -105 -95.5t-67.5 -133t-34.5 -144.5l-3 -21q-4 -40 -5 -84z" />
100
+ <glyph unicode="r" horiz-adv-x="682" d="M31 0l188 1082l175 1l-27 -126q51 67 117 108q63 39 146 39h8q23 0 44 -5l42 -10l-20 -172q-42 7 -85 9q-91 0 -158.5 -41t-115.5 -116l-133 -769h-181z" />
101
+ <glyph unicode="s" horiz-adv-x="1034" d="M48 334l181 -1q0 -49 16.5 -86.5t45 -63t68 -38.5t87.5 -13h8q36 0 74 8q42 8 78 27t61.5 50t31.5 76q2 12 2 23q0 32 -13 54q-17 30 -48 50.5t-69.5 32.5t-74.5 21q-60 15 -121.5 37t-110.5 56.5t-79 85.5q-27 46 -27 112v13q4 80 43 141t99 102t134 61q70 20 138 20h7 q76 -1 143.5 -24t117.5 -66.5t78 -105.5q26 -58 26 -132v-11l-180 1v6q0 39 -13 70q-14 34 -40 58t-61.5 37t-77.5 14h-7q-35 -1 -71 -9q-40 -10 -73 -30t-55.5 -51t-28.5 -74q-4 -29 4 -50.5t24 -38t37.5 -27.5t46 -19.5t49 -14.5t45.5 -12q62 -16 123.5 -39.5t110.5 -59.5 q49 -38 77 -90q25 -46 26 -109q0 -9 -1 -18q-5 -85 -45.5 -147.5t-102.5 -103.5q-63 -40 -139 -59q-69 -17 -138 -17h-14q-79 1 -150.5 25t-125.5 69t-86 110q-30 61 -30 140v10z" />
102
+ <glyph unicode="t" horiz-adv-x="659" d="M67 939l25 143h191l46 262h180l-46 -262h197l-25 -143h-196l-113 -673q-3 -26 -1 -48.5t11 -40t27 -27.5t47 -10q22 0 44 3t44 7l-14 -151q-65 -18 -132 -18q-62 1 -103.5 25.5t-65.5 64.5q-24 39 -32 91q-5 32 -5 65q0 21 2 42l110 670h-191z" />
103
+ <glyph unicode="u" horiz-adv-x="1105" d="M99 383l116 699h181l-117 -702q-3 -28 -3 -54q0 -16 1 -32q3 -42 19 -76.5t47 -56.5t83 -24h13q89 0 159 37q76 40 128 120l136 788h181l-188 -1082h-171l23 107q-65 -69 -147 -99q-76 -29 -164 -28h-12q-88 2 -146.5 35.5t-92 89t-43.5 127.5q-6 41 -6 84q0 33 3 67z " />
104
+ <glyph unicode="v" horiz-adv-x="972" d="M110 1082h178l136 -829l390 829h191l-545 -1082h-138z" />
105
+ <glyph unicode="w" horiz-adv-x="1503" d="M128 1082h173l66 -806l384 806h146l105 -826l345 826h187l-493 -1082h-147l-112 818l-390 -818h-147z" />
106
+ <glyph unicode="x" horiz-adv-x="995" d="M-60 0l447 556l-256 526h198l167 -394l294 394h222l-434 -544l264 -538h-197l-179 404l-305 -404h-221z" />
107
+ <glyph unicode="y" horiz-adv-x="950" d="M-91 -422l16 150q11 -2 23 -3.5t24 -1.5h14q41 0 74 10q39 12 70 35.5t56 57t46 75.5l64 122l-187 1059h189l121 -809l385 809h200l-636 -1250q-26 -53 -59.5 -102.5t-76.5 -87.5t-96 -60q-52 -22 -113 -22h-5q-28 1 -55.5 6.5t-53.5 11.5z" />
108
+ <glyph unicode="z" horiz-adv-x="995" d="M-9 0l23 144l695 785h-564l24 153h797l-22 -139l-703 -792h609l-25 -151h-834z" />
109
+ <glyph unicode="{" horiz-adv-x="682" d="M56 541l16 145q112 5 172.5 68t75.5 171l28 207q26 186 130 300.5t284 166.5l27 -117q-61 -20 -105.5 -54.5t-75.5 -80t-50 -100t-28 -115.5l-29 -207q-14 -108 -66 -185.5t-148 -128.5q36 -27 60 -62t37 -74.5t16 -83t-1 -86.5l-27 -207q-7 -54 -6 -107t16.5 -99.5 t48 -84t88.5 -59.5l-41 -113q-81 27 -139.5 71.5t-94.5 104t-49 132.5t-4 156l28 207q6 49 1 90.5t-24 72.5t-53 50t-87 22z" />
110
+ <glyph unicode="|" horiz-adv-x="494" d="M33 -270l270 1726h146l-270 -1726h-146z" />
111
+ <glyph unicode="}" horiz-adv-x="682" d="M-116 -251q61 20 106 54.5t76.5 80t50.5 100t28 115.5l28 206q14 112 70 189t158 126q-41 25 -67 59t-40.5 73.5t-18.5 83.5t1 89l27 208q7 54 6 107t-16 99.5t-47.5 83.5t-88.5 59l45 113q80 -27 137.5 -71.5t92.5 -104t47.5 -132.5t3.5 -155l-27 -208q-6 -50 -1 -91 t23.5 -72t52.5 -49.5t87 -21.5l-15 -145q-112 -5 -172.5 -68.5t-76.5 -171.5l-28 -206q-25 -187 -129.5 -301t-284.5 -166z" />
112
+ <glyph unicode="~" horiz-adv-x="1361" d="M105 436q7 71 33.5 138t71 118.5t107 82t140.5 28.5q42 -1 79.5 -12t71.5 -30t64.5 -44.5t59.5 -53.5q18 -18 37 -35.5t40 -32t44.5 -23.5t50.5 -9q45 0 79.5 18.5t58.5 48.5t38.5 68t21.5 77l143 3q-6 -71 -32 -139.5t-70 -121.5t-106 -85.5t-141 -31.5 q-42 1 -79.5 12.5t-71.5 30.5t-65 44t-60 54q-18 18 -37 35.5t-40 31.5t-44 23t-50 9q-45 1 -77.5 -16t-55 -45.5t-36 -65t-19.5 -74.5z" />
113
+ <glyph unicode="&#xa1;" horiz-adv-x="494" d="M-15 -360l194 1044h165l-169 -1044h-190zM203 993q1 48 30.5 77.5t76.5 31.5q46 1 76.5 -28t29.5 -75q0 -47 -29 -78t-77 -33q-24 -1 -43.5 6.5t-33.5 22t-22 34t-8 42.5z" />
114
+ <glyph unicode="&#xa2;" horiz-adv-x="1097" d="M91 517l5 43q12 99 47.5 190t94 163.5t138.5 121t179 62.5l39 221h182l-41 -229q64 -16 115 -51t86 -84.5t53.5 -111.5t18.5 -133h-169q0 49 -13 92t-39.5 76t-65.5 52.5t-91 21.5q-83 3 -145.5 -31t-106 -90t-69 -127t-35.5 -143l-5 -42q-7 -64 -4 -131.5t26 -124 t70 -93.5t127 -39q49 -1 94.5 14t82.5 42.5t63.5 67t39.5 86.5l171 1q-11 -73 -47.5 -135t-90 -108.5t-120 -76t-137.5 -38.5l-40 -228h-182l43 241q-82 23 -138.5 74.5t-89.5 121.5t-44 153.5t-2 171.5z" />
115
+ <glyph unicode="&#xa3;" horiz-adv-x="1164" d="M-13 0l29 156l67 -2q36 13 60 40.5t40 62t25.5 72t14.5 72.5l29 221h-160l27 157h156l32 260q12 97 53.5 178t106.5 139.5t150 90.5t184 29q87 -2 154.5 -31.5t113 -80.5t67 -122t17.5 -156l-187 1q3 49 -6.5 91t-33 73t-61.5 48.5t-91 19.5q-60 2 -108.5 -21 t-83.5 -62.5t-57.5 -91t-29.5 -106.5l-33 -259h310l-27 -157h-305l-29 -219q-10 -70 -35.5 -132.5t-71.5 -116.5l715 3l-29 -157h-1003z" />
116
+ <glyph unicode="&#xa4;" horiz-adv-x="1426" d="M18 118l159 134q-30 85 -40.5 172t0.5 177q14 108 58 203t116 176l-117 157l141 127l114 -148q81 55 171 87.5t190 30.5q90 -1 173.5 -31.5t151.5 -89.5l175 152l111 -146l-173 -147q32 -87 43.5 -176t-0.5 -182q-14 -103 -54.5 -193.5t-106.5 -170.5l115 -150l-143 -127 l-106 137q-84 -60 -178 -96t-199 -34q-94 2 -180 34t-155 96l-157 -136zM304 599q-11 -81 5.5 -160t58.5 -142.5t107.5 -103.5t154.5 -43q96 -3 180.5 36t150 105t108 151t54.5 175q10 80 -6 159t-57.5 142t-107.5 102.5t-154 42.5q-96 3 -180.5 -35.5t-150 -103.5 t-108.5 -150t-55 -175z" />
117
+ <glyph unicode="&#xa5;" horiz-adv-x="1213" d="M83 322l22 124h366l29 165h-367l22 125h310l-281 720h203l235 -673l469 673h225l-530 -720h297l-22 -125h-372l-29 -165h373l-22 -124h-372l-57 -322h-188l56 322h-367z" />
118
+ <glyph unicode="&#xa6;" horiz-adv-x="486" d="M-9 -270l138 791h182l-138 -791h-182zM159 698l132 758h182l-132 -758h-182z" />
119
+ <glyph unicode="&#xa7;" horiz-adv-x="1228" d="M-29 -63l181 1q-5 -67 13 -118.5t54.5 -87.5t89.5 -55t118 -20q53 -1 108.5 11t102.5 38.5t80 68.5t41 102q6 40 -4.5 71.5t-32 55.5t-51.5 42.5t-63.5 33t-68 25.5t-64.5 21q-78 26 -152 58.5t-129.5 80.5t-86 115t-22.5 163q4 52 22.5 95.5t48.5 78.5t69 63t84 50 q-53 57 -72.5 126t-12.5 146q5 66 29.5 120t63 96t88.5 72.5t106.5 49.5t116.5 28t120 8q100 -2 180.5 -31t136 -84t82.5 -134.5t21 -181.5h-180q4 61 -10.5 112t-46 87.5t-80 57.5t-111.5 23q-54 1 -110 -10.5t-102.5 -37.5t-79 -68.5t-41.5 -103.5q-9 -64 15.5 -105 t67.5 -68.5t96.5 -44.5t102.5 -33q78 -25 152.5 -57.5t130.5 -80.5t87 -115t23 -162q-5 -53 -23.5 -96.5t-49 -79t-70.5 -63t-86 -48.5q56 -56 76 -125t14 -147q-8 -101 -57 -173t-122.5 -117.5t-164 -66t-180.5 -19.5q-101 2 -185.5 30t-145 82t-92 134t-25.5 187zM268 545 q-6 -43 3.5 -76t30 -58t50 -43t63 -32t69 -25.5t68.5 -21.5q38 -12 75.5 -25t74.5 -27q37 11 70 28.5t59 42t43.5 56t23.5 72.5q6 40 -4.5 72t-32.5 57.5t-52.5 44.5t-64 33.5t-68.5 26t-65 21.5q-39 12 -77.5 25t-76.5 27q-75 -21 -126 -69t-63 -129z" />
120
+ <glyph unicode="&#xa8;" horiz-adv-x="840" d="M219 1369q1 46 30 76.5t76 32.5q47 1 77.5 -28.5t29.5 -76.5q0 -46 -30 -76t-77 -32q-47 -1 -76.5 28t-29.5 76zM636 1367q1 46 30 77t76 33q48 1 78 -28.5t29 -77.5q0 -47 -30 -76.5t-77 -31.5q-46 -1 -76.5 28t-29.5 76z" />
121
+ <glyph unicode="&#xa9;" horiz-adv-x="1571" d="M108 722q11 99 45.5 194t88 179.5t124.5 155t155.5 121.5t180.5 78.5t200 25.5q99 -1 184 -31t153 -81t119 -121t82.5 -152t43 -172.5t1.5 -183.5q-11 -99 -45 -194t-87.5 -179.5t-124.5 -155.5t-155.5 -122t-180.5 -79t-200 -26q-99 2 -184 31.5t-153.5 81t-119.5 122 t-82.5 152.5t-43 172.5t-1.5 183.5zM219 569.5q8 -75.5 32.5 -144.5t65 -128t96 -103t125.5 -69.5t153 -26.5q88 -2 169.5 21.5t153.5 66.5t133 103t107 131.5t76.5 152t41.5 163.5q10 77 2 152t-32 143.5t-65 127t-96 102t-125 68.5t-153 27q-88 2 -169.5 -21t-153.5 -66 t-133 -102.5t-107.5 -130.5t-77 -151t-41.5 -163q-10 -77 -2 -152.5zM442 670l12 116q9 78 38 149t77 124.5t115 84.5t152 30q72 -2 128 -24.5t93.5 -63t55 -98t14.5 -129.5l-142 1q5 85 -29 134t-125 51q-55 1 -96 -21t-70 -58.5t-46 -83.5t-23 -95l-13 -118 q-4 -43 0 -87.5t21 -81.5t49 -61.5t84 -26.5q47 -2 82 10.5t60 36.5t40 58.5t23 78.5l140 1q-7 -74 -34 -133.5t-71.5 -100t-106 -61.5t-137.5 -19q-81 2 -139 35.5t-93.5 87t-50 122t-8.5 142.5z" />
122
+ <glyph unicode="&#xaa;" horiz-adv-x="898" d="M197 911q3 72 36.5 118t85 73t114 37.5t122.5 10.5l111 -1l9 54q3 27 1 51t-12.5 42t-30 28.5t-49.5 11.5q-56 1 -99.5 -23.5t-58.5 -80.5l-156 11q6 61 35 105.5t73 73.5t98.5 42.5t111.5 12.5q62 -2 110 -22.5t80 -56.5t46.5 -86.5t9.5 -111.5l-49 -314 q-8 -47 -9 -91.5t7 -90.5l-155 -1q-2 19 -3 37t-1 37q-44 -41 -94.5 -63.5t-111.5 -22.5q-50 0 -91.5 15t-70.5 43.5t-45 69.5t-14 92zM359 915q-3 -24 4 -41t21 -27.5t33.5 -15.5t40.5 -5q47 0 88.5 20.5t77.5 47.5l28 143h-93q-30 -1 -63 -7t-61.5 -19.5t-49.5 -37 t-26 -58.5z" />
123
+ <glyph unicode="&#xab;" horiz-adv-x="942" d="M89 538l2 20l347 389h152l-329 -409l178 -387h-125zM409 538l2 20l347 389h152l-329 -409l178 -387h-125z" />
124
+ <glyph unicode="&#xac;" horiz-adv-x="1110" d="M129 639l29 161h807l-74 -425h-182l47 264h-627z" />
125
+ <glyph unicode="&#xad;" horiz-adv-x="558" d="M25 543l27 151h475l-27 -151h-475z" />
126
+ <glyph unicode="&#xae;" horiz-adv-x="1572" d="M107 722q11 99 45.5 194t88 179.5t124.5 155t155.5 121.5t180.5 78.5t200 25.5q99 -1 184 -31t153.5 -81t119 -121t82.5 -152t43 -172.5t1 -183.5q-11 -99 -45 -194t-87.5 -179.5t-124.5 -155.5t-155 -122.5t-180 -79.5t-200 -26q-100 2 -185 32t-153.5 81.5t-119 122 t-82.5 152.5t-43.5 172.5t-1.5 183.5zM217.5 569q7.5 -76 32 -144.5t65 -128t96 -103t125.5 -69t154 -27.5q88 -2 170 21.5t154 66.5t132.5 103.5t107 132t76.5 151.5t41 164q10 77 2.5 152t-32 143.5t-65 127.5t-96 102t-125.5 68t-153 27q-88 2 -169.5 -21t-154 -65.5 t-133 -102t-107 -131t-77 -151.5t-41.5 -163q-10 -77 -2.5 -153zM452 316l133 849l257 -1q58 -2 110.5 -16.5t92 -44t61 -76t17.5 -111.5q-2 -37 -15 -66.5t-33 -53.5t-47 -43.5t-57 -36.5q28 -16 46 -38t27.5 -48t12 -55.5t-0.5 -60.5l-7 -55q-4 -33 -2.5 -63.5t3.5 -63.5 l-2 -17h-138q-6 37 -4 73t7 72l6 54q7 66 -17 100.5t-92 38.5l-167 1l-53 -338h-138zM662 782l143 -1q30 1 60.5 9t56 23.5t43 39.5t22.5 57q6 39 -3 63.5t-29.5 38.5t-49.5 19.5t-62 6.5h-140z" />
127
+ <glyph unicode="&#xaf;" horiz-adv-x="920" d="M227 1313l23 143h694l-23 -143h-694z" />
128
+ <glyph unicode="&#xb0;" horiz-adv-x="752" d="M234 1207q2 53 23.5 102t58 86.5t84.5 60t102 21.5q51 -1 92.5 -22.5t70.5 -56.5t44.5 -80t14.5 -93q-2 -53 -23 -101.5t-57 -85t-83.5 -58.5t-101.5 -21q-50 1 -92.5 21.5t-72.5 54.5t-46 78.5t-14 93.5zM355 1209q-3 -24 3.5 -46t20.5 -39t34.5 -27t45.5 -10 q28 0 53 11t44.5 29.5t32 43.5t15.5 52q3 24 -3 47t-19 41t-33.5 28.5t-46.5 10.5q-28 0 -53.5 -12t-45 -31.5t-32.5 -45t-16 -52.5z" />
129
+ <glyph unicode="&#xb1;" horiz-adv-x="1072" d="M38 1l27 151h811l-27 -151h-811zM109 703l25 152h374l65 412h163l-65 -412h353l-25 -152h-351l-65 -414h-164l65 414h-375z" />
130
+ <glyph unicode="&#xb2;" horiz-adv-x="738" d="M92 667l20 116l316 265q21 18 45 38.5t46 44.5t38 51t21 57q7 48 -19.5 75t-74.5 28q-66 1 -106 -36.5t-54 -99.5l-154 -1q6 62 33 111t68.5 83.5t95.5 52.5t116 17q52 -1 99.5 -15.5t82.5 -43t55 -71.5t17 -100q-3 -48 -25 -90.5t-54 -80t-70.5 -69.5t-73.5 -59 l-196 -145h379l-23 -128h-582z" />
131
+ <glyph unicode="&#xb3;" horiz-adv-x="738" d="M110 889h151q0 -28 9.5 -47.5t26.5 -32.5t39.5 -19t48.5 -6q28 0 55 7t49.5 21.5t38 36.5t19.5 52q4 31 -5.5 51.5t-28 32.5t-43.5 17t-51 6l-87 1l11 116l78 -1q28 1 55.5 8t51 20.5t39.5 35.5t20 53q3 26 -4 44.5t-22 30t-36 17.5t-44 6q-49 0 -87.5 -22.5t-53.5 -70.5 h-156q6 57 32.5 98.5t67 69.5t91 41t104.5 13q50 -1 98.5 -13.5t86 -39t59.5 -67.5t19 -98q-2 -36 -16 -64.5t-36 -50.5t-49.5 -39.5t-57.5 -30.5q58 -21 87 -65t27 -107q-3 -63 -32 -108.5t-74.5 -74.5t-101.5 -42.5t-111 -12.5t-103.5 16t-85.5 44t-58 72.5t-21 101.5z " />
132
+ <glyph unicode="&#xb4;" horiz-adv-x="633" d="M213 1240l234 294h230l-306 -294h-158z" />
133
+ <glyph unicode="&#xb5;" horiz-adv-x="1135" d="M-27 -416l260 1498h181l-103 -624q-4 -33 -6.5 -69.5t-0.5 -72.5t10 -69t26 -58.5t47 -41.5t73 -17q92 -3 162 35t118 116l139 801h182l-188 -1082h-161l18 116q-53 -66 -119.5 -102t-153.5 -36q-60 1 -115 17.5t-100 58.5l-89 -470h-180z" />
134
+ <glyph unicode="&#xb6;" horiz-adv-x="981" d="M133 980q11 111 57 199t118.5 150t167.5 95t203 33l277 -1l-252 -1456h-182l91 520l-72 1q-102 2 -182 36t-133.5 94.5t-78 144t-14.5 184.5z" />
135
+ <glyph unicode="&#xb7;" horiz-adv-x="528" d="M165 726q1 49 31.5 81.5t80.5 34.5q24 1 45 -7t36 -23t23 -35.5t8 -44.5q-1 -49 -33 -80.5t-81 -33.5q-24 -1 -44.5 7t-35 22t-22.5 34.5t-8 44.5z" />
136
+ <glyph unicode="&#xb8;" horiz-adv-x="502" d="M-56 -437l4 108q27 1 56.5 6t56 16.5t45.5 32t24 52.5q5 30 -8 46.5t-35 25t-48 11.5t-47 6l46 133h129l-21 -55q63 -14 95 -56.5t30 -106.5q-2 -65 -33.5 -106.5t-79 -66t-104.5 -35t-110 -11.5z" />
137
+ <glyph unicode="&#xb9;" horiz-adv-x="686" d="M223 1215l24 135l356 113h21l-131 -789h-154l104 597z" />
138
+ <glyph unicode="&#xba;" horiz-adv-x="913" d="M198 1043l8 79q8 75 38 141t79 114t114.5 75t144.5 25q75 -2 132 -31t94 -77t53 -111.5t10 -134.5l-8 -80q-8 -75 -38 -140.5t-78.5 -113.5t-114 -75t-144.5 -25q-75 2 -132 31t-94 77t-53.5 111.5t-10.5 134.5zM358 1041q-4 -38 0.5 -76t20 -68t44.5 -49t74 -20 q47 -2 83 16t61.5 48t40.5 69.5t21 81.5l9 81q3 38 -1 75.5t-20 67.5t-44 49.5t-73 20.5q-47 1 -83 -16.5t-62 -47.5t-41.5 -69t-21.5 -81z" />
139
+ <glyph unicode="&#xbb;" horiz-adv-x="941" d="M15 152l328 408l-177 389h125l225 -387l-2 -21l-347 -389h-152zM353 152l328 408l-177 389h125l225 -387l-2 -21l-347 -389h-152z" />
140
+ <glyph unicode="&#xbc;" horiz-adv-x="1465" d="M185 1205l24 135l356 113h21l-131 -789h-154l104 597zM256 192l881 1128l98 -72l-881 -1128zM688 169l13 112l447 508h164l-85 -490h104l-23 -130h-103l-30 -169h-154l30 169h-363zM865 299h208l58 291l-22 -30z" />
141
+ <glyph unicode="&#xbd;" horiz-adv-x="1551" d="M180 1205l24 135l356 113h21l-131 -789h-154l104 597zM213 192l881 1128l98 -72l-881 -1128zM751 0l20 116l316 265q21 18 45 38.5t46 44.5t38 51t21 57q7 48 -19.5 75t-74.5 28q-66 1 -106 -36.5t-54 -99.5l-154 -1q6 62 33 111t68.5 83.5t95.5 52.5t116 17 q52 -1 99.5 -15.5t82.5 -43t55 -71.5t17 -100q-3 -48 -25 -90.5t-54 -80t-70.5 -69.5t-73.5 -59l-196 -145h379l-23 -128h-582z" />
142
+ <glyph unicode="&#xbe;" horiz-adv-x="1555" d="M158 890h151q0 -28 9.5 -47.5t26.5 -32.5t39.5 -19t48.5 -6q28 0 55 7t49.5 21.5t38 36.5t19.5 52q4 31 -5.5 51.5t-28 32.5t-43.5 17t-51 6l-87 1l11 116l78 -1q28 1 55.5 8t51 20.5t39.5 35.5t20 53q3 26 -4 44.5t-22 30t-36 17.5t-44 6q-49 0 -87.5 -22.5t-53.5 -70.5 h-156q6 57 32.5 98.5t67 69.5t91 41t104.5 13q50 -1 98.5 -13.5t86 -39t59.5 -67.5t19 -98q-2 -36 -16 -64.5t-36 -50.5t-49.5 -39.5t-57.5 -30.5q58 -21 87 -65t27 -107q-3 -63 -32 -108.5t-74.5 -74.5t-101.5 -42.5t-111 -12.5t-103.5 16t-85.5 44t-58 72.5t-21 101.5z M379 192l881 1128l98 -72l-881 -1128zM777 169l13 112l447 508h164l-85 -490h104l-23 -130h-103l-30 -169h-154l30 169h-363zM954 299h208l58 291l-22 -30z" />
143
+ <glyph unicode="&#xbf;" horiz-adv-x="950" d="M-37 -14q6 72 35 134.5t71.5 116.5t94.5 102t104 92q60 51 90 112t43 137l176 1q-7 -64 -23.5 -116t-43.5 -97t-64 -86t-83 -84q-35 -33 -70.5 -66t-65.5 -69.5t-51.5 -79t-27.5 -93.5q-6 -47 2 -86t30 -67.5t57.5 -45t84.5 -17.5t90.5 13t73.5 41t54 65.5t31 85.5l180 1 q-10 -86 -48 -155t-96.5 -116.5t-134.5 -72t-161 -22.5q-84 2 -151.5 28t-114 74t-68.5 116t-14 154zM434 994q1 47 31 76.5t76 31.5q46 1 76.5 -27.5t29.5 -74.5q0 -47 -29.5 -78t-76.5 -33q-23 -1 -43 6.5t-34 22t-22 34t-8 42.5z" />
144
+ <glyph unicode="&#xc0;" horiz-adv-x="1306" d="M-81 0l791 1456h165l288 -1456h-185l-69 380h-590l-199 -380h-201zM402 538h479l-121 679zM568 1844h205l143 -294h-143z" />
145
+ <glyph unicode="&#xc1;" horiz-adv-x="1306" d="M-81 0l791 1456h165l288 -1456h-185l-69 380h-590l-199 -380h-201zM402 538h479l-121 679zM712 1550l234 294h230l-306 -294h-158z" />
146
+ <glyph unicode="&#xc2;" horiz-adv-x="1306" d="M-81 0l791 1456h165l288 -1456h-185l-69 380h-590l-199 -380h-201zM402 538h479l-121 679zM528 1560v16l278 270h106l205 -272v-14l-147 2l-113 169l-176 -168z" />
147
+ <glyph unicode="&#xc3;" horiz-adv-x="1306" d="M-81 0l791 1456h165l288 -1456h-185l-69 380h-590l-199 -380h-201zM402 538h479l-121 679zM478 1563q5 47 22 92t45.5 80t69 56t93.5 20q37 0 68 -16t61 -34.5t60.5 -34t66.5 -14.5q25 0 44.5 10t34 25.5t24 36t15.5 41.5l117 -10q-5 -47 -21.5 -91.5t-44.5 -78.5 t-68 -54.5t-93 -20.5q-38 0 -69 16t-60.5 35t-60 33.5t-66.5 13.5q-25 -1 -44 -10.5t-33 -25t-23.5 -35.5t-15.5 -41z" />
148
+ <glyph unicode="&#xc4;" horiz-adv-x="1306" d="M-81 0l791 1456h165l288 -1456h-185l-69 380h-590l-199 -380h-201zM402 538h479l-121 679zM526 1679q1 46 30 76.5t76 32.5q47 1 77.5 -28.5t29.5 -76.5q0 -46 -30 -76t-77 -32q-47 -1 -76.5 28t-29.5 76zM943 1677q1 46 30 77t76 33q48 1 78 -28.5t29 -77.5 q0 -47 -30 -76.5t-77 -31.5q-46 -1 -76.5 28t-29.5 76z" />
149
+ <glyph unicode="&#xc5;" horiz-adv-x="1306" d="M-81 0l791 1456h165l288 -1456h-185l-69 380h-590l-199 -380h-201zM402 538h479l-121 679zM640 1721q1 45 18.5 84.5t47.5 69t69.5 46.5t84.5 17q42 0 78 -16t62.5 -43t41.5 -63.5t15 -78.5q-1 -45 -19 -84t-48 -67.5t-69.5 -45t-83.5 -16.5q-42 0 -78 15t-63 41.5 t-42 62.5t-14 78zM736 1723q-2 -21 3.5 -41t18 -35t30.5 -24t41 -9q24 0 46.5 10t40.5 26.5t29.5 38.5t14.5 46q3 22 -2.5 42t-18 35.5t-30.5 25t-41 9.5q-25 0 -47.5 -10.5t-40.5 -27.5t-29.5 -39.5t-14.5 -46.5z" />
150
+ <glyph unicode="&#xc6;" horiz-adv-x="1867" d="M-124 0l1106 1456h930l-27 -152h-670l-63 -471h574l-27 -151h-567l-71 -531h685l-27 -151h-857l47 353h-540l-261 -353h-232zM496 527h436l96 722z" />
151
+ <glyph unicode="&#xc7;" horiz-adv-x="1303" d="M119.5 493.5q-3.5 80.5 7.5 160.5l21 146q20 133 72.5 256t137 217.5t200.5 150t263 52.5q110 -2 193.5 -39.5t140 -102t86 -153.5t32.5 -194h-187q-3 69 -17.5 128.5t-46 104t-82.5 71t-127 28.5q-73 2 -134 -18t-110.5 -56.5t-88 -86.5t-67 -108t-47.5 -121.5 t-29 -126.5l-22 -149q-7 -53 -9 -111t5.5 -114.5t25.5 -108t50 -91.5t80.5 -64.5t116.5 -26.5q84 -3 149 18.5t114 64t83.5 104t56.5 137.5l182 3q-21 -113 -73.5 -203.5t-129.5 -153.5t-176.5 -96.5t-214.5 -30.5q-92 2 -164 30.5t-125.5 76.5t-88.5 113t-54.5 139 t-23 154.5zM394 -446l4 108q27 1 56.5 6t56 16.5t45.5 32t24 52.5q5 30 -8 46.5t-35 25t-48 11.5t-47 6l46 133h129l-21 -55q63 -14 95 -56.5t30 -106.5q-2 -65 -33.5 -106.5t-79 -66t-104.5 -35t-110 -11.5z" />
152
+ <glyph unicode="&#xc8;" horiz-adv-x="1139" d="M59 0l253 1456h889l-28 -158h-701l-81 -468h612l-27 -157h-612l-90 -516h712l-28 -157h-899zM518 1856h205l143 -294h-143z" />
153
+ <glyph unicode="&#xc9;" horiz-adv-x="1139" d="M59 0l253 1456h889l-28 -158h-701l-81 -468h612l-27 -157h-612l-90 -516h712l-28 -157h-899zM662 1562l234 294h230l-306 -294h-158z" />
154
+ <glyph unicode="&#xca;" horiz-adv-x="1139" d="M59 0l253 1456h889l-28 -158h-701l-81 -468h612l-27 -157h-612l-90 -516h712l-28 -157h-899zM478 1572v16l278 270h106l205 -272v-14l-147 2l-113 169l-176 -168z" />
155
+ <glyph unicode="&#xcb;" horiz-adv-x="1139" d="M59 0l253 1456h889l-28 -158h-701l-81 -468h612l-27 -157h-612l-90 -516h712l-28 -157h-899zM476 1691q1 46 30 76.5t76 32.5q47 1 77.5 -28.5t29.5 -76.5q0 -46 -30 -76t-77 -32q-47 -1 -76.5 28t-29.5 76zM893 1689q1 46 30 77t76 33q48 1 78 -28.5t29 -77.5 q0 -47 -30 -76.5t-77 -31.5q-46 -1 -76.5 28t-29.5 76z" />
156
+ <glyph unicode="&#xcc;" horiz-adv-x="550" d="M73 0l253 1456h187l-253 -1456h-187zM189 1856h205l143 -294h-143z" />
157
+ <glyph unicode="&#xcd;" horiz-adv-x="550" d="M73 0l253 1456h187l-253 -1456h-187zM332 1562l234 294h230l-306 -294h-158z" />
158
+ <glyph unicode="&#xce;" horiz-adv-x="550" d="M73 0l253 1456h187l-253 -1456h-187zM149 1572v16l278 270h106l205 -272v-14l-147 2l-113 169l-176 -168z" />
159
+ <glyph unicode="&#xcf;" horiz-adv-x="550" d="M73 0l253 1456h187l-253 -1456h-187zM147 1691q1 46 30 76.5t76 32.5q47 1 77.5 -28.5t29.5 -76.5q0 -46 -30 -76t-77 -32q-47 -1 -76.5 28t-29.5 76zM564 1689q1 46 30 77t76 33q48 1 78 -28.5t29 -77.5q0 -47 -30 -76.5t-77 -31.5q-46 -1 -76.5 28t-29.5 76z" />
160
+ <glyph unicode="&#xd0;" horiz-adv-x="1343" d="M47 666l27 151h157l111 639l387 -1q146 -3 251 -60.5t169 -151.5t87.5 -216.5t7.5 -256.5l-12 -86q-21 -149 -83 -274.5t-158 -216.5t-224.5 -142t-282.5 -51h-395l115 666h-157zM304 157l185 -1q119 0 214.5 40.5t166 111t115 167t61.5 209.5l13 90q13 96 4.5 189 t-46.5 166t-109 119t-183 49l-223 1l-84 -481h274l-27 -151h-273z" />
161
+ <glyph unicode="&#xd1;" horiz-adv-x="1426" d="M59 0l253 1456h182l521 -1135l197 1135h187l-253 -1456h-182l-520 1130l-196 -1130h-189zM530 1563q5 47 22 92t45.5 80t69 56t93.5 20q37 0 68 -16t61 -34.5t60.5 -34t66.5 -14.5q25 0 44.5 10t34 25.5t24 36t15.5 41.5l117 -10q-5 -47 -21.5 -91.5t-44.5 -78.5 t-68 -54.5t-93 -20.5q-38 0 -69 16t-60.5 35t-60 33.5t-66.5 13.5q-25 -1 -44 -10.5t-33 -25t-23.5 -35.5t-15.5 -41z" />
162
+ <glyph unicode="&#xd2;" horiz-adv-x="1376" d="M122.5 514.5q-3.5 83.5 7.5 166.5l13 92q13 89 40.5 176t69.5 166t98.5 146t127 115.5t156 75t184.5 24.5q97 -2 172 -31.5t129.5 -80t90.5 -118t54.5 -145t21.5 -161.5t-8 -167l-12 -91q-20 -135 -71.5 -262.5t-135.5 -226.5t-201.5 -157.5t-267.5 -55.5 q-96 2 -170.5 31.5t-129 80t-90.5 118t-55.5 144.5t-23 160.5zM308.5 564q-1.5 -61 6 -120t26.5 -112.5t53 -95t84.5 -67t121.5 -27.5q76 -2 138.5 19t112.5 59t88.5 90.5t66.5 113t46 126.5t28 131l13 95q7 56 9 117.5t-5.5 120t-26 112t-52.5 94t-85 65.5t-123 27 q-75 2 -136.5 -19t-112 -59.5t-89 -91t-67 -113t-47.5 -125.5t-28 -129l-13 -95q-7 -55 -8.5 -116zM601 1846h205l143 -294h-143z" />
163
+ <glyph unicode="&#xd3;" horiz-adv-x="1376" d="M122.5 514.5q-3.5 83.5 7.5 166.5l13 92q13 89 40.5 176t69.5 166t98.5 146t127 115.5t156 75t184.5 24.5q97 -2 172 -31.5t129.5 -80t90.5 -118t54.5 -145t21.5 -161.5t-8 -167l-12 -91q-20 -135 -71.5 -262.5t-135.5 -226.5t-201.5 -157.5t-267.5 -55.5 q-96 2 -170.5 31.5t-129 80t-90.5 118t-55.5 144.5t-23 160.5zM308.5 564q-1.5 -61 6 -120t26.5 -112.5t53 -95t84.5 -67t121.5 -27.5q76 -2 138.5 19t112.5 59t88.5 90.5t66.5 113t46 126.5t28 131l13 95q7 56 9 117.5t-5.5 120t-26 112t-52.5 94t-85 65.5t-123 27 q-75 2 -136.5 -19t-112 -59.5t-89 -91t-67 -113t-47.5 -125.5t-28 -129l-13 -95q-7 -55 -8.5 -116zM745 1552l234 294h230l-306 -294h-158z" />
164
+ <glyph unicode="&#xd4;" horiz-adv-x="1376" d="M122.5 514.5q-3.5 83.5 7.5 166.5l13 92q13 89 40.5 176t69.5 166t98.5 146t127 115.5t156 75t184.5 24.5q97 -2 172 -31.5t129.5 -80t90.5 -118t54.5 -145t21.5 -161.5t-8 -167l-12 -91q-20 -135 -71.5 -262.5t-135.5 -226.5t-201.5 -157.5t-267.5 -55.5 q-96 2 -170.5 31.5t-129 80t-90.5 118t-55.5 144.5t-23 160.5zM308.5 564q-1.5 -61 6 -120t26.5 -112.5t53 -95t84.5 -67t121.5 -27.5q76 -2 138.5 19t112.5 59t88.5 90.5t66.5 113t46 126.5t28 131l13 95q7 56 9 117.5t-5.5 120t-26 112t-52.5 94t-85 65.5t-123 27 q-75 2 -136.5 -19t-112 -59.5t-89 -91t-67 -113t-47.5 -125.5t-28 -129l-13 -95q-7 -55 -8.5 -116zM561 1562v16l278 270h106l205 -272v-14l-147 2l-113 169l-176 -168z" />
165
+ <glyph unicode="&#xd5;" horiz-adv-x="1376" d="M122.5 514.5q-3.5 83.5 7.5 166.5l13 92q13 89 40.5 176t69.5 166t98.5 146t127 115.5t156 75t184.5 24.5q97 -2 172 -31.5t129.5 -80t90.5 -118t54.5 -145t21.5 -161.5t-8 -167l-12 -91q-20 -135 -71.5 -262.5t-135.5 -226.5t-201.5 -157.5t-267.5 -55.5 q-96 2 -170.5 31.5t-129 80t-90.5 118t-55.5 144.5t-23 160.5zM308.5 564q-1.5 -61 6 -120t26.5 -112.5t53 -95t84.5 -67t121.5 -27.5q76 -2 138.5 19t112.5 59t88.5 90.5t66.5 113t46 126.5t28 131l13 95q7 56 9 117.5t-5.5 120t-26 112t-52.5 94t-85 65.5t-123 27 q-75 2 -136.5 -19t-112 -59.5t-89 -91t-67 -113t-47.5 -125.5t-28 -129l-13 -95q-7 -55 -8.5 -116zM511 1565q5 47 22 92t45.5 80t69 56t93.5 20q37 0 68 -16t61 -34.5t60.5 -34t66.5 -14.5q25 0 44.5 10t34 25.5t24 36t15.5 41.5l117 -10q-5 -47 -21.5 -91.5t-44.5 -78.5 t-68 -54.5t-93 -20.5q-38 0 -69 16t-60.5 35t-60 33.5t-66.5 13.5q-25 -1 -44 -10.5t-33 -25t-23.5 -35.5t-15.5 -41z" />
166
+ <glyph unicode="&#xd6;" horiz-adv-x="1376" d="M122.5 514.5q-3.5 83.5 7.5 166.5l13 92q13 89 40.5 176t69.5 166t98.5 146t127 115.5t156 75t184.5 24.5q97 -2 172 -31.5t129.5 -80t90.5 -118t54.5 -145t21.5 -161.5t-8 -167l-12 -91q-20 -135 -71.5 -262.5t-135.5 -226.5t-201.5 -157.5t-267.5 -55.5 q-96 2 -170.5 31.5t-129 80t-90.5 118t-55.5 144.5t-23 160.5zM308.5 564q-1.5 -61 6 -120t26.5 -112.5t53 -95t84.5 -67t121.5 -27.5q76 -2 138.5 19t112.5 59t88.5 90.5t66.5 113t46 126.5t28 131l13 95q7 56 9 117.5t-5.5 120t-26 112t-52.5 94t-85 65.5t-123 27 q-75 2 -136.5 -19t-112 -59.5t-89 -91t-67 -113t-47.5 -125.5t-28 -129l-13 -95q-7 -55 -8.5 -116zM559 1681q1 46 30 76.5t76 32.5q47 1 77.5 -28.5t29.5 -76.5q0 -46 -30 -76t-77 -32q-47 -1 -76.5 28t-29.5 76zM976 1679q1 46 30 77t76 33q48 1 78 -28.5t29 -77.5 q0 -47 -30 -76.5t-77 -31.5q-46 -1 -76.5 28t-29.5 76z" />
167
+ <glyph unicode="&#xd7;" horiz-adv-x="1069" d="M40 338l379 335l-261 336l128 114l262 -334l377 334l101 -131l-376 -336l262 -336l-128 -114l-263 336l-379 -336z" />
168
+ <glyph unicode="&#xd8;" horiz-adv-x="1377" d="M32 -93l198 254q-36 52 -59.5 113.5t-35.5 128.5t-13 137.5t8 140.5l13 92q13 89 40.5 176t69.5 166t98.5 146t127 115.5t156 75t184.5 24.5q110 -2 190.5 -39t137.5 -100l140 179h149l-219 -282q25 -49 40.5 -104.5t23 -114.5t7 -120.5t-8.5 -121.5l-12 -91 q-20 -135 -71.5 -262.5t-135.5 -226.5t-201.5 -157.5t-267.5 -55.5q-88 2 -156 26.5t-122 66.5l-129 -166h-152zM308.5 588q-2.5 -48 0.5 -95.5t12.5 -93.5t26.5 -86l688 881q-33 51 -88 83t-138 35q-75 2 -136.5 -19t-112 -59.5t-89 -91t-67 -113t-47.5 -125.5t-28 -129 l-13 -95q-6 -44 -8.5 -92zM419 209q33 -29 77.5 -47t103.5 -20q76 -2 138.5 19t112.5 59t88.5 90.5t66.5 113t46 126.5t28 131l13 95q9 70 9.5 146t-15.5 146z" />
169
+ <glyph unicode="&#xd9;" horiz-adv-x="1298" d="M116 470l168 986h185l-167 -987q-8 -71 3.5 -131t44 -104t85.5 -69.5t128 -27.5q79 -3 145.5 20t116 66.5t82 106t44.5 139.5l168 987h189l-168 -985q-17 -114 -67.5 -205.5t-128 -156t-177 -98.5t-214.5 -32q-108 2 -195 38t-145 100.5t-84 154t-13 198.5zM563 1844h205 l143 -294h-143z" />
170
+ <glyph unicode="&#xda;" horiz-adv-x="1298" d="M116 470l168 986h185l-167 -987q-8 -71 3.5 -131t44 -104t85.5 -69.5t128 -27.5q79 -3 145.5 20t116 66.5t82 106t44.5 139.5l168 987h189l-168 -985q-17 -114 -67.5 -205.5t-128 -156t-177 -98.5t-214.5 -32q-108 2 -195 38t-145 100.5t-84 154t-13 198.5zM707 1550 l234 294h230l-306 -294h-158z" />
171
+ <glyph unicode="&#xdb;" horiz-adv-x="1298" d="M116 470l168 986h185l-167 -987q-8 -71 3.5 -131t44 -104t85.5 -69.5t128 -27.5q79 -3 145.5 20t116 66.5t82 106t44.5 139.5l168 987h189l-168 -985q-17 -114 -67.5 -205.5t-128 -156t-177 -98.5t-214.5 -32q-108 2 -195 38t-145 100.5t-84 154t-13 198.5zM523 1560v16 l278 270h106l205 -272v-14l-147 2l-113 169l-176 -168z" />
172
+ <glyph unicode="&#xdc;" horiz-adv-x="1298" d="M116 470l168 986h185l-167 -987q-8 -71 3.5 -131t44 -104t85.5 -69.5t128 -27.5q79 -3 145.5 20t116 66.5t82 106t44.5 139.5l168 987h189l-168 -985q-17 -114 -67.5 -205.5t-128 -156t-177 -98.5t-214.5 -32q-108 2 -195 38t-145 100.5t-84 154t-13 198.5zM521 1679 q1 46 30 76.5t76 32.5q47 1 77.5 -28.5t29.5 -76.5q0 -46 -30 -76t-77 -32q-47 -1 -76.5 28t-29.5 76zM938 1677q1 46 30 77t76 33q48 1 78 -28.5t29 -77.5q0 -47 -30 -76.5t-77 -31.5q-46 -1 -76.5 28t-29.5 76z" />
173
+ <glyph unicode="&#xdd;" horiz-adv-x="1203" d="M168 1456h204l239 -730l495 730h224l-653 -923l-93 -533h-187l96 554zM658 1550l234 294h230l-306 -294h-158z" />
174
+ <glyph unicode="&#xde;" horiz-adv-x="1184" d="M56 0l253 1456h182l-51 -293l256 -1q93 -2 171.5 -31t134.5 -82t84.5 -129.5t20.5 -173.5q-9 -107 -56 -188.5t-119.5 -136t-165.5 -82t-194 -27.5l-279 1l-55 -313h-182zM319 465l257 -1q65 0 124.5 18.5t106.5 54t78.5 87.5t40.5 120q7 60 -6 108t-44 82.5t-77.5 54 t-105.5 21.5l-279 1z" />
175
+ <glyph unicode="&#xdf;" horiz-adv-x="1191" d="M30 0l190 1111q12 91 45.5 173t88.5 143t132 95.5t177 32.5q75 -2 137 -24.5t105 -64.5t64 -102.5t14 -138.5q-4 -42 -17 -78t-31 -69.5t-39 -65t-40.5 -63.5t-34.5 -66.5t-21 -72.5q-8 -47 8 -86.5t44.5 -76t63.5 -72t65 -73.5t49 -81t16 -95q-5 -86 -39.5 -151.5 t-91 -109.5t-130 -66t-154.5 -20q-74 1 -151.5 18t-140.5 57l59 153q48 -34 104 -55t115 -22q45 0 87 11t76.5 33.5t58 57.5t29.5 83q6 49 -11 89.5t-46.5 77.5t-64.5 72.5t-65 74t-49 83t-14 99.5q5 59 32.5 107t60.5 94t61.5 93.5t36.5 105.5q5 39 -2 74t-25 61t-48 41.5 t-72 17.5q-64 2 -110 -23t-77 -66.5t-49 -95t-26 -108.5l-189 -1112h-181z" />
176
+ <glyph unicode="&#xe0;" horiz-adv-x="1091" d="M55 292q6 103 54.5 173t122.5 112.5t164 61t179 18.5l189 -1l12 86q5 47 -4 85.5t-32 66.5t-59.5 43.5t-84.5 16.5q-42 1 -83 -9.5t-75.5 -32t-59.5 -54t-34 -75.5l-182 -1q8 81 52.5 141.5t109 101t141.5 60t149 18.5q82 -2 148.5 -27.5t112.5 -72.5t67.5 -113.5 t13.5 -150.5l-83 -503q-9 -55 -10.5 -110t12.5 -109l-2 -17h-184q-7 29 -7 57t3 57q-66 -61 -145 -98.5t-171 -35.5q-68 1 -127 23.5t-102 63.5t-66 98t-19 127zM240 319q-5 -41 5.5 -73.5t32.5 -56t54.5 -36t72.5 -13.5q46 -1 88.5 10.5t80.5 33.5t70.5 52t58.5 66l39 223 l-137 1q-54 0 -115 -7.5t-114 -30t-90.5 -63t-45.5 -106.5zM426 1534h205l143 -294h-143z" />
177
+ <glyph unicode="&#xe1;" horiz-adv-x="1091" d="M55 292q6 103 54.5 173t122.5 112.5t164 61t179 18.5l189 -1l12 86q5 47 -4 85.5t-32 66.5t-59.5 43.5t-84.5 16.5q-42 1 -83 -9.5t-75.5 -32t-59.5 -54t-34 -75.5l-182 -1q8 81 52.5 141.5t109 101t141.5 60t149 18.5q82 -2 148.5 -27.5t112.5 -72.5t67.5 -113.5 t13.5 -150.5l-83 -503q-9 -55 -10.5 -110t12.5 -109l-2 -17h-184q-7 29 -7 57t3 57q-66 -61 -145 -98.5t-171 -35.5q-68 1 -127 23.5t-102 63.5t-66 98t-19 127zM240 319q-5 -41 5.5 -73.5t32.5 -56t54.5 -36t72.5 -13.5q46 -1 88.5 10.5t80.5 33.5t70.5 52t58.5 66l39 223 l-137 1q-54 0 -115 -7.5t-114 -30t-90.5 -63t-45.5 -106.5zM570 1240l234 294h230l-306 -294h-158z" />
178
+ <glyph unicode="&#xe2;" horiz-adv-x="1091" d="M55 292q6 103 54.5 173t122.5 112.5t164 61t179 18.5l189 -1l12 86q5 47 -4 85.5t-32 66.5t-59.5 43.5t-84.5 16.5q-42 1 -83 -9.5t-75.5 -32t-59.5 -54t-34 -75.5l-182 -1q8 81 52.5 141.5t109 101t141.5 60t149 18.5q82 -2 148.5 -27.5t112.5 -72.5t67.5 -113.5 t13.5 -150.5l-83 -503q-9 -55 -10.5 -110t12.5 -109l-2 -17h-184q-7 29 -7 57t3 57q-66 -61 -145 -98.5t-171 -35.5q-68 1 -127 23.5t-102 63.5t-66 98t-19 127zM240 319q-5 -41 5.5 -73.5t32.5 -56t54.5 -36t72.5 -13.5q46 -1 88.5 10.5t80.5 33.5t70.5 52t58.5 66l39 223 l-137 1q-54 0 -115 -7.5t-114 -30t-90.5 -63t-45.5 -106.5zM386 1250v16l278 270h106l205 -272v-14l-147 2l-113 169l-176 -168z" />
179
+ <glyph unicode="&#xe3;" horiz-adv-x="1091" d="M55 292q6 103 54.5 173t122.5 112.5t164 61t179 18.5l189 -1l12 86q5 47 -4 85.5t-32 66.5t-59.5 43.5t-84.5 16.5q-42 1 -83 -9.5t-75.5 -32t-59.5 -54t-34 -75.5l-182 -1q8 81 52.5 141.5t109 101t141.5 60t149 18.5q82 -2 148.5 -27.5t112.5 -72.5t67.5 -113.5 t13.5 -150.5l-83 -503q-9 -55 -10.5 -110t12.5 -109l-2 -17h-184q-7 29 -7 57t3 57q-66 -61 -145 -98.5t-171 -35.5q-68 1 -127 23.5t-102 63.5t-66 98t-19 127zM240 319q-5 -41 5.5 -73.5t32.5 -56t54.5 -36t72.5 -13.5q46 -1 88.5 10.5t80.5 33.5t70.5 52t58.5 66l39 223 l-137 1q-54 0 -115 -7.5t-114 -30t-90.5 -63t-45.5 -106.5zM336 1253q5 47 22 92t45.5 80t69 56t93.5 20q37 0 68 -16t61 -34.5t60.5 -34t66.5 -14.5q25 0 44.5 10t34 25.5t24 36t15.5 41.5l117 -10q-5 -47 -21.5 -91.5t-44.5 -78.5t-68 -54.5t-93 -20.5q-38 0 -69 16 t-60.5 35t-60 33.5t-66.5 13.5q-25 -1 -44 -10.5t-33 -25t-23.5 -35.5t-15.5 -41z" />
180
+ <glyph unicode="&#xe4;" horiz-adv-x="1091" d="M55 292q6 103 54.5 173t122.5 112.5t164 61t179 18.5l189 -1l12 86q5 47 -4 85.5t-32 66.5t-59.5 43.5t-84.5 16.5q-42 1 -83 -9.5t-75.5 -32t-59.5 -54t-34 -75.5l-182 -1q8 81 52.5 141.5t109 101t141.5 60t149 18.5q82 -2 148.5 -27.5t112.5 -72.5t67.5 -113.5 t13.5 -150.5l-83 -503q-9 -55 -10.5 -110t12.5 -109l-2 -17h-184q-7 29 -7 57t3 57q-66 -61 -145 -98.5t-171 -35.5q-68 1 -127 23.5t-102 63.5t-66 98t-19 127zM240 319q-5 -41 5.5 -73.5t32.5 -56t54.5 -36t72.5 -13.5q46 -1 88.5 10.5t80.5 33.5t70.5 52t58.5 66l39 223 l-137 1q-54 0 -115 -7.5t-114 -30t-90.5 -63t-45.5 -106.5zM384 1369q1 46 30 76.5t76 32.5q47 1 77.5 -28.5t29.5 -76.5q0 -46 -30 -76t-77 -32q-47 -1 -76.5 28t-29.5 76zM801 1367q1 46 30 77t76 33q48 1 78 -28.5t29 -77.5q0 -47 -30 -76.5t-77 -31.5q-46 -1 -76.5 28 t-29.5 76z" />
181
+ <glyph unicode="&#xe5;" horiz-adv-x="1091" d="M55 292q6 103 54.5 173t122.5 112.5t164 61t179 18.5l189 -1l12 86q5 47 -4 85.5t-32 66.5t-59.5 43.5t-84.5 16.5q-42 1 -83 -9.5t-75.5 -32t-59.5 -54t-34 -75.5l-182 -1q8 81 52.5 141.5t109 101t141.5 60t149 18.5q82 -2 148.5 -27.5t112.5 -72.5t67.5 -113.5 t13.5 -150.5l-83 -503q-9 -55 -10.5 -110t12.5 -109l-2 -17h-184q-7 29 -7 57t3 57q-66 -61 -145 -98.5t-171 -35.5q-68 1 -127 23.5t-102 63.5t-66 98t-19 127zM240 319q-5 -41 5.5 -73.5t32.5 -56t54.5 -36t72.5 -13.5q46 -1 88.5 10.5t80.5 33.5t70.5 52t58.5 66l39 223 l-137 1q-54 0 -115 -7.5t-114 -30t-90.5 -63t-45.5 -106.5zM498 1411q1 45 18.5 84.5t47.5 69t69.5 46.5t84.5 17q42 0 78 -16t62.5 -43t41.5 -63.5t15 -78.5q-1 -45 -19 -84t-48 -67.5t-69.5 -45t-83.5 -16.5q-42 0 -78 15t-63 41.5t-42 62.5t-14 78zM594 1413 q-2 -21 3.5 -41t18 -35t30.5 -24t41 -9q24 0 46.5 10t40.5 26.5t29.5 38.5t14.5 46q3 22 -2.5 42t-18 35.5t-30.5 25t-41 9.5q-25 0 -47.5 -10.5t-40.5 -27.5t-29.5 -39.5t-14.5 -46.5z" />
182
+ <glyph unicode="&#xe6;" horiz-adv-x="1687" d="M24 296q6 96 50.5 161.5t112 105t151 56.5t167.5 17l226 -1l12 86q5 45 -1 86t-25.5 72t-53.5 50t-84 21q-46 1 -90 -10.5t-79.5 -36t-60.5 -61t-33 -83.5l-179 19q9 85 51.5 147t106 102t141 58.5t155.5 17.5q46 -1 92 -10.5t87 -29t74 -50.5t53 -76q72 75 160 121 t196 44q105 -2 178 -42.5t117 -107.5t59.5 -154t3.5 -183l-18 -118h-702q-9 -68 -0.5 -132.5t37.5 -116t80 -83.5t129 -33q90 -2 168.5 28t152.5 77l53 -137q-38 -33 -84 -56t-95.5 -37.5t-100.5 -20.5t-100 -6q-53 1 -105 11.5t-98.5 32t-86 55.5t-67.5 81 q-87 -95 -202 -138.5t-243 -41.5q-72 1 -130 23.5t-98.5 63t-61 98.5t-15.5 131zM207 292q-5 -40 6 -70.5t33.5 -50.5t54.5 -30.5t69 -11.5q41 -1 80.5 9.5t77 28.5t72.5 41t65 49l43 238l-203 1q-48 0 -98 -11.5t-92 -36.5t-71.5 -63.5t-36.5 -92.5zM910 640h522l6 32 q9 55 2 105t-30.5 88t-64.5 61.5t-102 25.5q-69 2 -122.5 -25t-94 -72t-69 -101.5t-47.5 -113.5z" />
183
+ <glyph unicode="&#xe7;" horiz-adv-x="1050" d="M78 517l5 43q13 109 55 208.5t111.5 174.5t164 118.5t212.5 40.5q85 -2 153.5 -32t116.5 -82.5t74 -123.5t25 -155h-169q0 49 -13 92t-39.5 76t-65.5 52.5t-91 21.5q-83 3 -145.5 -31t-106 -90t-69 -127t-35.5 -143l-5 -42q-7 -64 -4 -131.5t26 -124t70 -93.5t127 -39 q49 -1 94.5 14t82.5 42.5t63.5 67t39.5 86.5l171 1q-12 -81 -55.5 -148.5t-106.5 -115.5t-140.5 -74t-157.5 -24q-114 3 -193 49t-125.5 121t-63.5 170.5t-6 197.5zM252 -446l4 108q27 1 56.5 6t56 16.5t45.5 32t24 52.5q5 30 -8 46.5t-35 25t-48 11.5t-47 6l46 133h129 l-21 -55q63 -14 95 -56.5t30 -106.5q-2 -65 -33.5 -106.5t-79 -66t-104.5 -35t-110 -11.5z" />
184
+ <glyph unicode="&#xe8;" horiz-adv-x="1062" d="M76 500l5 43q8 69 29.5 138t55.5 132t80.5 116.5t104 92.5t125 60.5t144.5 19.5q112 -3 186 -49.5t115.5 -121t53.5 -168.5t-1 -192l-12 -83h-706q-9 -63 0 -126t37.5 -113.5t78.5 -83t123 -34.5q92 -2 165 38.5t133 105.5l104 -88q-36 -52 -82 -91t-99.5 -65.5t-113 -39 t-122.5 -11.5q-111 2 -191.5 45.5t-130.5 115.5t-70.5 165t-11.5 194zM276 640l526 -2l4 18q8 53 1 105t-31 93.5t-65 68t-101 28.5q-69 3 -122.5 -24t-94 -71.5t-69.5 -101t-48 -114.5zM410 1534h205l143 -294h-143z" />
185
+ <glyph unicode="&#xe9;" horiz-adv-x="1062" d="M76 500l5 43q8 69 29.5 138t55.5 132t80.5 116.5t104 92.5t125 60.5t144.5 19.5q112 -3 186 -49.5t115.5 -121t53.5 -168.5t-1 -192l-12 -83h-706q-9 -63 0 -126t37.5 -113.5t78.5 -83t123 -34.5q92 -2 165 38.5t133 105.5l104 -88q-36 -52 -82 -91t-99.5 -65.5t-113 -39 t-122.5 -11.5q-111 2 -191.5 45.5t-130.5 115.5t-70.5 165t-11.5 194zM276 640l526 -2l4 18q8 53 1 105t-31 93.5t-65 68t-101 28.5q-69 3 -122.5 -24t-94 -71.5t-69.5 -101t-48 -114.5zM554 1240l234 294h230l-306 -294h-158z" />
186
+ <glyph unicode="&#xea;" horiz-adv-x="1062" d="M76 500l5 43q8 69 29.5 138t55.5 132t80.5 116.5t104 92.5t125 60.5t144.5 19.5q112 -3 186 -49.5t115.5 -121t53.5 -168.5t-1 -192l-12 -83h-706q-9 -63 0 -126t37.5 -113.5t78.5 -83t123 -34.5q92 -2 165 38.5t133 105.5l104 -88q-36 -52 -82 -91t-99.5 -65.5t-113 -39 t-122.5 -11.5q-111 2 -191.5 45.5t-130.5 115.5t-70.5 165t-11.5 194zM276 640l526 -2l4 18q8 53 1 105t-31 93.5t-65 68t-101 28.5q-69 3 -122.5 -24t-94 -71.5t-69.5 -101t-48 -114.5zM370 1250v16l278 270h106l205 -272v-14l-147 2l-113 169l-176 -168z" />
187
+ <glyph unicode="&#xeb;" horiz-adv-x="1062" d="M76 500l5 43q8 69 29.5 138t55.5 132t80.5 116.5t104 92.5t125 60.5t144.5 19.5q112 -3 186 -49.5t115.5 -121t53.5 -168.5t-1 -192l-12 -83h-706q-9 -63 0 -126t37.5 -113.5t78.5 -83t123 -34.5q92 -2 165 38.5t133 105.5l104 -88q-36 -52 -82 -91t-99.5 -65.5t-113 -39 t-122.5 -11.5q-111 2 -191.5 45.5t-130.5 115.5t-70.5 165t-11.5 194zM276 640l526 -2l4 18q8 53 1 105t-31 93.5t-65 68t-101 28.5q-69 3 -122.5 -24t-94 -71.5t-69.5 -101t-48 -114.5zM368 1369q1 46 30 76.5t76 32.5q47 1 77.5 -28.5t29.5 -76.5q0 -46 -30 -76t-77 -32 q-47 -1 -76.5 28t-29.5 76zM785 1367q1 46 30 77t76 33q48 1 78 -28.5t29 -77.5q0 -47 -30 -76.5t-77 -31.5q-46 -1 -76.5 28t-29.5 76z" />
188
+ <glyph unicode="&#xec;" horiz-adv-x="501" d="M46 0l188 1082h181l-188 -1082h-181zM107 1533h205l143 -294h-143z" />
189
+ <glyph unicode="&#xed;" horiz-adv-x="501" d="M46 0l188 1082h181l-188 -1082h-181zM250 1239l234 294h230l-306 -294h-158z" />
190
+ <glyph unicode="&#xee;" horiz-adv-x="501" d="M46 0l188 1082h181l-188 -1082h-181zM67 1249v16l278 270h106l205 -272v-14l-147 2l-113 169l-176 -168z" />
191
+ <glyph unicode="&#xef;" horiz-adv-x="501" d="M46 0l188 1082h181l-188 -1082h-181zM65 1368q1 46 30 76.5t76 32.5q47 1 77.5 -28.5t29.5 -76.5q0 -46 -30 -76t-77 -32q-47 -1 -76.5 28t-29.5 76zM482 1366q1 46 30 77t76 33q48 1 78 -28.5t29 -77.5q0 -47 -30 -76.5t-77 -31.5q-46 -1 -76.5 28t-29.5 76z" />
192
+ <glyph unicode="&#xf0;" horiz-adv-x="1174" d="M101 459q10 101 49 196t104 167.5t154 115.5t199 40q76 -2 143.5 -31.5t121.5 -83.5q-2 92 -30 176t-80 159l-239 -148l-59 108l207 126q-60 51 -132 83.5t-148 54.5l70 157q103 -26 197 -73t173 -119l209 130l58 -109l-182 -109q93 -155 122 -321t5 -345l-14 -98 q-10 -69 -32 -137.5t-55.5 -131t-78.5 -116t-101.5 -92t-123.5 -60t-144 -19.5q-99 2 -176.5 42t-128.5 105.5t-74 151.5t-14 181zM282 458q-6 -57 3.5 -115t37 -104.5t73.5 -77t111 -32.5q53 -2 97 15.5t80 47.5t63.5 71t47.5 87t32.5 93.5t19.5 91.5l13 101q2 15 3.5 30 t3.5 29q-15 34 -39 58.5t-53.5 40.5t-63.5 23.5t-70 8.5q-80 2 -143 -27.5t-108.5 -80.5t-72.5 -119t-35 -141z" />
193
+ <glyph unicode="&#xf1;" horiz-adv-x="1106" d="M31 0l188 1082l171 1l-26 -137q66 72 149 115t183 41q87 -2 144.5 -34t90.5 -85.5t43 -124.5t2 -149l-118 -709h-181l119 712q6 49 1 91t-23.5 73.5t-53 50t-88.5 19.5q-47 1 -88 -12.5t-76.5 -37t-66 -56t-55.5 -68.5l-134 -772h-181zM327 1253q5 47 22 92t45.5 80 t69 56t93.5 20q37 0 68 -16t61 -34.5t60.5 -34t66.5 -14.5q25 0 44.5 10t34 25.5t24 36t15.5 41.5l117 -10q-5 -47 -21.5 -91.5t-44.5 -78.5t-68 -54.5t-93 -20.5q-38 0 -69 16t-60.5 35t-60 33.5t-66.5 13.5q-25 -1 -44 -10.5t-33 -25t-23.5 -35.5t-15.5 -41z" />
194
+ <glyph unicode="&#xf2;" horiz-adv-x="1143" d="M77 522l3 22q9 73 31.5 143.5t57.5 133t82.5 115t106 90t128 58t149.5 18.5q114 -3 195 -50.5t130 -124t67.5 -174t7.5 -199.5l-2 -23q-14 -110 -58.5 -210.5t-116 -177.5t-168 -121.5t-214.5 -41.5q-113 3 -193.5 49.5t-129.5 122.5t-68 172t-8 198zM254.5 435 q0.5 -45 8 -88t23.5 -81.5t42.5 -68t65 -47.5t90.5 -20q83 -3 147 32.5t109.5 93.5t73 130.5t37.5 144.5l3 22q5 42 4.5 87.5t-8 89t-23.5 83t-43 69.5t-66 48.5t-91 20.5q-84 3 -147.5 -33.5t-108.5 -95.5t-72 -132.5t-37 -145.5l-3 -22q-5 -42 -4.5 -87zM421 1534h205 l143 -294h-143z" />
195
+ <glyph unicode="&#xf3;" horiz-adv-x="1143" d="M77 522l3 22q9 73 31.5 143.5t57.5 133t82.5 115t106 90t128 58t149.5 18.5q114 -3 195 -50.5t130 -124t67.5 -174t7.5 -199.5l-2 -23q-14 -110 -58.5 -210.5t-116 -177.5t-168 -121.5t-214.5 -41.5q-113 3 -193.5 49.5t-129.5 122.5t-68 172t-8 198zM254.5 435 q0.5 -45 8 -88t23.5 -81.5t42.5 -68t65 -47.5t90.5 -20q83 -3 147 32.5t109.5 93.5t73 130.5t37.5 144.5l3 22q5 42 4.5 87.5t-8 89t-23.5 83t-43 69.5t-66 48.5t-91 20.5q-84 3 -147.5 -33.5t-108.5 -95.5t-72 -132.5t-37 -145.5l-3 -22q-5 -42 -4.5 -87zM565 1240l234 294 h230l-306 -294h-158z" />
196
+ <glyph unicode="&#xf4;" horiz-adv-x="1143" d="M77 522l3 22q9 73 31.5 143.5t57.5 133t82.5 115t106 90t128 58t149.5 18.5q114 -3 195 -50.5t130 -124t67.5 -174t7.5 -199.5l-2 -23q-14 -110 -58.5 -210.5t-116 -177.5t-168 -121.5t-214.5 -41.5q-113 3 -193.5 49.5t-129.5 122.5t-68 172t-8 198zM254.5 435 q0.5 -45 8 -88t23.5 -81.5t42.5 -68t65 -47.5t90.5 -20q83 -3 147 32.5t109.5 93.5t73 130.5t37.5 144.5l3 22q5 42 4.5 87.5t-8 89t-23.5 83t-43 69.5t-66 48.5t-91 20.5q-84 3 -147.5 -33.5t-108.5 -95.5t-72 -132.5t-37 -145.5l-3 -22q-5 -42 -4.5 -87zM381 1250v16 l278 270h106l205 -272v-14l-147 2l-113 169l-176 -168z" />
197
+ <glyph unicode="&#xf5;" horiz-adv-x="1143" d="M77 522l3 22q9 73 31.5 143.5t57.5 133t82.5 115t106 90t128 58t149.5 18.5q114 -3 195 -50.5t130 -124t67.5 -174t7.5 -199.5l-2 -23q-14 -110 -58.5 -210.5t-116 -177.5t-168 -121.5t-214.5 -41.5q-113 3 -193.5 49.5t-129.5 122.5t-68 172t-8 198zM254.5 435 q0.5 -45 8 -88t23.5 -81.5t42.5 -68t65 -47.5t90.5 -20q83 -3 147 32.5t109.5 93.5t73 130.5t37.5 144.5l3 22q5 42 4.5 87.5t-8 89t-23.5 83t-43 69.5t-66 48.5t-91 20.5q-84 3 -147.5 -33.5t-108.5 -95.5t-72 -132.5t-37 -145.5l-3 -22q-5 -42 -4.5 -87zM331 1253 q5 47 22 92t45.5 80t69 56t93.5 20q37 0 68 -16t61 -34.5t60.5 -34t66.5 -14.5q25 0 44.5 10t34 25.5t24 36t15.5 41.5l117 -10q-5 -47 -21.5 -91.5t-44.5 -78.5t-68 -54.5t-93 -20.5q-38 0 -69 16t-60.5 35t-60 33.5t-66.5 13.5q-25 -1 -44 -10.5t-33 -25t-23.5 -35.5 t-15.5 -41z" />
198
+ <glyph unicode="&#xf6;" horiz-adv-x="1143" d="M77 522l3 22q9 73 31.5 143.5t57.5 133t82.5 115t106 90t128 58t149.5 18.5q114 -3 195 -50.5t130 -124t67.5 -174t7.5 -199.5l-2 -23q-14 -110 -58.5 -210.5t-116 -177.5t-168 -121.5t-214.5 -41.5q-113 3 -193.5 49.5t-129.5 122.5t-68 172t-8 198zM254.5 435 q0.5 -45 8 -88t23.5 -81.5t42.5 -68t65 -47.5t90.5 -20q83 -3 147 32.5t109.5 93.5t73 130.5t37.5 144.5l3 22q5 42 4.5 87.5t-8 89t-23.5 83t-43 69.5t-66 48.5t-91 20.5q-84 3 -147.5 -33.5t-108.5 -95.5t-72 -132.5t-37 -145.5l-3 -22q-5 -42 -4.5 -87zM379 1369 q1 46 30 76.5t76 32.5q47 1 77.5 -28.5t29.5 -76.5q0 -46 -30 -76t-77 -32q-47 -1 -76.5 28t-29.5 76zM796 1367q1 46 30 77t76 33q48 1 78 -28.5t29 -77.5q0 -47 -30 -76.5t-77 -31.5q-46 -1 -76.5 28t-29.5 76z" />
199
+ <glyph unicode="&#xf7;" horiz-adv-x="1144" d="M68 600l33 184h969l-32 -184h-970zM392 278q1 49 31.5 81.5t80.5 34.5q24 1 45 -7t36 -23t23 -35.5t8 -44.5q-1 -49 -33 -80t-81 -33q-24 -1 -44.5 6.5t-35 22t-22.5 34.5t-8 44zM534 1095q0 49 30.5 81.5t80.5 34.5q24 1 45 -7t36 -23t23 -35.5t8 -44.5 q-1 -49 -32.5 -80t-80.5 -33t-80 28t-30 79z" />
200
+ <glyph unicode="&#xf8;" horiz-adv-x="1136" d="M58 -135l146 224q-39 39 -66 88t-43 105t-20 117t2 123l3 22q9 73 31.5 143.5t57.5 133t82.5 115t106 90t128 58t149.5 18.5q58 -2 106.5 -15.5t89.5 -36.5l104 159h130l-148 -227q37 -39 62.5 -88t40 -104.5t18 -115t-2.5 -120.5l-2 -23q-14 -110 -58.5 -210.5 t-116 -177.5t-168 -121.5t-214.5 -41.5q-54 2 -99.5 13t-83.5 31l-104 -159h-131zM253.5 448.5q-0.5 -37.5 4 -75t15 -72.5t27.5 -65l444 680q-47 32 -117 35q-84 3 -147.5 -33.5t-108.5 -95.5t-72 -132.5t-37 -145.5l-3 -22q-5 -36 -5.5 -73.5zM379 157q22 -12 47.5 -19 t57.5 -8q83 -3 147 32.5t109.5 93.5t73 130.5t37.5 144.5l3 22q4 34 4.5 70.5t-3 72.5t-13 70t-24.5 64z" />
201
+ <glyph unicode="&#xf9;" horiz-adv-x="1105" d="M99 383l116 699h181l-117 -702q-5 -44 -2 -86.5t19 -76.5t47 -56t83 -24q97 -3 172.5 37t127.5 120l136 788h181l-188 -1082h-171l23 107q-66 -68 -147.5 -98.5t-175.5 -28.5q-88 2 -146.5 35.5t-92 89t-44 127.5t-2.5 151zM412 1534h205l143 -294h-143z" />
202
+ <glyph unicode="&#xfa;" horiz-adv-x="1105" d="M99 383l116 699h181l-117 -702q-5 -44 -2 -86.5t19 -76.5t47 -56t83 -24q97 -3 172.5 37t127.5 120l136 788h181l-188 -1082h-171l23 107q-66 -68 -147.5 -98.5t-175.5 -28.5q-88 2 -146.5 35.5t-92 89t-44 127.5t-2.5 151zM556 1240l234 294h230l-306 -294h-158z" />
203
+ <glyph unicode="&#xfb;" horiz-adv-x="1105" d="M99 383l116 699h181l-117 -702q-5 -44 -2 -86.5t19 -76.5t47 -56t83 -24q97 -3 172.5 37t127.5 120l136 788h181l-188 -1082h-171l23 107q-66 -68 -147.5 -98.5t-175.5 -28.5q-88 2 -146.5 35.5t-92 89t-44 127.5t-2.5 151zM372 1250v16l278 270h106l205 -272v-14l-147 2 l-113 169l-176 -168z" />
204
+ <glyph unicode="&#xfc;" horiz-adv-x="1105" d="M99 383l116 699h181l-117 -702q-5 -44 -2 -86.5t19 -76.5t47 -56t83 -24q97 -3 172.5 37t127.5 120l136 788h181l-188 -1082h-171l23 107q-66 -68 -147.5 -98.5t-175.5 -28.5q-88 2 -146.5 35.5t-92 89t-44 127.5t-2.5 151zM370 1369q1 46 30 76.5t76 32.5 q47 1 77.5 -28.5t29.5 -76.5q0 -46 -30 -76t-77 -32q-47 -1 -76.5 28t-29.5 76zM787 1367q1 46 30 77t76 33q48 1 78 -28.5t29 -77.5q0 -47 -30 -76.5t-77 -31.5q-46 -1 -76.5 28t-29.5 76z" />
205
+ <glyph unicode="&#xfd;" horiz-adv-x="950" d="M-91 -422l16 150q11 -2 23 -3.5t24 -1.5q49 -2 88 10t70 35.5t56 57t46 75.5l64 122l-187 1059h189l121 -809l385 809h200l-636 -1250q-26 -53 -59.5 -102.5t-76.5 -87.5t-96.5 -60.5t-117.5 -21.5q-28 1 -55.5 6.5t-53.5 11.5zM499 1240l234 294h230l-306 -294h-158z " />
206
+ <glyph unicode="&#xfe;" horiz-adv-x="1155" d="M-32 -416l72 416l266 1536h181l-97 -555q63 60 138 91.5t165 29.5q73 -2 128 -26t94 -64.5t63 -94t36.5 -113.5t13.5 -123.5t-5 -123.5l-3 -21q-8 -66 -26 -133.5t-46.5 -130t-68 -116.5t-91 -94t-115 -62.5t-139.5 -20.5q-85 2 -159.5 31.5t-128.5 95.5l-97 -522h-181z M269 278q30 -71 85.5 -108.5t133.5 -39.5q83 -2 144.5 34.5t104.5 95.5t67.5 132t34.5 144l3 21q4 40 4.5 84t-5.5 87t-20.5 81.5t-39.5 68.5t-62 48t-88 20q-88 2 -154 -39.5t-117 -109.5z" />
207
+ <glyph unicode="&#xff;" horiz-adv-x="950" d="M-91 -422l16 150q11 -2 23 -3.5t24 -1.5q49 -2 88 10t70 35.5t56 57t46 75.5l64 122l-187 1059h189l121 -809l385 809h200l-636 -1250q-26 -53 -59.5 -102.5t-76.5 -87.5t-96.5 -60.5t-117.5 -21.5q-28 1 -55.5 6.5t-53.5 11.5zM313 1369q1 46 30 76.5t76 32.5 q47 1 77.5 -28.5t29.5 -76.5q0 -46 -30 -76t-77 -32q-47 -1 -76.5 28t-29.5 76zM730 1367q1 46 30 77t76 33q48 1 78 -28.5t29 -77.5q0 -47 -30 -76.5t-77 -31.5q-46 -1 -76.5 28t-29.5 76z" />
208
+ <glyph unicode="&#x152;" horiz-adv-x="1904" d="M100 576l48 304q19 123 70.5 232t132 191t188.5 129t239 47q74 -1 146.5 -8t145.5 -15h817l-28 -158h-701l-81 -468h612l-27 -157h-612l-90 -516h712l-28 -157h-814v-1q-71 -8 -141 -14t-141 -4q-124 3 -215 53t-147.5 132.5t-78.5 188.5t-7 221zM274 470 q0 -53 10 -101.5t29.5 -90.5t52.5 -73.5t79 -50.5t108 -20q54 -2 108.5 2t108.5 11l203 1164q-50 8 -99.5 12t-99.5 5q-99 1 -175.5 -35t-131.5 -97t-89.5 -142.5t-48.5 -171.5l-48 -307q-7 -52 -7 -105z" />
209
+ <glyph unicode="&#x153;" horiz-adv-x="1814" d="M82 522l3 22q14 109 56.5 211t112 180t164.5 124t215 43q56 -1 109.5 -15t100 -41t84 -67.5t60.5 -93.5q37 46 80.5 86.5t93 70t104.5 46t117 15.5q104 -2 177.5 -42.5t117.5 -106.5t59.5 -153t3.5 -182l-19 -122h-692q-8 -61 -2 -125t31 -116.5t71.5 -87t120.5 -36.5 q88 -3 167.5 24.5t148.5 80.5l61 -127q-38 -36 -83 -61t-95 -40.5t-102 -22t-103 -5.5q-56 1 -109.5 14t-100.5 39.5t-85 65.5t-62 91q-78 -99 -181.5 -156.5t-233.5 -54.5q-113 2 -192 49.5t-126.5 123.5t-65 172t-6.5 197zM260.5 391.5q3.5 -68.5 27 -126t70 -96 t124.5 -40.5q83 -3 145.5 33t106.5 94.5t69.5 131t35.5 143.5l2 22q5 41 5 86.5t-7 89t-22 83t-41 70t-64 49t-90 20.5q-56 2 -102 -14.5t-83.5 -46t-66.5 -69.5t-50 -85.5t-34.5 -95t-19.5 -96.5l-2 -22q-7 -62 -3.5 -130.5zM1051 649l510 -1l5 28q8 53 0.5 102t-31.5 86.5 t-64.5 61t-98.5 25.5q-65 2 -116 -25.5t-90 -71.5t-67.5 -98.5t-47.5 -106.5z" />
210
+ <glyph unicode="&#x178;" horiz-adv-x="1203" d="M168 1456h204l239 -730l495 730h224l-653 -923l-93 -533h-187l96 554zM472 1679q1 46 30 76.5t76 32.5q47 1 77.5 -28.5t29.5 -76.5q0 -46 -30 -76t-77 -32q-47 -1 -76.5 28t-29.5 76zM889 1677q1 46 30 77t76 33q48 1 78 -28.5t29 -77.5q0 -47 -30 -76.5t-77 -31.5 q-46 -1 -76.5 28t-29.5 76z" />
211
+ <glyph unicode="&#x2c6;" horiz-adv-x="945" d="M279 1250v16l278 270h106l205 -272v-14l-147 2l-113 169l-176 -168z" />
212
+ <glyph unicode="&#x2dc;" horiz-adv-x="947" d="M221 1249q5 47 22 92t45.5 80t69 56t93.5 20q37 0 68 -16t61 -34.5t60.5 -34t66.5 -14.5q25 0 44.5 10t34 25.5t24 36t15.5 41.5l117 -10q-5 -47 -21.5 -91.5t-44.5 -78.5t-68 -54.5t-93 -20.5q-38 0 -69 16t-60.5 35t-60 33.5t-66.5 13.5q-25 -1 -44 -10.5t-33 -25 t-23.5 -35.5t-15.5 -41z" />
213
+ <glyph unicode="&#x2000;" horiz-adv-x="969" />
214
+ <glyph unicode="&#x2001;" horiz-adv-x="1938" />
215
+ <glyph unicode="&#x2002;" horiz-adv-x="969" />
216
+ <glyph unicode="&#x2003;" horiz-adv-x="1938" />
217
+ <glyph unicode="&#x2004;" horiz-adv-x="646" />
218
+ <glyph unicode="&#x2005;" horiz-adv-x="484" />
219
+ <glyph unicode="&#x2006;" horiz-adv-x="323" />
220
+ <glyph unicode="&#x2007;" horiz-adv-x="323" />
221
+ <glyph unicode="&#x2008;" horiz-adv-x="242" />
222
+ <glyph unicode="&#x2009;" horiz-adv-x="387" />
223
+ <glyph unicode="&#x200a;" horiz-adv-x="107" />
224
+ <glyph unicode="&#x2010;" horiz-adv-x="558" d="M25 543l27 151h475l-27 -151h-475z" />
225
+ <glyph unicode="&#x2011;" horiz-adv-x="558" d="M25 543l27 151h475l-27 -151h-475z" />
226
+ <glyph unicode="&#x2012;" horiz-adv-x="558" d="M25 543l27 151h475l-27 -151h-475z" />
227
+ <glyph unicode="&#x2013;" horiz-adv-x="1314" d="M159 651l33 151h973l-33 -151h-973z" />
228
+ <glyph unicode="&#x2014;" horiz-adv-x="1561" d="M82 651l43 151h1297l-43 -151h-1297z" />
229
+ <glyph unicode="&#x2018;" horiz-adv-x="407" d="M174 1073l19 119q17 109 77.5 202.5t146.5 160.5l100 -74q-52 -65 -89 -134t-52 -151l-22 -123h-180z" />
230
+ <glyph unicode="&#x2019;" horiz-adv-x="407" d="M137 1120q52 65 89.5 134.5t52.5 150.5l23 131h178l-20 -127q-17 -110 -76 -203t-147 -160z" />
231
+ <glyph unicode="&#x201a;" horiz-adv-x="405" d="M-104 -208q51 64 87.5 133t51.5 150l18 106h181l-16 -102q-17 -109 -77 -202t-146 -160z" />
232
+ <glyph unicode="&#x201c;" horiz-adv-x="712" d="M182 1073l19 119q17 109 77.5 202.5t146.5 160.5l100 -74q-52 -65 -89 -134t-52 -151l-22 -123h-180zM487 1073l19 119q17 109 77.5 202.5t146.5 160.5l100 -74q-52 -65 -89 -134t-52 -151l-22 -123h-180z" />
233
+ <glyph unicode="&#x201d;" horiz-adv-x="719" d="M149 1120q52 65 89.5 134.5t52.5 150.5l23 131h178l-20 -127q-17 -110 -76 -203t-147 -160zM446 1120q52 65 89.5 134.5t52.5 150.5l23 131h178l-20 -127q-17 -110 -76 -203t-147 -160z" />
234
+ <glyph unicode="&#x201e;" horiz-adv-x="694" d="M-108 -227q53 69 90 143t53 159l30 171h180l-27 -167q-18 -113 -76 -211t-146 -170zM180 -227q52 69 89 143t53 159l30 171h181l-27 -167q-18 -113 -76.5 -211t-146.5 -170z" />
235
+ <glyph unicode="&#x2022;" horiz-adv-x="679" d="M159 733l3 60q3 43 19.5 80t44.5 64t65 41.5t82 14.5q43 -1 77.5 -16t58.5 -41t36 -61.5t12 -77.5l-2 -64q-3 -44 -19 -81t-43.5 -63.5t-65 -41t-82.5 -13.5q-44 1 -78.5 16t-58.5 41.5t-37 63t-12 78.5z" />
236
+ <glyph unicode="&#x2026;" horiz-adv-x="1339" d="M57 94q0 49 31 81.5t80 34.5q49 1 81 -30t31 -80t-33 -79.5t-80 -32.5q-24 -1 -44.5 6.5t-35 21.5t-22.5 34t-8 44zM481 94q0 49 31 81.5t80 34.5q49 1 81 -30t31 -80t-33 -79.5t-80 -32.5q-24 -1 -44.5 6.5t-35 21.5t-22.5 34t-8 44zM883 94q0 49 31 81.5t80 34.5 q49 1 81 -30t31 -80t-33 -79.5t-80 -32.5q-24 -1 -44.5 6.5t-35 21.5t-22.5 34t-8 44z" />
237
+ <glyph unicode="&#x202f;" horiz-adv-x="387" />
238
+ <glyph unicode="&#x2039;" horiz-adv-x="606" d="M95 540l2 20l347 389h152l-329 -409l178 -387h-125z" />
239
+ <glyph unicode="&#x203a;" horiz-adv-x="606" d="M2 152l328 408l-177 389h125l225 -387l-2 -21l-347 -389h-152z" />
240
+ <glyph unicode="&#x205f;" horiz-adv-x="484" />
241
+ <glyph unicode="&#x20ac;" d="M81 541l22 124h172l25 137h-173l22 125h165q27 118 77 219.5t125 175t176.5 115t230.5 40.5q60 0 119 -9t118 -21l-34 -164q-50 17 -101 27t-104 11q-92 1 -161.5 -29.5t-120 -84.5t-84 -126.5t-52.5 -153.5h378l-22 -125h-372l-24 -137h373l-22 -124h-370 q-9 -74 -2 -145t36 -127.5t83.5 -92t140.5 -37.5q56 -2 110.5 7t108.5 24l5 -161q-114 -29 -233 -27q-121 2 -209 47t-143 121t-75 177t-5 215z" />
242
+ <glyph unicode="&#x2122;" horiz-adv-x="1253" d="M234 1375l14 81h376l-15 -81h-142l-80 -456h-89l79 456h-143zM605 919l94 537h106l69 -397l210 397h113l-94 -537h-88l67 379l-195 -378l-52 -2l-70 401l-71 -400h-89z" />
243
+ <glyph unicode="&#x25fc;" horiz-adv-x="1080" d="M0 0v1080h1080v-1080h-1080z" />
244
+ <glyph unicode="&#xfb02;" horiz-adv-x="1192" d="M116 939l25 143h166l16 114q11 82 42 149.5t81.5 115.5t118.5 73.5t154 24.5q33 0 65 -5t64 -12l-22 -151q-24 5 -48 8t-49 4q-48 0 -86 -15t-66 -43t-46.5 -66t-25.5 -83l-17 -114h224l-25 -143h-224l-163 -939h-181l164 939h-167zM747 0l266 1536h181l-267 -1536h-180z " />
245
+ <glyph unicode="&#xfb03;" horiz-adv-x="1810" d="M116 939l25 143h166l16 114q11 82 42 149.5t81.5 115.5t118.5 73.5t154 24.5q33 0 65 -5t64 -12l-22 -151q-24 5 -48 8t-49 4q-48 0 -86 -15t-66 -43t-46.5 -66t-25.5 -83l-17 -114h224l-25 -143h-224l-163 -939h-181l164 939h-167zM788 939l25 143l166 1l13 93 q12 90 47.5 161.5t91.5 121t131.5 75.5t167.5 25q72 -2 139.5 -20t134.5 -41l-44 -158q-53 24 -109 38t-115 15q-111 2 -178 -53t-84 -164l-14 -94h215l-25 -143h-214l-163 -939h-182l163 939h-166zM1359 0l188 1082h182l-188 -1082h-182z" />
246
+ <glyph unicode="&#xfb04;" horiz-adv-x="1892" d="M116 939l25 143h166l16 114q11 82 42 149.5t81.5 115.5t118.5 73.5t154 24.5q33 0 65 -5t64 -12l-22 -151q-24 5 -48 8t-49 4q-48 0 -86 -15t-66 -43t-46.5 -66t-25.5 -83l-17 -114h224l-25 -143h-224l-163 -939h-181l164 939h-167zM816 939l25 143h166l16 114 q11 82 42 149.5t81.5 115.5t118.5 73.5t154 24.5q33 0 65 -5t64 -12l-22 -151q-24 5 -48 8t-49 4q-48 0 -86 -15t-66 -43t-46.5 -66t-25.5 -83l-17 -114h224l-25 -143h-224l-163 -939h-181l164 939h-167zM1447 0l266 1536h181l-267 -1536h-180z" />
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>