houston-core 0.5.0.beta1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (926) hide show
  1. checksums.yaml +7 -0
  2. data/.codeclimate.yml +46 -0
  3. data/.gitignore +23 -0
  4. data/.gitmodules +0 -0
  5. data/Gemfile +24 -0
  6. data/Gemfile.lock +354 -0
  7. data/README.md +133 -0
  8. data/Rakefile +8 -0
  9. data/app/adapters/houston/adapters.rb +51 -0
  10. data/app/adapters/houston/adapters/ci_server.rb +5 -0
  11. data/app/adapters/houston/adapters/ci_server/errors.rb +16 -0
  12. data/app/adapters/houston/adapters/ci_server/jenkins_adapter.rb +21 -0
  13. data/app/adapters/houston/adapters/ci_server/jenkins_adapter/job.rb +245 -0
  14. data/app/adapters/houston/adapters/ci_server/none_adapter.rb +21 -0
  15. data/app/adapters/houston/adapters/ci_server/none_adapter/job.rb +25 -0
  16. data/app/adapters/houston/adapters/deployment/engineyard.rb +107 -0
  17. data/app/adapters/houston/adapters/deployment/engineyard/config.rb +18 -0
  18. data/app/adapters/houston/adapters/error_tracker.rb +5 -0
  19. data/app/adapters/houston/adapters/error_tracker/errbit_adapter.rb +69 -0
  20. data/app/adapters/houston/adapters/error_tracker/errbit_adapter/app.rb +48 -0
  21. data/app/adapters/houston/adapters/error_tracker/errbit_adapter/connection.rb +153 -0
  22. data/app/adapters/houston/adapters/error_tracker/errbit_adapter/notice.rb +26 -0
  23. data/app/adapters/houston/adapters/error_tracker/errbit_adapter/problem.rb +98 -0
  24. data/app/adapters/houston/adapters/error_tracker/errors.rb +0 -0
  25. data/app/adapters/houston/adapters/error_tracker/none_adapter.rb +31 -0
  26. data/app/adapters/houston/adapters/error_tracker/null_app.rb +40 -0
  27. data/app/adapters/houston/adapters/ticket_tracker.rb +5 -0
  28. data/app/adapters/houston/adapters/ticket_tracker/errors.rb +23 -0
  29. data/app/adapters/houston/adapters/ticket_tracker/github_adapter.rb +27 -0
  30. data/app/adapters/houston/adapters/ticket_tracker/github_adapter/connection.rb +167 -0
  31. data/app/adapters/houston/adapters/ticket_tracker/github_adapter/issue.rb +99 -0
  32. data/app/adapters/houston/adapters/ticket_tracker/houston_adapter.rb +23 -0
  33. data/app/adapters/houston/adapters/ticket_tracker/houston_adapter/connection.rb +48 -0
  34. data/app/adapters/houston/adapters/ticket_tracker/houston_adapter/ticket.rb +65 -0
  35. data/app/adapters/houston/adapters/ticket_tracker/none_adapter.rb +21 -0
  36. data/app/adapters/houston/adapters/ticket_tracker/null_connection.rb +46 -0
  37. data/app/adapters/houston/adapters/ticket_tracker/null_ticket.rb +71 -0
  38. data/app/adapters/houston/adapters/ticket_tracker/unfuddle_adapter.rb +43 -0
  39. data/app/adapters/houston/adapters/ticket_tracker/unfuddle_adapter/connection.rb +224 -0
  40. data/app/adapters/houston/adapters/ticket_tracker/unfuddle_adapter/milestone.rb +42 -0
  41. data/app/adapters/houston/adapters/ticket_tracker/unfuddle_adapter/ticket.rb +240 -0
  42. data/app/adapters/houston/adapters/version_control.rb +5 -0
  43. data/app/adapters/houston/adapters/version_control/commit.rb +29 -0
  44. data/app/adapters/houston/adapters/version_control/errors.rb +37 -0
  45. data/app/adapters/houston/adapters/version_control/git_adapter.rb +96 -0
  46. data/app/adapters/houston/adapters/version_control/git_adapter/diff_changes.rb +49 -0
  47. data/app/adapters/houston/adapters/version_control/git_adapter/github_repo.rb +65 -0
  48. data/app/adapters/houston/adapters/version_control/git_adapter/remote_repo.rb +104 -0
  49. data/app/adapters/houston/adapters/version_control/git_adapter/repo.rb +247 -0
  50. data/app/adapters/houston/adapters/version_control/none_adapter.rb +21 -0
  51. data/app/adapters/houston/adapters/version_control/null_commit.rb +21 -0
  52. data/app/adapters/houston/adapters/version_control/null_repo.rb +65 -0
  53. data/app/assets/font/octicons.eot +0 -0
  54. data/app/assets/font/octicons.svg +198 -0
  55. data/app/assets/font/octicons.ttf +0 -0
  56. data/app/assets/font/octicons.woff +0 -0
  57. data/app/assets/font/roboto-black-webfont.eot +0 -0
  58. data/app/assets/font/roboto-black-webfont.svg +675 -0
  59. data/app/assets/font/roboto-black-webfont.ttf +0 -0
  60. data/app/assets/font/roboto-black-webfont.woff +0 -0
  61. data/app/assets/font/roboto-blackitalic-webfont.eot +0 -0
  62. data/app/assets/font/roboto-blackitalic-webfont.svg +677 -0
  63. data/app/assets/font/roboto-blackitalic-webfont.ttf +0 -0
  64. data/app/assets/font/roboto-blackitalic-webfont.woff +0 -0
  65. data/app/assets/font/roboto-bold-webfont.eot +0 -0
  66. data/app/assets/font/roboto-bold-webfont.svg +675 -0
  67. data/app/assets/font/roboto-bold-webfont.ttf +0 -0
  68. data/app/assets/font/roboto-bold-webfont.woff +0 -0
  69. data/app/assets/font/roboto-bolditalic-webfont.eot +0 -0
  70. data/app/assets/font/roboto-bolditalic-webfont.svg +677 -0
  71. data/app/assets/font/roboto-bolditalic-webfont.ttf +0 -0
  72. data/app/assets/font/roboto-bolditalic-webfont.woff +0 -0
  73. data/app/assets/font/roboto-italic-webfont.eot +0 -0
  74. data/app/assets/font/roboto-italic-webfont.svg +668 -0
  75. data/app/assets/font/roboto-italic-webfont.ttf +0 -0
  76. data/app/assets/font/roboto-italic-webfont.woff +0 -0
  77. data/app/assets/font/roboto-light-webfont.eot +0 -0
  78. data/app/assets/font/roboto-light-webfont.svg +666 -0
  79. data/app/assets/font/roboto-light-webfont.ttf +0 -0
  80. data/app/assets/font/roboto-light-webfont.woff +0 -0
  81. data/app/assets/font/roboto-lightitalic-webfont.eot +0 -0
  82. data/app/assets/font/roboto-lightitalic-webfont.svg +668 -0
  83. data/app/assets/font/roboto-lightitalic-webfont.ttf +0 -0
  84. data/app/assets/font/roboto-lightitalic-webfont.woff +0 -0
  85. data/app/assets/font/roboto-medium-webfont.eot +0 -0
  86. data/app/assets/font/roboto-medium-webfont.svg +675 -0
  87. data/app/assets/font/roboto-medium-webfont.ttf +0 -0
  88. data/app/assets/font/roboto-medium-webfont.woff +0 -0
  89. data/app/assets/font/roboto-mediumitalic-webfont.eot +0 -0
  90. data/app/assets/font/roboto-mediumitalic-webfont.svg +677 -0
  91. data/app/assets/font/roboto-mediumitalic-webfont.ttf +0 -0
  92. data/app/assets/font/roboto-mediumitalic-webfont.woff +0 -0
  93. data/app/assets/font/roboto-regular-webfont.eot +0 -0
  94. data/app/assets/font/roboto-regular-webfont.svg +666 -0
  95. data/app/assets/font/roboto-regular-webfont.ttf +0 -0
  96. data/app/assets/font/roboto-regular-webfont.woff +0 -0
  97. data/app/assets/font/roboto-thin-webfont.eot +0 -0
  98. data/app/assets/font/roboto-thin-webfont.svg +666 -0
  99. data/app/assets/font/roboto-thin-webfont.ttf +0 -0
  100. data/app/assets/font/roboto-thin-webfont.woff +0 -0
  101. data/app/assets/font/roboto-thinitalic-webfont.eot +0 -0
  102. data/app/assets/font/roboto-thinitalic-webfont.svg +668 -0
  103. data/app/assets/font/roboto-thinitalic-webfont.ttf +0 -0
  104. data/app/assets/font/roboto-thinitalic-webfont.woff +0 -0
  105. data/app/assets/images/.keep +0 -0
  106. data/app/assets/images/bug-fixed-128.png +0 -0
  107. data/app/assets/images/bug-fixed-32.png +0 -0
  108. data/app/assets/images/bug-fixed-48.png +0 -0
  109. data/app/assets/images/bug-new-128.png +0 -0
  110. data/app/assets/images/bug-new-32.png +0 -0
  111. data/app/assets/images/bug-new-48.png +0 -0
  112. data/app/assets/images/bug-open-32.png +0 -0
  113. data/app/assets/images/bug-zero-128.png +0 -0
  114. data/app/assets/images/bug-zero-48.png +0 -0
  115. data/app/assets/javascripts/app/boot.coffee +22 -0
  116. data/app/assets/javascripts/app/emoji.coffee.erb +2 -0
  117. data/app/assets/javascripts/app/infinite_scroll.coffee +32 -0
  118. data/app/assets/javascripts/app/models/commit.coffee +9 -0
  119. data/app/assets/javascripts/app/models/release.coffee +9 -0
  120. data/app/assets/javascripts/app/models/task.coffee +5 -0
  121. data/app/assets/javascripts/app/models/tester.coffee +8 -0
  122. data/app/assets/javascripts/app/models/testing_note.coffee +18 -0
  123. data/app/assets/javascripts/app/models/ticket.coffee +165 -0
  124. data/app/assets/javascripts/app/models/user.coffee +3 -0
  125. data/app/assets/javascripts/app/mousetrap-bind-scoped.js +37 -0
  126. data/app/assets/javascripts/app/releases.coffee +55 -0
  127. data/app/assets/javascripts/app/stacked_area_graph.coffee +113 -0
  128. data/app/assets/javascripts/app/stacked_bar_graph.coffee +108 -0
  129. data/app/assets/javascripts/app/table_row_expander.coffee +52 -0
  130. data/app/assets/javascripts/app/ticket_tracker_refresh.coffee +73 -0
  131. data/app/assets/javascripts/app/views/_show_sprint_view.coffee +84 -0
  132. data/app/assets/javascripts/app/views/_tickets_view.coffee +62 -0
  133. data/app/assets/javascripts/app/views/all_tickets_view.coffee +29 -0
  134. data/app/assets/javascripts/app/views/commit_view.coffee +13 -0
  135. data/app/assets/javascripts/app/views/edit_sprint_view.coffee +327 -0
  136. data/app/assets/javascripts/app/views/edit_ticket_view.coffee +67 -0
  137. data/app/assets/javascripts/app/views/find_or_create_ticket_view.coffee +75 -0
  138. data/app/assets/javascripts/app/views/keyboard_shortcuts_modal.coffee +42 -0
  139. data/app/assets/javascripts/app/views/new_ticket_modal.coffee +24 -0
  140. data/app/assets/javascripts/app/views/new_ticket_view.coffee +207 -0
  141. data/app/assets/javascripts/app/views/problems_view.coffee +114 -0
  142. data/app/assets/javascripts/app/views/reports_view.coffee +51 -0
  143. data/app/assets/javascripts/app/views/testing_note_view.coffee +85 -0
  144. data/app/assets/javascripts/app/views/testing_report_view.coffee +29 -0
  145. data/app/assets/javascripts/app/views/testing_ticket_view.coffee +203 -0
  146. data/app/assets/javascripts/app/views/ticket_modal_view.coffee +77 -0
  147. data/app/assets/javascripts/application.js +18 -0
  148. data/app/assets/javascripts/core/app.coffee +169 -0
  149. data/app/assets/javascripts/core/burndown_chart.coffee +111 -0
  150. data/app/assets/javascripts/core/core_ext/number.coffee +48 -0
  151. data/app/assets/javascripts/core/errors.coffee +26 -0
  152. data/app/assets/javascripts/core/handlebars_helpers.coffee +164 -0
  153. data/app/assets/javascripts/core/helpers.coffee +18 -0
  154. data/app/assets/javascripts/core/jquery_extensions.coffee +176 -0
  155. data/app/assets/javascripts/dashboard.js +23 -0
  156. data/app/assets/javascripts/dashboard/refresher.coffee +120 -0
  157. data/app/assets/javascripts/vendor.js +26 -0
  158. data/app/assets/stylesheets/application.css +14 -0
  159. data/app/assets/stylesheets/application/ansi.scss +38 -0
  160. data/app/assets/stylesheets/application/commit.scss +6 -0
  161. data/app/assets/stylesheets/application/emoji.scss +5 -0
  162. data/app/assets/stylesheets/application/exceptions.scss +64 -0
  163. data/app/assets/stylesheets/application/find_or_create_ticket.scss +12 -0
  164. data/app/assets/stylesheets/application/follow_up.scss +44 -0
  165. data/app/assets/stylesheets/application/forms.scss +46 -0
  166. data/app/assets/stylesheets/application/freight_train.css.scss +46 -0
  167. data/app/assets/stylesheets/application/full_screen.scss +8 -0
  168. data/app/assets/stylesheets/application/infinite_scroll.scss +17 -0
  169. data/app/assets/stylesheets/application/keyboard_shortcuts.scss +31 -0
  170. data/app/assets/stylesheets/application/markdown.scss +27 -0
  171. data/app/assets/stylesheets/application/mobile.scss +3 -0
  172. data/app/assets/stylesheets/application/modals.scss +3 -0
  173. data/app/assets/stylesheets/application/navigation.scss +212 -0
  174. data/app/assets/stylesheets/application/new_ticket_view.scss +89 -0
  175. data/app/assets/stylesheets/application/omnibar.scss +55 -0
  176. data/app/assets/stylesheets/application/project_banner_buttons.scss +70 -0
  177. data/app/assets/stylesheets/application/project_tiles.scss +26 -0
  178. data/app/assets/stylesheets/application/projects.css.scss +96 -0
  179. data/app/assets/stylesheets/application/pull_requests.scss +68 -0
  180. data/app/assets/stylesheets/application/queue.scss +11 -0
  181. data/app/assets/stylesheets/application/release_form.scss +67 -0
  182. data/app/assets/stylesheets/application/releases.scss +164 -0
  183. data/app/assets/stylesheets/application/sortable_table.scss +26 -0
  184. data/app/assets/stylesheets/application/sprint.scss +83 -0
  185. data/app/assets/stylesheets/application/tables.scss +74 -0
  186. data/app/assets/stylesheets/application/test_run.scss +145 -0
  187. data/app/assets/stylesheets/application/testing_report.scss +279 -0
  188. data/app/assets/stylesheets/application/ticket.scss +156 -0
  189. data/app/assets/stylesheets/application/ticket_modal.scss +173 -0
  190. data/app/assets/stylesheets/application/tickets.scss +36 -0
  191. data/app/assets/stylesheets/application/timeline.scss +206 -0
  192. data/app/assets/stylesheets/application/tips.scss +5 -0
  193. data/app/assets/stylesheets/application/typeahead.scss +29 -0
  194. data/app/assets/stylesheets/application/uploading.scss +101 -0
  195. data/app/assets/stylesheets/application/user_wall.scss +4 -0
  196. data/app/assets/stylesheets/application/users.scss +22 -0
  197. data/app/assets/stylesheets/application/welcome.scss +48 -0
  198. data/app/assets/stylesheets/core/alerts.scss +14 -0
  199. data/app/assets/stylesheets/core/avatars.scss +22 -0
  200. data/app/assets/stylesheets/core/burndown_chart.scss +92 -0
  201. data/app/assets/stylesheets/core/colors.scss.erb +106 -0
  202. data/app/assets/stylesheets/core/misc.scss +165 -0
  203. data/app/assets/stylesheets/core/octicons-icons.scss +221 -0
  204. data/app/assets/stylesheets/core/octicons.scss.erb +9 -0
  205. data/app/assets/stylesheets/core/overrides.scss +48 -0
  206. data/app/assets/stylesheets/core/roboto.scss.erb +131 -0
  207. data/app/assets/stylesheets/core/scores.scss +123 -0
  208. data/app/assets/stylesheets/dashboard.css +14 -0
  209. data/app/assets/stylesheets/dashboard/dashboard.scss +110 -0
  210. data/app/assets/stylesheets/print.css.scss +22 -0
  211. data/app/assets/stylesheets/vendor.css +16 -0
  212. data/app/assets/templates/commit.hbs +9 -0
  213. data/app/assets/templates/keyboard_shortcuts.hbs +14 -0
  214. data/app/assets/templates/new_ticket/form.hbs +14 -0
  215. data/app/assets/templates/new_ticket/modal.hbs +9 -0
  216. data/app/assets/templates/new_ticket/suggestion.hbs +3 -0
  217. data/app/assets/templates/omnibar/commit.hbs +6 -0
  218. data/app/assets/templates/omnibar/modal.hbs +5 -0
  219. data/app/assets/templates/omnibar/project.hbs +5 -0
  220. data/app/assets/templates/omnibar/ticket.hbs +6 -0
  221. data/app/assets/templates/problems/index.hbs +3 -0
  222. data/app/assets/templates/problems/show.hbs +48 -0
  223. data/app/assets/templates/sprints/edit.hbs +50 -0
  224. data/app/assets/templates/sprints/show.hbs +1 -0
  225. data/app/assets/templates/sprints/task.hbs +17 -0
  226. data/app/assets/templates/sprints/typeahead.hbs +7 -0
  227. data/app/assets/templates/testing_notes/edit.hbs +20 -0
  228. data/app/assets/templates/testing_notes/new.hbs +27 -0
  229. data/app/assets/templates/testing_notes/show.hbs +11 -0
  230. data/app/assets/templates/testing_report/description.hbs +12 -0
  231. data/app/assets/templates/testing_report/ticket.hbs +21 -0
  232. data/app/assets/templates/testing_report/verdict.hbs +4 -0
  233. data/app/assets/templates/tickets/find_or_create.hbs +4 -0
  234. data/app/assets/templates/tickets/index.hbs +19 -0
  235. data/app/assets/templates/tickets/modal.hbs +5 -0
  236. data/app/assets/templates/tickets/show.hbs +62 -0
  237. data/app/assets/templates/tickets/typeahead.hbs +2 -0
  238. data/app/concerns/belongs_to_commit.rb +22 -0
  239. data/app/concerns/commit_synchronizer.rb +94 -0
  240. data/app/concerns/feature_state.rb +27 -0
  241. data/app/concerns/feature_support.rb +15 -0
  242. data/app/concerns/historical_weekly_stats.rb +15 -0
  243. data/app/concerns/milestone_synchronizer.rb +60 -0
  244. data/app/concerns/nosync.rb +21 -0
  245. data/app/concerns/project_adapter.rb +81 -0
  246. data/app/concerns/retirement.rb +28 -0
  247. data/app/concerns/ticket_synchronizer.rb +120 -0
  248. data/app/concerns/unique_add.rb +7 -0
  249. data/app/controllers/api/v1/sprint_tasks_controller.rb +97 -0
  250. data/app/controllers/api/v1/ticket_tasks_controller.rb +75 -0
  251. data/app/controllers/application_controller.rb +151 -0
  252. data/app/controllers/commits_controller.rb +33 -0
  253. data/app/controllers/concerns/.keep +0 -0
  254. data/app/controllers/deploys_controller.rb +43 -0
  255. data/app/controllers/home_controller.rb +9 -0
  256. data/app/controllers/hooks_controller.rb +31 -0
  257. data/app/controllers/jobs_controller.rb +13 -0
  258. data/app/controllers/oauth_consumers_controller.rb +68 -0
  259. data/app/controllers/omnibar_controller.rb +64 -0
  260. data/app/controllers/project_exceptions_controller.rb +36 -0
  261. data/app/controllers/project_hooks_controller.rb +30 -0
  262. data/app/controllers/project_options_controller.rb +27 -0
  263. data/app/controllers/project_pretickets_controller.rb +27 -0
  264. data/app/controllers/project_roles_controller.rb +22 -0
  265. data/app/controllers/project_tickets_controller.rb +153 -0
  266. data/app/controllers/project_tickets_sync_controller.rb +22 -0
  267. data/app/controllers/projects_controller.rb +97 -0
  268. data/app/controllers/releases_controller.rb +130 -0
  269. data/app/controllers/reports_controller.rb +215 -0
  270. data/app/controllers/sessions_controller.rb +8 -0
  271. data/app/controllers/settings_controller.rb +14 -0
  272. data/app/controllers/sprint_task_locks_controller.rb +47 -0
  273. data/app/controllers/sprints_controller.rb +99 -0
  274. data/app/controllers/tasks_controller.rb +40 -0
  275. data/app/controllers/test_runs_controller.rb +35 -0
  276. data/app/controllers/tester_bar_controller.rb +12 -0
  277. data/app/controllers/testing_notes_controller.rb +50 -0
  278. data/app/controllers/testing_report_controller.rb +38 -0
  279. data/app/controllers/tickets_controller.rb +48 -0
  280. data/app/controllers/uploads_controller.rb +56 -0
  281. data/app/controllers/user_credentials_controller.rb +24 -0
  282. data/app/controllers/user_options_controller.rb +19 -0
  283. data/app/controllers/users_controller.rb +115 -0
  284. data/app/controllers/welcome_controller.rb +28 -0
  285. data/app/helpers/ansi_helper.rb +46 -0
  286. data/app/helpers/application_helper.rb +97 -0
  287. data/app/helpers/avatar_helper.rb +32 -0
  288. data/app/helpers/backtrace_helper.rb +7 -0
  289. data/app/helpers/breadcrumbs_helper.rb +60 -0
  290. data/app/helpers/commit_helper.rb +60 -0
  291. data/app/helpers/demo_helper.rb +23 -0
  292. data/app/helpers/email_helper.rb +13 -0
  293. data/app/helpers/emoji_helper.rb +13 -0
  294. data/app/helpers/excel_helpers.rb +7 -0
  295. data/app/helpers/exposure_helper.rb +11 -0
  296. data/app/helpers/flash_message_helper.rb +22 -0
  297. data/app/helpers/maintenance_light_helper.rb +19 -0
  298. data/app/helpers/markdown_helper.rb +17 -0
  299. data/app/helpers/navigation_helper.rb +67 -0
  300. data/app/helpers/project_helper.rb +33 -0
  301. data/app/helpers/release_helper.rb +47 -0
  302. data/app/helpers/score_card_helper.rb +85 -0
  303. data/app/helpers/sprint_helper.rb +11 -0
  304. data/app/helpers/static_chart_helper.rb +7 -0
  305. data/app/helpers/test_run_helper.rb +36 -0
  306. data/app/helpers/ticket_helper.rb +70 -0
  307. data/app/helpers/timeline_helper.rb +39 -0
  308. data/app/helpers/url_helper.rb +75 -0
  309. data/app/helpers/user_helper.rb +15 -0
  310. data/app/helpers/version_helper.rb +9 -0
  311. data/app/interactors/push_gemfile_to_gemnasium.rb +88 -0
  312. data/app/interactors/test_run_comparer.rb +46 -0
  313. data/app/interactors/ticket_report.rb +66 -0
  314. data/app/jobs/sync_all_tickets_job.rb +48 -0
  315. data/app/jobs/sync_commits_job.rb +13 -0
  316. data/app/jobs/sync_project_tickets_job.rb +32 -0
  317. data/app/mailers/.gitkeep +0 -0
  318. data/app/mailers/.keep +0 -0
  319. data/app/mailers/deploy_notification.rb +33 -0
  320. data/app/mailers/project_notification.rb +131 -0
  321. data/app/mailers/view_mailer.rb +117 -0
  322. data/app/models/.gitkeep +0 -0
  323. data/app/models/.keep +0 -0
  324. data/app/models/ability.rb +53 -0
  325. data/app/models/activity_feed.rb +111 -0
  326. data/app/models/antecedent.rb +15 -0
  327. data/app/models/code_climate/coverage_report.rb +167 -0
  328. data/app/models/commit.rb +255 -0
  329. data/app/models/concerns/.keep +0 -0
  330. data/app/models/consumer_token.rb +13 -0
  331. data/app/models/deploy.rb +103 -0
  332. data/app/models/environment.rb +39 -0
  333. data/app/models/gemnasium/alert.rb +25 -0
  334. data/app/models/github/comment_event.rb +29 -0
  335. data/app/models/github/commit_comment_event.rb +7 -0
  336. data/app/models/github/commit_status_report.rb +73 -0
  337. data/app/models/github/diff_comment_event.rb +7 -0
  338. data/app/models/github/event.rb +20 -0
  339. data/app/models/github/issue_comment_event.rb +16 -0
  340. data/app/models/github/post_receive_event.rb +14 -0
  341. data/app/models/github/pull_request.rb +133 -0
  342. data/app/models/github/pull_request_event.rb +43 -0
  343. data/app/models/github/unauthorized.rb +4 -0
  344. data/app/models/github_token.rb +8 -0
  345. data/app/models/historical_head.rb +5 -0
  346. data/app/models/key_dependency.rb +45 -0
  347. data/app/models/maintenance_light.rb +12 -0
  348. data/app/models/measurement.rb +110 -0
  349. data/app/models/menu_item.rb +19 -0
  350. data/app/models/menu_item_divider.rb +11 -0
  351. data/app/models/milestone.rb +106 -0
  352. data/app/models/output_stream.rb +26 -0
  353. data/app/models/post_receive_payload.rb +30 -0
  354. data/app/models/project.rb +247 -0
  355. data/app/models/project_dependencies.rb +52 -0
  356. data/app/models/project_dependency.rb +108 -0
  357. data/app/models/project_menu_item.rb +12 -0
  358. data/app/models/release.rb +217 -0
  359. data/app/models/release_change.rb +54 -0
  360. data/app/models/role.rb +55 -0
  361. data/app/models/rubygems/gem.rb +76 -0
  362. data/app/models/run_tests_on_post_receive.rb +180 -0
  363. data/app/models/setting.rb +10 -0
  364. data/app/models/settings.rb +38 -0
  365. data/app/models/source_file_coverage.rb +10 -0
  366. data/app/models/sprint.rb +75 -0
  367. data/app/models/sprint_report.rb +56 -0
  368. data/app/models/sprint_task.rb +32 -0
  369. data/app/models/static_chart.rb +137 -0
  370. data/app/models/static_chart/area.rb +70 -0
  371. data/app/models/task.rb +217 -0
  372. data/app/models/test.rb +8 -0
  373. data/app/models/test_error.rb +8 -0
  374. data/app/models/test_result.rb +10 -0
  375. data/app/models/test_run.rb +366 -0
  376. data/app/models/test_run_statistics.rb +54 -0
  377. data/app/models/testing_note.rb +64 -0
  378. data/app/models/ticket.rb +368 -0
  379. data/app/models/ticket_antecedent.rb +39 -0
  380. data/app/models/ticket_comment.rb +21 -0
  381. data/app/models/ticket_committer.rb +11 -0
  382. data/app/models/ticket_tag.rb +25 -0
  383. data/app/models/user.rb +160 -0
  384. data/app/models/user_credentials.rb +48 -0
  385. data/app/models/value_statement.rb +9 -0
  386. data/app/presenters/commit_presenter.rb +52 -0
  387. data/app/presenters/full_ticket_presenter.rb +78 -0
  388. data/app/presenters/one_or_many.rb +22 -0
  389. data/app/presenters/problem_presenter.rb +49 -0
  390. data/app/presenters/release_presenter.rb +20 -0
  391. data/app/presenters/sprint_task_presenter.rb +49 -0
  392. data/app/presenters/task_presenter.rb +44 -0
  393. data/app/presenters/tasks_excel_presenter.rb +107 -0
  394. data/app/presenters/tester_presenter.rb +15 -0
  395. data/app/presenters/testing_note_presenter.rb +27 -0
  396. data/app/presenters/testing_report_ticket_presenter.rb +71 -0
  397. data/app/presenters/ticket_presenter.rb +36 -0
  398. data/app/views/activity/_events.html.erb +24 -0
  399. data/app/views/commits/show.html.erb +49 -0
  400. data/app/views/configuration_error/_invalid_repo.html.erb +7 -0
  401. data/app/views/configuration_error/_no_ticket_tracker.html.erb +7 -0
  402. data/app/views/configuration_error/_no_version_control.html.erb +7 -0
  403. data/app/views/deploys/show.html.erb +39 -0
  404. data/app/views/devise/_links.erb +25 -0
  405. data/app/views/devise/confirmations/new.html.erb +12 -0
  406. data/app/views/devise/invitations/edit.html.erb +26 -0
  407. data/app/views/devise/invitations/new.html.erb +12 -0
  408. data/app/views/devise/mailer/confirmation_instructions.html.erb +5 -0
  409. data/app/views/devise/mailer/invitation_instructions.html.erb +8 -0
  410. data/app/views/devise/mailer/reset_password_instructions.html.erb +8 -0
  411. data/app/views/devise/mailer/unlock_instructions.html.erb +7 -0
  412. data/app/views/devise/passwords/edit.html.erb +28 -0
  413. data/app/views/devise/passwords/new.html.erb +19 -0
  414. data/app/views/devise/registrations/edit.html.erb +25 -0
  415. data/app/views/devise/registrations/new.html.erb +18 -0
  416. data/app/views/devise/sessions/new.html.erb +43 -0
  417. data/app/views/devise/unlocks/new.html.erb +12 -0
  418. data/app/views/home/index.html.erb +0 -0
  419. data/app/views/jobs/show.html.erb +82 -0
  420. data/app/views/layouts/_navigation.html.erb +96 -0
  421. data/app/views/layouts/_tester_bar.html.erb +6 -0
  422. data/app/views/layouts/application.html.erb +83 -0
  423. data/app/views/layouts/dashboard.html.erb +48 -0
  424. data/app/views/layouts/email.html.erb +217 -0
  425. data/app/views/layouts/minimal.html.erb +54 -0
  426. data/app/views/layouts/naked_dashboard.html.erb +46 -0
  427. data/app/views/oauth_consumers/error.html.erb +5 -0
  428. data/app/views/oauth_consumers/index.html.erb +29 -0
  429. data/app/views/oauth_consumers/show.html.erb +7 -0
  430. data/app/views/project_notification/ci_configuration_error.html.erb +15 -0
  431. data/app/views/project_notification/follow_up.html.erb +26 -0
  432. data/app/views/project_notification/new_release.html.erb +31 -0
  433. data/app/views/project_notification/test_run.html.erb +141 -0
  434. data/app/views/project_notification/testing_note.html.erb +9 -0
  435. data/app/views/project_pretickets/show.html.erb +49 -0
  436. data/app/views/project_tickets/_tickets.html.erb +37 -0
  437. data/app/views/project_tickets/bugs.html.erb +13 -0
  438. data/app/views/project_tickets/ideas.html.erb +13 -0
  439. data/app/views/project_tickets/index.html.erb +13 -0
  440. data/app/views/project_tickets/index.xls.erb +130 -0
  441. data/app/views/project_tickets/new.html.erb +18 -0
  442. data/app/views/project_tickets/no_ticket_tracker.html.erb +8 -0
  443. data/app/views/project_tickets/open.html.erb +13 -0
  444. data/app/views/project_tickets/open_bugs.html.erb +13 -0
  445. data/app/views/project_tickets/open_ideas.html.erb +13 -0
  446. data/app/views/project_tickets/show.html.erb +76 -0
  447. data/app/views/projects/_form.html.erb +174 -0
  448. data/app/views/projects/_header.html.erb +11 -0
  449. data/app/views/projects/_keyboard_shortcuts.html.erb +8 -0
  450. data/app/views/projects/_new_ticket.html.erb +8 -0
  451. data/app/views/projects/_ticket_tracker_refresh.html.erb +4 -0
  452. data/app/views/projects/edit.html.erb +3 -0
  453. data/app/views/projects/index.html.erb +157 -0
  454. data/app/views/projects/new.html.erb +7 -0
  455. data/app/views/releases/_antecedents.html.erb +12 -0
  456. data/app/views/releases/_changelog.html.erb +48 -0
  457. data/app/views/releases/_commits.html.erb +18 -0
  458. data/app/views/releases/_form.html.erb +126 -0
  459. data/app/views/releases/_new_release.html.erb +15 -0
  460. data/app/views/releases/_tickets.html.erb +12 -0
  461. data/app/views/releases/edit.html.erb +19 -0
  462. data/app/views/releases/index.html.erb +80 -0
  463. data/app/views/releases/new.html.erb +72 -0
  464. data/app/views/releases/show.html.erb +3 -0
  465. data/app/views/reports/index.html.erb +9 -0
  466. data/app/views/reports/sprint.html.erb +21 -0
  467. data/app/views/reports/velocity.html.erb +104 -0
  468. data/app/views/settings/show.html.erb +20 -0
  469. data/app/views/sprints/dashboard.html.erb +29 -0
  470. data/app/views/sprints/show.html.erb +39 -0
  471. data/app/views/test_runs/confirm_retry.html.erb +3 -0
  472. data/app/views/testing_report/_scripts.html.erb +12 -0
  473. data/app/views/testing_report/index.html.erb +31 -0
  474. data/app/views/testing_report/show.html.erb +29 -0
  475. data/app/views/tickets/new.html.erb +18 -0
  476. data/app/views/users/_form.html.erb +115 -0
  477. data/app/views/users/_header.html.erb +10 -0
  478. data/app/views/users/edit.html.erb +3 -0
  479. data/app/views/users/index.html.erb +80 -0
  480. data/app/views/users/new.html.erb +8 -0
  481. data/app/views/users/show.html.erb +13 -0
  482. data/app/views/welcome/_tdl.html.erb +31 -0
  483. data/app/views/welcome/index.html.erb +29 -0
  484. data/bin/bundle +3 -0
  485. data/bin/rails +4 -0
  486. data/bin/rake +4 -0
  487. data/config/application.rb +91 -0
  488. data/config/boot.rb +4 -0
  489. data/config/database.yml +21 -0
  490. data/config/environment.rb +5 -0
  491. data/config/environments/development.rb +48 -0
  492. data/config/environments/production.rb +86 -0
  493. data/config/environments/test.rb +45 -0
  494. data/config/initializers/action_view_field_error_proc.rb +30 -0
  495. data/config/initializers/add_navigation_renderers.rb +66 -0
  496. data/config/initializers/assets.rb +9 -0
  497. data/config/initializers/backtrace_silencers.rb +7 -0
  498. data/config/initializers/constants.rb +9 -0
  499. data/config/initializers/cookies_serializer.rb +3 -0
  500. data/config/initializers/devise.rb +287 -0
  501. data/config/initializers/filter_parameter_logging.rb +4 -0
  502. data/config/initializers/hard_coded_knowledge.rb +141 -0
  503. data/config/initializers/houston_async.rb +13 -0
  504. data/config/initializers/houston_benchmark.rb +11 -0
  505. data/config/initializers/houston_report_exception.rb +27 -0
  506. data/config/initializers/houston_scheduler.rb +23 -0
  507. data/config/initializers/houston_tdl.rb +104 -0
  508. data/config/initializers/houston_try.rb +24 -0
  509. data/config/initializers/inflections.rb +16 -0
  510. data/config/initializers/mime_types.rb +5 -0
  511. data/config/initializers/oauth_consumers.rb +18 -0
  512. data/config/initializers/profile_gc.rb +1 -0
  513. data/config/initializers/requirements.rb +4 -0
  514. data/config/initializers/run_tests_on_post_receive.rb +1 -0
  515. data/config/initializers/secret_token.rb +16 -0
  516. data/config/initializers/session_store.rb +3 -0
  517. data/config/initializers/sync_commits_on_post_receive.rb +8 -0
  518. data/config/initializers/unfuddle.rb +6 -0
  519. data/config/initializers/vestal_versions.rb +9 -0
  520. data/config/initializers/wrap_parameters.rb +14 -0
  521. data/config/locales/devise.en.yml +59 -0
  522. data/config/locales/devise_invitable.en.yml +10 -0
  523. data/config/locales/en.yml +23 -0
  524. data/config/routes.rb +279 -0
  525. data/db/fixtures/projects.yml +21 -0
  526. data/db/fixtures/roles.yml +9 -0
  527. data/db/fixtures/users.yml +36 -0
  528. data/db/migrate/20120324185914_create_projects.rb +12 -0
  529. data/db/migrate/20120324202224_create_environments.rb +11 -0
  530. data/db/migrate/20120324212848_create_releases.rb +12 -0
  531. data/db/migrate/20120324212946_create_changes.rb +11 -0
  532. data/db/migrate/20120324230038_create_commits.rb +13 -0
  533. data/db/migrate/20120406185643_add_initial_commit_to_environments.rb +5 -0
  534. data/db/migrate/20120408155047_add_kanban_fields_to_projects.rb +9 -0
  535. data/db/migrate/20120417175450_devise_create_users.rb +52 -0
  536. data/db/migrate/20120417175841_devise_invitable_add_to_users.rb +23 -0
  537. data/db/migrate/20120417190504_add_role_to_users.rb +5 -0
  538. data/db/migrate/20120417195313_create_tickets.rb +12 -0
  539. data/db/migrate/20120417195433_create_ticket_queues.rb +11 -0
  540. data/db/migrate/20120424212706_create_testing_notes.rb +14 -0
  541. data/db/migrate/20120501230243_add_unfuddle_id_to_tickets.rb +9 -0
  542. data/db/migrate/20120501231817_add_expires_at_to_testing_notes.rb +5 -0
  543. data/db/migrate/20120501231948_add_unfuddle_id_to_testing_notes.rb +5 -0
  544. data/db/migrate/20120504143615_link_tickets_and_releases.rb +19 -0
  545. data/db/migrate/20120525013703_add_health_fields_to_projects.rb +6 -0
  546. data/db/migrate/20120607124115_add_cached_queries_to_projects.rb +5 -0
  547. data/db/migrate/20120626140242_add_deployment_to_tickets.rb +5 -0
  548. data/db/migrate/20120626150333_add_last_release_at_to_tickets.rb +14 -0
  549. data/db/migrate/20120626151320_link_tickets_and_commits.rb +17 -0
  550. data/db/migrate/20120626152020_add_committer_email_to_commits.rb +13 -0
  551. data/db/migrate/20120626152949_replace_committer_info_with_author_info.rb +12 -0
  552. data/db/migrate/20120715230526_change_testing_notes_comment_to_text.rb +9 -0
  553. data/db/migrate/20120715230922_create_user_notifications.rb +19 -0
  554. data/db/migrate/20120716010743_add_user_to_releases.rb +14 -0
  555. data/db/migrate/20120726212620_add_message_to_release.rb +5 -0
  556. data/db/migrate/20120726231754_link_projects_and_maintainers.rb +22 -0
  557. data/db/migrate/20120804003344_add_goldmine_to_tickets.rb +5 -0
  558. data/db/migrate/20120823025935_add_errbit_app_id_to_projects.rb +5 -0
  559. data/db/migrate/20120826022643_add_authentication_token_to_users.rb +13 -0
  560. data/db/migrate/20120827190634_add_git_last_sync_at_to_projects.rb +5 -0
  561. data/db/migrate/20120913020218_add_new_relic_id_to_projects.rb +5 -0
  562. data/db/migrate/20120920023251_add_administrator_to_users.rb +17 -0
  563. data/db/migrate/20120922010212_add_unfuddle_id_to_users.rb +5 -0
  564. data/db/migrate/20121026014457_split_users_name_into_first_and_last.rb +22 -0
  565. data/db/migrate/20121027160548_create_deploys.rb +11 -0
  566. data/db/migrate/20121027171215_add_deploy_id_to_releases.rb +6 -0
  567. data/db/migrate/20121104233305_add_tag_slug_to_changes.rb +5 -0
  568. data/db/migrate/20121126005019_add_retired_at_to_projects.rb +5 -0
  569. data/db/migrate/20121214025558_add_estimated_effort_and_estimated_value_to_tickets.rb +6 -0
  570. data/db/migrate/20121219202734_add_category_to_projects.rb +5 -0
  571. data/db/migrate/20121220031008_add_expires_at_to_tickets.rb +5 -0
  572. data/db/migrate/20121222170917_add_version_control_adapter_to_projects.rb +17 -0
  573. data/db/migrate/20121222223325_remove_unused_fields_from_projects.rb +21 -0
  574. data/db/migrate/20121222223635_add_ticket_tracking_adapter_to_projects.rb +17 -0
  575. data/db/migrate/20121224212623_rename_environments.rb +29 -0
  576. data/db/migrate/20121225175106_replace_environment_id_with_environment_name.rb +39 -0
  577. data/db/migrate/20121230173644_setup_hstore.rb +9 -0
  578. data/db/migrate/20121230174234_create_test_runs.rb +22 -0
  579. data/db/migrate/20130105200429_add_c_i_adapter_to_projects.rb +5 -0
  580. data/db/migrate/20130106184327_replace_test_runs_details_with_tests.rb +11 -0
  581. data/db/migrate/20130106185425_add_total_count_to_test_runs.rb +5 -0
  582. data/db/migrate/20130119203853_remove_cached_queries_from_projects.rb +9 -0
  583. data/db/migrate/20130119204608_add_extended_attributes_to_tickets.rb +35 -0
  584. data/db/migrate/20130119211540_remove_estimated_effort_and_estimated_value_from_tickets.rb +11 -0
  585. data/db/migrate/20130119212008_rename_tickets_unfuddle_id_to_remote_id.rb +5 -0
  586. data/db/migrate/20130120182026_create_ticket_prerequisites.rb +13 -0
  587. data/db/migrate/20130211015046_add_min_passing_verdicts_to_projects.rb +5 -0
  588. data/db/migrate/20130302205014_change_default_role_for_users.rb +8 -0
  589. data/db/migrate/20130306023456_add_agent_email_to_test_runs.rb +5 -0
  590. data/db/migrate/20130306023613_add_branch_to_test_runs.rb +5 -0
  591. data/db/migrate/20130312224911_create_errors.rb +12 -0
  592. data/db/migrate/20130319003918_add_coverage_to_test_runs.rb +7 -0
  593. data/db/migrate/20130407195450_create_roles.rb +14 -0
  594. data/db/migrate/20130407200624_populate_roles.rb +43 -0
  595. data/db/migrate/20130407220039_add_project_id_to_testing_notes.rb +26 -0
  596. data/db/migrate/20130407220937_add_project_id_to_commits.rb +26 -0
  597. data/db/migrate/20130416020627_add_environments_subscribed_to_to_users.rb +17 -0
  598. data/db/migrate/20130420151334_rename_ticket_tracking_to_ticket_tracker.rb +6 -0
  599. data/db/migrate/20130420155332_rename_projects_version_control_adapter_to_version_control_name.rb +5 -0
  600. data/db/migrate/20130420172322_rename_projects_ci_adapter_to_ci_server_name.rb +5 -0
  601. data/db/migrate/20130420174002_rename_projects_errbit_app_id_to_error_tracker_id.rb +5 -0
  602. data/db/migrate/20130420174126_add_error_tracker_name_to_projects.rb +11 -0
  603. data/db/migrate/20130427223925_create_project_quotas.rb +14 -0
  604. data/db/migrate/20130428005808_create_settings.rb +8 -0
  605. data/db/migrate/20130504014802_add_extended_attributes_to_projects.rb +19 -0
  606. data/db/migrate/20130504135741_add_antecedents_to_tickets.rb +26 -0
  607. data/db/migrate/20130505144446_add_tags_to_tickets.rb +9 -0
  608. data/db/migrate/20130505162039_add_type_to_tickets.rb +9 -0
  609. data/db/migrate/20130505212838_add_closed_at_to_tickets.rb +9 -0
  610. data/db/migrate/20130518224352_drop_environments.rb +9 -0
  611. data/db/migrate/20130518224406_drop_projects_maintainers.rb +9 -0
  612. data/db/migrate/20130518224655_remove_goldmine_from_tickets.rb +9 -0
  613. data/db/migrate/20130518224722_remove_pre_adapter_fields_from_projects.rb +11 -0
  614. data/db/migrate/20130519163615_create_user_credentials.rb +18 -0
  615. data/db/migrate/20130525192607_add_reporter_email_and_reporter_id_to_tickets.rb +6 -0
  616. data/db/migrate/20130525222131_add_regression_count_to_test_runs.rb +5 -0
  617. data/db/migrate/20130526024851_give_default_values_for_counts_from_test_runs.rb +19 -0
  618. data/db/migrate/20130706141443_drop_deprecated_project_roles.rb +9 -0
  619. data/db/migrate/20130710233849_add_authored_at_to_commits.rb +52 -0
  620. data/db/migrate/20130711004558_downcase_commits_committer_emails.rb +10 -0
  621. data/db/migrate/20130711013156_link_commits_and_users.rb +35 -0
  622. data/db/migrate/20130728191005_add_retired_at_to_users.rb +5 -0
  623. data/db/migrate/20130806143651_link_commits_and_releases.rb +18 -0
  624. data/db/migrate/20130815232527_add_unreachable_to_commits.rb +6 -0
  625. data/db/migrate/20130914152419_rename_test_runs_commit_to_sha.rb +9 -0
  626. data/db/migrate/20130914155044_add_code_climate_repo_token_to_projects.rb +5 -0
  627. data/db/migrate/20130921141449_create_milestones.rb +19 -0
  628. data/db/migrate/20131002005512_add_last_ticket_tracker_sync_at_to_projects.rb +5 -0
  629. data/db/migrate/20131002015547_add_ticket_tracker_sync_started_at_to_projects.rb +5 -0
  630. data/db/migrate/20131002145620_add_destroyed_at_to_tickets.rb +6 -0
  631. data/db/migrate/20131003014023_add_destroyed_at_to_milestones.rb +6 -0
  632. data/db/migrate/20131004015452_add_resolution_to_tickets.rb +6 -0
  633. data/db/migrate/20131004185618_add_first_release_at_to_tickets.rb +14 -0
  634. data/db/migrate/20131012152403_create_sprints.rb +15 -0
  635. data/db/migrate/20131013185636_add_checked_out_to_tickets.rb +6 -0
  636. data/db/migrate/20131027214942_add_priority_to_tickets.rb +5 -0
  637. data/db/migrate/20131112010815_delete_duplicate_commits.rb +33 -0
  638. data/db/migrate/20131216014505_create_oauth_consumer_tokens.rb +20 -0
  639. data/db/migrate/20131223194246_add_reopened_at_to_tickets.rb +5 -0
  640. data/db/migrate/20140106212047_add_options_to_projects.rb +5 -0
  641. data/db/migrate/20140106212305_add_options_to_users.rb +5 -0
  642. data/db/migrate/20140114014144_add_deployer_to_deploys.rb +5 -0
  643. data/db/migrate/20140217150735_drop_table_user_notifications.rb +9 -0
  644. data/db/migrate/20140217160450_add_email_addresses_to_users.rb +18 -0
  645. data/db/migrate/20140217195942_add_prerequisites_to_tickets.rb +5 -0
  646. data/db/migrate/20140327020121_drop_ticket_prerequisites.rb +9 -0
  647. data/db/migrate/20140401234330_add_index_to_ticket_queues.rb +6 -0
  648. data/db/migrate/20140406183224_remove_new_relic_id_from_projects.rb +9 -0
  649. data/db/migrate/20140406230121_delete_automatically_generated_messages_for_releases.rb +12 -0
  650. data/db/migrate/20140407010111_drop_sprints_project_id.rb +9 -0
  651. data/db/migrate/20140411214022_add_invitation_created_at_to_user.rb +5 -0
  652. data/db/migrate/20140418133005_change_ticket_antecedents_to_text_array.rb +9 -0
  653. data/db/migrate/20140419152214_add_gemnasium_slug_to_projects.rb +5 -0
  654. data/db/migrate/20140425141946_embed_changes_in_releases.rb +19 -0
  655. data/db/migrate/20140427235508_prevent_release_changes_from_being_null.rb +6 -0
  656. data/db/migrate/20140428023146_prevent_ticket_number_from_being_null.rb +5 -0
  657. data/db/migrate/20140429000919_add_feature_states_to_projects.rb +5 -0
  658. data/db/migrate/20140506032958_add_locked_to_sprints.rb +5 -0
  659. data/db/migrate/20140506035755_create_value_statements.rb +9 -0
  660. data/db/migrate/20140511024021_rename_testing_notes_unfuddle_id_to_remote_id.rb +5 -0
  661. data/db/migrate/20140515174322_create_tasks.rb +20 -0
  662. data/db/migrate/20140515200824_link_tasks_and_commits.rb +8 -0
  663. data/db/migrate/20140516005310_link_tasks_and_releases.rb +8 -0
  664. data/db/migrate/20140516012049_create_tasks_for_existing_tickets.rb +33 -0
  665. data/db/migrate/20140517012626_prevent_hstore_fields_from_being_null.rb +22 -0
  666. data/db/migrate/20140521014652_allow_task_descriptions_to_be_null.rb +13 -0
  667. data/db/migrate/20140526155845_add_commit_id_to_deploys.rb +31 -0
  668. data/db/migrate/20140526162645_add_commit_before_id_and_commit_after_id_to_releases.rb +28 -0
  669. data/db/migrate/20140526180608_associate_remaining_deploys_and_releases.rb +60 -0
  670. data/db/migrate/20140606232907_create_vestal_versions.rb +28 -0
  671. data/db/migrate/20140724231918_create_sprints_tasks.rb +17 -0
  672. data/db/migrate/20140806233301_add_position_to_milestones.rb +5 -0
  673. data/db/migrate/20140810224209_add_size_and_units_to_milestones.rb +7 -0
  674. data/db/migrate/20140824194031_add_project_id_to_tasks.rb +11 -0
  675. data/db/migrate/20140824194526_add_completed_at_to_tasks.rb +20 -0
  676. data/db/migrate/20140824211249_require_sprints_to_be_unique.rb +9 -0
  677. data/db/migrate/20140907012329_drop_table_changes.rb +9 -0
  678. data/db/migrate/20140907013836_drop_table_errors.rb +9 -0
  679. data/db/migrate/20140921190022_add_checked_out_to_sprints_tasks.rb +19 -0
  680. data/db/migrate/20140921201441_drop_users_name.rb +9 -0
  681. data/db/migrate/20140925021043_rename_deploys_commit_to_sha.rb +17 -0
  682. data/db/migrate/20140929004347_create_historical_heads.rb +23 -0
  683. data/db/migrate/20141027194819_make_users_environments_subscribed_to_an_array.rb +18 -0
  684. data/db/migrate/20141202004123_add_duration_to_deploys.rb +5 -0
  685. data/db/migrate/20141226171730_create_measurements.rb +17 -0
  686. data/db/migrate/20150116153233_add_timestamps_to_measurements.rb +6 -0
  687. data/db/migrate/20150119154013_drop_unused_fields_from_milestones.rb +13 -0
  688. data/db/migrate/20150220215154_add_branch_to_deploys.rb +5 -0
  689. data/db/migrate/20150222205616_add_features_to_projects.rb +12 -0
  690. data/db/migrate/20150222214124_add_current_project_to_users.rb +5 -0
  691. data/db/migrate/20150223013721_add_nickname_to_users.rb +5 -0
  692. data/db/migrate/20150302153319_add_username_to_users.rb +5 -0
  693. data/db/migrate/20150323004452_add_deploys_completed_at.rb +10 -0
  694. data/db/migrate/20150323011050_add_output_to_deploy.rb +5 -0
  695. data/db/migrate/20150805180939_add_commit_id_to_test_runs.rb +30 -0
  696. data/db/migrate/20150805233946_add_user_id_to_test_runs.rb +23 -0
  697. data/db/migrate/20150806032230_create_tests.rb +33 -0
  698. data/db/migrate/20150808161729_create_test_errors.rb +10 -0
  699. data/db/migrate/20150808161805_create_test_results.rb +72 -0
  700. data/db/migrate/20150808162928_index_test_runs_on_commit_id.rb +5 -0
  701. data/db/migrate/20150808192103_index_commits_on_sha.rb +5 -0
  702. data/db/migrate/20150808193354_add_parent_sha_to_commits.rb +43 -0
  703. data/db/migrate/20150809132417_rename_test_results_regression_to_difference.rb +11 -0
  704. data/db/migrate/20150809201942_add_compared_to_test_runs.rb +5 -0
  705. data/db/migrate/20150817232311_create_pull_requests.rb +25 -0
  706. data/db/migrate/20150820023708_add_labels_to_pull_requests.rb +5 -0
  707. data/db/migrate/20150902005758_downcase_environment_names.rb +19 -0
  708. data/db/migrate/20150902010629_add_user_id_to_deploys.rb +5 -0
  709. data/db/migrate/20150902010853_populate_deploys_user.rb +13 -0
  710. data/db/seeds.rb +9 -0
  711. data/db/structure.sql +2282 -0
  712. data/houston.gemspec +99 -0
  713. data/lib/configuration.rb +764 -0
  714. data/lib/core_ext/duration.rb +21 -0
  715. data/lib/core_ext/exception.rb +7 -0
  716. data/lib/core_ext/hash.rb +51 -0
  717. data/lib/core_ext/kernel.rb +23 -0
  718. data/lib/houston/application.rb +1 -0
  719. data/lib/houston/version.rb +3 -0
  720. data/lib/houston_daemonize.rb +37 -0
  721. data/lib/houston_observer.rb +69 -0
  722. data/lib/houston_server.rb +31 -0
  723. data/lib/parallel_enumerable.rb +56 -0
  724. data/lib/patches/sprockets_output_path_for_assets.rb +29 -0
  725. data/lib/tasks/.gitkeep +0 -0
  726. data/lib/tasks/.keep +0 -0
  727. data/lib/tasks/config.rake +255 -0
  728. data/lib/tasks/keypair.rake +18 -0
  729. data/lib/unexpected_response.rb +22 -0
  730. data/log/.gitkeep +0 -0
  731. data/log/.keep +0 -0
  732. data/script/bootstrap +14 -0
  733. data/script/cibuild +9 -0
  734. data/support/award.ai +4409 -19
  735. data/support/badges.ai +4621 -19
  736. data/support/bugs-1.ai +1364 -1
  737. data/support/bugs-2.ai +806 -1
  738. data/support/chevron.ai +4431 -19
  739. data/support/favicon.psd +0 -0
  740. data/support/flask.ai +386 -1
  741. data/support/headings.ai +394 -0
  742. data/support/new-window-link-12.gif +0 -0
  743. data/support/newrelic.ai +204 -0
  744. data/support/newrelic.png +0 -0
  745. data/support/wrench.ai +4389 -20
  746. data/vendor/assets/javascripts/.gitkeep +0 -0
  747. data/vendor/assets/javascripts/.keep +0 -0
  748. data/vendor/assets/javascripts/Markdown.Converter.js +1412 -0
  749. data/vendor/assets/javascripts/alertify.js +1 -0
  750. data/vendor/assets/javascripts/bootstrap.js +2280 -0
  751. data/vendor/assets/javascripts/d3.v3.js +9274 -0
  752. data/vendor/assets/javascripts/dropzone.js +1728 -0
  753. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.accordion.js +572 -0
  754. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.autocomplete.js +608 -0
  755. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.button.js +419 -0
  756. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.core.js +324 -0
  757. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.datepicker.js +2050 -0
  758. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.dialog.js +799 -0
  759. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.draggable.js +943 -0
  760. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.droppable.js +371 -0
  761. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-blind.js +82 -0
  762. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-bounce.js +113 -0
  763. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-clip.js +67 -0
  764. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-drop.js +65 -0
  765. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-explode.js +97 -0
  766. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-fade.js +30 -0
  767. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-fold.js +76 -0
  768. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-highlight.js +50 -0
  769. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-pulsate.js +63 -0
  770. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-scale.js +318 -0
  771. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-shake.js +74 -0
  772. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-slide.js +64 -0
  773. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-transfer.js +47 -0
  774. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect.js +1268 -0
  775. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.menu.js +621 -0
  776. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.mouse.js +169 -0
  777. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.position.js +497 -0
  778. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.progressbar.js +145 -0
  779. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.resizable.js +946 -0
  780. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.selectable.js +277 -0
  781. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.slider.js +672 -0
  782. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.sortable.js +1250 -0
  783. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.spinner.js +492 -0
  784. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.tabs.js +846 -0
  785. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.tooltip.js +402 -0
  786. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.widget.js +521 -0
  787. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery-ui-i18n.js +1379 -0
  788. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-af.js +23 -0
  789. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ar-DZ.js +23 -0
  790. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ar.js +23 -0
  791. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-az.js +23 -0
  792. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-bg.js +24 -0
  793. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-bs.js +23 -0
  794. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ca.js +23 -0
  795. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-cs.js +23 -0
  796. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-da.js +23 -0
  797. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-de.js +23 -0
  798. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-el.js +23 -0
  799. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-en-AU.js +23 -0
  800. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-en-GB.js +23 -0
  801. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-en-NZ.js +23 -0
  802. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-eo.js +23 -0
  803. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-es.js +23 -0
  804. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-et.js +23 -0
  805. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-eu.js +23 -0
  806. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-fa.js +23 -0
  807. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-fi.js +23 -0
  808. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-fo.js +23 -0
  809. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-fr-CH.js +23 -0
  810. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-fr.js +25 -0
  811. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-gl.js +23 -0
  812. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-he.js +23 -0
  813. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-hr.js +23 -0
  814. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-hu.js +23 -0
  815. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-hy.js +23 -0
  816. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-id.js +23 -0
  817. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-is.js +23 -0
  818. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-it.js +23 -0
  819. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ja.js +23 -0
  820. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ko.js +23 -0
  821. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-kz.js +23 -0
  822. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-lt.js +23 -0
  823. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-lv.js +23 -0
  824. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ml.js +23 -0
  825. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ms.js +23 -0
  826. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-nl.js +23 -0
  827. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-no.js +23 -0
  828. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-pl.js +23 -0
  829. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-pt-BR.js +23 -0
  830. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-pt.js +22 -0
  831. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-rm.js +21 -0
  832. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ro.js +26 -0
  833. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ru.js +23 -0
  834. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-sk.js +23 -0
  835. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-sl.js +24 -0
  836. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-sq.js +23 -0
  837. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-sr-SR.js +23 -0
  838. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-sr.js +23 -0
  839. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-sv.js +23 -0
  840. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ta.js +23 -0
  841. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-th.js +23 -0
  842. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-tj.js +23 -0
  843. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-tr.js +23 -0
  844. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-uk.js +23 -0
  845. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-vi.js +23 -0
  846. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-zh-CN.js +23 -0
  847. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-zh-HK.js +23 -0
  848. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-zh-TW.js +23 -0
  849. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.blind.js +49 -0
  850. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.bounce.js +78 -0
  851. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.clip.js +54 -0
  852. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.core.js +746 -0
  853. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.drop.js +50 -0
  854. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.explode.js +79 -0
  855. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.fade.js +32 -0
  856. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.fold.js +56 -0
  857. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.highlight.js +49 -0
  858. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.pulsate.js +51 -0
  859. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.scale.js +178 -0
  860. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.shake.js +57 -0
  861. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.slide.js +50 -0
  862. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.transfer.js +45 -0
  863. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.accordion.js +611 -0
  864. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.autocomplete.js +612 -0
  865. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.button.js +416 -0
  866. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.core.js +312 -0
  867. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.datepicker.js +1814 -0
  868. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.dialog.js +879 -0
  869. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.draggable.js +823 -0
  870. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.droppable.js +296 -0
  871. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.mouse.js +160 -0
  872. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.position.js +252 -0
  873. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.progressbar.js +109 -0
  874. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.resizable.js +842 -0
  875. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.selectable.js +266 -0
  876. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.slider.js +666 -0
  877. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.sortable.js +1077 -0
  878. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.tabs.js +758 -0
  879. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.widget.js +262 -0
  880. data/vendor/assets/javascripts/jquery-ui.js +55 -0
  881. data/vendor/assets/javascripts/jquery.autosize.js +242 -0
  882. data/vendor/assets/javascripts/jquery.pjax.js +817 -0
  883. data/vendor/assets/javascripts/jquery.tablesorter.js +1032 -0
  884. data/vendor/assets/javascripts/jquery.timeago.js +214 -0
  885. data/vendor/assets/javascripts/md5.js +202 -0
  886. data/vendor/assets/javascripts/mousetrap.js +953 -0
  887. data/vendor/assets/stylesheets/.gitkeep +0 -0
  888. data/vendor/assets/stylesheets/.keep +0 -0
  889. data/vendor/assets/stylesheets/alertify-bootstrap-3.css +2 -0
  890. data/vendor/assets/stylesheets/alertify-bootstrap.css +2 -0
  891. data/vendor/assets/stylesheets/alertify.css +2 -0
  892. data/vendor/assets/stylesheets/bootstrap-responsive.css +800 -0
  893. data/vendor/assets/stylesheets/bootstrap.css +6163 -0
  894. data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.accordion.css +38 -0
  895. data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.autocomplete.css +16 -0
  896. data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.button.css +114 -0
  897. data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.core.css +93 -0
  898. data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.datepicker.css +178 -0
  899. data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.dialog.css +69 -0
  900. data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.menu.css +77 -0
  901. data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.progressbar.css +28 -0
  902. data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.resizable.css +78 -0
  903. data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.selectable.css +15 -0
  904. data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.slider.css +73 -0
  905. data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.spinner.css +65 -0
  906. data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.tabs.css +52 -0
  907. data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.theme.css +406 -0
  908. data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.tooltip.css +19 -0
  909. data/vendor/assets/stylesheets/jquery-ui.css +28 -0
  910. data/vendor/images/fa-bank.svg +9 -0
  911. data/vendor/images/fa-bell.svg +9 -0
  912. data/vendor/images/fa-bomb.svg +9 -0
  913. data/vendor/images/fa-bug.svg +9 -0
  914. data/vendor/images/fa-bullhorn.svg +6 -0
  915. data/vendor/images/fa-burndown.svg +15 -0
  916. data/vendor/images/fa-calendar-o.svg +9 -0
  917. data/vendor/images/fa-comment.svg +9 -0
  918. data/vendor/images/fa-comments.svg +9 -0
  919. data/vendor/images/fa-database.svg +9 -0
  920. data/vendor/images/fa-fire-extinguisher.svg +9 -0
  921. data/vendor/images/fa-gear.svg +6 -0
  922. data/vendor/images/fa-lightbulb-o.svg +9 -0
  923. data/vendor/images/fa-paper-plane.svg +9 -0
  924. data/vendor/images/fa-road.svg +9 -0
  925. data/vendor/images/fa-user.svg +9 -0
  926. metadata +1611 -0
