Update XStatic-roboto to 0.8.0

Change-Id: Id96cf51aa948da8d731394b72beeb8da040c0ef7
This commit is contained in:
Mateusz Kowalski 2017-07-06 14:41:48 +02:00
parent 480b520263
commit 0dbef26a58
169 changed files with 2871 additions and 67 deletions

View File

@ -1,6 +1,6 @@
[metadata]
name = XStatic-roboto-fontface
description = roboto-fontface 0.5.0 (XStatic packaging standard)
description = roboto-fontface 0.8.0 (XStatic packaging standard)
description-file = README.rst
maintainer = Rob Cresswell
maintainer-email = robert.cresswell@outlook.com

View File

@ -15,7 +15,7 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar')
# please use a all-lowercase valid python
# package name
VERSION = '0.5.0' # version of the packaged files, please use the upstream
VERSION = '0.8.0' # version of the packaged files, please use the upstream
# version number
BUILD = '0' # our package build number, so we can release new builds
# with fixes for xstatic stuff.

0
xstatic/pkg/roboto_fontface/data/LICENSE Normal file → Executable file
View File

4
xstatic/pkg/roboto_fontface/data/README.md Normal file → Executable file
View File

@ -28,6 +28,10 @@ to have access to "Roboto" font face:
* `css/roboto-condensed/sass/roboto-condensed-fontface.scss` - whole font family in SCSS
* `css/roboto-condensed/less/roboto-condensed-fontface.less` - whole font family in LESS
* `css/roboto-slab/roboto-slab-fontface.css` - whole font family compiled to CSS
* `css/roboto-slab/sass/roboto-slab-fontface.scss` - whole font family in SCSS
* `css/roboto-slab/less/roboto-slab-fontface.less` - whole font family in LESS
Importing whole family may be unnecessary and lead to huge build, so if you are
using SCSS or LESS, you can import only individual weights by importing for example:

4
xstatic/pkg/roboto_fontface/data/css/mixins.less Normal file → Executable file
View File

@ -1,8 +1,8 @@
@roboto-font-path: '../../../fonts';
.roboto-font(@variant, @type, @weight, @style) {
.roboto-font(@folder, @variant, @type, @weight, @style) {
@font-full-path: '@{roboto-font-path}/@{variant}/@{variant}';
@font-full-path: '@{roboto-font-path}/@{folder}/@{variant}';
@font-face {
font-family: '@{variant}';

6
xstatic/pkg/roboto_fontface/data/css/mixins.scss Normal file → Executable file
View File

@ -1,8 +1,8 @@
$roboto-font-path: '../../../fonts' !default;
@mixin roboto-font($variant, $type, $weight, $style) {
@mixin roboto-font($folder, $variant, $type, $weight, $style) {
$font-full-path: '#{$roboto-font-path}/#{$variant}/#{$variant}';
$font-full-path: '#{$roboto-font-path}/#{$folder}/#{$variant}';
@font-face {
font-family: '#{$variant}';
@ -20,7 +20,7 @@ $roboto-font-path: '../../../fonts' !default;
@font-face {
font-family: '#{$variant}-#{$type}';
src: url('#{$font-full-path}/#{$variant}-#{$type}.eot');
src: url('#{$font-full-path}-#{$type}.eot');
src: local('#{$variant} #{$type}'),
local('#{$variant}-#{$type}'),
url('#{$font-full-path}-#{$type}.eot?#iefix') format('embedded-opentype'),

View File

@ -1,3 +1,3 @@
@import "../../mixins";
.roboto-font('Roboto-Condensed','BoldItalic', 700, italic);
.roboto-font('roboto-condensed', 'Roboto-Condensed', 'BoldItalic', 700, italic);

View File

@ -1,3 +1,3 @@
@import "../../mixins";
.roboto-font('Roboto-Condensed','Bold', 700, normal);
.roboto-font('roboto-condensed', 'Roboto-Condensed', 'Bold', 700, normal);

View File

@ -1,3 +1,3 @@
@import "../../mixins";
.roboto-font('Roboto-Condensed','LightItalic', 300, italic);
.roboto-font('roboto-condensed', 'Roboto-Condensed', 'LightItalic', 300, italic);

View File

@ -1,3 +1,3 @@
@import "../../mixins";
.roboto-font('Roboto-Condensed','Light', 300, normal);
.roboto-font('roboto-condensed', 'Roboto-Condensed', 'Light', 300, normal);

View File

@ -1,3 +1,3 @@
@import "../../mixins";
.roboto-font('Roboto-Condensed','RegularItalic', 400, italic);
.roboto-font('roboto-condensed', 'Roboto-Condensed', 'RegularItalic', 400, italic);

View File

@ -1,3 +1,3 @@
@import "../../mixins";
.roboto-font('Roboto-Condensed','Regular', 400, normal);
.roboto-font('roboto-condensed', 'Roboto-Condensed', 'Regular', 400, normal);

View File

@ -1,83 +1,83 @@
@font-face {
font-family: "Roboto-Condensed";
src: url("../../fonts/Roboto-Condensed/Roboto-Condensed-Regular.eot");
src: local("Roboto-Condensed Regular"), local("Roboto-Condensed-Regular"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-Regular.woff2") format("woff2"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-Regular.woff") format("woff"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-Regular.ttf") format("truetype"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-Regular.svg#Roboto-Condensed") format("svg");
src: url("../../fonts/roboto-condensed/Roboto-Condensed-Regular.eot");
src: local("Roboto-Condensed Regular"), local("Roboto-Condensed-Regular"), url("../../fonts/roboto-condensed/Roboto-Condensed-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto-condensed/Roboto-Condensed-Regular.woff2") format("woff2"), url("../../fonts/roboto-condensed/Roboto-Condensed-Regular.woff") format("woff"), url("../../fonts/roboto-condensed/Roboto-Condensed-Regular.ttf") format("truetype"), url("../../fonts/roboto-condensed/Roboto-Condensed-Regular.svg#Roboto-Condensed") format("svg");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "Roboto-Condensed-Regular";
src: url("../../fonts/Roboto-Condensed/Roboto-Condensed/Roboto-Condensed-Regular.eot");
src: local("Roboto-Condensed Regular"), local("Roboto-Condensed-Regular"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-Regular.woff2") format("woff2"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-Regular.woff") format("woff"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-Regular.ttf") format("truetype"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-Regular.svg#Roboto-Condensed") format("svg");
src: url("../../fonts/roboto-condensed/Roboto-Condensed-Regular.eot");
src: local("Roboto-Condensed Regular"), local("Roboto-Condensed-Regular"), url("../../fonts/roboto-condensed/Roboto-Condensed-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto-condensed/Roboto-Condensed-Regular.woff2") format("woff2"), url("../../fonts/roboto-condensed/Roboto-Condensed-Regular.woff") format("woff"), url("../../fonts/roboto-condensed/Roboto-Condensed-Regular.ttf") format("truetype"), url("../../fonts/roboto-condensed/Roboto-Condensed-Regular.svg#Roboto-Condensed") format("svg");
}
@font-face {
font-family: "Roboto-Condensed";
src: url("../../fonts/Roboto-Condensed/Roboto-Condensed-RegularItalic.eot");
src: local("Roboto-Condensed RegularItalic"), local("Roboto-Condensed-RegularItalic"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-RegularItalic.woff2") format("woff2"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-RegularItalic.woff") format("woff"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-RegularItalic.ttf") format("truetype"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-RegularItalic.svg#Roboto-Condensed") format("svg");
src: url("../../fonts/roboto-condensed/Roboto-Condensed-RegularItalic.eot");
src: local("Roboto-Condensed RegularItalic"), local("Roboto-Condensed-RegularItalic"), url("../../fonts/roboto-condensed/Roboto-Condensed-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto-condensed/Roboto-Condensed-RegularItalic.woff2") format("woff2"), url("../../fonts/roboto-condensed/Roboto-Condensed-RegularItalic.woff") format("woff"), url("../../fonts/roboto-condensed/Roboto-Condensed-RegularItalic.ttf") format("truetype"), url("../../fonts/roboto-condensed/Roboto-Condensed-RegularItalic.svg#Roboto-Condensed") format("svg");
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: "Roboto-Condensed-RegularItalic";
src: url("../../fonts/Roboto-Condensed/Roboto-Condensed/Roboto-Condensed-RegularItalic.eot");
src: local("Roboto-Condensed RegularItalic"), local("Roboto-Condensed-RegularItalic"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-RegularItalic.woff2") format("woff2"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-RegularItalic.woff") format("woff"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-RegularItalic.ttf") format("truetype"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-RegularItalic.svg#Roboto-Condensed") format("svg");
src: url("../../fonts/roboto-condensed/Roboto-Condensed-RegularItalic.eot");
src: local("Roboto-Condensed RegularItalic"), local("Roboto-Condensed-RegularItalic"), url("../../fonts/roboto-condensed/Roboto-Condensed-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto-condensed/Roboto-Condensed-RegularItalic.woff2") format("woff2"), url("../../fonts/roboto-condensed/Roboto-Condensed-RegularItalic.woff") format("woff"), url("../../fonts/roboto-condensed/Roboto-Condensed-RegularItalic.ttf") format("truetype"), url("../../fonts/roboto-condensed/Roboto-Condensed-RegularItalic.svg#Roboto-Condensed") format("svg");
}
@font-face {
font-family: "Roboto-Condensed";
src: url("../../fonts/Roboto-Condensed/Roboto-Condensed-Light.eot");
src: local("Roboto-Condensed Light"), local("Roboto-Condensed-Light"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-Light.woff2") format("woff2"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-Light.woff") format("woff"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-Light.ttf") format("truetype"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-Light.svg#Roboto-Condensed") format("svg");
src: url("../../fonts/roboto-condensed/Roboto-Condensed-Light.eot");
src: local("Roboto-Condensed Light"), local("Roboto-Condensed-Light"), url("../../fonts/roboto-condensed/Roboto-Condensed-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto-condensed/Roboto-Condensed-Light.woff2") format("woff2"), url("../../fonts/roboto-condensed/Roboto-Condensed-Light.woff") format("woff"), url("../../fonts/roboto-condensed/Roboto-Condensed-Light.ttf") format("truetype"), url("../../fonts/roboto-condensed/Roboto-Condensed-Light.svg#Roboto-Condensed") format("svg");
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: "Roboto-Condensed-Light";
src: url("../../fonts/Roboto-Condensed/Roboto-Condensed/Roboto-Condensed-Light.eot");
src: local("Roboto-Condensed Light"), local("Roboto-Condensed-Light"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-Light.woff2") format("woff2"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-Light.woff") format("woff"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-Light.ttf") format("truetype"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-Light.svg#Roboto-Condensed") format("svg");
src: url("../../fonts/roboto-condensed/Roboto-Condensed-Light.eot");
src: local("Roboto-Condensed Light"), local("Roboto-Condensed-Light"), url("../../fonts/roboto-condensed/Roboto-Condensed-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto-condensed/Roboto-Condensed-Light.woff2") format("woff2"), url("../../fonts/roboto-condensed/Roboto-Condensed-Light.woff") format("woff"), url("../../fonts/roboto-condensed/Roboto-Condensed-Light.ttf") format("truetype"), url("../../fonts/roboto-condensed/Roboto-Condensed-Light.svg#Roboto-Condensed") format("svg");
}
@font-face {
font-family: "Roboto-Condensed";
src: url("../../fonts/Roboto-Condensed/Roboto-Condensed-LightItalic.eot");
src: local("Roboto-Condensed LightItalic"), local("Roboto-Condensed-LightItalic"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-LightItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-LightItalic.woff2") format("woff2"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-LightItalic.woff") format("woff"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-LightItalic.ttf") format("truetype"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-LightItalic.svg#Roboto-Condensed") format("svg");
src: url("../../fonts/roboto-condensed/Roboto-Condensed-LightItalic.eot");
src: local("Roboto-Condensed LightItalic"), local("Roboto-Condensed-LightItalic"), url("../../fonts/roboto-condensed/Roboto-Condensed-LightItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto-condensed/Roboto-Condensed-LightItalic.woff2") format("woff2"), url("../../fonts/roboto-condensed/Roboto-Condensed-LightItalic.woff") format("woff"), url("../../fonts/roboto-condensed/Roboto-Condensed-LightItalic.ttf") format("truetype"), url("../../fonts/roboto-condensed/Roboto-Condensed-LightItalic.svg#Roboto-Condensed") format("svg");
font-weight: 300;
font-style: italic;
}
@font-face {
font-family: "Roboto-Condensed-LightItalic";
src: url("../../fonts/Roboto-Condensed/Roboto-Condensed/Roboto-Condensed-LightItalic.eot");
src: local("Roboto-Condensed LightItalic"), local("Roboto-Condensed-LightItalic"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-LightItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-LightItalic.woff2") format("woff2"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-LightItalic.woff") format("woff"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-LightItalic.ttf") format("truetype"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-LightItalic.svg#Roboto-Condensed") format("svg");
src: url("../../fonts/roboto-condensed/Roboto-Condensed-LightItalic.eot");
src: local("Roboto-Condensed LightItalic"), local("Roboto-Condensed-LightItalic"), url("../../fonts/roboto-condensed/Roboto-Condensed-LightItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto-condensed/Roboto-Condensed-LightItalic.woff2") format("woff2"), url("../../fonts/roboto-condensed/Roboto-Condensed-LightItalic.woff") format("woff"), url("../../fonts/roboto-condensed/Roboto-Condensed-LightItalic.ttf") format("truetype"), url("../../fonts/roboto-condensed/Roboto-Condensed-LightItalic.svg#Roboto-Condensed") format("svg");
}
@font-face {
font-family: "Roboto-Condensed";
src: url("../../fonts/Roboto-Condensed/Roboto-Condensed-Bold.eot");
src: local("Roboto-Condensed Bold"), local("Roboto-Condensed-Bold"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-Bold.woff2") format("woff2"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-Bold.woff") format("woff"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-Bold.ttf") format("truetype"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-Bold.svg#Roboto-Condensed") format("svg");
src: url("../../fonts/roboto-condensed/Roboto-Condensed-Bold.eot");
src: local("Roboto-Condensed Bold"), local("Roboto-Condensed-Bold"), url("../../fonts/roboto-condensed/Roboto-Condensed-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto-condensed/Roboto-Condensed-Bold.woff2") format("woff2"), url("../../fonts/roboto-condensed/Roboto-Condensed-Bold.woff") format("woff"), url("../../fonts/roboto-condensed/Roboto-Condensed-Bold.ttf") format("truetype"), url("../../fonts/roboto-condensed/Roboto-Condensed-Bold.svg#Roboto-Condensed") format("svg");
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: "Roboto-Condensed-Bold";
src: url("../../fonts/Roboto-Condensed/Roboto-Condensed/Roboto-Condensed-Bold.eot");
src: local("Roboto-Condensed Bold"), local("Roboto-Condensed-Bold"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-Bold.woff2") format("woff2"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-Bold.woff") format("woff"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-Bold.ttf") format("truetype"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-Bold.svg#Roboto-Condensed") format("svg");
src: url("../../fonts/roboto-condensed/Roboto-Condensed-Bold.eot");
src: local("Roboto-Condensed Bold"), local("Roboto-Condensed-Bold"), url("../../fonts/roboto-condensed/Roboto-Condensed-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto-condensed/Roboto-Condensed-Bold.woff2") format("woff2"), url("../../fonts/roboto-condensed/Roboto-Condensed-Bold.woff") format("woff"), url("../../fonts/roboto-condensed/Roboto-Condensed-Bold.ttf") format("truetype"), url("../../fonts/roboto-condensed/Roboto-Condensed-Bold.svg#Roboto-Condensed") format("svg");
}
@font-face {
font-family: "Roboto-Condensed";
src: url("../../fonts/Roboto-Condensed/Roboto-Condensed-BoldItalic.eot");
src: local("Roboto-Condensed BoldItalic"), local("Roboto-Condensed-BoldItalic"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-BoldItalic.woff2") format("woff2"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-BoldItalic.woff") format("woff"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-BoldItalic.ttf") format("truetype"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-BoldItalic.svg#Roboto-Condensed") format("svg");
src: url("../../fonts/roboto-condensed/Roboto-Condensed-BoldItalic.eot");
src: local("Roboto-Condensed BoldItalic"), local("Roboto-Condensed-BoldItalic"), url("../../fonts/roboto-condensed/Roboto-Condensed-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto-condensed/Roboto-Condensed-BoldItalic.woff2") format("woff2"), url("../../fonts/roboto-condensed/Roboto-Condensed-BoldItalic.woff") format("woff"), url("../../fonts/roboto-condensed/Roboto-Condensed-BoldItalic.ttf") format("truetype"), url("../../fonts/roboto-condensed/Roboto-Condensed-BoldItalic.svg#Roboto-Condensed") format("svg");
font-weight: 700;
font-style: italic;
}
@font-face {
font-family: "Roboto-Condensed-BoldItalic";
src: url("../../fonts/Roboto-Condensed/Roboto-Condensed/Roboto-Condensed-BoldItalic.eot");
src: local("Roboto-Condensed BoldItalic"), local("Roboto-Condensed-BoldItalic"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-BoldItalic.woff2") format("woff2"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-BoldItalic.woff") format("woff"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-BoldItalic.ttf") format("truetype"), url("../../fonts/Roboto-Condensed/Roboto-Condensed-BoldItalic.svg#Roboto-Condensed") format("svg");
src: url("../../fonts/roboto-condensed/Roboto-Condensed-BoldItalic.eot");
src: local("Roboto-Condensed BoldItalic"), local("Roboto-Condensed-BoldItalic"), url("../../fonts/roboto-condensed/Roboto-Condensed-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto-condensed/Roboto-Condensed-BoldItalic.woff2") format("woff2"), url("../../fonts/roboto-condensed/Roboto-Condensed-BoldItalic.woff") format("woff"), url("../../fonts/roboto-condensed/Roboto-Condensed-BoldItalic.ttf") format("truetype"), url("../../fonts/roboto-condensed/Roboto-Condensed-BoldItalic.svg#Roboto-Condensed") format("svg");
}

View File

@ -1,3 +1,3 @@
@import "../../mixins";
@include roboto-font('Roboto-Condensed','BoldItalic', 700, italic);
@include roboto-font('roboto-condensed', 'Roboto-Condensed', 'BoldItalic', 700, italic);

View File

@ -1,3 +1,3 @@
@import "../../mixins";
@include roboto-font('Roboto-Condensed','Bold', 700, normal);
@include roboto-font('roboto-condensed', 'Roboto-Condensed', 'Bold', 700, normal);

View File

@ -1,3 +1,3 @@
@import "../../mixins";
@include roboto-font('Roboto-Condensed','LightItalic', 300, italic);
@include roboto-font('roboto-condensed', 'Roboto-Condensed', 'LightItalic', 300, italic);

View File

@ -1,3 +1,3 @@
@import "../../mixins";
@include roboto-font('Roboto-Condensed','Light', 300, normal);
@include roboto-font('roboto-condensed', 'Roboto-Condensed', 'Light', 300, normal);

View File

@ -1,3 +1,3 @@
@import "../../mixins";
@include roboto-font('Roboto-Condensed','RegularItalic', 400, italic);
@include roboto-font('roboto-condensed', 'Roboto-Condensed', 'RegularItalic', 400, italic);

View File

@ -1,3 +1,3 @@
@import "../../mixins";
@include roboto-font('Roboto-Condensed','Regular', 400, normal);
@include roboto-font('roboto-condensed', 'Roboto-Condensed', 'Regular', 400, normal);

View File

@ -0,0 +1,3 @@
@import "../../mixins";
.roboto-font('roboto-slab', 'Roboto-Slab', 'Bold', 700, normal);

View File

@ -0,0 +1,3 @@
@import "../../mixins";
.roboto-font('roboto-slab', 'Roboto-Slab', 'Light', 300, normal);

View File

@ -0,0 +1,3 @@
@import "../../mixins";
.roboto-font('roboto-slab', 'Roboto-Slab', 'Regular', 400, normal);

View File

@ -0,0 +1,3 @@
@import "../../mixins";
.roboto-font('roboto-slab', 'Roboto-Slab', 'Thin', 100, normal);

View File

@ -0,0 +1,4 @@
@import "roboto-slab-fontface-regular";
@import "roboto-slab-fontface-light";
@import "roboto-slab-fontface-thin";
@import "roboto-slab-fontface-bold";

View File

@ -0,0 +1,55 @@
@font-face {
font-family: 'Roboto-Slab';
src: url('../../fonts/roboto-slab/Roboto-Slab-Thin.eot');
src: local('Roboto-Slab Thin'), local('Roboto-Slab-Thin'), url('../../fonts/roboto-slab/Roboto-Slab-Thin.eot?#iefix') format('embedded-opentype'), url('../../fonts/roboto-slab/Roboto-Slab-Thin.woff2') format('woff2'), url('../../fonts/roboto-slab/Roboto-Slab-Thin.woff') format('woff'), url('../../fonts/roboto-slab/Roboto-Slab-Thin.ttf') format('truetype'), url('../../fonts/roboto-slab/Roboto-Slab-Thin.svg#Roboto-Slab') format('svg');
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: 'Roboto-Slab-Thin';
src: url('../../fonts/roboto-slab/Roboto-Slab-Thin.eot');
src: local('Roboto-Slab Thin'), local('Roboto-Slab-Thin'), url('../../fonts/roboto-slab/Roboto-Slab-Thin.eot?#iefix') format('embedded-opentype'), url('../../fonts/roboto-slab/Roboto-Slab-Thin.woff2') format('woff2'), url('../../fonts/roboto-slab/Roboto-Slab-Thin.woff') format('woff'), url('../../fonts/roboto-slab/Roboto-Slab-Thin.ttf') format('truetype'), url('../../fonts/roboto-slab/Roboto-Slab-Thin.svg#Roboto-Slab') format('svg');
}
@font-face {
font-family: 'Roboto-Slab';
src: url('../../fonts/roboto-slab/Roboto-Slab-Light.eot');
src: local('Roboto-Slab Light'), local('Roboto-Slab-Light'), url('../../fonts/roboto-slab/Roboto-Slab-Light.eot?#iefix') format('embedded-opentype'), url('../../fonts/roboto-slab/Roboto-Slab-Light.woff2') format('woff2'), url('../../fonts/roboto-slab/Roboto-Slab-Light.woff') format('woff'), url('../../fonts/roboto-slab/Roboto-Slab-Light.ttf') format('truetype'), url('../../fonts/roboto-slab/Roboto-Slab-Light.svg#Roboto-Slab') format('svg');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Roboto-Slab-Light';
src: url('../../fonts/roboto-slab/Roboto-Slab-Light.eot');
src: local('Roboto-Slab Light'), local('Roboto-Slab-Light'), url('../../fonts/roboto-slab/Roboto-Slab-Light.eot?#iefix') format('embedded-opentype'), url('../../fonts/roboto-slab/Roboto-Slab-Light.woff2') format('woff2'), url('../../fonts/roboto-slab/Roboto-Slab-Light.woff') format('woff'), url('../../fonts/roboto-slab/Roboto-Slab-Light.ttf') format('truetype'), url('../../fonts/roboto-slab/Roboto-Slab-Light.svg#Roboto-Slab') format('svg');
}
@font-face {
font-family: 'Roboto-Slab';
src: url('../../fonts/roboto-slab/Roboto-Slab-Regular.eot');
src: local('Roboto-Slab Regular'), local('Roboto-Slab-Regular'), url('../../fonts/roboto-slab/Roboto-Slab-Regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/roboto-slab/Roboto-Slab-Regular.woff2') format('woff2'), url('../../fonts/roboto-slab/Roboto-Slab-Regular.woff') format('woff'), url('../../fonts/roboto-slab/Roboto-Slab-Regular.ttf') format('truetype'), url('../../fonts/roboto-slab/Roboto-Slab-Regular.svg#Roboto-Slab') format('svg');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Roboto-Slab-Regular';
src: url('../../fonts/roboto-slab/Roboto-Slab-Regular.eot');
src: local('Roboto-Slab Regular'), local('Roboto-Slab-Regular'), url('../../fonts/roboto-slab/Roboto-Slab-Regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/roboto-slab/Roboto-Slab-Regular.woff2') format('woff2'), url('../../fonts/roboto-slab/Roboto-Slab-Regular.woff') format('woff'), url('../../fonts/roboto-slab/Roboto-Slab-Regular.ttf') format('truetype'), url('../../fonts/roboto-slab/Roboto-Slab-Regular.svg#Roboto-Slab') format('svg');
}
@font-face {
font-family: 'Roboto-Slab';
src: url('../../fonts/roboto-slab/Roboto-Slab-Bold.eot');
src: local('Roboto-Slab Bold'), local('Roboto-Slab-Bold'), url('../../fonts/roboto-slab/Roboto-Slab-Bold.eot?#iefix') format('embedded-opentype'), url('../../fonts/roboto-slab/Roboto-Slab-Bold.woff2') format('woff2'), url('../../fonts/roboto-slab/Roboto-Slab-Bold.woff') format('woff'), url('../../fonts/roboto-slab/Roboto-Slab-Bold.ttf') format('truetype'), url('../../fonts/roboto-slab/Roboto-Slab-Bold.svg#Roboto-Slab') format('svg');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Roboto-Slab-Bold';
src: url('../../fonts/roboto-slab/Roboto-Slab-Bold.eot');
src: local('Roboto-Slab Bold'), local('Roboto-Slab-Bold'), url('../../fonts/roboto-slab/Roboto-Slab-Bold.eot?#iefix') format('embedded-opentype'), url('../../fonts/roboto-slab/Roboto-Slab-Bold.woff2') format('woff2'), url('../../fonts/roboto-slab/Roboto-Slab-Bold.woff') format('woff'), url('../../fonts/roboto-slab/Roboto-Slab-Bold.ttf') format('truetype'), url('../../fonts/roboto-slab/Roboto-Slab-Bold.svg#Roboto-Slab') format('svg');
}

View File

@ -0,0 +1,3 @@
@import "../../mixins";
@include roboto-font('roboto-slab', 'Roboto-Slab', 'Bold', 700, normal);

View File

@ -0,0 +1,3 @@
@import "../../mixins";
@include roboto-font('roboto-slab', 'Roboto-Slab', 'Light', 300, normal);

View File

@ -0,0 +1,3 @@
@import "../../mixins";
@include roboto-font('roboto-slab', 'Roboto-Slab', 'Regular', 400, normal);

View File

@ -0,0 +1,3 @@
@import "../../mixins";
@include roboto-font('roboto-slab', 'Roboto-Slab', 'Thin', 100, normal);

View File

@ -0,0 +1,4 @@
@import "roboto-slab-fontface-regular";
@import "roboto-slab-fontface-light";
@import "roboto-slab-fontface-thin";
@import "roboto-slab-fontface-bold";

View File

@ -1,3 +1,3 @@
@import "../../mixins";
.roboto-font('Roboto','BlackItalic', 900, italic);
.roboto-font('roboto', 'Roboto', 'BlackItalic', 900, italic);

View File

@ -1,3 +1,3 @@
@import "../../mixins";
.roboto-font('Roboto','Black', 900, normal);
.roboto-font('roboto', 'Roboto', 'Black', 900, normal);

View File

@ -1,3 +1,3 @@
@import "../../mixins";
.roboto-font('Roboto','BoldItalic', 700, italic);
.roboto-font('roboto', 'Roboto', 'BoldItalic', 700, italic);

View File

@ -1,3 +1,3 @@
@import "../../mixins";
.roboto-font('Roboto','Bold', 700, normal);
.roboto-font('roboto', 'Roboto', 'Bold', 700, normal);

View File

@ -1,3 +1,3 @@
@import "../../mixins";
.roboto-font('Roboto','LightItalic', 300, italic);
.roboto-font('roboto', 'Roboto', 'LightItalic', 300, italic);

View File

@ -1,3 +1,3 @@
@import "../../mixins";
.roboto-font('Roboto','Light', 300, normal);
.roboto-font('roboto', 'Roboto', 'Light', 300, normal);

View File

@ -1,3 +1,3 @@
@import "../../mixins";
.roboto-font('Roboto','MediumItalic', 500, italic);
.roboto-font('roboto', 'Roboto', 'MediumItalic', 500, italic);

View File

@ -1,3 +1,3 @@
@import "../../mixins";
.roboto-font('Roboto','Medium', 500, normal);
.roboto-font('roboto', 'Roboto', 'Medium', 500, normal);

View File

@ -1,3 +1,3 @@
@import "../../mixins";
.roboto-font('Roboto','RegularItalic', 400, italic);
.roboto-font('roboto', 'Roboto', 'RegularItalic', 400, italic);

View File

@ -1,3 +1,3 @@
@import "../../mixins";
.roboto-font('Roboto','Regular', 400, normal);
.roboto-font('roboto', 'Roboto', 'Regular', 400, normal);

View File

@ -1,3 +1,3 @@
@import "../../mixins";
.roboto-font('Roboto','ThinItalic', 100, italic);
.roboto-font('roboto', 'Roboto', 'ThinItalic', 100, italic);

View File

@ -1,3 +1,3 @@
@import "../../mixins";
.roboto-font('Roboto','Thin', 100, normal);
.roboto-font('roboto', 'Roboto', 'Thin', 100, normal);

View File

View File

View File

@ -1,3 +1,3 @@
@import "../../mixins";
@include roboto-font('Roboto','BlackItalic', 900, italic);
@include roboto-font('roboto', 'Roboto', 'BlackItalic', 900, italic);

View File

@ -1,3 +1,3 @@
@import "../../mixins";
@include roboto-font('Roboto','Black', 900, normal);
@include roboto-font('roboto', 'Roboto', 'Black', 900, normal);

View File

@ -1,3 +1,3 @@
@import "../../mixins";
@include roboto-font('Roboto','BoldItalic', 700, italic);
@include roboto-font('roboto', 'Roboto', 'BoldItalic', 700, italic);

View File

@ -1,3 +1,3 @@
@import "../../mixins";
@include roboto-font('Roboto','Bold', 700, normal);
@include roboto-font('roboto', 'Roboto', 'Bold', 700, normal);

View File

@ -1,3 +1,3 @@
@import "../../mixins";
@include roboto-font('Roboto','LightItalic', 300, italic);
@include roboto-font('roboto', 'Roboto', 'LightItalic', 300, italic);

View File

@ -1,3 +1,3 @@
@import "../../mixins";
@include roboto-font('Roboto','Light', 300, normal);
@include roboto-font('roboto', 'Roboto', 'Light', 300, normal);

View File

@ -1,3 +1,3 @@
@import "../../mixins";
@include roboto-font('Roboto','MediumItalic', 500, italic);
@include roboto-font('roboto', 'Roboto', 'MediumItalic', 500, italic);

View File

@ -1,3 +1,3 @@
@import "../../mixins";
@include roboto-font('Roboto','Medium', 500, normal);
@include roboto-font('roboto', 'Roboto', 'Medium', 500, normal);

View File

@ -1,3 +1,3 @@
@import "../../mixins";
@include roboto-font('Roboto','RegularItalic', 400, italic);
@include roboto-font('roboto', 'Roboto', 'RegularItalic', 400, italic);

View File

@ -1,3 +1,3 @@
@import "../../mixins";
@include roboto-font('Roboto','Regular', 400, normal);
@include roboto-font('roboto', 'Roboto', 'Regular', 400, normal);

View File

@ -1,3 +1,3 @@
@import "../../mixins";
@include roboto-font('Roboto','ThinItalic', 100, italic);
@include roboto-font('roboto', 'Roboto', 'ThinItalic', 100, italic);

View File

@ -1,3 +1,3 @@
@import "../../mixins";
@include roboto-font('Roboto','Thin', 100, normal);
@include roboto-font('roboto', 'Roboto', 'Thin', 100, normal);

View File

View File

@ -0,0 +1,679 @@
<?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="roboto_slabbold" horiz-adv-x="1471" >
<font-face units-per-em="2048" ascent="1638" descent="-410" />
<missing-glyph horiz-adv-x="502" />
<glyph unicode="&#xfb01;" horiz-adv-x="1337" d="M34 877v205h161v74q0 204 124.5 314.5t350.5 110.5q78 0 154 -15.5t176 -44.5l-42 -230q-73 22 -132.5 34t-136.5 12q-101 0 -151.5 -46t-50.5 -135v-74h656v-877l155 -30v-175h-588v175l141 30v672h-364v-672l141 -30v-175h-589v175l156 30v672h-161z" />
<glyph unicode="&#xfb02;" horiz-adv-x="1421" d="M39 0v175l156 30v672h-136v205h136v47q0 217 131 334.5t369 117.5q86 0 170 -15.5t195 -44.5h172v-1316l141 -30v-175h-574v175l141 30v1119q-55 12 -109 19t-117 7q-113 0 -170 -56t-57 -165v-47h240v-205h-240v-672l141 -30v-175h-589z" />
<glyph horiz-adv-x="0" />
<glyph unicode="&#xd;" horiz-adv-x="502" />
<glyph horiz-adv-x="225" />
<glyph unicode="&#x9;" horiz-adv-x="0" />
<glyph unicode=" " horiz-adv-x="502" />
<glyph unicode="&#x09;" horiz-adv-x="502" />
<glyph unicode="&#xa0;" horiz-adv-x="502" />
<glyph unicode="!" horiz-adv-x="507" d="M119 0v256h292v-256h-292zM119 502v954h292v-954h-292z" />
<glyph unicode="&#x22;" horiz-adv-x="782" d="M140 1039v521h206v-272l-77 -249h-129zM467 1039v521h205v-272l-77 -249h-128z" />
<glyph unicode="#" horiz-adv-x="1198" d="M39 410v169h256l51 290h-231v171h261l74 416h183l-73 -416h192l73 416h184l-74 -416h220v-171h-250l-51 -290h226v-169h-255l-72 -410h-183l72 410h-192l-72 -410h-184l72 410h-227zM479 579h192l51 290h-192z" />
<glyph unicode="$" horiz-adv-x="1107" d="M57 449l2 5h284q0 -134 62 -192t156 -58q91 0 139.5 48.5t48.5 130.5q0 81 -46.5 132t-159.5 95q-222 81 -329 180.5t-107 280.5q0 168 107.5 275.5t289.5 126.5v215h159v-218q175 -26 275.5 -146.5t98.5 -313.5l-3 -5h-284q0 118 -49 182t-132 64q-86 0 -128.5 -49.5 t-42.5 -131.5q0 -78 44.5 -126.5t163.5 -95.5q221 -87 328 -186t107 -277q0 -173 -107.5 -277.5t-290.5 -123.5v-198h-159v197q-187 19 -309 132.5t-118 333.5z" />
<glyph unicode="%" horiz-adv-x="1429" d="M49 1099v77q0 129 83.5 215t232.5 86q151 0 234 -85.5t83 -215.5v-77q0 -129 -83 -214t-232 -85q-150 0 -234 85t-84 214zM243 1099q0 -58 32 -97.5t92 -39.5q58 0 90 39.5t32 97.5v77q0 58 -32.5 98.5t-91.5 40.5t-90.5 -40.5t-31.5 -98.5v-77zM308 184l711 1138 l142 -75l-711 -1138zM745 280v77q0 128 84 214t233 86q150 0 233.5 -85.5t83.5 -214.5v-77q0 -130 -83 -215t-232 -85q-150 0 -234.5 85.5t-84.5 214.5zM939 280q0 -57 34.5 -97.5t90.5 -40.5q65 0 93 37.5t28 100.5v77q0 57 -32 97.5t-91 40.5q-60 0 -91.5 -40.5 t-31.5 -97.5v-77z" />
<glyph unicode="&#x26;" horiz-adv-x="1278" d="M45 392q0 118 65 203.5t198 178.5q-68 92 -101.5 168t-33.5 155q0 173 108 276.5t289 103.5q159 0 258.5 -98.5t99.5 -238.5q0 -98 -49 -179t-134 -142l-93 -66l276 -322q36 60 56 130t20 148h218q0 -138 -34 -254t-104 -206l208 -244l-2 -5h-324l-77 89 q-85 -55 -175 -82.5t-193 -27.5q-218 0 -347 114.5t-129 298.5zM337 407q0 -89 55 -146.5t144 -57.5q53 0 106 13.5t102 40.5l-300 348l-19 -13q-51 -48 -69.5 -93.5t-18.5 -91.5zM434 1100q0 -43 21.5 -88.5t64.5 -100.5l86 56q56 36 75.5 74t19.5 83q0 50 -36.5 89 t-95.5 39q-65 0 -100 -43.5t-35 -108.5z" />
<glyph unicode="'" horiz-adv-x="449" d="M139 1008v552h199v-269l-70 -283h-129z" />
<glyph unicode="(" horiz-adv-x="685" d="M89 570v22q0 392 152 665.5t344 354.5h6l53 -146q-131 -98 -220 -316t-89 -556v-26q0 -339 89 -556.5t220 -318.5l-53 -143h-6q-192 81 -344 354t-152 666z" />
<glyph unicode=")" horiz-adv-x="712" d="M61 -307q129 98 219 317t90 558v26q0 336 -91 556.5t-218 319.5l54 142h6q194 -80 352 -359t158 -661v-22q0 -383 -158 -661.5t-352 -358.5h-6z" />
<glyph unicode="*" horiz-adv-x="914" d="M34 1055l57 177l297 -123l-18 347h188l-20 -353l291 120l56 -180l-306 -89l200 -265l-151 -110l-175 290l-173 -281l-152 106l208 272z" />
<glyph unicode="+" horiz-adv-x="1098" d="M49 560v252h362v394h277v-394h359v-252h-359v-414h-277v414h-362z" />
<glyph unicode="," horiz-adv-x="503" d="M58 -286q39 70 60 144.5t21 166.5v218h262l-1 -204q0 -102 -57.5 -216t-140.5 -187z" />
<glyph unicode="-" horiz-adv-x="815" d="M131 510v225h564v-225h-564z" />
<glyph unicode="." horiz-adv-x="522" d="M129 0v256h291v-256h-291z" />
<glyph unicode="/" horiz-adv-x="748" d="M-23 -125l534 1581h216l-534 -1581h-216z" />
<glyph unicode="0" horiz-adv-x="1170" d="M97 567v321q0 288 132.5 438.5t359.5 150.5q226 0 359.5 -150.5t133.5 -438.5v-321q0 -289 -132.5 -438.5t-358.5 -149.5q-228 0 -361 149.5t-133 438.5zM388 539q0 -176 51.5 -256t151.5 -80q98 0 149 80t51 256v379q0 173 -52 253.5t-150 80.5q-99 0 -150 -80t-51 -254 v-379z" />
<glyph unicode="1" horiz-adv-x="905" d="M62 1191v167l540 98v-1251l246 -30v-175h-783v175l246 30v986h-249z" />
<glyph unicode="2" horiz-adv-x="1132" d="M50 1007q-5 197 129.5 333.5t362.5 136.5q225 0 354 -117t129 -312q0 -132 -72.5 -244t-240.5 -292l-259 -283l2 -5h378l12 144h222v-368h-994v191l471 505q102 117 145 197.5t43 149.5q0 92 -49.5 150.5t-140.5 58.5q-101 0 -153.5 -68.5t-52.5 -182.5h-284z" />
<glyph unicode="3" horiz-adv-x="1112" d="M57 390l2 6h283q0 -84 60 -138.5t152 -54.5q101 0 159.5 56t58.5 152q0 115 -57.5 168.5t-169.5 53.5h-164v219h164q104 0 154 54.5t50 151.5q0 88 -50 141t-145 53q-82 0 -138 -48t-56 -126h-283l-2 6q-6 171 131 282t340 111q226 0 360.5 -108t134.5 -308 q0 -95 -60 -180.5t-165 -133.5q121 -43 184.5 -132t63.5 -207q0 -200 -145.5 -314.5t-372.5 -114.5q-203 0 -348.5 107.5t-140.5 303.5z" />
<glyph unicode="4" horiz-adv-x="1154" d="M36 491l605 965h294v-914h165v-194h-165v-143l155 -30v-175h-602v175l156 30v143h-594zM309 542h335v525l-6 2l-24 -42z" />
<glyph unicode="5" horiz-adv-x="1092" d="M67 390l2 5l280 14q0 -97 55 -151.5t144 -54.5q102 0 151 73t49 189q0 126 -52 202t-155 76q-83 0 -127.5 -31t-63.5 -84l-258 17l84 811h838v-332h-180l-26 98h-392l-41 -336q41 30 98 49.5t126 20.5q210 3 325 -127t115 -362q0 -210 -126.5 -349t-364.5 -139 q-200 0 -343 109.5t-138 301.5z" />
<glyph unicode="6" horiz-adv-x="1144" d="M91 569v256q0 309 163.5 480.5t420.5 171.5q82 0 151.5 -15.5t139.5 -45.5l-51 -213q-63 22 -116 33.5t-122 11.5q-130 0 -208.5 -95t-79.5 -280l3 -5q49 51 124.5 80t168.5 29q195 0 306 -138.5t111 -353.5q0 -220 -137 -363t-354 -143q-230 0 -375 156.5t-145 433.5z M382 562q0 -173 62.5 -266t166.5 -93q90 0 144.5 82.5t54.5 199.5q0 121 -55 196t-147 75q-81 0 -138 -26t-88 -71v-97z" />
<glyph unicode="7" horiz-adv-x="1107" d="M49 1087v369h1029v-225q-234 -274 -319.5 -511t-122.5 -572l-14 -148h-292l14 148q34 321 146 589.5t307 493.5h-513l-11 -144h-224z" />
<glyph unicode="8" horiz-adv-x="1115" d="M67 398q0 118 66.5 208.5t182.5 139.5q-102 47 -159 131t-57 193q0 194 127 300.5t335 106.5t336 -106.5t128 -300.5q0 -109 -58 -193t-159 -131q116 -49 183 -140t67 -208q0 -202 -137 -310.5t-358 -108.5q-222 0 -359.5 108.5t-137.5 310.5zM359 418q0 -100 56 -157.5 t149 -57.5q91 0 147.5 58t56.5 157q0 98 -57.5 157t-148.5 59t-147 -59t-56 -157zM393 1057q0 -91 45 -144.5t126 -53.5q79 0 124.5 53.5t45.5 144.5q0 88 -46.5 141.5t-125.5 53.5q-80 0 -124.5 -52.5t-44.5 -142.5z" />
<glyph unicode="9" horiz-adv-x="1141" d="M63 957q0 221 138.5 370.5t350.5 149.5q223 0 362 -153.5t139 -431.5v-316q0 -283 -154.5 -440t-397.5 -157q-76 0 -156.5 15.5t-148.5 45.5l33 211q67 -25 130 -36.5t142 -11.5q117 0 189 89.5t72 268.5v22q-49 -63 -117 -95.5t-146 -32.5q-204 0 -320 133.5t-116 368.5 zM355 957q0 -132 49.5 -210t143.5 -78q73 0 127.5 27.5t86.5 73.5v156q0 160 -56 243t-152 83q-88 0 -143.5 -86.5t-55.5 -208.5z" />
<glyph unicode=":" horiz-adv-x="455" d="M91 0v256h291v-256h-291zM91 0zM91 825v256h291v-256h-291z" />
<glyph unicode=";" horiz-adv-x="453" d="M28 0zM28 -286q39 70 60 144.5t21 166.5v218h262l-1 -204q0 -102 -57.5 -216t-140.5 -187zM90 825v256h291v-256h-291z" />
<glyph unicode="&#x3c;" horiz-adv-x="1012" d="M58 436v227l861 366v-272l-576 -207v-6l576 -203v-272z" />
<glyph unicode="=" horiz-adv-x="1123" d="M123 332v229h896v-229h-896zM123 763v229h896v-229h-896z" />
<glyph unicode="&#x3e;" horiz-adv-x="1031" d="M104 60v270l585 209v6l-585 206v269l871 -366v-227z" />
<glyph unicode="?" horiz-adv-x="985" d="M34 1081q-3 192 126.5 294t337.5 102q224 0 351.5 -113.5t127.5 -308.5q0 -127 -74.5 -235t-186.5 -181q-61 -47 -80 -94.5t-19 -130.5h-291q1 140 41.5 205t161.5 158q71 58 113.5 125t42.5 150q0 92 -48.5 144t-138.5 52q-74 0 -125.5 -44t-52.5 -129h-284zM325 0v250 h294v-250h-294z" />
<glyph unicode="@" horiz-adv-x="1806" d="M67 478q18 427 255 683.5t626 256.5q387 0 593 -242.5t190 -662.5q-9 -218 -128 -376t-356 -158q-78 0 -135 44t-81 123q-44 -82 -109.5 -123t-153.5 -41q-141 0 -216.5 119t-56.5 315q25 254 144 407t288 153q116 0 186 -26t155 -80l-3 -4h5l-51 -573q-7 -94 14 -129.5 t57 -35.5q115 0 184.5 109t77.5 276q16 354 -136.5 551.5t-471.5 197.5q-304 0 -484.5 -213t-195.5 -571q-18 -355 145.5 -560t469.5 -205q85 0 175.5 20t155.5 50l38 -147q-67 -42 -170.5 -65.5t-202.5 -23.5q-396 0 -610.5 249t-197.5 682zM721 416q-10 -127 18.5 -192.5 t92.5 -65.5q56 0 101.5 26.5t81.5 96.5q0 2 0.5 6t0.5 6l44 496q-23 7 -46.5 11t-47.5 4q-111 0 -169 -96.5t-76 -291.5z" />
<glyph unicode="A" d="M41 0v175l104 15l443 1266h299l440 -1266l104 -15v-175h-496v175l101 18l-64 200h-472l-64 -200l101 -18v-175h-496zM569 608h334l-164 513h-6z" />
<glyph unicode="B" horiz-adv-x="1354" d="M56 0v175l155 30v1045l-155 30v176h155h492q257 0 401 -100t144 -299q0 -101 -53.5 -180.5t-155.5 -119.5q131 -28 196.5 -120t65.5 -213q0 -209 -138 -316.5t-391 -107.5h-716zM503 224h269q116 0 177 50.5t61 149.5q0 107 -52 163.5t-164 56.5h-291v-420zM503 846h210 q117 0 180 48t63 140q0 101 -63.5 149t-189.5 48h-200v-385z" />
<glyph unicode="C" horiz-adv-x="1327" d="M52 703v49q0 317 186 521t481 204q169 0 305 -61.5t225 -162.5v-288h-217l-30 194q-43 43 -108.5 68t-154.5 25q-190 0 -292.5 -138t-102.5 -360v-51q0 -222 102 -361t288 -139q86 0 157.5 25t110.5 68l30 194h217v-288q-88 -102 -224.5 -162.5t-305.5 -60.5 q-293 0 -480 203t-187 521z" />
<glyph unicode="D" horiz-adv-x="1411" d="M56 0v175l155 30v1045l-155 30v176h155h500q267 0 440 -170.5t173 -437.5v-241q0 -268 -173 -437.5t-440 -169.5h-655zM503 224h193q157 0 246 106t89 277v243q0 169 -89 275t-246 106h-193v-1007z" />
<glyph unicode="E" horiz-adv-x="1308" d="M56 0v175l155 30v1045l-155 30v176h155h995v-399h-224l-13 174h-466v-366h493v-225h-493v-416h470l13 174h222v-398h-1152z" />
<glyph unicode="F" horiz-adv-x="1265" d="M56 0v175l155 30v1045l-155 30v176h1159v-399h-224l-13 174h-475v-401h510v-225h-510v-400l156 -30v-175h-603z" />
<glyph unicode="G" horiz-adv-x="1353" d="M47 690v50q0 327 182.5 532t476.5 205q171 0 312.5 -54.5t235.5 -147.5v-293h-216l-41 195q-40 34 -105.5 54.5t-150.5 20.5q-191 0 -297 -141t-106 -369v-52q0 -222 104 -354.5t300 -132.5q88 0 142.5 15t85.5 35v247l-208 16v205h501v-559q-71 -70 -207 -126.5 t-344 -56.5q-295 0 -480 197.5t-185 513.5z" />
<glyph unicode="H" horiz-adv-x="1601" d="M56 0v175l155 30v1045l-155 30v176h603v-176l-156 -30v-420h594v420l-156 30v176h156h291h156v-176l-156 -30v-1045l156 -30v-175h-603v175l156 30v400h-594v-400l156 -30v-175h-603z" />
<glyph unicode="I" horiz-adv-x="713" d="M55 0v175l156 30v1045l-156 30v176h603v-176l-156 -30v-1045l156 -30v-175h-603z" />
<glyph unicode="J" horiz-adv-x="1192" d="M35 417l2 6h284q0 -115 55 -167.5t148 -52.5q81 0 137.5 62.5t56.5 171.5v813l-156 30v176h447h156v-176l-156 -30v-813q0 -211 -137.5 -334.5t-347.5 -123.5q-228 0 -361 111q-128 107 -128 311v16z" />
<glyph unicode="K" horiz-adv-x="1464" d="M56 0v175l155 30v1045l-155 30v176h595v-176l-148 -30v-389h127l280 407l-86 12v176h577v-176l-158 -27l-358 -478l402 -575l146 -25v-175h-577v175l90 12l-280 421h-163v-403l148 -30v-175h-595z" />
<glyph unicode="L" horiz-adv-x="1200" d="M56 0v175l155 30v1045l-155 30v176h155h292h156v-176l-156 -30v-1026h411l14 183h223v-407h-1095z" />
<glyph unicode="M" horiz-adv-x="1929" d="M56 0v175l155 30v1045l-155 30v176h155h381l371 -1073h6l374 1073h538v-176l-156 -30v-1045l156 -30v-175h-603v175l155 30v229l28 643l-6 1l-390 -1078h-196l-388 1074l-6 -1l28 -639v-229l156 -30v-175h-603z" />
<glyph unicode="N" horiz-adv-x="1582" d="M56 0v175l155 30v1045l-155 30v176h155h292l588 -980l6 1v773l-156 30v176h447h156v-176l-156 -30v-1250h-291l-588 980l-6 -1v-774l156 -30v-175h-603z" />
<glyph unicode="O" horiz-adv-x="1448" d="M67 717v22q0 318 181 528t476 210q296 0 479.5 -210t183.5 -528v-22q0 -320 -183 -529t-479 -209q-295 0 -476.5 209t-181.5 529zM359 717q0 -230 91.5 -370.5t274.5 -140.5q185 0 278 140.5t93 370.5v24q0 226 -94 367t-278 141t-274.5 -140t-90.5 -368v-24z" />
<glyph unicode="P" horiz-adv-x="1325" d="M56 0v175l155 30v1045l-155 30v176h155h538q250 0 394.5 -128.5t144.5 -336.5q0 -209 -144.5 -336t-394.5 -127h-246v-323l156 -30v-175h-603zM503 753h246q122 0 184.5 66.5t62.5 169.5q0 105 -62.5 173.5t-184.5 68.5h-246v-478z" />
<glyph unicode="Q" horiz-adv-x="1449" d="M67 717v22q0 318 181 528t476 210q296 0 479.5 -210t183.5 -528v-22q0 -190 -68.5 -347t-191.5 -256l310 -193l-206 -159l-349 235q-39 -8 -78.5 -13t-78.5 -5q-295 0 -476.5 209t-181.5 529zM359 717q0 -230 91.5 -370.5t274.5 -140.5q185 0 278 140.5t93 370.5v24 q0 226 -94 367t-278 141t-274.5 -140t-90.5 -368v-24z" />
<glyph unicode="R" horiz-adv-x="1408" d="M56 0v175l155 30v1045l-155 30v176h155h499q248 0 389 -113.5t141 -313.5q0 -110 -59 -191t-173 -131q129 -38 185.5 -126.5t56.5 -219.5v-74q0 -48 19 -74.5t63 -31.5l36 -5v-176h-151q-143 0 -201 77t-58 199v83q0 106 -56.5 166.5t-159.5 63.5h-239v-384l156 -30v-175 h-603zM503 814h202q122 0 183 52t61 150t-60.5 156.5t-178.5 58.5h-207v-417z" />
<glyph unicode="S" horiz-adv-x="1242" d="M97 1071q0 177 150 289.5t377 115.5q168 0 306 -51t232 -136v-298h-219l-38 200q-38 24 -111 42t-155 18q-120 0 -185.5 -50.5t-65.5 -130.5q0 -74 68.5 -121.5t236.5 -100.5q241 -67 365.5 -177t124.5 -289q0 -187 -148 -295t-390 -108q-173 0 -312.5 55t-232.5 152v304 h226l31 -207q44 -36 119.5 -59.5t168.5 -23.5q120 0 182.5 49t62.5 131q0 84 -59.5 135t-208.5 96q-259 75 -392 178t-133 282z" />
<glyph unicode="T" horiz-adv-x="1377" d="M40 1068v388h1298v-388h-224l-12 163h-268v-1026l156 -30v-175h-604v175l156 30v1026h-267l-12 -163h-223z" />
<glyph unicode="U" horiz-adv-x="1547" d="M39 1280v176h155h292h156v-176l-156 -30v-760q0 -144 77.5 -215.5t212.5 -71.5q137 0 215 71t78 216v760l-155 30v176h603v-176l-156 -30v-760q0 -245 -161.5 -378t-423.5 -133q-261 0 -421.5 133t-160.5 378v760z" />
<glyph unicode="V" horiz-adv-x="1468" d="M34 1280v176h532v-176l-111 -20l258 -873l18 -80h6l17 78l259 875l-110 20v176h532v-176l-122 -16l-429 -1264h-300l-430 1264z" />
<glyph unicode="W" horiz-adv-x="1972" d="M29 1280v176h536v-176l-133 -23l167 -798l6 -1l273 998h215l275 -998l6 1l166 798l-133 23v176h535v-176l-120 -15l-295 -1265h-271l-267 961h-6l-267 -961h-271l-297 1265z" />
<glyph unicode="X" horiz-adv-x="1438" d="M33 0v175l123 24l385 535l-375 521l-122 25v176h559v-176l-119 -13l225 -357l226 357l-117 13v176h561v-176l-122 -25l-375 -521l393 -534l129 -25v-175h-573v175l116 12l-234 368l-235 -368l117 -12v-175h-562z" />
<glyph unicode="Y" horiz-adv-x="1398" d="M36 1280v176h551v-176l-119 -17l226 -478h6l226 478l-118 17v176h551v-176l-124 -20l-396 -748v-307l156 -30v-175h-603v175l156 30v322l-389 733z" />
<glyph unicode="Z" horiz-adv-x="1226" d="M74 0v152l710 1079h-463l-23 -176h-223l22 401h1046v-146l-713 -1086h507l24 176h222l-22 -400h-1087z" />
<glyph unicode="[" horiz-adv-x="578" d="M139 -336v2027h433v-216h-141v-1595h141v-216h-433z" />
<glyph unicode="\" horiz-adv-x="854" d="M12 1456h288l608 -1581h-288z" />
<glyph unicode="]" horiz-adv-x="569" d="M11 -120h143v1595h-143v216h434v-2027h-434v216z" />
<glyph unicode="^" horiz-adv-x="884" d="M45 729l299 727h212l299 -727h-231l-165 413l-8 34h-6l-7 -34l-162 -413h-231z" />
<glyph unicode="_" horiz-adv-x="1094" d="M92 0h910v-186h-910v186z" />
<glyph unicode="`" horiz-adv-x="622" d="M64 1472l2 6h310l196 -266h-236z" />
<glyph unicode="a" horiz-adv-x="1125" d="M74 301q0 152 122 235t358 83h149v106q0 78 -45 121t-133 43q-50 0 -89 -11.5t-63 -27.5l-19 -116h-220l1 240q80 54 183.5 91t225.5 37q201 0 326.5 -98.5t125.5 -280.5v-447q0 -25 0.5 -47t3.5 -42l89 -12v-175h-337q-12 27 -21 55.5t-14 57.5q-52 -60 -126.5 -97 t-170.5 -37q-159 0 -252.5 86.5t-93.5 235.5zM365 312q0 -55 35.5 -86t98.5 -31q66 0 120 28.5t84 71.5v165h-149q-93 0 -141 -43.5t-48 -104.5z" />
<glyph unicode="b" horiz-adv-x="1181" d="M-22 1384v176h446v-593q47 65 112.5 100t150.5 35q206 0 314 -155.5t108 -414.5v-21q0 -242 -108 -387t-312 -145q-95 0 -165 39.5t-118 114.5l-21 -133h-252v1354zM424 308q27 -50 74.5 -76t116.5 -26q113 0 158 79.5t45 225.5v21q0 158 -46.5 250.5t-158.5 92.5 q-68 0 -115 -28.5t-74 -81.5v-457z" />
<glyph unicode="c" horiz-adv-x="1079" d="M67 525v30q0 239 134.5 393t383.5 154q131 0 235 -39t173 -110l4 -289h-237l-48 169q-22 19 -54 31.5t-73 12.5q-124 0 -175 -90t-51 -232v-30q0 -145 47 -233.5t165 -88.5q78 0 125 45.5t47 121.5h264l3 -6v-10q0 -156 -123 -264q-127 -110 -316 -111q-242 0 -373 153 t-131 393z" />
<glyph unicode="d" horiz-adv-x="1212" d="M67 511v21q0 256 111 413t312 157q81 0 146 -35.5t114 -100.5v388l-156 30v176h156h292v-1355l140 -30v-175h-393l-22 132q-51 -75 -120.5 -114t-158.5 -39q-200 0 -310.5 146t-110.5 386zM359 511q0 -142 47.5 -223.5t155.5 -81.5q64 0 111 26t77 75v459 q-30 52 -76.5 80.5t-109.5 28.5q-107 0 -156 -95t-49 -248v-21z" />
<glyph unicode="e" horiz-adv-x="1091" d="M67 510v40q1 241 133 397q132 155 352 155h3q219 0 340 -132t121 -357v-159h-646l-2 -6q8 -107 71.5 -176t172.5 -69q97 0 161 19.5t140 61.5l79 -180q-67 -53 -173.5 -89t-237.5 -36q-234 0 -374 150t-140 381zM369 652l3 -5h358v26q0 93 -43.5 148.5t-131.5 55.5 q-81 0 -128 -62t-58 -163z" />
<glyph unicode="f" horiz-adv-x="762" d="M59 877v205h161v120q0 182 105 280.5t295 98.5q37 0 75.5 -5.5t84.5 -15.5l-25 -217q-24 4 -46.5 7t-52.5 3q-71 0 -107.5 -39t-36.5 -112v-120h215v-205h-215v-672l141 -30v-175h-574v175l141 30v672h-161z" />
<glyph unicode="g" horiz-adv-x="1170" d="M81 511v21q0 256 111.5 413t312.5 157q91 0 160 -40.5t118 -115.5l21 136h254v-1050q0 -214 -134.5 -341.5t-369.5 -127.5q-82 0 -174 22.5t-170 61.5l54 205q70 -30 140 -47.5t148 -17.5q107 0 160 65t53 181v71q-48 -61 -113 -93t-149 -32q-199 0 -310.5 146.5 t-111.5 385.5zM373 511q0 -142 48 -223.5t156 -81.5q67 0 113.5 24.5t74.5 71.5v470q-28 49 -74.5 76t-111.5 27q-107 0 -156.5 -95t-49.5 -248v-21z" />
<glyph unicode="h" horiz-adv-x="1302" d="M32 1384v176h447v-616q51 75 125 116.5t164 41.5q170 0 266.5 -112.5t96.5 -347.5v-437l140 -30v-175h-558v175l126 30v439q0 126 -44.5 178.5t-132.5 52.5q-61 0 -106.5 -22t-76.5 -62v-586l126 -30v-175h-558v175l141 30v1149z" />
<glyph unicode="i" horiz-adv-x="660" d="M39 906v176h448v-877l140 -30v-175h-573v175l141 30v671zM195 1341v219h292v-219h-292z" />
<glyph unicode="j" horiz-adv-x="599" d="M-33 -420l14 223q22 -6 45 -9t50 -3q59 0 91.5 41.5t32.5 127.5v916l-156 30v176h448v-1122q0 -190 -101 -293.5t-280 -103.5q-41 0 -74.5 4t-69.5 13zM194 1343v217h292v-217h-292z" />
<glyph unicode="k" horiz-adv-x="1249" d="M32 1384v176h447v-904h65l168 237l-95 13v176h532v-176l-128 -29l-195 -268l273 -411l111 -23v-175h-500v175l60 10l-166 268h-125v-248l126 -30v-175h-558v175l141 30v1149z" />
<glyph unicode="l" horiz-adv-x="653" d="M32 1384v176h448v-1355l141 -30v-175h-574v175l141 30v1149z" />
<glyph unicode="m" horiz-adv-x="1905" d="M29 906v176h427l12 -143q52 78 130.5 120.5t181.5 42.5q104 0 178 -46t112 -139q50 87 130 136t188 49q160 0 252.5 -110.5t92.5 -336.5v-450l141 -30v-175h-559v175l126 30v451q0 123 -40 171t-119 48q-62 0 -107.5 -27.5t-72.5 -76.5q0 -19 1 -32.5t1 -27.5v-506 l118 -30v-175h-527v175l118 30v451q0 120 -40 169.5t-120 49.5q-59 0 -103.5 -22.5t-73.5 -63.5v-584l126 -30v-175h-558v175l141 30v671z" />
<glyph unicode="n" horiz-adv-x="1300" d="M32 906v176h427l13 -155q54 83 133 129t177 46q164 0 256 -103t92 -323v-471l140 -30v-175h-558v175l125 30v470q0 109 -44 154.5t-133 45.5q-58 0 -104 -23.5t-77 -66.5v-580l118 -30v-175h-550v175l140 30v671z" />
<glyph unicode="o" horiz-adv-x="1148" d="M63 530v21q0 242 135.5 396.5t374.5 154.5q240 0 375.5 -154t135.5 -397v-21q0 -244 -135.5 -397.5t-373.5 -153.5q-241 0 -376.5 153.5t-135.5 397.5zM355 530q0 -148 52 -237.5t168 -89.5q113 0 165.5 90t52.5 237v21q0 144 -53 235t-167 91t-166 -91t-52 -235v-21z " />
<glyph unicode="p" horiz-adv-x="1240" d="M41 906v176h424l14 -126q48 70 115 108t156 38q201 0 312 -157t111 -413v-21q0 -240 -111 -386t-310 -146q-85 0 -151 31.5t-113 92.5v-313l141 -30v-176h-573v176l141 30v1086zM488 297q27 -46 73.5 -70t114.5 -24q106 0 155.5 83t49.5 225v21q0 153 -51 248t-156 95 q-66 0 -112.5 -27t-73.5 -77v-474z" />
<glyph unicode="q" horiz-adv-x="1154" d="M67 511v21q0 256 111 413t312 157q88 0 156 -39t117 -111l23 130h253v-1292l141 -30v-176h-574v176l141 30v310q-48 -60 -112.5 -90.5t-146.5 -30.5q-200 0 -310.5 146t-110.5 386zM359 511q0 -143 47.5 -225.5t155.5 -82.5q64 0 110 23.5t75 69.5v481q-29 48 -74.5 74 t-108.5 26q-107 0 -156 -95.5t-49 -249.5v-21z" />
<glyph unicode="r" horiz-adv-x="862" d="M70 906v176h427l13 -158q38 84 98 131t139 47q23 0 48.5 -3.5t42.5 -8.5l-31 -266l-120 3q-64 0 -106 -25t-64 -71v-526l140 -30v-175h-572v175l140 30v671z" />
<glyph unicode="s" horiz-adv-x="1054" d="M97 767q0 136 112 234.5t319 98.5q126 0 238.5 -34t176.5 -87l3 -269h-196l-31 135q-30 24 -75.5 40t-100.5 16q-77 0 -122 -34.5t-45 -86.5q0 -49 43 -81.5t172 -57.5q201 -40 298 -117.5t97 -213.5q0 -146 -125.5 -238.5t-330.5 -92.5q-125 0 -229.5 36.5t-185.5 104.5 l-3 243h204l40 -141q26 -22 71 -32.5t94 -10.5q89 0 135.5 32t46.5 87q0 48 -47 83t-173 62q-191 39 -288.5 115.5t-97.5 208.5z" />
<glyph unicode="t" horiz-adv-x="764" d="M44 877v205h159v265h291v-265h190v-205h-190v-551q0 -63 26 -90t70 -27q30 0 52.5 2.5t50.5 8.5l25 -211q-49 -15 -97 -22.5t-104 -7.5q-151 0 -232.5 83t-81.5 263v552h-159z" />
<glyph unicode="u" horiz-adv-x="1278" d="M33 906v176h119h292v-655q0 -118 39.5 -169.5t117.5 -51.5q69 0 119.5 22.5t82.5 64.5v583l-128 30v176h128h292v-877l131 -30v-175h-387l-19 137q-52 -76 -128.5 -117t-174.5 -41q-171 0 -268 109.5t-97 340.5v447z" />
<glyph unicode="v" horiz-adv-x="1167" d="M31 906v176h491v-176l-102 -19l143 -484l19 -102h6l21 102l141 483l-104 20v176h491v-176l-94 -15l-319 -891h-279l-320 891z" />
<glyph unicode="w" horiz-adv-x="1642" d="M39 906v176h490v-176l-115 -22l102 -495h6l202 693h196l204 -695h6l101 496l-116 23v176h490v-176l-109 -14l-226 -892h-244l-201 644h-6l-201 -644h-243l-227 892z" />
<glyph unicode="x" horiz-adv-x="1191" d="M32 0v175l101 16l294 356l-284 342l-101 17v176h487v-169l-99 -12l164 -208l161 208l-101 12v169h489v-176l-98 -17l-278 -342l293 -356l102 -16v-175h-495v168l99 12l-168 218l-171 -219l87 -11v-168h-482z" />
<glyph unicode="y" horiz-adv-x="1212" d="M26 906v176h530v-176l-121 -20l148 -432l15 -78l6 -1l171 511l-122 20v176h530v-176l-101 -15l-398 -1053q-47 -117 -125.5 -196t-236.5 -79q-37 0 -69.5 6t-76.5 17l34 213q14 -2 29 -4t26 -2q73 0 112 35.5t60 88.5l33 82l-343 891z" />
<glyph unicode="z" horiz-adv-x="1070" d="M88 0v172l515 684h-265l-11 -143h-224v369h866v-167l-519 -691h302l12 144h223v-368h-899z" />
<glyph unicode="{" horiz-adv-x="654" d="M39 518v201q91 0 134.5 54.5t43.5 155.5v203q0 171 82.5 290.5t277.5 174.5l56 -157q-86 -31 -120.5 -110.5t-34.5 -197.5v-203q0 -104 -45 -184.5t-135 -125.5q90 -47 135 -127.5t45 -182.5v-203q0 -118 34.5 -197.5t120.5 -110.5l-56 -158q-195 55 -277.5 175 t-82.5 291v203q0 99 -43.5 154t-134.5 55z" />
<glyph unicode="|" horiz-adv-x="428" d="M132 -270v1726h175v-1726h-175z" />
<glyph unicode="}" horiz-adv-x="651" d="M11 -202q84 31 119 110.5t35 197.5v203q0 104 46 184t140 125q-94 45 -140 125.5t-46 185.5v203q0 118 -35 197.5t-119 110.5l56 157q194 -55 277 -174.5t83 -290.5v-203q0 -101 43 -155.5t134 -54.5v-201q-91 0 -134 -55t-43 -154v-203q0 -171 -83 -291t-277 -175z" />
<glyph unicode="~" horiz-adv-x="1323" d="M100 448q0 162 86.5 269.5t223.5 107.5q83 0 158.5 -33.5t150.5 -99.5q49 -45 87 -64.5t81 -19.5q51 0 88 52t37 125l202 -27q0 -161 -88.5 -270.5t-223.5 -109.5q-85 0 -157 31.5t-150 101.5q-50 44 -88 64t-82 20q-52 0 -88 -51t-36 -122z" />
<glyph unicode="&#xa1;" horiz-adv-x="524" d="M130 -374v953h293v-953h-293zM130 825v257h293v-257h-293z" />
<glyph unicode="&#xa2;" horiz-adv-x="1092" d="M80 525v30q0 203 100 348.5t287 185.5v229h200v-219q107 -10 193 -47.5t146 -98.5l4 -289h-237l-48 169q-22 19 -54 31.5t-73 12.5q-124 0 -175 -90t-51 -232v-30q0 -145 47 -233.5t165 -88.5q78 0 125 45.5t47 121.5h265l3 -6q3 -144 -98 -249.5t-259 -128.5v-231h-200 v235q-188 36 -287.5 181.5t-99.5 353.5z" />
<glyph unicode="&#xa3;" horiz-adv-x="1177" d="M57 588v225h155l-8 214q0 210 120.5 330t322.5 120q215 0 333.5 -111.5t114.5 -294.5l-2 -6h-285q0 96 -46 141.5t-116 45.5q-71 0 -111 -59t-40 -166l10 -214h356v-225h-346l4 -85q0 -78 -30 -150t-86 -129h479l12 144h223v-368h-997v224h10q47 12 70.5 94.5t23.5 171.5 l-4 98h-163z" />
<glyph unicode="&#xa4;" horiz-adv-x="1432" d="M82 118l135 137q-49 76 -74.5 165.5t-25.5 187.5q0 101 28 193.5t81 171.5l-144 147l141 144l142 -145q74 55 162 85t185 30q96 0 185 -30.5t164 -86.5l145 148l142 -145l-148 -151q51 -78 79 -169.5t28 -191.5q0 -97 -25.5 -185.5t-72.5 -163.5l139 -141l-142 -145 l-132 134q-77 -61 -169.5 -94t-192.5 -33q-101 0 -193 32.5t-167 93.5l-129 -132zM302 608q0 -184 119.5 -311.5t290.5 -127.5q170 0 289.5 127t119.5 312q0 183 -119.5 310t-289.5 127q-171 0 -290.5 -127t-119.5 -310z" />
<glyph unicode="&#xa5;" horiz-adv-x="1401" d="M41 1280v176h536v-176l-68 -13l193 -418h6l193 418l-68 13v176h536v-176l-166 -22l-276 -516h244v-165h-324v-125h324v-164h-324v-83l140 -30v-175h-587v175l155 30v83h-339v164h339v125h-339v165h267l-276 516z" />
<glyph unicode="&#xa6;" horiz-adv-x="513" d="M134 -270v795h261v-795h-261zM134 698v758h261v-758h-261z" />
<glyph unicode="&#xa7;" horiz-adv-x="1243" d="M85 536q0 88 42 157t122 114q-69 50 -103.5 120.5t-34.5 168.5q0 172 141.5 276.5t378.5 104.5q244 0 381 -111t132 -311l-2 -6h-282q0 88 -60.5 145.5t-168.5 57.5q-114 0 -170.5 -43.5t-56.5 -110.5q0 -75 55.5 -113.5t231.5 -86.5q247 -64 364 -157.5t117 -265.5 q0 -91 -42 -159t-121 -111q68 -51 102.5 -121.5t34.5 -167.5q0 -177 -140.5 -277t-377.5 -100q-232 0 -387 99.5t-150 317.5l2 6l282 1q0 -106 72.5 -152t180.5 -46q107 0 166.5 41.5t59.5 108.5t-60.5 107.5t-229.5 90.5q-245 64 -362 157.5t-117 265.5zM377 562 q0 -81 55 -122t232 -93q34 -10 68.5 -20t69.5 -21q39 22 60.5 59t21.5 85q0 71 -62 116t-231 97q-40 10 -74 21t-65 22q-38 -22 -56.5 -59t-18.5 -85z" />
<glyph unicode="&#xa8;" horiz-adv-x="1031" d="M144 1252v204h267v-204h-267zM644 1252v204h267v-204h-267z" />
<glyph unicode="&#xa9;" horiz-adv-x="1566" d="M74 729q0 315 207 531t503 216q295 0 502.5 -216t207.5 -531q0 -316 -208 -533t-502 -217q-296 0 -503 217t-207 533zM196 729q0 -264 171.5 -444.5t416.5 -180.5q244 0 415.5 180.5t171.5 444.5q0 263 -171.5 442.5t-415.5 179.5q-246 0 -417 -179.5t-171 -442.5z M421 669v119q0 173 94.5 280t254.5 107q157 0 245.5 -79.5t84.5 -228.5l-2 -6h-148q0 94 -45 136.5t-135 42.5q-94 0 -144 -69t-50 -182v-120q0 -115 50 -183.5t144 -68.5q90 0 134.5 41.5t44.5 137.5h148l2 -6q4 -151 -84 -229.5t-245 -78.5q-160 0 -254.5 106t-94.5 281z " />
<glyph unicode="&#xaa;" horiz-adv-x="867" d="M94 920q0 111 84.5 171t246.5 60h137v51q0 62 -29.5 94.5t-86.5 32.5q-66 0 -102 -26t-36 -73l-165 13l-1 6q-6 98 79 163t225 65q134 0 212.5 -71t78.5 -205v-314q0 -51 6 -95t20 -86h-177q-8 21 -13 44.5t-8 49.5q-33 -47 -88.5 -77.5t-133.5 -30.5q-119 0 -184 61 t-65 167zM269 924q0 -43 29 -65.5t88 -22.5q51 0 105 30t71 65v103h-136q-74 0 -115.5 -32t-41.5 -78z" />
<glyph unicode="&#xab;" horiz-adv-x="953" d="M4 116zM4 506v19l280 390h187l-240 -400l240 -399h-187zM399 506v19l280 390h187l-240 -400l240 -399h-187z" />
<glyph unicode="&#xac;" horiz-adv-x="1098" d="M114 634v171h835v-431h-200v260h-635z" />
<glyph unicode="&#xad;" horiz-adv-x="815" d="M131 510v225h564v-225h-564zM131 510z" />
<glyph unicode="&#xae;" horiz-adv-x="1566" d="M74 729q0 315 207 531t503 216q295 0 502.5 -216t207.5 -531q0 -316 -208 -533t-502 -217q-296 0 -503 217t-207 533zM196 729q0 -264 171.5 -444.5t416.5 -180.5q244 0 415.5 180.5t171.5 444.5q0 263 -171.5 442.5t-415.5 179.5q-246 0 -417 -179.5t-171 -442.5z M489 316v850h281q151 0 238 -68t87 -194q0 -58 -29 -101.5t-85 -74.5q58 -30 84.5 -84.5t26.5 -128.5v-56q0 -41 3.5 -73.5t13.5 -53.5v-16h-155q-9 21 -11 61.5t-2 82.5v54q0 71 -33.5 105t-109.5 34h-158v-337h-151zM640 787h136q71 0 120 30t49 86q0 72 -39 101t-136 29 h-130v-246z" />
<glyph unicode="&#xaf;" horiz-adv-x="1008" d="M146 1292v165h731v-165h-731z" />
<glyph unicode="&#xb0;" horiz-adv-x="745" d="M106 1203q0 112 80 193t192 81q110 0 189 -81t79 -193q0 -114 -78.5 -192.5t-189.5 -78.5q-113 0 -192.5 79t-79.5 192zM253 1203q0 -53 36.5 -88.5t88.5 -35.5t87 35t35 89t-35.5 91t-86.5 37q-52 0 -88.5 -37t-36.5 -91z" />
<glyph unicode="&#xb1;" horiz-adv-x="1040" d="M66 715v232h333v363h256v-363h327v-232h-327v-383h-256v383h-333zM119 1v228h834v-228h-834z" />
<glyph unicode="&#xb2;" horiz-adv-x="823" d="M101 1223q-6 106 82.5 181t236.5 75q144 0 222.5 -65t78.5 -183q0 -82 -53.5 -144.5t-177.5 -165.5l-109 -93l2 -6h346v-155h-623v155l310 252q60 50 77.5 83.5t17.5 74.5q0 39 -23.5 65.5t-72.5 26.5q-55 0 -83 -30t-28 -77h-201z" />
<glyph unicode="&#xb3;" horiz-adv-x="833" d="M88 893l2 6h200q0 -42 31.5 -65.5t91.5 -23.5q56 0 90 24t34 68q0 50 -35 77t-101 27h-112v133h112q62 0 91.5 24.5t29.5 70.5q0 38 -28 63.5t-84 25.5q-51 0 -79 -22t-28 -53h-200l-2 6q-6 101 82 162.5t222 61.5q151 0 239.5 -59.5t88.5 -169.5q0 -55 -35.5 -100.5 t-96.5 -70.5q71 -24 108.5 -71.5t37.5 -115.5q0 -112 -89.5 -174t-242.5 -62q-145 0 -239 62.5t-88 175.5z" />
<glyph unicode="&#xb4;" horiz-adv-x="644" d="M82 1212l199 266h309l2 -6l-276 -260h-234z" />
<glyph unicode="&#xb5;" horiz-adv-x="1347" d="M55 906v176h156h291v-620q0 -149 44.5 -202.5t134.5 -53.5q76 0 126 27.5t78 80.5v562l-156 30v176h447v-877l141 -30v-175h-412l-6 68q-44 -44 -100.5 -66.5t-124.5 -22.5q-51 0 -94 10.5t-78 32.5v-438h-291v1292z" />
<glyph unicode="&#xb6;" horiz-adv-x="1127" d="M54 988q0 207 129.5 337.5t362.5 130.5h375v-1251l155 -30v-175h-603v175l156 30v315h-83q-233 0 -362.5 129.5t-129.5 338.5zM921 1250v206h155v-176z" />
<glyph unicode="&#xb7;" horiz-adv-x="553" d="M145 568v260h292v-260h-292z" />
<glyph unicode="&#xb8;" horiz-adv-x="500" d="M83 -136l31 142h219l-11 -57q64 -11 107 -52t43 -121q0 -107 -91.5 -171t-259.5 -64l-7 161q51 0 81 20.5t30 62.5q0 41 -32 57.5t-110 21.5z" />
<glyph unicode="&#xb9;" horiz-adv-x="536" d="M102 1295v159l337 23v-812h-210v630h-127z" />
<glyph unicode="&#xba;" horiz-adv-x="914" d="M109 1025v117q0 148 94 241.5t252 93.5t252.5 -93.5t94.5 -241.5v-117q0 -149 -94 -241.5t-251 -92.5q-159 0 -253.5 92.5t-94.5 241.5zM284 1025q0 -85 44 -136.5t129 -51.5q82 0 126 51.5t44 136.5v117q0 83 -44.5 135t-127.5 52q-84 0 -127.5 -52t-43.5 -135v-117z " />
<glyph unicode="&#xbb;" horiz-adv-x="973" d="M64 151l239 399l-239 400h187l280 -390v-19l-280 -390h-187zM64 151zM470 151l239 399l-239 400h187l280 -390v-19l-280 -390h-187z" />
<glyph unicode="&#xbc;" horiz-adv-x="1413" d="M117 0zM117 1294v159l337 23v-812h-210v630h-127zM240 192l711 1138l142 -75l-711 -1138zM704 265l423 534v2h211v-505h101v-157h-101v-139h-211v139h-410zM919 296h208v257l-6 2l-13 -20z" />
<glyph unicode="&#xbd;" horiz-adv-x="1457" d="M102 0zM102 1294v159l337 23v-812h-210v630h-127zM238 192l711 1138l142 -75l-711 -1138zM824 556q-6 106 82.5 181t236.5 75q144 0 222.5 -65t78.5 -183q0 -82 -53.5 -144.5t-177.5 -165.5l-109 -93l2 -6h346v-155h-623v155l310 252q60 50 77.5 83.5t17.5 74.5 q0 39 -23.5 65.5t-72.5 26.5q-55 0 -83 -30t-28 -77h-201z" />
<glyph unicode="&#xbe;" horiz-adv-x="1635" d="M73 0zM79 894l2 6h200q0 -42 31.5 -65.5t91.5 -23.5q56 0 90 24t34 68q0 50 -35 77t-101 27h-112v133h112q62 0 91.5 24.5t29.5 70.5q0 38 -28 63.5t-84 25.5q-51 0 -79 -22t-28 -53h-200l-2 6q-6 101 82 162.5t222 61.5q151 0 239.5 -59.5t88.5 -169.5 q0 -55 -35.5 -100.5t-96.5 -70.5q71 -24 108.5 -71.5t37.5 -115.5q0 -112 -89.5 -174t-242.5 -62q-145 0 -239 62.5t-88 175.5zM456 192l711 1138l142 -75l-711 -1138zM891 265l423 534v2h211v-505h101v-157h-101v-139h-211v139h-410zM1106 296h208v257l-6 2l-13 -20z" />
<glyph unicode="&#xbf;" horiz-adv-x="945" d="M45 27q0 125 74 233t187 183q60 45 79.5 92.5t19.5 132.5h291q-2 -141 -42.5 -206.5t-159.5 -157.5q-72 -58 -114.5 -125.5t-42.5 -149.5q0 -90 48.5 -142t139.5 -52q73 0 124 43t54 128h283l2 -6q2 -191 -127.5 -292.5t-335.5 -101.5q-226 0 -353 113t-127 308zM403 831 v251h294v-251h-294z" />
<glyph unicode="&#xc0;" d="M41 0v175l104 15l443 1266h299l440 -1266l104 -15v-175h-496v175l101 18l-64 200h-472l-64 -200l101 -18v-175h-496zM41 0zM376 1828l2 6h310l196 -266h-236zM569 608h334l-164 513h-6z" />
<glyph unicode="&#xc1;" d="M41 0v175l104 15l443 1266h299l440 -1266l104 -15v-175h-496v175l101 18l-64 200h-472l-64 -200l101 -18v-175h-496zM41 0zM555 1560l199 266h309l2 -6l-276 -260h-234zM569 608h334l-164 513h-6z" />
<glyph unicode="&#xc2;" d="M41 0v175l104 15l443 1266h299l440 -1266l104 -15v-175h-496v175l101 18l-64 200h-472l-64 -200l101 -18v-175h-496zM41 0zM364 1581v26l282 240h169l287 -243v-23h-217l-155 146l-154 -146h-212zM569 608h334l-164 513h-6z" />
<glyph unicode="&#xc3;" d="M41 0v175l104 15l443 1266h299l440 -1266l104 -15v-175h-496v175l101 18l-64 200h-472l-64 -200l101 -18v-175h-496zM41 0zM346 1624q0 94 59.5 163.5t149.5 69.5q56 0 151.5 -43.5t147.5 -43.5q35 0 60.5 32t25.5 79l155 -45q0 -96 -59.5 -163.5t-150.5 -67.5 q-70 0 -158.5 43.5t-140.5 43.5q-36 0 -60.5 -32.5t-24.5 -77.5zM569 608h334l-164 513h-6z" />
<glyph unicode="&#xc4;" d="M41 0v175l104 15l443 1266h299l440 -1266l104 -15v-175h-496v175l101 18l-64 200h-472l-64 -200l101 -18v-175h-496zM41 0zM334 1601v204h267v-204h-267zM569 608h334l-164 513h-6zM834 1601v204h267v-204h-267z" />
<glyph unicode="&#xc5;" d="M41 0v175l104 15l443 1266h299l440 -1266l104 -15v-175h-496v175l101 18l-64 200h-472l-64 -200l101 -18v-175h-496zM41 0zM519 1745q0 83 61.5 139.5t151.5 56.5q88 0 148.5 -56.5t60.5 -139.5q0 -84 -60.5 -138t-148.5 -54q-91 0 -152 54t-61 138zM569 608h334 l-164 513h-6zM634 1745q0 -43 28 -70.5t70 -27.5q41 0 67 27.5t26 70.5q0 44 -26 72t-67 28q-42 0 -70 -28.5t-28 -71.5z" />
<glyph unicode="&#xc6;" horiz-adv-x="2047" d="M66 0v175l136 20l678 1261h1017v-369h-223l-11 141h-362l16 -366h499v-227h-490l17 -408h381l12 141h222v-368h-1052v175l146 28l-6 151h-430l-83 -165l84 -14v-175h-551zM730 582h306l-23 554l-5 1z" />
<glyph unicode="&#xc7;" horiz-adv-x="1327" d="M52 0zM52 703v49q0 317 186 521t481 204q169 0 305 -61.5t225 -162.5v-288h-217l-30 194q-43 43 -108.5 68t-154.5 25q-190 0 -292.5 -138t-102.5 -360v-51q0 -222 102 -361t288 -139q86 0 157.5 25t110.5 68l30 194h217v-288q-88 -102 -224.5 -162.5t-305.5 -60.5 q-293 0 -480 203t-187 521zM559 -138l31 142h219l-11 -57q64 -11 107 -52t43 -121q0 -107 -91.5 -171t-259.5 -64l-7 161q51 0 81 20.5t30 62.5q0 41 -32 57.5t-110 21.5z" />
<glyph unicode="&#xc8;" horiz-adv-x="1308" d="M56 0v175l155 30v1045l-155 30v176h155h995v-399h-224l-13 174h-466v-366h493v-225h-493v-416h470l13 174h222v-398h-1152zM56 0zM287 1828l2 6h310l196 -266h-236z" />
<glyph unicode="&#xc9;" horiz-adv-x="1308" d="M56 0v175l155 30v1045l-155 30v176h155h995v-399h-224l-13 174h-466v-366h493v-225h-493v-416h470l13 174h222v-398h-1152zM56 0zM466 1560l199 266h309l2 -6l-276 -260h-234z" />
<glyph unicode="&#xca;" horiz-adv-x="1308" d="M56 0v175l155 30v1045l-155 30v176h155h995v-399h-224l-13 174h-466v-366h493v-225h-493v-416h470l13 174h222v-398h-1152zM56 0zM275 1581v26l282 240h169l287 -243v-23h-217l-155 146l-154 -146h-212z" />
<glyph unicode="&#xcb;" horiz-adv-x="1308" d="M56 0v175l155 30v1045l-155 30v176h155h995v-399h-224l-13 174h-466v-366h493v-225h-493v-416h470l13 174h222v-398h-1152zM56 0zM245 1601v204h267v-204h-267zM745 1601v204h267v-204h-267z" />
<glyph unicode="&#xcc;" horiz-adv-x="713" d="M-14 1827l2 6h310l196 -266h-236zM0 0zM55 0v175l156 30v1045l-156 30v176h603v-176l-156 -30v-1045l156 -30v-175h-603z" />
<glyph unicode="&#xcd;" horiz-adv-x="713" d="M55 0v175l156 30v1045l-156 30v176h603v-176l-156 -30v-1045l156 -30v-175h-603zM55 0zM164 1559l199 266h309l2 -6l-276 -260h-234z" />
<glyph unicode="&#xce;" horiz-adv-x="713" d="M-26 1580v26l282 240h169l287 -243v-23h-217l-155 146l-154 -146h-212zM0 0zM55 0v175l156 30v1045l-156 30v176h603v-176l-156 -30v-1045l156 -30v-175h-603z" />
<glyph unicode="&#xcf;" horiz-adv-x="713" d="M-56 1600v204h267v-204h-267zM0 0zM55 0v175l156 30v1045l-156 30v176h603v-176l-156 -30v-1045l156 -30v-175h-603zM444 1600v204h267v-204h-267z" />
<glyph unicode="&#xd0;" horiz-adv-x="1441" d="M46 665v155h195v430l-155 30v176h655q267 0 440 -170.5t173 -437.5v-241q0 -268 -173 -437.5t-440 -169.5h-655v175l155 30v460h-195zM533 224h193q157 0 246 106t89 277v243q0 169 -89 275t-246 106h-193v-411h214v-155h-214v-441z" />
<glyph unicode="&#xd1;" horiz-adv-x="1582" d="M56 0v175l155 30v1045l-155 30v176h155h292l588 -980l6 1v773l-156 30v176h447h156v-176l-156 -30v-1250h-291l-588 980l-6 -1v-774l156 -30v-175h-603zM56 0zM401 1624q0 94 59.5 163.5t149.5 69.5q56 0 151.5 -43.5t147.5 -43.5q35 0 60.5 32t25.5 79l155 -45 q0 -96 -59.5 -163.5t-150.5 -67.5q-70 0 -158.5 43.5t-140.5 43.5q-36 0 -60.5 -32.5t-24.5 -77.5z" />
<glyph unicode="&#xd2;" horiz-adv-x="1448" d="M67 0zM67 717v22q0 318 181 528t476 210q296 0 479.5 -210t183.5 -528v-22q0 -320 -183 -529t-479 -209q-295 0 -476.5 209t-181.5 529zM359 717q0 -230 91.5 -370.5t274.5 -140.5q185 0 278 140.5t93 370.5v24q0 226 -94 367t-278 141t-274.5 -140t-90.5 -368v-24z M372 1827l2 6h310l196 -266h-236z" />
<glyph unicode="&#xd3;" horiz-adv-x="1448" d="M67 0zM67 717v22q0 318 181 528t476 210q296 0 479.5 -210t183.5 -528v-22q0 -320 -183 -529t-479 -209q-295 0 -476.5 209t-181.5 529zM359 717q0 -230 91.5 -370.5t274.5 -140.5q185 0 278 140.5t93 370.5v24q0 226 -94 367t-278 141t-274.5 -140t-90.5 -368v-24z M551 1559l199 266h309l2 -6l-276 -260h-234z" />
<glyph unicode="&#xd4;" horiz-adv-x="1448" d="M67 0zM67 717v22q0 318 181 528t476 210q296 0 479.5 -210t183.5 -528v-22q0 -320 -183 -529t-479 -209q-295 0 -476.5 209t-181.5 529zM359 717q0 -230 91.5 -370.5t274.5 -140.5q185 0 278 140.5t93 370.5v24q0 226 -94 367t-278 141t-274.5 -140t-90.5 -368v-24z M360 1580v26l282 240h169l287 -243v-23h-217l-155 146l-154 -146h-212z" />
<glyph unicode="&#xd5;" horiz-adv-x="1448" d="M67 0zM67 717v22q0 318 181 528t476 210q296 0 479.5 -210t183.5 -528v-22q0 -320 -183 -529t-479 -209q-295 0 -476.5 209t-181.5 529zM342 1623q0 94 59.5 163.5t149.5 69.5q56 0 151.5 -43.5t147.5 -43.5q35 0 60.5 32t25.5 79l155 -45q0 -96 -59.5 -163.5 t-150.5 -67.5q-70 0 -158.5 43.5t-140.5 43.5q-36 0 -60.5 -32.5t-24.5 -77.5zM359 717q0 -230 91.5 -370.5t274.5 -140.5q185 0 278 140.5t93 370.5v24q0 226 -94 367t-278 141t-274.5 -140t-90.5 -368v-24z" />
<glyph unicode="&#xd6;" horiz-adv-x="1448" d="M67 0zM67 717v22q0 318 181 528t476 210q296 0 479.5 -210t183.5 -528v-22q0 -320 -183 -529t-479 -209q-295 0 -476.5 209t-181.5 529zM330 1600v204h267v-204h-267zM359 717q0 -230 91.5 -370.5t274.5 -140.5q185 0 278 140.5t93 370.5v24q0 226 -94 367t-278 141 t-274.5 -140t-90.5 -368v-24zM830 1600v204h267v-204h-267z" />
<glyph unicode="&#xd7;" horiz-adv-x="1068" d="M61 371l309 315l-309 315l171 164l304 -310l304 310l171 -164l-309 -315l309 -315l-171 -164l-304 310l-304 -310z" />
<glyph unicode="&#xd8;" horiz-adv-x="1400" d="M72 717v22q0 318 181 528t476 210q83 0 159 -18.5t144 -53.5l66 113h144l-106 -181q122 -101 189 -256.5t67 -341.5v-22q0 -320 -183 -529t-479 -209q-94 0 -178 22.5t-155 66.5l-95 -163h-144l139 239q-108 100 -166.5 248t-58.5 325zM364 717q0 -100 17 -184.5 t52 -143.5l6 -1l473 812q-39 23 -85 36t-98 13q-184 0 -274.5 -140t-90.5 -368v-24zM519 277q41 -35 93.5 -53t117.5 -18q185 0 278 140.5t93 370.5v24q0 112 -24 206t-70 156l-6 1z" />
<glyph unicode="&#xd9;" horiz-adv-x="1547" d="M39 0zM39 1280v176h155h292h156v-176l-156 -30v-760q0 -144 77.5 -215.5t212.5 -71.5q137 0 215 71t78 216v760l-155 30v176h603v-176l-156 -30v-760q0 -245 -161.5 -378t-423.5 -133q-261 0 -421.5 133t-160.5 378v760zM423 1828l2 6h310l196 -266h-236z" />
<glyph unicode="&#xda;" horiz-adv-x="1547" d="M39 0zM39 1280v176h155h292h156v-176l-156 -30v-760q0 -144 77.5 -215.5t212.5 -71.5q137 0 215 71t78 216v760l-155 30v176h603v-176l-156 -30v-760q0 -245 -161.5 -378t-423.5 -133q-261 0 -421.5 133t-160.5 378v760zM602 1560l199 266h309l2 -6l-276 -260h-234z" />
<glyph unicode="&#xdb;" horiz-adv-x="1547" d="M39 0zM39 1280v176h155h292h156v-176l-156 -30v-760q0 -144 77.5 -215.5t212.5 -71.5q137 0 215 71t78 216v760l-155 30v176h603v-176l-156 -30v-760q0 -245 -161.5 -378t-423.5 -133q-261 0 -421.5 133t-160.5 378v760zM411 1581v26l282 240h169l287 -243v-23h-217 l-155 146l-154 -146h-212z" />
<glyph unicode="&#xdc;" horiz-adv-x="1547" d="M39 0zM39 1280v176h155h292h156v-176l-156 -30v-760q0 -144 77.5 -215.5t212.5 -71.5q137 0 215 71t78 216v760l-155 30v176h603v-176l-156 -30v-760q0 -245 -161.5 -378t-423.5 -133q-261 0 -421.5 133t-160.5 378v760zM381 1601v204h267v-204h-267zM881 1601v204h267 v-204h-267z" />
<glyph unicode="&#xdd;" horiz-adv-x="1398" d="M36 0zM36 1280v176h551v-176l-119 -17l226 -478h6l226 478l-118 17v176h551v-176l-124 -20l-396 -748v-307l156 -30v-175h-603v175l156 30v322l-389 733zM537 1560l199 266h309l2 -6l-276 -260h-234z" />
<glyph unicode="&#xde;" horiz-adv-x="1306" d="M67 0v175l156 30v1045l-156 30v176h448h156v-176l-156 -30v-64h221q254 0 396 -124t142 -324q0 -201 -142 -325t-396 -124h-221v-84l156 -30v-175h-604zM515 514h221q123 0 184.5 63.5t61.5 158.5t-61.5 160t-184.5 65h-221v-447z" />
<glyph unicode="&#xdf;" horiz-adv-x="1321" d="M39 0v175l155 30v896q0 226 129 349t352 123q181 0 299.5 -95.5t118.5 -271.5q0 -108 -53 -205.5t-53 -165.5q0 -56 149.5 -197.5t149.5 -281.5q0 -189 -115 -283t-332 -94q-77 0 -151.5 15t-111.5 41l54 223q36 -22 89.5 -38.5t113.5 -16.5q76 0 119 38t43 103 q0 71 -150 205.5t-150 276.5q0 90 55 190t55 175q0 71 -39.5 114.5t-109.5 43.5q-76 0 -123 -67.5t-47 -184.5v-1097h-447z" />
<glyph unicode="&#xe0;" horiz-adv-x="1125" d="M74 0zM74 301q0 152 122 235t358 83h149v106q0 78 -45 121t-133 43q-50 0 -89 -11.5t-63 -27.5l-19 -116h-220l1 240q80 54 183.5 91t225.5 37q201 0 326.5 -98.5t125.5 -280.5v-447q0 -25 0.5 -47t3.5 -42l89 -12v-175h-337q-12 27 -21 55.5t-14 57.5 q-52 -60 -126.5 -97t-170.5 -37q-159 0 -252.5 86.5t-93.5 235.5zM219 1504l2 6h310l196 -266h-236zM365 312q0 -55 35.5 -86t98.5 -31q66 0 120 28.5t84 71.5v165h-149q-93 0 -141 -43.5t-48 -104.5z" />
<glyph unicode="&#xe1;" horiz-adv-x="1125" d="M74 0zM74 301q0 152 122 235t358 83h149v106q0 78 -45 121t-133 43q-50 0 -89 -11.5t-63 -27.5l-19 -116h-220l1 240q80 54 183.5 91t225.5 37q201 0 326.5 -98.5t125.5 -280.5v-447q0 -25 0.5 -47t3.5 -42l89 -12v-175h-337q-12 27 -21 55.5t-14 57.5 q-52 -60 -126.5 -97t-170.5 -37q-159 0 -252.5 86.5t-93.5 235.5zM365 312q0 -55 35.5 -86t98.5 -31q66 0 120 28.5t84 71.5v165h-149q-93 0 -141 -43.5t-48 -104.5zM398 1236l199 266h309l2 -6l-276 -260h-234z" />
<glyph unicode="&#xe2;" horiz-adv-x="1125" d="M74 0zM74 301q0 152 122 235t358 83h149v106q0 78 -45 121t-133 43q-50 0 -89 -11.5t-63 -27.5l-19 -116h-220l1 240q80 54 183.5 91t225.5 37q201 0 326.5 -98.5t125.5 -280.5v-447q0 -25 0.5 -47t3.5 -42l89 -12v-175h-337q-12 27 -21 55.5t-14 57.5 q-52 -60 -126.5 -97t-170.5 -37q-159 0 -252.5 86.5t-93.5 235.5zM207 1257v26l282 240h169l287 -243v-23h-217l-155 146l-154 -146h-212zM365 312q0 -55 35.5 -86t98.5 -31q66 0 120 28.5t84 71.5v165h-149q-93 0 -141 -43.5t-48 -104.5z" />
<glyph unicode="&#xe3;" horiz-adv-x="1125" d="M74 0zM74 301q0 152 122 235t358 83h149v106q0 78 -45 121t-133 43q-50 0 -89 -11.5t-63 -27.5l-19 -116h-220l1 240q80 54 183.5 91t225.5 37q201 0 326.5 -98.5t125.5 -280.5v-447q0 -25 0.5 -47t3.5 -42l89 -12v-175h-337q-12 27 -21 55.5t-14 57.5 q-52 -60 -126.5 -97t-170.5 -37q-159 0 -252.5 86.5t-93.5 235.5zM189 1300q0 94 59.5 163.5t149.5 69.5q56 0 151.5 -43.5t147.5 -43.5q35 0 60.5 32t25.5 79l155 -45q0 -96 -59.5 -163.5t-150.5 -67.5q-70 0 -158.5 43.5t-140.5 43.5q-36 0 -60.5 -32.5t-24.5 -77.5z M365 312q0 -55 35.5 -86t98.5 -31q66 0 120 28.5t84 71.5v165h-149q-93 0 -141 -43.5t-48 -104.5z" />
<glyph unicode="&#xe4;" horiz-adv-x="1125" d="M74 0zM74 301q0 152 122 235t358 83h149v106q0 78 -45 121t-133 43q-50 0 -89 -11.5t-63 -27.5l-19 -116h-220l1 240q80 54 183.5 91t225.5 37q201 0 326.5 -98.5t125.5 -280.5v-447q0 -25 0.5 -47t3.5 -42l89 -12v-175h-337q-12 27 -21 55.5t-14 57.5 q-52 -60 -126.5 -97t-170.5 -37q-159 0 -252.5 86.5t-93.5 235.5zM177 1277v204h267v-204h-267zM365 312q0 -55 35.5 -86t98.5 -31q66 0 120 28.5t84 71.5v165h-149q-93 0 -141 -43.5t-48 -104.5zM677 1277v204h267v-204h-267z" />
<glyph unicode="&#xe5;" horiz-adv-x="1125" d="M74 0zM74 301q0 152 122 235t358 83h149v106q0 78 -45 121t-133 43q-50 0 -89 -11.5t-63 -27.5l-19 -116h-220l1 240q80 54 183.5 91t225.5 37q201 0 326.5 -98.5t125.5 -280.5v-447q0 -25 0.5 -47t3.5 -42l89 -12v-175h-337q-12 27 -21 55.5t-14 57.5 q-52 -60 -126.5 -97t-170.5 -37q-159 0 -252.5 86.5t-93.5 235.5zM362 1421q0 83 61.5 139.5t151.5 56.5q88 0 148.5 -56.5t60.5 -139.5q0 -84 -60.5 -138t-148.5 -54q-91 0 -152 54t-61 138zM365 312q0 -55 35.5 -86t98.5 -31q66 0 120 28.5t84 71.5v165h-149 q-93 0 -141 -43.5t-48 -104.5zM477 1421q0 -43 28 -70.5t70 -27.5q41 0 67 27.5t26 70.5q0 44 -26 72t-67 28q-42 0 -70 -28.5t-28 -71.5z" />
<glyph unicode="&#xe6;" horiz-adv-x="1784" d="M73 317q0 159 127 245t370 86h181v59q0 79 -41 124.5t-115 45.5q-81 0 -127 -37.5t-46 -93.5l-283 18l-2 6q-6 144 121.5 238t339.5 94q102 0 186 -27.5t143 -79.5q61 52 142.5 79.5t180.5 27.5q212 0 333 -132t121 -358v-158h-650l-2 -6q4 -112 66 -178.5t186 -66.5 q92 0 154 20t140 61l77 -184q-62 -48 -169 -84.5t-233 -36.5q-129 0 -229.5 40.5t-167.5 116.5q-60 -68 -161.5 -112.5t-240.5 -44.5q-192 0 -296.5 90.5t-104.5 247.5zM365 313q0 -59 41.5 -93.5t123.5 -34.5q58 0 121 30.5t100 72.5v176h-179q-98 0 -152.5 -44t-54.5 -107 zM1054 649l2 -5h362v28q0 94 -42.5 149.5t-125.5 55.5q-95 0 -142 -61.5t-54 -166.5z" />
<glyph unicode="&#xe7;" horiz-adv-x="1079" d="M67 0zM67 525v30q0 239 134.5 393t383.5 154q131 0 235 -39t173 -110l4 -289h-237l-48 169q-22 19 -54 31.5t-73 12.5q-124 0 -175 -90t-51 -232v-30q0 -145 47 -233.5t165 -88.5q78 0 125 45.5t47 121.5h264l3 -6q4 -164 -123 -274.5t-316 -110.5q-242 0 -373 153 t-131 393zM406 -138l31 142h219l-11 -57q64 -11 107 -52t43 -121q0 -107 -91.5 -171t-259.5 -64l-7 161q51 0 81 20.5t30 62.5q0 41 -32 57.5t-110 21.5z" />
<glyph unicode="&#xe8;" horiz-adv-x="1091" d="M67 0zM67 510v40q0 241 132.5 397t355.5 155q219 0 340 -132t121 -357v-159h-646l-2 -6q8 -107 71.5 -176t172.5 -69q97 0 161 19.5t140 61.5l79 -180q-67 -53 -173.5 -89t-237.5 -36q-234 0 -374 150t-140 381zM185 1505l2 6h310l196 -266h-236zM369 652l3 -5h358v26 q0 93 -43.5 148.5t-131.5 55.5q-81 0 -128 -62t-58 -163z" />
<glyph unicode="&#xe9;" horiz-adv-x="1091" d="M67 0zM67 510v40q0 241 132.5 397t355.5 155q219 0 340 -132t121 -357v-159h-646l-2 -6q8 -107 71.5 -176t172.5 -69q97 0 161 19.5t140 61.5l79 -180q-67 -53 -173.5 -89t-237.5 -36q-234 0 -374 150t-140 381zM364 1237l199 266h309l2 -6l-276 -260h-234zM369 652l3 -5 h358v26q0 93 -43.5 148.5t-131.5 55.5q-81 0 -128 -62t-58 -163z" />
<glyph unicode="&#xea;" horiz-adv-x="1091" d="M67 0zM67 510v40q0 241 132.5 397t355.5 155q219 0 340 -132t121 -357v-159h-646l-2 -6q8 -107 71.5 -176t172.5 -69q97 0 161 19.5t140 61.5l79 -180q-67 -53 -173.5 -89t-237.5 -36q-234 0 -374 150t-140 381zM173 1258v26l282 240h169l287 -243v-23h-217l-155 146 l-154 -146h-212zM369 652l3 -5h358v26q0 93 -43.5 148.5t-131.5 55.5q-81 0 -128 -62t-58 -163z" />
<glyph unicode="&#xeb;" horiz-adv-x="1091" d="M67 0zM67 510v40q0 241 132.5 397t355.5 155q219 0 340 -132t121 -357v-159h-646l-2 -6q8 -107 71.5 -176t172.5 -69q97 0 161 19.5t140 61.5l79 -180q-67 -53 -173.5 -89t-237.5 -36q-234 0 -374 150t-140 381zM144 1278v204h267v-204h-267zM369 652l3 -5h358v26 q0 93 -43.5 148.5t-131.5 55.5q-81 0 -128 -62t-58 -163zM644 1278v204h267v-204h-267z" />
<glyph unicode="&#xec;" horiz-adv-x="686" d="M7 0zM7 1506l2 6h310l196 -266h-236zM70 906v176h448v-877l140 -30v-175h-573v175l141 30v671z" />
<glyph unicode="&#xed;" horiz-adv-x="686" d="M70 0zM70 906v176h448v-877l140 -30v-175h-573v175l141 30v671zM185 1238l199 266h309l2 -6l-276 -260h-234z" />
<glyph unicode="&#xee;" horiz-adv-x="686" d="M-5 1259v26l282 240h169l287 -243v-23h-217l-155 146l-154 -146h-212zM0 0zM70 906v176h448v-877l140 -30v-175h-573v175l141 30v671z" />
<glyph unicode="&#xef;" horiz-adv-x="686" d="M-35 1279v204h267v-204h-267zM0 0zM70 906v176h448v-877l140 -30v-175h-573v175l141 30v671zM465 1279v204h267v-204h-267z" />
<glyph unicode="&#xf0;" horiz-adv-x="1217" d="M60 468q0 226 134 362.5t365 136.5q75 0 143 -22t118 -61l4 4q-20 75 -59 140t-92 118l-231 -128l-78 113l190 105q-35 19 -71.5 34.5t-73.5 28.5l92 218q85 -21 163 -56t146 -84l208 116l77 -113l-177 -98q110 -117 170 -274.5t60 -346.5v-76q0 -267 -157.5 -436.5 t-392.5 -169.5q-238 0 -388 140.5t-150 348.5zM351 468q0 -111 68.5 -188t182.5 -77q117 0 185.5 107.5t68.5 274.5v78q-34 40 -98.5 66t-152.5 26q-121 0 -187.5 -79t-66.5 -208z" />
<glyph unicode="&#xf1;" horiz-adv-x="1300" d="M32 0zM32 906v176h427l13 -155q54 83 133 129t177 46q164 0 256 -103t92 -323v-471l140 -30v-175h-558v175l125 30v470q0 109 -44 154.5t-133 45.5q-58 0 -104 -23.5t-77 -66.5v-580l118 -30v-175h-550v175l140 30v671zM236 1300q0 94 59.5 163.5t149.5 69.5 q56 0 151.5 -43.5t147.5 -43.5q35 0 60.5 32t25.5 79l155 -45q0 -96 -59.5 -163.5t-150.5 -67.5q-70 0 -158.5 43.5t-140.5 43.5q-36 0 -60.5 -32.5t-24.5 -77.5z" />
<glyph unicode="&#xf2;" horiz-adv-x="1148" d="M63 0zM63 530v21q0 242 135.5 396.5t374.5 154.5q240 0 375.5 -154t135.5 -397v-21q0 -244 -135.5 -397.5t-373.5 -153.5q-241 0 -376.5 153.5t-135.5 397.5zM219 1506l2 6h310l196 -266h-236zM355 530q0 -148 52 -237.5t168 -89.5q113 0 165.5 90t52.5 237v21 q0 144 -53 235t-167 91t-166 -91t-52 -235v-21z" />
<glyph unicode="&#xf3;" horiz-adv-x="1148" d="M63 0zM63 530v21q0 242 135.5 396.5t374.5 154.5q240 0 375.5 -154t135.5 -397v-21q0 -244 -135.5 -397.5t-373.5 -153.5q-241 0 -376.5 153.5t-135.5 397.5zM355 530q0 -148 52 -237.5t168 -89.5q113 0 165.5 90t52.5 237v21q0 144 -53 235t-167 91t-166 -91t-52 -235 v-21zM398 1238l199 266h309l2 -6l-276 -260h-234z" />
<glyph unicode="&#xf4;" horiz-adv-x="1148" d="M63 0zM63 530v21q0 242 135.5 396.5t374.5 154.5q240 0 375.5 -154t135.5 -397v-21q0 -244 -135.5 -397.5t-373.5 -153.5q-241 0 -376.5 153.5t-135.5 397.5zM207 1259v26l282 240h169l287 -243v-23h-217l-155 146l-154 -146h-212zM355 530q0 -148 52 -237.5t168 -89.5 q113 0 165.5 90t52.5 237v21q0 144 -53 235t-167 91t-166 -91t-52 -235v-21z" />
<glyph unicode="&#xf5;" horiz-adv-x="1148" d="M63 0zM63 530v21q0 242 135.5 396.5t374.5 154.5q240 0 375.5 -154t135.5 -397v-21q0 -244 -135.5 -397.5t-373.5 -153.5q-241 0 -376.5 153.5t-135.5 397.5zM189 1302q0 94 59.5 163.5t149.5 69.5q56 0 151.5 -43.5t147.5 -43.5q35 0 60.5 32t25.5 79l155 -45 q0 -96 -59.5 -163.5t-150.5 -67.5q-70 0 -158.5 43.5t-140.5 43.5q-36 0 -60.5 -32.5t-24.5 -77.5zM355 530q0 -148 52 -237.5t168 -89.5q113 0 165.5 90t52.5 237v21q0 144 -53 235t-167 91t-166 -91t-52 -235v-21z" />
<glyph unicode="&#xf6;" horiz-adv-x="1148" d="M63 0zM63 530v21q0 242 135.5 396.5t374.5 154.5q240 0 375.5 -154t135.5 -397v-21q0 -244 -135.5 -397.5t-373.5 -153.5q-241 0 -376.5 153.5t-135.5 397.5zM177 1279v204h267v-204h-267zM355 530q0 -148 52 -237.5t168 -89.5q113 0 165.5 90t52.5 237v21q0 144 -53 235 t-167 91t-166 -91t-52 -235v-21zM677 1279v204h267v-204h-267z" />
<glyph unicode="&#xf7;" horiz-adv-x="1133" d="M56 573v227h1028v-227h-1028zM425 164v233h292v-233h-292zM425 973v233h292v-233h-292z" />
<glyph unicode="&#xf8;" horiz-adv-x="1178" d="M76 530v21q0 242 135.5 396.5t374.5 154.5q45 0 87 -6.5t83 -17.5l67 137h162l-98 -201q101 -72 155.5 -192.5t54.5 -270.5v-21q0 -244 -135.5 -397.5t-373.5 -153.5q-53 0 -101 8t-91 23l-74 -151h-162l108 221q-94 72 -143 188.5t-49 261.5zM368 530q0 -55 6.5 -101 t20.5 -77l5 -1l253 516q-16 4 -33 7t-34 3q-114 0 -166 -91t-52 -235v-21zM499 221q18 -9 40.5 -13.5t48.5 -4.5q113 0 165.5 90t52.5 237v21q0 62 -10 115.5t-29 89.5h-6z" />
<glyph unicode="&#xf9;" horiz-adv-x="1278" d="M33 0zM33 906v176h119h292v-655q0 -118 39.5 -169.5t117.5 -51.5q69 0 119.5 22.5t82.5 64.5v583l-128 30v176h128h292v-877l131 -30v-175h-387l-19 137q-52 -76 -128.5 -117t-174.5 -41q-171 0 -268 109.5t-97 340.5v447zM252 1506l2 6h310l196 -266h-236z" />
<glyph unicode="&#xfa;" horiz-adv-x="1278" d="M33 0zM33 906v176h119h292v-655q0 -118 39.5 -169.5t117.5 -51.5q69 0 119.5 22.5t82.5 64.5v583l-128 30v176h128h292v-877l131 -30v-175h-387l-19 137q-52 -76 -128.5 -117t-174.5 -41q-171 0 -268 109.5t-97 340.5v447zM431 1238l199 266h309l2 -6l-276 -260h-234z " />
<glyph unicode="&#xfb;" horiz-adv-x="1278" d="M33 0zM33 906v176h119h292v-655q0 -118 39.5 -169.5t117.5 -51.5q69 0 119.5 22.5t82.5 64.5v583l-128 30v176h128h292v-877l131 -30v-175h-387l-19 137q-52 -76 -128.5 -117t-174.5 -41q-171 0 -268 109.5t-97 340.5v447zM240 1259v26l282 240h169l287 -243v-23h-217 l-155 146l-154 -146h-212z" />
<glyph unicode="&#xfc;" horiz-adv-x="1278" d="M33 0zM33 906v176h119h292v-655q0 -118 39.5 -169.5t117.5 -51.5q69 0 119.5 22.5t82.5 64.5v583l-128 30v176h128h292v-877l131 -30v-175h-387l-19 137q-52 -76 -128.5 -117t-174.5 -41q-171 0 -268 109.5t-97 340.5v447zM210 1279v204h267v-204h-267zM710 1279v204h267 v-204h-267z" />
<glyph unicode="&#xfd;" horiz-adv-x="1212" d="M26 0zM26 906v176h530v-176l-121 -20l148 -432l15 -78l6 -1l171 511l-122 20v176h530v-176l-101 -15l-398 -1053q-47 -117 -125.5 -196t-236.5 -79q-37 0 -69.5 6t-76.5 17l34 213q14 -2 29 -4t26 -2q73 0 112 35.5t60 88.5l33 82l-343 891zM414 1223l199 266h309l2 -6 l-276 -260h-234z" />
<glyph unicode="&#xfe;" horiz-adv-x="1246" d="M34 1384v176h447v-591q47 64 112 98.5t150 34.5q201 0 312 -157t111 -413v-21q0 -240 -111 -386t-310 -146q-85 0 -151 31.5t-113 92.5v-313l141 -30v-176h-573v176l141 30v1564zM481 297q27 -46 73.5 -70t114.5 -24q106 0 155.5 83t49.5 225v21q0 153 -51 248t-156 95 q-66 0 -112.5 -27t-73.5 -77v-474z" />
<glyph unicode="&#xff;" horiz-adv-x="1212" d="M26 0zM26 906v176h530v-176l-121 -20l148 -432l15 -78l6 -1l171 511l-122 20v176h530v-176l-101 -15l-398 -1053q-47 -117 -125.5 -196t-236.5 -79q-37 0 -69.5 6t-76.5 17l34 213q14 -2 29 -4t26 -2q73 0 112 35.5t60 88.5l33 82l-343 891zM193 1264v204h267v-204h-267z M693 1264v204h267v-204h-267z" />
<glyph unicode="&#x152;" horiz-adv-x="1996" d="M103 576v304q0 265 167.5 431t437.5 166q69 0 140 -6t150 -15h936v-399h-224l-13 174h-466v-366h493v-225h-493v-416h470l13 174h222v-398h-938q-92 -10 -156.5 -15.5t-131.5 -5.5q-270 0 -438.5 166t-168.5 431zM394 576q0 -182 84 -277t232 -95q58 0 115.5 4.5 t113.5 13.5v1011q-59 8 -116.5 13.5t-114.5 5.5q-148 0 -231 -94.5t-83 -275.5v-306z" />
<glyph unicode="&#x153;" horiz-adv-x="1875" d="M92 530v21q0 242 135.5 396.5t374.5 154.5q115 0 208.5 -38.5t160.5 -108.5q64 71 152.5 109t196.5 38q219 0 340 -132t121 -357v-159h-647l-2 -6q8 -107 71.5 -176t173.5 -69q97 0 161 19.5t139 61.5l80 -180q-66 -53 -173 -89t-238 -36q-117 0 -211.5 38t-161.5 110 q-66 -72 -159.5 -110t-209.5 -38q-241 0 -376.5 153.5t-135.5 397.5zM384 530q0 -148 52 -237.5t168 -89.5q113 0 165.5 90t52.5 237v21q0 144 -53 235t-167 91t-166 -91t-52 -235v-21zM1134 652l2 -5h359v26q0 93 -43.5 148.5t-131.5 55.5q-81 0 -128 -62t-58 -163z" />
<glyph unicode="&#x178;" horiz-adv-x="1398" d="M36 0zM36 1280v176h551v-176l-119 -17l226 -478h6l226 478l-118 17v176h551v-176l-124 -20l-396 -748v-307l156 -30v-175h-603v175l156 30v322l-389 733zM316 1601v204h267v-204h-267zM816 1601v204h267v-204h-267z" />
<glyph unicode="&#x2c6;" horiz-adv-x="890" d="M90 1252v26l282 240h169l287 -243v-23h-217l-155 146l-154 -146h-212z" />
<glyph unicode="&#x2dc;" horiz-adv-x="950" d="M108 1272q0 94 59.5 163.5t149.5 69.5q56 0 151.5 -43.5t147.5 -43.5q35 0 60.5 32t25.5 79l155 -45q0 -96 -59.5 -163.5t-150.5 -67.5q-70 0 -158.5 43.5t-140.5 43.5q-36 0 -60.5 -32.5t-24.5 -77.5z" />
<glyph unicode="&#x2000;" horiz-adv-x="970" />
<glyph unicode="&#x2001;" horiz-adv-x="1941" />
<glyph unicode="&#x2002;" horiz-adv-x="970" />
<glyph unicode="&#x2003;" horiz-adv-x="1941" />
<glyph unicode="&#x2004;" horiz-adv-x="647" />
<glyph unicode="&#x2005;" horiz-adv-x="485" />
<glyph unicode="&#x2006;" horiz-adv-x="323" />
<glyph unicode="&#x2007;" horiz-adv-x="323" />
<glyph unicode="&#x2008;" horiz-adv-x="242" />
<glyph unicode="&#x2009;" horiz-adv-x="388" />
<glyph unicode="&#x200a;" horiz-adv-x="107" />
<glyph unicode="&#x2010;" horiz-adv-x="815" d="M131 510v225h564v-225h-564z" />
<glyph unicode="&#x2011;" horiz-adv-x="815" d="M131 510v225h564v-225h-564z" />
<glyph unicode="&#x2012;" horiz-adv-x="815" d="M131 510v225h564v-225h-564z" />
<glyph unicode="&#x2013;" horiz-adv-x="1372" d="M165 601zM165 601v228h1085v-228h-1085z" />
<glyph unicode="&#x2014;" horiz-adv-x="1595" d="M166 601zM167 601v228h1334v-228h-1334z" />
<glyph unicode="&#x2018;" horiz-adv-x="480" d="M96 1009v193q0 99 52.5 209t130.5 181l144 -78q-40 -70 -60.5 -144.5t-20.5 -167.5v-193h-246z" />
<glyph unicode="&#x2019;" horiz-adv-x="471" d="M59 1057q39 69 60 143.5t21 168.5v191h245v-191q0 -100 -53 -210.5t-129 -180.5z" />
<glyph unicode="&#x201a;" horiz-adv-x="510" d="M67 -245q39 70 60 144.5t21 166.5v221h246l-1 -220q0 -99 -53 -209.5t-129 -180.5z" />
<glyph unicode="&#x201c;" horiz-adv-x="833" d="M101 1009v193q0 99 52.5 209t130.5 181l144 -78q-40 -70 -60.5 -144.5t-20.5 -167.5v-193h-246zM101 1009zM438 1009v193q0 99 52.5 209t130.5 181l144 -78q-40 -70 -60.5 -144.5t-20.5 -167.5v-193h-246z" />
<glyph unicode="&#x201d;" horiz-adv-x="840" d="M73 978zM73 1057q39 69 60 143.5t21 168.5v191h245v-191q0 -100 -53 -210.5t-129 -180.5zM413 1057q39 69 60 143.5t21 168.5v191h245v-191q0 -100 -53 -210.5t-129 -180.5z" />
<glyph unicode="&#x201e;" horiz-adv-x="827" d="M67 -245q39 70 60 144.5t21 166.5v221h246l-1 -220q0 -99 -53 -209.5t-129 -180.5zM404 -245q39 70 60 144.5t21 166.5v221h246l-1 -220q0 -99 -53 -209.5t-129 -180.5z" />
<glyph unicode="&#x2022;" horiz-adv-x="703" d="M120 716v90q0 100 64.5 164t172.5 64q110 0 174.5 -63.5t64.5 -164.5v-90q0 -101 -64.5 -163t-173.5 -62t-173.5 62t-64.5 163z" />
<glyph unicode="&#x2026;" horiz-adv-x="1461" d="M137 0v256h291v-256h-291zM137 0zM610 0v256h291v-256h-291zM1075 0v256h291v-256h-291z" />
<glyph unicode="&#x202f;" horiz-adv-x="388" />
<glyph unicode="&#x2039;" horiz-adv-x="570" d="M44 541v19l280 390h187l-240 -400l240 -399h-187z" />
<glyph unicode="&#x203a;" horiz-adv-x="576" d="M71 151l239 399l-239 400h187l280 -390v-19l-280 -390h-187z" />
<glyph unicode="&#x205f;" horiz-adv-x="485" />
<glyph unicode="&#x20ac;" horiz-adv-x="1063" d="M58 485v153h146v150h-146v153h146v13q0 238 150.5 380.5t394.5 142.5q60 0 117.5 -8t125.5 -23l-21 -229q-53 16 -109.5 25.5t-112.5 9.5q-118 0 -185.5 -79t-67.5 -217v-15h428v-153h-428v-150h428v-153h-428v-8q0 -132 67.5 -203t187.5 -71q58 0 113.5 8.5t106.5 25.5 l21 -227q-57 -15 -118 -23t-123 -8q-245 0 -396 135t-151 363v8h-146z" />
<glyph unicode="&#x2122;" horiz-adv-x="1239" d="M76 1351v105h398v-105h-128v-434h-144v434h-126zM545 915v541h159l119 -362h6l120 362h154v-541h-129v282l-6 1l-105 -283h-73l-110 298l-6 -1v-297h-129z" />
<glyph unicode="&#x25fc;" horiz-adv-x="1080" d="M0 0v1080h1080v-1080h-1080z" />
<glyph unicode="&#xfb03;" horiz-adv-x="2099" d="M59 0zM59 877v205h161v120q0 182 105 280.5t295 98.5q37 0 75.5 -5.5t84.5 -15.5l-25 -217q-24 4 -46.5 7t-52.5 3q-71 0 -107.5 -39t-36.5 -112v-120h215v-205h-215v-672l141 -30v-175h-574v175l141 30v672h-161zM796 877v205h161v74q0 204 124.5 314.5t350.5 110.5 q78 0 154 -15.5t176 -44.5l-42 -230q-73 22 -132.5 34t-136.5 12q-101 0 -151.5 -46t-50.5 -135v-74h656v-877l155 -30v-175h-588v175l141 30v672h-364v-672l141 -30v-175h-589v175l156 30v672h-161z" />
<glyph unicode="&#xfb04;" horiz-adv-x="2177" d="M59 0zM59 877v205h161v120q0 182 105 280.5t295 98.5q37 0 75.5 -5.5t84.5 -15.5l-25 -217q-24 4 -46.5 7t-52.5 3q-71 0 -107.5 -39t-36.5 -112v-120h215v-205h-215v-672l141 -30v-175h-574v175l141 30v672h-161zM821 877v205h161v120q0 182 105 280.5t295 98.5 q37 0 75.5 -5.5t84.5 -15.5l-25 -217q-24 4 -46.5 7t-52.5 3q-71 0 -107.5 -39t-36.5 -112v-120h215v-205h-215v-672l141 -30v-175h-574v175l141 30v672h-161zM1556 1384v176h448v-1355l141 -30v-175h-574v175l141 30v1149z" />
<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="338" />
<hkern u1="A" u2="w" k="173" />
<hkern u1="A" u2="t" k="117" />
<hkern u1="A" u2="&#x3f;" k="151" />
<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="F" u2="&#x2026;" k="304" />
<hkern u1="F" u2="&#x201e;" k="304" />
<hkern u1="F" u2="&#x201a;" k="304" />
<hkern u1="F" u2="&#x153;" k="21" />
<hkern u1="F" u2="&#x152;" k="40" />
<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="&#xd8;" k="40" />
<hkern u1="F" u2="&#xd6;" k="40" />
<hkern u1="F" u2="&#xd5;" k="40" />
<hkern u1="F" u2="&#xd4;" k="40" />
<hkern u1="F" u2="&#xd3;" k="40" />
<hkern u1="F" u2="&#xd2;" k="40" />
<hkern u1="F" u2="&#xc7;" k="40" />
<hkern u1="F" u2="&#xc5;" k="300" />
<hkern u1="F" u2="&#xc4;" k="300" />
<hkern u1="F" u2="&#xc3;" k="300" />
<hkern u1="F" u2="&#xc2;" k="300" />
<hkern u1="F" u2="&#xc1;" k="300" />
<hkern u1="F" u2="&#xc0;" k="300" />
<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="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="Q" k="40" />
<hkern u1="F" u2="O" k="40" />
<hkern u1="F" u2="J" k="208" />
<hkern u1="F" u2="G" k="40" />
<hkern u1="F" u2="C" k="40" />
<hkern u1="F" u2="A" k="300" />
<hkern u1="F" u2="&#x2e;" k="304" />
<hkern u1="F" u2="&#x2c;" k="304" />
<hkern u1="F" u2="r" k="26" />
<hkern u1="K" u2="w" k="63" />
<hkern u1="L" u2="w" k="52" />
<hkern u1="N" u2="&#xc5;" k="128" />
<hkern u1="N" u2="&#xc4;" k="128" />
<hkern u1="N" u2="&#xc3;" k="128" />
<hkern u1="N" u2="&#xc2;" k="128" />
<hkern u1="N" u2="&#xc1;" k="128" />
<hkern u1="N" u2="&#xc0;" k="128" />
<hkern u1="N" u2="A" k="128" />
<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="18" />
<hkern u1="Q" u2="V" k="28" />
<hkern u1="Q" u2="T" k="33" />
<hkern u1="R" u2="&#x178;" k="100" />
<hkern u1="R" u2="&#xdd;" k="100" />
<hkern u1="R" u2="Y" k="100" />
<hkern u1="R" u2="V" k="90" />
<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="-35" />
<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="82" />
<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="a" u2="t" k="80" />
<hkern u1="a" u2="b" k="32" />
<hkern u1="d" u2="t" k="64" />
<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="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="&#x7d;" k="-19" />
<hkern u1="f" u2="]" k="-18" />
<hkern u1="f" u2="&#x29;" k="-50" />
<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="l" u2="&#xf6;" k="20" />
<hkern u1="l" u2="&#xf5;" k="20" />
<hkern u1="l" u2="&#xf4;" k="20" />
<hkern u1="l" u2="&#xf3;" k="20" />
<hkern u1="l" u2="&#xf2;" k="20" />
<hkern u1="l" u2="o" 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="173" />
<hkern u1="&#xc0;" u2="t" k="117" />
<hkern u1="&#xc0;" u2="&#x3f;" k="151" />
<hkern u1="&#xc1;" u2="w" k="173" />
<hkern u1="&#xc1;" u2="t" k="117" />
<hkern u1="&#xc1;" u2="&#x3f;" k="151" />
<hkern u1="&#xc2;" u2="w" k="173" />
<hkern u1="&#xc2;" u2="t" k="117" />
<hkern u1="&#xc2;" u2="&#x3f;" k="151" />
<hkern u1="&#xc3;" u2="w" k="173" />
<hkern u1="&#xc3;" u2="t" k="117" />
<hkern u1="&#xc3;" u2="&#x3f;" k="151" />
<hkern u1="&#xc4;" u2="w" k="173" />
<hkern u1="&#xc4;" u2="t" k="117" />
<hkern u1="&#xc4;" u2="&#x3f;" k="151" />
<hkern u1="&#xc5;" u2="w" k="173" />
<hkern u1="&#xc5;" u2="t" k="117" />
<hkern u1="&#xc5;" u2="&#x3f;" k="151" />
<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="&#xc9;" u2="w" k="22" />
<hkern u1="&#xca;" u2="w" k="22" />
<hkern u1="&#xcb;" u2="w" k="22" />
<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="82" />
<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="&#xe0;" u2="t" k="80" />
<hkern u1="&#xe0;" u2="b" k="32" />
<hkern u1="&#xe1;" u2="t" k="80" />
<hkern u1="&#xe1;" u2="b" k="32" />
<hkern u1="&#xe2;" u2="t" k="80" />
<hkern u1="&#xe2;" u2="b" k="32" />
<hkern u1="&#xe3;" u2="t" k="80" />
<hkern u1="&#xe3;" u2="b" k="32" />
<hkern u1="&#xe4;" u2="t" k="80" />
<hkern u1="&#xe4;" u2="b" k="32" />
<hkern u1="&#xe5;" u2="t" k="80" />
<hkern u1="&#xe5;" u2="b" k="32" />
<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="82" />
<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="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="v,y,yacute,ydieresis" k="190" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="60" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="V" k="200" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="60" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="Y,Yacute,Ydieresis" k="256" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="280" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="T" k="150" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="u,ugrave,uacute,ucircumflex,udieresis" k="111" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="W" k="148" />
<hkern g1="B" g2="V" k="24" />
<hkern g1="B" g2="Y,Yacute,Ydieresis" k="55" />
<hkern g1="B" 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="T" k="27" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="60" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Z" k="23" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="X" k="30" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="122" />
<hkern g1="C,Ccedilla" g2="T" k="29" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="19" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="v,y,yacute,ydieresis" k="26" />
<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="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" />
<hkern g1="T" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="79" />
<hkern g1="T" g2="v,y,yacute,ydieresis" k="82" />
<hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="28" />
<hkern g1="T" g2="V" k="-16" />
<hkern g1="T" g2="Y,Yacute,Ydieresis" k="-16" />
<hkern g1="T" g2="T" k="-16" />
<hkern g1="T" g2="u,ugrave,uacute,ucircumflex,udieresis" k="65" />
<hkern g1="T" g2="W" k="-15" />
<hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="180" />
<hkern g1="T" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="258" />
<hkern g1="T" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="89" />
<hkern g1="T" g2="z" k="60" />
<hkern g1="T" g2="x" k="77" />
<hkern g1="T" g2="m,n,p,ntilde" k="89" />
<hkern g1="T" g2="s" k="76" />
<hkern g1="T" g2="hyphen,uni00AD,endash,emdash" k="272" />
<hkern g1="T" g2="S" k="16" />
<hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="83" />
<hkern g1="T" g2="J" k="196" />
<hkern g1="K" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="27" />
<hkern g1="K" g2="v,y,yacute,ydieresis" k="40" />
<hkern g1="K" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="107" />
<hkern g1="K" g2="u,ugrave,uacute,ucircumflex,udieresis" k="23" />
<hkern g1="K" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" />
<hkern g1="K" g2="hyphen,uni00AD,endash,emdash" k="234" />
<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="V" k="264" />
<hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="74" />
<hkern g1="L" g2="Y,Yacute,Ydieresis" k="279" />
<hkern g1="L" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="308" />
<hkern g1="L" g2="T" k="205" />
<hkern g1="L" g2="u,ugrave,uacute,ucircumflex,udieresis" k="14" />
<hkern g1="L" g2="W" k="93" />
<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="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="236" />
<hkern g1="P" g2="Z" k="36" />
<hkern g1="P" g2="X" k="51" />
<hkern g1="P" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="404" />
<hkern g1="P" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" />
<hkern g1="P" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="11" />
<hkern g1="P" g2="J" k="184" />
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="100" />
<hkern g1="V" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="46" />
<hkern g1="V" g2="v,y,yacute,ydieresis" k="11" />
<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="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="220" />
<hkern g1="V" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="215" />
<hkern g1="V" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="44" />
<hkern g1="V" g2="hyphen,uni00AD,endash,emdash" k="157" />
<hkern g1="V" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="46" />
<hkern g1="V" g2="J" k="213" />
<hkern g1="X" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="21" />
<hkern g1="X" g2="v,y,yacute,ydieresis" k="31" />
<hkern g1="X" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="30" />
<hkern g1="X" g2="V" k="-14" />
<hkern g1="X" g2="u,ugrave,uacute,ucircumflex,udieresis" k="21" />
<hkern g1="X" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" />
<hkern g1="X" g2="hyphen,uni00AD,endash,emdash" k="196" />
<hkern g1="Y,Yacute,Ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="65" />
<hkern g1="Y,Yacute,Ydieresis" g2="v,y,yacute,ydieresis" k="20" />
<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="V" k="-18" />
<hkern g1="Y,Yacute,Ydieresis" g2="Y,Yacute,Ydieresis" k="-18" />
<hkern g1="Y,Yacute,Ydieresis" g2="T" k="-17" />
<hkern g1="Y,Yacute,Ydieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="39" />
<hkern g1="Y,Yacute,Ydieresis" g2="W" k="-17" />
<hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="256" />
<hkern g1="Y,Yacute,Ydieresis" g2="X" k="-13" />
<hkern g1="Y,Yacute,Ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="231" />
<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="z" k="30" />
<hkern g1="Y,Yacute,Ydieresis" g2="x" k="23" />
<hkern g1="Y,Yacute,Ydieresis" g2="m,n,p,ntilde" k="80" />
<hkern g1="Y,Yacute,Ydieresis" g2="s" k="58" />
<hkern g1="Y,Yacute,Ydieresis" g2="hyphen,uni00AD,endash,emdash" k="212" />
<hkern g1="Y,Yacute,Ydieresis" g2="S" k="16" />
<hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="63" />
<hkern g1="Y,Yacute,Ydieresis" g2="J" k="286" />
<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="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="171" />
<hkern g1="W" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="143" />
<hkern g1="W" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="31" />
<hkern g1="W" g2="hyphen,uni00AD,endash,emdash" k="100" />
<hkern g1="W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="33" />
<hkern g1="W" g2="J" k="149" />
<hkern g1="Z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="21" />
<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="Z" g2="u,ugrave,uacute,ucircumflex,udieresis" k="19" />
<hkern g1="Z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="21" />
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="v,y,yacute,ydieresis" k="15" />
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="77" />
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="u,ugrave,uacute,ucircumflex,udieresis" k="32" />
<hkern g1="c,ccedilla" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="71" />
<hkern g1="b,p,thorn" g2="v,y,yacute,ydieresis" k="11" />
<hkern g1="b,p,thorn" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="89" />
<hkern g1="b,p,thorn" g2="z" k="15" />
<hkern g1="b,p,thorn" g2="x" k="15" />
<hkern g1="b,p,thorn" g2="h,k,l" k="20" />
<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="v,y,yacute,ydieresis" k="13" />
<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="74" />
<hkern g1="h,m,n,ntilde" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="10" />
<hkern g1="h,m,n,ntilde" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="166" />
<hkern g1="h,m,n,ntilde" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="10" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="v,y,yacute,ydieresis" k="15" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="120" />
<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="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="h,k,l" k="20" />
<hkern g1="v,y,yacute,ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="15" />
<hkern g1="v,y,yacute,ydieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-5" />
<hkern g1="v,y,yacute,ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="167" />
<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="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="15" />
<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="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-6" />
<hkern g1="r" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="173" />
<hkern g1="r" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" />
<hkern g1="r" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="20" />
<hkern g1="r" g2="h,k,l" k="50" />
<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" g2="v,y,yacute,ydieresis" k="56" />
<hkern g1="x" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="40" />
<hkern g1="x" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="20" />
<hkern g1="z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="16" />
<hkern g1="z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="16" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="161" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="97" />
<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="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="s" k="92" />
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="50" />
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="285" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 80 KiB

View File

@ -0,0 +1,678 @@
<?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="roboto_slablight" horiz-adv-x="1485" >
<font-face units-per-em="2048" ascent="1638" descent="-410" />
<missing-glyph horiz-adv-x="498" />
<glyph unicode="&#xfb01;" horiz-adv-x="1209" d="M59 984v98h179v138q0 173 95.5 267t264.5 94q66 0 135 -15t140 -44l-19 -103q-60 25 -118 39t-131 14q-122 0 -184.5 -65t-62.5 -187v-138h621v-981l163 -13v-88h-445v88l163 13v883h-502v-883l163 -13v-88h-446v88l163 13v883h-179z" />
<glyph unicode="&#xfb02;" horiz-adv-x="1324" d="M75 0v88l163 13v883h-158v98h158v109q0 186 109 288t302 102q86 0 176.5 -17.5t181.5 -51.5h44v-1411l163 -13v-88h-445v88l163 13v1328q-63 20 -130 31.5t-146 11.5q-155 0 -226.5 -71t-71.5 -210v-109h279v-98h-279v-883l163 -13v-88h-446z" />
<glyph horiz-adv-x="0" />
<glyph unicode="&#xd;" horiz-adv-x="498" />
<glyph horiz-adv-x="0" />
<glyph unicode="&#x9;" horiz-adv-x="0" />
<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="458" d="M143 0v167h142v-167h-142zM154 478v978h119v-978h-119z" />
<glyph unicode="&#x22;" horiz-adv-x="711" d="M166 1083l2 255v222h102v-216l-33 -261h-71zM405 1083l3 258v219h102v-216l-33 -261h-72z" />
<glyph unicode="#" horiz-adv-x="1246" d="M63 410v93h272l83 441h-279v96h297l79 416h99l-79 -416h315l79 416h99l-79 -416h230v-96h-248l-83 -441h256v-93h-274l-77 -410h-99l77 410h-314l-77 -410h-99l77 410h-255zM434 503h315l83 441h-315z" />
<glyph unicode="$" horiz-adv-x="1097" d="M82 412l3 6h111q0 -177 101.5 -255t244.5 -78q147 0 233.5 77.5t86.5 196.5q0 111 -72 181t-254 134q-208 66 -308 159t-100 262q0 162 100 264t272 116v202h102v-202q175 -16 271.5 -131t94.5 -311l-3 -5h-112q0 152 -80.5 247t-223.5 95q-148 0 -224.5 -77.5 t-76.5 -195.5q0 -114 68 -183.5t261 -133.5q206 -69 305.5 -160.5t99.5 -258.5q0 -166 -103.5 -265.5t-279.5 -113.5v-190h-102v189q-181 12 -300 116t-115 315z" />
<glyph unicode="%" horiz-adv-x="1458" d="M77 1099v77q0 127 78.5 214t206.5 87t206.5 -87t78.5 -214v-77q0 -126 -78.5 -212.5t-204.5 -86.5q-129 0 -208 86.5t-79 212.5zM174 1099q0 -88 49 -150t141 -62q89 0 137.5 62t48.5 150v77q0 88 -49 151t-139 63t-139 -63t-49 -151v-77zM366 169l711 1138l74 -48 l-711 -1138zM810 279v78q0 126 78.5 213t205.5 87q128 0 207 -87t79 -213v-78q0 -127 -79 -213.5t-205 -86.5q-129 0 -207.5 86.5t-78.5 213.5zM906 279q0 -88 49 -150.5t141 -62.5q89 0 138 62t49 151v78q0 91 -49 152t-140 61q-90 0 -139 -61.5t-49 -151.5v-78z" />
<glyph unicode="&#x26;" horiz-adv-x="1269" d="M74 371q0 120 72.5 216.5t209.5 196.5l14 10q-81 101 -119.5 183.5t-38.5 169.5q0 158 88.5 244t243.5 86q144 0 228.5 -81t84.5 -204q0 -91 -45 -155.5t-130 -129.5l-158 -122l411 -480q49 71 76 159t27 187h111q0 -128 -37 -235t-105 -194l185 -217l-2 -5h-138 l-122 141q-85 -78 -186 -120t-218 -42q-209 0 -330.5 107t-121.5 285zM193 371q0 -124 85.5 -207.5t247.5 -83.5q92 0 179.5 36t157.5 103l-414 482l-8.5 8.5t-5.5 7.5l-47 -36q-115 -94 -155 -170t-40 -140zM332 1149q0 -66 31.5 -138t95.5 -150l177 132q59 45 83.5 94 t24.5 105q0 79 -53 131t-147 52q-102 0 -157 -65t-55 -161z" />
<glyph unicode="'" horiz-adv-x="438" d="M166 1090l8 266v204h102v-195l-39 -275h-71z" />
<glyph unicode="(" horiz-adv-x="636" d="M114 573v15q0 363 138.5 651t309.5 385h6l26 -73q-145 -103 -253 -366t-108 -594v-20q0 -331 108 -594t253 -370l-26 -70h-6q-173 100 -310.5 382t-137.5 654z" />
<glyph unicode=")" horiz-adv-x="629" d="M11 -393q144 102 252.5 367t108.5 597v20q0 329 -110.5 595.5t-250.5 368.5l25 69l6 1q170 -98 309.5 -386t139.5 -651v-15q0 -372 -138.5 -654t-310.5 -382l-6 1z" />
<glyph unicode="*" horiz-adv-x="952" d="M66 1108l32 101l332 -123l-4 370h104l-8 -373l324 127l33 -101l-333 -115l223 -294l-86 -63l-213 305l-204 -303l-85 61l217 300z" />
<glyph unicode="+" horiz-adv-x="1145" d="M73 628v112h434v466h120v-466h444v-112h-444v-482h-120v482h-434z" />
<glyph unicode="," horiz-adv-x="392" d="M60 -229q47 66 69.5 131t22.5 144v142h119v-140q0 -92 -37.5 -180t-102.5 -149z" />
<glyph unicode="-" horiz-adv-x="793" d="M154 570v101h478v-101h-478z" />
<glyph unicode="." horiz-adv-x="466" d="M145 0v164h137v-164h-137z" />
<glyph unicode="/" horiz-adv-x="798" d="M0 -125l608 1581h108l-608 -1581h-108z" />
<glyph unicode="0" horiz-adv-x="1158" d="M121 565v325q0 281 119.5 434t331.5 153q213 0 333.5 -153t120.5 -434v-325q0 -282 -119.5 -434t-332.5 -152q-212 0 -332.5 152.5t-120.5 433.5zM240 547q0 -222 86.5 -344.5t247.5 -122.5q162 0 247 122t85 345v363q0 224 -85.5 344.5t-248.5 120.5q-162 0 -247 -121 t-85 -344v-363z" />
<glyph unicode="1" horiz-adv-x="831" d="M88 1288v84l407 88v-1359l261 -13v-88h-642v88l261 13v1228z" />
<glyph unicode="2" horiz-adv-x="1116" d="M76 1043q-5 182 117.5 308t333.5 126q188 0 300.5 -108t112.5 -290q0 -120 -75.5 -243.5t-209.5 -275.5l-402 -454l2 -5h635l10 205h106v-306h-905v92l477 541q133 150 187.5 250t54.5 192q0 135 -77 217.5t-216 82.5q-166 0 -252 -92t-86 -246h-111z" />
<glyph unicode="3" horiz-adv-x="1102" d="M75 389l2 6h111q0 -139 96.5 -227t249.5 -88q155 0 242 80.5t87 230.5q0 153 -91 226.5t-260 73.5h-138v102h138q159 0 241 79.5t82 204.5q0 136 -77 217t-228 81q-141 0 -230.5 -82.5t-89.5 -217.5h-112l-2 6q-5 170 119.5 283t314.5 113q194 0 309.5 -107t115.5 -297 q0 -103 -64 -193.5t-180 -134.5q136 -39 203.5 -131.5t67.5 -218.5q0 -194 -125.5 -305t-322.5 -111q-191 0 -327.5 108.5t-131.5 301.5z" />
<glyph unicode="4" horiz-adv-x="1178" d="M63 368v68l670 1020h131v-987h228v-101h-228v-267l163 -13v-88h-445v88l163 13v267h-682zM205 469h540v830l-6 2l-51 -109z" />
<glyph unicode="5" horiz-adv-x="1070" d="M97 377l2 6h107q0 -147 83 -225t222 -78q163 0 243.5 98t80.5 284q0 163 -80.5 261.5t-225.5 98.5q-140 0 -213.5 -44.5t-106.5 -134.5l-97 16l80 797h732v-237h-97l-12 126h-520l-54 -519q55 50 121 77t179 30q186 3 300 -125t114 -344q0 -221 -111 -353t-333 -132 q-180 0 -299.5 100.5t-114.5 297.5z" />
<glyph unicode="6" horiz-adv-x="1124" d="M121 562v265q0 318 138.5 484t355.5 166q75 0 148 -17t130 -49l-29 -96q-57 31 -114 45.5t-135 14.5q-169 0 -272 -133t-103 -404v-49q60 78 153 125t206 47q196 0 310 -135t114 -352q0 -215 -122.5 -355t-318.5 -140q-203 0 -332 152.5t-129 430.5zM240 553 q0 -227 95 -350t247 -123q146 0 233.5 114.5t87.5 279.5q0 175 -85 282t-243 107q-121 0 -211.5 -63t-123.5 -162v-85z" />
<glyph unicode="7" horiz-adv-x="1115" d="M76 1149v307h955v-102q-236 -279 -361.5 -568t-167.5 -664l-10 -122h-120l10 122q43 371 174.5 670.5t350.5 561.5h-717l-8 -205h-106z" />
<glyph unicode="8" horiz-adv-x="1127" d="M92 386q0 129 79 224.5t212 136.5q-115 40 -182.5 128t-67.5 206q0 188 118.5 292t307.5 104q187 0 307.5 -104.5t120.5 -291.5q0 -118 -68.5 -206.5t-183.5 -128.5q132 -41 212.5 -137t80.5 -223q0 -196 -131 -301.5t-336 -105.5q-210 0 -339.5 105t-129.5 302zM211 385 q0 -143 97 -224t253 -81q151 0 249.5 81.5t98.5 223.5q0 138 -100.5 224.5t-249.5 86.5q-152 0 -250 -86.5t-98 -224.5zM252 1082q0 -129 86 -206.5t223 -77.5q133 0 220 77.5t87 206.5q0 126 -89 209.5t-220 83.5q-135 0 -221 -80t-86 -213z" />
<glyph unicode="9" horiz-adv-x="1138" d="M84 958q0 221 127 370t316 149q213 0 338.5 -139t125.5 -420v-305q0 -319 -131.5 -476.5t-354.5 -157.5q-77 0 -156 15t-150 46l22 100q68 -32 134.5 -46t149.5 -14q170 0 266 130t96 401v42q-54 -91 -143 -140.5t-198 -49.5q-199 0 -320.5 137.5t-121.5 357.5zM208 958 q0 -169 85.5 -281.5t232.5 -112.5q130 0 217 66.5t124 164.5v132q0 226 -89.5 337t-245.5 111q-141 0 -232.5 -122t-91.5 -295z" />
<glyph unicode=":" horiz-adv-x="389" d="M131 0v164h137v-164h-137zM131 0zM131 916v164h137v-164h-137z" />
<glyph unicode=";" horiz-adv-x="391" d="M65 0zM65 -229q47 66 69.5 131t22.5 144v142h119v-140q0 -92 -37.5 -180t-102.5 -149zM135 918v164h137v-164h-137z" />
<glyph unicode="&#x3c;" horiz-adv-x="1022" d="M76 501v97l827 378v-126l-614 -272l-108 -28v-6l108 -28l614 -268v-126z" />
<glyph unicode="=" horiz-adv-x="1127" d="M147 422v106h834v-106h-834zM147 833v106h834v-106h-834z" />
<glyph unicode="&#x3e;" horiz-adv-x="1056" d="M125 113v124l631 274l108 27v6l-108 29l-631 271v123l844 -378v-97z" />
<glyph unicode="?" horiz-adv-x="925" d="M66 1122q-3 165 103.5 260t272.5 95q179 0 280.5 -101t101.5 -273q0 -135 -66.5 -239.5t-188.5 -218.5q-62 -53 -75.5 -99t-13.5 -142h-119q1 131 22 182.5t114 136.5q107 110 157 186.5t50 192.5q0 128 -68 198t-194 70q-118 0 -190 -68.5t-73 -185.5h-111zM358 0v154 h138v-154h-138z" />
<glyph unicode="@" horiz-adv-x="1809" d="M86 478q18 424 252.5 683t609.5 259q391 0 587.5 -241.5t179.5 -665.5q-10 -216 -117 -375t-313 -159q-78 0 -131 51t-69 141q-53 -96 -130.5 -144t-180.5 -48q-131 0 -199 119.5t-49 317.5q23 254 141 407.5t286 153.5q93 0 150.5 -27t126.5 -81l-2 -2h3l-50 -574 q-10 -132 30 -180t95 -48q142 0 224.5 124.5t92.5 323.5q19 389 -149 604.5t-530 215.5q-324 0 -533.5 -235.5t-226.5 -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.5zM636 416 q-16 -155 26 -247t138 -92q86 0 156 43t123 157v8.5t1 7.5l47 543q-32 23 -71.5 36.5t-86.5 13.5q-134 0 -222 -119t-111 -351z" />
<glyph unicode="A" d="M55 0v88l107 8l517 1360h113l512 -1360l109 -8v-88h-359v88l127 10l-120 326h-654l-121 -326l127 -10v-88h-358zM447 531h575l-283 770h-6z" />
<glyph unicode="B" horiz-adv-x="1322" d="M71 0v88l163 13v1253l-163 13v89h163h425q227 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-666zM353 101h384q161 0 253 79.5t92 222.5q0 131 -83.5 215t-242.5 84h-403v-601zM353 803h335 q158 0 244.5 69.5t86.5 204.5q0 138 -92 207.5t-268 69.5h-306v-551z" />
<glyph unicode="C" horiz-adv-x="1349" d="M103 718v19q0 325 177.5 532.5t464.5 207.5q162 0 289.5 -63.5t195.5 -157.5v-256h-93l-17 221q-58 69 -151 111.5t-215 42.5q-244 0 -388 -177.5t-144 -458.5v-21q0 -281 142.5 -459.5t374.5 -178.5q123 0 223.5 43t157.5 111l17 221h93v-256q-68 -94 -198.5 -157 t-292.5 -63q-280 0 -458 207.5t-178 531.5z" />
<glyph unicode="D" horiz-adv-x="1401" d="M71 0v88l163 13v1253l-163 13v89h163h423q267 0 441 -178t174 -457v-187q0 -280 -174 -457t-441 -177h-586zM353 101h304q216 0 355.5 151t139.5 382v190q0 228 -140 379t-355 151h-304v-1253z" />
<glyph unicode="E" horiz-adv-x="1286" d="M71 0v88l163 13v1253l-163 13v89h163h917v-320h-106l-9 218h-683v-547h597v-102h-597v-604h688l9 218h106v-319h-1085z" />
<glyph unicode="F" horiz-adv-x="1258" d="M71 0v88l163 13v1253l-163 13v89h1092v-320h-106l-9 218h-695v-569h608v-103h-608v-581l163 -13v-88h-445z" />
<glyph unicode="G" horiz-adv-x="1420" d="M95 718v31q0 324 178 526t467 202q164 0 290 -54.5t205 -149.5v-253h-93l-21 213q-59 65 -153 103.5t-219 38.5q-248 0 -391 -174t-143 -450v-33q0 -284 140.5 -461t379.5 -177q142 0 243 37t142 79v353l-280 5v97h399v-491q-52 -64 -181 -122.5t-323 -58.5 q-284 0 -462 205t-178 534z" />
<glyph unicode="H" horiz-adv-x="1537" d="M71 0v88l163 13v1253l-163 13v89h445v-89l-163 -13v-582h828v582l-163 13v89h163h119h163v-89l-163 -13v-1253l163 -13v-88h-445v88l163 13v569h-828v-569l163 -13v-88h-445z" />
<glyph unicode="I" horiz-adv-x="627" d="M91 0v88l163 13v1253l-163 13v89h446v-89l-163 -13v-1253l163 -13v-88h-446z" />
<glyph unicode="J" horiz-adv-x="1158" d="M54 395l2 6h112q0 -158 84 -239.5t240 -81.5q133 0 219 90.5t86 242.5v941l-163 13v89h283h163v-89l-163 -13v-941q0 -199 -118.5 -316.5t-306.5 -117.5q-205 0 -324 106q-114 102 -114 294v16z" />
<glyph unicode="K" horiz-adv-x="1417" d="M71 0v88l163 13v1253l-163 13v89h445v-89l-163 -13v-568h199l490 573l-140 8v89h407v-89l-128 -12l-521 -615l562 -640l131 -12v-88h-415v88l138 8l-523 589h-200v-584l163 -13v-88h-445z" />
<glyph unicode="L" horiz-adv-x="1178" d="M71 0v88l163 13v1253l-163 13v89h163h120h163v-89l-163 -13v-1253h605l9 205h106v-306h-1003z" />
<glyph unicode="M" horiz-adv-x="1861" d="M71 0v88l163 13v1253l-163 13v89h163h157l535 -1282h6l537 1282h321v-89l-163 -13v-1253l163 -13v-88h-445v88l163 13v542l10 637l-6 2l-541 -1282h-83l-540 1276l-6 -1l11 -632v-542l163 -13v-88h-445z" />
<glyph unicode="N" horiz-adv-x="1536" d="M71 0v88l163 13v1253l-163 13v89h163h120l827 -1250l6 1v1147l-163 13v89h282h163v-89l-163 -13v-1354h-119l-827 1252l-6 -1v-1150l163 -13v-88h-446z" />
<glyph unicode="O" horiz-adv-x="1468" d="M106 718v19q0 327 172 533.5t448 206.5q280 0 455.5 -206.5t175.5 -533.5v-19q0 -328 -175 -533.5t-455 -205.5q-276 0 -448.5 206t-172.5 533zM226 718q0 -285 135 -460t366 -175q237 0 373.5 174.5t136.5 460.5v21q0 283 -138 458t-373 175q-231 0 -365.5 -175 t-134.5 -458v-21z" />
<glyph unicode="P" horiz-adv-x="1276" d="M71 0v88l163 13v1253l-163 13v89h163h451q229 0 354.5 -116.5t125.5 -308.5q0 -194 -125.5 -310t-354.5 -116h-332v-504l163 -13v-88h-445zM353 707h332q180 0 270.5 91.5t90.5 230.5q0 140 -90 232.5t-271 92.5h-332v-647z" />
<glyph unicode="Q" horiz-adv-x="1463" d="M106 718v19q0 327 172 533.5t448 206.5q280 0 455.5 -206.5t175.5 -533.5v-19q0 -213 -77.5 -379.5t-215.5 -259.5l301 -215l-83 -76l-328 233q-53 -21 -110 -31.5t-117 -10.5q-276 0 -448.5 206t-172.5 533zM226 718q0 -285 135 -460t366 -175q237 0 373.5 174.5 t136.5 460.5v21q0 283 -138 458t-373 175q-231 0 -365.5 -175t-134.5 -458v-21z" />
<glyph unicode="R" horiz-adv-x="1374" d="M71 0v87l163 14v1252l-163 14v88h605q234 0 359.5 -102t125.5 -295q0 -114 -67 -205t-189 -132q135 -34 194.5 -121.5t59.5 -220.5v-133q0 -77 24 -114t73 -40l49 -3v-89h-76q-106 0 -148 72t-42 176v129q0 132 -84.5 209.5t-235.5 80.5h-366v-566l163 -14v-87h-445z M353 769h309q197 0 288 79t91 211q0 140 -91 217t-274 77h-323v-584z" />
<glyph unicode="S" horiz-adv-x="1220" d="M109 191v255h98l17 -213q66 -75 169 -114t224 -39q172 0 278.5 76t106.5 201q0 119 -89 194.5t-310 133.5q-239 60 -362 156t-123 259q0 167 140 272t361 105q159 0 283.5 -55t196.5 -149v-249h-98l-17 206q-54 68 -147 106.5t-218 38.5q-180 0 -280.5 -78t-100.5 -194 q0 -110 90.5 -183.5t313.5 -129.5q235 -60 357.5 -162t122.5 -269q0 -174 -142 -277t-363 -103q-156 0 -289.5 55t-218.5 157z" />
<glyph unicode="T" horiz-adv-x="1280" d="M60 1149v307h1158v-307h-106l-9 205h-404v-1253l163 -13v-88h-446v88l163 13v1253h-404l-8 -205h-107z" />
<glyph unicode="U" horiz-adv-x="1487" d="M60 1367v89h163h119h163v-89l-163 -13v-885q0 -186 110 -287.5t287 -101.5q180 0 293 101t113 288v885l-163 13v89h445v-89l-163 -13v-885q0 -238 -145.5 -364t-379.5 -126q-230 0 -373 126.5t-143 363.5v885z" />
<glyph unicode="V" horiz-adv-x="1455" d="M52 1367v89h378v-89l-136 -11l402 -1110l29 -97h6l29 97l401 1110l-136 11v89h378v-89l-113 -9l-506 -1358h-113l-507 1358z" />
<glyph unicode="W" horiz-adv-x="1937" d="M43 1367v89h380v-89l-148 -11l230 -944l44 -222h6l54 222l320 1044h113l319 -1044l53 -225l6 1l47 224l227 944l-148 11v89h380v-89l-109 -8l-339 -1359h-113l-339 1117l-38 153h-6l-36 -153l-342 -1117h-113l-339 1359z" />
<glyph unicode="X" horiz-adv-x="1397" d="M54 0v88l122 10l453 640l-438 619l-122 10v89h400v-89l-139 -6l368 -532l369 532l-137 6v89h399v-89l-122 -10l-437 -619l453 -640l123 -10v-88h-399v88l137 6l-384 553l-385 -553l138 -6v-88h-399z" />
<glyph unicode="Y" horiz-adv-x="1423" d="M55 1367v89h400v-89l-140 -10l394 -710l396 710l-140 10v89h401v-89l-124 -10l-474 -825v-431l163 -13v-88h-446v88l163 13v438l-470 818z" />
<glyph unicode="Z" horiz-adv-x="1220" d="M92 0v92l857 1262h-716l-8 -205h-107v307h977v-87l-861 -1268h778l9 205h107v-306h-1036z" />
<glyph unicode="[" horiz-adv-x="548" d="M157 -312v1976h329v-102h-210v-1772h210v-102h-329z" />
<glyph unicode="\" horiz-adv-x="810" d="M36 1456h116l608 -1581h-116z" />
<glyph unicode="]" horiz-adv-x="526" d="M23 -210h210v1772h-210v102h330v-1976h-330v102z" />
<glyph unicode="^" horiz-adv-x="844" d="M71 729l299 727h89l299 -727h-116l-197 484l-29 105h-6l-30 -105l-194 -484h-115z" />
<glyph unicode="_" horiz-adv-x="1149" d="M119 0h881v-101h-881v101z" />
<glyph unicode="`" horiz-adv-x="562" d="M84 1471l2 5h154l202 -266h-117z" />
<glyph unicode="a" horiz-adv-x="1130" d="M104 283q0 150 129 238t350 88h239v143q0 116 -74.5 182t-208.5 66q-90 0 -164.5 -24.5t-124.5 -66.5l-10 -145h-99l1 208q75 58 179.5 94t222.5 36q179 0 288 -91t109 -261v-532q0 -33 1.5 -63.5t6.5 -59.5l108 -7v-88h-213q-12 55 -17 95t-5 81q-60 -85 -160 -141 t-225 -56q-159 0 -246 82t-87 222zM223 279q0 -87 60.5 -140.5t166.5 -53.5q130 0 229 60t143 155v217h-241q-163 0 -260.5 -67.5t-97.5 -170.5z" />
<glyph unicode="b" horiz-adv-x="1133" d="M-8 1471v89h282v-648q54 91 138 140.5t200 49.5q195 0 305 -155.5t110 -414.5v-21q0 -243 -110 -387.5t-303 -144.5q-119 0 -205 47.5t-139 136.5l-13 -163h-102v1458zM274 288q40 -94 119.5 -149.5t198.5 -55.5q156 0 235 116t79 312v21q0 207 -80 336.5t-236 129.5 q-126 0 -202.5 -62t-113.5 -159v-489z" />
<glyph unicode="c" horiz-adv-x="1094" d="M97 520v42q0 236 121 388t340 152q125 0 229 -47t169 -128l5 -236h-102l-19 192q-48 54 -119.5 85.5t-162.5 31.5q-174 0 -257.5 -124.5t-83.5 -313.5v-42q0 -192 83 -316t259 -124q119 0 210 68t91 189h106l2 -6v-12q0 -142 -120 -239q-124 -101 -289 -101 q-220 0 -341 151.5t-121 389.5z" />
<glyph unicode="d" horiz-adv-x="1216" d="M97 511v21q0 259 109.5 414.5t305.5 155.5q113 0 196 -47.5t138 -135.5v539l-163 13v89h163h120v-1459l163 -13v-88h-270l-10 156q-54 -85 -139 -131t-200 -46q-194 0 -303.5 145t-109.5 387zM218 511q0 -196 78.5 -312t236.5 -116q115 0 192.5 52t120.5 143v512 q-40 92 -115.5 150t-195.5 58q-158 0 -237.5 -129.5t-79.5 -336.5v-21z" />
<glyph unicode="e" horiz-adv-x="1102" d="M102 509v55q0 232 133.5 385t322.5 153q199 0 313 -126t114 -336v-102h-764v-29q0 -182 97.5 -305.5t255.5 -123.5q111 0 190 31t135 89l51 -82q-61 -64 -154 -101.5t-222 -37.5q-204 0 -338 149.5t-134 380.5zM230 644l2 -5h634v30q0 141 -83 236t-225 95 q-132 0 -222.5 -101.5t-105.5 -254.5z" />
<glyph unicode="f" horiz-adv-x="725" d="M80 984v98h179v158q0 163 82 252t229 89q32 0 66 -5t69 -14l-15 -99q-24 6 -49 9.5t-59 3.5q-98 0 -150.5 -62t-52.5 -174v-158h258v-98h-258v-883l163 -13v-88h-446v88l163 13v883h-179z" />
<glyph unicode="g" horiz-adv-x="1148" d="M102 511v21q0 259 110.5 414.5t306.5 155.5q115 0 199.5 -50.5t139.5 -142.5l14 173h101v-1068q0 -209 -113 -330t-315 -121q-78 0 -166.5 19t-154.5 52l32 101q65 -31 136.5 -48t150.5 -17q154 0 232 91t78 253v137q-55 -83 -139 -127.5t-197 -44.5q-195 0 -305 145 t-110 387zM222 511q0 -195 79.5 -311.5t237.5 -116.5q117 0 194.5 53t119.5 146v502q-40 95 -115 154.5t-197 59.5q-158 0 -238.5 -130t-80.5 -336v-21z" />
<glyph unicode="h" horiz-adv-x="1298" d="M62 0v88l163 13v1357l-163 13v89h282v-663q54 97 144 151t210 54q171 0 262.5 -106t91.5 -329v-566l163 -13v-88h-446v88l163 13v568q0 176 -69.5 252.5t-191.5 76.5q-123 0 -205.5 -64.5t-121.5 -171.5v-661l163 -13v-88h-445z" />
<glyph unicode="i" horiz-adv-x="638" d="M89 0v88l163 13v879l-163 13v89h282v-981l163 -13v-88h-445zM252 1392v168h119v-168h-119z" />
<glyph unicode="j" horiz-adv-x="562" d="M-13 -418l13 101q15 -5 42.5 -10t49.5 -5q90 0 140 61.5t50 181.5v1069l-163 13v89h283v-1171q0 -167 -80 -257.5t-223 -90.5q-31 0 -57.5 5t-54.5 14zM276 1396v164h120v-164h-120z" />
<glyph unicode="k" horiz-adv-x="1194" d="M62 0v88l163 13v1357l-163 13v89h282v-930h127l329 351l-2 5l-99 7v89h381v-89l-126 -12l-370 -393l421 -489l120 -11v-88h-380v88l114 7l-376 432h-139v-426l163 -13v-88h-445z" />
<glyph unicode="l" horiz-adv-x="610" d="M73 0v88l163 13v1357l-163 13v89h282v-1459l163 -13v-88h-445z" />
<glyph unicode="m" horiz-adv-x="1959" d="M71 0v88l163 13v879l-163 13v89h269l11 -179q52 95 139 147t207 52q124 0 207 -60.5t119 -184.5q49 114 139.5 179.5t220.5 65.5q173 0 267.5 -115t94.5 -356v-529l163 -14v-88h-447v88l163 14v531q0 200 -70.5 282.5t-196.5 82.5q-140 0 -215.5 -89t-93.5 -227 q0 -8 0.5 -15t0.5 -18v-548l163 -13v-88h-446v88l163 13v532q0 196 -71.5 280.5t-196.5 84.5q-128 0 -202.5 -64.5t-104.5 -173.5v-659l163 -13v-88h-446z" />
<glyph unicode="n" horiz-adv-x="1319" d="M75 0v88l163 13v879l-163 13v89h269l11 -189q52 100 140.5 154.5t209.5 54.5q176 0 268 -107.5t92 -335.5v-558l163 -13v-88h-446v88l163 13v557q0 186 -69.5 263t-197.5 77q-126 0 -205.5 -66.5t-114.5 -176.5v-654l163 -13v-88h-446z" />
<glyph unicode="o" horiz-adv-x="1152" d="M97 524v33q0 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.5zM217 524q0 -188 95 -316t265 -128q167 0 262 128t95 316v33q0 185 -95.5 314t-263.5 129t-263 -129t-95 -314v-33z" />
<glyph unicode="p" horiz-adv-x="1197" d="M65 -327l163 13v1294l-163 13v89h263l15 -168q55 90 140.5 139t200.5 49q195 0 305 -155.5t110 -414.5v-21q0 -243 -110 -387.5t-303 -144.5q-114 0 -199.5 43.5t-139.5 123.5v-460l163 -13v-89h-445v89zM347 271q41 -89 118.5 -140t193.5 -51q157 0 238.5 118t81.5 313 v21q0 206 -82 336t-240 130q-121 0 -196.5 -57.5t-113.5 -149.5v-520z" />
<glyph unicode="q" horiz-adv-x="1144" d="M97 511v21q0 259 109.5 414.5t305.5 155.5q112 0 194.5 -46.5t137.5 -133.5l12 160h105v-1396l163 -13v-89h-446v89l163 13v456q-55 -79 -138 -121t-193 -42q-194 0 -303.5 145t-109.5 387zM218 511q0 -196 78.5 -313.5t236.5 -117.5q112 0 188.5 50.5t119.5 138.5v528 q-42 89 -116.5 146t-189.5 57q-158 0 -237.5 -130.5t-79.5 -337.5v-21z" />
<glyph unicode="r" horiz-adv-x="823" d="M89 0v88l163 13v879l-163 13v89h163h104l15 -180v-13q46 100 125.5 156.5t188.5 56.5q23 0 44.5 -3.5t35.5 -7.5l-16 -112l-89 6q-113 0 -185.5 -63.5t-103.5 -174.5v-646l163 -13v-88h-445z" />
<glyph unicode="s" horiz-adv-x="1025" d="M116 107v218h97l17 -154q48 -48 121.5 -69.5t153.5 -21.5q130 0 205 57t75 138q0 76 -62.5 133t-225.5 93q-193 42 -286.5 111.5t-93.5 194.5q0 124 105 209.5t277 85.5q119 0 217.5 -36.5t160.5 -98.5l5 -219h-98l-14 153q-45 47 -113.5 73t-157.5 26 q-131 0 -196.5 -56.5t-65.5 -132.5q0 -75 56.5 -124t225.5 -86q193 -43 289 -117.5t96 -202.5q0 -135 -109.5 -218.5t-289.5 -83.5q-120 0 -218.5 33.5t-170.5 94.5z" />
<glyph unicode="t" horiz-adv-x="733" d="M65 984v98h186v277h121v-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-186z" />
<glyph unicode="u" horiz-adv-x="1232" d="M46 993v89h134h119v-629q0 -198 67.5 -284t191.5 -86q136 0 216.5 60t113.5 166v671l-154 13v89h154h120v-981l145 -13v-88h-250l-11 178q-51 -95 -139.5 -147t-208.5 -52q-171 0 -267.5 116t-96.5 360v525z" />
<glyph unicode="v" horiz-adv-x="1155" d="M47 993v89h364v-89l-135 -10l270 -712l35 -127h6l38 127l266 712l-135 10v89h364v-89l-106 -9l-382 -984h-96l-383 984z" />
<glyph unicode="w" horiz-adv-x="1690" d="M56 993v89h363v-89l-136 -11l175 -631l41 -193h6l51 193l231 731h102l231 -731l52 -198h6l45 198l170 631l-136 11v89h364v-89l-105 -8l-287 -985h-102l-241 740l-47 187h-6l-47 -187l-237 -740h-102l-286 985z" />
<glyph unicode="x" horiz-adv-x="1192" d="M73 0v88l121 11l342 452l-326 431l-122 11v89h367v-89l-112 -6l258 -347l259 348l-111 5v89h367v-89l-121 -11l-326 -431l341 -452l122 -11v-88h-366v88l111 5l-275 368l-274 -368l111 -5v-88h-366z" />
<glyph unicode="y" horiz-adv-x="1174" d="M46 993v89h372v-89l-129 -10l264 -690l38 -130h6l296 820l-132 10v89h374v-89l-110 -9l-437 -1157q-42 -110 -109 -187t-196 -77q-21 0 -51 4.5t-44 9.5l14 100q12 -2 38.5 -4.5t37.5 -2.5q79 0 125 55t81 143l56 145l-384 971z" />
<glyph unicode="z" horiz-adv-x="1080" d="M116 0v88l652 891h-534l-8 -204h-107v307h800v-89l-656 -892h588l9 205h107v-306h-851z" />
<glyph unicode="{" horiz-adv-x="697" d="M63 543v104q118 0 174.5 67.5t56.5 189.5v228q0 171 77 290.5t260 174.5l27 -79q-128 -41 -186.5 -141.5t-58.5 -244.5v-228q0 -110 -45.5 -191t-137.5 -118q92 -39 137.5 -120.5t45.5 -190.5v-226q0 -143 59.5 -241.5t187.5 -140.5l-29 -80q-183 55 -260 173.5 t-77 288.5v226q0 122 -56.5 190.5t-174.5 68.5z" />
<glyph unicode="|" horiz-adv-x="426" d="M150 -270v1726h101v-1726h-101z" />
<glyph unicode="}" horiz-adv-x="696" d="M27 -324q127 42 186.5 141t59.5 241v226q0 112 47.5 193t146.5 117q-99 35 -146.5 116t-47.5 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-226 q0 -170 -77.5 -288.5t-260.5 -173.5z" />
<glyph unicode="~" horiz-adv-x="1376" d="M121 474q0 131 79 222t201 91q87 0 161 -37.5t162 -112.5q64 -57 117 -82.5t111 -25.5q76 0 130.5 64.5t54.5 161.5l97 -15q0 -129 -81 -223t-201 -94q-88 0 -160.5 35.5t-160.5 114.5q-64 53 -119 80t-111 27q-79 0 -131.5 -60.5t-52.5 -160.5z" />
<glyph unicode="&#xa1;" horiz-adv-x="456" d="M142 898v184h142v-184h-142zM153 -374v978h119v-978h-119z" />
<glyph unicode="&#xa2;" horiz-adv-x="1088" d="M124 520v42q0 219 104.5 366.5t297.5 169.5v220h120v-219q106 -12 193 -57t144 -115l5 -236h-102l-19 192q-48 54 -119.5 85.5t-162.5 31.5q-174 0 -257.5 -124.5t-83.5 -313.5v-42q0 -192 83 -316t259 -124q119 0 210 68t91 189h107l2 -6q4 -135 -99.5 -232.5 t-250.5 -115.5v-228h-120v228q-193 21 -297.5 169t-104.5 368z" />
<glyph unicode="&#xa3;" horiz-adv-x="1164" d="M68 642v102h203l-11 296q0 204 106 320.5t284 116.5q186 0 280 -103.5t91 -277.5l-3 -6h-111q0 148 -69 216.5t-188 68.5q-125 0 -198 -88t-73 -247l11 -296h451v-102h-448l7 -176q0 -107 -25.5 -204t-71.5 -161h654l10 205h106v-306h-941v101h10q70 15 104.5 129.5 t34.5 235.5l-7 176h-206z" />
<glyph unicode="&#xa4;" horiz-adv-x="1461" d="M94 60l159 161q-60 81 -92 179t-32 208q0 112 34.5 214t98.5 184l-168 171l85 87l166 -170q78 67 175 103.5t204 36.5q106 0 203.5 -37t176.5 -104l169 172l87 -88l-171 -175q62 -82 96 -182.5t34 -211.5q0 -108 -32 -206.5t-90 -177.5l163 -164l-87 -87l-157 160 q-81 -74 -181.5 -113.5t-210.5 -39.5q-111 0 -211 39.5t-179 112.5l-155 -158zM242 608q0 -215 141 -366t341 -151q198 0 339.5 151t141.5 366q0 213 -141.5 363.5t-339.5 150.5q-200 0 -341 -150.5t-141 -363.5z" />
<glyph unicode="&#xa5;" horiz-adv-x="1383" d="M59 1367v89h373v-89l-106 -9l367 -626l366 626l-106 9v89h374v-89l-132 -10l-395 -652h371v-87h-420v-206h420v-86h-420v-225l163 -13v-88h-446v88l163 13v225h-415v86h415v206h-415v87h369l-395 652z" />
<glyph unicode="&#xa6;" horiz-adv-x="461" d="M150 -270v771h119v-771h-119zM150 698v758h119v-758h-119z" />
<glyph unicode="&#xa7;" horiz-adv-x="1213" d="M90 -70l2 6l111 2q0 -173 113 -252t271 -79q163 0 256 70.5t93 181.5q0 106 -77.5 166t-292.5 121q-242 61 -359 149t-117 256q0 98 58.5 169t164.5 105q-90 49 -134 119.5t-44 175.5q0 161 128 259t342 98q222 0 346.5 -111.5t120.5 -313.5l-2 -6h-112q0 141 -94 235 t-259 94q-173 0 -262 -71t-89 -181q0 -114 74 -173t299 -122q247 -65 360 -148.5t113 -248.5q0 -98 -61 -168.5t-171 -103.5q94 -50 141 -120.5t47 -177.5q0 -166 -127 -261t-342 -95q-212 0 -357 102.5t-140 322.5zM209 553q0 -116 79 -175t323 -127q34 -10 65 -19t60 -18 q115 13 180 71.5t65 142.5q0 107 -85.5 170t-318.5 131q-40 9 -75.5 19.5t-66.5 22.5q-113 -14 -169.5 -73t-56.5 -145z" />
<glyph unicode="&#xa8;" horiz-adv-x="972" d="M152 1299v157h174v-157h-174zM622 1299v157h173v-157h-173z" />
<glyph unicode="&#xa9;" horiz-adv-x="1595" d="M92 729q0 315 207 531t503 216q295 0 502 -216t207 -531q0 -316 -207.5 -533t-501.5 -217q-296 0 -503 217t-207 533zM177 729q0 -279 182.5 -471.5t442.5 -192.5q257 0 440 192.5t183 471.5q0 277 -182.5 468.5t-440.5 191.5q-260 0 -442.5 -191.5t-182.5 -468.5z M458 669v119q0 172 91 279.5t242 107.5q148 0 231 -79t79 -228l-2 -6h-91q0 113 -55.5 168t-161.5 55q-110 0 -171.5 -83.5t-61.5 -212.5v-120q0 -132 61.5 -214.5t171.5 -82.5q107 0 161.5 54t54.5 170h91l2 -6q4 -150 -78.5 -229t-230.5 -79q-151 0 -242 106.5t-91 280.5z " />
<glyph unicode="&#xaa;" horiz-adv-x="875" d="M106 920q0 105 78.5 163t228.5 58h183v61q0 85 -41.5 131.5t-120.5 46.5q-92 0 -142 -37.5t-50 -108.5l-100 9l-2 6q-5 98 77.5 163t216.5 65q124 0 197.5 -71.5t73.5 -204.5v-314q0 -50 6 -94t20 -87h-111q-9 25 -14.5 52.5t-7.5 55.5q-37 -53 -98.5 -87.5t-144.5 -34.5 q-119 0 -184 61t-65 167zM214 924q0 -66 39 -101.5t121 -35.5q70 0 136 38.5t86 85.5v146h-182q-95 0 -147.5 -38.5t-52.5 -94.5z" />
<glyph unicode="&#xab;" horiz-adv-x="919" d="M83 132zM83 511v19l295 379h105l-276 -389l276 -388h-105zM392 511v19l295 379h105l-276 -389l276 -388h-105z" />
<glyph unicode="&#xac;" horiz-adv-x="1112" d="M121 670v106h811v-390h-119v284h-692z" />
<glyph unicode="&#xad;" horiz-adv-x="793" d="M154 570v101h478v-101h-478zM154 570z" />
<glyph unicode="&#xae;" horiz-adv-x="1595" d="M92 729q0 315 207 531t503 216q295 0 502 -216t207 -531q0 -316 -207.5 -533t-501.5 -217q-296 0 -503 217t-207 533zM177 729q0 -279 182.5 -471.5t442.5 -192.5q257 0 440 192.5t183 471.5q0 277 -182.5 468.5t-440.5 191.5q-260 0 -442.5 -191.5t-182.5 -468.5z M541 316v850h258q147 0 226 -63t79 -185q0 -68 -36.5 -117t-104.5 -80q68 -25 98 -78t30 -128v-56q0 -40 4 -73t13 -54v-16h-102q-9 21 -11 61.5t-2 82.5v54q0 84 -38.5 121t-127.5 37h-188v-356h-98zM639 763h181q79 0 133 40.5t54 112.5q0 85 -46.5 122t-161.5 37h-160 v-312z" />
<glyph unicode="&#xaf;" horiz-adv-x="1005" d="M154 1359v97h670v-97h-670z" />
<glyph unicode="&#xb0;" horiz-adv-x="747" d="M124 1227q0 102 72 176t173 74q98 0 169.5 -74t71.5 -176q0 -104 -71 -175.5t-170 -71.5q-102 0 -173.5 71.5t-71.5 175.5zM213 1227q0 -67 45 -111.5t111 -44.5q65 0 108.5 44t43.5 112t-43.5 113.5t-108.5 45.5q-66 0 -111 -46t-45 -113z" />
<glyph unicode="&#xb1;" horiz-adv-x="1082" d="M75 728v101h414v438h111v-438h391v-101h-391v-439h-111v439h-414zM182 48v102h835v-102h-835z" />
<glyph unicode="&#xb2;" horiz-adv-x="816" d="M113 667v90l315 282q77 70 104 115t27 92q0 65 -38.5 103.5t-117.5 38.5q-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-215 -188l3 -6h423v-90h-570z" />
<glyph unicode="&#xb3;" horiz-adv-x="837" d="M104 882l2 6h101q0 -63 51 -103t134 -40q90 0 141 38t51 103q0 75 -46.5 109.5t-139.5 34.5h-123v89h123q88 0 130 35t42 99q0 59 -45 96.5t-133 37.5q-75 0 -124 -35.5t-49 -93.5h-100l-2 6q-6 94 75 154t200 60q133 0 210 -58.5t77 -166.5q0 -59 -35.5 -105.5 t-99.5 -71.5q73 -22 111 -70.5t38 -119.5q0 -109 -83.5 -170t-217.5 -61q-120 0 -206.5 58.5t-81.5 168.5z" />
<glyph unicode="&#xb4;" horiz-adv-x="574" d="M95 1212l206 266h147l3 -6l-249 -260h-107z" />
<glyph unicode="&#xb5;" horiz-adv-x="1297" d="M66 993v89h163h118v-633q0 -207 71 -288t192 -81q137 0 212 59.5t103 170.5v670l-163 13v89h283v-981l163 -13v-88h-266l-11 155q-48 -85 -126 -130.5t-187 -45.5q-88 0 -157 30t-114 96v-521h-118v1396z" />
<glyph unicode="&#xb6;" horiz-adv-x="1065" d="M78 988q0 207 129.5 337.5t362.5 130.5h225v-1355l163 -13v-88h-445v88l163 13v419h-106q-234 0 -363 129.5t-129 338.5zM795 1354v102h163v-89z" />
<glyph unicode="&#xb7;" horiz-adv-x="496" d="M159 624v180h154v-180h-154z" />
<glyph unicode="&#xb8;" horiz-adv-x="470" d="M103 -357q89 0 150.5 30.5t61.5 89.5q0 57 -41 79.5t-145 30.5l28 127h93l-11 -64q79 -9 127.5 -48.5t48.5 -122.5q0 -91 -79 -145.5t-226 -54.5z" />
<glyph unicode="&#xb9;" horiz-adv-x="506" d="M91 1361v93l257 23v-812h-109v703z" />
<glyph unicode="&#xba;" horiz-adv-x="921" d="M121 1025v117q0 148 87.5 241.5t234.5 93.5q149 0 236.5 -93.5t87.5 -241.5v-117q0 -149 -87.5 -241.5t-234.5 -92.5q-149 0 -236.5 92.5t-87.5 241.5zM229 1025q0 -107 54.5 -173t161.5 -66q103 0 158.5 66.5t55.5 172.5v117q0 104 -56 171t-160 67t-159 -67t-55 -171 v-117z" />
<glyph unicode="&#xbb;" horiz-adv-x="916" d="M105 162l276 388l-276 394h105l295 -384v-19l-295 -379h-105zM105 162zM420 162l276 388l-276 394h105l295 -384v-19l-295 -379h-105z" />
<glyph unicode="&#xbc;" horiz-adv-x="1492" d="M165 0zM165 1360v93l257 23v-812h-109v703zM306 177l711 1138l74 -48l-711 -1138zM765 237l428 564h114v-541h153v-90h-153v-170h-108v170h-431zM893 260h306v403l-6 1l-26 -44z" />
<glyph unicode="&#xbd;" horiz-adv-x="1462" d="M165 0zM165 1360v93l257 23v-812h-109v703zM318 177l711 1138l74 -48l-711 -1138zM907 0v90l315 282q77 70 104 115t27 92q0 65 -38.5 103.5t-117.5 38.5q-87 0 -134 -42t-47 -108h-100l-2 6q-6 97 72.5 166t210.5 69q124 0 195 -60.5t71 -173.5q0 -75 -47 -136 t-150 -158l-215 -188l3 -6h423v-90h-570z" />
<glyph unicode="&#xbe;" horiz-adv-x="1670" d="M124 0zM129 883l2 6h101q0 -63 51 -103t134 -40q90 0 141 38t51 103q0 75 -46.5 109.5t-139.5 34.5h-123v89h123q88 0 130 35t42 99q0 59 -45 96.5t-133 37.5q-75 0 -124 -35.5t-49 -93.5h-100l-2 6q-6 94 75 154t200 60q133 0 210 -58.5t77 -166.5q0 -59 -35.5 -105.5 t-99.5 -71.5q73 -22 111 -70.5t38 -119.5q0 -109 -83.5 -170t-217.5 -61q-120 0 -206.5 58.5t-81.5 168.5zM513 177l711 1138l74 -48l-711 -1138zM974 237l428 564h114v-541h153v-90h-153v-170h-108v170h-431zM1102 260h306v403l-6 1l-26 -44z" />
<glyph unicode="&#xbf;" horiz-adv-x="862" d="M58 -20q0 134 65.5 238t188.5 219q61 52 75 98.5t14 142.5h120q-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 -280.5 101t-100.5 273zM385 928v155 h139v-155h-139z" />
<glyph unicode="&#xc0;" d="M55 0v88l107 8l517 1360h113l512 -1360l109 -8v-88h-359v88l127 10l-120 326h-654l-121 -326l127 -10v-88h-358zM55 0zM444 1826l2 5h154l202 -266h-117zM447 531h575l-283 770h-6z" />
<glyph unicode="&#xc1;" d="M55 0v88l107 8l517 1360h113l512 -1360l109 -8v-88h-359v88l127 10l-120 326h-654l-121 -326l127 -10v-88h-358zM55 0zM447 531h575l-283 770h-6zM637 1550l206 266h147l3 -6l-249 -260h-107z" />
<glyph unicode="&#xc2;" d="M55 0v88l107 8l517 1360h113l512 -1360l109 -8v-88h-359v88l127 10l-120 326h-654l-121 -326l127 -10v-88h-358zM55 0zM447 531h575l-283 770h-6zM459 1593v21l226 221h98l230 -224v-18h-112l-167 168l-166 -168h-109z" />
<glyph unicode="&#xc3;" d="M55 0v88l107 8l517 1360h113l512 -1360l109 -8v-88h-359v88l127 10l-120 326h-654l-121 -326l127 -10v-88h-358zM55 0zM413 1620q0 86 53.5 144.5t136.5 58.5q65 0 147.5 -55t134.5 -55q46 0 79 36t33 91l80 -20q0 -88 -55 -146t-137 -58q-74 0 -151 55t-131 55 q-47 0 -79 -35t-32 -89zM447 531h575l-283 770h-6z" />
<glyph unicode="&#xc4;" d="M55 0v88l107 8l517 1360h113l512 -1360l109 -8v-88h-359v88l127 10l-120 326h-654l-121 -326l127 -10v-88h-358zM55 0zM406 1639v157h174v-157h-174zM447 531h575l-283 770h-6zM876 1639v157h173v-157h-173z" />
<glyph unicode="&#xc5;" d="M55 0v88l107 8l517 1360h113l512 -1360l109 -8v-88h-359v88l127 10l-120 326h-654l-121 -326l127 -10v-88h-358zM55 0zM447 531h575l-283 770h-6zM567 1740q0 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 M645 1740q0 -39 26.5 -65t64.5 -26q37 0 62 25.5t25 65.5t-25 66.5t-62 26.5q-38 0 -64.5 -26.5t-26.5 -66.5z" />
<glyph unicode="&#xc6;" horiz-adv-x="2058" d="M51 0v88l130 10l822 1358h864v-307h-107l-9 205h-578l23 -545h589v-102h-585l26 -606h587l9 205h106v-306h-980v88l158 12l-12 289h-597l-172 -293l106 -8v-88h-380zM564 502h526l-35 839l-6 1l-15 -44z" />
<glyph unicode="&#xc7;" horiz-adv-x="1349" d="M103 0zM103 718v19q0 325 177.5 532.5t464.5 207.5q162 0 289.5 -63.5t195.5 -157.5v-256h-93l-17 221q-58 69 -151 111.5t-215 42.5q-244 0 -388 -177.5t-144 -458.5v-21q0 -281 142.5 -459.5t374.5 -178.5q123 0 223.5 43t157.5 111l17 221h93v-256 q-68 -94 -198.5 -157t-292.5 -63q-280 0 -458 207.5t-178 531.5zM640 -360q89 0 150.5 30.5t61.5 89.5q0 57 -41 79.5t-145 30.5l28 127h93l-11 -64q79 -9 127.5 -48.5t48.5 -122.5q0 -91 -79 -145.5t-226 -54.5z" />
<glyph unicode="&#xc8;" horiz-adv-x="1286" d="M71 0v88l163 13v1253l-163 13v89h163h917v-320h-106l-9 218h-683v-547h597v-102h-597v-604h688l9 218h106v-319h-1085zM71 0zM344 1828l2 5h154l202 -266h-117z" />
<glyph unicode="&#xc9;" horiz-adv-x="1286" d="M71 0v88l163 13v1253l-163 13v89h163h917v-320h-106l-9 218h-683v-547h597v-102h-597v-604h688l9 218h106v-319h-1085zM71 0zM537 1552l206 266h147l3 -6l-249 -260h-107z" />
<glyph unicode="&#xca;" horiz-adv-x="1286" d="M71 0v88l163 13v1253l-163 13v89h163h917v-320h-106l-9 218h-683v-547h597v-102h-597v-604h688l9 218h106v-319h-1085zM71 0zM359 1595v21l226 221h98l230 -224v-18h-112l-167 168l-166 -168h-109z" />
<glyph unicode="&#xcb;" horiz-adv-x="1286" d="M71 0v88l163 13v1253l-163 13v89h163h917v-320h-106l-9 218h-683v-547h597v-102h-597v-604h688l9 218h106v-319h-1085zM71 0zM306 1641v157h174v-157h-174zM776 1641v157h173v-157h-173z" />
<glyph unicode="&#xcc;" horiz-adv-x="627" d="M32 0zM32 1827l2 5h154l202 -266h-117zM91 0v88l163 13v1253l-163 13v89h446v-89l-163 -13v-1253l163 -13v-88h-446z" />
<glyph unicode="&#xcd;" horiz-adv-x="627" d="M91 0v88l163 13v1253l-163 13v89h446v-89l-163 -13v-1253l163 -13v-88h-446zM91 0zM224 1551l206 266h147l3 -6l-249 -260h-107z" />
<glyph unicode="&#xce;" horiz-adv-x="627" d="M47 0zM47 1594v21l226 221h98l230 -224v-18h-112l-167 168l-166 -168h-109zM91 0v88l163 13v1253l-163 13v89h446v-89l-163 -13v-1253l163 -13v-88h-446z" />
<glyph unicode="&#xcf;" horiz-adv-x="627" d="M-6 1640v157h174v-157h-174zM0 0zM91 0v88l163 13v1253l-163 13v89h446v-89l-163 -13v-1253l163 -13v-88h-446zM464 1640v157h173v-157h-173z" />
<glyph unicode="&#xd0;" horiz-adv-x="1431" d="M101 0v88l163 13v588h-161v102h161v563l-163 13v89h586q267 0 441 -178t174 -457v-187q0 -280 -174 -457t-441 -177h-586zM383 101h304q216 0 355.5 151t139.5 382v190q0 228 -140 379t-355 151h-304v-563h332v-102h-332v-588z" />
<glyph unicode="&#xd1;" horiz-adv-x="1536" d="M71 0v88l163 13v1253l-163 13v89h163h120l827 -1250l6 1v1147l-163 13v89h282h163v-89l-163 -13v-1354h-119l-827 1252l-6 -1v-1150l163 -13v-88h-446zM71 0zM417 1622q0 86 53.5 144.5t136.5 58.5q65 0 147.5 -55t134.5 -55q46 0 79 36t33 91l80 -20q0 -88 -55 -146 t-137 -58q-74 0 -151 55t-131 55q-47 0 -79 -35t-32 -89z" />
<glyph unicode="&#xd2;" horiz-adv-x="1468" d="M106 0zM106 718v19q0 327 172 533.5t448 206.5q280 0 455.5 -206.5t175.5 -533.5v-19q0 -328 -175 -533.5t-455 -205.5q-276 0 -448.5 206t-172.5 533zM226 718q0 -285 135 -460t366 -175q237 0 373.5 174.5t136.5 460.5v21q0 283 -138 458t-373 175q-231 0 -365.5 -175 t-134.5 -458v-21zM439 1838l2 5h154l202 -266h-117z" />
<glyph unicode="&#xd3;" horiz-adv-x="1468" d="M106 0zM106 718v19q0 327 172 533.5t448 206.5q280 0 455.5 -206.5t175.5 -533.5v-19q0 -328 -175 -533.5t-455 -205.5q-276 0 -448.5 206t-172.5 533zM226 718q0 -285 135 -460t366 -175q237 0 373.5 174.5t136.5 460.5v21q0 283 -138 458t-373 175q-231 0 -365.5 -175 t-134.5 -458v-21zM632 1562l206 266h147l3 -6l-249 -260h-107z" />
<glyph unicode="&#xd4;" horiz-adv-x="1468" d="M106 0zM106 718v19q0 327 172 533.5t448 206.5q280 0 455.5 -206.5t175.5 -533.5v-19q0 -328 -175 -533.5t-455 -205.5q-276 0 -448.5 206t-172.5 533zM226 718q0 -285 135 -460t366 -175q237 0 373.5 174.5t136.5 460.5v21q0 283 -138 458t-373 175q-231 0 -365.5 -175 t-134.5 -458v-21zM454 1605v21l226 221h98l230 -224v-18h-112l-167 168l-166 -168h-109z" />
<glyph unicode="&#xd5;" horiz-adv-x="1468" d="M106 0zM106 718v19q0 327 172 533.5t448 206.5q280 0 455.5 -206.5t175.5 -533.5v-19q0 -328 -175 -533.5t-455 -205.5q-276 0 -448.5 206t-172.5 533zM226 718q0 -285 135 -460t366 -175q237 0 373.5 174.5t136.5 460.5v21q0 283 -138 458t-373 175q-231 0 -365.5 -175 t-134.5 -458v-21zM408 1632q0 86 53.5 144.5t136.5 58.5q65 0 147.5 -55t134.5 -55q46 0 79 36t33 91l80 -20q0 -88 -55 -146t-137 -58q-74 0 -151 55t-131 55q-47 0 -79 -35t-32 -89z" />
<glyph unicode="&#xd6;" horiz-adv-x="1468" d="M106 0zM106 718v19q0 327 172 533.5t448 206.5q280 0 455.5 -206.5t175.5 -533.5v-19q0 -328 -175 -533.5t-455 -205.5q-276 0 -448.5 206t-172.5 533zM226 718q0 -285 135 -460t366 -175q237 0 373.5 174.5t136.5 460.5v21q0 283 -138 458t-373 175q-231 0 -365.5 -175 t-134.5 -458v-21zM401 1651v157h174v-157h-174zM871 1651v157h173v-157h-173z" />
<glyph unicode="&#xd7;" horiz-adv-x="1056" d="M79 318l357 365l-343 350l79 80l343 -350l343 350l79 -80l-344 -350l359 -365l-79 -79l-358 364l-357 -364z" />
<glyph unicode="&#xd8;" horiz-adv-x="1408" d="M100 718v19q0 327 172 533.5t448 206.5q96 0 183.5 -27t161.5 -78l82 133h104l-117 -191q103 -100 160 -249t57 -328v-19q0 -328 -175 -533.5t-455 -205.5q-98 0 -185 27.5t-158 80.5l-105 -171h-104l141 229q-101 99 -155.5 246.5t-54.5 326.5zM220 718 q0 -148 38 -269.5t109 -200.5l6 -1l635 1033q-60 44 -132.5 68t-155.5 24q-231 0 -365.5 -175t-134.5 -458v-21zM434 178q59 -47 131 -71t156 -24q237 0 373.5 174.5t136.5 460.5v21q0 148 -40.5 270.5t-113.5 202.5l-6 1z" />
<glyph unicode="&#xd9;" horiz-adv-x="1487" d="M60 0zM60 1367v89h163h119h163v-89l-163 -13v-885q0 -186 110 -287.5t287 -101.5q180 0 293 101t113 288v885l-163 13v89h445v-89l-163 -13v-885q0 -238 -145.5 -364t-379.5 -126q-230 0 -373 126.5t-143 363.5v885zM449 1821l2 5h154l202 -266h-117z" />
<glyph unicode="&#xda;" horiz-adv-x="1487" d="M60 0zM60 1367v89h163h119h163v-89l-163 -13v-885q0 -186 110 -287.5t287 -101.5q180 0 293 101t113 288v885l-163 13v89h445v-89l-163 -13v-885q0 -238 -145.5 -364t-379.5 -126q-230 0 -373 126.5t-143 363.5v885zM642 1545l206 266h147l3 -6l-249 -260h-107z" />
<glyph unicode="&#xdb;" horiz-adv-x="1487" d="M60 0zM60 1367v89h163h119h163v-89l-163 -13v-885q0 -186 110 -287.5t287 -101.5q180 0 293 101t113 288v885l-163 13v89h445v-89l-163 -13v-885q0 -238 -145.5 -364t-379.5 -126q-230 0 -373 126.5t-143 363.5v885zM464 1588v21l226 221h98l230 -224v-18h-112l-167 168 l-166 -168h-109z" />
<glyph unicode="&#xdc;" horiz-adv-x="1487" d="M60 0zM60 1367v89h163h119h163v-89l-163 -13v-885q0 -186 110 -287.5t287 -101.5q180 0 293 101t113 288v885l-163 13v89h445v-89l-163 -13v-885q0 -238 -145.5 -364t-379.5 -126q-230 0 -373 126.5t-143 363.5v885zM411 1634v157h174v-157h-174zM881 1634v157h173v-157 h-173z" />
<glyph unicode="&#xdd;" horiz-adv-x="1423" d="M55 0zM55 1367v89h400v-89l-140 -10l394 -710l396 710l-140 10v89h401v-89l-124 -10l-474 -825v-431l163 -13v-88h-446v88l163 13v438l-470 818zM616 1545l206 266h147l3 -6l-249 -260h-107z" />
<glyph unicode="&#xde;" horiz-adv-x="1257" d="M70 0v88l163 13v1253l-163 13v89h282h163v-89l-163 -13v-202h324q221 0 345 -115t124 -299q0 -185 -123.5 -299.5t-345.5 -114.5h-324v-223l163 -13v-88h-445zM352 425h324q173 0 261.5 92t88.5 219q0 130 -88 222.5t-262 92.5h-324v-626z" />
<glyph unicode="&#xdf;" horiz-adv-x="1263" d="M55 0v88l163 13v981q0 204 102 317t273 113q140 0 232 -79.5t92 -222.5q0 -109 -61.5 -215.5t-61.5 -184.5q0 -86 184 -228t184 -287q0 -153 -109.5 -234.5t-266.5 -81.5q-86 0 -176.5 23.5t-129.5 56.5l34 101q40 -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 -59.5 149.5t-137.5 57.5q-121 0 -193.5 -85.5t-72.5 -243.5v-1082h-282z" />
<glyph unicode="&#xe0;" horiz-adv-x="1130" d="M104 0zM104 283q0 150 129 238t350 88h239v143q0 116 -74.5 182t-208.5 66q-90 0 -164.5 -24.5t-124.5 -66.5l-10 -145h-99l1 208q75 58 179.5 94t222.5 36q179 0 288 -91t109 -261v-532q0 -33 1.5 -63.5t6.5 -59.5l108 -7v-88h-213q-12 55 -17 95t-5 81 q-60 -85 -160 -141t-225 -56q-159 0 -246 82t-87 222zM223 279q0 -87 60.5 -140.5t166.5 -53.5q130 0 229 60t143 155v217h-241q-163 0 -260.5 -67.5t-97.5 -170.5zM254 1505l2 5h154l202 -266h-117z" />
<glyph unicode="&#xe1;" horiz-adv-x="1130" d="M104 0zM104 283q0 150 129 238t350 88h239v143q0 116 -74.5 182t-208.5 66q-90 0 -164.5 -24.5t-124.5 -66.5l-10 -145h-99l1 208q75 58 179.5 94t222.5 36q179 0 288 -91t109 -261v-532q0 -33 1.5 -63.5t6.5 -59.5l108 -7v-88h-213q-12 55 -17 95t-5 81 q-60 -85 -160 -141t-225 -56q-159 0 -246 82t-87 222zM223 279q0 -87 60.5 -140.5t166.5 -53.5q130 0 229 60t143 155v217h-241q-163 0 -260.5 -67.5t-97.5 -170.5zM447 1229l206 266h147l3 -6l-249 -260h-107z" />
<glyph unicode="&#xe2;" horiz-adv-x="1130" d="M104 0zM104 283q0 150 129 238t350 88h239v143q0 116 -74.5 182t-208.5 66q-90 0 -164.5 -24.5t-124.5 -66.5l-10 -145h-99l1 208q75 58 179.5 94t222.5 36q179 0 288 -91t109 -261v-532q0 -33 1.5 -63.5t6.5 -59.5l108 -7v-88h-213q-12 55 -17 95t-5 81 q-60 -85 -160 -141t-225 -56q-159 0 -246 82t-87 222zM223 279q0 -87 60.5 -140.5t166.5 -53.5q130 0 229 60t143 155v217h-241q-163 0 -260.5 -67.5t-97.5 -170.5zM269 1272v21l226 221h98l230 -224v-18h-112l-167 168l-166 -168h-109z" />
<glyph unicode="&#xe3;" horiz-adv-x="1130" d="M104 0zM104 283q0 150 129 238t350 88h239v143q0 116 -74.5 182t-208.5 66q-90 0 -164.5 -24.5t-124.5 -66.5l-10 -145h-99l1 208q75 58 179.5 94t222.5 36q179 0 288 -91t109 -261v-532q0 -33 1.5 -63.5t6.5 -59.5l108 -7v-88h-213q-12 55 -17 95t-5 81 q-60 -85 -160 -141t-225 -56q-159 0 -246 82t-87 222zM223 279q0 -87 60.5 -140.5t166.5 -53.5q130 0 229 60t143 155v217h-241q-163 0 -260.5 -67.5t-97.5 -170.5zM223 1299q0 86 53.5 144.5t136.5 58.5q65 0 147.5 -55t134.5 -55q46 0 79 36t33 91l80 -20q0 -88 -55 -146 t-137 -58q-74 0 -151 55t-131 55q-47 0 -79 -35t-32 -89z" />
<glyph unicode="&#xe4;" horiz-adv-x="1130" d="M104 0zM104 283q0 150 129 238t350 88h239v143q0 116 -74.5 182t-208.5 66q-90 0 -164.5 -24.5t-124.5 -66.5l-10 -145h-99l1 208q75 58 179.5 94t222.5 36q179 0 288 -91t109 -261v-532q0 -33 1.5 -63.5t6.5 -59.5l108 -7v-88h-213q-12 55 -17 95t-5 81 q-60 -85 -160 -141t-225 -56q-159 0 -246 82t-87 222zM216 1318v157h174v-157h-174zM223 279q0 -87 60.5 -140.5t166.5 -53.5q130 0 229 60t143 155v217h-241q-163 0 -260.5 -67.5t-97.5 -170.5zM686 1318v157h173v-157h-173z" />
<glyph unicode="&#xe5;" horiz-adv-x="1130" d="M104 0zM104 283q0 150 129 238t350 88h239v143q0 116 -74.5 182t-208.5 66q-90 0 -164.5 -24.5t-124.5 -66.5l-10 -145h-99l1 208q75 58 179.5 94t222.5 36q179 0 288 -91t109 -261v-532q0 -33 1.5 -63.5t6.5 -59.5l108 -7v-88h-213q-12 55 -17 95t-5 81 q-60 -85 -160 -141t-225 -56q-159 0 -246 82t-87 222zM223 279q0 -87 60.5 -140.5t166.5 -53.5q130 0 229 60t143 155v217h-241q-163 0 -260.5 -67.5t-97.5 -170.5zM377 1419q0 69 49.5 117.5t119.5 48.5q68 0 117 -48.5t49 -117.5q0 -71 -48.5 -117t-117.5 -46 q-71 0 -120 46t-49 117zM455 1419q0 -39 26.5 -65t64.5 -26q37 0 62 25.5t25 65.5t-25 66.5t-62 26.5q-38 0 -64.5 -26.5t-26.5 -66.5z" />
<glyph unicode="&#xe6;" horiz-adv-x="1786" d="M97 293q0 158 113 248.5t325 90.5h263v88q0 134 -63.5 207t-187.5 73q-135 0 -213 -67t-78 -168l-110 12l-2 6q-5 138 106 228.5t297 90.5q125 0 213 -54t129 -157q61 99 156 155t210 56q200 0 311.5 -124t111.5 -340v-100h-755v-29q0 -191 90 -310t272 -119 q103 0 181 32.5t142 86.5l48 -87q-60 -55 -148.5 -94t-222.5 -39q-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.5zM217 289q0 -97 64.5 -153.5t187.5 -56.5q102 0 197.5 53.5t131.5 115.5v288h-261q-155 0 -237.5 -71 t-82.5 -176zM931 641l2 -5h625v31q0 146 -77 239.5t-226 93.5q-138 0 -224.5 -101.5t-99.5 -257.5z" />
<glyph unicode="&#xe7;" horiz-adv-x="1094" d="M97 0zM97 520v42q0 236 121 388t340 152q125 0 229 -47t169 -128l5 -236h-102l-19 192q-48 54 -119.5 85.5t-162.5 31.5q-174 0 -257.5 -124.5t-83.5 -313.5v-42q0 -192 83 -316t259 -124q119 0 210 68t91 189h106l2 -6q5 -150 -119.5 -251t-289.5 -101 q-220 0 -341 151.5t-121 389.5zM443 -366q89 0 150.5 30.5t61.5 89.5q0 57 -41 79.5t-145 30.5l28 127h93l-11 -64q79 -9 127.5 -48.5t48.5 -122.5q0 -91 -79 -145.5t-226 -54.5z" />
<glyph unicode="&#xe8;" horiz-adv-x="1102" d="M102 0zM102 509v55q0 232 133.5 385t322.5 153q199 0 313 -126t114 -336v-102h-764v-29q0 -182 97.5 -305.5t255.5 -123.5q111 0 190 31t135 89l51 -82q-61 -64 -154 -101.5t-222 -37.5q-204 0 -338 149.5t-134 380.5zM230 644l2 -5h634v30q0 141 -83 236t-225 95 q-132 0 -222.5 -101.5t-105.5 -254.5zM272 1505l2 5h154l202 -266h-117z" />
<glyph unicode="&#xe9;" horiz-adv-x="1102" d="M102 0zM102 509v55q0 232 133.5 385t322.5 153q199 0 313 -126t114 -336v-102h-764v-29q0 -182 97.5 -305.5t255.5 -123.5q111 0 190 31t135 89l51 -82q-61 -64 -154 -101.5t-222 -37.5q-204 0 -338 149.5t-134 380.5zM230 644l2 -5h634v30q0 141 -83 236t-225 95 q-132 0 -222.5 -101.5t-105.5 -254.5zM465 1229l206 266h147l3 -6l-249 -260h-107z" />
<glyph unicode="&#xea;" horiz-adv-x="1102" d="M102 0zM102 509v55q0 232 133.5 385t322.5 153q199 0 313 -126t114 -336v-102h-764v-29q0 -182 97.5 -305.5t255.5 -123.5q111 0 190 31t135 89l51 -82q-61 -64 -154 -101.5t-222 -37.5q-204 0 -338 149.5t-134 380.5zM230 644l2 -5h634v30q0 141 -83 236t-225 95 q-132 0 -222.5 -101.5t-105.5 -254.5zM287 1272v21l226 221h98l230 -224v-18h-112l-167 168l-166 -168h-109z" />
<glyph unicode="&#xeb;" horiz-adv-x="1102" d="M102 0zM102 509v55q0 232 133.5 385t322.5 153q199 0 313 -126t114 -336v-102h-764v-29q0 -182 97.5 -305.5t255.5 -123.5q111 0 190 31t135 89l51 -82q-61 -64 -154 -101.5t-222 -37.5q-204 0 -338 149.5t-134 380.5zM230 644l2 -5h634v30q0 141 -83 236t-225 95 q-132 0 -222.5 -101.5t-105.5 -254.5zM234 1318v157h174v-157h-174zM704 1318v157h173v-157h-173z" />
<glyph unicode="&#xec;" horiz-adv-x="637" d="M24 0zM24 1493l2 5h154l202 -266h-117zM90 0v88l163 13v879l-163 13v89h282v-981l163 -13v-88h-445z" />
<glyph unicode="&#xed;" horiz-adv-x="637" d="M90 0v88l163 13v879l-163 13v89h282v-981l163 -13v-88h-445zM90 0zM216 1217l206 266h147l3 -6l-249 -260h-107z" />
<glyph unicode="&#xee;" horiz-adv-x="637" d="M39 0zM39 1260v21l226 221h98l230 -224v-18h-112l-167 168l-166 -168h-109zM90 0v88l163 13v879l-163 13v89h282v-981l163 -13v-88h-445z" />
<glyph unicode="&#xef;" horiz-adv-x="637" d="M-14 1306v157h174v-157h-174zM0 0zM90 0v88l163 13v879l-163 13v89h282v-981l163 -13v-88h-445zM456 1306v157h173v-157h-173z" />
<glyph unicode="&#xf0;" horiz-adv-x="1179" d="M78 455q0 235 130 372.5t347 137.5q104 0 193.5 -40t143.5 -107l4 5q-18 131 -68 234t-126 182l-308 -176l-51 74l288 164q-45 33 -94.5 61t-103.5 51l38 104q77 -30 144 -68.5t124 -85.5l258 148l51 -74l-241 -138q111 -121 168.5 -289.5t57.5 -386.5v-88 q0 -245 -137 -400.5t-344 -155.5t-340.5 137t-133.5 339zM198 455q0 -149 97 -261t261 -112q159 0 258.5 127.5t99.5 325.5v90q0 9 -0.5 27t-0.5 27q-37 77 -127.5 129.5t-230.5 52.5q-172 0 -264.5 -115t-92.5 -291z" />
<glyph unicode="&#xf1;" horiz-adv-x="1319" d="M75 0v88l163 13v879l-163 13v89h269l11 -189q52 100 140.5 154.5t209.5 54.5q176 0 268 -107.5t92 -335.5v-558l163 -13v-88h-446v88l163 13v557q0 186 -69.5 263t-197.5 77q-126 0 -205.5 -66.5t-114.5 -176.5v-654l163 -13v-88h-446zM75 0zM331 1298q0 86 53.5 144.5 t136.5 58.5q65 0 147.5 -55t134.5 -55q46 0 79 36t33 91l80 -20q0 -88 -55 -146t-137 -58q-74 0 -151 55t-131 55q-47 0 -79 -35t-32 -89z" />
<glyph unicode="&#xf2;" horiz-adv-x="1152" d="M97 0zM97 524v33q0 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.5zM217 524q0 -188 95 -316t265 -128q167 0 262 128t95 316v33q0 185 -95.5 314t-263.5 129t-263 -129t-95 -314v-33zM288 1504l2 5 h154l202 -266h-117z" />
<glyph unicode="&#xf3;" horiz-adv-x="1152" d="M97 0zM97 524v33q0 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.5zM217 524q0 -188 95 -316t265 -128q167 0 262 128t95 316v33q0 185 -95.5 314t-263.5 129t-263 -129t-95 -314v-33zM481 1228 l206 266h147l3 -6l-249 -260h-107z" />
<glyph unicode="&#xf4;" horiz-adv-x="1152" d="M97 0zM97 524v33q0 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.5zM217 524q0 -188 95 -316t265 -128q167 0 262 128t95 316v33q0 185 -95.5 314t-263.5 129t-263 -129t-95 -314v-33zM303 1271v21 l226 221h98l230 -224v-18h-112l-167 168l-166 -168h-109z" />
<glyph unicode="&#xf5;" horiz-adv-x="1152" d="M97 0zM97 524v33q0 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.5zM217 524q0 -188 95 -316t265 -128q167 0 262 128t95 316v33q0 185 -95.5 314t-263.5 129t-263 -129t-95 -314v-33zM257 1298 q0 86 53.5 144.5t136.5 58.5q65 0 147.5 -55t134.5 -55q46 0 79 36t33 91l80 -20q0 -88 -55 -146t-137 -58q-74 0 -151 55t-131 55q-47 0 -79 -35t-32 -89z" />
<glyph unicode="&#xf6;" horiz-adv-x="1152" d="M97 0zM97 524v33q0 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.5zM217 524q0 -188 95 -316t265 -128q167 0 262 128t95 316v33q0 185 -95.5 314t-263.5 129t-263 -129t-95 -314v-33zM250 1317v157 h174v-157h-174zM720 1317v157h173v-157h-173z" />
<glyph unicode="&#xf7;" horiz-adv-x="1148" d="M74 644v116h998v-116h-998zM508 212v160h142v-160h-142zM508 1010v160h142v-160h-142z" />
<glyph unicode="&#xf8;" horiz-adv-x="1152" d="M97 524v33q0 239 131 392t347 153q62 0 119 -14.5t108 -40.5l86 167h93l-110 -214q87 -73 135 -188t48 -255v-33q0 -240 -130.5 -392.5t-346.5 -152.5q-58 0 -110 11t-98 34l-84 -164h-93l106 207q-96 71 -148.5 190t-52.5 267zM217 524q0 -110 33.5 -202.5t96.5 -147.5 h6l399 776q-38 24 -82.5 37t-94.5 13q-168 0 -263 -129t-95 -314v-33zM417 118q34 -19 74 -28.5t86 -9.5q167 0 262 128t95 316v33q0 100 -30 187.5t-85 144.5h-5z" />
<glyph unicode="&#xf9;" horiz-adv-x="1232" d="M46 0zM46 993v89h134h119v-629q0 -198 67.5 -284t191.5 -86q136 0 216.5 60t113.5 166v671l-154 13v89h154h120v-981l145 -13v-88h-250l-11 178q-51 -95 -139.5 -147t-208.5 -52q-171 0 -267.5 116t-96.5 360v525zM269 1493l2 5h154l202 -266h-117z" />
<glyph unicode="&#xfa;" horiz-adv-x="1232" d="M46 0zM46 993v89h134h119v-629q0 -198 67.5 -284t191.5 -86q136 0 216.5 60t113.5 166v671l-154 13v89h154h120v-981l145 -13v-88h-250l-11 178q-51 -95 -139.5 -147t-208.5 -52q-171 0 -267.5 116t-96.5 360v525zM462 1217l206 266h147l3 -6l-249 -260h-107z" />
<glyph unicode="&#xfb;" horiz-adv-x="1232" d="M46 0zM46 993v89h134h119v-629q0 -198 67.5 -284t191.5 -86q136 0 216.5 60t113.5 166v671l-154 13v89h154h120v-981l145 -13v-88h-250l-11 178q-51 -95 -139.5 -147t-208.5 -52q-171 0 -267.5 116t-96.5 360v525zM284 1260v21l226 221h98l230 -224v-18h-112l-167 168 l-166 -168h-109z" />
<glyph unicode="&#xfc;" horiz-adv-x="1232" d="M46 0zM46 993v89h134h119v-629q0 -198 67.5 -284t191.5 -86q136 0 216.5 60t113.5 166v671l-154 13v89h154h120v-981l145 -13v-88h-250l-11 178q-51 -95 -139.5 -147t-208.5 -52q-171 0 -267.5 116t-96.5 360v525zM231 1306v157h174v-157h-174zM701 1306v157h173v-157 h-173z" />
<glyph unicode="&#xfd;" horiz-adv-x="1174" d="M46 0zM46 993v89h372v-89l-129 -10l264 -690l38 -130h6l296 820l-132 10v89h374v-89l-110 -9l-437 -1157q-42 -110 -109 -187t-196 -77q-21 0 -51 4.5t-44 9.5l14 100q12 -2 38.5 -4.5t37.5 -2.5q79 0 125 55t81 143l56 145l-384 971zM498 1217l206 266h147l3 -6 l-249 -260h-107z" />
<glyph unicode="&#xfe;" horiz-adv-x="1191" d="M47 -327l163 13v1772l-163 13v89h282v-640q54 87 138.5 134.5t198.5 47.5q195 0 305 -155.5t110 -414.5v-21q0 -243 -110 -387.5t-303 -144.5q-114 0 -199.5 43.5t-139.5 123.5v-460l163 -13v-89h-445v89zM329 271q41 -89 118.5 -140t193.5 -51q157 0 238.5 118t81.5 313 v21q0 206 -82 336t-240 130q-121 0 -196.5 -57.5t-113.5 -149.5v-520z" />
<glyph unicode="&#xff;" horiz-adv-x="1174" d="M46 0zM46 993v89h372v-89l-129 -10l264 -690l38 -130h6l296 820l-132 10v89h374v-89l-110 -9l-437 -1157q-42 -110 -109 -187t-196 -77q-21 0 -51 4.5t-44 9.5l14 100q12 -2 38.5 -4.5t37.5 -2.5q79 0 125 55t81 143l56 145l-384 971zM267 1306v157h174v-157h-174z M737 1306v157h173v-157h-173z" />
<glyph unicode="&#x152;" horiz-adv-x="1971" d="M114 576v304q0 265 148.5 431t387.5 166q75 0 151.5 -6t161.5 -15h889v-320h-106l-9 218h-683v-547h597v-102h-597v-604h688l9 218h106v-319h-894q-99 -10 -168.5 -15.5t-142.5 -5.5q-240 0 -389 166t-149 431zM234 576q0 -228 113.5 -361.5t304.5 -133.5q29 0 59.5 0.5 t60.5 2.5v4l163 13v1253l-163 13v5q-30 1 -61 2t-61 1q-192 0 -304 -132t-112 -361v-306z" />
<glyph unicode="&#x153;" horiz-adv-x="1916" d="M104 524v33q0 239 130.5 392t346.5 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 191 31t135 89l51 -82q-61 -64 -154.5 -101.5t-222.5 -37.5q-138 0 -248 72t-169 197 q-58 -126 -167 -197.5t-253 -71.5q-217 0 -348 152.5t-131 392.5zM223 524q0 -188 95 -316t265 -128q167 0 262.5 128t95.5 316v33q0 185 -96 314t-264 129t-263 -129t-95 -314v-33zM1077 644l2 -5h634v30q0 141 -83 236t-225 95q-132 0 -222.5 -101.5t-105.5 -254.5z" />
<glyph unicode="&#x178;" horiz-adv-x="1423" d="M55 0zM55 1367v89h400v-89l-140 -10l394 -710l396 710l-140 10v89h401v-89l-124 -10l-474 -825v-431l163 -13v-88h-446v88l163 13v438l-470 818zM385 1634v157h174v-157h-174zM855 1634v157h173v-157h-173z" />
<glyph unicode="&#x2c6;" horiz-adv-x="801" d="M104 1252v21l226 221h98l230 -224v-18h-112l-167 168l-166 -168h-109z" />
<glyph unicode="&#x2dc;" horiz-adv-x="934" d="M127 1281q0 86 53.5 144.5t136.5 58.5q65 0 147.5 -55t134.5 -55q46 0 79 36t33 91l80 -20q0 -88 -55 -146t-137 -58q-74 0 -151 55t-131 55q-47 0 -79 -35t-32 -89z" />
<glyph unicode="&#x2000;" horiz-adv-x="953" />
<glyph unicode="&#x2001;" horiz-adv-x="1906" />
<glyph unicode="&#x2002;" horiz-adv-x="953" />
<glyph unicode="&#x2003;" horiz-adv-x="1906" />
<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="793" d="M154 570v101h478v-101h-478z" />
<glyph unicode="&#x2011;" horiz-adv-x="793" d="M154 570v101h478v-101h-478z" />
<glyph unicode="&#x2012;" horiz-adv-x="793" d="M154 570v101h478v-101h-478z" />
<glyph unicode="&#x2013;" horiz-adv-x="1407" d="M149 686v102h1086v-102h-1086zM161 686z" />
<glyph unicode="&#x2014;" horiz-adv-x="1646" d="M116 686v102h1336v-102h-1336zM165 686z" />
<glyph unicode="&#x2018;" horiz-adv-x="364" d="M98 1077v171q0 93 37 180.5t103 149.5l72 -51q-48 -67 -70 -131.5t-22 -144.5v-174h-120z" />
<glyph unicode="&#x2019;" horiz-adv-x="364" d="M62 1107q47 65 69.5 130t22.5 145v178h119v-175q0 -94 -37.5 -182t-102.5 -148z" />
<glyph unicode="&#x201a;" horiz-adv-x="353" d="M41 -188q47 66 69.5 130.5t22.5 144.5v172h119v-170q0 -92 -37.5 -180t-102.5 -149z" />
<glyph unicode="&#x201c;" horiz-adv-x="612" d="M98 1077v171q0 93 37 180.5t103 149.5l72 -51q-48 -67 -70 -131.5t-22 -144.5v-174h-120zM98 1077zM345 1077v171q0 93 37 180.5t103 149.5l72 -51q-48 -67 -70 -131.5t-22 -144.5v-174h-120z" />
<glyph unicode="&#x201d;" horiz-adv-x="617" d="M68 1055zM68 1107q47 65 69.5 130t22.5 145v178h119v-175q0 -94 -37.5 -182t-102.5 -148zM312 1107q47 65 69.5 130t22.5 145v178h119v-175q0 -94 -37.5 -182t-102.5 -148z" />
<glyph unicode="&#x201e;" horiz-adv-x="593" d="M41 -188q47 66 69.5 130.5t22.5 144.5v172h119v-170q0 -92 -37.5 -180t-102.5 -149zM275 -188q46 66 68.5 130.5t22.5 144.5v172h120v-170q0 -92 -37.5 -180t-102.5 -149z" />
<glyph unicode="&#x2022;" horiz-adv-x="671" d="M135 717v65q0 79 50 129t134 50q85 0 135.5 -50.5t50.5 -128.5v-65q0 -79 -50.5 -128t-134.5 -49q-85 0 -135 49t-50 128z" />
<glyph unicode="&#x2026;" horiz-adv-x="1297" d="M166 0v164h137v-164h-137zM166 0zM576 0v164h137v-164h-137zM968 0v164h137v-164h-137z" />
<glyph unicode="&#x202f;" horiz-adv-x="381" />
<glyph unicode="&#x2039;" horiz-adv-x="574" d="M68 546v19l295 379h105l-276 -389l276 -388h-105z" />
<glyph unicode="&#x203a;" horiz-adv-x="573" d="M83 162l276 388l-276 394h105l295 -384v-19l-295 -379h-105z" />
<glyph unicode="&#x205f;" horiz-adv-x="476" />
<glyph unicode="&#x20ac;" horiz-adv-x="1051" d="M71 533v88h168v195h-168v89h168v37q0 244 135.5 389.5t356.5 145.5q56 0 111.5 -8t119.5 -23l-9 -106q-53 16 -109.5 25.5t-112.5 9.5q-172 0 -272 -116t-100 -315v-39h546v-89h-546v-195h546v-88h-546v-19q0 -198 101.5 -316t272.5 -118q57 0 113 8.5t107 25.5l9 -104 q-54 -15 -112.5 -23t-116.5 -8q-221 0 -357.5 145t-136.5 390v19h-168z" />
<glyph unicode="&#x2122;" horiz-adv-x="1246" d="M98 1387v69h384v-69h-153v-468h-73v468h-158zM560 919v537h93l172 -423h6l174 423h87v-537h-72v385l-6 1l-161 -386h-51l-164 399l-6 -1v-398h-72z" />
<glyph unicode="&#x25fc;" horiz-adv-x="1080" d="M0 0v1080h1080v-1080h-1080z" />
<glyph unicode="&#xfb03;" horiz-adv-x="1934" d="M80 0zM80 984v98h179v158q0 163 82 252t229 89q32 0 66 -5t69 -14l-15 -99q-24 6 -49 9.5t-59 3.5q-98 0 -150.5 -62t-52.5 -174v-158h258v-98h-258v-883l163 -13v-88h-446v88l163 13v883h-179zM784 984v98h179v138q0 173 95.5 267t264.5 94q66 0 135 -15t140 -44 l-19 -103q-60 25 -118 39t-131 14q-122 0 -184.5 -65t-62.5 -187v-138h621v-981l163 -13v-88h-445v88l163 13v883h-502v-883l163 -13v-88h-446v88l163 13v883h-179z" />
<glyph unicode="&#xfb04;" horiz-adv-x="2060" d="M80 0zM80 984v98h179v158q0 163 82 252t229 89q32 0 66 -5t69 -14l-15 -99q-24 6 -49 9.5t-59 3.5q-98 0 -150.5 -62t-52.5 -174v-158h258v-98h-258v-883l163 -13v-88h-446v88l163 13v883h-179zM805 984v98h179v158q0 163 82 252t229 89q32 0 66 -5t69 -14l-15 -99 q-24 6 -49 9.5t-59 3.5q-98 0 -150.5 -62t-52.5 -174v-158h258v-98h-258v-883l163 -13v-88h-446v88l163 13v883h-179zM1523 0v88l163 13v1357l-163 13v89h282v-1459l163 -13v-88h-445z" />
<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="123" />
<hkern u1="A" u2="t" k="107" />
<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="&#x152;" k="50" />
<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="&#xd8;" k="50" />
<hkern u1="F" u2="&#xd6;" k="50" />
<hkern u1="F" u2="&#xd5;" k="50" />
<hkern u1="F" u2="&#xd4;" k="50" />
<hkern u1="F" u2="&#xd3;" k="50" />
<hkern u1="F" u2="&#xd2;" k="50" />
<hkern u1="F" u2="&#xc7;" k="50" />
<hkern u1="F" u2="&#xc5;" k="299" />
<hkern u1="F" u2="&#xc4;" k="299" />
<hkern u1="F" u2="&#xc3;" k="299" />
<hkern u1="F" u2="&#xc2;" k="299" />
<hkern u1="F" u2="&#xc1;" k="299" />
<hkern u1="F" u2="&#xc0;" k="299" />
<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="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="Q" k="50" />
<hkern u1="F" u2="O" k="50" />
<hkern u1="F" u2="J" k="320" />
<hkern u1="F" u2="G" k="50" />
<hkern u1="F" u2="C" k="50" />
<hkern u1="F" u2="A" k="299" />
<hkern u1="F" u2="&#x2e;" k="234" />
<hkern u1="F" u2="&#x2c;" k="234" />
<hkern u1="F" u2="r" k="26" />
<hkern u1="K" u2="w" k="63" />
<hkern u1="L" u2="w" k="92" />
<hkern u1="N" u2="&#xc5;" k="85" />
<hkern u1="N" u2="&#xc4;" k="85" />
<hkern u1="N" u2="&#xc3;" k="85" />
<hkern u1="N" u2="&#xc2;" k="85" />
<hkern u1="N" u2="&#xc1;" k="85" />
<hkern u1="N" u2="&#xc0;" k="85" />
<hkern u1="N" u2="A" k="85" />
<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="100" />
<hkern u1="R" u2="&#xdd;" k="100" />
<hkern u1="R" u2="Y" k="100" />
<hkern u1="R" u2="V" k="80" />
<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="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="&#x27;" k="-16" />
<hkern u1="f" u2="&#x22;" k="-16" />
<hkern u1="f" u2="&#x7d;" k="-19" />
<hkern u1="f" u2="]" k="-18" />
<hkern u1="f" u2="&#x29;" k="-20" />
<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="l" u2="&#xf6;" k="20" />
<hkern u1="l" u2="&#xf5;" k="20" />
<hkern u1="l" u2="&#xf4;" k="20" />
<hkern u1="l" u2="&#xf3;" k="20" />
<hkern u1="l" u2="&#xf2;" k="20" />
<hkern u1="l" u2="o" k="20" />
<hkern u1="l" u2="g" k="10" />
<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="123" />
<hkern u1="&#xc0;" u2="t" k="107" />
<hkern u1="&#xc0;" u2="&#x3f;" k="61" />
<hkern u1="&#xc1;" u2="w" k="123" />
<hkern u1="&#xc1;" u2="t" k="107" />
<hkern u1="&#xc1;" u2="&#x3f;" k="61" />
<hkern u1="&#xc2;" u2="w" k="123" />
<hkern u1="&#xc2;" u2="t" k="107" />
<hkern u1="&#xc2;" u2="&#x3f;" k="61" />
<hkern u1="&#xc3;" u2="w" k="123" />
<hkern u1="&#xc3;" u2="t" k="107" />
<hkern u1="&#xc3;" u2="&#x3f;" k="61" />
<hkern u1="&#xc4;" u2="w" k="123" />
<hkern u1="&#xc4;" u2="t" k="107" />
<hkern u1="&#xc4;" u2="&#x3f;" k="61" />
<hkern u1="&#xc5;" u2="w" k="123" />
<hkern u1="&#xc5;" u2="t" k="107" />
<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="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="v,y,yacute,ydieresis" k="120" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="80" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="60" />
<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="W" k="149" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="T" k="180" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="u,ugrave,uacute,ucircumflex,udieresis" k="71" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="V" k="264" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="Y,Yacute,Ydieresis" k="256" />
<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="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="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="X" k="50" />
<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="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="80" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Z" k="23" />
<hkern g1="C,Ccedilla" g2="T" k="29" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="v,y,yacute,ydieresis" k="26" />
<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="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" />
<hkern g1="T" g2="v,y,yacute,ydieresis" k="72" />
<hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="28" />
<hkern g1="T" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="99" />
<hkern g1="T" g2="W" k="-15" />
<hkern g1="T" g2="T" k="-16" />
<hkern g1="T" g2="u,ugrave,uacute,ucircumflex,udieresis" k="95" />
<hkern g1="T" g2="V" k="-16" />
<hkern g1="T" g2="Y,Yacute,Ydieresis" k="-16" />
<hkern g1="T" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="218" />
<hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="180" />
<hkern g1="T" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="99" />
<hkern g1="T" g2="x" k="77" />
<hkern g1="T" g2="hyphen,uni00AD,endash,emdash" k="232" />
<hkern g1="T" g2="m,n,p,ntilde" k="79" />
<hkern g1="T" g2="S" k="16" />
<hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="113" />
<hkern g1="T" g2="z" k="60" />
<hkern g1="T" g2="s" k="106" />
<hkern g1="T" g2="J" k="240" />
<hkern g1="K" g2="v,y,yacute,ydieresis" k="40" />
<hkern g1="K" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="120" />
<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="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" />
<hkern g1="K" g2="hyphen,uni00AD,endash,emdash" k="224" />
<hkern g1="K" g2="m,n,p,ntilde" k="23" />
<hkern g1="L" g2="v,y,yacute,ydieresis" k="133" />
<hkern g1="L" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="65" />
<hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="54" />
<hkern g1="L" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="138" />
<hkern g1="L" g2="W" k="143" />
<hkern g1="L" g2="T" k="275" />
<hkern g1="L" g2="u,ugrave,uacute,ucircumflex,udieresis" k="44" />
<hkern g1="L" g2="V" k="256" />
<hkern g1="L" g2="Y,Yacute,Ydieresis" k="239" />
<hkern g1="L" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-19" />
<hkern g1="P" g2="v,y,yacute,ydieresis" k="-15" />
<hkern g1="P" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="13" />
<hkern g1="P" g2="X" k="31" />
<hkern g1="P" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="324" />
<hkern g1="P" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="256" />
<hkern g1="P" g2="Z" k="26" />
<hkern g1="P" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" />
<hkern g1="P" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="11" />
<hkern g1="P" g2="J" k="200" />
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="60" />
<hkern g1="V" g2="v,y,yacute,ydieresis" k="11" />
<hkern g1="V" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="13" />
<hkern g1="V" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="46" />
<hkern g1="V" g2="u,ugrave,uacute,ucircumflex,udieresis" k="28" />
<hkern g1="V" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="225" />
<hkern g1="V" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="264" />
<hkern g1="V" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="44" />
<hkern g1="V" g2="hyphen,uni00AD,endash,emdash" k="37" />
<hkern g1="V" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="46" />
<hkern g1="V" g2="J" k="214" />
<hkern g1="X" g2="v,y,yacute,ydieresis" k="31" />
<hkern g1="X" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="50" />
<hkern g1="X" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="31" />
<hkern g1="X" g2="u,ugrave,uacute,ucircumflex,udieresis" k="21" />
<hkern g1="X" g2="V" k="-14" />
<hkern g1="X" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" />
<hkern g1="X" g2="hyphen,uni00AD,endash,emdash" k="46" />
<hkern g1="Y,Yacute,Ydieresis" g2="v,y,yacute,ydieresis" k="20" />
<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="o,ograve,oacute,ocircumflex,otilde,odieresis" k="105" />
<hkern g1="Y,Yacute,Ydieresis" g2="W" k="-17" />
<hkern g1="Y,Yacute,Ydieresis" g2="T" k="-17" />
<hkern g1="Y,Yacute,Ydieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="39" />
<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="X" k="-13" />
<hkern g1="Y,Yacute,Ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="211" />
<hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="256" />
<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="x" k="23" />
<hkern g1="Y,Yacute,Ydieresis" g2="hyphen,uni00AD,endash,emdash" k="52" />
<hkern g1="Y,Yacute,Ydieresis" g2="m,n,p,ntilde" k="40" />
<hkern g1="Y,Yacute,Ydieresis" g2="S" k="16" />
<hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="73" />
<hkern g1="Y,Yacute,Ydieresis" g2="z" k="30" />
<hkern g1="Y,Yacute,Ydieresis" g2="s" k="108" />
<hkern g1="Y,Yacute,Ydieresis" g2="J" k="213" />
<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="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="43" />
<hkern g1="W" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="31" />
<hkern g1="W" g2="hyphen,uni00AD,endash,emdash" k="60" />
<hkern g1="W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="33" />
<hkern g1="W" g2="J" k="64" />
<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="Z" g2="u,ugrave,uacute,ucircumflex,udieresis" k="19" />
<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="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="v,y,yacute,ydieresis" k="15" />
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="67" />
<hkern g1="c,ccedilla" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="11" />
<hkern g1="b,p,thorn" g2="v,y,yacute,ydieresis" k="11" />
<hkern g1="b,p,thorn" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="29" />
<hkern g1="b,p,thorn" g2="x" k="15" />
<hkern g1="b,p,thorn" g2="z" k="15" />
<hkern g1="b,p,thorn" g2="h,k,l" k="10" />
<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="v,y,yacute,ydieresis" k="13" />
<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="14" />
<hkern g1="h,m,n,ntilde" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="16" />
<hkern g1="h,m,n,ntilde" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="10" />
<hkern g1="h,m,n,ntilde" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="10" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="v,y,yacute,ydieresis" k="15" />
<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="x" k="21" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="z" k="16" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="h,k,l" k="20" />
<hkern g1="v,y,yacute,ydieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-15" />
<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="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="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="15" />
<hkern g1="r" g2="v,y,yacute,ydieresis" k="-18" />
<hkern g1="r" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-16" />
<hkern g1="r" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="20" />
<hkern g1="r" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="123" />
<hkern g1="r" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" />
<hkern g1="r" g2="h,k,l" k="20" />
<hkern g1="x" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="20" />
<hkern g1="x" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="20" />
<hkern g1="z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="16" />
<hkern g1="z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="16" />
<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="o,ograve,oacute,ocircumflex,otilde,odieresis" k="61" />
<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="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="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="50" />
<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" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 80 KiB

View File

@ -0,0 +1,678 @@
<?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="roboto_slabregular" horiz-adv-x="1128" >
<font-face units-per-em="2048" ascent="1638" descent="-410" />
<missing-glyph horiz-adv-x="509" />
<glyph unicode="&#xfb01;" horiz-adv-x="1239" d="M45 936v146h169v117q0 182 107 282t296 100q66 0 132 -16t152 -45l-33 -160q-53 21 -113 36t-123 15q-118 0 -169.5 -52t-51.5 -160v-117h617v-928l163 -28v-126h-523v126l163 28v782h-420v-782l163 -28v-126h-523v126l163 28v782h-169z" />
<glyph unicode="&#xfb02;" horiz-adv-x="1350" d="M51 0v126l163 28v782h-144v146h144v78q0 201 117.5 311t325.5 110q86 0 170 -16t195 -46h89v-1365l163 -28v-126h-523v126l163 28v1226q-58 14 -119 22.5t-123 8.5q-138 0 -199.5 -62t-61.5 -189v-78h251v-146h-251v-782l163 -28v-126h-523z" />
<glyph horiz-adv-x="0" />
<glyph unicode="&#xd;" horiz-adv-x="509" />
<glyph horiz-adv-x="0" />
<glyph unicode="&#x9;" horiz-adv-x="0" />
<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="483" d="M143 0v204h197v-204h-197zM143 478v978h197v-978h-197z" />
<glyph unicode="&#x22;" horiz-adv-x="765" d="M166 1040v520h158v-270l-61 -250h-97zM474 1040v520h158v-270l-61 -250h-97z" />
<glyph unicode="#" horiz-adv-x="1246" d="M63 410v140h263l68 348h-255v142h283l82 416h151l-82 -416h255l82 416h151l-82 -416h200v-142h-227l-68 -348h220v-140h-248l-80 -410h-151l80 410h-256l-80 -410h-151l80 410h-235zM477 550h256l68 348h-256z" />
<glyph unicode="$" horiz-adv-x="1110" d="M82 424l2 5h190q0 -154 77.5 -219.5t190.5 -65.5q129 0 201 61.5t72 170.5q0 90 -63.5 153.5t-210.5 113.5q-202 61 -305 163t-103 272q0 165 95 269t261 125v221h158v-222q167 -24 259.5 -143.5t92.5 -320.5h-196q0 136 -62.5 220t-174.5 84q-118 0 -177 -61.5 t-59 -168.5q0 -97 61 -157t219 -114q204 -66 303 -164.5t99 -267.5q0 -172 -103 -274t-283 -121v-191h-156v191q-172 18 -282 125.5t-106 315.5z" />
<glyph unicode="%" horiz-adv-x="1460" d="M77 1099v77q0 127 82 214t218 87q138 0 220 -86.5t82 -214.5v-77q0 -127 -82 -213t-218 -86q-137 0 -219.5 86t-82.5 213zM223 1099q0 -74 40.5 -125.5t115.5 -51.5q73 0 113.5 51t40.5 126v77q0 74 -41 126.5t-115 52.5t-114 -52.5t-40 -126.5v-77zM333 177l711 1138 l109 -67l-711 -1138zM782 279v78q0 126 82 213t218 87q137 0 219.5 -86.5t82.5 -213.5v-78q0 -128 -82 -214t-218 -86q-138 0 -220 86t-82 214zM928 279q0 -75 40.5 -126.5t115.5 -51.5q74 0 114 51.5t40 126.5v78q0 74 -41 126t-115 52t-114 -52t-40 -126v-78z" />
<glyph unicode="&#x26;" horiz-adv-x="1289" d="M74 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 -131 -39 -243t-113 -201l185 -224l-2 -5h-229l-85 102 q-80 -60 -177 -91.5t-201 -31.5q-217 0 -345.5 115t-128.5 298zM271 392q0 -113 71 -186t206 -73q72 0 142 24.5t132 70.5l-361 435l-40 -29q-91 -68 -120.5 -130t-29.5 -112zM398 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="460" d="M166 1055v505h158v-223l-61 -282h-97z" />
<glyph unicode="(" horiz-adv-x="662" d="M114 582v9q0 394 159 673t334 372l6 -1l37 -116q-137 -107 -238 -343t-101 -583v-13q0 -348 100.5 -583.5t238.5 -351.5l-37 -108h-6q-175 93 -334 371.5t-159 673.5z" />
<glyph unicode=")" horiz-adv-x="654" d="M11 -355q135 105 237 345.5t102 589.5v13q0 343 -105 584t-234 351l37 108h6q174 -93 333.5 -372t159.5 -673v-9q0 -395 -159.5 -673.5t-333.5 -371.5h-6z" />
<glyph unicode="*" horiz-adv-x="958" d="M66 1071l49 154l296 -111l-10 342h161l-10 -348l293 110l48 -156l-302 -89l193 -270l-131 -96l-181 287l-176 -279l-132 93l198 274z" />
<glyph unicode="+" horiz-adv-x="1145" d="M73 605v178h401v423h197v-423h400v-178h-400v-459h-197v459h-401z" />
<glyph unicode="," horiz-adv-x="404" d="M23 -237q47 72 71 147t24 159v152h197v-149q0 -98 -49 -205t-132 -178z" />
<glyph unicode="-" horiz-adv-x="797" d="M154 538v154h489v-154h-489z" />
<glyph unicode="." horiz-adv-x="493" d="M145 0v202h197v-202h-197z" />
<glyph unicode="/" horiz-adv-x="824" d="M0 -125l608 1581h166l-607 -1581h-167z" />
<glyph unicode="0" horiz-adv-x="1168" d="M121 555v345q0 278 124 427.5t338 149.5q215 0 340 -149.5t125 -427.5v-345q0 -279 -124 -427.5t-339 -148.5q-214 0 -339 149t-125 427zM318 515q0 -189 69 -285.5t198 -96.5q131 0 198.5 96t67.5 286v427q0 189 -68.5 284.5t-199.5 95.5q-129 0 -197 -95.5t-68 -284.5 v-427z" />
<glyph unicode="1" horiz-adv-x="844" d="M117 1241v123l426 92v-1302l224 -28v-126h-646v126l225 28v1091z" />
<glyph unicode="2" horiz-adv-x="1131" d="M76 1033q-5 188 124.5 316t359.5 128q197 0 313.5 -114.5t116.5 -291.5q0 -119 -70.5 -238t-198.5 -257l-383 -417l2 -5h517l16 167h167v-321h-943v135l477 530q128 143 173.5 227t45.5 172q0 109 -64 183.5t-169 74.5q-151 0 -222 -77t-71 -218h-189z" />
<glyph unicode="3" horiz-adv-x="1106" d="M75 378l3 6h188q0 -115 70.5 -183t193.5 -68q125 0 196 68t71 201q0 135 -63 199t-199 64h-172v154h172q131 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.5 q0 -90 -54.5 -179.5t-163.5 -136.5q131 -43 185.5 -135t54.5 -206q0 -199 -130.5 -313t-333.5 -114q-200 0 -330 107.5t-125 291.5z" />
<glyph unicode="4" horiz-adv-x="1187" d="M63 336v111l642 1009h208v-966h201v-154h-201v-182l163 -28v-126h-522v126l163 28v182h-654zM273 490h444v685l-6 2l-20 -53z" />
<glyph unicode="5" horiz-adv-x="1081" d="M97 377l2 6h178q0 -118 68.5 -184t176.5 -66q125 0 194 88t69 241q0 141 -69.5 230.5t-192.5 89.5q-116 0 -168.5 -35t-76.5 -107l-164 17l84 799h769v-288h-148l-19 113h-435l-47 -409q45 34 101.5 56.5t130.5 24.5q201 2 316.5 -131t115.5 -358q0 -219 -117.5 -352 t-342.5 -133q-185 0 -307.5 101t-117.5 297z" />
<glyph unicode="6" horiz-adv-x="1144" d="M121 573v196q0 346 152 527t391 181q74 0 147.5 -17t121.5 -43l-38 -147q-47 23 -103 37.5t-128 14.5q-153 0 -243.5 -115.5t-96.5 -348.5l4 -4q56 52 137 82.5t175 30.5q195 0 311 -135t116 -342q0 -226 -123.5 -368.5t-329.5 -142.5q-213 0 -353 155t-140 439zM317 554 q0 -203 84.5 -312t212.5 -109q121 0 188.5 102.5t67.5 254.5q0 144 -72.5 237t-200.5 93q-101 0 -172 -40.5t-108 -108.5v-117z" />
<glyph unicode="7" d="M76 1134v322h984v-155q-264 -314 -356.5 -556.5t-133.5 -587.5l-16 -157h-197l16 157q42 344 163 615t331 529h-608l-15 -167h-168z" />
<glyph unicode="8" horiz-adv-x="1131" d="M92 394q0 123 74 217t200 138q-109 42 -171 127.5t-62 199.5q0 192 118.5 296.5t312.5 104.5q192 0 313.5 -104.5t121.5 -296.5q0 -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 106.5t-130 308.5zM289 398 q0 -124 75.5 -194.5t201.5 -70.5q123 0 200 71t77 194q0 120 -79 197t-200 77q-122 0 -198.5 -76.5t-76.5 -197.5zM330 1072q0 -111 65 -178t171 -67q104 0 170 67t66 178q0 108 -67.5 179t-170.5 71q-105 0 -169.5 -68.5t-64.5 -181.5z" />
<glyph unicode="9" horiz-adv-x="1154" d="M84 958q0 228 131.5 373.5t319.5 145.5q228 0 359.5 -142.5t131.5 -421.5v-263q0 -341 -140.5 -506t-374.5 -165q-76 0 -155.5 14.5t-142.5 44.5l30 149q61 -29 124.5 -41.5t143.5 -12.5q142 0 224.5 108.5t85.5 349.5l-4 5q-40 -67 -112 -103t-162 -36 q-213 0 -336 131.5t-123 369.5zM281 958q0 -157 70 -251.5t192 -94.5q109 0 181.5 47t104.5 120v154q0 193 -73.5 291t-214.5 98q-109 0 -184.5 -102t-75.5 -262z" />
<glyph unicode=":" horiz-adv-x="419" d="M145 0v202h197v-202h-197zM145 0zM145 880v202h197v-202h-197z" />
<glyph unicode=";" horiz-adv-x="424" d="M53 0zM53 -237q47 72 71 147t24 159v152h197v-149q0 -98 -49 -205t-132 -178zM146 880v202h197v-202h-197z" />
<glyph unicode="&#x3c;" horiz-adv-x="1017" d="M76 486v149l816 378v-201l-559 -233l-85 -18v-6l85 -19l559 -228v-201z" />
<glyph unicode="=" horiz-adv-x="1127" d="M147 407v164h834v-164h-834zM147 823v164h834v-164h-834z" />
<glyph unicode="&#x3e;" horiz-adv-x="1060" d="M125 87v196l598 238l84 17v6l-84 20l-598 234v195l855 -378v-149z" />
<glyph unicode="?" horiz-adv-x="953" d="M66 1122q-3 161 113 258t296 97q197 0 306 -100.5t109 -280.5q0 -129 -70.5 -236t-186.5 -219q-53 -54 -64.5 -97t-11.5 -134h-197q1 146 24.5 201.5t125.5 147.5q99 117 141 180t42 152q0 106 -56.5 163t-161.5 57q-91 0 -154.5 -49.5t-63.5 -145.5h-188zM358 0v208h205 v-208h-205z" />
<glyph unicode="@" horiz-adv-x="1821" d="M86 478q19 423 249 688t602 265q379 0 581.5 -250t185.5 -679q-9 -214 -120 -368.5t-332 -154.5q-73 0 -126.5 41.5t-76.5 116.5q-50 -80 -122 -119t-167 -39q-125 0 -194 120.5t-51 316.5q23 259 137.5 415.5t278.5 156.5q105 0 168.5 -26t140.5 -80l-4 -4h6l-51 -585 q-9 -110 21.5 -151.5t81.5 -41.5q123 0 196.5 113.5t81.5 288.5q17 382 -143.5 595.5t-495.5 213.5q-309 0 -496 -231t-202 -602q-18 -376 150 -594.5t482 -218.5q88 0 178 21.5t152 56.5l39 -107q-68 -42 -171.5 -65.5t-201.5 -23.5q-380 0 -588 249.5t-189 681.5zM691 416 q-11 -141 22 -215.5t107 -74.5q63 0 116.5 25t97.5 88q-1 12 -0.5 25t2.5 29l47 538q-26 12 -54.5 19t-59.5 7q-125 0 -191 -109t-87 -332z" />
<glyph unicode="A" horiz-adv-x="1500" d="M55 0v126l108 15l509 1315h169l500 -1315l107 -15v-126h-418v126l110 19l-96 268h-583l-99 -268l110 -19v-126h-417zM522 578h462l-226 625h-6z" />
<glyph unicode="B" horiz-adv-x="1345" d="M71 0v126l163 28v1147l-163 28v127h163h475q228 0 356.5 -98.5t128.5 -295.5q0 -97 -61.5 -173.5t-162.5 -113.5q131 -28 207 -129t76 -235q0 -200 -130 -305.5t-352 -105.5h-700zM431 154h340q135 0 209.5 66.5t74.5 188.5q0 128 -62.5 201t-191.5 73h-370v-529z M431 837h329q106 3 171.5 63t65.5 166q0 118 -74 176.5t-214 58.5h-278v-464z" />
<glyph unicode="C" horiz-adv-x="1321" d="M71 717v21q0 320 179 529.5t469 209.5q166 0 292 -64.5t189 -144.5v-259h-139l-37 206q-48 47 -118 77t-167 30q-227 0 -349 -164.5t-122 -417.5v-23q0 -253 119.5 -418.5t331.5 -165.5q99 0 180 31t125 76l37 206h139v-259q-63 -81 -189 -144.5t-292 -63.5 q-284 0 -466 210t-182 528z" />
<glyph unicode="D" horiz-adv-x="1419" d="M71 0v126l163 28v1147l-163 28v127h163h447q285 0 458.5 -175.5t173.5 -453.5v-199q0 -279 -173.5 -453.5t-458.5 -174.5h-610zM431 154h250q202 0 318.5 133t116.5 341v201q0 206 -116.5 339t-318.5 133h-250v-1147z" />
<glyph unicode="E" horiz-adv-x="1306" d="M71 0v126l163 28v1147l-163 28v127h1118v-350h-169l-16 195h-573v-471h557v-155h-557v-521h585l16 195h168v-349h-1129z" />
<glyph unicode="F" horiz-adv-x="1273" d="M71 0v126l163 28v1147l-163 28v127h1125v-350h-168l-16 195h-581v-502h563v-155h-563v-490l163 -28v-126h-523z" />
<glyph unicode="G" horiz-adv-x="1387" d="M55 716v24q0 329 182.5 533t485.5 204q162 0 284.5 -50.5t206.5 -133.5v-264h-138l-48 201q-49 40 -118.5 66t-166.5 26q-236 0 -363.5 -161.5t-127.5 -418.5v-26q0 -261 123.5 -422t340.5 -161q119 0 195 25t122 55v319l-239 10v145h436v-522q-64 -67 -189 -126.5 t-325 -59.5q-292 0 -476.5 205t-184.5 532z" />
<glyph unicode="H" horiz-adv-x="1573" d="M71 0v126l163 28v1147l-163 28v127h523v-127l-163 -28v-503h706v503l-163 28v127h163h197h163v-127l-163 -28v-1147l163 -28v-126h-523v126l163 28v489h-706v-489l163 -28v-126h-523z" />
<glyph unicode="I" horiz-adv-x="662" d="M70 0v126l163 28v1147l-163 28v127h523v-127l-163 -28v-1147l163 -28v-126h-523z" />
<glyph unicode="J" horiz-adv-x="1183" d="M64 395l2 6h189q0 -135 68.5 -201.5t193.5 -66.5q109 0 178 73.5t69 196.5v898l-163 28v127h360h163v-127l-163 -28v-898q0 -195 -123.5 -309.5t-320.5 -114.5q-210 0 -334 107q-119 102 -119 293v16z" />
<glyph unicode="K" horiz-adv-x="1452" d="M71 0v126l163 28v1147l-163 28v127h523v-127l-163 -28v-489h151l407 503l-109 14v127h462v-127l-137 -25l-445 -552l486 -601l137 -25v-126h-478v126l111 14l-415 517h-170v-503l163 -28v-126h-523z" />
<glyph unicode="L" horiz-adv-x="1199" d="M71 0v126l163 28v1147l-163 28v127h163h197h163v-127l-163 -28v-1147h506l15 167h168v-321h-1049z" />
<glyph unicode="M" horiz-adv-x="1905" d="M71 0v126l163 28v1147l-163 28v127h163h252l464 -1183h6l463 1183h416v-127l-163 -28v-1147l163 -28v-126h-523v126l163 28v422l19 590l-5 1l-471 -1167h-131l-471 1166l-5 -1l20 -589v-422l163 -28v-126h-523z" />
<glyph unicode="N" horiz-adv-x="1560" d="M71 0v126l163 28v1147l-163 28v127h163h197l700 -1123l6 2v966l-163 28v127h360h163v-127l-163 -28v-1301h-197l-700 1124l-6 -2v-968l163 -28v-126h-523z" />
<glyph unicode="O" horiz-adv-x="1445" d="M79 717v21q0 317 176 528t458 211q290 0 472.5 -211t182.5 -528v-21q0 -318 -182.5 -528t-472.5 -210q-282 0 -458 210t-176 528zM276 717q0 -256 115.5 -416.5t321.5 -160.5q218 0 338 160t120 417v23q0 254 -121.5 414.5t-336.5 160.5q-206 0 -321.5 -161t-115.5 -414 v-23z" />
<glyph unicode="P" horiz-adv-x="1301" d="M71 0v126l163 28v1147l-163 28v127h163h506q233 0 362.5 -120t129.5 -316q0 -198 -129.5 -317t-362.5 -119h-309v-430l163 -28v-126h-523zM431 738h309q148 0 221.5 79.5t73.5 200.5t-73.5 202t-221.5 81h-309v-563z" />
<glyph unicode="Q" horiz-adv-x="1446" d="M79 717v21q0 317 176 528t458 211q290 0 472.5 -211t182.5 -528v-21q0 -194 -72 -354t-201 -258l295 -208l-135 -120l-331 236q-50 -16 -103 -25t-108 -9q-282 0 -458 210t-176 528zM276 717q0 -256 115.5 -416.5t321.5 -160.5q218 0 338 160t120 417v23 q0 254 -121.5 414.5t-336.5 160.5q-206 0 -321.5 -161t-115.5 -414v-23z" />
<glyph unicode="R" horiz-adv-x="1386" d="M71 0v126l163 28v1147l-163 28v126h163h476q238 0 365 -105.5t127 -299.5q0 -106 -59 -188t-169 -129q119 -39 171.5 -127t52.5 -217v-117q0 -67 17 -99t56 -38l48 -6v-129h-106q-115 0 -163.5 80t-48.5 194v113q0 119 -69 191t-185 72h-316v-496l163 -28v-126h-523z M431 805h259q165 0 240 63t75 184q0 115 -72 182t-223 67h-279v-496z" />
<glyph unicode="S" horiz-adv-x="1247" d="M121 178v271h148l38 -209q57 -47 136 -77t189 -30q149 0 235.5 63t86.5 171q0 100 -75 167.5t-265 113.5q-231 55 -361 162t-130 269q0 171 145 284.5t377 113.5q153 0 278.5 -52.5t201.5 -127.5v-271h-149l-37 208q-45 38 -120 63t-174 25q-157 0 -241 -66.5t-84 -173.5 q0 -95 85.5 -158.5t276.5 -111.5q230 -57 349.5 -168t119.5 -275q0 -176 -143.5 -283t-375.5 -107q-168 0 -298.5 55t-212.5 144z" />
<glyph unicode="T" horiz-adv-x="1284" d="M37 1134v322h1210v-322h-168l-15 167h-323v-1147l163 -28v-126h-523v126l163 28v1147h-324l-14 -167h-169z" />
<glyph unicode="U" horiz-adv-x="1541" d="M60 1329v127h163h360v-127l-163 -28v-832q0 -165 94 -250.5t248 -85.5q162 0 261 85t99 251v832l-163 28v127h360h163v-127l-163 -28v-832q0 -237 -154.5 -363.5t-402.5 -126.5q-241 0 -390 126.5t-149 363.5v832z" />
<glyph unicode="V" horiz-adv-x="1470" d="M47 1329v127h460v-127l-133 -21l326 -946l33 -115h6l33 115l325 947l-131 20v127h459v-127l-117 -16l-488 -1313h-169l-488 1313z" />
<glyph unicode="W" horiz-adv-x="1910" d="M27 1329v127h462v-127l-148 -23l187 -802l27 -182l6 -1l39 183l268 952h174l269 -952l40 -187h6l29 187l183 802l-149 23v127h463v-127l-117 -15l-317 -1314h-176l-288 1010l-26 131h-6l-25 -131l-292 -1010h-175l-317 1314z" />
<glyph unicode="X" horiz-adv-x="1404" d="M43 0v126l131 22l414 586l-404 573l-131 22v127h472v-127l-117 -13l291 -437l294 437l-117 13v127h475v-127l-131 -22l-404 -573l413 -586l132 -22v-126h-471v126l115 13l-302 448l-303 -448l117 -13v-126h-474z" />
<glyph unicode="Y" horiz-adv-x="1416" d="M55 1329v127h500v-127l-157 -19l305 -594l305 594l-156 19v127h500v-127l-123 -19l-432 -798v-358l163 -28v-126h-522v126l163 28v373l-424 783z" />
<glyph unicode="Z" horiz-adv-x="1220" d="M92 0v146l777 1155h-584l-14 -167h-169v322h993v-141l-782 -1161h631l16 167h168v-321h-1036z" />
<glyph unicode="[" horiz-adv-x="573" d="M157 -312v1976h384v-155h-187v-1666h187v-155h-384z" />
<glyph unicode="\" horiz-adv-x="841" d="M36 1456h186l608 -1581h-186z" />
<glyph unicode="]" horiz-adv-x="552" d="M23 -157h188v1666h-188v155h385v-1976h-385v155z" />
<glyph unicode="^" horiz-adv-x="864" d="M71 729l299 727h134l298 -727h-182l-166 419l-16 70h-6l-16 -70l-163 -419h-182z" />
<glyph unicode="_" horiz-adv-x="1168" d="M119 0h922v-154h-922v154z" />
<glyph unicode="`" horiz-adv-x="582" d="M84 1471l3 6h230l175 -266h-159z" />
<glyph unicode="a" d="M104 294q0 154 124.5 237.5t341.5 83.5h203v126q0 95 -60 150.5t-167 55.5q-74 0 -130.5 -19t-91.5 -52l-21 -114h-152v210q74 59 179 94.5t228 35.5q184 0 298 -94t114 -269v-521q0 -21 0.5 -41t2.5 -40l80 -11v-126h-258q-9 44 -14 79t-7 70q-57 -73 -142.5 -121.5 t-182.5 -48.5q-169 0 -257 82.5t-88 232.5zM301 290q0 -71 44 -108.5t133 -37.5q98 0 179 47t116 113v178h-210q-121 0 -191.5 -56t-70.5 -136z" />
<glyph unicode="b" horiz-adv-x="1186" d="M-8 1433v127h360v-606q51 72 126.5 110t176.5 38q200 0 312 -160t112 -421v-21q0 -234 -112.5 -377.5t-309.5 -143.5q-106 0 -184 40.5t-130 119.5l-18 -139h-170v1405zM352 302q37 -75 100.5 -119t154.5 -44q139 0 206.5 99t67.5 262v21q0 187 -68 304t-208 117 q-91 0 -153.5 -44t-99.5 -118v-478z" />
<glyph unicode="c" horiz-adv-x="1104" d="M90 520v42q0 231 125 385.5t360 154.5q130 0 233.5 -43t171.5 -118l9 -240h-157l-43 170q-35 34 -90 55t-124 21q-155 0 -221.5 -111.5t-66.5 -273.5v-42q0 -166 66 -276.5t222 -110.5q98 0 172.5 60.5t74.5 148.5h177l2 -6v-10q-1 -134 -125 -238q-130 -108 -301 -109 q-236 0 -360.5 154t-124.5 387z" />
<glyph unicode="d" horiz-adv-x="1229" d="M90 500v21q0 261 111.5 421t311.5 160q96 0 169.5 -35.5t125.5 -102.5v441l-163 28v127h163h197v-1406l163 -28v-126h-334l-16 129q-53 -74 -129.5 -112t-177.5 -38q-198 0 -309.5 143.5t-111.5 377.5zM287 500q0 -163 67 -262t207 -99q88 0 148 40t99 113v502 q-38 68 -99 108t-146 40q-141 0 -208.5 -117t-67.5 -304v-21z" />
<glyph unicode="e" horiz-adv-x="1101" d="M90 520v44q0 231 137.5 384.5t325.5 153.5q218 0 330.5 -132t112.5 -352v-123h-702l-3 -5q3 -156 79 -256.5t213 -100.5q100 0 175.5 28.5t130.5 78.5l77 -128q-58 -56 -153.5 -94.5t-229.5 -38.5q-226 0 -359.5 150.5t-133.5 390.5zM298 654l2 -5h499v26q0 116 -62 194 t-184 78q-99 0 -169 -83.5t-86 -209.5z" />
<glyph unicode="f" horiz-adv-x="728" d="M70 936v146h169v137q0 173 90.5 267.5t252.5 94.5q34 0 68.5 -5.5t76.5 -15.5l-24 -150q-18 4 -43.5 7t-52.5 3q-87 0 -129 -51.5t-42 -149.5v-137h226v-146h-226v-782l163 -28v-126h-523v126l163 28v782h-169z" />
<glyph unicode="g" horiz-adv-x="1159" d="M90 500v21q0 261 114 421t315 160q102 0 179 -40t129 -116l18 136h166v-1068q0 -210 -117 -330.5t-333 -120.5q-78 0 -169 21.5t-160 58.5l51 153q55 -29 130 -48t146 -19q132 0 193.5 74t61.5 211v103q-53 -68 -127 -103t-170 -35q-199 0 -313 144t-114 377zM287 500 q0 -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" horiz-adv-x="1322" d="M62 0v126l163 28v1251l-163 28v127h360v-622q56 78 137 121t180 43q174 0 270 -104t96 -320v-524l163 -28v-126h-523v126l163 28v526q0 134 -57.5 198t-171.5 64q-81 0 -147.5 -38.5t-109.5 -104.5v-645l163 -28v-126h-523z" />
<glyph unicode="i" horiz-adv-x="673" d="M89 0v126l163 28v773l-163 28v127h360v-928l163 -28v-126h-523zM252 1359v201h197v-201h-197z" />
<glyph unicode="j" horiz-adv-x="571" d="M-13 -419l13 155q14 -5 41 -8.5t44 -3.5q65 0 103.5 44t38.5 143v1016l-163 28v127h360v-1171q0 -167 -86 -257.5t-239 -90.5q-32 0 -58 4.5t-54 13.5zM221 1363v197h197v-197h-197z" />
<glyph unicode="k" horiz-adv-x="1245" d="M62 0v126l163 28v1251l-163 28v127h360v-904h126l231 286l-99 13v127h453v-127l-132 -26l-285 -340l347 -439l123 -24v-126h-449v126l101 13l-287 360h-129v-345l163 -28v-126h-523z" />
<glyph unicode="l" horiz-adv-x="645" d="M62 0v126l163 28v1251l-163 28v127h360v-1406l163 -28v-126h-523z" />
<glyph unicode="m" horiz-adv-x="1935" d="M50 0v126l163 28v773l-163 28v127h340l13 -141q52 77 134 119t190 42t185.5 -50t116.5 -150q51 92 135 146t196 54q166 0 262 -113.5t96 -341.5v-493l163 -28v-126h-524v126l163 28v495q0 160 -55 226.5t-163 66.5q-103 0 -165.5 -72.5t-72.5 -182.5v-533l163 -28v-126 h-523v126l163 28v495q0 152 -56.5 222.5t-163.5 70.5q-90 0 -148 -37t-89 -104v-647l163 -28v-126h-523z" />
<glyph unicode="n" horiz-adv-x="1318" d="M60 0v126l163 28v773l-163 28v127h339l14 -161q54 86 135.5 133.5t185.5 47.5q175 0 271 -102.5t96 -316.5v-529l163 -28v-126h-523v126l163 28v525q0 143 -56.5 203t-172.5 60q-85 0 -150.5 -41t-104.5 -112v-635l163 -28v-126h-523z" />
<glyph unicode="o" horiz-adv-x="1149" d="M90 529v22q0 240 130 395.5t353 155.5q224 0 354.5 -155t130.5 -396v-22q0 -242 -130 -396t-353 -154q-225 0 -355 154.5t-130 395.5zM287 529q0 -172 72.5 -284t215.5 -112q140 0 213 112t73 284v22q0 170 -73 283t-215 113t-214 -113t-72 -283v-22z" />
<glyph unicode="p" horiz-adv-x="1240" d="M65 -289l163 28v1188l-163 28v127h332l18 -132q54 74 131.5 113t179.5 39q201 0 312.5 -159.5t111.5 -421.5v-21q0 -234 -112 -377.5t-309 -143.5q-100 0 -175.5 33.5t-128.5 99.5v-373l163 -28v-127h-523v127zM425 273q37 -67 96.5 -103.5t146.5 -36.5q140 0 212 102 t72 265v21q0 185 -72 303t-214 118q-84 0 -144 -38t-97 -104v-527z" />
<glyph unicode="q" horiz-adv-x="1155" d="M90 500v21q0 261 111.5 421t311.5 160q95 0 169 -35.5t126 -103.5l16 119h170v-1343l163 -28v-127h-523v127l163 28v363q-52 -61 -123.5 -92t-162.5 -31q-198 0 -309.5 143.5t-111.5 377.5zM287 500q0 -164 67 -265.5t207 -101.5q82 0 139.5 36t96.5 102v543 q-39 61 -97 97t-137 36q-141 0 -208.5 -119.5t-67.5 -306.5v-21z" />
<glyph unicode="r" horiz-adv-x="847" d="M89 0v126l163 28v773l-163 28v127h339l19 -157q46 83 113.5 130t154.5 47q23 0 47.5 -3.5t37.5 -7.5l-26 -183l-112 6q-78 0 -131 -36.5t-82 -102.5v-621l163 -28v-126h-523z" />
<glyph unicode="s" horiz-adv-x="1044" d="M118 784q0 132 112.5 225t292.5 93q123 0 221 -32t163 -89l10 -239h-148l-32 130q-36 34 -90.5 54.5t-123.5 20.5q-105 0 -156 -46t-51 -111q0 -64 45 -101t183 -66q205 -44 305 -119.5t100 -202.5q0 -144 -116.5 -233t-304.5 -89q-123 0 -221 28.5t-175 82.5l-1 247h148 l37 -145q34 -31 92.5 -45t119.5 -14q105 0 164.5 42.5t59.5 111.5q0 65 -49.5 107t-187.5 73q-197 43 -297 117t-100 200z" />
<glyph unicode="t" horiz-adv-x="750" d="M65 936v146h171v261h197v-261h205v-146h-205v-657q0 -76 31.5 -107t83.5 -31q26 0 58.5 4.5t54.5 9.5l27 -135q-28 -18 -82 -29.5t-108 -11.5q-120 0 -191 72.5t-71 227.5v657h-171z" />
<glyph unicode="u" horiz-adv-x="1244" d="M48 955v127h124h197v-640q0 -173 51 -238t159 -65q105 0 173.5 42.5t103.5 120.5v625l-145 28v127h145h197v-928l124 -28v-126h-301l-13 160q-51 -87 -131.5 -134t-185.5 -47q-176 0 -275 113t-99 352v483z" />
<glyph unicode="v" horiz-adv-x="1143" d="M42 955v127h418v-127l-130 -20l223 -616l18 -78h6l19 78l216 616l-131 20v127h418v-127l-89 -15l-363 -940h-149l-367 940z" />
<glyph unicode="w" horiz-adv-x="1693" d="M61 955v127h412v-127l-124 -22l141 -539l23 -131h6l28 131l216 688h158l217 -688l31 -146h6l29 146l133 539l-126 22v127h412v-127l-94 -14l-273 -941h-159l-210 659l-45 182l-6 -1l-42 -181l-206 -659h-159l-273 941z" />
<glyph unicode="x" horiz-adv-x="1192" d="M62 0v126l116 23l319 398l-309 385l-116 23v127h424v-127l-98 -12l202 -260l203 261l-97 11v127h427v-127l-116 -23l-309 -385l318 -398l117 -23v-126h-424v126l96 11l-212 272l-212 -272l97 -11v-126h-426z" />
<glyph unicode="y" horiz-adv-x="1162" d="M35 955v127h437v-127l-122 -20l187 -534l36 -138h6l225 672l-123 20v127h436v-127l-97 -15l-412 -1106q-41 -109 -118 -190t-207 -81q-23 0 -60 5.5t-57 10.5l20 155q-6 1 35.5 -2t52.5 -3q63 0 102 54.5t68 125.5l47 112l-357 918z" />
<glyph unicode="z" horiz-adv-x="1084" d="M112 0v138l585 788h-396l-15 -166h-168v322h820v-134l-592 -794h442l16 167h167v-321h-859z" />
<glyph unicode="{" horiz-adv-x="701" d="M63 543v147q106 0 157 61.5t51 174.5v206q0 171 82.5 290.5t277.5 174.5l40 -117q-110 -35 -156.5 -125.5t-46.5 -222.5v-206q0 -105 -42 -185t-127 -125q85 -46 127 -126.5t42 -183.5v-205q0 -132 46.5 -221.5t156.5 -125.5l-40 -118q-195 55 -277.5 175t-82.5 290v205 q0 112 -51 174.5t-157 62.5z" />
<glyph unicode="|" horiz-adv-x="451" d="M150 -270v1726h157v-1726h-157z" />
<glyph unicode="}" horiz-adv-x="701" d="M27 -246q108 36 155 125.5t47 221.5v205q0 107 45 187t139 123q-94 41 -139 121t-45 189v206q0 132 -47 222.5t-155 125.5l40 117q194 -55 276.5 -174.5t82.5 -290.5v-206q0 -113 51 -174.5t158 -61.5v-147q-107 0 -158 -62.5t-51 -174.5v-205q0 -170 -82.5 -290 t-276.5 -175z" />
<glyph unicode="~" horiz-adv-x="1386" d="M121 474q0 136 85.5 232.5t217.5 96.5q88 0 163 -34.5t160 -104.5q59 -51 106.5 -74t98.5 -23q66 0 114.5 57t48.5 134l142 -18q0 -137 -87.5 -238t-217.5 -101q-89 0 -162.5 33t-158.5 107q-60 48 -109 72t-98 24q-67 0 -114.5 -53t-47.5 -128z" />
<glyph unicode="&#xa1;" horiz-adv-x="481" d="M142 -374v978h197v-978h-197zM142 876v206h197v-206h-197z" />
<glyph unicode="&#xa2;" horiz-adv-x="1118" d="M104 520v42q0 197 92.5 342t270.5 185v229h197v-220q104 -12 188 -52.5t142 -104.5l9 -240h-157l-43 170q-35 34 -90 55t-124 21q-155 0 -221.5 -111.5t-66.5 -273.5v-42q0 -166 66 -276.5t222 -110.5q98 0 172.5 60.5t74.5 148.5h178l2 -6q4 -123 -99.5 -225 t-252.5 -126v-230h-197v237q-178 38 -270.5 183t-92.5 345z" />
<glyph unicode="&#xa3;" horiz-adv-x="1179" d="M68 615v155h157l-10 270q0 204 112 320.5t300 116.5q200 0 310 -104.5t106 -276.5l-2 -6h-189q0 118 -63.5 175t-161.5 57q-99 0 -157 -74.5t-58 -207.5l10 -270h419v-155h-414l6 -149q0 -90 -15.5 -171.5t-44.5 -140.5h551l16 167h167v-167h1l-1 -154h-975v154h10 q47 13 71 111t24 201l-6 149h-163z" />
<glyph unicode="&#xa4;" horiz-adv-x="1461" d="M94 112l138 140q-50 76 -76.5 166.5t-26.5 189.5q0 102 28.5 196t82.5 172l-146 149l138 139l143 -146q74 55 163.5 85.5t185.5 30.5q97 0 186 -31t164 -87l146 149l140 -140l-150 -153q52 -78 80.5 -170.5t28.5 -193.5q0 -98 -26.5 -187.5t-74.5 -165.5l142 -143 l-140 -139l-133 135q-77 -62 -169.5 -95t-193.5 -33t-193 32.5t-169 94.5l-130 -133zM311 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="1386" d="M59 1329v127h442v-127l-87 -15l283 -521l283 521l-86 15v127h441v-127l-139 -20l-333 -571h312v-123h-383v-167h383v-122h-383v-172l163 -28v-126h-523v126l163 28v172h-375v122h375v167h-375v123h311l-333 570z" />
<glyph unicode="&#xa6;" horiz-adv-x="496" d="M150 -270v792h197v-792h-197zM150 698v758h197v-758h-197z" />
<glyph unicode="&#xa7;" horiz-adv-x="1233" d="M90 551q0 91 46.5 161.5t133.5 111.5q-68 50 -101.5 119.5t-33.5 166.5q0 166 133.5 266.5t358.5 100.5q232 0 362.5 -111.5t126.5 -313.5l-3 -6h-188q0 118 -79.5 197t-218.5 79q-146 0 -220.5 -59.5t-74.5 -150.5q0 -99 67 -148.5t278 -107.5q244 -69 355.5 -159.5 t111.5 -265.5q0 -94 -48 -164t-136 -110q70 -51 105 -119t35 -166q0 -172 -133 -269.5t-358 -97.5q-222 0 -372.5 102.5t-145.5 322.5l2 6l188 2q0 -143 96.5 -210.5t231.5 -67.5q136 0 215 59.5t79 150.5t-72 141.5t-276 113.5q-239 63 -352 156t-113 270zM287 553 q0 -101 67.5 -152t278.5 -110q52 -16 90 -27.5t72 -23.5q73 20 113 70t40 118q0 91 -73.5 144.5t-275.5 116.5q-48 12 -89.5 25t-77.5 27q-73 -19 -109 -69t-36 -119z" />
<glyph unicode="&#xa8;" horiz-adv-x="992" d="M152 1256v200h218v-200h-218zM622 1256v200h218v-200h-218z" />
<glyph unicode="&#xa9;" horiz-adv-x="1595" d="M92 729q0 315 207 531t503 216q295 0 502 -216t207 -531q0 -316 -207.5 -533t-501.5 -217q-296 0 -503 217t-207 533zM212 729q0 -265 172 -447t418 -182q244 0 416 182t172 447q0 263 -172 444t-416 181q-246 0 -418 -180.5t-172 -444.5zM439 669v119q0 173 94.5 280 t254.5 107q157 0 245 -79t84 -228l-2 -6h-146q0 95 -45.5 138.5t-135.5 43.5q-95 0 -146 -70.5t-51 -184.5v-120q0 -117 51 -187t146 -70q90 0 135 43t45 141h146l2 -6q4 -151 -83.5 -229.5t-244.5 -78.5q-160 0 -254.5 106t-94.5 281z" />
<glyph unicode="&#xaa;" horiz-adv-x="894" d="M106 920q0 110 84 170t246 60h138v52q0 63 -29.5 97t-87.5 34q-67 0 -103.5 -27t-36.5 -76l-163 13l-1 6q-6 98 79 163t225 65q133 0 211.5 -71t78.5 -205v-314q0 -51 6 -95t20 -86h-175q-8 21 -13 45t-8 50q-33 -47 -89 -78t-133 -31q-119 0 -184 61t-65 167zM278 924 q0 -45 29.5 -69t89.5 -24q51 0 105 29.5t72 65.5v110h-137q-75 0 -117 -33t-42 -79z" />
<glyph unicode="&#xab;" horiz-adv-x="935" d="M58 117zM58 506v19l295 389h148l-255 -399l255 -398h-148zM392 506v19l295 389h148l-255 -399l255 -398h-148z" />
<glyph unicode="&#xac;" horiz-adv-x="1122" d="M121 637v165h834v-427h-197v262h-637z" />
<glyph unicode="&#xad;" horiz-adv-x="797" d="M154 538v154h489v-154h-489zM154 538z" />
<glyph unicode="&#xae;" horiz-adv-x="1595" d="M92 729q0 315 207 531t503 216q295 0 502 -216t207 -531q0 -316 -207.5 -533t-501.5 -217q-296 0 -503 217t-207 533zM212 729q0 -265 172 -447t418 -182q244 0 416 182t172 447q0 263 -172 444t-416 181q-246 0 -418 -180.5t-172 -444.5zM508 316v850h280 q152 0 238 -65.5t86 -191.5q0 -61 -33 -108.5t-95 -78.5q66 -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-159v-338h-149zM657 784h152q65 1 110 32.5t45 87.5q0 73 -39 102.5t-137 29.5h-131 v-252z" />
<glyph unicode="&#xaf;" horiz-adv-x="1028" d="M154 1310v146h721v-146h-721z" />
<glyph unicode="&#xb0;" horiz-adv-x="757" d="M124 1216q0 106 75.5 183.5t180.5 77.5q104 0 178.5 -77.5t74.5 -183.5q0 -108 -74.5 -182.5t-178.5 -74.5q-106 0 -181 74.5t-75 182.5zM254 1216q0 -55 36.5 -91t89.5 -36q52 0 87.5 36t35.5 91t-35.5 92.5t-87.5 37.5q-53 0 -89.5 -37.5t-36.5 -92.5z" />
<glyph unicode="&#xb1;" horiz-adv-x="1057" d="M75 702v154h380v411h178v-411h358v-154h-358v-413h-178v413h-380zM124 5v155h835v-155h-835z" />
<glyph unicode="&#xb2;" horiz-adv-x="827" d="M119 1240q-6 99 78 169t225 70q135 0 211 -64t76 -180q0 -80 -44.5 -136t-160.5 -161l-153 -135l2 -6h361v-130h-592v130l302 262q69 59 90.5 96.5t21.5 80.5q0 50 -28 81t-86 31q-67 0 -103.5 -32t-36.5 -82h-161z" />
<glyph unicode="&#xb3;" horiz-adv-x="845" d="M111 882l1 6h163q0 -46 37.5 -74.5t101.5 -28.5q72 0 113.5 29.5t41.5 77.5q0 63 -36 91t-109 28h-133v126h133q67 0 99 28.5t32 80.5q0 44 -36 72.5t-105 28.5q-56 0 -91 -24t-35 -64h-162l-2 6q-6 94 78.5 153.5t211.5 59.5q145 0 229 -59.5t84 -169.5 q0 -55 -35.5 -100.5t-97.5 -71.5q71 -24 108.5 -71.5t37.5 -115.5q0 -111 -90 -173t-236 -62q-127 0 -218 58t-85 169z" />
<glyph unicode="&#xb4;" horiz-adv-x="599" d="M95 1212l184 266h230l2 -6l-269 -260h-147z" />
<glyph unicode="&#xb5;" horiz-adv-x="1315" d="M66 955v127h163h196v-622q0 -189 55 -258t157 -69q99 0 160 36.5t92 107.5v650l-163 28v127h360v-928l163 -28v-126h-340l-9 109q-44 -64 -108 -97t-147 -33q-72 0 -126 16.5t-94 51.5v-463h-196v1343z" />
<glyph unicode="&#xb6;" horiz-adv-x="1090" d="M78 988q0 207 129.5 337.5t362.5 130.5h443v-127l-163 -28v-1147l163 -28v-126h-523v126l163 28v366h-83q-234 0 -363 129.5t-129 338.5z" />
<glyph unicode="&#xb7;" horiz-adv-x="516" d="M159 624v212h198v-212h-198z" />
<glyph unicode="&#xb8;" horiz-adv-x="470" d="M103 -135l32 135h141l-12 -52q65 -11 108 -52t43 -121q0 -96 -79 -153t-226 -57l-7 109q72 0 115.5 24.5t43.5 73.5q0 48 -36 67t-123 26z" />
<glyph unicode="&#xb9;" horiz-adv-x="547" d="M95 1320v134l301 23v-812h-174v655h-127z" />
<glyph unicode="&#xba;" horiz-adv-x="941" d="M121 1025v117q0 148 93.5 241.5t251.5 93.5t252 -93.5t94 -241.5v-117q0 -149 -93.5 -241.5t-250.5 -92.5q-159 0 -253 92.5t-94 241.5zM293 1025q0 -88 44 -140.5t131 -52.5q83 0 127 53t44 140v117q0 84 -44.5 137.5t-128.5 53.5t-128.5 -53.5t-44.5 -137.5v-117z" />
<glyph unicode="&#xbb;" horiz-adv-x="938" d="M105 152l254 398l-254 399h148l295 -389v-19l-295 -389h-148zM105 152zM450 152l254 398l-254 399h148l295 -389v-19l-295 -389h-148z" />
<glyph unicode="&#xbc;" horiz-adv-x="1443" d="M183 0zM183 1319v134l301 23v-812h-174v655h-127zM321 185l711 1138l109 -67l-711 -1138zM785 254l421 547h174v-519h126v-130h-126v-152h-170v152h-417zM967 282h243v310l-6 1l-13 -22z" />
<glyph unicode="&#xbd;" horiz-adv-x="1480" d="M183 0zM183 1319v134l301 23v-812h-174v655h-127zM334 185l711 1138l109 -67l-711 -1138zM929 573q-6 99 78 169t225 70q135 0 211 -64t76 -180q0 -80 -44.5 -136t-160.5 -161l-153 -135l2 -6h361v-130h-592v130l302 262q69 59 90.5 96.5t21.5 80.5q0 50 -28 81t-86 31 q-67 0 -103.5 -32t-36.5 -82h-161z" />
<glyph unicode="&#xbe;" horiz-adv-x="1690" d="M121 0zM127 883l1 6h163q0 -46 37.5 -74.5t101.5 -28.5q72 0 113.5 29.5t41.5 77.5q0 63 -36 91t-109 28h-133v126h133q67 0 99 28.5t32 80.5q0 44 -36 72.5t-105 28.5q-56 0 -91 -24t-35 -64h-162l-2 6q-6 94 78.5 153.5t211.5 59.5q145 0 229 -59.5t84 -169.5 q0 -55 -35.5 -100.5t-97.5 -71.5q71 -24 108.5 -71.5t37.5 -115.5q0 -111 -90 -173t-236 -62q-127 0 -218 58t-85 169zM505 185l711 1138l109 -67l-711 -1138zM974 254l421 547h174v-519h126v-130h-126v-152h-170v152h-417zM1156 282h243v310l-6 1l-13 -22z" />
<glyph unicode="&#xbf;" horiz-adv-x="890" d="M58 -13q0 127 69.5 233.5t186.5 220.5q53 53 65 96t12 135h197q-2 -146 -26 -202t-125 -147q-101 -120 -141.5 -182t-40.5 -149q0 -107 55.5 -163.5t161.5 -56.5q90 0 154.5 49.5t64.5 145.5h188l3 -6q2 -161 -114.5 -258t-295.5 -97q-198 0 -306 100.5t-108 280.5z M385 874v209h205v-209h-205z" />
<glyph unicode="&#xc0;" horiz-adv-x="1500" d="M55 0v126l108 15l509 1315h169l500 -1315l107 -15v-126h-418v126l110 19l-96 268h-583l-99 -268l110 -19v-126h-417zM55 0zM435 1819l3 6h230l175 -266h-159zM522 578h462l-226 625h-6z" />
<glyph unicode="&#xc1;" horiz-adv-x="1500" d="M55 0v126l108 15l509 1315h169l500 -1315l107 -15v-126h-418v126l110 19l-96 268h-583l-99 -268l110 -19v-126h-417zM55 0zM522 578h462l-226 625h-6zM631 1556l184 266h230l2 -6l-269 -260h-147z" />
<glyph unicode="&#xc2;" horiz-adv-x="1500" d="M55 0v126l108 15l509 1315h169l500 -1315l107 -15v-126h-418v126l110 19l-96 268h-583l-99 -268l110 -19v-126h-417zM55 0zM452 1587v26l246 237h119l248 -238v-25h-161l-147 148l-145 -148h-160zM522 578h462l-226 625h-6z" />
<glyph unicode="&#xc3;" horiz-adv-x="1500" d="M55 0v126l108 15l509 1315h169l500 -1315l107 -15v-126h-418v126l110 19l-96 268h-583l-99 -268l110 -19v-126h-417zM55 0zM402 1627q0 93 58.5 161.5t149.5 68.5q56 0 140 -47t136 -47q41 0 71 32.5t30 79.5l108 -32q0 -94 -59.5 -159t-149.5 -65q-71 0 -148 46.5 t-128 46.5q-42 0 -71.5 -32.5t-29.5 -78.5zM522 578h462l-226 625h-6z" />
<glyph unicode="&#xc4;" horiz-adv-x="1500" d="M55 0v126l108 15l509 1315h169l500 -1315l107 -15v-126h-418v126l110 19l-96 268h-583l-99 -268l110 -19v-126h-417zM55 0zM395 1604v200h218v-200h-218zM522 578h462l-226 625h-6zM865 1604v200h218v-200h-218z" />
<glyph unicode="&#xc5;" horiz-adv-x="1500" d="M55 0v126l108 15l509 1315h169l500 -1315l107 -15v-126h-418v126l110 19l-96 268h-583l-99 -268l110 -19v-126h-417zM55 0zM522 578h462l-226 625h-6zM555 1735q0 84 60.5 141t147.5 57q85 0 145 -56.5t60 -141.5q0 -86 -60 -140t-145 -54q-87 0 -147.5 54t-60.5 140z M658 1735q0 -43 31 -73.5t74 -30.5q42 0 72 29.5t30 74.5t-30 76t-72 31q-44 0 -74.5 -31t-30.5 -76z" />
<glyph unicode="&#xc6;" horiz-adv-x="2096" d="M51 0v126l141 20l793 1310h967v-322h-168l-15 167h-508l20 -466h590v-155h-584l22 -526h522l16 167h167v-321h-1058v126l156 27l-8 197h-556l-121 -210l82 -14v-126h-458zM651 529h446l-31 710l-5 2z" />
<glyph unicode="&#xc7;" horiz-adv-x="1321" d="M71 0zM71 717v21q0 320 179 529.5t469 209.5q166 0 292 -64.5t189 -144.5v-259h-139l-37 206q-48 47 -118 77t-167 30q-227 0 -349 -164.5t-122 -417.5v-23q0 -253 119.5 -418.5t331.5 -165.5q99 0 180 31t125 76l37 206h139v-259q-63 -81 -189 -144.5t-292 -63.5 q-284 0 -466 210t-182 528zM601 -143l32 135h141l-12 -52q65 -11 108 -52t43 -121q0 -96 -79 -153t-226 -57l-7 109q72 0 115.5 24.5t43.5 73.5q0 48 -36 67t-123 26z" />
<glyph unicode="&#xc8;" horiz-adv-x="1306" d="M71 0v126l163 28v1147l-163 28v127h1118v-350h-169l-16 195h-573v-471h557v-155h-557v-521h585l16 195h168v-349h-1129zM71 0zM329 1820l3 6h230l175 -266h-159z" />
<glyph unicode="&#xc9;" horiz-adv-x="1306" d="M71 0v126l163 28v1147l-163 28v127h1118v-350h-169l-16 195h-573v-471h557v-155h-557v-521h585l16 195h168v-349h-1129zM71 0zM525 1557l184 266h230l2 -6l-269 -260h-147z" />
<glyph unicode="&#xca;" horiz-adv-x="1306" d="M71 0v126l163 28v1147l-163 28v127h1118v-350h-169l-16 195h-573v-471h557v-155h-557v-521h585l16 195h168v-349h-1129zM71 0zM346 1588v26l246 237h119l248 -238v-25h-161l-147 148l-145 -148h-160z" />
<glyph unicode="&#xcb;" horiz-adv-x="1306" d="M71 0v126l163 28v1147l-163 28v127h1118v-350h-169l-16 195h-573v-471h557v-155h-557v-521h585l16 195h168v-349h-1129zM71 0zM289 1605v200h218v-200h-218zM759 1605v200h218v-200h-218z" />
<glyph unicode="&#xcc;" horiz-adv-x="662" d="M16 0zM16 1818l3 6h230l175 -266h-159zM70 0v126l163 28v1147l-163 28v127h523v-127l-163 -28v-1147l163 -28v-126h-523z" />
<glyph unicode="&#xcd;" horiz-adv-x="662" d="M70 0v126l163 28v1147l-163 28v127h523v-127l-163 -28v-1147l163 -28v-126h-523zM70 0zM211 1555l184 266h230l2 -6l-269 -260h-147z" />
<glyph unicode="&#xce;" horiz-adv-x="662" d="M33 0zM33 1586v26l246 237h119l248 -238v-25h-161l-147 148l-145 -148h-160zM70 0v126l163 28v1147l-163 28v127h523v-127l-163 -28v-1147l163 -28v-126h-523z" />
<glyph unicode="&#xcf;" horiz-adv-x="662" d="M-24 1603v200h218v-200h-218zM0 0zM70 0v126l163 28v1147l-163 28v127h523v-127l-163 -28v-1147l163 -28v-126h-523zM446 1603v200h218v-200h-218z" />
<glyph unicode="&#xd0;" horiz-adv-x="1449" d="M66 663v155h198v483l-163 28v127h610q285 0 458.5 -175.5t173.5 -453.5v-199q0 -279 -173.5 -453.5t-458.5 -174.5h-610v126l163 28v509h-198zM461 154h250q202 0 318.5 133t116.5 341v201q0 206 -116.5 339t-318.5 133h-250v-483h246v-155h-246v-509z" />
<glyph unicode="&#xd1;" horiz-adv-x="1560" d="M71 0v126l163 28v1147l-163 28v127h163h197l700 -1123l6 2v966l-163 28v127h360h163v-127l-163 -28v-1301h-197l-700 1124l-6 -2v-968l163 -28v-126h-523zM71 0zM396 1628q0 93 58.5 161.5t149.5 68.5q56 0 140 -47t136 -47q41 0 71 32.5t30 79.5l108 -32 q0 -94 -59.5 -159t-149.5 -65q-71 0 -148 46.5t-128 46.5q-42 0 -71.5 -32.5t-29.5 -78.5z" />
<glyph unicode="&#xd2;" horiz-adv-x="1445" d="M79 0zM79 717v21q0 317 176 528t458 211q290 0 472.5 -211t182.5 -528v-21q0 -318 -182.5 -528t-472.5 -210q-282 0 -458 210t-176 528zM276 717q0 -256 115.5 -416.5t321.5 -160.5q218 0 338 160t120 417v23q0 254 -121.5 414.5t-336.5 160.5q-206 0 -321.5 -161 t-115.5 -414v-23zM397 1819l3 6h230l175 -266h-159z" />
<glyph unicode="&#xd3;" horiz-adv-x="1445" d="M79 0zM79 717v21q0 317 176 528t458 211q290 0 472.5 -211t182.5 -528v-21q0 -318 -182.5 -528t-472.5 -210q-282 0 -458 210t-176 528zM276 717q0 -256 115.5 -416.5t321.5 -160.5q218 0 338 160t120 417v23q0 254 -121.5 414.5t-336.5 160.5q-206 0 -321.5 -161 t-115.5 -414v-23zM593 1556l184 266h230l2 -6l-269 -260h-147z" />
<glyph unicode="&#xd4;" horiz-adv-x="1445" d="M79 0zM79 717v21q0 317 176 528t458 211q290 0 472.5 -211t182.5 -528v-21q0 -318 -182.5 -528t-472.5 -210q-282 0 -458 210t-176 528zM276 717q0 -256 115.5 -416.5t321.5 -160.5q218 0 338 160t120 417v23q0 254 -121.5 414.5t-336.5 160.5q-206 0 -321.5 -161 t-115.5 -414v-23zM414 1587v26l246 237h119l248 -238v-25h-161l-147 148l-145 -148h-160z" />
<glyph unicode="&#xd5;" horiz-adv-x="1445" d="M79 0zM79 717v21q0 317 176 528t458 211q290 0 472.5 -211t182.5 -528v-21q0 -318 -182.5 -528t-472.5 -210q-282 0 -458 210t-176 528zM276 717q0 -256 115.5 -416.5t321.5 -160.5q218 0 338 160t120 417v23q0 254 -121.5 414.5t-336.5 160.5q-206 0 -321.5 -161 t-115.5 -414v-23zM364 1627q0 93 58.5 161.5t149.5 68.5q56 0 140 -47t136 -47q41 0 71 32.5t30 79.5l108 -32q0 -94 -59.5 -159t-149.5 -65q-71 0 -148 46.5t-128 46.5q-42 0 -71.5 -32.5t-29.5 -78.5z" />
<glyph unicode="&#xd6;" horiz-adv-x="1445" d="M79 0zM79 717v21q0 317 176 528t458 211q290 0 472.5 -211t182.5 -528v-21q0 -318 -182.5 -528t-472.5 -210q-282 0 -458 210t-176 528zM276 717q0 -256 115.5 -416.5t321.5 -160.5q218 0 338 160t120 417v23q0 254 -121.5 414.5t-336.5 160.5q-206 0 -321.5 -161 t-115.5 -414v-23zM357 1604v200h218v-200h-218zM827 1604v200h218v-200h-218z" />
<glyph unicode="&#xd7;" horiz-adv-x="1070" d="M79 351l327 334l-327 334l126 126l326 -333l327 333l126 -126l-328 -334l328 -334l-126 -126l-327 332l-326 -332z" />
<glyph unicode="&#xd8;" horiz-adv-x="1404" d="M79 717v21q0 317 176 528t458 211q87 0 166.5 -21.5t150.5 -61.5l73 123h149l-118 -199q111 -102 172.5 -252.5t61.5 -327.5v-21q0 -318 -182.5 -528t-472.5 -210q-90 0 -170.5 23t-149.5 67l-97 -163h-149l144 244q-102 101 -157 247.5t-55 319.5zM276 717 q0 -123 27.5 -226.5t80.5 -174.5h6l555 935q-50 31 -108 47.5t-124 16.5q-206 0 -321.5 -161t-115.5 -414v-23zM478 213q48 -36 107 -54.5t128 -18.5q218 0 338 160t120 417v23q0 129 -33 236.5t-94 180.5l-6 1z" />
<glyph unicode="&#xd9;" horiz-adv-x="1541" d="M60 0zM60 1329v127h163h360v-127l-163 -28v-832q0 -165 94 -250.5t248 -85.5q162 0 261 85t99 251v832l-163 28v127h360h163v-127l-163 -28v-832q0 -237 -154.5 -363.5t-402.5 -126.5q-241 0 -390 126.5t-149 363.5v832zM430 1819l3 6h230l175 -266h-159z" />
<glyph unicode="&#xda;" horiz-adv-x="1541" d="M60 0zM60 1329v127h163h360v-127l-163 -28v-832q0 -165 94 -250.5t248 -85.5q162 0 261 85t99 251v832l-163 28v127h360h163v-127l-163 -28v-832q0 -237 -154.5 -363.5t-402.5 -126.5q-241 0 -390 126.5t-149 363.5v832zM626 1556l184 266h230l2 -6l-269 -260h-147z" />
<glyph unicode="&#xdb;" horiz-adv-x="1541" d="M60 0zM60 1329v127h163h360v-127l-163 -28v-832q0 -165 94 -250.5t248 -85.5q162 0 261 85t99 251v832l-163 28v127h360h163v-127l-163 -28v-832q0 -237 -154.5 -363.5t-402.5 -126.5q-241 0 -390 126.5t-149 363.5v832zM447 1587v26l246 237h119l248 -238v-25h-161 l-147 148l-145 -148h-160z" />
<glyph unicode="&#xdc;" horiz-adv-x="1541" d="M60 0zM60 1329v127h163h360v-127l-163 -28v-832q0 -165 94 -250.5t248 -85.5q162 0 261 85t99 251v832l-163 28v127h360h163v-127l-163 -28v-832q0 -237 -154.5 -363.5t-402.5 -126.5q-241 0 -390 126.5t-149 363.5v832zM390 1604v200h218v-200h-218zM860 1604v200h218 v-200h-218z" />
<glyph unicode="&#xdd;" horiz-adv-x="1416" d="M55 0zM55 1329v127h500v-127l-157 -19l305 -594l305 594l-156 19v127h500v-127l-123 -19l-432 -798v-358l163 -28v-126h-522v126l163 28v373l-424 783zM573 1556l184 266h230l2 -6l-269 -260h-147z" />
<glyph unicode="&#xde;" horiz-adv-x="1277" d="M70 0v126l163 28v1147l-163 28v127h360h163v-127l-163 -28v-138h269q231 0 361 -118t130 -307q0 -190 -130 -307.5t-361 -117.5h-269v-159l163 -28v-126h-523zM430 467h269q146 0 220 78t74 191q0 114 -74 193.5t-220 79.5h-269v-542z" />
<glyph unicode="&#xdf;" horiz-adv-x="1288" d="M55 0v126l163 28v928q0 223 117 348t301 125q160 0 261 -86t101 -253q0 -118 -64 -228t-64 -167q0 -82 173 -224t173 -281q0 -167 -104 -252t-282 -85q-84 0 -172.5 20.5t-125.5 50.5l43 159q42 -28 108 -52t126 -24q109 0 159.5 47t50.5 126q0 84 -173 227.5t-173 289.5 q0 80 70 190.5t70 186.5q0 94 -50.5 147.5t-116.5 53.5q-105 0 -168.5 -83t-63.5 -236v-1082h-359z" />
<glyph unicode="&#xe0;" d="M104 0zM104 294q0 154 124.5 237.5t341.5 83.5h203v126q0 95 -60 150.5t-167 55.5q-74 0 -130.5 -19t-91.5 -52l-21 -114h-152v210q74 59 179 94.5t228 35.5q184 0 298 -94t114 -269v-521q0 -21 0.5 -41t2.5 -40l80 -11v-126h-258q-9 44 -14 79t-7 70 q-57 -73 -142.5 -121.5t-182.5 -48.5q-169 0 -257 82.5t-88 232.5zM233 1495l3 6h230l175 -266h-159zM301 290q0 -71 44 -108.5t133 -37.5q98 0 179 47t116 113v178h-210q-121 0 -191.5 -56t-70.5 -136z" />
<glyph unicode="&#xe1;" d="M104 0zM104 294q0 154 124.5 237.5t341.5 83.5h203v126q0 95 -60 150.5t-167 55.5q-74 0 -130.5 -19t-91.5 -52l-21 -114h-152v210q74 59 179 94.5t228 35.5q184 0 298 -94t114 -269v-521q0 -21 0.5 -41t2.5 -40l80 -11v-126h-258q-9 44 -14 79t-7 70 q-57 -73 -142.5 -121.5t-182.5 -48.5q-169 0 -257 82.5t-88 232.5zM301 290q0 -71 44 -108.5t133 -37.5q98 0 179 47t116 113v178h-210q-121 0 -191.5 -56t-70.5 -136zM429 1232l184 266h230l2 -6l-269 -260h-147z" />
<glyph unicode="&#xe2;" d="M104 0zM104 294q0 154 124.5 237.5t341.5 83.5h203v126q0 95 -60 150.5t-167 55.5q-74 0 -130.5 -19t-91.5 -52l-21 -114h-152v210q74 59 179 94.5t228 35.5q184 0 298 -94t114 -269v-521q0 -21 0.5 -41t2.5 -40l80 -11v-126h-258q-9 44 -14 79t-7 70 q-57 -73 -142.5 -121.5t-182.5 -48.5q-169 0 -257 82.5t-88 232.5zM250 1263v26l246 237h119l248 -238v-25h-161l-147 148l-145 -148h-160zM301 290q0 -71 44 -108.5t133 -37.5q98 0 179 47t116 113v178h-210q-121 0 -191.5 -56t-70.5 -136z" />
<glyph unicode="&#xe3;" d="M104 0zM104 294q0 154 124.5 237.5t341.5 83.5h203v126q0 95 -60 150.5t-167 55.5q-74 0 -130.5 -19t-91.5 -52l-21 -114h-152v210q74 59 179 94.5t228 35.5q184 0 298 -94t114 -269v-521q0 -21 0.5 -41t2.5 -40l80 -11v-126h-258q-9 44 -14 79t-7 70 q-57 -73 -142.5 -121.5t-182.5 -48.5q-169 0 -257 82.5t-88 232.5zM200 1303q0 93 58.5 161.5t149.5 68.5q56 0 140 -47t136 -47q41 0 71 32.5t30 79.5l108 -32q0 -94 -59.5 -159t-149.5 -65q-71 0 -148 46.5t-128 46.5q-42 0 -71.5 -32.5t-29.5 -78.5zM301 290 q0 -71 44 -108.5t133 -37.5q98 0 179 47t116 113v178h-210q-121 0 -191.5 -56t-70.5 -136z" />
<glyph unicode="&#xe4;" d="M104 0zM104 294q0 154 124.5 237.5t341.5 83.5h203v126q0 95 -60 150.5t-167 55.5q-74 0 -130.5 -19t-91.5 -52l-21 -114h-152v210q74 59 179 94.5t228 35.5q184 0 298 -94t114 -269v-521q0 -21 0.5 -41t2.5 -40l80 -11v-126h-258q-9 44 -14 79t-7 70 q-57 -73 -142.5 -121.5t-182.5 -48.5q-169 0 -257 82.5t-88 232.5zM193 1280v200h218v-200h-218zM301 290q0 -71 44 -108.5t133 -37.5q98 0 179 47t116 113v178h-210q-121 0 -191.5 -56t-70.5 -136zM663 1280v200h218v-200h-218z" />
<glyph unicode="&#xe5;" d="M104 0zM104 294q0 154 124.5 237.5t341.5 83.5h203v126q0 95 -60 150.5t-167 55.5q-74 0 -130.5 -19t-91.5 -52l-21 -114h-152v210q74 59 179 94.5t228 35.5q184 0 298 -94t114 -269v-521q0 -21 0.5 -41t2.5 -40l80 -11v-126h-258q-9 44 -14 79t-7 70 q-57 -73 -142.5 -121.5t-182.5 -48.5q-169 0 -257 82.5t-88 232.5zM301 290q0 -71 44 -108.5t133 -37.5q98 0 179 47t116 113v178h-210q-121 0 -191.5 -56t-70.5 -136zM353 1411q0 84 60.5 141t147.5 57q85 0 145 -56.5t60 -141.5q0 -86 -60 -140t-145 -54q-87 0 -147.5 54 t-60.5 140zM456 1411q0 -43 31 -73.5t74 -30.5q42 0 72 29.5t30 74.5t-30 76t-72 31q-44 0 -74.5 -31t-30.5 -76z" />
<glyph unicode="&#xe6;" horiz-adv-x="1795" d="M97 304q0 158 114.5 244.5t334.5 86.5h229v85q0 106 -51.5 166.5t-149.5 60.5q-103 0 -164 -55t-61 -133l-188 18l-2 6q-5 138 110 228.5t305 90.5q115 0 202 -40.5t137 -117.5q64 75 151.5 116.5t189.5 41.5q214 0 329.5 -130t115.5 -358v-119h-710l-2 -5 q1 -159 79.5 -258t233.5 -99q104 0 170 27.5t144 78.5l68 -138q-55 -45 -149 -83.5t-233 -38.5q-135 0 -239 48.5t-170 137.5q-56 -79 -168 -132.5t-271 -53.5q-170 0 -262.5 87t-92.5 238zM294 300q0 -74 50 -120.5t147 -46.5q76 0 158.5 43t125.5 100v217h-227 q-120 0 -187 -56t-67 -137zM991 645l2 -5h509v31q0 122 -60 199t-188 77q-114 0 -183 -84.5t-80 -217.5z" />
<glyph unicode="&#xe7;" horiz-adv-x="1104" d="M90 0zM90 520v42q0 231 125 385.5t360 154.5q130 0 233.5 -43t171.5 -118l9 -240h-157l-43 170q-35 34 -90 55t-124 21q-155 0 -221.5 -111.5t-66.5 -273.5v-42q0 -166 66 -276.5t222 -110.5q98 0 172.5 60.5t74.5 148.5h177l2 -6q5 -140 -124.5 -248.5t-301.5 -108.5 q-236 0 -360.5 154t-124.5 387zM410 -144l32 135h141l-12 -52q65 -11 108 -52t43 -121q0 -96 -79 -153t-226 -57l-7 109q72 0 115.5 24.5t43.5 73.5q0 48 -36 67t-123 26z" />
<glyph unicode="&#xe8;" horiz-adv-x="1101" d="M90 0zM90 520v44q0 231 137.5 384.5t325.5 153.5q218 0 330.5 -132t112.5 -352v-123h-702l-3 -5q3 -156 79 -256.5t213 -100.5q100 0 175.5 28.5t130.5 78.5l77 -128q-58 -56 -153.5 -94.5t-229.5 -38.5q-226 0 -359.5 150.5t-133.5 390.5zM233 1495l3 6h230l175 -266 h-159zM298 654l2 -5h499v26q0 116 -62 194t-184 78q-99 0 -169 -83.5t-86 -209.5z" />
<glyph unicode="&#xe9;" horiz-adv-x="1101" d="M90 0zM90 520v44q0 231 137.5 384.5t325.5 153.5q218 0 330.5 -132t112.5 -352v-123h-702l-3 -5q3 -156 79 -256.5t213 -100.5q100 0 175.5 28.5t130.5 78.5l77 -128q-58 -56 -153.5 -94.5t-229.5 -38.5q-226 0 -359.5 150.5t-133.5 390.5zM298 654l2 -5h499v26 q0 116 -62 194t-184 78q-99 0 -169 -83.5t-86 -209.5zM429 1232l184 266h230l2 -6l-269 -260h-147z" />
<glyph unicode="&#xea;" horiz-adv-x="1101" d="M90 0zM90 520v44q0 231 137.5 384.5t325.5 153.5q218 0 330.5 -132t112.5 -352v-123h-702l-3 -5q3 -156 79 -256.5t213 -100.5q100 0 175.5 28.5t130.5 78.5l77 -128q-58 -56 -153.5 -94.5t-229.5 -38.5q-226 0 -359.5 150.5t-133.5 390.5zM250 1263v26l246 237h119 l248 -238v-25h-161l-147 148l-145 -148h-160zM298 654l2 -5h499v26q0 116 -62 194t-184 78q-99 0 -169 -83.5t-86 -209.5z" />
<glyph unicode="&#xeb;" horiz-adv-x="1101" d="M90 0zM90 520v44q0 231 137.5 384.5t325.5 153.5q218 0 330.5 -132t112.5 -352v-123h-702l-3 -5q3 -156 79 -256.5t213 -100.5q100 0 175.5 28.5t130.5 78.5l77 -128q-58 -56 -153.5 -94.5t-229.5 -38.5q-226 0 -359.5 150.5t-133.5 390.5zM193 1280v200h218v-200h-218z M298 654l2 -5h499v26q0 116 -62 194t-184 78q-99 0 -169 -83.5t-86 -209.5zM663 1280v200h218v-200h-218z" />
<glyph unicode="&#xec;" horiz-adv-x="672" d="M24 0zM24 1494l3 6h230l175 -266h-159zM90 0v126l163 28v773l-163 28v127h360v-928l163 -28v-126h-523z" />
<glyph unicode="&#xed;" horiz-adv-x="672" d="M90 0v126l163 28v773l-163 28v127h360v-928l163 -28v-126h-523zM90 0zM219 1231l184 266h230l2 -6l-269 -260h-147z" />
<glyph unicode="&#xee;" horiz-adv-x="672" d="M41 0zM41 1262v26l246 237h119l248 -238v-25h-161l-147 148l-145 -148h-160zM90 0v126l163 28v773l-163 28v127h360v-928l163 -28v-126h-523z" />
<glyph unicode="&#xef;" horiz-adv-x="672" d="M-16 1279v200h218v-200h-218zM0 0zM90 0v126l163 28v773l-163 28v127h360v-928l163 -28v-126h-523zM454 1279v200h218v-200h-218z" />
<glyph unicode="&#xf0;" horiz-adv-x="1191" d="M78 466q0 228 138 370t351 142q83 0 157.5 -32t126.5 -84l4 5q-20 98 -62 179.5t-101 143.5l-272 -155l-77 102l245 140q-36 23 -74.5 41.5t-80.5 34.5l60 164q75 -22 143 -57t128 -82l233 133l77 -102l-215 -123q104 -121 161.5 -287t57.5 -366v-98q0 -245 -144 -400.5 t-359 -155.5q-218 0 -357.5 140t-139.5 347zM275 466q0 -132 82 -232.5t222 -100.5q133 0 217.5 114t84.5 288v100q0 8 -0.5 25t-0.5 25q-35 58 -115.5 98t-197.5 40q-131 0 -211.5 -104t-80.5 -253z" />
<glyph unicode="&#xf1;" horiz-adv-x="1318" d="M60 0v126l163 28v773l-163 28v127h339l14 -161q54 86 135.5 133.5t185.5 47.5q175 0 271 -102.5t96 -316.5v-529l163 -28v-126h-523v126l163 28v525q0 143 -56.5 203t-172.5 60q-85 0 -150.5 -41t-104.5 -112v-635l163 -28v-126h-523zM60 0zM314 1303q0 93 58.5 161.5 t149.5 68.5q56 0 140 -47t136 -47q41 0 71 32.5t30 79.5l108 -32q0 -94 -59.5 -159t-149.5 -65q-71 0 -148 46.5t-128 46.5q-42 0 -71.5 -32.5t-29.5 -78.5z" />
<glyph unicode="&#xf2;" horiz-adv-x="1149" d="M90 0zM90 529v22q0 240 130 395.5t353 155.5q224 0 354.5 -155t130.5 -396v-22q0 -242 -130 -396t-353 -154q-225 0 -355 154.5t-130 395.5zM251 1495l3 6h230l175 -266h-159zM287 529q0 -172 72.5 -284t215.5 -112q140 0 213 112t73 284v22q0 170 -73 283t-215 113 t-214 -113t-72 -283v-22z" />
<glyph unicode="&#xf3;" horiz-adv-x="1149" d="M90 0zM90 529v22q0 240 130 395.5t353 155.5q224 0 354.5 -155t130.5 -396v-22q0 -242 -130 -396t-353 -154q-225 0 -355 154.5t-130 395.5zM287 529q0 -172 72.5 -284t215.5 -112q140 0 213 112t73 284v22q0 170 -73 283t-215 113t-214 -113t-72 -283v-22zM447 1232 l184 266h230l2 -6l-269 -260h-147z" />
<glyph unicode="&#xf4;" horiz-adv-x="1149" d="M90 0zM90 529v22q0 240 130 395.5t353 155.5q224 0 354.5 -155t130.5 -396v-22q0 -242 -130 -396t-353 -154q-225 0 -355 154.5t-130 395.5zM268 1263v26l246 237h119l248 -238v-25h-161l-147 148l-145 -148h-160zM287 529q0 -172 72.5 -284t215.5 -112q140 0 213 112 t73 284v22q0 170 -73 283t-215 113t-214 -113t-72 -283v-22z" />
<glyph unicode="&#xf5;" horiz-adv-x="1149" d="M90 0zM90 529v22q0 240 130 395.5t353 155.5q224 0 354.5 -155t130.5 -396v-22q0 -242 -130 -396t-353 -154q-225 0 -355 154.5t-130 395.5zM218 1303q0 93 58.5 161.5t149.5 68.5q56 0 140 -47t136 -47q41 0 71 32.5t30 79.5l108 -32q0 -94 -59.5 -159t-149.5 -65 q-71 0 -148 46.5t-128 46.5q-42 0 -71.5 -32.5t-29.5 -78.5zM287 529q0 -172 72.5 -284t215.5 -112q140 0 213 112t73 284v22q0 170 -73 283t-215 113t-214 -113t-72 -283v-22z" />
<glyph unicode="&#xf6;" horiz-adv-x="1149" d="M90 0zM90 529v22q0 240 130 395.5t353 155.5q224 0 354.5 -155t130.5 -396v-22q0 -242 -130 -396t-353 -154q-225 0 -355 154.5t-130 395.5zM211 1280v200h218v-200h-218zM287 529q0 -172 72.5 -284t215.5 -112q140 0 213 112t73 284v22q0 170 -73 283t-215 113 t-214 -113t-72 -283v-22zM681 1280v200h218v-200h-218z" />
<glyph unicode="&#xf7;" horiz-adv-x="1148" d="M74 597v188h998v-188h-998zM475 180v203h198v-203h-198zM475 999v203h198v-203h-198z" />
<glyph unicode="&#xf8;" horiz-adv-x="1149" d="M90 529v22q0 240 130 395.5t353 155.5q55 0 105.5 -11t97.5 -30l73 148h129l-104 -210q88 -74 136 -190t48 -258v-22q0 -242 -130 -396t-353 -154q-52 0 -99 9t-89 25l-73 -148h-129l101 206q-95 72 -145.5 191t-50.5 267zM287 529q0 -89 19.5 -164t58.5 -123h6l332 672 q-28 16 -61 24.5t-69 8.5q-142 0 -214 -113t-72 -283v-22zM459 158q25 -13 54 -19t62 -6q140 0 213 112t73 284v22q0 81 -17.5 152t-50.5 119h-6z" />
<glyph unicode="&#xf9;" horiz-adv-x="1244" d="M48 0zM48 955v127h124h197v-640q0 -173 51 -238t159 -65q105 0 173.5 42.5t103.5 120.5v625l-145 28v127h145h197v-928l124 -28v-126h-301l-13 160q-51 -87 -131.5 -134t-185.5 -47q-176 0 -275 113t-99 352v483zM263 1494l3 6h230l175 -266h-159z" />
<glyph unicode="&#xfa;" horiz-adv-x="1244" d="M48 0zM48 955v127h124h197v-640q0 -173 51 -238t159 -65q105 0 173.5 42.5t103.5 120.5v625l-145 28v127h145h197v-928l124 -28v-126h-301l-13 160q-51 -87 -131.5 -134t-185.5 -47q-176 0 -275 113t-99 352v483zM459 1231l184 266h230l2 -6l-269 -260h-147z" />
<glyph unicode="&#xfb;" horiz-adv-x="1244" d="M48 0zM48 955v127h124h197v-640q0 -173 51 -238t159 -65q105 0 173.5 42.5t103.5 120.5v625l-145 28v127h145h197v-928l124 -28v-126h-301l-13 160q-51 -87 -131.5 -134t-185.5 -47q-176 0 -275 113t-99 352v483zM280 1262v26l246 237h119l248 -238v-25h-161l-147 148 l-145 -148h-160z" />
<glyph unicode="&#xfc;" horiz-adv-x="1244" d="M48 0zM48 955v127h124h197v-640q0 -173 51 -238t159 -65q105 0 173.5 42.5t103.5 120.5v625l-145 28v127h145h197v-928l124 -28v-126h-301l-13 160q-51 -87 -131.5 -134t-185.5 -47q-176 0 -275 113t-99 352v483zM223 1279v200h218v-200h-218zM693 1279v200h218v-200 h-218z" />
<glyph unicode="&#xfd;" horiz-adv-x="1162" d="M35 0zM35 955v127h437v-127l-122 -20l187 -534l36 -138h6l225 672l-123 20v127h436v-127l-97 -15l-412 -1106q-41 -109 -118 -190t-207 -81q-23 0 -60 5.5t-57 10.5l20 155q-6 1 35.5 -2t52.5 -3q63 0 102 54.5t68 125.5l47 112l-357 918zM451 1231l184 266h230l2 -6 l-269 -260h-147z" />
<glyph unicode="&#xfe;" horiz-adv-x="1273" d="M25 -289l163 28v1666l-163 28v127h360v-598q53 68 128.5 104t173.5 36q200 0 311.5 -159.5t111.5 -421.5v-21q0 -234 -111.5 -377.5t-308.5 -143.5q-100 0 -176 33.5t-129 100.5v-374l163 -28v-127h-523v127zM385 275q37 -67 97 -104.5t147 -37.5q140 0 212 102t72 265 v21q0 185 -72 303t-214 118q-85 0 -145 -38.5t-97 -105.5v-523z" />
<glyph unicode="&#xff;" horiz-adv-x="1162" d="M35 0zM35 955v127h437v-127l-122 -20l187 -534l36 -138h6l225 672l-123 20v127h436v-127l-97 -15l-412 -1106q-41 -109 -118 -190t-207 -81q-23 0 -60 5.5t-57 10.5l20 155q-6 1 35.5 -2t52.5 -3q63 0 102 54.5t68 125.5l47 112l-357 918zM215 1279v200h218v-200h-218z M685 1279v200h218v-200h-218z" />
<glyph unicode="&#x152;" horiz-adv-x="1969" d="M114 576v304q0 265 154.5 431t403.5 166q69 0 140.5 -6t150.5 -15h910v-350h-169l-16 195h-573v-471h557v-155h-557v-521h585l16 195h168v-349h-921q-91 -10 -156.5 -15.5t-132.5 -5.5q-249 0 -404.5 166t-155.5 431zM311 576q0 -214 97 -328t266 -114q53 0 107 3.5 t107 11.5l30 5v1147l-53 9q-50 5 -98 8.5t-95 3.5q-169 0 -265 -113.5t-96 -326.5v-306z" />
<glyph unicode="&#x153;" horiz-adv-x="1898" d="M104 529v22q0 240 129.5 395.5t352.5 155.5q130 0 230.5 -55t164.5 -154q64 98 161.5 153.5t206.5 55.5q218 0 330.5 -132t112.5 -352v-123h-702l-3 -5q3 -156 78.5 -256.5t213.5 -100.5q100 0 175.5 28.5t130.5 78.5l77 -128q-59 -57 -153.5 -95t-229.5 -38 q-132 0 -234 53t-166 150q-64 -97 -163.5 -150t-227.5 -53q-224 0 -354 154.5t-130 395.5zM301 529q0 -172 72 -284t215 -112q141 0 214 112t73 284v22q0 170 -73.5 283t-215.5 113q-141 0 -213 -113t-72 -283v-22zM1094 654l2 -5h499v26q0 116 -62 194t-184 78 q-99 0 -169 -83.5t-86 -209.5z" />
<glyph unicode="&#x178;" horiz-adv-x="1416" d="M55 0zM55 1329v127h500v-127l-157 -19l305 -594l305 594l-156 19v127h500v-127l-123 -19l-432 -798v-358l163 -28v-126h-522v126l163 28v373l-424 783zM337 1604v200h218v-200h-218zM807 1604v200h218v-200h-218z" />
<glyph unicode="&#x2c6;" horiz-adv-x="828" d="M104 1252v26l246 237h119l248 -238v-25h-161l-147 148l-145 -148h-160z" />
<glyph unicode="&#x2dc;" horiz-adv-x="948" d="M127 1275q0 93 58.5 161.5t149.5 68.5q56 0 140 -47t136 -47q41 0 71 32.5t30 79.5l108 -32q0 -94 -59.5 -159t-149.5 -65q-71 0 -148 46.5t-128 46.5q-42 0 -71.5 -32.5t-29.5 -78.5z" />
<glyph unicode="&#x2000;" horiz-adv-x="966" />
<glyph unicode="&#x2001;" horiz-adv-x="1933" />
<glyph unicode="&#x2002;" horiz-adv-x="966" />
<glyph unicode="&#x2003;" horiz-adv-x="1933" />
<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="797" d="M154 538v154h489v-154h-489z" />
<glyph unicode="&#x2011;" horiz-adv-x="797" d="M154 538v154h489v-154h-489z" />
<glyph unicode="&#x2012;" horiz-adv-x="797" d="M154 538v154h489v-154h-489z" />
<glyph unicode="&#x2013;" horiz-adv-x="1400" d="M149 648v155h1086v-155h-1086zM161 648z" />
<glyph unicode="&#x2014;" horiz-adv-x="1613" d="M116 648v155h1336v-155h-1336zM165 648z" />
<glyph unicode="&#x2018;" horiz-adv-x="418" d="M96 1020v176q0 99 48 206t132 177l112 -73q-48 -73 -71.5 -147.5t-23.5 -159.5v-179h-197z" />
<glyph unicode="&#x2019;" horiz-adv-x="418" d="M45 1067q47 71 71 145.5t24 160.5v187h197v-184q0 -100 -48.5 -207t-131.5 -176z" />
<glyph unicode="&#x201a;" horiz-adv-x="417" d="M35 -231q47 72 71 146.5t24 159.5v174h197v-171q0 -98 -49 -205.5t-132 -177.5z" />
<glyph unicode="&#x201c;" horiz-adv-x="744" d="M96 1020v176q0 99 48 206t132 177l112 -73q-48 -73 -71.5 -147.5t-23.5 -159.5v-179h-197zM96 1020zM422 1020v176q0 99 48 206t132 177l112 -73q-48 -73 -71.5 -147.5t-23.5 -159.5v-179h-197z" />
<glyph unicode="&#x201d;" horiz-adv-x="752" d="M58 993zM58 1067q47 71 71 145.5t24 160.5v187h197v-184q0 -100 -48.5 -207t-131.5 -176zM376 1067q47 71 71 145.5t24 160.5v187h197v-184q0 -100 -48.5 -207t-131.5 -176z" />
<glyph unicode="&#x201e;" horiz-adv-x="726" d="M35 -231q47 72 71 146.5t24 159.5v174h197v-171q0 -98 -49 -205.5t-132 -177.5zM342 -231q47 72 71 146.5t24 159.5v174h197v-171q0 -98 -49 -205.5t-132 -177.5z" />
<glyph unicode="&#x2022;" horiz-adv-x="691" d="M135 733v60q0 88 56 144t150 56q95 0 151.5 -56t56.5 -144v-60q0 -89 -56.5 -143.5t-150.5 -54.5q-95 0 -151 54.5t-56 143.5z" />
<glyph unicode="&#x2026;" horiz-adv-x="1346" d="M146 0v202h197v-202h-197zM146 0zM588 0v202h197v-202h-197zM1007 0v202h197v-202h-197z" />
<glyph unicode="&#x202f;" horiz-adv-x="386" />
<glyph unicode="&#x2039;" horiz-adv-x="593" d="M68 541v19l295 389h148l-255 -399l255 -398h-148z" />
<glyph unicode="&#x203a;" horiz-adv-x="593" d="M83 152l254 398l-254 399h148l295 -389v-19l-295 -389h-148z" />
<glyph unicode="&#x205f;" horiz-adv-x="483" />
<glyph unicode="&#x20ac;" horiz-adv-x="1056" d="M71 512v124h146v166h-146v125h146v15q0 244 141.5 389.5t372.5 145.5q59 0 117.5 -8t124.5 -23l-20 -159q-53 16 -109.5 25.5t-112.5 9.5q-146 0 -231.5 -103t-85.5 -275v-17h491v-125h-491v-166h491v-124h-484l-2 -5q-4 -169 81.5 -271.5t232.5 -102.5q57 0 113 8.5 t107 25.5l20 -157q-56 -15 -117.5 -23t-122.5 -8q-231 0 -373.5 144.5t-142.5 388.5h-146z" />
<glyph unicode="&#x2122;" horiz-adv-x="1256" d="M98 1374v82h384v-82h-146v-455h-94v455h-144zM560 919v537h116l160 -390h6l163 390h110v-537h-94v341l-6 2l-150 -343h-51l-155 357l-6 -1v-356h-93z" />
<glyph unicode="&#x25fc;" horiz-adv-x="1080" d="M0 0v1080h1080v-1080h-1080z" />
<glyph unicode="&#xfb03;" horiz-adv-x="1967" d="M70 0zM70 936v146h169v137q0 173 90.5 267.5t252.5 94.5q34 0 68.5 -5.5t76.5 -15.5l-24 -150q-18 4 -43.5 7t-52.5 3q-87 0 -129 -51.5t-42 -149.5v-137h226v-146h-226v-782l163 -28v-126h-523v126l163 28v782h-169zM773 936v146h169v117q0 182 107 282t296 100 q66 0 132 -16t152 -45l-33 -160q-53 21 -113 36t-123 15q-118 0 -169.5 -52t-51.5 -160v-117h617v-928l163 -28v-126h-523v126l163 28v782h-420v-782l163 -28v-126h-523v126l163 28v782h-169z" />
<glyph unicode="&#xfb04;" horiz-adv-x="2101" d="M70 0zM70 936v146h169v137q0 173 90.5 267.5t252.5 94.5q34 0 68.5 -5.5t76.5 -15.5l-24 -150q-18 4 -43.5 7t-52.5 3q-87 0 -129 -51.5t-42 -149.5v-137h226v-146h-226v-782l163 -28v-126h-523v126l163 28v782h-169zM798 936v146h169v137q0 173 90.5 267.5t252.5 94.5 q34 0 68.5 -5.5t76.5 -15.5l-24 -150q-18 4 -43.5 7t-52.5 3q-87 0 -129 -51.5t-42 -149.5v-137h226v-146h-226v-782l163 -28v-126h-523v126l163 28v782h-169zM1518 0v126l163 28v1251l-163 28v127h360v-1406l163 -28v-126h-523z" />
<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="123" />
<hkern u1="A" u2="t" k="107" />
<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="&#x152;" k="50" />
<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="&#xd8;" k="50" />
<hkern u1="F" u2="&#xd6;" k="50" />
<hkern u1="F" u2="&#xd5;" k="50" />
<hkern u1="F" u2="&#xd4;" k="50" />
<hkern u1="F" u2="&#xd3;" k="50" />
<hkern u1="F" u2="&#xd2;" k="50" />
<hkern u1="F" u2="&#xc7;" k="50" />
<hkern u1="F" u2="&#xc5;" k="299" />
<hkern u1="F" u2="&#xc4;" k="299" />
<hkern u1="F" u2="&#xc3;" k="299" />
<hkern u1="F" u2="&#xc2;" k="299" />
<hkern u1="F" u2="&#xc1;" k="299" />
<hkern u1="F" u2="&#xc0;" k="299" />
<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="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="Q" k="50" />
<hkern u1="F" u2="O" k="50" />
<hkern u1="F" u2="J" k="320" />
<hkern u1="F" u2="G" k="50" />
<hkern u1="F" u2="C" k="50" />
<hkern u1="F" u2="A" k="299" />
<hkern u1="F" u2="&#x2e;" k="234" />
<hkern u1="F" u2="&#x2c;" k="234" />
<hkern u1="F" u2="r" k="26" />
<hkern u1="K" u2="w" k="63" />
<hkern u1="L" u2="w" k="92" />
<hkern u1="N" u2="&#xc5;" k="85" />
<hkern u1="N" u2="&#xc4;" k="85" />
<hkern u1="N" u2="&#xc3;" k="85" />
<hkern u1="N" u2="&#xc2;" k="85" />
<hkern u1="N" u2="&#xc1;" k="85" />
<hkern u1="N" u2="&#xc0;" k="85" />
<hkern u1="N" u2="A" k="85" />
<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="100" />
<hkern u1="R" u2="&#xdd;" k="100" />
<hkern u1="R" u2="Y" k="100" />
<hkern u1="R" u2="V" k="80" />
<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="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="&#x27;" k="-16" />
<hkern u1="f" u2="&#x22;" k="-16" />
<hkern u1="f" u2="&#x7d;" k="-19" />
<hkern u1="f" u2="]" k="-18" />
<hkern u1="f" u2="&#x29;" k="-20" />
<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="l" u2="&#xf6;" k="20" />
<hkern u1="l" u2="&#xf5;" k="20" />
<hkern u1="l" u2="&#xf4;" k="20" />
<hkern u1="l" u2="&#xf3;" k="20" />
<hkern u1="l" u2="&#xf2;" k="20" />
<hkern u1="l" u2="o" k="20" />
<hkern u1="l" u2="g" k="10" />
<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="123" />
<hkern u1="&#xc0;" u2="t" k="107" />
<hkern u1="&#xc0;" u2="&#x3f;" k="61" />
<hkern u1="&#xc1;" u2="w" k="123" />
<hkern u1="&#xc1;" u2="t" k="107" />
<hkern u1="&#xc1;" u2="&#x3f;" k="61" />
<hkern u1="&#xc2;" u2="w" k="123" />
<hkern u1="&#xc2;" u2="t" k="107" />
<hkern u1="&#xc2;" u2="&#x3f;" k="61" />
<hkern u1="&#xc3;" u2="w" k="123" />
<hkern u1="&#xc3;" u2="t" k="107" />
<hkern u1="&#xc3;" u2="&#x3f;" k="61" />
<hkern u1="&#xc4;" u2="w" k="123" />
<hkern u1="&#xc4;" u2="t" k="107" />
<hkern u1="&#xc4;" u2="&#x3f;" k="61" />
<hkern u1="&#xc5;" u2="w" k="123" />
<hkern u1="&#xc5;" u2="t" k="107" />
<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="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="v,y,yacute,ydieresis" k="120" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="80" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="60" />
<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="W" k="149" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="T" k="180" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="u,ugrave,uacute,ucircumflex,udieresis" k="71" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="V" k="264" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="Y,Yacute,Ydieresis" k="256" />
<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="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="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="X" k="50" />
<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="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="80" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Z" k="23" />
<hkern g1="C,Ccedilla" g2="T" k="29" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="v,y,yacute,ydieresis" k="26" />
<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="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" />
<hkern g1="T" g2="v,y,yacute,ydieresis" k="72" />
<hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="28" />
<hkern g1="T" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="99" />
<hkern g1="T" g2="W" k="-15" />
<hkern g1="T" g2="T" k="-16" />
<hkern g1="T" g2="u,ugrave,uacute,ucircumflex,udieresis" k="95" />
<hkern g1="T" g2="V" k="-16" />
<hkern g1="T" g2="Y,Yacute,Ydieresis" k="-16" />
<hkern g1="T" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="218" />
<hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="180" />
<hkern g1="T" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="99" />
<hkern g1="T" g2="x" k="77" />
<hkern g1="T" g2="hyphen,uni00AD,endash,emdash" k="232" />
<hkern g1="T" g2="m,n,p,ntilde" k="79" />
<hkern g1="T" g2="S" k="16" />
<hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="113" />
<hkern g1="T" g2="z" k="60" />
<hkern g1="T" g2="s" k="106" />
<hkern g1="T" g2="J" k="240" />
<hkern g1="K" g2="v,y,yacute,ydieresis" k="40" />
<hkern g1="K" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="120" />
<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="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" />
<hkern g1="K" g2="hyphen,uni00AD,endash,emdash" k="224" />
<hkern g1="K" g2="m,n,p,ntilde" k="23" />
<hkern g1="L" g2="v,y,yacute,ydieresis" k="133" />
<hkern g1="L" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="65" />
<hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="54" />
<hkern g1="L" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="138" />
<hkern g1="L" g2="W" k="143" />
<hkern g1="L" g2="T" k="275" />
<hkern g1="L" g2="u,ugrave,uacute,ucircumflex,udieresis" k="44" />
<hkern g1="L" g2="V" k="256" />
<hkern g1="L" g2="Y,Yacute,Ydieresis" k="239" />
<hkern g1="L" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-19" />
<hkern g1="P" g2="v,y,yacute,ydieresis" k="-15" />
<hkern g1="P" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="13" />
<hkern g1="P" g2="X" k="31" />
<hkern g1="P" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="324" />
<hkern g1="P" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="256" />
<hkern g1="P" g2="Z" k="26" />
<hkern g1="P" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" />
<hkern g1="P" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="11" />
<hkern g1="P" g2="J" k="200" />
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="60" />
<hkern g1="V" g2="v,y,yacute,ydieresis" k="11" />
<hkern g1="V" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="13" />
<hkern g1="V" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="46" />
<hkern g1="V" g2="u,ugrave,uacute,ucircumflex,udieresis" k="28" />
<hkern g1="V" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="225" />
<hkern g1="V" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="264" />
<hkern g1="V" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="44" />
<hkern g1="V" g2="hyphen,uni00AD,endash,emdash" k="37" />
<hkern g1="V" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="46" />
<hkern g1="V" g2="J" k="214" />
<hkern g1="X" g2="v,y,yacute,ydieresis" k="31" />
<hkern g1="X" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="50" />
<hkern g1="X" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="31" />
<hkern g1="X" g2="u,ugrave,uacute,ucircumflex,udieresis" k="21" />
<hkern g1="X" g2="V" k="-14" />
<hkern g1="X" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" />
<hkern g1="X" g2="hyphen,uni00AD,endash,emdash" k="46" />
<hkern g1="Y,Yacute,Ydieresis" g2="v,y,yacute,ydieresis" k="20" />
<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="o,ograve,oacute,ocircumflex,otilde,odieresis" k="105" />
<hkern g1="Y,Yacute,Ydieresis" g2="W" k="-17" />
<hkern g1="Y,Yacute,Ydieresis" g2="T" k="-17" />
<hkern g1="Y,Yacute,Ydieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="39" />
<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="X" k="-13" />
<hkern g1="Y,Yacute,Ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="211" />
<hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="256" />
<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="x" k="23" />
<hkern g1="Y,Yacute,Ydieresis" g2="hyphen,uni00AD,endash,emdash" k="52" />
<hkern g1="Y,Yacute,Ydieresis" g2="m,n,p,ntilde" k="40" />
<hkern g1="Y,Yacute,Ydieresis" g2="S" k="16" />
<hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="73" />
<hkern g1="Y,Yacute,Ydieresis" g2="z" k="30" />
<hkern g1="Y,Yacute,Ydieresis" g2="s" k="108" />
<hkern g1="Y,Yacute,Ydieresis" g2="J" k="213" />
<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="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="43" />
<hkern g1="W" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="31" />
<hkern g1="W" g2="hyphen,uni00AD,endash,emdash" k="60" />
<hkern g1="W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="33" />
<hkern g1="W" g2="J" k="64" />
<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="Z" g2="u,ugrave,uacute,ucircumflex,udieresis" k="19" />
<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="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="v,y,yacute,ydieresis" k="15" />
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="67" />
<hkern g1="c,ccedilla" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="11" />
<hkern g1="b,p,thorn" g2="v,y,yacute,ydieresis" k="11" />
<hkern g1="b,p,thorn" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="29" />
<hkern g1="b,p,thorn" g2="x" k="15" />
<hkern g1="b,p,thorn" g2="z" k="15" />
<hkern g1="b,p,thorn" g2="h,k,l" k="10" />
<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="v,y,yacute,ydieresis" k="13" />
<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="14" />
<hkern g1="h,m,n,ntilde" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="16" />
<hkern g1="h,m,n,ntilde" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="10" />
<hkern g1="h,m,n,ntilde" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="10" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="v,y,yacute,ydieresis" k="15" />
<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="x" k="21" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="z" k="16" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="h,k,l" k="20" />
<hkern g1="v,y,yacute,ydieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-15" />
<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="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="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="15" />
<hkern g1="r" g2="v,y,yacute,ydieresis" k="-18" />
<hkern g1="r" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-16" />
<hkern g1="r" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="20" />
<hkern g1="r" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="123" />
<hkern g1="r" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" />
<hkern g1="r" g2="h,k,l" k="20" />
<hkern g1="x" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="20" />
<hkern g1="x" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="20" />
<hkern g1="z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="16" />
<hkern g1="z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="16" />
<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="o,ograve,oacute,ocircumflex,otilde,odieresis" k="61" />
<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="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="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="50" />
<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" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 80 KiB

View File

@ -0,0 +1,678 @@
<?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="roboto_slabthin" horiz-adv-x="1104" >
<font-face units-per-em="2048" ascent="1638" descent="-410" />
<missing-glyph horiz-adv-x="490" />
<glyph unicode="&#xfb01;" horiz-adv-x="1183" d="M71 1027v55h188v158q0 163 85.5 252t237.5 89q67 0 135 -13.5t133 -43.5l-8 -52q-66 29 -121.5 42t-137.5 13q-126 0 -198 -76t-72 -211v-158h626v-1028h163v-54h-380v54h163v973h-572v-973h163v-54h-380v54h163v973h-188z" />
<glyph unicode="&#xfb02;" horiz-adv-x="1303" d="M89 1027v55h170v138q0 172 101.5 266.5t281.5 94.5q88 0 179.5 -17.5t174.5 -56.5h5v-1453h163v-54h-380v54h163v1419q-68 27 -139 40.5t-165 13.5q-169 0 -249.5 -79t-80.5 -228v-138h304v-55h-304v-973h163v-54h-380v54h163v973h-170z" />
<glyph horiz-adv-x="0" />
<glyph unicode="&#xd;" horiz-adv-x="490" />
<glyph horiz-adv-x="0" />
<glyph unicode="&#x9;" horiz-adv-x="0" />
<glyph unicode=" " horiz-adv-x="490" />
<glyph unicode="&#x09;" horiz-adv-x="490" />
<glyph unicode="&#xa0;" horiz-adv-x="490" />
<glyph unicode="!" horiz-adv-x="437" d="M143 0v134h95v-134h-95zM163 478v978h54v-978h-54z" />
<glyph unicode="&#x22;" horiz-adv-x="665" d="M166 1122l5 268v170h55v-167l-10 -271h-50zM347 1122l6 268v170h54v-167l-10 -271h-50z" />
<glyph unicode="#" horiz-adv-x="1246" d="M63 410v52h281l95 524h-300v54h310l75 416h56l-76 -416h365l76 416h56l-76 -416h254v-54h-264l-96 -524h285v-52h-294l-75 -410h-56l75 410h-364l-74 -410h-56l74 410h-271zM400 462h363l96 524h-365z" />
<glyph unicode="$" horiz-adv-x="1086" d="M83 403l2 6h46q0 -199 121.5 -288t289.5 -89q163 0 262 92t99 220q0 130 -79 205.5t-292 152.5q-215 71 -311.5 156t-96.5 252q0 160 104.5 259.5t281.5 106.5v187h55v-187q181 -10 281.5 -120.5t97.5 -303.5l-2 -5h-47q0 166 -95 271.5t-265 105.5q-174 0 -265.5 -91.5 t-91.5 -220.5q0 -131 73.5 -208t297.5 -150q210 -73 309 -158t99 -250q0 -161 -104 -258.5t-277 -107.5v-188h-55v187q-189 6 -316 108t-122 316z" />
<glyph unicode="%" horiz-adv-x="1457" d="M77 1099v77q0 126 76 213.5t196 87.5q119 0 195 -87.5t76 -213.5v-77q0 -126 -75.5 -212.5t-193.5 -86.5q-122 0 -198 86.5t-76 212.5zM132 1099q0 -100 56.5 -172t162.5 -72q102 0 158 72t56 172v77q0 100 -56.5 173t-159.5 73t-160 -73.5t-57 -172.5v-77zM394 162 l711 1138l45 -31l-711 -1138zM833 279v78q0 125 75.5 212.5t195.5 87.5t196 -87t76 -213v-78q0 -126 -75.5 -213t-194.5 -87q-121 0 -197 87t-76 213zM888 279q0 -101 56 -173t162 -72q103 0 159 72t56 173v78q0 106 -56 175.5t-161 69.5q-103 0 -159.5 -70t-56.5 -175v-78z " />
<glyph unicode="&#x26;" horiz-adv-x="1253" d="M74 352q0 114 67.5 211t188.5 199l51 41q-82 103 -121 188t-39 176q0 149 81.5 229.5t223.5 80.5q132 0 204 -72t72 -190q0 -84 -38.5 -142.5t-108.5 -114.5l-202 -161l475 -540q54 76 84.5 171t30.5 204h55q0 -125 -35 -227.5t-98 -188.5l185 -211l-2 -5h-60l-157 177 l-8 -8t-4 -5q-90 -89 -188.5 -137t-222.5 -48q-202 0 -318 100.5t-116 272.5zM128 352q0 -134 98 -226.5t282 -92.5q110 0 211 47.5t177 135.5l-449 509q-8 8 -15.5 17t-18.5 22l-52 -41q-137 -118 -185 -205.5t-48 -165.5zM276 1169q0 -79 35 -163t110 -172l209 166 q60 50 88 103.5t28 111.5q0 94 -56.5 151t-163.5 57q-120 0 -185 -72.5t-65 -181.5z" />
<glyph unicode="'" horiz-adv-x="421" d="M166 1122l15 267v171h55v-169l-20 -269h-50z" />
<glyph unicode="(" horiz-adv-x="615" d="M114 566v20q0 338 120.5 632.5t290.5 397.5h6l16 -36q-153 -101 -266 -387.5t-113 -602.5v-26q0 -317 113 -603.5t266 -387.5l-16 -36h-6q-172 105 -291.5 390.5t-119.5 638.5z" />
<glyph unicode=")" horiz-adv-x="608" d="M11 -427q152 101 265.5 387.5t113.5 603.5v26q0 316 -113.5 602.5t-265.5 387.5l16 36h6q169 -103 290 -397.5t121 -632.5v-20q0 -353 -120 -638.5t-291 -390.5h-6z" />
<glyph unicode="*" horiz-adv-x="948" d="M66 1141l18 54l362 -133l1 394h56l-7 -395l352 143l20 -53l-360 -137l249 -317l-47 -33l-242 322l-228 -325l-45 32l234 324z" />
<glyph unicode="+" horiz-adv-x="1145" d="M73 649v53h462v504h55v-504h481v-53h-481v-503h-55v503h-462z" />
<glyph unicode="," horiz-adv-x="383" d="M92 -223q46 61 67.5 117.5t21.5 130.5v134h54v-132q0 -88 -28 -158t-78 -124z" />
<glyph unicode="-" horiz-adv-x="789" d="M154 599v54h470v-54h-470z" />
<glyph unicode="." horiz-adv-x="444" d="M145 0v130h86v-130h-86z" />
<glyph unicode="/" horiz-adv-x="776" d="M0 -125l608 1581h59l-608 -1581h-59z" />
<glyph unicode="0" horiz-adv-x="1150" d="M121 574v308q0 284 116 439.5t327 155.5t327.5 -155.5t116.5 -439.5v-308q0 -285 -115.5 -440t-326.5 -155t-328 155.5t-117 439.5zM175 576q0 -252 100.5 -397.5t290.5 -145.5q189 0 288.5 145t99.5 398v306q0 254 -100 397.5t-290 143.5t-289.5 -143.5t-99.5 -397.5 v-306z" />
<glyph unicode="1" horiz-adv-x="821" d="M63 1330v50l392 84v-1410h293v-54h-640v54h293v1352z" />
<glyph unicode="2" d="M76 1052q-5 177 111.5 301t311.5 124q181 0 290.5 -102.5t109.5 -288.5q0 -121 -78.5 -247t-221.5 -293l-417 -487l2 -5h739v239h54v-293h-871v54l477 550q136 157 198.5 271t62.5 211q0 159 -88 248t-257 89q-179 0 -277 -105t-98 -272h-46z" />
<glyph unicode="3" horiz-adv-x="1098" d="M75 399l2 6h46q0 -162 118.5 -267t297.5 -105q180 0 280 92.5t100 256.5q0 170 -114.5 251.5t-310.5 81.5h-111v56h111q183 0 288 91t105 224q0 147 -90.5 242t-266.5 95q-162 0 -269 -95t-107 -253h-46l-2 6q-5 177 118.5 286.5t305.5 109.5q188 0 299.5 -106.5 t111.5 -288.5q0 -115 -72.5 -206t-195.5 -131q142 -35 221 -127t79 -232q0 -190 -121 -298.5t-313 -108.5q-185 0 -327 109.5t-137 310.5z" />
<glyph unicode="4" horiz-adv-x="1170" d="M63 397v30l695 1029h65v-1005h252v-54h-252v-343h163v-54h-380v54h163v343h-706zM147 451h622v929l-6 2l-78 -129z" />
<glyph unicode="5" horiz-adv-x="1061" d="M97 377l2 6h47q0 -172 96 -261t261 -89q194 0 284.5 107t90.5 322q0 184 -90.5 290t-253.5 106q-160 0 -251.5 -53.5t-131.5 -158.5l-41 16l78 794h700v-191h-54v138h-597l-61 -618q63 63 137.5 95t219.5 36q174 5 287 -119t113 -333q0 -223 -105 -354t-325 -131 q-177 0 -294 100.5t-112 297.5z" />
<glyph unicode="6" horiz-adv-x="1107" d="M121 552v328q0 292 128 444.5t325 152.5q76 0 148.5 -16.5t136.5 -53.5l-21 -51q-66 38 -122.5 52.5t-141.5 14.5q-175 0 -287 -134.5t-112 -407.5v-175q47 109 150.5 180t239.5 71q197 0 309 -136t112 -361q0 -207 -121.5 -344t-309.5 -137q-193 0 -313.5 150 t-120.5 423zM175 553q0 -248 104 -384.5t276 -136.5q167 0 272 126t105 302q0 202 -96 322.5t-278 120.5q-153 0 -267.5 -102.5t-114.5 -244.5h-1v-3z" />
<glyph unicode="7" d="M76 1163v293h930v-54q-215 -250 -365.5 -570.5t-195.5 -740.5l-6 -91h-54l6 91q43 394 183.5 719t366.5 592h-811v-239h-54z" />
<glyph unicode="8" horiz-adv-x="1123" d="M92 379q0 133 84.5 231t224.5 135q-122 37 -195 127.5t-73 213.5q0 184 118.5 287.5t303.5 103.5q183 0 303 -104t120 -287q0 -122 -74.5 -213t-195.5 -128q139 -38 225.5 -136t86.5 -230q0 -192 -130.5 -296t-332.5 -104q-206 0 -335.5 104t-129.5 296zM146 374 q0 -161 115 -251t296 -90q176 0 292 90.5t116 250.5q0 154 -118 249t-292 95q-177 0 -293 -95t-116 -249zM187 1091q0 -146 104 -232.5t266 -86.5q157 0 262 87t105 232q0 143 -107 237.5t-262 94.5q-161 0 -264.5 -90.5t-103.5 -241.5z" />
<glyph unicode="9" horiz-adv-x="1125" d="M84 958q0 215 123 367t313 152q200 0 321 -136t121 -418v-343q0 -299 -124 -450t-337 -151q-78 0 -156 16t-157 47l16 57q75 -34 143 -50t154 -16q188 0 293.5 138t105.5 407v123q-56 -109 -158.5 -171t-229.5 -62q-188 0 -308 143.5t-120 346.5zM146 958 q0 -178 100 -307.5t266 -129.5q148 0 248 85.5t140 204.5v111q0 256 -102.5 378.5t-273.5 122.5q-168 0 -273 -140t-105 -325z" />
<glyph unicode=":" horiz-adv-x="364" d="M118 0v130h86v-130h-86zM118 0zM118 949v130h86v-130h-86z" />
<glyph unicode=";" horiz-adv-x="364" d="M76 0zM76 -223q46 61 67.5 117.5t21.5 130.5v134h54v-132q0 -88 -28 -158t-78 -124zM125 952v130h86v-130h-86z" />
<glyph unicode="&#x3c;" horiz-adv-x="1027" d="M76 515v50l837 378v-58l-661 -308l-119 -37v-6l119 -36l661 -303v-59z" />
<glyph unicode="=" horiz-adv-x="1127" d="M147 436v54h834v-54h-834zM147 843v54h834v-54h-834z" />
<glyph unicode="&#x3e;" horiz-adv-x="1052" d="M125 137v59l660 307l118 36v6l-118 37l-660 304v58l836 -378v-50z" />
<glyph unicode="?" horiz-adv-x="901" d="M65 1122q-2 170 96.5 262.5t253.5 92.5q164 0 258.5 -101t94.5 -266q0 -141 -62.5 -243t-190.5 -217q-69 -53 -84 -101.5t-15 -148.5h-54q1 117 20.5 165.5t104.5 126.5q121 116 174 197.5t53 222.5q0 146 -78 229t-221 83q-142 0 -220 -84.5t-81 -223.5h-46zM358 0v106 h82v-106h-82z" />
<glyph unicode="@" horiz-adv-x="1799" d="M86 478q18 427 255.5 680t616.5 253q402 0 592.5 -234t173.5 -654q-10 -219 -114 -381.5t-296 -162.5q-83 0 -135 61t-61 169q-55 -114 -139 -172t-193 -58q-136 0 -203 119t-48 318q23 250 144 401t293 151q83 0 135 -27.5t115 -82.5l-49 -565q-11 -152 36.5 -205.5 t107.5 -53.5q158 0 248.5 134.5t101.5 354.5q20 396 -154 613.5t-559 217.5q-336 0 -564.5 -239.5t-248.5 -636.5q-20 -383 174.5 -629.5t551.5 -246.5q87 0 177.5 22t152.5 58l24 -46q-62 -40 -164 -64.5t-194 -24.5q-380 0 -588 249.5t-189 681.5zM589 416 q-19 -167 31.5 -275t163.5 -108q108 0 194 66.5t144 245.5l42 486q-34 39 -82.5 60.5t-112.5 21.5q-142 0 -248 -126.5t-132 -370.5z" />
<glyph unicode="A" horiz-adv-x="1472" d="M55 0v54h107l524 1402h66l525 -1402h107v-54h-309v54h143l-143 381h-712l-142 -381h143v-54h-309zM383 489h672l-305 820l-28 82h-6l-27 -82z" />
<glyph unicode="B" horiz-adv-x="1303" d="M71 0v54h163v1348h-163v54h163h383q226 0 351 -93t125 -280q0 -130 -67 -219t-189 -111q136 -18 229 -119t93 -233q0 -191 -123.5 -296t-326.5 -105h-638zM288 54h421q184 0 290 91t106 254q0 134 -101.5 227t-284.5 93h-431v-665zM288 773h349q199 0 300 77.5t101 236.5 q0 156 -106.5 235.5t-314.5 79.5h-329v-629z" />
<glyph unicode="C" horiz-adv-x="1373" d="M130 719v18q0 330 176 535t461 205q158 0 286.5 -62t202.5 -169v-254h-55v234q-67 90 -179 143.5t-255 53.5q-259 0 -421 -189t-162 -495v-20q0 -307 161 -496.5t412 -189.5q144 0 261 53.5t183 143.5v234h55v-254q-73 -107 -206 -169t-293 -62q-277 0 -452 205.5 t-175 534.5z" />
<glyph unicode="D" horiz-adv-x="1386" d="M71 0v54h163v1348h-163v54h163h403q251 0 426 -180t175 -459v-178q0 -280 -175 -459.5t-426 -179.5h-566zM288 54h349q227 0 387 166t160 419v181q0 250 -160 416t-387 166h-349v-1348z" />
<glyph unicode="E" horiz-adv-x="1270" d="M71 0v54h163v1348h-163v54h1049v-293h-54v239h-778v-616h630v-54h-630v-678h778v239h54v-293h-1049z" />
<glyph unicode="F" horiz-adv-x="1246" d="M71 0v54h163v1348h-163v54h1065v-293h-54v239h-794v-630h646v-56h-646v-662h163v-54h-380z" />
<glyph unicode="G" horiz-adv-x="1449" d="M130 720v38q0 319 173 519t451 200q166 0 294.5 -57.5t204.5 -163.5v-244h-54l1 224q-69 89 -182 138t-264 49q-257 0 -413.5 -185t-156.5 -478v-40q0 -305 155.5 -496t411.5 -191q161 0 281.5 47t161.5 101v384h-315v55h369v-464q-46 -64 -176.5 -120.5t-320.5 -56.5 q-277 0 -449 205.5t-172 535.5z" />
<glyph unicode="H" horiz-adv-x="1506" d="M71 0v54h163v1348h-163v54h380v-54h-163v-653h930v653h-163v54h163h54h163v-54h-163v-1348h163v-54h-380v54h163v641h-930v-641h163v-54h-380z" />
<glyph unicode="I" horiz-adv-x="598" d="M109 0v54h163v1348h-163v54h380v-54h-163v-1348h163v-54h-380z" />
<glyph unicode="J" horiz-adv-x="1137" d="M46 395l2 6h46q0 -178 97 -273t280 -95q153 0 254 105t101 284v980h-163v54h380v-54h-163v-980q0 -203 -114.5 -323t-294.5 -120q-200 0 -315 106q-110 102 -110 293v17z" />
<glyph unicode="K" horiz-adv-x="1388" d="M71 0v54h163v1348h-163v54h380v-54h-163v-638h238l565 633l-2 5h-168v54h361v-54h-115l-596 -672l639 -676h118v-54h-361v54h163l3 6l-622 651h-223v-657h163v-54h-380z" />
<glyph unicode="L" horiz-adv-x="1161" d="M71 0v54h163v1348h-163v54h163h55h163v-54h-163v-1348h693v239h54v-293h-965z" />
<glyph unicode="M" horiz-adv-x="1824" d="M71 0v54h163v1348h-163v54h163h77l596 -1370h6l598 1370h242v-54h-163v-1348h163v-54h-380v54h163v1307l-6 2l-598 -1363h-43l-595 1356l-6 -2v-1300h163v-54h-380z" />
<glyph unicode="N" horiz-adv-x="1517" d="M71 0v54h163v1348h-163v54h163h55l934 -1353l6 2v1297h-163v54h217h163v-54h-163v-1402h-54l-934 1356l-6 -2v-1300h163v-54h-381z" />
<glyph unicode="O" horiz-adv-x="1488" d="M130 719v18q0 335 168 537.5t440 202.5q271 0 440.5 -202.5t169.5 -537.5v-18q0 -336 -168.5 -538t-439.5 -202q-272 0 -441 202.5t-169 537.5zM185 719q0 -311 151 -498.5t404 -187.5t403.5 187.5t150.5 498.5v20q0 309 -151.5 496.5t-404.5 187.5q-252 0 -402.5 -187.5 t-150.5 -496.5v-20z" />
<glyph unicode="P" horiz-adv-x="1255" d="M71 0v54h163v1348h-163v54h163h405q226 0 348 -113.5t122 -301.5q0 -190 -121.5 -303t-348.5 -113h-351v-571h163v-54h-380zM288 679h351q207 0 311.5 103t104.5 257q0 158 -104 260.5t-312 102.5h-351v-723z" />
<glyph unicode="Q" horiz-adv-x="1478" d="M130 719v18q0 335 168 537.5t440 202.5q271 0 440.5 -202.5t169.5 -537.5v-18q0 -232 -83.5 -404.5t-231.5 -258.5l310 -221l-39 -38l-325 231q-55 -25 -115 -37t-124 -12q-272 0 -441 202.5t-169 537.5zM185 719q0 -311 151 -498.5t404 -187.5t403.5 187.5t150.5 498.5 v20q0 309 -151.5 496.5t-404.5 187.5q-252 0 -402.5 -187.5t-150.5 -496.5v-20z" />
<glyph unicode="R" horiz-adv-x="1364" d="M71 -1v54h163v1348h-163v54h163h414q230 0 354 -99.5t124 -290.5q0 -123 -78.5 -223.5t-214.5 -130.5q157 -27 225 -115t68 -225v-147q0 -86 29.5 -128t87.5 -42h51v-54h-51q-97 0 -134 65.5t-37 160.5v143q0 148 -101.5 231t-289.5 83h-393v-630h163v-54h-380zM288 737 h350q223 0 328.5 94t105.5 234q0 163 -106.5 249.5t-317.5 86.5h-360v-664z" />
<glyph unicode="S" horiz-adv-x="1198" d="M100 204v240h54v-217q78 -102 199 -148t251 -46q192 0 315.5 88t123.5 228q0 137 -100.5 219t-348.5 150q-249 67 -364.5 152.5t-115.5 249.5q0 163 136 260t347 97q164 0 286.5 -56.5t193.5 -169.5v-229h-54v204q-64 97 -171.5 147t-254.5 50q-198 0 -313.5 -88.5 t-115.5 -212.5t95.5 -206t345.5 -146q242 -64 365.5 -156.5t123.5 -262.5q0 -173 -141 -272.5t-353 -99.5q-146 0 -280.5 54.5t-223.5 170.5z" />
<glyph unicode="T" horiz-adv-x="1277" d="M80 1163v293h1114v-293h-54v239h-476v-1348h163v-54h-380v54h163v1348h-476v-239h-54z" />
<glyph unicode="U" horiz-adv-x="1441" d="M60 1402v54h163h54h163v-54h-163v-933q0 -205 124 -320.5t320 -115.5q195 0 319 115.5t124 320.5v933h-163v54h217h163v-54h-163v-933q0 -238 -138 -364t-359 -126q-223 0 -360.5 126.5t-137.5 363.5v933h-163z" />
<glyph unicode="V" horiz-adv-x="1442" d="M57 1402v54h309v-54h-143l469 -1260l26 -79h6l26 79l469 1260h-143v54h309v-54h-107l-524 -1402h-66l-524 1402h-107z" />
<glyph unicode="W" horiz-adv-x="1960" d="M57 1402v54h310v-54h-150l269 -1072l63 -229h6l63 229l364 1126h60l362 -1126l62 -229h6l65 229l266 1072h-149v54h309v-54h-101l-358 -1402h-61l-381 1214l-48 145h-6l-46 -145l-384 -1214h-61l-359 1402h-101z" />
<glyph unicode="X" horiz-adv-x="1391" d="M63 0v54h115l486 689l-466 659h-115v54h338v-54h-156l432 -617l433 617h-155v54h337v-54h-115l-465 -659l486 -689h115v-54h-337v54h155l-454 647l-453 -647h155v-54h-336z" />
<glyph unicode="Y" horiz-adv-x="1429" d="M55 1402v54h316v-54h-131l449 -755l26 -50l27 50l451 755h-131v54h316v-54h-120l-514 -849v-499h163v-54h-381v54h163v499l-515 849h-119z" />
<glyph unicode="Z" horiz-adv-x="1220" d="M92 0v44l929 1359h-835v-240h-54v293h964v-38l-930 -1364h908v239h54v-293h-1036z" />
<glyph unicode="[" horiz-adv-x="527" d="M157 -312v1976h283v-54h-229v-1868h229v-54h-283z" />
<glyph unicode="\" horiz-adv-x="784" d="M36 1456h58l608 -1581h-58z" />
<glyph unicode="]" horiz-adv-x="505" d="M23 -258h228v1868h-228v54h283v-1976h-283v54z" />
<glyph unicode="^" horiz-adv-x="828" d="M71 729l299 727h52l299 -727h-61l-222 543l-40 114h-6l-43 -114l-219 -543h-59z" />
<glyph unicode="_" horiz-adv-x="1134" d="M119 0h846v-54h-846v54z" />
<glyph unicode="`" horiz-adv-x="546" d="M84 1471l2 5h89l220 -261l-2 -5h-75z" />
<glyph unicode="a" horiz-adv-x="1132" d="M104 274q0 146 133 238t357 92h269v158q0 135 -86.5 210.5t-243.5 75.5q-103 0 -192.5 -29t-152.5 -80l-1 -173h-54l1 206q77 57 181.5 93.5t217.5 36.5q174 0 279 -88t105 -254v-542q0 -42 3.5 -83t11.5 -81h130v-54h-177q-13 71 -17.5 106.5t-4.5 76.5v16 q-62 -97 -173.5 -158.5t-262.5 -61.5q-150 0 -236.5 81.5t-86.5 213.5zM158 270q0 -101 74 -169.5t195 -68.5q153 0 266 69t170 191v257h-266q-199 0 -319 -77.5t-120 -201.5z" />
<glyph unicode="b" horiz-adv-x="1088" d="M-8 1506v54h217v-675q54 101 146 159t221 58q191 0 299.5 -151.5t108.5 -408.5v-21q0 -250 -108 -396t-298 -146q-129 0 -223.5 52.5t-147.5 141.5l-7 -173h-45v1506h-163zM209 274q39 -110 132.5 -175.5t237.5 -65.5q171 0 260 132t89 356v21q0 225 -90 365.5 t-261 140.5q-158 0 -244.5 -80.5t-123.5 -197.5v-496z" />
<glyph unicode="c" horiz-adv-x="1086" d="M104 520v42q0 242 117 391t323 149q122 0 226 -50.5t167 -136.5v-232h-54v212q-57 70 -143.5 111.5t-195.5 41.5q-190 0 -288 -136t-98 -350v-42q0 -216 98 -351.5t290 -135.5q137 0 242 75t105 225h46l2 -6v-10q-1 -151 -117 -243q-120 -94 -278 -95q-207 0 -324.5 149 t-117.5 392z" />
<glyph unicode="d" horiz-adv-x="1205" d="M104 521v21q0 257 108 408.5t300 151.5q128 0 220 -58.5t147 -160.5v623h-163v54h163h54v-1506h163v-54h-215l-2 173q-53 -89 -147 -141.5t-222 -52.5q-191 0 -298.5 146t-107.5 396zM160 521q0 -224 88.5 -356t260.5 -132q141 0 234.5 64t135.5 171v507 q-39 116 -126 194.5t-242 78.5q-172 0 -261.5 -140.5t-89.5 -365.5v-21z" />
<glyph unicode="e" d="M112 500v64q0 233 130 385.5t321 152.5q183 0 298.5 -120t115.5 -322v-83h-811v-13v-64q0 -196 115 -331.5t285 -135.5q121 0 202.5 33t139.5 99l29 -42q-64 -71 -155.5 -107.5t-215.5 -36.5q-185 0 -319.5 149.5t-134.5 371.5zM174 637l3 -6h746v33q0 165 -100 274.5 t-260 109.5q-161 0 -268 -117.5t-121 -293.5z" />
<glyph unicode="f" horiz-adv-x="722" d="M89 1027v55h188v178q0 153 74.5 237t208.5 84q33 0 65.5 -4t62.5 -13l-8 -52q-32 8 -56.5 11.5t-62.5 3.5q-108 0 -169 -71t-61 -196v-178h286v-55h-286v-973h163v-54h-380v54h163v973h-188z" />
<glyph unicode="g" horiz-adv-x="1140" d="M112 521v21q0 257 108 408.5t300 151.5q128 0 220.5 -59t146.5 -161l8 200h46v-1068q0 -208 -109.5 -329.5t-299.5 -121.5q-79 0 -164.5 16.5t-149.5 45.5l16 54q73 -32 141 -47.5t155 -15.5q173 0 264.5 106.5t91.5 291.5v157q-54 -88 -147.5 -140t-220.5 -52 q-191 0 -298.5 146t-107.5 396zM167 521q0 -224 89 -356t261 -132q144 0 236.5 66t132.5 177v491q-38 119 -123.5 200t-243.5 81q-172 0 -262 -140.5t-90 -365.5v-21z" />
<glyph unicode="h" horiz-adv-x="1278" d="M62 0v54h163v1452h-163v54h217v-706q50 118 147 183t237 65q169 0 256.5 -107t87.5 -337v-604h163v-54h-381v54h163v606q0 213 -78.5 300.5t-209.5 87.5q-175 0 -268 -104.5t-117 -267.5v-622h163v-54h-380z" />
<glyph unicode="i" horiz-adv-x="609" d="M89 0v54h163v974h-163v54h217v-1028h163v-54h-380zM252 1422v138h54v-138h-54z" />
<glyph unicode="j" horiz-adv-x="555" d="M-13 -417l13 52q18 -6 45.5 -12t53.5 -6q110 0 170.5 77t60.5 217v1117h-163v54h217v-1171q0 -167 -75 -257.5t-210 -90.5q-30 0 -56 5t-56 15zM324 1426v134h54v-134h-54z" />
<glyph unicode="k" horiz-adv-x="1152" d="M62 0v54h163v1452h-163v54h217v-953h127l430 415l-2 6h-119v54h321v-54h-122l-447 -439l489 -535h117v-54h-320v54h126l2 5l-454 494h-148v-499h163v-54h-380z" />
<glyph unicode="l" horiz-adv-x="581" d="M82 0v54h163v1452h-163v54h217v-1506h163v-54h-380z" />
<glyph unicode="m" horiz-adv-x="1980" d="M89 0v54h163v974h-163v54h210l7 -223q49 115 141 179t224 64q140 0 227.5 -71.5t120.5 -220.5q43 138 140.5 215.5t243.5 77.5q179 0 272 -117t93 -368v-563h163v-54h-381v54h163v565q0 235 -84 332t-224 97q-172 0 -260 -103.5t-110 -267.5q0 -20 1 -34.5t1 -28.5v-561 h163v-54h-381v54h163v565q0 236 -84 332.5t-225 96.5q-168 0 -255 -98.5t-111 -255.5v-640h163v-54h-381z" />
<glyph unicode="n" horiz-adv-x="1320" d="M89 0v54h163v974h-163v54h209l7 -223q49 116 143 179.5t232 63.5q177 0 265.5 -111.5t88.5 -353.5v-583h163v-54h-380v54h163v585q0 225 -80.5 317t-218.5 92q-175 0 -264 -104.5t-111 -267.5v-622h163v-54h-380z" />
<glyph unicode="o" horiz-adv-x="1155" d="M104 520v42q0 238 131.5 389t341.5 151q211 0 342.5 -151t131.5 -389v-42q0 -239 -131.5 -390t-340.5 -151q-211 0 -343 151t-132 390zM158 520q0 -204 114 -345.5t307 -141.5q190 0 304 142t114 345v42q0 199 -115 342.5t-305 143.5q-191 0 -305 -143.5t-114 -342.5v-42 z" />
<glyph unicode="p" horiz-adv-x="1161" d="M65 -362h163v1390h-163v54h205l11 -194q54 100 147 157t221 57q191 0 299.5 -151.5t108.5 -408.5v-21q0 -250 -108 -396t-298 -146q-127 0 -221.5 51t-147.5 138v-530h163v-54h-380v54zM282 269q40 -108 134 -172t236 -64q171 0 260.5 132t89.5 356v21q0 225 -90.5 365.5 t-261.5 140.5q-157 0 -244 -79t-124 -194v-506z" />
<glyph unicode="q" horiz-adv-x="1136" d="M104 521v21q0 257 108 408.5t300 151.5q127 0 219.5 -57.5t147.5 -158.5l5 196h49v-1444h163v-54h-380v54h163v532q-54 -88 -148 -139.5t-221 -51.5q-191 0 -298.5 146t-107.5 396zM160 521q0 -224 88.5 -356t260.5 -132q143 0 236.5 65.5t133.5 175.5v494 q-38 115 -126 197.5t-242 82.5q-172 0 -261.5 -140.5t-89.5 -365.5v-21z" />
<glyph unicode="r" horiz-adv-x="803" d="M89 0v54h163v974h-163v54h163h44l10 -188v-37q45 116 134 180.5t219 64.5q23 0 42.5 -3.5t33.5 -7.5l-6 -48l-70 6q-145 0 -235.5 -93.5t-117.5 -246.5v-655h163v-54h-380z" />
<glyph unicode="s" horiz-adv-x="1009" d="M103 122v193h54v-163q59 -63 146 -91t184 -28q150 0 238 70t88 162q0 86 -73.5 156.5t-256.5 110.5q-191 40 -278.5 106.5t-87.5 190.5q0 116 98 194.5t264 78.5q116 0 214.5 -40t158.5 -107v-202h-54v175q-52 58 -132.5 89t-186.5 31q-152 0 -230 -65.5t-78 -151.5 q0 -85 66 -145t262 -105q181 -42 274.5 -114.5t93.5 -202.5q0 -127 -104 -206t-276 -79q-118 0 -217.5 38t-166.5 105z" />
<glyph unicode="t" horiz-adv-x="719" d="M65 1027v55h200v292h55v-292h266v-55h-266v-748q0 -133 45 -189.5t119 -56.5q32 0 57 2t69 7l10 -49q-30 -8 -61.5 -11t-71.5 -3q-109 0 -165.5 71t-56.5 229v748h-200z" />
<glyph unicode="u" horiz-adv-x="1222" d="M44 1028v54h143h54v-619q0 -220 81 -325t219 -105q169 0 259.5 83t115.5 220v692h-163v54h163h55v-1028h163v-54h-208l-8 194q-51 -103 -145.5 -159t-229.5 -56q-167 0 -261.5 118.5t-94.5 367.5v563h-143z" />
<glyph unicode="v" horiz-adv-x="1165" d="M52 1028v54h318v-54h-142l313 -799l51 -146h6l52 146l312 799h-142v54h318v-54h-118l-400 -1027l1 -1h-52l-399 1028h-118z" />
<glyph unicode="w" horiz-adv-x="1687" d="M52 1028v54h322v-54h-148l206 -715l56 -222l6 -1l71 223l243 769h55l242 -769l70 -223l6 1l58 222l204 715h-147v54h323v-54h-113l-299 -1028h-54l-267 813l-48 183h-6l-52 -183l-263 -813h-54l-299 1028h-112z" />
<glyph unicode="x" horiz-adv-x="1192" d="M82 0v54h126l361 501l-341 473h-126v54h318v-54h-124l307 -426l306 426h-124v54h318v-54h-126l-341 -473l361 -501h126v-54h-317v54h124l-328 454l-327 -454h124v-54h-317z" />
<glyph unicode="y" horiz-adv-x="1185" d="M55 1028v54h319v-54h-142l335 -832l40 -108h6l6 16l353 924h-142v54h320v-54h-118l-460 -1208q-44 -114 -102.5 -185.5t-186.5 -71.5q-19 0 -42 3.5t-34 7.5l9 51q11 -3 33 -6t34 -3q92 0 143.5 54t91.5 160l65 176l-410 1022h-118z" />
<glyph unicode="z" horiz-adv-x="1077" d="M120 0v44l711 983h-656v-238h-54v293h783v-48l-711 -980h716v239h54v-293h-843z" />
<glyph unicode="{" horiz-adv-x="693" d="M63 543v66q128 0 189 72t61 204v247q0 171 73 290.5t246 174.5l15 -45q-143 -46 -211.5 -155.5t-68.5 -264.5v-247q0 -120 -52 -202t-159 -107q107 -26 159 -109t52 -202v-245q0 -154 70.5 -260t214.5 -155l-20 -46q-173 55 -246 173t-73 288v245q0 132 -61 205t-189 73z " />
<glyph unicode="|" horiz-adv-x="405" d="M150 -270v1726h54v-1726h-54z" />
<glyph unicode="}" horiz-adv-x="692" d="M27 -395q143 49 213.5 155t70.5 260v245q0 119 51.5 202t159.5 109q-108 25 -159.5 107t-51.5 202v247q0 155 -68.5 264.5t-210.5 155.5l14 45q172 -55 245.5 -174.5t73.5 -290.5v-247q0 -132 61 -204t189 -72v-66q-128 0 -189 -73.5t-61 -204.5v-245q0 -171 -73 -288.5 t-246 -172.5z" />
<glyph unicode="~" horiz-adv-x="1368" d="M121 474q0 128 73.5 214t188.5 86q86 0 158.5 -39.5t164.5 -120.5q67 -62 125 -90t121 -28q86 0 144.5 70.5t58.5 186.5l61 -13q0 -121 -75.5 -209t-188.5 -88q-87 0 -158.5 38t-162.5 121q-68 59 -127.5 88.5t-120.5 29.5q-89 0 -146 -68t-57 -190z" />
<glyph unicode="&#xa1;" horiz-adv-x="435" d="M142 918v164h95v-164h-95zM162 -374v978h54v-978h-54z" />
<glyph unicode="&#xa2;" horiz-adv-x="1063" d="M141 520v42q0 240 115.5 388.5t319.5 151.5v216h55v-218q106 -10 196 -59.5t147 -125.5v-232h-54v212q-57 70 -143.5 111.5t-195.5 41.5q-190 0 -288 -136t-98 -350v-42q0 -216 98 -351.5t290 -135.5q137 0 242 75t105 225h46l2 -6q4 -146 -99 -238t-248 -107v-227h-55 v224q-205 3 -320 151.5t-115 389.5z" />
<glyph unicode="&#xa3;" horiz-adv-x="1151" d="M68 667v54h241l-11 319q0 204 101 320.5t270 116.5q175 0 256 -102t78 -280l-2 -5h-47q0 176 -73.5 254.5t-211.5 78.5q-147 0 -232 -100t-85 -283l11 -319h478v-54h-476l8 -201q0 -125 -36 -235.5t-102 -176.5h755v239h54v-293h-912v54h10q89 16 133 145.5t44 266.5 l-8 201h-243z" />
<glyph unicode="&#xa4;" horiz-adv-x="1461" d="M94 13l179 182q-69 84 -106.5 189.5t-37.5 223.5q0 122 40 230.5t114 193.5l-189 193l40 39l188 -192q80 77 183.5 119.5t219.5 42.5q114 0 217.5 -43t185.5 -121l191 195l41 -40l-193 -196q72 -85 112 -193t40 -228q0 -117 -37 -221.5t-104 -187.5l182 -186l-41 -40 l-180 183q-82 -84 -188.5 -130t-225.5 -46q-120 0 -226.5 45.5t-188.5 128.5l-176 -180zM184 608q0 -238 159 -406.5t382 -168.5q221 0 380.5 168.5t159.5 406.5q0 237 -159.5 405t-380.5 168q-223 0 -382 -168t-159 -405z" />
<glyph unicode="&#xa5;" horiz-adv-x="1381" d="M59 1402v54h315v-54h-129l418 -664l24 -51h5l24 51l417 664h-129v54h316v-54h-121l-455 -726h424v-55h-452v-240h452v-55h-452v-272h163v-54h-380v54h163v272h-450v55h450v240h-450v55h421l-453 726h-121z" />
<glyph unicode="&#xa6;" horiz-adv-x="432" d="M150 -270v752h54v-752h-54zM150 698v758h54v-758h-54z" />
<glyph unicode="&#xa7;" horiz-adv-x="1197" d="M90 -69l2 5l46 2q0 -199 127 -289t304 -90q185 0 290 80.5t105 209.5q0 120 -80.5 188.5t-307.5 128.5q-245 58 -365.5 142.5t-120.5 242.5q0 108 76 179t211 92q-122 48 -182 120.5t-60 187.5q0 157 123 252t329 95q214 0 333 -111.5t115 -313.5l-2 -6h-46 q0 162 -106.5 269.5t-293.5 107.5q-197 0 -297.5 -81.5t-100.5 -208.5q0 -126 79.5 -194t316.5 -135q252 -64 365 -140.5t113 -232.5q0 -105 -82 -176t-222 -91q131 -50 195.5 -122t64.5 -191q0 -161 -122 -253.5t-328 -92.5q-205 0 -344.5 102.5t-134.5 323.5zM144 553 q0 -130 88 -195.5t361 -142.5l69 -19q161 1 254 67t93 165q0 123 -95.5 194.5t-354.5 143.5q-30 6 -57 13.5t-51 16.5q-152 -7 -229.5 -74t-77.5 -169z" />
<glyph unicode="&#xa8;" horiz-adv-x="956" d="M152 1338v118h137v-118h-137zM622 1338v118h136v-118h-136z" />
<glyph unicode="&#xa9;" horiz-adv-x="1596" d="M92 729q0 315 207 531t503 216q295 0 502.5 -216t207.5 -531q0 -316 -207.5 -533t-502.5 -217t-502.5 217t-207.5 533zM148 729q0 -290 191.5 -492.5t462.5 -202.5q269 0 461.5 202.5t192.5 492.5q0 289 -192 490.5t-462 201.5q-271 0 -462.5 -201.5t-191.5 -490.5z M475 669v119q0 172 88.5 279.5t231.5 107.5q139 0 218 -79.5t76 -227.5l-3 -6h-44q0 129 -64 194.5t-183 65.5q-123 0 -194 -95t-71 -238v-120q0 -145 70.5 -238.5t194.5 -93.5q120 0 183 63.5t63 195.5h44l3 -6q3 -150 -75.5 -229t-217.5 -79q-144 0 -232 107t-88 280z" />
<glyph unicode="&#xaa;" horiz-adv-x="860" d="M106 920q0 101 74 157t215 56h220v69q0 105 -51 163t-148 58q-114 0 -175.5 -47t-61.5 -138l-46 5l-2 6q-5 98 74.5 163t210.5 65q115 0 184.5 -71.5t69.5 -204.5v-314q0 -48 6 -92.5t20 -88.5h-58q-10 28 -15.5 58.5t-6.5 61.5q-40 -58 -106.5 -96t-154.5 -38 q-119 0 -184 61t-65 167zM160 924q0 -84 48 -130.5t148 -46.5q87 0 163 47.5t96 105.5v177h-219q-113 0 -174.5 -44t-61.5 -109z" />
<glyph unicode="&#xab;" horiz-adv-x="905" d="M105 146zM105 516v19l295 370h70l-294 -380l294 -379h-70zM392 516v19l295 370h70l-294 -380l294 -379h-70z" />
<glyph unicode="&#xac;" d="M121 700v53h793v-357h-54v304h-739z" />
<glyph unicode="&#xad;" horiz-adv-x="789" d="M154 599v54h470v-54h-470zM154 599z" />
<glyph unicode="&#xae;" horiz-adv-x="1595" d="M92 729q0 315 207 531t503 216q295 0 502.5 -216t207.5 -531q0 -316 -207.5 -533t-502.5 -217q-296 0 -503 217t-207 533zM147 729q0 -290 192 -492.5t463 -202.5q269 0 461.5 202.5t192.5 492.5q0 289 -192 490.5t-462 201.5q-271 0 -463 -201.5t-192 -490.5zM570 316 v850h239q143 0 216 -61t73 -179q0 -73 -40 -125t-113 -81q70 -22 101 -75.5t31 -129.5v-56q0 -38 4 -71.5t13 -55.5v-16h-59q-10 21 -12 61.5t-2 82.5v54q0 94 -42 134t-142 40h-212v-372h-55zM625 744h205q91 0 152 48t61 135q0 96 -52.5 140t-181.5 44h-184v-367z" />
<glyph unicode="&#xaf;" horiz-adv-x="986" d="M154 1403v53h627v-53h-627z" />
<glyph unicode="&#xb0;" horiz-adv-x="739" d="M124 1237q0 98 69 169t167 71q95 0 163.5 -71t68.5 -169q0 -100 -68.5 -168.5t-163.5 -68.5q-98 0 -167 68.5t-69 168.5zM179 1237q0 -79 51.5 -130t129.5 -51q76 0 126 51t50 130q0 80 -50 132.5t-126 52.5q-78 0 -129.5 -53t-51.5 -132z" />
<glyph unicode="&#xb1;" d="M75 751v54h443v462h54v-462h419v-54h-419v-462h-54v462h-443zM231 88v54h835v-54h-835z" />
<glyph unicode="&#xb2;" horiz-adv-x="807" d="M106 667v55l327 300q83 80 114.5 131t31.5 102q0 78 -48 123.5t-144 45.5q-104 0 -160 -51t-56 -131h-48l-3 6q-5 95 69 163t198 68q115 0 181.5 -57.5t66.5 -167.5q0 -70 -49.5 -136.5t-140.5 -154.5l-265 -235l2 -6h475v-55h-551z" />
<glyph unicode="&#xb3;" horiz-adv-x="831" d="M99 882l2 6h48q0 -78 62.5 -128t163.5 -50q106 0 164 45.5t58 125.5q0 86 -55.5 126t-165.5 40h-114v56h114q107 0 157.5 40.5t50.5 116.5q0 73 -52.5 118t-156.5 45q-92 0 -153 -45.5t-61 -119.5h-46l-2 6q-6 94 71 154t191 60q122 0 193 -57.5t71 -163.5 q0 -61 -36 -109t-101 -72q74 -21 112.5 -69.5t38.5 -123.5q0 -107 -77.5 -167.5t-200.5 -60.5q-115 0 -198 58.5t-78 168.5z" />
<glyph unicode="&#xb4;" horiz-adv-x="553" d="M100 1217l220 261h78l2 -5l-231 -261h-67z" />
<glyph unicode="&#xb5;" horiz-adv-x="1282" d="M66 1028v54h163h52v-642q0 -223 85 -315t221 -92q184 0 268 93t102 263v639h-163v54h217v-577h2q0 -16 -0.5 -30.5t-1.5 -36.5v-384h163v-54h-204l-11 205q-48 -109 -138 -167.5t-225 -58.5q-103 0 -185.5 45t-129.5 147v-587h-52v1444h-163z" />
<glyph unicode="&#xb6;" horiz-adv-x="1044" d="M78 988q0 207 129.5 337.5t362.5 130.5h342v-54h-163v-1348h163v-54h-380v54h163v466h-125q-234 0 -363 129.5t-129 338.5z" />
<glyph unicode="&#xb7;" horiz-adv-x="480" d="M159 624v152h118v-152h-118z" />
<glyph unicode="&#xb8;" horiz-adv-x="470" d="M103 -386q104 0 180.5 36t76.5 105q0 64 -45.5 89t-163.5 35l25 121h53l-11 -76q91 -7 144 -45.5t53 -123.5q0 -87 -79 -138.5t-226 -51.5z" />
<glyph unicode="&#xb9;" horiz-adv-x="471" d="M88 1398v56l220 23v-812h-54v747z" />
<glyph unicode="&#xba;" horiz-adv-x="904" d="M121 1025v117q0 148 82 241.5t222 93.5t222.5 -93.5t82.5 -241.5v-117q0 -149 -82 -241.5t-221 -92.5q-141 0 -223.5 92.5t-82.5 241.5zM175 1025q0 -125 63 -202.5t189 -77.5q120 0 185 78.5t65 201.5v117q0 122 -65 201.5t-187 79.5q-121 0 -185.5 -79.5t-64.5 -201.5 v-117z" />
<glyph unicode="&#xbb;" horiz-adv-x="897" d="M105 171l293 379l-293 390h70l294 -380v-19l-294 -370h-70zM105 171zM395 171l293 379l-293 390h70l294 -380v-19l-294 -370h-70z" />
<glyph unicode="&#xbc;" horiz-adv-x="1533" d="M150 0zM150 1397v56l220 23v-812h-54v747zM293 170l711 1138l45 -31l-711 -1138zM748 186v36l435 579h62v-560h176v-55h-176v-186h-55v186h-442zM831 241h359v481l-6 2l-36 -60z" />
<glyph unicode="&#xbd;" horiz-adv-x="1447" d="M150 0zM150 1397v56l220 23v-812h-54v747zM305 170l711 1138l45 -31l-711 -1138zM887 0v55l327 300q83 80 114.5 131t31.5 102q0 78 -48 123.5t-144 45.5q-104 0 -160 -51t-56 -131h-48l-3 6q-5 95 69 163t198 68q115 0 181.5 -57.5t66.5 -167.5q0 -70 -49.5 -136.5 t-140.5 -154.5l-265 -235l2 -6h475v-55h-551z" />
<glyph unicode="&#xbe;" horiz-adv-x="1653" d="M126 0zM131 883l2 6h48q0 -78 62.5 -128t163.5 -50q106 0 164 45.5t58 125.5q0 86 -55.5 126t-165.5 40h-114v56h114q107 0 157.5 40.5t50.5 116.5q0 73 -52.5 118t-156.5 45q-92 0 -153 -45.5t-61 -119.5h-46l-2 6q-6 94 71 154t191 60q122 0 193 -57.5t71 -163.5 q0 -61 -36 -109t-101 -72q74 -21 112.5 -69.5t38.5 -123.5q0 -107 -77.5 -167.5t-200.5 -60.5q-115 0 -198 58.5t-78 168.5zM520 170l711 1138l45 -31l-711 -1138zM973 186v36l435 579h62v-560h176v-55h-176v-186h-55v186h-442zM1056 241h359v481l-6 2l-36 -60z" />
<glyph unicode="&#xbf;" horiz-adv-x="839" d="M58 -27q0 140 62 242t191 218q68 52 83.5 100.5t15.5 149.5h54q-2 -118 -21.5 -166.5t-103.5 -125.5q-122 -117 -174.5 -198.5t-52.5 -221.5q0 -146 77.5 -229t221.5 -83q141 0 219 84.5t82 223.5h46l3 -6q1 -170 -97.5 -262.5t-252.5 -92.5q-165 0 -259 101t-94 266z M386 977v106h82v-106h-82z" />
<glyph unicode="&#xc0;" horiz-adv-x="1472" d="M55 0v54h107l524 1402h66l525 -1402h107v-54h-309v54h143l-143 381h-712l-142 -381h143v-54h-309zM55 0zM383 489h672l-305 820l-28 82h-6l-27 -82zM453 1833l2 5h89l220 -261l-2 -5h-75z" />
<glyph unicode="&#xc1;" horiz-adv-x="1472" d="M55 0v54h107l524 1402h66l525 -1402h107v-54h-309v54h143l-143 381h-712l-142 -381h143v-54h-309zM55 0zM383 489h672l-305 820l-28 82h-6l-27 -82zM649 1550l220 261h78l2 -5l-231 -261h-67z" />
<glyph unicode="&#xc2;" horiz-adv-x="1472" d="M55 0v54h107l524 1402h66l525 -1402h107v-54h-309v54h143l-143 381h-712l-142 -381h143v-54h-309zM55 0zM383 489h672l-305 820l-28 82h-6l-27 -82zM466 1599v17l210 206h80l214 -210v-13h-70l-185 186l-183 -186h-66z" />
<glyph unicode="&#xc3;" horiz-adv-x="1472" d="M55 0v54h107l524 1402h66l525 -1402h107v-54h-309v54h143l-143 381h-712l-142 -381h143v-54h-309zM55 0zM383 489h672l-305 820l-28 82h-6l-27 -82zM424 1613q0 80 50 129.5t126 49.5q72 0 153 -62t134 -62q50 0 85.5 39.5t35.5 101.5l55 -10q0 -82 -51 -134t-125 -52 q-76 0 -154 62.5t-133 62.5q-52 0 -86.5 -37t-34.5 -98z" />
<glyph unicode="&#xc4;" horiz-adv-x="1472" d="M55 0v54h107l524 1402h66l525 -1402h107v-54h-309v54h143l-143 381h-712l-142 -381h143v-54h-309zM55 0zM383 489h672l-305 820l-28 82h-6l-27 -82zM416 1671v118h137v-118h-137zM886 1671v118h136v-118h-136z" />
<glyph unicode="&#xc5;" horiz-adv-x="1472" d="M55 0v54h107l524 1402h66l525 -1402h107v-54h-309v54h143l-143 381h-712l-142 -381h143v-54h-309zM55 0zM383 489h672l-305 820l-28 82h-6l-27 -82zM578 1745q0 56 40 97.5t96 41.5q54 0 93.5 -41t39.5 -98t-39 -96t-94 -39q-56 0 -96 39t-40 96zM635 1745 q0 -34 23 -56.5t56 -22.5q32 0 54 22t22 57t-22 58.5t-54 23.5q-33 0 -56 -23.5t-23 -58.5z" />
<glyph unicode="&#xc6;" horiz-adv-x="2026" d="M51 0v54h119l849 1402h776v-293h-54v239h-642l26 -616h588v-54h-586l28 -678h647v239h54v-293h-915v54h160l-15 371h-628l-223 -371h131v-54h-315zM490 478h594l-39 924l-5 1l-57 -105z" />
<glyph unicode="&#xc7;" horiz-adv-x="1373" d="M130 0zM130 719v18q0 330 176 535t461 205q158 0 286.5 -62t202.5 -169v-254h-55v234q-67 90 -179 143.5t-255 53.5q-259 0 -421 -189t-162 -495v-20q0 -307 161 -496.5t412 -189.5q144 0 261 53.5t183 143.5v234h55v-254q-73 -107 -206 -169t-293 -62q-277 0 -452 205.5 t-175 534.5zM674 -386q104 0 180.5 36t76.5 105q0 64 -45.5 89t-163.5 35l25 121h53l-11 -76q91 -7 144 -45.5t53 -123.5q0 -87 -79 -138.5t-226 -51.5z" />
<glyph unicode="&#xc8;" horiz-adv-x="1270" d="M71 0v54h163v1348h-163v54h1049v-293h-54v239h-778v-616h630v-54h-630v-678h778v239h54v-293h-1049zM71 0zM358 1835l2 5h89l220 -261l-2 -5h-75z" />
<glyph unicode="&#xc9;" horiz-adv-x="1270" d="M71 0v54h163v1348h-163v54h1049v-293h-54v239h-778v-616h630v-54h-630v-678h778v239h54v-293h-1049zM71 0zM554 1552l220 261h78l2 -5l-231 -261h-67z" />
<glyph unicode="&#xca;" horiz-adv-x="1270" d="M71 0v54h163v1348h-163v54h1049v-293h-54v239h-778v-616h630v-54h-630v-678h778v239h54v-293h-1049zM71 0zM371 1601v17l210 206h80l214 -210v-13h-70l-185 186l-183 -186h-66z" />
<glyph unicode="&#xcb;" horiz-adv-x="1270" d="M71 0v54h163v1348h-163v54h1049v-293h-54v239h-778v-616h630v-54h-630v-678h778v239h54v-293h-1049zM71 0zM321 1673v118h137v-118h-137zM791 1673v118h136v-118h-136z" />
<glyph unicode="&#xcc;" horiz-adv-x="598" d="M47 0zM47 1835l2 5h89l220 -261l-2 -5h-75zM109 0v54h163v1348h-163v54h380v-54h-163v-1348h163v-54h-380z" />
<glyph unicode="&#xcd;" horiz-adv-x="598" d="M109 0v54h163v1348h-163v54h380v-54h-163v-1348h163v-54h-380zM109 0zM242 1552l220 261h78l2 -5l-231 -261h-67z" />
<glyph unicode="&#xce;" horiz-adv-x="598" d="M60 0zM60 1601v17l210 206h80l214 -210v-13h-70l-185 186l-183 -186h-66zM109 0v54h163v1348h-163v54h380v-54h-163v-1348h163v-54h-380z" />
<glyph unicode="&#xcf;" horiz-adv-x="598" d="M10 0zM10 1673v118h137v-118h-137zM109 0v54h163v1348h-163v54h380v-54h-163v-1348h163v-54h-380zM480 1673v118h136v-118h-136z" />
<glyph unicode="&#xd0;" horiz-adv-x="1416" d="M101 0v54h163v659h-128v54h128v635h-163v54h566q251 0 426 -180t175 -459v-178q0 -280 -175 -459.5t-426 -179.5h-566zM318 54h349q227 0 387 166t160 419v181q0 250 -160 416t-387 166h-349v-635h405v-54h-405v-659z" />
<glyph unicode="&#xd1;" horiz-adv-x="1517" d="M71 0v54h163v1348h-163v54h163h55l934 -1353l6 2v1297h-163v54h217h163v-54h-163v-1402h-54l-934 1356l-6 -2v-1300h163v-54h-381zM71 0zM436 1615q0 80 50 129.5t126 49.5q72 0 153 -62t134 -62q50 0 85.5 39.5t35.5 101.5l55 -10q0 -82 -51 -134t-125 -52 q-76 0 -154 62.5t-133 62.5q-52 0 -86.5 -37t-34.5 -98z" />
<glyph unicode="&#xd2;" horiz-adv-x="1488" d="M130 0zM130 719v18q0 335 168 537.5t440 202.5q271 0 440.5 -202.5t169.5 -537.5v-18q0 -336 -168.5 -538t-439.5 -202q-272 0 -441 202.5t-169 537.5zM185 719q0 -311 151 -498.5t404 -187.5t403.5 187.5t150.5 498.5v20q0 309 -151.5 496.5t-404.5 187.5 q-252 0 -402.5 -187.5t-150.5 -496.5v-20zM476 1856l2 5h89l220 -261l-2 -5h-75z" />
<glyph unicode="&#xd3;" horiz-adv-x="1488" d="M130 0zM130 719v18q0 335 168 537.5t440 202.5q271 0 440.5 -202.5t169.5 -537.5v-18q0 -336 -168.5 -538t-439.5 -202q-272 0 -441 202.5t-169 537.5zM185 719q0 -311 151 -498.5t404 -187.5t403.5 187.5t150.5 498.5v20q0 309 -151.5 496.5t-404.5 187.5 q-252 0 -402.5 -187.5t-150.5 -496.5v-20zM672 1573l220 261h78l2 -5l-231 -261h-67z" />
<glyph unicode="&#xd4;" horiz-adv-x="1488" d="M130 0zM130 719v18q0 335 168 537.5t440 202.5q271 0 440.5 -202.5t169.5 -537.5v-18q0 -336 -168.5 -538t-439.5 -202q-272 0 -441 202.5t-169 537.5zM185 719q0 -311 151 -498.5t404 -187.5t403.5 187.5t150.5 498.5v20q0 309 -151.5 496.5t-404.5 187.5 q-252 0 -402.5 -187.5t-150.5 -496.5v-20zM489 1622v17l210 206h80l214 -210v-13h-70l-185 186l-183 -186h-66z" />
<glyph unicode="&#xd5;" horiz-adv-x="1488" d="M130 0zM130 719v18q0 335 168 537.5t440 202.5q271 0 440.5 -202.5t169.5 -537.5v-18q0 -336 -168.5 -538t-439.5 -202q-272 0 -441 202.5t-169 537.5zM185 719q0 -311 151 -498.5t404 -187.5t403.5 187.5t150.5 498.5v20q0 309 -151.5 496.5t-404.5 187.5 q-252 0 -402.5 -187.5t-150.5 -496.5v-20zM447 1636q0 80 50 129.5t126 49.5q72 0 153 -62t134 -62q50 0 85.5 39.5t35.5 101.5l55 -10q0 -82 -51 -134t-125 -52q-76 0 -154 62.5t-133 62.5q-52 0 -86.5 -37t-34.5 -98z" />
<glyph unicode="&#xd6;" horiz-adv-x="1488" d="M130 0zM130 719v18q0 335 168 537.5t440 202.5q271 0 440.5 -202.5t169.5 -537.5v-18q0 -336 -168.5 -538t-439.5 -202q-272 0 -441 202.5t-169 537.5zM185 719q0 -311 151 -498.5t404 -187.5t403.5 187.5t150.5 498.5v20q0 309 -151.5 496.5t-404.5 187.5 q-252 0 -402.5 -187.5t-150.5 -496.5v-20zM439 1694v118h137v-118h-137zM909 1694v118h136v-118h-136z" />
<glyph unicode="&#xd7;" horiz-adv-x="1044" d="M79 289l384 393l-357 364l39 39l356 -364l357 364l39 -39l-357 -364l385 -393l-39 -37l-384 391l-384 -391z" />
<glyph unicode="&#xd8;" horiz-adv-x="1411" d="M120 719v18q0 335 168 537.5t440 202.5q104 0 197 -33t168 -94l92 145h66l-116 -183q96 -99 149.5 -246t53.5 -329v-18q0 -336 -168.5 -538t-439.5 -202q-105 0 -197 31.5t-166 93.5l-113 -179h-66l137 217q-99 98 -152 245t-53 332zM175 719q0 -169 46 -303.5 t132 -220.5l6 -1l705 1111q-68 57 -153 87.5t-183 30.5q-252 0 -402.5 -187.5t-150.5 -496.5v-20zM396 149q68 -57 152 -86.5t182 -29.5q253 0 403.5 187.5t150.5 498.5v20q0 166 -46 300t-130 220l-6 1z" />
<glyph unicode="&#xd9;" horiz-adv-x="1441" d="M60 0zM60 1402v54h163h54h163v-54h-163v-933q0 -205 124 -320.5t320 -115.5q195 0 319 115.5t124 320.5v933h-163v54h217h163v-54h-163v-933q0 -238 -138 -364t-359 -126q-223 0 -360.5 126.5t-137.5 363.5v933h-163zM466 1823l2 5h89l220 -261l-2 -5h-75z" />
<glyph unicode="&#xda;" horiz-adv-x="1441" d="M60 0zM60 1402v54h163h54h163v-54h-163v-933q0 -205 124 -320.5t320 -115.5q195 0 319 115.5t124 320.5v933h-163v54h217h163v-54h-163v-933q0 -238 -138 -364t-359 -126q-223 0 -360.5 126.5t-137.5 363.5v933h-163zM662 1540l220 261h78l2 -5l-231 -261h-67z" />
<glyph unicode="&#xdb;" horiz-adv-x="1441" d="M60 0zM60 1402v54h163h54h163v-54h-163v-933q0 -205 124 -320.5t320 -115.5q195 0 319 115.5t124 320.5v933h-163v54h217h163v-54h-163v-933q0 -238 -138 -364t-359 -126q-223 0 -360.5 126.5t-137.5 363.5v933h-163zM479 1589v17l210 206h80l214 -210v-13h-70l-185 186 l-183 -186h-66z" />
<glyph unicode="&#xdc;" horiz-adv-x="1441" d="M60 0zM60 1402v54h163h54h163v-54h-163v-933q0 -205 124 -320.5t320 -115.5q195 0 319 115.5t124 320.5v933h-163v54h217h163v-54h-163v-933q0 -238 -138 -364t-359 -126q-223 0 -360.5 126.5t-137.5 363.5v933h-163zM429 1661v118h137v-118h-137zM899 1661v118h136v-118 h-136z" />
<glyph unicode="&#xdd;" horiz-adv-x="1429" d="M55 0zM55 1402v54h316v-54h-131l449 -755l26 -50l27 50l451 755h-131v54h316v-54h-120l-514 -849v-499h163v-54h-381v54h163v499l-515 849h-119zM658 1541l220 261h78l2 -5l-231 -261h-67z" />
<glyph unicode="&#xde;" horiz-adv-x="1240" d="M70 0v54h163v1348h-163v54h217h163v-54h-163v-259h371q212 0 331 -113t119 -292q0 -180 -119 -292t-331 -112h-371v-280h163v-54h-380zM287 388h371q195 0 295.5 104t100.5 244q0 144 -100 248.5t-296 104.5h-371v-701z" />
<glyph unicode="&#xdf;" horiz-adv-x="1243" d="M55 0v54h163v1028q0 188 89 290t250 102q123 0 207.5 -73t84.5 -195q0 -101 -59.5 -204.5t-59.5 -201.5q0 -90 193 -231.5t193 -291.5q0 -141 -114 -219.5t-253 -78.5q-87 0 -179.5 26t-132.5 63l25 49q42 -34 122.5 -59.5t156.5 -25.5q140 0 230.5 71.5t90.5 182.5 q0 113 -193 252t-193 264q0 105 56.5 212t56.5 194q0 90 -67.5 151t-154.5 61q-134 0 -214.5 -87.5t-80.5 -250.5v-1082h-217z" />
<glyph unicode="&#xe0;" horiz-adv-x="1132" d="M104 0zM104 274q0 146 133 238t357 92h269v158q0 135 -86.5 210.5t-243.5 75.5q-103 0 -192.5 -29t-152.5 -80l-1 -173h-54l1 206q77 57 181.5 93.5t217.5 36.5q174 0 279 -88t105 -254v-542q0 -42 3.5 -83t11.5 -81h130v-54h-177q-13 71 -17.5 106.5t-4.5 76.5v16 q-62 -97 -173.5 -158.5t-262.5 -61.5q-150 0 -236.5 81.5t-86.5 213.5zM158 270q0 -101 74 -169.5t195 -68.5q153 0 266 69t170 191v257h-266q-199 0 -319 -77.5t-120 -201.5zM273 1515l2 5h89l220 -261l-2 -5h-75z" />
<glyph unicode="&#xe1;" horiz-adv-x="1132" d="M104 0zM104 274q0 146 133 238t357 92h269v158q0 135 -86.5 210.5t-243.5 75.5q-103 0 -192.5 -29t-152.5 -80l-1 -173h-54l1 206q77 57 181.5 93.5t217.5 36.5q174 0 279 -88t105 -254v-542q0 -42 3.5 -83t11.5 -81h130v-54h-177q-13 71 -17.5 106.5t-4.5 76.5v16 q-62 -97 -173.5 -158.5t-262.5 -61.5q-150 0 -236.5 81.5t-86.5 213.5zM158 270q0 -101 74 -169.5t195 -68.5q153 0 266 69t170 191v257h-266q-199 0 -319 -77.5t-120 -201.5zM469 1232l220 261h78l2 -5l-231 -261h-67z" />
<glyph unicode="&#xe2;" horiz-adv-x="1132" d="M104 0zM104 274q0 146 133 238t357 92h269v158q0 135 -86.5 210.5t-243.5 75.5q-103 0 -192.5 -29t-152.5 -80l-1 -173h-54l1 206q77 57 181.5 93.5t217.5 36.5q174 0 279 -88t105 -254v-542q0 -42 3.5 -83t11.5 -81h130v-54h-177q-13 71 -17.5 106.5t-4.5 76.5v16 q-62 -97 -173.5 -158.5t-262.5 -61.5q-150 0 -236.5 81.5t-86.5 213.5zM158 270q0 -101 74 -169.5t195 -68.5q153 0 266 69t170 191v257h-266q-199 0 -319 -77.5t-120 -201.5zM286 1281v17l210 206h80l214 -210v-13h-70l-185 186l-183 -186h-66z" />
<glyph unicode="&#xe3;" horiz-adv-x="1132" d="M104 0zM104 274q0 146 133 238t357 92h269v158q0 135 -86.5 210.5t-243.5 75.5q-103 0 -192.5 -29t-152.5 -80l-1 -173h-54l1 206q77 57 181.5 93.5t217.5 36.5q174 0 279 -88t105 -254v-542q0 -42 3.5 -83t11.5 -81h130v-54h-177q-13 71 -17.5 106.5t-4.5 76.5v16 q-62 -97 -173.5 -158.5t-262.5 -61.5q-150 0 -236.5 81.5t-86.5 213.5zM158 270q0 -101 74 -169.5t195 -68.5q153 0 266 69t170 191v257h-266q-199 0 -319 -77.5t-120 -201.5zM244 1295q0 80 50 129.5t126 49.5q72 0 153 -62t134 -62q50 0 85.5 39.5t35.5 101.5l55 -10 q0 -82 -51 -134t-125 -52q-76 0 -154 62.5t-133 62.5q-52 0 -86.5 -37t-34.5 -98z" />
<glyph unicode="&#xe4;" horiz-adv-x="1132" d="M104 0zM104 274q0 146 133 238t357 92h269v158q0 135 -86.5 210.5t-243.5 75.5q-103 0 -192.5 -29t-152.5 -80l-1 -173h-54l1 206q77 57 181.5 93.5t217.5 36.5q174 0 279 -88t105 -254v-542q0 -42 3.5 -83t11.5 -81h130v-54h-177q-13 71 -17.5 106.5t-4.5 76.5v16 q-62 -97 -173.5 -158.5t-262.5 -61.5q-150 0 -236.5 81.5t-86.5 213.5zM158 270q0 -101 74 -169.5t195 -68.5q153 0 266 69t170 191v257h-266q-199 0 -319 -77.5t-120 -201.5zM236 1353v118h137v-118h-137zM706 1353v118h136v-118h-136z" />
<glyph unicode="&#xe5;" horiz-adv-x="1132" d="M104 0zM104 274q0 146 133 238t357 92h269v158q0 135 -86.5 210.5t-243.5 75.5q-103 0 -192.5 -29t-152.5 -80l-1 -173h-54l1 206q77 57 181.5 93.5t217.5 36.5q174 0 279 -88t105 -254v-542q0 -42 3.5 -83t11.5 -81h130v-54h-177q-13 71 -17.5 106.5t-4.5 76.5v16 q-62 -97 -173.5 -158.5t-262.5 -61.5q-150 0 -236.5 81.5t-86.5 213.5zM158 270q0 -101 74 -169.5t195 -68.5q153 0 266 69t170 191v257h-266q-199 0 -319 -77.5t-120 -201.5zM398 1427q0 56 40 97.5t96 41.5q54 0 93.5 -41t39.5 -98t-39 -96t-94 -39q-56 0 -96 39t-40 96z M455 1427q0 -34 23 -56.5t56 -22.5q32 0 54 22t22 57t-22 58.5t-54 23.5q-33 0 -56 -23.5t-23 -58.5z" />
<glyph unicode="&#xe6;" horiz-adv-x="1779" d="M97 284q0 157 111.5 251.5t318.5 94.5h290v90q0 158 -73 243t-219 85q-162 0 -254.5 -78t-92.5 -199l-45 6l-2 6q-5 138 103.5 228.5t290.5 90.5q138 0 227 -73.5t112 -214.5q53 133 157 210.5t236 77.5q188 0 296 -118.5t108 -323.5v-83h-787v-13v-64q0 -208 99 -337.5 t299 -129.5q102 0 186.5 34.5t145.5 96.5l30 -42q-65 -66 -148.5 -104.5t-213.5 -38.5q-143 0 -245 66t-155 185v-12h1q-44 -95 -153 -167t-268 -72q-169 0 -262 82t-93 223zM152 280q0 -117 77.5 -183t221.5 -66q130 0 237 65.5t129 128.5v350h-288q-185 0 -281 -84 t-96 -211zM882 637l2 -5h723v32q0 168 -91.5 276t-258.5 108q-159 0 -260.5 -116.5t-114.5 -294.5z" />
<glyph unicode="&#xe7;" horiz-adv-x="1086" d="M104 0zM104 520v42q0 242 117 391t323 149q122 0 226 -50.5t167 -136.5v-232h-54v212q-57 70 -143.5 111.5t-195.5 41.5q-190 0 -288 -136t-98 -350v-42q0 -216 98 -351.5t290 -135.5q137 0 242 75t105 225h46l2 -6q4 -159 -116.5 -253.5t-278.5 -94.5q-207 0 -324.5 149 t-117.5 392zM471 -395q104 0 180.5 36t76.5 105q0 64 -45.5 89t-163.5 35l25 121h53l-11 -76q91 -7 144 -45.5t53 -123.5q0 -87 -79 -138.5t-226 -51.5z" />
<glyph unicode="&#xe8;" d="M112 0zM112 500v64q0 233 130 385.5t321 152.5q183 0 298.5 -120t115.5 -322v-83h-811v-13v-64q0 -196 115 -331.5t285 -135.5q121 0 202.5 33t139.5 99l29 -42q-64 -71 -155.5 -107.5t-215.5 -36.5q-185 0 -319.5 149.5t-134.5 371.5zM174 637l3 -6h746v33 q0 165 -100 274.5t-260 109.5q-161 0 -268 -117.5t-121 -293.5zM306 1514l2 5h89l220 -261l-2 -5h-75z" />
<glyph unicode="&#xe9;" d="M112 0zM112 500v64q0 233 130 385.5t321 152.5q183 0 298.5 -120t115.5 -322v-83h-811v-13v-64q0 -196 115 -331.5t285 -135.5q121 0 202.5 33t139.5 99l29 -42q-64 -71 -155.5 -107.5t-215.5 -36.5q-185 0 -319.5 149.5t-134.5 371.5zM174 637l3 -6h746v33 q0 165 -100 274.5t-260 109.5q-161 0 -268 -117.5t-121 -293.5zM502 1231l220 261h78l2 -5l-231 -261h-67z" />
<glyph unicode="&#xea;" d="M112 0zM112 500v64q0 233 130 385.5t321 152.5q183 0 298.5 -120t115.5 -322v-83h-811v-13v-64q0 -196 115 -331.5t285 -135.5q121 0 202.5 33t139.5 99l29 -42q-64 -71 -155.5 -107.5t-215.5 -36.5q-185 0 -319.5 149.5t-134.5 371.5zM174 637l3 -6h746v33 q0 165 -100 274.5t-260 109.5q-161 0 -268 -117.5t-121 -293.5zM319 1280v17l210 206h80l214 -210v-13h-70l-185 186l-183 -186h-66z" />
<glyph unicode="&#xeb;" d="M112 0zM112 500v64q0 233 130 385.5t321 152.5q183 0 298.5 -120t115.5 -322v-83h-811v-13v-64q0 -196 115 -331.5t285 -135.5q121 0 202.5 33t139.5 99l29 -42q-64 -71 -155.5 -107.5t-215.5 -36.5q-185 0 -319.5 149.5t-134.5 371.5zM174 637l3 -6h746v33 q0 165 -100 274.5t-260 109.5q-161 0 -268 -117.5t-121 -293.5zM269 1352v118h137v-118h-137zM739 1352v118h136v-118h-136z" />
<glyph unicode="&#xec;" horiz-adv-x="608" d="M24 0zM24 1492l2 5h89l220 -261l-2 -5h-75zM90 0v54h163v974h-163v54h217v-1028h163v-54h-380z" />
<glyph unicode="&#xed;" horiz-adv-x="608" d="M90 0v54h163v974h-163v54h217v-1028h163v-54h-380zM90 0zM219 1210l220 261h78l2 -5l-231 -261h-67z" />
<glyph unicode="&#xee;" horiz-adv-x="608" d="M37 0zM37 1258v17l210 206h80l214 -210v-13h-70l-185 186l-183 -186h-66zM90 0v54h163v974h-163v54h217v-1028h163v-54h-380z" />
<glyph unicode="&#xef;" horiz-adv-x="608" d="M-13 1331v118h137v-118h-137zM0 0zM90 0v54h163v974h-163v54h217v-1028h163v-54h-380zM457 1331v118h136v-118h-136z" />
<glyph unicode="&#xf0;" horiz-adv-x="1170" d="M78 446q0 241 123.5 374t344.5 133q125 0 226.5 -46.5t153.5 -127.5l5 4q-16 163 -73 286t-148 213l-338 -193l-28 48l323 185q-50 41 -108 76.5t-126 68.5l20 50q77 -37 143 -78t121 -88l280 160l29 -48l-266 -152q120 -122 178 -290.5t58 -405.5v-80 q0 -245 -131.5 -400.5t-330.5 -155.5t-327.5 134.5t-128.5 332.5zM133 446q0 -164 109.5 -286.5t295.5 -122.5q179 0 291.5 139.5t112.5 358.5v82q0 10 -0.5 29.5t-0.5 29.5q-40 92 -138.5 155.5t-256.5 63.5q-208 0 -310.5 -124.5t-102.5 -324.5z" />
<glyph unicode="&#xf1;" horiz-adv-x="1320" d="M89 0v54h163v974h-163v54h209l7 -223q49 116 143 179.5t232 63.5q177 0 265.5 -111.5t88.5 -353.5v-583h163v-54h-380v54h163v585q0 225 -80.5 317t-218.5 92q-175 0 -264 -104.5t-111 -267.5v-622h163v-54h-380zM89 0zM347 1293q0 80 50 129.5t126 49.5q72 0 153 -62 t134 -62q50 0 85.5 39.5t35.5 101.5l55 -10q0 -82 -51 -134t-125 -52q-76 0 -154 62.5t-133 62.5q-52 0 -86.5 -37t-34.5 -98z" />
<glyph unicode="&#xf2;" horiz-adv-x="1155" d="M104 0zM104 520v42q0 238 131.5 389t341.5 151q211 0 342.5 -151t131.5 -389v-42q0 -239 -131.5 -390t-340.5 -151q-211 0 -343 151t-132 390zM158 520q0 -204 114 -345.5t307 -141.5q190 0 304 142t114 345v42q0 199 -115 342.5t-305 143.5q-191 0 -305 -143.5 t-114 -342.5v-42zM321 1513l2 5h89l220 -261l-2 -5h-75z" />
<glyph unicode="&#xf3;" horiz-adv-x="1155" d="M104 0zM104 520v42q0 238 131.5 389t341.5 151q211 0 342.5 -151t131.5 -389v-42q0 -239 -131.5 -390t-340.5 -151q-211 0 -343 151t-132 390zM158 520q0 -204 114 -345.5t307 -141.5q190 0 304 142t114 345v42q0 199 -115 342.5t-305 143.5q-191 0 -305 -143.5 t-114 -342.5v-42zM517 1230l220 261h78l2 -5l-231 -261h-67z" />
<glyph unicode="&#xf4;" horiz-adv-x="1155" d="M104 0zM104 520v42q0 238 131.5 389t341.5 151q211 0 342.5 -151t131.5 -389v-42q0 -239 -131.5 -390t-340.5 -151q-211 0 -343 151t-132 390zM158 520q0 -204 114 -345.5t307 -141.5q190 0 304 142t114 345v42q0 199 -115 342.5t-305 143.5q-191 0 -305 -143.5 t-114 -342.5v-42zM334 1279v17l210 206h80l214 -210v-13h-70l-185 186l-183 -186h-66z" />
<glyph unicode="&#xf5;" horiz-adv-x="1155" d="M104 0zM104 520v42q0 238 131.5 389t341.5 151q211 0 342.5 -151t131.5 -389v-42q0 -239 -131.5 -390t-340.5 -151q-211 0 -343 151t-132 390zM158 520q0 -204 114 -345.5t307 -141.5q190 0 304 142t114 345v42q0 199 -115 342.5t-305 143.5q-191 0 -305 -143.5 t-114 -342.5v-42zM292 1293q0 80 50 129.5t126 49.5q72 0 153 -62t134 -62q50 0 85.5 39.5t35.5 101.5l55 -10q0 -82 -51 -134t-125 -52q-76 0 -154 62.5t-133 62.5q-52 0 -86.5 -37t-34.5 -98z" />
<glyph unicode="&#xf6;" horiz-adv-x="1155" d="M104 0zM104 520v42q0 238 131.5 389t341.5 151q211 0 342.5 -151t131.5 -389v-42q0 -239 -131.5 -390t-340.5 -151q-211 0 -343 151t-132 390zM158 520q0 -204 114 -345.5t307 -141.5q190 0 304 142t114 345v42q0 199 -115 342.5t-305 143.5q-191 0 -305 -143.5 t-114 -342.5v-42zM284 1351v118h137v-118h-137zM754 1351v118h136v-118h-136z" />
<glyph unicode="&#xf7;" horiz-adv-x="1148" d="M74 686v52h998v-52h-998zM536 241v122h96v-122h-96zM536 1020v122h96v-122h-96z" />
<glyph unicode="&#xf8;" horiz-adv-x="1155" d="M104 520v42q0 238 131.5 389t341.5 151q69 0 130.5 -17.5t114.5 -50.5l98 185h63l-116 -218q87 -73 135.5 -186t48.5 -253v-42q0 -239 -131.5 -390t-340.5 -151q-62 0 -118.5 14t-105.5 41l-95 -179h-63l111 209q-97 70 -150.5 188.5t-53.5 267.5zM158 520 q0 -126 45 -232.5t128 -167.5h6l458 864q-47 30 -102 47t-116 17q-191 0 -305 -143.5t-114 -342.5v-42zM381 83q42 -25 92 -37.5t106 -12.5q190 0 304 142t114 345v42q0 114 -41 215.5t-113 164.5l-6 1z" />
<glyph unicode="&#xf9;" horiz-adv-x="1222" d="M44 0zM44 1028v54h143h54v-619q0 -220 81 -325t219 -105q169 0 259.5 83t115.5 220v692h-163v54h163h55v-1028h163v-54h-208l-8 194q-51 -103 -145.5 -159t-229.5 -56q-167 0 -261.5 118.5t-94.5 367.5v563h-143zM275 1492l2 5h89l220 -261l-2 -5h-75z" />
<glyph unicode="&#xfa;" horiz-adv-x="1222" d="M44 0zM44 1028v54h143h54v-619q0 -220 81 -325t219 -105q169 0 259.5 83t115.5 220v692h-163v54h163h55v-1028h163v-54h-208l-8 194q-51 -103 -145.5 -159t-229.5 -56q-167 0 -261.5 118.5t-94.5 367.5v563h-143zM471 1210l220 261h78l2 -5l-231 -261h-67z" />
<glyph unicode="&#xfb;" horiz-adv-x="1222" d="M44 0zM44 1028v54h143h54v-619q0 -220 81 -325t219 -105q169 0 259.5 83t115.5 220v692h-163v54h163h55v-1028h163v-54h-208l-8 194q-51 -103 -145.5 -159t-229.5 -56q-167 0 -261.5 118.5t-94.5 367.5v563h-143zM288 1258v17l210 206h80l214 -210v-13h-70l-185 186 l-183 -186h-66z" />
<glyph unicode="&#xfc;" horiz-adv-x="1222" d="M44 0zM44 1028v54h143h54v-619q0 -220 81 -325t219 -105q169 0 259.5 83t115.5 220v692h-163v54h163h55v-1028h163v-54h-208l-8 194q-51 -103 -145.5 -159t-229.5 -56q-167 0 -261.5 118.5t-94.5 367.5v563h-143zM238 1331v118h137v-118h-137zM708 1331v118h136v-118 h-136z" />
<glyph unicode="&#xfd;" horiz-adv-x="1185" d="M55 0zM55 1028v54h319v-54h-142l335 -832l40 -108h6l6 16l353 924h-142v54h320v-54h-118l-460 -1208q-44 -114 -102.5 -185.5t-186.5 -71.5q-19 0 -42 3.5t-34 7.5l9 51q11 -3 33 -6t34 -3q92 0 143.5 54t91.5 160l65 176l-410 1022h-118zM544 1210l220 261h78l2 -5 l-231 -261h-67z" />
<glyph unicode="&#xfe;" horiz-adv-x="1121" d="M65 -362h163v1868h-163v54h217v-671q54 99 147 156t220 57q191 0 299.5 -151.5t108.5 -408.5v-21q0 -250 -108 -396t-298 -146q-127 0 -221.5 51t-147.5 138v-530h163v-54h-380v54zM282 269q40 -108 134 -172t236 -64q171 0 260.5 132t89.5 356v21q0 225 -90.5 365.5 t-261.5 140.5q-157 0 -244 -79t-124 -194v-506z" />
<glyph unicode="&#xff;" horiz-adv-x="1185" d="M55 0zM55 1028v54h319v-54h-142l335 -832l40 -108h6l6 16l353 924h-142v54h320v-54h-118l-460 -1208q-44 -114 -102.5 -185.5t-186.5 -71.5q-19 0 -42 3.5t-34 7.5l9 51q11 -3 33 -6t34 -3q92 0 143.5 54t91.5 160l65 176l-410 1022h-118zM311 1331v118h137v-118h-137z M781 1331v118h136v-118h-136z" />
<glyph unicode="&#x152;" horiz-adv-x="1973" d="M114 576v304q0 265 143 431t374 166q80 0 161.5 -6t170.5 -15h872v-293h-54v239h-778v-616h630v-54h-630v-678h778v239h54v-293h-872q-103 -10 -178 -15.5t-152 -5.5q-231 0 -375 166t-144 431zM168 576q0 -240 127.5 -391.5t337.5 -151.5q37 0 76 0.5t77 2.5v18h163 v1348h-163v18q-38 1 -77 2t-78 1q-211 0 -337 -149t-126 -392v-306z" />
<glyph unicode="&#x153;" horiz-adv-x="1932" d="M104 520v42q0 238 131.5 389t341.5 151q165 0 284.5 -96t165.5 -259q45 161 161 258t265 97q183 0 298.5 -120t115.5 -322v-83h-811v-13v-64q0 -196 115 -331.5t285 -135.5q121 0 202.5 33t139.5 99l29 -42q-64 -71 -155.5 -107.5t-215.5 -36.5q-146 0 -265 97t-165 255 q-47 -163 -165.5 -257.5t-281.5 -94.5q-211 0 -343 151t-132 390zM158 520q0 -204 114 -345.5t307 -141.5q190 0 304 142t114 345v42q0 199 -115 342.5t-305 143.5q-191 0 -305 -143.5t-114 -342.5v-42zM1064 637l3 -6h746v33q0 165 -100 274.5t-260 109.5 q-161 0 -268 -117.5t-121 -293.5z" />
<glyph unicode="&#x178;" horiz-adv-x="1429" d="M55 0zM55 1402v54h316v-54h-131l449 -755l26 -50l27 50l451 755h-131v54h316v-54h-120l-514 -849v-499h163v-54h-381v54h163v499l-515 849h-119zM425 1662v118h137v-118h-137zM895 1662v118h136v-118h-136z" />
<glyph unicode="&#x2c6;" horiz-adv-x="779" d="M104 1252v17l210 206h80l214 -210v-13h-70l-185 186l-183 -186h-66z" />
<glyph unicode="&#x2dc;" horiz-adv-x="923" d="M127 1286q0 80 50 129.5t126 49.5q72 0 153 -62t134 -62q50 0 85.5 39.5t35.5 101.5l55 -10q0 -82 -51 -134t-125 -52q-76 0 -154 62.5t-133 62.5q-52 0 -86.5 -37t-34.5 -98z" />
<glyph unicode="&#x2000;" horiz-adv-x="942" />
<glyph unicode="&#x2001;" horiz-adv-x="1884" />
<glyph unicode="&#x2002;" horiz-adv-x="942" />
<glyph unicode="&#x2003;" horiz-adv-x="1884" />
<glyph unicode="&#x2004;" horiz-adv-x="628" />
<glyph unicode="&#x2005;" horiz-adv-x="471" />
<glyph unicode="&#x2006;" horiz-adv-x="314" />
<glyph unicode="&#x2007;" horiz-adv-x="314" />
<glyph unicode="&#x2008;" horiz-adv-x="235" />
<glyph unicode="&#x2009;" horiz-adv-x="376" />
<glyph unicode="&#x200a;" horiz-adv-x="104" />
<glyph unicode="&#x2010;" horiz-adv-x="789" d="M154 599v54h470v-54h-470z" />
<glyph unicode="&#x2011;" horiz-adv-x="789" d="M154 599v54h470v-54h-470z" />
<glyph unicode="&#x2012;" horiz-adv-x="789" d="M154 599v54h470v-54h-470z" />
<glyph unicode="&#x2013;" horiz-adv-x="1412" d="M149 721v54h1086v-54h-1086zM161 721z" />
<glyph unicode="&#x2014;" horiz-adv-x="1673" d="M116 721v54h1336v-54h-1336zM165 721z" />
<glyph unicode="&#x2018;" horiz-adv-x="320" d="M101 1128v168q0 88 27.5 158t78.5 124l37 -32q-47 -61 -68 -117.5t-21 -130.5v-170h-54z" />
<glyph unicode="&#x2019;" horiz-adv-x="320" d="M77 1143q46 60 67.5 116.5t21.5 131.5v169h54v-167q0 -89 -28 -159t-78 -123z" />
<glyph unicode="&#x201a;" horiz-adv-x="300" d="M47 -150q46 61 67.5 117t21.5 131v170h54v-168q0 -89 -28 -158.5t-78 -123.5z" />
<glyph unicode="&#x201c;" horiz-adv-x="500" d="M101 1128v168q0 88 27.5 158t78.5 124l37 -32q-47 -61 -68 -117.5t-21 -130.5v-170h-54zM101 1128zM281 1128v168q0 88 27.5 158t78.5 124l37 -32q-47 -61 -68 -117.5t-21 -130.5v-170h-54z" />
<glyph unicode="&#x201d;" horiz-adv-x="502" d="M77 1111zM77 1143q46 60 67.5 116.5t21.5 131.5v169h54v-167q0 -89 -28 -159t-78 -123zM259 1143q46 60 67.5 116.5t21.5 131.5v169h54v-167q0 -89 -28 -159t-78 -123z" />
<glyph unicode="&#x201e;" horiz-adv-x="481" d="M47 -150q46 61 67.5 117t21.5 131v170h54v-168q0 -89 -28 -158.5t-78 -123.5zM218 -150q46 61 67.5 117t21.5 131v170h54v-168q0 -89 -28 -158.5t-78 -123.5z" />
<glyph unicode="&#x2022;" horiz-adv-x="655" d="M135 703v70q0 70 45 115t121 45t122 -45.5t46 -114.5v-70q0 -70 -45.5 -114t-121.5 -44q-77 0 -122 44t-45 114z" />
<glyph unicode="&#x2026;" horiz-adv-x="1255" d="M183 0v130h86v-130h-86zM183 0zM567 0v130h86v-130h-86zM936 0v130h86v-130h-86z" />
<glyph unicode="&#x202f;" horiz-adv-x="376" />
<glyph unicode="&#x2039;" horiz-adv-x="559" d="M68 551v19l295 370h70l-294 -380l294 -379h-70z" />
<glyph unicode="&#x203a;" horiz-adv-x="557" d="M83 171l293 379l-293 390h70l294 -380v-19l-294 -370h-70z" />
<glyph unicode="&#x205f;" horiz-adv-x="471" />
<glyph unicode="&#x20ac;" horiz-adv-x="1047" d="M71 553v55h187v222h-187v56h187v56q0 244 130.5 389.5t342.5 145.5q54 0 107 -8t115 -23v-58q-53 16 -109.5 25.5t-112.5 9.5q-193 0 -306 -128.5t-113 -350.5v-58h593v-56h-593v-222h593v-55h-593v-39q0 -219 114.5 -350t306.5 -131q57 0 113 8.5t107 25.5v-57 q-52 -15 -108 -23t-112 -8q-212 0 -343.5 145t-131.5 390v39h-187z" />
<glyph unicode="&#x2122;" horiz-adv-x="1238" d="M98 1399v57h384v-57h-158v-480h-56v480h-170zM560 919v537h75l181 -452h6l183 452h69v-537h-55v421l-6 1l-169 -422h-51l-172 436l-6 -1v-435h-55z" />
<glyph unicode="&#x25fc;" horiz-adv-x="1080" d="M0 0v1080h1080v-1080h-1080z" />
<glyph unicode="&#xfb03;" horiz-adv-x="1905" d="M89 0zM89 1027v55h188v178q0 153 74.5 237t208.5 84q33 0 65.5 -4t62.5 -13l-8 -52q-32 8 -56.5 11.5t-62.5 3.5q-108 0 -169 -71t-61 -196v-178h286v-55h-286v-973h163v-54h-380v54h163v973h-188zM793 1027v55h188v158q0 163 85.5 252t237.5 89q67 0 135 -13.5 t133 -43.5l-8 -52q-66 29 -121.5 42t-137.5 13q-126 0 -198 -76t-72 -211v-158h626v-1028h163v-54h-380v54h163v973h-572v-973h163v-54h-380v54h163v973h-188z" />
<glyph unicode="&#xfb04;" horiz-adv-x="2025" d="M89 0zM89 1027v55h188v178q0 153 74.5 237t208.5 84q33 0 65.5 -4t62.5 -13l-8 -52q-32 8 -56.5 11.5t-62.5 3.5q-108 0 -169 -71t-61 -196v-178h286v-55h-286v-973h163v-54h-380v54h163v973h-188zM811 1027v55h188v178q0 153 74.5 237t208.5 84q33 0 65.5 -4t62.5 -13 l-8 -52q-32 8 -56.5 11.5t-62.5 3.5q-108 0 -169 -71t-61 -196v-178h286v-55h-286v-973h163v-54h-380v54h163v973h-188zM1526 0v54h163v1452h-163v54h217v-1506h163v-54h-380z" />
<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="123" />
<hkern u1="A" u2="t" k="107" />
<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="&#x152;" k="50" />
<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="&#xd8;" k="50" />
<hkern u1="F" u2="&#xd6;" k="50" />
<hkern u1="F" u2="&#xd5;" k="50" />
<hkern u1="F" u2="&#xd4;" k="50" />
<hkern u1="F" u2="&#xd3;" k="50" />
<hkern u1="F" u2="&#xd2;" k="50" />
<hkern u1="F" u2="&#xc7;" k="50" />
<hkern u1="F" u2="&#xc5;" k="299" />
<hkern u1="F" u2="&#xc4;" k="299" />
<hkern u1="F" u2="&#xc3;" k="299" />
<hkern u1="F" u2="&#xc2;" k="299" />
<hkern u1="F" u2="&#xc1;" k="299" />
<hkern u1="F" u2="&#xc0;" k="299" />
<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="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="Q" k="50" />
<hkern u1="F" u2="O" k="50" />
<hkern u1="F" u2="J" k="320" />
<hkern u1="F" u2="G" k="50" />
<hkern u1="F" u2="C" k="50" />
<hkern u1="F" u2="A" k="299" />
<hkern u1="F" u2="&#x2e;" k="234" />
<hkern u1="F" u2="&#x2c;" k="234" />
<hkern u1="F" u2="r" k="26" />
<hkern u1="K" u2="w" k="63" />
<hkern u1="L" u2="w" k="92" />
<hkern u1="N" u2="&#xc5;" k="85" />
<hkern u1="N" u2="&#xc4;" k="85" />
<hkern u1="N" u2="&#xc3;" k="85" />
<hkern u1="N" u2="&#xc2;" k="85" />
<hkern u1="N" u2="&#xc1;" k="85" />
<hkern u1="N" u2="&#xc0;" k="85" />
<hkern u1="N" u2="A" k="85" />
<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="100" />
<hkern u1="R" u2="&#xdd;" k="100" />
<hkern u1="R" u2="Y" k="100" />
<hkern u1="R" u2="V" k="80" />
<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="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="&#x27;" k="-16" />
<hkern u1="f" u2="&#x22;" k="-16" />
<hkern u1="f" u2="&#x7d;" k="-19" />
<hkern u1="f" u2="]" k="-18" />
<hkern u1="f" u2="&#x29;" k="-20" />
<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="l" u2="&#xf6;" k="20" />
<hkern u1="l" u2="&#xf5;" k="20" />
<hkern u1="l" u2="&#xf4;" k="20" />
<hkern u1="l" u2="&#xf3;" k="20" />
<hkern u1="l" u2="&#xf2;" k="20" />
<hkern u1="l" u2="o" k="20" />
<hkern u1="l" u2="g" k="10" />
<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="123" />
<hkern u1="&#xc0;" u2="t" k="107" />
<hkern u1="&#xc0;" u2="&#x3f;" k="61" />
<hkern u1="&#xc1;" u2="w" k="123" />
<hkern u1="&#xc1;" u2="t" k="107" />
<hkern u1="&#xc1;" u2="&#x3f;" k="61" />
<hkern u1="&#xc2;" u2="w" k="123" />
<hkern u1="&#xc2;" u2="t" k="107" />
<hkern u1="&#xc2;" u2="&#x3f;" k="61" />
<hkern u1="&#xc3;" u2="w" k="123" />
<hkern u1="&#xc3;" u2="t" k="107" />
<hkern u1="&#xc3;" u2="&#x3f;" k="61" />
<hkern u1="&#xc4;" u2="w" k="123" />
<hkern u1="&#xc4;" u2="t" k="107" />
<hkern u1="&#xc4;" u2="&#x3f;" k="61" />
<hkern u1="&#xc5;" u2="w" k="123" />
<hkern u1="&#xc5;" u2="t" k="107" />
<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="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="v,y,yacute,ydieresis" k="120" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="80" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="60" />
<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="W" k="149" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="T" k="180" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="u,ugrave,uacute,ucircumflex,udieresis" k="71" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="V" k="264" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="Y,Yacute,Ydieresis" k="256" />
<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="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="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="X" k="50" />
<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="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="80" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Z" k="23" />
<hkern g1="C,Ccedilla" g2="T" k="29" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="v,y,yacute,ydieresis" k="26" />
<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="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" />
<hkern g1="T" g2="v,y,yacute,ydieresis" k="72" />
<hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="28" />
<hkern g1="T" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="99" />
<hkern g1="T" g2="W" k="-15" />
<hkern g1="T" g2="T" k="-16" />
<hkern g1="T" g2="u,ugrave,uacute,ucircumflex,udieresis" k="95" />
<hkern g1="T" g2="V" k="-16" />
<hkern g1="T" g2="Y,Yacute,Ydieresis" k="-16" />
<hkern g1="T" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="218" />
<hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="180" />
<hkern g1="T" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="99" />
<hkern g1="T" g2="x" k="77" />
<hkern g1="T" g2="hyphen,uni00AD,endash,emdash" k="232" />
<hkern g1="T" g2="m,n,p,ntilde" k="79" />
<hkern g1="T" g2="S" k="16" />
<hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="113" />
<hkern g1="T" g2="z" k="60" />
<hkern g1="T" g2="s" k="106" />
<hkern g1="T" g2="J" k="240" />
<hkern g1="K" g2="v,y,yacute,ydieresis" k="40" />
<hkern g1="K" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="120" />
<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="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" />
<hkern g1="K" g2="hyphen,uni00AD,endash,emdash" k="224" />
<hkern g1="K" g2="m,n,p,ntilde" k="23" />
<hkern g1="L" g2="v,y,yacute,ydieresis" k="133" />
<hkern g1="L" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="65" />
<hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="54" />
<hkern g1="L" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="138" />
<hkern g1="L" g2="W" k="143" />
<hkern g1="L" g2="T" k="275" />
<hkern g1="L" g2="u,ugrave,uacute,ucircumflex,udieresis" k="44" />
<hkern g1="L" g2="V" k="256" />
<hkern g1="L" g2="Y,Yacute,Ydieresis" k="239" />
<hkern g1="L" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-19" />
<hkern g1="P" g2="v,y,yacute,ydieresis" k="-15" />
<hkern g1="P" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="13" />
<hkern g1="P" g2="X" k="31" />
<hkern g1="P" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="324" />
<hkern g1="P" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="256" />
<hkern g1="P" g2="Z" k="26" />
<hkern g1="P" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" />
<hkern g1="P" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="11" />
<hkern g1="P" g2="J" k="200" />
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="60" />
<hkern g1="V" g2="v,y,yacute,ydieresis" k="11" />
<hkern g1="V" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="13" />
<hkern g1="V" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="46" />
<hkern g1="V" g2="u,ugrave,uacute,ucircumflex,udieresis" k="28" />
<hkern g1="V" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="225" />
<hkern g1="V" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="264" />
<hkern g1="V" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="44" />
<hkern g1="V" g2="hyphen,uni00AD,endash,emdash" k="37" />
<hkern g1="V" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="46" />
<hkern g1="V" g2="J" k="214" />
<hkern g1="X" g2="v,y,yacute,ydieresis" k="31" />
<hkern g1="X" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="50" />
<hkern g1="X" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="31" />
<hkern g1="X" g2="u,ugrave,uacute,ucircumflex,udieresis" k="21" />
<hkern g1="X" g2="V" k="-14" />
<hkern g1="X" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" />
<hkern g1="X" g2="hyphen,uni00AD,endash,emdash" k="46" />
<hkern g1="Y,Yacute,Ydieresis" g2="v,y,yacute,ydieresis" k="20" />
<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="o,ograve,oacute,ocircumflex,otilde,odieresis" k="105" />
<hkern g1="Y,Yacute,Ydieresis" g2="W" k="-17" />
<hkern g1="Y,Yacute,Ydieresis" g2="T" k="-17" />
<hkern g1="Y,Yacute,Ydieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="39" />
<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="X" k="-13" />
<hkern g1="Y,Yacute,Ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="211" />
<hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="256" />
<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="x" k="23" />
<hkern g1="Y,Yacute,Ydieresis" g2="hyphen,uni00AD,endash,emdash" k="52" />
<hkern g1="Y,Yacute,Ydieresis" g2="m,n,p,ntilde" k="40" />
<hkern g1="Y,Yacute,Ydieresis" g2="S" k="16" />
<hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="73" />
<hkern g1="Y,Yacute,Ydieresis" g2="z" k="30" />
<hkern g1="Y,Yacute,Ydieresis" g2="s" k="108" />
<hkern g1="Y,Yacute,Ydieresis" g2="J" k="213" />
<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="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="43" />
<hkern g1="W" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="31" />
<hkern g1="W" g2="hyphen,uni00AD,endash,emdash" k="60" />
<hkern g1="W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="33" />
<hkern g1="W" g2="J" k="64" />
<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="Z" g2="u,ugrave,uacute,ucircumflex,udieresis" k="19" />
<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="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="v,y,yacute,ydieresis" k="15" />
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="67" />
<hkern g1="c,ccedilla" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="11" />
<hkern g1="b,p,thorn" g2="v,y,yacute,ydieresis" k="11" />
<hkern g1="b,p,thorn" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="29" />
<hkern g1="b,p,thorn" g2="x" k="15" />
<hkern g1="b,p,thorn" g2="z" k="15" />
<hkern g1="b,p,thorn" g2="h,k,l" k="10" />
<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="v,y,yacute,ydieresis" k="13" />
<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="14" />
<hkern g1="h,m,n,ntilde" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="16" />
<hkern g1="h,m,n,ntilde" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="10" />
<hkern g1="h,m,n,ntilde" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="10" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="v,y,yacute,ydieresis" k="15" />
<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="x" k="21" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="z" k="16" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="h,k,l" k="20" />
<hkern g1="v,y,yacute,ydieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-15" />
<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="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="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="15" />
<hkern g1="r" g2="v,y,yacute,ydieresis" k="-18" />
<hkern g1="r" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-16" />
<hkern g1="r" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="20" />
<hkern g1="r" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="123" />
<hkern g1="r" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" />
<hkern g1="r" g2="h,k,l" k="20" />
<hkern g1="x" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="20" />
<hkern g1="x" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="20" />
<hkern g1="z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="16" />
<hkern g1="z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="16" />
<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="o,ograve,oacute,ocircumflex,otilde,odieresis" k="61" />
<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="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="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="50" />
<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" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 79 KiB

View File

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 72 KiB

View File

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 76 KiB

View File

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 73 KiB

View File

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 77 KiB

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