transfer depuis gogs

This commit is contained in:
2025-05-08 11:58:35 +02:00
commit e71ace994c
1209 changed files with 172996 additions and 0 deletions

0
user/themes/.gitkeep Normal file
View File

View File

@@ -0,0 +1,2 @@
node_modules
images/logo/*

View File

@@ -0,0 +1,121 @@
# v1.2.5
## 12/07/2018
1. [](#improved)
* Updated [Spectre.css](https://picturepan2.github.io/spectre/) to latest `0.5.7` version
1. [](#bugfix)
* Fixed missing `</html>` close tag in bae template [#76](https://github.com/getgrav/grav-theme-quark/pull/)
# v1.2.4
## 11/12/2018
1. [](#improved)
* Updated [Spectre.css](https://picturepan2.github.io/spectre/) to latest `0.5.5` version
* Added link support to modular `features` [#39](https://github.com/getgrav/grav-theme-quark/pull/39/)
* Remove desktop menu when in mobile mode [#59](https://github.com/getgrav/grav-theme-quark/pull/59/)
* Support modular `text` full-width if no image [#70](https://github.com/getgrav/grav-theme-quark/issues/70)
* Shim for IE support of BrickLayer.js [#64](https://github.com/getgrav/grav-theme-quark/issues/64)
1. [](#bugfix)
* Fixed `continue_link:` showing up as toggled [#65](https://github.com/getgrav/grav-theme-quark/issues/65)
* Fixed issue with modular pages not hidden in on-page menu with `visible: false` [#71](https://github.com/getgrav/grav-theme-quark/issues/71)
# v1.2.3
## 11/05/2018
1. [](#improved)
* Moved footer into standalone twig to allow for easier extensibility [#63](https://github.com/getgrav/grav-theme-quark/pull/63)
1. [](#bugfix)
* Fix variable name for prouction mode [#61](https://github.com/getgrav/grav-theme-quark/pull/61)
* Fix layout size in features blueprint [#67](https://github.com/getgrav/grav-theme-quark/pull/67)
* Fix active page logic in `nav` so there's no empty class attributes [#68](https://github.com/getgrav/grav-theme-quark/pull/68)
* Fix for features blueprint because `class` didn't work [#69](https://github.com/getgrav/grav-theme-quark/pull/69)
# v1.2.2
## 10/24/2018
1. [](#improved)
* Changed nav macro to format supported by Twig 2.0
* Updated `partials/form-messages.html.twig` to be more inline with latest Forms plugin
1. [](#bugfix)
* Make the theme to work with Twig auto-escaping turned on
* Moved language strings under `THEME_QUARK`
# v1.2.1
## 08/23/2018
1. [](#improved)
* Added additional "mobile custom logo" support
1. [](#bugfix)
* Addressed some CSS issues by forcing logo height
# v1.2.0
## 08/23/2018
1. [](#new)
* Added new "custom logo" support [#3](https://github.com/getgrav/grav-theme-quark/issues/3)
* Added option JSON feed syndication support in sidebar [#47](https://github.com/getgrav/grav-theme-quark/pull/47)
* Added basic form field `array` styling
# v1.1.0
## 07/25/2018
1. [](#new)
* Responsive font sizing [#28](https://github.com/getgrav/grav-theme-quark/issues/28)
1. [](#improved)
* Updated [Spectre.css](https://picturepan2.github.io/spectre/) to latest `0.5.3` version
* Make blog settings toggleable [#38](https://github.com/getgrav/grav-theme-quark/pull/38)
1. [](#bugfix)
* Proper fix for sticky footer in IE10 and IE11 [#21](https://github.com/getgrav/grav-theme-quark/issues/21)
* Fix for lists wrapping weirdly due to `outside` attribute
* Updated checkbox + radio to take into account `client_side_validation` form option
* Fixes for fallback values [#37](https://github.com/getgrav/grav-theme-quark/pull/37)
* Fix inheritance for images folder [#30](https://github.com/getgrav/grav-theme-quark/pull/30)
* Added blueprint option for `continue_link` [#45](https://github.com/getgrav/grav-theme-quark/issues/45)
* Added blueprint option for Feature `class` [#14](https://github.com/getgrav/grav-theme-quark/issues/14)
* Fixed `Duplicate ID` issues with modular sections. Might break CSS on first load, need to refresh to pick up new CSS [#24](https://github.com/getgrav/grav-theme-quark/issues/24)
* Fixed Text feature alignment issue [#4](https://github.com/getgrav/grav-theme-quark/issues/4)
* Overlapping menu and mobile button [#7](https://github.com/getgrav/grav-theme-quark/issues/7)
# v1.0.3
## 05/11/2018
1. [](#new)
* Added new primary button mixin
1. [](#improved)
* Updated [Spectre.css](https://picturepan2.github.io/spectre/) to latest `0.5.1` version
* Improved default login styling
* Removed core Spectre.css override to make upgrading Spectre easier
* Added screenshot to README.md
* Override focus to prevent overzealous blue blurs
1. [](#bugfix)
* Fix for `highlight` plugin not changing background of code blocks
* Removed extraneous `dump()` in Twig output
# v1.0.2
## 02/19/2018
1. [](#new)
* Added toggle options to enable Spectre.css _experimentals_ and _icons_ CSS files
* Switched to a fork of LineAwesome icons compatible with FontAwesome 4.7.0
1. [](#improved)
* Font tweaks
1. [](#bugfix)
* Pagination fixes
# v1.0.1
## 01/22/2018
1. [](#new)
* Added blueprints for admin editing
1. [](#improved)
* Use default lang from `site.yaml`
1. [](#bugfix)
* Fixed Current path to address issues with extending Quark
* Fixed parallax to start in same position as standard
* Fixed modular image size
# v1.0.0
## 12/28/2017
1. [](#new)
* ChangeLog started...

View File

@@ -0,0 +1,21 @@
The MIT License (MIT)
Copyright (c) 2018 Trilby Media
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View File

@@ -0,0 +1,151 @@
# le_style_de_lours Theme
![](assets/quark-screenshots.jpg)
**le_style_de_lours** is the new default theme for [Grav CMS](http://github.com/getgrav/grav). This theme is built with the [Spectre.css](https://picturepan2.github.io/spectre/) framework and provides a powerful base for developing your own themes. Quark uses functionality that is only available in Grav 1.4+, as such you cannot run Quark on earlier versions of Grav.
## Features
* Lightweight and minimal for optimal performance
* Spectre CSS Framework
* Fully responsive with full-page mobile navigation
* SCSS based CSS source files for easy customization
* Built-in support for on-page navigation
* Multiple page template types
* Fontawesome icon support
### Supported Page Templates
* Default view template `default.md`
* Error view template `error.md`
* Blog view template `blog.md`
* Blog item view template `item.md`
* Modular view templates: `modular.md`
* Features Modular view template `features.md`
* Hero Modular view template `hero.md`
* Text Modular view template `text.md`
# Installation
Installing the Quark theme can be done in one of two ways. Our GPM (Grav Package Manager) installation method enables you to quickly and easily install the theme with a simple terminal command, while the manual method enables you to do so via a zip file.
The theme by itself is useful, but you may have an easier time getting up and running by installing a skeleton. The Quark theme can be found in both the [One-page](https://github.com/getgrav/grav-skeleton-onepage-site) and [Blog Site](https://github.com/getgrav/grav-skeleton-blog-site) which are self-contained repositories for a complete sites which include: sample content, configuration, theme, and plugins.
## GPM Installation (Preferred)
The simplest way to install this theme is via the [Grav Package Manager (GPM)](http://learn.getgrav.org/advanced/grav-gpm) through your system's Terminal (also called the command line). From the root of your Grav install type:
bin/gpm install quark
This will install the Quark theme into your `/user/themes` directory within Grav. Its files can be found under `/your/site/grav/user/themes/quark`.
## Manual Installation
To install this theme, just download the zip version of this repository and unzip it under `/your/site/grav/user/themes`. Then, rename the folder to `quark`. You can find these files either on [GitHub](https://github.com/getgrav/grav-theme-quark) or via [GetGrav.org](http://getgrav.org/downloads/themes).
You should now have all the theme files under
/your/site/grav/user/themes/quark
## Default Options
Quark comes with a few default options that can be set site-wide. These options are:
```yaml
enabled: true # Enable the theme
production-mode: true # In production mode, only minified CSS is used. When disabled, nested CSS with sourcemaps are enabled
grid-size: grid-lg # The max-width of the theme, options include: `grid-xl`, `grid-lg`, and `grid-md`
header-fixed: true # Cause the header to be fixed at the top of the browser
header-animated: true # Allows the fixed header to resize to a smaller header when scrolled
header-dark: false # Inverts the text/logo to work better on dark backgrounds
header-transparent: false # Allows the fixed header to be transparent over the page
sticky-footer: true # Causes the footer to be sticky at the bottom of the page
blog-page: '/blog' # The route to the blog listing page, useful for a blog style layout with sidebar
custom_logo: # A custom logo rather than the default (see below)
custom_logo_mobile: # A custom logo to use for mobile navigation
```
To make modifications, you can copy the `user/themes/quark/quark.yaml` file to `user/config/themes/` folder and modify, or you can use the admin plugin.
> NOTE: Do not modify the `user/themes/quark/quark.yaml` file directly or your changes will be lost with any updates
## Custom Logos
To add a custom logo, you should put the log into the `user/themes/quark/images/logo` folder. Standard image formats are support (`.png`,`.jpg`, `.gif`, `.svg`, etc.). Then reference the logo via the YAML like so:
```yaml
custom_logo:
- name: 'my-logo.png'
custom_logo_mobile:
- name: 'my-mobile-logo.png'
```
Alternatively, you can you use the drag-n-drop "Custom Logo" field in the Quark theme options.
## Page Overrides
Quark has the ability to allow pages to override some of the default options by letting the user set `body_classes` for any page. The theme will merge the combination of the defaults with any `body_classes` set. For example:
```yaml
body_classes: "header-dark header-transparent"
```
On a particular page will ensure that page has those options enabled (assuming they are false by default).
## Hero Options
The hero template allows some options to be set in the page frontmatter. This is used by the modular `hero` as well as the blog and item templates to provide a more dynamic header.
```yaml
hero_classes: text-light title-h1h2 parallax overlay-dark-gradient hero-large
hero_image: road.jpg
hero_align: center
```
The `hero_classes` option allows a variety of hero classes to be set dynamically these include:
* `text-light` | `text-dark` - Controls if the text should be light or dark depending on the content
* `title-h1h2` - Enforced a close matched h1/h2 title pairing
* `parallax` - Enables a CSS-powered parallax effect
* `overlay-dark-gradient` - Displays a transparent gradient which further darkens the underlying image
* `overlay-light-gradient` - Displays a transparent gradient which further lightens the underlying image
* `overlay-dark` - Displays a solid transparent overlay which further darkens the underlying image
* `overlay-light` - Displays a solid transparent overlay which further darkens the underlying image
* `hero-fullscreen` | `hero-large` | `hero-medium` | `hero-small` | `hero-tiny` - Size of the hero block
The `hero_image` should point to an image file in the current page folder.
## Features Modular Options
The features modular template provides the ability to set a class on the features, as well as an array of feature items. For example:
```yaml
class: offset-box
features:
- header: Crazy Fast
text: "Performance is not just an afterthought, we baked it in from the start!"
icon: fighter-jet
- header: Easy to build
text: "Simple text files means Grav is trivial to install, and easy to maintain"
icon: database
- header: Awesome Technology
text: "Grav employs best-in-class technologies such as Twig, Markdown &amp; Yaml"
icon: cubes
- header: Super Flexible
text: "From the ground up, with many plugin hooks, Grav is extremely extensible"
icon: object-ungroup
- header: Abundant Plugins
text: "A vibrant developer community means over 200 themes available to download"
icon: puzzle-piece
- header: Free / Open Source
text: "Grav is an open source project, so you can spend your money on other stuff"
icon: money
```
## Text Modular Options
The text box provides a single option to control if any image found in the page folder should be left or right aligned:
```yaml
image_align: right
```

Binary file not shown.

After

Width:  |  Height:  |  Size: 193 KiB

View File

@@ -0,0 +1,174 @@
name: le_style_de_lours_modif
version: 1.0
description: Theme pour le site internet Le style de l'ours
icon: microchip
author:
name: Kevin Tessier
email: kevin@figureslibres.io
url: http://figureslibres.cc
homepage: https://github.com/getgrav/grav-theme-quark
demo: https://demo.getgrav.org/onepage-skeleton
keywords: quark, spectre, theme, core, modern, fast, responsive, html5, css3
bugs: https://github.com/getgrav/grav-theme-quark/issues
license: MIT
dependencies:
- { name: grav, version: '>=1.5.0' }
form:
validation: loose
fields:
production-mode:
type: toggle
label: Production mode
help: When enabled, Quark will render with minified CSS
highlight: 1
default: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
grid-size:
type: select
label: Grid size
help: The maximum width of the theme
size: small
options:
'': None (full width)
grid-xl: Extra Large
grid-lg: Large
grid-md: Medium
header_section:
type: section
title: Header Defaults
underline: true
custom_logo:
type: file
label: Custom Logo
size: large
destination: 'theme://images/logo'
multiple: false
markdown: true
description: Will be used instead of default logo `theme://images/grav-logo.svg`
accept:
- image/*
custom_logo_mobile:
type: file
label: Mobile Custom Logo
size: large
destination: 'theme://images/logo'
multiple: false
accept:
- image/*
header-fixed:
type: toggle
label: Fixed header
help: When enabled, the header will be fixed at the top of the browser
highlight: 1
default: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
header-animated:
type: toggle
label: Animated
help: When enabled, the header will animate to a smaller header when scrolling
highlight: 1
default: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
header-dark:
type: toggle
label: Dark Style
help: When enabled, a dark-friendly style will be used
highlight: 0
default: 0
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
header-transparent:
type: toggle
label: Transparent
help: When enabled, a transparent style will be used
highlight: 0
default: 0
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
footer_section:
type: section
title: Footer Defaults
underline: true
sticky-footer:
type: toggle
label: Sticky footer
help: When enabled, the footer will be sticky at the bottom of the browser
highlight: 1
default: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
blog_section:
type: section
title: Blog Defaults
underline: true
blog-page:
type: text
label: Blog Page
help: The route to the blog page when working with blog sidebar
size: medium
default: '/blog'
spectre_section:
type: section
title: Spectre.css Options
underline: true
spectre.exp:
type: toggle
label: Experimentals CSS
help: When enabled, the `spectre-exp.css` file will be included
highlight: 0
default: 0
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
spectre.icons:
type: toggle
label: Icons CSS
help: When enabled, the `spectre-icons.css` file will be included
highlight: 0
default: 0
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool

View File

@@ -0,0 +1,105 @@
extends@: default
child_type: item
rules:
slug:
pattern: "[a-z][a-z0-9_\-]+"
min: 2
max: 80
form:
fields:
tabs:
type: tabs
active: 1
fields:
content:
fields:
header.blog.config:
type: toggle
label: Gallerie
highlight: 1
options:
1: Oui
0: Non
validate:
type: bool
advanced:
fields:
overrides:
fields:
header.child_type:
default: item
blog:
type: tab
title: Blog Config
fields:
content_title:
type: spacer
title: Content Definition
header.content.items:
type: textarea
yaml: true
label: Items
default: '@self.children'
validate:
type: yaml
header.content.limit:
type: text
label: Max Item Count
default: 5
validate:
required: true
type: int
min: 1
header.content.order.by:
type: select
label: Order By
default: date
options:
folder: Folder
title: Title
date: Date
default: Default
header.content.order.dir:
type: select
label: Order
default: desc
options:
asc: Ascending
desc: Descending
header.content.pagination:
type: toggle
label: Pagination
highlight: 1
default: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
header.content.url_taxonomy_filters:
type: toggle
label: URL Taxonomy Filters
highlight: 1
default: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
import@:
type: partials/blog-bits
context: blueprints://pages

View File

@@ -0,0 +1,15 @@
extends@: default
form:
fields:
tabs:
fields:
advanced:
fields:
columns:
fields:
column1:
fields:
header.body_classes:
markdown: true
description: 'Available classes in Quark Theme (space separated):<br />`header-fixed`, `header-animated`, `header-dark`, `header-transparent`, `sticky-footer`'

View File

@@ -0,0 +1,113 @@
extends@: default
form:
fields:
tabs:
fields:
blog:
type: tab
title: Blog Item
fields:
header_options:
type: section
title: Header Options
underline: true
header.continue_link:
type: toggle
toggleable: true
label: DF Style Link
help: Daring Fireball style title link
highlight: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
header.header_image:
type: toggle
toggleable: true
label: Display Header Image
help: Enabled displaying of a header image
highlight: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
header.header_image_file:
type: text
toggleable: true
label: Image File
help: image filename that exists in the page folder. If not provided, will use the first image found.
placeholder: For example: myimage.jpg
header.header_image_width:
type: text
toggleable: true
label: Image Width
size: small
help: Header width in px
placeholder: Default is 900
validate:
type: int
min: 0
max: 5000
header.header_image_height:
type: text
toggleable: true
label: Image Height
size: small
help: Header height in px
placeholder: Default is 300
validate:
type: int
min: 0
max: 5000
summary:
type: section
title: Summary
underline: true
header.summary.enabled:
type: toggle
toggleable: true
label: Summary
highlight: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
header.summary.format:
type: select
toggleable: true
label: Format
classes: fancy
options:
'short': 'Use the first occurence of delimter or size'
'long': 'Summary delimiter will be ignored'
header.summary.size:
type: text
toggleable: true
label: Size
classes: large
placeholder: 300
validate:
type: int
min: 1
header.summary.delimiter:
type: text
toggleable: true
label: Summary delimiter
classes: large
placeholder: ===
import@:
type: partials/blog-bits

View File

@@ -0,0 +1,38 @@
title: Features
'@extends': default
form:
fields:
tabs:
fields:
features:
type: tab
title: Features
fields:
header.class:
type: select
label: Layout
default: small
size: medium
options:
small: Small = 4 / 3 / 2 columns
standard: Standard = 3 / 2 / 1 columns
header.features:
name: features
type: list
label: Features
fields:
.icon:
type: iconpicker
label: Icon
.header:
type: text
label: Header
.text:
type: text
label: Text
.url:
type: text
label: Link

View File

@@ -0,0 +1,23 @@
title: Hero
'@extends': default
form:
fields:
tabs:
fields:
buttons:
type: tab
title: Hero
fields:
header.hero_classes:
type: text
label: Hero Classes
markdown: true
description: 'There are several Hero class options that can be listed here (space separated):<br />`text-light`, `text-dark`, `title-h1h2`, `parallax`, `overlay-dark-gradient`, `overlay-light-gradient`, `overlay-dark`, `overlay-light`, `hero-fullscreen`, `hero-large`, `hero-medium`, `hero-small`, `hero-tiny`<br />Please consult the [Quark documentation](https://github.com/getgrav/grav-theme-quark#hero-options) for more details.'
header.hero_image:
type: filepicker
label: Hero Image
preview_images: true
description: 'If not specified, this defaults to the first image found in the page''s folder'

View File

@@ -0,0 +1,19 @@
title: Text
'@extends': default
form:
fields:
tabs:
fields:
content:
fields:
header.media_order:
label: Page Media (first one will be displayed next to your content)
header.image_align:
type: select
label: Image position
classes: fancy
default: left
options:
'left': 'Left'
'right': 'Right'

View File

@@ -0,0 +1,64 @@
form:
fields:
hero_title:
type: spacer
title: Hero Section
header.hero_classes:
type: text
label: Hero Classes
markdown: true
description: 'There are several Hero class options that can be listed here (space separated):<br />`text-light`, `text-dark`, `title-h1h2`, `parallax`, `overlay-dark-gradient`, `overlay-light-gradient`, `overlay-dark`, `overlay-light`, `hero-fullscreen`, `hero-large`, `hero-medium`, `hero-small`, `hero-tiny`<br />Please consult the [Quark documentation](https://github.com/getgrav/grav-theme-quark#hero-options) for more details.'
header.hero_image:
type: filepicker
label: Hero Image
preview_images: true
description: 'If not specified, this defaults to the first image found in the page''s folder'
toggles_title:
type: spacer
title: Configuration
header.blog_url:
type: text
toggleable: true
label: Blog Route
help: The route to the main blog page that contains the "Show ..." configuration
default: '/blog'
placeholder: '/blog'
size: medium
header.show_sidebar:
type: toggle
toggleable: true
label: Show Sidebar
highlight: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
header.show_breadcrumbs:
type: toggle
toggleable: true
label: Show Breadcrumbs
highlight: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
header.show_pagination:
type: toggle
toggleable: true
label: Show Pagination
highlight: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,49 @@
.bricklayer {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.bricklayer-column-sizer {
width: 100%;
display: none;
}
@media screen and (min-width: 640px) {
.bricklayer-column-sizer {
width: 100%;
}
}
@media screen and (min-width: 980px) {
.bricklayer-column-sizer {
width: 50%;
}
}
/*@media screen and (min-width: 1200px) {*/
/*.bricklayer-column-sizer {*/
/*width: 33.33333%;*/
/*}*/
/*}*/
.bricklayer-column {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
padding-left: 5px;
padding-right: 5px;
}

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,6 @@
/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

View File

@@ -0,0 +1,6 @@
/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

View File

@@ -0,0 +1,224 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata></metadata>
<defs>
<font id="league_gothic_condensed_itaRg" horiz-adv-x="456" >
<font-face units-per-em="2048" ascent="1505" descent="-543" />
<missing-glyph horiz-adv-x="221" />
<glyph horiz-adv-x="2048" />
<glyph horiz-adv-x="2048" />
<glyph horiz-adv-x="682" />
<glyph unicode="&#xd;" horiz-adv-x="221" />
<glyph unicode=" " horiz-adv-x="221" />
<glyph unicode="&#x09;" horiz-adv-x="221" />
<glyph unicode="&#xa0;" horiz-adv-x="221" />
<glyph unicode="!" horiz-adv-x="292" d="M-47 0l47 227h166l-49 -227h-164zM66 406l200 1099h180l-266 -1099h-114z" />
<glyph unicode="&#x22;" horiz-adv-x="462" d="M156 954l98 551h166l-135 -551h-129zM362 954l99 551h166l-135 -551h-130z" />
<glyph unicode="#" horiz-adv-x="800" d="M12 0l131 438h-120l57 195h119q15 59 39 129l38 129h-116l55 194h119q10 37 31.5 109.5t29.5 99.5l64 211h153l-123 -420h119q10 36 31.5 107.5t30.5 101.5l63 211h154l-125 -420h117l-58 -194h-114l-39 -129q-30 -92 -39 -129h114l-57 -195h-115l-65 -219 q-11 -39 -33 -112.5t-31 -106.5h-155l129 438h-119l-66 -219q-11 -40 -32.5 -113.5t-30.5 -105.5h-156zM354 633h119q15 59 39 129l39 129h-119z" />
<glyph unicode="$" horiz-adv-x="479" d="M0 131q-19 98 6 227l135 13q-13 -82 -2 -129q10 -58 54 -58q33 0 63 58q26 54 41 127q16 77 -4 174q-9 43 -21 84q-23 66 -53 176q-33 149 -33 227q0 69 13 125q22 118 77 211q58 105 146 131l29 131h86l-27 -125q73 -11 100 -96q20 -74 4 -186l-139 -25q9 51 0.5 88.5 t-39.5 36.5q-29 0 -55 -51q-28 -54 -39 -111q-15 -70 4 -172q9 -51 45 -166q9 -27 29 -98q35 -123 35 -225q0 -62 -15 -127q-30 -148 -88 -242q-72 -113 -162 -127l-45 -217h-86l45 221q-81 22 -104 125z" />
<glyph unicode="%" horiz-adv-x="837" d="M76 0l751 1505h131l-745 -1505h-137zM156 911l92 437q18 76 69.5 125t120.5 49q75 0 100 -49.5t15 -124.5l-92 -437q-20 -77 -70 -126.5t-119 -49.5q-74 0 -102.5 51.5t-13.5 124.5zM272.5 875q1.5 -19 24.5 -19q14 0 23.5 10t12 19.5t5.5 25.5l92 437q12 55 -16 55 q-29 0 -43 -55l-92 -437q-8 -17 -6.5 -36zM479 158l92 436q15 75 68.5 125.5t122.5 50.5q72 0 98.5 -51.5t16.5 -124.5l-93 -436q-20 -75 -70 -124.5t-118 -49.5q-73 0 -102.5 50.5t-14.5 123.5zM597.5 131.5q-0.5 -12.5 5 -22t18.5 -9.5q29 0 41 58l92 436q12 55 -17 55 q-30 0 -43 -55l-92 -436q-4 -14 -4.5 -26.5z" />
<glyph unicode="&#x26;" horiz-adv-x="573" d="M-35.5 196q0.5 49 10.5 95q14 71 58 167.5t74.5 150t85.5 143.5q-16 226 28 442q80 328 250 328q45 0 74 -24t40 -58.5t12 -81t-4 -83.5t-13 -75q-12 -58 -33.5 -114t-56.5 -119.5t-57 -99t-68 -107.5q15 -260 16 -271q20 33 42 90.5t30 94.5l131 -25q-15 -63 -49 -141.5 t-55 -117.5t-72 -132q3 -13 20.5 -31t38.5 -30l-45 -213q-54 17 -73 38t-35 61l-3 9q-62 -108 -184 -108q-61 0 -99.5 32t-51 81.5t-12 98.5zM135.5 204.5q7.5 -42.5 36.5 -42.5q54 0 100 98q-29 124 -39 281q-8 -19 -27 -63t-25 -58t-16.5 -41.5t-16 -46.5t-9.5 -39 q-11 -46 -3.5 -88.5zM344 975q72 136 92 225q9 34 12.5 66t-0.5 56t-18 24q-20 0 -38.5 -46t-29.5 -100q-28 -139 -18 -225z" />
<glyph unicode="'" horiz-adv-x="198" d="M158 954l98 551h166l-135 -551h-129z" />
<glyph unicode="(" horiz-adv-x="397" d="M37 283q9 164 51 362q71 333 229 664q73 155 158 301l103 -109q-124 -197 -236 -506q-56 -149 -98 -350q-71 -331 -56 -620q5 -123 25 -234l-145 -106q-46 256 -31 598z" />
<glyph unicode=")" horiz-adv-x="397" d="M-104 -209q98 153 235 506q62 180 98 348q66 316 54 621q-7 147 -25 235l148 109q43 -265 28 -600q-9 -167 -51 -365q-71 -332 -229 -663q-57 -118 -158 -297z" />
<glyph unicode="*" horiz-adv-x="468" d="M137 1083l125 134l-106 38l59 142l88 -47l23 155h129l-43 -157l106 49v-142l-117 -38l60 -134l-119 -100l-37 125l-88 -125z" />
<glyph unicode="+" horiz-adv-x="698" d="M86 649l37 172h221l74 346h141l-74 -346h222l-37 -172h-221l-74 -346h-142l74 346h-221z" />
<glyph unicode="," horiz-adv-x="247" d="M-45 -266l104 266h-51l49 227h166l-49 -227l-123 -266h-96z" />
<glyph unicode="-" horiz-adv-x="327" d="M63 455l41 194h215l-40 -194h-216z" />
<glyph unicode="." horiz-adv-x="253" d="M2 0l47 227h166l-47 -227h-166z" />
<glyph unicode="/" horiz-adv-x="493" d="M-117 -147l676 1652h135l-674 -1652h-137z" />
<glyph unicode="0" horiz-adv-x="495" d="M-12.5 180q0.5 51 12.5 109l197 928q18 84 50 149.5t89.5 110.5t130.5 45q58 0 94.5 -29.5t48 -77.5t10.5 -97.5t-12 -100.5l-198 -928q-28 -132 -94.5 -218.5t-174.5 -86.5q-57 0 -92.5 27t-48.5 72.5t-12.5 96.5zM169.5 223.5q4.5 -24.5 18.5 -24.5q15 0 30.5 27 t21.5 63l198 928q19 90 -14 90q-17 0 -31 -25.5t-22 -64.5l-199 -928q-7 -41 -2.5 -65.5z" />
<glyph unicode="1" horiz-adv-x="346" d="M2 0l252 1180h-88l29 137q64 22 139 110q23 33 43 78h117l-322 -1505h-170z" />
<glyph unicode="2" horiz-adv-x="499" d="M-66 0l48 219q199 341 269 481q122 243 167 433q5 22 9 49.5t7.5 59.5t0.5 53.5t-13 21.5q-21 0 -44 -71.5t-30 -112.5l-22 -105h-170l22 105q86 389 287 389q202 0 119 -375q-38 -183 -159 -437t-259 -491h211l-47 -219h-396z" />
<glyph unicode="3" horiz-adv-x="473" d="M27 434h166q-10 -44 -16.5 -80t-13 -80.5t-4 -70t14.5 -25.5q35 0 78 205q35 170 24.5 231.5t-81.5 65.5l38 182q41 3 70 23t46 56.5t27 72.5t21 87q3 14 4 21q30 148 25 182q-3 17 -12 17q-38 0 -90 -250h-168q12 57 25 106.5t39 116.5t56 114t76.5 80.5t100.5 33.5 q59 0 94 -35t44.5 -90.5t7.5 -108t-13 -102.5q-36 -166 -77.5 -256.5t-115.5 -161.5q92 -73 25 -383q-17 -84 -38 -147.5t-54 -125t-82 -95t-111 -33.5q-203 0 -106 450z" />
<glyph unicode="4" horiz-adv-x="479" d="M-6 328l39 194l420 983h165l-208 -983h61l-41 -194h-61l-72 -328h-145l71 328h-229zM176 522h92l99 465z" />
<glyph unicode="5" horiz-adv-x="483" d="M1 205.5q4 63.5 13 112t20 99.5q2 5 2.5 7.5t1 6.5t1.5 7h168l-21 -100q-6 -29 -10 -57.5t-5.5 -52t1.5 -38t10 -14.5q36 0 72 160l80 377q9 47 4.5 78.5t-19.5 31.5q-21 0 -40 -41t-25 -69h-148l168 792h357l-47 -219h-205l-68 -321q7 20 41.5 39.5t59.5 19.5 q35 0 58.5 -14.5t34 -42t14.5 -56.5t0.5 -68.5t-8 -67t-11.5 -62.5l-76 -357q-86 -372 -291 -372q-55 0 -86.5 32.5t-40.5 79t-5 110z" />
<glyph unicode="6" horiz-adv-x="481" d="M-10.5 195.5q1.5 45.5 10.5 93.5l190 889q77 344 275 344q199 0 129 -344l-23 -107h-163q8 41 13.5 71.5t13 80.5t5 78t-15.5 28q-30 0 -64 -151l-59 -279q5 10 30.5 22.5t47.5 12.5q38 0 64.5 -12.5t39.5 -36t19 -49.5t4 -60.5t-6 -60.5t-11 -58l-79 -368 q-12 -54 -35 -105t-56.5 -97.5t-83 -74.5t-106.5 -28t-91 31.5t-42 83t-6.5 97zM166 264q-18 -88 18 -88q22 0 37 28.5t21 59.5l92 430q8 68 -25 68q-14 0 -25.5 -12.5t-15 -21.5t-10.5 -28z" />
<glyph unicode="7" horiz-adv-x="415" d="M-27 0l408 1286h-201l47 219h373l-47 -221l-408 -1284h-172z" />
<glyph unicode="8" horiz-adv-x="479" d="M-4.5 168.5q-3.5 48.5 6.5 91.5l70 320q28 130 131 215q-21 26 -31 49.5t-15 61t7 83.5l61 291q21 97 87 169.5t159 72.5q51 0 86 -22.5t48.5 -57.5t17 -78t-8.5 -84l-61 -291q-14 -71 -42.5 -115t-78.5 -79q36 -24 47 -79.5t-6 -135.5l-70 -320q-11 -50 -32 -97 t-52.5 -88t-76.5 -66t-97 -25t-87 27t-47 68t-15.5 89.5zM166 201q5 -19 20 -19q13 0 28.5 20t21.5 48q2 12 14 66t20 94q9 47 22 105.5t17 78.5q9 32 5.5 59t-21.5 27q-36 0 -53 -88q-17 -85 -39 -182q-7 -33 -18 -84t-15 -74q-7 -32 -2 -51zM314 897.5q6 -18.5 22 -18.5 q13 0 28 19.5t21 47.5q2 10 11.5 54t17.5 85q28 124 35 164q9 32 5 58t-22 26q-36 0 -53 -86q-12 -59 -35 -162q-8 -37 -16.5 -76t-12.5 -61q-7 -32 -1 -50.5z" />
<glyph unicode="9" horiz-adv-x="481" d="M-18 185q2 42 6.5 74.5t11.5 68.5l23 106h163q-10 -50 -14.5 -73t-13 -77.5t-6 -81t15.5 -26.5q31 0 65 152l58 278q-5 -10 -30.5 -22.5t-47.5 -12.5q-38 0 -64.5 12.5t-39.5 36t-19.5 49.5t-4.5 60.5t6 60.5t11 58l80 369q12 54 35 105t56.5 97.5t83 74.5t106.5 28 q47 0 78.5 -22t45 -54.5t17 -76t0 -80t-11.5 -72.5l-189 -889q-16 -66 -34.5 -117.5t-50.5 -107.5t-80.5 -87.5t-110.5 -31.5q-43 0 -73 16.5t-44.5 46t-22 63t-5.5 75.5zM258.5 770.5q4.5 -27.5 26.5 -27.5q33 0 49 62l92 436q18 88 -18 88q-22 0 -37 -28.5t-21 -59.5 l-90 -430q-6 -13 -1.5 -40.5z" />
<glyph unicode=":" horiz-adv-x="278" d="M-33 0l47 227h166l-49 -227h-164zM156 893l49 227h166l-49 -227h-166z" />
<glyph unicode=";" horiz-adv-x="278" d="M-74 -266l105 266h-49l47 227h166l-50 -227l-122 -266h-97zM170 893l49 227h166l-49 -227h-166z" />
<glyph unicode="&#x3c;" horiz-adv-x="696" d="M88 655l31 148l692 508l-47 -219l-504 -363q24 -25 53 -55.5t65.5 -67.5t55.5 -57l176 -182l-47 -220z" />
<glyph unicode="=" horiz-adv-x="696" d="M47 477l37 172h584l-37 -172h-584zM129 864l37 172h584l-37 -172h-584z" />
<glyph unicode="&#x3e;" horiz-adv-x="696" d="M-18 147l45 220l499 362l-346 363l47 219l475 -508l-30 -148z" />
<glyph unicode="?" horiz-adv-x="313" d="M2 0l49 227h166l-49 -227h-166zM96 406l56 256q24 113 98 270q30 64 102 182q9 14 18 30.5t22.5 42t20 47.5t9.5 42.5t-6.5 32.5t-30.5 12q-31 0 -72 -55q-11 -15 -21 -32.5t-19 -35.5l-11 -22l-104 84q22 61 98 153q85 100 174 100q188 0 133 -266q-21 -99 -110 -239 q-6 -10 -20 -32.5t-21 -33.5q-52 -82 -86 -172q-17 -50 -29 -108l-55 -256h-146z" />
<glyph unicode="@" horiz-adv-x="692" d="M2 311l184 873q23 115 103 211q119 133 278 133q163 0 226 -133q36 -85 10 -211l-168 -795h-137l-15 64q-12 -28 -50 -53t-71 -25q-51 0 -68.5 55t1.5 133l100 477q43 185 170 185q37 0 66 -29q4 50 -8 78q-17 53 -99 53q-75 0 -114 -53q-38 -44 -50 -90l-184 -873 q-10 -42 10 -84q19 -55 93 -55q83 0 145 72l123 -103q-62 -76 -135.5 -120t-173.5 -44q-156 0 -222 132q-35 81 -14 202zM455 575q-3 -14 3.5 -24t14.5 -10q26 0 31 34l96 449q3 15 -3 25t-17 10q-8 0 -17 -10.5t-12 -24.5z" />
<glyph unicode="A" horiz-adv-x="520" d="M-86 0l457 1505h198l-186 -1505h-166l43 307h-94l-88 -307h-164zM233 541h64l94 598z" />
<glyph unicode="B" horiz-adv-x="507" d="M-49 0l319 1505h150q63 0 99.5 -21t58.5 -67q24 -54 24 -134q0 -77 -22 -177q-24 -122 -58 -195q-47 -84 -96 -116q26 -30 39 -60.5t14 -87.5q0 -47 -33 -221q-19 -88 -47 -174.5t-49 -122.5q-76 -129 -178 -129h-221zM166 219q33 0 43 10q30 30 70 222q11 53 17.5 86.5 t10.5 63.5t3 47t-7 24q-8 10 -39 10zM307 885q33 0 45 12q29 34 62 188q23 107 23 156q0 22 -5 33q-10 12 -39 12z" />
<glyph unicode="C" horiz-adv-x="487" d="M-12 184q1 50 12 105l197 928q12 54 32.5 104.5t52 97.5t78 75t101.5 28q58 0 94 -32t46 -82q10 -48 9 -93q0 -50 -10 -98l-49 -228h-166l49 228q7 32 7 53q0 37 -23 37q-30 0 -45 -82l-201 -936q-8 -36 -8 -57q0 -33 18 -33q35 0 54 90l49 227h166l-50 -227 q-28 -134 -93 -219.5t-173 -85.5q-56 0 -91 28t-46 76q-10 44 -10 88v8z" />
<glyph unicode="D" horiz-adv-x="518" d="M-49 0l319 1505h142q100 0 140.5 -34t51.5 -121q2 -20 1 -43q0 -69 -15 -167q-21 -130 -74 -388q-41 -190 -61.5 -281.5t-49.5 -193.5t-53 -144q-35 -66 -89.5 -99.5t-149.5 -33.5h-162zM166 221q2 -1 11 -1h7.5h4.5q3 0 10 2t11 5t10 8.5t10.5 14t9.5 20.5q10 31 94 418 q13 63 35 163t30.5 140.5t20 96.5t16.5 88t8 59v8q0 8 -1 14q-2 9 -4.5 14t-10 8t-10 3.5t-13.5 1t-12 0.5z" />
<glyph unicode="E" horiz-adv-x="438" d="M-49 0l319 1505h340l-49 -227h-170l-84 -395h123l-51 -242h-123l-88 -414h170l-49 -227h-338z" />
<glyph unicode="F" horiz-adv-x="432" d="M-49 0l319 1505h353l-50 -227h-182l-84 -395h123l-47 -228h-123l-141 -655h-168z" />
<glyph unicode="G" horiz-adv-x="503" d="M-12 196q2 48 12 93l197 928q12 55 33 105.5t52.5 97t78.5 74.5t102 28q58 0 94 -29.5t47 -78.5q10 -47 10 -93q0 -51 -12 -104l-53 -252h-170l53 252q6 32 6 52q0 38 -20 38q-16 0 -29 -27.5t-20 -62.5l-201 -947q-7 -33 -7 -54q0 -36 21 -36q43 0 62 90l61 293h-37 l39 187h195l-160 -750h-88l-6 55q-20 -27 -59.5 -49t-67.5 -22q-53 0 -85 32t-40 82q-8 42 -8 84v14z" />
<glyph unicode="H" horiz-adv-x="528" d="M-49 0l319 1505h170l-133 -622h66l133 622h170l-322 -1505h-170l142 655h-66l-141 -655h-168z" />
<glyph unicode="I" horiz-adv-x="292" d="M-49 0l319 1505h170l-321 -1505h-168z" />
<glyph unicode="J" horiz-adv-x="315" d="M-88 -12l45 221q9 -2 16 -2q30 0 48 27q23 34 32 79l254 1192h170l-260 -1226q-62 -293 -273 -293q-16 0 -32 2z" />
<glyph unicode="K" horiz-adv-x="522" d="M-49 0l319 1505h164l-92 -432l203 432h166l-267 -551l-59 -954h-166l47 717l-153 -717h-162z" />
<glyph unicode="L" horiz-adv-x="423" d="M-49 0l319 1505h170l-276 -1300h176l-45 -205h-344z" />
<glyph unicode="M" horiz-adv-x="655" d="M-49 0l319 1505h189l-74 -710l229 710h189l-322 -1505h-157l153 741l-215 -741h-92l94 741l-158 -741h-155z" />
<glyph unicode="N" horiz-adv-x="546" d="M-49 0l319 1505h144l-29 -710l152 710h157l-321 -1505h-144l33 731l-156 -731h-155z" />
<glyph unicode="O" horiz-adv-x="495" d="M0 289l197 928q18 84 50 149.5t89.5 110.5t130.5 45q58 0 94.5 -29.5t48.5 -77.5q11 -44 10 -90v-7q-1 -50 -12 -101l-198 -928q-28 -132 -94.5 -218.5t-174.5 -86.5q-57 0 -92.5 27t-48.5 73q-13 44 -13 92q0 52 13 113zM170 224q4 -24 18 -25q15 0 30.5 27t21.5 63 l198 928q7 33 7 54q0 36 -21 36q-17 0 -31 -25.5t-22 -64.5l-199 -928q-4 -25 -5 -44q1 -11 3 -21z" />
<glyph unicode="P" horiz-adv-x="493" d="M-49 0l319 1505h172q53 0 86 -19.5t54 -70.5q24 -55 23 -140q0 -92 -27 -220q-55 -250 -150 -367q-69 -82 -180 -86l-129 -602h-168zM295 827q41 0 59 25q23 34 58 195q30 141 30 193q0 14 -2 22q-2 11 -11 16t-15.5 5.5t-20.5 0.5z" />
<glyph unicode="Q" horiz-adv-x="499" d="M-8 187q1 48 12 102l197 928q13 62 34 114t52 96.5t76.5 69.5t101.5 25q58 0 94 -29.5t47 -77.5q10 -44 10 -89v-8q-1 -50 -12 -101l-196 -928q-17 -84 -68 -178q-2 -1 -2 -2v-3q12 -27 39 -36l-39 -185q-124 0 -143 107h-2q-12 -4 -19 -4l-27 -4h-16q-2 0 -3.5 1t-2.5 1 q-52 4 -83.5 32.5t-41.5 74.5q-9 40 -9 82q0 6 1 12zM172 226q1 -27 14 -27q14 0 27 27.5t20 62.5l197 928q8 37 8 59q0 31 -16 31q-29 0 -47 -90l-197 -928q-7 -29 -7 -54q0 -4 1 -9z" />
<glyph unicode="R" horiz-adv-x="505" d="M-49 0l319 1505h172q116 0 148 -110q13 -44 13 -105q0 -91 -28 -219q-55 -253 -151 -342l-51 -729h-166l53 655l-141 -655h-168zM297 829q29 0 49 23q28 30 66 211q27 130 27 179q0 16 -3 24q-9 20 -43 20z" />
<glyph unicode="S" horiz-adv-x="483" d="M-20 178v10q0 30 5 72q6 50 11 76.5t13 68.5q1 5 1.5 8.5t1.5 6.5l172 24q-7 -34 -12.5 -63t-13.5 -81q-5 -35 -4 -61v-22q4 -31 20 -31q22 0 36 33.5t30 112.5q10 46 12 90v19q0 39 -6 89q-8 62 -16.5 107t-28.5 145q-24 143 -24 250q0 78 13 137q12 58 30.5 111.5 t49.5 111t79 93.5t106 37h5q38 0 66 -14q30 -16 45.5 -40.5t22.5 -61.5t8 -71q0 -6 1 -12q0 -29 -5 -65q-5 -44 -10.5 -71.5l-12.5 -62.5l-172 -24q1 5 4 21.5t5.5 28t6 30.5t5 33.5t3.5 31.5t2.5 29t-0.5 23t-4.5 16.5t-8.5 5.5q-17 0 -31 -37.5t-29 -112.5q-6 -35 -8 -73 q0 -8 -1 -17q1 -31 5 -70q6 -49 11.5 -87t17.5 -107q17 -84 25 -131q6 -47 14 -112q5 -46 5 -88v-32q-3 -55 -15 -110q-78 -358 -279 -358q-43 0 -73 17t-46.5 41t-23.5 64t-8 72z" />
<glyph unicode="T" horiz-adv-x="450" d="M27 0l272 1278h-125l49 227h420l-49 -227h-125l-272 -1278h-170z" />
<glyph unicode="U" horiz-adv-x="512" d="M0 289l256 1216h170l-258 -1216q-8 -34 -8 -56v-11q2 -24 22 -23q31 0 49 90l258 1216h170l-258 -1216q-66 -305 -266 -305q-151 0 -151 174q0 56 16 131z" />
<glyph unicode="V" horiz-adv-x="491" d="M49 0l182 1505h166l-106 -770l221 770h166l-461 -1505h-168z" />
<glyph unicode="W" horiz-adv-x="684" d="M29 0l207 1505h159l-108 -706l200 706h125l-98 -704q29 111 95.5 352t95.5 352h159l-432 -1505h-145l96 721l-211 -721h-143z" />
<glyph unicode="X" horiz-adv-x="503" d="M-88 0l313 791q0 243 4 356l4 358h168l-18 -364q25 70 74 198.5t63 165.5h168l-295 -714q-1 -41 -4 -128t-4 -131l-16 -532h-166l26 416l-153 -416h-164z" />
<glyph unicode="Y" horiz-adv-x="481" d="M55 0l138 641l43 864h167l-36 -438q28 83 82.5 237.5t70.5 200.5h168l-326 -864l-137 -641h-170z" />
<glyph unicode="Z" horiz-adv-x="438" d="M-86 0l51 238l428 1048h-178l47 219h361l-48 -219l-440 -1067h213l-47 -219h-387z" />
<glyph unicode="[" horiz-adv-x="385" d="M-82 -213l363 1718h276l-41 -196h-121l-282 -1325h120l-40 -197h-275z" />
<glyph unicode="\" horiz-adv-x="536" d="M233 -180l31 1872h135l-28 -1872h-138z" />
<glyph unicode="]" horiz-adv-x="385" d="M-96 -213l41 197h118l283 1325h-121l41 196h277l-365 -1718h-274z" />
<glyph unicode="^" horiz-adv-x="722" d="M61 809l377 696h178l78 -696h-155l-58 487l-264 -487h-156z" />
<glyph unicode="_" horiz-adv-x="724" d="M-16 -326l34 172h613l-37 -172h-610z" />
<glyph unicode="`" horiz-adv-x="675" d="M328 1489h164l22 -184h-131z" />
<glyph unicode="a" horiz-adv-x="471" d="M-12 94q-1 10 -1 22q1 18 3 42q4 40 6.5 55.5l7.5 46.5q61 273 242 404q67 47 84 79l24 121q7 26 6.5 60t-12.5 34q-13 0 -28 -33t-21 -61l-14 -73h-156l14 67q15 68 45.5 128.5t84.5 105.5t118 45q45 0 75.5 -25t41.5 -63q10 -39 12 -83v-12q0 -37 -10 -71l-145 -688 q-20 -85 -33 -195h-137q-11 55 -9 68q-22 -35 -55 -59.5t-68 -24.5q-26 0 -43 14.5t-23 43t-9 52.5zM148 198q2 -20 16 -20q19 0 36 22.5t23 53.5l56 260q-36 -36 -74 -111t-51 -141q-2 -7 -5 -25q-2 -10 -1 -20q-1 -10 0 -19z" />
<glyph unicode="b" horiz-adv-x="473" d="M-47 0l317 1505h162l-92 -432q9 20 42.5 42t55.5 22q37 0 58.5 -20.5t27.5 -54.5q4 -24 3 -48q-1 -11 -1 -22q-2 -35 -10 -74l-151 -715q-1 -4 -5.5 -25t-6.5 -29t-7.5 -28.5t-9 -30t-10.5 -27t-13.5 -26t-16.5 -20.5t-20 -18t-23 -10.5t-28 -4.5q-36 0 -65 27t-35 50 l-12 -61h-160zM166 256q-6 -28 -6 -46q0 -32 18 -32q30 0 45 78l135 627q4 18 4 34q0 9 -2 17q-4 22 -16 22q-14 0 -26 -22.5t-17 -50.5z" />
<glyph unicode="c" horiz-adv-x="448" d="M10 136q-1 19 -1 36q0 24 2 45q4 37 12 78l112 530q14 56 32 104.5t48 98.5t75.5 79.5t100.5 29.5q45 0 75.5 -11.5t46 -35t23.5 -48.5q5 -18 5 -43q0 -9 -1 -21q-3 -40 -7.5 -68.5t-14.5 -73.5l-22 -109h-156l31 147q7 33 7 51.5t-5 24.5t-15 6q-13 0 -29 -25.5 t-22 -56.5l-131 -616q-7 -31 -4.5 -59.5t16.5 -28.5q34 0 52 88l32 156h156l-27 -129q-10 -46 -19 -77.5t-23.5 -70t-32.5 -63t-43.5 -47t-60.5 -33t-79 -10.5q-45 0 -75 21.5t-42.5 54t-15.5 76.5z" />
<glyph unicode="d" horiz-adv-x="473" d="M-12 84q2 24 4.5 40t7 42t6.5 37l152 715q9 39 21.5 73.5t32.5 69.5t50.5 55.5t67.5 20.5q22 0 45.5 -22t23.5 -42l93 432h161l-319 -1505h-162l12 61q-13 -22 -55 -49.5t-78 -27.5q-20 0 -34 7.5t-20 22.5q-7 14 -9 30q-1 9 -1 20q0 9 1 20zM168 256q-5 -28 -5 -46 q0 -32 17 -32q14 0 26 23t19 55l135 627q4 24 4 40q0 33 -18 33q-13 0 -25 -21t-18 -52z" />
<glyph unicode="e" d="M4 167q2 46 12 99l125 584q25 115 89.5 201t158.5 86q50 0 82.5 -17.5t46.5 -43.5q14 -27 18 -66q2 -18 2 -36q0 -20 -2 -38q-4 -36 -14 -80l-69 -334h-224l-53 -243q-8 -47 -9 -75q0 -38 17 -38q39 0 62 113l26 122h154l-31 -141q-59 -276 -260 -276q-50 0 -81 25 t-41 69q-9 38 -9 77v12zM262 684h70l35 158q9 43 9 69q0 45 -26 45q-18 0 -32 -38t-21 -76z" />
<glyph unicode="f" horiz-adv-x="346" d="M-23 0l197 934h-63l41 186h63l12 66q11 46 18.5 73t22 71.5t31 71.5t39 55.5t53 42t66.5 13.5q42 0 71 -20l-34 -170q-14 10 -31 10t-27 -8q-24 -21 -45 -127l-16 -78h63l-41 -186h-63l-199 -934h-158z" />
<glyph unicode="g" horiz-adv-x="501" d="M-88 -184q18 89 141 170h2q-60 31 -60 105q0 20 5 44q8 43 43 89.5t76 78.5q-36 79 -36 161q0 41 9 83l66 305q9 38 22.5 75.5t36 76t49 67.5t62.5 47.5t75 18.5q91 0 113 -70q73 70 143 70l-38 -185q-59 0 -80 -24q4 -15 -2 -49l-72 -338q-13 -48 -35 -94t-53.5 -88.5 t-75.5 -68.5t-94 -26h-10q-18 -22 -23 -49t16.5 -44.5t51.5 -25.5q82 -24 108 -63q31 -51 31 -122q0 -35 -8 -75q-27 -124 -101 -205t-192 -81q-103 0 -147 59q-30 39 -30 98q0 28 7 60zM74 -150q-3 -14 -3 -26q0 -17 7 -30q11 -21 43 -21q33 0 58.5 21.5t33.5 53.5 q2 12 2 22q0 42 -39 58l-45 17q-47 -41 -57 -95zM242 468q0 -32 14 -32q30 0 51 101l68 317q10 43 10 68q0 34 -18 34q-14 0 -28.5 -33t-21.5 -69l-67 -317q-8 -37 -8 -69z" />
<glyph unicode="h" horiz-adv-x="468" d="M-49 0l319 1505h162l-92 -432q8 21 41 42.5t59 21.5q36 0 56.5 -23.5t24.5 -61.5q2 -23 2 -45q-1 -13 -1 -25q-2 -32 -8 -64l-197 -918h-153l188 883q7 29 7 46q0 27 -17 27q-27 0 -43 -73l-188 -883h-160z" />
<glyph unicode="i" horiz-adv-x="270" d="M-49 0l237 1120h162l-239 -1120h-160zM225 1298l45 207h162l-45 -207h-162z" />
<glyph unicode="j" horiz-adv-x="280" d="M-182 -369l45 187q16 -3 27.5 -4t21 8.5t15.5 17.5t11 23.5t7.5 26.5t5.5 26q1 7 2 10l252 1194h162l-244 -1149q-29 -138 -66 -221q-66 -135 -170 -135q-36 0 -69 16zM242 1298l45 207h162l-46 -207h-161z" />
<glyph unicode="k" horiz-adv-x="446" d="M-49 0l319 1505h156l-131 -618l125 233h155l-219 -385l-24 -735h-156l31 475l-103 -475h-153z" />
<glyph unicode="l" horiz-adv-x="280" d="M-49 0l319 1505h162l-321 -1505h-160z" />
<glyph unicode="m" horiz-adv-x="673" d="M-29 0l236 1120h162l-13 -59q25 31 61.5 53.5t65.5 22.5q32 0 48.5 -24.5t13.5 -57.5q21 33 64.5 57.5t78.5 24.5q19 0 32.5 -6t21 -19t12.5 -25.5t5 -34v-35t-4 -37t-6 -33t-6 -29.5l-194 -918h-150l189 883q4 23 4 38q0 35 -21 35q-16 0 -28.5 -24.5t-16.5 -48.5 l-188 -883h-148l189 887q7 32 2.5 50.5t-19.5 18.5q-13 0 -25 -21t-18 -52l-188 -883h-160z" />
<glyph unicode="n" horiz-adv-x="475" d="M-29 0l236 1120h162l-13 -57q24 26 62.5 50t62.5 24q77 0 77 -110q0 -45 -13 -109l-195 -918h-160l189 885q4 21 4 36q0 35 -21 35q-29 0 -43 -73l-188 -883h-160z" />
<glyph unicode="o" d="M5 116q-2 20 -2 40t2 38q4 38 13 85l121 563q62 295 254 295q59 0 93 -22q34 -23 44 -65q7 -31 7 -64q-1 -12 -1 -25q-4 -47 -18 -113l-121 -576q-30 -139 -89 -213.5t-163 -74.5q-46 0 -77 18t-45 45.5t-18 68.5zM168 258q-7 -33 -7 -54q0 -38 23 -38q21 0 37 34.5 t19 57.5l129 604q10 33 10 59q-1 4 -1 7q-2 28 -24 28q-36 0 -57 -94z" />
<glyph unicode="p" horiz-adv-x="473" d="M-90 -385l317 1505h162l-12 -57q19 28 57 51t66 23q80 0 80 -107q0 -46 -15 -112l-151 -715q-49 -219 -160 -219q-28 0 -54.5 24.5t-33.5 57.5l-96 -451h-160zM205 246q-4 -22 -4 -36q0 -32 20 -32q28 0 43 68l133 635q5 27 5 44q0 31 -17 31q-32 0 -47 -75z" />
<glyph unicode="q" horiz-adv-x="473" d="M24 66q-2 19 -2 36t2 32q2 29 9 69l151 715q49 219 160 219q28 0 56 -23t34 -51l12 57h162l-319 -1505h-162l96 451q-23 -34 -60 -58t-65 -24q-35 0 -53.5 21.5t-20.5 60.5zM203 246q-5 -23 -5 -38q0 -30 19 -30q31 0 45 68l133 635q5 26 5 42q0 33 -19 33q-30 0 -45 -75 z" />
<glyph unicode="r" horiz-adv-x="364" d="M-29 0l236 1120h158l-13 -61q62 78 154 78l-51 -246q-30 19 -56 19q-25 0 -47 -19q-44 -38 -59 -113l-166 -778h-156z" />
<glyph unicode="s" horiz-adv-x="440" d="M-9 127q-1 10 -1 21q0 20 2 44q4 38 8 66.5t12 67.5h148q-16 -80 -16 -123q0 -47 20 -47t33 31.5t28 103.5q4 21 4 46t-2 44t-9 51t-11 47.5t-14 52.5q-4 15 -18.5 59.5t-19.5 65.5t-11 59q-5 29 -5 58v18q2 36 11 78q25 116 84.5 191.5t146.5 75.5q40 0 68.5 -14 t42.5 -41q14 -26 20 -54q5 -21 4 -47v-20q-2 -38 -6.5 -65.5t-11.5 -61.5h-140q4 16 6.5 35.5t4 42.5t-3 38t-15.5 15q-28 0 -55 -117q-4 -21 -4.5 -44t1 -39t6.5 -40t8 -34.5t10.5 -35.5t9.5 -30q16 -41 26 -75q12 -34 22 -82q10 -46 10 -98q0 -57 -13 -116 q-7 -33 -17.5 -65.5t-31 -71t-46 -66.5t-64.5 -47.5t-85 -19.5q-36 0 -62 11.5t-41.5 29t-23 46.5t-9.5 56z" />
<glyph unicode="t" horiz-adv-x="358" d="M-2 0l197 934h-68l41 186h68l57 277h158l-58 -277h86l-41 -186h-86l-198 -934h-156z" />
<glyph unicode="u" horiz-adv-x="475" d="M6 203l195 917h159l-188 -884q-4 -22 -4 -38q0 -34 20 -34q28 0 45 74l187 882h162l-238 -1120h-162l13 57q-22 -25 -61 -49t-64 -24q-75 0 -75 115q0 44 11 104z" />
<glyph unicode="v" horiz-adv-x="421" d="M49 0l121 1120h152l-93 -657l189 657h151l-360 -1120h-160z" />
<glyph unicode="w" horiz-adv-x="604" d="M33 0l139 1120h145l-71 -514l155 514h99l-68 -514l150 514h145l-338 -1120h-133l68 532l-160 -532h-131z" />
<glyph unicode="x" horiz-adv-x="444" d="M-47 0l235 578l-8 542h152l-8 -280l114 280h152l-244 -542l-8 -578h-150l21 303q-14 -34 -54 -151.5t-53 -151.5h-149z" />
<glyph unicode="y" horiz-adv-x="466" d="M-98 -395l39 182q18 -8 33 -8q22 0 38 18q46 53 74 170l109 1153h157l-80 -661q19 67 95 323t98 338h160l-396 -1204q-36 -134 -102 -217q-50 -66 -111 -91q-31 -14 -61 -14q-27 0 -53 11z" />
<glyph unicode="z" horiz-adv-x="380" d="M-70 0l37 168l330 764h-143l41 188h311l-37 -168l-332 -764h170l-41 -188h-336z" />
<glyph unicode="{" horiz-adv-x="475" d="M-1.5 -214.5q5.5 51.5 21.5 130.5l84 397q10 35 2 78q-4 59 -49 62l35 163q47 0 76 60q26 45 31 80l84 397q23 102 47.5 164.5t67 113.5t107 72t159.5 19l-37 -172q-41 -1 -71 -12t-48.5 -26t-32.5 -43t-21 -52t-16 -64l-84 -397q-15 -75 -59.5 -141.5t-89.5 -79.5 q39 -30 54.5 -90.5t0.5 -131.5l-84 -397q-11 -65 -12 -108.5t26.5 -66t90.5 -22.5l-37 -172q-79 0 -130.5 16.5t-78.5 44t-34.5 77t-2 101z" />
<glyph unicode="|" horiz-adv-x="274" d="M-139 -512l465 2204h151l-467 -2204h-149z" />
<glyph unicode="}" horiz-adv-x="475" d="M-135 -453l37 172q47 0 78 11.5t51 40t30.5 59t24.5 86.5l84 397q15 71 56 131.5t93 90.5q-39 13 -54.5 79.5t-0.5 141.5l84 397q12 57 15 100t-25 69t-92 28l37 172q125 3 182.5 -38t60 -124t-21.5 -207l-84 -397q-7 -52 -2 -80q7 -60 51 -60l-35 -163q-44 -3 -78 -62 q-16 -30 -30 -78l-84 -397q-14 -66 -27 -110.5t-33.5 -90t-47 -74t-64 -51.5t-88.5 -33t-117 -10z" />
<glyph unicode="~" horiz-adv-x="829" d="M180 1358q55 136 166 254q50 47 117 47q82 0 147 -92l8 -11q49 -71 78 -71q30 0 86 90q19 24 45 86q1 2 5 11t4 11l100 -79q-69 -154 -166 -256q-51 -48 -113 -48q-29 0 -51.5 7.5t-42 25t-30 30t-29.5 38.5q-51 74 -80 74q-31 0 -94 -91q-41 -75 -54 -108z" />
<glyph horiz-adv-x="475" d="M94 1012l49 227l123 266h99l-99 -266h43l-49 -227h-166zM315 1012l50 227l122 266h99l-99 -266h43l-49 -227h-166z" />
<glyph horiz-adv-x="466" d="M94 1012l101 266h-43l47 227h166l-48 -227l-124 -266h-99zM315 1012l101 266h-43l47 227h166l-47 -227l-125 -266h-99z" />
<glyph unicode="&#xa1;" horiz-adv-x="292" d="M-92 -385l264 1100h115l-201 -1100h-178zM182 893l49 227h166l-49 -227h-166z" />
<glyph unicode="&#xa2;" horiz-adv-x="444" d="M25.5 374q3.5 57 15.5 115l113 531q9 42 23.5 85t37.5 89.5t58.5 82t76.5 48.5l51 242h111l-51 -240q31 -7 52 -22t30.5 -39t13.5 -48.5t0.5 -60t-8 -61.5t-12.5 -66l-23 -108h-156l31 147q7 33 7 51.5t-4.5 24.5t-14.5 6q-13 0 -29 -25.5t-22 -56.5l-131 -616 q-7 -31 -4.5 -59.5t16.5 -28.5q33 0 51 88l33 155h155l-26 -129q-12 -51 -21 -83.5t-26 -72.5t-36.5 -65.5t-50 -46.5t-69.5 -29l-65 -305h-111l68 301q-48 18 -67.5 78.5t-16 117.5z" />
<glyph unicode="&#xa3;" horiz-adv-x="550" d="M-80 68q37 81 107 163q22 24 63 45q43 101 64 199q14 67 18 174h-113l31 137h90q-2 20 -2 64q8 217 25 299q32 150 92 250q75 120 184 123q128 3 152 -123q18 -111 -21 -279h-166q6 24 11 49.5t9.5 63t0 61t-20.5 23.5q-12 0 -23.5 -16t-21 -40.5t-16.5 -46.5t-13 -44 l-5 -21q-22 -105 -29 -363h125l-31 -137h-104q-3 -97 -21 -174q-17 -95 -84 -219q34 -41 49 -57l25 43q25 42 51 149l143 -29q-46 -183 -113 -280.5t-138 -97.5q-30 0 -58 25.5t-49 51t-35 25.5t-43 -51q-19 -28 -39 -76z" />
<glyph unicode="&#xa5;" horiz-adv-x="493" d="M31 340l28 137h105l29 137h-105l31 138h88l29 753h167l-30 -438q15 43 77 207t85 231h167l-292 -753h90l-31 -138h-107l-28 -137h106l-28 -137h-107l-74 -340h-170l74 340h-104z" />
<glyph unicode="&#xa8;" horiz-adv-x="675" d="M252 1305l43 200h151l-43 -200h-151zM465 1305l43 200h151l-43 -200h-151z" />
<glyph unicode="&#xa9;" horiz-adv-x="1048" d="M67 455q-6 138 27 297q65 319 252 544q85 106 186.5 166t202.5 60t177 -60t118 -166q88 -225 23 -544q-69 -320 -254 -543q-86 -106 -187 -165.5t-202 -59.5t-178 59.5t-117 165.5q-42 108 -48 246zM201 752q-59 -271 16 -457q76 -193 217 -193q71 0 149.5 51t151.5 142 q152 193 209 457q56 271 -14 460q-34 90 -91 140.5t-128 50.5q-142 0 -299 -191q-155 -189 -211 -460zM373 389q-3 46 8 98l113 531q19 96 86 166q30 30 90 30q86 0 94 -98q4 -53 -6 -98l-27 -125h-119l27 125q8 30 4 53q-2 0 -2 4l-10 -20q0 -2 -4 -6q-7 -13 -11 -31 l-112 -531q-7 -32 0 -57l-2 -6q2 0 4 4.5t5.5 13t6.5 13.5q8 16 8 32l27 125h119l-27 -125q-26 -99 -86 -165q-31 -31 -86 -31q-92 0 -100 98z" />
<glyph unicode="&#xad;" horiz-adv-x="327" d="M63 455l41 194h215l-40 -194h-216z" />
<glyph unicode="&#xae;" horiz-adv-x="1048" d="M67 455q-6 138 27 297q65 319 252 544q85 106 186.5 166t202.5 60t177 -60t118 -166q88 -225 23 -544q-69 -320 -254 -543q-86 -106 -187 -165.5t-202 -59.5t-178 59.5t-117 165.5q-42 108 -48 246zM201 752q-59 -271 16 -457q76 -193 217 -193q71 0 149.5 51t151.5 142 q152 193 209 457q56 271 -14 460q-34 90 -91 140.5t-128 50.5q-142 0 -299 -191q-155 -189 -211 -460zM342 313l186 879h138q156 0 100 -258q-14 -73 -33.5 -121t-66.5 -100h2l-21 -400h-129l21 338l-72 -338h-125zM571 805h9q9 0 20 11.5t18 29.5q19 34 29 86q12 62 8 88 q0 43 -20 43h-8z" />
<glyph unicode="&#xaf;" horiz-adv-x="675" d="M301 1315l33 162h274l-33 -162h-274z" />
<glyph unicode="&#xb4;" horiz-adv-x="675" d="M354 1305l105 184h164l-138 -184h-131z" />
<glyph unicode="&#xb7;" horiz-adv-x="190" d="M37 649l49 228h166l-49 -228h-166z" />
<glyph unicode="&#xb8;" horiz-adv-x="675" d="M193 -385l61 133h-45l31 141h139l-31 -141l-55 -133h-100z" />
<glyph unicode="&#xbf;" horiz-adv-x="448" d="M-104.5 -216.5q1.5 41.5 12.5 89.5q16 86 106 240q11 16 41 65q52 82 86 172q14 34 29 109l55 256h146l-56 -256q-24 -115 -98 -271q-35 -78 -102 -182q-15 -24 -29.5 -52t-30 -66.5t-10 -63.5t36.5 -25q29 0 74 56q10 15 20 32.5t18 35t11 22.5l104 -84 q-23 -63 -98 -154q-82 -100 -174 -100q-57 0 -91 25t-43 67.5t-7.5 84zM250 893l49 227h166l-49 -227h-166z" />
<glyph unicode="&#xc0;" horiz-adv-x="520" d="M-102 0l454 1505h199l-184 -1505h-166l43 307h-94l-89 -307h-163zM215 541h64l94 598zM356 1823h164l27 -185h-131z" />
<glyph unicode="&#xc1;" horiz-adv-x="520" d="M-102 0l454 1505h199l-184 -1505h-166l43 307h-94l-89 -307h-163zM215 541h64l94 598zM408 1638l102 185h164l-135 -185h-131z" />
<glyph unicode="&#xc2;" horiz-adv-x="520" d="M-102 0l454 1505h199l-184 -1505h-166l43 307h-94l-89 -307h-163zM215 541h64l94 598zM313 1638l125 185h166l45 -185h-133l-16 80l-54 -80h-133z" />
<glyph unicode="&#xc3;" horiz-adv-x="520" d="M-102 0l454 1505h199l-184 -1505h-166l41 307h-95l-86 -307h-163zM215 541h64l94 598zM336 1604l37 176q40 43 94 43q25 0 53 -17.5t47 -17.5t50 21t45 38l-35 -170q-43 -51 -95 -51q-24 0 -53 19.5t-49 19.5q-17 0 -49.5 -23t-44.5 -38z" />
<glyph unicode="&#xc4;" horiz-adv-x="520" d="M-102 0l454 1505h199l-184 -1505h-166l41 307h-90l-91 -307h-163zM217 541h59l84 536zM307 1638l43 201h152l-43 -201h-152zM506 1638l43 201h149l-43 -201h-149z" />
<glyph unicode="&#xc5;" horiz-adv-x="520" d="M-106 0l454 1505h199l-185 -1505h-165l41 307h-91l-90 -307h-163zM213 541h59l84 536zM393 1761q13 62 54.5 103t87.5 41q45 0 67.5 -41t9.5 -103t-53.5 -102.5t-85.5 -40.5q-46 0 -69.5 40.5t-10.5 102.5zM473 1714q5 -18 16 -18q10 0 25 19t21 46t-1.5 45.5t-17.5 18.5 q-11 0 -24 -18t-19 -46q-5 -29 0 -47z" />
<glyph unicode="&#xc6;" horiz-adv-x="720" d="M-88 0l571 1505h410l-49 -227h-170l-84 -395h123l-51 -242h-123l-88 -414h170l-50 -227h-340l66 307h-100l-119 -307h-166zM283 541h65q8 41 32 153.5t52 243t35 164.5z" />
<glyph unicode="&#xc7;" horiz-adv-x="487" d="M6 184.5q1 49.5 12 104.5l197 928q12 54 33 104.5t52.5 97t78.5 75t102 28.5q58 0 93.5 -32t45.5 -82t9 -97.5t-11 -93.5l-47 -228h-165l47 228q20 90 -15 90q-27 0 -47 -82l-198 -936q-19 -90 10 -90q34 0 53 90l49 227h166l-49 -227q-13 -63 -34.5 -115t-53 -96 t-78 -69t-102.5 -25t-91 28t-46.5 75.5t-10.5 97zM12 -385l54 133h-37l30 141h140l-31 -141l-55 -133h-101z" />
<glyph unicode="&#xc8;" horiz-adv-x="438" d="M-66 0l318 1505h340l-47 -227h-170l-84 -395h123l-52 -242h-122l-88 -414h170l-50 -227h-338zM338 1823h164l26 -185h-131z" />
<glyph unicode="&#xc9;" horiz-adv-x="438" d="M-66 0l318 1505h340l-47 -227h-170l-84 -395h123l-52 -242h-122l-88 -414h170l-50 -227h-338zM373 1638l102 185h164l-135 -185h-131z" />
<glyph unicode="&#xca;" horiz-adv-x="438" d="M-66 0l318 1505h340l-47 -227h-170l-84 -395h123l-52 -242h-122l-88 -414h170l-50 -227h-338zM287 1638l125 185h166l45 -185h-134l-16 80l-53 -80h-133z" />
<glyph unicode="&#xcb;" horiz-adv-x="438" d="M-66 0l318 1505h340l-49 -227h-170l-84 -395h123l-52 -242h-122l-88 -414h169l-47 -227h-338zM281 1638l43 201h151l-43 -201h-151zM479 1638l43 201h150l-43 -201h-150z" />
<glyph unicode="&#xcc;" horiz-adv-x="303" d="M-55 0l317 1505h170l-319 -1505h-168zM268 1823h164l25 -185h-129z" />
<glyph unicode="&#xcd;" horiz-adv-x="303" d="M-66 0l318 1505h170l-320 -1505h-168zM283 1638l102 185h164l-135 -185h-131z" />
<glyph unicode="&#xce;" horiz-adv-x="284" d="M-70 0l318 1505h168l-320 -1505h-166zM190 1638l125 185h166l45 -185h-133l-16 80l-53 -80h-134z" />
<glyph unicode="&#xcf;" horiz-adv-x="284" d="M-70 0l318 1505h170l-320 -1505h-168zM190 1638l43 201h152l-43 -201h-152zM389 1638l43 201h150l-43 -201h-150z" />
<glyph unicode="&#xd0;" horiz-adv-x="518" d="M-49 0l139 655h-37l47 228h37l133 622h123q135 0 180 -50q50 -54 34 -212q-12 -117 -91 -491q-38 -179 -59.5 -272t-52.5 -194.5t-56.5 -143.5t-67 -81.5t-89.5 -50t-119 -10.5h-121zM166 221q63 11 84 72q25 63 49 170q8 35 28.5 131.5t34.5 159.5q12 57 32.5 154.5 t27.5 135.5q20 101 24 170q1 22 -3.5 36.5t-14 21t-17 9t-18.5 3.5l-86 -401h31l-47 -228h-31z" />
<glyph unicode="&#xd1;" horiz-adv-x="546" d="M-66 0l318 1505h143l-28 -710l151 710h158l-320 -1505h-143l31 731l-154 -731h-156zM346 1604l37 176q40 43 94 43q24 0 53.5 -17.5t47.5 -17.5q19 0 49.5 21t44.5 38l-35 -170q-43 -51 -94 -51q-24 0 -53.5 19.5t-49.5 19.5q-17 0 -49.5 -23t-44.5 -38z" />
<glyph unicode="&#xd2;" horiz-adv-x="495" d="M-27 180q1 51 13 109l194 928q13 61 35.5 114t55.5 96.5t79.5 69t102.5 25.5q58 0 94 -29.5t47 -77.5t10 -97.5t-12 -100.5l-197 -928q-14 -62 -35.5 -114t-53.5 -96.5t-78.5 -69.5t-102.5 -25q-57 0 -92.5 27t-48 72.5t-11.5 96.5zM153.5 223.5q4.5 -24.5 18.5 -24.5 q15 0 30 27t23 63l197 928q19 90 -14 90q-17 0 -31.5 -26t-22.5 -64l-196 -928q-9 -41 -4.5 -65.5zM346 1823h164l27 -185h-131z" />
<glyph unicode="&#xd3;" horiz-adv-x="495" d="M-27 180q1 51 13 109l194 928q13 61 35.5 114t55.5 96.5t79.5 69t102.5 25.5q58 0 94 -29.5t47 -77.5t10 -97.5t-12 -100.5l-197 -928q-14 -62 -35.5 -114t-53.5 -96.5t-78.5 -69.5t-102.5 -25q-57 0 -92.5 27t-48 72.5t-11.5 96.5zM153.5 223.5q4.5 -24.5 18.5 -24.5 q15 0 30 27t23 63l197 928q19 90 -14 90q-17 0 -31.5 -26t-22.5 -64l-196 -928q-9 -41 -4.5 -65.5zM403 1638l105 185h164l-137 -185h-132z" />
<glyph unicode="&#xd4;" horiz-adv-x="495" d="M-27 180q1 51 13 109l194 928q13 61 35.5 114t55.5 96.5t79.5 69t102.5 25.5q58 0 94 -29.5t47 -77.5t10 -97.5t-12 -100.5l-197 -928q-14 -62 -35.5 -114t-53.5 -96.5t-78.5 -69.5t-102.5 -25q-57 0 -92.5 27t-48 72.5t-11.5 96.5zM153.5 223.5q4.5 -24.5 18.5 -24.5 q15 0 30 27t23 63l197 928q19 90 -14 90q-17 0 -31.5 -26t-22.5 -64l-196 -928q-9 -41 -4.5 -65.5zM307 1638l125 185h166l45 -185h-133l-18 80l-52 -80h-133z" />
<glyph unicode="&#xd5;" horiz-adv-x="495" d="M-29 180q1 51 13 109l194 928q13 61 35.5 114t55.5 96.5t79.5 69t102.5 25.5q58 0 94 -29.5t47 -77.5t10 -97.5t-12 -100.5l-197 -928q-28 -132 -95 -218.5t-175 -86.5q-57 0 -92.5 27t-48 72.5t-11.5 96.5zM153 223.5q5 -24.5 19 -24.5t28.5 26.5t22.5 63.5l197 928 q19 90 -12 90q-17 0 -32.5 -26t-23.5 -64l-196 -928q-8 -41 -3 -65.5zM322 1604l38 176q37 43 93 43q25 0 54 -17.5t48 -17.5t49.5 21t44.5 38l-37 -170q-43 -51 -92 -51q-24 0 -53 19.5t-49 19.5q-16 0 -48 -22.5t-48 -38.5z" />
<glyph unicode="&#xd6;" horiz-adv-x="495" d="M-28.5 180.5q0.5 51.5 12.5 108.5l194 928q30 132 98 218.5t175 86.5q58 0 94 -29.5t47 -77.5t10 -97.5t-12 -100.5l-197 -928q-13 -62 -34.5 -114t-53 -96.5t-78 -69.5t-102.5 -25q-57 0 -93 27t-48.5 72.5t-12 97zM153 223.5q5 -24.5 19 -24.5t28.5 26.5t22.5 63.5 l197 928q19 90 -12 90q-16 0 -31 -25.5t-25 -64.5l-196 -928q-8 -41 -3 -65.5zM301 1638l43 201h152l-43 -201h-152zM500 1638l43 201h149l-43 -201h-149z" />
<glyph unicode="&#xd8;" horiz-adv-x="495" d="M-53 -20l53 129q-15 65 4 180l199 928q18 84 50 149.5t89.5 110.5t130.5 45q50 0 92 -27l13 31h94l-54 -129q17 -67 -4 -180l-198 -928q-28 -132 -94.5 -218.5t-174.5 -86.5q-49 0 -92 24l-12 -28h-96zM176 223.5q5 -24.5 19 -24.5q15 0 30 27t21 63l86 399l-142 -350 l-12 -49q-7 -41 -2 -65.5zM295 836l141 344l8 37q19 90 -14 90q-17 0 -31 -25.5t-22 -64.5z" />
<glyph unicode="&#xd9;" horiz-adv-x="512" d="M-16 289l256 1216h170l-258 -1216q-10 -43 -8.5 -66.5t20.5 -23.5q33 0 51 90l258 1216h170l-258 -1216q-66 -305 -266 -305t-135 305zM362 1823h164l25 -185h-131z" />
<glyph unicode="&#xda;" horiz-adv-x="512" d="M-16 289l256 1216h170l-258 -1216q-10 -43 -8.5 -66.5t20.5 -23.5q33 0 51 90l258 1216h170l-258 -1216q-66 -305 -266 -305t-135 305zM418 1638l102 185h164l-135 -185h-131z" />
<glyph unicode="&#xdb;" horiz-adv-x="512" d="M-16 289l256 1216h170l-258 -1216q-10 -43 -8.5 -66.5t20.5 -23.5q33 0 51 90l258 1216h170l-258 -1216q-66 -305 -266 -305t-135 305zM297 1638l125 185h166l45 -185h-133l-19 80l-51 -80h-133z" />
<glyph unicode="&#xdc;" horiz-adv-x="512" d="M-18 289l256 1216h170l-258 -1216q-10 -43 -7.5 -66.5t21.5 -23.5q31 0 49 90l258 1216h170l-258 -1216q-63 -305 -264 -305q-202 0 -137 305zM293 1638l43 201h151l-43 -201h-151zM492 1638l43 201h149l-43 -201h-149z" />
<glyph unicode="&#xdd;" horiz-adv-x="483" d="M39 0l137 641l41 864h168l-35 -438q22 67 74 213.5t78 224.5h168l-324 -864l-137 -641h-170zM383 1638l104 185h164l-137 -185h-131z" />
<glyph unicode="&#xde;" horiz-adv-x="495" d="M-49 0l319 1505h168l-49 -241q95 -7 137 -95q50 -125 0 -356q-51 -237 -151 -354q-80 -89 -178 -99l-78 -360h-168zM244 586q39 8 57 41q24 35 55 178q32 147 21 186q-5 40 -37 47z" />
<glyph unicode="&#xdf;" horiz-adv-x="514" d="M-66 0l261 1235q26 120 96 203.5t172 83.5q57 0 93 -25.5t48.5 -69t12 -91t-12.5 -99.5q-21 -102 -96 -174q41 -54 41 -150q0 -111 -47 -338q-76 -354 -154 -475q-36 -58 -85 -79t-122 -21l41 193q44 0 74 67q35 78 86 315q51 240 51 332q0 72 -43 72l29 141 q23 0 45.5 32.5t32.5 84.5q10 41 1 70.5t-34 29.5q-45 0 -68 -102l-262 -1235h-160z" />
<glyph unicode="&#xe0;" horiz-adv-x="471" d="M-12 260q54 269 239 404q67 47 84 79l25 121q7 26 6.5 60t-12.5 34q-13 0 -28 -33t-21 -61l-17 -73h-155l14 67q15 67 46.5 128t85.5 106t118 45q45 0 75.5 -25t41 -63t12.5 -82.5t-10 -83.5l-146 -688q-26 -115 -33 -195h-137q-3 7 -6.5 32.5t-3.5 35.5 q-20 -35 -53 -59.5t-68 -24.5q-112 0 -57 276zM129.5 198.5q2.5 -20.5 15.5 -20.5q20 0 37 22.5t23 53.5l55 260q-36 -36 -74 -111t-51 -141q-2 -7 -5 -25t-0.5 -38.5zM303 1489h164l25 -184h-132z" />
<glyph unicode="&#xe1;" horiz-adv-x="471" d="M-12 260q54 269 239 404q67 47 84 79l25 121q7 26 6.5 60t-12.5 34q-13 0 -28 -33t-21 -61l-17 -73h-155l14 67q15 67 46.5 128t85.5 106t118 45q45 0 75.5 -25t41 -63t12.5 -82.5t-10 -83.5l-146 -688q-26 -115 -33 -195h-137q-3 7 -6.5 32.5t-3.5 35.5 q-20 -35 -53 -59.5t-68 -24.5q-112 0 -57 276zM129.5 198.5q2.5 -20.5 15.5 -20.5q20 0 37 22.5t23 53.5l55 260q-36 -36 -74 -111t-51 -141q-2 -7 -5 -25t-0.5 -38.5zM319 1305l105 184h164l-137 -184h-132z" />
<glyph unicode="&#xe2;" horiz-adv-x="471" d="M-12 260q54 269 239 404q67 47 84 79l25 121q7 26 6.5 60t-12.5 34q-13 0 -28 -33t-21 -61l-17 -73h-155l14 67q15 67 46.5 128t85.5 106t118 45q45 0 75.5 -25t41 -63t12.5 -82.5t-10 -83.5l-146 -688q-26 -115 -33 -195h-137q-3 7 -6.5 32.5t-3.5 35.5 q-20 -35 -53 -59.5t-68 -24.5q-112 0 -57 276zM129.5 198.5q2.5 -20.5 15.5 -20.5q20 0 37 22.5t23 53.5l55 260q-36 -36 -74 -111t-51 -141q-2 -7 -5 -25t-0.5 -38.5zM236 1305l124 184h166l45 -184h-133l-18 79l-51 -79h-133z" />
<glyph unicode="&#xe3;" horiz-adv-x="471" d="M-31 97.5q1 50.5 6 88t13 74.5q54 272 239 404q70 52 82 79l25 121q7 26 6.5 60t-12.5 34q-13 0 -28 -33t-21 -61l-15 -73h-155l14 67q15 67 46.5 128t85.5 106t118 45q45 0 74.5 -25t40.5 -63.5t11.5 -81.5t-10.5 -84l-145 -688q-23 -102 -31 -195h-137q-3 8 -7 34 t-3 34q-22 -35 -55 -59.5t-68 -24.5q-38 0 -56.5 31.5t-17.5 82zM127.5 198.5q2.5 -20.5 15.5 -20.5q20 0 37 22.5t23 53.5l55 260q-36 -36 -74 -111t-51 -141q-2 -7 -5 -25t-0.5 -38.5zM254 1268l39 176q37 43 92 43q25 0 53 -17.5t47 -17.5q18 0 49.5 20.5t47.5 38.5 l-37 -170q-43 -51 -92 -51q-24 0 -53.5 19.5t-49.5 19.5q-16 0 -48 -22.5t-48 -38.5z" />
<glyph unicode="&#xe4;" horiz-adv-x="471" d="M-12 260q54 269 239 404q70 52 82 79l27 121q6 26 5 60t-13 34q-13 0 -27 -32.5t-20 -61.5l-17 -73h-155l14 67q15 67 46.5 128t85.5 106t118 45q45 0 75 -25t40.5 -63t13 -82.5t-9.5 -83.5l-148 -688q-25 -127 -31 -195h-137q-3 7 -6.5 32.5t-3.5 35.5 q-22 -35 -55 -59.5t-68 -24.5q-110 0 -55 276zM127.5 198.5q2.5 -20.5 15.5 -20.5q20 0 37 22.5t23 53.5l55 260q-36 -36 -74 -111t-51 -141q-2 -7 -5 -25t-0.5 -38.5zM231 1305l43 200h152l-43 -200h-152zM430 1305l43 200h150l-43 -200h-150z" />
<glyph unicode="&#xe5;" horiz-adv-x="471" d="M-16 260q54 269 239 404q68 48 82 79l27 121q7 26 6.5 60t-12.5 34q-13 0 -28.5 -33t-21.5 -61l-16 -73h-156l15 67q15 67 46.5 128t85.5 106t118 45q45 0 75 -25t41 -63t12.5 -82.5t-10.5 -83.5l-145 -688q-26 -115 -33 -195h-137q-3 7 -6.5 32.5t-3.5 35.5 q-20 -35 -53 -59.5t-68 -24.5q-112 0 -57 276zM125.5 198.5q2.5 -20.5 15.5 -20.5q20 0 37 22.5t23 53.5l55 260q-36 -36 -74 -111t-51 -141q-2 -7 -5 -25t-0.5 -38.5zM315 1421q13 62 54.5 103t87.5 41q45 0 68 -41t10 -103t-54 -102.5t-86 -40.5q-46 0 -69.5 40.5 t-10.5 102.5zM395 1374.5q6 -18.5 17 -18.5q10 0 24.5 19t20.5 46t-1.5 45.5t-17.5 18.5q-11 0 -24 -18t-19 -46t0 -46.5z" />
<glyph unicode="&#xe6;" horiz-adv-x="681" d="M-1.5 133.5q-1.5 42.5 1.5 70.5t8 56q61 273 242 404q67 47 84 79l24 121q7 26 6.5 60t-12.5 34q-13 0 -28 -33t-21 -61l-14 -73h-156l14 67q15 68 45.5 128.5t84.5 105.5t118 45q61 0 94 -45q58 45 119 45q50 0 82.5 -17.5t47 -44t18 -65.5t-0.5 -74.5t-14 -79.5 l-69 -334h-223l-54 -243q-20 -113 8 -113q39 0 62 113l27 122h153l-31 -141q-59 -276 -260 -276q-80 0 -108 55q-26 -26 -65 -40.5t-77 -14.5t-62 22.5t-33 53.5t-10.5 73.5zM152.5 198.5q2.5 -20.5 15.5 -20.5q19 0 36 22.5t23 53.5l56 260q-36 -36 -74 -111t-51 -141 q-2 -7 -5 -25t-0.5 -38.5zM481 684h70l35 158q25 114 -17 114q-18 0 -32 -38t-21 -76z" />
<glyph unicode="&#xe7;" horiz-adv-x="448" d="M14 -385l54 133h-37l30 141h140l-31 -141l-55 -133h-101zM29 195.5q3 47.5 14 99.5l113 530q10 43 23 82.5t35 83t49 74.5t65.5 51.5t83.5 20.5t75.5 -11.5t46 -35t23 -48.5t4.5 -64.5t-7.5 -68t-14.5 -73.5l-23 -109h-156l31 147q17 82 -14 82q-13 0 -28 -25.5 t-21 -56.5l-131 -616q-7 -31 -4.5 -59.5t16.5 -28.5q33 0 51 88l33 156h156l-27 -129q-11 -47 -20 -78t-23.5 -69.5t-33 -63t-44 -47t-60.5 -33t-79 -10.5q-57 0 -89.5 31t-39.5 82t-4 98.5z" />
<glyph unicode="&#xe8;" d="M-12.5 167q1.5 46 12.5 99l123 584q11 52 31.5 101t51 92t73.5 68.5t92 25.5q50 0 82.5 -17.5t47 -44t18 -65.5t-0.5 -74.5t-14 -79.5l-70 -334h-223l-53 -243q-20 -113 8 -113q38 0 61 113l27 122h154l-31 -141q-59 -276 -260 -276q-50 0 -81 25t-40.5 68.5t-8 89.5z M244 684h69l35 158q10 41 8.5 77.5t-24.5 36.5q-18 0 -32 -38t-21 -76zM283 1489h163l25 -184h-131z" />
<glyph unicode="&#xe9;" d="M-12.5 167q1.5 46 12.5 99l123 584q11 52 31.5 101t51 92t73.5 68.5t92 25.5q50 0 82.5 -17.5t47 -44t18 -65.5t-0.5 -74.5t-14 -79.5l-70 -334h-223l-53 -243q-20 -113 8 -113q38 0 61 113l27 122h154l-31 -141q-59 -276 -260 -276q-50 0 -81 25t-40.5 68.5t-8 89.5z M244 684h69l35 158q10 41 8.5 77.5t-24.5 36.5q-18 0 -32 -38t-21 -76zM338 1305l104 184h164l-137 -184h-131z" />
<glyph unicode="&#xea;" d="M-12.5 167q1.5 46 12.5 99l123 584q11 52 31.5 101t51 92t73.5 68.5t92 25.5q50 0 82.5 -17.5t47 -44t18 -65.5t-0.5 -74.5t-14 -79.5l-70 -334h-223l-53 -243q-20 -113 8 -113q38 0 61 113l27 122h154l-31 -141q-59 -276 -260 -276q-50 0 -81 25t-40.5 68.5t-8 89.5z M240 1305l125 184h165l45 -184h-133l-18 79l-51 -79h-133zM244 684h69l35 158q10 41 8.5 77.5t-24.5 36.5q-18 0 -32 -38t-21 -76z" />
<glyph unicode="&#xeb;" d="M-14 166.5q2 46.5 14 99.5l121 584q16 72 46.5 134t84.5 107.5t119 45.5q42 0 71.5 -11.5t45.5 -33t24 -47t7.5 -60t-4 -63.5t-11.5 -66l-72 -334h-223l-51 -243q-4 -18 -6.5 -37t-3 -36.5t3.5 -28.5t12 -11q22 0 38.5 36t24.5 77l27 122h154l-31 -141 q-59 -276 -262 -276q-50 0 -81 25t-40.5 68t-7.5 89.5zM233 1305l43 200h152l-43 -200h-152zM244 684h69l33 158q25 114 -16 114q-26 0 -54 -114zM432 1305l43 200h150l-43 -200h-150z" />
<glyph unicode="&#xec;" horiz-adv-x="284" d="M-47 0l235 1120h162l-237 -1120h-160zM199 1489h163l27 -184h-131z" />
<glyph unicode="&#xed;" horiz-adv-x="284" d="M-47 0l235 1120h162l-237 -1120h-160zM227 1305l103 184h164l-136 -184h-131z" />
<glyph unicode="&#xee;" horiz-adv-x="284" d="M-47 0l235 1120h162l-237 -1120h-160zM141 1305l125 184h166l45 -184h-133l-16 79l-54 -79h-133z" />
<glyph unicode="&#xef;" horiz-adv-x="284" d="M-49 0l237 1120h162l-239 -1120h-160zM135 1305l43 200h152l-43 -200h-152zM334 1305l43 200h149l-43 -200h-149z" />
<glyph unicode="&#xf0;" horiz-adv-x="464" d="M-16.5 179.5q1.5 48.5 12.5 99.5l121 579q64 279 192 279q33 0 64 -35q6 64 6 127l-55 -64l-27 88l84 93q-2 13 -7 28t-9 23.5t-3 9.5l113 131l19 -68l73 82l25 -90l-76 -88q38 -233 -8 -446l-139 -656q-10 -47 -30.5 -95t-50.5 -92.5t-74.5 -72.5t-94.5 -28 q-52 0 -84.5 27.5t-42.5 73.5t-8.5 94.5zM141 258q-16 -92 17 -92q13 0 30.5 32.5t22.5 59.5l129 604q18 94 -14 94q-15 0 -33 -36t-23 -58z" />
<glyph unicode="&#xf1;" horiz-adv-x="475" d="M-49 0l235 1120h162l-12 -57q24 26 62.5 50t62.5 24q108 0 63 -219l-194 -918h-160l188 885q13 71 -16 71t-43 -73l-188 -883h-160zM258 1276l39 176q40 43 92 43q25 0 55 -17.5t48 -17.5t49 21t45 39l-37 -170q-44 -52 -92 -52q-24 0 -53.5 19.5t-49.5 19.5 q-16 0 -48 -22.5t-48 -38.5z" />
<glyph unicode="&#xf2;" d="M-13 116q-4 41 0 78.5t13 84.5l121 563q62 295 254 295q59 0 93.5 -22t44 -64.5t6 -89.5t-18.5 -113l-121 -576q-30 -139 -89 -213.5t-163 -74.5q-46 0 -77 18t-45 45.5t-18 68.5zM142.5 195q3.5 -29 23.5 -29q21 0 36.5 34.5t18.5 57.5l129 604q11 38 9.5 66t-23.5 28 q-36 0 -57 -94l-129 -604q-11 -34 -7.5 -63zM281 1489h163l25 -184h-131z" />
<glyph unicode="&#xf3;" d="M-13 116q-4 41 0 78.5t13 84.5l121 563q62 295 254 295q59 0 93.5 -22t44 -64.5t6 -89.5t-18.5 -113l-121 -576q-30 -139 -89 -213.5t-163 -74.5q-46 0 -77 18t-45 45.5t-18 68.5zM142.5 195q3.5 -29 23.5 -29q21 0 36.5 34.5t18.5 57.5l129 604q11 38 9.5 66t-23.5 28 q-36 0 -57 -94l-129 -604q-11 -34 -7.5 -63zM336 1305l102 184h164l-135 -184h-131z" />
<glyph unicode="&#xf4;" d="M-13 116q-4 41 0 78.5t13 84.5l121 563q62 295 254 295q59 0 93.5 -22t44 -64.5t6 -89.5t-18.5 -113l-121 -576q-30 -139 -89 -213.5t-163 -74.5q-46 0 -77 18t-45 45.5t-18 68.5zM142.5 195q3.5 -29 23.5 -29q21 0 36.5 34.5t18.5 57.5l129 604q11 38 9.5 66t-23.5 28 q-36 0 -57 -94l-129 -604q-11 -34 -7.5 -63zM240 1305l125 184h165l45 -184h-133l-18 79l-51 -79h-133z" />
<glyph unicode="&#xf5;" d="M0 279l119 563q62 295 256 295q48 0 79 -15.5t45.5 -40t17.5 -64t-1.5 -78t-15.5 -91.5l-123 -576q-30 -139 -89 -213.5t-163 -74.5q-187 0 -125 295zM147 258q-20 -92 17 -92q21 0 36.5 34.5t18.5 57.5l129 604q11 38 9.5 66t-23.5 28q-37 0 -58 -94zM250 1274l37 176 q40 43 94 43q25 0 53 -17.5t47 -17.5q18 0 49 21t45 39l-36 -170q-39 -52 -93 -52q-24 0 -53 19.5t-49 19.5q-17 0 -49.5 -23t-44.5 -38z" />
<glyph unicode="&#xf6;" d="M0 279l119 563q62 295 256 295q48 0 79 -15.5t45.5 -40t17.5 -64t-1.5 -78t-15.5 -91.5l-123 -576q-30 -139 -89 -213.5t-163 -74.5q-187 0 -125 295zM150 258q-25 -92 14 -92q21 0 37.5 34.5t19.5 57.5l127 604q26 94 -14 94q-37 0 -58 -94zM233 1305l43 200h152 l-43 -200h-152zM432 1305l43 200h150l-43 -200h-150z" />
<glyph unicode="&#xf8;" horiz-adv-x="468" d="M-25 -76l50 129q-31 70 0 226l120 563q62 295 254 295q35 0 68 -11l31 70h88l-56 -129q28 -58 -6 -219l-121 -576q-30 -140 -88.5 -214t-162.5 -74q-33 0 -60 10l-26 -70h-91zM168 180q7 -14 22 -14q21 0 37 34.5t19 57.5l49 229zM244 580l139 344q0 32 -23 32 q-36 0 -57 -94z" />
<glyph unicode="&#xf9;" horiz-adv-x="475" d="M-12 203l194 917h160l-188 -884q-17 -72 14 -72t45 74l188 882h162l-239 -1120h-162l12 57q-22 -25 -60 -49t-63 -24q-108 0 -63 219zM289 1489h164l24 -184h-131z" />
<glyph unicode="&#xfa;" horiz-adv-x="475" d="M-12 203l194 917h160l-188 -884q-17 -72 14 -72t45 74l188 882h162l-239 -1120h-162l12 57q-22 -25 -60 -49t-63 -24q-108 0 -63 219zM344 1305l105 184h163l-137 -184h-131z" />
<glyph unicode="&#xfb;" horiz-adv-x="475" d="M-12 203l194 917h160l-188 -884q-17 -72 14 -72t45 74l188 882h162l-239 -1120h-162l12 57q-22 -25 -60 -49t-63 -24q-108 0 -63 219zM240 1305l125 184h165l45 -184h-133l-18 79l-51 -79h-133z" />
<glyph unicode="&#xfc;" horiz-adv-x="475" d="M-12 203l192 917h160l-188 -884q-13 -72 16 -72q28 0 45 74l186 882h162l-237 -1120h-162l12 57q-22 -25 -61 -49t-64 -24q-106 0 -61 219zM231 1305l43 200h152l-43 -200h-152zM430 1305l43 200h150l-43 -200h-150z" />
<glyph unicode="&#xfd;" horiz-adv-x="462" d="M-119 -395l39 182q45 -19 74 10q50 57 72 170l110 1153h158l-82 -661q23 81 98.5 335.5t95.5 325.5h160l-395 -1204q-43 -139 -105 -217q-50 -66 -110.5 -91.5t-114.5 -2.5zM350 1305l103 184h163l-135 -184h-131z" />
<glyph unicode="&#xfe;" horiz-adv-x="473" d="M-111 -385l400 1890h162l-93 -432q9 20 42 42t55 22q37 0 59 -20.5t27 -55.5t3.5 -69t-9.5 -74l-152 -715q-2 -8 -8.5 -36.5t-10.5 -42.5t-12.5 -40t-17.5 -40t-22 -30t-30 -23t-38 -7q-36 0 -66.5 27.5t-34.5 49.5l-94 -446h-160zM180 202.5q3 -24.5 17 -24.5 q30 0 45 78l133 627q7 29 3.5 51t-16.5 22q-14 0 -27 -23t-18 -50l-133 -627q-7 -29 -4 -53.5z" />
<glyph unicode="&#xff;" horiz-adv-x="442" d="M-119 -395l39 182q45 -19 74 10q45 53 72 170l108 1153h158l-80 -661q18 66 94 322t98 339h160l-395 -1204q-36 -132 -103 -217q-50 -66 -110.5 -91.5t-114.5 -2.5zM252 1305l43 200h151l-43 -200h-151zM451 1305l43 200h149l-43 -200h-149z" />
<glyph unicode="&#x152;" horiz-adv-x="651" d="M-5.5 153.5q-2.5 67.5 13.5 155.5l189 887q64 309 270 309h377l-49 -227h-170l-84 -395h123l-52 -242h-123l-88 -414h170l-49 -227h-377q-73 4 -110.5 45t-40 108.5zM171 233.5q3 -34.5 17 -34.5q20 0 37 39.5t25 70.5l188 887q6 17 4.5 64t-18.5 47q-14 0 -33 -41 t-24 -70l-189 -887q-10 -41 -7 -75.5z" />
<glyph unicode="&#x153;" horiz-adv-x="659" d="M7 116q-4 41 0 78.5t13 84.5l121 563q62 295 254 295q78 0 113 -41q54 41 113 41q50 0 82.5 -17.5t47 -44t18 -65.5t-0.5 -74.5t-14 -79.5l-70 -334h-223l-53 -243q-20 -113 8 -113q38 0 61 113l27 122h153l-30 -141q-59 -276 -260 -276q-67 0 -95 36q-55 -36 -125 -36 q-46 0 -77 18t-45 45.5t-18 68.5zM170 258q-20 -92 16 -92q21 0 37 34.5t19 57.5l129 604q11 38 9.5 66t-24.5 28q-36 0 -57 -94zM494 684h69l35 158q25 114 -16 114q-18 0 -32.5 -38.5t-21.5 -75.5z" />
<glyph unicode="&#x178;" horiz-adv-x="483" d="M39 0l135 641l43 864h168l-35 -438q22 67 74 213.5t78 224.5h168l-326 -864l-135 -641h-170zM297 1638l43 201h152l-43 -201h-152zM496 1638l43 201h149l-43 -201h-149z" />
<glyph unicode="&#x2c6;" horiz-adv-x="673" d="M266 1305l127 184h166l43 -184h-133l-16 79l-54 -79h-133z" />
<glyph unicode="&#x2dc;" horiz-adv-x="675" d="M291 1276l39 176q37 43 92 43q24 0 54 -17.5t48 -17.5t49 21t45 39l-36 -170q-44 -52 -93 -52q-24 0 -53 19.5t-49 19.5q-16 0 -48 -22.5t-48 -38.5z" />
<glyph unicode="&#x2000;" horiz-adv-x="952" />
<glyph unicode="&#x2001;" horiz-adv-x="1905" />
<glyph unicode="&#x2002;" horiz-adv-x="952" />
<glyph unicode="&#x2003;" horiz-adv-x="1905" />
<glyph unicode="&#x2004;" horiz-adv-x="635" />
<glyph unicode="&#x2005;" horiz-adv-x="476" />
<glyph unicode="&#x2006;" horiz-adv-x="317" />
<glyph unicode="&#x2007;" horiz-adv-x="317" />
<glyph unicode="&#x2008;" horiz-adv-x="238" />
<glyph unicode="&#x2009;" horiz-adv-x="381" />
<glyph unicode="&#x200a;" horiz-adv-x="105" />
<glyph unicode="&#x2010;" horiz-adv-x="327" d="M63 455l41 194h215l-40 -194h-216z" />
<glyph unicode="&#x2011;" horiz-adv-x="327" d="M63 455l41 194h215l-40 -194h-216z" />
<glyph unicode="&#x2012;" horiz-adv-x="327" d="M63 455l41 194h215l-40 -194h-216z" />
<glyph unicode="&#x2013;" horiz-adv-x="544" d="M84 649l41 195h432l-41 -195h-432z" />
<glyph unicode="&#x2014;" horiz-adv-x="645" d="M84 649l41 195h530l-41 -195h-530z" />
<glyph unicode="&#x2018;" horiz-adv-x="247" d="M90 1012l49 227l123 266h98l-98 -266h43l-49 -227h-166z" />
<glyph unicode="&#x2019;" horiz-adv-x="247" d="M88 1012l100 266h-43l48 227h165l-47 -227l-125 -266h-98z" />
<glyph unicode="&#x201a;" horiz-adv-x="247" d="M-45 -266l96 266h-43l49 227h166l-49 -227l-123 -266h-96z" />
<glyph unicode="&#x201c;" horiz-adv-x="475" d="M94 1012l49 227l123 266h99l-99 -266h43l-49 -227h-166zM315 1012l50 227l122 266h99l-99 -266h43l-49 -227h-166z" />
<glyph unicode="&#x201d;" horiz-adv-x="466" d="M94 1012l101 266h-43l47 227h166l-48 -227l-124 -266h-99zM315 1012l101 266h-43l47 227h166l-47 -227l-125 -266h-99z" />
<glyph unicode="&#x201e;" horiz-adv-x="436" d="M-39 -266l96 266h-43l49 227h166l-49 -227l-123 -266h-96zM139 -266l99 266h-43l49 227h166l-50 -227l-122 -266h-99z" />
<glyph unicode="&#x2022;" horiz-adv-x="458" d="M113 821q15 70 76.5 121t132.5 51q70 0 110 -50.5t25 -121.5q-15 -70 -76.5 -121t-132.5 -51q-70 0 -110 50.5t-25 121.5z" />
<glyph unicode="&#x2026;" horiz-adv-x="651" d="M2 0l47 227h166l-47 -227h-166zM215 0l47 227h166l-47 -227h-166zM428 0l47 227h166l-47 -227h-166z" />
<glyph unicode="&#x202f;" horiz-adv-x="381" />
<glyph unicode="&#x205f;" horiz-adv-x="476" />
<glyph unicode="&#x20ac;" horiz-adv-x="548" d="M49 547l29 137h63l31 137h-63l28 137h64l51 238q17 85 55 162q34 66 80 112q52 52 127 52q77 0 107 -52q24 -40 32 -112q6 -69 -10 -162l-18 -84h-162l18 84q10 54 0 94h2q-9 17 -12 17q-8 0 -33 -56q-11 -29 -16 -55l-51 -238h139l-29 -137h-139l-31 -137h140l-29 -137 h-139l-50 -238q-13 -58 -2 -94h-2l7 -16q16 0 40 55q1 4 8 24.5t9 30.5l16 84h162l-16 -84q-19 -72 -58 -164q-33 -58 -82 -110q-51 -51 -127 -51t-106 51q-31 64 -31 110q-9 72 12 164l50 238h-64z" />
<glyph unicode="&#x2122;" horiz-adv-x="624" d="M137 821l125 580h-61l20 104h230l-21 -104h-63l-125 -580h-105zM336 821l145 684h103l-17 -280q9 25 53 136.5t54 143.5h94l-145 -684h-88l77 361q-9 -27 -58 -181t-56 -180h-39l41 361l-78 -361h-86z" />
<glyph unicode="&#xe000;" horiz-adv-x="1116" d="M0 0v1116h1116v-1116h-1116z" />
<glyph unicode="&#xfb01;" horiz-adv-x="524" d="M-23 0l197 934h-63l41 186h63l12 66q11 46 18.5 73t22 71.5t31 71.5t39 55.5t53 42t66.5 13.5q42 0 71 -20l-34 -170q-14 10 -31 10t-27 -8q-24 -21 -45 -127l-16 -78h223l-240 -1120h-159l198 934h-63l-199 -934h-158z" />
<glyph unicode="&#xfb02;" horiz-adv-x="524" d="M-23 0l197 934h-63l41 186h63l12 66q11 46 18.5 73t22 71.5t31 71.5t39 55.5t53 42t66.5 13.5q12 0 28 -2t25 -4l10 -2h162l-322 -1505h-161l198 934h-63l-199 -934h-158zM375 1120h63l43 209q-27 10 -45 -4q-24 -21 -45 -127z" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 51 KiB

View File

@@ -0,0 +1,224 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata></metadata>
<defs>
<font id="league_gothic_condensedRg" horiz-adv-x="456" >
<font-face units-per-em="2048" ascent="1505" descent="-543" />
<missing-glyph horiz-adv-x="221" />
<glyph horiz-adv-x="2048" />
<glyph horiz-adv-x="2048" />
<glyph horiz-adv-x="682" />
<glyph unicode="&#xd;" horiz-adv-x="221" />
<glyph unicode=" " horiz-adv-x="221" />
<glyph unicode="&#x09;" horiz-adv-x="221" />
<glyph unicode="&#xa0;" horiz-adv-x="221" />
<glyph unicode="!" horiz-adv-x="292" d="M27 1505h180l-33 -1099h-115zM33 0v227h166v-227h-166z" />
<glyph unicode="&#x22;" horiz-adv-x="417" d="M20 1505h166l-18 -551h-129zM227 1505h166l-18 -551h-129z" />
<glyph unicode="#" horiz-adv-x="800" d="M10 438l17 195h118q2 34 11 129l12 129h-117l15 194h118q2 36 17 209l18 211h154l-33 -420h119q5 76 16 209l19 211h153l-35 -420h117l-16 -194h-115l-12 -129q-10 -106 -11 -129h115l-16 -195h-115l-18 -219q-15 -189 -17 -219h-155l34 438h-118l-19 -219 q-12 -150 -16 -219h-156l37 438h-121zM301 633h119q3 56 10 129l12 129h-118z" />
<glyph unicode="$" horiz-adv-x="479" d="M6 358l133 13q3 -78 25 -129q23 -58 65 -58q35 0 52 58q14 46 14 127t-41 174q-18 43 -39 84q-40 73 -90 176q-62 135 -82 227q-14 72 -14 125q0 123 32 211q39 106 119 131v131h86v-125q76 -11 121 -96q36 -74 43 -186l-133 -25q-5 59 -20 92.5t-46 32.5q-29 0 -45 -51 q-14 -54 -14 -111q0 -74 41 -172q25 -63 80 -166q37 -71 49 -98q61 -121 84 -225q12 -62 12 -127q0 -152 -37 -242q-48 -113 -135 -127v-217h-86v221q-87 22 -131 125q-43 93 -43 227z" />
<glyph unicode="%" horiz-adv-x="837" d="M43 911v437q0 75 42.5 124.5t111.5 49.5q75 0 110.5 -49.5t40.5 -124.5v-437q-3 -77 -42.5 -126.5t-108.5 -49.5q-74 0 -114 51.5t-40 124.5zM158 0l430 1505h131l-424 -1505h-137zM166 911q-5 -55 31 -55q5 0 9 1t7 3.5t5 4.5t3.5 6.5t2 7t1 8.5t0.5 7.5v8.5v8v437 q0 55 -28 55q-31 0 -31 -55v-437zM526 158v436q0 75 42.5 125.5t111.5 50.5q72 0 109 -51t42 -125v-436q-3 -75 -43 -124.5t-108 -49.5q-73 0 -113.5 51t-40.5 123zM649 158q-2 -23 5.5 -40.5t25.5 -17.5q29 0 29 58v436q0 55 -29 55q-31 0 -31 -55v-436z" />
<glyph unicode="&#x26;" horiz-adv-x="573" d="M-8 291q0 23 2.5 48t5.5 46.5t10 51t11.5 48t14.5 51t14.5 46.5t17 47.5t15.5 42.5t16 43t14 37q-64 231 -64 442q5 328 180 328q45 0 79 -24t52 -58t29 -81.5t14 -84t3 -74.5q0 -70 -18 -148t-37.5 -131t-53.5 -133q-8 -19 -12 -28q11 -39 26.5 -101.5t27 -105 t19.5 -64.5q12 34 22.5 91.5t10.5 93.5l135 -25q-1 -20 -3 -41.5t-4 -39t-7.5 -42t-7.5 -38t-10 -41.5t-10.5 -37t-12.5 -40t-11.5 -36.5t-13 -39.5t-12.5 -36q6 -13 27 -31t45 -30v-213q-13 4 -24.5 8.5t-20.5 8t-17.5 9.5t-14 8.5t-12.5 10.5t-9.5 10.5t-9 12t-8 12 t-9 14.5t-8.5 14q-21 -55 -64 -81.5t-98 -26.5q-50 0 -89.5 21.5t-63 54.5t-39 76t-21.5 81t-6 74zM158 293q0 -51 16 -91t45 -40q12 0 22.5 3.5t28 27t29.5 67.5q-52 114 -100 281q-4 -20 -13.5 -62.5t-12.5 -58t-7.5 -42.5t-6 -46t-1.5 -39zM188 1200q0 -39 8 -110 t21 -115q45 129 45 225q2 55 -7.5 100.5t-29.5 45.5q-19 0 -28 -45.5t-9 -100.5z" />
<glyph unicode="'" horiz-adv-x="247" d="M16 1505h166l-18 -551h-129z" />
<glyph unicode="(" horiz-adv-x="397" d="M20 645q0 324 89 664q47 172 94 301l125 -109q-82 -205 -127 -506q-25 -162 -25 -350q0 -327 78 -620q34 -134 74 -234l-123 -106q-101 256 -158 598q-27 167 -27 362z" />
<glyph unicode=")" horiz-adv-x="397" d="M8 -209q70 166 129 506q25 182 25 348q0 301 -78 621q-46 165 -76 235l125 109q102 -271 156 -600q26 -163 26 -365q0 -327 -88 -663q-37 -141 -96 -297z" />
<glyph unicode="*" horiz-adv-x="468" d="M23 1255l28 142l99 -47l-11 155h129l-10 -157l96 49l31 -142l-109 -38l89 -134l-99 -100l-63 125l-62 -125l-100 100l96 134z" />
<glyph unicode="+" horiz-adv-x="698" d="M27 649v172h221v346h141v-346h221v-172h-221v-346h-141v346h-221z" />
<glyph unicode="," horiz-adv-x="247" d="M8 0v227h166v-227l-68 -266h-98l51 266h-51z" />
<glyph unicode="-" horiz-adv-x="327" d="M27 455v194h215v-194h-215z" />
<glyph unicode="." horiz-adv-x="253" d="M14 0v227h166v-227h-166z" />
<glyph unicode="/" horiz-adv-x="493" d="M-14 -147l325 1652h135l-321 -1652h-139z" />
<glyph unicode="0" horiz-adv-x="495" d="M18 289v928q0 84 18.5 149.5t67 110.5t121.5 45q58 0 100.5 -29.5t64 -78t31 -97.5t9.5 -100v-928q0 -62 -10.5 -114t-33 -96.5t-64 -69.5t-97.5 -25q-57 0 -99 27t-64.5 72.5t-33 96.5t-10.5 109zM193 289q0 -40 10 -65t24 -25q15 0 24 26.5t9 63.5v928q0 90 -33 90 q-16 0 -25 -25.5t-9 -64.5v-928z" />
<glyph unicode="1" horiz-adv-x="346" d="M-4 1180v137q62 23 115 110q16 31 26 78h117v-1505h-170v1180h-88z" />
<glyph unicode="2" horiz-adv-x="499" d="M14 0v219q53 139 73.5 194t61 175.5t58 192.5t33.5 169.5t18 182.5q0 58 -8 121t-27 63q-11 0 -19 -24t-11 -60t-4 -59t-1 -41v-105h-170v105q1 45 3.5 82t9.5 85t21.5 84.5t36 69.5t56 50.5t78.5 17.5q46 0 80.5 -18t55.5 -51t34.5 -68.5t19.5 -83t7.5 -80t1.5 -74.5 q0 -183 -66.5 -437t-154.5 -491h211v-219h-398z" />
<glyph unicode="3" horiz-adv-x="473" d="M8 1071q0 451 203 451q47 0 84.5 -24t59 -60t35.5 -83.5t19 -88.5t5 -80q0 -166 -22 -256.5t-81 -161.5q107 -72 107 -383q0 -84 -7.5 -147.5t-27.5 -125t-62 -95t-104 -33.5q-36 0 -66 13.5t-50.5 40t-36 55.5t-24.5 70t-14.5 73t-8 75.5t-3 66.5t-0.5 56h166 q0 -256 37 -256q35 0 35 205q-3 174 -26 233.5t-95 63.5v182q28 2 48 11.5t32 29.5t19 37.5t10 51.5t3.5 53t0.5 60v17q0 199 -31 199q-37 0 -37 -250h-168z" />
<glyph unicode="4" horiz-adv-x="479" d="M2 328v194l211 983h166v-983h61v-194h-61v-328h-146v328h-231zM145 522h93v465z" />
<glyph unicode="5" horiz-adv-x="483" d="M27 354.5q-1 32.5 0 58.5v25h168v-100q0 -63 8 -112.5t22 -49.5q37 0 37 160v377q0 47 -11 78.5t-26 31.5q-21 0 -32 -41t-11 -69h-147v792h356v-219h-205v-321q3 20 33 39.5t55 19.5q154 0 154 -311v-357q-5 -372 -211 -372q-35 0 -63.5 12.5t-47.5 34.5t-34 52 t-22.5 63.5t-13.5 69.5t-7 71t-2 67.5z" />
<glyph unicode="6" horiz-adv-x="481" d="M20 289v889q5 344 203 344q51 0 89.5 -24.5t59 -60t33 -86t16 -90t3.5 -83.5v-107h-164q0 258 -37 258q-33 0 -33 -151v-279q3 10 26.5 22.5t45.5 12.5q38 0 67 -12.5t47 -36.5t29.5 -49.5t16.5 -60.5t6.5 -60.5t1.5 -57.5v-368q-1 -54 -13 -105t-36 -97.5t-67.5 -74.5 t-100.5 -28q-47 0 -83 22t-56 54.5t-33 76t-17 80t-4 72.5zM190 264q0 -31 8.5 -59.5t28.5 -28.5q22 0 30.5 28t8.5 60v430q0 12 -2.5 26t-12 28t-24.5 14q-32 0 -37 -62v-436z" />
<glyph unicode="7" horiz-adv-x="415" d="M-12 1286v219h372v-221l-133 -1284h-174l135 1286h-200z" />
<glyph unicode="8" horiz-adv-x="479" d="M29 260v320q0 129 86 215q-40 40 -60 83t-20 111v291q0 97 50.5 169.5t143.5 72.5q51 0 90.5 -22t61 -58.5t32.5 -77.5t11 -84v-291q0 -71 -19 -115t-61 -79q40 -24 63 -80t23 -135v-320q0 -50 -11.5 -97t-34.5 -88t-63 -66t-92 -25q-53 0 -94 26.5t-63 69t-32.5 88.5 t-10.5 92zM195 250q0 -28 10.5 -48t23.5 -20t24 20t11 48v160v184q0 36 -9 61t-26 25q-34 0 -34 -86v-184v-160zM195 946q0 -28 10.5 -47.5t23.5 -19.5t24 19.5t11 47.5v139v164q0 84 -35 84q-34 0 -34 -84v-164v-139z" />
<glyph unicode="9" horiz-adv-x="481" d="M4 848v369q1 54 13 105t36 97.5t67.5 74.5t100.5 28q47 0 83 -22t56 -54.5t33 -76t17 -80t4 -72.5v-889q-5 -344 -203 -344q-51 0 -89.5 24.5t-59 60t-33 86t-16 90t-3.5 83.5v106h164q0 -258 37 -258q33 0 33 152v278q-3 -10 -26.5 -22.5t-45.5 -12.5q-38 0 -67 12.5 t-47 36.5t-29.5 49.5t-16.5 60.5t-6.5 60.5t-1.5 57.5zM168 811q0 -12 2.5 -26t12 -28t24.5 -14q32 0 37 62v436q0 31 -8.5 59.5t-28.5 28.5q-22 0 -30.5 -28t-8.5 -60v-430z" />
<glyph unicode=":" horiz-adv-x="278" d="M27 0v227h166v-227h-166zM27 893v227h166v-227h-166z" />
<glyph unicode=";" horiz-adv-x="278" d="M27 0v227h166v-227l-68 -266h-98l51 266h-51zM27 893v227h166v-227h-166z" />
<glyph unicode="&#x3c;" horiz-adv-x="696" d="M27 655v148l583 508v-219l-426 -363q104 -90 211 -180l215 -182v-220z" />
<glyph unicode="=" horiz-adv-x="696" d="M27 477v172h583v-172h-583zM27 864v172h583v-172h-583z" />
<glyph unicode="&#x3e;" horiz-adv-x="696" d="M27 147v220l424 362l-424 363v219l583 -508v-148z" />
<glyph unicode="?" horiz-adv-x="313" d="M-29 1260q12 65 66 153q64 100 153 100q57 0 97 -25t58.5 -67.5t26 -84t7.5 -89.5q0 -96 -60 -239q-2 -4 -11 -28t-15 -38q-36 -89 -49 -172q-6 -35 -6 -108v-256h-146v256q0 101 41 270q12 50 64 182q10 24 18.5 51.5t16 66.5t-3.5 64t-42 25q-33 0 -61 -55 q-7 -15 -13 -32.5t-11.5 -35.5t-6.5 -22zM84 0v227h166v-227h-166z" />
<glyph unicode="@" horiz-adv-x="692" d="M16 311v873q0 117 58 211q88 133 250 133t254 -133q55 -90 55 -211v-795h-137l-27 64q-8 -29 -39.5 -53.5t-64.5 -24.5q-51 0 -80 53.5t-29 134.5v477q0 185 129 185q39 0 72 -29q-4 48 -25 78q-27 53 -108 53q-78 0 -105 -53q-29 -47 -29 -90v-873q0 -44 29 -84 q30 -55 105 -55q47 0 76.5 18t52.5 54l145 -103q-46 -76 -110 -120t-164 -44q-158 0 -250 132q-58 89 -58 202zM414 575q0 -14 8 -24t16 -10q25 0 25 34v449q0 15 -8 25t-19 10q-8 0 -15 -10.5t-7 -24.5v-449z" />
<glyph unicode="A" horiz-adv-x="520" d="M-6 0l137 1505h199l135 -1505h-166l-23 307h-94l-22 -307h-166zM199 541h63l-33 598z" />
<glyph unicode="B" horiz-adv-x="507" d="M31 0v1505h149q63 0 103.5 -21t72.5 -67q70 -107 70 -311q0 -130 -16 -195q-25 -81 -72 -116q22 -21 34 -35t27 -44t23 -69q14 -66 14 -221q0 -85 -10 -172.5t-23 -124.5q-19 -51 -55 -90t-94 -39h-223zM201 219q33 0 41 10q22 32 22 222q0 108 -4 157.5t-18 63.5 q-10 10 -41 10v-463zM201 885q33 0 41 12q22 32 22 188q0 157 -22 189q-12 12 -41 12v-401z" />
<glyph unicode="C" horiz-adv-x="487" d="M18 289v928q0 54 10 104.5t32 97t63 75t96 28.5q58 0 100.5 -32t63 -82t30 -97.5t9.5 -93.5v-228h-166v228q0 90 -35 90q-28 0 -28 -82v-936q0 -90 28 -90q35 0 35 90v227h166v-227q0 -63 -10 -115t-32.5 -96t-63.5 -69t-97 -25q-57 0 -98.5 28t-62.5 75.5t-30.5 97 t-9.5 104.5z" />
<glyph unicode="D" horiz-adv-x="518" d="M31 0v1505h141q100 0 148.5 -34t76.5 -121q24 -80 31.5 -214t7.5 -384q0 -154 -0.5 -216t-3 -163t-9 -154.5t-17.5 -85.5q-22 -66 -69 -99.5t-142 -33.5h-164zM201 221h18t16.5 5.5t17.5 16.5t10 34.5t5 58.5v352q0 72 0.5 164t0.5 138t-0.5 99t-2 86t-4.5 60 q-1 13 -5 22t-7.5 14t-11.5 8t-11 3.5t-13.5 1t-12.5 0.5v-1063z" />
<glyph unicode="E" horiz-adv-x="438" d="M31 0v1505h340v-227h-170v-395h123v-242h-123v-414h170v-227h-340z" />
<glyph unicode="F" horiz-adv-x="432" d="M31 0v1505h352v-227h-182v-395h123v-228h-123v-655h-170z" />
<glyph unicode="G" horiz-adv-x="503" d="M18 289v928q0 54 10.5 105t33 97.5t63.5 74.5t96 28q47 0 84 -20.5t58.5 -52t36 -73.5t19.5 -80.5t5 -78.5v-252h-170v252q0 90 -33 90q-16 0 -23.5 -28t-7.5 -62v-947q0 -90 35 -90q41 0 41 90v293h-37v187h195v-750h-88l-19 55q-13 -27 -48.5 -49t-63.5 -22 q-43 0 -77.5 22t-54.5 54.5t-33 75.5t-17.5 80.5t-4.5 72.5z" />
<glyph unicode="H" horiz-adv-x="528" d="M31 0v1505h170v-622h65v622h170v-1505h-170v655h-65v-655h-170z" />
<glyph unicode="I" horiz-adv-x="292" d="M31 0v1505h170v-1505h-170z" />
<glyph unicode="J" horiz-adv-x="315" d="M-8 -12v221q24 -5 40.5 4t23.5 28t9.5 36t2.5 36v1192h170v-1226q0 -69 -11.5 -122t-38.5 -95t-76 -62q-37 -14 -84 -14q-18 0 -36 2z" />
<glyph unicode="K" horiz-adv-x="522" d="M31 0v1505h164v-432l110 432h166l-149 -551l145 -954h-166l-106 717v-717h-164z" />
<glyph unicode="L" horiz-adv-x="423" d="M31 0v1505h170v-1300h176v-205h-346z" />
<glyph unicode="M" horiz-adv-x="655" d="M31 0v1505h188l78 -710l78 710h188v-1505h-162v741l-57 -741h-92l-64 741v-741h-157z" />
<glyph unicode="N" horiz-adv-x="546" d="M31 0v1505h143l123 -710v710h158v-1505h-144l-123 731v-731h-157z" />
<glyph unicode="O" horiz-adv-x="495" d="M18 289v928q0 84 18.5 149.5t67 110.5t121.5 45q58 0 100.5 -29.5t64 -78t31 -97.5t9.5 -100v-928q0 -62 -10.5 -114t-33 -96.5t-64 -69.5t-97.5 -25q-57 0 -99 27t-64.5 72.5t-33 96.5t-10.5 109zM193 289q0 -40 10 -65t24 -25q15 0 24 26.5t9 63.5v928q0 90 -33 90 q-16 0 -25 -25.5t-9 -64.5v-928z" />
<glyph unicode="P" horiz-adv-x="493" d="M31 0v1505h172q53 0 89.5 -19.5t69.5 -70.5q72 -115 72 -360q0 -252 -72 -367q-53 -82 -161 -86v-602h-170zM201 827q41 0 53 25q16 33 16 195q0 178 -16 215q-10 22 -53 22v-457z" />
<glyph unicode="Q" horiz-adv-x="499" d="M18 289v928q0 62 10 114t31.5 96.5t61.5 69.5t96 25q58 0 100.5 -29.5t64 -78t31 -97.5t9.5 -100v-928q0 -87 -31 -178q-1 -1 0 -2v-3q18 -27 47 -36v-185q-123 0 -166 107h-2q-12 -4 -18 -4l-25 -4h-16q-2 0 -4.5 1t-3.5 1q-54 4 -92 32.5t-57 74.5t-27.5 94t-8.5 102z M193 289q0 -90 26 -90q14 0 21.5 27.5t7.5 62.5v928q0 90 -29 90q-26 0 -26 -90v-928z" />
<glyph unicode="R" horiz-adv-x="505" d="M31 0v1505h172q118 0 171.5 -108t53.5 -326q0 -112 -20 -204t-58 -138l105 -729h-166l-88 655v-655h-170zM201 829q31 0 45 23q20 30 20 211q0 175 -18 203q-12 20 -47 20v-457z" />
<glyph unicode="S" horiz-adv-x="483" d="M4 413v7l166 24q0 -258 45 -258q22 0 28.5 33.5t6.5 112.5q0 61 -18 132.5t-40.5 129t-76.5 188.5q-92 247 -92 387q0 45 4 87t16 92t32 86.5t55.5 61.5t82.5 26h5q38 0 68 -14q32 -16 53.5 -40.5t37 -61.5t23 -71t12 -77.5t5.5 -71.5t1 -62l-168 -24q0 219 -33 219 q-17 0 -23 -37.5t-6 -112.5q0 -46 15 -106.5t31.5 -106t54.5 -141.5q66 -160 97.5 -264.5t31.5 -208.5q0 -40 -3 -76.5t-10.5 -79.5t-22.5 -77t-36 -63.5t-55 -45.5t-76 -16q-44 0 -78.5 17.5t-56 42t-37 66t-23 74.5t-11.5 83.5t-4.5 76t-0.5 69.5z" />
<glyph unicode="T" horiz-adv-x="450" d="M-16 1278v227h419v-227h-124v-1278h-170v1278h-125z" />
<glyph unicode="U" horiz-adv-x="512" d="M16 289v1216h170v-1216q0 -46 7 -68t26 -22q31 0 31 90v1216h170v-1216q0 -305 -201 -305q-203 0 -203 305z" />
<glyph unicode="V" horiz-adv-x="491" d="M-8 1505h166l57 -770l57 770h166l-139 -1505h-168z" />
<glyph unicode="W" horiz-adv-x="684" d="M-4 1505h160l43 -706l49 706h125l51 -704q6 110 20.5 351.5t20.5 352.5h160l-111 -1505h-145l-58 721l-57 -721h-143z" />
<glyph unicode="X" horiz-adv-x="503" d="M-8 0l145 791q-61 301 -71 356l-72 358h168l59 -364q9 61 30 182.5t30 181.5h168l-144 -714q9 -46 24.5 -134t22.5 -125l99 -532h-166l-64 416l-63 -416h-166z" />
<glyph unicode="Y" horiz-adv-x="481" d="M-4 1505h168l57 -438q9 71 30 217t30 221h168l-142 -864v-641h-170v641z" />
<glyph unicode="Z" horiz-adv-x="438" d="M-6 0v238l207 1048h-178v219h360v-219l-213 -1067h213v-219h-389z" />
<glyph unicode="[" horiz-adv-x="385" d="M31 -213v1718h276v-196h-121v-1325h121v-197h-276z" />
<glyph unicode="\" horiz-adv-x="536" d="M-14 1692h135l368 -1872h-137z" />
<glyph unicode="]" horiz-adv-x="385" d="M16 -16h121v1325h-121v196h277v-1718h-277v197z" />
<glyph unicode="^" horiz-adv-x="722" d="M14 809l228 696h178l227 -696h-155l-162 487l-160 -487h-156z" />
<glyph unicode="_" horiz-adv-x="724" d="M27 -154h612v-172h-612v172z" />
<glyph unicode="`" horiz-adv-x="675" d="M160 1489h164l63 -184h-131z" />
<glyph unicode="a" horiz-adv-x="471" d="M10 260q0 271 156 404q57 49 65 79v121q0 32 -7 63t-19 31q-13 0 -21 -32.5t-8 -61.5v-73h-156v67q0 67 18.5 128t63.5 106t109 45q59 0 100.5 -43t57.5 -99q14 -50 14 -100v-12v-688q0 -113 10 -195h-137q-5 8 -14.5 33.5t-10.5 34.5q-13 -35 -41 -59.5t-63 -24.5 q-31 0 -54.5 23t-35 53.5t-18 73t-8 70t-1.5 56.5zM158 262q0 -84 28 -84q19 0 31 22.5t12 53.5v260q-28 -36 -49.5 -110.5t-21.5 -141.5z" />
<glyph unicode="b" horiz-adv-x="473" d="M31 0v1505h162v-432q4 20 32.5 42t50.5 22q37 0 63 -20.5t39 -55.5t18 -69.5t5 -73.5v-715q0 -8 -0.5 -28.5t-0.5 -32t-1.5 -31.5t-4 -32.5t-6.5 -29t-11 -27t-16 -20t-22.5 -14t-29.5 -4.5q-36 0 -71.5 27t-44.5 50v-61h-162zM193 256q0 -78 28 -78q29 0 29 78v627 q0 30 -8 51.5t-21 21.5q-14 0 -21 -22.5t-7 -50.5v-627z" />
<glyph unicode="c" horiz-adv-x="448" d="M20 295v530q1 55 9.5 104t28 99t59 79.5t94.5 29.5q38 0 68 -9.5t50 -24t34 -40t21.5 -48t11 -57t4.5 -59.5t1 -63v-109h-155v147q0 82 -31 82q-13 0 -23 -25.5t-10 -56.5v-616q0 -34 8.5 -61t22.5 -27q33 0 33 88v156h155v-129q-1 -47 -3 -78t-8 -69.5t-19 -63t-34 -47 t-53.5 -33t-76.5 -10.5q-46 0 -81 21.5t-54.5 53.5t-31.5 76.5t-16 82t-4 77.5z" />
<glyph unicode="d" horiz-adv-x="473" d="M43 203v715q0 39 5 73.5t18 69.5t39 55.5t63 20.5q22 0 51 -22t33 -42v432h162v-1505h-162v61q-9 -23 -45 -50t-72 -27q-16 0 -29.5 4.5t-22.5 14t-16 20t-11 27t-6.5 29t-4 32.5t-1.5 31.5t-0.5 32t-0.5 28.5zM195 256q0 -78 28 -78q14 0 21.5 23t7.5 55v627 q0 28 -7.5 50.5t-21.5 22.5q-13 0 -20.5 -21t-7.5 -52v-627z" />
<glyph unicode="e" d="M20 266v584q0 72 17.5 134t62 107.5t109.5 45.5q50 0 86 -17.5t56 -43.5t31.5 -66t15 -74.5t3.5 -79.5v-334h-223v-243q0 -41 7.5 -77t23.5 -36q39 0 39 113v122h153v-141q0 -276 -202 -276q-51 0 -88 25t-55.5 68t-27 89.5t-8.5 99.5zM178 684h70v158q0 114 -41 114 q-29 0 -29 -114v-158z" />
<glyph unicode="f" horiz-adv-x="346" d="M-6 934v186h63v66q1 43 2.5 72.5t6.5 72t15.5 71t27.5 56t44.5 41.5t63.5 14q40 0 76 -20v-170q-16 10 -32.5 10t-24.5 -8q-19 -21 -19 -127v-78h64v-186h-64v-934h-160v934h-63z" />
<glyph unicode="g" horiz-adv-x="501" d="M-10 -184q0 92 106 170h2q-88 43 -88 149q0 43 24.5 90t59.5 78q-78 119 -78 244v305q1 48 11.5 95.5t31 91.5t58 71t86.5 27q88 0 127 -70q60 70 129 70v-185q-59 0 -76 -24q8 -16 8 -49v-338q-2 -48 -14 -94t-34.5 -88.5t-61 -68.5t-88.5 -26h-11q-12 -20 -12 -49 q0 -27 25.5 -44.5t56.5 -25.5q88 -23 123 -63q63 -77 63 -197q0 -59 -13 -108.5t-39.5 -90.5t-72 -64t-106.5 -23q-104 0 -160.5 58.5t-56.5 158.5zM145 -150q0 -34 16 -55.5t48 -21.5q33 0 54.5 22t21.5 53q0 60 -54 80l-49 17q-37 -41 -37 -95zM176 537q0 -36 6.5 -68.5 t20.5 -32.5q30 0 30 101v317q0 102 -30 102q-14 0 -20.5 -32t-6.5 -70v-317z" />
<glyph unicode="h" horiz-adv-x="468" d="M31 0v1505h162v-432q3 20 32.5 42t55.5 22q36 0 61 -23.5t36.5 -61.5t16 -70t4.5 -64v-918h-153v883q0 73 -27 73q-26 0 -26 -73v-883h-162z" />
<glyph unicode="i" horiz-adv-x="270" d="M31 0v1120h162v-1120h-162zM31 1298v207h162v-207h-162z" />
<glyph unicode="j" horiz-adv-x="280" d="M-45 -369l4 187q13 -4 23 -4.5t17 3t12 9.5t8 14t5 17.5t2.5 19.5t0.5 20v19v10v1194h161v-1149q0 -147 -18 -221q-15 -59 -51.5 -97t-91.5 -38q-37 0 -72 16zM27 1298v207h161v-207h-161z" />
<glyph unicode="k" horiz-adv-x="446" d="M31 0v1505h155v-618l76 233h156l-137 -385l133 -735h-156l-72 475v-475h-155z" />
<glyph unicode="l" horiz-adv-x="280" d="M31 0v1505h162v-1505h-162z" />
<glyph unicode="m" horiz-adv-x="673" d="M31 0v1120h162v-59q19 32 50.5 54t59.5 22q32 0 53.5 -24.5t24.5 -57.5q15 33 53.5 57.5t73.5 24.5q24 0 42.5 -10.5t29 -32t17.5 -41t9.5 -49.5t3 -45.5t0.5 -40.5v-918h-149v883q0 73 -31 73q-15 0 -23 -24t-8 -49v-883h-147v887q0 69 -31 69q-13 0 -20.5 -21t-7.5 -52 v-883h-162z" />
<glyph unicode="n" horiz-adv-x="475" d="M31 0v1120h162v-57q16 25 49.5 49.5t58.5 24.5q36 0 60 -23.5t34 -62t13.5 -69t3.5 -64.5v-918h-160v885q0 71 -31 71q-28 0 -28 -73v-883h-162z" />
<glyph unicode="o" d="M20 279v563q0 295 193 295q48 0 82.5 -15.5t54 -40t31 -64t15 -78t3.5 -91.5v-576q0 -139 -43 -213.5t-147 -74.5q-58 0 -97.5 25.5t-58.5 71t-26 92.5t-7 106zM174 258v-16q0 -76 35 -76q21 0 30 35q7 29 7 49v8v604v17q0 77 -35 77q-37 0 -37 -94v-604z" />
<glyph unicode="p" horiz-adv-x="473" d="M31 -385v1505h162v-57q12 28 45 51t61 23q113 0 113 -219v-715q-5 -219 -113 -219q-28 0 -59.5 24t-46.5 58v-451h-162zM193 246q0 -68 30 -68q29 0 29 68v635q0 75 -29 75q-30 0 -30 -75v-635z" />
<glyph unicode="q" horiz-adv-x="473" d="M31 203v715q0 219 112 219q28 0 61.5 -23t45.5 -51v57h162v-1505h-162v451q-15 -33 -47 -57.5t-60 -24.5q-107 0 -112 219zM190 246q0 -68 29 -68q31 0 31 68v635q0 75 -31 75q-29 0 -29 -75v-635z" />
<glyph unicode="r" horiz-adv-x="364" d="M31 0v1120h157v-61q46 78 138 78v-246q-34 19 -60 19q-24 0 -42 -19q-36 -38 -36 -113v-778h-157z" />
<glyph unicode="s" horiz-adv-x="440" d="M4 326h148q0 -66 9.5 -118t29 -52t26 31.5t6.5 103.5q0 12 -1 24t-5 26t-6.5 24.5t-9.5 28t-10 26t-12.5 28.5t-12.5 26.5t-14 29.5t-13 28q-8 15 -31.5 59.5t-33 66t-24 59.5t-20 74.5t-5.5 78.5q0 116 44.5 191.5t131.5 75.5q40 0 71.5 -14t50 -40.5t31 -55t18 -66.5 t7.5 -65.5t2 -61.5h-139q0 42 -8.5 86.5t-28.5 44.5q-29 0 -29 -117q0 -21 4.5 -44t8.5 -38.5t15.5 -41t15 -33.5t18.5 -36.5t16 -29.5q35 -59 57 -102t44 -119t22 -150q0 -33 -4 -65.5t-16 -71t-31.5 -66.5t-54.5 -47.5t-81 -19.5q-42 0 -74 14t-51.5 41.5t-32.5 57.5 t-18.5 73.5t-7.5 77t-2 78.5z" />
<glyph unicode="t" horiz-adv-x="358" d="M4 934v186h68v277h157v-277h86v-186h-86v-934h-157v934h-68z" />
<glyph unicode="u" horiz-adv-x="475" d="M23 203v917h159v-884q0 -72 31 -72q29 0 29 74v882h161v-1120h-161v57q-16 -25 -50 -49t-59 -24q-110 0 -110 219z" />
<glyph unicode="v" horiz-adv-x="421" d="M-8 1120h151l47 -657l50 657h151l-121 -1120h-159z" />
<glyph unicode="w" horiz-adv-x="604" d="M-6 1120h145l39 -514l45 514h99l43 -514l38 514h146l-98 -1120h-134l-47 532l-45 -532h-131z" />
<glyph unicode="x" horiz-adv-x="444" d="M2 1120h152l51 -280l55 280h152l-127 -542l114 -578h-149l-45 303q-7 -39 -22.5 -160.5t-18.5 -142.5h-152l115 578z" />
<glyph unicode="y" horiz-adv-x="466" d="M-4 1120h158l59 -661q5 78 26.5 332t26.5 329h160l-139 -1204q-11 -136 -58 -217q-35 -66 -91 -91q-30 -14 -60 -14q-27 0 -55 11v182q19 -8 34 -8q23 0 37 18q37 55 37 170z" />
<glyph unicode="z" horiz-adv-x="380" d="M-10 0v168l170 764h-144v188h312v-168l-170 -764h170v-188h-338z" />
<glyph unicode="{" horiz-adv-x="475" d="M18 453v163q46 0 64 60q14 36 14 80v397q1 81 8 135t25.5 103t51.5 76t86 42t130 13v-172q-40 -1 -67.5 -12t-42.5 -26t-23 -43t-10 -52t-2 -64v-397q0 -75 -30 -141.5t-72 -79.5q45 -30 73.5 -90.5t28.5 -131.5v-397q1 -45 4 -71t11 -53.5t23.5 -41t41.5 -22.5t65 -9 v-172q-80 0 -135 16.5t-87.5 44t-50 77t-23 101t-5.5 130.5v397q0 39 -14 78q-19 59 -64 62z" />
<glyph unicode="|" horiz-adv-x="274" d="M31 -512v2204h151v-2204h-151z" />
<glyph unicode="}" horiz-adv-x="475" d="M16 -281q39 0 65 9t41.5 22.5t24 41t11.5 53.5t4 71v397q0 71 28.5 131.5t73.5 90.5q-42 13 -72 79.5t-30 141.5v397q0 40 -2 64.5t-10 52t-23.5 42.5t-43 26t-67.5 12v172q77 2 130 -13t86 -42t51.5 -76t25.5 -103t8 -135v-397q0 -41 15 -80q18 -60 63 -60v-163 q-44 -3 -63 -62q-15 -41 -15 -78v-397q0 -79 -5.5 -130.5t-23 -101t-50 -77t-87.5 -44t-135 -16.5v172z" />
<glyph unicode="~" horiz-adv-x="829" d="M49 1358q27 137 113 254q41 47 106 47q80 0 168 -92l10 -11q64 -71 93 -71q33 0 67 90q11 20 27 86q0 3 2 11.5t2 10.5l117 -79q-36 -151 -113 -256q-39 -48 -102 -48q-37 0 -71.5 16.5t-53 34t-49.5 50.5q-66 74 -97 74q-33 0 -73 -91q-25 -72 -31 -108z" />
<glyph horiz-adv-x="475" d="M14 1012v227l68 266h98l-43 -266h43v-227h-166zM236 1012v227l67 266h98l-43 -266h43v-227h-165z" />
<glyph horiz-adv-x="466" d="M14 1012l43 266h-43v227h166v-227l-67 -266h-99zM236 1012l43 266h-43v227h165v-227l-67 -266h-98z" />
<glyph unicode="&#xa1;" horiz-adv-x="292" d="M27 -385l32 1100h115l33 -1100h-180zM33 893v227h166v-227h-166z" />
<glyph unicode="&#xa2;" horiz-adv-x="444" d="M14 489v531q0 42 5.5 84.5t18.5 89.5t40.5 82.5t66.5 48.5v242h111v-240q32 -7 56.5 -22t39 -39t24 -48.5t13.5 -60t5 -62t1 -65.5v-108h-155v147q0 82 -31 82q-13 0 -23 -25.5t-10 -56.5v-616q0 -34 8.5 -61t22.5 -27q33 0 33 88v155h155v-129q-1 -50 -3 -83t-10 -73 t-22.5 -65.5t-40.5 -46.5t-63 -29v-305h-109v301q-40 14 -68 50.5t-41 85.5t-18.5 91t-5.5 84z" />
<glyph unicode="&#xa3;" horiz-adv-x="550" d="M-16 68q20 84 73 163q15 23 54 45q22 99 22 199q0 71 -18 174h-113v137h90q-7 23 -14 64q-39 216 -39 299q0 153 39 250q48 120 158 123q125 3 178 -123q39 -102 39 -279h-166q0 197 -43 197q-14 0 -23.5 -23t-13.5 -57.5t-5 -54.5t-1 -33q0 -110 47 -363h125v-137h-105 q17 -107 17 -174q0 -103 -39 -219q6 -5 14.5 -13t22 -21t24.5 -23l17 43q15 41 18 149l150 -29q-7 -183 -53 -280.5t-117 -97.5q-30 0 -63.5 25.5t-60 51t-40.5 25.5q-13 0 -33 -51q-10 -23 -23 -76z" />
<glyph unicode="&#xa5;" horiz-adv-x="493" d="M-4 1505h168l63 -438q7 52 33.5 212.5t34.5 225.5h168l-133 -753h90v-138h-107v-137h107v-137h-107v-340h-170v340h-104v137h104v137h-104v138h88z" />
<glyph unicode="&#xa8;" horiz-adv-x="675" d="M125 1305v200h151v-200h-151zM338 1305v200h151v-200h-151z" />
<glyph unicode="&#xa9;" horiz-adv-x="1048" d="M14 752q0 318 138 544q63 106 152 166t190 60t189.5 -60t152.5 -166q137 -225 137 -544q0 -318 -137 -543q-64 -106 -152.5 -165.5t-189.5 -59.5t-190.5 59.5t-151.5 165.5q-65 107 -101.5 247.5t-36.5 295.5zM121 752q0 -270 115 -457q117 -193 258 -193q71 0 138 51 t122 142q110 189 110 457q0 271 -110 460q-55 91 -122 141t-138 50q-142 0 -258 -191q-115 -187 -115 -460zM358 487v531q0 99 52 166q24 30 82 30q88 0 116 -98q15 -54 15 -98v-125h-119v125q3 32 -8 53q-2 0 -2 4l-7 -20q0 -1 -1 -3t-1 -3q-4 -16 -4 -31v-531 q0 -34 13 -57v-6q2 0 3 4.5t2 13t3 13.5q5 20 2 32v125h119v-125q-6 -101 -52 -165q-24 -31 -79 -31q-93 0 -121 98q-13 47 -13 98z" />
<glyph unicode="&#xad;" horiz-adv-x="327" d="M27 455v194h215v-194h-215z" />
<glyph unicode="&#xae;" horiz-adv-x="1048" d="M14 752q0 318 138 544q63 106 152 166t190 60t189.5 -60t152.5 -166q137 -225 137 -544q0 -318 -137 -543q-64 -106 -152.5 -165.5t-189.5 -59.5t-190.5 59.5t-151.5 165.5q-65 107 -101.5 247.5t-36.5 295.5zM121 752q0 -270 115 -457q117 -193 258 -193q71 0 138 51 t122 142q110 189 110 457q0 271 -110 460q-55 91 -122 141t-138 50q-142 0 -258 -191q-115 -187 -115 -460zM356 313v879h138q155 0 155 -258q0 -76 -9 -122.5t-44 -98.5h2l64 -400h-130l-51 338v-338h-125zM481 805h8q8 0 16 7.5t16.5 38t8.5 81.5q0 57 -10 88 q-4 19 -13 31t-18 12h-8v-258z" />
<glyph unicode="&#xaf;" horiz-adv-x="675" d="M170 1315v162h274v-162h-274z" />
<glyph unicode="&#xb4;" horiz-adv-x="675" d="M227 1305l64 184h164l-97 -184h-131z" />
<glyph unicode="&#xb7;" horiz-adv-x="190" d="M-18 649v228h165v-228h-165z" />
<glyph unicode="&#xb8;" horiz-adv-x="675" d="M238 -111h139v-141l-27 -133h-100l33 133h-45v141z" />
<glyph unicode="&#xbf;" horiz-adv-x="448" d="M-29 -127q0 97 60 240l26 65q36 89 49 172q7 41 7 109v256h145v-256q0 -102 -41 -271q-14 -56 -63 -182q-10 -25 -18.5 -52t-16.5 -66t3 -64t42 -25q32 0 61 56q7 15 13 32.5t11.5 35.5t6.5 22l123 -84q-12 -66 -66 -154q-64 -100 -153 -100q-57 0 -97 25t-58.5 67.5 t-26 84t-7.5 89.5zM100 893v227h166v-227h-166z" />
<glyph unicode="&#xc0;" horiz-adv-x="520" d="M-6 0l137 1505h199l135 -1505h-166l-23 307h-94l-22 -307h-166zM68 1823h163l66 -185h-131zM199 541h63l-33 598z" />
<glyph unicode="&#xc1;" horiz-adv-x="520" d="M-6 0l137 1505h199l135 -1505h-166l-23 307h-94l-22 -307h-166zM158 1638l63 185h164l-96 -185h-131zM199 541h63l-33 598z" />
<glyph unicode="&#xc2;" horiz-adv-x="520" d="M-6 0l137 1505h199l135 -1505h-166l-23 307h-94l-22 -307h-166zM63 1638l87 185h165l84 -185h-133l-35 80l-34 -80h-134zM199 541h63l-33 598z" />
<glyph unicode="&#xc3;" horiz-adv-x="520" d="M-6 0l137 1505h199l135 -1505h-166l-23 307h-94l-22 -307h-166zM94 1604v176q29 43 84 43q24 0 57 -17.5t52 -17.5t45.5 21t36.5 38v-170q-30 -51 -82 -51q-24 0 -57.5 19.5t-53.5 19.5q-16 0 -43.5 -23t-38.5 -38zM199 541h63l-33 598z" />
<glyph unicode="&#xc4;" horiz-adv-x="520" d="M-6 0l137 1505h199l135 -1505h-166l-25 307h-90l-24 -307h-166zM57 1638v201h152v-201h-152zM201 541h59l-31 536zM256 1638v201h150v-201h-150z" />
<glyph unicode="&#xc5;" horiz-adv-x="520" d="M-6 0l137 1505h199l135 -1505h-166l-25 307h-90l-24 -307h-166zM121 1761q0 62 32 103t78 41q45 0 77 -41t32 -103t-32 -102.5t-77 -40.5q-46 0 -78 40.5t-32 102.5zM201 541h59l-31 536zM201 1761q0 -28 9.5 -46.5t20.5 -18.5q10 0 20.5 19t10.5 46t-10.5 45.5 t-20.5 18.5q-11 0 -20.5 -18t-9.5 -46z" />
<glyph unicode="&#xc6;" horiz-adv-x="720" d="M-8 0l252 1505h409v-227h-170v-395h123v-242h-123v-414h170v-227h-340v307h-100l-53 -307h-168zM248 541h65v561z" />
<glyph unicode="&#xc7;" horiz-adv-x="487" d="M18 289v928q0 54 10 104.5t32 97t63 75t96 28.5q58 0 100.5 -32t63 -82t30 -97.5t9.5 -93.5v-228h-166v228q0 90 -35 90q-28 0 -28 -82v-936q0 -90 28 -90q35 0 35 90v227h166v-227q0 -63 -10 -115t-32.5 -96t-63.5 -69t-97 -25q-57 0 -98.5 28t-62.5 75.5t-30.5 97 t-9.5 104.5zM143 -111h140v-141l-27 -133h-100l24 133h-37v141z" />
<glyph unicode="&#xc8;" horiz-adv-x="438" d="M31 0v1505h340v-227h-170v-395h123v-242h-123v-414h170v-227h-340zM49 1823h164l66 -185h-132z" />
<glyph unicode="&#xc9;" horiz-adv-x="438" d="M31 0v1505h340v-227h-170v-395h123v-242h-123v-414h170v-227h-340zM123 1638l63 185h164l-96 -185h-131z" />
<glyph unicode="&#xca;" horiz-adv-x="438" d="M31 0v1505h340v-227h-170v-395h123v-242h-123v-414h170v-227h-340zM37 1638l86 185h166l84 -185h-133l-35 80l-35 -80h-133z" />
<glyph unicode="&#xcb;" horiz-adv-x="438" d="M31 0v1505h340v-227h-170v-395h123v-242h-123v-414h170v-227h-340zM31 1638v201h151v-201h-151zM229 1638v201h150v-201h-150z" />
<glyph unicode="&#xcc;" horiz-adv-x="303" d="M-20 1823h163l64 -185h-129zM41 0v1505h170v-1505h-170z" />
<glyph unicode="&#xcd;" horiz-adv-x="303" d="M31 0v1505h170v-1505h-170zM33 1638l63 185h164l-96 -185h-131z" />
<glyph unicode="&#xce;" horiz-adv-x="284" d="M-59 1638l86 185h166l83 -185h-133l-34 80l-35 -80h-133zM27 0v1505h168v-1505h-168z" />
<glyph unicode="&#xcf;" horiz-adv-x="284" d="M-59 1638v201h151v-201h-151zM27 0v1505h170v-1505h-170zM139 1638v201h150v-201h-150z" />
<glyph unicode="&#xd0;" horiz-adv-x="518" d="M-6 655v228h37v622h123q200 0 241 -127t41 -626q0 -108 -0.5 -171.5t-2.5 -142.5t-6 -121t-11.5 -95t-17.5 -78t-26 -56t-36 -43t-47.5 -25t-60 -16.5t-74.5 -3.5h-123v655h-37zM201 221h18t16.5 5.5t17.5 16.5t10 34.5t5 58.5v352q0 72 0.5 164t0.5 138t-0.5 99t-2 86 t-4.5 60q-1 13 -5 22t-7.5 14t-11.5 8t-11 3.5t-13.5 1t-12.5 0.5v-401h30v-228h-30v-434z" />
<glyph unicode="&#xd1;" horiz-adv-x="546" d="M31 0v1505h143l123 -710v710h158v-1505h-144l-123 731v-731h-157zM104 1604v176q29 43 84 43q24 0 57 -17.5t52 -17.5t45.5 21t36.5 38v-170q-30 -51 -82 -51q-24 0 -57.5 19.5t-53.5 19.5q-16 0 -43.5 -23t-38.5 -38z" />
<glyph unicode="&#xd2;" horiz-adv-x="495" d="M18 289v928q0 84 18.5 149.5t67 110.5t121.5 45q58 0 100.5 -29.5t64 -78t31 -97.5t9.5 -100v-928q0 -62 -10.5 -114t-33 -96.5t-64 -69.5t-97.5 -25q-57 0 -99 27t-64.5 72.5t-33 96.5t-10.5 109zM55 1823h164l66 -185h-131zM193 289q0 -40 10 -65t24 -25q15 0 24 26.5 t9 63.5v928q0 90 -33 90q-16 0 -25 -25.5t-9 -64.5v-928z" />
<glyph unicode="&#xd3;" horiz-adv-x="495" d="M18 289v928q0 84 18.5 149.5t67 110.5t121.5 45q58 0 100.5 -29.5t64 -78t31 -97.5t9.5 -100v-928q0 -62 -10.5 -114t-33 -96.5t-64 -69.5t-97.5 -25q-57 0 -99 27t-64.5 72.5t-33 96.5t-10.5 109zM152 1638l65 185h164l-98 -185h-131zM193 289q0 -40 10 -65t24 -25 q15 0 24 26.5t9 63.5v928q0 90 -33 90q-16 0 -25 -25.5t-9 -64.5v-928z" />
<glyph unicode="&#xd4;" horiz-adv-x="495" d="M18 289v928q0 84 18.5 149.5t67 110.5t121.5 45q58 0 100.5 -29.5t64 -78t31 -97.5t9.5 -100v-928q0 -62 -10.5 -114t-33 -96.5t-64 -69.5t-97.5 -25q-57 0 -99 27t-64.5 72.5t-33 96.5t-10.5 109zM55 1638l86 185h166l84 -185h-133l-35 80l-35 -80h-133zM193 289 q0 -40 10 -65t24 -25q15 0 24 26.5t9 63.5v928q0 90 -33 90q-16 0 -25 -25.5t-9 -64.5v-928z" />
<glyph unicode="&#xd5;" horiz-adv-x="495" d="M18 289v928q0 84 18.5 149.5t67 110.5t121.5 45q58 0 100.5 -29.5t64 -78t31 -97.5t9.5 -100v-928q0 -62 -10.5 -114t-33 -96.5t-64 -69.5t-97.5 -25q-57 0 -99 27t-64.5 72.5t-33 96.5t-10.5 109zM80 1604v176q29 43 84 43q24 0 57 -17.5t51 -17.5q19 0 45.5 21t36.5 38 v-170q-30 -51 -82 -51q-24 0 -57 19.5t-53 19.5q-16 0 -43.5 -23t-38.5 -38zM193 289q0 -40 10 -65t24 -25q15 0 24 26.5t9 63.5v928q0 90 -33 90q-16 0 -25 -25.5t-9 -64.5v-928z" />
<glyph unicode="&#xd6;" horiz-adv-x="495" d="M18 289v928q0 84 18.5 149.5t67 110.5t121.5 45q58 0 100.5 -29.5t64 -78t31 -97.5t9.5 -100v-928q0 -62 -10.5 -114t-33 -96.5t-64 -69.5t-97.5 -25q-57 0 -99 27t-64.5 72.5t-33 96.5t-10.5 109zM51 1638v201h152v-201h-152zM193 289q0 -40 10 -65t24 -25q15 0 24 26.5 t9 63.5v928q0 90 -33 90q-16 0 -25 -25.5t-9 -64.5v-928zM250 1638v201h149v-201h-149z" />
<glyph unicode="&#xd8;" horiz-adv-x="495" d="M25 289v928q0 62 11 114t34 96.5t64 69.5t97 25q51 0 97 -27l6 31h94l-25 -129q33 -75 33 -180v-928q0 -62 -10.5 -114t-33 -96.5t-64 -69.5t-97.5 -25q-50 0 -96 24l-6 -28h-98l24 129q-30 69 -30 180zM199 289q0 -40 10 -65t24 -25q15 0 24 26.5t9 63.5v399l-67 -350 v-49zM199 836l67 344v37q0 90 -33 90q-16 0 -25 -25.5t-9 -64.5v-381z" />
<glyph unicode="&#xd9;" horiz-adv-x="512" d="M16 289v1216h170v-1216q0 -46 7 -68t26 -22q31 0 31 90v1216h170v-1216q0 -305 -201 -305q-203 0 -203 305zM72 1823h164l63 -185h-131z" />
<glyph unicode="&#xda;" horiz-adv-x="512" d="M16 289v1216h170v-1216q0 -46 7 -68t26 -22q31 0 31 90v1216h170v-1216q0 -305 -201 -305q-203 0 -203 305zM166 1638l63 185h164l-96 -185h-131z" />
<glyph unicode="&#xdb;" horiz-adv-x="512" d="M16 289v1216h170v-1216q0 -46 7 -68t26 -22q31 0 31 90v1216h170v-1216q0 -305 -201 -305q-203 0 -203 305zM45 1638l86 185h166l84 -185h-133l-35 80l-35 -80h-133z" />
<glyph unicode="&#xdc;" horiz-adv-x="512" d="M16 289v1216h170v-1216q0 -46 7 -68t26 -22q31 0 31 90v1216h170v-1216q0 -305 -201 -305q-203 0 -203 305zM43 1638v201h152v-201h-152zM242 1638v201h149v-201h-149z" />
<glyph unicode="&#xdd;" horiz-adv-x="483" d="M-4 1505h168l57 -438q9 71 30 217t30 221h168l-142 -864v-641h-170v641zM133 1638l66 185h163l-98 -185h-131z" />
<glyph unicode="&#xde;" horiz-adv-x="495" d="M31 0v1505h170v-241q98 -7 157 -95q76 -122 76 -356q0 -232 -76 -354q-62 -89 -157 -99v-360h-170zM201 586q36 8 47 41q18 37 18 178q0 144 -18 186q-15 40 -47 47v-452z" />
<glyph unicode="&#xdf;" horiz-adv-x="514" d="M14 0v1235q0 76 20.5 139t69 105.5t117.5 42.5q57 0 98.5 -25.5t63.5 -69t31.5 -90.5t9.5 -100q0 -102 -59 -174q51 -54 71 -150q25 -122 25 -338q0 -356 -51 -475q-25 -58 -70 -79t-117 -21v193q45 0 60 67q18 82 18 315q0 247 -18 332q-15 72 -60 72v141q22 0 37.5 32 t15.5 85q0 43 -15 71.5t-40 28.5q-45 0 -45 -102v-1235h-162z" />
<glyph unicode="&#xe0;" horiz-adv-x="471" d="M10 260q0 271 156 404q57 49 65 79v121q0 32 -7 63t-19 31q-13 0 -21 -32.5t-8 -61.5v-73h-156v67q0 67 18.5 128t63.5 106t109 45q59 0 100.5 -43t57.5 -99t14 -112v-688q0 -113 10 -195h-137q-5 8 -14.5 33.5t-10.5 34.5q-13 -35 -41 -59.5t-63 -24.5q-31 0 -54.5 23 t-35 53.5t-18 73t-8 70t-1.5 56.5zM66 1489h163l64 -184h-131zM158 262q0 -84 28 -84q19 0 31 22.5t12 53.5v260q-28 -36 -49.5 -110.5t-21.5 -141.5z" />
<glyph unicode="&#xe1;" horiz-adv-x="471" d="M10 260q0 271 156 404q57 49 65 79v121q0 32 -7 63t-19 31q-13 0 -21 -32.5t-8 -61.5v-73h-156v67q0 67 18.5 128t63.5 106t109 45q59 0 100.5 -43t57.5 -99t14 -112v-688q0 -113 10 -195h-137q-5 8 -14.5 33.5t-10.5 34.5q-13 -35 -41 -59.5t-63 -24.5q-31 0 -54.5 23 t-35 53.5t-18 73t-8 70t-1.5 56.5zM121 1305l65 184h164l-98 -184h-131zM158 262q0 -84 28 -84q19 0 31 22.5t12 53.5v260q-28 -36 -49.5 -110.5t-21.5 -141.5z" />
<glyph unicode="&#xe2;" horiz-adv-x="471" d="M10 260q0 271 156 404q57 49 65 79v121q0 32 -7 63t-19 31q-13 0 -21 -32.5t-8 -61.5v-73h-156v67q0 67 18.5 128t63.5 106t109 45q59 0 100.5 -43t57.5 -99t14 -112v-688q0 -113 10 -195h-137q-5 8 -14.5 33.5t-10.5 34.5q-13 -35 -41 -59.5t-63 -24.5q-31 0 -54.5 23 t-35 53.5t-18 73t-8 70t-1.5 56.5zM37 1305l86 184h166l84 -184h-133l-35 79l-35 -79h-133zM158 262q0 -84 28 -84q19 0 31 22.5t12 53.5v260q-28 -36 -49.5 -110.5t-21.5 -141.5z" />
<glyph unicode="&#xe3;" horiz-adv-x="471" d="M10 260q0 271 156 404q57 49 65 79v121q0 32 -7 63t-19 31q-13 0 -21 -32.5t-8 -61.5v-73h-156v67q0 67 18.5 128t63.5 106t109 45q59 0 100.5 -43t57.5 -99t14 -112v-688q0 -113 10 -195h-137q-5 8 -14.5 33.5t-10.5 34.5q-13 -35 -41 -59.5t-63 -24.5q-31 0 -54.5 23 t-35 53.5t-18 73t-8 70t-1.5 56.5zM66 1268v176q29 43 84 43q24 0 57 -17.5t51 -17.5q19 0 45.5 21t36.5 38v-170q-30 -51 -82 -51q-24 0 -57.5 19.5t-53.5 19.5q-16 0 -43 -22.5t-38 -38.5zM158 262q0 -84 28 -84q19 0 31 22.5t12 53.5v260q-28 -36 -49.5 -110.5 t-21.5 -141.5z" />
<glyph unicode="&#xe4;" horiz-adv-x="471" d="M10 260q0 271 156 404q57 49 65 79v121q0 32 -7 63t-19 31q-13 0 -21 -32.5t-8 -61.5v-73h-156v67q0 67 18.5 128t63.5 106t109 45q59 0 100.5 -43t57.5 -99t14 -112v-688q0 -113 10 -195h-137q-5 8 -14.5 33.5t-10.5 34.5q-13 -35 -41 -59.5t-63 -24.5q-31 0 -54.5 23 t-35 53.5t-18 73t-8 70t-1.5 56.5zM35 1305v200h151v-200h-151zM158 262q0 -84 28 -84q19 0 31 22.5t12 53.5v260q-28 -36 -49.5 -110.5t-21.5 -141.5zM233 1305v200h150v-200h-150z" />
<glyph unicode="&#xe5;" horiz-adv-x="471" d="M10 260q0 271 156 404q57 49 65 79v121q0 32 -7 63t-19 31q-13 0 -21 -32.5t-8 -61.5v-73h-156v67q0 67 18.5 128t63.5 106t109 45q59 0 100.5 -43t57.5 -99t14 -112v-688q0 -113 10 -195h-137q-5 8 -14.5 33.5t-10.5 34.5q-13 -35 -41 -59.5t-63 -24.5q-31 0 -54.5 23 t-35 53.5t-18 73t-8 70t-1.5 56.5zM96 1421q0 62 32.5 103t78.5 41q45 0 76.5 -41t31.5 -103t-31.5 -102.5t-76.5 -40.5q-46 0 -78.5 40.5t-32.5 102.5zM158 262q0 -84 28 -84q19 0 31 22.5t12 53.5v260q-28 -36 -49.5 -110.5t-21.5 -141.5zM176 1421q0 -28 10 -46.5 t21 -18.5q10 0 20.5 19t10.5 46t-10.5 45.5t-20.5 18.5q-11 0 -21 -18t-10 -46z" />
<glyph unicode="&#xe6;" horiz-adv-x="681" d="M14 260q0 271 156 404q58 50 66 79v121q0 31 -7.5 62.5t-19.5 31.5q-13 0 -21 -32.5t-8 -61.5v-73h-155v67q0 67 18.5 128t63 106t108.5 45q57 0 102 -45q48 45 111 45q50 0 86 -17.5t56.5 -43.5t32 -66t15 -75t3.5 -79v-334h-224v-243q0 -41 7.5 -77t23.5 -36 q39 0 39 113v122h154v-141q0 -276 -203 -276q-79 0 -121 55q-20 -26 -55.5 -40.5t-73.5 -14.5q-47 0 -80.5 32t-48 81.5t-20 88.5t-5.5 74zM162 262q0 -84 28 -84q19 0 31 22.5t12 53.5v260q-28 -36 -49.5 -110.5t-21.5 -141.5zM397 684h70v158q0 114 -41 114 q-29 0 -29 -114v-158z" />
<glyph unicode="&#xe7;" horiz-adv-x="448" d="M20 295v530q1 55 9.5 104t28 99t59 79.5t94.5 29.5q38 0 68 -9.5t50 -24t34 -40t21.5 -48t11 -57t4.5 -59.5t1 -63v-109h-155v147q0 82 -31 82q-13 0 -23 -25.5t-10 -56.5v-616q0 -34 8.5 -61t22.5 -27q33 0 33 88v156h155v-129q-1 -47 -3 -78t-8 -69.5t-19 -63t-34 -47 t-53.5 -33t-76.5 -10.5q-46 0 -81 21.5t-54.5 53.5t-31.5 76.5t-16 82t-4 77.5zM125 -111h139v-141l-26 -133h-101l25 133h-37v141z" />
<glyph unicode="&#xe8;" d="M20 266v584q0 72 17.5 134t62 107.5t109.5 45.5q50 0 86 -17.5t56 -43.5t31.5 -66t15 -74.5t3.5 -79.5v-334h-223v-243q0 -41 7.5 -77t23.5 -36q39 0 39 113v122h153v-141q0 -276 -202 -276q-51 0 -88 25t-55.5 68t-27 89.5t-8.5 99.5zM45 1489h164l63 -184h-131z M178 684h70v158q0 114 -41 114q-29 0 -29 -114v-158z" />
<glyph unicode="&#xe9;" d="M20 266v584q0 72 17.5 134t62 107.5t109.5 45.5q50 0 86 -17.5t56 -43.5t31.5 -66t15 -74.5t3.5 -79.5v-334h-223v-243q0 -41 7.5 -77t23.5 -36q39 0 39 113v122h153v-141q0 -276 -202 -276q-51 0 -88 25t-55.5 68t-27 89.5t-8.5 99.5zM139 1305l66 184h164l-99 -184 h-131zM178 684h70v158q0 114 -41 114q-29 0 -29 -114v-158z" />
<glyph unicode="&#xea;" d="M20 266v584q0 72 17.5 134t62 107.5t109.5 45.5q50 0 86 -17.5t56 -43.5t31.5 -66t15 -74.5t3.5 -79.5v-334h-223v-243q0 -41 7.5 -77t23.5 -36q39 0 39 113v122h153v-141q0 -276 -202 -276q-51 0 -88 25t-55.5 68t-27 89.5t-8.5 99.5zM41 1305l86 184h166l84 -184h-133 l-35 79l-35 -79h-133zM178 684h70v158q0 114 -41 114q-29 0 -29 -114v-158z" />
<glyph unicode="&#xeb;" d="M20 266v584q0 72 17.5 134t62 107.5t109.5 45.5q50 0 86 -17.5t56 -43.5t31.5 -66t15 -74.5t3.5 -79.5v-334h-223v-243q0 -41 7.5 -77t23.5 -36q39 0 39 113v122h153v-141q0 -276 -202 -276q-51 0 -88 25t-55.5 68t-27 89.5t-8.5 99.5zM37 1305v200h151v-200h-151z M178 684h70v158q0 114 -41 114q-29 0 -29 -114v-158zM236 1305v200h149v-200h-149z" />
<glyph unicode="&#xec;" horiz-adv-x="284" d="M-37 1489h164l66 -184h-132zM31 0v1120h162v-1120h-162z" />
<glyph unicode="&#xed;" horiz-adv-x="284" d="M31 0v1120h162v-1120h-162zM31 1305l63 184h164l-96 -184h-131z" />
<glyph unicode="&#xee;" horiz-adv-x="284" d="M-55 1305l86 184h166l84 -184h-134l-34 79l-35 -79h-133zM31 0v1120h162v-1120h-162z" />
<glyph unicode="&#xef;" horiz-adv-x="284" d="M-61 1305v200h151v-200h-151zM31 0v1120h162v-1120h-162zM137 1305v200h150v-200h-150z" />
<glyph unicode="&#xf0;" horiz-adv-x="464" d="M16 279v579q1 38 3 68t10.5 72.5t21.5 70t38.5 48t60.5 20.5q31 0 71 -35q-3 35 -20 127l-43 -64l-45 88l65 93q-4 13 -12.5 27.5t-14.5 23.5t-6 10l86 131l33 -68l55 82l46 -90l-58 -88q86 -228 86 -446v-656q0 -47 -10 -94.5t-30.5 -92.5t-59 -73t-88.5 -28 q-53 0 -92 27.5t-59 73.5t-29 94t-9 100zM170 258q0 -38 9 -65t26 -27q13 0 24 32.5t11 59.5v604q0 40 -9 67t-26 27q-15 0 -25 -36.5t-10 -57.5v-604z" />
<glyph unicode="&#xf1;" horiz-adv-x="475" d="M31 0v1120h162v-57q16 25 49.5 49.5t58.5 24.5q36 0 60 -23.5t34 -62t13.5 -69t3.5 -64.5v-918h-160v885q0 71 -31 71q-28 0 -28 -73v-883h-162zM70 1276v176q29 43 84 43q24 0 57 -17.5t51 -17.5t44.5 21t37.5 39v-170q-31 -52 -82 -52q-24 0 -57 19.5t-53 19.5 q-16 0 -43.5 -23t-38.5 -38z" />
<glyph unicode="&#xf2;" d="M20 279v563q0 295 193 295q48 0 82.5 -15.5t54 -40t31 -64t15 -78t3.5 -91.5v-576q0 -139 -43 -213.5t-147 -74.5q-58 0 -97.5 25.5t-58.5 71t-26 92.5t-7 106zM43 1489h164l63 -184h-131zM174 258q-4 -92 35 -92q21 0 30 35t7 57v604q4 94 -35 94q-37 0 -37 -94v-604z " />
<glyph unicode="&#xf3;" d="M20 279v563q0 295 193 295q48 0 82.5 -15.5t54 -40t31 -64t15 -78t3.5 -91.5v-576q0 -139 -43 -213.5t-147 -74.5q-58 0 -97.5 25.5t-58.5 71t-26 92.5t-7 106zM137 1305l64 184h164l-97 -184h-131zM174 258q-4 -92 35 -92q21 0 30 35t7 57v604q4 94 -35 94 q-37 0 -37 -94v-604z" />
<glyph unicode="&#xf4;" d="M20 279v563q0 295 193 295q48 0 82.5 -15.5t54 -40t31 -64t15 -78t3.5 -91.5v-576q0 -139 -43 -213.5t-147 -74.5q-58 0 -97.5 25.5t-58.5 71t-26 92.5t-7 106zM41 1305l86 184h166l84 -184h-133l-35 79l-35 -79h-133zM174 258q-4 -92 35 -92q21 0 30 35t7 57v604 q4 94 -35 94q-37 0 -37 -94v-604z" />
<glyph unicode="&#xf5;" d="M20 279v563q0 295 193 295q48 0 82.5 -15.5t54 -40t31 -64t15 -78t3.5 -91.5v-576q0 -139 -43 -213.5t-147 -74.5q-58 0 -97.5 25.5t-58.5 71t-26 92.5t-7 106zM59 1274v176q29 43 84 43q24 0 57.5 -17.5t51.5 -17.5t44.5 21t37.5 39v-170q-31 -52 -82 -52 q-24 0 -57.5 19.5t-53.5 19.5q-16 0 -43.5 -23t-38.5 -38zM174 258q-4 -92 35 -92q21 0 30 35t7 57v604q4 94 -35 94q-37 0 -37 -94v-604z" />
<glyph unicode="&#xf6;" d="M20 279v563q0 295 193 295q48 0 82.5 -15.5t54 -40t31 -64t15 -78t3.5 -91.5v-576q0 -139 -43 -213.5t-147 -74.5q-58 0 -97.5 25.5t-58.5 71t-26 92.5t-7 106zM37 1305v200h151v-200h-151zM174 258q-4 -92 35 -92q21 0 30 35t7 57v604q4 94 -35 94q-37 0 -37 -94v-604z M236 1305v200h149v-200h-149z" />
<glyph unicode="&#xf8;" horiz-adv-x="468" d="M27 279v563q0 295 192 295q33 0 70 -11l14 70h88l-26 -129q41 -62 41 -219v-576q0 -139 -43.5 -213.5t-147.5 -74.5q-31 0 -61 10l-13 -70h-92l25 129q-47 69 -47 226zM180 580l68 344q-6 32 -31 32q-37 0 -37 -94v-282zM190 180q10 -14 25 -14q21 0 30 35t7 57v229z" />
<glyph unicode="&#xf9;" horiz-adv-x="475" d="M23 203v917h159v-884q0 -72 31 -72q29 0 29 74v882h161v-1120h-161v57q-16 -25 -50 -49t-59 -24q-110 0 -110 219zM51 1489h164l64 -184h-132z" />
<glyph unicode="&#xfa;" horiz-adv-x="475" d="M23 203v917h159v-884q0 -72 31 -72q29 0 29 74v882h161v-1120h-161v57q-16 -25 -50 -49t-59 -24q-110 0 -110 219zM145 1305l66 184h164l-99 -184h-131z" />
<glyph unicode="&#xfb;" horiz-adv-x="475" d="M23 203v917h159v-884q0 -72 31 -72q29 0 29 74v882h161v-1120h-161v57q-16 -25 -50 -49t-59 -24q-110 0 -110 219zM41 1305l86 184h166l84 -184h-133l-35 79l-35 -79h-133z" />
<glyph unicode="&#xfc;" horiz-adv-x="475" d="M23 203v917h159v-884q0 -72 31 -72q29 0 29 74v882h161v-1120h-161v57q-16 -25 -50 -49t-59 -24q-110 0 -110 219zM35 1305v200h151v-200h-151zM233 1305v200h150v-200h-150z" />
<glyph unicode="&#xfd;" horiz-adv-x="462" d="M-4 1120h158l59 -661q5 78 26.5 332t26.5 329h160l-139 -1204q-11 -136 -58 -217q-35 -66 -91.5 -91.5t-114.5 -2.5v182q48 -19 71 10q37 55 37 170zM131 1305l64 184h163l-96 -184h-131z" />
<glyph unicode="&#xfe;" horiz-adv-x="473" d="M29 -385v1890h161v-432q4 20 33 42t51 22q37 0 63 -20.5t39 -55.5t18 -69.5t5 -73.5v-715q0 -8 -0.5 -28.5t-0.5 -32t-1.5 -31.5t-4 -32.5t-6.5 -29t-11 -27t-16 -20t-22.5 -14t-29.5 -4.5q-36 0 -72 27t-45 50v-446h-161zM190 256q0 -32 7.5 -55t21.5 -23q29 0 29 78 v627q0 30 -8 51.5t-21 21.5q-14 0 -21.5 -22.5t-7.5 -50.5v-627z" />
<glyph unicode="&#xff;" horiz-adv-x="442" d="M-4 1120h158l59 -661q5 78 26.5 332t26.5 329h160l-139 -1204q-11 -136 -58 -217q-35 -66 -91.5 -91.5t-114.5 -2.5v182q48 -19 71 10q37 55 37 170zM35 1305v200h151v-200h-151zM233 1305v200h150v-200h-150z" />
<glyph unicode="&#x152;" horiz-adv-x="651" d="M23 309v887q0 309 204 309h377v-227h-170v-395h123v-242h-123v-414h170v-227h-377q-204 10 -204 309zM193 309q0 -43 9.5 -76.5t24.5 -33.5q20 0 28.5 41t8.5 69v887q0 29 -9.5 70t-27.5 41q-14 0 -24 -40.5t-10 -70.5v-887z" />
<glyph unicode="&#x153;" horiz-adv-x="659" d="M23 279v563q0 295 192 295q77 0 121 -41q44 41 104 41q50 0 86 -17.5t56.5 -43.5t32 -66t15 -75t3.5 -79v-334h-223v-243q0 -42 7 -77.5t23 -35.5q39 0 39 113v122h154v-141q0 -276 -203 -276q-63 0 -102 36q-45 -36 -117 -36q-47 0 -81.5 18t-54.5 45.5t-32 68t-16 78.5 t-4 85zM176 258q-4 -92 35 -92q21 0 30 35t7 57v604q4 94 -35 94q-37 0 -37 -94v-604zM410 684h69v158q0 114 -41 114q-28 0 -28 -114v-158z" />
<glyph unicode="&#x178;" horiz-adv-x="483" d="M-4 1505h168l57 -438q9 71 30 217t30 221h168l-142 -864v-641h-170v641zM47 1638v201h152v-201h-152zM246 1638v201h149v-201h-149z" />
<glyph unicode="&#x2c6;" horiz-adv-x="673" d="M139 1305l86 184h166l84 -184h-133l-35 79l-35 -79h-133z" />
<glyph unicode="&#x2dc;" horiz-adv-x="675" d="M170 1276v176q29 43 84 43q24 0 57 -17.5t51 -17.5t44.5 21t37.5 39v-170q-31 -52 -82 -52q-24 0 -57 19.5t-53 19.5q-16 0 -43.5 -23t-38.5 -38z" />
<glyph unicode="&#x2000;" horiz-adv-x="952" />
<glyph unicode="&#x2001;" horiz-adv-x="1905" />
<glyph unicode="&#x2002;" horiz-adv-x="952" />
<glyph unicode="&#x2003;" horiz-adv-x="1905" />
<glyph unicode="&#x2004;" horiz-adv-x="635" />
<glyph unicode="&#x2005;" horiz-adv-x="476" />
<glyph unicode="&#x2006;" horiz-adv-x="317" />
<glyph unicode="&#x2007;" horiz-adv-x="317" />
<glyph unicode="&#x2008;" horiz-adv-x="238" />
<glyph unicode="&#x2009;" horiz-adv-x="381" />
<glyph unicode="&#x200a;" horiz-adv-x="105" />
<glyph unicode="&#x2010;" horiz-adv-x="327" d="M27 455v194h215v-194h-215z" />
<glyph unicode="&#x2011;" horiz-adv-x="327" d="M27 455v194h215v-194h-215z" />
<glyph unicode="&#x2012;" horiz-adv-x="327" d="M27 455v194h215v-194h-215z" />
<glyph unicode="&#x2013;" horiz-adv-x="544" d="M27 649v195h432v-195h-432z" />
<glyph unicode="&#x2014;" horiz-adv-x="645" d="M27 649v195h530v-195h-530z" />
<glyph unicode="&#x2018;" horiz-adv-x="247" d="M10 1012v227l68 266h98l-43 -266h43v-227h-166z" />
<glyph unicode="&#x2019;" horiz-adv-x="247" d="M8 1012l43 266h-43v227h166v-227l-68 -266h-98z" />
<glyph unicode="&#x201a;" horiz-adv-x="247" d="M8 0v227h166v-227l-68 -266h-98l43 266h-43z" />
<glyph unicode="&#x201c;" horiz-adv-x="475" d="M14 1012v227l68 266h98l-43 -266h43v-227h-166zM236 1012v227l67 266h98l-43 -266h43v-227h-165z" />
<glyph unicode="&#x201d;" horiz-adv-x="466" d="M14 1012l43 266h-43v227h166v-227l-67 -266h-99zM236 1012l43 266h-43v227h165v-227l-67 -266h-98z" />
<glyph unicode="&#x201e;" horiz-adv-x="436" d="M14 0v227h166v-227l-67 -266h-99l43 266h-43zM195 0v227h165v-227l-67 -266h-98l43 266h-43z" />
<glyph unicode="&#x2022;" horiz-adv-x="458" d="M27 821q0 71 50.5 121.5t121.5 50.5t121.5 -50.5t50.5 -121.5t-50.5 -121.5t-121.5 -50.5t-121.5 50.5t-50.5 121.5z" />
<glyph unicode="&#x2026;" horiz-adv-x="651" d="M14 0v227h166v-227h-166zM227 0v227h166v-227h-166zM440 0v227h166v-227h-166z" />
<glyph unicode="&#x202f;" horiz-adv-x="381" />
<glyph unicode="&#x205f;" horiz-adv-x="476" />
<glyph unicode="&#x20ac;" horiz-adv-x="548" d="M14 547v137h64v137h-64v137h64v238q0 88 22 162q18 63 56 112q42 52 116 52q75 0 117 -52q33 -41 57 -112q20 -79 23 -162v-84h-162v84q0 53 -18 94h2q-13 17 -17 17q-8 0 -20 -56q-6 -24 -6 -55v-238h139v-137h-139v-137h139v-137h-139v-238q0 -58 18 -94h-2l10 -16 q17 0 29 55q4 28 4 55v84h162v-84q-3 -85 -23 -164q-20 -58 -57 -110q-41 -51 -117 -51q-75 0 -116 51q-43 57 -56 110q-22 74 -22 164v238h-64z" />
<glyph unicode="&#x2122;" horiz-adv-x="624" d="M27 1401v104h229v-104h-63v-580h-105v580h-61zM287 821v684h102l43 -280q3 24 23.5 135.5t23.5 144.5h94v-684h-88v361q-31 -269 -36 -361h-39l-37 361v-361h-86z" />
<glyph unicode="&#xe000;" horiz-adv-x="1116" d="M0 0v1116h1116v-1116h-1116z" />
<glyph unicode="&#xfb01;" horiz-adv-x="524" d="M-6 934v186h63v66q1 43 2.5 72.5t6.5 72t15.5 71t27.5 56t44.5 41.5t63.5 14q40 0 76 -20v-170q-16 10 -32.5 10t-24.5 -8q-19 -21 -19 -127v-78h223v-1120h-159v934h-64v-934h-160v934h-63z" />
<glyph unicode="&#xfb02;" horiz-adv-x="524" d="M-6 934v186h63v66q1 43 2.5 72.5t6.5 72t15.5 71t27.5 56t44.5 41.5t63.5 14l64 -8h161v-1505h-161v934h-64v-934h-160v934h-63zM217 1120h64v209q-31 10 -45 -4q-19 -21 -19 -127v-78z" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 46 KiB

View File

@@ -0,0 +1,224 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata></metadata>
<defs>
<font id="league_gothic_italicregular" horiz-adv-x="724" >
<font-face units-per-em="2048" ascent="1505" descent="-543" />
<missing-glyph horiz-adv-x="315" />
<glyph horiz-adv-x="0" />
<glyph unicode="&#xd;" horiz-adv-x="315" />
<glyph horiz-adv-x="0" />
<glyph horiz-adv-x="0" />
<glyph unicode=" " horiz-adv-x="315" />
<glyph unicode="&#x09;" horiz-adv-x="315" />
<glyph unicode="&#xa0;" horiz-adv-x="315" />
<glyph unicode="!" horiz-adv-x="387" d="M86 0h215l47 227h-215zM215 406h129l289 1099h-240z" />
<glyph unicode="&#x22;" horiz-adv-x="555" d="M334 952l86 551h215l-148 -551h-153zM604 952l86 551h215l-147 -551h-154z" />
<glyph unicode="#" horiz-adv-x="1232" d="M141 438h199l-152 -438h197l152 438h260l-152 -438h197l151 438h191l67 195h-190l92 258h193l67 194h-192l147 420h-197l-147 -420h-260l147 420h-196l-148 -420h-196l-68 -194h197l-92 -258h-199zM604 633l92 258h260l-92 -258h-260z" />
<glyph unicode="$" horiz-adv-x="692" d="M113 358q-24 -131 12 -227q44 -104 162 -125l-47 -221h122l48 217q127 13 219 127q73 88 104 242q15 80 8 127q-13 102 -69 225q-18 33 -25 51q-20 40 -24 47q-39 64 -80 166q-40 95 -21 172q11 56 43 111q30 51 76 51q44 1 57.5 -32.5t8.5 -92.5l196 25q11 120 -22 186 q-45 85 -152 96l25 125h-123l-27 -131q-67 -16 -115 -49q-92 -66 -139 -182q-51 -131 -41 -236q10 -104 70 -227q31 -68 92 -176q3 -7 9 -20.5t9 -20.5t9.5 -21.5t9.5 -21.5q16 -45 24 -86q6 -46 -7.5 -106.5t-43.5 -108.5q-38 -58 -84 -58q-61 0 -84 58q-20 46 -6 129z" />
<glyph unicode="%" horiz-adv-x="1001" d="M158 0h137l866 1505h-131zM248 823q12 -41 39.5 -64.5t83.5 -23.5q61 0 96 27q76 57 98 149l92 437q9 54 -2 86q-13 40 -38.5 64t-79.5 24q-63 0 -97 -27q-82 -63 -100 -147l-92 -437q-12 -51 0 -88zM371 911l92 437q0 13 8 26q1 1 4 5t3.5 5.5t3.5 5t4.5 4.5t5 3.5t6 3 t6.5 1.5t8 1q15 0 18 -8q10 -24 5 -47l-93 -437q-14 -55 -47 -55q-38 0 -24 55zM664 70q13 -39 39.5 -62.5t82.5 -23.5q64 0 97 26q77 57 98 148l92 436q9 53 -2 88q-13 40 -39 64t-80 24q-62 0 -96 -27q-82 -62 -100 -149l-92 -436q-12 -51 0 -88zM786 158l93 436 q0 14 8 27q16 28 41 28q15 0 18 -8q10 -22 4 -47l-92 -436q-1 -13 -24 -47q-11 -11 -23 -11q-16 0 -20 11q-14 21 -5 47z" />
<glyph unicode="&#x26;" horiz-adv-x="854" d="M115 315q-26 -129 37 -231q65 -100 196 -100q132 0 281 139q27 -37 71 -75.5t82 -55.5q13 -8 27 -8l49 235q-13 4 -29 23q-18 13 -47 53q52 73 115 207q43 104 53 151l-168 33q-2 -4 -14 -36t-21.5 -55.5t-25.5 -58.5t-31 -61q-42 89 -88 285q119 122 197 227 q134 180 106 371q-10 71 -51 112q-55 52 -149 52q-106 0 -170 -52q-125 -96 -170 -276q-47 -224 14 -442q-108 -123 -173 -222t-91 -215zM330 319q26 149 100 238q54 -161 113 -295q-44 -44 -75.5 -65t-68.5 -21q-42 0 -61 41t-8 102zM547 1073q-3 123 33 197q31 76 88 76 q32 0 45 -23q22 -43 2 -123q-19 -97 -154 -252q-14 82 -14 125z" />
<glyph unicode="'" horiz-adv-x="309" d="M291 954h153l148 551h-215z" />
<glyph unicode="(" horiz-adv-x="561" d="M170 283q14 -322 125 -580l178 84q-96 205 -108 510q-7 154 34 346.5t115 351.5q142 312 326 510l-146 84q-115 -140 -207 -280q-101 -162 -163 -299q-88 -199 -123 -365q-40 -191 -31 -362z" />
<glyph unicode=")" horiz-adv-x="561" d="M-4 -213l143 -84q118 141 205 279q95 144 164 301q88 195 123 362q42 185 33 365q-20 328 -125 579l-179 -84q40 -92 78 -239q62 -313 -4 -621q-38 -185 -115 -348q-145 -312 -323 -510z" />
<glyph unicode="*" horiz-adv-x="677" d="M338 1251l166 -34l-144 -138l113 -80l109 152l45 -152l149 80l-86 138l178 34l-10 148l-180 -70l57 176h-153l-21 -176l-147 70z" />
<glyph unicode="+" horiz-adv-x="1060" d="M211 649h371l-74 -346h172l74 346h370l37 172h-370l73 346h-172l-74 -346h-370z" />
<glyph unicode="," horiz-adv-x="309" d="M-10 -266h100l170 266l47 227h-215l-47 -227h72z" />
<glyph unicode="-" horiz-adv-x="444" d="M170 455h297l41 194h-297z" />
<glyph unicode="." horiz-adv-x="321" d="M53 0h215l47 227h-215z" />
<glyph unicode="/" horiz-adv-x="720" d="M-23 -147h166l889 1652h-162z" />
<glyph unicode="0" d="M133 309q-18 -96 2 -164q13 -67 62 -110q54 -51 161 -51q110 0 181 51q58 38 112 110q48 73 72 164l188 887q16 99 -4 162q-13 68 -63 112q-59 52 -160 52q-103 0 -182 -52q-52 -35 -111 -112q-47 -70 -69 -162zM354 309l189 887q6 32 18 55q29 56 78 56q27 0 41 -17 q21 -35 10 -94l-188 -887q-6 -25 -21 -55q-25 -55 -78 -55q-25 0 -38 16q-26 37 -11 94z" />
<glyph unicode="1" horiz-adv-x="475" d="M172 0h221l320 1505h-133q-24 -36 -66 -78q-103 -86 -209 -106l-31 -141h148z" />
<glyph unicode="2" horiz-adv-x="731" d="M55 0h600l45 219h-350q141 169 307 422q197 310 238 506q16 82 16 147q0 64 -22 119q-51 109 -211 109q-164 0 -262 -119q-75 -94 -115 -270l-22 -105h221l22 105q13 69 41 129q30 55 72 55q23 0 33.5 -16t15.5 -46q2 -39 -14 -122q-31 -124 -127 -299 q-87 -156 -191 -297q-158 -210 -252 -318z" />
<glyph unicode="3" horiz-adv-x="686" d="M119 217q0 -41 8 -72q31 -161 215 -161q74 0 125 26q95 46 162 160q54 92 73 172q2 10 5 20.5t4.5 15.5t1.5 7q31 149 28 242q-3 111 -67 172l4 2q65 54 110.5 145.5t79.5 251.5q6 26 9 68q3 52 -11 108q-45 148 -217 148q-178 0 -276 -160q-66 -106 -101 -291h217 q35 153 58 205q21 51 61 51q47 0 47 -65q0 -52 -18 -129q-3 -13 -14 -66q-1 -3 -3.5 -18t-4 -20.5t-4.5 -19t-5.5 -21.5t-6.5 -19t-8.5 -20t-10.5 -17q-20 -32 -58 -48t-110 -20l-39 -184h18q68 -3 103 -27q53 -40 28 -155q-7 -20 -14 -62q-4 -19 -9 -41.5t-12 -50 t-10 -41.5q-8 -32 -18 -61q-26 -64 -76 -64q-21 0 -32.5 12t-12.5 41q-9 59 24 203h-217q-6 -32 -12 -67q-14 -69 -14 -150z" />
<glyph unicode="4" horiz-adv-x="684" d="M94 328h342l-69 -328h202l70 328h102l41 194h-102l209 983h-221l-533 -983zM324 522l229 471l20 45h13l-109 -516h-153z" />
<glyph unicode="5" horiz-adv-x="704" d="M145 137q31 -153 213 -153q176 0 277 145q60 88 96 248l70 336q21 88 2 174q-34 137 -180 137q-23 3 -48 -6q-30 -9 -92 -45l68 313h344l47 219h-534l-170 -792h186q15 41 41 69q41 41 70 41q34 0 45.5 -31.5t-0.5 -78.5l-70 -336q-8 -38 -25 -96q-12 -33 -20.5 -51.5 t-26 -36t-39.5 -17.5q-39 0 -45 45q-6 39 21 158l12 59h-221q-47 -203 -21 -301z" />
<glyph unicode="6" horiz-adv-x="700" d="M131 309q-25 -110 2 -188q43 -137 217 -137q173 0 275 137q59 77 84 188l63 307q26 107 4 191q-34 127 -182 127q-48 0 -117 -37l55 268q14 76 41 125q20 39 62 39q47 0 47 -53q0 -62 -33 -205h221l19 94q34 125 6 219q-43 138 -219 138q-174 0 -277 -138 q-13 -18 -24.5 -40t-19 -38.5t-16 -41t-11.5 -36t-9.5 -35.5t-7.5 -28zM338 244l96 456q8 22 29.5 42t52.5 20t43 -23.5t10 -44.5l-96 -450q-7 -21 -29 -44.5t-53 -23.5q-32 0 -47 27q-11 20 -6 41z" />
<glyph unicode="7" horiz-adv-x="589" d="M115 0h229l494 1284l47 221h-557l-47 -219h331z" />
<glyph unicode="8" horiz-adv-x="696" d="M111 217q0 -90 45 -154q55 -79 188 -79q69 0 127 22q104 45 162 133q49 74 67 144q4 18 11 39l37 176q41 190 -52 297q60 50 102 123t60 153l27 127q8 31 10 68q0 69 -10 108q-45 148 -215 148q-106 0 -168 -45q-62 -42 -104 -99t-58 -112q-4 -15 -9 -30t-8 -24.5 t-4 -13.5l-26 -127q-18 -77 -7.5 -151.5t50.5 -124.5q-137 -110 -178 -297l-37 -176q-10 -23 -10 -105zM338.5 224q-8.5 38 1.5 87q10 80 43 213q1 6 5.5 24t6.5 25t6.5 22.5t8 22t10 18.5t13 17t15.5 11.5t20 9t24 2.5q55 0 55 -66q-16 -116 -33 -200q-8 -49 -22 -95 q-1 -3 -6 -21t-6.5 -23t-7.5 -20.5t-10 -21t-12.5 -16.5t-16.5 -15t-20 -8t-26 -4q-40 0 -48.5 38zM495.5 928q-5.5 35 6.5 79q1 10 2 15q11 87 43 192q7 27 13 43.5t15.5 34.5t22.5 26.5t31 8.5q45 0 45 -51q-3 -53 -23 -156q-15 -58 -24 -102q-9 -32 -13.5 -45.5 t-15.5 -36.5t-26 -33t-35 -10q-36 0 -41.5 35z" />
<glyph unicode="9" horiz-adv-x="700" d="M123 123q42 -139 219 -139q175 0 276 139q25 34 45 81t26 68t18 68l182 856q20 118 -4 190q-43 136 -217 136q-171 0 -275 -136q-64 -86 -82 -190l-63 -293q-23 -118 -4 -190q34 -127 182 -127q50 0 119 37l-60 -283q-18 -87 -39 -125q-23 -39 -63 -39q-47 0 -47 53 t35 205h-221l-21 -94q-33 -130 -6 -217zM453 825l92 437q7 21 29 44t53 23q23 0 36.5 -14t15.5 -27.5t1 -25.5l-92 -443q-8 -22 -29 -41.5t-53 -19.5q-31 0 -45 24.5t-8 42.5z" />
<glyph unicode=":" horiz-adv-x="362" d="M74 0h215l47 227h-215zM262 893h215l49 227h-215z" />
<glyph unicode=";" horiz-adv-x="362" d="M16 -266h103l170 266l47 227h-215l-47 -227h71zM262 893h215l49 227h-215z" />
<glyph unicode="&#x3c;" horiz-adv-x="1058" d="M211 649l811 -475l41 199l-623 356l774 356l43 199l-1013 -475z" />
<glyph unicode="=" horiz-adv-x="1058" d="M174 477h911l37 172h-911zM256 864h911l37 172h-911z" />
<glyph unicode="&#x3e;" horiz-adv-x="1058" d="M111 174l1011 475l33 160l-809 475l-43 -199l623 -356l-774 -356z" />
<glyph unicode="?" horiz-adv-x="645" d="M199 0h215l47 227h-215zM291 1260l162 -84q21 48 61 90q55 55 100 55q42 0 52 -37q8 -30 -4 -57q-18 -41 -78 -113q-91 -113 -131 -182q-74 -134 -103 -270l-53 -256h190l54 256q10 47 34 108q40 86 109 172q23 23 53 66q40 50 57.5 73.5t39.5 65t30 80.5q19 98 -8 172 q-44 111 -197 114q-122 3 -239 -100q-90 -81 -129 -153z" />
<glyph unicode="@" horiz-adv-x="872" d="M127 214q8 -58 37 -105q75 -125 272 -125q211 0 350 143l-133 86q-66 -63 -182 -63q-98 0 -139 59q-31 42 -19 94l189 889q13 50 59 96q73 62 166 62q96 0 139 -62q30 -46 17 -96l-9 -45q-7 17 -20 33q-30 34 -78 34q-77 0 -122 -47.5t-60 -122.5l-102 -485 q-19 -78 6 -125t102 -47q23 0 53 10q40 18 74 58l8 -56h164l168 793q22 109 -31 203q-76 127 -274 127q-199 0 -326 -127q-50 -50 -80 -105.5t-39 -97.5l-188 -889q-10 -31 -2 -89zM655 573l97 455q12 53 59 53q49 0 37 -53l-96 -455q-9 -53 -62 -53q-47 0 -35 53z" />
<glyph unicode="A" horiz-adv-x="765" d="M20 0h216l104 307h213l-23 -307h215l93 1505h-271zM422 541l164 475l14 39h12l-2 -39l-37 -475h-151z" />
<glyph unicode="B" horiz-adv-x="745" d="M82 0h272q185 8 299 135q94 110 133 291q14 77 16 148q0 4 1 8q-1 66 -23 124q-24 61 -69 89q90 67 137 137q44 65 65 174q18 80 17 143q0 108 -51 168q-77 88 -283 88h-195zM348 219l98 463h43q68 -3 84 -90q3 -15 3 -34q0 -44 -15 -107q-32 -159 -108 -209 q-37 -23 -105 -23zM489 885l86 401q25 0 43 -2q65 -3 84 -80q3 -15 3 -36q0 -34 -9 -83q-30 -134 -102 -178q-38 -22 -105 -22z" />
<glyph unicode="C" horiz-adv-x="708" d="M133 309q-9 -45 -9 -85q0 -44 11 -79q13 -67 62 -110q54 -51 161 -51q110 0 181 51q58 38 112 110q48 73 72 164l43 207h-207l-43 -207q-7 -29 -20 -55q-28 -55 -88 -55q-26 0 -39 16q-17 25 -18 64q0 14 3 30l189 887q6 21 20 55q33 56 80 56q33 0 47 -17q19 -24 19 -60 q0 -16 -4 -34l-46 -207h207l45 207q7 44 7 81q0 46 -11 81q-13 68 -63 112q-59 52 -160 52q-103 0 -182 -52q-52 -35 -111 -112q-47 -70 -69 -162z" />
<glyph unicode="D" horiz-adv-x="761" d="M82 0h174q156 0 251 35.5t157 120.5q57 80 98 214t94 382q26 124 41 205t25 160q9 69 9 121q1 7 1 14q-2 56 -14 98q-29 85 -108 120t-235 35h-174zM348 221l227 1063q64 0 91.5 -15t31.5 -65q1 -11 1 -26q0 -80 -37 -258q-4 -18 -16 -75t-19 -91q-1 -6 -35 -164 q-42 -205 -84 -287q-27 -52 -61.5 -67t-98.5 -15z" />
<glyph unicode="E" horiz-adv-x="628" d="M82 0h506l47 227h-285l88 414h205l51 242h-205l84 395h285l49 227h-506z" />
<glyph unicode="F" horiz-adv-x="616" d="M82 0h221l139 655h205l47 228h-205l84 395h306l49 227h-527z" />
<glyph unicode="G" horiz-adv-x="737" d="M123 145q10 -67 53 -110q48 -51 148 -51q102 0 190 88l12 -72h131l158 750h-309l-39 -187h88l-57 -272q-6 -25 -21 -55q-25 -56 -78 -56q-25 0 -39 17q-16 23 -16 54q0 18 6 40l193 905q6 32 18 55q29 56 78 56q27 0 41 -17q14 -23 14 -56q0 -18 -4 -38l-49 -231h221 l49 231q7 44 7 81q0 46 -11 81q-13 68 -63 112q-59 52 -160 52q-103 0 -182 -52q-52 -35 -111 -112q-47 -70 -69 -162l-189 -887q-15 -61 -15 -110q0 -29 5 -54z" />
<glyph unicode="H" horiz-adv-x="778" d="M82 0h221l139 655h172l-139 -655h221l320 1505h-221l-133 -622h-173l134 622h-222z" />
<glyph unicode="I" horiz-adv-x="385" d="M82 0h221l320 1505h-222z" />
<glyph unicode="J" horiz-adv-x="423" d="M8 -14q20 -1 38 -1q154 0 247 81q91 79 117 213l262 1226h-221l-254 -1192q-11 -53 -35 -73q-36 -38 -87 -38q-10 0 -20 1z" />
<glyph unicode="K" horiz-adv-x="768" d="M82 0h221l113 532l78 123l18 31h6v-31l14 -655h216l-17 1010l309 495h-215l-290 -501l-17 -25h-8l113 526h-222z" />
<glyph unicode="L" horiz-adv-x="604" d="M82 0h514l43 205h-293l277 1300h-222z" />
<glyph unicode="M" horiz-adv-x="991" d="M82 0h205l213 1010h12l-4 -64l-59 -946h94l342 946l20 64h13l-213 -1010h204l320 1505h-271l-278 -688l-27 -80h-4l6 80l17 688h-271z" />
<glyph unicode="N" horiz-adv-x="808" d="M82 0h203l180 854h12l4 -70l49 -784h197l320 1505h-203l-182 -854h-13l-4 70l-47 784h-197z" />
<glyph unicode="O" d="M133 309q-9 -45 -9 -85q0 -44 11 -79q13 -67 62 -110q54 -51 161 -51q110 0 181 51q58 38 112 110q48 73 72 164l188 887q7 44 7 81q0 46 -11 81q-13 68 -63 112q-59 52 -160 52q-103 0 -182 -52q-52 -35 -111 -112q-47 -70 -69 -162zM354 309l189 887q6 32 18 55 q29 56 78 56q27 0 41 -17q14 -23 14 -56q0 -17 -4 -38l-188 -887q-6 -25 -21 -55q-25 -55 -78 -55q-25 0 -38 16q-16 23 -17 55q1 18 6 39z" />
<glyph unicode="P" horiz-adv-x="720" d="M82 0h221l127 602q167 0 287 98q144 118 198 355q18 81 18 149q0 128 -65 207q-77 94 -245 94h-222zM477 827l96 453q101 0 125 -53q8 -20 8 -55q0 -49 -16 -125q-29 -135 -67 -173q-42 -47 -146 -47z" />
<glyph unicode="Q" horiz-adv-x="729" d="M133 309q-9 -45 -9 -85q0 -43 11 -79q13 -67 62 -110q54 -51 161 -51q56 0 115 18q46 -117 203 -117l39 189q-52 10 -76 53q36 59 39 66q32 58 45 116l188 887q7 44 7 81q0 46 -11 81q-13 68 -63 112q-59 52 -160 52q-103 0 -182 -52q-52 -35 -111 -112q-47 -70 -69 -162 zM354 309l189 887q6 32 18 55q29 56 78 56q27 0 41 -17q14 -23 14 -56q0 -18 -4 -38l-188 -887q-6 -25 -21 -55q-25 -55 -78 -55q-25 0 -38 16q-16 23 -16 55q0 18 5 39z" />
<glyph unicode="R" horiz-adv-x="739" d="M82 0h221l133 635h60l-19 -635h221l13 729q69 41 119.5 132.5t76.5 209.5q18 88 19 158q0 105 -41 169q-67 108 -262 107h-222zM481 840l94 446q72 0 99 -31q30 -34 30 -99q0 -41 -12 -93q-29 -135 -100 -191q-40 -32 -111 -32z" />
<glyph unicode="S" horiz-adv-x="702" d="M100 210q2 -52 17 -91q44 -135 237 -135q169 0 269 114q78 89 118 264q9 43 9 88q0 71 -23 148q-42 128 -94 229q-39 79 -80 181q-25 63 -25 118q0 22 4 43q30 147 107 150q47 0 57 -70q1 -11 1 -25q0 -46 -15 -122l221 20q18 83 17 151q0 64 -15 116q-45 133 -219 133 h-8q-146 -3 -246 -115q-89 -96 -117 -238q-10 -52 -10 -89q0 -17 2 -31q9 -121 60 -234q3 -8 49 -108q8 -17 24 -50t23 -49q3 -7 9 -22.5t9 -22.5t9.5 -22.5t9.5 -22.5q26 -67 26 -123q0 -23 -4 -43q-40 -166 -125 -166q-33 0 -48.5 21t-20.5 61q-2 14 -2 31q0 55 20 143 l-221 -20q-13 -67 -19 -113q-5 -37 -6 -79v-20z" />
<glyph unicode="T" horiz-adv-x="647" d="M213 0h221l271 1278h208l50 227h-639l-50 -227h209z" />
<glyph unicode="U" horiz-adv-x="749" d="M145 309q-9 -45 -9 -85q0 -44 11 -79q13 -67 62 -110q54 -51 162 -51q109 0 180 51q60 39 113 110q46 70 71 164l254 1196h-221l-254 -1196q-7 -29 -20 -55q-25 -55 -78 -55q-26 0 -39 16q-16 22 -16 54q0 19 6 40l254 1196h-222z" />
<glyph unicode="V" horiz-adv-x="716" d="M248 0h221l549 1505h-215l-287 -827l-22 -64h-13l6 64l66 827h-215z" />
<glyph unicode="W" horiz-adv-x="1015" d="M207 0h172l252 713l33 88h8l-8 -88l-48 -713h172l523 1505h-205l-254 -782l-16 -49h-17l6 49l72 782h-160l-260 -782l-18 -49h-17l9 49l77 782h-204z" />
<glyph unicode="X" horiz-adv-x="737" d="M16 0h217l222 449l8 18h8v-18l33 -449h217l-76 791l391 714h-217l-203 -381l-10 -18h-8l-2 18l-39 381h-217l88 -714z" />
<glyph unicode="Y" horiz-adv-x="700" d="M240 0h221l135 641l410 864h-218l-213 -481l-10 -14h-4l-2 14l-8 481h-217l41 -864z" />
<glyph unicode="Z" horiz-adv-x="626" d="M20 0h586l45 219h-352l580 1067l47 219h-537l-47 -219h297l-569 -1048z" />
<glyph unicode="[" horiz-adv-x="538" d="M35 -213h399l43 197h-203l281 1325h203l43 196h-400z" />
<glyph unicode="\" horiz-adv-x="792" d="M367 1692l211 -1872h167l-217 1872h-161z" />
<glyph unicode="]" horiz-adv-x="538" d="M10 -213h400l366 1718h-399l-43 -196h203l-281 -1325h-203z" />
<glyph unicode="^" horiz-adv-x="1101" d="M223 809h199l416 543l182 -543h199l-232 696h-233z" />
<glyph unicode="_" horiz-adv-x="1210" d="M4 -326h1063l37 172h-1063z" />
<glyph unicode="`" horiz-adv-x="1024" d="M608 1489l123 -184h160l-68 184h-215z" />
<glyph unicode="a" horiz-adv-x="681" d="M102 260q-13 -61 -13 -109q0 -73 30 -116q31 -51 92 -51t117 39q41 29 71 67h15q-6 -14 -7.5 -41.5t7.5 -48.5h202q4 94 27 195l145 688q7 31 7 60q0 71 -43 122q-60 72 -162 72q-116 0 -217 -88q-99 -92 -125 -211l-8 -47h206q1 5 2.5 14t2.5 12q3 12 6 27q3 8 8 26 t8 27q25 59 68 59q37 0 43 -34q1 -7 1 -13q0 -27 -10 -55l-26 -123q-3 -5 -7.5 -9.5t-11.5 -9.5t-13 -8.5t-17.5 -9t-18.5 -9t-22 -10.5t-23 -11q-120 -59 -188 -127q-110 -110 -146 -277zM309 229q-1 12 -1 22q0 24 5 40q19 86 68 152.5t129 97.5l-61 -287 q-6 -29 -35.5 -48.5t-65.5 -19.5q-29 0 -39 43z" />
<glyph unicode="b" horiz-adv-x="686" d="M82 0h207l14 74q14 -16 43 -45q53 -45 103 -45q71 0 139 75q49 61 67 144l152 715q7 32 7 63q0 42 -13 82q-32 74 -109 74q-32 0 -59 -15q-50 -19 -123 -75l98 458h-207zM340 246l133 628q6 25 29.5 46.5t46.5 21.5t35 -20q8 -13 8 -30q0 -9 -2 -18l-133 -628 q-6 -29 -26.5 -48.5t-43.5 -19.5q-25 0 -39 20q-10 14 -10 32q0 8 2 16z" />
<glyph unicode="c" horiz-adv-x="645" d="M131 315q-15 -68 -15 -123q0 -85 36 -137q54 -71 174 -71q138 0 213 67q81 72 120 254l23 109h-207l-33 -156q-11 -52 -26.5 -71t-50.5 -19q-20 0 -30.5 7.5t-12.5 23t-1 27.5t5 32l129 604q5 27 10.5 43t22 31.5t42.5 15.5q36 0 44 -20q4 -8 3 -22q0 -19 -6 -48 l-28 -135h207l18 88q17 76 16 134q0 78 -30 120q-46 68 -185 68q-122 0 -202 -72q-93 -83 -131 -260z" />
<glyph unicode="d" horiz-adv-x="686" d="M117 203q-7 -35 -7 -65q0 -44 15 -79q24 -75 104 -75q34 0 62 14q55 23 121 76l-15 -74h207l320 1505h-207l-99 -458q-14 16 -43 45q-53 45 -102 45q-75 0 -135 -74q-51 -56 -70 -145zM332 246l133 628q6 29 26.5 48.5t43.5 19.5t38 -22q11 -15 11 -32q0 -7 -2 -14 l-133 -628q-6 -28 -29 -48t-47 -20q-23 0 -35 20q-8 13 -8 30q0 8 2 18z" />
<glyph unicode="e" horiz-adv-x="659" d="M123 279q-6 -37 -6 -72q0 -40 8 -76q14 -64 62.5 -105.5t140.5 -41.5q102 0 164 45q64 43 102.5 101t62.5 142l27 129h-192l-27 -122q-7 -38 -21 -58q-25 -55 -75 -55q-28 0 -41 16q-16 28 -16 65q0 15 3 32l54 243h342l67 326q7 35 6 68q0 38 -8 75q-15 67 -57 101 q-55 45 -146 45q-104 0 -161 -45q-122 -87 -168 -250zM401 684l35 158q7 29 23 57q29 57 78 57q28 0 41 -16q12 -20 12 -53q0 -20 -4 -45l-35 -158h-150z" />
<glyph unicode="f" horiz-adv-x="475" d="M125 0h207l196 934h105l41 186h-105l6 29q1 3 2.5 11t2.5 11q2 5 6 27q7 34 18 62q28 69 74 69q15 0 43 -4q2 -2 10 -2q6 0 8 -2l37 178l-22 6q-19 8 -70 8q-153 0 -238 -137q-13 -22 -24 -45.5t-19.5 -51.5t-13 -44.5t-12 -47t-8.5 -36.5l-7 -31h-104l-41 -186h105z" />
<glyph unicode="g" horiz-adv-x="700" d="M-27 -184q-5 -26 -5 -49q0 -79 61 -119q71 -46 229 -49q146 0 254 61q127 72 162 225q8 34 8 64q0 82 -61 133q-60 48 -179 63q-59 9 -102 23q-42 11 -42 38q0 4 1 9q6 28 39 51q4 -2 20 -2h19q49 0 96 15t92 46.5t81 87t56 128.5l68 317q0 6 2 10v11q-2 3 2 22v27 q46 24 125 24l39 185q-37 0 -107 -41q-37 -22 -83 -62q-51 103 -187 103q-101 0 -158 -45q-116 -81 -163 -240l-66 -305q-3 -22 -3 -52q0 -19 1 -40q4 -102 70 -152q-53 -24 -101 -72q-55 -52 -63 -96q-6 -23 -6 -42q0 -79 98 -107q-78 -33 -125 -70q-62 -49 -72 -100z M180 -150q10 53 96 99l103 -21q39 -6 57 -14q39 -14 39 -50q0 -7 -2 -16q-7 -32 -65 -57q-42 -18 -109 -18q-68 0 -97 21q-23 17 -23 44q0 6 1 12zM375 537l65 307q2 22 15 51q29 51 67 51q25 0 35 -16q11 -20 11 -47q0 -18 -5 -39l-65 -307q-4 -16 -17 -52q-27 -49 -67 -49 q-25 0 -35 17q-11 18 -11 42q0 19 7 42z" />
<glyph unicode="h" horiz-adv-x="690" d="M82 0h207l186 883q4 6 12 14q2 2 6.5 6t6.5 6q31 27 55 27q23 0 33.5 -10t5.5 -39l-188 -887h206l195 918q7 32 7 63q0 42 -13 82q-29 74 -105 74q-45 0 -112 -52q-16 -12 -49 -36q-17 -17 -29 -23l102 479h-207z" />
<glyph unicode="i" horiz-adv-x="370" d="M82 0h207l237 1120h-207zM356 1298h207l45 207h-207z" />
<glyph unicode="j" horiz-adv-x="364" d="M-123 -373q2 -2 8 -2q1 -1 5 -2t6 -2q21 -6 69 -6q153 0 236 135q10 18 19.5 39.5t15.5 37t13.5 41t10 36t9 37.5t7.5 30l244 1149h-207l-243 -1147q-4 -12 -4 -20q0 -1 -3 -11t-4 -16q-3 -8 -8 -26t-8 -27q-25 -63 -70 -63q-11 0 -39 4q-2 2 -8 2t-8 2zM350 1298h207 l45 207h-207z" />
<glyph unicode="k" horiz-adv-x="641" d="M82 0h207l82 387l39 66l10 16h10v-16l8 -453h199l-29 756l228 364h-187l-164 -293l-18 -36h-10l151 714h-207z" />
<glyph unicode="l" horiz-adv-x="370" d="M82 0h207l319 1505h-207z" />
<glyph unicode="m" horiz-adv-x="1021" d="M82 0h207l186 883q6 8 29 26q31 27 61 27q46 0 46 -36q0 -6 -1 -13l-188 -887h194l187 883q8 10 28 26q31 27 62 27q46 0 46 -36q0 -6 -1 -13l-188 -887h194l195 918q7 32 6 63q0 42 -12 82q-29 74 -105 74q-18 0 -57 -17q-73 -39 -117 -78q-12 -8 -23 -18q-8 -8 -16 -12 q-19 125 -115 125q-28 0 -55 -15q-48 -27 -110 -73q-17 -17 -29 -23l20 94h-207z" />
<glyph unicode="n" horiz-adv-x="690" d="M82 0h207l186 883q4 6 12 14q2 2 6.5 6t6.5 6q31 27 55 27q23 0 33.5 -10t5.5 -39l-188 -887h206l195 918q7 32 7 63q0 42 -13 82q-29 74 -105 74q-45 0 -112 -52q-16 -12 -49 -36q-17 -17 -29 -23l20 94h-207z" />
<glyph unicode="o" horiz-adv-x="657" d="M121 279q-6 -37 -6 -72q0 -40 8 -76q12 -61 57 -100q50 -47 144 -47q101 0 163 45q64 43 102 100.5t62 142.5l121 576q7 35 6 68q0 38 -8 75q-15 67 -57 101q-55 45 -146 45q-104 0 -161 -45q-64 -46 -102 -105.5t-62 -144.5zM315 279l121 563q3 31 19 57q26 57 75 57 q28 0 41 -16q13 -21 13 -52q0 -21 -6 -46l-121 -563q-3 -32 -19 -58q-25 -55 -76 -55q-27 0 -40 16q-13 23 -13 53q0 20 6 44z" />
<glyph unicode="p" horiz-adv-x="686" d="M0 -385h207l96 459q14 -16 43 -45q53 -45 103 -45q71 0 139 75q49 61 67 144l152 715q7 32 7 63q0 43 -13 82q-32 74 -109 74q-32 0 -59 -15q-50 -19 -123 -75l16 73h-207zM340 246l133 628q6 28 29 48t47 20q23 0 35 -20q8 -12 8 -30q0 -8 -2 -18l-133 -628 q-6 -29 -26.5 -48.5t-43.5 -19.5t-37 22q-11 15 -11 33q0 7 1 13z" />
<glyph unicode="q" horiz-adv-x="686" d="M117 203q-7 -35 -7 -65q0 -44 15 -79q24 -75 104 -75q34 0 62 14q55 23 121 76l-97 -459h207l320 1505h-207l-17 -73q-14 16 -43 45q-53 45 -102 45q-75 0 -135 -74q-51 -56 -70 -145zM332 246l133 628q6 29 26.5 48.5t43.5 19.5q24 0 39 -20q10 -13 10 -32q0 -8 -2 -16 l-133 -628q-5 -25 -29 -46.5t-47 -21.5t-35 20q-8 12 -8 30q0 8 2 18z" />
<glyph unicode="r" horiz-adv-x="503" d="M82 0h207l164 778q15 67 67 103q43 34 113 34q34 0 55 -8l47 230q-95 0 -170 -60q-47 -40 -65 -82l26 125h-207z" />
<glyph unicode="s" horiz-adv-x="630" d="M104 326q-13 -57 -13 -107q0 -59 18 -108q48 -127 213 -127q132 0 227 102q73 76 102 205q6 32 6 64q0 65 -26 130q-23 54 -99 148q-45 51 -69 96q-25 47 -25 84q0 11 2 21q13 58 31 86q25 45 61 45q39 0 50 -45v-8q0 -27 -11 -78h193q15 68 15 119q0 48 -13 81 q-40 103 -194 103h-9q-131 -3 -221 -103q-68 -79 -94 -200q-7 -37 -7 -71q0 -68 27 -128q26 -54 103 -146q32 -40 50 -66q17 -26 31 -63q9 -24 9 -47q0 -12 -2 -22q-29 -135 -101 -135q-53 0 -67 63q-2 14 -2 31q0 32 8 76h-193z" />
<glyph unicode="t" horiz-adv-x="501" d="M176 158q1 -18 4 -35q12 -67 52 -103t126 -36q50 0 80 6q3 1 9.5 2t9.5 2q2 1 7 2t7 2l43 203q-4 -2 -12 -2q-9 0 -13 -2q-28 -4 -53 -4q-40 0 -43 67q0 34 19 117l116 557h142l41 186h-142l58 277h-207l-58 -277h-104l-41 -186h105l-121 -574q-25 -120 -25 -185v-17z " />
<glyph unicode="u" horiz-adv-x="690" d="M121 203q-8 -36 -8 -67q0 -42 14 -77q24 -75 102 -75q20 0 60 16q40 23 104 74q18 16 27 20l-19 -94h207l238 1120h-207l-188 -882q-17 -21 -25 -27q-31 -27 -53 -27q-23 0 -34.5 10t-4.5 39l188 887h-207z" />
<glyph unicode="v" horiz-adv-x="602" d="M199 0h204l420 1120h-200l-207 -649l-23 -72h-16l6 72l72 649h-201z" />
<glyph unicode="w" horiz-adv-x="905" d="M186 0h172l193 535l24 63h9l-4 -63l-33 -535h172l403 1120h-188l-191 -585l-22 -64h-12l4 64l39 585h-123l-211 -585l-25 -64h-12l6 64l59 585h-188z" />
<glyph unicode="x" horiz-adv-x="618" d="M16 0h201l143 283l13 30h4v-30l24 -283h201l-72 578l293 542h-194l-129 -262l-15 -31h-4l2 31l-18 262h-195l60 -542z" />
<glyph unicode="y" horiz-adv-x="634" d="M-51 -397q50 -4 65 -4h25q110 0 217 100q83 78 137 217l455 1204h-203l-229 -688l-17 -57h-8l8 57l66 688h-203l-55 -1153q-6 -34 -21 -61q-35 -69 -90 -103q-25 -16 -59.5 -19t-36.5 1q-10 0 -12 2z" />
<glyph unicode="z" horiz-adv-x="532" d="M12 0h504l39 188h-285l447 764l37 168h-459l-41 -188h240l-447 -764z" />
<glyph unicode="{" horiz-adv-x="688" d="M156 453q67 -2 94 -62q21 -49 8 -78l-84 -397q-25 -117 -16 -188.5t53 -112.5q41 -40 118.5 -55t205.5 -13l34 172q-72 0 -113.5 7.5t-64.5 29.5q-46 43 -20 160l84 397q17 77 -3.5 129.5t-76.5 92.5q72 39 115 91t59 130l84 397q26 118 90 160q56 37 195 37l34 172 q-124 2 -208.5 -13.5t-143.5 -54.5q-61 -42 -100 -113.5t-64 -187.5l-84 -397q-8 -23 -12 -33q-9 -23 -29 -47q-49 -60 -121 -60z" />
<glyph unicode="|" horiz-adv-x="356" d="M-27 -512h191l469 2204h-193z" />
<glyph unicode="}" horiz-adv-x="688" d="M-37 -453q124 -2 208.5 13.5t143.5 54.5q60 41 98.5 112.5t63.5 188.5l84 397q24 55 41 78q48 59 119 62l35 163q-74 0 -92 60q-22 49 -9 80l84 397q25 117 17.5 188.5t-51.5 112.5q-41 40 -119.5 55t-206.5 13l-35 -172q72 0 113.5 -7.5t64.5 -29.5q47 -44 21 -160 l-84 -397q-17 -79 3.5 -131t76.5 -90q-71 -40 -114 -93t-60 -129l-84 -397q-14 -62 -35 -99.5t-56 -60.5q-33 -22 -76.5 -29.5t-115.5 -7.5z" />
<glyph unicode="~" horiz-adv-x="1280" d="M399 1352l123 -58q22 42 66 90q83 91 174 91q43 0 80 -19t82 -55q54 -38 75 -52t71 -31.5t104 -17.5q82 0 155 48q70 46 126 108.5t112 153.5l-123 57q-42 -64 -68 -92q-79 -90 -162 -90q-73 0 -159 71q-15 10 -51 37q-17 11 -56 33q-75 33 -147 33q-87 0 -164 -47 q-151 -102 -238 -260z" />
<glyph horiz-adv-x="624" d="M268 1012h215l47 227h-71l129 266h-103l-170 -266zM571 1012h215l48 227h-72l129 266h-103l-170 -266z" />
<glyph horiz-adv-x="624" d="M268 1012h103l168 266l49 227h-215l-49 -227h71zM571 1012h103l168 266l49 227h-215l-49 -227h71z" />
<glyph unicode="&#xa1;" horiz-adv-x="387" d="M-6 -385h237l179 1100h-129zM274 893h215l50 227h-215z" />
<glyph unicode="&#xa2;" horiz-adv-x="636" d="M172 508q-64 -300 139 -330l-63 -301h123l63 303q100 14 161.5 87.5t96.5 230.5l23 108h-189l-32 -155q-10 -49 -33 -70t-60 -21q-38 0 -49 27t-4 64l129 604q7 36 29.5 63t60.5 27q37 0 51.5 -20.5t4.5 -69.5l-29 -135h188l19 88q30 156 0.5 226.5t-123.5 88.5l51 244 h-123l-51 -242q-215 -30 -279 -328z" />
<glyph unicode="&#xa3;" horiz-adv-x="817" d="M16 63l129 -79q15 27 39 51q51 51 97 51q7 0 15 -1.5t14 -3t15 -5.5t14 -6t15.5 -8l14 -8t15.5 -9.5t15 -9.5q70 -41 103 -48q15 -3 30 -3q102 0 191 98t141 283l-182 22q-28 -108 -59 -145q-36 -42 -64 -45q-37 3 -59 22q-27 20 -62 37q39 57 68 119q30 69 41.5 124 t7.5 150h174l29 137h-211v25q-1 6 -3 34t-3 35.5t-3 33t-2 35.5t-1 32.5t-0.5 35t1 32.5t2.5 34.5t4.5 32t6.5 33.5q15 73 43 113q38 55 82 55q68 0 80 -60q11 -54 -6 -137h213q40 172 -7 279q-59 126 -241 123q-151 -3 -256 -123q-89 -101 -117 -250q-3 -12 -4.5 -27 t-3 -28t-1.5 -32v-31.5t1 -35.5l1.5 -34.5t2 -38.5t2.5 -37t3 -39.5t3 -38.5l2 -21h-147l-29 -137h188q9 -97 -6 -174q-28 -116 -80 -199q-52 -9 -100 -45q-96 -73 -156 -168z" />
<glyph unicode="&#xa5;" horiz-adv-x="720" d="M145 340h177l-72 -340h221l72 340h176l29 137h-177l29 137h176l31 138h-148l357 753h-217l-213 -481l-11 -14h-4l-2 14l-8 481h-217l37 -753h-148l-30 -138h176l-29 -137h-176z" />
<glyph unicode="&#xa8;" horiz-adv-x="1024" d="M549 1305h190l43 200h-190zM838 1305h190l43 200h-190z" />
<glyph unicode="&#xa9;" horiz-adv-x="1644" d="M209 452.5q29 -136.5 113 -243.5q87 -107 213 -166t282 -59q157 0 309.5 59t282.5 166q130 105 218.5 244.5t123.5 298.5q34 162 4.5 300t-115.5 244q-83 106 -211.5 166t-285.5 60q-310 0 -590 -226q-129 -105 -217 -245.5t-123 -298.5q-33 -163 -4 -299.5zM332 752 q58 267 289 460q232 191 497 191q134 0 242 -49.5t178 -141.5q152 -192 94 -460q-57 -263 -289 -457q-111 -92 -239.5 -142.5t-261.5 -50.5q-263 0 -416 193q-152 191 -94 457zM729 487q-12 -54 2 -98q28 -98 150 -98q77 0 137.5 47.5t91.5 148.5l27 125h-138l-26 -125 q0 -15 -10 -32q-19 -31 -54 -31q-17 0 -24 10q-17 17 -11 53l113 531q3 16 12 31q20 32 52 32q18 0 28 -10q15 -20 6 -53l-26 -125h137l27 125q8 50 -4 98q-28 98 -142 98q-75 0 -121 -30q-92 -64 -114 -166z" />
<glyph unicode="&#xad;" horiz-adv-x="444" d="M170 455h297l41 194h-297z" />
<glyph unicode="&#xae;" horiz-adv-x="1644" d="M209 452.5q29 -136.5 113 -243.5q87 -107 213 -166t282 -59q157 0 309.5 59t282.5 166q130 105 218.5 244.5t123.5 298.5q34 162 4.5 300t-115.5 244q-83 106 -211.5 166t-285.5 60q-310 0 -590 -226q-129 -105 -217 -245.5t-123 -298.5q-33 -163 -4 -299.5zM332 752 q58 267 289 460q232 191 497 191q134 0 242 -49.5t178 -141.5q152 -192 94 -460q-57 -263 -289 -457q-111 -92 -239.5 -142.5t-261.5 -50.5q-263 0 -416 193q-152 191 -94 457zM690 313h146l77 365h56l16 -365h152l-23 400q66 47 92.5 95.5t42.5 125.5q55 258 -176 258h-196 zM940 805l55 258h45q64 0 74 -43q8 -25 -4 -88q-11 -55 -33 -86q-27 -41 -92 -41h-45z" />
<glyph unicode="&#xaf;" horiz-adv-x="1024" d="M592 1315h397l35 162h-397z" />
<glyph unicode="&#xb4;" horiz-adv-x="1024" d="M686 1305h160l201 184h-216z" />
<glyph unicode="&#xb7;" horiz-adv-x="215" d="M137 649h215l47 228h-215z" />
<glyph unicode="&#xb8;" horiz-adv-x="1024" d="M367 -385h104l72 133l30 141h-172l-30 -141h63z" />
<glyph unicode="&#xbf;" horiz-adv-x="645" d="M10 -182q0 -45 19 -94q42 -114 194 -117q124 -3 240 102q54 47 127 152l-160 84q-2 -3 -10 -17.5t-14 -23.5q-17 -27 -37 -47q-54 -58 -101 -58q-22 0 -32 13q-21 18 -21 57q0 13 4 25q17 39 78 112q91 113 131 182q72 131 102 271l56 256h-191l-55 -256 q-10 -47 -35 -107q-45 -98 -106 -172q-3 -4 -9 -11.5t-11 -13.5t-9 -10q-7 -7 -27 -32q-34 -44 -77 -105q-56 -81 -56 -190zM420 893h215l49 227h-215z" />
<glyph unicode="&#xc0;" horiz-adv-x="765" d="M20 0h216l104 307h213l-23 -307h215l93 1505h-271zM422 541l164 475l14 39h12l-2 -39l-37 -475h-151zM528 1823l123 -185h160l-68 185h-215z" />
<glyph unicode="&#xc1;" horiz-adv-x="765" d="M20 0h216l104 307h213l-23 -307h215l93 1505h-271zM422 541l164 475l14 39h12l-2 -39l-37 -475h-151zM641 1638h160l200 185h-215z" />
<glyph unicode="&#xc2;" horiz-adv-x="765" d="M20 0h216l104 307h213l-23 -307h215l93 1505h-271zM422 541l164 475l14 39h12l-2 -39l-37 -475h-151zM481 1638h189l75 72l50 -72h188l-102 185h-219z" />
<glyph unicode="&#xc3;" horiz-adv-x="765" d="M20 0h216l104 307h213l-23 -307h215l93 1505h-271zM422 541l164 475l14 39h12l-2 -39l-37 -475h-151zM530 1632q3 1 9.5 4t9.5 4t9 4.5t9 4.5q46 16 78 16q44 -3 88 -20q40 -19 84 -19q22 0 43 6q42 8 74 33l33 152q-3 -1 -9.5 -4.5t-9.5 -4.5t-9 -4t-9 -4 q-50 -16 -78 -16q-47 3 -86 22q-49 17 -86 17q-25 0 -43 -6q-39 -11 -74 -33z" />
<glyph unicode="&#xc4;" horiz-adv-x="765" d="M20 0h216l104 307h213l-23 -307h215l93 1505h-271zM422 541l164 475l14 39h12l-2 -39l-37 -475h-151zM492 1638h190l41 201h-191zM780 1638h191l41 201h-191z" />
<glyph unicode="&#xc5;" horiz-adv-x="765" d="M20 0h216l104 307h213l-23 -307h215l93 1505h-271zM422 541l164 475l14 39h12l-2 -39l-37 -475h-151zM604 1761q-12 -62 23.5 -102.5t99.5 -40.5t117 40.5t65 102.5q13 62 -22 103t-99 41t-117.5 -41t-66.5 -103zM682 1761q6 29 34 50.5t58 21.5t48 -21.5t12 -50.5 t-33.5 -50t-57.5 -21t-48.5 21t-12.5 50z" />
<glyph unicode="&#xc6;" horiz-adv-x="1099" d="M16 0h220l153 307h227l-63 -307h506l47 227h-285l88 414h205l51 242h-204l83 395h285l49 227h-622zM508 541l258 514h10l-108 -514h-160z" />
<glyph unicode="&#xc7;" horiz-adv-x="708" d="M133 309q-18 -96 2 -164q13 -67 62 -110q54 -51 161 -51q110 0 181 51q58 38 112 110q48 73 72 164l43 207h-207l-43 -207q-7 -29 -20 -55q-28 -55 -88 -55q-26 0 -39 16q-24 35 -15 94l189 887q6 21 20 55q33 56 80 56q33 0 47 -17q27 -35 15 -94l-46 -207h207l45 207 q16 99 -4 162q-13 68 -63 112q-59 52 -160 52q-103 0 -182 -52q-52 -35 -111 -112q-47 -70 -69 -162zM209 -385h104l72 133l31 141h-172l-31 -141h63z" />
<glyph unicode="&#xc8;" horiz-adv-x="628" d="M82 0h506l47 227h-285l88 414h205l51 242h-205l84 395h285l49 227h-506zM498 1823l123 -185h159l-67 185h-215z" />
<glyph unicode="&#xc9;" horiz-adv-x="628" d="M82 0h506l47 227h-285l88 414h205l51 242h-205l84 395h285l49 227h-506zM584 1638h159l201 185h-215z" />
<glyph unicode="&#xca;" horiz-adv-x="628" d="M82 0h506l47 227h-285l88 414h205l51 242h-205l84 395h285l49 227h-506zM432 1638h189l75 72l49 -72h189l-103 185h-219z" />
<glyph unicode="&#xcb;" horiz-adv-x="628" d="M82 0h506l47 227h-285l88 414h205l51 242h-205l84 395h285l49 227h-506zM442 1638h191l41 201h-191zM731 1638h191l41 201h-191z" />
<glyph unicode="&#xcc;" horiz-adv-x="401" d="M98 0h221l320 1505h-221zM381 1823l123 -185h160l-68 185h-215z" />
<glyph unicode="&#xcd;" horiz-adv-x="401" d="M82 0h221l320 1505h-222zM434 1638h160l201 185h-215z" />
<glyph unicode="&#xce;" horiz-adv-x="370" d="M74 0h221l319 1505h-221zM283 1638h188l76 72l49 -72h188l-102 185h-219z" />
<glyph unicode="&#xcf;" horiz-adv-x="372" d="M76 0h221l319 1505h-221zM295 1638h190l41 201h-190zM584 1638h190l41 201h-190z" />
<glyph unicode="&#xd0;" horiz-adv-x="761" d="M82 0h174q156 0 251 35.5t157 120.5q57 80 98 214t94 382q26 124 41 205t25.5 160t9 135t-13.5 98q-29 85 -108 120t-235 35h-174l-133 -622h-61l-47 -228h61zM348 221l94 434h84l47 228h-84l86 401q64 0 91.5 -15t31.5 -65q8 -73 -36 -284q-4 -18 -16 -75t-19 -91 q-1 -6 -35 -164q-42 -205 -84 -287q-27 -52 -61.5 -67t-98.5 -15z" />
<glyph unicode="&#xd1;" horiz-adv-x="808" d="M82 0h203l180 854h12l4 -70l49 -784h197l320 1505h-203l-182 -854h-13l-4 70l-47 784h-197zM553 1632q3 1 9 4t9 4t9.5 4.5t9.5 4.5q46 16 78 16q44 -3 88 -20q40 -19 84 -19q22 0 43 6q41 8 73 33l33 152q-3 -1 -9 -4.5t-9 -4.5t-9.5 -4t-9.5 -4q-50 -16 -78 -16 q-47 3 -86 22q-49 17 -86 17q-25 0 -43 -6q-37 -11 -73 -33z" />
<glyph unicode="&#xd2;" d="M133 309q-18 -96 2 -164q13 -67 62 -110q54 -51 161 -51q110 0 181 51q58 38 112 110q48 73 72 164l188 887q16 99 -4 162q-13 68 -63 112q-59 52 -160 52q-103 0 -182 -52q-52 -35 -111 -112q-47 -70 -69 -162zM354 309l189 887q6 32 18 55q29 56 78 56q27 0 41 -17 q21 -35 10 -94l-188 -887q-6 -25 -21 -55q-25 -55 -78 -55q-25 0 -38 16q-26 37 -11 94zM508 1823l123 -185h160l-68 185h-215z" />
<glyph unicode="&#xd3;" d="M133 309q-18 -96 2 -164q13 -67 62 -110q54 -51 161 -51q110 0 181 51q58 38 112 110q48 73 72 164l188 887q16 99 -4 162q-13 68 -63 112q-59 52 -160 52q-103 0 -182 -52q-52 -35 -111 -112q-47 -70 -69 -162zM354 309l189 887q6 32 18 55q29 56 78 56q27 0 41 -17 q21 -35 10 -94l-188 -887q-6 -25 -21 -55q-25 -55 -78 -55q-25 0 -38 16q-26 37 -11 94zM633 1638h160l200 185h-215z" />
<glyph unicode="&#xd4;" d="M133 309q-18 -96 2 -164q13 -67 62 -110q54 -51 161 -51q110 0 181 51q58 38 112 110q48 73 72 164l188 887q16 99 -4 162q-13 68 -63 112q-59 52 -160 52q-103 0 -182 -52q-52 -35 -111 -112q-47 -70 -69 -162zM354 309l189 887q6 32 18 55q29 56 78 56q27 0 41 -17 q21 -35 10 -94l-188 -887q-6 -25 -21 -55q-25 -55 -78 -55q-25 0 -38 16q-26 37 -11 94zM461 1638h188l76 72l49 -72h189l-103 185h-219z" />
<glyph unicode="&#xd5;" d="M133 309q-18 -96 2 -164q13 -67 62 -110q54 -51 161 -51q110 0 181 51q58 38 112 110q48 73 72 164l188 887q16 99 -4 162q-13 68 -63 112q-59 52 -160 52q-103 0 -182 -52q-52 -35 -111 -112q-47 -70 -69 -162zM354 309l189 887q6 32 18 55q29 56 78 56q27 0 41 -17 q21 -35 10 -94l-188 -887q-6 -25 -21 -55q-25 -55 -78 -55q-25 0 -38 16q-26 37 -11 94zM510 1632q3 1 9 4t9 4t9.5 4.5t9.5 4.5q46 16 78 16q44 -3 88 -20q40 -19 84 -19q22 0 43 6q41 8 73 33l33 152q-3 -1 -9 -4.5t-9 -4.5t-9.5 -4t-9.5 -4q-50 -16 -78 -16q-47 3 -86 22 q-49 17 -86 17q-25 0 -43 -6q-37 -11 -73 -33z" />
<glyph unicode="&#xd6;" d="M133 309q-18 -96 2 -164q13 -67 62 -110q54 -51 161 -51q110 0 181 51q58 38 112 110q48 73 72 164l188 887q16 99 -4 162q-13 68 -63 112q-59 52 -160 52q-103 0 -182 -52q-52 -35 -111 -112q-47 -70 -69 -162zM354 309l189 887q6 32 18 55q29 56 78 56q27 0 41 -17 q21 -35 10 -94l-188 -887q-6 -25 -21 -55q-25 -55 -78 -55q-25 0 -38 16q-26 37 -11 94zM471 1638h191l40 201h-190zM760 1638h190l41 201h-190z" />
<glyph unicode="&#xd8;" d="M53 -20h129l25 47q55 -43 151 -43q110 0 181 51q58 38 112 110q48 73 72 164l188 887q4 20 4 29q0 13 3 28q0 77 -15 123l78 150h-123l-24 -47q-55 43 -150 43q-103 0 -182 -52q-52 -35 -111 -112q-47 -70 -69 -162l-189 -887q-4 -20 -4 -26q-1 -5 -2 -14.5t-2 -14.5 q-5 -74 10 -117zM354 309l250 488l-102 -488q-6 -25 -21 -55q-25 -55 -78 -55q-25 0 -38 16q-26 37 -11 94zM442 727l101 469q6 32 18 55q29 56 78 56q42 0 53 -41q3 -42 0 -60z" />
<glyph unicode="&#xd9;" horiz-adv-x="749" d="M145 309q-18 -96 2 -164q13 -67 62 -110q54 -51 162 -51q109 0 180 51q60 39 113 110q46 70 71 164l254 1196h-221l-254 -1196q-7 -29 -20 -55q-25 -55 -78 -55q-26 0 -39 16q-25 36 -10 94l254 1196h-222zM532 1823l123 -185h160l-67 185h-216z" />
<glyph unicode="&#xda;" horiz-adv-x="749" d="M145 309q-18 -96 2 -164q13 -67 62 -110q54 -51 162 -51q109 0 180 51q60 39 113 110q46 70 71 164l254 1196h-221l-254 -1196q-7 -29 -20 -55q-25 -55 -78 -55q-26 0 -39 16q-25 36 -10 94l254 1196h-222zM655 1638h160l201 185h-215z" />
<glyph unicode="&#xdb;" horiz-adv-x="749" d="M145 309q-18 -96 2 -164q13 -67 62 -110q54 -51 162 -51q109 0 180 51q60 39 113 110q46 70 71 164l254 1196h-221l-254 -1196q-7 -29 -20 -55q-25 -55 -78 -55q-26 0 -39 16q-25 36 -10 94l254 1196h-222zM473 1638h189l75 72l49 -72h189l-103 185h-219z" />
<glyph unicode="&#xdc;" horiz-adv-x="749" d="M145 309q-18 -96 2 -164q13 -67 62 -110q54 -51 162 -51q109 0 180 51q60 39 113 110q46 70 71 164l254 1196h-221l-254 -1196q-7 -29 -20 -55q-25 -55 -78 -55q-26 0 -39 16q-25 36 -10 94l254 1196h-222zM483 1638h191l41 201h-191zM772 1638h191l41 201h-191z" />
<glyph unicode="&#xdd;" horiz-adv-x="704" d="M242 0h221l135 641l410 864h-217l-213 -481l-11 -14h-4l-2 14l-8 481h-217l41 -864zM602 1638h160l201 185h-215z" />
<glyph unicode="&#xde;" d="M82 0h221l76 360q166 0 287 99q145 118 198 354q53 234 -47 356q-78 95 -246 95h-2l52 241h-220zM426 586l96 452q101 0 125 -53q20 -49 -8 -180q-28 -132 -68 -172q-42 -47 -145 -47z" />
<glyph unicode="&#xdf;" horiz-adv-x="733" d="M66 0h206l263 1235q8 44 33 73t61 29q43 0 59.5 -28.5t5.5 -71.5q-12 -53 -43 -85t-67 -32l-31 -141q72 0 82 -72q7 -48 -2 -121q-5 -46 -39 -211q-50 -235 -98 -315q-38 -67 -111 -67l-39 -193q88 0 151.5 21t116.5 79q116 128 187 475q46 209 30 338q-14 108 -77 150 q102 66 125 174q26 121 -23 201q-54 84 -188 84t-230 -86q-83 -72 -110 -201z" />
<glyph unicode="&#xe0;" horiz-adv-x="681" d="M102 260q-33 -153 17 -225q31 -51 92 -51t117 39q41 29 71 67h15q-6 -14 -7.5 -41.5t7.5 -48.5h202q4 94 27 195l145 688q24 110 -36 182t-162 72q-116 0 -217 -88q-99 -92 -125 -211l-8 -47h206q1 5 2.5 14t2.5 12q3 12 6 27q3 8 8 26t8 27q25 59 68 59q37 0 43 -34 q3 -33 -9 -68l-26 -123q-3 -5 -7.5 -9.5t-11.5 -9.5t-13 -8.5t-17.5 -9t-18.5 -9t-22 -10.5t-23 -11q-120 -59 -188 -127q-110 -110 -146 -277zM309 229q-3 40 4 62q19 86 68 152.5t129 97.5l-61 -287q-6 -29 -35.5 -48.5t-65.5 -19.5q-29 0 -39 43zM418 1489l123 -184h159 l-67 184h-215z" />
<glyph unicode="&#xe1;" horiz-adv-x="681" d="M102 260q-33 -153 17 -225q31 -51 92 -51t117 39q41 29 71 67h15q-6 -14 -7.5 -41.5t7.5 -48.5h202q4 94 27 195l145 688q24 110 -36 182t-162 72q-116 0 -217 -88q-99 -92 -125 -211l-8 -47h206q1 5 2.5 14t2.5 12q3 12 6 27q3 8 8 26t8 27q25 59 68 59q37 0 43 -34 q3 -33 -9 -68l-26 -123q-3 -5 -7.5 -9.5t-11.5 -9.5t-13 -8.5t-17.5 -9t-18.5 -9t-22 -10.5t-23 -11q-120 -59 -188 -127q-110 -110 -146 -277zM309 229q-3 40 4 62q19 86 68 152.5t129 97.5l-61 -287q-6 -29 -35.5 -48.5t-65.5 -19.5q-29 0 -39 43zM541 1305h159l201 184 h-215z" />
<glyph unicode="&#xe2;" horiz-adv-x="681" d="M102 260q-33 -153 17 -225q31 -51 92 -51t117 39q41 29 71 67h15q-6 -14 -7.5 -41.5t7.5 -48.5h202q4 94 27 195l145 688q24 110 -36 182t-162 72q-116 0 -217 -88q-99 -92 -125 -211l-8 -47h206q1 5 2.5 14t2.5 12q3 12 6 27q3 8 8 26t8 27q25 59 68 59q37 0 43 -34 q3 -33 -9 -68l-26 -123q-3 -5 -7.5 -9.5t-11.5 -9.5t-13 -8.5t-17.5 -9t-18.5 -9t-22 -10.5t-23 -11q-120 -59 -188 -127q-110 -110 -146 -277zM309 229q-3 40 4 62q19 86 68 152.5t129 97.5l-61 -287q-6 -29 -35.5 -48.5t-65.5 -19.5q-29 0 -39 43zM367 1305h188l76 71 l49 -71h188l-102 184h-219z" />
<glyph unicode="&#xe3;" horiz-adv-x="681" d="M102 260q-33 -153 17 -225q31 -51 92 -51t117 39q41 29 71 67h15q-6 -14 -7.5 -41.5t7.5 -48.5h202q4 94 27 195l145 688q24 110 -36 182t-162 72q-116 0 -217 -88q-99 -92 -125 -211l-8 -47h206q1 5 2.5 14t2.5 12q3 12 6 27q3 8 8 26t8 27q25 59 68 59q37 0 43 -34 q3 -33 -9 -68l-26 -123q-3 -5 -7.5 -9.5t-11.5 -9.5t-13 -8.5t-17.5 -9t-18.5 -9t-22 -10.5t-23 -11q-120 -59 -188 -127q-110 -110 -146 -277zM309 229q-3 40 4 62q19 86 68 152.5t129 97.5l-61 -287q-6 -29 -35.5 -48.5t-65.5 -19.5q-29 0 -39 43zM420 1305q3 1 9 4t9 4 t9.5 4t9.5 4q46 16 78 16q44 -3 88 -20q40 -19 84 -19q19 0 43 7q42 8 73 32l33 152q-3 -1 -9 -4t-9 -4t-9.5 -4t-9.5 -4q-53 -17 -78 -17q-45 3 -86 23q-46 16 -86 16q-25 0 -43 -6q-37 -11 -73 -33z" />
<glyph unicode="&#xe4;" horiz-adv-x="681" d="M102 260q-33 -153 17 -225q31 -51 92 -51t117 39q41 29 71 67h15q-6 -14 -7.5 -41.5t7.5 -48.5h202q4 94 27 195l145 688q24 110 -36 182t-162 72q-116 0 -217 -88q-99 -92 -125 -211l-8 -47h206q1 5 2.5 14t2.5 12q3 12 6 27q3 8 8 26t8 27q25 59 68 59q37 0 43 -34 q3 -33 -9 -68l-26 -123q-3 -5 -7.5 -9.5t-11.5 -9.5t-13 -8.5t-17.5 -9t-18.5 -9t-22 -10.5t-23 -11q-120 -59 -188 -127q-110 -110 -146 -277zM309 229q-3 40 4 62q19 86 68 152.5t129 97.5l-61 -287q-6 -29 -35.5 -48.5t-65.5 -19.5q-29 0 -39 43zM379 1305h190l43 200 h-190zM668 1305h190l43 200h-190z" />
<glyph unicode="&#xe5;" horiz-adv-x="681" d="M102 260q-33 -153 17 -225q31 -51 92 -51t117 39q41 29 71 67h15q-6 -14 -7.5 -41.5t7.5 -48.5h202q4 94 27 195l145 688q24 110 -36 182t-162 72q-116 0 -217 -88q-99 -92 -125 -211l-8 -47h206q1 5 2.5 14t2.5 12q3 12 6 27q3 8 8 26t8 27q25 59 68 59q37 0 43 -34 q3 -33 -9 -68l-26 -123q-3 -5 -7.5 -9.5t-11.5 -9.5t-13 -8.5t-17.5 -9t-18.5 -9t-22 -10.5t-23 -11q-120 -59 -188 -127q-110 -110 -146 -277zM309 229q-3 40 4 62q19 86 68 152.5t129 97.5l-61 -287q-6 -29 -35.5 -48.5t-65.5 -19.5q-29 0 -39 43zM489 1421 q-13 -62 23 -102.5t100 -40.5t117 40.5t66 102.5t-22 103t-99 41t-118 -41t-67 -103zM567 1421q6 29 33 50.5t57 21.5t49 -21.5t13 -50.5t-33 -50t-57 -21t-49 21t-13 50z" />
<glyph unicode="&#xe6;" horiz-adv-x="989" d="M102 260q-33 -153 17 -225q31 -51 92 -51q121 0 248 131q44 -131 198 -131q102 0 164 45q65 43 103.5 101t62.5 142l27 129h-193l-26 -122q-7 -38 -21 -58q-25 -55 -76 -55q-28 0 -41 16q-21 38 -12 97l53 243h342l68 326q14 75 -2 143q-15 67 -57 101q-55 45 -146 45 q-93 0 -172 -52q-52 52 -141 52q-116 0 -217 -88q-99 -92 -125 -211l-8 -47h206q1 5 2.5 14t2.5 12q3 12 6 27q3 8 8 26t8 27q25 59 68 59q37 0 43 -34q3 -33 -9 -68l-26 -123q-3 -5 -7.5 -9.5t-11.5 -9.5t-13 -8.5t-17.5 -9t-18.5 -9t-22 -10.5t-23 -11q-120 -59 -188 -127 q-110 -110 -146 -277zM309 229q-3 40 4 62q19 86 68 152.5t129 97.5l-61 -287q-6 -29 -35.5 -48.5t-65.5 -19.5q-29 0 -39 43zM731 684l35 158q8 32 22 57q29 57 78 57q28 0 41 -16q20 -32 8 -98l-34 -158h-150z" />
<glyph unicode="&#xe7;" horiz-adv-x="645" d="M131 315q-38 -174 21 -260q54 -71 174 -71q138 0 213 67q81 72 120 254l23 109h-207l-33 -156q-11 -52 -26.5 -71t-50.5 -19q-20 0 -30.5 7.5t-12.5 23t-1 27.5t5 32l129 604q5 27 10.5 43t22 31.5t42.5 15.5q35 0 43.5 -19.5t-2.5 -70.5l-28 -135h207l18 88 q39 180 -14 254q-46 68 -185 68q-122 0 -202 -72q-93 -83 -131 -260zM178 -385h105l71 133l31 141h-172l-31 -141h64z" />
<glyph unicode="&#xe8;" horiz-adv-x="659" d="M123 279q-13 -80 2 -148q14 -64 62.5 -105.5t140.5 -41.5q102 0 164 45q64 43 102.5 101t62.5 142l27 129h-192l-27 -122q-7 -38 -21 -58q-25 -55 -75 -55q-28 0 -41 16q-22 39 -13 97l54 243h342l67 326q14 75 -2 143q-15 67 -57 101q-55 45 -146 45q-104 0 -161 -45 q-122 -87 -168 -250zM401 684l35 158q7 29 23 57q29 57 78 57q28 0 41 -16q20 -32 8 -98l-35 -158h-150zM418 1489l123 -184h159l-67 184h-215z" />
<glyph unicode="&#xe9;" horiz-adv-x="659" d="M123 279q-13 -80 2 -148q14 -64 62.5 -105.5t140.5 -41.5q102 0 164 45q64 43 102.5 101t62.5 142l27 129h-192l-27 -122q-7 -38 -21 -58q-25 -55 -75 -55q-28 0 -41 16q-22 39 -13 97l54 243h342l67 326q14 75 -2 143q-15 67 -57 101q-55 45 -146 45q-104 0 -161 -45 q-122 -87 -168 -250zM401 684l35 158q7 29 23 57q29 57 78 57q28 0 41 -16q20 -32 8 -98l-35 -158h-150zM541 1305h159l201 184h-215z" />
<glyph unicode="&#xea;" horiz-adv-x="659" d="M123 279q-13 -80 2 -148q14 -64 62.5 -105.5t140.5 -41.5q102 0 164 45q64 43 102.5 101t62.5 142l27 129h-192l-27 -122q-7 -38 -21 -58q-25 -55 -75 -55q-28 0 -41 16q-22 39 -13 97l54 243h342l67 326q14 75 -2 143q-15 67 -57 101q-55 45 -146 45q-104 0 -161 -45 q-122 -87 -168 -250zM356 1305h189l76 71l49 -71h188l-102 184h-219zM401 684l35 158q7 29 23 57q29 57 78 57q28 0 41 -16q20 -32 8 -98l-35 -158h-150z" />
<glyph unicode="&#xeb;" horiz-adv-x="659" d="M123 279q-13 -80 2 -148q14 -64 62.5 -105.5t140.5 -41.5q102 0 164 45q64 43 102.5 101t62.5 142l27 129h-192l-27 -122q-7 -38 -21 -58q-25 -55 -75 -55q-28 0 -41 16q-22 39 -13 97l54 243h342l67 326q14 75 -2 143q-15 67 -57 101q-55 45 -146 45q-104 0 -161 -45 q-122 -87 -168 -250zM367 1305h190l43 200h-190zM401 684l35 158q7 29 23 57q29 57 78 57q28 0 41 -16q20 -32 8 -98l-35 -158h-150zM655 1305h191l43 200h-191z" />
<glyph unicode="&#xec;" horiz-adv-x="370" d="M82 0h207l237 1120h-207zM283 1489l123 -184h159l-67 184h-215z" />
<glyph unicode="&#xed;" horiz-adv-x="370" d="M82 0h207l237 1120h-207zM358 1305h160l201 184h-215z" />
<glyph unicode="&#xee;" horiz-adv-x="370" d="M82 0h207l237 1120h-207zM211 1305h188l76 71l49 -71h189l-103 184h-219z" />
<glyph unicode="&#xef;" horiz-adv-x="372" d="M82 0h207l237 1120h-207zM223 1305h191l43 200h-191zM512 1305h190l43 200h-190z" />
<glyph unicode="&#xf0;" horiz-adv-x="673" d="M133 279q-13 -80 2 -148q12 -60 58 -100q50 -47 143 -47q102 0 164 45q64 43 102 100.5t62 142.5l139 656q53 254 -31 446l119 88l-41 66l-111 -82q-2 3 -7 11.5t-7 12.5q-1 1 -6 11l-8 8l-13 18l-129 -100q0 -7 9 -16q1 -3 10 -21q4 -15 12 -29l-119 -88l41 -63l96 72 q21 -83 9 -203q-78 78 -140 78q-112 0 -176 -123q-23 -43 -37 -89t-16 -67zM328 279l121 563q3 33 18 57q26 57 76 57q28 0 41 -16q21 -34 6 -98l-121 -563q-3 -34 -18 -58q-25 -55 -76 -55q-28 0 -41 16q-21 38 -6 97z" />
<glyph unicode="&#xf1;" horiz-adv-x="690" d="M82 0h207l186 883q4 6 12 14q2 2 6.5 6t6.5 6q31 27 55 27q23 0 33.5 -10t5.5 -39l-188 -887h206l195 918q16 77 -6 145q-29 74 -105 74q-45 0 -112 -52q-16 -12 -49 -36q-17 -17 -29 -23l20 94h-207zM424 1305q3 1 9 4t9 4t9.5 4t9.5 4q46 16 78 16q44 -3 88 -20 q40 -19 84 -19q19 0 43 7q42 8 73 32l33 152q-3 -1 -9 -4t-9 -4t-9.5 -4t-9.5 -4q-53 -17 -78 -17q-45 3 -86 23q-46 16 -86 16q-25 0 -43 -6q-37 -11 -73 -33z" />
<glyph unicode="&#xf2;" horiz-adv-x="657" d="M121 279q-13 -80 2 -148q12 -61 57 -100q50 -47 144 -47q101 0 163 45q64 43 102 100.5t62 142.5l121 576q14 75 -2 143q-15 67 -57 101q-55 45 -146 45q-104 0 -161 -45q-64 -46 -102 -105.5t-62 -144.5zM315 279l121 563q3 31 19 57q26 57 75 57q28 0 41 -16 q22 -35 7 -98l-121 -563q-3 -32 -19 -58q-25 -55 -76 -55q-27 0 -40 16q-22 39 -7 97zM414 1489l123 -184h159l-67 184h-215z" />
<glyph unicode="&#xf3;" horiz-adv-x="657" d="M121 279q-13 -80 2 -148q12 -61 57 -100q50 -47 144 -47q101 0 163 45q64 43 102 100.5t62 142.5l121 576q14 75 -2 143q-15 67 -57 101q-55 45 -146 45q-104 0 -161 -45q-64 -46 -102 -105.5t-62 -144.5zM315 279l121 563q3 31 19 57q26 57 75 57q28 0 41 -16 q22 -35 7 -98l-121 -563q-3 -32 -19 -58q-25 -55 -76 -55q-27 0 -40 16q-22 39 -7 97zM537 1305h159l201 184h-215z" />
<glyph unicode="&#xf4;" horiz-adv-x="657" d="M121 279q-13 -80 2 -148q12 -61 57 -100q50 -47 144 -47q101 0 163 45q64 43 102 100.5t62 142.5l121 576q14 75 -2 143q-15 67 -57 101q-55 45 -146 45q-104 0 -161 -45q-64 -46 -102 -105.5t-62 -144.5zM315 279l121 563q3 31 19 57q26 57 75 57q28 0 41 -16 q22 -35 7 -98l-121 -563q-3 -32 -19 -58q-25 -55 -76 -55q-27 0 -40 16q-22 39 -7 97zM354 1305h189l75 71l50 -71h188l-102 184h-219z" />
<glyph unicode="&#xf5;" horiz-adv-x="657" d="M121 279q-13 -80 2 -148q12 -61 57 -100q50 -47 144 -47q101 0 163 45q64 43 102 100.5t62 142.5l121 576q14 75 -2 143q-15 67 -57 101q-55 45 -146 45q-104 0 -161 -45q-64 -46 -102 -105.5t-62 -144.5zM315 279l121 563q3 31 19 57q26 57 75 57q28 0 41 -16 q22 -35 7 -98l-121 -563q-3 -32 -19 -58q-25 -55 -76 -55q-27 0 -40 16q-22 39 -7 97zM408 1305q3 1 9 4t9 4t9 4t9 4q46 16 78 16q44 -3 88 -20q40 -19 84 -19q18 0 43 7q44 8 74 32l33 152q-3 -1 -9.5 -4t-9.5 -4t-9 -4t-9 -4q-53 -17 -78 -17q-45 3 -86 23q-46 16 -86 16 q-25 0 -43 -6q-39 -11 -74 -33z" />
<glyph unicode="&#xf6;" horiz-adv-x="657" d="M121 279q-13 -80 2 -148q12 -61 57 -100q50 -47 144 -47q101 0 163 45q64 43 102 100.5t62 142.5l121 576q14 75 -2 143q-15 67 -57 101q-55 45 -146 45q-104 0 -161 -45q-64 -46 -102 -105.5t-62 -144.5zM315 279l121 563q3 31 19 57q26 57 75 57q28 0 41 -16 q22 -35 7 -98l-121 -563q-3 -32 -19 -58q-25 -55 -76 -55q-27 0 -40 16q-22 39 -7 97zM367 1305h190l43 200h-190zM655 1305h191l43 200h-191z" />
<glyph unicode="&#xf8;" horiz-adv-x="657" d="M106 -78h80l39 78q46 -16 99 -16q101 0 163 45q64 43 102 100.5t62 142.5l121 576q6 44 6 84q-4 34 -7 51t-14.5 45.5t-29.5 48.5l57 121h-75l-37 -80q-59 19 -105 19q-104 0 -161 -45q-64 -46 -102 -105.5t-62 -144.5l-121 -563q-8 -36 -8 -86q0 -94 51 -150zM315 197 l228 485l-86 -403q-3 -32 -19 -58q-25 -55 -76 -55q-38 0 -47 31zM350 436l86 406q3 31 19 57q26 57 75 57q22 0 32.5 -8t15.5 -26z" />
<glyph unicode="&#xf9;" horiz-adv-x="690" d="M121 203q-18 -83 6 -144q24 -75 102 -75q20 0 60 16q40 23 104 74q18 16 27 20l-19 -94h207l238 1120h-207l-188 -882q-17 -21 -25 -27q-31 -27 -53 -27q-23 0 -34.5 10t-4.5 39l188 887h-207zM428 1489l123 -184h160l-68 184h-215z" />
<glyph unicode="&#xfa;" horiz-adv-x="690" d="M121 203q-18 -83 6 -144q24 -75 102 -75q20 0 60 16q40 23 104 74q18 16 27 20l-19 -94h207l238 1120h-207l-188 -882q-17 -21 -25 -27q-31 -27 -53 -27q-23 0 -34.5 10t-4.5 39l188 887h-207zM551 1305h160l200 184h-215z" />
<glyph unicode="&#xfb;" horiz-adv-x="690" d="M121 203q-18 -83 6 -144q24 -75 102 -75q20 0 60 16q40 23 104 74q18 16 27 20l-19 -94h207l238 1120h-207l-188 -882q-17 -21 -25 -27q-31 -27 -53 -27q-23 0 -34.5 10t-4.5 39l188 887h-207zM371 1305h188l76 71l49 -71h188l-102 184h-219z" />
<glyph unicode="&#xfc;" horiz-adv-x="690" d="M121 203q-18 -83 6 -144q24 -75 102 -75q20 0 60 16q40 23 104 74q18 16 27 20l-19 -94h207l238 1120h-207l-188 -882q-17 -21 -25 -27q-31 -27 -53 -27q-23 0 -34.5 10t-4.5 39l188 887h-207zM383 1305h190l43 200h-190zM672 1305h190l43 200h-190z" />
<glyph unicode="&#xfd;" horiz-adv-x="634" d="M-51 -397q50 -4 65 -4h25q110 0 217 100q83 78 137 217l455 1204h-203l-229 -688l-17 -57h-8l8 57l66 688h-203l-55 -1153q-6 -34 -21 -61q-35 -69 -90 -103q-25 -16 -59.5 -19t-36.5 1q-10 0 -12 2zM508 1305h160l200 184h-215z" />
<glyph unicode="&#xfe;" horiz-adv-x="686" d="M0 -385h207l96 459q14 -16 43 -45q53 -45 103 -45q71 0 139 75q49 61 67 144l152 715q16 77 -6 145q-32 74 -109 74q-32 0 -59 -15q-50 -19 -123 -75l98 458h-207zM340 246l133 628q6 28 29 48t47 20q23 0 35 -19.5t6 -48.5l-133 -628q-6 -29 -26.5 -48.5t-43.5 -19.5 t-37.5 21.5t-9.5 46.5z" />
<glyph unicode="&#xff;" horiz-adv-x="634" d="M-51 -397q50 -4 65 -4h25q110 0 217 100q83 78 137 217l455 1204h-203l-229 -688l-17 -57h-8l8 57l66 688h-203l-55 -1153q-6 -34 -21 -61q-35 -69 -90 -103q-25 -16 -59.5 -19t-36.5 1q-10 0 -12 2zM354 1305h191l43 200h-191zM643 1305h191l43 200h-191z" />
<glyph unicode="&#x152;" horiz-adv-x="983" d="M133 157.5q18 -66.5 68 -108.5q55 -49 161 -49h580l47 227h-284l88 414h204l52 242h-205l84 395h284l50 227h-580q-111 0 -182 -47q-63 -42 -109 -108q-48 -67 -69 -154l-189 -887q-18 -85 0 -151.5zM354 309l189 887q6 32 18 55q29 56 78 56q41 0 51 -37t2 -60 l-190 -901q-6 -25 -21 -55q-25 -55 -78 -55q-25 0 -38 16q-26 37 -11 94z" />
<glyph unicode="&#x153;" horiz-adv-x="995" d="M121 279q-13 -80 2 -148q12 -61 57 -100q50 -47 144 -47q101 0 182 57q50 -57 158 -57q101 0 163 45q65 43 103.5 101t62.5 142l27 129h-193l-26 -122q-7 -38 -21 -58q-25 -55 -75 -55q-43 0 -54 47q-7 30 0 59l54 250h342l67 326q14 75 -2 143q-15 67 -57 101 q-55 45 -146 45q-101 0 -182 -60q-53 60 -160 60q-104 0 -161 -45q-64 -46 -102 -105.5t-62 -144.5zM315 279l121 563q3 31 19 57q26 57 75 57q28 0 41 -16q22 -35 7 -98l-121 -563q-3 -32 -19 -58q-25 -55 -76 -55q-27 0 -40 16q-22 39 -7 97zM737 684l35 164q1 2 4.5 10.5 t5.5 15.5q3 14 17 35q26 47 73 47q28 0 41 -16q21 -33 9 -98l-35 -158h-150z" />
<glyph unicode="&#x178;" horiz-adv-x="704" d="M242 0h221l135 641l410 864h-217l-213 -481l-11 -14h-4l-2 14l-8 481h-217l41 -864zM461 1638h190l41 201h-190zM750 1638h190l41 201h-190z" />
<glyph unicode="&#x2c6;" horiz-adv-x="1021" d="M537 1305h188l76 71l49 -71h188l-102 184h-219z" />
<glyph unicode="&#x2dc;" horiz-adv-x="1024" d="M590 1305q3 1 9 4t9 4t9.5 4t9.5 4q46 16 78 16q44 -3 88 -20q40 -19 84 -19q19 0 43 7q42 8 73 32l33 152q-3 -1 -9 -4t-9 -4t-9.5 -4t-9.5 -4q-53 -17 -78 -17q-45 3 -86 23q-46 16 -86 16q-25 0 -43 -6q-37 -11 -73 -33z" />
<glyph unicode="&#x2000;" horiz-adv-x="952" />
<glyph unicode="&#x2001;" horiz-adv-x="1905" />
<glyph unicode="&#x2002;" horiz-adv-x="952" />
<glyph unicode="&#x2003;" horiz-adv-x="1905" />
<glyph unicode="&#x2004;" horiz-adv-x="635" />
<glyph unicode="&#x2005;" horiz-adv-x="476" />
<glyph unicode="&#x2006;" horiz-adv-x="317" />
<glyph unicode="&#x2007;" horiz-adv-x="317" />
<glyph unicode="&#x2008;" horiz-adv-x="238" />
<glyph unicode="&#x2009;" horiz-adv-x="381" />
<glyph unicode="&#x200a;" horiz-adv-x="105" />
<glyph unicode="&#x2010;" horiz-adv-x="444" d="M170 455h297l41 194h-297z" />
<glyph unicode="&#x2011;" horiz-adv-x="444" d="M170 455h297l41 194h-297z" />
<glyph unicode="&#x2012;" horiz-adv-x="444" d="M170 455h297l41 194h-297z" />
<glyph unicode="&#x2013;" horiz-adv-x="806" d="M211 649h659l41 195h-659z" />
<glyph unicode="&#x2014;" horiz-adv-x="972" d="M211 649h825l41 195h-825z" />
<glyph unicode="&#x2018;" horiz-adv-x="309" d="M264 1012h215l47 227h-71l129 266h-103l-170 -266z" />
<glyph unicode="&#x2019;" horiz-adv-x="309" d="M260 1012h102l168 266l50 227h-215l-50 -227h72z" />
<glyph unicode="&#x201a;" horiz-adv-x="309" d="M-10 -266h100l170 266l47 227h-215l-47 -227h72z" />
<glyph unicode="&#x201c;" horiz-adv-x="624" d="M268 1012h215l47 227h-71l129 266h-103l-170 -266zM571 1012h215l48 227h-72l129 266h-103l-170 -266z" />
<glyph unicode="&#x201d;" horiz-adv-x="624" d="M268 1012h103l168 266l49 227h-215l-49 -227h71zM571 1012h103l168 266l49 227h-215l-49 -227h71z" />
<glyph unicode="&#x201e;" horiz-adv-x="624" d="M-2 -266h100l170 266l47 227h-215l-47 -227h72zM299 -266h102l170 266l47 227h-215l-47 -227h72z" />
<glyph unicode="&#x2022;" horiz-adv-x="663" d="M254 817q-21 -108 37 -178q55 -74 162 -74q49 0 102 21q96 36 160 133q23 34 36.5 75.5t8.5 97.5t-39 101q-60 72 -162 72q-108 0 -192 -72q-93 -80 -113 -176z" />
<glyph unicode="&#x2026;" horiz-adv-x="964" d="M53 0h215l47 227h-215zM375 0h215l47 227h-215zM696 0h215l47 227h-215z" />
<glyph unicode="&#x202f;" horiz-adv-x="381" />
<glyph unicode="&#x205f;" horiz-adv-x="476" />
<glyph unicode="&#x20ac;" horiz-adv-x="813" d="M168 547h106l-49 -238q-18 -96 2 -164q13 -67 62 -110q54 -51 162 -51q109 0 180 51q58 38 112 110q48 73 72 164l16 84h-206l-17 -84q-7 -29 -20 -55q-28 -55 -88 -55q-26 0 -39 16q-24 35 -15 94l50 238h233l29 137h-234l31 137h233l29 137h-233l51 238q6 21 20 55 q33 56 80 56q33 0 47 -17q27 -35 15 -94l-19 -84h207l19 84q15 97 -5 162q-13 68 -63 112q-59 52 -160 52q-103 0 -182 -52q-52 -35 -111 -112q-47 -70 -69 -162l-52 -238h-106l-29 -137h107l-31 -137h-106z" />
<glyph unicode="&#x2122;" horiz-adv-x="937" d="M352 821h113l123 580h104l23 104h-322l-22 -104h104zM614 821h103l94 449l-14 -449h51l172 449l-94 -449h104l146 684h-138l-135 -319h-6v319h-137z" />
<glyph unicode="&#xe000;" horiz-adv-x="1116" d="M0 0v1116h1116v-1116h-1116z" />
<glyph unicode="&#xfb01;" horiz-adv-x="772" d="M125 0h207l196 934h152l-197 -934h207l238 1120h-359l6 29q1 3 2.5 11t2.5 11q1 4 6 29q7 38 20 62q33 71 92 71q33 0 47 -2q20 -2 62 -10l39 184q-3 1 -11 2t-12 2q-16 0 -22 2q-37 9 -101 9q-169 0 -251 -140q-12 -19 -22.5 -41.5t-17 -40t-14 -42.5t-10.5 -37.5 t-9 -37t-7 -30.5l-7 -31h-104l-41 -186h105z" />
<glyph unicode="&#xfb02;" horiz-adv-x="772" d="M125 0h207l196 934h105l41 186h-105l6 29q1 3 2.5 11t2.5 11q1 4 6 29q7 38 20 62q33 71 92 71q34 0 66 -4l-281 -1329h207l320 1505h-164q-3 1 -11 2t-12 2q-16 0 -22 2q-37 9 -101 9q-169 0 -251 -140q-12 -19 -22.5 -41.5t-17 -40t-14 -42.5t-10.5 -37.5t-9 -37 t-7 -30.5l-7 -31h-104l-41 -186h105z" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 53 KiB

View File

@@ -0,0 +1,223 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata></metadata>
<defs>
<font id="league_gothicregular" horiz-adv-x="724" >
<font-face units-per-em="2048" ascent="1505" descent="-543" />
<missing-glyph horiz-adv-x="315" />
<glyph horiz-adv-x="2048" />
<glyph horiz-adv-x="2048" />
<glyph unicode="&#xd;" horiz-adv-x="2048" />
<glyph unicode=" " horiz-adv-x="315" />
<glyph unicode="&#x09;" horiz-adv-x="315" />
<glyph unicode="&#xa0;" horiz-adv-x="315" />
<glyph unicode="!" horiz-adv-x="387" d="M74 1505l55 -1099h129l55 1099h-239zM86 0h215v227h-215v-227z" />
<glyph unicode="&#x22;" horiz-adv-x="532" d="M78 1505l31 -551h153l31 551h-215zM332 1505l30 -551h154l31 551h-215z" />
<glyph unicode="#" horiz-adv-x="1232" d="M49 438h199l-60 -438h197l59 438h261l-60 -438h197l59 438h191l26 195h-190l37 258h192l27 194h-193l58 420h-197l-57 -420h-260l57 420h-197l-57 -420h-197l-26 -194h196l-37 -258h-198zM471 633l37 258h260l-37 -258h-260z" />
<glyph unicode="$" horiz-adv-x="692" d="M37 358q3 -134 61 -227q64 -103 189 -125v-221h123v217q127 14 192 127q53 90 53 242q0 65 -18 127q-36 106 -119 225q-9 13 -32.5 47t-36.5 51q-78 102 -115 166q-58 97 -58 172q0 57 21 111q20 51 63 51q44 1 65 -33t28 -92l192 25q-14 118 -63 186q-62 85 -172 96v125 h-123v-131q-115 -25 -170 -131q-45 -86 -45 -211q0 -66 20 -125q30 -100 117 -227q52 -77 129 -176q42 -62 55 -84q58 -100 58 -174q0 -77 -21 -127q-23 -58 -72 -58q-63 0 -96 58q-30 49 -33 129z" />
<glyph unicode="%" horiz-adv-x="1001" d="M55 911q0 -48 19 -88q43 -88 141 -88q60 0 90 27q65 56 68 149v437q-3 48 -21 86q-21 40 -52 64t-85 24q-62 0 -92 -27q-68 -59 -68 -147v-437zM158 0h137l547 1505h-131zM178 911v437q-2 10 2 26q12 29 35 29q16 0 21 -8q14 -21 14 -47v-437q0 -55 -35 -55q-42 0 -37 55 zM631 158q0 -50 18 -88q46 -86 142 -86q61 0 90 26q64 55 67 148v436q-3 50 -20 88q-21 40 -52 64t-85 24q-63 0 -93 -27q-67 -58 -67 -149v-436zM754 158v436q-2 11 2 27q4 9 7 14t10 9.5t18 4.5q15 0 20 -8q14 -21 14 -47v-436q0 -13 -4 -29q-12 -29 -30 -29q-16 0 -23 11 q-16 20 -14 47z" />
<glyph unicode="&#x26;" horiz-adv-x="854" d="M49 315q0 -132 86 -231q87 -100 217 -100t252 139q38 -41 68 -62q74 -55 112 -69q19 -8 29 -8v235q-8 3 -35 23q-19 12 -57 53q45 91 70 207q17 78 22 151l-176 33q-26 -152 -47 -211q-63 93 -148 285q94 124 148 227q97 181 28 371q-62 164 -235 164q-105 0 -160 -52 q-107 -98 -110 -276q0 -226 106 -442q-40 -61 -63.5 -101.5t-51.5 -99t-41.5 -117t-13.5 -119.5zM263 320q-5 64 5 104q15 88 45 133q65 -120 174 -295q-24 -30 -38.5 -45t-37.5 -28t-49 -13q-42 0 -69 43q-25 37 -30 101zM311 1270q16 76 72 76q33 0 49 -23q32 -43 29 -123 q0 -95 -101 -252q-32 79 -41 125q-26 111 -8 197z" />
<glyph unicode="'" horiz-adv-x="309" d="M57 1505l31 -551h154l30 551h-215z" />
<glyph unicode="(" horiz-adv-x="561" d="M66 645q0 -198 45 -362q84 -326 247 -580l162 84q-72 103 -129 238q-129 301 -129 620q0 192 41 350q79 311 217 510l-162 84q-81 -127 -147 -280q-145 -337 -145 -664z" />
<glyph unicode=")" horiz-adv-x="561" d="M41 -213l162 -84q79 125 145 279q148 344 148 663q0 198 -45 365q-84 313 -248 579l-162 -84q72 -110 129 -239q129 -315 129 -621q0 -190 -41 -348q-83 -316 -217 -510z" />
<glyph unicode="*" horiz-adv-x="677" d="M74 1251l172 -34l-115 -138l131 -80l76 152l78 -152l131 80l-115 138l172 34l-43 148l-164 -70l19 176h-154l19 -176l-164 70z" />
<glyph unicode="+" horiz-adv-x="1060" d="M74 649h370v-346h172v346h371v172h-371v346h-172v-346h-370v-172z" />
<glyph unicode="," horiz-adv-x="309" d="M45 0h72l-72 -266h102l113 266v227h-215v-227z" />
<glyph unicode="-" horiz-adv-x="444" d="M74 455h297v194h-297v-194z" />
<glyph unicode="." horiz-adv-x="321" d="M53 0h215v227h-215v-227z" />
<glyph unicode="/" horiz-adv-x="720" d="M8 -147h168l537 1652h-162z" />
<glyph unicode="0" d="M68 309q3 -97 36 -164q30 -67 86 -110q63 -51 172 -51q107 0 170 51q61 46 89 110q33 67 36 164v887q-3 95 -36 162q-29 67 -89 112q-69 52 -170 52q-103 0 -172 -52q-55 -42 -86 -112q-33 -67 -36 -162v-887zM289 309v887q0 34 8 55q17 56 65 56q29 0 46 -17 q28 -35 28 -94v-887q0 -36 -8 -55q-14 -55 -66 -55q-27 0 -43 16q-30 35 -30 94z" />
<glyph unicode="1" horiz-adv-x="475" d="M25 1180h147v-1180h221v1505h-133q-17 -38 -49 -78q-81 -86 -186 -106v-141z" />
<glyph unicode="2" horiz-adv-x="731" d="M55 0h600v219h-350q129 217 217 422q129 305 129 506q0 174 -61 266q-74 109 -234 109q-166 0 -237 -119q-58 -97 -58 -270v-105h222v105q0 80 14 129q17 55 59 55q44 0 62 -62q12 -42 12 -122q-3 -120 -63 -299q-51 -151 -127 -297q-88 -170 -185 -318v-219z" />
<glyph unicode="3" horiz-adv-x="686" d="M45 1071h217q0 148 14 205q10 51 52 51q48 0 61 -65q8 -39 8 -129v-121q0 -52 -14 -80q-13 -32 -49 -47.5t-105 -20.5v-184h19q65 -3 108 -27q62 -41 62 -155q-2 -39 -2 -129t-8 -127q-14 -64 -62 -64q-21 0 -34.5 11.5t-22.5 41.5q-19 62 -19 203h-217q0 -190 43 -289 q68 -161 250 -161q71 0 119 26q87 48 129 160q33 96 37 172q2 23 2 43q0 149 -27 252.5t-100 161.5l2 2q54 54 80 145t26 252q0 96 -39 176q-72 148 -247 148q-178 0 -244 -160q-39 -97 -39 -291z" />
<glyph unicode="4" horiz-adv-x="684" d="M25 328h342v-328h202v328h103v194h-103v983h-221l-323 -983v-194zM213 522l129 471l12 45h13v-516h-154z" />
<glyph unicode="5" horiz-adv-x="704" d="M74 438q0 -204 43 -301q66 -153 245 -153q177 0 246 145q43 88 43 248v336q0 93 -37 174q-63 137 -208 137q-24 3 -46 -6q-34 -11 -81 -45v313h344v219h-535v-792h186q0 30 25 69q29 41 61 41q34 0 52 -30.5t18 -79.5v-336q0 -112 -16 -158q-15 -43 -52 -43q-38 0 -53 45 q-14 41 -14 158v59h-221z" />
<glyph unicode="6" horiz-adv-x="700" d="M66 309q0 -109 43 -188q72 -137 245 -137q174 0 246 137q43 79 43 188v307q0 115 -37 191q-62 127 -209 127q-47 0 -110 -37v268q0 87 14 125q12 39 53 39q25 0 38.5 -12t19.5 -41q10 -49 10 -205h221v94q0 139 -41 219q-73 138 -248 138t-248 -138q-40 -78 -40 -219 v-856zM287 244v456q2 22 18.5 42t48.5 20q31 0 49.5 -24.5t18.5 -43.5v-450q0 -19 -18.5 -43.5t-49.5 -24.5q-33 0 -50 24t-17 44z" />
<glyph unicode="7" horiz-adv-x="589" d="M8 1286h332l-225 -1286h229l221 1284v221h-557v-219z" />
<glyph unicode="8" horiz-adv-x="696" d="M53 322q0 -41 13 -105q18 -92 77 -154q75 -79 205 -79t205 79q60 63 78 154q12 59 12 105v176q0 87 -29.5 165.5t-85.5 131.5q50 50 76.5 123t26.5 153v127q0 100 -37 176q-72 148 -246 148q-172 0 -244 -148q-38 -78 -38 -176v-127q0 -80 26 -153t76 -123 q-56 -53 -85.5 -131.5t-29.5 -165.5v-176zM270.5 416q-1.5 129 10.5 194q9 66 67 66t70 -66q10 -72 10 -200q0 -99 -10 -164q-12 -60 -70 -60q-46 0 -61 52q-15 49 -16.5 178zM284.5 1120q1.5 118 14.5 162q12 45 49 45q43 0 55 -51q11 -64 11 -156q0 -108 -11 -172 q-12 -55 -55 -55q-44 0 -53 55q-12 54 -10.5 172z" />
<glyph unicode="9" horiz-adv-x="700" d="M57 340q0 -139 41 -217q71 -139 248 -139t248 139q41 78 41 217v856q0 108 -43 190q-74 136 -246 136t-246 -136q-43 -82 -43 -190v-293q0 -114 37 -190q62 -127 209 -127q48 0 111 37v-283q0 -81 -13 -125q-14 -39 -55 -39q-25 0 -38 12t-19 41q-10 49 -10 205h-222v-94 zM279 825v437q0 19 18 43t49 24q34 0 51 -23.5t17 -43.5v-443q-2 -22 -19 -41.5t-49 -19.5q-31 0 -49 24t-18 43z" />
<glyph unicode=":" horiz-adv-x="362" d="M74 0h215v227h-215v-227zM74 893h215v227h-215v-227z" />
<glyph unicode=";" horiz-adv-x="362" d="M74 0h71l-71 -266h102l113 266v227h-215v-227zM74 893h215v227h-215v-227z" />
<glyph unicode="&#x3c;" horiz-adv-x="1058" d="M74 649l911 -475v199l-698 356l698 356v199l-911 -475v-160z" />
<glyph unicode="=" horiz-adv-x="1058" d="M74 477h911v172h-911v-172zM74 864h911v172h-911v-172z" />
<glyph unicode="&#x3e;" horiz-adv-x="1058" d="M74 174l911 475v160l-911 475v-199l698 -356l-698 -356v-199z" />
<glyph unicode="?" horiz-adv-x="645" d="M25 1260l178 -84q18 54 43 90q41 55 88 55q40 0 59 -37q12 -30 8 -57q-9 -42 -53 -113q-64 -105 -92 -182q-45 -123 -45 -270v-256h190v256q0 51 13 108q21 88 71 172q8 13 21 35.5t18 30.5q29 50 41.5 73.5t25.5 65t13 80.5q0 98 -45 172q-68 111 -221 114 q-126 3 -217 -100q-75 -84 -96 -153zM199 0h215v227h-215v-227z" />
<glyph unicode="@" horiz-adv-x="872" d="M66 303q0 -42 18 -94.5t57 -99.5q101 -125 299 -125q214 0 320 143l-152 86q-51 -63 -168 -63q-99 0 -151 59q-39 42 -39 94v889q0 49 39 96q54 62 151 62q100 0 154 -62q37 -45 37 -96v-45q-6 12 -27 33q-38 34 -86 34q-77 0 -111 -47t-34 -123v-485q0 -172 145 -172 q28 0 51 10q43 21 62 58l20 -56h164v793q0 43 -18 99t-56 104q-103 127 -301 127q-199 0 -299 -127q-39 -48 -57 -103.5t-18 -99.5v-889zM535 573v455q0 53 47 53q23 0 36 -14t13 -39v-455q0 -53 -49 -53q-47 0 -47 53z" />
<glyph unicode="A" horiz-adv-x="765" d="M20 0h216l40 307h213l41 -307h215l-227 1505h-270zM307 541l64 475l6 39h12l6 -39l64 -475h-152z" />
<glyph unicode="B" horiz-adv-x="745" d="M82 0h272q188 9 271 135q71 109 71 291q0 114 -24 184q-48 139 -129 185q77 71 108 137q29 62 29 174q0 216 -102 311q-95 88 -302 88h-194v-1505zM303 219v463q66 0 98 -23q66 -48 66 -208q0 -161 -66 -209q-32 -23 -98 -23zM303 885v401q65 0 98 -22q66 -45 66 -179 q0 -133 -66 -178q-33 -22 -98 -22z" />
<glyph unicode="C" horiz-adv-x="708" d="M68 309q3 -97 36 -164q30 -67 86 -110q63 -51 172 -51q107 0 170 51q61 46 89 110q33 67 36 164v207h-206v-207q0 -34 -9 -55q-18 -55 -75 -55q-27 0 -43 16q-32 37 -35 94v887q4 39 10 55q21 56 68 56q34 0 51 -17q33 -36 33 -94v-207h206v207q-3 95 -36 162 q-29 67 -89 112q-69 52 -170 52q-103 0 -172 -52q-55 -42 -86 -112q-33 -67 -36 -162v-887z" />
<glyph unicode="D" horiz-adv-x="761" d="M82 0h174q156 0 243.5 35.5t131.5 120.5q40 80 52.5 215t12.5 381q0 247 -12.5 382.5t-52.5 215.5q-44 85 -131 120t-244 35h-174v-1505zM303 221v1063q63 0 94 -15t47 -65q18 -68 21 -160q2 -72 2 -290q0 -219 -2 -291q-3 -96 -21 -160q-16 -52 -47 -67t-94 -15z" />
<glyph unicode="E" horiz-adv-x="628" d="M82 0h506v227h-285v414h205v242h-205v395h285v227h-506v-1505z" />
<glyph unicode="F" horiz-adv-x="616" d="M82 0h221v655h205v228h-205v395h305v227h-526v-1505z" />
<glyph unicode="G" horiz-adv-x="737" d="M68 309v-18q0 -82 24 -146q26 -66 78 -110q57 -51 158 -51t172 88l26 -72h131v750h-309v-187h88v-272q0 -36 -8 -55q-14 -56 -66 -56q-26 0 -43 17q-30 35 -30 94v905q0 34 8 55q17 56 65 56q29 0 46 -17q28 -35 28 -94v-231h221v231q-3 95 -36 162q-29 67 -89 112 q-69 52 -170 52q-103 0 -172 -52q-55 -42 -86 -112q-33 -67 -36 -162v-887z" />
<glyph unicode="H" horiz-adv-x="778" d="M82 0h221v655h172v-655h221v1505h-221v-622h-172v622h-221v-1505z" />
<glyph unicode="I" horiz-adv-x="385" d="M82 0h221v1505h-221v-1505z" />
<glyph unicode="J" horiz-adv-x="423" d="M12 -14q20 -1 39 -1q154 0 230 81q71 77 71 213v1226h-221v-1192q0 -52 -18 -73q-29 -38 -80 -38q-10 0 -21 1v-217z" />
<glyph unicode="K" horiz-adv-x="768" d="M82 0h221v532l51 123l13 31h6l6 -31l153 -655h216l-230 1010l203 495h-215l-184 -501l-11 -25h-8v526h-221v-1505z" />
<glyph unicode="L" horiz-adv-x="604" d="M82 0h514v205h-293v1300h-221v-1505z" />
<glyph unicode="M" horiz-adv-x="991" d="M82 0h205v1010h12l8 -64l142 -946h94l141 946l8 64h13v-1010h204v1505h-270l-131 -688l-10 -80h-4l-11 80l-131 688h-270v-1505z" />
<glyph unicode="N" horiz-adv-x="808" d="M82 0h203v854h12l18 -70l215 -784h197v1505h-203v-854h-12l-18 70l-215 784h-197v-1505z" />
<glyph unicode="O" d="M68 309q3 -97 36 -164q30 -67 86 -110q63 -51 172 -51q107 0 170 51q61 46 89 110q33 67 36 164v887q-3 95 -36 162q-29 67 -89 112q-69 52 -170 52q-103 0 -172 -52q-55 -42 -86 -112q-33 -67 -36 -162v-887zM289 309v887q0 34 8 55q17 56 65 56q29 0 46 -17 q28 -35 28 -94v-887q0 -36 -8 -55q-14 -55 -66 -55q-27 0 -43 16q-30 35 -30 94z" />
<glyph unicode="P" horiz-adv-x="720" d="M82 0h221v602q162 0 266 98q123 116 123 355q0 240 -123 356q-99 94 -266 94h-221v-1505zM303 827v453q99 0 135 -53q31 -46 31 -180q0 -132 -31 -173q-34 -47 -135 -47z" />
<glyph unicode="Q" horiz-adv-x="729" d="M68 309q3 -97 36 -164q30 -67 86 -110q63 -51 172 -51q55 0 111 18q72 -117 227 -117v189q-58 11 -88 53q24 56 27 66q18 65 18 116v887q-3 95 -36 162q-29 67 -89 112q-69 52 -170 52q-103 0 -172 -52q-55 -42 -86 -112q-33 -67 -36 -162v-887zM289 309v887q0 34 8 55 q17 56 65 56q29 0 46 -17q28 -35 28 -94v-887q0 -36 -8 -55q-14 -55 -66 -55q-27 0 -43 16q-30 35 -30 94z" />
<glyph unicode="R" horiz-adv-x="739" d="M82 0h221v635h59l115 -635h221l-141 729q61 41 92 132.5t31 209.5q0 217 -91 325.5t-286 108.5h-221v-1505zM303 840v446q70 0 105 -31q59 -52 59 -192q0 -139 -59 -191q-36 -32 -105 -32z" />
<glyph unicode="S" horiz-adv-x="702" d="M37 422q0 -203 55 -303q74 -135 266 -135q167 0 244 114q64 95 64 264q0 107 -66 236q-41 80 -141 229q-94 137 -119 181q-55 95 -55 161q0 147 75 150q48 0 72 -70q17 -52 17 -147l217 20q0 160 -56 267q-71 133 -246 133h-8q-143 -3 -223 -115q-65 -94 -65 -238 q0 -61 18 -120q34 -117 109 -234q74 -115 139 -207q30 -46 57 -90q58 -104 58 -166q0 -166 -91 -166q-63 0 -86 82q-18 53 -18 174z" />
<glyph unicode="T" horiz-adv-x="647" d="M4 1278h209v-1278h221v1278h209v227h-639v-227z" />
<glyph unicode="U" horiz-adv-x="749" d="M80 309q3 -95 37 -164q30 -67 86 -110q63 -51 172 -51q107 0 170 51q59 45 88 110q34 69 37 164v1196h-221v-1196q0 -34 -9 -55q-14 -55 -65 -55q-27 0 -43 16q-31 36 -31 94v1196h-221v-1196z" />
<glyph unicode="V" horiz-adv-x="716" d="M18 1505l230 -1505h221l229 1505h-215l-110 -827l-8 -64h-13l-8 64l-111 827h-215z" />
<glyph unicode="W" horiz-adv-x="1036" d="M25 1505l202 -1505h172l103 713l12 88h8l13 -88l102 -713h172l203 1505h-205l-88 -782l-4 -49h-17l-6 49l-94 782h-160l-94 -782l-6 -49h-16l-5 49l-88 782h-204z" />
<glyph unicode="X" horiz-adv-x="737" d="M16 0h217l127 449l5 18h8l4 -18l127 -449h217l-244 791l240 714h-217l-121 -381l-6 -18h-8l-7 18l-120 381h-218l240 -714z" />
<glyph unicode="Y" horiz-adv-x="700" d="M14 1505l226 -864v-641h221v641l225 864h-217l-111 -481l-6 -14h-4l-6 14l-111 481h-217z" />
<glyph unicode="Z" horiz-adv-x="626" d="M20 0h586v219h-352l352 1067v219h-536v-219h297l-347 -1048v-238z" />
<glyph unicode="[" horiz-adv-x="538" d="M82 -213h399v197h-202v1325h202v196h-399v-1718z" />
<glyph unicode="\" horiz-adv-x="792" d="M8 1692l608 -1872h168l-614 1872h-162z" />
<glyph unicode="]" horiz-adv-x="538" d="M57 -16v-197h400v1718h-400v-196h203v-1325h-203z" />
<glyph unicode="^" horiz-adv-x="1101" d="M53 809h199l299 543l299 -543h199l-381 696h-234z" />
<glyph unicode="_" horiz-adv-x="1210" d="M74 -154v-172h1063v172h-1063z" />
<glyph unicode="`" horiz-adv-x="1024" d="M293 1489l162 -184h159l-106 184h-215z" />
<glyph unicode="a" horiz-adv-x="661" d="M49 260q0 -154 64 -225q41 -51 102 -51q60 0 109 39q35 28 57 67h14q0 -66 19 -90h202q-14 86 -14 195v688q0 109 -76 182q-75 72 -176 72q-120 0 -198 -88q-80 -90 -80 -211v-47h207v53q0 21 4 53q11 59 55 59q37 0 51 -34q6 -20 6 -68v-123q-2 -5 -5 -9.5t-9 -9.5 t-11.5 -8.5t-15.5 -9t-16.5 -9t-20 -10.5t-20.5 -11q-104 -55 -162 -127q-86 -107 -86 -277zM252 291q0 84 35.5 151.5t107.5 98.5v-287q0 -29 -25 -48.5t-61 -19.5q-33 0 -47 43q-10 29 -10 62z" />
<glyph unicode="b" horiz-adv-x="686" d="M82 0h207v74q34 -30 53 -45q61 -45 111 -45q75 0 122 75q37 61 37 144v715q0 81 -37 145q-49 74 -122 74q-31 0 -58 -15q-50 -22 -106 -75v458h-207v-1505zM289 246v628q0 25 19 46.5t42 21.5t39.5 -19.5t16.5 -48.5v-628q0 -29 -16.5 -48.5t-39.5 -19.5 q-24 0 -42.5 19.5t-18.5 48.5z" />
<glyph unicode="c" horiz-adv-x="645" d="M66 315q0 -179 75 -260q65 -71 189 -71q136 0 198 67q68 74 68 254v109h-207v-156q0 -52 -12 -71t-47 -19q-26 0 -39.5 15.5t-16 32t-2.5 42.5v604q0 26 2.5 42.5t16 32t39.5 15.5q35 0 47 -19t12 -71v-135h207v88q0 180 -68 254q-62 68 -198 68q-123 0 -189 -72 q-75 -81 -75 -260v-490z" />
<glyph unicode="d" horiz-adv-x="686" d="M74 203q0 -85 39 -144q44 -75 120 -75q32 0 60 14q46 21 104 76v-74h207v1505h-207v-458q-34 30 -53 45q-61 45 -111 45q-75 0 -120 -74q-39 -62 -39 -145v-715zM281 246v628q0 29 16 48.5t39 19.5t42 -21.5t19 -46.5v-628q0 -29 -18.5 -48.5t-42.5 -19.5q-23 0 -39 19.5 t-16 48.5z" />
<glyph unicode="e" horiz-adv-x="659" d="M66 279q3 -78 32 -148q66 -147 234 -147q101 0 155 45q55 44 81.5 102t31.5 141v129h-192v-122q0 -34 -9 -58q-14 -55 -65 -55q-27 0 -43 16q-30 39 -33 97v243h342v326q-3 71 -33 143q-67 146 -233 146q-103 0 -154 -45q-105 -87 -114 -250v-563zM258 684v158 q3 39 10 57q18 57 66 57q29 0 45 -16q29 -36 29 -98v-158h-150z" />
<glyph unicode="f" horiz-adv-x="475" d="M20 934h105v-934h207v934h104v186h-104v29v49q0 32 6 62q14 69 59 69q15 0 43 -4q3 -1 9.5 -2t9.5 -2v178l-25 6q-21 8 -72 8q-154 0 -206 -137q-31 -81 -31 -225v-31h-105v-186z" />
<glyph unicode="g" horiz-adv-x="700" d="M12 -184q0 -117 92 -168q79 -46 240 -49q146 0 242 61q112 73 112 225q0 130 -94 197q-71 48 -192 63q-68 10 -107 23q-51 13 -51 47q0 25 29 51q6 -2 20 -2h19q96 0 151 43q106 81 115 234v317q0 15 -2 21t-2 22q-2 4 -6 27q43 24 120 24v185q-43 0 -98 -41 q-33 -23 -72 -62q-73 103 -206 103q-99 0 -150 -45q-101 -83 -113 -240v-305q2 -35 17 -92q28 -103 102 -152q-48 -25 -86 -72q-43 -53 -43 -96q0 -116 125 -149q-71 -33 -111 -70q-51 -48 -51 -100zM213 -150q0 55 76 99l106 -21q70 -11 94 -32q17 -17 17 -48 q0 -36 -53 -57q-46 -18 -105 -18q-68 0 -101.5 21t-33.5 56zM262 537v307q-1 8 -1 16q0 18 5 35q12 51 56 51q25 0 38 -16q25 -36 25 -86v-307q0 -31 -6 -52q-16 -49 -57 -49q-23 0 -37 17q-23 26 -23 73v11z" />
<glyph unicode="h" horiz-adv-x="690" d="M82 0h207v883q6 10 18 26q27 27 49 27q50 0 50 -49v-887h206v918q0 81 -37 145q-45 74 -118 74q-27 0 -54 -15q-37 -20 -90 -73q-22 -22 -24 -23v479h-207v-1505z" />
<glyph unicode="i" horiz-adv-x="370" d="M82 0h207v1120h-207v-1120zM82 1298h207v207h-207v-207z" />
<glyph unicode="j" horiz-adv-x="364" d="M-45 -182v-191q12 -4 20 -6q21 -6 70 -6q157 0 209 135q29 74 29 221v1149h-207v-1147v-47q0 -21 -4 -53q-14 -63 -60 -63q-11 0 -39 4q-3 1 -9 2t-9 2zM76 1298h207v207h-207v-207z" />
<glyph unicode="k" horiz-adv-x="641" d="M82 0h207v387l26 66l7 16h10l4 -16l102 -453h199l-188 756l149 364h-186l-101 -293l-12 -36h-10v714h-207v-1505z" />
<glyph unicode="l" horiz-adv-x="370" d="M82 0h207v1505h-207v-1505z" />
<glyph unicode="m" horiz-adv-x="1021" d="M82 0h207v883q6 10 22 26q27 27 56 27q55 0 55 -49v-887h194v883q4 8 23 26q27 27 55 27q56 0 56 -49v-887h194v918q0 81 -37 145q-45 74 -119 74q-24 0 -55 -17q-61 -36 -100 -78q-21 -21 -33 -30q-44 125 -139 125q-26 0 -53 -15q-48 -26 -95 -73q-22 -22 -24 -23v94 h-207v-1120z" />
<glyph unicode="n" horiz-adv-x="690" d="M82 0h207v883q6 10 18 26q27 27 49 27q50 0 50 -49v-887h206v918q0 81 -37 145q-45 74 -118 74q-27 0 -54 -15q-37 -20 -90 -73q-22 -22 -24 -23v94h-207v-1120z" />
<glyph unicode="o" horiz-adv-x="657" d="M63 279q3 -76 33 -148q66 -147 232 -147q101 0 155 45q54 44 80 102.5t31 140.5v576q-3 71 -33 143q-67 146 -233 146q-103 0 -154 -45q-102 -86 -111 -250v-563zM258 279v563q-1 8 -1 16q0 23 7 41q15 57 64 57q29 0 45 -16q26 -33 26 -87v-11v-563q1 -8 1 -16 q0 -24 -7 -42q-14 -55 -65 -55q-27 0 -43 16q-27 35 -27 86v11z" />
<glyph unicode="p" horiz-adv-x="686" d="M82 -385h207v459q34 -30 53 -45q61 -45 111 -45q75 0 122 75q37 61 37 144v715q0 81 -37 145q-49 74 -122 74q-31 0 -58 -15q-50 -22 -106 -75v73h-207v-1505zM289 246v628q0 29 18.5 48.5t42.5 19.5q23 0 39.5 -19.5t16.5 -48.5v-628q0 -29 -16.5 -48.5t-39.5 -19.5 t-42 21.5t-19 46.5z" />
<glyph unicode="q" horiz-adv-x="686" d="M74 203q0 -85 39 -144q44 -75 120 -75q32 0 60 14q46 21 104 76v-459h207v1505h-207v-73q-34 30 -53 45q-61 45 -111 45q-75 0 -120 -74q-39 -62 -39 -145v-715zM281 246v628q0 29 16 48.5t39 19.5q24 0 42.5 -19.5t18.5 -48.5v-628q0 -25 -19 -46.5t-42 -21.5t-39 19.5 t-16 48.5z" />
<glyph unicode="r" horiz-adv-x="503" d="M82 0h207v778q0 65 45 103q36 34 104 34q34 0 58 -8v230q-94 0 -158 -60q-22 -22 -34.5 -45t-14.5 -37v125h-207v-1120z" />
<glyph unicode="s" horiz-adv-x="630" d="M37 326q0 -131 49 -215q74 -127 240 -127q132 0 206 102q58 81 58 205q0 93 -62 194q-33 52 -129 148q-60 56 -90 96q-45 55 -45 105q0 56 12 86q14 45 52 45q41 0 59 -45q8 -27 8 -86h193q0 131 -41 200q-61 103 -214 103h-9q-132 -3 -201 -103q-51 -77 -51 -200 q0 -105 63 -199q35 -52 133 -146q42 -42 64 -66.5t43.5 -62t21.5 -69.5q0 -135 -71 -135q-55 0 -80 63q-17 40 -17 107h-192z" />
<glyph unicode="t" horiz-adv-x="501" d="M20 934h105v-574q0 -154 31 -237q52 -139 206 -139q50 0 80 6q5 1 15.5 4t15.5 4v203q-4 -1 -12 -2t-12 -2q-28 -4 -52 -4q-43 0 -57 67q-8 37 -8 117v557h141v186h-141v277h-207v-277h-105v-186z" />
<glyph unicode="u" horiz-adv-x="690" d="M78 203q0 -83 37 -144q44 -75 118 -75q27 0 56 16q35 19 90 74q18 18 22 20v-94h207v1120h-207v-882q-13 -22 -18 -27q-27 -27 -49 -27q-23 0 -36 10t-13 39v887h-207v-917z" />
<glyph unicode="v" horiz-adv-x="602" d="M16 1120l183 -1120h204l183 1120h-201l-68 -649l-8 -72h-16l-8 72l-68 649h-201z" />
<glyph unicode="w" horiz-adv-x="905" d="M20 1120l166 -1120h172l80 535l11 63h8l10 -63l80 -535h172l166 1120h-189l-65 -585l-8 -64h-13l-10 64l-86 585h-123l-86 -585l-10 -64h-12l-9 64l-65 585h-189z" />
<glyph unicode="x" horiz-adv-x="618" d="M16 0h201l84 283l6 30h4l6 -30l84 -283h201l-192 578l176 542h-195l-74 -262l-6 -31h-4l-6 31l-74 262h-194l176 -542z" />
<glyph unicode="y" horiz-adv-x="634" d="M25 1120l190 -1153q0 -34 -8 -61q-18 -65 -68 -103q-21 -16 -55.5 -19t-38.5 1q-10 0 -12 2v-184q50 -4 67 -4h25q114 0 197 100q74 89 90 217l198 1204h-202l-82 -688l-4 -57h-9l-4 57l-82 688h-202z" />
<glyph unicode="z" horiz-adv-x="532" d="M12 0h504v188h-285l285 764v168h-459v-188h240l-285 -764v-168z" />
<glyph unicode="{" horiz-adv-x="688" d="M61 453q73 -3 107 -62q25 -46 25 -78v-397q0 -116 24 -188t76 -113q50 -39 131.5 -54.5t206.5 -13.5v172q-72 0 -116 7.5t-71 29.5q-55 44 -55 160v397q0 76 -32 129t-95 93q63 39 95 91t32 130v397q0 116 55 160q27 22 71 29.5t116 7.5v172q-125 2 -206.5 -13.5 t-131.5 -54.5q-52 -41 -76 -113t-24 -188v-397q0 -37 -25 -80q-33 -60 -107 -60v-163z" />
<glyph unicode="|" horiz-adv-x="356" d="M82 -512h192v2204h-192v-2204z" />
<glyph unicode="}" horiz-adv-x="688" d="M57 -281v-172q126 -2 208 13.5t132 54.5q52 41 75.5 113t23.5 188v397q0 34 24 78q34 59 107 62v163q-74 0 -107 60q-24 41 -24 80v397q0 116 -23.5 188t-75.5 113q-50 39 -132 54.5t-208 13.5v-172q72 0 116 -7.5t71 -29.5q55 -44 55 -160v-397q0 -78 32 -130t95 -91 q-63 -40 -95 -93t-32 -129v-397q0 -116 -55 -160q-27 -22 -71 -29.5t-116 -7.5z" />
<glyph unicode="~" horiz-adv-x="1280" d="M113 1352l135 -58q14 40 47 90q64 91 154 91q70 0 178 -74q54 -34 83 -50.5t82 -33.5t107 -17q82 0 145 48q119 94 181 262l-135 57q-20 -50 -48 -92q-59 -90 -143 -90q-74 0 -174 71q-6 4 -29 18t-31 19t-29.5 17t-33 16.5t-32.5 12.5t-38 11t-39 6t-44 3 q-89 0 -154 -47q-128 -100 -182 -260z" />
<glyph horiz-adv-x="624" d="M53 1012h215v227h-71l71 266h-102l-113 -266v-227zM356 1012h215v227h-71l71 266h-102l-113 -266v-227z" />
<glyph horiz-adv-x="624" d="M53 1012h103l112 266v227h-215v-227h72zM356 1012h103l112 266v227h-215v-227h72z" />
<glyph unicode="&#xa1;" horiz-adv-x="387" d="M74 -385h239l-55 1100h-129zM86 893h215v227h-215v-227z" />
<glyph unicode="&#xa2;" horiz-adv-x="636" d="M66 508q0 -300 208 -330v-301h123v303q97 14 144 88.5t47 229.5v108h-189v-155q0 -49 -18 -70t-55 -21q-38 0 -55 27t-17 64v604q0 36 17 63t55 27q37 0 55 -20.5t18 -69.5v-135h189v88q0 155 -47 229q-48 71 -144 86v244h-123v-242q-208 -30 -208 -328v-489z" />
<glyph unicode="&#xa3;" horiz-adv-x="817" d="M4 63l146 -79q10 30 28 51q37 51 86 51q8 0 16.5 -1.5t18.5 -4.5t17 -6t19.5 -9t18 -9t20 -10.5t19.5 -10.5q96 -51 144 -51q102 0 170.5 99t80.5 282l-188 22q-3 -101 -29 -145q-23 -42 -53 -45q-39 3 -63 22q-38 23 -70 37q57 117 57 219q0 72 -24 174h174v137h-211 l-6 25q-24 78 -35.5 119t-23 104.5t-11.5 114.5q0 70 21 113q23 55 69 55q66 0 92 -60q23 -53 23 -137h213q0 177 -66 279q-83 126 -266 123q-152 -3 -231 -123q-64 -98 -64 -250q0 -84 78 -342l6 -21h-147v-137h188q31 -108 31 -174q0 -98 -37 -199q-49 -8 -92 -45 q-73 -67 -119 -168z" />
<glyph unicode="&#xa5;" horiz-adv-x="720" d="M25 1505l196 -753h-147v-138h176v-137h-176v-137h176v-340h221v340h176v137h-176v137h176v138h-147l196 753h-217l-110 -481l-7 -14h-4l-6 14l-110 481h-217z" />
<glyph unicode="&#xa8;" horiz-adv-x="1024" d="M272 1305h191v200h-191v-200zM561 1305h191v200h-191v-200z" />
<glyph unicode="&#xa9;" horiz-adv-x="1644" d="M53 752q0 -155 60 -296t166 -247t246 -165.5t296 -59.5q157 0 298 59.5t247 165.5t165.5 246.5t59.5 296.5q0 157 -59.5 297.5t-165.5 246.5t-247 166t-298 60q-155 0 -295.5 -60t-246.5 -166q-107 -107 -166.5 -247t-59.5 -297zM172 752q0 131 51 250t142 210t208 141 t248 50q132 0 251 -50t210 -141t141 -209.5t50 -250.5q0 -131 -50 -248.5t-141 -208.5t-210.5 -142t-250.5 -51t-248 51t-208 142t-142 208.5t-51 248.5zM627 487q0 -52 22 -98q50 -98 170 -98q70 0 109 31q71 60 80 165v125h-138v-125q3 -16 -4 -32q-12 -31 -45 -31 q-18 0 -28 10q-21 18 -21 53v531q0 16 6 31q12 32 43 32q21 0 31 -10q21 -21 18 -53v-125h138v125q-3 52 -25 98q-50 98 -164 98q-71 0 -112 -30q-80 -64 -80 -166v-531z" />
<glyph unicode="&#xad;" horiz-adv-x="444" d="M74 455h297v194h-297v-194z" />
<glyph unicode="&#xae;" horiz-adv-x="1644" d="M53 752q0 -155 60 -296t166 -247t246 -165.5t296 -59.5q157 0 298 59.5t247 165.5t165.5 246.5t59.5 296.5q0 157 -59.5 297.5t-165.5 246.5t-247 166t-298 60q-155 0 -295.5 -60t-246.5 -166q-107 -107 -166.5 -247t-59.5 -297zM172 752q0 131 51 250t142 210t208 141 t248 50q132 0 251 -50t210 -141t141 -209.5t50 -250.5q0 -131 -50 -248.5t-141 -208.5t-210.5 -142t-250.5 -51t-248 51t-208 142t-142 208.5t-51 248.5zM625 313h145v365h55l95 -365h151l-106 400q56 47 72 95t16 126q0 258 -232 258h-196v-879zM770 805v258h45 q63 0 84 -43q14 -29 14 -88q0 -57 -14 -86q-20 -41 -84 -41h-45z" />
<glyph unicode="&#xaf;" horiz-adv-x="1024" d="M313 1315h398v162h-398v-162z" />
<glyph unicode="&#xb4;" horiz-adv-x="1024" d="M410 1305h159l162 184h-215z" />
<glyph unicode="&#xb7;" horiz-adv-x="215" d="M0 649h215v228h-215v-228z" />
<glyph unicode="&#xb8;" horiz-adv-x="1024" d="M426 -111v-141h63l-40 -133h104l45 133v141h-172z" />
<glyph unicode="&#xbf;" horiz-adv-x="645" d="M41 -106q0 -93 47 -170q69 -114 219 -117q125 -3 219 102q58 65 95 152l-179 84q-12 -46 -43 -88q-40 -58 -88 -58q-41 0 -57 39q-14 28 -10 56q9 41 53 112q64 105 92 182q45 133 45 271v256h-190v-256q0 -53 -13 -107q-23 -97 -69 -172q-8 -15 -23 -38.5t-18 -28.5 q-29 -50 -41.5 -73.5t-25.5 -65t-13 -80.5zM231 893h215v227h-215v-227z" />
<glyph unicode="&#xc0;" horiz-adv-x="765" d="M20 0h216l40 307h213l41 -307h215l-227 1505h-270zM141 1823l162 -185h160l-107 185h-215zM307 541l64 475l6 39h12l6 -39l64 -475h-152z" />
<glyph unicode="&#xc1;" horiz-adv-x="765" d="M20 0h216l40 307h213l41 -307h215l-227 1505h-270zM293 1638h160l161 185h-215zM307 541l64 475l6 39h12l6 -39l64 -475h-152z" />
<glyph unicode="&#xc2;" horiz-adv-x="765" d="M20 0h216l40 307h213l41 -307h215l-227 1505h-270zM133 1638h189l61 72l63 -72h189l-141 185h-220zM307 541l64 475l6 39h12l6 -39l64 -475h-152z" />
<glyph unicode="&#xc3;" horiz-adv-x="765" d="M20 0h216l40 307h213l41 -307h215l-227 1505h-270zM184 1632q5 3 33 17q46 16 76 16q51 -3 92 -20q43 -19 88 -19q23 0 41 6q42 10 68 33v152q-5 -3 -33 -17q-46 -16 -76 -16q-44 3 -90 22q-49 17 -90 17q-23 0 -41 -6q-43 -14 -68 -33v-152zM307 541l64 475l6 39h12 l6 -39l64 -475h-152z" />
<glyph unicode="&#xc4;" horiz-adv-x="765" d="M20 0h216l40 307h213l41 -307h215l-227 1505h-270zM143 1638h191v201h-191v-201zM307 541l64 475l6 39h12l6 -39l64 -475h-152zM432 1638h191v201h-191v-201z" />
<glyph unicode="&#xc5;" horiz-adv-x="765" d="M20 0h216l40 307h213l41 -307h215l-227 1505h-270zM231 1761q0 -62 45 -102.5t109 -40.5t108 40.5t44 102.5t-44 103t-108 41t-109 -41t-45 -103zM307 541l64 475l6 39h12l6 -39l64 -475h-152zM309 1761q0 29 23 50.5t53 21.5t53 -21.5t23 -50.5t-23 -50t-53 -21t-53 21 t-23 50z" />
<glyph unicode="&#xc6;" horiz-adv-x="1099" d="M16 0h220l90 307h227v-307h506v227h-285v414h205v242h-205v395h285v227h-623zM393 541l150 514h10v-514h-160z" />
<glyph unicode="&#xc7;" horiz-adv-x="708" d="M68 309q3 -97 36 -164q30 -67 86 -110q63 -51 172 -51q107 0 170 51q61 46 89 110q33 67 36 164v207h-206v-207q0 -34 -9 -55q-18 -55 -75 -55q-27 0 -43 16q-32 37 -35 94v887q4 39 10 55q21 56 68 56q34 0 51 -17q33 -36 33 -94v-207h206v207q-3 95 -36 162 q-29 67 -89 112q-69 52 -170 52q-103 0 -172 -52q-55 -42 -86 -112q-33 -67 -36 -162v-887zM268 -111v-141h64l-41 -133h104l45 133v141h-172z" />
<glyph unicode="&#xc8;" horiz-adv-x="628" d="M82 0h506v227h-285v414h205v242h-205v395h285v227h-506v-1505zM111 1823l161 -185h160l-106 185h-215z" />
<glyph unicode="&#xc9;" horiz-adv-x="628" d="M82 0h506v227h-285v414h205v242h-205v395h285v227h-506v-1505zM236 1638h159l162 185h-215z" />
<glyph unicode="&#xca;" horiz-adv-x="628" d="M82 0h506v227h-285v414h205v242h-205v395h285v227h-506v-1505zM84 1638h188l62 72l63 -72h189l-142 185h-219z" />
<glyph unicode="&#xcb;" horiz-adv-x="628" d="M82 0h506v227h-285v414h205v242h-205v395h285v227h-506v-1505zM94 1638h191v201h-191v-201zM383 1638h190v201h-190v-201z" />
<glyph unicode="&#xcc;" horiz-adv-x="401" d="M-6 1823l162 -185h159l-106 185h-215zM98 0h221v1505h-221v-1505z" />
<glyph unicode="&#xcd;" horiz-adv-x="401" d="M82 0h221v1505h-221v-1505zM86 1638h160l162 185h-215z" />
<glyph unicode="&#xce;" horiz-adv-x="370" d="M-66 1638h189l61 72l64 -72h188l-141 185h-219zM74 0h221v1505h-221v-1505z" />
<glyph unicode="&#xcf;" horiz-adv-x="372" d="M-53 1638h190v201h-190v-201zM76 0h221v1505h-221v-1505zM236 1638h190v201h-190v-201z" />
<glyph unicode="&#xd0;" horiz-adv-x="761" d="M20 655h62v-655h174q156 0 243.5 35.5t131.5 120.5q40 80 52.5 215t12.5 381q0 247 -12.5 382.5t-52.5 215.5q-44 85 -131 120t-244 35h-174v-622h-62v-228zM303 221v434h84v228h-84v401q63 0 94 -15t47 -65q18 -68 21 -160q2 -72 2 -290q0 -219 -2 -291q-3 -96 -21 -160 q-16 -52 -47 -67t-94 -15z" />
<glyph unicode="&#xd1;" horiz-adv-x="808" d="M82 0h203v854h12l18 -70l215 -784h197v1505h-203v-854h-12l-18 70l-215 784h-197v-1505zM207 1632q5 3 33 17q46 16 75 16q52 -3 93 -20q43 -19 88 -19q23 0 41 6q41 10 67 33v152q-5 -3 -33 -17q-46 -16 -75 -16q-44 3 -90 22q-49 17 -91 17q-23 0 -41 -6 q-42 -13 -67 -33v-152z" />
<glyph unicode="&#xd2;" d="M68 309q3 -97 36 -164q30 -67 86 -110q63 -51 172 -51q107 0 170 51q61 46 89 110q33 67 36 164v887q-3 95 -36 162q-29 67 -89 112q-69 52 -170 52q-103 0 -172 -52q-55 -42 -86 -112q-33 -67 -36 -162v-887zM121 1823l162 -185h159l-106 185h-215zM289 309v887 q0 34 8 55q17 56 65 56q29 0 46 -17q28 -35 28 -94v-887q0 -36 -8 -55q-14 -55 -66 -55q-27 0 -43 16q-30 35 -30 94z" />
<glyph unicode="&#xd3;" d="M68 309q3 -97 36 -164q30 -67 86 -110q63 -51 172 -51q107 0 170 51q61 46 89 110q33 67 36 164v887q-3 95 -36 162q-29 67 -89 112q-69 52 -170 52q-103 0 -172 -52q-55 -42 -86 -112q-33 -67 -36 -162v-887zM285 1638h159l162 185h-215zM289 309v887q0 34 8 55 q17 56 65 56q29 0 46 -17q28 -35 28 -94v-887q0 -36 -8 -55q-14 -55 -66 -55q-27 0 -43 16q-30 35 -30 94z" />
<glyph unicode="&#xd4;" d="M68 309q3 -97 36 -164q30 -67 86 -110q63 -51 172 -51q107 0 170 51q61 46 89 110q33 67 36 164v887q-3 95 -36 162q-29 67 -89 112q-69 52 -170 52q-103 0 -172 -52q-55 -42 -86 -112q-33 -67 -36 -162v-887zM113 1638h188l61 72l64 -72h188l-141 185h-219zM289 309v887 q0 34 8 55q17 56 65 56q29 0 46 -17q28 -35 28 -94v-887q0 -36 -8 -55q-14 -55 -66 -55q-27 0 -43 16q-30 35 -30 94z" />
<glyph unicode="&#xd5;" d="M68 309q3 -97 36 -164q30 -67 86 -110q63 -51 172 -51q107 0 170 51q61 46 89 110q33 67 36 164v887q-3 95 -36 162q-29 67 -89 112q-69 52 -170 52q-103 0 -172 -52q-55 -42 -86 -112q-33 -67 -36 -162v-887zM164 1632q5 3 33 17q46 16 75 16q52 -3 93 -20 q43 -19 88 -19q23 0 41 6q41 10 67 33v152q-5 -3 -33 -17q-46 -16 -75 -16q-45 3 -91 22q-49 17 -90 17q-23 0 -41 -6q-42 -13 -67 -33v-152zM289 309v887q0 34 8 55q17 56 65 56q29 0 46 -17q28 -35 28 -94v-887q0 -36 -8 -55q-14 -55 -66 -55q-27 0 -43 16q-30 35 -30 94z " />
<glyph unicode="&#xd6;" d="M68 309q3 -97 36 -164q30 -67 86 -110q63 -51 172 -51q107 0 170 51q61 46 89 110q33 67 36 164v887q-3 95 -36 162q-29 67 -89 112q-69 52 -170 52q-103 0 -172 -52q-55 -42 -86 -112q-33 -67 -36 -162v-887zM123 1638h190v201h-190v-201zM289 309v887q0 34 8 55 q17 56 65 56q29 0 46 -17q28 -35 28 -94v-887q0 -36 -8 -55q-14 -55 -66 -55q-27 0 -43 16q-30 35 -30 94zM412 1638h190v201h-190v-201z" />
<glyph unicode="&#xd8;" d="M59 -20h129l15 47q62 -43 159 -43q107 0 170 51q61 46 89 110q33 67 36 164v887q0 27 -6 57q-13 74 -39 123l45 150h-122l-15 -47q-65 43 -158 43q-103 0 -172 -52q-55 -42 -86 -112q-33 -67 -36 -162v-887q0 -19 4 -55q15 -83 34 -117zM289 309l147 488v-488 q0 -36 -8 -55q-14 -55 -66 -55q-27 0 -43 16q-30 35 -30 94zM289 727v469q0 34 8 55q17 56 65 56q44 0 62 -41q12 -38 12 -60z" />
<glyph unicode="&#xd9;" horiz-adv-x="749" d="M80 309q3 -95 37 -164q30 -67 86 -110q63 -51 172 -51q107 0 170 51q59 45 88 110q34 69 37 164v1196h-221v-1196q0 -34 -9 -55q-14 -55 -65 -55q-27 0 -43 16q-31 36 -31 94v1196h-221v-1196zM145 1823l162 -185h160l-107 185h-215z" />
<glyph unicode="&#xda;" horiz-adv-x="749" d="M80 309q3 -95 37 -164q30 -67 86 -110q63 -51 172 -51q107 0 170 51q59 45 88 110q34 69 37 164v1196h-221v-1196q0 -34 -9 -55q-14 -55 -65 -55q-27 0 -43 16q-31 36 -31 94v1196h-221v-1196zM307 1638h160l162 185h-215z" />
<glyph unicode="&#xdb;" horiz-adv-x="749" d="M80 309q3 -95 37 -164q30 -67 86 -110q63 -51 172 -51q107 0 170 51q59 45 88 110q34 69 37 164v1196h-221v-1196q0 -34 -9 -55q-14 -55 -65 -55q-27 0 -43 16q-31 36 -31 94v1196h-221v-1196zM125 1638h188l62 72l63 -72h189l-142 185h-219z" />
<glyph unicode="&#xdc;" horiz-adv-x="749" d="M80 309q3 -95 37 -164q30 -67 86 -110q63 -51 172 -51q107 0 170 51q59 45 88 110q34 69 37 164v1196h-221v-1196q0 -34 -9 -55q-14 -55 -65 -55q-27 0 -43 16q-31 36 -31 94v1196h-221v-1196zM135 1638h191v201h-191v-201zM424 1638h190v201h-190v-201z" />
<glyph unicode="&#xdd;" horiz-adv-x="704" d="M16 1505l226 -864v-641h221v641l225 864h-217l-111 -481l-6 -14h-4l-6 14l-111 481h-217zM254 1638h160l161 185h-215z" />
<glyph unicode="&#xde;" d="M82 0h221v360q161 0 266 99q123 116 123 354q0 240 -123 356q-100 95 -266 95h-2v241h-219v-1505zM303 586v452q99 0 135 -53q31 -46 31 -180q0 -131 -31 -172q-34 -47 -135 -47z" />
<glyph unicode="&#xdf;" horiz-adv-x="733" d="M66 0h206v1235q0 44 19 73t55 29q42 0 64 -28t22 -72q0 -53 -25 -85t-61 -32v-141q71 0 96 -72q31 -88 31 -332q0 -230 -31 -315q-24 -67 -96 -67v-193q88 0 148 21.5t100 78.5q86 124 86 475q0 220 -41 338q-37 108 -111 150q88 66 88 174q0 124 -65 201q-71 84 -205 84 t-213 -86q-67 -73 -67 -201v-1235z" />
<glyph unicode="&#xe0;" horiz-adv-x="681" d="M49 260q0 -154 64 -225q41 -51 102 -51q60 0 109 39q35 28 57 67h14q0 -66 19 -90h202q-14 86 -14 195v688q0 109 -76 182q-75 72 -176 72q-120 0 -198 -88q-80 -90 -80 -211v-47h207v53q0 21 4 53q11 59 55 59q37 0 51 -34q6 -20 6 -68v-123q-2 -5 -5 -9.5t-9 -9.5 t-11.5 -8.5t-15.5 -9t-16.5 -9t-20 -10.5t-20.5 -11q-104 -55 -162 -127q-86 -107 -86 -277zM102 1489l162 -184h160l-107 184h-215zM252 291q0 84 35.5 151.5t107.5 98.5v-287q0 -29 -25 -48.5t-61 -19.5q-33 0 -47 43q-10 29 -10 62z" />
<glyph unicode="&#xe1;" horiz-adv-x="681" d="M49 260q0 -154 64 -225q41 -51 102 -51q60 0 109 39q35 28 57 67h14q0 -66 19 -90h202q-14 86 -14 195v688q0 109 -76 182q-75 72 -176 72q-120 0 -198 -88q-80 -90 -80 -211v-47h207v53q0 21 4 53q11 59 55 59q37 0 51 -34q6 -20 6 -68v-123q-2 -5 -5 -9.5t-9 -9.5 t-11.5 -8.5t-15.5 -9t-16.5 -9t-20 -10.5t-20.5 -11q-104 -55 -162 -127q-86 -107 -86 -277zM252 291q0 84 35.5 151.5t107.5 98.5v-287q0 -29 -25 -48.5t-61 -19.5q-33 0 -47 43q-10 29 -10 62zM264 1305h160l162 184h-215z" />
<glyph unicode="&#xe2;" horiz-adv-x="681" d="M49 260q0 -154 64 -225q41 -51 102 -51q60 0 109 39q35 28 57 67h14q0 -66 19 -90h202q-14 86 -14 195v688q0 109 -76 182q-75 72 -176 72q-120 0 -198 -88q-80 -90 -80 -211v-47h207v53q0 21 4 53q11 59 55 59q37 0 51 -34q6 -20 6 -68v-123q-2 -5 -5 -9.5t-9 -9.5 t-11.5 -8.5t-15.5 -9t-16.5 -9t-20 -10.5t-20.5 -11q-104 -55 -162 -127q-86 -107 -86 -277zM90 1305h189l61 71l63 -71h189l-141 184h-220zM252 291q0 84 35.5 151.5t107.5 98.5v-287q0 -29 -25 -48.5t-61 -19.5q-33 0 -47 43q-10 29 -10 62z" />
<glyph unicode="&#xe3;" horiz-adv-x="681" d="M49 260q0 -154 64 -225q41 -51 102 -51q60 0 109 39q35 28 57 67h14q0 -66 19 -90h202q-14 86 -14 195v688q0 109 -76 182q-75 72 -176 72q-120 0 -198 -88q-80 -90 -80 -211v-47h207v53q0 21 4 53q11 59 55 59q37 0 51 -34q6 -20 6 -68v-123q-2 -5 -5 -9.5t-9 -9.5 t-11.5 -8.5t-15.5 -9t-16.5 -9t-20 -10.5t-20.5 -11q-104 -55 -162 -127q-86 -107 -86 -277zM143 1305q6 3 17.5 8.5t15.5 7.5q46 16 76 16q51 -3 92 -20q43 -19 88 -19q20 0 41 7q44 11 68 32v152q-6 -3 -18 -8.5t-15 -7.5q-49 -17 -76 -17q-41 3 -90 23q-46 16 -90 16 q-23 0 -41 -6q-43 -14 -68 -33v-151zM252 291q0 84 35.5 151.5t107.5 98.5v-287q0 -29 -25 -48.5t-61 -19.5q-33 0 -47 43q-10 29 -10 62z" />
<glyph unicode="&#xe4;" horiz-adv-x="681" d="M49 260q0 -154 64 -225q41 -51 102 -51q60 0 109 39q35 28 57 67h14q0 -66 19 -90h202q-14 86 -14 195v688q0 109 -76 182q-75 72 -176 72q-120 0 -198 -88q-80 -90 -80 -211v-47h207v53q0 21 4 53q11 59 55 59q37 0 51 -34q6 -20 6 -68v-123q-2 -5 -5 -9.5t-9 -9.5 t-11.5 -8.5t-15.5 -9t-16.5 -9t-20 -10.5t-20.5 -11q-104 -55 -162 -127q-86 -107 -86 -277zM102 1305h191v200h-191v-200zM252 291q0 84 35.5 151.5t107.5 98.5v-287q0 -29 -25 -48.5t-61 -19.5q-33 0 -47 43q-10 29 -10 62zM391 1305h191v200h-191v-200z" />
<glyph unicode="&#xe5;" horiz-adv-x="681" d="M49 260q0 -154 64 -225q41 -51 102 -51q60 0 109 39q35 28 57 67h14q0 -66 19 -90h202q-14 86 -14 195v688q0 109 -76 182q-75 72 -176 72q-120 0 -198 -88q-80 -90 -80 -211v-47h207v53q0 21 4 53q11 59 55 59q37 0 51 -34q6 -20 6 -68v-123q-2 -5 -5 -9.5t-9 -9.5 t-11.5 -8.5t-15.5 -9t-16.5 -9t-20 -10.5t-20.5 -11q-104 -55 -162 -127q-86 -107 -86 -277zM188 1421q0 -62 45 -102.5t109 -40.5t108 40.5t44 102.5t-44 103t-108 41t-109 -41t-45 -103zM252 291q0 84 35.5 151.5t107.5 98.5v-287q0 -29 -25 -48.5t-61 -19.5q-33 0 -47 43 q-10 29 -10 62zM266 1421q0 29 23 50.5t53 21.5t53 -21.5t23 -50.5t-23 -50t-53 -21t-53 21t-23 50z" />
<glyph unicode="&#xe6;" horiz-adv-x="989" d="M49 260q0 -154 64 -225q41 -51 102 -51q120 0 221 131q67 -131 226 -131q101 0 155 45q55 44 81.5 102t31.5 141v129h-193v-122q0 -37 -8 -58q-14 -55 -65 -55q-27 0 -43 16q-30 39 -33 97v243h342v326q-3 71 -33 143q-67 146 -233 146q-97 0 -162 -52q-67 52 -152 52 q-120 0 -198 -88q-80 -90 -80 -211v-47h207v53q0 21 4 53q11 59 55 59q37 0 51 -34q6 -20 6 -68v-123q-2 -5 -5 -9.5t-9 -9.5t-11.5 -8.5t-15.5 -9t-16.5 -9t-20 -10.5t-20.5 -11q-104 -55 -162 -127q-86 -107 -86 -277zM252 291q0 84 35.5 151.5t107.5 98.5v-287 q0 -29 -25 -48.5t-61 -19.5q-33 0 -47 43q-10 29 -10 62zM588 684v158q3 39 10 57q18 57 66 57q29 0 45 -16q28 -35 28 -98v-158h-149z" />
<glyph unicode="&#xe7;" horiz-adv-x="645" d="M66 315q0 -179 75 -260q65 -71 189 -71q136 0 198 67q68 74 68 254v109h-207v-156q0 -52 -12 -71t-47 -19q-26 0 -39.5 15.5t-16 32t-2.5 42.5v604q0 26 2.5 42.5t16 32t39.5 15.5q35 0 47 -19t12 -71v-135h207v88q0 180 -68 254q-62 68 -198 68q-123 0 -189 -72 q-75 -81 -75 -260v-490zM238 -111v-141h63l-41 -133h105l45 133v141h-172z" />
<glyph unicode="&#xe8;" horiz-adv-x="659" d="M66 279q3 -78 32 -148q66 -147 234 -147q101 0 155 45q55 44 81.5 102t31.5 141v129h-192v-122q0 -34 -9 -58q-14 -55 -65 -55q-27 0 -43 16q-30 39 -33 97v243h342v326q-3 71 -33 143q-67 146 -233 146q-103 0 -154 -45q-105 -87 -114 -250v-563zM102 1489l162 -184h160 l-107 184h-215zM258 684v158q3 39 10 57q18 57 66 57q29 0 45 -16q29 -36 29 -98v-158h-150z" />
<glyph unicode="&#xe9;" horiz-adv-x="659" d="M66 279q3 -78 32 -148q66 -147 234 -147q101 0 155 45q55 44 81.5 102t31.5 141v129h-192v-122q0 -34 -9 -58q-14 -55 -65 -55q-27 0 -43 16q-30 39 -33 97v243h342v326q-3 71 -33 143q-67 146 -233 146q-103 0 -154 -45q-105 -87 -114 -250v-563zM258 684v158 q3 39 10 57q18 57 66 57q29 0 45 -16q29 -36 29 -98v-158h-150zM264 1305h160l162 184h-215z" />
<glyph unicode="&#xea;" horiz-adv-x="659" d="M66 279q3 -78 32 -148q66 -147 234 -147q101 0 155 45q55 44 81.5 102t31.5 141v129h-192v-122q0 -34 -9 -58q-14 -55 -65 -55q-27 0 -43 16q-30 39 -33 97v243h342v326q-3 71 -33 143q-67 146 -233 146q-103 0 -154 -45q-105 -87 -114 -250v-563zM80 1305h188l62 71 l63 -71h189l-142 184h-219zM258 684v158q3 39 10 57q18 57 66 57q29 0 45 -16q29 -36 29 -98v-158h-150z" />
<glyph unicode="&#xeb;" horiz-adv-x="659" d="M66 279q3 -78 32 -148q66 -147 234 -147q101 0 155 45q55 44 81.5 102t31.5 141v129h-192v-122q0 -34 -9 -58q-14 -55 -65 -55q-27 0 -43 16q-30 39 -33 97v243h342v326q-3 71 -33 143q-67 146 -233 146q-103 0 -154 -45q-105 -87 -114 -250v-563zM90 1305h191v200h-191 v-200zM258 684v158q3 39 10 57q18 57 66 57q29 0 45 -16q29 -36 29 -98v-158h-150zM379 1305h190v200h-190v-200z" />
<glyph unicode="&#xec;" horiz-adv-x="370" d="M-33 1489l162 -184h160l-107 184h-215zM82 0h207v1120h-207v-1120z" />
<glyph unicode="&#xed;" horiz-adv-x="370" d="M82 0h207v1120h-207v-1120zM82 1305h160l161 184h-215z" />
<glyph unicode="&#xee;" horiz-adv-x="370" d="M-66 1305h189l61 71l64 -71h188l-141 184h-219zM82 0h207v1120h-207v-1120z" />
<glyph unicode="&#xef;" horiz-adv-x="372" d="M-53 1305h190v200h-190v-200zM82 0h207v1120h-207v-1120zM236 1305h190v200h-190v-200z" />
<glyph unicode="&#xf0;" horiz-adv-x="673" d="M76 279q3 -76 33 -148q66 -147 231 -147q102 0 156 45q53 44 79 102t31 141v656q0 252 -125 446l101 88l-56 66l-94 -82l-18 24l-19 19q-3 3 -8 9t-8 9l-109 -100q2 -5 13 -16q7 -8 32 -50l-100 -88l55 -63l82 72q36 -81 51 -203q-91 78 -155 78q-113 0 -152 -123 q-20 -66 -20 -156v-579zM270 279v563q-3 33 6 57q15 57 64 57q29 0 45 -16q30 -37 27 -98v-563q3 -34 -6 -58q-14 -55 -66 -55q-27 0 -43 16q-30 38 -27 97z" />
<glyph unicode="&#xf1;" horiz-adv-x="690" d="M82 0h207v883q6 10 18 26q27 27 49 27q50 0 50 -49v-887h206v918q0 81 -37 145q-45 74 -118 74q-27 0 -54 -15q-37 -20 -90 -73q-22 -22 -24 -23v94h-207v-1120zM147 1305q6 3 18 8.5t15 7.5q46 16 76 16q51 -3 92 -20q43 -19 88 -19q20 0 41 7q44 11 68 32v152 q-6 -3 -18 -8.5t-15 -7.5q-49 -17 -76 -17q-41 3 -90 23q-46 16 -90 16q-23 0 -41 -6q-43 -14 -68 -33v-151z" />
<glyph unicode="&#xf2;" horiz-adv-x="657" d="M63 279q3 -76 33 -148q66 -147 232 -147q101 0 155 45q54 44 80 102.5t31 140.5v576q-3 71 -33 143q-67 146 -233 146q-103 0 -154 -45q-102 -86 -111 -250v-563zM98 1489l162 -184h160l-107 184h-215zM258 279v563q-3 33 6 57q15 57 64 57q29 0 45 -16q29 -36 26 -98 v-563q3 -34 -6 -58q-14 -55 -65 -55q-27 0 -43 16q-30 38 -27 97z" />
<glyph unicode="&#xf3;" horiz-adv-x="657" d="M63 279q3 -76 33 -148q66 -147 232 -147q101 0 155 45q54 44 80 102.5t31 140.5v576q-3 71 -33 143q-67 146 -233 146q-103 0 -154 -45q-102 -86 -111 -250v-563zM258 279v563q-3 33 6 57q15 57 64 57q29 0 45 -16q29 -36 26 -98v-563q3 -34 -6 -58q-14 -55 -65 -55 q-27 0 -43 16q-30 38 -27 97zM260 1305h160l162 184h-215z" />
<glyph unicode="&#xf4;" horiz-adv-x="657" d="M63 279q3 -76 33 -148q66 -147 232 -147q101 0 155 45q54 44 80 102.5t31 140.5v576q-3 71 -33 143q-67 146 -233 146q-103 0 -154 -45q-102 -86 -111 -250v-563zM78 1305h188l62 71l63 -71h189l-142 184h-219zM258 279v563q-3 33 6 57q15 57 64 57q29 0 45 -16 q29 -36 26 -98v-563q3 -34 -6 -58q-14 -55 -65 -55q-27 0 -43 16q-30 38 -27 97z" />
<glyph unicode="&#xf5;" horiz-adv-x="657" d="M63 279q3 -76 33 -148q66 -147 232 -147q101 0 155 45q54 44 80 102.5t31 140.5v576q-3 71 -33 143q-67 146 -233 146q-103 0 -154 -45q-102 -86 -111 -250v-563zM131 1305q6 3 17.5 8.5t15.5 7.5q46 16 76 16q51 -3 92 -20q43 -19 88 -19q20 0 41 7q42 10 67 32v152 l-32 -16q-49 -17 -76 -17q-41 3 -90 23q-46 16 -90 16q-23 0 -41 -6q-43 -14 -68 -33v-151zM258 279v563q-3 33 6 57q15 57 64 57q29 0 45 -16q29 -36 26 -98v-563q3 -34 -6 -58q-14 -55 -65 -55q-27 0 -43 16q-30 38 -27 97z" />
<glyph unicode="&#xf6;" horiz-adv-x="657" d="M63 279q3 -76 33 -148q66 -147 232 -147q101 0 155 45q54 44 80 102.5t31 140.5v576q-3 71 -33 143q-67 146 -233 146q-103 0 -154 -45q-102 -86 -111 -250v-563zM90 1305h191v200h-191v-200zM258 279v563q-3 33 6 57q15 57 64 57q29 0 45 -16q29 -36 26 -98v-563 q3 -34 -6 -58q-14 -55 -65 -55q-27 0 -43 16q-30 38 -27 97zM379 1305h190v200h-190v-200z" />
<glyph unicode="&#xf8;" horiz-adv-x="657" d="M63 279q0 -37 11 -86q19 -92 82 -150l-31 -121h80l20 78q50 -16 103 -16q101 0 155 45q54 44 80 102.5t31 140.5v576q-3 44 -12 84q-29 96 -82 145l30 121h-75l-21 -80q-59 19 -106 19q-103 0 -154 -45q-102 -86 -111 -250v-563zM258 436v406q-3 33 6 57q15 57 64 57 q40 0 55 -34zM274 197l125 485v-403q3 -34 -6 -58q-14 -55 -65 -55q-38 0 -54 31z" />
<glyph unicode="&#xf9;" horiz-adv-x="690" d="M78 203q0 -83 37 -144q44 -75 118 -75q27 0 56 16q35 19 90 74q18 18 22 20v-94h207v1120h-207v-882q-13 -22 -18 -27q-27 -27 -49 -27q-23 0 -36 10t-13 39v887h-207v-917zM113 1489l161 -184h160l-106 184h-215z" />
<glyph unicode="&#xfa;" horiz-adv-x="690" d="M78 203q0 -83 37 -144q44 -75 118 -75q27 0 56 16q35 19 90 74q18 18 22 20v-94h207v1120h-207v-882q-13 -22 -18 -27q-27 -27 -49 -27q-23 0 -36 10t-13 39v887h-207v-917zM274 1305h160l162 184h-215z" />
<glyph unicode="&#xfb;" horiz-adv-x="690" d="M78 203q0 -83 37 -144q44 -75 118 -75q27 0 56 16q35 19 90 74q18 18 22 20v-94h207v1120h-207v-882q-13 -22 -18 -27q-27 -27 -49 -27q-23 0 -36 10t-13 39v887h-207v-917zM94 1305h189l61 71l64 -71h188l-141 184h-219z" />
<glyph unicode="&#xfc;" horiz-adv-x="690" d="M78 203q0 -83 37 -144q44 -75 118 -75q27 0 56 16q35 19 90 74q18 18 22 20v-94h207v1120h-207v-882q-13 -22 -18 -27q-27 -27 -49 -27q-23 0 -36 10t-13 39v887h-207v-917zM106 1305h191v200h-191v-200zM395 1305h191v200h-191v-200z" />
<glyph unicode="&#xfd;" horiz-adv-x="634" d="M25 1120l190 -1153q0 -34 -8 -61q-18 -65 -68 -103q-21 -16 -55.5 -19t-38.5 1q-10 0 -12 2v-184q50 -4 67 -4h25q114 0 197 100q74 89 90 217l198 1204h-202l-82 -688l-4 -57h-9l-4 57l-82 688h-202zM231 1305h160l162 184h-215z" />
<glyph unicode="&#xfe;" horiz-adv-x="686" d="M82 -385h207v459q34 -30 53 -45q61 -45 111 -45q75 0 122 75q37 61 37 144v715q0 81 -37 145q-49 74 -122 74q-31 0 -58 -15q-50 -22 -106 -75v458h-207v-1890zM289 246v628q0 29 18.5 48.5t42.5 19.5q23 0 39.5 -19.5t16.5 -48.5v-628q0 -29 -16.5 -48.5t-39.5 -19.5 t-42 21.5t-19 46.5z" />
<glyph unicode="&#xff;" horiz-adv-x="634" d="M25 1120l190 -1153q0 -34 -8 -61q-18 -65 -68 -103q-21 -16 -55.5 -19t-38.5 1q-10 0 -12 2v-184q50 -4 67 -4h25q114 0 197 100q74 89 90 217l198 1204h-202l-82 -688l-4 -57h-9l-4 57l-82 688h-202zM78 1305h190v200h-190v-200zM367 1305h190v200h-190v-200z" />
<glyph unicode="&#x152;" horiz-adv-x="983" d="M68 309q3 -91 36 -155q30 -66 86 -105q69 -49 172 -49h580v227h-285v414h205v242h-205v395h285v227h-580q-106 0 -172 -47q-54 -38 -86 -108q-33 -64 -36 -154v-887zM289 309v887q0 34 8 55q17 56 65 56q42 0 60 -37q14 -28 14 -60v-901q0 -36 -8 -55q-14 -55 -66 -55 q-27 0 -43 16q-30 35 -30 94z" />
<glyph unicode="&#x153;" horiz-adv-x="995" d="M63 279q3 -76 33 -148q66 -147 232 -147q103 0 170 57q64 -57 170 -57q101 0 155 45q55 44 81.5 102t31.5 141v129h-193v-122q0 -37 -8 -58q-14 -55 -65 -55q-45 0 -64 47q-12 30 -12 59v250h342v326q-3 71 -33 143q-67 146 -233 146q-103 0 -170 -60q-67 60 -172 60 q-103 0 -154 -45q-102 -86 -111 -250v-563zM258 279v563q-3 33 6 57q15 57 64 57q29 0 45 -16q29 -36 26 -98v-563q3 -34 -6 -58q-14 -55 -65 -55q-27 0 -43 16q-30 38 -27 97zM594 684v164q0 31 12 61q19 47 64 47q29 0 45 -16q28 -35 28 -98v-158h-149z" />
<glyph unicode="&#x178;" horiz-adv-x="704" d="M16 1505l226 -864v-641h221v641l225 864h-217l-111 -481l-6 -14h-4l-6 14l-111 481h-217zM113 1638h190v201h-190v-201zM401 1638h191v201h-191v-201z" />
<glyph unicode="&#x2c6;" horiz-adv-x="1021" d="M260 1305h189l61 71l63 -71h189l-141 184h-220z" />
<glyph unicode="&#x2dc;" horiz-adv-x="1024" d="M313 1305q6 3 17.5 8.5t15.5 7.5q46 16 76 16q51 -3 92 -20q43 -19 88 -19q20 0 41 7q44 11 68 32v152q-6 -3 -17.5 -8.5t-15.5 -7.5q-49 -17 -76 -17q-41 3 -90 23q-46 16 -90 16q-23 0 -41 -6q-43 -14 -68 -33v-151z" />
<glyph unicode="&#x2000;" horiz-adv-x="952" />
<glyph unicode="&#x2001;" horiz-adv-x="1905" />
<glyph unicode="&#x2002;" horiz-adv-x="952" />
<glyph unicode="&#x2003;" horiz-adv-x="1905" />
<glyph unicode="&#x2004;" horiz-adv-x="635" />
<glyph unicode="&#x2005;" horiz-adv-x="476" />
<glyph unicode="&#x2006;" horiz-adv-x="317" />
<glyph unicode="&#x2007;" horiz-adv-x="317" />
<glyph unicode="&#x2008;" horiz-adv-x="238" />
<glyph unicode="&#x2009;" horiz-adv-x="381" />
<glyph unicode="&#x200a;" horiz-adv-x="105" />
<glyph unicode="&#x2010;" horiz-adv-x="444" d="M74 455h297v194h-297v-194z" />
<glyph unicode="&#x2011;" horiz-adv-x="444" d="M74 455h297v194h-297v-194z" />
<glyph unicode="&#x2012;" horiz-adv-x="444" d="M74 455h297v194h-297v-194z" />
<glyph unicode="&#x2013;" horiz-adv-x="806" d="M74 649h659v195h-659v-195z" />
<glyph unicode="&#x2014;" horiz-adv-x="972" d="M74 649h825v195h-825v-195z" />
<glyph unicode="&#x2018;" horiz-adv-x="309" d="M49 1012h215v227h-71l71 266h-102l-113 -266v-227z" />
<glyph unicode="&#x2019;" horiz-adv-x="309" d="M45 1012h102l113 266v227h-215v-227h72z" />
<glyph unicode="&#x201a;" horiz-adv-x="309" d="M45 0h72l-72 -266h102l113 266v227h-215v-227z" />
<glyph unicode="&#x201c;" horiz-adv-x="624" d="M53 1012h215v227h-71l71 266h-102l-113 -266v-227zM356 1012h215v227h-71l71 266h-102l-113 -266v-227z" />
<glyph unicode="&#x201d;" horiz-adv-x="624" d="M53 1012h103l112 266v227h-215v-227h72zM356 1012h103l112 266v227h-215v-227h72z" />
<glyph unicode="&#x201e;" horiz-adv-x="624" d="M53 0h72l-72 -266h103l112 266v227h-215v-227zM356 0h72l-72 -266h103l112 266v227h-215v-227z" />
<glyph unicode="&#x2022;" horiz-adv-x="663" d="M82 817q0 -104 74 -178t178 -74q102 0 176 74q72 72 72 178q0 104 -72 176t-176 72q-106 0 -178 -72q-74 -74 -74 -176z" />
<glyph unicode="&#x2026;" horiz-adv-x="964" d="M53 0h215v227h-215v-227zM375 0h215v227h-215v-227zM696 0h215v227h-215v-227z" />
<glyph unicode="&#x202f;" horiz-adv-x="381" />
<glyph unicode="&#x205f;" horiz-adv-x="476" />
<glyph unicode="&#x20ac;" horiz-adv-x="813" d="M53 547h107v-238q3 -95 37 -164q30 -67 86 -110q63 -51 172 -51q107 0 170 51q59 45 88 110q34 69 37 164v84h-207v-84q0 -36 -8 -55q-18 -55 -76 -55q-27 0 -43 16q-32 37 -35 94v238h233v137h-233v137h233v137h-233v238q4 39 10 55q21 56 68 56q34 0 51 -17 q33 -36 33 -94v-84h207v84q-3 93 -37 162q-30 68 -88 112q-69 52 -170 52q-103 0 -172 -52q-55 -42 -86 -112q-34 -69 -37 -162v-238h-107v-137h107v-137h-107v-137z" />
<glyph unicode="&#x2122;" horiz-adv-x="937" d="M74 1401h104v-580h113v580h104v104h-321v-104zM440 821h103v449l80 -449h51l78 449v-449h104v684h-137l-68 -319h-6l-67 319h-138v-684z" />
<glyph unicode="&#xe000;" horiz-adv-x="1116" d="M0 0v1116h1116v-1116h-1116z" />
<glyph unicode="&#xfb01;" horiz-adv-x="772" d="M20 934h105v-934h207v934h151v-934h207v1120h-358v29v51q0 35 8 62q18 71 76 71q28 0 82 -6q20 -4 28 -6v184q-7 1 -22.5 3t-22.5 3q-40 9 -102 9q-167 0 -223 -140q-31 -73 -31 -229v-31h-105v-186z" />
<glyph unicode="&#xfb02;" horiz-adv-x="772" d="M20 934h105v-934h207v934h104v186h-104v29v51q0 35 8 62q18 71 76 71q31 0 67 -4v-1329h207v1505h-164q-7 1 -22.5 3t-22.5 3q-40 9 -102 9q-167 0 -223 -140q-31 -73 -31 -229v-31h-105v-186z" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 48 KiB

View File

@@ -0,0 +1,50 @@
/* Regular */
@font-face {
font-family: 'League Gothic';
src: url('leaguegothic-regular-webfont.eot');
src: url('leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('leaguegothic-regular-webfont.woff') format('woff'),
url('leaguegothic-regular-webfont.ttf') format('truetype'),
url('leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
font-weight: normal;
font-style: normal;
}
/* Italic */
@font-face {
font-family: 'League Gothic';
src: url('leaguegothic-italic-webfont.eot');
src: url('leaguegothic-italic-webfont.eot?#iefix') format('embedded-opentype'),
url('leaguegothic-italic-webfont.woff') format('woff'),
url('leaguegothic-italic-webfont.ttf') format('truetype'),
url('leaguegothic-italic-webfont.svg#league_gothic_italicregular') format('svg');
font-weight: normal;
font-style: italic;
}
/* Condensed */
@font-face {
font-family: 'League Gothic Condensed';
src: url('leaguegothic-condensed-regular-webfont.eot');
src: url('leaguegothic-condensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('leaguegothic-condensed-regular-webfont.woff') format('woff'),
url('leaguegothic-condensed-regular-webfont.ttf') format('truetype'),
url('leaguegothic-condensed-regular-webfont.svg#league_gothic_condensed-Rg') format('svg');
font-weight: normal;
font-style: normal;
}
/* Condensed Italic */
@font-face {
font-family: 'League Gothic Condensed';
src: url('leaguegothic-condensed-italic-webfont.eot');
src: url('leaguegothic-condensed-italic-webfont.eot?#iefix') format('embedded-opentype'),
url('leaguegothic-condensed-italic-webfont.woff') format('woff'),
url('leaguegothic-condensed-italic-webfont.ttf') format('truetype'),
url('leaguegothic-condensed-italic-webfont.svg#league_gothic_condensed_itaRg') format('svg');
font-weight: normal;
font-style: italic;
}

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 444 KiB

View File

@@ -0,0 +1,607 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
<metadata></metadata>
<defs>
<font id="robotobold" horiz-adv-x="1156" >
<font-face units-per-em="2048" ascent="1638" descent="-410" />
<missing-glyph horiz-adv-x="510" />
<glyph unicode="&#xfb01;" horiz-adv-x="1249" d="M181 0v877h-161v205h161v74q0 204 124.5 314.5t350.5 110.5q78 0 154 -15.5t176 -44.5l-42 -230q-73 22 -132.5 34t-136.5 12q-101 0 -151.5 -46t-50.5 -135v-74h213v-205h-213v-877h-292zM1121 0h-292v1082h292v-1082z" />
<glyph horiz-adv-x="0" />
<glyph unicode="&#xd;" horiz-adv-x="510" />
<glyph unicode=" " horiz-adv-x="510" />
<glyph unicode="&#x09;" horiz-adv-x="510" />
<glyph unicode="&#xa0;" horiz-adv-x="510" />
<glyph unicode="!" horiz-adv-x="557" d="M426 502h-292v954h292v-954zM426 0h-292v256h292v-256z" />
<glyph unicode="&#x22;" horiz-adv-x="656" d="M280 1288l-102 -249h-128v524h230v-275zM606 1288l-102 -249h-128v524h230v-275z" />
<glyph unicode="#" horiz-adv-x="1219" d="M650 410h-192l-71 -410h-184l72 410h-227v169h256l51 290h-232v171h262l73 416h183l-73 -416h192l74 416h183l-73 -416h220v-171h-250l-51 -290h225v-169h-254l-72 -410h-184zM488 579h191l51 290h-192z" />
<glyph unicode="$" horiz-adv-x="1175" d="M789 383q0 81 -46.5 132t-159.5 95q-222 81 -329.5 180.5t-107.5 280.5q0 168 107.5 275.5t289.5 126.5v215h159v-217q176 -26 276.5 -147t98.5 -314l-3 -5h-285q0 118 -48.5 182t-132.5 64q-86 0 -128 -49.5t-42 -131.5q0 -78 44.5 -126.5t163.5 -95.5 q221 -87 327.5 -186t106.5 -277q0 -174 -107 -278t-291 -123v-198h-159v197q-187 19 -309 132.5t-118 333.5l2 5h285q0 -134 61.5 -192t156.5 -58q91 0 139.5 48.5t48.5 130.5z" />
<glyph unicode="%" horiz-adv-x="1513" d="M95 1176q0 129 83.5 215t232.5 86q151 0 234 -85.5t83 -215.5v-77q0 -129 -83 -214t-232 -85q-150 0 -234 85t-84 214v77zM289 1099q0 -58 32 -97.5t92 -39.5q58 0 89.5 39.5t31.5 97.5v77q0 58 -32 98.5t-91 40.5t-90.5 -40.5t-31.5 -98.5v-77zM791 357q0 128 84 214 t233 86q150 0 233.5 -85.5t83.5 -214.5v-77q0 -130 -83 -215t-232 -85q-150 0 -234.5 85.5t-84.5 214.5v77zM985 280q0 -57 34.5 -97.5t90.5 -40.5q65 0 93 37.5t28 100.5v77q0 57 -32 97.5t-91 40.5q-60 0 -91.5 -40.5t-31.5 -97.5v-77zM461 109l-142 75l711 1138l142 -75z " />
<glyph unicode="&#x26;" horiz-adv-x="1346" d="M61 392q0 118 65 203.5t198 178.5q-68 92 -101.5 168t-33.5 155q0 173 108 276.5t289 103.5q159 0 258.5 -98.5t99.5 -238.5q0 -98 -49 -179t-134 -142l-93 -66l276 -322q36 60 56 130t20 148h218q0 -138 -34 -254t-104 -206l208 -244l-2 -5h-324l-77 89 q-85 -55 -175 -82.5t-193 -27.5q-218 0 -347 114.5t-129 298.5zM552 203q53 0 106 13.5t102 40.5l-300 348l-19 -13q-51 -48 -69.5 -93.5t-18.5 -91.5q0 -89 55 -146.5t144 -57.5zM450 1100q0 -43 21.5 -88.5t64.5 -100.5l86 56q56 36 75.5 74t19.5 83q0 50 -36.5 89 t-95.5 39q-65 0 -100 -43.5t-35 -108.5z" />
<glyph unicode="'" horiz-adv-x="330" d="M280 1291l-102 -283h-128v552h230v-269z" />
<glyph unicode="(" horiz-adv-x="711" d="M124 592q0 392 152 665.5t344 354.5h6l53 -146q-131 -98 -220 -316t-89 -556v-26q0 -339 89 -556.5t220 -318.5l-53 -143h-6q-192 81 -344 354t-152 666v22z" />
<glyph unicode=")" horiz-adv-x="713" d="M602 570q0 -383 -158.5 -661.5t-352.5 -358.5h-6l-54 143q129 98 219 317t90 558v26q0 336 -91 556.5t-218 319.5l54 142h6q194 -80 352.5 -359t158.5 -661v-22z" />
<glyph unicode="*" horiz-adv-x="908" d="M329 966l-302 89l57 177l297 -123l-18 347h187l-19 -353l291 120l56 -180l-306 -89l200 -265l-152 -110l-174 290l-173 -281l-153 106z" />
<glyph unicode="+" horiz-adv-x="1117" d="M694 812h360v-252h-360v-414h-276v414h-362v252h362v394h276v-394z" />
<glyph unicode="," horiz-adv-x="528" d="M417 13l-159 -315h-195l70 324v228h284v-237z" />
<glyph unicode="-" horiz-adv-x="801" d="M677 510h-564v225h564v-225z" />
<glyph unicode="." horiz-adv-x="596" d="M436 0h-292v256h292v-256z" />
<glyph unicode="/" horiz-adv-x="825" d="M270 -125h-284l534 1581h284z" />
<glyph unicode="0" horiz-adv-x="1175" d="M1080 567q0 -289 -132.5 -438.5t-358.5 -149.5q-228 0 -361 149.5t-133 438.5v321q0 288 132.5 438.5t359.5 150.5q226 0 359.5 -150.5t133.5 -438.5v-321zM789 918q0 173 -52 253.5t-150 80.5q-99 0 -150 -80t-51 -254v-379q0 -176 51.5 -256t151.5 -80q98 0 149 80 t51 256v379z" />
<glyph unicode="1" horiz-adv-x="1175" d="M759 0h-292v1198h-296v206l588 52v-1456z" />
<glyph unicode="2" horiz-adv-x="1175" d="M1093 0h-994v191l471 505q102 117 145 197.5t43 149.5q0 92 -49.5 150.5t-140.5 58.5q-101 0 -153.5 -68.5t-52.5 -182.5h-284l-2 6q-5 197 129.5 333.5t362.5 136.5q225 0 353.5 -117t128.5 -312q0 -132 -72.5 -243.5t-239.5 -292.5l-259 -283l2 -5h612v-224z" />
<glyph unicode="3" horiz-adv-x="1175" d="M394 852h164q104 0 154 54.5t50 151.5q0 88 -50 141t-145 53q-82 0 -138 -48t-56 -126h-283l-2 6q-6 171 131 282t340 111q226 0 360.5 -108t134.5 -308q0 -95 -60 -180.5t-165 -133.5q121 -43 184.5 -132t63.5 -207q0 -200 -145.5 -314.5t-372.5 -114.5 q-203 0 -348.5 107.5t-140.5 303.5l2 6h283q0 -84 60 -138.5t152 -54.5q101 0 159.5 56t58.5 152q0 115 -57.5 168.5t-169.5 53.5h-164v219z" />
<glyph unicode="4" horiz-adv-x="1175" d="M955 542h165v-226h-165v-316h-291v316h-594l-13 175l604 965h294v-914zM329 542h335v524l-6 2l-23 -41z" />
<glyph unicode="5" horiz-adv-x="1175" d="M136 645l84 811h812v-234h-573l-40 -336q40 30 97 49.5t126 20.5q210 3 325.5 -127t115.5 -362q0 -210 -126.5 -349t-364.5 -139q-201 0 -344 109.5t-138 301.5l2 5l281 14q0 -97 55 -151.5t144 -54.5q102 0 150.5 72.5t48.5 189.5q0 126 -52 202t-154 76 q-84 0 -128.5 -31t-63.5 -84z" />
<glyph unicode="6" horiz-adv-x="1175" d="M684 1477q82 0 151.5 -15.5t139.5 -45.5l-52 -214q-66 23 -117.5 34.5t-119.5 11.5q-133 0 -213.5 -99.5t-74.5 -275.5l3 -5q49 51 124 80t169 29q195 0 305.5 -138.5t110.5 -353.5q0 -220 -136.5 -363t-353.5 -143q-231 0 -376 156.5t-145 433.5v284q0 286 165 455 t420 169zM617 756q-81 0 -138 -26t-88 -71v-97q0 -173 62.5 -266t166.5 -93q90 0 144.5 82.5t54.5 199.5q0 121 -55 196t-147 75z" />
<glyph unicode="7" horiz-adv-x="1175" d="M1089 1231q-234 -274 -319.5 -511t-122.5 -572l-14 -148h-292l14 148q34 321 146 589.5t307 493.5h-748v225h1029v-225z" />
<glyph unicode="8" horiz-adv-x="1175" d="M1050 1070q0 -109 -57.5 -193t-158.5 -131q116 -49 183 -140t67 -208q0 -202 -137 -310.5t-358 -108.5q-223 0 -360.5 108.5t-137.5 310.5q0 118 66.5 208.5t183.5 140.5q-102 47 -159 130.5t-57 192.5q0 194 127 300.5t335 106.5q207 0 335 -106.5t128 -300.5zM792 418 q0 98 -57 157t-148 59q-92 0 -147.5 -59t-55.5 -157q0 -100 56 -157.5t149 -57.5q91 0 147 58t56 157zM759 1057q0 88 -46.5 141.5t-125.5 53.5q-80 0 -125 -52.5t-45 -142.5q0 -91 45.5 -144.5t126.5 -53.5q79 0 124.5 53.5t45.5 144.5z" />
<glyph unicode="9" horiz-adv-x="1175" d="M520 203q115 0 187.5 85.5t72.5 244.5v72q-49 -62 -116.5 -94t-145.5 -32q-203 0 -319.5 132.5t-116.5 358.5q0 218 138 362.5t351 144.5q223 0 362 -153.5t139 -431.5v-344q0 -265 -155.5 -417t-396.5 -152q-76 0 -156.5 15.5t-149.5 45.5l34 211q65 -25 128.5 -36.5 t143.5 -11.5zM567 693q72 0 126 27t87 72v134q0 160 -56 243t-152 83q-88 0 -143.5 -82t-55.5 -200q0 -124 50.5 -200.5t143.5 -76.5z" />
<glyph unicode=":" horiz-adv-x="582" d="M436 0h-292v256h292v-256zM436 876h-292v256h292v-256z" />
<glyph unicode=";" horiz-adv-x="562" d="M437 876h-292v256h292v-256zM468 13l-159 -315h-195l70 324v228h284v-237z" />
<glyph unicode="&#x3c;" horiz-adv-x="1043" d="M339 550v-6l577 -203v-272l-862 367v227l862 366v-272z" />
<glyph unicode="=" horiz-adv-x="1181" d="M1032 763h-896v229h896v-229zM1032 332h-896v229h896v-229z" />
<glyph unicode="&#x3e;" horiz-adv-x="1058" d="M705 548v6l-586 206v269l872 -366v-227l-872 -367v270z" />
<glyph unicode="?" horiz-adv-x="1021" d="M324 414q1 140 41.5 205t161.5 158q71 58 113.5 125t42.5 150q0 92 -48.5 144t-138.5 52q-74 0 -125.5 -44t-52.5 -129h-284l-2 6q-3 192 126.5 294t337.5 102q224 0 351.5 -113.5t127.5 -308.5q0 -127 -74.5 -235t-186.5 -181q-61 -47 -80 -94.5t-19 -130.5h-291zM617 0 h-294v250h294v-250z" />
<glyph unicode="@" horiz-adv-x="1817" d="M1730 513q-9 -218 -128 -376t-356 -158q-78 0 -135 44t-81 123q-44 -82 -109.5 -123t-153.5 -41q-141 0 -216.5 119t-55.5 315q25 254 143.5 407t287.5 153q116 0 186.5 -26t154.5 -80l-3 -4h5l-51 -573q-7 -95 14 -130t57 -35q115 0 184.5 109t77.5 276 q16 353 -136.5 551t-471.5 198q-303 0 -484 -213t-196 -571q-17 -355 146 -560t469 -205q85 0 175.5 20t155.5 50l38 -147q-67 -42 -170.5 -65.5t-202.5 -23.5q-396 0 -610.5 249t-197.5 682q18 427 255.5 683.5t625.5 256.5q387 0 593 -242.5t190 -662.5zM720 416 q-10 -127 18.5 -192.5t92.5 -65.5q56 0 101.5 26t81.5 96v6.5t1 6.5l44 496q-23 7 -46 11t-48 4q-111 0 -169 -96.5t-76 -291.5z" />
<glyph unicode="A" horiz-adv-x="1311" d="M917 314h-511l-99 -314h-295l501 1456h299l499 -1456h-295zM478 543h367l-180 572h-6z" />
<glyph unicode="B" horiz-adv-x="1314" d="M136 0v1456h492q257 0 401 -100t144 -299q0 -101 -53.5 -180.5t-155.5 -119.5q131 -28 196.5 -120t65.5 -213q0 -209 -138 -316.5t-391 -107.5h-561zM428 644v-420h269q116 0 177 50.5t61 149.5q0 107 -52 163.5t-164 56.5h-291zM428 846h210q117 0 180 48t63 140 q0 101 -63.5 149t-189.5 48h-200v-385z" />
<glyph unicode="C" horiz-adv-x="1309" d="M1235 495l2 -6q4 -235 -143.5 -372.5t-409.5 -137.5q-263 0 -427 169t-164 435v289q0 265 160 435t416 170q270 0 422 -138.5t148 -377.5l-2 -6h-284q0 144 -69 220.5t-215 76.5q-131 0 -208 -106.5t-77 -271.5v-291q0 -167 81 -273.5t219 -106.5q137 0 202.5 73.5 t65.5 218.5h283z" />
<glyph unicode="D" horiz-adv-x="1342" d="M136 0v1456h500q267 0 440 -170.5t173 -437.5v-241q0 -268 -173 -437.5t-440 -169.5h-500zM428 1231v-1007h193q157 0 246 106t89 277v243q0 169 -89 275t-246 106h-193z" />
<glyph unicode="E" horiz-adv-x="1176" d="M1031 640h-603v-416h705v-224h-997v1456h995v-225h-703v-366h603v-225z" />
<glyph unicode="F" horiz-adv-x="1182" d="M1038 605h-610v-605h-292v1456h1004v-225h-712v-401h610v-225z" />
<glyph unicode="G" horiz-adv-x="1369" d="M1254 199q-65 -86 -202.5 -153t-347.5 -67q-267 0 -436 166t-169 431v304q0 264 162.5 430.5t418.5 166.5q266 0 407.5 -129.5t144.5 -340.5l-2 -6h-275q-8 116 -74 183.5t-193 67.5q-134 0 -216 -103.5t-82 -266.5v-306q0 -166 85 -269.5t229 -103.5q102 0 164 21t94 52 v270h-258v202h550v-549z" />
<glyph unicode="H" horiz-adv-x="1450" d="M1313 0h-291v605h-594v-605h-292v1456h292v-626h594v626h291v-1456z" />
<glyph unicode="I" horiz-adv-x="601" d="M446 0h-292v1456h292v-1456z" />
<glyph unicode="J" horiz-adv-x="1169" d="M746 1456h291v-1019q0 -211 -137.5 -334.5t-347.5 -123.5q-228 0 -361 111t-128 327l2 6h284q0 -115 55 -167.5t148 -52.5q81 0 137.5 62.5t56.5 171.5v1019z" />
<glyph unicode="K" horiz-adv-x="1323" d="M590 608h-162v-608h-292v1456h292v-595h127l386 595h357l-490 -678l529 -778h-356z" />
<glyph unicode="L" horiz-adv-x="1108" d="M428 224h648v-224h-940v1456h292v-1232z" />
<glyph unicode="M" horiz-adv-x="1787" d="M517 1456l371 -1073h6l374 1073h382v-1456h-292v434l28 643l-6 1l-390 -1078h-196l-388 1074l-6 -1l28 -639v-434h-292v1456h381z" />
<glyph unicode="N" horiz-adv-x="1450" d="M1313 0h-291l-588 995l-6 -1v-994h-292v1456h292l588 -994l6 1v993h291v-1456z" />
<glyph unicode="O" horiz-adv-x="1399" d="M1307 597q0 -268 -169.5 -443t-440.5 -175q-269 0 -437 175t-168 443v262q0 267 167.5 442.5t436.5 175.5q271 0 441 -175.5t170 -442.5v-262zM1015 861q0 170 -85 279t-234 109t-231 -108.5t-82 -279.5v-264q0 -173 83 -282t231 -109q150 0 234 109t84 282v264z" />
<glyph unicode="P" horiz-adv-x="1334" d="M428 528v-528h-292v1456h580q251 0 395 -128t144 -337t-144 -336t-395 -127h-288zM428 753h288q122 0 185 66.5t63 169.5q0 105 -62.5 173.5t-185.5 68.5h-288v-478z" />
<glyph unicode="Q" horiz-adv-x="1433" d="M1307 597q0 -132 -43 -244.5t-123 -195.5l241 -236l-191 -156l-262 254q-54 -19 -112 -29.5t-120 -10.5q-269 0 -437 175t-168 443v262q0 267 167.5 442.5t436.5 175.5q271 0 441 -175.5t170 -442.5v-262zM1015 861q0 170 -85 279t-234 109t-231 -108.5t-82 -279.5v-264 q0 -173 83 -282t231 -109q150 0 234 109t84 282v264z" />
<glyph unicode="R" horiz-adv-x="1354" d="M428 582v-582h-292v1456h549q249 0 389.5 -113.5t140.5 -316.5q0 -113 -59 -194t-173 -131q129 -38 185.5 -127t56.5 -220v-107q0 -61 16.5 -127.5t56.5 -98.5v-21h-301q-40 32 -52 107t-12 142v103q0 109 -59.5 169.5t-167.5 60.5h-278zM428 807h252q123 0 183.5 52 t60.5 154q0 100 -60.5 159t-178.5 59h-257v-424z" />
<glyph unicode="S" horiz-adv-x="1299" d="M922 380q0 84 -59.5 135t-208.5 96q-260 75 -393 178t-133 282t152.5 292.5t389.5 113.5q240 0 391 -127.5t146 -314.5l-2 -6h-283q0 101 -67.5 163.5t-189.5 62.5q-117 0 -181 -52t-64 -133q0 -74 68.5 -121.5t236.5 -100.5q241 -67 365 -177t124 -289 q0 -187 -147.5 -295t-389.5 -108q-238 0 -415 122.5t-172 343.5l2 6h284q0 -130 79.5 -190.5t221.5 -60.5q119 0 182 49t63 131z" />
<glyph unicode="T" horiz-adv-x="1169" d="M1142 1231h-412v-1231h-292v1231h-410v225h1114v-225z" />
<glyph unicode="U" horiz-adv-x="1407" d="M1288 1456v-966q0 -245 -162 -378t-424 -133q-261 0 -421.5 133t-160.5 378v966h293v-966q0 -144 77 -215.5t212 -71.5q137 0 215 71t78 216v966h293z" />
<glyph unicode="V" horiz-adv-x="1303" d="M630 387l18 -79h6l17 77l317 1071h308l-495 -1456h-300l-494 1456h308z" />
<glyph unicode="W" horiz-adv-x="1815" d="M1288 458h6l208 998h285l-340 -1456h-271l-267 961h-6l-267 -961h-271l-341 1456h286l209 -997l6 -1l273 998h215z" />
<glyph unicode="X" horiz-adv-x="1303" d="M649 940l273 516h340l-432 -722l457 -734h-353l-281 525l-281 -525h-341l443 734l-432 722h338z" />
<glyph unicode="Y" horiz-adv-x="1292" d="M643 785h6l318 671h320l-500 -944v-512h-291v527l-491 929h320z" />
<glyph unicode="Z" horiz-adv-x="1206" d="M430 224h712v-224h-1065v152l692 1079h-691v225h1047v-146z" />
<glyph unicode="[" horiz-adv-x="570" d="M553 1475h-141v-1595h141v-216h-434v2027h434v-216z" />
<glyph unicode="\" horiz-adv-x="863" d="M2 1456h289l608 -1581h-289z" />
<glyph unicode="]" horiz-adv-x="570" d="M13 1691h434v-2027h-434v216h142v1595h-142v216z" />
<glyph unicode="^" horiz-adv-x="896" d="M275 729h-231l299 727h212l299 -727h-231l-165 413l-8 34h-6l-7 -34z" />
<glyph unicode="_" horiz-adv-x="914" d="M911 -219h-910v219h910v-219z" />
<glyph unicode="`" horiz-adv-x="678" d="M585 1212h-237l-271 260l2 6h309z" />
<glyph unicode="a" horiz-adv-x="1100" d="M747 0q-16 37 -27.5 78t-16.5 84q-45 -79 -118.5 -131t-175.5 -52q-170 0 -262 87.5t-92 238.5q0 159 122.5 246.5t357.5 87.5h163v86q0 78 -41 121t-121 43q-71 0 -109.5 -34.5t-38.5 -95.5l-282 1l-1 6q-7 137 119 236.5t331 99.5q194 0 315 -98.5t121 -280.5v-447 q0 -76 11.5 -143t36.5 -133h-292zM480 195q77 0 137 38t81 88v153h-163q-93 0 -141 -46.5t-48 -112.5q0 -54 36 -87t98 -33z" />
<glyph unicode="b" d="M1088 511q0 -242 -108 -387t-312 -145q-94 0 -164.5 39.5t-119.5 115.5l-22 -134h-250v1560h291v-593q47 65 112.5 100t150.5 35q206 0 314 -155.5t108 -414.5v-21zM797 532q0 158 -46.5 250.5t-158.5 92.5q-68 0 -115 -28.5t-74 -81.5v-458q27 -49 74.5 -75t116.5 -26 q113 0 158 79.5t45 225.5v21z" />
<glyph unicode="c" horiz-adv-x="1060" d="M566 203q78 0 125 45.5t47 121.5h265l3 -6q4 -164 -123.5 -274.5t-316.5 -110.5q-242 0 -373 153t-131 393v30q0 239 130.5 393t372.5 154q200 0 322.5 -114t118.5 -300l-2 -6h-266q0 84 -46 139.5t-127 55.5q-116 0 -163.5 -90t-47.5 -232v-30q0 -145 47.5 -233.5 t164.5 -88.5z" />
<glyph unicode="d" d="M67 532q0 256 110.5 413t311.5 157q81 0 146 -35t114 -100v593h293v-1560h-251l-24 132q-51 -75 -120.5 -114t-159.5 -39q-199 0 -309.5 146t-110.5 386v21zM358 511q0 -142 48 -223.5t156 -81.5q63 0 110 25.5t77 74.5v461q-30 51 -76.5 79.5t-108.5 28.5 q-107 0 -156.5 -95t-49.5 -248v-21z" />
<glyph unicode="e" horiz-adv-x="1084" d="M591 -21q-234 0 -374 150t-140 381v40q0 241 132.5 397t355.5 155q219 0 340 -132t121 -357v-159h-646l-2 -6q8 -107 71.5 -176t172.5 -69q97 0 161 19.5t140 61.5l79 -180q-66 -54 -173 -89.5t-238 -35.5zM565 877q-81 0 -128 -62t-58 -163l3 -5h358v26 q0 93 -43.5 148.5t-131.5 55.5z" />
<glyph unicode="f" horiz-adv-x="732" d="M188 0v877h-161v205h161v120q0 182 105 280.5t295 98.5q37 0 75.5 -5.5t84.5 -15.5l-25 -217q-24 4 -46.5 7t-52.5 3q-71 0 -107.5 -39t-36.5 -112v-120h215v-205h-215v-877h-292z" />
<glyph unicode="g" d="M67 532q0 256 111.5 413t312.5 157q91 0 160 -41t118 -117l23 138h252v-1077q0 -211 -138.5 -326.5t-385.5 -115.5q-82 0 -174 22.5t-170 61.5l54 218q67 -32 136.5 -48.5t151.5 -16.5q120 0 176.5 50t56.5 156v98q-48 -61 -113 -93t-149 -32q-199 0 -310.5 146.5 t-111.5 385.5v21zM359 511q0 -142 48 -223.5t156 -81.5q67 0 113.5 24.5t74.5 71.5v470q-28 49 -74.5 76t-111.5 27q-107 0 -156.5 -95t-49.5 -248v-21z" />
<glyph unicode="h" d="M397 945q51 74 125 115.5t164 41.5q169 0 265.5 -112.5t96.5 -347.5v-642h-292v644q0 126 -44.5 178.5t-132.5 52.5q-60 0 -106 -21.5t-76 -60.5v-793h-292v1560h292v-615z" />
<glyph unicode="i" horiz-adv-x="547" d="M419 0h-292v1082h292v-1082zM419 1341h-292v219h292v-219z" />
<glyph unicode="j" horiz-adv-x="543" d="M427 1082v-1122q0 -190 -101 -293.5t-281 -103.5q-40 0 -73 4t-70 13l14 223q23 -6 46 -9t49 -3q59 0 91 41.5t32 127.5v1122h293zM421 1343h-293v217h293v-217z" />
<glyph unicode="k" horiz-adv-x="1097" d="M484 453h-80v-453h-292v1560h292v-885h72l251 407h338l-346 -490l399 -592h-335z" />
<glyph unicode="l" horiz-adv-x="547" d="M419 0h-292v1560h292v-1560z" />
<glyph unicode="m" horiz-adv-x="1772" d="M383 1082l12 -143q52 78 130.5 120.5t181.5 42.5q104 0 178 -46t112 -139q50 87 130 136t188 49q160 0 252.5 -110.5t92.5 -336.5v-655h-292v656q0 123 -40 171t-119 48q-62 0 -107.5 -27.5t-72.5 -76.5q0 -19 1 -32.5t1 -27.5v-711h-291v656q0 120 -40 169.5t-120 49.5 q-59 0 -103.5 -22.5t-73.5 -63.5v-789h-291v1082h271z" />
<glyph unicode="n" d="M379 1082l13 -155q54 83 133 129t177 46q164 0 256 -103t92 -323v-676h-293v675q0 109 -44 154.5t-133 45.5q-58 0 -104 -23.5t-77 -66.5v-785h-292v1082h272z" />
<glyph unicode="o" d="M67 551q0 242 135 396.5t374 154.5q240 0 376 -154t136 -397v-21q0 -244 -135.5 -397.5t-374.5 -153.5q-240 0 -375.5 153.5t-135.5 397.5v21zM358 530q0 -148 52 -237.5t168 -89.5q113 0 165.5 90t52.5 237v21q0 144 -53 235t-167 91q-113 0 -165.5 -91.5t-52.5 -234.5 v-21z" />
<glyph unicode="p" d="M1088 511q0 -240 -111 -386t-310 -146q-85 0 -151 31.5t-113 92.5v-519h-291v1498h263l17 -128q48 71 115.5 109.5t157.5 38.5q201 0 312 -157t111 -413v-21zM796 532q0 153 -51 248t-156 95q-66 0 -112.5 -27t-73.5 -77v-474q27 -46 73.5 -70t114.5 -24q106 0 155.5 83 t49.5 225v21z" />
<glyph unicode="q" d="M67 532q0 256 110.5 413t311.5 157q90 0 158 -39.5t117 -113.5l27 133h248v-1498h-292v517q-48 -60 -112.5 -91t-147.5 -31q-199 0 -309.5 146t-110.5 386v21zM358 511q0 -142 48 -225t156 -83q64 0 110 24t75 70v480q-29 48 -74.5 74t-108.5 26q-107 0 -156.5 -96 t-49.5 -249v-21z" />
<glyph unicode="r" horiz-adv-x="717" d="M681 831l-107 3q-65 0 -107 -27t-64 -76v-731h-291v1082h271l13 -160q38 85 98.5 132.5t139.5 47.5q22 0 40.5 -3.5t37.5 -8.5z" />
<glyph unicode="s" horiz-adv-x="1056" d="M697 298q0 48 -46.5 83t-172.5 62q-192 39 -289.5 115.5t-97.5 208.5q0 140 117.5 237.5t314.5 97.5q207 0 329.5 -97t117.5 -245l-2 -6h-282q0 65 -41.5 106t-121.5 41q-71 0 -111.5 -34.5t-40.5 -86.5q0 -50 42.5 -82t172.5 -57q200 -40 297 -117.5t97 -213.5 q0 -146 -125 -238.5t-330 -92.5q-216 0 -341.5 109.5t-119.5 249.5l2 6h267q3 -87 57 -126t141 -39q81 0 123.5 32t42.5 87z" />
<glyph unicode="t" horiz-adv-x="715" d="M459 1347v-265h182v-205h-182v-551q0 -63 26 -90t70 -27q23 0 39.5 2.5t38.5 8.5l25 -211q-44 -15 -86 -22.5t-91 -7.5q-151 0 -232.5 83t-81.5 263v552h-158v205h158v265h292z" />
<glyph unicode="u" d="M773 156q-50 -85 -127 -131t-177 -46q-171 0 -267.5 109.5t-96.5 340.5v653h291v-655q0 -118 40 -169.5t118 -51.5q70 0 120 22.5t82 66.5v787h292v-1082h-249z" />
<glyph unicode="v" horiz-adv-x="1046" d="M503 403l19 -100h6l20 100l178 679h305l-368 -1082h-279l-368 1082h305z" />
<glyph unicode="w" horiz-adv-x="1507" d="M1053 387h6l141 695h274l-275 -1082h-244l-201 644h-6l-201 -644h-243l-275 1082h274l143 -693h6l202 693h195z" />
<glyph unicode="x" horiz-adv-x="1046" d="M519 738h6l166 344h330l-326 -535l337 -547h-329l-177 359l-177 -359h-330l337 547l-327 535h328z" />
<glyph unicode="y" horiz-adv-x="1046" d="M502 454l12 -60h6l207 688h314l-439 -1244q-46 -116 -125 -195.5t-237 -79.5q-37 0 -68.5 6t-76.5 17l34 213q13 -2 28 -4t27 -2q72 0 111 35.5t60 88.5l34 84l-384 1081h314z" />
<glyph unicode="z" horiz-adv-x="1046" d="M438 224h536v-224h-899v172l515 684h-499v226h866v-167z" />
<glyph unicode="{" horiz-adv-x="676" d="M585 -360q-195 55 -277.5 175t-82.5 291v203q0 99 -43.5 154t-133.5 55v201q90 0 133.5 54.5t43.5 155.5v203q0 171 82.5 290.5t277.5 174.5l56 -157q-85 -31 -120 -110.5t-35 -197.5v-203q0 -104 -44.5 -184.5t-134.5 -125.5q90 -47 134.5 -127.5t44.5 -182.5v-203 q0 -118 35 -197.5t120 -110.5z" />
<glyph unicode="|" horiz-adv-x="519" d="M349 -270h-176v1726h176v-1726z" />
<glyph unicode="}" horiz-adv-x="676" d="M34 -202q85 31 120 110.5t35 197.5v203q0 104 46 184t140 125q-94 45 -140 125.5t-46 185.5v203q0 118 -35 197.5t-120 110.5l56 157q194 -55 277 -174.5t83 -290.5v-203q0 -101 43 -155.5t135 -54.5v-201q-92 0 -135 -55t-43 -154v-203q0 -171 -83 -291t-277 -175z" />
<glyph unicode="~" horiz-adv-x="1327" d="M1220 758q0 -161 -88.5 -270.5t-223.5 -109.5q-85 0 -157 31.5t-150 101.5q-52 44 -89.5 64t-81.5 20q-52 0 -87.5 -51t-35.5 -122l-202 26q0 162 86.5 269.5t223.5 107.5q83 0 158.5 -33.5t151.5 -99.5q49 -45 86.5 -64.5t81.5 -19.5q50 0 87 52t37 125z" />
<glyph unicode="&#xa1;" horiz-adv-x="580" d="M434 -374h-292v953h292v-953zM434 825h-292v257h292v-257z" />
<glyph unicode="&#xa2;" horiz-adv-x="1181" d="M576 203q78 0 125 45.5t47 121.5h267l2 -5q3 -135 -85.5 -237t-231.5 -135v-238h-200v229q-207 23 -317.5 172.5t-110.5 368.5v30q0 218 110.5 367.5t317.5 174.5v221h200v-229q148 -34 235 -141.5t87 -265.5h-274q0 84 -46 139.5t-127 55.5q-116 0 -163.5 -90 t-47.5 -232v-30q0 -145 47.5 -233.5t164.5 -88.5z" />
<glyph unicode="&#xa3;" horiz-adv-x="1216" d="M551 588l4 -85q0 -78 -30 -150t-86 -129h713v-224h-996v224h10q47 12 70.5 95t23.5 171l-4 98h-164v225h155l-8 214q0 210 120.5 330t322.5 120q215 0 333.5 -111.5t114.5 -294.5l-2 -6h-284q0 96 -46 141.5t-117 45.5q-70 0 -110 -58.5t-40 -166.5l10 -214h355v-225 h-345z" />
<glyph unicode="&#xa4;" horiz-adv-x="1417" d="M1072 107q-77 -62 -169 -94.5t-192 -32.5q-101 0 -193.5 32.5t-167.5 93.5l-129 -132l-141 144l135 137q-49 76 -74.5 165.5t-25.5 187.5q0 101 28 194t81 171l-144 147l141 144l142 -145q74 55 162.5 85t185.5 30q96 0 185 -30.5t164 -86.5l144 148l142 -145l-148 -151 q51 -78 79 -169.5t28 -191.5q0 -97 -25.5 -185.5t-72.5 -163.5l139 -141l-142 -145zM301 608q0 -185 119 -312t291 -127q170 0 289.5 127.5t119.5 311.5q0 183 -119.5 310t-289.5 127q-172 0 -291 -127t-119 -310z" />
<glyph unicode="&#xa5;" horiz-adv-x="1253" d="M623 848h6l281 608h320l-382 -714h244v-200h-324v-110h324v-200h-324v-232h-292v232h-339v200h339v110h-339v200h267l-382 714h321z" />
<glyph unicode="&#xa6;" horiz-adv-x="517" d="M127 -270v795h262v-795h-262zM389 698h-262v758h262v-758z" />
<glyph unicode="&#xa7;" horiz-adv-x="1287" d="M1180 475q0 -91 -42 -159t-121 -111q68 -51 102.5 -121t34.5 -168q0 -177 -140 -277t-377 -100q-232 0 -387.5 99.5t-150.5 317.5l2 6l283 1q0 -106 72.5 -152t180.5 -46q107 0 166.5 41.5t59.5 108.5t-61 107.5t-230 90.5q-244 64 -361 157.5t-117 265.5q0 89 42 158 t121 113q-69 50 -103 120.5t-34 168.5q0 172 141.5 276.5t378.5 104.5q243 0 380.5 -111t132.5 -311l-2 -6h-283q0 88 -60 145.5t-168 57.5q-114 0 -171 -43.5t-57 -110.5q0 -75 55.5 -113.5t232.5 -86.5q247 -64 363.5 -157.5t116.5 -265.5zM599 663q-40 10 -74 21t-65 22 q-38 -22 -56.5 -59t-18.5 -85q0 -80 55.5 -121.5t232.5 -93.5q34 -10 68.5 -20t69.5 -21q39 22 60.5 59t21.5 85q0 71 -62 116t-232 97z" />
<glyph unicode="&#xa8;" horiz-adv-x="1090" d="M922 1252h-266v204h266v-204zM422 1252h-266v204h266v-204z" />
<glyph unicode="&#xa9;" horiz-adv-x="1606" d="M1109 596l2 -6q4 -151 -84 -229.5t-245 -78.5q-160 0 -254.5 106t-94.5 281v119q0 173 94.5 280t254.5 107q157 0 245.5 -79.5t84.5 -228.5l-2 -6h-148q0 94 -45 136.5t-135 42.5q-94 0 -144 -69t-50 -182v-120q0 -115 50 -183.5t144 -68.5q90 0 134.5 41.5t44.5 137.5 h148zM208 729q0 -264 171.5 -444.5t416.5 -180.5q244 0 415.5 180.5t171.5 444.5q0 263 -171.5 442.5t-415.5 179.5q-246 0 -417 -179.5t-171 -442.5zM86 729q0 315 207 531t503 216q295 0 502.5 -216t207.5 -531q0 -316 -208 -533t-502 -217q-296 0 -503 217t-207 533z" />
<glyph unicode="&#xaa;" horiz-adv-x="909" d="M604 706q-8 21 -13 44.5t-8 49.5q-33 -47 -88.5 -77.5t-133.5 -30.5q-119 0 -184 61t-65 167q0 111 84.5 171t246.5 60h137v51q0 62 -29.5 94.5t-86.5 32.5q-66 0 -102 -26t-36 -73l-165 13l-1 6q-6 98 79 163t225 65q134 0 212.5 -71t78.5 -205v-314q0 -51 6 -95t20 -86 h-177zM404 836q51 0 105 30t71 65v103h-136q-74 0 -115.5 -32t-41.5 -78q0 -43 29 -65.5t88 -22.5z" />
<glyph unicode="&#xab;" horiz-adv-x="1025" d="M325 516l240 -399h-187l-280 390v19l280 390h187zM659 516l240 -399h-187l-280 390v19l280 390h187z" />
<glyph unicode="&#xac;" horiz-adv-x="1129" d="M961 374h-200v260h-635v171h835v-431z" />
<glyph unicode="&#xad;" horiz-adv-x="801" d="M677 510h-564v225h564v-225z" />
<glyph unicode="&#xae;" horiz-adv-x="1606" d="M86 729q0 315 207 531t503 216q295 0 502.5 -216t207.5 -531q0 -316 -208 -533t-502 -217q-296 0 -503 217t-207 533zM208 729q0 -264 171.5 -444.5t416.5 -180.5q244 0 415.5 180.5t171.5 444.5q0 263 -171.5 442.5t-415.5 179.5q-246 0 -417 -179.5t-171 -442.5z M652 653v-337h-151v850h281q151 0 238 -68t87 -194q0 -58 -29 -101.5t-85 -74.5q58 -30 84.5 -84.5t26.5 -128.5v-56q0 -41 3.5 -73.5t13.5 -53.5v-16h-155q-9 21 -11 61.5t-2 82.5v54q0 71 -33.5 105t-109.5 34h-158zM652 787h135q71 0 120.5 30t49.5 86q0 72 -39 101 t-136 29h-130v-246z" />
<glyph unicode="&#xaf;" horiz-adv-x="1028" d="M879 1292h-731v165h731v-165z" />
<glyph unicode="&#xb0;" horiz-adv-x="796" d="M126 1203q0 112 80.5 193t192.5 81q110 0 189 -81t79 -193q0 -113 -79 -192t-189 -79q-113 0 -193 79t-80 192zM273 1203q0 -53 37 -88.5t89 -35.5q51 0 86 35t35 89t-35 91t-86 37q-52 0 -89 -37t-37 -91z" />
<glyph unicode="&#xb1;" horiz-adv-x="1101" d="M679 947h327v-232h-327v-383h-256v383h-333v232h333v363h256v-363zM948 -43h-834v228h834v-228z" />
<glyph unicode="&#xb2;" horiz-adv-x="860" d="M736 667h-622v155l309 252q60 50 77.5 83.5t17.5 74.5q0 39 -23.5 65.5t-72.5 26.5q-55 0 -83 -30t-28 -77h-201l-2 6q-6 106 82.5 181t236.5 75q144 0 223 -65t79 -183q0 -82 -53.5 -144.5t-178.5 -165.5l-109 -93l2 -6h346v-155z" />
<glyph unicode="&#xb3;" horiz-adv-x="856" d="M408 1139q62 0 92 24.5t30 70.5q0 38 -28.5 63.5t-83.5 25.5q-51 0 -79.5 -22t-28.5 -53h-200l-2 6q-6 101 82 162.5t222 61.5q152 0 240.5 -59.5t88.5 -169.5q0 -55 -35.5 -100.5t-96.5 -70.5q70 -24 107.5 -71.5t37.5 -115.5q0 -112 -89.5 -174t-241.5 -62 q-146 0 -240 62.5t-88 175.5l2 6h201q0 -42 31.5 -65.5t91.5 -23.5q56 0 90 24t34 68q0 50 -35 77t-102 27h-111v133h111z" />
<glyph unicode="&#xb4;" horiz-adv-x="727" d="M307 1478h309l2 -6l-277 -260h-233z" />
<glyph unicode="&#xb5;" horiz-adv-x="1264" d="M430 1082v-620q0 -149 45 -202.5t135 -53.5q75 0 125 27.5t78 79.5v769h292v-1082h-272l-6 67q-44 -43 -100.5 -65.5t-123.5 -22.5q-51 0 -94.5 10.5t-78.5 33.5v-439h-291v1498h291z" />
<glyph unicode="&#xb6;" horiz-adv-x="1078" d="M636 0v520h-83q-233 0 -362.5 129.5t-129.5 338.5q0 207 129.5 337.5t362.5 130.5h375v-1456h-292z" />
<glyph unicode="&#xb7;" horiz-adv-x="619" d="M451 568h-292v260h292v-260z" />
<glyph unicode="&#xb8;" horiz-adv-x="549" d="M347 6l-11 -57q64 -11 107 -52t43 -121q0 -107 -91.5 -171t-259.5 -64l-7 161q51 0 81 20.5t30 62.5q0 41 -32 57.5t-110 21.5l31 142h219z" />
<glyph unicode="&#xb9;" horiz-adv-x="573" d="M416 665h-211v630h-127v159l338 23v-812z" />
<glyph unicode="&#xba;" horiz-adv-x="937" d="M118 1142q0 148 94 241.5t252 93.5t252.5 -93.5t94.5 -241.5v-117q0 -149 -94 -241.5t-251 -92.5q-159 0 -253.5 92.5t-94.5 241.5v117zM293 1025q0 -85 44 -136.5t129 -51.5q82 0 126 51.5t44 136.5v117q0 83 -44.5 135t-127.5 52q-84 0 -127.5 -52t-43.5 -135v-117z " />
<glyph unicode="&#xbb;" horiz-adv-x="1025" d="M290 950l280 -390v-19l-280 -390h-188l239 399l-239 400h188zM636 950l280 -390v-19l-280 -390h-188l239 399l-239 400h188z" />
<glyph unicode="&#xbc;" horiz-adv-x="1493" d="M505 664h-211v630h-127v159l338 23v-812zM451 117l-142 75l711 1138l142 -75zM1397 296h101v-157h-101v-139h-211v139h-410l-14 126l424 536h211v-505zM978 296h208v257l-6 2l-13 -20z" />
<glyph unicode="&#xbd;" horiz-adv-x="1553" d="M464 117l-142 75l711 1138l142 -75zM505 664h-211v630h-127v159l338 23v-812zM1547 0h-622v155l309 252q60 50 77.5 83.5t17.5 74.5q0 39 -23.5 65.5t-72.5 26.5q-55 0 -83 -30t-28 -77h-201l-2 6q-6 106 82.5 181t236.5 75q144 0 223 -65t79 -183q0 -82 -53.5 -144.5 t-178.5 -165.5l-109 -93l2 -6h346v-155z" />
<glyph unicode="&#xbe;" horiz-adv-x="1717" d="M634 117l-142 75l711 1138l142 -75zM1586 296h101v-157h-101v-139h-211v139h-410l-14 126l424 536h211v-505zM1167 296h208v257l-6 2l-13 -20zM424 1140q62 0 92 24.5t30 70.5q0 38 -28.5 63.5t-83.5 25.5q-51 0 -79.5 -22t-28.5 -53h-200l-2 6q-6 101 82 162.5t222 61.5 q152 0 240.5 -59.5t88.5 -169.5q0 -55 -35.5 -100.5t-96.5 -70.5q70 -24 107.5 -71.5t37.5 -115.5q0 -112 -89.5 -174t-241.5 -62q-146 0 -240 62.5t-88 175.5l2 6h201q0 -42 31.5 -65.5t91.5 -23.5q56 0 90 24t34 68q0 50 -35 77t-102 27h-111v133h111z" />
<glyph unicode="&#xbf;" horiz-adv-x="1037" d="M726 668q-2 -141 -42.5 -206.5t-159.5 -157.5q-72 -58 -114.5 -125.5t-42.5 -149.5q0 -90 48.5 -142t139.5 -52q73 0 124 43t54 128h283l2 -6q2 -191 -127.5 -292.5t-335.5 -101.5q-226 0 -353 113t-127 308q0 125 74 233t187 183q60 45 79.5 92.5t19.5 132.5h291z M433 1082h294v-251h-294v251z" />
<glyph unicode="&#xc0;" horiz-adv-x="1311" d="M917 314h-511l-99 -314h-295l501 1456h299l499 -1456h-295zM478 543h367l-180 572h-6zM815 1560h-237l-271 260l2 6h309z" />
<glyph unicode="&#xc1;" horiz-adv-x="1311" d="M917 314h-511l-99 -314h-295l501 1456h299l499 -1456h-295zM478 543h367l-180 572h-6zM718 1826h309l2 -6l-277 -260h-233z" />
<glyph unicode="&#xc2;" horiz-adv-x="1311" d="M917 314h-511l-99 -314h-295l501 1456h299l499 -1456h-295zM478 543h367l-180 572h-6zM1024 1615v-23h-232l-140 133l-139 -133h-227v26l282 240h169z" />
<glyph unicode="&#xc3;" horiz-adv-x="1311" d="M917 314h-511l-99 -314h-295l501 1456h299l499 -1456h-295zM478 543h367l-180 572h-6zM1030 1856q0 -96 -59.5 -163.5t-150.5 -67.5q-70 0 -158.5 43.5t-140.5 43.5q-36 0 -60 -32.5t-24 -77.5l-156 42q0 94 59.5 163.5t149.5 69.5q56 0 152 -43.5t148 -43.5q34 0 60 32 t26 79z" />
<glyph unicode="&#xc4;" horiz-adv-x="1311" d="M917 314h-511l-99 -314h-295l501 1456h299l499 -1456h-295zM478 543h367l-180 572h-6zM1038 1601h-266v204h266v-204zM538 1601h-266v204h266v-204z" />
<glyph unicode="&#xc5;" horiz-adv-x="1311" d="M917 314h-511l-99 -314h-295l501 1456h299l499 -1456h-295zM478 543h367l-180 572h-6zM444 1739q0 83 61.5 139.5t151.5 56.5q88 0 149 -56.5t61 -139.5q0 -84 -60.5 -138t-149.5 -54q-90 0 -151.5 54t-61.5 138zM560 1739q0 -43 28 -70.5t69 -27.5t67.5 27.5t26.5 70.5 q0 44 -26.5 72t-67.5 28q-42 0 -69.5 -28.5t-27.5 -71.5z" />
<glyph unicode="&#xc6;" horiz-adv-x="1925" d="M1865 0h-898l-14 335h-440l-168 -335h-342l784 1456h1016v-228h-596l16 -366h499v-227h-490l17 -408h616v-227zM633 575h310l-23 559l-6 1z" />
<glyph unicode="&#xc7;" horiz-adv-x="1309" d="M1235 495l2 -6q4 -235 -143.5 -372.5t-409.5 -137.5q-263 0 -427 169t-164 435v289q0 265 160 435t416 170q270 0 422 -138.5t148 -377.5l-2 -6h-284q0 144 -69 220.5t-215 76.5q-131 0 -208 -106.5t-77 -271.5v-291q0 -167 81 -273.5t219 -106.5q137 0 202.5 73.5 t65.5 218.5h283zM774 5l-11 -57q64 -11 107 -52t43 -121q0 -107 -91.5 -171t-259.5 -64l-7 161q51 0 81 20.5t30 62.5q0 41 -32 57.5t-110 21.5l31 142h219z" />
<glyph unicode="&#xc8;" horiz-adv-x="1176" d="M1031 640h-603v-416h705v-224h-997v1456h995v-225h-703v-366h603v-225zM752 1560h-237l-271 260l2 6h309z" />
<glyph unicode="&#xc9;" horiz-adv-x="1176" d="M1031 640h-603v-416h705v-224h-997v1456h995v-225h-703v-366h603v-225zM655 1826h309l2 -6l-277 -260h-233z" />
<glyph unicode="&#xca;" horiz-adv-x="1176" d="M1031 640h-603v-416h705v-224h-997v1456h995v-225h-703v-366h603v-225zM976 1615v-23h-232l-140 133l-139 -133h-227v26l282 240h169z" />
<glyph unicode="&#xcb;" horiz-adv-x="1176" d="M1031 640h-603v-416h705v-224h-997v1456h995v-225h-703v-366h603v-225zM987 1601h-266v204h266v-204zM487 1601h-266v204h266v-204z" />
<glyph unicode="&#xcc;" horiz-adv-x="601" d="M446 0h-292v1456h292v-1456zM450 1560h-237l-271 260l2 6h309z" />
<glyph unicode="&#xcd;" horiz-adv-x="601" d="M446 0h-292v1456h292v-1456zM351 1826h309l2 -6l-277 -260h-233z" />
<glyph unicode="&#xce;" horiz-adv-x="601" d="M446 0h-292v1456h292v-1456zM674 1615v-23h-232l-140 133l-139 -133h-227v26l282 240h169z" />
<glyph unicode="&#xcf;" horiz-adv-x="601" d="M446 0h-292v1456h292v-1456zM685 1601h-266v204h266v-204zM185 1601h-266v204h266v-204z" />
<glyph unicode="&#xd0;" horiz-adv-x="1372" d="M166 0v652h-135v181h135v623h500q267 0 440 -170.5t173 -437.5v-241q0 -268 -173 -437.5t-440 -169.5h-500zM702 652h-244v-428h193q157 0 246 106t89 277v243q0 169 -89 275t-246 106h-193v-398h244v-181z" />
<glyph unicode="&#xd1;" horiz-adv-x="1450" d="M1313 0h-291l-588 995l-6 -1v-994h-292v1456h292l588 -994l6 1v993h291v-1456zM1098 1856q0 -96 -59.5 -163.5t-150.5 -67.5q-70 0 -158.5 43.5t-140.5 43.5q-36 0 -60 -32.5t-24 -77.5l-156 42q0 94 59.5 163.5t149.5 69.5q56 0 152 -43.5t148 -43.5q34 0 60 32t26 79z " />
<glyph unicode="&#xd2;" horiz-adv-x="1399" d="M1307 597q0 -268 -169.5 -443t-440.5 -175q-269 0 -437 175t-168 443v262q0 267 167.5 442.5t436.5 175.5q271 0 441 -175.5t170 -442.5v-262zM1015 861q0 170 -85 279t-234 109t-231 -108.5t-82 -279.5v-264q0 -173 83 -282t231 -109q150 0 234 109t84 282v264z M847 1560h-237l-271 260l2 6h309z" />
<glyph unicode="&#xd3;" horiz-adv-x="1399" d="M1307 597q0 -268 -169.5 -443t-440.5 -175q-269 0 -437 175t-168 443v262q0 267 167.5 442.5t436.5 175.5q271 0 441 -175.5t170 -442.5v-262zM1015 861q0 170 -85 279t-234 109t-231 -108.5t-82 -279.5v-264q0 -173 83 -282t231 -109q150 0 234 109t84 282v264z M750 1847h309l2 -6l-277 -260h-233z" />
<glyph unicode="&#xd4;" horiz-adv-x="1399" d="M1307 597q0 -268 -169.5 -443t-440.5 -175q-269 0 -437 175t-168 443v262q0 267 167.5 442.5t436.5 175.5q271 0 441 -175.5t170 -442.5v-262zM1015 861q0 170 -85 279t-234 109t-231 -108.5t-82 -279.5v-264q0 -173 83 -282t231 -109q150 0 234 109t84 282v264z M1071 1636v-23h-232l-140 133l-139 -133h-227v26l282 240h169z" />
<glyph unicode="&#xd5;" horiz-adv-x="1399" d="M1307 597q0 -268 -169.5 -443t-440.5 -175q-269 0 -437 175t-168 443v262q0 267 167.5 442.5t436.5 175.5q271 0 441 -175.5t170 -442.5v-262zM1015 861q0 170 -85 279t-234 109t-231 -108.5t-82 -279.5v-264q0 -173 83 -282t231 -109q150 0 234 109t84 282v264z M1073 1877q0 -96 -59.5 -163.5t-150.5 -67.5q-70 0 -158.5 43.5t-140.5 43.5q-36 0 -60 -32.5t-24 -77.5l-156 42q0 94 59.5 163.5t149.5 69.5q56 0 152 -43.5t148 -43.5q34 0 60 32t26 79z" />
<glyph unicode="&#xd6;" horiz-adv-x="1399" d="M1307 597q0 -268 -169.5 -443t-440.5 -175q-269 0 -437 175t-168 443v262q0 267 167.5 442.5t436.5 175.5q271 0 441 -175.5t170 -442.5v-262zM1015 861q0 170 -85 279t-234 109t-231 -108.5t-82 -279.5v-264q0 -173 83 -282t231 -109q150 0 234 109t84 282v264z M1082 1622h-266v204h266v-204zM582 1622h-266v204h266v-204z" />
<glyph unicode="&#xd7;" horiz-adv-x="1088" d="M64 371l309 315l-309 315l172 164l303 -310l304 310l172 -164l-309 -315l309 -315l-172 -164l-304 309l-303 -309z" />
<glyph unicode="&#xd8;" horiz-adv-x="1410" d="M1307 597q0 -268 -169.5 -443t-440.5 -175q-79 0 -151 16t-133 47l-80 -137h-143l119 204q-104 83 -160.5 209.5t-56.5 278.5v262q0 267 167.5 442.5t436.5 175.5q100 0 188.5 -26.5t162.5 -74.5l83 142h143l-130 -223q79 -83 121.5 -195t42.5 -241v-262zM383 597 q0 -74 15.5 -137.5t45.5 -107.5l6 -1l468 803q-42 45 -98 70t-124 25q-149 0 -231 -108.5t-82 -279.5v-264zM1015 861q0 45 -7 87t-18 73l-6 1l-449 -771q33 -22 74 -33.5t88 -11.5q150 0 234 109t84 282v264z" />
<glyph unicode="&#xd9;" horiz-adv-x="1407" d="M1288 1456v-966q0 -245 -162 -378t-424 -133q-261 0 -421.5 133t-160.5 378v966h293v-966q0 -144 77 -215.5t212 -71.5q137 0 215 71t78 216v966h293zM852 1560h-237l-271 260l2 6h309z" />
<glyph unicode="&#xda;" horiz-adv-x="1407" d="M1288 1456v-966q0 -245 -162 -378t-424 -133q-261 0 -421.5 133t-160.5 378v966h293v-966q0 -144 77 -215.5t212 -71.5q137 0 215 71t78 216v966h293zM755 1826h309l2 -6l-277 -260h-233z" />
<glyph unicode="&#xdb;" horiz-adv-x="1407" d="M1288 1456v-966q0 -245 -162 -378t-424 -133q-261 0 -421.5 133t-160.5 378v966h293v-966q0 -144 77 -215.5t212 -71.5q137 0 215 71t78 216v966h293zM1076 1615v-23h-232l-140 133l-139 -133h-227v26l282 240h169z" />
<glyph unicode="&#xdc;" horiz-adv-x="1407" d="M1288 1456v-966q0 -245 -162 -378t-424 -133q-261 0 -421.5 133t-160.5 378v966h293v-966q0 -144 77 -215.5t212 -71.5q137 0 215 71t78 216v966h293zM1087 1601h-266v204h266v-204zM587 1601h-266v204h266v-204z" />
<glyph unicode="&#xdd;" horiz-adv-x="1292" d="M643 785h6l318 671h320l-500 -944v-512h-291v527l-491 929h320zM703 1826h309l2 -6l-277 -260h-233z" />
<glyph unicode="&#xde;" horiz-adv-x="1247" d="M424 1456v-270h221q254 0 396 -124t142 -324q0 -201 -142 -325t-396 -124h-221v-289h-292v1456h292zM424 961v-447h221q123 0 184.5 63.5t61.5 158.5t-61.5 160t-184.5 65h-221z" />
<glyph unicode="&#xdf;" horiz-adv-x="1294" d="M426 0h-291v1101q0 226 129 349t352 123q180 0 299 -95.5t119 -271.5q0 -108 -53.5 -205.5t-53.5 -165.5q0 -56 150 -197.5t150 -281.5q0 -189 -115 -283t-332 -94q-81 0 -160.5 15t-118.5 41l55 223q39 -22 96 -38.5t122 -16.5q76 0 119 38t43 103q0 71 -150 205.5 t-150 276.5q0 90 54.5 190t54.5 175q0 68 -45 113t-103 45q-76 0 -123.5 -67.5t-47.5 -184.5v-1097z" />
<glyph unicode="&#xe0;" horiz-adv-x="1100" d="M747 0q-16 37 -27.5 78t-16.5 84q-45 -79 -118.5 -131t-175.5 -52q-170 0 -262 87.5t-92 238.5q0 159 122.5 246.5t357.5 87.5h163v86q0 78 -41 121t-121 43q-71 0 -109.5 -34.5t-38.5 -95.5l-282 1l-1 6q-7 137 119 236.5t331 99.5q194 0 315 -98.5t121 -280.5v-447 q0 -76 11.5 -143t36.5 -133h-292zM480 195q77 0 137 38t81 88v153h-163q-93 0 -141 -46.5t-48 -112.5q0 -54 36 -87t98 -33zM692 1232h-237l-271 260l2 6h309z" />
<glyph unicode="&#xe1;" horiz-adv-x="1100" d="M747 0q-16 37 -27.5 78t-16.5 84q-45 -79 -118.5 -131t-175.5 -52q-170 0 -262 87.5t-92 238.5q0 159 122.5 246.5t357.5 87.5h163v86q0 78 -41 121t-121 43q-71 0 -109.5 -34.5t-38.5 -95.5l-282 1l-1 6q-7 137 119 236.5t331 99.5q194 0 315 -98.5t121 -280.5v-447 q0 -76 11.5 -143t36.5 -133h-292zM480 195q77 0 137 38t81 88v153h-163q-93 0 -141 -46.5t-48 -112.5q0 -54 36 -87t98 -33zM595 1498h309l2 -6l-277 -260h-233z" />
<glyph unicode="&#xe2;" horiz-adv-x="1100" d="M747 0q-16 37 -27.5 78t-16.5 84q-45 -79 -118.5 -131t-175.5 -52q-170 0 -262 87.5t-92 238.5q0 159 122.5 246.5t357.5 87.5h163v86q0 78 -41 121t-121 43q-71 0 -109.5 -34.5t-38.5 -95.5l-282 1l-1 6q-7 137 119 236.5t331 99.5q194 0 315 -98.5t121 -280.5v-447 q0 -76 11.5 -143t36.5 -133h-292zM480 195q77 0 137 38t81 88v153h-163q-93 0 -141 -46.5t-48 -112.5q0 -54 36 -87t98 -33zM916 1293v-23h-232l-140 133l-139 -133h-227v26l282 240h169z" />
<glyph unicode="&#xe3;" horiz-adv-x="1100" d="M747 0q-16 37 -27.5 78t-16.5 84q-45 -79 -118.5 -131t-175.5 -52q-170 0 -262 87.5t-92 238.5q0 159 122.5 246.5t357.5 87.5h163v86q0 78 -41 121t-121 43q-71 0 -109.5 -34.5t-38.5 -95.5l-282 1l-1 6q-7 137 119 236.5t331 99.5q194 0 315 -98.5t121 -280.5v-447 q0 -76 11.5 -143t36.5 -133h-292zM480 195q77 0 137 38t81 88v153h-163q-93 0 -141 -46.5t-48 -112.5q0 -54 36 -87t98 -33zM918 1534q0 -96 -59.5 -163.5t-150.5 -67.5q-70 0 -158.5 43.5t-140.5 43.5q-36 0 -60 -32.5t-24 -77.5l-156 42q0 94 59.5 163.5t149.5 69.5 q56 0 152 -43.5t148 -43.5q34 0 60 32t26 79z" />
<glyph unicode="&#xe4;" horiz-adv-x="1100" d="M747 0q-16 37 -27.5 78t-16.5 84q-45 -79 -118.5 -131t-175.5 -52q-170 0 -262 87.5t-92 238.5q0 159 122.5 246.5t357.5 87.5h163v86q0 78 -41 121t-121 43q-71 0 -109.5 -34.5t-38.5 -95.5l-282 1l-1 6q-7 137 119 236.5t331 99.5q194 0 315 -98.5t121 -280.5v-447 q0 -76 11.5 -143t36.5 -133h-292zM480 195q77 0 137 38t81 88v153h-163q-93 0 -141 -46.5t-48 -112.5q0 -54 36 -87t98 -33zM927 1279h-266v204h266v-204zM427 1279h-266v204h266v-204z" />
<glyph unicode="&#xe5;" horiz-adv-x="1100" d="M747 0q-16 37 -27.5 78t-16.5 84q-45 -79 -118.5 -131t-175.5 -52q-170 0 -262 87.5t-92 238.5q0 159 122.5 246.5t357.5 87.5h163v86q0 78 -41 121t-121 43q-71 0 -109.5 -34.5t-38.5 -95.5l-282 1l-1 6q-7 137 119 236.5t331 99.5q194 0 315 -98.5t121 -280.5v-447 q0 -76 11.5 -143t36.5 -133h-292zM480 195q77 0 137 38t81 88v153h-163q-93 0 -141 -46.5t-48 -112.5q0 -54 36 -87t98 -33zM332 1417q0 83 61.5 139.5t151.5 56.5q88 0 149 -56.5t61 -139.5q0 -84 -60.5 -138t-149.5 -54q-90 0 -151.5 54t-61.5 138zM448 1417 q0 -43 28 -70.5t69 -27.5t67.5 27.5t26.5 70.5q0 44 -26.5 72t-67.5 28q-42 0 -69.5 -28.5t-27.5 -71.5z" />
<glyph unicode="&#xe6;" horiz-adv-x="1729" d="M1246 -21q-129 0 -229.5 40.5t-167.5 116.5q-60 -68 -161.5 -112.5t-240.5 -44.5q-192 0 -296.5 90.5t-104.5 247.5q0 159 127 245t370 86h181v59q0 79 -41 124.5t-115 45.5q-81 0 -127 -37.5t-46 -93.5l-283 18l-2 6q-6 144 121.5 238t339.5 94q102 0 186 -27.5 t143 -79.5q61 52 142.5 79.5t180.5 27.5q212 0 333 -132t121 -358v-158h-650l-2 -6q4 -112 66 -178.5t186 -66.5q92 0 154 20t140 61l77 -184q-62 -48 -169 -84.5t-233 -36.5zM503 185q58 0 121 30.5t100 72.5v176h-179q-98 0 -152.5 -44t-54.5 -107q0 -59 41.5 -93.5 t123.5 -34.5zM1223 877q-95 0 -142 -61.5t-54 -166.5l2 -5h362v28q0 94 -42.5 149.5t-125.5 55.5z" />
<glyph unicode="&#xe7;" horiz-adv-x="1060" d="M566 203q78 0 125 45.5t47 121.5h265l3 -6q4 -164 -123.5 -274.5t-316.5 -110.5q-242 0 -373 153t-131 393v30q0 239 130.5 393t372.5 154q200 0 322.5 -114t118.5 -300l-2 -6h-266q0 84 -46 139.5t-127 55.5q-116 0 -163.5 -90t-47.5 -232v-30q0 -145 47.5 -233.5 t164.5 -88.5zM665 5l-11 -57q64 -11 107 -52t43 -121q0 -107 -91.5 -171t-259.5 -64l-7 161q51 0 81 20.5t30 62.5q0 41 -32 57.5t-110 21.5l31 142h219z" />
<glyph unicode="&#xe8;" horiz-adv-x="1084" d="M591 -21q-234 0 -374 150t-140 381v40q0 241 132.5 397t355.5 155q219 0 340 -132t121 -357v-159h-646l-2 -6q8 -107 71.5 -176t172.5 -69q97 0 161 19.5t140 61.5l79 -180q-66 -54 -173 -89.5t-238 -35.5zM565 877q-81 0 -128 -62t-58 -163l3 -5h358v26 q0 93 -43.5 148.5t-131.5 55.5zM694 1238h-237l-271 260l2 6h309z" />
<glyph unicode="&#xe9;" horiz-adv-x="1084" d="M591 -21q-234 0 -374 150t-140 381v40q0 241 132.5 397t355.5 155q219 0 340 -132t121 -357v-159h-646l-2 -6q8 -107 71.5 -176t172.5 -69q97 0 161 19.5t140 61.5l79 -180q-66 -54 -173 -89.5t-238 -35.5zM565 877q-81 0 -128 -62t-58 -163l3 -5h358v26 q0 93 -43.5 148.5t-131.5 55.5zM597 1504h309l2 -6l-277 -260h-233z" />
<glyph unicode="&#xea;" horiz-adv-x="1084" d="M591 -21q-234 0 -374 150t-140 381v40q0 241 132.5 397t355.5 155q219 0 340 -132t121 -357v-159h-646l-2 -6q8 -107 71.5 -176t172.5 -69q97 0 161 19.5t140 61.5l79 -180q-66 -54 -173 -89.5t-238 -35.5zM565 877q-81 0 -128 -62t-58 -163l3 -5h358v26 q0 93 -43.5 148.5t-131.5 55.5zM918 1294v-23h-232l-140 133l-139 -133h-227v26l282 240h169z" />
<glyph unicode="&#xeb;" horiz-adv-x="1084" d="M591 -21q-234 0 -374 150t-140 381v40q0 241 132.5 397t355.5 155q219 0 340 -132t121 -357v-159h-646l-2 -6q8 -107 71.5 -176t172.5 -69q97 0 161 19.5t140 61.5l79 -180q-66 -54 -173 -89.5t-238 -35.5zM565 877q-81 0 -128 -62t-58 -163l3 -5h358v26 q0 93 -43.5 148.5t-131.5 55.5zM929 1280h-266v204h266v-204zM429 1280h-266v204h266v-204z" />
<glyph unicode="&#xec;" horiz-adv-x="562" d="M425 0h-292v1082h292v-1082zM430 1238h-237l-271 260l2 6h309z" />
<glyph unicode="&#xed;" horiz-adv-x="562" d="M425 0h-292v1082h292v-1082zM331 1483h309l2 -6l-277 -260h-233z" />
<glyph unicode="&#xee;" horiz-adv-x="562" d="M425 0h-292v1082h292v-1082zM654 1274v-23h-232l-140 133l-139 -133h-227v26l282 240h169z" />
<glyph unicode="&#xef;" horiz-adv-x="562" d="M425 0h-292v1082h292v-1082zM665 1258h-266v204h266v-204zM165 1258h-266v204h266v-204z" />
<glyph unicode="&#xf0;" horiz-adv-x="1218" d="M921 1290q102 -106 158.5 -245t56.5 -303v-196q0 -250 -157 -408.5t-392 -158.5q-238 0 -388.5 140.5t-150.5 348.5q0 226 134.5 362.5t365.5 136.5q81 0 153 -25.5t124 -70.5l4 4q-14 83 -54 153.5t-100 125.5l-245 -136l-78 113l192 106l-1 6q-31 16 -68 30t-77 26 l92 218q88 -19 168.5 -52.5t149.5 -80.5l198 109l77 -113zM591 203q116 0 184.5 96.5t68.5 246.5v118q-35 39 -99 65t-151 26q-122 0 -188 -79t-66 -208q0 -112 68 -188.5t183 -76.5z" />
<glyph unicode="&#xf1;" d="M379 1082l13 -155q54 83 133 129t177 46q164 0 256 -103t92 -323v-676h-293v675q0 109 -44 154.5t-133 45.5q-58 0 -104 -23.5t-77 -66.5v-785h-292v1082h272zM951 1534q0 -96 -59.5 -163.5t-150.5 -67.5q-70 0 -158.5 43.5t-140.5 43.5q-36 0 -60 -32.5t-24 -77.5 l-156 42q0 94 59.5 163.5t149.5 69.5q56 0 152 -43.5t148 -43.5q34 0 60 32t26 79z" />
<glyph unicode="&#xf2;" d="M67 551q0 242 135 396.5t374 154.5q240 0 376 -154t136 -397v-21q0 -244 -135.5 -397.5t-374.5 -153.5q-240 0 -375.5 153.5t-135.5 397.5v21zM358 530q0 -148 52 -237.5t168 -89.5q113 0 165.5 90t52.5 237v21q0 144 -53 235t-167 91q-113 0 -165.5 -91.5t-52.5 -234.5 v-21zM725 1238h-237l-271 260l2 6h309z" />
<glyph unicode="&#xf3;" d="M67 551q0 242 135 396.5t374 154.5q240 0 376 -154t136 -397v-21q0 -244 -135.5 -397.5t-374.5 -153.5q-240 0 -375.5 153.5t-135.5 397.5v21zM358 530q0 -148 52 -237.5t168 -89.5q113 0 165.5 90t52.5 237v21q0 144 -53 235t-167 91q-113 0 -165.5 -91.5t-52.5 -234.5 v-21zM628 1504h309l2 -6l-277 -260h-233z" />
<glyph unicode="&#xf4;" d="M67 551q0 242 135 396.5t374 154.5q240 0 376 -154t136 -397v-21q0 -244 -135.5 -397.5t-374.5 -153.5q-240 0 -375.5 153.5t-135.5 397.5v21zM358 530q0 -148 52 -237.5t168 -89.5q113 0 165.5 90t52.5 237v21q0 144 -53 235t-167 91q-113 0 -165.5 -91.5t-52.5 -234.5 v-21zM949 1293v-23h-232l-140 133l-139 -133h-227v26l282 240h169z" />
<glyph unicode="&#xf5;" d="M67 551q0 242 135 396.5t374 154.5q240 0 376 -154t136 -397v-21q0 -244 -135.5 -397.5t-374.5 -153.5q-240 0 -375.5 153.5t-135.5 397.5v21zM358 530q0 -148 52 -237.5t168 -89.5q113 0 165.5 90t52.5 237v21q0 144 -53 235t-167 91q-113 0 -165.5 -91.5t-52.5 -234.5 v-21zM951 1534q0 -96 -59.5 -163.5t-150.5 -67.5q-70 0 -158.5 43.5t-140.5 43.5q-36 0 -60 -32.5t-24 -77.5l-156 42q0 94 59.5 163.5t149.5 69.5q56 0 152 -43.5t148 -43.5q34 0 60 32t26 79z" />
<glyph unicode="&#xf6;" d="M67 551q0 242 135 396.5t374 154.5q240 0 376 -154t136 -397v-21q0 -244 -135.5 -397.5t-374.5 -153.5q-240 0 -375.5 153.5t-135.5 397.5v21zM358 530q0 -148 52 -237.5t168 -89.5q113 0 165.5 90t52.5 237v21q0 144 -53 235t-167 91q-113 0 -165.5 -91.5t-52.5 -234.5 v-21zM960 1279h-266v204h266v-204zM460 1279h-266v204h266v-204z" />
<glyph unicode="&#xf7;" horiz-adv-x="1168" d="M1092 573h-1029v227h1029v-227zM725 973h-293v233h293v-233zM725 164h-293v233h293v-233z" />
<glyph unicode="&#xf8;" d="M67 551q0 242 135 396.5t374 154.5q50 0 96.5 -8t90.5 -22l70 143h161l-103 -211q95 -74 146 -191.5t51 -261.5v-21q0 -244 -135.5 -397.5t-374.5 -153.5q-48 0 -92 7t-84 19l-71 -146h-161l103 211q-101 71 -153.5 190.5t-52.5 269.5v21zM358 530q0 -62 8.5 -114 t26.5 -86l6 -1l260 531q-19 8 -39.5 12.5t-43.5 4.5q-113 0 -165.5 -91.5t-52.5 -234.5v-21zM796 551q0 54 -8 102t-22 82l-6 1l-255 -521q15 -7 33.5 -9.5t39.5 -2.5q113 0 165.5 90t52.5 237v21z" />
<glyph unicode="&#xf9;" d="M773 156q-50 -85 -127 -131t-177 -46q-171 0 -267.5 109.5t-96.5 340.5v653h291v-655q0 -118 40 -169.5t118 -51.5q70 0 120 22.5t82 66.5v787h292v-1082h-249zM724 1217h-237l-271 260l2 6h309z" />
<glyph unicode="&#xfa;" d="M773 156q-50 -85 -127 -131t-177 -46q-171 0 -267.5 109.5t-96.5 340.5v653h291v-655q0 -118 40 -169.5t118 -51.5q70 0 120 22.5t82 66.5v787h292v-1082h-249zM627 1483h309l2 -6l-277 -260h-233z" />
<glyph unicode="&#xfb;" d="M773 156q-50 -85 -127 -131t-177 -46q-171 0 -267.5 109.5t-96.5 340.5v653h291v-655q0 -118 40 -169.5t118 -51.5q70 0 120 22.5t82 66.5v787h292v-1082h-249zM948 1274v-23h-232l-140 133l-139 -133h-227v26l282 240h169z" />
<glyph unicode="&#xfc;" d="M773 156q-50 -85 -127 -131t-177 -46q-171 0 -267.5 109.5t-96.5 340.5v653h291v-655q0 -118 40 -169.5t118 -51.5q70 0 120 22.5t82 66.5v787h292v-1082h-249zM959 1258h-266v204h266v-204zM459 1258h-266v204h266v-204z" />
<glyph unicode="&#xfd;" horiz-adv-x="1046" d="M502 454l12 -60h6l207 688h314l-439 -1244q-46 -116 -125 -195.5t-237 -79.5q-37 0 -68.5 6t-76.5 17l34 213q13 -2 28 -4t27 -2q72 0 111 35.5t60 88.5l34 84l-384 1081h314zM574 1483h309l2 -6l-277 -260h-233z" />
<glyph unicode="&#xfe;" horiz-adv-x="1162" d="M1098 511q0 -240 -111 -386t-310 -146q-85 0 -151 31.5t-113 92.5v-519h-291v416h-1v1560h292v-591q47 64 112 98.5t150 34.5q201 0 312 -157t111 -413v-21zM806 532q0 153 -51 248t-156 95q-66 0 -112.5 -27t-73.5 -77v-474q27 -46 73.5 -70t114.5 -24q106 0 155.5 83 t49.5 225v21z" />
<glyph unicode="&#xff;" horiz-adv-x="1046" d="M502 454l12 -60h6l207 688h314l-439 -1244q-46 -116 -125 -195.5t-237 -79.5q-37 0 -68.5 6t-76.5 17l34 213q13 -2 28 -4t27 -2q72 0 111 35.5t60 88.5l34 84l-384 1081h314zM908 1258h-266v204h266v-204zM408 1258h-266v204h266v-204z" />
<glyph unicode="&#x131;" horiz-adv-x="562" d="M425 0h-292v1082h292v-1082z" />
<glyph unicode="&#x152;" horiz-adv-x="1984" d="M1858 0h-867q-92 -10 -156.5 -15.5t-131.5 -5.5q-270 0 -438 165.5t-168 431.5v304q0 265 167 431t437 166q69 0 140 -6t150 -15h865v-225h-703v-366h603v-225h-603v-416h705v-224zM703 204q40 0 79.5 2t78.5 7v1030q-45 4 -83.5 6.5t-76.5 2.5q-148 0 -230.5 -94.5 t-82.5 -275.5v-306q0 -182 83.5 -277t231.5 -95z" />
<glyph unicode="&#x153;" horiz-adv-x="1848" d="M1369 -21q-127 0 -228 46t-169 131q-67 -85 -167 -131t-227 -46q-240 0 -375.5 153.5t-135.5 397.5v21q0 242 135 396.5t374 154.5q127 0 227 -46.5t167 -129.5q65 84 159.5 130t213.5 46q219 0 340 -132t121 -357v-159h-646l-2 -6q8 -107 71.5 -176t172.5 -69 q97 0 161 19.5t140 61.5l79 -180q-66 -54 -173 -89.5t-238 -35.5zM358 530q0 -148 52 -237.5t168 -89.5q113 0 165.5 90t52.5 237v21q0 144 -53 235t-167 91q-113 0 -165.5 -91.5t-52.5 -234.5v-21zM1343 877q-81 0 -128 -62t-58 -163l3 -5h358v26q0 93 -43.5 148.5 t-131.5 55.5z" />
<glyph unicode="&#x178;" horiz-adv-x="1292" d="M643 785h6l318 671h320l-500 -944v-512h-291v527l-491 929h320zM1035 1601h-266v204h266v-204zM535 1601h-266v204h266v-204z" />
<glyph unicode="&#x2c6;" horiz-adv-x="1016" d="M875 1275v-23h-232l-140 133l-139 -133h-227v26l282 240h169z" />
<glyph unicode="&#x2da;" horiz-adv-x="682" d="M129 1298q0 83 61.5 139.5t151.5 56.5q88 0 149 -56.5t61 -139.5q0 -84 -60.5 -138t-149.5 -54q-90 0 -151.5 54t-61.5 138zM245 1298q0 -43 28 -70.5t69 -27.5t67.5 27.5t26.5 70.5q0 44 -26.5 72t-67.5 28q-42 0 -69.5 -28.5t-27.5 -71.5z" />
<glyph unicode="&#x2dc;" horiz-adv-x="986" d="M868 1484q0 -96 -59.5 -163.5t-150.5 -67.5q-70 0 -158.5 43.5t-140.5 43.5q-36 0 -60 -32.5t-24 -77.5l-156 42q0 94 59.5 163.5t149.5 69.5q56 0 152 -43.5t148 -43.5q34 0 60 32t26 79z" />
<glyph unicode="&#x2000;" horiz-adv-x="967" />
<glyph unicode="&#x2001;" horiz-adv-x="1935" />
<glyph unicode="&#x2002;" horiz-adv-x="967" />
<glyph unicode="&#x2003;" horiz-adv-x="1935" />
<glyph unicode="&#x2004;" horiz-adv-x="645" />
<glyph unicode="&#x2005;" horiz-adv-x="483" />
<glyph unicode="&#x2006;" horiz-adv-x="322" />
<glyph unicode="&#x2007;" horiz-adv-x="322" />
<glyph unicode="&#x2008;" horiz-adv-x="241" />
<glyph unicode="&#x2009;" horiz-adv-x="387" />
<glyph unicode="&#x200a;" horiz-adv-x="107" />
<glyph unicode="&#x2010;" horiz-adv-x="801" d="M677 510h-564v225h564v-225z" />
<glyph unicode="&#x2011;" horiz-adv-x="801" d="M677 510h-564v225h564v-225z" />
<glyph unicode="&#x2012;" horiz-adv-x="801" d="M677 510h-564v225h564v-225z" />
<glyph unicode="&#x2013;" horiz-adv-x="1413" d="M1235.99 601h-1084.19v228h1084.19v-228z" />
<glyph unicode="&#x2014;" horiz-adv-x="1670" d="M1487.98 601h-1334.38v228h1334.38v-228z" />
<glyph unicode="&#x2018;" horiz-adv-x="405" d="M50 1207l162 353h143l-60 -352v-193h-245v192z" />
<glyph unicode="&#x2019;" horiz-adv-x="405" d="M363 1366l-162 -350h-144l60 349v195h246v-194z" />
<glyph unicode="&#x201a;" horiz-adv-x="406" d="M356 19l-147 -282h-159l60 266v284h246v-268z" />
<glyph unicode="&#x201c;" horiz-adv-x="742" d="M50 1207l162 353h143l-60 -352v-193h-245v192zM379 1207l162 353h143l-60 -352v-193h-245v192z" />
<glyph unicode="&#x201d;" horiz-adv-x="750" d="M363 1366l-162 -350h-144l60 349v195h246v-194zM700 1366l-162 -350h-144l60 349v195h246v-194z" />
<glyph unicode="&#x201e;" horiz-adv-x="732" d="M340 55l-162 -280h-128l60 268v255h230v-243zM682 55l-162 -280h-129l60 276v247h231v-243z" />
<glyph unicode="&#x2022;" horiz-adv-x="737" d="M135 806q0 100 65 164t172 64q110 0 175 -63.5t65 -164.5v-90q0 -101 -64.5 -163t-173.5 -62t-174 62.5t-65 162.5v90z" />
<glyph unicode="&#x2026;" horiz-adv-x="1519" d="M436 0h-292v256h292v-256zM879 0h-292v256h292v-256zM1299 0h-292v256h292v-256z" />
<glyph unicode="&#x202f;" horiz-adv-x="387" />
<glyph unicode="&#x2039;" horiz-adv-x="639" d="M335 550l240 -399h-187l-280 390v19l280 390h187z" />
<glyph unicode="&#x203a;" horiz-adv-x="619" d="M268 950l280 -390v-19l-280 -390h-188l239 399l-239 400h188z" />
<glyph unicode="&#x2044;" horiz-adv-x="913" d="M171 109l-142 75l711 1138l142 -75z" />
<glyph unicode="&#x205f;" horiz-adv-x="483" />
<glyph unicode="&#x20ac;" horiz-adv-x="1116" d="M937 455h-428v-8q0 -99 67.5 -171.5t187.5 -72.5q58 0 113.5 8.5t106.5 25.5l21 -227q-57 -15 -118 -23t-123 -8q-245 0 -396 137.5t-151 330.5v8h-146v200h146v116h-146v200h146v13q0 203 150.5 348t394.5 145q60 0 117.5 -8t125.5 -23l-21 -229q-53 16 -109.5 25.5 t-112.5 9.5q-118 0 -185.5 -80.5t-67.5 -185.5v-15h428v-200h-428v-116h428v-200z" />
<glyph unicode="&#x2122;" horiz-adv-x="1294" d="M994 1197l-6 1l-105 -283h-73l-110 298l-6 -1v-297h-129v541h159l119 -362h6l120 362h154v-541h-129v282zM494 1351h-128v-434h-144v434h-126v105h398v-105z" />
<glyph unicode="&#x2212;" horiz-adv-x="1137" d="M980 601h-834v228h834v-228z" />
<glyph unicode="&#x25fc;" horiz-adv-x="1080" d="M0 1080h1080v-1080h-1080v1080z" />
<glyph unicode="&#xfb02;" horiz-adv-x="1279" d="M188 0v877h-161v205h161v120q0 182 105 280.5t295 98.5q37 0 75.5 -5.5t84.5 -15.5l-25 -217q-24 4 -46.5 7t-52.5 3q-71 0 -107.5 -39t-36.5 -112v-120h215v-205h-215v-877h-292zM1151 0h-292v1560h292v-1560z" />
<glyph unicode="&#xfb03;" horiz-adv-x="1981" d="M188 0v877h-161v205h161v120q0 182 105 280.5t295 98.5q37 0 75.5 -5.5t84.5 -15.5l-25 -217q-24 4 -46.5 7t-52.5 3q-71 0 -107.5 -39t-36.5 -112v-120h215v-205h-215v-877h-292zM913 0v877h-161v205h161v74q0 204 124.5 314.5t350.5 110.5q78 0 154 -15.5t176 -44.5 l-42 -230q-73 22 -132.5 34t-136.5 12q-101 0 -151.5 -46t-50.5 -135v-74h213v-205h-213v-877h-292zM1853 0h-292v1082h292v-1082z" />
<glyph unicode="&#xfb04;" horiz-adv-x="2011" d="M188 0v877h-161v205h161v120q0 182 105 280.5t295 98.5q37 0 75.5 -5.5t84.5 -15.5l-25 -217q-24 4 -46.5 7t-52.5 3q-71 0 -107.5 -39t-36.5 -112v-120h215v-205h-215v-877h-292zM920 0v877h-161v205h161v120q0 182 105 280.5t295 98.5q37 0 75.5 -5.5t84.5 -15.5 l-25 -217q-24 4 -46.5 7t-52.5 3q-71 0 -107.5 -39t-36.5 -112v-120h215v-205h-215v-877h-292zM1883 0h-292v1560h292v-1560z" />
<glyph horiz-adv-x="896" d="M699 296h101v-157h-101v-139h-211v139h-410l-14 126l424 536h211v-505zM280 296h208v257l-6 2l-13 -20z" />
<glyph horiz-adv-x="862" d="M408 473q62 0 92 24.5t30 70.5q0 38 -28.5 63.5t-83.5 25.5q-51 0 -79.5 -22t-28.5 -53h-200l-2 6q-6 101 82 162.5t222 61.5q152 0 240.5 -59.5t88.5 -169.5q0 -55 -35.5 -100.5t-96.5 -70.5q70 -24 107.5 -71.5t37.5 -115.5q0 -112 -89.5 -174t-241.5 -62 q-146 0 -240 62.5t-88 175.5l2 6h201q0 -42 31.5 -65.5t91.5 -23.5q56 0 90 24t34 68q0 50 -35 77t-102 27h-111v133h111z" />
<glyph horiz-adv-x="845" d="M736 0h-622v155l309 252q60 50 77.5 83.5t17.5 74.5q0 39 -23.5 65.5t-72.5 26.5q-55 0 -83 -30t-28 -77h-201l-2 6q-6 106 82.5 181t236.5 75q144 0 223 -65t79 -183q0 -82 -53.5 -144.5t-178.5 -165.5l-109 -93l2 -6h346v-155z" />
<glyph horiz-adv-x="568" d="M416 0h-211v630h-127v159l338 23v-812z" />
<hkern u1="&#x22;" u2="w" k="-12" />
<hkern u1="&#x27;" u2="w" k="-12" />
<hkern u1="&#x28;" u2="&#x178;" k="-25" />
<hkern u1="&#x28;" u2="&#xdd;" k="-25" />
<hkern u1="&#x28;" u2="Y" k="-25" />
<hkern u1="&#x28;" u2="W" k="-26" />
<hkern u1="&#x28;" u2="V" k="-23" />
<hkern u1="A" u2="w" k="39" />
<hkern u1="A" u2="t" k="20" />
<hkern u1="A" u2="&#x3f;" k="77" />
<hkern u1="C" u2="&#x29;" k="30" />
<hkern u1="D" u2="&#xc6;" k="61" />
<hkern u1="E" u2="w" k="25" />
<hkern u1="F" u2="&#x2026;" k="325" />
<hkern u1="F" u2="&#x201e;" k="325" />
<hkern u1="F" u2="&#x201a;" k="325" />
<hkern u1="F" u2="&#x153;" k="52" />
<hkern u1="F" u2="&#xff;" k="28" />
<hkern u1="F" u2="&#xfd;" k="28" />
<hkern u1="F" u2="&#xfc;" k="25" />
<hkern u1="F" u2="&#xfb;" k="25" />
<hkern u1="F" u2="&#xfa;" k="25" />
<hkern u1="F" u2="&#xf9;" k="25" />
<hkern u1="F" u2="&#xf6;" k="54" />
<hkern u1="F" u2="&#xf5;" k="54" />
<hkern u1="F" u2="&#xf4;" k="54" />
<hkern u1="F" u2="&#xf3;" k="54" />
<hkern u1="F" u2="&#xf2;" k="54" />
<hkern u1="F" u2="&#xeb;" k="52" />
<hkern u1="F" u2="&#xea;" k="52" />
<hkern u1="F" u2="&#xe9;" k="52" />
<hkern u1="F" u2="&#xe8;" k="52" />
<hkern u1="F" u2="&#xe7;" k="52" />
<hkern u1="F" u2="&#xe5;" k="68" />
<hkern u1="F" u2="&#xe4;" k="68" />
<hkern u1="F" u2="&#xe3;" k="68" />
<hkern u1="F" u2="&#xe2;" k="68" />
<hkern u1="F" u2="&#xe1;" k="68" />
<hkern u1="F" u2="&#xe0;" k="68" />
<hkern u1="F" u2="&#xc5;" k="163" />
<hkern u1="F" u2="&#xc4;" k="163" />
<hkern u1="F" u2="&#xc3;" k="163" />
<hkern u1="F" u2="&#xc2;" k="163" />
<hkern u1="F" u2="&#xc1;" k="163" />
<hkern u1="F" u2="&#xc0;" k="163" />
<hkern u1="F" u2="y" k="28" />
<hkern u1="F" u2="v" k="28" />
<hkern u1="F" u2="u" k="25" />
<hkern u1="F" u2="r" k="30" />
<hkern u1="F" u2="q" k="52" />
<hkern u1="F" u2="o" k="54" />
<hkern u1="F" u2="g" k="52" />
<hkern u1="F" u2="e" k="52" />
<hkern u1="F" u2="d" k="52" />
<hkern u1="F" u2="c" k="52" />
<hkern u1="F" u2="a" k="68" />
<hkern u1="F" u2="T" k="-20" />
<hkern u1="F" u2="A" k="163" />
<hkern u1="F" u2="&#x3a;" k="325" />
<hkern u1="F" u2="&#x2e;" k="325" />
<hkern u1="F" u2="&#x2c;" k="325" />
<hkern u1="K" u2="w" k="74" />
<hkern u1="L" u2="w" k="104" />
<hkern u1="O" u2="&#xc6;" k="61" />
<hkern u1="P" u2="&#xc6;" k="165" />
<hkern u1="P" u2="t" k="-16" />
<hkern u1="Q" u2="&#x178;" k="71" />
<hkern u1="Q" u2="&#xdd;" k="71" />
<hkern u1="Q" u2="Y" k="71" />
<hkern u1="Q" u2="W" k="23" />
<hkern u1="Q" u2="V" k="33" />
<hkern u1="Q" u2="T" k="39" />
<hkern u1="R" u2="&#x178;" k="57" />
<hkern u1="R" u2="&#xdd;" k="57" />
<hkern u1="R" u2="Y" k="57" />
<hkern u1="R" u2="V" k="22" />
<hkern u1="R" u2="T" k="31" />
<hkern u1="T" u2="&#xf8;" k="112" />
<hkern u1="T" u2="&#xe6;" k="99" />
<hkern u1="T" u2="&#xc6;" k="195" />
<hkern u1="T" u2="&#xbb;" k="173" />
<hkern u1="T" u2="&#xab;" k="175" />
<hkern u1="T" u2="w" k="55" />
<hkern u1="T" u2="r" k="77" />
<hkern u1="V" u2="&#x7d;" k="-22" />
<hkern u1="V" u2="r" k="35" />
<hkern u1="V" u2="]" k="-20" />
<hkern u1="V" u2="&#x29;" k="-23" />
<hkern u1="W" u2="&#x7d;" k="-16" />
<hkern u1="W" u2="r" k="24" />
<hkern u1="W" u2="]" k="-14" />
<hkern u1="W" u2="&#x29;" k="-17" />
<hkern u1="Y" u2="&#x2022;" k="105" />
<hkern u1="Y" u2="&#xf8;" k="91" />
<hkern u1="Y" u2="&#xe6;" k="89" />
<hkern u1="Y" u2="&#xc6;" k="136" />
<hkern u1="Y" u2="&#xbb;" k="60" />
<hkern u1="Y" u2="&#xab;" k="119" />
<hkern u1="Y" u2="&#x7d;" k="-22" />
<hkern u1="Y" u2="t" k="33" />
<hkern u1="Y" u2="r" k="62" />
<hkern u1="Y" u2="f" k="40" />
<hkern u1="Y" u2="]" k="-21" />
<hkern u1="Y" u2="&#x2a;" k="88" />
<hkern u1="Y" u2="&#x29;" k="-23" />
<hkern u1="Y" u2="&#x26;" k="57" />
<hkern u1="Z" u2="w" k="31" />
<hkern u1="[" u2="&#xdc;" k="21" />
<hkern u1="[" u2="&#xdb;" k="21" />
<hkern u1="[" u2="&#xda;" k="21" />
<hkern u1="[" u2="&#xd9;" k="21" />
<hkern u1="[" u2="U" k="21" />
<hkern u1="[" u2="J" k="21" />
<hkern u1="f" u2="&#x201d;" k="-34" />
<hkern u1="f" u2="&#x201c;" k="-34" />
<hkern u1="f" u2="&#x2019;" k="-34" />
<hkern u1="f" u2="&#x2018;" k="-34" />
<hkern u1="f" u2="&#x7d;" k="-37" />
<hkern u1="f" u2="]" k="-66" />
<hkern u1="f" u2="&#x29;" k="-53" />
<hkern u1="f" u2="&#x27;" k="-34" />
<hkern u1="f" u2="&#x22;" k="-34" />
<hkern u1="k" u2="&#x153;" k="23" />
<hkern u1="k" u2="&#xeb;" k="23" />
<hkern u1="k" u2="&#xea;" k="23" />
<hkern u1="k" u2="&#xe9;" k="23" />
<hkern u1="k" u2="&#xe8;" k="23" />
<hkern u1="k" u2="&#xe7;" k="23" />
<hkern u1="k" u2="q" k="23" />
<hkern u1="k" u2="g" k="23" />
<hkern u1="k" u2="e" k="23" />
<hkern u1="k" u2="d" k="23" />
<hkern u1="k" u2="c" k="23" />
<hkern u1="r" u2="w" k="-27" />
<hkern u1="r" u2="t" k="-27" />
<hkern u1="r" u2="f" k="-24" />
<hkern u1="v" u2="f" k="-15" />
<hkern u1="w" u2="&#x2026;" k="72" />
<hkern u1="w" u2="&#x201e;" k="72" />
<hkern u1="w" u2="&#x201a;" k="72" />
<hkern u1="w" u2="&#x3a;" k="72" />
<hkern u1="w" u2="&#x2e;" k="72" />
<hkern u1="w" u2="&#x2c;" k="72" />
<hkern u1="y" u2="f" k="-15" />
<hkern u1="&#x7b;" u2="&#xdc;" k="23" />
<hkern u1="&#x7b;" u2="&#xdb;" k="23" />
<hkern u1="&#x7b;" u2="&#xda;" k="23" />
<hkern u1="&#x7b;" u2="&#xd9;" k="23" />
<hkern u1="&#x7b;" u2="U" k="23" />
<hkern u1="&#x7b;" u2="J" k="23" />
<hkern u1="&#xc0;" u2="w" k="39" />
<hkern u1="&#xc0;" u2="t" k="20" />
<hkern u1="&#xc0;" u2="&#x3f;" k="77" />
<hkern u1="&#xc1;" u2="w" k="39" />
<hkern u1="&#xc1;" u2="t" k="20" />
<hkern u1="&#xc1;" u2="&#x3f;" k="77" />
<hkern u1="&#xc2;" u2="w" k="39" />
<hkern u1="&#xc2;" u2="t" k="20" />
<hkern u1="&#xc2;" u2="&#x3f;" k="77" />
<hkern u1="&#xc3;" u2="w" k="39" />
<hkern u1="&#xc3;" u2="t" k="20" />
<hkern u1="&#xc3;" u2="&#x3f;" k="77" />
<hkern u1="&#xc4;" u2="w" k="39" />
<hkern u1="&#xc4;" u2="t" k="20" />
<hkern u1="&#xc4;" u2="&#x3f;" k="77" />
<hkern u1="&#xc5;" u2="w" k="39" />
<hkern u1="&#xc5;" u2="t" k="20" />
<hkern u1="&#xc5;" u2="&#x3f;" k="77" />
<hkern u1="&#xc7;" u2="&#x29;" k="30" />
<hkern u1="&#xc8;" u2="w" k="25" />
<hkern u1="&#xc9;" u2="w" k="25" />
<hkern u1="&#xca;" u2="w" k="25" />
<hkern u1="&#xcb;" u2="w" k="25" />
<hkern u1="&#xd0;" u2="&#xc6;" k="61" />
<hkern u1="&#xd2;" u2="&#xc6;" k="61" />
<hkern u1="&#xd3;" u2="&#xc6;" k="61" />
<hkern u1="&#xd4;" u2="&#xc6;" k="61" />
<hkern u1="&#xd5;" u2="&#xc6;" k="61" />
<hkern u1="&#xd6;" u2="&#xc6;" k="61" />
<hkern u1="&#xdd;" u2="&#x2022;" k="105" />
<hkern u1="&#xdd;" u2="&#xf8;" k="91" />
<hkern u1="&#xdd;" u2="&#xe6;" k="89" />
<hkern u1="&#xdd;" u2="&#xc6;" k="136" />
<hkern u1="&#xdd;" u2="&#xbb;" k="60" />
<hkern u1="&#xdd;" u2="&#xab;" k="119" />
<hkern u1="&#xdd;" u2="&#x7d;" k="-22" />
<hkern u1="&#xdd;" u2="t" k="33" />
<hkern u1="&#xdd;" u2="r" k="62" />
<hkern u1="&#xdd;" u2="f" k="40" />
<hkern u1="&#xdd;" u2="]" k="-21" />
<hkern u1="&#xdd;" u2="&#x2a;" k="88" />
<hkern u1="&#xdd;" u2="&#x29;" k="-23" />
<hkern u1="&#xdd;" u2="&#x26;" k="57" />
<hkern u1="&#xfd;" u2="f" k="-15" />
<hkern u1="&#xff;" u2="f" k="-15" />
<hkern u1="&#x178;" u2="&#x2022;" k="105" />
<hkern u1="&#x178;" u2="&#xf8;" k="91" />
<hkern u1="&#x178;" u2="&#xe6;" k="89" />
<hkern u1="&#x178;" u2="&#xc6;" k="136" />
<hkern u1="&#x178;" u2="&#xbb;" k="60" />
<hkern u1="&#x178;" u2="&#xab;" k="119" />
<hkern u1="&#x178;" u2="&#x7d;" k="-22" />
<hkern u1="&#x178;" u2="t" k="33" />
<hkern u1="&#x178;" u2="r" k="62" />
<hkern u1="&#x178;" u2="f" k="40" />
<hkern u1="&#x178;" u2="]" k="-21" />
<hkern u1="&#x178;" u2="&#x2a;" k="88" />
<hkern u1="&#x178;" u2="&#x29;" k="-23" />
<hkern u1="&#x178;" u2="&#x26;" k="57" />
<hkern u1="&#x2018;" u2="w" k="-12" />
<hkern u1="&#x2019;" u2="w" k="-12" />
<hkern u1="&#x201c;" u2="w" k="-12" />
<hkern u1="&#x201d;" u2="w" k="-12" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="43" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="174" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="81" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="92" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="m,n,p,ntilde" k="23" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="87" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="s" k="87" />
<hkern g1="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="285" />
<hkern g1="B" g2="T" k="31" />
<hkern g1="B" g2="V" k="28" />
<hkern g1="B" g2="Y,Yacute,Ydieresis" k="130" />
<hkern g1="C,Ccedilla" g2="T" k="34" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="24" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="T" k="31" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="V" k="25" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Y,Yacute,Ydieresis" k="50" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="88" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="X" k="25" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Z" k="26" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="22" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="T" k="-20" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="v,y,yacute,ydieresis" k="30" />
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="25" />
<hkern g1="K" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="30" />
<hkern g1="K" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="31" />
<hkern g1="K" g2="u,ugrave,uacute,ucircumflex,udieresis" k="26" />
<hkern g1="K" g2="v,y,yacute,ydieresis" k="47" />
<hkern g1="K" g2="hyphen,uni00AD,endash,emdash" k="168" />
<hkern g1="K" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="58" />
<hkern g1="L" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="298" />
<hkern g1="L" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-22" />
<hkern g1="L" g2="T" k="213" />
<hkern g1="L" g2="V" k="215" />
<hkern g1="L" g2="Y,Yacute,Ydieresis" k="267" />
<hkern g1="L" g2="u,ugrave,uacute,ucircumflex,udieresis" k="16" />
<hkern g1="L" g2="v,y,yacute,ydieresis" k="140" />
<hkern g1="L" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="59" />
<hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="28" />
<hkern g1="L" g2="W" k="117" />
<hkern g1="P" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="168" />
<hkern g1="P" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="12" />
<hkern g1="P" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="15" />
<hkern g1="P" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="15" />
<hkern g1="P" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="382" />
<hkern g1="P" g2="X" k="77" />
<hkern g1="P" g2="Z" k="39" />
<hkern g1="P" g2="v,y,yacute,ydieresis" k="-17" />
<hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="100" />
<hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="98" />
<hkern g1="T" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="105" />
<hkern g1="T" g2="m,n,p,ntilde" k="83" />
<hkern g1="T" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="93" />
<hkern g1="T" g2="s" k="90" />
<hkern g1="T" g2="T" k="-19" />
<hkern g1="T" g2="V" k="-19" />
<hkern g1="T" g2="Y,Yacute,Ydieresis" k="-19" />
<hkern g1="T" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="203" />
<hkern g1="T" g2="u,ugrave,uacute,ucircumflex,udieresis" k="77" />
<hkern g1="T" g2="v,y,yacute,ydieresis" k="97" />
<hkern g1="T" g2="hyphen,uni00AD,endash,emdash" k="200" />
<hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="33" />
<hkern g1="T" g2="W" k="-17" />
<hkern g1="T" g2="S" k="19" />
<hkern g1="T" g2="x" k="91" />
<hkern g1="T" g2="z" k="71" />
<hkern g1="V" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="141" />
<hkern g1="V" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="54" />
<hkern g1="V" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="52" />
<hkern g1="V" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="54" />
<hkern g1="V" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="215" />
<hkern g1="V" g2="u,ugrave,uacute,ucircumflex,udieresis" k="33" />
<hkern g1="V" g2="v,y,yacute,ydieresis" k="12" />
<hkern g1="V" g2="hyphen,uni00AD,endash,emdash" k="73" />
<hkern g1="V" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="30" />
<hkern g1="W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="73" />
<hkern g1="W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="39" />
<hkern g1="W" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="36" />
<hkern g1="W" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="36" />
<hkern g1="W" g2="T" k="-16" />
<hkern g1="W" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="169" />
<hkern g1="W" g2="u,ugrave,uacute,ucircumflex,udieresis" k="22" />
<hkern g1="W" g2="hyphen,uni00AD,endash,emdash" k="101" />
<hkern g1="X" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="30" />
<hkern g1="X" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="32" />
<hkern g1="X" g2="V" k="-16" />
<hkern g1="X" g2="u,ugrave,uacute,ucircumflex,udieresis" k="24" />
<hkern g1="X" g2="v,y,yacute,ydieresis" k="51" />
<hkern g1="X" g2="hyphen,uni00AD,endash,emdash" k="186" />
<hkern g1="X" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="37" />
<hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="159" />
<hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="96" />
<hkern g1="Y,Yacute,Ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="129" />
<hkern g1="Y,Yacute,Ydieresis" g2="m,n,p,ntilde" k="77" />
<hkern g1="Y,Yacute,Ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="144" />
<hkern g1="Y,Yacute,Ydieresis" g2="s" k="121" />
<hkern g1="Y,Yacute,Ydieresis" g2="T" k="-20" />
<hkern g1="Y,Yacute,Ydieresis" g2="V" k="-21" />
<hkern g1="Y,Yacute,Ydieresis" g2="Y,Yacute,Ydieresis" k="-21" />
<hkern g1="Y,Yacute,Ydieresis" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="247" />
<hkern g1="Y,Yacute,Ydieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="75" />
<hkern g1="Y,Yacute,Ydieresis" g2="v,y,yacute,ydieresis" k="23" />
<hkern g1="Y,Yacute,Ydieresis" g2="hyphen,uni00AD,endash,emdash" k="131" />
<hkern g1="Y,Yacute,Ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="34" />
<hkern g1="Y,Yacute,Ydieresis" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="61" />
<hkern g1="Y,Yacute,Ydieresis" g2="W" k="-20" />
<hkern g1="Y,Yacute,Ydieresis" g2="S" k="19" />
<hkern g1="Y,Yacute,Ydieresis" g2="x" k="34" />
<hkern g1="Y,Yacute,Ydieresis" g2="z" k="42" />
<hkern g1="Y,Yacute,Ydieresis" g2="J" k="159" />
<hkern g1="Z" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-15" />
<hkern g1="Z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="24" />
<hkern g1="Z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="24" />
<hkern g1="Z" g2="u,ugrave,uacute,ucircumflex,udieresis" k="22" />
<hkern g1="Z" g2="v,y,yacute,ydieresis" k="31" />
<hkern g1="Z" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="30" />
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="50" />
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="v,y,yacute,ydieresis" k="17" />
<hkern g1="b,p,thorn" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="49" />
<hkern g1="b,p,thorn" g2="v,y,yacute,ydieresis" k="12" />
<hkern g1="b,p,thorn" g2="x" k="17" />
<hkern g1="b,p,thorn" g2="z" k="17" />
<hkern g1="c,ccedilla" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="42" />
<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="38" />
<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="v,y,yacute,ydieresis" k="15" />
<hkern g1="h,m,n,ntilde" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="56" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="61" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="v,y,yacute,ydieresis" k="17" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="x" k="32" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="z" k="19" />
<hkern g1="r" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-19" />
<hkern g1="r" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="146" />
<hkern g1="r" g2="v,y,yacute,ydieresis" k="-28" />
<hkern g1="v,y,yacute,ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="17" />
<hkern g1="v,y,yacute,ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="15" />
<hkern g1="v,y,yacute,ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="17" />
<hkern g1="v,y,yacute,ydieresis" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="140" />
<hkern g1="x" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="23" />
<hkern g1="x" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="28" />
<hkern g1="z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" />
<hkern g1="z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="19" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 72 KiB

View File

@@ -0,0 +1,656 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
<metadata></metadata>
<defs>
<font id="robotobold_italic" horiz-adv-x="1088" >
<font-face units-per-em="2048" ascent="1638" descent="-410" />
<missing-glyph horiz-adv-x="486" />
<glyph unicode="&#xfb01;" horiz-adv-x="1184" d="M83 0l175 877h-148l41 205h148l15 74q43 217 180.5 321t357.5 104q68 0 140.5 -16t158.5 -44l-88 -230q-61 21 -115 33.5t-126 12.5q-87 0 -145 -47t-75 -134l-15 -74h193l-41 -205h-193l-175 -877h-288zM979 0h-288l216 1082h288z" />
<glyph horiz-adv-x="0" />
<glyph unicode="&#xd;" horiz-adv-x="486" />
<glyph unicode=" " horiz-adv-x="486" />
<glyph unicode="&#x09;" horiz-adv-x="486" />
<glyph unicode="&#xa0;" horiz-adv-x="486" />
<glyph unicode="!" horiz-adv-x="539" d="M431 502h-289l191 954h289zM329 0h-285l51 256h285z" />
<glyph unicode="&#x22;" horiz-adv-x="630" d="M394 1288l-116 -249h-125l37 237l46 284h202zM708 1288l-117 -249h-124l38 245l45 276h202z" />
<glyph unicode="#" horiz-adv-x="1140" d="M599 410h-166l-148 -410h-180l148 410h-208l34 169h235l105 290h-212l34 171h240l151 416h179l-150 -416h167l151 416h179l-151 -416h202l-34 -171h-230l-105 -290h207l-34 -169h-235l-148 -410h-180zM494 579h166l106 290h-167z" />
<glyph unicode="$" horiz-adv-x="1107" d="M719 383q13 84 -19 133t-124 94q-195 81 -280 180.5t-56 280.5q27 174 144 279t290 123l35 215h155l-35 -219q154 -28 231 -150t47 -314h-288q19 122 -12.5 184t-104.5 62q-70 0 -115.5 -50t-58.5 -131q-13 -80 18.5 -127t128.5 -95q192 -87 276 -186t56 -277 q-30 -180 -145 -282t-291 -120l-31 -197h-156l31 198q-166 21 -263 135.5t-61 334.5h288q-23 -140 20.5 -195t128.5 -55q76 0 126.5 49t64.5 130z" />
<glyph unicode="%" horiz-adv-x="1416" d="M242 1176q27 137 120.5 219t236.5 82q133 0 198 -87t40 -214l-15 -77q-28 -137 -120.5 -218t-235.5 -81q-132 0 -198.5 86.5t-40.5 212.5zM417 1099q-13 -61 7 -99t74 -38q48 0 85 40.5t49 96.5l15 77q12 62 -7.5 100.5t-72.5 38.5q-48 0 -86 -41t-49 -98zM721 357 q27 136 121 218t237 82q132 0 197.5 -87t40.5 -213l-15 -77q-28 -138 -120.5 -219t-235.5 -81q-132 0 -199 87t-41 213zM896 280q-13 -60 10 -99t72 -39q54 0 87.5 38.5t46.5 99.5l15 77q12 61 -8 99.5t-72 38.5q-49 0 -87 -41t-49 -97zM375 109l-124 75l889 1138l124 -75z " />
<glyph unicode="&#x26;" horiz-adv-x="1269" d="M51 392q19 123 91.5 204.5t214.5 176.5q-50 92 -69 168.5t-6 155.5q28 180 144.5 280t290.5 100q144 0 225.5 -99.5t59.5 -237.5q-16 -102 -73.5 -180.5t-150.5 -140.5l-92 -63l197 -312q41 58 69 124.5t40 140.5h214q-23 -143 -71.5 -256t-129.5 -201l159 -252h-326 l-54 85q-87 -54 -173 -80t-180 -26q-197 0 -303.5 116t-76.5 297zM481 203q46 0 95.5 13.5t98.5 39.5l-218 346l-14 -10q-49 -48 -72 -94t-30 -91q-15 -92 24 -148t116 -56zM539 1100q-8 -43 4.5 -86t42.5 -96l79 49q57 36 80.5 73.5t31.5 83.5q7 52 -18.5 90t-78.5 38 q-54 0 -92.5 -44t-48.5 -108z" />
<glyph unicode="'" horiz-adv-x="316" d="M388 1291l-114 -283h-125l42 268l46 284h194z" />
<glyph unicode="(" horiz-adv-x="679" d="M144 592q65 408 249 672.5t381 347.5l6 -1l28 -145q-136 -98 -252.5 -316t-169.5 -556l-4 -26q-57 -353 -10.5 -562t152.5 -313l-74 -143l-6 1q-167 80 -267 353t-37 666z" />
<glyph unicode=")" horiz-adv-x="679" d="M596 570q-64 -398 -255 -668t-390 -352l-6 1l-30 142q133 98 250.5 317.5t172.5 557.5l4 26q55 350 7 562t-150 314l76 142h6q169 -80 274.5 -359.5t44.5 -660.5z" />
<glyph unicode="*" horiz-adv-x="858" d="M414 966l-258 89l91 177l247 -123l51 347h183l-88 -353l290 120l19 -180l-299 -89l130 -265l-171 -110l-99 290l-213 -281l-129 106z" />
<glyph unicode="+" horiz-adv-x="1046" d="M735 812h326l-50 -252h-326l-83 -414h-272l83 414h-330l50 252h330l79 394h272z" />
<glyph unicode="," horiz-adv-x="478" d="M291 13l-218 -315h-168l129 324l45 221h258z" />
<glyph unicode="-" horiz-adv-x="769" d="M662 510h-531l45 225h531z" />
<glyph unicode="." horiz-adv-x="575" d="M338 0h-286l51 256h286z" />
<glyph unicode="/" horiz-adv-x="718" d="M90 -125h-212l808 1581h211z" />
<glyph unicode="0" horiz-adv-x="1103" d="M1041 567q-62 -309 -211 -448.5t-366 -139.5q-200 0 -301.5 152t-44.5 436l65 321q61 308 210.5 448.5t367.5 140.5q199 0 300 -153t45 -436zM825 918q36 185 7 259.5t-116 74.5q-80 0 -143.5 -82t-96.5 -252l-76 -379q-38 -187 -8.5 -261.5t117.5 -74.5q79 0 142 81.5 t98 254.5z" />
<glyph unicode="1" horiz-adv-x="1107" d="M645 0h-287l232 1159h-301l40 199l607 98z" />
<glyph unicode="2" horiz-adv-x="1107" d="M956 0h-933l31 191l518 505q112 117 163.5 197.5t62.5 149.5q15 95 -19 152t-114 57q-85 0 -143.5 -69.5t-76.5 -181.5h-279l-3 6q29 205 175.5 337.5t362.5 132.5q204 0 310 -118.5t76 -310.5q-23 -138 -105 -245t-272 -291l-276 -282l3 -6h555z" />
<glyph unicode="3" horiz-adv-x="1107" d="M425 783l11 69h156q87 0 141 55t69 151q14 91 -21 142.5t-118 51.5q-68 0 -125.5 -48.5t-70.5 -125.5h-279l-2 6q24 178 168 285.5t337 107.5q204 0 317.5 -109.5t82.5 -306.5q-16 -99 -85.5 -184t-175.5 -132q103 -44 149 -133t28 -204q-34 -208 -187 -318.5 t-369 -110.5q-183 0 -305.5 108t-86.5 303l3 6h280q-15 -88 28 -140.5t124 -52.5q85 0 147 56.5t78 151.5q18 120 -22 171t-140 51h-156z" />
<glyph unicode="4" horiz-adv-x="1107" d="M924 542h147l-45 -226h-147l-63 -316h-287l63 316h-545l22 175l749 965h289zM345 542h292l102 513l-5 3l-23 -31z" />
<glyph unicode="5" horiz-adv-x="1107" d="M160 645l208 811h764l-37 -234h-528l-90 -336q40 29 95 49t114 21q198 3 285 -127t50 -362q-35 -217 -174.5 -352.5t-364.5 -135.5q-182 0 -302 110.5t-86 300.5l2 5l280 14q-16 -101 23 -153.5t118 -52.5q86 0 141.5 73.5t73.5 188.5q21 131 -12 204.5t-125 73.5 q-70 0 -115 -31.5t-69 -83.5z" />
<glyph unicode="6" horiz-adv-x="1175" d="M826 1477q79 0 148 -16t133 -45l-84 -214q-63 23 -112.5 34.5t-117.5 11.5q-127 0 -224.5 -99.5t-119.5 -271.5l4 -5q54 49 134 77t174 28q187 0 280 -140t62 -352q-35 -228 -191 -367t-375 -139q-223 0 -348.5 158t-84.5 432l43 284q44 297 232.5 460.5t446.5 163.5z M650 756q-79 0 -140 -26.5t-101 -73.5l-14 -94q-27 -180 21 -269.5t154 -89.5q87 0 155.5 83.5t86.5 198.5q18 126 -25.5 198.5t-136.5 72.5z" />
<glyph unicode="7" horiz-adv-x="1107" d="M1151 1231q-264 -272 -376 -504.5t-200 -578.5l-38 -148h-288l38 148q82 322 226.5 590t360.5 493h-687l36 225h964z" />
<glyph unicode="8" horiz-adv-x="1107" d="M1115 1070q-24 -118 -94 -201.5t-174 -126.5q95 -51 141 -141t24 -203q-44 -216 -189 -317.5t-357 -101.5q-196 0 -309 110t-73 309q24 127 104 217t200 136q-84 48 -122.5 131t-16.5 188q41 207 177.5 307t336.5 100q182 0 286 -108t66 -299zM728 418q20 104 -16.5 160 t-116.5 56q-75 0 -137 -60t-81 -156q-22 -106 14.5 -160.5t119.5 -54.5q74 0 135.5 58.5t81.5 156.5zM825 1057q19 93 -9 144t-98 51q-65 0 -116 -53.5t-68 -141.5q-19 -97 9 -147.5t99 -50.5q64 0 114.5 54.5t68.5 143.5z" />
<glyph unicode="9" horiz-adv-x="1107" d="M451 203q98 0 178.5 86.5t106.5 243.5l6 37q-53 -58 -118 -86.5t-135 -28.5q-183 0 -273.5 135t-52.5 367q37 230 189 375t353 145q202 0 311.5 -155t65.5 -430l-55 -344q-45 -275 -213 -422t-398 -147q-67 0 -142 15.5t-133 45.5l67 211q56 -25 113 -36.5t130 -11.5z M572 669q60 0 112.5 27t88.5 71l26 159q26 167 -8.5 246.5t-120.5 79.5q-73 0 -137 -87.5t-83 -207.5q-22 -137 9 -212.5t113 -75.5z" />
<glyph unicode=":" horiz-adv-x="567" d="M340 0h-286l51 256h286zM505 825h-286l51 256h286z" />
<glyph unicode=";" horiz-adv-x="547" d="M494 825h-286l51 256h286zM336 13l-218 -315h-168l129 324l45 221h258z" />
<glyph unicode="&#x3c;" horiz-adv-x="979" d="M349 550v-6l491 -203l-54 -272l-731 367l30 148l16 79l877 366l-55 -272z" />
<glyph unicode="=" horiz-adv-x="1111" d="M1036 763h-837l45 229h837zM949 332h-837l46 229h837z" />
<glyph unicode="&#x3e;" horiz-adv-x="994" d="M681 544v6l-500 206l54 269l741 -366l-30 -149h-1l-15 -78l-887 -367l54 270z" />
<glyph unicode="?" horiz-adv-x="968" d="M299 414q29 139 81 204t186 159q76 59 127.5 126t67.5 149q20 97 -12.5 146.5t-113.5 49.5q-61 0 -118 -44.5t-74 -128.5h-281l-2 6q37 192 180 294t340 102q199 0 303.5 -115.5t66.5 -306.5q-27 -135 -115 -237t-211 -179q-66 -47 -93.5 -94.5t-43.5 -130.5h-288zM504 0 h-288l50 250h288z" />
<glyph unicode="@" horiz-adv-x="1694" d="M1629 513q-53 -218 -195.5 -376t-366.5 -158q-69 0 -114 45t-53 125q-58 -84 -126.5 -125.5t-148.5 -41.5q-123 0 -173.5 121t6.5 313q73 254 214 407t298 153q102 0 170 -27.5t132 -78.5l-4 -4h5l-161 -573q-25 -95 -14.5 -130t41.5 -28l6 -1q93 -5 181 105.5t128 273.5 q86 353 -15.5 551t-393.5 198q-261 0 -478 -216.5t-301 -567.5q-86 -355 22.5 -560t388.5 -205q74 0 165.5 20t156.5 50l7 -147q-72 -42 -173 -65.5t-193 -23.5q-345 0 -505.5 253.5t-61.5 677.5q102 427 374 683.5t634 256.5q335 0 490 -247.5t58 -657.5zM679 416 q-34 -127 -22 -192.5t68 -65.5q46 0 92 26t92 94q1 5 1.5 8t2.5 7l140 498q-18 6 -37.5 9.5t-40.5 3.5q-95 0 -168.5 -98t-127.5 -290z" />
<glyph unicode="A" horiz-adv-x="1240" d="M832 314h-456l-154 -314h-289l754 1456h294l169 -1456h-290zM488 543h323l-49 546l-6 1z" />
<glyph unicode="B" horiz-adv-x="1238" d="M42 0l291 1456h465q227 0 349 -102t83 -297q-22 -107 -86 -184.5t-168 -115.5q116 -29 157.5 -120.5t18.5 -212.5q-45 -222 -191.5 -323t-390.5 -101h-528zM459 644l-84 -420h240q97 0 163.5 51.5t86.5 148.5q22 114 -11 167t-134 53h-261zM499 846h195q93 2 159 51 t85 137q21 108 -25 152.5t-160 44.5h-177z" />
<glyph unicode="C" horiz-adv-x="1226" d="M1169 488l2 -6q-61 -243 -204.5 -373t-382.5 -130q-233 0 -374.5 174.5t-89.5 432.5l58 290q57 287 219 444t402 157q237 0 368 -142t100 -378l-2 -5h-282q20 145 -30 222.5t-181 77.5q-107 0 -190.5 -104.5t-115.5 -269.5l-59 -292q-36 -176 17.5 -279.5t179.5 -103.5 q112 0 179.5 69.5t106.5 215.5h279z" />
<glyph unicode="D" horiz-adv-x="1258" d="M42 0l291 1456h435q236 0 386 -179t99 -439l-49 -241q-58 -288 -230 -442.5t-423 -154.5h-509zM576 1231l-201 -1007h206q129 0 214 100t120 273l49 243q35 177 -37 284t-219 107h-132z" />
<glyph unicode="E" horiz-adv-x="1104" d="M1010 640h-552l-83 -416h647l-45 -224h-935l291 1456h933l-45 -225h-645l-73 -366h552z" />
<glyph unicode="F" horiz-adv-x="1110" d="M1009 605h-558l-121 -605h-288l291 1456h941l-45 -225h-653l-80 -401h558z" />
<glyph unicode="G" horiz-adv-x="1281" d="M1128 199q-80 -86 -221 -153t-338 -67q-233 0 -366 168.5t-81 428.5l61 304q56 281 237 439t425 158q236 0 348 -129.5t90 -340.5l-3 -6h-272q6 120 -38.5 185.5t-161.5 65.5q-111 0 -208.5 -105.5t-129.5 -264.5l-61 -306q-36 -176 19.5 -274.5t185.5 -98.5 q84 0 145.5 21.5t95.5 51.5l53 264h-227l40 202h515z" />
<glyph unicode="H" horiz-adv-x="1359" d="M1146 0h-287l121 605h-529l-121 -605h-288l291 1456h288l-125 -626h529l125 626h287z" />
<glyph unicode="I" horiz-adv-x="574" d="M345 0h-288l291 1456h288z" />
<glyph unicode="J" horiz-adv-x="1100" d="M896 1456h287l-204 -1019q-45 -225 -195 -341.5t-352 -116.5q-201 0 -310 113t-61 326l2 5h281q-25 -123 12.5 -171.5t120.5 -48.5q66 0 129.5 63.5t85.5 170.5z" />
<glyph unicode="K" horiz-adv-x="1183" d="M560 604h-114l-120 -604h-290l291 1456h290l-119 -595h115l400 595h376l-569 -726l295 -730h-331z" />
<glyph unicode="L" horiz-adv-x="1044" d="M375 224h596l-45 -224h-884l291 1456h288z" />
<glyph unicode="M" horiz-adv-x="1674" d="M709 1456l115 -1072l6 -1l546 1073h376l-291 -1456h-288l87 434l149 612l-5 2l-557 -1048h-193l-136 1043h-6l-95 -609l-87 -434h-288l291 1456h376z" />
<glyph unicode="N" horiz-adv-x="1359" d="M1146 0h-288l-329 968h-6l-193 -968h-288l291 1456h288l328 -967h6l194 967h288z" />
<glyph unicode="O" horiz-adv-x="1314" d="M1260 593q-58 -288 -235.5 -451t-432.5 -163q-237 0 -379 180.5t-90 440.5l52 262q58 288 229.5 451.5t423.5 163.5q240 0 387.5 -182t96.5 -440zM1024 857q35 177 -33.5 284.5t-207.5 107.5q-120 0 -203 -106t-117 -279l-53 -264q-36 -179 27 -286.5t200 -107.5 q122 0 211 107.5t124 279.5z" />
<glyph unicode="P" horiz-adv-x="1258" d="M435 528l-105 -528h-288l291 1456h548q219 0 336.5 -130.5t76.5 -334.5q-45 -222 -202 -342.5t-396 -120.5h-261zM480 753h261q101 0 173 68t93 168q22 111 -19.5 176.5t-151.5 65.5h-260z" />
<glyph unicode="Q" horiz-adv-x="1348" d="M1265 593q-30 -144 -90 -258.5t-147 -193.5l175 -220l-212 -152l-187 241q-49 -15 -101 -23t-106 -8q-237 0 -379 180.5t-90 440.5l52 262q58 288 229.5 451.5t423.5 163.5q240 0 387.5 -182t96.5 -440zM1029 857q35 177 -33.5 284.5t-207.5 107.5q-120 0 -203 -106 t-117 -279l-53 -264q-36 -179 27 -286.5t200 -107.5q122 0 211 107.5t124 279.5z" />
<glyph unicode="R" horiz-adv-x="1270" d="M447 582l-116 -582h-289l291 1456h517q218 0 334 -115t76 -315q-25 -122 -95 -201.5t-189 -127.5q107 -41 145.5 -130t14.5 -213l-22 -107q-13 -63 -10.5 -128.5t33.5 -97.5l-4 -21h-297q-31 32 -27.5 105.5t18.5 143.5l20 103q23 115 -16.5 172.5t-136.5 57.5h-247z M492 807h224q100 0 167 53.5t88 152.5q21 106 -20 162t-146 56h-228z" />
<glyph unicode="S" horiz-adv-x="1183" d="M834 353q19 99 -28.5 149.5t-187.5 108.5q-229 79 -335 192.5t-69 296.5q36 181 185 279t358 98q223 0 348.5 -120t80.5 -326l-3 -6h-279q20 103 -33 165t-159 62q-73 0 -134.5 -43.5t-74.5 -106.5q-20 -97 30 -142.5t220 -111.5q215 -77 311 -189.5t58 -303.5 q-38 -189 -185.5 -282.5t-362.5 -93.5q-219 0 -369.5 109t-99.5 337l2 6h280q-26 -129 46.5 -178.5t185.5 -49.5q73 0 137 42.5t78 107.5z" />
<glyph unicode="T" horiz-adv-x="1093" d="M1226 1231h-375l-246 -1231h-288l246 1231h-373l45 225h1036z" />
<glyph unicode="U" horiz-adv-x="1321" d="M1416 1456l-193 -966q-53 -262 -226.5 -386.5t-426.5 -124.5q-230 0 -361.5 135t-83.5 376l193 966h289l-193 -966q-31 -154 23 -220.5t178 -66.5q116 0 203 72.5t116 214.5l193 966h289z" />
<glyph unicode="V" horiz-adv-x="1231" d="M588 387l4 -73h6l27 71l454 1071h304l-690 -1456h-296l-222 1456h303z" />
<glyph unicode="W" horiz-adv-x="1695" d="M1206 493l6 -1l337 964h280l-545 -1456h-267l-90 927l-6 1l-386 -928h-267l-80 1456h282l30 -962l5 -1l398 963h211z" />
<glyph unicode="X" horiz-adv-x="1227" d="M689 947l6 -1l319 510h336l-513 -722l303 -734h-348l-161 518l-6 1l-326 -519h-337l524 734l-281 722h333z" />
<glyph unicode="Y" horiz-adv-x="1221" d="M682 806l6 -1l414 651h315l-650 -943l-102 -513h-287l106 532l-269 924h316z" />
<glyph unicode="Z" d="M380 224h611l-45 -224h-928l-6 152l753 1079h-528l45 225h883l-29 -146z" />
<glyph unicode="[" horiz-adv-x="549" d="M692 1475h-125l-255 -1595h125l-35 -216h-415l325 2027h415z" />
<glyph unicode="\" horiz-adv-x="819" d="M209 1456h285l249 -1581h-285z" />
<glyph unicode="]" horiz-adv-x="549" d="M220 1691h414l-325 -2027h-414l35 216h126l255 1595h-126z" />
<glyph unicode="^" horiz-adv-x="847" d="M331 729h-227l423 727h208l133 -727h-227l-67 413v21l-6 1l-9 -22z" />
<glyph unicode="_" horiz-adv-x="865" d="M728 -219h-851l44 219h851z" />
<glyph unicode="`" horiz-adv-x="650" d="M685 1212h-232l-214 261l3 5h303z" />
<glyph unicode="a" horiz-adv-x="1034" d="M606 0q-6 30 -9 62t-3 65q-59 -66 -133 -107t-159 -41q-138 0 -213 90t-45 236q34 169 161 251.5t351 82.5h130l17 86q16 83 -10 123.5t-96 40.5q-58 0 -100 -35t-53 -95l-277 1l-2 6q24 147 160 241.5t333 94.5q171 0 270.5 -100t64.5 -279l-90 -447q-17 -82 -18.5 -146 t9.5 -130h-288zM424 195q52 0 104.5 27.5t87.5 68.5l37 183h-130q-74 0 -126 -47t-64 -112q-12 -58 12 -89t79 -31z" />
<glyph unicode="b" d="M1036 491q-52 -258 -166.5 -385t-308.5 -127q-81 0 -144.5 37.5t-103.5 107.5l-44 -124h-249l312 1560h287l-113 -563q53 50 113 77.5t127 27.5q180 0 262 -169t32 -421zM753 512q34 170 11.5 266.5t-122.5 96.5q-54 0 -101 -33.5t-84 -92.5l-94 -466q17 -39 55 -58 t99 -19q95 0 149 72t83 213z" />
<glyph unicode="c" horiz-adv-x="997" d="M495 203q67 0 114.5 45.5t60.5 121.5h261l2 -6q-23 -171 -158 -278t-315 -107q-219 0 -321.5 155t-64.5 391l5 30q39 247 184.5 397t374.5 150q182 0 281 -115t66 -300l-2 -5h-263q14 87 -15.5 141t-102.5 54q-98 0 -155.5 -91t-79.5 -231l-5 -30q-24 -151 2 -236.5 t131 -85.5z" />
<glyph unicode="d" d="M88 552q55 273 175 411.5t310 138.5q70 0 129.5 -31.5t100.5 -88.5l115 578h289l-312 -1560h-250l3 107q-58 -62 -124 -95t-139 -33q-174 0 -261 159t-40 393zM372 531q-31 -153 -5 -239t123 -86q50 0 96 30t84 84l94 470q-18 41 -55 63t-91 22q-89 0 -151 -87.5 t-91 -235.5z" />
<glyph unicode="e" horiz-adv-x="1022" d="M485 -21q-213 0 -324 151t-73 380l6 40q40 251 186.5 402t357.5 150q199 0 294 -133.5t60 -355.5l-25 -159h-598q-8 -115 37 -183t145 -68q84 0 149 20t141 61l49 -180q-69 -53 -175.5 -89t-229.5 -36zM602 877q-68 0 -118.5 -62.5t-75.5 -162.5l2 -5h306l4 26 q15 97 -12.5 150.5t-105.5 53.5z" />
<glyph unicode="f" horiz-adv-x="697" d="M92 0l175 877h-147l41 205h147l24 120q39 194 155.5 286.5t301.5 92.5q33 0 69 -5.5t78 -15.5l-67 -217q-20 4 -41 7t-48 3q-59 0 -102 -40t-57 -111l-24 -120h195l-41 -205h-195l-175 -877h-289z" />
<glyph unicode="g" horiz-adv-x="1087" d="M89 552q55 273 175 411.5t311 138.5q79 0 142 -36.5t103 -102.5l43 119h251l-210 -1050q-46 -228 -200 -348.5t-389 -120.5q-72 0 -156.5 23t-149.5 61l97 218q55 -32 117 -48.5t137 -16.5q97 0 165 63t90 170l8 43q-52 -47 -111.5 -72t-124.5 -25q-174 0 -261.5 159.5 t-40.5 392.5zM373 531q-31 -153 -5 -239t123 -86q53 0 98.5 28t81.5 80l96 482q-18 39 -55 59t-93 20q-89 0 -151 -87.5t-91 -235.5z" />
<glyph unicode="h" d="M493 960q60 69 134.5 105.5t155.5 36.5q148 0 220 -114.5t26 -345.5l-128 -642h-288l129 644q27 135 -1 183t-110 48q-48 0 -92 -21.5t-80 -60.5l-158 -793h-288l312 1560h288z" />
<glyph unicode="i" horiz-adv-x="527" d="M322 0h-288l216 1082h288zM590 1341h-288l44 219h288z" />
<glyph unicode="j" horiz-adv-x="522" d="M546 1082l-224 -1122q-41 -203 -154 -300t-287 -97q-35 0 -67.5 4t-64.5 13l58 223q20 -6 40.5 -9t44.5 -3q49 0 86 42t55 127l224 1122h289zM594 1343h-290l43 217h290z" />
<glyph unicode="k" horiz-adv-x="1039" d="M467 453h-69l-90 -453h-288l312 1560h288l-177 -885h63l298 407h326l2 -5l-407 -483l246 -594h-330z" />
<glyph unicode="l" horiz-adv-x="527" d="M322 0h-288l312 1560h288z" />
<glyph unicode="m" horiz-adv-x="1653" d="M490 953q62 73 141 111t175 38q86 0 146 -44.5t80 -133.5q63 85 146.5 131.5t184.5 46.5q139 0 207 -112t24 -335l-131 -655h-289l131 656q26 131 2.5 175t-95.5 44q-50 0 -95 -28t-81 -77q-2 -14 -4 -28.5t-5 -30.5l-142 -711h-287l131 656q26 128 2 173.5t-97 45.5 q-47 0 -90 -23t-78 -63l-158 -789h-287l216 1082h267z" />
<glyph unicode="n" d="M483 940q65 79 146 120.5t171 41.5q143 0 212 -104.5t26 -321.5l-135 -676h-289l135 675q23 116 -5.5 158t-110.5 42q-47 0 -91.5 -24t-81.5 -66l-157 -785h-288l216 1082h269z" />
<glyph unicode="o" d="M84 551q40 252 188.5 401.5t375.5 149.5q217 0 323 -155.5t68 -395.5l-3 -21q-41 -253 -189.5 -402t-375.5 -149q-217 0 -323 155t-67 396zM368 530q-25 -155 5 -241t133 -86q95 0 156 90.5t85 236.5l3 21q24 150 -6.5 238t-131.5 88q-96 0 -157.5 -92t-83.5 -234z" />
<glyph unicode="p" d="M1036 491q-51 -255 -169 -383.5t-307 -128.5q-75 0 -135 28t-100 82l-101 -505h-287l299 1498h265l-9 -97q54 56 118 86.5t135 30.5q175 0 260 -170t35 -420zM752 512q32 164 6.5 263.5t-119.5 99.5q-52 0 -98 -31.5t-83 -87.5l-96 -483q17 -36 54.5 -53t97.5 -17 q89 0 147.5 75.5t86.5 212.5z" />
<glyph unicode="q" d="M88 552q55 273 175 411.5t310 138.5q77 0 139 -37t102 -103l45 120h249l-299 -1498h-288l99 496q-53 -49 -112 -75t-123 -26q-174 0 -261 159t-40 393zM372 531q-31 -153 -5 -240.5t123 -87.5q51 0 95 28t81 79l98 491q-19 37 -55 56.5t-91 19.5q-89 0 -151 -88.5 t-91 -236.5z" />
<glyph unicode="r" horiz-adv-x="706" d="M733 824l-115 3q-53 0 -94.5 -25.5t-70.5 -72.5l-146 -729h-287l216 1082h268l-16 -139l5 -3q45 77 106.5 119.5t133.5 42.5q20 0 44 -3.5t39 -8.5z" />
<glyph unicode="s" horiz-adv-x="995" d="M622 298q8 50 -28 84t-145 61q-172 39 -252 115.5t-58 208.5q23 145 148 240t312 95t290.5 -98t75.5 -244l-2 -6h-279q10 67 -18.5 107t-98.5 40q-58 0 -100 -35t-50 -86q-9 -51 24 -82.5t147 -56.5q180 -40 258 -117.5t57 -213.5q-25 -152 -155.5 -241.5t-326.5 -89.5 q-195 0 -299 111t-76 248l2 6h264q-11 -87 29.5 -126t117.5 -39q67 0 110 32t53 87z" />
<glyph unicode="t" horiz-adv-x="700" d="M636 1347l-53 -265h171l-41 -205h-171l-110 -551q-14 -68 4 -92.5t58 -24.5q26 0 48.5 2.5t47.5 8.5l-18 -211q-50 -15 -97 -22.5t-101 -7.5q-135 0 -200 85t-30 261l110 552h-144l41 205h144l53 265h288z" />
<glyph unicode="u" d="M648 0l8 125q-62 -72 -139.5 -109t-168.5 -37q-149 0 -222 111.5t-27 338.5l130 653h287l-131 -655q-25 -126 -1 -173.5t94 -47.5q57 0 106.5 23t87.5 66l157 787h288l-216 -1082h-253z" />
<glyph unicode="v" horiz-adv-x="988" d="M472 403l2 -85l6 -1l29 86l264 679h301l-512 -1082h-275l-166 1082h301z" />
<glyph unicode="w" horiz-adv-x="1409" d="M979 424l6 -1l253 659h270l-469 -1082h-240l-55 618l-6 1l-303 -619h-239l-37 1082h270l-7 -656l6 -1l310 657h191z" />
<glyph unicode="x" horiz-adv-x="988" d="M538 740l6 -1l197 343h325l-385 -535l221 -547h-324l-92 351l-6 1l-205 -352h-325l397 547l-215 535h323z" />
<glyph unicode="y" horiz-adv-x="988" d="M481 454l-1 -35l6 -1l315 664h310l-653 -1244q-68 -117 -158 -196t-239 -79q-33 0 -63.5 6t-72.5 17l77 213q10 -2 24 -4t25 -2q61 0 106.5 37.5t71.5 86.5l46 82l-137 1083h310z" />
<glyph unicode="z" horiz-adv-x="988" d="M387 229l2 -5h485l-45 -224h-840l34 172l607 679l-2 5h-454l45 226h813l-33 -167z" />
<glyph unicode="{" horiz-adv-x="640" d="M417 -360q-174 55 -232.5 175t-30.5 291l32 203q16 102 -13.5 155.5t-111.5 53.5l8 48l24 153q78 0 127 55t66 155l32 203q28 177 123.5 293.5t289.5 171.5l29 -157q-80 -31 -122.5 -110t-61.5 -198l-32 -203q-18 -109 -73 -189t-149 -124q77 -47 107.5 -127.5 t14.5 -179.5l-32 -203q-20 -123 -2.5 -199.5t88.5 -108.5z" />
<glyph unicode="|" horiz-adv-x="501" d="M225 -270h-173l276 1726h173z" />
<glyph unicode="}" horiz-adv-x="640" d="M-63 -202q79 31 121.5 110t62.5 198l32 203q17 109 73.5 188.5t154.5 123.5q-81 45 -113 125.5t-15 182.5l32 203q19 123 1.5 199.5t-87.5 108.5l81 157q173 -55 231 -174.5t31 -290.5l-32 -203q-17 -104 13 -157t114 -53l-9 -52h1l-24 -149q-80 0 -129.5 -56t-65.5 -153 l-32 -203q-29 -177 -124 -294t-288 -172z" />
<glyph unicode="~" horiz-adv-x="1238" d="M1188 758q-27 -168 -126 -274t-228 -106q-76 0 -139 32t-124 101q-40 44 -70 64t-70 20q-44 0 -84.5 -51t-51.5 -122l-194 26q26 168 124 272.5t228 104.5q74 0 140.5 -34t125.5 -99q37 -45 67.5 -64.5t69.5 -19.5q43 0 85 52.5t54 124.5z" />
<glyph unicode="&#xa1;" horiz-adv-x="562" d="M264 -374h-289l191 953h289zM502 825h-285l51 257h285z" />
<glyph unicode="&#xa2;" horiz-adv-x="1113" d="M531 203q67 0 114.5 45.5t60.5 121.5h262l2 -6q-21 -151 -130.5 -254t-264.5 -125l-46 -230h-196l47 238q-161 39 -232 185t-38 347l5 30q36 226 162 372t324 170l45 221h196l-47 -232q127 -37 191 -144t40 -260h-270q14 87 -15.5 141t-102.5 54q-98 0 -155.5 -91 t-79.5 -231l-5 -30q-24 -151 2 -236.5t131 -85.5z" />
<glyph unicode="&#xa3;" horiz-adv-x="1146" d="M563 588l-13 -85q-17 -82 -59 -153t-106 -126h659l-45 -224h-932l45 224h9q43 12 80 95t55 171l16 98h-147l45 225h138l35 214q45 224 178.5 337t328.5 113q190 0 287 -114t57 -293l-2 -5h-282q20 102 -11.5 144.5t-94.5 42.5q-56 0 -103.5 -59.5t-68.5 -165.5l-34 -214 h322l-45 -225h-312z" />
<glyph unicode="&#xa4;" horiz-adv-x="1322" d="M935 99q-82 -58 -174 -88.5t-186 -30.5q-87 0 -164.5 33t-136.5 95l-149 -134l-109 144l159 142q-32 76 -40 164t12 184q21 107 64.5 200.5t105.5 169.5l-101 142l167 144l98 -137q79 52 166.5 79.5t178.5 27.5q82 0 157 -31t135 -88l165 150l110 -145l-172 -155 q33 -78 42 -168.5t-10 -188.5q-21 -102 -61 -191.5t-96 -162.5l97 -136l-168 -145zM329 608q-40 -197 42.5 -318t241.5 -121q144 0 283 129t176 310q38 195 -44.5 316t-239.5 121q-146 0 -285 -128.5t-174 -308.5z" />
<glyph unicode="&#xa5;" horiz-adv-x="1179" d="M675 871l6 -1l364 586h316l-496 -714h219l-41 -200h-292l-22 -110h292l-38 -200h-293l-46 -232h-288l46 232h-307l38 200h308l22 110h-308l41 200h244l-211 714h316z" />
<glyph unicode="&#xa6;" horiz-adv-x="499" d="M-19 -270l159 795h258l-159 -795h-258zM433 698h-258l151 758h258z" />
<glyph unicode="&#xa7;" horiz-adv-x="1211" d="M1118 475q-20 -96 -71 -163.5t-130 -109.5q52 -51 69 -120.5t-2 -165.5q-38 -189 -185.5 -283t-375.5 -94q-206 0 -337 101t-84 316l2 6l281 1q-24 -114 29.5 -156t153.5 -42q88 0 151 42t77 108q13 71 -32 108.5t-191 89.5q-215 64 -305 157t-55 266q18 94 69.5 162 t133.5 111q-53 51 -71 120.5t2 166.5q36 184 186.5 282.5t378.5 98.5q213 0 327 -113t71 -309l-3 -6h-280q18 93 -22.5 148t-137.5 55q-94 0 -156 -44.5t-74 -109.5q-17 -80 24.5 -115.5t195.5 -84.5q217 -64 306 -157.5t55 -265.5zM611 663q-38 11 -64 20t-49 19 q-36 -23 -60 -59t-33 -81q-17 -85 22.5 -123t190.5 -92q28 -9 55 -18.5t57 -19.5q38 23 64.5 59.5t35.5 81.5q15 76 -30 117.5t-189 95.5z" />
<glyph unicode="&#xa8;" horiz-adv-x="1037" d="M1004 1252h-257l33 204h257zM537 1252h-257l33 204h257z" />
<glyph unicode="&#xa9;" horiz-adv-x="1499" d="M1059 596l2 -6q-21 -156 -114 -232t-243 -76q-144 0 -218 107.5t-46 279.5l19 119q28 179 132 283t256 104q142 0 214.5 -80.5t45.5 -228.5l-2 -5h-145q15 97 -18.5 138t-116.5 41q-82 0 -139.5 -69.5t-75.5 -181.5l-19 -120q-20 -119 14.5 -185.5t120.5 -66.5 q79 0 127 42t63 137h143zM247 729q-45 -274 84 -449.5t359 -175.5q216 0 407 182t234 443q43 273 -85.5 447.5t-356.5 174.5q-218 0 -409.5 -181t-232.5 -441zM129 729q52 327 276.5 537t503.5 210q263 0 426.5 -218t114.5 -529q-53 -328 -278 -539t-502 -211 q-265 0 -428.5 218.5t-112.5 531.5z" />
<glyph unicode="&#xaa;" horiz-adv-x="856" d="M617 706q-3 21 -3 45t3 49q-41 -47 -98 -77.5t-128 -30.5q-103 0 -154.5 62.5t-30.5 165.5q23 117 112 174t244 57h122l10 51q13 66 -5.5 96.5t-70.5 30.5q-55 0 -93.5 -26.5t-47.5 -72.5l-158 13l-2 6q16 104 106 166t224 62q118 0 181 -72.5t37 -203.5l-63 -314 q-11 -53 -13.5 -95t1.5 -86h-173zM463 836q41 0 97 30t79 64l21 104h-120q-62 0 -108 -33t-54 -77q-10 -46 11 -67t74 -21z" />
<glyph unicode="&#xab;" horiz-adv-x="972" d="M304 550l139 -399h-182l-182 390l1 6l3 13l338 390h182zM678 550l139 -399h-182l-182 390l1 6l3 13l338 390h182z" />
<glyph unicode="&#xac;" horiz-adv-x="1062" d="M944 634l-52 -260h-196l52 260h-584l34 171h780l-16 -77h1z" />
<glyph unicode="&#xad;" horiz-adv-x="769" d="M662 510h-531l45 225h531z" />
<glyph unicode="&#xae;" horiz-adv-x="1499" d="M130 729q52 327 276.5 537t502.5 210q264 0 427.5 -218t114.5 -529q-53 -328 -278.5 -539t-502.5 -211q-265 0 -428 218.5t-112 531.5zM248 729q-45 -274 84 -449.5t358 -175.5q216 0 407 182t234 443q43 273 -85.5 447.5t-356.5 174.5q-218 0 -409 -181t-232 -441z M646 653l-53 -337h-148l136 850h265q135 0 208.5 -68.5t54.5 -193.5q-10 -60 -44.5 -103.5t-92.5 -73.5q49 -30 66 -84.5t6 -127.5l-9 -56q-7 -42 -8.5 -74t4.5 -53l-2 -16h-151q-5 22 -0.5 63.5t11.5 80.5l8 54q12 74 -13 106.5t-95 32.5h-143zM668 787h120 q63 0 113.5 30.5t59.5 85.5q12 75 -18 102.5t-119 27.5h-117z" />
<glyph unicode="&#xaf;" horiz-adv-x="981" d="M971 1292h-687l26 165h687z" />
<glyph unicode="&#xb0;" horiz-adv-x="751" d="M276 1203q23 119 113 196.5t198 77.5q96 0 157.5 -82t39.5 -192q-25 -121 -112.5 -196t-193.5 -75q-99 0 -162 80t-40 191zM419 1203q-12 -56 14.5 -90t74.5 -34q42 0 82 35.5t51 88.5q11 57 -13 92.5t-70 35.5q-44 0 -86.5 -37.5t-52.5 -90.5z" />
<glyph unicode="&#xb1;" horiz-adv-x="1036" d="M725 947h299l-38 -232h-298l-61 -383h-252l61 383h-302l38 232h301l59 363h252zM823 1h-775l46 228h775z" />
<glyph unicode="&#xb2;" horiz-adv-x="814" d="M746 667h-583l31 155l336 252q64 50 86 83.5t31 74.5q8 42 -7 67t-58 25q-44 0 -76 -30.5t-41 -76.5h-196l-2 6q17 113 113.5 184.5t237.5 71.5q127 0 192.5 -66.5t43.5 -181.5q-18 -88 -76.5 -145t-204.5 -165l-113 -93l2 -6h315z" />
<glyph unicode="&#xb3;" horiz-adv-x="808" d="M428 1139h103q51 0 83.5 25t42.5 70q7 40 -12.5 64.5t-67.5 24.5q-43 0 -72.5 -22t-35.5 -53h-197l-2 6q17 108 110 166t222 58q134 0 210 -60.5t55 -168.5q-12 -59 -54 -104t-105 -70q59 -25 85.5 -72t13.5 -112q-25 -120 -118.5 -178t-239.5 -58q-130 0 -210 63 t-52 175l2 6h199q-10 -45 13 -67t77 -22q46 0 81.5 24.5t44.5 67.5q11 53 -14.5 78.5t-85.5 25.5h-103l10 49l9 44z" />
<glyph unicode="&#xb4;" horiz-adv-x="701" d="M455 1478h302l2 -6l-301 -260h-221l-2 5z" />
<glyph unicode="&#xb5;" horiz-adv-x="1196" d="M550 1082l-124 -620l-6 -28q-25 -142 4.5 -185t109.5 -43q62 0 111.5 28t87.5 81l153 767h288l-216 -1082h-269l6 54q-47 -38 -100.5 -56.5t-113.5 -18.5q-43 0 -78.5 10.5t-64.5 32.5l-87 -438h-287l299 1498h287z" />
<glyph unicode="&#xb6;" horiz-adv-x="1022" d="M506 0l104 520h-74q-203 0 -304 132t-60 336q43 220 187 344t364 124h362l-291 -1456h-288z" />
<glyph unicode="&#xb7;" horiz-adv-x="596" d="M465 568h-284l52 260h284z" />
<glyph unicode="&#xb8;" horiz-adv-x="525" d="M254 6l-22 -57q55 -11 85.5 -52t15.5 -121q-23 -114 -118.5 -173.5t-251.5 -57.5l-5 3l24 154q41 0 71 20.5t39 62.5q8 44 -16.5 59t-94.5 20l57 142h216z" />
<glyph unicode="&#xb9;" horiz-adv-x="550" d="M476 665h-207l126 630h-116l32 159l327 23z" />
<glyph unicode="&#xba;" horiz-adv-x="883" d="M256 1142q32 157 136.5 246t254.5 89q139 0 213.5 -95t45.5 -240l-23 -116q-32 -158 -136 -246t-255 -88q-139 0 -213.5 94.5t-45.5 239.5zM404 1026q-18 -90 11 -139t106 -49q68 0 121 52.5t70 135.5l23 116q17 88 -12 137.5t-105 49.5q-70 0 -122.5 -53t-68.5 -134z " />
<glyph unicode="&#xbb;" horiz-adv-x="972" d="M358 950l181 -390l-2 -6h1l-3 -13l-337 -390h-183l298 399l-138 400h183zM743 950l181 -390l-2 -6h1l-3 -13l-337 -390h-183l298 399l-138 400h183z" />
<glyph unicode="&#xbc;" horiz-adv-x="1396" d="M487 664h-207l126 630h-116l32 159l327 23zM308 117l-124 75l889 1138l124 -75zM1236 296h89l-31 -157h-89l-28 -139h-207l28 139h-379l11 126l499 534l1 2h207zM851 301l2 -5h176l51 252l-6 3l-13 -16z" />
<glyph unicode="&#xbd;" horiz-adv-x="1462" d="M306 117l-124 75l889 1138l124 -75zM472 664h-207l126 630h-116l32 159l327 23zM1281 0h-583l31 155l336 252q64 50 86 83.5t31 74.5q8 42 -7 67t-58 25q-44 0 -76 -30.5t-41 -76.5h-196l-2 6q17 113 113.5 184.5t237.5 71.5q127 0 192.5 -66.5t43.5 -181.5 q-18 -88 -76.5 -145t-204.5 -165l-113 -93l2 -6h315z" />
<glyph unicode="&#xbe;" horiz-adv-x="1599" d="M509 117l-124 75l889 1138l124 -75zM1407 296h89l-31 -157h-89l-28 -139h-207l28 139h-379l11 126l499 534l1 2h207zM1022 301l2 -5h176l51 252l-6 3l-13 -16zM416 1140h103q51 0 83.5 25t42.5 70q7 40 -12.5 64.5t-67.5 24.5q-43 0 -72.5 -22t-35.5 -53h-197l-2 6 q17 108 110 166t222 58q134 0 210 -60.5t55 -168.5q-12 -59 -54 -104t-105 -70q59 -25 85.5 -72t13.5 -112q-25 -120 -118.5 -178t-239.5 -58q-130 0 -210 63t-52 175l2 6h199q-10 -45 13 -67t77 -22q46 0 81.5 24.5t44.5 67.5q11 53 -14.5 78.5t-85.5 25.5h-103l10 49l9 44 z" />
<glyph unicode="&#xbf;" horiz-adv-x="983" d="M744 668q-30 -140 -82 -205.5t-184 -158.5q-76 -58 -128 -125.5t-68 -149.5q-20 -96 12.5 -145t115.5 -49q59 0 115.5 44t75.5 127h279l2 -6q-37 -191 -180 -292.5t-338 -101.5q-200 0 -304.5 115t-66.5 306q26 133 114.5 235.5t212.5 180.5q64 45 91.5 92.5t45.5 132.5 h287zM539 1082h288l-50 -251h-288z" />
<glyph unicode="&#xc0;" horiz-adv-x="1240" d="M832 314h-456l-154 -314h-289l754 1456h294l169 -1456h-290zM488 543h323l-49 546l-6 1zM1005 1560h-232l-214 261l3 5h303z" />
<glyph unicode="&#xc1;" horiz-adv-x="1240" d="M832 314h-456l-154 -314h-289l754 1456h294l169 -1456h-290zM488 543h323l-49 546l-6 1zM943 1826h302l2 -6l-301 -260h-221l-2 5z" />
<glyph unicode="&#xc2;" horiz-adv-x="1240" d="M832 314h-456l-154 -314h-289l754 1456h294l169 -1456h-290zM488 543h323l-49 546l-6 1zM1224 1615l-5 -23h-227l-100 133l-153 -133h-223l6 26l316 240h163z" />
<glyph unicode="&#xc3;" horiz-adv-x="1240" d="M832 314h-456l-154 -314h-289l754 1456h294l169 -1456h-290zM488 543h323l-49 546l-6 1zM1261 1856q-16 -99 -82.5 -165t-152.5 -66q-61 0 -138.5 43.5t-126.5 43.5q-31 0 -58 -32.5t-34 -77.5l-145 42q15 97 81 165t152 68q49 0 133 -43.5t133 -43.5q30 0 59 32.5 t37 78.5z" />
<glyph unicode="&#xc4;" horiz-adv-x="1240" d="M832 314h-456l-154 -314h-289l754 1456h294l169 -1456h-290zM488 543h323l-49 546l-6 1zM1228 1601h-257l33 204h257zM761 1601h-257l33 204h257z" />
<glyph unicode="&#xc5;" horiz-adv-x="1240" d="M832 314h-456l-154 -314h-289l754 1456h294l169 -1456h-290zM488 543h323l-49 546l-6 1zM693 1739q17 89 85.5 142.5t156.5 53.5q79 0 128.5 -57t33.5 -139q-19 -90 -86 -141t-154 -51q-81 0 -131 55t-33 137zM805 1739q-10 -46 10.5 -72t60.5 -26q36 0 68 27.5t41 70.5 q8 47 -10.5 73.5t-58.5 26.5q-37 0 -70.5 -29t-40.5 -71z" />
<glyph unicode="&#xc6;" horiz-adv-x="1808" d="M1661 0h-845l54 335h-393l-220 -335h-338l1014 1456h962l-45 -228h-549l-59 -366h458l-45 -227h-449l-66 -408h566zM908 575l86 533l-6 2l-353 -535h273z" />
<glyph unicode="&#xc7;" horiz-adv-x="1226" d="M1169 488l2 -6q-61 -243 -204.5 -373t-382.5 -130q-233 0 -374.5 174.5t-89.5 432.5l58 290q57 287 219 444t402 157q237 0 368 -142t100 -378l-2 -5h-282q20 145 -30 222.5t-181 77.5q-107 0 -190.5 -104.5t-115.5 -269.5l-59 -292q-36 -176 17.5 -279.5t179.5 -103.5 q112 0 179.5 69.5t106.5 215.5h279zM646 5l-22 -57q55 -11 85.5 -52t15.5 -121q-23 -114 -118.5 -173.5t-251.5 -57.5l-5 3l24 154q41 0 71 20.5t39 62.5q8 44 -16.5 59t-94.5 20l57 142h216z" />
<glyph unicode="&#xc8;" horiz-adv-x="1104" d="M1010 640h-552l-83 -416h647l-45 -224h-935l291 1456h933l-45 -225h-645l-73 -366h552zM939 1560h-232l-214 261l3 5h303z" />
<glyph unicode="&#xc9;" horiz-adv-x="1104" d="M1010 640h-552l-83 -416h647l-45 -224h-935l291 1456h933l-45 -225h-645l-73 -366h552zM877 1826h302l2 -6l-301 -260h-221l-2 5z" />
<glyph unicode="&#xca;" horiz-adv-x="1104" d="M1010 640h-552l-83 -416h647l-45 -224h-935l291 1456h933l-45 -225h-645l-73 -366h552zM1158 1615l-5 -23h-227l-100 133l-153 -133h-223l6 26l316 240h163z" />
<glyph unicode="&#xcb;" horiz-adv-x="1104" d="M1010 640h-552l-83 -416h647l-45 -224h-935l291 1456h933l-45 -225h-645l-73 -366h552zM1162 1601h-257l33 204h257zM695 1601h-257l33 204h257z" />
<glyph unicode="&#xcc;" horiz-adv-x="574" d="M345 0h-288l291 1456h288zM661 1560h-232l-214 261l3 5h303z" />
<glyph unicode="&#xcd;" horiz-adv-x="574" d="M345 0h-288l291 1456h288zM597 1826h302l2 -6l-301 -260h-221l-2 5z" />
<glyph unicode="&#xce;" horiz-adv-x="574" d="M345 0h-288l291 1456h288zM880 1615l-5 -23h-227l-100 133l-153 -133h-223l6 26l316 240h163z" />
<glyph unicode="&#xcf;" horiz-adv-x="574" d="M345 0h-288l291 1456h288zM884 1601h-257l33 204h257zM417 1601h-257l33 204h257z" />
<glyph unicode="&#xd0;" horiz-adv-x="1288" d="M72 0l130 652h-125l36 181h125l125 623h435q236 0 386 -179t99 -439l-49 -241q-58 -288 -230 -442.5t-423 -154.5h-509zM707 652h-217l-85 -428h206q129 0 214 100t120 273l49 243q35 177 -37 284t-219 107h-132l-80 -398h217z" />
<glyph unicode="&#xd1;" horiz-adv-x="1359" d="M1146 0h-288l-329 968h-6l-193 -968h-288l291 1456h288l328 -967h6l194 967h288zM1307 1856q-16 -99 -82.5 -165t-152.5 -66q-61 0 -138.5 43.5t-126.5 43.5q-31 0 -58 -32.5t-34 -77.5l-145 42q15 97 81 165t152 68q49 0 133 -43.5t133 -43.5q30 0 59 32.5t37 78.5z" />
<glyph unicode="&#xd2;" horiz-adv-x="1314" d="M1260 593q-58 -288 -235.5 -451t-432.5 -163q-237 0 -379 180.5t-90 440.5l52 262q58 288 229.5 451.5t423.5 163.5q240 0 387.5 -182t96.5 -440zM1024 857q35 177 -33.5 284.5t-207.5 107.5q-120 0 -203 -106t-117 -279l-53 -264q-36 -179 27 -286.5t200 -107.5 q122 0 211 107.5t124 279.5zM1035 1581h-232l-214 261l3 5h303z" />
<glyph unicode="&#xd3;" horiz-adv-x="1314" d="M1260 593q-58 -288 -235.5 -451t-432.5 -163q-237 0 -379 180.5t-90 440.5l52 262q58 288 229.5 451.5t423.5 163.5q240 0 387.5 -182t96.5 -440zM1024 857q35 177 -33.5 284.5t-207.5 107.5q-120 0 -203 -106t-117 -279l-53 -264q-36 -179 27 -286.5t200 -107.5 q122 0 211 107.5t124 279.5zM973 1847h302l2 -6l-301 -260h-221l-2 5z" />
<glyph unicode="&#xd4;" horiz-adv-x="1314" d="M1260 593q-58 -288 -235.5 -451t-432.5 -163q-237 0 -379 180.5t-90 440.5l52 262q58 288 229.5 451.5t423.5 163.5q240 0 387.5 -182t96.5 -440zM1024 857q35 177 -33.5 284.5t-207.5 107.5q-120 0 -203 -106t-117 -279l-53 -264q-36 -179 27 -286.5t200 -107.5 q122 0 211 107.5t124 279.5zM1254 1636l-5 -23h-227l-100 133l-153 -133h-223l6 26l316 240h163z" />
<glyph unicode="&#xd5;" horiz-adv-x="1314" d="M1260 593q-58 -288 -235.5 -451t-432.5 -163q-237 0 -379 180.5t-90 440.5l52 262q58 288 229.5 451.5t423.5 163.5q240 0 387.5 -182t96.5 -440zM1024 857q35 177 -33.5 284.5t-207.5 107.5q-120 0 -203 -106t-117 -279l-53 -264q-36 -179 27 -286.5t200 -107.5 q122 0 211 107.5t124 279.5zM1291 1877q-16 -99 -82.5 -165t-152.5 -66q-61 0 -138.5 43.5t-126.5 43.5q-31 0 -58 -32.5t-34 -77.5l-145 42q15 97 81 165t152 68q49 0 133 -43.5t133 -43.5q30 0 59 32.5t37 78.5z" />
<glyph unicode="&#xd6;" horiz-adv-x="1314" d="M1260 593q-58 -288 -235.5 -451t-432.5 -163q-237 0 -379 180.5t-90 440.5l52 262q58 288 229.5 451.5t423.5 163.5q240 0 387.5 -182t96.5 -440zM1024 857q35 177 -33.5 284.5t-207.5 107.5q-120 0 -203 -106t-117 -279l-53 -264q-36 -179 27 -286.5t200 -107.5 q122 0 211 107.5t124 279.5zM1258 1622h-257l33 204h257zM791 1622h-257l33 204h257z" />
<glyph unicode="&#xd7;" horiz-adv-x="1024" d="M51 371l349 314l-225 316l203 164l217 -305l340 305l136 -164l-352 -316l224 -314l-202 -164l-216 303l-338 -303z" />
<glyph unicode="&#xd8;" horiz-adv-x="1325" d="M1265 597q-57 -285 -247 -451.5t-448 -166.5q-70 0 -132.5 17.5t-115.5 51.5l-106 -143h-138l158 214q-79 85 -108.5 209t-0.5 269l53 262q56 284 243.5 451t444.5 167q86 0 161.5 -26.5t135.5 -75.5l106 143h138l-167 -226q59 -85 79.5 -196t-3.5 -237zM414 597 q-15 -73 -15.5 -132.5t13.5 -98.5l6 -2l587 794q-28 44 -73.5 67.5t-108.5 23.5q-124 0 -223.5 -110.5t-132.5 -277.5zM1030 861q8 44 11.5 83t0.5 68l-5 2l-564 -761q26 -24 61.5 -35.5t80.5 -11.5q124 0 226 111t136 280z" />
<glyph unicode="&#xd9;" horiz-adv-x="1321" d="M1416 1456l-193 -966q-53 -262 -226.5 -386.5t-426.5 -124.5q-230 0 -361.5 135t-83.5 376l193 966h289l-193 -966q-31 -154 23 -220.5t178 -66.5q116 0 203 72.5t116 214.5l193 966h289zM1033 1560h-232l-214 261l3 5h303z" />
<glyph unicode="&#xda;" horiz-adv-x="1321" d="M1416 1456l-193 -966q-53 -262 -226.5 -386.5t-426.5 -124.5q-230 0 -361.5 135t-83.5 376l193 966h289l-193 -966q-31 -154 23 -220.5t178 -66.5q116 0 203 72.5t116 214.5l193 966h289zM971 1826h302l2 -6l-301 -260h-221l-2 5z" />
<glyph unicode="&#xdb;" horiz-adv-x="1321" d="M1416 1456l-193 -966q-53 -262 -226.5 -386.5t-426.5 -124.5q-230 0 -361.5 135t-83.5 376l193 966h289l-193 -966q-31 -154 23 -220.5t178 -66.5q116 0 203 72.5t116 214.5l193 966h289zM1252 1615l-5 -23h-227l-100 133l-153 -133h-223l6 26l316 240h163z" />
<glyph unicode="&#xdc;" horiz-adv-x="1321" d="M1416 1456l-193 -966q-53 -262 -226.5 -386.5t-426.5 -124.5q-230 0 -361.5 135t-83.5 376l193 966h289l-193 -966q-31 -154 23 -220.5t178 -66.5q116 0 203 72.5t116 214.5l193 966h289zM1256 1601h-257l33 204h257zM789 1601h-257l33 204h257z" />
<glyph unicode="&#xdd;" horiz-adv-x="1221" d="M682 806l6 -1l414 651h315l-650 -943l-102 -513h-287l106 532l-269 924h316zM927 1826h302l2 -6l-301 -260h-221l-2 5z" />
<glyph unicode="&#xde;" horiz-adv-x="1172" d="M617 1456l-54 -270h195q224 0 340.5 -126.5t77.5 -321.5q-44 -214 -198.5 -331.5t-398.5 -117.5h-195l-58 -289h-288l291 1456h288zM518 963l-89 -449h195q102 0 173 64.5t90 157.5q20 101 -21.5 163t-152.5 62h-193z" />
<glyph unicode="&#xdf;" horiz-adv-x="1221" d="M331 0h-287l220 1101q48 241 191.5 356.5t360.5 115.5q161 0 259 -97t64 -270q-24 -119 -91.5 -212t-80.5 -159q-13 -64 96 -202.5t81 -276.5q-41 -202 -162.5 -289.5t-334.5 -87.5q-70 0 -143 15t-103 41l98 223q32 -23 80 -39t108 -16q62 0 108 38.5t59 102.5 q16 80 -94.5 211t-82.5 271q19 100 89.5 196t85.5 169q14 72 -17 115t-84 43q-63 0 -120.5 -68t-80.5 -184z" />
<glyph unicode="&#xe0;" horiz-adv-x="1034" d="M606 0q-6 30 -9 62t-3 65q-59 -66 -133 -107t-159 -41q-138 0 -213 90t-45 236q34 169 161 251.5t351 82.5h130l17 86q16 83 -10 123.5t-96 40.5q-58 0 -100 -35t-53 -95l-277 1l-2 6q24 147 160 241.5t333 94.5q171 0 270.5 -100t64.5 -279l-90 -447q-17 -82 -18.5 -146 t9.5 -130h-288zM424 195q52 0 104.5 27.5t87.5 68.5l37 183h-130q-74 0 -126 -47t-64 -112q-12 -58 12 -89t79 -31zM821 1238h-232l-214 261l3 5h303z" />
<glyph unicode="&#xe1;" horiz-adv-x="1034" d="M606 0q-6 30 -9 62t-3 65q-59 -66 -133 -107t-159 -41q-138 0 -213 90t-45 236q34 169 161 251.5t351 82.5h130l17 86q16 83 -10 123.5t-96 40.5q-58 0 -100 -35t-53 -95l-277 1l-2 6q24 147 160 241.5t333 94.5q171 0 270.5 -100t64.5 -279l-90 -447q-17 -82 -18.5 -146 t9.5 -130h-288zM424 195q52 0 104.5 27.5t87.5 68.5l37 183h-130q-74 0 -126 -47t-64 -112q-12 -58 12 -89t79 -31zM759 1504h302l2 -6l-301 -260h-221l-2 5z" />
<glyph unicode="&#xe2;" horiz-adv-x="1034" d="M606 0q-6 30 -9 62t-3 65q-59 -66 -133 -107t-159 -41q-138 0 -213 90t-45 236q34 169 161 251.5t351 82.5h130l17 86q16 83 -10 123.5t-96 40.5q-58 0 -100 -35t-53 -95l-277 1l-2 6q24 147 160 241.5t333 94.5q171 0 270.5 -100t64.5 -279l-90 -447q-17 -82 -18.5 -146 t9.5 -130h-288zM424 195q52 0 104.5 27.5t87.5 68.5l37 183h-130q-74 0 -126 -47t-64 -112q-12 -58 12 -89t79 -31zM1040 1293l-5 -23h-227l-100 133l-153 -133h-223l6 26l316 240h163z" />
<glyph unicode="&#xe3;" horiz-adv-x="1034" d="M606 0q-6 30 -9 62t-3 65q-59 -66 -133 -107t-159 -41q-138 0 -213 90t-45 236q34 169 161 251.5t351 82.5h130l17 86q16 83 -10 123.5t-96 40.5q-58 0 -100 -35t-53 -95l-277 1l-2 6q24 147 160 241.5t333 94.5q171 0 270.5 -100t64.5 -279l-90 -447q-17 -82 -18.5 -146 t9.5 -130h-288zM424 195q52 0 104.5 27.5t87.5 68.5l37 183h-130q-74 0 -126 -47t-64 -112q-12 -58 12 -89t79 -31zM1077 1534q-16 -99 -82.5 -165t-152.5 -66q-61 0 -138.5 43.5t-126.5 43.5q-31 0 -58 -32.5t-34 -77.5l-145 42q15 97 81 165t152 68q49 0 133 -43.5 t133 -43.5q30 0 59 32.5t37 78.5z" />
<glyph unicode="&#xe4;" horiz-adv-x="1034" d="M606 0q-6 30 -9 62t-3 65q-59 -66 -133 -107t-159 -41q-138 0 -213 90t-45 236q34 169 161 251.5t351 82.5h130l17 86q16 83 -10 123.5t-96 40.5q-58 0 -100 -35t-53 -95l-277 1l-2 6q24 147 160 241.5t333 94.5q171 0 270.5 -100t64.5 -279l-90 -447q-17 -82 -18.5 -146 t9.5 -130h-288zM424 195q52 0 104.5 27.5t87.5 68.5l37 183h-130q-74 0 -126 -47t-64 -112q-12 -58 12 -89t79 -31zM1044 1279h-257l33 204h257zM577 1279h-257l33 204h257z" />
<glyph unicode="&#xe5;" horiz-adv-x="1034" d="M606 0q-6 30 -9 62t-3 65q-59 -66 -133 -107t-159 -41q-138 0 -213 90t-45 236q34 169 161 251.5t351 82.5h130l17 86q16 83 -10 123.5t-96 40.5q-58 0 -100 -35t-53 -95l-277 1l-2 6q24 147 160 241.5t333 94.5q171 0 270.5 -100t64.5 -279l-90 -447q-17 -82 -18.5 -146 t9.5 -130h-288zM424 195q52 0 104.5 27.5t87.5 68.5l37 183h-130q-74 0 -126 -47t-64 -112q-12 -58 12 -89t79 -31zM509 1417q17 89 85.5 142.5t156.5 53.5q79 0 128.5 -57t33.5 -139q-19 -90 -86 -141t-154 -51q-81 0 -131 55t-33 137zM621 1417q-10 -46 10.5 -72t60.5 -26 q36 0 68 27.5t41 70.5q8 47 -10.5 73.5t-58.5 26.5q-37 0 -70.5 -29t-40.5 -71z" />
<glyph unicode="&#xe6;" horiz-adv-x="1618" d="M1073 -21q-112 0 -197 41t-136 118q-69 -69 -173.5 -114t-234.5 -45q-168 0 -254 92.5t-56 245.5q34 169 167.5 250t366.5 81h160l12 59q17 84 -9.5 127t-91.5 43t-114.5 -38t-60.5 -93l-275 18l-1 6q25 154 160.5 243t338.5 89q86 0 157 -25.5t118 -73.5q67 49 149 74 t176 25q186 0 279.5 -134t48.5 -356l-31 -158h-603q-17 -122 24.5 -186.5t155.5 -64.5q79 0 144 21t143 60l38 -184q-67 -48 -175.5 -84.5t-225.5 -36.5zM429 185q46 0 109.5 30.5t106.5 71.5l35 177h-159q-79 0 -139 -45t-71 -106q-14 -63 15 -95.5t103 -32.5zM1230 877 q-77 0 -132.5 -62.5t-83.5 -164.5l3 -6h311l5 28q19 99 -5.5 152t-97.5 53z" />
<glyph unicode="&#xe7;" horiz-adv-x="997" d="M495 203q67 0 114.5 45.5t60.5 121.5h261l2 -6q-23 -171 -158 -278t-315 -107q-219 0 -321.5 155t-64.5 391l5 30q39 247 184.5 397t374.5 150q182 0 281 -115t66 -300l-2 -5h-263q14 87 -15.5 141t-102.5 54q-98 0 -155.5 -91t-79.5 -231l-5 -30q-24 -151 2 -236.5 t131 -85.5zM562 5l-22 -57q55 -11 85.5 -52t15.5 -121q-23 -114 -118.5 -173.5t-251.5 -57.5l-5 3l24 154q41 0 71 20.5t39 62.5q8 44 -16.5 59t-94.5 20l57 142h216z" />
<glyph unicode="&#xe8;" horiz-adv-x="1022" d="M485 -21q-213 0 -324 151t-73 380l6 40q40 251 186.5 402t357.5 150q199 0 294 -133.5t60 -355.5l-25 -159h-598q-8 -115 37 -183t145 -68q84 0 149 20t141 61l49 -180q-69 -53 -175.5 -89t-229.5 -36zM602 877q-68 0 -118.5 -62.5t-75.5 -162.5l2 -5h306l4 26 q15 97 -12.5 150.5t-105.5 53.5zM784 1239h-232l-214 261l3 5h303z" />
<glyph unicode="&#xe9;" horiz-adv-x="1022" d="M485 -21q-213 0 -324 151t-73 380l6 40q40 251 186.5 402t357.5 150q199 0 294 -133.5t60 -355.5l-25 -159h-598q-8 -115 37 -183t145 -68q84 0 149 20t141 61l49 -180q-69 -53 -175.5 -89t-229.5 -36zM602 877q-68 0 -118.5 -62.5t-75.5 -162.5l2 -5h306l4 26 q15 97 -12.5 150.5t-105.5 53.5zM722 1505h302l2 -6l-301 -260h-221l-2 5z" />
<glyph unicode="&#xea;" horiz-adv-x="1022" d="M485 -21q-213 0 -324 151t-73 380l6 40q40 251 186.5 402t357.5 150q199 0 294 -133.5t60 -355.5l-25 -159h-598q-8 -115 37 -183t145 -68q84 0 149 20t141 61l49 -180q-69 -53 -175.5 -89t-229.5 -36zM602 877q-68 0 -118.5 -62.5t-75.5 -162.5l2 -5h306l4 26 q15 97 -12.5 150.5t-105.5 53.5zM1004 1294l-5 -23h-227l-100 133l-153 -133h-223l6 26l316 240h163z" />
<glyph unicode="&#xeb;" horiz-adv-x="1022" d="M485 -21q-213 0 -324 151t-73 380l6 40q40 251 186.5 402t357.5 150q199 0 294 -133.5t60 -355.5l-25 -159h-598q-8 -115 37 -183t145 -68q84 0 149 20t141 61l49 -180q-69 -53 -175.5 -89t-229.5 -36zM602 877q-68 0 -118.5 -62.5t-75.5 -162.5l2 -5h306l4 26 q15 97 -12.5 150.5t-105.5 53.5zM1007 1280h-257l33 204h257zM540 1280h-257l33 204h257z" />
<glyph unicode="&#xec;" horiz-adv-x="544" d="M329 0h-289l216 1082h289zM577 1217h-232l-214 261l3 5h303z" />
<glyph unicode="&#xed;" horiz-adv-x="544" d="M329 0h-289l216 1082h289zM513 1483h302l2 -6l-301 -260h-221l-2 5z" />
<glyph unicode="&#xee;" horiz-adv-x="544" d="M329 0h-289l216 1082h289zM796 1274l-5 -23h-227l-100 133l-153 -133h-223l6 26l316 240h163z" />
<glyph unicode="&#xef;" horiz-adv-x="544" d="M329 0h-289l216 1082h289zM800 1258h-257l33 204h257zM333 1258h-257l33 204h257z" />
<glyph unicode="&#xf0;" horiz-adv-x="1145" d="M1022 1283q80 -117 105 -275t-12 -347l-15 -76q-57 -285 -234.5 -445.5t-403.5 -160.5q-209 0 -330 142.5t-79 346.5q48 241 197 370t370 129q66 0 124 -24t99 -65l4 4q-1 81 -22 147t-59 117l-241 -128l-54 113l199 106q-28 18 -59.5 33.5t-65.5 28.5l133 218 q75 -20 140.5 -55t119.5 -83l214 114l52 -113zM828 663v4q-23 38 -75 63t-129 25q-101 0 -179.5 -80.5t-102.5 -206.5q-24 -118 20.5 -191.5t148.5 -73.5q97 0 182.5 109.5t118.5 272.5z" />
<glyph unicode="&#xf1;" d="M483 940q65 79 146 120.5t171 41.5q143 0 212 -104.5t26 -321.5l-135 -676h-289l135 675q23 116 -5.5 158t-110.5 42q-47 0 -91.5 -24t-81.5 -66l-157 -785h-288l216 1082h269zM1107 1534q-16 -99 -82.5 -165t-152.5 -66q-61 0 -138.5 43.5t-126.5 43.5q-31 0 -58 -32.5 t-34 -77.5l-145 42q15 97 81 165t152 68q49 0 133 -43.5t133 -43.5q30 0 59 32.5t37 78.5z" />
<glyph unicode="&#xf2;" d="M84 551q40 252 188.5 401.5t375.5 149.5q217 0 323 -155.5t68 -395.5l-3 -21q-41 -253 -189.5 -402t-375.5 -149q-217 0 -323 155t-67 396zM368 530q-25 -155 5 -241t133 -86q95 0 156 90.5t85 236.5l3 21q24 150 -6.5 238t-131.5 88q-96 0 -157.5 -92t-83.5 -234z M813 1238h-232l-214 261l3 5h303z" />
<glyph unicode="&#xf3;" d="M84 551q40 252 188.5 401.5t375.5 149.5q217 0 323 -155.5t68 -395.5l-3 -21q-41 -253 -189.5 -402t-375.5 -149q-217 0 -323 155t-67 396zM368 530q-25 -155 5 -241t133 -86q95 0 156 90.5t85 236.5l3 21q24 150 -6.5 238t-131.5 88q-96 0 -157.5 -92t-83.5 -234z M751 1504h302l2 -6l-301 -260h-221l-2 5z" />
<glyph unicode="&#xf4;" d="M84 551q40 252 188.5 401.5t375.5 149.5q217 0 323 -155.5t68 -395.5l-3 -21q-41 -253 -189.5 -402t-375.5 -149q-217 0 -323 155t-67 396zM368 530q-25 -155 5 -241t133 -86q95 0 156 90.5t85 236.5l3 21q24 150 -6.5 238t-131.5 88q-96 0 -157.5 -92t-83.5 -234z M1032 1293l-5 -23h-227l-100 133l-153 -133h-223l6 26l316 240h163z" />
<glyph unicode="&#xf5;" d="M84 551q40 252 188.5 401.5t375.5 149.5q217 0 323 -155.5t68 -395.5l-3 -21q-41 -253 -189.5 -402t-375.5 -149q-217 0 -323 155t-67 396zM368 530q-25 -155 5 -241t133 -86q95 0 156 90.5t85 236.5l3 21q24 150 -6.5 238t-131.5 88q-96 0 -157.5 -92t-83.5 -234z M1069 1534q-16 -99 -82.5 -165t-152.5 -66q-61 0 -138.5 43.5t-126.5 43.5q-31 0 -58 -32.5t-34 -77.5l-145 42q15 97 81 165t152 68q49 0 133 -43.5t133 -43.5q30 0 59 32.5t37 78.5z" />
<glyph unicode="&#xf6;" d="M84 551q40 252 188.5 401.5t375.5 149.5q217 0 323 -155.5t68 -395.5l-3 -21q-41 -253 -189.5 -402t-375.5 -149q-217 0 -323 155t-67 396zM368 530q-25 -155 5 -241t133 -86q95 0 156 90.5t85 236.5l3 21q24 150 -6.5 238t-131.5 88q-96 0 -157.5 -92t-83.5 -234z M1036 1279h-257l33 204h257zM569 1279h-257l33 204h257z" />
<glyph unicode="&#xf7;" horiz-adv-x="1097" d="M1052 573h-959l45 227h959zM796 973h-286l46 233h286zM634 164h-286l46 233h286z" />
<glyph unicode="&#xf8;" d="M84 551q40 252 188.5 401.5t375.5 149.5q52 0 99 -10.5t88 -29.5l100 153h157l-151 -231q68 -75 93 -187t5 -246l-3 -21q-41 -253 -189.5 -402t-375.5 -149q-47 0 -89 8t-79 23l-99 -151h-156l145 222q-77 73 -106.5 189.5t-5.5 259.5zM368 530q-10 -58 -12 -104.5 t5 -76.5l6 -2l330 505q-17 12 -38.5 18.5t-46.5 6.5q-96 0 -157.5 -92t-83.5 -234zM750 551q6 44 8.5 82t0.5 63l-5 2l-316 -482q14 -7 30.5 -10t37.5 -3q95 0 156 90.5t85 236.5z" />
<glyph unicode="&#xf9;" d="M648 0l8 125q-62 -72 -139.5 -109t-168.5 -37q-149 0 -222 111.5t-27 338.5l130 653h287l-131 -655q-25 -126 -1 -173.5t94 -47.5q57 0 106.5 23t87.5 66l157 787h288l-216 -1082h-253zM845 1217h-232l-214 261l3 5h303z" />
<glyph unicode="&#xfa;" d="M648 0l8 125q-62 -72 -139.5 -109t-168.5 -37q-149 0 -222 111.5t-27 338.5l130 653h287l-131 -655q-25 -126 -1 -173.5t94 -47.5q57 0 106.5 23t87.5 66l157 787h288l-216 -1082h-253zM783 1483h302l2 -6l-301 -260h-221l-2 5z" />
<glyph unicode="&#xfb;" d="M648 0l8 125q-62 -72 -139.5 -109t-168.5 -37q-149 0 -222 111.5t-27 338.5l130 653h287l-131 -655q-25 -126 -1 -173.5t94 -47.5q57 0 106.5 23t87.5 66l157 787h288l-216 -1082h-253zM1064 1274l-5 -23h-227l-100 133l-153 -133h-223l6 26l316 240h163z" />
<glyph unicode="&#xfc;" d="M648 0l8 125q-62 -72 -139.5 -109t-168.5 -37q-149 0 -222 111.5t-27 338.5l130 653h287l-131 -655q-25 -126 -1 -173.5t94 -47.5q57 0 106.5 23t87.5 66l157 787h288l-216 -1082h-253zM1068 1258h-257l33 204h257zM601 1258h-257l33 204h257z" />
<glyph unicode="&#xfd;" horiz-adv-x="988" d="M481 454l-1 -35l6 -1l315 664h310l-653 -1244q-68 -117 -158 -196t-239 -79q-33 0 -63.5 6t-72.5 17l77 213q10 -2 24 -4t25 -2q61 0 106.5 37.5t71.5 86.5l46 82l-137 1083h310zM735 1483h302l2 -6l-301 -260h-221l-2 5z" />
<glyph unicode="&#xfe;" horiz-adv-x="1094" d="M1039 491q-51 -255 -169 -383.5t-307 -128.5q-75 0 -135 28t-100 82l-18 -89l-83 -416h-287l83 416h-1l312 1560h288l-112 -560q52 49 112 75.5t126 26.5q175 0 260 -170t35 -420zM755 512q32 164 6.5 263.5t-119.5 99.5q-52 0 -98 -32t-83 -88l-96 -482q17 -36 54.5 -53 t97.5 -17q89 0 147.5 75.5t86.5 212.5z" />
<glyph unicode="&#xff;" horiz-adv-x="988" d="M481 454l-1 -35l6 -1l315 664h310l-653 -1244q-68 -117 -158 -196t-239 -79q-33 0 -63.5 6t-72.5 17l77 213q10 -2 24 -4t25 -2q61 0 106.5 37.5t71.5 86.5l46 82l-137 1083h310zM1020 1258h-257l33 204h257zM553 1258h-257l33 204h257z" />
<glyph unicode="&#x131;" horiz-adv-x="544" d="M329 0h-289l216 1082h289z" />
<glyph unicode="&#x152;" horiz-adv-x="1863" d="M1699 0h-855q-87 -10 -147.5 -15.5t-121.5 -5.5q-238 0 -370.5 168.5t-80.5 428.5l61 304q56 282 242 439.5t445 157.5q59 0 127 -6t136 -15h853l-45 -225h-645l-73 -366h552l-45 -225h-552l-83 -416h647zM620 204q41 0 88.5 3.5t98.5 10.5l204 1019q-46 7 -92 11t-92 4 q-124 0 -221.5 -96t-133.5 -274l-61 -306q-39 -194 17 -283t192 -89z" />
<glyph unicode="&#x153;" horiz-adv-x="1722" d="M107 551q51 258 204 404.5t381 146.5q98 0 174.5 -36.5t126.5 -103.5q73 69 163 104.5t193 35.5q193 0 286 -134.5t49 -354.5l-32 -159h-598q-14 -117 29 -184t144 -67q82 0 149 20.5t144 60.5l41 -180q-72 -53 -179.5 -89t-230.5 -36q-98 0 -176.5 36.5t-128.5 104.5 q-76 -70 -170.5 -105.5t-205.5 -35.5q-211 0 -313 156t-54 395zM390 530q-32 -157 -5 -242t130 -85q92 0 158.5 91.5t95.5 235.5l4 21q30 154 3 240t-129 86q-92 0 -158.5 -93t-94.5 -233zM1304 877q-66 0 -119.5 -62.5t-83.5 -162.5l2 -5h305l6 26q19 99 -6.5 151.5 t-103.5 52.5z" />
<glyph unicode="&#x178;" horiz-adv-x="1221" d="M682 806l6 -1l414 651h315l-650 -943l-102 -513h-287l106 532l-269 924h316zM1212 1601h-257l33 204h257zM745 1601h-257l33 204h257z" />
<glyph unicode="&#x2c6;" horiz-adv-x="970" d="M1004 1275l-5 -23h-227l-100 133l-153 -133h-223l6 26l316 240h163z" />
<glyph unicode="&#x2da;" horiz-adv-x="646" d="M295 1298q17 89 85.5 142.5t156.5 53.5q79 0 128.5 -57t33.5 -139q-19 -90 -86 -141t-154 -51q-81 0 -131 55t-33 137zM407 1298q-10 -46 10.5 -72t60.5 -26q36 0 68 27.5t41 70.5q8 47 -10.5 73.5t-58.5 26.5q-37 0 -70.5 -29t-40.5 -71z" />
<glyph unicode="&#x2dc;" horiz-adv-x="939" d="M990 1484q-16 -99 -82.5 -165t-152.5 -66q-61 0 -138.5 43.5t-126.5 43.5q-31 0 -58 -32.5t-34 -77.5l-145 42q15 97 81 165t152 68q49 0 133 -43.5t133 -43.5q30 0 59 32.5t37 78.5z" />
<glyph unicode="&#x2000;" horiz-adv-x="967" />
<glyph unicode="&#x2001;" horiz-adv-x="1935" />
<glyph unicode="&#x2002;" horiz-adv-x="967" />
<glyph unicode="&#x2003;" horiz-adv-x="1935" />
<glyph unicode="&#x2004;" horiz-adv-x="645" />
<glyph unicode="&#x2005;" horiz-adv-x="483" />
<glyph unicode="&#x2006;" horiz-adv-x="322" />
<glyph unicode="&#x2007;" horiz-adv-x="322" />
<glyph unicode="&#x2008;" horiz-adv-x="241" />
<glyph unicode="&#x2009;" horiz-adv-x="387" />
<glyph unicode="&#x200a;" horiz-adv-x="107" />
<glyph unicode="&#x2010;" horiz-adv-x="769" d="M662 510h-531l45 225h531z" />
<glyph unicode="&#x2011;" horiz-adv-x="769" d="M662 510h-531l45 225h531z" />
<glyph unicode="&#x2012;" horiz-adv-x="769" d="M662 510h-531l45 225h531z" />
<glyph unicode="&#x2013;" horiz-adv-x="1324" d="M1215.99 601h-1007.49l59.7988 228h1007.49z" />
<glyph unicode="&#x2014;" horiz-adv-x="1563" d="M1461.98 601h-1239.98l73.5986 228h1239.98z" />
<glyph unicode="&#x2018;" horiz-adv-x="393" d="M204 1207l228 353h140l-126 -352l-39 -193h-241z" />
<glyph unicode="&#x2019;" horiz-adv-x="393" d="M541 1366l-227 -350h-141l125 349l39 195h243z" />
<glyph unicode="&#x201a;" horiz-adv-x="395" d="M266 19l-200 -282h-156l111 266l56 284h242z" />
<glyph unicode="&#x201c;" horiz-adv-x="717" d="M204 1207l228 353h140l-126 -352l-39 -193h-241zM528 1207l228 353h140l-126 -352l-39 -193h-241z" />
<glyph unicode="&#x201d;" horiz-adv-x="725" d="M535 1366l-227 -350h-141l125 349l39 195h243zM865 1366l-227 -350h-141l125 349l39 195h243z" />
<glyph unicode="&#x201e;" horiz-adv-x="708" d="M257 55l-214 -280h-125l111 268l51 255h226zM586 55l-214 -280h-126l112 276l50 247h227z" />
<glyph unicode="&#x2022;" horiz-adv-x="703" d="M205 806q21 106 94.5 167t177.5 61q98 0 150 -64.5t32 -163.5l-18 -90q-21 -107 -93.5 -166t-178.5 -59q-96 0 -149 63.5t-33 161.5z" />
<glyph unicode="&#x2026;" horiz-adv-x="1441" d="M343 0h-286l51 256h286zM789 0h-286l51 256h286zM1229 0h-286l51 256h286z" />
<glyph unicode="&#x202f;" horiz-adv-x="387" />
<glyph unicode="&#x2039;" horiz-adv-x="607" d="M353 550l139 -399h-182l-182 390l1 6l3 13l338 390h182z" />
<glyph unicode="&#x203a;" horiz-adv-x="587" d="M366 950l181 -390l-2 -6h1l-3 -13l-337 -390h-183l298 399l-138 400h183z" />
<glyph unicode="&#x2044;" horiz-adv-x="860" d="M105 109l-124 75l889 1138l124 -75z" />
<glyph unicode="&#x205f;" horiz-adv-x="483" />
<glyph unicode="&#x20ac;" horiz-adv-x="1052" d="M885 455h-388l-1 -8q-23 -111 22.5 -177.5t154.5 -66.5q50 0 105.5 8.5t105.5 25.5l-24 -227q-58 -15 -116 -23t-116 -8q-215 0 -337.5 137t-82.5 331l1 8h-132l39 200h132l23 116h-132l41 200h133l3 13q43 223 209 358t400 135q52 0 107.5 -8.5t114.5 -22.5l-67 -229 q-46 16 -96.5 25.5t-103.5 9.5q-98 0 -177 -80.5t-99 -185.5l-3 -15h387l-41 -200h-388l-23 -116h388z" />
<glyph unicode="&#x2122;" horiz-adv-x="1217" d="M925 1096l6 -1l179 361h149l-108 -541h-125l53 268l-6 2l-146 -270h-69l-40 283l-6 1l-57 -284h-126l108 541h154zM651 1351h-117l-87 -434h-140l87 434h-114l21 105h371z" />
<glyph unicode="&#x2212;" horiz-adv-x="1065" d="M950 601h-775l46 228h775z" />
<glyph unicode="&#x25fc;" horiz-adv-x="1080" d="M0 1080h1080v-1080h-1080v1080z" />
<glyph unicode="&#xfb02;" horiz-adv-x="1224" d="M92 0l175 877h-147l41 205h147l24 120q39 194 155.5 286.5t301.5 92.5q33 0 69 -5.5t78 -15.5l-67 -217q-20 4 -41 7t-48 3q-59 0 -102 -40t-57 -111l-24 -120h195l-41 -205h-195l-175 -877h-289zM1019 0h-288l312 1560h288z" />
<glyph unicode="&#xfb03;" horiz-adv-x="1881" d="M92 0l175 877h-147l41 205h147l24 120q39 194 155.5 286.5t301.5 92.5q33 0 69 -5.5t78 -15.5l-67 -217q-20 4 -41 7t-48 3q-59 0 -102 -40t-57 -111l-24 -120h195l-41 -205h-195l-175 -877h-289zM780 0l175 877h-148l41 205h148l15 74q43 217 180.5 321t357.5 104 q68 0 140.5 -16t158.5 -44l-88 -230q-61 21 -115 33.5t-126 12.5q-87 0 -145 -47t-75 -134l-15 -74h193l-41 -205h-193l-175 -877h-288zM1676 0h-288l216 1082h288z" />
<glyph unicode="&#xfb04;" horiz-adv-x="1921" d="M92 0l175 877h-147l41 205h147l24 120q39 194 155.5 286.5t301.5 92.5q33 0 69 -5.5t78 -15.5l-67 -217q-20 4 -41 7t-48 3q-59 0 -102 -40t-57 -111l-24 -120h195l-41 -205h-195l-175 -877h-289zM789 0l175 877h-147l41 205h147l24 120q39 194 155.5 286.5t301.5 92.5 q33 0 69 -5.5t78 -15.5l-67 -217q-20 4 -41 7t-48 3q-59 0 -102 -40t-57 -111l-24 -120h195l-41 -205h-195l-175 -877h-289zM1716 0h-288l312 1560h288z" />
<glyph horiz-adv-x="544" d="M315 0h-207l126 630h-116l32 159l327 23z" />
<glyph horiz-adv-x="800" d="M609 0h-583l31 155l336 252q64 50 86 83.5t31 74.5q8 42 -7 67t-58 25q-44 0 -76 -30.5t-41 -76.5h-196l-2 6q17 113 113.5 184.5t237.5 71.5q127 0 192.5 -66.5t43.5 -181.5q-18 -88 -76.5 -145t-204.5 -165l-113 -93l2 -6h315z" />
<glyph horiz-adv-x="814" d="M292 473h103q51 0 83.5 25t42.5 70q7 40 -12.5 64.5t-67.5 24.5q-43 0 -72.5 -22t-35.5 -53h-197l-2 6q17 108 110 166t222 58q134 0 210 -60.5t55 -168.5q-12 -59 -54 -104t-105 -70q59 -25 85.5 -72t13.5 -112q-25 -120 -118.5 -178t-239.5 -58q-130 0 -210 63t-52 175 l2 6h199q-10 -45 13 -67t77 -22q46 0 81.5 24.5t44.5 67.5q11 53 -14.5 78.5t-85.5 25.5h-103l10 49l9 44z" />
<glyph horiz-adv-x="847" d="M637 296h89l-31 -157h-89l-28 -139h-207l28 139h-379l11 126l499 534l1 2h207zM252 301l2 -5h176l51 252l-6 3l-13 -16z" />
<hkern u1="&#x22;" u2="w" k="-11" />
<hkern u1="&#x27;" u2="w" k="-11" />
<hkern u1="&#x28;" u2="&#x178;" k="-22" />
<hkern u1="&#x28;" u2="&#xdd;" k="-22" />
<hkern u1="&#x28;" u2="Y" k="-22" />
<hkern u1="&#x28;" u2="W" k="-38" />
<hkern u1="&#x28;" u2="V" k="-20" />
<hkern u1="&#x2f;" u2="&#x2f;" k="248" />
<hkern u1="A" u2="w" k="33" />
<hkern u1="A" u2="t" k="17" />
<hkern u1="A" u2="&#x3f;" k="81" />
<hkern u1="C" u2="&#x7d;" k="17" />
<hkern u1="C" u2="]" k="12" />
<hkern u1="C" u2="&#x29;" k="26" />
<hkern u1="D" u2="&#xc6;" k="33" />
<hkern u1="E" u2="w" k="22" />
<hkern u1="E" u2="f" k="18" />
<hkern u1="F" u2="&#x2026;" k="274" />
<hkern u1="F" u2="&#x201e;" k="274" />
<hkern u1="F" u2="&#x201a;" k="274" />
<hkern u1="F" u2="&#x153;" k="21" />
<hkern u1="F" u2="&#xff;" k="24" />
<hkern u1="F" u2="&#xfd;" k="24" />
<hkern u1="F" u2="&#xfc;" k="22" />
<hkern u1="F" u2="&#xfb;" k="22" />
<hkern u1="F" u2="&#xfa;" k="22" />
<hkern u1="F" u2="&#xf9;" k="22" />
<hkern u1="F" u2="&#xf6;" k="21" />
<hkern u1="F" u2="&#xf5;" k="21" />
<hkern u1="F" u2="&#xf4;" k="21" />
<hkern u1="F" u2="&#xf3;" k="21" />
<hkern u1="F" u2="&#xf2;" k="21" />
<hkern u1="F" u2="&#xeb;" k="21" />
<hkern u1="F" u2="&#xea;" k="21" />
<hkern u1="F" u2="&#xe9;" k="21" />
<hkern u1="F" u2="&#xe8;" k="21" />
<hkern u1="F" u2="&#xe7;" k="21" />
<hkern u1="F" u2="&#xe5;" k="34" />
<hkern u1="F" u2="&#xe4;" k="34" />
<hkern u1="F" u2="&#xe3;" k="34" />
<hkern u1="F" u2="&#xe2;" k="34" />
<hkern u1="F" u2="&#xe1;" k="34" />
<hkern u1="F" u2="&#xe0;" k="34" />
<hkern u1="F" u2="&#xc5;" k="59" />
<hkern u1="F" u2="&#xc4;" k="59" />
<hkern u1="F" u2="&#xc3;" k="59" />
<hkern u1="F" u2="&#xc2;" k="59" />
<hkern u1="F" u2="&#xc1;" k="59" />
<hkern u1="F" u2="&#xc0;" k="59" />
<hkern u1="F" u2="y" k="24" />
<hkern u1="F" u2="v" k="24" />
<hkern u1="F" u2="u" k="22" />
<hkern u1="F" u2="r" k="26" />
<hkern u1="F" u2="q" k="21" />
<hkern u1="F" u2="o" k="21" />
<hkern u1="F" u2="g" k="21" />
<hkern u1="F" u2="e" k="21" />
<hkern u1="F" u2="d" k="21" />
<hkern u1="F" u2="c" k="21" />
<hkern u1="F" u2="a" k="34" />
<hkern u1="F" u2="T" k="-20" />
<hkern u1="F" u2="J" k="208" />
<hkern u1="F" u2="A" k="59" />
<hkern u1="F" u2="&#x2e;" k="274" />
<hkern u1="F" u2="&#x2c;" k="274" />
<hkern u1="K" u2="w" k="63" />
<hkern u1="L" u2="w" k="52" />
<hkern u1="O" u2="&#xc6;" k="33" />
<hkern u1="P" u2="&#xc6;" k="297" />
<hkern u1="P" u2="t" k="-14" />
<hkern u1="Q" u2="&#x178;" k="35" />
<hkern u1="Q" u2="&#xdd;" k="35" />
<hkern u1="Q" u2="Y" k="35" />
<hkern u1="Q" u2="W" k="20" />
<hkern u1="Q" u2="V" k="28" />
<hkern u1="Q" u2="T" k="33" />
<hkern u1="R" u2="&#x178;" k="48" />
<hkern u1="R" u2="&#xdd;" k="48" />
<hkern u1="R" u2="Y" k="48" />
<hkern u1="R" u2="V" k="19" />
<hkern u1="R" u2="T" k="50" />
<hkern u1="T" u2="&#xf8;" k="95" />
<hkern u1="T" u2="&#xe6;" k="84" />
<hkern u1="T" u2="&#xc6;" k="189" />
<hkern u1="T" u2="&#xbb;" k="146" />
<hkern u1="T" u2="&#xab;" k="148" />
<hkern u1="T" u2="w" k="47" />
<hkern u1="T" u2="r" k="65" />
<hkern u1="V" u2="&#x7d;" k="-19" />
<hkern u1="V" u2="r" k="30" />
<hkern u1="V" u2="]" k="-17" />
<hkern u1="V" u2="&#x29;" k="-20" />
<hkern u1="W" u2="&#x7d;" k="-14" />
<hkern u1="W" u2="r" k="21" />
<hkern u1="W" u2="]" k="-12" />
<hkern u1="W" u2="&#x29;" k="-15" />
<hkern u1="Y" u2="&#x2022;" k="45" />
<hkern u1="Y" u2="&#xf8;" k="64" />
<hkern u1="Y" u2="&#xe6;" k="63" />
<hkern u1="Y" u2="&#xc6;" k="96" />
<hkern u1="Y" u2="&#xbb;" k="51" />
<hkern u1="Y" u2="&#xab;" k="82" />
<hkern u1="Y" u2="&#x7d;" k="-19" />
<hkern u1="Y" u2="t" k="22" />
<hkern u1="Y" u2="r" k="40" />
<hkern u1="Y" u2="f" k="22" />
<hkern u1="Y" u2="]" k="-18" />
<hkern u1="Y" u2="&#x2a;" k="49" />
<hkern u1="Y" u2="&#x29;" k="-20" />
<hkern u1="Y" u2="&#x26;" k="30" />
<hkern u1="Z" u2="w" k="27" />
<hkern u1="[" u2="&#xdc;" k="18" />
<hkern u1="[" u2="&#xdb;" k="18" />
<hkern u1="[" u2="&#xda;" k="18" />
<hkern u1="[" u2="&#xd9;" k="18" />
<hkern u1="[" u2="U" k="18" />
<hkern u1="[" u2="J" k="18" />
<hkern u1="f" u2="&#x201d;" k="-16" />
<hkern u1="f" u2="&#x201c;" k="-16" />
<hkern u1="f" u2="&#x2019;" k="-16" />
<hkern u1="f" u2="&#x2018;" k="-16" />
<hkern u1="f" u2="&#x153;" k="24" />
<hkern u1="f" u2="&#xeb;" k="24" />
<hkern u1="f" u2="&#xea;" k="24" />
<hkern u1="f" u2="&#xe9;" k="24" />
<hkern u1="f" u2="&#xe8;" k="24" />
<hkern u1="f" u2="&#xe7;" k="24" />
<hkern u1="f" u2="&#x7d;" k="-19" />
<hkern u1="f" u2="q" k="24" />
<hkern u1="f" u2="g" k="24" />
<hkern u1="f" u2="e" k="24" />
<hkern u1="f" u2="d" k="24" />
<hkern u1="f" u2="c" k="24" />
<hkern u1="f" u2="]" k="-18" />
<hkern u1="f" u2="&#x29;" k="-20" />
<hkern u1="f" u2="&#x27;" k="-16" />
<hkern u1="f" u2="&#x22;" k="-16" />
<hkern u1="k" u2="&#x153;" k="20" />
<hkern u1="k" u2="&#xeb;" k="20" />
<hkern u1="k" u2="&#xea;" k="20" />
<hkern u1="k" u2="&#xe9;" k="20" />
<hkern u1="k" u2="&#xe8;" k="20" />
<hkern u1="k" u2="&#xe7;" k="20" />
<hkern u1="k" u2="q" k="20" />
<hkern u1="k" u2="g" k="20" />
<hkern u1="k" u2="e" k="20" />
<hkern u1="k" u2="d" k="20" />
<hkern u1="k" u2="c" k="20" />
<hkern u1="r" u2="w" k="-17" />
<hkern u1="r" u2="t" k="-24" />
<hkern u1="r" u2="f" k="-20" />
<hkern u1="t" u2="&#xf6;" k="30" />
<hkern u1="t" u2="&#xf5;" k="30" />
<hkern u1="t" u2="&#xf4;" k="30" />
<hkern u1="t" u2="&#xf3;" k="30" />
<hkern u1="t" u2="&#xf2;" k="30" />
<hkern u1="t" u2="o" k="30" />
<hkern u1="v" u2="f" k="-13" />
<hkern u1="w" u2="&#x2026;" k="124" />
<hkern u1="w" u2="&#x201e;" k="124" />
<hkern u1="w" u2="&#x201a;" k="124" />
<hkern u1="w" u2="&#x2e;" k="124" />
<hkern u1="w" u2="&#x2c;" k="124" />
<hkern u1="y" u2="f" k="-13" />
<hkern u1="&#x7b;" u2="&#xdc;" k="20" />
<hkern u1="&#x7b;" u2="&#xdb;" k="20" />
<hkern u1="&#x7b;" u2="&#xda;" k="20" />
<hkern u1="&#x7b;" u2="&#xd9;" k="20" />
<hkern u1="&#x7b;" u2="U" k="20" />
<hkern u1="&#x7b;" u2="J" k="20" />
<hkern u1="&#xc0;" u2="w" k="33" />
<hkern u1="&#xc0;" u2="t" k="17" />
<hkern u1="&#xc0;" u2="&#x3f;" k="81" />
<hkern u1="&#xc1;" u2="w" k="33" />
<hkern u1="&#xc1;" u2="t" k="17" />
<hkern u1="&#xc1;" u2="&#x3f;" k="81" />
<hkern u1="&#xc2;" u2="w" k="33" />
<hkern u1="&#xc2;" u2="t" k="17" />
<hkern u1="&#xc2;" u2="&#x3f;" k="81" />
<hkern u1="&#xc3;" u2="w" k="33" />
<hkern u1="&#xc3;" u2="t" k="17" />
<hkern u1="&#xc3;" u2="&#x3f;" k="81" />
<hkern u1="&#xc4;" u2="w" k="33" />
<hkern u1="&#xc4;" u2="t" k="17" />
<hkern u1="&#xc4;" u2="&#x3f;" k="81" />
<hkern u1="&#xc5;" u2="w" k="33" />
<hkern u1="&#xc5;" u2="t" k="17" />
<hkern u1="&#xc5;" u2="&#x3f;" k="81" />
<hkern u1="&#xc7;" u2="&#x7d;" k="17" />
<hkern u1="&#xc7;" u2="]" k="12" />
<hkern u1="&#xc7;" u2="&#x29;" k="26" />
<hkern u1="&#xc8;" u2="w" k="22" />
<hkern u1="&#xc8;" u2="f" k="18" />
<hkern u1="&#xc9;" u2="w" k="22" />
<hkern u1="&#xc9;" u2="f" k="18" />
<hkern u1="&#xca;" u2="w" k="22" />
<hkern u1="&#xca;" u2="f" k="18" />
<hkern u1="&#xcb;" u2="w" k="22" />
<hkern u1="&#xcb;" u2="f" k="18" />
<hkern u1="&#xd0;" u2="&#xc6;" k="33" />
<hkern u1="&#xd2;" u2="&#xc6;" k="33" />
<hkern u1="&#xd3;" u2="&#xc6;" k="33" />
<hkern u1="&#xd4;" u2="&#xc6;" k="33" />
<hkern u1="&#xd5;" u2="&#xc6;" k="33" />
<hkern u1="&#xd6;" u2="&#xc6;" k="33" />
<hkern u1="&#xdd;" u2="&#x2022;" k="45" />
<hkern u1="&#xdd;" u2="&#xf8;" k="64" />
<hkern u1="&#xdd;" u2="&#xe6;" k="63" />
<hkern u1="&#xdd;" u2="&#xc6;" k="96" />
<hkern u1="&#xdd;" u2="&#xbb;" k="51" />
<hkern u1="&#xdd;" u2="&#xab;" k="82" />
<hkern u1="&#xdd;" u2="&#x7d;" k="-19" />
<hkern u1="&#xdd;" u2="t" k="22" />
<hkern u1="&#xdd;" u2="r" k="40" />
<hkern u1="&#xdd;" u2="f" k="22" />
<hkern u1="&#xdd;" u2="]" k="-18" />
<hkern u1="&#xdd;" u2="&#x2a;" k="49" />
<hkern u1="&#xdd;" u2="&#x29;" k="-20" />
<hkern u1="&#xdd;" u2="&#x26;" k="30" />
<hkern u1="&#xfd;" u2="f" k="-13" />
<hkern u1="&#xff;" u2="f" k="-13" />
<hkern u1="&#x178;" u2="&#x2022;" k="45" />
<hkern u1="&#x178;" u2="&#xf8;" k="64" />
<hkern u1="&#x178;" u2="&#xe6;" k="63" />
<hkern u1="&#x178;" u2="&#xc6;" k="96" />
<hkern u1="&#x178;" u2="&#xbb;" k="51" />
<hkern u1="&#x178;" u2="&#xab;" k="82" />
<hkern u1="&#x178;" u2="&#x7d;" k="-19" />
<hkern u1="&#x178;" u2="t" k="22" />
<hkern u1="&#x178;" u2="r" k="40" />
<hkern u1="&#x178;" u2="f" k="22" />
<hkern u1="&#x178;" u2="]" k="-18" />
<hkern u1="&#x178;" u2="&#x2a;" k="49" />
<hkern u1="&#x178;" u2="&#x29;" k="-20" />
<hkern u1="&#x178;" u2="&#x26;" k="30" />
<hkern u1="&#x2018;" u2="w" k="-11" />
<hkern u1="&#x2019;" u2="w" k="-11" />
<hkern u1="&#x201c;" u2="w" k="-11" />
<hkern u1="&#x201d;" u2="w" k="-11" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="37" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="120" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="50" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="59" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="m,n,p,ntilde" k="20" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="91" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="s" k="92" />
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="285" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="120" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="m,n,p,ntilde" k="48" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="12" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="11" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="T" k="89" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="17" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="V" k="77" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="W" k="39" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="Y,Yacute,Ydieresis" k="150" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="u,ugrave,uacute,ucircumflex,udieresis" k="11" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="v,y,yacute,ydieresis" k="50" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="z" k="-12" />
<hkern g1="B" g2="T" k="27" />
<hkern g1="B" g2="V" k="24" />
<hkern g1="B" g2="Y,Yacute,Ydieresis" k="55" />
<hkern g1="C,Ccedilla" g2="T" k="29" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="21" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="T" k="27" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="V" k="22" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Y,Yacute,Ydieresis" k="43" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="122" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="X" k="22" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Z" k="23" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="19" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="T" k="-20" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="17" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="v,y,yacute,ydieresis" k="26" />
<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-18" />
<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="T" k="29" />
<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="Y,Yacute,Ydieresis" k="28" />
<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="X" k="-17" />
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="22" />
<hkern g1="K" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" />
<hkern g1="K" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="27" />
<hkern g1="K" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="31" />
<hkern g1="K" g2="u,ugrave,uacute,ucircumflex,udieresis" k="23" />
<hkern g1="K" g2="v,y,yacute,ydieresis" k="40" />
<hkern g1="K" g2="hyphen,uni00AD,endash,emdash" k="164" />
<hkern g1="L" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="258" />
<hkern g1="L" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-19" />
<hkern g1="L" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="25" />
<hkern g1="L" g2="T" k="205" />
<hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="24" />
<hkern g1="L" g2="V" k="206" />
<hkern g1="L" g2="W" k="93" />
<hkern g1="L" g2="Y,Yacute,Ydieresis" k="279" />
<hkern g1="L" g2="u,ugrave,uacute,ucircumflex,udieresis" k="14" />
<hkern g1="L" g2="v,y,yacute,ydieresis" k="123" />
<hkern g1="P" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="178" />
<hkern g1="P" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="11" />
<hkern g1="P" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" />
<hkern g1="P" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="13" />
<hkern g1="P" g2="v,y,yacute,ydieresis" k="-15" />
<hkern g1="P" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="404" />
<hkern g1="P" g2="X" k="51" />
<hkern g1="P" g2="Z" k="36" />
<hkern g1="P" g2="J" k="184" />
<hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="109" />
<hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="83" />
<hkern g1="T" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="89" />
<hkern g1="T" g2="m,n,p,ntilde" k="89" />
<hkern g1="T" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="79" />
<hkern g1="T" g2="s" k="76" />
<hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="28" />
<hkern g1="T" g2="T" k="-16" />
<hkern g1="T" g2="V" k="-16" />
<hkern g1="T" g2="W" k="-15" />
<hkern g1="T" g2="Y,Yacute,Ydieresis" k="-16" />
<hkern g1="T" g2="u,ugrave,uacute,ucircumflex,udieresis" k="65" />
<hkern g1="T" g2="v,y,yacute,ydieresis" k="82" />
<hkern g1="T" g2="z" k="60" />
<hkern g1="T" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="258" />
<hkern g1="T" g2="hyphen,uni00AD,endash,emdash" k="272" />
<hkern g1="T" g2="J" k="216" />
<hkern g1="T" g2="S" k="16" />
<hkern g1="T" g2="x" k="77" />
<hkern g1="V" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="75" />
<hkern g1="V" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="46" />
<hkern g1="V" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="44" />
<hkern g1="V" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="46" />
<hkern g1="V" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="13" />
<hkern g1="V" g2="u,ugrave,uacute,ucircumflex,udieresis" k="28" />
<hkern g1="V" g2="v,y,yacute,ydieresis" k="11" />
<hkern g1="V" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="215" />
<hkern g1="V" g2="hyphen,uni00AD,endash,emdash" k="157" />
<hkern g1="W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="43" />
<hkern g1="W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="33" />
<hkern g1="W" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="31" />
<hkern g1="W" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="31" />
<hkern g1="W" g2="T" k="-14" />
<hkern g1="W" g2="u,ugrave,uacute,ucircumflex,udieresis" k="19" />
<hkern g1="W" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="143" />
<hkern g1="W" g2="hyphen,uni00AD,endash,emdash" k="60" />
<hkern g1="X" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" />
<hkern g1="X" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="21" />
<hkern g1="X" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="25" />
<hkern g1="X" g2="V" k="-14" />
<hkern g1="X" g2="u,ugrave,uacute,ucircumflex,udieresis" k="21" />
<hkern g1="X" g2="v,y,yacute,ydieresis" k="31" />
<hkern g1="X" g2="hyphen,uni00AD,endash,emdash" k="156" />
<hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="150" />
<hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="63" />
<hkern g1="Y,Yacute,Ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="65" />
<hkern g1="Y,Yacute,Ydieresis" g2="m,n,p,ntilde" k="40" />
<hkern g1="Y,Yacute,Ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="65" />
<hkern g1="Y,Yacute,Ydieresis" g2="s" k="58" />
<hkern g1="Y,Yacute,Ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="29" />
<hkern g1="Y,Yacute,Ydieresis" g2="T" k="-17" />
<hkern g1="Y,Yacute,Ydieresis" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="96" />
<hkern g1="Y,Yacute,Ydieresis" g2="V" k="-18" />
<hkern g1="Y,Yacute,Ydieresis" g2="W" k="-17" />
<hkern g1="Y,Yacute,Ydieresis" g2="Y,Yacute,Ydieresis" k="-18" />
<hkern g1="Y,Yacute,Ydieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="39" />
<hkern g1="Y,Yacute,Ydieresis" g2="v,y,yacute,ydieresis" k="20" />
<hkern g1="Y,Yacute,Ydieresis" g2="z" k="30" />
<hkern g1="Y,Yacute,Ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="231" />
<hkern g1="Y,Yacute,Ydieresis" g2="X" k="-13" />
<hkern g1="Y,Yacute,Ydieresis" g2="hyphen,uni00AD,endash,emdash" k="152" />
<hkern g1="Y,Yacute,Ydieresis" g2="J" k="96" />
<hkern g1="Y,Yacute,Ydieresis" g2="S" k="16" />
<hkern g1="Y,Yacute,Ydieresis" g2="x" k="23" />
<hkern g1="Z" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-13" />
<hkern g1="Z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="21" />
<hkern g1="Z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="21" />
<hkern g1="Z" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="26" />
<hkern g1="Z" g2="u,ugrave,uacute,ucircumflex,udieresis" k="19" />
<hkern g1="Z" g2="v,y,yacute,ydieresis" k="27" />
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="17" />
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="v,y,yacute,ydieresis" k="15" />
<hkern g1="b,p,thorn" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="29" />
<hkern g1="b,p,thorn" g2="v,y,yacute,ydieresis" k="11" />
<hkern g1="b,p,thorn" g2="z" k="15" />
<hkern g1="b,p,thorn" g2="x" k="15" />
<hkern g1="c,ccedilla" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="11" />
<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="14" />
<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="v,y,yacute,ydieresis" k="13" />
<hkern g1="h,m,n,ntilde" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="16" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="20" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="v,y,yacute,ydieresis" k="15" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="z" k="16" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="x" k="21" />
<hkern g1="r" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-16" />
<hkern g1="r" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="20" />
<hkern g1="r" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" />
<hkern g1="r" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="20" />
<hkern g1="r" g2="v,y,yacute,ydieresis" k="-18" />
<hkern g1="r" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="173" />
<hkern g1="v,y,yacute,ydieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-15" />
<hkern g1="v,y,yacute,ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="15" />
<hkern g1="v,y,yacute,ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" />
<hkern g1="v,y,yacute,ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="15" />
<hkern g1="v,y,yacute,ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="167" />
<hkern g1="x" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="20" />
<hkern g1="x" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="40" />
<hkern g1="z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="16" />
<hkern g1="z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="16" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 76 KiB

View File

@@ -0,0 +1,656 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
<metadata></metadata>
<defs>
<font id="robotoitalic" horiz-adv-x="1096" >
<font-face units-per-em="2048" ascent="1638" descent="-410" />
<missing-glyph horiz-adv-x="485" />
<glyph unicode="&#xfb01;" horiz-adv-x="1075" d="M100 0l187 936h-157l29 146h157l24 117q38 194 155.5 288t300.5 94q58 0 119.5 -16t134.5 -45l-66 -160q-42 21 -96 36t-111 15q-102 0 -163 -53t-81 -159l-24 -117h195l-29 -146h-195l-187 -936h-193zM839 0h-194l216 1082h194z" />
<glyph horiz-adv-x="0" />
<glyph unicode="&#xd;" horiz-adv-x="485" />
<glyph horiz-adv-x="0" />
<glyph horiz-adv-x="0" />
<glyph unicode=" " horiz-adv-x="485" />
<glyph unicode="&#x09;" horiz-adv-x="485" />
<glyph unicode="&#xa0;" horiz-adv-x="485" />
<glyph unicode="!" horiz-adv-x="521" d="M369 478h-194l195 978h194zM272 0h-191l41 204h191z" />
<glyph unicode="&#x22;" horiz-adv-x="642" d="M385 1290l-100 -250h-94l39 240l45 280h154zM681 1290l-101 -250h-93l39 248l44 272h155z" />
<glyph unicode="#" horiz-adv-x="1197" d="M661 410h-229l-157 -410h-147l157 410h-218l28 140h243l134 348h-236l28 142h262l160 416h147l-159 -416h229l160 416h147l-159 -416h180l-28 -142h-207l-133 -348h201l-28 -140h-227l-157 -410h-148zM486 550h229l133 348h-229z" />
<glyph unicode="$" horiz-adv-x="1085" d="M777 376q15 92 -32.5 154.5t-172.5 112.5q-178 61 -258 163t-53 272q27 171 130.5 272.5t261.5 121.5l35 221h154l-36 -223q147 -26 215 -146t37 -317h-192q22 141 -20 222.5t-144 81.5q-101 0 -166 -62.5t-81 -167.5q-16 -100 29.5 -158.5t180.5 -112.5 q180 -66 256 -164.5t49 -267.5q-29 -178 -139.5 -277t-282.5 -117l-30 -192h-154l30 192q-151 20 -237 128.5t-52 316.5h193q-26 -160 31.5 -222.5t161.5 -62.5q113 0 190.5 62.5t95.5 169.5z" />
<glyph unicode="%" horiz-adv-x="1401" d="M251 1176q27 135 119 218t223 83q120 0 183.5 -88t38.5 -213l-15 -77q-28 -135 -119 -217t-221 -82q-121 0 -185.5 87.5t-38.5 211.5zM378 1099q-16 -79 10 -128t96 -49q61 0 110 52t64 125l15 77q15 79 -11 129t-93 50q-63 0 -112.5 -53.5t-63.5 -125.5zM739 357 q27 135 119 217.5t223 82.5q120 0 183.5 -88t38.5 -212l-15 -78q-28 -136 -119.5 -218t-220.5 -82q-121 0 -185.5 87.5t-38.5 212.5zM866 279q-16 -79 10 -128.5t96 -49.5q61 0 110 52.5t64 125.5l15 78q15 78 -11 128t-93 50q-63 0 -112.5 -53t-63.5 -125zM368 110l-93 67 l890 1138l93 -67z" />
<glyph unicode="&#x26;" horiz-adv-x="1199" d="M54 392q20 126 99 214.5t227 181.5q-59 99 -82.5 177t-9.5 160q27 175 132 263.5t268 88.5q143 0 225 -92t63 -218q-17 -102 -77 -170.5t-172 -145.5l-110 -78l245 -403q48 65 81 141.5t47 161.5h172q-23 -137 -76 -246t-138 -197l140 -230h-231l-59 98 q-84 -58 -177.5 -88.5t-188.5 -30.5q-196 0 -302 116t-76 297zM456 133q63 0 131 24.5t132 70.5l-261 433l-39 -27q-93 -68 -128.5 -130t-43.5 -112q-19 -117 33.5 -188t175.5 -71zM481 1127q-9 -54 7 -110t55 -123l137 92q59 38 84 82t35 99q10 64 -27 109.5t-108 45.5 q-70 0 -120 -57t-63 -138z" />
<glyph unicode="'" horiz-adv-x="345" d="M393 1337l-105 -282h-93l41 265l39 240h154z" />
<glyph unicode="(" horiz-adv-x="647" d="M152 591q65 410 256 679t374 365l6 -1l18 -115q-143 -108 -274.5 -344t-186.5 -582l-2 -13q-59 -361 -3.5 -588t166.5 -347l-53 -108l-6 1q-149 93 -255 371.5t-42 672.5z" />
<glyph unicode=")" horiz-adv-x="653" d="M539 582q-66 -410 -257.5 -678.5t-373.5 -366.5l-6 1l-20 107q141 106 274 346.5t190 588.5l2 13q56 356 -3 588t-162 347l55 108l6 -1q146 -94 252.5 -373t44.5 -671z" />
<glyph unicode="*" horiz-adv-x="834" d="M412 982l-252 89l79 154l248 -111l58 342h157l-78 -348l290 110l15 -156l-294 -89l122 -270l-148 -96l-106 287l-216 -279l-110 93z" />
<glyph unicode="+" horiz-adv-x="1091" d="M712 783h366l-36 -178h-365l-92 -459h-193l92 459h-370l36 178h369l85 423h193z" />
<glyph unicode="," horiz-adv-x="387" d="M229 48l-208 -306h-113l129 316l32 163h194z" />
<glyph unicode="-" horiz-adv-x="529" d="M516 538h-457l30 154h457z" />
<glyph unicode="." horiz-adv-x="527" d="M260 0h-191l40 202h191z" />
<glyph unicode="/" horiz-adv-x="805" d="M72 -125h-164l882 1581h162z" />
<glyph unicode="0" horiz-adv-x="1082" d="M999 555q-60 -297 -200.5 -436.5t-345.5 -139.5q-187 0 -280.5 151.5t-38.5 424.5l69 345q59 296 201 436.5t346 140.5q188 0 280 -152t38 -425zM883 942q40 201 -2.5 290.5t-161.5 89.5q-109 0 -193.5 -97.5t-121.5 -282.5l-85 -427q-40 -201 3 -291.5t162 -90.5 q109 0 192.5 98t121.5 284z" />
<glyph unicode="1" horiz-adv-x="1085" d="M575 0h-193l249 1245l-311 -4l25 123l521 92z" />
<glyph unicode="2" horiz-adv-x="1085" d="M925 0h-883l22 135l528 530q141 142 195.5 226.5t69.5 172.5q18 112 -27 185t-139 73q-133 0 -213.5 -78.5t-102.5 -216.5h-184l-2 6q27 195 167 319.5t359 124.5q176 0 270 -115.5t66 -290.5q-20 -124 -101.5 -239.5t-224.5 -255.5l-420 -416l2 -6h643z" />
<glyph unicode="3" horiz-adv-x="1085" d="M418 778l7 41h164q113 0 173.5 66t79.5 182q20 129 -25 192t-154 63q-100 0 -175.5 -68t-92.5 -179h-184l-2 6q22 171 154.5 283.5t323.5 112.5q182 0 280 -108.5t67 -305.5q-16 -95 -79.5 -183t-173.5 -134q111 -45 148 -137t20 -203q-34 -207 -172 -317t-330 -110 q-180 0 -286.5 108.5t-72.5 291.5l2 5h186q-19 -120 32 -185.5t163 -65.5q108 0 184.5 68.5t98.5 200.5q23 141 -21.5 202t-168.5 61h-164z" />
<glyph unicode="4" horiz-adv-x="1085" d="M864 490h183l-31 -154h-183l-67 -336h-192l67 336h-605l22 111l796 1009h203zM275 495l3 -5h394l133 668l-6 2l-19 -36z" />
<glyph unicode="5" horiz-adv-x="1085" d="M201 657l206 799h681l-28 -175h-517l-109 -409q46 34 101 56.5t119 24.5q189 2 275.5 -131t50.5 -358q-37 -227 -166 -356t-341 -129q-166 0 -268 102t-66 297l2 5h175q-20 -123 31 -186.5t150 -63.5q107 0 186.5 89t103.5 240q22 146 -26.5 233t-161.5 87 q-100 0 -154 -35.5t-86 -106.5z" />
<glyph unicode="6" horiz-adv-x="1085" d="M802 1477q68 0 135.5 -17.5t105.5 -42.5l-64 -151q-40 25 -87 40.5t-114 15.5q-139 0 -250 -126t-142 -325l-2 -13q67 52 147.5 80.5t167.5 28.5q174 0 264 -136t57 -341q-37 -234 -173 -372.5t-331 -138.5q-193 0 -304 156.5t-66 435.5l45 278q46 291 218.5 459.5 t392.5 168.5zM632 820q-89 0 -160.5 -40.5t-117.5 -107.5l-19 -120q-34 -209 26.5 -314t178.5 -105q104 0 183 103.5t103 253.5q24 149 -26.5 239.5t-167.5 90.5z" />
<glyph unicode="7" horiz-adv-x="1085" d="M1135 1301q-300 -311 -419 -549t-215 -595l-41 -157h-193l41 157q93 344 248 615t390 529h-731l25 155h920z" />
<glyph unicode="8" horiz-adv-x="1085" d="M1076 1076q-25 -123 -100.5 -207.5t-185.5 -123.5q105 -47 157.5 -139.5t29.5 -211.5q-44 -216 -183 -315.5t-340 -99.5q-188 0 -294 108t-66 307q26 133 113 225t215 133q-91 44 -133.5 129t-20.5 195q41 206 168.5 303.5t314.5 97.5q168 0 265 -106t60 -295zM786 398 q25 128 -30 201t-166 73q-104 0 -191.5 -78t-110.5 -196q-27 -132 26.5 -198.5t170.5 -66.5q103 0 189.5 72t111.5 193zM882 1072q23 115 -22.5 182.5t-139.5 67.5q-88 0 -163 -69.5t-97 -180.5q-24 -119 21 -182t142 -63q87 0 162 68t97 177z" />
<glyph unicode="9" horiz-adv-x="1085" d="M431 133q126 0 225 110t134 323l4 25q-55 -67 -127 -100.5t-154 -33.5q-191 0 -289 133t-60 368q38 237 182.5 378t321.5 141q206 0 310 -144t60 -418l-55 -347q-48 -297 -203 -443t-373 -146q-69 0 -142 14.5t-126 44.5l53 149q51 -29 108 -41.5t131 -12.5zM538 612 q95 0 170 48t116 121l25 154q31 200 -18.5 293.5t-180.5 93.5q-93 0 -180.5 -103t-112.5 -261q-26 -163 22 -254.5t159 -91.5z" />
<glyph unicode=":" horiz-adv-x="502" d="M261 0h-191l40 202h191zM437 880h-191l40 202h191z" />
<glyph unicode=";" horiz-adv-x="510" d="M438 880h-191l40 202h191zM279 48l-208 -306h-113l129 316l32 163h194z" />
<glyph unicode="&#x3c;" horiz-adv-x="976" d="M346 579l-86 -18v-6l77 -19l468 -228l-41 -201l-682 379l22 108l8 41l834 378l-41 -201z" />
<glyph unicode="=" horiz-adv-x="1083" d="M1002 823h-775l32 164h775zM918 407h-775l33 164h775z" />
<glyph unicode="&#x3e;" horiz-adv-x="1008" d="M208 818l39 195l722 -378l-8 -40l-14 -69l-8 -40l-874 -379l40 196l599 238l86 18v6l-77 19z" />
<glyph unicode="?" horiz-adv-x="921" d="M329 410q30 145 64 200.5t149 148.5q125 132 170 188t63 144q22 113 -17.5 166.5t-135.5 53.5q-77 0 -148 -50.5t-89 -144.5h-185l-2 6q30 161 158.5 258t298.5 97q173 0 261 -102t53 -279q-27 -137 -107.5 -234t-222.5 -221q-60 -54 -79 -97t-37 -134h-194zM446 0h-200 l42 208h200z" />
<glyph unicode="@" horiz-adv-x="1710" d="M1628 502q-51 -214 -185 -368.5t-342 -154.5q-63 0 -105.5 42t-50.5 117q-63 -80 -136.5 -119.5t-162.5 -39.5q-108 0 -151 122.5t11 314.5q73 259 210.5 415.5t290.5 156.5q92 0 152 -27.5t116 -78.5l-4 -4h6l-164 -585q-31 -110 -12 -151.5t66 -41.5q104 0 198.5 116 t135.5 286q92 382 -13.5 595.5t-414.5 213.5q-266 0 -493.5 -235t-313.5 -598q-92 -376 18.5 -594.5t399.5 -218.5q77 0 168.5 21.5t155.5 56.5l15 -107q-72 -42 -173.5 -65.5t-192.5 -23.5q-331 0 -484 253.5t-52 677.5q102 423 368 688t612 265q328 0 477.5 -254.5 t49.5 -674.5zM679 416q-38 -142 -24 -216t80 -74q77 0 152 51q31 22 61 57q5 28 14 59l151 540q-21 11 -45 17.5t-51 6.5q-108 0 -192.5 -111.5t-145.5 -329.5z" />
<glyph unicode="A" horiz-adv-x="1270" d="M905 375h-558l-203 -375h-196l816 1456h164l225 -1456h-197zM437 540h445l-88 647l-6 2z" />
<glyph unicode="B" horiz-adv-x="1233" d="M86 0l291 1456h448q199 0 306 -100t68 -294q-21 -103 -92 -177t-174 -110q117 -28 166.5 -129.5t22.5 -234.5q-43 -213 -181 -312t-350 -99h-505zM415 683l-105 -529h312q113 0 197.5 67.5t109.5 187.5q26 136 -14.5 205t-158.5 69h-341zM446 837h295q90 0 167.5 61.5 t98.5 167.5q25 125 -29.5 180t-183.5 55h-255z" />
<glyph unicode="C" horiz-adv-x="1214" d="M1134 447l2 -6q-61 -214 -197 -338t-356 -124q-219 0 -353 183.5t-81 444.5l52 260q57 289 215.5 449.5t390.5 160.5q215 0 340 -137.5t98 -353.5l-2 -5h-187q10 158 -57 249.5t-214 91.5q-138 0 -244.5 -128.5t-145.5 -324.5l-53 -262q-42 -209 32.5 -341.5 t229.5 -132.5q134 0 212.5 76t132.5 238h185z" />
<glyph unicode="D" horiz-adv-x="1265" d="M86 0l291 1456h382q254 0 403.5 -184.5t95.5 -454.5l-39 -198q-61 -301 -234 -460t-443 -159h-456zM539 1301l-229 -1147h263q171 0 291 128.5t162 336.5l40 201q43 215 -51 348t-287 133h-189z" />
<glyph unicode="E" horiz-adv-x="1125" d="M1030 675h-616l-104 -521h711l-31 -154h-904l291 1456h893l-31 -155h-700l-94 -471h616z" />
<glyph unicode="F" horiz-adv-x="1121" d="M1020 644h-613l-128 -644h-193l291 1456h900l-31 -155h-707l-101 -502h613z" />
<glyph unicode="G" horiz-adv-x="1308" d="M1108 193q-65 -81 -198 -147.5t-323 -66.5q-228 0 -361.5 169.5t-81.5 429.5l60 300q55 282 233 440.5t417 158.5q214 0 322.5 -122.5t93.5 -316.5l-3 -6h-185q3 132 -54.5 211t-204.5 79q-141 0 -264.5 -127t-160.5 -315l-60 -302q-42 -206 37 -325.5t243 -119.5 q104 0 186 33.5t120 74.5l66 331h-288l31 155h481z" />
<glyph unicode="H" horiz-adv-x="1370" d="M1114 0h-193l128 643h-642l-128 -643h-193l291 1456h193l-132 -658h642l132 658h193z" />
<glyph unicode="I" horiz-adv-x="552" d="M287 0h-194l291 1456h194z" />
<glyph unicode="J" horiz-adv-x="1061" d="M916 1456h193l-210 -1053q-42 -208 -177 -316t-323 -108q-184 0 -284.5 108t-56.5 309l3 5h186q-29 -144 19 -206t164 -62q92 0 171.5 74.5t104.5 195.5z" />
<glyph unicode="K" horiz-adv-x="1154" d="M513 658h-128l-131 -658h-194l291 1456h194l-127 -633h142l535 633h237l2 -5l-654 -726l385 -725h-220z" />
<glyph unicode="L" horiz-adv-x="1042" d="M310 154h637l-31 -154h-830l291 1456h193z" />
<glyph unicode="M" horiz-adv-x="1686" d="M624 1456l186 -1182l5 -1l659 1183h246l-291 -1456h-193l115 576l134 573l-5 2l-659 -1151h-128l-198 1148h-6l-95 -572l-115 -576h-193l291 1456h247z" />
<glyph unicode="N" horiz-adv-x="1370" d="M1114 0h-194l-413 1112l-6 -1l-222 -1111h-193l291 1456h193l413 -1110l6 1l222 1109h194z" />
<glyph unicode="O" horiz-adv-x="1311" d="M1234 588q-58 -287 -230.5 -448t-420.5 -161q-224 0 -357 184t-81 444l52 260q57 286 223.5 448t406.5 162q232 0 371 -185t88 -444zM1093 850q42 210 -42.5 337.5t-255.5 127.5q-144 0 -254.5 -124t-149.5 -322l-53 -262q-43 -212 36 -339.5t241 -127.5 q154 0 269.5 123.5t156.5 324.5z" />
<glyph unicode="P" horiz-adv-x="1236" d="M395 584l-116 -584h-193l291 1456h525q202 0 305.5 -122t65.5 -314q-43 -211 -183.5 -323.5t-361.5 -112.5h-333zM426 738h333q124 0 210.5 81t110.5 199q25 128 -24.5 205.5t-184.5 77.5h-332z" />
<glyph unicode="Q" horiz-adv-x="1311" d="M1234 588q-32 -157 -100.5 -279t-167.5 -201l175 -211l-157 -120l-190 236q-50 -16 -103 -25t-108 -9q-224 0 -357 184t-81 444l52 260q57 286 223.5 448t406.5 162q232 0 371 -185t88 -444zM1093 850q42 210 -42.5 337.5t-255.5 127.5q-144 0 -254.5 -124t-149.5 -322 l-53 -262q-43 -212 36 -339.5t241 -127.5q154 0 269.5 123.5t156.5 324.5z" />
<glyph unicode="R" horiz-adv-x="1273" d="M406 631l-126 -631h-194l291 1455h495q208 0 310.5 -108t63.5 -306q-25 -121 -95.5 -202t-186.5 -128q98 -41 133 -129t11 -211l-27 -137q-15 -72 -11 -123.5t31 -86.5l-5 -24h-199q-30 34 -27 99t18 137l27 133q25 125 -22 193.5t-152 68.5h-335zM437 786h282 q140 0 224.5 65.5t110.5 191.5q26 130 -24 194t-189 64h-301z" />
<glyph unicode="S" horiz-adv-x="1167" d="M886 334q23 115 -33.5 182t-227.5 130q-210 70 -299.5 174.5t-50.5 299.5q34 174 167.5 265.5t325.5 91.5q214 0 332.5 -119.5t73.5 -326.5l-2 -5h-186q27 134 -41 215t-208 81q-99 0 -175.5 -57.5t-93.5 -142.5q-25 -123 26 -183t232 -129q214 -77 302.5 -179.5 t50.5 -294.5q-36 -182 -172 -269.5t-337 -87.5q-215 0 -359.5 108.5t-93.5 335.5l2 6h185q-34 -165 57.5 -230.5t239.5 -65.5q101 0 184 57t101 144z" />
<glyph unicode="T" horiz-adv-x="1124" d="M1264 1301h-431l-260 -1301h-193l260 1301h-430l31 155h1054z" />
<glyph unicode="U" horiz-adv-x="1300" d="M1372 1456l-197 -987q-51 -254 -216.5 -372t-404.5 -118q-211 0 -332.5 128.5t-73.5 361.5l197 987h193l-197 -987q-36 -176 32 -256t212 -80q140 0 252 86.5t145 249.5l197 987h193z" />
<glyph unicode="V" horiz-adv-x="1235" d="M572 362l13 -109l6 -1l48 110l518 1094h209l-736 -1456h-165l-269 1456h208z" />
<glyph unicode="W" horiz-adv-x="1689" d="M458 504l-4 -168l5 -1l62 169l395 952h170l93 -952l6 -173l6 -1l54 174l348 952h192l-556 -1456h-172l-100 1010l-4 120l-5 1l-41 -121l-428 -1010h-172l-89 1456h192z" />
<glyph unicode="X" horiz-adv-x="1219" d="M684 888l398 568h234l-543 -722l318 -734h-230l-223 578l-407 -578h-234l553 734l-311 722h231z" />
<glyph unicode="Y" horiz-adv-x="1194" d="M656 739l6 -1l486 718h219l-660 -943l-103 -513h-192l105 526l-279 930h220z" />
<glyph unicode="Z" horiz-adv-x="1078" d="M260 154h683l-31 -154h-877l9 146l823 1155h-614l31 155h832l-28 -141z" />
<glyph unicode="[" horiz-adv-x="531" d="M672 1509h-172l-266 -1666h172l-25 -155h-366l316 1976h366z" />
<glyph unicode="\" horiz-adv-x="802" d="M246 1456h182l249 -1581h-182z" />
<glyph unicode="]" horiz-adv-x="531" d="M213 1664h366l-316 -1976h-366l25 155h173l266 1666h-173z" />
<glyph unicode="^" horiz-adv-x="807" d="M300 729h-179l423 727h130l132 -727h-177l-66 419l-1 60l-6 1l-25 -61z" />
<glyph unicode="_" horiz-adv-x="882" d="M757 -154h-864l31 154h864z" />
<glyph unicode="`" horiz-adv-x="613" d="M590 1211h-153l-196 266h231z" />
<glyph unicode="a" horiz-adv-x="1060" d="M667 0q0 49 2 80.5t7 64.5q-67 -71 -153.5 -118.5t-173.5 -47.5q-148 0 -218.5 88.5t-39.5 236.5q32 165 162.5 247.5t334.5 82.5h185l21 107q20 101 -22 153.5t-140 52.5q-84 0 -152 -49.5t-81 -115.5h-183l-2 6q20 125 150 219.5t310 94.5q161 0 254.5 -95.5 t59.5 -267.5l-104 -521q-13 -61 -18 -113t0 -105h-199zM411 144q81 0 165 47t130 111l40 199h-191q-99 0 -178 -61t-94 -140q-16 -77 15 -116.5t113 -39.5z" />
<glyph unicode="b" d="M1013 480q-50 -249 -169 -375t-306 -126q-85 0 -156 48t-113 131l-51 -158h-167l312 1560h193l-115 -576q57 57 128 87.5t154 30.5q175 0 259.5 -173t34.5 -428zM824 501q39 196 -6.5 318.5t-176.5 122.5q-72 0 -133.5 -46t-109.5 -123l-95 -478q24 -71 78 -113.5 t139 -42.5q118 0 193 90.5t107 250.5z" />
<glyph unicode="c" horiz-adv-x="1024" d="M501 133q86 0 164.5 61t92.5 148h173l2 -6q-20 -146 -156 -251.5t-300 -105.5q-212 0 -309 156t-60 385l7 42q37 239 177.5 389.5t363.5 150.5q172 0 269.5 -112.5t67.5 -275.5l-2 -5h-175q17 104 -34 171t-150 67q-136 0 -217 -113t-106 -272l-7 -42q-27 -172 14 -279.5 t185 -107.5z" />
<glyph unicode="d" d="M117 541q55 279 176.5 420t312.5 141q83 0 150.5 -34.5t110.5 -97.5l118 590h193l-312 -1560h-166l7 104q-60 -62 -132.5 -93.5t-156.5 -31.5q-174 0 -262.5 156t-42.5 385zM307 520q-35 -172 13 -276.5t180 -104.5q71 0 127.5 39.5t103.5 112.5l102 511 q-26 64 -78.5 102t-130.5 38q-120 0 -198.5 -108.5t-114.5 -292.5z" />
<glyph unicode="e" horiz-adv-x="1021" d="M486 -21q-204 0 -308.5 151.5t-66.5 389.5l7 44q38 240 189.5 389t327.5 149q199 0 285 -133t52 -351l-20 -123h-652q-22 -166 30.5 -264t179.5 -98q88 0 165 29.5t134 77.5l55 -128q-61 -57 -156 -95t-222 -38zM611 947q-84 0 -162.5 -84t-112.5 -208l3 -6h445l4 26 q19 121 -23 196.5t-154 75.5z" />
<glyph unicode="f" horiz-adv-x="672" d="M137 0l187 936h-156l29 146h156l28 137q36 184 137.5 273t257.5 89q30 0 62 -6t69 -15l-52 -150q-16 4 -39 7t-48 3q-74 0 -124.5 -52.5t-69.5 -148.5l-28 -137h205l-29 -146h-205l-187 -936h-193z" />
<glyph unicode="g" horiz-adv-x="1095" d="M120 541q55 278 178.5 419.5t314.5 141.5q89 0 159 -39t113 -111l42 130h164l-213 -1068q-45 -224 -180.5 -337.5t-351.5 -113.5q-68 0 -151.5 22t-138.5 58l79 153q41 -30 108 -48.5t134 -18.5q121 0 200.5 75.5t106.5 209.5l15 74q-57 -54 -126 -81.5t-148 -27.5 q-174 0 -264.5 156.5t-44.5 384.5zM309 520q-35 -171 15 -276t182 -105q71 0 128.5 40.5t105.5 115.5l101 504q-27 65 -80 104t-131 39q-120 0 -200.5 -109.5t-116.5 -291.5z" />
<glyph unicode="h" d="M434 951q67 73 148.5 112t172.5 39q152 0 226 -106t32 -318l-136 -678h-193l136 680q28 142 -11 202t-146 60q-67 0 -136 -39.5t-124 -105.5l-159 -797h-193l312 1560h193z" />
<glyph unicode="i" horiz-adv-x="496" d="M259 0h-193l216 1082h193zM531 1359h-193l40 201h193z" />
<glyph unicode="j" horiz-adv-x="509" d="M489 1082l-234 -1171q-36 -178 -131.5 -263t-242.5 -85q-27 0 -51 4.5t-49 13.5l44 155q13 -5 37 -8.5t37 -3.5q55 0 99 44.5t64 142.5l234 1171h193zM541 1363h-194l39 197h194z" />
<glyph unicode="k" horiz-adv-x="992" d="M463 499h-118l-100 -499h-193l312 1560h193l-181 -904h117l347 426h224l2 -5l-431 -487l270 -590h-227z" />
<glyph unicode="l" horiz-adv-x="496" d="M259 0h-193l312 1560h193z" />
<glyph unicode="m" horiz-adv-x="1671" d="M427 953q63 72 146 110.5t183 38.5q91 0 153.5 -49t82.5 -146q64 92 152 143.5t194 51.5q143 0 214 -115.5t27 -339.5l-129 -647h-194l130 649q33 172 -2 232.5t-137 60.5q-82 0 -155 -72.5t-106 -177.5q-1 -2 -1 -3v-2l-137 -687h-194l130 649q32 163 -4 228t-136 65 q-76 0 -136 -38.5t-103 -106.5l-160 -797h-193l216 1082h172z" />
<glyph unicode="n" d="M423 933q66 82 149.5 125.5t179.5 43.5q153 0 227 -104t32 -315l-137 -683h-193l136 679q30 152 -8 207.5t-148 55.5q-70 0 -139 -42.5t-121 -113.5l-157 -786h-193l216 1082h173z" />
<glyph unicode="o" d="M114 551q40 250 183.5 400.5t354.5 150.5q202 0 302.5 -156.5t62.5 -394.5l-3 -22q-41 -251 -184.5 -400.5t-354.5 -149.5q-202 0 -302.5 156t-61.5 394zM304 529q-29 -179 17.5 -287.5t177.5 -108.5q122 0 208 113.5t113 282.5l3 22q28 176 -19 286t-176 110 q-123 0 -208.5 -114t-112.5 -282z" />
<glyph unicode="p" d="M1011 480q-50 -250 -168.5 -375.5t-305.5 -125.5q-87 0 -156.5 33t-114.5 96l-105 -524h-193l299 1498h166l-7 -107q60 62 134.5 94.5t160.5 32.5q175 0 259.5 -173t34.5 -428zM822 501q38 194 -11.5 317.5t-180.5 123.5q-67 0 -124 -39t-103 -107l-106 -529 q26 -63 78 -98.5t133 -35.5q119 0 198 93.5t112 253.5z" />
<glyph unicode="q" d="M117 541q55 279 176.5 420t312.5 141q84 0 152 -33t111 -96l36 109h166l-299 -1498h-193l99 495q-56 -49 -121.5 -74.5t-138.5 -25.5q-174 0 -262.5 156t-42.5 385zM307 520q-35 -173 13 -280t179 -107q64 0 117.5 36.5t99.5 102.5l111 553q-28 57 -78.5 89.5 t-123.5 32.5q-120 0 -199 -111t-115 -295z" />
<glyph unicode="r" horiz-adv-x="679" d="M722 908l-106 6q-66 0 -121.5 -37.5t-96.5 -105.5l-154 -771h-193l216 1082h173l-12 -145q56 79 126.5 122t151.5 43q20 0 43.5 -3.5t34.5 -7.5z" />
<glyph unicode="s" horiz-adv-x="1010" d="M695 287q11 67 -27 108t-158 72q-177 43 -259.5 117t-61.5 200q22 137 141 227.5t289 90.5t262 -98t66 -235l-3 -6h-185q12 73 -32 128.5t-132 55.5q-90 0 -146 -46.5t-66 -110.5q-11 -67 23.5 -102t156.5 -65q185 -44 266 -119.5t61 -202.5q-24 -149 -146 -235.5 t-300 -86.5q-186 0 -284 106t-70 244l2 6h185q-13 -105 45 -153.5t146 -48.5q91 0 153.5 43t73.5 111z" />
<glyph unicode="t" horiz-adv-x="684" d="M576 1343l-53 -261h187l-29 -146h-187l-131 -657q-17 -81 5 -109.5t71 -28.5q23 0 55.5 4.5t51.5 9.5l-1 -135q-29 -18 -82.5 -29.5t-105.5 -11.5q-105 0 -161.5 74t-25.5 226l131 657h-158l29 146h158l53 261h193z" />
<glyph unicode="u" d="M700 0l17 148q-64 -83 -145.5 -126t-178.5 -43q-155 0 -229.5 115t-27.5 350l127 638h193l-128 -640q-37 -184 -4 -243.5t133 -59.5q89 0 161.5 44t122.5 122l155 777h193l-216 -1082h-173z" />
<glyph unicode="v" horiz-adv-x="972" d="M460 319l3 -64l6 -1l25 65l348 763h197l-542 -1082h-145l-201 1082h198z" />
<glyph unicode="w" horiz-adv-x="1452" d="M393 394l-4 -115l6 -2l46 117l336 688h154l63 -688l-1 -134l6 -1l52 135l291 688h192l-508 -1082h-155l-58 659l-6 176l-6 1l-75 -177l-320 -659h-155l-76 1082h192z" />
<glyph unicode="x" horiz-adv-x="972" d="M520 683l270 399h225l-410 -535l245 -547h-221l-149 409l-280 -409h-223l421 547l-239 535h222z" />
<glyph unicode="y" horiz-adv-x="972" d="M442 401l5 -123l6 -1l402 805h215l-670 -1248q-62 -109 -150 -190t-208 -81q-21 0 -56 5.5t-54 10.5l51 155q-14 1 29 -2t53 -3q52 0 104.5 60t84.5 120l66 113l-161 1060h216z" />
<glyph unicode="z" horiz-adv-x="972" d="M269 159l2 -5h569l-31 -154h-801l28 138l693 783l-2 5h-529l31 156h766l-26 -134z" />
<glyph unicode="{" horiz-adv-x="660" d="M463 -364q-174 55 -232.5 174.5t-30.5 290.5l33 205q18 116 -18.5 176.5t-134.5 60.5l9 59l14 88q93 0 152 62.5t77 173.5l33 206q28 177 122.5 292.5t284.5 167.5l6 -2l19 -110q-105 -35 -161 -125t-77 -223l-33 -206q-18 -110 -70.5 -190t-141.5 -123 q72 -47 100.5 -127t12.5 -180l-33 -205q-22 -137 4.5 -224t122.5 -123z" />
<glyph unicode="|" horiz-adv-x="489" d="M209 -270h-155l276 1726h155z" />
<glyph unicode="}" horiz-adv-x="660" d="M-83 -246q105 36 160.5 125.5t77.5 221.5l33 205q17 112 73 191.5t152 120.5q-80 43 -111.5 123t-14.5 185l33 206q21 137 -6 225t-121 123l59 117q173 -55 230.5 -174.5t30.5 -290.5l-33 -206q-19 -117 17.5 -176.5t136.5 -59.5l-5 -33l-13 -82l-5 -32q-95 0 -154 -63.5 t-76 -173.5l-33 -205q-29 -176 -123 -292t-282 -168l-6 2z" />
<glyph unicode="~" horiz-adv-x="1302" d="M1229 740q-23 -142 -119 -240.5t-220 -98.5q-80 0 -145 33.5t-132 106.5q-47 48 -87.5 72t-86.5 24q-59 0 -112.5 -53.5t-64.5 -127.5l-134 18q22 141 117 235t220 94q78 0 145 -35.5t133 -103.5q46 -51 86.5 -74t87.5 -23q58 0 112.5 57.5t66.5 133.5z" />
<glyph unicode="&#xa1;" horiz-adv-x="489" d="M171 -374h-194l196 978h194zM419 876h-190l41 206h190z" />
<glyph unicode="&#xa2;" horiz-adv-x="1054" d="M509 133q86 0 164.5 61t92.5 148h174l2 -6q-18 -131 -131.5 -231t-259.5 -121l-46 -229h-194l48 242q-148 44 -211 188.5t-32 334.5l7 42q33 214 151 359t305 174l45 223h194l-46 -230q126 -34 191 -138t43 -241h-182q17 104 -34 171t-150 67q-136 0 -217 -113t-106 -272 l-7 -42q-27 -172 14 -279.5t185 -107.5z" />
<glyph unicode="&#xa3;" horiz-adv-x="1124" d="M448 615l-25 -149q-19 -95 -48 -175t-66 -137h680l-32 -154h-912l31 154h9q45 13 85 110.5t61 201.5l24 149h-147l31 155h142l44 270q43 217 168.5 327t304.5 110q176 0 265.5 -107t51.5 -275l-2 -5h-188q25 126 -20.5 179t-137.5 53q-83 0 -152.5 -75.5t-95.5 -206.5 l-45 -270h384l-31 -155h-379z" />
<glyph unicode="&#xa4;" horiz-adv-x="1361" d="M960 100q-82 -59 -174.5 -89.5t-187.5 -30.5q-87 0 -164.5 33t-136.5 96l-150 -135l-109 138l162 145q-33 76 -41 165.5t12 185.5q21 107 65 201t107 172l-102 144l164 139l98 -138q79 52 167 80t179 28q83 0 158 -31.5t135 -87.5l167 150l109 -140l-174 -158 q34 -77 43 -168.5t-10 -190.5q-21 -104 -62 -194t-99 -164l99 -138l-164 -139zM349 608q-41 -200 41.5 -326.5t242.5 -126.5q144 0 285.5 134t178.5 319q39 198 -43 324t-240 126q-146 0 -287.5 -133.5t-177.5 -316.5z" />
<glyph unicode="&#xa5;" horiz-adv-x="1169" d="M654 807l456 649h220l-530 -718h285l-32 -155h-351l-26 -135h351l-32 -155h-351l-58 -293h-193l58 293h-344l32 155h344l26 135h-344l32 155h285l-245 718h221z" />
<glyph unicode="&#xa6;" horiz-adv-x="481" d="M-1 -270l158 792h193l-158 -792h-193zM386 698h-193l151 758h193z" />
<glyph unicode="&#xa7;" horiz-adv-x="1183" d="M1077 431q-20 -100 -77 -169t-145 -108q53 -50 71 -117.5t-1 -164.5q-37 -183 -177 -275t-356 -92q-196 0 -321.5 104t-78.5 322l2 5l187 2q-32 -154 41.5 -216t200.5 -62q115 0 202 60.5t106 149.5q19 96 -35.5 143.5t-233.5 111.5q-210 63 -296 156t-50 270 q19 97 75.5 166.5t144.5 109.5q-52 50 -69.5 118.5t2.5 164.5q35 176 177.5 271.5t356.5 95.5q204 0 310 -113.5t62 -312.5l-2 -5h-186q25 125 -30.5 200.5t-184.5 75.5q-123 0 -207.5 -61t-101.5 -149q-21 -106 29.5 -151.5t236.5 -104.5q213 -68 298 -159t50 -266z M620 689q-42 12 -77 24t-66 26q-67 -21 -111 -70t-56 -116q-22 -106 28 -153.5t233 -108.5q41 -13 74.5 -25.5t63.5 -24.5q68 21 115 71t61 116q18 96 -36 146.5t-229 114.5z" />
<glyph unicode="&#xa8;" horiz-adv-x="968" d="M942 1256h-210l32 200h210zM505 1256h-210l32 200h210z" />
<glyph unicode="&#xa9;" horiz-adv-x="1497" d="M1061 596l2 -6q-21 -156 -114 -232t-243 -76q-144 0 -217.5 107.5t-45.5 279.5l19 119q28 179 132 283t255 104q142 0 214.5 -80t45.5 -228l-2 -5h-143q15 99 -18.5 140.5t-117.5 41.5q-82 0 -141 -71.5t-77 -183.5l-19 -120q-20 -122 15 -189.5t121 -67.5 q80 0 128.5 43.5t64.5 140.5h141zM248 729q-45 -276 84 -452.5t359 -176.5q217 0 409 183t235 446q43 274 -85.5 449.5t-357.5 175.5q-218 0 -410.5 -182.5t-233.5 -442.5zM131 729q52 327 276.5 537t503.5 210q263 0 426 -218t114 -529q-53 -328 -277.5 -539t-501.5 -211 q-265 0 -428.5 218.5t-112.5 531.5z" />
<glyph unicode="&#xaa;" horiz-adv-x="864" d="M626 706q-3 21 -3 45.5t3 50.5q-41 -48 -98.5 -79t-128.5 -31q-103 0 -154.5 62.5t-30.5 165.5q23 117 112 173.5t243 56.5h123l11 52q14 67 -5.5 99t-71.5 32q-55 0 -95 -27.5t-49 -75.5l-155 13l-2 6q16 104 106 166t223 62q118 0 180.5 -72t36.5 -204l-63 -314 q-11 -52 -13.5 -94t1.5 -87h-170zM469 831q41 0 97 29.5t81 64.5l23 111h-123q-62 0 -108 -33.5t-55 -78.5q-10 -48 10.5 -70.5t74.5 -22.5z" />
<glyph unicode="&#xab;" horiz-adv-x="913" d="M294 550l155 -398h-143l-197 389l1 6l3 13l353 389h143zM607 550l155 -398h-143l-197 389l1 6l3 13l353 389h143z" />
<glyph unicode="&#xac;" horiz-adv-x="1070" d="M963 726l-70 -351h-194l52 262h-586l33 165h780z" />
<glyph unicode="&#xad;" horiz-adv-x="529" d="M516 538h-457l30 154h457z" />
<glyph unicode="&#xae;" horiz-adv-x="1497" d="M132 729q52 327 276.5 537t502.5 210q264 0 427 -218t114 -529q-53 -328 -278 -539t-502 -211q-265 0 -428 218.5t-112 531.5zM249 729q-45 -276 83.5 -452.5t358.5 -176.5q217 0 408.5 183t234.5 446q43 274 -85.5 449.5t-356.5 175.5q-219 0 -410.5 -182t-232.5 -443z M648 654l-54 -338h-146l136 850h264q136 0 209.5 -66t53.5 -191q-11 -64 -49 -110.5t-103 -77.5q57 -27 77 -80t9 -126l-9 -56q-7 -42 -8.5 -74t4.5 -53l-2 -16h-149q-5 22 -0.5 63.5t11.5 80.5l8 54q12 75 -13 107.5t-95 32.5h-144zM669 784h136q60 1 105.5 32.5t55.5 87.5 q11 76 -19.5 104t-119.5 28h-118z" />
<glyph unicode="&#xaf;" horiz-adv-x="903" d="M939 1310h-677l23 146h677z" />
<glyph unicode="&#xb0;" horiz-adv-x="718" d="M280 1216q22 113 107 187t186 74q90 0 147 -78.5t36 -182.5q-23 -115 -105 -186t-181 -71q-93 0 -152.5 75.5t-37.5 181.5zM407 1216q-12 -58 14 -92.5t75 -34.5q43 0 83.5 36.5t51.5 90.5q11 58 -13.5 94t-70.5 36q-45 0 -87.5 -38t-52.5 -92z" />
<glyph unicode="&#xb1;" horiz-adv-x="1032" d="M689 856h329l-25 -154h-329l-66 -413h-173l66 413h-350l25 154h350l66 411h173zM845 5h-776l31 155h776z" />
<glyph unicode="&#xb2;" horiz-adv-x="822" d="M720 667h-553l26 130l331 262q75 59 102.5 96.5t36.5 80.5q10 53 -8.5 82.5t-71.5 29.5q-56 0 -97.5 -32.5t-50.5 -81.5h-156l-2 6q15 105 106 172t226 67q119 0 181.5 -65t40.5 -179q-18 -86 -66.5 -137t-185.5 -160l-162 -135l2 -6h327z" />
<glyph unicode="&#xb3;" horiz-adv-x="828" d="M419 1137h124q55 0 92 29.5t47 79.5q9 46 -18 73.5t-89 27.5q-46 0 -83 -24.5t-44 -63.5h-159l-2 6q15 101 104 157t210 56q128 0 199 -60.5t50 -168.5q-12 -60 -54 -105t-105 -69q58 -25 84.5 -72.5t14.5 -112.5q-24 -119 -118.5 -177t-234.5 -58q-112 0 -189 58.5 t-50 168.5l2 6h160q-10 -49 17.5 -76t85.5 -27q60 0 106 30t55 77q13 66 -13.5 92.5t-92.5 26.5h-124l17 87z" />
<glyph unicode="&#xb4;" horiz-adv-x="628" d="M464 1478h224l2 -6l-295 -260h-142z" />
<glyph unicode="&#xb5;" d="M469 1082l-125 -623l1 1q-41 -203 -5.5 -265t132.5 -62q83 0 146 38t108 109l160 802h193l-216 -1082h-174l12 95q-51 -58 -114.5 -87t-138.5 -29q-62 0 -108.5 16.5t-77.5 53.5l-92 -465h-192l299 1498h192z" />
<glyph unicode="&#xb6;" horiz-adv-x="950" d="M509 0l104 520h-75q-203 0 -304 132t-60 336q43 220 187 344t364 124h268l-291 -1456h-193z" />
<glyph unicode="&#xb7;" horiz-adv-x="517" d="M384 624h-190l42 212h190z" />
<glyph unicode="&#xb8;" horiz-adv-x="485" d="M198 0l-22 -52q56 -11 86.5 -52t15.5 -121q-21 -102 -102.5 -155t-216.5 -51l-5 3l14 102q61 0 106 24.5t55 73.5q10 51 -17.5 68.5t-107.5 24.5l57 135h137z" />
<glyph unicode="&#xb9;" horiz-adv-x="534" d="M428 665h-170l131 655h-116l27 134l290 23z" />
<glyph unicode="&#xba;" horiz-adv-x="879" d="M258 1142q31 157 136 246t254 89q139 0 213 -95t45 -240l-23 -117q-32 -158 -135.5 -246t-254.5 -88q-138 0 -212.5 94.5t-45.5 239.5zM404 1025q-19 -92 10 -142.5t107 -50.5q69 0 123 54t71 139l23 117q18 89 -11.5 140t-106.5 51q-70 0 -123.5 -54.5t-69.5 -136.5z " />
<glyph unicode="&#xbb;" horiz-adv-x="913" d="M354 949l196 -389l-2 -6h1l-3 -13l-352 -389h-143l314 398l-154 399h143zM679 949l196 -389l-2 -6h1l-3 -13l-352 -389h-143l314 398l-154 399h143z" />
<glyph unicode="&#xbc;" horiz-adv-x="1498" d="M512 664h-170l131 655h-116l27 134l290 23zM365 118l-93 67l890 1138l93 -67zM1268 282h114l-26 -130h-114l-30 -152h-166l30 152h-386l13 102l501 547h168zM889 287l2 -5h211l61 305l-5 2l-14 -18z" />
<glyph unicode="&#xbd;" horiz-adv-x="1617" d="M378 118l-93 67l890 1138l93 -67zM512 664h-170l131 655h-116l27 134l290 23zM1342 0h-553l26 130l331 262q75 59 102.5 96.5t36.5 80.5q10 53 -8.5 82.5t-71.5 29.5q-56 0 -97.5 -32.5t-50.5 -81.5h-156l-2 6q15 105 106 172t226 67q119 0 181.5 -65t40.5 -179 q-18 -86 -66.5 -137t-185.5 -160l-162 -135l2 -6h327z" />
<glyph unicode="&#xbe;" horiz-adv-x="1675" d="M534 118l-93 67l890 1138l93 -67zM1441 282h114l-26 -130h-114l-30 -152h-166l30 152h-386l13 102l501 547h168zM1062 287l2 -5h211l61 305l-5 2l-14 -18zM433 1138h124q55 0 92 29.5t47 79.5q9 46 -18 73.5t-89 27.5q-46 0 -83 -24.5t-44 -63.5h-159l-2 6 q15 101 104 157t210 56q128 0 199 -60.5t50 -168.5q-12 -60 -54 -105t-105 -69q58 -25 84.5 -72.5t14.5 -112.5q-24 -119 -118.5 -177t-234.5 -58q-112 0 -189 58.5t-50 168.5l2 6h160q-10 -49 17.5 -76t85.5 -27q60 0 106 30t55 77q13 66 -13.5 92.5t-92.5 26.5h-124l17 87 z" />
<glyph unicode="&#xbf;" horiz-adv-x="959" d="M663 672q-31 -146 -64.5 -201.5t-146.5 -147.5q-124 -129 -170.5 -186.5t-63.5 -144.5q-23 -113 16.5 -166.5t136.5 -53.5q76 0 147 50.5t90 144.5h184l2 -6q-31 -161 -159.5 -258t-296.5 -97q-174 0 -261.5 102t-52.5 279q27 136 107 232t223 222q59 53 78.5 96.5 t37.5 134.5h193zM548 1083h200l-42 -209h-200z" />
<glyph unicode="&#xc0;" horiz-adv-x="1270" d="M905 375h-558l-203 -375h-196l816 1456h164l225 -1456h-197zM437 540h445l-88 647l-6 2zM982 1560h-153l-196 266h231z" />
<glyph unicode="&#xc1;" horiz-adv-x="1270" d="M905 375h-558l-203 -375h-196l816 1456h164l225 -1456h-197zM437 540h445l-88 647l-6 2zM1028 1823h224l2 -6l-295 -260h-142z" />
<glyph unicode="&#xc2;" horiz-adv-x="1270" d="M905 375h-558l-203 -375h-196l816 1456h164l225 -1456h-197zM437 540h445l-88 647l-6 2zM1203 1626l-5 -25h-156l-104 148l-163 -148h-156l6 26l279 237h114z" />
<glyph unicode="&#xc3;" horiz-adv-x="1270" d="M905 375h-558l-203 -375h-196l816 1456h164l225 -1456h-197zM437 540h445l-88 647l-6 2zM1275 1844q-16 -97 -82 -160.5t-151 -63.5q-62 0 -127.5 46.5t-113.5 46.5q-37 0 -70 -33t-40 -78l-100 26q15 96 80.5 163t152.5 67q48 0 120 -47t121 -47q36 0 69.5 32.5 t41.5 79.5z" />
<glyph unicode="&#xc4;" horiz-adv-x="1270" d="M905 375h-558l-203 -375h-196l816 1456h164l225 -1456h-197zM437 540h445l-88 647l-6 2zM1233 1605h-210l32 200h210zM796 1605h-210l32 200h210z" />
<glyph unicode="&#xc5;" horiz-adv-x="1270" d="M905 375h-558l-203 -375h-196l816 1456h164l225 -1456h-197zM437 540h445l-88 647l-6 2zM737 1734q18 90 85 144t152 54q76 0 124.5 -57.5t32.5 -140.5q-19 -92 -85 -143t-150 -51q-78 0 -127.5 55t-31.5 139zM836 1734q-10 -46 13.5 -75t64.5 -29q37 0 73 30t45 74 q9 48 -13 77.5t-63 29.5q-38 0 -75 -31.5t-45 -75.5z" />
<glyph unicode="&#xc6;" horiz-adv-x="1805" d="M1685 0h-842l56 350h-510l-257 -350h-236l1110 1456h913l-31 -155h-643l-75 -466h549l-31 -155h-543l-85 -526h656zM928 529l112 696l-6 3l-514 -699h408z" />
<glyph unicode="&#xc7;" horiz-adv-x="1214" d="M1134 447l2 -6q-61 -214 -197 -338t-356 -124q-219 0 -353 183.5t-81 444.5l52 260q57 289 215.5 449.5t390.5 160.5q215 0 340 -137.5t98 -353.5l-2 -5h-187q10 158 -57 249.5t-214 91.5q-138 0 -244.5 -128.5t-145.5 -324.5l-53 -262q-42 -209 32.5 -341.5 t229.5 -132.5q134 0 212.5 76t132.5 238h185zM624 -8l-22 -52q56 -11 86.5 -52t15.5 -121q-21 -102 -102.5 -155t-216.5 -51l-5 3l14 102q61 0 106 24.5t55 73.5q10 51 -17.5 68.5t-107.5 24.5l57 135h137z" />
<glyph unicode="&#xc8;" horiz-adv-x="1125" d="M1030 675h-616l-104 -521h711l-31 -154h-904l291 1456h893l-31 -155h-700l-94 -471h616zM898 1560h-153l-196 266h231z" />
<glyph unicode="&#xc9;" horiz-adv-x="1125" d="M1030 675h-616l-104 -521h711l-31 -154h-904l291 1456h893l-31 -155h-700l-94 -471h616zM944 1823h224l2 -6l-295 -260h-142z" />
<glyph unicode="&#xca;" horiz-adv-x="1125" d="M1030 675h-616l-104 -521h711l-31 -154h-904l291 1456h893l-31 -155h-700l-94 -471h616zM1119 1626l-5 -25h-156l-104 148l-163 -148h-156l6 26l279 237h114z" />
<glyph unicode="&#xcb;" horiz-adv-x="1125" d="M1030 675h-616l-104 -521h711l-31 -154h-904l291 1456h893l-31 -155h-700l-94 -471h616zM1149 1605h-210l32 200h210zM712 1605h-210l32 200h210z" />
<glyph unicode="&#xcc;" horiz-adv-x="552" d="M287 0h-194l291 1456h194zM585 1560h-153l-196 266h231z" />
<glyph unicode="&#xcd;" horiz-adv-x="552" d="M287 0h-194l291 1456h194zM629 1823h224l2 -6l-295 -260h-142z" />
<glyph unicode="&#xce;" horiz-adv-x="552" d="M287 0h-194l291 1456h194zM806 1626l-5 -25h-156l-104 148l-163 -148h-156l6 26l279 237h114z" />
<glyph unicode="&#xcf;" horiz-adv-x="552" d="M287 0h-194l291 1456h194zM836 1605h-210l32 200h210zM399 1605h-210l32 200h210z" />
<glyph unicode="&#xd0;" horiz-adv-x="1295" d="M789 1456q254 0 403.5 -184.5t95.5 -454.5l-39 -198q-61 -301 -234 -460t-443 -159h-456l132 663h-158l31 155h158l128 638h382zM690 663h-249l-101 -509h263q171 0 291 128.5t162 336.5l40 201q43 215 -51 348t-287 133h-189l-97 -483h249z" />
<glyph unicode="&#xd1;" horiz-adv-x="1370" d="M1114 0h-194l-413 1112l-6 -1l-222 -1111h-193l291 1456h193l413 -1110l6 1l222 1109h194zM1283 1844q-16 -97 -82 -160.5t-151 -63.5q-62 0 -127.5 46.5t-113.5 46.5q-37 0 -70 -33t-40 -78l-100 26q15 96 80.5 163t152.5 67q48 0 120 -47t121 -47q36 0 69.5 32.5 t41.5 79.5z" />
<glyph unicode="&#xd2;" horiz-adv-x="1311" d="M1234 588q-58 -287 -230.5 -448t-420.5 -161q-224 0 -357 184t-81 444l52 260q57 286 223.5 448t406.5 162q232 0 371 -185t88 -444zM1093 850q42 210 -42.5 337.5t-255.5 127.5q-144 0 -254.5 -124t-149.5 -322l-53 -262q-43 -212 36 -339.5t241 -127.5 q154 0 269.5 123.5t156.5 324.5zM969 1581h-153l-196 266h231z" />
<glyph unicode="&#xd3;" horiz-adv-x="1311" d="M1234 588q-58 -287 -230.5 -448t-420.5 -161q-224 0 -357 184t-81 444l52 260q57 286 223.5 448t406.5 162q232 0 371 -185t88 -444zM1093 850q42 210 -42.5 337.5t-255.5 127.5q-144 0 -254.5 -124t-149.5 -322l-53 -262q-43 -212 36 -339.5t241 -127.5 q154 0 269.5 123.5t156.5 324.5zM1015 1844h224l2 -6l-295 -260h-142z" />
<glyph unicode="&#xd4;" horiz-adv-x="1311" d="M1234 588q-58 -287 -230.5 -448t-420.5 -161q-224 0 -357 184t-81 444l52 260q57 286 223.5 448t406.5 162q232 0 371 -185t88 -444zM1093 850q42 210 -42.5 337.5t-255.5 127.5q-144 0 -254.5 -124t-149.5 -322l-53 -262q-43 -212 36 -339.5t241 -127.5 q154 0 269.5 123.5t156.5 324.5zM1190 1647l-5 -25h-156l-104 148l-163 -148h-156l6 26l279 237h114z" />
<glyph unicode="&#xd5;" horiz-adv-x="1311" d="M1234 588q-58 -287 -230.5 -448t-420.5 -161q-224 0 -357 184t-81 444l52 260q57 286 223.5 448t406.5 162q232 0 371 -185t88 -444zM1093 850q42 210 -42.5 337.5t-255.5 127.5q-144 0 -254.5 -124t-149.5 -322l-53 -262q-43 -212 36 -339.5t241 -127.5 q154 0 269.5 123.5t156.5 324.5zM1262 1865q-16 -97 -82 -160.5t-151 -63.5q-62 0 -127.5 46.5t-113.5 46.5q-37 0 -70 -33t-40 -78l-100 26q15 96 80.5 163t152.5 67q48 0 120 -47t121 -47q36 0 69.5 32.5t41.5 79.5z" />
<glyph unicode="&#xd6;" horiz-adv-x="1311" d="M1234 588q-58 -287 -230.5 -448t-420.5 -161q-224 0 -357 184t-81 444l52 260q57 286 223.5 448t406.5 162q232 0 371 -185t88 -444zM1093 850q42 210 -42.5 337.5t-255.5 127.5q-144 0 -254.5 -124t-149.5 -322l-53 -262q-43 -212 36 -339.5t241 -127.5 q154 0 269.5 123.5t156.5 324.5zM1220 1626h-210l32 200h210zM783 1626h-210l32 200h210z" />
<glyph unicode="&#xd7;" horiz-adv-x="1032" d="M71 351l371 333l-239 335l149 126l235 -331l368 331l98 -126l-373 -335l237 -333l-148 -126l-234 328l-366 -328z" />
<glyph unicode="&#xd8;" horiz-adv-x="1311" d="M1236 598q-58 -284 -244 -451.5t-437 -167.5q-75 0 -140 22t-117 64l-119 -159h-144l183 244q-61 85 -81.5 200t7.5 248l51 259q57 284 237 452t422 168q82 0 154.5 -26t129.5 -73l105 139h144l-170 -227q57 -85 76 -196.5t-6 -236.5zM337 598q-18 -86 -17.5 -157 t19.5 -120l6 -1l687 916q-38 38 -91 58.5t-119 20.5q-145 0 -270 -130.5t-163 -325.5zM1095 859q15 78 14.5 144t-15.5 114l-6 1l-684 -912q33 -33 79 -49.5t104 -16.5q156 0 286 130t170 328z" />
<glyph unicode="&#xd9;" horiz-adv-x="1300" d="M1372 1456l-197 -987q-51 -254 -216.5 -372t-404.5 -118q-211 0 -332.5 128.5t-73.5 361.5l197 987h193l-197 -987q-36 -176 32 -256t212 -80q140 0 252 86.5t145 249.5l197 987h193zM961 1560h-153l-196 266h231z" />
<glyph unicode="&#xda;" horiz-adv-x="1300" d="M1372 1456l-197 -987q-51 -254 -216.5 -372t-404.5 -118q-211 0 -332.5 128.5t-73.5 361.5l197 987h193l-197 -987q-36 -176 32 -256t212 -80q140 0 252 86.5t145 249.5l197 987h193zM1007 1823h224l2 -6l-295 -260h-142z" />
<glyph unicode="&#xdb;" horiz-adv-x="1300" d="M1372 1456l-197 -987q-51 -254 -216.5 -372t-404.5 -118q-211 0 -332.5 128.5t-73.5 361.5l197 987h193l-197 -987q-36 -176 32 -256t212 -80q140 0 252 86.5t145 249.5l197 987h193zM1182 1626l-5 -25h-156l-104 148l-163 -148h-156l6 26l279 237h114z" />
<glyph unicode="&#xdc;" horiz-adv-x="1300" d="M1372 1456l-197 -987q-51 -254 -216.5 -372t-404.5 -118q-211 0 -332.5 128.5t-73.5 361.5l197 987h193l-197 -987q-36 -176 32 -256t212 -80q140 0 252 86.5t145 249.5l197 987h193zM1212 1605h-210l32 200h210zM775 1605h-210l32 200h210z" />
<glyph unicode="&#xdd;" horiz-adv-x="1194" d="M656 739l6 -1l486 718h219l-660 -943l-103 -513h-192l105 526l-279 930h220zM951 1822h224l2 -6l-295 -260h-142z" />
<glyph unicode="&#xde;" horiz-adv-x="1134" d="M553 1456l-59 -293h244q203 0 307.5 -120.5t68.5 -304.5q-41 -202 -183 -313.5t-363 -111.5h-244l-62 -313h-193l291 1456h193zM464 1012l-109 -545h243q124 0 211.5 80t109.5 189q24 121 -26.5 197t-185.5 76h-241z" />
<glyph unicode="&#xdf;" horiz-adv-x="1148" d="M238 0h-192l216 1082q47 237 179.5 355t309.5 118q143 0 225 -87.5t49 -251.5q-26 -129 -107 -234.5t-92 -160.5q-18 -91 114 -229.5t105 -275.5q-36 -178 -146 -257.5t-283 -79.5q-72 0 -153 21t-109 50l74 159q34 -29 89 -52.5t111 -23.5q91 0 148 48t73 125 q18 94 -114 233.5t-102 283.5q17 89 105.5 196t103.5 181q20 100 -15.5 150.5t-97.5 50.5q-90 0 -167.5 -84.5t-107.5 -234.5z" />
<glyph unicode="&#xe0;" horiz-adv-x="1060" d="M667 0q0 49 2 80.5t7 64.5q-67 -71 -153.5 -118.5t-173.5 -47.5q-148 0 -218.5 88.5t-39.5 236.5q32 165 162.5 247.5t334.5 82.5h185l21 107q20 101 -22 153.5t-140 52.5q-84 0 -152 -49.5t-81 -115.5h-183l-2 6q20 125 150 219.5t310 94.5q161 0 254.5 -95.5 t59.5 -267.5l-104 -521q-13 -61 -18 -113t0 -105h-199zM411 144q81 0 165 47t130 111l40 199h-191q-99 0 -178 -61t-94 -140q-16 -77 15 -116.5t113 -39.5zM767 1238h-153l-196 266h231z" />
<glyph unicode="&#xe1;" horiz-adv-x="1060" d="M667 0q0 49 2 80.5t7 64.5q-67 -71 -153.5 -118.5t-173.5 -47.5q-148 0 -218.5 88.5t-39.5 236.5q32 165 162.5 247.5t334.5 82.5h185l21 107q20 101 -22 153.5t-140 52.5q-84 0 -152 -49.5t-81 -115.5h-183l-2 6q20 125 150 219.5t310 94.5q161 0 254.5 -95.5 t59.5 -267.5l-104 -521q-13 -61 -18 -113t0 -105h-199zM411 144q81 0 165 47t130 111l40 199h-191q-99 0 -178 -61t-94 -140q-16 -77 15 -116.5t113 -39.5zM813 1501h224l2 -6l-295 -260h-142z" />
<glyph unicode="&#xe2;" horiz-adv-x="1060" d="M667 0q0 49 2 80.5t7 64.5q-67 -71 -153.5 -118.5t-173.5 -47.5q-148 0 -218.5 88.5t-39.5 236.5q32 165 162.5 247.5t334.5 82.5h185l21 107q20 101 -22 153.5t-140 52.5q-84 0 -152 -49.5t-81 -115.5h-183l-2 6q20 125 150 219.5t310 94.5q161 0 254.5 -95.5 t59.5 -267.5l-104 -521q-13 -61 -18 -113t0 -105h-199zM411 144q81 0 165 47t130 111l40 199h-191q-99 0 -178 -61t-94 -140q-16 -77 15 -116.5t113 -39.5zM988 1304l-5 -25h-156l-104 148l-163 -148h-156l6 26l279 237h114z" />
<glyph unicode="&#xe3;" horiz-adv-x="1060" d="M667 0q0 49 2 80.5t7 64.5q-67 -71 -153.5 -118.5t-173.5 -47.5q-148 0 -218.5 88.5t-39.5 236.5q32 165 162.5 247.5t334.5 82.5h185l21 107q20 101 -22 153.5t-140 52.5q-84 0 -152 -49.5t-81 -115.5h-183l-2 6q20 125 150 219.5t310 94.5q161 0 254.5 -95.5 t59.5 -267.5l-104 -521q-13 -61 -18 -113t0 -105h-199zM411 144q81 0 165 47t130 111l40 199h-191q-99 0 -178 -61t-94 -140q-16 -77 15 -116.5t113 -39.5zM1060 1522q-16 -97 -82 -160.5t-151 -63.5q-62 0 -127.5 46.5t-113.5 46.5q-37 0 -70 -33t-40 -78l-100 26 q15 96 80.5 163t152.5 67q48 0 120 -47t121 -47q36 0 69.5 32.5t41.5 79.5z" />
<glyph unicode="&#xe4;" horiz-adv-x="1060" d="M667 0q0 49 2 80.5t7 64.5q-67 -71 -153.5 -118.5t-173.5 -47.5q-148 0 -218.5 88.5t-39.5 236.5q32 165 162.5 247.5t334.5 82.5h185l21 107q20 101 -22 153.5t-140 52.5q-84 0 -152 -49.5t-81 -115.5h-183l-2 6q20 125 150 219.5t310 94.5q161 0 254.5 -95.5 t59.5 -267.5l-104 -521q-13 -61 -18 -113t0 -105h-199zM411 144q81 0 165 47t130 111l40 199h-191q-99 0 -178 -61t-94 -140q-16 -77 15 -116.5t113 -39.5zM1018 1283h-210l32 200h210zM581 1283h-210l32 200h210z" />
<glyph unicode="&#xe5;" horiz-adv-x="1060" d="M667 0q0 49 2 80.5t7 64.5q-67 -71 -153.5 -118.5t-173.5 -47.5q-148 0 -218.5 88.5t-39.5 236.5q32 165 162.5 247.5t334.5 82.5h185l21 107q20 101 -22 153.5t-140 52.5q-84 0 -152 -49.5t-81 -115.5h-183l-2 6q20 125 150 219.5t310 94.5q161 0 254.5 -95.5 t59.5 -267.5l-104 -521q-13 -61 -18 -113t0 -105h-199zM411 144q81 0 165 47t130 111l40 199h-191q-99 0 -178 -61t-94 -140q-16 -77 15 -116.5t113 -39.5zM522 1412q18 90 85 144t152 54q76 0 124.5 -57.5t32.5 -140.5q-19 -92 -85 -143t-150 -51q-78 0 -127.5 55 t-31.5 139zM621 1412q-10 -46 13.5 -75t64.5 -29q37 0 73 30t45 74q9 48 -13 77.5t-63 29.5q-38 0 -75 -31.5t-45 -75.5z" />
<glyph unicode="&#xe6;" horiz-adv-x="1618" d="M1089 -21q-118 0 -205.5 49.5t-134.5 140.5q-68 -80 -184 -135t-267 -55q-148 0 -222 89t-44 236q33 168 154.5 249.5t331.5 81.5h209l17 85q22 113 -12 170t-123 57q-86 0 -154.5 -55.5t-83.5 -132.5l-179 18l-2 6q24 147 146 233t304 86q96 0 169 -38.5t109 -111.5 q73 73 163 111.5t186 38.5q188 0 276 -132.5t44 -355.5l-24 -119h-661q-30 -171 22 -266.5t196 -95.5q89 0 162 29.5t150 76.5l37 -138q-55 -43 -152 -82.5t-228 -39.5zM368 133q64 0 150 44t138 100l43 216h-207q-100 0 -176 -57.5t-91 -135.5q-16 -79 19 -123t124 -44z M1236 947q-95 0 -176.5 -85.5t-119.5 -215.5l3 -6h456l6 31q26 129 -12 202.5t-157 73.5z" />
<glyph unicode="&#xe7;" horiz-adv-x="1024" d="M501 133q86 0 164.5 61t92.5 148h173l2 -6q-20 -146 -156 -251.5t-300 -105.5q-212 0 -309 156t-60 385l7 42q37 239 177.5 389.5t363.5 150.5q172 0 269.5 -112.5t67.5 -275.5l-2 -5h-175q17 104 -34 171t-150 67q-136 0 -217 -113t-106 -272l-7 -42q-27 -172 14 -279.5 t185 -107.5zM507 -8l-22 -52q56 -11 86.5 -52t15.5 -121q-21 -102 -102.5 -155t-216.5 -51l-5 3l14 102q61 0 106 24.5t55 73.5q10 51 -17.5 68.5t-107.5 24.5l57 135h137z" />
<glyph unicode="&#xe8;" horiz-adv-x="1021" d="M486 -21q-204 0 -308.5 151.5t-66.5 389.5l7 44q38 240 189.5 389t327.5 149q199 0 285 -133t52 -351l-20 -123h-652q-22 -166 30.5 -264t179.5 -98q88 0 165 29.5t134 77.5l55 -128q-61 -57 -156 -95t-222 -38zM611 947q-84 0 -162.5 -84t-112.5 -208l3 -6h445l4 26 q19 121 -23 196.5t-154 75.5zM731 1239h-153l-196 266h231z" />
<glyph unicode="&#xe9;" horiz-adv-x="1021" d="M486 -21q-204 0 -308.5 151.5t-66.5 389.5l7 44q38 240 189.5 389t327.5 149q199 0 285 -133t52 -351l-20 -123h-652q-22 -166 30.5 -264t179.5 -98q88 0 165 29.5t134 77.5l55 -128q-61 -57 -156 -95t-222 -38zM611 947q-84 0 -162.5 -84t-112.5 -208l3 -6h445l4 26 q19 121 -23 196.5t-154 75.5zM777 1502h224l2 -6l-295 -260h-142z" />
<glyph unicode="&#xea;" horiz-adv-x="1021" d="M486 -21q-204 0 -308.5 151.5t-66.5 389.5l7 44q38 240 189.5 389t327.5 149q199 0 285 -133t52 -351l-20 -123h-652q-22 -166 30.5 -264t179.5 -98q88 0 165 29.5t134 77.5l55 -128q-61 -57 -156 -95t-222 -38zM611 947q-84 0 -162.5 -84t-112.5 -208l3 -6h445l4 26 q19 121 -23 196.5t-154 75.5zM952 1305l-5 -25h-156l-104 148l-163 -148h-156l6 26l279 237h114z" />
<glyph unicode="&#xeb;" horiz-adv-x="1021" d="M486 -21q-204 0 -308.5 151.5t-66.5 389.5l7 44q38 240 189.5 389t327.5 149q199 0 285 -133t52 -351l-20 -123h-652q-22 -166 30.5 -264t179.5 -98q88 0 165 29.5t134 77.5l55 -128q-61 -57 -156 -95t-222 -38zM611 947q-84 0 -162.5 -84t-112.5 -208l3 -6h445l4 26 q19 121 -23 196.5t-154 75.5zM982 1284h-210l32 200h210zM545 1284h-210l32 200h210z" />
<glyph unicode="&#xec;" horiz-adv-x="497" d="M254 0h-194l216 1082h194zM484 1217h-153l-196 266h231z" />
<glyph unicode="&#xed;" horiz-adv-x="497" d="M254 0h-194l216 1082h194zM528 1480h224l2 -6l-295 -260h-142z" />
<glyph unicode="&#xee;" horiz-adv-x="497" d="M254 0h-194l216 1082h194zM705 1283l-5 -25h-156l-104 148l-163 -148h-156l6 26l279 237h114z" />
<glyph unicode="&#xef;" horiz-adv-x="497" d="M254 0h-194l216 1082h194zM735 1262h-210l32 200h210zM298 1262h-210l32 200h210z" />
<glyph unicode="&#xf0;" horiz-adv-x="1129" d="M970 1286q74 -121 94.5 -287t-18.5 -366l-20 -98q-52 -261 -214 -408.5t-368 -147.5q-191 0 -300 142t-68 345q48 243 203 377.5t357 134.5q72 0 135.5 -34t102.5 -89l4 4q5 104 -16.5 187t-63.5 146l-286 -157l-55 102l259 142q-29 22 -62 40.5t-69 33.5l90 164 q65 -22 121 -56.5t103 -81.5l241 132l55 -102zM862 688q-19 58 -84.5 96.5t-172.5 38.5q-109 0 -207.5 -106t-127.5 -251q-28 -140 26.5 -236.5t182.5 -96.5q112 0 215.5 115.5t138.5 286.5l20 100z" />
<glyph unicode="&#xf1;" d="M423 933q66 82 149.5 125.5t179.5 43.5q153 0 227 -104t32 -315l-137 -683h-193l136 679q30 152 -8 207.5t-148 55.5q-70 0 -139 -42.5t-121 -113.5l-157 -786h-193l216 1082h173zM1080 1522q-16 -97 -82 -160.5t-151 -63.5q-62 0 -127.5 46.5t-113.5 46.5q-37 0 -70 -33 t-40 -78l-100 26q15 96 80.5 163t152.5 67q48 0 120 -47t121 -47q36 0 69.5 32.5t41.5 79.5z" />
<glyph unicode="&#xf2;" d="M114 551q40 250 183.5 400.5t354.5 150.5q202 0 302.5 -156.5t62.5 -394.5l-3 -22q-41 -251 -184.5 -400.5t-354.5 -149.5q-202 0 -302.5 156t-61.5 394zM304 529q-29 -179 17.5 -287.5t177.5 -108.5q122 0 208 113.5t113 282.5l3 22q28 176 -19 286t-176 110 q-123 0 -208.5 -114t-112.5 -282zM753 1238h-153l-196 266h231z" />
<glyph unicode="&#xf3;" d="M114 551q40 250 183.5 400.5t354.5 150.5q202 0 302.5 -156.5t62.5 -394.5l-3 -22q-41 -251 -184.5 -400.5t-354.5 -149.5q-202 0 -302.5 156t-61.5 394zM304 529q-29 -179 17.5 -287.5t177.5 -108.5q122 0 208 113.5t113 282.5l3 22q28 176 -19 286t-176 110 q-123 0 -208.5 -114t-112.5 -282zM799 1501h224l2 -6l-295 -260h-142z" />
<glyph unicode="&#xf4;" d="M114 551q40 250 183.5 400.5t354.5 150.5q202 0 302.5 -156.5t62.5 -394.5l-3 -22q-41 -251 -184.5 -400.5t-354.5 -149.5q-202 0 -302.5 156t-61.5 394zM304 529q-29 -179 17.5 -287.5t177.5 -108.5q122 0 208 113.5t113 282.5l3 22q28 176 -19 286t-176 110 q-123 0 -208.5 -114t-112.5 -282zM974 1304l-5 -25h-156l-104 148l-163 -148h-156l6 26l279 237h114z" />
<glyph unicode="&#xf5;" d="M114 551q40 250 183.5 400.5t354.5 150.5q202 0 302.5 -156.5t62.5 -394.5l-3 -22q-41 -251 -184.5 -400.5t-354.5 -149.5q-202 0 -302.5 156t-61.5 394zM304 529q-29 -179 17.5 -287.5t177.5 -108.5q122 0 208 113.5t113 282.5l3 22q28 176 -19 286t-176 110 q-123 0 -208.5 -114t-112.5 -282zM1046 1522q-16 -97 -82 -160.5t-151 -63.5q-62 0 -127.5 46.5t-113.5 46.5q-37 0 -70 -33t-40 -78l-100 26q15 96 80.5 163t152.5 67q48 0 120 -47t121 -47q36 0 69.5 32.5t41.5 79.5z" />
<glyph unicode="&#xf6;" d="M114 551q40 250 183.5 400.5t354.5 150.5q202 0 302.5 -156.5t62.5 -394.5l-3 -22q-41 -251 -184.5 -400.5t-354.5 -149.5q-202 0 -302.5 156t-61.5 394zM304 529q-29 -179 17.5 -287.5t177.5 -108.5q122 0 208 113.5t113 282.5l3 22q28 176 -19 286t-176 110 q-123 0 -208.5 -114t-112.5 -282zM1004 1283h-210l32 200h210zM567 1283h-210l32 200h210z" />
<glyph unicode="&#xf7;" horiz-adv-x="1099" d="M1033 597h-928l38 188h928zM746 999h-191l40 203h191zM582 180h-191l41 203h191z" />
<glyph unicode="&#xf8;" d="M114 551q40 250 183.5 400.5t354.5 150.5q57 0 108 -14.5t93 -40.5l107 162h125l-153 -232q61 -76 83 -186t2 -240l-3 -22q-41 -251 -184.5 -400.5t-354.5 -149.5q-50 0 -94 10.5t-81 29.5l-101 -154h-124l142 215q-73 73 -101 190t-5 259zM304 529q-15 -89 -11 -161.5 t28 -117.5l6 -1l431 653q-25 22 -57.5 33.5t-72.5 11.5q-123 0 -208.5 -114t-112.5 -282zM823 551q11 75 10 137t-16 105l-6 2l-418 -636q21 -13 47.5 -19.5t58.5 -6.5q122 0 208 113.5t113 282.5z" />
<glyph unicode="&#xf9;" d="M700 0l17 148q-64 -83 -145.5 -126t-178.5 -43q-155 0 -229.5 115t-27.5 350l127 638h193l-128 -640q-37 -184 -4 -243.5t133 -59.5q89 0 161.5 44t122.5 122l155 777h193l-216 -1082h-173zM784 1217h-153l-196 266h231z" />
<glyph unicode="&#xfa;" d="M700 0l17 148q-64 -83 -145.5 -126t-178.5 -43q-155 0 -229.5 115t-27.5 350l127 638h193l-128 -640q-37 -184 -4 -243.5t133 -59.5q89 0 161.5 44t122.5 122l155 777h193l-216 -1082h-173zM830 1480h224l2 -6l-295 -260h-142z" />
<glyph unicode="&#xfb;" d="M700 0l17 148q-64 -83 -145.5 -126t-178.5 -43q-155 0 -229.5 115t-27.5 350l127 638h193l-128 -640q-37 -184 -4 -243.5t133 -59.5q89 0 161.5 44t122.5 122l155 777h193l-216 -1082h-173zM1005 1283l-5 -25h-156l-104 148l-163 -148h-156l6 26l279 237h114z" />
<glyph unicode="&#xfc;" d="M700 0l17 148q-64 -83 -145.5 -126t-178.5 -43q-155 0 -229.5 115t-27.5 350l127 638h193l-128 -640q-37 -184 -4 -243.5t133 -59.5q89 0 161.5 44t122.5 122l155 777h193l-216 -1082h-173zM1035 1262h-210l32 200h210zM598 1262h-210l32 200h210z" />
<glyph unicode="&#xfd;" horiz-adv-x="972" d="M442 401l5 -123l6 -1l402 805h215l-670 -1248q-62 -109 -150 -190t-208 -81q-21 0 -56 5.5t-54 10.5l51 155q-14 1 29 -2t53 -3q52 0 104.5 60t84.5 120l66 113l-161 1060h216zM769 1480h224l2 -6l-295 -260h-142z" />
<glyph unicode="&#xfe;" horiz-adv-x="1118" d="M1021 480q-50 -250 -168.5 -375.5t-305.5 -125.5q-87 0 -157.5 33t-114.5 96l-21 -108l-83 -416h-193l83 416l16 83l200 999l96 478h193l-114 -570q58 54 128.5 83t150.5 29q175 0 259.5 -173t34.5 -428zM832 501q38 194 -11.5 317.5t-180.5 123.5q-67 0 -124 -39 t-103 -106l-106 -530q26 -63 78 -98.5t133 -35.5q119 0 198 93.5t112 253.5z" />
<glyph unicode="&#xff;" horiz-adv-x="972" d="M442 401l5 -123l6 -1l402 805h215l-670 -1248q-62 -109 -150 -190t-208 -81q-21 0 -56 5.5t-54 10.5l51 155q-14 1 29 -2t53 -3q52 0 104.5 60t84.5 120l66 113l-161 1060h216zM974 1262h-210l32 200h210zM537 1262h-210l32 200h210z" />
<glyph unicode="&#x131;" horiz-adv-x="497" d="M254 0h-194l216 1082h194z" />
<glyph unicode="&#x152;" horiz-adv-x="1839" d="M1646 0h-840q-87 -10 -147.5 -15.5t-122.5 -5.5q-219 0 -338 168.5t-67 428.5l61 304q56 282 229.5 439.5t411.5 157.5q59 0 127.5 -6t136.5 -15h829l-31 -155h-700l-94 -471h616l-31 -155h-616l-104 -521h711zM567 134q48 0 100.5 4t104.5 12l231 1156q-49 7 -99 11.5 t-102 4.5q-144 0 -259.5 -115.5t-157.5 -324.5l-61 -306q-46 -228 19.5 -335t223.5 -107z" />
<glyph unicode="&#x153;" horiz-adv-x="1729" d="M121 551q51 256 199 403.5t360 147.5q110 0 192 -53.5t125 -148.5q79 97 180 149.5t204 52.5q192 0 276.5 -134.5t42.5 -349.5l-25 -123h-652q-29 -169 19 -265.5t177 -96.5q85 0 164.5 29.5t138.5 77.5l49 -128q-64 -57 -160.5 -95t-222.5 -38q-112 0 -196 51.5 t-128 144.5q-77 -96 -180 -146t-226 -50q-196 0 -292.5 157t-48.5 393zM310 529q-37 -183 5.5 -289.5t173.5 -106.5q119 0 211 114t126 282l4 22q36 180 -7.5 288t-173.5 108q-119 0 -210.5 -115t-124.5 -281zM1350 947q-81 0 -163 -84.5t-122 -207.5l3 -6h445l5 26 q24 123 -15.5 197.5t-152.5 74.5z" />
<glyph unicode="&#x178;" horiz-adv-x="1194" d="M656 739l6 -1l486 718h219l-660 -943l-103 -513h-192l105 526l-279 930h220zM1156 1604h-210l32 200h210zM719 1604h-210l32 200h210z" />
<glyph unicode="&#x2c6;" horiz-adv-x="933" d="M914 1277l-5 -25h-156l-104 148l-163 -148h-156l6 26l279 237h114z" />
<glyph unicode="&#x2da;" horiz-adv-x="660" d="M301 1308q18 90 85 144t152 54q76 0 124.5 -57.5t32.5 -140.5q-19 -92 -85 -143t-150 -51q-78 0 -127.5 55t-31.5 139zM400 1308q-10 -46 13.5 -75t64.5 -29q37 0 73 30t45 74q9 48 -13 77.5t-63 29.5q-38 0 -75 -31.5t-45 -75.5z" />
<glyph unicode="&#x2dc;" horiz-adv-x="932" d="M953 1491q-16 -97 -82 -160.5t-151 -63.5q-62 0 -127.5 46.5t-113.5 46.5q-37 0 -70 -33t-40 -78l-100 26q15 96 80.5 163t152.5 67q48 0 120 -47t121 -47q36 0 69.5 32.5t41.5 79.5z" />
<glyph unicode="&#x2000;" horiz-adv-x="966" />
<glyph unicode="&#x2001;" horiz-adv-x="1932" />
<glyph unicode="&#x2002;" horiz-adv-x="966" />
<glyph unicode="&#x2003;" horiz-adv-x="1932" />
<glyph unicode="&#x2004;" horiz-adv-x="644" />
<glyph unicode="&#x2005;" horiz-adv-x="483" />
<glyph unicode="&#x2006;" horiz-adv-x="322" />
<glyph unicode="&#x2007;" horiz-adv-x="322" />
<glyph unicode="&#x2008;" horiz-adv-x="241" />
<glyph unicode="&#x2009;" horiz-adv-x="386" />
<glyph unicode="&#x200a;" horiz-adv-x="107" />
<glyph unicode="&#x2010;" horiz-adv-x="529" d="M516 538h-457l30 154h457z" />
<glyph unicode="&#x2011;" horiz-adv-x="529" d="M516 538h-457l30 154h457z" />
<glyph unicode="&#x2012;" horiz-adv-x="529" d="M516 538h-457l30 154h457z" />
<glyph unicode="&#x2013;" horiz-adv-x="1327" d="M1242 648h-1009l40 155h1009z" />
<glyph unicode="&#x2014;" horiz-adv-x="1553" d="M1498 648h-1242l50 155h1241z" />
<glyph unicode="&#x2018;" horiz-adv-x="406" d="M234 1204l226 356h94l-128 -362l-36 -178h-193z" />
<glyph unicode="&#x2019;" horiz-adv-x="406" d="M515 1367l-224 -346h-94l124 343l39 196h194z" />
<glyph unicode="&#x201a;" horiz-adv-x="406" d="M248 26l-212 -281h-94l110 263l48 241h193z" />
<glyph unicode="&#x201c;" horiz-adv-x="719" d="M234 1204l226 356h94l-128 -362l-36 -178h-193zM547 1204l226 356h94l-128 -362l-36 -178h-193z" />
<glyph unicode="&#x201d;" horiz-adv-x="727" d="M515 1367l-224 -346h-94l124 343l39 196h194zM836 1367l-224 -346h-94l124 343l39 196h194z" />
<glyph unicode="&#x201e;" horiz-adv-x="702" d="M262 96l-223 -335h-94l122 325l39 194h193zM557 96l-223 -335h-94l124 333l37 186h193z" />
<glyph unicode="&#x2022;" horiz-adv-x="661" d="M205 793q18 93 81.5 146.5t153.5 53.5q84 0 128.5 -57t27.5 -143l-12 -60q-20 -95 -82.5 -146.5t-153.5 -51.5q-83 0 -128 56t-27 142z" />
<glyph unicode="&#x2026;" horiz-adv-x="1302" d="M260 0h-191l40 202h191zM673 0h-191l40 202h191zM1067 0h-191l40 202h191z" />
<glyph unicode="&#x202f;" horiz-adv-x="386" />
<glyph unicode="&#x2039;" horiz-adv-x="583" d="M313 550l155 -398h-143l-197 389l1 6l3 13l353 389h143z" />
<glyph unicode="&#x203a;" horiz-adv-x="583" d="M334 949l196 -389l-2 -6h1l-3 -13l-352 -389h-143l314 398l-154 399h143z" />
<glyph unicode="&#x2044;" horiz-adv-x="880" d="M102 110l-93 67l890 1138l93 -67z" />
<glyph unicode="&#x205f;" horiz-adv-x="483" />
<glyph unicode="&#x20ac;" horiz-adv-x="1024" d="M867 481h-451q-32 -154 26 -251t194 -97q50 0 105.5 8.5t106.5 25.5l-12 -157q-57 -15 -115.5 -23t-115.5 -8q-203 0 -314 146.5t-68 355.5h-133l30 155h133l27 136h-133l31 155h133l3 15q52 260 210 397.5t378 137.5q52 0 108 -8.5t113 -22.5l-51 -159 q-47 16 -97.5 25.5t-103.5 9.5q-124 0 -227 -104.5t-136 -273.5l-4 -17h451l-31 -155h-451l-27 -136h451z" />
<glyph unicode="&#x2122;" horiz-adv-x="1207" d="M918 1068l6 -2l227 390h105l-107 -537h-89l67 336l-6 2l-205 -338h-47l-73 350h-6l-70 -350h-90l107 537h111zM649 1374h-135l-90 -455h-90l90 455h-132l16 82h357z" />
<glyph unicode="&#x25fc;" horiz-adv-x="1080" d="M0 1080h1080v-1080h-1080v1080z" />
<glyph unicode="&#xfb02;" horiz-adv-x="1168" d="M137 0l187 936h-156l29 146h156l28 137q36 184 137.5 273t257.5 89q30 0 62 -6t69 -15l-52 -150q-16 4 -39 7t-48 3q-74 0 -124.5 -52.5t-69.5 -148.5l-28 -137h205l-29 -146h-205l-187 -936h-193zM931 0h-193l312 1560h193z" />
<glyph unicode="&#xfb03;" horiz-adv-x="1747" d="M137 0l187 936h-156l29 146h156l28 137q36 184 137.5 273t257.5 89q30 0 62 -6t69 -15l-52 -150q-16 4 -39 7t-48 3q-74 0 -124.5 -52.5t-69.5 -148.5l-28 -137h205l-29 -146h-205l-187 -936h-193zM772 0l187 936h-157l29 146h157l24 117q38 194 155.5 288t300.5 94 q58 0 119.5 -16t134.5 -45l-66 -160q-42 21 -96 36t-111 15q-102 0 -163 -53t-81 -159l-24 -117h195l-29 -146h-195l-187 -936h-193zM1511 0h-194l216 1082h194z" />
<glyph unicode="&#xfb04;" horiz-adv-x="1840" d="M137 0l187 936h-156l29 146h156l28 137q36 184 137.5 273t257.5 89q30 0 62 -6t69 -15l-52 -150q-16 4 -39 7t-48 3q-74 0 -124.5 -52.5t-69.5 -148.5l-28 -137h205l-29 -146h-205l-187 -936h-193zM809 0l187 936h-156l29 146h156l28 137q36 184 137.5 273t257.5 89 q30 0 62 -6t69 -15l-52 -150q-16 4 -39 7t-48 3q-74 0 -124.5 -52.5t-69.5 -148.5l-28 -137h205l-29 -146h-205l-187 -936h-193zM1603 0h-193l312 1560h193z" />
<glyph horiz-adv-x="533" d="M295 0h-170l131 655h-116l27 134l290 23z" />
<glyph horiz-adv-x="814" d="M587 0h-553l26 130l331 262q75 59 102.5 96.5t36.5 80.5q10 53 -8.5 82.5t-71.5 29.5q-56 0 -97.5 -32.5t-50.5 -81.5h-156l-2 6q15 105 106 172t226 67q119 0 181.5 -65t40.5 -179q-18 -86 -66.5 -137t-185.5 -160l-162 -135l2 -6h327z" />
<glyph horiz-adv-x="828" d="M286 471h124q55 0 92 29.5t47 79.5q9 46 -18 73.5t-89 27.5q-46 0 -83 -24.5t-44 -63.5h-159l-2 6q15 101 104 157t210 56q128 0 199 -60.5t50 -168.5q-12 -60 -54 -105t-105 -69q58 -25 84.5 -72.5t14.5 -112.5q-24 -119 -118.5 -177t-234.5 -58q-112 0 -189 58.5 t-50 168.5l2 6h160q-10 -49 17.5 -76t85.5 -27q60 0 106 30t55 77q13 66 -13.5 92.5t-92.5 26.5h-124l17 87z" />
<glyph horiz-adv-x="867" d="M617 282h114l-26 -130h-114l-30 -152h-166l30 152h-386l13 102l501 547h168zM238 287l2 -5h211l61 305l-5 2l-14 -18z" />
<hkern u1="&#x22;" u2="w" k="-11" />
<hkern u1="&#x27;" u2="w" k="-11" />
<hkern u1="&#x28;" u2="&#x178;" k="-22" />
<hkern u1="&#x28;" u2="&#xdd;" k="-22" />
<hkern u1="&#x28;" u2="Y" k="-22" />
<hkern u1="&#x28;" u2="W" k="-18" />
<hkern u1="&#x28;" u2="V" k="-20" />
<hkern u1="&#x2f;" u2="&#x2f;" k="224" />
<hkern u1="A" u2="w" k="33" />
<hkern u1="A" u2="t" k="17" />
<hkern u1="A" u2="&#x3f;" k="61" />
<hkern u1="C" u2="&#x7d;" k="17" />
<hkern u1="C" u2="]" k="12" />
<hkern u1="C" u2="&#x29;" k="26" />
<hkern u1="D" u2="&#xc6;" k="33" />
<hkern u1="E" u2="w" k="22" />
<hkern u1="E" u2="f" k="18" />
<hkern u1="F" u2="&#x2026;" k="234" />
<hkern u1="F" u2="&#x201e;" k="234" />
<hkern u1="F" u2="&#x201a;" k="234" />
<hkern u1="F" u2="&#x153;" k="21" />
<hkern u1="F" u2="&#xff;" k="24" />
<hkern u1="F" u2="&#xfd;" k="24" />
<hkern u1="F" u2="&#xfc;" k="22" />
<hkern u1="F" u2="&#xfb;" k="22" />
<hkern u1="F" u2="&#xfa;" k="22" />
<hkern u1="F" u2="&#xf9;" k="22" />
<hkern u1="F" u2="&#xf6;" k="21" />
<hkern u1="F" u2="&#xf5;" k="21" />
<hkern u1="F" u2="&#xf4;" k="21" />
<hkern u1="F" u2="&#xf3;" k="21" />
<hkern u1="F" u2="&#xf2;" k="21" />
<hkern u1="F" u2="&#xeb;" k="21" />
<hkern u1="F" u2="&#xea;" k="21" />
<hkern u1="F" u2="&#xe9;" k="21" />
<hkern u1="F" u2="&#xe8;" k="21" />
<hkern u1="F" u2="&#xe7;" k="21" />
<hkern u1="F" u2="&#xe5;" k="34" />
<hkern u1="F" u2="&#xe4;" k="34" />
<hkern u1="F" u2="&#xe3;" k="34" />
<hkern u1="F" u2="&#xe2;" k="34" />
<hkern u1="F" u2="&#xe1;" k="34" />
<hkern u1="F" u2="&#xe0;" k="34" />
<hkern u1="F" u2="&#xc5;" k="59" />
<hkern u1="F" u2="&#xc4;" k="59" />
<hkern u1="F" u2="&#xc3;" k="59" />
<hkern u1="F" u2="&#xc2;" k="59" />
<hkern u1="F" u2="&#xc1;" k="59" />
<hkern u1="F" u2="&#xc0;" k="59" />
<hkern u1="F" u2="y" k="24" />
<hkern u1="F" u2="v" k="24" />
<hkern u1="F" u2="u" k="22" />
<hkern u1="F" u2="r" k="26" />
<hkern u1="F" u2="q" k="21" />
<hkern u1="F" u2="o" k="21" />
<hkern u1="F" u2="g" k="21" />
<hkern u1="F" u2="e" k="21" />
<hkern u1="F" u2="d" k="21" />
<hkern u1="F" u2="c" k="21" />
<hkern u1="F" u2="a" k="34" />
<hkern u1="F" u2="T" k="-20" />
<hkern u1="F" u2="J" k="264" />
<hkern u1="F" u2="A" k="59" />
<hkern u1="F" u2="&#x2e;" k="234" />
<hkern u1="F" u2="&#x2c;" k="234" />
<hkern u1="K" u2="w" k="63" />
<hkern u1="L" u2="w" k="92" />
<hkern u1="O" u2="&#xc6;" k="33" />
<hkern u1="P" u2="&#xc6;" k="97" />
<hkern u1="P" u2="t" k="-14" />
<hkern u1="Q" u2="&#x178;" k="35" />
<hkern u1="Q" u2="&#xdd;" k="35" />
<hkern u1="Q" u2="Y" k="35" />
<hkern u1="Q" u2="W" k="20" />
<hkern u1="Q" u2="V" k="28" />
<hkern u1="Q" u2="T" k="43" />
<hkern u1="R" u2="&#x178;" k="48" />
<hkern u1="R" u2="&#xdd;" k="48" />
<hkern u1="R" u2="Y" k="48" />
<hkern u1="R" u2="V" k="19" />
<hkern u1="R" u2="T" k="80" />
<hkern u1="T" u2="&#xf8;" k="95" />
<hkern u1="T" u2="&#xe6;" k="114" />
<hkern u1="T" u2="&#xc6;" k="179" />
<hkern u1="T" u2="&#xbb;" k="216" />
<hkern u1="T" u2="&#xab;" k="328" />
<hkern u1="T" u2="w" k="57" />
<hkern u1="T" u2="r" k="75" />
<hkern u1="V" u2="&#x7d;" k="-19" />
<hkern u1="V" u2="r" k="30" />
<hkern u1="V" u2="]" k="-17" />
<hkern u1="V" u2="&#x29;" k="-20" />
<hkern u1="W" u2="&#x7d;" k="-14" />
<hkern u1="W" u2="r" k="21" />
<hkern u1="W" u2="]" k="-12" />
<hkern u1="W" u2="&#x29;" k="-15" />
<hkern u1="Y" u2="&#x2022;" k="45" />
<hkern u1="Y" u2="&#xf8;" k="64" />
<hkern u1="Y" u2="&#xe6;" k="63" />
<hkern u1="Y" u2="&#xc6;" k="96" />
<hkern u1="Y" u2="&#xbb;" k="51" />
<hkern u1="Y" u2="&#xab;" k="82" />
<hkern u1="Y" u2="&#x7d;" k="-19" />
<hkern u1="Y" u2="t" k="22" />
<hkern u1="Y" u2="r" k="40" />
<hkern u1="Y" u2="f" k="22" />
<hkern u1="Y" u2="]" k="-18" />
<hkern u1="Y" u2="&#x2a;" k="49" />
<hkern u1="Y" u2="&#x29;" k="-20" />
<hkern u1="Y" u2="&#x26;" k="30" />
<hkern u1="Z" u2="w" k="27" />
<hkern u1="[" u2="&#xdc;" k="18" />
<hkern u1="[" u2="&#xdb;" k="18" />
<hkern u1="[" u2="&#xda;" k="18" />
<hkern u1="[" u2="&#xd9;" k="18" />
<hkern u1="[" u2="U" k="18" />
<hkern u1="[" u2="J" k="18" />
<hkern u1="f" u2="&#x201d;" k="-16" />
<hkern u1="f" u2="&#x201c;" k="-16" />
<hkern u1="f" u2="&#x2019;" k="-16" />
<hkern u1="f" u2="&#x2018;" k="-16" />
<hkern u1="f" u2="&#x153;" k="24" />
<hkern u1="f" u2="&#xeb;" k="24" />
<hkern u1="f" u2="&#xea;" k="24" />
<hkern u1="f" u2="&#xe9;" k="24" />
<hkern u1="f" u2="&#xe8;" k="24" />
<hkern u1="f" u2="&#xe7;" k="24" />
<hkern u1="f" u2="&#x7d;" k="-19" />
<hkern u1="f" u2="q" k="24" />
<hkern u1="f" u2="g" k="24" />
<hkern u1="f" u2="e" k="24" />
<hkern u1="f" u2="d" k="24" />
<hkern u1="f" u2="c" k="24" />
<hkern u1="f" u2="]" k="-18" />
<hkern u1="f" u2="&#x29;" k="-20" />
<hkern u1="f" u2="&#x27;" k="-16" />
<hkern u1="f" u2="&#x22;" k="-16" />
<hkern u1="k" u2="&#x153;" k="20" />
<hkern u1="k" u2="&#xeb;" k="20" />
<hkern u1="k" u2="&#xea;" k="20" />
<hkern u1="k" u2="&#xe9;" k="20" />
<hkern u1="k" u2="&#xe8;" k="20" />
<hkern u1="k" u2="&#xe7;" k="20" />
<hkern u1="k" u2="q" k="20" />
<hkern u1="k" u2="g" k="20" />
<hkern u1="k" u2="e" k="20" />
<hkern u1="k" u2="d" k="20" />
<hkern u1="k" u2="c" k="20" />
<hkern u1="r" u2="w" k="-17" />
<hkern u1="r" u2="t" k="-32" />
<hkern u1="r" u2="f" k="-15" />
<hkern u1="t" u2="&#xf6;" k="20" />
<hkern u1="t" u2="&#xf5;" k="20" />
<hkern u1="t" u2="&#xf4;" k="20" />
<hkern u1="t" u2="&#xf3;" k="20" />
<hkern u1="t" u2="&#xf2;" k="20" />
<hkern u1="t" u2="o" k="20" />
<hkern u1="v" u2="f" k="-13" />
<hkern u1="w" u2="&#x2026;" k="124" />
<hkern u1="w" u2="&#x201e;" k="124" />
<hkern u1="w" u2="&#x201a;" k="124" />
<hkern u1="w" u2="&#x2e;" k="124" />
<hkern u1="w" u2="&#x2c;" k="124" />
<hkern u1="y" u2="f" k="-13" />
<hkern u1="&#x7b;" u2="&#xdc;" k="20" />
<hkern u1="&#x7b;" u2="&#xdb;" k="20" />
<hkern u1="&#x7b;" u2="&#xda;" k="20" />
<hkern u1="&#x7b;" u2="&#xd9;" k="20" />
<hkern u1="&#x7b;" u2="U" k="20" />
<hkern u1="&#x7b;" u2="J" k="20" />
<hkern u1="&#xc0;" u2="w" k="33" />
<hkern u1="&#xc0;" u2="t" k="17" />
<hkern u1="&#xc0;" u2="&#x3f;" k="61" />
<hkern u1="&#xc1;" u2="w" k="33" />
<hkern u1="&#xc1;" u2="t" k="17" />
<hkern u1="&#xc1;" u2="&#x3f;" k="61" />
<hkern u1="&#xc2;" u2="w" k="33" />
<hkern u1="&#xc2;" u2="t" k="17" />
<hkern u1="&#xc2;" u2="&#x3f;" k="61" />
<hkern u1="&#xc3;" u2="w" k="33" />
<hkern u1="&#xc3;" u2="t" k="17" />
<hkern u1="&#xc3;" u2="&#x3f;" k="61" />
<hkern u1="&#xc4;" u2="w" k="33" />
<hkern u1="&#xc4;" u2="t" k="17" />
<hkern u1="&#xc4;" u2="&#x3f;" k="61" />
<hkern u1="&#xc5;" u2="w" k="33" />
<hkern u1="&#xc5;" u2="t" k="17" />
<hkern u1="&#xc5;" u2="&#x3f;" k="61" />
<hkern u1="&#xc7;" u2="&#x7d;" k="17" />
<hkern u1="&#xc7;" u2="]" k="12" />
<hkern u1="&#xc7;" u2="&#x29;" k="26" />
<hkern u1="&#xc8;" u2="w" k="22" />
<hkern u1="&#xc8;" u2="f" k="18" />
<hkern u1="&#xc9;" u2="w" k="22" />
<hkern u1="&#xc9;" u2="f" k="18" />
<hkern u1="&#xca;" u2="w" k="22" />
<hkern u1="&#xca;" u2="f" k="18" />
<hkern u1="&#xcb;" u2="w" k="22" />
<hkern u1="&#xcb;" u2="f" k="18" />
<hkern u1="&#xd0;" u2="&#xc6;" k="33" />
<hkern u1="&#xd2;" u2="&#xc6;" k="33" />
<hkern u1="&#xd3;" u2="&#xc6;" k="33" />
<hkern u1="&#xd4;" u2="&#xc6;" k="33" />
<hkern u1="&#xd5;" u2="&#xc6;" k="33" />
<hkern u1="&#xd6;" u2="&#xc6;" k="33" />
<hkern u1="&#xdd;" u2="&#x2022;" k="45" />
<hkern u1="&#xdd;" u2="&#xf8;" k="64" />
<hkern u1="&#xdd;" u2="&#xe6;" k="63" />
<hkern u1="&#xdd;" u2="&#xc6;" k="96" />
<hkern u1="&#xdd;" u2="&#xbb;" k="51" />
<hkern u1="&#xdd;" u2="&#xab;" k="82" />
<hkern u1="&#xdd;" u2="&#x7d;" k="-19" />
<hkern u1="&#xdd;" u2="t" k="22" />
<hkern u1="&#xdd;" u2="r" k="40" />
<hkern u1="&#xdd;" u2="f" k="22" />
<hkern u1="&#xdd;" u2="]" k="-18" />
<hkern u1="&#xdd;" u2="&#x2a;" k="49" />
<hkern u1="&#xdd;" u2="&#x29;" k="-20" />
<hkern u1="&#xdd;" u2="&#x26;" k="30" />
<hkern u1="&#xfd;" u2="f" k="-13" />
<hkern u1="&#xff;" u2="f" k="-13" />
<hkern u1="&#x178;" u2="&#x2022;" k="45" />
<hkern u1="&#x178;" u2="&#xf8;" k="64" />
<hkern u1="&#x178;" u2="&#xe6;" k="63" />
<hkern u1="&#x178;" u2="&#xc6;" k="96" />
<hkern u1="&#x178;" u2="&#xbb;" k="51" />
<hkern u1="&#x178;" u2="&#xab;" k="82" />
<hkern u1="&#x178;" u2="&#x7d;" k="-19" />
<hkern u1="&#x178;" u2="t" k="22" />
<hkern u1="&#x178;" u2="r" k="40" />
<hkern u1="&#x178;" u2="f" k="22" />
<hkern u1="&#x178;" u2="]" k="-18" />
<hkern u1="&#x178;" u2="&#x2a;" k="49" />
<hkern u1="&#x178;" u2="&#x29;" k="-20" />
<hkern u1="&#x178;" u2="&#x26;" k="30" />
<hkern u1="&#x2018;" u2="w" k="-11" />
<hkern u1="&#x2019;" u2="w" k="-11" />
<hkern u1="&#x201c;" u2="w" k="-11" />
<hkern u1="&#x201d;" u2="w" k="-11" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="107" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="120" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="50" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="59" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="m,n,p,ntilde" k="20" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="61" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="s" k="80" />
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="170" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="120" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="12" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="11" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="T" k="129" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="17" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="V" k="87" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="W" k="69" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="Y,Yacute,Ydieresis" k="94" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="u,ugrave,uacute,ucircumflex,udieresis" k="11" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="v,y,yacute,ydieresis" k="50" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="z" k="-12" />
<hkern g1="B" g2="T" k="27" />
<hkern g1="B" g2="V" k="24" />
<hkern g1="B" g2="Y,Yacute,Ydieresis" k="55" />
<hkern g1="C,Ccedilla" g2="T" k="29" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="21" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="T" k="27" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="V" k="22" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Y,Yacute,Ydieresis" k="43" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="102" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="X" k="22" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Z" k="23" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="19" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="T" k="-20" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="17" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="v,y,yacute,ydieresis" k="26" />
<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-18" />
<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="T" k="29" />
<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="Y,Yacute,Ydieresis" k="28" />
<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="X" k="-17" />
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="22" />
<hkern g1="K" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" />
<hkern g1="K" g2="m,n,p,ntilde" k="23" />
<hkern g1="K" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="27" />
<hkern g1="K" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="31" />
<hkern g1="K" g2="u,ugrave,uacute,ucircumflex,udieresis" k="23" />
<hkern g1="K" g2="v,y,yacute,ydieresis" k="40" />
<hkern g1="K" g2="hyphen,uni00AD,endash,emdash" k="64" />
<hkern g1="L" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="138" />
<hkern g1="L" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-19" />
<hkern g1="L" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="65" />
<hkern g1="L" g2="T" k="275" />
<hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="54" />
<hkern g1="L" g2="V" k="175" />
<hkern g1="L" g2="W" k="143" />
<hkern g1="L" g2="Y,Yacute,Ydieresis" k="239" />
<hkern g1="L" g2="u,ugrave,uacute,ucircumflex,udieresis" k="44" />
<hkern g1="L" g2="v,y,yacute,ydieresis" k="133" />
<hkern g1="P" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="138" />
<hkern g1="P" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="11" />
<hkern g1="P" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" />
<hkern g1="P" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="13" />
<hkern g1="P" g2="v,y,yacute,ydieresis" k="-15" />
<hkern g1="P" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="324" />
<hkern g1="P" g2="X" k="31" />
<hkern g1="P" g2="Z" k="26" />
<hkern g1="P" g2="J" k="200" />
<hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="79" />
<hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="113" />
<hkern g1="T" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="99" />
<hkern g1="T" g2="m,n,p,ntilde" k="109" />
<hkern g1="T" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="99" />
<hkern g1="T" g2="s" k="116" />
<hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="28" />
<hkern g1="T" g2="T" k="-16" />
<hkern g1="T" g2="V" k="-16" />
<hkern g1="T" g2="W" k="-15" />
<hkern g1="T" g2="Y,Yacute,Ydieresis" k="-16" />
<hkern g1="T" g2="u,ugrave,uacute,ucircumflex,udieresis" k="95" />
<hkern g1="T" g2="v,y,yacute,ydieresis" k="72" />
<hkern g1="T" g2="z" k="60" />
<hkern g1="T" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="218" />
<hkern g1="T" g2="hyphen,uni00AD,endash,emdash" k="232" />
<hkern g1="T" g2="J" k="240" />
<hkern g1="T" g2="S" k="16" />
<hkern g1="T" g2="x" k="77" />
<hkern g1="V" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="75" />
<hkern g1="V" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="46" />
<hkern g1="V" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="44" />
<hkern g1="V" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="46" />
<hkern g1="V" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="13" />
<hkern g1="V" g2="u,ugrave,uacute,ucircumflex,udieresis" k="28" />
<hkern g1="V" g2="v,y,yacute,ydieresis" k="11" />
<hkern g1="V" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="225" />
<hkern g1="V" g2="hyphen,uni00AD,endash,emdash" k="37" />
<hkern g1="W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="43" />
<hkern g1="W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="33" />
<hkern g1="W" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="31" />
<hkern g1="W" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="31" />
<hkern g1="W" g2="T" k="-14" />
<hkern g1="W" g2="u,ugrave,uacute,ucircumflex,udieresis" k="19" />
<hkern g1="W" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="123" />
<hkern g1="W" g2="hyphen,uni00AD,endash,emdash" k="60" />
<hkern g1="X" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" />
<hkern g1="X" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="21" />
<hkern g1="X" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="25" />
<hkern g1="X" g2="V" k="-14" />
<hkern g1="X" g2="u,ugrave,uacute,ucircumflex,udieresis" k="21" />
<hkern g1="X" g2="v,y,yacute,ydieresis" k="31" />
<hkern g1="X" g2="hyphen,uni00AD,endash,emdash" k="46" />
<hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="94" />
<hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="73" />
<hkern g1="Y,Yacute,Ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="65" />
<hkern g1="Y,Yacute,Ydieresis" g2="m,n,p,ntilde" k="40" />
<hkern g1="Y,Yacute,Ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="65" />
<hkern g1="Y,Yacute,Ydieresis" g2="s" k="58" />
<hkern g1="Y,Yacute,Ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="29" />
<hkern g1="Y,Yacute,Ydieresis" g2="T" k="-17" />
<hkern g1="Y,Yacute,Ydieresis" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="96" />
<hkern g1="Y,Yacute,Ydieresis" g2="V" k="-18" />
<hkern g1="Y,Yacute,Ydieresis" g2="W" k="-17" />
<hkern g1="Y,Yacute,Ydieresis" g2="Y,Yacute,Ydieresis" k="-18" />
<hkern g1="Y,Yacute,Ydieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="39" />
<hkern g1="Y,Yacute,Ydieresis" g2="v,y,yacute,ydieresis" k="20" />
<hkern g1="Y,Yacute,Ydieresis" g2="z" k="30" />
<hkern g1="Y,Yacute,Ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="211" />
<hkern g1="Y,Yacute,Ydieresis" g2="X" k="-13" />
<hkern g1="Y,Yacute,Ydieresis" g2="hyphen,uni00AD,endash,emdash" k="52" />
<hkern g1="Y,Yacute,Ydieresis" g2="J" k="96" />
<hkern g1="Y,Yacute,Ydieresis" g2="S" k="16" />
<hkern g1="Y,Yacute,Ydieresis" g2="x" k="23" />
<hkern g1="Z" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-13" />
<hkern g1="Z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="21" />
<hkern g1="Z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="21" />
<hkern g1="Z" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="26" />
<hkern g1="Z" g2="u,ugrave,uacute,ucircumflex,udieresis" k="19" />
<hkern g1="Z" g2="v,y,yacute,ydieresis" k="27" />
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="67" />
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="v,y,yacute,ydieresis" k="15" />
<hkern g1="b,p,thorn" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="29" />
<hkern g1="b,p,thorn" g2="v,y,yacute,ydieresis" k="11" />
<hkern g1="b,p,thorn" g2="z" k="15" />
<hkern g1="b,p,thorn" g2="x" k="15" />
<hkern g1="c,ccedilla" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="11" />
<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="14" />
<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="v,y,yacute,ydieresis" k="13" />
<hkern g1="h,m,n,ntilde" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="16" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="20" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="v,y,yacute,ydieresis" k="15" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="z" k="16" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="x" k="21" />
<hkern g1="r" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-16" />
<hkern g1="r" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" />
<hkern g1="r" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="20" />
<hkern g1="r" g2="v,y,yacute,ydieresis" k="-18" />
<hkern g1="r" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="123" />
<hkern g1="v,y,yacute,ydieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-15" />
<hkern g1="v,y,yacute,ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="15" />
<hkern g1="v,y,yacute,ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" />
<hkern g1="v,y,yacute,ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="15" />
<hkern g1="v,y,yacute,ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="107" />
<hkern g1="x" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="20" />
<hkern g1="x" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="20" />
<hkern g1="z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="16" />
<hkern g1="z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="16" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 77 KiB

View File

@@ -0,0 +1,655 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
<metadata></metadata>
<defs>
<font id="robotolight" horiz-adv-x="1140" >
<font-face units-per-em="2048" ascent="1638" descent="-410" />
<missing-glyph horiz-adv-x="498" />
<glyph unicode="&#xfb01;" horiz-adv-x="1100" d="M228 0v984h-180v98h180v138q0 172 95 266.5t264 94.5q67 0 136 -15t140 -44l-20 -103q-61 25 -118 39t-130 14q-122 0 -184.5 -65t-62.5 -187v-138h253v-98h-253v-984h-120zM928 0h-120v1082h120v-1082z" />
<glyph horiz-adv-x="0" />
<glyph unicode="&#xd;" horiz-adv-x="498" />
<glyph unicode=" " horiz-adv-x="498" />
<glyph unicode="&#x09;" horiz-adv-x="498" />
<glyph unicode="&#xa0;" horiz-adv-x="498" />
<glyph unicode="!" horiz-adv-x="462" d="M288 478h-119v978h119v-978zM300 0h-142v167h142v-167z" />
<glyph unicode="&#x22;" horiz-adv-x="588" d="M232 1344l-33 -261h-72l3 255v222h102v-216zM471 1344l-33 -261h-72l4 258v219h101v-216z" />
<glyph unicode="#" horiz-adv-x="1270" d="M735 410h-313l-77 -410h-100l77 410h-255v93h272l83 441h-279v96h297l79 416h100l-79 -416h314l79 416h100l-79 -416h229v-96h-247l-83 -441h255v-93h-273l-77 -410h-100zM439 503h314l83 441h-314z" />
<glyph unicode="$" horiz-adv-x="1135" d="M901 359q0 110 -72 180t-254 135q-208 66 -308 159t-100 262q0 162 100 264t272 116v202h102v-202q175 -16 271 -131t94 -311l-3 -5h-112q0 152 -80 247t-224 95q-148 0 -224.5 -77.5t-76.5 -195.5q0 -114 68 -183.5t261 -133.5q207 -69 306.5 -160.5t99.5 -258.5 q0 -166 -104 -265.5t-280 -113.5v-190h-101v189q-181 11 -300.5 115.5t-115.5 315.5l3 6h112q0 -177 101 -255t244 -78q148 0 234.5 77.5t86.5 196.5z" />
<glyph unicode="%" horiz-adv-x="1514" d="M110 1176q0 127 78.5 214t206.5 87q127 0 205.5 -87t78.5 -214v-77q0 -126 -78 -212.5t-204 -86.5q-129 0 -208 86.5t-79 212.5v77zM206 1099q0 -88 49.5 -150t141.5 -62q89 0 137.5 62t48.5 150v77q0 88 -49 151t-139 63t-139.5 -63t-49.5 -151v-77zM842 356 q0 126 78.5 213t206.5 87q127 0 206 -87t79 -213v-78q0 -126 -78.5 -212.5t-204.5 -86.5q-129 0 -208 86.5t-79 212.5v78zM939 278q0 -88 49 -150t141 -62q89 0 137.5 62t48.5 150v78q0 91 -49 152t-139 61t-139 -61.5t-49 -151.5v-78zM460 121l-74 48l711 1138l74 -48z" />
<glyph unicode="&#x26;" horiz-adv-x="1260" d="M388 795q-81 100 -120 182.5t-39 169.5q0 158 89 244t244 86q144 0 228.5 -81t84.5 -204q0 -90 -45 -155t-130 -130l-159 -122l412 -481q49 71 76 159t27 188h110q0 -128 -36.5 -235.5t-105.5 -194.5l185 -216l-2 -5h-137l-122 141q-85 -78 -186 -120t-218 -42 q-209 0 -331 107t-122 285q0 120 72.5 216.5t209.5 196.5zM544 80q92 0 179.5 36t157.5 103l-414 482l-8.5 8.5t-5.5 7.5l-47 -36q-116 -94 -155.5 -170t-39.5 -140q0 -124 85.5 -207.5t247.5 -83.5zM349 1149q0 -66 31.5 -137t96.5 -151l177 132q58 45 82.5 94t24.5 105 q0 79 -52.5 131t-146.5 52q-102 0 -157.5 -65t-55.5 -161z" />
<glyph unicode="'" horiz-adv-x="348" d="M226 1365l-38 -275h-72l8 266v204h102v-195z" />
<glyph unicode="(" horiz-adv-x="640" d="M140 588q0 363 139 651t310 386l6 -1l26 -73q-145 -103 -253 -366t-108 -594v-20q0 -331 108 -594t253 -370l-26 -70h-6q-173 100 -311 382t-138 654v15z" />
<glyph unicode=")" horiz-adv-x="652" d="M498 573q0 -372 -138 -654t-310 -382h-6l-26 70q144 102 252.5 367t108.5 597v20q0 329 -110.5 595.5t-250.5 368.5l26 70h6q170 -98 309 -386t139 -651v-15z" />
<glyph unicode="*" horiz-adv-x="869" d="M361 1000l-332 108l32 101l332 -123l-4 370h104l-8 -373l324 127l33 -101l-333 -115l223 -294l-85 -63l-214 305l-204 -303l-85 61z" />
<glyph unicode="+" horiz-adv-x="1156" d="M630 740h443v-112h-443v-482h-121v482h-434v112h434v466h121v-466z" />
<glyph unicode="," horiz-adv-x="392" d="M271 18l-106 -276h-82l69 279v167h119v-170z" />
<glyph unicode="-" horiz-adv-x="586" d="M528 570h-479v101h479v-101z" />
<glyph unicode="." horiz-adv-x="489" d="M304 0h-137v164h137v-164z" />
<glyph unicode="/" horiz-adv-x="813" d="M139 -125h-109l608 1581h108z" />
<glyph unicode="0" horiz-adv-x="1194" d="M1059 565q0 -282 -122 -434t-339 -152q-216 0 -339.5 152.5t-123.5 433.5v325q0 281 122 434t339 153t340 -153t123 -434v-325zM939 910q0 224 -88 344.5t-255 120.5t-254 -120.5t-87 -344.5v-363q0 -222 88.5 -344.5t254.5 -122.5t253.5 122t87.5 345v363z" />
<glyph unicode="1" horiz-adv-x="1135" d="M678 -7h-120v1338l-370 -43v84l490 88v-1467z" />
<glyph unicode="2" horiz-adv-x="1135" d="M1041 0h-904v92l477 541q132 149 186.5 249.5t54.5 192.5q0 136 -76.5 218t-216.5 82q-166 0 -252 -92t-86 -246h-111l-2 6q-5 182 118 308t333 126q188 0 301 -108t113 -290q0 -120 -75.5 -243.5t-210.5 -275.5l-401 -454l2 -5h750v-101z" />
<glyph unicode="3" horiz-adv-x="1135" d="M403 793h139q159 0 241 79.5t82 204.5q0 136 -77 217t-229 81q-140 0 -229.5 -82.5t-89.5 -217.5h-112l-2 6q-5 170 119 283t314 113q195 0 310.5 -107t115.5 -297q0 -103 -64 -193.5t-180 -134.5q136 -39 203.5 -131.5t67.5 -218.5q0 -194 -125.5 -305t-322.5 -111 q-191 0 -328 108.5t-132 301.5l2 6h112q0 -139 96.5 -227t249.5 -88q155 0 242 80.5t87 230.5q0 153 -91 226.5t-260 73.5h-139v102z" />
<glyph unicode="4" horiz-adv-x="1135" d="M871 469h228v-101h-228v-368h-119v368h-683v68l671 1020h131v-987zM211 469h541v830l-6 2l-51 -109z" />
<glyph unicode="5" horiz-adv-x="1135" d="M189 659l81 797h707v-111h-605l-54 -519q55 50 121 77t179 30q186 3 300 -125t114 -344q0 -221 -110.5 -353t-332.5 -132q-180 0 -300 100.5t-115 297.5l2 6h107q0 -147 83.5 -225t222.5 -78q162 0 242.5 98t80.5 284q0 163 -80.5 261.5t-225.5 98.5q-140 0 -213.5 -44.5 t-106.5 -134.5z" />
<glyph unicode="6" horiz-adv-x="1135" d="M647 1477q75 0 148 -17t130 -49l-31 -98q-57 32 -113 47t-134 15q-162 0 -268.5 -126t-106.5 -331v-129q60 78 153 125t206 47q196 0 310 -135t114 -352q0 -215 -122.5 -355t-318.5 -140q-201 0 -331.5 150t-130.5 411v367q0 252 143 411t352 159zM607 863 q-121 0 -211.5 -63t-123.5 -162v-107q0 -209 96 -330t246 -121q146 0 233.5 114.5t87.5 279.5q0 175 -85 282t-243 107z" />
<glyph unicode="7" horiz-adv-x="1135" d="M1032 1354q-236 -280 -361 -568.5t-167 -663.5l-11 -122h-120l11 122q42 370 174 669.5t350 562.5h-831v102h955v-102z" />
<glyph unicode="8" horiz-adv-x="1135" d="M996 1081q0 -118 -69 -206.5t-184 -128.5q133 -41 213.5 -136.5t80.5 -223.5q0 -196 -131 -301.5t-337 -105.5q-210 0 -339.5 105t-129.5 302q0 129 79 224.5t212 136.5q-115 40 -182.5 128t-67.5 206q0 188 118.5 292t307.5 104q188 0 308.5 -104.5t120.5 -291.5z M917 385q0 138 -100 224.5t-250 86.5q-152 0 -250 -86.5t-98 -224.5q0 -143 97 -224t253 -81q152 0 250 81.5t98 223.5zM876 1082q0 126 -88.5 209.5t-220.5 83.5q-135 0 -221 -80t-86 -213q0 -129 86.5 -206.5t222.5 -77.5q133 0 220 77.5t87 206.5z" />
<glyph unicode="9" horiz-adv-x="1135" d="M511 80q166 0 264 111t98 318v146q-53 -92 -142.5 -142t-199.5 -50q-199 0 -320.5 138t-121.5 357q0 221 127.5 370t315.5 149q211 0 338 -137.5t127 -399.5v-429q0 -253 -134 -392.5t-352 -139.5q-78 0 -156.5 15t-149.5 46l22 100q68 -32 134.5 -46t149.5 -14zM531 564 q130 0 217.5 66.5t124.5 164.5v154q0 207 -90.5 316.5t-245.5 109.5q-141 0 -232.5 -122t-91.5 -295q0 -168 86 -281t232 -113z" />
<glyph unicode=":" horiz-adv-x="434" d="M291 0h-137v164h137v-164zM291 916h-137v164h137v-164z" />
<glyph unicode=";" horiz-adv-x="438" d="M295 918h-137v164h137v-164zM294 18l-106 -276h-82l69 279v167h119v-170z" />
<glyph unicode="&#x3c;" horiz-adv-x="1047" d="M290 578l-108 -28v-6l108 -28l614 -268v-126l-827 379v97l827 378v-126z" />
<glyph unicode="=" horiz-adv-x="1147" d="M983 833h-834v106h834v-106zM983 422h-834v106h834v-106z" />
<glyph unicode="&#x3e;" horiz-adv-x="1061" d="M124 853v123l845 -378v-97l-845 -379v124l632 274l108 27v6l-108 29z" />
<glyph unicode="?" horiz-adv-x="930" d="M377 404q1 131 22 182.5t114 136.5q108 112 157.5 187.5t49.5 191.5q0 128 -68 198t-194 70q-118 0 -190 -68.5t-73 -185.5h-112l-2 6q-3 165 104 260t273 95q179 0 280.5 -101t101.5 -273q0 -135 -66.5 -239.5t-188.5 -218.5q-62 -53 -75.5 -99t-13.5 -142h-119zM512 0 h-139v154h139v-154z" />
<glyph unicode="@" horiz-adv-x="1870" d="M1751 513q-10 -216 -117 -375t-313 -159q-78 0 -130.5 51t-69.5 142q-53 -96 -131 -144.5t-180 -48.5q-131 0 -199 120t-49 317q23 254 141 407.5t286 153.5q94 0 151 -26.5t126 -81.5l-2 -2h3l-50 -574q-10 -132 30 -180t95 -48q142 0 224.5 124.5t93.5 323.5 q18 389 -150 604.5t-530 215.5q-323 0 -533 -235.5t-227 -619.5q-19 -379 163.5 -612.5t519.5 -233.5q88 0 178 22t152 57l31 -75q-64 -41 -167 -65t-198 -24q-380 0 -588 249.5t-189 681.5q18 424 252.5 683t609.5 259q391 0 587.5 -241.5t179.5 -665.5zM672 416 q-16 -155 26 -247t138 -92q86 0 156.5 43t122.5 157v8.5t1 7.5l47 544q-32 23 -71 36t-87 13q-134 0 -222 -119t-111 -351z" />
<glyph unicode="A" horiz-adv-x="1279" d="M973 406h-667l-150 -406h-124l553 1456h113l549 -1456h-124zM346 513h588l-290 788h-6z" />
<glyph unicode="B" horiz-adv-x="1269" d="M191 0v1456h425q227 0 353.5 -95.5t126.5 -287.5q0 -112 -63.5 -195t-172.5 -115q133 -24 216 -125t83 -233q0 -195 -126.5 -300t-338.5 -105h-503zM310 702v-601h384q161 0 253 79.5t92 222.5q0 131 -83.5 215t-242.5 84h-403zM310 803h335q158 0 244.5 69.5t86.5 204.5 q0 138 -92 207.5t-268 69.5h-306v-551z" />
<glyph unicode="C" horiz-adv-x="1313" d="M1194 455l2 -6q-19 -219 -156 -344.5t-367 -125.5q-243 0 -392 175.5t-149 454.5v237q0 278 149 454.5t392 176.5q232 0 368 -123t155 -346l-2 -6h-112q-24 181 -124.5 277t-284.5 96q-191 0 -306.5 -148t-115.5 -379v-239q0 -234 115.5 -381.5t306.5 -147.5 q184 0 285 94t124 281h112z" />
<glyph unicode="D" horiz-adv-x="1344" d="M191 0v1456h423q267 0 441 -178t174 -457v-187q0 -280 -174 -457t-441 -177h-423zM310 1354v-1253h304q216 0 355.5 151t139.5 382v190q0 228 -140 379t-355 151h-304z" />
<glyph unicode="E" horiz-adv-x="1180" d="M1011 705h-701v-604h803v-101h-922v1456h917v-102h-798v-547h701v-102z" />
<glyph unicode="F" horiz-adv-x="1181" d="M1018 682h-708v-682h-119v1456h929v-102h-810v-569h708v-103z" />
<glyph unicode="G" horiz-adv-x="1401" d="M1230 173q-49 -71 -178.5 -132.5t-326.5 -61.5q-254 0 -416.5 173t-162.5 448v267q0 270 154.5 440t400.5 170q235 0 367.5 -117.5t153.5 -305.5l-2 -6h-111q-26 146 -123 236.5t-285 90.5q-196 0 -315.5 -142t-119.5 -364v-269q0 -228 127 -374t332 -146 q145 0 246.5 40.5t138.5 88.5v380h-387v102h507v-518z" />
<glyph unicode="H" horiz-adv-x="1448" d="M1257 0h-119v670h-828v-670h-119v1456h119v-684h828v684h119v-1456z" />
<glyph unicode="I" horiz-adv-x="554" d="M337 0h-120v1456h120v-1456z" />
<glyph unicode="J" horiz-adv-x="1127" d="M825 1456h120v-1043q0 -199 -118.5 -316.5t-306.5 -117.5q-205 0 -324 106t-114 310l2 6h112q0 -158 84 -239.5t240 -81.5q133 0 219 90.5t86 242.5v1043z" />
<glyph unicode="K" horiz-adv-x="1308" d="M510 685h-200v-685h-119v1456h119v-670h199l573 670h135l2 -5l-602 -711l645 -735l-2 -5h-142z" />
<glyph unicode="L" horiz-adv-x="1079" d="M311 101h720v-101h-840v1456h120v-1355z" />
<glyph unicode="M" horiz-adv-x="1775" d="M348 1456l535 -1282h6l537 1282h158v-1456h-119v643l10 637l-6 2l-541 -1282h-83l-540 1276l-6 -1l11 -632v-643h-119v1456h157z" />
<glyph unicode="N" horiz-adv-x="1454" d="M1263 0h-119l-827 1252l-6 -1v-1251h-120v1456h120l827 -1250l6 1v1249h119v-1456z" />
<glyph unicode="O" horiz-adv-x="1378" d="M1254 609q0 -282 -154.5 -456t-414.5 -174q-256 0 -408.5 174t-152.5 456v237q0 281 152 456t408 175q260 0 415 -175t155 -456v-237zM1135 848q0 236 -119.5 380t-331.5 144q-208 0 -324 -144t-116 -380v-239q0 -238 116.5 -382t324.5 -144q213 0 331.5 143.5 t118.5 382.5v239z" />
<glyph unicode="P" horiz-adv-x="1267" d="M310 605v-605h-119v1456h501q229 0 354.5 -116.5t125.5 -308.5q0 -194 -125.5 -310t-354.5 -116h-382zM310 707h382q180 0 270.5 91.5t90.5 230.5q0 140 -90 232.5t-271 92.5h-382v-647z" />
<glyph unicode="Q" horiz-adv-x="1379" d="M1254 609q0 -164 -54.5 -295.5t-155.5 -214.5l250 -236l-83 -75l-264 249q-59 -29 -124.5 -43.5t-137.5 -14.5q-256 0 -408.5 174t-152.5 456v237q0 281 152 456t408 175q260 0 415 -175t155 -456v-237zM1135 848q0 236 -119.5 380t-331.5 144q-208 0 -324 -144 t-116 -380v-239q0 -238 116.5 -382t324.5 -144q213 0 331.5 143.5t118.5 382.5v239z" />
<glyph unicode="R" horiz-adv-x="1348" d="M307 658v-658h-119v1455h493q234 0 359 -102.5t125 -299.5q0 -116 -67 -207.5t-189 -133.5q135 -34 194.5 -121.5t59.5 -219.5v-137q0 -68 16 -122t53 -88v-24h-122q-37 36 -52 101t-15 135v133q0 134 -86.5 211.5t-241.5 77.5h-408zM307 760h359q197 0 288 79.5 t91 214.5q0 144 -90.5 221.5t-273.5 77.5h-374v-593z" />
<glyph unicode="S" horiz-adv-x="1231" d="M1024 357q0 119 -89 194.5t-310 133.5q-239 60 -362 156t-123 259q0 167 137.5 272t353.5 105q225 0 363 -125t134 -305l-3 -6h-110q0 146 -103.5 240t-280.5 94q-175 0 -273.5 -78t-98.5 -194q0 -110 91 -183.5t314 -129.5q235 -60 357.5 -162t122.5 -269 q0 -174 -142.5 -277t-363.5 -103q-218 0 -380.5 109.5t-157.5 319.5l2 6h110q0 -170 127 -252t299 -82q173 0 279.5 76t106.5 201z" />
<glyph unicode="T" horiz-adv-x="1213" d="M1167 1354h-501v-1354h-120v1354h-501v102h1122v-102z" />
<glyph unicode="U" horiz-adv-x="1374" d="M1209 1456v-987q0 -238 -145.5 -364t-379.5 -126q-231 0 -374 126.5t-143 363.5v987h120v-987q0 -186 110 -287.5t287 -101.5q180 0 293 101t113 288v987h119z" />
<glyph unicode="V" horiz-adv-x="1263" d="M600 246l29 -97h6l29 97l437 1210h130l-543 -1456h-113l-543 1456h130z" />
<glyph unicode="W" horiz-adv-x="1834" d="M445 412l44 -223l6 -1l55 224l308 1044h113l308 -1044l53 -225l6 1l47 224l263 1044h122l-374 -1456h-113l-327 1117l-38 153h-6l-37 -153l-330 -1117h-114l-374 1456h123z" />
<glyph unicode="X" horiz-adv-x="1256" d="M628 834l411 622h145l-484 -718l500 -738h-143l-427 642l-426 -642h-145l500 738l-485 718h145z" />
<glyph unicode="Y" horiz-adv-x="1244" d="M620 647l451 809h139l-531 -924v-532h-119v539l-527 917h139z" />
<glyph unicode="Z" horiz-adv-x="1224" d="M238 101h893v-101h-1036v92l858 1262h-831v102h977v-87z" />
<glyph unicode="[" horiz-adv-x="491" d="M493 1562h-210v-1772h210v-102h-330v1976h330v-102z" />
<glyph unicode="\" horiz-adv-x="807" d="M48 1456h117l608 -1581h-117z" />
<glyph unicode="]" horiz-adv-x="491" d="M0 1664h331v-1976h-331v102h211v1772h-211v102z" />
<glyph unicode="^" horiz-adv-x="852" d="M193 729h-116l299 727h90l298 -727h-116l-196 484l-30 106h-6l-30 -106z" />
<glyph unicode="_" horiz-adv-x="884" d="M882 -101h-881v101h881v-101z" />
<glyph unicode="`" horiz-adv-x="585" d="M451 1210h-117l-241 261l2 5h154z" />
<glyph unicode="a" horiz-adv-x="1101" d="M843 0q-12 55 -17 95t-5 81q-60 -85 -160 -141t-225 -56q-158 0 -245.5 84t-87.5 225q0 150 129.5 240t349.5 90h239v134q0 116 -74.5 182t-208.5 66q-125 0 -207.5 -63t-82.5 -154l-110 1l-2 6q-6 121 110.5 216.5t296.5 95.5q179 0 288 -91t109 -261v-532 q0 -57 6.5 -111t21.5 -107h-125zM450 85q129 0 228 60.5t143 154.5v226h-241q-163 0 -260.5 -69.5t-97.5 -172.5q0 -88 60.5 -143.5t167.5 -55.5z" />
<glyph unicode="b" d="M1030 511q0 -243 -110 -387.5t-303 -144.5q-119 0 -205 47.5t-139 136.5l-13 -163h-103v1560h120v-648q54 91 138 140.5t200 49.5q195 0 305 -155.5t110 -414.5v-21zM909 532q0 207 -80 336.5t-237 129.5q-125 0 -201.5 -62t-113.5 -159v-489q40 -94 119.5 -149.5 t197.5 -55.5q157 0 236 116t79 312v21z" />
<glyph unicode="c" horiz-adv-x="1061" d="M559 80q119 0 210 68t91 189h106l2 -6q5 -150 -120 -251t-289 -101q-221 0 -341.5 151.5t-120.5 389.5v42q0 236 121 388t340 152q178 0 296.5 -105t114.5 -276l-2 -6h-107q0 130 -87.5 207.5t-214.5 77.5q-174 0 -257.5 -124.5t-83.5 -313.5v-42q0 -192 83 -316 t259 -124z" />
<glyph unicode="d" d="M111 532q0 259 109.5 414.5t305.5 155.5q113 0 196 -48t138 -136v642h119v-1560h-106l-10 157q-54 -86 -139 -132t-200 -46q-194 0 -303.5 144.5t-109.5 387.5v21zM231 511q0 -196 78.5 -312t236.5 -116q116 0 193.5 52t120.5 144v508q-41 94 -116 152.5t-196 58.5 q-158 0 -237.5 -129.5t-79.5 -336.5v-21z" />
<glyph unicode="e" horiz-adv-x="1055" d="M564 -21q-203 0 -337.5 150t-134.5 380v55q0 232 133.5 385t323.5 153q199 0 313 -126t114 -336v-102h-764v-29q0 -183 97 -306t255 -123q112 0 191 31t135 89l51 -82q-61 -64 -154.5 -101.5t-222.5 -37.5zM549 1000q-133 0 -223 -101.5t-105 -254.5l2 -5h634v30 q0 141 -83 236t-225 95z" />
<glyph unicode="f" horiz-adv-x="673" d="M245 0v984h-179v98h179v158q0 163 81.5 252t228.5 89q33 0 67 -5t69 -14l-15 -99q-24 6 -49.5 9.5t-59.5 3.5q-98 0 -150 -62t-52 -174v-158h258v-98h-258v-984h-120z" />
<glyph unicode="g" horiz-adv-x="1141" d="M111 532q0 259 110.5 414.5t307.5 155.5q115 0 199 -50.5t139 -142.5l14 173h101v-1068q0 -209 -115.5 -330t-321.5 -121q-78 0 -166 19t-154 52l31 101q64 -32 135 -48.5t152 -16.5q158 0 238.5 91t80.5 253v136q-55 -82 -139 -126.5t-196 -44.5q-195 0 -305.5 145 t-110.5 387v21zM231 511q0 -195 80 -311.5t238 -116.5q116 0 193.5 53t119.5 146v502q-39 94 -114.5 154t-196.5 60q-158 0 -239 -130t-81 -336v-21z" />
<glyph unicode="h" d="M278 897q54 97 144 151t210 54q171 0 262.5 -106t91.5 -329v-667h-120v669q0 176 -69.5 252.5t-191.5 76.5q-123 0 -205.5 -64.5t-121.5 -171.5v-762h-120v1560h120v-663z" />
<glyph unicode="i" horiz-adv-x="465" d="M292 0h-119v1082h119v-1082zM292 1392h-119v168h119v-168z" />
<glyph unicode="j" horiz-adv-x="484" d="M299 1082v-1171q0 -167 -80 -257.5t-222 -90.5q-30 0 -56.5 5t-55.5 14l13 101q16 -5 44 -10t49 -5q89 0 139 61.5t50 181.5v1171h119zM293 1396h-119v164h119v-164z" />
<glyph unicode="k" horiz-adv-x="1006" d="M417 527h-138v-527h-120v1560h120v-930h126l402 452h140l2 -5l-433 -488l478 -584l-3 -5h-137z" />
<glyph unicode="l" horiz-adv-x="465" d="M292 0h-119v1560h119v-1560z" />
<glyph unicode="m" horiz-adv-x="1815" d="M259 1082l11 -179q52 95 138.5 147t206.5 52q124 0 207.5 -60t119.5 -183q49 114 139.5 178.5t220.5 64.5q173 0 267 -115t94 -356v-631h-120v633q0 200 -70.5 282.5t-196.5 82.5q-139 0 -215 -87t-94 -223q0 -7 0.5 -20t0.5 -19v-649h-121v633q0 196 -71.5 280.5 t-196.5 84.5q-127 0 -201.5 -64.5t-104.5 -173.5v-760h-121v1082h107z" />
<glyph unicode="n" d="M264 1082l11 -189q52 100 140.5 154.5t209.5 54.5q176 0 268 -107.5t92 -335.5v-659h-120v658q0 186 -69.5 263t-197.5 77q-126 0 -205.5 -66.5t-114.5 -176.5v-755h-120v1082h106z" />
<glyph unicode="o" d="M91 557q0 239 131 392t347 153q217 0 348 -153t131 -392v-33q0 -240 -130.5 -392.5t-346.5 -152.5q-218 0 -349 152.5t-131 392.5v33zM211 524q0 -188 95 -316t265 -128q167 0 262.5 128t95.5 316v33q0 185 -96 314t-264 129t-263 -129t-95 -314v-33z" />
<glyph unicode="p" d="M1029 511q0 -243 -110 -387.5t-303 -144.5q-114 0 -199.5 43t-139.5 123v-561h-120v1498h101l15 -168q54 90 139.5 139t201.5 49q195 0 305 -155.5t110 -414.5v-21zM909 532q0 206 -82 336t-240 130q-121 0 -196.5 -57.5t-113.5 -149.5v-520q41 -89 118.5 -140t193.5 -51 q157 0 238.5 118t81.5 313v21z" />
<glyph unicode="q" d="M111 532q0 259 109.5 414.5t305.5 155.5q111 0 194.5 -46.5t137.5 -132.5l12 159h104v-1498h-119v558q-55 -79 -138 -121t-193 -42q-194 0 -303.5 144.5t-109.5 387.5v21zM231 511q0 -196 78.5 -313.5t236.5 -117.5q112 0 188.5 50.5t120.5 137.5v530 q-41 89 -116.5 145.5t-190.5 56.5q-158 0 -237.5 -130.5t-79.5 -337.5v-21z" />
<glyph unicode="r" horiz-adv-x="697" d="M656 979l-89 6q-113 0 -185.5 -63.5t-103.5 -174.5v-747h-120v1082h105l15 -180v-12q47 100 126 156t188 56q23 0 44.5 -3.5t35.5 -7.5z" />
<glyph unicode="s" horiz-adv-x="1043" d="M806 275q0 76 -62.5 133t-225.5 93q-194 42 -286.5 111t-92.5 195q0 124 104.5 209.5t276.5 85.5q183 0 290 -90.5t102 -226.5l-2 -6h-111q0 89 -75.5 155t-203.5 66q-131 0 -196.5 -56.5t-65.5 -132.5q0 -75 56.5 -124t225.5 -86q193 -43 289 -117.5t96 -202.5 q0 -135 -109.5 -218.5t-289.5 -83.5q-197 0 -309.5 94t-106.5 224l2 6h110q7 -117 95.5 -170t208.5 -53q130 0 205 57t75 138z" />
<glyph unicode="t" horiz-adv-x="680" d="M346 1359v-277h238v-98h-238v-705q0 -106 38.5 -150.5t102.5 -44.5q29 0 56.5 2.5t63.5 8.5l18 -89q-30 -13 -73 -20t-86 -7q-114 0 -177.5 72t-63.5 228v705h-187v98h187v277h121z" />
<glyph unicode="u" d="M867 177q-52 -95 -140 -146.5t-208 -51.5q-171 0 -268 116t-97 360v627h120v-629q0 -198 67.5 -284t191.5 -86q136 0 217 61t113 168v770h120v-1082h-106z" />
<glyph unicode="v" horiz-adv-x="1002" d="M466 271l35 -127h6l38 127l294 811h124l-411 -1082h-96l-412 1082h124z" />
<glyph unicode="w" horiz-adv-x="1550" d="M391 351l41 -193h6l51 193l230 731h103l230 -731l52 -198h6l45 198l197 731h124l-315 -1082h-102l-240 740l-47 187h-6l-48 -187l-236 -740h-103l-314 1082h124z" />
<glyph unicode="x" horiz-adv-x="1002" d="M498 640l293 442h142l-367 -531l382 -551h-140l-308 461l-308 -461h-142l383 551l-367 531h141z" />
<glyph unicode="y" horiz-adv-x="1002" d="M465 293l38 -129h6l327 918h134l-470 -1255q-42 -110 -109 -187t-196 -77q-21 0 -51 4.5t-44 9.5l14 100q12 -2 38.5 -4.5t38.5 -2.5q78 0 125 55.5t80 142.5l57 146l-418 1068h133z" />
<glyph unicode="z" horiz-adv-x="1002" d="M238 101h703v-101h-851v88l652 891h-632v103h783v-89z" />
<glyph unicode="{" horiz-adv-x="676" d="M637 -404q-183 55 -260.5 173.5t-77.5 288.5v226q0 122 -56.5 190.5t-174.5 68.5v104q118 0 174.5 67t56.5 190v228q0 171 77.5 290.5t260.5 174.5l26 -79q-127 -41 -185.5 -142t-58.5 -244v-228q0 -110 -45.5 -191t-138.5 -118q93 -39 138.5 -120.5t45.5 -190.5v-226 q0 -143 59.5 -241.5t187.5 -140.5z" />
<glyph unicode="|" horiz-adv-x="452" d="M279 -270h-101v1726h101v-1726z" />
<glyph unicode="}" horiz-adv-x="676" d="M9 -324q127 42 187 140.5t60 241.5v226q0 112 47 193t146 117q-99 35 -146 116t-47 194v228q0 144 -58.5 244.5t-185.5 141.5l26 79q182 -55 260 -174.5t78 -290.5v-228q0 -122 56 -189.5t175 -67.5v-104q-119 0 -175 -68.5t-56 -190.5v-226q0 -170 -77.5 -288.5 t-260.5 -173.5z" />
<glyph unicode="~" horiz-adv-x="1402" d="M1257 740q0 -129 -81 -223t-202 -94q-88 0 -160.5 35.5t-160.5 114.5q-64 54 -118.5 80.5t-110.5 26.5q-79 0 -131.5 -60.5t-52.5 -160.5l-97 15q0 131 79 222t202 91q87 0 160.5 -37t162.5 -113q63 -57 116.5 -82.5t110.5 -25.5q77 0 131 64t54 162z" />
<glyph unicode="&#xa1;" horiz-adv-x="452" d="M276 -374h-120v978h120v-978zM287 898h-142v184h142v-184z" />
<glyph unicode="&#xa2;" horiz-adv-x="1115" d="M584 80q119 0 210 68t91 189h107l2 -6q4 -137 -102 -234t-255 -115v-227h-120v228q-190 23 -292.5 170.5t-102.5 366.5v42q0 217 103 364.5t292 171.5v220h120v-219q158 -17 259.5 -119t98.5 -259l-3 -6h-107q0 130 -87.5 207.5t-214.5 77.5q-174 0 -257.5 -124.5 t-83.5 -313.5v-42q0 -192 83 -316t259 -124z" />
<glyph unicode="&#xa3;" horiz-adv-x="1170" d="M393 642l7 -176q0 -107 -25.5 -204t-71.5 -161h769v-101h-941v101h10q70 15 105 130t35 235l-7 176h-207v102h203l-11 296q0 204 106 320.5t284 116.5q187 0 281 -103.5t91 -277.5l-3 -6h-112q0 148 -68.5 216.5t-188.5 68.5q-125 0 -197.5 -88t-72.5 -247l11 -296h450 v-102h-447z" />
<glyph unicode="&#xa4;" horiz-adv-x="1481" d="M1131 133q-80 -74 -180.5 -113.5t-210.5 -39.5q-111 0 -211.5 39.5t-179.5 112.5l-155 -158l-85 86l159 161q-60 81 -92 179t-32 208q0 112 34.5 214t98.5 184l-168 171l85 87l167 -170q78 67 175 103.5t204 36.5q106 0 203 -37.5t176 -104.5l170 173l86 -88l-171 -175 q62 -82 96 -182.5t34 -211.5q0 -108 -32 -206t-90 -178l163 -164l-86 -87zM257 608q0 -215 141.5 -366t341.5 -151q198 0 339.5 151t141.5 366q0 213 -141.5 363.5t-339.5 150.5q-200 0 -341.5 -150.5t-141.5 -363.5z" />
<glyph unicode="&#xa5;" horiz-adv-x="1223" d="M607 733l424 723h139l-455 -751h371v-102h-421v-175h421v-102h-421v-326h-119v326h-416v102h416v175h-416v102h370l-455 751h139z" />
<glyph unicode="&#xa6;" horiz-adv-x="444" d="M159 -270v771h120v-771h-120zM279 698h-120v758h120v-758z" />
<glyph unicode="&#xa7;" horiz-adv-x="1239" d="M1119 431q0 -98 -61 -168.5t-171 -103.5q94 -50 141 -120.5t47 -177.5q0 -166 -127.5 -261t-341.5 -95q-213 0 -358 102.5t-140 322.5l2 6l112 2q0 -173 113 -252t271 -79q163 0 255.5 70.5t92.5 181.5q0 106 -77 166t-292 121q-243 61 -360 149.5t-117 255.5 q0 98 58.5 169t164.5 105q-90 49 -134 119.5t-44 175.5q0 161 128 259t343 98q222 0 346.5 -111.5t120.5 -313.5l-2 -6h-112q0 141 -94 235t-259 94q-173 0 -262 -71t-89 -181q0 -114 74 -173t299 -122q247 -65 360 -148.5t113 -248.5zM596 729q-40 9 -75.5 19.5t-66.5 22.5 q-112 -14 -169 -73t-57 -145q0 -116 79 -175t323 -127q34 -10 65 -19t60 -18q115 13 179.5 71.5t64.5 142.5q0 108 -85 170.5t-318 130.5z" />
<glyph unicode="&#xa8;" horiz-adv-x="959" d="M805 1299h-173v157h173v-157zM336 1299h-174v157h174v-157z" />
<glyph unicode="&#xa9;" horiz-adv-x="1637" d="M1113 596l2 -6q4 -150 -78.5 -229t-229.5 -79q-151 0 -242 106.5t-91 280.5v119q0 172 91 279.5t242 107.5q147 0 230 -79t79 -228l-2 -6h-91q0 113 -55 168t-161 55q-110 0 -172 -83.5t-62 -212.5v-120q0 -132 61.5 -214.5t172.5 -82.5q107 0 161 54t54 170h91zM192 729 q0 -279 182.5 -471.5t442.5 -192.5q257 0 440.5 192.5t183.5 471.5q0 277 -183 468.5t-441 191.5q-260 0 -442.5 -191.5t-182.5 -468.5zM107 729q0 315 207 531t503 216q295 0 502 -216t207 -531q0 -316 -207.5 -533t-501.5 -217q-296 0 -503 217t-207 533z" />
<glyph unicode="&#xaa;" horiz-adv-x="906" d="M649 706q-9 25 -14.5 52.5t-7.5 55.5q-37 -53 -98.5 -87.5t-144.5 -34.5q-119 0 -184 61t-65 167q0 105 79 163t229 58h182v61q0 85 -41 131.5t-120 46.5q-92 0 -142.5 -37.5t-50.5 -108.5l-99 9l-2 6q-5 98 77 163t217 65q123 0 196.5 -71.5t73.5 -204.5v-314 q0 -48 6 -92.5t20 -88.5h-111zM404 787q70 0 135.5 38t85.5 85v147h-181q-96 0 -148.5 -38.5t-52.5 -94.5q0 -66 39.5 -101.5t121.5 -35.5z" />
<glyph unicode="&#xab;" horiz-adv-x="933" d="M247 550l276 -388h-105l-295 379v19l295 379h105zM556 550l276 -388h-105l-295 379v19l295 379h105z" />
<glyph unicode="&#xac;" horiz-adv-x="1117" d="M936 386h-120v284h-692v106h812v-390z" />
<glyph unicode="&#xad;" horiz-adv-x="586" d="M528 570h-479v101h479v-101z" />
<glyph unicode="&#xae;" horiz-adv-x="1642" d="M102 729q0 315 207 531t503 216q295 0 502.5 -216t207.5 -531q0 -316 -207.5 -533t-502.5 -217q-296 0 -503 217t-207 533zM187 729q0 -279 183 -471.5t442 -192.5q258 0 441 192.5t183 471.5q0 277 -183 468.5t-441 191.5q-259 0 -442 -191.5t-183 -468.5zM650 672v-356 h-98v850h258q147 0 226 -63t79 -185q0 -68 -36.5 -117.5t-104.5 -79.5q68 -25 98 -78t30 -128v-56q0 -40 4 -73t13 -54v-16h-102q-10 21 -12 61.5t-2 82.5v54q0 84 -38 121t-127 37h-188zM650 763h181q79 0 132.5 40.5t53.5 112.5q0 85 -46 122t-161 37h-160v-312z" />
<glyph unicode="&#xaf;" horiz-adv-x="874" d="M776 1359h-670v97h670v-97z" />
<glyph unicode="&#xb0;" horiz-adv-x="774" d="M143 1227q0 102 72 176t173 74q99 0 170.5 -74t71.5 -176q0 -104 -71 -175.5t-171 -71.5q-101 0 -173 72t-72 175zM233 1227q0 -68 44.5 -112t110.5 -44q65 0 108.5 44t43.5 112t-43.5 113.5t-108.5 45.5q-66 0 -110.5 -46t-44.5 -113z" />
<glyph unicode="&#xb1;" horiz-adv-x="1086" d="M609 829h392v-101h-392v-439h-110v439h-414v101h414v438h110v-438zM1028 48h-835v102h835v-102z" />
<glyph unicode="&#xb2;" horiz-adv-x="835" d="M687 667h-569v90l315 282q77 71 104 115.5t27 91.5q0 64 -39 103t-118 39q-87 0 -134 -42t-47 -108h-100l-2 6q-6 97 72.5 166t210.5 69q124 0 195 -60.5t71 -173.5q0 -75 -47 -136t-150 -158l-214 -188l2 -6h423v-90z" />
<glyph unicode="&#xb3;" horiz-adv-x="852" d="M695 1253q0 -58 -35.5 -105t-98.5 -72q72 -22 110 -70.5t38 -119.5q0 -109 -83.5 -170t-216.5 -61q-121 0 -207.5 58.5t-81.5 168.5l2 6h101q0 -63 51 -103t135 -40q90 0 140.5 38t50.5 103q0 75 -46.5 109.5t-139.5 34.5h-122v89h122q88 0 130.5 35t42.5 99 q0 59 -45 96.5t-133 37.5q-75 0 -124.5 -35.5t-49.5 -93.5h-99l-2 6q-6 94 74.5 154t200.5 60q132 0 209 -58.5t77 -166.5z" />
<glyph unicode="&#xb4;" horiz-adv-x="576" d="M323 1478h147l3 -6l-249 -260h-108z" />
<glyph unicode="&#xb5;" d="M281 1082v-633q0 -207 71 -288t192 -81q137 0 212 59.5t103 170.5v772h120v-1082h-103l-11 155q-48 -85 -126 -130.5t-187 -45.5q-88 0 -157 30t-114 96v-521h-119v1498h119z" />
<glyph unicode="&#xb6;" horiz-adv-x="973" d="M680 0v520h-106q-233 0 -362.5 129.5t-129.5 338.5q0 207 129.5 337.5t362.5 130.5h226v-1456h-120z" />
<glyph unicode="&#xb7;" horiz-adv-x="503" d="M321 624h-155v180h155v-180z" />
<glyph unicode="&#xb8;" horiz-adv-x="498" d="M246 0l-12 -64q79 -9 127.5 -48.5t48.5 -122.5q0 -91 -79 -145.5t-226 -54.5l-7 78q90 0 151.5 30.5t61.5 89.5q0 57 -41.5 79.5t-145.5 30.5l29 127h93z" />
<glyph unicode="&#xb9;" horiz-adv-x="511" d="M344 665h-109v703l-148 -7v93l257 23v-812z" />
<glyph unicode="&#xba;" horiz-adv-x="922" d="M135 1142q0 148 87.5 241.5t235.5 93.5t236 -93.5t88 -241.5v-116q0 -149 -87.5 -241.5t-234.5 -92.5q-149 0 -237 92.5t-88 241.5v116zM243 1026q0 -107 54.5 -173t162.5 -66q103 0 158.5 66.5t55.5 172.5v116q0 104 -56 171t-160 67t-159.5 -67t-55.5 -171v-116z" />
<glyph unicode="&#xbb;" horiz-adv-x="928" d="M130 939h105l295 -379v-19l-295 -379h-105l276 388zM445 939h105l295 -379v-19l-295 -379h-105l276 388z" />
<glyph unicode="&#xbc;" horiz-adv-x="1561" d="M417 664h-109v703l-148 -7v93l257 23v-812zM400 129l-74 48l711 1138l74 -48zM1313 260h153v-90h-153v-170h-108v170h-430l-4 67l429 564h113v-541zM900 260h305v402l-6 1l-25 -43z" />
<glyph unicode="&#xbd;" horiz-adv-x="1567" d="M412 129l-74 48l711 1138l74 -48zM417 664h-109v703l-148 -7v93l257 23v-812zM1481 0h-569v90l315 282q77 71 104 115.5t27 91.5q0 64 -39 103t-118 39q-87 0 -134 -42t-47 -108h-100l-2 6q-6 97 72.5 166t210.5 69q124 0 195 -60.5t71 -173.5q0 -75 -47 -136t-150 -158 l-214 -188l2 -6h423v-90z" />
<glyph unicode="&#xbe;" horiz-adv-x="1712" d="M607 129l-74 48l711 1138l74 -48zM1522 260h153v-90h-153v-170h-108v170h-430l-4 67l429 564h113v-541zM1109 260h305v402l-6 1l-25 -43zM720 1254q0 -58 -35.5 -105t-98.5 -72q72 -22 110 -70.5t38 -119.5q0 -109 -83.5 -170t-216.5 -61q-121 0 -207.5 58.5t-81.5 168.5 l2 6h101q0 -63 51 -103t135 -40q90 0 140.5 38t50.5 103q0 75 -46.5 109.5t-139.5 34.5h-122v89h122q88 0 130.5 35t42.5 99q0 59 -45 96.5t-133 37.5q-75 0 -124.5 -35.5t-49.5 -93.5h-99l-2 6q-6 94 74.5 154t200.5 60q132 0 209 -58.5t77 -166.5z" />
<glyph unicode="&#xbf;" horiz-adv-x="958" d="M572 678q-2 -131 -23.5 -183t-113.5 -136q-109 -113 -158 -188.5t-49 -189.5q0 -128 67.5 -198t194.5 -70q117 0 189 68.5t74 185.5h112l2 -6q2 -165 -105 -260t-272 -95q-180 0 -281 101t-101 273q0 133 66 237.5t189 219.5q61 52 75 98.5t14 142.5h120zM436 1083h139 v-155h-139v155z" />
<glyph unicode="&#xc0;" horiz-adv-x="1279" d="M973 406h-667l-150 -406h-124l553 1456h113l549 -1456h-124zM346 513h588l-290 788h-6zM728 1561h-117l-241 261l2 5h154z" />
<glyph unicode="&#xc1;" horiz-adv-x="1279" d="M973 406h-667l-150 -406h-124l553 1456h113l549 -1456h-124zM346 513h588l-290 788h-6zM790 1823h147l3 -6l-249 -260h-108z" />
<glyph unicode="&#xc2;" horiz-adv-x="1279" d="M973 406h-667l-150 -406h-124l553 1456h113l549 -1456h-124zM346 513h588l-290 788h-6zM937 1619v-18h-112l-167 168l-166 -168h-110v21l227 221h98z" />
<glyph unicode="&#xc3;" horiz-adv-x="1279" d="M973 406h-667l-150 -406h-124l553 1456h113l549 -1456h-124zM346 513h588l-290 788h-6zM978 1822q0 -88 -55 -146t-137 -58q-74 0 -151 55t-131 55q-47 0 -79 -35t-32 -89l-80 18q0 86 54 144.5t137 58.5q65 0 147 -55t135 -55q46 0 79 36t33 91z" />
<glyph unicode="&#xc4;" horiz-adv-x="1279" d="M973 406h-667l-150 -406h-124l553 1456h113l549 -1456h-124zM346 513h588l-290 788h-6zM984 1641h-173v157h173v-157zM515 1641h-174v157h174v-157z" />
<glyph unicode="&#xc5;" horiz-adv-x="1279" d="M973 406h-667l-150 -406h-124l553 1456h113l549 -1456h-124zM346 513h588l-290 788h-6zM487 1730q0 69 49.5 117.5t119.5 48.5q68 0 117 -48.5t49 -117.5q0 -71 -48.5 -117t-117.5 -46q-71 0 -120 46t-49 117zM565 1730q0 -39 26.5 -65t64.5 -26q37 0 62.5 25.5 t25.5 65.5t-25.5 66.5t-62.5 26.5q-38 0 -64.5 -27t-26.5 -66z" />
<glyph unicode="&#xc6;" horiz-adv-x="1865" d="M1823 0h-817l-17 389h-597l-229 -389h-146l881 1456h864v-102h-694l23 -545h589v-102h-585l26 -606h702v-101zM459 502h526l-35 839l-6 1l-15 -44z" />
<glyph unicode="&#xc7;" horiz-adv-x="1313" d="M1194 455l2 -6q-19 -219 -156 -344.5t-367 -125.5q-243 0 -392 175.5t-149 454.5v237q0 278 149 454.5t392 176.5q232 0 368 -123t155 -346l-2 -6h-112q-24 181 -124.5 277t-284.5 96q-191 0 -306.5 -148t-115.5 -379v-239q0 -234 115.5 -381.5t306.5 -147.5 q184 0 285 94t124 281h112zM728 -8l-12 -64q79 -9 127.5 -48.5t48.5 -122.5q0 -91 -79 -145.5t-226 -54.5l-7 78q90 0 151.5 30.5t61.5 89.5q0 57 -41.5 79.5t-145.5 30.5l29 127h93z" />
<glyph unicode="&#xc8;" horiz-adv-x="1180" d="M1011 705h-701v-604h803v-101h-922v1456h917v-102h-798v-547h701v-102zM693 1561h-117l-241 261l2 5h154z" />
<glyph unicode="&#xc9;" horiz-adv-x="1180" d="M1011 705h-701v-604h803v-101h-922v1456h917v-102h-798v-547h701v-102zM755 1823h147l3 -6l-249 -260h-108z" />
<glyph unicode="&#xca;" horiz-adv-x="1180" d="M1011 705h-701v-604h803v-101h-922v1456h917v-102h-798v-547h701v-102zM902 1619v-18h-112l-167 168l-166 -168h-110v21l227 221h98z" />
<glyph unicode="&#xcb;" horiz-adv-x="1180" d="M1011 705h-701v-604h803v-101h-922v1456h917v-102h-798v-547h701v-102zM949 1641h-173v157h173v-157zM480 1641h-174v157h174v-157z" />
<glyph unicode="&#xcc;" horiz-adv-x="554" d="M337 0h-120v1456h120v-1456zM349 1561h-117l-241 261l2 5h154z" />
<glyph unicode="&#xcd;" horiz-adv-x="554" d="M337 0h-120v1456h120v-1456zM409 1823h147l3 -6l-249 -260h-108z" />
<glyph unicode="&#xce;" horiz-adv-x="554" d="M337 0h-120v1456h120v-1456zM558 1619v-18h-112l-167 168l-166 -168h-110v21l227 221h98z" />
<glyph unicode="&#xcf;" horiz-adv-x="554" d="M337 0h-120v1456h120v-1456zM605 1641h-173v157h173v-157zM136 1641h-174v157h174v-157z" />
<glyph unicode="&#xd0;" horiz-adv-x="1374" d="M221 0v689h-153v102h153v665h423q267 0 441 -178t174 -457v-187q0 -280 -174 -457t-441 -177h-423zM680 689h-340v-588h304q216 0 355.5 151t139.5 382v190q0 228 -140 379t-355 151h-304v-563h340v-102z" />
<glyph unicode="&#xd1;" horiz-adv-x="1454" d="M1263 0h-119l-827 1252l-6 -1v-1251h-120v1456h120l827 -1250l6 1v1249h119v-1456zM1047 1822q0 -88 -55 -146t-137 -58q-74 0 -151 55t-131 55q-47 0 -79 -35t-32 -89l-80 18q0 86 54 144.5t137 58.5q65 0 147 -55t135 -55q46 0 79 36t33 91z" />
<glyph unicode="&#xd2;" horiz-adv-x="1378" d="M1254 609q0 -282 -154.5 -456t-414.5 -174q-256 0 -408.5 174t-152.5 456v237q0 281 152 456t408 175q260 0 415 -175t155 -456v-237zM1135 848q0 236 -119.5 380t-331.5 144q-208 0 -324 -144t-116 -380v-239q0 -238 116.5 -382t324.5 -144q213 0 331.5 143.5 t118.5 382.5v239zM756 1582h-117l-241 261l2 5h154z" />
<glyph unicode="&#xd3;" horiz-adv-x="1378" d="M1254 609q0 -282 -154.5 -456t-414.5 -174q-256 0 -408.5 174t-152.5 456v237q0 281 152 456t408 175q260 0 415 -175t155 -456v-237zM1135 848q0 236 -119.5 380t-331.5 144q-208 0 -324 -144t-116 -380v-239q0 -238 116.5 -382t324.5 -144q213 0 331.5 143.5 t118.5 382.5v239zM818 1844h147l3 -6l-249 -260h-108z" />
<glyph unicode="&#xd4;" horiz-adv-x="1378" d="M1254 609q0 -282 -154.5 -456t-414.5 -174q-256 0 -408.5 174t-152.5 456v237q0 281 152 456t408 175q260 0 415 -175t155 -456v-237zM1135 848q0 236 -119.5 380t-331.5 144q-208 0 -324 -144t-116 -380v-239q0 -238 116.5 -382t324.5 -144q213 0 331.5 143.5 t118.5 382.5v239zM965 1640v-18h-112l-167 168l-166 -168h-110v21l227 221h98z" />
<glyph unicode="&#xd5;" horiz-adv-x="1378" d="M1254 609q0 -282 -154.5 -456t-414.5 -174q-256 0 -408.5 174t-152.5 456v237q0 281 152 456t408 175q260 0 415 -175t155 -456v-237zM1135 848q0 236 -119.5 380t-331.5 144q-208 0 -324 -144t-116 -380v-239q0 -238 116.5 -382t324.5 -144q213 0 331.5 143.5 t118.5 382.5v239zM1006 1843q0 -88 -55 -146t-137 -58q-74 0 -151 55t-131 55q-47 0 -79 -35t-32 -89l-80 18q0 86 54 144.5t137 58.5q65 0 147 -55t135 -55q46 0 79 36t33 91z" />
<glyph unicode="&#xd6;" horiz-adv-x="1378" d="M1254 609q0 -282 -154.5 -456t-414.5 -174q-256 0 -408.5 174t-152.5 456v237q0 281 152 456t408 175q260 0 415 -175t155 -456v-237zM1135 848q0 236 -119.5 380t-331.5 144q-208 0 -324 -144t-116 -380v-239q0 -238 116.5 -382t324.5 -144q213 0 331.5 143.5 t118.5 382.5v239zM1012 1662h-173v157h173v-157zM543 1662h-174v157h174v-157z" />
<glyph unicode="&#xd7;" horiz-adv-x="1072" d="M93 318l358 365l-343 350l79 80l342 -350l343 350l79 -80l-343 -350l358 -365l-79 -79l-358 364l-357 -364z" />
<glyph unicode="&#xd8;" horiz-adv-x="1379" d="M1254 609q0 -282 -154.5 -456t-414.5 -174q-92 0 -171.5 23.5t-144.5 68.5l-96 -155h-104l131 212q-86 84 -131 207.5t-45 273.5v237q0 281 152 456t408 175q109 0 201.5 -33t165.5 -95l96 156h104l-136 -222q67 -84 103 -195.5t36 -241.5v-237zM244 609 q0 -118 29.5 -214.5t85.5 -160.5l6 -1l627 1021q-58 57 -135.5 87.5t-172.5 30.5q-208 0 -324 -144t-116 -380v-239zM1135 848q0 97 -21.5 180.5t-60.5 144.5h-6l-621 -1009q51 -40 116.5 -60.5t142.5 -20.5q213 0 331.5 143.5t118.5 382.5v239z" />
<glyph unicode="&#xd9;" horiz-adv-x="1374" d="M1209 1456v-987q0 -238 -145.5 -364t-379.5 -126q-231 0 -374 126.5t-143 363.5v987h120v-987q0 -186 110 -287.5t287 -101.5q180 0 293 101t113 288v987h119zM767 1561h-117l-241 261l2 5h154z" />
<glyph unicode="&#xda;" horiz-adv-x="1374" d="M1209 1456v-987q0 -238 -145.5 -364t-379.5 -126q-231 0 -374 126.5t-143 363.5v987h120v-987q0 -186 110 -287.5t287 -101.5q180 0 293 101t113 288v987h119zM829 1823h147l3 -6l-249 -260h-108z" />
<glyph unicode="&#xdb;" horiz-adv-x="1374" d="M1209 1456v-987q0 -238 -145.5 -364t-379.5 -126q-231 0 -374 126.5t-143 363.5v987h120v-987q0 -186 110 -287.5t287 -101.5q180 0 293 101t113 288v987h119zM976 1619v-18h-112l-167 168l-166 -168h-110v21l227 221h98z" />
<glyph unicode="&#xdc;" horiz-adv-x="1374" d="M1209 1456v-987q0 -238 -145.5 -364t-379.5 -126q-231 0 -374 126.5t-143 363.5v987h120v-987q0 -186 110 -287.5t287 -101.5q180 0 293 101t113 288v987h119zM1023 1641h-173v157h173v-157zM554 1641h-174v157h174v-157z" />
<glyph unicode="&#xdd;" horiz-adv-x="1244" d="M620 647l451 809h139l-531 -924v-532h-119v539l-527 917h139zM752 1816h147l3 -6l-249 -260h-108z" />
<glyph unicode="&#xde;" horiz-adv-x="1214" d="M303 1456v-304h324q221 0 345 -115.5t124 -298.5q0 -185 -124 -299.5t-345 -114.5h-324v-324h-120v1456h120zM303 1051v-626h324q173 0 261 92t88 219q0 130 -88 222.5t-261 92.5h-324z" />
<glyph unicode="&#xdf;" horiz-adv-x="1200" d="M271 0h-120v1082q0 204 102.5 317t273.5 113q140 0 232 -79.5t92 -222.5q0 -109 -61.5 -215.5t-61.5 -184.5q0 -86 184 -228t184 -287q0 -153 -110 -234.5t-266 -81.5q-86 0 -176.5 23.5t-129.5 56.5l34 101q41 -31 114.5 -55.5t143.5 -24.5q125 0 197.5 60t72.5 155 q0 99 -184 240.5t-184 276.5q0 93 63 201.5t63 190.5q0 92 -60 149.5t-137 57.5q-121 0 -193.5 -85.5t-72.5 -243.5v-1082z" />
<glyph unicode="&#xe0;" horiz-adv-x="1101" d="M843 0q-12 55 -17 95t-5 81q-60 -85 -160 -141t-225 -56q-158 0 -245.5 84t-87.5 225q0 150 129.5 240t349.5 90h239v134q0 116 -74.5 182t-208.5 66q-125 0 -207.5 -63t-82.5 -154l-110 1l-2 6q-6 121 110.5 216.5t296.5 95.5q179 0 288 -91t109 -261v-532 q0 -57 6.5 -111t21.5 -107h-125zM450 85q129 0 228 60.5t143 154.5v226h-241q-163 0 -260.5 -69.5t-97.5 -172.5q0 -88 60.5 -143.5t167.5 -55.5zM613 1240h-117l-241 261l2 5h154z" />
<glyph unicode="&#xe1;" horiz-adv-x="1101" d="M843 0q-12 55 -17 95t-5 81q-60 -85 -160 -141t-225 -56q-158 0 -245.5 84t-87.5 225q0 150 129.5 240t349.5 90h239v134q0 116 -74.5 182t-208.5 66q-125 0 -207.5 -63t-82.5 -154l-110 1l-2 6q-6 121 110.5 216.5t296.5 95.5q179 0 288 -91t109 -261v-532 q0 -57 6.5 -111t21.5 -107h-125zM450 85q129 0 228 60.5t143 154.5v226h-241q-163 0 -260.5 -69.5t-97.5 -172.5q0 -88 60.5 -143.5t167.5 -55.5zM675 1502h147l3 -6l-249 -260h-108z" />
<glyph unicode="&#xe2;" horiz-adv-x="1101" d="M843 0q-12 55 -17 95t-5 81q-60 -85 -160 -141t-225 -56q-158 0 -245.5 84t-87.5 225q0 150 129.5 240t349.5 90h239v134q0 116 -74.5 182t-208.5 66q-125 0 -207.5 -63t-82.5 -154l-110 1l-2 6q-6 121 110.5 216.5t296.5 95.5q179 0 288 -91t109 -261v-532 q0 -57 6.5 -111t21.5 -107h-125zM450 85q129 0 228 60.5t143 154.5v226h-241q-163 0 -260.5 -69.5t-97.5 -172.5q0 -88 60.5 -143.5t167.5 -55.5zM822 1298v-18h-112l-167 168l-166 -168h-110v21l227 221h98z" />
<glyph unicode="&#xe3;" horiz-adv-x="1101" d="M843 0q-12 55 -17 95t-5 81q-60 -85 -160 -141t-225 -56q-158 0 -245.5 84t-87.5 225q0 150 129.5 240t349.5 90h239v134q0 116 -74.5 182t-208.5 66q-125 0 -207.5 -63t-82.5 -154l-110 1l-2 6q-6 121 110.5 216.5t296.5 95.5q179 0 288 -91t109 -261v-532 q0 -57 6.5 -111t21.5 -107h-125zM450 85q129 0 228 60.5t143 154.5v226h-241q-163 0 -260.5 -69.5t-97.5 -172.5q0 -88 60.5 -143.5t167.5 -55.5zM863 1501q0 -88 -55 -146t-137 -58q-74 0 -151 55t-131 55q-47 0 -79 -35t-32 -89l-80 18q0 86 54 144.5t137 58.5 q65 0 147 -55t135 -55q46 0 79 36t33 91z" />
<glyph unicode="&#xe4;" horiz-adv-x="1101" d="M843 0q-12 55 -17 95t-5 81q-60 -85 -160 -141t-225 -56q-158 0 -245.5 84t-87.5 225q0 150 129.5 240t349.5 90h239v134q0 116 -74.5 182t-208.5 66q-125 0 -207.5 -63t-82.5 -154l-110 1l-2 6q-6 121 110.5 216.5t296.5 95.5q179 0 288 -91t109 -261v-532 q0 -57 6.5 -111t21.5 -107h-125zM450 85q129 0 228 60.5t143 154.5v226h-241q-163 0 -260.5 -69.5t-97.5 -172.5q0 -88 60.5 -143.5t167.5 -55.5zM869 1320h-173v157h173v-157zM400 1320h-174v157h174v-157z" />
<glyph unicode="&#xe5;" horiz-adv-x="1101" d="M843 0q-12 55 -17 95t-5 81q-60 -85 -160 -141t-225 -56q-158 0 -245.5 84t-87.5 225q0 150 129.5 240t349.5 90h239v134q0 116 -74.5 182t-208.5 66q-125 0 -207.5 -63t-82.5 -154l-110 1l-2 6q-6 121 110.5 216.5t296.5 95.5q179 0 288 -91t109 -261v-532 q0 -57 6.5 -111t21.5 -107h-125zM450 85q129 0 228 60.5t143 154.5v226h-241q-163 0 -260.5 -69.5t-97.5 -172.5q0 -88 60.5 -143.5t167.5 -55.5zM372 1409q0 69 49.5 117.5t119.5 48.5q68 0 117 -48.5t49 -117.5q0 -71 -48.5 -117t-117.5 -46q-71 0 -120 46t-49 117z M450 1409q0 -39 26.5 -65t64.5 -26q37 0 62.5 25.5t25.5 65.5t-25.5 66.5t-62.5 26.5q-38 0 -64.5 -27t-26.5 -66z" />
<glyph unicode="&#xe6;" horiz-adv-x="1732" d="M1265 -21q-138 0 -241 55.5t-163 157.5q-49 -87 -159.5 -150t-269.5 -63q-170 0 -262.5 84.5t-92.5 229.5q0 158 113 248.5t326 90.5h262v88q0 134 -63 207t-187 73q-135 0 -213.5 -67t-78.5 -168l-110 12l-2 6q-5 138 106.5 228.5t297.5 90.5q124 0 212.5 -54 t128.5 -157q61 99 156.5 155t209.5 56q200 0 311.5 -124t111.5 -340v-100h-754v-29q0 -191 89.5 -310t271.5 -119q103 0 181.5 32.5t142.5 86.5l47 -87q-60 -55 -148.5 -94t-222.5 -39zM449 79q102 0 197.5 53.5t131.5 115.5v288h-260q-155 0 -238 -71t-83 -176 q0 -97 65 -153.5t187 -56.5zM1235 1000q-138 0 -224 -101.5t-99 -257.5l2 -5h625v31q0 146 -77.5 239.5t-226.5 93.5z" />
<glyph unicode="&#xe7;" horiz-adv-x="1061" d="M559 80q119 0 210 68t91 189h106l2 -6q5 -150 -120 -251t-289 -101q-221 0 -341.5 151.5t-120.5 389.5v42q0 236 121 388t340 152q178 0 296.5 -105t114.5 -276l-2 -6h-107q0 130 -87.5 207.5t-214.5 77.5q-174 0 -257.5 -124.5t-83.5 -313.5v-42q0 -192 83 -316 t259 -124zM592 -8l-12 -64q79 -9 127.5 -48.5t48.5 -122.5q0 -91 -79 -145.5t-226 -54.5l-7 78q90 0 151.5 30.5t61.5 89.5q0 57 -41.5 79.5t-145.5 30.5l29 127h93z" />
<glyph unicode="&#xe8;" horiz-adv-x="1055" d="M564 -21q-203 0 -337.5 150t-134.5 380v55q0 232 133.5 385t323.5 153q199 0 313 -126t114 -336v-102h-764v-29q0 -183 97 -306t255 -123q112 0 191 31t135 89l51 -82q-61 -64 -154.5 -101.5t-222.5 -37.5zM549 1000q-133 0 -223 -101.5t-105 -254.5l2 -5h634v30 q0 141 -83 236t-225 95zM632 1240h-117l-241 261l2 5h154z" />
<glyph unicode="&#xe9;" horiz-adv-x="1055" d="M564 -21q-203 0 -337.5 150t-134.5 380v55q0 232 133.5 385t323.5 153q199 0 313 -126t114 -336v-102h-764v-29q0 -183 97 -306t255 -123q112 0 191 31t135 89l51 -82q-61 -64 -154.5 -101.5t-222.5 -37.5zM549 1000q-133 0 -223 -101.5t-105 -254.5l2 -5h634v30 q0 141 -83 236t-225 95zM694 1502h147l3 -6l-249 -260h-108z" />
<glyph unicode="&#xea;" horiz-adv-x="1055" d="M564 -21q-203 0 -337.5 150t-134.5 380v55q0 232 133.5 385t323.5 153q199 0 313 -126t114 -336v-102h-764v-29q0 -183 97 -306t255 -123q112 0 191 31t135 89l51 -82q-61 -64 -154.5 -101.5t-222.5 -37.5zM549 1000q-133 0 -223 -101.5t-105 -254.5l2 -5h634v30 q0 141 -83 236t-225 95zM841 1298v-18h-112l-167 168l-166 -168h-110v21l227 221h98z" />
<glyph unicode="&#xeb;" horiz-adv-x="1055" d="M564 -21q-203 0 -337.5 150t-134.5 380v55q0 232 133.5 385t323.5 153q199 0 313 -126t114 -336v-102h-764v-29q0 -183 97 -306t255 -123q112 0 191 31t135 89l51 -82q-61 -64 -154.5 -101.5t-222.5 -37.5zM549 1000q-133 0 -223 -101.5t-105 -254.5l2 -5h634v30 q0 141 -83 236t-225 95zM888 1320h-173v157h173v-157zM419 1320h-174v157h174v-157z" />
<glyph unicode="&#xec;" horiz-adv-x="456" d="M288 0h-120v1082h120v-1082zM300 1218h-117l-241 261l2 5h154z" />
<glyph unicode="&#xed;" horiz-adv-x="456" d="M288 0h-120v1082h120v-1082zM360 1480h147l3 -6l-249 -260h-108z" />
<glyph unicode="&#xee;" horiz-adv-x="456" d="M288 0h-120v1082h120v-1082zM509 1276v-18h-112l-167 168l-166 -168h-110v21l227 221h98z" />
<glyph unicode="&#xef;" horiz-adv-x="456" d="M288 0h-120v1082h120v-1082zM556 1299h-173v157h173v-157zM87 1299h-174v157h174v-157z" />
<glyph unicode="&#xf0;" horiz-adv-x="1191" d="M828 1299q111 -120 169 -288.5t58 -387.5v-88q0 -245 -137 -400.5t-344 -155.5q-208 0 -341.5 137t-133.5 339q0 235 130 372.5t348 137.5q104 0 193 -40t143 -107l4 5q-18 131 -68 234t-126 182l-308 -176l-50 74l287 164q-45 33 -94.5 61t-103.5 51l39 104 q77 -30 144 -68t124 -85l257 147l51 -74zM935 625q0 9 -0.5 27.5t-0.5 28.5q-38 76 -128 128t-229 52q-173 0 -265.5 -115t-92.5 -291q0 -149 97 -261t262 -112q158 0 257.5 127.5t99.5 325.5v90z" />
<glyph unicode="&#xf1;" d="M264 1082l11 -189q52 100 140.5 154.5t209.5 54.5q176 0 268 -107.5t92 -335.5v-659h-120v658q0 186 -69.5 263t-197.5 77q-126 0 -205.5 -66.5t-114.5 -176.5v-755h-120v1082h106zM898 1500q0 -88 -55 -146t-137 -58q-74 0 -151 55t-131 55q-47 0 -79 -35t-32 -89 l-80 18q0 86 54 144.5t137 58.5q65 0 147 -55t135 -55q46 0 79 36t33 91z" />
<glyph unicode="&#xf2;" d="M91 557q0 239 131 392t347 153q217 0 348 -153t131 -392v-33q0 -240 -130.5 -392.5t-346.5 -152.5q-218 0 -349 152.5t-131 392.5v33zM211 524q0 -188 95 -316t265 -128q167 0 262.5 128t95.5 316v33q0 185 -96 314t-264 129t-263 -129t-95 -314v-33zM652 1239h-117 l-241 261l2 5h154z" />
<glyph unicode="&#xf3;" d="M91 557q0 239 131 392t347 153q217 0 348 -153t131 -392v-33q0 -240 -130.5 -392.5t-346.5 -152.5q-218 0 -349 152.5t-131 392.5v33zM211 524q0 -188 95 -316t265 -128q167 0 262.5 128t95.5 316v33q0 185 -96 314t-264 129t-263 -129t-95 -314v-33zM714 1501h147l3 -6 l-249 -260h-108z" />
<glyph unicode="&#xf4;" d="M91 557q0 239 131 392t347 153q217 0 348 -153t131 -392v-33q0 -240 -130.5 -392.5t-346.5 -152.5q-218 0 -349 152.5t-131 392.5v33zM211 524q0 -188 95 -316t265 -128q167 0 262.5 128t95.5 316v33q0 185 -96 314t-264 129t-263 -129t-95 -314v-33zM861 1297v-18h-112 l-167 168l-166 -168h-110v21l227 221h98z" />
<glyph unicode="&#xf5;" d="M91 557q0 239 131 392t347 153q217 0 348 -153t131 -392v-33q0 -240 -130.5 -392.5t-346.5 -152.5q-218 0 -349 152.5t-131 392.5v33zM211 524q0 -188 95 -316t265 -128q167 0 262.5 128t95.5 316v33q0 185 -96 314t-264 129t-263 -129t-95 -314v-33zM902 1500 q0 -88 -55 -146t-137 -58q-74 0 -151 55t-131 55q-47 0 -79 -35t-32 -89l-80 18q0 86 54 144.5t137 58.5q65 0 147 -55t135 -55q46 0 79 36t33 91z" />
<glyph unicode="&#xf6;" d="M91 557q0 239 131 392t347 153q217 0 348 -153t131 -392v-33q0 -240 -130.5 -392.5t-346.5 -152.5q-218 0 -349 152.5t-131 392.5v33zM211 524q0 -188 95 -316t265 -128q167 0 262.5 128t95.5 316v33q0 185 -96 314t-264 129t-263 -129t-95 -314v-33zM908 1319h-173v157 h173v-157zM439 1319h-174v157h174v-157z" />
<glyph unicode="&#xf7;" horiz-adv-x="1164" d="M1070 644h-998v116h998v-116zM648 1010h-142v160h142v-160zM648 212h-142v160h142v-160z" />
<glyph unicode="&#xf8;" horiz-adv-x="1141" d="M91 557q0 239 131 392t347 153q60 0 114 -12.5t102 -36.5l79 161h93l-101 -207q91 -72 141.5 -189t50.5 -261v-33q0 -240 -130.5 -392.5t-346.5 -152.5q-55 0 -104.5 10.5t-94.5 30.5l-78 -160h-93l99 202q-100 70 -154.5 190.5t-54.5 271.5v33zM211 524q0 -112 35 -206 t100 -149h6l385 787q-36 21 -78.5 32.5t-89.5 11.5q-168 0 -263 -129t-95 -314v-33zM929 557q0 102 -32 192t-89 147h-6l-384 -782q33 -17 71.5 -25.5t81.5 -8.5q167 0 262.5 128t95.5 316v33z" />
<glyph unicode="&#xf9;" d="M867 177q-52 -95 -140 -146.5t-208 -51.5q-171 0 -268 116t-97 360v627h120v-629q0 -198 67.5 -284t191.5 -86q136 0 217 61t113 168v770h120v-1082h-106zM650 1218h-117l-241 261l2 5h154z" />
<glyph unicode="&#xfa;" d="M867 177q-52 -95 -140 -146.5t-208 -51.5q-171 0 -268 116t-97 360v627h120v-629q0 -198 67.5 -284t191.5 -86q136 0 217 61t113 168v770h120v-1082h-106zM712 1480h147l3 -6l-249 -260h-108z" />
<glyph unicode="&#xfb;" d="M867 177q-52 -95 -140 -146.5t-208 -51.5q-171 0 -268 116t-97 360v627h120v-629q0 -198 67.5 -284t191.5 -86q136 0 217 61t113 168v770h120v-1082h-106zM859 1276v-18h-112l-167 168l-166 -168h-110v21l227 221h98z" />
<glyph unicode="&#xfc;" d="M867 177q-52 -95 -140 -146.5t-208 -51.5q-171 0 -268 116t-97 360v627h120v-629q0 -198 67.5 -284t191.5 -86q136 0 217 61t113 168v770h120v-1082h-106zM906 1299h-173v157h173v-157zM437 1299h-174v157h174v-157z" />
<glyph unicode="&#xfd;" horiz-adv-x="1002" d="M465 293l38 -129h6l327 918h134l-470 -1255q-42 -110 -109 -187t-196 -77q-21 0 -51 4.5t-44 9.5l14 100q12 -2 38.5 -4.5t38.5 -2.5q78 0 125 55.5t80 142.5l57 146l-418 1068h133zM646 1480h147l3 -6l-249 -260h-108z" />
<glyph unicode="&#xfe;" horiz-adv-x="1151" d="M1033 511q0 -243 -110 -387.5t-303 -144.5q-114 0 -199.5 43t-139.5 123v-561h-120v1976h120v-640q54 87 138.5 134.5t198.5 47.5q195 0 305 -155.5t110 -414.5v-21zM913 532q0 206 -82 336t-240 130q-121 0 -196.5 -57.5t-113.5 -149.5v-520q41 -89 118.5 -140 t193.5 -51q157 0 238.5 118t81.5 313v21z" />
<glyph unicode="&#xff;" horiz-adv-x="1002" d="M465 293l38 -129h6l327 918h134l-470 -1255q-42 -110 -109 -187t-196 -77q-21 0 -51 4.5t-44 9.5l14 100q12 -2 38.5 -4.5t38.5 -2.5q78 0 125 55.5t80 142.5l57 146l-418 1068h133zM840 1299h-173v157h173v-157zM371 1299h-174v157h174v-157z" />
<glyph unicode="&#x131;" horiz-adv-x="456" d="M288 0h-120v1082h120v-1082z" />
<glyph unicode="&#x152;" horiz-adv-x="1913" d="M1824 0h-867q-97 -10 -167.5 -15.5t-143.5 -5.5q-239 0 -388.5 166t-149.5 431v304q0 264 148.5 430.5t387.5 166.5q75 0 152 -6t161 -15h862v-102h-798v-547h701v-102h-701v-604h803v-101zM646 81q66 0 131.5 3.5t124.5 11.5v1264q-60 7 -125 11t-133 4 q-192 0 -304 -132t-112 -361v-306q0 -228 113.5 -361.5t304.5 -133.5z" />
<glyph unicode="&#x153;" horiz-adv-x="1892" d="M94 557q0 239 131 392t347 153q146 0 255.5 -72.5t168.5 -199.5q59 125 166 198.5t234 73.5q199 0 313 -126t114 -336v-102h-764v-29q0 -183 97 -306t255 -123q112 0 190.5 31t134.5 89l52 -82q-61 -64 -154.5 -101.5t-222.5 -37.5q-139 0 -248.5 71.5t-168.5 197.5 q-58 -126 -167 -197.5t-253 -71.5q-218 0 -349 152.5t-131 392.5v33zM214 524q0 -188 95 -316t265 -128q167 0 262 128t95 316v33q0 185 -95.5 314t-263.5 129t-263 -129t-95 -314v-33zM1396 1000q-133 0 -223 -101.5t-105 -254.5l2 -5h633v30q0 141 -82.5 236t-224.5 95z " />
<glyph unicode="&#x178;" horiz-adv-x="1244" d="M620 647l451 809h139l-531 -924v-532h-119v539l-527 917h139zM946 1634h-173v157h173v-157zM477 1634h-174v157h174v-157z" />
<glyph unicode="&#x2c6;" horiz-adv-x="880" d="M715 1270v-18h-112l-167 168l-166 -168h-110v21l227 221h98z" />
<glyph unicode="&#x2da;" horiz-adv-x="676" d="M171 1324q0 69 49.5 117.5t119.5 48.5q68 0 117 -48.5t49 -117.5q0 -71 -48.5 -117t-117.5 -46q-71 0 -120 46t-49 117zM249 1324q0 -39 26.5 -65t64.5 -26q37 0 62.5 25.5t25.5 65.5t-25.5 66.5t-62.5 26.5q-38 0 -64.5 -27t-26.5 -66z" />
<glyph unicode="&#x2dc;" horiz-adv-x="892" d="M767 1481q0 -88 -55 -146t-137 -58q-74 0 -151 55t-131 55q-47 0 -79 -35t-32 -89l-80 18q0 86 54 144.5t137 58.5q65 0 147 -55t135 -55q46 0 79 36t33 91z" />
<glyph unicode="&#x2000;" horiz-adv-x="948" />
<glyph unicode="&#x2001;" horiz-adv-x="1896" />
<glyph unicode="&#x2002;" horiz-adv-x="948" />
<glyph unicode="&#x2003;" horiz-adv-x="1896" />
<glyph unicode="&#x2004;" horiz-adv-x="632" />
<glyph unicode="&#x2005;" horiz-adv-x="474" />
<glyph unicode="&#x2006;" horiz-adv-x="316" />
<glyph unicode="&#x2007;" horiz-adv-x="316" />
<glyph unicode="&#x2008;" horiz-adv-x="237" />
<glyph unicode="&#x2009;" horiz-adv-x="379" />
<glyph unicode="&#x200a;" horiz-adv-x="105" />
<glyph unicode="&#x2010;" horiz-adv-x="586" d="M528 570h-479v101h479v-101z" />
<glyph unicode="&#x2011;" horiz-adv-x="586" d="M528 570h-479v101h479v-101z" />
<glyph unicode="&#x2012;" horiz-adv-x="586" d="M528 570h-479v101h479v-101z" />
<glyph unicode="&#x2013;" horiz-adv-x="1414" d="M1261.99 686h-1085.49v102h1085.49v-102z" />
<glyph unicode="&#x2014;" horiz-adv-x="1667" d="M1519.98 686h-1335.98v102h1335.98v-102z" />
<glyph unicode="&#x2018;" horiz-adv-x="364" d="M91 1248l111 312h71l-63 -312v-174h-119v174z" />
<glyph unicode="&#x2019;" horiz-adv-x="364" d="M273 1381l-111 -307h-71l63 304v182h119v-179z" />
<glyph unicode="&#x201a;" horiz-adv-x="353" d="M262 65l-100 -276h-71l52 266v204h119v-194z" />
<glyph unicode="&#x201c;" horiz-adv-x="612" d="M91 1248l111 312h71l-63 -312v-174h-119v174zM338 1248l111 312h71l-63 -312v-174h-119v174z" />
<glyph unicode="&#x201d;" horiz-adv-x="617" d="M273 1381l-111 -307h-71l63 304v182h119v-179zM525 1381l-111 -307h-71l63 304v182h119v-179z" />
<glyph unicode="&#x201e;" horiz-adv-x="593" d="M262 99l-100 -301h-71l51 295v181h120v-175zM502 99l-100 -301h-72l52 299v177h120v-175z" />
<glyph unicode="&#x2022;" horiz-adv-x="662" d="M146 782q0 78 50.5 128.5t134.5 50.5q85 0 135.5 -50.5t50.5 -128.5v-65q0 -79 -50.5 -128t-134.5 -49q-85 0 -135.5 49t-50.5 128v65z" />
<glyph unicode="&#x2026;" horiz-adv-x="1313" d="M325 0h-137v164h137v-164zM735 0h-137v164h137v-164zM1127 0h-137v164h137v-164z" />
<glyph unicode="&#x202f;" horiz-adv-x="379" />
<glyph unicode="&#x2039;" horiz-adv-x="609" d="M232 550l276 -388h-105l-295 379v19l295 379h105z" />
<glyph unicode="&#x203a;" horiz-adv-x="609" d="M101 939h105l295 -379v-19l-295 -379h-105l276 388z" />
<glyph unicode="&#x2044;" horiz-adv-x="918" d="M136 121l-74 48l711 1138l74 -48z" />
<glyph unicode="&#x205f;" horiz-adv-x="474" />
<glyph unicode="&#x20ac;" horiz-adv-x="1073" d="M915 533h-547v-19q0 -198 101.5 -316t272.5 -118q57 0 113 8.5t108 25.5l9 -104q-54 -15 -112.5 -23t-117.5 -8q-220 0 -356.5 145t-136.5 390v19h-169v102h169v168h-169v102h169v37q0 244 135.5 389.5t355.5 145.5q57 0 112.5 -8t119.5 -23l-9 -106q-54 16 -110.5 25.5 t-112.5 9.5q-172 0 -272 -116t-100 -315v-39h547v-102h-547v-168h547v-102z" />
<glyph unicode="&#x2122;" horiz-adv-x="1264" d="M1018 1302l-6 1l-160 -384h-51l-165 399l-6 -1v-398h-72v537h94l171 -423h6l174 423h88v-537h-73v383zM480 1387h-152v-468h-74v468h-158v69h384v-69z" />
<glyph unicode="&#x2212;" horiz-adv-x="1168" d="M1000 686h-835v102h835v-102z" />
<glyph unicode="&#x25fc;" horiz-adv-x="1080" d="M0 1080h1080v-1080h-1080v1080z" />
<glyph unicode="&#xfb02;" horiz-adv-x="1138" d="M245 0v984h-179v98h179v158q0 163 81.5 252t228.5 89q33 0 67 -5t69 -14l-15 -99q-24 6 -49.5 9.5t-59.5 3.5q-98 0 -150 -62t-52 -174v-158h258v-98h-258v-984h-120zM965 0h-119v1560h119v-1560z" />
<glyph unicode="&#xfb03;" horiz-adv-x="1773" d="M245 0v984h-179v98h179v158q0 163 81.5 252t228.5 89q33 0 67 -5t69 -14l-15 -99q-24 6 -49.5 9.5t-59.5 3.5q-98 0 -150 -62t-52 -174v-158h258v-98h-258v-984h-120zM901 0v984h-180v98h180v138q0 172 95 266.5t264 94.5q67 0 136 -15t140 -44l-20 -103q-61 25 -118 39 t-130 14q-122 0 -184.5 -65t-62.5 -187v-138h253v-98h-253v-984h-120zM1601 0h-120v1082h120v-1082z" />
<glyph unicode="&#xfb04;" horiz-adv-x="1811" d="M245 0v984h-179v98h179v158q0 163 81.5 252t228.5 89q33 0 67 -5t69 -14l-15 -99q-24 6 -49.5 9.5t-59.5 3.5q-98 0 -150 -62t-52 -174v-158h258v-98h-258v-984h-120zM918 0v984h-179v98h179v158q0 163 81.5 252t228.5 89q33 0 67 -5t69 -14l-15 -99q-24 6 -49.5 9.5 t-59.5 3.5q-98 0 -150 -62t-52 -174v-158h258v-98h-258v-984h-120zM1638 0h-119v1560h119v-1560z" />
<glyph horiz-adv-x="520" d="M345 0h-109v703l-148 -7v93l257 23v-812z" />
<glyph horiz-adv-x="822" d="M687 0h-569v90l315 282q77 71 104 115.5t27 91.5q0 64 -39 103t-118 39q-87 0 -134 -42t-47 -108h-100l-2 6q-6 97 72.5 166t210.5 69q124 0 195 -60.5t71 -173.5q0 -75 -47 -136t-150 -158l-214 -188l2 -6h423v-90z" />
<glyph horiz-adv-x="851" d="M695 587q0 -58 -35.5 -105t-98.5 -72q72 -22 110 -70.5t38 -119.5q0 -109 -83.5 -170t-216.5 -61q-121 0 -207.5 58.5t-81.5 168.5l2 6h101q0 -63 51 -103t135 -40q90 0 140.5 38t50.5 103q0 75 -46.5 109.5t-139.5 34.5h-122v89h122q88 0 130.5 35t42.5 99 q0 59 -45 96.5t-133 37.5q-75 0 -124.5 -35.5t-49.5 -93.5h-99l-2 6q-6 94 74.5 154t200.5 60q132 0 209 -58.5t77 -166.5z" />
<glyph horiz-adv-x="873" d="M626 260h153v-90h-153v-170h-108v170h-430l-4 67l429 564h113v-541zM213 260h305v402l-6 1l-25 -43z" />
<hkern u1="&#x22;" u2="w" k="-11" />
<hkern u1="&#x27;" u2="w" k="-11" />
<hkern u1="&#x28;" u2="&#x178;" k="-22" />
<hkern u1="&#x28;" u2="&#xdd;" k="-22" />
<hkern u1="&#x28;" u2="Y" k="-22" />
<hkern u1="&#x28;" u2="W" k="-18" />
<hkern u1="&#x28;" u2="V" k="-20" />
<hkern u1="&#x2f;" u2="&#x2f;" k="224" />
<hkern u1="A" u2="w" k="33" />
<hkern u1="A" u2="t" k="17" />
<hkern u1="A" u2="&#x3f;" k="61" />
<hkern u1="C" u2="&#x7d;" k="17" />
<hkern u1="C" u2="]" k="12" />
<hkern u1="C" u2="&#x29;" k="26" />
<hkern u1="D" u2="&#xc6;" k="33" />
<hkern u1="E" u2="w" k="22" />
<hkern u1="E" u2="f" k="18" />
<hkern u1="F" u2="&#x2026;" k="234" />
<hkern u1="F" u2="&#x201e;" k="234" />
<hkern u1="F" u2="&#x201a;" k="234" />
<hkern u1="F" u2="&#x153;" k="21" />
<hkern u1="F" u2="&#xff;" k="24" />
<hkern u1="F" u2="&#xfd;" k="24" />
<hkern u1="F" u2="&#xfc;" k="22" />
<hkern u1="F" u2="&#xfb;" k="22" />
<hkern u1="F" u2="&#xfa;" k="22" />
<hkern u1="F" u2="&#xf9;" k="22" />
<hkern u1="F" u2="&#xf6;" k="21" />
<hkern u1="F" u2="&#xf5;" k="21" />
<hkern u1="F" u2="&#xf4;" k="21" />
<hkern u1="F" u2="&#xf3;" k="21" />
<hkern u1="F" u2="&#xf2;" k="21" />
<hkern u1="F" u2="&#xeb;" k="21" />
<hkern u1="F" u2="&#xea;" k="21" />
<hkern u1="F" u2="&#xe9;" k="21" />
<hkern u1="F" u2="&#xe8;" k="21" />
<hkern u1="F" u2="&#xe7;" k="21" />
<hkern u1="F" u2="&#xe5;" k="34" />
<hkern u1="F" u2="&#xe4;" k="34" />
<hkern u1="F" u2="&#xe3;" k="34" />
<hkern u1="F" u2="&#xe2;" k="34" />
<hkern u1="F" u2="&#xe1;" k="34" />
<hkern u1="F" u2="&#xe0;" k="34" />
<hkern u1="F" u2="&#xc5;" k="59" />
<hkern u1="F" u2="&#xc4;" k="59" />
<hkern u1="F" u2="&#xc3;" k="59" />
<hkern u1="F" u2="&#xc2;" k="59" />
<hkern u1="F" u2="&#xc1;" k="59" />
<hkern u1="F" u2="&#xc0;" k="59" />
<hkern u1="F" u2="y" k="24" />
<hkern u1="F" u2="v" k="24" />
<hkern u1="F" u2="u" k="22" />
<hkern u1="F" u2="r" k="26" />
<hkern u1="F" u2="q" k="21" />
<hkern u1="F" u2="o" k="21" />
<hkern u1="F" u2="g" k="21" />
<hkern u1="F" u2="e" k="21" />
<hkern u1="F" u2="d" k="21" />
<hkern u1="F" u2="c" k="21" />
<hkern u1="F" u2="a" k="34" />
<hkern u1="F" u2="T" k="-20" />
<hkern u1="F" u2="J" k="264" />
<hkern u1="F" u2="A" k="59" />
<hkern u1="F" u2="&#x2e;" k="234" />
<hkern u1="F" u2="&#x2c;" k="234" />
<hkern u1="K" u2="w" k="63" />
<hkern u1="L" u2="w" k="92" />
<hkern u1="O" u2="&#xc6;" k="33" />
<hkern u1="P" u2="&#xc6;" k="97" />
<hkern u1="P" u2="t" k="-14" />
<hkern u1="Q" u2="&#x178;" k="35" />
<hkern u1="Q" u2="&#xdd;" k="35" />
<hkern u1="Q" u2="Y" k="35" />
<hkern u1="Q" u2="W" k="20" />
<hkern u1="Q" u2="V" k="28" />
<hkern u1="Q" u2="T" k="43" />
<hkern u1="R" u2="&#x178;" k="48" />
<hkern u1="R" u2="&#xdd;" k="48" />
<hkern u1="R" u2="Y" k="48" />
<hkern u1="R" u2="V" k="19" />
<hkern u1="R" u2="T" k="80" />
<hkern u1="T" u2="&#xf8;" k="95" />
<hkern u1="T" u2="&#xe6;" k="114" />
<hkern u1="T" u2="&#xc6;" k="179" />
<hkern u1="T" u2="&#xbb;" k="216" />
<hkern u1="T" u2="&#xab;" k="328" />
<hkern u1="T" u2="w" k="57" />
<hkern u1="T" u2="r" k="75" />
<hkern u1="V" u2="&#x7d;" k="-19" />
<hkern u1="V" u2="r" k="30" />
<hkern u1="V" u2="]" k="-17" />
<hkern u1="V" u2="&#x29;" k="-20" />
<hkern u1="W" u2="&#x7d;" k="-14" />
<hkern u1="W" u2="r" k="21" />
<hkern u1="W" u2="]" k="-12" />
<hkern u1="W" u2="&#x29;" k="-15" />
<hkern u1="Y" u2="&#x2022;" k="45" />
<hkern u1="Y" u2="&#xf8;" k="64" />
<hkern u1="Y" u2="&#xe6;" k="63" />
<hkern u1="Y" u2="&#xc6;" k="96" />
<hkern u1="Y" u2="&#xbb;" k="51" />
<hkern u1="Y" u2="&#xab;" k="82" />
<hkern u1="Y" u2="&#x7d;" k="-19" />
<hkern u1="Y" u2="t" k="22" />
<hkern u1="Y" u2="r" k="40" />
<hkern u1="Y" u2="f" k="22" />
<hkern u1="Y" u2="]" k="-18" />
<hkern u1="Y" u2="&#x2a;" k="49" />
<hkern u1="Y" u2="&#x29;" k="-20" />
<hkern u1="Y" u2="&#x26;" k="30" />
<hkern u1="Z" u2="w" k="27" />
<hkern u1="[" u2="&#xdc;" k="18" />
<hkern u1="[" u2="&#xdb;" k="18" />
<hkern u1="[" u2="&#xda;" k="18" />
<hkern u1="[" u2="&#xd9;" k="18" />
<hkern u1="[" u2="U" k="18" />
<hkern u1="[" u2="J" k="18" />
<hkern u1="f" u2="&#x201d;" k="-16" />
<hkern u1="f" u2="&#x201c;" k="-16" />
<hkern u1="f" u2="&#x2019;" k="-16" />
<hkern u1="f" u2="&#x2018;" k="-16" />
<hkern u1="f" u2="&#x153;" k="24" />
<hkern u1="f" u2="&#xeb;" k="24" />
<hkern u1="f" u2="&#xea;" k="24" />
<hkern u1="f" u2="&#xe9;" k="24" />
<hkern u1="f" u2="&#xe8;" k="24" />
<hkern u1="f" u2="&#xe7;" k="24" />
<hkern u1="f" u2="&#x7d;" k="-19" />
<hkern u1="f" u2="q" k="24" />
<hkern u1="f" u2="g" k="24" />
<hkern u1="f" u2="e" k="24" />
<hkern u1="f" u2="d" k="24" />
<hkern u1="f" u2="c" k="24" />
<hkern u1="f" u2="]" k="-18" />
<hkern u1="f" u2="&#x29;" k="-20" />
<hkern u1="f" u2="&#x27;" k="-16" />
<hkern u1="f" u2="&#x22;" k="-16" />
<hkern u1="k" u2="&#x153;" k="20" />
<hkern u1="k" u2="&#xeb;" k="20" />
<hkern u1="k" u2="&#xea;" k="20" />
<hkern u1="k" u2="&#xe9;" k="20" />
<hkern u1="k" u2="&#xe8;" k="20" />
<hkern u1="k" u2="&#xe7;" k="20" />
<hkern u1="k" u2="q" k="20" />
<hkern u1="k" u2="g" k="20" />
<hkern u1="k" u2="e" k="20" />
<hkern u1="k" u2="d" k="20" />
<hkern u1="k" u2="c" k="20" />
<hkern u1="r" u2="w" k="-17" />
<hkern u1="r" u2="t" k="-32" />
<hkern u1="r" u2="f" k="-15" />
<hkern u1="t" u2="&#xf6;" k="20" />
<hkern u1="t" u2="&#xf5;" k="20" />
<hkern u1="t" u2="&#xf4;" k="20" />
<hkern u1="t" u2="&#xf3;" k="20" />
<hkern u1="t" u2="&#xf2;" k="20" />
<hkern u1="t" u2="o" k="20" />
<hkern u1="v" u2="f" k="-13" />
<hkern u1="w" u2="&#x2026;" k="124" />
<hkern u1="w" u2="&#x201e;" k="124" />
<hkern u1="w" u2="&#x201a;" k="124" />
<hkern u1="w" u2="&#x2e;" k="124" />
<hkern u1="w" u2="&#x2c;" k="124" />
<hkern u1="y" u2="f" k="-13" />
<hkern u1="&#x7b;" u2="&#xdc;" k="20" />
<hkern u1="&#x7b;" u2="&#xdb;" k="20" />
<hkern u1="&#x7b;" u2="&#xda;" k="20" />
<hkern u1="&#x7b;" u2="&#xd9;" k="20" />
<hkern u1="&#x7b;" u2="U" k="20" />
<hkern u1="&#x7b;" u2="J" k="20" />
<hkern u1="&#xc0;" u2="w" k="33" />
<hkern u1="&#xc0;" u2="t" k="17" />
<hkern u1="&#xc0;" u2="&#x3f;" k="61" />
<hkern u1="&#xc1;" u2="w" k="33" />
<hkern u1="&#xc1;" u2="t" k="17" />
<hkern u1="&#xc1;" u2="&#x3f;" k="61" />
<hkern u1="&#xc2;" u2="w" k="33" />
<hkern u1="&#xc2;" u2="t" k="17" />
<hkern u1="&#xc2;" u2="&#x3f;" k="61" />
<hkern u1="&#xc3;" u2="w" k="33" />
<hkern u1="&#xc3;" u2="t" k="17" />
<hkern u1="&#xc3;" u2="&#x3f;" k="61" />
<hkern u1="&#xc4;" u2="w" k="33" />
<hkern u1="&#xc4;" u2="t" k="17" />
<hkern u1="&#xc4;" u2="&#x3f;" k="61" />
<hkern u1="&#xc5;" u2="w" k="33" />
<hkern u1="&#xc5;" u2="t" k="17" />
<hkern u1="&#xc5;" u2="&#x3f;" k="61" />
<hkern u1="&#xc7;" u2="&#x7d;" k="17" />
<hkern u1="&#xc7;" u2="]" k="12" />
<hkern u1="&#xc7;" u2="&#x29;" k="26" />
<hkern u1="&#xc8;" u2="w" k="22" />
<hkern u1="&#xc8;" u2="f" k="18" />
<hkern u1="&#xc9;" u2="w" k="22" />
<hkern u1="&#xc9;" u2="f" k="18" />
<hkern u1="&#xca;" u2="w" k="22" />
<hkern u1="&#xca;" u2="f" k="18" />
<hkern u1="&#xcb;" u2="w" k="22" />
<hkern u1="&#xcb;" u2="f" k="18" />
<hkern u1="&#xd0;" u2="&#xc6;" k="33" />
<hkern u1="&#xd2;" u2="&#xc6;" k="33" />
<hkern u1="&#xd3;" u2="&#xc6;" k="33" />
<hkern u1="&#xd4;" u2="&#xc6;" k="33" />
<hkern u1="&#xd5;" u2="&#xc6;" k="33" />
<hkern u1="&#xd6;" u2="&#xc6;" k="33" />
<hkern u1="&#xdd;" u2="&#x2022;" k="45" />
<hkern u1="&#xdd;" u2="&#xf8;" k="64" />
<hkern u1="&#xdd;" u2="&#xe6;" k="63" />
<hkern u1="&#xdd;" u2="&#xc6;" k="96" />
<hkern u1="&#xdd;" u2="&#xbb;" k="51" />
<hkern u1="&#xdd;" u2="&#xab;" k="82" />
<hkern u1="&#xdd;" u2="&#x7d;" k="-19" />
<hkern u1="&#xdd;" u2="t" k="22" />
<hkern u1="&#xdd;" u2="r" k="40" />
<hkern u1="&#xdd;" u2="f" k="22" />
<hkern u1="&#xdd;" u2="]" k="-18" />
<hkern u1="&#xdd;" u2="&#x2a;" k="49" />
<hkern u1="&#xdd;" u2="&#x29;" k="-20" />
<hkern u1="&#xdd;" u2="&#x26;" k="30" />
<hkern u1="&#xfd;" u2="f" k="-13" />
<hkern u1="&#xff;" u2="f" k="-13" />
<hkern u1="&#x178;" u2="&#x2022;" k="45" />
<hkern u1="&#x178;" u2="&#xf8;" k="64" />
<hkern u1="&#x178;" u2="&#xe6;" k="63" />
<hkern u1="&#x178;" u2="&#xc6;" k="96" />
<hkern u1="&#x178;" u2="&#xbb;" k="51" />
<hkern u1="&#x178;" u2="&#xab;" k="82" />
<hkern u1="&#x178;" u2="&#x7d;" k="-19" />
<hkern u1="&#x178;" u2="t" k="22" />
<hkern u1="&#x178;" u2="r" k="40" />
<hkern u1="&#x178;" u2="f" k="22" />
<hkern u1="&#x178;" u2="]" k="-18" />
<hkern u1="&#x178;" u2="&#x2a;" k="49" />
<hkern u1="&#x178;" u2="&#x29;" k="-20" />
<hkern u1="&#x178;" u2="&#x26;" k="30" />
<hkern u1="&#x2018;" u2="w" k="-11" />
<hkern u1="&#x2019;" u2="w" k="-11" />
<hkern u1="&#x201c;" u2="w" k="-11" />
<hkern u1="&#x201d;" u2="w" k="-11" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="107" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="120" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="50" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="59" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="m,n,p,ntilde" k="20" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="61" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="s" k="80" />
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="170" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="120" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="12" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="11" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="T" k="129" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="17" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="V" k="87" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="W" k="69" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="Y,Yacute,Ydieresis" k="94" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="u,ugrave,uacute,ucircumflex,udieresis" k="11" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="v,y,yacute,ydieresis" k="50" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="z" k="-12" />
<hkern g1="B" g2="T" k="27" />
<hkern g1="B" g2="V" k="24" />
<hkern g1="B" g2="Y,Yacute,Ydieresis" k="55" />
<hkern g1="C,Ccedilla" g2="T" k="29" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="21" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="T" k="27" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="V" k="22" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Y,Yacute,Ydieresis" k="43" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="102" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="X" k="22" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Z" k="23" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="19" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="T" k="-20" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="17" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="v,y,yacute,ydieresis" k="26" />
<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-18" />
<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="T" k="29" />
<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="Y,Yacute,Ydieresis" k="28" />
<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="X" k="-17" />
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="22" />
<hkern g1="K" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" />
<hkern g1="K" g2="m,n,p,ntilde" k="23" />
<hkern g1="K" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="27" />
<hkern g1="K" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="31" />
<hkern g1="K" g2="u,ugrave,uacute,ucircumflex,udieresis" k="23" />
<hkern g1="K" g2="v,y,yacute,ydieresis" k="40" />
<hkern g1="K" g2="hyphen,uni00AD,endash,emdash" k="64" />
<hkern g1="L" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="138" />
<hkern g1="L" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-19" />
<hkern g1="L" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="65" />
<hkern g1="L" g2="T" k="275" />
<hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="54" />
<hkern g1="L" g2="V" k="175" />
<hkern g1="L" g2="W" k="143" />
<hkern g1="L" g2="Y,Yacute,Ydieresis" k="239" />
<hkern g1="L" g2="u,ugrave,uacute,ucircumflex,udieresis" k="44" />
<hkern g1="L" g2="v,y,yacute,ydieresis" k="133" />
<hkern g1="P" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="138" />
<hkern g1="P" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="11" />
<hkern g1="P" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" />
<hkern g1="P" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="13" />
<hkern g1="P" g2="v,y,yacute,ydieresis" k="-15" />
<hkern g1="P" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="324" />
<hkern g1="P" g2="X" k="31" />
<hkern g1="P" g2="Z" k="26" />
<hkern g1="P" g2="J" k="200" />
<hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="79" />
<hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="113" />
<hkern g1="T" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="99" />
<hkern g1="T" g2="m,n,p,ntilde" k="109" />
<hkern g1="T" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="99" />
<hkern g1="T" g2="s" k="116" />
<hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="28" />
<hkern g1="T" g2="T" k="-16" />
<hkern g1="T" g2="V" k="-16" />
<hkern g1="T" g2="W" k="-15" />
<hkern g1="T" g2="Y,Yacute,Ydieresis" k="-16" />
<hkern g1="T" g2="u,ugrave,uacute,ucircumflex,udieresis" k="95" />
<hkern g1="T" g2="v,y,yacute,ydieresis" k="72" />
<hkern g1="T" g2="z" k="60" />
<hkern g1="T" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="218" />
<hkern g1="T" g2="hyphen,uni00AD,endash,emdash" k="232" />
<hkern g1="T" g2="J" k="240" />
<hkern g1="T" g2="S" k="16" />
<hkern g1="T" g2="x" k="77" />
<hkern g1="V" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="75" />
<hkern g1="V" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="46" />
<hkern g1="V" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="44" />
<hkern g1="V" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="46" />
<hkern g1="V" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="13" />
<hkern g1="V" g2="u,ugrave,uacute,ucircumflex,udieresis" k="28" />
<hkern g1="V" g2="v,y,yacute,ydieresis" k="11" />
<hkern g1="V" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="225" />
<hkern g1="V" g2="hyphen,uni00AD,endash,emdash" k="37" />
<hkern g1="W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="43" />
<hkern g1="W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="33" />
<hkern g1="W" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="31" />
<hkern g1="W" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="31" />
<hkern g1="W" g2="T" k="-14" />
<hkern g1="W" g2="u,ugrave,uacute,ucircumflex,udieresis" k="19" />
<hkern g1="W" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="123" />
<hkern g1="W" g2="hyphen,uni00AD,endash,emdash" k="60" />
<hkern g1="X" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" />
<hkern g1="X" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="21" />
<hkern g1="X" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="25" />
<hkern g1="X" g2="V" k="-14" />
<hkern g1="X" g2="u,ugrave,uacute,ucircumflex,udieresis" k="21" />
<hkern g1="X" g2="v,y,yacute,ydieresis" k="31" />
<hkern g1="X" g2="hyphen,uni00AD,endash,emdash" k="46" />
<hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="94" />
<hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="73" />
<hkern g1="Y,Yacute,Ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="65" />
<hkern g1="Y,Yacute,Ydieresis" g2="m,n,p,ntilde" k="40" />
<hkern g1="Y,Yacute,Ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="65" />
<hkern g1="Y,Yacute,Ydieresis" g2="s" k="58" />
<hkern g1="Y,Yacute,Ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="29" />
<hkern g1="Y,Yacute,Ydieresis" g2="T" k="-17" />
<hkern g1="Y,Yacute,Ydieresis" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="96" />
<hkern g1="Y,Yacute,Ydieresis" g2="V" k="-18" />
<hkern g1="Y,Yacute,Ydieresis" g2="W" k="-17" />
<hkern g1="Y,Yacute,Ydieresis" g2="Y,Yacute,Ydieresis" k="-18" />
<hkern g1="Y,Yacute,Ydieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="39" />
<hkern g1="Y,Yacute,Ydieresis" g2="v,y,yacute,ydieresis" k="20" />
<hkern g1="Y,Yacute,Ydieresis" g2="z" k="30" />
<hkern g1="Y,Yacute,Ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="211" />
<hkern g1="Y,Yacute,Ydieresis" g2="X" k="-13" />
<hkern g1="Y,Yacute,Ydieresis" g2="hyphen,uni00AD,endash,emdash" k="52" />
<hkern g1="Y,Yacute,Ydieresis" g2="J" k="96" />
<hkern g1="Y,Yacute,Ydieresis" g2="S" k="16" />
<hkern g1="Y,Yacute,Ydieresis" g2="x" k="23" />
<hkern g1="Z" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-13" />
<hkern g1="Z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="21" />
<hkern g1="Z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="21" />
<hkern g1="Z" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="26" />
<hkern g1="Z" g2="u,ugrave,uacute,ucircumflex,udieresis" k="19" />
<hkern g1="Z" g2="v,y,yacute,ydieresis" k="27" />
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="67" />
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="v,y,yacute,ydieresis" k="15" />
<hkern g1="b,p,thorn" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="29" />
<hkern g1="b,p,thorn" g2="v,y,yacute,ydieresis" k="11" />
<hkern g1="b,p,thorn" g2="z" k="15" />
<hkern g1="b,p,thorn" g2="x" k="15" />
<hkern g1="c,ccedilla" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="11" />
<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="14" />
<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="v,y,yacute,ydieresis" k="13" />
<hkern g1="h,m,n,ntilde" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="16" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="20" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="v,y,yacute,ydieresis" k="15" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="z" k="16" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="x" k="21" />
<hkern g1="r" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-16" />
<hkern g1="r" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" />
<hkern g1="r" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="20" />
<hkern g1="r" g2="v,y,yacute,ydieresis" k="-18" />
<hkern g1="r" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="123" />
<hkern g1="v,y,yacute,ydieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-15" />
<hkern g1="v,y,yacute,ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="15" />
<hkern g1="v,y,yacute,ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" />
<hkern g1="v,y,yacute,ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="15" />
<hkern g1="v,y,yacute,ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="107" />
<hkern g1="x" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="20" />
<hkern g1="x" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="20" />
<hkern g1="z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="16" />
<hkern g1="z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="16" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 75 KiB

View File

@@ -0,0 +1,607 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
<metadata></metadata>
<defs>
<font id="robotomedium" horiz-adv-x="1160" >
<font-face units-per-em="2048" ascent="1638" descent="-410" />
<missing-glyph horiz-adv-x="510" />
<glyph unicode="&#xfb01;" horiz-adv-x="1192" d="M189 0v902h-165v180h165v92q0 195 115 301t322 106q72 0 143 -15.5t163 -44.5l-37 -201q-62 21 -122 34.5t-130 13.5q-109 0 -160 -48.5t-51 -145.5v-92h213v-180h-213v-902h-243zM1047 0h-243v1082h243v-1082z" />
<glyph horiz-adv-x="0" />
<glyph unicode="&#xd;" horiz-adv-x="510" />
<glyph unicode=" " horiz-adv-x="510" />
<glyph unicode="&#x09;" horiz-adv-x="510" />
<glyph unicode="&#xa0;" horiz-adv-x="510" />
<glyph unicode="!" horiz-adv-x="549" d="M397 491h-243v965h243v-965zM397 0h-243v234h243v-234z" />
<glyph unicode="&#x22;" horiz-adv-x="664" d="M280 1287l-102 -249h-112v524h214v-275zM598 1287l-102 -249h-112v524h214v-275z" />
<glyph unicode="#" horiz-adv-x="1250" d="M683 410h-225l-76 -410h-167l76 410h-231v158h261l58 313h-243v159h273l78 416h167l-78 -416h224l78 416h168l-78 -416h208v-159h-238l-58 -313h221v-158h-251l-76 -410h-167zM488 568h225l58 313h-225z" />
<glyph unicode="$" horiz-adv-x="1164" d="M819 380q0 85 -55.5 141t-185.5 102q-211 72 -316.5 173.5t-105.5 276.5q0 166 101 273t274 127v218h160v-220q171 -26 267.5 -146.5t96.5 -319.5h-242q0 125 -56 198t-154 73q-102 0 -153 -54.5t-51 -146.5q0 -86 53.5 -140t192.5 -103q211 -76 314 -176t103 -274 q0 -173 -105 -276t-287 -122v-195h-159v194q-179 19 -294.5 129.5t-111.5 325.5l2 5h236q0 -142 69.5 -203t173.5 -61q111 0 172 54t61 147z" />
<glyph unicode="%" horiz-adv-x="1504" d="M100 1176q0 128 82.5 214.5t225.5 86.5q144 0 226.5 -86t82.5 -215v-77q0 -128 -82.5 -213.5t-224.5 -85.5q-144 0 -227 85.5t-83 213.5v77zM269 1099q0 -64 36.5 -108.5t104.5 -44.5q66 0 101.5 44t35.5 109v77q0 65 -36.5 110t-102.5 45q-67 0 -103 -45t-36 -110v-77z M800 357q0 127 83 213.5t225 86.5q144 0 226.5 -86t82.5 -214v-78q0 -129 -82.5 -214.5t-224.5 -85.5q-144 0 -227 86t-83 214v78zM969 279q0 -64 37.5 -109t103.5 -45q70 0 104 43.5t34 110.5v78q0 64 -36.5 109t-103.5 45t-103 -45t-36 -109v-78zM460 109l-125 72 l711 1138l125 -72z" />
<glyph unicode="&#x26;" horiz-adv-x="1309" d="M62 393q0 120 68 208.5t204 178.5q-73 95 -109 172t-36 157q0 171 103 269.5t278 98.5q159 0 258.5 -95.5t99.5 -230.5q0 -98 -51.5 -174.5t-145.5 -145.5l-100 -72l305 -362q40 63 62.5 138t22.5 159h197q0 -137 -36.5 -252t-110.5 -205l196 -232l-2 -5h-274l-81 95 q-82 -57 -175.5 -86.5t-197.5 -29.5q-217 0 -346 115t-129 299zM544 173q62 0 123 18t116 53l-328 387l-30 -22q-72 -56 -96 -108t-24 -100q0 -100 63 -164t176 -64zM417 1112q0 -48 24.5 -99t72.5 -113l114 76q57 37 76.5 77.5t19.5 89.5q0 54 -42.5 96.5t-111.5 42.5 q-74 0 -113.5 -49t-39.5 -121z" />
<glyph unicode="'" horiz-adv-x="346" d="M280 1311l-102 -283h-112v532h214v-249z" />
<glyph unicode="(" horiz-adv-x="695" d="M128 592q0 394 156.5 670.5t338.5 361.5l6 -1l45 -134q-134 -102 -229.5 -327t-95.5 -568v-20q0 -343 95 -568t230 -334l-45 -128h-6q-183 86 -339 362t-156 670v16z" />
<glyph unicode=")" horiz-adv-x="700" d="M571 576q0 -389 -159.5 -668t-342.5 -364h-6l-46 128q133 102 229 330t96 572v20q0 340 -98.5 568.5t-226.5 332.5l46 129h6q182 -84 342 -364t160 -668v-16z" />
<glyph unicode="*" horiz-adv-x="895" d="M325 972l-298 89l53 169l296 -117l-13 343h174l-15 -350l291 115l53 -171l-303 -88l195 -266l-141 -105l-177 287l-174 -279l-143 102z" />
<glyph unicode="+" horiz-adv-x="1141" d="M686 801h380v-222h-380v-433h-236v433h-382v222h382v405h236v-405z" />
<glyph unicode="," horiz-adv-x="462" d="M363 31l-155 -312h-154l70 321v198h239v-207z" />
<glyph unicode="-" horiz-adv-x="672" d="M596 521h-525v196h525v-196z" />
<glyph unicode="." horiz-adv-x="572" d="M395 0h-242v233h242v-233z" />
<glyph unicode="/" horiz-adv-x="839" d="M225 -125h-223l573 1581h223z" />
<glyph unicode="0" horiz-adv-x="1164" d="M1059 561q0 -284 -128 -433t-348 -149q-221 0 -350 149t-129 433v333q0 283 128 433t349 150q220 0 349 -150t129 -433v-333zM816 931q0 179 -60 265t-175 86t-174.5 -86t-59.5 -265v-405q0 -180 60.5 -266.5t175.5 -86.5t174 86t59 267v405z" />
<glyph unicode="1" horiz-adv-x="1164" d="M718 0h-243v1225h-296v179l539 52v-1456z" />
<glyph unicode="2" horiz-adv-x="1164" d="M1076 0h-967v167l474 517q116 127 160 208.5t44 159.5q0 98 -57 164t-154 66q-128 0 -190 -72t-62 -198h-235l-2 6q-5 194 127 326.5t362 132.5q210 0 332 -116t122 -303q0 -125 -70.5 -239t-218.5 -277l-324 -342l3 -6h656v-194z" />
<glyph unicode="3" horiz-adv-x="1164" d="M390 838h169q118 0 170 58.5t52 165.5q0 105 -56 162.5t-165 57.5q-99 0 -161.5 -56.5t-62.5 -148.5h-234l-2 6q-6 167 124.5 280.5t332.5 113.5q213 0 340 -108t127 -307q0 -93 -57 -180t-162 -135q124 -44 182.5 -134t58.5 -205q0 -200 -137.5 -314.5t-351.5 -114.5 q-202 0 -339.5 107.5t-131.5 297.5l2 6h234q0 -97 65 -157t173 -60q113 0 178 61t65 173q0 123 -59.5 181.5t-184.5 58.5h-169v191z" />
<glyph unicode="4" horiz-adv-x="1164" d="M929 519h184v-196h-184v-323h-242v323h-625l-6 149l623 984h250v-937zM296 519h391v591l-6 2l-20 -43z" />
<glyph unicode="5" horiz-adv-x="1164" d="M156 651l84 805h769v-210h-567l-44 -365q43 32 99.5 52.5t127.5 22.5q205 2 321 -130t116 -361q0 -214 -122 -350t-353 -136q-192 0 -324.5 105.5t-127.5 299.5l2 5l227 8q0 -106 62 -165t161 -59q113 0 172.5 79.5t59.5 210.5q0 132 -61 214.5t-174 82.5 q-100 0 -148.5 -32.5t-70.5 -93.5z" />
<glyph unicode="6" horiz-adv-x="1164" d="M680 1477q78 0 150 -16.5t129 -43.5l-46 -188q-56 24 -109 37.5t-123 13.5q-146 0 -234.5 -112.5t-88.5 -303.5v-7q60 55 139.5 85t174.5 30q195 0 308.5 -136.5t113.5 -347.5q0 -223 -130 -366t-341 -143q-222 0 -364.5 156t-142.5 436v278q0 284 160.5 456t403.5 172z M612 783q-92 0 -156 -32.5t-98 -88.5v-104q0 -185 74.5 -285t190.5 -100q106 0 167 91t61 224q0 131 -64 213t-175 82z" />
<glyph unicode="7" horiz-adv-x="1164" d="M1075 1261q-251 -295 -339 -532t-128 -575l-15 -154h-243l15 154q39 330 156 598.5t319 508.5h-771v195h1006v-195z" />
<glyph unicode="8" horiz-adv-x="1164" d="M1029 1072q0 -110 -60 -195t-163 -130q119 -46 189.5 -138t70.5 -212q0 -203 -134 -310.5t-349 -107.5q-218 0 -352 107.5t-134 310.5q0 120 69.5 212t190.5 139q-104 44 -163 128.5t-59 195.5q0 194 122.5 299.5t323.5 105.5q199 0 323.5 -105.5t124.5 -299.5zM824 409 q0 107 -68.5 174t-174.5 67q-108 0 -174.5 -66.5t-66.5 -174.5q0 -110 66 -173t177 -63q107 0 174 63.5t67 172.5zM786 1063q0 96 -57 157.5t-148 61.5q-94 0 -148.5 -59.5t-54.5 -159.5q0 -99 55.5 -158.5t149.5 -59.5q92 0 147.5 59.5t55.5 158.5z" />
<glyph unicode="9" horiz-adv-x="1164" d="M515 173q130 0 210 96.5t80 281.5v67q-49 -67 -119.5 -101.5t-154.5 -34.5q-208 0 -328.5 131.5t-120.5 360.5q0 218 135 360.5t334 142.5q226 0 361 -148.5t135 -427.5v-341q0 -276 -148.5 -428.5t-383.5 -152.5q-75 0 -155 15t-147 45l32 186q61 -28 125 -40t145 -12z M554 671q91 0 155 36t96 93v130q0 173 -65 262.5t-185 89.5q-98 0 -164 -87.5t-66 -220.5q0 -136 60.5 -219.5t168.5 -83.5z" />
<glyph unicode=":" horiz-adv-x="549" d="M395 0h-242v233h242v-233zM395 876h-242v233h242v-233z" />
<glyph unicode=";" horiz-adv-x="544" d="M396 876h-242v233h242v-233zM414 31l-155 -312h-154l70 321v198h239v-207z" />
<glyph unicode="&#x3c;" horiz-adv-x="1041" d="M322 559l-19 -3v-6l19 -3l578 -218v-243l-837 372v193l837 372v-242z" />
<glyph unicode="=" horiz-adv-x="1166" d="M1007 790h-862v202h862v-202zM1007 366h-862v201h862v-201z" />
<glyph unicode="&#x3e;" horiz-adv-x="1066" d="M128 784v239l864 -372v-193l-864 -372v239l605 226l18 2l1 6l-19 4z" />
<glyph unicode="?" horiz-adv-x="996" d="M340 412q1 143 33 204.5t142 154.5q78 76 124 145.5t46 153.5q0 97 -52.5 150.5t-149.5 53.5q-83 0 -141 -45.5t-58 -134.5h-234l-3 6q-3 178 119.5 277.5t316.5 99.5q210 0 327.5 -107t117.5 -297q0 -127 -73.5 -235.5t-185.5 -198.5q-57 -50 -71.5 -95t-14.5 -132h-243 zM587 0h-248v233h248v-233z" />
<glyph unicode="@" horiz-adv-x="1825" d="M1731 507q-9 -216 -124 -372t-344 -156q-75 0 -129.5 42t-78.5 119q-47 -80 -116 -119.5t-161 -39.5q-133 0 -204.5 119.5t-53.5 315.5q24 256 140.5 411t282.5 155q110 0 177.5 -26t147.5 -80l-3 -4h5l-51 -579q-8 -101 18 -139t69 -38q119 0 190.5 110.5t79.5 280.5 q16 367 -140 572t-484 205q-306 0 -489.5 -221t-198.5 -585q-18 -365 147.5 -575t475.5 -210q87 0 177 20t154 53l38 -130q-67 -42 -170.5 -65.5t-202.5 -23.5q-387 0 -598 249.5t-194 681.5q18 424 252 685t613 261q383 0 587 -246t188 -671zM721 416q-10 -133 20 -202 t99 -69q59 0 109 24.5t89 87.5q0 8 0.5 16t1.5 20l45 515q-23 9 -49 14.5t-54 5.5q-118 0 -180 -102.5t-81 -309.5z" />
<glyph unicode="A" horiz-adv-x="1320" d="M948 340h-570l-116 -340h-246l535 1456h230l529 -1456h-247zM448 543h431l-211 622h-6z" />
<glyph unicode="B" horiz-adv-x="1312" d="M159 0v1456h484q242 0 378 -99.5t136 -297.5q0 -99 -57 -177t-158 -116q130 -29 200 -125t70 -223q0 -205 -134 -311.5t-370 -106.5h-549zM402 662v-468h306q126 0 194 57.5t68 166.5q0 116 -57 180t-178 64h-333zM402 843h268q113 0 178.5 53.5t65.5 151.5 q0 108 -69 160.5t-202 52.5h-241v-418z" />
<glyph unicode="C" horiz-adv-x="1302" d="M1221 483l2 -6q4 -221 -143.5 -359.5t-399.5 -138.5q-255 0 -414.5 171.5t-159.5 438.5v277q0 266 157.5 438.5t409.5 172.5q258 0 406.5 -135.5t144.5 -364.5l-2 -6h-235q0 147 -79.5 229t-234.5 82q-149 0 -236.5 -118t-87.5 -296v-279q0 -180 89.5 -298t241.5 -118 q151 0 229 81t78 229h234z" />
<glyph unicode="D" horiz-adv-x="1346" d="M159 0v1456h472q277 0 450.5 -173t173.5 -445v-221q0 -273 -173.5 -445t-450.5 -172h-472zM402 1261v-1067h222q181 0 284.5 118t103.5 305v223q0 185 -103.5 303t-284.5 118h-222z" />
<glyph unicode="E" horiz-adv-x="1187" d="M1039 655h-637v-461h739v-194h-982v1456h975v-195h-732v-411h637v-195z" />
<glyph unicode="F" horiz-adv-x="1188" d="M1040 621h-638v-621h-243v1456h983v-195h-740v-445h638v-195z" />
<glyph unicode="G" horiz-adv-x="1383" d="M1244 197q-58 -83 -190.5 -150.5t-340.5 -67.5q-263 0 -433 166.5t-170 430.5v304q0 264 160.5 430.5t414.5 166.5q257 0 399.5 -126.5t145.5 -329.5l-2 -6h-230q-8 120 -85.5 193.5t-224.5 73.5q-151 0 -243.5 -113t-92.5 -287v-306q0 -176 100.5 -289.5t260.5 -113.5 q114 0 185 26.5t103 62.5v296h-289v182h532v-543z" />
<glyph unicode="H" horiz-adv-x="1456" d="M1296 0h-242v621h-652v-621h-243v1456h243v-640h652v640h242v-1456z" />
<glyph unicode="I" horiz-adv-x="589" d="M416 0h-243v1456h243v-1456z" />
<glyph unicode="J" horiz-adv-x="1148" d="M755 1456h243v-1035q0 -204 -130 -323t-334 -119q-219 0 -347 109t-123 319l2 6h235q0 -124 61.5 -182t171.5 -58q96 0 158.5 67t62.5 181v1035z" />
<glyph unicode="K" horiz-adv-x="1320" d="M570 630h-168v-630h-243v1456h243v-617h139l457 617h288l-530 -695l571 -761h-297z" />
<glyph unicode="L" horiz-adv-x="1108" d="M402 194h669v-194h-912v1456h243v-1262z" />
<glyph unicode="M" horiz-adv-x="1794" d="M474 1456l419 -1120h6l420 1120h315v-1456h-243v496l24 631l-6 1l-432 -1128h-163l-430 1125l-6 -1l24 -628v-496h-243v1456h315z" />
<glyph unicode="N" horiz-adv-x="1456" d="M1296 0h-242l-646 1063l-6 -2v-1061h-243v1456h243l646 -1062l6 2v1060h242v-1456z" />
<glyph unicode="O" horiz-adv-x="1398" d="M1294 597q0 -267 -167.5 -442.5t-434.5 -175.5q-262 0 -425.5 175.5t-163.5 442.5v262q0 266 163.5 442t424.5 176q267 0 435 -176t168 -442v-262zM1052 861q0 182 -97.5 299t-263.5 117q-160 0 -253 -117t-93 -299v-264q0 -184 93 -301.5t254 -117.5q167 0 263.5 117 t96.5 302v264z" />
<glyph unicode="P" horiz-adv-x="1323" d="M402 552v-552h-243v1456h569q241 0 377.5 -124.5t136.5 -327.5q0 -205 -136.5 -328.5t-377.5 -123.5h-326zM402 747h326q135 0 203 72t68 183t-68 185t-203 74h-326v-514z" />
<glyph unicode="Q" horiz-adv-x="1414" d="M1294 597q0 -135 -46 -251t-130 -200l242 -235l-162 -145l-268 256q-54 -22 -114 -32.5t-124 -10.5q-262 0 -425.5 175.5t-163.5 442.5v262q0 266 163.5 442t424.5 176q267 0 435 -176t168 -442v-262zM1052 861q0 182 -97.5 299t-263.5 117q-160 0 -253 -117t-93 -299 v-264q0 -184 93 -301.5t254 -117.5q167 0 263.5 117t96.5 302v264z" />
<glyph unicode="R" horiz-adv-x="1356" d="M402 604v-604h-243v1456h538q244 0 377 -110t133 -314q0 -113 -58.5 -194.5t-170.5 -130.5q123 -39 177 -127.5t54 -217.5v-121q0 -64 16 -125t54 -93v-23h-250q-40 33 -51.5 104t-11.5 139v117q0 112 -64 178t-176 66h-324zM402 799h282q146 0 213 56t67 171 q0 110 -66 172.5t-201 62.5h-295v-462z" />
<glyph unicode="S" horiz-adv-x="1288" d="M948 374q0 91 -67.5 149t-238.5 104q-244 64 -375.5 169.5t-131.5 276.5q0 176 145.5 290t375.5 114q240 0 385.5 -129t140.5 -310l-2 -6h-233q0 112 -76 181.5t-217 69.5q-133 0 -204.5 -58t-71.5 -150q0 -83 77.5 -138t256.5 -104q235 -63 357 -174t122 -283 q0 -182 -145.5 -289.5t-382.5 -107.5q-228 0 -400 120.5t-167 330.5l2 6h234q0 -133 92 -198.5t239 -65.5q135 0 210 54.5t75 147.5z" />
<glyph unicode="T" horiz-adv-x="1185" d="M1154 1261h-440v-1261h-243v1261h-440v195h1123v-195z" />
<glyph unicode="U" horiz-adv-x="1396" d="M1265 1456v-976q0 -242 -158 -371.5t-413 -129.5q-250 0 -405 130t-155 371v976h243v-976q0 -153 86 -230t231 -77q150 0 239 77t89 230v976h243z" />
<glyph unicode="V" horiz-adv-x="1300" d="M621 381l26 -101h6l25 99l348 1077h259l-520 -1456h-231l-519 1456h259z" />
<glyph unicode="W" horiz-adv-x="1812" d="M512 388v-2l1 5l291 1065h194l294 -1068l1 -7l1 10l230 1065h239l-346 -1456h-221l-291 1045h-6l-292 -1045h-222l-345 1456h239z" />
<glyph unicode="X" horiz-adv-x="1300" d="M650 918l307 538h288l-448 -722l465 -734h-292l-316 547l-316 -547h-288l458 734l-448 722h286z" />
<glyph unicode="Y" horiz-adv-x="1270" d="M634 748l352 708h271l-505 -945v-511h-242v524l-497 932h271z" />
<glyph unicode="Z" horiz-adv-x="1216" d="M377 194h760v-194h-1049v152l731 1109h-725v195h1018v-146z" />
<glyph unicode="[" horiz-adv-x="561" d="M540 1488h-165v-1623h165v-189h-408v2002h408v-190z" />
<glyph unicode="\" horiz-adv-x="855" d="M21 1456h236l608 -1581h-236z" />
<glyph unicode="]" horiz-adv-x="561" d="M12 1678h410v-2002h-410v189h167v1623h-167v190z" />
<glyph unicode="^" horiz-adv-x="875" d="M259 729h-206l299 727h171l298 -727h-205l-165 413l-12 54h-6l-12 -54z" />
<glyph unicode="_" horiz-adv-x="924" d="M920 -191h-917v191h917v-191z" />
<glyph unicode="`" horiz-adv-x="660" d="M535 1212h-196l-259 260l2 6h268z" />
<glyph unicode="a" horiz-adv-x="1114" d="M779 0q-13 41 -21.5 80t-11.5 78q-50 -76 -131.5 -127.5t-182.5 -51.5q-169 0 -259.5 87t-90.5 239q0 157 124 244.5t349 87.5h189v95q0 85 -50 133t-143 48q-83 0 -132 -40t-49 -103h-234l-1 6q-7 128 114.5 227t316.5 99q189 0 305 -96t116 -276v-481q0 -67 9 -128.5 t29 -120.5h-246zM481 174q92 0 165.5 46t97.5 105v160h-193q-106 0 -166 -52.5t-60 -123.5q0 -62 40.5 -98.5t115.5 -36.5z" />
<glyph unicode="b" d="M1078 505q0 -237 -110.5 -381.5t-311.5 -144.5q-101 0 -175.5 41t-124.5 120l-24 -140h-204v1560h243v-601q50 69 120 106t163 37q203 0 313.5 -158t110.5 -418v-21zM835 526q0 169 -58 273t-184 104q-81 0 -135.5 -36t-86.5 -100v-454q31 -65 86 -100.5t138 -35.5 q126 0 183 88.5t57 239.5v21z" />
<glyph unicode="c" horiz-adv-x="1075" d="M575 173q89 0 150 52.5t61 131.5h220l2 -6q5 -152 -123.5 -262t-309.5 -110q-239 0 -366.5 154t-127.5 390v35q0 235 127.5 389.5t366.5 154.5q195 0 316.5 -113.5t117.5 -288.5l-2 -6h-221q0 89 -58.5 151t-152.5 62q-137 0 -194 -99.5t-57 -249.5v-35q0 -153 57 -251.5 t194 -98.5z" />
<glyph unicode="d" d="M83 526q0 259 111 417.5t312 158.5q88 0 157.5 -35.5t120.5 -101.5v595h243v-1560h-204l-24 134q-52 -76 -125 -115.5t-170 -39.5q-199 0 -310 145t-111 381v21zM326 505q0 -150 57.5 -239t182.5 -89q77 0 130.5 33t87.5 94v472q-34 60 -88 93.5t-128 33.5 q-124 0 -183 -104.5t-59 -272.5v-21z" />
<glyph unicode="e" horiz-adv-x="1084" d="M592 -21q-230 0 -366.5 150.5t-136.5 386.5v40q0 236 135.5 391.5t339.5 154.5q219 0 335.5 -132.5t116.5 -355.5v-143h-675l-2 -5q6 -129 75.5 -211t192.5 -82q98 0 168 24t135 69l78 -159q-61 -54 -162 -91t-234 -37zM564 907q-90 0 -148 -71.5t-72 -181.5l2 -5h429v25 q0 103 -52.5 168t-158.5 65z" />
<glyph unicode="f" horiz-adv-x="719" d="M207 0v902h-165v180h165v126q0 179 97.5 276t273.5 97q35 0 71 -5.5t81 -15.5l-25 -188q-20 4 -44.5 7t-52.5 3q-79 0 -118.5 -45t-39.5 -129v-126h220v-180h-220v-902h-243z" />
<glyph unicode="g" d="M84 526q0 258 113 417t314 159q97 0 170.5 -41.5t124.5 -119.5l24 141h202v-1082q0 -209 -129 -323t-366 -114q-79 0 -170.5 22.5t-165.5 59.5l52 191q60 -31 132.5 -48.5t149.5 -17.5q132 0 193 56.5t61 173.5v111q-51 -65 -120.5 -98.5t-159.5 -33.5q-199 0 -312 145 t-113 381v21zM327 505q0 -149 59.5 -238.5t184.5 -89.5q78 0 131.5 32.5t86.5 93.5v474q-34 59 -87.5 92.5t-128.5 33.5q-125 0 -185.5 -105t-60.5 -272v-21z" />
<glyph unicode="h" d="M368 942q54 76 131.5 118t171.5 42q172 0 268.5 -108.5t96.5 -334.5v-659h-243v661q0 128 -51 185t-153 57q-71 0 -127.5 -29.5t-93.5 -81.5v-792h-243v1560h243v-618z" />
<glyph unicode="i" horiz-adv-x="531" d="M387 0h-243v1082h243v-1082zM387 1347h-243v213h243v-213z" />
<glyph unicode="j" horiz-adv-x="537" d="M398 1082v-1145q0 -179 -93 -276.5t-259 -97.5q-36 0 -65 4t-61 13l14 194q17 -5 42 -8.5t46 -3.5q62 0 97.5 42.5t35.5 132.5v1145h243zM392 1347h-243v213h243v-213z" />
<glyph unicode="k" horiz-adv-x="1072" d="M480 473h-109v-473h-242v1560h242v-892h101l273 414h286l-357 -492l410 -590h-282z" />
<glyph unicode="l" horiz-adv-x="531" d="M387 0h-243v1560h243v-1560z" />
<glyph unicode="m" horiz-adv-x="1781" d="M350 1082l13 -141q53 77 133 119t185 42q106 0 182 -48t114 -144q50 90 132 141t192 51q163 0 257.5 -111.5t94.5 -338.5v-652h-243v653q0 138 -47.5 194t-142.5 56q-78 0 -132 -42t-78 -113q0 -15 1 -26t1 -21v-701h-243v653q0 133 -48.5 191.5t-142.5 58.5 q-74 0 -125.5 -28.5t-81.5 -80.5v-794h-243v1082h222z" />
<glyph unicode="n" d="M348 1082l14 -156q53 83 133.5 129.5t181.5 46.5q169 0 263.5 -102.5t94.5 -319.5v-680h-243v678q0 122 -50.5 173.5t-153.5 51.5q-71 0 -127 -31.5t-92 -86.5v-785h-243v1082h222z" />
<glyph unicode="o" d="M83 551q0 241 132 396q134 155 363 155q233 0 365 -155q133 -154 133 -396v-21q0 -244 -133 -398q-132 -153 -363 -153q-232 0 -365 154q-132 154 -132 397v21zM326 530q0 -158 62 -258q61 -99 192 -99q127 0 190 99q64 100 64 258v21q0 155 -64 255q-63 101 -192 101 q-127 0 -190 -101q-62 -101 -62 -255v-21z" />
<glyph unicode="p" d="M1076 505q0 -236 -111 -381t-309 -145q-92 0 -163 33t-122 97v-525h-243v1498h205l24 -136q52 76 125.5 116t170.5 40q200 0 311.5 -158.5t111.5 -417.5v-21zM834 526q0 166 -62.5 271.5t-186.5 105.5q-76 0 -129 -32.5t-85 -90.5v-489q32 -57 85 -87.5t131 -30.5 q124 0 185.5 91.5t61.5 240.5v21z" />
<glyph unicode="q" d="M83 526q0 259 111 417.5t312 158.5q94 0 166 -39t123 -112l28 131h197v-1498h-243v518q-50 -61 -118 -92t-155 -31q-199 0 -310 145t-111 381v21zM326 505q0 -150 57.5 -241t182.5 -91q74 0 125.5 29.5t85.5 85.5v504q-34 54 -86 84.5t-123 30.5q-124 0 -183 -106.5 t-59 -274.5v-21z" />
<glyph unicode="r" horiz-adv-x="709" d="M667 863l-104 4q-71 0 -118.5 -30t-73.5 -85v-752h-243v1082h222l16 -157q41 83 105.5 130t148.5 47q22 0 41 -3.5t35 -8.5z" />
<glyph unicode="s" horiz-adv-x="1065" d="M736 294q0 56 -48 93t-179 65q-194 41 -293.5 116.5t-99.5 205.5q0 136 115 232t303 96q198 0 314.5 -97.5t111.5 -241.5l-2 -6h-233q0 67 -51 115t-140 48q-88 0 -134 -39.5t-46 -96.5t43.5 -90.5t176.5 -59.5q204 -42 302.5 -118.5t98.5 -208.5q0 -146 -120.5 -237 t-317.5 -91q-211 0 -333 108t-116 248l2 6h226q4 -94 68 -137t156 -43q94 0 145 36t51 97z" />
<glyph unicode="t" horiz-adv-x="712" d="M430 1345v-263h194v-180h-194v-598q0 -67 29 -95.5t77 -28.5q20 0 39 3.5t36 9.5l26 -178q-31 -17 -74 -26.5t-89 -9.5q-134 0 -210 78.5t-76 246.5v598h-165v180h165v263h242z" />
<glyph unicode="u" d="M802 158q-51 -86 -129 -132.5t-180 -46.5q-174 0 -272 111t-98 345v647h242v-649q0 -142 46 -199t139 -57q88 0 147.5 31.5t93.5 91.5v782h243v-1082h-212z" />
<glyph unicode="v" horiz-adv-x="1038" d="M504 366l18 -88h6l19 88l215 716h251l-384 -1082h-211l-386 1082h251z" />
<glyph unicode="w" horiz-adv-x="1530" d="M1080 312l6 1l169 769h233l-296 -1082h-199l-230 739l-2 10l-1 -10l-228 -739h-199l-296 1082h233l173 -758l6 -1l225 759h177z" />
<glyph unicode="x" horiz-adv-x="1038" d="M516 711l200 371h279l-340 -535l350 -547h-276l-209 380l-209 -380h-278l350 547l-340 535h276z" />
<glyph unicode="y" horiz-adv-x="1038" d="M487 434l24 -108h6l237 756h266l-448 -1246q-43 -113 -121 -193t-221 -80q-30 0 -64.5 6t-66.5 14l27 188q13 -1 37 -3t36 -2q66 0 105.5 45t64.5 104l40 98l-393 1069h265z" />
<glyph unicode="z" horiz-adv-x="1038" d="M386 194h578v-194h-879v159l546 727h-535v196h842v-154z" />
<glyph unicode="{" horiz-adv-x="687" d="M609 -360q-195 55 -277.5 175t-82.5 291v203q0 104 -47.5 162t-145.5 58v178q98 0 145.5 58t47.5 164v203q0 171 82.5 290.5t277.5 174.5l48 -140q-98 -33 -138.5 -117t-40.5 -208v-203q0 -104 -43 -184.5t-130 -125.5q87 -47 130 -127.5t43 -182.5v-203 q0 -124 40.5 -208t138.5 -117z" />
<glyph unicode="|" horiz-adv-x="514" d="M341 -270h-167v1726h167v-1726z" />
<glyph unicode="}" horiz-adv-x="687" d="M27 -219q97 33 138.5 117t41.5 208v203q0 105 44.5 185t137.5 124q-93 43 -137.5 123.5t-44.5 187.5v203q0 124 -41.5 208t-138.5 117l48 140q194 -55 277 -174.5t83 -290.5v-203q0 -106 47 -164t147 -58v-178q-100 0 -147 -58t-47 -162v-203q0 -171 -83 -291t-277 -175z " />
<glyph unicode="~" horiz-adv-x="1361" d="M1244 750q0 -151 -88 -257t-221 -106q-87 0 -159.5 32.5t-155.5 103.5q-55 46 -99 68t-90 22q-60 0 -102 -51.5t-42 -123.5l-170 22q0 150 86 252.5t221 102.5q86 0 161.5 -33.5t155.5 -101.5q54 -48 97 -69t90 -21q59 0 102 54.5t43 128.5z" />
<glyph unicode="&#xa1;" horiz-adv-x="542" d="M386 -374h-243v964h243v-964zM386 847h-243v235h243v-235z" />
<glyph unicode="&#xa2;" horiz-adv-x="1149" d="M585 173q89 0 150 52.5t61 131.5h222l2 -5q3 -129 -92.5 -231t-240.5 -131v-235h-200v232q-193 31 -294.5 178.5t-101.5 357.5v35q0 208 101.5 356t294.5 180v224h200v-225q154 -29 245 -136.5t88 -257.5l-2 -5h-222q0 89 -58.5 151t-152.5 62q-137 0 -194 -99.5 t-57 -249.5v-35q0 -153 57 -251.5t194 -98.5z" />
<glyph unicode="&#xa3;" horiz-adv-x="1205" d="M487 600l5 -114q0 -82 -22.5 -158t-64.5 -134h725v-194h-986v194h10q47 13 70.5 101.5t23.5 182.5l-5 122h-162v195h155l-9 238q0 207 116 325.5t311 118.5q207 0 321 -108.5t110 -286.5l-2 -6h-235q0 105 -54.5 155.5t-139.5 50.5q-86 0 -135 -65.5t-49 -183.5l9 -238 h389v-195h-381z" />
<glyph unicode="&#xa4;" horiz-adv-x="1437" d="M1085 107q-77 -61 -169.5 -94t-192.5 -33q-101 0 -193 32.5t-167 93.5l-129 -132l-141 144l135 137q-49 76 -74.5 165.5t-25.5 187.5q0 101 28 193.5t81 171.5l-144 147l141 144l142 -145q74 55 162 85t185 30q96 0 185 -30.5t164 -86.5l145 148l142 -145l-148 -151 q51 -78 79 -169.5t28 -191.5q0 -97 -25.5 -185.5t-72.5 -163.5l139 -141l-142 -145zM313 608q0 -185 119.5 -314t290.5 -129q170 0 289.5 129t119.5 314q0 184 -119.5 312t-289.5 128q-171 0 -290.5 -128t-119.5 -312z" />
<glyph unicode="&#xa5;" horiz-adv-x="1248" d="M620 816l323 640h271l-397 -714h276v-195h-355v-115h355v-195h-355v-237h-243v237h-357v195h357v115h-357v195h287l-399 714h272z" />
<glyph unicode="&#xa6;" horiz-adv-x="508" d="M136 -270v795h229v-795h-229zM365 698h-229v758h229v-758z" />
<glyph unicode="&#xa7;" horiz-adv-x="1272" d="M1164 455q0 -93 -44.5 -162t-126.5 -111q67 -50 101 -119t34 -166q0 -175 -136.5 -274t-367.5 -99q-226 0 -379 101t-148 319l2 6l233 1q0 -122 85 -177t207 -55t192 49.5t70 126.5t-67 122t-254 101q-242 64 -356.5 157t-114.5 267q0 90 43.5 160t125.5 114 q-67 50 -100 119.5t-33 166.5q0 169 137.5 272t367.5 103q238 0 372 -111.5t129 -312.5l-2 -6h-234q0 101 -70 168t-195 67q-130 0 -196 -50.5t-66 -127.5q0 -86 61 -129t257 -95q244 -66 358.5 -158.5t114.5 -266.5zM601 673q-42 10 -81 22.5t-76 26.5q-55 -21 -81.5 -63.5 t-26.5 -100.5q0 -89 62 -134.5t256 -100.5q53 -16 88 -26.5t67 -21.5q55 22 85 64.5t30 99.5q0 80 -68 128.5t-255 105.5z" />
<glyph unicode="&#xa8;" horiz-adv-x="1054" d="M889 1252h-242v204h242v-204zM405 1252h-241v204h241v-204z" />
<glyph unicode="&#xa9;" horiz-adv-x="1604" d="M1110 596l2 -6q4 -151 -84 -229.5t-245 -78.5q-160 0 -254.5 106t-94.5 281v119q0 173 94.5 280t254.5 107q157 0 245.5 -79.5t84.5 -228.5l-2 -6h-148q0 94 -45 136.5t-135 42.5q-94 0 -144.5 -69t-50.5 -182v-120q0 -115 50.5 -183.5t144.5 -68.5q90 0 134.5 41.5 t44.5 137.5h148zM209 729q0 -264 171.5 -444.5t416.5 -180.5q244 0 415.5 180.5t171.5 444.5q0 263 -171.5 442.5t-415.5 179.5q-246 0 -417 -179.5t-171 -442.5zM87 729q0 315 207 531t503 216q295 0 502 -216t207 -531q0 -316 -207.5 -533t-501.5 -217q-296 0 -503 217 t-207 533z" />
<glyph unicode="&#xaa;" horiz-adv-x="913" d="M608 706q-8 21 -13 44.5t-8 49.5q-33 -47 -88.5 -77.5t-133.5 -30.5q-119 0 -184 61t-65 167q0 111 84.5 171t246.5 60h137v51q0 62 -29.5 94.5t-86.5 32.5q-66 0 -102 -26t-36 -73l-165 13l-1 6q-6 98 79 163t225 65q134 0 212.5 -71t78.5 -205v-314q0 -51 6 -95t20 -86 h-177zM408 836q51 0 104.5 29t71.5 64v105h-136q-74 0 -115.5 -32t-41.5 -78q0 -43 29 -65.5t88 -22.5z" />
<glyph unicode="&#xab;" horiz-adv-x="994" d="M306 516l247 -399h-167l-288 390v19l288 390h167zM640 516l247 -399h-167l-288 390v19l288 390h167z" />
<glyph unicode="&#xac;" horiz-adv-x="1133" d="M962 374h-200v260h-635v171h835v-431z" />
<glyph unicode="&#xad;" horiz-adv-x="672" d="M596 521h-525v196h525v-196z" />
<glyph unicode="&#xae;" horiz-adv-x="1604" d="M87 729q0 315 207 531t503 216q295 0 502 -216t207 -531q0 -316 -207.5 -533t-501.5 -217q-296 0 -503 217t-207 533zM209 729q0 -264 171.5 -444.5t416.5 -180.5q244 0 415.5 180.5t171.5 444.5q0 263 -171.5 442.5t-415.5 179.5q-246 0 -417 -179.5t-171 -442.5z M653 653v-337h-151v850h281q151 0 238 -66.5t87 -193.5q0 -59 -30.5 -104t-89.5 -76q62 -28 89.5 -82t27.5 -129v-56q0 -41 3.5 -73.5t13.5 -53.5v-16h-155q-9 21 -11 61.5t-2 82.5v54q0 71 -33.5 105t-109.5 34h-158zM653 787h143q68 0 115 30.5t47 85.5q0 72 -39 101 t-136 29h-130v-246z" />
<glyph unicode="&#xaf;" horiz-adv-x="987" d="M862 1298h-727v158h727v-158z" />
<glyph unicode="&#xb0;" horiz-adv-x="778" d="M127 1208q0 110 77.5 189.5t186.5 79.5q107 0 183.5 -79.5t76.5 -189.5t-76.5 -187t-183.5 -77q-109 0 -186.5 77t-77.5 187zM266 1208q0 -53 36.5 -88.5t88.5 -35.5q51 0 86.5 35t35.5 89t-35.5 91t-86.5 37q-52 0 -88.5 -37t-36.5 -91z" />
<glyph unicode="&#xb1;" horiz-adv-x="1099" d="M668 906h343v-199h-343v-395h-215v395h-358v199h358v384h215v-384zM961 -23h-835v196h835v-196z" />
<glyph unicode="&#xb2;" horiz-adv-x="865" d="M725 667h-607v145l305 256q64 54 84 89t20 76q0 44 -25.5 72t-79.5 28q-61 0 -93 -30t-32 -78h-181l-2 6q-6 103 80 175.5t231 72.5q139 0 216.5 -65t77.5 -182q0 -81 -48.5 -140t-168.5 -164l-129 -110l2 -6h350v-145z" />
<glyph unicode="&#xb3;" horiz-adv-x="867" d="M417 1139q65 0 95.5 26.5t30.5 74.5q0 39 -32.5 65.5t-94.5 26.5q-53 0 -84.5 -22t-31.5 -56h-181l-2 6q-6 98 80 158t216 60q149 0 235 -59.5t86 -169.5q0 -55 -35.5 -100.5t-96.5 -70.5q70 -24 107.5 -71.5t37.5 -115.5q0 -112 -90 -174t-239 -62q-135 0 -227.5 60.5 t-86.5 172.5l2 6h181q0 -43 34.5 -68.5t95.5 -25.5q64 0 102 26t38 71q0 56 -35.5 83.5t-104.5 27.5h-123v131h123z" />
<glyph unicode="&#xb4;" horiz-adv-x="689" d="M311 1478h269l2 -6l-273 -260h-189z" />
<glyph unicode="&#xb5;" horiz-adv-x="1211" d="M388 1082v-620q0 -167 50 -227t147 -60q87 0 142.5 30.5t84.5 90.5v786h243v-1082h-223l-7 86q-45 -53 -104.5 -80t-134.5 -27q-61 0 -110.5 13.5t-87.5 41.5v-450h-242v1498h242z" />
<glyph unicode="&#xb6;" horiz-adv-x="1040" d="M637 0v520h-83q-233 0 -362.5 129.5t-129.5 338.5q0 207 129.5 337.5t362.5 130.5h326v-1456h-243z" />
<glyph unicode="&#xb7;" horiz-adv-x="578" d="M402 594h-242v240h242v-240z" />
<glyph unicode="&#xb8;" horiz-adv-x="528" d="M318 3l-11 -54q64 -11 107 -52t43 -121q0 -102 -85 -162.5t-242 -60.5l-7 137q62 0 99.5 22t37.5 67q0 44 -34.5 62t-116.5 23l32 139h177z" />
<glyph unicode="&#xb9;" horiz-adv-x="565" d="M406 665h-192v639h-127v150l319 23v-812z" />
<glyph unicode="&#xba;" horiz-adv-x="935" d="M119 1142q0 148 94 241.5t252 93.5t252.5 -93.5t94.5 -241.5v-116q0 -149 -94 -241.5t-251 -92.5q-159 0 -253.5 92.5t-94.5 241.5v116zM294 1026q0 -85 44 -136.5t129 -51.5q82 0 126 51.5t44 136.5v116q0 83 -44.5 135t-127.5 52q-84 0 -127.5 -52t-43.5 -135v-116z " />
<glyph unicode="&#xbb;" horiz-adv-x="994" d="M273 950l288 -390v-19l-288 -390h-167l247 399l-247 400h167zM619 950l288 -390v-19l-288 -390h-167l247 399l-247 400h167z" />
<glyph unicode="&#xbc;" horiz-adv-x="1548" d="M495 664h-192v639h-127v150l319 23v-812zM450 117l-125 72l711 1138l125 -72zM1389 290h114v-145h-114v-145h-191v145h-413l-10 116l422 540h192v-511zM977 295l3 -5h218v277l-6 2l-12 -20z" />
<glyph unicode="&#xbd;" horiz-adv-x="1638" d="M463 117l-125 72l711 1138l125 -72zM495 664h-192v639h-127v150l319 23v-812zM1536 0h-607v145l305 256q64 54 84 89t20 76q0 44 -25.5 72t-79.5 28q-61 0 -93 -30t-32 -78h-181l-2 6q-6 103 80 175.5t231 72.5q139 0 216.5 -65t77.5 -182q0 -81 -48.5 -140t-168.5 -164 l-129 -110l2 -6h350v-145z" />
<glyph unicode="&#xbe;" horiz-adv-x="1753" d="M633 117l-125 72l711 1138l125 -72zM1578 290h114v-145h-114v-145h-191v145h-413l-10 116l422 540h192v-511zM1166 295l3 -5h218v277l-6 2l-12 -20zM433 1140q65 0 95.5 26.5t30.5 74.5q0 39 -32.5 65.5t-94.5 26.5q-53 0 -84.5 -22t-31.5 -56h-181l-2 6q-6 98 80 158 t216 60q149 0 235 -59.5t86 -169.5q0 -55 -35.5 -100.5t-96.5 -70.5q70 -24 107.5 -71.5t37.5 -115.5q0 -112 -90 -174t-239 -62q-135 0 -227.5 60.5t-86.5 172.5l2 6h181q0 -43 34.5 -68.5t95.5 -25.5q64 0 102 26t38 71q0 56 -35.5 83.5t-104.5 27.5h-123v131h123z" />
<glyph unicode="&#xbf;" horiz-adv-x="1025" d="M684 669q-2 -144 -33.5 -205t-141.5 -153q-80 -79 -125 -147.5t-45 -151.5q0 -97 52 -150.5t151 -53.5q81 0 139 46t60 135h234l3 -6q1 -178 -121.5 -277.5t-314.5 -99.5q-211 0 -328.5 107t-117.5 295q0 127 73 235.5t186 198.5q56 49 71.5 94.5t15.5 132.5h242z M438 1082h248v-233h-248v233z" />
<glyph unicode="&#xc0;" horiz-adv-x="1320" d="M948 340h-570l-116 -340h-246l535 1456h230l529 -1456h-247zM448 543h431l-211 622h-6zM801 1560h-196l-259 260l2 6h268z" />
<glyph unicode="&#xc1;" horiz-adv-x="1320" d="M948 340h-570l-116 -340h-246l535 1456h230l529 -1456h-247zM448 543h431l-211 622h-6zM760 1825h269l2 -6l-273 -260h-189z" />
<glyph unicode="&#xc2;" horiz-adv-x="1320" d="M948 340h-570l-116 -340h-246l535 1456h230l529 -1456h-247zM448 543h431l-211 622h-6zM997 1621v-24h-195l-143 139l-142 -139h-193v26l264 240h143z" />
<glyph unicode="&#xc3;" horiz-adv-x="1320" d="M948 340h-570l-116 -340h-246l535 1456h230l529 -1456h-247zM448 543h431l-211 622h-6zM1021 1852q0 -95 -60 -162t-150 -67q-71 0 -153.5 44.5t-133.5 44.5q-39 0 -66 -32.5t-27 -77.5l-131 35q0 94 59.5 163.5t149.5 69.5q56 0 145.5 -44.5t141.5 -44.5q38 0 66 32 t28 78z" />
<glyph unicode="&#xc4;" horiz-adv-x="1320" d="M948 340h-570l-116 -340h-246l535 1456h230l529 -1456h-247zM448 543h431l-211 622h-6zM1023 1601h-242v204h242v-204zM539 1601h-241v204h241v-204z" />
<glyph unicode="&#xc5;" horiz-adv-x="1320" d="M948 340h-570l-116 -340h-246l535 1456h230l529 -1456h-247zM448 543h431l-211 622h-6zM450 1737q0 84 61.5 141t150.5 57q87 0 147.5 -57t60.5 -141q0 -85 -60.5 -139.5t-147.5 -54.5q-89 0 -150.5 54.5t-61.5 139.5zM560 1737q0 -43 29.5 -72t72.5 -29q42 0 70 28 t28 73t-28 74.5t-70 30.5q-43 -1 -72.5 -30.5t-29.5 -74.5z" />
<glyph unicode="&#xc6;" horiz-adv-x="1925" d="M1879 0h-898l-15 340h-502l-184 -340h-290l835 1456h992v-197h-646l17 -408h548v-197h-540l20 -458h663v-196zM580 555h377l-27 637l-5 1z" />
<glyph unicode="&#xc7;" horiz-adv-x="1302" d="M1221 483l2 -6q4 -221 -143.5 -359.5t-399.5 -138.5q-255 0 -414.5 171.5t-159.5 438.5v277q0 266 157.5 438.5t409.5 172.5q258 0 406.5 -135.5t144.5 -364.5l-2 -6h-235q0 147 -79.5 229t-234.5 82q-149 0 -236.5 -118t-87.5 -296v-279q0 -180 89.5 -298t241.5 -118 q151 0 229 81t78 229h234zM763 -1l-11 -54q64 -11 107 -52t43 -121q0 -102 -85 -162.5t-242 -60.5l-7 137q62 0 99.5 22t37.5 67q0 44 -34.5 62t-116.5 23l32 139h177z" />
<glyph unicode="&#xc8;" horiz-adv-x="1187" d="M1039 655h-637v-461h739v-194h-982v1456h975v-195h-732v-411h637v-195zM731 1560h-196l-259 260l2 6h268z" />
<glyph unicode="&#xc9;" horiz-adv-x="1187" d="M1039 655h-637v-461h739v-194h-982v1456h975v-195h-732v-411h637v-195zM690 1825h269l2 -6l-273 -260h-189z" />
<glyph unicode="&#xca;" horiz-adv-x="1187" d="M1039 655h-637v-461h739v-194h-982v1456h975v-195h-732v-411h637v-195zM955 1621v-24h-195l-143 139l-142 -139h-193v26l264 240h143z" />
<glyph unicode="&#xcb;" horiz-adv-x="1187" d="M1039 655h-637v-461h739v-194h-982v1456h975v-195h-732v-411h637v-195zM980 1601h-242v204h242v-204zM496 1601h-241v204h241v-204z" />
<glyph unicode="&#xcc;" horiz-adv-x="589" d="M416 0h-243v1456h243v-1456zM410 1560h-196l-259 260l2 6h268z" />
<glyph unicode="&#xcd;" horiz-adv-x="589" d="M416 0h-243v1456h243v-1456zM367 1825h269l2 -6l-273 -260h-189z" />
<glyph unicode="&#xce;" horiz-adv-x="589" d="M416 0h-243v1456h243v-1456zM634 1621v-24h-195l-143 139l-142 -139h-193v26l264 240h143z" />
<glyph unicode="&#xcf;" horiz-adv-x="589" d="M416 0h-243v1456h243v-1456zM659 1601h-242v204h242v-204zM175 1601h-241v204h241v-204z" />
<glyph unicode="&#xd0;" horiz-adv-x="1376" d="M189 0v657h-153v170h153v629h472q277 0 450.5 -173t173.5 -445v-221q0 -273 -173.5 -445t-450.5 -172h-472zM691 657h-259v-463h222q181 0 284.5 118t103.5 305v223q0 185 -103.5 303t-284.5 118h-222v-434h259v-170z" />
<glyph unicode="&#xd1;" horiz-adv-x="1456" d="M1296 0h-242l-646 1063l-6 -2v-1061h-243v1456h243l646 -1062l6 2v1060h242v-1456zM1087 1852q0 -95 -60 -162t-150 -67q-71 0 -153.5 44.5t-133.5 44.5q-39 0 -66 -32.5t-27 -77.5l-131 35q0 94 59.5 163.5t149.5 69.5q56 0 145.5 -44.5t141.5 -44.5q38 0 66 32t28 78z " />
<glyph unicode="&#xd2;" horiz-adv-x="1398" d="M1294 597q0 -267 -167.5 -442.5t-434.5 -175.5q-262 0 -425.5 175.5t-163.5 442.5v262q0 266 163.5 442t424.5 176q267 0 435 -176t168 -442v-262zM1052 861q0 182 -97.5 299t-263.5 117q-160 0 -253 -117t-93 -299v-264q0 -184 93 -301.5t254 -117.5q167 0 263.5 117 t96.5 302v264zM813 1581h-196l-259 260l2 6h268z" />
<glyph unicode="&#xd3;" horiz-adv-x="1398" d="M1294 597q0 -267 -167.5 -442.5t-434.5 -175.5q-262 0 -425.5 175.5t-163.5 442.5v262q0 266 163.5 442t424.5 176q267 0 435 -176t168 -442v-262zM1052 861q0 182 -97.5 299t-263.5 117q-160 0 -253 -117t-93 -299v-264q0 -184 93 -301.5t254 -117.5q167 0 263.5 117 t96.5 302v264zM772 1846h269l2 -6l-273 -260h-189z" />
<glyph unicode="&#xd4;" horiz-adv-x="1398" d="M1294 597q0 -267 -167.5 -442.5t-434.5 -175.5q-262 0 -425.5 175.5t-163.5 442.5v262q0 266 163.5 442t424.5 176q267 0 435 -176t168 -442v-262zM1052 861q0 182 -97.5 299t-263.5 117q-160 0 -253 -117t-93 -299v-264q0 -184 93 -301.5t254 -117.5q167 0 263.5 117 t96.5 302v264zM1037 1642v-24h-195l-143 139l-142 -139h-193v26l264 240h143z" />
<glyph unicode="&#xd5;" horiz-adv-x="1398" d="M1294 597q0 -267 -167.5 -442.5t-434.5 -175.5q-262 0 -425.5 175.5t-163.5 442.5v262q0 266 163.5 442t424.5 176q267 0 435 -176t168 -442v-262zM1052 861q0 182 -97.5 299t-263.5 117q-160 0 -253 -117t-93 -299v-264q0 -184 93 -301.5t254 -117.5q167 0 263.5 117 t96.5 302v264zM1060 1873q0 -95 -60 -162t-150 -67q-71 0 -153.5 44.5t-133.5 44.5q-39 0 -66 -32.5t-27 -77.5l-131 35q0 94 59.5 163.5t149.5 69.5q56 0 145.5 -44.5t141.5 -44.5q38 0 66 32t28 78z" />
<glyph unicode="&#xd6;" horiz-adv-x="1398" d="M1294 597q0 -267 -167.5 -442.5t-434.5 -175.5q-262 0 -425.5 175.5t-163.5 442.5v262q0 266 163.5 442t424.5 176q267 0 435 -176t168 -442v-262zM1052 861q0 182 -97.5 299t-263.5 117q-160 0 -253 -117t-93 -299v-264q0 -184 93 -301.5t254 -117.5q167 0 263.5 117 t96.5 302v264zM1062 1622h-242v204h242v-204zM578 1622h-241v204h241v-204z" />
<glyph unicode="&#xd7;" horiz-adv-x="1092" d="M77 364l316 322l-316 322l148 150l315 -322l316 322l148 -150l-316 -322l316 -322l-148 -150l-316 321l-315 -321z" />
<glyph unicode="&#xd8;" horiz-adv-x="1403" d="M1294 597q0 -267 -167.5 -442.5t-434.5 -175.5q-82 0 -155.5 18t-136.5 54l-86 -146h-148l130 221q-93 84 -143 206t-50 265v262q0 266 163.5 442t424.5 176q97 0 182.5 -25.5t158.5 -72.5l82 139h148l-131 -222q78 -84 120.5 -196.5t42.5 -240.5v-262zM345 597 q0 -79 17.5 -146.5t50.5 -114.5l6 -1l504 858q-47 40 -105 62t-127 22q-160 0 -253 -117t-93 -299v-264zM1052 861q0 61 -12 115.5t-33 96.5l-6 1l-495 -842q39 -27 86 -40.5t100 -13.5q167 0 263.5 117t96.5 302v264z" />
<glyph unicode="&#xd9;" horiz-adv-x="1396" d="M1265 1456v-976q0 -242 -158 -371.5t-413 -129.5q-250 0 -405 130t-155 371v976h243v-976q0 -153 86 -230t231 -77q150 0 239 77t89 230v976h243zM814 1560h-196l-259 260l2 6h268z" />
<glyph unicode="&#xda;" horiz-adv-x="1396" d="M1265 1456v-976q0 -242 -158 -371.5t-413 -129.5q-250 0 -405 130t-155 371v976h243v-976q0 -153 86 -230t231 -77q150 0 239 77t89 230v976h243zM773 1825h269l2 -6l-273 -260h-189z" />
<glyph unicode="&#xdb;" horiz-adv-x="1396" d="M1265 1456v-976q0 -242 -158 -371.5t-413 -129.5q-250 0 -405 130t-155 371v976h243v-976q0 -153 86 -230t231 -77q150 0 239 77t89 230v976h243zM1038 1621v-24h-195l-143 139l-142 -139h-193v26l264 240h143z" />
<glyph unicode="&#xdc;" horiz-adv-x="1396" d="M1265 1456v-976q0 -242 -158 -371.5t-413 -129.5q-250 0 -405 130t-155 371v976h243v-976q0 -153 86 -230t231 -77q150 0 239 77t89 230v976h243zM1063 1601h-242v204h242v-204zM579 1601h-241v204h241v-204z" />
<glyph unicode="&#xdd;" horiz-adv-x="1270" d="M634 748l352 708h271l-505 -945v-511h-242v524l-497 932h271zM711 1825h269l2 -6l-273 -260h-189z" />
<glyph unicode="&#xde;" horiz-adv-x="1226" d="M391 1456v-280h246q242 0 377.5 -121.5t135.5 -316.5q0 -196 -135.5 -317t-377.5 -121h-246v-300h-243v1456h243zM391 981v-486h246q135 0 202.5 69.5t67.5 171.5q0 104 -67.5 174.5t-202.5 70.5h-246z" />
<glyph unicode="&#xdf;" horiz-adv-x="1255" d="M378 0h-242v1093q0 224 123 349t325 125q170 0 279.5 -91.5t109.5 -264.5q0 -113 -59 -216.5t-59 -165.5q0 -68 162 -210t162 -280q0 -180 -109 -270t-306 -90q-82 0 -166.5 17t-122.5 45l49 197q41 -25 102.5 -45t123.5 -20q93 0 140 41.5t47 112.5q0 76 -162.5 214.5 t-162.5 283.5q0 85 63 190t63 180q0 80 -47.5 128.5t-110.5 48.5q-91 0 -146.5 -74t-55.5 -207v-1091z" />
<glyph unicode="&#xe0;" horiz-adv-x="1114" d="M779 0q-13 41 -21.5 80t-11.5 78q-50 -76 -131.5 -127.5t-182.5 -51.5q-169 0 -259.5 87t-90.5 239q0 157 124 244.5t349 87.5h189v95q0 85 -50 133t-143 48q-83 0 -132 -40t-49 -103h-234l-1 6q-7 128 114.5 227t316.5 99q189 0 305 -96t116 -276v-481q0 -67 9 -128.5 t29 -120.5h-246zM481 174q92 0 165.5 46t97.5 105v160h-193q-106 0 -166 -52.5t-60 -123.5q0 -62 40.5 -98.5t115.5 -36.5zM664 1238h-196l-259 260l2 6h268z" />
<glyph unicode="&#xe1;" horiz-adv-x="1114" d="M779 0q-13 41 -21.5 80t-11.5 78q-50 -76 -131.5 -127.5t-182.5 -51.5q-169 0 -259.5 87t-90.5 239q0 157 124 244.5t349 87.5h189v95q0 85 -50 133t-143 48q-83 0 -132 -40t-49 -103h-234l-1 6q-7 128 114.5 227t316.5 99q189 0 305 -96t116 -276v-481q0 -67 9 -128.5 t29 -120.5h-246zM481 174q92 0 165.5 46t97.5 105v160h-193q-106 0 -166 -52.5t-60 -123.5q0 -62 40.5 -98.5t115.5 -36.5zM623 1503h269l2 -6l-273 -260h-189z" />
<glyph unicode="&#xe2;" horiz-adv-x="1114" d="M779 0q-13 41 -21.5 80t-11.5 78q-50 -76 -131.5 -127.5t-182.5 -51.5q-169 0 -259.5 87t-90.5 239q0 157 124 244.5t349 87.5h189v95q0 85 -50 133t-143 48q-83 0 -132 -40t-49 -103h-234l-1 6q-7 128 114.5 227t316.5 99q189 0 305 -96t116 -276v-481q0 -67 9 -128.5 t29 -120.5h-246zM481 174q92 0 165.5 46t97.5 105v160h-193q-106 0 -166 -52.5t-60 -123.5q0 -62 40.5 -98.5t115.5 -36.5zM888 1299v-24h-195l-143 139l-142 -139h-193v26l264 240h143z" />
<glyph unicode="&#xe3;" horiz-adv-x="1114" d="M779 0q-13 41 -21.5 80t-11.5 78q-50 -76 -131.5 -127.5t-182.5 -51.5q-169 0 -259.5 87t-90.5 239q0 157 124 244.5t349 87.5h189v95q0 85 -50 133t-143 48q-83 0 -132 -40t-49 -103h-234l-1 6q-7 128 114.5 227t316.5 99q189 0 305 -96t116 -276v-481q0 -67 9 -128.5 t29 -120.5h-246zM481 174q92 0 165.5 46t97.5 105v160h-193q-106 0 -166 -52.5t-60 -123.5q0 -62 40.5 -98.5t115.5 -36.5zM911 1530q0 -95 -60 -162t-150 -67q-71 0 -153.5 44.5t-133.5 44.5q-39 0 -66 -32.5t-27 -77.5l-131 35q0 94 59.5 163.5t149.5 69.5 q56 0 145.5 -44.5t141.5 -44.5q38 0 66 32t28 78z" />
<glyph unicode="&#xe4;" horiz-adv-x="1114" d="M779 0q-13 41 -21.5 80t-11.5 78q-50 -76 -131.5 -127.5t-182.5 -51.5q-169 0 -259.5 87t-90.5 239q0 157 124 244.5t349 87.5h189v95q0 85 -50 133t-143 48q-83 0 -132 -40t-49 -103h-234l-1 6q-7 128 114.5 227t316.5 99q189 0 305 -96t116 -276v-481q0 -67 9 -128.5 t29 -120.5h-246zM481 174q92 0 165.5 46t97.5 105v160h-193q-106 0 -166 -52.5t-60 -123.5q0 -62 40.5 -98.5t115.5 -36.5zM913 1279h-242v204h242v-204zM429 1279h-241v204h241v-204z" />
<glyph unicode="&#xe5;" horiz-adv-x="1114" d="M779 0q-13 41 -21.5 80t-11.5 78q-50 -76 -131.5 -127.5t-182.5 -51.5q-169 0 -259.5 87t-90.5 239q0 157 124 244.5t349 87.5h189v95q0 85 -50 133t-143 48q-83 0 -132 -40t-49 -103h-234l-1 6q-7 128 114.5 227t316.5 99q189 0 305 -96t116 -276v-481q0 -67 9 -128.5 t29 -120.5h-246zM481 174q92 0 165.5 46t97.5 105v160h-193q-106 0 -166 -52.5t-60 -123.5q0 -62 40.5 -98.5t115.5 -36.5zM339 1415q0 84 61.5 141t150.5 57q87 0 147.5 -57t60.5 -141q0 -85 -60.5 -139.5t-147.5 -54.5q-89 0 -150.5 54.5t-61.5 139.5zM449 1415 q0 -43 29.5 -72t72.5 -29q42 0 70 28t28 73t-28 74.5t-70 30.5q-43 -1 -72.5 -30.5t-29.5 -74.5z" />
<glyph unicode="&#xe6;" horiz-adv-x="1729" d="M1254 -21q-132 0 -234 44.5t-169 127.5q-59 -74 -166 -123t-256 -49q-180 0 -278.5 89.5t-98.5 243.5q0 158 120.5 244t351.5 86h206v71q0 91 -46.5 142.5t-132.5 51.5q-93 0 -146.5 -45t-53.5 -110l-233 18l-2 6q-6 141 115 233.5t322 92.5q107 0 192.5 -33t141.5 -97 q63 63 147 96.5t184 33.5q214 0 332 -131t118 -359v-141h-680l-3 -6q4 -131 74 -211.5t209 -80.5q98 0 161 23t144 69l73 -165q-57 -45 -158 -83t-234 -38zM476 164q67 0 140 36.5t114 85.5v189h-204q-109 0 -170 -49t-61 -118q0 -65 45.5 -104.5t135.5 -39.5zM1218 907 q-104 0 -162 -71.5t-68 -188.5l2 -5h438v30q0 105 -51.5 170t-158.5 65z" />
<glyph unicode="&#xe7;" horiz-adv-x="1075" d="M575 173q89 0 150 52.5t61 131.5h220l2 -6q5 -152 -123.5 -262t-309.5 -110q-239 0 -366.5 154t-127.5 390v35q0 235 127.5 389.5t366.5 154.5q195 0 316.5 -113.5t117.5 -288.5l-2 -6h-221q0 89 -58.5 151t-152.5 62q-137 0 -194 -99.5t-57 -249.5v-35q0 -153 57 -251.5 t194 -98.5zM636 -1l-11 -54q64 -11 107 -52t43 -121q0 -102 -85 -162.5t-242 -60.5l-7 137q62 0 99.5 22t37.5 67q0 44 -34.5 62t-116.5 23l32 139h177z" />
<glyph unicode="&#xe8;" horiz-adv-x="1084" d="M592 -21q-230 0 -366.5 150.5t-136.5 386.5v40q0 236 135.5 391.5t339.5 154.5q219 0 335.5 -132.5t116.5 -355.5v-143h-675l-2 -5q6 -129 75.5 -211t192.5 -82q98 0 168 24t135 69l78 -159q-61 -54 -162 -91t-234 -37zM564 907q-90 0 -148 -71.5t-72 -181.5l2 -5h429v25 q0 103 -52.5 168t-158.5 65zM666 1239h-196l-259 260l2 6h268z" />
<glyph unicode="&#xe9;" horiz-adv-x="1084" d="M592 -21q-230 0 -366.5 150.5t-136.5 386.5v40q0 236 135.5 391.5t339.5 154.5q219 0 335.5 -132.5t116.5 -355.5v-143h-675l-2 -5q6 -129 75.5 -211t192.5 -82q98 0 168 24t135 69l78 -159q-61 -54 -162 -91t-234 -37zM564 907q-90 0 -148 -71.5t-72 -181.5l2 -5h429v25 q0 103 -52.5 168t-158.5 65zM625 1504h269l2 -6l-273 -260h-189z" />
<glyph unicode="&#xea;" horiz-adv-x="1084" d="M592 -21q-230 0 -366.5 150.5t-136.5 386.5v40q0 236 135.5 391.5t339.5 154.5q219 0 335.5 -132.5t116.5 -355.5v-143h-675l-2 -5q6 -129 75.5 -211t192.5 -82q98 0 168 24t135 69l78 -159q-61 -54 -162 -91t-234 -37zM564 907q-90 0 -148 -71.5t-72 -181.5l2 -5h429v25 q0 103 -52.5 168t-158.5 65zM890 1300v-24h-195l-143 139l-142 -139h-193v26l264 240h143z" />
<glyph unicode="&#xeb;" horiz-adv-x="1084" d="M592 -21q-230 0 -366.5 150.5t-136.5 386.5v40q0 236 135.5 391.5t339.5 154.5q219 0 335.5 -132.5t116.5 -355.5v-143h-675l-2 -5q6 -129 75.5 -211t192.5 -82q98 0 168 24t135 69l78 -159q-61 -54 -162 -91t-234 -37zM564 907q-90 0 -148 -71.5t-72 -181.5l2 -5h429v25 q0 103 -52.5 168t-158.5 65zM915 1280h-242v204h242v-204zM431 1280h-241v204h241v-204z" />
<glyph unicode="&#xec;" horiz-adv-x="538" d="M386 0h-243v1082h243v-1082zM381 1217h-196l-259 260l2 6h268z" />
<glyph unicode="&#xed;" horiz-adv-x="538" d="M386 0h-243v1082h243v-1082zM338 1482h269l2 -6l-273 -260h-189z" />
<glyph unicode="&#xee;" horiz-adv-x="538" d="M386 0h-243v1082h243v-1082zM605 1278v-24h-195l-143 139l-142 -139h-193v26l264 240h143z" />
<glyph unicode="&#xef;" horiz-adv-x="538" d="M386 0h-243v1082h243v-1082zM630 1258h-242v204h242v-204zM146 1258h-241v204h241v-204z" />
<glyph unicode="&#xf0;" horiz-adv-x="1210" d="M897 1292q98 -105 151.5 -243t53.5 -301v-207q0 -248 -150 -405t-375 -157q-227 0 -372 140.5t-145 348.5q0 226 136.5 365.5t358.5 139.5q85 0 160.5 -31.5t127.5 -83.5l4 5q-12 94 -53 172.5t-105 138.5l-268 -150l-78 109l219 123v6q-33 17 -71.5 32t-77.5 27l75 196 q84 -19 160 -52.5t142 -79.5l207 116l78 -109zM581 173q125 0 201.5 104t76.5 264v132q-35 48 -107.5 80t-175.5 32q-126 0 -199.5 -90t-73.5 -227q0 -121 75.5 -208t202.5 -87z" />
<glyph unicode="&#xf1;" d="M348 1082l14 -156q53 83 133.5 129.5t181.5 46.5q169 0 263.5 -102.5t94.5 -319.5v-680h-243v678q0 122 -50.5 173.5t-153.5 51.5q-71 0 -127 -31.5t-92 -86.5v-785h-243v1082h222zM938 1530q0 -95 -60 -162t-150 -67q-71 0 -153.5 44.5t-133.5 44.5q-39 0 -66 -32.5 t-27 -77.5l-131 35q0 94 59.5 163.5t149.5 69.5q56 0 145.5 -44.5t141.5 -44.5q38 0 66 32t28 78z" />
<glyph unicode="&#xf2;" d="M83 551q0 241 132 396q134 155 363 155q233 0 365 -155q133 -154 133 -396v-21q0 -244 -133 -398q-132 -153 -363 -153q-232 0 -365 154q-132 154 -132 397v21zM326 530q0 -158 62 -258q61 -99 192 -99q127 0 190 99q64 100 64 258v21q0 155 -64 255q-63 101 -192 101 q-127 0 -190 -101q-62 -101 -62 -255v-21zM693 1238h-196l-259 260l2 6h268z" />
<glyph unicode="&#xf3;" d="M83 551q0 241 132 396q134 155 363 155q233 0 365 -155q133 -154 133 -396v-21q0 -244 -133 -398q-132 -153 -363 -153q-232 0 -365 154q-132 154 -132 397v21zM326 530q0 -158 62 -258q61 -99 192 -99q127 0 190 99q64 100 64 258v21q0 155 -64 255q-63 101 -192 101 q-127 0 -190 -101q-62 -101 -62 -255v-21zM652 1503h269l2 -6l-273 -260h-189z" />
<glyph unicode="&#xf4;" d="M83 551q0 241 132 396q134 155 363 155q233 0 365 -155q133 -154 133 -396v-21q0 -244 -133 -398q-132 -153 -363 -153q-232 0 -365 154q-132 154 -132 397v21zM326 530q0 -158 62 -258q61 -99 192 -99q127 0 190 99q64 100 64 258v21q0 155 -64 255q-63 101 -192 101 q-127 0 -190 -101q-62 -101 -62 -255v-21zM917 1299v-24h-195l-143 139l-142 -139h-193v26l264 240h143z" />
<glyph unicode="&#xf5;" d="M83 551q0 241 132 396q134 155 363 155q233 0 365 -155q133 -154 133 -396v-21q0 -244 -133 -398q-132 -153 -363 -153q-232 0 -365 154q-132 154 -132 397v21zM326 530q0 -158 62 -258q61 -99 192 -99q127 0 190 99q64 100 64 258v21q0 155 -64 255q-63 101 -192 101 q-127 0 -190 -101q-62 -101 -62 -255v-21zM940 1530q0 -95 -60 -162t-150 -67q-71 0 -153.5 44.5t-133.5 44.5q-39 0 -66 -32.5t-27 -77.5l-131 35q0 94 59.5 163.5t149.5 69.5q56 0 145.5 -44.5t141.5 -44.5q38 0 66 32t28 78z" />
<glyph unicode="&#xf6;" d="M83 551q0 241 132 396q134 155 363 155q233 0 365 -155q133 -154 133 -396v-21q0 -244 -133 -398q-132 -153 -363 -153q-232 0 -365 154q-132 154 -132 397v21zM326 530q0 -158 62 -258q61 -99 192 -99q127 0 190 99q64 100 64 258v21q0 155 -64 255q-63 101 -192 101 q-127 0 -190 -101q-62 -101 -62 -255v-21zM942 1279h-242v204h242v-204zM458 1279h-241v204h241v-204z" />
<glyph unicode="&#xf7;" horiz-adv-x="1169" d="M1079 582h-1012v212h1012v-212zM696 985h-243v221h243v-221zM696 170h-243v221h243v-221z" />
<glyph unicode="&#xf8;" horiz-adv-x="1161" d="M83 551q0 242 132.5 396.5t362.5 154.5q53 0 102.5 -9.5t94.5 -26.5l72 146h144l-104 -211q91 -74 140 -190.5t49 -259.5v-21q0 -244 -132.5 -397.5t-363.5 -153.5q-48 0 -93 7.5t-87 21.5l-72 -146h-144l102 207q-99 71 -151 191t-52 270v21zM326 530q0 -78 14.5 -142 t44.5 -104l6 -1l294 600q-24 11 -50.5 17.5t-56.5 6.5q-127 0 -189.5 -100.5t-62.5 -255.5v-21zM834 551q0 68 -13 127t-37 100l-6 1l-289 -590q20 -8 43 -12t48 -4q127 0 190.5 99.5t63.5 257.5v21z" />
<glyph unicode="&#xf9;" d="M802 158q-51 -86 -129 -132.5t-180 -46.5q-174 0 -272 111t-98 345v647h242v-649q0 -142 46 -199t139 -57q88 0 147.5 31.5t93.5 91.5v782h243v-1082h-212zM692 1217h-196l-259 260l2 6h268z" />
<glyph unicode="&#xfa;" d="M802 158q-51 -86 -129 -132.5t-180 -46.5q-174 0 -272 111t-98 345v647h242v-649q0 -142 46 -199t139 -57q88 0 147.5 31.5t93.5 91.5v782h243v-1082h-212zM651 1482h269l2 -6l-273 -260h-189z" />
<glyph unicode="&#xfb;" d="M802 158q-51 -86 -129 -132.5t-180 -46.5q-174 0 -272 111t-98 345v647h242v-649q0 -142 46 -199t139 -57q88 0 147.5 31.5t93.5 91.5v782h243v-1082h-212zM916 1278v-24h-195l-143 139l-142 -139h-193v26l264 240h143z" />
<glyph unicode="&#xfc;" d="M802 158q-51 -86 -129 -132.5t-180 -46.5q-174 0 -272 111t-98 345v647h242v-649q0 -142 46 -199t139 -57q88 0 147.5 31.5t93.5 91.5v782h243v-1082h-212zM941 1258h-242v204h242v-204zM457 1258h-241v204h241v-204z" />
<glyph unicode="&#xfd;" horiz-adv-x="1038" d="M487 434l24 -108h6l237 756h266l-448 -1246q-43 -113 -121 -193t-221 -80q-30 0 -64.5 6t-66.5 14l27 188q13 -1 37 -3t36 -2q66 0 105.5 45t64.5 104l40 98l-393 1069h265zM591 1482h269l2 -6l-273 -260h-189z" />
<glyph unicode="&#xfe;" horiz-adv-x="1175" d="M1086 505q0 -236 -111 -381t-309 -145q-92 0 -163 33t-122 97v-525h-243v1976h243v-595q50 66 120.5 101.5t161.5 35.5q200 0 311.5 -158.5t111.5 -417.5v-21zM844 526q0 166 -62.5 271.5t-186.5 105.5q-76 0 -129 -32.5t-85 -90.5v-489q32 -57 85 -87.5t131 -30.5 q124 0 185.5 91.5t61.5 240.5v21z" />
<glyph unicode="&#xff;" horiz-adv-x="1038" d="M487 434l24 -108h6l237 756h266l-448 -1246q-43 -113 -121 -193t-221 -80q-30 0 -64.5 6t-66.5 14l27 188q13 -1 37 -3t36 -2q66 0 105.5 45t64.5 104l40 98l-393 1069h265zM883 1258h-242v204h242v-204zM399 1258h-241v204h241v-204z" />
<glyph unicode="&#x131;" horiz-adv-x="538" d="M386 0h-243v1082h243v-1082z" />
<glyph unicode="&#x152;" horiz-adv-x="1972" d="M1866 0h-895q-92 -10 -156.5 -15.5t-131.5 -5.5q-260 0 -421 165.5t-161 431.5v304q0 265 160.5 431t419.5 166q69 0 140 -6t150 -15h888v-195h-732v-411h637v-195h-637v-461h739v-194zM683 174q51 0 101.5 3.5t99.5 10.5v1080q-53 6 -103.5 10t-99.5 4 q-159 0 -248.5 -102.5t-89.5 -297.5v-306q0 -196 90 -299t250 -103z" />
<glyph unicode="&#x153;" horiz-adv-x="1851" d="M1370 -21q-129 0 -231 49.5t-167 139.5q-65 -91 -164.5 -140t-227.5 -49q-232 0 -364.5 154t-132.5 397v21q0 242 132.5 396.5t362.5 154.5q129 0 229.5 -50.5t165.5 -141.5q64 91 160 141.5t209 50.5q219 0 335.5 -132.5t116.5 -355.5v-143h-675l-2 -5q6 -129 75.5 -211 t192.5 -82q98 0 168 24t135 69l78 -159q-61 -54 -162 -91t-234 -37zM326 530q0 -159 62 -258t192 -99q127 0 190.5 99.5t63.5 257.5v21q0 155 -63.5 255.5t-192.5 100.5q-127 0 -189.5 -100.5t-62.5 -255.5v-21zM1342 907q-90 0 -148 -71.5t-72 -181.5l2 -5h429v25 q0 103 -52.5 168t-158.5 65z" />
<glyph unicode="&#x178;" horiz-adv-x="1270" d="M634 748l352 708h271l-505 -945v-511h-242v524l-497 932h271zM1001 1601h-242v204h242v-204zM517 1601h-241v204h241v-204z" />
<glyph unicode="&#x2c6;" horiz-adv-x="998" d="M828 1276v-24h-195l-143 139l-142 -139h-193v26l264 240h143z" />
<glyph unicode="&#x2da;" horiz-adv-x="690" d="M130 1302q0 84 61.5 141t150.5 57q87 0 147.5 -57t60.5 -141q0 -85 -60.5 -139.5t-147.5 -54.5q-89 0 -150.5 54.5t-61.5 139.5zM240 1302q0 -43 29.5 -72t72.5 -29q42 0 70 28t28 73t-28 74.5t-70 30.5q-43 -1 -72.5 -30.5t-29.5 -74.5z" />
<glyph unicode="&#x2dc;" horiz-adv-x="984" d="M849 1488q0 -95 -60 -162t-150 -67q-71 0 -153.5 44.5t-133.5 44.5q-39 0 -66 -32.5t-27 -77.5l-131 35q0 94 59.5 163.5t149.5 69.5q56 0 145.5 -44.5t141.5 -44.5q38 0 66 32t28 78z" />
<glyph unicode="&#x2000;" horiz-adv-x="967" />
<glyph unicode="&#x2001;" horiz-adv-x="1935" />
<glyph unicode="&#x2002;" horiz-adv-x="967" />
<glyph unicode="&#x2003;" horiz-adv-x="1935" />
<glyph unicode="&#x2004;" horiz-adv-x="645" />
<glyph unicode="&#x2005;" horiz-adv-x="483" />
<glyph unicode="&#x2006;" horiz-adv-x="322" />
<glyph unicode="&#x2007;" horiz-adv-x="322" />
<glyph unicode="&#x2008;" horiz-adv-x="241" />
<glyph unicode="&#x2009;" horiz-adv-x="387" />
<glyph unicode="&#x200a;" horiz-adv-x="107" />
<glyph unicode="&#x2010;" horiz-adv-x="672" d="M596 521h-525v196h525v-196z" />
<glyph unicode="&#x2011;" horiz-adv-x="672" d="M596 521h-525v196h525v-196z" />
<glyph unicode="&#x2012;" horiz-adv-x="672" d="M596 521h-525v196h525v-196z" />
<glyph unicode="&#x2013;" horiz-adv-x="1415" d="M1252.89 621h-1085.49v196h1085.49v-196z" />
<glyph unicode="&#x2014;" horiz-adv-x="1665" d="M1508.78 621h-1335.98v196h1335.98v-196z" />
<glyph unicode="&#x2018;" horiz-adv-x="413" d="M66 1203l162 357h119l-60 -358v-187h-221v188z" />
<glyph unicode="&#x2019;" horiz-adv-x="413" d="M350 1366l-162 -350h-119l60 348v196h221v-194z" />
<glyph unicode="&#x201a;" horiz-adv-x="413" d="M347 20l-155 -282h-126l60 265v266h221v-249z" />
<glyph unicode="&#x201c;" horiz-adv-x="746" d="M66 1203l162 357h119l-60 -358v-187h-221v188zM395 1203l162 357h119l-60 -358v-187h-221v188z" />
<glyph unicode="&#x201d;" horiz-adv-x="754" d="M350 1366l-162 -350h-119l60 348v196h221v-194zM687 1366l-162 -350h-119l60 348v196h221v-194z" />
<glyph unicode="&#x201e;" horiz-adv-x="731" d="M340 73l-162 -306h-112l60 295v228h214v-217zM665 73l-162 -306h-112l60 303v220h214v-217z" />
<glyph unicode="&#x2022;" horiz-adv-x="715" d="M136 801q0 94 60 154.5t161 60.5q102 0 162.5 -60t60.5 -155v-77q0 -96 -60 -154.5t-162 -58.5q-101 0 -161.5 59t-60.5 154v77z" />
<glyph unicode="&#x2026;" horiz-adv-x="1446" d="M395 0h-242v233h242v-233zM838 0h-242v233h242v-233zM1258 0h-242v233h242v-233z" />
<glyph unicode="&#x202f;" horiz-adv-x="387" />
<glyph unicode="&#x2039;" horiz-adv-x="626" d="M316 550l247 -399h-167l-288 390v19l288 390h167z" />
<glyph unicode="&#x203a;" horiz-adv-x="617" d="M251 950l288 -390v-19l-288 -390h-167l247 399l-247 400h167z" />
<glyph unicode="&#x2044;" horiz-adv-x="924" d="M170 109l-125 72l711 1138l125 -72z" />
<glyph unicode="&#x205f;" horiz-adv-x="483" />
<glyph unicode="&#x20ac;" horiz-adv-x="1101" d="M924 457h-460v-2q0 -112 77 -197t210 -85q57 0 113 8.5t108 25.5l20 -197q-56 -15 -117.5 -23t-123.5 -8q-237 0 -383.5 141.5t-146.5 334.5v2h-146v195h146v128h-146v195h146v12q0 198 145.5 344t382.5 146q60 0 118 -8t125 -23l-20 -199q-54 16 -110.5 25.5t-112.5 9.5 q-132 0 -208.5 -89.5t-76.5 -203.5v-14h460v-195h-460v-128h460v-195z" />
<glyph unicode="&#x2122;" horiz-adv-x="1289" d="M1012 1233l-6 1l-129 -318h-61l-134 330l-6 -1v-329h-111v540h137l141 -373h6l142 373h131v-540h-110v317zM491 1361h-138v-443h-117v443h-136v95h391v-95z" />
<glyph unicode="&#x2212;" horiz-adv-x="1155" d="M993 621h-835v196h835v-196z" />
<glyph unicode="&#x25fc;" horiz-adv-x="1080" d="M0 1080h1080v-1080h-1080v1080z" />
<glyph unicode="&#xfb02;" horiz-adv-x="1250" d="M207 0v902h-165v180h165v126q0 179 97.5 276t273.5 97q35 0 71 -5.5t81 -15.5l-25 -188q-20 4 -44.5 7t-52.5 3q-79 0 -118.5 -45t-39.5 -129v-126h220v-180h-220v-902h-243zM1106 0h-243v1560h243v-1560z" />
<glyph unicode="&#xfb03;" horiz-adv-x="1911" d="M207 0v902h-165v180h165v126q0 179 97.5 276t273.5 97q35 0 71 -5.5t81 -15.5l-25 -188q-20 4 -44.5 7t-52.5 3q-79 0 -118.5 -45t-39.5 -129v-126h220v-180h-220v-902h-243zM908 0v902h-165v180h165v92q0 195 115 301t322 106q72 0 143 -15.5t163 -44.5l-37 -201 q-62 21 -122 34.5t-130 13.5q-109 0 -160 -48.5t-51 -145.5v-92h213v-180h-213v-902h-243zM1766 0h-243v1082h243v-1082z" />
<glyph unicode="&#xfb04;" horiz-adv-x="1969" d="M207 0v902h-165v180h165v126q0 179 97.5 276t273.5 97q35 0 71 -5.5t81 -15.5l-25 -188q-20 4 -44.5 7t-52.5 3q-79 0 -118.5 -45t-39.5 -129v-126h220v-180h-220v-902h-243zM926 0v902h-165v180h165v126q0 179 97.5 276t273.5 97q35 0 71 -5.5t81 -15.5l-25 -188 q-20 4 -44.5 7t-52.5 3q-79 0 -118.5 -45t-39.5 -129v-126h220v-180h-220v-902h-243zM1825 0h-243v1560h243v-1560z" />
<glyph horiz-adv-x="907" d="M691 290h114v-145h-114v-145h-191v145h-413l-10 116l422 540h192v-511zM279 295l3 -5h218v277l-6 2l-12 -20z" />
<glyph horiz-adv-x="870" d="M417 473q65 0 95.5 26.5t30.5 74.5q0 39 -32.5 65.5t-94.5 26.5q-53 0 -84.5 -22t-31.5 -56h-181l-2 6q-6 98 80 158t216 60q149 0 235 -59.5t86 -169.5q0 -55 -35.5 -100.5t-96.5 -70.5q70 -24 107.5 -71.5t37.5 -115.5q0 -112 -90 -174t-239 -62q-135 0 -227.5 60.5 t-86.5 172.5l2 6h181q0 -43 34.5 -68.5t95.5 -25.5q64 0 102 26t38 71q0 56 -35.5 83.5t-104.5 27.5h-123v131h123z" />
<glyph horiz-adv-x="853" d="M725 0h-607v145l305 256q64 54 84 89t20 76q0 44 -25.5 72t-79.5 28q-61 0 -93 -30t-32 -78h-181l-2 6q-6 103 80 175.5t231 72.5q139 0 216.5 -65t77.5 -182q0 -81 -48.5 -140t-168.5 -164l-129 -110l2 -6h350v-145z" />
<glyph horiz-adv-x="563" d="M406 0h-192v639h-127v150l319 23v-812z" />
<hkern u1="&#x22;" u2="w" k="-11" />
<hkern u1="&#x27;" u2="w" k="-11" />
<hkern u1="&#x28;" u2="&#x178;" k="-23" />
<hkern u1="&#x28;" u2="&#xdd;" k="-23" />
<hkern u1="&#x28;" u2="Y" k="-23" />
<hkern u1="&#x28;" u2="W" k="-32" />
<hkern u1="&#x28;" u2="V" k="-21" />
<hkern u1="A" u2="w" k="35" />
<hkern u1="A" u2="t" k="18" />
<hkern u1="A" u2="&#x3f;" k="79" />
<hkern u1="C" u2="&#x29;" k="28" />
<hkern u1="D" u2="&#xc6;" k="46" />
<hkern u1="E" u2="w" k="23" />
<hkern u1="F" u2="&#x2026;" k="297" />
<hkern u1="F" u2="&#x201e;" k="297" />
<hkern u1="F" u2="&#x201a;" k="297" />
<hkern u1="F" u2="&#x153;" k="35" />
<hkern u1="F" u2="&#xff;" k="26" />
<hkern u1="F" u2="&#xfd;" k="26" />
<hkern u1="F" u2="&#xfc;" k="23" />
<hkern u1="F" u2="&#xfb;" k="23" />
<hkern u1="F" u2="&#xfa;" k="23" />
<hkern u1="F" u2="&#xf9;" k="23" />
<hkern u1="F" u2="&#xf6;" k="36" />
<hkern u1="F" u2="&#xf5;" k="36" />
<hkern u1="F" u2="&#xf4;" k="36" />
<hkern u1="F" u2="&#xf3;" k="36" />
<hkern u1="F" u2="&#xf2;" k="36" />
<hkern u1="F" u2="&#xeb;" k="35" />
<hkern u1="F" u2="&#xea;" k="35" />
<hkern u1="F" u2="&#xe9;" k="35" />
<hkern u1="F" u2="&#xe8;" k="35" />
<hkern u1="F" u2="&#xe7;" k="35" />
<hkern u1="F" u2="&#xe5;" k="50" />
<hkern u1="F" u2="&#xe4;" k="50" />
<hkern u1="F" u2="&#xe3;" k="50" />
<hkern u1="F" u2="&#xe2;" k="50" />
<hkern u1="F" u2="&#xe1;" k="50" />
<hkern u1="F" u2="&#xe0;" k="50" />
<hkern u1="F" u2="&#xc5;" k="107" />
<hkern u1="F" u2="&#xc4;" k="107" />
<hkern u1="F" u2="&#xc3;" k="107" />
<hkern u1="F" u2="&#xc2;" k="107" />
<hkern u1="F" u2="&#xc1;" k="107" />
<hkern u1="F" u2="&#xc0;" k="107" />
<hkern u1="F" u2="y" k="26" />
<hkern u1="F" u2="v" k="26" />
<hkern u1="F" u2="u" k="23" />
<hkern u1="F" u2="r" k="28" />
<hkern u1="F" u2="q" k="35" />
<hkern u1="F" u2="o" k="36" />
<hkern u1="F" u2="g" k="35" />
<hkern u1="F" u2="e" k="35" />
<hkern u1="F" u2="d" k="35" />
<hkern u1="F" u2="c" k="35" />
<hkern u1="F" u2="a" k="50" />
<hkern u1="F" u2="T" k="-20" />
<hkern u1="F" u2="A" k="107" />
<hkern u1="F" u2="&#x3a;" k="297" />
<hkern u1="F" u2="&#x2e;" k="297" />
<hkern u1="F" u2="&#x2c;" k="297" />
<hkern u1="K" u2="w" k="68" />
<hkern u1="L" u2="w" k="76" />
<hkern u1="O" u2="&#xc6;" k="46" />
<hkern u1="P" u2="&#xc6;" k="235" />
<hkern u1="P" u2="t" k="-15" />
<hkern u1="Q" u2="&#x178;" k="51" />
<hkern u1="Q" u2="&#xdd;" k="51" />
<hkern u1="Q" u2="Y" k="51" />
<hkern u1="Q" u2="W" k="21" />
<hkern u1="Q" u2="V" k="30" />
<hkern u1="Q" u2="T" k="35" />
<hkern u1="R" u2="&#x178;" k="52" />
<hkern u1="R" u2="&#xdd;" k="52" />
<hkern u1="R" u2="Y" k="52" />
<hkern u1="R" u2="V" k="20" />
<hkern u1="R" u2="T" k="41" />
<hkern u1="T" u2="&#xf8;" k="103" />
<hkern u1="T" u2="&#xe6;" k="91" />
<hkern u1="T" u2="&#xc6;" k="192" />
<hkern u1="T" u2="&#xbb;" k="158" />
<hkern u1="T" u2="&#xab;" k="160" />
<hkern u1="T" u2="w" k="50" />
<hkern u1="T" u2="r" k="70" />
<hkern u1="V" u2="&#x7d;" k="-20" />
<hkern u1="V" u2="r" k="32" />
<hkern u1="V" u2="]" k="-18" />
<hkern u1="V" u2="&#x29;" k="-21" />
<hkern u1="W" u2="&#x7d;" k="-15" />
<hkern u1="W" u2="r" k="22" />
<hkern u1="W" u2="]" k="-13" />
<hkern u1="W" u2="&#x29;" k="-16" />
<hkern u1="Y" u2="&#x2022;" k="73" />
<hkern u1="Y" u2="&#xf8;" k="76" />
<hkern u1="Y" u2="&#xe6;" k="75" />
<hkern u1="Y" u2="&#xc6;" k="114" />
<hkern u1="Y" u2="&#xbb;" k="55" />
<hkern u1="Y" u2="&#xab;" k="99" />
<hkern u1="Y" u2="&#x7d;" k="-20" />
<hkern u1="Y" u2="t" k="27" />
<hkern u1="Y" u2="r" k="50" />
<hkern u1="Y" u2="f" k="30" />
<hkern u1="Y" u2="]" k="-19" />
<hkern u1="Y" u2="&#x2a;" k="67" />
<hkern u1="Y" u2="&#x29;" k="-21" />
<hkern u1="Y" u2="&#x26;" k="42" />
<hkern u1="Z" u2="w" k="29" />
<hkern u1="[" u2="&#xdc;" k="19" />
<hkern u1="[" u2="&#xdb;" k="19" />
<hkern u1="[" u2="&#xda;" k="19" />
<hkern u1="[" u2="&#xd9;" k="19" />
<hkern u1="[" u2="U" k="19" />
<hkern u1="[" u2="J" k="19" />
<hkern u1="f" u2="&#x201d;" k="-24" />
<hkern u1="f" u2="&#x201c;" k="-24" />
<hkern u1="f" u2="&#x2019;" k="-24" />
<hkern u1="f" u2="&#x2018;" k="-24" />
<hkern u1="f" u2="&#x7d;" k="-27" />
<hkern u1="f" u2="]" k="-40" />
<hkern u1="f" u2="&#x29;" k="-35" />
<hkern u1="f" u2="&#x27;" k="-24" />
<hkern u1="f" u2="&#x22;" k="-24" />
<hkern u1="k" u2="&#x153;" k="21" />
<hkern u1="k" u2="&#xeb;" k="21" />
<hkern u1="k" u2="&#xea;" k="21" />
<hkern u1="k" u2="&#xe9;" k="21" />
<hkern u1="k" u2="&#xe8;" k="21" />
<hkern u1="k" u2="&#xe7;" k="21" />
<hkern u1="k" u2="q" k="21" />
<hkern u1="k" u2="g" k="21" />
<hkern u1="k" u2="e" k="21" />
<hkern u1="k" u2="d" k="21" />
<hkern u1="k" u2="c" k="21" />
<hkern u1="r" u2="w" k="-21" />
<hkern u1="r" u2="t" k="-21" />
<hkern u1="r" u2="f" k="-19" />
<hkern u1="v" u2="f" k="-14" />
<hkern u1="w" u2="&#x2026;" k="99" />
<hkern u1="w" u2="&#x201e;" k="99" />
<hkern u1="w" u2="&#x201a;" k="99" />
<hkern u1="w" u2="&#x3a;" k="99" />
<hkern u1="w" u2="&#x2e;" k="99" />
<hkern u1="w" u2="&#x2c;" k="99" />
<hkern u1="y" u2="f" k="-14" />
<hkern u1="&#x7b;" u2="&#xdc;" k="21" />
<hkern u1="&#x7b;" u2="&#xdb;" k="21" />
<hkern u1="&#x7b;" u2="&#xda;" k="21" />
<hkern u1="&#x7b;" u2="&#xd9;" k="21" />
<hkern u1="&#x7b;" u2="U" k="21" />
<hkern u1="&#x7b;" u2="J" k="21" />
<hkern u1="&#xc0;" u2="w" k="35" />
<hkern u1="&#xc0;" u2="t" k="18" />
<hkern u1="&#xc0;" u2="&#x3f;" k="79" />
<hkern u1="&#xc1;" u2="w" k="35" />
<hkern u1="&#xc1;" u2="t" k="18" />
<hkern u1="&#xc1;" u2="&#x3f;" k="79" />
<hkern u1="&#xc2;" u2="w" k="35" />
<hkern u1="&#xc2;" u2="t" k="18" />
<hkern u1="&#xc2;" u2="&#x3f;" k="79" />
<hkern u1="&#xc3;" u2="w" k="35" />
<hkern u1="&#xc3;" u2="t" k="18" />
<hkern u1="&#xc3;" u2="&#x3f;" k="79" />
<hkern u1="&#xc4;" u2="w" k="35" />
<hkern u1="&#xc4;" u2="t" k="18" />
<hkern u1="&#xc4;" u2="&#x3f;" k="79" />
<hkern u1="&#xc5;" u2="w" k="35" />
<hkern u1="&#xc5;" u2="t" k="18" />
<hkern u1="&#xc5;" u2="&#x3f;" k="79" />
<hkern u1="&#xc7;" u2="&#x29;" k="28" />
<hkern u1="&#xc8;" u2="w" k="23" />
<hkern u1="&#xc9;" u2="w" k="23" />
<hkern u1="&#xca;" u2="w" k="23" />
<hkern u1="&#xcb;" u2="w" k="23" />
<hkern u1="&#xd0;" u2="&#xc6;" k="46" />
<hkern u1="&#xd2;" u2="&#xc6;" k="46" />
<hkern u1="&#xd3;" u2="&#xc6;" k="46" />
<hkern u1="&#xd4;" u2="&#xc6;" k="46" />
<hkern u1="&#xd5;" u2="&#xc6;" k="46" />
<hkern u1="&#xd6;" u2="&#xc6;" k="46" />
<hkern u1="&#xdd;" u2="&#x2022;" k="73" />
<hkern u1="&#xdd;" u2="&#xf8;" k="76" />
<hkern u1="&#xdd;" u2="&#xe6;" k="75" />
<hkern u1="&#xdd;" u2="&#xc6;" k="114" />
<hkern u1="&#xdd;" u2="&#xbb;" k="55" />
<hkern u1="&#xdd;" u2="&#xab;" k="99" />
<hkern u1="&#xdd;" u2="&#x7d;" k="-20" />
<hkern u1="&#xdd;" u2="t" k="27" />
<hkern u1="&#xdd;" u2="r" k="50" />
<hkern u1="&#xdd;" u2="f" k="30" />
<hkern u1="&#xdd;" u2="]" k="-19" />
<hkern u1="&#xdd;" u2="&#x2a;" k="67" />
<hkern u1="&#xdd;" u2="&#x29;" k="-21" />
<hkern u1="&#xdd;" u2="&#x26;" k="42" />
<hkern u1="&#xfd;" u2="f" k="-14" />
<hkern u1="&#xff;" u2="f" k="-14" />
<hkern u1="&#x178;" u2="&#x2022;" k="73" />
<hkern u1="&#x178;" u2="&#xf8;" k="76" />
<hkern u1="&#x178;" u2="&#xe6;" k="75" />
<hkern u1="&#x178;" u2="&#xc6;" k="114" />
<hkern u1="&#x178;" u2="&#xbb;" k="55" />
<hkern u1="&#x178;" u2="&#xab;" k="99" />
<hkern u1="&#x178;" u2="&#x7d;" k="-20" />
<hkern u1="&#x178;" u2="t" k="27" />
<hkern u1="&#x178;" u2="r" k="50" />
<hkern u1="&#x178;" u2="f" k="30" />
<hkern u1="&#x178;" u2="]" k="-19" />
<hkern u1="&#x178;" u2="&#x2a;" k="67" />
<hkern u1="&#x178;" u2="&#x29;" k="-21" />
<hkern u1="&#x178;" u2="&#x26;" k="42" />
<hkern u1="&#x2018;" u2="w" k="-11" />
<hkern u1="&#x2019;" u2="w" k="-11" />
<hkern u1="&#x201c;" u2="w" k="-11" />
<hkern u1="&#x201d;" u2="w" k="-11" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="40" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="145" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="64" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="74" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="m,n,p,ntilde" k="21" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="89" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="s" k="89" />
<hkern g1="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="285" />
<hkern g1="B" g2="T" k="29" />
<hkern g1="B" g2="V" k="26" />
<hkern g1="B" g2="Y,Yacute,Ydieresis" k="90" />
<hkern g1="C,Ccedilla" g2="T" k="31" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="22" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="T" k="29" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="V" k="23" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Y,Yacute,Ydieresis" k="46" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="106" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="X" k="23" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Z" k="24" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="16" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="20" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="T" k="-20" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="18" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="v,y,yacute,ydieresis" k="28" />
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="23" />
<hkern g1="K" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="28" />
<hkern g1="K" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="29" />
<hkern g1="K" g2="u,ugrave,uacute,ucircumflex,udieresis" k="24" />
<hkern g1="K" g2="v,y,yacute,ydieresis" k="43" />
<hkern g1="K" g2="hyphen,uni00AD,endash,emdash" k="166" />
<hkern g1="K" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="43" />
<hkern g1="L" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="276" />
<hkern g1="L" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-20" />
<hkern g1="L" g2="T" k="208" />
<hkern g1="L" g2="V" k="210" />
<hkern g1="L" g2="Y,Yacute,Ydieresis" k="273" />
<hkern g1="L" g2="u,ugrave,uacute,ucircumflex,udieresis" k="15" />
<hkern g1="L" g2="v,y,yacute,ydieresis" k="131" />
<hkern g1="L" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="41" />
<hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="26" />
<hkern g1="L" g2="W" k="104" />
<hkern g1="P" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="173" />
<hkern g1="P" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="11" />
<hkern g1="P" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="14" />
<hkern g1="P" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="14" />
<hkern g1="P" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="393" />
<hkern g1="P" g2="X" k="63" />
<hkern g1="P" g2="Z" k="37" />
<hkern g1="P" g2="v,y,yacute,ydieresis" k="-16" />
<hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="105" />
<hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="89" />
<hkern g1="T" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="96" />
<hkern g1="T" g2="m,n,p,ntilde" k="86" />
<hkern g1="T" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="85" />
<hkern g1="T" g2="s" k="82" />
<hkern g1="T" g2="T" k="-17" />
<hkern g1="T" g2="V" k="-17" />
<hkern g1="T" g2="Y,Yacute,Ydieresis" k="-17" />
<hkern g1="T" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="232" />
<hkern g1="T" g2="u,ugrave,uacute,ucircumflex,udieresis" k="70" />
<hkern g1="T" g2="v,y,yacute,ydieresis" k="88" />
<hkern g1="T" g2="hyphen,uni00AD,endash,emdash" k="238" />
<hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="30" />
<hkern g1="T" g2="W" k="-16" />
<hkern g1="T" g2="S" k="17" />
<hkern g1="T" g2="x" k="83" />
<hkern g1="T" g2="z" k="65" />
<hkern g1="V" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="105" />
<hkern g1="V" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="49" />
<hkern g1="V" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="47" />
<hkern g1="V" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="49" />
<hkern g1="V" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="215" />
<hkern g1="V" g2="u,ugrave,uacute,ucircumflex,udieresis" k="30" />
<hkern g1="V" g2="v,y,yacute,ydieresis" k="11" />
<hkern g1="V" g2="hyphen,uni00AD,endash,emdash" k="118" />
<hkern g1="V" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="21" />
<hkern g1="W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="56" />
<hkern g1="W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="35" />
<hkern g1="W" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="33" />
<hkern g1="W" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="33" />
<hkern g1="W" g2="T" k="-15" />
<hkern g1="W" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="155" />
<hkern g1="W" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20" />
<hkern g1="W" g2="hyphen,uni00AD,endash,emdash" k="79" />
<hkern g1="X" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="28" />
<hkern g1="X" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="26" />
<hkern g1="X" g2="V" k="-15" />
<hkern g1="X" g2="u,ugrave,uacute,ucircumflex,udieresis" k="22" />
<hkern g1="X" g2="v,y,yacute,ydieresis" k="40" />
<hkern g1="X" g2="hyphen,uni00AD,endash,emdash" k="170" />
<hkern g1="X" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="30" />
<hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="154" />
<hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="78" />
<hkern g1="Y,Yacute,Ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="95" />
<hkern g1="Y,Yacute,Ydieresis" g2="m,n,p,ntilde" k="57" />
<hkern g1="Y,Yacute,Ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="102" />
<hkern g1="Y,Yacute,Ydieresis" g2="s" k="87" />
<hkern g1="Y,Yacute,Ydieresis" g2="T" k="-18" />
<hkern g1="Y,Yacute,Ydieresis" g2="V" k="-19" />
<hkern g1="Y,Yacute,Ydieresis" g2="Y,Yacute,Ydieresis" k="-19" />
<hkern g1="Y,Yacute,Ydieresis" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="238" />
<hkern g1="Y,Yacute,Ydieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="56" />
<hkern g1="Y,Yacute,Ydieresis" g2="v,y,yacute,ydieresis" k="21" />
<hkern g1="Y,Yacute,Ydieresis" g2="hyphen,uni00AD,endash,emdash" k="142" />
<hkern g1="Y,Yacute,Ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="31" />
<hkern g1="Y,Yacute,Ydieresis" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="79" />
<hkern g1="Y,Yacute,Ydieresis" g2="W" k="-18" />
<hkern g1="Y,Yacute,Ydieresis" g2="S" k="17" />
<hkern g1="Y,Yacute,Ydieresis" g2="x" k="28" />
<hkern g1="Y,Yacute,Ydieresis" g2="z" k="35" />
<hkern g1="Y,Yacute,Ydieresis" g2="J" k="125" />
<hkern g1="Z" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-14" />
<hkern g1="Z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="22" />
<hkern g1="Z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="22" />
<hkern g1="Z" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20" />
<hkern g1="Z" g2="v,y,yacute,ydieresis" k="29" />
<hkern g1="Z" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="28" />
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="32" />
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="v,y,yacute,ydieresis" k="16" />
<hkern g1="b,p,thorn" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="38" />
<hkern g1="b,p,thorn" g2="v,y,yacute,ydieresis" k="11" />
<hkern g1="b,p,thorn" g2="x" k="16" />
<hkern g1="b,p,thorn" g2="z" k="16" />
<hkern g1="c,ccedilla" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="25" />
<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="25" />
<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="v,y,yacute,ydieresis" k="14" />
<hkern g1="h,m,n,ntilde" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="34" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="39" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="v,y,yacute,ydieresis" k="16" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="x" k="26" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="z" k="17" />
<hkern g1="r" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-17" />
<hkern g1="r" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="160" />
<hkern g1="r" g2="v,y,yacute,ydieresis" k="-22" />
<hkern g1="v,y,yacute,ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="16" />
<hkern g1="v,y,yacute,ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="14" />
<hkern g1="v,y,yacute,ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="16" />
<hkern g1="v,y,yacute,ydieresis" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="154" />
<hkern g1="x" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="21" />
<hkern g1="x" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="34" />
<hkern g1="z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="17" />
<hkern g1="z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="17" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 72 KiB

View File

@@ -0,0 +1,656 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
<metadata></metadata>
<defs>
<font id="robotomedium_italic" horiz-adv-x="1092" >
<font-face units-per-em="2048" ascent="1638" descent="-410" />
<missing-glyph horiz-adv-x="486" />
<glyph unicode="&#xfb01;" horiz-adv-x="1127" d="M91 0l180 902h-152l36 180h152l19 92q41 208 168 307.5t328 99.5q64 0 130.5 -16t144.5 -44l-77 -201q-50 21 -104.5 34.5t-118.5 13.5q-94 0 -153.5 -49.5t-78.5 -144.5l-19 -92h193l-36 -180h-193l-180 -902h-239zM905 0h-239l216 1082h239z" />
<glyph horiz-adv-x="0" />
<glyph unicode="&#xd;" horiz-adv-x="486" />
<glyph unicode=" " horiz-adv-x="486" />
<glyph unicode="&#x09;" horiz-adv-x="486" />
<glyph unicode="&#xa0;" horiz-adv-x="486" />
<glyph unicode="!" horiz-adv-x="531" d="M400 491h-240l193 965h240zM300 0h-236l47 234h236z" />
<glyph unicode="&#x22;" horiz-adv-x="638" d="M389 1287l-108 -249h-108l37 237l46 285h177zM695 1287l-109 -249h-108l38 246l45 276h178z" />
<glyph unicode="#" horiz-adv-x="1171" d="M632 410h-199l-153 -410h-163l153 410h-213l32 158h240l117 313h-224l32 159h251l156 416h163l-156 -416h199l156 416h164l-156 -416h190l-32 -159h-218l-117 -313h204l-32 -158h-231l-153 -410h-163zM492 568h199l117 313h-199z" />
<glyph unicode="$" horiz-adv-x="1096" d="M749 380q14 88 -26 142t-150 101q-186 72 -268.5 173.5t-53.5 276.5q27 172 136.5 275.5t275.5 123.5l35 219h156l-36 -222q149 -27 221 -148t42 -316h-238q20 130 -17.5 200.5t-124.5 70.5q-86 0 -141.5 -55.5t-69.5 -145.5q-15 -89 24.5 -141t156.5 -102 q185 -76 265 -176t52 -274q-30 -180 -142.5 -280t-286.5 -118l-31 -195h-156l31 195q-158 21 -249 133t-56 326h239q-24 -148 27 -206t145 -58q95 0 159.5 54.5t80.5 146.5z" />
<glyph unicode="%" horiz-adv-x="1407" d="M247 1176q27 136 119.5 218.5t229.5 82.5q126 0 190.5 -87.5t39.5 -213.5l-15 -77q-28 -136 -120 -217.5t-228 -81.5q-127 0 -192 87t-39 212zM397 1099q-14 -68 9.5 -110.5t85.5 -42.5q54 0 97 45t56 108l15 77q14 69 -9.5 112t-83.5 43q-56 0 -99.5 -46t-55.5 -109z M730 357q27 135 120 217.5t229 82.5q126 0 190.5 -87.5t39.5 -212.5l-15 -78q-28 -137 -120 -218.5t-228 -81.5q-126 0 -191.5 87.5t-39.5 212.5zM880 279q-14 -68 10.5 -111t84.5 -43q58 0 99.5 44.5t54.5 109.5l15 78q14 68 -9.5 111t-84.5 43q-56 0 -99.5 -46t-55.5 -108 zM371 109l-108 72l890 1138l107 -72z" />
<glyph unicode="&#x26;" horiz-adv-x="1232" d="M52 393q19 124 94.5 208.5t220.5 177.5q-54 96 -75.5 173t-8.5 157q28 178 139 273t279 95q144 0 226 -96.5t61 -229.5q-17 -102 -76 -176t-162 -144l-100 -69l220 -355q45 61 76 133.5t45 153.5h193q-23 -141 -75 -254t-135 -201l149 -239h-276l-57 91 q-85 -55 -175 -83.5t-184 -28.5q-196 0 -302.5 116.5t-76.5 297.5zM469 173q54 0 112 18t114 53l-238 384l-28 -19q-71 -55 -100 -107t-37 -101q-17 -103 29.5 -165.5t147.5 -62.5zM508 1112q-8 -49 6 -97.5t49 -109.5l109 71q59 37 82.5 77t32.5 90q8 56 -23.5 97.5 t-93.5 41.5t-107 -49.5t-55 -120.5z" />
<glyph unicode="'" horiz-adv-x="332" d="M391 1311l-111 -283h-108l42 267l43 265h174z" />
<glyph unicode="(" horiz-adv-x="663" d="M148 592q65 410 253.5 677t376.5 355l6 -2l22 -133q-139 -103 -263 -328t-178 -567l-3 -20q-57 -357 -6 -573.5t160 -328.5l-64 -128l-6 1q-157 86 -260.5 361.5t-40.5 669.5z" />
<glyph unicode=")" horiz-adv-x="666" d="M566 575q-65 -404 -257 -673t-381 -358l-6 1l-24 127q137 103 262.5 330.5t180.5 570.5l3 20q56 353 2 573t-157 328l66 129l6 -1q156 -84 263 -364t45 -667z" />
<glyph unicode="*" horiz-adv-x="845" d="M411 972l-254 89l86 169l247 -117l55 343h170l-84 -350l289 115l18 -171l-296 -88l125 -266l-159 -105l-102 287l-214 -279l-120 102z" />
<glyph unicode="+" horiz-adv-x="1070" d="M725 801h346l-44 -222h-347l-86 -433h-232l86 433h-349l44 222h350l81 405h232z" />
<glyph unicode="," horiz-adv-x="430" d="M258 31l-214 -312h-139l129 321l39 195h226z" />
<glyph unicode="-" horiz-adv-x="640" d="M583 521h-492l39 196h492z" />
<glyph unicode="." horiz-adv-x="551" d="M297 0h-236l47 233h236z" />
<glyph unicode="/" horiz-adv-x="765" d="M81 -125h-187l847 1581h186z" />
<glyph unicode="0" d="M1019 561q-61 -303 -206 -442.5t-355 -139.5q-193 0 -290.5 151.5t-41.5 430.5l67 333q60 302 205.5 442.5t356.5 140.5q193 0 289.5 -152.5t41.5 -430.5zM854 931q38 190 2 270.5t-140 80.5q-95 0 -168.5 -88t-108.5 -263l-81 -405q-39 -192 -2 -272.5t141 -80.5 q95 0 167.5 87.5t108.5 265.5z" />
<glyph unicode="1" horiz-adv-x="1096" d="M608 0h-239l239 1195h-304l33 165l562 96z" />
<glyph unicode="2" horiz-adv-x="1096" d="M939 0h-906l27 167l523 517q126 126 179 208t66 160q16 101 -24 165.5t-126 64.5q-111 0 -180.5 -72.5t-88.5 -197.5h-230l-2 6q27 201 170 330t362 129q190 0 289.5 -117t69.5 -302q-21 -130 -102 -240t-248 -276l-350 -342l2 -6h600z" />
<glyph unicode="3" horiz-adv-x="1096" d="M408 702l13 79l9 57h161q101 0 157.5 59t73.5 165q17 108 -23.5 164t-137.5 56q-84 0 -150.5 -57t-80.5 -148h-230l-2 6q23 174 161 284t330 110t297.5 -109t74.5 -306q-16 -97 -82.5 -183.5t-172.5 -133.5q106 -44 146.5 -134t23.5 -203q-34 -208 -179 -318.5 t-348 -110.5q-183 0 -296.5 108t-78.5 298l2 5h232q-16 -101 31 -159t144 -58q96 0 165.5 61.5t87.5 172.5q20 129 -21.5 184.5t-153.5 55.5h-161z" />
<glyph unicode="4" horiz-adv-x="1096" d="M893 519h167l-39 -196h-167l-64 -323h-238l64 323h-575l23 149l772 984h245zM312 524l3 -5h340l116 578l-6 2l-19 -30z" />
<glyph unicode="5" horiz-adv-x="1096" d="M181 651l207 805h721l-34 -210h-522l-98 -365q43 31 98 52t116 23q194 2 280.5 -130t49.5 -361q-36 -221 -170 -353.5t-352 -132.5q-173 0 -283.5 106.5t-75.5 298.5l2 5l226 8q-19 -110 27 -167t135 -57q96 0 163.5 80.5t88.5 209.5q21 136 -20 216.5t-143 80.5 q-86 0 -135.5 -33t-77.5 -93z" />
<glyph unicode="6" horiz-adv-x="1096" d="M807 1477q71 0 137 -16.5t113 -43.5l-74 -188q-46 24 -93 37.5t-113 13.5q-128 0 -228.5 -111t-125.5 -293l3 -5q55 47 131.5 74t162.5 27q174 0 261 -138t54 -346q-37 -232 -179.5 -370.5t-342.5 -138.5q-201 0 -314 157t-69 435l45 278q47 295 223.5 461.5t408.5 166.5 zM630 783q-80 0 -142.5 -31.5t-104.5 -85.5l-17 -108q-31 -192 20.5 -288.5t157.5 -96.5q91 0 160 92t91 223q21 136 -22.5 215.5t-142.5 79.5z" />
<glyph unicode="7" horiz-adv-x="1096" d="M1142 1261q-284 -293 -398.5 -525.5t-206.5 -581.5l-40 -154h-239l40 154q87 330 237.5 599t375.5 508h-710l31 195h941z" />
<glyph unicode="8" horiz-adv-x="1096" d="M1094 1072q-24 -119 -96 -203t-178 -126q99 -49 147.5 -139.5t25.5 -206.5q-43 -217 -185 -317.5t-348 -100.5q-192 0 -301.5 109t-69.5 309q26 130 108.5 220.5t205.5 134.5q-86 46 -126 129.5t-18 190.5q41 207 172.5 306t325.5 99q175 0 275 -107t62 -298zM758 409 q22 114 -24 177.5t-142 63.5q-90 0 -165 -67.5t-96 -173.5q-24 -117 21.5 -176.5t146.5 -59.5q88 0 162.5 64.5t96.5 171.5zM854 1063q20 103 -17.5 161t-118.5 58q-78 0 -140 -60.5t-81 -158.5q-22 -106 14.5 -162t121.5 -56q75 0 138 60.5t83 157.5z" />
<glyph unicode="9" horiz-adv-x="1096" d="M442 173q113 0 202.5 97.5t119.5 280.5l5 29q-54 -62 -123 -93t-144 -31q-188 0 -282.5 133.5t-56.5 367.5q37 234 185.5 377t336.5 143q204 0 310.5 -150t62.5 -426l-54 -341q-47 -287 -208 -434t-385 -147q-67 0 -141 15.5t-130 44.5l61 184q53 -26 110.5 -38 t130.5 -12zM555 645q78 0 141.5 36t103.5 93l25 156q28 181 -15 266.5t-152 85.5q-83 0 -158.5 -94t-97.5 -231q-24 -148 16 -230t137 -82z" />
<glyph unicode=":" horiz-adv-x="534" d="M299 0h-236l47 233h236zM469 849h-236l47 233h236z" />
<glyph unicode=";" horiz-adv-x="529" d="M464 849h-236l47 233h236zM306 31l-214 -312h-139l129 321l39 195h226z" />
<glyph unicode="&#x3c;" horiz-adv-x="977" d="M336 559l-19 -3v-6l16 -3l489 -218l-49 -243l-704 372l12 61l14 71l12 61l854 372l-49 -242z" />
<glyph unicode="=" horiz-adv-x="1096" d="M1016 790h-803l40 202h803zM931 366h-803l40 201h803z" />
<glyph unicode="&#x3e;" horiz-adv-x="1002" d="M194 784l48 239l731 -372l-12 -61l-14 -71l-12 -61l-881 -372l48 239l604 226l19 3v6l-16 3z" />
<glyph unicode="?" horiz-adv-x="943" d="M314 412q30 142 73 203.5t166 155.5q87 78 142 146.5t72 152.5q20 103 -15.5 153.5t-124.5 50.5q-70 0 -133.5 -46t-80.5 -134h-231l-2 6q33 178 168.5 277.5t318.5 99.5q185 0 280.5 -109t59.5 -295q-28 -136 -114 -237t-214 -197q-62 -50 -85 -95.5t-40 -131.5h-240z M474 0h-242l47 233h242z" />
<glyph unicode="@" horiz-adv-x="1702" d="M1628 507q-51 -216 -189.5 -372t-354.5 -156q-65 0 -109 42.5t-52 119.5q-60 -81 -131 -120.5t-156 -39.5q-115 0 -161.5 121.5t8.5 313.5q73 256 212 411t293 155q97 0 161 -27.5t125 -78.5l-4 -4h5l-162 -579q-28 -101 -13 -139t54 -38q100 0 191.5 113t131.5 278 q89 367 -14 572t-404 205q-264 0 -486 -225t-306 -581q-89 -365 20.5 -575t394.5 -210q76 0 166.5 20.5t155.5 52.5l11 -130q-72 -42 -173 -65.5t-193 -23.5q-337 0 -493.5 253.5t-57.5 677.5q102 425 371 685.5t622 260.5q331 0 483.5 -251t53.5 -666zM680 416 q-36 -133 -23 -202t74 -69q49 0 99 24t99 85q1 9 3.5 19t5.5 20l145 518q-20 7 -41.5 12t-44.5 5q-102 0 -181 -104.5t-136 -307.5z" />
<glyph unicode="A" horiz-adv-x="1257" d="M872 340h-514l-176 -340h-241l787 1456h226l199 -1456h-242zM463 543h386l-68 602l-6 1z" />
<glyph unicode="B" horiz-adv-x="1236" d="M65 0l291 1456h457q212 0 326 -101t76 -296q-21 -105 -89 -181t-170 -113q116 -29 161 -125t20 -222q-45 -218 -187 -318t-369 -100h-516zM436 662l-93 -468h277q106 0 181.5 58.5t97.5 165.5q24 123 -13.5 183.5t-146.5 60.5h-303zM472 843h245q92 0 164.5 54.5 t92.5 150.5q22 115 -28.5 164t-171.5 49h-218z" />
<glyph unicode="C" horiz-adv-x="1219" d="M1151 470l2 -6q-61 -230 -200 -357.5t-369 -127.5q-226 0 -363.5 179t-85.5 438l55 276q57 288 217 446.5t396 158.5q225 0 352.5 -140.5t99.5 -367.5l-2 -5h-233q14 150 -44.5 234t-197.5 84q-123 0 -218 -115t-130 -293l-56 -278q-38 -190 26 -306.5t206 -116.5 q123 0 195.5 72.5t119.5 224.5h230z" />
<glyph unicode="D" horiz-adv-x="1262" d="M65 0l291 1456h407q245 0 395.5 -181.5t98.5 -446.5l-45 -221q-59 -294 -231.5 -450.5t-434.5 -156.5h-481zM556 1261l-213 -1067h235q152 0 254.5 112.5t140.5 300.5l45 223q38 193 -46 312t-255 119h-161z" />
<glyph unicode="E" horiz-adv-x="1115" d="M1021 655h-586l-92 -461h681l-39 -194h-920l291 1456h913l-39 -195h-674l-82 -411h586z" />
<glyph unicode="F" horiz-adv-x="1116" d="M1014 621h-586l-124 -621h-239l291 1456h920l-39 -195h-681l-89 -445h586z" />
<glyph unicode="G" horiz-adv-x="1295" d="M1117 197q-72 -84 -208.5 -151t-330.5 -67q-230 0 -363.5 169t-81.5 428l61 304q56 281 235.5 439t420.5 158q224 0 334 -126.5t92 -329.5l-3 -6h-227q4 125 -47.5 196t-184.5 71q-126 0 -237 -114.5t-145 -285.5l-61 -306q-37 -188 31 -295.5t215 -107.5q94 0 166.5 27 t107.5 62l59 292h-258l36 182h497z" />
<glyph unicode="H" horiz-adv-x="1365" d="M1129 0h-238l124 621h-587l-124 -621h-239l291 1456h239l-128 -640h587l128 640h238z" />
<glyph unicode="I" horiz-adv-x="562" d="M315 0h-239l291 1456h239z" />
<glyph unicode="J" horiz-adv-x="1079" d="M905 1456h239l-207 -1035q-44 -217 -186 -329.5t-337 -112.5q-192 0 -296.5 110.5t-58.5 318.5l3 5h232q-27 -132 16 -186t143 -54q80 0 151 68t94 180z" />
<glyph unicode="K" horiz-adv-x="1168" d="M537 628h-123l-125 -628h-240l291 1456h240l-123 -612h128l470 612h301l2 -5l-610 -727l341 -724h-273z" />
<glyph unicode="L" horiz-adv-x="1044" d="M343 194h617l-39 -194h-856l291 1456h239z" />
<glyph unicode="M" horiz-adv-x="1681" d="M666 1456l154 -1118l6 -1l601 1119h309l-291 -1456h-239l99 496l145 606l-6 3l-610 -1105h-160l-167 1102h-6l-98 -606l-99 -496h-239l291 1456h310z" />
<glyph unicode="N" horiz-adv-x="1365" d="M1129 0h-239l-372 1042h-6l-208 -1042h-239l291 1456h239l372 -1041h6l208 1041h239z" />
<glyph unicode="O" horiz-adv-x="1313" d="M1246 590q-58 -287 -232.5 -449t-426.5 -162q-230 0 -367.5 182.5t-84.5 441.5l52 262q57 287 226 449.5t415 162.5q235 0 378.5 -183.5t91.5 -441.5zM1061 854q37 190 -40.5 306.5t-232.5 116.5q-132 0 -229.5 -114t-133.5 -296l-52 -264q-39 -192 33 -308.5t221 -116.5 q138 0 241 114t140 298z" />
<glyph unicode="P" horiz-adv-x="1247" d="M414 552l-110 -552h-239l291 1456h537q210 0 320 -127t71 -325q-44 -217 -193 -334.5t-379 -117.5h-298zM453 747h298q112 0 191.5 74t101.5 181q23 118 -22 188.5t-168 70.5h-298z" />
<glyph unicode="Q" horiz-adv-x="1329" d="M1248 590q-30 -150 -94 -267.5t-156 -197.5l173 -214l-185 -139l-187 240q-50 -16 -103 -24.5t-107 -8.5q-230 0 -367.5 182.5t-84.5 441.5l52 262q57 287 226 449.5t415 162.5q235 0 378.5 -183.5t91.5 -441.5zM1063 854q37 190 -40.5 306.5t-232.5 116.5 q-132 0 -229.5 -114t-133.5 -296l-52 -264q-39 -192 33 -308.5t221 -116.5q138 0 241 114t140 298z" />
<glyph unicode="R" horiz-adv-x="1272" d="M425 604l-120 -604h-240l291 1456h506q213 0 322 -112t69 -312q-24 -121 -94 -200.5t-187 -127.5q101 -41 137 -129.5t12 -212.5l-24 -121q-14 -68 -10.5 -127t32.5 -91l-5 -23h-246q-31 33 -27.5 104.5t18.5 138.5l23 117q23 119 -19.5 181.5t-143.5 62.5h-294zM464 799 h255q121 0 196 57.5t98 169.5q23 117 -22.5 176t-167.5 59h-266z" />
<glyph unicode="S" horiz-adv-x="1175" d="M861 345q21 105 -31.5 163.5t-208.5 116.5q-219 75 -316 184.5t-59 299.5q35 178 175.5 273t341.5 95q219 0 340.5 -119.5t76.5 -326.5l-3 -6h-230q23 116 -38.5 186.5t-184.5 70.5q-86 0 -155.5 -49.5t-83.5 -121.5q-22 -108 28.5 -160t225.5 -120q215 -76 306.5 -183.5 t53.5 -300.5q-37 -186 -178 -277t-349 -91q-217 0 -364.5 109t-96.5 337l2 6h230q-29 -145 53.5 -201.5t214.5 -56.5q87 0 161 49t89 123z" />
<glyph unicode="T" horiz-adv-x="1109" d="M1244 1261h-403l-252 -1261h-239l252 1261h-403l39 195h1045z" />
<glyph unicode="U" horiz-adv-x="1310" d="M1393 1456l-195 -976q-52 -258 -221 -379.5t-415 -121.5q-220 0 -346.5 131.5t-78.5 369.5l195 976h239l-195 -976q-33 -163 28.5 -235t196.5 -72q128 0 228 78t130 229l195 976h239z" />
<glyph unicode="V" horiz-adv-x="1234" d="M581 381l8 -96l6 -1l39 95l486 1077h255l-715 -1456h-227l-247 1456h254z" />
<glyph unicode="W" horiz-adv-x="1692" d="M1195 418l6 -1l370 1039h234l-551 -1456h-217l-98 1025l-6 1l-427 -1026h-218l-84 1456h235l38 -1036l6 -1l426 1037h190z" />
<glyph unicode="X" horiz-adv-x="1224" d="M689 918l360 538h284l-529 -722l311 -734h-287l-194 547l-369 -547h-284l539 734l-297 722h281z" />
<glyph unicode="Y" horiz-adv-x="1207" d="M668 772l6 -1l451 685h266l-656 -947l-102 -509h-238l105 527l-273 929h267z" />
<glyph unicode="Z" horiz-adv-x="1083" d="M323 194h644l-39 -194h-901l3 152l783 1109h-569l39 195h856l-29 -146z" />
<glyph unicode="[" horiz-adv-x="540" d="M681 1488h-149l-260 -1623h149l-30 -189h-389l320 2002h389z" />
<glyph unicode="\" horiz-adv-x="811" d="M228 1456h232l249 -1581h-232z" />
<glyph unicode="]" horiz-adv-x="540" d="M216 1678h390l-320 -2002h-390l30 189h151l260 1623h-151z" />
<glyph unicode="^" horiz-adv-x="826" d="M315 729h-202l423 727h167l132 -727h-201l-67 413l-1 42l-6 1l-17 -43z" />
<glyph unicode="_" horiz-adv-x="875" d="M743 -191h-858l38 191h858z" />
<glyph unicode="`" horiz-adv-x="632" d="M635 1212h-191l-206 266h269z" />
<glyph unicode="a" horiz-adv-x="1048" d="M638 0q-4 34 -4.5 67t2.5 66q-62 -67 -142.5 -110.5t-166.5 -43.5q-143 0 -215.5 89.5t-42.5 236.5q33 167 162 249.5t342 82.5h158l19 95q18 90 -16.5 135.5t-118.5 45.5q-71 0 -126 -40.5t-67 -102.5h-229l-2 6q22 136 155 231t321 95q166 0 262 -98t61 -274l-96 -481 q-15 -72 -18.5 -131t4.5 -118h-242zM419 174q66 0 135 36t109 87l38 188h-162q-86 0 -151 -53t-79 -123q-14 -66 13.5 -100.5t96.5 -34.5z" />
<glyph unicode="b" d="M1025 485q-51 -253 -168.5 -379.5t-307.5 -126.5q-82 0 -149 43t-109 120l-48 -142h-207l312 1560h239l-114 -571q55 55 120.5 84t140.5 29q178 0 262 -171.5t33 -424.5zM790 506q36 180 1.5 288.5t-150.5 108.5q-63 0 -117.5 -39.5t-97.5 -107.5l-93 -464 q20 -55 66.5 -85t120.5 -30q107 0 171.5 80.5t94.5 227.5z" />
<glyph unicode="c" horiz-adv-x="1012" d="M500 173q77 0 140 52.5t76 131.5h216l2 -6q-21 -159 -157 -265.5t-308 -106.5q-216 0 -315 155.5t-61 388.5l5 35q39 244 181.5 394t368.5 150q177 0 275.5 -114.5t66.5 -288.5l-2 -5h-218q15 93 -26 153t-127 60q-118 0 -187 -101t-93 -248l-5 -35q-26 -158 8.5 -254 t159.5 -96z" />
<glyph unicode="d" d="M103 546q55 276 176 416t311 140q77 0 140.5 -33t105.5 -93l117 584h239l-312 -1560h-206l6 107q-59 -63 -129.5 -95.5t-148.5 -32.5q-174 0 -261.5 157.5t-41.5 388.5zM339 525q-32 -160 5 -254t152 -94q60 0 112.5 35.5t95.5 99.5l95 479q-22 53 -67.5 82.5 t-111.5 29.5q-105 0 -174.5 -96.5t-102.5 -260.5z" />
<glyph unicode="e" horiz-adv-x="1022" d="M486 -21q-208 0 -315.5 152t-69.5 385l6 40q39 245 188.5 396t341.5 150q199 0 289.5 -133.5t55.5 -354.5l-23 -143h-625q-14 -137 35 -217.5t163 -80.5q85 0 156 24.5t138 68.5l50 -159q-65 -54 -165 -91t-225 -37zM606 907q-76 0 -139.5 -71.5t-93.5 -181.5l2 -5h376 l4 25q16 107 -19 170t-130 63z" />
<glyph unicode="f" horiz-adv-x="684" d="M116 0l180 902h-152l36 180h152l26 126q37 190 146 281.5t278 91.5q32 0 66 -6t73 -15l-61 -188q-17 4 -39.5 7t-48.5 3q-67 0 -113 -45.5t-62 -128.5l-26 -126h200l-36 -180h-200l-180 -902h-239z" />
<glyph unicode="g" horiz-adv-x="1091" d="M105 546q55 276 177 416t313 140q83 0 150 -38t109 -107l43 125h205l-211 -1059q-46 -226 -190 -343t-369 -117q-69 0 -153 22.5t-145 59.5l89 191q48 -31 113 -48.5t135 -17.5q109 0 182.5 68t97.5 186l12 59q-56 -51 -120 -77.5t-136 -26.5q-174 0 -263 158t-43 388z M340 525q-32 -159 7 -253.5t154 -94.5q62 0 113.5 34.5t93.5 97.5l96 483q-22 53 -67 82t-112 29q-105 0 -176.5 -97t-104.5 -260z" />
<glyph unicode="h" d="M463 957q64 70 141.5 107.5t163.5 37.5q151 0 224 -110.5t29 -332.5l-132 -659h-239l132 661q27 137 -6 189.5t-129 52.5q-58 0 -115 -30t-102 -82l-158 -791h-239l312 1560h239z" />
<glyph unicode="i" horiz-adv-x="511" d="M290 0h-239l216 1082h239zM559 1347h-239l43 213h239z" />
<glyph unicode="j" horiz-adv-x="516" d="M517 1082l-229 -1145q-39 -190 -142.5 -282t-263.5 -92q-31 0 -59 4t-56 13l52 194q15 -5 37.5 -8.5t40.5 -3.5q52 0 93 43t59 132l229 1145h239zM566 1350h-240l42 210h240z" />
<glyph unicode="k" horiz-adv-x="1014" d="M467 473h-98l-94 -473h-238l312 1560h238l-179 -892h93l321 414h274l2 -5l-418 -486l257 -591h-277z" />
<glyph unicode="l" horiz-adv-x="511" d="M290 0h-239l312 1560h239z" />
<glyph unicode="m" horiz-adv-x="1662" d="M458 954q62 72 143 110t179 38q88 0 150 -46.5t82 -138.5q63 88 148.5 136.5t188.5 48.5q142 0 211.5 -113.5t25.5 -336.5l-130 -652h-240l131 653q29 148 -1 199t-117 51q-63 0 -120.5 -43.5t-95.5 -114.5q-3 -18 -4.5 -26.5t-2.5 -17.5l-140 -701h-239l131 653 q28 142 -2.5 196t-117.5 54q-61 0 -112.5 -29.5t-90.5 -81.5l-159 -792h-239l216 1082h218z" />
<glyph unicode="n" d="M453 938q65 79 147.5 121.5t174.5 42.5q147 0 219 -104.5t30 -317.5l-136 -680h-239l136 678q25 130 -8.5 177.5t-129.5 47.5q-59 0 -116 -32t-102 -88l-156 -783h-239l216 1082h219z" />
<glyph unicode="o" d="M100 551q40 251 186 401t364 150q209 0 312 -156t65 -395l-3 -21q-41 -253 -186.5 -402t-364.5 -149q-209 0 -312 155.5t-64 395.5zM336 530q-27 -165 12 -261t156 -96q109 0 182.5 100.5t98.5 256.5l3 21q25 162 -14 259t-155 97q-109 0 -182.5 -101.5t-97.5 -254.5z " />
<glyph unicode="p" d="M1023 485q-51 -252 -169 -379t-305 -127q-81 0 -146.5 31t-107.5 89l-103 -515h-239l299 1498h214l-8 -105q58 60 127 92.5t148 32.5q175 0 259.5 -172t34.5 -424zM789 506q35 176 -3.5 286.5t-152.5 110.5q-60 0 -111.5 -35t-92.5 -97l-99 -497q20 -49 65.5 -75 t116.5 -26q105 0 174.5 83.5t98.5 228.5z" />
<glyph unicode="q" d="M103 546q55 276 176 416t311 140q80 0 145 -35.5t107 -99.5l41 115h206l-299 -1498h-239l99 496q-55 -50 -117 -75.5t-131 -25.5q-174 0 -261.5 157.5t-41.5 388.5zM339 525q-32 -160 5 -256t152 -96q57 0 106.5 32t90.5 90l102 514q-23 47 -67 72.5t-108 25.5 q-104 0 -174 -98.5t-103 -262.5z" />
<glyph unicode="r" horiz-adv-x="692" d="M725 860l-110 4q-59 0 -107 -30t-83 -84l-150 -750h-239l216 1082h219l-14 -143q53 78 119.5 120.5t142.5 42.5q20 0 43.5 -3.5t36.5 -8.5z" />
<glyph unicode="s" horiz-adv-x="1004" d="M660 294q9 57 -27.5 93.5t-151.5 64.5q-174 41 -255.5 117t-60.5 205q22 141 144.5 234.5t300.5 93.5t275.5 -98.5t69.5 -240.5l-2 -6h-230q11 69 -26 116t-116 47q-74 0 -123 -40t-58 -96q-9 -58 24.5 -91t149.5 -59q185 -42 264.5 -118.5t58.5 -208.5 q-24 -151 -150 -239.5t-314 -88.5q-189 0 -290 109.5t-73 246.5l2 6h223q-12 -94 38 -137t132 -43q80 0 132.5 36.5t62.5 96.5z" />
<glyph unicode="t" horiz-adv-x="692" d="M605 1345l-53 -263h179l-36 -180h-179l-119 -598q-15 -72 5.5 -98t64.5 -26q24 0 52 3.5t50 9.5l-11 -178q-38 -17 -88.5 -26.5t-104.5 -9.5q-119 0 -180 80t-27 245l119 598h-151l36 180h151l53 263h239z" />
<glyph unicode="u" d="M675 0l13 137q-63 -78 -142.5 -118t-173.5 -40q-153 0 -227 113t-27 343l129 647h238l-129 -649q-31 -152 -2.5 -204t114.5 -52q73 0 134.5 32.5t105.5 92.5l156 780h239l-216 -1082h-212z" />
<glyph unicode="v" horiz-adv-x="980" d="M468 366l2 -74l6 -1l27 75l306 716h247l-528 -1082h-207l-184 1082h247z" />
<glyph unicode="w" horiz-adv-x="1432" d="M989 335l6 -1l298 748h229l-490 -1082h-195l-62 721l-6 1l-349 -722h-195l-58 1082h229l7 -735l6 -1l349 736h173z" />
<glyph unicode="x" horiz-adv-x="980" d="M529 718l6 -1l231 365h274l-399 -535l234 -547h-271l-120 373l-6 1l-241 -374h-273l410 547l-228 535h271z" />
<glyph unicode="y" horiz-adv-x="980" d="M462 434l1 -89l6 -1l359 738h262l-663 -1246q-63 -112 -152.5 -192.5t-223.5 -80.5q-27 0 -60 6.5t-62 13.5l64 188q12 -1 33.5 -3t33.5 -2q55 0 105 48.5t78 100.5l56 97l-150 1070h261z" />
<glyph unicode="z" horiz-adv-x="980" d="M331 199l2 -5h525l-39 -194h-820l32 159l644 722l-2 5h-488l39 196h789l-30 -154z" />
<glyph unicode="{" horiz-adv-x="651" d="M441 -360q-174 55 -232.5 175t-30.5 291l32 203q17 108 -16 164t-123 56l6 37l22 141q86 0 140 58.5t71 163.5l32 203q28 177 123 292.5t285 167.5l6 -2l23 -133q-93 -33 -142.5 -117t-68.5 -208l-32 -203q-18 -109 -71.5 -189t-143.5 -124q73 -48 102 -128t13 -179 l-32 -203q-22 -130 0.5 -211t106.5 -114z" />
<glyph unicode="|" horiz-adv-x="496" d="M217 -270h-164l276 1726h164z" />
<glyph unicode="}" horiz-adv-x="651" d="M-73 -224q92 33 142 115.5t70 207.5l32 203q17 113 72.5 194.5t151.5 124.5q-79 44 -110 122.5t-14 181.5l32 200q21 129 -2 210.5t-106 114.5l70 140q173 -55 231 -174.5t31 -290.5l-32 -200q-18 -110 15.5 -164t125.5 -54l-21 -135h-1l-6 -43q-88 0 -142.5 -61 t-70.5 -166l-32 -203q-29 -177 -123 -292t-284 -167l-6 2z" />
<glyph unicode="~" horiz-adv-x="1272" d="M1211 750q-25 -157 -123.5 -260t-224.5 -103q-77 0 -141.5 33t-129.5 103q-44 46 -79.5 68t-77.5 22q-52 0 -99.5 -52t-58.5 -123l-162 22q24 156 120.5 255.5t224.5 99.5q77 0 144 -34.5t129 -100.5q41 -48 76.5 -69t78.5 -21q50 0 99.5 55t61.5 128z" />
<glyph unicode="&#xa1;" horiz-adv-x="524" d="M216 -374h-240l193 964h240zM458 847h-236l47 235h236z" />
<glyph unicode="&#xa2;" horiz-adv-x="1081" d="M520 173q77 0 140 52.5t76 131.5h217l2 -6q-19 -141 -131 -242.5t-263 -123.5l-45 -230h-196l48 240q-154 43 -220.5 188t-34.5 340l5 35q34 220 155.5 365.5t314.5 172.5l45 222h196l-47 -231q127 -35 191 -141t42 -252h-225q15 93 -26 153t-127 60q-118 0 -187 -101 t-93 -248l-5 -35q-26 -158 8.5 -254t159.5 -96z" />
<glyph unicode="&#xa3;" horiz-adv-x="1135" d="M501 600l-18 -114q-18 -88 -53 -162.5t-85 -129.5h672l-40 -194h-922l39 194h9q44 13 82 101.5t57 182.5l20 122h-146l39 195h139l39 238q43 221 172.5 332.5t316.5 111.5q182 0 275 -111t54 -285l-2 -5h-233q22 112 -16.5 159t-116.5 47q-70 0 -128.5 -66.5 t-81.5 -182.5l-39 -238h354l-39 -195h-348z" />
<glyph unicode="&#xa4;" horiz-adv-x="1342" d="M948 99q-83 -59 -175 -89t-186 -30q-87 0 -164 33t-136 95l-149 -134l-109 144l159 142q-32 76 -40 164t12 184q21 107 64.5 200.5t105.5 169.5l-101 142l167 144l98 -137q78 52 165.5 79.5t178.5 27.5q83 0 157.5 -31t134.5 -87l166 149l110 -145l-172 -155 q33 -78 42 -168.5t-10 -188.5q-21 -102 -61 -191.5t-96 -162.5l97 -136l-168 -145zM341 608q-40 -197 42.5 -320t240.5 -123q144 0 283.5 130.5t176.5 312.5q38 196 -44 318t-239 122q-145 0 -285 -130t-175 -310z" />
<glyph unicode="&#xa5;" horiz-adv-x="1174" d="M663 841l6 -1l409 616h267l-511 -714h251l-39 -195h-323l-23 -115h323l-39 -195h-323l-47 -237h-239l47 237h-326l39 195h326l23 115h-326l39 195h262l-226 714h267z" />
<glyph unicode="&#xa6;" horiz-adv-x="490" d="M-10 -270l159 795h225l-159 -795h-225zM409 698h-225l151 758h225z" />
<glyph unicode="&#xa7;" horiz-adv-x="1196" d="M1098 455q-20 -98 -73.5 -167t-136.5 -109q51 -50 68 -118t-2 -164q-38 -187 -181.5 -280t-365.5 -93q-200 0 -328.5 102t-81.5 318l3 6l230 1q-26 -131 38 -181.5t178 -50.5q102 0 177.5 50t91.5 126q16 82 -34 123.5t-214 99.5q-212 64 -300 157t-53 267 q19 95 72.5 164.5t137.5 111.5q-51 50 -68.5 119t2.5 165q36 180 182 277.5t367 97.5q209 0 319 -113.5t66 -311.5l-2 -5h-232q22 107 -27 171t-163 64q-109 0 -182 -51.5t-87 -126.5q-19 -92 26.5 -131t218.5 -93q214 -66 301 -158.5t53 -266.5zM615 673q-40 12 -72 23 t-60 24q-51 -23 -84 -65.5t-43 -96.5q-19 -94 26 -136t213 -99q43 -14 72.5 -24.5t56.5 -20.5q52 22 87.5 64t47.5 97q16 85 -33.5 130t-210.5 104z" />
<glyph unicode="&#xa8;" horiz-adv-x="1001" d="M971 1252h-233l33 204h233zM520 1252h-232l33 204h232z" />
<glyph unicode="&#xa9;" horiz-adv-x="1497" d="M1060 596l2 -6q-21 -156 -114 -232t-243 -76q-144 0 -218 107.5t-46 279.5l19 119q28 179 132 283t256 104q142 0 214.5 -80.5t45.5 -228.5l-2 -5h-145q15 97 -18.5 138t-116.5 41q-82 0 -140 -69.5t-76 -181.5l-19 -120q-20 -119 15 -185.5t121 -66.5q79 0 127 42 t63 137h143zM248 729q-45 -274 84 -449.5t359 -175.5q216 0 407 182t234 443q43 273 -85.5 447.5t-356.5 174.5q-218 0 -409.5 -181t-232.5 -441zM130 729q52 327 276.5 537t503.5 210q263 0 426 -218t114 -529q-53 -328 -277.5 -539t-501.5 -211q-265 0 -428.5 218.5 t-112.5 531.5z" />
<glyph unicode="&#xaa;" horiz-adv-x="860" d="M621 706q-3 21 -3 45t3 49q-41 -47 -98 -77.5t-128 -30.5q-103 0 -154.5 62.5t-30.5 165.5q23 117 112 174t244 57h122l10 51q13 66 -5.5 96.5t-70.5 30.5q-55 0 -93.5 -26.5t-47.5 -72.5l-158 13l-2 6q16 104 106 166t224 62q118 0 181 -72.5t37 -203.5l-63 -314 q-11 -53 -13.5 -95t1.5 -86h-173zM467 836q41 0 96 28.5t80 63.5l21 106h-120q-62 0 -108 -33t-54 -77q-10 -46 11 -67t74 -21z" />
<glyph unicode="&#xab;" horiz-adv-x="941" d="M300 550l147 -399h-162l-190 390l1 6l3 13l346 390h162zM641 550l147 -399h-162l-190 390l1 6l3 13l346 390h162z" />
<glyph unicode="&#xac;" horiz-adv-x="1066" d="M945 634l-52 -260h-196l52 260h-584l34 171h780l-16 -77h1z" />
<glyph unicode="&#xad;" horiz-adv-x="640" d="M583 521h-492l39 196h492z" />
<glyph unicode="&#xae;" horiz-adv-x="1497" d="M131 729q52 327 276.5 537t502.5 210q264 0 427 -218t114 -529q-53 -328 -278 -539t-502 -211q-265 0 -428 218.5t-112 531.5zM249 729q-45 -274 84 -449.5t358 -175.5q216 0 407 182t234 443q43 273 -85.5 447.5t-356.5 174.5q-218 0 -409 -181t-232 -441zM647 653 l-53 -337h-148l136 850h265q136 0 209.5 -67.5t53.5 -192.5q-10 -62 -46 -106.5t-97 -74.5q52 -29 70.5 -83t7.5 -127l-9 -56q-7 -42 -8.5 -74t4.5 -53l-2 -16h-151q-5 22 -0.5 63.5t11.5 80.5l8 54q12 74 -13 106.5t-95 32.5h-143zM669 787h128q62 0 109 30.5t56 85.5 q12 75 -18 102.5t-119 27.5h-117z" />
<glyph unicode="&#xaf;" horiz-adv-x="940" d="M955 1298h-683l25 158h683z" />
<glyph unicode="&#xb0;" horiz-adv-x="733" d="M278 1208q22 117 109.5 193t191.5 76q93 0 152 -80.5t38 -188.5q-24 -117 -109 -190.5t-187 -73.5q-96 0 -156.5 78t-38.5 186zM413 1208q-12 -56 14 -90t74 -34q43 0 82.5 35.5t51.5 88.5q11 58 -13.5 93t-70.5 35q-44 0 -86 -37.5t-52 -90.5z" />
<glyph unicode="&#xb1;" horiz-adv-x="1034" d="M707 906h315l-32 -199h-314l-63 -395h-211l63 395h-327l32 199h326l62 384h211zM834 0h-776l39 196h776z" />
<glyph unicode="&#xb2;" horiz-adv-x="819" d="M733 667h-568l29 145l333 256q70 54 94.5 89t32.5 76q9 47 -7.5 73.5t-64.5 26.5q-50 0 -86 -30.5t-45 -77.5h-176l-2 6q16 110 109.5 179t231.5 69q123 0 186.5 -66t41.5 -181q-18 -87 -71 -141t-194 -163l-136 -110l2 -6h319z" />
<glyph unicode="&#xb3;" horiz-adv-x="819" d="M423 1139h115q53 0 87 27t44 74q7 41 -16 66.5t-78 25.5q-44 0 -77 -22.5t-39 -55.5h-178l-2 6q15 105 106 161.5t216 56.5q131 0 204.5 -60.5t52.5 -168.5q-12 -59 -54 -104t-105 -70q59 -25 85.5 -72t13.5 -112q-24 -119 -118.5 -177.5t-237.5 -58.5q-121 0 -199 61 t-50 172l2 6h179q-10 -46 15 -70t81 -24q53 0 93.5 26.5t49.5 70.5q12 59 -13.5 85t-88.5 26h-115l16 77l3 14z" />
<glyph unicode="&#xb4;" horiz-adv-x="663" d="M459 1478h271l-304 -266h-186z" />
<glyph unicode="&#xb5;" horiz-adv-x="1143" d="M508 1082l-130 -649q-28 -160 5 -209t120 -49q73 0 129 32t97 93l156 782h239l-216 -1082h-220l9 72q-50 -46 -108 -69.5t-125 -23.5q-52 0 -93.5 13.5t-71.5 41.5l-90 -450h-238l299 1498h238z" />
<glyph unicode="&#xb6;" horiz-adv-x="984" d="M507 0l104 520h-74q-203 0 -304 132t-60 336q43 220 187 344t364 124h313l-291 -1456h-239z" />
<glyph unicode="&#xb7;" horiz-adv-x="555" d="M421 594h-234l48 240h234z" />
<glyph unicode="&#xb8;" horiz-adv-x="504" d="M225 3l-22 -54q55 -11 85.5 -52t15.5 -121q-22 -109 -110 -165t-233 -54l-5 3l19 130q51 0 89 22.5t48 66.5q9 47 -18 63.5t-101 21.5l58 139h174z" />
<glyph unicode="&#xb9;" horiz-adv-x="542" d="M451 665h-188l128 639h-116l30 150l308 23z" />
<glyph unicode="&#xba;" horiz-adv-x="881" d="M257 1142q32 157 136.5 246t254.5 89q139 0 213.5 -95t45.5 -240l-23 -116q-32 -158 -136 -246t-255 -88q-139 0 -213.5 94.5t-45.5 239.5zM405 1026q-18 -90 11 -139t106 -49q68 0 121 52.5t70 135.5l23 116q17 88 -12 137.5t-105 49.5q-70 0 -122.5 -53t-68.5 -134z " />
<glyph unicode="&#xbb;" horiz-adv-x="941" d="M355 950l189 -390l-2 -6h1l-3 -13l-345 -390h-162l306 399l-146 400h162zM709 950l189 -390l-2 -6h1l-3 -13l-345 -390h-162l306 399l-146 400h162z" />
<glyph unicode="&#xbc;" horiz-adv-x="1451" d="M502 664h-188l128 639h-116l30 150l308 23zM340 117l-108 72l890 1138l107 -72zM1255 290h102l-29 -145h-102l-29 -145h-187l29 145h-382l13 116l500 540h187zM873 295l2 -5h193l53 271l-5 2l-11 -14z" />
<glyph unicode="&#xbd;" horiz-adv-x="1547" d="M345 117l-108 72l890 1138l107 -72zM494 664h-188l128 639h-116l30 150l308 23zM1315 0h-568l29 145l333 256q70 54 94.5 89t32.5 76q9 47 -7.5 73.5t-64.5 26.5q-50 0 -86 -30.5t-45 -77.5h-176l-2 6q16 110 109.5 179t231.5 69q123 0 186.5 -66t41.5 -181 q-18 -87 -71 -141t-194 -163l-136 -110l2 -6h319z" />
<glyph unicode="&#xbe;" horiz-adv-x="1641" d="M523 117l-108 72l890 1138l107 -72zM1427 290h102l-29 -145h-102l-29 -145h-187l29 145h-382l13 116l500 540h187zM1045 295l2 -5h193l53 271l-5 2l-11 -14zM426 1140h115q53 0 87 27t44 74q7 41 -16 66.5t-78 25.5q-44 0 -77 -22.5t-39 -55.5h-178l-2 6 q15 105 106 161.5t216 56.5q131 0 204.5 -60.5t52.5 -168.5q-12 -59 -54 -104t-105 -70q59 -25 85.5 -72t13.5 -112q-24 -119 -118.5 -177.5t-237.5 -58.5q-121 0 -199 61t-50 172l2 6h179q-10 -46 15 -70t81 -24q53 0 93.5 26.5t49.5 70.5q12 59 -13.5 85t-88.5 26h-115 l16 77l3 14z" />
<glyph unicode="&#xbf;" horiz-adv-x="971" d="M702 669q-31 -144 -73.5 -205t-164.5 -153q-89 -81 -143.5 -148.5t-70.5 -150.5q-21 -103 15.5 -153.5t126.5 -50.5q67 0 130.5 46.5t83.5 134.5h230l2 -6q-35 -178 -170 -277.5t-317 -99.5q-186 0 -281.5 109t-58.5 293q26 135 112 237t215 197q62 49 85 94.5t41 132.5 h238zM544 1082h242l-46 -233h-242z" />
<glyph unicode="&#xc0;" horiz-adv-x="1257" d="M872 340h-514l-176 -340h-241l787 1456h226l199 -1456h-242zM463 543h386l-68 602l-6 1zM995 1560h-191l-206 266h269z" />
<glyph unicode="&#xc1;" horiz-adv-x="1257" d="M872 340h-514l-176 -340h-241l787 1456h226l199 -1456h-242zM463 543h386l-68 602l-6 1zM989 1825h271l-304 -266h-186z" />
<glyph unicode="&#xc2;" horiz-adv-x="1257" d="M872 340h-514l-176 -340h-241l787 1456h226l199 -1456h-242zM463 543h386l-68 602l-6 1zM1215 1621l-5 -24h-190l-102 139l-157 -139h-189l6 26l298 241h137z" />
<glyph unicode="&#xc3;" horiz-adv-x="1257" d="M872 340h-514l-176 -340h-241l787 1456h226l199 -1456h-242zM463 543h386l-68 602l-6 1zM1271 1852q-16 -98 -82.5 -163.5t-152.5 -65.5q-62 0 -133 44.5t-119 44.5q-34 0 -64.5 -32.5t-37.5 -77.5l-121 35q15 97 81 165t152 68q49 0 126.5 -44.5t126.5 -44.5q34 0 65 32 t38 78z" />
<glyph unicode="&#xc4;" horiz-adv-x="1257" d="M872 340h-514l-176 -340h-241l787 1456h226l199 -1456h-242zM463 543h386l-68 602l-6 1zM1232 1601h-233l33 204h233zM781 1601h-232l33 204h232z" />
<glyph unicode="&#xc5;" horiz-adv-x="1257" d="M872 340h-514l-176 -340h-241l787 1456h226l199 -1456h-242zM463 543h386l-68 602l-6 1zM717 1737q18 90 86.5 144t155.5 54q78 0 126.5 -57.5t32.5 -140.5q-19 -91 -85.5 -142.5t-151.5 -51.5q-80 0 -130.5 55t-33.5 139zM823 1737q-9 -46 13 -73.5t63 -27.5 q37 0 70.5 29t42.5 72q10 48 -11 76t-61 28q-38 0 -73 -30t-44 -74z" />
<glyph unicode="&#xc6;" horiz-adv-x="1808" d="M1675 0h-845l54 340h-455l-237 -340h-286l1065 1456h938l-39 -197h-599l-66 -408h507l-39 -197h-499l-74 -458h614zM919 555l99 617l-6 2l-432 -619h339z" />
<glyph unicode="&#xc7;" horiz-adv-x="1219" d="M1151 470l2 -6q-61 -230 -200 -357.5t-369 -127.5q-226 0 -363.5 179t-85.5 438l55 276q57 288 217 446.5t396 158.5q225 0 352.5 -140.5t99.5 -367.5l-2 -5h-233q14 150 -44.5 234t-197.5 84q-123 0 -218 -115t-130 -293l-56 -278q-38 -190 26 -306.5t206 -116.5 q123 0 195.5 72.5t119.5 224.5h230zM635 -1l-22 -54q55 -11 85.5 -52t15.5 -121q-22 -109 -110 -165t-233 -54l-5 3l19 130q51 0 89 22.5t48 66.5q9 47 -18 63.5t-101 21.5l58 139h174z" />
<glyph unicode="&#xc8;" horiz-adv-x="1115" d="M1021 655h-586l-92 -461h681l-39 -194h-920l291 1456h913l-39 -195h-674l-82 -411h586zM918 1560h-191l-206 266h269z" />
<glyph unicode="&#xc9;" horiz-adv-x="1115" d="M1021 655h-586l-92 -461h681l-39 -194h-920l291 1456h913l-39 -195h-674l-82 -411h586zM912 1825h271l-304 -266h-186z" />
<glyph unicode="&#xca;" horiz-adv-x="1115" d="M1021 655h-586l-92 -461h681l-39 -194h-920l291 1456h913l-39 -195h-674l-82 -411h586zM1138 1621l-5 -24h-190l-102 139l-157 -139h-189l6 26l298 241h137z" />
<glyph unicode="&#xcb;" horiz-adv-x="1115" d="M1021 655h-586l-92 -461h681l-39 -194h-920l291 1456h913l-39 -195h-674l-82 -411h586zM1155 1601h-233l33 204h233zM704 1601h-232l33 204h232z" />
<glyph unicode="&#xcc;" horiz-adv-x="562" d="M315 0h-239l291 1456h239zM621 1560h-191l-206 266h269z" />
<glyph unicode="&#xcd;" horiz-adv-x="562" d="M315 0h-239l291 1456h239zM613 1825h271l-304 -266h-186z" />
<glyph unicode="&#xce;" horiz-adv-x="562" d="M315 0h-239l291 1456h239zM841 1621l-5 -24h-190l-102 139l-157 -139h-189l6 26l298 241h137z" />
<glyph unicode="&#xcf;" horiz-adv-x="562" d="M315 0h-239l291 1456h239zM858 1601h-233l33 204h233zM407 1601h-232l33 204h232z" />
<glyph unicode="&#xd0;" horiz-adv-x="1292" d="M95 0l131 657h-144l34 170h144l126 629h407q245 0 395.5 -181.5t98.5 -446.5l-45 -221q-59 -294 -231.5 -450.5t-434.5 -156.5h-481zM696 657h-231l-92 -463h235q152 0 254.5 112.5t140.5 300.5l45 223q38 193 -46 312t-255 119h-161l-87 -434h231z" />
<glyph unicode="&#xd1;" horiz-adv-x="1365" d="M1129 0h-239l-372 1042h-6l-208 -1042h-239l291 1456h239l372 -1041h6l208 1041h239zM1295 1852q-16 -98 -82.5 -163.5t-152.5 -65.5q-62 0 -133 44.5t-119 44.5q-34 0 -64.5 -32.5t-37.5 -77.5l-121 35q15 97 81 165t152 68q49 0 126.5 -44.5t126.5 -44.5q34 0 65 32 t38 78z" />
<glyph unicode="&#xd2;" horiz-adv-x="1313" d="M1246 590q-58 -287 -232.5 -449t-426.5 -162q-230 0 -367.5 182.5t-84.5 441.5l52 262q57 287 226 449.5t415 162.5q235 0 378.5 -183.5t91.5 -441.5zM1061 854q37 190 -40.5 306.5t-232.5 116.5q-132 0 -229.5 -114t-133.5 -296l-52 -264q-39 -192 33 -308.5t221 -116.5 q138 0 241 114t140 298zM1001 1581h-191l-206 266h269z" />
<glyph unicode="&#xd3;" horiz-adv-x="1313" d="M1246 590q-58 -287 -232.5 -449t-426.5 -162q-230 0 -367.5 182.5t-84.5 441.5l52 262q57 287 226 449.5t415 162.5q235 0 378.5 -183.5t91.5 -441.5zM1061 854q37 190 -40.5 306.5t-232.5 116.5q-132 0 -229.5 -114t-133.5 -296l-52 -264q-39 -192 33 -308.5t221 -116.5 q138 0 241 114t140 298zM995 1846h271l-304 -266h-186z" />
<glyph unicode="&#xd4;" horiz-adv-x="1313" d="M1246 590q-58 -287 -232.5 -449t-426.5 -162q-230 0 -367.5 182.5t-84.5 441.5l52 262q57 287 226 449.5t415 162.5q235 0 378.5 -183.5t91.5 -441.5zM1061 854q37 190 -40.5 306.5t-232.5 116.5q-132 0 -229.5 -114t-133.5 -296l-52 -264q-39 -192 33 -308.5t221 -116.5 q138 0 241 114t140 298zM1221 1642l-5 -24h-190l-102 139l-157 -139h-189l6 26l298 241h137z" />
<glyph unicode="&#xd5;" horiz-adv-x="1313" d="M1246 590q-58 -287 -232.5 -449t-426.5 -162q-230 0 -367.5 182.5t-84.5 441.5l52 262q57 287 226 449.5t415 162.5q235 0 378.5 -183.5t91.5 -441.5zM1061 854q37 190 -40.5 306.5t-232.5 116.5q-132 0 -229.5 -114t-133.5 -296l-52 -264q-39 -192 33 -308.5t221 -116.5 q138 0 241 114t140 298zM1277 1873q-16 -98 -82.5 -163.5t-152.5 -65.5q-62 0 -133 44.5t-119 44.5q-34 0 -64.5 -32.5t-37.5 -77.5l-121 35q15 97 81 165t152 68q49 0 126.5 -44.5t126.5 -44.5q34 0 65 32t38 78z" />
<glyph unicode="&#xd6;" horiz-adv-x="1313" d="M1246 590q-58 -287 -232.5 -449t-426.5 -162q-230 0 -367.5 182.5t-84.5 441.5l52 262q57 287 226 449.5t415 162.5q235 0 378.5 -183.5t91.5 -441.5zM1061 854q37 190 -40.5 306.5t-232.5 116.5q-132 0 -229.5 -114t-133.5 -296l-52 -264q-39 -192 33 -308.5t221 -116.5 q138 0 241 114t140 298zM1238 1622h-233l33 204h233zM787 1622h-232l33 204h232z" />
<glyph unicode="&#xd7;" horiz-adv-x="1028" d="M63 364l357 321l-230 323l176 150l226 -319l355 319l115 -150l-360 -323l229 -321l-175 -150l-226 316l-352 -316z" />
<glyph unicode="&#xd8;" horiz-adv-x="1318" d="M1249 597q-57 -284 -245 -451t-442 -167q-72 0 -136 19.5t-117 57.5l-112 -151h-143l171 230q-69 85 -93.5 204.5t3.5 257.5l53 262q56 283 240 450.5t432 167.5q83 0 157 -26t133 -74l105 141h143l-169 -227q58 -85 77.5 -196.5t-4.5 -235.5zM373 597 q-16 -77 -15 -142.5t17 -109.5l6 -1l635 853q-34 38 -83.5 59t-112.5 21q-134 0 -246 -119t-148 -297zM1064 861q12 61 13.5 114t-7.5 93l-6 2l-624 -838q30 -27 70.5 -40.5t91.5 -13.5q140 0 256.5 119.5t152.5 299.5z" />
<glyph unicode="&#xd9;" horiz-adv-x="1310" d="M1393 1456l-195 -976q-52 -258 -221 -379.5t-415 -121.5q-220 0 -346.5 131.5t-78.5 369.5l195 976h239l-195 -976q-33 -163 28.5 -235t196.5 -72q128 0 228 78t130 229l195 976h239zM995 1560h-191l-206 266h269z" />
<glyph unicode="&#xda;" horiz-adv-x="1310" d="M1393 1456l-195 -976q-52 -258 -221 -379.5t-415 -121.5q-220 0 -346.5 131.5t-78.5 369.5l195 976h239l-195 -976q-33 -163 28.5 -235t196.5 -72q128 0 228 78t130 229l195 976h239zM989 1825h271l-304 -266h-186z" />
<glyph unicode="&#xdb;" horiz-adv-x="1310" d="M1393 1456l-195 -976q-52 -258 -221 -379.5t-415 -121.5q-220 0 -346.5 131.5t-78.5 369.5l195 976h239l-195 -976q-33 -163 28.5 -235t196.5 -72q128 0 228 78t130 229l195 976h239zM1215 1621l-5 -24h-190l-102 139l-157 -139h-189l6 26l298 241h137z" />
<glyph unicode="&#xdc;" horiz-adv-x="1310" d="M1393 1456l-195 -976q-52 -258 -221 -379.5t-415 -121.5q-220 0 -346.5 131.5t-78.5 369.5l195 976h239l-195 -976q-33 -163 28.5 -235t196.5 -72q128 0 228 78t130 229l195 976h239zM1232 1601h-233l33 204h233zM781 1601h-232l33 204h232z" />
<glyph unicode="&#xdd;" horiz-adv-x="1207" d="M668 772l6 -1l451 685h266l-656 -947l-102 -509h-238l105 527l-273 929h267zM939 1825h271l-304 -266h-186z" />
<glyph unicode="&#xde;" horiz-adv-x="1151" d="M584 1456l-56 -280h220q212 0 322 -123.5t73 -314.5q-43 -209 -190.5 -323.5t-379.5 -114.5h-220l-60 -300h-239l291 1456h239zM489 983l-97 -488h220q113 0 192 71t99 170q22 110 -24.5 177.5t-169.5 67.5h-218z" />
<glyph unicode="&#xdf;" horiz-adv-x="1182" d="M283 0h-238l219 1093q47 239 184.5 356.5t333.5 117.5q151 0 240.5 -93t56.5 -263q-25 -125 -99.5 -223.5t-85.5 -158.5q-16 -77 105 -215t94 -275q-39 -192 -154.5 -276t-307.5 -84q-72 0 -148.5 17.5t-106.5 44.5l87 197q33 -25 84.5 -45t109.5 -20q78 0 129 42.5 t65 111.5q17 85 -105 220t-93 278q18 94 98 195.5t95 174.5q16 85 -17 131t-91 46q-76 0 -143.5 -75t-93.5 -206z" />
<glyph unicode="&#xe0;" horiz-adv-x="1048" d="M638 0q-4 34 -4.5 67t2.5 66q-62 -67 -142.5 -110.5t-166.5 -43.5q-143 0 -215.5 89.5t-42.5 236.5q33 167 162 249.5t342 82.5h158l19 95q18 90 -16.5 135.5t-118.5 45.5q-71 0 -126 -40.5t-67 -102.5h-229l-2 6q22 136 155 231t321 95q166 0 262 -98t61 -274l-96 -481 q-15 -72 -18.5 -131t4.5 -118h-242zM419 174q66 0 135 36t109 87l38 188h-162q-86 0 -151 -53t-79 -123q-14 -66 13.5 -100.5t96.5 -34.5zM793 1238h-191l-206 266h269z" />
<glyph unicode="&#xe1;" horiz-adv-x="1048" d="M638 0q-4 34 -4.5 67t2.5 66q-62 -67 -142.5 -110.5t-166.5 -43.5q-143 0 -215.5 89.5t-42.5 236.5q33 167 162 249.5t342 82.5h158l19 95q18 90 -16.5 135.5t-118.5 45.5q-71 0 -126 -40.5t-67 -102.5h-229l-2 6q22 136 155 231t321 95q166 0 262 -98t61 -274l-96 -481 q-15 -72 -18.5 -131t4.5 -118h-242zM419 174q66 0 135 36t109 87l38 188h-162q-86 0 -151 -53t-79 -123q-14 -66 13.5 -100.5t96.5 -34.5zM787 1503h271l-304 -266h-186z" />
<glyph unicode="&#xe2;" horiz-adv-x="1048" d="M638 0q-4 34 -4.5 67t2.5 66q-62 -67 -142.5 -110.5t-166.5 -43.5q-143 0 -215.5 89.5t-42.5 236.5q33 167 162 249.5t342 82.5h158l19 95q18 90 -16.5 135.5t-118.5 45.5q-71 0 -126 -40.5t-67 -102.5h-229l-2 6q22 136 155 231t321 95q166 0 262 -98t61 -274l-96 -481 q-15 -72 -18.5 -131t4.5 -118h-242zM419 174q66 0 135 36t109 87l38 188h-162q-86 0 -151 -53t-79 -123q-14 -66 13.5 -100.5t96.5 -34.5zM1013 1299l-5 -24h-190l-102 139l-157 -139h-189l6 26l298 241h137z" />
<glyph unicode="&#xe3;" horiz-adv-x="1048" d="M638 0q-4 34 -4.5 67t2.5 66q-62 -67 -142.5 -110.5t-166.5 -43.5q-143 0 -215.5 89.5t-42.5 236.5q33 167 162 249.5t342 82.5h158l19 95q18 90 -16.5 135.5t-118.5 45.5q-71 0 -126 -40.5t-67 -102.5h-229l-2 6q22 136 155 231t321 95q166 0 262 -98t61 -274l-96 -481 q-15 -72 -18.5 -131t4.5 -118h-242zM419 174q66 0 135 36t109 87l38 188h-162q-86 0 -151 -53t-79 -123q-14 -66 13.5 -100.5t96.5 -34.5zM1069 1530q-16 -98 -82.5 -163.5t-152.5 -65.5q-62 0 -133 44.5t-119 44.5q-34 0 -64.5 -32.5t-37.5 -77.5l-121 35q15 97 81 165 t152 68q49 0 126.5 -44.5t126.5 -44.5q34 0 65 32t38 78z" />
<glyph unicode="&#xe4;" horiz-adv-x="1048" d="M638 0q-4 34 -4.5 67t2.5 66q-62 -67 -142.5 -110.5t-166.5 -43.5q-143 0 -215.5 89.5t-42.5 236.5q33 167 162 249.5t342 82.5h158l19 95q18 90 -16.5 135.5t-118.5 45.5q-71 0 -126 -40.5t-67 -102.5h-229l-2 6q22 136 155 231t321 95q166 0 262 -98t61 -274l-96 -481 q-15 -72 -18.5 -131t4.5 -118h-242zM419 174q66 0 135 36t109 87l38 188h-162q-86 0 -151 -53t-79 -123q-14 -66 13.5 -100.5t96.5 -34.5zM1030 1279h-233l33 204h233zM579 1279h-232l33 204h232z" />
<glyph unicode="&#xe5;" horiz-adv-x="1048" d="M638 0q-4 34 -4.5 67t2.5 66q-62 -67 -142.5 -110.5t-166.5 -43.5q-143 0 -215.5 89.5t-42.5 236.5q33 167 162 249.5t342 82.5h158l19 95q18 90 -16.5 135.5t-118.5 45.5q-71 0 -126 -40.5t-67 -102.5h-229l-2 6q22 136 155 231t321 95q166 0 262 -98t61 -274l-96 -481 q-15 -72 -18.5 -131t4.5 -118h-242zM419 174q66 0 135 36t109 87l38 188h-162q-86 0 -151 -53t-79 -123q-14 -66 13.5 -100.5t96.5 -34.5zM515 1415q18 90 86.5 144t155.5 54q78 0 126.5 -57.5t32.5 -140.5q-19 -91 -85.5 -142.5t-151.5 -51.5q-80 0 -130.5 55t-33.5 139z M621 1415q-9 -46 13 -73.5t63 -27.5q37 0 70.5 29t42.5 72q10 48 -11 76t-61 28q-38 0 -73 -30t-44 -74z" />
<glyph unicode="&#xe6;" horiz-adv-x="1618" d="M1081 -21q-115 0 -201.5 45.5t-135.5 128.5q-69 -74 -180 -124t-250 -50q-158 0 -237 91t-50 242q34 168 161 249t347 81h187l14 71q19 96 -12 145t-108 49q-76 0 -135.5 -45.5t-71.5 -109.5l-225 18l-2 6q26 150 155 238t320 88q90 0 162 -31.5t115 -91.5 q70 61 155.5 92t180.5 31q188 0 278.5 -133.5t45.5 -356.5l-28 -141h-633q-22 -143 25.5 -220.5t175.5 -77.5q85 0 152.5 24.5t147.5 67.5l38 -165q-61 -45 -163.5 -83t-227.5 -38zM398 164q55 0 130 36.5t122 84.5l38 190h-184q-90 0 -157 -49.5t-80 -117.5 q-14 -69 17.5 -106.5t113.5 -37.5zM1231 907q-86 0 -154 -72.5t-101 -186.5l3 -6h385l6 30q22 112 -10 173.5t-129 61.5z" />
<glyph unicode="&#xe7;" horiz-adv-x="1012" d="M500 173q77 0 140 52.5t76 131.5h216l2 -6q-21 -159 -157 -265.5t-308 -106.5q-216 0 -315 155.5t-61 388.5l5 35q39 244 181.5 394t368.5 150q177 0 275.5 -114.5t66.5 -288.5l-2 -5h-218q15 93 -26 153t-127 60q-118 0 -187 -101t-93 -248l-5 -35q-26 -158 8.5 -254 t159.5 -96zM532 -1l-22 -54q55 -11 85.5 -52t15.5 -121q-22 -109 -110 -165t-233 -54l-5 3l19 130q51 0 89 22.5t48 66.5q9 47 -18 63.5t-101 21.5l58 139h174z" />
<glyph unicode="&#xe8;" horiz-adv-x="1022" d="M486 -21q-208 0 -315.5 152t-69.5 385l6 40q39 245 188.5 396t341.5 150q199 0 289.5 -133.5t55.5 -354.5l-23 -143h-625q-14 -137 35 -217.5t163 -80.5q85 0 156 24.5t138 68.5l50 -159q-65 -54 -165 -91t-225 -37zM606 907q-76 0 -139.5 -71.5t-93.5 -181.5l2 -5h376 l4 25q16 107 -19 170t-130 63zM756 1239h-191l-206 266h269z" />
<glyph unicode="&#xe9;" horiz-adv-x="1022" d="M486 -21q-208 0 -315.5 152t-69.5 385l6 40q39 245 188.5 396t341.5 150q199 0 289.5 -133.5t55.5 -354.5l-23 -143h-625q-14 -137 35 -217.5t163 -80.5q85 0 156 24.5t138 68.5l50 -159q-65 -54 -165 -91t-225 -37zM606 907q-76 0 -139.5 -71.5t-93.5 -181.5l2 -5h376 l4 25q16 107 -19 170t-130 63zM750 1504h271l-304 -266h-186z" />
<glyph unicode="&#xea;" horiz-adv-x="1022" d="M486 -21q-208 0 -315.5 152t-69.5 385l6 40q39 245 188.5 396t341.5 150q199 0 289.5 -133.5t55.5 -354.5l-23 -143h-625q-14 -137 35 -217.5t163 -80.5q85 0 156 24.5t138 68.5l50 -159q-65 -54 -165 -91t-225 -37zM606 907q-76 0 -139.5 -71.5t-93.5 -181.5l2 -5h376 l4 25q16 107 -19 170t-130 63zM976 1300l-5 -24h-190l-102 139l-157 -139h-189l6 26l298 241h137z" />
<glyph unicode="&#xeb;" horiz-adv-x="1022" d="M486 -21q-208 0 -315.5 152t-69.5 385l6 40q39 245 188.5 396t341.5 150q199 0 289.5 -133.5t55.5 -354.5l-23 -143h-625q-14 -137 35 -217.5t163 -80.5q85 0 156 24.5t138 68.5l50 -159q-65 -54 -165 -91t-225 -37zM606 907q-76 0 -139.5 -71.5t-93.5 -181.5l2 -5h376 l4 25q16 107 -19 170t-130 63zM993 1280h-233l33 204h233zM542 1280h-232l33 204h232z" />
<glyph unicode="&#xec;" horiz-adv-x="520" d="M290 0h-240l216 1082h240zM528 1217h-191l-206 266h269z" />
<glyph unicode="&#xed;" horiz-adv-x="520" d="M290 0h-240l216 1082h240zM520 1482h271l-304 -266h-186z" />
<glyph unicode="&#xee;" horiz-adv-x="520" d="M290 0h-240l216 1082h240zM748 1278l-5 -24h-190l-102 139l-157 -139h-189l6 26l298 241h137z" />
<glyph unicode="&#xef;" horiz-adv-x="520" d="M290 0h-240l216 1082h240zM765 1258h-233l33 204h233zM314 1258h-232l33 204h232z" />
<glyph unicode="&#xf0;" horiz-adv-x="1137" d="M996 1283q76 -119 98.5 -280t-15.5 -354l-18 -87q-55 -274 -224 -428.5t-385 -154.5q-200 0 -314.5 143t-72.5 346q47 241 200 373t364 132q69 0 129 -28.5t100 -76.5l4 4q1 91 -20.5 164.5t-60.5 129.5l-264 -142l-54 109l227 122q-28 19 -59.5 35.5t-66.5 30.5l112 196 q70 -20 131 -55t111 -83l226 122l54 -109zM840 651l5 26q-22 47 -81.5 77.5t-151.5 30.5q-104 0 -192.5 -92t-114.5 -225q-26 -128 24 -211.5t166 -83.5q105 0 199.5 111.5t127.5 277.5z" />
<glyph unicode="&#xf1;" d="M453 938q65 79 147.5 121.5t174.5 42.5q147 0 219 -104.5t30 -317.5l-136 -680h-239l136 678q25 130 -8.5 177.5t-129.5 47.5q-59 0 -116 -32t-102 -88l-156 -783h-239l216 1082h219zM1093 1530q-16 -98 -82.5 -163.5t-152.5 -65.5q-62 0 -133 44.5t-119 44.5 q-34 0 -64.5 -32.5t-37.5 -77.5l-121 35q15 97 81 165t152 68q49 0 126.5 -44.5t126.5 -44.5q34 0 65 32t38 78z" />
<glyph unicode="&#xf2;" d="M100 551q40 251 186 401t364 150q209 0 312 -156t65 -395l-3 -21q-41 -253 -186.5 -402t-364.5 -149q-209 0 -312 155.5t-64 395.5zM336 530q-27 -165 12 -261t156 -96q109 0 182.5 100.5t98.5 256.5l3 21q25 162 -14 259t-155 97q-109 0 -182.5 -101.5t-97.5 -254.5z M781 1238h-191l-206 266h269z" />
<glyph unicode="&#xf3;" d="M100 551q40 251 186 401t364 150q209 0 312 -156t65 -395l-3 -21q-41 -253 -186.5 -402t-364.5 -149q-209 0 -312 155.5t-64 395.5zM336 530q-27 -165 12 -261t156 -96q109 0 182.5 100.5t98.5 256.5l3 21q25 162 -14 259t-155 97q-109 0 -182.5 -101.5t-97.5 -254.5z M775 1503h271l-304 -266h-186z" />
<glyph unicode="&#xf4;" d="M100 551q40 251 186 401t364 150q209 0 312 -156t65 -395l-3 -21q-41 -253 -186.5 -402t-364.5 -149q-209 0 -312 155.5t-64 395.5zM336 530q-27 -165 12 -261t156 -96q109 0 182.5 100.5t98.5 256.5l3 21q25 162 -14 259t-155 97q-109 0 -182.5 -101.5t-97.5 -254.5z M1001 1299l-5 -24h-190l-102 139l-157 -139h-189l6 26l298 241h137z" />
<glyph unicode="&#xf5;" d="M100 551q40 251 186 401t364 150q209 0 312 -156t65 -395l-3 -21q-41 -253 -186.5 -402t-364.5 -149q-209 0 -312 155.5t-64 395.5zM336 530q-27 -165 12 -261t156 -96q109 0 182.5 100.5t98.5 256.5l3 21q25 162 -14 259t-155 97q-109 0 -182.5 -101.5t-97.5 -254.5z M1057 1530q-16 -98 -82.5 -163.5t-152.5 -65.5q-62 0 -133 44.5t-119 44.5q-34 0 -64.5 -32.5t-37.5 -77.5l-121 35q15 97 81 165t152 68q49 0 126.5 -44.5t126.5 -44.5q34 0 65 32t38 78z" />
<glyph unicode="&#xf6;" d="M100 551q40 251 186 401t364 150q209 0 312 -156t65 -395l-3 -21q-41 -253 -186.5 -402t-364.5 -149q-209 0 -312 155.5t-64 395.5zM336 530q-27 -165 12 -261t156 -96q109 0 182.5 100.5t98.5 256.5l3 21q25 162 -14 259t-155 97q-109 0 -182.5 -101.5t-97.5 -254.5z M1018 1279h-233l33 204h233zM567 1279h-232l33 204h232z" />
<glyph unicode="&#xf7;" horiz-adv-x="1098" d="M1040 582h-942l43 212h942zM769 985h-236l44 221h236zM606 170h-236l44 221h236z" />
<glyph unicode="&#xf8;" horiz-adv-x="1093" d="M100 551q40 251 186 401t364 150q55 0 103.5 -12.5t91.5 -34.5l103 157h140l-152 -232q64 -75 87.5 -186.5t3.5 -242.5l-3 -21q-41 -253 -186.5 -402t-364.5 -149q-48 0 -91.5 9.5t-80.5 25.5l-100 -152h-139l143 218q-75 73 -103.5 190.5t-4.5 259.5zM336 530 q-13 -74 -12 -134.5t17 -98.5l6 -2l379 579q-21 16 -47.5 24.5t-59.5 8.5q-109 0 -182.5 -101.5t-97.5 -254.5zM788 551q9 60 9.5 111t-7.5 86l-6 2l-367 -558q17 -10 39 -14.5t48 -4.5q109 0 182.5 100.5t98.5 256.5z" />
<glyph unicode="&#xf9;" d="M675 0l13 137q-63 -78 -142.5 -118t-173.5 -40q-153 0 -227 113t-27 343l129 647h238l-129 -649q-31 -152 -2.5 -204t114.5 -52q73 0 134.5 32.5t105.5 92.5l156 780h239l-216 -1082h-212zM813 1217h-191l-206 266h269z" />
<glyph unicode="&#xfa;" d="M675 0l13 137q-63 -78 -142.5 -118t-173.5 -40q-153 0 -227 113t-27 343l129 647h238l-129 -649q-31 -152 -2.5 -204t114.5 -52q73 0 134.5 32.5t105.5 92.5l156 780h239l-216 -1082h-212zM807 1482h271l-304 -266h-186z" />
<glyph unicode="&#xfb;" d="M675 0l13 137q-63 -78 -142.5 -118t-173.5 -40q-153 0 -227 113t-27 343l129 647h238l-129 -649q-31 -152 -2.5 -204t114.5 -52q73 0 134.5 32.5t105.5 92.5l156 780h239l-216 -1082h-212zM1033 1278l-5 -24h-190l-102 139l-157 -139h-189l6 26l298 241h137z" />
<glyph unicode="&#xfc;" d="M675 0l13 137q-63 -78 -142.5 -118t-173.5 -40q-153 0 -227 113t-27 343l129 647h238l-129 -649q-31 -152 -2.5 -204t114.5 -52q73 0 134.5 32.5t105.5 92.5l156 780h239l-216 -1082h-212zM1050 1258h-233l33 204h233zM599 1258h-232l33 204h232z" />
<glyph unicode="&#xfd;" horiz-adv-x="980" d="M462 434l1 -89l6 -1l359 738h262l-663 -1246q-63 -112 -152.5 -192.5t-223.5 -80.5q-27 0 -60 6.5t-62 13.5l64 188q12 -1 33.5 -3t33.5 -2q55 0 105 48.5t78 100.5l56 97l-150 1070h261zM752 1482h271l-304 -266h-186z" />
<glyph unicode="&#xfe;" horiz-adv-x="1107" d="M1030 485q-51 -252 -169 -379t-305 -127q-81 0 -146.5 31t-107.5 89l-20 -99l-83 -416h-239l83 416l16 83l200 999l96 478h239l-113 -567q55 52 120.5 80.5t138.5 28.5q175 0 259.5 -172t34.5 -424zM796 506q35 176 -3.5 286.5t-152.5 110.5q-59 0 -111 -35.5t-93 -96.5 l-99 -497q20 -49 65.5 -75t116.5 -26q105 0 174.5 83.5t98.5 228.5z" />
<glyph unicode="&#xff;" horiz-adv-x="980" d="M462 434l1 -89l6 -1l359 738h262l-663 -1246q-63 -112 -152.5 -192.5t-223.5 -80.5q-27 0 -60 6.5t-62 13.5l64 188q12 -1 33.5 -3t33.5 -2q55 0 105 48.5t78 100.5l56 97l-150 1070h261zM995 1258h-233l33 204h233zM544 1258h-232l33 204h232z" />
<glyph unicode="&#x131;" horiz-adv-x="520" d="M290 0h-240l216 1082h240z" />
<glyph unicode="&#x152;" horiz-adv-x="1851" d="M1672 0h-848q-87 -10 -147.5 -15.5t-121.5 -5.5q-228 0 -353.5 168.5t-73.5 428.5l61 304q56 282 235 439.5t428 157.5q59 0 127 -6t136 -15h841l-39 -195h-674l-82 -411h586l-39 -195h-586l-92 -461h681zM594 174q44 0 94.5 3.5t101.5 11.5l215 1077q-51 7 -98 11.5 t-94 4.5q-135 0 -241.5 -104.5t-144.5 -295.5l-61 -306q-42 -209 19 -305.5t209 -96.5z" />
<glyph unicode="&#x153;" horiz-adv-x="1725" d="M115 551q51 257 201 404t370 147q104 0 183.5 -44.5t126.5 -124.5q76 82 171 125.5t198 43.5q193 0 281 -135t45 -353l-29 -143h-626q-19 -140 26.5 -219t160.5 -79q83 0 157 25t140 68l45 -159q-68 -54 -169 -91t-226 -37q-105 0 -186 43t-129 123q-76 -82 -175 -124 t-216 -42q-203 0 -302 156.5t-51 394.5zM349 530q-34 -169 1.5 -263t152.5 -94q106 0 185 101.5t110 255.5l4 21q33 165 -2.5 260.5t-152.5 95.5q-106 0 -185 -102.5t-109 -253.5zM1326 907q-72 0 -140 -72t-104 -180l3 -6h377l5 25q22 109 -11.5 171t-129.5 62z" />
<glyph unicode="&#x178;" horiz-adv-x="1207" d="M668 772l6 -1l451 685h266l-656 -947l-102 -509h-238l105 527l-273 929h267zM1182 1601h-233l33 204h233zM731 1601h-232l33 204h232z" />
<glyph unicode="&#x2c6;" horiz-adv-x="952" d="M957 1276l-5 -24h-190l-102 139l-157 -139h-189l6 26l298 241h137z" />
<glyph unicode="&#x2da;" horiz-adv-x="654" d="M296 1302q18 90 86.5 144t155.5 54q78 0 126.5 -57.5t32.5 -140.5q-19 -91 -85.5 -142.5t-151.5 -51.5q-80 0 -130.5 55t-33.5 139zM402 1302q-9 -46 13 -73.5t63 -27.5q37 0 70.5 29t42.5 72q10 48 -11 76t-61 28q-38 0 -73 -30t-44 -74z" />
<glyph unicode="&#x2dc;" horiz-adv-x="937" d="M972 1488q-16 -98 -82.5 -163.5t-152.5 -65.5q-62 0 -133 44.5t-119 44.5q-34 0 -64.5 -32.5t-37.5 -77.5l-121 35q15 97 81 165t152 68q49 0 126.5 -44.5t126.5 -44.5q34 0 65 32t38 78z" />
<glyph unicode="&#x2000;" horiz-adv-x="967" />
<glyph unicode="&#x2001;" horiz-adv-x="1935" />
<glyph unicode="&#x2002;" horiz-adv-x="967" />
<glyph unicode="&#x2003;" horiz-adv-x="1935" />
<glyph unicode="&#x2004;" horiz-adv-x="645" />
<glyph unicode="&#x2005;" horiz-adv-x="483" />
<glyph unicode="&#x2006;" horiz-adv-x="322" />
<glyph unicode="&#x2007;" horiz-adv-x="322" />
<glyph unicode="&#x2008;" horiz-adv-x="241" />
<glyph unicode="&#x2009;" horiz-adv-x="387" />
<glyph unicode="&#x200a;" horiz-adv-x="107" />
<glyph unicode="&#x2010;" horiz-adv-x="640" d="M583 521h-492l39 196h492z" />
<glyph unicode="&#x2011;" horiz-adv-x="640" d="M583 521h-492l39 196h492z" />
<glyph unicode="&#x2012;" horiz-adv-x="640" d="M583 521h-492l39 196h492z" />
<glyph unicode="&#x2013;" horiz-adv-x="1326" d="M1229.09 621h-1008.79l50.6992 196h1008.79z" />
<glyph unicode="&#x2014;" horiz-adv-x="1558" d="M1480.18 621h-1241.58l62.3984 196h1241.58z" />
<glyph unicode="&#x2018;" horiz-adv-x="401" d="M220 1203l228 357h116l-128 -358l-37 -187h-217z" />
<glyph unicode="&#x2019;" horiz-adv-x="401" d="M528 1366l-227 -350h-116l125 348l39 196h218z" />
<glyph unicode="&#x201a;" horiz-adv-x="402" d="M257 20l-207 -282h-123l110 265l53 266h217z" />
<glyph unicode="&#x201c;" horiz-adv-x="721" d="M220 1203l228 357h116l-128 -358l-37 -187h-217zM539 1203l228 357h116l-128 -358l-37 -187h-217z" />
<glyph unicode="&#x201d;" horiz-adv-x="729" d="M527 1366l-227 -350h-116l125 348l39 196h218zM852 1366l-227 -350h-116l125 348l39 196h218z" />
<glyph unicode="&#x201e;" horiz-adv-x="707" d="M261 73l-220 -306h-109l116 295l46 228h210zM573 73l-220 -306h-109l118 303l44 220h210z" />
<glyph unicode="&#x2022;" horiz-adv-x="681" d="M205 801q20 101 88 158t165 57q90 0 138 -61t30 -154l-15 -77q-21 -102 -88 -157.5t-166 -55.5q-89 0 -137.5 60t-29.5 153z" />
<glyph unicode="&#x2026;" horiz-adv-x="1368" d="M297 0h-236l47 233h236zM728 0h-236l47 233h236zM1144 0h-236l47 233h236z" />
<glyph unicode="&#x202f;" horiz-adv-x="387" />
<glyph unicode="&#x2039;" horiz-adv-x="594" d="M333 550l147 -399h-162l-190 390l1 6l3 13l346 390h162z" />
<glyph unicode="&#x203a;" horiz-adv-x="585" d="M349 950l189 -390l-2 -6h1l-3 -13l-345 -390h-162l306 399l-146 400h162z" />
<glyph unicode="&#x2044;" horiz-adv-x="871" d="M104 109l-108 72l890 1138l107 -72z" />
<glyph unicode="&#x205f;" horiz-adv-x="483" />
<glyph unicode="&#x20ac;" horiz-adv-x="1037" d="M872 456h-419v-2q-26 -120 26.5 -200.5t174.5 -80.5q50 0 105.5 8.5t106.5 25.5l-19 -197q-57 -15 -115.5 -23t-116.5 -8q-209 0 -325 141.5t-76 333.5v2h-133l38 195h133l26 130h-133l41 195h133l3 12q41 217 202 353t388 136q52 0 108.5 -8.5t113.5 -22.5l-60 -199 q-47 16 -97.5 25.5t-103.5 9.5q-111 0 -201.5 -91t-110.5 -201l-3 -14h419l-41 -195h-419l-26 -130h419z" />
<glyph unicode="&#x2122;" horiz-adv-x="1212" d="M923 1084l6 -1l203 373h126l-108 -540h-106l61 307l-5 2l-179 -309h-57l-57 320h-6l-64 -320h-108l108 540h132zM650 1361h-127l-88 -443h-113l88 443h-124l19 95h364z" />
<glyph unicode="&#x2212;" horiz-adv-x="1083" d="M967 621h-776l39 196h776z" />
<glyph unicode="&#x25fc;" horiz-adv-x="1080" d="M0 1080h1080v-1080h-1080v1080z" />
<glyph unicode="&#xfb02;" horiz-adv-x="1195" d="M116 0l180 902h-152l36 180h152l26 126q37 190 146 281.5t278 91.5q32 0 66 -6t73 -15l-61 -188q-17 4 -39.5 7t-48.5 3q-67 0 -113 -45.5t-62 -128.5l-26 -126h200l-36 -180h-200l-180 -902h-239zM974 0h-239l312 1560h239z" />
<glyph unicode="&#xfb03;" horiz-adv-x="1811" d="M116 0l180 902h-152l36 180h152l26 126q37 190 146 281.5t278 91.5q32 0 66 -6t73 -15l-61 -188q-17 4 -39.5 7t-48.5 3q-67 0 -113 -45.5t-62 -128.5l-26 -126h200l-36 -180h-200l-180 -902h-239zM775 0l180 902h-152l36 180h152l19 92q41 208 168 307.5t328 99.5 q64 0 130.5 -16t144.5 -44l-77 -201q-50 21 -104.5 34.5t-118.5 13.5q-94 0 -153.5 -49.5t-78.5 -144.5l-19 -92h193l-36 -180h-193l-180 -902h-239zM1589 0h-239l216 1082h239z" />
<glyph unicode="&#xfb04;" horiz-adv-x="1879" d="M116 0l180 902h-152l36 180h152l26 126q37 190 146 281.5t278 91.5q32 0 66 -6t73 -15l-61 -188q-17 4 -39.5 7t-48.5 3q-67 0 -113 -45.5t-62 -128.5l-26 -126h200l-36 -180h-200l-180 -902h-239zM800 0l180 902h-152l36 180h152l26 126q37 190 146 281.5t278 91.5 q32 0 66 -6t73 -15l-61 -188q-17 4 -39.5 7t-48.5 3q-67 0 -113 -45.5t-62 -128.5l-26 -126h200l-36 -180h-200l-180 -902h-239zM1658 0h-239l312 1560h239z" />
<glyph horiz-adv-x="858" d="M628 290h102l-29 -145h-102l-29 -145h-187l29 145h-382l13 116l500 540h187zM246 295l2 -5h193l53 271l-5 2l-11 -14z" />
<glyph horiz-adv-x="822" d="M289 473h115q53 0 87 27t44 74q7 41 -16 66.5t-78 25.5q-44 0 -77 -22.5t-39 -55.5h-178l-2 6q15 105 106 161.5t216 56.5q131 0 204.5 -60.5t52.5 -168.5q-12 -59 -54 -104t-105 -70q59 -25 85.5 -72t13.5 -112q-24 -119 -118.5 -177.5t-237.5 -58.5q-121 0 -199 61 t-50 172l2 6h179q-10 -46 15 -70t81 -24q53 0 93.5 26.5t49.5 70.5q12 59 -13.5 85t-88.5 26h-115l16 77l3 14z" />
<glyph horiz-adv-x="808" d="M598 0h-568l29 145l333 256q70 54 94.5 89t32.5 76q9 47 -7.5 73.5t-64.5 26.5q-50 0 -86 -30.5t-45 -77.5h-176l-2 6q16 110 109.5 179t231.5 69q123 0 186.5 -66t41.5 -181q-18 -87 -71 -141t-194 -163l-136 -110l2 -6h319z" />
<glyph horiz-adv-x="539" d="M305 0h-188l128 639h-116l30 150l308 23z" />
<hkern u1="&#x22;" u2="w" k="-11" />
<hkern u1="&#x27;" u2="w" k="-11" />
<hkern u1="&#x28;" u2="&#x178;" k="-22" />
<hkern u1="&#x28;" u2="&#xdd;" k="-22" />
<hkern u1="&#x28;" u2="Y" k="-22" />
<hkern u1="&#x28;" u2="W" k="-38" />
<hkern u1="&#x28;" u2="V" k="-20" />
<hkern u1="&#x2f;" u2="&#x2f;" k="248" />
<hkern u1="A" u2="w" k="33" />
<hkern u1="A" u2="t" k="17" />
<hkern u1="A" u2="&#x3f;" k="81" />
<hkern u1="C" u2="&#x7d;" k="17" />
<hkern u1="C" u2="]" k="12" />
<hkern u1="C" u2="&#x29;" k="26" />
<hkern u1="D" u2="&#xc6;" k="33" />
<hkern u1="E" u2="w" k="22" />
<hkern u1="E" u2="f" k="18" />
<hkern u1="F" u2="&#x2026;" k="274" />
<hkern u1="F" u2="&#x201e;" k="274" />
<hkern u1="F" u2="&#x201a;" k="274" />
<hkern u1="F" u2="&#x153;" k="21" />
<hkern u1="F" u2="&#xff;" k="24" />
<hkern u1="F" u2="&#xfd;" k="24" />
<hkern u1="F" u2="&#xfc;" k="22" />
<hkern u1="F" u2="&#xfb;" k="22" />
<hkern u1="F" u2="&#xfa;" k="22" />
<hkern u1="F" u2="&#xf9;" k="22" />
<hkern u1="F" u2="&#xf6;" k="21" />
<hkern u1="F" u2="&#xf5;" k="21" />
<hkern u1="F" u2="&#xf4;" k="21" />
<hkern u1="F" u2="&#xf3;" k="21" />
<hkern u1="F" u2="&#xf2;" k="21" />
<hkern u1="F" u2="&#xeb;" k="21" />
<hkern u1="F" u2="&#xea;" k="21" />
<hkern u1="F" u2="&#xe9;" k="21" />
<hkern u1="F" u2="&#xe8;" k="21" />
<hkern u1="F" u2="&#xe7;" k="21" />
<hkern u1="F" u2="&#xe5;" k="34" />
<hkern u1="F" u2="&#xe4;" k="34" />
<hkern u1="F" u2="&#xe3;" k="34" />
<hkern u1="F" u2="&#xe2;" k="34" />
<hkern u1="F" u2="&#xe1;" k="34" />
<hkern u1="F" u2="&#xe0;" k="34" />
<hkern u1="F" u2="&#xc5;" k="59" />
<hkern u1="F" u2="&#xc4;" k="59" />
<hkern u1="F" u2="&#xc3;" k="59" />
<hkern u1="F" u2="&#xc2;" k="59" />
<hkern u1="F" u2="&#xc1;" k="59" />
<hkern u1="F" u2="&#xc0;" k="59" />
<hkern u1="F" u2="y" k="24" />
<hkern u1="F" u2="v" k="24" />
<hkern u1="F" u2="u" k="22" />
<hkern u1="F" u2="r" k="26" />
<hkern u1="F" u2="q" k="21" />
<hkern u1="F" u2="o" k="21" />
<hkern u1="F" u2="g" k="21" />
<hkern u1="F" u2="e" k="21" />
<hkern u1="F" u2="d" k="21" />
<hkern u1="F" u2="c" k="21" />
<hkern u1="F" u2="a" k="34" />
<hkern u1="F" u2="T" k="-20" />
<hkern u1="F" u2="J" k="208" />
<hkern u1="F" u2="A" k="59" />
<hkern u1="F" u2="&#x2e;" k="274" />
<hkern u1="F" u2="&#x2c;" k="274" />
<hkern u1="K" u2="w" k="63" />
<hkern u1="L" u2="w" k="52" />
<hkern u1="O" u2="&#xc6;" k="33" />
<hkern u1="P" u2="&#xc6;" k="297" />
<hkern u1="P" u2="t" k="-14" />
<hkern u1="Q" u2="&#x178;" k="35" />
<hkern u1="Q" u2="&#xdd;" k="35" />
<hkern u1="Q" u2="Y" k="35" />
<hkern u1="Q" u2="W" k="20" />
<hkern u1="Q" u2="V" k="28" />
<hkern u1="Q" u2="T" k="33" />
<hkern u1="R" u2="&#x178;" k="48" />
<hkern u1="R" u2="&#xdd;" k="48" />
<hkern u1="R" u2="Y" k="48" />
<hkern u1="R" u2="V" k="19" />
<hkern u1="R" u2="T" k="50" />
<hkern u1="T" u2="&#xf8;" k="95" />
<hkern u1="T" u2="&#xe6;" k="84" />
<hkern u1="T" u2="&#xc6;" k="189" />
<hkern u1="T" u2="&#xbb;" k="146" />
<hkern u1="T" u2="&#xab;" k="148" />
<hkern u1="T" u2="w" k="47" />
<hkern u1="T" u2="r" k="65" />
<hkern u1="V" u2="&#x7d;" k="-19" />
<hkern u1="V" u2="r" k="30" />
<hkern u1="V" u2="]" k="-17" />
<hkern u1="V" u2="&#x29;" k="-20" />
<hkern u1="W" u2="&#x7d;" k="-14" />
<hkern u1="W" u2="r" k="21" />
<hkern u1="W" u2="]" k="-12" />
<hkern u1="W" u2="&#x29;" k="-15" />
<hkern u1="Y" u2="&#x2022;" k="45" />
<hkern u1="Y" u2="&#xf8;" k="64" />
<hkern u1="Y" u2="&#xe6;" k="63" />
<hkern u1="Y" u2="&#xc6;" k="96" />
<hkern u1="Y" u2="&#xbb;" k="51" />
<hkern u1="Y" u2="&#xab;" k="82" />
<hkern u1="Y" u2="&#x7d;" k="-19" />
<hkern u1="Y" u2="t" k="22" />
<hkern u1="Y" u2="r" k="40" />
<hkern u1="Y" u2="f" k="22" />
<hkern u1="Y" u2="]" k="-18" />
<hkern u1="Y" u2="&#x2a;" k="49" />
<hkern u1="Y" u2="&#x29;" k="-20" />
<hkern u1="Y" u2="&#x26;" k="30" />
<hkern u1="Z" u2="w" k="27" />
<hkern u1="[" u2="&#xdc;" k="18" />
<hkern u1="[" u2="&#xdb;" k="18" />
<hkern u1="[" u2="&#xda;" k="18" />
<hkern u1="[" u2="&#xd9;" k="18" />
<hkern u1="[" u2="U" k="18" />
<hkern u1="[" u2="J" k="18" />
<hkern u1="f" u2="&#x201d;" k="-16" />
<hkern u1="f" u2="&#x201c;" k="-16" />
<hkern u1="f" u2="&#x2019;" k="-16" />
<hkern u1="f" u2="&#x2018;" k="-16" />
<hkern u1="f" u2="&#x153;" k="24" />
<hkern u1="f" u2="&#xeb;" k="24" />
<hkern u1="f" u2="&#xea;" k="24" />
<hkern u1="f" u2="&#xe9;" k="24" />
<hkern u1="f" u2="&#xe8;" k="24" />
<hkern u1="f" u2="&#xe7;" k="24" />
<hkern u1="f" u2="&#x7d;" k="-19" />
<hkern u1="f" u2="q" k="24" />
<hkern u1="f" u2="g" k="24" />
<hkern u1="f" u2="e" k="24" />
<hkern u1="f" u2="d" k="24" />
<hkern u1="f" u2="c" k="24" />
<hkern u1="f" u2="]" k="-18" />
<hkern u1="f" u2="&#x29;" k="-20" />
<hkern u1="f" u2="&#x27;" k="-16" />
<hkern u1="f" u2="&#x22;" k="-16" />
<hkern u1="k" u2="&#x153;" k="20" />
<hkern u1="k" u2="&#xeb;" k="20" />
<hkern u1="k" u2="&#xea;" k="20" />
<hkern u1="k" u2="&#xe9;" k="20" />
<hkern u1="k" u2="&#xe8;" k="20" />
<hkern u1="k" u2="&#xe7;" k="20" />
<hkern u1="k" u2="q" k="20" />
<hkern u1="k" u2="g" k="20" />
<hkern u1="k" u2="e" k="20" />
<hkern u1="k" u2="d" k="20" />
<hkern u1="k" u2="c" k="20" />
<hkern u1="r" u2="w" k="-17" />
<hkern u1="r" u2="t" k="-24" />
<hkern u1="r" u2="f" k="-20" />
<hkern u1="t" u2="&#xf6;" k="30" />
<hkern u1="t" u2="&#xf5;" k="30" />
<hkern u1="t" u2="&#xf4;" k="30" />
<hkern u1="t" u2="&#xf3;" k="30" />
<hkern u1="t" u2="&#xf2;" k="30" />
<hkern u1="t" u2="o" k="30" />
<hkern u1="v" u2="f" k="-13" />
<hkern u1="w" u2="&#x2026;" k="124" />
<hkern u1="w" u2="&#x201e;" k="124" />
<hkern u1="w" u2="&#x201a;" k="124" />
<hkern u1="w" u2="&#x2e;" k="124" />
<hkern u1="w" u2="&#x2c;" k="124" />
<hkern u1="y" u2="f" k="-13" />
<hkern u1="&#x7b;" u2="&#xdc;" k="20" />
<hkern u1="&#x7b;" u2="&#xdb;" k="20" />
<hkern u1="&#x7b;" u2="&#xda;" k="20" />
<hkern u1="&#x7b;" u2="&#xd9;" k="20" />
<hkern u1="&#x7b;" u2="U" k="20" />
<hkern u1="&#x7b;" u2="J" k="20" />
<hkern u1="&#xc0;" u2="w" k="33" />
<hkern u1="&#xc0;" u2="t" k="17" />
<hkern u1="&#xc0;" u2="&#x3f;" k="81" />
<hkern u1="&#xc1;" u2="w" k="33" />
<hkern u1="&#xc1;" u2="t" k="17" />
<hkern u1="&#xc1;" u2="&#x3f;" k="81" />
<hkern u1="&#xc2;" u2="w" k="33" />
<hkern u1="&#xc2;" u2="t" k="17" />
<hkern u1="&#xc2;" u2="&#x3f;" k="81" />
<hkern u1="&#xc3;" u2="w" k="33" />
<hkern u1="&#xc3;" u2="t" k="17" />
<hkern u1="&#xc3;" u2="&#x3f;" k="81" />
<hkern u1="&#xc4;" u2="w" k="33" />
<hkern u1="&#xc4;" u2="t" k="17" />
<hkern u1="&#xc4;" u2="&#x3f;" k="81" />
<hkern u1="&#xc5;" u2="w" k="33" />
<hkern u1="&#xc5;" u2="t" k="17" />
<hkern u1="&#xc5;" u2="&#x3f;" k="81" />
<hkern u1="&#xc7;" u2="&#x7d;" k="17" />
<hkern u1="&#xc7;" u2="]" k="12" />
<hkern u1="&#xc7;" u2="&#x29;" k="26" />
<hkern u1="&#xc8;" u2="w" k="22" />
<hkern u1="&#xc8;" u2="f" k="18" />
<hkern u1="&#xc9;" u2="w" k="22" />
<hkern u1="&#xc9;" u2="f" k="18" />
<hkern u1="&#xca;" u2="w" k="22" />
<hkern u1="&#xca;" u2="f" k="18" />
<hkern u1="&#xcb;" u2="w" k="22" />
<hkern u1="&#xcb;" u2="f" k="18" />
<hkern u1="&#xd0;" u2="&#xc6;" k="33" />
<hkern u1="&#xd2;" u2="&#xc6;" k="33" />
<hkern u1="&#xd3;" u2="&#xc6;" k="33" />
<hkern u1="&#xd4;" u2="&#xc6;" k="33" />
<hkern u1="&#xd5;" u2="&#xc6;" k="33" />
<hkern u1="&#xd6;" u2="&#xc6;" k="33" />
<hkern u1="&#xdd;" u2="&#x2022;" k="45" />
<hkern u1="&#xdd;" u2="&#xf8;" k="64" />
<hkern u1="&#xdd;" u2="&#xe6;" k="63" />
<hkern u1="&#xdd;" u2="&#xc6;" k="96" />
<hkern u1="&#xdd;" u2="&#xbb;" k="51" />
<hkern u1="&#xdd;" u2="&#xab;" k="82" />
<hkern u1="&#xdd;" u2="&#x7d;" k="-19" />
<hkern u1="&#xdd;" u2="t" k="22" />
<hkern u1="&#xdd;" u2="r" k="40" />
<hkern u1="&#xdd;" u2="f" k="22" />
<hkern u1="&#xdd;" u2="]" k="-18" />
<hkern u1="&#xdd;" u2="&#x2a;" k="49" />
<hkern u1="&#xdd;" u2="&#x29;" k="-20" />
<hkern u1="&#xdd;" u2="&#x26;" k="30" />
<hkern u1="&#xfd;" u2="f" k="-13" />
<hkern u1="&#xff;" u2="f" k="-13" />
<hkern u1="&#x178;" u2="&#x2022;" k="45" />
<hkern u1="&#x178;" u2="&#xf8;" k="64" />
<hkern u1="&#x178;" u2="&#xe6;" k="63" />
<hkern u1="&#x178;" u2="&#xc6;" k="96" />
<hkern u1="&#x178;" u2="&#xbb;" k="51" />
<hkern u1="&#x178;" u2="&#xab;" k="82" />
<hkern u1="&#x178;" u2="&#x7d;" k="-19" />
<hkern u1="&#x178;" u2="t" k="22" />
<hkern u1="&#x178;" u2="r" k="40" />
<hkern u1="&#x178;" u2="f" k="22" />
<hkern u1="&#x178;" u2="]" k="-18" />
<hkern u1="&#x178;" u2="&#x2a;" k="49" />
<hkern u1="&#x178;" u2="&#x29;" k="-20" />
<hkern u1="&#x178;" u2="&#x26;" k="30" />
<hkern u1="&#x2018;" u2="w" k="-11" />
<hkern u1="&#x2019;" u2="w" k="-11" />
<hkern u1="&#x201c;" u2="w" k="-11" />
<hkern u1="&#x201d;" u2="w" k="-11" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="37" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="120" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="50" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="59" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="m,n,p,ntilde" k="20" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="91" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="s" k="92" />
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="285" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="120" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="m,n,p,ntilde" k="48" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="12" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="11" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="T" k="89" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="17" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="V" k="77" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="W" k="39" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="Y,Yacute,Ydieresis" k="150" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="u,ugrave,uacute,ucircumflex,udieresis" k="11" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="v,y,yacute,ydieresis" k="50" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="z" k="-12" />
<hkern g1="B" g2="T" k="27" />
<hkern g1="B" g2="V" k="24" />
<hkern g1="B" g2="Y,Yacute,Ydieresis" k="55" />
<hkern g1="C,Ccedilla" g2="T" k="29" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="21" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="T" k="27" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="V" k="22" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Y,Yacute,Ydieresis" k="43" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="122" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="X" k="22" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Z" k="23" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="19" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="T" k="-20" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="17" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="v,y,yacute,ydieresis" k="26" />
<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-18" />
<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="T" k="29" />
<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="Y,Yacute,Ydieresis" k="28" />
<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="X" k="-17" />
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="22" />
<hkern g1="K" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" />
<hkern g1="K" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="27" />
<hkern g1="K" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="31" />
<hkern g1="K" g2="u,ugrave,uacute,ucircumflex,udieresis" k="23" />
<hkern g1="K" g2="v,y,yacute,ydieresis" k="40" />
<hkern g1="K" g2="hyphen,uni00AD,endash,emdash" k="164" />
<hkern g1="L" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="258" />
<hkern g1="L" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-19" />
<hkern g1="L" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="25" />
<hkern g1="L" g2="T" k="205" />
<hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="24" />
<hkern g1="L" g2="V" k="206" />
<hkern g1="L" g2="W" k="93" />
<hkern g1="L" g2="Y,Yacute,Ydieresis" k="279" />
<hkern g1="L" g2="u,ugrave,uacute,ucircumflex,udieresis" k="14" />
<hkern g1="L" g2="v,y,yacute,ydieresis" k="123" />
<hkern g1="P" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="178" />
<hkern g1="P" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="11" />
<hkern g1="P" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" />
<hkern g1="P" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="13" />
<hkern g1="P" g2="v,y,yacute,ydieresis" k="-15" />
<hkern g1="P" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="404" />
<hkern g1="P" g2="X" k="51" />
<hkern g1="P" g2="Z" k="36" />
<hkern g1="P" g2="J" k="184" />
<hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="109" />
<hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="83" />
<hkern g1="T" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="89" />
<hkern g1="T" g2="m,n,p,ntilde" k="89" />
<hkern g1="T" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="79" />
<hkern g1="T" g2="s" k="76" />
<hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="28" />
<hkern g1="T" g2="T" k="-16" />
<hkern g1="T" g2="V" k="-16" />
<hkern g1="T" g2="W" k="-15" />
<hkern g1="T" g2="Y,Yacute,Ydieresis" k="-16" />
<hkern g1="T" g2="u,ugrave,uacute,ucircumflex,udieresis" k="65" />
<hkern g1="T" g2="v,y,yacute,ydieresis" k="82" />
<hkern g1="T" g2="z" k="60" />
<hkern g1="T" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="258" />
<hkern g1="T" g2="hyphen,uni00AD,endash,emdash" k="272" />
<hkern g1="T" g2="J" k="216" />
<hkern g1="T" g2="S" k="16" />
<hkern g1="T" g2="x" k="77" />
<hkern g1="V" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="75" />
<hkern g1="V" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="46" />
<hkern g1="V" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="44" />
<hkern g1="V" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="46" />
<hkern g1="V" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="13" />
<hkern g1="V" g2="u,ugrave,uacute,ucircumflex,udieresis" k="28" />
<hkern g1="V" g2="v,y,yacute,ydieresis" k="11" />
<hkern g1="V" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="215" />
<hkern g1="V" g2="hyphen,uni00AD,endash,emdash" k="157" />
<hkern g1="W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="43" />
<hkern g1="W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="33" />
<hkern g1="W" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="31" />
<hkern g1="W" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="31" />
<hkern g1="W" g2="T" k="-14" />
<hkern g1="W" g2="u,ugrave,uacute,ucircumflex,udieresis" k="19" />
<hkern g1="W" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="143" />
<hkern g1="W" g2="hyphen,uni00AD,endash,emdash" k="60" />
<hkern g1="X" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" />
<hkern g1="X" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="21" />
<hkern g1="X" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="25" />
<hkern g1="X" g2="V" k="-14" />
<hkern g1="X" g2="u,ugrave,uacute,ucircumflex,udieresis" k="21" />
<hkern g1="X" g2="v,y,yacute,ydieresis" k="31" />
<hkern g1="X" g2="hyphen,uni00AD,endash,emdash" k="156" />
<hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="150" />
<hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="63" />
<hkern g1="Y,Yacute,Ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="65" />
<hkern g1="Y,Yacute,Ydieresis" g2="m,n,p,ntilde" k="40" />
<hkern g1="Y,Yacute,Ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="65" />
<hkern g1="Y,Yacute,Ydieresis" g2="s" k="58" />
<hkern g1="Y,Yacute,Ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="29" />
<hkern g1="Y,Yacute,Ydieresis" g2="T" k="-17" />
<hkern g1="Y,Yacute,Ydieresis" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="96" />
<hkern g1="Y,Yacute,Ydieresis" g2="V" k="-18" />
<hkern g1="Y,Yacute,Ydieresis" g2="W" k="-17" />
<hkern g1="Y,Yacute,Ydieresis" g2="Y,Yacute,Ydieresis" k="-18" />
<hkern g1="Y,Yacute,Ydieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="39" />
<hkern g1="Y,Yacute,Ydieresis" g2="v,y,yacute,ydieresis" k="20" />
<hkern g1="Y,Yacute,Ydieresis" g2="z" k="30" />
<hkern g1="Y,Yacute,Ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="231" />
<hkern g1="Y,Yacute,Ydieresis" g2="X" k="-13" />
<hkern g1="Y,Yacute,Ydieresis" g2="hyphen,uni00AD,endash,emdash" k="152" />
<hkern g1="Y,Yacute,Ydieresis" g2="J" k="96" />
<hkern g1="Y,Yacute,Ydieresis" g2="S" k="16" />
<hkern g1="Y,Yacute,Ydieresis" g2="x" k="23" />
<hkern g1="Z" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-13" />
<hkern g1="Z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="21" />
<hkern g1="Z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="21" />
<hkern g1="Z" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="26" />
<hkern g1="Z" g2="u,ugrave,uacute,ucircumflex,udieresis" k="19" />
<hkern g1="Z" g2="v,y,yacute,ydieresis" k="27" />
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="17" />
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="v,y,yacute,ydieresis" k="15" />
<hkern g1="b,p,thorn" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="29" />
<hkern g1="b,p,thorn" g2="v,y,yacute,ydieresis" k="11" />
<hkern g1="b,p,thorn" g2="z" k="15" />
<hkern g1="b,p,thorn" g2="x" k="15" />
<hkern g1="c,ccedilla" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="11" />
<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="14" />
<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="v,y,yacute,ydieresis" k="13" />
<hkern g1="h,m,n,ntilde" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="16" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="20" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="v,y,yacute,ydieresis" k="15" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="z" k="16" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="x" k="21" />
<hkern g1="r" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-16" />
<hkern g1="r" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="20" />
<hkern g1="r" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" />
<hkern g1="r" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="20" />
<hkern g1="r" g2="v,y,yacute,ydieresis" k="-18" />
<hkern g1="r" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="173" />
<hkern g1="v,y,yacute,ydieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-15" />
<hkern g1="v,y,yacute,ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="15" />
<hkern g1="v,y,yacute,ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" />
<hkern g1="v,y,yacute,ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="15" />
<hkern g1="v,y,yacute,ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="167" />
<hkern g1="x" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="20" />
<hkern g1="x" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="40" />
<hkern g1="z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="16" />
<hkern g1="z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="16" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 77 KiB

View File

@@ -0,0 +1,635 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
<metadata></metadata>
<defs>
<font id="robotoregular" horiz-adv-x="1164" >
<font-face units-per-em="2048" ascent="1638" descent="-410" />
<missing-glyph horiz-adv-x="509" />
<glyph unicode="&#xfb01;" horiz-adv-x="1140" d="M198 0v936h-170v146h170v117q0 182 106.5 282t295.5 100q67 0 132 -15.5t153 -45.5l-34 -160q-53 21 -113 36t-123 15q-117 0 -168.5 -52t-51.5 -160v-117h215v-146h-215v-936h-197zM981 0h-198v1082h198v-1082z" />
<glyph horiz-adv-x="0" />
<glyph unicode="&#xd;" horiz-adv-x="509" />
<glyph unicode=" " horiz-adv-x="509" />
<glyph unicode="&#x09;" horiz-adv-x="509" />
<glyph unicode="&#xa0;" horiz-adv-x="509" />
<glyph unicode="!" horiz-adv-x="539" d="M368 478h-197v978h197v-978zM369 0h-198v204h198v-204z" />
<glyph unicode="&#x22;" horiz-adv-x="668" d="M278 1290l-101 -250h-97l1 240v280h197v-270zM587 1290l-101 -250h-97l1 248v272h197v-270z" />
<glyph unicode="#" horiz-adv-x="1276" d="M712 410h-255l-80 -410h-151l80 410h-236v140h264l68 348h-256v142h284l82 416h151l-82 -416h255l82 416h151l-82 -416h199v-142h-226l-68 -348h219v-140h-247l-80 -410h-152zM485 550h255l68 348h-255z" />
<glyph unicode="$" horiz-adv-x="1153" d="M848 376q0 89 -64 153t-210 114q-202 61 -305 163t-103 272q0 165 94.5 269t260.5 125v221h158v-222q168 -24 260.5 -143.5t92.5 -320.5h-196q0 136 -63 220t-175 84q-118 0 -176.5 -61.5t-58.5 -168.5q0 -97 60.5 -157t218.5 -114q205 -66 304 -164.5t99 -267.5 q0 -172 -103 -273.5t-283 -120.5v-192h-157v191q-172 18 -282 125.5t-106 315.5l2 5h190q0 -154 77.5 -219.5t190.5 -65.5q129 0 201.5 61.5t72.5 170.5z" />
<glyph unicode="%" horiz-adv-x="1498" d="M104 1176q0 127 82 214t219 87t219 -86.5t82 -214.5v-77q0 -127 -81.5 -213t-217.5 -86q-138 0 -220.5 86t-82.5 213v77zM250 1099q0 -74 40.5 -125.5t116.5 -51.5q73 0 113 51t40 126v77q0 74 -40.5 126.5t-114.5 52.5q-75 0 -115 -52.5t-40 -126.5v-77zM809 357 q0 127 82 213.5t219 86.5q136 0 218.5 -86.5t82.5 -213.5v-78q0 -128 -82 -214t-217 -86q-138 0 -220.5 86t-82.5 214v78zM955 279q0 -75 40.5 -126.5t116.5 -51.5q73 0 113 51.5t40 126.5v78q0 74 -41 126t-114 52q-74 0 -114.5 -52t-40.5 -126v-78zM458 110l-109 67 l711 1138l109 -67z" />
<glyph unicode="&#x26;" horiz-adv-x="1276" d="M64 392q0 122 70.5 213.5t210.5 183.5q-78 99 -116 176.5t-38 159.5q0 169 97.5 260.5t268.5 91.5q158 0 257 -91t99 -219q0 -98 -52.5 -169.5t-155.5 -146.5l-109 -80l340 -409q41 65 64 144t23 167h176q0 -132 -39 -244t-113 -201l185 -223l-2 -5h-229l-85 102 q-80 -60 -177 -91.5t-201 -31.5q-217 0 -345.5 115t-128.5 298zM538 133q72 0 142 24.5t132 70.5l-361 435l-40 -29q-91 -68 -120.5 -130t-29.5 -112q0 -113 71 -186t206 -73zM388 1127q0 -53 27 -110.5t81 -125.5l138 95q57 38 77.5 82.5t20.5 98.5q0 61 -48.5 108 t-126.5 47q-81 0 -125 -56.5t-44 -138.5z" />
<glyph unicode="'" horiz-adv-x="359" d="M278 1337l-101 -282h-97l1 265v240h197v-223z" />
<glyph unicode="(" horiz-adv-x="679" d="M132 591q0 394 159 673t334 372l6 -1l38 -116q-137 -107 -238.5 -343t-101.5 -583v-13q0 -347 101 -583t239 -352l-38 -108h-6q-175 93 -334 371.5t-159 673.5v9z" />
<glyph unicode=")" horiz-adv-x="687" d="M543 582q0 -395 -159.5 -673.5t-333.5 -371.5h-6l-38 108q135 105 237.5 345.5t102.5 589.5v13q0 342 -105.5 583.5t-234.5 351.5l38 108h6q174 -93 333.5 -372t159.5 -673v-9z" />
<glyph unicode="*" horiz-adv-x="884" d="M324 982l-296 89l49 154l296 -111l-10 342h161l-10 -348l293 110l48 -156l-302 -89l193 -270l-131 -96l-181 287l-176 -279l-132 93z" />
<glyph unicode="+" horiz-adv-x="1162" d="M677 783h399v-178h-399v-459h-197v459h-402v178h402v423h197v-423z" />
<glyph unicode="," horiz-adv-x="404" d="M315 48l-150 -306h-117l70 316v163h197v-173z" />
<glyph unicode="-" horiz-adv-x="561" d="M525 538h-490v154h490v-154z" />
<glyph unicode="." horiz-adv-x="548" d="M358 0h-197v202h197v-202z" />
<glyph unicode="/" horiz-adv-x="850" d="M184 -125h-168l608 1581h167z" />
<glyph unicode="0" horiz-adv-x="1154" d="M1040 555q0 -279 -123.5 -427.5t-338.5 -148.5t-340 149t-125 427v345q0 278 124.5 427.5t338.5 149.5q215 0 339.5 -149.5t124.5 -427.5v-345zM843 942q0 189 -68.5 284.5t-198.5 95.5t-198 -95.5t-68 -284.5v-427q0 -189 69 -285.5t199 -96.5t197.5 96t67.5 286v427z " />
<glyph unicode="1" horiz-adv-x="1153" d="M681 0h-197v1264l-298 -4v142l495 54v-1456z" />
<glyph unicode="2" horiz-adv-x="1153" d="M1062 0h-944v135l477 530q128 143 173.5 227t45.5 172q0 109 -63.5 183.5t-168.5 74.5q-151 0 -222.5 -77.5t-71.5 -217.5h-189l-2 6q-5 188 125 316t360 128q196 0 312.5 -114.5t116.5 -291.5q0 -119 -70.5 -238.5t-197.5 -256.5l-383 -417l2 -5h700v-154z" />
<glyph unicode="3" horiz-adv-x="1153" d="M388 819h172q131 0 185.5 65.5t54.5 182.5q0 125 -62 190t-183 65q-115 0 -184.5 -67.5t-69.5 -179.5h-189l-2 6q-5 165 119.5 280.5t325.5 115.5q202 0 322 -107.5t120 -306.5q0 -90 -54.5 -179.5t-163.5 -136.5q131 -43 185.5 -135t54.5 -206q0 -199 -130.5 -313 t-333.5 -114q-199 0 -329.5 107.5t-125.5 291.5l3 6h188q0 -115 70.5 -183t193.5 -68q125 0 196 68t71 201q0 135 -63 199t-199 64h-172v154z" />
<glyph unicode="4" horiz-adv-x="1153" d="M905 490h201v-154h-201v-336h-196v336h-654v111l642 1009h208v-966zM265 490h444v683l-6 1l-19 -50z" />
<glyph unicode="5" horiz-adv-x="1153" d="M175 657l84 799h729v-175h-562l-48 -409q46 34 102.5 56.5t130.5 24.5q201 2 316.5 -131t115.5 -358q0 -219 -117.5 -352t-342.5 -133q-185 0 -308 101t-118 297l2 6h178q0 -119 68.5 -184.5t177.5 -65.5q125 0 194 88t69 241q0 140 -70 230t-193 90q-116 0 -168 -35 t-76 -107z" />
<glyph unicode="6" horiz-adv-x="1153" d="M675 1477q75 0 148.5 -17t121.5 -43l-42 -151q-49 25 -102.5 40.5t-125.5 15.5q-156 0 -251.5 -125t-95.5 -326v-23q64 56 146.5 87.5t177.5 31.5q195 0 311 -135t116 -342q0 -226 -123.5 -368.5t-329.5 -142.5q-214 0 -354 155t-140 437v278q0 280 156 454t387 174z M608 820q-101 0 -172 -41t-108 -109v-118q0 -201 85 -310t213 -109q121 0 188.5 102.5t67.5 254.5q0 144 -72.5 237t-201.5 93z" />
<glyph unicode="7" horiz-adv-x="1153" d="M1062 1301q-264 -314 -356.5 -556.5t-133.5 -587.5l-16 -157h-197l16 157q42 344 163 615t331 529h-792v155h985v-155z" />
<glyph unicode="8" horiz-adv-x="1153" d="M1010 1076q0 -114 -64 -199.5t-173 -127.5q126 -44 201.5 -138t75.5 -217q0 -202 -131.5 -308.5t-341.5 -106.5q-214 0 -344.5 106.5t-130.5 308.5q0 123 74 217t200 138q-109 42 -171 127.5t-62 199.5q0 192 118.5 296.5t313.5 104.5q192 0 313.5 -104.5t121.5 -296.5z M854 398q0 120 -79 197t-200 77q-123 0 -199.5 -77t-76.5 -197q0 -124 76 -194.5t202 -70.5q123 0 200 71t77 194zM813 1072q0 108 -67.5 179t-170.5 71q-105 0 -170 -68.5t-65 -181.5q0 -111 65.5 -178t171.5 -67q104 0 170 67t66 178z" />
<glyph unicode="9" horiz-adv-x="1153" d="M511 133q144 0 230.5 109t86.5 324v66q-49 -71 -122.5 -107.5t-163.5 -36.5q-211 0 -335 130.5t-124 359.5q0 219 131.5 359t319.5 140q228 0 359.5 -142.5t131.5 -419.5v-347q0 -285 -142.5 -437t-371.5 -152q-77 0 -156.5 14.5t-142.5 44.5l30 151q59 -31 122.5 -43.5 t146.5 -12.5zM542 642q109 0 181.5 47t104.5 120v126q0 191 -73.5 289t-214.5 98q-108 0 -184 -96.5t-76 -247.5q0 -150 70.5 -243t191.5 -93z" />
<glyph unicode=":" horiz-adv-x="517" d="M358 0h-197v202h197v-202zM358 876h-197v202h197v-202z" />
<glyph unicode=";" horiz-adv-x="525" d="M359 876h-197v202h197v-202zM366 48l-150 -306h-117l70 316v163h197v-173z" />
<glyph unicode="&#x3c;" horiz-adv-x="1040" d="M328 559l-85 -18v-6l85 -19l559 -228v-201l-816 379v149l816 378v-201z" />
<glyph unicode="=" horiz-adv-x="1153" d="M986 823h-834v164h834v-164zM986 407h-834v164h834v-164z" />
<glyph unicode="&#x3e;" horiz-adv-x="1072" d="M136 798v195l856 -378v-149l-856 -379v196l598 238l85 17v6l-85 20z" />
<glyph unicode="?" horiz-adv-x="974" d="M355 410q1 145 25 201t126 148q99 117 141 180t42 152q0 106 -56.5 163t-161.5 57q-91 0 -155 -49.5t-64 -145.5h-188l-3 6q-3 161 113.5 258t296.5 97q197 0 306 -100.5t109 -280.5q0 -129 -70.5 -236t-186.5 -219q-54 -54 -65.5 -97t-11.5 -134h-197zM559 0h-206v208 h206v-208z" />
<glyph unicode="@" horiz-adv-x="1833" d="M1732 502q-9 -214 -120 -368.5t-332 -154.5q-73 0 -126 41.5t-76 117.5q-50 -80 -122 -119.5t-168 -39.5q-125 0 -194 120.5t-51 316.5q23 259 137.5 415.5t279.5 156.5q105 0 169 -26t139 -80l-4 -4h6l-51 -585q-9 -110 21.5 -151.5t81.5 -41.5q123 0 197 113.5 t82 288.5q16 382 -144 595.5t-496 213.5q-308 0 -495.5 -231t-202.5 -602q-18 -376 150 -594.5t482 -218.5q88 0 178.5 21.5t152.5 56.5l38 -107q-67 -42 -170.5 -65.5t-202.5 -23.5q-380 0 -587.5 249.5t-189.5 681.5q19 423 249 688t602 265q379 0 581.5 -250t185.5 -679z M720 416q-11 -142 21.5 -216t106.5 -74q64 0 117 24.5t97 87.5q-1 12 -0.5 25.5t2.5 29.5l47 538q-26 12 -54.5 19t-59.5 7q-125 0 -191 -109.5t-86 -331.5z" />
<glyph unicode="A" horiz-adv-x="1326" d="M969 375h-610l-138 -375h-201l563 1456h169l554 -1456h-201zM420 540h490l-240 663h-6z" />
<glyph unicode="B" horiz-adv-x="1309" d="M180 0v1456h475q228 0 357 -98.5t129 -295.5q0 -97 -62 -173.5t-163 -113.5q132 -28 207.5 -129t75.5 -235q0 -200 -129.5 -305.5t-351.5 -105.5h-538zM377 683v-529h341q134 0 209 66.5t75 188.5q0 128 -62.5 201t-192.5 73h-370zM377 837h319q110 0 179 60.5t69 168.5 q0 118 -74.5 176.5t-214.5 58.5h-278v-464z" />
<glyph unicode="C" horiz-adv-x="1297" d="M1209 466l2 -6q4 -205 -144 -343t-391 -138q-247 0 -402.5 175t-155.5 444v259q0 269 155.5 444.5t402.5 175.5t393 -131.5t142 -348.5l-2 -6h-189q0 153 -90 242t-254 89q-165 0 -263 -133t-98 -330v-261q0 -199 98 -332t263 -133q164 0 254 88.5t90 244.5h189z" />
<glyph unicode="D" horiz-adv-x="1349" d="M180 0v1456h447q286 0 459 -175.5t173 -453.5v-199q0 -279 -173 -453.5t-459 -174.5h-447zM377 1301v-1147h250q202 0 318.5 133t116.5 341v201q0 206 -116.5 339t-318.5 133h-250z" />
<glyph unicode="E" horiz-adv-x="1197" d="M1044 675h-667v-521h769v-154h-966v1456h955v-155h-758v-471h667v-155z" />
<glyph unicode="F" horiz-adv-x="1193" d="M1041 644h-664v-644h-197v1456h963v-155h-766v-502h664v-155z" />
<glyph unicode="G" horiz-adv-x="1396" d="M1235 193q-52 -80 -180.5 -147t-332.5 -67q-261 0 -431.5 167t-170.5 432v300q0 265 159 432t410 167q250 0 393 -123t146 -317l-2 -6h-188q-9 127 -96.5 209t-252.5 82q-167 0 -269 -125t-102 -317v-302q0 -194 114 -319.5t290 -125.5q124 0 203 33t113 75v331h-319v155 h516v-534z" />
<glyph unicode="H" horiz-adv-x="1461" d="M1281 0h-197v643h-707v-643h-197v1456h197v-658h707v658h197v-1456z" />
<glyph unicode="I" horiz-adv-x="579" d="M388 0h-198v1456h198v-1456z" />
<glyph unicode="J" horiz-adv-x="1130" d="M766 1456h197v-1053q0 -195 -123.5 -309.5t-320.5 -114.5q-210 0 -334 106.5t-119 309.5l2 6h189q0 -135 68.5 -201.5t193.5 -66.5q109 0 178 73.5t69 196.5v1053z" />
<glyph unicode="K" horiz-adv-x="1317" d="M547 657h-170v-657h-197v1456h197v-644h152l521 644h218l3 -5l-565 -699l606 -747l-3 -5h-235z" />
<glyph unicode="L" horiz-adv-x="1106" d="M377 154h689v-154h-886v1456h197v-1302z" />
<glyph unicode="M" horiz-adv-x="1799" d="M432 1456l464 -1183h6l464 1183h252v-1456h-197v576l20 592l-5 1l-472 -1169h-131l-470 1166l-5 -1l19 -589v-576h-197v1456h252z" />
<glyph unicode="N" horiz-adv-x="1461" d="M1281 0h-197l-701 1126l-6 -2v-1124h-197v1456h197l701 -1124l6 2v1122h197v-1456z" />
<glyph unicode="O" horiz-adv-x="1396" d="M1282 598q0 -267 -165.5 -443t-429.5 -176q-255 0 -414.5 176t-159.5 443v259q0 266 159.5 443t414.5 177q264 0 429.5 -176.5t165.5 -443.5v-259zM1085 859q0 200 -108 328t-290 128q-172 0 -274.5 -128t-102.5 -328v-261q0 -202 102.5 -330t274.5 -128 q183 0 290.5 127.5t107.5 330.5v261z" />
<glyph unicode="P" horiz-adv-x="1312" d="M377 584v-584h-197v1456h557q233 0 362 -120t129 -316q0 -199 -129 -317.5t-362 -118.5h-360zM377 738h360q148 0 221 79.5t73 200.5t-73.5 202t-220.5 81h-360v-563z" />
<glyph unicode="Q" horiz-adv-x="1396" d="M1282 598q0 -142 -50 -263t-140 -205l247 -233l-135 -129l-276 257q-56 -23 -116.5 -34.5t-124.5 -11.5q-255 0 -414.5 176t-159.5 443v259q0 266 159.5 443t414.5 177q264 0 429.5 -176.5t165.5 -443.5v-259zM1085 859q0 200 -108 328t-290 128q-172 0 -274.5 -128 t-102.5 -328v-261q0 -202 102.5 -330t274.5 -128q183 0 290.5 127.5t107.5 330.5v261z" />
<glyph unicode="R" horiz-adv-x="1357" d="M377 631v-631h-197v1455h527q239 0 365 -106t126 -308q0 -112 -58.5 -195t-170.5 -132q120 -39 172.5 -126.5t52.5 -216.5v-137q0 -68 15 -122t52 -88v-24h-203q-39 34 -50 100t-11 136v133q0 118 -69 190t-185 72h-366zM377 786h310q167 0 240.5 63.5t73.5 193.5 q0 123 -71.5 190.5t-222.5 67.5h-330v-515z" />
<glyph unicode="S" horiz-adv-x="1277" d="M973 367q0 100 -75 167.5t-266 113.5q-231 55 -360.5 162t-129.5 269q0 170 139.5 284t361.5 114q239 0 380.5 -131t136.5 -304l-2 -6h-188q0 128 -84.5 207t-242.5 79q-147 0 -225.5 -66.5t-78.5 -173.5q0 -95 85 -158.5t276 -111.5q230 -57 350 -168t120 -275 q0 -176 -144 -283t-376 -107q-218 0 -385.5 118t-162.5 316l2 6h188q0 -140 103 -213t255 -73q149 0 236 63t87 171z" />
<glyph unicode="T" horiz-adv-x="1200" d="M1166 1301h-468v-1301h-197v1301h-467v155h1132v-155z" />
<glyph unicode="U" horiz-adv-x="1386" d="M1244 1456v-987q0 -238 -154.5 -364t-403.5 -126q-240 0 -389.5 126.5t-149.5 363.5v987h197v-987q0 -165 94 -250.5t248 -85.5q162 0 261.5 85.5t99.5 250.5v987h197z" />
<glyph unicode="V" horiz-adv-x="1295" d="M612 362l33 -115h6l33 115l376 1094h213l-541 -1456h-169l-541 1456h214z" />
<glyph unicode="W" horiz-adv-x="1809" d="M472 504l27 -182l6 -1l39 183l267 952h174l269 -952l40 -187h6l29 187l217 952h197l-351 -1456h-176l-287 1010l-26 131h-6l-25 -131l-292 -1010h-176l-350 1456h196z" />
<glyph unicode="X" horiz-adv-x="1295" d="M650 888l340 568h238l-462 -722l472 -734h-235l-349 578l-350 -578h-238l472 734l-462 722h236z" />
<glyph unicode="Y" horiz-adv-x="1250" d="M625 716l380 740h225l-511 -944v-512h-196v525l-503 931h225z" />
<glyph unicode="Z" horiz-adv-x="1225" d="M319 154h814v-154h-1036v146l778 1155h-767v155h992v-141z" />
<glyph unicode="[" horiz-adv-x="552" d="M528 1509h-188v-1666h188v-155h-385v1976h385v-155z" />
<glyph unicode="\" horiz-adv-x="846" d="M39 1456h186l608 -1581h-186z" />
<glyph unicode="]" horiz-adv-x="552" d="M11 1664h386v-1976h-386v155h189v1666h-189v155z" />
<glyph unicode="^" horiz-adv-x="856" d="M244 729h-183l299 727h134l298 -727h-181l-166 419l-16 70h-6l-16 -70z" />
<glyph unicode="_" horiz-adv-x="931" d="M927 -154h-923v154h923v-154z" />
<glyph unicode="`" horiz-adv-x="641" d="M490 1211h-158l-250 260l3 6h230z" />
<glyph unicode="a" horiz-adv-x="1126" d="M808 0q-10 49 -15.5 86.5t-6.5 75.5q-55 -78 -143.5 -130.5t-190.5 -52.5q-169 0 -257.5 86.5t-88.5 238.5q0 155 125.5 242.5t340.5 87.5h214v107q0 95 -58 150.5t-164 55.5q-95 0 -154.5 -48.5t-59.5 -116.5h-188l-2 6q-6 118 111.5 216t303.5 98q184 0 296 -93.5 t112 -269.5v-521q0 -58 6 -112t22 -106h-203zM481 144q107 0 193 55t112 126v176h-221q-119 0 -190.5 -60t-71.5 -141q0 -72 45 -114t133 -42z" />
<glyph unicode="b" d="M1067 500q0 -234 -112.5 -377.5t-309.5 -143.5q-107 0 -186 41.5t-131 122.5l-24 -143h-161v1560h197v-606q51 72 126.5 110t176.5 38q200 0 312 -160t112 -421v-21zM870 521q0 186 -68.5 303.5t-208.5 117.5q-91 0 -153.5 -44.5t-99.5 -119.5v-469q38 -80 99.5 -125 t155.5 -45q139 0 207 99t68 262v21z" />
<glyph unicode="c" horiz-adv-x="1087" d="M583 133q98 0 172.5 60.5t74.5 148.5h177l2 -6q5 -140 -124.5 -248.5t-301.5 -108.5q-236 0 -361 154t-125 387v42q0 231 125.5 385.5t360.5 154.5q190 0 310.5 -112t116.5 -275l-2 -6h-178q0 99 -70 168.5t-177 69.5q-155 0 -221.5 -111.5t-66.5 -273.5v-42 q0 -166 66 -276.5t222 -110.5z" />
<glyph unicode="d" d="M98 521q0 261 111.5 421t312.5 160q95 0 168.5 -35t125.5 -102v595h197v-1560h-161l-23 133q-53 -76 -130 -115t-179 -39q-198 0 -310 143.5t-112 377.5v21zM295 500q0 -164 67 -262.5t208 -98.5q88 0 148 40t98 112v505q-38 67 -98.5 106.5t-145.5 39.5 q-142 0 -209.5 -117t-67.5 -304v-21z" />
<glyph unicode="e" horiz-adv-x="1083" d="M592 -21q-226 0 -359.5 150.5t-133.5 390.5v44q0 231 137.5 384.5t325.5 153.5q219 0 331 -132t112 -352v-123h-702l-3 -5q3 -156 79 -256.5t213 -100.5q100 0 175.5 28.5t130.5 78.5l77 -128q-58 -57 -153 -95t-230 -38zM562 947q-99 0 -169 -83.5t-86 -209.5l2 -5h499 v26q0 116 -62 194t-184 78z" />
<glyph unicode="f" horiz-adv-x="707" d="M225 0v936h-169v146h169v137q0 173 90.5 267.5t252.5 94.5q34 0 68.5 -5.5t76.5 -15.5l-24 -150q-18 4 -43.5 7t-53.5 3q-86 0 -128 -51.5t-42 -149.5v-137h225v-146h-225v-936h-197z" />
<glyph unicode="g" d="M100 521q0 261 114 421t315 160q103 0 181 -41.5t130 -119.5l24 141h157v-1088q0 -208 -121 -319.5t-349 -111.5q-78 0 -168.5 21.5t-159.5 58.5l50 153q53 -30 128 -48.5t148 -18.5q144 0 209.5 65.5t65.5 199.5v122q-53 -68 -127 -102.5t-170 -34.5q-199 0 -313 144 t-114 377v21zM297 500q0 -163 69 -262t210 -99q89 0 149 40.5t99 114.5v498q-38 69 -99 109.5t-147 40.5q-141 0 -211 -118t-70 -303v-21z" />
<glyph unicode="h" d="M340 937q56 78 137.5 121.5t180.5 43.5q173 0 269.5 -104t96.5 -320v-678h-197v680q0 134 -57.5 198t-171.5 64q-82 0 -148.5 -38.5t-109.5 -104.5v-799h-197v1560h197v-623z" />
<glyph unicode="i" horiz-adv-x="516" d="M356 0h-197v1082h197v-1082zM356 1359h-197v201h197v-201z" />
<glyph unicode="j" horiz-adv-x="530" d="M370 1082v-1171q0 -167 -86 -257.5t-239 -90.5q-31 0 -56.5 4.5t-54.5 13.5l14 155q14 -5 40 -8.5t43 -3.5q65 0 103.5 44t38.5 143v1171h197zM364 1363h-197v197h197v-197z" />
<glyph unicode="k" horiz-adv-x="1050" d="M469 499h-128v-499h-197v1560h197v-904h126l296 426h236l-370 -492l423 -590h-232z" />
<glyph unicode="l" horiz-adv-x="516" d="M356 0h-197v1560h197v-1560z" />
<glyph unicode="m" horiz-adv-x="1790" d="M319 1082l14 -142q53 77 134.5 119.5t189.5 42.5t185.5 -50t116.5 -150q51 92 135 146t196 54q165 0 261 -113.5t96 -341.5v-647h-197v649q0 160 -55 226.5t-164 66.5q-101 0 -163.5 -70t-73.5 -177v-8v-687h-198v649q0 152 -56.5 222.5t-162.5 70.5q-90 0 -148 -37 t-89 -104v-801h-197v1082h176z" />
<glyph unicode="n" d="M319 1082l14 -161q54 86 135.5 133.5t185.5 47.5q175 0 271 -102.5t96 -316.5v-683h-197v679q0 143 -56.5 203t-172.5 60q-85 0 -150.5 -41t-104.5 -112v-789h-197v1082h176z" />
<glyph unicode="o" d="M97 551q0 240 130 395.5t353 155.5q225 0 355.5 -155t130.5 -396v-22q0 -242 -130 -396t-354 -154t-354.5 154.5t-130.5 395.5v22zM294 529q0 -172 72.5 -284t215.5 -112q141 0 214 112t73 284v22q0 170 -73.5 283t-215.5 113q-141 0 -213.5 -113t-72.5 -283v-22z" />
<glyph unicode="p" d="M1065 500q0 -234 -112 -377.5t-309 -143.5q-100 0 -175.5 33.5t-128.5 100.5v-529h-197v1498h151l31 -140q53 78 132 119t184 41q201 0 312.5 -159.5t111.5 -421.5v-21zM868 521q0 184 -72.5 302.5t-213.5 118.5q-85 0 -145 -38.5t-97 -105.5v-523q37 -67 97 -104.5 t147 -37.5q140 0 212 102.5t72 264.5v21z" />
<glyph unicode="q" d="M98 521q0 261 111.5 421t312.5 160q99 0 174 -37.5t127 -109.5l29 127h150v-1498h-197v518q-52 -61 -123 -92t-162 -31q-198 0 -310 143.5t-112 377.5v21zM295 500q0 -164 67.5 -265.5t207.5 -101.5q81 0 138.5 36t96.5 101v546q-39 61 -96.5 96t-136.5 35 q-141 0 -209 -119.5t-68 -306.5v-21z" />
<glyph unicode="r" horiz-adv-x="702" d="M655 908l-101 6q-78 0 -131.5 -37t-82.5 -104v-773h-197v1082h176l19 -158q46 84 113.5 131t155.5 47q22 0 42 -3.5t33 -7.5z" />
<glyph unicode="s" horiz-adv-x="1071" d="M772 287q0 65 -49.5 107t-187.5 73q-197 43 -296.5 116.5t-99.5 200.5q0 132 112 225t292 93q189 0 300.5 -97t106.5 -236l-2 -6h-188q0 71 -59.5 127.5t-157.5 56.5q-105 0 -156 -46t-51 -111q0 -64 45 -101t183 -66q205 -44 305 -119.5t100 -202.5q0 -144 -116.5 -233 t-304.5 -89q-207 0 -326 105t-113 245l2 6h188q5 -105 78 -153.5t171 -48.5q105 0 164.5 42.5t59.5 111.5z" />
<glyph unicode="t" horiz-adv-x="708" d="M403 1343v-261h205v-146h-205v-657q0 -76 31.5 -107t83.5 -31q17 0 37.5 4t36.5 10l26 -135q-22 -18 -64.5 -29.5t-85.5 -11.5q-120 0 -191 72.5t-71 227.5v657h-172v146h172v261h197z" />
<glyph unicode="u" d="M830 160q-51 -87 -131 -134t-185 -47q-177 0 -276 113t-99 352v638h197v-640q0 -173 51 -238t159 -65q105 0 173.5 42.5t103.5 120.5v780h197v-1082h-177z" />
<glyph unicode="v" horiz-adv-x="1030" d="M504 319l17 -76h6l19 76l249 763h201l-398 -1082h-149l-403 1082h202z" />
<glyph unicode="w" horiz-adv-x="1550" d="M420 394l23 -131h6l28 131l216 688h158l217 -688l31 -146h6l29 146l170 688h196l-314 -1082h-159l-209 659l-45 184l-6 -1l-43 -183l-206 -659h-159l-314 1082h196z" />
<glyph unicode="x" horiz-adv-x="1030" d="M510 683l230 399h230l-351 -535l361 -547h-226l-240 409l-240 -409h-228l361 547l-351 535h227z" />
<glyph unicode="y" horiz-adv-x="1030" d="M474 401l35 -136h6l266 817h219l-455 -1248q-41 -109 -117.5 -190t-206.5 -81q-24 0 -61 5.5t-57 10.5l20 155q-6 1 35.5 -2t52.5 -3q63 0 103 56t67 124l47 113l-402 1060h220z" />
<glyph unicode="z" horiz-adv-x="1030" d="M329 154h625v-154h-860v138l585 788h-578v156h819v-134z" />
<glyph unicode="{" horiz-adv-x="696" d="M631 -364q-195 55 -277 175t-82 290v205q0 112 -51.5 174.5t-157.5 62.5v147q106 0 157.5 61.5t51.5 174.5v206q0 171 82 290.5t277 174.5l40 -117q-110 -35 -156 -125.5t-46 -222.5v-206q0 -105 -42.5 -185t-127.5 -125q85 -46 127.5 -126.5t42.5 -183.5v-205 q0 -132 46 -221.5t156 -125.5z" />
<glyph unicode="|" horiz-adv-x="507" d="M333 -270h-158v1726h158v-1726z" />
<glyph unicode="}" horiz-adv-x="696" d="M21 -246q109 36 156 125.5t47 221.5v205q0 107 45 187t139 123q-94 41 -139 121t-45 189v206q0 132 -47 222.5t-156 125.5l41 117q194 -55 276.5 -174.5t82.5 -290.5v-206q0 -113 50.5 -174.5t158.5 -61.5v-147q-108 0 -158.5 -62.5t-50.5 -174.5v-205q0 -170 -82.5 -290 t-276.5 -175z" />
<glyph unicode="~" horiz-adv-x="1391" d="M1264 740q0 -137 -87 -238t-217 -101q-90 0 -163.5 33t-158.5 107q-59 48 -108 72t-99 24q-67 0 -114.5 -53t-47.5 -128l-141 18q0 136 85.5 232.5t217.5 96.5q88 0 163 -34.5t160 -104.5q58 -51 106 -74t100 -23q66 0 114.5 57t48.5 134z" />
<glyph unicode="&#xa1;" horiz-adv-x="507" d="M341 -374h-197v978h197v-978zM341 876h-197v206h197v-206z" />
<glyph unicode="&#xa2;" horiz-adv-x="1122" d="M593 133q98 0 172.5 60.5t74.5 148.5h178l3 -6q3 -122 -98 -223t-247 -126v-232h-198v236q-182 36 -276.5 182t-94.5 347v42q0 199 95 344.5t276 183.5v228h198v-223q157 -24 252.5 -130.5t92.5 -250.5l-2 -5h-179q0 99 -70 168.5t-177 69.5q-155 0 -221.5 -111.5 t-66.5 -273.5v-42q0 -166 66 -276.5t222 -110.5z" />
<glyph unicode="&#xa3;" horiz-adv-x="1194" d="M430 615l6 -149q0 -90 -15.5 -171.5t-44.5 -140.5h735l-1 -154h-976v154h10q48 13 72 111t24 201l-6 149h-164v155h158l-10 270q0 204 112 320.5t300 116.5q200 0 310 -104.5t106 -276.5l-2 -6h-190q0 118 -63 175t-161 57q-99 0 -157 -74.5t-58 -207.5l10 -270h418v-155 h-413z" />
<glyph unicode="&#xa4;" horiz-adv-x="1456" d="M1097 108q-77 -62 -169.5 -95t-193.5 -33t-193.5 32.5t-167.5 93.5l-130 -132l-139 138l138 140q-50 76 -76.5 166.5t-26.5 189.5q0 102 28.5 196t82.5 172l-146 149l139 139l143 -146q74 55 163 85.5t185 30.5q97 0 186 -31t164 -87l146 149l140 -140l-150 -153 q52 -78 80.5 -170.5t28.5 -193.5q0 -98 -26.5 -187.5t-74.5 -165.5l142 -143l-140 -139zM321 608q0 -188 120.5 -320.5t292.5 -132.5q170 0 290.5 132.5t120.5 320.5q0 186 -120.5 318t-290.5 132q-172 0 -292.5 -132t-120.5 -318z" />
<glyph unicode="&#xa5;" horiz-adv-x="1243" d="M615 793l360 663h224l-418 -718h312v-155h-383v-135h383v-155h-383v-293h-197v293h-375v155h375v135h-375v155h311l-419 718h226z" />
<glyph unicode="&#xa6;" horiz-adv-x="499" d="M145 -270v792h197v-792h-197zM342 698h-197v758h197v-758z" />
<glyph unicode="&#xa7;" horiz-adv-x="1259" d="M1148 431q0 -94 -48 -164t-135 -110q69 -51 104 -119t35 -166q0 -172 -133 -269.5t-358 -97.5q-221 0 -372 102.5t-146 322.5l2 6l188 2q0 -143 96.5 -210.5t231.5 -67.5q137 0 215.5 59.5t78.5 150.5t-72 141.5t-276 113.5q-239 63 -352 156t-113 270q0 91 47 161.5 t134 111.5q-68 50 -102 119.5t-34 166.5q0 166 134 266.5t358 100.5q233 0 363 -111.5t126 -313.5l-3 -6h-188q0 118 -79 197t-219 79q-145 0 -220 -59.5t-75 -150.5q0 -99 67 -148.5t278 -107.5q244 -69 355.5 -159.5t111.5 -265.5zM603 689q-47 12 -88.5 24.5t-77.5 27.5 q-73 -19 -109.5 -69t-36.5 -119q0 -100 68 -151.5t278 -110.5q56 -17 93 -28t70 -23q72 20 112 69.5t40 118.5q0 91 -73.5 144.5t-275.5 116.5z" />
<glyph unicode="&#xa8;" horiz-adv-x="1021" d="M859 1256h-219v200h219v-200zM389 1256h-219v200h219v-200z" />
<glyph unicode="&#xa9;" horiz-adv-x="1604" d="M1111 596l2 -6q4 -151 -84 -229.5t-245 -78.5q-160 0 -254 106.5t-94 280.5v119q0 173 94 280t254 107q157 0 245.5 -79t84.5 -228l-2 -6h-146q0 95 -45.5 138.5t-136.5 43.5q-94 0 -145 -70.5t-51 -184.5v-120q0 -117 51 -187t145 -70q91 0 136 43t45 141h146zM209 729 q0 -265 171.5 -447t417.5 -182q245 0 417 182t172 447q0 263 -172 444t-417 181q-246 0 -417.5 -181t-171.5 -444zM88 729q0 315 207 531t503 216q295 0 502 -216t207 -531q0 -316 -207.5 -533t-501.5 -217q-296 0 -503 217t-207 533z" />
<glyph unicode="&#xaa;" horiz-adv-x="917" d="M613 706q-8 21 -13 45t-8 50q-33 -47 -89.5 -78t-133.5 -31q-119 0 -184 61t-65 167q0 110 84.5 170t245.5 60h139v52q0 63 -30 97t-88 34q-67 0 -103.5 -27t-36.5 -76l-162 13l-1 6q-6 98 78.5 163t224.5 65q134 0 212 -71t78 -205v-314q0 -50 6 -94t20 -87h-174z M411 831q51 0 105.5 30t72.5 65v110h-138q-75 0 -116.5 -33t-41.5 -79q0 -45 29 -69t89 -24z" />
<glyph unicode="&#xab;" horiz-adv-x="966" d="M286 516l255 -398h-148l-295 389v19l295 389h148zM620 516l255 -398h-148l-295 389v19l295 389h148z" />
<glyph unicode="&#xac;" horiz-adv-x="1137" d="M962 375h-198v262h-637v165h835v-427z" />
<glyph unicode="&#xad;" horiz-adv-x="561" d="M525 538h-490v154h490v-154z" />
<glyph unicode="&#xae;" horiz-adv-x="1604" d="M88 729q0 315 207 531t503 216q295 0 502 -216t207 -531q0 -316 -207.5 -533t-501.5 -217q-296 0 -503 217t-207 533zM209 729q0 -266 171.5 -447.5t417.5 -181.5q244 0 416 182t172 447q0 264 -171.5 444.5t-416.5 180.5q-246 0 -417.5 -180.5t-171.5 -444.5zM653 654 v-338h-149v850h280q152 0 238.5 -65.5t86.5 -191.5q0 -62 -33 -109t-96 -78q66 -26 95.5 -79t29.5 -128v-56q0 -41 3.5 -73.5t13.5 -53.5v-16h-153q-9 21 -11 61.5t-2 82.5v54q0 72 -33.5 106t-110.5 34h-159zM653 784h152q65 1 110.5 32.5t45.5 87.5q0 73 -39.5 102.5 t-137.5 29.5h-131v-252z" />
<glyph unicode="&#xaf;" horiz-adv-x="950" d="M844 1310h-721v146h721v-146z" />
<glyph unicode="&#xb0;" horiz-adv-x="763" d="M128 1216q0 106 76 183.5t181 77.5q103 0 177.5 -77.5t74.5 -183.5q0 -108 -74 -182.5t-178 -74.5q-106 0 -181.5 74.5t-75.5 182.5zM259 1216q0 -55 36.5 -91t89.5 -36q52 0 87.5 36t35.5 91t-36 92.5t-87 37.5q-53 0 -89.5 -37.5t-36.5 -92.5z" />
<glyph unicode="&#xb1;" horiz-adv-x="1097" d="M657 856h358v-154h-358v-413h-177v413h-381v154h381v411h177v-411zM971 4h-835v155h835v-155z" />
<glyph unicode="&#xb2;" horiz-adv-x="868" d="M714 667h-592v130l302 262q69 60 91 97.5t22 79.5q0 50 -28.5 81t-86.5 31q-67 0 -103.5 -32t-36.5 -82h-161l-2 6q-6 99 78 169t225 70q135 0 211 -64t76 -180q0 -80 -44.5 -136t-160.5 -161l-153 -135l2 -6h361v-130z" />
<glyph unicode="&#xb3;" horiz-adv-x="876" d="M424 1137q67 0 99.5 28.5t32.5 80.5q0 43 -36.5 72t-105.5 29q-56 0 -90.5 -24t-34.5 -64h-162l-2 6q-6 94 78.5 153.5t210.5 59.5q145 0 229 -59.5t84 -169.5q0 -55 -35.5 -100.5t-97.5 -71.5q70 -23 108 -71t38 -116q0 -111 -90 -173t-236 -62q-127 0 -217.5 58 t-84.5 169l1 6h163q0 -46 37.5 -74.5t100.5 -28.5q72 0 114 29.5t42 77.5q0 62 -36.5 90.5t-109.5 28.5h-132v126h132z" />
<glyph unicode="&#xb4;" horiz-adv-x="654" d="M316 1477h230l2 -6l-270 -260h-147z" />
<glyph unicode="&#xb5;" d="M349 1082v-642q2 -178 57.5 -242.5t155.5 -64.5q98 0 158.5 36t92.5 106v807h197v-1082h-177l-9 108q-44 -63 -107.5 -96t-146.5 -33q-72 0 -126.5 16.5t-94.5 51.5v-463h-196v1498h196z" />
<glyph unicode="&#xb6;" horiz-adv-x="1006" d="M639 0v520h-84q-233 0 -362.5 129.5t-129.5 338.5q0 207 129.5 337.5t362.5 130.5h281v-1456h-197z" />
<glyph unicode="&#xb7;" horiz-adv-x="540" d="M359 624h-198v212h198v-212z" />
<glyph unicode="&#xb8;" horiz-adv-x="509" d="M292 0l-12 -52q65 -11 108 -52t43 -121q0 -96 -79 -153t-226 -57l-7 109q72 0 116 24.5t44 73.5q0 48 -36 67t-123 26l32 135h140z" />
<glyph unicode="&#xb9;" horiz-adv-x="557" d="M396 665h-174v655h-127v134l301 23v-812z" />
<glyph unicode="&#xba;" horiz-adv-x="933" d="M120 1142q0 148 94 241.5t251 93.5q158 0 252 -93.5t94 -241.5v-117q0 -149 -93.5 -241.5t-250.5 -92.5q-158 0 -252.5 92.5t-94.5 241.5v117zM293 1025q0 -88 44 -140.5t130 -52.5q83 0 127.5 53t44.5 140v117q0 84 -45 137.5t-129 53.5t-128 -53.5t-44 -137.5v-117z " />
<glyph unicode="&#xbb;" horiz-adv-x="966" d="M258 949l295 -389v-19l-295 -389h-148l255 398l-255 399h148zM604 949l295 -389v-19l-295 -389h-148l255 398l-255 399h148z" />
<glyph unicode="&#xbc;" horiz-adv-x="1595" d="M485 664h-174v655h-127v134l301 23v-812zM448 118l-109 67l711 1138l109 -67zM1380 282h126v-130h-126v-152h-170v152h-417l-8 102l422 547h173v-519zM967 282h243v310l-6 1l-13 -22z" />
<glyph unicode="&#xbd;" horiz-adv-x="1708" d="M461 118l-109 67l711 1138l109 -67zM485 664h-174v655h-127v134l301 23v-812zM1525 0h-592v130l302 262q69 60 91 97.5t22 79.5q0 50 -28.5 81t-86.5 31q-67 0 -103.5 -32t-36.5 -82h-161l-2 6q-6 99 78 169t225 70q135 0 211 -64t76 -180q0 -80 -44.5 -136t-160.5 -161 l-153 -135l2 -6h361v-130z" />
<glyph unicode="&#xbe;" horiz-adv-x="1781" d="M631 118l-109 67l711 1138l109 -67zM1569 282h126v-130h-126v-152h-170v152h-417l-8 102l422 547h173v-519zM1156 282h243v310l-6 1l-13 -22zM440 1138q67 0 99.5 28.5t32.5 80.5q0 43 -36.5 72t-105.5 29q-56 0 -90.5 -24t-34.5 -64h-162l-2 6q-6 94 78.5 153.5 t210.5 59.5q145 0 229 -59.5t84 -169.5q0 -55 -35.5 -100.5t-97.5 -71.5q70 -23 108 -71t38 -116q0 -111 -90 -173t-236 -62q-127 0 -217.5 58t-84.5 169l1 6h163q0 -46 37.5 -74.5t100.5 -28.5q72 0 114 29.5t42 77.5q0 62 -36.5 90.5t-109.5 28.5h-132v126h132z" />
<glyph unicode="&#xbf;" horiz-adv-x="1013" d="M645 672q-2 -146 -26 -202t-125 -147q-100 -118 -141.5 -181t-41.5 -150q0 -106 56 -163t162 -57q90 0 154.5 49.5t64.5 145.5h188l3 -6q2 -161 -114.5 -258t-295.5 -97q-198 0 -306.5 100.5t-108.5 280.5q0 127 70 233.5t187 220.5q53 53 65 96t12 135h197zM441 1083 h206v-209h-206v209z" />
<glyph unicode="&#xc0;" horiz-adv-x="1326" d="M969 375h-610l-138 -375h-201l563 1456h169l554 -1456h-201zM420 540h490l-240 663h-6zM786 1560h-158l-250 260l3 6h230z" />
<glyph unicode="&#xc1;" horiz-adv-x="1326" d="M969 375h-610l-138 -375h-201l563 1456h169l554 -1456h-201zM420 540h490l-240 663h-6zM798 1822h230l2 -6l-270 -260h-147z" />
<glyph unicode="&#xc2;" horiz-adv-x="1326" d="M969 375h-610l-138 -375h-201l563 1456h169l554 -1456h-201zM420 540h490l-240 663h-6zM970 1626v-25h-161l-147 148l-146 -148h-160v26l246 237h120z" />
<glyph unicode="&#xc3;" horiz-adv-x="1326" d="M969 375h-610l-138 -375h-201l563 1456h169l554 -1456h-201zM420 540h490l-240 663h-6zM1010 1844q0 -94 -59.5 -159t-149.5 -65q-71 0 -148 46.5t-128 46.5q-43 0 -72 -32.5t-29 -78.5l-108 26q0 93 59 161.5t150 68.5q56 0 140 -47t136 -47q41 0 71 32.5t30 79.5z" />
<glyph unicode="&#xc4;" horiz-adv-x="1326" d="M969 375h-610l-138 -375h-201l563 1456h169l554 -1456h-201zM420 540h490l-240 663h-6zM1008 1605h-219v200h219v-200zM538 1605h-219v200h219v-200z" />
<glyph unicode="&#xc5;" horiz-adv-x="1326" d="M969 375h-610l-138 -375h-201l563 1456h169l554 -1456h-201zM420 540h490l-240 663h-6zM457 1734q0 84 60.5 141t147.5 57q85 0 145 -56.5t60 -141.5q0 -86 -59.5 -140t-145.5 -54q-87 0 -147.5 54t-60.5 140zM560 1734q0 -43 31 -73.5t74 -30.5q42 0 72 29.5t30 74.5 t-30 76t-72 31q-43 0 -74 -31t-31 -76z" />
<glyph unicode="&#xc6;" horiz-adv-x="1922" d="M1889 0h-895l-15 350h-557l-202 -350h-240l880 1456h967v-155h-691l20 -466h590v-155h-584l22 -526h705v-154zM525 529h447l-31 710l-5 2z" />
<glyph unicode="&#xc7;" horiz-adv-x="1297" d="M1209 466l2 -6q4 -205 -144 -343t-391 -138q-247 0 -402.5 175t-155.5 444v259q0 269 155.5 444.5t402.5 175.5t393 -131.5t142 -348.5l-2 -6h-189q0 153 -90 242t-254 89q-165 0 -263 -133t-98 -330v-261q0 -199 98 -332t263 -133q164 0 254 88.5t90 244.5h189zM754 -8 l-12 -52q65 -11 108 -52t43 -121q0 -96 -79 -153t-226 -57l-7 109q72 0 116 24.5t44 73.5q0 48 -36 67t-123 26l32 135h140z" />
<glyph unicode="&#xc8;" horiz-adv-x="1197" d="M1044 675h-667v-521h769v-154h-966v1456h955v-155h-758v-471h667v-155zM711 1560h-158l-250 260l3 6h230z" />
<glyph unicode="&#xc9;" horiz-adv-x="1197" d="M1044 675h-667v-521h769v-154h-966v1456h955v-155h-758v-471h667v-155zM723 1822h230l2 -6l-270 -260h-147z" />
<glyph unicode="&#xca;" horiz-adv-x="1197" d="M1044 675h-667v-521h769v-154h-966v1456h955v-155h-758v-471h667v-155zM936 1626v-25h-161l-147 148l-146 -148h-160v26l246 237h120z" />
<glyph unicode="&#xcb;" horiz-adv-x="1197" d="M1044 675h-667v-521h769v-154h-966v1456h955v-155h-758v-471h667v-155zM973 1605h-219v200h219v-200zM503 1605h-219v200h219v-200z" />
<glyph unicode="&#xcc;" horiz-adv-x="579" d="M388 0h-198v1456h198v-1456zM374 1560h-158l-250 260l3 6h230z" />
<glyph unicode="&#xcd;" horiz-adv-x="579" d="M388 0h-198v1456h198v-1456zM384 1822h230l2 -6l-270 -260h-147z" />
<glyph unicode="&#xce;" horiz-adv-x="579" d="M388 0h-198v1456h198v-1456zM599 1626v-25h-161l-147 148l-146 -148h-160v26l246 237h120z" />
<glyph unicode="&#xcf;" horiz-adv-x="579" d="M388 0h-198v1456h198v-1456zM636 1605h-219v200h219v-200zM166 1605h-219v200h219v-200z" />
<glyph unicode="&#xd0;" horiz-adv-x="1379" d="M210 0v663h-168v155h168v638h447q286 0 459 -175.5t173 -453.5v-199q0 -279 -173 -453.5t-459 -174.5h-447zM683 663h-276v-509h250q202 0 318.5 133t116.5 341v201q0 206 -116.5 339t-318.5 133h-250v-483h276v-155z" />
<glyph unicode="&#xd1;" horiz-adv-x="1461" d="M1281 0h-197l-701 1126l-6 -2v-1124h-197v1456h197l701 -1124l6 2v1122h197v-1456zM1075 1844q0 -94 -59.5 -159t-149.5 -65q-71 0 -148 46.5t-128 46.5q-43 0 -72 -32.5t-29 -78.5l-108 26q0 93 59 161.5t150 68.5q56 0 140 -47t136 -47q41 0 71 32.5t30 79.5z" />
<glyph unicode="&#xd2;" horiz-adv-x="1396" d="M1282 598q0 -267 -165.5 -443t-429.5 -176q-255 0 -414.5 176t-159.5 443v259q0 266 159.5 443t414.5 177q264 0 429.5 -176.5t165.5 -443.5v-259zM1085 859q0 200 -108 328t-290 128q-172 0 -274.5 -128t-102.5 -328v-261q0 -202 102.5 -330t274.5 -128 q183 0 290.5 127.5t107.5 330.5v261zM781 1581h-158l-250 260l3 6h230z" />
<glyph unicode="&#xd3;" horiz-adv-x="1396" d="M1282 598q0 -267 -165.5 -443t-429.5 -176q-255 0 -414.5 176t-159.5 443v259q0 266 159.5 443t414.5 177q264 0 429.5 -176.5t165.5 -443.5v-259zM1085 859q0 200 -108 328t-290 128q-172 0 -274.5 -128t-102.5 -328v-261q0 -202 102.5 -330t274.5 -128 q183 0 290.5 127.5t107.5 330.5v261zM793 1843h230l2 -6l-270 -260h-147z" />
<glyph unicode="&#xd4;" horiz-adv-x="1396" d="M1282 598q0 -267 -165.5 -443t-429.5 -176q-255 0 -414.5 176t-159.5 443v259q0 266 159.5 443t414.5 177q264 0 429.5 -176.5t165.5 -443.5v-259zM1085 859q0 200 -108 328t-290 128q-172 0 -274.5 -128t-102.5 -328v-261q0 -202 102.5 -330t274.5 -128 q183 0 290.5 127.5t107.5 330.5v261zM1006 1647v-25h-161l-147 148l-146 -148h-160v26l246 237h120z" />
<glyph unicode="&#xd5;" horiz-adv-x="1396" d="M1282 598q0 -267 -165.5 -443t-429.5 -176q-255 0 -414.5 176t-159.5 443v259q0 266 159.5 443t414.5 177q264 0 429.5 -176.5t165.5 -443.5v-259zM1085 859q0 200 -108 328t-290 128q-172 0 -274.5 -128t-102.5 -328v-261q0 -202 102.5 -330t274.5 -128 q183 0 290.5 127.5t107.5 330.5v261zM1045 1865q0 -94 -59.5 -159t-149.5 -65q-71 0 -148 46.5t-128 46.5q-43 0 -72 -32.5t-29 -78.5l-108 26q0 93 59 161.5t150 68.5q56 0 140 -47t136 -47q41 0 71 32.5t30 79.5z" />
<glyph unicode="&#xd6;" horiz-adv-x="1396" d="M1282 598q0 -267 -165.5 -443t-429.5 -176q-255 0 -414.5 176t-159.5 443v259q0 266 159.5 443t414.5 177q264 0 429.5 -176.5t165.5 -443.5v-259zM1085 859q0 200 -108 328t-290 128q-172 0 -274.5 -128t-102.5 -328v-261q0 -202 102.5 -330t274.5 -128 q183 0 290.5 127.5t107.5 330.5v261zM1043 1626h-219v200h219v-200zM573 1626h-219v200h219v-200z" />
<glyph unicode="&#xd7;" horiz-adv-x="1096" d="M88 351l327 334l-327 334l126 126l326 -333l327 333l126 -126l-328 -334l328 -334l-126 -126l-327 332l-326 -332z" />
<glyph unicode="&#xd8;" horiz-adv-x="1396" d="M1282 598q0 -267 -165.5 -443t-429.5 -176q-85 0 -160.5 20.5t-139.5 60.5l-91 -154h-149l139 234q-84 84 -128.5 202t-44.5 256v259q0 266 159.5 443t414.5 177q94 0 178.5 -25.5t156.5 -71.5l81 137h149l-132 -221q77 -84 119.5 -197t42.5 -242v-259zM310 598 q0 -85 19 -158t54 -125l6 -1l544 916q-50 41 -112 63t-134 22q-172 0 -274.5 -128t-102.5 -328v-261zM1085 859q0 75 -16.5 142t-46.5 117l-6 1l-541 -911q44 -34 97 -51t115 -17q183 0 290.5 127.5t107.5 330.5v261z" />
<glyph unicode="&#xd9;" horiz-adv-x="1386" d="M1244 1456v-987q0 -238 -154.5 -364t-403.5 -126q-240 0 -389.5 126.5t-149.5 363.5v987h197v-987q0 -165 94 -250.5t248 -85.5q162 0 261.5 85.5t99.5 250.5v987h197zM780 1560h-158l-250 260l3 6h230z" />
<glyph unicode="&#xda;" horiz-adv-x="1386" d="M1244 1456v-987q0 -238 -154.5 -364t-403.5 -126q-240 0 -389.5 126.5t-149.5 363.5v987h197v-987q0 -165 94 -250.5t248 -85.5q162 0 261.5 85.5t99.5 250.5v987h197zM792 1822h230l2 -6l-270 -260h-147z" />
<glyph unicode="&#xdb;" horiz-adv-x="1386" d="M1244 1456v-987q0 -238 -154.5 -364t-403.5 -126q-240 0 -389.5 126.5t-149.5 363.5v987h197v-987q0 -165 94 -250.5t248 -85.5q162 0 261.5 85.5t99.5 250.5v987h197zM1005 1626v-25h-161l-147 148l-146 -148h-160v26l246 237h120z" />
<glyph unicode="&#xdc;" horiz-adv-x="1386" d="M1244 1456v-987q0 -238 -154.5 -364t-403.5 -126q-240 0 -389.5 126.5t-149.5 363.5v987h197v-987q0 -165 94 -250.5t248 -85.5q162 0 261.5 85.5t99.5 250.5v987h197zM1042 1605h-219v200h219v-200zM572 1605h-219v200h219v-200z" />
<glyph unicode="&#xdd;" horiz-adv-x="1250" d="M625 716l380 740h225l-511 -944v-512h-196v525l-503 931h225zM720 1821h230l2 -6l-270 -260h-147z" />
<glyph unicode="&#xde;" horiz-adv-x="1209" d="M360 1456v-293h269q232 0 362 -118t130 -307q0 -190 -130 -307.5t-362 -117.5h-269v-313h-197v1456h197zM360 1009v-542h269q147 0 220.5 78t73.5 191q0 114 -73.5 193.5t-220.5 79.5h-269z" />
<glyph unicode="&#xdf;" horiz-adv-x="1221" d="M333 0h-196v1082q0 223 117.5 348t300.5 125q161 0 262 -86t101 -253q0 -118 -64.5 -228t-64.5 -167q0 -82 173.5 -224t173.5 -281q0 -167 -104.5 -252t-282.5 -85q-84 0 -172.5 20.5t-125.5 50.5l44 159q43 -28 108 -52t126 -24q108 0 159 47.5t51 125.5 q0 84 -173.5 227.5t-173.5 289.5q0 80 70.5 190.5t70.5 186.5q0 93 -51 147t-117 54q-104 0 -168 -83.5t-64 -235.5v-1082z" />
<glyph unicode="&#xe0;" horiz-adv-x="1126" d="M808 0q-10 49 -15.5 86.5t-6.5 75.5q-55 -78 -143.5 -130.5t-190.5 -52.5q-169 0 -257.5 86.5t-88.5 238.5q0 155 125.5 242.5t340.5 87.5h214v107q0 95 -58 150.5t-164 55.5q-95 0 -154.5 -48.5t-59.5 -116.5h-188l-2 6q-6 118 111.5 216t303.5 98q184 0 296 -93.5 t112 -269.5v-521q0 -58 6 -112t22 -106h-203zM481 144q107 0 193 55t112 126v176h-221q-119 0 -190.5 -60t-71.5 -141q0 -72 45 -114t133 -42zM638 1238h-158l-250 260l3 6h230z" />
<glyph unicode="&#xe1;" horiz-adv-x="1126" d="M808 0q-10 49 -15.5 86.5t-6.5 75.5q-55 -78 -143.5 -130.5t-190.5 -52.5q-169 0 -257.5 86.5t-88.5 238.5q0 155 125.5 242.5t340.5 87.5h214v107q0 95 -58 150.5t-164 55.5q-95 0 -154.5 -48.5t-59.5 -116.5h-188l-2 6q-6 118 111.5 216t303.5 98q184 0 296 -93.5 t112 -269.5v-521q0 -58 6 -112t22 -106h-203zM481 144q107 0 193 55t112 126v176h-221q-119 0 -190.5 -60t-71.5 -141q0 -72 45 -114t133 -42zM650 1500h230l2 -6l-270 -260h-147z" />
<glyph unicode="&#xe2;" horiz-adv-x="1126" d="M808 0q-10 49 -15.5 86.5t-6.5 75.5q-55 -78 -143.5 -130.5t-190.5 -52.5q-169 0 -257.5 86.5t-88.5 238.5q0 155 125.5 242.5t340.5 87.5h214v107q0 95 -58 150.5t-164 55.5q-95 0 -154.5 -48.5t-59.5 -116.5h-188l-2 6q-6 118 111.5 216t303.5 98q184 0 296 -93.5 t112 -269.5v-521q0 -58 6 -112t22 -106h-203zM481 144q107 0 193 55t112 126v176h-221q-119 0 -190.5 -60t-71.5 -141q0 -72 45 -114t133 -42zM863 1304v-25h-161l-147 148l-146 -148h-160v26l246 237h120z" />
<glyph unicode="&#xe3;" horiz-adv-x="1126" d="M808 0q-10 49 -15.5 86.5t-6.5 75.5q-55 -78 -143.5 -130.5t-190.5 -52.5q-169 0 -257.5 86.5t-88.5 238.5q0 155 125.5 242.5t340.5 87.5h214v107q0 95 -58 150.5t-164 55.5q-95 0 -154.5 -48.5t-59.5 -116.5h-188l-2 6q-6 118 111.5 216t303.5 98q184 0 296 -93.5 t112 -269.5v-521q0 -58 6 -112t22 -106h-203zM481 144q107 0 193 55t112 126v176h-221q-119 0 -190.5 -60t-71.5 -141q0 -72 45 -114t133 -42zM902 1522q0 -94 -59.5 -159t-149.5 -65q-71 0 -148 46.5t-128 46.5q-43 0 -72 -32.5t-29 -78.5l-108 26q0 93 59 161.5t150 68.5 q56 0 140 -47t136 -47q41 0 71 32.5t30 79.5z" />
<glyph unicode="&#xe4;" horiz-adv-x="1126" d="M808 0q-10 49 -15.5 86.5t-6.5 75.5q-55 -78 -143.5 -130.5t-190.5 -52.5q-169 0 -257.5 86.5t-88.5 238.5q0 155 125.5 242.5t340.5 87.5h214v107q0 95 -58 150.5t-164 55.5q-95 0 -154.5 -48.5t-59.5 -116.5h-188l-2 6q-6 118 111.5 216t303.5 98q184 0 296 -93.5 t112 -269.5v-521q0 -58 6 -112t22 -106h-203zM481 144q107 0 193 55t112 126v176h-221q-119 0 -190.5 -60t-71.5 -141q0 -72 45 -114t133 -42zM900 1283h-219v200h219v-200zM430 1283h-219v200h219v-200z" />
<glyph unicode="&#xe5;" horiz-adv-x="1126" d="M808 0q-10 49 -15.5 86.5t-6.5 75.5q-55 -78 -143.5 -130.5t-190.5 -52.5q-169 0 -257.5 86.5t-88.5 238.5q0 155 125.5 242.5t340.5 87.5h214v107q0 95 -58 150.5t-164 55.5q-95 0 -154.5 -48.5t-59.5 -116.5h-188l-2 6q-6 118 111.5 216t303.5 98q184 0 296 -93.5 t112 -269.5v-521q0 -58 6 -112t22 -106h-203zM481 144q107 0 193 55t112 126v176h-221q-119 0 -190.5 -60t-71.5 -141q0 -72 45 -114t133 -42zM346 1412q0 84 60.5 141t147.5 57q85 0 145 -56.5t60 -141.5q0 -86 -59.5 -140t-145.5 -54q-87 0 -147.5 54t-60.5 140zM449 1412 q0 -43 31 -73.5t74 -30.5q42 0 72 29.5t30 74.5t-30 76t-72 31q-43 0 -74 -31t-31 -76z" />
<glyph unicode="&#xe6;" horiz-adv-x="1729" d="M1262 -21q-136 0 -240 48.5t-170 138.5q-56 -79 -167.5 -133t-271.5 -54q-170 0 -262.5 87t-92.5 238q0 158 115 244.5t335 86.5h229v85q0 106 -51.5 166.5t-149.5 60.5q-103 0 -164 -55t-61 -133l-188 18l-2 6q-5 138 109.5 228.5t305.5 90.5q114 0 201.5 -40.5 t137.5 -117.5q64 75 151.5 116.5t188.5 41.5q214 0 329.5 -130t115.5 -358v-119h-709l-2 -5q1 -159 79.5 -258t233.5 -99q103 0 169.5 27.5t144.5 78.5l67 -138q-53 -44 -147 -83t-234 -39zM452 133q76 0 159 43.5t126 100.5v216h-227q-120 0 -187.5 -56t-67.5 -137 q0 -74 50 -120.5t147 -46.5zM1215 947q-113 0 -182 -84.5t-80 -217.5l2 -5h508v31q0 122 -60 199t-188 77z" />
<glyph unicode="&#xe7;" horiz-adv-x="1087" d="M583 133q98 0 172.5 60.5t74.5 148.5h177l2 -6q5 -140 -124.5 -248.5t-301.5 -108.5q-236 0 -361 154t-125 387v42q0 231 125.5 385.5t360.5 154.5q190 0 310.5 -112t116.5 -275l-2 -6h-178q0 99 -70 168.5t-177 69.5q-155 0 -221.5 -111.5t-66.5 -273.5v-42 q0 -166 66 -276.5t222 -110.5zM613 -8l-12 -52q65 -11 108 -52t43 -121q0 -96 -79 -153t-226 -57l-7 109q72 0 116 24.5t44 73.5q0 48 -36 67t-123 26l32 135h140z" />
<glyph unicode="&#xe8;" horiz-adv-x="1083" d="M592 -21q-226 0 -359.5 150.5t-133.5 390.5v44q0 231 137.5 384.5t325.5 153.5q219 0 331 -132t112 -352v-123h-702l-3 -5q3 -156 79 -256.5t213 -100.5q100 0 175.5 28.5t130.5 78.5l77 -128q-58 -57 -153 -95t-230 -38zM562 947q-99 0 -169 -83.5t-86 -209.5l2 -5h499 v26q0 116 -62 194t-184 78zM641 1239h-158l-250 260l3 6h230z" />
<glyph unicode="&#xe9;" horiz-adv-x="1083" d="M592 -21q-226 0 -359.5 150.5t-133.5 390.5v44q0 231 137.5 384.5t325.5 153.5q219 0 331 -132t112 -352v-123h-702l-3 -5q3 -156 79 -256.5t213 -100.5q100 0 175.5 28.5t130.5 78.5l77 -128q-58 -57 -153 -95t-230 -38zM562 947q-99 0 -169 -83.5t-86 -209.5l2 -5h499 v26q0 116 -62 194t-184 78zM653 1501h230l2 -6l-270 -260h-147z" />
<glyph unicode="&#xea;" horiz-adv-x="1083" d="M592 -21q-226 0 -359.5 150.5t-133.5 390.5v44q0 231 137.5 384.5t325.5 153.5q219 0 331 -132t112 -352v-123h-702l-3 -5q3 -156 79 -256.5t213 -100.5q100 0 175.5 28.5t130.5 78.5l77 -128q-58 -57 -153 -95t-230 -38zM562 947q-99 0 -169 -83.5t-86 -209.5l2 -5h499 v26q0 116 -62 194t-184 78zM866 1305v-25h-161l-147 148l-146 -148h-160v26l246 237h120z" />
<glyph unicode="&#xeb;" horiz-adv-x="1083" d="M592 -21q-226 0 -359.5 150.5t-133.5 390.5v44q0 231 137.5 384.5t325.5 153.5q219 0 331 -132t112 -352v-123h-702l-3 -5q3 -156 79 -256.5t213 -100.5q100 0 175.5 28.5t130.5 78.5l77 -128q-58 -57 -153 -95t-230 -38zM562 947q-99 0 -169 -83.5t-86 -209.5l2 -5h499 v26q0 116 -62 194t-184 78zM903 1284h-219v200h219v-200zM433 1284h-219v200h219v-200z" />
<glyph unicode="&#xec;" horiz-adv-x="515" d="M350 0h-197v1082h197v-1082zM337 1217h-158l-250 260l3 6h230z" />
<glyph unicode="&#xed;" horiz-adv-x="515" d="M350 0h-197v1082h197v-1082zM347 1479h230l2 -6l-270 -260h-147z" />
<glyph unicode="&#xee;" horiz-adv-x="515" d="M350 0h-197v1082h197v-1082zM562 1283v-25h-161l-147 148l-146 -148h-160v26l246 237h120z" />
<glyph unicode="&#xef;" horiz-adv-x="515" d="M350 0h-197v1082h197v-1082zM599 1262h-219v200h219v-200zM129 1262h-219v200h219v-200z" />
<glyph unicode="&#xf0;" horiz-adv-x="1202" d="M873 1297q95 -104 147 -241.5t52 -300.5v-220q0 -245 -144 -400.5t-359 -155.5q-218 0 -357.5 140t-139.5 347q0 228 138 370t351 142q90 0 169.5 -37t131.5 -97l4 5q-9 109 -51.5 197t-110.5 154l-290 -165l-77 102l256 146q-39 22 -80.5 39t-85.5 31l60 164 q79 -19 151 -52t135 -79l218 125l77 -102zM573 133q133 0 217.5 114t84.5 288v148q-35 59 -115.5 99.5t-198.5 40.5q-131 0 -211.5 -104t-80.5 -253q0 -132 82 -232.5t222 -100.5z" />
<glyph unicode="&#xf1;" d="M319 1082l14 -161q54 86 135.5 133.5t185.5 47.5q175 0 271 -102.5t96 -316.5v-683h-197v679q0 143 -56.5 203t-172.5 60q-85 0 -150.5 -41t-104.5 -112v-789h-197v1082h176zM925 1522q0 -94 -59.5 -159t-149.5 -65q-71 0 -148 46.5t-128 46.5q-43 0 -72 -32.5t-29 -78.5 l-108 26q0 93 59 161.5t150 68.5q56 0 140 -47t136 -47q41 0 71 32.5t30 79.5z" />
<glyph unicode="&#xf2;" d="M97 551q0 240 130 395.5t353 155.5q225 0 355.5 -155t130.5 -396v-22q0 -242 -130 -396t-354 -154t-354.5 154.5t-130.5 395.5v22zM294 529q0 -172 72.5 -284t215.5 -112q141 0 214 112t73 284v22q0 170 -73.5 283t-215.5 113q-141 0 -213.5 -113t-72.5 -283v-22z M665 1238h-158l-250 260l3 6h230z" />
<glyph unicode="&#xf3;" d="M97 551q0 240 130 395.5t353 155.5q225 0 355.5 -155t130.5 -396v-22q0 -242 -130 -396t-354 -154t-354.5 154.5t-130.5 395.5v22zM294 529q0 -172 72.5 -284t215.5 -112q141 0 214 112t73 284v22q0 170 -73.5 283t-215.5 113q-141 0 -213.5 -113t-72.5 -283v-22z M677 1500h230l2 -6l-270 -260h-147z" />
<glyph unicode="&#xf4;" d="M97 551q0 240 130 395.5t353 155.5q225 0 355.5 -155t130.5 -396v-22q0 -242 -130 -396t-354 -154t-354.5 154.5t-130.5 395.5v22zM294 529q0 -172 72.5 -284t215.5 -112q141 0 214 112t73 284v22q0 170 -73.5 283t-215.5 113q-141 0 -213.5 -113t-72.5 -283v-22z M890 1304v-25h-161l-147 148l-146 -148h-160v26l246 237h120z" />
<glyph unicode="&#xf5;" d="M97 551q0 240 130 395.5t353 155.5q225 0 355.5 -155t130.5 -396v-22q0 -242 -130 -396t-354 -154t-354.5 154.5t-130.5 395.5v22zM294 529q0 -172 72.5 -284t215.5 -112q141 0 214 112t73 284v22q0 170 -73.5 283t-215.5 113q-141 0 -213.5 -113t-72.5 -283v-22z M929 1522q0 -94 -59.5 -159t-149.5 -65q-71 0 -148 46.5t-128 46.5q-43 0 -72 -32.5t-29 -78.5l-108 26q0 93 59 161.5t150 68.5q56 0 140 -47t136 -47q41 0 71 32.5t30 79.5z" />
<glyph unicode="&#xf6;" d="M97 551q0 240 130 395.5t353 155.5q225 0 355.5 -155t130.5 -396v-22q0 -242 -130 -396t-354 -154t-354.5 154.5t-130.5 395.5v22zM294 529q0 -172 72.5 -284t215.5 -112q141 0 214 112t73 284v22q0 170 -73.5 283t-215.5 113q-141 0 -213.5 -113t-72.5 -283v-22z M927 1283h-219v200h219v-200zM457 1283h-219v200h219v-200z" />
<glyph unicode="&#xf7;" horiz-adv-x="1170" d="M1069 597h-998v188h998v-188zM670 999h-198v203h198v-203zM670 180h-198v203h198v-203z" />
<glyph unicode="&#xf8;" d="M97 551q0 240 130 395.5t353 155.5q56 0 107.5 -11t97.5 -31l74 149h129l-104 -211q88 -74 135 -190t47 -257v-22q0 -242 -130 -396t-354 -154q-51 0 -97 8.5t-88 24.5l-72 -147h-129l100 204q-96 71 -147.5 191t-51.5 269v22zM294 529q0 -91 20 -166.5t61 -123.5h6 l332 674q-29 16 -62.5 25t-70.5 9q-141 0 -213.5 -113t-72.5 -283v-22zM869 551q0 80 -17.5 150.5t-49.5 117.5h-6l-327 -663q24 -12 52 -17.5t61 -5.5q141 0 214 112t73 284v22z" />
<glyph unicode="&#xf9;" d="M830 160q-51 -87 -131 -134t-185 -47q-177 0 -276 113t-99 352v638h197v-640q0 -173 51 -238t159 -65q105 0 173.5 42.5t103.5 120.5v780h197v-1082h-177zM663 1217h-158l-250 260l3 6h230z" />
<glyph unicode="&#xfa;" d="M830 160q-51 -87 -131 -134t-185 -47q-177 0 -276 113t-99 352v638h197v-640q0 -173 51 -238t159 -65q105 0 173.5 42.5t103.5 120.5v780h197v-1082h-177zM675 1479h230l2 -6l-270 -260h-147z" />
<glyph unicode="&#xfb;" d="M830 160q-51 -87 -131 -134t-185 -47q-177 0 -276 113t-99 352v638h197v-640q0 -173 51 -238t159 -65q105 0 173.5 42.5t103.5 120.5v780h197v-1082h-177zM888 1283v-25h-161l-147 148l-146 -148h-160v26l246 237h120z" />
<glyph unicode="&#xfc;" d="M830 160q-51 -87 -131 -134t-185 -47q-177 0 -276 113t-99 352v638h197v-640q0 -173 51 -238t159 -65q105 0 173.5 42.5t103.5 120.5v780h197v-1082h-177zM925 1262h-219v200h219v-200zM455 1262h-219v200h219v-200z" />
<glyph unicode="&#xfd;" horiz-adv-x="1030" d="M474 401l35 -136h6l266 817h219l-455 -1248q-41 -109 -117.5 -190t-206.5 -81q-24 0 -61 5.5t-57 10.5l20 155q-6 1 35.5 -2t52.5 -3q63 0 103 56t67 124l47 113l-402 1060h220zM609 1479h230l2 -6l-270 -260h-147z" />
<glyph unicode="&#xfe;" horiz-adv-x="1186" d="M1075 500q0 -234 -112 -377.5t-309 -143.5q-100 0 -175.5 33.5t-128.5 100.5v-529h-197v1976h197v-598q53 68 128 104t173 36q201 0 312.5 -159.5t111.5 -421.5v-21zM878 521q0 184 -72.5 302.5t-213.5 118.5q-85 0 -145 -38.5t-97 -105.5v-523q37 -67 97 -104.5 t147 -37.5q140 0 212 102.5t72 264.5v21z" />
<glyph unicode="&#xff;" horiz-adv-x="1030" d="M474 401l35 -136h6l266 817h219l-455 -1248q-41 -109 -117.5 -190t-206.5 -81q-24 0 -61 5.5t-57 10.5l20 155q-6 1 35.5 -2t52.5 -3q63 0 103 56t67 124l47 113l-402 1060h220zM859 1262h-219v200h219v-200zM389 1262h-219v200h219v-200z" />
<glyph unicode="&#x131;" horiz-adv-x="515" d="M350 0h-197v1082h197v-1082z" />
<glyph unicode="&#x152;" horiz-adv-x="1960" d="M1871 0h-918q-92 -10 -157 -15.5t-132 -5.5q-249 0 -404.5 166t-155.5 431v304q0 265 154.5 431t403.5 166q69 0 140.5 -6t150.5 -15h907v-155h-758v-471h667v-155h-667v-521h769v-154zM664 134q61 0 122 4.5t119 13.5v1151q-61 8 -122 13.5t-121 5.5q-169 0 -265 -113.5 t-96 -326.5v-306q0 -214 97 -328t266 -114z" />
<glyph unicode="&#x153;" horiz-adv-x="1854" d="M1370 -21q-131 0 -232.5 52.5t-166.5 148.5q-64 -96 -163 -148.5t-226 -52.5q-224 0 -354.5 154.5t-130.5 395.5v22q0 240 130 395.5t353 155.5q130 0 230 -54.5t164 -152.5q65 97 161.5 152t204.5 55q219 0 331 -132t112 -352v-123h-702l-3 -5q3 -156 79 -256.5 t213 -100.5q100 0 175.5 28.5t130.5 78.5l77 -128q-58 -57 -153 -95t-230 -38zM294 529q0 -172 72.5 -284t215.5 -112q141 0 214 112t73 284v22q0 170 -73.5 283t-215.5 113q-141 0 -213.5 -113t-72.5 -283v-22zM1340 947q-99 0 -169 -83.5t-86 -209.5l2 -5h499v26 q0 116 -62 194t-184 78z" />
<glyph unicode="&#x178;" horiz-adv-x="1250" d="M625 716l380 740h225l-511 -944v-512h-196v525l-503 931h225zM970 1604h-219v200h219v-200zM500 1604h-219v200h219v-200z" />
<glyph unicode="&#x2c6;" horiz-adv-x="979" d="M785 1277v-25h-161l-147 148l-146 -148h-160v26l246 237h120z" />
<glyph unicode="&#x2da;" horiz-adv-x="696" d="M133 1308q0 84 60.5 141t147.5 57q85 0 145 -56.5t60 -141.5q0 -86 -59.5 -140t-145.5 -54q-87 0 -147.5 54t-60.5 140zM236 1308q0 -43 31 -73.5t74 -30.5q42 0 72 29.5t30 74.5t-30 76t-72 31q-43 0 -74 -31t-31 -76z" />
<glyph unicode="&#x2dc;" horiz-adv-x="979" d="M829 1491q0 -94 -59.5 -159t-149.5 -65q-71 0 -148 46.5t-128 46.5q-43 0 -72 -32.5t-29 -78.5l-108 26q0 93 59 161.5t150 68.5q56 0 140 -47t136 -47q41 0 71 32.5t30 79.5z" />
<glyph unicode="&#x2000;" horiz-adv-x="966" />
<glyph unicode="&#x2001;" horiz-adv-x="1932" />
<glyph unicode="&#x2002;" horiz-adv-x="966" />
<glyph unicode="&#x2003;" horiz-adv-x="1932" />
<glyph unicode="&#x2004;" horiz-adv-x="644" />
<glyph unicode="&#x2005;" horiz-adv-x="483" />
<glyph unicode="&#x2006;" horiz-adv-x="322" />
<glyph unicode="&#x2007;" horiz-adv-x="322" />
<glyph unicode="&#x2008;" horiz-adv-x="241" />
<glyph unicode="&#x2009;" horiz-adv-x="386" />
<glyph unicode="&#x200a;" horiz-adv-x="107" />
<glyph unicode="&#x2010;" horiz-adv-x="561" d="M525 538h-490v154h490v-154z" />
<glyph unicode="&#x2011;" horiz-adv-x="561" d="M525 538h-490v154h490v-154z" />
<glyph unicode="&#x2012;" horiz-adv-x="561" d="M525 538h-490v154h490v-154z" />
<glyph unicode="&#x2013;" horiz-adv-x="1416" d="M1265.89 648h-1085.49v155h1085.49v-155z" />
<glyph unicode="&#x2014;" horiz-adv-x="1660" d="M1524.78 648h-1335.98v155h1335.98v-155z" />
<glyph unicode="&#x2018;" horiz-adv-x="418" d="M80 1204l160 356h97l-60 -362v-178h-197v184z" />
<glyph unicode="&#x2019;" horiz-adv-x="418" d="M337 1367l-160 -346h-97l60 343v196h197v-193z" />
<glyph unicode="&#x201a;" horiz-adv-x="417" d="M337 26l-160 -281h-97l60 263v241h197v-223z" />
<glyph unicode="&#x201c;" horiz-adv-x="744" d="M80 1204l160 356h97l-60 -362v-178h-197v184zM409 1204l160 356h97l-60 -362v-178h-197v184z" />
<glyph unicode="&#x201d;" horiz-adv-x="752" d="M337 1367l-160 -346h-97l60 343v196h197v-193zM674 1367l-160 -346h-97l60 343v196h197v-193z" />
<glyph unicode="&#x201e;" horiz-adv-x="726" d="M337 96l-160 -335h-97l60 325v194h197v-184zM645 96l-160 -335h-97l60 333v186h197v-184z" />
<glyph unicode="&#x2022;" horiz-adv-x="695" d="M137 793q0 88 56 144t150 56q95 0 151.5 -56t56.5 -144v-60q0 -89 -56 -143.5t-151 -54.5t-151 55t-56 143v60z" />
<glyph unicode="&#x2026;" horiz-adv-x="1380" d="M358 0h-197v202h197v-202zM801 0h-197v202h197v-202zM1221 0h-197v202h197v-202z" />
<glyph unicode="&#x202f;" horiz-adv-x="386" />
<glyph unicode="&#x2039;" horiz-adv-x="615" d="M296 550l255 -398h-148l-295 389v19l295 389h148z" />
<glyph unicode="&#x203a;" horiz-adv-x="615" d="M236 949l295 -389v-19l-295 -389h-148l255 398l-255 399h148z" />
<glyph unicode="&#x2044;" horiz-adv-x="933" d="M168 110l-109 67l711 1138l109 -67z" />
<glyph unicode="&#x205f;" horiz-adv-x="483" />
<glyph unicode="&#x20ac;" horiz-adv-x="1088" d="M914 481h-485l-2 -5q-4 -138 81.5 -240.5t232.5 -102.5q57 0 113 8.5t108 25.5l19 -157q-56 -15 -117.5 -23t-122.5 -8q-231 0 -373.5 144.5t-142.5 357.5h-146v155h146v136h-146v155h146v15q0 244 141.5 389.5t372.5 145.5q59 0 117.5 -8t124.5 -23l-19 -159 q-54 16 -110.5 25.5t-112.5 9.5q-146 0 -231.5 -103t-85.5 -275v-17h492v-155h-492v-136h492v-155z" />
<glyph unicode="&#x2122;" horiz-adv-x="1284" d="M1027 1262l-6 2l-150 -345h-51l-156 359l-6 -2v-357h-93v537h116l161 -390h6l162 390h110v-537h-93v343zM487 1374h-145v-455h-94v455h-145v82h384v-82z" />
<glyph unicode="&#x2212;" horiz-adv-x="1170" d="M1003 648h-835v155h835v-155z" />
<glyph unicode="&#x25fc;" horiz-adv-x="1080" d="M0 1080h1080v-1080h-1080v1080z" />
<glyph unicode="&#xfb02;" horiz-adv-x="1223" d="M225 0v936h-169v146h169v137q0 173 90.5 267.5t252.5 94.5q34 0 68.5 -5.5t76.5 -15.5l-24 -150q-18 4 -43.5 7t-53.5 3q-86 0 -128 -51.5t-42 -149.5v-137h225v-146h-225v-936h-197zM1063 0h-197v1560h197v-1560z" />
<glyph unicode="&#xfb03;" horiz-adv-x="1847" d="M225 0v936h-169v146h169v137q0 173 90.5 267.5t252.5 94.5q34 0 68.5 -5.5t76.5 -15.5l-24 -150q-18 4 -43.5 7t-53.5 3q-86 0 -128 -51.5t-42 -149.5v-137h225v-146h-225v-936h-197zM905 0v936h-170v146h170v117q0 182 106.5 282t295.5 100q67 0 132 -15.5t153 -45.5 l-34 -160q-53 21 -113 36t-123 15q-117 0 -168.5 -52t-51.5 -160v-117h215v-146h-215v-936h-197zM1688 0h-198v1082h198v-1082z" />
<glyph unicode="&#xfb04;" horiz-adv-x="1930" d="M225 0v936h-169v146h169v137q0 173 90.5 267.5t252.5 94.5q34 0 68.5 -5.5t76.5 -15.5l-24 -150q-18 4 -43.5 7t-53.5 3q-86 0 -128 -51.5t-42 -149.5v-137h225v-146h-225v-936h-197zM932 0v936h-169v146h169v137q0 173 90.5 267.5t252.5 94.5q34 0 68.5 -5.5t76.5 -15.5 l-24 -150q-18 4 -43.5 7t-53.5 3q-86 0 -128 -51.5t-42 -149.5v-137h225v-146h-225v-936h-197zM1770 0h-197v1560h197v-1560z" />
<glyph horiz-adv-x="916" d="M682 282h126v-130h-126v-152h-170v152h-417l-8 102l422 547h173v-519zM269 282h243v310l-6 1l-13 -22z" />
<glyph horiz-adv-x="876" d="M424 471q67 0 99.5 28.5t32.5 80.5q0 43 -36.5 72t-105.5 29q-56 0 -90.5 -24t-34.5 -64h-162l-2 6q-6 94 78.5 153.5t210.5 59.5q145 0 229 -59.5t84 -169.5q0 -55 -35.5 -100.5t-97.5 -71.5q70 -23 108 -71t38 -116q0 -111 -90 -173t-236 -62q-127 0 -217.5 58 t-84.5 169l1 6h163q0 -46 37.5 -74.5t100.5 -28.5q72 0 114 29.5t42 77.5q0 62 -36.5 90.5t-109.5 28.5h-132v126h132z" />
<glyph horiz-adv-x="859" d="M714 0h-592v130l302 262q69 60 91 97.5t22 79.5q0 50 -28.5 81t-86.5 31q-67 0 -103.5 -32t-36.5 -82h-161l-2 6q-6 99 78 169t225 70q135 0 211 -64t76 -180q0 -80 -44.5 -136t-160.5 -161l-153 -135l2 -6h361v-130z" />
<glyph horiz-adv-x="557" d="M396 0h-174v655h-127v134l301 23v-812z" />
<hkern u1="&#x22;" u2="w" k="-11" />
<hkern u1="&#x27;" u2="w" k="-11" />
<hkern u1="&#x28;" u2="&#x178;" k="-22" />
<hkern u1="&#x28;" u2="&#xdd;" k="-22" />
<hkern u1="&#x28;" u2="Y" k="-22" />
<hkern u1="&#x28;" u2="W" k="-37" />
<hkern u1="&#x28;" u2="V" k="-20" />
<hkern u1="A" u2="w" k="33" />
<hkern u1="A" u2="t" k="17" />
<hkern u1="A" u2="&#x3f;" k="80" />
<hkern u1="C" u2="&#x7d;" k="17" />
<hkern u1="C" u2="]" k="12" />
<hkern u1="C" u2="&#x29;" k="26" />
<hkern u1="D" u2="&#xc6;" k="33" />
<hkern u1="E" u2="w" k="22" />
<hkern u1="E" u2="f" k="18" />
<hkern u1="F" u2="&#x2026;" k="273" />
<hkern u1="F" u2="&#x201e;" k="273" />
<hkern u1="F" u2="&#x201a;" k="273" />
<hkern u1="F" u2="&#x153;" k="21" />
<hkern u1="F" u2="&#xff;" k="24" />
<hkern u1="F" u2="&#xfd;" k="24" />
<hkern u1="F" u2="&#xfc;" k="22" />
<hkern u1="F" u2="&#xfb;" k="22" />
<hkern u1="F" u2="&#xfa;" k="22" />
<hkern u1="F" u2="&#xf9;" k="22" />
<hkern u1="F" u2="&#xf6;" k="21" />
<hkern u1="F" u2="&#xf5;" k="21" />
<hkern u1="F" u2="&#xf4;" k="21" />
<hkern u1="F" u2="&#xf3;" k="21" />
<hkern u1="F" u2="&#xf2;" k="21" />
<hkern u1="F" u2="&#xeb;" k="21" />
<hkern u1="F" u2="&#xea;" k="21" />
<hkern u1="F" u2="&#xe9;" k="21" />
<hkern u1="F" u2="&#xe8;" k="21" />
<hkern u1="F" u2="&#xe7;" k="21" />
<hkern u1="F" u2="&#xe5;" k="34" />
<hkern u1="F" u2="&#xe4;" k="34" />
<hkern u1="F" u2="&#xe3;" k="34" />
<hkern u1="F" u2="&#xe2;" k="34" />
<hkern u1="F" u2="&#xe1;" k="34" />
<hkern u1="F" u2="&#xe0;" k="34" />
<hkern u1="F" u2="&#xc5;" k="59" />
<hkern u1="F" u2="&#xc4;" k="59" />
<hkern u1="F" u2="&#xc3;" k="59" />
<hkern u1="F" u2="&#xc2;" k="59" />
<hkern u1="F" u2="&#xc1;" k="59" />
<hkern u1="F" u2="&#xc0;" k="59" />
<hkern u1="F" u2="y" k="24" />
<hkern u1="F" u2="v" k="24" />
<hkern u1="F" u2="u" k="22" />
<hkern u1="F" u2="r" k="26" />
<hkern u1="F" u2="q" k="21" />
<hkern u1="F" u2="o" k="21" />
<hkern u1="F" u2="g" k="21" />
<hkern u1="F" u2="e" k="21" />
<hkern u1="F" u2="d" k="21" />
<hkern u1="F" u2="c" k="21" />
<hkern u1="F" u2="a" k="34" />
<hkern u1="F" u2="T" k="-20" />
<hkern u1="F" u2="A" k="59" />
<hkern u1="F" u2="&#x3a;" k="273" />
<hkern u1="F" u2="&#x2e;" k="273" />
<hkern u1="F" u2="&#x2c;" k="273" />
<hkern u1="K" u2="w" k="63" />
<hkern u1="L" u2="w" k="52" />
<hkern u1="O" u2="&#xc6;" k="33" />
<hkern u1="P" u2="&#xc6;" k="293" />
<hkern u1="P" u2="t" k="-14" />
<hkern u1="Q" u2="&#x178;" k="35" />
<hkern u1="Q" u2="&#xdd;" k="35" />
<hkern u1="Q" u2="Y" k="35" />
<hkern u1="Q" u2="W" k="20" />
<hkern u1="Q" u2="V" k="28" />
<hkern u1="Q" u2="T" k="33" />
<hkern u1="R" u2="&#x178;" k="48" />
<hkern u1="R" u2="&#xdd;" k="48" />
<hkern u1="R" u2="Y" k="48" />
<hkern u1="R" u2="V" k="19" />
<hkern u1="R" u2="T" k="50" />
<hkern u1="T" u2="&#xf8;" k="95" />
<hkern u1="T" u2="&#xe6;" k="84" />
<hkern u1="T" u2="&#xc6;" k="188" />
<hkern u1="T" u2="&#xbb;" k="147" />
<hkern u1="T" u2="&#xab;" k="151" />
<hkern u1="T" u2="w" k="47" />
<hkern u1="T" u2="r" k="65" />
<hkern u1="V" u2="&#x7d;" k="-19" />
<hkern u1="V" u2="r" k="30" />
<hkern u1="V" u2="]" k="-17" />
<hkern u1="V" u2="&#x29;" k="-20" />
<hkern u1="W" u2="&#x7d;" k="-14" />
<hkern u1="W" u2="r" k="21" />
<hkern u1="W" u2="]" k="-12" />
<hkern u1="W" u2="&#x29;" k="-15" />
<hkern u1="Y" u2="&#x2022;" k="45" />
<hkern u1="Y" u2="&#xf8;" k="64" />
<hkern u1="Y" u2="&#xe6;" k="63" />
<hkern u1="Y" u2="&#xc6;" k="96" />
<hkern u1="Y" u2="&#xbb;" k="51" />
<hkern u1="Y" u2="&#xab;" k="82" />
<hkern u1="Y" u2="&#x7d;" k="-19" />
<hkern u1="Y" u2="t" k="22" />
<hkern u1="Y" u2="r" k="40" />
<hkern u1="Y" u2="f" k="22" />
<hkern u1="Y" u2="]" k="-18" />
<hkern u1="Y" u2="&#x2a;" k="49" />
<hkern u1="Y" u2="&#x29;" k="-20" />
<hkern u1="Y" u2="&#x26;" k="30" />
<hkern u1="Z" u2="w" k="27" />
<hkern u1="[" u2="&#xdc;" k="18" />
<hkern u1="[" u2="&#xdb;" k="18" />
<hkern u1="[" u2="&#xda;" k="18" />
<hkern u1="[" u2="&#xd9;" k="18" />
<hkern u1="[" u2="U" k="18" />
<hkern u1="[" u2="J" k="18" />
<hkern u1="f" u2="&#x201d;" k="-16" />
<hkern u1="f" u2="&#x201c;" k="-16" />
<hkern u1="f" u2="&#x2019;" k="-16" />
<hkern u1="f" u2="&#x2018;" k="-16" />
<hkern u1="f" u2="&#x153;" k="24" />
<hkern u1="f" u2="&#xeb;" k="24" />
<hkern u1="f" u2="&#xea;" k="24" />
<hkern u1="f" u2="&#xe9;" k="24" />
<hkern u1="f" u2="&#xe8;" k="24" />
<hkern u1="f" u2="&#xe7;" k="24" />
<hkern u1="f" u2="&#x7d;" k="-19" />
<hkern u1="f" u2="q" k="24" />
<hkern u1="f" u2="g" k="24" />
<hkern u1="f" u2="e" k="24" />
<hkern u1="f" u2="d" k="24" />
<hkern u1="f" u2="c" k="24" />
<hkern u1="f" u2="]" k="-18" />
<hkern u1="f" u2="&#x29;" k="-20" />
<hkern u1="f" u2="&#x27;" k="-16" />
<hkern u1="f" u2="&#x22;" k="-16" />
<hkern u1="k" u2="&#x153;" k="20" />
<hkern u1="k" u2="&#xeb;" k="20" />
<hkern u1="k" u2="&#xea;" k="20" />
<hkern u1="k" u2="&#xe9;" k="20" />
<hkern u1="k" u2="&#xe8;" k="20" />
<hkern u1="k" u2="&#xe7;" k="20" />
<hkern u1="k" u2="q" k="20" />
<hkern u1="k" u2="g" k="20" />
<hkern u1="k" u2="e" k="20" />
<hkern u1="k" u2="d" k="20" />
<hkern u1="k" u2="c" k="20" />
<hkern u1="r" u2="w" k="-17" />
<hkern u1="r" u2="t" k="-17" />
<hkern u1="r" u2="f" k="-15" />
<hkern u1="v" u2="f" k="-13" />
<hkern u1="w" u2="&#x2026;" k="124" />
<hkern u1="w" u2="&#x201e;" k="124" />
<hkern u1="w" u2="&#x201a;" k="124" />
<hkern u1="w" u2="&#x3a;" k="124" />
<hkern u1="w" u2="&#x2e;" k="124" />
<hkern u1="w" u2="&#x2c;" k="124" />
<hkern u1="y" u2="f" k="-13" />
<hkern u1="&#x7b;" u2="&#xdc;" k="20" />
<hkern u1="&#x7b;" u2="&#xdb;" k="20" />
<hkern u1="&#x7b;" u2="&#xda;" k="20" />
<hkern u1="&#x7b;" u2="&#xd9;" k="20" />
<hkern u1="&#x7b;" u2="U" k="20" />
<hkern u1="&#x7b;" u2="J" k="20" />
<hkern u1="&#xc0;" u2="w" k="33" />
<hkern u1="&#xc0;" u2="t" k="17" />
<hkern u1="&#xc0;" u2="&#x3f;" k="80" />
<hkern u1="&#xc1;" u2="w" k="33" />
<hkern u1="&#xc1;" u2="t" k="17" />
<hkern u1="&#xc1;" u2="&#x3f;" k="80" />
<hkern u1="&#xc2;" u2="w" k="33" />
<hkern u1="&#xc2;" u2="t" k="17" />
<hkern u1="&#xc2;" u2="&#x3f;" k="80" />
<hkern u1="&#xc3;" u2="w" k="33" />
<hkern u1="&#xc3;" u2="t" k="17" />
<hkern u1="&#xc3;" u2="&#x3f;" k="80" />
<hkern u1="&#xc4;" u2="w" k="33" />
<hkern u1="&#xc4;" u2="t" k="17" />
<hkern u1="&#xc4;" u2="&#x3f;" k="80" />
<hkern u1="&#xc5;" u2="w" k="33" />
<hkern u1="&#xc5;" u2="t" k="17" />
<hkern u1="&#xc5;" u2="&#x3f;" k="80" />
<hkern u1="&#xc7;" u2="&#x7d;" k="17" />
<hkern u1="&#xc7;" u2="]" k="12" />
<hkern u1="&#xc7;" u2="&#x29;" k="26" />
<hkern u1="&#xc8;" u2="w" k="22" />
<hkern u1="&#xc8;" u2="f" k="18" />
<hkern u1="&#xc9;" u2="w" k="22" />
<hkern u1="&#xc9;" u2="f" k="18" />
<hkern u1="&#xca;" u2="w" k="22" />
<hkern u1="&#xca;" u2="f" k="18" />
<hkern u1="&#xcb;" u2="w" k="22" />
<hkern u1="&#xcb;" u2="f" k="18" />
<hkern u1="&#xd0;" u2="&#xc6;" k="33" />
<hkern u1="&#xd2;" u2="&#xc6;" k="33" />
<hkern u1="&#xd3;" u2="&#xc6;" k="33" />
<hkern u1="&#xd4;" u2="&#xc6;" k="33" />
<hkern u1="&#xd5;" u2="&#xc6;" k="33" />
<hkern u1="&#xd6;" u2="&#xc6;" k="33" />
<hkern u1="&#xdd;" u2="&#x2022;" k="45" />
<hkern u1="&#xdd;" u2="&#xf8;" k="64" />
<hkern u1="&#xdd;" u2="&#xe6;" k="63" />
<hkern u1="&#xdd;" u2="&#xc6;" k="96" />
<hkern u1="&#xdd;" u2="&#xbb;" k="51" />
<hkern u1="&#xdd;" u2="&#xab;" k="82" />
<hkern u1="&#xdd;" u2="&#x7d;" k="-19" />
<hkern u1="&#xdd;" u2="t" k="22" />
<hkern u1="&#xdd;" u2="r" k="40" />
<hkern u1="&#xdd;" u2="f" k="22" />
<hkern u1="&#xdd;" u2="]" k="-18" />
<hkern u1="&#xdd;" u2="&#x2a;" k="49" />
<hkern u1="&#xdd;" u2="&#x29;" k="-20" />
<hkern u1="&#xdd;" u2="&#x26;" k="30" />
<hkern u1="&#xfd;" u2="f" k="-13" />
<hkern u1="&#xff;" u2="f" k="-13" />
<hkern u1="&#x178;" u2="&#x2022;" k="45" />
<hkern u1="&#x178;" u2="&#xf8;" k="64" />
<hkern u1="&#x178;" u2="&#xe6;" k="63" />
<hkern u1="&#x178;" u2="&#xc6;" k="96" />
<hkern u1="&#x178;" u2="&#xbb;" k="51" />
<hkern u1="&#x178;" u2="&#xab;" k="82" />
<hkern u1="&#x178;" u2="&#x7d;" k="-19" />
<hkern u1="&#x178;" u2="t" k="22" />
<hkern u1="&#x178;" u2="r" k="40" />
<hkern u1="&#x178;" u2="f" k="22" />
<hkern u1="&#x178;" u2="]" k="-18" />
<hkern u1="&#x178;" u2="&#x2a;" k="49" />
<hkern u1="&#x178;" u2="&#x29;" k="-20" />
<hkern u1="&#x178;" u2="&#x26;" k="30" />
<hkern u1="&#x2018;" u2="w" k="-11" />
<hkern u1="&#x2019;" u2="w" k="-11" />
<hkern u1="&#x201c;" u2="w" k="-11" />
<hkern u1="&#x201d;" u2="w" k="-11" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="38" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="120" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="50" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="59" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="m,n,p,ntilde" k="20" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="90" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="s" k="91" />
<hkern g1="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="282" />
<hkern g1="B" g2="T" k="27" />
<hkern g1="B" g2="V" k="24" />
<hkern g1="B" g2="Y,Yacute,Ydieresis" k="55" />
<hkern g1="C,Ccedilla" g2="T" k="29" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="21" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="T" k="27" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="V" k="22" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Y,Yacute,Ydieresis" k="43" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="121" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="X" k="22" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Z" k="23" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="19" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="T" k="-20" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="17" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="v,y,yacute,ydieresis" k="26" />
<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-18" />
<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="T" k="29" />
<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="Y,Yacute,Ydieresis" k="28" />
<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="X" k="-17" />
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="22" />
<hkern g1="K" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" />
<hkern g1="K" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="27" />
<hkern g1="K" g2="u,ugrave,uacute,ucircumflex,udieresis" k="23" />
<hkern g1="K" g2="v,y,yacute,ydieresis" k="40" />
<hkern g1="K" g2="hyphen,uni00AD,endash,emdash" k="162" />
<hkern g1="K" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="31" />
<hkern g1="L" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="255" />
<hkern g1="L" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-19" />
<hkern g1="L" g2="T" k="206" />
<hkern g1="L" g2="V" k="205" />
<hkern g1="L" g2="Y,Yacute,Ydieresis" k="278" />
<hkern g1="L" g2="u,ugrave,uacute,ucircumflex,udieresis" k="14" />
<hkern g1="L" g2="v,y,yacute,ydieresis" k="123" />
<hkern g1="L" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="25" />
<hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="24" />
<hkern g1="L" g2="W" k="93" />
<hkern g1="P" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="177" />
<hkern g1="P" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="11" />
<hkern g1="P" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" />
<hkern g1="P" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="13" />
<hkern g1="P" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="402" />
<hkern g1="P" g2="X" k="50" />
<hkern g1="P" g2="Z" k="35" />
<hkern g1="P" g2="v,y,yacute,ydieresis" k="-15" />
<hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="108" />
<hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="83" />
<hkern g1="T" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="89" />
<hkern g1="T" g2="m,n,p,ntilde" k="89" />
<hkern g1="T" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="79" />
<hkern g1="T" g2="s" k="76" />
<hkern g1="T" g2="T" k="-16" />
<hkern g1="T" g2="V" k="-16" />
<hkern g1="T" g2="Y,Yacute,Ydieresis" k="-16" />
<hkern g1="T" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="257" />
<hkern g1="T" g2="u,ugrave,uacute,ucircumflex,udieresis" k="65" />
<hkern g1="T" g2="v,y,yacute,ydieresis" k="81" />
<hkern g1="T" g2="hyphen,uni00AD,endash,emdash" k="271" />
<hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="28" />
<hkern g1="T" g2="W" k="-15" />
<hkern g1="T" g2="S" k="16" />
<hkern g1="T" g2="x" k="77" />
<hkern g1="T" g2="z" k="60" />
<hkern g1="V" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="75" />
<hkern g1="V" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="46" />
<hkern g1="V" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="44" />
<hkern g1="V" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="46" />
<hkern g1="V" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="215" />
<hkern g1="V" g2="u,ugrave,uacute,ucircumflex,udieresis" k="28" />
<hkern g1="V" g2="v,y,yacute,ydieresis" k="11" />
<hkern g1="V" g2="hyphen,uni00AD,endash,emdash" k="154" />
<hkern g1="V" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="13" />
<hkern g1="W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="43" />
<hkern g1="W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="33" />
<hkern g1="W" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="31" />
<hkern g1="W" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="31" />
<hkern g1="W" g2="T" k="-14" />
<hkern g1="W" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="142" />
<hkern g1="W" g2="u,ugrave,uacute,ucircumflex,udieresis" k="19" />
<hkern g1="W" g2="hyphen,uni00AD,endash,emdash" k="60" />
<hkern g1="X" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" />
<hkern g1="X" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="21" />
<hkern g1="X" g2="V" k="-14" />
<hkern g1="X" g2="u,ugrave,uacute,ucircumflex,udieresis" k="21" />
<hkern g1="X" g2="v,y,yacute,ydieresis" k="31" />
<hkern g1="X" g2="hyphen,uni00AD,endash,emdash" k="153" />
<hkern g1="X" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="25" />
<hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="148" />
<hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="63" />
<hkern g1="Y,Yacute,Ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="65" />
<hkern g1="Y,Yacute,Ydieresis" g2="m,n,p,ntilde" k="40" />
<hkern g1="Y,Yacute,Ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="65" />
<hkern g1="Y,Yacute,Ydieresis" g2="s" k="58" />
<hkern g1="Y,Yacute,Ydieresis" g2="T" k="-17" />
<hkern g1="Y,Yacute,Ydieresis" g2="V" k="-18" />
<hkern g1="Y,Yacute,Ydieresis" g2="Y,Yacute,Ydieresis" k="-18" />
<hkern g1="Y,Yacute,Ydieresis" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="230" />
<hkern g1="Y,Yacute,Ydieresis" g2="X" k="-13" />
<hkern g1="Y,Yacute,Ydieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="39" />
<hkern g1="Y,Yacute,Ydieresis" g2="v,y,yacute,ydieresis" k="20" />
<hkern g1="Y,Yacute,Ydieresis" g2="hyphen,uni00AD,endash,emdash" k="150" />
<hkern g1="Y,Yacute,Ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="29" />
<hkern g1="Y,Yacute,Ydieresis" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="96" />
<hkern g1="Y,Yacute,Ydieresis" g2="W" k="-17" />
<hkern g1="Y,Yacute,Ydieresis" g2="S" k="16" />
<hkern g1="Y,Yacute,Ydieresis" g2="x" k="23" />
<hkern g1="Y,Yacute,Ydieresis" g2="z" k="30" />
<hkern g1="Y,Yacute,Ydieresis" g2="J" k="96" />
<hkern g1="Z" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-13" />
<hkern g1="Z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="21" />
<hkern g1="Z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="21" />
<hkern g1="Z" g2="u,ugrave,uacute,ucircumflex,udieresis" k="19" />
<hkern g1="Z" g2="v,y,yacute,ydieresis" k="27" />
<hkern g1="Z" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="26" />
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="17" />
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="v,y,yacute,ydieresis" k="15" />
<hkern g1="b,p,thorn" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="29" />
<hkern g1="b,p,thorn" g2="v,y,yacute,ydieresis" k="11" />
<hkern g1="b,p,thorn" g2="x" k="15" />
<hkern g1="b,p,thorn" g2="z" k="15" />
<hkern g1="c,ccedilla" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="11" />
<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="14" />
<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="v,y,yacute,ydieresis" k="13" />
<hkern g1="h,m,n,ntilde" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="16" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="20" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="v,y,yacute,ydieresis" k="15" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="x" k="21" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="z" k="16" />
<hkern g1="r" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-16" />
<hkern g1="r" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" />
<hkern g1="r" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="20" />
<hkern g1="r" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="172" />
<hkern g1="r" g2="v,y,yacute,ydieresis" k="-18" />
<hkern g1="v,y,yacute,ydieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-15" />
<hkern g1="v,y,yacute,ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="15" />
<hkern g1="v,y,yacute,ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" />
<hkern g1="v,y,yacute,ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="15" />
<hkern g1="v,y,yacute,ydieresis" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="165" />
<hkern g1="x" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="20" />
<hkern g1="x" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="39" />
<hkern g1="z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="16" />
<hkern g1="z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="16" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 74 KiB

View File

@@ -0,0 +1,39 @@
var gulp = require('gulp');
var sass = require('gulp-sass');
var cleancss = require('gulp-clean-css');
var csscomb = require('gulp-csscomb');
var rename = require('gulp-rename');
var autoprefixer = require('gulp-autoprefixer');
var sourcemaps = require('gulp-sourcemaps');
// configure the paths
var watch_dir = './scss/**/*.scss';
var src_dir = './scss/*.scss';
var dest_dir = './css-compiled';
var paths = {
source: src_dir
};
gulp.task('watch', function() {
gulp.watch(watch_dir, ['build']);
});
gulp.task('build', function() {
gulp.src(paths.source)
.pipe(sourcemaps.init())
.pipe(sass({outputStyle: 'compact', precision: 10})
.on('error', sass.logError)
)
.pipe(sourcemaps.write())
.pipe(autoprefixer())
.pipe(gulp.dest(dest_dir))
.pipe(csscomb())
.pipe(cleancss())
.pipe(rename({
suffix: '.min'
}))
.pipe(gulp.dest(dest_dir));
});
gulp.task('default', ['build']);

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@@ -0,0 +1,418 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="100"
height="100"
viewBox="0 0 26.458333 26.458334"
version="1.1"
id="svg1809"
inkscape:version="0.92.2 2405546, 2018-03-11"
sodipodi:docname="logo.svg">
<defs
id="defs1803" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.979899"
inkscape:cx="83.406386"
inkscape:cy="46.064961"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
inkscape:window-width="1920"
inkscape:window-height="1051"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1" />
<metadata
id="metadata1806">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-270.54165)">
<g
style="enable-background:new"
id="g5670"
transform="matrix(0.14190382,0,0,-0.14190382,-38.853023,605.69994)">
<g
style="stroke:none"
transform="matrix(1.7009895,0,0,1.7009895,-1366.5207,1360.9077)"
id="g2806">
<g
style="stroke:none"
id="g1050"
transform="translate(1019.124,493.489)">
<path
d="m 0,0 2.679,4.14 6.574,-0.366 3.288,-1.826 4.87,0.487 2.192,1.096 3.531,0.365 L 26.908,3.044 29.222,0 16.193,-14.61 c 0,0 -2.226,-0.109 -3.287,0.06 C 9.022,-10.21 0,0 0,0"
style="fill:#8d2815;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path1052"
inkscape:connector-curvature="0" />
</g>
<g
style="stroke:none"
id="g1054"
transform="translate(1017.0537,509.6828)">
<path
d="m 0,0 -0.061,-8.219 4.323,-4.931 6.331,-0.121 2.923,-1.583 3.165,-0.244 h 3.044 l 2.921,1.704 6.333,0.244 4.382,4.992 -0.122,8.219 -7.914,-2.557 -1.947,-6.595 -14.611,6.412 z"
style="fill:#ffd854;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path1056"
inkscape:connector-curvature="0" />
</g>
<g
style="stroke:none"
id="g1058"
transform="translate(984.1797,565.6906)">
<path
d="M 0,0 -4.018,10.836 3.044,22.768 17.655,20.698 27.314,4.059 15.098,17.167 5.297,16.802 -0.608,9.619 Z"
style="fill:#ffd854;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path1060"
inkscape:connector-curvature="0" />
</g>
<g
style="stroke:none"
id="g1062"
transform="translate(989.4766,582.4929)">
<path
d="m 0,0 5.966,-21.673 16.052,8.929 -11.973,13.84 z"
style="fill:#964587;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path1064"
inkscape:connector-curvature="0" />
</g>
<g
style="stroke:none"
id="g1066"
transform="translate(991.7285,576.1613)">
<path
d="m 0,0 -4.87,-20.089 8.584,4.748 z"
style="fill:#8d2815;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path1068"
inkscape:connector-curvature="0" />
</g>
<g
style="stroke:none"
id="g1070"
transform="translate(1013.8887,568.1257)">
<path
d="M 0,0 21.429,-3.409 37.744,-0.73 21.186,-9.619 Z"
style="fill:#f39655;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path1072"
inkscape:connector-curvature="0" />
</g>
<g
style="stroke:none"
id="g1074"
transform="translate(1001.835,540.2433)">
<path
d="M 0,0 10.228,11.932 21.794,12.541 25.39,6.988 10.896,7.427 Z"
style="fill:#fff59b;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path1076"
inkscape:connector-curvature="0" />
</g>
<g
style="stroke:none"
id="g1078"
transform="translate(1043.7188,552.6628)">
<path
d="M 0,0 11.566,-0.122 22.281,-12.541 11.019,-4.992 -3.452,-5.421 Z"
style="fill:#fff59b;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path1080"
inkscape:connector-curvature="0" />
</g>
<g
style="stroke:none"
id="g1082"
transform="translate(1027.2246,547.2316)">
<path
d="M 0,0 3.247,-7.376 -7.005,-11.98 Z"
style="fill:#ffd854;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path1084"
inkscape:connector-curvature="0" />
</g>
<g
style="stroke:none"
id="g1086"
transform="translate(1040.2666,547.2414)">
<path
d="M 0,0 6.861,-12.051 -3.29,-7.503 Z"
style="fill:#ffd854;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path1088"
inkscape:connector-curvature="0" />
</g>
<g
style="stroke:none"
id="g1090"
transform="translate(1003.417,541.3391)">
<path
d="m 0,0 5.236,-14.489 8.685,-3.977 2.882,12.379 7.005,11.98 -14.494,0.439 z"
style="fill:#bd9a84;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path1092"
inkscape:connector-curvature="0" />
</g>
<g
style="stroke:none"
id="g1094"
transform="translate(1040.2666,547.2414)">
<path
d="M 0,0 14.471,0.429 23.785,-5.78 18.428,-20.391 9.723,-24.227 6.861,-12.051 Z"
style="fill:#bd9a84;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path1096"
inkscape:connector-curvature="0" />
</g>
<g
style="stroke:none"
id="g1098"
transform="translate(1024.8467,543.8962)">
<path
d="m 0,0 -3.896,-2.191 -5.114,1.217 -4.018,-4.261 0.852,-4.627 4.018,1.339 z"
style="fill:#1d1d1b;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path1100"
inkscape:connector-curvature="0" />
</g>
<g
style="stroke:none"
id="g1102"
transform="translate(1016.4453,541.5827)">
<path
d="m 0,0 4.383,-1.705 -4.14,-4.504 -2.922,-0.366 -0.487,3.044 z"
style="fill:#4a4949;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path1104"
inkscape:connector-curvature="0" />
</g>
<g
style="stroke:none"
id="g1106"
transform="translate(1017.2979,540.1218)">
<path
d="M 0,0 2.313,-0.609 0.486,-1.826 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path1108"
inkscape:connector-curvature="0" />
</g>
<g
style="stroke:none"
id="g1110"
transform="translate(1042.623,543.7746)">
<path
d="m 0,0 4.018,-2.192 5.114,1.218 3.895,-4.262 -0.973,-4.261 -3.957,1.217 z"
style="fill:#1d1d1b;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path1112"
inkscape:connector-curvature="0" />
</g>
<g
style="stroke:none"
id="g1114"
transform="translate(1046.5186,539.7565)">
<path
d="M 0,0 4.627,1.826 7.793,-1.705 7.306,-4.749 4.201,-4.262 Z"
style="fill:#4a4949;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path1116"
inkscape:connector-curvature="0" />
</g>
<g
style="stroke:none"
id="g1118"
transform="translate(1047.8584,539.5129)">
<path
d="M 0,0 2.313,0.609 1.948,-1.096 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path1120"
inkscape:connector-curvature="0" />
</g>
<g
style="stroke:none"
id="g1122"
transform="translate(1011.4941,569.7492)">
<path
d="m 0,0 -16.66,-24.879 -6.88,-35.431 14.489,-19.846 -24.717,16.437 11.568,42.615 z"
style="fill:#d66e22;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path1124"
inkscape:connector-curvature="0" />
</g>
<g
style="stroke:none"
id="g1126"
transform="translate(986.4932,547.0617)">
<path
d="m 0,0 -11.201,-37.744 -4.87,8.766 z"
style="fill:#fff59b;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path1128"
inkscape:connector-curvature="0" />
</g>
<g
style="stroke:none"
id="g1130"
transform="translate(994.834,544.8703)">
<path
d="m 0,0 9.07,-34.64 28.126,-31.291 -44.076,30.5 z"
style="fill:#fff59b;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path1132"
inkscape:connector-curvature="0" />
</g>
<g
style="stroke:none"
id="g1134"
transform="translate(998.3496,531.527)">
<path
d="M 0,0 18.988,-8.654 18.644,-30.063 5.555,-21.296 Z"
style="fill:#e8318a;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path1136"
inkscape:connector-curvature="0" />
</g>
<g
style="stroke:none"
id="g1138"
transform="translate(1020.2197,535.2516)">
<path
d="m 0,0 2.638,-20.78 2.354,-7.346 -8.158,2.557 0.284,13.19 z"
style="fill:#f39655;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path1140"
inkscape:connector-curvature="0" />
</g>
<g
style="stroke:none"
id="g1142"
transform="translate(1047.1279,535.1906)">
<path
d="m 0,0 2.861,-12.176 0.304,-13.271 -7.914,-2.557 2.11,7.204 z"
style="fill:#f39655;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path1144"
inkscape:connector-curvature="0" />
</g>
<g
style="stroke:none"
id="g1146"
transform="translate(981.0146,500.551)">
<path
d="M 0,0 19.724,-12.784 9.131,-13.88 Z"
style="fill:#f39655;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path1148"
inkscape:connector-curvature="0" />
</g>
<g
style="stroke:none"
id="g1150"
transform="translate(976.5088,502.134)">
<path
d="m 0,0 6.088,-9.497 -9.253,-7.184 z"
style="fill:#bd9a84;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path1152"
inkscape:connector-curvature="0" />
</g>
<g
style="stroke:none"
id="g1154"
transform="translate(971.5176,480.5827)">
<path
d="M 0,0 8.279,6.697 7.305,-0.243 Z"
style="fill:#e8318a;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path1156"
inkscape:connector-curvature="0" />
</g>
<g
style="stroke:none"
id="g1158"
transform="translate(1022.0459,520.5598)">
<path
d="M 0,0 5.053,7.386 11.628,8.969 18.203,7.204 23.215,0 22.687,-1.015 16.519,3.206 11.648,3.896 6.778,3.206 0.934,-0.893 Z"
style="fill:#797fbc;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path1160"
inkscape:connector-curvature="0" />
</g>
<g
style="stroke:none"
id="g1162"
transform="translate(1022.0459,520.5598)">
<path
d="m 0,0 0.812,-6.088 4.789,-5.763 2.922,-0.913 1.461,-5.91 1.583,0.491 1.847,-0.473 1.501,5.77 2.618,0.548 4.91,6.169 L 23.215,0 22.687,-1.015 16.519,3.206 11.648,3.896 6.778,3.206 0.934,-0.893 Z"
style="fill:#595fa8;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path1164"
inkscape:connector-curvature="0" />
</g>
<g
style="stroke:none"
id="g1166"
transform="translate(1022.8574,514.4719)">
<path
d="m 0,0 4.241,-14.042 5.54,-3.41 c 0,0 1.076,0.432 2.071,0 1.579,0.828 3.652,2.192 3.652,2.192 l 2.07,1.38 4.058,13.799 -4.91,-6.169 -2.618,-0.548 -1.648,-6.062 -1.457,0.158 -1.826,0.116 -1.461,5.91 -2.923,0.913 z"
style="fill:#964587;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path1168"
inkscape:connector-curvature="0" />
</g>
<g
style="stroke:none"
id="g1170"
transform="translate(1021.4375,501.2815)">
<path
d="m 0,0 0.365,-0.974 5.844,-1.461 6.088,1.096 5.966,-1.218 5.844,1.705 L 24.473,0 18.994,-0.69 12.176,1.096 5.661,-0.852 Z"
style="fill:#1d1d1b;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path1172"
inkscape:connector-curvature="0" />
</g>
<g
style="stroke:none"
id="g1174"
transform="translate(1033.8564,541.7048)">
<path
d="m 0,0 13.271,-6.514 -1.867,-14.631 -5.011,7.204 -6.576,1.765 -6.575,-1.583 -5.053,-7.386 -1.826,14.692 z"
style="fill:#fff59b;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path1176"
inkscape:connector-curvature="0" />
</g>
<g
style="stroke:none"
id="g1178"
transform="translate(1022.9795,519.6667)">
<path
d="m 0,0 2.598,-5.114 4.992,0.244 1.582,-5.236 1.583,-1.705 1.461,1.583 1.827,5.479 4.991,-0.486 2.72,5.113 -6.169,4.221 -4.87,0.69 -4.87,-0.69 z"
style="fill:#0f265c;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path1180"
inkscape:connector-curvature="0" />
</g>
<g
style="stroke:none"
id="g1182"
transform="translate(1029.3516,523.1974)">
<path
d="m 0,0 2.191,-0.487 0.731,-6.575 -6.453,-1.096 -2.314,4.14 z"
style="fill:#1d1d1b;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path1184"
inkscape:connector-curvature="0" />
</g>
<g
style="stroke:none"
id="g1186"
transform="translate(1035.9258,522.5891)">
<path
d="M 0,0 2.313,0.608 8.036,-3.166 5.723,-7.549 -0.73,-6.332 Z"
style="fill:#1d1d1b;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path1188"
inkscape:connector-curvature="0" />
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -0,0 +1 @@
!function t(e,n,r){function o(s,u){if(!n[s]){if(!e[s]){var l="function"==typeof require&&require;if(!u&&l)return l(s,!0);if(i)return i(s,!0);var a=new Error("Cannot find module '"+s+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[s]={exports:{}};e[s][0].call(p.exports,function(t){var n=e[s][1][t];return o(n?n:t)},p,p.exports,t,e,n,r)}return n[s].exports}for(var i="function"==typeof require&&require,s=0;s<r.length;s++)o(r[s]);return o}({1:[function(t,e,n){var r,o=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)};!function(t){function e(t){return[].slice.call(t)}function n(t,e,n){if(window.CustomEvent)var r=new CustomEvent(e,{detail:n});else{var r=document.createEvent("CustomEvent");r.initCustomEvent(e,!0,!0,n)}return t.dispatchEvent(r)}var r={rulerClassName:"bricklayer-column-sizer",columnClassName:"bricklayer-column"},i=function(){function t(t){this.element=document.createElement("div"),this.element.className=t}return t.prototype.destroy=function(){this.element.parentNode.removeChild(this.element)},t}(),s=function(t){function e(){t.apply(this,arguments)}return o(e,t),e.prototype.getWidth=function(){this.element.setAttribute("style","\n display: block;\n visibility: hidden !important;\n top: -1000px !important;\n ");var t=this.element.offsetWidth;return this.element.removeAttribute("style"),t},e}(i),u=function(t){function e(){t.apply(this,arguments)}return o(e,t),e}(i),l=function(){function t(t,e){void 0===e&&(e=r),this.element=t,this.options=e,this.build(),this.buildResponsive()}return t.prototype.append=function(t){var n=this;if(Array.isArray(t))return void t.forEach(function(t){return n.append(t)});var r=this.findMinHeightColumn();this.elements=e(this.elements).concat([t]),this.applyPosition("append",r,t)},t.prototype.prepend=function(t){var n=this;if(Array.isArray(t))return void t.forEach(function(t){return n.prepend(t)});var r=this.findMinHeightColumn();this.elements=[t].concat(e(this.elements)),this.applyPosition("prepend",r,t)},t.prototype.on=function(t,e){return this.element.addEventListener("bricklayer."+t,e),this},t.prototype.redraw=function(){var t=this.columnCount;this.checkColumnCount(!1),this.reorderElements(t),n(this.element,"bricklayer.redraw",{columnCount:t})},t.prototype.destroy=function(){var t=this;this.ruler.destroy(),e(this.elements).forEach(function(e){return t.element.appendChild(e)}),e(this.getColumns()).forEach(function(t){return t.parentNode.removeChild(t)}),n(this.element,"bricklayer.destroy",{})},t.prototype.build=function(){this.ruler=new s(this.options.rulerClassName),this.elements=this.getElementsInOrder(),this.element.insertBefore(this.ruler.element,this.element.firstChild)},t.prototype.buildResponsive=function(){var t=this;window.addEventListener("resize",function(e){return t.checkColumnCount()}),this.checkColumnCount(),this.on("breakpoint",function(e){return t.reorderElements(e.detail.columnCount)}),this.columnCount>=1&&this.reorderElements(this.columnCount)},t.prototype.getColumns=function(){return this.element.querySelectorAll(":scope > ."+this.options.columnClassName)},t.prototype.findMinHeightColumn=function(){var t=e(this.getColumns()),n=t.map(function(t){return t.offsetHeight}),r=Math.min.apply(null,n);return t[n.indexOf(r)]},t.prototype.getElementsInOrder=function(){return this.element.querySelectorAll(":scope > *:not(."+this.options.columnClassName+"):not(."+this.options.rulerClassName+")")},t.prototype.checkColumnCount=function(t){void 0===t&&(t=!0);var e=this.getColumnCount();this.columnCount!==e&&(t&&n(this.element,"bricklayer.breakpoint",{columnCount:e}),this.columnCount=e)},t.prototype.reorderElements=function(t){var n=this;void 0===t&&(t=1),(t==1/0||1>t)&&(t=1);for(var r=e(this.elements).map(function(t){var e=t.parentNode?t.parentNode.removeChild(t):t;return e}),o=this.getColumns(),i=0;i<o.length;i++)o[i].parentNode.removeChild(o[i]);for(var i=0;t>i;i++){var s=new u(this.options.columnClassName).element;this.element.appendChild(s)}r.forEach(function(t){var e=n.findMinHeightColumn();e.appendChild(t)})},t.prototype.getColumnCount=function(){var t=this.element.offsetWidth,e=this.ruler.getWidth();return Math.round(t/e)},t.prototype.applyPosition=function(t,e,r){var o=this,i=function(i){var s=i+t.charAt(0).toUpperCase()+t.substr(1);n(o.element,"bricklayer."+s,{item:r,column:e})};switch(i("before"),t){case"append":e.appendChild(r);break;case"prepend":e.insertBefore(r,e.firstChild)}i("after")},t}();t.Container=l}(r||(r={})),function(t,n){"function"==typeof define&&define.amd?define(function(){return n()}):"undefined"!=typeof window&&t===window?t.Bricklayer=n():"object"==typeof e&&e.exports&&(e.exports=n())}("undefined"!=typeof window?window:this,function(){return r.Container})},{}]},{},[1]);

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,87 @@
/*
treeMenu - jQuery plugin
version: 0.6
Copyright 2014 Stepan Krapivin
*/
(function($){
$.fn.treemenu = function(options) {
options = options || {};
options.delay = options.delay || 0;
options.openActive = options.openActive || false;
options.closeOther = options.closeOther || false;
options.activeSelector = options.activeSelector || ".active";
this.addClass("treemenu");
if (!options.nonroot) {
this.addClass("treemenu-root");
}
options.nonroot = true;
this.find("> li").each(function() {
e = $(this);
var subtree = e.find('> ul');
var button = e.find('.toggler').eq(0);
if(button.length == 0) {
// create toggler
var button = $('<span>');
button.addClass('toggler');
e.prepend(button);
}
if(subtree.length > 0) {
subtree.hide();
e.addClass('tree-closed');
e.find(button).click(function() {
var li = $(this).parent('li');
if (options.closeOther && li.hasClass('tree-closed')) {
var siblings = li.parent('ul').find("li:not(.tree-empty)");
siblings.removeClass("tree-opened");
siblings.addClass("tree-closed");
siblings.removeClass(options.activeSelector);
siblings.find('> ul').slideUp(options.delay);
}
li.find('> ul').slideToggle(options.delay);
li.toggleClass('tree-opened');
li.toggleClass('tree-closed');
li.toggleClass(options.activeSelector);
});
$(this).find('> ul').treemenu(options);
} else {
$(this).addClass('tree-empty');
}
});
if (options.openActive) {
var cls = this.attr("class");
this.find(options.activeSelector).each(function(){
var el = $(this).parent();
while (el.attr("class") !== cls) {
el.find('> ul').show();
if(el.prop("tagName") === 'UL') {
el.show();
} else if (el.prop("tagName") === 'LI') {
el.removeClass('tree-closed');
el.addClass("tree-opened");
el.show();
}
el = el.parent();
}
});
}
return this;
}
})(jQuery);

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,9 @@
/* scopeQuerySelectorShim.js
*
* Copyright (C) 2015 Larry Davis
* All rights reserved.
*
* This software may be modified and distributed under the terms
* of the BSD license. See the LICENSE file for details.
*/
!function(){function a(a,c){var e=a[c];a[c]=function(a){var c,f=!1,g=!1;return a.match(d)?(a=a.replace(d,""),this.parentNode||(b.appendChild(this),g=!0),parentNode=this.parentNode,this.id||(this.id="rootedQuerySelector_id_"+(new Date).getTime(),f=!0),c=e.call(parentNode,"#"+this.id+" "+a),f&&(this.id=""),g&&b.removeChild(this),c):e.call(this,a)}}if(!HTMLElement.prototype.querySelectorAll)throw new Error("rootedQuerySelectorAll: This polyfill can only be used with browsers that support querySelectorAll");var b=document.createElement("div");try{b.querySelectorAll(":scope *")}catch(c){var d=/^\s*:scope/gi;a(HTMLElement.prototype,"querySelector"),a(HTMLElement.prototype,"querySelectorAll")}}();

View File

@@ -0,0 +1,90 @@
function jcarousel() {
$('.owl-carousel').owlCarousel({
margin:40,
loop:true,
autoWidth:true,
items:8,
nav: true
});
}
function scrollHeader() {
var $Header = $('header .title');
$(window).scroll(function() {
var scroll = $(window).scrollTop();
if (scroll >= 10) {
$Header.addClass("Hc");
} else {
$Header.removeClass("Hc");
}
});
}
function open() {
var $pk = $('.why_lsdo > h3');
var $answer = $('.why_lsdo ');
$pk.click(function() {
if ($('.why_lsdo').hasClass('open')){
$('.why_lsdo').removeClass('open');
$('.why_lsdo').addClass('close');
} else {
$('.why_lsdo').removeClass('close');
$('.why_lsdo').addClass('open');
}
});
}
function scrollbar() {
$(window).on("load",function(){
$(".col-12").mCustomScrollbar();
});
}
function scrollNav() {
$('.navbar a').click(function(){
//Toggle Class
$(".active").removeClass("active");
$(this).closest('li').addClass("active");
var theClass = $(this).attr("class");
// $('.'+theClass).parent('li').addClass('active');
//Animate
$('html, body').stop().animate({
scrollTop: $( $(this).attr('href') ).offset().top - 140
}, 400);
return false;
});
$('.scrollTop a').scrollTop();
}
function navFooter() {
var $Fs = $('footer section');
$Fs.hide();
$('footer a[href^="#"]').on('click', function(event) {
var target = $(this.getAttribute('href'));
if( target.length ) {
event.preventDefault();
target.slideToggle();
$('html, body').stop().animate({
scrollTop: target.offset().top
}, 1000);
}
});
}
jQuery(document).ready(function($){
scrollNav();
scrollHeader();
jcarousel();
open();
scrollbar();
navFooter();
});

View File

@@ -0,0 +1,8 @@
/**
* Single Page Nav Plugin
* Copyright (c) 2014 Chris Wojcik <hello@chriswojcik.net>
* Dual licensed under MIT and GPL.
* @author Chris Wojcik
* @version 1.2.0
*/
if(typeof Object.create!=="function"){Object.create=function(e){function t(){}t.prototype=e;return new t}}(function(e,t,n,r){"use strict";var i={init:function(n,r){this.options=e.extend({},e.fn.singlePageNav.defaults,n);this.container=r;this.$container=e(r);this.$links=this.$container.find("a");if(this.options.filter!==""){this.$links=this.$links.filter(this.options.filter)}this.$window=e(t);this.$htmlbody=e("html, body");this.$links.on("click.singlePageNav",e.proxy(this.handleClick,this));this.didScroll=false;this.checkPosition();this.setTimer()},handleClick:function(t){var n=this,r=t.currentTarget,i=e(r.hash);t.preventDefault();if(i.length){n.clearTimer();if(typeof n.options.beforeStart==="function"){n.options.beforeStart()}n.setActiveLink(r.hash);n.scrollTo(i,function(){if(n.options.updateHash&&history.pushState){history.pushState(null,null,r.hash)}n.setTimer();if(typeof n.options.onComplete==="function"){n.options.onComplete()}})}},scrollTo:function(e,t){var n=this;var r=n.getCoords(e).top;var i=false;n.$htmlbody.stop().animate({scrollTop:r},{duration:n.options.speed,easing:n.options.easing,complete:function(){if(typeof t==="function"&&!i){t()}i=true}})},setTimer:function(){var e=this;e.$window.on("scroll.singlePageNav",function(){e.didScroll=true});e.timer=setInterval(function(){if(e.didScroll){e.didScroll=false;e.checkPosition()}},250)},clearTimer:function(){clearInterval(this.timer);this.$window.off("scroll.singlePageNav");this.didScroll=false},checkPosition:function(){var e=this.$window.scrollTop();var t=this.getCurrentSection(e);this.setActiveLink(t)},getCoords:function(e){return{top:Math.round(e.offset().top)-this.options.offset}},setActiveLink:function(e){var t=this.$container.find("a[href$='"+e+"']");if(!t.hasClass(this.options.currentClass)){this.$links.removeClass(this.options.currentClass);t.addClass(this.options.currentClass)}},getCurrentSection:function(t){var n,r,i,s;for(n=0;n<this.$links.length;n++){r=this.$links[n].hash;if(e(r).length){i=this.getCoords(e(r));if(t>=i.top-this.options.threshold){s=r}}}return s||this.$links[0].hash}};e.fn.singlePageNav=function(e){return this.each(function(){var t=Object.create(i);t.init(e,this)})};e.fn.singlePageNav.defaults={offset:0,threshold:120,speed:400,currentClass:"current",easing:"swing",updateHash:false,filter:"",onComplete:false,beforeStart:false}})(jQuery,window,document);

View File

@@ -0,0 +1,59 @@
var isTouch = window.DocumentTouch && document instanceof DocumentTouch;
function scrollHeader() {
// Has scrolled class on header
var zvalue = $(document).scrollTop();
if ( zvalue > 75 )
$("#header").addClass("scrolled");
else
$("#header").removeClass("scrolled");
}
function parallaxBackground() {
$('.parallax').css('background-positionY', ($(window).scrollTop() * 0.3) + 'px');
}
jQuery(document).ready(function($){
scrollHeader();
// Scroll Events
if (!isTouch){
$(document).scroll(function() {
scrollHeader();
parallaxBackground();
});
};
// Touch scroll
$(document).on({
'touchmove': function(e) {
scrollHeader(); // Replace this with your code.
}
});
//Smooth scroll to start
$('#to-start').click(function(){
var start_y = $('#start').position().top;
var header_offset = 45;
window.scroll({ top: start_y - header_offset, left: 0, behavior: 'smooth' });
return false;
});
//Smooth scroll to top
$('#to-top').click(function(){
window.scroll({ top: 0, left: 0, behavior: 'smooth' });
return false;
});
// Responsive Menu
$('#toggle').click(function () {
$(this).toggleClass('active');
$('#overlay').toggleClass('open');
$('body').toggleClass('mobile-nav-open');
});
// Tree Menu
$(".tree").treemenu({delay:300});
});

View File

@@ -0,0 +1,6 @@
/*
* smoothscroll polyfill - v0.3.4
* https://iamdustan.github.io/smoothscroll
* 2016 (c) Dustan Kasten, Jeremias Menichelli - MIT License
*/
!function(o,t,l){"use strict";function e(){function e(o,t){this.scrollLeft=o,this.scrollTop=t}function r(o){return.5*(1-Math.cos(Math.PI*o))}function n(o){if("object"!=typeof o||null===o||o.behavior===l||"auto"===o.behavior||"instant"===o.behavior)return!0;if("object"==typeof o&&"smooth"===o.behavior)return!1;throw new TypeError("behavior not valid")}function c(l){var e,r,n;do l=l.parentNode,e=l===t.body,r=l.clientHeight<l.scrollHeight||l.clientWidth<l.scrollWidth,n="visible"===o.getComputedStyle(l,null).overflow;while(!e&&(!r||n));return e=r=n=null,l}function i(t){t.frame=o.requestAnimationFrame(i.bind(o,t));var l,e,n,c=u(),s=(c-t.startTime)/f;return s=s>1?1:s,l=r(s),e=t.startX+(t.x-t.startX)*l,n=t.startY+(t.y-t.startY)*l,t.method.call(t.scrollable,e,n),e===t.x&&n===t.y?void o.cancelAnimationFrame(t.frame):void 0}function s(l,r,n){var c,s,a,f,d,h=u();l===t.body?(c=o,s=o.scrollX||o.pageXOffset,a=o.scrollY||o.pageYOffset,f=p.scroll):(c=l,s=l.scrollLeft,a=l.scrollTop,f=e),d&&o.cancelAnimationFrame(d),i({scrollable:c,method:f,startTime:h,startX:s,startY:a,x:r,y:n,frame:d})}if(!("scrollBehavior"in t.documentElement.style)){var a=o.HTMLElement||o.Element,f=468,p={scroll:o.scroll||o.scrollTo,scrollBy:o.scrollBy,scrollIntoView:a.prototype.scrollIntoView},u=o.performance&&o.performance.now?o.performance.now.bind(o.performance):Date.now;o.scroll=o.scrollTo=function(){return n(arguments[0])?void p.scroll.call(o,arguments[0].left||arguments[0],arguments[0].top||arguments[1]):void s.call(o,t.body,~~arguments[0].left,~~arguments[0].top)},o.scrollBy=function(){return n(arguments[0])?void p.scrollBy.call(o,arguments[0].left||arguments[0],arguments[0].top||arguments[1]):void s.call(o,t.body,~~arguments[0].left+(o.scrollX||o.pageXOffset),~~arguments[0].top+(o.scrollY||o.pageYOffset))},a.prototype.scrollIntoView=function(){if(n(arguments[0]))return void p.scrollIntoView.call(this,arguments[0]||!0);var l=c(this),e=l.getBoundingClientRect(),r=this.getBoundingClientRect();l!==t.body?(s.call(this,l,l.scrollLeft+r.left-e.left,l.scrollTop+r.top-e.top),o.scrollBy({left:e.left,top:e.top,behavior:"smooth"})):o.scrollBy({left:r.left,top:r.top,behavior:"smooth"})}}}"object"==typeof exports?module.exports={polyfill:e}:e()}(window,document);

View File

@@ -0,0 +1,240 @@
en:
THEME_QUARK:
BLOG:
ITEM:
CONTINUE_READING: Continue reading...
NEXT_POST: Next Post
PREV_POST: Previous Post
SIDEBAR:
SIMPLE_SEARCH:
HEADLINE: Search
RELATED_POSTS:
HEADLINE: Related Posts
RANDOM_ARTICLE:
HEADLINE: Random Article
FEELING_LUCKY: I'm Feeling Lucky!
SOME_TEXT_WIDGET:
HEADLINE: Some Text Widget
POPULAR_TAGS:
HEADLINE: Popular Tags
ARCHIVES:
HEADLINE: Archives
SYNDICATE:
HEADLINE: Syndicate
de:
THEME_QUARK:
BLOG:
ITEM:
CONTINUE_READING: Weiterlesen...
NEXT_POST: Nächster Beitrag
PREV_POST: Vorheriger Beitrag
SIDEBAR:
SIMPLE_SEARCH:
HEADLINE: SimpleSearch
RELATED_POSTS:
HEADLINE: Ähnliche Beiträge
RANDOM_ARTICLE:
HEADLINE: Zufälliger Artikel
FEELING_LUCKY: Auf gut Glück!
SOME_TEXT_WIDGET:
HEADLINE: Text Widget Beispiel
POPULAR_TAGS:
HEADLINE: Häufigste Tags
ARCHIVES:
HEADLINE: Archiv
SYNDICATE:
HEADLINE: Abonnements
es:
THEME_QUARK:
BLOG:
ITEM:
CONTINUE_READING: Continuar leyendo...
NEXT_POST: Siguiente Entrada
PREV_POST: Entrada Anterior
SIDEBAR:
SIMPLE_SEARCH:
HEADLINE: Buscar
RELATED_POSTS:
HEADLINE: Entradas Relacionadas
RANDOM_ARTICLE:
HEADLINE: Artículo Aleatorio
FEELING_LUCKY: Voy a tener suerte!
SOME_TEXT_WIDGET:
HEADLINE: Algunos Widget de Texto
POPULAR_TAGS:
HEADLINE: Etiquetas Populares
ARCHIVES:
HEADLINE: Archivos
SYNDICATE:
HEADLINE: Distribuir
fr:
THEME_QUARK:
TRANSLATION_TEST: Quark !
BLOG:
ITEM:
CONTINUE_READING: Continuer la lecture...
NEXT_POST: Article suivant
PREV_POST: Article précédent
SIDEBAR:
SIMPLE_SEARCH:
HEADLINE: Recherche simple
RELATED_POSTS:
HEADLINE: Articles en relation
RANDOM_ARTICLE:
HEADLINE: Article aléatoire
FEELING_LUCKY: J'ai de la chance !
SOME_TEXT_WIDGET:
HEADLINE: Du texte gadget
POPULAR_TAGS:
HEADLINE: Tags populaires
ARCHIVES:
HEADLINE: Archives
SYNDICATE:
HEADLINE: Syndication
it:
THEME_QUARK:
BLOG:
ITEM:
CONTINUE_READING: Continua a leggere...
NEXT_POST: Prossimo articolo
PREV_POST: Articolo precedente
SIDEBAR:
SIMPLE_SEARCH:
HEADLINE: SimpleSearch
RELATED_POSTS:
HEADLINE: Articoli correlati
RANDOM_ARTICLE:
HEADLINE: Articolo a caso
FEELING_LUCKY: Mi sento fortunato!
SOME_TEXT_WIDGET:
HEADLINE: Widget di testo
POPULAR_TAGS:
HEADLINE: Tag popolari
ARCHIVES:
HEADLINE: Archivio
SYNDICATE:
HEADLINE: Feed
ro:
THEME_QUARK:
BLOG:
ITEM:
CONTINUE_READING: Mai multe...
NEXT_POST: Următorul articol
PREV_POST: Articolul anterior
SIDEBAR:
SIMPLE_SEARCH:
HEADLINE: Căutare
RELATED_POSTS:
HEADLINE: Articole corelate
RANDOM_ARTICLE:
HEADLINE: Articol aleator
FEELING_LUCKY: Mă simt norocos
SOME_TEXT_WIDGET:
HEADLINE: Text modular
POPULAR_TAGS:
HEADLINE: Etichete populare
ARCHIVES:
HEADLINE: Arhive
SYNDICATE:
HEADLINE: Abonați-vă
ru:
THEME_QUARK:
BLOG:
ITEM:
CONTINUE_READING: Читать далее...
NEXT_POST: Следующая запись
PREV_POST: Предыдущая запись
SIDEBAR:
SIMPLE_SEARCH:
HEADLINE: Поиск
RELATED_POSTS:
HEADLINE: Также читайте
RANDOM_ARTICLE:
HEADLINE: Случайная запись
FEELING_LUCKY: Мне повезёт!
SOME_TEXT_WIDGET:
HEADLINE: Текстовой виджет
POPULAR_TAGS:
HEADLINE: Популярные теги
ARCHIVES:
HEADLINE: Архив
SYNDICATE:
HEADLINE: Синдикация
uk:
THEME_QUARK:
BLOG:
ITEM:
CONTINUE_READING: Читати далі...
NEXT_POST: Наступний запис
PREV_POST: Попередній запис
SIDEBAR:
SIMPLE_SEARCH:
HEADLINE: Пошук
RELATED_POSTS:
HEADLINE: Також читайте
RANDOM_ARTICLE:
HEADLINE: Випадковий запис
FEELING_LUCKY: Мені пощастить!
SOME_TEXT_WIDGET:
HEADLINE: Текстовий віджет
POPULAR_TAGS:
HEADLINE: Популярні теги
ARCHIVES:
HEADLINE: Архів
SYNDICATE:
HEADLINE: Синдикація
hr:
THEME_QUARK:
BLOG:
ITEM:
CONTINUE_READING: Nastavi s čitanjem...
NEXT_POST: Slijedeća objava
PREV_POST: Prethodna objava
SIDEBAR:
SIMPLE_SEARCH:
HEADLINE: Pretraživanje
RELATED_POSTS:
HEADLINE: Povezane objave
RANDOM_ARTICLE:
HEADLINE: Slučajni članak
FEELING_LUCKY: Osjećam se sretno!
SOME_TEXT_WIDGET:
HEADLINE: Neki tekst widget
POPULAR_TAGS:
HEADLINE: Popularni tagovi
ARCHIVES:
HEADLINE: Arhiva
SYNDICATE:
HEADLINE: Kanali
nl:
THEME_QUARK:
BLOG:
ITEM:
CONTINUE_READING: Lees Meer...
NEXT_POST: Volgende Bericht
PREV_POST: Vorige Bericht
SIDEBAR:
SIMPLE_SEARCH:
HEADLINE: Zoek
RELATED_POSTS:
HEADLINE: Gerelateerde Berichten
RANDOM_ARTICLE:
HEADLINE: Willekeurig Artikel
FEELING_LUCKY: Ik Voel Me Gelukkig!
SOME_TEXT_WIDGET:
HEADLINE: Een Tekst Widget
POPULAR_TAGS:
HEADLINE: Populaire Labels
ARCHIVES:
HEADLINE: Archieven
SYNDICATE:
HEADLINE: Syndicatie

View File

@@ -0,0 +1,56 @@
<?php
namespace Grav\Theme;
use Grav\Common\Grav;
use Grav\Common\Theme;
class le_style_de_lours_modif extends Theme
{
public static function getSubscribedEvents()
{
return [
'onThemeInitialized' => ['onThemeInitialized', 0],
'onTwigLoader' => ['onTwigLoader', 0],
'onTwigInitialized' => ['onTwigInitialized', 0],
];
}
public function onThemeInitialized()
{
}
// Add images to twig template paths to allow inclusion of SVG files
public function onTwigLoader()
{
$theme_paths = Grav::instance()['locator']->findResources('theme://images');
foreach($theme_paths as $images_path) {
$this->grav['twig']->addPath($images_path, 'images');
}
}
public function onTwigInitialized()
{
$twig = $this->grav['twig'];
$form_class_variables = [
// 'form_outer_classes' => 'form-horizontal',
'form_button_outer_classes' => 'button-wrapper',
'form_button_classes' => 'btn',
'form_errors_classes' => '',
'form_field_outer_classes' => 'form-group',
'form_field_outer_label_classes' => 'form-label-wrapper',
'form_field_label_classes' => 'form-label',
// 'form_field_outer_data_classes' => 'col-9',
'form_field_input_classes' => 'form-input',
'form_field_textarea_classes' => 'form-input',
'form_field_select_classes' => 'form-select',
'form_field_radio_classes' => 'form-radio',
'form_field_checkbox_classes' => 'form-checkbox',
];
$twig->twig_vars = array_merge($twig->twig_vars, $form_class_variables);
}
}

View File

@@ -0,0 +1,12 @@
enabled: true
production-mode: true
grid-size: grid-lg
header-fixed: true
header-animated: true
header-dark: false
header-transparent: false
sticky-footer: true
blog-page: '/blog'
spectre:
exp: false
icons: false

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,45 @@
{
"name": "spectre.css",
"version": "0.5.1",
"homepage": "http://picturepan2.github.io/spectre",
"author": "Yan Zhu <picturepan2@hotmail.com>",
"description": "Spectre.css: a lightweight, responsive and modern CSS framework",
"main": "docs/dist/spectre.css",
"repository": {
"type": "git",
"url": "https://github.com/picturepan2/spectre.git"
},
"license": "MIT",
"keywords": [
"css",
"framework",
"flexbox",
"responsive",
"mobile-friendly",
"front-end",
"sass",
"modern"
],
"bugs": {
"url": "https://github.com/picturepan2/spectre/issues"
},
"devDependencies": {
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-clean-css": "^3.10.0",
"gulp-csscomb": "^3.0.8",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2"
},
"browserslist": [
"last 4 Chrome versions",
"Edge >= 12",
"Firefox ESR",
"last 4 Safari versions",
"last 4 Opera versions",
"Explorer >= 10"
],
"dependencies": {
"gulp-sourcemaps": "^2.6.4"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB

View File

@@ -0,0 +1,22 @@
@import 'theme/fonts';
@import 'theme/variables';
@import 'theme/mixins';
@import 'theme/reset';
@import 'theme/typography';
@import 'theme/animation';
@import 'theme/header';
@import 'theme/start';
@import 'theme/footer';
@import 'theme/carousel';
@import 'theme/media-quieries';
// @import 'theme/mobile';
//
// @import 'theme/header';
// @import 'theme/footer';
// @import 'theme/menu';
//
// // Extra Skeleton Styling
// @import 'theme/blog';

Some files were not shown because too many files have changed in this diff Show More