@@ -0,0 +1,677 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg">
4
+ <metadata></metadata>
5
+ <defs>
6
+ <font id="robotobold_italic" horiz-adv-x="1150" >
7
+ <font-face units-per-em="2048" ascent="1536" descent="-512" />
8
+ <missing-glyph horiz-adv-x="505" />
9
+ <glyph unicode="&#xfb01;" horiz-adv-x="1219" d="M65 870l38 212h146l8 46q18 105 62 185.5t111 135.5t155 83t195 27q83 -2 162.5 -19.5t158.5 -39.5l-61 -241q-63 22 -126 35.5t-129 14.5q-46 0 -86.5 -11t-72.5 -33.5t-54.5 -56.5t-32.5 -80l-9 -46h219l-38 -212h-206l-151 -870h-283l151 870h-157zM698 0l188 1082 h283l-187 -1082h-284z" />
10
+ <glyph horiz-adv-x="0" />
11
+ <glyph unicode="&#xd;" horiz-adv-x="505" />
12
+ <glyph horiz-adv-x="0" />
13
+ <glyph horiz-adv-x="0" />
14
+ <glyph horiz-adv-x="10" />
15
+ <glyph unicode="&#x9;" horiz-adv-x="10" />
16
+ <glyph unicode=" " horiz-adv-x="505" />
17
+ <glyph unicode="&#x09;" horiz-adv-x="505" />
18
+ <glyph unicode="&#xa0;" horiz-adv-x="505" />
19
+ <glyph unicode="!" horiz-adv-x="550" d="M40 131q-1 34 10.5 62.5t32.5 50t49.5 33.5t61.5 13t62 -10t50.5 -30.5t34 -47t13.5 -60.5q1 -34 -10.5 -63t-32.5 -50.5t-49.5 -33.5t-62.5 -13q-33 0 -61.5 10.5t-50 30.5t-34.5 47.5t-13 60.5zM133 447l142 1009h301l-208 -1009h-235z" />
20
+ <glyph unicode="&#x22;" horiz-adv-x="647" d="M121 987l87 549h198l-25 -154l-99 -395h-161zM438 987l86 549h197l-24 -154l-99 -395h-160z" />
21
+ <glyph unicode="#" horiz-adv-x="1193" d="M14 410l30 172h247l96 284h-222l31 174h252l143 416h185l-144 -416h180l144 416h186l-144 -416h210l-31 -174h-239l-98 -284h215l-31 -172h-242l-142 -410h-186l142 410h-179l-142 -410h-185l141 410h-217zM475 582h179l99 284h-180z" />
22
+ <glyph unicode="$" d="M62 458l282 -1q-2 -47 4.5 -90.5t26 -77.5t54 -55t88.5 -22q42 -1 78.5 11t65.5 35.5t48 56.5t25 75q6 44 -3.5 77t-30.5 58.5t-52 44.5t-68 36q-77 34 -145.5 75t-119 94.5t-78 123.5t-21.5 163t42 165t95 124t136.5 82.5t164.5 39.5l41 214h157l-42 -220 q86 -18 145.5 -62t96 -106t51.5 -138t13 -157l-283 1q2 38 -1.5 80t-17.5 77t-42.5 58t-77.5 24q-42 1 -76 -12.5t-59.5 -38t-41.5 -58t-21 -72.5q-6 -43 4.5 -75t32.5 -57t53 -44t66 -35q76 -36 144 -77.5t118 -95.5t77.5 -124t21.5 -163q-6 -94 -42 -166t-95.5 -123 t-137 -80.5t-165.5 -38.5l-39 -199h-156l39 200q-94 14 -162.5 55.5t-112 104t-63.5 142.5t-17 171z" />
23
+ <glyph unicode="%" horiz-adv-x="1477" d="M181 1099l6 77q6 68 33.5 124t71.5 96t102.5 61.5t127.5 20.5q66 -2 119.5 -24.5t90.5 -62.5t56 -94.5t15 -120.5l-6 -77q-7 -68 -34.5 -123.5t-71.5 -95t-102 -61t-127 -19.5q-65 1 -118.5 23.5t-90.5 62t-56 94t-16 119.5zM244 196l878 1124l137 -83l-876 -1126z M370 1095q-2 -24 2 -47.5t14.5 -41.5t29.5 -29t47 -12q30 -1 54 10t42 29.5t29.5 43t16.5 51.5l10 78q3 25 -0.5 49t-14.5 42.5t-30 30t-47 12.5q-30 1 -54.5 -10t-42.5 -29.5t-30 -43.5t-16 -52zM715 279l5 78q6 68 33.5 124t72 95.5t103 61t127.5 20.5q66 -2 119.5 -24.5 t90.5 -62t56 -94t15 -120.5l-6 -78q-6 -68 -33.5 -124t-71.5 -95.5t-102.5 -61t-127.5 -19.5q-65 1 -118.5 24t-91 62.5t-56.5 94t-15 119.5zM901 277q-2 -24 2.5 -47t16 -41.5t30.5 -30.5t46 -13q31 -1 56 9t42.5 28.5t28.5 43t16 53.5l10 80q3 25 -0.5 48.5t-14.5 41.5 t-30 29.5t-47 12.5q-30 1 -54.5 -9.5t-43 -29t-30.5 -43.5t-17 -52z" />
24
+ <glyph unicode="&#x26;" horiz-adv-x="1314" d="M36 385q4 71 33 128t73 103.5t98.5 84.5t110.5 72q-17 37 -33.5 75t-29 76.5t-19 79t-3.5 82.5q6 87 40 159.5t90 124.5t131.5 80t162.5 26q70 -2 131.5 -26.5t106.5 -68t69.5 -104t21.5 -132.5q-3 -55 -22 -102.5t-49.5 -88.5t-70 -75.5t-82.5 -63.5l-117 -77l188 -282 q42 60 67 123t34 135h239q-9 -132 -55 -250t-138 -215l168 -249h-302l-55 84q-86 -51 -178 -78t-193 -25q-89 1 -167.5 29t-136 80t-88.5 126t-25 169zM325 399q-5 -39 2.5 -72.5t27 -58t50 -39.5t70.5 -16q56 -2 108 16t101 43l-214 330l-24 -16q-47 -35 -80 -82t-41 -105z M512 1042.5q3 -23.5 10.5 -46t17.5 -44.5t21 -43l84 51q24 15 46 32t40 37.5t30 44.5t15 54q3 24 -2.5 45t-19 37t-33.5 25t-45 9q-33 1 -61 -11.5t-49 -33.5t-35 -49.5t-18 -59.5q-4 -24 -1 -47.5z" />
25
+ <glyph unicode="'" horiz-adv-x="331" d="M120 985l87 551h207l-25 -163l-88 -388h-181z" />
26
+ <glyph unicode="(" horiz-adv-x="707" d="M101.5 383.5q2.5 95.5 13.5 180.5l4 24q13 97 38 199.5t63 202.5t89 195t116.5 177.5t145.5 148t177 108.5l48 -161q-102 -78 -176.5 -176.5t-126 -210.5t-84 -233.5t-50.5 -245.5l-4 -26q-9 -65 -16.5 -141.5t-8.5 -157.5t6.5 -162.5t28.5 -156t58 -139.5t95 -113 l-63 -151q-85 47 -146 117.5t-102 155.5t-64.5 180.5t-33.5 192.5t-7.5 192.5z" />
27
+ <glyph unicode=")" horiz-adv-x="710" d="M-104 -300q102 79 176 178t125.5 211t84 234t50.5 246l4 26q9 65 16 141t8 157t-6.5 162.5t-28.5 156.5t-57.5 140t-93.5 113l63 151q85 -46 147 -116t105 -154.5t68 -180.5t36 -193.5t9.5 -193.5t-12.5 -181l-3 -23q-14 -98 -39.5 -200.5t-65 -203.5t-92 -196.5 t-119.5 -177.5t-148.5 -147.5t-178.5 -106.5z" />
28
+ <glyph unicode="*" horiz-adv-x="910" d="M93 1057l82 172l289 -128l36 355h192l-74 -348l305 119l30 -192l-327 -90l166 -271l-161 -105l-131 293l-216 -278l-150 117l249 267z" />
29
+ <glyph unicode="+" horiz-adv-x="1094" d="M46 554l46 261h351l68 391h269l-68 -391h350l-46 -261h-349l-71 -408h-269l71 408h-352z" />
30
+ <glyph unicode="," horiz-adv-x="495" d="M-118 -284q24 39 48 76.5t45 75.5t37 79t25 87l37 212h238l-31 -196q-20 -124 -86 -230.5t-164 -184.5z" />
31
+ <glyph unicode="-" horiz-adv-x="780" d="M90 507l40 233h549l-41 -233h-548z" />
32
+ <glyph unicode="." horiz-adv-x="587" d="M43 137q-1 34 10.5 63t32.5 50.5t50 34t63 13.5q33 1 62.5 -10t51.5 -31t35 -48t13 -62q1 -34 -11 -63t-33 -50t-50 -33.5t-63 -12.5q-33 -1 -62 9.5t-51 30.5t-34.5 47.5t-13.5 61.5z" />
33
+ <glyph unicode="/" horiz-adv-x="752" d="M-145 -125l794 1581h223l-795 -1581h-222z" />
34
+ <glyph unicode="0" d="M87 453.5q-1 74.5 8 148.5l38 253q12 79 32.5 157t53 147.5t77.5 128.5t103.5 101.5t133 65.5t165.5 21q87 -2 153 -28t112.5 -70.5t75.5 -103.5t43 -127.5t15 -143t-8 -148.5l-39 -252q-12 -79 -33 -157t-53 -148t-76.5 -129t-103 -102t-133 -66t-166.5 -21 q-87 2 -152.5 28t-112 70.5t-75.5 104t-43 128t-15 143zM360.5 421.5q-0.5 -38.5 5.5 -75.5t21.5 -66t42.5 -47.5t70 -20.5q48 -3 84.5 12t64 41.5t47 62.5t32.5 75.5t21.5 81t13.5 78.5l50 335q4 29 7.5 65.5t3.5 74.5t-6 74t-21.5 64.5t-42.5 47t-70 20.5 q-47 2 -83.5 -12.5t-64 -40.5t-47 -61.5t-33 -75t-22 -80t-13.5 -77.5l-49 -334q-4 -30 -7.5 -66.5t-4 -75z" />
35
+ <glyph unicode="1" d="M230 1001l44 247l608 210l37 1l-245 -1459h-282l192 1108z" />
36
+ <glyph unicode="2" d="M1 0l33 210l523 491q34 33 73.5 72t75 82t61 90.5t33.5 98.5q6 39 0.5 75t-22.5 64t-47 45t-73 18q-54 1 -96 -19.5t-71.5 -55t-47.5 -79.5t-24 -94l-282 -1q6 107 51.5 196t118.5 152.5t168 98t200 33.5q93 -2 172.5 -28.5t136 -78t85.5 -127t22 -173.5 q-7 -89 -46 -167.5t-94.5 -148.5t-121 -132t-125.5 -119l-298 -268l602 -2l-37 -233h-970z" />
37
+ <glyph unicode="3" d="M22 400h280q-2 -83 43.5 -134t130.5 -53q48 -1 91.5 13t77.5 41.5t56.5 66.5t29.5 87q14 100 -32.5 152t-144.5 56l-169 1l40 226l134 -2q50 1 94 15t78 40.5t56 66t29 90.5q11 80 -28.5 128.5t-121.5 50.5q-39 1 -74.5 -10t-64 -32.5t-48.5 -52.5t-27 -70l-282 -2 q6 98 51 173t114.5 126t157.5 76t179 24q93 -2 174 -28.5t140.5 -77.5t91 -126.5t24.5 -175.5q-4 -61 -27.5 -110.5t-60.5 -90t-84 -72t-99 -55.5q48 -23 83 -57t57.5 -76t31.5 -91t6 -101q-7 -109 -56 -191.5t-125.5 -137.5t-173 -82t-197.5 -25q-95 2 -175.5 31t-138.5 83 t-90.5 131t-30.5 175z" />
38
+ <glyph unicode="4" d="M17 315l20 197l743 944h295l-157 -908h160l-41 -233h-160l-55 -315h-282l55 315h-578zM330 550l306 -2l99 518l-26 -36z" />
39
+ <glyph unicode="5" d="M63 407l277 -1q2 -40 12 -74.5t30.5 -60t51.5 -41t74 -16.5q59 -2 103 22t74 63.5t47 90.5t23 102q6 48 0 92t-25.5 78t-55 55t-89.5 22q-59 1 -106.5 -19.5t-90.5 -58.5l-232 60l209 735h796l-43 -241h-558l-103 -316q46 30 101.5 43.5t109.5 13.5q104 0 177.5 -40 t119 -107t63 -154t9.5 -181q-10 -109 -54.5 -201t-116 -158t-166 -102.5t-205.5 -33.5q-93 2 -172 33.5t-136.5 88t-90 134.5t-33.5 172z" />
40
+ <glyph unicode="6" horiz-adv-x="1149" d="M92 559l14 112q22 168 89 314t173.5 254t250 170t320.5 63h47l-22 -239h-12q-99 1 -182 -25t-150 -75.5t-118.5 -120.5t-88.5 -159q60 60 134 91t160 29q100 -2 169 -45t111 -112t57.5 -155.5t8.5 -173.5q-9 -107 -52.5 -200t-114.5 -162t-165 -108t-203 -37 q-120 2 -205.5 52.5t-138.5 131.5t-73 184t-9 211zM366 456q-1 -34 3 -68t14 -65t28 -55t46 -39t68 -16q55 -2 98.5 22.5t74 63.5t49 88.5t23.5 97.5q5 43 0 88t-23 82.5t-51 61.5t-84 26q-74 2 -132.5 -36.5t-96.5 -98.5l-13 -88q-3 -30 -4 -64z" />
41
+ <glyph unicode="7" d="M113 0l738 1222h-696l37 234h999l-27 -177l-740 -1279h-311z" />
42
+ <glyph unicode="8" d="M57 390q4 67 27.5 123t61 101t87.5 80t109 62q-72 57 -107 135t-30 170q6 100 48 178.5t109 131.5t154 80t183 25q89 -2 165 -29.5t130.5 -78.5t82.5 -124.5t22 -166.5q-4 -60 -24.5 -110t-53.5 -91t-77 -73.5t-95 -58.5q85 -59 127 -146t35 -190q-6 -107 -51.5 -187.5 t-117.5 -134.5t-164 -81t-192 -25q-92 1 -173 28.5t-140 79.5t-90.5 127.5t-25.5 174.5zM343 411q-5 -41 2.5 -77t27 -63t51 -42.5t75.5 -16.5q48 -1 88.5 15t71 45.5t49.5 69.5t25 86q5 41 -2.5 77.5t-27 64t-51 43.5t-74.5 17q-48 1 -88.5 -15.5t-71.5 -46.5t-50 -70.5 t-25 -86.5zM484 1047q-4 -35 1 -68t20 -59t42 -42t66 -17q43 -1 78.5 15.5t61 44.5t41 65t20.5 77q4 35 -1 67.5t-21 57.5t-42.5 40t-65.5 16q-43 1 -78 -14.5t-60.5 -42.5t-41 -63.5t-20.5 -76.5z" />
43
+ <glyph unicode="9" d="M139 954q9 106 52 201.5t113.5 167.5t164.5 113.5t205 39.5q81 -2 144.5 -27t111 -67.5t79.5 -99.5t50 -122.5t22.5 -136.5t-2.5 -141l-13 -101q-23 -173 -88 -318.5t-170 -251.5t-249 -165.5t-325 -60.5h-29l22 242h15q197 -3 324 85.5t193 270.5q-55 -51 -120.5 -82 t-142.5 -30q-101 1 -172 43t-114.5 110t-61 154.5t-9.5 175.5zM420 868q4 -46 21 -85t49 -65t84 -27q34 -1 64 8.5t57 26t49.5 39.5t41.5 49l17 121q5 42 4.5 94.5t-14.5 100t-45.5 80t-89.5 34.5q-55 1 -97 -26.5t-71.5 -70t-46.5 -94t-22 -97.5q-5 -42 -1 -88z" />
44
+ <glyph unicode=":" horiz-adv-x="571" d="M42 137q-1 34 10.5 63t32.5 50.5t50 34t63 13.5q33 1 62.5 -10t51.5 -31t35 -48t13 -62q1 -34 -11 -63t-33 -50t-50 -33.5t-63 -12.5q-33 -1 -62 9.5t-51 30.5t-34.5 47.5t-13.5 61.5zM183 956q-1 34 10.5 63t32.5 50.5t50 34t63 13.5q33 1 62.5 -10t51.5 -31t35 -48 t13 -62q1 -34 -11 -63t-33 -50t-50 -33.5t-63 -12.5q-33 -1 -62 9.5t-51 30.5t-34.5 47.5t-13.5 61.5z" />
45
+ <glyph unicode=";" horiz-adv-x="531" d="M-97 -284q24 39 48 76.5t45 75.5t37 79t25 87l37 212h238l-31 -196q-20 -124 -86 -230.5t-164 -184.5zM166 956q-1 34 10.5 63t32.5 50.5t50 34t63 13.5q33 1 62.5 -10t51.5 -31t35 -48t13 -62q1 -34 -11 -63t-33 -50t-50 -33.5t-63 -12.5q-33 -1 -62 9.5t-51 30.5 t-34.5 47.5t-13.5 61.5z" />
46
+ <glyph unicode="&#x3c;" horiz-adv-x="1021" d="M36 509l41 236l901 365l-52 -293l-589 -205l519 -201l-46 -267z" />
47
+ <glyph unicode="=" horiz-adv-x="1147" d="M81 313l42 236h869l-42 -236h-869zM156 746l42 236h869l-42 -236h-869z" />
48
+ <glyph unicode="&#x3e;" horiz-adv-x="1036" d="M33 129l52 292l600 206l-530 203l47 265l783 -365l-41 -235z" />
49
+ <glyph unicode="?" horiz-adv-x="998" d="M132 1068q7 100 47 177t104.5 129t149 78.5t181.5 24.5q88 -2 162 -27.5t126.5 -74t79.5 -119.5t20 -164q-5 -70 -33 -127t-69.5 -105.5t-92 -91t-100.5 -82.5q-61 -49 -94 -105.5t-45 -133.5l-247 -1q4 60 16 113t34.5 100t56.5 88.5t81 80.5q31 25 64 52t61.5 57.5 t49 66t27.5 77.5q5 33 2 62t-16 51t-37 35.5t-60 14.5q-40 1 -71 -13t-54 -38t-38 -55.5t-22 -67.5zM228 134q-1 34 10.5 63t32.5 50.5t50 34t63 13.5q33 1 61.5 -10t50.5 -31t34.5 -48t13.5 -61q1 -34 -11 -62.5t-33 -50t-50 -33.5t-62 -13q-33 0 -61.5 10.5t-50.5 30 t-34.5 47t-13.5 60.5z" />
50
+ <glyph unicode="@" horiz-adv-x="1788" d="M45.5 111q-21.5 164 9.5 346q21 125 66 245t111.5 227t153 197t191 155t225 101t255.5 34q126 -2 227.5 -35t177.5 -92t128 -140t79.5 -178t32 -206t-14.5 -224q-11 -66 -31 -133.5t-50 -130.5t-70.5 -118t-92.5 -96t-116 -63.5t-141 -20.5q-36 1 -70.5 9.5t-63.5 26 t-50.5 44.5t-33.5 63q-27 -31 -56.5 -57t-62.5 -45t-70 -29.5t-79 -9.5q-57 1 -98.5 22t-69.5 55.5t-43.5 79t-22 93.5t-4 98.5t10.5 93.5q12 64 35 131.5t56.5 131t78 119.5t99 98t119 65.5t139.5 22.5q43 -1 81 -9t73.5 -22.5t69.5 -34t69 -42.5l-134 -582 q-5 -25 -7.5 -53t2.5 -52t21.5 -40t50.5 -18q46 -2 83.5 17t67 51.5t51.5 75t38.5 87.5t26.5 88.5t16 77.5q16 91 19 179t-11.5 167.5t-47 146.5t-88 116.5t-135 78t-186.5 30.5q-111 2 -208.5 -28.5t-181.5 -86t-153 -131.5t-122 -165.5t-89.5 -187.5t-55.5 -197 q-18 -91 -21.5 -180.5t10.5 -171t47.5 -151t89 -120.5t136 -80.5t188.5 -30.5q88 -1 172.5 17.5t165.5 50.5l28 -158q-39 -26 -83.5 -42.5t-92 -26.5t-96 -13.5t-93.5 -3.5q-201 2 -338.5 76t-216.5 199t-100.5 289zM681.5 320q-1.5 -29 0.5 -57.5t12 -51.5t28.5 -38 t49.5 -16q32 -2 62 14.5t54.5 42t43.5 55.5t29 57l127 478q-31 11 -69 13q-52 2 -93.5 -15t-75 -47t-58.5 -70.5t-43.5 -85t-31.5 -90.5t-21 -87q-4 -19 -8.5 -46t-6 -56z" />
51
+ <glyph unicode="A" horiz-adv-x="1347" d="M-104 0l778 1456h271l277 -1456h-299l-46 300h-508l-150 -300h-323zM489 543h351l-82 542z" />
52
+ <glyph unicode="B" horiz-adv-x="1278" d="M21 0l253 1456l477 -1q93 -2 181.5 -22t155.5 -66q66 -46 104 -120q32 -62 32 -149q0 -16 -1 -33q-4 -61 -24.5 -110.5t-53.5 -89t-78 -70t-99 -53.5q49 -17 83.5 -48.5t56.5 -72.5t30 -89q6 -35 7 -72q0 -13 -1 -25q-8 -117 -56.5 -200t-125.5 -135q-78 -53 -176 -77 q-95 -23 -196 -23h-9h-560zM356 241l231 -1q48 0 93 12t81 36.5t61 61.5t33 88q4 24 4 45q-1 57 -29 95q-38 50 -129 55l-276 1zM461 846l199 -2q47 1 91.5 12t80.5 33.5t61 58.5t33 87q3 20 3 38q0 25 -6 45q-10 34 -35 54t-61.5 29.5t-81.5 10.5l-220 1z" />
53
+ <glyph unicode="C" horiz-adv-x="1310" d="M92 508q-1 25 -2 49q0 61 8 122l13 96q13 91 41 179.5t71.5 167t101 144.5t129.5 114q73 46 160 72q81 24 173 24h15q119 -2 210 -40t154.5 -105.5t98.5 -162t41 -208.5l-292 1q0 60 -11 109t-37 84t-69.5 55t-108.5 22h-13q-56 0 -102 -16q-51 -18 -90.5 -50.5t-69 -77 t-50 -95.5t-34 -106.5t-20.5 -108.5l-13 -99q-6 -44 -10 -94q-3 -34 -2 -67v-33q2 -50 12 -96t34 -81.5t63.5 -58t100.5 -24.5h18q120 0 196 64q80 68 107 196l291 2q-14 -121 -69.5 -216t-139.5 -160q-84 -64 -191 -98q-101 -32 -212 -32h-13q-98 2 -175 30.5t-134 77.5 t-95.5 115t-59.5 143t-25 162z" />
54
+ <glyph unicode="D" horiz-adv-x="1301" d="M21 0l253 1456l417 -1q97 -2 178 -29t145 -74t110 -111t74 -140.5t36 -162.5q4 -40 5 -81q0 -48 -6 -97l-9 -66q-20 -147 -82.5 -274t-160.5 -220.5t-227 -147.5q-127 -53 -276 -52h-6h-451zM356 241l122 -1q102 0 179.5 36t133 98t89 144.5t47.5 175.5l9 69q6 51 8 103 q0 9 1 19q0 43 -6 83q-7 50 -24 93t-47 76t-75 53t-108 22l-160 1z" />
55
+ <glyph unicode="E" horiz-adv-x="1127" d="M21 0l253 1456h947l-43 -243h-653l-61 -347h560l-42 -235h-558l-68 -390h656l-42 -241h-949z" />
56
+ <glyph unicode="F" horiz-adv-x="1098" d="M21 0l253 1456h922l-43 -243h-628l-66 -376h560l-43 -242h-558l-104 -595h-293z" />
57
+ <glyph unicode="G" horiz-adv-x="1363" d="M102 508q-2 28 -2 58q0 58 7 118l12 86q13 94 41 183t71 168t100.5 145t130.5 113.5t161 72.5q82 24 176 24h15q117 -2 207 -35.5t153 -95.5t99 -151t45 -203l-282 1q-5 54 -19 98t-40.5 75.5t-67.5 49t-99 19.5h-13q-56 0 -103 -16q-52 -18 -93 -51.5t-72 -79t-53.5 -98 t-36.5 -108t-22 -109.5l-12 -89q-6 -48 -9 -101v-34q0 -35 3 -69q5 -51 20 -97t43 -81t71.5 -56.5t106.5 -22.5h15q61 0 118 14q64 16 121 57l49 251h-266l39 221h556l-88 -581q-47 -60 -115 -100t-145 -63t-157 -32q-72 -8 -137 -8h-14q-100 1 -179.5 28.5t-140 76 t-101.5 114t-64.5 143.5t-28.5 165z" />
58
+ <glyph unicode="H" horiz-adv-x="1414" d="M21 0l253 1456h293l-103 -590h566l102 590h293l-252 -1456h-293l108 624h-565l-109 -624h-293z" />
59
+ <glyph unicode="I" horiz-adv-x="589" d="M40 0l252 1456h293l-252 -1456h-293z" />
60
+ <glyph unicode="J" horiz-adv-x="1120" d="M4 431l295 -1q-1 -17 -1 -33q0 -24 2 -47q5 -37 21 -65.5t45.5 -45.5t77.5 -18h10q44 0 79 17q39 18 67.5 50t46 73.5t24.5 86.5l172 1008h293l-171 -1008q-14 -105 -59.5 -192.5t-115.5 -149.5t-162 -96q-87 -31 -188 -31h-12q-105 2 -185.5 34t-134.5 90t-80 141 q-24 75 -24 166v21z" />
61
+ <glyph unicode="K" horiz-adv-x="1271" d="M21 0l253 1456h293l-112 -642l149 168l438 474h382l-629 -662l375 -794h-334l-260 581l-192 -178l-70 -403h-293z" />
62
+ <glyph unicode="L" horiz-adv-x="1086" d="M21 0l253 1456h293l-211 -1215h618l-42 -241h-911z" />
63
+ <glyph unicode="M" horiz-adv-x="1750" d="M21 0l253 1456h376l179 -1053l543 1053h390l-253 -1456h-294l72 415l142 648l-558 -1063h-201l-195 1100l-94 -717l-67 -383h-293z" />
64
+ <glyph unicode="N" horiz-adv-x="1413" d="M21 0l253 1456h283l406 -973l169 973h292l-252 -1456h-284l-405 971l-169 -971h-293z" />
65
+ <glyph unicode="O" horiz-adv-x="1382" d="M96 521q-2 29 -2 58q0 58 7 116l8 64q13 93 42 183t73.5 170t104 148t133.5 116q76 50 164 76q82 25 176 24h14q100 -2 178 -31.5t137 -80t98.5 -118.5t61.5 -147t27 -166q2 -29 2 -58q0 -58 -7 -116l-8 -63q-13 -93 -41.5 -183t-72.5 -170t-103.5 -147.5t-133.5 -115.5 q-74 -50 -162 -76q-82 -25 -177 -24h-14q-99 2 -177.5 31.5t-137.5 79.5t-99.5 118t-62.5 147t-28 165zM390 597q-1 -21 -1 -43q-1 -30 1 -60q4 -52 17 -99t38.5 -84t66.5 -60.5t102 -25.5h17q55 1 100 17q52 20 93.5 54.5t72.5 82.5t53 101.5t36 110t21 110.5l9 67 q5 44 8 95q1 24 1 47q1 26 -1 54q-4 50 -16.5 97t-38.5 83.5t-66.5 59.5t-100.5 25h-12q-56 -1 -104 -17q-52 -18 -94 -52.5t-73.5 -81.5t-54 -100t-37 -109.5t-21.5 -110.5l-8 -65q-6 -45 -8 -96z" />
66
+ <glyph unicode="P" horiz-adv-x="1291" d="M21 0l253 1456l533 -1q105 -2 194 -35.5t153 -93.5q64 -61 96 -148q25 -68 25 -150q0 -23 -2 -46q-9 -120 -61.5 -208t-133.5 -146.5t-184 -87t-214 -28.5l-276 1l-90 -513h-293zM445 756l244 -2q55 0 104 14.5t87 42.5t64 70t34 99q3 24 3 46q1 22 -3 44 q-8 42 -30.5 72.5t-59 49t-87.5 20.5l-276 1z" />
67
+ <glyph unicode="Q" horiz-adv-x="1382" d="M94 522q-1 30 -1 61q0 56 6 112l8 64q13 93 42 183t73.5 170t104 148t134 116.5t163.5 75.5q82 24 176 24h14q99 -2 177.5 -31.5t137.5 -80t99 -118.5t62 -147t27 -166q2 -29 2 -58q0 -58 -7 -116l-9 -63q-12 -92 -38.5 -178t-69 -163.5t-102 -143t-138.5 -116.5 l202 -198l-200 -157l-255 248q-26 -4 -52.5 -6t-53.5 -1q-99 1 -177 30.5t-136.5 80t-98.5 118.5t-62 146.5t-28 165.5zM388 597q-2 -21 -2 -43q0 -29 2 -60q4 -51 17 -98.5t38.5 -84.5t66.5 -60.5t102 -25.5h17q55 0 100 17q52 19 93.5 54t72.5 83t53 101.5t36 110 t21 110.5l9 67q6 44 8 95q2 21 2 42q0 30 -2 59q-4 51 -16.5 97.5t-38.5 83t-66.5 59.5t-100.5 25h-12q-57 0 -104 -17q-53 -18 -94.5 -52.5t-73 -81.5t-54 -100t-37 -109.5t-21.5 -110.5l-8 -65q-6 -45 -8 -96z" />
68
+ <glyph unicode="R" horiz-adv-x="1278" d="M21 0l253 1456l507 -1q100 -2 188 -28.5t152 -78.5q63 -54 97 -134q27 -65 27 -149q0 -20 -1 -41q-11 -156 -94 -258.5t-226 -158.5l205 -591v-16h-312l-172 533h-238l-93 -533h-293zM449 776l218 -2q54 1 101.5 15.5t85 43t62.5 70.5t33 98q3 23 3 44q0 66 -34 108 q-45 55 -143 59l-250 1z" />
69
+ <glyph unicode="S" horiz-adv-x="1231" d="M40 459l292 -1v-18q0 -108 56 -162q62 -59 183 -61q43 0 85 9t77 29.5t59.5 53.5t32.5 80q2 15 2 29q0 33 -13 59q-19 36 -53 60.5t-77.5 41.5t-83.5 32q-52 19 -103.5 42t-99 52t-88 64.5t-69.5 78.5q-28 44 -44 97q-12 42 -13 91q0 13 1 25q4 72 29.5 131t67 105.5 t96 81t116 56.5t127.5 32q60 9 117 9h12q102 -2 189 -33t151 -89q63 -58 99 -141q35 -81 35 -182v-6l-292 1v11q-1 91 -47 143q-50 54 -151 56h-8q-38 0 -77 -9q-43 -10 -79 -31.5t-61.5 -55t-32.5 -79.5q-2 -11 -2 -22q-1 -33 17 -59q22 -34 59.5 -57t80.5 -38.5t77 -27.5 q82 -29 158.5 -69t134.5 -96t90 -130q27 -63 28 -141q0 -15 -1 -30q-5 -73 -29.5 -132.5t-64.5 -105.5t-92.5 -79t-112.5 -54q-60 -22 -126 -32q-60 -9 -120 -9h-12q-109 2 -204.5 34t-165.5 93q-72 62 -112 150q-39 84 -38 192v11z" />
70
+ <glyph unicode="T" horiz-adv-x="1239" d="M144 1213l43 243h1152l-43 -243h-432l-210 -1213h-293l210 1213h-427z" />
71
+ <glyph unicode="U" horiz-adv-x="1318" d="M97 495l163 961h293l-163 -962q-4 -30 -4 -58q0 -24 3 -47q6 -49 28 -86t62.5 -58.5t102.5 -23.5h12q59 0 106 17q52 19 90 55.5t62.5 88t34.5 113.5l164 961h294l-164 -960q-17 -121 -69 -218t-132 -164t-184 -102q-99 -33 -214 -33h-13q-115 2 -208 39t-156 104 q-63 68 -92 162q-20 65 -20 141q0 34 4 70z" />
72
+ <glyph unicode="V" horiz-adv-x="1309" d="M145 1456h315l146 -1092l490 1092h336l-719 -1456h-306z" />
73
+ <glyph unicode="W" horiz-adv-x="1747" d="M170 1456h286l29 -1028l392 1028h249l69 -1033l351 1033h299l-541 -1456h-295l-77 970l-381 -970h-295z" />
74
+ <glyph unicode="X" horiz-adv-x="1272" d="M-81 0l547 748l-293 708h320l186 -500l343 500h352l-535 -736l302 -720h-324l-191 508l-351 -508h-356z" />
75
+ <glyph unicode="Y" horiz-adv-x="1238" d="M154 1455l309 1l177 -654l407 654h336l-636 -944l-88 -512h-298l95 545z" />
76
+ <glyph unicode="Z" horiz-adv-x="1214" d="M-24 0l30 189l853 1022l-693 2l39 243h1061l-29 -186l-852 -1027l707 -2l-38 -241h-1078z" />
77
+ <glyph unicode="[" horiz-adv-x="562" d="M-31 -339l318 2033h421l-35 -223h-138l-248 -1587h138l-35 -223h-421z" />
78
+ <glyph unicode="\" horiz-adv-x="848" d="M154 1456h275l316 -1581h-276z" />
79
+ <glyph unicode="]" horiz-adv-x="562" d="M-135 -339l35 223h139l248 1587h-139l35 223h421l-318 -2033h-421z" />
80
+ <glyph unicode="^" horiz-adv-x="878" d="M57 729l417 727h205l164 -727h-211l-89 454l-247 -454h-239z" />
81
+ <glyph unicode="_" horiz-adv-x="897" d="M-143 -226l40 226h885l-39 -226h-886z" />
82
+ <glyph unicode="`" horiz-adv-x="667" d="M204 1534l291 2l143 -310l-211 1z" />
83
+ <glyph unicode="a" horiz-adv-x="1075" d="M16 296q3 71 26.5 125.5t62 95.5t89.5 68.5t108.5 44.5t119.5 24.5t122 7.5l132 -2l14 65q6 33 3 62.5t-16.5 51.5t-38 35.5t-61.5 14.5h-7q-61 -1 -105 -33q-46 -34 -59 -99l-283 -1q4 90 49 156t113.5 109t151.5 63q79 19 155 18h8q85 -2 157.5 -28t123.5 -74.5 t77 -118.5q19 -52 19 -115q0 -22 -2 -45l-74 -459q-5 -30 -9 -61t-5 -62t2.5 -61.5t14.5 -58.5l-1 -19h-277q-8 25 -10 48.5t-1 49.5q-57 -56 -125 -88q-64 -30 -141 -30h-10q-68 1 -127.5 24t-104 64.5t-69.5 99.5q-22 52 -22 113v15zM303 317q-2 -11 -1 -21q0 -38 24 -64 q30 -32 83 -33h8q59 0 111 28q54 30 94 78l35 187l-98 1q-43 -1 -86 -10.5t-78.5 -30.5t-60.5 -54t-31 -81z" />
84
+ <glyph unicode="b" horiz-adv-x="1128" d="M3 0l266 1536h283l-109 -553q54 57 119 89q61 30 136 30h9q74 -1 130 -25t95.5 -64t64.5 -93t37 -113q13 -59 15 -123q0 -16 1 -32q0 -47 -5 -93l-2 -21q-8 -68 -25 -136t-44.5 -130.5t-66 -117t-89 -94t-114.5 -61.5q-59 -20 -130 -20h-13q-81 2 -148 36t-112 102 l-41 -117h-257zM340 325q20 -57 61 -83.5t101 -28.5h9q63 -1 106 27q46 30 75.5 77t45 105.5t22.5 114.5l3 22q3 29 5 63q1 19 2 39q0 15 -1 29q-2 34 -9 65.5t-23.5 56t-43.5 40t-68 16.5h-8q-63 0 -111 -28q-50 -30 -88 -85z" />
85
+ <glyph unicode="c" horiz-adv-x="1046" d="M52 523l3 29q13 113 56 214t114 177t168 119q91 40 202 40h16q94 -2 168 -34t124 -88q49 -57 75 -134q25 -74 25 -161v-7h-263q0 37 -7.5 71t-25 60.5t-46 42t-70.5 17.5h-9q-62 -1 -104 -27q-46 -28 -74.5 -74.5t-44 -104t-22.5 -111.5l-3 -28q-5 -45 -7 -99v-16 q-1 -45 9 -85q12 -46 43.5 -78.5t93.5 -33.5h7q74 0 124 42q53 44 69 119l265 2q-6 -92 -47.5 -166t-106.5 -126q-66 -52 -148 -79q-77 -25 -159 -25h-12q-117 3 -200 48t-134 120t-71 172q-12 62 -12 128q0 37 4 76z" />
86
+ <glyph unicode="d" horiz-adv-x="1129" d="M48 399q-1 19 0 37q0 44 4 85l3 22q8 67 25.5 135t45.5 130.5t66.5 117t90 94.5t115.5 62q59 21 129 21h13q75 -2 136.5 -32.5t107.5 -88.5l106 554h283l-266 -1536h-252l16 116q-55 -65 -125 -102q-66 -35 -148 -35h-9q-72 1 -127 25.5t-94.5 65t-64.5 93.5t-39 113 t-16 123zM330 392q2 -34 10 -65t24 -56t42.5 -40.5t65.5 -16.5h12q60 0 106 28q50 32 89 84l77 430q-39 107 -156 112h-8q-61 0 -105 -28q-47 -30 -77.5 -78t-47.5 -106.5t-24 -112.5l-3 -22q-3 -27 -5 -61q-1 -17 -1 -34t1 -34z" />
87
+ <glyph unicode="e" horiz-adv-x="1084" d="M56 501l4 40q12 113 56 216t116.5 180.5t171.5 122.5q93 42 205 42h15q114 -2 194 -46.5t128 -118t65 -169.5q10 -56 10 -114q0 -41 -5 -84l-19 -123h-662q-1 -10 -1 -20q0 -37 9 -70q11 -42 35.5 -73.5t62.5 -50t89 -19.5h14q73 0 135 30q68 32 123 89l128 -161 q-34 -51 -82.5 -88t-105 -60.5t-117.5 -33.5q-56 -10 -110 -10h-10q-112 2 -199.5 43t-146.5 111t-86 164q-20 69 -20 146q0 28 3 57zM356 643h389l6 27q4 24 4 47q1 15 -1 29q-4 36 -22 63t-48.5 43t-74.5 18h-5q-48 0 -86 -18q-40 -19 -70.5 -51.5t-52.5 -74t-39 -83.5z " />
88
+ <glyph unicode="f" horiz-adv-x="722" d="M74 870l37 212l156 1l12 93q11 90 46.5 161.5t91.5 121t131 75.5q72 25 160 25h7q39 -1 77 -7t76 -14l-25 -225q-20 5 -41 8.5t-42 3.5h-4q-71 0 -123 -37q-53 -38 -67 -112l-16 -94h209l-37 -212h-208l-151 -870h-284l151 870h-156z" />
89
+ <glyph unicode="g" horiz-adv-x="1144" d="M-16 -251l140 172q45 -57 103.5 -89t132.5 -34h13q50 0 93 14q49 16 86.5 47t63.5 75t39 99l15 61q-55 -55 -120 -86q-62 -28 -135 -28h-10q-72 1 -128 24.5t-97 64t-68 93.5t-42 112.5t-18 123.5q-1 21 -1 41q0 42 4 82l2 21q8 68 26.5 136.5t48 131.5t70.5 117 t93.5 93.5t118.5 61.5q62 21 136 21h7q78 -2 145 -31t113 -94l37 105l259 -1l-177 -1045q-15 -111 -64 -198.5t-124 -147t-172 -89.5q-91 -29 -194 -29h-14q-54 1 -107.5 13t-103 34t-93.5 54.5t-78 74.5zM334 424q0 -53 14.5 -99t47.5 -77.5t92 -33.5h9q58 0 104 24 q50 27 91 74l84 458q-23 50 -63.5 73t-95.5 25h-8q-61 0 -107 -28q-49 -30 -82.5 -77.5t-53 -106t-26.5 -114.5l-2 -21q-5 -41 -5 -88q0 -5 1 -9z" />
90
+ <glyph unicode="h" horiz-adv-x="1122" d="M-4 0l266 1536h283l-112 -574q58 65 131 103q71 37 157 37h5q91 -2 151.5 -37t94.5 -93.5t44 -133.5q6 -43 6 -87q0 -34 -3 -69l-114 -682h-282l115 685q3 24 3 46q0 13 -1 26q-3 33 -16.5 57t-40 38.5t-69.5 15.5h-9q-59 0 -103 -24q-48 -26 -88 -74l-136 -770h-282z " />
91
+ <glyph unicode="i" horiz-adv-x="537" d="M17 0l188 1082h284l-188 -1082h-284zM238 1357v5q0 31 10 57q12 28 33 48.5t50 32.5t62 12h6q29 0 55 -10q29 -10 50.5 -29t34.5 -46t14 -60v-5q0 -31 -11 -57q-12 -28 -33 -49t-49.5 -32.5t-61.5 -12.5h-6q-30 -1 -56 9q-28 10 -50 29.5t-34.5 47t-13.5 60.5z" />
92
+ <glyph unicode="j" horiz-adv-x="526" d="M-262 -421l23 230q22 -5 43.5 -8.5t43.5 -4.5h3q68 0 107 38q39 40 52 106l196 1142h284l-194 -1141q-11 -86 -42.5 -156.5t-82.5 -120.5t-122 -78q-69 -26 -155 -26h-6q-38 1 -75 6t-75 13zM233 1357v5q0 31 11 57q11 28 32 48.5t50 32t62 12.5q32 0 61 -10t50.5 -29 t34.5 -46t14 -60v-5q0 -31 -10 -58q-12 -28 -33 -48.5t-50 -32t-62 -12.5h-6q-29 0 -55 9q-29 11 -51 30t-34.5 46.5t-13.5 60.5z" />
93
+ <glyph unicode="k" horiz-adv-x="1071" d="M3 0l266 1536h283l-146 -834l55 59l321 321h362l-473 -465l301 -617h-309l-192 431l-131 -114l-55 -317h-282z" />
94
+ <glyph unicode="l" horiz-adv-x="537" d="M17 0l267 1536h283l-266 -1536h-284z" />
95
+ <glyph unicode="m" horiz-adv-x="1730" d="M3 0l187 1082l263 1l-23 -123q63 70 142 107q75 35 165 35h10q42 -1 82.5 -10.5t74.5 -30t59.5 -51t38.5 -73.5q66 79 148 123q78 43 179 42h9q90 -2 149.5 -36.5t92.5 -91.5q32 -57 42 -131q5 -40 6 -82q0 -35 -4 -72l-115 -689h-283l115 691q3 27 3 51v18q-2 32 -15 56 t-38 37.5t-67 14.5q-34 0 -62.5 -9t-53 -25.5t-45 -39.5t-38.5 -50l-3 -23l-126 -721h-282l115 689q3 27 3 51v18q-2 32 -14.5 56t-37.5 38t-67 15h-8q-57 -1 -101 -27q-46 -28 -84 -74l-135 -766h-282z" />
96
+ <glyph unicode="n" horiz-adv-x="1123" d="M-3 0l188 1082l264 1l-24 -128q63 73 141 111q75 37 165 36h9q90 -2 147.5 -37t89.5 -92.5t41 -131.5q5 -39 5 -80q0 -36 -4 -73l-114 -688h-282l116 691q3 23 3 43q0 14 -2 28q-4 32 -17.5 55t-40.5 36t-69 14h-8q-57 0 -103 -27q-48 -29 -88 -76l-135 -764h-282z" />
97
+ <glyph unicode="o" horiz-adv-x="1133" d="M53 523l2 21q13 115 58 217.5t117 178.5q72 77 172 121q93 41 207 41h16q117 -2 202 -47.5t138 -121t75 -173.5q14 -65 14 -134q0 -35 -4 -72l-2 -22q-14 -115 -59.5 -216.5t-118.5 -177.5q-72 -75 -172 -118q-93 -40 -205 -40h-16q-116 2 -201 47t-138 119 q-52 74 -74 172q-14 64 -15 133q0 35 4 72zM330 422q0 -54 15.5 -100t50 -77.5t96.5 -33.5h9q62 0 106 27q48 29 81 75.5t51.5 104.5t25.5 114l3 21q3 31 4 67v15q0 27 -2 55q-4 34 -14 66t-28.5 56.5t-47.5 39.5t-71 17h-8q-62 1 -107 -27q-48 -30 -80.5 -77.5t-51 -106.5 t-25.5 -114l-2 -21q-5 -44 -5 -92v-9z" />
98
+ <glyph unicode="p" horiz-adv-x="1128" d="M-69 -416l259 1498l260 1l-19 -109q56 63 123 96q64 32 143 32h10q74 -2 129.5 -25.5t95 -64t64.5 -93.5t37.5 -112.5t14.5 -122.5v-32q0 -47 -4 -93l-2 -21q-8 -66 -25.5 -133.5t-45.5 -130.5t-66.5 -117.5t-89.5 -94.5t-115 -62q-58 -21 -128 -21h-12q-75 2 -138 30.5 t-110 86.5l-99 -512h-282zM339 318q20 -54 61 -78.5t98 -26.5h8q61 0 104 28q47 30 77.5 78t47.5 106.5t24 112.5l3 21q4 43 6 96v11q0 47 -12 88q-12 47 -43 79.5t-90 34.5h-9q-60 0 -106 -26q-50 -27 -88 -78z" />
99
+ <glyph unicode="q" horiz-adv-x="1132" d="M48 400v37q0 44 4 86l3 22q8 67 25.5 135t45 130.5t66.5 117t90 94t116 61.5q59 20 129 20h13q80 -2 146 -35.5t111 -100.5l46 116l252 -1l-260 -1498h-284l101 511q-54 -57 -119 -87q-61 -28 -134 -28h-10q-72 1 -127 25.5t-94.5 65t-64.5 94t-38.5 113t-16.5 122.5z M331 394q2 -34 9.5 -66t24 -57t42.5 -41t66 -17h8q60 0 107 27q50 28 89 78l82 450q-21 52 -61.5 75.5t-95.5 25.5h-8q-61 0 -105 -28q-47 -30 -78 -78t-48.5 -106t-24.5 -113l-2 -21q-3 -28 -5 -61q-1 -17 -1 -34t1 -34z" />
100
+ <glyph unicode="r" horiz-adv-x="735" d="M3 0l188 1082l265 1l-26 -132q22 33 48.5 61.5t57.5 49t67.5 31.5t78.5 11q26 0 50 -4t48 -10l-36 -279q-23 4 -47 7t-48 3h-10q-69 1 -125 -25q-60 -28 -104 -88l-125 -708h-282z" />
101
+ <glyph unicode="s" horiz-adv-x="1031" d="M9 346l266 -2q2 -78 45 -117t121 -40q30 0 61 6t57 20t45.5 36.5t25.5 55.5q7 36 -10.5 58.5t-47 37t-63 23t-58.5 14.5q-61 15 -122 39.5t-110 62.5t-79 91q-27 48 -26 114v13q3 87 44.5 152t105.5 108t143 64q75 20 150 20h7q81 -1 155 -23t130.5 -65.5t90.5 -109 t35 -152.5l-280 1q1 68 -33.5 104t-104.5 37q-29 0 -57.5 -7.5t-52.5 -22.5t-41 -38t-23 -54q-6 -33 10 -54t42 -34.5t56 -21t53 -12.5q67 -16 132.5 -39.5t117 -61.5t82.5 -94q28 -51 28 -123v-14q-3 -90 -48 -155t-113.5 -106t-150.5 -60q-75 -17 -146 -17h-15 q-82 1 -157.5 25.5t-134 71t-94 114t-36.5 155.5z" />
102
+ <glyph unicode="t" horiz-adv-x="681" d="M56 870l37 212h153l46 266h283l-47 -266h180l-37 -212h-180l-92 -542q-2 -15 -2 -28q0 -31 10 -50q14 -27 68 -29q22 -2 43 0.5t43 4.5l-20 -221q-39 -13 -79 -19q-34 -5 -70 -4h-13q-72 1 -124.5 24.5t-84.5 65.5t-46 100q-9 40 -10 85q0 20 2 42l93 571h-153z" />
103
+ <glyph unicode="u" horiz-adv-x="1122" d="M67 382l117 700h282l-119 -703q-4 -33 -1 -62.5t15.5 -51.5t35.5 -36t60 -15h10q61 0 111 24q54 26 96 77l135 767h284l-188 -1082h-263l21 112q-117 -132 -290 -132h-8q-88 1 -148 34.5t-96 88.5t-49 127q-8 45 -8 92q0 30 3 60z" />
104
+ <glyph unicode="v" horiz-adv-x="1014" d="M92 1082h286l80 -725l308 725h304l-523 -1082h-270z" />
105
+ <glyph unicode="w" horiz-adv-x="1470" d="M115 1082h264l17 -681l309 681h204l71 -688l257 688h281l-455 -1082h-236l-80 677l-316 -677h-236z" />
106
+ <glyph unicode="x" horiz-adv-x="1021" d="M-82 0l408 566l-209 516h286l121 -321l227 321h317l-392 -544l219 -538h-286l-133 338l-239 -338h-319z" />
107
+ <glyph unicode="y" horiz-adv-x="1007" d="M-55 -419l21 220q10 -1 19.5 -1.5t19.5 -0.5h10q68 0 115 25q51 27 86 92l53 99l-177 1067h292l78 -670l309 670h314l-633 -1245q-28 -59 -63.5 -110t-80.5 -88t-101 -58t-126 -21q-35 0 -68.5 6.5t-67.5 14.5z" />
108
+ <glyph unicode="z" horiz-adv-x="1021" d="M-23 0l30 189l590 657l-473 2l37 234h843l-29 -184l-596 -663l508 -2l-37 -233h-873z" />
109
+ <glyph unicode="{" horiz-adv-x="666" d="M39 513l19 207q48 2 84.5 18t63 43t42.5 64.5t23 83.5l28 203q24 187 127.5 301t282.5 168l47 -166q-49 -19 -84 -50.5t-58.5 -71t-37.5 -86t-21 -95.5l-28 -203q-14 -112 -70.5 -188.5t-156.5 -127.5q37 -27 62.5 -61t40.5 -73t20 -82t1 -88l-27 -204q-6 -44 -8 -89 t7 -85.5t33 -74.5t70 -55l-61 -161q-81 27 -140 71.5t-96.5 104t-52 133t-5.5 157.5l28 205q5 42 2 77.5t-18 62t-43.5 42.5t-73.5 20z" />
110
+ <glyph unicode="|" horiz-adv-x="512" d="M31 -270l270 1726h172l-270 -1726h-172z" />
111
+ <glyph unicode="}" horiz-adv-x="666" d="M-94 -197q49 19 84 50.5t58.5 71t37.5 86t21 95.5l28 203q14 114 71 189.5t159 125.5q-38 26 -64.5 60t-41.5 73.5t-20 83t-1 88.5l27 204q6 44 8 89t-7.5 85.5t-33 74.5t-68.5 55l64 158q161 -54 234.5 -174.5t55.5 -288.5l-28 -204q-5 -43 -2 -78.5t18 -62.5t43 -43 t74 -20l-19 -207q-96 -5 -147.5 -61t-65.5 -147l-28 -203q-25 -186 -128.5 -301t-281.5 -169z" />
112
+ <glyph unicode="~" horiz-adv-x="1298" d="M80 415q5 77 29 152t68 133.5t109 94t152 33.5q81 -2 144.5 -39t117.5 -94q14 -15 29.5 -30t32.5 -27t36.5 -20t42.5 -8q37 0 65 16.5t47.5 43.5t31 59.5t16.5 64.5l202 1q-4 -77 -27.5 -153t-67 -136t-108.5 -97t-153 -35q-81 2 -143.5 39t-116.5 94q-29 31 -64 58 t-80 28q-37 0 -63.5 -16.5t-45 -42.5t-29.5 -58t-16 -63z" />
113
+ <glyph unicode="&#xa1;" horiz-adv-x="571" d="M-37 -369l208 1008h235l-143 -1008h-300zM184 943q-1 34 10.5 62.5t32.5 50t50 33.5t62 13t62 -10t50.5 -30.5t34 -47.5t13.5 -61q1 -34 -10.5 -63t-32.5 -50t-49.5 -33.5t-62.5 -12.5q-33 -1 -61.5 10t-50.5 31t-34.5 47.5t-13.5 60.5z" />
114
+ <glyph unicode="&#xa2;" horiz-adv-x="1154" d="M84 523l3 29q12 104 49.5 198t99 168t145.5 122t189 59l38 219h196l-41 -233q66 -19 117.5 -56.5t86 -90t52 -118.5t16.5 -142h-263q0 37 -7.5 71t-25 60.5t-46 42t-70.5 17.5q-67 2 -112.5 -26.5t-74.5 -75t-44.5 -104t-22.5 -111.5l-3 -28q-5 -45 -7 -99t9.5 -100.5 t43 -79t93.5 -33.5q78 -2 131 42.5t69 118.5l265 2q-6 -83 -39.5 -151t-87.5 -118.5t-123.5 -82t-146.5 -40.5l-40 -228h-196l42 240q-85 23 -145 74t-96.5 121t-49.5 155.5t-4 177.5z" />
115
+ <glyph unicode="&#xa3;" horiz-adv-x="1190" d="M-6 0l43 240l75 -2q30 12 50 30.5t33 42.5t20.5 52t12.5 58l21 155h-158l41 236h150l28 227q12 99 53 180.5t106 139t151 88t187 28.5q96 -2 171 -32t126 -84.5t77 -131t24 -170.5l-280 1q1 36 -4.5 68t-21.5 56t-42.5 38t-67.5 15t-73 -15.5t-55.5 -44.5t-37.5 -63 t-20 -72l-27 -228h300l-41 -236h-291l-16 -138q-8 -62 -32.5 -109.5t-69.5 -91.5l640 4l-43 -241h-1029z" />
116
+ <glyph unicode="&#xa4;" horiz-adv-x="1385" d="M-3 132l154 125q-26 85 -37 170.5t0 174.5q26 215 171 375l-115 157l148 130l109 -143q81 53 168.5 83.5t185.5 28.5q88 -1 170.5 -30t150.5 -86l170 148l123 -159l-169 -139q29 -87 41 -174t1 -178q-24 -203 -157 -360l111 -151l-149 -131l-101 132q-82 -58 -174 -92.5 t-195 -32.5q-91 2 -177 32.5t-154 93.5l-153 -132zM295 599q-11 -78 4 -154t54.5 -137t102.5 -99t149 -41q93 -3 175.5 34t146.5 100t106 145t55 170q11 78 -4 153.5t-54 135.5t-102.5 98t-148.5 41q-93 3 -175.5 -33.5t-147 -98.5t-106.5 -144t-55 -170z" />
117
+ <glyph unicode="&#xa5;" horiz-adv-x="1226" d="M75 278l31 174h325l21 115h-327l31 175h261l-245 713l310 1l161 -604l373 604h337l-492 -712l225 -2l-33 -175h-308l-21 -115h310l-31 -174h-308l-49 -278h-293l49 278h-327z" />
118
+ <glyph unicode="&#xa6;" horiz-adv-x="511" d="M-28 -270l139 795h254l-138 -795h-255zM140 698l132 758h254l-132 -758h-254z" />
119
+ <glyph unicode="&#xa7;" horiz-adv-x="1258" d="M-26 -34h281q-2 -51 13 -85.5t43.5 -56t68 -31.5t86.5 -10q37 0 78.5 6t78 22.5t63 44.5t35.5 71q6 30 -3 54t-28 42.5t-45 32t-54 24t-55 18.5t-48 15q-52 16 -103 35.5t-97.5 44.5t-86.5 56t-68 71.5t-42 91.5t-10 114q3 51 19.5 93t43.5 77t63 63.5t79 52.5 q-51 60 -71 128.5t-15 146.5q5 70 30.5 126.5t66 100t93.5 75t112.5 51t123 28.5t125.5 8q102 -2 187 -29.5t145.5 -80.5t93.5 -132.5t31 -185.5h-280q3 91 -46 141.5t-141 52.5q-39 1 -81 -6t-78 -25t-62.5 -47.5t-35.5 -73.5q-9 -49 12 -80.5t58 -52t80.5 -32.5t79.5 -23 q52 -16 104 -35t98.5 -43.5t86.5 -56t68.5 -72.5t42.5 -92t10 -114q-7 -102 -62.5 -170t-142.5 -114q51 -60 70 -128.5t14 -146.5q-5 -71 -30 -127t-65 -99t-92.5 -73t-111.5 -49t-122.5 -27t-125.5 -7q-101 1 -189.5 25.5t-154 75t-103 129t-35.5 188.5zM370 555 q-10 -51 9.5 -84t54 -55t77.5 -36t82 -26q32 -11 65 -21t65 -22q44 26 74 62t41 87q9 48 -12.5 81t-58 55.5t-80.5 37.5t-78 26q-66 21 -132 45q-44 -27 -70.5 -63t-36.5 -87z" />
120
+ <glyph unicode="&#xa8;" horiz-adv-x="937" d="M209 1362q-1 28 9 51.5t28 41t42.5 27.5t51.5 11t52 -8t44 -25.5t30.5 -40t11.5 -51.5q1 -28 -9.5 -51.5t-28.5 -40.5t-42 -27t-51 -11t-51.5 8t-43.5 25.5t-30.5 39.5t-12.5 51zM682 1362q-1 28 9 51.5t28 41t42 27.5t51 11t52 -8t44.5 -25.5t31 -40t12.5 -51.5 q0 -28 -10.5 -51.5t-28.5 -41t-42 -27.5t-51 -11t-52 8t-44 25.5t-30.5 40t-11.5 51.5z" />
121
+ <glyph unicode="&#xa9;" horiz-adv-x="1568" d="M103 722q11 99 44.5 194t86.5 179.5t123.5 155t154.5 121.5t179.5 78.5t199.5 25.5q99 -2 184 -31.5t154 -80.5t121 -121t84.5 -151.5t45 -172.5t2.5 -184q-11 -99 -44.5 -194t-86.5 -179.5t-123.5 -155t-154.5 -121.5t-179.5 -79t-199.5 -26q-100 2 -185 31.5t-154 81 t-120.5 121.5t-84 152t-45 172.5t-2.5 183.5zM224 722q-16 -114 7 -223.5t81.5 -196.5t151.5 -141.5t217 -56.5q87 -2 168.5 21t153 66t132 102.5t107 130.5t76.5 150t42 162q16 114 -7 223t-82 195.5t-151.5 140t-216.5 56.5q-87 2 -168 -21t-153 -65.5t-132.5 -101.5 t-106.5 -129.5t-77 -149.5t-42 -162zM433 669l12 119q8 78 36.5 149t76.5 124.5t115 84.5t152 30q73 -2 130 -24.5t96 -63.5t58.5 -99t18.5 -130l-152 2q3 40 -3 73t-23.5 56.5t-46.5 37t-73 14.5q-54 1 -94.5 -21t-68.5 -57.5t-45 -81.5t-23 -93l-14 -121q-4 -41 -1.5 -84 t17.5 -79.5t45 -61t80 -26.5q46 -2 80.5 9.5t58.5 35t39 58t22 76.5l152 1q-5 -75 -31 -134.5t-70.5 -100.5t-106 -61.5t-137.5 -18.5q-81 2 -140 35t-96.5 86.5t-53.5 122.5t-10 143z" />
122
+ <glyph unicode="&#xaa;" horiz-adv-x="892" d="M187 911q1 72 34 118.5t84.5 73.5t114 37.5t122.5 10.5l106 -2l12 55q4 24 3.5 46t-9 39t-26 27.5t-45.5 11.5q-54 2 -93.5 -22t-53.5 -77l-173 13q4 62 32.5 107t72 73.5t98 42t111.5 12.5q61 -1 110.5 -21.5t83.5 -56.5t50 -86.5t11 -112.5l-48 -314q-8 -48 -9 -92 t8 -92h-164q-4 36 -3 72q-43 -40 -92.5 -61.5t-108.5 -21.5q-51 0 -93 15t-72 43.5t-46.5 69.5t-16.5 92zM362 915q-4 -22 1.5 -37.5t17.5 -25.5t29.5 -14.5t37.5 -4.5q45 0 85.5 19.5t75.5 43.5l28 137h-80q-29 -1 -61 -7t-59.5 -19.5t-48 -36t-26.5 -55.5z" />
123
+ <glyph unicode="&#xab;" horiz-adv-x="1002" d="M60 513l1 21l330 390h203l-316 -416l162 -382l-167 -1zM433 513l1 21l330 390h203l-316 -416l162 -382l-167 -1z" />
124
+ <glyph unicode="&#xac;" horiz-adv-x="1105" d="M127 634l30 171h812l-75 -431h-196l46 260h-617z" />
125
+ <glyph unicode="&#xad;" horiz-adv-x="780" d="M90 507l40 233h549l-41 -233h-548z" />
126
+ <glyph unicode="&#xae;" horiz-adv-x="1568" d="M103 722q11 99 44.5 194t86.5 179.5t123.5 155t154.5 121.5t179.5 78.5t199.5 25.5q99 -2 184 -31.5t154 -80.5t121 -121t84.5 -151.5t45 -172.5t2.5 -184q-11 -99 -44.5 -194t-86.5 -179.5t-123.5 -155t-154.5 -121.5t-179.5 -79t-199.5 -26q-100 2 -185 31.5t-154 81 t-120.5 121.5t-84 152t-45 172.5t-2.5 183.5zM224 722q-16 -114 7 -223.5t81.5 -196.5t151.5 -141t217 -57q87 -2 168.5 21.5t153 66t132 102t107 130.5t76.5 150t42 162q16 114 -7 223t-82 195.5t-151.5 140t-216.5 56.5q-87 2 -168 -21t-153 -65.5t-132.5 -101.5 t-106.5 -129.5t-77 -149.5t-42 -162zM441 316l133 850l256 -1q59 -2 112.5 -17t94 -46t63.5 -78.5t20 -113.5q-2 -34 -13 -61.5t-29.5 -50t-42.5 -41t-52 -34.5q25 -18 40.5 -42t23.5 -51t9.5 -56.5t-1.5 -58.5l-6 -56q-4 -34 -2.5 -63.5t4.5 -62.5l-1 -19l-148 1 q-6 37 -4.5 73t5.5 73l7 55q7 63 -14 97t-87 38l-167 2l-53 -337h-148zM663 787l116 -1q30 1 62 7.5t60 21t48 37.5t27 57q7 37 -1 61t-26.5 37.5t-46.5 18.5t-60 6l-141 1z" />
127
+ <glyph unicode="&#xaf;" horiz-adv-x="1005" d="M250 1290l27 167h710l-27 -167h-710z" />
128
+ <glyph unicode="&#xb0;" horiz-adv-x="781" d="M227 1191q1 57 23.5 109t61 91.5t89 63t108.5 22.5q54 -1 98.5 -23.5t76.5 -60t49.5 -85.5t16.5 -99q-1 -56 -23 -107.5t-59.5 -90.5t-88 -62t-107.5 -22q-53 1 -98.5 22.5t-78.5 58t-51 84t-17 99.5zM370 1193q-3 -23 2.5 -44t17.5 -37.5t31 -26t43 -9.5q27 0 51.5 10.5 t44 28.5t32 42t16.5 50q3 23 -1.5 44.5t-16 39t-30 28t-43.5 10.5q-27 0 -52 -11.5t-45 -30.5t-33 -43.5t-17 -50.5z" />
129
+ <glyph unicode="&#xb1;" horiz-adv-x="1078" d="M16 1l41 236h840l-42 -236h-839zM102 702l38 241h324l54 343h248l-54 -343h319l-38 -241h-318l-57 -365h-249l58 365h-325z" />
130
+ <glyph unicode="&#xb2;" horiz-adv-x="750" d="M81 667l26 150l307 247q18 15 39.5 33t41 39t34.5 44t20 48q8 36 -10 57t-54 21q-26 0 -46.5 -8.5t-35.5 -24t-24.5 -36t-14.5 -43.5l-204 -2q4 64 29.5 115.5t67.5 87.5t97.5 55.5t118.5 18.5q57 -1 108.5 -15.5t90.5 -44t61.5 -75t21.5 -107.5q-2 -55 -25.5 -100 t-59 -82.5t-79 -68.5t-83.5 -59l-130 -84l336 -2l-30 -164h-603z" />
131
+ <glyph unicode="&#xb3;" horiz-adv-x="750" d="M96 904l195 -1q4 -44 31.5 -63t70.5 -19q22 0 44.5 5.5t41 17t31.5 29t18 41.5q5 25 -1.5 41t-20 25.5t-32.5 13.5t-40 5h-94l10 137h81q23 1 45 6.5t41 17t32 29t18 42.5q3 19 -2.5 32t-16.5 21.5t-26.5 13t-31.5 4.5q-36 0 -64.5 -14t-43.5 -46l-208 -1q4 60 30.5 103 t68.5 71t94.5 40.5t108.5 11.5q51 -1 103 -12.5t94.5 -37.5t68.5 -67.5t24 -101.5q-1 -37 -14.5 -65t-35 -50t-49.5 -38.5t-59 -29.5q58 -20 87 -65.5t28 -105.5q-1 -66 -32.5 -112t-80.5 -74.5t-108.5 -41t-115.5 -11.5q-59 1 -111 17t-91.5 47t-63 77t-24.5 108z" />
132
+ <glyph unicode="&#xb4;" horiz-adv-x="669" d="M186 1226l240 310h327l-318 -310h-249z" />
133
+ <glyph unicode="&#xb5;" horiz-adv-x="1233" d="M-42 -416l260 1498h282l-103 -622q-5 -41 -6.5 -83.5t9 -78.5t37.5 -59.5t79 -24.5q69 -2 123.5 24.5t97.5 79.5l135 764h282l-188 -1082h-248l8 69q-50 -44 -106.5 -68t-123.5 -23q-93 0 -169 48l-87 -442h-282z" />
134
+ <glyph unicode="&#xb6;" horiz-adv-x="983" d="M140 980q10 111 55 199t116.5 150t166 95t202.5 33l313 -1l-253 -1456h-214l90 520l-61 1q-101 2 -182 36t-136 94.5t-80.5 144t-16.5 184.5z" />
135
+ <glyph unicode="&#xb7;" horiz-adv-x="608" d="M153 692q-1 34 10.5 63t32.5 50.5t50 34t63 13.5q33 1 62 -10t51 -31t35 -48t14 -62t-11 -63t-33 -50.5t-50.5 -34t-63.5 -12.5q-33 -1 -62 10t-50.5 30.5t-34 47.5t-13.5 62z" />
136
+ <glyph unicode="&#xb8;" horiz-adv-x="542" d="M-45 -465l8 170q22 1 43 6t38.5 15.5t29.5 26.5t17 40q5 26 -7 39.5t-31.5 20t-42.5 8t-40 3.5l43 142l209 3l-20 -64q62 -13 93.5 -56.5t31.5 -105.5q0 -50 -16.5 -87t-45 -64.5t-65.5 -45.5t-78.5 -29t-84.5 -16t-82 -6z" />
137
+ <glyph unicode="&#xb9;" horiz-adv-x="737" d="M228 1171l30 168l369 115l25 1l-128 -787h-200l95 543z" />
138
+ <glyph unicode="&#xba;" horiz-adv-x="918" d="M194 1044l6 76q7 76 37 142t78.5 114.5t114 75.5t145.5 25q76 -2 134.5 -30.5t96.5 -77t56 -112.5t13 -136l-7 -77q-8 -76 -37 -141.5t-77.5 -113.5t-114 -74.5t-144.5 -24.5q-76 1 -134 29.5t-97 76.5t-57 112t-13 136zM366 968.5q3 -36.5 17 -65.5t40.5 -48.5 t70.5 -20.5q45 -1 80 16.5t60 47t40 68t21 78.5l9 78q4 36 0.5 72t-17.5 66t-40.5 49t-69.5 20q-45 1 -80.5 -16t-60.5 -46.5t-40 -67.5t-21 -78l-9 -80q-3 -36 0 -72.5z" />
139
+ <glyph unicode="&#xbb;" horiz-adv-x="1002" d="M-10 124l315 415l-161 383l167 1l213 -387l-1 -22l-330 -390h-203zM371 124l315 415l-161 383l167 1l213 -387l-1 -22l-330 -390h-203z" />
140
+ <glyph unicode="&#xbc;" horiz-adv-x="1436" d="M194 1167l30 168l369 115l25 1l-128 -787h-200l95 543zM235 204l878 1124l137 -83l-876 -1126zM655 159l12 150l419 478v6l203 -4l-81 -465l98 1l-31 -166h-87l-29 -159h-200l28 159h-332zM868 328l150 -3l44 212l-16 -21z" />
141
+ <glyph unicode="&#xbd;" horiz-adv-x="1522" d="M178 1173l30 168l369 115l25 1l-128 -787h-200l95 543zM194 204l878 1124l137 -83l-876 -1126zM726 0l26 150l307 247q18 15 39.5 33t41 39t34.5 44t20 48q8 36 -10 57t-54 21q-26 0 -46.5 -8.5t-35.5 -24t-24.5 -36t-14.5 -43.5l-204 -2q4 64 29.5 115.5t67.5 87.5 t97.5 55.5t118.5 18.5q57 -1 108.5 -15.5t90.5 -44t61.5 -75t21.5 -107.5q-2 -55 -25.5 -100t-59 -82.5t-79 -68.5t-83.5 -59l-130 -84l336 -2l-30 -164h-603z" />
142
+ <glyph unicode="&#xbe;" horiz-adv-x="1615" d="M141 905l195 -1q4 -44 31.5 -63t70.5 -19q22 0 44.5 5.5t41 17t31.5 29t18 41.5q5 25 -1.5 41t-20 25.5t-32.5 13.5t-40 5h-94l10 137h81q23 1 45 6.5t41 17t32 29t18 42.5q3 19 -2.5 32t-16.5 21.5t-26.5 13t-31.5 4.5q-36 0 -64.5 -14t-43.5 -46l-208 -1q4 60 30.5 103 t68.5 71t94.5 40.5t108.5 11.5q51 -1 103 -12.5t94.5 -37.5t68.5 -67.5t24 -101.5q-1 -37 -14.5 -65t-35 -50t-49.5 -38.5t-59 -29.5q58 -20 87 -65.5t28 -105.5q-1 -66 -32.5 -112t-80.5 -74.5t-108.5 -41t-115.5 -11.5q-59 1 -111 17t-91.5 47t-63 77t-24.5 108zM391 204 l878 1124l137 -83l-876 -1126zM809 159l12 150l419 478v6l203 -4l-81 -465l98 1l-31 -166h-87l-29 -159h-200l28 159h-332zM1022 328l150 -3l44 212l-16 -21z" />
143
+ <glyph unicode="&#xbf;" horiz-adv-x="998" d="M-36 -2q5 70 33.5 128t71.5 107.5t94.5 93t102.5 84.5q59 48 88.5 103t42.5 129l246 1q-4 -60 -16 -112t-33.5 -98t-54.5 -87.5t-80 -80.5q-32 -27 -66 -55.5t-62.5 -61t-49.5 -69.5t-28 -82q-9 -64 17 -106t95 -44q40 -1 72 12t55.5 36.5t38.5 55.5t23 69l282 2 q-7 -100 -46.5 -177t-104 -129t-149 -78t-181.5 -24q-88 1 -162.5 26.5t-127.5 73.5t-80 119t-21 164zM427 944q-1 34 10.5 63t32.5 50t49.5 33.5t62.5 12.5q33 1 62 -10t50.5 -30.5t34 -47.5t13.5 -61q1 -34 -10.5 -63t-32.5 -50t-50 -33.5t-62 -12.5q-33 -1 -62 10 t-50.5 30.5t-34 47.5t-13.5 61z" />
144
+ <glyph unicode="&#xc0;" horiz-adv-x="1347" d="M-104 0l778 1456h271l277 -1456h-299l-46 300h-508l-150 -300h-323zM489 543h351l-82 542zM532 1844l291 2l143 -310l-211 1z" />
145
+ <glyph unicode="&#xc1;" horiz-adv-x="1347" d="M-104 0l778 1456h271l277 -1456h-299l-46 300h-508l-150 -300h-323zM489 543h351l-82 542zM690 1536l240 310h327l-318 -310h-249z" />
146
+ <glyph unicode="&#xc2;" horiz-adv-x="1347" d="M-104 0l778 1456h271l277 -1456h-299l-46 300h-508l-150 -300h-323zM471 1551v23l321 272l161 1l261 -277v-21l-216 5l-123 144l-175 -143zM489 543h351l-82 542z" />
147
+ <glyph unicode="&#xc3;" horiz-adv-x="1347" d="M-104 0l778 1456h271l277 -1456h-299l-46 300h-508l-150 -300h-323zM477 1566q3 49 19.5 97.5t46 87t72 62.5t98.5 23q36 0 68 -14.5t63 -31.5t62.5 -31t67.5 -13q45 2 68 30.5t33 67.5l161 -10q-3 -49 -18.5 -97.5t-44 -87t-70.5 -62.5t-98 -24q-37 0 -69 14.5t-63 32 t-62 31.5t-67 13q-22 -1 -39 -9t-29 -21.5t-20 -31t-13 -36.5zM489 543h351l-82 542z" />
148
+ <glyph unicode="&#xc4;" horiz-adv-x="1347" d="M-104 0l778 1456h271l277 -1456h-299l-46 300h-508l-150 -300h-323zM484 1672q-1 28 9 51.5t28 41t42.5 27.5t51.5 11t52 -8t44 -25.5t30.5 -40t11.5 -51.5q1 -28 -9.5 -51.5t-28.5 -40.5t-42 -27t-51 -11t-51.5 8t-43.5 25.5t-30.5 39.5t-12.5 51zM489 543h351l-82 542z M957 1672q-1 28 9 51.5t28 41t42 27.5t51 11t52 -8t44.5 -25.5t31 -40t12.5 -51.5q0 -28 -10.5 -51.5t-28.5 -41t-42 -27.5t-51 -11t-52 8t-44 25.5t-30.5 40t-11.5 51.5z" />
149
+ <glyph unicode="&#xc5;" horiz-adv-x="1347" d="M-104 0l778 1456h271l277 -1456h-299l-46 300h-508l-150 -300h-323zM489 543h351l-82 542zM651 1723q0 46 18 85t49 67.5t71.5 44.5t84.5 16q42 0 80 -15t66.5 -41.5t46 -63t17.5 -79.5q1 -46 -17.5 -84.5t-49 -66t-71.5 -43t-85 -15.5q-41 0 -79 14.5t-66.5 40t-46 61.5 t-18.5 79zM764 1723q-7 -40 15 -70t65 -30q24 0 45.5 9t38.5 24.5t28.5 36.5t15.5 44q3 20 -1 38.5t-14.5 32.5t-27 22.5t-37.5 8.5q-24 0 -45.5 -9t-39 -25t-29 -37.5t-14.5 -44.5z" />
150
+ <glyph unicode="&#xc6;" horiz-adv-x="1877" d="M-111 0l1015 1456h996l-42 -236h-580l-47 -355h488l-42 -236h-477l-53 -394h600l-41 -235h-871l44 333h-423l-220 -333h-347zM615 582l298 -2l73 552z" />
151
+ <glyph unicode="&#xc7;" horiz-adv-x="1310" d="M91.5 508q-4.5 85 6.5 171l13 96q13 91 41 179.5t71.5 167t101 144.5t130 113.5t159.5 73t188 23.5q119 -2 210 -40t154.5 -105.5t98.5 -162t41 -208.5l-292 1q0 60 -11 109t-37 84t-69.5 55t-108.5 22q-64 2 -115 -16t-90.5 -50.5t-69 -77t-50 -95.5t-34 -106.5 t-20.5 -108.5l-13 -99q-6 -44 -10 -94.5t-2 -100t12 -95.5t34 -81.5t63.5 -58t100.5 -24.5q134 -5 214.5 63.5t106.5 196.5l291 2q-14 -121 -69.5 -216t-139.5 -160t-191 -98.5t-225 -31.5q-98 2 -175 30.5t-134 77.5t-95.5 115t-59.5 143t-25.5 162zM393 -466l8 170 q22 1 43 6t38.5 15.5t29.5 26.5t17 40q5 26 -7 39.5t-31.5 20t-42.5 8t-40 3.5l43 142l209 3l-20 -64q62 -13 93.5 -56.5t31.5 -105.5q0 -50 -16.5 -87t-45 -64.5t-65.5 -45.5t-78.5 -29t-84.5 -16t-82 -6z" />
152
+ <glyph unicode="&#xc8;" horiz-adv-x="1127" d="M21 0l253 1456h947l-43 -243h-653l-61 -347h560l-42 -235h-558l-68 -390h656l-42 -241h-949zM477 1847l291 2l143 -310l-211 1z" />
153
+ <glyph unicode="&#xc9;" horiz-adv-x="1127" d="M21 0l253 1456h947l-43 -243h-653l-61 -347h560l-42 -235h-558l-68 -390h656l-42 -241h-949zM635 1539l240 310h327l-318 -310h-249z" />
154
+ <glyph unicode="&#xca;" horiz-adv-x="1127" d="M21 0l253 1456h947l-43 -243h-653l-61 -347h560l-42 -235h-558l-68 -390h656l-42 -241h-949zM416 1554v23l321 272l161 1l261 -277v-21l-216 5l-123 144l-175 -143z" />
155
+ <glyph unicode="&#xcb;" horiz-adv-x="1127" d="M21 0l253 1456h947l-43 -243h-653l-61 -347h560l-42 -235h-558l-68 -390h656l-42 -241h-949zM429 1675q-1 28 9 51.5t28 41t42.5 27.5t51.5 11t52 -8t44 -25.5t30.5 -40t11.5 -51.5q1 -28 -9.5 -51.5t-28.5 -40.5t-42 -27t-51 -11t-51.5 8t-43.5 25.5t-30.5 39.5 t-12.5 51zM902 1675q-1 28 9 51.5t28 41t42 27.5t51 11t52 -8t44.5 -25.5t31 -40t12.5 -51.5q0 -28 -10.5 -51.5t-28.5 -41t-42 -27.5t-51 -11t-52 8t-44 25.5t-30.5 40t-11.5 51.5z" />
156
+ <glyph unicode="&#xcc;" horiz-adv-x="589" d="M40 0l252 1456h293l-252 -1456h-293zM151 1847l291 2l143 -310l-211 1z" />
157
+ <glyph unicode="&#xcd;" horiz-adv-x="589" d="M40 0l252 1456h293l-252 -1456h-293zM308 1539l240 310h327l-318 -310h-249z" />
158
+ <glyph unicode="&#xce;" horiz-adv-x="589" d="M40 0l252 1456h293l-252 -1456h-293zM90 1554v23l321 272l161 1l261 -277v-21l-216 5l-123 144l-175 -143z" />
159
+ <glyph unicode="&#xcf;" horiz-adv-x="589" d="M40 0l252 1456h293l-252 -1456h-293zM103 1675q-1 28 9 51.5t28 41t42.5 27.5t51.5 11t52 -8t44 -25.5t30.5 -40t11.5 -51.5q1 -28 -9.5 -51.5t-28.5 -40.5t-42 -27t-51 -11t-51.5 8t-43.5 25.5t-30.5 39.5t-12.5 51zM576 1675q-1 28 9 51.5t28 41t42 27.5t51 11t52 -8 t44.5 -25.5t31 -40t12.5 -51.5q0 -28 -10.5 -51.5t-28.5 -41t-42 -27.5t-51 -11t-52 8t-44 25.5t-30.5 40t-11.5 51.5z" />
160
+ <glyph unicode="&#xd0;" horiz-adv-x="1331" d="M17 642l33 183h144l110 631l417 -1q98 -2 178.5 -29t144.5 -74t110 -111t74 -140.5t36.5 -163t-1.5 -177.5l-9 -66q-20 -147 -82.5 -274t-160.5 -220.5t-227 -147t-282 -52.5h-451l111 642h-145zM386 241l122 -1q102 0 179.5 36t133 98t89 144.5t47.5 175.5l9 69 q7 51 8.5 103.5t-5.5 102t-24 92.5t-47 76t-75 53t-108 22l-160 1l-68 -388h243l-33 -183h-242z" />
161
+ <glyph unicode="&#xd1;" horiz-adv-x="1413" d="M21 0l253 1456h283l406 -973l169 973h292l-252 -1456h-284l-405 971l-169 -971h-293zM510 1566q3 49 19.5 97.5t46 87t72 62.5t98.5 23q36 0 68 -14.5t63 -31.5t62.5 -31t67.5 -13q45 2 68 30.5t33 67.5l161 -10q-3 -49 -18.5 -97.5t-44 -87t-70.5 -62.5t-98 -24 q-37 0 -69 14.5t-63 32t-62 31.5t-67 13q-22 -1 -39 -9t-29 -21.5t-20 -31t-13 -36.5z" />
162
+ <glyph unicode="&#xd2;" horiz-adv-x="1382" d="M95.5 521q-5.5 86 5.5 174l8 64q13 93 42 183t73.5 170t104 148t134 116.5t163 75t190.5 24.5q100 -2 178 -31.5t137 -80t98.5 -118.5t61.5 -147t27 -166t-5 -174l-8 -63q-13 -93 -41.5 -183t-72.5 -170t-103.5 -147.5t-133.5 -116t-162.5 -75t-190.5 -24.5 q-99 2 -177.5 31.5t-137.5 79.5t-99.5 118t-63 147t-28 165zM389.5 597q-2.5 -51 1 -102.5t16.5 -99t38.5 -84.5t66.5 -60.5t102 -25.5q65 -3 117 16.5t93.5 54.5t72.5 83t53 101.5t36 110t21 110.5l9 67q5 44 8 95t-0.5 101.5t-16 97t-38.5 83t-66.5 59.5t-100.5 25 q-64 2 -116.5 -16.5t-94 -53t-73 -81.5t-54 -100t-37 -109.5t-21.5 -110.5l-8 -65q-6 -45 -8.5 -96zM546 1844l291 2l143 -310l-211 1z" />
163
+ <glyph unicode="&#xd3;" horiz-adv-x="1382" d="M95.5 521q-5.5 86 5.5 174l8 64q13 93 42 183t73.5 170t104 148t134 116.5t163 75t190.5 24.5q100 -2 178 -31.5t137 -80t98.5 -118.5t61.5 -147t27 -166t-5 -174l-8 -63q-13 -93 -41.5 -183t-72.5 -170t-103.5 -147.5t-133.5 -116t-162.5 -75t-190.5 -24.5 q-99 2 -177.5 31.5t-137.5 79.5t-99.5 118t-63 147t-28 165zM389.5 597q-2.5 -51 1 -102.5t16.5 -99t38.5 -84.5t66.5 -60.5t102 -25.5q65 -3 117 16.5t93.5 54.5t72.5 83t53 101.5t36 110t21 110.5l9 67q5 44 8 95t-0.5 101.5t-16 97t-38.5 83t-66.5 59.5t-100.5 25 q-64 2 -116.5 -16.5t-94 -53t-73 -81.5t-54 -100t-37 -109.5t-21.5 -110.5l-8 -65q-6 -45 -8.5 -96zM704 1536l240 310h327l-318 -310h-249z" />
164
+ <glyph unicode="&#xd4;" horiz-adv-x="1382" d="M95.5 521q-5.5 86 5.5 174l8 64q13 93 42 183t73.5 170t104 148t134 116.5t163 75t190.5 24.5q100 -2 178 -31.5t137 -80t98.5 -118.5t61.5 -147t27 -166t-5 -174l-8 -63q-13 -93 -41.5 -183t-72.5 -170t-103.5 -147.5t-133.5 -116t-162.5 -75t-190.5 -24.5 q-99 2 -177.5 31.5t-137.5 79.5t-99.5 118t-63 147t-28 165zM389.5 597q-2.5 -51 1 -102.5t16.5 -99t38.5 -84.5t66.5 -60.5t102 -25.5q65 -3 117 16.5t93.5 54.5t72.5 83t53 101.5t36 110t21 110.5l9 67q5 44 8 95t-0.5 101.5t-16 97t-38.5 83t-66.5 59.5t-100.5 25 q-64 2 -116.5 -16.5t-94 -53t-73 -81.5t-54 -100t-37 -109.5t-21.5 -110.5l-8 -65q-6 -45 -8.5 -96zM485 1551v23l321 272l161 1l261 -277v-21l-216 5l-123 144l-175 -143z" />
165
+ <glyph unicode="&#xd5;" horiz-adv-x="1382" d="M95.5 521q-5.5 86 5.5 174l8 64q13 93 42 183t73.5 170t104 148t134 116.5t163 75t190.5 24.5q100 -2 178 -31.5t137 -80t98.5 -118.5t61.5 -147t27 -166t-5 -174l-8 -63q-13 -93 -41.5 -183t-72.5 -170t-103.5 -147.5t-133.5 -116t-162.5 -75t-190.5 -24.5 q-99 2 -177.5 31.5t-137.5 79.5t-99.5 118t-63 147t-28 165zM389.5 597q-2.5 -51 1 -102.5t16.5 -99t38.5 -84.5t66.5 -60.5t102 -25.5q65 -3 117 16.5t93.5 54.5t72.5 83t53 101.5t36 110t21 110.5l9 67q5 44 8 95t-0.5 101.5t-16 97t-38.5 83t-66.5 59.5t-100.5 25 q-64 2 -116.5 -16.5t-94 -53t-73 -81.5t-54 -100t-37 -109.5t-21.5 -110.5l-8 -65q-6 -45 -8.5 -96zM491 1566q3 49 19.5 97.5t46 87t72 62.5t98.5 23q36 0 68 -14.5t63 -31.5t62.5 -31t67.5 -13q45 2 68 30.5t33 67.5l161 -10q-3 -49 -18.5 -97.5t-44 -87t-70.5 -62.5 t-98 -24q-37 0 -69 14.5t-63 32t-62 31.5t-67 13q-22 -1 -39 -9t-29 -21.5t-20 -31t-13 -36.5z" />
166
+ <glyph unicode="&#xd6;" horiz-adv-x="1382" d="M95.5 521q-5.5 86 5.5 174l8 64q13 93 42 183t73.5 170t104 148t134 116.5t163 75t190.5 24.5q100 -2 178 -31.5t137 -80t98.5 -118.5t61.5 -147t27 -166t-5 -174l-8 -63q-13 -93 -41.5 -183t-72.5 -170t-103.5 -147.5t-133.5 -116t-162.5 -75t-190.5 -24.5 q-99 2 -177.5 31.5t-137.5 79.5t-99.5 118t-63 147t-28 165zM389.5 597q-2.5 -51 1 -102.5t16.5 -99t38.5 -84.5t66.5 -60.5t102 -25.5q65 -3 117 16.5t93.5 54.5t72.5 83t53 101.5t36 110t21 110.5l9 67q5 44 8 95t-0.5 101.5t-16 97t-38.5 83t-66.5 59.5t-100.5 25 q-64 2 -116.5 -16.5t-94 -53t-73 -81.5t-54 -100t-37 -109.5t-21.5 -110.5l-8 -65q-6 -45 -8.5 -96zM498 1672q-1 28 9 51.5t28 41t42.5 27.5t51.5 11t52 -8t44 -25.5t30.5 -40t11.5 -51.5q1 -28 -9.5 -51.5t-28.5 -40.5t-42 -27t-51 -11t-51.5 8t-43.5 25.5t-30.5 39.5 t-12.5 51zM971 1672q-1 28 9 51.5t28 41t42 27.5t51 11t52 -8t44.5 -25.5t31 -40t12.5 -51.5q0 -28 -10.5 -51.5t-28.5 -41t-42 -27.5t-51 -11t-52 8t-44 25.5t-30.5 40t-11.5 51.5z" />
167
+ <glyph unicode="&#xd7;" horiz-adv-x="1065" d="M25 386l353 313l-244 313l180 155l242 -310l348 311l148 -182l-353 -314l244 -312l-179 -156l-243 310l-348 -309z" />
168
+ <glyph unicode="&#xd8;" horiz-adv-x="1379" d="M13 -95l202 271q-37 51 -61.5 112t-37.5 127.5t-15 137.5t7 142l8 64q13 93 42 183t73.5 170t104 148t134 116.5t163 75t190.5 24.5q91 -2 163.5 -26.5t129.5 -67.5l102 136h202l-193 -258q33 -51 54.5 -110t33 -123.5t12.5 -132t-7 -135.5l-8 -63q-13 -93 -41.5 -183 t-72.5 -170t-103.5 -147.5t-133.5 -116t-162.5 -75t-190.5 -24.5q-85 2 -153 23t-123 58l-117 -156h-202zM395 564.5q-2 -69.5 10 -134.5l552 738q-26 27 -62 43t-86 18q-64 2 -116.5 -16.5t-94 -53t-73 -81.5t-54 -100t-37 -109.5t-21.5 -110.5l-8 -65q-8 -59 -10 -128.5z M488 271q25 -20 57.5 -32t75.5 -14q65 -3 117 16.5t93.5 54.5t72.5 83t53 101.5t36 110t21 110.5l9 67q6 51 9 109.5t-4 115.5z" />
169
+ <glyph unicode="&#xd9;" horiz-adv-x="1318" d="M97 495l163 961h293l-163 -962q-7 -56 -1 -105t28 -86t62.5 -58.5t102.5 -23.5q66 -2 118 17t90 55.5t62.5 88t34.5 113.5l164 961h294l-164 -960q-17 -121 -69 -218t-132 -164t-184.5 -102t-226.5 -33q-115 2 -208 39t-156 104t-92 161.5t-16 211.5zM511 1844l291 2 l143 -310l-211 1z" />
170
+ <glyph unicode="&#xda;" horiz-adv-x="1318" d="M97 495l163 961h293l-163 -962q-7 -56 -1 -105t28 -86t62.5 -58.5t102.5 -23.5q66 -2 118 17t90 55.5t62.5 88t34.5 113.5l164 961h294l-164 -960q-17 -121 -69 -218t-132 -164t-184.5 -102t-226.5 -33q-115 2 -208 39t-156 104t-92 161.5t-16 211.5zM669 1536l240 310 h327l-318 -310h-249z" />
171
+ <glyph unicode="&#xdb;" horiz-adv-x="1318" d="M97 495l163 961h293l-163 -962q-7 -56 -1 -105t28 -86t62.5 -58.5t102.5 -23.5q66 -2 118 17t90 55.5t62.5 88t34.5 113.5l164 961h294l-164 -960q-17 -121 -69 -218t-132 -164t-184.5 -102t-226.5 -33q-115 2 -208 39t-156 104t-92 161.5t-16 211.5zM450 1551v23 l321 272l161 1l261 -277v-21l-216 5l-123 144l-175 -143z" />
172
+ <glyph unicode="&#xdc;" horiz-adv-x="1318" d="M97 495l163 961h293l-163 -962q-7 -56 -1 -105t28 -86t62.5 -58.5t102.5 -23.5q66 -2 118 17t90 55.5t62.5 88t34.5 113.5l164 961h294l-164 -960q-17 -121 -69 -218t-132 -164t-184.5 -102t-226.5 -33q-115 2 -208 39t-156 104t-92 161.5t-16 211.5zM463 1672 q-1 28 9 51.5t28 41t42.5 27.5t51.5 11t52 -8t44 -25.5t30.5 -40t11.5 -51.5q1 -28 -9.5 -51.5t-28.5 -40.5t-42 -27t-51 -11t-51.5 8t-43.5 25.5t-30.5 39.5t-12.5 51zM936 1672q-1 28 9 51.5t28 41t42 27.5t51 11t52 -8t44.5 -25.5t31 -40t12.5 -51.5q0 -28 -10.5 -51.5 t-28.5 -41t-42 -27.5t-51 -11t-52 8t-44 25.5t-30.5 40t-11.5 51.5z" />
173
+ <glyph unicode="&#xdd;" horiz-adv-x="1238" d="M154 1455l309 1l177 -654l407 654h336l-636 -944l-88 -512h-298l95 545zM635 1536l240 310h327l-318 -310h-249z" />
174
+ <glyph unicode="&#xde;" horiz-adv-x="1219" d="M24 0l253 1456h282l-47 -267l198 -1q100 -2 187.5 -31.5t150.5 -85t96.5 -137t25.5 -188.5q-9 -117 -60.5 -203.5t-131 -143.5t-180 -85t-208.5 -28l-233 1l-51 -287h-282zM397 520l198 -1q54 0 103 14.5t88.5 42.5t66 70t35.5 98q7 48 -2.5 86.5t-34 65.5t-61.5 42 t-85 17l-232 1z" />
175
+ <glyph unicode="&#xdf;" horiz-adv-x="1263" d="M26 0l188 1101q14 106 56 192t108.5 146t156 91.5t199.5 28.5q80 -2 149 -26.5t119 -71t76.5 -113t20.5 -151.5q-4 -56 -25.5 -102t-48 -89.5t-50.5 -87.5t-34 -97q-7 -39 5.5 -75.5t36 -72t52.5 -71.5t54 -74t41.5 -79t14.5 -86q-5 -99 -45.5 -171.5t-105.5 -120 t-149 -70.5t-175 -22q-71 1 -143 14t-136 45l76 227q45 -28 98.5 -41t106.5 -12q35 0 67 9.5t58.5 27.5t44.5 45t25 63q7 41 -6 77t-37.5 70.5t-54.5 68.5t-56 70.5t-42.5 77t-13.5 87.5q4 55 26 100.5t48.5 89t50 88.5t30.5 98q8 62 -22.5 103t-93.5 44q-51 2 -86.5 -18 t-59 -54t-36.5 -76.5t-19 -84.5l-187 -1098h-282z" />
176
+ <glyph unicode="&#xe0;" horiz-adv-x="1075" d="M16 296q3 71 26.5 125.5t62 95.5t89.5 68.5t108.5 44.5t119.5 24.5t122 7.5l132 -2l14 65q6 33 3 62.5t-16.5 51.5t-38 35.5t-61.5 14.5q-66 2 -112 -32.5t-59 -99.5l-283 -1q4 90 49 156t113.5 109t151.5 62.5t163 18.5q85 -2 157.5 -28t123.5 -74.5t77 -118.5t17 -160 l-74 -459q-5 -30 -9 -61t-5 -62t2.5 -61.5t14.5 -58.5l-1 -19h-277q-8 25 -10 48.5t-1 49.5q-57 -57 -125.5 -88.5t-150.5 -29.5q-68 1 -127.5 24t-104 64.5t-69.5 99.5t-22 128zM303 317q-8 -54 22.5 -85.5t83.5 -32.5q64 -2 118.5 28t94.5 78l35 187l-98 1 q-43 -1 -86 -10.5t-78.5 -30.5t-60.5 -54t-31 -81zM342 1534l291 2l143 -310l-211 1z" />
177
+ <glyph unicode="&#xe1;" horiz-adv-x="1075" d="M16 296q3 71 26.5 125.5t62 95.5t89.5 68.5t108.5 44.5t119.5 24.5t122 7.5l132 -2l14 65q6 33 3 62.5t-16.5 51.5t-38 35.5t-61.5 14.5q-66 2 -112 -32.5t-59 -99.5l-283 -1q4 90 49 156t113.5 109t151.5 62.5t163 18.5q85 -2 157.5 -28t123.5 -74.5t77 -118.5t17 -160 l-74 -459q-5 -30 -9 -61t-5 -62t2.5 -61.5t14.5 -58.5l-1 -19h-277q-8 25 -10 48.5t-1 49.5q-57 -57 -125.5 -88.5t-150.5 -29.5q-68 1 -127.5 24t-104 64.5t-69.5 99.5t-22 128zM303 317q-8 -54 22.5 -85.5t83.5 -32.5q64 -2 118.5 28t94.5 78l35 187l-98 1 q-43 -1 -86 -10.5t-78.5 -30.5t-60.5 -54t-31 -81zM500 1226l240 310h327l-318 -310h-249z" />
178
+ <glyph unicode="&#xe2;" horiz-adv-x="1075" d="M16 296q3 71 26.5 125.5t62 95.5t89.5 68.5t108.5 44.5t119.5 24.5t122 7.5l132 -2l14 65q6 33 3 62.5t-16.5 51.5t-38 35.5t-61.5 14.5q-66 2 -112 -32.5t-59 -99.5l-283 -1q4 90 49 156t113.5 109t151.5 62.5t163 18.5q85 -2 157.5 -28t123.5 -74.5t77 -118.5t17 -160 l-74 -459q-5 -30 -9 -61t-5 -62t2.5 -61.5t14.5 -58.5l-1 -19h-277q-8 25 -10 48.5t-1 49.5q-57 -57 -125.5 -88.5t-150.5 -29.5q-68 1 -127.5 24t-104 64.5t-69.5 99.5t-22 128zM281 1241v23l321 272l161 1l261 -277v-21l-216 5l-123 144l-175 -143zM303 317 q-8 -54 22.5 -85.5t83.5 -32.5q64 -2 118.5 28t94.5 78l35 187l-98 1q-43 -1 -86 -10.5t-78.5 -30.5t-60.5 -54t-31 -81z" />
179
+ <glyph unicode="&#xe3;" horiz-adv-x="1075" d="M16 296q3 71 26.5 125.5t62 95.5t89.5 68.5t108.5 44.5t119.5 24.5t122 7.5l132 -2l14 65q6 33 3 62.5t-16.5 51.5t-38 35.5t-61.5 14.5q-66 2 -112 -32.5t-59 -99.5l-283 -1q4 90 49 156t113.5 109t151.5 62.5t163 18.5q85 -2 157.5 -28t123.5 -74.5t77 -118.5t17 -160 l-74 -459q-5 -30 -9 -61t-5 -62t2.5 -61.5t14.5 -58.5l-1 -19h-277q-8 25 -10 48.5t-1 49.5q-57 -57 -125.5 -88.5t-150.5 -29.5q-68 1 -127.5 24t-104 64.5t-69.5 99.5t-22 128zM287 1257q3 49 19.5 97.5t46 87t72 62.5t98.5 23q36 0 68 -14.5t63 -31.5t62.5 -31t67.5 -13 q45 2 68 30.5t33 67.5l161 -10q-3 -49 -18.5 -97.5t-44 -87t-70.5 -62.5t-98 -24q-37 0 -69 14.5t-63 32t-62 31.5t-67 13q-22 -1 -39 -9t-29 -21.5t-20 -31t-13 -36.5zM303 317q-8 -54 22.5 -85.5t83.5 -32.5q64 -2 118.5 28t94.5 78l35 187l-98 1q-43 -1 -86 -10.5 t-78.5 -30.5t-60.5 -54t-31 -81z" />
180
+ <glyph unicode="&#xe4;" horiz-adv-x="1075" d="M16 296q3 71 26.5 125.5t62 95.5t89.5 68.5t108.5 44.5t119.5 24.5t122 7.5l132 -2l14 65q6 33 3 62.5t-16.5 51.5t-38 35.5t-61.5 14.5q-66 2 -112 -32.5t-59 -99.5l-283 -1q4 90 49 156t113.5 109t151.5 62.5t163 18.5q85 -2 157.5 -28t123.5 -74.5t77 -118.5t17 -160 l-74 -459q-5 -30 -9 -61t-5 -62t2.5 -61.5t14.5 -58.5l-1 -19h-277q-8 25 -10 48.5t-1 49.5q-57 -57 -125.5 -88.5t-150.5 -29.5q-68 1 -127.5 24t-104 64.5t-69.5 99.5t-22 128zM294 1362q-1 28 9 51.5t28 41t42.5 27.5t51.5 11t52 -8t44 -25.5t30.5 -40t11.5 -51.5 q1 -28 -9.5 -51.5t-28.5 -40.5t-42 -27t-51 -11t-51.5 8t-43.5 25.5t-30.5 39.5t-12.5 51zM303 317q-8 -54 22.5 -85.5t83.5 -32.5q64 -2 118.5 28t94.5 78l35 187l-98 1q-43 -1 -86 -10.5t-78.5 -30.5t-60.5 -54t-31 -81zM767 1362q-1 28 9 51.5t28 41t42 27.5t51 11t52 -8 t44.5 -25.5t31 -40t12.5 -51.5q0 -28 -10.5 -51.5t-28.5 -41t-42 -27.5t-51 -11t-52 8t-44 25.5t-30.5 40t-11.5 51.5z" />
181
+ <glyph unicode="&#xe5;" horiz-adv-x="1075" d="M16 296q3 71 26.5 125.5t62 95.5t89.5 68.5t108.5 44.5t119.5 24.5t122 7.5l132 -2l14 65q6 33 3 62.5t-16.5 51.5t-38 35.5t-61.5 14.5q-66 2 -112 -32.5t-59 -99.5l-283 -1q4 90 49 156t113.5 109t151.5 62.5t163 18.5q85 -2 157.5 -28t123.5 -74.5t77 -118.5t17 -160 l-74 -459q-5 -30 -9 -61t-5 -62t2.5 -61.5t14.5 -58.5l-1 -19h-277q-8 25 -10 48.5t-1 49.5q-57 -57 -125.5 -88.5t-150.5 -29.5q-68 1 -127.5 24t-104 64.5t-69.5 99.5t-22 128zM303 317q-8 -54 22.5 -85.5t83.5 -32.5q64 -2 118.5 28t94.5 78l35 187l-98 1 q-43 -1 -86 -10.5t-78.5 -30.5t-60.5 -54t-31 -81zM461 1413q0 46 18 85t49 67.5t71.5 44.5t84.5 16q42 0 80 -15t66.5 -41.5t46 -63t17.5 -79.5q1 -46 -17.5 -84.5t-49 -66t-71.5 -43t-85 -15.5q-41 0 -79 14.5t-66.5 40t-46 61.5t-18.5 79zM574 1413q-7 -40 15 -70t65 -30 q24 0 45.5 9t38.5 24.5t28.5 36.5t15.5 44q3 20 -1 38.5t-14.5 32.5t-27 22.5t-37.5 8.5q-24 0 -45.5 -9t-39 -25t-29 -37.5t-14.5 -44.5z" />
182
+ <glyph unicode="&#xe6;" horiz-adv-x="1687" d="M14 311q3 68 27 120t63.5 89.5t90.5 62.5t108 40t116.5 21t116.5 6l167 -2l13 60q5 33 1.5 61.5t-17 50.5t-37.5 35t-60 14q-32 1 -62.5 -6t-56.5 -22t-44.5 -39t-25.5 -57l-281 18q3 62 25 111.5t58.5 87.5t83.5 65t100 44.5t109 25t110 6.5q41 -1 82.5 -6.5t81 -18.5 t74.5 -33.5t64 -51.5q74 55 156 82.5t175 25.5q105 -2 180.5 -42.5t122.5 -107t65 -154.5t7 -185l-25 -162h-642q-5 -52 5 -94.5t34.5 -73.5t64.5 -49t94 -19q81 -2 154 20t145 56l61 -193q-38 -33 -86.5 -56t-101 -36.5t-106 -19t-102.5 -5.5q-49 1 -98.5 9t-95.5 25 t-86.5 44.5t-71.5 67.5q-85 -75 -187 -111.5t-217 -34.5q-76 1 -142 23t-114 63t-74 102.5t-22 142.5zM298 307q-6 -32 3 -53.5t27 -35.5t43.5 -20.5t53.5 -6.5q29 0 57.5 6.5t55.5 17.5t53 25.5t50 30.5l38 190l-139 1q-37 -1 -76.5 -9.5t-74 -27t-59.5 -47.5t-32 -71z M980 643h369l7 31q6 36 4 70.5t-15.5 61.5t-40 44t-68.5 19q-53 2 -93.5 -16.5t-71 -50.5t-53 -73.5t-38.5 -85.5z" />
183
+ <glyph unicode="&#xe7;" horiz-adv-x="1046" d="M52 523l3 29q13 113 56 214t114 177t168 119t218 40q94 -2 168 -34t124 -88.5t75.5 -133.5t24.5 -168h-263q0 37 -7.5 71t-25 60.5t-46 42t-70.5 17.5q-67 2 -112.5 -26.5t-74.5 -75t-44.5 -104t-22.5 -111.5l-3 -28q-5 -45 -7 -99t9.5 -100.5t43 -79t93.5 -33.5 q78 -2 131 42.5t69 118.5l265 2q-6 -92 -47.5 -166t-106.5 -126t-147.5 -79t-171.5 -25q-117 3 -200 48t-134 120t-70.5 172t-8.5 204zM266 -466l8 170q22 1 43 6t38.5 15.5t29.5 26.5t17 40q5 26 -7 39.5t-31.5 20t-42.5 8t-40 3.5l43 142l209 3l-20 -64q62 -13 93.5 -56.5 t31.5 -105.5q0 -50 -16.5 -87t-45 -64.5t-65.5 -45.5t-78.5 -29t-84.5 -16t-82 -6z" />
184
+ <glyph unicode="&#xe8;" horiz-adv-x="1084" d="M56 501l4 40q12 113 56 216t116.5 180.5t171.5 122.5t220 42q114 -2 194 -46.5t128 -118t65 -169t5 -198.5l-19 -123h-662q-3 -48 8 -90t35.5 -73.5t62.5 -50t89 -19.5q81 -3 149 29.5t123 89.5l128 -161q-34 -51 -82.5 -88t-105 -60.5t-117.5 -34t-120 -9.5 q-112 2 -199.5 43t-146.5 111t-86 164.5t-17 202.5zM335 1534l291 2l143 -310l-211 1zM356 643h389l6 27q7 40 2.5 76t-22 63t-48 43t-74.5 18q-52 1 -91.5 -18t-70 -51.5t-52.5 -74t-39 -83.5z" />
185
+ <glyph unicode="&#xe9;" horiz-adv-x="1084" d="M56 501l4 40q12 113 56 216t116.5 180.5t171.5 122.5t220 42q114 -2 194 -46.5t128 -118t65 -169t5 -198.5l-19 -123h-662q-3 -48 8 -90t35.5 -73.5t62.5 -50t89 -19.5q81 -3 149 29.5t123 89.5l128 -161q-34 -51 -82.5 -88t-105 -60.5t-117.5 -34t-120 -9.5 q-112 2 -199.5 43t-146.5 111t-86 164.5t-17 202.5zM356 643h389l6 27q7 40 2.5 76t-22 63t-48 43t-74.5 18q-52 1 -91.5 -18t-70 -51.5t-52.5 -74t-39 -83.5zM493 1226l240 310h327l-318 -310h-249z" />
186
+ <glyph unicode="&#xea;" horiz-adv-x="1084" d="M56 501l4 40q12 113 56 216t116.5 180.5t171.5 122.5t220 42q114 -2 194 -46.5t128 -118t65 -169t5 -198.5l-19 -123h-662q-3 -48 8 -90t35.5 -73.5t62.5 -50t89 -19.5q81 -3 149 29.5t123 89.5l128 -161q-34 -51 -82.5 -88t-105 -60.5t-117.5 -34t-120 -9.5 q-112 2 -199.5 43t-146.5 111t-86 164.5t-17 202.5zM274 1241v23l321 272l161 1l261 -277v-21l-216 5l-123 144l-175 -143zM356 643h389l6 27q7 40 2.5 76t-22 63t-48 43t-74.5 18q-52 1 -91.5 -18t-70 -51.5t-52.5 -74t-39 -83.5z" />
187
+ <glyph unicode="&#xeb;" horiz-adv-x="1084" d="M56 501l4 40q12 113 56 216t116.5 180.5t171.5 122.5t220 42q114 -2 194 -46.5t128 -118t65 -169t5 -198.5l-19 -123h-662q-3 -48 8 -90t35.5 -73.5t62.5 -50t89 -19.5q81 -3 149 29.5t123 89.5l128 -161q-34 -51 -82.5 -88t-105 -60.5t-117.5 -34t-120 -9.5 q-112 2 -199.5 43t-146.5 111t-86 164.5t-17 202.5zM287 1362q-1 28 9 51.5t28 41t42.5 27.5t51.5 11t52 -8t44 -25.5t30.5 -40t11.5 -51.5q1 -28 -9.5 -51.5t-28.5 -40.5t-42 -27t-51 -11t-51.5 8t-43.5 25.5t-30.5 39.5t-12.5 51zM356 643h389l6 27q7 40 2.5 76t-22 63 t-48 43t-74.5 18q-52 1 -91.5 -18t-70 -51.5t-52.5 -74t-39 -83.5zM760 1362q-1 28 9 51.5t28 41t42 27.5t51 11t52 -8t44.5 -25.5t31 -40t12.5 -51.5q0 -28 -10.5 -51.5t-28.5 -41t-42 -27.5t-51 -11t-52 8t-44 25.5t-30.5 40t-11.5 51.5z" />
188
+ <glyph unicode="&#xec;" horiz-adv-x="554" d="M25 0l188 1082h282l-188 -1082h-282zM77 1519l291 2l143 -310l-211 1z" />
189
+ <glyph unicode="&#xed;" horiz-adv-x="554" d="M25 0l188 1082h282l-188 -1082h-282zM234 1211l240 310h327l-318 -310h-249z" />
190
+ <glyph unicode="&#xee;" horiz-adv-x="554" d="M16 1226v23l321 272l161 1l261 -277v-21l-216 5l-123 144l-175 -143zM25 0l188 1082h282l-188 -1082h-282z" />
191
+ <glyph unicode="&#xef;" horiz-adv-x="554" d="M25 0l188 1082h282l-188 -1082h-282zM29 1347q-1 28 9 51.5t28 41t42.5 27.5t51.5 11t52 -8t44 -25.5t30.5 -40t11.5 -51.5q1 -28 -9.5 -51.5t-28.5 -40.5t-42 -27t-51 -11t-51.5 8t-43.5 25.5t-30.5 39.5t-12.5 51zM502 1347q-1 28 9 51.5t28 41t42 27.5t51 11t52 -8 t44.5 -25.5t31 -40t12.5 -51.5q0 -28 -10.5 -51.5t-28.5 -41t-42 -27.5t-51 -11t-52 8t-44 25.5t-30.5 40t-11.5 51.5z" />
192
+ <glyph unicode="&#xf0;" horiz-adv-x="1153" d="M61 460q9 104 46.5 197t101.5 163t153 109.5t200 37.5q66 -2 124.5 -21.5t112.5 -56.5q-3 74 -26.5 139t-65.5 126l-211 -123l-62 128l161 89q-51 42 -112 67t-123 42l108 222q102 -24 196.5 -67.5t174.5 -112.5l192 112l60 -129l-146 -80q87 -155 121 -313t13 -336 l-9 -75q-10 -76 -33.5 -150.5t-60.5 -142t-87 -124t-111.5 -98t-135 -64t-157.5 -20.5q-101 2 -183.5 40t-138.5 103t-83.5 151.5t-18.5 186.5zM343 460q-5 -44 0.5 -87.5t24 -78.5t52 -58t83.5 -25q67 -2 116 29.5t83 82t53.5 110.5t28.5 115l19 104l3 13q-15 23 -36.5 39 t-46.5 25.5t-52 14t-53 4.5q-63 1 -111 -22.5t-82.5 -63.5t-55 -92.5t-26.5 -109.5z" />
193
+ <glyph unicode="&#xf1;" horiz-adv-x="1123" d="M-3 0l188 1082l264 1l-24 -128q62 72 140.5 110.5t174.5 36.5q90 -2 147.5 -37t89.5 -92.5t41 -131.5t1 -153l-114 -688h-282l116 691q5 39 1.5 71t-17.5 55t-41 36t-69 14q-63 2 -111.5 -27t-87.5 -76l-135 -764h-282zM310 1257q3 49 19.5 97.5t46 87t72 62.5t98.5 23 q36 0 68 -14.5t63 -31.5t62.5 -31t67.5 -13q45 2 68 30.5t33 67.5l161 -10q-3 -49 -18.5 -97.5t-44 -87t-70.5 -62.5t-98 -24q-37 0 -69 14.5t-63 32t-62 31.5t-67 13q-22 -1 -39 -9t-29 -21.5t-20 -31t-13 -36.5z" />
194
+ <glyph unicode="&#xf2;" horiz-adv-x="1133" d="M53 523l2 21q13 115 58 217.5t117.5 179t172 120.5t222.5 41q117 -2 202 -47.5t138 -121t74.5 -173.5t10.5 -206l-2 -22q-14 -115 -59.5 -216.5t-118.5 -177t-172.5 -118.5t-220.5 -40q-116 2 -201 47t-138 119t-74.5 171.5t-10.5 205.5zM330.5 421.5 q0.5 -53.5 15.5 -99.5t49.5 -77.5t96.5 -33.5q67 -2 115 27t81 75.5t51.5 104.5t25.5 114l3 21q3 31 4 66.5t-2.5 70t-13.5 66.5t-28.5 56.5t-47.5 39.5t-71 17q-67 2 -115 -27.5t-80.5 -77t-51 -106.5t-25.5 -114l-2 -21q-5 -48 -4.5 -101.5zM366 1534l291 2l143 -310 l-211 1z" />
195
+ <glyph unicode="&#xf3;" horiz-adv-x="1133" d="M53 523l2 21q13 115 58 217.5t117.5 179t172 120.5t222.5 41q117 -2 202 -47.5t138 -121t74.5 -173.5t10.5 -206l-2 -22q-14 -115 -59.5 -216.5t-118.5 -177t-172.5 -118.5t-220.5 -40q-116 2 -201 47t-138 119t-74.5 171.5t-10.5 205.5zM330.5 421.5 q0.5 -53.5 15.5 -99.5t49.5 -77.5t96.5 -33.5q67 -2 115 27t81 75.5t51.5 104.5t25.5 114l3 21q3 31 4 66.5t-2.5 70t-13.5 66.5t-28.5 56.5t-47.5 39.5t-71 17q-67 2 -115 -27.5t-80.5 -77t-51 -106.5t-25.5 -114l-2 -21q-5 -48 -4.5 -101.5zM524 1226l240 310h327 l-318 -310h-249z" />
196
+ <glyph unicode="&#xf4;" horiz-adv-x="1133" d="M53 523l2 21q13 115 58 217.5t117.5 179t172 120.5t222.5 41q117 -2 202 -47.5t138 -121t74.5 -173.5t10.5 -206l-2 -22q-14 -115 -59.5 -216.5t-118.5 -177t-172.5 -118.5t-220.5 -40q-116 2 -201 47t-138 119t-74.5 171.5t-10.5 205.5zM305 1241v23l321 272l161 1 l261 -277v-21l-216 5l-123 144l-175 -143zM330.5 421.5q0.5 -53.5 15.5 -99.5t49.5 -77.5t96.5 -33.5q67 -2 115 27t81 75.5t51.5 104.5t25.5 114l3 21q3 31 4 66.5t-2.5 70t-13.5 66.5t-28.5 56.5t-47.5 39.5t-71 17q-67 2 -115 -27.5t-80.5 -77t-51 -106.5t-25.5 -114 l-2 -21q-5 -48 -4.5 -101.5z" />
197
+ <glyph unicode="&#xf5;" horiz-adv-x="1133" d="M53 523l2 21q13 115 58 217.5t117.5 179t172 120.5t222.5 41q117 -2 202 -47.5t138 -121t74.5 -173.5t10.5 -206l-2 -22q-14 -115 -59.5 -216.5t-118.5 -177t-172.5 -118.5t-220.5 -40q-116 2 -201 47t-138 119t-74.5 171.5t-10.5 205.5zM311 1257q3 49 19.5 97.5t46 87 t72 62.5t98.5 23q36 0 68 -14.5t63 -31.5t62.5 -31t67.5 -13q45 2 68 30.5t33 67.5l161 -10q-3 -49 -18.5 -97.5t-44 -87t-70.5 -62.5t-98 -24q-37 0 -69 14.5t-63 32t-62 31.5t-67 13q-22 -1 -39 -9t-29 -21.5t-20 -31t-13 -36.5zM330.5 421.5q0.5 -53.5 15.5 -99.5 t49.5 -77.5t96.5 -33.5q67 -2 115 27t81 75.5t51.5 104.5t25.5 114l3 21q3 31 4 66.5t-2.5 70t-13.5 66.5t-28.5 56.5t-47.5 39.5t-71 17q-67 2 -115 -27.5t-80.5 -77t-51 -106.5t-25.5 -114l-2 -21q-5 -48 -4.5 -101.5z" />
198
+ <glyph unicode="&#xf6;" horiz-adv-x="1133" d="M53 523l2 21q13 115 58 217.5t117.5 179t172 120.5t222.5 41q117 -2 202 -47.5t138 -121t74.5 -173.5t10.5 -206l-2 -22q-14 -115 -59.5 -216.5t-118.5 -177t-172.5 -118.5t-220.5 -40q-116 2 -201 47t-138 119t-74.5 171.5t-10.5 205.5zM318 1362q-1 28 9 51.5t28 41 t42.5 27.5t51.5 11t52 -8t44 -25.5t30.5 -40t11.5 -51.5q1 -28 -9.5 -51.5t-28.5 -40.5t-42 -27t-51 -11t-51.5 8t-43.5 25.5t-30.5 39.5t-12.5 51zM330.5 421.5q0.5 -53.5 15.5 -99.5t49.5 -77.5t96.5 -33.5q67 -2 115 27t81 75.5t51.5 104.5t25.5 114l3 21q3 31 4 66.5 t-2.5 70t-13.5 66.5t-28.5 56.5t-47.5 39.5t-71 17q-67 2 -115 -27.5t-80.5 -77t-51 -106.5t-25.5 -114l-2 -21q-5 -48 -4.5 -101.5zM791 1362q-1 28 9 51.5t28 41t42 27.5t51 11t52 -8t44.5 -25.5t31 -40t12.5 -51.5q0 -28 -10.5 -51.5t-28.5 -41t-42 -27.5t-51 -11t-52 8 t-44 25.5t-30.5 40t-11.5 51.5z" />
199
+ <glyph unicode="&#xf7;" horiz-adv-x="1143" d="M55 571l40 230h1000l-41 -230h-999zM346 272q-1 34 11 63t33 50t50 33t63 12q33 1 62 -9.5t50.5 -30t34.5 -47t14 -61.5t-11 -62.5t-33 -49t-50 -32.5t-62 -12q-33 -1 -62 9t-51 29.5t-35 46.5t-14 61zM487 1084q-1 34 11 63t33 50t50 33t63 12q33 1 62 -9.5t50.5 -30 t34.5 -47t14 -61.5t-11 -62.5t-33 -49t-50 -32.5t-62 -12q-33 -1 -62 9t-51 29.5t-35 46.5t-14 61z" />
200
+ <glyph unicode="&#xf8;" horiz-adv-x="1131" d="M27 -142l154 238q-77 76 -109 187.5t-19 239.5l2 21q13 115 58 217.5t117.5 179t172 120.5t222.5 41q52 -2 97.5 -12t85.5 -27l99 153h173l-153 -237q74 -77 105 -188t18 -237l-2 -22q-14 -115 -59.5 -216.5t-118.5 -177t-172.5 -118.5t-220.5 -40q-97 3 -175 35 l-101 -157h-174zM329.5 432.5q-0.5 -47.5 10.5 -91.5l333 514q-28 13 -64 14q-67 2 -115 -27.5t-80.5 -77t-51 -106.5t-25.5 -114l-2 -21q-5 -43 -5.5 -90.5zM436 221q22 -8 56 -10q67 -2 115 27t81 75.5t51.5 104.5t25.5 114l3 21q4 40 4.5 86t-8.5 88z" />
201
+ <glyph unicode="&#xf9;" horiz-adv-x="1122" d="M67 382l117 700h282l-119 -703q-4 -33 -1 -62.5t15.5 -51.5t35.5 -36t60 -15q68 -2 121.5 24t95.5 77l135 767h284l-188 -1082h-263l21 112q-120 -135 -298 -132q-88 1 -148 34.5t-96 88.5t-49 127t-5 152zM362 1534l291 2l143 -310l-211 1z" />
202
+ <glyph unicode="&#xfa;" horiz-adv-x="1122" d="M67 382l117 700h282l-119 -703q-4 -33 -1 -62.5t15.5 -51.5t35.5 -36t60 -15q68 -2 121.5 24t95.5 77l135 767h284l-188 -1082h-263l21 112q-120 -135 -298 -132q-88 1 -148 34.5t-96 88.5t-49 127t-5 152zM520 1226l240 310h327l-318 -310h-249z" />
203
+ <glyph unicode="&#xfb;" horiz-adv-x="1122" d="M67 382l117 700h282l-119 -703q-4 -33 -1 -62.5t15.5 -51.5t35.5 -36t60 -15q68 -2 121.5 24t95.5 77l135 767h284l-188 -1082h-263l21 112q-120 -135 -298 -132q-88 1 -148 34.5t-96 88.5t-49 127t-5 152zM301 1241v23l321 272l161 1l261 -277v-21l-216 5l-123 144 l-175 -143z" />
204
+ <glyph unicode="&#xfc;" horiz-adv-x="1122" d="M67 382l117 700h282l-119 -703q-4 -33 -1 -62.5t15.5 -51.5t35.5 -36t60 -15q68 -2 121.5 24t95.5 77l135 767h284l-188 -1082h-263l21 112q-120 -135 -298 -132q-88 1 -148 34.5t-96 88.5t-49 127t-5 152zM314 1362q-1 28 9 51.5t28 41t42.5 27.5t51.5 11t52 -8 t44 -25.5t30.5 -40t11.5 -51.5q1 -28 -9.5 -51.5t-28.5 -40.5t-42 -27t-51 -11t-51.5 8t-43.5 25.5t-30.5 39.5t-12.5 51zM787 1362q-1 28 9 51.5t28 41t42 27.5t51 11t52 -8t44.5 -25.5t31 -40t12.5 -51.5q0 -28 -10.5 -51.5t-28.5 -41t-42 -27.5t-51 -11t-52 8t-44 25.5 t-30.5 40t-11.5 51.5z" />
205
+ <glyph unicode="&#xfd;" horiz-adv-x="1007" d="M-55 -419l21 220q10 -1 19.5 -1.5t19.5 -0.5q74 -2 125 25t86 92l53 99l-177 1067h292l78 -670l309 670h314l-633 -1245q-28 -59 -63.5 -110t-80.5 -88t-101 -58t-126 -21q-35 0 -68.5 6.5t-67.5 14.5zM470 1226l240 310h327l-318 -310h-249z" />
206
+ <glyph unicode="&#xfe;" horiz-adv-x="1137" d="M-67 -416l72 416h-1l173 994l15 88l79 454h283l-92 -532q51 48 112 73.5t135 24.5q74 -2 129.5 -25.5t95 -64t64.5 -93.5t37.5 -112.5t14.5 -123t-4 -124.5l-2 -21q-8 -66 -25.5 -133.5t-45.5 -130.5t-66.5 -117.5t-89.5 -94.5t-114.5 -62.5t-140.5 -20.5 q-75 2 -138 30.5t-110 86.5l-99 -512h-282zM342 314q21 -52 61 -75.5t97 -25.5q66 -2 112.5 28t77 78t47.5 106.5t24 112.5l3 21q4 43 5.5 96t-11 99.5t-43.5 79t-90 34.5q-66 2 -115.5 -25.5t-87.5 -78.5l-35 -189z" />
207
+ <glyph unicode="&#xff;" horiz-adv-x="1007" d="M-55 -419l21 220q10 -1 19.5 -1.5t19.5 -0.5q74 -2 125 25t86 92l53 99l-177 1067h292l78 -670l309 670h314l-633 -1245q-28 -59 -63.5 -110t-80.5 -88t-101 -58t-126 -21q-35 0 -68.5 6.5t-67.5 14.5zM264 1362q-1 28 9 51.5t28 41t42.5 27.5t51.5 11t52 -8t44 -25.5 t30.5 -40t11.5 -51.5q1 -28 -9.5 -51.5t-28.5 -40.5t-42 -27t-51 -11t-51.5 8t-43.5 25.5t-30.5 39.5t-12.5 51zM737 1362q-1 28 9 51.5t28 41t42 27.5t51 11t52 -8t44.5 -25.5t31 -40t12.5 -51.5q0 -28 -10.5 -51.5t-28.5 -41t-42 -27.5t-51 -11t-52 8t-44 25.5t-30.5 40 t-11.5 51.5z" />
208
+ <glyph unicode="&#x152;" horiz-adv-x="1934" d="M92 576l48 304q19 130 76 240t144 189.5t201.5 124t249.5 43.5q73 0 145.5 -6t145.5 -14v-1h866l-43 -243h-653l-61 -347h560l-42 -235h-558l-68 -390h656l-42 -241h-849v-2q-69 -7 -137.5 -12.5t-137.5 -3.5q-126 2 -225.5 49t-166 127t-95.5 187.5t-14 230.5z M370.5 445.5q5.5 -63.5 31 -114t73.5 -82t126 -33.5q51 -2 102.5 1.5t103.5 10.5l175 1004q-88 13 -178 15q-83 0 -148.5 -28t-113 -77t-78 -116t-42.5 -144l-48 -307q-9 -66 -3.5 -129.5z" />
209
+ <glyph unicode="&#x153;" horiz-adv-x="1802" d="M69 523l3 22q13 115 57 217t116.5 178.5t171.5 120.5t222 42q48 -1 95.5 -10t91.5 -27t82.5 -45.5t68.5 -66.5q76 71 165 110.5t195 37.5q106 -3 183 -42.5t125 -105.5t66.5 -154t6.5 -187l-25 -163h-628q-3 -47 6 -89t30.5 -73.5t57.5 -51t87 -21.5q83 -4 157.5 18 t147.5 58l64 -190q-40 -35 -89 -58.5t-102.5 -37.5t-108 -19.5t-105.5 -4.5q-48 0 -95.5 8.5t-92 26.5t-83 45.5t-68.5 66.5q-81 -74 -176 -112t-206 -36q-116 2 -200 47t-136.5 119.5t-73.5 172t-10 204.5zM346 422q0 -54 14.5 -100.5t48.5 -78t96 -33.5q67 -2 115 27 t80.5 76t50.5 105t25 114l2 21q4 31 5 66.5t-2.5 70t-13 66.5t-28 56.5t-47 39.5t-70.5 17q-66 2 -114 -27.5t-80 -77t-49.5 -106.5t-24.5 -114l-3 -21q-5 -47 -5 -101zM1086 646h355l6 30q7 37 4 72t-17.5 61.5t-42.5 43t-71 17.5q-49 1 -86 -19t-64.5 -52.5t-48 -73 t-35.5 -79.5z" />
210
+ <glyph unicode="&#x178;" horiz-adv-x="1238" d="M154 1455l309 1l177 -654l407 654h336l-636 -944l-88 -512h-298l95 545zM429 1672q-1 28 9 51.5t28 41t42.5 27.5t51.5 11t52 -8t44 -25.5t30.5 -40t11.5 -51.5q1 -28 -9.5 -51.5t-28.5 -40.5t-42 -27t-51 -11t-51.5 8t-43.5 25.5t-30.5 39.5t-12.5 51zM902 1672 q-1 28 9 51.5t28 41t42 27.5t51 11t52 -8t44.5 -25.5t31 -40t12.5 -51.5q0 -28 -10.5 -51.5t-28.5 -41t-42 -27.5t-51 -11t-52 8t-44 25.5t-30.5 40t-11.5 51.5z" />
211
+ <glyph unicode="&#x2c6;" horiz-adv-x="995" d="M234 1241v23l321 272l161 1l261 -277v-21l-216 5l-123 144l-175 -143z" />
212
+ <glyph unicode="&#x2dc;" horiz-adv-x="965" d="M220 1258q3 49 19.5 97.5t46 87t72 62.5t98.5 23q36 0 68 -14.5t63 -31.5t62.5 -31t67.5 -13q45 2 68 30.5t33 67.5l161 -10q-3 -49 -18.5 -97.5t-44 -87t-70.5 -62.5t-98 -24q-37 0 -69 14.5t-63 32t-62 31.5t-67 13q-22 -1 -39 -9t-29 -21.5t-20 -31t-13 -36.5z" />
213
+ <glyph unicode="&#x2000;" horiz-adv-x="968" />
214
+ <glyph unicode="&#x2001;" horiz-adv-x="1936" />
215
+ <glyph unicode="&#x2002;" horiz-adv-x="968" />
216
+ <glyph unicode="&#x2003;" horiz-adv-x="1936" />
217
+ <glyph unicode="&#x2004;" horiz-adv-x="645" />
218
+ <glyph unicode="&#x2005;" horiz-adv-x="484" />
219
+ <glyph unicode="&#x2006;" horiz-adv-x="322" />
220
+ <glyph unicode="&#x2007;" horiz-adv-x="322" />
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="780" d="M90 507l40 233h549l-41 -233h-548z" />
225
+ <glyph unicode="&#x2011;" horiz-adv-x="780" d="M90 507l40 233h549l-41 -233h-548z" />
226
+ <glyph unicode="&#x2012;" horiz-adv-x="780" d="M90 507l40 233h549l-41 -233h-548z" />
227
+ <glyph unicode="&#x2013;" horiz-adv-x="1265" d="M141 596l49 236h1008l-50 -236h-1007z" />
228
+ <glyph unicode="&#x2014;" horiz-adv-x="1526" d="M31 596l65 236h1344l-67 -236h-1342z" />
229
+ <glyph unicode="&#x2018;" horiz-adv-x="475" d="M178 1048l23 150q9 55 29.5 107t50 99.5t67 89t80.5 76.5l134 -82q-46 -68 -82 -137.5t-52 -151.5l-26 -151h-224z" />
230
+ <glyph unicode="&#x2019;" horiz-adv-x="466" d="M142 1091q48 69 84 138t51 152l27 155h225l-24 -154q-8 -55 -27.5 -107t-48.5 -100t-65.5 -90t-78.5 -78z" />
231
+ <glyph unicode="&#x201a;" horiz-adv-x="503" d="M-77 -223q45 68 78.5 137.5t47.5 150.5l29 164h232l-25 -161q-9 -56 -29.5 -108t-50.5 -99t-67.5 -89t-80.5 -77z" />
232
+ <glyph unicode="&#x201c;" horiz-adv-x="816" d="M186 1048l23 150q9 55 29.5 107t50 99.5t67 89t80.5 76.5l134 -82q-46 -68 -82 -137.5t-52 -151.5l-26 -151h-224zM518 1048l23 150q9 55 29.5 107t50 99.5t67 89t80.5 76.5l134 -82q-46 -68 -82 -137.5t-52 -151.5l-26 -151h-224z" />
233
+ <glyph unicode="&#x201d;" horiz-adv-x="822" d="M156 1091q48 69 84 138t51 152l27 155h225l-24 -154q-8 -55 -27.5 -107t-48.5 -100t-65.5 -90t-78.5 -78zM492 1091q48 69 84 138t51 152l27 155h225l-24 -154q-8 -55 -27.5 -107t-48.5 -100t-65.5 -90t-78.5 -78z" />
234
+ <glyph unicode="&#x201e;" horiz-adv-x="810" d="M-80 -244q47 73 80.5 148t48.5 161l35 198h232l-32 -196q-18 -115 -77 -216t-147 -176zM245 -244q48 74 85 148t53 161l34 198h232l-30 -195q-9 -57 -30 -112t-51.5 -105t-69 -94.5t-82.5 -81.5z" />
235
+ <glyph unicode="&#x2022;" horiz-adv-x="724" d="M155 729l2 49q3 51 22 94t51 74t75.5 48t95.5 16q51 -1 92 -18.5t69.5 -48.5t43.5 -73.5t15 -92.5l-2 -49q-3 -51 -22.5 -93.5t-51.5 -73t-75.5 -47t-95.5 -15.5q-50 1 -91 18t-69.5 47.5t-43.5 72.5t-15 92z" />
236
+ <glyph unicode="&#x2026;" horiz-adv-x="1480" d="M50 137q-1 34 10.5 63t32.5 50.5t50 34t63 13.5q33 1 62.5 -10t51.5 -31t35 -48t13 -62q1 -34 -11 -63t-33 -50t-50 -33.5t-63 -12.5q-33 -1 -62 9.5t-51 30.5t-34.5 47.5t-13.5 61.5zM509 137q-1 34 10.5 63t32.5 50.5t50 34t63 13.5q33 1 62.5 -10t51.5 -31t35 -48 t13 -62q1 -34 -11 -63t-33 -50t-50 -33.5t-63 -12.5q-33 -1 -62 9.5t-51 30.5t-34.5 47.5t-13.5 61.5zM959 137q-1 34 10.5 63t32.5 50.5t50 34t63 13.5q33 1 62.5 -10t51.5 -31t35 -48t13 -62q1 -34 -11 -63t-33 -50t-50 -33.5t-63 -12.5q-33 -1 -62 9.5t-51 30.5 t-34.5 47.5t-13.5 61.5z" />
237
+ <glyph unicode="&#x202f;" horiz-adv-x="387" />
238
+ <glyph unicode="&#x2039;" horiz-adv-x="629" d="M90 513l1 21l330 390h203l-316 -416l162 -382l-167 -1z" />
239
+ <glyph unicode="&#x203a;" horiz-adv-x="609" d="M-15 124l315 415l-161 383l167 1l213 -387l-1 -22l-330 -390h-203z" />
240
+ <glyph unicode="&#x205f;" horiz-adv-x="484" />
241
+ <glyph unicode="&#x20ac;" d="M70 516l27 152h164l22 124h-164l27 152l154 -1q34 123 92 222t141 168.5t190 106.5t239 36q61 -1 120 -10t118 -22l-59 -243q-42 16 -85 25t-88 10q-75 1 -134 -19t-104.5 -58.5t-79 -93.5t-55.5 -122l333 1l-27 -152h-324l-22 -124h326l-27 -152h-319q-9 -66 -1 -119.5 t35.5 -91.5t75 -59.5t116.5 -22.5q50 -1 97.5 7.5t95.5 22.5l12 -245q-60 -13 -120.5 -20t-122.5 -5q-117 1 -212.5 40.5t-160 109.5t-93.5 168t-12 217z" />
242
+ <glyph unicode="&#x2122;" horiz-adv-x="1264" d="M241 1348l19 108h397l-19 -108h-125l-75 -431h-140l75 431h-132zM629 914l95 542h150l48 -364l185 364h153l-95 -542h-126l58 328l-155 -327l-71 -2l-51 365l-64 -364h-127z" />
243
+ <glyph unicode="&#x25fc;" horiz-adv-x="1080" d="M0 0v1080h1080v-1080h-1080z" />
244
+ <glyph unicode="&#xfb02;" horiz-adv-x="1259" d="M74 870l37 212l156 1l12 93q11 90 46.5 161.5t91.5 121t131 75.5t167 25q39 -1 77 -7t76 -14l-25 -225q-20 5 -41 8.5t-42 3.5q-74 1 -127 -37t-67 -112l-16 -94h209l-37 -212h-208l-151 -870h-284l151 870h-156zM739 0l267 1536h283l-266 -1536h-284z" />
245
+ <glyph unicode="&#xfb03;" horiz-adv-x="1941" d="M74 870l37 212l156 1l12 93q11 90 46.5 161.5t91.5 121t131 75.5t167 25q39 -1 77 -7t76 -14l-25 -225q-20 5 -41 8.5t-42 3.5q-74 1 -127 -37t-67 -112l-16 -94h209l-37 -212h-208l-151 -870h-284l151 870h-156zM787 870l38 212h146l8 46q18 105 62 185.5t111 135.5 t155 83t195 27q83 -2 162.5 -19.5t158.5 -39.5l-61 -241q-63 22 -126 35.5t-129 14.5q-46 0 -86.5 -11t-72.5 -33.5t-54.5 -56.5t-32.5 -80l-9 -46h219l-38 -212h-206l-151 -870h-283l151 870h-157zM1420 0l188 1082h283l-187 -1082h-284z" />
246
+ <glyph unicode="&#xfb04;" horiz-adv-x="1981" d="M74 870l37 212l156 1l12 93q11 90 46.5 161.5t91.5 121t131 75.5t167 25q39 -1 77 -7t76 -14l-25 -225q-20 5 -41 8.5t-42 3.5q-74 1 -127 -37t-67 -112l-16 -94h209l-37 -212h-208l-151 -870h-284l151 870h-156zM796 870l37 212l156 1l12 93q11 90 46.5 161.5t91.5 121 t131 75.5t167 25q39 -1 77 -7t76 -14l-25 -225q-20 5 -41 8.5t-42 3.5q-74 1 -127 -37t-67 -112l-16 -94h209l-37 -212h-208l-151 -870h-284l151 870h-156zM1461 0l267 1536h283l-266 -1536h-284z" />
247
+ <hkern u1="&#x20;" u2="T" k="60" />
248
+ <hkern u1="&#x22;" u2="w" k="-11" />
249
+ <hkern u1="&#x27;" u2="w" k="-11" />
250
+ <hkern u1="&#x28;" u2="&#x178;" k="-22" />
251
+ <hkern u1="&#x28;" u2="&#xdd;" k="-22" />
252
+ <hkern u1="&#x28;" u2="Y" k="-22" />
253
+ <hkern u1="&#x28;" u2="W" k="-38" />
254
+ <hkern u1="&#x28;" u2="V" k="-20" />
255
+ <hkern u1="&#x2f;" u2="&#x2f;" k="248" />
256
+ <hkern u1="A" u2="w" k="33" />
257
+ <hkern u1="A" u2="t" k="17" />
258
+ <hkern u1="A" u2="&#x3f;" k="81" />
259
+ <hkern u1="C" u2="&#x7d;" k="17" />
260
+ <hkern u1="C" u2="]" k="12" />
261
+ <hkern u1="C" u2="&#x29;" k="26" />
262
+ <hkern u1="D" u2="&#xc6;" k="33" />
263
+ <hkern u1="E" u2="w" k="22" />
264
+ <hkern u1="E" u2="f" k="18" />
265
+ <hkern u1="F" u2="&#x2026;" k="274" />
266
+ <hkern u1="F" u2="&#x201e;" k="274" />
267
+ <hkern u1="F" u2="&#x201a;" k="274" />
268
+ <hkern u1="F" u2="&#x153;" k="21" />
269
+ <hkern u1="F" u2="&#xff;" k="24" />
270
+ <hkern u1="F" u2="&#xfd;" k="24" />
271
+ <hkern u1="F" u2="&#xfc;" k="22" />
272
+ <hkern u1="F" u2="&#xfb;" k="22" />
273
+ <hkern u1="F" u2="&#xfa;" k="22" />
274
+ <hkern u1="F" u2="&#xf9;" k="22" />
275
+ <hkern u1="F" u2="&#xf6;" k="21" />
276
+ <hkern u1="F" u2="&#xf5;" k="21" />
277
+ <hkern u1="F" u2="&#xf4;" k="21" />
278
+ <hkern u1="F" u2="&#xf3;" k="21" />
279
+ <hkern u1="F" u2="&#xf2;" k="21" />
280
+ <hkern u1="F" u2="&#xeb;" k="21" />
281
+ <hkern u1="F" u2="&#xea;" k="21" />
282
+ <hkern u1="F" u2="&#xe9;" k="21" />
283
+ <hkern u1="F" u2="&#xe8;" k="21" />
284
+ <hkern u1="F" u2="&#xe7;" k="21" />
285
+ <hkern u1="F" u2="&#xe5;" k="34" />
286
+ <hkern u1="F" u2="&#xe4;" k="34" />
287
+ <hkern u1="F" u2="&#xe3;" k="34" />
288
+ <hkern u1="F" u2="&#xe2;" k="34" />
289
+ <hkern u1="F" u2="&#xe1;" k="34" />
290
+ <hkern u1="F" u2="&#xe0;" k="34" />
291
+ <hkern u1="F" u2="&#xc5;" k="192" />
292
+ <hkern u1="F" u2="&#xc4;" k="192" />
293
+ <hkern u1="F" u2="&#xc3;" k="192" />
294
+ <hkern u1="F" u2="&#xc2;" k="192" />
295
+ <hkern u1="F" u2="&#xc1;" k="192" />
296
+ <hkern u1="F" u2="&#xc0;" k="192" />
297
+ <hkern u1="F" u2="y" k="24" />
298
+ <hkern u1="F" u2="v" k="24" />
299
+ <hkern u1="F" u2="u" k="22" />
300
+ <hkern u1="F" u2="r" k="26" />
301
+ <hkern u1="F" u2="q" k="21" />
302
+ <hkern u1="F" u2="o" k="21" />
303
+ <hkern u1="F" u2="g" k="21" />
304
+ <hkern u1="F" u2="e" k="21" />
305
+ <hkern u1="F" u2="d" k="21" />
306
+ <hkern u1="F" u2="c" k="21" />
307
+ <hkern u1="F" u2="a" k="34" />
308
+ <hkern u1="F" u2="T" k="-20" />
309
+ <hkern u1="F" u2="J" k="208" />
310
+ <hkern u1="F" u2="A" k="192" />
311
+ <hkern u1="F" u2="&#x2e;" k="274" />
312
+ <hkern u1="F" u2="&#x2c;" k="274" />
313
+ <hkern u1="K" u2="w" k="63" />
314
+ <hkern u1="L" u2="w" k="52" />
315
+ <hkern u1="O" u2="&#xc6;" k="33" />
316
+ <hkern u1="P" u2="&#xc6;" k="297" />
317
+ <hkern u1="P" u2="t" k="-14" />
318
+ <hkern u1="Q" u2="&#x178;" k="35" />
319
+ <hkern u1="Q" u2="&#xdd;" k="35" />
320
+ <hkern u1="Q" u2="Y" k="35" />
321
+ <hkern u1="Q" u2="W" k="20" />
322
+ <hkern u1="Q" u2="V" k="28" />
323
+ <hkern u1="Q" u2="T" k="33" />
324
+ <hkern u1="R" u2="&#x178;" k="48" />
325
+ <hkern u1="R" u2="&#xdd;" k="48" />
326
+ <hkern u1="R" u2="Y" k="48" />
327
+ <hkern u1="R" u2="V" k="19" />
328
+ <hkern u1="R" u2="T" k="50" />
329
+ <hkern u1="T" u2="&#xf8;" k="95" />
330
+ <hkern u1="T" u2="&#xe6;" k="84" />
331
+ <hkern u1="T" u2="&#xc6;" k="189" />
332
+ <hkern u1="T" u2="&#xbb;" k="146" />
333
+ <hkern u1="T" u2="&#xab;" k="148" />
334
+ <hkern u1="T" u2="w" k="47" />
335
+ <hkern u1="T" u2="r" k="65" />
336
+ <hkern u1="T" u2="&#x20;" k="60" />
337
+ <hkern u1="V" u2="&#x7d;" k="-19" />
338
+ <hkern u1="V" u2="r" k="30" />
339
+ <hkern u1="V" u2="]" k="-17" />
340
+ <hkern u1="V" u2="&#x29;" k="-20" />
341
+ <hkern u1="W" u2="&#x7d;" k="-14" />
342
+ <hkern u1="W" u2="r" k="21" />
343
+ <hkern u1="W" u2="]" k="-12" />
344
+ <hkern u1="W" u2="&#x29;" k="-15" />
345
+ <hkern u1="Y" u2="&#x2022;" k="45" />
346
+ <hkern u1="Y" u2="&#xf8;" k="64" />
347
+ <hkern u1="Y" u2="&#xe6;" k="63" />
348
+ <hkern u1="Y" u2="&#xc6;" k="96" />
349
+ <hkern u1="Y" u2="&#xbb;" k="51" />
350
+ <hkern u1="Y" u2="&#xab;" k="82" />
351
+ <hkern u1="Y" u2="&#x7d;" k="-19" />
352
+ <hkern u1="Y" u2="t" k="22" />
353
+ <hkern u1="Y" u2="r" k="40" />
354
+ <hkern u1="Y" u2="f" k="22" />
355
+ <hkern u1="Y" u2="]" k="-18" />
356
+ <hkern u1="Y" u2="&#x2a;" k="49" />
357
+ <hkern u1="Y" u2="&#x29;" k="-20" />
358
+ <hkern u1="Y" u2="&#x26;" k="30" />
359
+ <hkern u1="Z" u2="w" k="27" />
360
+ <hkern u1="[" u2="&#xdc;" k="18" />
361
+ <hkern u1="[" u2="&#xdb;" k="18" />
362
+ <hkern u1="[" u2="&#xda;" k="18" />
363
+ <hkern u1="[" u2="&#xd9;" k="18" />
364
+ <hkern u1="[" u2="U" k="18" />
365
+ <hkern u1="[" u2="J" k="18" />
366
+ <hkern u1="e" u2="&#x2019;" k="64" />
367
+ <hkern u1="f" u2="&#x201d;" k="-16" />
368
+ <hkern u1="f" u2="&#x201c;" k="-16" />
369
+ <hkern u1="f" u2="&#x2019;" k="-16" />
370
+ <hkern u1="f" u2="&#x2018;" k="-16" />
371
+ <hkern u1="f" u2="&#x153;" k="24" />
372
+ <hkern u1="f" u2="&#xeb;" k="24" />
373
+ <hkern u1="f" u2="&#xea;" k="24" />
374
+ <hkern u1="f" u2="&#xe9;" k="24" />
375
+ <hkern u1="f" u2="&#xe8;" k="24" />
376
+ <hkern u1="f" u2="&#xe7;" k="24" />
377
+ <hkern u1="f" u2="&#x7d;" k="-19" />
378
+ <hkern u1="f" u2="q" k="24" />
379
+ <hkern u1="f" u2="g" k="24" />
380
+ <hkern u1="f" u2="e" k="24" />
381
+ <hkern u1="f" u2="d" k="24" />
382
+ <hkern u1="f" u2="c" k="24" />
383
+ <hkern u1="f" u2="]" k="-18" />
384
+ <hkern u1="f" u2="&#x29;" k="-20" />
385
+ <hkern u1="f" u2="&#x27;" k="-16" />
386
+ <hkern u1="f" u2="&#x22;" k="-16" />
387
+ <hkern u1="h" u2="&#x2019;" k="104" />
388
+ <hkern u1="k" u2="&#x153;" k="20" />
389
+ <hkern u1="k" u2="&#xeb;" k="20" />
390
+ <hkern u1="k" u2="&#xea;" k="20" />
391
+ <hkern u1="k" u2="&#xe9;" k="20" />
392
+ <hkern u1="k" u2="&#xe8;" k="20" />
393
+ <hkern u1="k" u2="&#xe7;" k="20" />
394
+ <hkern u1="k" u2="q" k="20" />
395
+ <hkern u1="k" u2="g" k="20" />
396
+ <hkern u1="k" u2="e" k="20" />
397
+ <hkern u1="k" u2="d" k="20" />
398
+ <hkern u1="k" u2="c" k="20" />
399
+ <hkern u1="m" u2="&#x2019;" k="120" />
400
+ <hkern u1="n" u2="&#x2019;" k="120" />
401
+ <hkern u1="o" u2="&#x2019;" k="112" />
402
+ <hkern u1="r" u2="&#x2019;" k="-16" />
403
+ <hkern u1="r" u2="w" k="-17" />
404
+ <hkern u1="r" u2="t" k="-50" />
405
+ <hkern u1="r" u2="f" k="-20" />
406
+ <hkern u1="t" u2="&#x2019;" k="-24" />
407
+ <hkern u1="t" u2="&#xf6;" k="30" />
408
+ <hkern u1="t" u2="&#xf5;" k="30" />
409
+ <hkern u1="t" u2="&#xf4;" k="30" />
410
+ <hkern u1="t" u2="&#xf3;" k="30" />
411
+ <hkern u1="t" u2="&#xf2;" k="30" />
412
+ <hkern u1="t" u2="o" k="30" />
413
+ <hkern u1="v" u2="f" k="-13" />
414
+ <hkern u1="w" u2="&#x2026;" k="124" />
415
+ <hkern u1="w" u2="&#x201e;" k="124" />
416
+ <hkern u1="w" u2="&#x201a;" k="124" />
417
+ <hkern u1="w" u2="&#x2e;" k="124" />
418
+ <hkern u1="w" u2="&#x2c;" k="124" />
419
+ <hkern u1="y" u2="f" k="-13" />
420
+ <hkern u1="&#x7b;" u2="&#xdc;" k="20" />
421
+ <hkern u1="&#x7b;" u2="&#xdb;" k="20" />
422
+ <hkern u1="&#x7b;" u2="&#xda;" k="20" />
423
+ <hkern u1="&#x7b;" u2="&#xd9;" k="20" />
424
+ <hkern u1="&#x7b;" u2="U" k="20" />
425
+ <hkern u1="&#x7b;" u2="J" k="20" />
426
+ <hkern u1="&#xc0;" u2="w" k="33" />
427
+ <hkern u1="&#xc0;" u2="t" k="17" />
428
+ <hkern u1="&#xc0;" u2="&#x3f;" k="81" />
429
+ <hkern u1="&#xc1;" u2="w" k="33" />
430
+ <hkern u1="&#xc1;" u2="t" k="17" />
431
+ <hkern u1="&#xc1;" u2="&#x3f;" k="81" />
432
+ <hkern u1="&#xc2;" u2="w" k="33" />
433
+ <hkern u1="&#xc2;" u2="t" k="17" />
434
+ <hkern u1="&#xc2;" u2="&#x3f;" k="81" />
435
+ <hkern u1="&#xc3;" u2="w" k="33" />
436
+ <hkern u1="&#xc3;" u2="t" k="17" />
437
+ <hkern u1="&#xc3;" u2="&#x3f;" k="81" />
438
+ <hkern u1="&#xc4;" u2="w" k="33" />
439
+ <hkern u1="&#xc4;" u2="t" k="17" />
440
+ <hkern u1="&#xc4;" u2="&#x3f;" k="81" />
441
+ <hkern u1="&#xc5;" u2="w" k="33" />
442
+ <hkern u1="&#xc5;" u2="t" k="17" />
443
+ <hkern u1="&#xc5;" u2="&#x3f;" k="81" />
444
+ <hkern u1="&#xc7;" u2="&#x7d;" k="17" />
445
+ <hkern u1="&#xc7;" u2="]" k="12" />
446
+ <hkern u1="&#xc7;" u2="&#x29;" k="26" />
447
+ <hkern u1="&#xc8;" u2="w" k="22" />
448
+ <hkern u1="&#xc8;" u2="f" k="18" />
449
+ <hkern u1="&#xc9;" u2="w" k="22" />
450
+ <hkern u1="&#xc9;" u2="f" k="18" />
451
+ <hkern u1="&#xca;" u2="w" k="22" />
452
+ <hkern u1="&#xca;" u2="f" k="18" />
453
+ <hkern u1="&#xcb;" u2="w" k="22" />
454
+ <hkern u1="&#xcb;" u2="f" k="18" />
455
+ <hkern u1="&#xd0;" u2="&#xc6;" k="33" />
456
+ <hkern u1="&#xd2;" u2="&#xc6;" k="33" />
457
+ <hkern u1="&#xd3;" u2="&#xc6;" k="33" />
458
+ <hkern u1="&#xd4;" u2="&#xc6;" k="33" />
459
+ <hkern u1="&#xd5;" u2="&#xc6;" k="33" />
460
+ <hkern u1="&#xd6;" u2="&#xc6;" k="33" />
461
+ <hkern u1="&#xdd;" u2="&#x2022;" k="45" />
462
+ <hkern u1="&#xdd;" u2="&#xf8;" k="64" />
463
+ <hkern u1="&#xdd;" u2="&#xe6;" k="63" />
464
+ <hkern u1="&#xdd;" u2="&#xc6;" k="96" />
465
+ <hkern u1="&#xdd;" u2="&#xbb;" k="51" />
466
+ <hkern u1="&#xdd;" u2="&#xab;" k="82" />
467
+ <hkern u1="&#xdd;" u2="&#x7d;" k="-19" />
468
+ <hkern u1="&#xdd;" u2="t" k="22" />
469
+ <hkern u1="&#xdd;" u2="r" k="40" />
470
+ <hkern u1="&#xdd;" u2="f" k="22" />
471
+ <hkern u1="&#xdd;" u2="]" k="-18" />
472
+ <hkern u1="&#xdd;" u2="&#x2a;" k="49" />
473
+ <hkern u1="&#xdd;" u2="&#x29;" k="-20" />
474
+ <hkern u1="&#xdd;" u2="&#x26;" k="30" />
475
+ <hkern u1="&#xe8;" u2="&#x2019;" k="64" />
476
+ <hkern u1="&#xe9;" u2="&#x2019;" k="64" />
477
+ <hkern u1="&#xea;" u2="&#x2019;" k="64" />
478
+ <hkern u1="&#xeb;" u2="&#x2019;" k="64" />
479
+ <hkern u1="&#xf1;" u2="&#x2019;" k="120" />
480
+ <hkern u1="&#xf2;" u2="&#x2019;" k="112" />
481
+ <hkern u1="&#xf3;" u2="&#x2019;" k="112" />
482
+ <hkern u1="&#xf4;" u2="&#x2019;" k="112" />
483
+ <hkern u1="&#xf5;" u2="&#x2019;" k="112" />
484
+ <hkern u1="&#xf6;" u2="&#x2019;" k="112" />
485
+ <hkern u1="&#xfd;" u2="f" k="-13" />
486
+ <hkern u1="&#xff;" u2="f" k="-13" />
487
+ <hkern u1="&#x178;" u2="&#x2022;" k="45" />
488
+ <hkern u1="&#x178;" u2="&#xf8;" k="64" />
489
+ <hkern u1="&#x178;" u2="&#xe6;" k="63" />
490
+ <hkern u1="&#x178;" u2="&#xc6;" k="96" />
491
+ <hkern u1="&#x178;" u2="&#xbb;" k="51" />
492
+ <hkern u1="&#x178;" u2="&#xab;" k="82" />
493
+ <hkern u1="&#x178;" u2="&#x7d;" k="-19" />
494
+ <hkern u1="&#x178;" u2="t" k="22" />
495
+ <hkern u1="&#x178;" u2="r" k="40" />
496
+ <hkern u1="&#x178;" u2="f" k="22" />
497
+ <hkern u1="&#x178;" u2="]" k="-18" />
498
+ <hkern u1="&#x178;" u2="&#x2a;" k="49" />
499
+ <hkern u1="&#x178;" u2="&#x29;" k="-20" />
500
+ <hkern u1="&#x178;" u2="&#x26;" k="30" />
501
+ <hkern u1="&#x2018;" u2="w" k="-11" />
502
+ <hkern u1="&#x2019;" u2="&#x153;" k="104" />
503
+ <hkern u1="&#x2019;" u2="&#xf6;" k="144" />
504
+ <hkern u1="&#x2019;" u2="&#xf5;" k="144" />
505
+ <hkern u1="&#x2019;" u2="&#xf4;" k="144" />
506
+ <hkern u1="&#x2019;" u2="&#xf3;" k="144" />
507
+ <hkern u1="&#x2019;" u2="&#xf2;" k="144" />
508
+ <hkern u1="&#x2019;" u2="&#xeb;" k="104" />
509
+ <hkern u1="&#x2019;" u2="&#xea;" k="104" />
510
+ <hkern u1="&#x2019;" u2="&#xe9;" k="104" />
511
+ <hkern u1="&#x2019;" u2="&#xe8;" k="104" />
512
+ <hkern u1="&#x2019;" u2="&#xe7;" k="104" />
513
+ <hkern u1="&#x2019;" u2="w" k="-11" />
514
+ <hkern u1="&#x2019;" u2="s" k="232" />
515
+ <hkern u1="&#x2019;" u2="q" k="104" />
516
+ <hkern u1="&#x2019;" u2="o" k="144" />
517
+ <hkern u1="&#x2019;" u2="g" k="104" />
518
+ <hkern u1="&#x2019;" u2="e" k="104" />
519
+ <hkern u1="&#x2019;" u2="d" k="104" />
520
+ <hkern u1="&#x2019;" u2="c" k="104" />
521
+ <hkern u1="&#x201c;" u2="w" k="-11" />
522
+ <hkern u1="&#x201d;" u2="w" k="-11" />
523
+ <hkern g1="B" g2="V" k="24" />
524
+ <hkern g1="B" g2="Y,Yacute,Ydieresis" k="55" />
525
+ <hkern g1="B" g2="T" k="27" />
526
+ <hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="Y,Yacute,Ydieresis" k="28" />
527
+ <hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="T" k="29" />
528
+ <hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-18" />
529
+ <hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="X" k="-17" />
530
+ <hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="V" k="22" />
531
+ <hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Y,Yacute,Ydieresis" k="43" />
532
+ <hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="T" k="85" />
533
+ <hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="21" />
534
+ <hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="X" k="22" />
535
+ <hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Z" k="23" />
536
+ <hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="122" />
537
+ <hkern g1="C,Ccedilla" g2="T" k="29" />
538
+ <hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="19" />
539
+ <hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="v,y,yacute,ydieresis" k="26" />
540
+ <hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="T" k="-20" />
541
+ <hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="17" />
542
+ <hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" />
543
+ <hkern g1="T" g2="z" k="60" />
544
+ <hkern g1="T" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="208" />
545
+ <hkern g1="T" g2="v,y,yacute,ydieresis" k="82" />
546
+ <hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="28" />
547
+ <hkern g1="T" g2="V" k="-16" />
548
+ <hkern g1="T" g2="m,n,p,ntilde" k="89" />
549
+ <hkern g1="T" g2="Y,Yacute,Ydieresis" k="-16" />
550
+ <hkern g1="T" g2="T" k="-16" />
551
+ <hkern g1="T" g2="u,ugrave,uacute,ucircumflex,udieresis" k="65" />
552
+ <hkern g1="T" g2="W" k="-15" />
553
+ <hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="120" />
554
+ <hkern g1="T" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="258" />
555
+ <hkern g1="T" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="89" />
556
+ <hkern g1="T" g2="x" k="77" />
557
+ <hkern g1="T" g2="s" k="76" />
558
+ <hkern g1="T" g2="hyphen,uni00AD,endash,emdash" k="272" />
559
+ <hkern g1="T" g2="S" k="16" />
560
+ <hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="168" />
561
+ <hkern g1="T" g2="J" k="216" />
562
+ <hkern g1="K" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="27" />
563
+ <hkern g1="K" g2="v,y,yacute,ydieresis" k="40" />
564
+ <hkern g1="K" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="31" />
565
+ <hkern g1="K" g2="u,ugrave,uacute,ucircumflex,udieresis" k="23" />
566
+ <hkern g1="K" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" />
567
+ <hkern g1="K" g2="hyphen,uni00AD,endash,emdash" k="164" />
568
+ <hkern g1="L" g2="v,y,yacute,ydieresis" k="123" />
569
+ <hkern g1="L" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="64" />
570
+ <hkern g1="L" g2="V" k="206" />
571
+ <hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="24" />
572
+ <hkern g1="L" g2="Y,Yacute,Ydieresis" k="279" />
573
+ <hkern g1="L" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="288" />
574
+ <hkern g1="L" g2="T" k="205" />
575
+ <hkern g1="L" g2="u,ugrave,uacute,ucircumflex,udieresis" k="14" />
576
+ <hkern g1="L" g2="W" k="93" />
577
+ <hkern g1="L" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-19" />
578
+ <hkern g1="P" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="13" />
579
+ <hkern g1="P" g2="v,y,yacute,ydieresis" k="-15" />
580
+ <hkern g1="P" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="178" />
581
+ <hkern g1="P" g2="X" k="51" />
582
+ <hkern g1="P" g2="Z" k="36" />
583
+ <hkern g1="P" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="404" />
584
+ <hkern g1="P" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" />
585
+ <hkern g1="P" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="11" />
586
+ <hkern g1="P" g2="J" k="184" />
587
+ <hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="22" />
588
+ <hkern g1="V" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="46" />
589
+ <hkern g1="V" g2="v,y,yacute,ydieresis" k="11" />
590
+ <hkern g1="V" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="13" />
591
+ <hkern g1="V" g2="u,ugrave,uacute,ucircumflex,udieresis" k="28" />
592
+ <hkern g1="V" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="75" />
593
+ <hkern g1="V" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="215" />
594
+ <hkern g1="V" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="44" />
595
+ <hkern g1="V" g2="hyphen,uni00AD,endash,emdash" k="157" />
596
+ <hkern g1="V" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="46" />
597
+ <hkern g1="X" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="21" />
598
+ <hkern g1="X" g2="v,y,yacute,ydieresis" k="31" />
599
+ <hkern g1="X" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="25" />
600
+ <hkern g1="X" g2="V" k="-14" />
601
+ <hkern g1="X" g2="u,ugrave,uacute,ucircumflex,udieresis" k="21" />
602
+ <hkern g1="X" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" />
603
+ <hkern g1="X" g2="hyphen,uni00AD,endash,emdash" k="156" />
604
+ <hkern g1="Y,Yacute,Ydieresis" g2="z" k="30" />
605
+ <hkern g1="Y,Yacute,Ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="65" />
606
+ <hkern g1="Y,Yacute,Ydieresis" g2="v,y,yacute,ydieresis" k="20" />
607
+ <hkern g1="Y,Yacute,Ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="29" />
608
+ <hkern g1="Y,Yacute,Ydieresis" g2="V" k="-18" />
609
+ <hkern g1="Y,Yacute,Ydieresis" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="96" />
610
+ <hkern g1="Y,Yacute,Ydieresis" g2="m,n,p,ntilde" k="40" />
611
+ <hkern g1="Y,Yacute,Ydieresis" g2="Y,Yacute,Ydieresis" k="-18" />
612
+ <hkern g1="Y,Yacute,Ydieresis" g2="T" k="-17" />
613
+ <hkern g1="Y,Yacute,Ydieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="39" />
614
+ <hkern g1="Y,Yacute,Ydieresis" g2="W" k="-17" />
615
+ <hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="150" />
616
+ <hkern g1="Y,Yacute,Ydieresis" g2="X" k="-13" />
617
+ <hkern g1="Y,Yacute,Ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="231" />
618
+ <hkern g1="Y,Yacute,Ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="65" />
619
+ <hkern g1="Y,Yacute,Ydieresis" g2="x" k="23" />
620
+ <hkern g1="Y,Yacute,Ydieresis" g2="s" k="58" />
621
+ <hkern g1="Y,Yacute,Ydieresis" g2="hyphen,uni00AD,endash,emdash" k="152" />
622
+ <hkern g1="Y,Yacute,Ydieresis" g2="S" k="16" />
623
+ <hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="63" />
624
+ <hkern g1="Y,Yacute,Ydieresis" g2="J" k="96" />
625
+ <hkern g1="W" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="31" />
626
+ <hkern g1="W" g2="T" k="-14" />
627
+ <hkern g1="W" g2="u,ugrave,uacute,ucircumflex,udieresis" k="19" />
628
+ <hkern g1="W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="43" />
629
+ <hkern g1="W" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="143" />
630
+ <hkern g1="W" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="31" />
631
+ <hkern g1="W" g2="hyphen,uni00AD,endash,emdash" k="60" />
632
+ <hkern g1="W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="33" />
633
+ <hkern g1="Z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="21" />
634
+ <hkern g1="Z" g2="v,y,yacute,ydieresis" k="27" />
635
+ <hkern g1="Z" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="26" />
636
+ <hkern g1="Z" g2="u,ugrave,uacute,ucircumflex,udieresis" k="19" />
637
+ <hkern g1="Z" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-13" />
638
+ <hkern g1="Z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="21" />
639
+ <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="v,y,yacute,ydieresis" k="15" />
640
+ <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="17" />
641
+ <hkern g1="c,ccedilla" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="11" />
642
+ <hkern g1="b,p,thorn" g2="z" k="15" />
643
+ <hkern g1="b,p,thorn" g2="v,y,yacute,ydieresis" k="11" />
644
+ <hkern g1="b,p,thorn" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="29" />
645
+ <hkern g1="b,p,thorn" g2="x" k="15" />
646
+ <hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="v,y,yacute,ydieresis" k="13" />
647
+ <hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="14" />
648
+ <hkern g1="h,m,n,ntilde" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="80" />
649
+ <hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="z" k="16" />
650
+ <hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="v,y,yacute,ydieresis" k="15" />
651
+ <hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="88" />
652
+ <hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="x" k="21" />
653
+ <hkern g1="v,y,yacute,ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="15" />
654
+ <hkern g1="v,y,yacute,ydieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-15" />
655
+ <hkern g1="v,y,yacute,ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="167" />
656
+ <hkern g1="v,y,yacute,ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" />
657
+ <hkern g1="v,y,yacute,ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="15" />
658
+ <hkern g1="r" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="36" />
659
+ <hkern g1="r" g2="v,y,yacute,ydieresis" k="-18" />
660
+ <hkern g1="r" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-16" />
661
+ <hkern g1="r" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="173" />
662
+ <hkern g1="r" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" />
663
+ <hkern g1="r" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="30" />
664
+ <hkern g1="x" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="40" />
665
+ <hkern g1="x" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="20" />
666
+ <hkern g1="z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="16" />
667
+ <hkern g1="z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="16" />
668
+ <hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="91" />
669
+ <hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="m,n,p,ntilde" k="20" />
670
+ <hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="37" />
671
+ <hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="120" />
672
+ <hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="59" />
673
+ <hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="s" k="92" />
674
+ <hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="50" />
675
+ <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="285" />
676
+ </font>
677
+ </defs></svg>