ext_sprockets 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +114 -0
- data/.ruby-version +1 -0
- data/Gemfile +21 -0
- data/Gemfile.lock +77 -0
- data/MIT-LICENSE +20 -0
- data/README.md +3 -0
- data/bin/yarn +12 -0
- data/ext_sprockets.gemspec +22 -0
- data/lib/ext_sprockets.rb +5 -0
- data/lib/ext_sprockets/engine.rb +11 -0
- data/lib/ext_sprockets/version.rb +3 -0
- data/node_modules/.yarn-integrity +60 -0
- data/node_modules/bootswatch/cerulean/_bootswatch.scss +131 -0
- data/node_modules/bootswatch/cerulean/_variables.scss +870 -0
- data/node_modules/bootswatch/cosmo/_bootswatch.scss +262 -0
- data/node_modules/bootswatch/cosmo/_variables.scss +870 -0
- data/node_modules/bootswatch/cyborg/_bootswatch.scss +243 -0
- data/node_modules/bootswatch/cyborg/_variables.scss +870 -0
- data/node_modules/bootswatch/darkly/_bootswatch.scss +351 -0
- data/node_modules/bootswatch/darkly/_variables.scss +870 -0
- data/node_modules/bootswatch/flatly/_bootswatch.scss +330 -0
- data/node_modules/bootswatch/flatly/_variables.scss +870 -0
- data/node_modules/bootswatch/journal/_bootswatch.scss +145 -0
- data/node_modules/bootswatch/journal/_variables.scss +870 -0
- data/node_modules/bootswatch/lumen/_bootswatch.scss +523 -0
- data/node_modules/bootswatch/lumen/_variables.scss +870 -0
- data/node_modules/bootswatch/package.json +26 -0
- data/node_modules/bootswatch/paper/_bootswatch.scss +620 -0
- data/node_modules/bootswatch/paper/_variables.scss +870 -0
- data/node_modules/bootswatch/readable/_bootswatch.scss +183 -0
- data/node_modules/bootswatch/readable/_variables.scss +870 -0
- data/node_modules/bootswatch/sandstone/_bootswatch.scss +196 -0
- data/node_modules/bootswatch/sandstone/_variables.scss +870 -0
- data/node_modules/bootswatch/simplex/_bootswatch.scss +170 -0
- data/node_modules/bootswatch/simplex/_variables.scss +870 -0
- data/node_modules/bootswatch/slate/_bootswatch.scss +448 -0
- data/node_modules/bootswatch/slate/_variables.scss +870 -0
- data/node_modules/bootswatch/spacelab/_bootswatch.scss +142 -0
- data/node_modules/bootswatch/spacelab/_variables.scss +870 -0
- data/node_modules/bootswatch/superhero/_bootswatch.scss +360 -0
- data/node_modules/bootswatch/superhero/_variables.scss +870 -0
- data/node_modules/bootswatch/united/_bootswatch.scss +56 -0
- data/node_modules/bootswatch/united/_variables.scss +870 -0
- data/node_modules/bootswatch/yeti/_bootswatch.scss +445 -0
- data/node_modules/bootswatch/yeti/_variables.scss +870 -0
- data/node_modules/chart.js/dist/Chart.bundle.js +18608 -0
- data/node_modules/chart.js/dist/Chart.js +14145 -0
- data/node_modules/chart.js/package.json +54 -0
- data/node_modules/chartkick/chartkick.js +1866 -0
- data/node_modules/chartkick/package.json +25 -0
- data/node_modules/eonasdan-bootstrap-datetimepicker/package.json +51 -0
- data/node_modules/eonasdan-bootstrap-datetimepicker/src/js/bootstrap-datetimepicker.js +2636 -0
- data/node_modules/eonasdan-bootstrap-datetimepicker/src/sass/_bootstrap-datetimepicker.scss +344 -0
- data/node_modules/eonasdan-bootstrap-datetimepicker/src/sass/bootstrap-datetimepicker-build.scss +16 -0
- data/node_modules/file-saver/FileSaver.js +188 -0
- data/node_modules/file-saver/package.json +28 -0
- data/node_modules/jquery-pjax/jquery.pjax.js +903 -0
- data/node_modules/jquery-pjax/package.json +18 -0
- data/node_modules/jquery-ui/package.json +74 -0
- data/node_modules/jquery-ui/themes/base/accordion.css +23 -0
- data/node_modules/jquery-ui/themes/base/all.css +12 -0
- data/node_modules/jquery-ui/themes/base/autocomplete.css +16 -0
- data/node_modules/jquery-ui/themes/base/base.css +30 -0
- data/node_modules/jquery-ui/themes/base/button.css +82 -0
- data/node_modules/jquery-ui/themes/base/checkboxradio.css +34 -0
- data/node_modules/jquery-ui/themes/base/controlgroup.css +65 -0
- data/node_modules/jquery-ui/themes/base/core.css +97 -0
- data/node_modules/jquery-ui/themes/base/datepicker.css +185 -0
- data/node_modules/jquery-ui/themes/base/dialog.css +101 -0
- data/node_modules/jquery-ui/themes/base/draggable.css +12 -0
- data/node_modules/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/node_modules/jquery-ui/themes/base/images/ui-icons_444444_256x240.png +0 -0
- data/node_modules/jquery-ui/themes/base/images/ui-icons_555555_256x240.png +0 -0
- data/node_modules/jquery-ui/themes/base/images/ui-icons_777620_256x240.png +0 -0
- data/node_modules/jquery-ui/themes/base/images/ui-icons_777777_256x240.png +0 -0
- data/node_modules/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png +0 -0
- data/node_modules/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png +0 -0
- data/node_modules/jquery-ui/themes/base/menu.css +64 -0
- data/node_modules/jquery-ui/themes/base/progressbar.css +28 -0
- data/node_modules/jquery-ui/themes/base/resizable.css +78 -0
- data/node_modules/jquery-ui/themes/base/selectable.css +17 -0
- data/node_modules/jquery-ui/themes/base/selectmenu.css +50 -0
- data/node_modules/jquery-ui/themes/base/slider.css +75 -0
- data/node_modules/jquery-ui/themes/base/sortable.css +12 -0
- data/node_modules/jquery-ui/themes/base/spinner.css +52 -0
- data/node_modules/jquery-ui/themes/base/tabs.css +51 -0
- data/node_modules/jquery-ui/themes/base/theme.css +443 -0
- data/node_modules/jquery-ui/themes/base/tooltip.css +19 -0
- data/node_modules/jquery-ui/ui/core.js +21 -0
- data/node_modules/jquery-ui/ui/data.js +39 -0
- data/node_modules/jquery-ui/ui/disable-selection.js +46 -0
- data/node_modules/jquery-ui/ui/effect.js +1635 -0
- data/node_modules/jquery-ui/ui/effects/effect-blind.js +70 -0
- data/node_modules/jquery-ui/ui/effects/effect-bounce.js +110 -0
- data/node_modules/jquery-ui/ui/effects/effect-clip.js +65 -0
- data/node_modules/jquery-ui/ui/effects/effect-drop.js +69 -0
- data/node_modules/jquery-ui/ui/effects/effect-explode.js +111 -0
- data/node_modules/jquery-ui/ui/effects/effect-fade.js +47 -0
- data/node_modules/jquery-ui/ui/effects/effect-fold.js +89 -0
- data/node_modules/jquery-ui/ui/effects/effect-highlight.js +57 -0
- data/node_modules/jquery-ui/ui/effects/effect-puff.js +42 -0
- data/node_modules/jquery-ui/ui/effects/effect-pulsate.js +64 -0
- data/node_modules/jquery-ui/ui/effects/effect-scale.js +56 -0
- data/node_modules/jquery-ui/ui/effects/effect-shake.js +74 -0
- data/node_modules/jquery-ui/ui/effects/effect-size.js +191 -0
- data/node_modules/jquery-ui/ui/effects/effect-slide.js +76 -0
- data/node_modules/jquery-ui/ui/effects/effect-transfer.js +40 -0
- data/node_modules/jquery-ui/ui/escape-selector.js +21 -0
- data/node_modules/jquery-ui/ui/focusable.js +84 -0
- data/node_modules/jquery-ui/ui/form-reset-mixin.js +77 -0
- data/node_modules/jquery-ui/ui/form.js +20 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-af.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-ar-DZ.js +39 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-ar.js +39 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-az.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-be.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-bg.js +38 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-bs.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-ca.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-cs.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-cy-GB.js +45 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-da.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-de.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-el.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-en-AU.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-en-GB.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-en-NZ.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-eo.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-es.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-et.js +45 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-eu.js +36 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-fa.js +73 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-fi.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-fo.js +45 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-fr-CA.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-fr-CH.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-fr.js +39 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-gl.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-he.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-hi.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-hr.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-hu.js +36 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-hy.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-id.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-is.js +45 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-it-CH.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-it.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-ja.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-ka.js +48 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-kk.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-km.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-ko.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-ky.js +38 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-lb.js +45 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-lt.js +45 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-lv.js +45 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-mk.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-ml.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-ms.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-nb.js +49 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-nl-BE.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-nl.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-nn.js +49 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-no.js +50 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-pl.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-pt-BR.js +45 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-pt.js +44 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-rm.js +61 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-ro.js +40 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-ru.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-sk.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-sl.js +38 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-sq.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-sr-SR.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-sr.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-sv.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-ta.js +53 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-th.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-tj.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-tr.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-uk.js +38 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-vi.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-zh-CN.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-zh-HK.js +37 -0
- data/node_modules/jquery-ui/ui/i18n/datepicker-zh-TW.js +37 -0
- data/node_modules/jquery-ui/ui/ie.js +15 -0
- data/node_modules/jquery-ui/ui/jquery-1-7.js +89 -0
- data/node_modules/jquery-ui/ui/keycode.js +45 -0
- data/node_modules/jquery-ui/ui/labels.js +62 -0
- data/node_modules/jquery-ui/ui/plugin.js +44 -0
- data/node_modules/jquery-ui/ui/position.js +498 -0
- data/node_modules/jquery-ui/ui/safe-active-element.js +40 -0
- data/node_modules/jquery-ui/ui/safe-blur.js +21 -0
- data/node_modules/jquery-ui/ui/scroll-parent.js +45 -0
- data/node_modules/jquery-ui/ui/tabbable.js +35 -0
- data/node_modules/jquery-ui/ui/unique-id.js +49 -0
- data/node_modules/jquery-ui/ui/version.js +17 -0
- data/node_modules/jquery-ui/ui/widget.js +733 -0
- data/node_modules/jquery-ui/ui/widgets/accordion.js +613 -0
- data/node_modules/jquery-ui/ui/widgets/autocomplete.js +682 -0
- data/node_modules/jquery-ui/ui/widgets/button.js +386 -0
- data/node_modules/jquery-ui/ui/widgets/checkboxradio.js +286 -0
- data/node_modules/jquery-ui/ui/widgets/controlgroup.js +298 -0
- data/node_modules/jquery-ui/ui/widgets/datepicker.js +2120 -0
- data/node_modules/jquery-ui/ui/widgets/dialog.js +940 -0
- data/node_modules/jquery-ui/ui/widgets/draggable.js +1250 -0
- data/node_modules/jquery-ui/ui/widgets/droppable.js +497 -0
- data/node_modules/jquery-ui/ui/widgets/menu.js +673 -0
- data/node_modules/jquery-ui/ui/widgets/mouse.js +226 -0
- data/node_modules/jquery-ui/ui/widgets/progressbar.js +178 -0
- data/node_modules/jquery-ui/ui/widgets/resizable.js +1201 -0
- data/node_modules/jquery-ui/ui/widgets/selectable.js +310 -0
- data/node_modules/jquery-ui/ui/widgets/selectmenu.js +687 -0
- data/node_modules/jquery-ui/ui/widgets/slider.js +752 -0
- data/node_modules/jquery-ui/ui/widgets/sortable.js +1554 -0
- data/node_modules/jquery-ui/ui/widgets/spinner.js +575 -0
- data/node_modules/jquery-ui/ui/widgets/tabs.js +924 -0
- data/node_modules/jquery-ui/ui/widgets/tooltip.js +520 -0
- data/node_modules/jquery-ujs/package.json +26 -0
- data/node_modules/jquery-ujs/src/rails.js +555 -0
- data/node_modules/jquery/dist/jquery.js +10253 -0
- data/node_modules/jquery/dist/jquery.slim.js +8160 -0
- data/node_modules/jquery/package.json +97 -0
- data/node_modules/js-cookie/package.json +49 -0
- data/node_modules/js-cookie/src/js.cookie.js +165 -0
- data/node_modules/jstz/dist/jstz.js +1428 -0
- data/node_modules/jstz/package.json +57 -0
- data/node_modules/lodash/core.js +3836 -0
- data/node_modules/lodash/lodash.js +17084 -0
- data/node_modules/lodash/package.json +17 -0
- data/node_modules/moment-timezone/builds/moment-timezone-with-data-2012-2022.js +1204 -0
- data/node_modules/moment-timezone/builds/moment-timezone-with-data.js +1204 -0
- data/node_modules/moment-timezone/moment-timezone-utils.js +316 -0
- data/node_modules/moment-timezone/moment-timezone.js +605 -0
- data/node_modules/moment-timezone/package.json +50 -0
- data/node_modules/moment/locale/af.js +74 -0
- data/node_modules/moment/locale/ar-dz.js +60 -0
- data/node_modules/moment/locale/ar-kw.js +60 -0
- data/node_modules/moment/locale/ar-ly.js +127 -0
- data/node_modules/moment/locale/ar-ma.js +61 -0
- data/node_modules/moment/locale/ar-sa.js +106 -0
- data/node_modules/moment/locale/ar-tn.js +60 -0
- data/node_modules/moment/locale/ar.js +143 -0
- data/node_modules/moment/locale/az.js +106 -0
- data/node_modules/moment/locale/be.js +135 -0
- data/node_modules/moment/locale/bg.js +91 -0
- data/node_modules/moment/locale/bm.js +60 -0
- data/node_modules/moment/locale/bn.js +120 -0
- data/node_modules/moment/locale/bo.js +120 -0
- data/node_modules/moment/locale/br.js +109 -0
- data/node_modules/moment/locale/bs.js +153 -0
- data/node_modules/moment/locale/ca.js +89 -0
- data/node_modules/moment/locale/cs.js +180 -0
- data/node_modules/moment/locale/cv.js +64 -0
- data/node_modules/moment/locale/cy.js +82 -0
- data/node_modules/moment/locale/da.js +61 -0
- data/node_modules/moment/locale/de-at.js +80 -0
- data/node_modules/moment/locale/de-ch.js +79 -0
- data/node_modules/moment/locale/de.js +79 -0
- data/node_modules/moment/locale/dv.js +101 -0
- data/node_modules/moment/locale/el.js +101 -0
- data/node_modules/moment/locale/en-au.js +68 -0
- data/node_modules/moment/locale/en-ca.js +64 -0
- data/node_modules/moment/locale/en-gb.js +68 -0
- data/node_modules/moment/locale/en-ie.js +68 -0
- data/node_modules/moment/locale/en-nz.js +68 -0
- data/node_modules/moment/locale/eo.js +74 -0
- data/node_modules/moment/locale/es-do.js +92 -0
- data/node_modules/moment/locale/es-us.js +84 -0
- data/node_modules/moment/locale/es.js +93 -0
- data/node_modules/moment/locale/et.js +82 -0
- data/node_modules/moment/locale/eu.js +67 -0
- data/node_modules/moment/locale/fa.js +108 -0
- data/node_modules/moment/locale/fi.js +110 -0
- data/node_modules/moment/locale/fo.js +61 -0
- data/node_modules/moment/locale/fr-ca.js +75 -0
- data/node_modules/moment/locale/fr-ch.js +79 -0
- data/node_modules/moment/locale/fr.js +84 -0
- data/node_modules/moment/locale/fy.js +76 -0
- data/node_modules/moment/locale/gd.js +77 -0
- data/node_modules/moment/locale/gl.js +78 -0
- data/node_modules/moment/locale/gom-latn.js +124 -0
- data/node_modules/moment/locale/gu.js +125 -0
- data/node_modules/moment/locale/he.js +100 -0
- data/node_modules/moment/locale/hi.js +125 -0
- data/node_modules/moment/locale/hr.js +155 -0
- data/node_modules/moment/locale/hu.js +111 -0
- data/node_modules/moment/locale/hy-am.js +96 -0
- data/node_modules/moment/locale/id.js +84 -0
- data/node_modules/moment/locale/is.js +133 -0
- data/node_modules/moment/locale/it.js +71 -0
- data/node_modules/moment/locale/ja.js +81 -0
- data/node_modules/moment/locale/jv.js +84 -0
- data/node_modules/moment/locale/ka.js +90 -0
- data/node_modules/moment/locale/kk.js +88 -0
- data/node_modules/moment/locale/km.js +59 -0
- data/node_modules/moment/locale/kn.js +127 -0
- data/node_modules/moment/locale/ko.js +83 -0
- data/node_modules/moment/locale/ky.js +89 -0
- data/node_modules/moment/locale/lb.js +138 -0
- data/node_modules/moment/locale/lo.js +71 -0
- data/node_modules/moment/locale/lt.js +119 -0
- data/node_modules/moment/locale/lv.js +99 -0
- data/node_modules/moment/locale/me.js +113 -0
- data/node_modules/moment/locale/mi.js +65 -0
- data/node_modules/moment/locale/mk.js +91 -0
- data/node_modules/moment/locale/ml.js +82 -0
- data/node_modules/moment/locale/mr.js +162 -0
- data/node_modules/moment/locale/ms-my.js +84 -0
- data/node_modules/moment/locale/ms.js +83 -0
- data/node_modules/moment/locale/mt.js +61 -0
- data/node_modules/moment/locale/my.js +97 -0
- data/node_modules/moment/locale/nb.js +64 -0
- data/node_modules/moment/locale/ne.js +124 -0
- data/node_modules/moment/locale/nl-be.js +89 -0
- data/node_modules/moment/locale/nl.js +89 -0
- data/node_modules/moment/locale/nn.js +61 -0
- data/node_modules/moment/locale/pa-in.js +125 -0
- data/node_modules/moment/locale/pl.js +127 -0
- data/node_modules/moment/locale/pt-br.js +62 -0
- data/node_modules/moment/locale/pt.js +66 -0
- data/node_modules/moment/locale/ro.js +77 -0
- data/node_modules/moment/locale/ru.js +185 -0
- data/node_modules/moment/locale/sd.js +99 -0
- data/node_modules/moment/locale/se.js +62 -0
- data/node_modules/moment/locale/si.js +72 -0
- data/node_modules/moment/locale/sk.js +158 -0
- data/node_modules/moment/locale/sl.js +174 -0
- data/node_modules/moment/locale/sq.js +71 -0
- data/node_modules/moment/locale/sr-cyrl.js +112 -0
- data/node_modules/moment/locale/sr.js +112 -0
- data/node_modules/moment/locale/ss.js +90 -0
- data/node_modules/moment/locale/sv.js +70 -0
- data/node_modules/moment/locale/sw.js +60 -0
- data/node_modules/moment/locale/ta.js +131 -0
- data/node_modules/moment/locale/te.js +90 -0
- data/node_modules/moment/locale/tet.js +69 -0
- data/node_modules/moment/locale/th.js +68 -0
- data/node_modules/moment/locale/tl-ph.js +63 -0
- data/node_modules/moment/locale/tlh.js +123 -0
- data/node_modules/moment/locale/tr.js +91 -0
- data/node_modules/moment/locale/tzl.js +93 -0
- data/node_modules/moment/locale/tzm-latn.js +59 -0
- data/node_modules/moment/locale/tzm.js +59 -0
- data/node_modules/moment/locale/uk.js +153 -0
- data/node_modules/moment/locale/ur.js +100 -0
- data/node_modules/moment/locale/uz-latn.js +59 -0
- data/node_modules/moment/locale/uz.js +59 -0
- data/node_modules/moment/locale/vi.js +80 -0
- data/node_modules/moment/locale/x-pseudo.js +69 -0
- data/node_modules/moment/locale/yo.js +61 -0
- data/node_modules/moment/locale/zh-cn.js +112 -0
- data/node_modules/moment/locale/zh-hk.js +106 -0
- data/node_modules/moment/locale/zh-tw.js +105 -0
- data/node_modules/moment/min/locales.js +9769 -0
- data/node_modules/moment/min/moment-with-locales.js +14289 -0
- data/node_modules/moment/moment.js +4535 -0
- data/node_modules/moment/package.json +99 -0
- data/node_modules/nprogress/nprogress.css +74 -0
- data/node_modules/nprogress/nprogress.js +480 -0
- data/node_modules/nprogress/package.json +47 -0
- data/node_modules/nprogress/support/extras.css +4 -0
- data/node_modules/roboto-fontface/css/mixins.scss +36 -0
- data/node_modules/roboto-fontface/css/roboto-condensed/sass/roboto-condensed-fontface-bold-italic.scss +3 -0
- data/node_modules/roboto-fontface/css/roboto-condensed/sass/roboto-condensed-fontface-bold.scss +3 -0
- data/node_modules/roboto-fontface/css/roboto-condensed/sass/roboto-condensed-fontface-light-italic.scss +3 -0
- data/node_modules/roboto-fontface/css/roboto-condensed/sass/roboto-condensed-fontface-light.scss +3 -0
- data/node_modules/roboto-fontface/css/roboto-condensed/sass/roboto-condensed-fontface-regular-italic.scss +3 -0
- data/node_modules/roboto-fontface/css/roboto-condensed/sass/roboto-condensed-fontface-regular.scss +3 -0
- data/node_modules/roboto-fontface/css/roboto-condensed/sass/roboto-condensed-fontface.scss +6 -0
- data/node_modules/roboto-fontface/css/roboto-slab/sass/roboto-slab-fontface-bold.scss +3 -0
- data/node_modules/roboto-fontface/css/roboto-slab/sass/roboto-slab-fontface-light.scss +3 -0
- data/node_modules/roboto-fontface/css/roboto-slab/sass/roboto-slab-fontface-regular.scss +3 -0
- data/node_modules/roboto-fontface/css/roboto-slab/sass/roboto-slab-fontface-thin.scss +3 -0
- data/node_modules/roboto-fontface/css/roboto-slab/sass/roboto-slab-fontface.scss +4 -0
- data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-black-italic.scss +3 -0
- data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-black.scss +3 -0
- data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-bold-italic.scss +3 -0
- data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-bold.scss +3 -0
- data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-light-italic.scss +3 -0
- data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-light.scss +3 -0
- data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-medium-italic.scss +3 -0
- data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-medium.scss +3 -0
- data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-regular-italic.scss +3 -0
- data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-regular.scss +3 -0
- data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-thin-italic.scss +3 -0
- data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-thin.scss +3 -0
- data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface.scss +12 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Bold.eot +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Bold.svg +643 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Bold.ttf +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Bold.woff +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Bold.woff2 +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-BoldItalic.eot +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-BoldItalic.svg +643 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-BoldItalic.ttf +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-BoldItalic.woff +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-BoldItalic.woff2 +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Light.eot +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Light.svg +643 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Light.ttf +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Light.woff +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Light.woff2 +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-LightItalic.eot +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-LightItalic.svg +643 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-LightItalic.ttf +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-LightItalic.woff +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-LightItalic.woff2 +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Regular.eot +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Regular.svg +644 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Regular.ttf +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Regular.woff +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Regular.woff2 +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-RegularItalic.eot +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-RegularItalic.svg +644 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-RegularItalic.ttf +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-RegularItalic.woff +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-RegularItalic.woff2 +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Bold.eot +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Bold.svg +679 -0
- data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Bold.ttf +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Bold.woff +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Bold.woff2 +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Light.eot +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Light.svg +678 -0
- data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Light.ttf +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Light.woff +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Light.woff2 +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Regular.eot +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Regular.svg +678 -0
- data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Regular.ttf +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Regular.woff +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Regular.woff2 +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Thin.eot +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Thin.svg +678 -0
- data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Thin.ttf +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Thin.woff +0 -0
- data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Thin.woff2 +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Black.eot +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Black.svg +10968 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Black.ttf +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Black.woff +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Black.woff2 +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-BlackItalic.eot +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-BlackItalic.svg +11086 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-BlackItalic.ttf +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-BlackItalic.woff +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-BlackItalic.woff2 +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Bold.eot +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Bold.svg +11010 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Bold.ttf +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Bold.woff +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Bold.woff2 +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-BoldItalic.eot +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-BoldItalic.svg +11096 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-BoldItalic.ttf +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-BoldItalic.woff +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-BoldItalic.woff2 +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Light.eot +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Light.svg +10564 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Light.ttf +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Light.woff +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Light.woff2 +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-LightItalic.eot +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-LightItalic.svg +10646 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-LightItalic.ttf +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-LightItalic.woff +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-LightItalic.woff2 +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Medium.eot +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Medium.svg +10999 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Medium.ttf +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Medium.woff +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Medium.woff2 +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-MediumItalic.eot +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-MediumItalic.svg +11100 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-MediumItalic.ttf +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-MediumItalic.woff +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-MediumItalic.woff2 +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Regular.eot +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Regular.svg +10520 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Regular.ttf +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Regular.woff +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Regular.woff2 +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-RegularItalic.eot +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-RegularItalic.svg +10629 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-RegularItalic.ttf +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-RegularItalic.woff +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-RegularItalic.woff2 +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Thin.eot +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Thin.svg +10617 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Thin.ttf +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Thin.woff +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-Thin.woff2 +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-ThinItalic.eot +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-ThinItalic.svg +10726 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-ThinItalic.ttf +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-ThinItalic.woff +0 -0
- data/node_modules/roboto-fontface/fonts/roboto/Roboto-ThinItalic.woff2 +0 -0
- data/node_modules/roboto-fontface/package.json +28 -0
- data/node_modules/signature_pad/dist/signature_pad.js +610 -0
- data/node_modules/signature_pad/package.json +41 -0
- data/package.json +23 -0
- data/yarn.lock +118 -0
- metadata +575 -0
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,679 @@
|
|
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_slabbold" horiz-adv-x="1471" >
|
7
|
+
<font-face units-per-em="2048" ascent="1638" descent="-410" />
|
8
|
+
<missing-glyph horiz-adv-x="502" />
|
9
|
+
<glyph unicode="fi" horiz-adv-x="1337" d="M34 877v205h161v74q0 204 124.5 314.5t350.5 110.5q78 0 154 -15.5t176 -44.5l-42 -230q-73 22 -132.5 34t-136.5 12q-101 0 -151.5 -46t-50.5 -135v-74h656v-877l155 -30v-175h-588v175l141 30v672h-364v-672l141 -30v-175h-589v175l156 30v672h-161z" />
|
10
|
+
<glyph unicode="fl" horiz-adv-x="1421" d="M39 0v175l156 30v672h-136v205h136v47q0 217 131 334.5t369 117.5q86 0 170 -15.5t195 -44.5h172v-1316l141 -30v-175h-574v175l141 30v1119q-55 12 -109 19t-117 7q-113 0 -170 -56t-57 -165v-47h240v-205h-240v-672l141 -30v-175h-589z" />
|
11
|
+
<glyph horiz-adv-x="0" />
|
12
|
+
<glyph unicode="
" horiz-adv-x="502" />
|
13
|
+
<glyph horiz-adv-x="225" />
|
14
|
+
<glyph unicode="	" horiz-adv-x="0" />
|
15
|
+
<glyph unicode=" " horiz-adv-x="502" />
|
16
|
+
<glyph unicode="	" horiz-adv-x="502" />
|
17
|
+
<glyph unicode=" " horiz-adv-x="502" />
|
18
|
+
<glyph unicode="!" horiz-adv-x="507" d="M119 0v256h292v-256h-292zM119 502v954h292v-954h-292z" />
|
19
|
+
<glyph unicode=""" horiz-adv-x="782" d="M140 1039v521h206v-272l-77 -249h-129zM467 1039v521h205v-272l-77 -249h-128z" />
|
20
|
+
<glyph unicode="#" horiz-adv-x="1198" d="M39 410v169h256l51 290h-231v171h261l74 416h183l-73 -416h192l73 416h184l-74 -416h220v-171h-250l-51 -290h226v-169h-255l-72 -410h-183l72 410h-192l-72 -410h-184l72 410h-227zM479 579h192l51 290h-192z" />
|
21
|
+
<glyph unicode="$" horiz-adv-x="1107" d="M57 449l2 5h284q0 -134 62 -192t156 -58q91 0 139.5 48.5t48.5 130.5q0 81 -46.5 132t-159.5 95q-222 81 -329 180.5t-107 280.5q0 168 107.5 275.5t289.5 126.5v215h159v-218q175 -26 275.5 -146.5t98.5 -313.5l-3 -5h-284q0 118 -49 182t-132 64q-86 0 -128.5 -49.5 t-42.5 -131.5q0 -78 44.5 -126.5t163.5 -95.5q221 -87 328 -186t107 -277q0 -173 -107.5 -277.5t-290.5 -123.5v-198h-159v197q-187 19 -309 132.5t-118 333.5z" />
|
22
|
+
<glyph unicode="%" horiz-adv-x="1429" d="M49 1099v77q0 129 83.5 215t232.5 86q151 0 234 -85.5t83 -215.5v-77q0 -129 -83 -214t-232 -85q-150 0 -234 85t-84 214zM243 1099q0 -58 32 -97.5t92 -39.5q58 0 90 39.5t32 97.5v77q0 58 -32.5 98.5t-91.5 40.5t-90.5 -40.5t-31.5 -98.5v-77zM308 184l711 1138 l142 -75l-711 -1138zM745 280v77q0 128 84 214t233 86q150 0 233.5 -85.5t83.5 -214.5v-77q0 -130 -83 -215t-232 -85q-150 0 -234.5 85.5t-84.5 214.5zM939 280q0 -57 34.5 -97.5t90.5 -40.5q65 0 93 37.5t28 100.5v77q0 57 -32 97.5t-91 40.5q-60 0 -91.5 -40.5 t-31.5 -97.5v-77z" />
|
23
|
+
<glyph unicode="&" horiz-adv-x="1278" d="M45 392q0 118 65 203.5t198 178.5q-68 92 -101.5 168t-33.5 155q0 173 108 276.5t289 103.5q159 0 258.5 -98.5t99.5 -238.5q0 -98 -49 -179t-134 -142l-93 -66l276 -322q36 60 56 130t20 148h218q0 -138 -34 -254t-104 -206l208 -244l-2 -5h-324l-77 89 q-85 -55 -175 -82.5t-193 -27.5q-218 0 -347 114.5t-129 298.5zM337 407q0 -89 55 -146.5t144 -57.5q53 0 106 13.5t102 40.5l-300 348l-19 -13q-51 -48 -69.5 -93.5t-18.5 -91.5zM434 1100q0 -43 21.5 -88.5t64.5 -100.5l86 56q56 36 75.5 74t19.5 83q0 50 -36.5 89 t-95.5 39q-65 0 -100 -43.5t-35 -108.5z" />
|
24
|
+
<glyph unicode="'" horiz-adv-x="449" d="M139 1008v552h199v-269l-70 -283h-129z" />
|
25
|
+
<glyph unicode="(" horiz-adv-x="685" d="M89 570v22q0 392 152 665.5t344 354.5h6l53 -146q-131 -98 -220 -316t-89 -556v-26q0 -339 89 -556.5t220 -318.5l-53 -143h-6q-192 81 -344 354t-152 666z" />
|
26
|
+
<glyph unicode=")" horiz-adv-x="712" d="M61 -307q129 98 219 317t90 558v26q0 336 -91 556.5t-218 319.5l54 142h6q194 -80 352 -359t158 -661v-22q0 -383 -158 -661.5t-352 -358.5h-6z" />
|
27
|
+
<glyph unicode="*" horiz-adv-x="914" d="M34 1055l57 177l297 -123l-18 347h188l-20 -353l291 120l56 -180l-306 -89l200 -265l-151 -110l-175 290l-173 -281l-152 106l208 272z" />
|
28
|
+
<glyph unicode="+" horiz-adv-x="1098" d="M49 560v252h362v394h277v-394h359v-252h-359v-414h-277v414h-362z" />
|
29
|
+
<glyph unicode="," horiz-adv-x="503" d="M58 -286q39 70 60 144.5t21 166.5v218h262l-1 -204q0 -102 -57.5 -216t-140.5 -187z" />
|
30
|
+
<glyph unicode="-" horiz-adv-x="815" d="M131 510v225h564v-225h-564z" />
|
31
|
+
<glyph unicode="." horiz-adv-x="522" d="M129 0v256h291v-256h-291z" />
|
32
|
+
<glyph unicode="/" horiz-adv-x="748" d="M-23 -125l534 1581h216l-534 -1581h-216z" />
|
33
|
+
<glyph unicode="0" horiz-adv-x="1170" d="M97 567v321q0 288 132.5 438.5t359.5 150.5q226 0 359.5 -150.5t133.5 -438.5v-321q0 -289 -132.5 -438.5t-358.5 -149.5q-228 0 -361 149.5t-133 438.5zM388 539q0 -176 51.5 -256t151.5 -80q98 0 149 80t51 256v379q0 173 -52 253.5t-150 80.5q-99 0 -150 -80t-51 -254 v-379z" />
|
34
|
+
<glyph unicode="1" horiz-adv-x="905" d="M62 1191v167l540 98v-1251l246 -30v-175h-783v175l246 30v986h-249z" />
|
35
|
+
<glyph unicode="2" horiz-adv-x="1132" d="M50 1007q-5 197 129.5 333.5t362.5 136.5q225 0 354 -117t129 -312q0 -132 -72.5 -244t-240.5 -292l-259 -283l2 -5h378l12 144h222v-368h-994v191l471 505q102 117 145 197.5t43 149.5q0 92 -49.5 150.5t-140.5 58.5q-101 0 -153.5 -68.5t-52.5 -182.5h-284z" />
|
36
|
+
<glyph unicode="3" horiz-adv-x="1112" d="M57 390l2 6h283q0 -84 60 -138.5t152 -54.5q101 0 159.5 56t58.5 152q0 115 -57.5 168.5t-169.5 53.5h-164v219h164q104 0 154 54.5t50 151.5q0 88 -50 141t-145 53q-82 0 -138 -48t-56 -126h-283l-2 6q-6 171 131 282t340 111q226 0 360.5 -108t134.5 -308 q0 -95 -60 -180.5t-165 -133.5q121 -43 184.5 -132t63.5 -207q0 -200 -145.5 -314.5t-372.5 -114.5q-203 0 -348.5 107.5t-140.5 303.5z" />
|
37
|
+
<glyph unicode="4" horiz-adv-x="1154" d="M36 491l605 965h294v-914h165v-194h-165v-143l155 -30v-175h-602v175l156 30v143h-594zM309 542h335v525l-6 2l-24 -42z" />
|
38
|
+
<glyph unicode="5" horiz-adv-x="1092" d="M67 390l2 5l280 14q0 -97 55 -151.5t144 -54.5q102 0 151 73t49 189q0 126 -52 202t-155 76q-83 0 -127.5 -31t-63.5 -84l-258 17l84 811h838v-332h-180l-26 98h-392l-41 -336q41 30 98 49.5t126 20.5q210 3 325 -127t115 -362q0 -210 -126.5 -349t-364.5 -139 q-200 0 -343 109.5t-138 301.5z" />
|
39
|
+
<glyph unicode="6" horiz-adv-x="1144" d="M91 569v256q0 309 163.5 480.5t420.5 171.5q82 0 151.5 -15.5t139.5 -45.5l-51 -213q-63 22 -116 33.5t-122 11.5q-130 0 -208.5 -95t-79.5 -280l3 -5q49 51 124.5 80t168.5 29q195 0 306 -138.5t111 -353.5q0 -220 -137 -363t-354 -143q-230 0 -375 156.5t-145 433.5z M382 562q0 -173 62.5 -266t166.5 -93q90 0 144.5 82.5t54.5 199.5q0 121 -55 196t-147 75q-81 0 -138 -26t-88 -71v-97z" />
|
40
|
+
<glyph unicode="7" horiz-adv-x="1107" d="M49 1087v369h1029v-225q-234 -274 -319.5 -511t-122.5 -572l-14 -148h-292l14 148q34 321 146 589.5t307 493.5h-513l-11 -144h-224z" />
|
41
|
+
<glyph unicode="8" horiz-adv-x="1115" d="M67 398q0 118 66.5 208.5t182.5 139.5q-102 47 -159 131t-57 193q0 194 127 300.5t335 106.5t336 -106.5t128 -300.5q0 -109 -58 -193t-159 -131q116 -49 183 -140t67 -208q0 -202 -137 -310.5t-358 -108.5q-222 0 -359.5 108.5t-137.5 310.5zM359 418q0 -100 56 -157.5 t149 -57.5q91 0 147.5 58t56.5 157q0 98 -57.5 157t-148.5 59t-147 -59t-56 -157zM393 1057q0 -91 45 -144.5t126 -53.5q79 0 124.5 53.5t45.5 144.5q0 88 -46.5 141.5t-125.5 53.5q-80 0 -124.5 -52.5t-44.5 -142.5z" />
|
42
|
+
<glyph unicode="9" horiz-adv-x="1141" d="M63 957q0 221 138.5 370.5t350.5 149.5q223 0 362 -153.5t139 -431.5v-316q0 -283 -154.5 -440t-397.5 -157q-76 0 -156.5 15.5t-148.5 45.5l33 211q67 -25 130 -36.5t142 -11.5q117 0 189 89.5t72 268.5v22q-49 -63 -117 -95.5t-146 -32.5q-204 0 -320 133.5t-116 368.5 zM355 957q0 -132 49.5 -210t143.5 -78q73 0 127.5 27.5t86.5 73.5v156q0 160 -56 243t-152 83q-88 0 -143.5 -86.5t-55.5 -208.5z" />
|
43
|
+
<glyph unicode=":" horiz-adv-x="455" d="M91 0v256h291v-256h-291zM91 0zM91 825v256h291v-256h-291z" />
|
44
|
+
<glyph unicode=";" horiz-adv-x="453" d="M28 0zM28 -286q39 70 60 144.5t21 166.5v218h262l-1 -204q0 -102 -57.5 -216t-140.5 -187zM90 825v256h291v-256h-291z" />
|
45
|
+
<glyph unicode="<" horiz-adv-x="1012" d="M58 436v227l861 366v-272l-576 -207v-6l576 -203v-272z" />
|
46
|
+
<glyph unicode="=" horiz-adv-x="1123" d="M123 332v229h896v-229h-896zM123 763v229h896v-229h-896z" />
|
47
|
+
<glyph unicode=">" horiz-adv-x="1031" d="M104 60v270l585 209v6l-585 206v269l871 -366v-227z" />
|
48
|
+
<glyph unicode="?" horiz-adv-x="985" d="M34 1081q-3 192 126.5 294t337.5 102q224 0 351.5 -113.5t127.5 -308.5q0 -127 -74.5 -235t-186.5 -181q-61 -47 -80 -94.5t-19 -130.5h-291q1 140 41.5 205t161.5 158q71 58 113.5 125t42.5 150q0 92 -48.5 144t-138.5 52q-74 0 -125.5 -44t-52.5 -129h-284zM325 0v250 h294v-250h-294z" />
|
49
|
+
<glyph unicode="@" horiz-adv-x="1806" d="M67 478q18 427 255 683.5t626 256.5q387 0 593 -242.5t190 -662.5q-9 -218 -128 -376t-356 -158q-78 0 -135 44t-81 123q-44 -82 -109.5 -123t-153.5 -41q-141 0 -216.5 119t-56.5 315q25 254 144 407t288 153q116 0 186 -26t155 -80l-3 -4h5l-51 -573q-7 -94 14 -129.5 t57 -35.5q115 0 184.5 109t77.5 276q16 354 -136.5 551.5t-471.5 197.5q-304 0 -484.5 -213t-195.5 -571q-18 -355 145.5 -560t469.5 -205q85 0 175.5 20t155.5 50l38 -147q-67 -42 -170.5 -65.5t-202.5 -23.5q-396 0 -610.5 249t-197.5 682zM721 416q-10 -127 18.5 -192.5 t92.5 -65.5q56 0 101.5 26.5t81.5 96.5q0 2 0.5 6t0.5 6l44 496q-23 7 -46.5 11t-47.5 4q-111 0 -169 -96.5t-76 -291.5z" />
|
50
|
+
<glyph unicode="A" d="M41 0v175l104 15l443 1266h299l440 -1266l104 -15v-175h-496v175l101 18l-64 200h-472l-64 -200l101 -18v-175h-496zM569 608h334l-164 513h-6z" />
|
51
|
+
<glyph unicode="B" horiz-adv-x="1354" d="M56 0v175l155 30v1045l-155 30v176h155h492q257 0 401 -100t144 -299q0 -101 -53.5 -180.5t-155.5 -119.5q131 -28 196.5 -120t65.5 -213q0 -209 -138 -316.5t-391 -107.5h-716zM503 224h269q116 0 177 50.5t61 149.5q0 107 -52 163.5t-164 56.5h-291v-420zM503 846h210 q117 0 180 48t63 140q0 101 -63.5 149t-189.5 48h-200v-385z" />
|
52
|
+
<glyph unicode="C" horiz-adv-x="1327" d="M52 703v49q0 317 186 521t481 204q169 0 305 -61.5t225 -162.5v-288h-217l-30 194q-43 43 -108.5 68t-154.5 25q-190 0 -292.5 -138t-102.5 -360v-51q0 -222 102 -361t288 -139q86 0 157.5 25t110.5 68l30 194h217v-288q-88 -102 -224.5 -162.5t-305.5 -60.5 q-293 0 -480 203t-187 521z" />
|
53
|
+
<glyph unicode="D" horiz-adv-x="1411" d="M56 0v175l155 30v1045l-155 30v176h155h500q267 0 440 -170.5t173 -437.5v-241q0 -268 -173 -437.5t-440 -169.5h-655zM503 224h193q157 0 246 106t89 277v243q0 169 -89 275t-246 106h-193v-1007z" />
|
54
|
+
<glyph unicode="E" horiz-adv-x="1308" d="M56 0v175l155 30v1045l-155 30v176h155h995v-399h-224l-13 174h-466v-366h493v-225h-493v-416h470l13 174h222v-398h-1152z" />
|
55
|
+
<glyph unicode="F" horiz-adv-x="1265" d="M56 0v175l155 30v1045l-155 30v176h1159v-399h-224l-13 174h-475v-401h510v-225h-510v-400l156 -30v-175h-603z" />
|
56
|
+
<glyph unicode="G" horiz-adv-x="1353" d="M47 690v50q0 327 182.5 532t476.5 205q171 0 312.5 -54.5t235.5 -147.5v-293h-216l-41 195q-40 34 -105.5 54.5t-150.5 20.5q-191 0 -297 -141t-106 -369v-52q0 -222 104 -354.5t300 -132.5q88 0 142.5 15t85.5 35v247l-208 16v205h501v-559q-71 -70 -207 -126.5 t-344 -56.5q-295 0 -480 197.5t-185 513.5z" />
|
57
|
+
<glyph unicode="H" horiz-adv-x="1601" d="M56 0v175l155 30v1045l-155 30v176h603v-176l-156 -30v-420h594v420l-156 30v176h156h291h156v-176l-156 -30v-1045l156 -30v-175h-603v175l156 30v400h-594v-400l156 -30v-175h-603z" />
|
58
|
+
<glyph unicode="I" horiz-adv-x="713" d="M55 0v175l156 30v1045l-156 30v176h603v-176l-156 -30v-1045l156 -30v-175h-603z" />
|
59
|
+
<glyph unicode="J" horiz-adv-x="1192" d="M35 417l2 6h284q0 -115 55 -167.5t148 -52.5q81 0 137.5 62.5t56.5 171.5v813l-156 30v176h447h156v-176l-156 -30v-813q0 -211 -137.5 -334.5t-347.5 -123.5q-228 0 -361 111q-128 107 -128 311v16z" />
|
60
|
+
<glyph unicode="K" horiz-adv-x="1464" d="M56 0v175l155 30v1045l-155 30v176h595v-176l-148 -30v-389h127l280 407l-86 12v176h577v-176l-158 -27l-358 -478l402 -575l146 -25v-175h-577v175l90 12l-280 421h-163v-403l148 -30v-175h-595z" />
|
61
|
+
<glyph unicode="L" horiz-adv-x="1200" d="M56 0v175l155 30v1045l-155 30v176h155h292h156v-176l-156 -30v-1026h411l14 183h223v-407h-1095z" />
|
62
|
+
<glyph unicode="M" horiz-adv-x="1929" d="M56 0v175l155 30v1045l-155 30v176h155h381l371 -1073h6l374 1073h538v-176l-156 -30v-1045l156 -30v-175h-603v175l155 30v229l28 643l-6 1l-390 -1078h-196l-388 1074l-6 -1l28 -639v-229l156 -30v-175h-603z" />
|
63
|
+
<glyph unicode="N" horiz-adv-x="1582" d="M56 0v175l155 30v1045l-155 30v176h155h292l588 -980l6 1v773l-156 30v176h447h156v-176l-156 -30v-1250h-291l-588 980l-6 -1v-774l156 -30v-175h-603z" />
|
64
|
+
<glyph unicode="O" horiz-adv-x="1448" d="M67 717v22q0 318 181 528t476 210q296 0 479.5 -210t183.5 -528v-22q0 -320 -183 -529t-479 -209q-295 0 -476.5 209t-181.5 529zM359 717q0 -230 91.5 -370.5t274.5 -140.5q185 0 278 140.5t93 370.5v24q0 226 -94 367t-278 141t-274.5 -140t-90.5 -368v-24z" />
|
65
|
+
<glyph unicode="P" horiz-adv-x="1325" d="M56 0v175l155 30v1045l-155 30v176h155h538q250 0 394.5 -128.5t144.5 -336.5q0 -209 -144.5 -336t-394.5 -127h-246v-323l156 -30v-175h-603zM503 753h246q122 0 184.5 66.5t62.5 169.5q0 105 -62.5 173.5t-184.5 68.5h-246v-478z" />
|
66
|
+
<glyph unicode="Q" horiz-adv-x="1449" d="M67 717v22q0 318 181 528t476 210q296 0 479.5 -210t183.5 -528v-22q0 -190 -68.5 -347t-191.5 -256l310 -193l-206 -159l-349 235q-39 -8 -78.5 -13t-78.5 -5q-295 0 -476.5 209t-181.5 529zM359 717q0 -230 91.5 -370.5t274.5 -140.5q185 0 278 140.5t93 370.5v24 q0 226 -94 367t-278 141t-274.5 -140t-90.5 -368v-24z" />
|
67
|
+
<glyph unicode="R" horiz-adv-x="1408" d="M56 0v175l155 30v1045l-155 30v176h155h499q248 0 389 -113.5t141 -313.5q0 -110 -59 -191t-173 -131q129 -38 185.5 -126.5t56.5 -219.5v-74q0 -48 19 -74.5t63 -31.5l36 -5v-176h-151q-143 0 -201 77t-58 199v83q0 106 -56.5 166.5t-159.5 63.5h-239v-384l156 -30v-175 h-603zM503 814h202q122 0 183 52t61 150t-60.5 156.5t-178.5 58.5h-207v-417z" />
|
68
|
+
<glyph unicode="S" horiz-adv-x="1242" d="M97 1071q0 177 150 289.5t377 115.5q168 0 306 -51t232 -136v-298h-219l-38 200q-38 24 -111 42t-155 18q-120 0 -185.5 -50.5t-65.5 -130.5q0 -74 68.5 -121.5t236.5 -100.5q241 -67 365.5 -177t124.5 -289q0 -187 -148 -295t-390 -108q-173 0 -312.5 55t-232.5 152v304 h226l31 -207q44 -36 119.5 -59.5t168.5 -23.5q120 0 182.5 49t62.5 131q0 84 -59.5 135t-208.5 96q-259 75 -392 178t-133 282z" />
|
69
|
+
<glyph unicode="T" horiz-adv-x="1377" d="M40 1068v388h1298v-388h-224l-12 163h-268v-1026l156 -30v-175h-604v175l156 30v1026h-267l-12 -163h-223z" />
|
70
|
+
<glyph unicode="U" horiz-adv-x="1547" d="M39 1280v176h155h292h156v-176l-156 -30v-760q0 -144 77.5 -215.5t212.5 -71.5q137 0 215 71t78 216v760l-155 30v176h603v-176l-156 -30v-760q0 -245 -161.5 -378t-423.5 -133q-261 0 -421.5 133t-160.5 378v760z" />
|
71
|
+
<glyph unicode="V" horiz-adv-x="1468" d="M34 1280v176h532v-176l-111 -20l258 -873l18 -80h6l17 78l259 875l-110 20v176h532v-176l-122 -16l-429 -1264h-300l-430 1264z" />
|
72
|
+
<glyph unicode="W" horiz-adv-x="1972" d="M29 1280v176h536v-176l-133 -23l167 -798l6 -1l273 998h215l275 -998l6 1l166 798l-133 23v176h535v-176l-120 -15l-295 -1265h-271l-267 961h-6l-267 -961h-271l-297 1265z" />
|
73
|
+
<glyph unicode="X" horiz-adv-x="1438" d="M33 0v175l123 24l385 535l-375 521l-122 25v176h559v-176l-119 -13l225 -357l226 357l-117 13v176h561v-176l-122 -25l-375 -521l393 -534l129 -25v-175h-573v175l116 12l-234 368l-235 -368l117 -12v-175h-562z" />
|
74
|
+
<glyph unicode="Y" horiz-adv-x="1398" d="M36 1280v176h551v-176l-119 -17l226 -478h6l226 478l-118 17v176h551v-176l-124 -20l-396 -748v-307l156 -30v-175h-603v175l156 30v322l-389 733z" />
|
75
|
+
<glyph unicode="Z" horiz-adv-x="1226" d="M74 0v152l710 1079h-463l-23 -176h-223l22 401h1046v-146l-713 -1086h507l24 176h222l-22 -400h-1087z" />
|
76
|
+
<glyph unicode="[" horiz-adv-x="578" d="M139 -336v2027h433v-216h-141v-1595h141v-216h-433z" />
|
77
|
+
<glyph unicode="\" horiz-adv-x="854" d="M12 1456h288l608 -1581h-288z" />
|
78
|
+
<glyph unicode="]" horiz-adv-x="569" d="M11 -120h143v1595h-143v216h434v-2027h-434v216z" />
|
79
|
+
<glyph unicode="^" horiz-adv-x="884" d="M45 729l299 727h212l299 -727h-231l-165 413l-8 34h-6l-7 -34l-162 -413h-231z" />
|
80
|
+
<glyph unicode="_" horiz-adv-x="1094" d="M92 0h910v-186h-910v186z" />
|
81
|
+
<glyph unicode="`" horiz-adv-x="622" d="M64 1472l2 6h310l196 -266h-236z" />
|
82
|
+
<glyph unicode="a" horiz-adv-x="1125" d="M74 301q0 152 122 235t358 83h149v106q0 78 -45 121t-133 43q-50 0 -89 -11.5t-63 -27.5l-19 -116h-220l1 240q80 54 183.5 91t225.5 37q201 0 326.5 -98.5t125.5 -280.5v-447q0 -25 0.5 -47t3.5 -42l89 -12v-175h-337q-12 27 -21 55.5t-14 57.5q-52 -60 -126.5 -97 t-170.5 -37q-159 0 -252.5 86.5t-93.5 235.5zM365 312q0 -55 35.5 -86t98.5 -31q66 0 120 28.5t84 71.5v165h-149q-93 0 -141 -43.5t-48 -104.5z" />
|
83
|
+
<glyph unicode="b" horiz-adv-x="1181" d="M-22 1384v176h446v-593q47 65 112.5 100t150.5 35q206 0 314 -155.5t108 -414.5v-21q0 -242 -108 -387t-312 -145q-95 0 -165 39.5t-118 114.5l-21 -133h-252v1354zM424 308q27 -50 74.5 -76t116.5 -26q113 0 158 79.5t45 225.5v21q0 158 -46.5 250.5t-158.5 92.5 q-68 0 -115 -28.5t-74 -81.5v-457z" />
|
84
|
+
<glyph unicode="c" horiz-adv-x="1079" d="M67 525v30q0 239 134.5 393t383.5 154q131 0 235 -39t173 -110l4 -289h-237l-48 169q-22 19 -54 31.5t-73 12.5q-124 0 -175 -90t-51 -232v-30q0 -145 47 -233.5t165 -88.5q78 0 125 45.5t47 121.5h264l3 -6v-10q0 -156 -123 -264q-127 -110 -316 -111q-242 0 -373 153 t-131 393z" />
|
85
|
+
<glyph unicode="d" horiz-adv-x="1212" d="M67 511v21q0 256 111 413t312 157q81 0 146 -35.5t114 -100.5v388l-156 30v176h156h292v-1355l140 -30v-175h-393l-22 132q-51 -75 -120.5 -114t-158.5 -39q-200 0 -310.5 146t-110.5 386zM359 511q0 -142 47.5 -223.5t155.5 -81.5q64 0 111 26t77 75v459 q-30 52 -76.5 80.5t-109.5 28.5q-107 0 -156 -95t-49 -248v-21z" />
|
86
|
+
<glyph unicode="e" horiz-adv-x="1091" d="M67 510v40q1 241 133 397q132 155 352 155h3q219 0 340 -132t121 -357v-159h-646l-2 -6q8 -107 71.5 -176t172.5 -69q97 0 161 19.5t140 61.5l79 -180q-67 -53 -173.5 -89t-237.5 -36q-234 0 -374 150t-140 381zM369 652l3 -5h358v26q0 93 -43.5 148.5t-131.5 55.5 q-81 0 -128 -62t-58 -163z" />
|
87
|
+
<glyph unicode="f" horiz-adv-x="762" d="M59 877v205h161v120q0 182 105 280.5t295 98.5q37 0 75.5 -5.5t84.5 -15.5l-25 -217q-24 4 -46.5 7t-52.5 3q-71 0 -107.5 -39t-36.5 -112v-120h215v-205h-215v-672l141 -30v-175h-574v175l141 30v672h-161z" />
|
88
|
+
<glyph unicode="g" horiz-adv-x="1170" d="M81 511v21q0 256 111.5 413t312.5 157q91 0 160 -40.5t118 -115.5l21 136h254v-1050q0 -214 -134.5 -341.5t-369.5 -127.5q-82 0 -174 22.5t-170 61.5l54 205q70 -30 140 -47.5t148 -17.5q107 0 160 65t53 181v71q-48 -61 -113 -93t-149 -32q-199 0 -310.5 146.5 t-111.5 385.5zM373 511q0 -142 48 -223.5t156 -81.5q67 0 113.5 24.5t74.5 71.5v470q-28 49 -74.5 76t-111.5 27q-107 0 -156.5 -95t-49.5 -248v-21z" />
|
89
|
+
<glyph unicode="h" horiz-adv-x="1302" d="M32 1384v176h447v-616q51 75 125 116.5t164 41.5q170 0 266.5 -112.5t96.5 -347.5v-437l140 -30v-175h-558v175l126 30v439q0 126 -44.5 178.5t-132.5 52.5q-61 0 -106.5 -22t-76.5 -62v-586l126 -30v-175h-558v175l141 30v1149z" />
|
90
|
+
<glyph unicode="i" horiz-adv-x="660" d="M39 906v176h448v-877l140 -30v-175h-573v175l141 30v671zM195 1341v219h292v-219h-292z" />
|
91
|
+
<glyph unicode="j" horiz-adv-x="599" d="M-33 -420l14 223q22 -6 45 -9t50 -3q59 0 91.5 41.5t32.5 127.5v916l-156 30v176h448v-1122q0 -190 -101 -293.5t-280 -103.5q-41 0 -74.5 4t-69.5 13zM194 1343v217h292v-217h-292z" />
|
92
|
+
<glyph unicode="k" horiz-adv-x="1249" d="M32 1384v176h447v-904h65l168 237l-95 13v176h532v-176l-128 -29l-195 -268l273 -411l111 -23v-175h-500v175l60 10l-166 268h-125v-248l126 -30v-175h-558v175l141 30v1149z" />
|
93
|
+
<glyph unicode="l" horiz-adv-x="653" d="M32 1384v176h448v-1355l141 -30v-175h-574v175l141 30v1149z" />
|
94
|
+
<glyph unicode="m" horiz-adv-x="1905" d="M29 906v176h427l12 -143q52 78 130.5 120.5t181.5 42.5q104 0 178 -46t112 -139q50 87 130 136t188 49q160 0 252.5 -110.5t92.5 -336.5v-450l141 -30v-175h-559v175l126 30v451q0 123 -40 171t-119 48q-62 0 -107.5 -27.5t-72.5 -76.5q0 -19 1 -32.5t1 -27.5v-506 l118 -30v-175h-527v175l118 30v451q0 120 -40 169.5t-120 49.5q-59 0 -103.5 -22.5t-73.5 -63.5v-584l126 -30v-175h-558v175l141 30v671z" />
|
95
|
+
<glyph unicode="n" horiz-adv-x="1300" d="M32 906v176h427l13 -155q54 83 133 129t177 46q164 0 256 -103t92 -323v-471l140 -30v-175h-558v175l125 30v470q0 109 -44 154.5t-133 45.5q-58 0 -104 -23.5t-77 -66.5v-580l118 -30v-175h-550v175l140 30v671z" />
|
96
|
+
<glyph unicode="o" horiz-adv-x="1148" d="M63 530v21q0 242 135.5 396.5t374.5 154.5q240 0 375.5 -154t135.5 -397v-21q0 -244 -135.5 -397.5t-373.5 -153.5q-241 0 -376.5 153.5t-135.5 397.5zM355 530q0 -148 52 -237.5t168 -89.5q113 0 165.5 90t52.5 237v21q0 144 -53 235t-167 91t-166 -91t-52 -235v-21z " />
|
97
|
+
<glyph unicode="p" horiz-adv-x="1240" d="M41 906v176h424l14 -126q48 70 115 108t156 38q201 0 312 -157t111 -413v-21q0 -240 -111 -386t-310 -146q-85 0 -151 31.5t-113 92.5v-313l141 -30v-176h-573v176l141 30v1086zM488 297q27 -46 73.5 -70t114.5 -24q106 0 155.5 83t49.5 225v21q0 153 -51 248t-156 95 q-66 0 -112.5 -27t-73.5 -77v-474z" />
|
98
|
+
<glyph unicode="q" horiz-adv-x="1154" d="M67 511v21q0 256 111 413t312 157q88 0 156 -39t117 -111l23 130h253v-1292l141 -30v-176h-574v176l141 30v310q-48 -60 -112.5 -90.5t-146.5 -30.5q-200 0 -310.5 146t-110.5 386zM359 511q0 -143 47.5 -225.5t155.5 -82.5q64 0 110 23.5t75 69.5v481q-29 48 -74.5 74 t-108.5 26q-107 0 -156 -95.5t-49 -249.5v-21z" />
|
99
|
+
<glyph unicode="r" horiz-adv-x="862" d="M70 906v176h427l13 -158q38 84 98 131t139 47q23 0 48.5 -3.5t42.5 -8.5l-31 -266l-120 3q-64 0 -106 -25t-64 -71v-526l140 -30v-175h-572v175l140 30v671z" />
|
100
|
+
<glyph unicode="s" horiz-adv-x="1054" d="M97 767q0 136 112 234.5t319 98.5q126 0 238.5 -34t176.5 -87l3 -269h-196l-31 135q-30 24 -75.5 40t-100.5 16q-77 0 -122 -34.5t-45 -86.5q0 -49 43 -81.5t172 -57.5q201 -40 298 -117.5t97 -213.5q0 -146 -125.5 -238.5t-330.5 -92.5q-125 0 -229.5 36.5t-185.5 104.5 l-3 243h204l40 -141q26 -22 71 -32.5t94 -10.5q89 0 135.5 32t46.5 87q0 48 -47 83t-173 62q-191 39 -288.5 115.5t-97.5 208.5z" />
|
101
|
+
<glyph unicode="t" horiz-adv-x="764" d="M44 877v205h159v265h291v-265h190v-205h-190v-551q0 -63 26 -90t70 -27q30 0 52.5 2.5t50.5 8.5l25 -211q-49 -15 -97 -22.5t-104 -7.5q-151 0 -232.5 83t-81.5 263v552h-159z" />
|
102
|
+
<glyph unicode="u" horiz-adv-x="1278" d="M33 906v176h119h292v-655q0 -118 39.5 -169.5t117.5 -51.5q69 0 119.5 22.5t82.5 64.5v583l-128 30v176h128h292v-877l131 -30v-175h-387l-19 137q-52 -76 -128.5 -117t-174.5 -41q-171 0 -268 109.5t-97 340.5v447z" />
|
103
|
+
<glyph unicode="v" horiz-adv-x="1167" d="M31 906v176h491v-176l-102 -19l143 -484l19 -102h6l21 102l141 483l-104 20v176h491v-176l-94 -15l-319 -891h-279l-320 891z" />
|
104
|
+
<glyph unicode="w" horiz-adv-x="1642" d="M39 906v176h490v-176l-115 -22l102 -495h6l202 693h196l204 -695h6l101 496l-116 23v176h490v-176l-109 -14l-226 -892h-244l-201 644h-6l-201 -644h-243l-227 892z" />
|
105
|
+
<glyph unicode="x" horiz-adv-x="1191" d="M32 0v175l101 16l294 356l-284 342l-101 17v176h487v-169l-99 -12l164 -208l161 208l-101 12v169h489v-176l-98 -17l-278 -342l293 -356l102 -16v-175h-495v168l99 12l-168 218l-171 -219l87 -11v-168h-482z" />
|
106
|
+
<glyph unicode="y" horiz-adv-x="1212" d="M26 906v176h530v-176l-121 -20l148 -432l15 -78l6 -1l171 511l-122 20v176h530v-176l-101 -15l-398 -1053q-47 -117 -125.5 -196t-236.5 -79q-37 0 -69.5 6t-76.5 17l34 213q14 -2 29 -4t26 -2q73 0 112 35.5t60 88.5l33 82l-343 891z" />
|
107
|
+
<glyph unicode="z" horiz-adv-x="1070" d="M88 0v172l515 684h-265l-11 -143h-224v369h866v-167l-519 -691h302l12 144h223v-368h-899z" />
|
108
|
+
<glyph unicode="{" horiz-adv-x="654" d="M39 518v201q91 0 134.5 54.5t43.5 155.5v203q0 171 82.5 290.5t277.5 174.5l56 -157q-86 -31 -120.5 -110.5t-34.5 -197.5v-203q0 -104 -45 -184.5t-135 -125.5q90 -47 135 -127.5t45 -182.5v-203q0 -118 34.5 -197.5t120.5 -110.5l-56 -158q-195 55 -277.5 175 t-82.5 291v203q0 99 -43.5 154t-134.5 55z" />
|
109
|
+
<glyph unicode="|" horiz-adv-x="428" d="M132 -270v1726h175v-1726h-175z" />
|
110
|
+
<glyph unicode="}" horiz-adv-x="651" d="M11 -202q84 31 119 110.5t35 197.5v203q0 104 46 184t140 125q-94 45 -140 125.5t-46 185.5v203q0 118 -35 197.5t-119 110.5l56 157q194 -55 277 -174.5t83 -290.5v-203q0 -101 43 -155.5t134 -54.5v-201q-91 0 -134 -55t-43 -154v-203q0 -171 -83 -291t-277 -175z" />
|
111
|
+
<glyph unicode="~" horiz-adv-x="1323" d="M100 448q0 162 86.5 269.5t223.5 107.5q83 0 158.5 -33.5t150.5 -99.5q49 -45 87 -64.5t81 -19.5q51 0 88 52t37 125l202 -27q0 -161 -88.5 -270.5t-223.5 -109.5q-85 0 -157 31.5t-150 101.5q-50 44 -88 64t-82 20q-52 0 -88 -51t-36 -122z" />
|
112
|
+
<glyph unicode="¡" horiz-adv-x="524" d="M130 -374v953h293v-953h-293zM130 825v257h293v-257h-293z" />
|
113
|
+
<glyph unicode="¢" horiz-adv-x="1092" d="M80 525v30q0 203 100 348.5t287 185.5v229h200v-219q107 -10 193 -47.5t146 -98.5l4 -289h-237l-48 169q-22 19 -54 31.5t-73 12.5q-124 0 -175 -90t-51 -232v-30q0 -145 47 -233.5t165 -88.5q78 0 125 45.5t47 121.5h265l3 -6q3 -144 -98 -249.5t-259 -128.5v-231h-200 v235q-188 36 -287.5 181.5t-99.5 353.5z" />
|
114
|
+
<glyph unicode="£" horiz-adv-x="1177" d="M57 588v225h155l-8 214q0 210 120.5 330t322.5 120q215 0 333.5 -111.5t114.5 -294.5l-2 -6h-285q0 96 -46 141.5t-116 45.5q-71 0 -111 -59t-40 -166l10 -214h356v-225h-346l4 -85q0 -78 -30 -150t-86 -129h479l12 144h223v-368h-997v224h10q47 12 70.5 94.5t23.5 171.5 l-4 98h-163z" />
|
115
|
+
<glyph unicode="¤" horiz-adv-x="1432" d="M82 118l135 137q-49 76 -74.5 165.5t-25.5 187.5q0 101 28 193.5t81 171.5l-144 147l141 144l142 -145q74 55 162 85t185 30q96 0 185 -30.5t164 -86.5l145 148l142 -145l-148 -151q51 -78 79 -169.5t28 -191.5q0 -97 -25.5 -185.5t-72.5 -163.5l139 -141l-142 -145 l-132 134q-77 -61 -169.5 -94t-192.5 -33q-101 0 -193 32.5t-167 93.5l-129 -132zM302 608q0 -184 119.5 -311.5t290.5 -127.5q170 0 289.5 127t119.5 312q0 183 -119.5 310t-289.5 127q-171 0 -290.5 -127t-119.5 -310z" />
|
116
|
+
<glyph unicode="¥" horiz-adv-x="1401" d="M41 1280v176h536v-176l-68 -13l193 -418h6l193 418l-68 13v176h536v-176l-166 -22l-276 -516h244v-165h-324v-125h324v-164h-324v-83l140 -30v-175h-587v175l155 30v83h-339v164h339v125h-339v165h267l-276 516z" />
|
117
|
+
<glyph unicode="¦" horiz-adv-x="513" d="M134 -270v795h261v-795h-261zM134 698v758h261v-758h-261z" />
|
118
|
+
<glyph unicode="§" horiz-adv-x="1243" d="M85 536q0 88 42 157t122 114q-69 50 -103.5 120.5t-34.5 168.5q0 172 141.5 276.5t378.5 104.5q244 0 381 -111t132 -311l-2 -6h-282q0 88 -60.5 145.5t-168.5 57.5q-114 0 -170.5 -43.5t-56.5 -110.5q0 -75 55.5 -113.5t231.5 -86.5q247 -64 364 -157.5t117 -265.5 q0 -91 -42 -159t-121 -111q68 -51 102.5 -121.5t34.5 -167.5q0 -177 -140.5 -277t-377.5 -100q-232 0 -387 99.5t-150 317.5l2 6l282 1q0 -106 72.5 -152t180.5 -46q107 0 166.5 41.5t59.5 108.5t-60.5 107.5t-229.5 90.5q-245 64 -362 157.5t-117 265.5zM377 562 q0 -81 55 -122t232 -93q34 -10 68.5 -20t69.5 -21q39 22 60.5 59t21.5 85q0 71 -62 116t-231 97q-40 10 -74 21t-65 22q-38 -22 -56.5 -59t-18.5 -85z" />
|
119
|
+
<glyph unicode="¨" horiz-adv-x="1031" d="M144 1252v204h267v-204h-267zM644 1252v204h267v-204h-267z" />
|
120
|
+
<glyph unicode="©" horiz-adv-x="1566" d="M74 729q0 315 207 531t503 216q295 0 502.5 -216t207.5 -531q0 -316 -208 -533t-502 -217q-296 0 -503 217t-207 533zM196 729q0 -264 171.5 -444.5t416.5 -180.5q244 0 415.5 180.5t171.5 444.5q0 263 -171.5 442.5t-415.5 179.5q-246 0 -417 -179.5t-171 -442.5z M421 669v119q0 173 94.5 280t254.5 107q157 0 245.5 -79.5t84.5 -228.5l-2 -6h-148q0 94 -45 136.5t-135 42.5q-94 0 -144 -69t-50 -182v-120q0 -115 50 -183.5t144 -68.5q90 0 134.5 41.5t44.5 137.5h148l2 -6q4 -151 -84 -229.5t-245 -78.5q-160 0 -254.5 106t-94.5 281z " />
|
121
|
+
<glyph unicode="ª" horiz-adv-x="867" d="M94 920q0 111 84.5 171t246.5 60h137v51q0 62 -29.5 94.5t-86.5 32.5q-66 0 -102 -26t-36 -73l-165 13l-1 6q-6 98 79 163t225 65q134 0 212.5 -71t78.5 -205v-314q0 -51 6 -95t20 -86h-177q-8 21 -13 44.5t-8 49.5q-33 -47 -88.5 -77.5t-133.5 -30.5q-119 0 -184 61 t-65 167zM269 924q0 -43 29 -65.5t88 -22.5q51 0 105 30t71 65v103h-136q-74 0 -115.5 -32t-41.5 -78z" />
|
122
|
+
<glyph unicode="«" horiz-adv-x="953" d="M4 116zM4 506v19l280 390h187l-240 -400l240 -399h-187zM399 506v19l280 390h187l-240 -400l240 -399h-187z" />
|
123
|
+
<glyph unicode="¬" horiz-adv-x="1098" d="M114 634v171h835v-431h-200v260h-635z" />
|
124
|
+
<glyph unicode="­" horiz-adv-x="815" d="M131 510v225h564v-225h-564zM131 510z" />
|
125
|
+
<glyph unicode="®" horiz-adv-x="1566" d="M74 729q0 315 207 531t503 216q295 0 502.5 -216t207.5 -531q0 -316 -208 -533t-502 -217q-296 0 -503 217t-207 533zM196 729q0 -264 171.5 -444.5t416.5 -180.5q244 0 415.5 180.5t171.5 444.5q0 263 -171.5 442.5t-415.5 179.5q-246 0 -417 -179.5t-171 -442.5z M489 316v850h281q151 0 238 -68t87 -194q0 -58 -29 -101.5t-85 -74.5q58 -30 84.5 -84.5t26.5 -128.5v-56q0 -41 3.5 -73.5t13.5 -53.5v-16h-155q-9 21 -11 61.5t-2 82.5v54q0 71 -33.5 105t-109.5 34h-158v-337h-151zM640 787h136q71 0 120 30t49 86q0 72 -39 101t-136 29 h-130v-246z" />
|
126
|
+
<glyph unicode="¯" horiz-adv-x="1008" d="M146 1292v165h731v-165h-731z" />
|
127
|
+
<glyph unicode="°" horiz-adv-x="745" d="M106 1203q0 112 80 193t192 81q110 0 189 -81t79 -193q0 -114 -78.5 -192.5t-189.5 -78.5q-113 0 -192.5 79t-79.5 192zM253 1203q0 -53 36.5 -88.5t88.5 -35.5t87 35t35 89t-35.5 91t-86.5 37q-52 0 -88.5 -37t-36.5 -91z" />
|
128
|
+
<glyph unicode="±" horiz-adv-x="1040" d="M66 715v232h333v363h256v-363h327v-232h-327v-383h-256v383h-333zM119 1v228h834v-228h-834z" />
|
129
|
+
<glyph unicode="²" horiz-adv-x="823" d="M101 1223q-6 106 82.5 181t236.5 75q144 0 222.5 -65t78.5 -183q0 -82 -53.5 -144.5t-177.5 -165.5l-109 -93l2 -6h346v-155h-623v155l310 252q60 50 77.5 83.5t17.5 74.5q0 39 -23.5 65.5t-72.5 26.5q-55 0 -83 -30t-28 -77h-201z" />
|
130
|
+
<glyph unicode="³" horiz-adv-x="833" d="M88 893l2 6h200q0 -42 31.5 -65.5t91.5 -23.5q56 0 90 24t34 68q0 50 -35 77t-101 27h-112v133h112q62 0 91.5 24.5t29.5 70.5q0 38 -28 63.5t-84 25.5q-51 0 -79 -22t-28 -53h-200l-2 6q-6 101 82 162.5t222 61.5q151 0 239.5 -59.5t88.5 -169.5q0 -55 -35.5 -100.5 t-96.5 -70.5q71 -24 108.5 -71.5t37.5 -115.5q0 -112 -89.5 -174t-242.5 -62q-145 0 -239 62.5t-88 175.5z" />
|
131
|
+
<glyph unicode="´" horiz-adv-x="644" d="M82 1212l199 266h309l2 -6l-276 -260h-234z" />
|
132
|
+
<glyph unicode="µ" horiz-adv-x="1347" d="M55 906v176h156h291v-620q0 -149 44.5 -202.5t134.5 -53.5q76 0 126 27.5t78 80.5v562l-156 30v176h447v-877l141 -30v-175h-412l-6 68q-44 -44 -100.5 -66.5t-124.5 -22.5q-51 0 -94 10.5t-78 32.5v-438h-291v1292z" />
|
133
|
+
<glyph unicode="¶" horiz-adv-x="1127" d="M54 988q0 207 129.5 337.5t362.5 130.5h375v-1251l155 -30v-175h-603v175l156 30v315h-83q-233 0 -362.5 129.5t-129.5 338.5zM921 1250v206h155v-176z" />
|
134
|
+
<glyph unicode="·" horiz-adv-x="553" d="M145 568v260h292v-260h-292z" />
|
135
|
+
<glyph unicode="¸" horiz-adv-x="500" d="M83 -136l31 142h219l-11 -57q64 -11 107 -52t43 -121q0 -107 -91.5 -171t-259.5 -64l-7 161q51 0 81 20.5t30 62.5q0 41 -32 57.5t-110 21.5z" />
|
136
|
+
<glyph unicode="¹" horiz-adv-x="536" d="M102 1295v159l337 23v-812h-210v630h-127z" />
|
137
|
+
<glyph unicode="º" horiz-adv-x="914" d="M109 1025v117q0 148 94 241.5t252 93.5t252.5 -93.5t94.5 -241.5v-117q0 -149 -94 -241.5t-251 -92.5q-159 0 -253.5 92.5t-94.5 241.5zM284 1025q0 -85 44 -136.5t129 -51.5q82 0 126 51.5t44 136.5v117q0 83 -44.5 135t-127.5 52q-84 0 -127.5 -52t-43.5 -135v-117z " />
|
138
|
+
<glyph unicode="»" horiz-adv-x="973" d="M64 151l239 399l-239 400h187l280 -390v-19l-280 -390h-187zM64 151zM470 151l239 399l-239 400h187l280 -390v-19l-280 -390h-187z" />
|
139
|
+
<glyph unicode="¼" horiz-adv-x="1413" d="M117 0zM117 1294v159l337 23v-812h-210v630h-127zM240 192l711 1138l142 -75l-711 -1138zM704 265l423 534v2h211v-505h101v-157h-101v-139h-211v139h-410zM919 296h208v257l-6 2l-13 -20z" />
|
140
|
+
<glyph unicode="½" horiz-adv-x="1457" d="M102 0zM102 1294v159l337 23v-812h-210v630h-127zM238 192l711 1138l142 -75l-711 -1138zM824 556q-6 106 82.5 181t236.5 75q144 0 222.5 -65t78.5 -183q0 -82 -53.5 -144.5t-177.5 -165.5l-109 -93l2 -6h346v-155h-623v155l310 252q60 50 77.5 83.5t17.5 74.5 q0 39 -23.5 65.5t-72.5 26.5q-55 0 -83 -30t-28 -77h-201z" />
|
141
|
+
<glyph unicode="¾" horiz-adv-x="1635" d="M73 0zM79 894l2 6h200q0 -42 31.5 -65.5t91.5 -23.5q56 0 90 24t34 68q0 50 -35 77t-101 27h-112v133h112q62 0 91.5 24.5t29.5 70.5q0 38 -28 63.5t-84 25.5q-51 0 -79 -22t-28 -53h-200l-2 6q-6 101 82 162.5t222 61.5q151 0 239.5 -59.5t88.5 -169.5 q0 -55 -35.5 -100.5t-96.5 -70.5q71 -24 108.5 -71.5t37.5 -115.5q0 -112 -89.5 -174t-242.5 -62q-145 0 -239 62.5t-88 175.5zM456 192l711 1138l142 -75l-711 -1138zM891 265l423 534v2h211v-505h101v-157h-101v-139h-211v139h-410zM1106 296h208v257l-6 2l-13 -20z" />
|
142
|
+
<glyph unicode="¿" horiz-adv-x="945" d="M45 27q0 125 74 233t187 183q60 45 79.5 92.5t19.5 132.5h291q-2 -141 -42.5 -206.5t-159.5 -157.5q-72 -58 -114.5 -125.5t-42.5 -149.5q0 -90 48.5 -142t139.5 -52q73 0 124 43t54 128h283l2 -6q2 -191 -127.5 -292.5t-335.5 -101.5q-226 0 -353 113t-127 308zM403 831 v251h294v-251h-294z" />
|
143
|
+
<glyph unicode="À" d="M41 0v175l104 15l443 1266h299l440 -1266l104 -15v-175h-496v175l101 18l-64 200h-472l-64 -200l101 -18v-175h-496zM41 0zM376 1828l2 6h310l196 -266h-236zM569 608h334l-164 513h-6z" />
|
144
|
+
<glyph unicode="Á" d="M41 0v175l104 15l443 1266h299l440 -1266l104 -15v-175h-496v175l101 18l-64 200h-472l-64 -200l101 -18v-175h-496zM41 0zM555 1560l199 266h309l2 -6l-276 -260h-234zM569 608h334l-164 513h-6z" />
|
145
|
+
<glyph unicode="Â" d="M41 0v175l104 15l443 1266h299l440 -1266l104 -15v-175h-496v175l101 18l-64 200h-472l-64 -200l101 -18v-175h-496zM41 0zM364 1581v26l282 240h169l287 -243v-23h-217l-155 146l-154 -146h-212zM569 608h334l-164 513h-6z" />
|
146
|
+
<glyph unicode="Ã" d="M41 0v175l104 15l443 1266h299l440 -1266l104 -15v-175h-496v175l101 18l-64 200h-472l-64 -200l101 -18v-175h-496zM41 0zM346 1624q0 94 59.5 163.5t149.5 69.5q56 0 151.5 -43.5t147.5 -43.5q35 0 60.5 32t25.5 79l155 -45q0 -96 -59.5 -163.5t-150.5 -67.5 q-70 0 -158.5 43.5t-140.5 43.5q-36 0 -60.5 -32.5t-24.5 -77.5zM569 608h334l-164 513h-6z" />
|
147
|
+
<glyph unicode="Ä" d="M41 0v175l104 15l443 1266h299l440 -1266l104 -15v-175h-496v175l101 18l-64 200h-472l-64 -200l101 -18v-175h-496zM41 0zM334 1601v204h267v-204h-267zM569 608h334l-164 513h-6zM834 1601v204h267v-204h-267z" />
|
148
|
+
<glyph unicode="Å" d="M41 0v175l104 15l443 1266h299l440 -1266l104 -15v-175h-496v175l101 18l-64 200h-472l-64 -200l101 -18v-175h-496zM41 0zM519 1745q0 83 61.5 139.5t151.5 56.5q88 0 148.5 -56.5t60.5 -139.5q0 -84 -60.5 -138t-148.5 -54q-91 0 -152 54t-61 138zM569 608h334 l-164 513h-6zM634 1745q0 -43 28 -70.5t70 -27.5q41 0 67 27.5t26 70.5q0 44 -26 72t-67 28q-42 0 -70 -28.5t-28 -71.5z" />
|
149
|
+
<glyph unicode="Æ" horiz-adv-x="2047" d="M66 0v175l136 20l678 1261h1017v-369h-223l-11 141h-362l16 -366h499v-227h-490l17 -408h381l12 141h222v-368h-1052v175l146 28l-6 151h-430l-83 -165l84 -14v-175h-551zM730 582h306l-23 554l-5 1z" />
|
150
|
+
<glyph unicode="Ç" horiz-adv-x="1327" d="M52 0zM52 703v49q0 317 186 521t481 204q169 0 305 -61.5t225 -162.5v-288h-217l-30 194q-43 43 -108.5 68t-154.5 25q-190 0 -292.5 -138t-102.5 -360v-51q0 -222 102 -361t288 -139q86 0 157.5 25t110.5 68l30 194h217v-288q-88 -102 -224.5 -162.5t-305.5 -60.5 q-293 0 -480 203t-187 521zM559 -138l31 142h219l-11 -57q64 -11 107 -52t43 -121q0 -107 -91.5 -171t-259.5 -64l-7 161q51 0 81 20.5t30 62.5q0 41 -32 57.5t-110 21.5z" />
|
151
|
+
<glyph unicode="È" horiz-adv-x="1308" d="M56 0v175l155 30v1045l-155 30v176h155h995v-399h-224l-13 174h-466v-366h493v-225h-493v-416h470l13 174h222v-398h-1152zM56 0zM287 1828l2 6h310l196 -266h-236z" />
|
152
|
+
<glyph unicode="É" horiz-adv-x="1308" d="M56 0v175l155 30v1045l-155 30v176h155h995v-399h-224l-13 174h-466v-366h493v-225h-493v-416h470l13 174h222v-398h-1152zM56 0zM466 1560l199 266h309l2 -6l-276 -260h-234z" />
|
153
|
+
<glyph unicode="Ê" horiz-adv-x="1308" d="M56 0v175l155 30v1045l-155 30v176h155h995v-399h-224l-13 174h-466v-366h493v-225h-493v-416h470l13 174h222v-398h-1152zM56 0zM275 1581v26l282 240h169l287 -243v-23h-217l-155 146l-154 -146h-212z" />
|
154
|
+
<glyph unicode="Ë" horiz-adv-x="1308" d="M56 0v175l155 30v1045l-155 30v176h155h995v-399h-224l-13 174h-466v-366h493v-225h-493v-416h470l13 174h222v-398h-1152zM56 0zM245 1601v204h267v-204h-267zM745 1601v204h267v-204h-267z" />
|
155
|
+
<glyph unicode="Ì" horiz-adv-x="713" d="M-14 1827l2 6h310l196 -266h-236zM0 0zM55 0v175l156 30v1045l-156 30v176h603v-176l-156 -30v-1045l156 -30v-175h-603z" />
|
156
|
+
<glyph unicode="Í" horiz-adv-x="713" d="M55 0v175l156 30v1045l-156 30v176h603v-176l-156 -30v-1045l156 -30v-175h-603zM55 0zM164 1559l199 266h309l2 -6l-276 -260h-234z" />
|
157
|
+
<glyph unicode="Î" horiz-adv-x="713" d="M-26 1580v26l282 240h169l287 -243v-23h-217l-155 146l-154 -146h-212zM0 0zM55 0v175l156 30v1045l-156 30v176h603v-176l-156 -30v-1045l156 -30v-175h-603z" />
|
158
|
+
<glyph unicode="Ï" horiz-adv-x="713" d="M-56 1600v204h267v-204h-267zM0 0zM55 0v175l156 30v1045l-156 30v176h603v-176l-156 -30v-1045l156 -30v-175h-603zM444 1600v204h267v-204h-267z" />
|
159
|
+
<glyph unicode="Ð" horiz-adv-x="1441" d="M46 665v155h195v430l-155 30v176h655q267 0 440 -170.5t173 -437.5v-241q0 -268 -173 -437.5t-440 -169.5h-655v175l155 30v460h-195zM533 224h193q157 0 246 106t89 277v243q0 169 -89 275t-246 106h-193v-411h214v-155h-214v-441z" />
|
160
|
+
<glyph unicode="Ñ" horiz-adv-x="1582" d="M56 0v175l155 30v1045l-155 30v176h155h292l588 -980l6 1v773l-156 30v176h447h156v-176l-156 -30v-1250h-291l-588 980l-6 -1v-774l156 -30v-175h-603zM56 0zM401 1624q0 94 59.5 163.5t149.5 69.5q56 0 151.5 -43.5t147.5 -43.5q35 0 60.5 32t25.5 79l155 -45 q0 -96 -59.5 -163.5t-150.5 -67.5q-70 0 -158.5 43.5t-140.5 43.5q-36 0 -60.5 -32.5t-24.5 -77.5z" />
|
161
|
+
<glyph unicode="Ò" horiz-adv-x="1448" d="M67 0zM67 717v22q0 318 181 528t476 210q296 0 479.5 -210t183.5 -528v-22q0 -320 -183 -529t-479 -209q-295 0 -476.5 209t-181.5 529zM359 717q0 -230 91.5 -370.5t274.5 -140.5q185 0 278 140.5t93 370.5v24q0 226 -94 367t-278 141t-274.5 -140t-90.5 -368v-24z M372 1827l2 6h310l196 -266h-236z" />
|
162
|
+
<glyph unicode="Ó" horiz-adv-x="1448" d="M67 0zM67 717v22q0 318 181 528t476 210q296 0 479.5 -210t183.5 -528v-22q0 -320 -183 -529t-479 -209q-295 0 -476.5 209t-181.5 529zM359 717q0 -230 91.5 -370.5t274.5 -140.5q185 0 278 140.5t93 370.5v24q0 226 -94 367t-278 141t-274.5 -140t-90.5 -368v-24z M551 1559l199 266h309l2 -6l-276 -260h-234z" />
|
163
|
+
<glyph unicode="Ô" horiz-adv-x="1448" d="M67 0zM67 717v22q0 318 181 528t476 210q296 0 479.5 -210t183.5 -528v-22q0 -320 -183 -529t-479 -209q-295 0 -476.5 209t-181.5 529zM359 717q0 -230 91.5 -370.5t274.5 -140.5q185 0 278 140.5t93 370.5v24q0 226 -94 367t-278 141t-274.5 -140t-90.5 -368v-24z M360 1580v26l282 240h169l287 -243v-23h-217l-155 146l-154 -146h-212z" />
|
164
|
+
<glyph unicode="Õ" horiz-adv-x="1448" d="M67 0zM67 717v22q0 318 181 528t476 210q296 0 479.5 -210t183.5 -528v-22q0 -320 -183 -529t-479 -209q-295 0 -476.5 209t-181.5 529zM342 1623q0 94 59.5 163.5t149.5 69.5q56 0 151.5 -43.5t147.5 -43.5q35 0 60.5 32t25.5 79l155 -45q0 -96 -59.5 -163.5 t-150.5 -67.5q-70 0 -158.5 43.5t-140.5 43.5q-36 0 -60.5 -32.5t-24.5 -77.5zM359 717q0 -230 91.5 -370.5t274.5 -140.5q185 0 278 140.5t93 370.5v24q0 226 -94 367t-278 141t-274.5 -140t-90.5 -368v-24z" />
|
165
|
+
<glyph unicode="Ö" horiz-adv-x="1448" d="M67 0zM67 717v22q0 318 181 528t476 210q296 0 479.5 -210t183.5 -528v-22q0 -320 -183 -529t-479 -209q-295 0 -476.5 209t-181.5 529zM330 1600v204h267v-204h-267zM359 717q0 -230 91.5 -370.5t274.5 -140.5q185 0 278 140.5t93 370.5v24q0 226 -94 367t-278 141 t-274.5 -140t-90.5 -368v-24zM830 1600v204h267v-204h-267z" />
|
166
|
+
<glyph unicode="×" horiz-adv-x="1068" d="M61 371l309 315l-309 315l171 164l304 -310l304 310l171 -164l-309 -315l309 -315l-171 -164l-304 310l-304 -310z" />
|
167
|
+
<glyph unicode="Ø" horiz-adv-x="1400" d="M72 717v22q0 318 181 528t476 210q83 0 159 -18.5t144 -53.5l66 113h144l-106 -181q122 -101 189 -256.5t67 -341.5v-22q0 -320 -183 -529t-479 -209q-94 0 -178 22.5t-155 66.5l-95 -163h-144l139 239q-108 100 -166.5 248t-58.5 325zM364 717q0 -100 17 -184.5 t52 -143.5l6 -1l473 812q-39 23 -85 36t-98 13q-184 0 -274.5 -140t-90.5 -368v-24zM519 277q41 -35 93.5 -53t117.5 -18q185 0 278 140.5t93 370.5v24q0 112 -24 206t-70 156l-6 1z" />
|
168
|
+
<glyph unicode="Ù" horiz-adv-x="1547" d="M39 0zM39 1280v176h155h292h156v-176l-156 -30v-760q0 -144 77.5 -215.5t212.5 -71.5q137 0 215 71t78 216v760l-155 30v176h603v-176l-156 -30v-760q0 -245 -161.5 -378t-423.5 -133q-261 0 -421.5 133t-160.5 378v760zM423 1828l2 6h310l196 -266h-236z" />
|
169
|
+
<glyph unicode="Ú" horiz-adv-x="1547" d="M39 0zM39 1280v176h155h292h156v-176l-156 -30v-760q0 -144 77.5 -215.5t212.5 -71.5q137 0 215 71t78 216v760l-155 30v176h603v-176l-156 -30v-760q0 -245 -161.5 -378t-423.5 -133q-261 0 -421.5 133t-160.5 378v760zM602 1560l199 266h309l2 -6l-276 -260h-234z" />
|
170
|
+
<glyph unicode="Û" horiz-adv-x="1547" d="M39 0zM39 1280v176h155h292h156v-176l-156 -30v-760q0 -144 77.5 -215.5t212.5 -71.5q137 0 215 71t78 216v760l-155 30v176h603v-176l-156 -30v-760q0 -245 -161.5 -378t-423.5 -133q-261 0 -421.5 133t-160.5 378v760zM411 1581v26l282 240h169l287 -243v-23h-217 l-155 146l-154 -146h-212z" />
|
171
|
+
<glyph unicode="Ü" horiz-adv-x="1547" d="M39 0zM39 1280v176h155h292h156v-176l-156 -30v-760q0 -144 77.5 -215.5t212.5 -71.5q137 0 215 71t78 216v760l-155 30v176h603v-176l-156 -30v-760q0 -245 -161.5 -378t-423.5 -133q-261 0 -421.5 133t-160.5 378v760zM381 1601v204h267v-204h-267zM881 1601v204h267 v-204h-267z" />
|
172
|
+
<glyph unicode="Ý" horiz-adv-x="1398" d="M36 0zM36 1280v176h551v-176l-119 -17l226 -478h6l226 478l-118 17v176h551v-176l-124 -20l-396 -748v-307l156 -30v-175h-603v175l156 30v322l-389 733zM537 1560l199 266h309l2 -6l-276 -260h-234z" />
|
173
|
+
<glyph unicode="Þ" horiz-adv-x="1306" d="M67 0v175l156 30v1045l-156 30v176h448h156v-176l-156 -30v-64h221q254 0 396 -124t142 -324q0 -201 -142 -325t-396 -124h-221v-84l156 -30v-175h-604zM515 514h221q123 0 184.5 63.5t61.5 158.5t-61.5 160t-184.5 65h-221v-447z" />
|
174
|
+
<glyph unicode="ß" horiz-adv-x="1321" d="M39 0v175l155 30v896q0 226 129 349t352 123q181 0 299.5 -95.5t118.5 -271.5q0 -108 -53 -205.5t-53 -165.5q0 -56 149.5 -197.5t149.5 -281.5q0 -189 -115 -283t-332 -94q-77 0 -151.5 15t-111.5 41l54 223q36 -22 89.5 -38.5t113.5 -16.5q76 0 119 38t43 103 q0 71 -150 205.5t-150 276.5q0 90 55 190t55 175q0 71 -39.5 114.5t-109.5 43.5q-76 0 -123 -67.5t-47 -184.5v-1097h-447z" />
|
175
|
+
<glyph unicode="à" horiz-adv-x="1125" d="M74 0zM74 301q0 152 122 235t358 83h149v106q0 78 -45 121t-133 43q-50 0 -89 -11.5t-63 -27.5l-19 -116h-220l1 240q80 54 183.5 91t225.5 37q201 0 326.5 -98.5t125.5 -280.5v-447q0 -25 0.5 -47t3.5 -42l89 -12v-175h-337q-12 27 -21 55.5t-14 57.5 q-52 -60 -126.5 -97t-170.5 -37q-159 0 -252.5 86.5t-93.5 235.5zM219 1504l2 6h310l196 -266h-236zM365 312q0 -55 35.5 -86t98.5 -31q66 0 120 28.5t84 71.5v165h-149q-93 0 -141 -43.5t-48 -104.5z" />
|
176
|
+
<glyph unicode="á" horiz-adv-x="1125" d="M74 0zM74 301q0 152 122 235t358 83h149v106q0 78 -45 121t-133 43q-50 0 -89 -11.5t-63 -27.5l-19 -116h-220l1 240q80 54 183.5 91t225.5 37q201 0 326.5 -98.5t125.5 -280.5v-447q0 -25 0.5 -47t3.5 -42l89 -12v-175h-337q-12 27 -21 55.5t-14 57.5 q-52 -60 -126.5 -97t-170.5 -37q-159 0 -252.5 86.5t-93.5 235.5zM365 312q0 -55 35.5 -86t98.5 -31q66 0 120 28.5t84 71.5v165h-149q-93 0 -141 -43.5t-48 -104.5zM398 1236l199 266h309l2 -6l-276 -260h-234z" />
|
177
|
+
<glyph unicode="â" horiz-adv-x="1125" d="M74 0zM74 301q0 152 122 235t358 83h149v106q0 78 -45 121t-133 43q-50 0 -89 -11.5t-63 -27.5l-19 -116h-220l1 240q80 54 183.5 91t225.5 37q201 0 326.5 -98.5t125.5 -280.5v-447q0 -25 0.5 -47t3.5 -42l89 -12v-175h-337q-12 27 -21 55.5t-14 57.5 q-52 -60 -126.5 -97t-170.5 -37q-159 0 -252.5 86.5t-93.5 235.5zM207 1257v26l282 240h169l287 -243v-23h-217l-155 146l-154 -146h-212zM365 312q0 -55 35.5 -86t98.5 -31q66 0 120 28.5t84 71.5v165h-149q-93 0 -141 -43.5t-48 -104.5z" />
|
178
|
+
<glyph unicode="ã" horiz-adv-x="1125" d="M74 0zM74 301q0 152 122 235t358 83h149v106q0 78 -45 121t-133 43q-50 0 -89 -11.5t-63 -27.5l-19 -116h-220l1 240q80 54 183.5 91t225.5 37q201 0 326.5 -98.5t125.5 -280.5v-447q0 -25 0.5 -47t3.5 -42l89 -12v-175h-337q-12 27 -21 55.5t-14 57.5 q-52 -60 -126.5 -97t-170.5 -37q-159 0 -252.5 86.5t-93.5 235.5zM189 1300q0 94 59.5 163.5t149.5 69.5q56 0 151.5 -43.5t147.5 -43.5q35 0 60.5 32t25.5 79l155 -45q0 -96 -59.5 -163.5t-150.5 -67.5q-70 0 -158.5 43.5t-140.5 43.5q-36 0 -60.5 -32.5t-24.5 -77.5z M365 312q0 -55 35.5 -86t98.5 -31q66 0 120 28.5t84 71.5v165h-149q-93 0 -141 -43.5t-48 -104.5z" />
|
179
|
+
<glyph unicode="ä" horiz-adv-x="1125" d="M74 0zM74 301q0 152 122 235t358 83h149v106q0 78 -45 121t-133 43q-50 0 -89 -11.5t-63 -27.5l-19 -116h-220l1 240q80 54 183.5 91t225.5 37q201 0 326.5 -98.5t125.5 -280.5v-447q0 -25 0.5 -47t3.5 -42l89 -12v-175h-337q-12 27 -21 55.5t-14 57.5 q-52 -60 -126.5 -97t-170.5 -37q-159 0 -252.5 86.5t-93.5 235.5zM177 1277v204h267v-204h-267zM365 312q0 -55 35.5 -86t98.5 -31q66 0 120 28.5t84 71.5v165h-149q-93 0 -141 -43.5t-48 -104.5zM677 1277v204h267v-204h-267z" />
|
180
|
+
<glyph unicode="å" horiz-adv-x="1125" d="M74 0zM74 301q0 152 122 235t358 83h149v106q0 78 -45 121t-133 43q-50 0 -89 -11.5t-63 -27.5l-19 -116h-220l1 240q80 54 183.5 91t225.5 37q201 0 326.5 -98.5t125.5 -280.5v-447q0 -25 0.5 -47t3.5 -42l89 -12v-175h-337q-12 27 -21 55.5t-14 57.5 q-52 -60 -126.5 -97t-170.5 -37q-159 0 -252.5 86.5t-93.5 235.5zM362 1421q0 83 61.5 139.5t151.5 56.5q88 0 148.5 -56.5t60.5 -139.5q0 -84 -60.5 -138t-148.5 -54q-91 0 -152 54t-61 138zM365 312q0 -55 35.5 -86t98.5 -31q66 0 120 28.5t84 71.5v165h-149 q-93 0 -141 -43.5t-48 -104.5zM477 1421q0 -43 28 -70.5t70 -27.5q41 0 67 27.5t26 70.5q0 44 -26 72t-67 28q-42 0 -70 -28.5t-28 -71.5z" />
|
181
|
+
<glyph unicode="æ" horiz-adv-x="1784" d="M73 317q0 159 127 245t370 86h181v59q0 79 -41 124.5t-115 45.5q-81 0 -127 -37.5t-46 -93.5l-283 18l-2 6q-6 144 121.5 238t339.5 94q102 0 186 -27.5t143 -79.5q61 52 142.5 79.5t180.5 27.5q212 0 333 -132t121 -358v-158h-650l-2 -6q4 -112 66 -178.5t186 -66.5 q92 0 154 20t140 61l77 -184q-62 -48 -169 -84.5t-233 -36.5q-129 0 -229.5 40.5t-167.5 116.5q-60 -68 -161.5 -112.5t-240.5 -44.5q-192 0 -296.5 90.5t-104.5 247.5zM365 313q0 -59 41.5 -93.5t123.5 -34.5q58 0 121 30.5t100 72.5v176h-179q-98 0 -152.5 -44t-54.5 -107 zM1054 649l2 -5h362v28q0 94 -42.5 149.5t-125.5 55.5q-95 0 -142 -61.5t-54 -166.5z" />
|
182
|
+
<glyph unicode="ç" horiz-adv-x="1079" d="M67 0zM67 525v30q0 239 134.5 393t383.5 154q131 0 235 -39t173 -110l4 -289h-237l-48 169q-22 19 -54 31.5t-73 12.5q-124 0 -175 -90t-51 -232v-30q0 -145 47 -233.5t165 -88.5q78 0 125 45.5t47 121.5h264l3 -6q4 -164 -123 -274.5t-316 -110.5q-242 0 -373 153 t-131 393zM406 -138l31 142h219l-11 -57q64 -11 107 -52t43 -121q0 -107 -91.5 -171t-259.5 -64l-7 161q51 0 81 20.5t30 62.5q0 41 -32 57.5t-110 21.5z" />
|
183
|
+
<glyph unicode="è" horiz-adv-x="1091" d="M67 0zM67 510v40q0 241 132.5 397t355.5 155q219 0 340 -132t121 -357v-159h-646l-2 -6q8 -107 71.5 -176t172.5 -69q97 0 161 19.5t140 61.5l79 -180q-67 -53 -173.5 -89t-237.5 -36q-234 0 -374 150t-140 381zM185 1505l2 6h310l196 -266h-236zM369 652l3 -5h358v26 q0 93 -43.5 148.5t-131.5 55.5q-81 0 -128 -62t-58 -163z" />
|
184
|
+
<glyph unicode="é" horiz-adv-x="1091" d="M67 0zM67 510v40q0 241 132.5 397t355.5 155q219 0 340 -132t121 -357v-159h-646l-2 -6q8 -107 71.5 -176t172.5 -69q97 0 161 19.5t140 61.5l79 -180q-67 -53 -173.5 -89t-237.5 -36q-234 0 -374 150t-140 381zM364 1237l199 266h309l2 -6l-276 -260h-234zM369 652l3 -5 h358v26q0 93 -43.5 148.5t-131.5 55.5q-81 0 -128 -62t-58 -163z" />
|
185
|
+
<glyph unicode="ê" horiz-adv-x="1091" d="M67 0zM67 510v40q0 241 132.5 397t355.5 155q219 0 340 -132t121 -357v-159h-646l-2 -6q8 -107 71.5 -176t172.5 -69q97 0 161 19.5t140 61.5l79 -180q-67 -53 -173.5 -89t-237.5 -36q-234 0 -374 150t-140 381zM173 1258v26l282 240h169l287 -243v-23h-217l-155 146 l-154 -146h-212zM369 652l3 -5h358v26q0 93 -43.5 148.5t-131.5 55.5q-81 0 -128 -62t-58 -163z" />
|
186
|
+
<glyph unicode="ë" horiz-adv-x="1091" d="M67 0zM67 510v40q0 241 132.5 397t355.5 155q219 0 340 -132t121 -357v-159h-646l-2 -6q8 -107 71.5 -176t172.5 -69q97 0 161 19.5t140 61.5l79 -180q-67 -53 -173.5 -89t-237.5 -36q-234 0 -374 150t-140 381zM144 1278v204h267v-204h-267zM369 652l3 -5h358v26 q0 93 -43.5 148.5t-131.5 55.5q-81 0 -128 -62t-58 -163zM644 1278v204h267v-204h-267z" />
|
187
|
+
<glyph unicode="ì" horiz-adv-x="686" d="M7 0zM7 1506l2 6h310l196 -266h-236zM70 906v176h448v-877l140 -30v-175h-573v175l141 30v671z" />
|
188
|
+
<glyph unicode="í" horiz-adv-x="686" d="M70 0zM70 906v176h448v-877l140 -30v-175h-573v175l141 30v671zM185 1238l199 266h309l2 -6l-276 -260h-234z" />
|
189
|
+
<glyph unicode="î" horiz-adv-x="686" d="M-5 1259v26l282 240h169l287 -243v-23h-217l-155 146l-154 -146h-212zM0 0zM70 906v176h448v-877l140 -30v-175h-573v175l141 30v671z" />
|
190
|
+
<glyph unicode="ï" horiz-adv-x="686" d="M-35 1279v204h267v-204h-267zM0 0zM70 906v176h448v-877l140 -30v-175h-573v175l141 30v671zM465 1279v204h267v-204h-267z" />
|
191
|
+
<glyph unicode="ð" horiz-adv-x="1217" d="M60 468q0 226 134 362.5t365 136.5q75 0 143 -22t118 -61l4 4q-20 75 -59 140t-92 118l-231 -128l-78 113l190 105q-35 19 -71.5 34.5t-73.5 28.5l92 218q85 -21 163 -56t146 -84l208 116l77 -113l-177 -98q110 -117 170 -274.5t60 -346.5v-76q0 -267 -157.5 -436.5 t-392.5 -169.5q-238 0 -388 140.5t-150 348.5zM351 468q0 -111 68.5 -188t182.5 -77q117 0 185.5 107.5t68.5 274.5v78q-34 40 -98.5 66t-152.5 26q-121 0 -187.5 -79t-66.5 -208z" />
|
192
|
+
<glyph unicode="ñ" horiz-adv-x="1300" d="M32 0zM32 906v176h427l13 -155q54 83 133 129t177 46q164 0 256 -103t92 -323v-471l140 -30v-175h-558v175l125 30v470q0 109 -44 154.5t-133 45.5q-58 0 -104 -23.5t-77 -66.5v-580l118 -30v-175h-550v175l140 30v671zM236 1300q0 94 59.5 163.5t149.5 69.5 q56 0 151.5 -43.5t147.5 -43.5q35 0 60.5 32t25.5 79l155 -45q0 -96 -59.5 -163.5t-150.5 -67.5q-70 0 -158.5 43.5t-140.5 43.5q-36 0 -60.5 -32.5t-24.5 -77.5z" />
|
193
|
+
<glyph unicode="ò" horiz-adv-x="1148" d="M63 0zM63 530v21q0 242 135.5 396.5t374.5 154.5q240 0 375.5 -154t135.5 -397v-21q0 -244 -135.5 -397.5t-373.5 -153.5q-241 0 -376.5 153.5t-135.5 397.5zM219 1506l2 6h310l196 -266h-236zM355 530q0 -148 52 -237.5t168 -89.5q113 0 165.5 90t52.5 237v21 q0 144 -53 235t-167 91t-166 -91t-52 -235v-21z" />
|
194
|
+
<glyph unicode="ó" horiz-adv-x="1148" d="M63 0zM63 530v21q0 242 135.5 396.5t374.5 154.5q240 0 375.5 -154t135.5 -397v-21q0 -244 -135.5 -397.5t-373.5 -153.5q-241 0 -376.5 153.5t-135.5 397.5zM355 530q0 -148 52 -237.5t168 -89.5q113 0 165.5 90t52.5 237v21q0 144 -53 235t-167 91t-166 -91t-52 -235 v-21zM398 1238l199 266h309l2 -6l-276 -260h-234z" />
|
195
|
+
<glyph unicode="ô" horiz-adv-x="1148" d="M63 0zM63 530v21q0 242 135.5 396.5t374.5 154.5q240 0 375.5 -154t135.5 -397v-21q0 -244 -135.5 -397.5t-373.5 -153.5q-241 0 -376.5 153.5t-135.5 397.5zM207 1259v26l282 240h169l287 -243v-23h-217l-155 146l-154 -146h-212zM355 530q0 -148 52 -237.5t168 -89.5 q113 0 165.5 90t52.5 237v21q0 144 -53 235t-167 91t-166 -91t-52 -235v-21z" />
|
196
|
+
<glyph unicode="õ" horiz-adv-x="1148" d="M63 0zM63 530v21q0 242 135.5 396.5t374.5 154.5q240 0 375.5 -154t135.5 -397v-21q0 -244 -135.5 -397.5t-373.5 -153.5q-241 0 -376.5 153.5t-135.5 397.5zM189 1302q0 94 59.5 163.5t149.5 69.5q56 0 151.5 -43.5t147.5 -43.5q35 0 60.5 32t25.5 79l155 -45 q0 -96 -59.5 -163.5t-150.5 -67.5q-70 0 -158.5 43.5t-140.5 43.5q-36 0 -60.5 -32.5t-24.5 -77.5zM355 530q0 -148 52 -237.5t168 -89.5q113 0 165.5 90t52.5 237v21q0 144 -53 235t-167 91t-166 -91t-52 -235v-21z" />
|
197
|
+
<glyph unicode="ö" horiz-adv-x="1148" d="M63 0zM63 530v21q0 242 135.5 396.5t374.5 154.5q240 0 375.5 -154t135.5 -397v-21q0 -244 -135.5 -397.5t-373.5 -153.5q-241 0 -376.5 153.5t-135.5 397.5zM177 1279v204h267v-204h-267zM355 530q0 -148 52 -237.5t168 -89.5q113 0 165.5 90t52.5 237v21q0 144 -53 235 t-167 91t-166 -91t-52 -235v-21zM677 1279v204h267v-204h-267z" />
|
198
|
+
<glyph unicode="÷" horiz-adv-x="1133" d="M56 573v227h1028v-227h-1028zM425 164v233h292v-233h-292zM425 973v233h292v-233h-292z" />
|
199
|
+
<glyph unicode="ø" horiz-adv-x="1178" d="M76 530v21q0 242 135.5 396.5t374.5 154.5q45 0 87 -6.5t83 -17.5l67 137h162l-98 -201q101 -72 155.5 -192.5t54.5 -270.5v-21q0 -244 -135.5 -397.5t-373.5 -153.5q-53 0 -101 8t-91 23l-74 -151h-162l108 221q-94 72 -143 188.5t-49 261.5zM368 530q0 -55 6.5 -101 t20.5 -77l5 -1l253 516q-16 4 -33 7t-34 3q-114 0 -166 -91t-52 -235v-21zM499 221q18 -9 40.5 -13.5t48.5 -4.5q113 0 165.5 90t52.5 237v21q0 62 -10 115.5t-29 89.5h-6z" />
|
200
|
+
<glyph unicode="ù" horiz-adv-x="1278" d="M33 0zM33 906v176h119h292v-655q0 -118 39.5 -169.5t117.5 -51.5q69 0 119.5 22.5t82.5 64.5v583l-128 30v176h128h292v-877l131 -30v-175h-387l-19 137q-52 -76 -128.5 -117t-174.5 -41q-171 0 -268 109.5t-97 340.5v447zM252 1506l2 6h310l196 -266h-236z" />
|
201
|
+
<glyph unicode="ú" horiz-adv-x="1278" d="M33 0zM33 906v176h119h292v-655q0 -118 39.5 -169.5t117.5 -51.5q69 0 119.5 22.5t82.5 64.5v583l-128 30v176h128h292v-877l131 -30v-175h-387l-19 137q-52 -76 -128.5 -117t-174.5 -41q-171 0 -268 109.5t-97 340.5v447zM431 1238l199 266h309l2 -6l-276 -260h-234z " />
|
202
|
+
<glyph unicode="û" horiz-adv-x="1278" d="M33 0zM33 906v176h119h292v-655q0 -118 39.5 -169.5t117.5 -51.5q69 0 119.5 22.5t82.5 64.5v583l-128 30v176h128h292v-877l131 -30v-175h-387l-19 137q-52 -76 -128.5 -117t-174.5 -41q-171 0 -268 109.5t-97 340.5v447zM240 1259v26l282 240h169l287 -243v-23h-217 l-155 146l-154 -146h-212z" />
|
203
|
+
<glyph unicode="ü" horiz-adv-x="1278" d="M33 0zM33 906v176h119h292v-655q0 -118 39.5 -169.5t117.5 -51.5q69 0 119.5 22.5t82.5 64.5v583l-128 30v176h128h292v-877l131 -30v-175h-387l-19 137q-52 -76 -128.5 -117t-174.5 -41q-171 0 -268 109.5t-97 340.5v447zM210 1279v204h267v-204h-267zM710 1279v204h267 v-204h-267z" />
|
204
|
+
<glyph unicode="ý" horiz-adv-x="1212" d="M26 0zM26 906v176h530v-176l-121 -20l148 -432l15 -78l6 -1l171 511l-122 20v176h530v-176l-101 -15l-398 -1053q-47 -117 -125.5 -196t-236.5 -79q-37 0 -69.5 6t-76.5 17l34 213q14 -2 29 -4t26 -2q73 0 112 35.5t60 88.5l33 82l-343 891zM414 1223l199 266h309l2 -6 l-276 -260h-234z" />
|
205
|
+
<glyph unicode="þ" horiz-adv-x="1246" d="M34 1384v176h447v-591q47 64 112 98.5t150 34.5q201 0 312 -157t111 -413v-21q0 -240 -111 -386t-310 -146q-85 0 -151 31.5t-113 92.5v-313l141 -30v-176h-573v176l141 30v1564zM481 297q27 -46 73.5 -70t114.5 -24q106 0 155.5 83t49.5 225v21q0 153 -51 248t-156 95 q-66 0 -112.5 -27t-73.5 -77v-474z" />
|
206
|
+
<glyph unicode="ÿ" horiz-adv-x="1212" d="M26 0zM26 906v176h530v-176l-121 -20l148 -432l15 -78l6 -1l171 511l-122 20v176h530v-176l-101 -15l-398 -1053q-47 -117 -125.5 -196t-236.5 -79q-37 0 -69.5 6t-76.5 17l34 213q14 -2 29 -4t26 -2q73 0 112 35.5t60 88.5l33 82l-343 891zM193 1264v204h267v-204h-267z M693 1264v204h267v-204h-267z" />
|
207
|
+
<glyph unicode="Œ" horiz-adv-x="1996" d="M103 576v304q0 265 167.5 431t437.5 166q69 0 140 -6t150 -15h936v-399h-224l-13 174h-466v-366h493v-225h-493v-416h470l13 174h222v-398h-938q-92 -10 -156.5 -15.5t-131.5 -5.5q-270 0 -438.5 166t-168.5 431zM394 576q0 -182 84 -277t232 -95q58 0 115.5 4.5 t113.5 13.5v1011q-59 8 -116.5 13.5t-114.5 5.5q-148 0 -231 -94.5t-83 -275.5v-306z" />
|
208
|
+
<glyph unicode="œ" horiz-adv-x="1875" d="M92 530v21q0 242 135.5 396.5t374.5 154.5q115 0 208.5 -38.5t160.5 -108.5q64 71 152.5 109t196.5 38q219 0 340 -132t121 -357v-159h-647l-2 -6q8 -107 71.5 -176t173.5 -69q97 0 161 19.5t139 61.5l80 -180q-66 -53 -173 -89t-238 -36q-117 0 -211.5 38t-161.5 110 q-66 -72 -159.5 -110t-209.5 -38q-241 0 -376.5 153.5t-135.5 397.5zM384 530q0 -148 52 -237.5t168 -89.5q113 0 165.5 90t52.5 237v21q0 144 -53 235t-167 91t-166 -91t-52 -235v-21zM1134 652l2 -5h359v26q0 93 -43.5 148.5t-131.5 55.5q-81 0 -128 -62t-58 -163z" />
|
209
|
+
<glyph unicode="Ÿ" horiz-adv-x="1398" d="M36 0zM36 1280v176h551v-176l-119 -17l226 -478h6l226 478l-118 17v176h551v-176l-124 -20l-396 -748v-307l156 -30v-175h-603v175l156 30v322l-389 733zM316 1601v204h267v-204h-267zM816 1601v204h267v-204h-267z" />
|
210
|
+
<glyph unicode="ˆ" horiz-adv-x="890" d="M90 1252v26l282 240h169l287 -243v-23h-217l-155 146l-154 -146h-212z" />
|
211
|
+
<glyph unicode="˜" horiz-adv-x="950" d="M108 1272q0 94 59.5 163.5t149.5 69.5q56 0 151.5 -43.5t147.5 -43.5q35 0 60.5 32t25.5 79l155 -45q0 -96 -59.5 -163.5t-150.5 -67.5q-70 0 -158.5 43.5t-140.5 43.5q-36 0 -60.5 -32.5t-24.5 -77.5z" />
|
212
|
+
<glyph unicode=" " horiz-adv-x="970" />
|
213
|
+
<glyph unicode=" " horiz-adv-x="1941" />
|
214
|
+
<glyph unicode=" " horiz-adv-x="970" />
|
215
|
+
<glyph unicode=" " horiz-adv-x="1941" />
|
216
|
+
<glyph unicode=" " horiz-adv-x="647" />
|
217
|
+
<glyph unicode=" " horiz-adv-x="485" />
|
218
|
+
<glyph unicode=" " horiz-adv-x="323" />
|
219
|
+
<glyph unicode=" " horiz-adv-x="323" />
|
220
|
+
<glyph unicode=" " horiz-adv-x="242" />
|
221
|
+
<glyph unicode=" " horiz-adv-x="388" />
|
222
|
+
<glyph unicode=" " horiz-adv-x="107" />
|
223
|
+
<glyph unicode="‐" horiz-adv-x="815" d="M131 510v225h564v-225h-564z" />
|
224
|
+
<glyph unicode="‑" horiz-adv-x="815" d="M131 510v225h564v-225h-564z" />
|
225
|
+
<glyph unicode="‒" horiz-adv-x="815" d="M131 510v225h564v-225h-564z" />
|
226
|
+
<glyph unicode="–" horiz-adv-x="1372" d="M165 601zM165 601v228h1085v-228h-1085z" />
|
227
|
+
<glyph unicode="—" horiz-adv-x="1595" d="M166 601zM167 601v228h1334v-228h-1334z" />
|
228
|
+
<glyph unicode="‘" horiz-adv-x="480" d="M96 1009v193q0 99 52.5 209t130.5 181l144 -78q-40 -70 -60.5 -144.5t-20.5 -167.5v-193h-246z" />
|
229
|
+
<glyph unicode="’" horiz-adv-x="471" d="M59 1057q39 69 60 143.5t21 168.5v191h245v-191q0 -100 -53 -210.5t-129 -180.5z" />
|
230
|
+
<glyph unicode="‚" horiz-adv-x="510" d="M67 -245q39 70 60 144.5t21 166.5v221h246l-1 -220q0 -99 -53 -209.5t-129 -180.5z" />
|
231
|
+
<glyph unicode="“" horiz-adv-x="833" d="M101 1009v193q0 99 52.5 209t130.5 181l144 -78q-40 -70 -60.5 -144.5t-20.5 -167.5v-193h-246zM101 1009zM438 1009v193q0 99 52.5 209t130.5 181l144 -78q-40 -70 -60.5 -144.5t-20.5 -167.5v-193h-246z" />
|
232
|
+
<glyph unicode="”" horiz-adv-x="840" d="M73 978zM73 1057q39 69 60 143.5t21 168.5v191h245v-191q0 -100 -53 -210.5t-129 -180.5zM413 1057q39 69 60 143.5t21 168.5v191h245v-191q0 -100 -53 -210.5t-129 -180.5z" />
|
233
|
+
<glyph unicode="„" horiz-adv-x="827" d="M67 -245q39 70 60 144.5t21 166.5v221h246l-1 -220q0 -99 -53 -209.5t-129 -180.5zM404 -245q39 70 60 144.5t21 166.5v221h246l-1 -220q0 -99 -53 -209.5t-129 -180.5z" />
|
234
|
+
<glyph unicode="•" horiz-adv-x="703" d="M120 716v90q0 100 64.5 164t172.5 64q110 0 174.5 -63.5t64.5 -164.5v-90q0 -101 -64.5 -163t-173.5 -62t-173.5 62t-64.5 163z" />
|
235
|
+
<glyph unicode="…" horiz-adv-x="1461" d="M137 0v256h291v-256h-291zM137 0zM610 0v256h291v-256h-291zM1075 0v256h291v-256h-291z" />
|
236
|
+
<glyph unicode=" " horiz-adv-x="388" />
|
237
|
+
<glyph unicode="‹" horiz-adv-x="570" d="M44 541v19l280 390h187l-240 -400l240 -399h-187z" />
|
238
|
+
<glyph unicode="›" horiz-adv-x="576" d="M71 151l239 399l-239 400h187l280 -390v-19l-280 -390h-187z" />
|
239
|
+
<glyph unicode=" " horiz-adv-x="485" />
|
240
|
+
<glyph unicode="€" horiz-adv-x="1063" d="M58 485v153h146v150h-146v153h146v13q0 238 150.5 380.5t394.5 142.5q60 0 117.5 -8t125.5 -23l-21 -229q-53 16 -109.5 25.5t-112.5 9.5q-118 0 -185.5 -79t-67.5 -217v-15h428v-153h-428v-150h428v-153h-428v-8q0 -132 67.5 -203t187.5 -71q58 0 113.5 8.5t106.5 25.5 l21 -227q-57 -15 -118 -23t-123 -8q-245 0 -396 135t-151 363v8h-146z" />
|
241
|
+
<glyph unicode="™" horiz-adv-x="1239" d="M76 1351v105h398v-105h-128v-434h-144v434h-126zM545 915v541h159l119 -362h6l120 362h154v-541h-129v282l-6 1l-105 -283h-73l-110 298l-6 -1v-297h-129z" />
|
242
|
+
<glyph unicode="◼" horiz-adv-x="1080" d="M0 0v1080h1080v-1080h-1080z" />
|
243
|
+
<glyph unicode="ffi" horiz-adv-x="2099" d="M59 0zM59 877v205h161v120q0 182 105 280.5t295 98.5q37 0 75.5 -5.5t84.5 -15.5l-25 -217q-24 4 -46.5 7t-52.5 3q-71 0 -107.5 -39t-36.5 -112v-120h215v-205h-215v-672l141 -30v-175h-574v175l141 30v672h-161zM796 877v205h161v74q0 204 124.5 314.5t350.5 110.5 q78 0 154 -15.5t176 -44.5l-42 -230q-73 22 -132.5 34t-136.5 12q-101 0 -151.5 -46t-50.5 -135v-74h656v-877l155 -30v-175h-588v175l141 30v672h-364v-672l141 -30v-175h-589v175l156 30v672h-161z" />
|
244
|
+
<glyph unicode="ffl" horiz-adv-x="2177" d="M59 0zM59 877v205h161v120q0 182 105 280.5t295 98.5q37 0 75.5 -5.5t84.5 -15.5l-25 -217q-24 4 -46.5 7t-52.5 3q-71 0 -107.5 -39t-36.5 -112v-120h215v-205h-215v-672l141 -30v-175h-574v175l141 30v672h-161zM821 877v205h161v120q0 182 105 280.5t295 98.5 q37 0 75.5 -5.5t84.5 -15.5l-25 -217q-24 4 -46.5 7t-52.5 3q-71 0 -107.5 -39t-36.5 -112v-120h215v-205h-215v-672l141 -30v-175h-574v175l141 30v672h-161zM1556 1384v176h448v-1355l141 -30v-175h-574v175l141 30v1149z" />
|
245
|
+
<hkern u1=""" u2="w" k="-11" />
|
246
|
+
<hkern u1="'" u2="w" k="-11" />
|
247
|
+
<hkern u1="(" u2="Ÿ" k="-22" />
|
248
|
+
<hkern u1="(" u2="Ý" k="-22" />
|
249
|
+
<hkern u1="(" u2="Y" k="-22" />
|
250
|
+
<hkern u1="(" u2="W" k="-38" />
|
251
|
+
<hkern u1="(" u2="V" k="-20" />
|
252
|
+
<hkern u1="/" u2="/" k="338" />
|
253
|
+
<hkern u1="A" u2="w" k="173" />
|
254
|
+
<hkern u1="A" u2="t" k="117" />
|
255
|
+
<hkern u1="A" u2="?" k="151" />
|
256
|
+
<hkern u1="C" u2="}" k="17" />
|
257
|
+
<hkern u1="C" u2="]" k="12" />
|
258
|
+
<hkern u1="C" u2=")" k="26" />
|
259
|
+
<hkern u1="D" u2="Æ" k="33" />
|
260
|
+
<hkern u1="E" u2="w" k="22" />
|
261
|
+
<hkern u1="F" u2="…" k="304" />
|
262
|
+
<hkern u1="F" u2="„" k="304" />
|
263
|
+
<hkern u1="F" u2="‚" k="304" />
|
264
|
+
<hkern u1="F" u2="œ" k="21" />
|
265
|
+
<hkern u1="F" u2="Œ" k="40" />
|
266
|
+
<hkern u1="F" u2="ÿ" k="24" />
|
267
|
+
<hkern u1="F" u2="ý" k="24" />
|
268
|
+
<hkern u1="F" u2="ü" k="22" />
|
269
|
+
<hkern u1="F" u2="û" k="22" />
|
270
|
+
<hkern u1="F" u2="ú" k="22" />
|
271
|
+
<hkern u1="F" u2="ù" k="22" />
|
272
|
+
<hkern u1="F" u2="ö" k="21" />
|
273
|
+
<hkern u1="F" u2="õ" k="21" />
|
274
|
+
<hkern u1="F" u2="ô" k="21" />
|
275
|
+
<hkern u1="F" u2="ó" k="21" />
|
276
|
+
<hkern u1="F" u2="ò" k="21" />
|
277
|
+
<hkern u1="F" u2="ë" k="21" />
|
278
|
+
<hkern u1="F" u2="ê" k="21" />
|
279
|
+
<hkern u1="F" u2="é" k="21" />
|
280
|
+
<hkern u1="F" u2="è" k="21" />
|
281
|
+
<hkern u1="F" u2="ç" k="21" />
|
282
|
+
<hkern u1="F" u2="å" k="34" />
|
283
|
+
<hkern u1="F" u2="ä" k="34" />
|
284
|
+
<hkern u1="F" u2="ã" k="34" />
|
285
|
+
<hkern u1="F" u2="â" k="34" />
|
286
|
+
<hkern u1="F" u2="á" k="34" />
|
287
|
+
<hkern u1="F" u2="à" k="34" />
|
288
|
+
<hkern u1="F" u2="Ø" k="40" />
|
289
|
+
<hkern u1="F" u2="Ö" k="40" />
|
290
|
+
<hkern u1="F" u2="Õ" k="40" />
|
291
|
+
<hkern u1="F" u2="Ô" k="40" />
|
292
|
+
<hkern u1="F" u2="Ó" k="40" />
|
293
|
+
<hkern u1="F" u2="Ò" k="40" />
|
294
|
+
<hkern u1="F" u2="Ç" k="40" />
|
295
|
+
<hkern u1="F" u2="Å" k="300" />
|
296
|
+
<hkern u1="F" u2="Ä" k="300" />
|
297
|
+
<hkern u1="F" u2="Ã" k="300" />
|
298
|
+
<hkern u1="F" u2="Â" k="300" />
|
299
|
+
<hkern u1="F" u2="Á" k="300" />
|
300
|
+
<hkern u1="F" u2="À" k="300" />
|
301
|
+
<hkern u1="F" u2="y" k="24" />
|
302
|
+
<hkern u1="F" u2="v" k="24" />
|
303
|
+
<hkern u1="F" u2="u" k="22" />
|
304
|
+
<hkern u1="F" u2="q" k="21" />
|
305
|
+
<hkern u1="F" u2="o" k="21" />
|
306
|
+
<hkern u1="F" u2="g" k="21" />
|
307
|
+
<hkern u1="F" u2="e" k="21" />
|
308
|
+
<hkern u1="F" u2="d" k="21" />
|
309
|
+
<hkern u1="F" u2="c" k="21" />
|
310
|
+
<hkern u1="F" u2="a" k="34" />
|
311
|
+
<hkern u1="F" u2="T" k="-20" />
|
312
|
+
<hkern u1="F" u2="Q" k="40" />
|
313
|
+
<hkern u1="F" u2="O" k="40" />
|
314
|
+
<hkern u1="F" u2="J" k="208" />
|
315
|
+
<hkern u1="F" u2="G" k="40" />
|
316
|
+
<hkern u1="F" u2="C" k="40" />
|
317
|
+
<hkern u1="F" u2="A" k="300" />
|
318
|
+
<hkern u1="F" u2="." k="304" />
|
319
|
+
<hkern u1="F" u2="," k="304" />
|
320
|
+
<hkern u1="F" u2="r" k="26" />
|
321
|
+
<hkern u1="K" u2="w" k="63" />
|
322
|
+
<hkern u1="L" u2="w" k="52" />
|
323
|
+
<hkern u1="N" u2="Å" k="128" />
|
324
|
+
<hkern u1="N" u2="Ä" k="128" />
|
325
|
+
<hkern u1="N" u2="Ã" k="128" />
|
326
|
+
<hkern u1="N" u2="Â" k="128" />
|
327
|
+
<hkern u1="N" u2="Á" k="128" />
|
328
|
+
<hkern u1="N" u2="À" k="128" />
|
329
|
+
<hkern u1="N" u2="A" k="128" />
|
330
|
+
<hkern u1="O" u2="Æ" k="33" />
|
331
|
+
<hkern u1="P" u2="Æ" k="297" />
|
332
|
+
<hkern u1="P" u2="t" k="-14" />
|
333
|
+
<hkern u1="Q" u2="Ÿ" k="35" />
|
334
|
+
<hkern u1="Q" u2="Ý" k="35" />
|
335
|
+
<hkern u1="Q" u2="Y" k="35" />
|
336
|
+
<hkern u1="Q" u2="W" k="18" />
|
337
|
+
<hkern u1="Q" u2="V" k="28" />
|
338
|
+
<hkern u1="Q" u2="T" k="33" />
|
339
|
+
<hkern u1="R" u2="Ÿ" k="100" />
|
340
|
+
<hkern u1="R" u2="Ý" k="100" />
|
341
|
+
<hkern u1="R" u2="Y" k="100" />
|
342
|
+
<hkern u1="R" u2="V" k="90" />
|
343
|
+
<hkern u1="R" u2="T" k="50" />
|
344
|
+
<hkern u1="T" u2="ø" k="95" />
|
345
|
+
<hkern u1="T" u2="æ" k="84" />
|
346
|
+
<hkern u1="T" u2="Æ" k="189" />
|
347
|
+
<hkern u1="T" u2="»" k="146" />
|
348
|
+
<hkern u1="T" u2="«" k="148" />
|
349
|
+
<hkern u1="T" u2="w" k="47" />
|
350
|
+
<hkern u1="T" u2="r" k="65" />
|
351
|
+
<hkern u1="V" u2="}" k="-19" />
|
352
|
+
<hkern u1="V" u2="r" k="30" />
|
353
|
+
<hkern u1="V" u2="]" k="-17" />
|
354
|
+
<hkern u1="V" u2=")" k="-20" />
|
355
|
+
<hkern u1="W" u2="}" k="-14" />
|
356
|
+
<hkern u1="W" u2="r" k="21" />
|
357
|
+
<hkern u1="W" u2="]" k="-12" />
|
358
|
+
<hkern u1="W" u2=")" k="-35" />
|
359
|
+
<hkern u1="Y" u2="•" k="45" />
|
360
|
+
<hkern u1="Y" u2="ø" k="64" />
|
361
|
+
<hkern u1="Y" u2="æ" k="63" />
|
362
|
+
<hkern u1="Y" u2="Æ" k="96" />
|
363
|
+
<hkern u1="Y" u2="»" k="51" />
|
364
|
+
<hkern u1="Y" u2="«" k="82" />
|
365
|
+
<hkern u1="Y" u2="}" k="-19" />
|
366
|
+
<hkern u1="Y" u2="t" k="22" />
|
367
|
+
<hkern u1="Y" u2="r" k="40" />
|
368
|
+
<hkern u1="Y" u2="f" k="82" />
|
369
|
+
<hkern u1="Y" u2="]" k="-18" />
|
370
|
+
<hkern u1="Y" u2="*" k="49" />
|
371
|
+
<hkern u1="Y" u2=")" k="-20" />
|
372
|
+
<hkern u1="Y" u2="&" k="30" />
|
373
|
+
<hkern u1="Z" u2="w" k="27" />
|
374
|
+
<hkern u1="[" u2="Ü" k="18" />
|
375
|
+
<hkern u1="[" u2="Û" k="18" />
|
376
|
+
<hkern u1="[" u2="Ú" k="18" />
|
377
|
+
<hkern u1="[" u2="Ù" k="18" />
|
378
|
+
<hkern u1="[" u2="U" k="18" />
|
379
|
+
<hkern u1="[" u2="J" k="18" />
|
380
|
+
<hkern u1="a" u2="t" k="80" />
|
381
|
+
<hkern u1="a" u2="b" k="32" />
|
382
|
+
<hkern u1="d" u2="t" k="64" />
|
383
|
+
<hkern u1="f" u2="œ" k="24" />
|
384
|
+
<hkern u1="f" u2="ë" k="24" />
|
385
|
+
<hkern u1="f" u2="ê" k="24" />
|
386
|
+
<hkern u1="f" u2="é" k="24" />
|
387
|
+
<hkern u1="f" u2="è" k="24" />
|
388
|
+
<hkern u1="f" u2="ç" k="24" />
|
389
|
+
<hkern u1="f" u2="q" k="24" />
|
390
|
+
<hkern u1="f" u2="g" k="24" />
|
391
|
+
<hkern u1="f" u2="e" k="24" />
|
392
|
+
<hkern u1="f" u2="d" k="24" />
|
393
|
+
<hkern u1="f" u2="c" k="24" />
|
394
|
+
<hkern u1="f" u2="}" k="-19" />
|
395
|
+
<hkern u1="f" u2="]" k="-18" />
|
396
|
+
<hkern u1="f" u2=")" k="-50" />
|
397
|
+
<hkern u1="k" u2="œ" k="20" />
|
398
|
+
<hkern u1="k" u2="ë" k="20" />
|
399
|
+
<hkern u1="k" u2="ê" k="20" />
|
400
|
+
<hkern u1="k" u2="é" k="20" />
|
401
|
+
<hkern u1="k" u2="è" k="20" />
|
402
|
+
<hkern u1="k" u2="ç" k="20" />
|
403
|
+
<hkern u1="k" u2="q" k="20" />
|
404
|
+
<hkern u1="k" u2="g" k="20" />
|
405
|
+
<hkern u1="k" u2="e" k="20" />
|
406
|
+
<hkern u1="k" u2="d" k="20" />
|
407
|
+
<hkern u1="k" u2="c" k="20" />
|
408
|
+
<hkern u1="l" u2="ö" k="20" />
|
409
|
+
<hkern u1="l" u2="õ" k="20" />
|
410
|
+
<hkern u1="l" u2="ô" k="20" />
|
411
|
+
<hkern u1="l" u2="ó" k="20" />
|
412
|
+
<hkern u1="l" u2="ò" k="20" />
|
413
|
+
<hkern u1="l" u2="o" k="20" />
|
414
|
+
<hkern u1="r" u2="w" k="-17" />
|
415
|
+
<hkern u1="r" u2="t" k="-24" />
|
416
|
+
<hkern u1="r" u2="f" k="-20" />
|
417
|
+
<hkern u1="t" u2="ö" k="30" />
|
418
|
+
<hkern u1="t" u2="õ" k="30" />
|
419
|
+
<hkern u1="t" u2="ô" k="30" />
|
420
|
+
<hkern u1="t" u2="ó" k="30" />
|
421
|
+
<hkern u1="t" u2="ò" k="30" />
|
422
|
+
<hkern u1="t" u2="o" k="30" />
|
423
|
+
<hkern u1="v" u2="f" k="-13" />
|
424
|
+
<hkern u1="w" u2="…" k="124" />
|
425
|
+
<hkern u1="w" u2="„" k="124" />
|
426
|
+
<hkern u1="w" u2="‚" k="124" />
|
427
|
+
<hkern u1="w" u2="." k="124" />
|
428
|
+
<hkern u1="w" u2="," k="124" />
|
429
|
+
<hkern u1="y" u2="f" k="-13" />
|
430
|
+
<hkern u1="{" u2="Ü" k="20" />
|
431
|
+
<hkern u1="{" u2="Û" k="20" />
|
432
|
+
<hkern u1="{" u2="Ú" k="20" />
|
433
|
+
<hkern u1="{" u2="Ù" k="20" />
|
434
|
+
<hkern u1="{" u2="U" k="20" />
|
435
|
+
<hkern u1="{" u2="J" k="20" />
|
436
|
+
<hkern u1="À" u2="w" k="173" />
|
437
|
+
<hkern u1="À" u2="t" k="117" />
|
438
|
+
<hkern u1="À" u2="?" k="151" />
|
439
|
+
<hkern u1="Á" u2="w" k="173" />
|
440
|
+
<hkern u1="Á" u2="t" k="117" />
|
441
|
+
<hkern u1="Á" u2="?" k="151" />
|
442
|
+
<hkern u1="Â" u2="w" k="173" />
|
443
|
+
<hkern u1="Â" u2="t" k="117" />
|
444
|
+
<hkern u1="Â" u2="?" k="151" />
|
445
|
+
<hkern u1="Ã" u2="w" k="173" />
|
446
|
+
<hkern u1="Ã" u2="t" k="117" />
|
447
|
+
<hkern u1="Ã" u2="?" k="151" />
|
448
|
+
<hkern u1="Ä" u2="w" k="173" />
|
449
|
+
<hkern u1="Ä" u2="t" k="117" />
|
450
|
+
<hkern u1="Ä" u2="?" k="151" />
|
451
|
+
<hkern u1="Å" u2="w" k="173" />
|
452
|
+
<hkern u1="Å" u2="t" k="117" />
|
453
|
+
<hkern u1="Å" u2="?" k="151" />
|
454
|
+
<hkern u1="Ç" u2="}" k="17" />
|
455
|
+
<hkern u1="Ç" u2="]" k="12" />
|
456
|
+
<hkern u1="Ç" u2=")" k="26" />
|
457
|
+
<hkern u1="È" u2="w" k="22" />
|
458
|
+
<hkern u1="É" u2="w" k="22" />
|
459
|
+
<hkern u1="Ê" u2="w" k="22" />
|
460
|
+
<hkern u1="Ë" u2="w" k="22" />
|
461
|
+
<hkern u1="Ð" u2="Æ" k="33" />
|
462
|
+
<hkern u1="Ò" u2="Æ" k="33" />
|
463
|
+
<hkern u1="Ó" u2="Æ" k="33" />
|
464
|
+
<hkern u1="Ô" u2="Æ" k="33" />
|
465
|
+
<hkern u1="Õ" u2="Æ" k="33" />
|
466
|
+
<hkern u1="Ö" u2="Æ" k="33" />
|
467
|
+
<hkern u1="Ý" u2="•" k="45" />
|
468
|
+
<hkern u1="Ý" u2="ø" k="64" />
|
469
|
+
<hkern u1="Ý" u2="æ" k="63" />
|
470
|
+
<hkern u1="Ý" u2="Æ" k="96" />
|
471
|
+
<hkern u1="Ý" u2="»" k="51" />
|
472
|
+
<hkern u1="Ý" u2="«" k="82" />
|
473
|
+
<hkern u1="Ý" u2="}" k="-19" />
|
474
|
+
<hkern u1="Ý" u2="t" k="22" />
|
475
|
+
<hkern u1="Ý" u2="r" k="40" />
|
476
|
+
<hkern u1="Ý" u2="f" k="82" />
|
477
|
+
<hkern u1="Ý" u2="]" k="-18" />
|
478
|
+
<hkern u1="Ý" u2="*" k="49" />
|
479
|
+
<hkern u1="Ý" u2=")" k="-20" />
|
480
|
+
<hkern u1="Ý" u2="&" k="30" />
|
481
|
+
<hkern u1="à" u2="t" k="80" />
|
482
|
+
<hkern u1="à" u2="b" k="32" />
|
483
|
+
<hkern u1="á" u2="t" k="80" />
|
484
|
+
<hkern u1="á" u2="b" k="32" />
|
485
|
+
<hkern u1="â" u2="t" k="80" />
|
486
|
+
<hkern u1="â" u2="b" k="32" />
|
487
|
+
<hkern u1="ã" u2="t" k="80" />
|
488
|
+
<hkern u1="ã" u2="b" k="32" />
|
489
|
+
<hkern u1="ä" u2="t" k="80" />
|
490
|
+
<hkern u1="ä" u2="b" k="32" />
|
491
|
+
<hkern u1="å" u2="t" k="80" />
|
492
|
+
<hkern u1="å" u2="b" k="32" />
|
493
|
+
<hkern u1="ý" u2="f" k="-13" />
|
494
|
+
<hkern u1="ÿ" u2="f" k="-13" />
|
495
|
+
<hkern u1="Ÿ" u2="•" k="45" />
|
496
|
+
<hkern u1="Ÿ" u2="ø" k="64" />
|
497
|
+
<hkern u1="Ÿ" u2="æ" k="63" />
|
498
|
+
<hkern u1="Ÿ" u2="Æ" k="96" />
|
499
|
+
<hkern u1="Ÿ" u2="»" k="51" />
|
500
|
+
<hkern u1="Ÿ" u2="«" k="82" />
|
501
|
+
<hkern u1="Ÿ" u2="}" k="-19" />
|
502
|
+
<hkern u1="Ÿ" u2="t" k="22" />
|
503
|
+
<hkern u1="Ÿ" u2="r" k="40" />
|
504
|
+
<hkern u1="Ÿ" u2="f" k="82" />
|
505
|
+
<hkern u1="Ÿ" u2="]" k="-18" />
|
506
|
+
<hkern u1="Ÿ" u2="*" k="49" />
|
507
|
+
<hkern u1="Ÿ" u2=")" k="-20" />
|
508
|
+
<hkern u1="Ÿ" u2="&" k="30" />
|
509
|
+
<hkern u1="‘" u2="w" k="-11" />
|
510
|
+
<hkern u1="’" u2="w" k="-11" />
|
511
|
+
<hkern u1="“" u2="w" k="-11" />
|
512
|
+
<hkern u1="”" u2="w" k="-11" />
|
513
|
+
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="12" />
|
514
|
+
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="v,y,yacute,ydieresis" k="190" />
|
515
|
+
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="60" />
|
516
|
+
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="V" k="200" />
|
517
|
+
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="60" />
|
518
|
+
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="Y,Yacute,Ydieresis" k="256" />
|
519
|
+
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="280" />
|
520
|
+
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="T" k="150" />
|
521
|
+
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="u,ugrave,uacute,ucircumflex,udieresis" k="111" />
|
522
|
+
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="W" k="148" />
|
523
|
+
<hkern g1="B" g2="V" k="24" />
|
524
|
+
<hkern g1="B" g2="Y,Yacute,Ydieresis" k="55" />
|
525
|
+
<hkern g1="B" g2="T" k="27" />
|
526
|
+
<hkern g1="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="T" k="27" />
|
529
|
+
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="60" />
|
530
|
+
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Z" k="23" />
|
531
|
+
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="X" k="30" />
|
532
|
+
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="122" />
|
533
|
+
<hkern g1="C,Ccedilla" g2="T" k="29" />
|
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="v,y,yacute,ydieresis" k="26" />
|
536
|
+
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="T" k="-20" />
|
537
|
+
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="17" />
|
538
|
+
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" />
|
539
|
+
<hkern g1="T" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="79" />
|
540
|
+
<hkern g1="T" g2="v,y,yacute,ydieresis" k="82" />
|
541
|
+
<hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="28" />
|
542
|
+
<hkern g1="T" g2="V" k="-16" />
|
543
|
+
<hkern g1="T" g2="Y,Yacute,Ydieresis" k="-16" />
|
544
|
+
<hkern g1="T" g2="T" k="-16" />
|
545
|
+
<hkern g1="T" g2="u,ugrave,uacute,ucircumflex,udieresis" k="65" />
|
546
|
+
<hkern g1="T" g2="W" k="-15" />
|
547
|
+
<hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="180" />
|
548
|
+
<hkern g1="T" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="258" />
|
549
|
+
<hkern g1="T" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="89" />
|
550
|
+
<hkern g1="T" g2="z" k="60" />
|
551
|
+
<hkern g1="T" g2="x" k="77" />
|
552
|
+
<hkern g1="T" g2="m,n,p,ntilde" k="89" />
|
553
|
+
<hkern g1="T" g2="s" k="76" />
|
554
|
+
<hkern g1="T" g2="hyphen,uni00AD,endash,emdash" k="272" />
|
555
|
+
<hkern g1="T" g2="S" k="16" />
|
556
|
+
<hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="83" />
|
557
|
+
<hkern g1="T" g2="J" k="196" />
|
558
|
+
<hkern g1="K" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="27" />
|
559
|
+
<hkern g1="K" g2="v,y,yacute,ydieresis" k="40" />
|
560
|
+
<hkern g1="K" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="107" />
|
561
|
+
<hkern g1="K" g2="u,ugrave,uacute,ucircumflex,udieresis" k="23" />
|
562
|
+
<hkern g1="K" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" />
|
563
|
+
<hkern g1="K" g2="hyphen,uni00AD,endash,emdash" k="234" />
|
564
|
+
<hkern g1="L" g2="v,y,yacute,ydieresis" k="123" />
|
565
|
+
<hkern g1="L" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="25" />
|
566
|
+
<hkern g1="L" g2="V" k="264" />
|
567
|
+
<hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="74" />
|
568
|
+
<hkern g1="L" g2="Y,Yacute,Ydieresis" k="279" />
|
569
|
+
<hkern g1="L" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="308" />
|
570
|
+
<hkern g1="L" g2="T" k="205" />
|
571
|
+
<hkern g1="L" g2="u,ugrave,uacute,ucircumflex,udieresis" k="14" />
|
572
|
+
<hkern g1="L" g2="W" k="93" />
|
573
|
+
<hkern g1="P" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="13" />
|
574
|
+
<hkern g1="P" g2="v,y,yacute,ydieresis" k="-15" />
|
575
|
+
<hkern g1="P" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="236" />
|
576
|
+
<hkern g1="P" g2="Z" k="36" />
|
577
|
+
<hkern g1="P" g2="X" k="51" />
|
578
|
+
<hkern g1="P" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="404" />
|
579
|
+
<hkern g1="P" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" />
|
580
|
+
<hkern g1="P" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="11" />
|
581
|
+
<hkern g1="P" g2="J" k="184" />
|
582
|
+
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="100" />
|
583
|
+
<hkern g1="V" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="46" />
|
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="u,ugrave,uacute,ucircumflex,udieresis" k="28" />
|
587
|
+
<hkern g1="V" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="220" />
|
588
|
+
<hkern g1="V" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="215" />
|
589
|
+
<hkern g1="V" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="44" />
|
590
|
+
<hkern g1="V" g2="hyphen,uni00AD,endash,emdash" k="157" />
|
591
|
+
<hkern g1="V" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="46" />
|
592
|
+
<hkern g1="V" g2="J" k="213" />
|
593
|
+
<hkern g1="X" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="21" />
|
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="30" />
|
596
|
+
<hkern g1="X" g2="V" k="-14" />
|
597
|
+
<hkern g1="X" g2="u,ugrave,uacute,ucircumflex,udieresis" k="21" />
|
598
|
+
<hkern g1="X" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" />
|
599
|
+
<hkern g1="X" g2="hyphen,uni00AD,endash,emdash" k="196" />
|
600
|
+
<hkern g1="Y,Yacute,Ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="65" />
|
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="V" k="-18" />
|
604
|
+
<hkern g1="Y,Yacute,Ydieresis" g2="Y,Yacute,Ydieresis" k="-18" />
|
605
|
+
<hkern g1="Y,Yacute,Ydieresis" g2="T" k="-17" />
|
606
|
+
<hkern g1="Y,Yacute,Ydieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="39" />
|
607
|
+
<hkern g1="Y,Yacute,Ydieresis" g2="W" k="-17" />
|
608
|
+
<hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="256" />
|
609
|
+
<hkern g1="Y,Yacute,Ydieresis" g2="X" k="-13" />
|
610
|
+
<hkern g1="Y,Yacute,Ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="231" />
|
611
|
+
<hkern g1="Y,Yacute,Ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="65" />
|
612
|
+
<hkern g1="Y,Yacute,Ydieresis" g2="z" k="30" />
|
613
|
+
<hkern g1="Y,Yacute,Ydieresis" g2="x" k="23" />
|
614
|
+
<hkern g1="Y,Yacute,Ydieresis" g2="m,n,p,ntilde" k="80" />
|
615
|
+
<hkern g1="Y,Yacute,Ydieresis" g2="s" k="58" />
|
616
|
+
<hkern g1="Y,Yacute,Ydieresis" g2="hyphen,uni00AD,endash,emdash" k="212" />
|
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="63" />
|
619
|
+
<hkern g1="Y,Yacute,Ydieresis" g2="J" k="286" />
|
620
|
+
<hkern g1="W" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="31" />
|
621
|
+
<hkern g1="W" g2="T" k="-14" />
|
622
|
+
<hkern g1="W" g2="u,ugrave,uacute,ucircumflex,udieresis" k="19" />
|
623
|
+
<hkern g1="W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="171" />
|
624
|
+
<hkern g1="W" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="143" />
|
625
|
+
<hkern g1="W" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="31" />
|
626
|
+
<hkern g1="W" g2="hyphen,uni00AD,endash,emdash" k="100" />
|
627
|
+
<hkern g1="W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="33" />
|
628
|
+
<hkern g1="W" g2="J" k="149" />
|
629
|
+
<hkern g1="Z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="21" />
|
630
|
+
<hkern g1="Z" g2="v,y,yacute,ydieresis" k="27" />
|
631
|
+
<hkern g1="Z" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="26" />
|
632
|
+
<hkern g1="Z" g2="u,ugrave,uacute,ucircumflex,udieresis" k="19" />
|
633
|
+
<hkern g1="Z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="21" />
|
634
|
+
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="v,y,yacute,ydieresis" k="15" />
|
635
|
+
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="77" />
|
636
|
+
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="u,ugrave,uacute,ucircumflex,udieresis" k="32" />
|
637
|
+
<hkern g1="c,ccedilla" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="71" />
|
638
|
+
<hkern g1="b,p,thorn" g2="v,y,yacute,ydieresis" k="11" />
|
639
|
+
<hkern g1="b,p,thorn" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="89" />
|
640
|
+
<hkern g1="b,p,thorn" g2="z" k="15" />
|
641
|
+
<hkern g1="b,p,thorn" g2="x" k="15" />
|
642
|
+
<hkern g1="b,p,thorn" g2="h,k,l" k="20" />
|
643
|
+
<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="v,y,yacute,ydieresis" k="13" />
|
644
|
+
<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="74" />
|
645
|
+
<hkern g1="h,m,n,ntilde" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="10" />
|
646
|
+
<hkern g1="h,m,n,ntilde" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="166" />
|
647
|
+
<hkern g1="h,m,n,ntilde" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="10" />
|
648
|
+
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="v,y,yacute,ydieresis" k="15" />
|
649
|
+
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="120" />
|
650
|
+
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="z" k="16" />
|
651
|
+
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="x" k="21" />
|
652
|
+
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="h,k,l" k="20" />
|
653
|
+
<hkern g1="v,y,yacute,ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="15" />
|
654
|
+
<hkern g1="v,y,yacute,ydieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-5" />
|
655
|
+
<hkern g1="v,y,yacute,ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="167" />
|
656
|
+
<hkern g1="v,y,yacute,ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" />
|
657
|
+
<hkern g1="v,y,yacute,ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="15" />
|
658
|
+
<hkern g1="r" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="20" />
|
659
|
+
<hkern g1="r" g2="v,y,yacute,ydieresis" k="-18" />
|
660
|
+
<hkern g1="r" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-6" />
|
661
|
+
<hkern g1="r" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="173" />
|
662
|
+
<hkern g1="r" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" />
|
663
|
+
<hkern g1="r" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="20" />
|
664
|
+
<hkern g1="r" g2="h,k,l" k="50" />
|
665
|
+
<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" g2="v,y,yacute,ydieresis" k="56" />
|
666
|
+
<hkern g1="x" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="40" />
|
667
|
+
<hkern g1="x" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="20" />
|
668
|
+
<hkern g1="z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="16" />
|
669
|
+
<hkern g1="z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="16" />
|
670
|
+
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="161" />
|
671
|
+
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="97" />
|
672
|
+
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="120" />
|
673
|
+
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="59" />
|
674
|
+
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="m,n,p,ntilde" k="20" />
|
675
|
+
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="s" k="92" />
|
676
|
+
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="50" />
|
677
|
+
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="285" />
|
678
|
+
</font>
|
679
|
+
</defs></svg>
|