groundworkcss 0.4.4 → 2.0.0
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.
- data/Gemfile.lock +63 -0
- data/README.md +90 -48
- data/app/assets/fonts/groundworkcss/museo-slab-500-webfont.eot +0 -0
- data/app/assets/fonts/groundworkcss/museo-slab-500-webfont.svg +1228 -0
- data/app/assets/fonts/groundworkcss/museo-slab-500-webfont.ttf +0 -0
- data/app/assets/fonts/groundworkcss/museo-slab-500-webfont.woff +0 -0
- data/app/assets/fonts/groundworkcss/quicksand-regular-webfont.eot +0 -0
- data/app/assets/fonts/groundworkcss/quicksand-regular-webfont.svg +1746 -0
- data/app/assets/fonts/groundworkcss/quicksand-regular-webfont.ttf +0 -0
- data/app/assets/fonts/groundworkcss/quicksand-regular-webfont.woff +0 -0
- data/app/assets/fonts/groundworkcss/redacted-regular.eot +0 -0
- data/app/assets/fonts/groundworkcss/redacted-regular.svg +242 -0
- data/app/assets/fonts/groundworkcss/redacted-regular.ttf +0 -0
- data/app/assets/fonts/groundworkcss/redacted-regular.woff +0 -0
- data/app/assets/fonts/groundworkcss/redacted-script-bold.eot +0 -0
- data/app/assets/fonts/groundworkcss/redacted-script-bold.svg +244 -0
- data/app/assets/fonts/groundworkcss/redacted-script-bold.ttf +0 -0
- data/app/assets/fonts/groundworkcss/redacted-script-bold.woff +0 -0
- data/app/assets/fonts/groundworkcss/redacted-script-light.eot +0 -0
- data/app/assets/fonts/groundworkcss/redacted-script-light.svg +244 -0
- data/app/assets/fonts/groundworkcss/redacted-script-light.ttf +0 -0
- data/app/assets/fonts/groundworkcss/redacted-script-light.woff +0 -0
- data/app/assets/fonts/groundworkcss/redacted-script-regular.eot +0 -0
- data/app/assets/fonts/groundworkcss/redacted-script-regular.svg +244 -0
- data/app/assets/fonts/groundworkcss/redacted-script-regular.ttf +0 -0
- data/app/assets/fonts/groundworkcss/redacted-script-regular.woff +0 -0
- data/app/assets/fonts/groundworkcss/sourcesanspro-regular-webfont.eot +0 -0
- data/app/assets/fonts/groundworkcss/sourcesanspro-regular-webfont.svg +978 -0
- data/app/assets/fonts/groundworkcss/sourcesanspro-regular-webfont.ttf +0 -0
- data/app/assets/fonts/groundworkcss/sourcesanspro-regular-webfont.woff +0 -0
- data/app/assets/images/groundworkcss/black_linen_v2.png +0 -0
- data/app/assets/images/groundworkcss/diag6-black.png +0 -0
- data/app/assets/images/groundworkcss/example-usage.png +0 -0
- data/app/assets/images/groundworkcss/favicon.ico +0 -0
- data/app/assets/images/groundworkcss/groundwork-logo.png +0 -0
- data/app/assets/images/groundworkcss/groundwork-logo.svg +1 -0
- data/app/assets/images/groundworkcss/layout-a.png +0 -0
- data/app/assets/images/groundworkcss/layout-b.png +0 -0
- data/app/assets/images/groundworkcss/layout-c.png +0 -0
- data/app/assets/javascripts/groundworkcss/all.js +4 -0
- data/app/assets/javascripts/groundworkcss/components/checklists.coffee +8 -0
- data/app/assets/javascripts/groundworkcss/components/dismissible.coffee +7 -3
- data/app/assets/javascripts/groundworkcss/components/equalizeColumns.coffee +3 -4
- data/app/assets/javascripts/groundworkcss/components/menus.coffee +22 -156
- data/app/assets/javascripts/groundworkcss/components/navigation.coffee +90 -0
- data/app/assets/javascripts/groundworkcss/components/tabs.coffee +83 -18
- data/app/assets/javascripts/groundworkcss/demo/ZeroClipboard.swf +0 -0
- data/app/assets/javascripts/groundworkcss/demo/jquery.snippet.min.js +12 -0
- data/app/assets/javascripts/groundworkcss/libs/boxsizing.htc +6 -3
- data/app/assets/javascripts/groundworkcss/plugins/jquery-placeholderText.coffee +90 -0
- data/app/assets/javascripts/groundworkcss/plugins/jquery-responsiveTables.coffee +0 -1
- data/app/assets/stylesheets/groundworkcss/_settings-rails3.scss +298 -262
- data/app/assets/stylesheets/groundworkcss/_settings-rails4.scss +298 -262
- data/app/assets/stylesheets/groundworkcss/_settings.scss +306 -268
- data/app/assets/stylesheets/groundworkcss/anim/_all-animations.scss +37 -0
- data/app/assets/stylesheets/groundworkcss/anim/_bounce.scss +253 -0
- data/app/assets/stylesheets/groundworkcss/anim/_fade.scss +279 -0
- data/app/assets/stylesheets/groundworkcss/anim/_flash.scss +14 -0
- data/app/assets/stylesheets/groundworkcss/anim/_flip.scss +115 -0
- data/app/assets/stylesheets/groundworkcss/anim/_hinge.scss +21 -0
- data/app/assets/stylesheets/groundworkcss/anim/_lightspeed.scss +28 -0
- data/app/assets/stylesheets/groundworkcss/anim/_pulse.scss +15 -0
- data/app/assets/stylesheets/groundworkcss/anim/_roll.scss +37 -0
- data/app/assets/stylesheets/groundworkcss/anim/_rotate.scss +171 -0
- data/app/assets/stylesheets/groundworkcss/anim/_shake.scss +15 -0
- data/app/assets/stylesheets/groundworkcss/anim/_spin.scss +57 -0
- data/app/assets/stylesheets/groundworkcss/anim/_swing.scss +18 -0
- data/app/assets/stylesheets/groundworkcss/anim/_tada.scss +17 -0
- data/app/assets/stylesheets/groundworkcss/anim/_wiggle.scss +28 -0
- data/app/assets/stylesheets/groundworkcss/anim/_wobble.scss +19 -0
- data/app/assets/stylesheets/groundworkcss/base/_all-base.scss +4 -1
- data/app/assets/stylesheets/groundworkcss/base/_flex-box.scss +8 -23
- data/app/assets/stylesheets/groundworkcss/base/_global.scss +25 -19
- data/app/assets/stylesheets/groundworkcss/base/_grid.scss +140 -52
- data/app/assets/stylesheets/groundworkcss/base/_hbox-vbox.scss +101 -0
- data/app/assets/stylesheets/groundworkcss/base/_helpers.scss +80 -47
- data/app/assets/stylesheets/groundworkcss/base/_reset.scss +13 -1
- data/app/assets/stylesheets/groundworkcss/core/_all-core.scss +10 -6
- data/app/assets/stylesheets/groundworkcss/core/_constants.scss +1 -11
- data/app/assets/stylesheets/groundworkcss/core/_defaults.scss +2 -295
- data/app/assets/stylesheets/groundworkcss/core/_mixins-core.scss +16 -42
- data/app/assets/stylesheets/groundworkcss/core/_palette.scss +123 -0
- data/app/assets/stylesheets/groundworkcss/demo/_jquery.snippet.groundwork.scss +145 -0
- data/app/assets/stylesheets/groundworkcss/demo/groundworkdocs.scss +102 -0
- data/app/assets/stylesheets/groundworkcss/demo/jquery.snippet.scss +35 -0
- data/app/assets/stylesheets/groundworkcss/groundwork-ie.scss +30 -63
- data/app/assets/stylesheets/groundworkcss/groundwork.scss +10 -11
- data/app/assets/stylesheets/groundworkcss/icons/_all-icons.scss +5 -2
- data/app/assets/stylesheets/groundworkcss/icons/font-awesome/_extras.scss +0 -39
- data/app/assets/stylesheets/groundworkcss/{libs/placeholder_polyfill.css → placeholder_polyfill.css} +0 -0
- data/app/assets/stylesheets/groundworkcss/responsive/_all-responsive.scss +2 -2
- data/app/assets/stylesheets/groundworkcss/responsive/_desktop.scss +138 -13
- data/app/assets/stylesheets/groundworkcss/responsive/_helpers-responsive.scss +21 -15
- data/app/assets/stylesheets/groundworkcss/responsive/_ipad.scss +144 -16
- data/app/assets/stylesheets/groundworkcss/responsive/_mobile.scss +148 -34
- data/app/assets/stylesheets/groundworkcss/responsive/_small-tablet.scss +133 -176
- data/app/assets/stylesheets/groundworkcss/type/_all-type.scss +8 -4
- data/app/assets/stylesheets/groundworkcss/type/_link-type-icons.scss +404 -0
- data/app/assets/stylesheets/groundworkcss/type/_typography.scss +291 -84
- data/app/assets/stylesheets/groundworkcss/type/_webfonts.scss +48 -5
- data/app/assets/stylesheets/groundworkcss/ui/_all-ui.scss +6 -4
- data/app/assets/stylesheets/groundworkcss/ui/_boxes.scss +102 -0
- data/app/assets/stylesheets/groundworkcss/ui/_buttons.scss +389 -0
- data/app/assets/stylesheets/groundworkcss/{form → ui}/_forms.scss +49 -33
- data/app/assets/stylesheets/groundworkcss/ui/_messages.scss +76 -32
- data/app/assets/stylesheets/groundworkcss/ui/_nav.scss +346 -0
- data/app/assets/stylesheets/groundworkcss/ui/_tables.scss +83 -29
- data/app/assets/stylesheets/groundworkcss/ui/_tabs.scss +192 -0
- data/app/views/groundworkdocs/animations.html.erb +156 -0
- data/app/views/groundworkdocs/boxes.html.erb +131 -0
- data/app/views/groundworkdocs/breakpoints.html.erb +143 -0
- data/app/views/groundworkdocs/buttons.html.erb +369 -0
- data/app/views/groundworkdocs/forms.html.erb +399 -0
- data/app/views/groundworkdocs/grid.html.erb +582 -0
- data/app/views/groundworkdocs/helpers.html.erb +326 -0
- data/app/views/groundworkdocs/home.html.erb +88 -0
- data/app/views/groundworkdocs/icons.html.erb +1428 -0
- data/app/views/groundworkdocs/layout_a.html.erb +122 -0
- data/app/views/groundworkdocs/layout_b.html.erb +37 -0
- data/app/views/groundworkdocs/layout_c.html.erb +116 -0
- data/app/views/groundworkdocs/media_queries.html.erb +75 -0
- data/app/views/groundworkdocs/messages.html.erb +92 -0
- data/app/views/groundworkdocs/navigation.html.erb +500 -0
- data/app/views/groundworkdocs/placeholder_text.html.erb +86 -0
- data/app/views/groundworkdocs/responsive_text.html.erb +90 -0
- data/app/views/groundworkdocs/tables.html.erb +554 -0
- data/app/views/groundworkdocs/tabs.html.erb +216 -0
- data/app/views/groundworkdocs/typography.html.erb +656 -0
- data/app/views/layouts/groundworkdocs.html.erb +126 -0
- data/groundworkcss.gemspec +2 -2
- data/lib/groundworkcss/generators/USAGE.md +24 -0
- data/lib/groundworkcss/generators/docs_generator.rb +61 -0
- data/lib/groundworkcss/generators/install_generator.rb +25 -8
- data/lib/groundworkcss/version.rb +1 -1
- data/lib/groundworkcss.rb +1 -1
- metadata +105 -292
- data/app/assets/fonts/groundworkcss/FontAwesome.otf +0 -0
- data/app/assets/fonts/groundworkcss/americantypewriterstd-bold.eot +0 -0
- data/app/assets/fonts/groundworkcss/americantypewriterstd-bold.svg +0 -128
- data/app/assets/fonts/groundworkcss/americantypewriterstd-bold.ttf +0 -0
- data/app/assets/fonts/groundworkcss/americantypewriterstd-bold.woff +0 -0
- data/app/assets/fonts/groundworkcss/average-sans-webfont.eot +0 -0
- data/app/assets/fonts/groundworkcss/average-sans-webfont.ttf +0 -0
- data/app/assets/fonts/groundworkcss/average-sans-webfont.woff +0 -0
- data/app/assets/images/groundworkcss/social-icons/500px-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/500px-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/500px.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/500px.svg +0 -62
- data/app/assets/images/groundworkcss/social-icons/aboutme-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/aboutme-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/aboutme.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/aboutme.svg +0 -42
- data/app/assets/images/groundworkcss/social-icons/adn-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/adn-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/adn.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/adn.svg +0 -14
- data/app/assets/images/groundworkcss/social-icons/android-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/android-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/android.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/android.svg +0 -30
- data/app/assets/images/groundworkcss/social-icons/apple-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/apple-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/apple.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/apple.svg +0 -19
- data/app/assets/images/groundworkcss/social-icons/behance-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/behance-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/behance.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/behance.svg +0 -48
- data/app/assets/images/groundworkcss/social-icons/bitbucket-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/bitbucket-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/bitbucket.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/bitbucket.svg +0 -36
- data/app/assets/images/groundworkcss/social-icons/blogger-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/blogger-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/blogger.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/blogger.svg +0 -22
- data/app/assets/images/groundworkcss/social-icons/coderwall-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/coderwall-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/coderwall.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/coderwall.svg +0 -21
- data/app/assets/images/groundworkcss/social-icons/creativecloud-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/creativecloud-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/creativecloud.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/creativecloud.svg +0 -48
- data/app/assets/images/groundworkcss/social-icons/dribbble-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/dribbble-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/dribbble.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/dribbble.svg +0 -28
- data/app/assets/images/groundworkcss/social-icons/dropbox-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/dropbox-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/dropbox.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/dropbox.svg +0 -73
- data/app/assets/images/groundworkcss/social-icons/evernote-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/evernote-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/evernote.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/evernote.svg +0 -62
- data/app/assets/images/groundworkcss/social-icons/facebook-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/facebook-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/facebook.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/facebook.svg +0 -15
- data/app/assets/images/groundworkcss/social-icons/fairheadcreative-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/fairheadcreative-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/fairheadcreative.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/fairheadcreative.svg +0 -24
- data/app/assets/images/groundworkcss/social-icons/flickr-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/flickr-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/flickr.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/flickr.svg +0 -14
- data/app/assets/images/groundworkcss/social-icons/foursquare-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/foursquare-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/foursquare.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/foursquare.svg +0 -43
- data/app/assets/images/groundworkcss/social-icons/git-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/git-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/git.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/git.svg +0 -22
- data/app/assets/images/groundworkcss/social-icons/github-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/github-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/github.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/github.svg +0 -38
- data/app/assets/images/groundworkcss/social-icons/goodreads-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/goodreads-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/goodreads.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/goodreads.svg +0 -38
- data/app/assets/images/groundworkcss/social-icons/googleplay-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/googleplay-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/googleplay.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/googleplay.svg +0 -24
- data/app/assets/images/groundworkcss/social-icons/googleplus-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/googleplus-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/googleplus.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/googleplus.svg +0 -52
- data/app/assets/images/groundworkcss/social-icons/html5-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/html5-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/html5.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/html5.svg +0 -29
- data/app/assets/images/groundworkcss/social-icons/icloud-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/icloud-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/icloud.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/icloud.svg +0 -26
- data/app/assets/images/groundworkcss/social-icons/instagram-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/instagram-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/instagram.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/instagram.svg +0 -166
- data/app/assets/images/groundworkcss/social-icons/lastfm-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/lastfm-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/lastfm.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/lastfm.svg +0 -44
- data/app/assets/images/groundworkcss/social-icons/linkedin-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/linkedin-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/linkedin.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/linkedin.svg +0 -28
- data/app/assets/images/groundworkcss/social-icons/mail-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/mail-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/mail.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/mail.svg +0 -27
- data/app/assets/images/groundworkcss/social-icons/mercurial-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/mercurial-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/mercurial.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/mercurial.svg +0 -22
- data/app/assets/images/groundworkcss/social-icons/mixi-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/mixi-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/mixi.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/mixi.svg +0 -32
- data/app/assets/images/groundworkcss/social-icons/msn-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/msn-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/msn.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/msn.svg +0 -44
- data/app/assets/images/groundworkcss/social-icons/orkut-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/orkut-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/orkut.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/orkut.svg +0 -23
- data/app/assets/images/groundworkcss/social-icons/picasa-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/picasa-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/picasa.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/picasa.svg +0 -48
- data/app/assets/images/groundworkcss/social-icons/pinterest-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/pinterest-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/pinterest.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/pinterest.svg +0 -42
- data/app/assets/images/groundworkcss/social-icons/pocketapp-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/pocketapp-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/pocketapp.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/pocketapp.svg +0 -38
- data/app/assets/images/groundworkcss/social-icons/quora-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/quora-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/quora.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/quora.svg +0 -20
- data/app/assets/images/groundworkcss/social-icons/rdio-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/rdio-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/rdio.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/rdio.svg +0 -18
- data/app/assets/images/groundworkcss/social-icons/renren-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/renren-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/renren.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/renren.svg +0 -79
- data/app/assets/images/groundworkcss/social-icons/rss-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/rss-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/rss.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/rss.svg +0 -18
- data/app/assets/images/groundworkcss/social-icons/skitch-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/skitch-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/skitch.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/skitch.svg +0 -24
- data/app/assets/images/groundworkcss/social-icons/skype-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/skype-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/skype.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/skype.svg +0 -25
- data/app/assets/images/groundworkcss/social-icons/soundcloud-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/soundcloud-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/soundcloud.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/soundcloud.svg +0 -60
- data/app/assets/images/groundworkcss/social-icons/spotify-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/spotify-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/spotify.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/spotify.svg +0 -38
- data/app/assets/images/groundworkcss/social-icons/stackoverflow-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/stackoverflow-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/stackoverflow.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/stackoverflow.svg +0 -32
- data/app/assets/images/groundworkcss/social-icons/stumbleupon-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/stumbleupon-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/stumbleupon.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/stumbleupon.svg +0 -22
- data/app/assets/images/groundworkcss/social-icons/svn-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/svn-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/svn.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/svn.svg +0 -25
- data/app/assets/images/groundworkcss/social-icons/tent-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/tent-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/tent.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/tent.svg +0 -16
- data/app/assets/images/groundworkcss/social-icons/tripadvisor-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/tripadvisor-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/tripadvisor.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/tripadvisor.svg +0 -30
- data/app/assets/images/groundworkcss/social-icons/tumblr-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/tumblr-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/tumblr.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/tumblr.svg +0 -16
- data/app/assets/images/groundworkcss/social-icons/twitter-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/twitter-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/twitter.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/twitter.svg +0 -24
- data/app/assets/images/groundworkcss/social-icons/vimeo-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/vimeo-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/vimeo.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/vimeo.svg +0 -20
- data/app/assets/images/groundworkcss/social-icons/weibo-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/weibo-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/weibo.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/weibo.svg +0 -54
- data/app/assets/images/groundworkcss/social-icons/windows-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/windows-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/windows.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/windows.svg +0 -26
- data/app/assets/images/groundworkcss/social-icons/wordpress-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/wordpress-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/wordpress.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/wordpress.svg +0 -50
- data/app/assets/images/groundworkcss/social-icons/xing-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/xing-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/xing.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/xing.svg +0 -16
- data/app/assets/images/groundworkcss/social-icons/yelp-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/yelp-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/yelp.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/yelp.svg +0 -54
- data/app/assets/images/groundworkcss/social-icons/youtube-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/youtube-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/youtube.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/youtube.svg +0 -106
- data/app/assets/images/groundworkcss/social-icons/youversion-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/youversion-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/youversion.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/youversion.svg +0 -54
- data/app/assets/images/groundworkcss/social-icons/zerply-m.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/zerply-s.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/zerply.png +0 -0
- data/app/assets/images/groundworkcss/social-icons/zerply.svg +0 -20
- data/app/assets/javascripts/groundworkcss/components/disabled.coffee +0 -18
- data/app/assets/javascripts/groundworkcss/components/modals.coffee +0 -46
- data/app/assets/javascripts/groundworkcss/components/pagination.coffee +0 -128
- data/app/assets/javascripts/groundworkcss/components/tiles.coffee +0 -32
- data/app/assets/javascripts/groundworkcss/index.js +0 -17
- data/app/assets/javascripts/groundworkcss/plugins/cycle/jquery.cycle2.caption2.js +0 -67
- data/app/assets/javascripts/groundworkcss/plugins/cycle/jquery.cycle2.carousel.js +0 -265
- data/app/assets/javascripts/groundworkcss/plugins/cycle/jquery.cycle2.center.js +0 -63
- data/app/assets/javascripts/groundworkcss/plugins/cycle/jquery.cycle2.ie-fade.js +0 -46
- data/app/assets/javascripts/groundworkcss/plugins/cycle/jquery.cycle2.scrollVert.js +0 -15
- data/app/assets/javascripts/groundworkcss/plugins/cycle/jquery.cycle2.shuffle.js +0 -62
- data/app/assets/javascripts/groundworkcss/plugins/cycle/jquery.cycle2.swipe.js +0 -70
- data/app/assets/javascripts/groundworkcss/plugins/cycle/jquery.cycle2.tile.js +0 -131
- data/app/assets/javascripts/groundworkcss/plugins/cycle/jquery.cycle2.video.js +0 -66
- data/app/assets/javascripts/groundworkcss/plugins/jquery-tooltip.coffee +0 -127
- data/app/assets/javascripts/groundworkcss/plugins/jquery.cycle2.js +0 -1426
- data/app/assets/javascripts/groundworkcss/plugins/jquery.magnific-popup.js +0 -1760
- data/app/assets/stylesheets/groundworkcss/base/_animations.scss +0 -29
- data/app/assets/stylesheets/groundworkcss/form/_all-form.scss +0 -11
- data/app/assets/stylesheets/groundworkcss/form/_tiles.scss +0 -98
- data/app/assets/stylesheets/groundworkcss/nav/_all-nav.scss +0 -12
- data/app/assets/stylesheets/groundworkcss/nav/_buttons.scss +0 -341
- data/app/assets/stylesheets/groundworkcss/nav/_navigation.scss +0 -409
- data/app/assets/stylesheets/groundworkcss/nav/_tabs.scss +0 -232
- data/app/assets/stylesheets/groundworkcss/social-icons-png.scss +0 -295
- data/app/assets/stylesheets/groundworkcss/social-icons-svg.scss +0 -99
- data/app/assets/stylesheets/groundworkcss/ui/_callouts.scss +0 -143
- data/app/assets/stylesheets/groundworkcss/ui/_modals.scss +0 -556
- data/app/assets/stylesheets/groundworkcss/ui/_tooltips.scss +0 -197
- data/groundworkcss-0.4.3.gem +0 -0
- data/lib/groundworkcss/railties.rb +0 -8
|
@@ -1,128 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" standalone="no"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
|
3
|
-
<svg xmlns="http://www.w3.org/2000/svg">
|
|
4
|
-
<metadata></metadata>
|
|
5
|
-
<defs>
|
|
6
|
-
<font id="AmericanTypewriterStdMedBold" horiz-adv-x="1283" >
|
|
7
|
-
<font-face units-per-em="2048" ascent="1419" descent="-629" />
|
|
8
|
-
<missing-glyph horiz-adv-x="466" />
|
|
9
|
-
<glyph horiz-adv-x="0" />
|
|
10
|
-
<glyph horiz-adv-x="2048" />
|
|
11
|
-
<glyph unicode=" " horiz-adv-x="466" />
|
|
12
|
-
<glyph unicode="	" horiz-adv-x="466" />
|
|
13
|
-
<glyph unicode=" " horiz-adv-x="466" />
|
|
14
|
-
<glyph unicode="!" horiz-adv-x="739" d="M175 1218q0 41 17.5 70.5t48 45t64 22t72.5 6.5q37 0 69 -6t62.5 -20.5t48 -42.5t17.5 -67l-8 -101l-56 -600q-3 -31 -6 -50t-11 -34t-16 -22t-26 -11.5t-36 -5t-51 0.5q-26 0 -38.5 0.5t-29.5 2.5t-25 5t-18 9.5t-14 15t-9 22t-7 30t-4 39.5zM183 144.5q0 79.5 55 134.5 t133 55q80 0 135.5 -55.5t55.5 -134.5t-55.5 -134t-135.5 -55q-79 0 -133.5 55t-54.5 134.5z" />
|
|
15
|
-
<glyph unicode=""" horiz-adv-x="1088" d="M189 1281q0 81 126.5 81t126.5 -81q0 -42 -2 -61l-37 -360q-6 -52 -20.5 -63t-67.5 -9q-52 -2 -66.5 9t-20.5 63l-37 360q-2 19 -2 61zM624 1281q0 81 127 81t127 -81q0 -42 -2 -61l-37 -360q-6 -52 -20.5 -63t-67.5 -9q-53 -2 -67.5 9.5t-20.5 62.5l-37 360q-2 19 -2 61 z" />
|
|
16
|
-
<glyph unicode="#" d="M45 424v179h276l33 166h-241v178h270l72 397h212l-69 -397h208l70 397h219l-74 -397h221v-178h-252l-29 -166h216v-179h-247l-78 -424h-216l75 424h-207l-77 -424h-215l76 424h-243zM535 603h208l31 166h-210z" />
|
|
17
|
-
<glyph unicode="$" d="M104 303q0 90 48 152.5t136 62.5q65 0 113 -46.5t48 -111.5q0 -22 -14.5 -55.5t-14.5 -46.5q0 -27 46 -50t137 -23q47 0 91.5 11.5t83 34t62.5 61t24 87.5q0 26 -7.5 47t-17.5 35.5t-29 26.5t-33.5 19t-40.5 14t-40.5 9.5t-42.5 7.5q-11 2 -17 3q-193 33 -326 116 q-158 99 -158 297q0 95 32 169.5t90 123.5t133 77.5t167 37.5l-6 151q-1 39 20.5 60.5t61.5 21.5q47 0 69.5 -14.5t19.5 -58.5l-7 -160q114 0 209 -47q54 -27 88 -56t56 -73t22 -100q0 -70 -45 -117t-115 -47q-57 0 -99 33.5t-42 87.5q0 13 3.5 32.5t3.5 27.5q0 23 -28.5 42 t-95.5 19q-110 0 -171 -42.5t-61 -107.5q0 -23 10 -42.5t30.5 -34t43.5 -26t58.5 -23t65.5 -19.5t73.5 -20.5t74.5 -22.5q60 -18 106.5 -39t95.5 -55.5t81 -77t52.5 -105.5t20.5 -139q0 -91 -35.5 -170.5t-96.5 -136.5t-140 -95t-167 -53l7 -163q3 -84 -83 -84 q-47 0 -66.5 19.5t-17.5 54.5l8 173q-60 -3 -125.5 10t-127.5 42.5t-111.5 71t-79.5 100t-30 124.5z" />
|
|
18
|
-
<glyph unicode="%" horiz-adv-x="1867" d="M70 940q0 67 11 127t36.5 115t63.5 94.5t96.5 62.5t130.5 23q70 0 127 -22t96 -60.5t65.5 -91.5t38.5 -112t12 -125q0 -70 -10.5 -131t-35 -117.5t-62 -97.5t-96.5 -65t-135 -24q-72 0 -130 23t-96.5 62.5t-64 94.5t-36.5 115t-11 129zM276 938q0 -30 2.5 -59t11 -66.5 t21.5 -65t38 -47t58 -19.5t58.5 19.5t39 47t22 65t11.5 67t3 58.5t-3 59t-11.5 67.5t-22 65.5t-39 47.5t-58.5 19.5t-58 -19.5t-38 -47.5t-21.5 -65.5t-11 -67t-2.5 -59.5zM529 8q0 21 17 55l607 1223q20 41 33.5 50.5t57.5 9.5q79 0 79 -39q0 -12 -21 -56l-600 -1212 q-3 -7 -9 -20t-8 -17t-7.5 -11.5t-9.5 -9.5t-12 -5.5t-17.5 -4t-23.5 -0.5q-1 0 -13.5 -0.5t-17 0t-15.5 1.5t-16 3.5t-11.5 6t-9.5 10.5t-3 16zM1105 379q0 48 5.5 92t18 87t31 79.5t46 67.5t61.5 52.5t79 34t98 12.5q70 0 127.5 -22.5t96 -61t65 -91t38 -112t11.5 -126.5 q0 -34 -2.5 -66t-7.5 -64t-14 -61.5t-20.5 -57.5t-27.5 -52t-35.5 -45t-43.5 -37.5t-52.5 -28t-62.5 -18t-72 -6.5q-72 0 -130.5 23.5t-97 63t-64 94t-36.5 115t-11 128.5zM1311 379q0 -29 2.5 -59t11.5 -67.5t22.5 -65.5t38.5 -47t58 -19q28 0 50 13t35.5 35.5t23.5 48.5 t14.5 57t6.5 55.5t2 48.5q0 20 -1 40.5t-5 46.5t-10 49.5t-16 46.5t-23.5 39.5t-33 26.5t-43.5 10v-2q-24 1 -44 -9t-33.5 -26.5t-24 -39t-16 -46t-9.5 -49.5t-5 -46.5t-1 -40.5z" />
|
|
19
|
-
<glyph unicode="&" horiz-adv-x="1711" d="M70 399q0 67 25.5 131.5t69.5 117.5q23 25 50 48t67.5 47t57.5 33t67 35l39 22q-44 69 -64 121.5t-20 119.5q0 59 21 108t56 82t82.5 55.5t99.5 32.5t107 10q51 0 100.5 -10t94 -32.5t78 -54.5t53.5 -79t20 -102q0 -51 -18.5 -96.5t-53 -82.5t-69.5 -64.5t-83 -56.5 l121 -175q28 65 42.5 96t42 76t56.5 73q56 54 128 84.5t149 30.5q78 0 148.5 -32t116.5 -95t46 -142q0 -57 -26.5 -104.5t-73.5 -75.5t-104 -28q-59 0 -105.5 37.5t-46.5 94.5q0 24 9 42t17.5 29t8.5 17q0 8 -5 10t-16 2q-50 0 -102.5 -81.5t-117.5 -261.5l39 -50 q34 -45 60 -65t56 -27t85 -7q28 0 52 -6.5t45.5 -20.5t34 -40.5t12.5 -63.5q0 -47 -29 -83.5t-75 -36.5q-17 0 -56.5 9.5t-61.5 9.5q-23 0 -66.5 -9.5t-65.5 -9.5q-37 0 -69 11.5t-59.5 34t-49 46.5t-47.5 59q-57 -89 -161 -133t-222 -44q-77 0 -149.5 19.5t-134 58 t-108 91.5t-72.5 124t-26 151zM412 397q0 -81 53 -128.5t134 -47.5q118 0 183 98l-202 301q-38 -21 -65 -40.5t-52 -46.5t-38 -61t-13 -75zM657 1088q0 -62 61 -127q20 6 36.5 17.5t29 27t19 35.5t6.5 41q0 33 -22 54.5t-55 21.5q-30 0 -52.5 -20.5t-22.5 -49.5z" />
|
|
20
|
-
<glyph unicode="'" horiz-adv-x="583" d="M165 1281q0 81 126.5 81t126.5 -81q0 -42 -2 -61l-37 -360q-6 -52 -20 -63t-67 -9q-53 -2 -67.5 9t-20.5 63l-37 360q-2 19 -2 61z" />
|
|
21
|
-
<glyph unicode="(" horiz-adv-x="933" d="M134 494q0 174 35 314t123 266q27 39 61 78.5t72.5 75.5t76.5 64q24 18 55 35.5t65.5 33t70.5 25t64 9.5q37 0 59.5 -32.5t22.5 -70.5q0 -25 -7.5 -46t-25 -40t-30.5 -30t-39 -30q-55 -41 -90.5 -77t-62.5 -80.5t-51 -106.5q-72 -186 -72 -388q0 -191 62 -362 q39 -103 84 -164.5t130 -125.5q18 -13 22.5 -16.5t20 -16t20.5 -18.5t15 -18.5t13.5 -22.5t7 -24t3.5 -29q0 -38 -22.5 -71t-59.5 -33q-49 0 -112 26t-114 60.5t-93 71.5q-167 149 -235.5 326.5t-68.5 416.5z" />
|
|
22
|
-
<glyph unicode=")" horiz-adv-x="933" d="M95 -303q0 21 6.5 40t13.5 30.5t24.5 28t25.5 23t32 23.5q85 64 130 125.5t83 164.5q63 171 63 362q0 202 -72 388q-25 62 -51.5 106.5t-62 80.5t-90.5 77q-26 19 -39 30t-30.5 30t-25 40t-7.5 46q0 38 22.5 70.5t59.5 32.5q55 0 128.5 -32t126.5 -71q56 -41 112.5 -100 t97.5 -118q88 -126 123 -266t35 -314q0 -239 -68.5 -416.5t-235.5 -326.5q-67 -60 -157 -109t-162 -49q-37 0 -59.5 33t-22.5 71z" />
|
|
23
|
-
<glyph unicode="*" horiz-adv-x="778" d="M86 899q0 66 84 87q15 4 54 11l18.5 2.5t35 8.5t16.5 13q0 12 -19 12l-39 12q-22 2 -34 3.5t-33 5.5t-33 10t-25 16t-19 25t-6 35q0 24 10.5 45.5t30 34.5t42.5 13q10 0 19.5 -2.5t19 -8.5t17 -11t17 -14.5l15 -15t14.5 -16t13 -14.5q1 -1 8.5 -9.5t14.5 -16t15 -14 t12 -6.5q13 0 15 12.5t-2 20.5l-28 88q-11 28 -11 55q0 37 22.5 59t60.5 22q41 0 66.5 -20t25.5 -60q0 -28 -14 -70l-16 -41q-1 -2 -5.5 -12.5t-7 -19.5t-2.5 -16q0 -16 13 -16q11 0 20 14l25 27l10 10.5t12.5 13l12 12t14 13t13.5 11t15 10.5t14.5 7.5t16 6t14.5 1.5 q34 0 60 -27t26 -60q0 -27 -13.5 -46.5t-38 -30t-45 -15.5t-48.5 -9q-1 0 -12.5 -1.5t-22.5 -3.5t-20.5 -7t-9.5 -12q0 -5 8.5 -9t18 -5.5t20 -2.5t12.5 -2q19 -2 27.5 -3.5t28 -5t29.5 -7.5t24.5 -12t22.5 -17t13.5 -22.5t5.5 -30.5q0 -37 -26 -66t-63 -29q-15 0 -28 5 t-27 17t-21.5 19t-22.5 25t-18 22q-2 2 -9 11.5t-11.5 14.5t-12.5 10t-16 5q-21 0 -11 -30l15 -36q1 -2 6 -15t6.5 -17t5.5 -15.5t5.5 -18t4 -16t3 -17.5t0.5 -16q0 -23 -12 -41.5t-32 -28.5t-43 -10q-28 0 -47.5 11t-29.5 31t-10 48q0 34 21 95l16 55q0 15 -15 15 q-5 0 -15 -10l-23 -25q-3 -3 -14 -16.5t-15 -18t-14.5 -15.5t-17.5 -15.5t-17.5 -11t-21 -9t-21.5 -2.5q-40 0 -63.5 25t-23.5 65z" />
|
|
24
|
-
<glyph unicode="+" horiz-adv-x="1166" d="M99 412v226h378v372h225v-372h378v-226h-378v-384h-225v384h-378z" />
|
|
25
|
-
<glyph unicode="," horiz-adv-x="622" d="M107 165q0 79 54 141t133 62q53 0 98.5 -24t75 -63.5t45.5 -88.5t16 -101q0 -170 -115 -367q-125 -208 -196 -208q-25 0 -41.5 11t-24.5 29.5t-8 42.5q0 33 12.5 59.5t36.5 61.5q106 152 106 214q0 4 -0.5 8t-2.5 7.5t-3 6t-4.5 5t-5 3.5t-7 3t-6.5 2.5t-7.5 2.5t-7.5 2 q-66 18 -107 70.5t-41 120.5z" />
|
|
26
|
-
<glyph unicode="-" horiz-adv-x="778" d="M58 525q0 75 37.5 104.5t114.5 29.5h358q77 0 114.5 -29.5t37.5 -104.5q0 -38 -10 -64t-30 -41.5t-47 -22t-65 -6.5h-358q-38 0 -65 6.5t-47 22t-30 41.5t-10 64z" />
|
|
27
|
-
<glyph unicode="." horiz-adv-x="622" d="M115 157.5q0 84.5 59.5 143.5t142.5 59q85 0 145 -59t60 -143.5t-60 -143.5t-145 -59q-83 0 -142.5 59t-59.5 143.5z" />
|
|
28
|
-
<glyph unicode="/" horiz-adv-x="1400" d="M113 -352q0 11 5.5 26t15 33.5t17.5 32t20 31.5t14 23q114 190 241.5 415.5t215 386t225.5 416.5q4 7 61 120.5t84 148.5t60 48t81 13q137 0 137 -54q0 -9 -4.5 -23t-10.5 -27t-17 -31.5t-17 -29t-17.5 -28t-13.5 -20.5l-134 -228q-156 -277 -222 -395t-185.5 -339 t-207.5 -395q-21 -42 -32 -62.5t-27.5 -44.5t-29 -33.5t-33 -19.5t-43.5 -12.5t-57 -2.5q-126 0 -126 51z" />
|
|
29
|
-
<glyph unicode="0" d="M82 657q0 80 8.5 153t28.5 144.5t50.5 132t75 112t100.5 87.5t130.5 56t160.5 20q99 0 181.5 -26.5t142.5 -74.5t105 -112t72 -142.5t40 -162t13 -174.5q0 -125 -25.5 -255.5t-78.5 -219.5q-71 -118 -189 -179t-261 -61q-86 0 -160 20.5t-130 56.5t-101 87.5t-75 112 t-50 131t-29 143.5t-9 151zM418 657q0 -92 12.5 -165.5t33 -122t49 -80.5t59 -45.5t64.5 -13.5q33 0 63 13.5t58.5 46t49.5 80t34 122t13 165.5q0 100 -14.5 177.5t-36.5 124t-51.5 76t-57.5 40.5t-58 11q-33 -1 -63 -14t-59 -44.5t-50 -79t-33.5 -122t-12.5 -169.5z" />
|
|
30
|
-
<glyph unicode="1" d="M288 128q0 49 27.5 89.5t74.5 40.5q9 0 21 -2t21.5 -4.5t21.5 -4.5t23 -2q29 0 38.5 33.5t9.5 124.5v510q0 66 -5 100t-14.5 45.5t-28.5 11.5q-16 0 -44.5 -7t-42.5 -7q-47 0 -74.5 41t-27.5 90q0 31 9 58t26 47t43 31.5t58 11.5q29 0 90 -10t93 -10q22 0 79 10t88 10 q55 0 71.5 -28t16.5 -113v-791q0 -91 9.5 -124.5t38.5 -33.5q16 0 45 6.5t43 6.5q47 0 74 -40.5t27 -89.5q0 -65 -36 -106t-100 -41q-50 0 -135.5 9.5t-131.5 9.5q-49 0 -147.5 -9.5t-147.5 -9.5q-48 0 -80.5 42t-32.5 105z" />
|
|
31
|
-
<glyph unicode="2" d="M74 255q0 76 25.5 143t66 117.5t100.5 95.5t119 76.5t131 61.5q8 3 39 15.5t45 18.5t43 20t44.5 24.5t37 27.5t32 33t19 38t8.5 45q0 41 -27 71.5t-64 43.5t-76 13q-91 0 -144 -39q39 -47 39 -100q0 -83 -58 -133.5t-140 -50.5q-87 0 -143 62.5t-56 149.5 q0 67 22.5 123.5t62 96.5t90.5 70.5t110.5 48.5t119 26.5t118.5 8.5q80 0 152 -14t137.5 -45.5t113.5 -77.5t76.5 -115t28.5 -154q0 -58 -16 -109t-41 -89.5t-65 -73t-78.5 -58t-92.5 -47.5t-95.5 -38.5t-98.5 -32.5q-9 -3 -37 -12l-42 -13.5t-41.5 -14.5t-42.5 -18 t-37.5 -20.5t-35.5 -25.5t-26.5 -29t-20.5 -35t-8 -41l3 -4q31 52 82.5 81t112.5 29q55 0 101.5 -21.5t99.5 -60.5q3 -3 21.5 -17t23.5 -17.5t20.5 -14.5t23 -14t20 -9t22.5 -8t21 -2q24 0 59 32q-53 5 -86.5 41.5t-33.5 90.5q0 62 46 105t108 43q47 0 86.5 -21.5t63.5 -57 t37 -79t13 -89.5q0 -64 -23.5 -127t-64 -112.5t-99.5 -80.5t-124 -31q-120 0 -245 101q-14 11 -35.5 29t-34 28.5t-28 21.5t-27.5 16t-23 5q-14 0 -18.5 -11t-3.5 -48q0 -64 -49.5 -103t-117.5 -39q-58 0 -106 26t-77.5 69t-45.5 96t-16 109z" />
|
|
32
|
-
<glyph unicode="3" d="M60 349q0 90 59.5 156.5t149.5 66.5q76 0 130 -52t54 -129q0 -61 -50 -115q67 -57 182 -57q47 0 91 12t81.5 35t60.5 62.5t23 89.5q0 85 -86 139q-55 33 -163 37q-54 1 -74 22.5t-20 76.5q0 43 9 63.5t38 55.5q4 4 6 7l30 41l182 200h-263q-65 0 -87 -11t-22 -37 q0 -14 8.5 -50.5t8.5 -60.5q0 -76 -42.5 -121t-118.5 -45q-65 0 -103.5 41t-38.5 108q0 33 8 99.5t8 100.5q0 26 -8 79t-8 79q0 49 31.5 71t81.5 22h823q42 0 65.5 -4.5t41 -18t23.5 -37.5t6 -65q0 -68 -19 -106t-72 -94l-217 -224q145 -9 234 -110.5t89 -248.5 q0 -99 -34.5 -179t-93 -133.5t-137 -90t-163.5 -53t-177 -16.5q-91 0 -184.5 20.5t-159.5 61.5q-41 26 -74.5 60t-58 73.5t-37.5 85t-13 93.5z" />
|
|
33
|
-
<glyph unicode="4" d="M70 475q0 39 14.5 81t29 67.5t42.5 69.5l349 542q2 2 9.5 14t9.5 15t9 12.5t10.5 13t10 11t12 12t13 9.5t15.5 9q64 31 178 31q51 0 87.5 -8.5t57.5 -21.5t33.5 -33.5t16.5 -40.5t4 -46v-601h115q124 0 124 -121q0 -60 -28.5 -95t-88.5 -35h-122q0 -40 4.5 -63.5 t15.5 -35.5t30 -12q15 0 41.5 3.5t40.5 3.5q46 0 74 -40.5t28 -89.5q0 -63 -36.5 -104t-100.5 -41q-44 0 -122.5 9.5t-108.5 9.5q-43 0 -127.5 -9.5t-126.5 -9.5q-83 0 -124 40t-41 105q0 49 27.5 89.5t74.5 40.5q25 0 57.5 -3.5t44.5 -3.5q52 0 52 80v31h-489 q-56 0 -85.5 25.5t-29.5 89.5zM422 611h250v399h-5z" />
|
|
34
|
-
<glyph unicode="5" d="M84 297q0 93 55.5 155t146.5 62q78 0 131.5 -43.5t53.5 -119.5q0 -28 -8 -48t-27 -47q63 -40 154 -40q43 0 84.5 12t75 35t54.5 60.5t21 83.5q0 49 -23 89t-60 64t-82 36.5t-92 12.5q-49 0 -135 -21.5t-121 -21.5q-54 0 -97 29t-63.5 68.5t-17.5 75.5l46 505q5 49 27 70 t87 21h710q24 0 40 -2.5t32 -9.5t24.5 -22.5t8.5 -39.5q0 -16 -3 -46t-3 -45.5t3 -45.5t3 -46q0 -93 -40.5 -138t-107.5 -45q-96 0 -131 105q0 1 -1.5 5.5t-2.5 7t-2.5 7t-3 7t-4 6t-5 5.5t-5.5 3q-21 8 -82 8h-204q-24 0 -33.5 -7.5t-13.5 -37.5l-18 -163q137 41 245 41 q94 0 178.5 -31.5t148.5 -87t101.5 -137t37.5 -177t-32.5 -176.5t-88 -139t-130 -98.5t-159 -60.5t-175.5 -20q-81 0 -164 19.5t-150 56.5q-80 44 -131.5 113.5t-51.5 152.5z" />
|
|
35
|
-
<glyph unicode="6" d="M84 620q0 133 35 270.5t102 232.5q84 118 214 178.5t279 60.5q53 0 105 -9.5t103 -31t89.5 -53t62 -79t23.5 -105.5q0 -79 -50 -127.5t-130 -48.5q-77 0 -119 37q-19 17 -31 41t-12 47q0 28 23 66q-41 12 -80 12q-54 0 -98.5 -20.5t-74 -54.5t-50 -79t-28.5 -93t-7 -97 q76 50 149 75t158 25q125 0 229.5 -56t166.5 -158.5t62 -228.5q0 -87 -28.5 -162.5t-78.5 -131t-117.5 -95.5t-146 -60t-162.5 -20q-82 0 -155.5 18t-132 51.5t-107.5 80t-84.5 104t-60 123.5t-36.5 138.5t-12 149.5zM451 414q0 -86 63 -142t151 -56t151.5 56t63.5 142 q0 88 -63 143.5t-152 55.5t-151.5 -55.5t-62.5 -143.5z" />
|
|
36
|
-
<glyph unicode="7" d="M76 867q0 35 10.5 103.5t10.5 103.5q0 26 -10.5 77.5t-10.5 77.5q0 55 32 94t85 39q56 0 78.5 -35t22.5 -96h3q66 131 258 131q71 0 125.5 -17.5t130.5 -56.5q75 -39 97 -39q15 0 26.5 7.5t17 14.5t15.5 23q16 22 21.5 29t19 19.5t27.5 16t35 3.5q48 0 85 -30t54.5 -73.5 t17.5 -90.5q0 -50 -13.5 -100t-32 -88t-52.5 -84.5t-60 -76.5t-69 -76q-28 -31 -43 -47.5t-40.5 -46.5t-39.5 -49.5t-34 -49t-30.5 -54.5t-21.5 -54.5t-16 -60.5t-5 -64q0 -37 9.5 -108t9.5 -105q0 -72 -50.5 -110.5t-123.5 -38.5q-50 0 -89.5 19t-65 49.5t-42 72t-23.5 84 t-7 87.5q0 133 45.5 231t130.5 187q43 43 162 144t180 168l-4 3q-62 -33 -133 -33q-53 0 -102 18.5t-108 51.5q-6 4 -19.5 12t-20 11.5t-18.5 10.5t-18.5 10t-16.5 8t-17 7.5t-15 5.5t-15.5 4t-13.5 1q-21 0 -38.5 -15t-17.5 -49q0 -22 15 -77.5t15 -85.5 q0 -73 -42.5 -114.5t-115.5 -41.5q-35 0 -62.5 9.5t-45.5 27.5t-27.5 45t-9.5 61z" />
|
|
37
|
-
<glyph unicode="8" d="M72 388q0 73 28 138t79 113.5t120 78.5q-79 34 -119 102.5t-40 157.5q0 76 29.5 140.5t78.5 108.5t113.5 75t134 45.5t140.5 14.5q60 0 118 -10t114.5 -30t104 -52.5t84 -73.5t57 -97t20.5 -121q0 -59 -16.5 -108.5t-53 -89t-89.5 -62.5q103 -44 164.5 -132t61.5 -198 q0 -90 -33 -164t-88 -123t-129 -82.5t-152.5 -48.5t-162 -15t-162 15t-152.5 48.5t-129 82.5t-88 123t-33 164zM403 405q0 -61 34 -104.5t84.5 -62.5t111.5 -19q59 0 111.5 19.5t88.5 63.5t36 105q0 57 -35 101t-86.5 65t-109.5 21q-59 0 -111.5 -20.5t-88 -64.5t-35.5 -104 zM477 986q0 -43 22.5 -74.5t58.5 -46.5t78 -15q63 0 111.5 37t48.5 99t-50.5 97.5t-114.5 35.5t-109 -36t-45 -97z" />
|
|
38
|
-
<glyph unicode="9" d="M78 869q0 102 39 195.5t111 164.5q133 133 371 133q99 0 183 -24.5t147 -69.5t112 -107t80 -138.5t46.5 -161.5t15.5 -178q0 -140 -35 -273.5t-109 -229.5q-85 -110 -217 -167.5t-280 -57.5q-50 0 -102.5 7t-111 25t-103 45t-73.5 72t-29 102q0 80 58 127.5t140 47.5 q69 0 115 -32q24 -18 42 -46.5t18 -55.5q0 -20 -6 -37q33 -11 65 -11q54 0 98.5 16t75 43t52.5 66.5t34 83.5t18 96q-148 -94 -291 -94q-134 0 -239.5 58t-165 163t-59.5 238zM408 887q0 -86 61 -146t148 -60q85 0 145.5 60t60.5 146q0 85 -61 145.5t-145 60.5 q-87 0 -148 -60.5t-61 -145.5z" />
|
|
39
|
-
<glyph unicode=":" horiz-adv-x="622" d="M115 157.5q0 84.5 59.5 143.5t142.5 59q85 0 145 -59t60 -143.5t-60 -143.5t-145 -59q-83 0 -142.5 59t-59.5 143.5zM115 733q0 85 59.5 144t142.5 59q85 0 145 -59t60 -144q0 -55 -27.5 -101.5t-74.5 -73.5t-103 -27q-55 0 -101.5 27t-73.5 73.5t-27 101.5z" />
|
|
40
|
-
<glyph unicode=";" horiz-adv-x="622" d="M107 165q0 79 54 141t133 62q53 0 98.5 -24t75 -63.5t45.5 -88.5t16 -101q0 -170 -115 -367q-125 -208 -196 -208q-25 0 -41.5 11t-24.5 29.5t-8 42.5q0 33 12.5 59.5t36.5 61.5q106 152 106 214q0 4 -0.5 8t-2.5 7.5t-3 6t-4.5 5t-5 3.5t-7 3t-6.5 2.5t-7.5 2.5t-7.5 2 q-66 18 -107 70.5t-41 120.5zM107 733q0 84 60 143.5t145 59.5q83 0 142.5 -59.5t59.5 -143.5t-59.5 -144t-142.5 -60q-85 0 -145 60t-60 144z" />
|
|
41
|
-
<glyph unicode="<" horiz-adv-x="1166" d="M95 427v191l991 442v-215l-705 -325l705 -316v-215z" />
|
|
42
|
-
<glyph unicode="=" horiz-adv-x="1166" d="M99 224v223h981v-223h-981zM99 603v223h981v-223h-981z" />
|
|
43
|
-
<glyph unicode=">" horiz-adv-x="1166" d="M93 -11v215l705 316l-705 325v215l991 -442v-191z" />
|
|
44
|
-
<glyph unicode="?" d="M93 965q0 83 35 151t91 113t129.5 75.5t149 44t150.5 13.5q220 0 347 -81q82 -53 132 -143t50 -187q0 -36 -6 -72t-18.5 -70t-32 -65.5t-44.5 -56.5q-76 -79 -265 -121q-23 -4 -34 -7.5t-23 -11t-17 -20t-5 -33.5q-1 -19 -4.5 -33t-7.5 -23.5t-13 -16t-15.5 -10t-21 -5.5 t-24 -3t-29.5 -1q-11 -1 -18 -1q-43 -3 -78.5 -0.5t-60.5 13.5t-38.5 41.5t-13.5 83.5q0 39 6.5 69.5t20.5 53.5t31.5 40t43.5 29.5t53.5 21.5t65.5 17q27 7 48 13t44.5 16t41 23t32 30.5t22.5 41t8 51.5q0 52 -34 89.5t-81 54t-97 16.5q-116 0 -169 -56q60 -47 60 -111 q0 -80 -59 -134.5t-139 -54.5q-96 0 -154.5 60.5t-58.5 155.5zM375 144.5q0 79.5 55 134.5t134 55t135 -55.5t56 -134.5t-55.5 -134t-135 -55t-134.5 55t-55 134.5z" />
|
|
45
|
-
<glyph unicode="@" horiz-adv-x="1439" d="M52 644q0 148 54.5 281t148 229t225.5 152t281 56q75 0 149.5 -16.5t143.5 -48.5t131 -77q211 -160 211 -420q0 -108 -34.5 -205t-104.5 -168q-63 -67 -149 -118t-161 -51q-45 0 -77 25t-47 60.5t-19 80.5q-28 -38 -48.5 -61.5t-49.5 -46.5t-63 -34t-75 -11 q-49 0 -96.5 21.5t-83.5 58.5q-76 84 -76 206q0 79 33.5 159t89.5 142t133.5 101t159.5 39q41 0 74.5 -14.5t56 -43t28.5 -66.5h4l28 106h225l-152 -562q-8 -27 -8 -43q0 -39 28 -39q23 0 55 25t54.5 50.5t38.5 49.5q52 71 83 160t31 175q0 85 -43 165t-114 140 q-143 125 -345 125q-122 0 -230 -42t-185.5 -116t-122.5 -180.5t-45 -230.5q0 -129 48 -236.5t131 -179t194.5 -111t239.5 -39.5t241.5 65.5t189.5 175.5h152q-86 -170 -252.5 -273.5t-356.5 -103.5q-147 0 -279.5 51t-230.5 140.5t-156 219t-58 278.5zM537 459 q0 -119 74 -119q78 0 169 168q18 38 34 86.5t26 101t10 93.5q0 21 -4 43t-13 44t-26.5 36t-39.5 14q-40 0 -77.5 -38t-64.5 -95.5t-47.5 -122.5t-30.5 -121t-10 -90z" />
|
|
46
|
-
<glyph unicode="A" horiz-adv-x="1556" d="M-10 117q0 69 28.5 105t67.5 36q10 0 32 -1.5t34 -1.5q10 0 18.5 3t16 9t14 13.5t12 17.5t9.5 19t8.5 21t7 20t6 19t5.5 16l267 732q12 32 20 53.5t19 43.5t18.5 35.5t20 27t22.5 20.5t27 14t32 9.5t39.5 5t48 3t58.5 0.5q59 0 88.5 -1t66 -6t55.5 -15q36 -20 50 -44.5 t34 -95.5l237 -796q1 -4 3 -11q8 -24 11.5 -35t9.5 -27t10.5 -23t11 -15t14 -10.5t16.5 -2.5q11 0 31 1.5t28 1.5q18 0 34.5 -7.5t30 -23t22 -44t8.5 -66.5q0 -39 -16.5 -70t-47 -48.5t-68.5 -17.5q-42 0 -115 9.5t-117 9.5q-43 0 -127 -9.5t-126 -9.5q-57 0 -93.5 36 t-36.5 90q0 62 26.5 97t68.5 35q4 0 16.5 -0.5t20.5 -0.5q45 0 45 40q0 1 -6 36q-11 54 -22 72q-5 9 -14.5 13t-18 5t-27.5 1h-42h-180q-40 1 -62.5 -2.5t-29.5 -8t-14 -13.5q-9 -13 -18.5 -49.5t-9.5 -53.5q0 -37 39 -37q8 0 18.5 -1t14.5 -1q38 0 66.5 -30.5t28.5 -101.5 q0 -54 -36.5 -90t-93.5 -36q-35 0 -74.5 4.5t-80 9.5t-77.5 5q-43 0 -127 -9.5t-125 -9.5q-38 0 -67.5 17.5t-46.5 48.5t-17 70zM696 683q0 -26 74 -26h53q34 0 53 3.5t25.5 9t6.5 15.5q0 19 -9 52l-80 360h-4l-113 -393q-1 -3 -2.5 -7t-2.5 -7.5t-1 -6.5z" />
|
|
47
|
-
<glyph unicode="B" horiz-adv-x="1478" d="M24 128q0 49 27 89.5t73 40.5q15 0 43.5 -6.5t44.5 -6.5q28 0 38 34t10 124v510q0 93 -10 125t-38 32q-16 0 -44.5 -7t-43.5 -7q-46 0 -73 41t-27 90q0 69 49.5 108.5t169.5 39.5q44 0 130 -10t135 -10q93 0 216.5 10t168.5 10q175 0 280 -56q79 -42 122.5 -114 t43.5 -163q0 -109 -68 -182.5t-178 -89.5v-4q144 -34 221 -120.5t77 -222.5q0 -68 -17.5 -124.5t-46.5 -97.5t-70.5 -72.5t-87.5 -51.5t-99 -33t-102.5 -18t-102.5 -5q-47 0 -161.5 9.5t-199.5 9.5q-61 0 -144.5 -9.5t-123.5 -9.5q-212 0 -212 147zM620 352q0 -62 41 -87.5 t154 -25.5q30 0 58.5 6t54.5 18.5t46 30.5t31.5 44t11.5 57q0 47 -24.5 82.5t-67 56t-94 30.5t-111.5 10q-28 0 -41 -0.5t-27 -3.5t-18 -7t-8.5 -15t-5 -23t-0.5 -35v-138zM620 864q0 -34 15.5 -40.5t78.5 -6.5q255 0 255 143q0 36 -20.5 63t-54.5 40t-67 19t-68 6 q-49 0 -76 -5t-41.5 -20.5t-18 -35t-3.5 -58.5v-105z" />
|
|
48
|
-
<glyph unicode="C" horiz-adv-x="1322" d="M58 648q0 128 29.5 259.5t89.5 222.5q48 75 121.5 128t158.5 78.5t176 25.5q204 0 332 -138l4 3q-1 9 -1 18q0 43 28 73q34 36 94 36q55 0 89.5 -34.5t34.5 -90.5q0 -33 -7.5 -98t-7.5 -98q0 -18 2.5 -39.5t5 -39t5 -39.5t2.5 -39q0 -63 -49 -99t-114 -36q-79 -1 -115 37 q-34 36 -34 109v8q1 13 1 24q-1 31 -5 49q-6 24 -31 55q-51 61 -165 61q-92 0 -150.5 -41.5t-89 -137.5t-30.5 -253q0 -221 68 -320.5t212 -99.5q103 0 150 44q31 30 39.5 61t8.5 83q0 29 1 43.5t7 35.5t18 40q36 55 118 55q91 0 137.5 -58t46.5 -150q0 -86 -31.5 -157.5 t-84 -121.5t-122 -84.5t-146 -51t-156.5 -16.5q-301 0 -472 185q-56 60 -95 149.5t-56 180t-17 178.5z" />
|
|
49
|
-
<glyph unicode="D" horiz-adv-x="1439" d="M24 128q0 49 27 89.5t73 40.5q15 0 43.5 -6.5t44.5 -6.5q29 0 38.5 35t9.5 123v510q0 66 -6.5 101.5t-16 45.5t-25.5 10t-44.5 -7t-43.5 -7q-46 0 -73 41t-27 90q0 64 36 106t100 42q46 0 130.5 -10t133.5 -10q89 0 202.5 10t159.5 10q141 0 251 -46.5t194 -152.5 q52 -64 88 -145t53 -165t17 -169q0 -122 -36.5 -242t-105.5 -216q-157 -218 -449 -218q-75 0 -188.5 9.5t-173.5 9.5q-55 0 -138.5 -9.5t-126.5 -9.5q-48 0 -82 19.5t-49.5 52.5t-15.5 75zM620 314q0 -47 26 -61q28 -17 80 -17q65 0 122 35.5t95 94.5q38 57 56 140.5 t18 163.5q0 183 -87 299q-25 33 -56 57.5t-69.5 39t-78.5 14.5q-37 0 -57 -4.5t-31.5 -20.5t-14.5 -38.5t-3 -67.5v-635z" />
|
|
50
|
-
<glyph unicode="E" horiz-adv-x="1439" d="M24 128q0 61 31 95.5t69 34.5q15 0 43.5 -6.5t44.5 -6.5q11 0 19.5 3.5t13.5 13t8.5 20t5 31.5t1.5 39v51v510q0 87 -9.5 122t-34.5 35q-18 0 -49 -7t-50 -7q-42 0 -67.5 41t-25.5 90q0 65 36.5 106.5t101.5 41.5q43 0 135.5 -10t159.5 -10q105 0 360.5 10t387.5 10 q79 0 111 -24.5t32 -75.5q0 -37 -8.5 -101.5t-8.5 -92.5q0 -29 8.5 -88t8.5 -88q0 -60 -44.5 -98.5t-106.5 -38.5q-71 0 -109.5 42t-38.5 114q0 24 8.5 70t8.5 69q0 17 -4 26.5t-12.5 16.5t-28 10.5t-44 4.5t-67.5 1h-147q-35 0 -55 -1t-38 -5.5t-26 -11t-14.5 -20t-8 -30 t-1.5 -43.5v-104q0 -22 5.5 -34.5t17.5 -18t34 -5.5q34 0 54 9t27 22.5t7 33.5q0 10 -2 29t-2 27q0 27 13 46.5t34 28.5t48 9q109 0 109 -104q0 -30 -8 -90t-8 -90q0 -42 8 -125.5t8 -123.5q0 -115 -107 -115q-44 0 -71.5 27.5t-27.5 71.5q0 11 2 31t2 29q0 27 -17.5 37 t-68.5 10q-21 0 -31.5 -3t-16.5 -14.5t-7.5 -25.5t-1.5 -45v-101q0 -35 2 -56.5t10 -38.5t18.5 -25.5t33 -14.5t48 -7.5t68.5 -2.5h97q35 0 61.5 3t52 9.5t42.5 17t27 28.5t10 42q0 23 -7 66t-7 65q0 74 40 118t119 44q70 0 107 -47t37 -119q0 -38 -7.5 -114.5t-7.5 -114.5 q0 -27 7.5 -77.5t7.5 -76.5q0 -32 -15.5 -55.5t-41.5 -34.5t-58 -11q-85 0 -333.5 9.5t-416.5 9.5q-53 0 -150 -9.5t-146 -9.5q-194 0 -194 147z" />
|
|
51
|
-
<glyph unicode="F" horiz-adv-x="1400" d="M24 128q0 49 27 89.5t73 40.5q15 0 43.5 -6.5t44.5 -6.5q28 0 38 33t10 125v510q0 46 -1.5 74t-7 47.5t-15 27.5t-24.5 8q-16 0 -44.5 -7t-43.5 -7q-46 0 -73 41t-27 90q0 67 42 107.5t131 40.5q50 0 143 -10t152 -10q139 0 378.5 10t369.5 10q100 0 100 -88 q0 -31 -7.5 -93.5t-7.5 -95.5q0 -30 7.5 -90t7.5 -90q0 -45 -16.5 -82t-51 -59.5t-80.5 -22.5q-73 0 -110 44.5t-37 119.5q0 23 5.5 67.5t5.5 68.5q0 38 -29.5 52t-104.5 14h-157q-92 0 -118.5 -17t-26.5 -81v-95q0 -50 9.5 -65.5t29.5 -15.5q25 0 40 1.5t30 7t21.5 17.5 t6.5 32q0 11 -2 33.5t-2 34.5q0 26 11 43t34.5 25t61.5 8q53 0 77 -25.5t24 -78.5q0 -31 -8 -93t-8 -105q0 -42 8 -117t8 -116q0 -50 -25 -80.5t-76 -30.5q-55 0 -79 29t-24 84v41q0 22 -12 34t-27 15t-37 3q-37 0 -49 -15t-12 -55v-138q0 -63 13 -89t39 -26q16 0 44.5 6.5 t42.5 6.5q45 0 72 -40.5t27 -89.5q0 -42 -15.5 -75t-46.5 -52.5t-74 -19.5q-48 0 -128.5 9.5t-138.5 9.5q-49 0 -147.5 -9.5t-147.5 -9.5q-43 0 -74 19.5t-46.5 52.5t-15.5 75z" />
|
|
52
|
-
<glyph unicode="G" horiz-adv-x="1400" d="M58 629q0 125 20.5 231.5t58.5 186.5t90.5 140.5t117 98.5t136.5 57t152 19q230 0 351 -140q2 35 16 61t40.5 41t62.5 15q37 0 63.5 -14t41 -41t14.5 -64q0 -25 -7 -81.5t-7 -93.5q0 -27 7 -75t7 -75q0 -49 -46 -87.5t-108 -38.5q-82 0 -115.5 32.5t-51.5 124.5 q-14 76 -69.5 117t-133.5 41q-124 0 -195 -115.5t-71 -355.5q0 -183 65.5 -281t195.5 -98q47 0 86 15.5t63.5 49t24.5 80.5q0 37 -17 59.5t-52 22.5q-11 0 -31.5 -3t-31.5 -3q-23 0 -41.5 11.5t-30 29.5t-17.5 39.5t-6 42.5q0 60 40 96.5t100 36.5q44 0 130.5 -11t130.5 -11 q39 0 115 11t114 11q37 0 70 -16.5t54.5 -50.5t21.5 -80q0 -34 -8 -61t-22 -43.5t-29.5 -24.5t-31.5 -8q-10 0 -31.5 2.5t-29.5 2.5t-18.5 -9t-20 -32.5t-9.5 -56.5q0 -39 4 -114.5t4 -130.5q0 -134 -146 -134q-29 0 -54 5.5t-46.5 17t-32.5 34t-7 53.5q-129 -110 -316 -110 q-119 0 -232.5 53.5t-190.5 145.5q-73 87 -107 214.5t-34 260.5z" />
|
|
53
|
-
<glyph unicode="H" horiz-adv-x="1634" d="M24 128q0 48 26 89t67 41q6 0 52 -5q31 -8 50 -8q15 0 23.5 15.5t13 50.5t4.5 92v510q0 92 -9.5 124.5t-31.5 32.5q-17 0 -51 -7t-51 -7q-28 0 -50 21t-32.5 50.5t-10.5 59.5q0 62 31.5 105t76.5 43t139 -10t153 -10q50 0 133 10t130 10t72 -41.5t25 -106.5 q0 -40 -10 -71t-23.5 -45.5t-26.5 -14.5q-14 0 -37 8q-34 6 -35 6q-9 0 -15.5 -9.5t-11.5 -46.5t-5 -101v-94h411v94q0 40 -2 69t-4.5 45.5t-7 26.5t-8.5 13t-9 3q-1 0 -35 -6q-23 -8 -37 -8q-22 0 -41.5 36t-19.5 95q0 65 25.5 106.5t72.5 41.5t130 -10t132 -10 q59 0 153 10t139 10t77 -43t32 -105q0 -48 -26 -89.5t-67 -41.5q-17 0 -51.5 7t-51.5 7q-22 0 -31.5 -32.5t-9.5 -124.5v-510q0 -57 4.5 -92t13.5 -50.5t23 -15.5q21 0 51 8q46 5 52 5q28 0 50 -20.5t32.5 -50t10.5 -59.5q0 -41 -14 -75t-38 -53t-52 -19q-50 0 -148.5 9.5 t-148.5 9.5q-63 0 -148 -9.5t-118 -9.5q-43 0 -68.5 41.5t-25.5 105.5q0 57 21 93.5t44 36.5q7 0 35 -5q23 -8 33 -8q17 0 24 33.5t7 124.5v154h-411v-154q0 -91 7.5 -124.5t24.5 -33.5q14 0 33 8q34 5 35 5q14 0 28.5 -15t25 -45.5t10.5 -69.5q0 -64 -25 -105.5t-68 -41.5 q-33 0 -118.5 9.5t-148.5 9.5q-50 0 -148 -9.5t-148 -9.5q-28 0 -51.5 19t-38 53t-14.5 75z" />
|
|
54
|
-
<glyph unicode="I" horiz-adv-x="894" d="M24 128q0 48 26 89t67 41q6 0 52 -5q31 -8 50 -8q15 0 23.5 15.5t13 50.5t4.5 92v510q0 92 -9.5 124.5t-31.5 32.5q-17 0 -51 -7t-51 -7q-28 0 -50 21t-32.5 50.5t-10.5 59.5q0 62 31.5 105t76.5 43t139 -10t153 -10q50 0 149.5 10t148.5 10q43 0 74 -20t46.5 -53 t15.5 -75q0 -61 -30.5 -96t-70.5 -35q-16 0 -43 8q-39 6 -44 6q-29 0 -39.5 -31.5t-10.5 -125.5v-510q0 -94 10.5 -126t39.5 -32q18 0 44 8q40 5 43 5q47 0 74 -40.5t27 -89.5q0 -42 -15.5 -75t-46.5 -52.5t-74 -19.5q-49 0 -148.5 9.5t-149.5 9.5t-148 -9.5t-148 -9.5 q-28 0 -51.5 19t-38 53t-14.5 75z" />
|
|
55
|
-
<glyph unicode="J" d="M-11 368q0 69 26.5 132t71.5 109.5t107.5 74t130.5 27.5q61 0 119 -26t97 -77t39 -114q0 -68 -44.5 -120.5t-111.5 -52.5q-31 0 -51.5 8t-34 23.5t-26.5 44.5q-2 -2 -7 -10t-6 -10t-4 -8.5t-4 -10t-2 -9t-1 -11.5q0 -32 16.5 -57.5t43.5 -39t56.5 -20.5t60.5 -7 q124 0 181 72q21 27 33.5 55t17.5 63t6 58.5t1 68.5v382q0 92 -9.5 124.5t-31.5 32.5q-17 0 -51 -7t-52 -7q-40 0 -66.5 41.5t-26.5 89.5q0 41 14.5 75t39.5 53.5t55 19.5q45 0 139 -10t152 -10q51 0 150 10t149 10q63 0 99.5 -42t36.5 -106q0 -61 -31 -96t-70 -35 q-16 0 -43 8q-40 6 -46 6q-28 0 -38 -31.5t-10 -125.5v-446q0 -68 -5 -114t-20 -95.5t-46 -90.5t-80 -81q-163 -131 -409 -131q-75 0 -148 16t-139.5 49.5t-117 81.5t-80.5 116.5t-30 149.5z" />
|
|
56
|
-
<glyph unicode="K" horiz-adv-x="1595" d="M24 128q0 48 26 89t67 41q6 0 52 -5q31 -8 50 -8q15 0 23.5 15.5t13 50.5t4.5 92v510q0 92 -9.5 124.5t-31.5 32.5q-17 0 -51 -7t-51 -7q-28 0 -50 21t-32.5 50.5t-10.5 59.5q0 62 31.5 105t76.5 43t139 -10t153 -10q50 0 133 10t130 10t72 -41.5t25 -106.5 q0 -40 -10 -71t-23.5 -45.5t-26.5 -14.5q-14 0 -37 8q-34 6 -35 6q-9 0 -15.5 -9.5t-11.5 -46.5t-5 -101v-174l273 253q3 2 8 7q56 52 68.5 67.5t12.5 36.5q0 8 -2.5 14t-4.5 7.5t-12 9.5q-46 40 -46 90t37 80.5t89 30.5q34 0 103.5 -10t106.5 -10q41 0 101.5 10t93.5 10 q64 0 101.5 -37t37.5 -101q0 -60 -24 -100.5t-59 -40.5q-14 0 -39 8t-39 8q-17 0 -32 -9t-50 -38l-198 -171q-48 -42 -63 -59.5t-15 -31.5q0 -7 1.5 -13t8 -18t13 -23.5t21.5 -36.5l193 -323q33 -55 56 -76.5t46 -21.5q14 0 36.5 3.5t30.5 3.5q42 0 69 -35t27 -106 q0 -39 -16.5 -70t-47 -48.5t-69.5 -17.5q-32 0 -91 9.5t-102 9.5q-37 0 -107.5 -9.5t-103.5 -9.5q-63 0 -101.5 31t-38.5 81q0 28 12 49.5t27 31.5t27 23.5t12 28.5q0 19 -24 62l-102 183q-29 52 -41 68t-24 16q-10 0 -29 -18l-131 -134q0 -91 7.5 -124.5t24.5 -33.5 q12 0 39 8q20 5 37 5q24 0 40 -38.5t16 -91.5q0 -64 -25 -105.5t-68 -41.5q-33 0 -118.5 9.5t-148.5 9.5q-50 0 -148 -9.5t-148 -9.5q-28 0 -51.5 19t-38 53t-14.5 75z" />
|
|
57
|
-
<glyph unicode="L" horiz-adv-x="1322" d="M24 128q0 48 26 89t67 41q6 0 52 -5q31 -8 50 -8q15 0 23.5 15.5t13 50.5t4.5 92v510q0 92 -9.5 124.5t-31.5 32.5q-17 0 -51 -7t-51 -7q-28 0 -50 21t-32.5 50.5t-10.5 59.5q0 62 31.5 105t76.5 43q43 0 142 -10t170 -10q31 0 122.5 10t144.5 10q48 0 82.5 -20t50.5 -53 t16 -75q0 -49 -27.5 -90t-75.5 -41q-16 0 -43 8q-39 6 -44 6q-18 0 -27 -7.5t-16 -43t-7 -106.5v-512q0 -38 1.5 -60.5t7 -43.5t14 -31.5t24.5 -18.5t37.5 -10.5t54.5 -2.5h115q76 0 113.5 22t37.5 76q0 24 -8.5 72.5t-8.5 74.5q0 66 51 105.5t120 39.5q74 0 115 -43.5 t41 -117.5q0 -35 -7 -102t-7 -101q0 -28 7 -85.5t7 -85.5q0 -61 -32 -84.5t-97 -23.5q-117 0 -385 8.5t-377 10.5q-62 0 -165.5 -9.5t-150.5 -9.5t-75.5 41.5t-28.5 105.5z" />
|
|
58
|
-
<glyph unicode="M" horiz-adv-x="2061" d="M24 128q0 61 32 95.5t68 34.5q15 0 43.5 -6.5t44.5 -6.5q17 0 26.5 10t15.5 45.5t6 102.5v510q0 65 -5 99t-15 46t-28 12q-16 0 -44.5 -7t-43.5 -7q-30 0 -53.5 18.5t-35 48t-11.5 64.5q0 67 44 107.5t140 40.5q49 0 147.5 -10t148.5 -10q45 0 130.5 10t136 10t71.5 -27 t43 -120l158 -674h4l163 646q26 100 56 137.5t92 37.5q50 0 148.5 -10t147.5 -10q60 0 148.5 10t117.5 10q64 0 100.5 -42t36.5 -106q0 -49 -27.5 -90t-74.5 -41q-14 0 -42.5 7t-44.5 7q-14 0 -22 -5.5t-14.5 -21.5t-9.5 -47.5t-3 -82.5v-510q0 -97 9.5 -127.5t39.5 -30.5 q16 0 44.5 6.5t42.5 6.5q47 0 74.5 -40.5t27.5 -89.5q0 -64 -36.5 -105.5t-100.5 -41.5q-41 0 -114.5 9.5t-120.5 9.5q-59 0 -141.5 -9.5t-111.5 -9.5q-54 0 -80.5 40.5t-26.5 106.5q0 48 17 89t43 41q14 0 37.5 -6.5t38.5 -6.5t21.5 35.5t6.5 122.5v671h-4l-265 -922 q-22 -76 -49.5 -114t-67.5 -38h-132q-50 0 -71 29.5t-48 122.5l-256 922h-4v-671q0 -158 37 -158q11 0 31 6.5t29 6.5q31 0 49.5 -40.5t18.5 -89.5q0 -64 -25 -105.5t-69 -41.5q-42 0 -117.5 9.5t-117.5 9.5q-43 0 -127.5 -9.5t-125.5 -9.5q-75 0 -113 40.5t-38 106.5z" />
|
|
59
|
-
<glyph unicode="N" horiz-adv-x="1711" d="M24 128q0 65 31.5 97.5t68.5 32.5q15 0 43.5 -6.5t44.5 -6.5t26 8t15 30t6 47.5t1 72.5v510q0 90 -10 123.5t-38 33.5q-16 0 -44.5 -7t-43.5 -7q-39 0 -69.5 38.5t-30.5 92.5q0 67 42.5 107.5t132.5 40.5q39 0 122 -10t126 -10q36 0 115.5 10t120.5 10q23 0 40.5 -7.5 t31 -24t21 -30t18.5 -38.5l366 -865h4v543q0 3 0.5 20t0 27.5t-1.5 29t-4.5 30.5t-8.5 24.5t-14 19t-21 6.5q-16 0 -45 -7t-43 -7q-46 0 -73.5 41t-27.5 90q0 66 39.5 107t116.5 41q39 0 122 -10t127 -10q35 0 115 10t121 10q63 0 99 -42t36 -106q0 -56 -28.5 -93.5 t-71.5 -37.5q-15 0 -44 7t-45 7q-27 0 -37.5 -32t-10.5 -125v-769q0 -74 -13 -101q-25 -53 -90 -53h-269q-23 0 -33.5 1t-26.5 6.5t-27 17.5q-23 26 -63 111l-377 835h-4v-558q0 -94 9 -126t40 -32q16 0 44.5 6.5t42.5 6.5q47 0 74.5 -40.5t27.5 -89.5q0 -64 -36.5 -105.5 t-100.5 -41.5q-41 0 -120 9.5t-115 9.5q-43 0 -126.5 -9.5t-122.5 -9.5q-75 0 -115 42t-40 105z" />
|
|
60
|
-
<glyph unicode="O" horiz-adv-x="1400" d="M58 663q0 132 33.5 260.5t103.5 222.5q80 106 210.5 161t273.5 55q319 0 481 -193q82 -96 122.5 -232t40.5 -276q0 -133 -34 -264t-104 -224q-82 -108 -212 -163t-277 -55q-321 0 -484 195q-53 63 -89 153.5t-50.5 180t-14.5 179.5zM432 659q0 -114 15.5 -195t48 -131.5 t80 -73.5t115.5 -23q133 0 195.5 99t62.5 313q0 230 -62.5 332t-192.5 102q-45 0 -81.5 -10t-71.5 -38.5t-58 -74.5t-37 -122t-14 -178z" />
|
|
61
|
-
<glyph unicode="P" horiz-adv-x="1361" d="M24 128q0 49 27 89.5t73 40.5q15 0 43.5 -6.5t44.5 -6.5q28 0 38 33.5t10 124.5v510q0 93 -9.5 125t-38.5 32q-16 0 -44.5 -7t-43.5 -7q-46 0 -73 41t-27 90q0 67 44 107.5t142 40.5q45 0 132.5 -10t132.5 -10q91 0 165 5t122 10t75 5q88 0 183.5 -31.5t160.5 -85.5 q71 -59 107.5 -147.5t36.5 -186.5q0 -205 -144 -329q-79 -68 -169.5 -94.5t-205.5 -26.5h-100q-24 1 -41 1q-25 -1 -33 -3q-14 -4 -14 -29q0 -91 11.5 -124.5t45.5 -33.5q19 0 53.5 6.5t51.5 6.5q28 0 51 -12t37.5 -31t22.5 -41.5t8 -45.5q0 -64 -43 -105.5t-117 -41.5 q-51 0 -138 9.5t-128 9.5q-49 0 -148 -9.5t-148 -9.5q-76 0 -114.5 40.5t-38.5 106.5zM620 772q0 -17 0.5 -24.5t1.5 -18.5t2.5 -14.5t6 -9.5t10 -7.5t14.5 -4t20 -2.5h27q61 0 106 10t72.5 26.5t44.5 41.5t23 51t6 60q0 40 -12 69.5t-32.5 48t-52.5 29.5t-67.5 15.5 t-81.5 4.5q-30 0 -48 -5.5t-26.5 -19t-11 -27.5t-2.5 -39v-184z" />
|
|
62
|
-
<glyph unicode="Q" horiz-adv-x="1361" d="M58 654q0 142 34.5 272t111.5 225q85 106 212.5 158.5t272.5 52.5q126 0 230 -35t178 -98.5t124.5 -153t74.5 -196t24 -229.5q0 -101 -17.5 -190.5t-54 -173t-101 -152t-152.5 -112.5q3 -20 6.5 -35t8.5 -27t11.5 -20t15 -12t17.5 -4q18 0 29 9t15.5 22.5t12 29.5 t16 29.5t29 23t50.5 9.5q60 0 92.5 -40.5t32.5 -101.5q0 -62 -26 -109.5t-70 -75.5t-97 -42t-111 -14q-67 0 -133.5 20t-107.5 61q-62 62 -82 210q-18 -1 -37 -1t-40 1q-42 3 -84 9t-86.5 21t-86 35t-81.5 51.5t-73 70.5q-42 50 -73 112.5t-49.5 129.5t-27 134.5t-8.5 135.5 zM432 624q0 -42 2.5 -77.5t8.5 -80.5t20 -80t34.5 -67.5t53 -54t75.5 -28.5q-2 20 -10 36.5t-18 26.5t-21 22t-20.5 23t-15.5 29t-6 41q0 40 23 68.5t56.5 41.5t72.5 13q88 0 139.5 -56.5t58.5 -146.5q22 31 35 66.5t18 80t6 73t1 81.5q0 162 -29 262t-82.5 142.5 t-137.5 42.5q-65 0 -112 -23t-82 -75.5t-52.5 -142t-17.5 -217.5z" />
|
|
63
|
-
<glyph unicode="R" horiz-adv-x="1517" d="M24 128q0 49 27 89.5t73 40.5q3 0 43 -5q31 -8 45 -8q30 0 39 31.5t9 126.5v510q0 93 -9.5 125t-38.5 32q-16 0 -44.5 -7t-43.5 -7q-46 0 -73 41t-27 90q0 65 36.5 106.5t101.5 41.5q40 0 144.5 -10t174.5 -10q86 0 222 10t214 10q116 0 208.5 -41.5t146 -120 t53.5 -181.5q0 -56 -13 -101.5t-37 -77.5t-60.5 -56.5t-79 -39.5t-96.5 -24v-4q130 -15 197 -78.5t67 -192.5v-86q0 -45 8 -62t35 -17q9 0 29.5 2.5t31.5 2.5q38 0 63.5 -41.5t25.5 -88.5q0 -65 -36 -106t-100 -41q-20 0 -58.5 9.5t-59.5 9.5q-27 0 -69.5 -9.5t-63.5 -9.5 q-42 0 -73 14.5t-49 36.5t-29 54.5t-14.5 63.5t-3.5 68q0 17 1.5 62t1.5 72q0 48 -13 81.5t-33 52.5t-54.5 29t-66 13t-78.5 3q-39 0 -58.5 -16.5t-19.5 -61.5v-91q3 -67 14 -92t36 -25q18 0 44 8q40 5 43 5q47 0 74 -40.5t27 -89.5q0 -42 -15.5 -75t-46.5 -52.5t-74 -19.5 q-34 0 -121 9.5t-146 9.5q-49 0 -147.5 -9.5t-147.5 -9.5q-43 0 -74 19.5t-46.5 52.5t-15.5 75zM620 854q0 -42 17.5 -58t60.5 -16q73 0 124.5 13.5t78.5 37t38.5 49t11.5 56.5q0 37 -16 64t-42.5 41.5t-55.5 21.5t-61 7q-96 0 -126 -16.5t-30 -73.5v-126z" />
|
|
64
|
-
<glyph unicode="S" horiz-adv-x="1205" d="M58 97q0 31 4 93.5t4 95.5q0 23 -4 68.5t-4 69.5q0 40 24.5 68t59 39t74.5 11q127 0 152 -159q3 -20 10 -38.5t23.5 -40t40.5 -36.5t63 -25.5t89 -10.5q36 0 68.5 8t60 24t43.5 45.5t16 67.5q0 79 -66 109q-13 7 -30 13t-30 10t-35 10.5t-31 9t-34.5 8.5t-30.5 7 q-15 4 -52 13t-52.5 13t-46 13.5t-49.5 18.5t-44 22.5t-47 31.5q-145 108 -145 293q0 126 60 221t160.5 143.5t225.5 48.5q98 0 184 -34.5t137 -105.5l4 4v7q0 37 10 59q11 26 37 38t70 12q58 0 91 -27t33 -84q0 -31 -5.5 -80t-5.5 -75q0 -17 5.5 -55.5t5.5 -66.5 q0 -56 -33 -92.5t-105 -36.5q-36 0 -63 11t-43.5 31.5t-26 43.5t-15.5 54q-25 130 -223 130q-37 0 -70 -12t-55.5 -40.5t-22.5 -67.5q0 -25 7 -42.5t28.5 -35.5t65 -32t111.5 -26q78 -14 141.5 -33t129 -52.5t109.5 -77t72 -110t28 -148.5q0 -104 -38 -191.5t-104.5 -146.5 t-156.5 -92t-193 -33q-191 0 -343 129q0 -54 -32 -83t-86 -29q-60 0 -92.5 32t-32.5 93z" />
|
|
65
|
-
<glyph unicode="T" horiz-adv-x="1361" d="M15 878q0 32 5.5 96.5t5.5 97.5q0 30 -5.5 90t-5.5 89q0 43 27 63.5t73 20.5q47 0 225 -10t339 -10q160 0 337.5 10t225.5 10q98 0 98 -84q0 -29 -4.5 -89t-4.5 -90q0 -33 4.5 -97.5t4.5 -96.5q-1 -47 -19 -83t-52.5 -57.5t-81.5 -21.5q-78 0 -114 47t-36 126q0 22 6 63 t6 62q0 33 -28 50.5t-63 17.5q-57 0 -78.5 -33t-21.5 -123v-521q0 -80 13 -119t48 -39q19 0 54.5 6.5t53.5 6.5q57 0 90.5 -40.5t33.5 -89.5q0 -65 -44.5 -107t-124.5 -42q-47 0 -147 9.5t-156 9.5q-57 0 -158 -9.5t-148 -9.5q-53 0 -91.5 20t-58 53.5t-19.5 75.5 q0 49 34 89.5t91 40.5q15 0 34.5 -3t39 -6.5t35.5 -3.5q23 0 36.5 19.5t18.5 52.5t5 86v521q0 90 -21.5 123t-77.5 33q-35 0 -63 -17.5t-28 -50.5q0 -21 5.5 -62t5.5 -63q0 -79 -36 -126t-114 -47q-70 0 -110.5 45t-43.5 117z" />
|
|
66
|
-
<glyph unicode="U" horiz-adv-x="1595" d="M10 1188q0 61 31 104t74 43q49 0 147.5 -10t147.5 -10q46 0 131.5 10t135.5 10q44 0 68.5 -41.5t24.5 -105.5q0 -48 -18.5 -89t-49.5 -41q-9 0 -28 8q-29 6 -32 6q-8 0 -14.5 -6.5t-10 -19.5t-6 -24t-3.5 -30.5t-1 -28.5v-27v-19v-399v-12q0 -37 0.5 -58t6 -53t15.5 -55 q43 -97 173 -97q37 0 66 6t50.5 16.5t37 28.5t25.5 38.5t15.5 50.5t7.5 61.5t2 73.5v399q0 91 -7.5 123t-27.5 32q-3 0 -31 -6q-19 -8 -30 -8q-31 0 -49 41t-18 89q0 147 139 147q42 0 126 -10t127 -10q39 0 114.5 10t117.5 10q63 0 100 -41.5t37 -105.5q0 -48 -28 -89 t-74 -41q-16 0 -43 8q-40 6 -44 6q-12 0 -20 -5t-15 -20t-10.5 -47.5t-3.5 -82.5v-429q0 -50 -1 -80.5t-5 -72t-13.5 -70t-25 -62t-40.5 -62.5t-59 -57q-157 -129 -428 -129q-272 0 -415 115q-28 23 -49 49t-35 49.5t-23.5 56.5t-14.5 56t-7 62.5t-2.5 61.5t-0.5 67v12v433 q0 89 -9 122t-39 33q-7 0 -14.5 -1t-16.5 -2.5t-14 -2.5q-27 -8 -43 -8q-46 0 -73.5 41t-27.5 89z" />
|
|
67
|
-
<glyph unicode="V" horiz-adv-x="1556" d="M-13 1185q0 68 40.5 109t124.5 41q42 0 126 -10t127 -10q30 0 108.5 10t122.5 10q43 0 74 -20t46.5 -53.5t15.5 -76.5q0 -49 -27 -90t-73 -41q-9 0 -24 8t-26 8q-28 0 -28 -31q0 -16 15 -74l169 -629h4l181 629q17 51 17 74q0 31 -22 31q-7 0 -30 -8q-19 -8 -29 -8 q-28 0 -50 21t-32.5 50.5t-10.5 59.5q0 66 35.5 108t98.5 42q41 0 125 -10t127 -10q30 0 109 10t123 10q64 0 100 -42t36 -108q0 -49 -27 -90t-74 -41q-14 0 -33 8q-23 8 -33 8q-21 0 -32.5 -13t-20.5 -38l-56 -147l-222 -679q-38 -118 -75 -165t-96 -47q-23 0 -60.5 9.5 t-56.5 9.5q-18 0 -59 -9.5t-69 -9.5q-60 0 -102 66q-37 59 -79 192l-255 792q-11 37 -52 37q-12 0 -35.5 -7t-35.5 -7q-46 0 -73 41t-27 90z" />
|
|
68
|
-
<glyph unicode="W" horiz-adv-x="2022" d="M-10 1185q0 63 32 106.5t77 43.5q32 0 112 -10t125 -10q44 0 117.5 10t114.5 10q64 0 100 -42t36 -108q0 -49 -27 -90t-74 -41q-8 0 -25 7t-25 7q-16 0 -23.5 -11t-7.5 -26q0 -22 9 -60l121 -644h4l126 844q17 98 26 121q8 23 22 33t39 10t76.5 -10t77.5 -10 q29 0 73.5 10t69 10t38 -7.5t22.5 -27.5q10 -26 27 -129l128 -844h4l117 644q8 30 8 60q0 37 -34 37q-8 0 -24.5 -7t-23.5 -7q-47 0 -74 41t-27 90q0 41 14 76t36 54.5t45 19.5q42 0 126 -10t127 -10q30 0 108.5 10t123.5 10q63 0 99 -42t36 -108q0 -49 -27 -90t-73 -41 q-11 0 -31.5 4t-31.5 4q-30 0 -43 -31q-9 -27 -30 -114l-166 -742q-23 -109 -41 -149q-12 -26 -31.5 -35.5t-50.5 -9.5q-25 0 -71 9.5t-70 9.5q-27 0 -78 -9.5t-76 -9.5q-43 0 -64 52q-4 11 -8 22.5t-7.5 25.5t-5.5 23.5t-5 27.5t-4 24.5t-4 26.5t-3 23l-104 679h-3 l-104 -679q-2 -10 -6 -37t-6.5 -44.5t-7.5 -40t-10 -37.5q-13 -35 -29.5 -50.5t-50.5 -15.5q-26 0 -72.5 9.5t-70.5 9.5q-26 0 -77.5 -9.5t-75.5 -9.5q-47 0 -68 38q-18 33 -45 156l-165 742q-12 64 -27 110q-13 35 -47 35q-11 0 -30.5 -4t-30.5 -4q-46 0 -73.5 41t-27.5 90 z" />
|
|
69
|
-
<glyph unicode="X" horiz-adv-x="1478" d="M-6 128q0 49 27.5 89.5t73.5 40.5q12 0 35 -3.5t35 -3.5q8 0 15.5 2.5t13.5 5.5t13.5 10t11.5 11t11.5 13.5t10 13t9.5 14t8 11.5l226 316l-189 286q-1 2 -4 7q-12 18 -19.5 29t-22.5 30t-27.5 30.5t-28.5 20.5t-30 9q-11 0 -35.5 -2t-40.5 -2q-40 0 -66.5 41.5 t-26.5 89.5q0 31 9 58t26 47t43 31.5t58 11.5q39 0 118.5 -10t119.5 -10q35 0 104.5 10t108.5 10q60 0 95 -40t35 -101q0 -34 -10 -54t-38 -33q-43 -27 -43 -45q0 -14 5.5 -29.5t11 -26.5t20.5 -39l88 -159l103 161q45 69 45 89q0 10 -9 18t-22 15.5t-25.5 17.5t-21.5 29.5 t-9 46.5q0 58 24.5 104t58.5 46q39 0 118.5 -10t119.5 -10q42 0 108.5 10t104.5 10q64 0 100 -42t36 -106q0 -49 -27 -90t-73 -41q-8 0 -26.5 2t-29.5 2q-23 0 -44 -17t-54 -61l-222 -305l214 -333q36 -54 54 -72.5t41 -18.5q12 0 34 3.5t33 3.5q46 0 73 -40.5t27 -89.5 q0 -64 -36 -106t-100 -43q-39 0 -107.5 9.5t-105.5 9.5q-40 0 -119.5 -9.5t-118.5 -9.5q-50 0 -79.5 39.5t-29.5 92.5q0 35 10.5 57.5t26 33t30.5 17.5t26 16.5t11 24.5q0 13 -21 48q-2 3 -3 5l-115 199l-103 -158q-1 -2 -12 -19.5t-18.5 -29.5t-14.5 -27.5t-7 -23.5 q0 -4 1 -7.5t1.5 -6.5t3 -6t4 -4.5t5.5 -4t5 -3t6 -3.5t6 -3q39 -22 52 -42t13 -63q0 -61 -30 -96.5t-91 -35.5q-41 0 -114.5 9.5t-99.5 9.5q-40 0 -119 -9.5t-118 -9.5q-54 0 -87.5 42t-33.5 105z" />
|
|
70
|
-
<glyph unicode="Y" horiz-adv-x="1517" d="M-11 1187q0 65 37.5 106.5t107.5 41.5q39 0 118 -10t119 -10q36 0 105.5 10t108.5 10q64 0 96.5 -43.5t32.5 -110.5q0 -29 -9.5 -48.5t-23 -28t-27 -14.5t-23 -14.5t-9.5 -22.5q0 -25 41 -102l100 -194l106 194q4 6 12.5 20.5t11.5 20t8.5 16t7.5 16.5t4 14t2 15 q0 15 -9 24t-21.5 15t-25.5 15t-22 30t-9 53q0 64 32.5 104.5t79.5 40.5q38 0 117.5 -10t119.5 -10t107.5 10t106.5 10q64 0 100.5 -42t36.5 -106q0 -49 -28 -90t-74 -41q-14 0 -40 5t-40 5q-34 0 -52 -21q-16 -19 -65 -94l-239 -381q-37 -59 -49.5 -87t-12.5 -53v-115 q0 -32 18 -51t49 -19q19 0 56 6.5t56 6.5q46 0 73.5 -40.5t27.5 -89.5q0 -64 -36.5 -105.5t-99.5 -41.5q-48 0 -131.5 9.5t-138.5 9.5q-50 0 -148 -9.5t-146 -9.5q-194 0 -194 147q0 49 27 89.5t73 40.5q20 0 58 -6.5t57 -6.5q54 0 54 72v76q-1 47 -12 73t-51 93l-226 371 q-54 90 -70 107q-22 25 -57 25q-14 0 -39 -3t-39 -3q-46 0 -73 41t-27 90z" />
|
|
71
|
-
<glyph unicode="Z" horiz-adv-x="1244" d="M29 119q0 62 55 136l630 840h-218q-77 0 -101 -15t-24 -66q0 -18 4 -53t4 -53q0 -61 -43 -100t-104 -39q-72 0 -111 38t-39 112q0 28 4.5 84.5t4.5 84.5q0 25 -4.5 77t-4.5 79q0 25 5 41t14.5 26.5t30 15.5t43 6.5t63.5 1.5h836q61 0 94 -37t33 -99q0 -25 -7 -49 t-21.5 -49t-25.5 -40t-32 -42l-607 -783h247q101 0 140 9q27 7 36 22.5t9 46.5q0 23 -5 70t-5 71q0 69 43 108.5t111 39.5q66 0 104 -44.5t38 -111.5q0 -26 -3.5 -59.5t-7 -67.5t-3.5 -60q0 -27 7 -81.5t7 -81.5q0 -107 -140 -107h-909q-68 0 -108 32t-40 97z" />
|
|
72
|
-
<glyph unicode="[" horiz-adv-x="933" d="M171 -200v1457q0 24 9 40t31.5 25t57.5 9h439q63 0 90.5 -24t27.5 -95q0 -48 -24 -82.5t-70 -34.5q-26 0 -76.5 8t-75.5 8q-41 0 -64.5 -26t-23.5 -77v-956q0 -73 9 -109t26.5 -48t52.5 -12q25 0 75.5 8t76.5 8q46 0 70 -34.5t24 -82.5q0 -61 -24.5 -89.5t-75.5 -28.5 h-457q-28 0 -46 5t-28.5 13.5t-15.5 27.5t-6.5 37t-1.5 53z" />
|
|
73
|
-
<glyph unicode="\" horiz-adv-x="1166" d="M97 1335h257l726 -1345h-257z" />
|
|
74
|
-
<glyph unicode="]" horiz-adv-x="933" d="M107 -218q0 48 24.5 82.5t70.5 34.5q26 0 76.5 -8t75.5 -8q26 0 41.5 6t26.5 24t15.5 51t4.5 88v956q0 51 -23.5 77t-64.5 26q-25 0 -75.5 -8t-76.5 -8q-46 0 -70.5 34.5t-24.5 82.5q0 37 7.5 61t23.5 36.5t36.5 17t51.5 4.5h439q52 0 75 -19t23 -55v-1457 q0 -35 -1.5 -53t-6.5 -37t-15.5 -27.5t-28.5 -13.5t-46 -5h-457q-51 0 -76 28.5t-25 89.5z" />
|
|
75
|
-
<glyph unicode="^" horiz-adv-x="1166" d="M101 557l372 778h233l372 -778h-248l-240 496l-241 -496h-248z" />
|
|
76
|
-
<glyph unicode="_" horiz-adv-x="972" d="M0 -146h973v-97h-973v97z" />
|
|
77
|
-
<glyph unicode="`" horiz-adv-x="778" d="M95 1327q0 53 34.5 96.5t86.5 43.5q51 0 131 -45l143 -78q7 -4 26 -14t30 -16t27 -17.5t25 -22t15.5 -25.5t6.5 -31q0 -40 -26 -77.5t-65 -37.5q-43 0 -143 39l-137 55q-6 2 -18.5 7l-20 8t-20 8.5t-21 10t-19 11t-18 13t-15 14.5t-12 17t-7.5 19.5t-3 21.5z" />
|
|
78
|
-
<glyph unicode="a" horiz-adv-x="1166" d="M52 247q0 67 17 118.5t46 83.5t67.5 56t82 36t89.5 22t89.5 16t82 17.5t67.5 25.5t46 40.5t17 63.5q0 52 -39.5 80.5t-93.5 28.5q-29 0 -46.5 -9.5t-17.5 -36.5v-34q0 -32 -14.5 -57.5t-38.5 -41.5t-53.5 -24t-60.5 -8q-73 0 -126 48t-53 120q0 48 25 89t74.5 73.5 t132.5 51.5t192 19q213 0 315 -58q38 -21 63 -49.5t38.5 -67.5t18.5 -81.5t5 -101.5v-366q0 -37 4 -57.5t10.5 -27t18.5 -6.5q7 0 23 2t23 2q45 0 71 -32t26 -77q0 -39 -18 -69t-47.5 -47t-63.5 -25.5t-70 -8.5q-48 0 -90.5 11.5t-79.5 40.5t-52 73q-130 -125 -333 -125 q-68 0 -129 18.5t-110.5 53t-78.5 91.5t-29 129zM373 292q0 -48 32 -70t79 -22q85 0 128.5 47.5t43.5 135.5v44q-13 -14 -40.5 -24t-58 -15t-64 -12.5t-59.5 -16t-43.5 -26t-17.5 -41.5z" />
|
|
79
|
-
<glyph unicode="b" horiz-adv-x="1166" d="M-28 1199q0 61 28.5 98.5t86.5 37.5q25 0 77.5 -10t78.5 -10q29 0 86 10t85 10q35 0 50 -24.5t15 -81.5v-334h4q44 64 113.5 97t154.5 33q81 0 147 -31.5t108.5 -83.5t71 -121t40.5 -140t12 -145q0 -83 -15 -160t-48.5 -148.5t-82.5 -124.5t-121.5 -84.5t-160.5 -31.5 q-220 0 -312 179l-4 -4l5 -48q0 -45 -31.5 -68.5t-77.5 -23.5q-73 0 -98.5 33.5t-25.5 108.5v831q0 79 -6.5 108.5t-28.5 29.5q-9 0 -30 -6.5t-35 -6.5q-45 0 -65.5 31t-20.5 80zM479 483q0 -134 47 -199.5t124 -65.5q73 0 116 67t43 201q0 129 -39 195q-21 35 -52 58.5 t-66 23.5q-30 0 -59 -15t-55.5 -46.5t-42.5 -88t-16 -130.5z" />
|
|
80
|
-
<glyph unicode="c" horiz-adv-x="1049" d="M52 484q0 249 143.5 395t391.5 146q47 0 93.5 -7.5t92.5 -22.5t85.5 -40t70.5 -57t48.5 -77t17.5 -97q0 -76 -53.5 -123.5t-130.5 -47.5q-65 0 -110 31.5t-45 94.5q0 30 19 58q-24 19 -48 26t-59 7q-56 0 -99.5 -30t-69.5 -92.5t-26 -149.5q0 -52 12 -105t37 -90 q26 -39 71 -62t90 -23q33 0 56.5 8t41 26t28.5 37t24 51q26 59 51.5 78.5t82.5 19.5q65 0 108.5 -39.5t43.5 -104.5q0 -67 -35.5 -129.5t-92.5 -106.5q-129 -103 -319 -103q-231 0 -372 138q-71 72 -109.5 178t-38.5 213z" />
|
|
81
|
-
<glyph unicode="d" horiz-adv-x="1244" d="M52 483q0 80 15.5 156.5t49.5 147t82 123t119.5 84t156.5 31.5q79 0 143.5 -35.5t128.5 -100.5v74q0 36 -2 61t-5 40t-7.5 23.5t-9.5 11t-12 2.5q-11 0 -36.5 -5.5t-43.5 -5.5q-28 0 -48.5 9t-32 24.5t-16.5 34.5t-5 41q0 56 29 96t78 40q25 0 77.5 -10t78.5 -10 q30 0 87 10t84 10q57 0 73.5 -27.5t16.5 -108.5v-847q0 -83 8.5 -110.5t31.5 -27.5q11 0 36.5 6t43.5 6q28 0 48.5 -9t31.5 -25t16 -34.5t5 -40.5q0 -58 -33 -97t-99 -39q-26 0 -79 9.5t-79 9.5q-24 0 -72 -9.5t-71 -9.5q-21 0 -34 11.5t-18.5 32.5t-7 49t0.5 62h-4 q-40 -89 -124 -135t-181 -46q-81 0 -151 30.5t-118.5 82t-83.5 119.5t-51.5 143t-16.5 153zM373 467q0 -44 9.5 -85.5t28.5 -79.5t54 -61t81 -23q51 0 91 24t63 64t35 85.5t12 92.5q0 33 -6 66t-19.5 66t-32.5 58q-73 89 -140 89q-39 0 -70.5 -20.5t-51 -52t-32 -72 t-17.5 -78t-5 -73.5z" />
|
|
82
|
-
<glyph unicode="e" horiz-adv-x="1088" d="M52 484q0 116 35.5 215t100 171.5t161 113.5t213.5 41q223 0 346 -124.5t123 -341.5q0 -38 -3.5 -58t-17 -36.5t-39 -22.5t-69.5 -6h-472q-37 0 -47 -7.5t-10 -33.5q0 -83 58 -139t143 -56q51 0 83.5 16.5t74.5 59.5q47 51 73 64.5t75 13.5q58 0 96 -32.5t38 -89.5 q0 -74 -57.5 -137t-160.5 -101.5t-226 -38.5q-157 0 -275 66.5t-180.5 186t-62.5 276.5zM383 679q0 -18 17.5 -22.5t64.5 -4.5h196q31 0 40.5 7.5t9.5 25.5q0 44 -39.5 82.5t-107.5 38.5q-70 0 -125.5 -43t-55.5 -84z" />
|
|
83
|
-
<glyph unicode="f" horiz-adv-x="894" d="M13 115q0 49 20.5 80t65.5 31q2 0 35 -7q23 -7 29 -7q23 0 29.5 29.5t6.5 107.5v355q0 20 -0.5 32t-4 21.5t-6.5 13t-12.5 6.5t-17 3h-26.5q-62 0 -90.5 21.5t-28.5 82t25 87.5t85 27q29 0 43 1.5t22.5 10t10 18.5t1.5 34q3 62 25 112.5t58 85t84.5 58t102.5 34t113 10.5 q123 0 201 -41q52 -27 84.5 -73t32.5 -100q0 -65 -40.5 -108t-105.5 -43q-51 0 -92 31.5t-41 82.5q0 23 18 53q-17 7 -39 7q-97 0 -97 -111v-26t3.5 -17.5t5.5 -11t12.5 -4.5t17.5 -2.5t27 -0.5q58 0 88 -11.5t40 -32.5t10 -61q0 -47 -12.5 -70t-47 -33t-104.5 -10 q-17 0 -26 -8.5t-11.5 -24t-2.5 -43.5v-355q0 -60 3 -88.5t10 -38.5t22 -10q12 0 31 7l7.5 2.5t8.5 2.5t8.5 1.5t8.5 0.5q31 0 51 -16t27.5 -40t7.5 -55q0 -60 -28.5 -97t-86.5 -37q-42 0 -122 9.5t-120 9.5t-111.5 -9t-99.5 -10q-53 0 -80.5 37.5t-27.5 96.5z" />
|
|
84
|
-
<glyph unicode="g" horiz-adv-x="1127" d="M19 -97q0 89 54.5 142t145.5 78v3q-74 9 -115 56t-41 124q0 81 38.5 127t119.5 81q-37 40 -54 81.5t-17 95.5q0 63 25.5 117t67.5 92t96.5 65t113.5 39.5t117 12.5q25 0 76 -3v13q0 61 32 106q37 50 94 73t125 23q54 0 103 -17.5t83 -57.5t34 -96q0 -50 -34 -82.5 t-85 -32.5q-55 0 -88 54q-2 2 -5.5 8.5t-5.5 9.5t-5.5 7t-8.5 5.5t-11 1.5q-26 0 -36 -25.5t-5 -52.5q89 -26 139.5 -103.5t50.5 -173.5q0 -73 -38 -141.5t-100 -114.5q-103 -78 -295 -78q-112 0 -222 50q-30 -26 -30 -54q0 -89 174 -89h235q75 0 136 -12.5t102 -35.5 t70.5 -51t45 -62.5t22.5 -67.5t7 -68q0 -99 -56 -176t-150 -125q-75 -37 -177 -55t-203 -18q-83 0 -173 15t-153 45q-89 41 -144 109t-55 158zM334 -72q0 -18 6 -32.5t22.5 -28.5t43.5 -23t71.5 -15t103.5 -6q128 0 180 27.5t52 83.5q0 79 -159 79q-38 0 -114.5 3t-115.5 3 q-37 -12 -63.5 -35t-26.5 -56zM455 677q0 -27 10.5 -51t27.5 -40.5t41 -26.5t51 -10q56 0 94.5 37t38.5 91q0 28 -10 52.5t-27.5 41.5t-42.5 27t-53 10q-56 0 -93 -37t-37 -94z" />
|
|
85
|
-
<glyph unicode="h" horiz-adv-x="1322" d="M13 115q0 49 20.5 80t65.5 31q5 0 11 -1t12.5 -3t9.5 -3q19 -7 31 -7q21 0 29 29t8 108v618q0 40 -1 64t-5 41.5t-11.5 24t-19.5 6.5q-8 0 -29.5 -6.5t-34.5 -6.5q-45 0 -65.5 31t-20.5 80q0 59 28 96.5t85 37.5q25 0 77.5 -10t78.5 -10q29 0 86 10t85 10t40 -19.5 t12 -73.5v-341q82 69 143.5 96.5t159.5 27.5q150 0 229.5 -83t79.5 -220v-373q0 -59 4 -89t10.5 -39t19.5 -9t32 7q3 1 14.5 4t18.5 3q31 0 50.5 -16t27.5 -40t8 -55q0 -60 -28.5 -97t-86.5 -37q-40 0 -113.5 9.5t-110.5 9.5q-35 0 -101.5 -9.5t-96.5 -9.5q-37 0 -55.5 37 t-18.5 97q0 111 56 111q2 0 22 -7q15 -7 20 -7q16 0 19 22.5t3 93.5v21v219q0 51 -4.5 83t-18 59t-39.5 39t-68 12q-81 0 -128.5 -60.5t-47.5 -149.5v-202q0 -58 3 -88.5t8 -39.5t13 -9q12 0 24 7l7 3q7 4 12 4q30 0 43.5 -31.5t13.5 -79.5q0 -60 -18.5 -97t-55.5 -37 q-42 0 -122 9.5t-119 9.5q-38 0 -110.5 -9.5t-104.5 -9.5q-39 0 -62.5 38.5t-23.5 95.5z" />
|
|
86
|
-
<glyph unicode="i" horiz-adv-x="700" d="M13 115q0 49 20.5 80t65.5 31q8 0 20.5 -3t14.5 -4q3 0 13.5 -3.5t15.5 -3.5q21 0 28.5 31t7.5 106v280q0 78 -7 107t-29 29q-8 0 -29.5 -7t-34.5 -7q-24 0 -41 9t-26.5 25t-14 35t-4.5 42q0 60 29 97.5t88 37.5q27 0 80.5 -10t79.5 -10q29 0 86 10t85 10q33 0 46 -23 t13 -77v-548q0 -137 33 -137q9 0 28 7q20 7 36 7q45 0 65 -31t20 -80q0 -60 -28.5 -97t-86.5 -37q-42 0 -121.5 9.5t-118.5 9.5q-38 0 -111 -9.5t-108 -9.5q-58 0 -86.5 37t-28.5 97zM163 1257q0 75 54 129t129.5 54t129 -54t53.5 -129.5t-53.5 -129t-128.5 -53.5 q-50 0 -92 24.5t-67 66.5t-25 92z" />
|
|
87
|
-
<glyph unicode="j" horiz-adv-x="700" d="M-197 -206q0 71 51 116t124 45q59 0 101 -32.5t42 -89.5q0 -27 -14 -49q19 -3 29 -3q33 0 61 25.5t41 59.5q9 23 13 53.5t4.5 49.5t0 58.5t-0.5 50.5v551q0 78 -7 107t-29 29q-8 0 -29 -7t-34 -7q-24 0 -41 9t-26.5 25t-14 35t-4.5 42q0 60 29 97.5t88 37.5 q27 0 80.5 -10t79.5 -10q29 0 86 10t85 10q33 0 45.5 -23t12.5 -77v-871q0 -51 -1 -77.5t-6.5 -67t-16 -67t-31 -59t-50.5 -61.5q-127 -124 -335 -124q-152 0 -242.5 64t-90.5 160zM219 1256.5q0 75.5 54 129.5t130 54q74 0 128 -54t54 -129t-54 -129t-128 -54 q-76 0 -130 53.5t-54 129z" />
|
|
88
|
-
<glyph unicode="k" horiz-adv-x="1322" d="M8 115q0 49 20 80t65 31q5 0 11 -1t12.5 -3t9.5 -3q19 -7 32 -7q21 0 29 29t8 108v618q0 40 -1.5 64t-5.5 41.5t-11 24t-19 6.5q-9 0 -30 -6.5t-35 -6.5q-45 0 -65 31t-20 80q0 59 28 96.5t85 37.5q25 0 77 -10t78 -10q30 0 87 10t84.5 10t40 -19.5t12.5 -73.5v-661 l133 115q29 26 41 38t16 20.5t4 19.5q0 5 -1.5 10t-6 10.5t-7 8.5t-9 9t-7.5 7l-8 8l-7.5 7.5t-6 6.5t-6 7t-5 7t-4.5 8t-3 8t-2.5 9.5t-1.5 10t-1 11.5q0 48 27.5 71.5t72.5 23.5q33 0 104.5 -10t109.5 -10q39 0 119 10t122 10q58 0 86.5 -38t28.5 -97q0 -49 -20 -80 t-65 -31q-13 0 -39 13.5t-43 13.5q-8 0 -23 -9t-73 -47q-22 -15 -35 -24q-34 -23 -56 -43.5t-28.5 -31.5t-6.5 -18q0 -10 14 -29l23 -35l130 -209q36 -57 56 -83.5t31 -32.5t28 -6q12 0 36.5 7.5t33.5 8.5q31 0 51 -16t27.5 -40t7.5 -55q0 -60 -28.5 -97t-86.5 -37 q-28 0 -85 9.5t-86 9.5q-27 0 -79 -9.5t-77 -9.5q-70 0 -106 32t-36 78q0 27 19.5 60.5t19.5 47.5q0 6 -0.5 11.5t-3.5 13t-5.5 12t-10 16t-13 18.5t-18.5 25t-23 32l-44 63q-5 5 -9.5 11.5t-7 10t-5.5 7t-5 5.5t-4 3.5t-4 2t-4 0.5q-20 0 -98 -72l-35 -33v-15q0 -60 7 -80 t24 -20q10 0 21 2.5t25.5 7t23.5 6.5q31 0 51 -16t27.5 -40t7.5 -55q0 -60 -28.5 -97t-86.5 -37q-42 0 -122 9.5t-120 9.5q-53 0 -131.5 -9.5t-107.5 -9.5q-38 0 -61.5 38.5t-23.5 95.5z" />
|
|
89
|
-
<glyph unicode="l" horiz-adv-x="700" d="M13 115q0 49 20.5 80t65.5 31q8 0 20.5 -3t14.5 -4q3 0 13.5 -3.5t15.5 -3.5q21 0 28.5 31t7.5 106v618q0 76 -6.5 105t-29.5 29q-8 0 -29.5 -6.5t-34.5 -6.5q-45 0 -65.5 31t-20.5 80q0 61 28.5 98.5t86.5 37.5q25 0 77.5 -10t78.5 -10q29 0 86 10t85 10q35 0 50 -24.5 t15 -81.5v-880q0 -137 33 -137q9 0 28 7q20 7 36 7q45 0 65 -31t20 -80q0 -60 -28.5 -97t-86.5 -37q-42 0 -121.5 9.5t-118.5 9.5q-38 0 -111 -9.5t-108 -9.5q-58 0 -86.5 37t-28.5 97z" />
|
|
90
|
-
<glyph unicode="m" horiz-adv-x="1906" d="M13 115q0 49 20.5 80t65.5 31q8 0 20.5 -3t14.5 -4q3 0 13.5 -3.5t15.5 -3.5q15 0 22 10.5t10.5 39t3.5 87.5v280q0 42 -2 68t-6.5 41.5t-10.5 21t-17 5.5q-8 0 -29.5 -7t-34.5 -7q-24 0 -41 9t-26.5 25t-14 35t-4.5 42q0 56 22 95.5t54 39.5q22 0 70 -10t73 -10t78 10 t81 10q22 0 35.5 -7.5t21 -26t7.5 -50.5v-37q63 69 147 109t172 40q80 0 146 -39.5t109 -109.5q88 76 162.5 112.5t174.5 36.5q75 0 148 -31t122 -88q26 -31 42.5 -66.5t22.5 -80.5t7.5 -74.5t1.5 -83.5v-282q0 -58 9 -82.5t28 -24.5q10 0 29 7q20 7 36 7q36 0 60.5 -26 t24.5 -85q0 -60 -28.5 -97t-86.5 -37q-37 0 -107 9.5t-105 9.5q-33 0 -96 -9.5t-91 -9.5q-102 0 -102 134q0 111 56 111q3 0 23 -7q16 -7 21 -7q4 0 7 1t5.5 4.5t4.5 9.5t3.5 16t2 25t1 34.5t0.5 46.5v247q0 72 -33.5 110.5t-97.5 38.5q-40 0 -79 -18t-57 -50 q-31 -57 -31 -185v-143q0 -44 1 -69.5t3.5 -41.5t7 -21t11.5 -5q6 0 21 7q14 7 24 7q56 0 56 -111q0 -59 -19.5 -96.5t-58.5 -37.5q-37 0 -107 9.5t-105 9.5q-33 0 -95.5 -9.5t-90.5 -9.5q-33 0 -55.5 31t-22.5 103q0 111 56 111q4 0 24 -7q15 -7 21 -7q7 0 11.5 6t7.5 22.5 t4 42t1 66.5v241q0 81 -30 118t-91 37q-43 0 -81.5 -18t-60.5 -52q-18 -26 -26 -61t-8.5 -55t-0.5 -67v-143q0 -34 1 -58t2.5 -39.5t4.5 -24t6.5 -12t8.5 -3.5q7 0 22 7q13 7 23 7q24 0 40.5 -27t16.5 -84q0 -38 -8 -67.5t-26 -48t-44 -18.5q-42 0 -122 9.5t-119 9.5 q-31 0 -71 -4.5t-78.5 -9.5t-65.5 -5q-36 0 -59 38.5t-23 95.5z" />
|
|
91
|
-
<glyph unicode="n" horiz-adv-x="1322" d="M13 115q0 49 20.5 80t65.5 31q8 0 20.5 -3t14.5 -4q3 0 13.5 -3.5t15.5 -3.5q15 0 22 10.5t10.5 39t3.5 87.5v280q0 42 -2 68t-6.5 41.5t-10.5 21t-17 5.5q-8 0 -29.5 -7t-34.5 -7q-24 0 -41 9t-26.5 25t-14 35t-4.5 42q0 56 22 95.5t54 39.5q20 0 72 -10t88 -10 q28 0 71.5 10t67.5 10q38 0 46 -19t8 -83v-49h4q66 84 151.5 131.5t186.5 47.5q65 0 124 -23t105.5 -65.5t74 -110t27.5 -149.5v-328q0 -58 4 -88t11 -39.5t20 -9.5q10 0 29 7q20 7 35 7q45 0 65.5 -31t20.5 -80q0 -39 -11.5 -68t-38 -47.5t-65.5 -18.5q-43 0 -122.5 9.5 t-119.5 9.5q-37 0 -94 -9.5t-92 -9.5q-78 0 -78 134q0 60 17.5 85.5t42.5 25.5q4 0 24 -7q15 -7 21 -7q9 0 14 5t7.5 23t3 40.5t0.5 68.5v243q0 156 -120 159q-21 1 -44 -4.5t-49 -20.5t-46 -38.5t-33 -63t-13 -89.5v-186q0 -34 1 -58t2.5 -39.5t4.5 -24t6.5 -12t8.5 -3.5 q7 0 22 7q13 7 29 7q24 0 40.5 -27t16.5 -84q0 -59 -20 -96.5t-58 -37.5q-46 0 -127.5 9.5t-119.5 9.5q-31 0 -71 -4.5t-78.5 -9.5t-65.5 -5q-36 0 -59 38.5t-23 95.5z" />
|
|
92
|
-
<glyph unicode="o" horiz-adv-x="1127" d="M52 490q0 251 134.5 393t383.5 142q157 0 272 -65.5t174.5 -183.5t59.5 -274q0 -123 -31 -222.5t-92.5 -172t-158.5 -112.5t-222 -40q-251 0 -385.5 141.5t-134.5 393.5zM373 490q0 -65 11.5 -116.5t29.5 -83.5t42.5 -52.5t48.5 -29t50 -8.5q117 0 157 84q43 87 43 206 q0 290 -191 290q-36 0 -68.5 -15.5t-60.5 -47.5t-45 -90.5t-17 -136.5z" />
|
|
93
|
-
<glyph unicode="p" horiz-adv-x="1244" d="M13 -221q0 50 22.5 80t63.5 30q1 0 35 -6q19 -7 29 -7q19 0 27.5 28.5t8.5 106.5v618q0 80 -8.5 108t-27.5 28q-8 0 -29.5 -7t-34.5 -7q-24 0 -41 9t-26.5 25t-14 35t-4.5 42q0 59 27.5 97t82.5 38q17 0 58.5 -10t63.5 -10t67.5 10t70.5 10q37 0 49 -24t12 -78v-33h3 q114 163 306 163q210 0 319 -153q51 -72 77 -170t26 -197q0 -84 -14 -161t-46.5 -149t-80.5 -124.5t-120.5 -84t-162.5 -31.5q-25 0 -50.5 6t-42 11.5t-43 21.5t-35.5 22.5t-39.5 30t-36.5 27.5v-63q0 -55 3.5 -84.5t10.5 -40t21 -10.5q10 0 29 7q34 6 35 6q45 0 65.5 -31 t20.5 -79q0 -60 -28.5 -97.5t-86.5 -37.5q-42 0 -122 10t-120 10q-37 0 -109 -10t-104 -10q-52 0 -79 38t-27 97zM504 496q0 -132 47.5 -200t118.5 -68q36 0 68 15t58.5 45.5t42 84t15.5 123.5q0 69 -15.5 122t-42 84.5t-59.5 47t-70 15.5q-73 0 -118 -72.5t-45 -196.5z" />
|
|
94
|
-
<glyph unicode="q" horiz-adv-x="1205" d="M52 488q0 253 110 395t295 142q59 0 112 -15t100 -46.5t82 -78.5h4q-2 35 -2 56q0 14 1 23q2 20 15 33q16 14 48.5 21t62.5 7q76 0 122 -28q23 -14 28.5 -30t5.5 -68v-888q0 -80 7 -107.5t27 -27.5q10 0 29 7q34 6 35 6q45 0 65.5 -31t20.5 -79q0 -39 -11.5 -68.5 t-38 -48t-65.5 -18.5q-42 0 -122 10t-119.5 10t-109 -10t-95 -10t-47 9t-36.5 25.5t-23.5 42t-8.5 58.5q0 56 23.5 83t63.5 27q6 0 11.5 -1t12 -2.5t10.5 -2.5q19 -7 29 -7q20 0 28 29.5t8 105.5v80q-120 -136 -267 -136q-82 0 -151 32t-116 85t-80 122.5t-48.5 143.5 t-15.5 150zM373 494q0 -68 18.5 -126.5t60.5 -99t101 -40.5q53 0 94.5 40.5t62 101t20.5 126.5q0 133 -52 203t-129 70q-34 0 -64 -15t-55.5 -45.5t-41 -86t-15.5 -128.5z" />
|
|
95
|
-
<glyph unicode="r" horiz-adv-x="1010" d="M13 115q0 49 20.5 80t65.5 31q8 0 20.5 -3t14.5 -4q3 0 13.5 -3.5t15.5 -3.5q13 0 20 9.5t11.5 40t4.5 87.5v280q0 60 -4 89t-11 38t-21 9q-8 0 -29.5 -7t-34.5 -7q-24 0 -41 9t-26.5 25t-14 35t-4.5 42q0 58 26 96.5t72 38.5q30 0 73.5 -10t60.5 -10q21 0 63.5 10 t64.5 10q34 0 47.5 -17t13.5 -67v-146h4q15 79 58.5 135t108.5 85t146 29q51 0 98 -19t82 -50.5t56 -77.5t21 -97q0 -78 -45.5 -134.5t-121.5 -56.5q-28 0 -53 9t-43.5 25t-29.5 40t-11 53q0 26 24 76h-15q-36 0 -66 -12q-36 -15 -59 -39.5t-39.5 -65t-25 -76.5t-13.5 -86 t-5.5 -81.5t-0.5 -74.5q0 -82 8 -109.5t27 -27.5q10 0 29 7q20 7 35 7q31 0 51 -16t27.5 -40t7.5 -55q0 -58 -25.5 -96t-71.5 -38q-56 0 -141.5 9.5t-121.5 9.5q-38 0 -110.5 -9.5t-107.5 -9.5q-46 0 -72 38t-26 96z" />
|
|
96
|
-
<glyph unicode="s" horiz-adv-x="1049" d="M52 60q0 19 5.5 57.5t5.5 59.5q0 19 -5.5 57t-5.5 58q0 29 18.5 50t44 30t54.5 9q52 0 81 -17.5t60 -62.5q2 -3 11 -16t12.5 -17.5t12 -14.5t14 -15.5t14 -11.5t17.5 -10q66 -33 142 -33q71 0 105 26.5t34 61.5q0 42 -38 61.5t-138 37.5q-55 9 -85.5 14.5t-78 18.5 t-74 26.5t-59 37.5t-49.5 53.5t-29 71.5t-12 95q0 103 48.5 180.5t130.5 117.5t185 40q70 0 139.5 -23t115.5 -68q2 48 30.5 65.5t80.5 17.5q97 0 97 -70q0 -14 -3.5 -34.5t-7 -42.5t-3.5 -40q0 -24 7 -59t7 -55q0 -21 -11 -38.5t-37.5 -30t-64.5 -12.5q-34 0 -59.5 9 t-41 24t-29 32.5t-27.5 35.5t-31.5 32.5t-46.5 24t-66 9.5q-53 0 -80.5 -21.5t-27.5 -58.5q0 -34 26 -53.5t97 -32.5l83 -16q40 -7 65 -12.5t61 -14.5t58.5 -18t51 -23t46.5 -29.5t37 -38t29 -48.5t17 -59.5t7 -73.5q0 -79 -35.5 -146t-93.5 -110.5t-131 -67.5t-151 -24 q-88 0 -171.5 29t-147.5 84v-9q0 -38 -24 -61q-27 -26 -73 -26q-52 0 -82.5 19t-30.5 69z" />
|
|
97
|
-
<glyph unicode="t" horiz-adv-x="855" d="M-11 887q0 49 25.5 78.5t71.5 29.5q52 0 67.5 12t15.5 59v100q0 40 6 62.5t24.5 39.5t52 23.5t90.5 6.5q71 0 95 -23.5t24 -82.5v-122q0 -28 2.5 -44t11 -22.5t15 -7.5t22.5 -1h167q113 0 113 -111q0 -38 -13.5 -61t-42.5 -34t-75 -11h-159q-19 0 -27.5 -9.5t-11 -26.5 t-2.5 -53v-358q0 -69 15.5 -96t54.5 -27q68 0 68 109v66q0 32 12.5 57t37 39.5t59.5 14.5q58 0 91 -50.5t34 -151.5q0 -163 -96 -250t-260 -87q-166 0 -253 90q-24 25 -39 56.5t-21 72.5t-7 67.5t-1 73.5v14v391q0 24 -3.5 36t-14 18t-33.5 6h-39q-18 0 -36 15.5t-29.5 40.5 t-11.5 51z" />
|
|
98
|
-
<glyph unicode="u" d="M-37 862q0 39 11.5 68t40.5 48t72 19q32 0 89 -10t89 -10q31 0 73 10t65 10q14 0 24 -5t15 -11.5t7.5 -20t3 -23t0.5 -29.5v-484q0 -109 24 -148q18 -27 47 -43.5t61 -16.5q42 0 79.5 20.5t61.5 57.5q28 42 36 88.5t8 111.5v135q0 79 -7 107.5t-28 28.5q-1 0 -29 -6 q-23 -8 -34 -8q-46 0 -66.5 31t-20.5 80q0 60 29 97.5t90 37.5q32 0 86 -10t86 -10q27 0 70.5 10t67.5 10q18 0 30.5 -4t19.5 -12.5t9.5 -20t2.5 -28.5v-583q0 -57 4.5 -87.5t11.5 -40t19 -9.5q8 0 29 7t35 7q31 0 51 -16t27.5 -40t7.5 -55q0 -60 -28.5 -97t-86.5 -37 q-25 0 -70.5 9.5t-67.5 9.5t-63.5 -9.5t-59.5 -9.5q-34 0 -52 19t-18 45v78h-4q-52 -79 -146.5 -123.5t-195.5 -44.5q-150 0 -235.5 83.5t-85.5 230.5v360q0 57 -4.5 87.5t-11.5 39.5t-19 9q-1 0 -29 -6q-23 -8 -36 -8q-45 0 -65 31t-20 80z" />
|
|
99
|
-
<glyph unicode="v" horiz-adv-x="1322" d="M-17 860q0 60 25.5 98.5t73.5 38.5q30 0 93 -10t101 -10q40 0 119.5 10t122.5 10q102 0 102 -117q0 -43 -18.5 -75.5t-59.5 -35.5q-2 -1 -10.5 -2t-11 -1.5t-8.5 -2t-8 -4t-5 -6t-4 -9t-1 -12.5q0 -11 5 -30t12 -41.5t9 -29.5l128 -423h4l137 423q32 78 32 101 q0 14 -9.5 22.5t-24 10.5t-31 8t-30.5 15t-23.5 32t-9.5 58q0 54 26.5 86.5t78.5 32.5q27 0 89 -10t95 -10q34 0 102 10t104 10q40 0 66.5 -19t37.5 -49t11 -69q0 -49 -20 -80t-65 -31q-8 0 -23 3t-22 3q-19 0 -33.5 -20t-36.5 -78l-190 -499q-38 -107 -74 -141 q-24 -22 -43.5 -29t-50.5 -7q-23 0 -58.5 9.5t-53.5 9.5q-20 0 -57.5 -9.5t-55.5 -9.5q-29 0 -44.5 3.5t-32 18.5t-29.5 42t-31 76l-181 499q0 2 -2 7q-28 76 -42.5 101t-36.5 25q-9 0 -26.5 -2t-26.5 -2q-45 0 -65 31t-20 80z" />
|
|
100
|
-
<glyph unicode="w" horiz-adv-x="1789" d="M-26 862q0 60 30.5 97.5t96.5 37.5q27 0 89.5 -10t95.5 -10q34 0 102 10t104 10q52 0 80.5 -34t28.5 -87q0 -42 -20 -74t-58 -32q-31 0 -44.5 -6.5t-13.5 -28.5q0 -21 10 -68l80 -407h4l116 568q12 56 23.5 85.5t34.5 50.5t55.5 27.5t89.5 6.5q46 0 75.5 -2t53.5 -11 t36.5 -19.5t24 -36t18 -51t15.5 -72.5l107 -546h4l97 427q11 42 11 50q0 20 -12.5 26t-35.5 6q-45 0 -71 31t-26 78q0 56 27 87.5t82 31.5q27 0 89 -10t96 -10q33 0 101 10t105 10q58 0 86.5 -38t28.5 -97q0 -49 -20.5 -80t-65.5 -31q-8 0 -24.5 6t-23.5 6 q-14 0 -23.5 -14.5t-23.5 -57.5l-177 -557q-7 -21 -8.5 -27.5t-9 -27.5t-12.5 -30t-15 -25t-19 -23.5t-22.5 -13.5t-28.5 -6q-20 0 -55 9.5t-50 9.5q-20 0 -57.5 -9.5t-55.5 -9.5q-26 0 -46.5 11.5t-33 31t-20 39.5t-11.5 42l-103 562h-3l-108 -488q-18 -93 -39 -144 q-12 -29 -27.5 -41.5t-44.5 -12.5q-19 0 -54 9.5t-50 9.5q-20 0 -57.5 -9.5t-55.5 -9.5q-53 0 -81.5 28t-47.5 100l-146 558q-13 49 -26 70.5t-36 21.5q-9 0 -25.5 -4t-23.5 -4q-24 0 -41 9t-26.5 25t-14 35t-4.5 42z" />
|
|
101
|
-
<glyph unicode="x" d="M28 115q0 31 6 54.5t23 40t44 16.5q11 0 31 -4t31 -4q14 0 26.5 9t22.5 22.5t26 38.5l137 216l-120 177q-31 44 -50.5 64t-37.5 20q-13 0 -32 -7t-30 -7q-34 0 -51 31.5t-17 79.5q0 60 25 97.5t78 37.5q23 0 75 -10t79 -10q28 0 86.5 10t88.5 10q32 0 54.5 -13.5 t34.5 -38.5t12 -60q0 -18 -5 -32.5t-12.5 -23t-15 -15.5t-12.5 -14.5t-5 -15.5q0 -13 11 -36.5t27.5 -52t17.5 -30.5l27 -50l30 50l12 19q12 20 19 31.5t14 28.5t7 26q0 11 -6.5 17.5t-16 12t-19 13t-16.5 25t-7 44.5q0 53 22.5 84t57.5 31q24 0 75.5 -10t78.5 -10 q29 0 87 10t88 10q34 0 57 -19t33 -48.5t10 -67.5q0 -48 -16.5 -79.5t-50.5 -31.5q-12 0 -32.5 8t-31.5 8q-15 0 -22.5 -6t-24.5 -32l-6 -9l-132 -204l132 -222q25 -41 40 -58t32 -17q7 0 23.5 3.5t25.5 3.5q39 0 56.5 -31t17.5 -80q0 -39 -9.5 -68t-32.5 -47.5t-57 -18.5 q-30 0 -88.5 9.5t-87.5 9.5q-14 0 -30.5 -2t-31.5 -4.5t-30 -5.5t-31 -5t-30 -2q-42 0 -71.5 36t-29.5 87q0 23 6 35.5t23 27.5q35 29 35 47q0 19 -55 111l-28 50l-57 -91q-2 -3 -13.5 -21t-18.5 -32.5t-7 -24.5q0 -15 10.5 -24t23 -13.5t22.5 -20.5t10 -43q0 -56 -30 -90 t-79 -34q-29 0 -87.5 9.5t-87.5 9.5q-26 0 -78 -9.5t-76 -9.5q-48 0 -72 37t-24 97z" />
|
|
102
|
-
<glyph unicode="y" d="M-39 -185q0 71 50 119.5t121 48.5q56 0 95.5 -39.5t39.5 -95.5q0 -8 -3 -23t-4 -18q25 -15 48 -15q50 0 102.5 60.5t52.5 110.5q0 31 -26 103.5t-49 124.5l-197 465q-26 63 -38 81t-32 18q-8 0 -22.5 -2t-22.5 -2q-23 0 -40.5 9t-27 25t-14 35t-4.5 42q0 59 28.5 97 t86.5 38q28 0 92 -10t98 -10q35 0 105.5 10t107.5 10q56 0 84 -31t28 -86q0 -31 -9.5 -50t-21 -25.5t-30.5 -12.5q-5 -1 -16 -3t-15.5 -3.5t-12.5 -4.5t-11.5 -7t-6.5 -10.5t-3 -15t4 -23.5t9.5 -31t6.5 -20l126 -394h4l126 376q26 69 26 95q0 10 -6 16t-24.5 13t-24.5 9 q-56 24 -56 93q0 30 12 56t35 42.5t54 16.5q22 0 53.5 -5t64 -10t57.5 -5q33 0 99 10t100 10q58 0 86 -37.5t28 -97.5q0 -49 -20 -80t-66 -31q-8 0 -25.5 4t-26.5 4q-18 0 -32.5 -19t-35.5 -75l-169 -463q-25 -68 -47.5 -123t-56.5 -123t-69 -120t-82.5 -104t-99 -86 t-117 -55t-137.5 -21q-59 0 -115.5 14.5t-105 42.5t-78.5 77t-30 111z" />
|
|
103
|
-
<glyph unicode="z" horiz-adv-x="1049" d="M41 107q0 25 10 49t20 37.5t30 37.5q4 4 6 7l480 523h-217q-25 0 -39 -4t-19.5 -12t-5.5 -21q0 -12 4 -34t4 -33q0 -43 -34.5 -78t-94.5 -35q-53 0 -85 35.5t-32 83.5q0 25 7 65t7 60q0 27 -7 66t-7 61q0 40 24 61t81 21h689q49 0 81 -13t50.5 -44t18.5 -82 q0 -44 -13 -70t-48 -64l-465 -503h175q40 0 65.5 5t38 14.5t17 19.5t4.5 26q0 13 -3 38t-3 38q0 25 9 45.5t25 34t37.5 20.5t47.5 7q120 0 120 -138q0 -21 -4.5 -61t-4.5 -60q0 -38 4.5 -84t4.5 -63q0 -40 -25 -56.5t-95 -16.5h-728q-59 0 -94.5 30.5t-35.5 86.5z" />
|
|
104
|
-
<glyph unicode="{" horiz-adv-x="933" d="M212 508q0 63 68 70q42 2 57 22.5t15 66.5v403q0 136 60.5 198.5t177.5 62.5h155q20 0 34.5 -7.5t21.5 -19.5t9.5 -22.5t2.5 -18.5q0 -21 -15 -42.5t-53 -26.5q-22 -3 -36 -9t-22 -17t-10.5 -25.5t-2.5 -37.5v-352q0 -36 -3 -64t-9 -55t-18 -46.5t-29 -36t-42.5 -26.5 t-58.5 -15v-5q39 -5 67.5 -19.5t46.5 -34.5t28 -50.5t14 -62.5t4 -76v-373q0 -45 14.5 -64.5t56.5 -24.5q26 -4 42.5 -17.5t21 -26.5t4.5 -25q0 -9 -2.5 -19t-9.5 -21.5t-21.5 -19t-34.5 -7.5h-155q-77 0 -128.5 25.5t-80.5 84t-29 150.5v425q0 30 -5.5 48t-21.5 28.5 t-45 12.5q-68 6 -68 70z" />
|
|
105
|
-
<glyph unicode="}" horiz-adv-x="933" d="M121 -269q0 12 4 25t20.5 26.5t43.5 17.5q42 5 56.5 24.5t14.5 64.5v373q0 44 4 76t14 62.5t27.5 50.5t46 34.5t68.5 19.5v5q-40 6 -68.5 20t-46 34.5t-27.5 50.5t-14 62.5t-4 75.5v352q0 45 -14.5 64.5t-56.5 24.5q-38 5 -53 26.5t-15 42.5q0 8 2.5 18.5t9.5 22.5 t21.5 19.5t34.5 7.5h155q116 0 176.5 -62.5t60.5 -198.5v-403q0 -23 3.5 -38t11.5 -26.5t22 -17.5t36 -7q68 -7 68 -70q0 -64 -68 -70q-42 -3 -57.5 -23.5t-15.5 -65.5v-425q0 -136 -60 -198t-177 -62h-155q-20 0 -34.5 7.5t-21.5 19t-9.5 21.5t-2.5 19z" />
|
|
106
|
-
<glyph unicode="~" horiz-adv-x="1166" d="M99 469q20 38 39.5 68.5t47.5 64.5t57 56.5t67 37.5t80 15q48 0 110.5 -20.5t112.5 -44.5t102.5 -44.5t82.5 -20.5q23 0 43 8.5t37.5 27t27.5 32t27 41t23 36.5l124 -143q-3 -5 -9 -14q-18 -30 -28 -45t-29 -41.5t-33.5 -41t-36 -33t-42 -28.5t-47 -17t-55.5 -7 q-23 0 -46 3.5t-47.5 11.5t-41.5 14t-45 18l-78 33q-8 4 -33 14.5t-40 16.5t-37 11.5t-39 5.5q-19 0 -35.5 -4.5t-31 -15.5t-25.5 -21t-23 -28t-18.5 -29t-18.5 -32t-17 -29z" />
|
|
107
|
-
<glyph unicode="­" horiz-adv-x="778" d="M58 525q0 75 37.5 104.5t114.5 29.5h358q77 0 114.5 -29.5t37.5 -104.5q0 -38 -10 -64t-30 -41.5t-47 -22t-65 -6.5h-358q-38 0 -65 6.5t-47 22t-30 41.5t-10 64z" />
|
|
108
|
-
<glyph unicode=" " horiz-adv-x="797" />
|
|
109
|
-
<glyph unicode=" " horiz-adv-x="1595" />
|
|
110
|
-
<glyph unicode=" " horiz-adv-x="797" />
|
|
111
|
-
<glyph unicode=" " horiz-adv-x="1595" />
|
|
112
|
-
<glyph unicode=" " horiz-adv-x="531" />
|
|
113
|
-
<glyph unicode=" " horiz-adv-x="398" />
|
|
114
|
-
<glyph unicode=" " horiz-adv-x="265" />
|
|
115
|
-
<glyph unicode=" " horiz-adv-x="265" />
|
|
116
|
-
<glyph unicode=" " horiz-adv-x="199" />
|
|
117
|
-
<glyph unicode=" " horiz-adv-x="319" />
|
|
118
|
-
<glyph unicode=" " horiz-adv-x="88" />
|
|
119
|
-
<glyph unicode="‐" horiz-adv-x="778" d="M58 525q0 75 37.5 104.5t114.5 29.5h358q77 0 114.5 -29.5t37.5 -104.5q0 -38 -10 -64t-30 -41.5t-47 -22t-65 -6.5h-358q-38 0 -65 6.5t-47 22t-30 41.5t-10 64z" />
|
|
120
|
-
<glyph unicode="‑" horiz-adv-x="778" d="M58 525q0 75 37.5 104.5t114.5 29.5h358q77 0 114.5 -29.5t37.5 -104.5q0 -38 -10 -64t-30 -41.5t-47 -22t-65 -6.5h-358q-38 0 -65 6.5t-47 22t-30 41.5t-10 64z" />
|
|
121
|
-
<glyph unicode="‒" horiz-adv-x="778" d="M58 525q0 75 37.5 104.5t114.5 29.5h358q77 0 114.5 -29.5t37.5 -104.5q0 -38 -10 -64t-30 -41.5t-47 -22t-65 -6.5h-358q-38 0 -65 6.5t-47 22t-30 41.5t-10 64z" />
|
|
122
|
-
<glyph unicode="–" horiz-adv-x="1140" d="M58 525q0 75 58 104.5t177 29.5h554q119 0 177 -29.5t58 -104.5q0 -38 -15.5 -64t-46.5 -41.5t-72.5 -22t-100.5 -6.5h-554q-59 0 -100.5 6.5t-72.5 22t-46.5 41.5t-15.5 64z" />
|
|
123
|
-
<glyph unicode="—" horiz-adv-x="2164" d="M58 525q0 75 116 104.5t354 29.5h1108q238 0 354 -29.5t116 -104.5q0 -38 -31 -64t-93 -41.5t-145.5 -22t-200.5 -6.5h-1108q-117 0 -200.5 6.5t-145.5 22t-93 41.5t-31 64z" />
|
|
124
|
-
<glyph unicode=" " horiz-adv-x="319" />
|
|
125
|
-
<glyph unicode=" " horiz-adv-x="398" />
|
|
126
|
-
<glyph unicode="" horiz-adv-x="991" d="M0 0v992h992v-992h-992z" />
|
|
127
|
-
</font>
|
|
128
|
-
</defs></svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<svg version="1.1" id="Icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="456 256 48 48" enable-background="new 456 256 48 48" xml:space="preserve">
|
|
4
|
-
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="351.3662" y1="312.875" x2="351.3662" y2="301.375" gradientTransform="matrix(4.1667 0 0 -4.1667 -983.9935 1559.6541)">
|
|
5
|
-
<stop offset="0" style="stop-color:#40C5EA"/>
|
|
6
|
-
<stop offset="1" style="stop-color:#2598D9"/>
|
|
7
|
-
</linearGradient>
|
|
8
|
-
<path fill="url(#SVGID_1_)" d="M504,297.928c0,3.307-2.683,5.989-5.989,5.989h-35.938c-3.308,0-5.99-2.683-5.99-5.989V261.99
|
|
9
|
-
c0-3.307,2.682-5.99,5.99-5.99h35.938c3.307,0,5.989,2.683,5.989,5.99V297.928z"/>
|
|
10
|
-
<g id="XpSHuz.tif_1_">
|
|
11
|
-
<g>
|
|
12
|
-
<path fill="#2598D9" d="M498.282,279.634c0,0.249,0,0.497,0,0.744c-0.012,0.07-0.027,0.139-0.032,0.209
|
|
13
|
-
c-0.042,0.615-0.156,1.217-0.364,1.797c-0.653,1.82-1.852,3.088-3.76,3.573c-1.839,0.467-3.541,0.079-5.108-0.961
|
|
14
|
-
c-0.963-0.635-1.757-1.452-2.522-2.303c-0.071-0.08-0.144-0.161-0.243-0.274c-0.034,0.056-0.049,0.096-0.077,0.123
|
|
15
|
-
c-0.625,0.628-1.224,1.287-1.884,1.877c-1.355,1.211-2.935,1.862-4.78,1.708c-2.201-0.187-3.793-1.266-4.73-3.281
|
|
16
|
-
c-0.024-0.052-0.05-0.102-0.078-0.159c-0.017,0.021-0.027,0.028-0.033,0.04c-0.026,0.053-0.051,0.106-0.077,0.159
|
|
17
|
-
c-0.825,1.636-2.109,2.729-3.89,3.168c-1.709,0.422-3.392,0.245-4.979-0.52c-1.41-0.68-2.334-1.792-2.687-3.34
|
|
18
|
-
c-0.085-0.369-0.109-0.752-0.162-1.142c1.156,0,2.262,0,3.372,0c0.01,0.062,0.018,0.112,0.026,0.164
|
|
19
|
-
c0.009,0.051,0.017,0.103,0.028,0.153c0.136,0.679,0.455,1.249,1.025,1.654c1.358,0.968,3.254,0.518,4.058-0.973
|
|
20
|
-
c0.546-1.013,0.59-2.072,0.163-3.136c-0.323-0.804-0.912-1.368-1.759-1.566c-1.379-0.32-2.44,0.01-3.225,1.057
|
|
21
|
-
c-0.088,0.117-0.178,0.163-0.325,0.162c-0.861-0.008-1.722-0.004-2.583-0.004c-0.069,0-0.138,0-0.234,0
|
|
22
|
-
c0.546-3.064,1.087-6.096,1.626-9.122c3.09,0,6.153,0,9.214,0c0,0.923,0,1.832,0,2.749c-0.096,0-0.174,0-0.251,0
|
|
23
|
-
c-2.12,0-4.241,0.001-6.362-0.003c-0.138,0-0.2,0.026-0.227,0.182c-0.194,1.145-0.401,2.287-0.601,3.43
|
|
24
|
-
c-0.01,0.052-0.007,0.107-0.014,0.227c1.245-1.258,2.729-1.495,4.327-1.207c1.645,0.298,2.778,1.289,3.506,2.806
|
|
25
|
-
c0.037-0.09,0.061-0.147,0.085-0.205c0.875-2.046,2.435-3.152,4.639-3.347c1.747-0.155,3.253,0.444,4.599,1.518
|
|
26
|
-
c0.816,0.652,1.49,1.441,2.17,2.224c0.046,0.052,0.091,0.103,0.146,0.162c0.097-0.113,0.175-0.208,0.256-0.302
|
|
27
|
-
c0.74-0.861,1.479-1.722,2.416-2.386c1.501-1.064,3.154-1.495,4.966-1.109c2.279,0.488,3.606,1.971,4.167,4.182
|
|
28
|
-
C498.188,278.776,498.217,279.21,498.282,279.634z M488.249,280.169c0.562,0.767,1.71,1.749,2.521,2.169
|
|
29
|
-
c0.516,0.265,1.054,0.444,1.635,0.492c1.173,0.097,2.098-0.41,2.532-1.437c0.351-0.831,0.364-1.684,0.005-2.513
|
|
30
|
-
c-0.432-0.995-1.204-1.526-2.304-1.552c-0.634-0.015-1.205,0.18-1.747,0.491C489.848,278.416,489.066,279.305,488.249,280.169z
|
|
31
|
-
M484.306,280.179c-0.89-0.933-1.776-1.845-2.93-2.432c-0.261-0.131-0.536-0.246-0.816-0.322
|
|
32
|
-
c-1.212-0.326-2.237,0.126-2.831,1.232c-0.412,0.768-0.479,1.579-0.247,2.409c0.283,1.01,1.054,1.638,2.098,1.748
|
|
33
|
-
c0.627,0.068,1.219-0.052,1.792-0.3C482.552,282.005,483.457,281.151,484.306,280.179z"/>
|
|
34
|
-
</g>
|
|
35
|
-
</g>
|
|
36
|
-
<g id="XpSHuz.tif">
|
|
37
|
-
<g>
|
|
38
|
-
<path fill="#FFFFFF" d="M498.282,281.327c0,0.249,0,0.496,0,0.746c-0.012,0.067-0.027,0.137-0.032,0.208
|
|
39
|
-
c-0.042,0.615-0.156,1.216-0.364,1.796c-0.653,1.821-1.852,3.09-3.76,3.573c-1.839,0.467-3.541,0.079-5.108-0.959
|
|
40
|
-
c-0.963-0.637-1.757-1.454-2.522-2.305c-0.071-0.079-0.144-0.161-0.243-0.273c-0.034,0.056-0.049,0.095-0.077,0.122
|
|
41
|
-
c-0.625,0.629-1.224,1.287-1.884,1.878c-1.355,1.21-2.935,1.861-4.78,1.707c-2.201-0.187-3.793-1.265-4.73-3.281
|
|
42
|
-
c-0.024-0.052-0.05-0.102-0.078-0.159c-0.017,0.021-0.027,0.029-0.033,0.039c-0.026,0.054-0.051,0.106-0.077,0.16
|
|
43
|
-
c-0.825,1.635-2.109,2.73-3.89,3.168c-1.709,0.421-3.392,0.247-4.979-0.52c-1.41-0.679-2.334-1.792-2.687-3.338
|
|
44
|
-
c-0.085-0.37-0.109-0.754-0.162-1.143c1.156,0,2.262,0,3.372,0c0.01,0.061,0.018,0.112,0.026,0.163
|
|
45
|
-
c0.009,0.052,0.017,0.103,0.028,0.153c0.136,0.679,0.455,1.248,1.025,1.655c1.358,0.967,3.254,0.517,4.058-0.974
|
|
46
|
-
c0.546-1.013,0.59-2.072,0.163-3.136c-0.323-0.804-0.912-1.368-1.759-1.566c-1.379-0.32-2.44,0.011-3.225,1.057
|
|
47
|
-
c-0.088,0.116-0.178,0.162-0.325,0.161c-0.861-0.008-1.722-0.005-2.583-0.005c-0.069,0-0.138,0-0.234,0
|
|
48
|
-
c0.546-3.064,1.087-6.096,1.626-9.121c3.09,0,6.153,0,9.214,0c0,0.923,0,1.831,0,2.749c-0.096,0-0.174,0-0.251,0
|
|
49
|
-
c-2.12,0-4.241,0.001-6.362-0.003c-0.138,0-0.2,0.026-0.227,0.182c-0.194,1.145-0.401,2.287-0.601,3.43
|
|
50
|
-
c-0.01,0.052-0.007,0.106-0.014,0.228c1.245-1.259,2.729-1.495,4.327-1.208c1.645,0.297,2.778,1.289,3.506,2.807
|
|
51
|
-
c0.037-0.091,0.061-0.148,0.085-0.206c0.875-2.046,2.435-3.152,4.639-3.347c1.747-0.155,3.253,0.444,4.599,1.519
|
|
52
|
-
c0.816,0.652,1.49,1.44,2.17,2.224c0.046,0.052,0.091,0.102,0.146,0.162c0.097-0.114,0.175-0.209,0.256-0.302
|
|
53
|
-
c0.74-0.861,1.479-1.722,2.416-2.386c1.501-1.064,3.154-1.497,4.966-1.109c2.279,0.488,3.606,1.97,4.167,4.183
|
|
54
|
-
C498.188,280.471,498.217,280.903,498.282,281.327z M488.249,281.864c0.562,0.765,1.71,1.747,2.521,2.167
|
|
55
|
-
c0.516,0.267,1.054,0.443,1.635,0.492c1.173,0.098,2.098-0.409,2.532-1.437c0.351-0.831,0.364-1.683,0.005-2.512
|
|
56
|
-
c-0.432-0.997-1.204-1.526-2.304-1.553c-0.634-0.015-1.205,0.18-1.747,0.491C489.848,280.11,489.066,280.998,488.249,281.864z
|
|
57
|
-
M484.306,281.873c-0.89-0.932-1.776-1.845-2.93-2.432c-0.261-0.132-0.536-0.247-0.816-0.322
|
|
58
|
-
c-1.212-0.326-2.237,0.126-2.831,1.232c-0.412,0.767-0.479,1.578-0.247,2.409c0.283,1.009,1.054,1.638,2.098,1.749
|
|
59
|
-
c0.627,0.067,1.219-0.052,1.792-0.301C482.552,283.698,483.457,282.845,484.306,281.873z"/>
|
|
60
|
-
</g>
|
|
61
|
-
</g>
|
|
62
|
-
</svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<svg version="1.1" id="Icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="456 256 48 48" enable-background="new 456 256 48 48" xml:space="preserve">
|
|
4
|
-
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="351.3662" y1="312.875" x2="351.3662" y2="301.375" gradientTransform="matrix(4.1667 0 0 -4.1667 -983.9935 1559.6541)">
|
|
5
|
-
<stop offset="0" style="stop-color:#082F3C"/>
|
|
6
|
-
<stop offset="1" style="stop-color:#04242E"/>
|
|
7
|
-
</linearGradient>
|
|
8
|
-
<path fill="url(#SVGID_1_)" d="M504,297.928c0,3.307-2.683,5.989-5.989,5.989h-35.938c-3.308,0-5.99-2.683-5.99-5.989V261.99
|
|
9
|
-
c0-3.307,2.682-5.99,5.99-5.99h35.938c3.307,0,5.989,2.683,5.989,5.99V297.928z"/>
|
|
10
|
-
<path fill-rule="evenodd" clip-rule="evenodd" fill="#03191E" d="M466.752,274.061c1.03-0.476,1.952-1.021,2.946-1.333
|
|
11
|
-
c1.668-0.524,3.078,0.008,4.113,1.417c0.336,0.458,0.521,0.403,0.918,0.025c1.398-1.325,3.034-1.956,4.981-1.419
|
|
12
|
-
c1.338,0.37,2.175,1.325,2.197,2.73c0.05,3.108,0.039,6.218,0.009,9.326c-0.003,0.193-0.363,0.533-0.578,0.552
|
|
13
|
-
c-1.929,0.166-1.93,0.149-1.928-1.802c0-1.97,0.006-3.939-0.002-5.909c-0.006-1.448-0.527-2.357-1.466-2.609
|
|
14
|
-
c-1.138-0.305-2.915,0.399-3.455,1.428c-0.162,0.307-0.194,0.708-0.198,1.066c-0.017,2.277-0.032,4.556,0.003,6.832
|
|
15
|
-
c0.011,0.74-0.189,1.04-0.982,1.027c-1.661-0.029-1.662,0.009-1.662-1.643c0-2.124,0.003-4.248-0.002-6.372
|
|
16
|
-
c-0.004-1.531-0.74-2.382-2.048-2.389c-1.654-0.009-2.935,1.072-2.939,2.495c-0.006,2.309-0.026,4.618,0.01,6.925
|
|
17
|
-
c0.012,0.708-0.185,0.98-0.927,0.981c-1.813,0.003-1.813,0.035-1.813-1.778c0-3.263,0.021-6.526-0.02-9.788
|
|
18
|
-
c-0.01-0.752,0.236-1.02,0.949-0.914c0.03,0.004,0.061,0,0.092,0C465.803,272.95,466.933,272.538,466.752,274.061z"/>
|
|
19
|
-
<path fill-rule="evenodd" clip-rule="evenodd" fill="#03191E" d="M491.8,280.083c-1.293,0-2.585-0.007-3.877,0.002
|
|
20
|
-
c-0.979,0.007-1.133,0.265-0.726,1.175c0.799,1.788,2.821,2.76,4.763,2.219c0.669-0.187,1.331-0.488,1.913-0.865
|
|
21
|
-
c0.541-0.354,0.783-0.215,1.1,0.257c0.77,1.149,0.778,1.24-0.441,1.924c-2.871,1.613-7.757,1.431-9.627-2.232
|
|
22
|
-
c-1.926-3.778-0.419-9.347,4.872-9.974c3.228-0.383,6.05,1.763,6.566,4.984c0.048,0.303,0.083,0.609,0.124,0.914
|
|
23
|
-
c0.213,1.597,0.213,1.598-1.437,1.599C493.953,280.084,492.875,280.083,491.8,280.083z M490.363,278.169
|
|
24
|
-
c0.89,0,1.778,0.011,2.668-0.003c0.869-0.014,1.021-0.241,0.76-1.071c-0.461-1.462-1.9-2.396-3.579-2.324
|
|
25
|
-
c-1.493,0.064-2.838,1.177-3.21,2.588c-0.155,0.589,0.04,0.808,0.603,0.808C488.524,278.167,489.444,278.167,490.363,278.169z"/>
|
|
26
|
-
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFCB33" d="M466.752,276.108c1.03-0.476,1.952-1.021,2.946-1.332
|
|
27
|
-
c1.668-0.524,3.078,0.008,4.113,1.417c0.336,0.458,0.521,0.403,0.918,0.026c1.398-1.326,3.034-1.956,4.981-1.419
|
|
28
|
-
c1.338,0.37,2.175,1.325,2.197,2.73c0.05,3.108,0.039,6.218,0.009,9.326c-0.003,0.193-0.363,0.533-0.578,0.552
|
|
29
|
-
c-1.929,0.166-1.93,0.149-1.928-1.802c0-1.97,0.006-3.939-0.002-5.909c-0.006-1.448-0.527-2.357-1.466-2.609
|
|
30
|
-
c-1.138-0.305-2.915,0.399-3.455,1.428c-0.162,0.307-0.194,0.708-0.198,1.067c-0.017,2.277-0.032,4.555,0.003,6.833
|
|
31
|
-
c0.011,0.739-0.189,1.039-0.982,1.026c-1.661-0.029-1.662,0.009-1.662-1.643c0-2.124,0.003-4.248-0.002-6.372
|
|
32
|
-
c-0.004-1.531-0.74-2.382-2.048-2.389c-1.654-0.008-2.935,1.072-2.939,2.495c-0.006,2.309-0.026,4.618,0.01,6.926
|
|
33
|
-
c0.012,0.707-0.185,0.98-0.927,0.981c-1.813,0.002-1.813,0.034-1.813-1.779c0-3.263,0.021-6.525-0.02-9.788
|
|
34
|
-
c-0.01-0.752,0.236-1.02,0.949-0.914c0.03,0.005,0.061,0,0.092,0C465.803,274.997,466.933,274.585,466.752,276.108z"/>
|
|
35
|
-
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFCB33" d="M491.8,282.13c-1.293,0-2.585-0.007-3.877,0.002
|
|
36
|
-
c-0.979,0.007-1.133,0.265-0.726,1.174c0.799,1.79,2.821,2.761,4.763,2.221c0.669-0.188,1.331-0.489,1.913-0.866
|
|
37
|
-
c0.541-0.354,0.783-0.215,1.1,0.257c0.77,1.149,0.778,1.24-0.441,1.925c-2.871,1.613-7.757,1.43-9.627-2.233
|
|
38
|
-
c-1.926-3.778-0.419-9.347,4.872-9.974c3.228-0.383,6.05,1.763,6.566,4.984c0.048,0.304,0.083,0.609,0.124,0.913
|
|
39
|
-
c0.213,1.598,0.213,1.599-1.437,1.6C493.953,282.132,492.875,282.131,491.8,282.13z M490.363,280.216
|
|
40
|
-
c0.89,0,1.778,0.011,2.668-0.003c0.869-0.014,1.021-0.241,0.76-1.071c-0.461-1.462-1.9-2.396-3.579-2.323
|
|
41
|
-
c-1.493,0.064-2.838,1.176-3.21,2.588c-0.155,0.589,0.04,0.808,0.603,0.808C488.524,280.213,489.444,280.214,490.363,280.216z"/>
|
|
42
|
-
</svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<svg version="1.1" id="Icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="456 256 48 48" enable-background="new 456 256 48 48" xml:space="preserve">
|
|
4
|
-
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="351.3662" y1="312.875" x2="351.3662" y2="301.375" gradientTransform="matrix(4.1667 0 0 -4.1667 -983.9935 1559.6541)">
|
|
5
|
-
<stop offset="0" style="stop-color:#40C5EA"/>
|
|
6
|
-
<stop offset="1" style="stop-color:#2598D9"/>
|
|
7
|
-
</linearGradient>
|
|
8
|
-
<path fill="url(#SVGID_1_)" d="M504,297.928c0,3.307-2.683,5.989-5.989,5.989h-35.938c-3.308,0-5.99-2.683-5.99-5.989V261.99
|
|
9
|
-
c0-3.307,2.682-5.99,5.99-5.99h35.938c3.307,0,5.989,2.683,5.989,5.99V297.928z"/>
|
|
10
|
-
<polygon fill="#2598D9" points="480.628,275.748 488.828,267.167 496.79,275.459 480.628,292.292 464.465,275.459 472.427,267.167
|
|
11
|
-
"/>
|
|
12
|
-
<polygon fill="#FFFFFF" points="480.628,278.407 488.828,270.167 496.79,278.129 480.628,294.292 464.465,278.129 472.427,270.167
|
|
13
|
-
"/>
|
|
14
|
-
</svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<svg version="1.1" id="Icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="456 256 48 48" enable-background="new 456 256 48 48" xml:space="preserve">
|
|
4
|
-
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="351.3662" y1="312.875" x2="351.3662" y2="301.375" gradientTransform="matrix(4.1667 0 0 -4.1667 -983.9935 1559.6541)">
|
|
5
|
-
<stop offset="0" style="stop-color:#80B232"/>
|
|
6
|
-
<stop offset="1" style="stop-color:#62A329"/>
|
|
7
|
-
</linearGradient>
|
|
8
|
-
<path fill="url(#SVGID_1_)" d="M504,297.928c0,3.307-2.683,5.989-5.989,5.989h-35.938c-3.308,0-5.99-2.683-5.99-5.989V261.99
|
|
9
|
-
c0-3.307,2.682-5.99,5.99-5.99h35.938c3.307,0,5.989,2.683,5.989,5.99V297.928z"/>
|
|
10
|
-
<path fill="#599123" d="M482.264,290.324v5.065c0,0,0.025,1.771,2,1.771c1.977,0,2.065-1.747,2.065-1.747v-5.09c0,0,0.309,0,1.888,0
|
|
11
|
-
c1.574,0,1.621-1.544,1.621-1.544v-17.704h-18.761v17.704c0,0,0.044,1.544,1.621,1.544c1.577,0,1.887,0,1.887,0v5.09
|
|
12
|
-
c0,0,0.089,1.747,2.064,1.747c1.975,0,1.998-1.771,1.998-1.771v-5.065H482.264z"/>
|
|
13
|
-
<path fill="#599123" d="M491.238,284.388c0,0,0.045,1.614,1.983,1.614c1.94,0,1.909-1.614,1.909-1.614v-12.548
|
|
14
|
-
c0,0,0.031-1.614-1.909-1.614c-1.938,0-1.983,1.614-1.983,1.614V284.388z"/>
|
|
15
|
-
<path fill="#599123" d="M465.608,284.388c0,0,0.045,1.614,1.983,1.614c1.939,0,1.91-1.614,1.91-1.614v-12.548
|
|
16
|
-
c0,0,0.03-1.614-1.91-1.614c-1.938,0-1.983,1.614-1.983,1.614V284.388z"/>
|
|
17
|
-
<path fill="#599123" d="M471.122,269.835c0,0,0.134-3.855,3.863-6.499l-1.109-2.286l0.4-0.224l1.198,2.195c0,0,5.106-2.554,9.991,0
|
|
18
|
-
l1.198-2.241l0.376,0.179l-1.196,2.331c0,0,3.996,2.195,3.996,6.544H471.122z"/>
|
|
19
|
-
<path fill="#FFFFFF" d="M482.264,291.389v5.018c0,0,0.025,1.755,2,1.755c1.977,0,2.065-1.73,2.065-1.73v-5.042c0,0,0.309,0,1.888,0
|
|
20
|
-
c1.574,0,1.621-1.53,1.621-1.53v-17.538h-18.761v17.538c0,0,0.044,1.53,1.621,1.53c1.577,0,1.887,0,1.887,0v5.042
|
|
21
|
-
c0,0,0.089,1.73,2.064,1.73c1.975,0,1.998-1.755,1.998-1.755v-5.018H482.264z"/>
|
|
22
|
-
<path fill="#FFFFFF" d="M491.238,285.507c0,0,0.045,1.6,1.983,1.6c1.94,0,1.909-1.6,1.909-1.6v-12.431c0,0,0.031-1.599-1.909-1.599
|
|
23
|
-
c-1.938,0-1.983,1.599-1.983,1.599V285.507z"/>
|
|
24
|
-
<path fill="#FFFFFF" d="M465.608,285.507c0,0,0.045,1.6,1.983,1.6c1.939,0,1.91-1.6,1.91-1.6v-12.431c0,0,0.03-1.599-1.91-1.599
|
|
25
|
-
c-1.938,0-1.983,1.599-1.983,1.599V285.507z"/>
|
|
26
|
-
<path fill="#FFFFFF" d="M471.122,271.083c0,0,0.134-3.819,3.863-6.438l-1.109-2.265l0.4-0.222l1.198,2.175c0,0,5.106-2.53,9.991,0
|
|
27
|
-
l1.198-2.22l0.376,0.178l-1.196,2.309c0,0,3.996,2.175,3.996,6.482H471.122z M477.456,266.515c-0.746,0-1.353,0.604-1.353,1.351
|
|
28
|
-
s0.606,1.351,1.353,1.351c0.746,0,1.351-0.604,1.351-1.351S478.202,266.515,477.456,266.515z M483.79,266.515
|
|
29
|
-
c-0.743,0-1.352,0.604-1.352,1.351s0.608,1.351,1.352,1.351c0.747,0,1.354-0.604,1.354-1.351S484.537,266.515,483.79,266.515z"/>
|
|
30
|
-
</svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<svg version="1.1" id="Icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="456 256 48 48" enable-background="new 456 256 48 48" xml:space="preserve">
|
|
4
|
-
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="351.3662" y1="312.875" x2="351.3662" y2="301.375" gradientTransform="matrix(4.1667 0 0 -4.1667 -983.9935 1559.6541)">
|
|
5
|
-
<stop offset="0" style="stop-color:#242424"/>
|
|
6
|
-
<stop offset="1" style="stop-color:#141414"/>
|
|
7
|
-
</linearGradient>
|
|
8
|
-
<path fill="url(#SVGID_1_)" d="M504,297.928c0,3.307-2.683,5.989-5.989,5.989h-35.938c-3.308,0-5.99-2.683-5.99-5.989V261.99
|
|
9
|
-
c0-3.307,2.682-5.99,5.99-5.99h35.938c3.307,0,5.989,2.683,5.989,5.99V297.928z"/>
|
|
10
|
-
<path d="M490.648,273.344c0,0-2.722-4.108-8.131-2.144c-2.232,0.75-3.418,0.465-4.813-0.07c-1.397-0.537-4.329-1.394-7.467,2.356
|
|
11
|
-
c-3.14,3.752-1.116,10.36-0.384,12.074s3.698,8.717,8.479,6.145c4.081-2.25,6.036,3.215,9.837-1.144c0,0,2.303-2.714,3.211-5.822
|
|
12
|
-
c0,0-3.698-1.643-3.698-6.001C487.683,274.772,490.648,273.344,490.648,273.344z"/>
|
|
13
|
-
<path d="M485.553,263.664c0,0-5.545,0.357-5.617,6.608C479.936,270.272,485.448,270.308,485.553,263.664z"/>
|
|
14
|
-
<path fill="#FFFFFF" d="M490.648,274.786c0,0-2.722-4.013-8.131-2.094c-2.232,0.733-3.418,0.454-4.813-0.069
|
|
15
|
-
c-1.397-0.524-4.329-1.361-7.467,2.302c-3.14,3.665-1.116,10.119-0.384,11.793s3.698,8.514,8.479,6.001
|
|
16
|
-
c4.081-2.197,6.036,3.141,9.837-1.116c0,0,2.303-2.651,3.211-5.688c0,0-3.698-1.604-3.698-5.861
|
|
17
|
-
C487.683,276.181,490.648,274.786,490.648,274.786z"/>
|
|
18
|
-
<path fill="#FFFFFF" d="M485.553,265.331c0,0-5.545,0.349-5.617,6.455C479.936,271.785,485.448,271.82,485.553,265.331z"/>
|
|
19
|
-
</svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<svg version="1.1" id="Icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" enable-background="new 0 0 48 48" xml:space="preserve">
|
|
4
|
-
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="23.9995" y1="0" x2="23.9995" y2="48.0005">
|
|
5
|
-
<stop offset="0" style="stop-color:#4BD0EF"/>
|
|
6
|
-
<stop offset="1" style="stop-color:#29AAE1"/>
|
|
7
|
-
</linearGradient>
|
|
8
|
-
<path fill-rule="evenodd" clip-rule="evenodd" fill="url(#SVGID_1_)" d="M48,42c0,3.313-2.687,6-6,6H6c-3.313,0-6-2.687-6-6V6
|
|
9
|
-
c0-3.313,2.687-6,6-6h36c3.313,0,6,2.687,6,6V42z"/>
|
|
10
|
-
<g>
|
|
11
|
-
<g>
|
|
12
|
-
<path fill="#29AAE1" d="M21.957,22.401c0.596-0.304,1.047-0.641,1.353-1.011c0.547-0.658,0.822-1.528,0.822-2.612
|
|
13
|
-
c0-1.051-0.271-1.953-0.814-2.708c-0.902-1.228-2.435-1.858-4.598-1.89h-8.574v17.742h7.994c0.902,0,1.737-0.081,2.507-0.24
|
|
14
|
-
c0.77-0.162,1.438-0.459,2.005-0.892c0.502-0.377,0.921-0.843,1.256-1.396c0.526-0.834,0.79-1.777,0.79-2.828
|
|
15
|
-
c0-1.02-0.23-1.886-0.691-2.6C23.545,23.252,22.862,22.731,21.957,22.401z M13.685,17.263h3.859c0.85,0,1.549,0.092,2.097,0.277
|
|
16
|
-
c0.635,0.265,0.953,0.811,0.953,1.637c0,0.746-0.24,1.266-0.721,1.559c-0.481,0.293-1.106,0.439-1.876,0.439h-4.312V17.263z
|
|
17
|
-
M19.788,28.527c-0.429,0.21-1.027,0.314-1.796,0.314h-4.307V24.11h4.367c0.761,0.009,1.353,0.109,1.773,0.302
|
|
18
|
-
c0.753,0.345,1.13,0.98,1.13,1.901C20.955,27.405,20.565,28.144,19.788,28.527z M39.485,23.723
|
|
19
|
-
c-0.159-1.03-0.507-1.934-1.044-2.713c-0.598-0.884-1.353-1.531-2.268-1.941c-0.916-0.41-1.944-0.615-3.086-0.615
|
|
20
|
-
c-1.923,0-3.487,0.606-4.691,1.819c-1.205,1.212-1.808,2.956-1.808,5.228c0,2.426,0.667,4.177,2.002,5.253
|
|
21
|
-
c1.335,1.077,2.876,1.614,4.621,1.614c2.115,0,3.761-0.638,4.937-1.913c0.756-0.804,1.179-1.594,1.271-2.371h-3.503
|
|
22
|
-
c-0.204,0.385-0.438,0.686-0.705,0.902c-0.489,0.401-1.123,0.603-1.905,0.603c-0.736,0-1.367-0.166-1.892-0.494
|
|
23
|
-
c-0.861-0.53-1.318-1.454-1.371-2.769H39.6C39.615,25.193,39.578,24.324,39.485,23.723z M30.128,24.062
|
|
24
|
-
c0.125-0.854,0.429-1.531,0.914-2.03c0.484-0.5,1.167-0.75,2.048-0.75c0.809,0,1.486,0.236,2.033,0.708
|
|
25
|
-
c0.547,0.471,0.852,1.163,0.914,2.072H30.128z"/>
|
|
26
|
-
</g>
|
|
27
|
-
</g>
|
|
28
|
-
<path fill-rule="evenodd" clip-rule="evenodd" fill="#29AAE1" d="M27.77,14.325h10.531v1.708H27.77V14.325z"/>
|
|
29
|
-
<g>
|
|
30
|
-
<g>
|
|
31
|
-
<path fill="#FFFFFF" d="M21.957,24.125c0.596-0.305,1.047-0.642,1.353-1.011c0.547-0.658,0.822-1.528,0.822-2.612
|
|
32
|
-
c0-1.051-0.271-1.953-0.814-2.708c-0.902-1.228-2.435-1.858-4.598-1.89h-8.574v17.742h7.994c0.902,0,1.737-0.081,2.507-0.241
|
|
33
|
-
c0.77-0.161,1.438-0.458,2.005-0.892c0.502-0.376,0.921-0.843,1.256-1.396c0.526-0.834,0.79-1.777,0.79-2.829
|
|
34
|
-
c0-1.019-0.23-1.885-0.691-2.599C23.545,24.976,22.862,24.454,21.957,24.125z M13.685,18.986h3.859
|
|
35
|
-
c0.85,0,1.549,0.092,2.097,0.277c0.635,0.265,0.953,0.811,0.953,1.637c0,0.746-0.24,1.266-0.721,1.559
|
|
36
|
-
c-0.481,0.293-1.106,0.439-1.876,0.439h-4.312V18.986z M19.788,30.251c-0.429,0.21-1.027,0.313-1.796,0.313h-4.307v-4.73h4.367
|
|
37
|
-
c0.761,0.008,1.353,0.108,1.773,0.302c0.753,0.345,1.13,0.979,1.13,1.901C20.955,29.128,20.565,29.867,19.788,30.251z
|
|
38
|
-
M39.485,25.445c-0.159-1.029-0.507-1.933-1.044-2.712c-0.598-0.884-1.353-1.531-2.268-1.941c-0.916-0.41-1.944-0.615-3.086-0.615
|
|
39
|
-
c-1.923,0-3.487,0.606-4.691,1.819c-1.205,1.212-1.808,2.956-1.808,5.227c0,2.426,0.667,4.177,2.002,5.253
|
|
40
|
-
c1.335,1.077,2.876,1.615,4.621,1.615c2.115,0,3.761-0.639,4.937-1.914c0.756-0.803,1.179-1.593,1.271-2.371h-3.503
|
|
41
|
-
c-0.204,0.385-0.438,0.686-0.705,0.901c-0.489,0.402-1.123,0.604-1.905,0.604c-0.736,0-1.367-0.165-1.892-0.494
|
|
42
|
-
c-0.861-0.53-1.318-1.453-1.371-2.769H39.6C39.615,26.916,39.578,26.048,39.485,25.445z M30.128,25.786
|
|
43
|
-
c0.125-0.854,0.429-1.531,0.914-2.031c0.484-0.5,1.167-0.75,2.048-0.75c0.809,0,1.486,0.236,2.033,0.708
|
|
44
|
-
c0.547,0.471,0.852,1.163,0.914,2.073H30.128z"/>
|
|
45
|
-
</g>
|
|
46
|
-
</g>
|
|
47
|
-
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M27.77,16.048h10.531v1.708H27.77V16.048z"/>
|
|
48
|
-
</svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<!-- Generator: Adobe Illustrator 15.0.2, 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="Icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 611 611" enable-background="new 0 0 611 611" xml:space="preserve">
|
|
5
|
-
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="342.7773" y1="314.2783" x2="342.7773" y2="302.7783" gradientTransform="matrix(53.0386 0 0 -53.0386 -17874.9062 16669.4297)">
|
|
6
|
-
<stop offset="0" style="stop-color:#004889"/>
|
|
7
|
-
<stop offset="1" style="stop-color:#00346E"/>
|
|
8
|
-
</linearGradient>
|
|
9
|
-
<path fill="url(#SVGID_1_)" d="M610.553,534.237c0,42.095-34.152,76.234-76.234,76.234H76.857
|
|
10
|
-
c-42.107,0-76.248-34.152-76.248-76.234V76.776c0-42.096,34.141-76.248,76.248-76.248h457.461c42.096,0,76.234,34.152,76.234,76.248
|
|
11
|
-
V534.237z"/>
|
|
12
|
-
<path fill="#FFFFFF" d="M247.434,75.511c64.593-6.113,130.795-3.274,193.46,14.484c22.37,7.241,46.774,15.562,61.586,34.979
|
|
13
|
-
c7.188,8.476,4.186,19.907,3.106,29.83c-10.081,62.661-20.922,125.217-31.702,187.718c-3.431,18.075-21.089,28.057-35.842,36.265
|
|
14
|
-
c-53.753,26.446-115.825,30.849-174.677,25.157c-39.485-5.144-80.845-14.428-112.604-39.858
|
|
15
|
-
c-15.558-11.157-14.698-31.652-18.188-48.438c-9.338-58.961-21.406-117.546-28.544-176.72c3.542-25.805,32.514-36.323,53.76-44.903
|
|
16
|
-
C186.702,83.988,217.016,78.571,247.434,75.511z"/>
|
|
17
|
-
<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="174.166" y1="387.8828" x2="438.0088" y2="387.8828" gradientTransform="matrix(1 0 0 -1 -0.5 520.5)">
|
|
18
|
-
<stop offset="0" style="stop-color:#004889"/>
|
|
19
|
-
<stop offset="1" style="stop-color:#00346E"/>
|
|
20
|
-
</linearGradient>
|
|
21
|
-
<path fill="url(#SVGID_2_)" d="M222.538,111.562c53.596-8.532,108.532-8.369,162.18-0.373c18.726,3.698,40.343,6.062,52.791,22.423
|
|
22
|
-
c-17.704,17.865-44.261,19.258-67.7,23.067c-42.604,4.615-85.785,4.454-128.383-0.214c-23.498-3.536-49.518-5.686-67.76-22.854
|
|
23
|
-
C184.723,117.732,205.051,115.265,222.538,111.562z"/>
|
|
24
|
-
<linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="242.0679" y1="223.3862" x2="370.2559" y2="223.3862" gradientTransform="matrix(1 0 0 -1 -0.5 520.5)">
|
|
25
|
-
<stop offset="0" style="stop-color:#004889"/>
|
|
26
|
-
<stop offset="1" style="stop-color:#00346E"/>
|
|
27
|
-
</linearGradient>
|
|
28
|
-
<path fill="url(#SVGID_3_)" d="M280.483,238.116c37.018-17.487,84.813,10.091,88.519,50.646
|
|
29
|
-
c5.796,34.872-22.645,70.173-57.78,72.314c-34.762,4.135-68.993-25.536-69.478-60.563
|
|
30
|
-
C239.656,274.172,256.342,248.155,280.483,238.116z"/>
|
|
31
|
-
<path fill="#FFFFFF" d="M290.511,268.757c19.103-11.59,46.941,3.912,46.837,26.282c3.271,23.874-25.966,42.757-46.461,30.478
|
|
32
|
-
C268.033,315.646,268.033,279.108,290.511,268.757z"/>
|
|
33
|
-
<path fill="#FFFFFF" d="M155.371,402.446l5.041-2.472c85.407,56.389,204.773,56.389,290.24,0.056
|
|
34
|
-
c13.413,3.862,3.433,20.387,3.274,29.88c-8.157,28.061-3.06,66.421-33.321,82.354c-50.967,28.705-113.142,30.257-169.684,21.348
|
|
35
|
-
c-29.562-6.38-64.755-14.693-81.012-42.917c-7.3-27.358-11.805-55.578-16.361-83.528L155.371,402.446z"/>
|
|
36
|
-
</svg>
|
|
Binary file
|