ext_sprockets 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (505) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +114 -0
  3. data/.ruby-version +1 -0
  4. data/Gemfile +21 -0
  5. data/Gemfile.lock +77 -0
  6. data/MIT-LICENSE +20 -0
  7. data/README.md +3 -0
  8. data/bin/yarn +12 -0
  9. data/ext_sprockets.gemspec +22 -0
  10. data/lib/ext_sprockets.rb +5 -0
  11. data/lib/ext_sprockets/engine.rb +11 -0
  12. data/lib/ext_sprockets/version.rb +3 -0
  13. data/node_modules/.yarn-integrity +60 -0
  14. data/node_modules/bootswatch/cerulean/_bootswatch.scss +131 -0
  15. data/node_modules/bootswatch/cerulean/_variables.scss +870 -0
  16. data/node_modules/bootswatch/cosmo/_bootswatch.scss +262 -0
  17. data/node_modules/bootswatch/cosmo/_variables.scss +870 -0
  18. data/node_modules/bootswatch/cyborg/_bootswatch.scss +243 -0
  19. data/node_modules/bootswatch/cyborg/_variables.scss +870 -0
  20. data/node_modules/bootswatch/darkly/_bootswatch.scss +351 -0
  21. data/node_modules/bootswatch/darkly/_variables.scss +870 -0
  22. data/node_modules/bootswatch/flatly/_bootswatch.scss +330 -0
  23. data/node_modules/bootswatch/flatly/_variables.scss +870 -0
  24. data/node_modules/bootswatch/journal/_bootswatch.scss +145 -0
  25. data/node_modules/bootswatch/journal/_variables.scss +870 -0
  26. data/node_modules/bootswatch/lumen/_bootswatch.scss +523 -0
  27. data/node_modules/bootswatch/lumen/_variables.scss +870 -0
  28. data/node_modules/bootswatch/package.json +26 -0
  29. data/node_modules/bootswatch/paper/_bootswatch.scss +620 -0
  30. data/node_modules/bootswatch/paper/_variables.scss +870 -0
  31. data/node_modules/bootswatch/readable/_bootswatch.scss +183 -0
  32. data/node_modules/bootswatch/readable/_variables.scss +870 -0
  33. data/node_modules/bootswatch/sandstone/_bootswatch.scss +196 -0
  34. data/node_modules/bootswatch/sandstone/_variables.scss +870 -0
  35. data/node_modules/bootswatch/simplex/_bootswatch.scss +170 -0
  36. data/node_modules/bootswatch/simplex/_variables.scss +870 -0
  37. data/node_modules/bootswatch/slate/_bootswatch.scss +448 -0
  38. data/node_modules/bootswatch/slate/_variables.scss +870 -0
  39. data/node_modules/bootswatch/spacelab/_bootswatch.scss +142 -0
  40. data/node_modules/bootswatch/spacelab/_variables.scss +870 -0
  41. data/node_modules/bootswatch/superhero/_bootswatch.scss +360 -0
  42. data/node_modules/bootswatch/superhero/_variables.scss +870 -0
  43. data/node_modules/bootswatch/united/_bootswatch.scss +56 -0
  44. data/node_modules/bootswatch/united/_variables.scss +870 -0
  45. data/node_modules/bootswatch/yeti/_bootswatch.scss +445 -0
  46. data/node_modules/bootswatch/yeti/_variables.scss +870 -0
  47. data/node_modules/chart.js/dist/Chart.bundle.js +18608 -0
  48. data/node_modules/chart.js/dist/Chart.js +14145 -0
  49. data/node_modules/chart.js/package.json +54 -0
  50. data/node_modules/chartkick/chartkick.js +1866 -0
  51. data/node_modules/chartkick/package.json +25 -0
  52. data/node_modules/eonasdan-bootstrap-datetimepicker/package.json +51 -0
  53. data/node_modules/eonasdan-bootstrap-datetimepicker/src/js/bootstrap-datetimepicker.js +2636 -0
  54. data/node_modules/eonasdan-bootstrap-datetimepicker/src/sass/_bootstrap-datetimepicker.scss +344 -0
  55. data/node_modules/eonasdan-bootstrap-datetimepicker/src/sass/bootstrap-datetimepicker-build.scss +16 -0
  56. data/node_modules/file-saver/FileSaver.js +188 -0
  57. data/node_modules/file-saver/package.json +28 -0
  58. data/node_modules/jquery-pjax/jquery.pjax.js +903 -0
  59. data/node_modules/jquery-pjax/package.json +18 -0
  60. data/node_modules/jquery-ui/package.json +74 -0
  61. data/node_modules/jquery-ui/themes/base/accordion.css +23 -0
  62. data/node_modules/jquery-ui/themes/base/all.css +12 -0
  63. data/node_modules/jquery-ui/themes/base/autocomplete.css +16 -0
  64. data/node_modules/jquery-ui/themes/base/base.css +30 -0
  65. data/node_modules/jquery-ui/themes/base/button.css +82 -0
  66. data/node_modules/jquery-ui/themes/base/checkboxradio.css +34 -0
  67. data/node_modules/jquery-ui/themes/base/controlgroup.css +65 -0
  68. data/node_modules/jquery-ui/themes/base/core.css +97 -0
  69. data/node_modules/jquery-ui/themes/base/datepicker.css +185 -0
  70. data/node_modules/jquery-ui/themes/base/dialog.css +101 -0
  71. data/node_modules/jquery-ui/themes/base/draggable.css +12 -0
  72. data/node_modules/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  73. data/node_modules/jquery-ui/themes/base/images/ui-icons_444444_256x240.png +0 -0
  74. data/node_modules/jquery-ui/themes/base/images/ui-icons_555555_256x240.png +0 -0
  75. data/node_modules/jquery-ui/themes/base/images/ui-icons_777620_256x240.png +0 -0
  76. data/node_modules/jquery-ui/themes/base/images/ui-icons_777777_256x240.png +0 -0
  77. data/node_modules/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png +0 -0
  78. data/node_modules/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png +0 -0
  79. data/node_modules/jquery-ui/themes/base/menu.css +64 -0
  80. data/node_modules/jquery-ui/themes/base/progressbar.css +28 -0
  81. data/node_modules/jquery-ui/themes/base/resizable.css +78 -0
  82. data/node_modules/jquery-ui/themes/base/selectable.css +17 -0
  83. data/node_modules/jquery-ui/themes/base/selectmenu.css +50 -0
  84. data/node_modules/jquery-ui/themes/base/slider.css +75 -0
  85. data/node_modules/jquery-ui/themes/base/sortable.css +12 -0
  86. data/node_modules/jquery-ui/themes/base/spinner.css +52 -0
  87. data/node_modules/jquery-ui/themes/base/tabs.css +51 -0
  88. data/node_modules/jquery-ui/themes/base/theme.css +443 -0
  89. data/node_modules/jquery-ui/themes/base/tooltip.css +19 -0
  90. data/node_modules/jquery-ui/ui/core.js +21 -0
  91. data/node_modules/jquery-ui/ui/data.js +39 -0
  92. data/node_modules/jquery-ui/ui/disable-selection.js +46 -0
  93. data/node_modules/jquery-ui/ui/effect.js +1635 -0
  94. data/node_modules/jquery-ui/ui/effects/effect-blind.js +70 -0
  95. data/node_modules/jquery-ui/ui/effects/effect-bounce.js +110 -0
  96. data/node_modules/jquery-ui/ui/effects/effect-clip.js +65 -0
  97. data/node_modules/jquery-ui/ui/effects/effect-drop.js +69 -0
  98. data/node_modules/jquery-ui/ui/effects/effect-explode.js +111 -0
  99. data/node_modules/jquery-ui/ui/effects/effect-fade.js +47 -0
  100. data/node_modules/jquery-ui/ui/effects/effect-fold.js +89 -0
  101. data/node_modules/jquery-ui/ui/effects/effect-highlight.js +57 -0
  102. data/node_modules/jquery-ui/ui/effects/effect-puff.js +42 -0
  103. data/node_modules/jquery-ui/ui/effects/effect-pulsate.js +64 -0
  104. data/node_modules/jquery-ui/ui/effects/effect-scale.js +56 -0
  105. data/node_modules/jquery-ui/ui/effects/effect-shake.js +74 -0
  106. data/node_modules/jquery-ui/ui/effects/effect-size.js +191 -0
  107. data/node_modules/jquery-ui/ui/effects/effect-slide.js +76 -0
  108. data/node_modules/jquery-ui/ui/effects/effect-transfer.js +40 -0
  109. data/node_modules/jquery-ui/ui/escape-selector.js +21 -0
  110. data/node_modules/jquery-ui/ui/focusable.js +84 -0
  111. data/node_modules/jquery-ui/ui/form-reset-mixin.js +77 -0
  112. data/node_modules/jquery-ui/ui/form.js +20 -0
  113. data/node_modules/jquery-ui/ui/i18n/datepicker-af.js +37 -0
  114. data/node_modules/jquery-ui/ui/i18n/datepicker-ar-DZ.js +39 -0
  115. data/node_modules/jquery-ui/ui/i18n/datepicker-ar.js +39 -0
  116. data/node_modules/jquery-ui/ui/i18n/datepicker-az.js +37 -0
  117. data/node_modules/jquery-ui/ui/i18n/datepicker-be.js +37 -0
  118. data/node_modules/jquery-ui/ui/i18n/datepicker-bg.js +38 -0
  119. data/node_modules/jquery-ui/ui/i18n/datepicker-bs.js +37 -0
  120. data/node_modules/jquery-ui/ui/i18n/datepicker-ca.js +37 -0
  121. data/node_modules/jquery-ui/ui/i18n/datepicker-cs.js +37 -0
  122. data/node_modules/jquery-ui/ui/i18n/datepicker-cy-GB.js +45 -0
  123. data/node_modules/jquery-ui/ui/i18n/datepicker-da.js +37 -0
  124. data/node_modules/jquery-ui/ui/i18n/datepicker-de.js +37 -0
  125. data/node_modules/jquery-ui/ui/i18n/datepicker-el.js +37 -0
  126. data/node_modules/jquery-ui/ui/i18n/datepicker-en-AU.js +37 -0
  127. data/node_modules/jquery-ui/ui/i18n/datepicker-en-GB.js +37 -0
  128. data/node_modules/jquery-ui/ui/i18n/datepicker-en-NZ.js +37 -0
  129. data/node_modules/jquery-ui/ui/i18n/datepicker-eo.js +37 -0
  130. data/node_modules/jquery-ui/ui/i18n/datepicker-es.js +37 -0
  131. data/node_modules/jquery-ui/ui/i18n/datepicker-et.js +45 -0
  132. data/node_modules/jquery-ui/ui/i18n/datepicker-eu.js +36 -0
  133. data/node_modules/jquery-ui/ui/i18n/datepicker-fa.js +73 -0
  134. data/node_modules/jquery-ui/ui/i18n/datepicker-fi.js +37 -0
  135. data/node_modules/jquery-ui/ui/i18n/datepicker-fo.js +45 -0
  136. data/node_modules/jquery-ui/ui/i18n/datepicker-fr-CA.js +37 -0
  137. data/node_modules/jquery-ui/ui/i18n/datepicker-fr-CH.js +37 -0
  138. data/node_modules/jquery-ui/ui/i18n/datepicker-fr.js +39 -0
  139. data/node_modules/jquery-ui/ui/i18n/datepicker-gl.js +37 -0
  140. data/node_modules/jquery-ui/ui/i18n/datepicker-he.js +37 -0
  141. data/node_modules/jquery-ui/ui/i18n/datepicker-hi.js +37 -0
  142. data/node_modules/jquery-ui/ui/i18n/datepicker-hr.js +37 -0
  143. data/node_modules/jquery-ui/ui/i18n/datepicker-hu.js +36 -0
  144. data/node_modules/jquery-ui/ui/i18n/datepicker-hy.js +37 -0
  145. data/node_modules/jquery-ui/ui/i18n/datepicker-id.js +37 -0
  146. data/node_modules/jquery-ui/ui/i18n/datepicker-is.js +45 -0
  147. data/node_modules/jquery-ui/ui/i18n/datepicker-it-CH.js +37 -0
  148. data/node_modules/jquery-ui/ui/i18n/datepicker-it.js +37 -0
  149. data/node_modules/jquery-ui/ui/i18n/datepicker-ja.js +37 -0
  150. data/node_modules/jquery-ui/ui/i18n/datepicker-ka.js +48 -0
  151. data/node_modules/jquery-ui/ui/i18n/datepicker-kk.js +37 -0
  152. data/node_modules/jquery-ui/ui/i18n/datepicker-km.js +37 -0
  153. data/node_modules/jquery-ui/ui/i18n/datepicker-ko.js +37 -0
  154. data/node_modules/jquery-ui/ui/i18n/datepicker-ky.js +38 -0
  155. data/node_modules/jquery-ui/ui/i18n/datepicker-lb.js +45 -0
  156. data/node_modules/jquery-ui/ui/i18n/datepicker-lt.js +45 -0
  157. data/node_modules/jquery-ui/ui/i18n/datepicker-lv.js +45 -0
  158. data/node_modules/jquery-ui/ui/i18n/datepicker-mk.js +37 -0
  159. data/node_modules/jquery-ui/ui/i18n/datepicker-ml.js +37 -0
  160. data/node_modules/jquery-ui/ui/i18n/datepicker-ms.js +37 -0
  161. data/node_modules/jquery-ui/ui/i18n/datepicker-nb.js +49 -0
  162. data/node_modules/jquery-ui/ui/i18n/datepicker-nl-BE.js +37 -0
  163. data/node_modules/jquery-ui/ui/i18n/datepicker-nl.js +37 -0
  164. data/node_modules/jquery-ui/ui/i18n/datepicker-nn.js +49 -0
  165. data/node_modules/jquery-ui/ui/i18n/datepicker-no.js +50 -0
  166. data/node_modules/jquery-ui/ui/i18n/datepicker-pl.js +37 -0
  167. data/node_modules/jquery-ui/ui/i18n/datepicker-pt-BR.js +45 -0
  168. data/node_modules/jquery-ui/ui/i18n/datepicker-pt.js +44 -0
  169. data/node_modules/jquery-ui/ui/i18n/datepicker-rm.js +61 -0
  170. data/node_modules/jquery-ui/ui/i18n/datepicker-ro.js +40 -0
  171. data/node_modules/jquery-ui/ui/i18n/datepicker-ru.js +37 -0
  172. data/node_modules/jquery-ui/ui/i18n/datepicker-sk.js +37 -0
  173. data/node_modules/jquery-ui/ui/i18n/datepicker-sl.js +38 -0
  174. data/node_modules/jquery-ui/ui/i18n/datepicker-sq.js +37 -0
  175. data/node_modules/jquery-ui/ui/i18n/datepicker-sr-SR.js +37 -0
  176. data/node_modules/jquery-ui/ui/i18n/datepicker-sr.js +37 -0
  177. data/node_modules/jquery-ui/ui/i18n/datepicker-sv.js +37 -0
  178. data/node_modules/jquery-ui/ui/i18n/datepicker-ta.js +53 -0
  179. data/node_modules/jquery-ui/ui/i18n/datepicker-th.js +37 -0
  180. data/node_modules/jquery-ui/ui/i18n/datepicker-tj.js +37 -0
  181. data/node_modules/jquery-ui/ui/i18n/datepicker-tr.js +37 -0
  182. data/node_modules/jquery-ui/ui/i18n/datepicker-uk.js +38 -0
  183. data/node_modules/jquery-ui/ui/i18n/datepicker-vi.js +37 -0
  184. data/node_modules/jquery-ui/ui/i18n/datepicker-zh-CN.js +37 -0
  185. data/node_modules/jquery-ui/ui/i18n/datepicker-zh-HK.js +37 -0
  186. data/node_modules/jquery-ui/ui/i18n/datepicker-zh-TW.js +37 -0
  187. data/node_modules/jquery-ui/ui/ie.js +15 -0
  188. data/node_modules/jquery-ui/ui/jquery-1-7.js +89 -0
  189. data/node_modules/jquery-ui/ui/keycode.js +45 -0
  190. data/node_modules/jquery-ui/ui/labels.js +62 -0
  191. data/node_modules/jquery-ui/ui/plugin.js +44 -0
  192. data/node_modules/jquery-ui/ui/position.js +498 -0
  193. data/node_modules/jquery-ui/ui/safe-active-element.js +40 -0
  194. data/node_modules/jquery-ui/ui/safe-blur.js +21 -0
  195. data/node_modules/jquery-ui/ui/scroll-parent.js +45 -0
  196. data/node_modules/jquery-ui/ui/tabbable.js +35 -0
  197. data/node_modules/jquery-ui/ui/unique-id.js +49 -0
  198. data/node_modules/jquery-ui/ui/version.js +17 -0
  199. data/node_modules/jquery-ui/ui/widget.js +733 -0
  200. data/node_modules/jquery-ui/ui/widgets/accordion.js +613 -0
  201. data/node_modules/jquery-ui/ui/widgets/autocomplete.js +682 -0
  202. data/node_modules/jquery-ui/ui/widgets/button.js +386 -0
  203. data/node_modules/jquery-ui/ui/widgets/checkboxradio.js +286 -0
  204. data/node_modules/jquery-ui/ui/widgets/controlgroup.js +298 -0
  205. data/node_modules/jquery-ui/ui/widgets/datepicker.js +2120 -0
  206. data/node_modules/jquery-ui/ui/widgets/dialog.js +940 -0
  207. data/node_modules/jquery-ui/ui/widgets/draggable.js +1250 -0
  208. data/node_modules/jquery-ui/ui/widgets/droppable.js +497 -0
  209. data/node_modules/jquery-ui/ui/widgets/menu.js +673 -0
  210. data/node_modules/jquery-ui/ui/widgets/mouse.js +226 -0
  211. data/node_modules/jquery-ui/ui/widgets/progressbar.js +178 -0
  212. data/node_modules/jquery-ui/ui/widgets/resizable.js +1201 -0
  213. data/node_modules/jquery-ui/ui/widgets/selectable.js +310 -0
  214. data/node_modules/jquery-ui/ui/widgets/selectmenu.js +687 -0
  215. data/node_modules/jquery-ui/ui/widgets/slider.js +752 -0
  216. data/node_modules/jquery-ui/ui/widgets/sortable.js +1554 -0
  217. data/node_modules/jquery-ui/ui/widgets/spinner.js +575 -0
  218. data/node_modules/jquery-ui/ui/widgets/tabs.js +924 -0
  219. data/node_modules/jquery-ui/ui/widgets/tooltip.js +520 -0
  220. data/node_modules/jquery-ujs/package.json +26 -0
  221. data/node_modules/jquery-ujs/src/rails.js +555 -0
  222. data/node_modules/jquery/dist/jquery.js +10253 -0
  223. data/node_modules/jquery/dist/jquery.slim.js +8160 -0
  224. data/node_modules/jquery/package.json +97 -0
  225. data/node_modules/js-cookie/package.json +49 -0
  226. data/node_modules/js-cookie/src/js.cookie.js +165 -0
  227. data/node_modules/jstz/dist/jstz.js +1428 -0
  228. data/node_modules/jstz/package.json +57 -0
  229. data/node_modules/lodash/core.js +3836 -0
  230. data/node_modules/lodash/lodash.js +17084 -0
  231. data/node_modules/lodash/package.json +17 -0
  232. data/node_modules/moment-timezone/builds/moment-timezone-with-data-2012-2022.js +1204 -0
  233. data/node_modules/moment-timezone/builds/moment-timezone-with-data.js +1204 -0
  234. data/node_modules/moment-timezone/moment-timezone-utils.js +316 -0
  235. data/node_modules/moment-timezone/moment-timezone.js +605 -0
  236. data/node_modules/moment-timezone/package.json +50 -0
  237. data/node_modules/moment/locale/af.js +74 -0
  238. data/node_modules/moment/locale/ar-dz.js +60 -0
  239. data/node_modules/moment/locale/ar-kw.js +60 -0
  240. data/node_modules/moment/locale/ar-ly.js +127 -0
  241. data/node_modules/moment/locale/ar-ma.js +61 -0
  242. data/node_modules/moment/locale/ar-sa.js +106 -0
  243. data/node_modules/moment/locale/ar-tn.js +60 -0
  244. data/node_modules/moment/locale/ar.js +143 -0
  245. data/node_modules/moment/locale/az.js +106 -0
  246. data/node_modules/moment/locale/be.js +135 -0
  247. data/node_modules/moment/locale/bg.js +91 -0
  248. data/node_modules/moment/locale/bm.js +60 -0
  249. data/node_modules/moment/locale/bn.js +120 -0
  250. data/node_modules/moment/locale/bo.js +120 -0
  251. data/node_modules/moment/locale/br.js +109 -0
  252. data/node_modules/moment/locale/bs.js +153 -0
  253. data/node_modules/moment/locale/ca.js +89 -0
  254. data/node_modules/moment/locale/cs.js +180 -0
  255. data/node_modules/moment/locale/cv.js +64 -0
  256. data/node_modules/moment/locale/cy.js +82 -0
  257. data/node_modules/moment/locale/da.js +61 -0
  258. data/node_modules/moment/locale/de-at.js +80 -0
  259. data/node_modules/moment/locale/de-ch.js +79 -0
  260. data/node_modules/moment/locale/de.js +79 -0
  261. data/node_modules/moment/locale/dv.js +101 -0
  262. data/node_modules/moment/locale/el.js +101 -0
  263. data/node_modules/moment/locale/en-au.js +68 -0
  264. data/node_modules/moment/locale/en-ca.js +64 -0
  265. data/node_modules/moment/locale/en-gb.js +68 -0
  266. data/node_modules/moment/locale/en-ie.js +68 -0
  267. data/node_modules/moment/locale/en-nz.js +68 -0
  268. data/node_modules/moment/locale/eo.js +74 -0
  269. data/node_modules/moment/locale/es-do.js +92 -0
  270. data/node_modules/moment/locale/es-us.js +84 -0
  271. data/node_modules/moment/locale/es.js +93 -0
  272. data/node_modules/moment/locale/et.js +82 -0
  273. data/node_modules/moment/locale/eu.js +67 -0
  274. data/node_modules/moment/locale/fa.js +108 -0
  275. data/node_modules/moment/locale/fi.js +110 -0
  276. data/node_modules/moment/locale/fo.js +61 -0
  277. data/node_modules/moment/locale/fr-ca.js +75 -0
  278. data/node_modules/moment/locale/fr-ch.js +79 -0
  279. data/node_modules/moment/locale/fr.js +84 -0
  280. data/node_modules/moment/locale/fy.js +76 -0
  281. data/node_modules/moment/locale/gd.js +77 -0
  282. data/node_modules/moment/locale/gl.js +78 -0
  283. data/node_modules/moment/locale/gom-latn.js +124 -0
  284. data/node_modules/moment/locale/gu.js +125 -0
  285. data/node_modules/moment/locale/he.js +100 -0
  286. data/node_modules/moment/locale/hi.js +125 -0
  287. data/node_modules/moment/locale/hr.js +155 -0
  288. data/node_modules/moment/locale/hu.js +111 -0
  289. data/node_modules/moment/locale/hy-am.js +96 -0
  290. data/node_modules/moment/locale/id.js +84 -0
  291. data/node_modules/moment/locale/is.js +133 -0
  292. data/node_modules/moment/locale/it.js +71 -0
  293. data/node_modules/moment/locale/ja.js +81 -0
  294. data/node_modules/moment/locale/jv.js +84 -0
  295. data/node_modules/moment/locale/ka.js +90 -0
  296. data/node_modules/moment/locale/kk.js +88 -0
  297. data/node_modules/moment/locale/km.js +59 -0
  298. data/node_modules/moment/locale/kn.js +127 -0
  299. data/node_modules/moment/locale/ko.js +83 -0
  300. data/node_modules/moment/locale/ky.js +89 -0
  301. data/node_modules/moment/locale/lb.js +138 -0
  302. data/node_modules/moment/locale/lo.js +71 -0
  303. data/node_modules/moment/locale/lt.js +119 -0
  304. data/node_modules/moment/locale/lv.js +99 -0
  305. data/node_modules/moment/locale/me.js +113 -0
  306. data/node_modules/moment/locale/mi.js +65 -0
  307. data/node_modules/moment/locale/mk.js +91 -0
  308. data/node_modules/moment/locale/ml.js +82 -0
  309. data/node_modules/moment/locale/mr.js +162 -0
  310. data/node_modules/moment/locale/ms-my.js +84 -0
  311. data/node_modules/moment/locale/ms.js +83 -0
  312. data/node_modules/moment/locale/mt.js +61 -0
  313. data/node_modules/moment/locale/my.js +97 -0
  314. data/node_modules/moment/locale/nb.js +64 -0
  315. data/node_modules/moment/locale/ne.js +124 -0
  316. data/node_modules/moment/locale/nl-be.js +89 -0
  317. data/node_modules/moment/locale/nl.js +89 -0
  318. data/node_modules/moment/locale/nn.js +61 -0
  319. data/node_modules/moment/locale/pa-in.js +125 -0
  320. data/node_modules/moment/locale/pl.js +127 -0
  321. data/node_modules/moment/locale/pt-br.js +62 -0
  322. data/node_modules/moment/locale/pt.js +66 -0
  323. data/node_modules/moment/locale/ro.js +77 -0
  324. data/node_modules/moment/locale/ru.js +185 -0
  325. data/node_modules/moment/locale/sd.js +99 -0
  326. data/node_modules/moment/locale/se.js +62 -0
  327. data/node_modules/moment/locale/si.js +72 -0
  328. data/node_modules/moment/locale/sk.js +158 -0
  329. data/node_modules/moment/locale/sl.js +174 -0
  330. data/node_modules/moment/locale/sq.js +71 -0
  331. data/node_modules/moment/locale/sr-cyrl.js +112 -0
  332. data/node_modules/moment/locale/sr.js +112 -0
  333. data/node_modules/moment/locale/ss.js +90 -0
  334. data/node_modules/moment/locale/sv.js +70 -0
  335. data/node_modules/moment/locale/sw.js +60 -0
  336. data/node_modules/moment/locale/ta.js +131 -0
  337. data/node_modules/moment/locale/te.js +90 -0
  338. data/node_modules/moment/locale/tet.js +69 -0
  339. data/node_modules/moment/locale/th.js +68 -0
  340. data/node_modules/moment/locale/tl-ph.js +63 -0
  341. data/node_modules/moment/locale/tlh.js +123 -0
  342. data/node_modules/moment/locale/tr.js +91 -0
  343. data/node_modules/moment/locale/tzl.js +93 -0
  344. data/node_modules/moment/locale/tzm-latn.js +59 -0
  345. data/node_modules/moment/locale/tzm.js +59 -0
  346. data/node_modules/moment/locale/uk.js +153 -0
  347. data/node_modules/moment/locale/ur.js +100 -0
  348. data/node_modules/moment/locale/uz-latn.js +59 -0
  349. data/node_modules/moment/locale/uz.js +59 -0
  350. data/node_modules/moment/locale/vi.js +80 -0
  351. data/node_modules/moment/locale/x-pseudo.js +69 -0
  352. data/node_modules/moment/locale/yo.js +61 -0
  353. data/node_modules/moment/locale/zh-cn.js +112 -0
  354. data/node_modules/moment/locale/zh-hk.js +106 -0
  355. data/node_modules/moment/locale/zh-tw.js +105 -0
  356. data/node_modules/moment/min/locales.js +9769 -0
  357. data/node_modules/moment/min/moment-with-locales.js +14289 -0
  358. data/node_modules/moment/moment.js +4535 -0
  359. data/node_modules/moment/package.json +99 -0
  360. data/node_modules/nprogress/nprogress.css +74 -0
  361. data/node_modules/nprogress/nprogress.js +480 -0
  362. data/node_modules/nprogress/package.json +47 -0
  363. data/node_modules/nprogress/support/extras.css +4 -0
  364. data/node_modules/roboto-fontface/css/mixins.scss +36 -0
  365. data/node_modules/roboto-fontface/css/roboto-condensed/sass/roboto-condensed-fontface-bold-italic.scss +3 -0
  366. data/node_modules/roboto-fontface/css/roboto-condensed/sass/roboto-condensed-fontface-bold.scss +3 -0
  367. data/node_modules/roboto-fontface/css/roboto-condensed/sass/roboto-condensed-fontface-light-italic.scss +3 -0
  368. data/node_modules/roboto-fontface/css/roboto-condensed/sass/roboto-condensed-fontface-light.scss +3 -0
  369. data/node_modules/roboto-fontface/css/roboto-condensed/sass/roboto-condensed-fontface-regular-italic.scss +3 -0
  370. data/node_modules/roboto-fontface/css/roboto-condensed/sass/roboto-condensed-fontface-regular.scss +3 -0
  371. data/node_modules/roboto-fontface/css/roboto-condensed/sass/roboto-condensed-fontface.scss +6 -0
  372. data/node_modules/roboto-fontface/css/roboto-slab/sass/roboto-slab-fontface-bold.scss +3 -0
  373. data/node_modules/roboto-fontface/css/roboto-slab/sass/roboto-slab-fontface-light.scss +3 -0
  374. data/node_modules/roboto-fontface/css/roboto-slab/sass/roboto-slab-fontface-regular.scss +3 -0
  375. data/node_modules/roboto-fontface/css/roboto-slab/sass/roboto-slab-fontface-thin.scss +3 -0
  376. data/node_modules/roboto-fontface/css/roboto-slab/sass/roboto-slab-fontface.scss +4 -0
  377. data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-black-italic.scss +3 -0
  378. data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-black.scss +3 -0
  379. data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-bold-italic.scss +3 -0
  380. data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-bold.scss +3 -0
  381. data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-light-italic.scss +3 -0
  382. data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-light.scss +3 -0
  383. data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-medium-italic.scss +3 -0
  384. data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-medium.scss +3 -0
  385. data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-regular-italic.scss +3 -0
  386. data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-regular.scss +3 -0
  387. data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-thin-italic.scss +3 -0
  388. data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-thin.scss +3 -0
  389. data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface.scss +12 -0
  390. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Bold.eot +0 -0
  391. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Bold.svg +643 -0
  392. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Bold.ttf +0 -0
  393. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Bold.woff +0 -0
  394. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Bold.woff2 +0 -0
  395. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-BoldItalic.eot +0 -0
  396. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-BoldItalic.svg +643 -0
  397. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-BoldItalic.ttf +0 -0
  398. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-BoldItalic.woff +0 -0
  399. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-BoldItalic.woff2 +0 -0
  400. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Light.eot +0 -0
  401. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Light.svg +643 -0
  402. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Light.ttf +0 -0
  403. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Light.woff +0 -0
  404. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Light.woff2 +0 -0
  405. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-LightItalic.eot +0 -0
  406. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-LightItalic.svg +643 -0
  407. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-LightItalic.ttf +0 -0
  408. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-LightItalic.woff +0 -0
  409. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-LightItalic.woff2 +0 -0
  410. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Regular.eot +0 -0
  411. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Regular.svg +644 -0
  412. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Regular.ttf +0 -0
  413. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Regular.woff +0 -0
  414. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Regular.woff2 +0 -0
  415. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-RegularItalic.eot +0 -0
  416. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-RegularItalic.svg +644 -0
  417. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-RegularItalic.ttf +0 -0
  418. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-RegularItalic.woff +0 -0
  419. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-RegularItalic.woff2 +0 -0
  420. data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Bold.eot +0 -0
  421. data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Bold.svg +679 -0
  422. data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Bold.ttf +0 -0
  423. data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Bold.woff +0 -0
  424. data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Bold.woff2 +0 -0
  425. data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Light.eot +0 -0
  426. data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Light.svg +678 -0
  427. data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Light.ttf +0 -0
  428. data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Light.woff +0 -0
  429. data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Light.woff2 +0 -0
  430. data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Regular.eot +0 -0
  431. data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Regular.svg +678 -0
  432. data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Regular.ttf +0 -0
  433. data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Regular.woff +0 -0
  434. data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Regular.woff2 +0 -0
  435. data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Thin.eot +0 -0
  436. data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Thin.svg +678 -0
  437. data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Thin.ttf +0 -0
  438. data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Thin.woff +0 -0
  439. data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Thin.woff2 +0 -0
  440. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Black.eot +0 -0
  441. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Black.svg +10968 -0
  442. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Black.ttf +0 -0
  443. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Black.woff +0 -0
  444. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Black.woff2 +0 -0
  445. data/node_modules/roboto-fontface/fonts/roboto/Roboto-BlackItalic.eot +0 -0
  446. data/node_modules/roboto-fontface/fonts/roboto/Roboto-BlackItalic.svg +11086 -0
  447. data/node_modules/roboto-fontface/fonts/roboto/Roboto-BlackItalic.ttf +0 -0
  448. data/node_modules/roboto-fontface/fonts/roboto/Roboto-BlackItalic.woff +0 -0
  449. data/node_modules/roboto-fontface/fonts/roboto/Roboto-BlackItalic.woff2 +0 -0
  450. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Bold.eot +0 -0
  451. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Bold.svg +11010 -0
  452. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Bold.ttf +0 -0
  453. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Bold.woff +0 -0
  454. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Bold.woff2 +0 -0
  455. data/node_modules/roboto-fontface/fonts/roboto/Roboto-BoldItalic.eot +0 -0
  456. data/node_modules/roboto-fontface/fonts/roboto/Roboto-BoldItalic.svg +11096 -0
  457. data/node_modules/roboto-fontface/fonts/roboto/Roboto-BoldItalic.ttf +0 -0
  458. data/node_modules/roboto-fontface/fonts/roboto/Roboto-BoldItalic.woff +0 -0
  459. data/node_modules/roboto-fontface/fonts/roboto/Roboto-BoldItalic.woff2 +0 -0
  460. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Light.eot +0 -0
  461. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Light.svg +10564 -0
  462. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Light.ttf +0 -0
  463. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Light.woff +0 -0
  464. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Light.woff2 +0 -0
  465. data/node_modules/roboto-fontface/fonts/roboto/Roboto-LightItalic.eot +0 -0
  466. data/node_modules/roboto-fontface/fonts/roboto/Roboto-LightItalic.svg +10646 -0
  467. data/node_modules/roboto-fontface/fonts/roboto/Roboto-LightItalic.ttf +0 -0
  468. data/node_modules/roboto-fontface/fonts/roboto/Roboto-LightItalic.woff +0 -0
  469. data/node_modules/roboto-fontface/fonts/roboto/Roboto-LightItalic.woff2 +0 -0
  470. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Medium.eot +0 -0
  471. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Medium.svg +10999 -0
  472. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Medium.ttf +0 -0
  473. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Medium.woff +0 -0
  474. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Medium.woff2 +0 -0
  475. data/node_modules/roboto-fontface/fonts/roboto/Roboto-MediumItalic.eot +0 -0
  476. data/node_modules/roboto-fontface/fonts/roboto/Roboto-MediumItalic.svg +11100 -0
  477. data/node_modules/roboto-fontface/fonts/roboto/Roboto-MediumItalic.ttf +0 -0
  478. data/node_modules/roboto-fontface/fonts/roboto/Roboto-MediumItalic.woff +0 -0
  479. data/node_modules/roboto-fontface/fonts/roboto/Roboto-MediumItalic.woff2 +0 -0
  480. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Regular.eot +0 -0
  481. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Regular.svg +10520 -0
  482. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Regular.ttf +0 -0
  483. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Regular.woff +0 -0
  484. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Regular.woff2 +0 -0
  485. data/node_modules/roboto-fontface/fonts/roboto/Roboto-RegularItalic.eot +0 -0
  486. data/node_modules/roboto-fontface/fonts/roboto/Roboto-RegularItalic.svg +10629 -0
  487. data/node_modules/roboto-fontface/fonts/roboto/Roboto-RegularItalic.ttf +0 -0
  488. data/node_modules/roboto-fontface/fonts/roboto/Roboto-RegularItalic.woff +0 -0
  489. data/node_modules/roboto-fontface/fonts/roboto/Roboto-RegularItalic.woff2 +0 -0
  490. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Thin.eot +0 -0
  491. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Thin.svg +10617 -0
  492. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Thin.ttf +0 -0
  493. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Thin.woff +0 -0
  494. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Thin.woff2 +0 -0
  495. data/node_modules/roboto-fontface/fonts/roboto/Roboto-ThinItalic.eot +0 -0
  496. data/node_modules/roboto-fontface/fonts/roboto/Roboto-ThinItalic.svg +10726 -0
  497. data/node_modules/roboto-fontface/fonts/roboto/Roboto-ThinItalic.ttf +0 -0
  498. data/node_modules/roboto-fontface/fonts/roboto/Roboto-ThinItalic.woff +0 -0
  499. data/node_modules/roboto-fontface/fonts/roboto/Roboto-ThinItalic.woff2 +0 -0
  500. data/node_modules/roboto-fontface/package.json +28 -0
  501. data/node_modules/signature_pad/dist/signature_pad.js +610 -0
  502. data/node_modules/signature_pad/package.json +41 -0
  503. data/package.json +23 -0
  504. data/yarn.lock +118 -0
  505. metadata +575 -0
