shibori 1.0.0.beta1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +20 -0
- data/Gemfile +4 -0
- data/Gemfile.lock +27 -0
- data/Procfile +1 -0
- data/README.md +24 -0
- data/Rakefile +2 -0
- data/app.json +11 -0
- data/builder/lineage_hunter.js +80 -0
- data/builder/list_item_hunter.js +106 -0
- data/builder/media_hunter.js +51 -0
- data/builder/object_factory.js +60 -0
- data/builder/parameter_hunter.js +69 -0
- data/builder/pattern_assembler.js +258 -0
- data/builder/pattern_exporter.js +43 -0
- data/builder/patternlab.js +365 -0
- data/builder/patternlab_grunt.js +38 -0
- data/builder/patternlab_gulp.js +26 -0
- data/builder/pseudopattern_hunter.js +78 -0
- data/config.json +34 -0
- data/docs/Pattern Lab Node.md +225 -0
- data/favicon.ico +0 -0
- data/gulpfile.js +148 -0
- data/index.js +20 -0
- data/lib/shibori/version.rb +3 -0
- data/lib/shibori.rb +11 -0
- data/package.json +44 -0
- data/public/data/annotations.js +109 -0
- data/public/styleguide/css/static.css +458 -0
- data/public/styleguide/css/static.scss +404 -0
- data/public/styleguide/css/styleguide-specific.css +170 -0
- data/public/styleguide/css/styleguide-specific.scss +204 -0
- data/public/styleguide/css/styleguide.css +880 -0
- data/public/styleguide/css/styleguide.scss +950 -0
- data/public/styleguide/css/vendor/prism.css +112 -0
- data/public/styleguide/css/vendor/typeahead.css +66 -0
- data/public/styleguide/fonts/icomoon.eot +0 -0
- data/public/styleguide/fonts/icomoon.svg +22 -0
- data/public/styleguide/fonts/icomoon.ttf +0 -0
- data/public/styleguide/fonts/icomoon.woff +0 -0
- data/public/styleguide/html/README +1 -0
- data/public/styleguide/images/spinner.gif +0 -0
- data/public/styleguide/js/annotations-pattern.js +308 -0
- data/public/styleguide/js/annotations-viewer.js +289 -0
- data/public/styleguide/js/code-pattern.js +120 -0
- data/public/styleguide/js/code-viewer.js +443 -0
- data/public/styleguide/js/data-saver.js +169 -0
- data/public/styleguide/js/pattern-finder.js +114 -0
- data/public/styleguide/js/postmessage.js +127 -0
- data/public/styleguide/js/styleguide.js +600 -0
- data/public/styleguide/js/url-handler.js +182 -0
- data/public/styleguide/js/vendor/classlist-polyfill.js +176 -0
- data/public/styleguide/js/vendor/jquery.js +4 -0
- data/public/styleguide/js/vendor/jwerty.js +523 -0
- data/public/styleguide/js/vendor/prism.js +7 -0
- data/public/styleguide/js/vendor/typeahead.bundle.min.js +7 -0
- data/script/bootstrap +58 -0
- data/shibori.gemspec +18 -0
- data/shibori.jpg +0 -0
- data/source/_data/annotations.js +109 -0
- data/source/_data/data.json +93 -0
- data/source/_data/listitems.json +782 -0
- data/source/_patternlab-files/README +1 -0
- data/source/_patternlab-files/index.mustache +94 -0
- data/source/_patternlab-files/partials/ishControls.mustache +64 -0
- data/source/_patternlab-files/partials/patternNav.mustache +17 -0
- data/source/_patternlab-files/partials/patternPaths.mustache +3 -0
- data/source/_patternlab-files/partials/viewAllPaths.mustache +3 -0
- data/source/_patternlab-files/pattern-header-footer/README +1 -0
- data/source/_patternlab-files/pattern-header-footer/footer.html +34 -0
- data/source/_patternlab-files/pattern-header-footer/header.html +44 -0
- data/source/_patternlab-files/styleguide.mustache +75 -0
- data/source/_patternlab-files/viewall.mustache +75 -0
- data/source/_patterns/00-atoms/00-typography/00-headings.mustache +6 -0
- data/source/_patterns/00-atoms/00-typography/01-headings-options.mustache +7 -0
- data/source/_patterns/00-atoms/00-typography/02-body.mustache +2 -0
- data/source/_patterns/00-atoms/00-typography/03-text-manipulation.mustache +12 -0
- data/source/_patterns/00-atoms/00-typography/04-blockquotes.mustache +3 -0
- data/source/_patterns/00-atoms/00-typography/05-lists.mustache +64 -0
- data/source/_patterns/00-atoms/01-colors/00-colors-monochromatic.mustache +36 -0
- data/source/_patterns/00-atoms/01-colors/01-colors-brand.mustache +26 -0
- data/source/_patterns/00-atoms/01-colors/02-colors-gradients.mustache +38 -0
- data/source/_patterns/00-atoms/02-buttons/00-btn-lg.mustache +7 -0
- data/source/_patterns/00-atoms/02-buttons/01-btn-sm.mustache +7 -0
- data/source/_patterns/00-atoms/02-buttons/02-btn-xs.mustache +7 -0
- data/source/_patterns/00-atoms/02-buttons/03-btn-block.mustache +7 -0
- data/source/_patterns/00-atoms/02-buttons/04-btn-deploy.mustache +4 -0
- data/source/_patterns/00-atoms/03-forms/00-text-fields.mustache +24 -0
- data/source/_patterns/00-atoms/03-forms/01-select-menu.mustache +6 -0
- data/source/_patterns/00-atoms/03-forms/02-checkbox.mustache +10 -0
- data/source/_patterns/00-atoms/03-forms/03-radios.mustache +10 -0
- data/source/_patterns/00-atoms/03-forms/04-validation.mustache +14 -0
- data/source/_patterns/00-atoms/04-quote/00-pullquote.mustache +7 -0
- data/source/_patterns/00-atoms/04-quote/01-quote-small.mustache +7 -0
- data/source/_patterns/00-atoms/05-code/01-pre.mustache +11 -0
- data/source/_patterns/00-atoms/06-tooltips/00-text.mustache +3 -0
- data/source/_patterns/00-atoms/06-tooltips/01-diagram-callout.mustache +1 -0
- data/source/_patterns/00-atoms/07-loader/00-spinner.mustache +5 -0
- data/source/_patterns/00-atoms/08-readmore/00-readmore.mustache +3 -0
- data/source/_patterns/00-atoms/09-slider/00-dots.mustache +8 -0
- data/source/_patterns/00-atoms/10-tables/00-tables.mustache +26 -0
- data/source/_patterns/00-atoms/12-modal/00-modal.mustache +14 -0
- data/source/_patterns/00-atoms/13-panel/00-panel.mustache +3 -0
- data/source/_patterns/00-atoms/14-users/00-avatar.mustache +3 -0
- data/source/_patterns/00-atoms/15-icons/00-icons.mustache +333 -0
- data/source/_patterns/00-atoms/15-icons/04-icon-colors.mustache +38 -0
- data/source/_patterns/00-atoms/15-icons/05-icon-sizes.mustache +31 -0
- data/source/_patterns/00-atoms/15-icons/_02-languages.mustache +0 -0
- data/source/_patterns/00-atoms/15-icons/_03-social.mustache +0 -0
- data/source/_patterns/00-atoms/15-icons/_05-icon-containers.mustache +0 -0
- data/source/_patterns/00-atoms/16-video/01-video.mustache +3 -0
- data/source/_patterns/00-atoms/16-video/_00-play-button.mustache +0 -0
- data/source/_patterns/00-atoms/17-utilities/00-visibility.mustache +8 -0
- data/source/_patterns/00-atoms/17-utilities/01-ui-elements.mustache +3 -0
- data/source/_patterns/00-atoms/18-grid/_00-grid.mustache +0 -0
- data/source/_patterns/01-molecules/00-text/00-header-groups.mustache +4 -0
- data/source/_patterns/01-molecules/00-text/01-intro-text.mustache +5 -0
- data/source/_patterns/01-molecules/01-layout/00-one-up.mustache +8 -0
- data/source/_patterns/01-molecules/01-layout/01-two-up.mustache +9 -0
- data/source/_patterns/01-molecules/01-layout/02-three-up.mustache +10 -0
- data/source/_patterns/01-molecules/01-layout/03-four-up.mustache +11 -0
- data/source/_patterns/01-molecules/01-layout/04-masonary-2.mustache +24 -0
- data/source/_patterns/01-molecules/01-layout/05-masonary-3.mustache +24 -0
- data/source/_patterns/01-molecules/02-navigation/01-subnav.mustache +21 -0
- data/source/_patterns/01-molecules/02-navigation/02-breadcrumbs.mustache +25 -0
- data/source/_patterns/01-molecules/02-navigation/03-side-nav.mustache +11 -0
- data/source/_patterns/01-molecules/02-navigation/04-side-nav-small.mustache +32 -0
- data/source/_patterns/01-molecules/02-navigation/05-pagination.mustache +0 -0
- data/source/_patterns/01-molecules/02-navigation/06-tabs.mustache +46 -0
- data/source/_patterns/01-molecules/03-forms/_00-search.mustache +0 -0
- data/source/_patterns/01-molecules/04-slider/00-slider.mustache +8 -0
- data/source/_patterns/01-molecules/05-messages/00-alert.mustache +15 -0
- data/source/_patterns/01-molecules/06-components/_00-social-share.mustache +0 -0
- data/source/_patterns/01-molecules/07-Elements/01-Addons-Card.mustache +79 -0
- data/source/_patterns/01-molecules/07-Elements/02-Buttons-Card.mustache +131 -0
- data/source/_patterns/01-molecules/07-Elements/03-Buildpack-Card.mustache +109 -0
- data/source/_patterns/01-molecules/08-vertical-tabs/01-vertical-tabs.mustache +30 -0
- data/source/_patterns/02-organisms/03-sections/00-purple.mustache +11 -0
- data/source/_patterns/02-organisms/03-sections/01-purple-dark.mustache +12 -0
- data/source/_patterns/02-organisms/03-sections/03-gray-light.mustache +12 -0
- data/source/css/hk-icon-rails.scss +13 -0
- data/source/css/scss/base/_base.scss +62 -0
- data/source/css/scss/base/_fonts.scss +12 -0
- data/source/css/scss/base/_normalize.scss +431 -0
- data/source/css/scss/base/_type.scss +128 -0
- data/source/css/scss/base/_utilities.scss +78 -0
- data/source/css/scss/components/_alert.scss +38 -0
- data/source/css/scss/components/_animate.scss +3340 -0
- data/source/css/scss/components/_animation.scss +15 -0
- data/source/css/scss/components/_buttons.scss +175 -0
- data/source/css/scss/components/_code.scss +26 -0
- data/source/css/scss/components/_forms.scss +136 -0
- data/source/css/scss/components/_hero.scss +18 -0
- data/source/css/scss/components/_hr.scss +11 -0
- data/source/css/scss/components/_icons.scss +85 -0
- data/source/css/scss/components/_lists.scss +45 -0
- data/source/css/scss/components/_logos.scss +15 -0
- data/source/css/scss/components/_masonary.scss +46 -0
- data/source/css/scss/components/_modal.scss +218 -0
- data/source/css/scss/components/_owlCarousel.scss +270 -0
- data/source/css/scss/components/_panel.scss +11 -0
- data/source/css/scss/components/_pill-box.scss +38 -0
- data/source/css/scss/components/_quote.scss +96 -0
- data/source/css/scss/components/_readmore.scss +11 -0
- data/source/css/scss/components/_slider.scss +96 -0
- data/source/css/scss/components/_spinner.scss +64 -0
- data/source/css/scss/components/_sprites.scss +3 -0
- data/source/css/scss/components/_sr-only.scss +10 -0
- data/source/css/scss/components/_tables.scss +62 -0
- data/source/css/scss/components/_tooltips.scss +93 -0
- data/source/css/scss/components/_users.scss +11 -0
- data/source/css/scss/components/_vertical-tabs.scss +129 -0
- data/source/css/scss/components/_video.scss +7 -0
- data/source/css/scss/ecosystem/_addons-card.scss +3 -0
- data/source/css/scss/ecosystem/_cards.scss +369 -0
- data/source/css/scss/ecosystem/_elements-brand.scss +32 -0
- data/source/css/scss/ecosystem/_elements.scss +4 -0
- data/source/css/scss/globals/_colors.scss +189 -0
- data/source/css/scss/globals/_mixins.scss +45 -0
- data/source/css/scss/globals/_variables.scss +87 -0
- data/source/css/scss/layout/_grid-settings.scss +13 -0
- data/source/css/scss/layout/_layout.scss +95 -0
- data/source/css/scss/page-elements/_headers.scss +3 -0
- data/source/css/scss/page-elements/_navigation.scss +254 -0
- data/source/css/scss/page-elements/_sections.scss +66 -0
- data/source/css/scss/page-elements/_sidebar.scss +34 -0
- data/source/css/shibori.scss +63 -0
- data/source/fonts/bentonsans/bentonsans-book.eot +0 -0
- data/source/fonts/bentonsans/bentonsans-book.svg +400 -0
- data/source/fonts/bentonsans/bentonsans-book.ttf +0 -0
- data/source/fonts/bentonsans/bentonsans-book.woff +0 -0
- data/source/fonts/bentonsans/bentonsans-medium.eot +0 -0
- data/source/fonts/bentonsans/bentonsans-medium.svg +416 -0
- data/source/fonts/bentonsans/bentonsans-medium.ttf +0 -0
- data/source/fonts/bentonsans/bentonsans-medium.woff +0 -0
- data/source/fonts/bentonsans/bentonsans-regular.eot +0 -0
- data/source/fonts/bentonsans/bentonsans-regular.svg +416 -0
- data/source/fonts/bentonsans/bentonsans-regular.ttf +0 -0
- data/source/fonts/bentonsans/bentonsans-regular.woff +0 -0
- data/source/fonts/hk-icon/hk-icon.eot +0 -0
- data/source/fonts/hk-icon/hk-icon.svg +261 -0
- data/source/fonts/hk-icon/hk-icon.ttf +0 -0
- data/source/fonts/hk-icon/hk-icon.woff +0 -0
- data/source/fonts/inconsolata/inconsolata-bold.eot +0 -0
- data/source/fonts/inconsolata/inconsolata-bold.svg +239 -0
- data/source/fonts/inconsolata/inconsolata-bold.ttf +0 -0
- data/source/fonts/inconsolata/inconsolata-bold.woff +0 -0
- data/source/fonts/inconsolata/inconsolata-regular.eot +0 -0
- data/source/fonts/inconsolata/inconsolata-regular.svg +239 -0
- data/source/fonts/inconsolata/inconsolata-regular.ttf +0 -0
- data/source/fonts/inconsolata/inconsolata-regular.woff +0 -0
- data/source/images/blockquote/close-sm.png +0 -0
- data/source/images/blockquote/close.png +0 -0
- data/source/images/blockquote/close@2x.png +0 -0
- data/source/images/blockquote/open-sm.png +0 -0
- data/source/images/blockquote/open.png +0 -0
- data/source/images/blockquote/open@2x.png +0 -0
- data/source/images/elements/heroku_suported.svg +32 -0
- data/source/images/forms/select-input-arrows.svg +8 -0
- data/source/js/init.js +26 -0
- data/source/js/main.js +22 -0
- data/source/js/vendor/bourbon-modal.js +17 -0
- data/source/js/vendor/fitvids.js +77 -0
- data/source/js/vendor/fixto.js +719 -0
- data/source/js/vendor/jquery-2.0.0b2.js +8690 -0
- data/source/js/vendor/modernizr.js +4 -0
- data/source/js/vendor/owl.carousel.js +3069 -0
- data/source/js/vendor/readmore.js +11 -0
- data/source/js/vendor/unslider.js +1 -0
- data/source/js/vendor/vertical-tabs.js +34 -0
- data/test/files/test.css +19 -0
- data/test/lineage_hunter_tests.js +262 -0
- data/test/list_item_hunter_tests.js +167 -0
- data/test/media_hunter_tests.js +74 -0
- data/test/object_factory_tests.js +62 -0
- data/test/parameter_hunter_tests.js +298 -0
- data/test/pattern_assembler_tests.js +43 -0
- data/test/patternlab_tests.js +8 -0
- metadata +320 -0
@@ -0,0 +1,239 @@
|
|
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="inconsolataregular" horiz-adv-x="1024" >
|
7
|
+
<font-face units-per-em="2048" ascent="1638" descent="-410" />
|
8
|
+
<missing-glyph horiz-adv-x="500" />
|
9
|
+
<glyph horiz-adv-x="0" />
|
10
|
+
<glyph unicode="
" horiz-adv-x="681" />
|
11
|
+
<glyph unicode=" " />
|
12
|
+
<glyph unicode="!" d="M369 96q0 49 35.5 86t84.5 37t86 -37t37 -86q0 -47 -36.5 -83t-86.5 -36q-49 0 -84.5 35t-35.5 84zM389 1217q0 72 28 111.5t77 39.5q47 0 75.5 -40t28.5 -132q0 -23 -2 -54.5t-6 -72.5l-10 -106l-37 -566h-103l-30 566q-2 33 -5.5 68.5t-6.5 69.5t-6 64.5t-3 51.5z" />
|
13
|
+
<glyph unicode=""" d="M227 870l45 140q10 31 15.5 58t5.5 54l-14 129q0 57 26.5 85t61.5 28t63.5 -30.5t28.5 -98.5q0 -70 -68 -256l-49 -135zM582 870l45 140q18 61 18 112l-12 129q0 57 26.5 85t61.5 28t63.5 -30.5t28.5 -98.5q0 -63 -70 -256l-49 -135z" />
|
14
|
+
<glyph unicode="#" d="M51 391l8 92h203l41 351h-223l6 94h227l41 350l125 4l-43 -350h226l40 342l127 2l-41 -340h187l-12 -96h-187l-43 -346h203l-10 -93h-203l-45 -372l-125 -9l45 375h-227l-43 -366l-121 -2l43 364h-199zM383 487h225l43 349h-227z" />
|
15
|
+
<glyph unicode="$" d="M123 193l88 122q8 -6 8 -20t6 -23q102 -111 256 -125v451q-160 53 -239.5 128t-79.5 187q0 55 23.5 105.5t65.5 89.5t100.5 65.5t129.5 36.5v123h131q2 -2 2 -6t-6 -13t-8 -24v-78q193 -23 305 -157l-88 -111q-10 4 -11 18.5t-11 24.5q-72 84 -195 105v-396 q88 -29 152.5 -59.5t106.5 -68.5t62.5 -86t20.5 -111q0 -59 -23.5 -114.5t-67.5 -101.5t-107.5 -79t-143.5 -43v-129h-119v125q-221 16 -358 164zM297 930q0 -117 184 -191v355q-92 -10 -138 -57.5t-46 -106.5zM600 152q98 18 153.5 78.5t55.5 131.5q0 74 -49 118t-160 79 v-407z" />
|
16
|
+
<glyph unicode="%" d="M57 1032q0 55 18.5 104.5t49.5 85t73 56t89 20.5t89 -20.5t72.5 -57t49 -86t18.5 -104.5q0 -117 -65.5 -191.5t-163.5 -74.5q-47 0 -89 20.5t-73 56.5t-49.5 85t-18.5 106zM94 0l707 1276h137l-713 -1276h-131zM182 1032q0 -86 33 -123t72 -37t69.5 36t30.5 124 t-32.5 124t-71.5 36q-37 0 -69 -36t-32 -124zM530 244q0 55 18.5 104t49.5 85t73 56.5t89 20.5t89 -20.5t72.5 -57.5t48 -85t17.5 -103t-18.5 -104.5t-49 -84.5t-71.5 -55t-88 -20t-89 20t-73 55t-49.5 84t-18.5 105zM651 246q0 -88 35 -126t76 -38t72.5 39t31.5 121 q0 84 -35 125q-35 39 -73 39q-41 0 -74 -37t-33 -123z" />
|
17
|
+
<glyph unicode="&" d="M74 289q0 129 70.5 238.5t187.5 174.5q-145 176 -146 318q0 57 22.5 106.5t60.5 85t89.5 56t108.5 20.5q61 0 112.5 -22.5t88.5 -60.5t56 -86t19 -99t-16 -102.5t-46 -97.5t-70 -84t-89 -60l230 -322q29 35 58.5 86.5t35.5 96.5l-2 24q0 12 8 21l133 -93 q-70 -123 -156 -237l144 -186l-121 -91l-113 181q-63 -80 -154 -128t-192 -48q-70 0 -128 24.5t-101 66.5t-66.5 98t-23.5 120zM229 311q0 -43 14.5 -78.5t39 -63.5t56.5 -43t69 -15q33 0 67.5 10t64 25.5t54 35t39.5 35.5l31 35l-261 354q-82 -51 -128 -133t-46 -162z M328 1018q0 -98 125 -254q74 35 114.5 105.5t40.5 138.5t-42 113.5t-97 45.5q-57 0 -99 -40.5t-42 -108.5z" />
|
18
|
+
<glyph unicode="'" d="M422 870l45 140q10 31 15 58t5 54l-14 129q0 57 26.5 85t61.5 28t63.5 -30.5t28.5 -98.5q-2 -35 -17 -98.5t-50 -157.5l-51 -135z" />
|
19
|
+
<glyph unicode="(" d="M285 528q0 139 35.5 267.5t103.5 238t163 193.5t216 137l61 -125q-12 -4 -16 -4l-23 2q-6 0 -18 -6q-180 -106 -280.5 -289.5t-100.5 -417.5q0 -115 30.5 -226.5t88 -212.5t140.5 -186t185 -145l-65 -108q-123 63 -219.5 156.5t-163 208t-102 246.5t-35.5 271z" />
|
20
|
+
<glyph unicode=")" d="M147 -233q104 55 187.5 134t143 176t91 205.5t31.5 223.5t-31.5 223.5t-89 202.5t-139.5 172t-180 131l39 127q123 -57 225 -146.5t173 -201t109.5 -239.5t38.5 -263q0 -137 -39.5 -267t-112.5 -244t-176.5 -206t-230.5 -151z" />
|
21
|
+
<glyph unicode="*" d="M84 723l53 133l332 -156l-33 363h166q-2 -12 -6 -27.5t-6 -27.5l-31 -308l326 148l53 -125l-350 -107l258 -309l-113 -88l-221 340l-229 -342l-111 90l266 307z" />
|
22
|
+
<glyph unicode="+" d="M92 596v125h363v350h129v-350h350v-125h-350v-383h-129v383h-363z" />
|
23
|
+
<glyph unicode="," d="M338 -283q57 53 95 115t38 100q0 20 -16.5 38t-36 34t-35.5 37.5t-16 48.5q0 51 33.5 86t86.5 35t96.5 -47t43.5 -123q0 -162 -219 -385z" />
|
24
|
+
<glyph unicode="-" d="M145 575v138h738v-138h-738z" />
|
25
|
+
<glyph unicode="." d="M367 94q0 49 36.5 84t83.5 35t86 -35q37 -37 37 -84t-35.5 -82t-87.5 -35q-51 0 -85.5 34t-34.5 83z" />
|
26
|
+
<glyph unicode="/" d="M131 -27l641 1389l123 -64l-643 -1384z" />
|
27
|
+
<glyph unicode="0" d="M102 627q0 145 34 266t91.5 208t131 135t151.5 48q160 0 281 -170q59 -80 95 -209t36 -289q0 -162 -36 -281.5t-94.5 -199.5t-132 -119t-149.5 -39q-78 0 -151.5 47.5t-131 132.5t-91.5 204.5t-34 265.5zM236 653q0 -127 28 -241l451 581q-41 82 -94.5 124t-108.5 42 q-51 0 -101.5 -37t-89 -102.5t-62 -159.5t-23.5 -207zM311 283q49 -92 103.5 -133t107.5 -41q55 0 103.5 33.5t84 97t57 154.5t21.5 206q0 72 -6 135.5t-20 120.5z" />
|
28
|
+
<glyph unicode="1" d="M180 1104l334 174h98v-1278h-141v1100l-258 -76z" />
|
29
|
+
<glyph unicode="2" d="M150 0v90q76 150 163.5 258.5t169.5 181.5l99 91q51 47 82.5 87t50 76.5t24.5 70.5t6 69q0 45 -18 87t-52 75.5t-76 53t-87 19.5q-53 0 -95 -15.5t-74 -37t-50.5 -45t-20.5 -41.5q-4 -18 -8 -25l-104 82q55 98 150.5 152.5t205.5 54.5q76 0 143.5 -27.5t118.5 -77 t80 -115t29 -138.5q0 -59 -17.5 -112.5t-46 -101.5t-66.5 -92.5t-79 -80.5l-123 -115q-27 -25 -59.5 -58.5t-64.5 -72.5t-62.5 -82t-53.5 -86h535q10 0 21.5 9t21.5 9h6v-143h-749z" />
|
30
|
+
<glyph unicode="3" d="M141 123l109 129q8 -8 12 -27.5t14 -31.5l29 -27q16 -16 66.5 -36.5t103.5 -20.5q55 0 102.5 20.5t82 56t54 83.5t19.5 102q0 111 -83 175t-218 64q-16 0 -31.5 -1t-31.5 -3v115q94 0 157.5 19.5t103.5 52t57.5 76.5t17.5 96q0 37 -16.5 70.5t-45.5 59t-70 42t-90 16.5 q-131 0 -219 -98l-80 88q125 137 305 137q74 0 138.5 -25.5t111.5 -70.5t75 -103.5t28 -124.5q0 -92 -52.5 -167.5t-138.5 -108.5q98 -35 158.5 -125t60.5 -205q0 -76 -27.5 -143.5t-79.5 -118.5t-128 -81t-172 -30q-188 0 -322 146z" />
|
31
|
+
<glyph unicode="4" d="M98 354v105l543 819h121v-799h164v-127h-164v-352h-150v354h-514zM240 479h374v572z" />
|
32
|
+
<glyph unicode="5" d="M131 174l127 94q10 -6 11 -24.5t3 -22.5q8 -14 29 -34.5t52.5 -39t73.5 -32t91 -13.5t94 21.5t79 60.5t54.5 95.5t20.5 128.5t-20.5 128t-56.5 95t-83 59.5t-102 20.5q-66 0 -129.5 -32t-110.5 -89l-90 37l43 649h647v-129h-526l-21 -367q100 49 209 49q82 0 153 -29.5 t123 -86t80.5 -135t28.5 -177.5q0 -98 -30.5 -177t-85 -134t-127 -84t-158.5 -29q-117 0 -216 51.5t-163 145.5z" />
|
33
|
+
<glyph unicode="6" d="M137 582q0 172 32 304t91 222t142.5 136t185.5 46q160 0 280 -116l-100 -109q-18 16 -24.5 35.5t-28.5 27.5q-31 20 -62.5 27.5t-60.5 7.5q-41 0 -95.5 -19.5t-101.5 -72.5t-80.5 -150.5t-35.5 -250.5q43 72 115.5 112.5t154.5 40.5q72 0 135.5 -29.5t111.5 -85 t75.5 -132t27.5 -170.5t-28.5 -173t-78 -135.5t-116 -87t-141.5 -30.5q-96 0 -170 41.5t-124.5 119.5t-77 189.5t-26.5 251.5zM285 477q0 -80 19.5 -147.5t54 -116.5t81.5 -78t101 -29q88 0 153.5 76t65.5 221q0 78 -20.5 133.5t-52.5 91.5t-72 53t-78 17q-74 0 -141.5 -50 t-108.5 -122q-2 -12 -2 -24.5v-24.5z" />
|
34
|
+
<glyph unicode="7" d="M162 1141v135h723v-80q-129 -295 -241 -592t-206 -604h-162q98 293 205 575.5t226 565.5h-545z" />
|
35
|
+
<glyph unicode="8" d="M123 322q0 111 69.5 207t186.5 149q-88 45 -141.5 126t-53.5 173q0 66 27 123t74 100t108.5 67.5t132.5 24.5q72 0 133.5 -23.5t105.5 -65.5t69.5 -97.5t25.5 -116.5q0 -92 -55 -175t-148 -132q111 -51 178.5 -146.5t67.5 -205.5q0 -74 -30.5 -138.5t-83 -111.5 t-124 -73.5t-153.5 -26.5t-153.5 26.5t-124 72.5t-82 108.5t-29.5 134.5zM270 336q0 -47 19.5 -88t53.5 -72t78 -49t95 -18t95 17t77 47t51.5 70t18.5 87q0 94 -74 173t-199 118q-92 -39 -153.5 -116t-61.5 -169zM322 991q-1 -61 34 -112q25 -41 65 -71t91 -56l35 -19 q76 41 125 110.5t49 141.5q0 37 -15.5 69.5t-43 59.5t-64.5 42t-80 15t-79 -15t-62.5 -39.5t-40.5 -57.5t-14 -68z" />
|
36
|
+
<glyph unicode="9" d="M139 868q0 90 29 167t79 133.5t116.5 88t142.5 31.5q186 0 287.5 -160.5t101.5 -515.5q0 -162 -36 -280.5t-97.5 -195.5t-143.5 -115.5t-174 -40.5q-164 0 -282 116l100 109q10 -6 17.5 -24.5t15.5 -24.5q59 -47 145 -47q154 0 229.5 115.5t84.5 375.5q-45 -63 -115 -100 t-150 -37q-72 0 -135 29.5t-111 83t-76 128t-28 164.5zM279 870q0 -66 18 -118t48 -88.5t68 -56t79 -19.5q82 0 146 41.5t107 113.5q2 16 2.5 32t0.5 32q0 80 -19.5 145.5t-52.5 111.5t-76 71.5t-88 25.5q-104 0 -168.5 -77.5t-64.5 -213.5z" />
|
37
|
+
<glyph unicode=":" d="M367 94q0 49 36.5 84t83.5 35t86 -35q37 -37 37 -84t-35.5 -82t-87.5 -35q-51 0 -85.5 34t-34.5 83zM367 748q0 49 36.5 83.5t83.5 34.5t86 -35q37 -37 37 -83q0 -47 -36.5 -82t-86.5 -35q-47 0 -83.5 34.5t-36.5 82.5z" />
|
38
|
+
<glyph unicode=";" d="M338 -283q57 53 95 115t38 100q0 20 -16.5 38t-36 34t-35.5 37.5t-16 48.5q0 51 33.5 86t86.5 35t96.5 -47t43.5 -123q0 -162 -219 -385zM367 748q0 49 36.5 83.5t83.5 34.5t86 -35q37 -37 37 -83q0 -47 -36.5 -82t-86.5 -35q-47 0 -83.5 34.5t-36.5 82.5z" />
|
39
|
+
<glyph unicode="<" d="M72 606v99l866 456v-145l-711 -363l717 -401v-156z" />
|
40
|
+
<glyph unicode="=" d="M92 348v125h842v-125h-842zM92 772v125h842v-125h-842z" />
|
41
|
+
<glyph unicode=">" d="M82 96v156l715 401l-711 363v145l868 -456v-99z" />
|
42
|
+
<glyph unicode="?" d="M131 1149q66 100 172.5 156.5t222.5 56.5q82 0 148.5 -28.5t114 -78t74 -115t26.5 -139.5q0 -57 -14.5 -101t-36 -79t-50 -61.5t-57.5 -50.5l-45 -37q-59 -47 -73.5 -95.5t-14.5 -113.5v-84h-135v84q0 43 3 77.5t16.5 68.5t41 72t76.5 87q72 72 99.5 129t27.5 115 q0 45 -16.5 85t-45 69.5t-66.5 46t-81 16.5q-86 0 -160.5 -48t-121.5 -130zM414 90q0 47 35.5 83t85.5 36q47 0 86 -35q35 -39 34 -84q0 -47 -35.5 -82t-84.5 -35t-85 35t-36 82z" />
|
43
|
+
<glyph unicode="@" d="M63 641q0 170 44.5 294t115 204t157.5 118.5t175 38.5q86 0 158.5 -29.5t126 -93t83 -163t29.5 -236.5v-416h-123v78q-80 -94 -198 -94q-59 0 -108.5 21.5t-86.5 57.5t-57.5 81t-20.5 94q0 150 103.5 231.5t331.5 81.5h30q0 57 -21.5 107.5t-59 88.5t-88 59.5 t-105.5 21.5q-66 0 -131.5 -32t-117.5 -97.5t-85 -168t-33 -245.5q0 -139 38 -242.5t99.5 -171t139.5 -101.5t157 -34q117 0 220 68l55 -101q-133 -84 -287 -84q-102 0 -198.5 40t-173 121t-123 206t-46.5 297zM485 625q0 -78 47.5 -124t104.5 -46q117 0 154.5 76.5 t37.5 236.5v39h-34q-160 0 -235 -51t-75 -131z" />
|
44
|
+
<glyph unicode="A" d="M31 0l450 1298h17l491 -1298h-147l-142 373h-405l-123 -373h-141zM324 483h344l-181 488z" />
|
45
|
+
<glyph unicode="B" d="M98 0v1276h363q111 0 191.5 -21.5t129.5 -64.5t76 -99.5t27 -123.5q0 -90 -49.5 -170t-139.5 -113q53 -18 97.5 -52t77 -77t49 -93t16.5 -104q0 -162 -114.5 -260t-362.5 -98h-361zM240 125h243q164 0 228.5 68.5t72.5 173.5q-4 57 -22.5 104t-56 83t-102 54.5 t-154.5 18.5h-209v-502zM240 748h200q86 0 141.5 15t89.5 41.5t50 64.5t20 81q-4 43 -19 80t-48 64.5t-84 44t-127 16.5h-223v-407z" />
|
46
|
+
<glyph unicode="C" d="M84 631q0 188 45 314t119 202t156.5 107.5t160.5 31.5q63 0 124 -18.5t113 -51t93 -78.5t66 -104l-138 -67q-8 6 -8 20q0 25 -6 37q-41 68 -106.5 107.5t-139.5 39.5q-70 0 -131 -35.5t-108.5 -104t-74 -167t-26.5 -223.5q0 -121 26.5 -220t75 -170t113 -110t137.5 -39 q76 0 147 42t114 114l106 -70q-31 -51 -74 -90t-91 -65.5t-96 -39.5t-97 -13q-111 0 -196 37.5t-155.5 117.5t-109.5 203t-39 293z" />
|
47
|
+
<glyph unicode="D" d="M111 -2v1278h297q164 0 255 -45t154.5 -129t94 -203t30.5 -268q0 -147 -37 -264t-101.5 -200t-166.5 -126t-254 -43h-272zM246 111h131q219 0 320.5 132t101.5 380q-2 250 -93.5 391t-306.5 141h-153v-1044z" />
|
48
|
+
<glyph unicode="E" d="M121 0v1278h782v-127h-647v-420h535v-131h-535v-473h641v-127h-776z" />
|
49
|
+
<glyph unicode="F" d="M160 0v1278h735v-125h-592v-401h477v-125h-477v-627h-143z" />
|
50
|
+
<glyph unicode="G" d="M74 623q0 201 50 336t130 205.5t163 97t150 26.5q117 0 217.5 -58.5t153.5 -154.5l-100 -102q-12 8 -27 39q-31 68 -95.5 109.5t-150.5 41.5q-59 0 -121.5 -24.5t-113.5 -84t-83 -156.5t-32 -245q0 -133 26.5 -235.5t73.5 -171t112 -104.5t140 -36q133 0 242 78v303h-231 v125h364v-499q-182 -133 -375 -133q-115 0 -206 46t-155.5 130t-98 202.5t-33.5 264.5z" />
|
51
|
+
<glyph unicode="H" d="M111 0v1276h159q2 -2 2 -6q0 -6 -5 -16.5t-7 -26.5v-498h500v547h155q2 -2 3 -6q0 -8 -6.5 -17.5t-8.5 -21.5v-1233h-145v610h-498v-608h-149z" />
|
52
|
+
<glyph unicode="I" d="M166 -2v121h252v1036h-238v121h633v-121h-252v-1038h264v-119h-659z" />
|
53
|
+
<glyph unicode="J" d="M100 119l97 117q6 -6 7 -19.5t7 -21.5l25 -25q8 -10 26.5 -21.5t42 -20.5t48 -16.5t48.5 -7.5q102 0 149.5 72t47.5 250v729h-246v121h584v-121h-197v-727q0 -125 -23.5 -209t-74.5 -139t-110.5 -79t-129.5 -24q-182 0 -301 142z" />
|
54
|
+
<glyph unicode="K" d="M86 0v1278h172q0 -12 -9 -25.5t-9 -27.5v-537l532 598q45 -10 107 -10h53l-483 -551l516 -725l-185 -8l-440 647l-100 -111v-528h-154z" />
|
55
|
+
<glyph unicode="L" d="M135 0v1276h168q0 -14 -9 -32.5t-9 -37.5v-1081h614v-125h-764z" />
|
56
|
+
<glyph unicode="M" d="M84 0v1276h113l315 -625l322 627h108v-1278h-135v963l-277 -514h-55l-258 507v-956h-133z" />
|
57
|
+
<glyph unicode="N" d="M102 0v1276h140l536 -946v948h152q0 -12 -7.5 -26.5t-7.5 -28.5v-1223h-112l-563 1004v-1004h-138z" />
|
58
|
+
<glyph unicode="O" d="M59 641q0 147 34 268t95.5 205t147.5 130t188 46q90 0 168 -39t142.5 -117.5t97.5 -201.5t33 -293q0 -184 -39 -310t-102.5 -204t-142.5 -111.5t-161 -33.5q-104 0 -189 48t-145.5 135t-93.5 209t-33 269zM201 653q0 -141 29.5 -249.5t76.5 -167.5q96 -115 213 -115 q55 0 108.5 23.5t97.5 83t69.5 159.5t25.5 256q0 152 -28.5 249t-72.5 154.5t-92 83t-104 25.5h-9q-57 -1 -107 -23q-54 -24 -101 -79.5t-76.5 -151.5t-29.5 -248z" />
|
59
|
+
<glyph unicode="P" d="M121 0v1276h409q106 0 181 -27.5t123.5 -78t72 -116t27.5 -139.5q-4 -74 -27.5 -138t-69.5 -111.5t-119 -75t-177 -27.5h-273v-563h-147zM268 690h256q139 0 197.5 60.5t64.5 160.5q-4 47 -19 89t-46 73t-79 49.5t-116 18.5h-258v-451z" />
|
60
|
+
<glyph unicode="Q" d="M59 631q0 193 44 319.5t112 200.5t147.5 106.5t151.5 32.5q88 0 169 -36.5t147.5 -117.5t100.5 -202t34 -297q0 -283 -95.5 -446.5t-281.5 -204.5q4 -68 34.5 -111t116.5 -43q10 0 33 2t49.5 3t50 3t33.5 2l-4 -139h-80q-100 0 -168.5 10.5t-110.5 47t-60.5 91 t-18.5 134.5q-78 10 -149.5 54t-129 124t-91.5 195.5t-34 271.5zM199 662q0 -123 21.5 -223.5t63.5 -172t104.5 -112.5t135.5 -41q51 0 105.5 25.5t99.5 84t71.5 151.5t26.5 228q0 172 -28.5 280.5t-78.5 170t-103.5 85t-102.5 23.5q-61 0 -114.5 -30.5t-94.5 -77.5 q-106 -121 -106 -391z" />
|
61
|
+
<glyph unicode="R" d="M115 0v1276h377q225 0 324 -100.5t99 -264.5q0 -55 -18 -109t-52 -101.5t-82 -82t-108 -49.5l295 -569h-159l-283 563h-248v-563h-145zM260 690h248q137 0 198.5 60.5t61.5 160.5q0 49 -16.5 90t-46 72t-78.5 49.5t-119 18.5h-248v-451z" />
|
62
|
+
<glyph unicode="S" d="M106 143l84 148q10 -6 10.5 -20.5t6.5 -22.5q47 -59 127 -99t192 -40q57 0 105.5 19t83.5 51t55.5 76t20.5 93q0 39 -13.5 71t-44.5 59.5t-87 55t-148 64.5q-100 39 -167 79t-108 81t-58.5 88t-17.5 102q0 70 30 131.5t82 107.5t124 71.5t154 25.5q104 0 196 -42 t158 -118l-90 -123q-10 4 -11.5 17.5t-5.5 19.5q-39 57 -105.5 92t-164.5 35q-94 0 -156.5 -55t-62.5 -131q0 -45 15.5 -78t47 -63.5t93 -62.5t159.5 -70q94 -39 155.5 -77t98.5 -81t52.5 -91t15.5 -108q0 -66 -24.5 -132t-77 -118.5t-132.5 -85t-192 -32.5q-248 0 -400 163 z" />
|
63
|
+
<glyph unicode="T" d="M63 1149v129h885v-129h-377v-1149h-145v1149h-363z" />
|
64
|
+
<glyph unicode="U" d="M102 440v836h162q2 0 2 -4q0 -8 -9 -23.5t-13 -38.5v-772q0 -106 20.5 -164.5t57 -96.5t87 -56.5t107.5 -22.5q57 4 107.5 20.5t88.5 56.5t59.5 99.5t21.5 169.5v832h137v-830q0 -125 -28 -210.5t-85 -143t-133 -86.5t-170 -29q-92 0 -168 29t-130 84t-84 135t-30 215z " />
|
65
|
+
<glyph unicode="V" d="M51 1278h150l327 -981l310 979h141l-428 -1284h-66z" />
|
66
|
+
<glyph unicode="W" d="M35 1276h133l137 -862l205 768h45l207 -772l117 866h120l-202 -1284h-56l-219 842l-223 -842h-59z" />
|
67
|
+
<glyph unicode="X" d="M84 0l348 651l-342 627h154l268 -485l264 485h144l-324 -625l362 -653h-161l-283 506l-274 -506h-156z" />
|
68
|
+
<glyph unicode="Y" d="M57 1276h164l314 -619l282 619h152l-363 -772v-504h-155v504z" />
|
69
|
+
<glyph unicode="Z" d="M102 0v100l643 1047h-618v129h788v-100l-632 -1049h602q14 0 31.5 6t31.5 6v-139h-846z" />
|
70
|
+
<glyph unicode="[" d="M268 -182v1554h586v-123h-455v-1315h457v-116h-588z" />
|
71
|
+
<glyph unicode="\" d="M131 1298l121 64l643 -1389l-121 -59z" />
|
72
|
+
<glyph unicode="]" d="M170 -66h457v1315h-455v123h584v-1554h-586v116z" />
|
73
|
+
<glyph unicode="^" d="M190 752l314 524h45l276 -522l-108 -52l-199 359l-225 -359z" />
|
74
|
+
<glyph unicode="_" d="M72 -39h882v-125h-882v125z" />
|
75
|
+
<glyph unicode="`" d="M285 1323l106 51l53 -135q25 -63 59 -99t60.5 -61.5t46 -53.5t19.5 -60q-2 -41 -29 -58.5t-49 -17.5q-23 0 -41 7t-46 32.5t-58.5 86t-69.5 171.5z" />
|
76
|
+
<glyph unicode="a" d="M100 238q0 141 122 223t351 90h177v35q0 139 -58.5 194.5t-181.5 55.5q-152 0 -252 -105l-72 94q125 131 334 131q172 0 271.5 -87t99.5 -289v-580h-139v102q-150 -125 -336 -125q-74 0 -132.5 23t-99.5 59.5t-62.5 83.5t-21.5 95zM248 250q0 -66 57 -113t141 -47 q61 0 110.5 19.5t86.5 47t59.5 57.5t32.5 52q20 41 21 111v61h-35q-29 0 -54.5 1t-50.5 1q-113 0 -184.5 -15t-112 -42t-56 -60.5t-15.5 -72.5z" />
|
77
|
+
<glyph unicode="b" d="M123 0v1362h172v-4q0 -10 -11.5 -19.5t-11.5 -21.5v-524q45 76 122 120.5t157 44.5q78 0 147.5 -29.5t122.5 -90t84 -150.5t31 -211q0 -127 -34 -220t-89 -155.5t-125 -93.5t-143 -31q-86 0 -158 39t-119 107l-51 -123h-94zM272 496q0 -86 4.5 -145.5t16.5 -99.5 t32.5 -65t53.5 -43q39 -20 69.5 -27t57.5 -7q41 0 90 15t91 54t69.5 104.5t27.5 166.5q0 186 -75.5 284t-219.5 98q-51 0 -108 -36.5t-84 -98.5q-25 -61 -25 -200z" />
|
78
|
+
<glyph unicode="c" d="M115 467q0 104 34.5 194.5t97 155t149.5 101t190 36.5q111 0 202 -46t148 -128l-105 -121q-10 6 -9 13.5t-2 20t-15 30.5t-49 49q-70 57 -191 57q-59 0 -113.5 -24.5t-95.5 -70.5t-65.5 -110.5t-24.5 -144.5t24.5 -147.5t67.5 -116.5t102.5 -76.5t131.5 -27.5 q141 0 244 114l86 -100q-139 -147 -342 -148q-100 0 -185.5 37t-148 102.5t-97 154.5t-34.5 196z" />
|
79
|
+
<glyph unicode="d" d="M92 477q0 129 35 220t91 149.5t126 86.5t141 28q98 0 169 -44t106 -118v563h158q0 -12 -10.5 -27.5t-10.5 -29.5l2 -1219q0 -49 10 -86h-147q-8 25 -8 70v80q-45 -78 -123 -124t-158 -46q-78 0 -146.5 30.5t-120.5 92t-83 154.5t-31 220zM236 500q0 -176 67.5 -283.5 t198.5 -107.5q31 0 65.5 11t65.5 33.5t55.5 53.5t36.5 69q23 74 23 197q0 78 -6.5 130t-19.5 89t-33.5 60.5t-51.5 42.5q-37 23 -68.5 34t-60.5 11q-59 0 -101 -16.5t-83 -53.5q-88 -80 -88 -270z" />
|
80
|
+
<glyph unicode="e" d="M100 465q0 119 34 211t92.5 154.5t136 95t167.5 32.5q74 0 143.5 -26.5t122 -80.5t84 -138t31.5 -199q0 -16 -1 -33.5t-3 -34.5h-665q4 -98 33.5 -164.5t74.5 -107.5t100.5 -58.5t110.5 -17.5q145 0 242 105l82 -80q-119 -143 -328 -143q-102 0 -187 31.5t-144.5 93 t-92.5 152.5t-33 208zM248 561h514q0 8 1 15.5t1 17.5q0 51 -19.5 97t-52.5 80t-77 54.5t-95 20.5q-96 0 -174 -69t-98 -216z" />
|
81
|
+
<glyph unicode="f" d="M129 764v117h203v92q0 109 27.5 185.5t80 123.5t118.5 69.5t144 22.5q178 0 287 -129l-67 -135q-16 0 -16.5 16.5t-4.5 24.5q-33 47 -87 76.5t-118 29.5q-53 0 -92 -15t-69.5 -50t-46 -94.5t-15.5 -145.5v-71h307v-117h-307v-764h-141v764h-203z" />
|
82
|
+
<glyph unicode="g" d="M78 -131q0 111 153 207q-75 38 -75 127q0 90 106 178q-66 43 -102.5 110.5t-36.5 143.5q0 70 28.5 130t76.5 105t110.5 71t128.5 26q137 0 227 -90q98 84 234 84h26l19 -121q-14 2 -27.5 3t-27.5 1q-90 0 -162 -45q47 -72 47 -158q0 -66 -26.5 -124t-73 -102t-107.5 -70 t-131 -26q-57 0 -119 23q-65 -62 -65 -105q0 -36 39.5 -55.5t109.5 -19.5q39 0 79 3t75 3q92 0 158.5 -17.5t107.5 -49t61.5 -74.5t20.5 -93q0 -55 -26.5 -107t-80 -92t-134.5 -63.5t-189 -23.5q-113 0 -194 17.5t-130 48t-74.5 70.5t-25.5 85zM213 -94q0 -41 23.5 -68.5 t63.5 -45t94.5 -26t113.5 -8.5q125 0 207 45t82 121q-4 55 -46 86t-133 31q-10 0 -20 -1t-20 -1q-78 0 -139.5 3t-108.5 7q-117 -66 -117 -143zM258 643q0 -41 16.5 -79t44 -65.5t65.5 -44t79 -16.5q43 0 80 16.5t65.5 45t45 65.5t16.5 78t-16.5 79t-45 66.5t-66.5 45 t-79 16.5q-85 -1 -146 -62q-31 -31 -45 -67.5t-14 -77.5z" />
|
83
|
+
<glyph unicode="h" d="M143 0v1362h170q0 -2 1 -2t1 -2q0 -6 -9 -17.5t-13 -27.5v-543q55 86 138 137t169 51q63 0 115.5 -21.5t91.5 -68.5t59.5 -120.5t20.5 -180.5v-567h-146v563q0 147 -50 206.5t-122 59.5q-47 0 -94 -20.5t-91 -57t-67.5 -90t-23.5 -122.5v-539h-150z" />
|
84
|
+
<glyph unicode="i" d="M205 0v119h239v698h-227v119h375v-817h219v-119h-606zM416 1240q0 43 30 73t71 30h3q43 0 75 -31.5t32 -74.5t-32 -73.5t-75 -30.5t-73.5 30.5t-30.5 76.5z" />
|
85
|
+
<glyph unicode="j" d="M98 -225l97 127q10 -10 11 -20.5t7 -23t24.5 -27.5t61.5 -38q43 -22 92 -22h4q92 0 151.5 62.5t59.5 203.5v778h-348v121h498v-891q0 -106 -29 -181t-79 -122t-117.5 -70.5t-145.5 -27.5q-180 0 -287 131zM575 1237q0 45 31 76q30 30 73 30h3q43 0 74.5 -30.5t31.5 -75.5 q0 -43 -31.5 -73.5t-74.5 -30.5t-75 30.5t-32 73.5z" />
|
86
|
+
<glyph unicode="k" d="M135 0v1362h168q0 -12 -9 -26.5t-9 -26.5v-803l469 434q47 -10 108 -10h53l-393 -371l459 -559l-190 -8l-383 477l-123 -115v-354h-150z" />
|
87
|
+
<glyph unicode="l" d="M162 0v119h276v1124h-264v119h414v-1243h274v-119h-700z" />
|
88
|
+
<glyph unicode="m" d="M78 0v936h135v-92q33 51 84 82.5t109 31.5q59 0 105 -38.5t58 -98.5q27 61 84.5 99t124.5 38q96 0 142 -68q42 -63 41 -155v-16v-719h-136v664q0 63 -6 100t-20.5 56.5t-28.5 24.5t-37 5q-27 0 -53.5 -21.5t-47 -54.5t-32.5 -75t-12 -81v-618h-137v651q0 117 -21.5 156 t-75.5 39q-49 0 -95 -58.5t-46 -162.5v-625h-135z" />
|
89
|
+
<glyph unicode="n" d="M139 0v936h152v-166q53 86 136 137t169 51q61 0 114.5 -21.5t92.5 -68.5t60.5 -120.5t21.5 -180.5v-567h-146v563q0 147 -50 206.5t-122 59.5q-47 0 -96 -20.5t-89 -58t-65.5 -91t-25.5 -120.5v-539h-152z" />
|
90
|
+
<glyph unicode="o" d="M82 463q0 104 36 196.5t96 157t140 102t166 37.5t163 -33.5t134 -97t91 -154.5t34 -204q0 -115 -32.5 -205t-90 -154.5t-135.5 -98.5t-166 -34q-90 0 -169 37t-138 101.5t-94 154.5t-35 195zM238 471q0 -82 22.5 -149.5t60 -116.5t89 -76t108.5 -27t107.5 24t88.5 70 t59.5 113.5t21.5 153.5q0 88 -23.5 156.5t-62.5 115.5t-89.5 71.5t-105.5 24.5t-105.5 -24.5t-88 -71.5t-60 -113.5t-22.5 -150.5z" />
|
91
|
+
<glyph unicode="p" d="M123 -342v1278h149v-143q47 76 126 119.5t159 43.5q78 0 148.5 -29.5t125 -89t86 -149.5t31.5 -213t-33.5 -217t-89 -156.5t-126 -94.5t-144.5 -32q-86 0 -159.5 39t-121.5 109v-465h-151zM272 389q4 -152 70 -217.5t162 -65.5q51 0 102 16.5t94 56.5t69 105.5t26 164.5 q0 180 -75 279t-210 103q-41 0 -84 -14t-77 -49t-55.5 -93.5t-21.5 -144.5v-141z" />
|
92
|
+
<glyph unicode="q" d="M86 479q0 113 33 202t89 151.5t131 95.5t159 33q172 0 254 -138q14 -20 14 -24v137h139v-1278h-147v492q-43 -78 -121 -124t-166 -46q-80 0 -150.5 35.5t-123 101t-82 158t-29.5 204.5zM236 489q0 -90 21.5 -160.5t58 -119.5t85 -74.5t103.5 -25.5q117 0 183.5 88 t66.5 284q0 201 -69.5 280t-186.5 79q-53 0 -100.5 -21.5t-83 -64.5t-57 -109.5t-21.5 -155.5z" />
|
93
|
+
<glyph unicode="r" d="M203 -2v938h153l-4 -180q43 98 136.5 150t199.5 52q152 0 250 -102l-68 -141q-23 31 -41 51t-39.5 34.5t-47 22.5t-62.5 8q-68 0 -127 -31.5t-103 -83.5t-71 -120t-27 -141v-457h-149z" />
|
94
|
+
<glyph unicode="s" d="M117 127l84 147q6 -6 8 -19t14.5 -31.5t45 -42t100.5 -52.5q31 -14 69.5 -20.5t77.5 -6.5q41 0 83 10.5t76 30t54.5 47t20.5 62.5q0 53 -49.5 90t-180.5 76q-90 27 -119 37q-74 29 -106.5 50t-59 51t-43 68t-16.5 83q0 49 26.5 94t75 79.5t115 56t144.5 21.5 q215 0 348 -147l-86 -129q-10 2 -10.5 16.5t-4.5 20.5q-37 47 -104.5 87t-153.5 40q-39 0 -74.5 -9.5t-63.5 -25.5t-44 -42t-16 -58q0 -25 12 -44.5t39 -38t75 -37t126 -40.5q176 -47 248.5 -111.5t72.5 -158.5q0 -61 -26.5 -116.5t-78 -96.5t-123 -64.5t-161.5 -23.5 q-236 0 -395 147z" />
|
95
|
+
<glyph unicode="t" d="M143 815v121h226l16 250l162 26q0 -18 -5 -32.5t-7 -22.5l-25 -221h307v-121h-307q-18 -182 -18 -342q0 -98 4 -165.5t21.5 -106.5t50 -60.5t87.5 -21.5q94 0 209 84l45 -117q-141 -104 -291 -104q-146 0 -214 89q-62 82 -62 257v32q0 74 4 189t16 266h-219z" />
|
96
|
+
<glyph unicode="u" d="M127 414l2 522h147v-522q0 -90 16.5 -150.5t46.5 -97.5t67.5 -53.5t82.5 -16.5q49 4 94.5 24.5t81 58.5t56 97.5t20.5 143.5v516h150v-852q0 -47 10 -84h-156q-2 14 -4 31.5t0 40.5l2 71q-45 -78 -121.5 -122t-168.5 -44q-72 0 -129.5 26t-103.5 79t-69.5 135t-23.5 197z " />
|
97
|
+
<glyph unicode="v" d="M82 936h176q0 -14 -3 -25.5t-3 -19.5q0 -4 2 -6l270 -684l152 348q49 113 79.5 209t47.5 178h133q-41 -172 -141 -410l-228 -532h-114l-351 891z" />
|
98
|
+
<glyph unicode="w" d="M33 936h149v-8q0 -12 -4 -27.5t-4 -30.5q0 -8 2 -12l137 -674l160 664h90l199 -662q27 180 44 297t26.5 194t12.5 127t3 101v31h137q-31 -238 -69.5 -471.5t-86.5 -466.5h-139l-172 606l-164 -606h-133z" />
|
99
|
+
<glyph unicode="x" d="M96 0l330 475l-324 461h162l244 -346l233 346h152l-303 -455l344 -481h-168l-258 365l-244 -365h-168z" />
|
100
|
+
<glyph unicode="y" d="M45 -276l78 131q6 -6 10 -19.5t6 -17.5l9 -10q8 -9 21 -18t33.5 -17.5t45.5 -8.5q59 0 105 37t91 133l29 70l-352 866l-27 66h182q0 -16 -4 -27.5t-4 -21.5q0 -8 4 -13l275 -688l178 502q27 72 43 134.5t27 113.5h153q-18 -53 -39.5 -120.5t-52.5 -149.5l-254 -670 l-39 -102q-49 -137 -126 -193.5t-177 -56.5q-133 0 -215 80z" />
|
101
|
+
<glyph unicode="z" d="M102 0v100l580 707h-537v129h727v-100l-569 -709h555q14 0 31.5 6t32.5 6v-139h-820z" />
|
102
|
+
<glyph unicode="{" d="M109 467v115h38q94 0 142.5 51t48.5 168l-4 147q0 356 373 357h129v-117h-168q-190 0 -191 -217l4 -144q0 -227 -178 -303q174 -57 174 -317l-6 -172q0 -139 60.5 -192.5t197.5 -53.5h105v-115h-74q-98 0 -177 7.5t-143 54.5q-114 90 -114 297l8 205q0 135 -48 182 t-136 47h-41z" />
|
103
|
+
<glyph unicode="|" d="M444 -309v1644h138v-1644h-138z" />
|
104
|
+
<glyph unicode="}" d="M188 1188v117h64q70 0 147.5 -5.5t143 -44t107.5 -110.5t42 -197l-6 -147q0 -117 49 -168t142 -51h41v-115h-44q-88 0 -135 -47t-47 -182l6 -205q0 -182 -81.5 -270.5t-258.5 -88.5h-168v115h113q45 0 72.5 2t45 7t29 11.5t21.5 14.5q84 59 84 211l-6 172q0 258 172 317 q-178 76 -178 303l6 144q0 117 -51.5 167t-155.5 50h-154z" />
|
105
|
+
<glyph unicode="~" d="M84 768q49 80 124 131t144 51q72 0 122 -23.5t81 -52.5q84 -78 139 -77q57 0 96 32.5t91 100.5l94 -78q-25 -37 -57.5 -72t-67.5 -60.5t-72 -40.5t-73 -15q-70 0 -119 25.5t-78 55.5q-76 82 -152 82q-92 0 -170 -127z" />
|
106
|
+
<glyph unicode=" " />
|
107
|
+
<glyph unicode="¡" d="M369 1245q0 49 36.5 86t83.5 37t85 -37t38 -86q0 -47 -36.5 -83t-86.5 -36q-51 0 -86 35q-35 33 -34 84zM383 147q0 23 2 54.5t6 72.5l10 107l37 567h103l30 -567q2 -31 5.5 -65.5t6.5 -70.5t6 -68t3 -52q0 -72 -29 -110t-76 -38t-75.5 41t-28.5 129z" />
|
108
|
+
<glyph unicode="¢" d="M98 573q0 96 34 180.5t93.5 149t143.5 103t186 43.5l29 229l137 -14q0 -12 -8 -27.5t-11 -30.5l-20 -168q158 -31 242 -157l-90 -117q-8 6 -8.5 25.5t-8.5 27.5q-59 72 -151 98l-95 -716q154 0 269 114l73 -100q-133 -145 -344 -145h-16l-31 -230l-116 15l28 231 q-154 43 -245 170t-91 319zM244 590q0 -143 56.5 -237.5t150.5 -131.5l88 709q-66 -4 -119 -31t-93 -72t-61.5 -105t-21.5 -132z" />
|
109
|
+
<glyph unicode="£" d="M80 100q47 23 73.5 36.5t41 24.5t21.5 20t15 24q72 113 72 250q0 76 -31 202h-135v117h107q-14 70 -15 131q0 84 29 152.5t78 117t114.5 75t139.5 26.5q151 -1 266 -105l-90 -112q-16 16 -21.5 32.5t-29.5 28.5q-49 39 -121 39q-43 0 -83 -14.5t-72.5 -45t-52 -78.5 t-19.5 -114q0 -51 16 -133h205v-117h-176q27 -115 26 -198q0 -156 -73 -275q14 2 32.5 3t42.5 1q20 0 61.5 -13t88.5 -28.5t94 -29t80 -13.5q76 0 145 58l54 -107q-109 -86 -213 -86q-29 0 -76 14.5t-101.5 32t-107.5 31.5t-96 14q-90 0 -236 -77z" />
|
110
|
+
<glyph unicode="¤" d="M139 408l115 116q-29 41 -43 88t-14 95q0 49 14 96t45 88l-117 117l74 71l115 -114q84 59 186 59q96 0 182 -57l115 112l74 -71l-115 -113q61 -86 61 -188t-59 -187l113 -112l-74 -72l-113 113q-41 -31 -88 -45.5t-96 -14.5q-102 0 -188 62l-113 -115zM307 707 q0 -41 16.5 -79t44 -65.5t65.5 -44t79 -16.5q43 0 80 16.5t65.5 45t45 65.5t16.5 78q-1 84 -62 145t-145 61q-41 0 -78 -16t-65.5 -45t-45 -65.5t-16.5 -79.5z" />
|
111
|
+
<glyph unicode="¥" d="M74 1278h159l297 -535l273 533h151l-356 -672v-43h274v-117h-274v-129h274v-114h-274v-201h-139v201h-287v114h287v129h-287v117h287v43z" />
|
112
|
+
<glyph unicode="¦" d="M444 -309v710h138v-710h-138zM444 604v731h138v-731h-138z" />
|
113
|
+
<glyph unicode="§" d="M133 63l107 125q12 -4 14 -10t5 -17t14.5 -29.5t41.5 -47.5q63 -59 164 -59q100 0 155.5 47t55.5 114q0 35 -11 62.5t-38 51.5t-74 44.5t-116 40.5q-158 51 -223.5 110.5t-65.5 151.5q0 68 46 124t122 83q-137 82 -137 231q0 59 25.5 111.5t70.5 92.5t106.5 63.5 t130.5 23.5q100 0 185.5 -48t134.5 -134l-117 -102q-10 10 -12 22q-4 27 -19.5 52.5t-42 45t-60.5 31.5t-71 12t-70.5 -12t-58 -33.5t-39 -50.5t-14.5 -61q0 -49 18.5 -78t58.5 -56.5t101.5 -48t147.5 -57.5q188 -90 188 -233q0 -61 -42 -115.5t-109 -81.5q131 -88 131 -227 q0 -68 -27 -125.5t-73 -98t-110.5 -64.5t-138.5 -24q-104 0 -197 44t-157 130zM311 688q0 -68 50.5 -112t162.5 -76q35 -10 61.5 -17.5t43.5 -15.5q74 39 73 131q0 68 -50 109t-160 79l-89 31q-41 -14 -66.5 -49t-25.5 -80z" />
|
114
|
+
<glyph unicode="¨" d="M229 1257q0 41 31 73t74 32q41 0 72 -31t30 -74q0 -41 -30.5 -71.5t-71.5 -30.5q-43 0 -74 31t-31 71zM596 1257q0 43 29.5 74t72.5 31q41 0 72 -31t31 -74q0 -41 -31 -71.5t-72 -30.5q-43 0 -72.5 29.5t-29.5 72.5z" />
|
115
|
+
<glyph unicode="©" d="M29 561q0 109 38.5 204t106.5 167t158 112.5t192 40.5q100 0 190.5 -40.5t158 -112.5t107.5 -167t40 -204q-1 -217 -148 -371q-145 -152 -350 -151q-102 0 -192 41t-157 112.5t-105.5 166t-38.5 202.5zM121 561q0 -90 31.5 -170t87 -138t129 -92t157.5 -34q82 0 156 35 t129 94t88 138t33 169t-32 169t-87 138.5t-129 94t-158 34.5t-157.5 -33.5t-129 -93t-87 -139.5t-31.5 -172zM236 565q0 63 24.5 119.5t65.5 96.5t91 63.5t103 23.5q111 0 182 -52t91 -138l-107 -39q-8 14 -7 24.5t-2 21.5t-14.5 24.5t-44.5 35.5q-35 20 -81 21 q-29 0 -62 -10.5t-60.5 -34t-46 -59t-18.5 -87.5q0 -45 15.5 -84.5t41 -69.5t60.5 -47.5t76 -17.5q49 0 90 25t63 68l90 -60q-43 -66 -110.5 -102.5t-140.5 -36.5q-63 0 -118 25.5t-94.5 68.5t-63 100.5t-23.5 120.5z" />
|
116
|
+
<glyph unicode="ª" d="M156 311v111h714v-111h-714zM209 741q0 86 64.5 147.5t175.5 78.5q66 6 110.5 7t77.5 1h29v24q0 166 -152 166q-127 0 -192 -90l-70 84q102 115 274 115q129 -4 200 -67.5t71 -192.5v-21v-446h-129v67q-94 -88 -209 -88q-113 0 -181.5 63.5t-68.5 151.5zM340 743 q0 -39 34 -72.5t99 -33.5q27 0 61.5 10t65.5 32.5t51.5 59.5t20.5 92v37h-33q-86 0 -143.5 -4t-92 -19.5t-49 -39t-14.5 -62.5z" />
|
117
|
+
<glyph unicode="«" d="M137 471v47l312 301l79 -84l-247 -241l262 -287l-82 -82zM510 471v47l309 301l80 -84l-248 -241l262 -287l-82 -82z" />
|
118
|
+
<glyph unicode="¬" d="M186 582v129h662v-389h-131v260h-531z" />
|
119
|
+
<glyph unicode="­" d="M145 575v138h738v-138h-738z" />
|
120
|
+
<glyph unicode="®" d="M29 561q0 109 38.5 204t106.5 167t158 112.5t192 40.5q100 0 190.5 -40.5t158 -112.5t107.5 -167t40 -204q-1 -217 -148 -371q-145 -152 -350 -151q-102 0 -192 41t-157 112.5t-105.5 166t-38.5 202.5zM121 561q0 -90 31.5 -170t87 -138t129 -92t157.5 -34q82 0 156 35 t129 94t88 138t33 169t-32 169t-87 138.5t-129 94t-158 34.5t-157.5 -33.5t-129 -93t-87 -139.5t-31.5 -172zM317 272v598h193q133 0 189.5 -49t56.5 -125q0 -51 -30 -96t-87 -61l131 -256l-96 -15l-127 256h-135v-252h-95zM412 606h106q145 0 146 90q0 90 -152 90h-100 v-180z" />
|
121
|
+
<glyph unicode="¯" d="M252 1157v115h520v-115h-520z" />
|
122
|
+
<glyph unicode="°" d="M248 1032q0 57 22.5 108.5t60.5 88.5t88 58.5t105 21.5q115 0 195 -82q82 -80 82 -195q0 -55 -21.5 -105t-59.5 -87t-88 -59.5t-108 -22.5q-57 0 -107 21.5t-88 58t-59.5 87t-21.5 107.5zM373 1034q0 -66 44 -115t107 -49q66 0 110 49.5t44 114.5q0 66 -45 117 q-43 49 -107 49q-31 0 -59.5 -13t-49 -37t-32.5 -53.5t-12 -62.5z" />
|
123
|
+
<glyph unicode="±" d="M92 702v125h363v351h129v-351h350v-125h-350v-385h-129v385h-363zM94 35v129h842v-129h-842z" />
|
124
|
+
<glyph unicode="²" d="M227 1135q47 80 127 125t187 45q51 0 98 -17.5t84 -48.5t58.5 -74t21.5 -94q0 -41 -10.5 -71.5t-35 -61.5t-69.5 -66.5t-115 -87.5q-53 -41 -97 -78.5t-79 -76.5h373q10 0 21.5 9t21.5 9h6v-129h-571v90q55 74 115.5 133.5t152.5 128.5l57 45q53 41 79 83t26 77 q0 51 -41 88t-105 37q-121 0 -188 -86q-6 -8 -11 -21.5t-9 -21.5z" />
|
125
|
+
<glyph unicode="³" d="M229 647l97 107q8 -10 13 -29.5t15 -28.5q68 -68 156 -67q88 0 141.5 39t53.5 94q0 53 -48.5 82.5t-132.5 29.5q-16 0 -30.5 -1t-30.5 -3v105q10 -2 20.5 -2h20.5q92 0 131 30.5t39 75.5t-43 82t-109 37q-117 0 -192 -94l-74 76q108 127 272 127q55 0 104.5 -17.5 t86.5 -48.5t57.5 -71t20.5 -85q0 -55 -33 -99t-84 -60q66 -10 108.5 -60.5t42.5 -115.5q0 -49 -25.5 -91.5t-67.5 -75t-98 -51t-118 -18.5q-176 0 -293 133z" />
|
126
|
+
<glyph unicode="´" d="M418 1130l180 302l129 -86l-207 -277z" />
|
127
|
+
<glyph unicode="µ" d="M49 -342q0 29 3 86t8.5 129t10.5 151.5t9 153.5t7 136.5t3 99.5v522h135v-555q0 -86 16.5 -140.5t44 -87t63.5 -47t75 -18.5q39 4 76 21.5t66.5 51.5t47 87t17.5 127v18v543h131v-698q0 -141 82 -142q29 0 58.5 24.5t41.5 51.5l12 25l56 -105q-76 -113 -181 -112 q-66 0 -112.5 46t-54.5 111q-35 -80 -106 -118.5t-146 -38.5q-76 0 -140.5 35.5t-93.5 107.5v-232.5t-2 -232.5h-127z" />
|
128
|
+
<glyph unicode="¶" d="M131 1016q0 70 25.5 133t86 111.5t157 75t237.5 26.5h256v-1501h-119v1384h-156v-1384h-120v798q-78 4 -144.5 35t-116 79t-78 110.5t-28.5 132.5z" />
|
129
|
+
<glyph unicode="·" d="M367 678q0 49 36.5 83t83.5 34t86 -35q37 -35 37 -82t-35.5 -82t-87.5 -35q-51 0 -85.5 34t-34.5 83z" />
|
130
|
+
<glyph unicode="¸" d="M322 -287l51 86q88 -74 202 -73q53 0 74 15.5t21 35.5q0 49 -97 49h-61l23 174h90l-13 -96l35 -2q139 -10 139 -113q0 -57 -58 -104t-179 -47t-227 75z" />
|
131
|
+
<glyph unicode="¹" d="M250 1145l272 151h90v-778h-131v615l-198 -52z" />
|
132
|
+
<glyph unicode="º" d="M156 311v111h714v-111h-714zM197 889q0 86 25.5 156.5t68.5 121t100.5 79t118.5 28.5q63 0 118.5 -24.5t96.5 -72t64.5 -116t23.5 -158.5q0 -88 -25.5 -158.5t-68.5 -120t-99.5 -75t-117.5 -25.5q-63 0 -118.5 27t-97.5 75t-65.5 114.5t-23.5 148.5zM319 897 q0 -123 55.5 -188.5t129.5 -65.5q76 0 131 64.5t55 187.5q0 125 -54 194.5t-130 69.5t-131.5 -69.5t-55.5 -192.5z" />
|
133
|
+
<glyph unicode="»" d="M137 207l262 287l-247 241l79 84l312 -301v-47l-324 -346zM510 207l260 287l-248 241l80 84l311 -301v-47l-323 -346z" />
|
134
|
+
<glyph unicode="¼" d="M10 1268l219 118h70v-620h-104v491l-158 -40zM156 -33l641 1395l98 -55l-643 -1393zM483 16v60l328 420h63v-404h103v-76h-103v-159h-94v159h-297zM590 92h192v244z" />
|
135
|
+
<glyph unicode="½" d="M10 1268l219 118h70v-620h-104v491l-158 -40zM156 -33l641 1395l98 -55l-643 -1393zM539 344q39 66 103.5 101.5t154.5 35.5q43 0 78.5 -15t63.5 -42t43 -60.5t15 -70.5q0 -33 -7 -57.5t-26.5 -49t-55.5 -53.5t-93 -70q-90 -66 -141 -122h299q8 0 18 7t21 7v-105h-459v72 q37 49 90 103.5t125 107.5l47 35q84 72 84 119q0 51 -34 80.5t-89 29.5q-94 0 -145 -69q-6 -6 -9.5 -17.5t-7.5 -17.5z" />
|
136
|
+
<glyph unicode="¾" d="M23 872l77 86q6 -8 10.5 -23t12.5 -24q29 -29 61.5 -41t67.5 -12q59 0 105 30t46 68q0 49 -33.5 74t-111.5 25h-24.5t-24.5 -2v82q10 -4 22.5 -3t22.5 1q66 0 95.5 25.5t29.5 58.5q0 35 -33 66.5t-90 31.5q-92 0 -152 -78l-59 61q86 103 217 103q45 0 84 -14.5t67.5 -38 t45 -55t16.5 -68.5q0 -45 -25.5 -80t-66.5 -49q53 -8 87 -48t34 -92q0 -41 -20.5 -74.5t-54.5 -60t-79 -41t-94 -14.5q-139 0 -233 106zM166 -33l641 1395l98 -55l-643 -1393zM483 16v60l328 420h63v-404h103v-76h-103v-159h-94v159h-297zM590 92h192v244z" />
|
137
|
+
<glyph unicode="¿" d="M137 334q0 106 48 175t110 120l45 37q57 47 73.5 94t16.5 112v86h133v-86q0 -47 -3 -80.5t-16.5 -66.5t-41 -70t-74.5 -86q-74 -78 -101.5 -132t-27.5 -113q0 -45 17.5 -85t46 -69t66.5 -46.5t79 -17.5q86 0 160.5 48.5t124.5 130.5l104 -99q-66 -100 -172.5 -156.5 t-222.5 -56.5q-86 0 -153.5 29t-115 78t-72 114.5t-24.5 139.5zM371 1245q0 49 36.5 83t84.5 34q47 0 84.5 -35t37.5 -82t-35.5 -82t-86.5 -35t-86 33t-35 84z" />
|
138
|
+
<glyph unicode="À" d="M31 0l450 1298h17l491 -1298h-147l-142 373h-405l-123 -373h-141zM293 1477l82 143l313 -182l-47 -86zM324 483h344l-181 488z" />
|
139
|
+
<glyph unicode="Á" d="M31 0l450 1298h17l491 -1298h-147l-142 373h-405l-123 -373h-141zM321 1438l312 182l82 -143l-347 -125zM324 483h344l-181 488z" />
|
140
|
+
<glyph unicode="Â" d="M31 0l450 1298h17l491 -1298h-147l-142 373h-405l-123 -373h-141zM210 1417l269 203h45l252 -201l-68 -78l-211 146l-229 -139zM324 483h344l-181 488z" />
|
141
|
+
<glyph unicode="Ã" d="M31 0l450 1298h17l491 -1298h-147l-142 373h-405l-123 -373h-141zM176 1464q113 178 232 178q37 0 76.5 -23.5t75.5 -53t63.5 -53t42.5 -23.5q47 0 70.5 31.5t56.5 76.5l77 -81q-61 -74 -106 -110t-92 -36t-84 24.5t-69 53.5t-58.5 53.5t-50.5 24.5q-45 0 -72 -27.5 t-70 -99.5zM324 483h344l-181 488z" />
|
142
|
+
<glyph unicode="Ä" d="M31 0l450 1298h17l491 -1298h-147l-142 373h-405l-123 -373h-141zM207 1511q0 41 30.5 73t71.5 32q43 0 74 -31t31 -74q0 -41 -31 -71.5t-74 -30.5q-41 0 -71.5 30.5t-30.5 71.5zM324 483h344l-181 488zM573 1511q0 43 30 74t71 31q43 0 74 -31t30 -74q0 -41 -30.5 -71.5 t-73.5 -30.5q-41 0 -71 29.5t-30 72.5z" />
|
143
|
+
<glyph unicode="Å" d="M31 -2l440 1270q-72 8 -120 59t-48 123q0 37 14.5 68.5t40 56t60.5 39t74 14.5t72.5 -14.5t59 -39t40 -56t14.5 -68.5q0 -72 -48 -124t-122 -58l481 -1268h-147l-142 373h-405l-123 -375h-141zM324 483h344l-181 488zM408 1448q0 -39 25.5 -65.5t60.5 -26.5t59.5 26.5 t24.5 65.5q0 41 -24.5 67.5t-59.5 26.5t-60.5 -26.5t-25.5 -67.5z" />
|
144
|
+
<glyph unicode="Æ" d="M8 0l402 1278h581v-127h-350v-420h297v-131h-297v-473h346v-127h-471v346h-266l-111 -346h-131zM279 465h237v686h-22z" />
|
145
|
+
<glyph unicode="Ç" d="M84 621q0 197 47 325.5t117.5 203.5t155.5 105.5t161 30.5q63 0 124 -18.5t113 -51t93 -78.5t66 -104l-138 -67q-8 6 -8 20q0 25 -6 37q-41 68 -106.5 107.5t-139.5 39.5q-70 0 -131 -35.5t-107 -104t-74 -167t-28 -223.5q0 -121 26.5 -220t75 -170t113 -110t137.5 -39 q76 0 147 42t114 114l106 -70q-53 -86 -137 -140t-182 -66l-11 -78l35 -2q139 -10 139 -113q0 -57 -58 -104t-179 -47t-227 75l51 86q88 -74 202 -73q53 0 74 15.5t21 35.5q0 49 -97 49h-61l20 154q-86 8 -166.5 49t-144 118.5t-100.5 195.5t-37 278z" />
|
146
|
+
<glyph unicode="È" d="M121 0v1278h782v-127h-647v-420h535v-131h-535v-473h641v-127h-776zM293 1477l82 143l313 -182l-47 -86z" />
|
147
|
+
<glyph unicode="É" d="M121 0v1278h782v-127h-647v-420h535v-131h-535v-473h641v-127h-776zM354 1438l312 182l82 -143l-347 -125z" />
|
148
|
+
<glyph unicode="Ê" d="M121 0v1278h782v-127h-647v-420h535v-131h-535v-473h641v-127h-776zM227 1417l269 203h45l252 -201l-68 -78l-211 146l-229 -139z" />
|
149
|
+
<glyph unicode="Ë" d="M121 0v1278h782v-127h-647v-420h535v-131h-535v-473h641v-127h-776zM219 1511q0 41 30.5 73t71.5 32q43 0 74 -31t31 -74q0 -41 -31 -71.5t-74 -30.5q-41 0 -71.5 30.5t-30.5 71.5zM585 1511q0 43 30 74t71 31q43 0 74 -31t30 -74q0 -41 -30.5 -71.5t-73.5 -30.5 q-41 0 -71 29.5t-30 72.5z" />
|
150
|
+
<glyph unicode="Ì" d="M166 -2v121h252v1036h-238v121h633v-121h-252v-1038h264v-119h-659zM293 1477l82 143l313 -182l-47 -86z" />
|
151
|
+
<glyph unicode="Í" d="M166 -2v121h252v1036h-238v121h633v-121h-252v-1038h264v-119h-659zM354 1438l312 182l82 -143l-347 -125z" />
|
152
|
+
<glyph unicode="Î" d="M166 -2v121h252v1036h-238v121h633v-121h-252v-1038h264v-119h-659zM208 1417l269 203h45l252 -201l-68 -78l-211 146l-229 -139z" />
|
153
|
+
<glyph unicode="Ï" d="M166 -2v121h252v1036h-238v121h633v-121h-252v-1038h264v-119h-659zM213 1511q0 41 30.5 73t71.5 32q43 0 74 -31t31 -74q0 -41 -31 -71.5t-74 -30.5q-41 0 -71.5 30.5t-30.5 71.5zM579 1511q0 43 30 74t71 31q43 0 74 -31t30 -74q0 -41 -30.5 -71.5t-73.5 -30.5 q-41 0 -71 29.5t-30 72.5z" />
|
154
|
+
<glyph unicode="Ð" d="M61 616v119h101v541h284q139 0 234.5 -47t156 -132t89 -205t28.5 -265q0 -92 -20.5 -183.5t-58 -170t-94 -141t-128.5 -95.5q-80 -39 -231 -39h-260v618h-101zM293 117h123q197 0 299 134t102 376q0 246 -91 387t-288 141h-145v-420h215v-119h-215v-499z" />
|
155
|
+
<glyph unicode="Ñ" d="M102 0v1276h140l536 -946v948h152q0 -12 -7.5 -26.5t-7.5 -28.5v-1223h-112l-563 1004v-1004h-138zM186 1464q113 178 232 178q37 0 76.5 -23.5t75.5 -53t63.5 -53t42.5 -23.5q47 0 70.5 31.5t56.5 76.5l77 -81q-61 -74 -106 -110t-92 -36t-84 24.5t-69 53.5t-58.5 53.5 t-50.5 24.5q-45 0 -72 -27.5t-70 -99.5z" />
|
156
|
+
<glyph unicode="Ò" d="M59 641q0 147 34 268t95.5 205t147.5 130t188 46q90 0 168 -39t142.5 -117.5t97.5 -201.5t33 -293q0 -184 -39 -310t-102.5 -204t-142.5 -111.5t-161 -33.5q-104 0 -189 48t-145.5 135t-93.5 209t-33 269zM201 653q0 -141 29.5 -249.5t76.5 -167.5q96 -115 213 -115 q55 0 108.5 23.5t97.5 83t69.5 159.5t25.5 256q0 152 -28.5 249t-72.5 154.5t-92 83t-104 25.5q-63 2 -116.5 -22.5t-100.5 -80t-76.5 -151.5t-29.5 -248zM293 1477l82 143l313 -182l-47 -86z" />
|
157
|
+
<glyph unicode="Ó" d="M59 641q0 147 34 268t95.5 205t147.5 130t188 46q90 0 168 -39t142.5 -117.5t97.5 -201.5t33 -293q0 -184 -39 -310t-102.5 -204t-142.5 -111.5t-161 -33.5q-104 0 -189 48t-145.5 135t-93.5 209t-33 269zM201 653q0 -141 29.5 -249.5t76.5 -167.5q96 -115 213 -115 q55 0 108.5 23.5t97.5 83t69.5 159.5t25.5 256q0 152 -28.5 249t-72.5 154.5t-92 83t-104 25.5q-63 2 -116.5 -22.5t-100.5 -80t-76.5 -151.5t-29.5 -248zM354 1438l312 182l82 -143l-347 -125z" />
|
158
|
+
<glyph unicode="Ô" d="M59 641q0 147 34 268t95.5 205t147.5 130t188 46q90 0 168 -39t142.5 -117.5t97.5 -201.5t33 -293q0 -184 -39 -310t-102.5 -204t-142.5 -111.5t-161 -33.5q-104 0 -189 48t-145.5 135t-93.5 209t-33 269zM201 653q0 -141 29.5 -249.5t76.5 -167.5q96 -115 213 -115 q55 0 108.5 23.5t97.5 83t69.5 159.5t25.5 256q0 152 -28.5 249t-72.5 154.5t-92 83t-104 25.5q-63 2 -116.5 -22.5t-100.5 -80t-76.5 -151.5t-29.5 -248zM233 1417l269 203h45l252 -201l-68 -78l-211 146l-229 -139z" />
|
159
|
+
<glyph unicode="Õ" d="M59 641q0 147 34 268t95.5 205t147.5 130t188 46q90 0 168 -39t142.5 -117.5t97.5 -201.5t33 -293q0 -184 -39 -310t-102.5 -204t-142.5 -111.5t-161 -33.5q-104 0 -189 48t-145.5 135t-93.5 209t-33 269zM186 1464q113 178 232 178q37 0 76.5 -23.5t75.5 -53t63.5 -53 t42.5 -23.5q47 0 70.5 31.5t56.5 76.5l77 -81q-61 -74 -106 -110t-92 -36t-84 24.5t-69 53.5t-58.5 53.5t-50.5 24.5q-45 0 -72 -27.5t-70 -99.5zM201 653q0 -141 29.5 -249.5t76.5 -167.5q96 -115 213 -115q55 0 108.5 23.5t97.5 83t69.5 159.5t25.5 256q0 152 -28.5 249 t-72.5 154.5t-92 83t-104 25.5q-63 2 -116.5 -22.5t-100.5 -80t-76.5 -151.5t-29.5 -248z" />
|
160
|
+
<glyph unicode="Ö" d="M59 641q0 147 34 268t95.5 205t147.5 130t188 46q90 0 168 -39t142.5 -117.5t97.5 -201.5t33 -293q0 -184 -39 -310t-102.5 -204t-142.5 -111.5t-161 -33.5q-104 0 -189 48t-145.5 135t-93.5 209t-33 269zM201 653q0 -141 29.5 -249.5t76.5 -167.5q96 -115 213 -115 q55 0 108.5 23.5t97.5 83t69.5 159.5t25.5 256q0 152 -28.5 249t-72.5 154.5t-92 83t-104 25.5q-63 2 -116.5 -22.5t-100.5 -80t-76.5 -151.5t-29.5 -248zM219 1511q0 41 30.5 73t71.5 32q43 0 74 -31t31 -74q0 -41 -31 -71.5t-74 -30.5q-41 0 -71.5 30.5t-30.5 71.5z M585 1511q0 43 30 74t71 31q43 0 74 -31t30 -74q0 -41 -30.5 -71.5t-73.5 -30.5q-41 0 -71 29.5t-30 72.5z" />
|
161
|
+
<glyph unicode="×" d="M174 395l258 269l-258 272l96 94l254 -268l258 268l99 -90l-267 -274l260 -275l-94 -94l-260 272l-256 -264z" />
|
162
|
+
<glyph unicode="Ø" d="M59 641q0 145 33 265t93.5 205t145.5 132t189 47q61 0 121.5 -20.5t114.5 -61.5l94 178l111 -59l-115 -211q119 -162 119 -481q0 -188 -39 -313t-102.5 -202t-143.5 -108.5t-160 -31.5q-59 0 -119.5 19t-117.5 62l-103 -190l-106 55l121 226q-135 174 -136 489zM201 659 q0 -225 69 -362l418 784q-78 74 -172 74q-53 0 -106.5 -25.5t-102.5 -78.5q-47 -53 -76.5 -154.5t-29.5 -237.5zM350 188q76 -68 158 -67q154 0 233.5 128t79.5 394q0 203 -55 324z" />
|
163
|
+
<glyph unicode="Ù" d="M102 440v836h162q2 0 2 -4q0 -8 -9 -23.5t-13 -38.5v-772q0 -106 20.5 -164.5t57 -96.5t87 -56.5t107.5 -22.5q57 4 107.5 20.5t88.5 56.5t59.5 99.5t21.5 169.5v832h137v-830q0 -125 -28 -210.5t-85 -143t-133 -86.5t-170 -29q-92 0 -168 29t-130 84t-84 135t-30 215z M291 1477l82 143l313 -182l-47 -86z" />
|
164
|
+
<glyph unicode="Ú" d="M102 440v836h162q2 0 2 -4q0 -8 -9 -23.5t-13 -38.5v-772q0 -106 20.5 -164.5t57 -96.5t87 -56.5t107.5 -22.5q57 4 107.5 20.5t88.5 56.5t59.5 99.5t21.5 169.5v832h137v-830q0 -125 -28 -210.5t-85 -143t-133 -86.5t-170 -29q-92 0 -168 29t-130 84t-84 135t-30 215z M354 1438l312 182l82 -143l-347 -125z" />
|
165
|
+
<glyph unicode="Û" d="M102 440v836h162q2 0 2 -4q0 -8 -9 -23.5t-13 -38.5v-772q0 -106 20.5 -164.5t57 -96.5t87 -56.5t107.5 -22.5q57 4 107.5 20.5t88.5 56.5t59.5 99.5t21.5 169.5v832h137v-830q0 -125 -28 -210.5t-85 -143t-133 -86.5t-170 -29q-92 0 -168 29t-130 84t-84 135t-30 215z M233 1417l269 203h45l252 -201l-68 -78l-211 146l-229 -139z" />
|
166
|
+
<glyph unicode="Ü" d="M102 440v836h162q2 0 2 -4q0 -8 -9 -23.5t-13 -38.5v-772q0 -106 20.5 -164.5t57 -96.5t87 -56.5t107.5 -22.5q57 4 107.5 20.5t88.5 56.5t59.5 99.5t21.5 169.5v832h137v-830q0 -125 -28 -210.5t-85 -143t-133 -86.5t-170 -29q-92 0 -168 29t-130 84t-84 135t-30 215z M236 1511q0 41 30.5 73t71.5 32q43 0 74 -31t31 -74q0 -41 -31 -71.5t-74 -30.5q-41 0 -71.5 30.5t-30.5 71.5zM602 1511q0 43 30 74t71 31q43 0 74 -31t30 -74q0 -41 -30.5 -71.5t-73.5 -30.5q-41 0 -71 29.5t-30 72.5z" />
|
167
|
+
<glyph unicode="Ý" d="M57 1276h164l314 -619l282 619h152l-363 -772v-504h-155v504zM354 1438l312 182l82 -143l-347 -125z" />
|
168
|
+
<glyph unicode="Þ" d="M121 0v1276h160q4 -4 4 -6q0 -6 -8.5 -19.5t-12.5 -31.5v-183h266q106 0 181 -28.5t123.5 -77.5t72 -114.5t27.5 -139.5q-4 -74 -27.5 -138.5t-69.5 -111.5t-119 -74.5t-177 -27.5h-277v-324h-143zM264 449h277q66 0 110.5 17t74.5 47t43 71t17 88q-4 47 -19 89t-46 72.5 t-79 49t-116 18.5h-262v-452z" />
|
169
|
+
<glyph unicode="ß" d="M113 0v866q0 254 102 379t274 125q76 0 143.5 -29.5t118 -79t80 -115t29.5 -136.5q0 -88 -43 -162t-119 -113q57 -18 104.5 -53t80 -83t50 -106.5t17.5 -121.5q0 -84 -28.5 -155t-79.5 -124t-119 -82.5t-148 -29.5q-119 0 -213 63l72 115q61 -49 150 -49q43 0 85 21.5 t74.5 55t52 77.5t19.5 91q-4 70 -23.5 127.5t-56.5 97t-95 61.5t-140 22h-62v116h74q37 0 75 14.5t67.5 45t48 77t18.5 111.5q0 43 -17.5 84t-49 72.5t-74.5 50t-95 18.5q-55 0 -98 -27.5t-73.5 -77.5t-46 -120t-15.5 -156v-870h-139z" />
|
170
|
+
<glyph unicode="à" d="M100 238q0 141 122 223t351 90h177v35q0 139 -58.5 194.5t-181.5 55.5q-152 0 -252 -105l-72 94q125 131 334 131q172 0 271.5 -87t99.5 -289v-580h-139v102q-150 -125 -336 -125q-74 0 -132.5 23t-99.5 59.5t-62.5 83.5t-21.5 95zM248 250q0 -66 57 -113t141 -47 q61 0 110.5 19.5t86.5 47t59.5 57.5t32.5 52q20 41 21 111v61h-35q-29 0 -54.5 1t-50.5 1q-113 0 -184.5 -15t-112 -42t-56 -60.5t-15.5 -72.5zM369 1346l129 86l180 -302l-103 -61z" />
|
171
|
+
<glyph unicode="á" d="M100 238q0 141 122 223t351 90h177v35q0 139 -58.5 194.5t-181.5 55.5q-152 0 -252 -105l-72 94q125 131 334 131q172 0 271.5 -87t99.5 -289v-580h-139v102q-150 -125 -336 -125q-74 0 -132.5 23t-99.5 59.5t-62.5 83.5t-21.5 95zM248 250q0 -66 57 -113t141 -47 q61 0 110.5 19.5t86.5 47t59.5 57.5t32.5 52q20 41 21 111v61h-35q-29 0 -54.5 1t-50.5 1q-113 0 -184.5 -15t-112 -42t-56 -60.5t-15.5 -72.5zM418 1130l180 302l129 -86l-207 -277z" />
|
172
|
+
<glyph unicode="â" d="M100 238q0 141 122 223t351 90h177v35q0 139 -58.5 194.5t-181.5 55.5q-152 0 -252 -105l-72 94q125 131 334 131q172 0 271.5 -87t99.5 -289v-580h-139v102q-150 -125 -336 -125q-74 0 -132.5 23t-99.5 59.5t-62.5 83.5t-21.5 95zM248 250q0 -66 57 -113t141 -47 q61 0 110.5 19.5t86.5 47t59.5 57.5t32.5 52q20 41 21 111v61h-35q-29 0 -54.5 1t-50.5 1q-113 0 -184.5 -15t-112 -42t-56 -60.5t-15.5 -72.5zM288 1116l228 287h45l225 -289l-94 -72l-160 211l-166 -209z" />
|
173
|
+
<glyph unicode="ã" d="M100 238q0 141 122 223t351 90h177v35q0 139 -58.5 194.5t-181.5 55.5q-152 0 -252 -105l-72 94q125 131 334 131q172 0 271.5 -87t99.5 -289v-580h-139v102q-150 -125 -336 -125q-74 0 -132.5 23t-99.5 59.5t-62.5 83.5t-21.5 95zM204 1206q111 178 232 178 q37 0 79 -23.5t74.5 -53t60 -53t42.5 -23.5q25 0 42 8t30.5 23.5t25.5 35t31 41.5l76 -82q-61 -74 -105.5 -109.5t-91.5 -35.5t-85 24.5t-66.5 53.5t-57.5 53.5t-53 24.5q-45 0 -72 -27.5t-72 -99.5zM248 250q0 -66 57 -113t141 -47q61 0 110.5 19.5t86.5 47t59.5 57.5 t32.5 52q20 41 21 111v61h-35q-29 0 -54.5 1t-50.5 1q-113 0 -184.5 -15t-112 -42t-56 -60.5t-15.5 -72.5z" />
|
174
|
+
<glyph unicode="ä" d="M100 238q0 141 122 223t351 90h177v35q0 139 -58.5 194.5t-181.5 55.5q-152 0 -252 -105l-72 94q125 131 334 131q172 0 271.5 -87t99.5 -289v-580h-139v102q-150 -125 -336 -125q-74 0 -132.5 23t-99.5 59.5t-62.5 83.5t-21.5 95zM248 250q0 -66 57 -113t141 -47 q61 0 110.5 19.5t86.5 47t59.5 57.5t32.5 52q20 41 21 111v61h-35q-29 0 -54.5 1t-50.5 1q-113 0 -184.5 -15t-112 -42t-56 -60.5t-15.5 -72.5zM254 1257q0 41 31 73t74 32q41 0 72 -31t30 -74q0 -41 -30.5 -71.5t-71.5 -30.5q-43 0 -74 31t-31 71zM621 1257q0 43 29.5 74 t72.5 31q41 0 72 -31t31 -74q0 -41 -31 -71.5t-72 -30.5q-43 0 -72.5 29.5t-29.5 72.5z" />
|
175
|
+
<glyph unicode="å" d="M100 238q0 141 122 223t351 90h177v35q0 139 -58.5 194.5t-181.5 55.5q-152 0 -252 -105l-72 94q125 131 334 131q172 0 271.5 -87t99.5 -289v-580h-139v102q-150 -125 -336 -125q-74 0 -132.5 23t-99.5 59.5t-62.5 83.5t-21.5 95zM248 250q0 -66 57 -113t141 -47 q61 0 110.5 19.5t86.5 47t59.5 57.5t32.5 52q20 41 21 111v61h-35q-29 0 -54.5 1t-50.5 1q-113 0 -184.5 -15t-112 -42t-56 -60.5t-15.5 -72.5zM338 1239q0 37 15.5 69.5t41 57.5t59 39t70.5 14q76 0 133 -53q55 -55 56 -127q0 -37 -15.5 -69.5t-41 -57.5t-60.5 -39t-72 -14 t-70.5 14t-59 39t-41 57.5t-15.5 69.5zM442 1241q0 -39 25 -66.5t59 -27.5q35 0 60.5 27.5t25.5 66.5t-25.5 66.5t-60.5 27.5t-59.5 -27.5t-24.5 -66.5z" />
|
176
|
+
<glyph unicode="æ" d="M20 252q0 141 104.5 226t281.5 91l47 2v54q0 100 -45.5 158.5t-116.5 58.5q-92 0 -156 -88l-72 90q88 113 238 112q74 0 134.5 -33.5t92.5 -93.5q35 59 93.5 93t119.5 34q139 0 201 -108.5t62 -298.5v-78l-426 -14v-99q0 -119 57 -190.5t156 -71.5q94 0 149 76l72 -86 q-90 -109 -234 -109q-78 0 -146.5 38t-109.5 104q-35 -66 -96 -104t-135 -38q-59 0 -109.5 25t-86.5 63.5t-55.5 88t-19.5 98.5zM152 250q0 -29 12 -54.5t32.5 -47t46 -34t52.5 -12.5q88 0 124 54.5t36 167.5q0 12 -1 23t-1 24v78l-45 -3q-76 -4 -125.5 -19t-79 -41 t-40.5 -60.5t-11 -75.5zM578 571l307 11v43q0 100 -38 158.5t-106 58.5q-74 0 -118.5 -67.5t-44.5 -168.5v-35z" />
|
177
|
+
<glyph unicode="ç" d="M115 473q0 100 34.5 188.5t97 154t149.5 102t190 36.5q111 0 202 -46t148 -128l-105 -121q-10 6 -11 13.5t0 20t-13 30.5t-51 49q-70 57 -191 57q-59 0 -113.5 -24.5t-95.5 -70.5t-65.5 -110.5t-24.5 -144.5t24.5 -147.5t67.5 -116.5t102.5 -76.5t131.5 -27.5 q141 0 244 114l86 -100q-121 -129 -299 -145l-11 -76l35 -2q139 -10 139 -113q0 -57 -58 -104t-179 -47t-227 75l51 86q88 -74 202 -73q53 0 74 15.5t21 35.5q0 49 -97 49h-61l20 154q-90 8 -166.5 48t-132 104.5t-87 151.5t-31.5 189z" />
|
178
|
+
<glyph unicode="è" d="M100 465q0 119 34 211t92.5 154.5t136 95t167.5 32.5q74 0 143.5 -26.5t122 -80.5t84 -138t31.5 -199q0 -16 -1 -33.5t-3 -34.5h-665q4 -98 33.5 -164.5t74.5 -107.5t100.5 -58.5t110.5 -17.5q145 0 242 105l82 -80q-119 -143 -328 -143q-102 0 -187 31.5t-144.5 93 t-92.5 152.5t-33 208zM248 561h514q0 8 1 15.5t1 17.5q0 51 -19.5 97t-52.5 80t-77 54.5t-95 20.5q-96 0 -174 -69t-98 -216zM369 1346l129 86l180 -302l-103 -61z" />
|
179
|
+
<glyph unicode="é" d="M100 465q0 119 34 211t92.5 154.5t136 95t167.5 32.5q74 0 143.5 -26.5t122 -80.5t84 -138t31.5 -199q0 -16 -1 -33.5t-3 -34.5h-665q4 -98 33.5 -164.5t74.5 -107.5t100.5 -58.5t110.5 -17.5q145 0 242 105l82 -80q-119 -143 -328 -143q-102 0 -187 31.5t-144.5 93 t-92.5 152.5t-33 208zM248 561h514q0 8 1 15.5t1 17.5q0 51 -19.5 97t-52.5 80t-77 54.5t-95 20.5q-96 0 -174 -69t-98 -216zM418 1130l180 302l129 -86l-207 -277z" />
|
180
|
+
<glyph unicode="ê" d="M100 465q0 119 34 211t92.5 154.5t136 95t167.5 32.5q74 0 143.5 -26.5t122 -80.5t84 -138t31.5 -199q0 -16 -1 -33.5t-3 -34.5h-665q4 -98 33.5 -164.5t74.5 -107.5t100.5 -58.5t110.5 -17.5q145 0 242 105l82 -80q-119 -143 -328 -143q-102 0 -187 31.5t-144.5 93 t-92.5 152.5t-33 208zM248 561h514q0 8 1 15.5t1 17.5q0 51 -19.5 97t-52.5 80t-77 54.5t-95 20.5q-96 0 -174 -69t-98 -216zM274 1116l228 287h45l225 -289l-94 -72l-160 211l-166 -209z" />
|
181
|
+
<glyph unicode="ë" d="M100 465q0 119 34 211t92.5 154.5t136 95t167.5 32.5q74 0 143.5 -26.5t122 -80.5t84 -138t31.5 -199q0 -16 -1 -33.5t-3 -34.5h-665q4 -98 33.5 -164.5t74.5 -107.5t100.5 -58.5t110.5 -17.5q145 0 242 105l82 -80q-119 -143 -328 -143q-102 0 -187 31.5t-144.5 93 t-92.5 152.5t-33 208zM231 1257q0 41 31 73t74 32q41 0 72 -31t30 -74q0 -41 -30.5 -71.5t-71.5 -30.5q-43 0 -74 31t-31 71zM248 561h514q0 8 1 15.5t1 17.5q0 51 -19.5 97t-52.5 80t-77 54.5t-95 20.5q-96 0 -174 -69t-98 -216zM598 1257q0 43 29.5 74t72.5 31 q41 0 72 -31t31 -74q0 -41 -31 -71.5t-72 -30.5q-43 0 -72.5 29.5t-29.5 72.5z" />
|
182
|
+
<glyph unicode="ì" d="M205 0v119h239v698h-227v119h375v-817h219v-119h-606zM267 1346l129 86l180 -302l-103 -61z" />
|
183
|
+
<glyph unicode="í" d="M205 0v119h239v698h-227v119h375v-817h219v-119h-606zM402 1130l180 302l129 -86l-207 -277z" />
|
184
|
+
<glyph unicode="î" d="M205 0v119h239v698h-227v119h375v-817h219v-119h-606zM233 1116l228 287h45l225 -289l-94 -72l-160 211l-166 -209z" />
|
185
|
+
<glyph unicode="ï" d="M205 0v119h239v698h-227v119h375v-817h219v-119h-606zM213 1257q0 41 31 73t74 32q41 0 72 -31t30 -74q0 -41 -30.5 -71.5t-71.5 -30.5q-43 0 -74 31t-31 71zM580 1257q0 43 29.5 74t72.5 31q41 0 72 -31t31 -74q0 -41 -31 -71.5t-72 -30.5q-43 0 -72.5 29.5t-29.5 72.5z " />
|
186
|
+
<glyph unicode="ð" d="M82 457q0 102 35 193t93 159t133 107.5t153 39.5q160 0 260 -106q-33 78 -76 148.5t-100 131.5l-263 -73l-36 98l213 57q-92 78 -209 131l166 33q92 -51 178 -127l221 60l35 -90l-174 -52q231 -262 231 -649q0 -123 -27.5 -223t-80 -171t-131 -110t-179.5 -39 q-90 0 -170 36t-140 100.5t-96 152.5t-36 193zM240 475q0 -84 22.5 -152.5t60 -117.5t90 -76t111.5 -27q51 0 99.5 21.5t86.5 68t60.5 116t22.5 167.5t-25 167t-64.5 111t-88 60t-97.5 18t-99 -22.5t-90 -67.5t-64.5 -111.5t-24.5 -154.5z" />
|
187
|
+
<glyph unicode="ñ" d="M139 0v936h152v-166q53 86 136 137t169 51q61 0 114.5 -21.5t92.5 -68.5t60.5 -120.5t21.5 -180.5v-567h-146v563q0 147 -50 206.5t-122 59.5q-47 0 -96 -20.5t-89 -58t-65.5 -91t-25.5 -120.5v-539h-152zM178 1206q111 178 232 178q37 0 79 -23.5t74.5 -53t60 -53 t42.5 -23.5q25 0 42 8t30.5 23.5t25.5 35t31 41.5l76 -82q-61 -74 -105.5 -109.5t-91.5 -35.5t-85 24.5t-66.5 53.5t-57.5 53.5t-53 24.5q-45 0 -72 -27.5t-72 -99.5z" />
|
188
|
+
<glyph unicode="ò" d="M82 463q0 104 36 196.5t96 157t140 102t166 37.5t163 -33.5t134 -97t91 -154.5t34 -204q0 -115 -32.5 -205t-90 -154.5t-135.5 -98.5t-166 -34q-90 0 -169 37t-138 101.5t-94 154.5t-35 195zM238 471q0 -82 22.5 -149.5t60 -116.5t89 -76t108.5 -27t107.5 24t88.5 70 t59.5 113.5t21.5 153.5q0 88 -23.5 156.5t-62.5 115.5t-89.5 71.5t-105.5 24.5t-105.5 -24.5t-88 -71.5t-60 -113.5t-22.5 -150.5zM369 1346l129 86l180 -302l-103 -61z" />
|
189
|
+
<glyph unicode="ó" d="M82 463q0 104 36 196.5t96 157t140 102t166 37.5t163 -33.5t134 -97t91 -154.5t34 -204q0 -115 -32.5 -205t-90 -154.5t-135.5 -98.5t-166 -34q-90 0 -169 37t-138 101.5t-94 154.5t-35 195zM238 471q0 -82 22.5 -149.5t60 -116.5t89 -76t108.5 -27t107.5 24t88.5 70 t59.5 113.5t21.5 153.5q0 88 -23.5 156.5t-62.5 115.5t-89.5 71.5t-105.5 24.5t-105.5 -24.5t-88 -71.5t-60 -113.5t-22.5 -150.5zM418 1130l180 302l129 -86l-207 -277z" />
|
190
|
+
<glyph unicode="ô" d="M82 463q0 104 36 196.5t96 157t140 102t166 37.5t163 -33.5t134 -97t91 -154.5t34 -204q0 -115 -32.5 -205t-90 -154.5t-135.5 -98.5t-166 -34q-90 0 -169 37t-138 101.5t-94 154.5t-35 195zM238 471q0 -82 22.5 -149.5t60 -116.5t89 -76t108.5 -27t107.5 24t88.5 70 t59.5 113.5t21.5 153.5q0 88 -23.5 156.5t-62.5 115.5t-89.5 71.5t-105.5 24.5t-105.5 -24.5t-88 -71.5t-60 -113.5t-22.5 -150.5zM274 1116l228 287h45l225 -289l-94 -72l-160 211l-166 -209z" />
|
191
|
+
<glyph unicode="õ" d="M82 463q0 104 36 196.5t96 157t140 102t166 37.5t163 -33.5t134 -97t91 -154.5t34 -204q0 -115 -32.5 -205t-90 -154.5t-135.5 -98.5t-166 -34q-90 0 -169 37t-138 101.5t-94 154.5t-35 195zM186 1206q111 178 232 178q37 0 79 -23.5t74.5 -53t60 -53t42.5 -23.5 q25 0 42 8t30.5 23.5t25.5 35t31 41.5l76 -82q-61 -74 -105.5 -109.5t-91.5 -35.5t-85 24.5t-66.5 53.5t-57.5 53.5t-53 24.5q-45 0 -72 -27.5t-72 -99.5zM238 471q0 -82 22.5 -149.5t60 -116.5t89 -76t108.5 -27t107.5 24t88.5 70t59.5 113.5t21.5 153.5q0 88 -23.5 156.5 t-62.5 115.5t-89.5 71.5t-105.5 24.5t-105.5 -24.5t-88 -71.5t-60 -113.5t-22.5 -150.5z" />
|
192
|
+
<glyph unicode="ö" d="M82 463q0 104 36 196.5t96 157t140 102t166 37.5t163 -33.5t134 -97t91 -154.5t34 -204q0 -115 -32.5 -205t-90 -154.5t-135.5 -98.5t-166 -34q-90 0 -169 37t-138 101.5t-94 154.5t-35 195zM229 1257q0 41 31 73t74 32q41 0 72 -31t30 -74q0 -41 -30.5 -71.5 t-71.5 -30.5q-43 0 -74 31t-31 71zM238 471q0 -82 22.5 -149.5t60 -116.5t89 -76t108.5 -27t107.5 24t88.5 70t59.5 113.5t21.5 153.5q0 88 -23.5 156.5t-62.5 115.5t-89.5 71.5t-105.5 24.5t-105.5 -24.5t-88 -71.5t-60 -113.5t-22.5 -150.5zM596 1257q0 43 29.5 74 t72.5 31q41 0 72 -31t31 -74q0 -41 -31 -71.5t-72 -30.5q-43 0 -72.5 29.5t-29.5 72.5z" />
|
193
|
+
<glyph unicode="÷" d="M145 575v138h738v-138h-738zM430 324q0 41 29.5 67.5t64.5 26.5t64 -29q27 -31 26 -65q0 -37 -26.5 -64t-63.5 -27t-65.5 26t-28.5 65zM432 954q0 39 27.5 67t62.5 28q37 0 66 -29q27 -31 26 -66q0 -37 -26.5 -63.5t-65.5 -26.5q-37 0 -63.5 27t-26.5 63z" />
|
194
|
+
<glyph unicode="ø" d="M82 453q0 111 36 203t96 158.5t141 104t171 37.5q80 0 160 -34l76 141l108 -59l-79 -150q152 -139 151 -377q0 -119 -32.5 -212t-90 -157.5t-134.5 -98.5t-163 -34q-102 0 -190 45l-82 -151l-107 55l90 166q-152 145 -151 363zM238 481q0 -156 69 -256l316 580 q-52 26 -107 26t-105.5 -25.5t-89 -71.5t-61 -110.5t-22.5 -142.5zM397 137q59 -35 125 -35q55 0 104.5 25t87.5 71t59.5 111.5t21.5 147.5q0 168 -76 268z" />
|
195
|
+
<glyph unicode="ù" d="M127 414l2 522h147v-522q0 -90 16.5 -150.5t46.5 -97.5t67.5 -53.5t82.5 -16.5q49 4 94.5 24.5t81 58.5t56 97.5t20.5 143.5v516h150v-852q0 -47 10 -84h-156q-2 14 -4 31.5t0 40.5l2 71q-45 -78 -121.5 -122t-168.5 -44q-72 0 -129.5 26t-103.5 79t-69.5 135t-23.5 197z M369 1346l129 86l180 -302l-103 -61z" />
|
196
|
+
<glyph unicode="ú" d="M127 414l2 522h147v-522q0 -90 16.5 -150.5t46.5 -97.5t67.5 -53.5t82.5 -16.5q49 4 94.5 24.5t81 58.5t56 97.5t20.5 143.5v516h150v-852q0 -47 10 -84h-156q-2 14 -4 31.5t0 40.5l2 71q-45 -78 -121.5 -122t-168.5 -44q-72 0 -129.5 26t-103.5 79t-69.5 135t-23.5 197z M418 1130l180 302l129 -86l-207 -277z" />
|
197
|
+
<glyph unicode="û" d="M127 414l2 522h147v-522q0 -90 16.5 -150.5t46.5 -97.5t67.5 -53.5t82.5 -16.5q49 4 94.5 24.5t81 58.5t56 97.5t20.5 143.5v516h150v-852q0 -47 10 -84h-156q-2 14 -4 31.5t0 40.5l2 71q-45 -78 -121.5 -122t-168.5 -44q-72 0 -129.5 26t-103.5 79t-69.5 135t-23.5 197z M274 1116l228 287h45l225 -289l-94 -72l-160 211l-166 -209z" />
|
198
|
+
<glyph unicode="ü" d="M127 414l2 522h147v-522q0 -90 16.5 -150.5t46.5 -97.5t67.5 -53.5t82.5 -16.5q49 4 94.5 24.5t81 58.5t56 97.5t20.5 143.5v516h150v-852q0 -47 10 -84h-156q-2 14 -4 31.5t0 40.5l2 71q-45 -78 -121.5 -122t-168.5 -44q-72 0 -129.5 26t-103.5 79t-69.5 135t-23.5 197z M229 1257q0 41 31 73t74 32q41 0 72 -31t30 -74q0 -41 -30.5 -71.5t-71.5 -30.5q-43 0 -74 31t-31 71zM596 1257q0 43 29.5 74t72.5 31q41 0 72 -31t31 -74q0 -41 -31 -71.5t-72 -30.5q-43 0 -72.5 29.5t-29.5 72.5z" />
|
199
|
+
<glyph unicode="ý" d="M45 -276l78 131q6 -6 10 -19.5t6 -17.5l9 -10q8 -9 21 -18t33.5 -17.5t45.5 -8.5q59 0 105 37t91 133l29 70l-352 866l-27 66h182q0 -16 -4 -27.5t-4 -21.5q0 -8 4 -13l275 -688l178 502q27 72 43 134.5t27 113.5h153q-18 -53 -39.5 -120.5t-52.5 -149.5l-254 -670 l-39 -102q-49 -137 -126 -193.5t-177 -56.5q-133 0 -215 80zM418 1130l180 302l129 -86l-207 -277z" />
|
200
|
+
<glyph unicode="þ" d="M123 -342v1704h164q0 -14 -7.5 -32.5t-7.5 -35.5v-501q47 76 126 119.5t159 43.5q78 0 148.5 -29.5t125 -89t86 -149.5t31.5 -213t-33.5 -217t-89 -156.5t-126 -94.5t-144.5 -32q-86 0 -159.5 39t-121.5 109v-465h-151zM272 389q4 -152 70 -217.5t162 -65.5 q51 0 102 16.5t93 56.5t69 105.5t27 164.5q0 180 -75 281t-210 101q-41 0 -84 -14t-77 -49t-55.5 -93.5t-21.5 -144.5v-141z" />
|
201
|
+
<glyph unicode="ÿ" d="M45 -276l78 131q6 -6 10 -19.5t6 -17.5l9 -10q8 -9 21 -18t33.5 -17.5t45.5 -8.5q59 0 105 37t91 133l29 70l-352 866l-27 66h182q0 -16 -4 -27.5t-4 -21.5q0 -8 4 -13l275 -688l178 502q27 72 43 134.5t27 113.5h153q-18 -53 -39.5 -120.5t-52.5 -149.5l-254 -670 l-39 -102q-49 -137 -126 -193.5t-177 -56.5q-133 0 -215 80zM229 1257q0 41 31 73t74 32q41 0 72 -31t30 -74q0 -41 -30.5 -71.5t-71.5 -30.5q-43 0 -74 31t-31 71zM596 1257q0 43 29.5 74t72.5 31q41 0 72 -31t31 -74q0 -41 -31 -71.5t-72 -30.5q-43 0 -72.5 29.5 t-29.5 72.5z" />
|
202
|
+
<glyph unicode="Œ" d="M18 639q0 326 88.5 490.5t247.5 164.5q43 0 85 -17t79 -58v59h473v-127h-346v-420h293v-131h-293v-473h342v-127h-471v63q-35 -41 -76 -59t-88 -18q-154 0 -244 158.5t-90 494.5zM150 641q0 -252 56 -391t161 -139q53 0 94 43t55 110v729q-12 35 -27.5 68t-36 58.5 t-46 41t-56.5 15.5q-41 0 -75.5 -26t-64.5 -87.5t-45 -163.5t-15 -258z" />
|
203
|
+
<glyph unicode="œ" d="M12 467q0 135 25.5 228t72 150.5t102 83t118.5 25.5q123 0 192 -94q80 94 207 94q129 0 202 -94t73 -280v-127h-467q2 -111 15 -180.5t41 -106.5t63.5 -53.5t86.5 -16.5q125 0 197 78l72 -88q-109 -111 -250 -111t-244 84q-90 -82 -203 -82q-51 0 -104 21.5t-97 76 t-73 149.5t-29 243zM135 489q0 -197 53.5 -292t145.5 -95q41 0 71.5 21.5t30.5 58.5q0 6 -6 47q-12 72 -16 137.5t-4 120.5q0 119 9 179.5t9 74.5q0 39 -28.5 64.5t-69.5 25.5q-37 0 -71 -18t-62.5 -59t-45 -105.5t-16.5 -159.5zM539 569h344v19q0 147 -47.5 200.5 t-133.5 53.5q-76 0 -119.5 -65.5t-43.5 -188.5v-19z" />
|
204
|
+
<glyph unicode="Ÿ" d="M57 1276h164l314 -619l282 619h152l-363 -772v-504h-155v504zM221 1511q0 41 30.5 73t71.5 32q43 0 74 -31t31 -74q0 -41 -31 -71.5t-74 -30.5q-41 0 -71.5 30.5t-30.5 71.5zM587 1511q0 43 30 74t71 31q43 0 74 -31t30 -74q0 -41 -30.5 -71.5t-73.5 -30.5 q-41 0 -71 29.5t-30 72.5z" />
|
205
|
+
<glyph unicode="ˆ" d="M274 1116l228 287h45l225 -289l-94 -72l-160 211l-166 -209z" />
|
206
|
+
<glyph unicode="˜" d="M186 1206q111 178 232 178q37 0 79 -23.5t74.5 -53t60 -53t42.5 -23.5q25 0 42 8t30.5 23.5t25.5 35t31 41.5l76 -82q-61 -74 -105.5 -109.5t-91.5 -35.5t-85 24.5t-66.5 53.5t-57.5 53.5t-53 24.5q-45 0 -72 -27.5t-72 -99.5z" />
|
207
|
+
<glyph unicode=" " horiz-adv-x="821" />
|
208
|
+
<glyph unicode=" " horiz-adv-x="1642" />
|
209
|
+
<glyph unicode=" " horiz-adv-x="821" />
|
210
|
+
<glyph unicode=" " horiz-adv-x="1642" />
|
211
|
+
<glyph unicode=" " horiz-adv-x="547" />
|
212
|
+
<glyph unicode=" " horiz-adv-x="410" />
|
213
|
+
<glyph unicode=" " horiz-adv-x="273" />
|
214
|
+
<glyph unicode=" " horiz-adv-x="273" />
|
215
|
+
<glyph unicode=" " horiz-adv-x="205" />
|
216
|
+
<glyph unicode=" " horiz-adv-x="328" />
|
217
|
+
<glyph unicode=" " horiz-adv-x="91" />
|
218
|
+
<glyph unicode="‐" d="M145 575v138h738v-138h-738z" />
|
219
|
+
<glyph unicode="‑" d="M145 575v138h738v-138h-738z" />
|
220
|
+
<glyph unicode="‒" d="M145 575v138h738v-138h-738z" />
|
221
|
+
<glyph unicode="–" horiz-adv-x="1310" d="M145 575v138h1024v-138h-1024z" />
|
222
|
+
<glyph unicode="—" horiz-adv-x="2334" d="M145 575v138h2048v-138h-2048z" />
|
223
|
+
<glyph unicode="‘" d="M373 922q0 166 217 385l72 -64q-57 -51 -95.5 -113.5t-38.5 -101.5q0 -20 16.5 -37.5t36 -34t36 -38t16.5 -48.5q0 -49 -34 -83.5t-87 -34.5t-96 47t-43 123z" />
|
224
|
+
<glyph unicode="’" d="M338 813q57 53 95 114.5t38 100.5q0 20 -16.5 38.5t-37 35t-35.5 37t-15 47.5q0 51 33.5 86t86.5 35t96.5 -47t43.5 -123q0 -162 -219 -385z" />
|
225
|
+
<glyph unicode="‚" d="M338 -283q57 53 95 115t38 100q0 20 -16.5 38t-36 34t-35.5 37.5t-16 48.5q0 51 33.5 86t86.5 35t96.5 -47t43.5 -123q0 -162 -219 -385z" />
|
226
|
+
<glyph unicode="“" d="M162 922q0 166 217 385l70 -64q-57 -51 -95.5 -113.5t-38.5 -101.5q0 -20 16.5 -36.5t38 -34t37 -39t15.5 -48.5q0 -49 -35 -83.5t-88 -34.5t-95 47t-42 123zM586 922q0 166 217 385l69 -64q-57 -51 -95 -113.5t-38 -101.5q0 -20 16.5 -36.5t38 -34t37 -39t15.5 -48.5 q0 -49 -35 -83.5t-88 -34.5t-95 47t-42 123z" />
|
227
|
+
<glyph unicode="”" d="M125 813q59 53 96 114.5t37 100.5q0 20 -17.5 38.5t-36 36t-34.5 37t-16 46.5q0 51 33.5 86t86.5 35q55 0 97.5 -47t42.5 -123q0 -166 -217 -385zM549 813q59 53 96 114.5t37 100.5q0 20 -15.5 38.5t-36 36t-36.5 37t-16 46.5q0 51 33.5 86t86.5 35q55 0 97.5 -47 t42.5 -123q0 -166 -217 -385z" />
|
228
|
+
<glyph unicode="„" d="M125 -283q59 53 96 115t37 100q0 20 -16.5 38t-36 36.5t-35.5 37.5t-16 46q0 51 33.5 86t86.5 35q55 0 97.5 -47t42.5 -123q0 -166 -217 -385zM549 -283q59 53 96 115t37 100q0 20 -16.5 38t-36 34t-35.5 37.5t-16 48.5q0 51 33.5 86t86.5 35q55 0 97.5 -47t42.5 -123 q0 -166 -217 -385z" />
|
229
|
+
<glyph unicode="•" d="M350 606q0 72 52.5 122t121.5 50q68 0 123 -51q51 -51 51 -121t-51 -120t-123 -50t-123 50.5t-51 119.5z" />
|
230
|
+
<glyph unicode="…" d="M14 94q0 47 36 83t85 36q47 0 86 -35q35 -39 35 -84q0 -47 -35 -82t-86 -35q-53 0 -87 35t-34 82zM367 94q0 49 36.5 84t83.5 35t86 -35q37 -37 37 -84t-35.5 -82t-87.5 -35q-51 0 -85.5 34t-34.5 83zM721 94q0 49 37 84t84 35t86 -35q35 -39 35 -84q0 -47 -35 -82 t-86 -35t-86 34t-35 83z" />
|
231
|
+
<glyph unicode=" " horiz-adv-x="328" />
|
232
|
+
<glyph unicode="‹" d="M297 471v47l311 301l80 -84l-248 -241l262 -287l-81 -82z" />
|
233
|
+
<glyph unicode="›" d="M297 207l262 287l-248 241l80 84l311 -301v-47l-323 -346z" />
|
234
|
+
<glyph unicode=" " horiz-adv-x="410" />
|
235
|
+
<glyph unicode="€" d="M68 446l26 119h82q0 10 -1 21.5t-1 23.5q0 59 6 119h-112l26 119h105q25 119 75 203t113.5 136t138 75.5t148.5 23.5q167 1 276 -110l-51 -140q-6 4 -13 25.5t-34 44t-71 43t-115 20.5q-115 0 -210.5 -77.5t-129.5 -243.5h505l-45 -119h-479q-4 -35 -4 -63.5v-51.5v-49 h422l-47 -119h-363q29 -170 125.5 -258t229.5 -88q125 0 219 84l59 -102q-121 -104 -286 -105q-90 0 -170 30t-142.5 89.5t-105.5 146.5t-58 203h-118z" />
|
236
|
+
<glyph unicode="™" d="M37 1219v81h452v-81h-184v-564h-92v564h-176zM549 655v645h72l147 -296l154 296h67v-645h-86v441l-123 -222l-32 3l-113 219v-441h-86z" />
|
237
|
+
<glyph unicode="◼" horiz-adv-x="931" d="M0 0v932h932v-932h-932z" />
|
238
|
+
</font>
|
239
|
+
</defs></svg>
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,32 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
3
|
+
<!-- Generator: Sketch 39.1 (31720) - http://www.bohemiancoding.com/sketch -->
|
4
|
+
<title>check copy</title>
|
5
|
+
<desc>Created with Sketch.</desc>
|
6
|
+
<defs>
|
7
|
+
<linearGradient x1="0%" y1="0%" x2="100%" y2="100%" id="linearGradient-1">
|
8
|
+
<stop stop-color="#F6F3F9" offset="0%"></stop>
|
9
|
+
<stop stop-color="#F3F0F7" offset="100%"></stop>
|
10
|
+
</linearGradient>
|
11
|
+
<linearGradient x1="0%" y1="0%" x2="100%" y2="100%" id="linearGradient-2">
|
12
|
+
<stop stop-color="#AB8ECD" offset="0%"></stop>
|
13
|
+
<stop stop-color="#79589F" offset="100%"></stop>
|
14
|
+
</linearGradient>
|
15
|
+
<path d="M167.793539,8.4124967 C187.739799,-2.80416557 212.285197,-2.80416557 232.231457,8.4124967 L367.806036,84.7833363 C387.727301,96.0243826 400,116.750824 400,139.208532 L400,291.950212 C400,314.383536 387.727301,335.134361 367.806036,346.375408 L232.231457,422.721863 C212.285197,433.96291 187.739799,433.96291 167.793539,422.721863 L32.2189589,346.375408 C12.2726989,335.134361 0,314.383536 0,291.950212 L0,139.208532 C0,116.750824 12.2726989,96.0243826 32.2189589,84.7833363 L167.793539,8.4124967 Z" id="path-3"></path>
|
16
|
+
<mask id="mask-4" maskContentUnits="userSpaceOnUse" maskUnits="objectBoundingBox" x="0" y="0" width="400" height="431.152648" fill="white">
|
17
|
+
<use xlink:href="#path-3"></use>
|
18
|
+
</mask>
|
19
|
+
<linearGradient x1="0%" y1="0%" x2="100%" y2="100%" id="linearGradient-5">
|
20
|
+
<stop stop-color="#AC8ECE" offset="0%"></stop>
|
21
|
+
<stop stop-color="#79589F" offset="100%"></stop>
|
22
|
+
</linearGradient>
|
23
|
+
</defs>
|
24
|
+
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
25
|
+
<g id="check-copy">
|
26
|
+
<g id="hex-ci" transform="translate(56.000000, 40.000000)">
|
27
|
+
<use id="Tile" stroke="url(#linearGradient-2)" mask="url(#mask-4)" stroke-width="60" fill="url(#linearGradient-1)" xlink:href="#path-3"></use>
|
28
|
+
<path d="M187.994056,283.545487 C181.136452,286.202751 173.057315,284.762484 167.521935,279.227104 L123.608213,235.313381 C116.134531,227.8397 116.127664,215.709338 123.605208,208.231795 C131.084396,200.752606 143.207591,200.755596 150.686795,208.234799 L182.179104,239.727109 L269.295376,152.610837 C276.77453,145.131682 288.897686,145.128733 296.376874,152.607921 C303.854418,160.085464 303.853136,172.21024 296.373957,179.689419 L197.753061,278.310315 C194.980522,281.082854 191.569805,282.828012 187.994056,283.545487 Z" id="menu-ci" fill="url(#linearGradient-5)"></path>
|
29
|
+
</g>
|
30
|
+
</g>
|
31
|
+
</g>
|
32
|
+
</svg>
|
@@ -0,0 +1,8 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
4
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
5
|
+
width="4.892px" height="10.236px" viewBox="0 0 4.892 10.236" enable-background="new 0 0 4.892 10.236" xml:space="preserve">
|
6
|
+
<path d="M4.892,4.236H0L2.446,0L4.892,4.236z"/>
|
7
|
+
<path d="M0,6h4.892l-2.446,4.236L0,6z"/>
|
8
|
+
</svg>
|
data/source/js/init.js
ADDED
@@ -0,0 +1,26 @@
|
|
1
|
+
(function(w){
|
2
|
+
var sw = document.body.clientWidth,
|
3
|
+
sh = document.body.clientHeight;
|
4
|
+
|
5
|
+
$(w).resize(function(){ //Update dimensions on resize
|
6
|
+
sw = document.body.clientWidth;
|
7
|
+
sh = document.body.clientHeight;
|
8
|
+
|
9
|
+
//updateAds();
|
10
|
+
});
|
11
|
+
|
12
|
+
|
13
|
+
//Navigation toggle
|
14
|
+
$('.nav-toggle-menu').click(function(e) {
|
15
|
+
e.preventDefault();
|
16
|
+
$(this).toggleClass('active');
|
17
|
+
$('.nav').toggleClass('active');
|
18
|
+
});
|
19
|
+
|
20
|
+
//Navigation toggle
|
21
|
+
$('.nav-toggle-search').click(function(e) {
|
22
|
+
e.preventDefault();
|
23
|
+
$(this).toggleClass('active');
|
24
|
+
$('.header .search-form').toggleClass('active');
|
25
|
+
});
|
26
|
+
})(this);
|
data/source/js/main.js
ADDED
@@ -0,0 +1,22 @@
|
|
1
|
+
$(function(){
|
2
|
+
|
3
|
+
//Unslider
|
4
|
+
$('.slideshow').unslider({
|
5
|
+
autoplay: true,
|
6
|
+
delay: 5000,
|
7
|
+
arrows: false,
|
8
|
+
activeClass: 'slide-active'
|
9
|
+
});
|
10
|
+
|
11
|
+
//Readmore
|
12
|
+
$('p.read-more').readmore({
|
13
|
+
// embedCSS: false,
|
14
|
+
collapsedHeight: 100,
|
15
|
+
moreLink: '<a href="#" class="more-link">Read more</a>',
|
16
|
+
lessLink: '<a href="#" class="less-link">Read less</a>'
|
17
|
+
});
|
18
|
+
|
19
|
+
//Fit Vids
|
20
|
+
$('.video-wrapper').fitVids();
|
21
|
+
|
22
|
+
});
|
@@ -0,0 +1,17 @@
|
|
1
|
+
$(function() {
|
2
|
+
$("#modal-1").on("change", function() {
|
3
|
+
if ($(this).is(":checked")) {
|
4
|
+
$("body").addClass("modal-open");
|
5
|
+
} else {
|
6
|
+
$("body").removeClass("modal-open");
|
7
|
+
}
|
8
|
+
});
|
9
|
+
|
10
|
+
$(".modal-fade-screen, .modal-close-x, .modal-close").on("click", function() {
|
11
|
+
$(".modal-state:checked").prop("checked", false).change();
|
12
|
+
});
|
13
|
+
|
14
|
+
$(".modal-inner").on("click", function(e) {
|
15
|
+
e.stopPropagation();
|
16
|
+
});
|
17
|
+
});
|
@@ -0,0 +1,77 @@
|
|
1
|
+
/*global jQuery */
|
2
|
+
/*!
|
3
|
+
* FitVids 1.0
|
4
|
+
*
|
5
|
+
* Copyright 2011, Chris Coyier - http://css-tricks.com + Dave Rupert - http://daverupert.com
|
6
|
+
* Credit to Thierry Koblentz - http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video/
|
7
|
+
* Released under the WTFPL license - http://sam.zoy.org/wtfpl/
|
8
|
+
*
|
9
|
+
* Date: Thu Sept 01 18:00:00 2011 -0500
|
10
|
+
*/
|
11
|
+
|
12
|
+
(function( $ ){
|
13
|
+
|
14
|
+
$.fn.fitVids = function( options ) {
|
15
|
+
var settings = {
|
16
|
+
customSelector: null
|
17
|
+
}
|
18
|
+
|
19
|
+
var div = document.createElement('div'),
|
20
|
+
ref = document.getElementsByTagName('base')[0] || document.getElementsByTagName('script')[0];
|
21
|
+
|
22
|
+
div.className = 'fit-vids-style';
|
23
|
+
div.innerHTML = '­<style> \
|
24
|
+
.fluid-width-video-wrapper { \
|
25
|
+
width: 100%; \
|
26
|
+
position: relative; \
|
27
|
+
padding: 0; \
|
28
|
+
} \
|
29
|
+
\
|
30
|
+
.fluid-width-video-wrapper iframe, \
|
31
|
+
.fluid-width-video-wrapper object, \
|
32
|
+
.fluid-width-video-wrapper embed { \
|
33
|
+
position: absolute; \
|
34
|
+
top: 0; \
|
35
|
+
left: 0; \
|
36
|
+
width: 100%; \
|
37
|
+
height: 100%; \
|
38
|
+
} \
|
39
|
+
</style>';
|
40
|
+
|
41
|
+
ref.parentNode.insertBefore(div,ref);
|
42
|
+
|
43
|
+
if ( options ) {
|
44
|
+
$.extend( settings, options );
|
45
|
+
}
|
46
|
+
|
47
|
+
return this.each(function(){
|
48
|
+
var selectors = [
|
49
|
+
"iframe[src*='player.vimeo.com']",
|
50
|
+
"iframe[src*='www.youtube.com']",
|
51
|
+
"iframe[src*='www.kickstarter.com']",
|
52
|
+
"object",
|
53
|
+
"embed"
|
54
|
+
];
|
55
|
+
|
56
|
+
if (settings.customSelector) {
|
57
|
+
selectors.push(settings.customSelector);
|
58
|
+
}
|
59
|
+
|
60
|
+
var $allVideos = $(this).find(selectors.join(','));
|
61
|
+
|
62
|
+
$allVideos.each(function(){
|
63
|
+
var $this = $(this);
|
64
|
+
if (this.tagName.toLowerCase() == 'embed' && $this.parent('object').length || $this.parent('.fluid-width-video-wrapper').length) { return; }
|
65
|
+
var height = ( this.tagName.toLowerCase() == 'object' || $this.attr('height') ) ? $this.attr('height') : $this.height(),
|
66
|
+
width = $this.attr('width') ? $this.attr('width') : $this.width(),
|
67
|
+
aspectRatio = height / width;
|
68
|
+
if(!$this.attr('id')){
|
69
|
+
var videoID = 'fitvid' + Math.floor(Math.random()*999999);
|
70
|
+
$this.attr('id', videoID);
|
71
|
+
}
|
72
|
+
$this.wrap('<div class="fluid-width-video-wrapper"></div>').parent('.fluid-width-video-wrapper').css('padding-top', (aspectRatio * 100)+"%");
|
73
|
+
$this.removeAttr('height').removeAttr('width');
|
74
|
+
});
|
75
|
+
});
|
76
|
+
}
|
77
|
+
})( jQuery );
|