This commit is contained in:
2018-08-20 13:55:35 +02:00
parent 0172f56950
commit f9e0e6499e
64 changed files with 2808 additions and 4092 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<?php <?php
return [ return [
'@class' => 'Grav\\Common\\Config\\CompiledBlueprints', '@class' => 'Grav\\Common\\Config\\CompiledBlueprints',
'timestamp' => 1533216532, 'timestamp' => 1534765163,
'checksum' => '634995e03e46ea3655d934b8b9baffec', 'checksum' => '634995e03e46ea3655d934b8b9baffec',
'files' => [ 'files' => [
'system/blueprints/config' => [ 'system/blueprints/config' => [
+3 -3
View File
@@ -1,8 +1,8 @@
<?php <?php
return [ return [
'@class' => 'Grav\\Common\\Config\\CompiledConfig', '@class' => 'Grav\\Common\\Config\\CompiledConfig',
'timestamp' => 1533216532, 'timestamp' => 1534765163,
'checksum' => 'd9a7367a4562634893bd9167bee60ea2', 'checksum' => '7adbe84cc57035a63d4d2b97ec1cdfc4',
'files' => [ 'files' => [
'user/config' => [ 'user/config' => [
'media' => [ 'media' => [
@@ -27,7 +27,7 @@ return [
], ],
'system' => [ 'system' => [
'file' => 'user/config/system.yaml', 'file' => 'user/config/system.yaml',
'modified' => 1533216531 'modified' => 1534765162
] ]
], ],
'system/config' => [ 'system/config' => [
@@ -1,18 +0,0 @@
<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/blueprints/admin/pages/move.yaml',
'modified' => 1533014916,
'data' => [
'form' => [
'validation' => 'loose',
'fields' => [
'route' => [
'type' => 'parents',
'label' => 'PLUGIN_ADMIN.PARENT',
'classes' => 'fancy'
]
]
]
]
];
@@ -0,0 +1,52 @@
<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/blueprints/config/media.yaml',
'modified' => 1533014916,
'data' => [
'title' => 'PLUGIN_ADMIN.MEDIA',
'form' => [
'validation' => 'loose',
'fields' => [
'types' => [
'name' => 'medias',
'type' => 'list',
'label' => 'PLUGIN_ADMIN.MEDIA_TYPES',
'style' => 'vertical',
'key' => 'extension',
'controls' => 'both',
'collapsed' => true,
'fields' => [
'.extension' => [
'type' => 'key',
'label' => 'PLUGIN_ADMIN.FILE_EXTENSION'
],
'.type' => [
'type' => 'text',
'label' => 'PLUGIN_ADMIN.TYPE'
],
'.thumb' => [
'type' => 'text',
'label' => 'PLUGIN_ADMIN.THUMB'
],
'.mime' => [
'type' => 'text',
'label' => 'PLUGIN_ADMIN.MIME_TYPE',
'validate' => [
'type' => 'lower'
]
],
'.image' => [
'type' => 'textarea',
'yaml' => true,
'label' => 'PLUGIN_ADMIN.IMAGE_OPTIONS',
'validate' => [
'type' => 'yaml'
]
]
]
]
]
]
]
];
@@ -2,7 +2,7 @@
return [ return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile', '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/mnt/data/Sites/hehe.net/user/config/system.yaml', 'filename' => '/mnt/data/Sites/hehe.net/user/config/system.yaml',
'modified' => 1533216531, 'modified' => 1534765162,
'data' => [ 'data' => [
'absolute_urls' => false, 'absolute_urls' => false,
'param_sep' => ':', 'param_sep' => ':',
@@ -1,68 +0,0 @@
<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/blueprints/admin/pages/modular_new.yaml',
'modified' => 1533014916,
'data' => [
'rules' => [
'slug' => [
'pattern' => '[a-zA-Zа-яA-Я0-9_\\-]+',
'min' => 1,
'max' => 200
]
],
'form' => [
'validation' => 'loose',
'fields' => [
'section' => [
'type' => 'section',
'title' => 'PLUGIN_ADMIN.ADD_MODULAR_CONTENT'
],
'title' => [
'type' => 'text',
'label' => 'PLUGIN_ADMIN.PAGE_TITLE',
'validate' => [
'required' => true
]
],
'folder' => [
'type' => 'text',
'label' => 'PLUGIN_ADMIN.FOLDER_NAME',
'validate' => [
'rule' => 'slug',
'required' => true
]
],
'route' => [
'type' => 'parents',
'label' => 'PLUGIN_ADMIN.PAGE',
'classes' => 'fancy',
'validate' => [
'required' => true
]
],
'name' => [
'type' => 'select',
'classes' => 'fancy',
'label' => 'PLUGIN_ADMIN.MODULAR_TEMPLATE',
'help' => 'PLUGIN_ADMIN.PAGE_FILE_HELP',
'default' => 'default',
'data-options@' => '\\Grav\\Plugin\\AdminPlugin::pagesModularTypes',
'validate' => [
'required' => true
]
],
'modular' => [
'type' => 'hidden',
'default' => 1,
'validate' => [
'type' => 'bool'
]
],
'blueprint' => [
'type' => 'blueprint'
]
]
]
]
];
@@ -1,126 +0,0 @@
<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/blueprints/admin/pages/raw.yaml',
'modified' => 1533014916,
'data' => [
'rules' => [
'slug' => [
'pattern' => '[a-zA-Zа-яA-Я0-9_\\-]+',
'min' => 1,
'max' => 200
]
],
'form' => [
'validation' => 'loose',
'fields' => [
'tabs' => [
'type' => 'tabs',
'active' => 1,
'fields' => [
'content' => [
'type' => 'tab',
'title' => 'PLUGIN_ADMIN.CONTENT',
'fields' => [
'frontmatter' => [
'classes' => 'frontmatter',
'type' => 'editor',
'label' => 'PLUGIN_ADMIN.FRONTMATTER',
'autofocus' => true,
'codemirror' => [
'mode' => 'yaml',
'indentUnit' => 4,
'autofocus' => true,
'indentWithTabs' => false,
'lineNumbers' => true,
'styleActiveLine' => true,
'gutters' => [
0 => 'CodeMirror-lint-markers'
],
'lint' => true
]
],
'content' => [
'type' => 'markdown'
],
'header.media_order' => [
'type' => 'pagemedia',
'label' => 'PLUGIN_ADMIN.PAGE_MEDIA'
]
]
],
'options' => [
'type' => 'tab',
'title' => 'PLUGIN_ADMIN.OPTIONS',
'fields' => [
'columns' => [
'type' => 'columns',
'fields' => [
'column1' => [
'type' => 'column',
'fields' => [
'ordering' => [
'type' => 'toggle',
'label' => 'PLUGIN_ADMIN.FOLDER_NUMERIC_PREFIX',
'help' => 'PLUGIN_ADMIN.FOLDER_NUMERIC_PREFIX_HELP',
'highlight' => 1,
'options' => [
1 => 'PLUGIN_ADMIN.ENABLED',
0 => 'PLUGIN_ADMIN.DISABLED'
],
'validate' => [
'type' => 'bool'
]
],
'folder' => [
'type' => 'text',
'label' => 'PLUGIN_ADMIN.FOLDER_NAME',
'help' => 'PLUGIN_ADMIN.FOLDER_NAME_HELP',
'validate' => [
'rule' => 'slug',
'required' => true
]
],
'route' => [
'type' => 'parents',
'label' => 'PLUGIN_ADMIN.PARENT',
'classes' => 'fancy',
'validate' => [
'required' => true
]
],
'name' => [
'type' => 'select',
'classes' => 'fancy',
'label' => 'PLUGIN_ADMIN.DISPLAY_TEMPLATE',
'help' => 'PLUGIN_ADMIN.DISPLAY_TEMPLATE_HELP',
'default' => 'default',
'data-options@' => '\\Grav\\Plugin\\AdminPlugin::pagesTypes',
'validate' => [
'required' => true
]
]
]
],
'column2' => [
'type' => 'column',
'fields' => [
'order' => [
'type' => 'order',
'label' => 'PLUGIN_ADMIN.ORDERING'
]
]
]
]
],
'blueprint' => [
'type' => 'blueprint'
]
]
]
]
]
]
]
]
];
@@ -1,44 +0,0 @@
<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/blueprints/admin/pages/new_folder.yaml',
'modified' => 1533014916,
'data' => [
'rules' => [
'slug' => [
'pattern' => '[a-zA-Zа-яA-Я0-9_\\-]+',
'min' => 1,
'max' => 200
]
],
'form' => [
'validation' => 'loose',
'fields' => [
'section' => [
'type' => 'section',
'title' => 'PLUGIN_ADMIN.ADD_FOLDER'
],
'folder' => [
'type' => 'text',
'label' => 'PLUGIN_ADMIN.FOLDER_NAME',
'help' => 'PLUGIN_ADMIN.FOLDER_NAME_HELP',
'validate' => [
'rule' => 'slug',
'required' => true
]
],
'route' => [
'type' => 'parents',
'label' => 'PLUGIN_ADMIN.PARENT_PAGE',
'classes' => 'fancy',
'validate' => [
'required' => true
]
],
'blueprint' => [
'type' => 'blueprint'
]
]
]
]
];
@@ -0,0 +1,139 @@
<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/mnt/data/Sites/hehe.net/system/blueprints/user/account.yaml',
'modified' => 1533014916,
'data' => [
'title' => 'Account',
'form' => [
'validation' => 'loose',
'fields' => [
'info' => [
'type' => 'userinfo',
'size' => 'large'
],
'avatar' => [
'type' => 'file',
'size' => 'large',
'destination' => 'user://accounts/avatars',
'multiple' => false,
'random_name' => true
],
'content' => [
'type' => 'section',
'title' => 'PLUGIN_ADMIN.ACCOUNT',
'underline' => true
],
'username' => [
'type' => 'text',
'size' => 'large',
'label' => 'PLUGIN_ADMIN.USERNAME',
'disabled' => true,
'readonly' => true
],
'email' => [
'type' => 'email',
'size' => 'large',
'label' => 'PLUGIN_ADMIN.EMAIL',
'validate' => [
'type' => 'email',
'message' => 'PLUGIN_ADMIN.EMAIL_VALIDATION_MESSAGE',
'required' => true
]
],
'password' => [
'type' => 'password',
'size' => 'large',
'label' => 'PLUGIN_ADMIN.PASSWORD',
'autocomplete' => 'new-password',
'validate' => [
'required' => false,
'message' => 'PLUGIN_ADMIN.PASSWORD_VALIDATION_MESSAGE',
'config-pattern@' => 'system.pwd_regex'
]
],
'fullname' => [
'type' => 'text',
'size' => 'large',
'label' => 'PLUGIN_ADMIN.FULL_NAME',
'validate' => [
'required' => true
]
],
'title' => [
'type' => 'text',
'size' => 'large',
'label' => 'PLUGIN_ADMIN.TITLE'
],
'language' => [
'type' => 'select',
'label' => 'PLUGIN_ADMIN.LANGUAGE',
'size' => 'medium',
'classes' => 'fancy',
'data-options@' => '\\Grav\\Plugin\\Admin\\Admin::adminLanguages',
'default' => 'en',
'help' => 'PLUGIN_ADMIN.LANGUAGE_HELP'
],
'twofa_check' => [
'type' => 'conditional',
'condition' => 'config.plugins.admin.twofa_enabled',
'fields' => [
'twofa' => [
'title' => 'PLUGIN_ADMIN.2FA_TITLE',
'type' => 'section',
'underline' => true
],
'twofa_enabled' => [
'type' => 'toggle',
'label' => 'PLUGIN_ADMIN.2FA_ENABLED',
'classes' => 'twofa-toggle',
'highlight' => 1,
'default' => 0,
'options' => [
1 => 'PLUGIN_ADMIN.YES',
0 => 'PLUGIN_ADMIN.NO'
],
'validate' => [
'type' => 'bool'
]
],
'twofa_secret' => [
'type' => '2fa_secret',
'outerclasses' => 'twofa-secret',
'label' => 'PLUGIN_ADMIN.2FA_SECRET',
'sublabel' => 'PLUGIN_ADMIN.2FA_SECRET_HELP'
]
]
],
'security' => [
'title' => 'PLUGIN_ADMIN.ACCESS_LEVELS',
'type' => 'section',
'security' => 'admin.super',
'underline' => true,
'fields' => [
'groups' => [
'type' => 'select',
'multiple' => true,
'size' => 'large',
'label' => 'PLUGIN_ADMIN.GROUPS',
'data-options@' => '\\Grav\\Common\\User\\Group::groupNames',
'classes' => 'fancy',
'help' => 'PLUGIN_ADMIN.GROUPS_HELP',
'validate' => [
'type' => 'commalist'
]
],
'access' => [
'type' => 'permissions',
'label' => 'PLUGIN_ADMIN.PERMISSIONS',
'ignore_empty' => true,
'validate' => [
'type' => 'array'
]
]
]
]
]
]
]
];
@@ -1,33 +0,0 @@
<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/mnt/data/Sites/hehe.net/user/themes/hehe/blueprints/default.yaml',
'modified' => 1533014916,
'data' => [
'extends@' => 'default',
'form' => [
'fields' => [
'tabs' => [
'fields' => [
'advanced' => [
'fields' => [
'columns' => [
'fields' => [
'column1' => [
'fields' => [
'header.body_classes' => [
'markdown' => true,
'description' => 'Available classes in Quark Theme (space separated):<br />`header-fixed`, `header-animated`, `header-dark`, `header-transparent`, `sticky-footer`'
]
]
]
]
]
]
]
]
]
]
]
]
];
@@ -1,124 +0,0 @@
<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/blueprints/admin/pages/modular_raw.yaml',
'modified' => 1533014916,
'data' => [
'rules' => [
'slug' => [
'pattern' => '[a-zA-Zа-яA-Я0-9_\\-]+',
'min' => 1,
'max' => 200
]
],
'form' => [
'validation' => 'loose',
'fields' => [
'tabs' => [
'type' => 'tabs',
'active' => 1,
'fields' => [
'content' => [
'type' => 'tab',
'title' => 'PLUGIN_ADMIN.CONTENT',
'fields' => [
'frontmatter' => [
'classes' => 'frontmatter',
'type' => 'editor',
'label' => 'PLUGIN_ADMIN.FRONTMATTER',
'autofocus' => true,
'codemirror' => [
'mode' => 'yaml',
'indentUnit' => 4,
'autofocus' => true,
'indentWithTabs' => false,
'lineNumbers' => true,
'styleActiveLine' => true,
'gutters' => [
0 => 'CodeMirror-lint-markers'
],
'lint' => true
]
],
'content' => [
'type' => 'markdown'
],
'header.media_order' => [
'type' => 'pagemedia',
'label' => 'PLUGIN_ADMIN.PAGE_MEDIA'
]
]
],
'options' => [
'type' => 'tab',
'title' => 'PLUGIN_ADMIN.OPTIONS',
'fields' => [
'columns' => [
'type' => 'columns',
'fields' => [
'column1' => [
'type' => 'column',
'fields' => [
'ordering' => [
'type' => 'toggle',
'label' => 'PLUGIN_ADMIN.FOLDER_NUMERIC_PREFIX',
'help' => 'PLUGIN_ADMIN.FOLDER_NUMERIC_PREFIX_HELP',
'highlight' => 1,
'options' => [
1 => 'PLUGIN_ADMIN.ENABLED',
0 => 'PLUGIN_ADMIN.DISABLED'
],
'validate' => [
'type' => 'bool'
]
],
'folder' => [
'type' => 'text',
'label' => 'PLUGIN_ADMIN.FILENAME',
'validate' => [
'rule' => 'slug',
'required' => true
]
],
'route' => [
'type' => 'parents',
'label' => 'PLUGIN_ADMIN.PARENT',
'classes' => 'fancy',
'validate' => [
'required' => true
]
],
'name' => [
'type' => 'select',
'classes' => 'fancy',
'label' => 'PLUGIN_ADMIN.MODULAR_TEMPLATE',
'default' => 'default',
'data-options@' => '\\Grav\\Plugin\\AdminPlugin::pagesModularTypes',
'validate' => [
'required' => true
]
]
]
],
'column2' => [
'type' => 'column',
'fields' => [
'order' => [
'type' => 'order',
'label' => 'PLUGIN_ADMIN.ORDERING'
]
]
]
]
],
'blueprint' => [
'type' => 'blueprint'
]
]
]
]
]
]
]
]
];
@@ -1,35 +0,0 @@
<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/mnt/data/Sites/hehe.net/user/themes/hehe/blueprints/modular/text.yaml',
'modified' => 1533014916,
'data' => [
'title' => 'Text',
'@extends' => 'default',
'form' => [
'fields' => [
'tabs' => [
'fields' => [
'content' => [
'fields' => [
'header.media_order' => [
'label' => 'Page Media (first one will be displayed next to your content)'
],
'header.image_align' => [
'type' => 'select',
'label' => 'Image position',
'classes' => 'fancy',
'default' => 'left',
'options' => [
'left' => 'Left',
'right' => 'Right'
]
]
]
]
]
]
]
]
]
];
@@ -0,0 +1,25 @@
<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/mnt/data/Sites/hehe.net/user/accounts/admin.yaml',
'modified' => 1533133948,
'data' => [
'email' => 'kevin@figureslibres.io',
'fullname' => 'Kevin Tessier',
'title' => 'Administrator',
'state' => 'enabled',
'access' => [
'admin' => [
'super' => 'true',
'login' => 'true'
],
'site' => [
'login' => 'true'
]
],
'hashed_password' => '$2y$10$TJCz7amq0/GMXVlypHP0/uLzn8z6XSOZby4mpb8mRVGjzuT55mSsG',
'language' => 'en',
'twofa_enabled' => false,
'twofa_secret' => 'L65IQYVF36WNG62YN3OOS25P2SM2MLRD'
]
];
@@ -1,48 +0,0 @@
<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/mnt/data/Sites/hehe.net/system/blueprints/pages/modular.yaml',
'modified' => 1533014916,
'data' => [
'title' => 'PLUGIN_ADMIN.MODULAR',
'extends@' => 'default',
'form' => [
'fields' => [
'tabs' => [
'type' => 'tabs',
'active' => 1,
'fields' => [
'content' => [
'fields' => [
'modular_title' => [
'type' => 'spacer',
'title' => 'PLUGIN_ADMIN.MODULAR_SETUP'
],
'header.content.items' => [
'type' => 'text',
'label' => 'PLUGIN_ADMIN.ITEMS',
'default' => '@self.modular',
'size' => 'medium'
],
'header.content.order.by' => [
'type' => 'text',
'label' => 'PLUGIN_ADMIN.ORDER_BY',
'placeholder' => 'date',
'help' => NULL,
'size' => 'small'
],
'header.content.order.dir' => [
'type' => 'text',
'label' => 'PLUGIN_ADMIN.ORDER',
'help' => '"desc" or "asc" are valid values',
'placeholder' => 'desc',
'size' => 'small'
]
]
]
]
]
]
]
]
];
@@ -1,407 +0,0 @@
<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/mnt/data/Sites/hehe.net/system/blueprints/pages/default.yaml',
'modified' => 1533014916,
'data' => [
'title' => 'PLUGIN_ADMIN.DEFAULT',
'rules' => [
'slug' => [
'pattern' => '[a-zA-Zа-яA-Я0-9_\\-]+',
'min' => 1,
'max' => 200
]
],
'form' => [
'validation' => 'loose',
'fields' => [
'tabs' => [
'type' => 'tabs',
'active' => 1,
'fields' => [
'content' => [
'type' => 'tab',
'title' => 'PLUGIN_ADMIN.CONTENT',
'fields' => [
'header.title' => [
'type' => 'text',
'autofocus' => true,
'style' => 'vertical',
'label' => 'PLUGIN_ADMIN.TITLE'
],
'content' => [
'type' => 'markdown',
'validate' => [
'type' => 'textarea'
]
],
'header.media_order' => [
'type' => 'pagemedia',
'label' => 'PLUGIN_ADMIN.PAGE_MEDIA'
]
]
],
'options' => [
'type' => 'tab',
'title' => 'PLUGIN_ADMIN.OPTIONS',
'fields' => [
'publishing' => [
'type' => 'section',
'title' => 'PLUGIN_ADMIN.PUBLISHING',
'underline' => true,
'fields' => [
'header.published' => [
'type' => 'toggle',
'toggleable' => true,
'label' => 'PLUGIN_ADMIN.PUBLISHED',
'help' => 'PLUGIN_ADMIN.PUBLISHED_HELP',
'highlight' => 1,
'size' => 'medium',
'options' => [
1 => 'PLUGIN_ADMIN.YES',
0 => 'PLUGIN_ADMIN.NO'
],
'validate' => [
'type' => 'bool'
]
],
'header.date' => [
'type' => 'datetime',
'label' => 'PLUGIN_ADMIN.DATE',
'toggleable' => true,
'help' => 'PLUGIN_ADMIN.DATE_HELP'
],
'header.publish_date' => [
'type' => 'datetime',
'label' => 'PLUGIN_ADMIN.PUBLISHED_DATE',
'toggleable' => true,
'help' => 'PLUGIN_ADMIN.PUBLISHED_DATE_HELP'
],
'header.unpublish_date' => [
'type' => 'datetime',
'label' => 'PLUGIN_ADMIN.UNPUBLISHED_DATE',
'toggleable' => true,
'help' => 'PLUGIN_ADMIN.UNPUBLISHED_DATE_HELP'
],
'header.metadata' => [
'toggleable' => true,
'type' => 'array',
'label' => 'PLUGIN_ADMIN.METADATA',
'help' => 'PLUGIN_ADMIN.METADATA_HELP',
'placeholder_key' => 'PLUGIN_ADMIN.METADATA_KEY',
'placeholder_value' => 'PLUGIN_ADMIN.METADATA_VALUE'
]
]
],
'taxonomies' => [
'type' => 'section',
'title' => 'PLUGIN_ADMIN.TAXONOMIES',
'underline' => true,
'fields' => [
'header.taxonomy' => [
'type' => 'taxonomy',
'label' => 'PLUGIN_ADMIN.TAXONOMY',
'multiple' => true,
'validate' => [
'type' => 'array'
]
]
]
]
]
],
'advanced' => [
'type' => 'tab',
'title' => 'PLUGIN_ADMIN.ADVANCED',
'fields' => [
'columns' => [
'type' => 'columns',
'fields' => [
'column1' => [
'type' => 'column',
'fields' => [
'settings' => [
'type' => 'section',
'title' => 'PLUGIN_ADMIN.SETTINGS',
'underline' => true
],
'folder' => [
'type' => 'text',
'label' => 'PLUGIN_ADMIN.FOLDER_NAME',
'validate' => [
'rule' => 'slug'
]
],
'route' => [
'type' => 'parents',
'label' => 'PLUGIN_ADMIN.PARENT',
'classes' => 'fancy'
],
'name' => [
'type' => 'select',
'classes' => 'fancy',
'label' => 'PLUGIN_ADMIN.PAGE_FILE',
'help' => 'PLUGIN_ADMIN.PAGE_FILE_HELP',
'default' => 'default',
'data-options@' => '\\Grav\\Common\\Page\\Pages::pageTypes'
],
'header.body_classes' => [
'type' => 'text',
'label' => 'PLUGIN_ADMIN.BODY_CLASSES'
]
]
],
'column2' => [
'type' => 'column',
'fields' => [
'order_title' => [
'type' => 'section',
'title' => 'PLUGIN_ADMIN.ORDERING',
'underline' => true
],
'ordering' => [
'type' => 'toggle',
'label' => 'PLUGIN_ADMIN.FOLDER_NUMERIC_PREFIX',
'help' => 'PLUGIN_ADMIN.FOLDER_NUMERIC_PREFIX_HELP',
'highlight' => 1,
'options' => [
1 => 'PLUGIN_ADMIN.ENABLED',
0 => 'PLUGIN_ADMIN.DISABLED'
],
'validate' => [
'type' => 'bool'
]
],
'order' => [
'type' => 'order',
'label' => 'PLUGIN_ADMIN.SORTABLE_PAGES',
'sitemap' => NULL
]
]
]
]
],
'overrides' => [
'type' => 'section',
'title' => 'PLUGIN_ADMIN.OVERRIDES',
'underline' => true,
'fields' => [
'header.dateformat' => [
'toggleable' => true,
'type' => 'select',
'size' => 'medium',
'selectize' => [
'create' => true
],
'label' => 'PLUGIN_ADMIN.DEFAULT_DATE_FORMAT',
'help' => 'PLUGIN_ADMIN.DEFAULT_DATE_FORMAT_HELP',
'placeholder' => 'PLUGIN_ADMIN.DEFAULT_DATE_FORMAT_PLACEHOLDER',
'data-options@' => '\\Grav\\Common\\Utils::dateFormats',
'validate' => [
'type' => 'string'
]
],
'header.menu' => [
'type' => 'text',
'label' => 'PLUGIN_ADMIN.MENU',
'toggleable' => true,
'help' => 'PLUGIN_ADMIN.MENU_HELP'
],
'header.slug' => [
'type' => 'text',
'label' => 'PLUGIN_ADMIN.SLUG',
'toggleable' => true,
'help' => 'PLUGIN_ADMIN.SLUG_HELP',
'validate' => [
'message' => 'PLUGIN_ADMIN.SLUG_VALIDATE_MESSAGE',
'rule' => 'slug'
]
],
'header.redirect' => [
'type' => 'text',
'label' => 'PLUGIN_ADMIN.REDIRECT',
'toggleable' => true,
'help' => 'PLUGIN_ADMIN.REDIRECT_HELP'
],
'header.process' => [
'type' => 'checkboxes',
'label' => 'PLUGIN_ADMIN.PROCESS',
'toggleable' => true,
'config-default@' => 'system.pages.process',
'default' => [
'markdown' => true,
'twig' => false
],
'options' => [
'markdown' => 'Markdown',
'twig' => 'Twig'
],
'use' => 'keys'
],
'header.twig_first' => [
'type' => 'toggle',
'toggleable' => true,
'label' => 'PLUGIN_ADMIN.TWIG_FIRST',
'help' => 'PLUGIN_ADMIN.TWIG_FIRST_HELP',
'highlight' => 0,
'options' => [
1 => 'PLUGIN_ADMIN.YES',
0 => 'PLUGIN_ADMIN.NO'
],
'validate' => [
'type' => 'bool'
]
],
'header.never_cache_twig' => [
'type' => 'toggle',
'toggleable' => true,
'label' => 'PLUGIN_ADMIN.NEVER_CACHE_TWIG',
'help' => 'PLUGIN_ADMIN.NEVER_CACHE_TWIG_HELP',
'highlight' => 0,
'options' => [
1 => 'PLUGIN_ADMIN.YES',
0 => 'PLUGIN_ADMIN.NO'
],
'validate' => [
'type' => 'bool'
]
],
'header.child_type' => [
'type' => 'select',
'toggleable' => true,
'label' => 'PLUGIN_ADMIN.DEFAULT_CHILD_TYPE',
'default' => 'default',
'placeholder' => 'PLUGIN_ADMIN.USE_GLOBAL',
'data-options@' => '\\Grav\\Common\\Page\\Pages::types'
],
'header.routable' => [
'type' => 'toggle',
'toggleable' => true,
'label' => 'PLUGIN_ADMIN.ROUTABLE',
'help' => 'PLUGIN_ADMIN.ROUTABLE_HELP',
'highlight' => 1,
'options' => [
1 => 'PLUGIN_ADMIN.ENABLED',
0 => 'PLUGIN_ADMIN.DISABLED'
],
'validate' => [
'type' => 'bool'
]
],
'header.cache_enable' => [
'type' => 'toggle',
'toggleable' => true,
'label' => 'PLUGIN_ADMIN.CACHING',
'highlight' => 1,
'options' => [
1 => 'PLUGIN_ADMIN.ENABLED',
0 => 'PLUGIN_ADMIN.DISABLED'
],
'validate' => [
'type' => 'bool'
]
],
'header.visible' => [
'type' => 'toggle',
'toggleable' => true,
'label' => 'PLUGIN_ADMIN.VISIBLE',
'help' => 'PLUGIN_ADMIN.VISIBLE_HELP',
'highlight' => 1,
'options' => [
1 => 'PLUGIN_ADMIN.ENABLED',
0 => 'PLUGIN_ADMIN.DISABLED'
],
'validate' => [
'type' => 'bool'
]
],
'header.debugger' => [
'type' => 'toggle',
'toggleable' => true,
'label' => 'PLUGIN_ADMIN.DEBUGGER',
'help' => 'PLUGIN_ADMIN.DEBUGGER_HELP',
'highlight' => 1,
'options' => [
1 => 'PLUGIN_ADMIN.ENABLED',
0 => 'PLUGIN_ADMIN.DISABLED'
],
'validate' => [
'type' => 'bool'
]
],
'header.template' => [
'type' => 'text',
'toggleable' => true,
'label' => 'PLUGIN_ADMIN.DISPLAY_TEMPLATE'
],
'header.append_url_extension' => [
'type' => 'text',
'label' => 'PLUGIN_ADMIN.APPEND_URL_EXT',
'toggleable' => true,
'help' => 'PLUGIN_ADMIN.APPEND_URL_EXT_HELP'
]
]
],
'routes_only' => [
'type' => 'section',
'title' => 'PLUGIN_ADMIN.ROUTE_OVERRIDES',
'underline' => true,
'fields' => [
'header.routes.default' => [
'type' => 'text',
'toggleable' => true,
'label' => 'PLUGIN_ADMIN.ROUTE_DEFAULT'
],
'header.routes.canonical' => [
'type' => 'text',
'toggleable' => true,
'label' => 'PLUGIN_ADMIN.ROUTE_CANONICAL'
],
'header.routes.aliases' => [
'type' => 'array',
'toggleable' => true,
'value_only' => true,
'size' => 'large',
'label' => 'PLUGIN_ADMIN.ROUTE_ALIASES'
]
]
],
'admin_only' => [
'type' => 'section',
'title' => 'PLUGIN_ADMIN.ADMIN_SPECIFIC_OVERRIDES',
'underline' => true,
'fields' => [
'header.admin.children_display_order' => [
'type' => 'select',
'label' => 'PLUGIN_ADMIN.ADMIN_CHILDREN_DISPLAY_ORDER',
'help' => 'PLUGIN_ADMIN.ADMIN_CHILDREN_DISPLAY_ORDER_HELP',
'toggleable' => true,
'classes' => 'fancy',
'default' => 'collection',
'options' => [
'default' => 'Ordered by Folder name (default)',
'collection' => 'Ordered by Collection definition'
]
],
'header.order_by' => [
'type' => 'hidden'
],
'header.order_manual' => [
'type' => 'hidden',
'validate' => [
'type' => 'commalist'
]
],
'blueprint' => [
'type' => 'blueprint'
]
]
]
]
]
]
]
]
]
]
];
@@ -1,79 +0,0 @@
<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/blueprints/admin/pages/new.yaml',
'modified' => 1533014916,
'data' => [
'rules' => [
'slug' => [
'pattern' => '[a-zA-Zа-яA-Я0-9_\\-]+',
'min' => 1,
'max' => 200
]
],
'form' => [
'validation' => 'loose',
'fields' => [
'section' => [
'type' => 'section',
'title' => 'PLUGIN_ADMIN.ADD_PAGE'
],
'title' => [
'type' => 'text',
'label' => 'PLUGIN_ADMIN.PAGE_TITLE',
'help' => 'PLUGIN_ADMIN.PAGE_TITLE_HELP',
'validate' => [
'required' => true
]
],
'folder' => [
'type' => 'text',
'label' => 'PLUGIN_ADMIN.FOLDER_NAME',
'help' => 'PLUGIN_ADMIN.FOLDER_NAME_HELP',
'validate' => [
'rule' => 'slug',
'required' => true
]
],
'route' => [
'type' => 'parents',
'label' => 'PLUGIN_ADMIN.PARENT_PAGE',
'classes' => 'fancy',
'validate' => [
'required' => true
]
],
'name' => [
'type' => 'select',
'classes' => 'fancy',
'label' => 'PLUGIN_ADMIN.PAGE_FILE',
'help' => 'PLUGIN_ADMIN.PAGE_FILE_HELP',
'data-options@' => '\\Grav\\Plugin\\AdminPlugin::pagesTypes',
'data-default@' => '\\Grav\\Plugin\\Admin\\Admin::getLastPageName',
'validate' => [
'required' => true
]
],
'visible' => [
'type' => 'toggle',
'label' => 'PLUGIN_ADMIN.VISIBLE',
'help' => 'PLUGIN_ADMIN.VISIBLE_HELP',
'highlight' => '',
'default' => '',
'options' => [
'' => 'Auto',
1 => 'PLUGIN_ADMIN.YES',
0 => 'PLUGIN_ADMIN.NO'
],
'validate' => [
'type' => 'bool',
'required' => true
]
],
'blueprint' => [
'type' => 'blueprint'
]
]
]
]
];
+2 -2
View File
@@ -1,7 +1,7 @@
<?php <?php
return [ return [
'@class' => 'Grav\\Common\\Config\\CompiledLanguages', '@class' => 'Grav\\Common\\Config\\CompiledLanguages',
'timestamp' => 1533216532, 'timestamp' => 1534765164,
'checksum' => '6c5391e484bf1638c9846acf597e3d7f', 'checksum' => '6c5391e484bf1638c9846acf597e3d7f',
'files' => [ 'files' => [
'system/languages' => [ 'system/languages' => [
@@ -22875,6 +22875,6 @@ Path: `%2$s`
] ]
], ],
'checksum' => '6c5391e484bf1638c9846acf597e3d7f', 'checksum' => '6c5391e484bf1638c9846acf597e3d7f',
'timestamp' => 1533216532 'timestamp' => 1534765164
] ]
]; ];
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

+1 -1
View File
@@ -1 +1 @@
{"01-08-2018":19,"02-08-2018":424} {"01-08-2018":19,"02-08-2018":424,"20-08-2018":22}
+1 -1
View File
@@ -1 +1 @@
{"08-2018":443} {"08-2018":465}
+1 -1
View File
@@ -1 +1 @@
{"\/":168,"\/projets":99,"\/news":79,"\/a-propros":10,"\/projets-n-1":1,"\/projets\/projets-n-1":82,"\/projets\/projet-n-2":4} {"\/":190,"\/projets":99,"\/news":79,"\/a-propros":10,"\/projets-n-1":1,"\/projets\/projets-n-1":82,"\/projets\/projet-n-2":4}
+1 -1
View File
@@ -1 +1 @@
{"4b84b15bff6ee5796152495a230e45e3d7e947d9":1533218608} {"4b84b15bff6ee5796152495a230e45e3d7e947d9":1534766117}
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1 +1 @@
*{box-sizing:border-box}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{font-size:100%;margin:0;padding:0;vertical-align:baseline;border:0}body,html{font-size:16px}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1;margin:0 10%}ol,ul{list-style:none}a{text-decoration:none;color:#000}blockquote,q{quotes:none}img{width:100%;height:100%;vertical-align:bottom}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-spacing:0;border-collapse:collapse} @font-face{font-family:Roboto-Light;src:url(../fonts/roboto_light/Roboto-Light-webfont.eot);src:url(../fonts/roboto_light/Roboto-Light-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/roboto_light/Roboto-Light-webfont.woff) format('woff'),url(../fonts/roboto_light/Roboto-Light-webfont.ttf) format('truetype'),url(../fonts/roboto_light/Roboto-Light-webfont.svg#Roboto-Light) format('svg')}@font-face{font-family:Roboto-regular;src:url(../fonts/roboto_regular/Roboto-Regular-webfont.eot);src:url(../fonts/roboto_regular/Roboto-Regular-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/roboto_regular/Roboto-Regular-webfont.woff) format('woff'),url(../fonts/roboto_regular/Roboto-Regular-webfont.ttf) format('truetype'),url(../fonts/roboto_regular/Roboto-Regular-webfont.svg#Roboto-regular) format('svg')}@font-face{font-family:Roboto-Medium;src:url(../fonts/roboto_medium/Roboto-Medium-webfont.eot);src:url(../fonts/roboto_medium/Roboto-Medium-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/roboto_medium/Roboto-Medium-webfont.woff) format('woff'),url(../fonts/roboto_medium/Roboto-Medium-webfont.ttf) format('truetype'),url(../fonts/roboto_medium/Roboto-Medium-webfont.svg#Roboto-Medium) format('svg')}@font-face{font-family:Roboto-Bold;src:url(../fonts/roboto_bold/Roboto-Bold-webfont.eot);src:url(../fonts/roboto_bold/Roboto-Bold-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/roboto_bold/Roboto-Bold-webfont.woff) format('woff'),url(../fonts/roboto_bold/Roboto-Bold-webfont.ttf) format('truetype'),url(../fonts/roboto_bold/Roboto-Bold-webfont.svg#Roboto-Bold) format('svg')}*{box-sizing:border-box}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{font-size:100%;margin:0;padding:0;vertical-align:baseline;border:0}body,html{font-size:16px}h1 a{font-family:Roboto-Medium;font-size:5em}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1;margin:0}ol,ul{list-style:none}a{text-decoration:none;color:#000}blockquote,q{quotes:none}img{width:100%;height:100%;vertical-align:bottom}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-spacing:0;border-collapse:collapse}
Binary file not shown.
File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 444 KiB

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

After

Width:  |  Height:  |  Size: 72 KiB

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

After

Width:  |  Height:  |  Size: 75 KiB

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

After

Width:  |  Height:  |  Size: 72 KiB

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

After

Width:  |  Height:  |  Size: 74 KiB

@@ -1,19 +1,8 @@
//fonts //fonts
@include font-face($Stolzl-Thin, $file, $family, $category);//1 @include font-face($roboto_light, $file, $family, $category);//1
@include font-face($Stolzl-Medium, $file1, $family, $category);//1.5 @include font-face($roboto_regular, $file2, $family2, $category);//1
@include font-face($Stolzl-Light, $file2, $family, $category);//1.7 @include font-face($roboto_medium, $file3, $family3, $category);//1
@include font-face($Stolzl-Book, $file3, $family, $category);//2 @include font-face($roboto_bold, $file4, $family4, $category);//1
@include font-face($Stolzl-Regular, $file4, $family, $category);//2.5
@include font-face($Stolzl-Bold, $file5, $family, $category);//3
@include font-face($Chronicle_Display_Semibold, $file6, $family2, $category);//3
// @include font-face("STOLZ_1",font-files("fonts/STOLZ/webfonts/35A23E_1_0.woff", "fonts/STOLZ/webfonts/35A23E_1_0.ttf", "fonts/STOLZ/webfonts/35A23E_2_0.svg", "fonts/STOLZ/webfonts/35A23E_2_0.eot"));
// @include font-face("STOLZ_2",font-files("fonts/STOLZ/webfonts/35A23E_2_0.woff", "fonts/STOLZ/webfonts/35A23E_2_0.ttf", "fonts/STOLZ/webfonts/35A23E_3_0.svg", "fonts/STOLZ/webfonts/35A23E_3_0.eot"));
// @include font-face("STOLZ_3",font-files("fonts/STOLZ/webfonts/35A23E_3_0.woff", "fonts/STOLZ/webfonts/35A23E_3_0.ttf", "fonts/STOLZ/webfonts/35A23E_4_0.svg", "fonts/STOLZ/webfonts/35A23E_4_0.eot"));
// @include font-face("STOLZ_4",font-files("fonts/STOLZ/webfonts/35A23E_4_0.woff", "fonts/STOLZ/webfonts/35A23E_4_0.ttf", "fonts/STOLZ/webfonts/35A23E_4_0.svg", "fonts/STOLZ/webfonts/35A23E_4_0.eot"));
// @include font-face("STOLZ_5",font-files("fonts/STOLZ/webfonts/35A23E_5_0.woff", "fonts/STOLZ/webfonts/35A23E_5_0.ttf", "fonts/STOLZ/webfonts/35A23E_5_0.svg", "fonts/STOLZ/webfonts/35A23E_5_0.eot"));
//color //color
$lightpink: #fad7d7; $lightpink: #fad7d7;
+40 -117
View File
@@ -1,172 +1,95 @@
//mixin_font_Stolz $roboto_light: "Roboto-Light";
$file: "Roboto-Light-webfont";
//ultra-light ok $family: "roboto_light/";
$Stolzl-Thin: "STOLZ_0";
$file: "35A23E_0_0";
$family: "STOLZ/webfonts";
$category: "sans-serif"; $category: "sans-serif";
@mixin font-face($Stolzl-Thin, $file, $family, $category:"") { @mixin font-face($roboto_light, $file, $family, $category:"") {
$filepath: "../fonts/" + $family + "/" + $file; $filepath: "../fonts/" + $family + "/" + $file;
@font-face { @font-face {
font-family: "#{$Stolzl-Thin}"; font-family: "#{$roboto_light}";
src: url($filepath + ".eot"); src: url($filepath + ".eot");
src: url($filepath + ".eot?#iefix") format('embedded-opentype'), url($filepath + ".woff") format('woff'), url($filepath + ".ttf") format('truetype'), url($filepath + ".svg#" + $Stolzl-Thin + "") format('svg'); src: url($filepath + ".eot?#iefix") format('embedded-opentype'), url($filepath + ".woff") format('woff'), url($filepath + ".ttf") format('truetype'), url($filepath + ".svg#" + $roboto_light + "") format('svg');
} }
%#{$Stolzl-Thin} { %#{$roboto_light} {
font: { font: {
@if $category != "" { @if $category != "" {
family: "#{$Stolzl-Thin}", #{$category}; family: "#{$roboto_light}", #{$category};
} }
@else { @else {
family: "#{$Stolzl-Thin}"; family: "#{$roboto_light}";
weight: normal; weight: normal;
} }
} }
} }
} }
//medium ok
$Stolzl-Medium: "STOLZ_1";
$file3: "35A23E_1_0";
@mixin font-face($Stolzl-Medium, $file3, $family, $category:"") { $roboto_regular: "Roboto-regular";
$filepath: "../fonts/" + $family + "/" + $file3; $file2: "Roboto-Regular-webfont";
$family2: "roboto_regular/";
@mixin font-face($roboto_regular, $file2, $family2, $category:"") {
$filepath: "../fonts/" + $family2 + "/" + $file2;
@font-face { @font-face {
font-family: "#{$Stolzl-Medium}"; font-family: "#{$roboto_regular}";
src: url($filepath + ".eot"); src: url($filepath + ".eot");
src: url($filepath + ".eot?#iefix") format('embedded-opentype'), url($filepath + ".woff") format('woff'), url($filepath + ".ttf") format('truetype'), url($filepath + ".svg#" + $Stolzl-Medium + "") format('svg'); src: url($filepath + ".eot?#iefix") format('embedded-opentype'), url($filepath + ".woff") format('woff'), url($filepath + ".ttf") format('truetype'), url($filepath + ".svg#" + $roboto_regular + "") format('svg');
} }
%#{$Stolzl-Medium} { %#{$roboto_regular} {
font: { font: {
@if $category != "" { @if $category != "" {
family: "#{$Stolzl-Medium}", #{$category}; family: "#{$roboto_regular}", #{$category};
} }
@else { @else {
family: "#{$Stolzl-Medium}"; family: "#{$roboto_regular}";
weight: normal; weight: normal;
} }
} }
} }
} }
//light ok $roboto_medium: "Roboto-Medium";
$Stolzl-Light: "STOLZ_2"; $file3: "Roboto-Medium-webfont";
$file2: "35A23E_2_0"; $family3: "roboto_medium/";
@mixin font-face($Stolzl-Light, $file2, $family, $category:"") { @mixin font-face($roboto_medium, $file3, $family3, $category:"") {
$filepath: "../fonts/" + $family + "/" + $file2; $filepath: "../fonts/" + $family3 + "/" + $file3;
@font-face { @font-face {
font-family: "#{$Stolzl-Light}"; font-family: "#{$roboto_medium}";
src: url($filepath + ".eot"); src: url($filepath + ".eot");
src: url($filepath + ".eot?#iefix") format('embedded-opentype'), url($filepath + ".woff") format('woff'), url($filepath + ".ttf") format('truetype'), url($filepath + ".svg#" + $Stolzl-Light + "") format('svg'); src: url($filepath + ".eot?#iefix") format('embedded-opentype'), url($filepath + ".woff") format('woff'), url($filepath + ".ttf") format('truetype'), url($filepath + ".svg#" + $roboto_medium + "") format('svg');
} }
%#{$Stolzl-Light} { %#{$roboto_medium} {
font: { font: {
@if $category != "" { @if $category != "" {
family: "#{$Stolzl-Light}", #{$category}; family: "#{$roboto_medium}", #{$category};
} }
@else { @else {
family: "#{$Stolzl-Light}"; family: "#{$roboto_medium}";
weight: normal; weight: normal;
} }
} }
} }
} }
$roboto_bold: "Roboto-Bold";
$file4: "Roboto-Bold-webfont";
$family4: "roboto_bold/";
@mixin font-face($roboto_bold, $file4, $family4, $category:"") {
//book ok $filepath: "../fonts/" + $family4 + "/" + $file4;
$Stolzl-Book: "STOLZ_3";
$file4: "35A23E_3_0";
@mixin font-face($Stolzl-Book, $file4, $family, $category:"") {
$filepath: "../fonts/" + $family + "/" + $file4;
@font-face {
font-family: "#{$Stolzl-Book}";
src: url($filepath + ".eot");
src: url($filepath + ".eot?#iefix") format('embedded-opentype'), url($filepath + ".woff") format('woff'), url($filepath + ".ttf") format('truetype'), url($filepath + ".svg#" + $Stolzl-Book + "") format('svg');
}
%#{$Stolzl-Book} {
font: {
@if $category != "" {
family: "#{$Stolzl-Book}", #{$category};
}
@else {
family: "#{$Stolzl-Book}";
weight: normal;
}
}
}
}
//bold
$Stolzl-Regular: "STOLZ_4";
$file1: "35A23E_4_0";
@mixin font-face($Stolzl-Regular, $file1, $family, $category:"") {
$filepath: "../fonts/" + $family + "/" + $file1;
@font-face { @font-face {
font-family: "#{$Stolzl-Regular}"; font-family: "#{$roboto_bold}";
src: url($filepath + ".eot"); src: url($filepath + ".eot");
src: url($filepath + ".eot?#iefix") format('embedded-opentype'), url($filepath + ".woff") format('woff'), url($filepath + ".ttf") format('truetype'), url($filepath + ".svg#" + $Stolzl-Regular + "") format('svg'); src: url($filepath + ".eot?#iefix") format('embedded-opentype'), url($filepath + ".woff") format('woff'), url($filepath + ".ttf") format('truetype'), url($filepath + ".svg#" + $roboto_bold + "") format('svg');
} }
%#{$Stolzl-Regular} { %#{$roboto_bold} {
font: { font: {
@if $category != "" { @if $category != "" {
family: "#{$Stolzl-Regular}", #{$category}; family: "#{$roboto_bold}", #{$category};
} }
@else { @else {
family: "#{$Stolzl-Regular}"; family: "#{$roboto_bold}";
weight: normal;
}
}
}
}
//black
$Stolzl-Bold: "STOLZ_5";
$file5: "35A23E_5_0";
@mixin font-face($Stolzl-Bold, $file5, $family, $category:"") {
$filepath: "../fonts/" + $family + "/" + $file5;
@font-face {
font-family: "#{$Stolzl-Bold}";
src: url($filepath + ".eot");
src: url($filepath + ".eot?#iefix") format('embedded-opentype'), url($filepath + ".woff") format('woff'), url($filepath + ".ttf") format('truetype'), url($filepath + ".svg#" + $Stolzl-Bold + "") format('svg');
}
%#{$Stolzl-Bold} {
font: {
@if $category != "" {
family: "#{$Stolzl-Bold}", #{$category};
}
@else {
family: "#{$Stolzl-Bold}";
weight: normal;
}
}
}
}
$Chronicle_Display_Semibold: "Chronicle Display Semibold";
$file6: "Chronicle_Display_Semibold";
$family2: "Chronicle_Display_Semibold";
$category2: "serif";
@mixin font-face($Chronicle_Display_Semibold, $file6, $family2, $category:"") {
$filepath: "../fonts/" + $family2 + "/" + $file6;
@font-face {
font-family: "#{$Chronicle_Display_Semibold}";
src: url($filepath + ".eot");
src: url($filepath + ".eot?#iefix") format('embedded-opentype'), url($filepath + ".woff") format('woff'), url($filepath + ".ttf") format('truetype'), url($filepath + ".svg#" + $Stolzl-Bold + "") format('svg');
}
%#{$Chronicle_Display_Semibold} {
font: {
@if $category != "" {
family: "#{$Chronicle_Display_Semibold}", #{$category};
}
@else {
family: "#{$Chronicle_Display_Semibold}";
weight: normal; weight: normal;
} }
} }
+2 -2
View File
@@ -1,6 +1,6 @@
//configuration //configuration
// @import "configuration/mixin"; @import "configuration/mixin";
// @import "configuration/config"; @import "configuration/config";
//reset$ //reset$
@import "template/reset"; @import "template/reset";
+11 -1
View File
@@ -26,6 +26,14 @@ time, mark, audio, video {
html, body{ html, body{
font-size: 16px; font-size: 16px;
} }
h1{
a{
font-family: $roboto_medium;
font-size: 5em;
}
}
/* HTML5 display-role reset for older browsers */ /* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { footer, header, hgroup, menu, nav, section {
@@ -34,7 +42,7 @@ footer, header, hgroup, menu, nav, section {
body { body {
line-height: 1; line-height: 1;
margin: 0 10%; margin: 0;
} }
ol, ul { ol, ul {
@@ -49,11 +57,13 @@ a{
blockquote, q { blockquote, q {
quotes: none; quotes: none;
} }
img{ img{
width: 100%; width: 100%;
height: 100%; height: 100%;
vertical-align: bottom; vertical-align: bottom;
} }
blockquote:before, blockquote:after, blockquote:before, blockquote:after,
q:before, q:after { q:before, q:after {
content: ''; content: '';
@@ -16,7 +16,7 @@
<link rel="canonical" href="{{ page.url(true, true) }}" /> <link rel="canonical" href="{{ page.url(true, true) }}" />
{% block stylesheets %} {% block stylesheets %}
{% do assets.addCss('theme://css-compiled/template.min.css'~compress) %} {% do assets.addCss('theme://css-compiled/template.css') %}
{% endblock %} {% endblock %}
{{ assets.css() }} {{ assets.css() }}