@@ -0,0 +1,678 @@
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" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
4
+ <metadata></metadata>
5
+ <defs>
6
+ <font id="roboto_slablight" horiz-adv-x="1485" >
7
+ <font-face units-per-em="2048" ascent="1638" descent="-410" />
8
+ <missing-glyph horiz-adv-x="498" />
9
+ <glyph unicode="&#xfb01;" horiz-adv-x="1209" d="M59 984v98h179v138q0 173 95.5 267t264.5 94q66 0 135 -15t140 -44l-19 -103q-60 25 -118 39t-131 14q-122 0 -184.5 -65t-62.5 -187v-138h621v-981l163 -13v-88h-445v88l163 13v883h-502v-883l163 -13v-88h-446v88l163 13v883h-179z" />
10
+ <glyph unicode="&#xfb02;" horiz-adv-x="1324" d="M75 0v88l163 13v883h-158v98h158v109q0 186 109 288t302 102q86 0 176.5 -17.5t181.5 -51.5h44v-1411l163 -13v-88h-445v88l163 13v1328q-63 20 -130 31.5t-146 11.5q-155 0 -226.5 -71t-71.5 -210v-109h279v-98h-279v-883l163 -13v-88h-446z" />
11
+ <glyph horiz-adv-x="0" />
12
+ <glyph unicode="&#xd;" horiz-adv-x="498" />
13
+ <glyph horiz-adv-x="0" />
14
+ <glyph unicode="&#x9;" horiz-adv-x="0" />
15
+ <glyph unicode=" " horiz-adv-x="498" />
16
+ <glyph unicode="&#x09;" horiz-adv-x="498" />
17
+ <glyph unicode="&#xa0;" horiz-adv-x="498" />
18
+ <glyph unicode="!" horiz-adv-x="458" d="M143 0v167h142v-167h-142zM154 478v978h119v-978h-119z" />
19
+ <glyph unicode="&#x22;" horiz-adv-x="711" d="M166 1083l2 255v222h102v-216l-33 -261h-71zM405 1083l3 258v219h102v-216l-33 -261h-72z" />
20
+ <glyph unicode="#" horiz-adv-x="1246" d="M63 410v93h272l83 441h-279v96h297l79 416h99l-79 -416h315l79 416h99l-79 -416h230v-96h-248l-83 -441h256v-93h-274l-77 -410h-99l77 410h-314l-77 -410h-99l77 410h-255zM434 503h315l83 441h-315z" />
21
+ <glyph unicode="$" horiz-adv-x="1097" d="M82 412l3 6h111q0 -177 101.5 -255t244.5 -78q147 0 233.5 77.5t86.5 196.5q0 111 -72 181t-254 134q-208 66 -308 159t-100 262q0 162 100 264t272 116v202h102v-202q175 -16 271.5 -131t94.5 -311l-3 -5h-112q0 152 -80.5 247t-223.5 95q-148 0 -224.5 -77.5 t-76.5 -195.5q0 -114 68 -183.5t261 -133.5q206 -69 305.5 -160.5t99.5 -258.5q0 -166 -103.5 -265.5t-279.5 -113.5v-190h-102v189q-181 12 -300 116t-115 315z" />
22
+ <glyph unicode="%" horiz-adv-x="1458" d="M77 1099v77q0 127 78.5 214t206.5 87t206.5 -87t78.5 -214v-77q0 -126 -78.5 -212.5t-204.5 -86.5q-129 0 -208 86.5t-79 212.5zM174 1099q0 -88 49 -150t141 -62q89 0 137.5 62t48.5 150v77q0 88 -49 151t-139 63t-139 -63t-49 -151v-77zM366 169l711 1138l74 -48 l-711 -1138zM810 279v78q0 126 78.5 213t205.5 87q128 0 207 -87t79 -213v-78q0 -127 -79 -213.5t-205 -86.5q-129 0 -207.5 86.5t-78.5 213.5zM906 279q0 -88 49 -150.5t141 -62.5q89 0 138 62t49 151v78q0 91 -49 152t-140 61q-90 0 -139 -61.5t-49 -151.5v-78z" />
23
+ <glyph unicode="&#x26;" horiz-adv-x="1269" d="M74 371q0 120 72.5 216.5t209.5 196.5l14 10q-81 101 -119.5 183.5t-38.5 169.5q0 158 88.5 244t243.5 86q144 0 228.5 -81t84.5 -204q0 -91 -45 -155.5t-130 -129.5l-158 -122l411 -480q49 71 76 159t27 187h111q0 -128 -37 -235t-105 -194l185 -217l-2 -5h-138 l-122 141q-85 -78 -186 -120t-218 -42q-209 0 -330.5 107t-121.5 285zM193 371q0 -124 85.5 -207.5t247.5 -83.5q92 0 179.5 36t157.5 103l-414 482l-8.5 8.5t-5.5 7.5l-47 -36q-115 -94 -155 -170t-40 -140zM332 1149q0 -66 31.5 -138t95.5 -150l177 132q59 45 83.5 94 t24.5 105q0 79 -53 131t-147 52q-102 0 -157 -65t-55 -161z" />
24
+ <glyph unicode="'" horiz-adv-x="438" d="M166 1090l8 266v204h102v-195l-39 -275h-71z" />
25
+ <glyph unicode="(" horiz-adv-x="636" d="M114 573v15q0 363 138.5 651t309.5 385h6l26 -73q-145 -103 -253 -366t-108 -594v-20q0 -331 108 -594t253 -370l-26 -70h-6q-173 100 -310.5 382t-137.5 654z" />
26
+ <glyph unicode=")" horiz-adv-x="629" d="M11 -393q144 102 252.5 367t108.5 597v20q0 329 -110.5 595.5t-250.5 368.5l25 69l6 1q170 -98 309.5 -386t139.5 -651v-15q0 -372 -138.5 -654t-310.5 -382l-6 1z" />
27
+ <glyph unicode="*" horiz-adv-x="952" d="M66 1108l32 101l332 -123l-4 370h104l-8 -373l324 127l33 -101l-333 -115l223 -294l-86 -63l-213 305l-204 -303l-85 61l217 300z" />
28
+ <glyph unicode="+" horiz-adv-x="1145" d="M73 628v112h434v466h120v-466h444v-112h-444v-482h-120v482h-434z" />
29
+ <glyph unicode="," horiz-adv-x="392" d="M60 -229q47 66 69.5 131t22.5 144v142h119v-140q0 -92 -37.5 -180t-102.5 -149z" />
30
+ <glyph unicode="-" horiz-adv-x="793" d="M154 570v101h478v-101h-478z" />
31
+ <glyph unicode="." horiz-adv-x="466" d="M145 0v164h137v-164h-137z" />
32
+ <glyph unicode="/" horiz-adv-x="798" d="M0 -125l608 1581h108l-608 -1581h-108z" />
33
+ <glyph unicode="0" horiz-adv-x="1158" d="M121 565v325q0 281 119.5 434t331.5 153q213 0 333.5 -153t120.5 -434v-325q0 -282 -119.5 -434t-332.5 -152q-212 0 -332.5 152.5t-120.5 433.5zM240 547q0 -222 86.5 -344.5t247.5 -122.5q162 0 247 122t85 345v363q0 224 -85.5 344.5t-248.5 120.5q-162 0 -247 -121 t-85 -344v-363z" />
34
+ <glyph unicode="1" horiz-adv-x="831" d="M88 1288v84l407 88v-1359l261 -13v-88h-642v88l261 13v1228z" />
35
+ <glyph unicode="2" horiz-adv-x="1116" d="M76 1043q-5 182 117.5 308t333.5 126q188 0 300.5 -108t112.5 -290q0 -120 -75.5 -243.5t-209.5 -275.5l-402 -454l2 -5h635l10 205h106v-306h-905v92l477 541q133 150 187.5 250t54.5 192q0 135 -77 217.5t-216 82.5q-166 0 -252 -92t-86 -246h-111z" />
36
+ <glyph unicode="3" horiz-adv-x="1102" d="M75 389l2 6h111q0 -139 96.5 -227t249.5 -88q155 0 242 80.5t87 230.5q0 153 -91 226.5t-260 73.5h-138v102h138q159 0 241 79.5t82 204.5q0 136 -77 217t-228 81q-141 0 -230.5 -82.5t-89.5 -217.5h-112l-2 6q-5 170 119.5 283t314.5 113q194 0 309.5 -107t115.5 -297 q0 -103 -64 -193.5t-180 -134.5q136 -39 203.5 -131.5t67.5 -218.5q0 -194 -125.5 -305t-322.5 -111q-191 0 -327.5 108.5t-131.5 301.5z" />
37
+ <glyph unicode="4" horiz-adv-x="1178" d="M63 368v68l670 1020h131v-987h228v-101h-228v-267l163 -13v-88h-445v88l163 13v267h-682zM205 469h540v830l-6 2l-51 -109z" />
38
+ <glyph unicode="5" horiz-adv-x="1070" d="M97 377l2 6h107q0 -147 83 -225t222 -78q163 0 243.5 98t80.5 284q0 163 -80.5 261.5t-225.5 98.5q-140 0 -213.5 -44.5t-106.5 -134.5l-97 16l80 797h732v-237h-97l-12 126h-520l-54 -519q55 50 121 77t179 30q186 3 300 -125t114 -344q0 -221 -111 -353t-333 -132 q-180 0 -299.5 100.5t-114.5 297.5z" />
39
+ <glyph unicode="6" horiz-adv-x="1124" d="M121 562v265q0 318 138.5 484t355.5 166q75 0 148 -17t130 -49l-29 -96q-57 31 -114 45.5t-135 14.5q-169 0 -272 -133t-103 -404v-49q60 78 153 125t206 47q196 0 310 -135t114 -352q0 -215 -122.5 -355t-318.5 -140q-203 0 -332 152.5t-129 430.5zM240 553 q0 -227 95 -350t247 -123q146 0 233.5 114.5t87.5 279.5q0 175 -85 282t-243 107q-121 0 -211.5 -63t-123.5 -162v-85z" />
40
+ <glyph unicode="7" horiz-adv-x="1115" d="M76 1149v307h955v-102q-236 -279 -361.5 -568t-167.5 -664l-10 -122h-120l10 122q43 371 174.5 670.5t350.5 561.5h-717l-8 -205h-106z" />
41
+ <glyph unicode="8" horiz-adv-x="1127" d="M92 386q0 129 79 224.5t212 136.5q-115 40 -182.5 128t-67.5 206q0 188 118.5 292t307.5 104q187 0 307.5 -104.5t120.5 -291.5q0 -118 -68.5 -206.5t-183.5 -128.5q132 -41 212.5 -137t80.5 -223q0 -196 -131 -301.5t-336 -105.5q-210 0 -339.5 105t-129.5 302zM211 385 q0 -143 97 -224t253 -81q151 0 249.5 81.5t98.5 223.5q0 138 -100.5 224.5t-249.5 86.5q-152 0 -250 -86.5t-98 -224.5zM252 1082q0 -129 86 -206.5t223 -77.5q133 0 220 77.5t87 206.5q0 126 -89 209.5t-220 83.5q-135 0 -221 -80t-86 -213z" />
42
+ <glyph unicode="9" horiz-adv-x="1138" d="M84 958q0 221 127 370t316 149q213 0 338.5 -139t125.5 -420v-305q0 -319 -131.5 -476.5t-354.5 -157.5q-77 0 -156 15t-150 46l22 100q68 -32 134.5 -46t149.5 -14q170 0 266 130t96 401v42q-54 -91 -143 -140.5t-198 -49.5q-199 0 -320.5 137.5t-121.5 357.5zM208 958 q0 -169 85.5 -281.5t232.5 -112.5q130 0 217 66.5t124 164.5v132q0 226 -89.5 337t-245.5 111q-141 0 -232.5 -122t-91.5 -295z" />
43
+ <glyph unicode=":" horiz-adv-x="389" d="M131 0v164h137v-164h-137zM131 0zM131 916v164h137v-164h-137z" />
44
+ <glyph unicode=";" horiz-adv-x="391" d="M65 0zM65 -229q47 66 69.5 131t22.5 144v142h119v-140q0 -92 -37.5 -180t-102.5 -149zM135 918v164h137v-164h-137z" />
45
+ <glyph unicode="&#x3c;" horiz-adv-x="1022" d="M76 501v97l827 378v-126l-614 -272l-108 -28v-6l108 -28l614 -268v-126z" />
46
+ <glyph unicode="=" horiz-adv-x="1127" d="M147 422v106h834v-106h-834zM147 833v106h834v-106h-834z" />
47
+ <glyph unicode="&#x3e;" horiz-adv-x="1056" d="M125 113v124l631 274l108 27v6l-108 29l-631 271v123l844 -378v-97z" />
48
+ <glyph unicode="?" horiz-adv-x="925" d="M66 1122q-3 165 103.5 260t272.5 95q179 0 280.5 -101t101.5 -273q0 -135 -66.5 -239.5t-188.5 -218.5q-62 -53 -75.5 -99t-13.5 -142h-119q1 131 22 182.5t114 136.5q107 110 157 186.5t50 192.5q0 128 -68 198t-194 70q-118 0 -190 -68.5t-73 -185.5h-111zM358 0v154 h138v-154h-138z" />
49
+ <glyph unicode="@" horiz-adv-x="1809" d="M86 478q18 424 252.5 683t609.5 259q391 0 587.5 -241.5t179.5 -665.5q-10 -216 -117 -375t-313 -159q-78 0 -131 51t-69 141q-53 -96 -130.5 -144t-180.5 -48q-131 0 -199 119.5t-49 317.5q23 254 141 407.5t286 153.5q93 0 150.5 -27t126.5 -81l-2 -2h3l-50 -574 q-10 -132 30 -180t95 -48q142 0 224.5 124.5t92.5 323.5q19 389 -149 604.5t-530 215.5q-324 0 -533.5 -235.5t-226.5 -619.5q-19 -379 163.5 -612.5t519.5 -233.5q88 0 178 22t152 57l31 -75q-64 -41 -167 -65t-198 -24q-380 0 -588 249.5t-189 681.5zM636 416 q-16 -155 26 -247t138 -92q86 0 156 43t123 157v8.5t1 7.5l47 543q-32 23 -71.5 36.5t-86.5 13.5q-134 0 -222 -119t-111 -351z" />
50
+ <glyph unicode="A" d="M55 0v88l107 8l517 1360h113l512 -1360l109 -8v-88h-359v88l127 10l-120 326h-654l-121 -326l127 -10v-88h-358zM447 531h575l-283 770h-6z" />
51
+ <glyph unicode="B" horiz-adv-x="1322" d="M71 0v88l163 13v1253l-163 13v89h163h425q227 0 353.5 -95.5t126.5 -287.5q0 -112 -63.5 -195t-172.5 -115q133 -24 216 -125t83 -233q0 -195 -126.5 -300t-338.5 -105h-666zM353 101h384q161 0 253 79.5t92 222.5q0 131 -83.5 215t-242.5 84h-403v-601zM353 803h335 q158 0 244.5 69.5t86.5 204.5q0 138 -92 207.5t-268 69.5h-306v-551z" />
52
+ <glyph unicode="C" horiz-adv-x="1349" d="M103 718v19q0 325 177.5 532.5t464.5 207.5q162 0 289.5 -63.5t195.5 -157.5v-256h-93l-17 221q-58 69 -151 111.5t-215 42.5q-244 0 -388 -177.5t-144 -458.5v-21q0 -281 142.5 -459.5t374.5 -178.5q123 0 223.5 43t157.5 111l17 221h93v-256q-68 -94 -198.5 -157 t-292.5 -63q-280 0 -458 207.5t-178 531.5z" />
53
+ <glyph unicode="D" horiz-adv-x="1401" d="M71 0v88l163 13v1253l-163 13v89h163h423q267 0 441 -178t174 -457v-187q0 -280 -174 -457t-441 -177h-586zM353 101h304q216 0 355.5 151t139.5 382v190q0 228 -140 379t-355 151h-304v-1253z" />
54
+ <glyph unicode="E" horiz-adv-x="1286" d="M71 0v88l163 13v1253l-163 13v89h163h917v-320h-106l-9 218h-683v-547h597v-102h-597v-604h688l9 218h106v-319h-1085z" />
55
+ <glyph unicode="F" horiz-adv-x="1258" d="M71 0v88l163 13v1253l-163 13v89h1092v-320h-106l-9 218h-695v-569h608v-103h-608v-581l163 -13v-88h-445z" />
56
+ <glyph unicode="G" horiz-adv-x="1420" d="M95 718v31q0 324 178 526t467 202q164 0 290 -54.5t205 -149.5v-253h-93l-21 213q-59 65 -153 103.5t-219 38.5q-248 0 -391 -174t-143 -450v-33q0 -284 140.5 -461t379.5 -177q142 0 243 37t142 79v353l-280 5v97h399v-491q-52 -64 -181 -122.5t-323 -58.5 q-284 0 -462 205t-178 534z" />
57
+ <glyph unicode="H" horiz-adv-x="1537" d="M71 0v88l163 13v1253l-163 13v89h445v-89l-163 -13v-582h828v582l-163 13v89h163h119h163v-89l-163 -13v-1253l163 -13v-88h-445v88l163 13v569h-828v-569l163 -13v-88h-445z" />
58
+ <glyph unicode="I" horiz-adv-x="627" d="M91 0v88l163 13v1253l-163 13v89h446v-89l-163 -13v-1253l163 -13v-88h-446z" />
59
+ <glyph unicode="J" horiz-adv-x="1158" d="M54 395l2 6h112q0 -158 84 -239.5t240 -81.5q133 0 219 90.5t86 242.5v941l-163 13v89h283h163v-89l-163 -13v-941q0 -199 -118.5 -316.5t-306.5 -117.5q-205 0 -324 106q-114 102 -114 294v16z" />
60
+ <glyph unicode="K" horiz-adv-x="1417" d="M71 0v88l163 13v1253l-163 13v89h445v-89l-163 -13v-568h199l490 573l-140 8v89h407v-89l-128 -12l-521 -615l562 -640l131 -12v-88h-415v88l138 8l-523 589h-200v-584l163 -13v-88h-445z" />
61
+ <glyph unicode="L" horiz-adv-x="1178" d="M71 0v88l163 13v1253l-163 13v89h163h120h163v-89l-163 -13v-1253h605l9 205h106v-306h-1003z" />
62
+ <glyph unicode="M" horiz-adv-x="1861" d="M71 0v88l163 13v1253l-163 13v89h163h157l535 -1282h6l537 1282h321v-89l-163 -13v-1253l163 -13v-88h-445v88l163 13v542l10 637l-6 2l-541 -1282h-83l-540 1276l-6 -1l11 -632v-542l163 -13v-88h-445z" />
63
+ <glyph unicode="N" horiz-adv-x="1536" d="M71 0v88l163 13v1253l-163 13v89h163h120l827 -1250l6 1v1147l-163 13v89h282h163v-89l-163 -13v-1354h-119l-827 1252l-6 -1v-1150l163 -13v-88h-446z" />
64
+ <glyph unicode="O" horiz-adv-x="1468" d="M106 718v19q0 327 172 533.5t448 206.5q280 0 455.5 -206.5t175.5 -533.5v-19q0 -328 -175 -533.5t-455 -205.5q-276 0 -448.5 206t-172.5 533zM226 718q0 -285 135 -460t366 -175q237 0 373.5 174.5t136.5 460.5v21q0 283 -138 458t-373 175q-231 0 -365.5 -175 t-134.5 -458v-21z" />
65
+ <glyph unicode="P" horiz-adv-x="1276" d="M71 0v88l163 13v1253l-163 13v89h163h451q229 0 354.5 -116.5t125.5 -308.5q0 -194 -125.5 -310t-354.5 -116h-332v-504l163 -13v-88h-445zM353 707h332q180 0 270.5 91.5t90.5 230.5q0 140 -90 232.5t-271 92.5h-332v-647z" />
66
+ <glyph unicode="Q" horiz-adv-x="1463" d="M106 718v19q0 327 172 533.5t448 206.5q280 0 455.5 -206.5t175.5 -533.5v-19q0 -213 -77.5 -379.5t-215.5 -259.5l301 -215l-83 -76l-328 233q-53 -21 -110 -31.5t-117 -10.5q-276 0 -448.5 206t-172.5 533zM226 718q0 -285 135 -460t366 -175q237 0 373.5 174.5 t136.5 460.5v21q0 283 -138 458t-373 175q-231 0 -365.5 -175t-134.5 -458v-21z" />
67
+ <glyph unicode="R" horiz-adv-x="1374" d="M71 0v87l163 14v1252l-163 14v88h605q234 0 359.5 -102t125.5 -295q0 -114 -67 -205t-189 -132q135 -34 194.5 -121.5t59.5 -220.5v-133q0 -77 24 -114t73 -40l49 -3v-89h-76q-106 0 -148 72t-42 176v129q0 132 -84.5 209.5t-235.5 80.5h-366v-566l163 -14v-87h-445z M353 769h309q197 0 288 79t91 211q0 140 -91 217t-274 77h-323v-584z" />
68
+ <glyph unicode="S" horiz-adv-x="1220" d="M109 191v255h98l17 -213q66 -75 169 -114t224 -39q172 0 278.5 76t106.5 201q0 119 -89 194.5t-310 133.5q-239 60 -362 156t-123 259q0 167 140 272t361 105q159 0 283.5 -55t196.5 -149v-249h-98l-17 206q-54 68 -147 106.5t-218 38.5q-180 0 -280.5 -78t-100.5 -194 q0 -110 90.5 -183.5t313.5 -129.5q235 -60 357.5 -162t122.5 -269q0 -174 -142 -277t-363 -103q-156 0 -289.5 55t-218.5 157z" />
69
+ <glyph unicode="T" horiz-adv-x="1280" d="M60 1149v307h1158v-307h-106l-9 205h-404v-1253l163 -13v-88h-446v88l163 13v1253h-404l-8 -205h-107z" />
70
+ <glyph unicode="U" horiz-adv-x="1487" d="M60 1367v89h163h119h163v-89l-163 -13v-885q0 -186 110 -287.5t287 -101.5q180 0 293 101t113 288v885l-163 13v89h445v-89l-163 -13v-885q0 -238 -145.5 -364t-379.5 -126q-230 0 -373 126.5t-143 363.5v885z" />
71
+ <glyph unicode="V" horiz-adv-x="1455" d="M52 1367v89h378v-89l-136 -11l402 -1110l29 -97h6l29 97l401 1110l-136 11v89h378v-89l-113 -9l-506 -1358h-113l-507 1358z" />
72
+ <glyph unicode="W" horiz-adv-x="1937" d="M43 1367v89h380v-89l-148 -11l230 -944l44 -222h6l54 222l320 1044h113l319 -1044l53 -225l6 1l47 224l227 944l-148 11v89h380v-89l-109 -8l-339 -1359h-113l-339 1117l-38 153h-6l-36 -153l-342 -1117h-113l-339 1359z" />
73
+ <glyph unicode="X" horiz-adv-x="1397" d="M54 0v88l122 10l453 640l-438 619l-122 10v89h400v-89l-139 -6l368 -532l369 532l-137 6v89h399v-89l-122 -10l-437 -619l453 -640l123 -10v-88h-399v88l137 6l-384 553l-385 -553l138 -6v-88h-399z" />
74
+ <glyph unicode="Y" horiz-adv-x="1423" d="M55 1367v89h400v-89l-140 -10l394 -710l396 710l-140 10v89h401v-89l-124 -10l-474 -825v-431l163 -13v-88h-446v88l163 13v438l-470 818z" />
75
+ <glyph unicode="Z" horiz-adv-x="1220" d="M92 0v92l857 1262h-716l-8 -205h-107v307h977v-87l-861 -1268h778l9 205h107v-306h-1036z" />
76
+ <glyph unicode="[" horiz-adv-x="548" d="M157 -312v1976h329v-102h-210v-1772h210v-102h-329z" />
77
+ <glyph unicode="\" horiz-adv-x="810" d="M36 1456h116l608 -1581h-116z" />
78
+ <glyph unicode="]" horiz-adv-x="526" d="M23 -210h210v1772h-210v102h330v-1976h-330v102z" />
79
+ <glyph unicode="^" horiz-adv-x="844" d="M71 729l299 727h89l299 -727h-116l-197 484l-29 105h-6l-30 -105l-194 -484h-115z" />
80
+ <glyph unicode="_" horiz-adv-x="1149" d="M119 0h881v-101h-881v101z" />
81
+ <glyph unicode="`" horiz-adv-x="562" d="M84 1471l2 5h154l202 -266h-117z" />
82
+ <glyph unicode="a" horiz-adv-x="1130" d="M104 283q0 150 129 238t350 88h239v143q0 116 -74.5 182t-208.5 66q-90 0 -164.5 -24.5t-124.5 -66.5l-10 -145h-99l1 208q75 58 179.5 94t222.5 36q179 0 288 -91t109 -261v-532q0 -33 1.5 -63.5t6.5 -59.5l108 -7v-88h-213q-12 55 -17 95t-5 81q-60 -85 -160 -141 t-225 -56q-159 0 -246 82t-87 222zM223 279q0 -87 60.5 -140.5t166.5 -53.5q130 0 229 60t143 155v217h-241q-163 0 -260.5 -67.5t-97.5 -170.5z" />
83
+ <glyph unicode="b" horiz-adv-x="1133" d="M-8 1471v89h282v-648q54 91 138 140.5t200 49.5q195 0 305 -155.5t110 -414.5v-21q0 -243 -110 -387.5t-303 -144.5q-119 0 -205 47.5t-139 136.5l-13 -163h-102v1458zM274 288q40 -94 119.5 -149.5t198.5 -55.5q156 0 235 116t79 312v21q0 207 -80 336.5t-236 129.5 q-126 0 -202.5 -62t-113.5 -159v-489z" />
84
+ <glyph unicode="c" horiz-adv-x="1094" d="M97 520v42q0 236 121 388t340 152q125 0 229 -47t169 -128l5 -236h-102l-19 192q-48 54 -119.5 85.5t-162.5 31.5q-174 0 -257.5 -124.5t-83.5 -313.5v-42q0 -192 83 -316t259 -124q119 0 210 68t91 189h106l2 -6v-12q0 -142 -120 -239q-124 -101 -289 -101 q-220 0 -341 151.5t-121 389.5z" />
85
+ <glyph unicode="d" horiz-adv-x="1216" d="M97 511v21q0 259 109.5 414.5t305.5 155.5q113 0 196 -47.5t138 -135.5v539l-163 13v89h163h120v-1459l163 -13v-88h-270l-10 156q-54 -85 -139 -131t-200 -46q-194 0 -303.5 145t-109.5 387zM218 511q0 -196 78.5 -312t236.5 -116q115 0 192.5 52t120.5 143v512 q-40 92 -115.5 150t-195.5 58q-158 0 -237.5 -129.5t-79.5 -336.5v-21z" />
86
+ <glyph unicode="e" horiz-adv-x="1102" d="M102 509v55q0 232 133.5 385t322.5 153q199 0 313 -126t114 -336v-102h-764v-29q0 -182 97.5 -305.5t255.5 -123.5q111 0 190 31t135 89l51 -82q-61 -64 -154 -101.5t-222 -37.5q-204 0 -338 149.5t-134 380.5zM230 644l2 -5h634v30q0 141 -83 236t-225 95 q-132 0 -222.5 -101.5t-105.5 -254.5z" />
87
+ <glyph unicode="f" horiz-adv-x="725" d="M80 984v98h179v158q0 163 82 252t229 89q32 0 66 -5t69 -14l-15 -99q-24 6 -49 9.5t-59 3.5q-98 0 -150.5 -62t-52.5 -174v-158h258v-98h-258v-883l163 -13v-88h-446v88l163 13v883h-179z" />
88
+ <glyph unicode="g" horiz-adv-x="1148" d="M102 511v21q0 259 110.5 414.5t306.5 155.5q115 0 199.5 -50.5t139.5 -142.5l14 173h101v-1068q0 -209 -113 -330t-315 -121q-78 0 -166.5 19t-154.5 52l32 101q65 -31 136.5 -48t150.5 -17q154 0 232 91t78 253v137q-55 -83 -139 -127.5t-197 -44.5q-195 0 -305 145 t-110 387zM222 511q0 -195 79.5 -311.5t237.5 -116.5q117 0 194.5 53t119.5 146v502q-40 95 -115 154.5t-197 59.5q-158 0 -238.5 -130t-80.5 -336v-21z" />
89
+ <glyph unicode="h" horiz-adv-x="1298" d="M62 0v88l163 13v1357l-163 13v89h282v-663q54 97 144 151t210 54q171 0 262.5 -106t91.5 -329v-566l163 -13v-88h-446v88l163 13v568q0 176 -69.5 252.5t-191.5 76.5q-123 0 -205.5 -64.5t-121.5 -171.5v-661l163 -13v-88h-445z" />
90
+ <glyph unicode="i" horiz-adv-x="638" d="M89 0v88l163 13v879l-163 13v89h282v-981l163 -13v-88h-445zM252 1392v168h119v-168h-119z" />
91
+ <glyph unicode="j" horiz-adv-x="562" d="M-13 -418l13 101q15 -5 42.5 -10t49.5 -5q90 0 140 61.5t50 181.5v1069l-163 13v89h283v-1171q0 -167 -80 -257.5t-223 -90.5q-31 0 -57.5 5t-54.5 14zM276 1396v164h120v-164h-120z" />
92
+ <glyph unicode="k" horiz-adv-x="1194" d="M62 0v88l163 13v1357l-163 13v89h282v-930h127l329 351l-2 5l-99 7v89h381v-89l-126 -12l-370 -393l421 -489l120 -11v-88h-380v88l114 7l-376 432h-139v-426l163 -13v-88h-445z" />
93
+ <glyph unicode="l" horiz-adv-x="610" d="M73 0v88l163 13v1357l-163 13v89h282v-1459l163 -13v-88h-445z" />
94
+ <glyph unicode="m" horiz-adv-x="1959" d="M71 0v88l163 13v879l-163 13v89h269l11 -179q52 95 139 147t207 52q124 0 207 -60.5t119 -184.5q49 114 139.5 179.5t220.5 65.5q173 0 267.5 -115t94.5 -356v-529l163 -14v-88h-447v88l163 14v531q0 200 -70.5 282.5t-196.5 82.5q-140 0 -215.5 -89t-93.5 -227 q0 -8 0.5 -15t0.5 -18v-548l163 -13v-88h-446v88l163 13v532q0 196 -71.5 280.5t-196.5 84.5q-128 0 -202.5 -64.5t-104.5 -173.5v-659l163 -13v-88h-446z" />
95
+ <glyph unicode="n" horiz-adv-x="1319" d="M75 0v88l163 13v879l-163 13v89h269l11 -189q52 100 140.5 154.5t209.5 54.5q176 0 268 -107.5t92 -335.5v-558l163 -13v-88h-446v88l163 13v557q0 186 -69.5 263t-197.5 77q-126 0 -205.5 -66.5t-114.5 -176.5v-654l163 -13v-88h-446z" />
96
+ <glyph unicode="o" horiz-adv-x="1152" d="M97 524v33q0 239 131 392t347 153q217 0 348 -153t131 -392v-33q0 -240 -130.5 -392.5t-346.5 -152.5q-218 0 -349 152.5t-131 392.5zM217 524q0 -188 95 -316t265 -128q167 0 262 128t95 316v33q0 185 -95.5 314t-263.5 129t-263 -129t-95 -314v-33z" />
97
+ <glyph unicode="p" horiz-adv-x="1197" d="M65 -327l163 13v1294l-163 13v89h263l15 -168q55 90 140.5 139t200.5 49q195 0 305 -155.5t110 -414.5v-21q0 -243 -110 -387.5t-303 -144.5q-114 0 -199.5 43.5t-139.5 123.5v-460l163 -13v-89h-445v89zM347 271q41 -89 118.5 -140t193.5 -51q157 0 238.5 118t81.5 313 v21q0 206 -82 336t-240 130q-121 0 -196.5 -57.5t-113.5 -149.5v-520z" />
98
+ <glyph unicode="q" horiz-adv-x="1144" d="M97 511v21q0 259 109.5 414.5t305.5 155.5q112 0 194.5 -46.5t137.5 -133.5l12 160h105v-1396l163 -13v-89h-446v89l163 13v456q-55 -79 -138 -121t-193 -42q-194 0 -303.5 145t-109.5 387zM218 511q0 -196 78.5 -313.5t236.5 -117.5q112 0 188.5 50.5t119.5 138.5v528 q-42 89 -116.5 146t-189.5 57q-158 0 -237.5 -130.5t-79.5 -337.5v-21z" />
99
+ <glyph unicode="r" horiz-adv-x="823" d="M89 0v88l163 13v879l-163 13v89h163h104l15 -180v-13q46 100 125.5 156.5t188.5 56.5q23 0 44.5 -3.5t35.5 -7.5l-16 -112l-89 6q-113 0 -185.5 -63.5t-103.5 -174.5v-646l163 -13v-88h-445z" />
100
+ <glyph unicode="s" horiz-adv-x="1025" d="M116 107v218h97l17 -154q48 -48 121.5 -69.5t153.5 -21.5q130 0 205 57t75 138q0 76 -62.5 133t-225.5 93q-193 42 -286.5 111.5t-93.5 194.5q0 124 105 209.5t277 85.5q119 0 217.5 -36.5t160.5 -98.5l5 -219h-98l-14 153q-45 47 -113.5 73t-157.5 26 q-131 0 -196.5 -56.5t-65.5 -132.5q0 -75 56.5 -124t225.5 -86q193 -43 289 -117.5t96 -202.5q0 -135 -109.5 -218.5t-289.5 -83.5q-120 0 -218.5 33.5t-170.5 94.5z" />
101
+ <glyph unicode="t" horiz-adv-x="733" d="M65 984v98h186v277h121v-277h238v-98h-238v-705q0 -106 38.5 -150.5t102.5 -44.5q29 0 56.5 2.5t63.5 8.5l18 -89q-30 -13 -73 -20t-86 -7q-114 0 -177.5 72t-63.5 228v705h-186z" />
102
+ <glyph unicode="u" horiz-adv-x="1232" d="M46 993v89h134h119v-629q0 -198 67.5 -284t191.5 -86q136 0 216.5 60t113.5 166v671l-154 13v89h154h120v-981l145 -13v-88h-250l-11 178q-51 -95 -139.5 -147t-208.5 -52q-171 0 -267.5 116t-96.5 360v525z" />
103
+ <glyph unicode="v" horiz-adv-x="1155" d="M47 993v89h364v-89l-135 -10l270 -712l35 -127h6l38 127l266 712l-135 10v89h364v-89l-106 -9l-382 -984h-96l-383 984z" />
104
+ <glyph unicode="w" horiz-adv-x="1690" d="M56 993v89h363v-89l-136 -11l175 -631l41 -193h6l51 193l231 731h102l231 -731l52 -198h6l45 198l170 631l-136 11v89h364v-89l-105 -8l-287 -985h-102l-241 740l-47 187h-6l-47 -187l-237 -740h-102l-286 985z" />
105
+ <glyph unicode="x" horiz-adv-x="1192" d="M73 0v88l121 11l342 452l-326 431l-122 11v89h367v-89l-112 -6l258 -347l259 348l-111 5v89h367v-89l-121 -11l-326 -431l341 -452l122 -11v-88h-366v88l111 5l-275 368l-274 -368l111 -5v-88h-366z" />
106
+ <glyph unicode="y" horiz-adv-x="1174" d="M46 993v89h372v-89l-129 -10l264 -690l38 -130h6l296 820l-132 10v89h374v-89l-110 -9l-437 -1157q-42 -110 -109 -187t-196 -77q-21 0 -51 4.5t-44 9.5l14 100q12 -2 38.5 -4.5t37.5 -2.5q79 0 125 55t81 143l56 145l-384 971z" />
107
+ <glyph unicode="z" horiz-adv-x="1080" d="M116 0v88l652 891h-534l-8 -204h-107v307h800v-89l-656 -892h588l9 205h107v-306h-851z" />
108
+ <glyph unicode="{" horiz-adv-x="697" d="M63 543v104q118 0 174.5 67.5t56.5 189.5v228q0 171 77 290.5t260 174.5l27 -79q-128 -41 -186.5 -141.5t-58.5 -244.5v-228q0 -110 -45.5 -191t-137.5 -118q92 -39 137.5 -120.5t45.5 -190.5v-226q0 -143 59.5 -241.5t187.5 -140.5l-29 -80q-183 55 -260 173.5 t-77 288.5v226q0 122 -56.5 190.5t-174.5 68.5z" />
109
+ <glyph unicode="|" horiz-adv-x="426" d="M150 -270v1726h101v-1726h-101z" />
110
+ <glyph unicode="}" horiz-adv-x="696" d="M27 -324q127 42 186.5 141t59.5 241v226q0 112 47.5 193t146.5 117q-99 35 -146.5 116t-47.5 194v228q0 144 -58.5 244.5t-185.5 141.5l26 79q182 -55 260 -174.5t78 -290.5v-228q0 -122 56 -189.5t175 -67.5v-104q-119 0 -175 -68.5t-56 -190.5v-226 q0 -170 -77.5 -288.5t-260.5 -173.5z" />
111
+ <glyph unicode="~" horiz-adv-x="1376" d="M121 474q0 131 79 222t201 91q87 0 161 -37.5t162 -112.5q64 -57 117 -82.5t111 -25.5q76 0 130.5 64.5t54.5 161.5l97 -15q0 -129 -81 -223t-201 -94q-88 0 -160.5 35.5t-160.5 114.5q-64 53 -119 80t-111 27q-79 0 -131.5 -60.5t-52.5 -160.5z" />
112
+ <glyph unicode="&#xa1;" horiz-adv-x="456" d="M142 898v184h142v-184h-142zM153 -374v978h119v-978h-119z" />
113
+ <glyph unicode="&#xa2;" horiz-adv-x="1088" d="M124 520v42q0 219 104.5 366.5t297.5 169.5v220h120v-219q106 -12 193 -57t144 -115l5 -236h-102l-19 192q-48 54 -119.5 85.5t-162.5 31.5q-174 0 -257.5 -124.5t-83.5 -313.5v-42q0 -192 83 -316t259 -124q119 0 210 68t91 189h107l2 -6q4 -135 -99.5 -232.5 t-250.5 -115.5v-228h-120v228q-193 21 -297.5 169t-104.5 368z" />
114
+ <glyph unicode="&#xa3;" horiz-adv-x="1164" d="M68 642v102h203l-11 296q0 204 106 320.5t284 116.5q186 0 280 -103.5t91 -277.5l-3 -6h-111q0 148 -69 216.5t-188 68.5q-125 0 -198 -88t-73 -247l11 -296h451v-102h-448l7 -176q0 -107 -25.5 -204t-71.5 -161h654l10 205h106v-306h-941v101h10q70 15 104.5 129.5 t34.5 235.5l-7 176h-206z" />
115
+ <glyph unicode="&#xa4;" horiz-adv-x="1461" d="M94 60l159 161q-60 81 -92 179t-32 208q0 112 34.5 214t98.5 184l-168 171l85 87l166 -170q78 67 175 103.5t204 36.5q106 0 203.5 -37t176.5 -104l169 172l87 -88l-171 -175q62 -82 96 -182.5t34 -211.5q0 -108 -32 -206.5t-90 -177.5l163 -164l-87 -87l-157 160 q-81 -74 -181.5 -113.5t-210.5 -39.5q-111 0 -211 39.5t-179 112.5l-155 -158zM242 608q0 -215 141 -366t341 -151q198 0 339.5 151t141.5 366q0 213 -141.5 363.5t-339.5 150.5q-200 0 -341 -150.5t-141 -363.5z" />
116
+ <glyph unicode="&#xa5;" horiz-adv-x="1383" d="M59 1367v89h373v-89l-106 -9l367 -626l366 626l-106 9v89h374v-89l-132 -10l-395 -652h371v-87h-420v-206h420v-86h-420v-225l163 -13v-88h-446v88l163 13v225h-415v86h415v206h-415v87h369l-395 652z" />
117
+ <glyph unicode="&#xa6;" horiz-adv-x="461" d="M150 -270v771h119v-771h-119zM150 698v758h119v-758h-119z" />
118
+ <glyph unicode="&#xa7;" horiz-adv-x="1213" d="M90 -70l2 6l111 2q0 -173 113 -252t271 -79q163 0 256 70.5t93 181.5q0 106 -77.5 166t-292.5 121q-242 61 -359 149t-117 256q0 98 58.5 169t164.5 105q-90 49 -134 119.5t-44 175.5q0 161 128 259t342 98q222 0 346.5 -111.5t120.5 -313.5l-2 -6h-112q0 141 -94 235 t-259 94q-173 0 -262 -71t-89 -181q0 -114 74 -173t299 -122q247 -65 360 -148.5t113 -248.5q0 -98 -61 -168.5t-171 -103.5q94 -50 141 -120.5t47 -177.5q0 -166 -127 -261t-342 -95q-212 0 -357 102.5t-140 322.5zM209 553q0 -116 79 -175t323 -127q34 -10 65 -19t60 -18 q115 13 180 71.5t65 142.5q0 107 -85.5 170t-318.5 131q-40 9 -75.5 19.5t-66.5 22.5q-113 -14 -169.5 -73t-56.5 -145z" />
119
+ <glyph unicode="&#xa8;" horiz-adv-x="972" d="M152 1299v157h174v-157h-174zM622 1299v157h173v-157h-173z" />
120
+ <glyph unicode="&#xa9;" horiz-adv-x="1595" d="M92 729q0 315 207 531t503 216q295 0 502 -216t207 -531q0 -316 -207.5 -533t-501.5 -217q-296 0 -503 217t-207 533zM177 729q0 -279 182.5 -471.5t442.5 -192.5q257 0 440 192.5t183 471.5q0 277 -182.5 468.5t-440.5 191.5q-260 0 -442.5 -191.5t-182.5 -468.5z M458 669v119q0 172 91 279.5t242 107.5q148 0 231 -79t79 -228l-2 -6h-91q0 113 -55.5 168t-161.5 55q-110 0 -171.5 -83.5t-61.5 -212.5v-120q0 -132 61.5 -214.5t171.5 -82.5q107 0 161.5 54t54.5 170h91l2 -6q4 -150 -78.5 -229t-230.5 -79q-151 0 -242 106.5t-91 280.5z " />
121
+ <glyph unicode="&#xaa;" horiz-adv-x="875" d="M106 920q0 105 78.5 163t228.5 58h183v61q0 85 -41.5 131.5t-120.5 46.5q-92 0 -142 -37.5t-50 -108.5l-100 9l-2 6q-5 98 77.5 163t216.5 65q124 0 197.5 -71.5t73.5 -204.5v-314q0 -50 6 -94t20 -87h-111q-9 25 -14.5 52.5t-7.5 55.5q-37 -53 -98.5 -87.5t-144.5 -34.5 q-119 0 -184 61t-65 167zM214 924q0 -66 39 -101.5t121 -35.5q70 0 136 38.5t86 85.5v146h-182q-95 0 -147.5 -38.5t-52.5 -94.5z" />
122
+ <glyph unicode="&#xab;" horiz-adv-x="919" d="M83 132zM83 511v19l295 379h105l-276 -389l276 -388h-105zM392 511v19l295 379h105l-276 -389l276 -388h-105z" />
123
+ <glyph unicode="&#xac;" horiz-adv-x="1112" d="M121 670v106h811v-390h-119v284h-692z" />
124
+ <glyph unicode="&#xad;" horiz-adv-x="793" d="M154 570v101h478v-101h-478zM154 570z" />
125
+ <glyph unicode="&#xae;" horiz-adv-x="1595" d="M92 729q0 315 207 531t503 216q295 0 502 -216t207 -531q0 -316 -207.5 -533t-501.5 -217q-296 0 -503 217t-207 533zM177 729q0 -279 182.5 -471.5t442.5 -192.5q257 0 440 192.5t183 471.5q0 277 -182.5 468.5t-440.5 191.5q-260 0 -442.5 -191.5t-182.5 -468.5z M541 316v850h258q147 0 226 -63t79 -185q0 -68 -36.5 -117t-104.5 -80q68 -25 98 -78t30 -128v-56q0 -40 4 -73t13 -54v-16h-102q-9 21 -11 61.5t-2 82.5v54q0 84 -38.5 121t-127.5 37h-188v-356h-98zM639 763h181q79 0 133 40.5t54 112.5q0 85 -46.5 122t-161.5 37h-160 v-312z" />
126
+ <glyph unicode="&#xaf;" horiz-adv-x="1005" d="M154 1359v97h670v-97h-670z" />
127
+ <glyph unicode="&#xb0;" horiz-adv-x="747" d="M124 1227q0 102 72 176t173 74q98 0 169.5 -74t71.5 -176q0 -104 -71 -175.5t-170 -71.5q-102 0 -173.5 71.5t-71.5 175.5zM213 1227q0 -67 45 -111.5t111 -44.5q65 0 108.5 44t43.5 112t-43.5 113.5t-108.5 45.5q-66 0 -111 -46t-45 -113z" />
128
+ <glyph unicode="&#xb1;" horiz-adv-x="1082" d="M75 728v101h414v438h111v-438h391v-101h-391v-439h-111v439h-414zM182 48v102h835v-102h-835z" />
129
+ <glyph unicode="&#xb2;" horiz-adv-x="816" d="M113 667v90l315 282q77 70 104 115t27 92q0 65 -38.5 103.5t-117.5 38.5q-87 0 -134 -42t-47 -108h-100l-2 6q-6 97 72.5 166t210.5 69q124 0 195 -60.5t71 -173.5q0 -75 -47 -136t-150 -158l-215 -188l3 -6h423v-90h-570z" />
130
+ <glyph unicode="&#xb3;" horiz-adv-x="837" d="M104 882l2 6h101q0 -63 51 -103t134 -40q90 0 141 38t51 103q0 75 -46.5 109.5t-139.5 34.5h-123v89h123q88 0 130 35t42 99q0 59 -45 96.5t-133 37.5q-75 0 -124 -35.5t-49 -93.5h-100l-2 6q-6 94 75 154t200 60q133 0 210 -58.5t77 -166.5q0 -59 -35.5 -105.5 t-99.5 -71.5q73 -22 111 -70.5t38 -119.5q0 -109 -83.5 -170t-217.5 -61q-120 0 -206.5 58.5t-81.5 168.5z" />
131
+ <glyph unicode="&#xb4;" horiz-adv-x="574" d="M95 1212l206 266h147l3 -6l-249 -260h-107z" />
132
+ <glyph unicode="&#xb5;" horiz-adv-x="1297" d="M66 993v89h163h118v-633q0 -207 71 -288t192 -81q137 0 212 59.5t103 170.5v670l-163 13v89h283v-981l163 -13v-88h-266l-11 155q-48 -85 -126 -130.5t-187 -45.5q-88 0 -157 30t-114 96v-521h-118v1396z" />
133
+ <glyph unicode="&#xb6;" horiz-adv-x="1065" d="M78 988q0 207 129.5 337.5t362.5 130.5h225v-1355l163 -13v-88h-445v88l163 13v419h-106q-234 0 -363 129.5t-129 338.5zM795 1354v102h163v-89z" />
134
+ <glyph unicode="&#xb7;" horiz-adv-x="496" d="M159 624v180h154v-180h-154z" />
135
+ <glyph unicode="&#xb8;" horiz-adv-x="470" d="M103 -357q89 0 150.5 30.5t61.5 89.5q0 57 -41 79.5t-145 30.5l28 127h93l-11 -64q79 -9 127.5 -48.5t48.5 -122.5q0 -91 -79 -145.5t-226 -54.5z" />
136
+ <glyph unicode="&#xb9;" horiz-adv-x="506" d="M91 1361v93l257 23v-812h-109v703z" />
137
+ <glyph unicode="&#xba;" horiz-adv-x="921" d="M121 1025v117q0 148 87.5 241.5t234.5 93.5q149 0 236.5 -93.5t87.5 -241.5v-117q0 -149 -87.5 -241.5t-234.5 -92.5q-149 0 -236.5 92.5t-87.5 241.5zM229 1025q0 -107 54.5 -173t161.5 -66q103 0 158.5 66.5t55.5 172.5v117q0 104 -56 171t-160 67t-159 -67t-55 -171 v-117z" />
138
+ <glyph unicode="&#xbb;" horiz-adv-x="916" d="M105 162l276 388l-276 394h105l295 -384v-19l-295 -379h-105zM105 162zM420 162l276 388l-276 394h105l295 -384v-19l-295 -379h-105z" />
139
+ <glyph unicode="&#xbc;" horiz-adv-x="1492" d="M165 0zM165 1360v93l257 23v-812h-109v703zM306 177l711 1138l74 -48l-711 -1138zM765 237l428 564h114v-541h153v-90h-153v-170h-108v170h-431zM893 260h306v403l-6 1l-26 -44z" />
140
+ <glyph unicode="&#xbd;" horiz-adv-x="1462" d="M165 0zM165 1360v93l257 23v-812h-109v703zM318 177l711 1138l74 -48l-711 -1138zM907 0v90l315 282q77 70 104 115t27 92q0 65 -38.5 103.5t-117.5 38.5q-87 0 -134 -42t-47 -108h-100l-2 6q-6 97 72.5 166t210.5 69q124 0 195 -60.5t71 -173.5q0 -75 -47 -136 t-150 -158l-215 -188l3 -6h423v-90h-570z" />
141
+ <glyph unicode="&#xbe;" horiz-adv-x="1670" d="M124 0zM129 883l2 6h101q0 -63 51 -103t134 -40q90 0 141 38t51 103q0 75 -46.5 109.5t-139.5 34.5h-123v89h123q88 0 130 35t42 99q0 59 -45 96.5t-133 37.5q-75 0 -124 -35.5t-49 -93.5h-100l-2 6q-6 94 75 154t200 60q133 0 210 -58.5t77 -166.5q0 -59 -35.5 -105.5 t-99.5 -71.5q73 -22 111 -70.5t38 -119.5q0 -109 -83.5 -170t-217.5 -61q-120 0 -206.5 58.5t-81.5 168.5zM513 177l711 1138l74 -48l-711 -1138zM974 237l428 564h114v-541h153v-90h-153v-170h-108v170h-431zM1102 260h306v403l-6 1l-26 -44z" />
142
+ <glyph unicode="&#xbf;" horiz-adv-x="862" d="M58 -20q0 134 65.5 238t188.5 219q61 52 75 98.5t14 142.5h120q-2 -131 -23.5 -183t-113.5 -136q-109 -113 -158 -188.5t-49 -189.5q0 -128 67.5 -198t194.5 -70q117 0 189 68.5t74 185.5h112l2 -6q2 -165 -105 -260t-272 -95q-180 0 -280.5 101t-100.5 273zM385 928v155 h139v-155h-139z" />
143
+ <glyph unicode="&#xc0;" d="M55 0v88l107 8l517 1360h113l512 -1360l109 -8v-88h-359v88l127 10l-120 326h-654l-121 -326l127 -10v-88h-358zM55 0zM444 1826l2 5h154l202 -266h-117zM447 531h575l-283 770h-6z" />
144
+ <glyph unicode="&#xc1;" d="M55 0v88l107 8l517 1360h113l512 -1360l109 -8v-88h-359v88l127 10l-120 326h-654l-121 -326l127 -10v-88h-358zM55 0zM447 531h575l-283 770h-6zM637 1550l206 266h147l3 -6l-249 -260h-107z" />
145
+ <glyph unicode="&#xc2;" d="M55 0v88l107 8l517 1360h113l512 -1360l109 -8v-88h-359v88l127 10l-120 326h-654l-121 -326l127 -10v-88h-358zM55 0zM447 531h575l-283 770h-6zM459 1593v21l226 221h98l230 -224v-18h-112l-167 168l-166 -168h-109z" />
146
+ <glyph unicode="&#xc3;" d="M55 0v88l107 8l517 1360h113l512 -1360l109 -8v-88h-359v88l127 10l-120 326h-654l-121 -326l127 -10v-88h-358zM55 0zM413 1620q0 86 53.5 144.5t136.5 58.5q65 0 147.5 -55t134.5 -55q46 0 79 36t33 91l80 -20q0 -88 -55 -146t-137 -58q-74 0 -151 55t-131 55 q-47 0 -79 -35t-32 -89zM447 531h575l-283 770h-6z" />
147
+ <glyph unicode="&#xc4;" d="M55 0v88l107 8l517 1360h113l512 -1360l109 -8v-88h-359v88l127 10l-120 326h-654l-121 -326l127 -10v-88h-358zM55 0zM406 1639v157h174v-157h-174zM447 531h575l-283 770h-6zM876 1639v157h173v-157h-173z" />
148
+ <glyph unicode="&#xc5;" d="M55 0v88l107 8l517 1360h113l512 -1360l109 -8v-88h-359v88l127 10l-120 326h-654l-121 -326l127 -10v-88h-358zM55 0zM447 531h575l-283 770h-6zM567 1740q0 69 49.5 117.5t119.5 48.5q68 0 117 -48.5t49 -117.5q0 -71 -48.5 -117t-117.5 -46q-71 0 -120 46t-49 117z M645 1740q0 -39 26.5 -65t64.5 -26q37 0 62 25.5t25 65.5t-25 66.5t-62 26.5q-38 0 -64.5 -26.5t-26.5 -66.5z" />
149
+ <glyph unicode="&#xc6;" horiz-adv-x="2058" d="M51 0v88l130 10l822 1358h864v-307h-107l-9 205h-578l23 -545h589v-102h-585l26 -606h587l9 205h106v-306h-980v88l158 12l-12 289h-597l-172 -293l106 -8v-88h-380zM564 502h526l-35 839l-6 1l-15 -44z" />
150
+ <glyph unicode="&#xc7;" horiz-adv-x="1349" d="M103 0zM103 718v19q0 325 177.5 532.5t464.5 207.5q162 0 289.5 -63.5t195.5 -157.5v-256h-93l-17 221q-58 69 -151 111.5t-215 42.5q-244 0 -388 -177.5t-144 -458.5v-21q0 -281 142.5 -459.5t374.5 -178.5q123 0 223.5 43t157.5 111l17 221h93v-256 q-68 -94 -198.5 -157t-292.5 -63q-280 0 -458 207.5t-178 531.5zM640 -360q89 0 150.5 30.5t61.5 89.5q0 57 -41 79.5t-145 30.5l28 127h93l-11 -64q79 -9 127.5 -48.5t48.5 -122.5q0 -91 -79 -145.5t-226 -54.5z" />
151
+ <glyph unicode="&#xc8;" horiz-adv-x="1286" d="M71 0v88l163 13v1253l-163 13v89h163h917v-320h-106l-9 218h-683v-547h597v-102h-597v-604h688l9 218h106v-319h-1085zM71 0zM344 1828l2 5h154l202 -266h-117z" />
152
+ <glyph unicode="&#xc9;" horiz-adv-x="1286" d="M71 0v88l163 13v1253l-163 13v89h163h917v-320h-106l-9 218h-683v-547h597v-102h-597v-604h688l9 218h106v-319h-1085zM71 0zM537 1552l206 266h147l3 -6l-249 -260h-107z" />
153
+ <glyph unicode="&#xca;" horiz-adv-x="1286" d="M71 0v88l163 13v1253l-163 13v89h163h917v-320h-106l-9 218h-683v-547h597v-102h-597v-604h688l9 218h106v-319h-1085zM71 0zM359 1595v21l226 221h98l230 -224v-18h-112l-167 168l-166 -168h-109z" />
154
+ <glyph unicode="&#xcb;" horiz-adv-x="1286" d="M71 0v88l163 13v1253l-163 13v89h163h917v-320h-106l-9 218h-683v-547h597v-102h-597v-604h688l9 218h106v-319h-1085zM71 0zM306 1641v157h174v-157h-174zM776 1641v157h173v-157h-173z" />
155
+ <glyph unicode="&#xcc;" horiz-adv-x="627" d="M32 0zM32 1827l2 5h154l202 -266h-117zM91 0v88l163 13v1253l-163 13v89h446v-89l-163 -13v-1253l163 -13v-88h-446z" />
156
+ <glyph unicode="&#xcd;" horiz-adv-x="627" d="M91 0v88l163 13v1253l-163 13v89h446v-89l-163 -13v-1253l163 -13v-88h-446zM91 0zM224 1551l206 266h147l3 -6l-249 -260h-107z" />
157
+ <glyph unicode="&#xce;" horiz-adv-x="627" d="M47 0zM47 1594v21l226 221h98l230 -224v-18h-112l-167 168l-166 -168h-109zM91 0v88l163 13v1253l-163 13v89h446v-89l-163 -13v-1253l163 -13v-88h-446z" />
158
+ <glyph unicode="&#xcf;" horiz-adv-x="627" d="M-6 1640v157h174v-157h-174zM0 0zM91 0v88l163 13v1253l-163 13v89h446v-89l-163 -13v-1253l163 -13v-88h-446zM464 1640v157h173v-157h-173z" />
159
+ <glyph unicode="&#xd0;" horiz-adv-x="1431" d="M101 0v88l163 13v588h-161v102h161v563l-163 13v89h586q267 0 441 -178t174 -457v-187q0 -280 -174 -457t-441 -177h-586zM383 101h304q216 0 355.5 151t139.5 382v190q0 228 -140 379t-355 151h-304v-563h332v-102h-332v-588z" />
160
+ <glyph unicode="&#xd1;" horiz-adv-x="1536" d="M71 0v88l163 13v1253l-163 13v89h163h120l827 -1250l6 1v1147l-163 13v89h282h163v-89l-163 -13v-1354h-119l-827 1252l-6 -1v-1150l163 -13v-88h-446zM71 0zM417 1622q0 86 53.5 144.5t136.5 58.5q65 0 147.5 -55t134.5 -55q46 0 79 36t33 91l80 -20q0 -88 -55 -146 t-137 -58q-74 0 -151 55t-131 55q-47 0 -79 -35t-32 -89z" />
161
+ <glyph unicode="&#xd2;" horiz-adv-x="1468" d="M106 0zM106 718v19q0 327 172 533.5t448 206.5q280 0 455.5 -206.5t175.5 -533.5v-19q0 -328 -175 -533.5t-455 -205.5q-276 0 -448.5 206t-172.5 533zM226 718q0 -285 135 -460t366 -175q237 0 373.5 174.5t136.5 460.5v21q0 283 -138 458t-373 175q-231 0 -365.5 -175 t-134.5 -458v-21zM439 1838l2 5h154l202 -266h-117z" />
162
+ <glyph unicode="&#xd3;" horiz-adv-x="1468" d="M106 0zM106 718v19q0 327 172 533.5t448 206.5q280 0 455.5 -206.5t175.5 -533.5v-19q0 -328 -175 -533.5t-455 -205.5q-276 0 -448.5 206t-172.5 533zM226 718q0 -285 135 -460t366 -175q237 0 373.5 174.5t136.5 460.5v21q0 283 -138 458t-373 175q-231 0 -365.5 -175 t-134.5 -458v-21zM632 1562l206 266h147l3 -6l-249 -260h-107z" />
163
+ <glyph unicode="&#xd4;" horiz-adv-x="1468" d="M106 0zM106 718v19q0 327 172 533.5t448 206.5q280 0 455.5 -206.5t175.5 -533.5v-19q0 -328 -175 -533.5t-455 -205.5q-276 0 -448.5 206t-172.5 533zM226 718q0 -285 135 -460t366 -175q237 0 373.5 174.5t136.5 460.5v21q0 283 -138 458t-373 175q-231 0 -365.5 -175 t-134.5 -458v-21zM454 1605v21l226 221h98l230 -224v-18h-112l-167 168l-166 -168h-109z" />
164
+ <glyph unicode="&#xd5;" horiz-adv-x="1468" d="M106 0zM106 718v19q0 327 172 533.5t448 206.5q280 0 455.5 -206.5t175.5 -533.5v-19q0 -328 -175 -533.5t-455 -205.5q-276 0 -448.5 206t-172.5 533zM226 718q0 -285 135 -460t366 -175q237 0 373.5 174.5t136.5 460.5v21q0 283 -138 458t-373 175q-231 0 -365.5 -175 t-134.5 -458v-21zM408 1632q0 86 53.5 144.5t136.5 58.5q65 0 147.5 -55t134.5 -55q46 0 79 36t33 91l80 -20q0 -88 -55 -146t-137 -58q-74 0 -151 55t-131 55q-47 0 -79 -35t-32 -89z" />
165
+ <glyph unicode="&#xd6;" horiz-adv-x="1468" d="M106 0zM106 718v19q0 327 172 533.5t448 206.5q280 0 455.5 -206.5t175.5 -533.5v-19q0 -328 -175 -533.5t-455 -205.5q-276 0 -448.5 206t-172.5 533zM226 718q0 -285 135 -460t366 -175q237 0 373.5 174.5t136.5 460.5v21q0 283 -138 458t-373 175q-231 0 -365.5 -175 t-134.5 -458v-21zM401 1651v157h174v-157h-174zM871 1651v157h173v-157h-173z" />
166
+ <glyph unicode="&#xd7;" horiz-adv-x="1056" d="M79 318l357 365l-343 350l79 80l343 -350l343 350l79 -80l-344 -350l359 -365l-79 -79l-358 364l-357 -364z" />
167
+ <glyph unicode="&#xd8;" horiz-adv-x="1408" d="M100 718v19q0 327 172 533.5t448 206.5q96 0 183.5 -27t161.5 -78l82 133h104l-117 -191q103 -100 160 -249t57 -328v-19q0 -328 -175 -533.5t-455 -205.5q-98 0 -185 27.5t-158 80.5l-105 -171h-104l141 229q-101 99 -155.5 246.5t-54.5 326.5zM220 718 q0 -148 38 -269.5t109 -200.5l6 -1l635 1033q-60 44 -132.5 68t-155.5 24q-231 0 -365.5 -175t-134.5 -458v-21zM434 178q59 -47 131 -71t156 -24q237 0 373.5 174.5t136.5 460.5v21q0 148 -40.5 270.5t-113.5 202.5l-6 1z" />
168
+ <glyph unicode="&#xd9;" horiz-adv-x="1487" d="M60 0zM60 1367v89h163h119h163v-89l-163 -13v-885q0 -186 110 -287.5t287 -101.5q180 0 293 101t113 288v885l-163 13v89h445v-89l-163 -13v-885q0 -238 -145.5 -364t-379.5 -126q-230 0 -373 126.5t-143 363.5v885zM449 1821l2 5h154l202 -266h-117z" />
169
+ <glyph unicode="&#xda;" horiz-adv-x="1487" d="M60 0zM60 1367v89h163h119h163v-89l-163 -13v-885q0 -186 110 -287.5t287 -101.5q180 0 293 101t113 288v885l-163 13v89h445v-89l-163 -13v-885q0 -238 -145.5 -364t-379.5 -126q-230 0 -373 126.5t-143 363.5v885zM642 1545l206 266h147l3 -6l-249 -260h-107z" />
170
+ <glyph unicode="&#xdb;" horiz-adv-x="1487" d="M60 0zM60 1367v89h163h119h163v-89l-163 -13v-885q0 -186 110 -287.5t287 -101.5q180 0 293 101t113 288v885l-163 13v89h445v-89l-163 -13v-885q0 -238 -145.5 -364t-379.5 -126q-230 0 -373 126.5t-143 363.5v885zM464 1588v21l226 221h98l230 -224v-18h-112l-167 168 l-166 -168h-109z" />
171
+ <glyph unicode="&#xdc;" horiz-adv-x="1487" d="M60 0zM60 1367v89h163h119h163v-89l-163 -13v-885q0 -186 110 -287.5t287 -101.5q180 0 293 101t113 288v885l-163 13v89h445v-89l-163 -13v-885q0 -238 -145.5 -364t-379.5 -126q-230 0 -373 126.5t-143 363.5v885zM411 1634v157h174v-157h-174zM881 1634v157h173v-157 h-173z" />
172
+ <glyph unicode="&#xdd;" horiz-adv-x="1423" d="M55 0zM55 1367v89h400v-89l-140 -10l394 -710l396 710l-140 10v89h401v-89l-124 -10l-474 -825v-431l163 -13v-88h-446v88l163 13v438l-470 818zM616 1545l206 266h147l3 -6l-249 -260h-107z" />
173
+ <glyph unicode="&#xde;" horiz-adv-x="1257" d="M70 0v88l163 13v1253l-163 13v89h282h163v-89l-163 -13v-202h324q221 0 345 -115t124 -299q0 -185 -123.5 -299.5t-345.5 -114.5h-324v-223l163 -13v-88h-445zM352 425h324q173 0 261.5 92t88.5 219q0 130 -88 222.5t-262 92.5h-324v-626z" />
174
+ <glyph unicode="&#xdf;" horiz-adv-x="1263" d="M55 0v88l163 13v981q0 204 102 317t273 113q140 0 232 -79.5t92 -222.5q0 -109 -61.5 -215.5t-61.5 -184.5q0 -86 184 -228t184 -287q0 -153 -109.5 -234.5t-266.5 -81.5q-86 0 -176.5 23.5t-129.5 56.5l34 101q40 -31 114.5 -55.5t143.5 -24.5q125 0 197.5 60t72.5 155 q0 99 -184 240.5t-184 276.5q0 93 63 201.5t63 190.5q0 92 -59.5 149.5t-137.5 57.5q-121 0 -193.5 -85.5t-72.5 -243.5v-1082h-282z" />
175
+ <glyph unicode="&#xe0;" horiz-adv-x="1130" d="M104 0zM104 283q0 150 129 238t350 88h239v143q0 116 -74.5 182t-208.5 66q-90 0 -164.5 -24.5t-124.5 -66.5l-10 -145h-99l1 208q75 58 179.5 94t222.5 36q179 0 288 -91t109 -261v-532q0 -33 1.5 -63.5t6.5 -59.5l108 -7v-88h-213q-12 55 -17 95t-5 81 q-60 -85 -160 -141t-225 -56q-159 0 -246 82t-87 222zM223 279q0 -87 60.5 -140.5t166.5 -53.5q130 0 229 60t143 155v217h-241q-163 0 -260.5 -67.5t-97.5 -170.5zM254 1505l2 5h154l202 -266h-117z" />
176
+ <glyph unicode="&#xe1;" horiz-adv-x="1130" d="M104 0zM104 283q0 150 129 238t350 88h239v143q0 116 -74.5 182t-208.5 66q-90 0 -164.5 -24.5t-124.5 -66.5l-10 -145h-99l1 208q75 58 179.5 94t222.5 36q179 0 288 -91t109 -261v-532q0 -33 1.5 -63.5t6.5 -59.5l108 -7v-88h-213q-12 55 -17 95t-5 81 q-60 -85 -160 -141t-225 -56q-159 0 -246 82t-87 222zM223 279q0 -87 60.5 -140.5t166.5 -53.5q130 0 229 60t143 155v217h-241q-163 0 -260.5 -67.5t-97.5 -170.5zM447 1229l206 266h147l3 -6l-249 -260h-107z" />
177
+ <glyph unicode="&#xe2;" horiz-adv-x="1130" d="M104 0zM104 283q0 150 129 238t350 88h239v143q0 116 -74.5 182t-208.5 66q-90 0 -164.5 -24.5t-124.5 -66.5l-10 -145h-99l1 208q75 58 179.5 94t222.5 36q179 0 288 -91t109 -261v-532q0 -33 1.5 -63.5t6.5 -59.5l108 -7v-88h-213q-12 55 -17 95t-5 81 q-60 -85 -160 -141t-225 -56q-159 0 -246 82t-87 222zM223 279q0 -87 60.5 -140.5t166.5 -53.5q130 0 229 60t143 155v217h-241q-163 0 -260.5 -67.5t-97.5 -170.5zM269 1272v21l226 221h98l230 -224v-18h-112l-167 168l-166 -168h-109z" />
178
+ <glyph unicode="&#xe3;" horiz-adv-x="1130" d="M104 0zM104 283q0 150 129 238t350 88h239v143q0 116 -74.5 182t-208.5 66q-90 0 -164.5 -24.5t-124.5 -66.5l-10 -145h-99l1 208q75 58 179.5 94t222.5 36q179 0 288 -91t109 -261v-532q0 -33 1.5 -63.5t6.5 -59.5l108 -7v-88h-213q-12 55 -17 95t-5 81 q-60 -85 -160 -141t-225 -56q-159 0 -246 82t-87 222zM223 279q0 -87 60.5 -140.5t166.5 -53.5q130 0 229 60t143 155v217h-241q-163 0 -260.5 -67.5t-97.5 -170.5zM223 1299q0 86 53.5 144.5t136.5 58.5q65 0 147.5 -55t134.5 -55q46 0 79 36t33 91l80 -20q0 -88 -55 -146 t-137 -58q-74 0 -151 55t-131 55q-47 0 -79 -35t-32 -89z" />
179
+ <glyph unicode="&#xe4;" horiz-adv-x="1130" d="M104 0zM104 283q0 150 129 238t350 88h239v143q0 116 -74.5 182t-208.5 66q-90 0 -164.5 -24.5t-124.5 -66.5l-10 -145h-99l1 208q75 58 179.5 94t222.5 36q179 0 288 -91t109 -261v-532q0 -33 1.5 -63.5t6.5 -59.5l108 -7v-88h-213q-12 55 -17 95t-5 81 q-60 -85 -160 -141t-225 -56q-159 0 -246 82t-87 222zM216 1318v157h174v-157h-174zM223 279q0 -87 60.5 -140.5t166.5 -53.5q130 0 229 60t143 155v217h-241q-163 0 -260.5 -67.5t-97.5 -170.5zM686 1318v157h173v-157h-173z" />
180
+ <glyph unicode="&#xe5;" horiz-adv-x="1130" d="M104 0zM104 283q0 150 129 238t350 88h239v143q0 116 -74.5 182t-208.5 66q-90 0 -164.5 -24.5t-124.5 -66.5l-10 -145h-99l1 208q75 58 179.5 94t222.5 36q179 0 288 -91t109 -261v-532q0 -33 1.5 -63.5t6.5 -59.5l108 -7v-88h-213q-12 55 -17 95t-5 81 q-60 -85 -160 -141t-225 -56q-159 0 -246 82t-87 222zM223 279q0 -87 60.5 -140.5t166.5 -53.5q130 0 229 60t143 155v217h-241q-163 0 -260.5 -67.5t-97.5 -170.5zM377 1419q0 69 49.5 117.5t119.5 48.5q68 0 117 -48.5t49 -117.5q0 -71 -48.5 -117t-117.5 -46 q-71 0 -120 46t-49 117zM455 1419q0 -39 26.5 -65t64.5 -26q37 0 62 25.5t25 65.5t-25 66.5t-62 26.5q-38 0 -64.5 -26.5t-26.5 -66.5z" />
181
+ <glyph unicode="&#xe6;" horiz-adv-x="1786" d="M97 293q0 158 113 248.5t325 90.5h263v88q0 134 -63.5 207t-187.5 73q-135 0 -213 -67t-78 -168l-110 12l-2 6q-5 138 106 228.5t297 90.5q125 0 213 -54t129 -157q61 99 156 155t210 56q200 0 311.5 -124t111.5 -340v-100h-755v-29q0 -191 90 -310t272 -119 q103 0 181 32.5t142 86.5l48 -87q-60 -55 -148.5 -94t-222.5 -39q-138 0 -241 55.5t-163 157.5q-49 -87 -159.5 -150t-269.5 -63q-170 0 -262.5 84.5t-92.5 229.5zM217 289q0 -97 64.5 -153.5t187.5 -56.5q102 0 197.5 53.5t131.5 115.5v288h-261q-155 0 -237.5 -71 t-82.5 -176zM931 641l2 -5h625v31q0 146 -77 239.5t-226 93.5q-138 0 -224.5 -101.5t-99.5 -257.5z" />
182
+ <glyph unicode="&#xe7;" horiz-adv-x="1094" d="M97 0zM97 520v42q0 236 121 388t340 152q125 0 229 -47t169 -128l5 -236h-102l-19 192q-48 54 -119.5 85.5t-162.5 31.5q-174 0 -257.5 -124.5t-83.5 -313.5v-42q0 -192 83 -316t259 -124q119 0 210 68t91 189h106l2 -6q5 -150 -119.5 -251t-289.5 -101 q-220 0 -341 151.5t-121 389.5zM443 -366q89 0 150.5 30.5t61.5 89.5q0 57 -41 79.5t-145 30.5l28 127h93l-11 -64q79 -9 127.5 -48.5t48.5 -122.5q0 -91 -79 -145.5t-226 -54.5z" />
183
+ <glyph unicode="&#xe8;" horiz-adv-x="1102" d="M102 0zM102 509v55q0 232 133.5 385t322.5 153q199 0 313 -126t114 -336v-102h-764v-29q0 -182 97.5 -305.5t255.5 -123.5q111 0 190 31t135 89l51 -82q-61 -64 -154 -101.5t-222 -37.5q-204 0 -338 149.5t-134 380.5zM230 644l2 -5h634v30q0 141 -83 236t-225 95 q-132 0 -222.5 -101.5t-105.5 -254.5zM272 1505l2 5h154l202 -266h-117z" />
184
+ <glyph unicode="&#xe9;" horiz-adv-x="1102" d="M102 0zM102 509v55q0 232 133.5 385t322.5 153q199 0 313 -126t114 -336v-102h-764v-29q0 -182 97.5 -305.5t255.5 -123.5q111 0 190 31t135 89l51 -82q-61 -64 -154 -101.5t-222 -37.5q-204 0 -338 149.5t-134 380.5zM230 644l2 -5h634v30q0 141 -83 236t-225 95 q-132 0 -222.5 -101.5t-105.5 -254.5zM465 1229l206 266h147l3 -6l-249 -260h-107z" />
185
+ <glyph unicode="&#xea;" horiz-adv-x="1102" d="M102 0zM102 509v55q0 232 133.5 385t322.5 153q199 0 313 -126t114 -336v-102h-764v-29q0 -182 97.5 -305.5t255.5 -123.5q111 0 190 31t135 89l51 -82q-61 -64 -154 -101.5t-222 -37.5q-204 0 -338 149.5t-134 380.5zM230 644l2 -5h634v30q0 141 -83 236t-225 95 q-132 0 -222.5 -101.5t-105.5 -254.5zM287 1272v21l226 221h98l230 -224v-18h-112l-167 168l-166 -168h-109z" />
186
+ <glyph unicode="&#xeb;" horiz-adv-x="1102" d="M102 0zM102 509v55q0 232 133.5 385t322.5 153q199 0 313 -126t114 -336v-102h-764v-29q0 -182 97.5 -305.5t255.5 -123.5q111 0 190 31t135 89l51 -82q-61 -64 -154 -101.5t-222 -37.5q-204 0 -338 149.5t-134 380.5zM230 644l2 -5h634v30q0 141 -83 236t-225 95 q-132 0 -222.5 -101.5t-105.5 -254.5zM234 1318v157h174v-157h-174zM704 1318v157h173v-157h-173z" />
187
+ <glyph unicode="&#xec;" horiz-adv-x="637" d="M24 0zM24 1493l2 5h154l202 -266h-117zM90 0v88l163 13v879l-163 13v89h282v-981l163 -13v-88h-445z" />
188
+ <glyph unicode="&#xed;" horiz-adv-x="637" d="M90 0v88l163 13v879l-163 13v89h282v-981l163 -13v-88h-445zM90 0zM216 1217l206 266h147l3 -6l-249 -260h-107z" />
189
+ <glyph unicode="&#xee;" horiz-adv-x="637" d="M39 0zM39 1260v21l226 221h98l230 -224v-18h-112l-167 168l-166 -168h-109zM90 0v88l163 13v879l-163 13v89h282v-981l163 -13v-88h-445z" />
190
+ <glyph unicode="&#xef;" horiz-adv-x="637" d="M-14 1306v157h174v-157h-174zM0 0zM90 0v88l163 13v879l-163 13v89h282v-981l163 -13v-88h-445zM456 1306v157h173v-157h-173z" />
191
+ <glyph unicode="&#xf0;" horiz-adv-x="1179" d="M78 455q0 235 130 372.5t347 137.5q104 0 193.5 -40t143.5 -107l4 5q-18 131 -68 234t-126 182l-308 -176l-51 74l288 164q-45 33 -94.5 61t-103.5 51l38 104q77 -30 144 -68.5t124 -85.5l258 148l51 -74l-241 -138q111 -121 168.5 -289.5t57.5 -386.5v-88 q0 -245 -137 -400.5t-344 -155.5t-340.5 137t-133.5 339zM198 455q0 -149 97 -261t261 -112q159 0 258.5 127.5t99.5 325.5v90q0 9 -0.5 27t-0.5 27q-37 77 -127.5 129.5t-230.5 52.5q-172 0 -264.5 -115t-92.5 -291z" />
192
+ <glyph unicode="&#xf1;" horiz-adv-x="1319" d="M75 0v88l163 13v879l-163 13v89h269l11 -189q52 100 140.5 154.5t209.5 54.5q176 0 268 -107.5t92 -335.5v-558l163 -13v-88h-446v88l163 13v557q0 186 -69.5 263t-197.5 77q-126 0 -205.5 -66.5t-114.5 -176.5v-654l163 -13v-88h-446zM75 0zM331 1298q0 86 53.5 144.5 t136.5 58.5q65 0 147.5 -55t134.5 -55q46 0 79 36t33 91l80 -20q0 -88 -55 -146t-137 -58q-74 0 -151 55t-131 55q-47 0 -79 -35t-32 -89z" />
193
+ <glyph unicode="&#xf2;" horiz-adv-x="1152" d="M97 0zM97 524v33q0 239 131 392t347 153q217 0 348 -153t131 -392v-33q0 -240 -130.5 -392.5t-346.5 -152.5q-218 0 -349 152.5t-131 392.5zM217 524q0 -188 95 -316t265 -128q167 0 262 128t95 316v33q0 185 -95.5 314t-263.5 129t-263 -129t-95 -314v-33zM288 1504l2 5 h154l202 -266h-117z" />
194
+ <glyph unicode="&#xf3;" horiz-adv-x="1152" d="M97 0zM97 524v33q0 239 131 392t347 153q217 0 348 -153t131 -392v-33q0 -240 -130.5 -392.5t-346.5 -152.5q-218 0 -349 152.5t-131 392.5zM217 524q0 -188 95 -316t265 -128q167 0 262 128t95 316v33q0 185 -95.5 314t-263.5 129t-263 -129t-95 -314v-33zM481 1228 l206 266h147l3 -6l-249 -260h-107z" />
195
+ <glyph unicode="&#xf4;" horiz-adv-x="1152" d="M97 0zM97 524v33q0 239 131 392t347 153q217 0 348 -153t131 -392v-33q0 -240 -130.5 -392.5t-346.5 -152.5q-218 0 -349 152.5t-131 392.5zM217 524q0 -188 95 -316t265 -128q167 0 262 128t95 316v33q0 185 -95.5 314t-263.5 129t-263 -129t-95 -314v-33zM303 1271v21 l226 221h98l230 -224v-18h-112l-167 168l-166 -168h-109z" />
196
+ <glyph unicode="&#xf5;" horiz-adv-x="1152" d="M97 0zM97 524v33q0 239 131 392t347 153q217 0 348 -153t131 -392v-33q0 -240 -130.5 -392.5t-346.5 -152.5q-218 0 -349 152.5t-131 392.5zM217 524q0 -188 95 -316t265 -128q167 0 262 128t95 316v33q0 185 -95.5 314t-263.5 129t-263 -129t-95 -314v-33zM257 1298 q0 86 53.5 144.5t136.5 58.5q65 0 147.5 -55t134.5 -55q46 0 79 36t33 91l80 -20q0 -88 -55 -146t-137 -58q-74 0 -151 55t-131 55q-47 0 -79 -35t-32 -89z" />
197
+ <glyph unicode="&#xf6;" horiz-adv-x="1152" d="M97 0zM97 524v33q0 239 131 392t347 153q217 0 348 -153t131 -392v-33q0 -240 -130.5 -392.5t-346.5 -152.5q-218 0 -349 152.5t-131 392.5zM217 524q0 -188 95 -316t265 -128q167 0 262 128t95 316v33q0 185 -95.5 314t-263.5 129t-263 -129t-95 -314v-33zM250 1317v157 h174v-157h-174zM720 1317v157h173v-157h-173z" />
198
+ <glyph unicode="&#xf7;" horiz-adv-x="1148" d="M74 644v116h998v-116h-998zM508 212v160h142v-160h-142zM508 1010v160h142v-160h-142z" />
199
+ <glyph unicode="&#xf8;" horiz-adv-x="1152" d="M97 524v33q0 239 131 392t347 153q62 0 119 -14.5t108 -40.5l86 167h93l-110 -214q87 -73 135 -188t48 -255v-33q0 -240 -130.5 -392.5t-346.5 -152.5q-58 0 -110 11t-98 34l-84 -164h-93l106 207q-96 71 -148.5 190t-52.5 267zM217 524q0 -110 33.5 -202.5t96.5 -147.5 h6l399 776q-38 24 -82.5 37t-94.5 13q-168 0 -263 -129t-95 -314v-33zM417 118q34 -19 74 -28.5t86 -9.5q167 0 262 128t95 316v33q0 100 -30 187.5t-85 144.5h-5z" />
200
+ <glyph unicode="&#xf9;" horiz-adv-x="1232" d="M46 0zM46 993v89h134h119v-629q0 -198 67.5 -284t191.5 -86q136 0 216.5 60t113.5 166v671l-154 13v89h154h120v-981l145 -13v-88h-250l-11 178q-51 -95 -139.5 -147t-208.5 -52q-171 0 -267.5 116t-96.5 360v525zM269 1493l2 5h154l202 -266h-117z" />
201
+ <glyph unicode="&#xfa;" horiz-adv-x="1232" d="M46 0zM46 993v89h134h119v-629q0 -198 67.5 -284t191.5 -86q136 0 216.5 60t113.5 166v671l-154 13v89h154h120v-981l145 -13v-88h-250l-11 178q-51 -95 -139.5 -147t-208.5 -52q-171 0 -267.5 116t-96.5 360v525zM462 1217l206 266h147l3 -6l-249 -260h-107z" />
202
+ <glyph unicode="&#xfb;" horiz-adv-x="1232" d="M46 0zM46 993v89h134h119v-629q0 -198 67.5 -284t191.5 -86q136 0 216.5 60t113.5 166v671l-154 13v89h154h120v-981l145 -13v-88h-250l-11 178q-51 -95 -139.5 -147t-208.5 -52q-171 0 -267.5 116t-96.5 360v525zM284 1260v21l226 221h98l230 -224v-18h-112l-167 168 l-166 -168h-109z" />
203
+ <glyph unicode="&#xfc;" horiz-adv-x="1232" d="M46 0zM46 993v89h134h119v-629q0 -198 67.5 -284t191.5 -86q136 0 216.5 60t113.5 166v671l-154 13v89h154h120v-981l145 -13v-88h-250l-11 178q-51 -95 -139.5 -147t-208.5 -52q-171 0 -267.5 116t-96.5 360v525zM231 1306v157h174v-157h-174zM701 1306v157h173v-157 h-173z" />
204
+ <glyph unicode="&#xfd;" horiz-adv-x="1174" d="M46 0zM46 993v89h372v-89l-129 -10l264 -690l38 -130h6l296 820l-132 10v89h374v-89l-110 -9l-437 -1157q-42 -110 -109 -187t-196 -77q-21 0 -51 4.5t-44 9.5l14 100q12 -2 38.5 -4.5t37.5 -2.5q79 0 125 55t81 143l56 145l-384 971zM498 1217l206 266h147l3 -6 l-249 -260h-107z" />
205
+ <glyph unicode="&#xfe;" horiz-adv-x="1191" d="M47 -327l163 13v1772l-163 13v89h282v-640q54 87 138.5 134.5t198.5 47.5q195 0 305 -155.5t110 -414.5v-21q0 -243 -110 -387.5t-303 -144.5q-114 0 -199.5 43.5t-139.5 123.5v-460l163 -13v-89h-445v89zM329 271q41 -89 118.5 -140t193.5 -51q157 0 238.5 118t81.5 313 v21q0 206 -82 336t-240 130q-121 0 -196.5 -57.5t-113.5 -149.5v-520z" />
206
+ <glyph unicode="&#xff;" horiz-adv-x="1174" d="M46 0zM46 993v89h372v-89l-129 -10l264 -690l38 -130h6l296 820l-132 10v89h374v-89l-110 -9l-437 -1157q-42 -110 -109 -187t-196 -77q-21 0 -51 4.5t-44 9.5l14 100q12 -2 38.5 -4.5t37.5 -2.5q79 0 125 55t81 143l56 145l-384 971zM267 1306v157h174v-157h-174z M737 1306v157h173v-157h-173z" />
207
+ <glyph unicode="&#x152;" horiz-adv-x="1971" d="M114 576v304q0 265 148.5 431t387.5 166q75 0 151.5 -6t161.5 -15h889v-320h-106l-9 218h-683v-547h597v-102h-597v-604h688l9 218h106v-319h-894q-99 -10 -168.5 -15.5t-142.5 -5.5q-240 0 -389 166t-149 431zM234 576q0 -228 113.5 -361.5t304.5 -133.5q29 0 59.5 0.5 t60.5 2.5v4l163 13v1253l-163 13v5q-30 1 -61 2t-61 1q-192 0 -304 -132t-112 -361v-306z" />
208
+ <glyph unicode="&#x153;" horiz-adv-x="1916" d="M104 524v33q0 239 130.5 392t346.5 153q146 0 255.5 -72.5t168.5 -199.5q59 125 166 198.5t234 73.5q199 0 313 -126t114 -336v-102h-764v-29q0 -183 97 -306t255 -123q112 0 191 31t135 89l51 -82q-61 -64 -154.5 -101.5t-222.5 -37.5q-138 0 -248 72t-169 197 q-58 -126 -167 -197.5t-253 -71.5q-217 0 -348 152.5t-131 392.5zM223 524q0 -188 95 -316t265 -128q167 0 262.5 128t95.5 316v33q0 185 -96 314t-264 129t-263 -129t-95 -314v-33zM1077 644l2 -5h634v30q0 141 -83 236t-225 95q-132 0 -222.5 -101.5t-105.5 -254.5z" />
209
+ <glyph unicode="&#x178;" horiz-adv-x="1423" d="M55 0zM55 1367v89h400v-89l-140 -10l394 -710l396 710l-140 10v89h401v-89l-124 -10l-474 -825v-431l163 -13v-88h-446v88l163 13v438l-470 818zM385 1634v157h174v-157h-174zM855 1634v157h173v-157h-173z" />
210
+ <glyph unicode="&#x2c6;" horiz-adv-x="801" d="M104 1252v21l226 221h98l230 -224v-18h-112l-167 168l-166 -168h-109z" />
211
+ <glyph unicode="&#x2dc;" horiz-adv-x="934" d="M127 1281q0 86 53.5 144.5t136.5 58.5q65 0 147.5 -55t134.5 -55q46 0 79 36t33 91l80 -20q0 -88 -55 -146t-137 -58q-74 0 -151 55t-131 55q-47 0 -79 -35t-32 -89z" />
212
+ <glyph unicode="&#x2000;" horiz-adv-x="953" />
213
+ <glyph unicode="&#x2001;" horiz-adv-x="1906" />
214
+ <glyph unicode="&#x2002;" horiz-adv-x="953" />
215
+ <glyph unicode="&#x2003;" horiz-adv-x="1906" />
216
+ <glyph unicode="&#x2004;" horiz-adv-x="635" />
217
+ <glyph unicode="&#x2005;" horiz-adv-x="476" />
218
+ <glyph unicode="&#x2006;" horiz-adv-x="317" />
219
+ <glyph unicode="&#x2007;" horiz-adv-x="317" />
220
+ <glyph unicode="&#x2008;" horiz-adv-x="238" />
221
+ <glyph unicode="&#x2009;" horiz-adv-x="381" />
222
+ <glyph unicode="&#x200a;" horiz-adv-x="105" />
223
+ <glyph unicode="&#x2010;" horiz-adv-x="793" d="M154 570v101h478v-101h-478z" />
224
+ <glyph unicode="&#x2011;" horiz-adv-x="793" d="M154 570v101h478v-101h-478z" />
225
+ <glyph unicode="&#x2012;" horiz-adv-x="793" d="M154 570v101h478v-101h-478z" />
226
+ <glyph unicode="&#x2013;" horiz-adv-x="1407" d="M149 686v102h1086v-102h-1086zM161 686z" />
227
+ <glyph unicode="&#x2014;" horiz-adv-x="1646" d="M116 686v102h1336v-102h-1336zM165 686z" />
228
+ <glyph unicode="&#x2018;" horiz-adv-x="364" d="M98 1077v171q0 93 37 180.5t103 149.5l72 -51q-48 -67 -70 -131.5t-22 -144.5v-174h-120z" />
229
+ <glyph unicode="&#x2019;" horiz-adv-x="364" d="M62 1107q47 65 69.5 130t22.5 145v178h119v-175q0 -94 -37.5 -182t-102.5 -148z" />
230
+ <glyph unicode="&#x201a;" horiz-adv-x="353" d="M41 -188q47 66 69.5 130.5t22.5 144.5v172h119v-170q0 -92 -37.5 -180t-102.5 -149z" />
231
+ <glyph unicode="&#x201c;" horiz-adv-x="612" d="M98 1077v171q0 93 37 180.5t103 149.5l72 -51q-48 -67 -70 -131.5t-22 -144.5v-174h-120zM98 1077zM345 1077v171q0 93 37 180.5t103 149.5l72 -51q-48 -67 -70 -131.5t-22 -144.5v-174h-120z" />
232
+ <glyph unicode="&#x201d;" horiz-adv-x="617" d="M68 1055zM68 1107q47 65 69.5 130t22.5 145v178h119v-175q0 -94 -37.5 -182t-102.5 -148zM312 1107q47 65 69.5 130t22.5 145v178h119v-175q0 -94 -37.5 -182t-102.5 -148z" />
233
+ <glyph unicode="&#x201e;" horiz-adv-x="593" d="M41 -188q47 66 69.5 130.5t22.5 144.5v172h119v-170q0 -92 -37.5 -180t-102.5 -149zM275 -188q46 66 68.5 130.5t22.5 144.5v172h120v-170q0 -92 -37.5 -180t-102.5 -149z" />
234
+ <glyph unicode="&#x2022;" horiz-adv-x="671" d="M135 717v65q0 79 50 129t134 50q85 0 135.5 -50.5t50.5 -128.5v-65q0 -79 -50.5 -128t-134.5 -49q-85 0 -135 49t-50 128z" />
235
+ <glyph unicode="&#x2026;" horiz-adv-x="1297" d="M166 0v164h137v-164h-137zM166 0zM576 0v164h137v-164h-137zM968 0v164h137v-164h-137z" />
236
+ <glyph unicode="&#x202f;" horiz-adv-x="381" />
237
+ <glyph unicode="&#x2039;" horiz-adv-x="574" d="M68 546v19l295 379h105l-276 -389l276 -388h-105z" />
238
+ <glyph unicode="&#x203a;" horiz-adv-x="573" d="M83 162l276 388l-276 394h105l295 -384v-19l-295 -379h-105z" />
239
+ <glyph unicode="&#x205f;" horiz-adv-x="476" />
240
+ <glyph unicode="&#x20ac;" horiz-adv-x="1051" d="M71 533v88h168v195h-168v89h168v37q0 244 135.5 389.5t356.5 145.5q56 0 111.5 -8t119.5 -23l-9 -106q-53 16 -109.5 25.5t-112.5 9.5q-172 0 -272 -116t-100 -315v-39h546v-89h-546v-195h546v-88h-546v-19q0 -198 101.5 -316t272.5 -118q57 0 113 8.5t107 25.5l9 -104 q-54 -15 -112.5 -23t-116.5 -8q-221 0 -357.5 145t-136.5 390v19h-168z" />
241
+ <glyph unicode="&#x2122;" horiz-adv-x="1246" d="M98 1387v69h384v-69h-153v-468h-73v468h-158zM560 919v537h93l172 -423h6l174 423h87v-537h-72v385l-6 1l-161 -386h-51l-164 399l-6 -1v-398h-72z" />
242
+ <glyph unicode="&#x25fc;" horiz-adv-x="1080" d="M0 0v1080h1080v-1080h-1080z" />
243
+ <glyph unicode="&#xfb03;" horiz-adv-x="1934" d="M80 0zM80 984v98h179v158q0 163 82 252t229 89q32 0 66 -5t69 -14l-15 -99q-24 6 -49 9.5t-59 3.5q-98 0 -150.5 -62t-52.5 -174v-158h258v-98h-258v-883l163 -13v-88h-446v88l163 13v883h-179zM784 984v98h179v138q0 173 95.5 267t264.5 94q66 0 135 -15t140 -44 l-19 -103q-60 25 -118 39t-131 14q-122 0 -184.5 -65t-62.5 -187v-138h621v-981l163 -13v-88h-445v88l163 13v883h-502v-883l163 -13v-88h-446v88l163 13v883h-179z" />
244
+ <glyph unicode="&#xfb04;" horiz-adv-x="2060" d="M80 0zM80 984v98h179v158q0 163 82 252t229 89q32 0 66 -5t69 -14l-15 -99q-24 6 -49 9.5t-59 3.5q-98 0 -150.5 -62t-52.5 -174v-158h258v-98h-258v-883l163 -13v-88h-446v88l163 13v883h-179zM805 984v98h179v158q0 163 82 252t229 89q32 0 66 -5t69 -14l-15 -99 q-24 6 -49 9.5t-59 3.5q-98 0 -150.5 -62t-52.5 -174v-158h258v-98h-258v-883l163 -13v-88h-446v88l163 13v883h-179zM1523 0v88l163 13v1357l-163 13v89h282v-1459l163 -13v-88h-445z" />
245
+ <hkern u1="&#x22;" u2="w" k="-11" />
246
+ <hkern u1="&#x27;" u2="w" k="-11" />
247
+ <hkern u1="&#x28;" u2="&#x178;" k="-22" />
248
+ <hkern u1="&#x28;" u2="&#xdd;" k="-22" />
249
+ <hkern u1="&#x28;" u2="Y" k="-22" />
250
+ <hkern u1="&#x28;" u2="W" k="-18" />
251
+ <hkern u1="&#x28;" u2="V" k="-20" />
252
+ <hkern u1="&#x2f;" u2="&#x2f;" k="224" />
253
+ <hkern u1="A" u2="w" k="123" />
254
+ <hkern u1="A" u2="t" k="107" />
255
+ <hkern u1="A" u2="&#x3f;" k="61" />
256
+ <hkern u1="C" u2="&#x7d;" k="17" />
257
+ <hkern u1="C" u2="]" k="12" />
258
+ <hkern u1="C" u2="&#x29;" k="26" />
259
+ <hkern u1="D" u2="&#xc6;" k="33" />
260
+ <hkern u1="E" u2="w" k="22" />
261
+ <hkern u1="E" u2="f" k="18" />
262
+ <hkern u1="F" u2="&#x2026;" k="234" />
263
+ <hkern u1="F" u2="&#x201e;" k="234" />
264
+ <hkern u1="F" u2="&#x201a;" k="234" />
265
+ <hkern u1="F" u2="&#x153;" k="21" />
266
+ <hkern u1="F" u2="&#x152;" k="50" />
267
+ <hkern u1="F" u2="&#xff;" k="24" />
268
+ <hkern u1="F" u2="&#xfd;" k="24" />
269
+ <hkern u1="F" u2="&#xfc;" k="22" />
270
+ <hkern u1="F" u2="&#xfb;" k="22" />
271
+ <hkern u1="F" u2="&#xfa;" k="22" />
272
+ <hkern u1="F" u2="&#xf9;" k="22" />
273
+ <hkern u1="F" u2="&#xf6;" k="21" />
274
+ <hkern u1="F" u2="&#xf5;" k="21" />
275
+ <hkern u1="F" u2="&#xf4;" k="21" />
276
+ <hkern u1="F" u2="&#xf3;" k="21" />
277
+ <hkern u1="F" u2="&#xf2;" k="21" />
278
+ <hkern u1="F" u2="&#xeb;" k="21" />
279
+ <hkern u1="F" u2="&#xea;" k="21" />
280
+ <hkern u1="F" u2="&#xe9;" k="21" />
281
+ <hkern u1="F" u2="&#xe8;" k="21" />
282
+ <hkern u1="F" u2="&#xe7;" k="21" />
283
+ <hkern u1="F" u2="&#xe5;" k="34" />
284
+ <hkern u1="F" u2="&#xe4;" k="34" />
285
+ <hkern u1="F" u2="&#xe3;" k="34" />
286
+ <hkern u1="F" u2="&#xe2;" k="34" />
287
+ <hkern u1="F" u2="&#xe1;" k="34" />
288
+ <hkern u1="F" u2="&#xe0;" k="34" />
289
+ <hkern u1="F" u2="&#xd8;" k="50" />
290
+ <hkern u1="F" u2="&#xd6;" k="50" />
291
+ <hkern u1="F" u2="&#xd5;" k="50" />
292
+ <hkern u1="F" u2="&#xd4;" k="50" />
293
+ <hkern u1="F" u2="&#xd3;" k="50" />
294
+ <hkern u1="F" u2="&#xd2;" k="50" />
295
+ <hkern u1="F" u2="&#xc7;" k="50" />
296
+ <hkern u1="F" u2="&#xc5;" k="299" />
297
+ <hkern u1="F" u2="&#xc4;" k="299" />
298
+ <hkern u1="F" u2="&#xc3;" k="299" />
299
+ <hkern u1="F" u2="&#xc2;" k="299" />
300
+ <hkern u1="F" u2="&#xc1;" k="299" />
301
+ <hkern u1="F" u2="&#xc0;" k="299" />
302
+ <hkern u1="F" u2="y" k="24" />
303
+ <hkern u1="F" u2="v" k="24" />
304
+ <hkern u1="F" u2="u" k="22" />
305
+ <hkern u1="F" u2="q" k="21" />
306
+ <hkern u1="F" u2="o" k="21" />
307
+ <hkern u1="F" u2="g" k="21" />
308
+ <hkern u1="F" u2="e" k="21" />
309
+ <hkern u1="F" u2="d" k="21" />
310
+ <hkern u1="F" u2="c" k="21" />
311
+ <hkern u1="F" u2="a" k="34" />
312
+ <hkern u1="F" u2="T" k="-20" />
313
+ <hkern u1="F" u2="Q" k="50" />
314
+ <hkern u1="F" u2="O" k="50" />
315
+ <hkern u1="F" u2="J" k="320" />
316
+ <hkern u1="F" u2="G" k="50" />
317
+ <hkern u1="F" u2="C" k="50" />
318
+ <hkern u1="F" u2="A" k="299" />
319
+ <hkern u1="F" u2="&#x2e;" k="234" />
320
+ <hkern u1="F" u2="&#x2c;" k="234" />
321
+ <hkern u1="F" u2="r" k="26" />
322
+ <hkern u1="K" u2="w" k="63" />
323
+ <hkern u1="L" u2="w" k="92" />
324
+ <hkern u1="N" u2="&#xc5;" k="85" />
325
+ <hkern u1="N" u2="&#xc4;" k="85" />
326
+ <hkern u1="N" u2="&#xc3;" k="85" />
327
+ <hkern u1="N" u2="&#xc2;" k="85" />
328
+ <hkern u1="N" u2="&#xc1;" k="85" />
329
+ <hkern u1="N" u2="&#xc0;" k="85" />
330
+ <hkern u1="N" u2="A" k="85" />
331
+ <hkern u1="O" u2="&#xc6;" k="33" />
332
+ <hkern u1="P" u2="&#xc6;" k="97" />
333
+ <hkern u1="P" u2="t" k="-14" />
334
+ <hkern u1="Q" u2="&#x178;" k="35" />
335
+ <hkern u1="Q" u2="&#xdd;" k="35" />
336
+ <hkern u1="Q" u2="Y" k="35" />
337
+ <hkern u1="Q" u2="W" k="20" />
338
+ <hkern u1="Q" u2="V" k="28" />
339
+ <hkern u1="Q" u2="T" k="43" />
340
+ <hkern u1="R" u2="&#x178;" k="100" />
341
+ <hkern u1="R" u2="&#xdd;" k="100" />
342
+ <hkern u1="R" u2="Y" k="100" />
343
+ <hkern u1="R" u2="V" k="80" />
344
+ <hkern u1="R" u2="T" k="80" />
345
+ <hkern u1="T" u2="&#xf8;" k="95" />
346
+ <hkern u1="T" u2="&#xe6;" k="114" />
347
+ <hkern u1="T" u2="&#xc6;" k="179" />
348
+ <hkern u1="T" u2="&#xbb;" k="216" />
349
+ <hkern u1="T" u2="&#xab;" k="328" />
350
+ <hkern u1="T" u2="w" k="57" />
351
+ <hkern u1="T" u2="r" k="75" />
352
+ <hkern u1="V" u2="&#x7d;" k="-19" />
353
+ <hkern u1="V" u2="r" k="30" />
354
+ <hkern u1="V" u2="]" k="-17" />
355
+ <hkern u1="V" u2="&#x29;" k="-20" />
356
+ <hkern u1="W" u2="&#x7d;" k="-14" />
357
+ <hkern u1="W" u2="r" k="21" />
358
+ <hkern u1="W" u2="]" k="-12" />
359
+ <hkern u1="W" u2="&#x29;" k="-15" />
360
+ <hkern u1="Y" u2="&#x2022;" k="45" />
361
+ <hkern u1="Y" u2="&#xf8;" k="64" />
362
+ <hkern u1="Y" u2="&#xe6;" k="63" />
363
+ <hkern u1="Y" u2="&#xc6;" k="96" />
364
+ <hkern u1="Y" u2="&#xbb;" k="51" />
365
+ <hkern u1="Y" u2="&#xab;" k="82" />
366
+ <hkern u1="Y" u2="&#x7d;" k="-19" />
367
+ <hkern u1="Y" u2="t" k="22" />
368
+ <hkern u1="Y" u2="r" k="40" />
369
+ <hkern u1="Y" u2="f" k="22" />
370
+ <hkern u1="Y" u2="]" k="-18" />
371
+ <hkern u1="Y" u2="&#x2a;" k="49" />
372
+ <hkern u1="Y" u2="&#x29;" k="-20" />
373
+ <hkern u1="Y" u2="&#x26;" k="30" />
374
+ <hkern u1="Z" u2="w" k="27" />
375
+ <hkern u1="[" u2="&#xdc;" k="18" />
376
+ <hkern u1="[" u2="&#xdb;" k="18" />
377
+ <hkern u1="[" u2="&#xda;" k="18" />
378
+ <hkern u1="[" u2="&#xd9;" k="18" />
379
+ <hkern u1="[" u2="U" k="18" />
380
+ <hkern u1="[" u2="J" k="18" />
381
+ <hkern u1="f" u2="&#x201d;" k="-16" />
382
+ <hkern u1="f" u2="&#x201c;" k="-16" />
383
+ <hkern u1="f" u2="&#x2019;" k="-16" />
384
+ <hkern u1="f" u2="&#x2018;" k="-16" />
385
+ <hkern u1="f" u2="&#x153;" k="24" />
386
+ <hkern u1="f" u2="&#xeb;" k="24" />
387
+ <hkern u1="f" u2="&#xea;" k="24" />
388
+ <hkern u1="f" u2="&#xe9;" k="24" />
389
+ <hkern u1="f" u2="&#xe8;" k="24" />
390
+ <hkern u1="f" u2="&#xe7;" k="24" />
391
+ <hkern u1="f" u2="q" k="24" />
392
+ <hkern u1="f" u2="g" k="24" />
393
+ <hkern u1="f" u2="e" k="24" />
394
+ <hkern u1="f" u2="d" k="24" />
395
+ <hkern u1="f" u2="c" k="24" />
396
+ <hkern u1="f" u2="&#x27;" k="-16" />
397
+ <hkern u1="f" u2="&#x22;" k="-16" />
398
+ <hkern u1="f" u2="&#x7d;" k="-19" />
399
+ <hkern u1="f" u2="]" k="-18" />
400
+ <hkern u1="f" u2="&#x29;" k="-20" />
401
+ <hkern u1="k" u2="&#x153;" k="20" />
402
+ <hkern u1="k" u2="&#xeb;" k="20" />
403
+ <hkern u1="k" u2="&#xea;" k="20" />
404
+ <hkern u1="k" u2="&#xe9;" k="20" />
405
+ <hkern u1="k" u2="&#xe8;" k="20" />
406
+ <hkern u1="k" u2="&#xe7;" k="20" />
407
+ <hkern u1="k" u2="q" k="20" />
408
+ <hkern u1="k" u2="g" k="20" />
409
+ <hkern u1="k" u2="e" k="20" />
410
+ <hkern u1="k" u2="d" k="20" />
411
+ <hkern u1="k" u2="c" k="20" />
412
+ <hkern u1="l" u2="&#xf6;" k="20" />
413
+ <hkern u1="l" u2="&#xf5;" k="20" />
414
+ <hkern u1="l" u2="&#xf4;" k="20" />
415
+ <hkern u1="l" u2="&#xf3;" k="20" />
416
+ <hkern u1="l" u2="&#xf2;" k="20" />
417
+ <hkern u1="l" u2="o" k="20" />
418
+ <hkern u1="l" u2="g" k="10" />
419
+ <hkern u1="r" u2="w" k="-17" />
420
+ <hkern u1="r" u2="t" k="-32" />
421
+ <hkern u1="r" u2="f" k="-15" />
422
+ <hkern u1="t" u2="&#xf6;" k="20" />
423
+ <hkern u1="t" u2="&#xf5;" k="20" />
424
+ <hkern u1="t" u2="&#xf4;" k="20" />
425
+ <hkern u1="t" u2="&#xf3;" k="20" />
426
+ <hkern u1="t" u2="&#xf2;" k="20" />
427
+ <hkern u1="t" u2="o" k="20" />
428
+ <hkern u1="v" u2="f" k="-13" />
429
+ <hkern u1="w" u2="&#x2026;" k="124" />
430
+ <hkern u1="w" u2="&#x201e;" k="124" />
431
+ <hkern u1="w" u2="&#x201a;" k="124" />
432
+ <hkern u1="w" u2="&#x2e;" k="124" />
433
+ <hkern u1="w" u2="&#x2c;" k="124" />
434
+ <hkern u1="y" u2="f" k="-13" />
435
+ <hkern u1="&#x7b;" u2="&#xdc;" k="20" />
436
+ <hkern u1="&#x7b;" u2="&#xdb;" k="20" />
437
+ <hkern u1="&#x7b;" u2="&#xda;" k="20" />
438
+ <hkern u1="&#x7b;" u2="&#xd9;" k="20" />
439
+ <hkern u1="&#x7b;" u2="U" k="20" />
440
+ <hkern u1="&#x7b;" u2="J" k="20" />
441
+ <hkern u1="&#xc0;" u2="w" k="123" />
442
+ <hkern u1="&#xc0;" u2="t" k="107" />
443
+ <hkern u1="&#xc0;" u2="&#x3f;" k="61" />
444
+ <hkern u1="&#xc1;" u2="w" k="123" />
445
+ <hkern u1="&#xc1;" u2="t" k="107" />
446
+ <hkern u1="&#xc1;" u2="&#x3f;" k="61" />
447
+ <hkern u1="&#xc2;" u2="w" k="123" />
448
+ <hkern u1="&#xc2;" u2="t" k="107" />
449
+ <hkern u1="&#xc2;" u2="&#x3f;" k="61" />
450
+ <hkern u1="&#xc3;" u2="w" k="123" />
451
+ <hkern u1="&#xc3;" u2="t" k="107" />
452
+ <hkern u1="&#xc3;" u2="&#x3f;" k="61" />
453
+ <hkern u1="&#xc4;" u2="w" k="123" />
454
+ <hkern u1="&#xc4;" u2="t" k="107" />
455
+ <hkern u1="&#xc4;" u2="&#x3f;" k="61" />
456
+ <hkern u1="&#xc5;" u2="w" k="123" />
457
+ <hkern u1="&#xc5;" u2="t" k="107" />
458
+ <hkern u1="&#xc5;" u2="&#x3f;" k="61" />
459
+ <hkern u1="&#xc7;" u2="&#x7d;" k="17" />
460
+ <hkern u1="&#xc7;" u2="]" k="12" />
461
+ <hkern u1="&#xc7;" u2="&#x29;" k="26" />
462
+ <hkern u1="&#xc8;" u2="w" k="22" />
463
+ <hkern u1="&#xc8;" u2="f" k="18" />
464
+ <hkern u1="&#xc9;" u2="w" k="22" />
465
+ <hkern u1="&#xc9;" u2="f" k="18" />
466
+ <hkern u1="&#xca;" u2="w" k="22" />
467
+ <hkern u1="&#xca;" u2="f" k="18" />
468
+ <hkern u1="&#xcb;" u2="w" k="22" />
469
+ <hkern u1="&#xcb;" u2="f" k="18" />
470
+ <hkern u1="&#xd0;" u2="&#xc6;" k="33" />
471
+ <hkern u1="&#xd2;" u2="&#xc6;" k="33" />
472
+ <hkern u1="&#xd3;" u2="&#xc6;" k="33" />
473
+ <hkern u1="&#xd4;" u2="&#xc6;" k="33" />
474
+ <hkern u1="&#xd5;" u2="&#xc6;" k="33" />
475
+ <hkern u1="&#xd6;" u2="&#xc6;" k="33" />
476
+ <hkern u1="&#xdd;" u2="&#x2022;" k="45" />
477
+ <hkern u1="&#xdd;" u2="&#xf8;" k="64" />
478
+ <hkern u1="&#xdd;" u2="&#xe6;" k="63" />
479
+ <hkern u1="&#xdd;" u2="&#xc6;" k="96" />
480
+ <hkern u1="&#xdd;" u2="&#xbb;" k="51" />
481
+ <hkern u1="&#xdd;" u2="&#xab;" k="82" />
482
+ <hkern u1="&#xdd;" u2="&#x7d;" k="-19" />
483
+ <hkern u1="&#xdd;" u2="t" k="22" />
484
+ <hkern u1="&#xdd;" u2="r" k="40" />
485
+ <hkern u1="&#xdd;" u2="f" k="22" />
486
+ <hkern u1="&#xdd;" u2="]" k="-18" />
487
+ <hkern u1="&#xdd;" u2="&#x2a;" k="49" />
488
+ <hkern u1="&#xdd;" u2="&#x29;" k="-20" />
489
+ <hkern u1="&#xdd;" u2="&#x26;" k="30" />
490
+ <hkern u1="&#xfd;" u2="f" k="-13" />
491
+ <hkern u1="&#xff;" u2="f" k="-13" />
492
+ <hkern u1="&#x178;" u2="&#x2022;" k="45" />
493
+ <hkern u1="&#x178;" u2="&#xf8;" k="64" />
494
+ <hkern u1="&#x178;" u2="&#xe6;" k="63" />
495
+ <hkern u1="&#x178;" u2="&#xc6;" k="96" />
496
+ <hkern u1="&#x178;" u2="&#xbb;" k="51" />
497
+ <hkern u1="&#x178;" u2="&#xab;" k="82" />
498
+ <hkern u1="&#x178;" u2="&#x7d;" k="-19" />
499
+ <hkern u1="&#x178;" u2="t" k="22" />
500
+ <hkern u1="&#x178;" u2="r" k="40" />
501
+ <hkern u1="&#x178;" u2="f" k="22" />
502
+ <hkern u1="&#x178;" u2="]" k="-18" />
503
+ <hkern u1="&#x178;" u2="&#x2a;" k="49" />
504
+ <hkern u1="&#x178;" u2="&#x29;" k="-20" />
505
+ <hkern u1="&#x178;" u2="&#x26;" k="30" />
506
+ <hkern u1="&#x2018;" u2="w" k="-11" />
507
+ <hkern u1="&#x2019;" u2="w" k="-11" />
508
+ <hkern u1="&#x201c;" u2="w" k="-11" />
509
+ <hkern u1="&#x201d;" u2="w" k="-11" />
510
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="v,y,yacute,ydieresis" k="120" />
511
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="80" />
512
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="60" />
513
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="120" />
514
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="12" />
515
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="W" k="149" />
516
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="T" k="180" />
517
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="u,ugrave,uacute,ucircumflex,udieresis" k="71" />
518
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="V" k="264" />
519
+ <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="Y,Yacute,Ydieresis" k="256" />
520
+ <hkern g1="B" g2="T" k="27" />
521
+ <hkern g1="B" g2="V" k="24" />
522
+ <hkern g1="B" g2="Y,Yacute,Ydieresis" k="55" />
523
+ <hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="Y,Yacute,Ydieresis" k="28" />
524
+ <hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="X" k="-17" />
525
+ <hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="T" k="27" />
526
+ <hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="V" k="22" />
527
+ <hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Y,Yacute,Ydieresis" k="43" />
528
+ <hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="X" k="50" />
529
+ <hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="102" />
530
+ <hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="80" />
531
+ <hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Z" k="23" />
532
+ <hkern g1="C,Ccedilla" g2="T" k="29" />
533
+ <hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="v,y,yacute,ydieresis" k="26" />
534
+ <hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="19" />
535
+ <hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="T" k="-20" />
536
+ <hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="17" />
537
+ <hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" />
538
+ <hkern g1="T" g2="v,y,yacute,ydieresis" k="72" />
539
+ <hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="28" />
540
+ <hkern g1="T" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="99" />
541
+ <hkern g1="T" g2="W" k="-15" />
542
+ <hkern g1="T" g2="T" k="-16" />
543
+ <hkern g1="T" g2="u,ugrave,uacute,ucircumflex,udieresis" k="95" />
544
+ <hkern g1="T" g2="V" k="-16" />
545
+ <hkern g1="T" g2="Y,Yacute,Ydieresis" k="-16" />
546
+ <hkern g1="T" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="218" />
547
+ <hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="180" />
548
+ <hkern g1="T" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="99" />
549
+ <hkern g1="T" g2="x" k="77" />
550
+ <hkern g1="T" g2="hyphen,uni00AD,endash,emdash" k="232" />
551
+ <hkern g1="T" g2="m,n,p,ntilde" k="79" />
552
+ <hkern g1="T" g2="S" k="16" />
553
+ <hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="113" />
554
+ <hkern g1="T" g2="z" k="60" />
555
+ <hkern g1="T" g2="s" k="106" />
556
+ <hkern g1="T" g2="J" k="240" />
557
+ <hkern g1="K" g2="v,y,yacute,ydieresis" k="40" />
558
+ <hkern g1="K" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="120" />
559
+ <hkern g1="K" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="27" />
560
+ <hkern g1="K" g2="u,ugrave,uacute,ucircumflex,udieresis" k="23" />
561
+ <hkern g1="K" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" />
562
+ <hkern g1="K" g2="hyphen,uni00AD,endash,emdash" k="224" />
563
+ <hkern g1="K" g2="m,n,p,ntilde" k="23" />
564
+ <hkern g1="L" g2="v,y,yacute,ydieresis" k="133" />
565
+ <hkern g1="L" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="65" />
566
+ <hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="54" />
567
+ <hkern g1="L" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="138" />
568
+ <hkern g1="L" g2="W" k="143" />
569
+ <hkern g1="L" g2="T" k="275" />
570
+ <hkern g1="L" g2="u,ugrave,uacute,ucircumflex,udieresis" k="44" />
571
+ <hkern g1="L" g2="V" k="256" />
572
+ <hkern g1="L" g2="Y,Yacute,Ydieresis" k="239" />
573
+ <hkern g1="L" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-19" />
574
+ <hkern g1="P" g2="v,y,yacute,ydieresis" k="-15" />
575
+ <hkern g1="P" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="13" />
576
+ <hkern g1="P" g2="X" k="31" />
577
+ <hkern g1="P" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="324" />
578
+ <hkern g1="P" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="256" />
579
+ <hkern g1="P" g2="Z" k="26" />
580
+ <hkern g1="P" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" />
581
+ <hkern g1="P" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="11" />
582
+ <hkern g1="P" g2="J" k="200" />
583
+ <hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="60" />
584
+ <hkern g1="V" g2="v,y,yacute,ydieresis" k="11" />
585
+ <hkern g1="V" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="13" />
586
+ <hkern g1="V" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="46" />
587
+ <hkern g1="V" g2="u,ugrave,uacute,ucircumflex,udieresis" k="28" />
588
+ <hkern g1="V" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="225" />
589
+ <hkern g1="V" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="264" />
590
+ <hkern g1="V" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="44" />
591
+ <hkern g1="V" g2="hyphen,uni00AD,endash,emdash" k="37" />
592
+ <hkern g1="V" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="46" />
593
+ <hkern g1="V" g2="J" k="214" />
594
+ <hkern g1="X" g2="v,y,yacute,ydieresis" k="31" />
595
+ <hkern g1="X" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="50" />
596
+ <hkern g1="X" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="31" />
597
+ <hkern g1="X" g2="u,ugrave,uacute,ucircumflex,udieresis" k="21" />
598
+ <hkern g1="X" g2="V" k="-14" />
599
+ <hkern g1="X" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" />
600
+ <hkern g1="X" g2="hyphen,uni00AD,endash,emdash" k="46" />
601
+ <hkern g1="Y,Yacute,Ydieresis" g2="v,y,yacute,ydieresis" k="20" />
602
+ <hkern g1="Y,Yacute,Ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="29" />
603
+ <hkern g1="Y,Yacute,Ydieresis" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="96" />
604
+ <hkern g1="Y,Yacute,Ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="105" />
605
+ <hkern g1="Y,Yacute,Ydieresis" g2="W" k="-17" />
606
+ <hkern g1="Y,Yacute,Ydieresis" g2="T" k="-17" />
607
+ <hkern g1="Y,Yacute,Ydieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="39" />
608
+ <hkern g1="Y,Yacute,Ydieresis" g2="V" k="-18" />
609
+ <hkern g1="Y,Yacute,Ydieresis" g2="Y,Yacute,Ydieresis" k="-18" />
610
+ <hkern g1="Y,Yacute,Ydieresis" g2="X" k="-13" />
611
+ <hkern g1="Y,Yacute,Ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="211" />
612
+ <hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="256" />
613
+ <hkern g1="Y,Yacute,Ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="65" />
614
+ <hkern g1="Y,Yacute,Ydieresis" g2="x" k="23" />
615
+ <hkern g1="Y,Yacute,Ydieresis" g2="hyphen,uni00AD,endash,emdash" k="52" />
616
+ <hkern g1="Y,Yacute,Ydieresis" g2="m,n,p,ntilde" k="40" />
617
+ <hkern g1="Y,Yacute,Ydieresis" g2="S" k="16" />
618
+ <hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="73" />
619
+ <hkern g1="Y,Yacute,Ydieresis" g2="z" k="30" />
620
+ <hkern g1="Y,Yacute,Ydieresis" g2="s" k="108" />
621
+ <hkern g1="Y,Yacute,Ydieresis" g2="J" k="213" />
622
+ <hkern g1="W" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="31" />
623
+ <hkern g1="W" g2="T" k="-14" />
624
+ <hkern g1="W" g2="u,ugrave,uacute,ucircumflex,udieresis" k="19" />
625
+ <hkern g1="W" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="123" />
626
+ <hkern g1="W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="43" />
627
+ <hkern g1="W" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="31" />
628
+ <hkern g1="W" g2="hyphen,uni00AD,endash,emdash" k="60" />
629
+ <hkern g1="W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="33" />
630
+ <hkern g1="W" g2="J" k="64" />
631
+ <hkern g1="Z" g2="v,y,yacute,ydieresis" k="27" />
632
+ <hkern g1="Z" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="26" />
633
+ <hkern g1="Z" g2="u,ugrave,uacute,ucircumflex,udieresis" k="19" />
634
+ <hkern g1="Z" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-13" />
635
+ <hkern g1="Z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="21" />
636
+ <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="v,y,yacute,ydieresis" k="15" />
637
+ <hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="67" />
638
+ <hkern g1="c,ccedilla" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="11" />
639
+ <hkern g1="b,p,thorn" g2="v,y,yacute,ydieresis" k="11" />
640
+ <hkern g1="b,p,thorn" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="29" />
641
+ <hkern g1="b,p,thorn" g2="x" k="15" />
642
+ <hkern g1="b,p,thorn" g2="z" k="15" />
643
+ <hkern g1="b,p,thorn" g2="h,k,l" k="10" />
644
+ <hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="v,y,yacute,ydieresis" k="13" />
645
+ <hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="14" />
646
+ <hkern g1="h,m,n,ntilde" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="16" />
647
+ <hkern g1="h,m,n,ntilde" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="10" />
648
+ <hkern g1="h,m,n,ntilde" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="10" />
649
+ <hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="v,y,yacute,ydieresis" k="15" />
650
+ <hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="20" />
651
+ <hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="x" k="21" />
652
+ <hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="z" k="16" />
653
+ <hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="h,k,l" k="20" />
654
+ <hkern g1="v,y,yacute,ydieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-15" />
655
+ <hkern g1="v,y,yacute,ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="15" />
656
+ <hkern g1="v,y,yacute,ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="107" />
657
+ <hkern g1="v,y,yacute,ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" />
658
+ <hkern g1="v,y,yacute,ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="15" />
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="o,ograve,oacute,ocircumflex,otilde,odieresis" k="20" />
662
+ <hkern g1="r" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="123" />
663
+ <hkern g1="r" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" />
664
+ <hkern g1="r" g2="h,k,l" k="20" />
665
+ <hkern g1="x" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="20" />
666
+ <hkern g1="x" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="20" />
667
+ <hkern g1="z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="16" />
668
+ <hkern g1="z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="16" />
669
+ <hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="107" />
670
+ <hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="61" />
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="m,n,p,ntilde" k="20" />
674
+ <hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="50" />
675
+ <hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="s" k="80" />
676
+ <hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="170" />
677
+ </font>
678
+ </defs></svg>