va_common 0.1.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.
- checksums.yaml +7 -0
- data/.gitignore +9 -0
- data/.travis.yml +4 -0
- data/CODE_OF_CONDUCT.md +13 -0
- data/Gemfile +4 -0
- data/README.md +66 -0
- data/Rakefile +1 -0
- data/app/assets/fonts/merriweather-bold-webfont.eot +0 -0
- data/app/assets/fonts/merriweather-bold-webfont.svg +294 -0
- data/app/assets/fonts/merriweather-bold-webfont.ttf +0 -0
- data/app/assets/fonts/merriweather-bold-webfont.woff +0 -0
- data/app/assets/fonts/merriweather-bold-webfont.woff2 +0 -0
- data/app/assets/fonts/merriweather-italic-webfont.eot +0 -0
- data/app/assets/fonts/merriweather-italic-webfont.svg +283 -0
- data/app/assets/fonts/merriweather-italic-webfont.ttf +0 -0
- data/app/assets/fonts/merriweather-italic-webfont.woff +0 -0
- data/app/assets/fonts/merriweather-italic-webfont.woff2 +0 -0
- data/app/assets/fonts/merriweather-light-webfont.eot +0 -0
- data/app/assets/fonts/merriweather-light-webfont.svg +299 -0
- data/app/assets/fonts/merriweather-light-webfont.ttf +0 -0
- data/app/assets/fonts/merriweather-light-webfont.woff +0 -0
- data/app/assets/fonts/merriweather-light-webfont.woff2 +0 -0
- data/app/assets/fonts/merriweather-regular-webfont.eot +0 -0
- data/app/assets/fonts/merriweather-regular-webfont.svg +294 -0
- data/app/assets/fonts/merriweather-regular-webfont.ttf +0 -0
- data/app/assets/fonts/merriweather-regular-webfont.woff +0 -0
- data/app/assets/fonts/merriweather-regular-webfont.woff2 +0 -0
- data/app/assets/fonts/sourcesanspro-bold-webfont.eot +0 -0
- data/app/assets/fonts/sourcesanspro-bold-webfont.svg +965 -0
- data/app/assets/fonts/sourcesanspro-bold-webfont.ttf +0 -0
- data/app/assets/fonts/sourcesanspro-bold-webfont.woff +0 -0
- data/app/assets/fonts/sourcesanspro-bold-webfont.woff2 +0 -0
- data/app/assets/fonts/sourcesanspro-italic-webfont.eot +0 -0
- data/app/assets/fonts/sourcesanspro-italic-webfont.svg +853 -0
- data/app/assets/fonts/sourcesanspro-italic-webfont.ttf +0 -0
- data/app/assets/fonts/sourcesanspro-italic-webfont.woff +0 -0
- data/app/assets/fonts/sourcesanspro-italic-webfont.woff2 +0 -0
- data/app/assets/fonts/sourcesanspro-light-webfont.eot +0 -0
- data/app/assets/fonts/sourcesanspro-light-webfont.svg +915 -0
- data/app/assets/fonts/sourcesanspro-light-webfont.ttf +0 -0
- data/app/assets/fonts/sourcesanspro-light-webfont.woff +0 -0
- data/app/assets/fonts/sourcesanspro-light-webfont.woff2 +0 -0
- data/app/assets/fonts/sourcesanspro-regular-webfont.eot +0 -0
- data/app/assets/fonts/sourcesanspro-regular-webfont.svg +989 -0
- data/app/assets/fonts/sourcesanspro-regular-webfont.ttf +0 -0
- data/app/assets/fonts/sourcesanspro-regular-webfont.woff +0 -0
- data/app/assets/fonts/sourcesanspro-regular-webfont.woff2 +0 -0
- data/app/assets/images/design/background/thread.png +0 -0
- data/app/assets/images/design/logo/logo-alt-hover.png +0 -0
- data/app/assets/images/design/logo/logo-alt.png +0 -0
- data/app/assets/images/design/logo/logo-hover.png +0 -0
- data/app/assets/images/design/logo/logo-small.png +0 -0
- data/app/assets/images/design/logo/logo.png +0 -0
- data/app/assets/images/design/logo/og-image.jpg +0 -0
- data/app/assets/images/design/seal/seal-footer.png +0 -0
- data/app/assets/images/design/seal/seal-footer.svg +1 -0
- data/app/assets/images/design/seal/seal.png +0 -0
- data/app/assets/images/design/seal/stars.png +0 -0
- data/app/assets/images/icons/apple-touch-icon-114x114.png +0 -0
- data/app/assets/images/icons/apple-touch-icon-152x152.png +0 -0
- data/app/assets/images/icons/apple-touch-icon-72x72.png +0 -0
- data/app/assets/images/icons/apple-touch-icon.png +0 -0
- data/app/assets/images/icons/favicon.ico +0 -0
- data/app/assets/images/icons/va.png +0 -0
- data/app/assets/images/icons/watermark.png +0 -0
- data/app/assets/images/icons/wrench.png +0 -0
- data/app/assets/images/social-icons/png/facebook25.png +0 -0
- data/app/assets/images/social-icons/png/rss25.png +0 -0
- data/app/assets/images/social-icons/png/twitter16.png +0 -0
- data/app/assets/images/social-icons/png/youtube15.png +0 -0
- data/app/assets/images/social-icons/svg/facebook25.svg +11 -0
- data/app/assets/images/social-icons/svg/rss25.svg +1 -0
- data/app/assets/images/social-icons/svg/twitter16.svg +15 -0
- data/app/assets/images/social-icons/svg/youtube15.svg +1 -0
- data/app/assets/js/components.js +376 -0
- data/app/assets/js/foundation/foundation.abide.js +408 -0
- data/app/assets/js/foundation/foundation.accordion.js +88 -0
- data/app/assets/js/foundation/foundation.alert.js +43 -0
- data/app/assets/js/foundation/foundation.clearing.js +586 -0
- data/app/assets/js/foundation/foundation.dropdown.js +463 -0
- data/app/assets/js/foundation/foundation.equalizer.js +104 -0
- data/app/assets/js/foundation/foundation.interchange.js +359 -0
- data/app/assets/js/foundation/foundation.joyride.js +932 -0
- data/app/assets/js/foundation/foundation.js +725 -0
- data/app/assets/js/foundation/foundation.magellan.js +215 -0
- data/app/assets/js/foundation/foundation.offcanvas.js +152 -0
- data/app/assets/js/foundation/foundation.orbit.js +476 -0
- data/app/assets/js/foundation/foundation.reveal.js +498 -0
- data/app/assets/js/foundation/foundation.slider.js +281 -0
- data/app/assets/js/foundation/foundation.tab.js +249 -0
- data/app/assets/js/foundation/foundation.tooltip.js +339 -0
- data/app/assets/js/foundation/foundation.topbar.js +458 -0
- data/app/assets/js/foundation.min.js +6376 -0
- data/app/assets/js/scripts-no-touch.js +33 -0
- data/app/assets/js/scripts-touch.js +33 -0
- data/app/assets/js/va_common_main.js +1 -0
- data/app/assets/js/vendor/classie.js +80 -0
- data/app/assets/js/vendor/html5shiv.js +8 -0
- data/app/assets/js/vendor/jquery-1.11.0.min.js +4 -0
- data/app/assets/js/vendor/jquery.js +9789 -0
- data/app/assets/js/vendor/jquery.smooth-scroll.js +255 -0
- data/app/assets/js/vendor/jquery.stellar.js +651 -0
- data/app/assets/js/vendor/jquery.tipsy.js +258 -0
- data/app/assets/js/vendor/menu.js +40 -0
- data/app/assets/js/vendor/modernizr.custom.js +4 -0
- data/app/assets/js/vendor/nwmatcher-1.2.5-min.js +7 -0
- data/app/assets/js/vendor/respond.min.js +6 -0
- data/app/assets/js/vendor/scroll-settings.js +3 -0
- data/app/assets/js/vendor/selectivizr-1.0.3b.js +560 -0
- data/app/assets/js/vendor/stellar-settings.js +8 -0
- data/app/assets/js/vendor/svg-injector.js +450 -0
- data/app/assets/js/vendor/tota11y.min.js +28 -0
- data/app/assets/js/vendor/wow.min.js +2 -0
- data/app/assets/stylesheets/_va.scss +2377 -0
- data/app/assets/stylesheets/components/_accordions.scss +98 -0
- data/app/assets/stylesheets/core/_base.scss +20 -0
- data/app/assets/stylesheets/core/_defaults.scss +92 -0
- data/app/assets/stylesheets/core/_grid-settings.scss +10 -0
- data/app/assets/stylesheets/core/_grid.scss +116 -0
- data/app/assets/stylesheets/core/_utilities.scss +105 -0
- data/app/assets/stylesheets/core/_variables.scss +88 -0
- data/app/assets/stylesheets/elements/_buttons.scss +189 -0
- data/app/assets/stylesheets/elements/_figure.scss +9 -0
- data/app/assets/stylesheets/elements/_inputs.scss +328 -0
- data/app/assets/stylesheets/elements/_labels.scss +39 -0
- data/app/assets/stylesheets/elements/_list.scss +82 -0
- data/app/assets/stylesheets/elements/_table.scss +39 -0
- data/app/assets/stylesheets/elements/_typography.scss +220 -0
- data/app/assets/stylesheets/foundation/_functions.scss +146 -0
- data/app/assets/stylesheets/foundation/_settings.scss +1467 -0
- data/app/assets/stylesheets/foundation/_variables.scss +1286 -0
- data/app/assets/stylesheets/foundation/components/_accordion.scss +157 -0
- data/app/assets/stylesheets/foundation/components/_alert-boxes.scss +128 -0
- data/app/assets/stylesheets/foundation/components/_block-grid.scss +132 -0
- data/app/assets/stylesheets/foundation/components/_breadcrumbs.scss +132 -0
- data/app/assets/stylesheets/foundation/components/_button-groups.scss +200 -0
- data/app/assets/stylesheets/foundation/components/_buttons.scss +259 -0
- data/app/assets/stylesheets/foundation/components/_clearing.scss +256 -0
- data/app/assets/stylesheets/foundation/components/_dropdown-buttons.scss +131 -0
- data/app/assets/stylesheets/foundation/components/_dropdown.scss +262 -0
- data/app/assets/stylesheets/foundation/components/_flex-video.scss +51 -0
- data/app/assets/stylesheets/foundation/components/_forms.scss +570 -0
- data/app/assets/stylesheets/foundation/components/_global.scss +481 -0
- data/app/assets/stylesheets/foundation/components/_grid.scss +289 -0
- data/app/assets/stylesheets/foundation/components/_icon-bar.scss +358 -0
- data/app/assets/stylesheets/foundation/components/_inline-lists.scss +57 -0
- data/app/assets/stylesheets/foundation/components/_joyride.scss +222 -0
- data/app/assets/stylesheets/foundation/components/_keystrokes.scss +61 -0
- data/app/assets/stylesheets/foundation/components/_labels.scss +106 -0
- data/app/assets/stylesheets/foundation/components/_magellan.scss +34 -0
- data/app/assets/stylesheets/foundation/components/_offcanvas.scss +515 -0
- data/app/assets/stylesheets/foundation/components/_orbit.scss +368 -0
- data/app/assets/stylesheets/foundation/components/_pagination.scss +162 -0
- data/app/assets/stylesheets/foundation/components/_panels.scss +101 -0
- data/app/assets/stylesheets/foundation/components/_pricing-tables.scss +150 -0
- data/app/assets/stylesheets/foundation/components/_progress-bars.scss +79 -0
- data/app/assets/stylesheets/foundation/components/_range-slider.scss +169 -0
- data/app/assets/stylesheets/foundation/components/_reveal.scss +202 -0
- data/app/assets/stylesheets/foundation/components/_side-nav.scss +116 -0
- data/app/assets/stylesheets/foundation/components/_split-buttons.scss +199 -0
- data/app/assets/stylesheets/foundation/components/_sub-nav.scss +123 -0
- data/app/assets/stylesheets/foundation/components/_switches.scss +238 -0
- data/app/assets/stylesheets/foundation/components/_tables.scss +135 -0
- data/app/assets/stylesheets/foundation/components/_tabs.scss +123 -0
- data/app/assets/stylesheets/foundation/components/_thumbs.scss +66 -0
- data/app/assets/stylesheets/foundation/components/_toolbar.scss +70 -0
- data/app/assets/stylesheets/foundation/components/_tooltips.scss +142 -0
- data/app/assets/stylesheets/foundation/components/_top-bar.scss +691 -0
- data/app/assets/stylesheets/foundation/components/_type.scss +525 -0
- data/app/assets/stylesheets/foundation/components/_visibility.scss +408 -0
- data/app/assets/stylesheets/functions/_new-breakpoint.scss +49 -0
- data/app/assets/stylesheets/functions/_private.scss +114 -0
- data/app/assets/stylesheets/lib/_normalize.scss +427 -0
- data/app/assets/stylesheets/lib/bourbon/_bourbon-deprecated-upcoming.scss +411 -0
- data/app/assets/stylesheets/lib/bourbon/_bourbon.scss +87 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_border-color.scss +26 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_border-radius.scss +48 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_border-style.scss +25 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_border-width.scss +25 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_buttons.scss +64 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_clearfix.scss +25 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_ellipsis.scss +30 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_font-stacks.scss +31 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_hide-text.scss +27 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_margin.scss +26 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_padding.scss +26 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_position.scss +48 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_prefixer.scss +66 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_retina-image.scss +25 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_size.scss +51 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_text-inputs.scss +112 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_timing-functions.scss +34 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_triangle.scss +63 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_word-wrap.scss +29 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_animation.scss +43 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_appearance.scss +3 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_backface-visibility.scss +3 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_background-image.scss +42 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_background.scss +55 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_border-image.scss +59 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_calc.scss +4 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_columns.scss +47 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_filter.scss +4 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_flex-box.scss +287 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_font-face.scss +24 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_font-feature-settings.scss +4 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_hidpi-media-query.scss +10 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_hyphens.scss +4 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_image-rendering.scss +14 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_keyframes.scss +36 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_linear-gradient.scss +38 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_perspective.scss +8 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_placeholder.scss +8 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_radial-gradient.scss +39 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_selection.scss +42 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_text-decoration.scss +19 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_transform.scss +15 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_transition.scss +71 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_user-select.scss +3 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_assign-inputs.scss +11 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_contains-falsy.scss +20 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_contains.scss +26 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_is-length.scss +11 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_is-light.scss +21 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_is-number.scss +11 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_is-size.scss +13 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_modular-scale.scss +69 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_px-to-em.scss +13 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_px-to-rem.scss +15 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_shade.scss +24 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_strip-units.scss +17 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_tint.scss +24 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_transition-property-name.scss +22 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_unpack.scss +27 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_convert-units.scss +21 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_directional-values.scss +96 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_font-source-declaration.scss +43 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_gradient-positions-parser.scss +13 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_linear-angle-parser.scss +25 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_linear-gradient-parser.scss +41 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_linear-positions-parser.scss +61 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_linear-side-corner-parser.scss +31 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_radial-arg-parser.scss +69 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_radial-gradient-parser.scss +50 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_radial-positions-parser.scss +18 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_render-gradients.scss +26 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_shape-size-stripper.scss +10 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_str-to-num.scss +50 -0
- data/app/assets/stylesheets/lib/bourbon/settings/_asset-pipeline.scss +7 -0
- data/app/assets/stylesheets/lib/bourbon/settings/_prefixer.scss +9 -0
- data/app/assets/stylesheets/lib/bourbon/settings/_px-to-em.scss +1 -0
- data/app/assets/stylesheets/lib/neat/_neat-helpers.scss +8 -0
- data/app/assets/stylesheets/lib/neat/_neat.scss +23 -0
- data/app/assets/stylesheets/lib/neat/functions/_new-breakpoint.scss +49 -0
- data/app/assets/stylesheets/lib/neat/functions/_private.scss +114 -0
- data/app/assets/stylesheets/lib/neat/grid/_box-sizing.scss +15 -0
- data/app/assets/stylesheets/lib/neat/grid/_direction-context.scss +33 -0
- data/app/assets/stylesheets/lib/neat/grid/_display-context.scss +28 -0
- data/app/assets/stylesheets/lib/neat/grid/_fill-parent.scss +22 -0
- data/app/assets/stylesheets/lib/neat/grid/_media.scss +92 -0
- data/app/assets/stylesheets/lib/neat/grid/_omega.scss +87 -0
- data/app/assets/stylesheets/lib/neat/grid/_outer-container.scss +38 -0
- data/app/assets/stylesheets/lib/neat/grid/_pad.scss +25 -0
- data/app/assets/stylesheets/lib/neat/grid/_private.scss +35 -0
- data/app/assets/stylesheets/lib/neat/grid/_row.scss +52 -0
- data/app/assets/stylesheets/lib/neat/grid/_shift.scss +50 -0
- data/app/assets/stylesheets/lib/neat/grid/_span-columns.scss +94 -0
- data/app/assets/stylesheets/lib/neat/grid/_to-deprecate.scss +97 -0
- data/app/assets/stylesheets/lib/neat/grid/_visual-grid.scss +42 -0
- data/app/assets/stylesheets/lib/neat/settings/_disable-warnings.scss +13 -0
- data/app/assets/stylesheets/lib/neat/settings/_grid.scss +51 -0
- data/app/assets/stylesheets/lib/neat/settings/_visual-grid.scss +27 -0
- data/app/assets/stylesheets/va_common_main.css.scss +18 -0
- data/bin/console +14 -0
- data/bin/setup +7 -0
- data/lib/generators/files/_footer.html.erb +89 -0
- data/lib/generators/files/_header.html.erb +7 -0
- data/lib/generators/va_common_generator.rb +6 -0
- data/lib/generators/va_footer_generator.rb +7 -0
- data/lib/generators/va_header_generator.rb +7 -0
- data/lib/va_common/engine.rb +4 -0
- data/lib/va_common/version.rb +3 -0
- data/lib/va_common.rb +2 -0
- data/va_common.gemspec +22 -0
- metadata +354 -0
|
@@ -0,0 +1,915 @@
|
|
|
1
|
+
<?xml version="1.0" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
|
3
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
|
|
4
|
+
<metadata></metadata>
|
|
5
|
+
<defs>
|
|
6
|
+
<font id="source_sans_prolight" horiz-adv-x="980" >
|
|
7
|
+
<font-face units-per-em="2048" ascent="1536" descent="-512" />
|
|
8
|
+
<missing-glyph horiz-adv-x="407" />
|
|
9
|
+
<glyph horiz-adv-x="0" />
|
|
10
|
+
<glyph horiz-adv-x="682" />
|
|
11
|
+
<glyph horiz-adv-x="0" />
|
|
12
|
+
<glyph horiz-adv-x="0" />
|
|
13
|
+
<glyph unicode="
" horiz-adv-x="407" />
|
|
14
|
+
<glyph unicode=" " horiz-adv-x="407" />
|
|
15
|
+
<glyph unicode="	" horiz-adv-x="407" />
|
|
16
|
+
<glyph unicode=" " horiz-adv-x="407" />
|
|
17
|
+
<glyph unicode="!" horiz-adv-x="530" d="M178 68q0 45 26.5 69.5t61.5 24.5t60.5 -24.5t25.5 -69.5q0 -43 -25.5 -68t-60.5 -25t-61.5 25t-26.5 68zM219 1227v145h94l-2 -145l-12 -860h-68z" />
|
|
18
|
+
<glyph unicode=""" horiz-adv-x="737" d="M170 1419h104v-141l-18 -301h-68l-16 301zM459 1419h104v-141l-18 -301h-68l-16 301z" />
|
|
19
|
+
<glyph unicode="#" d="M74 438v74h178l43 348h-180v74h188l51 397h72l-51 -397h305l53 397h70l-51 -397h168v-74h-175l-43 -348h177v-74h-187l-51 -438h-72l52 438h-306l-53 -438h-72l54 438h-170zM324 512h307l43 348h-307z" />
|
|
20
|
+
<glyph unicode="$" d="M121 135l49 64q59 -53 141 -98.5t189 -45.5q129 0 197.5 70t68.5 182q0 100 -44 162.5t-109.5 107t-142.5 79t-142.5 79.5t-109.5 109.5t-44 169.5q0 63 21.5 118.5t59.5 97.5t91 68.5t117 32.5v203h80v-203q100 -6 163.5 -47t116.5 -96l-53 -58q-29 29 -56.5 51.5 t-58 39t-67.5 24.5t-84 8q-106 0 -172 -66.5t-66 -168.5q0 -90 44 -144.5t109.5 -94.5t142.5 -73.5t142.5 -82t109.5 -121t44 -189.5q0 -147 -89 -235t-226 -101v-202h-80v202q-106 8 -194.5 54.5t-147.5 103.5z" />
|
|
21
|
+
<glyph unicode="%" horiz-adv-x="1648" d="M82 952q0 205 77 313.5t212 108.5t211.5 -108.5t76.5 -313.5q0 -207 -76.5 -316.5t-211.5 -109.5t-212 110t-77 316zM162 952q0 -172 56.5 -265t152.5 -93t152.5 93t56.5 265t-56.5 263.5t-152.5 91.5t-152.5 -91.5t-56.5 -263.5zM405 -25l754 1399h78l-752 -1399h-80z M989 401q0 205 77 313.5t212 108.5t211.5 -108.5t76.5 -313.5q0 -207 -76.5 -316.5t-211.5 -109.5t-212 110t-77 316zM1069 401q0 -172 56.5 -265t152.5 -93t152.5 93t56.5 265t-56.5 263.5t-152.5 91.5t-152.5 -91.5t-56.5 -263.5z" />
|
|
22
|
+
<glyph unicode="&" horiz-adv-x="1177" d="M74 342q0 68 23.5 123t61.5 103t88 90t103 81q-41 86 -65.5 171t-24.5 163q0 66 20.5 121t57.5 95t88 62.5t113 22.5q111 0 168 -69.5t57 -176.5q0 -66 -26.5 -121t-70.5 -103t-100.5 -92t-113.5 -87q72 -129 171 -250t203 -213q72 92 125.5 204t87.5 241h88 q-41 -139 -99 -265.5t-140 -230.5q72 -57 137.5 -95t124.5 -61l-31 -80q-133 47 -289 170q-74 -76 -163.5 -123t-204.5 -47q-80 0 -151.5 26t-124 74t-83 115.5t-30.5 151.5zM166 348q0 -68 24.5 -122t65.5 -92t97.5 -59.5t117.5 -21.5q84 0 160 40t139 106 q-109 98 -210 221t-173 254q-45 -35 -85 -72t-70.5 -77t-48 -84t-17.5 -93zM344 1077q0 -68 20.5 -140.5t55.5 -145.5q51 37 98 73.5t84 77.5t58.5 85t21.5 97q0 33 -8 65t-25.5 56.5t-45.5 39.5t-68 15q-90 0 -140.5 -65.5t-50.5 -157.5z" />
|
|
23
|
+
<glyph unicode="'" horiz-adv-x="448" d="M170 1419h104v-141l-18 -301h-68l-16 301z" />
|
|
24
|
+
<glyph unicode="(" horiz-adv-x="571" d="M180 569q0 270 72 496.5t199 431.5l55 -33q-123 -195 -184.5 -423t-61.5 -472t61.5 -472t184.5 -423l-55 -32q-127 205 -199 431t-72 496z" />
|
|
25
|
+
<glyph unicode=")" horiz-adv-x="571" d="M66 -326q123 195 184 423.5t61 471.5q0 244 -61.5 472.5t-183.5 422.5l55 33q125 -205 197.5 -431t72.5 -497q0 -270 -72.5 -496.5t-197.5 -430.5z" />
|
|
26
|
+
<glyph unicode="*" horiz-adv-x="808" d="M143 1241l19 62l194 -54l15 209h65l15 -207l194 52l21 -62l-185 -74l111 -180l-55 -41l-131 170l-136 -170l-55 41l113 180z" />
|
|
27
|
+
<glyph unicode="+" d="M70 637v78h379v411h83v-411h379v-78h-379v-412h-83v412h-379z" />
|
|
28
|
+
<glyph unicode="," horiz-adv-x="448" d="M98 -256q70 37 113 99.5t45 148.5q-8 -2 -25 -2q-35 0 -60.5 22.5t-25.5 63.5t27 63.5t61 22.5q47 0 76 -39t29 -107q0 -113 -59.5 -198.5t-151.5 -134.5z" />
|
|
29
|
+
<glyph unicode="-" horiz-adv-x="612" d="M82 471v80h450v-80h-450z" />
|
|
30
|
+
<glyph unicode="." horiz-adv-x="448" d="M137 68q0 45 26.5 69.5t61.5 24.5t60.5 -24.5t25.5 -69.5q0 -43 -25.5 -68t-60.5 -25t-61.5 25t-26.5 68z" />
|
|
31
|
+
<glyph unicode="/" horiz-adv-x="731" d="M18 -328l625 1782h78l-625 -1782h-78z" />
|
|
32
|
+
<glyph unicode="0" d="M98 659q0 328 101.5 501t289.5 173t290 -173t102 -501q0 -330 -102 -507t-290 -177t-289.5 177.5t-101.5 506.5zM190 659q0 -301 82 -453.5t217 -152.5q137 0 218 152.5t81 453.5t-80.5 448.5t-218.5 147.5q-135 0 -217 -147t-82 -449z" />
|
|
33
|
+
<glyph unicode="1" d="M172 0v80h307v1085h-233v62q80 14 142.5 34.5t109.5 47.5h73v-1229h285v-80h-684z" />
|
|
34
|
+
<glyph unicode="2" d="M80 1141q74 82 163 137t210 55q176 0 272 -100t96 -266q0 -98 -43 -195.5t-120.5 -205t-189.5 -229.5t-247 -265q53 4 109.5 7t109.5 3h447v-82h-803v57q162 164 282.5 294t201.5 237.5t121 199t40 177.5q0 123 -68.5 206.5t-216.5 83.5q-90 0 -167.5 -49t-137.5 -123z " />
|
|
35
|
+
<glyph unicode="3" d="M59 160l54 63q29 -33 63.5 -62.5t78.5 -53t98.5 -38t121.5 -14.5q66 0 122 20.5t97 58.5t63.5 91.5t22.5 118.5q0 68 -25.5 123t-81 95t-141.5 62.5t-208 22.5v80q113 0 191.5 22.5t126.5 60.5t69.5 90t21.5 112q0 111 -71.5 177t-192.5 66q-92 0 -168 -42t-133 -101 l-53 62q68 66 153.5 112.5t200.5 46.5q76 0 141.5 -21.5t113.5 -61.5t75.5 -98t27.5 -134q0 -129 -70.5 -208t-178.5 -116v-8q61 -12 114 -42t94 -73t64.5 -99t23.5 -126q0 -86 -30.5 -154.5t-84.5 -116.5t-127 -74t-157 -26q-78 0 -141.5 16.5t-113.5 43t-90 59.5t-71 66z " />
|
|
36
|
+
<glyph unicode="4" d="M33 391v53l608 865h82v-840h195v-78h-195v-391h-88v391h-602zM143 469h492v479q0 45 2 112.5t6 113.5h-8q-25 -41 -51.5 -80t-55.5 -84z" />
|
|
37
|
+
<glyph unicode="5" d="M53 152l51 63q29 -31 64 -59.5t78 -51t96 -36t121 -13.5q66 0 125 25.5t103 72t70.5 111t26.5 144.5q0 160 -86 248.5t-233 88.5q-76 0 -130 -23.5t-114 -64.5l-63 39l47 613h604v-80h-522l-41 -473q51 31 106.5 50t126.5 19q82 0 156 -24.5t127 -74.5t85 -129t32 -185 q0 -104 -36 -185.5t-94.5 -137.5t-133 -85t-154.5 -29q-78 0 -140.5 15.5t-112.5 41t-89 57.5t-70 63z" />
|
|
38
|
+
<glyph unicode="6" d="M106 594q0 205 40 346t106.5 229t154 126t181.5 38q92 0 158.5 -34.5t117.5 -92.5l-55 -61q-43 53 -100.5 80.5t-120.5 27.5q-78 0 -147.5 -32.5t-123 -108.5t-85 -200t-33.5 -304q68 84 152.5 133.5t176.5 49.5q174 0 269.5 -103.5t95.5 -302.5q0 -90 -28.5 -165 t-78 -129t-114 -85t-137.5 -31q-199 0 -314 160t-115 459zM201 516q6 -104 29.5 -189t64.5 -145.5t101.5 -94.5t140.5 -34q57 0 105 25.5t83 71t55.5 105.5t20.5 130t-16.5 130t-50.5 104.5t-88 69t-128 24.5q-70 0 -153.5 -44t-163.5 -153z" />
|
|
39
|
+
<glyph unicode="7" d="M90 1229v80h805v-54q-117 -156 -193.5 -299t-123 -291.5t-66.5 -310t-29 -354.5h-98q8 199 33.5 363.5t73 311t119 281t169.5 273.5h-690z" />
|
|
40
|
+
<glyph unicode="8" d="M82 336q0 66 23.5 123t61.5 103t84 82t93 61v8q-37 25 -70.5 54.5t-59.5 67t-42 82t-16 97.5q0 70 26.5 129t72.5 101t108.5 65.5t134.5 23.5q84 0 149.5 -25.5t111.5 -71.5t69.5 -108.5t23.5 -136.5q0 -53 -18.5 -103t-46 -93t-60.5 -78t-61 -58v-8q43 -27 84 -57.5 t72.5 -69.5t52 -90t20.5 -117q0 -72 -28.5 -134t-81 -108t-126 -73t-161.5 -27q-90 0 -166 28t-131.5 76t-87 113.5t-31.5 143.5zM172 340q0 -61 24.5 -113.5t67.5 -91.5t102.5 -61.5t131.5 -22.5q70 0 126 20.5t96 57.5t61.5 86t21.5 104q0 76 -34 128.5t-90 92.5 t-128 69.5t-148 60.5q-100 -59 -165.5 -140t-65.5 -190zM246 1014q0 -70 29.5 -120t78.5 -88t111.5 -66.5t128.5 -53.5q84 68 128 142.5t44 160.5q0 55 -18.5 103.5t-52 85t-84 58t-113.5 21.5q-55 0 -101.5 -18t-80 -50t-52 -77t-18.5 -98z" />
|
|
41
|
+
<glyph unicode="9" d="M88 926q0 88 28.5 163.5t78 129t114 84t137.5 30.5q197 0 311.5 -158.5t114.5 -457.5q0 -207 -39.5 -348.5t-105 -228.5t-154 -126t-182.5 -39q-92 0 -159.5 35t-116.5 92l55 62q43 -53 100.5 -81t122.5 -28q78 0 147.5 33t123 108.5t85 199.5t33.5 304 q-68 -82 -153.5 -131t-177.5 -49q-172 0 -267.5 103.5t-95.5 302.5zM178 926q0 -72 16.5 -132.5t51.5 -104.5t88 -68.5t129 -24.5q70 0 153.5 46t163.5 153q-6 104 -29.5 189t-65.5 145.5t-102.5 93t-140.5 32.5q-55 0 -104 -25.5t-84 -69.5t-55.5 -104.5t-20.5 -129.5z" />
|
|
42
|
+
<glyph unicode=":" horiz-adv-x="448" d="M137 68q0 45 26.5 69.5t61.5 24.5t60.5 -24.5t25.5 -69.5q0 -43 -25.5 -68t-60.5 -25t-61.5 25t-26.5 68zM137 850q0 45 26.5 69.5t61.5 24.5t60.5 -24.5t25.5 -69.5q0 -43 -25.5 -68t-60.5 -25t-61.5 25t-26.5 68z" />
|
|
43
|
+
<glyph unicode=";" horiz-adv-x="448" d="M98 -256q70 37 113 99.5t45 148.5q-8 -2 -25 -2q-35 0 -60.5 22.5t-25.5 63.5t27 63.5t61 22.5q47 0 76 -39t29 -107q0 -113 -59.5 -198.5t-151.5 -134.5zM137 850q0 45 26.5 69.5t61.5 24.5t60.5 -24.5t25.5 -69.5q0 -43 -25.5 -68t-60.5 -25t-61.5 25t-26.5 68z" />
|
|
44
|
+
<glyph unicode="<" d="M70 635v90l841 336v-88l-475 -185l-272 -104v-8l272 -105l475 -184v-88z" />
|
|
45
|
+
<glyph unicode="=" d="M70 430v78h841v-78h-841zM70 846v78h841v-78h-841z" />
|
|
46
|
+
<glyph unicode=">" d="M70 299v88l475 184l272 105v8l-272 104l-475 185v88l841 -336v-90z" />
|
|
47
|
+
<glyph unicode="?" horiz-adv-x="823" d="M76 1237q59 68 139 114t186 46q76 0 135.5 -23.5t100.5 -65.5t62.5 -99.5t21.5 -125.5q0 -70 -25.5 -128t-62.5 -111t-79 -105.5t-76 -109t-53 -121t-9 -141.5h-82q-12 84 5 152.5t50 127t74 109.5t78 101t61.5 103.5t24.5 116.5q0 47 -13.5 91t-42 77t-72.5 52.5 t-104 19.5q-76 0 -144.5 -34t-119.5 -97zM295 68q0 45 25.5 69.5t60.5 24.5t61.5 -24.5t26.5 -69.5q0 -43 -26.5 -68t-61.5 -25t-60.5 25t-25.5 68z" />
|
|
48
|
+
<glyph unicode="@" horiz-adv-x="1667" d="M106 414q0 201 67 363.5t178.5 278t259 178t309.5 62.5q147 0 267 -47t203 -132t128 -204.5t45 -265.5q0 -131 -35 -230.5t-90.5 -167t-122 -101t-129.5 -33.5q-82 0 -136.5 37.5t-62.5 117.5h-4q-53 -59 -115.5 -101t-134.5 -42q-47 0 -90 17.5t-74.5 52t-50 87 t-18.5 122.5q0 74 25.5 155.5t74.5 149t120 111.5t161 44q109 0 170 -98h4l18 82h70l-74 -387q-70 -276 123 -277q49 0 101.5 31t94.5 89.5t69.5 142t27.5 192.5q0 131 -40 239.5t-114 184.5t-179 118t-239 42q-141 0 -272 -57.5t-232.5 -163t-163 -254t-61.5 -330.5 q0 -150 45 -269.5t126 -202.5t195 -128t251 -45q102 0 186 26.5t158 71.5l33 -61q-176 -111 -383 -111q-147 0 -273.5 48t-218.5 139.5t-144.5 223.5t-52.5 302zM582 412q0 -117 47 -164t116 -47q102 0 222 137l63 354q-37 57 -70.5 79t-80.5 22q-70 0 -125.5 -36t-93 -91.5 t-58 -123t-20.5 -130.5z" />
|
|
49
|
+
<glyph unicode="A" horiz-adv-x="1077" d="M16 0l476 1350h94l475 -1350h-98l-158 463h-535l-159 -463h-95zM299 543h479l-86 252q-41 121 -77.5 231.5t-71.5 235.5h-8q-35 -125 -72 -236t-78 -231z" />
|
|
50
|
+
<glyph unicode="B" horiz-adv-x="1183" d="M199 0v1350h364q205 0 326 -79t121 -249q0 -106 -60.5 -185t-179.5 -110v-8q150 -23 236 -103.5t86 -222.5q0 -98 -36 -172t-101.5 -123t-157.5 -73.5t-207 -24.5h-391zM293 78h272q203 0 318.5 75.5t115.5 239.5q0 145 -112.5 216t-321.5 71h-272v-602zM293 756h233 q209 0 299 66.5t90 201.5q0 131 -96 189.5t-282 58.5h-244v-516z" />
|
|
51
|
+
<glyph unicode="C" horiz-adv-x="1155" d="M113 678q0 160 42 289t117.5 220t182 139t235.5 48q117 0 207 -49t143 -113l-57 -61q-53 61 -127 99t-166 38q-111 0 -200 -43t-151.5 -122t-95 -191.5t-32.5 -253.5t32.5 -255t94 -193.5t148.5 -124t196 -44.5q104 0 185 41t155 125l57 -59q-78 -90 -174 -141.5 t-227 -51.5q-125 0 -229.5 49.5t-179 140.5t-115.5 221t-41 292z" />
|
|
52
|
+
<glyph unicode="D" horiz-adv-x="1236" d="M199 0v1350h313q156 0 271.5 -47.5t191.5 -135.5t112.5 -210.5t36.5 -276.5t-36.5 -280t-112.5 -215t-190.5 -137t-270.5 -48h-315zM293 80h209q137 0 236.5 44t163 124t94 189.5t30.5 242.5q0 131 -30.5 239.5t-94 186.5t-163 121t-236.5 43h-209v-1190z" />
|
|
53
|
+
<glyph unicode="E" horiz-adv-x="1054" d="M199 0v1350h739v-82h-645v-510h541v-82h-541v-594h665v-82h-759z" />
|
|
54
|
+
<glyph unicode="F" horiz-adv-x="976" d="M199 0v1350h735v-82h-641v-537h543v-82h-543v-649h-94z" />
|
|
55
|
+
<glyph unicode="G" horiz-adv-x="1239" d="M113 678q0 160 43 289t121.5 220t188 139t245.5 48q68 0 123 -14t100 -38t81 -52.5t62 -57.5l-55 -61q-53 57 -127 97t-184 40q-117 0 -209 -43t-156.5 -122t-99.5 -191.5t-35 -253.5t32.5 -255t95 -193.5t154 -124t205.5 -44.5q92 0 173 27t130 76v420h-323v80h414v-535 q-63 -68 -165 -111t-237 -43q-129 0 -235.5 49.5t-182 140.5t-117.5 221t-42 292z" />
|
|
56
|
+
<glyph unicode="H" horiz-adv-x="1308" d="M199 0v1350h94v-592h723v592h94v-1350h-94v676h-723v-676h-94z" />
|
|
57
|
+
<glyph unicode="I" horiz-adv-x="491" d="M199 0v1350h94v-1350h-94z" />
|
|
58
|
+
<glyph unicode="J" horiz-adv-x="946" d="M84 174l72 47q49 -86 111.5 -123t148.5 -37q123 0 182 75t59 241v973h95v-983q0 -82 -18.5 -153t-58.5 -124t-103.5 -84t-155.5 -31q-113 0 -197 51.5t-135 147.5z" />
|
|
59
|
+
<glyph unicode="K" horiz-adv-x="1142" d="M199 0v1350h94v-750h4l653 750h113l-430 -500l489 -850h-108l-447 778l-274 -313v-465h-94z" />
|
|
60
|
+
<glyph unicode="L" horiz-adv-x="956" d="M199 0v1350h94v-1268h622v-82h-716z" />
|
|
61
|
+
<glyph unicode="M" horiz-adv-x="1445" d="M199 0v1350h133l282 -793l107 -299h8l102 299l283 793h133v-1350h-92v887q0 84 4 181t8 183h-8l-106 -297l-289 -807h-84l-291 807l-106 297h-9q4 -86 8.5 -183t4.5 -181v-887h-88z" />
|
|
62
|
+
<glyph unicode="N" horiz-adv-x="1302" d="M199 0v1350h98l569 -953l152 -268h8q-4 98 -8 196.5t-4 196.5v828h90v-1350h-98l-570 952l-151 269h-9q4 -98 8.5 -191.5t4.5 -191.5v-838h-90z" />
|
|
63
|
+
<glyph unicode="O" horiz-adv-x="1335" d="M113 680q0 160 41 288t114.5 219t176 139t223.5 48q123 0 225 -48t176 -139t115 -219t41 -288t-41 -290t-115 -222t-176 -142.5t-225 -50.5q-121 0 -223.5 50.5t-176 142.5t-114.5 222t-41 290zM211 680q0 -141 32.5 -255t92 -194.5t145 -125t187.5 -44.5t186 44.5 t144.5 125t93 194.5t32.5 255q0 139 -32.5 251.5t-93 191.5t-144.5 122t-186 43t-187.5 -43t-145 -122t-92 -191.5t-32.5 -251.5z" />
|
|
64
|
+
<glyph unicode="P" horiz-adv-x="1144" d="M199 0v1350h368q113 0 202 -19.5t151.5 -64.5t95.5 -117t33 -176q0 -199 -127 -296t-355 -97h-274v-580h-94zM293 659h252q207 0 307 74t100 240q0 86 -25.5 142t-75.5 91t-127 49.5t-179 14.5h-252v-611z" />
|
|
65
|
+
<glyph unicode="Q" horiz-adv-x="1335" d="M113 680q0 160 41 288t114.5 219t176 139t223.5 48q123 0 225 -48t176 -139t115 -219t41 -288q0 -152 -37 -276.5t-103.5 -216t-160 -145.5t-205.5 -65q47 -102 136 -155t216 -53q47 0 79 5t58 13l21 -82q-27 -8 -71 -15t-95 -7q-170 0 -283.5 83.5t-165.5 210.5 q-111 10 -203 64.5t-158.5 146t-103 216t-36.5 276.5zM211 680q0 -141 32.5 -257t92 -197t144.5 -126t188 -45q102 0 186 45t144.5 126t93 197t32.5 257q0 139 -32.5 251.5t-93 191.5t-144.5 122t-186 43t-187.5 -43t-145 -122t-92 -191.5t-32.5 -251.5z" />
|
|
66
|
+
<glyph unicode="R" horiz-adv-x="1146" d="M199 0v1350h387q100 0 182 -19.5t139.5 -62.5t89 -110.5t31.5 -164.5q0 -162 -93 -254t-253 -112l373 -627h-109l-366 621h-287v-621h-94zM293 698h268q180 0 275.5 73t95.5 222q0 152 -96.5 214.5t-274.5 62.5h-268v-572z" />
|
|
67
|
+
<glyph unicode="S" horiz-adv-x="1067" d="M94 178l62 66q74 -84 176 -133.5t219 -49.5q156 0 246 75t90 196q0 63 -19.5 106t-52.5 75t-77 55.5t-93 45.5l-205 93q-45 18 -93 44.5t-88 66.5t-66.5 94.5t-26.5 129.5q0 74 29.5 134.5t82 104.5t125 68.5t156.5 24.5q123 0 218 -48t157 -114l-53 -63q-59 63 -139 101 t-183 38q-135 0 -217 -65.5t-82 -175.5q0 -59 22.5 -100.5t57.5 -71t76 -51t78 -38.5l204 -90q57 -25 108.5 -55.5t90.5 -71.5t62.5 -97t23.5 -134t-30.5 -144.5t-87 -114.5t-136.5 -76t-178 -28q-147 0 -262 56.5t-195 146.5z" />
|
|
68
|
+
<glyph unicode="T" horiz-adv-x="1073" d="M59 1268v82h955v-82h-430v-1268h-95v1268h-430z" />
|
|
69
|
+
<glyph unicode="U" horiz-adv-x="1298" d="M195 518v832h94v-822q0 -135 29.5 -224t78.5 -143.5t113.5 -77t136.5 -22.5q74 0 140.5 22.5t116.5 77t81 143.5t31 224v822h88v-832q0 -158 -39 -262t-102.5 -166.5t-145.5 -88.5t-170 -26q-86 0 -168 26t-145.5 88.5t-101 166.5t-37.5 262z" />
|
|
70
|
+
<glyph unicode="V" horiz-adv-x="1005" d="M8 1350h101l249 -789q39 -123 71 -226.5t73 -225.5h8q20 61 37.5 116.5t34 109.5t34 109.5t35.5 116.5l250 789h96l-442 -1350h-100z" />
|
|
71
|
+
<glyph unicode="W" horiz-adv-x="1576" d="M57 1350h99l170 -795q23 -111 46 -220.5t46 -219.5h8q25 111 50.5 220t53.5 220l211 795h97l211 -795q29 -111 54 -220.5t54 -219.5h8q23 111 44.5 220t43.5 220l170 795h93l-302 -1350h-104l-246 926q-18 80 -36.5 152.5t-34.5 152.5h-9q-16 -80 -36.5 -152.5 t-38.5 -152.5l-242 -926h-102z" />
|
|
72
|
+
<glyph unicode="X" horiz-adv-x="987" d="M35 0l405 698l-377 652h103l221 -398q29 -47 52.5 -88t58.5 -96h8q29 55 50.5 96t49.5 88l221 398h97l-377 -656l405 -694h-102l-236 414q-29 51 -58.5 102t-66.5 113h-8q-33 -61 -59.5 -112.5t-54.5 -102.5l-236 -414h-96z" />
|
|
73
|
+
<glyph unicode="Y" horiz-adv-x="915" d="M6 1350h100l205 -422q35 -74 69 -145.5t75 -145.5h8q39 74 75.5 145.5t69.5 145.5l205 422h96l-405 -803v-547h-94v547z" />
|
|
74
|
+
<glyph unicode="Z" horiz-adv-x="1101" d="M102 0v55l777 1213h-709v82h827v-56l-778 -1212h785v-82h-902z" />
|
|
75
|
+
<glyph unicode="[" horiz-adv-x="571" d="M201 -311v1761h327v-59h-256v-1643h256v-59h-327z" />
|
|
76
|
+
<glyph unicode="\" horiz-adv-x="731" d="M10 1454h78l627 -1782h-78z" />
|
|
77
|
+
<glyph unicode="]" horiz-adv-x="571" d="M43 -252h256v1643h-256v59h328v-1761h-328v59z" />
|
|
78
|
+
<glyph unicode="^" d="M135 594l307 778h95l309 -778h-88l-158 416l-106 272h-9l-104 -272l-158 -416h-88z" />
|
|
79
|
+
<glyph unicode="_" horiz-adv-x="1024" d="M25 -162h974v-78h-974v78z" />
|
|
80
|
+
<glyph unicode="`" horiz-adv-x="1095" d="M367 1450h106l189 -279h-78z" />
|
|
81
|
+
<glyph unicode="a" horiz-adv-x="1021" d="M133 246q0 162 153.5 248t481.5 122v20q0 46 -7 92q-9 56 -35 100t-72 72t-117 28q-100 0 -182.5 -39t-131.5 -76l-41 68q27 18 65 40.5t84 41t101 32t115 13.5q88 0 147.5 -30t96 -81t52 -119.5t15.5 -148.5v-629h-76l-10 127h-4q-76 -59 -163 -105.5t-185 -46.5 q-59 0 -110.5 16.5t-91.5 49.5t-62.5 84t-22.5 121zM227 250q0 -106 61.5 -151.5t145.5 -45.5q86 0 164 41t170 119v334q-152 -18 -255 -45t-166.5 -64t-91.5 -84t-28 -104z" />
|
|
82
|
+
<glyph unicode="b" horiz-adv-x="1114" d="M188 0v1473h91v-426l-5 -193q76 63 162 108.5t178 45.5q197 0 295.5 -136.5t98.5 -365.5q0 -125 -35 -223.5t-95.5 -167t-139.5 -104.5t-165 -36q-72 0 -148.5 32t-145.5 85h-5l-10 -92h-76zM279 182q82 -70 157.5 -98.5t132.5 -28.5q74 0 137.5 33t108.5 92.5 t70.5 142.5t25.5 183q0 90 -17 168t-54 134t-96.5 88t-143.5 32q-74 0 -153.5 -42t-167.5 -120v-584z" />
|
|
83
|
+
<glyph unicode="c" horiz-adv-x="919" d="M106 489q0 123 37 220.5t98.5 163t142.5 100.5t171 35q102 0 171 -37t118 -84l-53 -64q-47 45 -104.5 75t-129.5 30q-76 0 -140.5 -32t-112.5 -90t-75.5 -138t-27.5 -179q0 -96 25.5 -176t71.5 -137t112.5 -89t146.5 -32q78 0 144.5 33t117.5 80l47 -62q-63 -57 -141 -94 t-172 -37q-96 0 -177 35t-141.5 100.5t-94.5 160.5t-34 218z" />
|
|
84
|
+
<glyph unicode="d" horiz-adv-x="1114" d="M106 489q0 119 35 215.5t95.5 164t139.5 103.5t167 36q90 0 156.5 -32t140.5 -89l-4 180v406h90v-1473h-78l-8 127h-6q-59 -59 -140.5 -105.5t-179.5 -46.5q-186 0 -297 132t-111 382zM203 489q0 -98 21.5 -178t62.5 -136t101.5 -88t137.5 -32q82 0 157 42t153 120v584 q-78 70 -146.5 98.5t-140.5 28.5q-74 0 -137.5 -34t-109.5 -92.5t-72.5 -139.5t-26.5 -173z" />
|
|
85
|
+
<glyph unicode="e" horiz-adv-x="989" d="M106 489q0 121 36 217.5t96.5 163t137.5 102.5t159 36q176 0 276 -119t100 -336v-36.5t-4 -37.5h-708q2 -92 28.5 -171t74.5 -135t115.5 -88t151.5 -32q80 0 144.5 23.5t120.5 64.5l36 -69q-59 -35 -129.5 -66t-179.5 -31q-94 0 -177 35t-144.5 101.5t-97.5 161.5 t-36 216zM199 549h626q0 190 -77.5 285.5t-210.5 95.5q-63 0 -121 -26.5t-104 -76t-75.5 -120t-37.5 -158.5z" />
|
|
86
|
+
<glyph unicode="f" horiz-adv-x="538" d="M68 905v70l135 8v219q0 147 63.5 221t179.5 74q72 0 144 -33l-25 -73q-31 16 -60.5 22t-58.5 6q-78 0 -115.5 -58t-37.5 -165v-213h227v-78h-227v-905h-90v905h-135z" />
|
|
87
|
+
<glyph unicode="g" horiz-adv-x="997" d="M106 -201q0 66 39 127.5t107 110.5v8q-37 23 -61.5 61.5t-24.5 96.5q0 66 37 111.5t69 68.5v8q-47 41 -84.5 110.5t-37.5 160.5q0 76 26.5 139t73.5 109t110.5 72t135.5 26q41 0 73.5 -7.5t55.5 -17.5h333v-76h-229q47 -41 78 -105.5t31 -142.5q0 -76 -27 -139t-73 -109 t-108.5 -72t-133.5 -26q-41 0 -85 10.5t-79 30.5q-33 -27 -56.5 -59.5t-23.5 -81.5q0 -53 39 -91t149 -38h211q166 0 245 -54.5t79 -170.5q0 -63 -33 -124t-93.5 -107t-146.5 -73.5t-192 -27.5q-186 0 -295 73.5t-109 198.5zM193 -193q0 -92 84.5 -149t242.5 -57 q82 0 149.5 21.5t114.5 56t73 78.5t26 91q0 82 -58.5 116t-169.5 34h-211q-16 0 -50 3t-72 13q-68 -47 -98.5 -100.5t-30.5 -106.5zM240 662q0 -61 20.5 -112.5t56 -88.5t82 -56.5t97.5 -19.5t97 19.5t81 56.5t55.5 88t20.5 113q0 61 -20.5 112t-54.5 86t-81 54.5t-98 19.5 q-53 0 -99.5 -19.5t-81 -54.5t-55 -85t-20.5 -113z" />
|
|
88
|
+
<glyph unicode="h" horiz-adv-x="1081" d="M188 0v1473h91v-426v-218q78 78 157.5 128.5t181.5 50.5q154 0 225.5 -92.5t71.5 -284.5v-631h-90v618q0 158 -52 233t-173 75q-88 0 -159.5 -46t-161.5 -139v-741h-91z" />
|
|
89
|
+
<glyph unicode="i" horiz-adv-x="468" d="M154 1300q0 39 23.5 60.5t58.5 21.5t58 -21.5t23 -60.5q0 -35 -23 -57t-58 -22t-58.5 22.5t-23.5 56.5zM188 0v983h91v-983h-91z" />
|
|
90
|
+
<glyph unicode="j" horiz-adv-x="468" d="M-68 -444l23 73q18 -6 46 -13t56 -7q82 0 106.5 60.5t24.5 154.5v1159h93v-1165q0 -145 -53.5 -216t-168.5 -71q-35 0 -69.5 7t-57.5 18zM154 1300q0 39 24.5 60.5t57.5 21.5q35 0 59 -21.5t24 -60.5q0 -35 -24 -57t-59 -22q-33 0 -57.5 22.5t-24.5 56.5z" />
|
|
91
|
+
<glyph unicode="k" horiz-adv-x="950" d="M188 0v1473h91v-1086h4l485 596h104l-319 -389l373 -594h-101l-325 526l-221 -258v-268h-91z" />
|
|
92
|
+
<glyph unicode="l" horiz-adv-x="485" d="M188 131v1342h91v-1354q0 -33 12 -48.5t31 -15.5h13t23 4l17 -73q-14 -4 -28.5 -7.5t-37.5 -3.5q-121 0 -121 156z" />
|
|
93
|
+
<glyph unicode="m" horiz-adv-x="1662" d="M188 0v983h78l8 -152h7q66 76 146.5 126.5t162.5 50.5q119 0 182.5 -54.5t89.5 -146.5q86 92 167 146.5t167 54.5q295 0 295 -377v-631h-92v618q0 158 -53.5 233t-165.5 75q-133 0 -295 -185v-741h-90v618q0 158 -53.5 233t-168.5 75q-133 0 -294 -185v-741h-91z" />
|
|
94
|
+
<glyph unicode="n" horiz-adv-x="1089" d="M188 0v983h78l8 -152h7q76 76 155.5 126.5t181.5 50.5q154 0 225.5 -92.5t71.5 -284.5v-631h-90v618q0 158 -52 233t-173 75q-88 0 -159.5 -46t-161.5 -139v-741h-91z" />
|
|
95
|
+
<glyph unicode="o" horiz-adv-x="1095" d="M106 489q0 123 36 220.5t96.5 163t140.5 100.5t168 35t169 -35t141.5 -100.5t96 -163t35.5 -220.5t-35.5 -218t-96 -160.5t-141.5 -100.5t-169 -35t-168 35t-140.5 100.5t-96.5 160.5t-36 218zM201 489q0 -96 26.5 -176t72.5 -137t109.5 -89t137.5 -32t138.5 32t110.5 89 t72.5 137t26.5 176q0 98 -26.5 178.5t-72.5 138.5t-110.5 90t-138.5 32t-137.5 -32t-109.5 -90t-72.5 -138.5t-26.5 -178.5z" />
|
|
96
|
+
<glyph unicode="p" horiz-adv-x="1114" d="M188 -444v1427h78l8 -123h7q72 57 156.5 102.5t176.5 45.5q197 0 295.5 -136.5t98.5 -365.5q0 -125 -35 -223.5t-95.5 -167t-139.5 -104.5t-165 -36q-70 0 -143.5 32t-150.5 89v-182v-358h-91zM279 182q86 -70 159.5 -98.5t130.5 -28.5q74 0 137.5 33t108.5 92.5 t70.5 142.5t25.5 183q0 90 -17 168t-54 134t-96.5 88t-143.5 32q-74 0 -152.5 -42t-168.5 -120v-584z" />
|
|
97
|
+
<glyph unicode="q" horiz-adv-x="1099" d="M106 489q0 119 35 215.5t95.5 164t139.5 103.5t167 36q90 0 156.5 -31t136.5 -84h4l10 90h76v-1427h-90v378l4 191q-66 -59 -147 -104.5t-179 -45.5q-186 0 -297 132t-111 382zM203 489q0 -98 21.5 -178t62.5 -136t101.5 -88t137.5 -32q82 0 157 42t153 120v584 q-78 70 -146.5 98.5t-140.5 28.5q-74 0 -137.5 -34t-109.5 -92.5t-72.5 -139.5t-26.5 -173z" />
|
|
98
|
+
<glyph unicode="r" horiz-adv-x="649" d="M188 0v983h78l8 -182h7q49 92 119.5 149.5t158.5 57.5q29 0 51.5 -5t46.5 -16l-20 -82q-25 10 -43.5 13.5t-46.5 3.5q-66 0 -138.5 -56.5t-129.5 -195.5v-670h-91z" />
|
|
99
|
+
<glyph unicode="s" horiz-adv-x="829" d="M66 111l53 67q63 -53 135 -89t178 -36q117 0 175.5 58.5t58.5 136.5q0 45 -21.5 79.5t-56.5 59.5t-77 43.5t-85 34.5q-55 20 -111.5 42.5t-101.5 54.5t-72.5 76t-27.5 107q0 53 20.5 101.5t61.5 84.5t99 56.5t136 20.5t152.5 -29t128.5 -74l-49 -63q-49 37 -104.5 62.5 t-131.5 25.5q-57 0 -98 -15.5t-69 -40t-41 -57.5t-13 -65q0 -43 19.5 -73t52 -52.5t74.5 -40t85 -33.5q57 -23 114.5 -45.5t103.5 -55t75 -80.5t29 -120q0 -55 -21.5 -105.5t-64.5 -88.5t-104.5 -60.5t-141.5 -22.5q-111 0 -203 40t-157 96z" />
|
|
100
|
+
<glyph unicode="t" horiz-adv-x="638" d="M57 905v70l156 8l12 285h78v-285h285v-78h-285v-641q0 -47 7 -85t25.5 -65.5t50.5 -43t83 -15.5q29 0 62.5 9.5t60.5 21.5l24 -74q-43 -16 -86 -26.5t-73 -10.5q-72 0 -119 21.5t-76 60.5t-40 94.5t-11 120.5v633h-154z" />
|
|
101
|
+
<glyph unicode="u" horiz-adv-x="1083" d="M174 352v631h90v-618q0 -158 52.5 -233t170.5 -75q88 0 160 48.5t158 152.5v725h90v-983h-76l-10 164h-4q-72 -86 -152 -137.5t-182 -51.5q-154 0 -225.5 92.5t-71.5 284.5z" />
|
|
102
|
+
<glyph unicode="v" horiz-adv-x="888" d="M25 983h98l221 -616q23 -72 49.5 -143.5t48.5 -139.5h9q25 68 50 139.5t50 143.5l221 616h92l-364 -983h-107z" />
|
|
103
|
+
<glyph unicode="w" horiz-adv-x="1402" d="M49 983h98l177 -637q18 -68 34.5 -132t32.5 -130h8q16 66 35 130.5t37 131.5l178 637h109l178 -637q18 -68 36.5 -132t37.5 -130h8q16 66 34.5 130.5t34.5 131.5l175 637h92l-283 -983h-119l-172 610q-23 72 -38 140.5t-37 140.5h-9q-16 -72 -35.5 -142.5t-42.5 -142.5 l-169 -606h-109z" />
|
|
104
|
+
<glyph unicode="x" horiz-adv-x="833" d="M29 0l333 514l-307 469h101l159 -250q25 -41 50.5 -81t54.5 -81h8q27 41 50.5 81t49.5 81l154 250h94l-305 -477l334 -506h-100l-175 268q-29 47 -57.5 92.5t-58.5 88.5h-8q-29 -43 -56.5 -88.5t-56.5 -92.5l-168 -268h-96z" />
|
|
105
|
+
<glyph unicode="y" horiz-adv-x="892" d="M25 983h98l237 -618q23 -61 50.5 -135t56.5 -140h8q23 66 46.5 139.5t43.5 135.5l211 618h92l-389 -1106q-20 -61 -50 -119.5t-70 -104.5t-92 -74t-117 -28q-55 0 -101 21l21 80q16 -6 36.5 -11.5t43.5 -5.5q92 0 153.5 74t97.5 187l27 86z" />
|
|
106
|
+
<glyph unicode="z" horiz-adv-x="827" d="M55 0v49l582 856h-518v78h635v-47l-580 -856h600v-80h-719z" />
|
|
107
|
+
<glyph unicode="{" horiz-adv-x="571" d="M72 537v65q53 0 88 14.5t54 37t26.5 51t7.5 59.5q0 111 -8.5 210t-8.5 214q0 78 14.5 128t43 79.5t70.5 42t100 12.5h69v-59h-63q-94 0 -126 -51.5t-32 -159.5q0 -100 6 -191.5t6 -202.5q0 -92 -21.5 -143t-82.5 -70v-8q61 -18 82.5 -71.5t21.5 -141.5q0 -111 -6 -202 t-6 -191q0 -109 32 -160t126 -51h63v-59h-69q-57 0 -99.5 12t-71 42t-43 80t-14.5 128q0 115 8.5 214t8.5 206q0 31 -7.5 61.5t-26.5 53t-54 37t-88 14.5z" />
|
|
108
|
+
<glyph unicode="|" horiz-adv-x="462" d="M195 -512v2048h73v-2048h-73z" />
|
|
109
|
+
<glyph unicode="}" horiz-adv-x="571" d="M43 -252h63q94 0 126 51t32 160q0 100 -6 191.5t-6 201.5q0 88 22.5 141.5t81.5 71.5v8q-59 18 -81.5 69.5t-22.5 143.5q0 111 6 202t6 192q0 109 -31.5 160t-126.5 51h-63v59h70q57 0 99 -12.5t70.5 -42t43 -79.5t14.5 -128q0 -115 -8 -214.5t-8 -209.5q0 -31 7 -59.5 t26.5 -51t54 -37t88.5 -14.5v-65q-53 0 -88 -14.5t-54.5 -37t-26.5 -53.5t-7 -61q0 -106 8 -205.5t8 -214.5q0 -78 -14.5 -128t-43 -80t-70.5 -42t-99 -12h-70v59z" />
|
|
110
|
+
<glyph unicode="~" d="M82 637q45 86 105.5 128t119.5 42t107.5 -28.5t92.5 -63.5t85 -63.5t86 -28.5q47 0 86 28.5t76 100.5l57 -41q-43 -84 -103.5 -125t-119.5 -41t-107.5 28.5t-92.5 63.5t-85 63.5t-86 28.5q-47 0 -86 -28.5t-76 -100.5z" />
|
|
111
|
+
<glyph unicode="¡" horiz-adv-x="530" d="M178 918q0 41 26.5 65.5t61.5 24.5t60.5 -24.5t25.5 -65.5q0 -47 -25.5 -72t-60.5 -25t-61.5 24.5t-26.5 72.5zM219 -244l12 860h68l12 -860l2 -145h-94v145z" />
|
|
112
|
+
<glyph unicode="¢" d="M127 637q0 106 30.5 189t85 143.5t126 95.5t153.5 43v227h70v-223q98 -4 163.5 -40t112.5 -83l-49 -57q-47 41 -102 68.5t-125 31.5v-788q76 4 139.5 34.5t112.5 75.5l47 -59q-59 -55 -134 -91t-165 -40v-221h-70v223q-86 8 -158.5 43t-125 95.5t-82 144t-29.5 188.5z M219 637q0 -160 81 -264.5t222 -124.5v780q-66 -10 -122 -43t-96 -83t-62.5 -117.5t-22.5 -147.5z" />
|
|
113
|
+
<glyph unicode="£" d="M111 600v68l135 6h49q-23 78 -44.5 154.5t-21.5 156.5q0 162 93.5 255t255.5 93q106 0 176.5 -43t117.5 -102l-59 -55q-43 51 -98.5 85.5t-136.5 34.5q-63 0 -111.5 -20.5t-80.5 -57t-48 -86t-16 -104.5q0 -82 21.5 -156.5t43.5 -154.5h338v-74h-322q8 -35 12.5 -70.5 t4.5 -76.5q0 -127 -39 -211t-109 -152v-8h605v-82h-760v55q115 66 166 172.5t51 225.5q0 39 -5 75.5t-14 71.5h-204z" />
|
|
114
|
+
<glyph unicode="¤" d="M61 291l136 137q-37 49 -57.5 110.5t-20.5 133.5q0 74 20.5 137t57.5 113l-136 139l56 57l135 -141q47 43 109.5 66.5t127.5 23.5q66 0 128.5 -23.5t109.5 -66.5l137 141l54 -57l-136 -139q37 -49 57.5 -113t20.5 -137q0 -72 -20.5 -133.5t-55.5 -110.5l134 -137l-54 -58 l-137 140q-47 -45 -109.5 -68.5t-128.5 -23.5q-135 0 -237 92l-135 -140zM209 672q0 -70 22.5 -128.5t60.5 -99.5t89 -64.5t108 -23.5t108.5 23.5t89.5 64.5t60.5 99.5t22.5 128.5t-22.5 129t-60.5 101t-89 65.5t-109 23.5q-57 0 -108 -23.5t-89 -65.5t-60.5 -101 t-22.5 -129z" />
|
|
115
|
+
<glyph unicode="¥" d="M61 1309h99l192 -396l66 -136t69 -144h9q39 76 70.5 144.5t66.5 135.5l192 396h95l-357 -688h316v-68h-344v-145h344v-70h-344v-338h-93v338h-340v70h340v145h-340v68h312z" />
|
|
116
|
+
<glyph unicode="¦" horiz-adv-x="462" d="M195 451h73v-963h-73v963zM195 571v965h73v-965h-73z" />
|
|
117
|
+
<glyph unicode="§" d="M102 721q0 98 52.5 162.5t130.5 105.5q-31 31 -49.5 72t-18.5 94q0 43 16.5 86t51 77t86 55.5t123.5 21.5q86 0 157.5 -31t128.5 -78l-49 -63q-49 41 -103.5 67.5t-131.5 26.5q-51 0 -88 -13.5t-59.5 -35t-34 -50t-11.5 -57.5q0 -68 43 -109.5t106.5 -75.5t138.5 -63.5 t138.5 -71.5t106.5 -103.5t43 -155.5q0 -102 -50.5 -161t-128.5 -102q33 -33 51.5 -74.5t18.5 -97.5q0 -55 -23.5 -102t-63.5 -81t-93 -52t-113 -18q-106 0 -188 35.5t-142 93.5l62 57q53 -49 113.5 -80t154.5 -31t149.5 51.5t55.5 122.5q0 70 -43 114t-107.5 77 t-139.5 62.5t-139.5 70.5t-107.5 100.5t-43 153.5zM188 727q0 -80 46.5 -130t115 -86t146 -66.5t143.5 -73.5q74 35 114 78t40 126q0 82 -46.5 134.5t-115 89.5t-146 68.5t-141.5 72.5q-70 -41 -113 -88t-43 -125z" />
|
|
118
|
+
<glyph unicode="¨" horiz-adv-x="1095" d="M311 1300q0 31 20.5 52.5t53.5 21.5t54.5 -21.5t21.5 -52.5q0 -33 -21.5 -54t-54.5 -21t-53.5 21.5t-20.5 53.5zM633 1300q0 31 21.5 52.5t54.5 21.5t53.5 -21.5t20.5 -52.5q0 -33 -20.5 -54t-53.5 -21t-54.5 21.5t-21.5 53.5z" />
|
|
119
|
+
<glyph unicode="©" horiz-adv-x="1517" d="M104 659q0 154 52.5 279t142.5 213t209 136t252 48q131 0 249.5 -48t209 -136t142.5 -213t52 -279q0 -156 -52 -281.5t-142.5 -214.5t-209 -138.5t-249.5 -49.5q-133 0 -252 49.5t-209 138.5t-142.5 214.5t-52.5 281.5zM176 659q0 -139 47 -253.5t127 -195.5t185.5 -126 t224.5 -45q117 0 222 45t185 126t127 195.5t47 253.5q0 137 -47 251t-127 195t-185 125t-222 44q-119 0 -224.5 -44t-185.5 -125t-127 -195t-47 -251zM412 659q0 88 30.5 160t80.5 121t117 75.5t140 26.5q82 0 139.5 -31.5t106.5 -80.5l-47 -53q-47 45 -93 67.5t-108 22.5 q-123 0 -200.5 -84t-77.5 -224q0 -154 74.5 -241.5t199.5 -87.5q74 0 131.5 29.5t104.5 72.5l41 -57q-55 -49 -119 -85t-162 -36q-74 0 -138.5 27.5t-113.5 80t-77.5 127t-28.5 170.5z" />
|
|
120
|
+
<glyph unicode="ª" horiz-adv-x="690" d="M86 721q0 109 100.5 165t321.5 77q0 39 -7 73.5t-23.5 60t-43 40t-69.5 14.5q-61 0 -123 -25.5t-97 -50.5l-30 55q41 29 109.5 59t148.5 30q119 0 165 -71t46 -187v-410h-62l-12 80h-8q-43 -37 -97 -66.5t-120 -29.5q-88 0 -143.5 49t-55.5 137zM166 727q0 -66 37 -96.5 t100 -30.5q96 0 205 100v209q-190 -20 -266 -66t-76 -116z" />
|
|
121
|
+
<glyph unicode="«" horiz-adv-x="819" d="M88 477v78l281 330l51 -43l-252 -326l252 -330l-51 -39zM377 477v78l281 330l51 -43l-252 -326l252 -330l-51 -39z" />
|
|
122
|
+
<glyph unicode="¬" d="M70 637v78h841v-490h-84v412h-757z" />
|
|
123
|
+
<glyph unicode="­" horiz-adv-x="612" d="M82 471v80h450v-80h-450z" />
|
|
124
|
+
<glyph unicode="®" horiz-adv-x="821" d="M37 1059q0 90 29.5 163.5t81 126t119 81t143.5 28.5t144.5 -28.5t118.5 -81t79.5 -126t29.5 -163.5t-29.5 -163t-79.5 -124t-118.5 -79.5t-144.5 -28.5t-143.5 28.5t-119 79.5t-81 124t-29.5 163zM100 1059q0 -74 25 -135.5t65.5 -105.5t97 -69.5t122.5 -25.5 q63 0 120.5 25.5t98.5 69.5t65.5 105.5t24.5 135.5t-24.5 136t-65.5 108.5t-98.5 72t-120.5 25.5q-66 0 -122.5 -25.5t-97 -72t-65.5 -108.5t-25 -136zM270 856v422h142q31 0 58.5 -6t50 -21.5t35.5 -40t13 -63.5t-23.5 -72t-58.5 -43l101 -176h-76l-80 156h-96v-156h-66z M336 1067h59q47 0 76 17.5t29 58.5q0 35 -21.5 56.5t-77.5 21.5h-65v-154z" />
|
|
125
|
+
<glyph unicode="¯" horiz-adv-x="1095" d="M316 1241v74h462v-74h-462z" />
|
|
126
|
+
<glyph unicode="°" horiz-adv-x="636" d="M86 1157q0 57 19.5 102.5t52 77t74.5 48t87 16.5t87.5 -16.5t75 -48t52 -77t19.5 -102.5t-19.5 -102t-52 -76t-75 -47.5t-87.5 -16.5t-87 16.5t-74.5 47.5t-52 76t-19.5 102zM156 1157q0 -76 45.5 -126t117.5 -50t118 50t46 126q0 78 -46 129t-118 51t-117.5 -51 t-45.5 -129z" />
|
|
127
|
+
<glyph unicode="±" d="M70 0v76h841v-76h-841zM70 635v76h379v415h83v-415h379v-76h-379v-412h-83v412h-379z" />
|
|
128
|
+
<glyph unicode="²" horiz-adv-x="741" d="M96 1575q37 61 103.5 105t142.5 44q111 0 179.5 -62.5t68.5 -189.5q0 -63 -25.5 -120.5t-70.5 -117t-110 -124t-140 -139.5h393v-70h-522v51q102 94 177 168t123 133.5t71.5 109.5t23.5 101q0 88 -48 139.5t-128 51.5q-55 0 -103.5 -37t-83.5 -90z" />
|
|
129
|
+
<glyph unicode="³" horiz-adv-x="741" d="M82 1030l59 45q37 -59 95.5 -95t128.5 -36q76 0 131 44t55 126q0 78 -76 121t-207 43v57q121 0 185.5 51.5t64.5 120.5q0 66 -46 108t-124 42q-47 0 -95 -30t-87 -77l-51 45q43 55 103.5 92t137.5 37q100 0 171 -55t71 -156q0 -76 -44 -126t-110 -76q37 -6 70 -22.5 t59.5 -41t42 -58.5t15.5 -77q0 -55 -20.5 -99t-57.5 -74t-86 -46.5t-105 -16.5q-94 0 -166.5 46.5t-113.5 107.5z" />
|
|
130
|
+
<glyph unicode="´" horiz-adv-x="1095" d="M432 1171l189 279h106l-217 -279h-78z" />
|
|
131
|
+
<glyph unicode="µ" horiz-adv-x="1099" d="M188 -410v1393h91v-618q0 -158 53 -233t172 -75q88 0 158.5 48.5t158.5 152.5v725h90v-983h-77l-9 164h-6q-70 -86 -146.5 -136.5t-174.5 -50.5q-76 0 -129.5 23t-94.5 90l5 -184v-316h-91z" />
|
|
132
|
+
<glyph unicode="¶" horiz-adv-x="1054" d="M86 924q0 115 35 195.5t98.5 132t151.5 75t192 23.5h90v-850h-57q-113 0 -207 23.5t-161.5 73.5t-104.5 131t-37 196zM764 -164v1514h94v-1514h-94z" />
|
|
133
|
+
<glyph unicode="·" horiz-adv-x="448" d="M137 660q0 45 26.5 69.5t61.5 24.5t60.5 -24.5t25.5 -69.5q0 -43 -25.5 -68t-60.5 -25t-61.5 25t-26.5 68z" />
|
|
134
|
+
<glyph unicode="¸" horiz-adv-x="1095" d="M413 -365q86 12 138.5 37t52.5 68q0 47 -39 69.5t-98 38.5l82 156h71l-59 -115q49 -16 86 -47.5t37 -93.5q0 -41 -21.5 -70.5t-57.5 -50t-82 -34t-95 -19.5z" />
|
|
135
|
+
<glyph unicode="¹" horiz-adv-x="741" d="M193 1565v55q59 12 101 31.5t77 48.5h67v-799h-78v664h-167z" />
|
|
136
|
+
<glyph unicode="º" horiz-adv-x="737" d="M68 877q0 82 23.5 145t63.5 107.5t95 67t117 22.5q61 0 116.5 -22.5t95 -67t63.5 -108t24 -144.5q0 -80 -24 -143.5t-63.5 -107.5t-95 -67.5t-116.5 -23.5t-116.5 23.5t-95.5 67.5t-63.5 107.5t-23.5 143.5zM147 877q0 -123 61 -199t159 -76t158.5 76t60.5 199 t-60.5 198.5t-158.5 75.5t-159 -76t-61 -198z" />
|
|
137
|
+
<glyph unicode="»" horiz-adv-x="819" d="M111 186l249 330l-249 326l49 43l282 -330v-78l-282 -330zM400 186l249 330l-249 326l49 43l282 -330v-78l-282 -330z" />
|
|
138
|
+
<glyph unicode="¼" horiz-adv-x="1564" d="M152 1215v55q59 12 101 31.5t77 48.5h67v-799h-78v664h-167zM362 -25l754 1399h78l-752 -1399h-80zM917 233v43l363 523h73v-500h119v-66h-119v-233h-73v233h-363zM1016 299h264v178l8 213h-8l-115 -170z" />
|
|
139
|
+
<glyph unicode="½" horiz-adv-x="1609" d="M152 1215v55q59 12 101 31.5t77 48.5h67v-799h-78v664h-167zM315 -25l754 1399h78l-752 -1399h-80zM964 674q37 61 103.5 105t142.5 44q111 0 179.5 -62.5t68.5 -189.5q0 -63 -25.5 -120.5t-70.5 -117t-110 -124t-140 -139.5h393v-70h-522v51q102 94 177 168t123 133.5 t71.5 109.5t23.5 101q0 88 -48 139.5t-128 51.5q-55 0 -103.5 -37t-83.5 -90z" />
|
|
140
|
+
<glyph unicode="¾" horiz-adv-x="1603" d="M82 680l59 45q37 -59 95.5 -95t128.5 -36q76 0 131 44t55 126q0 78 -76 121t-207 43v57q121 0 185.5 51.5t64.5 120.5q0 66 -46 108t-124 42q-47 0 -95 -30t-87 -77l-51 45q43 55 103.5 92t137.5 37q100 0 171 -55t71 -156q0 -76 -44 -126t-110 -76q37 -6 70 -22.5 t59.5 -41t42 -58.5t15.5 -77q0 -55 -20.5 -99t-57.5 -74t-86 -46.5t-105 -16.5q-94 0 -166.5 46.5t-113.5 107.5zM459 -25l754 1399h78l-752 -1399h-80zM956 233v43l363 523h73v-500h119v-66h-119v-233h-73v233h-363zM1055 299h264v178l8 213h-8l-115 -170z" />
|
|
141
|
+
<glyph unicode="¿" horiz-adv-x="823" d="M104 -100q0 70 26 128t62.5 112.5t78.5 105.5t76 107.5t52.5 121t8.5 141.5h84q10 -84 -7.5 -152.5t-50.5 -126.5t-74 -109.5t-77.5 -101.5t-61 -103.5t-24.5 -116.5q0 -47 13 -90t42 -77t73 -53.5t105 -19.5q74 0 142.5 35t119.5 96l58 -51q-59 -66 -140.5 -113 t-185.5 -47q-76 0 -135.5 23.5t-100.5 65.5t-62.5 99.5t-21.5 125.5zM356 918q0 41 26 65.5t60 24.5q35 0 60.5 -24.5t25.5 -65.5q0 -47 -25.5 -72t-60.5 -25t-60.5 24.5t-25.5 72.5z" />
|
|
142
|
+
<glyph unicode="À" horiz-adv-x="1077" d="M16 0l476 1350h94l475 -1350h-98l-158 463h-535l-159 -463h-95zM299 543h479l-86 252q-41 121 -77.5 231.5t-71.5 235.5h-8q-35 -125 -72 -236t-78 -231zM308 1669h118l189 -217h-82z" />
|
|
143
|
+
<glyph unicode="Á" horiz-adv-x="1077" d="M16 0l476 1350h94l475 -1350h-98l-158 463h-535l-159 -463h-95zM299 543h479l-86 252q-41 121 -77.5 231.5t-71.5 235.5h-8q-35 -125 -72 -236t-78 -231zM463 1452l189 217h118l-225 -217h-82z" />
|
|
144
|
+
<glyph unicode="Â" horiz-adv-x="1077" d="M16 0l476 1350h94l475 -1350h-98l-158 463h-535l-159 -463h-95zM299 543h479l-86 252q-41 121 -77.5 231.5t-71.5 235.5h-8q-35 -125 -72 -236t-78 -231zM299 1452l197 217h86l197 -217h-82l-154 147h-8l-154 -147h-82z" />
|
|
145
|
+
<glyph unicode="Ã" horiz-adv-x="1077" d="M16 0l476 1350h94l475 -1350h-98l-158 463h-535l-159 -463h-95zM273 1466q2 35 12 69t28.5 60.5t44 43t60.5 16.5q41 0 72 -18.5t58.5 -40t55 -39t58.5 -17.5q33 0 55.5 31t28.5 84h59q-2 -35 -12 -68t-28.5 -60.5t-44 -44t-60.5 -16.5q-41 0 -73 18.5t-59.5 40t-54 40 t-57.5 18.5q-33 0 -55.5 -31.5t-28.5 -85.5h-59zM299 543h479l-86 252q-41 121 -77.5 231.5t-71.5 235.5h-8q-35 -125 -72 -236t-78 -231z" />
|
|
146
|
+
<glyph unicode="Ä" horiz-adv-x="1077" d="M16 0l476 1350h94l475 -1350h-98l-158 463h-535l-159 -463h-95zM299 543h479l-86 252q-41 121 -77.5 231.5t-71.5 235.5h-8q-35 -125 -72 -236t-78 -231zM303 1559q0 35 20.5 55t53.5 20t54.5 -20.5t21.5 -54.5q0 -35 -21.5 -54.5t-54.5 -19.5t-53.5 19.5t-20.5 54.5z M625 1559q0 35 21.5 55t54.5 20t53.5 -20.5t20.5 -54.5q0 -35 -20.5 -54.5t-53.5 -19.5t-54.5 19.5t-21.5 54.5z" />
|
|
147
|
+
<glyph unicode="Å" horiz-adv-x="1077" d="M16 0l476 1350h94l475 -1350h-98l-158 463h-535l-159 -463h-95zM299 543h479l-86 252q-41 121 -77.5 231.5t-71.5 235.5h-8q-35 -125 -72 -236t-78 -231zM371 1602q0 76 48 121.5t120 45.5q70 0 119 -46t49 -121q0 -78 -49 -123t-119 -45q-72 0 -120 45t-48 123z M433 1602q0 -57 30.5 -86t75.5 -29q41 0 72.5 28.5t31.5 86.5q0 53 -31.5 83.5t-72.5 30.5q-45 0 -75.5 -30.5t-30.5 -83.5z" />
|
|
148
|
+
<glyph unicode="Æ" horiz-adv-x="1656" d="M43 0l748 1350h749v-82h-604v-510h502v-82h-502v-594h625v-82h-719v444h-455l-244 -444h-100zM430 522h412v746h-8q-63 -115 -126 -232.5t-128 -240.5z" />
|
|
149
|
+
<glyph unicode="Ç" horiz-adv-x="1155" d="M113 678q0 160 42 289t117.5 220t182 139t235.5 48q117 0 207 -49t143 -113l-57 -61q-53 61 -127 99t-166 38q-111 0 -200 -43t-151.5 -122t-95 -191.5t-32.5 -253.5t32.5 -255t94 -193.5t148.5 -124t196 -44.5q104 0 185 41t155 125l57 -59q-78 -90 -174 -141.5 t-227 -51.5q-125 0 -229.5 49.5t-179 140.5t-115.5 221t-41 292zM542 -365q86 12 138.5 37t52.5 68q0 47 -39 69.5t-98 38.5l82 156h71l-59 -115q49 -16 86 -47.5t37 -93.5q0 -41 -21.5 -70.5t-57.5 -50t-82 -34t-95 -19.5z" />
|
|
150
|
+
<glyph unicode="È" horiz-adv-x="1054" d="M199 0v1350h739v-82h-645v-510h541v-82h-541v-594h665v-82h-759zM347 1669h118l189 -217h-82z" />
|
|
151
|
+
<glyph unicode="É" horiz-adv-x="1054" d="M199 0v1350h739v-82h-645v-510h541v-82h-541v-594h665v-82h-759zM502 1452l189 217h118l-225 -217h-82z" />
|
|
152
|
+
<glyph unicode="Ê" horiz-adv-x="1054" d="M199 0v1350h739v-82h-645v-510h541v-82h-541v-594h665v-82h-759zM338 1452l197 217h86l197 -217h-82l-154 147h-8l-154 -147h-82z" />
|
|
153
|
+
<glyph unicode="Ë" horiz-adv-x="1054" d="M199 0v1350h739v-82h-645v-510h541v-82h-541v-594h665v-82h-759zM342 1559q0 35 20.5 55t53.5 20t54.5 -20.5t21.5 -54.5q0 -35 -21.5 -54.5t-54.5 -19.5t-53.5 19.5t-20.5 54.5zM664 1559q0 35 21.5 55t54.5 20t53.5 -20.5t20.5 -54.5q0 -35 -20.5 -54.5t-53.5 -19.5 t-54.5 19.5t-21.5 54.5z" />
|
|
154
|
+
<glyph unicode="Ì" horiz-adv-x="491" d="M15 1669h118l189 -217h-82zM199 0v1350h94v-1350h-94z" />
|
|
155
|
+
<glyph unicode="Í" horiz-adv-x="491" d="M170 1452l189 217h118l-225 -217h-82zM199 0v1350h94v-1350h-94z" />
|
|
156
|
+
<glyph unicode="Î" horiz-adv-x="491" d="M6 1452l197 217h86l197 -217h-82l-154 147h-8l-154 -147h-82zM199 0v1350h94v-1350h-94z" />
|
|
157
|
+
<glyph unicode="Ï" horiz-adv-x="491" d="M10 1559q0 35 20.5 55t53.5 20t54.5 -20.5t21.5 -54.5q0 -35 -21.5 -54.5t-54.5 -19.5t-53.5 19.5t-20.5 54.5zM199 0v1350h94v-1350h-94zM332 1559q0 35 21.5 55t54.5 20t53.5 -20.5t20.5 -54.5q0 -35 -20.5 -54.5t-53.5 -19.5t-54.5 19.5t-21.5 54.5z" />
|
|
158
|
+
<glyph unicode="Ð" horiz-adv-x="1280" d="M76 680v63l166 5v602h311q156 0 271.5 -47.5t192.5 -135.5t113.5 -210.5t36.5 -276.5t-36.5 -280t-112.5 -215t-191.5 -137t-271.5 -48h-313v680h-166zM336 80h209q137 0 235.5 44t163 124t95 189.5t30.5 242.5q0 131 -30.5 239.5t-95 186.5t-163 121t-235.5 43h-209 v-522h334v-68h-334v-600z" />
|
|
159
|
+
<glyph unicode="Ñ" horiz-adv-x="1302" d="M199 0v1350h98l569 -953l152 -268h8q-4 98 -8 196.5t-4 196.5v828h90v-1350h-98l-570 952l-151 269h-9q4 -98 8.5 -191.5t4.5 -191.5v-838h-90zM396 1466q2 35 12 69t28.5 60.5t44 43t60.5 16.5q41 0 72 -18.5t58.5 -40t55 -39t58.5 -17.5q33 0 55.5 31t28.5 84h59 q-2 -35 -12 -68t-28.5 -60.5t-44 -44t-60.5 -16.5q-41 0 -73 18.5t-59.5 40t-54 40t-57.5 18.5q-33 0 -55.5 -31.5t-28.5 -85.5h-59z" />
|
|
160
|
+
<glyph unicode="Ò" horiz-adv-x="1335" d="M113 680q0 160 41 288t114.5 219t176 139t223.5 48q123 0 225 -48t176 -139t115 -219t41 -288t-41 -290t-115 -222t-176 -142.5t-225 -50.5q-121 0 -223.5 50.5t-176 142.5t-114.5 222t-41 290zM211 680q0 -141 32.5 -255t92 -194.5t145 -125t187.5 -44.5t186 44.5 t144.5 125t93 194.5t32.5 255q0 139 -32.5 251.5t-93 191.5t-144.5 122t-186 43t-187.5 -43t-145 -122t-92 -191.5t-32.5 -251.5zM437 1669h118l189 -217h-82z" />
|
|
161
|
+
<glyph unicode="Ó" horiz-adv-x="1335" d="M113 680q0 160 41 288t114.5 219t176 139t223.5 48q123 0 225 -48t176 -139t115 -219t41 -288t-41 -290t-115 -222t-176 -142.5t-225 -50.5q-121 0 -223.5 50.5t-176 142.5t-114.5 222t-41 290zM211 680q0 -141 32.5 -255t92 -194.5t145 -125t187.5 -44.5t186 44.5 t144.5 125t93 194.5t32.5 255q0 139 -32.5 251.5t-93 191.5t-144.5 122t-186 43t-187.5 -43t-145 -122t-92 -191.5t-32.5 -251.5zM592 1452l189 217h118l-225 -217h-82z" />
|
|
162
|
+
<glyph unicode="Ô" horiz-adv-x="1335" d="M113 680q0 160 41 288t114.5 219t176 139t223.5 48q123 0 225 -48t176 -139t115 -219t41 -288t-41 -290t-115 -222t-176 -142.5t-225 -50.5q-121 0 -223.5 50.5t-176 142.5t-114.5 222t-41 290zM211 680q0 -141 32.5 -255t92 -194.5t145 -125t187.5 -44.5t186 44.5 t144.5 125t93 194.5t32.5 255q0 139 -32.5 251.5t-93 191.5t-144.5 122t-186 43t-187.5 -43t-145 -122t-92 -191.5t-32.5 -251.5zM428 1452l197 217h86l197 -217h-82l-154 147h-8l-154 -147h-82z" />
|
|
163
|
+
<glyph unicode="Õ" horiz-adv-x="1335" d="M113 680q0 160 41 288t114.5 219t176 139t223.5 48q123 0 225 -48t176 -139t115 -219t41 -288t-41 -290t-115 -222t-176 -142.5t-225 -50.5q-121 0 -223.5 50.5t-176 142.5t-114.5 222t-41 290zM211 680q0 -141 32.5 -255t92 -194.5t145 -125t187.5 -44.5t186 44.5 t144.5 125t93 194.5t32.5 255q0 139 -32.5 251.5t-93 191.5t-144.5 122t-186 43t-187.5 -43t-145 -122t-92 -191.5t-32.5 -251.5zM402 1466q2 35 12 69t28.5 60.5t44 43t60.5 16.5q41 0 72 -18.5t58.5 -40t55 -39t58.5 -17.5q33 0 55.5 31t28.5 84h59q-2 -35 -12 -68 t-28.5 -60.5t-44 -44t-60.5 -16.5q-41 0 -73 18.5t-59.5 40t-54 40t-57.5 18.5q-33 0 -55.5 -31.5t-28.5 -85.5h-59z" />
|
|
164
|
+
<glyph unicode="Ö" horiz-adv-x="1335" d="M113 680q0 160 41 288t114.5 219t176 139t223.5 48q123 0 225 -48t176 -139t115 -219t41 -288t-41 -290t-115 -222t-176 -142.5t-225 -50.5q-121 0 -223.5 50.5t-176 142.5t-114.5 222t-41 290zM211 680q0 -141 32.5 -255t92 -194.5t145 -125t187.5 -44.5t186 44.5 t144.5 125t93 194.5t32.5 255q0 139 -32.5 251.5t-93 191.5t-144.5 122t-186 43t-187.5 -43t-145 -122t-92 -191.5t-32.5 -251.5zM432 1559q0 35 20.5 55t53.5 20t54.5 -20.5t21.5 -54.5q0 -35 -21.5 -54.5t-54.5 -19.5t-53.5 19.5t-20.5 54.5zM754 1559q0 35 21.5 55 t54.5 20t53.5 -20.5t20.5 -54.5q0 -35 -20.5 -54.5t-53.5 -19.5t-54.5 19.5t-21.5 54.5z" />
|
|
165
|
+
<glyph unicode="×" d="M104 334l332 342l-332 342l56 57l329 -346l332 346l53 -57l-329 -342l329 -342l-53 -58l-332 345l-329 -345z" />
|
|
166
|
+
<glyph unicode="Ø" horiz-adv-x="1335" d="M115 -2l143 192q-66 92 -102.5 215t-36.5 275q0 160 41 288t114.5 219t176 139t225.5 48q106 0 196.5 -37t161.5 -106l125 166l60 -45l-134 -178q70 -90 108 -215t38 -279q0 -160 -41 -290t-115 -222t-176 -142.5t-223 -50.5q-111 0 -205 40t-166 116l-133 -178zM219 680 q0 -125 25.5 -228.5t72.5 -181.5l662 887q-59 63 -135 97t-168 34q-102 0 -187.5 -43t-144.5 -122t-92 -191.5t-33 -251.5zM362 207q59 -70 138.5 -108t175.5 -38q102 0 186 44.5t144.5 125t93.5 194.5t33 255q0 129 -28 233.5t-79 182.5z" />
|
|
167
|
+
<glyph unicode="Ù" horiz-adv-x="1298" d="M195 518v832h94v-822q0 -135 29.5 -224t78.5 -143.5t113.5 -77t136.5 -22.5q74 0 140.5 22.5t116.5 77t81 143.5t31 224v822h88v-832q0 -158 -39 -262t-102.5 -166.5t-145.5 -88.5t-170 -26q-86 0 -168 26t-145.5 88.5t-101 166.5t-37.5 262zM418 1669h118l189 -217h-82z " />
|
|
168
|
+
<glyph unicode="Ú" horiz-adv-x="1298" d="M195 518v832h94v-822q0 -135 29.5 -224t78.5 -143.5t113.5 -77t136.5 -22.5q74 0 140.5 22.5t116.5 77t81 143.5t31 224v822h88v-832q0 -158 -39 -262t-102.5 -166.5t-145.5 -88.5t-170 -26q-86 0 -168 26t-145.5 88.5t-101 166.5t-37.5 262zM573 1452l189 217h118 l-225 -217h-82z" />
|
|
169
|
+
<glyph unicode="Û" horiz-adv-x="1298" d="M195 518v832h94v-822q0 -135 29.5 -224t78.5 -143.5t113.5 -77t136.5 -22.5q74 0 140.5 22.5t116.5 77t81 143.5t31 224v822h88v-832q0 -158 -39 -262t-102.5 -166.5t-145.5 -88.5t-170 -26q-86 0 -168 26t-145.5 88.5t-101 166.5t-37.5 262zM409 1452l197 217h86 l197 -217h-82l-154 147h-8l-154 -147h-82z" />
|
|
170
|
+
<glyph unicode="Ü" horiz-adv-x="1298" d="M195 518v832h94v-822q0 -135 29.5 -224t78.5 -143.5t113.5 -77t136.5 -22.5q74 0 140.5 22.5t116.5 77t81 143.5t31 224v822h88v-832q0 -158 -39 -262t-102.5 -166.5t-145.5 -88.5t-170 -26q-86 0 -168 26t-145.5 88.5t-101 166.5t-37.5 262zM413 1559q0 35 20.5 55 t53.5 20t54.5 -20.5t21.5 -54.5q0 -35 -21.5 -54.5t-54.5 -19.5t-53.5 19.5t-20.5 54.5zM735 1559q0 35 21.5 55t54.5 20t53.5 -20.5t20.5 -54.5q0 -35 -20.5 -54.5t-53.5 -19.5t-54.5 19.5t-21.5 54.5z" />
|
|
171
|
+
<glyph unicode="Ý" horiz-adv-x="915" d="M6 1350h100l205 -422q35 -74 69 -145.5t75 -145.5h8q39 74 75.5 145.5t69.5 145.5l205 422h96l-405 -803v-547h-94v547zM381 1452l189 217h118l-225 -217h-82z" />
|
|
172
|
+
<glyph unicode="Þ" horiz-adv-x="1153" d="M199 0v1350h94v-240h274q113 0 202 -20.5t151.5 -64.5t95.5 -115.5t33 -176.5q0 -199 -127 -296t-355 -97h-274v-340h-94zM293 420h252q207 0 307 73.5t100 239.5q0 168 -101 232.5t-306 64.5h-252v-610z" />
|
|
173
|
+
<glyph unicode="ß" horiz-adv-x="1110" d="M188 0v1090q0 190 95.5 296.5t255.5 106.5q68 0 120 -21.5t88.5 -58.5t56 -87t19.5 -107q0 -80 -31.5 -136.5t-69.5 -104.5t-69.5 -96t-31.5 -110q0 -59 31.5 -96t79.5 -64.5t103.5 -54.5t103.5 -63.5t80 -92t32 -141.5q0 -61 -22.5 -112.5t-62.5 -90.5t-94.5 -60.5 t-119.5 -21.5q-80 0 -150 29t-129 76l45 67q59 -47 113.5 -70.5t120.5 -23.5q51 0 90 17.5t64.5 45t38.5 64.5t13 76q0 72 -31.5 117t-78.5 76.5t-103.5 57t-103.5 58.5t-79 79t-32 120t32 127t69 101t68.5 98.5t31.5 119.5q0 90 -48 147.5t-146 57.5q-117 0 -187.5 -86 t-70.5 -270v-1059h-91z" />
|
|
174
|
+
<glyph unicode="à" horiz-adv-x="1021" d="M133 246q0 162 153.5 248t481.5 122q2 55 -7 111.5t-35 100.5t-72 72t-117 28q-100 0 -182.5 -39t-131.5 -76l-41 68q27 18 65 40.5t84 41t101 32t115 13.5q88 0 147.5 -30t96 -81t52 -119.5t15.5 -148.5v-629h-76l-10 127h-4q-76 -59 -163 -105.5t-185 -46.5 q-59 0 -110.5 16.5t-91.5 49.5t-62.5 84t-22.5 121zM227 250q0 -106 61.5 -151.5t145.5 -45.5q86 0 164 41t170 119v334q-152 -18 -255 -45t-166.5 -64t-91.5 -84t-28 -104zM357 1450h106l189 -279h-78z" />
|
|
175
|
+
<glyph unicode="á" horiz-adv-x="1021" d="M133 246q0 162 153.5 248t481.5 122q2 55 -7 111.5t-35 100.5t-72 72t-117 28q-100 0 -182.5 -39t-131.5 -76l-41 68q27 18 65 40.5t84 41t101 32t115 13.5q88 0 147.5 -30t96 -81t52 -119.5t15.5 -148.5v-629h-76l-10 127h-4q-76 -59 -163 -105.5t-185 -46.5 q-59 0 -110.5 16.5t-91.5 49.5t-62.5 84t-22.5 121zM227 250q0 -106 61.5 -151.5t145.5 -45.5q86 0 164 41t170 119v334q-152 -18 -255 -45t-166.5 -64t-91.5 -84t-28 -104zM422 1171l189 279h106l-217 -279h-78z" />
|
|
176
|
+
<glyph unicode="â" horiz-adv-x="1021" d="M133 246q0 162 153.5 248t481.5 122q2 55 -7 111.5t-35 100.5t-72 72t-117 28q-100 0 -182.5 -39t-131.5 -76l-41 68q27 18 65 40.5t84 41t101 32t115 13.5q88 0 147.5 -30t96 -81t52 -119.5t15.5 -148.5v-629h-76l-10 127h-4q-76 -59 -163 -105.5t-185 -46.5 q-59 0 -110.5 16.5t-91.5 49.5t-62.5 84t-22.5 121zM227 250q0 -106 61.5 -151.5t145.5 -45.5q86 0 164 41t170 119v334q-152 -18 -255 -45t-166.5 -64t-91.5 -84t-28 -104zM304 1171l194 279h78l194 -279h-75l-154 203h-8l-154 -203h-75z" />
|
|
177
|
+
<glyph unicode="ã" horiz-adv-x="1021" d="M133 246q0 162 153.5 248t481.5 122q2 55 -7 111.5t-35 100.5t-72 72t-117 28q-100 0 -182.5 -39t-131.5 -76l-41 68q27 18 65 40.5t84 41t101 32t115 13.5q88 0 147.5 -30t96 -81t52 -119.5t15.5 -148.5v-629h-76l-10 127h-4q-76 -59 -163 -105.5t-185 -46.5 q-59 0 -110.5 16.5t-91.5 49.5t-62.5 84t-22.5 121zM227 250q0 -106 61.5 -151.5t145.5 -45.5q86 0 164 41t170 119v334q-152 -18 -255 -45t-166.5 -64t-91.5 -84t-28 -104zM283 1190q2 33 10 65.5t25.5 58t43 42t62.5 16.5t68 -17.5t57.5 -39t51 -38.5t51.5 -17 q33 0 51 29.5t27 82.5h61q-2 -33 -10 -65.5t-25.5 -58t-43 -42t-62.5 -16.5t-68 17.5t-56.5 39t-51 39t-52.5 17.5q-61 0 -78 -113h-61z" />
|
|
178
|
+
<glyph unicode="ä" horiz-adv-x="1021" d="M133 246q0 162 153.5 248t481.5 122q2 55 -7 111.5t-35 100.5t-72 72t-117 28q-100 0 -182.5 -39t-131.5 -76l-41 68q27 18 65 40.5t84 41t101 32t115 13.5q88 0 147.5 -30t96 -81t52 -119.5t15.5 -148.5v-629h-76l-10 127h-4q-76 -59 -163 -105.5t-185 -46.5 q-59 0 -110.5 16.5t-91.5 49.5t-62.5 84t-22.5 121zM227 250q0 -106 61.5 -151.5t145.5 -45.5q86 0 164 41t170 119v334q-152 -18 -255 -45t-166.5 -64t-91.5 -84t-28 -104zM301 1300q0 31 20.5 52.5t53.5 21.5t54.5 -21.5t21.5 -52.5q0 -33 -21.5 -54t-54.5 -21t-53.5 21.5 t-20.5 53.5zM623 1300q0 31 21.5 52.5t54.5 21.5t53.5 -21.5t20.5 -52.5q0 -33 -20.5 -54t-53.5 -21t-54.5 21.5t-21.5 53.5z" />
|
|
179
|
+
<glyph unicode="å" horiz-adv-x="1021" d="M133 246q0 162 153.5 248t481.5 122q2 55 -7 111.5t-35 100.5t-72 72t-117 28q-100 0 -182.5 -39t-131.5 -76l-41 68q27 18 65 40.5t84 41t101 32t115 13.5q88 0 147.5 -30t96 -81t52 -119.5t15.5 -148.5v-629h-76l-10 127h-4q-76 -59 -163 -105.5t-185 -46.5 q-59 0 -110.5 16.5t-91.5 49.5t-62.5 84t-22.5 121zM227 250q0 -106 61.5 -151.5t145.5 -45.5q86 0 164 41t170 119v334q-152 -18 -255 -45t-166.5 -64t-91.5 -84t-28 -104zM369 1280q0 80 48 129t120 49t120 -49t48 -129q0 -78 -48 -127t-120 -49t-120 49t-48 127z M431 1280q0 -55 30.5 -89t75.5 -34t75.5 34t30.5 89q0 57 -30.5 91t-75.5 34t-75.5 -34t-30.5 -91z" />
|
|
180
|
+
<glyph unicode="æ" horiz-adv-x="1605" d="M133 244q0 164 153.5 250t471.5 122q0 55 -8.5 111.5t-34 100.5t-71.5 72t-118 28q-92 0 -173 -39t-130 -76l-41 68q27 18 64 40.5t83 41t98 32t108 13.5q121 0 191.5 -67t94.5 -179q53 113 142.5 179.5t199.5 66.5q174 0 269.5 -119t95.5 -336v-36.5t-4 -37.5h-680 q0 -92 26.5 -170t73.5 -134t111.5 -88t138.5 -32q80 0 140.5 23.5t115.5 64.5l39 -71q-29 -18 -59.5 -35t-67.5 -31t-80 -22.5t-96 -8.5q-66 0 -119 17.5t-96 46.5t-77 64.5t-60 74.5q-98 -94 -210 -148.5t-204 -54.5q-59 0 -110.5 16.5t-91.5 49.5t-62.5 83t-22.5 120z M227 250q0 -106 61.5 -151.5t145.5 -45.5q39 0 86 12.5t95.5 37t95.5 60.5t90 81q-23 45 -33 111.5t-10 136.5l-2 55q-143 -18 -243.5 -45t-164 -64t-92.5 -84t-29 -104zM844 549h600q0 190 -75 285.5t-208 95.5q-61 0 -115.5 -28t-96.5 -78t-69.5 -120.5t-35.5 -154.5z" />
|
|
181
|
+
<glyph unicode="ç" horiz-adv-x="919" d="M106 489q0 123 37 220.5t98.5 163t142.5 100.5t171 35q102 0 171 -37t118 -84l-53 -64q-47 45 -104.5 75t-129.5 30q-76 0 -140.5 -32t-112.5 -90t-75.5 -138t-27.5 -179q0 -96 25.5 -176t71.5 -137t112.5 -89t146.5 -32q78 0 144.5 33t117.5 80l47 -62q-63 -57 -141 -94 t-172 -37q-96 0 -177 35t-141.5 100.5t-94.5 160.5t-34 218zM391 -365q86 12 138.5 37t52.5 68q0 47 -39 69.5t-98 38.5l82 156h71l-59 -115q49 -16 86 -47.5t37 -93.5q0 -41 -21.5 -70.5t-57.5 -50t-82 -34t-95 -19.5z" />
|
|
182
|
+
<glyph unicode="è" horiz-adv-x="989" d="M106 489q0 121 36 217.5t96.5 163t137.5 102.5t159 36q176 0 276 -119t100 -336v-36.5t-4 -37.5h-708q2 -92 28.5 -171t74.5 -135t115.5 -88t151.5 -32q80 0 144.5 23.5t120.5 64.5l36 -69q-59 -35 -129.5 -66t-179.5 -31q-94 0 -177 35t-144.5 101.5t-97.5 161.5 t-36 216zM199 549h626q0 190 -77.5 285.5t-210.5 95.5q-63 0 -121 -26.5t-104 -76t-75.5 -120t-37.5 -158.5zM355 1450h106l189 -279h-78z" />
|
|
183
|
+
<glyph unicode="é" horiz-adv-x="989" d="M106 489q0 121 36 217.5t96.5 163t137.5 102.5t159 36q176 0 276 -119t100 -336v-36.5t-4 -37.5h-708q2 -92 28.5 -171t74.5 -135t115.5 -88t151.5 -32q80 0 144.5 23.5t120.5 64.5l36 -69q-59 -35 -129.5 -66t-179.5 -31q-94 0 -177 35t-144.5 101.5t-97.5 161.5 t-36 216zM199 549h626q0 190 -77.5 285.5t-210.5 95.5q-63 0 -121 -26.5t-104 -76t-75.5 -120t-37.5 -158.5zM420 1171l189 279h106l-217 -279h-78z" />
|
|
184
|
+
<glyph unicode="ê" horiz-adv-x="989" d="M106 489q0 121 36 217.5t96.5 163t137.5 102.5t159 36q176 0 276 -119t100 -336v-36.5t-4 -37.5h-708q2 -92 28.5 -171t74.5 -135t115.5 -88t151.5 -32q80 0 144.5 23.5t120.5 64.5l36 -69q-59 -35 -129.5 -66t-179.5 -31q-94 0 -177 35t-144.5 101.5t-97.5 161.5 t-36 216zM199 549h626q0 190 -77.5 285.5t-210.5 95.5q-63 0 -121 -26.5t-104 -76t-75.5 -120t-37.5 -158.5zM302 1171l194 279h78l194 -279h-75l-154 203h-8l-154 -203h-75z" />
|
|
185
|
+
<glyph unicode="ë" horiz-adv-x="989" d="M106 489q0 121 36 217.5t96.5 163t137.5 102.5t159 36q176 0 276 -119t100 -336v-36.5t-4 -37.5h-708q2 -92 28.5 -171t74.5 -135t115.5 -88t151.5 -32q80 0 144.5 23.5t120.5 64.5l36 -69q-59 -35 -129.5 -66t-179.5 -31q-94 0 -177 35t-144.5 101.5t-97.5 161.5 t-36 216zM199 549h626q0 190 -77.5 285.5t-210.5 95.5q-63 0 -121 -26.5t-104 -76t-75.5 -120t-37.5 -158.5zM299 1300q0 31 20.5 52.5t53.5 21.5t54.5 -21.5t21.5 -52.5q0 -33 -21.5 -54t-54.5 -21t-53.5 21.5t-20.5 53.5zM621 1300q0 31 21.5 52.5t54.5 21.5t53.5 -21.5 t20.5 -52.5q0 -33 -20.5 -54t-53.5 -21t-54.5 21.5t-21.5 53.5z" />
|
|
186
|
+
<glyph unicode="ì" horiz-adv-x="468" d="M53 1450h106l189 -279h-78zM188 0v983h91v-983h-91z" />
|
|
187
|
+
<glyph unicode="í" horiz-adv-x="468" d="M118 1171l189 279h106l-217 -279h-78zM188 0v983h91v-983h-91z" />
|
|
188
|
+
<glyph unicode="î" horiz-adv-x="468" d="M0 1171l194 279h78l194 -279h-75l-154 203h-8l-154 -203h-75zM188 0v983h91v-983h-91z" />
|
|
189
|
+
<glyph unicode="ï" horiz-adv-x="468" d="M-3 1300q0 31 20.5 52.5t53.5 21.5t54.5 -21.5t21.5 -52.5q0 -33 -21.5 -54t-54.5 -21t-53.5 21.5t-20.5 53.5zM188 0v983h91v-983h-91zM319 1300q0 31 21.5 52.5t54.5 21.5t53.5 -21.5t20.5 -52.5q0 -33 -20.5 -54t-53.5 -21t-54.5 21.5t-21.5 53.5z" />
|
|
190
|
+
<glyph unicode="ð" horiz-adv-x="1095" d="M123 449q0 100 30.5 185t87 144.5t134.5 93t172 33.5q88 0 166 -39t137 -116q-29 152 -90.5 260t-147.5 194l-290 -151l-31 57l270 139q-57 49 -120.5 91t-131.5 81l45 62q76 -41 146.5 -88t136.5 -107l291 152l30 -56l-272 -141q61 -61 111.5 -136t87.5 -164 t57.5 -195.5t20.5 -231.5q0 -123 -31 -223t-85 -171t-131 -109t-169 -38q-82 0 -159 33t-135 93.5t-94 148.5t-36 199zM213 449q0 -86 26.5 -159t71.5 -125t106.5 -81t129.5 -29q84 0 144.5 36t100 97.5t59 145.5t19.5 180q0 66 -6 127q-39 57 -79 94t-78.5 57.5t-77.5 27.5 t-78 7q-84 0 -146.5 -30.5t-105.5 -82.5t-64.5 -121t-21.5 -144z" />
|
|
191
|
+
<glyph unicode="ñ" horiz-adv-x="1089" d="M188 0v983h78l8 -152h7q76 76 155.5 126.5t181.5 50.5q154 0 225.5 -92.5t71.5 -284.5v-631h-90v618q0 158 -52 233t-173 75q-88 0 -159.5 -46t-161.5 -139v-741h-91zM326 1190q2 33 10 65.5t25.5 58t43 42t62.5 16.5t68 -17.5t57.5 -39t51 -38.5t51.5 -17q33 0 51 29.5 t27 82.5h61q-2 -33 -10 -65.5t-25.5 -58t-43 -42t-62.5 -16.5t-68 17.5t-56.5 39t-51 39t-52.5 17.5q-61 0 -78 -113h-61z" />
|
|
192
|
+
<glyph unicode="ò" horiz-adv-x="1095" d="M106 489q0 123 36 220.5t96.5 163t140.5 100.5t168 35t169 -35t141.5 -100.5t96 -163t35.5 -220.5t-35.5 -218t-96 -160.5t-141.5 -100.5t-169 -35t-168 35t-140.5 100.5t-96.5 160.5t-36 218zM201 489q0 -96 26.5 -176t72.5 -137t109.5 -89t137.5 -32t138.5 32t110.5 89 t72.5 137t26.5 176q0 98 -26.5 178.5t-72.5 138.5t-110.5 90t-138.5 32t-137.5 -32t-109.5 -90t-72.5 -138.5t-26.5 -178.5zM367 1450h106l189 -279h-78z" />
|
|
193
|
+
<glyph unicode="ó" horiz-adv-x="1095" d="M106 489q0 123 36 220.5t96.5 163t140.5 100.5t168 35t169 -35t141.5 -100.5t96 -163t35.5 -220.5t-35.5 -218t-96 -160.5t-141.5 -100.5t-169 -35t-168 35t-140.5 100.5t-96.5 160.5t-36 218zM201 489q0 -96 26.5 -176t72.5 -137t109.5 -89t137.5 -32t138.5 32t110.5 89 t72.5 137t26.5 176q0 98 -26.5 178.5t-72.5 138.5t-110.5 90t-138.5 32t-137.5 -32t-109.5 -90t-72.5 -138.5t-26.5 -178.5zM432 1171l189 279h106l-217 -279h-78z" />
|
|
194
|
+
<glyph unicode="ô" horiz-adv-x="1095" d="M106 489q0 123 36 220.5t96.5 163t140.5 100.5t168 35t169 -35t141.5 -100.5t96 -163t35.5 -220.5t-35.5 -218t-96 -160.5t-141.5 -100.5t-169 -35t-168 35t-140.5 100.5t-96.5 160.5t-36 218zM201 489q0 -96 26.5 -176t72.5 -137t109.5 -89t137.5 -32t138.5 32t110.5 89 t72.5 137t26.5 176q0 98 -26.5 178.5t-72.5 138.5t-110.5 90t-138.5 32t-137.5 -32t-109.5 -90t-72.5 -138.5t-26.5 -178.5zM314 1171l194 279h78l194 -279h-75l-154 203h-8l-154 -203h-75z" />
|
|
195
|
+
<glyph unicode="õ" horiz-adv-x="1095" d="M106 489q0 123 36 220.5t96.5 163t140.5 100.5t168 35t169 -35t141.5 -100.5t96 -163t35.5 -220.5t-35.5 -218t-96 -160.5t-141.5 -100.5t-169 -35t-168 35t-140.5 100.5t-96.5 160.5t-36 218zM201 489q0 -96 26.5 -176t72.5 -137t109.5 -89t137.5 -32t138.5 32t110.5 89 t72.5 137t26.5 176q0 98 -26.5 178.5t-72.5 138.5t-110.5 90t-138.5 32t-137.5 -32t-109.5 -90t-72.5 -138.5t-26.5 -178.5zM293 1190q2 33 10 65.5t25.5 58t43 42t62.5 16.5t68 -17.5t57.5 -39t51 -38.5t51.5 -17q33 0 51 29.5t27 82.5h61q-2 -33 -10 -65.5t-25.5 -58 t-43 -42t-62.5 -16.5t-68 17.5t-56.5 39t-51 39t-52.5 17.5q-61 0 -78 -113h-61z" />
|
|
196
|
+
<glyph unicode="ö" horiz-adv-x="1095" d="M106 489q0 123 36 220.5t96.5 163t140.5 100.5t168 35t169 -35t141.5 -100.5t96 -163t35.5 -220.5t-35.5 -218t-96 -160.5t-141.5 -100.5t-169 -35t-168 35t-140.5 100.5t-96.5 160.5t-36 218zM201 489q0 -96 26.5 -176t72.5 -137t109.5 -89t137.5 -32t138.5 32t110.5 89 t72.5 137t26.5 176q0 98 -26.5 178.5t-72.5 138.5t-110.5 90t-138.5 32t-137.5 -32t-109.5 -90t-72.5 -138.5t-26.5 -178.5zM311 1300q0 31 20.5 52.5t53.5 21.5t54.5 -21.5t21.5 -52.5q0 -33 -21.5 -54t-54.5 -21t-53.5 21.5t-20.5 53.5zM633 1300q0 31 21.5 52.5 t54.5 21.5t53.5 -21.5t20.5 -52.5q0 -33 -20.5 -54t-53.5 -21t-54.5 21.5t-21.5 53.5z" />
|
|
197
|
+
<glyph unicode="÷" d="M70 637v78h841v-78h-841zM412 307q0 35 22.5 57.5t54.5 22.5q35 0 56.5 -22.5t21.5 -57.5q0 -39 -21.5 -61.5t-56.5 -22.5q-33 0 -55 22.5t-22 61.5zM412 1044q0 35 22.5 57.5t54.5 22.5q35 0 56.5 -22.5t21.5 -57.5q0 -39 -21.5 -61t-56.5 -22q-33 0 -55 22.5t-22 60.5z " />
|
|
198
|
+
<glyph unicode="ø" horiz-adv-x="1095" d="M94 -2l119 143q-49 66 -78 152t-29 196q0 123 36 220.5t96.5 163t140.5 100.5t168 35q82 0 156.5 -29t134.5 -86l110 133l53 -43l-118 -141q49 -66 77.5 -154t28.5 -199q0 -123 -35.5 -218t-96 -160.5t-141.5 -100.5t-169 -35q-168 0 -289 115l-111 -135zM199 492 q0 -166 73 -281l510 614q-94 104 -235 105q-74 0 -138.5 -32t-110.5 -90t-72.5 -139t-26.5 -177zM313 156q96 -102 234 -103q74 0 138.5 32t111.5 89t73.5 137t26.5 176q0 168 -74 283z" />
|
|
199
|
+
<glyph unicode="ù" horiz-adv-x="1083" d="M174 352v631h90v-618q0 -158 52.5 -233t170.5 -75q88 0 160 48.5t158 152.5v725h90v-983h-76l-10 164h-4q-72 -86 -152 -137.5t-182 -51.5q-154 0 -225.5 92.5t-71.5 284.5zM361 1450h106l189 -279h-78z" />
|
|
200
|
+
<glyph unicode="ú" horiz-adv-x="1083" d="M174 352v631h90v-618q0 -158 52.5 -233t170.5 -75q88 0 160 48.5t158 152.5v725h90v-983h-76l-10 164h-4q-72 -86 -152 -137.5t-182 -51.5q-154 0 -225.5 92.5t-71.5 284.5zM426 1171l189 279h106l-217 -279h-78z" />
|
|
201
|
+
<glyph unicode="û" horiz-adv-x="1083" d="M174 352v631h90v-618q0 -158 52.5 -233t170.5 -75q88 0 160 48.5t158 152.5v725h90v-983h-76l-10 164h-4q-72 -86 -152 -137.5t-182 -51.5q-154 0 -225.5 92.5t-71.5 284.5zM308 1171l194 279h78l194 -279h-75l-154 203h-8l-154 -203h-75z" />
|
|
202
|
+
<glyph unicode="ü" horiz-adv-x="1083" d="M174 352v631h90v-618q0 -158 52.5 -233t170.5 -75q88 0 160 48.5t158 152.5v725h90v-983h-76l-10 164h-4q-72 -86 -152 -137.5t-182 -51.5q-154 0 -225.5 92.5t-71.5 284.5zM305 1300q0 31 20.5 52.5t53.5 21.5t54.5 -21.5t21.5 -52.5q0 -33 -21.5 -54t-54.5 -21 t-53.5 21.5t-20.5 53.5zM627 1300q0 31 21.5 52.5t54.5 21.5t53.5 -21.5t20.5 -52.5q0 -33 -20.5 -54t-53.5 -21t-54.5 21.5t-21.5 53.5z" />
|
|
203
|
+
<glyph unicode="ý" horiz-adv-x="892" d="M25 983h98l237 -618q23 -61 50.5 -135t56.5 -140h8q23 66 46.5 139.5t43.5 135.5l211 618h92l-389 -1106q-20 -61 -50 -119.5t-70 -104.5t-92 -74t-117 -28q-55 0 -101 21l21 80q16 -6 36.5 -11.5t43.5 -5.5q92 0 153.5 74t97.5 187l27 86zM354 1171l189 279h106 l-217 -279h-78z" />
|
|
204
|
+
<glyph unicode="þ" horiz-adv-x="1114" d="M188 -444v1917h91v-424v-187q74 57 157.5 101.5t175.5 44.5q98 0 173 -36t124 -101.5t74 -157.5t25 -207q0 -125 -35 -223.5t-95.5 -167t-139.5 -104.5t-165 -36q-72 0 -144.5 31t-149.5 88v-180v-358h-91zM279 182q86 -70 159.5 -98.5t130.5 -28.5q74 0 137.5 33 t108.5 92.5t70.5 142.5t25.5 183q0 90 -17 168t-54 134t-96.5 88t-143.5 32q-74 0 -152.5 -42t-168.5 -120v-584z" />
|
|
205
|
+
<glyph unicode="ÿ" horiz-adv-x="892" d="M25 983h98l237 -618q23 -61 50.5 -135t56.5 -140h8q23 66 46.5 139.5t43.5 135.5l211 618h92l-389 -1106q-20 -61 -50 -119.5t-70 -104.5t-92 -74t-117 -28q-55 0 -101 21l21 80q16 -6 36.5 -11.5t43.5 -5.5q92 0 153.5 74t97.5 187l27 86zM233 1300q0 31 20.5 52.5 t53.5 21.5t54.5 -21.5t21.5 -52.5q0 -33 -21.5 -54t-54.5 -21t-53.5 21.5t-20.5 53.5zM555 1300q0 31 21.5 52.5t54.5 21.5t53.5 -21.5t20.5 -52.5q0 -33 -20.5 -54t-53.5 -21t-54.5 21.5t-21.5 53.5z" />
|
|
206
|
+
<glyph unicode="Œ" horiz-adv-x="1705" d="M113 680q0 154 40 276.5t120.5 210.5t200.5 135.5t280 47.5h835v-82h-604v-510h502v-82h-502v-594h625v-82h-858q-160 0 -280 48t-199.5 137t-119.5 215t-40 280zM211 680q0 -133 32.5 -242.5t101.5 -189.5t172.5 -124t244.5 -44h129v1190h-129q-141 0 -244.5 -43 t-172.5 -120t-101.5 -186.5t-32.5 -240.5z" />
|
|
207
|
+
<glyph unicode="œ" horiz-adv-x="1736" d="M106 489q0 123 35 220.5t95.5 163t138.5 100.5t164 35q119 0 223 -73t158 -218q53 135 150 213t216 78q174 0 274.5 -119t100.5 -336q0 -37 -6 -74h-690q0 -92 27.5 -170t74.5 -134t112.5 -88t139.5 -32q80 0 143.5 23.5t118.5 64.5l39 -71q-59 -35 -130 -66t-181 -31 q-129 0 -231.5 78t-155.5 211q-57 -143 -155.5 -216t-227.5 -73q-86 0 -164 35t-138.5 100.5t-95.5 160.5t-35 218zM201 489q0 -96 25.5 -176t70.5 -137t107.5 -89t134.5 -32q74 0 136 32t106 89t70 137t26 176q0 98 -26 178.5t-70 138.5t-106.5 90t-135.5 32 q-72 0 -134.5 -32t-107.5 -90t-70.5 -138.5t-25.5 -178.5zM965 549h610q0 190 -79 285.5t-210 95.5q-61 0 -116.5 -28t-98.5 -78t-70.5 -120.5t-35.5 -154.5z" />
|
|
208
|
+
<glyph unicode="Ÿ" horiz-adv-x="915" d="M6 1350h100l205 -422q35 -74 69 -145.5t75 -145.5h8q39 74 75.5 145.5t69.5 145.5l205 422h96l-405 -803v-547h-94v547zM221 1559q0 35 20.5 55t53.5 20t54.5 -20.5t21.5 -54.5q0 -35 -21.5 -54.5t-54.5 -19.5t-53.5 19.5t-20.5 54.5zM543 1559q0 35 21.5 55t54.5 20 t53.5 -20.5t20.5 -54.5q0 -35 -20.5 -54.5t-53.5 -19.5t-54.5 19.5t-21.5 54.5z" />
|
|
209
|
+
<glyph unicode="ˆ" horiz-adv-x="1095" d="M314 1171l194 279h78l194 -279h-75l-154 203h-8l-154 -203h-75z" />
|
|
210
|
+
<glyph unicode="˜" horiz-adv-x="1095" d="M293 1190q2 33 10 65.5t25.5 58t43 42t62.5 16.5t68 -17.5t57.5 -39t51 -38.5t51.5 -17q33 0 51 29.5t27 82.5h61q-2 -33 -10 -65.5t-25.5 -58t-43 -42t-62.5 -16.5t-68 17.5t-56.5 39t-51 39t-52.5 17.5q-61 0 -78 -113h-61z" />
|
|
211
|
+
<glyph unicode=" " horiz-adv-x="884" />
|
|
212
|
+
<glyph unicode=" " horiz-adv-x="1769" />
|
|
213
|
+
<glyph unicode=" " horiz-adv-x="884" />
|
|
214
|
+
<glyph unicode=" " horiz-adv-x="1769" />
|
|
215
|
+
<glyph unicode=" " horiz-adv-x="589" />
|
|
216
|
+
<glyph unicode=" " horiz-adv-x="442" />
|
|
217
|
+
<glyph unicode=" " horiz-adv-x="294" />
|
|
218
|
+
<glyph unicode=" " horiz-adv-x="294" />
|
|
219
|
+
<glyph unicode=" " horiz-adv-x="221" />
|
|
220
|
+
<glyph unicode=" " horiz-adv-x="353" />
|
|
221
|
+
<glyph unicode=" " horiz-adv-x="98" />
|
|
222
|
+
<glyph unicode="‐" horiz-adv-x="612" d="M82 471v80h450v-80h-450z" />
|
|
223
|
+
<glyph unicode="‑" horiz-adv-x="612" d="M82 471v80h450v-80h-450z" />
|
|
224
|
+
<glyph unicode="‒" horiz-adv-x="612" d="M82 471v80h450v-80h-450z" />
|
|
225
|
+
<glyph unicode="–" horiz-adv-x="983" d="M82 475v74h819v-74h-819z" />
|
|
226
|
+
<glyph unicode="—" horiz-adv-x="1638" d="M82 475v74h1474v-74h-1474z" />
|
|
227
|
+
<glyph unicode="‘" horiz-adv-x="448" d="M119 1120q0 111 46 188.5t128 131.5l37 -47q-68 -55 -102.5 -110.5t-34.5 -143.5q4 2 16 2q31 0 56.5 -18.5t25.5 -57.5t-23.5 -60.5t-58.5 -21.5q-41 0 -65.5 36t-24.5 101z" />
|
|
228
|
+
<glyph unicode="’" horiz-adv-x="448" d="M119 1024q68 55 102.5 110.5t34.5 143.5q-4 -2 -16 -2q-29 0 -54.5 18.5t-25.5 57.5t22.5 60.5t57.5 21.5q41 0 66.5 -36t25.5 -102q0 -111 -46 -188.5t-130 -130.5z" />
|
|
229
|
+
<glyph unicode="‚" horiz-adv-x="448" d="M119 -219q68 55 102.5 110.5t34.5 143.5q-4 -2 -16 -2q-29 0 -54.5 18.5t-25.5 57.5t22.5 60.5t57.5 21.5q41 0 66.5 -36t25.5 -102q0 -111 -46 -188.5t-130 -130.5z" />
|
|
230
|
+
<glyph unicode="“" horiz-adv-x="737" d="M119 1120q0 111 46 188.5t128 131.5l37 -47q-68 -55 -102.5 -110.5t-34.5 -143.5q4 2 16 2q31 0 56.5 -18.5t25.5 -57.5t-23.5 -60.5t-58.5 -21.5q-41 0 -65.5 36t-24.5 101zM408 1120q0 111 46 188.5t128 131.5l37 -47q-68 -55 -102.5 -110.5t-34.5 -143.5q4 2 16 2 q31 0 56.5 -18.5t25.5 -57.5t-23.5 -60.5t-58.5 -21.5q-41 0 -65.5 36t-24.5 101z" />
|
|
231
|
+
<glyph unicode="”" horiz-adv-x="737" d="M119 1024q68 55 102.5 110.5t34.5 143.5q-4 -2 -16 -2q-29 0 -54.5 18.5t-25.5 57.5t22.5 60.5t57.5 21.5q41 0 66.5 -36t25.5 -102q0 -111 -46 -188.5t-130 -130.5zM408 1024q68 55 102.5 110.5t34.5 143.5q-4 -2 -16 -2q-29 0 -54.5 18.5t-25.5 57.5t22.5 60.5 t57.5 21.5q41 0 66.5 -36t25.5 -102q0 -111 -46 -188.5t-130 -130.5z" />
|
|
232
|
+
<glyph unicode="„" horiz-adv-x="737" d="M119 -219q68 55 102.5 110.5t34.5 143.5q-4 -2 -16 -2q-29 0 -54.5 18.5t-25.5 57.5t22.5 60.5t57.5 21.5q41 0 66.5 -36t25.5 -102q0 -111 -46 -188.5t-130 -130.5zM408 -219q68 55 102.5 110.5t34.5 143.5q-4 -2 -16 -2q-29 0 -54.5 18.5t-25.5 57.5t22.5 60.5 t57.5 21.5q41 0 66.5 -36t25.5 -102q0 -111 -46 -188.5t-130 -130.5z" />
|
|
233
|
+
<glyph unicode="•" horiz-adv-x="575" d="M82 541q0 51 17.5 93t46 70.5t65.5 45t76 16.5t76.5 -16.5t66.5 -45t46.5 -70.5t17.5 -93q0 -53 -17.5 -94t-46.5 -71t-66.5 -45.5t-76.5 -15.5t-76 15.5t-65.5 45.5t-46 70.5t-17.5 94.5z" />
|
|
234
|
+
<glyph unicode="…" horiz-adv-x="1904" d="M213 68q0 45 26.5 69.5t61.5 24.5t60.5 -24.5t25.5 -69.5q0 -43 -25.5 -68t-60.5 -25t-61.5 25t-26.5 68zM903 68q0 45 26.5 69.5t61.5 24.5t60.5 -24.5t25.5 -69.5q0 -43 -25.5 -68t-60.5 -25t-61.5 25t-26.5 68zM1593 68q0 45 26.5 69.5t61.5 24.5t60.5 -24.5 t25.5 -69.5q0 -43 -25.5 -68t-60.5 -25t-61.5 25t-26.5 68z" />
|
|
235
|
+
<glyph unicode=" " horiz-adv-x="353" />
|
|
236
|
+
<glyph unicode="‹" horiz-adv-x="530" d="M88 477v78l281 330l51 -43l-252 -326l252 -330l-51 -39z" />
|
|
237
|
+
<glyph unicode="›" horiz-adv-x="530" d="M111 186l249 330l-249 326l49 43l282 -330v-78l-282 -330z" />
|
|
238
|
+
<glyph unicode=" " horiz-adv-x="442" />
|
|
239
|
+
<glyph unicode="€" d="M49 504v59l127 8q-2 23 -2 43.5v42.5v37t2 35h-127v59l133 9q14 125 53 224t100.5 169t144.5 106.5t182 36.5q92 0 167.5 -47t120.5 -112l-59 -56q-45 61 -101.5 99t-127.5 38q-164 0 -262.5 -121.5t-120.5 -336.5h569v-68h-576q-2 -16 -2 -33.5v-36.5v-44t2 -44h494v-67 h-487q27 -209 118.5 -330t239.5 -121q86 0 150.5 41t123.5 125l60 -51q-66 -90 -146 -141.5t-194 -51.5q-90 0 -166 37t-133.5 105.5t-96 166t-53.5 220.5h-133z" />
|
|
240
|
+
<glyph unicode="™" horiz-adv-x="1249" d="M4 1313v71h518v-71h-221v-557h-78v557h-219zM629 756v628h106l107 -256l63 -176h8l64 176l102 256h107v-628h-78v329l10 201h-8l-168 -432h-70l-167 432h-9l11 -201v-329h-78z" />
|
|
241
|
+
<glyph unicode="◼" horiz-adv-x="983" d="M0 0v983h983v-983h-983z" />
|
|
242
|
+
<glyph unicode="fi" horiz-adv-x="1044" d="M68 905v70l135 8v219q0 147 63.5 221t179.5 74q72 0 144 -33l-25 -73q-31 16 -60.5 22t-58.5 6q-78 0 -115.5 -58t-37.5 -165v-213h227v-78h-227v-905h-90v905h-135zM729 1300q0 39 23.5 60.5t58.5 21.5t58 -21.5t23 -60.5q0 -35 -23 -57t-58 -22t-58.5 22.5t-23.5 56.5z M763 0v983h91v-983h-91z" />
|
|
243
|
+
<glyph unicode="fl" horiz-adv-x="1024" d="M68 905v70l135 8v219q0 147 63.5 221t179.5 74q72 0 144 -33l-25 -73q-31 16 -60.5 22t-58.5 6q-78 0 -115.5 -58t-37.5 -165v-213h227v-78h-227v-905h-90v905h-135zM727 131v1342h91v-1354q0 -33 12 -48.5t31 -15.5h13t23 4l17 -73q-14 -4 -28.5 -7.5t-37.5 -3.5 q-121 0 -121 156z" />
|
|
244
|
+
<hkern u1="F" u2="™" k="-111" />
|
|
245
|
+
<hkern u1="F" u2="ï" k="-80" />
|
|
246
|
+
<hkern u1="F" u2="î" k="-43" />
|
|
247
|
+
<hkern u1="F" u2="·" k="23" />
|
|
248
|
+
<hkern u1="F" u2="®" k="-59" />
|
|
249
|
+
<hkern u1="F" u2="x" k="41" />
|
|
250
|
+
<hkern u1="F" u2="v" k="23" />
|
|
251
|
+
<hkern u1="F" u2="X" k="43" />
|
|
252
|
+
<hkern u1="F" u2="V" k="-20" />
|
|
253
|
+
<hkern u1="F" u2="/" k="166" />
|
|
254
|
+
<hkern u1="P" u2="·" k="23" />
|
|
255
|
+
<hkern u1="P" u2="®" k="-80" />
|
|
256
|
+
<hkern u1="P" u2="x" k="23" />
|
|
257
|
+
<hkern u1="P" u2="X" k="43" />
|
|
258
|
+
<hkern u1="P" u2="/" k="184" />
|
|
259
|
+
<hkern u1="V" u2="™" k="-104" />
|
|
260
|
+
<hkern u1="V" u2="ï" k="-88" />
|
|
261
|
+
<hkern u1="V" u2="î" k="-82" />
|
|
262
|
+
<hkern u1="V" u2="ì" k="-12" />
|
|
263
|
+
<hkern u1="V" u2="·" k="33" />
|
|
264
|
+
<hkern u1="V" u2="®" k="-111" />
|
|
265
|
+
<hkern u1="V" u2="x" k="27" />
|
|
266
|
+
<hkern u1="V" u2="v" k="16" />
|
|
267
|
+
<hkern u1="V" u2="/" k="119" />
|
|
268
|
+
<hkern u1="X" u2="™" k="-45" />
|
|
269
|
+
<hkern u1="X" u2="·" k="82" />
|
|
270
|
+
<hkern u1="X" u2="®" k="-41" />
|
|
271
|
+
<hkern u1="X" u2="x" k="20" />
|
|
272
|
+
<hkern u1="X" u2="v" k="20" />
|
|
273
|
+
<hkern u1="X" u2="*" k="20" />
|
|
274
|
+
<hkern u1="\" u2="v" k="41" />
|
|
275
|
+
<hkern u1="\" u2="V" k="119" />
|
|
276
|
+
<hkern u1="v" u2="™" k="-37" />
|
|
277
|
+
<hkern u1="v" u2="®" k="-115" />
|
|
278
|
+
<hkern u1="v" u2="/" k="41" />
|
|
279
|
+
<hkern u1="v" u2="*" k="23" />
|
|
280
|
+
<hkern u1="x" u2="™" k="-37" />
|
|
281
|
+
<hkern u1="x" u2="·" k="41" />
|
|
282
|
+
<hkern u1="x" u2="®" k="-111" />
|
|
283
|
+
<hkern u1="x" u2="X" k="20" />
|
|
284
|
+
<hkern u1="x" u2="*" k="45" />
|
|
285
|
+
<hkern u1="¡" u2="V" k="41" />
|
|
286
|
+
<hkern u1="£" u2="5" k="18" />
|
|
287
|
+
<hkern u1="£" u2="3" k="18" />
|
|
288
|
+
<hkern u1="·" u2="x" k="41" />
|
|
289
|
+
<hkern u1="·" u2="X" k="41" />
|
|
290
|
+
<hkern u1="·" u2="V" k="41" />
|
|
291
|
+
<hkern u1="¿" u2="X" k="53" />
|
|
292
|
+
<hkern u1="¿" u2="V" k="84" />
|
|
293
|
+
<hkern u1="Þ" u2="™" k="43" />
|
|
294
|
+
<hkern u1="Þ" u2="\" k="82" />
|
|
295
|
+
<hkern u1="Þ" u2="/" k="152" />
|
|
296
|
+
<hkern u1="Þ" u2="*" k="154" />
|
|
297
|
+
<hkern u1="ß" u2="®" k="49" />
|
|
298
|
+
<hkern u1="ß" u2="x" k="-18" />
|
|
299
|
+
<hkern u1="ß" u2="v" k="20" />
|
|
300
|
+
<hkern u1="ß" u2="\" k="41" />
|
|
301
|
+
<hkern g1="backslash" g2="Eth" k="74" />
|
|
302
|
+
<hkern g1="backslash" g2="T" k="197" />
|
|
303
|
+
<hkern g1="backslash" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="76" />
|
|
304
|
+
<hkern g1="backslash" g2="W" k="74" />
|
|
305
|
+
<hkern g1="backslash" g2="Y,Yacute,Ydieresis" k="160" />
|
|
306
|
+
<hkern g1="backslash" g2="g" k="-78" />
|
|
307
|
+
<hkern g1="backslash" g2="j" k="-160" />
|
|
308
|
+
<hkern g1="backslash" g2="w" k="18" />
|
|
309
|
+
<hkern g1="backslash" g2="y,yacute,ydieresis" k="-37" />
|
|
310
|
+
<hkern g1="exclam" g2="quoteright,quotedblright" k="41" />
|
|
311
|
+
<hkern g1="exclamdown" g2="W" k="20" />
|
|
312
|
+
<hkern g1="exclamdown" g2="Y,Yacute,Ydieresis" k="61" />
|
|
313
|
+
<hkern g1="exclamdown" g2="j" k="-78" />
|
|
314
|
+
<hkern g1="periodcentered" g2="T" k="125" />
|
|
315
|
+
<hkern g1="periodcentered" g2="Y,Yacute,Ydieresis" k="84" />
|
|
316
|
+
<hkern g1="periodcentered" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="43" />
|
|
317
|
+
<hkern g1="periodcentered" g2="S" k="43" />
|
|
318
|
+
<hkern g1="periodcentered" g2="Z" k="84" />
|
|
319
|
+
<hkern g1="questiondown" g2="T" k="168" />
|
|
320
|
+
<hkern g1="questiondown" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="63" />
|
|
321
|
+
<hkern g1="questiondown" g2="W" k="63" />
|
|
322
|
+
<hkern g1="questiondown" g2="Y,Yacute,Ydieresis" k="139" />
|
|
323
|
+
<hkern g1="questiondown" g2="j" k="-137" />
|
|
324
|
+
<hkern g1="questiondown" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="94" />
|
|
325
|
+
<hkern g1="questiondown" g2="S" k="41" />
|
|
326
|
+
<hkern g1="questiondown" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="43" />
|
|
327
|
+
<hkern g1="questiondown" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="49" />
|
|
328
|
+
<hkern g1="questiondown" g2="f,uniFB01,uniFB02" k="94" />
|
|
329
|
+
<hkern g1="questiondown" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="27" />
|
|
330
|
+
<hkern g1="slash" g2="g" k="20" />
|
|
331
|
+
<hkern g1="slash" g2="j" k="-74" />
|
|
332
|
+
<hkern g1="slash" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="82" />
|
|
333
|
+
<hkern g1="slash" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="43" />
|
|
334
|
+
<hkern g1="slash" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="84" />
|
|
335
|
+
<hkern g1="slash" g2="J" k="164" />
|
|
336
|
+
<hkern g1="slash" g2="i,igrave,iacute,icircumflex,idieresis" k="-74" />
|
|
337
|
+
<hkern g1="slash" g2="t" k="-35" />
|
|
338
|
+
<hkern g1="slash" g2="u,ugrave,uacute,ucircumflex,udieresis" k="41" />
|
|
339
|
+
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="T" k="82" />
|
|
340
|
+
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="35" />
|
|
341
|
+
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="Y,Yacute,Ydieresis" k="23" />
|
|
342
|
+
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="y,yacute,ydieresis" k="23" />
|
|
343
|
+
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="quoteright,quotedblright" k="82" />
|
|
344
|
+
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="Z" k="23" />
|
|
345
|
+
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20" />
|
|
346
|
+
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="f,uniFB01,uniFB02" k="20" />
|
|
347
|
+
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="t" k="23" />
|
|
348
|
+
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="u,ugrave,uacute,ucircumflex,udieresis" k="18" />
|
|
349
|
+
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="asterisk" k="205" />
|
|
350
|
+
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="backslash" k="82" />
|
|
351
|
+
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="periodcentered" k="43" />
|
|
352
|
+
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="registered" k="145" />
|
|
353
|
+
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="trademark" k="82" />
|
|
354
|
+
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="V" k="23" />
|
|
355
|
+
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="X" k="-20" />
|
|
356
|
+
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="question" k="41" />
|
|
357
|
+
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="quotedbl,quotesingle" k="82" />
|
|
358
|
+
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="quoteleft,quotedblleft" k="92" />
|
|
359
|
+
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="v" k="23" />
|
|
360
|
+
<hkern g1="B" g2="T" k="43" />
|
|
361
|
+
<hkern g1="B" g2="Y,Yacute,Ydieresis" k="23" />
|
|
362
|
+
<hkern g1="B" g2="w" k="20" />
|
|
363
|
+
<hkern g1="B" g2="y,yacute,ydieresis" k="23" />
|
|
364
|
+
<hkern g1="B" g2="S" k="23" />
|
|
365
|
+
<hkern g1="B" g2="J" k="31" />
|
|
366
|
+
<hkern g1="B" g2="t" k="20" />
|
|
367
|
+
<hkern g1="B" g2="asterisk" k="61" />
|
|
368
|
+
<hkern g1="B" g2="periodcentered" k="41" />
|
|
369
|
+
<hkern g1="B" g2="trademark" k="41" />
|
|
370
|
+
<hkern g1="B" g2="v" k="23" />
|
|
371
|
+
<hkern g1="B" g2="x" k="20" />
|
|
372
|
+
<hkern g1="C,Ccedilla" g2="T" k="43" />
|
|
373
|
+
<hkern g1="C,Ccedilla" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="23" />
|
|
374
|
+
<hkern g1="C,Ccedilla" g2="g" k="41" />
|
|
375
|
+
<hkern g1="C,Ccedilla" g2="w" k="20" />
|
|
376
|
+
<hkern g1="C,Ccedilla" g2="y,yacute,ydieresis" k="23" />
|
|
377
|
+
<hkern g1="C,Ccedilla" g2="S" k="43" />
|
|
378
|
+
<hkern g1="C,Ccedilla" g2="Z" k="20" />
|
|
379
|
+
<hkern g1="C,Ccedilla" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="49" />
|
|
380
|
+
<hkern g1="C,Ccedilla" g2="J" k="20" />
|
|
381
|
+
<hkern g1="C,Ccedilla" g2="t" k="23" />
|
|
382
|
+
<hkern g1="C,Ccedilla" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20" />
|
|
383
|
+
<hkern g1="C,Ccedilla" g2="periodcentered" k="82" />
|
|
384
|
+
<hkern g1="C,Ccedilla" g2="registered" k="-41" />
|
|
385
|
+
<hkern g1="C,Ccedilla" g2="trademark" k="-59" />
|
|
386
|
+
<hkern g1="C,Ccedilla" g2="v" k="23" />
|
|
387
|
+
<hkern g1="C,Ccedilla" g2="hyphen,uni00AD,endash,emdash" k="41" />
|
|
388
|
+
<hkern g1="C,Ccedilla" g2="guillemotleft,guilsinglleft" k="23" />
|
|
389
|
+
<hkern g1="G" g2="T" k="41" />
|
|
390
|
+
<hkern g1="G" g2="asterisk" k="63" />
|
|
391
|
+
<hkern g1="G" g2="registered" k="-41" />
|
|
392
|
+
<hkern g1="G" g2="trademark" k="-61" />
|
|
393
|
+
<hkern g1="G" g2="V" k="23" />
|
|
394
|
+
<hkern g1="K" g2="T" k="20" />
|
|
395
|
+
<hkern g1="K" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="23" />
|
|
396
|
+
<hkern g1="K" g2="W" k="20" />
|
|
397
|
+
<hkern g1="K" g2="Y,Yacute,Ydieresis" k="20" />
|
|
398
|
+
<hkern g1="K" g2="j" k="20" />
|
|
399
|
+
<hkern g1="K" g2="w" k="20" />
|
|
400
|
+
<hkern g1="K" g2="y,yacute,ydieresis" k="23" />
|
|
401
|
+
<hkern g1="K" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="20" />
|
|
402
|
+
<hkern g1="K" g2="S" k="20" />
|
|
403
|
+
<hkern g1="K" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="39" />
|
|
404
|
+
<hkern g1="K" g2="t" k="41" />
|
|
405
|
+
<hkern g1="K" g2="u,ugrave,uacute,ucircumflex,udieresis" k="31" />
|
|
406
|
+
<hkern g1="K" g2="asterisk" k="23" />
|
|
407
|
+
<hkern g1="K" g2="periodcentered" k="82" />
|
|
408
|
+
<hkern g1="K" g2="registered" k="-39" />
|
|
409
|
+
<hkern g1="K" g2="trademark" k="-45" />
|
|
410
|
+
<hkern g1="K" g2="V" k="18" />
|
|
411
|
+
<hkern g1="K" g2="quotedbl,quotesingle" k="23" />
|
|
412
|
+
<hkern g1="K" g2="v" k="23" />
|
|
413
|
+
<hkern g1="K" g2="x" k="20" />
|
|
414
|
+
<hkern g1="K" g2="hyphen,uni00AD,endash,emdash" k="35" />
|
|
415
|
+
<hkern g1="K" g2="guillemotleft,guilsinglleft" k="20" />
|
|
416
|
+
<hkern g1="K" g2="z" k="23" />
|
|
417
|
+
<hkern g1="L" g2="T" k="246" />
|
|
418
|
+
<hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="49" />
|
|
419
|
+
<hkern g1="L" g2="W" k="113" />
|
|
420
|
+
<hkern g1="L" g2="Y,Yacute,Ydieresis" k="143" />
|
|
421
|
+
<hkern g1="L" g2="w" k="63" />
|
|
422
|
+
<hkern g1="L" g2="y,yacute,ydieresis" k="53" />
|
|
423
|
+
<hkern g1="L" g2="quoteright,quotedblright" k="125" />
|
|
424
|
+
<hkern g1="L" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-16" />
|
|
425
|
+
<hkern g1="L" g2="S" k="39" />
|
|
426
|
+
<hkern g1="L" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="41" />
|
|
427
|
+
<hkern g1="L" g2="f,uniFB01,uniFB02" k="23" />
|
|
428
|
+
<hkern g1="L" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="23" />
|
|
429
|
+
<hkern g1="L" g2="t" k="33" />
|
|
430
|
+
<hkern g1="L" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20" />
|
|
431
|
+
<hkern g1="L" g2="asterisk" k="287" />
|
|
432
|
+
<hkern g1="L" g2="backslash" k="164" />
|
|
433
|
+
<hkern g1="L" g2="periodcentered" k="164" />
|
|
434
|
+
<hkern g1="L" g2="registered" k="164" />
|
|
435
|
+
<hkern g1="L" g2="trademark" k="166" />
|
|
436
|
+
<hkern g1="L" g2="V" k="154" />
|
|
437
|
+
<hkern g1="L" g2="question" k="41" />
|
|
438
|
+
<hkern g1="L" g2="quotedbl,quotesingle" k="121" />
|
|
439
|
+
<hkern g1="L" g2="quoteleft,quotedblleft" k="125" />
|
|
440
|
+
<hkern g1="L" g2="v" k="53" />
|
|
441
|
+
<hkern g1="L" g2="hyphen,uni00AD,endash,emdash" k="123" />
|
|
442
|
+
<hkern g1="L" g2="guillemotleft,guilsinglleft" k="82" />
|
|
443
|
+
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="T" k="41" />
|
|
444
|
+
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="W" k="18" />
|
|
445
|
+
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="Y,Yacute,Ydieresis" k="41" />
|
|
446
|
+
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="20" />
|
|
447
|
+
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="Z" k="41" />
|
|
448
|
+
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="J" k="63" />
|
|
449
|
+
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="asterisk" k="82" />
|
|
450
|
+
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="registered" k="-18" />
|
|
451
|
+
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="trademark" k="41" />
|
|
452
|
+
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="slash" k="41" />
|
|
453
|
+
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="V" k="20" />
|
|
454
|
+
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="X" k="25" />
|
|
455
|
+
<hkern g1="R" g2="T" k="41" />
|
|
456
|
+
<hkern g1="R" g2="Y,Yacute,Ydieresis" k="23" />
|
|
457
|
+
<hkern g1="R" g2="g" k="20" />
|
|
458
|
+
<hkern g1="R" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="20" />
|
|
459
|
+
<hkern g1="R" g2="S" k="29" />
|
|
460
|
+
<hkern g1="R" g2="Z" k="20" />
|
|
461
|
+
<hkern g1="R" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20" />
|
|
462
|
+
<hkern g1="R" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="20" />
|
|
463
|
+
<hkern g1="R" g2="J" k="43" />
|
|
464
|
+
<hkern g1="R" g2="asterisk" k="20" />
|
|
465
|
+
<hkern g1="R" g2="periodcentered" k="20" />
|
|
466
|
+
<hkern g1="R" g2="registered" k="-41" />
|
|
467
|
+
<hkern g1="R" g2="V" k="23" />
|
|
468
|
+
<hkern g1="R" g2="X" k="20" />
|
|
469
|
+
<hkern g1="R" g2="x" k="23" />
|
|
470
|
+
<hkern g1="R" g2="hyphen,uni00AD,endash,emdash" k="84" />
|
|
471
|
+
<hkern g1="R" g2="guillemotleft,guilsinglleft" k="61" />
|
|
472
|
+
<hkern g1="R" g2="z" k="23" />
|
|
473
|
+
<hkern g1="R" g2="guillemotright,guilsinglright" k="23" />
|
|
474
|
+
<hkern g1="S" g2="T" k="41" />
|
|
475
|
+
<hkern g1="S" g2="S" k="23" />
|
|
476
|
+
<hkern g1="S" g2="J" k="23" />
|
|
477
|
+
<hkern g1="S" g2="asterisk" k="43" />
|
|
478
|
+
<hkern g1="S" g2="periodcentered" k="23" />
|
|
479
|
+
<hkern g1="S" g2="registered" k="-20" />
|
|
480
|
+
<hkern g1="S" g2="z" k="-18" />
|
|
481
|
+
<hkern g1="T" g2="Y,Yacute,Ydieresis" k="23" />
|
|
482
|
+
<hkern g1="T" g2="g" k="160" />
|
|
483
|
+
<hkern g1="T" g2="w" k="82" />
|
|
484
|
+
<hkern g1="T" g2="y,yacute,ydieresis" k="78" />
|
|
485
|
+
<hkern g1="T" g2="comma,period,ellipsis" k="205" />
|
|
486
|
+
<hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="82" />
|
|
487
|
+
<hkern g1="T" g2="S" k="96" />
|
|
488
|
+
<hkern g1="T" g2="Z" k="123" />
|
|
489
|
+
<hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="43" />
|
|
490
|
+
<hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="160" />
|
|
491
|
+
<hkern g1="T" g2="f,uniFB01,uniFB02" k="43" />
|
|
492
|
+
<hkern g1="T" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="123" />
|
|
493
|
+
<hkern g1="T" g2="J" k="264" />
|
|
494
|
+
<hkern g1="T" g2="t" k="43" />
|
|
495
|
+
<hkern g1="T" g2="u,ugrave,uacute,ucircumflex,udieresis" k="100" />
|
|
496
|
+
<hkern g1="T" g2="periodcentered" k="125" />
|
|
497
|
+
<hkern g1="T" g2="registered" k="-41" />
|
|
498
|
+
<hkern g1="T" g2="trademark" k="-82" />
|
|
499
|
+
<hkern g1="T" g2="slash" k="207" />
|
|
500
|
+
<hkern g1="T" g2="X" k="41" />
|
|
501
|
+
<hkern g1="T" g2="v" k="78" />
|
|
502
|
+
<hkern g1="T" g2="x" k="96" />
|
|
503
|
+
<hkern g1="T" g2="hyphen,uni00AD,endash,emdash" k="164" />
|
|
504
|
+
<hkern g1="T" g2="guillemotleft,guilsinglleft" k="86" />
|
|
505
|
+
<hkern g1="T" g2="m,n,p,r,ntilde" k="100" />
|
|
506
|
+
<hkern g1="T" g2="s" k="119" />
|
|
507
|
+
<hkern g1="T" g2="z" k="168" />
|
|
508
|
+
<hkern g1="T" g2="guillemotright,guilsinglright" k="82" />
|
|
509
|
+
<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="Y,Yacute,Ydieresis" k="23" />
|
|
510
|
+
<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="g" k="20" />
|
|
511
|
+
<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="comma,period,ellipsis" k="20" />
|
|
512
|
+
<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="43" />
|
|
513
|
+
<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="S" k="20" />
|
|
514
|
+
<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="J" k="86" />
|
|
515
|
+
<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="slash" k="84" />
|
|
516
|
+
<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="V" k="20" />
|
|
517
|
+
<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="X" k="20" />
|
|
518
|
+
<hkern g1="W" g2="g" k="37" />
|
|
519
|
+
<hkern g1="W" g2="comma,period,ellipsis" k="63" />
|
|
520
|
+
<hkern g1="W" g2="S" k="18" />
|
|
521
|
+
<hkern g1="W" g2="Z" k="18" />
|
|
522
|
+
<hkern g1="W" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="18" />
|
|
523
|
+
<hkern g1="W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="39" />
|
|
524
|
+
<hkern g1="W" g2="J" k="156" />
|
|
525
|
+
<hkern g1="W" g2="registered" k="-96" />
|
|
526
|
+
<hkern g1="W" g2="trademark" k="-63" />
|
|
527
|
+
<hkern g1="W" g2="slash" k="84" />
|
|
528
|
+
<hkern g1="W" g2="guillemotleft,guilsinglleft" k="20" />
|
|
529
|
+
<hkern g1="W" g2="z" k="20" />
|
|
530
|
+
<hkern g1="W" g2="guillemotright,guilsinglright" k="20" />
|
|
531
|
+
<hkern g1="Y,Yacute,Ydieresis" g2="T" k="23" />
|
|
532
|
+
<hkern g1="Y,Yacute,Ydieresis" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="20" />
|
|
533
|
+
<hkern g1="Y,Yacute,Ydieresis" g2="g" k="123" />
|
|
534
|
+
<hkern g1="Y,Yacute,Ydieresis" g2="w" k="43" />
|
|
535
|
+
<hkern g1="Y,Yacute,Ydieresis" g2="y,yacute,ydieresis" k="23" />
|
|
536
|
+
<hkern g1="Y,Yacute,Ydieresis" g2="quoteright,quotedblright" k="-35" />
|
|
537
|
+
<hkern g1="Y,Yacute,Ydieresis" g2="comma,period,ellipsis" k="162" />
|
|
538
|
+
<hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="23" />
|
|
539
|
+
<hkern g1="Y,Yacute,Ydieresis" g2="S" k="31" />
|
|
540
|
+
<hkern g1="Y,Yacute,Ydieresis" g2="Z" k="59" />
|
|
541
|
+
<hkern g1="Y,Yacute,Ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="23" />
|
|
542
|
+
<hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="127" />
|
|
543
|
+
<hkern g1="Y,Yacute,Ydieresis" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="68" />
|
|
544
|
+
<hkern g1="Y,Yacute,Ydieresis" g2="J" k="205" />
|
|
545
|
+
<hkern g1="Y,Yacute,Ydieresis" g2="t" k="23" />
|
|
546
|
+
<hkern g1="Y,Yacute,Ydieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="63" />
|
|
547
|
+
<hkern g1="Y,Yacute,Ydieresis" g2="periodcentered" k="82" />
|
|
548
|
+
<hkern g1="Y,Yacute,Ydieresis" g2="registered" k="-78" />
|
|
549
|
+
<hkern g1="Y,Yacute,Ydieresis" g2="trademark" k="-100" />
|
|
550
|
+
<hkern g1="Y,Yacute,Ydieresis" g2="slash" k="160" />
|
|
551
|
+
<hkern g1="Y,Yacute,Ydieresis" g2="v" k="23" />
|
|
552
|
+
<hkern g1="Y,Yacute,Ydieresis" g2="x" k="63" />
|
|
553
|
+
<hkern g1="Y,Yacute,Ydieresis" g2="hyphen,uni00AD,endash,emdash" k="123" />
|
|
554
|
+
<hkern g1="Y,Yacute,Ydieresis" g2="guillemotleft,guilsinglleft" k="90" />
|
|
555
|
+
<hkern g1="Y,Yacute,Ydieresis" g2="m,n,p,r,ntilde" k="82" />
|
|
556
|
+
<hkern g1="Y,Yacute,Ydieresis" g2="s" k="68" />
|
|
557
|
+
<hkern g1="Y,Yacute,Ydieresis" g2="z" k="86" />
|
|
558
|
+
<hkern g1="Y,Yacute,Ydieresis" g2="guillemotright,guilsinglright" k="61" />
|
|
559
|
+
<hkern g1="Y,Yacute,Ydieresis" g2="colon,semicolon" k="37" />
|
|
560
|
+
<hkern g1="Z" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="20" />
|
|
561
|
+
<hkern g1="Z" g2="W" k="18" />
|
|
562
|
+
<hkern g1="Z" g2="Y,Yacute,Ydieresis" k="23" />
|
|
563
|
+
<hkern g1="Z" g2="g" k="31" />
|
|
564
|
+
<hkern g1="Z" g2="w" k="39" />
|
|
565
|
+
<hkern g1="Z" g2="y,yacute,ydieresis" k="39" />
|
|
566
|
+
<hkern g1="Z" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="18" />
|
|
567
|
+
<hkern g1="Z" g2="S" k="61" />
|
|
568
|
+
<hkern g1="Z" g2="Z" k="20" />
|
|
569
|
+
<hkern g1="Z" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="41" />
|
|
570
|
+
<hkern g1="Z" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="39" />
|
|
571
|
+
<hkern g1="Z" g2="f,uniFB01,uniFB02" k="41" />
|
|
572
|
+
<hkern g1="Z" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="53" />
|
|
573
|
+
<hkern g1="Z" g2="J" k="78" />
|
|
574
|
+
<hkern g1="Z" g2="t" k="23" />
|
|
575
|
+
<hkern g1="Z" g2="u,ugrave,uacute,ucircumflex,udieresis" k="57" />
|
|
576
|
+
<hkern g1="Z" g2="periodcentered" k="123" />
|
|
577
|
+
<hkern g1="Z" g2="registered" k="-41" />
|
|
578
|
+
<hkern g1="Z" g2="trademark" k="-41" />
|
|
579
|
+
<hkern g1="Z" g2="V" k="18" />
|
|
580
|
+
<hkern g1="Z" g2="v" k="39" />
|
|
581
|
+
<hkern g1="Z" g2="hyphen,uni00AD,endash,emdash" k="82" />
|
|
582
|
+
<hkern g1="Z" g2="guillemotleft,guilsinglleft" k="82" />
|
|
583
|
+
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="T" k="43" />
|
|
584
|
+
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="Y,Yacute,Ydieresis" k="43" />
|
|
585
|
+
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="quoteright,quotedblright" k="20" />
|
|
586
|
+
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="asterisk" k="123" />
|
|
587
|
+
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="V" k="20" />
|
|
588
|
+
<hkern g1="c,ccedilla" g2="T" k="41" />
|
|
589
|
+
<hkern g1="c,ccedilla" g2="Y,Yacute,Ydieresis" k="43" />
|
|
590
|
+
<hkern g1="c,ccedilla" g2="g" k="20" />
|
|
591
|
+
<hkern g1="c,ccedilla" g2="w" k="-18" />
|
|
592
|
+
<hkern g1="c,ccedilla" g2="y,yacute,ydieresis" k="-18" />
|
|
593
|
+
<hkern g1="c,ccedilla" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20" />
|
|
594
|
+
<hkern g1="c,ccedilla" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="35" />
|
|
595
|
+
<hkern g1="c,ccedilla" g2="periodcentered" k="23" />
|
|
596
|
+
<hkern g1="c,ccedilla" g2="registered" k="-59" />
|
|
597
|
+
<hkern g1="c,ccedilla" g2="V" k="23" />
|
|
598
|
+
<hkern g1="c,ccedilla" g2="v" k="-18" />
|
|
599
|
+
<hkern g1="c,ccedilla" g2="x" k="-31" />
|
|
600
|
+
<hkern g1="c,ccedilla" g2="hyphen,uni00AD,endash,emdash" k="23" />
|
|
601
|
+
<hkern g1="colon,semicolon" g2="Y,Yacute,Ydieresis" k="41" />
|
|
602
|
+
<hkern g1="colon,semicolon" g2="j" k="-8" />
|
|
603
|
+
<hkern g1="colon,semicolon" g2="asterisk" k="125" />
|
|
604
|
+
<hkern g1="comma,period,ellipsis" g2="T" k="205" />
|
|
605
|
+
<hkern g1="comma,period,ellipsis" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="33" />
|
|
606
|
+
<hkern g1="comma,period,ellipsis" g2="W" k="63" />
|
|
607
|
+
<hkern g1="comma,period,ellipsis" g2="Y,Yacute,Ydieresis" k="164" />
|
|
608
|
+
<hkern g1="comma,period,ellipsis" g2="j" k="-41" />
|
|
609
|
+
<hkern g1="comma,period,ellipsis" g2="w" k="31" />
|
|
610
|
+
<hkern g1="comma,period,ellipsis" g2="y,yacute,ydieresis" k="41" />
|
|
611
|
+
<hkern g1="comma,period,ellipsis" g2="quoteright,quotedblright" k="166" />
|
|
612
|
+
<hkern g1="comma,period,ellipsis" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="23" />
|
|
613
|
+
<hkern g1="comma,period,ellipsis" g2="t" k="63" />
|
|
614
|
+
<hkern g1="comma,period,ellipsis" g2="asterisk" k="248" />
|
|
615
|
+
<hkern g1="comma,period,ellipsis" g2="V" k="123" />
|
|
616
|
+
<hkern g1="comma,period,ellipsis" g2="quotedbl,quotesingle" k="158" />
|
|
617
|
+
<hkern g1="comma,period,ellipsis" g2="quoteleft,quotedblleft" k="125" />
|
|
618
|
+
<hkern g1="comma,period,ellipsis" g2="v" k="41" />
|
|
619
|
+
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="T" k="43" />
|
|
620
|
+
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="W" k="20" />
|
|
621
|
+
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="Y,Yacute,Ydieresis" k="41" />
|
|
622
|
+
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="g" k="20" />
|
|
623
|
+
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="w" k="-25" />
|
|
624
|
+
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="y,yacute,ydieresis" k="-25" />
|
|
625
|
+
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="quoteright,quotedblright" k="20" />
|
|
626
|
+
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="S" k="41" />
|
|
627
|
+
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="31" />
|
|
628
|
+
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="J" k="41" />
|
|
629
|
+
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="t" k="23" />
|
|
630
|
+
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="asterisk" k="82" />
|
|
631
|
+
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="backslash" k="23" />
|
|
632
|
+
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="registered" k="-14" />
|
|
633
|
+
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="trademark" k="25" />
|
|
634
|
+
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="V" k="20" />
|
|
635
|
+
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="v" k="-25" />
|
|
636
|
+
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="hyphen,uni00AD,endash,emdash" k="-18" />
|
|
637
|
+
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="guillemotleft,guilsinglleft" k="-14" />
|
|
638
|
+
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="z" k="-10" />
|
|
639
|
+
<hkern g1="f" g2="T" k="-100" />
|
|
640
|
+
<hkern g1="f" g2="W" k="-100" />
|
|
641
|
+
<hkern g1="f" g2="Y,Yacute,Ydieresis" k="-100" />
|
|
642
|
+
<hkern g1="f" g2="g" k="31" />
|
|
643
|
+
<hkern g1="f" g2="j" k="20" />
|
|
644
|
+
<hkern g1="f" g2="quoteright,quotedblright" k="-82" />
|
|
645
|
+
<hkern g1="f" g2="comma,period,ellipsis" k="84" />
|
|
646
|
+
<hkern g1="f" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="41" />
|
|
647
|
+
<hkern g1="f" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="20" />
|
|
648
|
+
<hkern g1="f" g2="u,ugrave,uacute,ucircumflex,udieresis" k="45" />
|
|
649
|
+
<hkern g1="f" g2="backslash" k="-162" />
|
|
650
|
+
<hkern g1="f" g2="periodcentered" k="41" />
|
|
651
|
+
<hkern g1="f" g2="registered" k="-184" />
|
|
652
|
+
<hkern g1="f" g2="trademark" k="-162" />
|
|
653
|
+
<hkern g1="f" g2="slash" k="41" />
|
|
654
|
+
<hkern g1="f" g2="exclam" k="-41" />
|
|
655
|
+
<hkern g1="f" g2="V" k="-104" />
|
|
656
|
+
<hkern g1="f" g2="X" k="-78" />
|
|
657
|
+
<hkern g1="f" g2="question" k="-59" />
|
|
658
|
+
<hkern g1="f" g2="quotedbl,quotesingle" k="-82" />
|
|
659
|
+
<hkern g1="f" g2="quoteleft,quotedblleft" k="-82" />
|
|
660
|
+
<hkern g1="f" g2="v" k="-37" />
|
|
661
|
+
<hkern g1="f" g2="hyphen,uni00AD,endash,emdash" k="23" />
|
|
662
|
+
<hkern g1="f" g2="z" k="23" />
|
|
663
|
+
<hkern g1="f" g2="parenright,bracketright,braceright" k="-117" />
|
|
664
|
+
<hkern g1="g" g2="T" k="41" />
|
|
665
|
+
<hkern g1="g" g2="Y,Yacute,Ydieresis" k="23" />
|
|
666
|
+
<hkern g1="g" g2="j" k="-66" />
|
|
667
|
+
<hkern g1="g" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="31" />
|
|
668
|
+
<hkern g1="g" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="23" />
|
|
669
|
+
<hkern g1="g" g2="asterisk" k="82" />
|
|
670
|
+
<hkern g1="g" g2="periodcentered" k="23" />
|
|
671
|
+
<hkern g1="g" g2="registered" k="-41" />
|
|
672
|
+
<hkern g1="g" g2="slash" k="-123" />
|
|
673
|
+
<hkern g1="g" g2="question" k="61" />
|
|
674
|
+
<hkern g1="g" g2="z" k="23" />
|
|
675
|
+
<hkern g1="g" g2="parenright,bracketright,braceright" k="-41" />
|
|
676
|
+
<hkern g1="k" g2="T" k="12" />
|
|
677
|
+
<hkern g1="k" g2="Y,Yacute,Ydieresis" k="14" />
|
|
678
|
+
<hkern g1="k" g2="g" k="20" />
|
|
679
|
+
<hkern g1="k" g2="j" k="20" />
|
|
680
|
+
<hkern g1="k" g2="quoteright,quotedblright" k="41" />
|
|
681
|
+
<hkern g1="k" g2="comma,period,ellipsis" k="-41" />
|
|
682
|
+
<hkern g1="k" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20" />
|
|
683
|
+
<hkern g1="k" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="25" />
|
|
684
|
+
<hkern g1="k" g2="t" k="23" />
|
|
685
|
+
<hkern g1="k" g2="u,ugrave,uacute,ucircumflex,udieresis" k="23" />
|
|
686
|
+
<hkern g1="k" g2="asterisk" k="41" />
|
|
687
|
+
<hkern g1="k" g2="periodcentered" k="41" />
|
|
688
|
+
<hkern g1="k" g2="trademark" k="41" />
|
|
689
|
+
<hkern g1="k" g2="hyphen,uni00AD,endash,emdash" k="43" />
|
|
690
|
+
<hkern g1="k" g2="guillemotleft,guilsinglleft" k="41" />
|
|
691
|
+
<hkern g1="h,m,n,ntilde" g2="T" k="43" />
|
|
692
|
+
<hkern g1="h,m,n,ntilde" g2="Y,Yacute,Ydieresis" k="20" />
|
|
693
|
+
<hkern g1="h,m,n,ntilde" g2="asterisk" k="82" />
|
|
694
|
+
<hkern g1="h,m,n,ntilde" g2="trademark" k="41" />
|
|
695
|
+
<hkern g1="h,m,n,ntilde" g2="V" k="20" />
|
|
696
|
+
<hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="T" k="115" />
|
|
697
|
+
<hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="Y,Yacute,Ydieresis" k="82" />
|
|
698
|
+
<hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="quoteright,quotedblright" k="41" />
|
|
699
|
+
<hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="comma,period,ellipsis" k="20" />
|
|
700
|
+
<hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="31" />
|
|
701
|
+
<hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="backslash" k="41" />
|
|
702
|
+
<hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="V" k="37" />
|
|
703
|
+
<hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="quoteleft,quotedblleft" k="41" />
|
|
704
|
+
<hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="x" k="25" />
|
|
705
|
+
<hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="hyphen,uni00AD,endash,emdash" k="-18" />
|
|
706
|
+
<hkern g1="quoteleft,quotedblleft" g2="Y,Yacute,Ydieresis" k="-35" />
|
|
707
|
+
<hkern g1="quoteleft,quotedblleft" g2="g" k="78" />
|
|
708
|
+
<hkern g1="quoteleft,quotedblleft" g2="comma,period,ellipsis" k="121" />
|
|
709
|
+
<hkern g1="quoteleft,quotedblleft" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="82" />
|
|
710
|
+
<hkern g1="quoteleft,quotedblleft" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="98" />
|
|
711
|
+
<hkern g1="quoteleft,quotedblleft" g2="f,uniFB01,uniFB02" k="23" />
|
|
712
|
+
<hkern g1="quoteleft,quotedblleft" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="78" />
|
|
713
|
+
<hkern g1="quoteleft,quotedblleft" g2="exclamdown" k="119" />
|
|
714
|
+
<hkern g1="quoteleft,quotedblleft" g2="questiondown" k="283" />
|
|
715
|
+
<hkern g1="r" g2="g" k="20" />
|
|
716
|
+
<hkern g1="r" g2="j" k="18" />
|
|
717
|
+
<hkern g1="r" g2="w" k="-37" />
|
|
718
|
+
<hkern g1="r" g2="y,yacute,ydieresis" k="-55" />
|
|
719
|
+
<hkern g1="r" g2="comma,period,ellipsis" k="80" />
|
|
720
|
+
<hkern g1="r" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="37" />
|
|
721
|
+
<hkern g1="r" g2="Z" k="20" />
|
|
722
|
+
<hkern g1="r" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="47" />
|
|
723
|
+
<hkern g1="r" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="20" />
|
|
724
|
+
<hkern g1="r" g2="J" k="90" />
|
|
725
|
+
<hkern g1="r" g2="backslash" k="-37" />
|
|
726
|
+
<hkern g1="r" g2="periodcentered" k="39" />
|
|
727
|
+
<hkern g1="r" g2="registered" k="-162" />
|
|
728
|
+
<hkern g1="r" g2="slash" k="82" />
|
|
729
|
+
<hkern g1="r" g2="quoteleft,quotedblleft" k="-82" />
|
|
730
|
+
<hkern g1="r" g2="v" k="-55" />
|
|
731
|
+
<hkern g1="r" g2="hyphen,uni00AD,endash,emdash" k="43" />
|
|
732
|
+
<hkern g1="r" g2="guillemotleft,guilsinglleft" k="41" />
|
|
733
|
+
<hkern g1="r" g2="s" k="20" />
|
|
734
|
+
<hkern g1="r" g2="z" k="20" />
|
|
735
|
+
<hkern g1="s" g2="T" k="43" />
|
|
736
|
+
<hkern g1="s" g2="Y,Yacute,Ydieresis" k="41" />
|
|
737
|
+
<hkern g1="s" g2="quoteright,quotedblright" k="6" />
|
|
738
|
+
<hkern g1="s" g2="asterisk" k="125" />
|
|
739
|
+
<hkern g1="s" g2="V" k="20" />
|
|
740
|
+
<hkern g1="s" g2="question" k="6" />
|
|
741
|
+
<hkern g1="s" g2="hyphen,uni00AD,endash,emdash" k="-20" />
|
|
742
|
+
<hkern g1="t" g2="T" k="23" />
|
|
743
|
+
<hkern g1="t" g2="g" k="20" />
|
|
744
|
+
<hkern g1="t" g2="comma,period,ellipsis" k="-41" />
|
|
745
|
+
<hkern g1="t" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="43" />
|
|
746
|
+
<hkern g1="t" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="20" />
|
|
747
|
+
<hkern g1="t" g2="u,ugrave,uacute,ucircumflex,udieresis" k="18" />
|
|
748
|
+
<hkern g1="t" g2="periodcentered" k="41" />
|
|
749
|
+
<hkern g1="t" g2="registered" k="-82" />
|
|
750
|
+
<hkern g1="t" g2="slash" k="-41" />
|
|
751
|
+
<hkern g1="t" g2="question" k="41" />
|
|
752
|
+
<hkern g1="t" g2="hyphen,uni00AD,endash,emdash" k="41" />
|
|
753
|
+
<hkern g1="t" g2="guillemotleft,guilsinglleft" k="43" />
|
|
754
|
+
<hkern g1="t" g2="colon,semicolon" k="-41" />
|
|
755
|
+
<hkern g1="q,u,ugrave,uacute,ucircumflex,udieresis" g2="T" k="41" />
|
|
756
|
+
<hkern g1="q,u,ugrave,uacute,ucircumflex,udieresis" g2="Y,Yacute,Ydieresis" k="61" />
|
|
757
|
+
<hkern g1="q,u,ugrave,uacute,ucircumflex,udieresis" g2="asterisk" k="61" />
|
|
758
|
+
<hkern g1="q,u,ugrave,uacute,ucircumflex,udieresis" g2="V" k="23" />
|
|
759
|
+
<hkern g1="w" g2="T" k="43" />
|
|
760
|
+
<hkern g1="w" g2="Y,Yacute,Ydieresis" k="6" />
|
|
761
|
+
<hkern g1="w" g2="j" k="20" />
|
|
762
|
+
<hkern g1="w" g2="comma,period,ellipsis" k="31" />
|
|
763
|
+
<hkern g1="w" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20" />
|
|
764
|
+
<hkern g1="w" g2="J" k="61" />
|
|
765
|
+
<hkern g1="w" g2="asterisk" k="23" />
|
|
766
|
+
<hkern g1="w" g2="registered" k="-111" />
|
|
767
|
+
<hkern g1="w" g2="trademark" k="-41" />
|
|
768
|
+
<hkern g1="w" g2="slash" k="23" />
|
|
769
|
+
<hkern g1="w" g2="X" k="23" />
|
|
770
|
+
<hkern g1="w" g2="z" k="25" />
|
|
771
|
+
<hkern g1="y,yacute,ydieresis" g2="T" k="41" />
|
|
772
|
+
<hkern g1="y,yacute,ydieresis" g2="j" k="20" />
|
|
773
|
+
<hkern g1="y,yacute,ydieresis" g2="comma,period,ellipsis" k="41" />
|
|
774
|
+
<hkern g1="y,yacute,ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="41" />
|
|
775
|
+
<hkern g1="y,yacute,ydieresis" g2="J" k="82" />
|
|
776
|
+
<hkern g1="y,yacute,ydieresis" g2="registered" k="-115" />
|
|
777
|
+
<hkern g1="y,yacute,ydieresis" g2="trademark" k="-37" />
|
|
778
|
+
<hkern g1="y,yacute,ydieresis" g2="slash" k="41" />
|
|
779
|
+
<hkern g1="y,yacute,ydieresis" g2="z" k="43" />
|
|
780
|
+
<hkern g1="z" g2="T" k="59" />
|
|
781
|
+
<hkern g1="z" g2="g" k="18" />
|
|
782
|
+
<hkern g1="z" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="57" />
|
|
783
|
+
<hkern g1="z" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="20" />
|
|
784
|
+
<hkern g1="z" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20" />
|
|
785
|
+
<hkern g1="z" g2="periodcentered" k="23" />
|
|
786
|
+
<hkern g1="z" g2="registered" k="-74" />
|
|
787
|
+
<hkern g1="z" g2="trademark" k="-37" />
|
|
788
|
+
<hkern g1="z" g2="hyphen,uni00AD,endash,emdash" k="20" />
|
|
789
|
+
<hkern g1="F" g2="W" k="-20" />
|
|
790
|
+
<hkern g1="F" g2="Y,Yacute,Ydieresis" k="-23" />
|
|
791
|
+
<hkern g1="F" g2="g" k="43" />
|
|
792
|
+
<hkern g1="F" g2="w" k="20" />
|
|
793
|
+
<hkern g1="F" g2="y,yacute,ydieresis" k="20" />
|
|
794
|
+
<hkern g1="F" g2="comma,period,ellipsis" k="123" />
|
|
795
|
+
<hkern g1="F" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="74" />
|
|
796
|
+
<hkern g1="F" g2="S" k="33" />
|
|
797
|
+
<hkern g1="F" g2="Z" k="61" />
|
|
798
|
+
<hkern g1="F" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20" />
|
|
799
|
+
<hkern g1="F" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="63" />
|
|
800
|
+
<hkern g1="F" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="23" />
|
|
801
|
+
<hkern g1="F" g2="J" k="289" />
|
|
802
|
+
<hkern g1="F" g2="t" k="20" />
|
|
803
|
+
<hkern g1="F" g2="u,ugrave,uacute,ucircumflex,udieresis" k="31" />
|
|
804
|
+
<hkern g1="F" g2="guillemotleft,guilsinglleft" k="41" />
|
|
805
|
+
<hkern g1="F" g2="m,n,p,r,ntilde" k="41" />
|
|
806
|
+
<hkern g1="F" g2="s" k="33" />
|
|
807
|
+
<hkern g1="F" g2="z" k="35" />
|
|
808
|
+
<hkern g1="J" g2="comma,period,ellipsis" k="43" />
|
|
809
|
+
<hkern g1="J" g2="J" k="78" />
|
|
810
|
+
<hkern g1="P" g2="T" k="61" />
|
|
811
|
+
<hkern g1="P" g2="Y,Yacute,Ydieresis" k="20" />
|
|
812
|
+
<hkern g1="P" g2="g" k="80" />
|
|
813
|
+
<hkern g1="P" g2="comma,period,ellipsis" k="205" />
|
|
814
|
+
<hkern g1="P" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="102" />
|
|
815
|
+
<hkern g1="P" g2="S" k="20" />
|
|
816
|
+
<hkern g1="P" g2="Z" k="193" />
|
|
817
|
+
<hkern g1="P" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="98" />
|
|
818
|
+
<hkern g1="P" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="51" />
|
|
819
|
+
<hkern g1="P" g2="J" k="305" />
|
|
820
|
+
<hkern g1="P" g2="hyphen,uni00AD,endash,emdash" k="74" />
|
|
821
|
+
<hkern g1="P" g2="guillemotleft,guilsinglleft" k="41" />
|
|
822
|
+
<hkern g1="P" g2="s" k="20" />
|
|
823
|
+
<hkern g1="P" g2="z" k="41" />
|
|
824
|
+
<hkern g1="V" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="20" />
|
|
825
|
+
<hkern g1="V" g2="g" k="45" />
|
|
826
|
+
<hkern g1="V" g2="w" k="16" />
|
|
827
|
+
<hkern g1="V" g2="y,yacute,ydieresis" k="16" />
|
|
828
|
+
<hkern g1="V" g2="comma,period,ellipsis" k="119" />
|
|
829
|
+
<hkern g1="V" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="23" />
|
|
830
|
+
<hkern g1="V" g2="S" k="39" />
|
|
831
|
+
<hkern g1="V" g2="Z" k="37" />
|
|
832
|
+
<hkern g1="V" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20" />
|
|
833
|
+
<hkern g1="V" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="31" />
|
|
834
|
+
<hkern g1="V" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="27" />
|
|
835
|
+
<hkern g1="V" g2="J" k="160" />
|
|
836
|
+
<hkern g1="V" g2="i,igrave,iacute,icircumflex,idieresis" k="8" />
|
|
837
|
+
<hkern g1="V" g2="u,ugrave,uacute,ucircumflex,udieresis" k="61" />
|
|
838
|
+
<hkern g1="V" g2="hyphen,uni00AD,endash,emdash" k="37" />
|
|
839
|
+
<hkern g1="V" g2="guillemotleft,guilsinglleft" k="45" />
|
|
840
|
+
<hkern g1="V" g2="m,n,p,r,ntilde" k="41" />
|
|
841
|
+
<hkern g1="V" g2="s" k="18" />
|
|
842
|
+
<hkern g1="V" g2="z" k="55" />
|
|
843
|
+
<hkern g1="V" g2="guillemotright,guilsinglright" k="29" />
|
|
844
|
+
<hkern g1="X" g2="T" k="41" />
|
|
845
|
+
<hkern g1="X" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="20" />
|
|
846
|
+
<hkern g1="X" g2="w" k="23" />
|
|
847
|
+
<hkern g1="X" g2="y,yacute,ydieresis" k="20" />
|
|
848
|
+
<hkern g1="X" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-16" />
|
|
849
|
+
<hkern g1="X" g2="S" k="23" />
|
|
850
|
+
<hkern g1="X" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="25" />
|
|
851
|
+
<hkern g1="X" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20" />
|
|
852
|
+
<hkern g1="X" g2="f,uniFB01,uniFB02" k="20" />
|
|
853
|
+
<hkern g1="X" g2="t" k="20" />
|
|
854
|
+
<hkern g1="X" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20" />
|
|
855
|
+
<hkern g1="X" g2="hyphen,uni00AD,endash,emdash" k="45" />
|
|
856
|
+
<hkern g1="X" g2="guillemotleft,guilsinglleft" k="23" />
|
|
857
|
+
<hkern g1="X" g2="z" k="23" />
|
|
858
|
+
<hkern g1="parenleft,bracketleft,braceleft" g2="j" k="-164" />
|
|
859
|
+
<hkern g1="parenleft,bracketleft,braceleft" g2="J" k="41" />
|
|
860
|
+
<hkern g1="hyphen,uni00AD,endash,emdash" g2="T" k="74" />
|
|
861
|
+
<hkern g1="hyphen,uni00AD,endash,emdash" g2="Y,Yacute,Ydieresis" k="123" />
|
|
862
|
+
<hkern g1="hyphen,uni00AD,endash,emdash" g2="Z" k="41" />
|
|
863
|
+
<hkern g1="hyphen,uni00AD,endash,emdash" g2="V" k="41" />
|
|
864
|
+
<hkern g1="hyphen,uni00AD,endash,emdash" g2="X" k="41" />
|
|
865
|
+
<hkern g1="hyphen,uni00AD,endash,emdash" g2="x" k="23" />
|
|
866
|
+
<hkern g1="germandbls" g2="w" k="23" />
|
|
867
|
+
<hkern g1="germandbls" g2="y,yacute,ydieresis" k="20" />
|
|
868
|
+
<hkern g1="germandbls" g2="quoteright,quotedblright" k="76" />
|
|
869
|
+
<hkern g1="germandbls" g2="t" k="31" />
|
|
870
|
+
<hkern g1="germandbls" g2="question" k="20" />
|
|
871
|
+
<hkern g1="germandbls" g2="quotedbl,quotesingle" k="127" />
|
|
872
|
+
<hkern g1="germandbls" g2="quoteleft,quotedblleft" k="72" />
|
|
873
|
+
<hkern g1="guillemotleft,guilsinglleft" g2="T" k="82" />
|
|
874
|
+
<hkern g1="guillemotleft,guilsinglleft" g2="W" k="25" />
|
|
875
|
+
<hkern g1="guillemotleft,guilsinglleft" g2="Y,Yacute,Ydieresis" k="61" />
|
|
876
|
+
<hkern g1="guillemotleft,guilsinglleft" g2="V" k="25" />
|
|
877
|
+
<hkern g1="guillemotleft,guilsinglleft" g2="x" k="41" />
|
|
878
|
+
<hkern g1="guillemotright,guilsinglright" g2="T" k="82" />
|
|
879
|
+
<hkern g1="guillemotright,guilsinglright" g2="W" k="20" />
|
|
880
|
+
<hkern g1="guillemotright,guilsinglright" g2="Y,Yacute,Ydieresis" k="90" />
|
|
881
|
+
<hkern g1="guillemotright,guilsinglright" g2="S" k="61" />
|
|
882
|
+
<hkern g1="guillemotright,guilsinglright" g2="Z" k="43" />
|
|
883
|
+
<hkern g1="guillemotright,guilsinglright" g2="J" k="61" />
|
|
884
|
+
<hkern g1="guillemotright,guilsinglright" g2="V" k="45" />
|
|
885
|
+
<hkern g1="guillemotright,guilsinglright" g2="X" k="23" />
|
|
886
|
+
<hkern g1="guillemotright,guilsinglright" g2="x" k="43" />
|
|
887
|
+
<hkern g1="question" g2="quoteright,quotedblright" k="27" />
|
|
888
|
+
<hkern g1="quotedbl,quotesingle" g2="comma,period,ellipsis" k="213" />
|
|
889
|
+
<hkern g1="quotedbl,quotesingle" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="90" />
|
|
890
|
+
<hkern g1="quotedbl,quotesingle" g2="s" k="41" />
|
|
891
|
+
<hkern g1="quoteright,quotedblright" g2="g" k="78" />
|
|
892
|
+
<hkern g1="quoteright,quotedblright" g2="comma,period,ellipsis" k="246" />
|
|
893
|
+
<hkern g1="quoteright,quotedblright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="92" />
|
|
894
|
+
<hkern g1="quoteright,quotedblright" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="63" />
|
|
895
|
+
<hkern g1="quoteright,quotedblright" g2="f,uniFB01,uniFB02" k="39" />
|
|
896
|
+
<hkern g1="quoteright,quotedblright" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="78" />
|
|
897
|
+
<hkern g1="quoteright,quotedblright" g2="s" k="117" />
|
|
898
|
+
<hkern g1="v" g2="T" k="41" />
|
|
899
|
+
<hkern g1="v" g2="j" k="20" />
|
|
900
|
+
<hkern g1="v" g2="comma,period,ellipsis" k="41" />
|
|
901
|
+
<hkern g1="v" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="20" />
|
|
902
|
+
<hkern g1="v" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="41" />
|
|
903
|
+
<hkern g1="v" g2="J" k="82" />
|
|
904
|
+
<hkern g1="v" g2="z" k="43" />
|
|
905
|
+
<hkern g1="x" g2="T" k="78" />
|
|
906
|
+
<hkern g1="x" g2="Y,Yacute,Ydieresis" k="8" />
|
|
907
|
+
<hkern g1="x" g2="y,yacute,ydieresis" k="23" />
|
|
908
|
+
<hkern g1="x" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20" />
|
|
909
|
+
<hkern g1="x" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20" />
|
|
910
|
+
<hkern g1="x" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="25" />
|
|
911
|
+
<hkern g1="x" g2="hyphen,uni00AD,endash,emdash" k="23" />
|
|
912
|
+
<hkern g1="x" g2="guillemotleft,guilsinglleft" k="43" />
|
|
913
|
+
<hkern g1="x" g2="guillemotright,guilsinglright" k="41" />
|
|
914
|
+
</font>
|
|
915
|
+
</defs></svg>
|