Eliminate Python dependency: embed frontend assets in odoo-go
- Copy all OWL frontend assets (JS/CSS/XML/fonts/images) into frontend/ directory (2925 files, 43MB) — no more runtime reads from Python Odoo - Replace OdooAddonsPath config with FrontendDir pointing to local frontend/ - Rewire bundle.go, static.go, templates.go, webclient.go to read from frontend/ instead of external Python Odoo addons directory - Auto-detect frontend/ and build/ dirs relative to binary in main.go - Delete obsolete Python helper scripts (tools/*.py) The Go server is now fully self-contained: single binary + frontend/ folder. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
102
frontend/web/static/fonts/fonts.scss
Normal file
102
frontend/web/static/fonts/fonts.scss
Normal file
@@ -0,0 +1,102 @@
|
||||
// ------------------------------------------------------------------
|
||||
// Lato
|
||||
// ------------------------------------------------------------------
|
||||
$lato-font-path: './lato';
|
||||
|
||||
@mixin lato-font($type, $weight, $style) {
|
||||
// Cyrillic: U+0400-04FF, U+0500-052F
|
||||
@font-face {
|
||||
font-family: 'Odoo Unicode Support Noto';
|
||||
src: url('https://fonts.odoocdn.com/fonts/noto/NotoSans-#{$type}.woff2') format('woff2'),
|
||||
url('https://fonts.odoocdn.com/fonts/noto/NotoSans-#{$type}.woff') format('woff'),
|
||||
url('https://fonts.odoocdn.com/fonts/noto/NotoSans-#{$type}.ttf') format('truetype');
|
||||
font-weight: $weight;
|
||||
font-style: $style;
|
||||
unicode-range: U+0400-04FF, U+0500-052F;
|
||||
}
|
||||
// Hebrew: U+0590-05FF, U+FB1D-FB4F
|
||||
@font-face {
|
||||
font-family: 'Odoo Unicode Support Noto';
|
||||
src: url('https://fonts.odoocdn.com/fonts/noto/NotoSansHebrew-#{$type}.woff2') format('woff2'),
|
||||
url('https://fonts.odoocdn.com/fonts/noto/NotoSansHebrew-#{$type}.woff') format('woff'),
|
||||
url('https://fonts.odoocdn.com/fonts/noto/NotoSansHebrew-#{$type}.ttf') format('truetype');
|
||||
font-weight: $weight;
|
||||
font-style: $style;
|
||||
unicode-range: U+0590-05FF, U+FB1D-FB4F;
|
||||
}
|
||||
// Arabic: U+0600-06FF, U+0750-077F
|
||||
@font-face {
|
||||
font-family: 'Odoo Unicode Support Noto';
|
||||
src: url('https://fonts.odoocdn.com/fonts/noto/NotoSansArabic-#{$type}.woff2') format('woff2'),
|
||||
url('https://fonts.odoocdn.com/fonts/noto/NotoSansArabic-#{$type}.woff') format('woff'),
|
||||
url('https://fonts.odoocdn.com/fonts/noto/NotoSansArabic-#{$type}.ttf') format('truetype');
|
||||
font-weight: $weight;
|
||||
font-style: $style;
|
||||
unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF;
|
||||
}
|
||||
// Telugu: U+0C00-0C7F
|
||||
@font-face {
|
||||
font-family: 'Odoo Unicode Support Noto';
|
||||
src: url('https://fonts.odoocdn.com/fonts/noto/NotoSansTelugu-#{$type}.woff2') format('woff2'),
|
||||
url('https://fonts.odoocdn.com/fonts/noto/NotoSansTelugu-#{$type}.woff') format('woff'),
|
||||
url('https://fonts.odoocdn.com/fonts/noto/NotoSansTelugu-#{$type}.ttf') format('truetype');
|
||||
font-weight: $weight;
|
||||
font-style: $style;
|
||||
unicode-range: U+0C00-0C7F;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
src: url('#{$lato-font-path}/Lato-#{$type}-webfont.eot');
|
||||
src: url('#{$lato-font-path}/Lato-#{$type}-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('#{$lato-font-path}/Lato-#{$type}-webfont.woff') format('woff'),
|
||||
url('#{$lato-font-path}/Lato-#{$type}-webfont.ttf') format('truetype'),
|
||||
url('#{$lato-font-path}/Lato-#{$type}-webfont.svg#Lato') format('svg');
|
||||
font-weight: $weight;
|
||||
font-style: $style;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Lato-#{$type}';
|
||||
src: url('#{$lato-font-path}/Lato-#{$type}-webfont.eot');
|
||||
src: url('#{$lato-font-path}/Lato-#{$type}-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('#{$lato-font-path}/Lato-#{$type}-webfont.woff') format('woff'),
|
||||
url('#{$lato-font-path}/Lato-#{$type}-webfont.ttf') format('truetype'),
|
||||
url('#{$lato-font-path}/Lato-#{$type}-webfont.svg#Roboto') format('svg');
|
||||
}
|
||||
}
|
||||
|
||||
@mixin lato-font-pair($type, $weight) {
|
||||
@include lato-font('#{$type}', $weight, normal);
|
||||
@include lato-font('#{$type}Ita', $weight, italic);
|
||||
}
|
||||
|
||||
@include lato-font-pair('Hai', 100);
|
||||
@include lato-font-pair('Lig', 300);
|
||||
@include lato-font-pair('Reg', 400);
|
||||
@include lato-font-pair('Bol', 700);
|
||||
@include lato-font-pair('Bla', 900);
|
||||
|
||||
// ------------------------------------------------------------------
|
||||
// Google fonts
|
||||
// ------------------------------------------------------------------
|
||||
$google-font-path: './google';
|
||||
|
||||
@mixin google-font($family, $type, $weight, $style) {
|
||||
@font-face {
|
||||
font-family: $family;
|
||||
src: url('#{$google-font-path}/#{$family}/#{$family}-#{$type}.ttf') format('truetype');
|
||||
font-weight: $weight;
|
||||
font-style: $style;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin google-font-pair($family) {
|
||||
@include google-font('#{$family}', 'Regular', 400, normal);
|
||||
}
|
||||
|
||||
@include google-font-pair('Montserrat');
|
||||
@include google-font-pair('Open_Sans');
|
||||
@include google-font-pair('Oswald');
|
||||
@include google-font-pair('Raleway');
|
||||
@include google-font-pair('Roboto');
|
||||
@include google-font-pair('Tajawal');
|
||||
@include google-font-pair('Fira_Mono');
|
||||
BIN
frontend/web/static/fonts/google/Fira_Mono/Fira_Mono-Bold.ttf
Normal file
BIN
frontend/web/static/fonts/google/Fira_Mono/Fira_Mono-Bold.ttf
Normal file
Binary file not shown.
BIN
frontend/web/static/fonts/google/Fira_Mono/Fira_Mono-Medium.ttf
Normal file
BIN
frontend/web/static/fonts/google/Fira_Mono/Fira_Mono-Medium.ttf
Normal file
Binary file not shown.
BIN
frontend/web/static/fonts/google/Fira_Mono/Fira_Mono-Regular.ttf
Normal file
BIN
frontend/web/static/fonts/google/Fira_Mono/Fira_Mono-Regular.ttf
Normal file
Binary file not shown.
93
frontend/web/static/fonts/google/Fira_Mono/OFL.txt
Normal file
93
frontend/web/static/fonts/google/Fira_Mono/OFL.txt
Normal file
@@ -0,0 +1,93 @@
|
||||
Copyright (c) 2012-2013, The Mozilla Corporation and Telefonica S.A.
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
This license is copied below, and is also available with a FAQ at:
|
||||
https://openfontlicense.org
|
||||
|
||||
|
||||
-----------------------------------------------------------
|
||||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||
-----------------------------------------------------------
|
||||
|
||||
PREAMBLE
|
||||
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||
development of collaborative font projects, to support the font creation
|
||||
efforts of academic and linguistic communities, and to provide a free and
|
||||
open framework in which fonts may be shared and improved in partnership
|
||||
with others.
|
||||
|
||||
The OFL allows the licensed fonts to be used, studied, modified and
|
||||
redistributed freely as long as they are not sold by themselves. The
|
||||
fonts, including any derivative works, can be bundled, embedded,
|
||||
redistributed and/or sold with any software provided that any reserved
|
||||
names are not used by derivative works. The fonts and derivatives,
|
||||
however, cannot be released under any other type of license. The
|
||||
requirement for fonts to remain under this license does not apply
|
||||
to any document created using the fonts or their derivatives.
|
||||
|
||||
DEFINITIONS
|
||||
"Font Software" refers to the set of files released by the Copyright
|
||||
Holder(s) under this license and clearly marked as such. This may
|
||||
include source files, build scripts and documentation.
|
||||
|
||||
"Reserved Font Name" refers to any names specified as such after the
|
||||
copyright statement(s).
|
||||
|
||||
"Original Version" refers to the collection of Font Software components as
|
||||
distributed by the Copyright Holder(s).
|
||||
|
||||
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||
or substituting -- in part or in whole -- any of the components of the
|
||||
Original Version, by changing formats or by porting the Font Software to a
|
||||
new environment.
|
||||
|
||||
"Author" refers to any designer, engineer, programmer, technical
|
||||
writer or other person who contributed to the Font Software.
|
||||
|
||||
PERMISSION & CONDITIONS
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||
redistribute, and sell modified and unmodified copies of the Font
|
||||
Software, subject to the following conditions:
|
||||
|
||||
1) Neither the Font Software nor any of its individual components,
|
||||
in Original or Modified Versions, may be sold by itself.
|
||||
|
||||
2) Original or Modified Versions of the Font Software may be bundled,
|
||||
redistributed and/or sold with any software, provided that each copy
|
||||
contains the above copyright notice and this license. These can be
|
||||
included either as stand-alone text files, human-readable headers or
|
||||
in the appropriate machine-readable metadata fields within text or
|
||||
binary files as long as those fields can be easily viewed by the user.
|
||||
|
||||
3) No Modified Version of the Font Software may use the Reserved Font
|
||||
Name(s) unless explicit written permission is granted by the corresponding
|
||||
Copyright Holder. This restriction only applies to the primary font name as
|
||||
presented to the users.
|
||||
|
||||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||
Software shall not be used to promote, endorse or advertise any
|
||||
Modified Version, except to acknowledge the contribution(s) of the
|
||||
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||
permission.
|
||||
|
||||
5) The Font Software, modified or unmodified, in part or in whole,
|
||||
must be distributed entirely under this license, and must not be
|
||||
distributed under any other license. The requirement for fonts to
|
||||
remain under this license does not apply to any document created
|
||||
using the Font Software.
|
||||
|
||||
TERMINATION
|
||||
This license becomes null and void if any of the above conditions are
|
||||
not met.
|
||||
|
||||
DISCLAIMER
|
||||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||
OTHER DEALINGS IN THE FONT SOFTWARE.
|
||||
BIN
frontend/web/static/fonts/google/Montserrat/Montserrat-Black.ttf
Normal file
BIN
frontend/web/static/fonts/google/Montserrat/Montserrat-Black.ttf
Normal file
Binary file not shown.
Binary file not shown.
BIN
frontend/web/static/fonts/google/Montserrat/Montserrat-Bold.ttf
Normal file
BIN
frontend/web/static/fonts/google/Montserrat/Montserrat-Bold.ttf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
frontend/web/static/fonts/google/Montserrat/Montserrat-Light.ttf
Normal file
BIN
frontend/web/static/fonts/google/Montserrat/Montserrat-Light.ttf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
frontend/web/static/fonts/google/Montserrat/Montserrat-Thin.ttf
Normal file
BIN
frontend/web/static/fonts/google/Montserrat/Montserrat-Thin.ttf
Normal file
Binary file not shown.
Binary file not shown.
93
frontend/web/static/fonts/google/Montserrat/OFL.txt
Normal file
93
frontend/web/static/fonts/google/Montserrat/OFL.txt
Normal file
@@ -0,0 +1,93 @@
|
||||
Copyright 2011 The Montserrat Project Authors (https://github.com/JulietaUla/Montserrat)
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
This license is copied below, and is also available with a FAQ at:
|
||||
http://scripts.sil.org/OFL
|
||||
|
||||
|
||||
-----------------------------------------------------------
|
||||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||
-----------------------------------------------------------
|
||||
|
||||
PREAMBLE
|
||||
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||
development of collaborative font projects, to support the font creation
|
||||
efforts of academic and linguistic communities, and to provide a free and
|
||||
open framework in which fonts may be shared and improved in partnership
|
||||
with others.
|
||||
|
||||
The OFL allows the licensed fonts to be used, studied, modified and
|
||||
redistributed freely as long as they are not sold by themselves. The
|
||||
fonts, including any derivative works, can be bundled, embedded,
|
||||
redistributed and/or sold with any software provided that any reserved
|
||||
names are not used by derivative works. The fonts and derivatives,
|
||||
however, cannot be released under any other type of license. The
|
||||
requirement for fonts to remain under this license does not apply
|
||||
to any document created using the fonts or their derivatives.
|
||||
|
||||
DEFINITIONS
|
||||
"Font Software" refers to the set of files released by the Copyright
|
||||
Holder(s) under this license and clearly marked as such. This may
|
||||
include source files, build scripts and documentation.
|
||||
|
||||
"Reserved Font Name" refers to any names specified as such after the
|
||||
copyright statement(s).
|
||||
|
||||
"Original Version" refers to the collection of Font Software components as
|
||||
distributed by the Copyright Holder(s).
|
||||
|
||||
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||
or substituting -- in part or in whole -- any of the components of the
|
||||
Original Version, by changing formats or by porting the Font Software to a
|
||||
new environment.
|
||||
|
||||
"Author" refers to any designer, engineer, programmer, technical
|
||||
writer or other person who contributed to the Font Software.
|
||||
|
||||
PERMISSION & CONDITIONS
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||
redistribute, and sell modified and unmodified copies of the Font
|
||||
Software, subject to the following conditions:
|
||||
|
||||
1) Neither the Font Software nor any of its individual components,
|
||||
in Original or Modified Versions, may be sold by itself.
|
||||
|
||||
2) Original or Modified Versions of the Font Software may be bundled,
|
||||
redistributed and/or sold with any software, provided that each copy
|
||||
contains the above copyright notice and this license. These can be
|
||||
included either as stand-alone text files, human-readable headers or
|
||||
in the appropriate machine-readable metadata fields within text or
|
||||
binary files as long as those fields can be easily viewed by the user.
|
||||
|
||||
3) No Modified Version of the Font Software may use the Reserved Font
|
||||
Name(s) unless explicit written permission is granted by the corresponding
|
||||
Copyright Holder. This restriction only applies to the primary font name as
|
||||
presented to the users.
|
||||
|
||||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||
Software shall not be used to promote, endorse or advertise any
|
||||
Modified Version, except to acknowledge the contribution(s) of the
|
||||
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||
permission.
|
||||
|
||||
5) The Font Software, modified or unmodified, in part or in whole,
|
||||
must be distributed entirely under this license, and must not be
|
||||
distributed under any other license. The requirement for fonts to
|
||||
remain under this license does not apply to any document created
|
||||
using the Font Software.
|
||||
|
||||
TERMINATION
|
||||
This license becomes null and void if any of the above conditions are
|
||||
not met.
|
||||
|
||||
DISCLAIMER
|
||||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||
OTHER DEALINGS IN THE FONT SOFTWARE.
|
||||
202
frontend/web/static/fonts/google/Open_Sans/LICENSE.txt
Normal file
202
frontend/web/static/fonts/google/Open_Sans/LICENSE.txt
Normal file
@@ -0,0 +1,202 @@
|
||||
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright [yyyy] [name of copyright owner]
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
BIN
frontend/web/static/fonts/google/Open_Sans/Open_Sans-Bold.ttf
Normal file
BIN
frontend/web/static/fonts/google/Open_Sans/Open_Sans-Bold.ttf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
frontend/web/static/fonts/google/Open_Sans/Open_Sans-Italic.ttf
Normal file
BIN
frontend/web/static/fonts/google/Open_Sans/Open_Sans-Italic.ttf
Normal file
Binary file not shown.
BIN
frontend/web/static/fonts/google/Open_Sans/Open_Sans-Light.ttf
Normal file
BIN
frontend/web/static/fonts/google/Open_Sans/Open_Sans-Light.ttf
Normal file
Binary file not shown.
Binary file not shown.
BIN
frontend/web/static/fonts/google/Open_Sans/Open_Sans-Regular.ttf
Normal file
BIN
frontend/web/static/fonts/google/Open_Sans/Open_Sans-Regular.ttf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
93
frontend/web/static/fonts/google/Oswald/OFL.txt
Normal file
93
frontend/web/static/fonts/google/Oswald/OFL.txt
Normal file
@@ -0,0 +1,93 @@
|
||||
Copyright 2016 The Oswald Project Authors (https://github.com/googlefonts/OswaldFont)
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
This license is copied below, and is also available with a FAQ at:
|
||||
http://scripts.sil.org/OFL
|
||||
|
||||
|
||||
-----------------------------------------------------------
|
||||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||
-----------------------------------------------------------
|
||||
|
||||
PREAMBLE
|
||||
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||
development of collaborative font projects, to support the font creation
|
||||
efforts of academic and linguistic communities, and to provide a free and
|
||||
open framework in which fonts may be shared and improved in partnership
|
||||
with others.
|
||||
|
||||
The OFL allows the licensed fonts to be used, studied, modified and
|
||||
redistributed freely as long as they are not sold by themselves. The
|
||||
fonts, including any derivative works, can be bundled, embedded,
|
||||
redistributed and/or sold with any software provided that any reserved
|
||||
names are not used by derivative works. The fonts and derivatives,
|
||||
however, cannot be released under any other type of license. The
|
||||
requirement for fonts to remain under this license does not apply
|
||||
to any document created using the fonts or their derivatives.
|
||||
|
||||
DEFINITIONS
|
||||
"Font Software" refers to the set of files released by the Copyright
|
||||
Holder(s) under this license and clearly marked as such. This may
|
||||
include source files, build scripts and documentation.
|
||||
|
||||
"Reserved Font Name" refers to any names specified as such after the
|
||||
copyright statement(s).
|
||||
|
||||
"Original Version" refers to the collection of Font Software components as
|
||||
distributed by the Copyright Holder(s).
|
||||
|
||||
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||
or substituting -- in part or in whole -- any of the components of the
|
||||
Original Version, by changing formats or by porting the Font Software to a
|
||||
new environment.
|
||||
|
||||
"Author" refers to any designer, engineer, programmer, technical
|
||||
writer or other person who contributed to the Font Software.
|
||||
|
||||
PERMISSION & CONDITIONS
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||
redistribute, and sell modified and unmodified copies of the Font
|
||||
Software, subject to the following conditions:
|
||||
|
||||
1) Neither the Font Software nor any of its individual components,
|
||||
in Original or Modified Versions, may be sold by itself.
|
||||
|
||||
2) Original or Modified Versions of the Font Software may be bundled,
|
||||
redistributed and/or sold with any software, provided that each copy
|
||||
contains the above copyright notice and this license. These can be
|
||||
included either as stand-alone text files, human-readable headers or
|
||||
in the appropriate machine-readable metadata fields within text or
|
||||
binary files as long as those fields can be easily viewed by the user.
|
||||
|
||||
3) No Modified Version of the Font Software may use the Reserved Font
|
||||
Name(s) unless explicit written permission is granted by the corresponding
|
||||
Copyright Holder. This restriction only applies to the primary font name as
|
||||
presented to the users.
|
||||
|
||||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||
Software shall not be used to promote, endorse or advertise any
|
||||
Modified Version, except to acknowledge the contribution(s) of the
|
||||
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||
permission.
|
||||
|
||||
5) The Font Software, modified or unmodified, in part or in whole,
|
||||
must be distributed entirely under this license, and must not be
|
||||
distributed under any other license. The requirement for fonts to
|
||||
remain under this license does not apply to any document created
|
||||
using the Font Software.
|
||||
|
||||
TERMINATION
|
||||
This license becomes null and void if any of the above conditions are
|
||||
not met.
|
||||
|
||||
DISCLAIMER
|
||||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||
OTHER DEALINGS IN THE FONT SOFTWARE.
|
||||
BIN
frontend/web/static/fonts/google/Oswald/Oswald-Bold.ttf
Normal file
BIN
frontend/web/static/fonts/google/Oswald/Oswald-Bold.ttf
Normal file
Binary file not shown.
BIN
frontend/web/static/fonts/google/Oswald/Oswald-ExtraLight.ttf
Normal file
BIN
frontend/web/static/fonts/google/Oswald/Oswald-ExtraLight.ttf
Normal file
Binary file not shown.
BIN
frontend/web/static/fonts/google/Oswald/Oswald-Light.ttf
Normal file
BIN
frontend/web/static/fonts/google/Oswald/Oswald-Light.ttf
Normal file
Binary file not shown.
BIN
frontend/web/static/fonts/google/Oswald/Oswald-Medium.ttf
Normal file
BIN
frontend/web/static/fonts/google/Oswald/Oswald-Medium.ttf
Normal file
Binary file not shown.
BIN
frontend/web/static/fonts/google/Oswald/Oswald-Regular.ttf
Normal file
BIN
frontend/web/static/fonts/google/Oswald/Oswald-Regular.ttf
Normal file
Binary file not shown.
BIN
frontend/web/static/fonts/google/Oswald/Oswald-SemiBold.ttf
Normal file
BIN
frontend/web/static/fonts/google/Oswald/Oswald-SemiBold.ttf
Normal file
Binary file not shown.
95
frontend/web/static/fonts/google/Raleway/OFL.txt
Normal file
95
frontend/web/static/fonts/google/Raleway/OFL.txt
Normal file
@@ -0,0 +1,95 @@
|
||||
Copyright (c) 2010, Matt McInerney (matt@pixelspread.com),
|
||||
Copyright (c) 2011, Pablo Impallari (www.impallari.com|impallari@gmail.com),
|
||||
Copyright (c) 2011, Rodrigo Fuenzalida (www.rfuenzalida.com|hello@rfuenzalida.com), with Reserved Font Name Raleway
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
This license is copied below, and is also available with a FAQ at:
|
||||
http://scripts.sil.org/OFL
|
||||
|
||||
|
||||
-----------------------------------------------------------
|
||||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||
-----------------------------------------------------------
|
||||
|
||||
PREAMBLE
|
||||
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||
development of collaborative font projects, to support the font creation
|
||||
efforts of academic and linguistic communities, and to provide a free and
|
||||
open framework in which fonts may be shared and improved in partnership
|
||||
with others.
|
||||
|
||||
The OFL allows the licensed fonts to be used, studied, modified and
|
||||
redistributed freely as long as they are not sold by themselves. The
|
||||
fonts, including any derivative works, can be bundled, embedded,
|
||||
redistributed and/or sold with any software provided that any reserved
|
||||
names are not used by derivative works. The fonts and derivatives,
|
||||
however, cannot be released under any other type of license. The
|
||||
requirement for fonts to remain under this license does not apply
|
||||
to any document created using the fonts or their derivatives.
|
||||
|
||||
DEFINITIONS
|
||||
"Font Software" refers to the set of files released by the Copyright
|
||||
Holder(s) under this license and clearly marked as such. This may
|
||||
include source files, build scripts and documentation.
|
||||
|
||||
"Reserved Font Name" refers to any names specified as such after the
|
||||
copyright statement(s).
|
||||
|
||||
"Original Version" refers to the collection of Font Software components as
|
||||
distributed by the Copyright Holder(s).
|
||||
|
||||
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||
or substituting -- in part or in whole -- any of the components of the
|
||||
Original Version, by changing formats or by porting the Font Software to a
|
||||
new environment.
|
||||
|
||||
"Author" refers to any designer, engineer, programmer, technical
|
||||
writer or other person who contributed to the Font Software.
|
||||
|
||||
PERMISSION & CONDITIONS
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||
redistribute, and sell modified and unmodified copies of the Font
|
||||
Software, subject to the following conditions:
|
||||
|
||||
1) Neither the Font Software nor any of its individual components,
|
||||
in Original or Modified Versions, may be sold by itself.
|
||||
|
||||
2) Original or Modified Versions of the Font Software may be bundled,
|
||||
redistributed and/or sold with any software, provided that each copy
|
||||
contains the above copyright notice and this license. These can be
|
||||
included either as stand-alone text files, human-readable headers or
|
||||
in the appropriate machine-readable metadata fields within text or
|
||||
binary files as long as those fields can be easily viewed by the user.
|
||||
|
||||
3) No Modified Version of the Font Software may use the Reserved Font
|
||||
Name(s) unless explicit written permission is granted by the corresponding
|
||||
Copyright Holder. This restriction only applies to the primary font name as
|
||||
presented to the users.
|
||||
|
||||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||
Software shall not be used to promote, endorse or advertise any
|
||||
Modified Version, except to acknowledge the contribution(s) of the
|
||||
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||
permission.
|
||||
|
||||
5) The Font Software, modified or unmodified, in part or in whole,
|
||||
must be distributed entirely under this license, and must not be
|
||||
distributed under any other license. The requirement for fonts to
|
||||
remain under this license does not apply to any document created
|
||||
using the Font Software.
|
||||
|
||||
TERMINATION
|
||||
This license becomes null and void if any of the above conditions are
|
||||
not met.
|
||||
|
||||
DISCLAIMER
|
||||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||
OTHER DEALINGS IN THE FONT SOFTWARE.
|
||||
BIN
frontend/web/static/fonts/google/Raleway/Raleway-Black.ttf
Normal file
BIN
frontend/web/static/fonts/google/Raleway/Raleway-Black.ttf
Normal file
Binary file not shown.
BIN
frontend/web/static/fonts/google/Raleway/Raleway-BlackItalic.ttf
Normal file
BIN
frontend/web/static/fonts/google/Raleway/Raleway-BlackItalic.ttf
Normal file
Binary file not shown.
BIN
frontend/web/static/fonts/google/Raleway/Raleway-Bold.ttf
Normal file
BIN
frontend/web/static/fonts/google/Raleway/Raleway-Bold.ttf
Normal file
Binary file not shown.
BIN
frontend/web/static/fonts/google/Raleway/Raleway-BoldItalic.ttf
Normal file
BIN
frontend/web/static/fonts/google/Raleway/Raleway-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
frontend/web/static/fonts/google/Raleway/Raleway-ExtraBold.ttf
Normal file
BIN
frontend/web/static/fonts/google/Raleway/Raleway-ExtraBold.ttf
Normal file
Binary file not shown.
Binary file not shown.
BIN
frontend/web/static/fonts/google/Raleway/Raleway-ExtraLight.ttf
Normal file
BIN
frontend/web/static/fonts/google/Raleway/Raleway-ExtraLight.ttf
Normal file
Binary file not shown.
Binary file not shown.
BIN
frontend/web/static/fonts/google/Raleway/Raleway-Italic.ttf
Normal file
BIN
frontend/web/static/fonts/google/Raleway/Raleway-Italic.ttf
Normal file
Binary file not shown.
BIN
frontend/web/static/fonts/google/Raleway/Raleway-Light.ttf
Normal file
BIN
frontend/web/static/fonts/google/Raleway/Raleway-Light.ttf
Normal file
Binary file not shown.
BIN
frontend/web/static/fonts/google/Raleway/Raleway-LightItalic.ttf
Normal file
BIN
frontend/web/static/fonts/google/Raleway/Raleway-LightItalic.ttf
Normal file
Binary file not shown.
BIN
frontend/web/static/fonts/google/Raleway/Raleway-Medium.ttf
Normal file
BIN
frontend/web/static/fonts/google/Raleway/Raleway-Medium.ttf
Normal file
Binary file not shown.
Binary file not shown.
BIN
frontend/web/static/fonts/google/Raleway/Raleway-Regular.ttf
Normal file
BIN
frontend/web/static/fonts/google/Raleway/Raleway-Regular.ttf
Normal file
Binary file not shown.
BIN
frontend/web/static/fonts/google/Raleway/Raleway-SemiBold.ttf
Normal file
BIN
frontend/web/static/fonts/google/Raleway/Raleway-SemiBold.ttf
Normal file
Binary file not shown.
Binary file not shown.
BIN
frontend/web/static/fonts/google/Raleway/Raleway-Thin.ttf
Normal file
BIN
frontend/web/static/fonts/google/Raleway/Raleway-Thin.ttf
Normal file
Binary file not shown.
BIN
frontend/web/static/fonts/google/Raleway/Raleway-ThinItalic.ttf
Normal file
BIN
frontend/web/static/fonts/google/Raleway/Raleway-ThinItalic.ttf
Normal file
Binary file not shown.
202
frontend/web/static/fonts/google/Roboto/LICENSE.txt
Normal file
202
frontend/web/static/fonts/google/Roboto/LICENSE.txt
Normal file
@@ -0,0 +1,202 @@
|
||||
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright [yyyy] [name of copyright owner]
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
BIN
frontend/web/static/fonts/google/Roboto/Roboto-Black.ttf
Normal file
BIN
frontend/web/static/fonts/google/Roboto/Roboto-Black.ttf
Normal file
Binary file not shown.
BIN
frontend/web/static/fonts/google/Roboto/Roboto-BlackItalic.ttf
Normal file
BIN
frontend/web/static/fonts/google/Roboto/Roboto-BlackItalic.ttf
Normal file
Binary file not shown.
BIN
frontend/web/static/fonts/google/Roboto/Roboto-Bold.ttf
Normal file
BIN
frontend/web/static/fonts/google/Roboto/Roboto-Bold.ttf
Normal file
Binary file not shown.
BIN
frontend/web/static/fonts/google/Roboto/Roboto-BoldItalic.ttf
Normal file
BIN
frontend/web/static/fonts/google/Roboto/Roboto-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
frontend/web/static/fonts/google/Roboto/Roboto-Italic.ttf
Normal file
BIN
frontend/web/static/fonts/google/Roboto/Roboto-Italic.ttf
Normal file
Binary file not shown.
BIN
frontend/web/static/fonts/google/Roboto/Roboto-Light.ttf
Normal file
BIN
frontend/web/static/fonts/google/Roboto/Roboto-Light.ttf
Normal file
Binary file not shown.
BIN
frontend/web/static/fonts/google/Roboto/Roboto-LightItalic.ttf
Normal file
BIN
frontend/web/static/fonts/google/Roboto/Roboto-LightItalic.ttf
Normal file
Binary file not shown.
BIN
frontend/web/static/fonts/google/Roboto/Roboto-Medium.ttf
Normal file
BIN
frontend/web/static/fonts/google/Roboto/Roboto-Medium.ttf
Normal file
Binary file not shown.
BIN
frontend/web/static/fonts/google/Roboto/Roboto-MediumItalic.ttf
Normal file
BIN
frontend/web/static/fonts/google/Roboto/Roboto-MediumItalic.ttf
Normal file
Binary file not shown.
BIN
frontend/web/static/fonts/google/Roboto/Roboto-Regular.ttf
Normal file
BIN
frontend/web/static/fonts/google/Roboto/Roboto-Regular.ttf
Normal file
Binary file not shown.
BIN
frontend/web/static/fonts/google/Roboto/Roboto-Thin.ttf
Normal file
BIN
frontend/web/static/fonts/google/Roboto/Roboto-Thin.ttf
Normal file
Binary file not shown.
BIN
frontend/web/static/fonts/google/Roboto/Roboto-ThinItalic.ttf
Normal file
BIN
frontend/web/static/fonts/google/Roboto/Roboto-ThinItalic.ttf
Normal file
Binary file not shown.
1
frontend/web/static/fonts/google/Roboto/roboto.b64
Normal file
1
frontend/web/static/fonts/google/Roboto/roboto.b64
Normal file
File diff suppressed because one or more lines are too long
93
frontend/web/static/fonts/google/Tajawal/OFL.txt
Normal file
93
frontend/web/static/fonts/google/Tajawal/OFL.txt
Normal file
@@ -0,0 +1,93 @@
|
||||
Copyright 2018 Boutros International. (http://www.boutrosfonts.com)
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
This license is copied below, and is also available with a FAQ at:
|
||||
http://scripts.sil.org/OFL
|
||||
|
||||
|
||||
-----------------------------------------------------------
|
||||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||
-----------------------------------------------------------
|
||||
|
||||
PREAMBLE
|
||||
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||
development of collaborative font projects, to support the font creation
|
||||
efforts of academic and linguistic communities, and to provide a free and
|
||||
open framework in which fonts may be shared and improved in partnership
|
||||
with others.
|
||||
|
||||
The OFL allows the licensed fonts to be used, studied, modified and
|
||||
redistributed freely as long as they are not sold by themselves. The
|
||||
fonts, including any derivative works, can be bundled, embedded,
|
||||
redistributed and/or sold with any software provided that any reserved
|
||||
names are not used by derivative works. The fonts and derivatives,
|
||||
however, cannot be released under any other type of license. The
|
||||
requirement for fonts to remain under this license does not apply
|
||||
to any document created using the fonts or their derivatives.
|
||||
|
||||
DEFINITIONS
|
||||
"Font Software" refers to the set of files released by the Copyright
|
||||
Holder(s) under this license and clearly marked as such. This may
|
||||
include source files, build scripts and documentation.
|
||||
|
||||
"Reserved Font Name" refers to any names specified as such after the
|
||||
copyright statement(s).
|
||||
|
||||
"Original Version" refers to the collection of Font Software components as
|
||||
distributed by the Copyright Holder(s).
|
||||
|
||||
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||
or substituting -- in part or in whole -- any of the components of the
|
||||
Original Version, by changing formats or by porting the Font Software to a
|
||||
new environment.
|
||||
|
||||
"Author" refers to any designer, engineer, programmer, technical
|
||||
writer or other person who contributed to the Font Software.
|
||||
|
||||
PERMISSION & CONDITIONS
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||
redistribute, and sell modified and unmodified copies of the Font
|
||||
Software, subject to the following conditions:
|
||||
|
||||
1) Neither the Font Software nor any of its individual components,
|
||||
in Original or Modified Versions, may be sold by itself.
|
||||
|
||||
2) Original or Modified Versions of the Font Software may be bundled,
|
||||
redistributed and/or sold with any software, provided that each copy
|
||||
contains the above copyright notice and this license. These can be
|
||||
included either as stand-alone text files, human-readable headers or
|
||||
in the appropriate machine-readable metadata fields within text or
|
||||
binary files as long as those fields can be easily viewed by the user.
|
||||
|
||||
3) No Modified Version of the Font Software may use the Reserved Font
|
||||
Name(s) unless explicit written permission is granted by the corresponding
|
||||
Copyright Holder. This restriction only applies to the primary font name as
|
||||
presented to the users.
|
||||
|
||||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||
Software shall not be used to promote, endorse or advertise any
|
||||
Modified Version, except to acknowledge the contribution(s) of the
|
||||
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||
permission.
|
||||
|
||||
5) The Font Software, modified or unmodified, in part or in whole,
|
||||
must be distributed entirely under this license, and must not be
|
||||
distributed under any other license. The requirement for fonts to
|
||||
remain under this license does not apply to any document created
|
||||
using the Font Software.
|
||||
|
||||
TERMINATION
|
||||
This license becomes null and void if any of the above conditions are
|
||||
not met.
|
||||
|
||||
DISCLAIMER
|
||||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||
OTHER DEALINGS IN THE FONT SOFTWARE.
|
||||
BIN
frontend/web/static/fonts/google/Tajawal/Tajawal-Black.ttf
Normal file
BIN
frontend/web/static/fonts/google/Tajawal/Tajawal-Black.ttf
Normal file
Binary file not shown.
BIN
frontend/web/static/fonts/google/Tajawal/Tajawal-Bold.ttf
Normal file
BIN
frontend/web/static/fonts/google/Tajawal/Tajawal-Bold.ttf
Normal file
Binary file not shown.
BIN
frontend/web/static/fonts/google/Tajawal/Tajawal-ExtraBold.ttf
Normal file
BIN
frontend/web/static/fonts/google/Tajawal/Tajawal-ExtraBold.ttf
Normal file
Binary file not shown.
BIN
frontend/web/static/fonts/google/Tajawal/Tajawal-ExtraLight.ttf
Normal file
BIN
frontend/web/static/fonts/google/Tajawal/Tajawal-ExtraLight.ttf
Normal file
Binary file not shown.
BIN
frontend/web/static/fonts/google/Tajawal/Tajawal-Light.ttf
Normal file
BIN
frontend/web/static/fonts/google/Tajawal/Tajawal-Light.ttf
Normal file
Binary file not shown.
BIN
frontend/web/static/fonts/google/Tajawal/Tajawal-Medium.ttf
Normal file
BIN
frontend/web/static/fonts/google/Tajawal/Tajawal-Medium.ttf
Normal file
Binary file not shown.
BIN
frontend/web/static/fonts/google/Tajawal/Tajawal-Regular.ttf
Normal file
BIN
frontend/web/static/fonts/google/Tajawal/Tajawal-Regular.ttf
Normal file
Binary file not shown.
BIN
frontend/web/static/fonts/lato/Lato-Bla-webfont.eot
Normal file
BIN
frontend/web/static/fonts/lato/Lato-Bla-webfont.eot
Normal file
Binary file not shown.
311
frontend/web/static/fonts/lato/Lato-Bla-webfont.svg
Normal file
311
frontend/web/static/fonts/lato/Lato-Bla-webfont.svg
Normal file
@@ -0,0 +1,311 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<metadata>
|
||||
This is a custom SVG webfont generated by Font Squirrel.
|
||||
Copyright : Copyright c 20102011 by tyPoland Lukasz Dziedzic with Reserved Font Name Lato Licensed under the SIL Open Font License Version 11
|
||||
Designer : Lukasz Dziedzic
|
||||
Foundry : tyPoland Lukasz Dziedzic
|
||||
Foundry URL : httpwwwtypolandcom
|
||||
</metadata>
|
||||
<defs>
|
||||
<font id="LatoBlack" horiz-adv-x="1187" >
|
||||
<font-face units-per-em="2048" ascent="1649" descent="-399" />
|
||||
<missing-glyph horiz-adv-x="395" />
|
||||
<glyph unicode="fi" horiz-adv-x="1288" d="M20 935v125h150v15q0 96 33.5 181.5t103 148.5t177.5 100t257 37q46 0 95.5 -4.5t85.5 -13.5l-11 -161q-2 -26 -25.5 -34t-49.5 -8q-106 0 -176 -16.5t-110.5 -48.5t-56.5 -80.5t-16 -110.5v-5h674v-1060h-317v843h-347v-843h-317v844l-70 14q-36 8 -58 25.5t-22 51.5z " />
|
||||
<glyph unicode="fl" horiz-adv-x="1306" d="M20 935v125h150v37q0 81 26.5 158t82 137t141.5 96.5t205 36.5q100 0 188.5 -6.5t179.5 -6.5h178v-1512h-315v1299q-52 2 -100.5 5t-79.5 3q-97 0 -148 -54t-51 -156v-37h230v-217h-220v-843h-317v844l-70 14q-36 8 -58 25.5t-22 51.5z" />
|
||||
<glyph unicode="
" horiz-adv-x="0" />
|
||||
<glyph horiz-adv-x="0" />
|
||||
<glyph horiz-adv-x="0" />
|
||||
<glyph unicode=" " horiz-adv-x="395" />
|
||||
<glyph unicode="	" horiz-adv-x="395" />
|
||||
<glyph unicode=" " horiz-adv-x="395" />
|
||||
<glyph unicode="!" horiz-adv-x="770" d="M205 161q0 37 13.5 68.5t38 55t57 37.5t71.5 14q38 0 70.5 -14t57.5 -37.5t38.5 -55t13.5 -68.5t-13.5 -69.5t-38.5 -56t-57.5 -36.5t-70.5 -13q-39 0 -71.5 13t-57 36.5t-38 56t-13.5 69.5zM240 906v586h297v-586q0 -94 -11.5 -186.5t-29.5 -189.5h-215 q-18 96 -29.5 189t-11.5 187z" />
|
||||
<glyph unicode=""" horiz-adv-x="911" d="M113 1199v293h276v-293l-29 -162q-9 -55 -32.5 -84t-77.5 -29q-46 0 -72 29t-37 84zM522 1199v293h277v-293l-29 -162q-9 -55 -32.5 -84t-78.5 -29q-46 0 -72 29t-36 84z" />
|
||||
<glyph unicode="#" d="M20 487q0 9 1.5 19.5t3.5 21.5l16 99h181l43 241h-204l25 129q9 47 40.5 70t98.5 23h70l53 300q8 48 46 75t87 27h146l-72 -402h170l72 402h141q45 0 73 -24.5t28 -63.5v-8q0 -4 -1 -8l-53 -298h199l-25 -129q-9 -48 -40.5 -70.5t-98.5 -22.5h-65l-43 -241h112 q39 0 60.5 -19t21.5 -64q0 -9 -1 -19.5t-3 -21.5l-17 -99h-202l-72 -404h-147q-19 0 -36.5 8t-29.5 22t-19.5 33t-7.5 40q0 5 0.5 11.5t1.5 11.5l50 278h-169l-51 -293q-5 -30 -18 -51t-32.5 -34.5t-42.5 -19.5t-48 -6h-141l72 404h-91q-39 0 -60.5 19t-21.5 64zM482 627 h170l43 241h-170z" />
|
||||
<glyph unicode="$" d="M35 180l98 143q12 17 33 29t45 12q25 0 50.5 -13t55.5 -31.5t66 -37.5t82 -31l38 387q-74 20 -146.5 48t-131 75t-95 119.5t-36.5 182.5q0 81 33 157.5t96 138t155 101t211 45.5l11 114q3 29 25.5 52t58.5 23h117l-21 -202q111 -20 191 -66t135 -98l-78 -114 q-17 -26 -35 -37.5t-43 -11.5q-16 0 -36.5 7.5t-45 18t-53 23t-59.5 21.5l-36 -364q49 -14 98 -31t94.5 -39t85 -50.5t69 -67.5t45.5 -89.5t16 -115.5q0 -97 -32.5 -182.5t-96 -151t-155.5 -107t-211 -50.5l-12 -128q-3 -29 -26 -52t-58 -23h-117l20 211 q-118 19 -224.5 67.5t-180.5 117.5zM393 1094q0 -60 38.5 -98t100.5 -63l31 309q-47 -7 -79 -21t-52 -33.5t-29.5 -43t-9.5 -50.5zM658 245q169 30 169 186q0 58 -37 93t-99 59z" />
|
||||
<glyph unicode="%" horiz-adv-x="1675" d="M51 1130q0 85 26.5 154.5t74.5 118.5t113 76t143 27t143.5 -27t113.5 -76t74.5 -118.5t26.5 -154.5q0 -82 -29.5 -149.5t-79 -116t-114.5 -75t-135 -26.5q-78 0 -143 26.5t-113 75t-74.5 116t-26.5 149.5zM111 0l1124 1445q15 17 37.5 32t62.5 15h232l-1125 -1447 q-15 -19 -38 -32t-56 -13h-237zM297 1130q0 -49 8 -81.5t22.5 -52t35 -27.5t45.5 -8t45.5 8t36 27.5t24 52t8.5 81.5q0 52 -8.5 86.5t-24 55t-36.5 29t-45 8.5q-25 0 -45.5 -8.5t-35 -29t-22.5 -55t-8 -86.5zM909 350q0 85 27 154t74.5 118.5t112.5 76.5t143 27t144 -27 t113.5 -76.5t74 -118.5t26.5 -154q0 -82 -29.5 -150t-79 -116.5t-114.5 -75t-135 -26.5q-78 0 -143 26.5t-112.5 75t-74.5 116.5t-27 150zM1155 350q0 -49 8 -81.5t22.5 -52t35 -28t45.5 -8.5t45.5 8.5t36 28t24 52t8.5 81.5q0 51 -8.5 85.5t-24 55t-36.5 28.5t-45 8 q-25 0 -45.5 -8t-35 -28.5t-22.5 -55t-8 -85.5z" />
|
||||
<glyph unicode="&" horiz-adv-x="1480" d="M47 421q0 68 21 128t59 112t90.5 94.5t115.5 73.5q-48 75 -69.5 147t-21.5 139q0 80 29 151t85 125t137 85.5t187 31.5q99 0 175 -29t128 -76.5t82 -110t37 -128.5l-205 -41q-5 -1 -8.5 -1.5t-7.5 -0.5q-43 0 -64 45q-24 53 -55 81t-82 28q-36 0 -62.5 -13.5t-44.5 -35 t-27 -50t-9 -59.5q0 -27 4.5 -51.5t15 -49.5t29.5 -51.5t49 -57.5l369 -389q28 61 44 128t23 138q2 29 19 45.5t45 16.5h200q0 -150 -40 -279.5t-113 -236.5l313 -330h-313q-24 0 -42.5 2.5t-34 8.5t-30 17.5t-31.5 28.5l-64 68q-97 -68 -212.5 -104.5t-245.5 -36.5 q-89 0 -174.5 30.5t-152 87.5t-107.5 138t-41 181zM371 446q0 -49 14.5 -89t42.5 -68.5t66 -44.5t86 -16q69 0 127.5 18t109.5 51l-343 363q-56 -46 -79.5 -100.5t-23.5 -113.5z" />
|
||||
<glyph unicode="'" horiz-adv-x="501" d="M113 1199v293h276v-293l-29 -162q-9 -55 -32.5 -84t-77.5 -29q-46 0 -72 29t-37 84z" />
|
||||
<glyph unicode="(" horiz-adv-x="614" d="M82 641q0 131 16 258t49.5 249.5t87 241t127.5 234.5l142 -82q17 -11 30.5 -26.5t13.5 -38.5q0 -11 -3.5 -24.5t-12.5 -30.5q-43 -85 -75.5 -179.5t-55 -194.5t-34 -203t-11.5 -204t12 -203.5t35 -202t56.5 -193.5t75.5 -180q14 -30 14 -55t-13.5 -40t-31.5 -26l-142 -82 q-75 115 -128 233.5t-86.5 241t-49.5 249.5t-16 258z" />
|
||||
<glyph unicode=")" horiz-adv-x="614" d="M66 -193q0 25 14 55q42 86 75 180t56 193.5t35 202t12 203.5t-11 204t-34 203t-55.5 194.5t-75.5 179.5q-8 16 -11.5 29.5t-3.5 25.5q0 24 13 39t31 26l141 82q148 -231 214 -476t66 -507q0 -263 -66 -507.5t-214 -474.5l-141 82q-18 11 -31.5 26t-13.5 40z" />
|
||||
<glyph unicode="*" horiz-adv-x="819" d="M57 1078l150 87q19 11 38.5 19.5t40.5 12.5q-20 4 -40 13t-39 20l-150 89l74 123l150 -90q18 -11 35 -23t30 -26q-12 35 -12 78v180h149v-178q0 -22 -2.5 -42t-8.5 -38q13 14 29.5 25.5t35.5 23.5l149 88l74 -123l-150 -87q-20 -11 -39.5 -19.5t-40.5 -12.5 q20 -4 40.5 -12.5t39.5 -20.5l150 -89l-74 -122l-149 89q-19 11 -36 23t-31 27q13 -36 13 -79v-179h-149v177q0 20 2.5 41t8.5 39q-13 -14 -29.5 -25.5t-34.5 -23.5l-150 -87z" />
|
||||
<glyph unicode="+" d="M86 574v228h377v405h258v-405h379v-228h-379v-407h-258v407h-377z" />
|
||||
<glyph unicode="," horiz-adv-x="483" d="M70 180q0 33 12 61t35 49t54.5 33.5t70.5 12.5q46 0 79.5 -16t56 -43t33.5 -62.5t11 -74.5q0 -51 -16.5 -109t-48.5 -116t-80.5 -114.5t-110.5 -102.5l-55 49q-11 11 -17 21t-6 24q0 10 7 22t18 21q12 12 28.5 29.5t32.5 39t30 47t21 54.5q-36 3 -64.5 17.5t-48.5 38 t-31 53.5t-11 66z" />
|
||||
<glyph unicode="-" horiz-adv-x="757" d="M102 495v256h553v-256h-553z" />
|
||||
<glyph unicode="." horiz-adv-x="483" d="M61 161q0 37 14 68.5t38 55t57 37.5t72 14q38 0 70.5 -14t57 -37.5t38.5 -55t14 -68.5t-14 -69.5t-38.5 -56t-57 -36.5t-70.5 -13q-39 0 -72 13t-57 36.5t-38 56t-14 69.5z" />
|
||||
<glyph unicode="/" horiz-adv-x="819" d="M-25 -101l582 1526q20 52 62.5 80t97.5 28h135l-576 -1521q-11 -28 -29 -49t-40 -35.5t-47 -21.5t-49 -7h-136z" />
|
||||
<glyph unicode="0" d="M41 746q0 196 41.5 339.5t115 237.5t174.5 139.5t220 45.5t220.5 -45.5t176 -139.5t116.5 -237.5t42 -339.5t-42 -339t-116.5 -237t-176 -140t-220.5 -46t-220 46t-174.5 140t-115 237t-41.5 339zM369 746q0 -156 19 -254t50 -154.5t71.5 -77.5t82.5 -21t83 21t73 77.5 t51.5 155t19.5 253.5t-19.5 254t-51.5 155t-73 77t-83 21t-82.5 -21t-71.5 -77t-50 -155t-19 -254z" />
|
||||
<glyph unicode="1" d="M135 1103l465 390h262v-1264h246v-229h-850v229h287v753q0 55 3 116l-169 -141q-16 -13 -32.5 -18.5t-32.5 -5.5q-27 0 -47.5 11.5t-30.5 25.5z" />
|
||||
<glyph unicode="2" d="M68 0v102q0 30 12 64t43 61l430 433q55 55 96 105.5t67.5 99t40 97.5t13.5 103q0 89 -42.5 136.5t-129.5 47.5q-36 0 -65.5 -10t-53 -27.5t-40.5 -41t-27 -51.5q-16 -46 -41.5 -66.5t-68.5 -20.5q-10 0 -22 1t-24 3l-168 30q16 112 63 194.5t116 138t158 82.5t191 27 q111 0 199.5 -32t151 -89.5t96 -137t33.5 -174.5q0 -82 -23 -151.5t-63 -132.5t-93 -122t-112 -119l-292 -299q56 16 111 26t103 10h279q51 0 80.5 -28.5t29.5 -74.5v-184h-1048z" />
|
||||
<glyph unicode="3" d="M76 383l141 57q18 8 36 11.5t36 3.5q33 0 59 -13t39 -38q46 -85 98 -123t121 -38q53 0 92.5 18t66 46t39.5 64t13 72q0 48 -6.5 86.5t-37.5 66.5t-93 42.5t-172 14.5v219q93 0 150.5 14.5t88.5 39.5t41.5 61t10.5 79q0 88 -42.5 135.5t-129.5 47.5q-36 0 -66 -10 t-53.5 -27.5t-40 -41t-27.5 -51.5q-16 -46 -41 -66.5t-68 -20.5q-10 0 -22 1t-24 3l-168 30q16 112 62.5 194.5t116 138t158.5 82.5t191 27q111 0 197 -31t145.5 -84.5t90 -123.5t30.5 -148q0 -71 -14.5 -124.5t-42.5 -93t-69.5 -67t-94.5 -45.5q248 -86 248 -337 q0 -119 -43 -207t-115.5 -146.5t-167.5 -87.5t-199 -29q-106 0 -189 23t-147.5 71.5t-113 124.5t-84.5 180z" />
|
||||
<glyph unicode="4" d="M6 564l690 928h303v-912h154v-179q0 -24 -16 -41t-45 -17h-93v-343h-276v343h-600q-30 0 -54 18.5t-30 46.5zM339 580h384v389q0 36 2.5 77t7.5 86z" />
|
||||
<glyph unicode="5" d="M47 174l98 131q15 20 36 31t44 11q31 0 58 -17t59.5 -37t75.5 -36t106 -16t108.5 21t73.5 57t41 85t13 104q0 109 -61.5 165.5t-174.5 56.5q-100 0 -196 -38l-197 53l127 747h764v-131q0 -33 -10.5 -59.5t-32.5 -46.5t-57.5 -31t-85.5 -11h-357l-42 -246q42 7 81 10.5 t76 3.5q118 0 208 -36t151.5 -98t92.5 -145.5t31 -178.5q0 -120 -42.5 -218.5t-118 -170.5t-180.5 -111t-230 -39q-73 0 -139 15t-124 41.5t-107 60.5t-89 73z" />
|
||||
<glyph unicode="6" d="M68 518q0 112 43 222.5t127 225.5l335 453q23 31 68 52t102 21h283l-442 -528q-10 -11 -20 -23t-19 -23q36 13 75 20t85 7q81 0 159.5 -26.5t141 -82t101 -140t38.5 -198.5q0 -104 -39 -198t-110 -164t-171.5 -111t-222.5 -41q-125 0 -224 39t-168.5 110t-105.5 169 t-36 216zM373 475q0 -55 13 -99t41 -76t70 -49t99 -17q49 0 91.5 18.5t73.5 51t48.5 76t17.5 94.5q0 57 -16.5 102.5t-47.5 76t-74.5 47t-96.5 16.5q-48 0 -88 -17t-69 -49t-45.5 -76t-16.5 -99z" />
|
||||
<glyph unicode="7" d="M84 1283v209h1049v-133q0 -56 -12.5 -91t-23.5 -60l-522 -1104q-20 -44 -60 -74t-105 -30h-232l533 1068q22 44 46.5 79t54.5 66h-656q-14 0 -27 6t-23 15.5t-16 22.5t-6 26z" />
|
||||
<glyph unicode="8" d="M61 427q0 60 14 114t44.5 98.5t78 79.5t114.5 58q-102 46 -151.5 128t-49.5 197q0 87 35.5 161t100 128.5t153 85.5t194.5 31q105 0 194 -31t153.5 -85.5t100 -128.5t35.5 -161q0 -115 -50 -197t-151 -128q67 -24 114 -58.5t77.5 -79t44.5 -98.5t14 -114q0 -100 -38 -182 t-108.5 -140t-168.5 -89.5t-217 -31.5t-217 31.5t-168.5 89.5t-109 140t-38.5 182zM389 433q0 -44 12 -82.5t37 -66.5t63.5 -44.5t92.5 -16.5q53 0 92 16.5t64 44.5t37 66.5t12 82.5q0 48 -10.5 88t-34 68t-63 44t-97.5 16t-97.5 -16t-63 -44t-34 -68t-10.5 -88zM420 1096 q0 -39 7 -76t26.5 -65.5t53.5 -46t87 -17.5t87 17.5t53.5 46t26.5 65.5t7 76q0 35 -9 67.5t-30 57.5t-54.5 40.5t-80.5 15.5q-48 0 -81 -15.5t-54 -40.5t-30 -57.5t-9 -67.5z" />
|
||||
<glyph unicode="9" d="M115 1013q0 101 37 191t106.5 158t165.5 107t215 39q121 0 216 -36.5t161 -103t101.5 -158.5t35.5 -202q0 -74 -12 -138.5t-33 -123.5t-50.5 -112.5t-66.5 -106.5l-321 -456q-20 -30 -64.5 -50.5t-99.5 -20.5h-293l473 565q14 17 27 33t25 33q-46 -25 -100 -37t-114 -12 q-73 0 -145.5 26t-131.5 79t-95.5 134t-36.5 192zM432 1036q0 -223 207 -223q101 0 156 61t55 162q0 54 -16 96t-44 69.5t-68 41.5t-87 14q-48 0 -85.5 -16.5t-63.5 -46.5t-40 -70.5t-14 -87.5z" />
|
||||
<glyph unicode=":" horiz-adv-x="565" d="M102 161q0 37 14 68.5t38 55t57 37.5t72 14q38 0 70.5 -14t57 -37.5t38.5 -55t14 -68.5t-14 -69.5t-38.5 -56t-57 -36.5t-70.5 -13q-39 0 -72 13t-57 36.5t-38 56t-14 69.5zM102 860q0 37 14 69t38 55.5t57 37t72 13.5q38 0 70.5 -13.5t57 -37t38.5 -55.5t14 -69t-14 -69 t-38.5 -55.5t-57 -37t-70.5 -13.5q-39 0 -72 13.5t-57 37t-38 55.5t-14 69z" />
|
||||
<glyph unicode=";" horiz-adv-x="565" d="M102 860q0 37 14 69t38 55.5t57 37t72 13.5q38 0 70.5 -13.5t57 -37t38.5 -55.5t14 -69t-14 -69t-38.5 -55.5t-57 -37t-70.5 -13.5q-39 0 -72 13.5t-57 37t-38 55.5t-14 69zM111 180q0 33 12 61t35 49t54.5 33.5t70.5 12.5q46 0 79.5 -16t56 -43t33.5 -62.5t11 -74.5 q0 -51 -16.5 -109t-48.5 -116t-80.5 -114.5t-110.5 -102.5l-55 49q-11 11 -17 21t-6 24q0 10 7 22t18 21q12 12 28.5 29.5t32.5 39t30 47t21 54.5q-36 3 -64.5 17.5t-48.5 38t-31 53.5t-11 66z" />
|
||||
<glyph unicode="<" d="M133 629v124l830 434v-220q0 -24 -12.5 -44t-39.5 -34l-290 -157q-27 -14 -56.5 -24t-62.5 -18q33 -8 62.5 -16.5t56.5 -23.5l290 -157q27 -14 39.5 -34t12.5 -43v-220z" />
|
||||
<glyph unicode="=" d="M127 386v227h932v-227h-932zM127 761v228h932v-228h-932z" />
|
||||
<glyph unicode=">" d="M225 196v220q0 24 12.5 43t38.5 34l291 157q26 14 56 23t63 17q-33 8 -63 18t-56 24l-291 157q-27 14 -39 34t-12 44v220l830 -434v-124z" />
|
||||
<glyph unicode="?" horiz-adv-x="903" d="M39 1356q38 32 82.5 59.5t95.5 48.5t110 32.5t128 11.5q96 0 173.5 -25.5t131.5 -73t83 -114.5t29 -149q0 -79 -21.5 -135.5t-54.5 -98.5t-72.5 -72t-75 -56.5t-61.5 -52t-32 -57.5l-29 -144h-217l-22 165q-1 6 -1.5 12.5t-0.5 12.5q0 45 21.5 79t54 62t70.5 54t71 56 t54.5 67.5t21.5 88.5q0 61 -40.5 98t-111.5 37q-54 0 -90.5 -11.5t-62.5 -25.5t-45.5 -25t-39.5 -11q-44 0 -65 38zM227 161q0 37 14 68.5t38 55t57 37.5t72 14q38 0 70.5 -14t57 -37.5t38.5 -55t14 -68.5t-14 -69.5t-38.5 -56t-57.5 -36.5t-70 -13q-39 0 -72 13t-57 36.5 t-38 56t-14 69.5z" />
|
||||
<glyph unicode="@" horiz-adv-x="1685" d="M51 609q0 108 29 211.5t82 194.5t128 168t167 132.5t199.5 86.5t226.5 31q99 0 193.5 -22.5t179 -65.5t156 -105.5t122.5 -142t79.5 -175.5t28.5 -204q0 -110 -33 -206.5t-93 -169t-142.5 -114.5t-179.5 -42q-33 0 -63.5 7t-57.5 21.5t-49.5 39t-35.5 58.5 q-61 -68 -127.5 -96.5t-143.5 -28.5q-67 0 -117 23t-84 64t-50.5 97.5t-16.5 123.5q0 58 14.5 118.5t44.5 116t75.5 105.5t107 86t139.5 57.5t174 21.5q45 0 81.5 -3.5t68.5 -9.5t60 -15.5t58 -22.5l-101 -388q-15 -60 -15 -96q0 -51 23 -70.5t62 -19.5q37 0 69 26t56 72 t37.5 108.5t13.5 136.5q0 127 -38 223.5t-108 162t-168.5 99.5t-219.5 34q-132 0 -243 -49t-190.5 -134.5t-124 -200t-44.5 -244.5q0 -164 49.5 -287.5t137 -206.5t208 -124.5t260.5 -41.5q81 0 149 8.5t123.5 22.5t98.5 31.5t73 34.5q23 12 42 12q36 0 51 -38l43 -110 q-51 -34 -113.5 -62.5t-134.5 -50t-155 -33.5t-177 -12q-193 0 -354.5 60t-280 171.5t-184.5 270t-66 355.5zM692 503q0 -60 23 -90t65 -30q23 0 45 7t41.5 24t35.5 44.5t26 68.5l71 280q-25 3 -49 3q-51 0 -98 -24.5t-82.5 -66.5t-56.5 -98t-21 -118z" />
|
||||
<glyph unicode="A" horiz-adv-x="1509" d="M2 0l578 1492h354l577 -1492h-268q-45 0 -74 21t-41 54l-88 260h-567l-88 -260q-10 -29 -40 -52t-73 -23h-270zM553 570h408l-138 409q-13 39 -31 91.5t-35 114.5q-16 -62 -33.5 -115.5t-33.5 -92.5z" />
|
||||
<glyph unicode="B" horiz-adv-x="1343" d="M123 0v1492h549q155 0 263 -28.5t177 -81t100 -127t31 -166.5q0 -50 -14.5 -97t-45 -88t-78.5 -74t-116 -58q147 -36 218 -116.5t71 -205.5q0 -95 -37 -177.5t-108 -143t-175.5 -95t-238.5 -34.5h-596zM469 261h244q69 0 112 17.5t68 45t34 62.5t9 71q0 41 -11 73.5 t-37 55t-69 35t-108 12.5h-242v-372zM469 864h180q57 0 103.5 8.5t78.5 29t49 56t17 90.5q0 53 -13.5 88t-41 56.5t-70 31t-100.5 9.5h-203v-369z" />
|
||||
<glyph unicode="C" horiz-adv-x="1345" d="M37 746q0 167 57.5 307t160 241.5t246 157.5t316.5 56q84 0 158.5 -14.5t139 -41t118.5 -62.5t96 -80l-117 -157q-11 -14 -26.5 -26t-42.5 -12q-18 0 -34.5 8.5t-35 20t-40.5 25.5t-52.5 25.5t-71 20t-94.5 8.5q-94 0 -172 -33.5t-133.5 -95.5t-87 -150t-31.5 -198 q0 -115 31.5 -203.5t85 -149.5t125.5 -93t153 -32q47 0 86 5t72.5 16t63.5 29t61 44q12 10 26.5 17t29.5 7q12 0 24.5 -4.5t24.5 -15.5l137 -145q-90 -118 -226 -177.5t-321 -59.5q-170 0 -304.5 57.5t-228.5 159.5t-144 241.5t-50 303.5z" />
|
||||
<glyph unicode="D" horiz-adv-x="1519" d="M123 0v1492h579q174 0 317 -56.5t244.5 -155.5t157.5 -236t56 -298q0 -162 -56 -298.5t-157.5 -236t-244 -155.5t-317.5 -56h-579zM471 266h231q99 0 177 33.5t132 95.5t82.5 151t28.5 200t-28.5 200t-82.5 151t-131.5 95.5t-177.5 33.5h-231v-960z" />
|
||||
<glyph unicode="E" horiz-adv-x="1157" d="M123 0v1492h960v-266h-612v-348h469v-256h-469v-356h612v-266h-960z" />
|
||||
<glyph unicode="F" horiz-adv-x="1140" d="M123 0v1492h960v-266h-612v-378h510v-267h-510v-581h-348z" />
|
||||
<glyph unicode="G" horiz-adv-x="1458" d="M37 746q0 167 55 307t158 241.5t249 157.5t326 56q93 0 175 -15t151.5 -42t126.5 -63.5t102 -79.5l-100 -153q-14 -22 -34 -34t-44 -12q-31 0 -63 20q-41 25 -77.5 43t-74.5 29t-80 16.5t-94 5.5q-97 0 -175 -34.5t-132.5 -97t-84.5 -150t-30 -195.5q0 -119 33 -211 t90.5 -155.5t137 -96.5t173.5 -33q72 0 127.5 12t104.5 33v226h-148q-33 0 -51 17.5t-18 44.5v190h530v-630q-57 -42 -119 -72t-132 -49.5t-149.5 -28.5t-170.5 -9q-164 0 -303.5 57.5t-241 159.5t-159.5 241.5t-58 303.5z" />
|
||||
<glyph unicode="H" horiz-adv-x="1548" d="M123 0v1492h348v-624h606v624h348v-1492h-348v631h-606v-631h-348z" />
|
||||
<glyph unicode="I" horiz-adv-x="655" d="M154 0v1492h348v-1492h-348z" />
|
||||
<glyph unicode="J" horiz-adv-x="880" d="M16 10l19 202q2 27 21 43t53 16q17 0 42.5 -5.5t61.5 -5.5q50 0 87.5 14t62 46t37 84.5t12.5 129.5v958h346v-951q0 -125 -31.5 -227.5t-94.5 -175.5t-158 -113.5t-224 -40.5q-58 0 -115.5 6t-118.5 20z" />
|
||||
<glyph unicode="K" horiz-adv-x="1462" d="M123 0v1492h346v-604h55q77 0 111 48l336 487q28 40 63 54.5t86 14.5h301l-442 -603q-24 -33 -49.5 -54.5t-51.5 -35.5q39 -14 71 -39.5t59 -67.5l450 -692h-309q-30 0 -51 4t-36 12.5t-26.5 20t-21.5 26.5l-338 520q-18 29 -46.5 40.5t-76.5 11.5h-84v-635h-346z" />
|
||||
<glyph unicode="L" horiz-adv-x="1062" d="M123 0v1492h346v-1216h553v-276h-899z" />
|
||||
<glyph unicode="M" horiz-adv-x="1923" d="M123 0v1492h264q23 0 39.5 -1t30 -6t24.5 -16t21 -30l384 -757q20 -39 39 -81t37 -86q17 45 36.5 87.5t39.5 82.5l383 754q10 19 21 30t24.5 16t30 6t39.5 1h264v-1492h-305v858q0 62 6 135l-395 -767q-18 -36 -49.5 -54t-71.5 -18h-47q-40 0 -71 18t-50 54l-397 768 q4 -36 6 -71t2 -65v-858h-305z" />
|
||||
<glyph unicode="N" horiz-adv-x="1548" d="M123 0v1492h182q23 0 38 -2t27.5 -7.5t24 -16t25.5 -27.5l708 -896q-4 43 -6 83.5t-2 75.5v790h305v-1492h-180q-40 0 -67.5 12.5t-53.5 44.5l-703 889q3 -39 5 -76t2 -70v-800h-305z" />
|
||||
<glyph unicode="O" horiz-adv-x="1638" d="M45 746q0 162 56 301.5t157.5 242t245 160.5t317.5 58t317 -58.5t244.5 -161t157 -242t55.5 -300.5q0 -162 -55.5 -301t-157 -242t-244.5 -161t-317 -58t-317.5 58t-245 161t-157.5 242t-56 301zM399 746q0 -112 29 -200t82.5 -149.5t132 -94t178.5 -32.5q99 0 177 32.5 t132 94t82.5 150t28.5 199.5t-28.5 199.5t-82.5 150t-131.5 94.5t-177.5 33t-178.5 -33t-132 -94.5t-82.5 -150t-29 -199.5z" />
|
||||
<glyph unicode="P" horiz-adv-x="1306" d="M123 0v1492h526q158 0 271 -37.5t186.5 -103t108 -154.5t34.5 -192q0 -112 -35.5 -205t-109.5 -160t-187 -104t-268 -37h-180v-499h-346zM469 760h180q135 0 194.5 64.5t59.5 180.5q0 51 -15.5 93t-46.5 72t-78.5 46.5t-113.5 16.5h-180v-473z" />
|
||||
<glyph unicode="Q" horiz-adv-x="1638" d="M45 746q0 162 56 301.5t157.5 242t245 160.5t317.5 58t317 -58.5t244.5 -161t157 -242t55.5 -300.5q0 -96 -20 -184.5t-57 -166.5t-92 -144.5t-124 -117.5l377 -413h-284q-61 0 -111.5 15t-89.5 60l-185 208q-45 -9 -92 -14t-96 -5q-174 0 -317.5 58t-245 161t-157.5 242 t-56 301zM399 746q0 -112 29 -200t82.5 -149.5t132 -94t178.5 -32.5q99 0 177 32.5t132 94t82.5 150t28.5 199.5t-28.5 199.5t-82.5 150t-131.5 94.5t-177.5 33t-178.5 -33t-132 -94.5t-82.5 -150t-29 -199.5z" />
|
||||
<glyph unicode="R" horiz-adv-x="1361" d="M123 0v1492h485q162 0 276 -33.5t186.5 -92.5t105 -140t32.5 -176q0 -73 -19.5 -137.5t-57.5 -119.5t-94 -98t-129 -70q35 -17 65.5 -43t52.5 -63l317 -519h-313q-87 0 -125 66l-248 433q-16 29 -38 41t-62 12h-88v-552h-346zM469 791h139q71 0 120.5 17.5t81.5 49.5 t46 74.5t14 91.5q0 98 -64 153.5t-198 55.5h-139v-442z" />
|
||||
<glyph unicode="S" horiz-adv-x="1110" d="M14 180l103 162q11 18 31.5 29.5t44.5 11.5q31 0 62 -19.5t70.5 -43t90.5 -43t121 -19.5q94 0 146 41.5t52 131.5q0 52 -28.5 85t-75 54.5t-106 38t-122 36.5t-122 49t-106 76.5t-75 119t-28.5 175.5q0 84 33.5 164t99 142.5t161 99.5t218.5 37q69 0 133.5 -10.5 t123 -31.5t109 -50.5t90.5 -65.5l-86 -161q-15 -25 -32 -37t-43 -12q-24 0 -51 14.5t-61.5 33t-78.5 33.5t-100 15q-97 0 -145 -41.5t-48 -112.5q0 -45 29 -74.5t75.5 -51t106.5 -39.5t122.5 -40t122 -51.5t106.5 -76t75.5 -112.5t28.5 -159q0 -103 -36 -193t-104 -157.5 t-168 -105.5t-227 -38q-70 0 -142 14t-139.5 40.5t-127 62t-103.5 79.5z" />
|
||||
<glyph unicode="T" horiz-adv-x="1226" d="M20 1218v274h1186v-274h-420v-1218h-346v1218h-420z" />
|
||||
<glyph unicode="U" horiz-adv-x="1486" d="M102 608v884h347v-883q0 -79 19.5 -140.5t57.5 -105.5t93 -67t124 -23q70 0 125 23t92.5 66.5t57.5 105t20 140.5v884h346v-884q0 -137 -44.5 -251.5t-127.5 -197.5t-201.5 -129t-267.5 -46q-150 0 -268.5 46t-201.5 129t-127 197.5t-44 251.5z" />
|
||||
<glyph unicode="V" horiz-adv-x="1509" d="M0 1492h279q45 0 73.5 -20.5t40.5 -54.5l289 -799q19 -52 39 -113.5t38 -128.5q14 68 33 129t37 113l287 799q10 29 40 52t73 23h280l-598 -1492h-313z" />
|
||||
<glyph unicode="W" horiz-adv-x="2193" d="M10 1492h291q45 0 75.5 -20.5t39.5 -54.5l205 -778q10 -38 20 -81t15 -90q10 48 22.5 90.5t23.5 80.5l242 778q9 29 39.5 52t73.5 23h102q45 0 74.5 -20t40.5 -55l239 -778q11 -36 23.5 -76.5t22.5 -86.5q8 45 16.5 86t17.5 77l205 778q8 30 39 52.5t74 22.5h272 l-461 -1492h-313l-281 925q-7 22 -14.5 47t-14.5 54q-7 -29 -15 -54.5t-15 -46.5l-285 -925h-313z" />
|
||||
<glyph unicode="X" horiz-adv-x="1458" d="M10 0l480 767l-461 725h346q34 0 49.5 -8.5t28.5 -29.5l297 -503q5 13 11.5 25.5t14.5 25.5l260 447q26 43 70 43h332l-468 -710l478 -782h-346q-34 0 -55 16.5t-33 38.5l-299 523q-8 -23 -19 -39l-278 -484q-12 -22 -32.5 -38.5t-51.5 -16.5h-324z" />
|
||||
<glyph unicode="Y" horiz-adv-x="1386" d="M-20 1492h305q45 0 71.5 -21t42.5 -54l211 -434q26 -52 47.5 -96t37.5 -87q15 44 37 88t46 95l209 434q6 13 17 26.5t24.5 24.5t31.5 17.5t40 6.5h307l-541 -925v-567h-346v567z" />
|
||||
<glyph unicode="Z" horiz-adv-x="1249" d="M41 0v133q0 24 8 47t23 42l702 1004h-676v266h1116v-125q0 -27 -8.5 -52.5t-23.5 -47.5l-701 -1001h711v-266h-1151z" />
|
||||
<glyph unicode="[" horiz-adv-x="614" d="M92 -332v1926h459v-120q0 -32 -23 -54.5t-59 -22.5h-113v-1531h113q36 0 59 -22.5t23 -53.5v-122h-459z" />
|
||||
<glyph unicode="\" horiz-adv-x="827" d="M-37 1533h135q55 0 97.5 -27.5t62.5 -80.5l582 -1526h-135q-25 0 -50 7t-47 21.5t-40.5 36t-28.5 48.5z" />
|
||||
<glyph unicode="]" horiz-adv-x="614" d="M63 -210q0 31 23.5 53.5t58.5 22.5h113v1531h-113q-36 0 -59 22.5t-23 54.5v120h459v-1926h-459v122z" />
|
||||
<glyph unicode="^" d="M90 786l395 706h207l395 -706h-233q-28 0 -46 14t-30 36l-127 242q-17 33 -32 62.5t-26 59.5q-10 -30 -23.5 -59.5t-30.5 -62.5l-123 -242q-11 -20 -30 -35t-50 -15h-246z" />
|
||||
<glyph unicode="_" horiz-adv-x="806" d="M0 -111h807v-198h-807v198z" />
|
||||
<glyph unicode="`" horiz-adv-x="675" d="M-39 1508h297q48 0 71.5 -15.5t41.5 -45.5l139 -251h-180q-36 0 -57.5 9.5t-45.5 33.5z" />
|
||||
<glyph unicode="a" horiz-adv-x="1103" d="M72 276q0 56 28.5 116t99 108.5t190.5 81t302 36.5v46q0 93 -38.5 134.5t-108.5 41.5q-56 0 -92 -12.5t-64.5 -28t-55 -27.5t-63.5 -12q-33 0 -56 16t-36 39l-57 99q96 85 213.5 126.5t251.5 41.5q96 0 173.5 -31t131 -87t82 -132.5t28.5 -167.5v-664h-145 q-45 0 -68 12.5t-38 50.5l-23 59q-40 -34 -77 -59.5t-76 -43.5t-84 -26.5t-99 -8.5q-73 0 -132 19t-100.5 55.5t-64 91t-22.5 126.5zM375 292q0 -54 29.5 -76t87.5 -22q61 0 107 21.5t93 69.5v147q-95 -4 -156.5 -16.5t-97.5 -30.5t-49.5 -41.5t-13.5 -51.5z" />
|
||||
<glyph unicode="b" d="M123 0v1533h317v-584q59 58 134.5 93.5t177.5 35.5q83 0 153.5 -35.5t121.5 -105t80.5 -169.5t29.5 -228q0 -120 -33.5 -221.5t-93.5 -176t-143.5 -116.5t-184.5 -42q-47 0 -84.5 9t-68.5 26t-57.5 40.5t-50.5 51.5l-11 -54q-7 -33 -26 -45t-50 -12h-211zM440 289 q36 -40 78 -56t88 -16q44 0 81 17.5t64 56t42.5 100t15.5 149.5q0 84 -12.5 141t-34.5 92.5t-52.5 51t-68.5 15.5q-35 0 -63 -7t-52 -19t-44.5 -31t-41.5 -44v-450z" />
|
||||
<glyph unicode="c" horiz-adv-x="995" d="M53 534q0 115 34.5 214.5t101.5 172.5t166 115t229 42q125 0 219 -40t170 -116l-84 -112q-14 -17 -27.5 -27.5t-38.5 -10.5q-24 0 -42.5 11.5t-42 25t-55.5 25t-79 11.5q-58 0 -100.5 -21.5t-70 -61.5t-41 -98t-13.5 -130q0 -153 59 -235t162 -82q55 0 87.5 14t55 31 t41.5 31t47 14q38 0 58 -27l92 -114q-49 -56 -103.5 -91.5t-111 -55.5t-114 -27.5t-111.5 -7.5q-97 0 -186 36.5t-156 107t-106.5 173t-39.5 233.5z" />
|
||||
<glyph unicode="d" d="M51 527q0 119 33 221t93 176t143.5 116t185.5 42q82 0 138.5 -24t103.5 -63v538h317v-1533h-197q-30 0 -49.5 13.5t-27.5 39.5l-25 81q-32 -34 -66.5 -61.5t-75 -47.5t-87.5 -30.5t-101 -10.5q-83 0 -153.5 36.5t-121.5 106.5t-80.5 170.5t-29.5 229.5zM379 527 q0 -84 12 -141t34 -92.5t53 -51t69 -15.5q35 0 63 7t51.5 19t44.5 30.5t42 43.5v450q-37 40 -78.5 56t-87.5 16q-44 0 -81 -17.5t-64 -56t-42.5 -100t-15.5 -148.5z" />
|
||||
<glyph unicode="e" horiz-adv-x="1114" d="M53 554q0 106 36.5 201.5t104.5 167t165 113.5t219 42q105 0 192.5 -32.5t150.5 -95t98.5 -153t35.5 -205.5q0 -36 -3 -58.5t-11.5 -36t-22 -18.5t-35.5 -5h-612q15 -133 80.5 -193t169.5 -60q55 0 95 13.5t71 30t57 29.5t55 13q38 0 57 -27l93 -114q-49 -56 -106 -91.5 t-117 -55.5t-120 -27.5t-114 -7.5q-112 0 -209.5 36t-171 108t-116 178.5t-42.5 247.5zM374 658h396q0 38 -9.5 74t-31.5 64t-58 45.5t-87 17.5q-91 0 -142.5 -52t-67.5 -149z" />
|
||||
<glyph unicode="f" horiz-adv-x="741" d="M20 935v125h150v60q0 91 29 165t84 126t134 81t179 29q39 0 72 -5t69 -15l-6 -154q-1 -16 -8.5 -27t-19 -18t-25 -10t-27.5 -3q-42 0 -74.5 -8t-54.5 -29t-33.5 -55.5t-11.5 -86.5v-50h250v-217h-240v-843h-317v844l-70 14q-36 8 -58 25.5t-22 51.5z" />
|
||||
<glyph unicode="g" horiz-adv-x="1071" d="M14 -87q0 71 43 119.5t118 76.5q-36 24 -57.5 60.5t-21.5 92.5q0 24 8.5 50t25.5 50.5t44 47t64 40.5q-83 44 -131 116.5t-48 168.5q0 80 34 144t93 108.5t138.5 68.5t173.5 24q68 0 127.5 -13t110.5 -38h321v-116q0 -27 -15 -42t-51 -23l-78 -18q14 -46 15 -95 q0 -80 -33.5 -143.5t-91.5 -108t-136.5 -68.5t-168.5 -24q-50 0 -95 6q-35 -20 -34 -47q0 -27 28 -38.5t74 -16t105.5 -6t121 -7.5t121 -19t105.5 -43t74 -79.5t28 -126.5q0 -72 -35 -140.5t-102.5 -121.5t-165.5 -85.5t-225 -32.5q-125 0 -216 24t-150.5 62t-88.5 88.5 t-29 104.5zM289 -46q0 -23 9.5 -41t34 -31.5t66 -21t105.5 -7.5q69 0 112.5 8t70 22.5t36.5 34.5t10 43q0 26 -16 41t-43 24.5t-63.5 13.5t-78.5 6t-87 3.5t-89 6.5q-30 -20 -48.5 -45t-18.5 -57zM348 728q0 -31 9 -56.5t27 -44.5t46.5 -29.5t67.5 -10.5q79 0 114 39.5 t35 101.5q0 65 -35 101.5t-114 36.5t-114.5 -36.5t-35.5 -101.5z" />
|
||||
<glyph unicode="h" d="M123 0v1533h317v-564q57 49 124.5 79t160.5 30q87 0 154 -30t113 -84t69.5 -128t23.5 -161v-675h-317v675q0 78 -36 121.5t-105 43.5q-52 0 -98.5 -22.5t-88.5 -60.5v-757h-317z" />
|
||||
<glyph unicode="i" horiz-adv-x="583" d="M104 1353q0 39 15 72.5t41 59t60 40t73 14.5q40 0 75 -14.5t62 -40t42 -59t15 -72.5q0 -38 -15 -71.5t-42 -58.5t-62 -40t-75 -15q-39 0 -73 15t-60 40t-41 58.5t-15 71.5zM133 0v1062h318v-1062h-318z" />
|
||||
<glyph unicode="j" horiz-adv-x="579" d="M-63 -347l10 167q2 22 14 32t49 10t60.5 6t37.5 21.5t19.5 41.5t5.5 67v1064h318v-1064q0 -75 -19 -141t-62.5 -115.5t-115 -78.5t-176.5 -29q-39 0 -72 5t-69 14zM104 1353q0 39 15 72.5t41 59t60 40t73 14.5q40 0 75 -14.5t62 -40t42 -59t15 -72.5q0 -38 -15 -71.5 t-42 -58.5t-62 -40t-75 -15q-39 0 -73 15t-60 40t-41 58.5t-15 71.5z" />
|
||||
<glyph unicode="k" horiz-adv-x="1179" d="M123 0v1533h317v-859h47q30 0 46 8t30 30l201 299q17 27 41 39t61 12h291l-274 -378q-19 -27 -42.5 -47.5t-49.5 -36.5q46 -35 79 -92l299 -508h-286q-36 0 -62 12t-43 41l-200 376q-14 26 -30 33.5t-46 7.5h-62v-470h-317z" />
|
||||
<glyph unicode="l" horiz-adv-x="583" d="M133 0v1533h318v-1533h-318z" />
|
||||
<glyph unicode="m" horiz-adv-x="1763" d="M123 0v1062h196q30 0 50 -13.5t28 -39.5l18 -58q27 28 55.5 51t61.5 40t71.5 26.5t84.5 9.5q96 0 159 -49.5t96 -132.5q27 49 65.5 84t83 56.5t94 31.5t98.5 10q91 0 162 -27t118.5 -78.5t72 -127t24.5 -170.5v-675h-318v675q0 165 -141 165q-65 0 -107 -42.5t-42 -122.5 v-675h-318v675q0 91 -35.5 128t-105.5 37q-43 0 -81.5 -19.5t-72.5 -52.5v-768h-317z" />
|
||||
<glyph unicode="n" d="M123 0v1062h196q30 0 50 -13.5t28 -39.5l19 -62q31 29 63.5 53.5t70 41.5t81 26.5t94.5 9.5q87 0 154 -30t113 -84t69.5 -128t23.5 -161v-675h-317v675q0 78 -36 121.5t-105 43.5q-52 0 -98.5 -22.5t-88.5 -60.5v-757h-317z" />
|
||||
<glyph unicode="o" d="M51 534q0 126 39.5 226.5t111.5 171t172 108.5t222 38q121 0 220 -38t170.5 -108.5t111 -171.5t39.5 -226q0 -127 -39.5 -229t-111 -173.5t-170.5 -109.5t-220 -38q-122 0 -222 38t-172 109.5t-111.5 173.5t-39.5 229zM379 531q0 -158 52 -235t165 -77q110 0 161.5 77.5 t51.5 234.5q0 158 -51.5 235t-161.5 77q-113 0 -165 -77t-52 -235z" />
|
||||
<glyph unicode="p" horiz-adv-x="1183" d="M123 -337v1399h196q30 0 50 -13.5t28 -39.5l24 -78q31 34 66 61.5t75.5 47.5t87 31t102.5 11q83 0 153.5 -36.5t121.5 -106.5t80.5 -170.5t29.5 -228.5q0 -120 -33.5 -221.5t-93.5 -176t-143.5 -116.5t-184.5 -42q-83 0 -139.5 23.5t-102.5 63.5v-408h-317zM440 289 q36 -40 78 -56t88 -16q44 0 81 17.5t64 56t42.5 100t15.5 149.5q0 84 -12.5 141t-34.5 92.5t-52.5 51t-68.5 15.5q-35 0 -63 -7t-52 -19t-44.5 -31t-41.5 -44v-450z" />
|
||||
<glyph unicode="q" d="M51 527q0 119 33 221t93 176t143.5 116t185.5 42q48 0 87 -8t71 -23.5t60 -37t53 -46.5l14 42q18 53 77 53h197v-1399h-317v453q-60 -59 -135 -95.5t-177 -36.5q-83 0 -153.5 36.5t-121.5 106.5t-80.5 170.5t-29.5 229.5zM379 527q0 -84 12 -141t34 -92.5t53 -51 t69 -15.5q35 0 63 7t51.5 19t44.5 30.5t42 43.5v450q-37 39 -78.5 55.5t-87.5 16.5q-44 0 -81 -17.5t-64 -56t-42.5 -100t-15.5 -148.5z" />
|
||||
<glyph unicode="r" horiz-adv-x="845" d="M123 0v1062h188q24 0 40 -4t26.5 -13t16 -23t9.5 -35l18 -99q58 90 131 142t159 52q73 0 116 -34l-41 -234q-4 -22 -16 -30.5t-33 -8.5q-17 0 -40.5 4.5t-59.5 4.5q-125 0 -197 -133v-651h-317z" />
|
||||
<glyph unicode="s" horiz-adv-x="901" d="M23 115l73 116q13 20 31.5 32t48.5 12q28 0 50 -12t47.5 -26.5t60 -26.5t86.5 -12q37 0 62.5 7.5t41 21t22.5 29.5t7 34q0 32 -21.5 52t-56.5 35t-79.5 28t-90.5 29.5t-90.5 39.5t-79.5 58t-56.5 86.5t-21.5 123.5q0 68 26.5 129t78.5 107t131 73t184 27q57 0 111 -10 t101 -28.5t86 -43.5t69 -55l-72 -112q-12 -19 -26 -27t-35 -8q-23 0 -45.5 9.5t-48.5 21t-59 21t-75 9.5q-60 0 -92.5 -23t-32.5 -64q0 -30 21 -49.5t56 -34t79 -28t90 -30t90 -38.5t79 -54t56 -78t21 -111q0 -79 -28.5 -145.5t-85.5 -114.5t-140.5 -74.5t-192.5 -26.5 q-54 0 -108 10t-105 27.5t-93.5 41.5t-73.5 52z" />
|
||||
<glyph unicode="t" horiz-adv-x="819" d="M35 905v124l169 33l62 259q12 49 70 49h166v-310h258v-217h-258v-528q0 -37 18 -61t51 -24q17 0 29 4t21 8.5t16.5 8t17.5 3.5q14 0 23 -6.5t18 -21.5l97 -150q-61 -46 -138 -69t-159 -23q-76 0 -134 22t-97.5 62.5t-60 97.5t-20.5 128v549h-90q-25 0 -42 15.5t-17 46.5z " />
|
||||
<glyph unicode="u" d="M102 388v674h318v-674q0 -79 36 -122t105 -43q52 0 98 21.5t89 60.5v757h317v-1062h-197q-59 0 -77 53l-20 62q-31 -30 -63.5 -54t-70 -41t-80.5 -26.5t-94 -9.5q-87 0 -154 30t-113 84.5t-70 128t-24 161.5z" />
|
||||
<glyph unicode="v" horiz-adv-x="1132" d="M10 1062h264q34 0 57 -16t31 -39l148 -477q17 -58 33 -113.5t27 -110.5q11 55 27.5 110.5t35.5 113.5l153 477q8 24 31 39.5t53 15.5h252l-411 -1062h-289z" />
|
||||
<glyph unicode="w" horiz-adv-x="1665" d="M0 1062h254q34 0 58.5 -15.5t29.5 -39.5l107 -477q12 -54 22 -105t18 -101q14 50 30.5 100.5t31.5 105.5l133 478q6 24 29.5 39.5t54.5 15.5h141q34 0 58 -16t30 -39l127 -478q14 -54 29 -105t29 -103q8 51 19.5 101.5t25.5 106.5l112 477q5 25 29.5 40t54.5 15h242 l-330 -1062h-258q-20 0 -34.5 12.5t-22.5 40.5l-152 530q-10 36 -19 70.5t-16 69.5q-7 -36 -16 -71.5t-20 -70.5l-154 -528q-15 -53 -68 -53h-245z" />
|
||||
<glyph unicode="x" horiz-adv-x="1173" d="M20 0l357 549l-342 513h305q34 0 50 -9t28 -29l189 -314q6 18 15.5 35.5t20.5 36.5l135 237q13 24 29.5 33.5t40.5 9.5h291l-342 -499l356 -563h-305q-34 0 -54.5 16.5t-33.5 38.5l-190 326q-5 -17 -12 -32.5t-15 -29.5l-156 -264q-12 -22 -32.5 -38.5t-51.5 -16.5h-283z " />
|
||||
<glyph unicode="y" horiz-adv-x="1132" d="M0 1062h281q37 0 57 -16.5t29 -38.5l174 -458q25 -63 40 -127q10 33 22 64.5t24 64.5l157 456q8 24 32.5 39.5t51.5 15.5h256l-567 -1337q-14 -32 -34.5 -47t-65.5 -15h-238l205 430z" />
|
||||
<glyph unicode="z" horiz-adv-x="976" d="M66 0v129q0 19 10.5 48.5t29.5 55.5l448 593h-460v236h821v-127q0 -33 -12 -62.5t-29 -51.5l-443 -585h474v-236h-839z" />
|
||||
<glyph unicode="{" horiz-adv-x="614" d="M14 543v177q31 0 52 10t33.5 28t18 43t5.5 55q0 45 -5.5 91t-13 92t-13 93.5t-5.5 94.5q0 83 24 151t75 116t128.5 74t186.5 26h53v-137q0 -16 -7 -27.5t-17.5 -18.5t-21.5 -10.5t-20 -3.5q-65 0 -95 -40t-30 -111q0 -56 5 -106t10 -97t9.5 -92t4.5 -91q0 -39 -10 -74.5 t-31 -66t-52 -53.5t-71 -35q40 -12 71 -35t52 -53t31 -66.5t10 -74.5q0 -46 -4.5 -91t-9.5 -91.5t-10 -96.5t-5 -107q0 -71 30.5 -110.5t94.5 -39.5q8 0 19.5 -3.5t22 -11t17.5 -18.5t7 -28v-137h-53q-109 0 -186.5 26t-128.5 75t-75 116.5t-24 150.5q0 47 5.5 94t13 93 t13 92t5.5 92q0 61 -24 98.5t-85 37.5z" />
|
||||
<glyph unicode="|" horiz-adv-x="614" d="M184 -337v1931h246v-1931h-246z" />
|
||||
<glyph unicode="}" horiz-adv-x="614" d="M61 -195q0 16 7.5 27.5t17.5 19t21.5 11t19.5 3.5q65 0 95 40t30 110q0 56 -4.5 106.5t-10 97t-10 91.5t-4.5 91q0 38 10.5 74.5t31.5 66.5t51 52.5t70 35.5q-40 12 -70 35t-51 53.5t-31.5 66t-10.5 74.5q0 46 4.5 91t10 92t10 97t4.5 106q0 71 -30.5 111t-94.5 40 q-8 0 -19.5 3.5t-21.5 10.5t-17.5 18.5t-7.5 27.5v137h54q109 0 186.5 -26t128 -74t74.5 -116t24 -151q0 -47 -5.5 -94.5t-12.5 -93.5t-12.5 -92t-5.5 -91q0 -30 5.5 -55t17.5 -43t33 -28t52 -10v-177q-61 0 -84.5 -37.5t-23.5 -98.5q0 -45 5.5 -91.5t12.5 -92.5t12.5 -93 t5.5 -94q0 -83 -24 -150.5t-74.5 -116.5t-128.5 -75t-186 -26h-54v137z" />
|
||||
<glyph unicode="~" d="M82 394q0 87 23 157t66 118.5t106 74.5t143 26q54 0 101.5 -12t88.5 -26.5t75.5 -26.5t62.5 -12q49 0 75.5 32t26.5 93h256q0 -87 -23 -156.5t-66 -118t-106 -75t-143 -26.5q-54 0 -102 12t-88.5 27t-75 26.5t-62.5 11.5q-49 0 -75.5 -31.5t-26.5 -93.5h-256z" />
|
||||
<glyph unicode="¡" horiz-adv-x="770" d="M205 903q0 37 13.5 69.5t38 56t57 36.5t71.5 13q38 0 70.5 -13t57.5 -36.5t38.5 -56t13.5 -69.5t-13.5 -68.5t-38.5 -55t-57.5 -37.5t-70.5 -14q-39 0 -71.5 14t-57 37.5t-38 55t-13.5 68.5zM240 203q0 94 11 187t30 189h215q18 -95 29.5 -188.5t11.5 -187.5v-540h-297 v540z" />
|
||||
<glyph unicode="¢" d="M111 531q0 111 34 208t101.5 169.5t166.5 116.5t228 50l14 144q3 28 25.5 51t58.5 23h117l-23 -232q77 -17 141 -52t120 -87l-82 -108q-13 -17 -26 -26.5t-38 -9.5q-15 0 -29.5 5t-31 13t-35.5 16.5t-43 16.5l-63 -612q44 6 74 20t53 28t42.5 24t42.5 10q18 0 33.5 -7 t24.5 -19l88 -109q-41 -45 -86.5 -76.5t-93.5 -52.5t-99 -32t-102 -15l-12 -129q-3 -28 -25.5 -51.5t-58.5 -23.5h-117l20 210q-88 16 -164.5 59t-133.5 111.5t-89 160.5t-32 206zM424 531q0 -111 34 -183.5t98 -105.5l60 598q-100 -20 -146 -100.5t-46 -208.5z" />
|
||||
<glyph unicode="£" d="M29 603v98q0 41 26 71.5t78 30.5h86v221q0 97 30 184.5t90.5 154.5t152.5 106t217 39q83 0 150 -21t119.5 -58t92.5 -88t70 -109l-127 -80q-38 -20 -73 -20q-47 0 -85 38q-39 40 -70.5 59.5t-76.5 19.5q-83 0 -123.5 -57.5t-40.5 -166.5v-222h389v-121q0 -15 -6.5 -29 t-18.5 -25.5t-28 -18t-35 -6.5h-301v-160q0 -61 -23 -110.5t-62 -92.5q46 10 92 15.5t93 5.5h514v-130q0 -23 -9.5 -46.5t-27 -42t-42.5 -30.5t-56 -12h-977v190q34 6 65 19.5t54.5 34t38 49.5t14.5 66v244h-190z" />
|
||||
<glyph unicode="¤" d="M92 1030l160 152l154 -152q42 23 89 35t99 12q49 0 94.5 -11.5t86.5 -33.5l157 156l158 -154l-157 -154q24 -42 37 -90t13 -100q0 -50 -12 -96t-34 -87l159 -156l-160 -152l-155 151q-42 -23 -89 -35t-98 -12q-49 0 -94.5 11.5t-86.5 31.5l-157 -153l-158 153l156 154 q-24 42 -36.5 90t-12.5 100q0 50 11.5 96.5t33.5 86.5zM438 690q0 -33 12.5 -62.5t33.5 -52t49 -35.5t61 -13t61.5 13t50 35.5t34 52t12.5 62.5q0 35 -12.5 64.5t-34 52t-50 35.5t-61.5 13t-61 -13t-49 -35.5t-33.5 -52t-12.5 -64.5z" />
|
||||
<glyph unicode="¥" d="M-20 1492h264q45 0 72.5 -20t41.5 -55l170 -435q22 -55 39 -100.5t27 -90.5q9 46 25 91.5t36 99.5l168 435q11 30 40.5 52.5t72.5 22.5h266l-400 -838h255v-169h-307v-90h307v-169h-307v-226h-318v226h-307v169h307v90h-307v169h254z" />
|
||||
<glyph unicode="¦" horiz-adv-x="614" d="M184 -337v839h246v-839h-246zM184 756v838h246v-838h-246z" />
|
||||
<glyph unicode="§" horiz-adv-x="1038" d="M78 691q0 80 40 144.5t122 103.5q-45 41 -73 96.5t-28 134.5q0 68 26 129t78.5 107t131.5 73t184 27q57 0 111 -10t101 -28.5t86 -43.5t69 -55l-72 -112q-12 -19 -26 -26.5t-35 -7.5q-23 0 -45.5 9t-48.5 21t-59 21t-75 9q-74 0 -109.5 -27.5t-35.5 -70.5 q0 -27 23.5 -48.5t62.5 -41t88.5 -39t102 -42t102 -50t88.5 -64t62.5 -83.5t23.5 -107q0 -82 -38 -150t-122 -111q44 -38 71 -88t27 -119q0 -79 -28.5 -145.5t-85.5 -115t-140.5 -75t-191.5 -26.5q-54 0 -108.5 10.5t-105 27.5t-93.5 41.5t-74 51.5l74 117q13 20 31.5 32 t48.5 12q28 0 49.5 -12.5t49 -26.5t63.5 -26.5t94 -12.5q67 0 104 24t37 72q0 38 -24 64.5t-63 47t-89 37.5t-102.5 37.5t-102.5 46.5t-89 62t-63 86t-24 120zM358 741q0 -36 25 -62.5t64.5 -48.5t91 -42t104.5 -42q29 17 41 41.5t12 52.5q0 37 -24.5 63t-64.5 47.5 t-90.5 41t-102.5 43.5q-30 -19 -43 -41.5t-13 -52.5z" />
|
||||
<glyph unicode="¨" horiz-adv-x="675" d="M-25 1326q0 34 13.5 63.5t35.5 51.5t51 35t62 13q35 0 65 -13t53.5 -35t36.5 -51.5t13 -63.5q0 -33 -13 -61.5t-36.5 -49.5t-53.5 -33.5t-65 -12.5q-33 0 -62 12.5t-51 33.5t-35.5 49.5t-13.5 61.5zM371 1326q0 34 12.5 63.5t35 51.5t52.5 35t64 13q35 0 65 -13t52.5 -35 t35 -51.5t12.5 -63.5q0 -33 -12.5 -61.5t-35 -49.5t-53 -33.5t-64.5 -12.5t-64 12.5t-52.5 33.5t-35 49.5t-12.5 61.5z" />
|
||||
<glyph unicode="©" horiz-adv-x="1607" d="M41 746q0 105 27 203t77 182t119.5 154t154.5 119.5t181.5 76.5t202.5 27q105 0 203 -27t182.5 -76.5t154.5 -119.5t119.5 -154t77 -181.5t27.5 -203.5q0 -104 -27.5 -201.5t-77 -181.5t-119.5 -154t-154.5 -119.5t-182.5 -76.5t-203 -27q-104 0 -201.5 27t-182.5 76.5 t-154.5 119.5t-119.5 154t-77 181t-27 202zM211 746q0 -130 45.5 -242.5t125.5 -196t188 -131t233 -47.5q126 0 235 47.5t190 131t127 196t46 242.5q0 87 -21 167t-59.5 149.5t-92.5 126t-121 96.5t-143.5 62t-160.5 22q-125 0 -233 -48t-188 -132.5t-125.5 -198.5 t-45.5 -244zM352 750q0 104 37 191.5t101 151.5t150 99.5t185 35.5q118 0 203 -41t137 -103l-84 -111q-8 -8 -20 -19t-33 -11q-20 0 -35 9.5t-33.5 20.5t-45.5 20t-72 9q-103 0 -156 -68t-53 -184q0 -61 13.5 -108.5t38.5 -79.5t59 -48t75 -16q48 0 76.5 8.5t47 19 t31.5 19.5t34 10q12 0 23 -6t20 -15l104 -108q-55 -77 -144.5 -116.5t-207.5 -39.5q-103 0 -187 37.5t-142 102.5t-90 152.5t-32 187.5z" />
|
||||
<glyph unicode="ª" horiz-adv-x="722" d="M72 1034q0 33 15.5 68.5t56.5 65.5t113 50.5t183 23.5v16q0 47 -20 64t-53 17q-31 0 -50.5 -6t-35.5 -13t-32.5 -13.5t-41.5 -6.5q-24 0 -39 13.5t-27 27.5l-39 71q60 54 134 78t159 24q60 0 109.5 -19t84.5 -54t54 -81.5t19 -101.5v-396h-107q-31 0 -46.5 8.5 t-29.5 34.5l-12 28q-24 -20 -45.5 -34.5t-44.5 -25t-49 -15t-58 -4.5q-93 0 -145.5 47t-52.5 133zM289 1044q0 -24 12 -32t43 -8q28 0 50 8.5t46 31.5v65q-48 -2 -77.5 -7.5t-46 -14.5t-22 -20.5t-5.5 -22.5z" />
|
||||
<glyph unicode="«" horiz-adv-x="1036" d="M113 538v40l268 411l104 -47q25 -11 37 -27.5t12 -36.5q0 -25 -16 -53l-123 -220q-17 -31 -37 -48q18 -16 37 -47l123 -221q15 -27 16 -51q0 -20 -12 -37t-37 -28l-104 -47zM481 538v40l269 411l104 -47q25 -11 36.5 -27.5t11.5 -36.5q0 -25 -15 -53l-123 -220 q-17 -31 -37 -48q18 -16 37 -47l123 -221q15 -27 15 -51q0 -20 -11.5 -37t-36.5 -28l-104 -47z" />
|
||||
<glyph unicode="¬" d="M127 574v228h932v-513h-268v285h-664z" />
|
||||
<glyph unicode="­" horiz-adv-x="757" d="M102 495v256h553v-256h-553z" />
|
||||
<glyph unicode="®" horiz-adv-x="1607" d="M41 746q0 105 27 203t77 182t119.5 154t154.5 119.5t181.5 76.5t202.5 27q105 0 203 -27t182.5 -76.5t154.5 -119.5t119.5 -154t77 -181.5t27.5 -203.5q0 -104 -27.5 -201.5t-77 -181.5t-119.5 -154t-154.5 -119.5t-182.5 -76.5t-203 -27q-104 0 -201.5 27t-182.5 76.5 t-154.5 119.5t-119.5 154t-77 181t-27 202zM211 746q0 -130 45.5 -242.5t125.5 -196t188 -131t233 -47.5q118 0 220.5 42t182.5 117h-221q-56 0 -78 40l-94 236q-11 17 -24 25t-37 8h-33v-309h-275v922h361q102 0 176.5 -18t122 -53t70 -86.5t22.5 -116.5q0 -43 -10 -82.5 t-31 -72.5t-54.5 -60t-79.5 -44q30 -15 50.5 -39.5t36.5 -57.5l127 -264q78 83 122 192.5t44 237.5q0 87 -21 167t-59.5 149.5t-92.5 126t-121 96.5t-143.5 62t-160.5 22q-125 0 -233 -48t-188 -132.5t-125.5 -198.5t-45.5 -244zM719 785h65q49 0 77.5 8t43 22t18 36t3.5 50 q0 27 -3.5 47t-16 33.5t-36.5 21t-65 7.5h-86v-225z" />
|
||||
<glyph unicode="¯" horiz-adv-x="675" d="M20 1230v194h635v-194h-635z" />
|
||||
<glyph unicode="°" horiz-adv-x="829" d="M41 1146q0 76 28.5 142.5t79 115.5t118.5 77.5t147 28.5t147.5 -28.5t119 -77.5t79 -115.5t28.5 -142.5q0 -74 -28.5 -140t-79 -115t-119 -78.5t-147.5 -29.5t-147 29.5t-118.5 78.5t-79 115t-28.5 140zM260 1144q0 -34 11.5 -63t32 -51t48.5 -34.5t62 -12.5t62 12.5 t48.5 34.5t31.5 51t11 63q0 35 -11 65t-31.5 52t-49 35t-61.5 13q-34 0 -62 -13t-48.5 -35t-32 -52t-11.5 -65z" />
|
||||
<glyph unicode="±" d="M86 82v227h1014v-227h-1014zM86 730v228h377v345h258v-345h379v-228h-379v-327h-258v327h-377z" />
|
||||
<glyph unicode="²" horiz-adv-x="684" d="M57 922v70q0 20 8.5 44t28.5 43l203 199q20 20 38 44.5t31.5 48.5t21 47t7.5 42q0 25 -10 44t-37 19q-22 0 -34.5 -10.5t-24.5 -32.5q-14 -20 -29.5 -32t-44.5 -12q-14 0 -31 3l-127 19q9 62 35 107.5t65.5 74.5t91 43.5t111.5 14.5q66 0 115.5 -18.5t83 -50.5t50 -73.5 t16.5 -87.5q0 -42 -13 -76.5t-34 -66.5t-48.5 -61.5t-56.5 -60.5l-103 -105q34 10 66.5 16t59.5 6h69q36 0 56 -19t20 -50v-129h-584z" />
|
||||
<glyph unicode="³" horiz-adv-x="684" d="M66 1125l98 39q26 9 49 10q48 0 66 -33q14 -27 33.5 -37t37.5 -10q31 0 48.5 17.5t17.5 47.5q0 26 -6 41t-20.5 23.5t-39.5 11t-63 2.5v143q41 0 66 5.5t39 14.5t18 23.5t4 32.5q0 27 -10.5 45t-43.5 18q-25 0 -37.5 -9.5t-21.5 -27.5q-13 -24 -27 -35t-40 -11 q-14 0 -33 3l-117 19q9 62 34.5 107.5t63.5 74.5t86.5 43.5t104.5 14.5q63 0 112 -18t81 -47t48.5 -65t16.5 -72q0 -63 -24 -108t-81 -71q58 -19 87.5 -55t29.5 -95q0 -68 -25 -115.5t-65 -78.5t-90 -45.5t-101 -14.5q-53 0 -97.5 9t-81.5 33t-65.5 64.5t-51.5 105.5z" />
|
||||
<glyph unicode="´" horiz-adv-x="675" d="M184 1196l140 251q17 30 40.5 45.5t71.5 15.5h307l-266 -269q-24 -24 -45 -33.5t-57 -9.5h-191z" />
|
||||
<glyph unicode="µ" d="M102 -210v1272h318v-682q0 -75 37 -116t104 -41q52 0 98 21.5t89 60.5v757h317v-1062h-197q-30 0 -49.5 13.5t-27.5 39.5l-20 63q-30 -27 -56.5 -45t-53.5 -28.5t-56.5 -15t-63.5 -4.5q-49 0 -91 13.5t-77 39.5q15 -47 20.5 -100t5.5 -99v-214h-157q-67 0 -103.5 33 t-36.5 94z" />
|
||||
<glyph unicode="¶" horiz-adv-x="1492" d="M25 1053q0 96 33.5 177t95.5 139t149.5 90.5t194.5 32.5h968v-257h-215v-1456h-276v1456h-201v-1456h-276v842q-106 0 -194 34.5t-150 93.5t-95.5 137.5t-33.5 166.5z" />
|
||||
<glyph unicode="·" horiz-adv-x="583" d="M61 610q0 46 18 87t49.5 71.5t73 48t89.5 17.5t90.5 -17.5t73.5 -48t49 -71.5t18 -87t-18 -86.5t-49 -70.5t-73.5 -47.5t-90.5 -17.5t-89.5 17.5t-73 47.5t-49.5 70.5t-18 86.5z" />
|
||||
<glyph unicode="¸" horiz-adv-x="675" d="M135 -339l29 96q6 28 35 28q15 0 29.5 -4t35.5 -4q27 0 38 9.5t11 20.5q0 22 -31 32.5t-106 21.5l47 156h197l-18 -61q46 -12 77 -28.5t49 -36t25.5 -42.5t7.5 -48q0 -36 -20 -64.5t-55.5 -49t-86.5 -31.5t-112 -11q-42 0 -77.5 4t-74.5 12z" />
|
||||
<glyph unicode="¹" horiz-adv-x="684" d="M74 1486l248 204h190v-629h104v-139h-462v139h133v305l6 55l-51 -38q-20 -14 -43 -14q-18 0 -33 7.5t-23 17.5z" />
|
||||
<glyph unicode="º" horiz-adv-x="806" d="M51 1184q0 77 26 137.5t73.5 103t112.5 65t143 22.5q77 0 141 -22.5t110 -65t72.5 -103t26.5 -137.5q0 -78 -26.5 -140t-72.5 -105t-110.5 -66t-140.5 -23q-78 0 -143 23t-112.5 66t-73.5 105t-26 140zM299 1182q0 -83 24.5 -118.5t82.5 -35.5q52 0 77 35.5t25 118.5 t-25 117.5t-77 34.5q-57 0 -82 -34.5t-25 -117.5z" />
|
||||
<glyph unicode="»" horiz-adv-x="1036" d="M134 238q0 25 16 51l122 221q15 29 37 47q-10 9 -19 21.5t-18 26.5l-122 220q-15 28 -16 53q0 20 12 36.5t36 27.5l105 47l268 -411v-40l-268 -412l-105 47q-25 11 -36.5 28t-11.5 37zM503 238q0 25 15 51l123 221q15 29 37 47q-10 9 -19.5 21.5t-17.5 26.5l-123 220 q-15 28 -15 53q0 20 11.5 36.5t36.5 27.5l104 47l269 -411v-40l-269 -412l-104 47q-25 11 -36.5 28t-11.5 37z" />
|
||||
<glyph unicode="¼" horiz-adv-x="1458" d="M53 1289l248 204h191v-629h104v-139h-463v139h133v305l6 56l-51 -38q-20 -14 -43 -15q-18 0 -33 8t-22 17zM197 0l868 1392q31 48 70 74t94 26h135l-877 -1405q-16 -26 -33 -42.5t-36 -26.5t-40.5 -14t-45.5 -4h-135zM819 292l336 476h219v-466h82v-109q0 -15 -11 -27.5 t-30 -12.5h-41v-153h-188v153h-281q-30 0 -46.5 12.5t-20.5 32.5zM1023 302h163v112q0 27 1.5 58.5t5.5 65.5z" />
|
||||
<glyph unicode="½" horiz-adv-x="1458" d="M53 1289l248 204h191v-629h104v-139h-463v139h133v305l6 56l-51 -38q-20 -14 -43 -15q-18 0 -33 8t-22 17zM158 0l868 1392q31 48 70 74t94 26h135l-876 -1405q-16 -26 -33.5 -42.5t-36.5 -26.5t-40.5 -14t-45.5 -4h-135zM852 0v71q0 20 8 43.5t29 43.5l203 198 q20 20 38 44.5t31.5 48.5t21 47t7.5 43q0 25 -10.5 43.5t-36.5 18.5q-22 0 -34.5 -10t-25.5 -33q-14 -20 -29.5 -32t-43.5 -12q-14 0 -31 3l-127 20q9 62 34.5 107t65 74.5t91.5 43.5t112 14q66 0 115.5 -18.5t82.5 -50t49.5 -73t16.5 -87.5q0 -42 -12.5 -77t-33.5 -66.5 t-49 -61.5l-56 -60l-104 -106q34 10 67 16.5t59 6.5h70q36 0 56 -19t20 -51v-129h-584z" />
|
||||
<glyph unicode="¾" horiz-adv-x="1458" d="M45 929l98 39q26 9 50 9q48 0 65 -33q14 -27 33.5 -37t38.5 -10q31 0 48 18t17 48q0 26 -5.5 41t-20.5 23t-40 10.5t-63 2.5v144q41 0 66 5t39 14t18 23.5t4 33.5q0 27 -10 44.5t-43 17.5q-25 0 -37.5 -9t-21.5 -28q-13 -24 -27 -35t-40 -11q-14 0 -34 3l-117 20 q9 62 35 107t64 74.5t86.5 43.5t103.5 14q63 0 112 -18t81.5 -47t48.5 -65t16 -72q0 -63 -24 -107.5t-80 -71.5q58 -19 87.5 -55t29.5 -94q0 -68 -25.5 -116t-65 -79t-90 -45t-100.5 -14q-53 0 -97.5 8.5t-81.5 32.5t-66 65t-52 106zM197 0l868 1392q31 48 70 74t94 26h135 l-877 -1405q-16 -26 -33 -42.5t-36 -26.5t-40.5 -14t-45.5 -4h-135zM819 292l336 476h219v-466h82v-109q0 -15 -11 -27.5t-30 -12.5h-41v-153h-188v153h-281q-30 0 -46.5 12.5t-20.5 32.5zM1023 302h163v112q0 27 1.5 58.5t5.5 65.5z" />
|
||||
<glyph unicode="¿" horiz-adv-x="903" d="M51 0q0 78 21.5 132t55 91.5t73 63.5t74.5 48t61 45t33 56l28 143h217l23 -164q1 -9 1.5 -16t0.5 -13q0 -47 -21.5 -79t-54.5 -55.5t-70.5 -43.5t-70.5 -44t-54.5 -56t-21.5 -80q0 -61 40.5 -97.5t111.5 -36.5q53 0 90 11t63 25t45.5 25t38.5 11q44 0 66 -38l84 -129 q-39 -32 -83 -59.5t-95.5 -48.5t-110 -32.5t-127.5 -11.5q-96 0 -173.5 24.5t-131.5 70t-83.5 111t-29.5 147.5zM332 904q0 37 13.5 69t38 55.5t57 37t71.5 13.5q38 0 70.5 -13.5t57.5 -37t38.5 -55.5t13.5 -69t-13.5 -69t-38.5 -55.5t-57.5 -37t-70.5 -13.5 q-39 0 -71.5 13.5t-57 37t-38 55.5t-13.5 69z" />
|
||||
<glyph unicode="À" horiz-adv-x="1509" d="M2 0l578 1492h354l577 -1492h-268q-45 0 -74 21t-41 54l-88 260h-567l-88 -260q-10 -29 -40 -52t-73 -23h-270zM553 570h408l-138 409q-13 39 -31 91.5t-35 114.5q-16 -62 -33.5 -115.5t-33.5 -92.5zM276 1841h350q24 0 42 -2.5t31.5 -8t26 -15.5t25.5 -24l187 -203h-252 q-18 0 -31.5 1t-25.5 4.5t-22.5 9.5t-23.5 15z" />
|
||||
<glyph unicode="Á" horiz-adv-x="1509" d="M2 0l578 1492h354l577 -1492h-268q-45 0 -74 21t-41 54l-88 260h-567l-88 -260q-10 -29 -40 -52t-73 -23h-270zM553 570h408l-138 409q-13 39 -31 91.5t-35 114.5q-16 -62 -33.5 -115.5t-33.5 -92.5zM528 1588l185 202q13 15 26 25t27.5 16t32 8t40.5 2h351l-303 -219 q-27 -20 -49.5 -27t-57.5 -7h-252z" />
|
||||
<glyph unicode="Â" horiz-adv-x="1509" d="M2 0l578 1492h354l577 -1492h-268q-45 0 -74 21t-41 54l-88 260h-567l-88 -260q-10 -29 -40 -52t-73 -23h-270zM553 570h408l-138 409q-13 39 -31 91.5t-35 114.5q-16 -62 -33.5 -115.5t-33.5 -92.5zM346 1588l250 233h320l250 -233h-240q-18 0 -40 5t-36 14l-76 46 q-5 2 -9 5t-9 6q-5 -3 -9 -6t-10 -5l-75 -46q-14 -8 -36 -13.5t-40 -5.5h-240z" />
|
||||
<glyph unicode="Ã" horiz-adv-x="1509" d="M2 0l578 1492h354l577 -1492h-268q-45 0 -74 21t-41 54l-88 260h-567l-88 -260q-10 -29 -40 -52t-73 -23h-270zM553 570h408l-138 409q-13 39 -31 91.5t-35 114.5q-16 -62 -33.5 -115.5t-33.5 -92.5zM420 1578q0 56 15.5 102t43 79.5t67.5 52t89 18.5q38 0 74.5 -9.5 t68.5 -20.5t58.5 -20.5t46.5 -9.5q22 0 36.5 11.5t14.5 41.5h172q0 -56 -15 -102.5t-42.5 -79.5t-67.5 -51t-90 -18q-38 0 -74.5 9t-68.5 21t-58.5 21t-46.5 9q-22 0 -35.5 -12.5t-13.5 -41.5h-174z" />
|
||||
<glyph unicode="Ä" horiz-adv-x="1509" d="M2 0l578 1492h354l577 -1492h-268q-45 0 -74 21t-41 54l-88 260h-567l-88 -260q-10 -29 -40 -52t-73 -23h-270zM553 570h408l-138 409q-13 39 -31 91.5t-35 114.5q-16 -62 -33.5 -115.5t-33.5 -92.5zM371 1708q0 32 12.5 60.5t34.5 50t50 34t59 12.5q34 0 63.5 -12.5 t52 -34t35 -50t12.5 -60.5q0 -33 -12.5 -60.5t-35 -48.5t-52.5 -33t-63 -12q-31 0 -59 12t-50 33t-34.5 48.5t-12.5 60.5zM821 1708q0 32 13 60.5t34.5 50t50.5 34t62 12.5t62 -12.5t50.5 -34t34.5 -50t13 -60.5q0 -33 -13 -60.5t-34.5 -48.5t-50.5 -33t-62 -12t-62 12 t-50.5 33t-34.5 48.5t-13 60.5z" />
|
||||
<glyph unicode="Å" horiz-adv-x="1509" d="M2 0l578 1492h354l577 -1492h-268q-45 0 -74 21t-41 54l-88 260h-567l-88 -260q-10 -29 -40 -52t-73 -23h-270zM553 570h408l-138 409q-13 39 -31 91.5t-35 114.5q-16 -62 -33.5 -115.5t-33.5 -92.5zM531 1742q0 47 18.5 85.5t50 65.5t72.5 42t86 15q47 0 89 -15t74 -42 t51 -65.5t19 -85.5q0 -45 -19 -82.5t-51 -64t-74 -41t-89 -14.5q-45 0 -86 14.5t-72.5 41t-50 64t-18.5 82.5zM680 1742q0 -36 20 -59t62 -23q37 0 58.5 23t21.5 59q0 39 -21.5 61.5t-58.5 22.5q-42 0 -62 -22.5t-20 -61.5z" />
|
||||
<glyph unicode="Æ" horiz-adv-x="1921" d="M-33 0l733 1492h1147v-266h-660l42 -348h475v-256h-444l43 -356h544v-266h-839l-41 335h-495l-114 -260q-14 -34 -48.5 -54.5t-80.5 -20.5h-262zM575 570h363l-80 668q-20 -60 -40.5 -112.5t-41.5 -96.5z" />
|
||||
<glyph unicode="Ç" horiz-adv-x="1345" d="M37 746q0 167 57.5 307t160 241.5t246 157.5t316.5 56q84 0 158.5 -14.5t139 -41t118.5 -62.5t96 -80l-117 -157q-11 -14 -26.5 -26t-42.5 -12q-18 0 -34.5 8.5t-35 20t-40.5 25.5t-52.5 25.5t-71 20t-94.5 8.5q-94 0 -172 -33.5t-133.5 -95.5t-87 -150t-31.5 -198 q0 -115 31.5 -203.5t85 -149.5t125.5 -93t153 -32q47 0 86 5t72.5 16t63.5 29t61 44q12 10 26.5 17t29.5 7q12 0 24.5 -4.5t24.5 -15.5l137 -145q-79 -103 -194.5 -162t-267.5 -71l-8 -32q46 -12 76.5 -28.5t48.5 -36t25.5 -42.5t7.5 -48q0 -36 -20 -64.5t-55.5 -49 t-86.5 -31.5t-112 -11q-42 0 -77.5 4t-74.5 12l29 96q6 28 35 28q15 0 29.5 -4t35.5 -4q27 0 38.5 9.5t11.5 20.5q0 22 -31.5 32.5t-106.5 21.5l39 130q-145 18 -259 82t-193.5 163.5t-121.5 229t-42 280.5z" />
|
||||
<glyph unicode="È" horiz-adv-x="1157" d="M123 0v1492h960v-266h-612v-348h469v-256h-469v-356h612v-266h-960zM141 1841h350q24 0 42 -2.5t31.5 -8t26 -15.5t25.5 -24l187 -203h-252q-18 0 -31.5 1t-25.5 4.5t-22.5 9.5t-23.5 15z" />
|
||||
<glyph unicode="É" horiz-adv-x="1157" d="M123 0v1492h960v-266h-612v-348h469v-256h-469v-356h612v-266h-960zM393 1588l185 202q13 15 26 25t27.5 16t32 8t40.5 2h351l-303 -219q-27 -20 -49.5 -27t-57.5 -7h-252z" />
|
||||
<glyph unicode="Ê" horiz-adv-x="1157" d="M123 0v1492h960v-266h-612v-348h469v-256h-469v-356h612v-266h-960zM211 1588l250 233h320l250 -233h-240q-18 0 -40 5t-36 14l-76 46q-5 2 -9 5t-9 6q-5 -3 -9 -6t-10 -5l-75 -46q-14 -8 -36 -13.5t-40 -5.5h-240z" />
|
||||
<glyph unicode="Ë" horiz-adv-x="1157" d="M123 0v1492h960v-266h-612v-348h469v-256h-469v-356h612v-266h-960zM236 1708q0 32 12.5 60.5t34.5 50t50 34t59 12.5q34 0 63.5 -12.5t52 -34t35 -50t12.5 -60.5q0 -33 -12.5 -60.5t-35 -48.5t-52.5 -33t-63 -12q-31 0 -59 12t-50 33t-34.5 48.5t-12.5 60.5zM686 1708 q0 32 13 60.5t34.5 50t50.5 34t62 12.5t62 -12.5t50.5 -34t34.5 -50t13 -60.5q0 -33 -13 -60.5t-34.5 -48.5t-50.5 -33t-62 -12t-62 12t-50.5 33t-34.5 48.5t-13 60.5z" />
|
||||
<glyph unicode="Ì" horiz-adv-x="655" d="M154 0v1492h348v-1492h-348zM-147 1841h350q24 0 42 -2.5t31.5 -8t26 -15.5t25.5 -24l187 -203h-252q-18 0 -31.5 1t-25.5 4.5t-22.5 9.5t-23.5 15z" />
|
||||
<glyph unicode="Í" horiz-adv-x="655" d="M154 0v1492h348v-1492h-348zM105 1588l185 202q13 15 26 25t27.5 16t32 8t40.5 2h351l-303 -219q-27 -20 -49.5 -27t-57.5 -7h-252z" />
|
||||
<glyph unicode="Î" horiz-adv-x="655" d="M154 0v1492h348v-1492h-348zM-77 1588l250 233h320l250 -233h-240q-18 0 -40 5t-36 14l-76 46q-5 2 -9 5t-9 6q-5 -3 -9 -6t-10 -5l-75 -46q-14 -8 -36 -13.5t-40 -5.5h-240z" />
|
||||
<glyph unicode="Ï" horiz-adv-x="655" d="M154 0v1492h348v-1492h-348zM-52 1708q0 32 12.5 60.5t34.5 50t50 34t59 12.5q34 0 63.5 -12.5t52 -34t35 -50t12.5 -60.5q0 -33 -12.5 -60.5t-35 -48.5t-52.5 -33t-63 -12q-31 0 -59 12t-50 33t-34.5 48.5t-12.5 60.5zM398 1708q0 32 13 60.5t34.5 50t50.5 34t62 12.5 t62 -12.5t50.5 -34t34.5 -50t13 -60.5q0 -33 -13 -60.5t-34.5 -48.5t-50.5 -33t-62 -12t-62 12t-50.5 33t-34.5 48.5t-13 60.5z" />
|
||||
<glyph unicode="Ð" horiz-adv-x="1622" d="M55 654v189h170v649h580q174 0 317 -56.5t244 -155.5t157 -236t56 -298q0 -162 -56 -298.5t-157 -236t-244 -155.5t-317 -56h-580v654h-170zM573 266h232q99 0 177 33.5t131.5 95.5t82.5 151t29 200t-29 200t-82.5 151t-131.5 95.5t-177 33.5h-232v-383h353v-189h-353 v-388z" />
|
||||
<glyph unicode="Ñ" horiz-adv-x="1548" d="M123 0v1492h182q23 0 38 -2t27.5 -7.5t24 -16t25.5 -27.5l708 -896q-4 43 -6 83.5t-2 75.5v790h305v-1492h-180q-40 0 -67.5 12.5t-53.5 44.5l-703 889q3 -39 5 -76t2 -70v-800h-305zM446 1578q0 56 15.5 102t43 79.5t67.5 52t89 18.5q38 0 74.5 -9.5t68.5 -20.5 t58.5 -20.5t46.5 -9.5q22 0 36.5 11.5t14.5 41.5h172q0 -56 -15 -102.5t-42.5 -79.5t-67.5 -51t-90 -18q-38 0 -74.5 9t-68.5 21t-58.5 21t-46.5 9q-22 0 -35.5 -12.5t-13.5 -41.5h-174z" />
|
||||
<glyph unicode="Ò" horiz-adv-x="1638" d="M45 746q0 162 56 301.5t157.5 242t245 160.5t317.5 58t317 -58.5t244.5 -161t157 -242t55.5 -300.5q0 -162 -55.5 -301t-157 -242t-244.5 -161t-317 -58t-317.5 58t-245 161t-157.5 242t-56 301zM399 746q0 -112 29 -200t82.5 -149.5t132 -94t178.5 -32.5q99 0 177 32.5 t132 94t82.5 150t28.5 199.5t-28.5 199.5t-82.5 150t-131.5 94.5t-177.5 33t-178.5 -33t-132 -94.5t-82.5 -150t-29 -199.5zM344 1841h350q24 0 42 -2.5t31.5 -8t26 -15.5t25.5 -24l187 -203h-252q-18 0 -31.5 1t-25.5 4.5t-22.5 9.5t-23.5 15z" />
|
||||
<glyph unicode="Ó" horiz-adv-x="1638" d="M45 746q0 162 56 301.5t157.5 242t245 160.5t317.5 58t317 -58.5t244.5 -161t157 -242t55.5 -300.5q0 -162 -55.5 -301t-157 -242t-244.5 -161t-317 -58t-317.5 58t-245 161t-157.5 242t-56 301zM399 746q0 -112 29 -200t82.5 -149.5t132 -94t178.5 -32.5q99 0 177 32.5 t132 94t82.5 150t28.5 199.5t-28.5 199.5t-82.5 150t-131.5 94.5t-177.5 33t-178.5 -33t-132 -94.5t-82.5 -150t-29 -199.5zM596 1588l185 202q13 15 26 25t27.5 16t32 8t40.5 2h351l-303 -219q-27 -20 -49.5 -27t-57.5 -7h-252z" />
|
||||
<glyph unicode="Ô" horiz-adv-x="1638" d="M45 746q0 162 56 301.5t157.5 242t245 160.5t317.5 58t317 -58.5t244.5 -161t157 -242t55.5 -300.5q0 -162 -55.5 -301t-157 -242t-244.5 -161t-317 -58t-317.5 58t-245 161t-157.5 242t-56 301zM399 746q0 -112 29 -200t82.5 -149.5t132 -94t178.5 -32.5q99 0 177 32.5 t132 94t82.5 150t28.5 199.5t-28.5 199.5t-82.5 150t-131.5 94.5t-177.5 33t-178.5 -33t-132 -94.5t-82.5 -150t-29 -199.5zM413 1588l250 233h320l250 -233h-240q-18 0 -40 5t-36 14l-76 46q-5 2 -9 5t-9 6q-5 -3 -9 -6t-10 -5l-75 -46q-14 -8 -36 -13.5t-40 -5.5h-240z " />
|
||||
<glyph unicode="Õ" horiz-adv-x="1638" d="M45 746q0 162 56 301.5t157.5 242t245 160.5t317.5 58t317 -58.5t244.5 -161t157 -242t55.5 -300.5q0 -162 -55.5 -301t-157 -242t-244.5 -161t-317 -58t-317.5 58t-245 161t-157.5 242t-56 301zM399 746q0 -112 29 -200t82.5 -149.5t132 -94t178.5 -32.5q99 0 177 32.5 t132 94t82.5 150t28.5 199.5t-28.5 199.5t-82.5 150t-131.5 94.5t-177.5 33t-178.5 -33t-132 -94.5t-82.5 -150t-29 -199.5zM487 1578q0 56 15.5 102t43 79.5t67.5 52t89 18.5q38 0 74.5 -9.5t68.5 -20.5t58.5 -20.5t46.5 -9.5q22 0 36.5 11.5t14.5 41.5h172 q0 -56 -15 -102.5t-42.5 -79.5t-67.5 -51t-90 -18q-38 0 -74.5 9t-68.5 21t-58.5 21t-46.5 9q-22 0 -35.5 -12.5t-13.5 -41.5h-174z" />
|
||||
<glyph unicode="Ö" horiz-adv-x="1638" d="M45 746q0 162 56 301.5t157.5 242t245 160.5t317.5 58t317 -58.5t244.5 -161t157 -242t55.5 -300.5q0 -162 -55.5 -301t-157 -242t-244.5 -161t-317 -58t-317.5 58t-245 161t-157.5 242t-56 301zM399 746q0 -112 29 -200t82.5 -149.5t132 -94t178.5 -32.5q99 0 177 32.5 t132 94t82.5 150t28.5 199.5t-28.5 199.5t-82.5 150t-131.5 94.5t-177.5 33t-178.5 -33t-132 -94.5t-82.5 -150t-29 -199.5zM438 1708q0 32 12.5 60.5t34.5 50t50 34t59 12.5q34 0 63.5 -12.5t52 -34t35 -50t12.5 -60.5q0 -33 -12.5 -60.5t-35 -48.5t-52.5 -33t-63 -12 q-31 0 -59 12t-50 33t-34.5 48.5t-12.5 60.5zM888 1708q0 32 13 60.5t34.5 50t50.5 34t62 12.5t62 -12.5t50.5 -34t34.5 -50t13 -60.5q0 -33 -13 -60.5t-34.5 -48.5t-50.5 -33t-62 -12t-62 12t-50.5 33t-34.5 48.5t-13 60.5z" />
|
||||
<glyph unicode="×" d="M88 349l339 339l-318 320l165 160l317 -316l314 314l168 -160l-317 -318l338 -337l-168 -161l-334 334l-336 -336z" />
|
||||
<glyph unicode="Ø" horiz-adv-x="1638" d="M45 746q0 162 56 301.5t157.5 242t245 160.5t317.5 58q108 0 202.5 -22.5t177.5 -65.5l42 59q16 23 30 38t29.5 24.5t35 14t46.5 4.5h177l-189 -262q108 -104 165.5 -245.5t57.5 -306.5q0 -162 -55.5 -301t-157 -242t-244.5 -161t-317 -58q-96 0 -182 17.5t-163 51.5 l-58 -81q-17 -25 -40 -41.5t-47.5 -26.5t-50.5 -15t-51 -5h-135l204 283q-121 104 -187 252.5t-66 326.5zM399 746q0 -197 86 -318l540 749q-43 23 -94 34.5t-110 11.5q-100 0 -178.5 -33t-132 -94.5t-82.5 -150t-29 -199.5zM653 299q73 -29 168 -29q99 0 177 32.5t132 94 t82.5 150t28.5 199.5q0 83 -16.5 154t-46.5 127z" />
|
||||
<glyph unicode="Ù" horiz-adv-x="1486" d="M102 608v884h347v-883q0 -79 19.5 -140.5t57.5 -105.5t93 -67t124 -23q70 0 125 23t92.5 66.5t57.5 105t20 140.5v884h346v-884q0 -137 -44.5 -251.5t-127.5 -197.5t-201.5 -129t-267.5 -46q-150 0 -268.5 46t-201.5 129t-127 197.5t-44 251.5zM264 1841h350 q24 0 42 -2.5t31.5 -8t26 -15.5t25.5 -24l187 -203h-252q-18 0 -31.5 1t-25.5 4.5t-22.5 9.5t-23.5 15z" />
|
||||
<glyph unicode="Ú" horiz-adv-x="1486" d="M102 608v884h347v-883q0 -79 19.5 -140.5t57.5 -105.5t93 -67t124 -23q70 0 125 23t92.5 66.5t57.5 105t20 140.5v884h346v-884q0 -137 -44.5 -251.5t-127.5 -197.5t-201.5 -129t-267.5 -46q-150 0 -268.5 46t-201.5 129t-127 197.5t-44 251.5zM516 1588l185 202 q13 15 26 25t27.5 16t32 8t40.5 2h351l-303 -219q-27 -20 -49.5 -27t-57.5 -7h-252z" />
|
||||
<glyph unicode="Û" horiz-adv-x="1486" d="M102 608v884h347v-883q0 -79 19.5 -140.5t57.5 -105.5t93 -67t124 -23q70 0 125 23t92.5 66.5t57.5 105t20 140.5v884h346v-884q0 -137 -44.5 -251.5t-127.5 -197.5t-201.5 -129t-267.5 -46q-150 0 -268.5 46t-201.5 129t-127 197.5t-44 251.5zM334 1588l250 233h320 l250 -233h-240q-18 0 -40 5t-36 14l-76 46q-5 2 -9 5t-9 6q-5 -3 -9 -6t-10 -5l-75 -46q-14 -8 -36 -13.5t-40 -5.5h-240z" />
|
||||
<glyph unicode="Ü" horiz-adv-x="1486" d="M102 608v884h347v-883q0 -79 19.5 -140.5t57.5 -105.5t93 -67t124 -23q70 0 125 23t92.5 66.5t57.5 105t20 140.5v884h346v-884q0 -137 -44.5 -251.5t-127.5 -197.5t-201.5 -129t-267.5 -46q-150 0 -268.5 46t-201.5 129t-127 197.5t-44 251.5zM359 1708q0 32 12.5 60.5 t34.5 50t50 34t59 12.5q34 0 63.5 -12.5t52 -34t35 -50t12.5 -60.5q0 -33 -12.5 -60.5t-35 -48.5t-52.5 -33t-63 -12q-31 0 -59 12t-50 33t-34.5 48.5t-12.5 60.5zM809 1708q0 32 13 60.5t34.5 50t50.5 34t62 12.5t62 -12.5t50.5 -34t34.5 -50t13 -60.5q0 -33 -13 -60.5 t-34.5 -48.5t-50.5 -33t-62 -12t-62 12t-50.5 33t-34.5 48.5t-13 60.5z" />
|
||||
<glyph unicode="Ý" horiz-adv-x="1386" d="M-20 1492h305q45 0 71.5 -21t42.5 -54l211 -434q26 -52 47.5 -96t37.5 -87q15 44 37 88t46 95l209 434q6 13 17 26.5t24.5 24.5t31.5 17.5t40 6.5h307l-541 -925v-567h-346v567zM469 1588l185 202q13 15 26 25t27.5 16t32 8t40.5 2h351l-303 -219q-27 -20 -49.5 -27 t-57.5 -7h-252z" />
|
||||
<glyph unicode="Þ" horiz-adv-x="1306" d="M123 0v1492h346v-241h180q158 0 271 -37t186.5 -102.5t108 -155t34.5 -192.5q0 -112 -35.5 -205t-109.5 -159.5t-187 -104t-268 -37.5h-180v-258h-346zM469 519h180q135 0 194.5 64.5t59.5 180.5q0 51 -15.5 93t-46.5 72t-78.5 46.5t-113.5 16.5h-180v-473z" />
|
||||
<glyph unicode="ß" horiz-adv-x="1347" d="M170 0v1001q0 110 38.5 204.5t112 165t179.5 110.5t241 40q133 0 225.5 -38t149 -94.5t82 -120t25.5 -115.5q0 -57 -18.5 -98t-46.5 -71t-59.5 -52t-59 -41.5t-46 -39.5t-18.5 -46q0 -29 24 -52t59.5 -47.5t77.5 -53t77 -69t59 -96.5t24 -134q0 -93 -35 -162t-93.5 -115 t-135.5 -69t-160 -23q-45 0 -92 10t-91.5 27.5t-84 41.5t-69.5 52l73 116q13 20 31.5 32t48.5 12q28 0 50.5 -12t45.5 -26.5t50.5 -26.5t66.5 -12q40 0 69 29t29 77q0 41 -26.5 69.5t-66.5 53.5t-86 50t-86 60t-66.5 84t-26.5 121q0 61 20 105.5t50.5 76.5t65.5 58 t65.5 50.5t50.5 52.5t20 66q0 69 -44.5 108t-141.5 39q-65 0 -110.5 -21t-74 -60t-42 -96.5t-13.5 -129.5v-991h-317z" />
|
||||
<glyph unicode="à" horiz-adv-x="1103" d="M72 276q0 56 28.5 116t99 108.5t190.5 81t302 36.5v46q0 93 -38.5 134.5t-108.5 41.5q-56 0 -92 -12.5t-64.5 -28t-55 -27.5t-63.5 -12q-33 0 -56 16t-36 39l-57 99q96 85 213.5 126.5t251.5 41.5q96 0 173.5 -31t131 -87t82 -132.5t28.5 -167.5v-664h-145 q-45 0 -68 12.5t-38 50.5l-23 59q-40 -34 -77 -59.5t-76 -43.5t-84 -26.5t-99 -8.5q-73 0 -132 19t-100.5 55.5t-64 91t-22.5 126.5zM375 292q0 -54 29.5 -76t87.5 -22q61 0 107 21.5t93 69.5v147q-95 -4 -156.5 -16.5t-97.5 -30.5t-49.5 -41.5t-13.5 -51.5zM199 1508h297 q48 0 71.5 -15.5t41.5 -45.5l139 -251h-180q-36 0 -57.5 9.5t-45.5 33.5z" />
|
||||
<glyph unicode="á" horiz-adv-x="1103" d="M72 276q0 56 28.5 116t99 108.5t190.5 81t302 36.5v46q0 93 -38.5 134.5t-108.5 41.5q-56 0 -92 -12.5t-64.5 -28t-55 -27.5t-63.5 -12q-33 0 -56 16t-36 39l-57 99q96 85 213.5 126.5t251.5 41.5q96 0 173.5 -31t131 -87t82 -132.5t28.5 -167.5v-664h-145 q-45 0 -68 12.5t-38 50.5l-23 59q-40 -34 -77 -59.5t-76 -43.5t-84 -26.5t-99 -8.5q-73 0 -132 19t-100.5 55.5t-64 91t-22.5 126.5zM375 292q0 -54 29.5 -76t87.5 -22q61 0 107 21.5t93 69.5v147q-95 -4 -156.5 -16.5t-97.5 -30.5t-49.5 -41.5t-13.5 -51.5zM422 1196 l140 251q17 30 40.5 45.5t71.5 15.5h307l-266 -269q-24 -24 -45 -33.5t-57 -9.5h-191z" />
|
||||
<glyph unicode="â" horiz-adv-x="1103" d="M72 276q0 56 28.5 116t99 108.5t190.5 81t302 36.5v46q0 93 -38.5 134.5t-108.5 41.5q-56 0 -92 -12.5t-64.5 -28t-55 -27.5t-63.5 -12q-33 0 -56 16t-36 39l-57 99q96 85 213.5 126.5t251.5 41.5q96 0 173.5 -31t131 -87t82 -132.5t28.5 -167.5v-664h-145 q-45 0 -68 12.5t-38 50.5l-23 59q-40 -34 -77 -59.5t-76 -43.5t-84 -26.5t-99 -8.5q-73 0 -132 19t-100.5 55.5t-64 91t-22.5 126.5zM375 292q0 -54 29.5 -76t87.5 -22q61 0 107 21.5t93 69.5v147q-95 -4 -156.5 -16.5t-97.5 -30.5t-49.5 -41.5t-13.5 -51.5zM187 1196 l239 296h299l240 -296h-211q-18 0 -33.5 5.5t-27.5 15.5l-86 73q-7 5 -13.5 11.5t-12.5 14.5q-6 -8 -12.5 -14.5t-13.5 -11.5l-88 -73q-9 -8 -26 -14.5t-35 -6.5h-219z" />
|
||||
<glyph unicode="ã" horiz-adv-x="1103" d="M72 276q0 56 28.5 116t99 108.5t190.5 81t302 36.5v46q0 93 -38.5 134.5t-108.5 41.5q-56 0 -92 -12.5t-64.5 -28t-55 -27.5t-63.5 -12q-33 0 -56 16t-36 39l-57 99q96 85 213.5 126.5t251.5 41.5q96 0 173.5 -31t131 -87t82 -132.5t28.5 -167.5v-664h-145 q-45 0 -68 12.5t-38 50.5l-23 59q-40 -34 -77 -59.5t-76 -43.5t-84 -26.5t-99 -8.5q-73 0 -132 19t-100.5 55.5t-64 91t-22.5 126.5zM375 292q0 -54 29.5 -76t87.5 -22q61 0 107 21.5t93 69.5v147q-95 -4 -156.5 -16.5t-97.5 -30.5t-49.5 -41.5t-13.5 -51.5zM224 1214 q0 65 18.5 116.5t50 88.5t74.5 57t92 20q38 0 71.5 -11.5t61 -26t50.5 -26.5t40 -12q25 0 40.5 13t15.5 55h192q0 -65 -18 -116.5t-49.5 -88t-74.5 -56t-93 -19.5q-38 0 -71 12t-61 26.5t-51 26t-41 11.5q-25 0 -39 -14t-14 -56h-194z" />
|
||||
<glyph unicode="ä" horiz-adv-x="1103" d="M72 276q0 56 28.5 116t99 108.5t190.5 81t302 36.5v46q0 93 -38.5 134.5t-108.5 41.5q-56 0 -92 -12.5t-64.5 -28t-55 -27.5t-63.5 -12q-33 0 -56 16t-36 39l-57 99q96 85 213.5 126.5t251.5 41.5q96 0 173.5 -31t131 -87t82 -132.5t28.5 -167.5v-664h-145 q-45 0 -68 12.5t-38 50.5l-23 59q-40 -34 -77 -59.5t-76 -43.5t-84 -26.5t-99 -8.5q-73 0 -132 19t-100.5 55.5t-64 91t-22.5 126.5zM375 292q0 -54 29.5 -76t87.5 -22q61 0 107 21.5t93 69.5v147q-95 -4 -156.5 -16.5t-97.5 -30.5t-49.5 -41.5t-13.5 -51.5zM213 1326 q0 34 13.5 63.5t35.5 51.5t51 35t62 13q35 0 65 -13t53.5 -35t36.5 -51.5t13 -63.5q0 -33 -13 -61.5t-36.5 -49.5t-53.5 -33.5t-65 -12.5q-33 0 -62 12.5t-51 33.5t-35.5 49.5t-13.5 61.5zM609 1326q0 34 12.5 63.5t35 51.5t52.5 35t64 13q35 0 65 -13t52.5 -35t35 -51.5 t12.5 -63.5q0 -33 -12.5 -61.5t-35 -49.5t-53 -33.5t-64.5 -12.5t-64 12.5t-52.5 33.5t-35 49.5t-12.5 61.5z" />
|
||||
<glyph unicode="å" horiz-adv-x="1103" d="M72 276q0 56 28.5 116t99 108.5t190.5 81t302 36.5v46q0 93 -38.5 134.5t-108.5 41.5q-56 0 -92 -12.5t-64.5 -28t-55 -27.5t-63.5 -12q-33 0 -56 16t-36 39l-57 99q96 85 213.5 126.5t251.5 41.5q96 0 173.5 -31t131 -87t82 -132.5t28.5 -167.5v-664h-145 q-45 0 -68 12.5t-38 50.5l-23 59q-40 -34 -77 -59.5t-76 -43.5t-84 -26.5t-99 -8.5q-73 0 -132 19t-100.5 55.5t-64 91t-22.5 126.5zM375 292q0 -54 29.5 -76t87.5 -22q61 0 107 21.5t93 69.5v147q-95 -4 -156.5 -16.5t-97.5 -30.5t-49.5 -41.5t-13.5 -51.5zM328 1366 q0 51 20.5 92.5t54.5 71.5t79 45.5t94 15.5q50 0 96 -15.5t81.5 -45.5t56 -71.5t20.5 -92.5q0 -50 -20.5 -90.5t-56 -69t-81.5 -44.5t-96 -16q-49 0 -94 16t-79 44.5t-54.5 69t-20.5 90.5zM498 1366q0 -36 20 -59t62 -23q37 0 58.5 23t21.5 59q0 39 -21.5 61.5t-58.5 22.5 q-42 0 -62 -22.5t-20 -61.5z" />
|
||||
<glyph unicode="æ" horiz-adv-x="1708" d="M72 288q0 38 12 78t40.5 78t75 72.5t115.5 61t162 43t215 19.5v24q0 93 -38.5 139t-108.5 46q-56 0 -92 -14t-64.5 -31t-55 -30.5t-63.5 -13.5q-33 0 -56 16t-36 39l-57 99q96 85 200.5 126.5t229.5 41.5q116 0 192.5 -40t119.5 -110q60 68 146.5 107t198.5 39 q94 0 175 -35.5t140 -102t92.5 -160t33.5 -209.5q0 -36 -3.5 -58.5t-11 -35.5t-20.5 -18t-35 -5h-584q17 -122 79.5 -177.5t156.5 -55.5q69 0 109 12.5t66.5 26.5t45 26.5t45.5 12.5q44 0 64 -28l86 -105q-49 -56 -105 -91.5t-114.5 -55.5t-116.5 -27.5t-111 -7.5 q-52 0 -103 10.5t-98.5 33.5t-89 59t-74.5 85q-33 -49 -78.5 -85t-100 -59t-116 -33.5t-126.5 -10.5q-164 0 -253 80t-89 224zM375 303q0 -55 29.5 -82t87.5 -27q43 0 79.5 12.5t63.5 41t42 75.5t15 114v17q-95 -5 -156.5 -19t-97.5 -34.5t-49.5 -45.5t-13.5 -52zM993 638 h373q0 38 -8.5 77.5t-28.5 71t-53.5 52t-81.5 20.5q-90 0 -139 -56.5t-62 -164.5z" />
|
||||
<glyph unicode="ç" horiz-adv-x="995" d="M53 534q0 115 34.5 214.5t101.5 172.5t166 115t229 42q125 0 219 -40t170 -116l-84 -112q-14 -17 -27.5 -27.5t-38.5 -10.5q-24 0 -42.5 11.5t-42 25t-55.5 25t-79 11.5q-58 0 -100.5 -21.5t-70 -61.5t-41 -98t-13.5 -130q0 -153 59 -235t162 -82q55 0 87.5 14t55 31 t41.5 31t47 14q38 0 58 -27l92 -114q-39 -45 -81.5 -76.5t-87 -52t-89.5 -32t-90 -16.5l-9 -33q46 -12 76.5 -28.5t48.5 -36t25.5 -42.5t7.5 -48q0 -36 -20 -64.5t-55.5 -49t-86.5 -31.5t-112 -11q-42 0 -77.5 4t-74.5 12l29 96q6 28 35 28q15 0 29.5 -4t35.5 -4 q27 0 38.5 9.5t11.5 20.5q0 22 -31.5 32.5t-106.5 21.5l40 134q-80 16 -150 60t-122 113t-82 160.5t-30 205.5z" />
|
||||
<glyph unicode="è" horiz-adv-x="1114" d="M53 554q0 106 36.5 201.5t104.5 167t165 113.5t219 42q105 0 192.5 -32.5t150.5 -95t98.5 -153t35.5 -205.5q0 -36 -3 -58.5t-11.5 -36t-22 -18.5t-35.5 -5h-612q15 -133 80.5 -193t169.5 -60q55 0 95 13.5t71 30t57 29.5t55 13q38 0 57 -27l93 -114q-49 -56 -106 -91.5 t-117 -55.5t-120 -27.5t-114 -7.5q-112 0 -209.5 36t-171 108t-116 178.5t-42.5 247.5zM374 658h396q0 38 -9.5 74t-31.5 64t-58 45.5t-87 17.5q-91 0 -142.5 -52t-67.5 -149zM209 1508h297q48 0 71.5 -15.5t41.5 -45.5l139 -251h-180q-36 0 -57.5 9.5t-45.5 33.5z" />
|
||||
<glyph unicode="é" horiz-adv-x="1114" d="M53 554q0 106 36.5 201.5t104.5 167t165 113.5t219 42q105 0 192.5 -32.5t150.5 -95t98.5 -153t35.5 -205.5q0 -36 -3 -58.5t-11.5 -36t-22 -18.5t-35.5 -5h-612q15 -133 80.5 -193t169.5 -60q55 0 95 13.5t71 30t57 29.5t55 13q38 0 57 -27l93 -114q-49 -56 -106 -91.5 t-117 -55.5t-120 -27.5t-114 -7.5q-112 0 -209.5 36t-171 108t-116 178.5t-42.5 247.5zM374 658h396q0 38 -9.5 74t-31.5 64t-58 45.5t-87 17.5q-91 0 -142.5 -52t-67.5 -149zM432 1196l140 251q17 30 40.5 45.5t71.5 15.5h307l-266 -269q-24 -24 -45 -33.5t-57 -9.5h-191z " />
|
||||
<glyph unicode="ê" horiz-adv-x="1114" d="M53 554q0 106 36.5 201.5t104.5 167t165 113.5t219 42q105 0 192.5 -32.5t150.5 -95t98.5 -153t35.5 -205.5q0 -36 -3 -58.5t-11.5 -36t-22 -18.5t-35.5 -5h-612q15 -133 80.5 -193t169.5 -60q55 0 95 13.5t71 30t57 29.5t55 13q38 0 57 -27l93 -114q-49 -56 -106 -91.5 t-117 -55.5t-120 -27.5t-114 -7.5q-112 0 -209.5 36t-171 108t-116 178.5t-42.5 247.5zM374 658h396q0 38 -9.5 74t-31.5 64t-58 45.5t-87 17.5q-91 0 -142.5 -52t-67.5 -149zM197 1196l239 296h299l240 -296h-211q-18 0 -33.5 5.5t-27.5 15.5l-86 73q-7 5 -13.5 11.5 t-12.5 14.5q-6 -8 -12.5 -14.5t-13.5 -11.5l-88 -73q-9 -8 -26 -14.5t-35 -6.5h-219z" />
|
||||
<glyph unicode="ë" horiz-adv-x="1114" d="M53 554q0 106 36.5 201.5t104.5 167t165 113.5t219 42q105 0 192.5 -32.5t150.5 -95t98.5 -153t35.5 -205.5q0 -36 -3 -58.5t-11.5 -36t-22 -18.5t-35.5 -5h-612q15 -133 80.5 -193t169.5 -60q55 0 95 13.5t71 30t57 29.5t55 13q38 0 57 -27l93 -114q-49 -56 -106 -91.5 t-117 -55.5t-120 -27.5t-114 -7.5q-112 0 -209.5 36t-171 108t-116 178.5t-42.5 247.5zM374 658h396q0 38 -9.5 74t-31.5 64t-58 45.5t-87 17.5q-91 0 -142.5 -52t-67.5 -149zM223 1326q0 34 13.5 63.5t35.5 51.5t51 35t62 13q35 0 65 -13t53.5 -35t36.5 -51.5t13 -63.5 q0 -33 -13 -61.5t-36.5 -49.5t-53.5 -33.5t-65 -12.5q-33 0 -62 12.5t-51 33.5t-35.5 49.5t-13.5 61.5zM619 1326q0 34 12.5 63.5t35 51.5t52.5 35t64 13q35 0 65 -13t52.5 -35t35 -51.5t12.5 -63.5q0 -33 -12.5 -61.5t-35 -49.5t-53 -33.5t-64.5 -12.5t-64 12.5t-52.5 33.5 t-35 49.5t-12.5 61.5z" />
|
||||
<glyph unicode="ì" horiz-adv-x="583" d="M133 0v1062h318v-1062h-318zM-75 1508h297q48 0 71.5 -15.5t41.5 -45.5l139 -251h-180q-36 0 -57.5 9.5t-45.5 33.5z" />
|
||||
<glyph unicode="í" horiz-adv-x="583" d="M133 0v1062h318v-1062h-318zM148 1196l140 251q17 30 40.5 45.5t71.5 15.5h307l-266 -269q-24 -24 -45 -33.5t-57 -9.5h-191z" />
|
||||
<glyph unicode="î" horiz-adv-x="583" d="M133 0v1062h318v-1062h-318zM-87 1196l239 296h299l240 -296h-211q-18 0 -33.5 5.5t-27.5 15.5l-86 73q-7 5 -13.5 11.5t-12.5 14.5q-6 -8 -12.5 -14.5t-13.5 -11.5l-88 -73q-9 -8 -26 -14.5t-35 -6.5h-219z" />
|
||||
<glyph unicode="ï" horiz-adv-x="583" d="M133 0v1062h318v-1062h-318zM-61 1326q0 34 13.5 63.5t35.5 51.5t51 35t62 13q35 0 65 -13t53.5 -35t36.5 -51.5t13 -63.5q0 -33 -13 -61.5t-36.5 -49.5t-53.5 -33.5t-65 -12.5q-33 0 -62 12.5t-51 33.5t-35.5 49.5t-13.5 61.5zM335 1326q0 34 12.5 63.5t35 51.5t52.5 35 t64 13q35 0 65 -13t52.5 -35t35 -51.5t12.5 -63.5q0 -33 -12.5 -61.5t-35 -49.5t-53 -33.5t-64.5 -12.5t-64 12.5t-52.5 33.5t-35 49.5t-12.5 61.5z" />
|
||||
<glyph unicode="ð" horiz-adv-x="1189" d="M57 492q0 92 34.5 176.5t97.5 149t151 102t195 37.5q92 0 164 -28.5t130 -80.5q-20 84 -64 148.5t-122 116.5l-217 -127l-59 98q-13 22 -14 41q0 17 11 33t31 25l47 22q-20 7 -40.5 14t-43.5 13q-32 8 -51.5 30t-19.5 59q0 25 10 54l37 106q109 -17 208 -50t186 -83 l187 109l64 -100q11 -17 11 -37q0 -17 -9 -32t-27 -23l-67 -34q112 -105 175.5 -255.5t63.5 -349.5q0 -154 -36 -273.5t-106.5 -201.5t-172.5 -124.5t-233 -42.5q-112 0 -207.5 34t-165 99.5t-109 160t-39.5 214.5zM373 489q0 -67 16.5 -117.5t45 -85t67.5 -52t84 -17.5 q46 0 88 17t75 57.5t53.5 109.5t23.5 173q-30 65 -84.5 107.5t-141.5 42.5q-55 0 -97.5 -18.5t-71.5 -50t-43.5 -74.5t-14.5 -92z" />
|
||||
<glyph unicode="ñ" d="M123 0v1062h196q30 0 50 -13.5t28 -39.5l19 -62q31 29 63.5 53.5t70 41.5t81 26.5t94.5 9.5q87 0 154 -30t113 -84t69.5 -128t23.5 -161v-675h-317v675q0 78 -36 121.5t-105 43.5q-52 0 -98.5 -22.5t-88.5 -60.5v-757h-317zM252 1214q0 65 18.5 116.5t50 88.5t74.5 57 t92 20q38 0 71.5 -11.5t61 -26t50.5 -26.5t40 -12q25 0 40.5 13t15.5 55h192q0 -65 -18 -116.5t-49.5 -88t-74.5 -56t-93 -19.5q-38 0 -71 12t-61 26.5t-51 26t-41 11.5q-25 0 -39 -14t-14 -56h-194z" />
|
||||
<glyph unicode="ò" d="M51 534q0 126 39.5 226.5t111.5 171t172 108.5t222 38q121 0 220 -38t170.5 -108.5t111 -171.5t39.5 -226q0 -127 -39.5 -229t-111 -173.5t-170.5 -109.5t-220 -38q-122 0 -222 38t-172 109.5t-111.5 173.5t-39.5 229zM379 531q0 -158 52 -235t165 -77q110 0 161.5 77.5 t51.5 234.5q0 158 -51.5 235t-161.5 77q-113 0 -165 -77t-52 -235zM219 1508h297q48 0 71.5 -15.5t41.5 -45.5l139 -251h-180q-36 0 -57.5 9.5t-45.5 33.5z" />
|
||||
<glyph unicode="ó" d="M51 534q0 126 39.5 226.5t111.5 171t172 108.5t222 38q121 0 220 -38t170.5 -108.5t111 -171.5t39.5 -226q0 -127 -39.5 -229t-111 -173.5t-170.5 -109.5t-220 -38q-122 0 -222 38t-172 109.5t-111.5 173.5t-39.5 229zM379 531q0 -158 52 -235t165 -77q110 0 161.5 77.5 t51.5 234.5q0 158 -51.5 235t-161.5 77q-113 0 -165 -77t-52 -235zM442 1196l140 251q17 30 40.5 45.5t71.5 15.5h307l-266 -269q-24 -24 -45 -33.5t-57 -9.5h-191z" />
|
||||
<glyph unicode="ô" d="M51 534q0 126 39.5 226.5t111.5 171t172 108.5t222 38q121 0 220 -38t170.5 -108.5t111 -171.5t39.5 -226q0 -127 -39.5 -229t-111 -173.5t-170.5 -109.5t-220 -38q-122 0 -222 38t-172 109.5t-111.5 173.5t-39.5 229zM379 531q0 -158 52 -235t165 -77q110 0 161.5 77.5 t51.5 234.5q0 158 -51.5 235t-161.5 77q-113 0 -165 -77t-52 -235zM207 1196l239 296h299l240 -296h-211q-18 0 -33.5 5.5t-27.5 15.5l-86 73q-7 5 -13.5 11.5t-12.5 14.5q-6 -8 -12.5 -14.5t-13.5 -11.5l-88 -73q-9 -8 -26 -14.5t-35 -6.5h-219z" />
|
||||
<glyph unicode="õ" d="M51 534q0 126 39.5 226.5t111.5 171t172 108.5t222 38q121 0 220 -38t170.5 -108.5t111 -171.5t39.5 -226q0 -127 -39.5 -229t-111 -173.5t-170.5 -109.5t-220 -38q-122 0 -222 38t-172 109.5t-111.5 173.5t-39.5 229zM379 531q0 -158 52 -235t165 -77q110 0 161.5 77.5 t51.5 234.5q0 158 -51.5 235t-161.5 77q-113 0 -165 -77t-52 -235zM244 1214q0 65 18.5 116.5t50 88.5t74.5 57t92 20q38 0 71.5 -11.5t61 -26t50.5 -26.5t40 -12q25 0 40.5 13t15.5 55h192q0 -65 -18 -116.5t-49.5 -88t-74.5 -56t-93 -19.5q-38 0 -71 12t-61 26.5t-51 26 t-41 11.5q-25 0 -39 -14t-14 -56h-194z" />
|
||||
<glyph unicode="ö" d="M51 534q0 126 39.5 226.5t111.5 171t172 108.5t222 38q121 0 220 -38t170.5 -108.5t111 -171.5t39.5 -226q0 -127 -39.5 -229t-111 -173.5t-170.5 -109.5t-220 -38q-122 0 -222 38t-172 109.5t-111.5 173.5t-39.5 229zM379 531q0 -158 52 -235t165 -77q110 0 161.5 77.5 t51.5 234.5q0 158 -51.5 235t-161.5 77q-113 0 -165 -77t-52 -235zM233 1326q0 34 13.5 63.5t35.5 51.5t51 35t62 13q35 0 65 -13t53.5 -35t36.5 -51.5t13 -63.5q0 -33 -13 -61.5t-36.5 -49.5t-53.5 -33.5t-65 -12.5q-33 0 -62 12.5t-51 33.5t-35.5 49.5t-13.5 61.5z M629 1326q0 34 12.5 63.5t35 51.5t52.5 35t64 13q35 0 65 -13t52.5 -35t35 -51.5t12.5 -63.5q0 -33 -12.5 -61.5t-35 -49.5t-53 -33.5t-64.5 -12.5t-64 12.5t-52.5 33.5t-35 49.5t-12.5 61.5z" />
|
||||
<glyph unicode="÷" d="M86 574v228h1014v-228h-1014zM412 324q0 37 13.5 68.5t37.5 55t57 37.5t72 14q38 0 70.5 -14t57 -37.5t38.5 -55.5t14 -68q0 -37 -14 -69.5t-38.5 -56t-57 -37t-70.5 -13.5q-39 0 -72 13.5t-57 37t-37.5 56t-13.5 69.5zM412 1053q0 37 13.5 68.5t37.5 55t57 37.5t72 14 q38 0 70.5 -14t57 -37.5t38.5 -55t14 -68.5t-14 -69.5t-38.5 -56t-57 -36.5t-70.5 -13q-39 0 -72 13t-57 36.5t-37.5 56t-13.5 69.5z" />
|
||||
<glyph unicode="ø" d="M25 -80l164 224q-67 71 -102.5 169.5t-35.5 220.5q0 126 39.5 226.5t111.5 171t172 108.5t222 38q135 0 244 -48l47 64q16 22 30 37t29.5 24.5t34.5 14t47 4.5h156l-187 -253q67 -71 103.5 -169t36.5 -218q0 -127 -39.5 -229t-111 -173.5t-170.5 -109.5t-220 -38 q-138 0 -251 50l-17 -25q-17 -26 -39.5 -42.5t-47.5 -27t-51 -15t-51 -4.5h-114zM358 531q0 -82 14 -138l323 441q-42 19 -99 19q-113 0 -175.5 -82t-62.5 -240zM489 230q44 -20 107 -20q110 0 171.5 82t61.5 239q0 80 -14 141z" />
|
||||
<glyph unicode="ù" d="M102 388v674h318v-674q0 -79 36 -122t105 -43q52 0 98 21.5t89 60.5v757h317v-1062h-197q-59 0 -77 53l-20 62q-31 -30 -63.5 -54t-70 -41t-80.5 -26.5t-94 -9.5q-87 0 -154 30t-113 84.5t-70 128t-24 161.5zM215 1508h297q48 0 71.5 -15.5t41.5 -45.5l139 -251h-180 q-36 0 -57.5 9.5t-45.5 33.5z" />
|
||||
<glyph unicode="ú" d="M102 388v674h318v-674q0 -79 36 -122t105 -43q52 0 98 21.5t89 60.5v757h317v-1062h-197q-59 0 -77 53l-20 62q-31 -30 -63.5 -54t-70 -41t-80.5 -26.5t-94 -9.5q-87 0 -154 30t-113 84.5t-70 128t-24 161.5zM438 1196l140 251q17 30 40.5 45.5t71.5 15.5h307l-266 -269 q-24 -24 -45 -33.5t-57 -9.5h-191z" />
|
||||
<glyph unicode="û" d="M102 388v674h318v-674q0 -79 36 -122t105 -43q52 0 98 21.5t89 60.5v757h317v-1062h-197q-59 0 -77 53l-20 62q-31 -30 -63.5 -54t-70 -41t-80.5 -26.5t-94 -9.5q-87 0 -154 30t-113 84.5t-70 128t-24 161.5zM203 1196l239 296h299l240 -296h-211q-18 0 -33.5 5.5 t-27.5 15.5l-86 73q-7 5 -13.5 11.5t-12.5 14.5q-6 -8 -12.5 -14.5t-13.5 -11.5l-88 -73q-9 -8 -26 -14.5t-35 -6.5h-219z" />
|
||||
<glyph unicode="ü" d="M102 388v674h318v-674q0 -79 36 -122t105 -43q52 0 98 21.5t89 60.5v757h317v-1062h-197q-59 0 -77 53l-20 62q-31 -30 -63.5 -54t-70 -41t-80.5 -26.5t-94 -9.5q-87 0 -154 30t-113 84.5t-70 128t-24 161.5zM229 1326q0 34 13.5 63.5t35.5 51.5t51 35t62 13q35 0 65 -13 t53.5 -35t36.5 -51.5t13 -63.5q0 -33 -13 -61.5t-36.5 -49.5t-53.5 -33.5t-65 -12.5q-33 0 -62 12.5t-51 33.5t-35.5 49.5t-13.5 61.5zM625 1326q0 34 12.5 63.5t35 51.5t52.5 35t64 13q35 0 65 -13t52.5 -35t35 -51.5t12.5 -63.5q0 -33 -12.5 -61.5t-35 -49.5t-53 -33.5 t-64.5 -12.5t-64 12.5t-52.5 33.5t-35 49.5t-12.5 61.5z" />
|
||||
<glyph unicode="ý" horiz-adv-x="1132" d="M0 1062h281q37 0 57 -16.5t29 -38.5l174 -458q25 -63 40 -127q10 33 22 64.5t24 64.5l157 456q8 24 32.5 39.5t51.5 15.5h256l-567 -1337q-14 -32 -34.5 -47t-65.5 -15h-238l205 430zM430 1196l140 251q17 30 40.5 45.5t71.5 15.5h307l-266 -269q-24 -24 -45 -33.5 t-57 -9.5h-191z" />
|
||||
<glyph unicode="þ" horiz-adv-x="1183" d="M123 -337v1870h317v-584q59 58 134.5 93.5t177.5 35.5q83 0 153.5 -35.5t121.5 -105t80.5 -169.5t29.5 -228q0 -120 -33.5 -221.5t-93.5 -176t-143.5 -116.5t-184.5 -42q-42 0 -77 7.5t-64 21.5t-53.5 33.5t-47.5 42.5v-426h-317zM440 289q36 -40 78 -56t88 -16 q44 0 81 17.5t64 56t42.5 100t15.5 149.5q0 84 -12.5 141t-34.5 92.5t-52.5 51t-68.5 15.5q-35 0 -63 -7t-52 -19t-44.5 -31t-41.5 -44v-450z" />
|
||||
<glyph unicode="ÿ" horiz-adv-x="1132" d="M0 1062h281q37 0 57 -16.5t29 -38.5l174 -458q25 -63 40 -127q10 33 22 64.5t24 64.5l157 456q8 24 32.5 39.5t51.5 15.5h256l-567 -1337q-14 -32 -34.5 -47t-65.5 -15h-238l205 430zM221 1326q0 34 13.5 63.5t35.5 51.5t51 35t62 13q35 0 65 -13t53.5 -35t36.5 -51.5 t13 -63.5q0 -33 -13 -61.5t-36.5 -49.5t-53.5 -33.5t-65 -12.5q-33 0 -62 12.5t-51 33.5t-35.5 49.5t-13.5 61.5zM617 1326q0 34 12.5 63.5t35 51.5t52.5 35t64 13q35 0 65 -13t52.5 -35t35 -51.5t12.5 -63.5q0 -33 -12.5 -61.5t-35 -49.5t-53 -33.5t-64.5 -12.5t-64 12.5 t-52.5 33.5t-35 49.5t-12.5 61.5z" />
|
||||
<glyph unicode="Ą" horiz-adv-x="1509" d="M2 0l578 1492h354l577 -1492h-69q-40 -22 -68 -54t-28 -71q0 -25 13.5 -39.5t41.5 -14.5q15 0 24.5 1t15.5 2.5t10 3t9 1.5q22 0 29 -19l47 -114q-36 -22 -89 -36.5t-114 -14.5q-110 0 -166.5 43t-56.5 109q0 52 34.5 104.5t110.5 98.5h-12q-45 0 -74 21t-41 54l-88 260 h-567l-88 -260q-10 -29 -40 -52t-73 -23h-270zM553 570h408l-138 409q-15 39 -32.5 91.5t-34.5 114.5q-16 -62 -33 -115.5t-33 -92.5z" />
|
||||
<glyph unicode="ą" horiz-adv-x="1103" d="M72 276q0 56 28.5 116t99 108.5t190.5 81t302 36.5v46q0 93 -38.5 134.5t-108.5 41.5q-56 0 -92 -12.5t-64.5 -28t-55 -27.5t-63.5 -12q-33 0 -56 16t-36 39l-57 99q96 85 213.5 126.5t251.5 41.5q96 0 173.5 -31t131 -87t82 -132.5t28.5 -167.5v-664q-40 -22 -68 -54 t-28 -71q0 -25 14 -39.5t42 -14.5q15 0 24 1t15.5 2.5t10.5 3t9 1.5q22 0 29 -19l47 -114q-36 -22 -89.5 -36.5t-113.5 -14.5q-110 0 -166.5 43t-56.5 109q0 53 35.5 106t113.5 99q-27 4 -42.5 18t-26.5 43l-23 59q-40 -34 -77 -59.5t-76 -43.5t-84 -26.5t-99 -8.5 q-73 0 -132 19t-100.5 55.5t-64 91t-22.5 126.5zM375 292q0 -54 29.5 -76t87.5 -22q61 0 107 21.5t93 69.5v147q-95 -4 -156.5 -16.5t-97.5 -30.5t-49.5 -41.5t-13.5 -51.5z" />
|
||||
<glyph unicode="Ć" horiz-adv-x="1345" d="M37 746q0 167 57.5 307t160 241.5t246 157.5t316.5 56q84 0 158.5 -14.5t139 -41t118.5 -62.5t96 -80l-117 -157q-11 -14 -26.5 -26t-42.5 -12q-18 0 -34.5 8.5t-35 20t-40.5 25.5t-52.5 25.5t-71 20t-94.5 8.5q-94 0 -172 -33.5t-133.5 -95.5t-87 -150t-31.5 -198 q0 -115 31.5 -203.5t85 -149.5t125.5 -93t153 -32q47 0 86 5t72.5 16t63.5 29t61 44q12 10 26.5 17t29.5 7q12 0 24.5 -4.5t24.5 -15.5l137 -145q-90 -118 -226 -177.5t-321 -59.5q-170 0 -304.5 57.5t-228.5 159.5t-144 241.5t-50 303.5zM577 1588l185 202q13 15 26 25 t27.5 16t32 8t40.5 2h351l-303 -219q-27 -20 -49.5 -27t-57.5 -7h-252z" />
|
||||
<glyph unicode="ć" horiz-adv-x="995" d="M53 534q0 115 34.5 214.5t101.5 172.5t166 115t229 42q125 0 219 -40t170 -116l-84 -112q-14 -17 -27.5 -27.5t-38.5 -10.5q-24 0 -42.5 11.5t-42 25t-55.5 25t-79 11.5q-58 0 -100.5 -21.5t-70 -61.5t-41 -98t-13.5 -130q0 -153 59 -235t162 -82q55 0 87.5 14t55 31 t41.5 31t47 14q38 0 58 -27l92 -114q-49 -56 -103.5 -91.5t-111 -55.5t-114 -27.5t-111.5 -7.5q-97 0 -186 36.5t-156 107t-106.5 173t-39.5 233.5zM426 1196l140 251q17 30 40.5 45.5t71.5 15.5h307l-266 -269q-24 -24 -45 -33.5t-57 -9.5h-191z" />
|
||||
<glyph unicode="Ę" horiz-adv-x="1157" d="M123 0v1492h960v-266h-612v-348h469v-256h-469v-356h612v-266h-94q-40 -22 -68 -54t-28 -71q0 -25 14 -39.5t41 -14.5q15 0 24.5 1t15.5 2.5t10 3t10 1.5q22 0 28 -19l47 -114q-36 -22 -89 -36.5t-113 -14.5q-110 0 -167 43t-57 109q0 52 34.5 104.5t111.5 98.5h-680z " />
|
||||
<glyph unicode="ę" horiz-adv-x="1114" d="M53 554q0 106 36.5 201.5t104.5 167t165 113.5t219 42q105 0 192.5 -32.5t150.5 -95t98.5 -153t35.5 -205.5q0 -36 -3 -58.5t-11.5 -36t-22 -18.5t-35.5 -5h-612q15 -133 80.5 -193t169.5 -60q55 0 95 13.5t71 30t57 29.5t55 13q38 0 57 -27l93 -114q-68 -78 -150 -117 t-164 -53q-37 -22 -62.5 -52.5t-25.5 -68.5q0 -25 14 -39.5t41 -14.5q15 0 24.5 1t16 2.5t10.5 3t9 1.5q22 0 29 -19l47 -114q-36 -22 -89.5 -36.5t-113.5 -14.5q-110 0 -166.5 43t-56.5 109q0 49 29.5 98t94.5 92q-101 8 -189.5 48.5t-153.5 111.5t-102.5 173t-37.5 234z M374 658h396q0 38 -9.5 74t-31.5 64t-58 45.5t-87 17.5q-91 0 -142.5 -52t-67.5 -149z" />
|
||||
<glyph unicode="ı" horiz-adv-x="583" d="M133 0v1062h318v-1062h-318z" />
|
||||
<glyph unicode="Ł" horiz-adv-x="1142" d="M25 430v234q0 40 36 55l142 73v700h346v-547l342 169v-226q0 -49 -41 -64l-301 -155v-393h553v-276h-899v517z" />
|
||||
<glyph unicode="ł" horiz-adv-x="727" d="M51 580v184q0 40 37 55l117 48v666h317v-559l154 60v-178q0 -46 -41 -63l-113 -48v-745h-317v639z" />
|
||||
<glyph unicode="Ń" horiz-adv-x="1548" d="M123 0v1492h182q23 0 38 -2t27.5 -7.5t24 -16t25.5 -27.5l708 -896q-4 43 -6 83.5t-2 75.5v790h305v-1492h-180q-40 0 -67.5 12.5t-53.5 44.5l-703 889q3 -39 5 -76t2 -70v-800h-305zM555 1588l185 202q13 15 26 25t27.5 16t32 8t40.5 2h351l-303 -219q-27 -20 -49.5 -27 t-57.5 -7h-252z" />
|
||||
<glyph unicode="ń" d="M123 0v1062h196q30 0 50 -13.5t28 -39.5l19 -62q31 29 63.5 53.5t70 41.5t81 26.5t94.5 9.5q87 0 154 -30t113 -84t69.5 -128t23.5 -161v-675h-317v675q0 78 -36 121.5t-105 43.5q-52 0 -98.5 -22.5t-88.5 -60.5v-757h-317zM458 1196l140 251q17 30 40.5 45.5t71.5 15.5 h307l-266 -269q-24 -24 -45 -33.5t-57 -9.5h-191z" />
|
||||
<glyph unicode="Œ" horiz-adv-x="2187" d="M45 746q0 162 50 301.5t142 242t220.5 160.5t285.5 58q136 0 249.5 -44.5t201.5 -124.5v153h920v-266h-613v-348h469v-256h-469v-356h613v-266h-920v152q-88 -80 -201 -124t-250 -44q-158 0 -286 58t-220 161t-142 242t-50 301zM399 746q0 -112 25.5 -201.5t74 -152.5 t118.5 -97.5t161 -34.5q89 0 159 34.5t118 97.5t73 153t25 201t-25 201t-73 153t-118 97.5t-159 34.5q-91 0 -161 -34.5t-118.5 -97.5t-74 -153t-25.5 -201z" />
|
||||
<glyph unicode="œ" horiz-adv-x="1804" d="M51 534q0 126 38.5 226.5t106 171t161 108.5t202.5 38q121 0 215.5 -46t159.5 -133q59 83 152 131t219 48q94 0 175 -35.5t139.5 -102t92 -160t33.5 -209.5q0 -36 -3 -58.5t-11 -35.5t-21 -18t-35 -5h-583q17 -122 79 -177.5t156 -55.5q52 0 89.5 13.5t66.5 30t55 29.5 t55 13q17 0 31 -7.5t25 -19.5l94 -114q-49 -56 -105 -91.5t-114.5 -55.5t-116 -27.5t-111.5 -7.5q-52 0 -102 10.5t-96.5 33t-88 57t-74.5 81.5q-65 -88 -163 -135t-225 -47q-105 0 -196 38t-157.5 109.5t-104.5 173.5t-38 229zM379 531q0 -158 47.5 -235t151.5 -77 q102 0 149 77.5t47 234.5q0 158 -47 235t-149 77q-103 0 -151 -77t-48 -235zM1090 638h372q0 38 -8.5 77.5t-28.5 71t-53.5 52t-81.5 20.5q-90 0 -138.5 -56.5t-61.5 -164.5z" />
|
||||
<glyph unicode="Ś" horiz-adv-x="1144" d="M14 180l103 162q11 18 31.5 29.5t44.5 11.5q31 0 62 -19.5t70.5 -43t90.5 -43t121 -19.5q94 0 146 41.5t52 131.5q0 52 -28.5 85t-75 54.5t-106 38t-122 36.5t-122 49t-106 76.5t-75 119t-28.5 175.5q0 84 33.5 164t99 142.5t161 99.5t218.5 37q69 0 133.5 -10.5 t123 -31.5t109 -50.5t90.5 -65.5l-86 -161q-15 -25 -32 -37t-43 -12q-24 0 -51 14.5t-61.5 33t-78.5 33.5t-100 15q-97 0 -145 -41.5t-48 -112.5q0 -45 29 -74.5t75.5 -51t106.5 -39.5t122.5 -40t122 -51.5t106.5 -76t75.5 -112.5t28.5 -159q0 -103 -36 -193t-104 -157.5 t-168 -105.5t-227 -38q-70 0 -142 14t-139.5 40.5t-127 62t-103.5 79.5zM391 1588l185 202q13 15 26 25t27.5 16t32 8t40.5 2h351l-303 -219q-27 -20 -49.5 -27t-57.5 -7h-252z" />
|
||||
<glyph unicode="ś" horiz-adv-x="901" d="M23 115l73 116q13 20 31.5 32t48.5 12q28 0 50 -12t47.5 -26.5t60 -26.5t86.5 -12q37 0 62.5 7.5t41 21t22.5 29.5t7 34q0 32 -21.5 52t-56.5 35t-79.5 28t-90.5 29.5t-90.5 39.5t-79.5 58t-56.5 86.5t-21.5 123.5q0 68 26.5 129t78.5 107t131 73t184 27q57 0 111 -10 t101 -28.5t86 -43.5t69 -55l-72 -112q-12 -19 -26 -27t-35 -8q-23 0 -45.5 9.5t-48.5 21t-59 21t-75 9.5q-60 0 -92.5 -23t-32.5 -64q0 -30 21 -49.5t56 -34t79 -28t90 -30t90 -38.5t79 -54t56 -78t21 -111q0 -79 -28.5 -145.5t-85.5 -114.5t-140.5 -74.5t-192.5 -26.5 q-54 0 -108 10t-105 27.5t-93.5 41.5t-73.5 52zM321 1196l140 251q17 30 40.5 45.5t71.5 15.5h307l-266 -269q-24 -24 -45 -33.5t-57 -9.5h-191z" />
|
||||
<glyph unicode="Š" horiz-adv-x="1110" d="M14 180l103 162q11 18 31.5 29.5t44.5 11.5q31 0 62 -19.5t70.5 -43t90.5 -43t121 -19.5q94 0 146 41.5t52 131.5q0 52 -28.5 85t-75 54.5t-106 38t-122 36.5t-122 49t-106 76.5t-75 119t-28.5 175.5q0 84 33.5 164t99 142.5t161 99.5t218.5 37q69 0 133.5 -10.5 t123 -31.5t109 -50.5t90.5 -65.5l-86 -161q-15 -25 -32 -37t-43 -12q-24 0 -51 14.5t-61.5 33t-78.5 33.5t-100 15q-97 0 -145 -41.5t-48 -112.5q0 -45 29 -74.5t75.5 -51t106.5 -39.5t122.5 -40t122 -51.5t106.5 -76t75.5 -112.5t28.5 -159q0 -103 -36 -193t-104 -157.5 t-168 -105.5t-227 -38q-70 0 -142 14t-139.5 40.5t-127 62t-103.5 79.5zM190 1821h240q18 0 39.5 -5.5t36.5 -13.5l75 -46q5 -3 9.5 -5.5t9.5 -6.5q4 3 8.5 6t9.5 6l76 46q14 8 35.5 13.5t40.5 5.5h240l-250 -233h-320z" />
|
||||
<glyph unicode="š" horiz-adv-x="901" d="M23 115l73 116q13 20 31.5 32t48.5 12q28 0 50 -12t47.5 -26.5t60 -26.5t86.5 -12q37 0 62.5 7.5t41 21t22.5 29.5t7 34q0 32 -21.5 52t-56.5 35t-79.5 28t-90.5 29.5t-90.5 39.5t-79.5 58t-56.5 86.5t-21.5 123.5q0 68 26.5 129t78.5 107t131 73t184 27q57 0 111 -10 t101 -28.5t86 -43.5t69 -55l-72 -112q-12 -19 -26 -27t-35 -8q-23 0 -45.5 9.5t-48.5 21t-59 21t-75 9.5q-60 0 -92.5 -23t-32.5 -64q0 -30 21 -49.5t56 -34t79 -28t90 -30t90 -38.5t79 -54t56 -78t21 -111q0 -79 -28.5 -145.5t-85.5 -114.5t-140.5 -74.5t-192.5 -26.5 q-54 0 -108 10t-105 27.5t-93.5 41.5t-73.5 52zM84 1492h219q18 0 35 -5.5t26 -13.5l86 -74q6 -5 13.5 -12.5t13.5 -15.5q11 16 27 28l86 74q9 6 26 12.5t35 6.5h211l-240 -296h-299z" />
|
||||
<glyph unicode="Ÿ" horiz-adv-x="1386" d="M-20 1492h305q45 0 71.5 -21t42.5 -54l211 -434q26 -52 47.5 -96t37.5 -87q15 44 37 88t46 95l209 434q6 13 17 26.5t24.5 24.5t31.5 17.5t40 6.5h307l-541 -925v-567h-346v567zM311 1708q0 32 12.5 60.5t34.5 50t50 34t59 12.5q34 0 63.5 -12.5t52 -34t35 -50 t12.5 -60.5q0 -33 -12.5 -60.5t-35 -48.5t-52.5 -33t-63 -12q-31 0 -59 12t-50 33t-34.5 48.5t-12.5 60.5zM761 1708q0 32 13 60.5t34.5 50t50.5 34t62 12.5t62 -12.5t50.5 -34t34.5 -50t13 -60.5q0 -33 -13 -60.5t-34.5 -48.5t-50.5 -33t-62 -12t-62 12t-50.5 33 t-34.5 48.5t-13 60.5z" />
|
||||
<glyph unicode="Ź" horiz-adv-x="1249" d="M41 0v133q0 24 8 47t23 42l702 1004h-676v266h1116v-125q0 -27 -8.5 -52.5t-23.5 -47.5l-701 -1001h711v-266h-1151zM432 1588l185 202q13 15 26 25t27.5 16t32 8t40.5 2h351l-303 -219q-27 -20 -49.5 -27t-57.5 -7h-252z" />
|
||||
<glyph unicode="ź" horiz-adv-x="976" d="M66 0v129q0 19 10.5 48.5t29.5 55.5l448 593h-460v236h821v-127q0 -33 -12 -62.5t-29 -51.5l-443 -585h474v-236h-839zM366 1196l140 251q17 30 40.5 45.5t71.5 15.5h307l-266 -269q-24 -24 -45 -33.5t-57 -9.5h-191z" />
|
||||
<glyph unicode="Ż" horiz-adv-x="1249" d="M41 0v133q0 24 8 47t23 42l702 1004h-676v266h1116v-125q0 -27 -8.5 -52.5t-23.5 -47.5l-701 -1001h711v-266h-1151zM478 1742q0 37 14 69t38.5 56.5t57 39t68.5 14.5q38 0 72 -14.5t59 -39t40 -56.5t15 -69q0 -35 -15 -66.5t-40 -55.5t-59 -38t-72 -14q-36 0 -68.5 14 t-57 38t-38.5 55.5t-14 66.5z" />
|
||||
<glyph unicode="ż" horiz-adv-x="976" d="M66 0v129q0 19 10.5 48.5t29.5 55.5l448 593h-460v236h821v-127q0 -33 -12 -62.5t-29 -51.5l-443 -585h474v-236h-839zM331 1354q0 38 15 72t41 59t60 40t73 15q40 0 75 -15t62 -40t42 -59t15 -72t-15 -72t-42 -59t-62 -39.5t-75 -14.5q-39 0 -73 14.5t-60 39.5t-41 59 t-15 72z" />
|
||||
<glyph unicode="Ž" horiz-adv-x="1249" d="M41 0v133q0 24 8 47t23 42l702 1004h-676v266h1116v-125q0 -27 -8.5 -52.5t-23.5 -47.5l-701 -1001h711v-266h-1151zM250 1820h240q18 0 39.5 -5.5t36.5 -13.5l75 -46q5 -3 9.5 -5.5t9.5 -6.5q4 3 8.5 6t9.5 6l76 46q14 8 35.5 13.5t40.5 5.5h240l-250 -233h-320z" />
|
||||
<glyph unicode="ž" horiz-adv-x="976" d="M66 0v129q0 19 10.5 48.5t29.5 55.5l448 593h-460v236h821v-127q0 -33 -12 -62.5t-29 -51.5l-443 -585h474v-236h-839zM131 1492h219q18 0 35 -5.5t26 -13.5l86 -74q6 -5 13.5 -12.5t13.5 -15.5q11 16 27 28l86 74q9 6 26 12.5t35 6.5h211l-240 -296h-299z" />
|
||||
<glyph unicode="ƒ" d="M92 -186q0 49 23.5 71.5t74.5 22.5q37 0 66 9t49.5 30t33.5 55t19 82l81 655l-97 21q-34 8 -52 26t-18 51v125h194l17 137q13 104 53.5 183t111 131.5t174 80t243.5 27.5v-169q0 -49 -23.5 -67.5t-74.5 -18.5q-74 0 -118.5 -40t-57.5 -136l-18 -128h276v-218h-294 l-81 -670q-13 -112 -53.5 -191.5t-111.5 -130.5t-174.5 -75t-242.5 -24v161z" />
|
||||
<glyph unicode="ˆ" horiz-adv-x="675" d="M-51 1196l239 296h299l240 -296h-211q-18 0 -33.5 5.5t-27.5 15.5l-86 73q-7 5 -13.5 11.5t-12.5 14.5q-6 -8 -12.5 -14.5t-13.5 -11.5l-88 -73q-9 -8 -26 -14.5t-35 -6.5h-219z" />
|
||||
<glyph unicode="ˇ" horiz-adv-x="675" d="M-51 1492h219q18 0 35 -5.5t26 -13.5l86 -74q6 -5 13.5 -12.5t13.5 -15.5q11 16 27 28l86 74q9 6 26 12.5t35 6.5h211l-240 -296h-299z" />
|
||||
<glyph unicode="ˉ" horiz-adv-x="675" d="M20 1230v194h635v-194h-635z" />
|
||||
<glyph unicode="˘" horiz-adv-x="675" d="M2 1492h221q0 -28 4.5 -49.5t17.5 -35t35 -21t58 -7.5q35 0 57.5 7.5t35 21t17.5 35t5 49.5h221q0 -62 -16.5 -117.5t-55.5 -97t-103.5 -66t-160.5 -24.5t-160.5 24.5t-103.5 66t-55.5 97t-16.5 117.5z" />
|
||||
<glyph unicode="˙" horiz-adv-x="675" d="M147 1354q0 38 15 72t41 59t60 40t73 15q40 0 75 -15t62 -40t42 -59t15 -72t-15 -72t-42 -59t-62 -39.5t-75 -14.5q-39 0 -73 14.5t-60 39.5t-41 59t-15 72z" />
|
||||
<glyph unicode="˚" horiz-adv-x="675" d="M88 1366q0 51 20.5 92.5t54.5 71.5t79 45.5t94 15.5q50 0 96 -15.5t81.5 -45.5t56 -71.5t20.5 -92.5q0 -50 -20.5 -90.5t-56 -69t-81.5 -44.5t-96 -16q-49 0 -94 16t-79 44.5t-54.5 69t-20.5 90.5zM258 1366q0 -36 20 -59t62 -23q37 0 58.5 23t21.5 59q0 39 -21.5 61.5 t-58.5 22.5q-42 0 -62 -22.5t-20 -61.5z" />
|
||||
<glyph unicode="˛" horiz-adv-x="675" d="M131 -203q0 56 40 112t128 103l164 -12q-40 -22 -68 -54t-28 -71q0 -25 13.5 -39.5t41.5 -14.5q15 0 24.5 1t15.5 2.5t10 3t9 1.5q22 0 29 -19l47 -114q-36 -22 -89 -36.5t-114 -14.5q-110 0 -166.5 42.5t-56.5 109.5z" />
|
||||
<glyph unicode="˜" horiz-adv-x="675" d="M-14 1214q0 65 18.5 116.5t50 88.5t74.5 57t92 20q38 0 71.5 -11.5t61 -26t50.5 -26.5t40 -12q25 0 40.5 13t15.5 55h192q0 -65 -18 -116.5t-49.5 -88t-74.5 -56t-93 -19.5q-38 0 -71 12t-61 26.5t-51 26t-41 11.5q-25 0 -39 -14t-14 -56h-194z" />
|
||||
<glyph unicode="˝" horiz-adv-x="675" d="M47 1196l119 251q14 31 39 46t74 15h204l-204 -269q-20 -26 -43.5 -34.5t-59.5 -8.5h-129zM354 1196l181 251q10 14 19.5 25.5t22.5 19.5t30 12t40 4h225l-266 -269q-24 -24 -45 -33.5t-57 -9.5h-150z" />
|
||||
<glyph unicode="π" horiz-adv-x="1368" d="M49 844v110q0 17 8 36.5t23 35t36.5 26t49.5 10.5h1163v-123q0 -39 -25 -67t-71 -28h-82v-844h-317v844h-293v-553q0 -68 -16.5 -124t-53.5 -97t-97 -63.5t-147 -22.5q-39 0 -84.5 8.5t-87.5 29.5l8 130q1 20 13.5 36t52.5 16q29 0 47.5 4.5t29 15t14 28t3.5 42.5v550 h-174z" />
|
||||
<glyph unicode=" " horiz-adv-x="974" />
|
||||
<glyph unicode=" " horiz-adv-x="1949" />
|
||||
<glyph unicode=" " horiz-adv-x="974" />
|
||||
<glyph unicode=" " horiz-adv-x="1949" />
|
||||
<glyph unicode=" " horiz-adv-x="649" />
|
||||
<glyph unicode=" " horiz-adv-x="487" />
|
||||
<glyph unicode=" " horiz-adv-x="324" />
|
||||
<glyph unicode=" " horiz-adv-x="324" />
|
||||
<glyph unicode=" " horiz-adv-x="243" />
|
||||
<glyph unicode=" " horiz-adv-x="389" />
|
||||
<glyph unicode=" " horiz-adv-x="107" />
|
||||
<glyph unicode="‐" horiz-adv-x="757" d="M102 495v256h553v-256h-553z" />
|
||||
<glyph unicode="‑" horiz-adv-x="757" d="M102 495v256h553v-256h-553z" />
|
||||
<glyph unicode="‒" horiz-adv-x="757" d="M102 495v256h553v-256h-553z" />
|
||||
<glyph unicode="–" d="M174 513v217h840v-217h-840z" />
|
||||
<glyph unicode="—" horiz-adv-x="1763" d="M174 513v217h1415v-217h-1415z" />
|
||||
<glyph unicode="‘" horiz-adv-x="483" d="M87 1228q0 110 57.5 210.5t168.5 185.5l101 -59q12 -8 17.5 -18t5.5 -20q0 -11 -5 -21.5t-12 -17.5q-11 -12 -25 -30t-26.5 -42t-21 -53.5t-8.5 -63.5q0 -37 13 -78.5t42 -90.5q10 -16 10 -32q0 -18 -12 -32.5t-34 -23.5l-190 -70q-41 65 -61 129t-20 127z" />
|
||||
<glyph unicode="’" horiz-adv-x="483" d="M77 1033q0 11 5 21.5t12 17.5q11 12 25 30t26.5 41.5t21 53.5t8.5 64q0 37 -12.5 78.5t-42.5 90.5q-10 16 -10 32q0 18 12 32.5t34 23.5l190 70q41 -65 61 -129t20 -128q0 -110 -57.5 -210t-168.5 -185l-101 59q-12 8 -17.5 18t-5.5 20z" />
|
||||
<glyph unicode="‚" horiz-adv-x="483" d="M77 -215q0 11 5 21.5t12 17.5q11 12 25 30t26.5 41.5t21 53t8.5 63.5q0 37 -12.5 79t-42.5 90q-10 16 -10 33q0 18 12 32.5t34 22.5l190 71q41 -65 61 -129.5t20 -127.5q0 -110 -57.5 -210t-168.5 -185l-101 59q-12 8 -17.5 18t-5.5 20z" />
|
||||
<glyph unicode="“" horiz-adv-x="849" d="M87 1228q0 110 57.5 210.5t168.5 185.5l101 -59q12 -8 17.5 -18t5.5 -20q0 -11 -5 -21.5t-12 -17.5q-11 -12 -25 -30t-26.5 -42t-21 -53.5t-8.5 -63.5q0 -37 13 -78.5t42 -90.5q10 -16 10 -32q0 -18 -12 -32.5t-34 -23.5l-190 -70q-41 65 -61 129t-20 127zM454 1228 q0 110 57 210.5t169 185.5l100 -59q12 -8 18 -18t6 -20q0 -11 -5 -21.5t-13 -17.5q-11 -12 -24.5 -30t-26 -42t-21 -53.5t-8.5 -63.5q0 -37 12.5 -78.5t42.5 -90.5q10 -16 10 -32q0 -18 -12.5 -32.5t-33.5 -23.5l-190 -70q-41 65 -61 129t-20 127z" />
|
||||
<glyph unicode="”" horiz-adv-x="849" d="M77 1033q0 11 5 21.5t12 17.5q11 12 25 30t26.5 41.5t21 53.5t8.5 64q0 37 -12.5 78.5t-42.5 90.5q-10 16 -10 32q0 18 12 32.5t34 23.5l190 70q41 -65 61 -129t20 -128q0 -110 -57.5 -210t-168.5 -185l-101 59q-12 8 -17.5 18t-5.5 20zM443 1033q0 11 5.5 21.5 t12.5 17.5q11 12 25 30t26 41.5t21 53.5t9 64q0 37 -13 78.5t-43 90.5q-10 16 -10 32q0 18 12.5 32.5t33.5 23.5l191 70q41 -65 61 -129t20 -128q0 -110 -57.5 -210t-169.5 -185l-100 59q-12 8 -18 18t-6 20z" />
|
||||
<glyph unicode="„" horiz-adv-x="849" d="M77 -215q0 11 5 21.5t12 17.5q11 12 25 30t26.5 41.5t21 53t8.5 63.5q0 37 -12.5 79t-42.5 90q-10 16 -10 33q0 18 12 32.5t34 22.5l190 71q41 -65 61 -129.5t20 -127.5q0 -110 -57.5 -210t-168.5 -185l-101 59q-12 8 -17.5 18t-5.5 20zM443 -215q0 11 5.5 21.5 t12.5 17.5q11 12 25 30t26 41.5t21 53t9 63.5q0 37 -13 79t-43 90q-10 16 -10 33q0 18 12.5 32.5t33.5 22.5l191 71q41 -65 61 -129.5t20 -127.5q0 -110 -57.5 -210t-169.5 -185l-100 59q-12 8 -18 18t-6 20z" />
|
||||
<glyph unicode="†" d="M53 828v103q0 26 9 49.5t26.5 41.5t45.5 29t67 11q29 0 62 -5t68 -13t71 -16.5t72 -15.5l-40 500q34 19 76 29t88 10t88 -9.5t76 -29.5l-41 -500q36 7 72 15.5t71.5 16.5t68.5 13t62 5q38 0 66.5 -11t46 -29t26.5 -42t9 -49v-103h-422v-311l41 -839q-34 -19 -76 -29 t-88 -10t-88 10t-76 29l41 839v311h-422z" />
|
||||
<glyph unicode="‡" d="M53 260v101h422v467h-422v103q0 26 9 49.5t26.5 41.5t45.5 29t67 11q29 0 62 -5t68 -13t71 -16.5t72 -15.5l-40 500q34 19 76 29t88 10t88 -9.5t76 -29.5l-41 -500q36 7 72 15.5t71.5 16.5t68.5 13t62 5q38 0 66.5 -11t46 -29t26.5 -42t9 -49v-103h-422v-467h422v-101 q0 -26 -9 -50t-26.5 -42t-46 -29t-66.5 -11q-30 0 -62.5 5t-68 13t-71.5 16.5t-72 15.5l41 -500q-34 -19 -76 -29t-88 -10t-88 10t-76 29l40 500q-36 -7 -72 -15.5t-71 -16.5t-68.5 -13t-61.5 -5q-39 0 -67 11t-45.5 29t-26.5 42t-9 50z" />
|
||||
<glyph unicode="•" d="M86 606q0 102 40 192.5t108.5 158t160.5 106.5t197 39t197.5 -39t161.5 -106.5t109 -157.5t40 -193q0 -101 -40 -191t-109 -157t-161.5 -105.5t-197.5 -38.5q-104 0 -196.5 38.5t-161 105.5t-108.5 157t-40 191z" />
|
||||
<glyph unicode="…" horiz-adv-x="1613" d="M61 161q0 37 14 68.5t38 55t57 37.5t72 14q38 0 70.5 -14t57 -37.5t38.5 -55t14 -68.5t-14 -69.5t-38.5 -56t-57 -36.5t-70.5 -13q-39 0 -72 13t-57 36.5t-38 56t-14 69.5zM627 161q0 37 13.5 68.5t37.5 55t57 37.5t72 14q38 0 70.5 -14t57 -37.5t38.5 -55t14 -68.5 t-14 -69.5t-38.5 -56t-57 -36.5t-70.5 -13q-39 0 -72 13t-57 36.5t-37.5 56t-13.5 69.5zM1192 161q0 37 14 68.5t38 55t56.5 37.5t71.5 14q38 0 71 -14t57.5 -37.5t38 -55t13.5 -68.5t-13.5 -69.5t-38 -56t-57.5 -36.5t-71 -13q-39 0 -71.5 13t-56.5 36.5t-38 56t-14 69.5z " />
|
||||
<glyph unicode=" " horiz-adv-x="389" />
|
||||
<glyph unicode="‰" horiz-adv-x="2441" d="M51 1130q0 85 26.5 154.5t74.5 118.5t113 76t143 27t143.5 -27t113.5 -76t74.5 -118.5t26.5 -154.5q0 -82 -29.5 -149.5t-79 -116t-114.5 -75t-135 -26.5q-78 0 -143 26.5t-113 75t-74.5 116t-26.5 149.5zM111 0l1124 1445q15 17 37.5 32t62.5 15h232l-1125 -1447 q-15 -19 -38 -32t-56 -13h-237zM297 1130q0 -49 8 -81.5t22.5 -52t35 -27.5t45.5 -8t45.5 8t36 27.5t24 52t8.5 81.5q0 52 -8.5 86.5t-24 55t-36.5 29t-45 8.5q-25 0 -45.5 -8.5t-35 -29t-22.5 -55t-8 -86.5zM909 350q0 85 27 154t74.5 118.5t112.5 76.5t143 27t144 -27 t113.5 -76.5t74 -118.5t26.5 -154q0 -82 -29.5 -150t-79 -116.5t-114.5 -75t-135 -26.5q-78 0 -143 26.5t-112.5 75t-74.5 116.5t-27 150zM1155 350q0 -49 8 -81.5t22.5 -52t35 -28t45.5 -8.5t45.5 8.5t36 28t24 52t8.5 81.5q0 51 -8.5 85.5t-24 55t-36.5 28.5t-45 8 q-25 0 -45.5 -8t-35 -28.5t-22.5 -55t-8 -85.5zM1675 350q0 85 27 154t74.5 118.5t112.5 76.5t143 27t144 -27t113.5 -76.5t74 -118.5t26.5 -154q0 -82 -29.5 -150t-79 -116.5t-114.5 -75t-135 -26.5q-78 0 -143 26.5t-112.5 75t-74.5 116.5t-27 150zM1921 350 q0 -49 8 -81.5t22.5 -52t35 -28t45.5 -8.5t45.5 8.5t36 28t24 52t8.5 81.5q0 51 -8.5 85.5t-24 55t-36.5 28.5t-45 8q-25 0 -45.5 -8t-35 -28.5t-22.5 -55t-8 -85.5z" />
|
||||
<glyph unicode="‹" horiz-adv-x="667" d="M113 538v40l268 411l104 -47q25 -11 37 -27.5t12 -36.5q0 -25 -16 -53l-123 -220q-17 -31 -37 -48q18 -16 37 -47l123 -221q15 -27 16 -51q0 -20 -12 -37t-37 -28l-104 -47z" />
|
||||
<glyph unicode="›" horiz-adv-x="667" d="M134 238q0 25 16 51l122 221q15 29 37 47q-10 9 -19 21.5t-18 26.5l-122 220q-15 28 -16 53q0 20 12 36.5t36 27.5l105 47l268 -411v-40l-268 -412l-105 47q-25 11 -36.5 28t-11.5 37z" />
|
||||
<glyph unicode="⁄" horiz-adv-x="819" d="M-170 0l868 1392q31 48 70 74t94 26h135l-876 -1405q-16 -26 -33 -42.5t-36 -26.5t-40.5 -14t-46.5 -4h-135z" />
|
||||
<glyph unicode=" " horiz-adv-x="487" />
|
||||
<glyph unicode="€" d="M41 542v169h100v35v29q0 14 1 29h-101v169h123q26 121 79 219.5t127.5 168.5t169 107.5t201.5 37.5q145 0 251.5 -57.5t170.5 -153.5l-116 -120q-11 -12 -25 -22t-37 -10q-25 0 -41.5 15.5t-39 34t-56.5 34t-92 15.5q-96 0 -164.5 -68t-99.5 -201h471v-94 q0 -13 -6.5 -26.5t-17.5 -24.5t-27 -17.5t-35 -6.5h-407q-1 -14 -1 -29v-29v-35h395v-95q0 -13 -6 -26t-17.5 -24t-27 -17.5t-35.5 -6.5h-293q27 -148 93.5 -220t162.5 -72q43 0 74 8.5t52.5 21t36.5 28t27.5 27.5t25.5 21t30 9q14 0 24 -4.5t21 -15.5l139 -124 q-71 -116 -185.5 -175.5t-260.5 -59.5q-122 0 -218.5 40.5t-168 113t-117 175t-64.5 227.5h-116z" />
|
||||
<glyph unicode="™" horiz-adv-x="1497" d="M51 1319v173h522v-173h-153v-455h-217v455h-152zM625 864v628h188q13 0 23 -1t17.5 -4.5t14 -10t15.5 -16.5l96 -222q19 -43 34 -86q7 22 16 43.5t20 42.5l102 222q17 20 30 26t40 6h188v-628h-190v258l14 116l-129 -275q-10 -22 -29.5 -33.5t-44.5 -11.5h-31 q-25 0 -44 11.5t-29 33.5l-123 270l12 -111v-258h-190z" />
|
||||
<glyph unicode="Ω" horiz-adv-x="1503" d="M57 912q0 79 22 154t63.5 141t102 121.5t138 95.5t170 62t199.5 22q106 0 198.5 -22t170 -62t138 -95.5t102 -121.5t63.5 -141t22 -154q0 -92 -23.5 -175.5t-70.5 -152t-117 -119.5t-162 -78v-113h371v-170q0 -46 -31.5 -75t-83.5 -29h-522v557q59 8 111 31t90.5 64 t61 101t22.5 142q0 166 -86.5 256.5t-253.5 90.5q-168 0 -254 -90.5t-86 -256.5q0 -82 22.5 -142t61 -101t90 -64t110.5 -31v-557h-522q-52 0 -83.5 29t-31.5 75v170h371v113q-92 27 -162 78t-117 119.5t-70.5 152t-23.5 175.5z" />
|
||||
<glyph unicode="∂" d="M45 433q0 121 42 224t115 178t172 118t212 43q93 0 158.5 -27.5t111.5 -78.5v38q0 85 -16.5 148.5t-45.5 105t-69.5 62t-87.5 20.5q-34 0 -66.5 -10.5t-62 -22.5t-54 -22.5t-42.5 -10.5q-17 0 -34.5 10t-35.5 39l-70 118q43 33 87 59t93 44t105 27.5t125 9.5 q98 0 182 -39.5t145.5 -114t96.5 -181t35 -240.5q0 -217 -39.5 -392.5t-119.5 -298t-201 -189t-283 -66.5q-97 0 -180.5 31.5t-143.5 90t-94.5 141.5t-34.5 186zM373 437q0 -103 42.5 -159.5t119.5 -56.5q43 0 85.5 18t79.5 60.5t67 112.5t48 174q-9 35 -24 66t-38 55 t-56 38t-79 14q-65 0 -111 -23.5t-76 -66t-44 -102t-14 -130.5z" />
|
||||
<glyph unicode="∆" horiz-adv-x="1570" d="M10 0l619 1492h313l619 -1492h-1551zM464 264h643l-263 715q-12 34 -28 77.5t-31 94.5q-13 -51 -28 -95.5t-28 -78.5z" />
|
||||
<glyph unicode="∏" horiz-adv-x="1409" d="M41 1235v257h1327v-257h-154v-1572h-327v1572h-365v-1572h-327v1572h-154z" />
|
||||
<glyph unicode="∑" horiz-adv-x="1409" d="M82 -231q0 23 8 46.5t25 44.5l577 722l-577 712q-17 20 -25 45t-8 47v106h1245v-257h-760l475 -612v-91l-476 -613h761v-256h-1245v106z" />
|
||||
<glyph unicode="−" d="M127 574v228h932v-228h-932z" />
|
||||
<glyph unicode="√" horiz-adv-x="1210" d="M59 763v98h377q34 0 58 -16t30 -39l60 -237q16 -49 26.5 -99.5t17.5 -102.5q7 40 15.5 80t22.5 83l352 1157q8 24 30.5 39.5t53.5 15.5h211l-559 -1742h-269l-232 639h-75q-24 0 -45 6.5t-37.5 21.5t-26.5 38.5t-10 57.5z" />
|
||||
<glyph unicode="∞" horiz-adv-x="1409" d="M35 606q0 84 28.5 155.5t77 122.5t113 79.5t136.5 28.5q55 0 101.5 -13t84.5 -36.5t70 -55t60 -66.5q27 35 58.5 66.5t69.5 55t85 36.5t102 13q72 0 136.5 -28.5t113 -79.5t77 -122.5t28.5 -155.5q0 -85 -28.5 -155.5t-77 -122.5t-113 -80.5t-136.5 -28.5 q-55 0 -102 13.5t-85 36.5t-70 54t-58 67q-28 -36 -60 -67t-70 -54t-84.5 -36.5t-101.5 -13.5q-72 0 -136.5 28.5t-113 80.5t-77 122.5t-28.5 155.5zM283 606q0 -39 10 -65.5t27 -43t38.5 -23.5t44.5 -7q26 0 49 10.5t43 29t38.5 44.5t36.5 55q-18 30 -36.5 55.5t-38.5 44 t-43 29t-49 10.5q-24 0 -45 -7t-38 -23.5t-27 -43t-10 -65.5zM841 606q18 -30 36.5 -55.5t39 -44t43 -29t49.5 -10.5q24 0 45 7t38 23.5t26.5 43t9.5 65.5t-10 65.5t-26.5 43t-38.5 23.5t-44 7q-27 0 -49.5 -10.5t-43 -29t-39 -44t-36.5 -55.5z" />
|
||||
<glyph unicode="∫" horiz-adv-x="870" d="M-76 -305l17 129q2 15 5.5 27t11.5 20t23 12t39 4q58 0 95.5 10.5t60 32t32.5 54.5t15 81l130 1058q10 89 39 160.5t76 121t114 76.5t155 27q39 0 84.5 -8.5t87.5 -29.5l-14 -150q-1 -11 -4 -23.5t-10 -23t-19.5 -18t-32.5 -7.5q-48 0 -78.5 -10t-50 -31t-30 -52.5 t-15.5 -72.5l-130 -1008q-14 -108 -50 -186.5t-91 -130.5t-128 -76.5t-160 -24.5q-39 0 -84.5 8.5t-87.5 30.5z" />
|
||||
<glyph unicode="≈" d="M143 552q22 30 51 51.5t63.5 35t72 20t76.5 6.5q54 0 108.5 -15t107 -33t101.5 -33t92 -15q35 0 67 8t58.5 18.5t45 22t24.5 18.5l34 -197q-22 -28 -50 -46.5t-60.5 -31t-68.5 -18t-70 -5.5q-54 0 -109 15t-107.5 32.5t-101.5 32.5t-92 15q-36 0 -68.5 -7.5t-60 -19 t-45.5 -23t-25 -19.5zM143 931q22 31 51 52.5t63.5 35t72 19.5t76.5 6q54 0 108.5 -14.5t107 -33t101.5 -33.5t92 -15q35 0 67 8.5t58.5 19t45 22t24.5 17.5l34 -196q-22 -28 -50 -47t-60.5 -31.5t-68.5 -18t-70 -5.5q-54 0 -109 14.5t-107.5 33t-101.5 33.5t-92 15 q-36 0 -68.5 -7.5t-60 -19t-45.5 -23.5t-25 -21z" />
|
||||
<glyph unicode="≠" d="M127 386v227h327l77 148h-404v228h524l111 209h225l-110 -209h182v-228h-302l-78 -148h380v-227h-499l-120 -228h-225l120 228h-208z" />
|
||||
<glyph unicode="≤" d="M133 82v227h830v-227h-830zM133 775v124l830 390v-211q0 -24 -13.5 -44.5t-52.5 -38.5l-276 -119q-62 -22 -134 -37q37 -8 70.5 -18t63.5 -21l275 -124q39 -17 53 -38.5t14 -44.5v-211z" />
|
||||
<glyph unicode="≥" d="M225 82v227h830v-227h-830zM225 382v211q0 24 14 44.5t53 38.5l275 124q30 11 63.5 20.5t68.5 18.5q-73 15 -132 37l-276 119q-39 17 -52.5 38.5t-13.5 44.5v211l830 -390v-124z" />
|
||||
<glyph unicode="◊" d="M102 752l381 823h222l380 -823l-380 -824h-222zM360 752l193 -447q13 -31 23 -58t18 -52q8 26 17.5 52.5t23.5 57.5l199 447l-199 447q-26 58 -41 110q-8 -26 -18.5 -52.5t-22.5 -57.5z" />
|
||||
<glyph unicode="♩" horiz-adv-x="0" d="M-2 -337v1870h4v-1870h-4z" />
|
||||
<glyph unicode="" horiz-adv-x="1060" d="M0 1060h1060v-1060h-1060v1060z" />
|
||||
<glyph horiz-adv-x="675" d="M197 -357l53 289h194q16 0 26.5 -4t15 -10.5t6.5 -13.5t2 -14q0 -9 -4 -22.5t-15 -40.5l-57 -131q-8 -17 -18.5 -28t-24 -16.5t-30 -7t-36.5 -1.5h-112z" />
|
||||
<glyph horiz-adv-x="675" d="M-121 1841h350q24 0 42 -2.5t31.5 -8t26 -15.5t25.5 -24l187 -203h-252q-18 0 -31.5 1t-25.5 4.5t-22.5 9.5t-23.5 15z" />
|
||||
<glyph horiz-adv-x="675" d="M-47 1708q0 32 12.5 60.5t34.5 50t50 34t59 12.5q34 0 63.5 -12.5t52 -34t35 -50t12.5 -60.5q0 -33 -12.5 -60.5t-35 -48.5t-52.5 -33t-63 -12q-31 0 -59 12t-50 33t-34.5 48.5t-12.5 60.5zM403 1708q0 32 13 60.5t34.5 50t50.5 34t62 12.5t62 -12.5t50.5 -34t34.5 -50 t13 -60.5q0 -33 -13 -60.5t-34.5 -48.5t-50.5 -33t-62 -12t-62 12t-50.5 33t-34.5 48.5t-13 60.5z" />
|
||||
<glyph horiz-adv-x="675" d="M41 1591v175h594v-175h-594z" />
|
||||
<glyph horiz-adv-x="675" d="M131 1588l185 202q13 15 26 25t27.5 16t32 8t40.5 2h351l-303 -219q-27 -20 -49.5 -27t-57.5 -7h-252z" />
|
||||
<glyph horiz-adv-x="675" d="M-72 1588l250 233h320l250 -233h-240q-18 0 -40 5t-36 14l-76 46q-5 2 -9 5t-9 6q-5 -3 -9 -6t-10 -5l-75 -46q-14 -8 -36 -13.5t-40 -5.5h-240z" />
|
||||
<glyph horiz-adv-x="675" d="M-72 1821h240q18 0 39.5 -5.5t36.5 -13.5l75 -46q5 -3 9.5 -5.5t9.5 -6.5q4 3 8.5 6t9.5 6l76 46q14 8 35.5 13.5t40.5 5.5h240l-250 -233h-320z" />
|
||||
<glyph horiz-adv-x="675" d="M-8 1821h201q0 -44 37 -60.5t108 -16.5t108 16.5t37 60.5h201q0 -58 -24 -106t-68.5 -82t-108.5 -52t-145 -18t-145 15t-108.5 47.5t-68.5 80.5t-24 115z" />
|
||||
<glyph horiz-adv-x="675" d="M156 1743q0 37 14 69t38.5 56.5t57 39t68.5 14.5q38 0 72 -14.5t59 -39t40 -56.5t15 -69q0 -35 -15 -66.5t-40 -55.5t-59 -38t-72 -14q-36 0 -68.5 14t-57 38t-38.5 55.5t-14 66.5z" />
|
||||
<glyph horiz-adv-x="675" d="M109 1742q0 47 18.5 85.5t50 65.5t72.5 42t86 15q47 0 89 -15t74 -42t51 -65.5t19 -85.5q0 -45 -19 -82.5t-51 -64t-74 -41t-89 -14.5q-45 0 -86 14.5t-72.5 41t-50 64t-18.5 82.5zM258 1742q0 -36 20 -59t62 -23q37 0 58.5 23t21.5 59q0 39 -21.5 61.5t-58.5 22.5 q-42 0 -62 -22.5t-20 -61.5z" />
|
||||
<glyph horiz-adv-x="675" d="M2 1578q0 56 15.5 102t43 79.5t67.5 52t89 18.5q38 0 74.5 -9.5t68.5 -20.5t58.5 -20.5t46.5 -9.5q22 0 36.5 11.5t14.5 41.5h172q0 -56 -15 -102.5t-42.5 -79.5t-67.5 -51t-90 -18q-38 0 -74.5 9t-68.5 21t-58.5 21t-46.5 9q-22 0 -35.5 -12.5t-13.5 -41.5h-174z" />
|
||||
<glyph horiz-adv-x="675" d="M37 1588l127 172q20 27 49.5 44.5t77.5 17.5h205l-207 -190q-24 -22 -45.5 -33t-57.5 -11h-149zM344 1588l180 172q26 25 56.5 43.5t78.5 18.5h236l-268 -190q-28 -19 -52.5 -31.5t-60.5 -12.5h-170z" />
|
||||
<glyph horiz-adv-x="675" d="M182 1164l68 371h215q16 0 26.5 -4t15 -11t6 -14t1.5 -13q0 -10 -5 -26.5t-23 -57.5l-83 -191q-15 -35 -41.5 -44.5t-66.5 -9.5h-113z" />
|
||||
</font>
|
||||
</defs></svg>
|
||||
|
After Width: | Height: | Size: 100 KiB |
BIN
frontend/web/static/fonts/lato/Lato-Bla-webfont.ttf
Normal file
BIN
frontend/web/static/fonts/lato/Lato-Bla-webfont.ttf
Normal file
Binary file not shown.
BIN
frontend/web/static/fonts/lato/Lato-Bla-webfont.woff
Normal file
BIN
frontend/web/static/fonts/lato/Lato-Bla-webfont.woff
Normal file
Binary file not shown.
BIN
frontend/web/static/fonts/lato/Lato-BlaIta-webfont.eot
Normal file
BIN
frontend/web/static/fonts/lato/Lato-BlaIta-webfont.eot
Normal file
Binary file not shown.
295
frontend/web/static/fonts/lato/Lato-BlaIta-webfont.svg
Normal file
295
frontend/web/static/fonts/lato/Lato-BlaIta-webfont.svg
Normal file
@@ -0,0 +1,295 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<metadata>
|
||||
This is a custom SVG webfont generated by Font Squirrel.
|
||||
Copyright : Copyright c 20102011 by tyPoland Lukasz Dziedzic with Reserved Font Name Lato Licensed under the SIL Open Font License Version 11
|
||||
Designer : Lukasz Dziedzic
|
||||
Foundry : tyPoland Lukasz Dziedzic
|
||||
Foundry URL : httpwwwtypolandcom
|
||||
</metadata>
|
||||
<defs>
|
||||
<font id="LatoBlackItalic" horiz-adv-x="1160" >
|
||||
<font-face units-per-em="2000" ascent="1610" descent="-390" />
|
||||
<missing-glyph horiz-adv-x="386" />
|
||||
<glyph unicode="fi" horiz-adv-x="1164" d="M496 1035h613l-126 -1035h-304l102 823h-299l-93 -775l-54 -174q-18 -58 -55 -90t-105 -32h-126l132 1073l-56 13q-30 7 -48.5 21t-18.5 40q0 1 0.5 4.5t2 16.5t4.5 40t8 75h134l2 15q11 94 51.5 176.5t111.5 144t174.5 96.5t240.5 35q42 0 87 -4.5t77 -13.5l-30 -151 q-3 -13 -10 -20.5t-17 -12t-22 -6t-23 -1.5q-98 0 -162 -15.5t-104 -46t-59.5 -77.5t-26.5 -110z" />
|
||||
<glyph unicode="fl" horiz-adv-x="1176" d="M484 823l-95 -775l-54 -174q-18 -58 -55 -90t-105 -32h-126l131 1073l-55 13q-30 7 -48.5 21t-18.5 40q0 1 0.5 4.5t2 16.5t4.5 40t9 75h132l5 38q10 79 43 154t90 132.5t139 92.5t190 35q85 0 159.5 -6t151.5 -6h197l-182 -1475h-300l154 1262q-41 5 -81 9.5t-77 4.5 q-83 0 -133 -50t-59 -153l-4 -38h198l-26 -212h-187z" />
|
||||
<glyph unicode="
" horiz-adv-x="0" />
|
||||
<glyph horiz-adv-x="0" />
|
||||
<glyph horiz-adv-x="0" />
|
||||
<glyph unicode=" " horiz-adv-x="386" />
|
||||
<glyph unicode="	" horiz-adv-x="386" />
|
||||
<glyph unicode=" " horiz-adv-x="386" />
|
||||
<glyph unicode="!" horiz-adv-x="698" d="M610 1457l-70 -574q-11 -91 -33 -181.5t-51 -185.5h-202q-2 38 -3.5 75t-1.5 74q0 55 3 109t10 109l70 574h278zM150 157q0 36 13.5 67t37 54t55.5 36.5t70 13.5q37 0 69 -13.5t56 -36.5t37.5 -54t13.5 -67t-13.5 -67.5t-37.5 -54.5t-56 -36t-69 -13q-38 0 -70 13 t-55.5 36t-37 54.5t-13.5 67.5z" />
|
||||
<glyph unicode=""" horiz-adv-x="828" d="M476 1455l-36 -286l-46 -158q-15 -52 -41 -79.5t-77 -27.5q-44 0 -64.5 27.5t-23.5 79.5l-8 158l36 286h260zM852 1455l-36 -286l-46 -158q-15 -52 -41 -79.5t-77 -27.5q-44 0 -64.5 27.5t-23.5 79.5l-8 158l36 286h260z" />
|
||||
<glyph unicode="#" d="M837 397l-119 -397h-140q-33 0 -53 23.5t-20 59.5q0 8 1 17t4 19l83 278h-173l-86 -293q-8 -28 -23.5 -48t-35 -32.5t-42 -18t-45.5 -5.5h-134l121 397h-93q-33 0 -51.5 14.5t-18.5 46.5q0 25 10 56l28 92h179l73 245h-202l38 121q14 45 46.5 65.5t97.5 20.5h74l90 301 q14 46 52.5 71t85.5 25h138l-121 -397h172l121 397h134q38 0 61 -20t23 -52q0 -14 -4 -26l-89 -299h197l-40 -120q-15 -45 -47 -66t-95 -21h-70l-73 -245h115q33 0 51.5 -14.5t18.5 -46.5q0 -25 -10 -56l-28 -92h-201zM473 606h174l73 245h-172z" />
|
||||
<glyph unicode="$" d="M375 -6q-56 9 -109.5 26t-101.5 40.5t-89.5 52.5t-72.5 63l110 133q14 17 34.5 28t43.5 11q24 0 47 -13t50.5 -31.5t61.5 -37.5t79 -31l85 392q-64 18 -126.5 43t-112.5 65t-81 100.5t-31 150.5t37 174.5t106.5 151t168.5 108.5t223 48l25 113q6 28 30.5 49.5t57.5 21.5 h110l-43 -196q106 -20 177.5 -63.5t119.5 -95.5l-86 -107q-20 -25 -38 -35.5t-42 -10.5q-15 0 -34 7.5t-42 19t-50 23.5t-58 21l-80 -368q64 -20 128 -45t114.5 -63.5t82 -94.5t31.5 -138q0 -100 -37.5 -190.5t-108 -160.5t-171 -114.5t-227.5 -53.5l-28 -131 q-5 -26 -30 -47.5t-58 -21.5h-110zM808 436q0 53 -34.5 84.5t-88.5 53.5l-76 -346q100 15 149.5 67.5t49.5 140.5zM450 1051q0 -54 34.5 -87.5t89.5 -57.5l69 316q-53 -7 -90 -23t-60 -38.5t-33 -50.5t-10 -59z" />
|
||||
<glyph unicode="%" horiz-adv-x="1512" d="M772 1155q0 -93 -32.5 -169t-85 -130t-119.5 -83.5t-137 -29.5q-64 0 -116 22.5t-89 63.5t-57 98t-20 126q0 93 29 169.5t79 131.5t118 85t146 30q64 0 116.5 -22.5t90 -64t57.5 -99.5t20 -128zM542 1153q0 72 -21.5 101.5t-56.5 29.5q-27 0 -49 -12.5t-37 -40 t-23.5 -71.5t-8.5 -107q0 -69 20.5 -96t55.5 -27q26 0 48 11t38 37t25 69t9 106zM1222 1411q17 16 39.5 30t60.5 14h218l-1190 -1413q-17 -17 -39.5 -29.5t-54.5 -12.5h-222zM1454 394q0 -93 -32.5 -169t-85 -130t-119.5 -83.5t-137 -29.5q-64 0 -116 22.5t-89 63.5t-57 98 t-20 125q0 94 29 171t79 132t118 85t146 30q64 0 116.5 -23t90 -64t57.5 -99.5t20 -128.5zM1224 392q0 73 -21.5 101t-56.5 28q-27 0 -49 -12t-37 -39.5t-23.5 -71.5t-8.5 -107q0 -68 20.5 -95.5t55.5 -27.5q26 0 48 11t38 37.5t25 69.5t9 106z" />
|
||||
<glyph unicode="&" horiz-adv-x="1334" d="M732 1471q90 0 157 -27t111.5 -72.5t67 -106.5t22.5 -128l-180 -35q-17 -3 -29 -3q-23 0 -36 10.5t-21 35.5q-34 106 -120 106q-34 0 -60.5 -15.5t-44.5 -41.5t-27.5 -61t-9.5 -74q0 -40 13.5 -84t46.5 -95l272 -359q55 110 79 237q5 27 19.5 44t43.5 17h212 q-19 -147 -70 -274t-127 -230l239 -315h-260q-36 0 -61.5 4.5t-45.5 14.5t-36.5 25.5t-34.5 38.5l-18 23q-88 -59 -187 -90.5t-205 -31.5q-101 0 -179 26.5t-130.5 76t-79.5 119t-27 155.5q0 76 23.5 142.5t64.5 123t98 102t123 78.5q-28 61 -39.5 120.5t-11.5 113.5 q0 87 31 165t89 137t141 93.5t187 34.5zM334 399q0 -41 9 -75t29.5 -58.5t53.5 -38t80 -13.5q52 0 102 18t96 52l-261 357q-62 -53 -85.5 -114t-23.5 -128z" />
|
||||
<glyph unicode="'" horiz-adv-x="454" d="M476 1455l-36 -286l-46 -158q-15 -52 -41 -79.5t-77 -27.5q-44 0 -64.5 27.5t-23.5 79.5l-8 158l36 286h260z" />
|
||||
<glyph unicode="(" horiz-adv-x="552" d="M328 427q0 -66 4.5 -139.5t13.5 -148t23.5 -146t34.5 -133.5q4 -12 6.5 -22.5t2.5 -19.5q0 -27 -15 -43.5t-36 -27.5l-142 -77q-40 84 -68.5 176.5t-47 187.5t-27.5 190t-9 182q0 156 20.5 303.5t66.5 291.5t119.5 287.5t179.5 293.5l124 -76q14 -10 24.5 -22.5 t10.5 -31.5q0 -12 -6 -26t-17 -34q-57 -104 -105.5 -216t-83 -233t-54 -250t-19.5 -266z" />
|
||||
<glyph unicode=")" horiz-adv-x="552" d="M258 825q0 66 -4.5 139.5t-13.5 148t-23.5 146t-34.5 133.5q-4 12 -6.5 22.5t-2.5 19.5q0 27 15 43.5t36 27.5l142 77q40 -84 68.5 -176.5t47 -188t27.5 -190t9 -181.5q0 -156 -20.5 -303.5t-66.5 -291.5t-119.5 -287.5t-179.5 -293.5l-124 76q-14 10 -24.5 22.5 t-10.5 31.5q0 12 6 26t17 34q57 103 105.5 215.5t83 233t54 250t19.5 266.5z" />
|
||||
<glyph unicode="*" horiz-adv-x="736" d="M336 819l22 175q5 42 20 77q-14 -14 -30.5 -25t-35.5 -21l-142 -87l-54 115l142 87q20 11 39.5 19t39.5 12q-38 6 -71 30l-122 89l84 116l122 -90q15 -10 29 -21t25 -24q-4 17 -4 42v16.5t2 16.5l22 176h140l-22 -175q-3 -20 -7.5 -44t-13.5 -41q14 14 30.5 29t36.5 25 l142 88l54 -116l-142 -87q-20 -11 -40 -18.5t-40 -11.5q19 -4 37 -11.5t35 -19.5l120 -89l-82 -113l-122 87q-16 10 -29.5 21t-24.5 24q2 -10 3 -20t1 -21q0 -8 -0.5 -16.5t-1.5 -16.5l-22 -177h-140z" />
|
||||
<glyph unicode="+" d="M784 1177l-49 -398h375l-28 -214h-373l-49 -400h-244l50 400h-372l28 214h370l50 398h242z" />
|
||||
<glyph unicode="," horiz-adv-x="472" d="M30 176q0 32 12 59.5t34.5 48t53 32.5t68.5 12q45 0 78 -15.5t55 -42t32.5 -61t10.5 -72.5q0 -50 -16 -106.5t-47.5 -113.5t-78.5 -112t-108 -100l-54 48q-11 11 -16.5 20t-5.5 22q0 16 17.5 36t40 45.5t44.5 57t32 71.5q-34 3 -62 17t-48 36.5t-31 52.5t-11 65z" />
|
||||
<glyph unicode="-" horiz-adv-x="686" d="M122 728h502l-32 -242h-500z" />
|
||||
<glyph unicode="." horiz-adv-x="472" d="M24 157q0 36 13.5 67t37 54t55.5 36.5t70 13.5q37 0 69 -13.5t56 -36.5t37.5 -54t13.5 -67t-13.5 -67.5t-37.5 -54.5t-56 -36t-69 -13q-38 0 -70 13t-55.5 36t-37 54.5t-13.5 67.5z" />
|
||||
<glyph unicode="/" horiz-adv-x="750" d="M204 7q-12 -27 -31.5 -47t-42.5 -33.5t-47.5 -20.5t-46.5 -7h-128l682 1458q23 50 67 76t97 26h126z" />
|
||||
<glyph unicode="0" d="M696 1471q101 0 184 -37t142 -111t91.5 -185.5t32.5 -259.5q0 -227 -49 -395t-134.5 -279t-201.5 -165.5t-249 -54.5q-101 0 -184 37t-142 111.5t-91.5 185.5t-32.5 259q0 227 49 395t134.5 279t201 165.5t249.5 54.5zM552 224q61 0 113 40t89.5 120.5t58.5 202.5t21 286 q0 106 -15.5 175t-40.5 110t-57 57.5t-65 16.5q-62 0 -113.5 -40t-89 -121t-58.5 -203t-21 -285q0 -106 15.5 -175.5t40.5 -110t57 -57t65 -16.5z" />
|
||||
<glyph unicode="1" d="M222 217h282l94 784l21 90l-197 -152q-17 -13 -33.5 -17t-30.5 -4q-26 0 -44 10.5t-26 22.5l-78 126l498 381h248l-153 -1241h245l-28 -217h-824z" />
|
||||
<glyph unicode="2" d="M714 1471q97 0 174.5 -27.5t131 -77t82 -117.5t28.5 -149q0 -90 -26.5 -164.5t-72.5 -141.5t-108.5 -129t-134.5 -128l-330 -301q56 16 110 25t100 9h290q45 0 69 -23t24 -61q0 -2 -0.5 -6.5t-2.5 -22t-6.5 -54.5t-13.5 -103h-1018l12 96q3 27 19 59.5t47 59.5l476 426 q70 63 119 117t79.5 105t44 101.5t13.5 106.5q0 73 -39 115t-117 42q-36 0 -67.5 -10.5t-57.5 -29t-46 -43.5t-33 -54q-20 -43 -47.5 -62t-68.5 -19q-22 0 -42 4l-154 27q30 108 85 188.5t129 134.5t163.5 80.5t188.5 26.5z" />
|
||||
<glyph unicode="3" d="M750 1471q99 0 175 -27.5t127 -74t77.5 -108t26.5 -130.5q0 -79 -16.5 -138t-49 -101t-81 -70t-112.5 -46q103 -42 154 -114.5t51 -175.5q0 -83 -22 -152t-60.5 -125t-92 -98t-116.5 -70.5t-133.5 -42.5t-143.5 -14q-104 0 -183 22.5t-136 70t-94 120.5t-59 175l140 54 q19 8 36.5 11t34.5 3q31 0 53.5 -12t31.5 -35q33 -87 80 -126.5t124 -39.5q58 0 103 20.5t76 55t47 81t16 97.5q0 36 -11 65.5t-42.5 50.5t-87.5 32.5t-147 11.5l28 205q91 1 151.5 16.5t96.5 44t51 70t15 95.5q0 75 -39.5 115.5t-116.5 40.5q-74 0 -127 -39.5t-79 -97.5 q-20 -43 -47.5 -62t-67.5 -19q-9 0 -19.5 1t-21.5 3l-154 27q29 108 84 188.5t128.5 134.5t163 80.5t188.5 26.5z" />
|
||||
<glyph unicode="4" d="M988 561h150l-24 -167q-3 -22 -20 -38.5t-46 -16.5h-87l-41 -339h-270l41 339h-584q-29 0 -53 18.5t-27 50.5l-11 139l788 910h294zM766 961q4 30 10.5 64.5t16.5 71.5l-454 -536h379z" />
|
||||
<glyph unicode="5" d="M1100 1333q-4 -30 -16.5 -55.5t-36 -44t-58.5 -28.5t-83 -10h-356l-75 -257q41 8 79 11t73 3q107 0 187.5 -30t134 -82.5t80.5 -123.5t27 -153q0 -127 -48 -233.5t-132 -183t-197.5 -119.5t-244.5 -43q-71 0 -133.5 14.5t-115 39.5t-96 58t-77.5 70l108 125q17 20 38 29 t42 9q29 0 53.5 -16t54.5 -35.5t71 -35.5t103 -16q71 0 122.5 25t84.5 66t49 95t16 113q0 88 -54 139.5t-163 51.5q-42 0 -91 -8t-106 -26l-178 50l214 725h740z" />
|
||||
<glyph unicode="6" d="M738 919q73 0 141.5 -23.5t121.5 -70.5t85 -118t32 -165q0 -114 -44.5 -215.5t-124 -177.5t-188 -120.5t-235.5 -44.5q-110 0 -196 33.5t-144.5 93t-89 142t-30.5 180.5q0 135 57.5 256.5t168.5 249.5l386 447q25 29 70 49t98 20h266l-537 -564q37 14 77.5 21t85.5 7z M350 423q0 -46 12.5 -83.5t37.5 -64t62.5 -41t87.5 -14.5q54 0 102.5 20.5t84.5 57.5t57.5 87t21.5 109q0 49 -15 87.5t-42 65.5t-66 41.5t-87 14.5q-54 0 -101 -20t-81.5 -56.5t-54 -88t-19.5 -115.5z" />
|
||||
<glyph unicode="7" d="M1224 1457l-14 -115q-5 -40 -14.5 -74t-23.5 -56l-686 -1146q-17 -28 -49 -47t-65 -19h-252l656 1059q25 40 52.5 73t59.5 63h-650q-26 0 -43 18t-17 41q0 11 2.5 33.5t6.5 50.5t8.5 59t8.5 60h1020z" />
|
||||
<glyph unicode="8" d="M518 -16q-107 0 -193 27.5t-147.5 77.5t-94.5 120.5t-33 156.5q0 69 16.5 130t52.5 111.5t92 89t134 63.5q-83 41 -124 109t-41 159q0 95 40 176t110.5 140.5t165 93t204.5 33.5q95 0 173.5 -27.5t134 -75t86 -112.5t30.5 -140q0 -128 -60.5 -219.5t-181.5 -140.5 q111 -42 160.5 -117.5t49.5 -175.5q0 -109 -43 -197.5t-119.5 -151t-182 -96.5t-229.5 -34zM546 210q61 0 105.5 19t74 52t44 78.5t14.5 98.5q0 40 -10 73.5t-32.5 57t-58 36.5t-85.5 13q-66 0 -111 -18.5t-73 -51.5t-40 -78.5t-12 -98.5q0 -39 10.5 -72t33 -57t57.5 -38 t83 -14zM626 864q65 0 105 22.5t62 56.5t29.5 75t7.5 77q0 31 -8.5 59.5t-27 50.5t-48 35t-72.5 13q-54 0 -92.5 -18t-63.5 -48.5t-36.5 -70.5t-11.5 -84q0 -32 7.5 -62t25.5 -53.5t48 -38t75 -14.5z" />
|
||||
<glyph unicode="9" d="M526 570q-66 0 -129.5 22.5t-113.5 67.5t-80.5 113t-30.5 160q0 110 43 207.5t119.5 171t181.5 116.5t228 43q106 0 189 -31.5t139.5 -87.5t86 -133.5t29.5 -170.5q0 -80 -15.5 -149.5t-44.5 -134t-70 -125.5t-92 -122l-372 -450q-24 -29 -66.5 -48t-95.5 -19h-276 l528 554q16 17 31 33.5t29 32.5q-49 -25 -104 -37.5t-114 -12.5zM904 1044q0 46 -14 81.5t-39.5 60t-61.5 37.5t-79 13q-53 0 -96 -19.5t-73.5 -55t-47.5 -83.5t-17 -105q0 -90 46 -137t138 -47q57 0 102 18.5t76.5 52t48.5 80.5t17 104z" />
|
||||
<glyph unicode=":" horiz-adv-x="472" d="M24 157q0 36 13.5 67t37 54t55.5 36.5t70 13.5q37 0 69 -13.5t56 -36.5t37.5 -54t13.5 -67t-13.5 -67.5t-37.5 -54.5t-56 -36t-69 -13q-38 0 -70 13t-55.5 36t-37 54.5t-13.5 67.5zM120 840q0 36 13.5 67t37 54t55.5 36.5t70 13.5q37 0 69 -13.5t56 -36.5t37.5 -54 t13.5 -67t-13.5 -67.5t-37.5 -54.5t-56 -36t-69 -13q-38 0 -70 13t-55.5 36t-37 54.5t-13.5 67.5z" />
|
||||
<glyph unicode=";" horiz-adv-x="472" d="M24 176q0 32 12 59.5t34.5 48t53 32.5t68.5 12q45 0 78 -15.5t55 -42t32.5 -61t10.5 -72.5q0 -50 -16 -106.5t-47.5 -113.5t-78.5 -112t-108 -100l-54 48q-11 11 -16.5 20t-5.5 22q0 16 17.5 36t40 45.5t44.5 57t32 71.5q-34 3 -62 17t-48 36.5t-31 52.5t-11 65zM118 840 q0 36 13.5 67t37 54t55.5 36.5t70 13.5q37 0 69 -13.5t56 -36.5t37.5 -54t13.5 -67t-13.5 -67.5t-37.5 -54.5t-56 -36t-69 -13q-38 0 -70 13t-55.5 36t-37 54.5t-13.5 67.5z" />
|
||||
<glyph unicode="<" horiz-adv-x="1067" d="M151 735l862 424l-27 -215q-3 -23 -17 -42.5t-43 -33.5l-302 -153q-27 -14 -57.5 -23.5t-63.5 -17.5q32 -8 59.5 -16.5t51.5 -22.5l267 -154q41 -23 41 -63q0 -8 -1 -12l-28 -215l-757 423z" />
|
||||
<glyph unicode="=" d="M140 597h906l-28 -214h-906zM186 960h904l-26 -215h-906z" />
|
||||
<glyph unicode=">" horiz-adv-x="1067" d="M961 615l-862 -424l27 215q3 23 17 42.5t43 33.5l302 153q27 14 57.5 23.5t63.5 17.5q-32 8 -59.5 16.5t-51.5 22.5l-267 154q-41 23 -41 63q0 8 1 12l28 215l757 -423z" />
|
||||
<glyph unicode="?" horiz-adv-x="820" d="M138 1322q39 31 82.5 58t92.5 47.5t104 32t117 11.5q85 0 149 -24t106.5 -64.5t63.5 -94t21 -113.5q0 -85 -21.5 -143.5t-55 -100.5t-74 -72.5t-79 -59.5t-69.5 -62t-45 -79l-44 -142h-206v161q0 52 23.5 92.5t59 74.5t76.5 64t76.5 61.5t59 68t23.5 82.5q0 54 -27 86 t-93 32q-47 0 -80.5 -11.5t-58.5 -25t-44 -25t-37 -11.5q-20 0 -34 8.5t-22 27.5zM184 157q0 36 13.5 67t37 54t55.5 36.5t70 13.5q37 0 69 -13.5t56 -36.5t37.5 -54t13.5 -67t-13.5 -67.5t-37.5 -54.5t-56 -36t-69 -13q-38 0 -70 13t-55.5 36t-37 54.5t-13.5 67.5z" />
|
||||
<glyph unicode="@" horiz-adv-x="1486" d="M1016 182q-28 0 -55 6.5t-49.5 21t-39.5 37.5t-26 56q-63 -65 -127 -92.5t-133 -27.5q-53 0 -92.5 19t-65.5 52t-39 78t-13 98q0 61 16 125.5t47.5 124.5t78.5 113.5t110 93.5t141.5 63t172.5 23q42 0 75 -3t61.5 -9t53 -14.5t50.5 -20.5l-138 -378q-14 -39 -20.5 -68.5 t-6.5 -50.5q0 -38 18 -53t47 -15q39 0 73.5 33.5t60.5 91t41 134.5t15 165q0 103 -27.5 182.5t-80 134t-129 82.5t-173.5 28q-131 0 -241 -56t-189.5 -154.5t-124.5 -231.5t-45 -287q0 -132 35 -232.5t99.5 -168.5t155.5 -103t204 -35q73 0 133 7.5t107 19.5t81.5 26.5 t56.5 28.5q17 10 31.5 13.5t26.5 3.5q26 0 40.5 -15t19.5 -35l22 -81q-50 -33 -108.5 -61t-126 -49t-144 -32.5t-161.5 -11.5q-158 0 -285 51t-216.5 144.5t-138 225.5t-48.5 294q0 124 30 240.5t84.5 219t131.5 188t170 146.5t200.5 95t223.5 34q124 0 232.5 -43.5 t189.5 -123.5t127.5 -192.5t46.5 -251.5q0 -125 -36 -235t-99 -191.5t-148 -129t-183 -47.5zM670 369q19 0 37.5 7t36.5 24.5t35.5 46t32.5 70.5l100 274q-21 3 -42 3q-48 0 -95 -27.5t-84 -73.5t-60 -106.5t-23 -125.5q0 -92 62 -92z" />
|
||||
<glyph unicode="A" horiz-adv-x="1326" d="M1288 0h-252q-42 0 -67.5 19.5t-30.5 51.5l-45 262h-495l-108 -262q-11 -28 -43 -49.5t-71 -21.5h-256l696 1457h334zM489 555h366l-71 416q-9 52 -19.5 105.5t-17.5 97.5q-8 -24 -21 -54.5t-25.5 -59.5t-24 -54t-16.5 -37z" />
|
||||
<glyph unicode="B" horiz-adv-x="1208" d="M44 0l180 1457h500q127 0 217.5 -24t148 -68.5t84 -107t26.5 -138.5q0 -60 -15.5 -115.5t-49 -102.5t-86.5 -85.5t-128 -64.5q118 -32 174.5 -99.5t56.5 -170.5q0 -101 -38.5 -188.5t-111.5 -152.5t-177.5 -102.5t-236.5 -37.5h-544zM446 622l-46 -377h214q60 0 101 17.5 t66.5 49t37 73.5t11.5 92q0 33 -8.5 60t-29 45.5t-54 29t-82.5 10.5h-210zM472 838h156q55 0 99 11t75.5 37.5t48.5 70.5t17 109q0 81 -42.5 114.5t-131.5 33.5h-176z" />
|
||||
<glyph unicode="C" horiz-adv-x="1182" d="M678 252q55 0 95.5 8.5t69.5 21.5t49 28.5t36 28.5t30 21.5t30 8.5t26.5 -5.5t15.5 -12.5l114 -137q-95 -113 -225.5 -171.5t-296.5 -58.5q-138 0 -244.5 48.5t-179.5 133.5t-110.5 201.5t-37.5 251.5q0 125 28 237t79 207t122.5 171t158.5 129t187 81.5t209 28.5 q82 0 149.5 -15.5t122 -43t97.5 -65.5t75 -84l-114 -132q-12 -14 -28 -25t-42 -11q-17 0 -31 8t-28.5 19.5t-32.5 25.5t-43 25.5t-59.5 19.5t-81.5 8q-92 0 -171.5 -39t-138 -111.5t-91.5 -176t-33 -231.5q0 -93 22.5 -166t61.5 -123.5t93 -77t117 -26.5z" />
|
||||
<glyph unicode="D" horiz-adv-x="1364" d="M1366 822q0 -119 -27 -225.5t-77 -198t-121.5 -165t-160 -125.5t-193 -80t-219.5 -28h-524l180 1457h524q143 0 257.5 -48.5t194.5 -133.5t123 -201t43 -252zM1032 814q0 89 -20.5 161.5t-61 123.5t-99.5 79t-135 28h-196l-116 -955h196q100 0 180 39.5t136 112.5t86 177 t30 234z" />
|
||||
<glyph unicode="E" horiz-adv-x="1036" d="M1060 1206h-539l-44 -352h413l-32 -242h-411l-44 -361h543l-32 -251h-870l180 1457h868z" />
|
||||
<glyph unicode="F" horiz-adv-x="1024" d="M1060 1206h-539l-48 -384h451l-34 -251h-448l-70 -571h-328l180 1457h868z" />
|
||||
<glyph unicode="G" horiz-adv-x="1306" d="M710 235q60 0 108 10.5t92 29.5l28 238h-124q-28 0 -43 13t-15 35l22 188h486l-76 -609q-56 -41 -116 -70.5t-125.5 -48.5t-138 -28t-154.5 -9q-135 0 -246.5 49.5t-191 136.5t-123 206t-43.5 258q0 121 27.5 230.5t78.5 202.5t122.5 168t159 128t188.5 81.5t212 28.5 q93 0 168.5 -17t135.5 -45.5t107 -66t83 -77.5l-106 -131q-36 -44 -81 -44q-27 0 -55 18q-36 23 -67 40.5t-62.5 29t-67 17.5t-79.5 6q-95 0 -174 -40.5t-136 -114t-88.5 -176.5t-31.5 -227q0 -96 23.5 -172.5t66.5 -129t103 -80.5t133 -28z" />
|
||||
<glyph unicode="H" horiz-adv-x="1392" d="M1226 0h-328l76 620h-526l-76 -620h-328l180 1457h328l-76 -615h526l76 615h328z" />
|
||||
<glyph unicode="I" horiz-adv-x="592" d="M400 0h-328l178 1457h328z" />
|
||||
<glyph unicode="J" horiz-adv-x="788" d="M688 523q-15 -122 -55 -221t-106 -170t-157.5 -109.5t-209.5 -38.5q-53 0 -103.5 6t-104.5 20l24 187q3 25 17.5 41.5t46.5 16.5q24 0 54 -5.5t66 -5.5q81 0 133 63.5t69 207.5l114 942h326z" />
|
||||
<glyph unicode="K" horiz-adv-x="1320" d="M474 861h48q35 0 62 11.5t44 36.5l346 483q28 39 64 52t84 13h282l-458 -595q-23 -31 -48 -51t-52 -34q34 -14 60 -37.5t44 -63.5l308 -676h-290q-28 0 -47.5 4t-33 11.5t-22.5 19t-15 25.5l-226 512q-13 29 -37.5 40.5t-66.5 11.5h-75l-77 -624h-324l178 1457h326z" />
|
||||
<glyph unicode="L" horiz-adv-x="956" d="M402 260h490l-32 -260h-816l180 1457h326z" />
|
||||
<glyph unicode="M" horiz-adv-x="1732" d="M830 640q21 -63 36 -129q16 33 33.5 65t36.5 64l446 767q20 34 50 42t58 8h256l-180 -1457h-286l102 848q3 27 9.5 59.5t14.5 67.5l-438 -752q-20 -34 -52 -50.5t-70 -16.5h-44q-38 0 -66.5 17t-39.5 50l-256 754q-2 -34 -3.5 -66t-4.5 -58l-100 -853h-288l180 1457h248 q21 0 37 -1t28.5 -5.5t21.5 -14.5t15 -29l256 -767v0z" />
|
||||
<glyph unicode="N" horiz-adv-x="1392" d="M396 1457q21 0 35.5 -1.5t26 -7t20.5 -15.5t18 -26l511 -900q2 35 6 67t7 60l98 823h288l-180 -1457h-170q-38 0 -63 11t-43 43l-509 899q-2 -28 -4.5 -54t-4.5 -49l-100 -850h-288l180 1457h172v0z" />
|
||||
<glyph unicode="O" horiz-adv-x="1464" d="M1468 822q0 -118 -27.5 -226t-78 -201t-122 -169t-160.5 -129.5t-193 -83t-219 -29.5q-144 0 -258.5 50.5t-194.5 138t-122.5 206t-42.5 255.5q0 118 27.5 226.5t78 201.5t122.5 169t161 129.5t193 83t220 29.5q143 0 257.5 -50.5t194 -138.5t122 -207t42.5 -255z M1134 814q0 90 -21.5 163.5t-63 126t-101.5 81t-136 28.5q-100 0 -179 -41.5t-134.5 -116.5t-85 -180.5t-29.5 -233.5q0 -90 21 -163t61.5 -125t100.5 -80.5t137 -28.5q100 0 179.5 41t135 116t85.5 180t30 233z" />
|
||||
<glyph unicode="P" horiz-adv-x="1180" d="M428 491l-60 -491h-324l178 1457h482q130 0 222.5 -31.5t152 -87t87.5 -131t28 -162.5q0 -119 -36.5 -220.5t-111.5 -175.5t-190 -116t-272 -42h-156zM518 1214l-59 -478h157q70 0 117.5 20.5t77 58t42.5 89.5t13 114q0 43 -11.5 79t-35.5 62t-60.5 40.5t-86.5 14.5h-154 z" />
|
||||
<glyph unicode="Q" horiz-adv-x="1464" d="M1468 822q0 -111 -24 -213t-69 -191.5t-109 -164t-143 -129.5l291 -398h-268q-57 0 -103 13.5t-75 56.5l-141 203q-77 -15 -159 -15q-144 0 -258.5 50.5t-194.5 138t-122.5 206t-42.5 255.5q0 118 27.5 226.5t78 201.5t122.5 169t161 129.5t193 83t220 29.5 q143 0 257.5 -50.5t194 -138.5t122 -207t42.5 -255zM1134 814q0 90 -21.5 163.5t-63 126t-101.5 81t-136 28.5q-100 0 -179 -41.5t-134.5 -116.5t-85 -180.5t-29.5 -233.5q0 -90 21 -163t61.5 -125t100.5 -80.5t137 -28.5q100 0 179.5 41t135 116t85.5 180t30 233z" />
|
||||
<glyph unicode="R" horiz-adv-x="1228" d="M435 544l-67 -544h-324l178 1457h442q134 0 228.5 -28.5t154.5 -78.5t87.5 -118.5t27.5 -148.5q0 -81 -21.5 -153t-62.5 -132.5t-100.5 -107t-135.5 -76.5q30 -17 56.5 -41t41.5 -60l212 -513h-294q-41 0 -69 16t-39 46l-158 431q-11 28 -29.5 39.5t-54.5 11.5h-73z M518 1214l-55 -445h119q70 0 119 21.5t79.5 57.5t44 84t13.5 101q0 41 -12 74.5t-37.5 57t-64 36.5t-90.5 13h-116z" />
|
||||
<glyph unicode="S" horiz-adv-x="1000" d="M942 1165q-17 -24 -34.5 -35t-41.5 -11q-23 0 -46 15t-51.5 33t-65.5 33t-87 15q-46 0 -80.5 -13t-57.5 -36t-34.5 -54t-11.5 -68q0 -40 22.5 -67t60 -47.5t84.5 -37.5t96.5 -37t97 -46t85 -65t60 -94t22.5 -132q0 -110 -38 -207t-109 -169.5t-172.5 -115t-228.5 -42.5 q-63 0 -126.5 14t-122 39.5t-108.5 60.5t-85 78l116 152q13 17 34 28t42 11q28 0 54.5 -19.5t58.5 -43t74.5 -43t104.5 -19.5q91 0 140.5 49.5t49.5 146.5q0 45 -22.5 74t-59 49t-83.5 35.5t-96 33.5t-96 42.5t-83.5 64t-59 97t-22.5 141.5q0 97 36.5 186.5t104.5 158.5 t165 110t218 41q62 0 120.5 -13t109.5 -36t93 -54.5t71 -68.5z" />
|
||||
<glyph unicode="T" horiz-adv-x="1104" d="M1206 1457l-34 -258h-370l-148 -1199h-324l146 1199h-372l32 258h1070z" />
|
||||
<glyph unicode="U" horiz-adv-x="1334" d="M640 256q61 0 111 23.5t88 67t63 105.5t34 139l106 866h326l-106 -866q-17 -133 -70.5 -244.5t-139 -192t-198.5 -125.5t-248 -45q-122 0 -217.5 37t-161 104.5t-99.5 161.5t-34 207q0 47 6 97l104 866h326l-106 -866q-2 -18 -3 -35.5t-1 -34.5q0 -124 56.5 -194.5 t163.5 -70.5z" />
|
||||
<glyph unicode="V" horiz-adv-x="1368" d="M118 1457h262q42 0 67 -20t31 -51l152 -803q9 -49 21.5 -110.5t20.5 -124.5q21 63 48 123.5t48 111.5l340 803q6 13 17 26t26.5 23t34 16t38.5 6h264l-716 -1457h-296z" />
|
||||
<glyph unicode="W" horiz-adv-x="1980" d="M128 1457h256q42 0 67.5 -19.5t30.5 -51.5l102 -785q4 -28 6 -57.5t4 -53.5q2 -29 2 -56q15 47 31.5 88.5t30.5 78.5l298 785q11 27 42 49t72 22h76q42 0 68.5 -19.5t31.5 -51.5l112 -785q5 -35 10.5 -76.5t9.5 -86.5q13 45 26 86t26 77l288 785q10 28 42.5 49.5 t73.5 21.5h258l-594 -1457h-296l-134 920q-3 22 -7 48.5t-7 55.5q-11 -29 -21.5 -55.5t-18.5 -48.5l-356 -920h-294z" />
|
||||
<glyph unicode="X" horiz-adv-x="1324" d="M472 777l-316 680h296q32 0 45.5 -8.5t22.5 -28.5l192 -460q5 10 11 19t13 20l256 416q14 23 30.5 32.5t39.5 9.5h342l-485 -664l351 -793h-292q-32 0 -50 16t-26 36l-215 535q-4 -7 -8.5 -13t-8.5 -12l-322 -510q-19 -29 -44 -40.5t-54 -11.5h-326z" />
|
||||
<glyph unicode="Y" horiz-adv-x="1256" d="M799 558l-69 -558h-326l69 555l-375 902h290q42 0 65.5 -19.5t34.5 -51.5l140 -441q14 -44 25.5 -85t19.5 -79q19 38 42 78.5t49 85.5l248 441q15 27 44 49t70 22h270z" />
|
||||
<glyph unicode="Z" horiz-adv-x="1120" d="M1212 1457l-14 -98q-3 -20 -12.5 -38t-21.5 -35l-736 -1035h616l-32 -251h-1040l12 96q3 20 12.5 38t21.5 35l737 1037h-583l32 251h1008z" />
|
||||
<glyph unicode="[" horiz-adv-x="552" d="M-22 -320l230 1875h420l-14 -114q-4 -29 -28.5 -50t-57.5 -21h-93l-186 -1504h97q30 0 48.5 -18.5t18.5 -45.5q0 -1 -0.5 -4t-2 -14.5t-4.5 -36t-8 -67.5h-420z" />
|
||||
<glyph unicode="\" horiz-adv-x="748" d="M100 1459h126q53 0 88.5 -27t49.5 -75l324 -1458h-126q-47 0 -87.5 27.5t-54.5 80.5z" />
|
||||
<glyph unicode="]" horiz-adv-x="552" d="M-30 -207q5 30 28 51.5t56 21.5h95l186 1504h-97q-31 0 -50 18t-19 44q0 2 0.5 4.5t0.5 4.5l16 114h420l-232 -1875h-420z" />
|
||||
<glyph unicode="^" d="M1114 768h-228q-27 0 -45 13.5t-29 34.5l-124 237q-17 32 -31.5 61t-25.5 58q-10 -29 -23 -58t-30 -61l-120 -237q-11 -20 -29.5 -34t-48.5 -14h-240l386 689h202z" />
|
||||
<glyph unicode="_" horiz-adv-x="726" d="M652 -114l-24 -186h-726l24 186h726z" />
|
||||
<glyph unicode="`" horiz-adv-x="612" d="M278 1471q44 0 64.5 -14.5t31.5 -43.5l94 -245h-170q-33 0 -52.5 9t-37.5 31l-210 263h280z" />
|
||||
<glyph unicode="a" horiz-adv-x="1058" d="M897 0h-166q-29 0 -48.5 7.5t-31 20.5t-16 31t-4.5 39v74q-64 -88 -142 -138t-172 -50q-56 0 -108 22.5t-92 68t-64 116t-24 166.5q0 141 51.5 267.5t144 221.5t219.5 151t279 56q74 0 150 -10t150 -36zM441 229q34 0 66 25.5t60.5 69.5t52.5 103t41 126l36 287h-18 q-76 0 -138.5 -34t-107.5 -92.5t-69.5 -136t-24.5 -165.5q0 -50 8 -85t21.5 -56.5t32 -31.5t40.5 -10z" />
|
||||
<glyph unicode="b" horiz-adv-x="1100" d="M43 0l182 1497h304l-77 -623q69 84 150.5 131.5t172.5 47.5q64 0 117 -22.5t91.5 -70.5t60 -122.5t21.5 -177.5q0 -136 -41.5 -258.5t-111.5 -215.5t-161.5 -147.5t-191.5 -54.5q-77 0 -135.5 29.5t-99.5 77.5l-3 -10q-14 -42 -36 -61.5t-72 -19.5h-170zM651 818 q-33 0 -68.5 -25t-68.5 -68.5t-61.5 -102t-47.5 -124.5l-30 -242q29 -24 65 -34t69 -10q54 0 99.5 36t78.5 94.5t51.5 133.5t18.5 153q0 99 -29 144t-77 45z" />
|
||||
<glyph unicode="c" horiz-adv-x="876" d="M855 182q-50 -55 -96 -93t-95 -61t-104.5 -33.5t-122.5 -10.5q-91 0 -164 31t-124.5 88t-79.5 138t-28 182q0 127 41.5 241t116 200t176.5 136.5t224 50.5q104 0 178.5 -35.5t133.5 -111.5l-100 -115q-11 -11 -25 -19.5t-31 -8.5q-20 0 -33.5 8.5t-29.5 18t-39 18 t-60 8.5q-46 0 -89.5 -26.5t-77.5 -76.5t-54.5 -123t-20.5 -166q0 -52 12 -90.5t33 -64t49 -38.5t60 -13q48 0 77.5 13.5t51.5 29.5t41 29.5t46 13.5q15 0 29.5 -7t24.5 -19l80 -94v0z" />
|
||||
<glyph unicode="d" horiz-adv-x="1102" d="M765 0q-29 0 -48.5 7.5t-31 20.5t-16 31t-4.5 39v87q-71 -94 -157 -147.5t-183 -53.5q-64 0 -117 22.5t-91.5 70.5t-60 122.5t-21.5 178.5q0 90 19 175.5t53 160.5t81 137.5t103.5 107t119.5 69.5t130 25q64 0 115.5 -21.5t90.5 -56.5l66 522h304l-186 -1497h-166z M449 220q32 0 66.5 24t67 66t60.5 98.5t48 121.5l32 252q-29 23 -64.5 33t-67.5 10q-54 0 -99.5 -36t-78.5 -94.5t-51.5 -133.5t-18.5 -153q0 -99 29 -143.5t77 -44.5z" />
|
||||
<glyph unicode="e" horiz-adv-x="968" d="M951 782q0 -71 -28 -130t-97.5 -104.5t-187 -77.5t-295.5 -50q2 -106 46.5 -155t131.5 -49q41 0 71 7t52.5 18t40.5 23l34.5 23t34.5 18t41 7q15 0 29 -7.5t25 -19.5l80 -93q-55 -54 -107.5 -93.5t-108 -65t-118 -37.5t-136.5 -12q-92 0 -169 31.5t-132.5 89t-86 138.5 t-30.5 180q0 83 18.5 162t53 148.5t84.5 128t112.5 100.5t137 65.5t158.5 23.5q83 0 147.5 -24t108.5 -62.5t67 -86.5t23 -96zM587 842q-77 0 -135 -61.5t-87 -168.5q97 15 157 31.5t93 36t44.5 42t11.5 48.5t-20 49t-64 23z" />
|
||||
<glyph unicode="f" horiz-adv-x="664" d="M484 823l-93 -773l-54 -174q-18 -58 -55 -90t-105 -32h-126l129 1070l-61 14q-26 6 -43.5 21.5t-17.5 42.5q0 7 1 11l16 122h131l7 59q11 89 49 161t97 123t136.5 79t167.5 28q35 0 64.5 -4.5t59.5 -14.5l-28 -156q-5 -26 -28 -34t-46 -8q-77 0 -122.5 -41t-57.5 -143 l-6 -49h210l-28 -212h-197z" />
|
||||
<glyph unicode="g" horiz-adv-x="1008" d="M901 727q0 -64 -17.5 -109t-38.5 -85t-38.5 -82t-17.5 -99q0 -41 13.5 -75.5t29.5 -70.5t29.5 -76t13.5 -92q0 -80 -35 -151.5t-101 -125t-162.5 -85t-219.5 -31.5q-101 0 -181 21t-135.5 57t-85.5 85.5t-30 106.5q0 88 44.5 146.5t114.5 94t155 50t166 14.5 q46 0 87.5 -4t76.5 -11q-2 12 -2 24.5v26.5q0 53 27 121q-39 -26 -89.5 -41t-125.5 -15q-59 0 -113 19.5t-95.5 59.5t-66.5 100.5t-25 143.5q0 77 29.5 150.5t88 131t145 92.5t201.5 35q59 0 113.5 -13.5t100.5 -40.5h298l-14 -97q-9 -61 -58 -77l-88 -30q6 -33 6 -68z M469 501q37 0 64.5 19t46 49.5t28 68.5t9.5 77q0 65 -27 101t-83 36q-37 0 -64.5 -17.5t-45.5 -46.5t-27 -67t-9 -79q0 -66 27 -103.5t81 -37.5zM593 14v12t-1 11q-51 8 -93.5 12t-77.5 4q-54 0 -92.5 -8t-63 -21.5t-35.5 -32t-11 -38.5q0 -51 37.5 -77t126.5 -26 q46 0 85 12t66.5 33.5t43 51.5t15.5 67z" />
|
||||
<glyph unicode="h" horiz-adv-x="1108" d="M43 0l182 1497h310l-73 -596q71 78 150 115t163 37q58 0 107.5 -21t84.5 -61.5t55 -99.5t20 -136q0 -18 -1.5 -37t-3.5 -39l-78 -659h-310l78 659q2 16 3 29.5t1 25.5q0 54 -19 75t-57 21q-31 0 -65 -18.5t-65.5 -52.5t-59 -82t-45.5 -107l-67 -550h-310z" />
|
||||
<glyph unicode="i" horiz-adv-x="540" d="M485 1037l-124 -1037h-306l124 1037h306zM543 1321q0 -37 -16 -69.5t-42 -57t-59.5 -39t-68.5 -14.5t-67 14.5t-56.5 39t-39.5 57t-15 69.5t15 70t40.5 58t57.5 39.5t67 14.5q36 0 69 -14t58.5 -39t41 -58t15.5 -71z" />
|
||||
<glyph unicode="j" horiz-adv-x="534" d="M487 1037l-126 -1039q-9 -73 -36.5 -137.5t-75 -113t-115.5 -76.5t-157 -28q-44 0 -75 4.5t-63 13.5l30 163q4 21 17.5 31t46.5 10q32 0 53.5 6t35.5 21t22 40.5t13 65.5l126 1039h304zM533 1321q0 -37 -16 -69.5t-42 -57t-59.5 -39t-68.5 -14.5t-67 14.5t-56.5 39 t-39.5 57t-15 69.5t15 70t40.5 58t57.5 39.5t67 14.5q36 0 69 -14t58.5 -39t41 -58t15.5 -71z" />
|
||||
<glyph unicode="k" horiz-adv-x="1074" d="M537 1497l-103 -839h21q26 0 42 8t32 29l214 292q19 26 42 38t56 12h278l-290 -369q-20 -26 -44 -46t-50 -35q21 -17 36.5 -39.5t27.5 -51.5l208 -496h-270q-33 0 -54.5 11.5t-33.5 40.5l-144 367q-11 25 -23.5 32.5t-40.5 7.5h-32l-56 -459h-306l184 1497h306z" />
|
||||
<glyph unicode="l" horiz-adv-x="520" d="M43 0l182 1497h306l-182 -1497h-306z" />
|
||||
<glyph unicode="m" horiz-adv-x="1594" d="M35 0l126 1037h160q48 0 75 -22.5t27 -73.5v-61q66 88 139 130.5t153 42.5q88 0 146 -57t74 -166q69 115 151 169t185 54q58 0 105.5 -20.5t81 -60.5t52 -98t18.5 -134q0 -19 -1.5 -39.5t-3.5 -41.5l-78 -659h-306l78 659q2 17 3 31t1 27q0 51 -16 71t-48 20 q-31 0 -59.5 -16.5t-54 -48t-46.5 -76t-37 -99.5l-67 -568h-306l78 659q2 17 3 31t1 27q0 51 -16 71t-48 20q-31 0 -60 -17t-54.5 -49t-46.5 -77.5t-37 -101.5l-68 -563h-304z" />
|
||||
<glyph unicode="n" horiz-adv-x="1100" d="M641 0l78 659q2 16 3 29.5t1 25.5q0 53 -18.5 73.5t-55.5 20.5q-34 0 -71 -21t-70.5 -59t-61.5 -92.5t-44 -120.5l-57 -515h-310l124 1037h160q48 0 75 -22.5t27 -73.5v-83q75 100 164 147.5t184 47.5q58 0 106.5 -21t83.5 -61.5t55 -99.5t20 -136q0 -18 -1.5 -37 t-3.5 -39l-78 -659h-310z" />
|
||||
<glyph unicode="o" horiz-adv-x="1034" d="M471 214q52 0 93 31.5t69.5 86t44 127t15.5 154.5q0 113 -30.5 161.5t-99.5 48.5q-52 0 -93 -31.5t-69.5 -85.5t-44 -127t-15.5 -155q0 -111 30.5 -160.5t99.5 -49.5zM443 -16q-87 0 -162.5 29t-131 84.5t-87 137t-31.5 187.5q0 138 45.5 253.5t122.5 199.5t178.5 131 t213.5 47q87 0 162 -29t130.5 -84.5t87.5 -137t32 -187.5q0 -136 -45.5 -251.5t-122.5 -200t-178.5 -132t-213.5 -47.5z" />
|
||||
<glyph unicode="p" horiz-adv-x="1082" d="M-5 -329l166 1366h160q48 0 75 -22.5t27 -73.5v-94q71 96 158 151t186 55q64 0 117 -22.5t91.5 -70.5t60 -122.5t21.5 -177.5q0 -136 -41.5 -258.5t-111.5 -215.5t-161.5 -147.5t-191.5 -54.5q-65 0 -116 21t-90 56l-48 -390h-302zM643 818q-32 0 -67 -24.5t-67.5 -67 t-61 -99.5t-47.5 -122l-31 -250q29 -23 64.5 -33t67.5 -10q54 0 99.5 36t78.5 94.5t51.5 133.5t18.5 153q0 99 -29 144t-77 45z" />
|
||||
<glyph unicode="q" horiz-adv-x="1058" d="M855 -329h-204q-26 0 -43 8.5t-28 21.5t-15.5 29t-4.5 32q0 10 1 15l47 365q-61 -75 -133.5 -116.5t-157.5 -41.5q-56 0 -108 22.5t-92 68t-64 116t-24 166.5q0 141 51.5 267.5t144 221.5t219.5 151t279 56q74 0 150 -10t150 -36zM441 229q33 0 65 25.5t60.5 69t52.5 102 t41 124.5l37 290h-18q-76 0 -138.5 -34t-107.5 -92.5t-69.5 -136t-24.5 -165.5q0 -50 8 -85t21.5 -56.5t32 -31.5t40.5 -10z" />
|
||||
<glyph unicode="r" horiz-adv-x="750" d="M35 0l126 1037h160q48 0 75 -22.5t27 -73.5v-118q60 106 130 163t145 57q42 0 83 -19l-56 -287q-51 22 -97 22q-77 0 -136.5 -69.5t-96.5 -223.5l-56 -466h-304z" />
|
||||
<glyph unicode="s" horiz-adv-x="790" d="M743 819q-14 -18 -26 -26t-32 -8t-39.5 9t-42 20.5t-51 20.5t-65.5 9q-69 0 -98.5 -26.5t-29.5 -68.5q0 -27 16.5 -46t43.5 -34t61.5 -27.5t70.5 -28t70.5 -35.5t61.5 -49t43.5 -69t16.5 -95q0 -78 -31 -147.5t-89 -121t-140.5 -82t-185.5 -30.5q-49 0 -97 10t-90.5 27 t-77.5 40.5t-57 50.5l76 114q14 20 32.5 31.5t45.5 11.5q25 0 43 -12l39 -26t50 -26t76 -12q66 0 98 29.5t32 69.5q0 31 -16.5 51t-43.5 34.5t-61 26t-70 25.5t-70 32.5t-61 46.5t-43.5 69t-16.5 99q0 72 26.5 140t79 120.5t130.5 84.5t182 32t185.5 -36t134.5 -88z" />
|
||||
<glyph unicode="t" horiz-adv-x="730" d="M135 224v17t1.5 28.5t5 49t9.5 80.5l53 424h-83q-19 0 -32 12.5t-13 37.5q0 1 2 17.5t4 35t4 34.5t2 18l3 27l157 32l87 253q15 48 68 48h168l-38 -303h232l-26 -212h-232l-50 -407q-5 -41 -7.5 -64.5t-4 -36t-2 -17t-0.5 -5.5q0 -29 13.5 -48.5t42.5 -19.5 q16 0 26.5 3.5t18.5 8t15 8t16 3.5q14 0 21 -6.5t13 -20.5l68 -147q-62 -45 -133 -67.5t-143 -22.5q-60 0 -108 16.5t-82.5 48t-54 75.5t-21.5 100z" />
|
||||
<glyph unicode="u" horiz-adv-x="1098" d="M459 1037l-78 -658q-2 -16 -3 -29.5t-1 -25.5q0 -53 18.5 -74t55.5 -21q31 0 65.5 18.5t66.5 52t59.5 81.5t45.5 107l67 549h310l-126 -1037h-158q-110 0 -110 102v66q-75 -94 -161 -139t-179 -45q-58 0 -106.5 21t-84 61.5t-55 100t-19.5 136.5q0 18 1.5 37t3.5 39 l78 658h310z" />
|
||||
<glyph unicode="v" horiz-adv-x="1032" d="M63 1037h256q32 0 51 -15.5t23 -38.5l68 -465q9 -59 15 -115.5t10 -113.5q18 56 39.5 112t45.5 117l182 465q9 24 32 39t50 15h246l-504 -1037h-262z" />
|
||||
<glyph unicode="w" horiz-adv-x="1510" d="M73 1037h238q30 0 51 -15t23 -39l30 -465q0 -4 0.5 -7.5t0.5 -7.5q3 -48 5 -93t3 -90q18 48 38.5 97t40.5 101l174 466q8 23 31.5 38.5t50.5 15.5h134q32 0 51.5 -15.5t22.5 -38.5l60 -466q7 -51 13.5 -100t11.5 -97q14 48 30 96t33 101l146 465q8 23 30.5 38.5 t49.5 15.5h228l-422 -1037h-242q-18 0 -29.5 12t-16.5 40l-76 517q-3 22 -5.5 43.5t-4.5 43.5q-8 -23 -17 -45t-17 -44l-198 -515q-21 -52 -66 -52h-232z" />
|
||||
<glyph unicode="x" horiz-adv-x="1070" d="M346 562l-233 475h284q30 0 43.5 -8t22.5 -28l115 -267q7 13 15 25t16 25l136 211q26 42 66 42h282l-360 -474l258 -563h-284q-30 0 -47.5 16t-26.5 38l-129 317q-5 -11 -11 -21t-12 -18l-184 -278q-14 -21 -33.5 -37.5t-48.5 -16.5h-274z" />
|
||||
<glyph unicode="y" horiz-adv-x="1032" d="M421 -270q-16 -31 -39.5 -45t-56.5 -14h-232l237 422l-257 944h262q33 0 49.5 -16t22.5 -38l90 -447q6 -29 11 -57.5t8 -57.5q12 29 26 58.5t27 58.5l192 445q12 23 35 38.5t47 15.5h250z" />
|
||||
<glyph unicode="z" horiz-adv-x="892" d="M889 913q-4 -32 -18.5 -61t-31.5 -50l-448 -572h408l-28 -230h-776l16 126q2 19 16 47.5t34 54.5l452 579h-394l28 230h758z" />
|
||||
<glyph unicode="{" horiz-adv-x="552" d="M96 432q0 45 -18.5 73.5t-63.5 28.5l22 167q37 0 60 16t36 47.5t17.5 79.5t4.5 112q0 11 -0.5 28t-0.5 35.5t-0.5 35.5t-0.5 29q0 114 25 201.5t77.5 147.5t134.5 91t195 31h46l-16 -130q-2 -15 -9.5 -25t-17.5 -17t-20.5 -10t-18.5 -3q-57 0 -87 -41t-39 -113 q-7 -55 -9 -103.5t-3.5 -94t-3 -89t-6.5 -88.5q-5 -38 -19 -73.5t-36.5 -65.5t-53 -52t-69.5 -34q63 -22 93.5 -74t30.5 -115q0 -57 -11.5 -111.5t-25.5 -108.5t-25.5 -109t-11.5 -114q0 -54 22 -86t70 -32q16 0 34 -12.5t18 -38.5q0 -7 -2 -26t-5 -40.5t-5.5 -41 t-3.5 -27.5h-48q-89 0 -153.5 21.5t-106 61t-61 94.5t-19.5 121q0 64 13 122.5t29 113.5t29 109t13 109z" />
|
||||
<glyph unicode="|" horiz-adv-x="600" d="M120 1557h240v-1886h-240v1886z" />
|
||||
<glyph unicode="}" horiz-adv-x="552" d="M430 151q0 -114 -25 -201.5t-77.5 -147.5t-134 -91t-193.5 -31h-48l18 128q5 30 28 44t40 14q56 1 85.5 41.5t38.5 111.5q7 54 9.5 102.5t3.5 94t2.5 89t6.5 87.5q4 38 18 73.5t36.5 65.5t53 52t68.5 34q-63 22 -93.5 74.5t-30.5 117.5q0 56 12 110t26 108t26 109.5 t12 114.5q0 53 -21.5 85.5t-68.5 33.5q-8 0 -17.5 2.5t-17.5 8.5t-13.5 15t-5.5 22q0 1 2 17t4 35.5t4 36t2 17.5l4 31h48q88 0 152 -21.5t105.5 -61t61 -95t19.5 -122.5q0 -63 -13 -121.5t-28 -113.5t-28 -109t-13 -108q0 -45 17.5 -73.5t62.5 -28.5l-20 -167 q-37 0 -60 -15.5t-36 -47.5t-17.5 -80t-4.5 -113v-127z" />
|
||||
<glyph unicode="~" d="M670 677q48 0 74 31t26 91h250q0 -85 -22.5 -153t-64.5 -115.5t-103.5 -73t-139.5 -25.5q-53 0 -99.5 11.5t-86.5 26t-73.5 26t-60.5 11.5q-48 0 -74 -31t-26 -91h-250q0 85 22.5 153t64.5 115.5t103.5 73t139.5 25.5q53 0 99.5 -11.5t86.5 -26t73.5 -26t60.5 -11.5z" />
|
||||
<glyph unicode="¡" horiz-adv-x="698" d="M110 -331l66 529q11 92 33 182.5t51 184.5h204q2 -38 3.5 -74.5t1.5 -73.5q0 -55 -3 -109.5t-10 -109.5l-64 -529h-282zM222 882q0 36 13.5 67t37 54t55.5 36.5t70 13.5q37 0 69 -13.5t56 -36.5t37.5 -54t13.5 -67t-13.5 -67.5t-37.5 -54.5t-56 -36t-69 -13q-38 0 -70 13 t-55.5 36t-37 54.5t-13.5 67.5z" />
|
||||
<glyph unicode="¢" d="M461 -7q-77 15 -141 52.5t-111 95t-73 134.5t-26 171q0 123 39.5 230t114.5 187.5t183.5 129.5t246.5 55l32 144q3 13 11 25.5t19.5 22.5t26 16.5t31.5 6.5h110l-51 -229q75 -16 134 -49.5t107 -84.5l-90 -102q-14 -17 -27.5 -24.5t-36.5 -7.5q-15 0 -28.5 5t-29.5 13 t-34.5 16.5t-42.5 16.5l-135 -613q46 6 78 19t56.5 26.5t44.5 24t43 10.5q38 0 52 -23l70 -103q-44 -43 -92 -73.5t-98 -50.5t-101 -31t-101 -15l-28 -129q-6 -28 -30.5 -50t-57.5 -22h-110zM404 460q0 -85 27.5 -144t81.5 -88l132 599q-63 -11 -109 -41t-75 -77.5 t-43 -110.5t-14 -138z" />
|
||||
<glyph unicode="£" d="M929 662q-2 -13 -9.5 -26t-19.5 -23t-27.5 -16t-33.5 -6h-342l-19 -165q-8 -63 -29 -112.5t-59 -92.5q49 11 97.5 17.5t96.5 6.5h518l-16 -120q-3 -22 -15 -44t-30.5 -40t-43.5 -29.5t-53 -11.5h-956l24 180q68 14 103.5 52.5t44.5 113.5l30 245h-146l15 117 q2 13 9.5 25.5t19.5 22.5t27.5 16.5t33.5 6.5h64l27 221q12 95 54.5 180.5t113 150t167.5 102.5t217 38q88 0 154 -20t115 -55t82 -84.5t55 -107.5l-130 -77q-17 -11 -35 -14.5t-35 -3.5q-46 0 -76 36q-18 22 -33.5 38t-33 26t-40 14.5t-53.5 4.5q-86 0 -144.5 -58.5 t-71.5 -167.5l-27 -223h424l-14 -117v0z" />
|
||||
<glyph unicode="¤" d="M238 674q0 49 11.5 94t32.5 85l-154 153l156 148l150 -148q41 22 87 34t97 12q48 0 92.5 -11.5t84.5 -32.5l153 152l154 -150l-153 -151q23 -41 36 -87.5t13 -97.5q0 -49 -11.5 -94t-33.5 -85l155 -152l-156 -149l-151 148q-41 -22 -87 -34t-96 -12q-48 0 -92.5 11 t-84.5 31l-153 -150l-154 150l152 150q-23 41 -35.5 88t-12.5 98zM466 674q0 -32 12 -61t32.5 -51t48 -34.5t59.5 -12.5t60 12.5t49 34.5t33 51t12 61q0 34 -12 63t-33 51t-49 34.5t-60 12.5t-59.5 -12.5t-48 -34.5t-32.5 -51t-12 -63z" />
|
||||
<glyph unicode="¥" d="M142 637h253l-291 818h250q41 0 65 -19.5t33 -51.5l124 -439q14 -51 24 -94t15 -85q14 42 34.5 85t46.5 94l226 439q14 28 43.5 49.5t70.5 21.5h252l-495 -818h255l-20 -160h-303l-11 -88h302l-20 -159h-302l-28 -230h-298l28 230h-306l22 159h303l11 88h-304z" />
|
||||
<glyph unicode="¦" horiz-adv-x="600" d="M120 1557h240v-819h-240v819zM120 490h240v-819h-240v819z" />
|
||||
<glyph unicode="§" horiz-adv-x="934" d="M860 1232q-14 -19 -28 -27t-34 -8q-21 0 -40.5 9.5t-42 21.5t-49.5 21.5t-64 9.5q-35 0 -60.5 -8.5t-42 -23.5t-25 -35t-8.5 -42q0 -34 32.5 -59t81.5 -49.5t106 -51.5t106 -63.5t81.5 -86.5t32.5 -121q0 -88 -42 -162.5t-137 -121.5q30 -32 48.5 -73.5t18.5 -95.5 q0 -82 -30 -152t-87.5 -121.5t-141.5 -80.5t-193 -29q-49 0 -97.5 9.5t-92 26.5t-80 40t-60.5 50l84 111q14 20 32.5 30t47.5 10q25 0 43.5 -12t40.5 -26t53 -26t81 -12q62 0 97 29.5t35 83.5q0 44 -32.5 73t-81.5 52t-106 46.5t-106 58t-81.5 85.5t-32.5 129q0 91 45 162.5 t136 113.5q-31 35 -50 80t-19 107q0 73 27 139t81 116.5t133.5 80t184.5 29.5q52 0 99.5 -10t88 -27.5t73 -42t55.5 -52.5zM358 714q0 -32 19.5 -56.5t51.5 -45t72 -39.5t82 -40q29 20 41 46t12 56q0 33 -19 57.5t-50.5 44.5t-71.5 38.5t-82 39.5q-30 -20 -42.5 -44.5 t-12.5 -56.5z" />
|
||||
<glyph unicode="¨" horiz-adv-x="612" d="M376 1317q0 -32 -13 -60t-35.5 -48.5t-52 -32.5t-63.5 -12q-32 0 -60.5 12t-50 32.5t-34.5 48.5t-13 60q0 33 13 62t34.5 50.5t50 34t60.5 12.5q34 0 63.5 -12.5t52 -34t35.5 -50.5t13 -62zM762 1317q0 -32 -12.5 -60t-34.5 -48.5t-51.5 -32.5t-63.5 -12q-33 0 -62 12 t-51 32.5t-34.5 48.5t-12.5 60q0 33 12.5 62t34.5 50.5t51 34t62 12.5q34 0 63.5 -12.5t51.5 -34t34.5 -50.5t12.5 -62z" />
|
||||
<glyph unicode="©" horiz-adv-x="1570" d="M1014 542q12 0 23 -6t19 -15l102 -105q-54 -75 -141.5 -113.5t-202.5 -38.5q-101 0 -182.5 36.5t-138.5 100t-88 148.5t-31 183q0 102 36 187.5t98.5 148t146.5 97t181 34.5q115 0 198 -40t134 -100l-82 -109q-7 -9 -19.5 -19t-32.5 -10t-34.5 9t-32.5 20t-44.5 20 t-70.5 9q-101 0 -152.5 -66.5t-51.5 -180.5q0 -60 13.5 -106t37.5 -77t57.5 -47t73.5 -16q47 0 74.5 8.5t45.5 18.5t31 19t33 10zM70 729q0 103 26.5 198t75 177.5t116.5 150.5t151 116.5t177.5 75t197.5 26.5t198.5 -26.5t178 -75t151 -116.5t117 -150.5t75 -177.5 t26.5 -198q0 -102 -26.5 -197t-75 -177.5t-117 -150.5t-151 -116.5t-178 -75t-198.5 -26.5t-197.5 26.5t-177.5 75t-151 116.5t-116.5 150.5t-75 177t-26.5 197.5zM236 729q0 -127 44.5 -237t122.5 -191.5t183.5 -128t227.5 -46.5q123 0 229.5 46.5t185.5 128t124 191.5 t45 237q0 85 -20.5 163t-58 145.5t-90.5 123t-118 94.5t-140 60.5t-157 21.5q-122 0 -227.5 -47t-183.5 -129.5t-122.5 -193.5t-44.5 -238z" />
|
||||
<glyph unicode="ª" horiz-adv-x="652" d="M542 842q-29 0 -43.5 7.5t-22.5 32.5l-8 27q-23 -19 -44 -33t-42.5 -23.5t-45 -14t-52.5 -4.5q-77 0 -118.5 39t-41.5 109q0 36 14.5 75t53.5 72t108.5 56t179.5 26l2 18q0 15 -1 30t-6 26.5t-15.5 19t-29.5 7.5q-27 0 -44.5 -6.5t-32.5 -14t-30.5 -13.5t-38.5 -6 t-36 11.5t-20 26.5l-30 67q62 53 132.5 76.5t147.5 23.5q48 0 87 -17t67 -47t43.5 -70.5t15.5 -86.5v-13.5t-1 -13.5l-48 -387h-100zM372 974q23 0 42.5 9t42.5 31l8 71q-42 -2 -68 -8.5t-41 -17t-20.5 -24t-5.5 -28.5q0 -18 9.5 -25.5t32.5 -7.5z" />
|
||||
<glyph unicode="«" horiz-adv-x="964" d="M111 525l6 37l292 400l92 -44q38 -18 38 -52q0 -14 -6 -28t-16 -30l-132 -219q-9 -15 -19.5 -26.5t-21.5 -19.5q8 -9 16 -20t13 -25l80 -219q4 -11 6.5 -21t2.5 -20q0 -47 -53 -71l-104 -44zM449 525l6 37l292 400l92 -44q38 -18 38 -52q0 -14 -6 -28t-16 -30l-132 -219 q-9 -15 -19.5 -26.5t-21.5 -19.5q8 -9 16 -20t13 -25l80 -219q4 -11 6.5 -21t2.5 -20q0 -47 -53 -71l-104 -44z" />
|
||||
<glyph unicode="¬" d="M162 779h906l-62 -493h-252l35 279h-653z" />
|
||||
<glyph unicode="­" horiz-adv-x="686" d="M122 728h502l-32 -242h-500z" />
|
||||
<glyph unicode="®" horiz-adv-x="1570" d="M64 729q0 103 26.5 198t75 177.5t116.5 150.5t151 116.5t177.5 75t197.5 26.5t198.5 -26.5t178 -75t151 -116.5t117 -150.5t75 -177.5t26.5 -198q0 -102 -26.5 -197t-75 -177.5t-117 -150.5t-151 -116.5t-178 -75t-198.5 -26.5t-197.5 26.5t-177.5 75t-151 116.5 t-116.5 150.5t-75 177t-26.5 197.5zM230 729q0 -127 44.5 -237t122.5 -191.5t183.5 -128t227.5 -46.5q115 0 215.5 41t178.5 114h-216q-55 0 -76 39l-92 231q-8 18 -22 25t-38 7h-32v-302h-268v901h352q100 0 172.5 -18t119 -52t68.5 -84t22 -114q0 -42 -10 -80.5t-30.5 -71 t-53 -58.5t-77.5 -43q29 -15 49 -38.5t36 -56.5l124 -257q76 81 119 188t43 232q0 85 -20.5 163t-58 145.5t-90.5 123t-118 94.5t-140 60.5t-157 21.5q-122 0 -227.5 -47t-183.5 -129.5t-122.5 -193.5t-44.5 -238zM726 767h64q48 0 75.5 7.5t41.5 21.5t17.5 35.5t3.5 48.5 q0 26 -3.5 45.5t-15.5 33t-35.5 20.5t-63.5 7h-84v-219z" />
|
||||
<glyph unicode="¯" horiz-adv-x="612" d="M132 1387h574l-24 -184h-574z" />
|
||||
<glyph unicode="°" horiz-adv-x="794" d="M112 1119q0 74 28 139t77 113t115.5 76t143.5 28t144 -28t116.5 -76t77.5 -113t28 -139q0 -72 -28 -136.5t-77.5 -112.5t-116.5 -76.5t-144 -28.5t-143.5 28.5t-115.5 76.5t-77 112.5t-28 136.5zM326 1117q0 -33 11 -61.5t31 -50t47.5 -33.5t60.5 -12t60.5 12t47.5 33.5 t31 50t11 61.5q0 34 -11 63.5t-31 51t-47.5 34t-60.5 12.5t-60.5 -12.5t-47.5 -34t-31 -51t-11 -63.5z" />
|
||||
<glyph unicode="±" d="M796 1266l-42 -340h374l-28 -214h-372l-40 -324h-242l40 324h-372l26 214h372l42 340h242zM62 295h988l-28 -215h-986z" />
|
||||
<glyph unicode="²" horiz-adv-x="668" d="M492 1656q58 0 101.5 -16t72 -43t42.5 -63t14 -76q0 -46 -15 -84t-40.5 -71.5t-58.5 -64.5t-68 -63l-121 -110q34 10 66.5 15.5t58.5 5.5h80q31 0 46.5 -14.5t15.5 -39.5q0 -5 -2.5 -25.5t-4.5 -44.5q-4 -28 -7 -62h-566l10 67q3 19 13.5 41t30.5 40l224 197 q25 22 46.5 47t38 50t26 49t9.5 45q0 23 -10 39t-34 16q-23 0 -37.5 -11t-30.5 -35q-14 -21 -31 -32t-44 -11q-13 0 -29 3l-116 19q33 120 118 176t202 56z" />
|
||||
<glyph unicode="³" horiz-adv-x="668" d="M514 1656q57 0 99.5 -16t71 -41.5t43 -58t14.5 -65.5q0 -66 -26 -110t-92 -70q45 -18 67.5 -49t22.5 -81q0 -72 -28 -123.5t-71.5 -85t-98 -49t-106.5 -15.5t-94 9t-75 32t-56.5 62.5t-36.5 101.5l98 38q24 9 47 9q22 0 37.5 -8t21.5 -24q9 -25 27 -37t41 -12q36 0 58 22 t22 63q0 38 -27.5 50t-94.5 12l18 144q40 0 66.5 4t42 13.5t21.5 25t6 38.5q0 22 -10.5 37t-39.5 15q-27 0 -41.5 -10t-26.5 -30q-15 -23 -30.5 -34t-39.5 -11q-12 0 -30 3l-108 19q16 60 46.5 103.5t71 72t89 42.5t101.5 14z" />
|
||||
<glyph unicode="´" horiz-adv-x="612" d="M802 1471l-274 -263q-24 -23 -46.5 -31.5t-55.5 -8.5h-178l154 245q18 28 42.5 43t69.5 15h288z" />
|
||||
<glyph unicode="µ" horiz-adv-x="1072" d="M456 1035l-82 -658q-2 -11 -2 -20.5v-18.5q0 -62 25.5 -95t76.5 -33q44 0 85 20.5t81 55.5l94 749h298l-128 -1035h-186q-54 0 -66 50l-10 61q-29 -26 -54 -43.5t-50 -28t-51.5 -15t-56.5 -4.5q-41 0 -75 12t-61 34q6 -39 6 -82q0 -26 -2 -50.5t-4 -47.5l-26 -217h-148 q-57 0 -87 26.5t-30 74.5v9.5t1 9.5l154 1246h298z" />
|
||||
<glyph unicode="¶" horiz-adv-x="1458" d="M1550 1457l-32 -251h-209l-175 -1422h-270l175 1422h-196l-175 -1422h-270l101 822q-95 0 -172 28.5t-131 78.5t-83 118t-29 148q0 96 38 182.5t106.5 152.5t164 104.5t211.5 38.5h946z" />
|
||||
<glyph unicode="·" horiz-adv-x="570" d="M78 596q0 45 17.5 85t48 69.5t71 46.5t87.5 17t88.5 -17t72 -46.5t48 -69.5t17.5 -85t-17.5 -84.5t-48 -69t-72 -46.5t-88.5 -17t-87.5 17t-71 46.5t-48 69t-17.5 84.5z" />
|
||||
<glyph unicode="¸" horiz-adv-x="612" d="M96 -214q15 0 26.5 -5t29.5 -5q23 0 33.5 12t10.5 26q0 20 -25.5 30.5t-88.5 19.5l60 153h186l-24 -64q71 -21 98.5 -55.5t27.5 -75.5q0 -39 -20.5 -70.5t-56.5 -53.5t-86 -33.5t-109 -11.5q-38 0 -69.5 4t-66.5 14l40 90q5 11 12.5 18t21.5 7z" />
|
||||
<glyph unicode="¹" horiz-adv-x="668" d="M226 1050h129l35 292l12 53l-58 -42q-11 -8 -22 -10.5t-21 -2.5q-17 0 -30 7t-19 16l-54 88l264 197h180l-74 -598h86l-18 -150h-430z" />
|
||||
<glyph unicode="º" horiz-adv-x="728" d="M486 1475q64 0 116 -19.5t89 -55.5t57 -87t20 -114q0 -85 -27.5 -153.5t-76 -116.5t-114.5 -73.5t-142 -25.5q-65 0 -117.5 19.5t-90 55.5t-58 88t-20.5 117q0 84 28 152t77.5 115t115.5 72.5t143 25.5zM430 998q59 0 82.5 51.5t23.5 149.5q0 107 -70 107 q-37 0 -59 -14.5t-34 -40.5t-15.5 -63t-3.5 -82q0 -108 76 -108z" />
|
||||
<glyph unicode="»" horiz-adv-x="964" d="M532 562l-4 -37l-292 -402l-92 44q-39 19 -39 54q0 14 5.5 28t15.5 30l134 219q8 14 18.5 25t21.5 19q-18 18 -28 47l-82 219q-8 21 -8 38q0 23 13 42t41 30l104 44zM870 562l-4 -37l-292 -402l-92 44q-39 19 -39 54q0 14 5.5 28t15.5 30l134 219q8 14 18.5 25t21.5 19 q-18 18 -28 47l-82 219q-8 21 -8 38q0 23 13 42t41 30l104 44z" />
|
||||
<glyph unicode="¼" horiz-adv-x="1475" d="M476 85q-35 -50 -73.5 -67.5t-86.5 -17.5h-122l951 1357q34 48 75.5 73t95.5 25h122zM1322 310h82l-14 -121q-3 -14 -14.5 -26t-29.5 -12h-44l-18 -151h-178l18 151h-276q-27 0 -41.5 12.5t-16.5 31.5l-8 102l388 451h206zM186 858h129l35 292l12 53l-58 -42 q-20 -14 -47 -14q-17 0 -28 7.5t-17 16.5l-54 88l264 197h180l-74 -598h86l-18 -150h-430zM1156 413q6 54 23 123l-189 -226h153z" />
|
||||
<glyph unicode="½" horiz-adv-x="1475" d="M448 85q-35 -50 -73.5 -67.5t-86.5 -17.5h-122l951 1357q34 48 75.5 73t95.5 25h122zM1172 756q58 0 101.5 -16t72 -43t42.5 -63t14 -76q0 -46 -15 -84t-40.5 -71.5t-58.5 -64.5t-68 -63l-121 -110q34 10 66.5 15.5t58.5 5.5h80q31 0 46.5 -14.5t15.5 -39.5q0 -2 -0.5 -9 t-3.5 -35l-10 -88h-566l10 67q2 19 13 41t31 40l224 197q25 22 46.5 47t38 50t26 49t9.5 45q0 23 -10 39t-34 16q-23 0 -37.5 -11.5t-30.5 -34.5q-15 -21 -31 -32t-43 -11q-7 0 -16 1t-29 4l-101 17q33 120 118 176t202 56zM196 858h129l35 292l12 53l-58 -42 q-20 -14 -47 -14q-17 0 -28 7.5t-17 16.5l-54 88l264 197h180l-74 -598h86l-18 -150h-430z" />
|
||||
<glyph unicode="¾" horiz-adv-x="1475" d="M488 85q-35 -50 -73.5 -67.5t-86.5 -17.5h-122l951 1357q34 48 75.5 73t95.5 25h122zM1332 310h82l-14 -121q-3 -14 -14.5 -26t-29.5 -12h-44l-18 -151h-178l18 151h-276q-27 0 -41.5 12.5t-16.5 31.5l-8 102l388 451h206zM486 1464q57 0 99.5 -16t71 -41.5t43 -58 t14.5 -65.5q0 -66 -26 -110t-92 -70q45 -18 67.5 -49t22.5 -81q0 -72 -28 -123.5t-71.5 -85t-98 -49t-106.5 -15.5t-94 9t-75 32t-56.5 62.5t-36.5 101.5l98 38q24 9 47 9q22 0 37.5 -8t21.5 -24q9 -25 27 -37t41 -12q36 0 58 22t22 63q0 38 -27.5 50t-94.5 12l18 144 q40 0 66.5 4t42 13.5t21.5 25t6 38.5q0 22 -10.5 37t-39.5 15q-27 0 -41.5 -10t-26.5 -30q-15 -23 -30.5 -34t-39.5 -11q-12 0 -30 3l-108 19q16 60 46.5 103.5t71 72t89 42.5t101.5 14zM1166 413q6 54 23 123l-189 -226h153z" />
|
||||
<glyph unicode="¿" horiz-adv-x="820" d="M720 -198q-39 -30 -82.5 -57.5t-92.5 -47.5t-104 -32t-117 -12q-80 0 -143.5 21t-107 60t-66.5 94.5t-23 124.5q0 79 22 135.5t56 97.5t75 70.5t78.5 55.5t67 52t39.5 60l44 141h204v-162q0 -47 -21.5 -83t-53.5 -66t-69 -56.5t-69 -54.5t-53.5 -61t-21.5 -76 q0 -61 28.5 -90t69.5 -29q47 0 80.5 11t58.5 24.5t44 25t37 11.5q37 0 56 -34zM322 883q0 36 13.5 67t37 54t55.5 36.5t70 13.5q37 0 69 -13.5t56 -36.5t37.5 -54t13.5 -67t-13.5 -67.5t-37.5 -54.5t-56 -36t-69 -13q-38 0 -70 13t-55.5 36t-37 54.5t-13.5 67.5z" />
|
||||
<glyph unicode="À" horiz-adv-x="1326" d="M1288 0h-252q-42 0 -67.5 19.5t-30.5 51.5l-45 262h-495l-108 -262q-11 -28 -43 -49.5t-71 -21.5h-256l696 1457h334zM489 555h366l-71 416q-9 52 -19.5 105.5t-17.5 97.5q-8 -24 -21 -54.5t-25.5 -59.5t-24 -54t-16.5 -37zM712 1796q22 0 37 -2t27 -6.5t22 -13.5t22 -22 l142 -201h-256q-33 0 -51.5 10.5t-40.5 30.5l-232 204h330z" />
|
||||
<glyph unicode="Á" horiz-adv-x="1326" d="M1288 0h-252q-42 0 -67.5 19.5t-30.5 51.5l-45 262h-495l-108 -262q-11 -28 -43 -49.5t-71 -21.5h-256l696 1457h334zM489 555h366l-71 416q-9 52 -19.5 105.5t-17.5 97.5q-8 -24 -21 -54.5t-25.5 -59.5t-24 -54t-16.5 -37zM1274 1796l-282 -204q-32 -23 -57 -32t-56 -9 h-245l192 201q15 13 27 22t25.5 13.5t29 6.5t38.5 2h328z" />
|
||||
<glyph unicode="Â" horiz-adv-x="1326" d="M1288 0h-252q-42 0 -67.5 19.5t-30.5 51.5l-45 262h-495l-108 -262q-11 -28 -43 -49.5t-71 -21.5h-256l696 1457h334zM489 555h366l-71 416q-9 52 -19.5 105.5t-17.5 97.5q-8 -24 -21 -54.5t-25.5 -59.5t-24 -54t-16.5 -37zM1166 1551h-226q-17 0 -37 4t-31 14l-72 63 l-88 -63q-13 -9 -33.5 -13.5t-38.5 -4.5h-224l252 225h300z" />
|
||||
<glyph unicode="Ã" horiz-adv-x="1326" d="M1288 0h-252q-42 0 -67.5 19.5t-30.5 51.5l-45 262h-495l-108 -262q-11 -28 -43 -49.5t-71 -21.5h-256l696 1457h334zM489 555h366l-71 416q-9 52 -19.5 105.5t-17.5 97.5q-8 -24 -21 -54.5t-25.5 -59.5t-24 -54t-16.5 -37zM930 1723q18 0 32.5 12.5t17.5 40.5h162 q-7 -54 -26 -98t-49 -76t-68.5 -49.5t-84.5 -17.5q-34 0 -65.5 10t-59.5 21.5t-51.5 21.5t-39.5 10q-18 0 -31.5 -14t-16.5 -43h-164q7 54 26.5 98.5t49.5 77t68.5 50t83.5 17.5q34 0 66 -9.5t60 -21t50.5 -21t39.5 -9.5z" />
|
||||
<glyph unicode="Ä" horiz-adv-x="1326" d="M1288 0h-252q-42 0 -67.5 19.5t-30.5 51.5l-45 262h-495l-108 -262q-11 -28 -43 -49.5t-71 -21.5h-256l696 1457h334zM489 555h366l-71 416q-9 52 -19.5 105.5t-17.5 97.5q-8 -24 -21 -54.5t-25.5 -59.5t-24 -54t-16.5 -37zM738 1666q0 -28 -11 -52t-30.5 -42t-45.5 -28 t-55 -10q-27 0 -51.5 10t-43.5 28t-30 42t-11 52t11 53.5t30 44t43.5 29.5t51.5 11q29 0 55 -11t45.5 -29.5t30.5 -44t11 -53.5zM1096 1666q0 -28 -11 -52t-30 -42t-44.5 -28t-54.5 -10t-54 10t-43.5 28t-29.5 42t-11 52t11 53.5t29.5 44t43.5 29.5t54 11t54.5 -11 t44.5 -29.5t30 -44t11 -53.5z" />
|
||||
<glyph unicode="Å" horiz-adv-x="1326" d="M1288 0h-252q-42 0 -67.5 19.5t-30.5 51.5l-45 262h-495l-108 -262q-11 -28 -43 -49.5t-71 -21.5h-256l696 1457h334zM489 555h366l-71 416q-9 52 -19.5 105.5t-17.5 97.5q-8 -24 -21 -54.5t-25.5 -59.5t-24 -54t-16.5 -37zM568 1701q0 46 18.5 83.5t49 64t70.5 41 t84 14.5q46 0 87 -14.5t72.5 -41t50 -64t18.5 -83.5q0 -44 -18.5 -80.5t-50 -62.5t-72.5 -40t-87 -14q-44 0 -84 14t-70.5 40t-49 62.5t-18.5 80.5zM714 1701q0 -35 19.5 -57.5t60.5 -22.5q36 0 57 22.5t21 57.5q0 38 -21 60t-57 22q-41 0 -60.5 -22t-19.5 -60z" />
|
||||
<glyph unicode="Æ" horiz-adv-x="1716" d="M716 1457h1056l-32 -251h-598v-354h426l-30 -242h-396v-359h482l-32 -251h-758v333h-429l-131 -262q-14 -29 -47.5 -50t-74.5 -21h-254zM516 555h318v643q-21 -51 -42 -96t-44 -83z" />
|
||||
<glyph unicode="Ç" horiz-adv-x="1182" d="M486 -214q15 0 26.5 -5t29.5 -5q23 0 33.5 12t10.5 26q0 20 -25.5 30.5t-88.5 19.5l50 128q-114 17 -202 71t-148 136.5t-91 189.5t-31 230q0 125 28 237t79 207t122.5 171t158.5 129t187 81.5t209 28.5q82 0 149.5 -15.5t122 -43t97.5 -65.5t75 -84l-114 -132 q-12 -14 -28 -25t-42 -11q-17 0 -31 8t-28.5 19.5t-32.5 25.5t-43 25.5t-59.5 19.5t-81.5 8q-92 0 -171.5 -39t-138 -111.5t-91.5 -176t-33 -231.5q0 -93 22.5 -166t61.5 -123.5t93 -77t117 -26.5q55 0 95.5 8.5t69.5 21.5t49 28.5t36 28.5t30 21.5t30 8.5t26.5 -5.5 t15.5 -12.5l114 -137q-83 -98 -192 -155t-245 -71l-13 -35q71 -21 98.5 -55.5t27.5 -75.5q0 -39 -20.5 -70.5t-56.5 -53.5t-86 -33.5t-109 -11.5q-38 0 -69.5 4t-66.5 14l40 90q5 11 12.5 18t21.5 7z" />
|
||||
<glyph unicode="È" horiz-adv-x="1036" d="M1060 1206h-539l-44 -352h413l-32 -242h-411l-44 -361h543l-32 -251h-870l180 1457h868zM590 1796q22 0 37 -2t27 -6.5t22 -13.5t22 -22l142 -201h-256q-33 0 -51.5 10.5t-40.5 30.5l-232 204h330z" />
|
||||
<glyph unicode="É" horiz-adv-x="1036" d="M1060 1206h-539l-44 -352h413l-32 -242h-411l-44 -361h543l-32 -251h-870l180 1457h868zM1122 1796l-282 -204q-32 -23 -57 -32t-56 -9h-245l192 201q15 13 27 22t25.5 13.5t29 6.5t38.5 2h328z" />
|
||||
<glyph unicode="Ê" horiz-adv-x="1036" d="M1060 1206h-539l-44 -352h413l-32 -242h-411l-44 -361h543l-32 -251h-870l180 1457h868zM1044 1551h-226q-17 0 -37 4t-31 14l-72 63l-88 -63q-13 -9 -33.5 -13.5t-38.5 -4.5h-224l252 225h300z" />
|
||||
<glyph unicode="Ë" horiz-adv-x="1036" d="M1060 1206h-539l-44 -352h413l-32 -242h-411l-44 -361h543l-32 -251h-870l180 1457h868zM616 1666q0 -28 -11 -52t-30.5 -42t-45.5 -28t-55 -10q-27 0 -51.5 10t-43.5 28t-30 42t-11 52t11 53.5t30 44t43.5 29.5t51.5 11q29 0 55 -11t45.5 -29.5t30.5 -44t11 -53.5z M974 1666q0 -28 -11 -52t-30 -42t-44.5 -28t-54.5 -10t-54 10t-43.5 28t-29.5 42t-11 52t11 53.5t29.5 44t43.5 29.5t54 11t54.5 -11t44.5 -29.5t30 -44t11 -53.5z" />
|
||||
<glyph unicode="Ì" horiz-adv-x="592" d="M400 0h-328l178 1457h328zM349 1796q22 0 37 -2t27 -6.5t22 -13.5t22 -22l142 -201h-256q-33 0 -51.5 10.5t-40.5 30.5l-232 204h330z" />
|
||||
<glyph unicode="Í" horiz-adv-x="592" d="M400 0h-328l178 1457h328zM881 1796l-282 -204q-32 -23 -57 -32t-56 -9h-245l192 201q15 13 27 22t25.5 13.5t29 6.5t38.5 2h328z" />
|
||||
<glyph unicode="Î" horiz-adv-x="592" d="M400 0h-328l178 1457h328zM803 1551h-226q-17 0 -37 4t-31 14l-72 63l-88 -63q-13 -9 -33.5 -13.5t-38.5 -4.5h-224l252 225h300z" />
|
||||
<glyph unicode="Ï" horiz-adv-x="592" d="M400 0h-328l178 1457h328zM375 1666q0 -28 -11 -52t-30.5 -42t-45.5 -28t-55 -10q-27 0 -51.5 10t-43.5 28t-30 42t-11 52t11 53.5t30 44t43.5 29.5t51.5 11q29 0 55 -11t45.5 -29.5t30.5 -44t11 -53.5zM733 1666q0 -28 -11 -52t-30 -42t-44.5 -28t-54.5 -10t-54 10 t-43.5 28t-29.5 42t-11 52t11 53.5t29.5 44t43.5 29.5t54 11t54.5 -11t44.5 -29.5t30 -44t11 -53.5z" />
|
||||
<glyph unicode="Ð" horiz-adv-x="1458" d="M92 819h148l78 638h524q144 0 258.5 -48.5t194.5 -133.5t122.5 -201t42.5 -252q0 -119 -27 -225.5t-77 -198t-121.5 -165t-160 -125.5t-192 -80t-218.5 -28h-524l78 641h-150zM1126 814q0 89 -20.5 161.5t-61 123.5t-99.5 79t-135 28h-196l-46 -387h312l-22 -178h-312 l-46 -390h196q100 0 179.5 39.5t135 112.5t85.5 177t30 234z" />
|
||||
<glyph unicode="Ñ" horiz-adv-x="1392" d="M396 1457q21 0 35.5 -1.5t26 -7t20.5 -15.5t18 -26l511 -900q2 35 6 67t7 60l98 823h288l-180 -1457h-170q-38 0 -63 11t-43 43l-509 899q-2 -28 -4.5 -54t-4.5 -49l-100 -850h-288l180 1457h172v0zM956 1723q18 0 32.5 12.5t17.5 40.5h162q-7 -54 -26 -98t-49 -76 t-68.5 -49.5t-84.5 -17.5q-34 0 -65.5 10t-59.5 21.5t-51.5 21.5t-39.5 10q-18 0 -31.5 -14t-16.5 -43h-164q7 54 26.5 98.5t49.5 77t68.5 50t83.5 17.5q34 0 66 -9.5t60 -21t50.5 -21t39.5 -9.5z" />
|
||||
<glyph unicode="Ò" horiz-adv-x="1464" d="M1468 822q0 -118 -27.5 -226t-78 -201t-122 -169t-160.5 -129.5t-193 -83t-219 -29.5q-144 0 -258.5 50.5t-194.5 138t-122.5 206t-42.5 255.5q0 118 27.5 226.5t78 201.5t122.5 169t161 129.5t193 83t220 29.5q143 0 257.5 -50.5t194 -138.5t122 -207t42.5 -255z M1134 814q0 90 -21.5 163.5t-63 126t-101.5 81t-136 28.5q-100 0 -179 -41.5t-134.5 -116.5t-85 -180.5t-29.5 -233.5q0 -90 21 -163t61.5 -125t100.5 -80.5t137 -28.5q100 0 179.5 41t135 116t85.5 180t30 233zM778 1796q22 0 37 -2t27 -6.5t22 -13.5t22 -22l142 -201h-256 q-33 0 -51.5 10.5t-40.5 30.5l-232 204h330z" />
|
||||
<glyph unicode="Ó" horiz-adv-x="1464" d="M1468 822q0 -118 -27.5 -226t-78 -201t-122 -169t-160.5 -129.5t-193 -83t-219 -29.5q-144 0 -258.5 50.5t-194.5 138t-122.5 206t-42.5 255.5q0 118 27.5 226.5t78 201.5t122.5 169t161 129.5t193 83t220 29.5q143 0 257.5 -50.5t194 -138.5t122 -207t42.5 -255z M1134 814q0 90 -21.5 163.5t-63 126t-101.5 81t-136 28.5q-100 0 -179 -41.5t-134.5 -116.5t-85 -180.5t-29.5 -233.5q0 -90 21 -163t61.5 -125t100.5 -80.5t137 -28.5q100 0 179.5 41t135 116t85.5 180t30 233zM1310 1796l-282 -204q-32 -23 -57 -32t-56 -9h-245l192 201 q15 13 27 22t25.5 13.5t29 6.5t38.5 2h328z" />
|
||||
<glyph unicode="Ô" horiz-adv-x="1464" d="M1468 822q0 -118 -27.5 -226t-78 -201t-122 -169t-160.5 -129.5t-193 -83t-219 -29.5q-144 0 -258.5 50.5t-194.5 138t-122.5 206t-42.5 255.5q0 118 27.5 226.5t78 201.5t122.5 169t161 129.5t193 83t220 29.5q143 0 257.5 -50.5t194 -138.5t122 -207t42.5 -255z M1134 814q0 90 -21.5 163.5t-63 126t-101.5 81t-136 28.5q-100 0 -179 -41.5t-134.5 -116.5t-85 -180.5t-29.5 -233.5q0 -90 21 -163t61.5 -125t100.5 -80.5t137 -28.5q100 0 179.5 41t135 116t85.5 180t30 233zM1232 1551h-226q-17 0 -37 4t-31 14l-72 63l-88 -63 q-13 -9 -33.5 -13.5t-38.5 -4.5h-224l252 225h300z" />
|
||||
<glyph unicode="Õ" horiz-adv-x="1464" d="M1468 822q0 -118 -27.5 -226t-78 -201t-122 -169t-160.5 -129.5t-193 -83t-219 -29.5q-144 0 -258.5 50.5t-194.5 138t-122.5 206t-42.5 255.5q0 118 27.5 226.5t78 201.5t122.5 169t161 129.5t193 83t220 29.5q143 0 257.5 -50.5t194 -138.5t122 -207t42.5 -255z M1134 814q0 90 -21.5 163.5t-63 126t-101.5 81t-136 28.5q-100 0 -179 -41.5t-134.5 -116.5t-85 -180.5t-29.5 -233.5q0 -90 21 -163t61.5 -125t100.5 -80.5t137 -28.5q100 0 179.5 41t135 116t85.5 180t30 233zM996 1723q18 0 32.5 12.5t17.5 40.5h162q-7 -54 -26 -98 t-49 -76t-68.5 -49.5t-84.5 -17.5q-34 0 -65.5 10t-59.5 21.5t-51.5 21.5t-39.5 10q-18 0 -31.5 -14t-16.5 -43h-164q7 54 26.5 98.5t49.5 77t68.5 50t83.5 17.5q34 0 66 -9.5t60 -21t50.5 -21t39.5 -9.5z" />
|
||||
<glyph unicode="Ö" horiz-adv-x="1464" d="M1468 822q0 -118 -27.5 -226t-78 -201t-122 -169t-160.5 -129.5t-193 -83t-219 -29.5q-144 0 -258.5 50.5t-194.5 138t-122.5 206t-42.5 255.5q0 118 27.5 226.5t78 201.5t122.5 169t161 129.5t193 83t220 29.5q143 0 257.5 -50.5t194 -138.5t122 -207t42.5 -255z M1134 814q0 90 -21.5 163.5t-63 126t-101.5 81t-136 28.5q-100 0 -179 -41.5t-134.5 -116.5t-85 -180.5t-29.5 -233.5q0 -90 21 -163t61.5 -125t100.5 -80.5t137 -28.5q100 0 179.5 41t135 116t85.5 180t30 233zM804 1666q0 -28 -11 -52t-30.5 -42t-45.5 -28t-55 -10 q-27 0 -51.5 10t-43.5 28t-30 42t-11 52t11 53.5t30 44t43.5 29.5t51.5 11q29 0 55 -11t45.5 -29.5t30.5 -44t11 -53.5zM1162 1666q0 -28 -11 -52t-30 -42t-44.5 -28t-54.5 -10t-54 10t-43.5 28t-29.5 42t-11 52t11 53.5t29.5 44t43.5 29.5t54 11t54.5 -11t44.5 -29.5 t30 -44t11 -53.5z" />
|
||||
<glyph unicode="×" d="M1106 985l-351 -312l291 -332l-176 -151l-289 328l-371 -330l-138 151l374 333l-276 315l176 152l274 -312l348 310z" />
|
||||
<glyph unicode="Ø" horiz-adv-x="1464" d="M1468 822q0 -118 -27.5 -226t-78 -201t-122 -169t-160.5 -129.5t-193 -83t-219 -29.5q-84 0 -157.5 17t-136.5 49l-62 -79q-19 -24 -42 -40t-47.5 -26t-49.5 -14t-47 -4h-128l221 281q-82 89 -125.5 208t-43.5 258q0 118 27.5 226.5t78 201.5t122.5 169t161 129.5t193 83 t220 29.5q94 0 175 -22t149 -63l44 56q17 22 31.5 37t30.5 24t35 12.5t45 3.5h166l-205 -261q71 -87 108 -198.5t37 -239.5zM384 641q0 -123 39 -213l571 729q-37 27 -82.5 41.5t-99.5 14.5q-100 0 -179 -41.5t-134.5 -116.5t-85 -180.5t-29.5 -233.5zM1134 814 q0 48 -6.5 91.5t-18.5 81.5l-556 -708q65 -35 151 -35q100 0 179.5 41t135 116t85.5 180t30 233z" />
|
||||
<glyph unicode="Ù" horiz-adv-x="1334" d="M640 256q61 0 111 23.5t88 67t63 105.5t34 139l106 866h326l-106 -866q-17 -133 -70.5 -244.5t-139 -192t-198.5 -125.5t-248 -45q-122 0 -217.5 37t-161 104.5t-99.5 161.5t-34 207q0 47 6 97l104 866h326l-106 -866q-2 -18 -3 -35.5t-1 -34.5q0 -124 56.5 -194.5 t163.5 -70.5zM718 1795q22 0 37 -2t27 -6.5t22 -13.5t22 -22l142 -201h-256q-33 0 -51.5 10.5t-40.5 30.5l-232 204h330z" />
|
||||
<glyph unicode="Ú" horiz-adv-x="1334" d="M640 256q61 0 111 23.5t88 67t63 105.5t34 139l106 866h326l-106 -866q-17 -133 -70.5 -244.5t-139 -192t-198.5 -125.5t-248 -45q-122 0 -217.5 37t-161 104.5t-99.5 161.5t-34 207q0 47 6 97l104 866h326l-106 -866q-2 -18 -3 -35.5t-1 -34.5q0 -124 56.5 -194.5 t163.5 -70.5zM1250 1795l-282 -204q-32 -23 -57 -32t-56 -9h-245l192 201q15 13 27 22t25.5 13.5t29 6.5t38.5 2h328z" />
|
||||
<glyph unicode="Û" horiz-adv-x="1334" d="M640 256q61 0 111 23.5t88 67t63 105.5t34 139l106 866h326l-106 -866q-17 -133 -70.5 -244.5t-139 -192t-198.5 -125.5t-248 -45q-122 0 -217.5 37t-161 104.5t-99.5 161.5t-34 207q0 47 6 97l104 866h326l-106 -866q-2 -18 -3 -35.5t-1 -34.5q0 -124 56.5 -194.5 t163.5 -70.5zM1172 1550h-226q-17 0 -37 4t-31 14l-72 63l-88 -63q-13 -9 -33.5 -13.5t-38.5 -4.5h-224l252 225h300z" />
|
||||
<glyph unicode="Ü" horiz-adv-x="1334" d="M640 256q61 0 111 23.5t88 67t63 105.5t34 139l106 866h326l-106 -866q-17 -133 -70.5 -244.5t-139 -192t-198.5 -125.5t-248 -45q-122 0 -217.5 37t-161 104.5t-99.5 161.5t-34 207q0 47 6 97l104 866h326l-106 -866q-2 -18 -3 -35.5t-1 -34.5q0 -124 56.5 -194.5 t163.5 -70.5zM744 1665q0 -28 -11 -52t-30.5 -42t-45.5 -28t-55 -10q-27 0 -51.5 10t-43.5 28t-30 42t-11 52t11 53.5t30 44t43.5 29.5t51.5 11q29 0 55 -11t45.5 -29.5t30.5 -44t11 -53.5zM1102 1665q0 -28 -11 -52t-30 -42t-44.5 -28t-54.5 -10t-54 10t-43.5 28t-29.5 42 t-11 52t11 53.5t29.5 44t43.5 29.5t54 11t54.5 -11t44.5 -29.5t30 -44t11 -53.5z" />
|
||||
<glyph unicode="Ý" horiz-adv-x="1256" d="M799 558l-69 -558h-326l69 555l-375 902h290q42 0 65.5 -19.5t34.5 -51.5l140 -441q14 -44 25.5 -85t19.5 -79q19 38 42 78.5t49 85.5l248 441q15 27 44 49t70 22h270zM1236 1793l-282 -204q-32 -23 -57 -32t-56 -9h-245l192 201q15 13 27 22t25.5 13.5t29 6.5t38.5 2 h328z" />
|
||||
<glyph unicode="Þ" horiz-adv-x="1180" d="M578 1216h158q129 0 221.5 -31.5t152.5 -86t88 -129t28 -161.5q0 -120 -36.5 -221.5t-111.5 -175.5t-190 -115.5t-272 -41.5h-157l-31 -254h-324l178 1457h326zM548 973l-59 -474h159q70 0 117.5 20.5t77 58t42.5 89.5t13 114q0 43 -11.5 78t-35.5 60.5t-60.5 39.5 t-86.5 14h-156z" />
|
||||
<glyph unicode="ß" horiz-adv-x="1214" d="M785 1483q113 0 189 -33t122 -82.5t65.5 -106.5t19.5 -106q0 -65 -19.5 -110t-48.5 -77t-63 -55t-63 -43.5t-48.5 -42.5t-19.5 -52q0 -26 19 -47t47 -43t61 -47t61 -60t47 -81.5t19 -110.5q0 -101 -37 -176.5t-98 -125.5t-138.5 -75t-158.5 -25q-41 0 -82 10t-79 27 t-71 40.5t-58 50.5l84 110q14 18 33.5 29.5t46.5 11.5q25 0 44 -12t38 -27t41.5 -27t54.5 -12q17 0 34 9t30.5 25.5t21.5 39t8 49.5q0 36 -21.5 62t-53.5 48.5t-70 45.5t-70 53.5t-53.5 71.5t-21.5 100q0 71 22 119.5t54.5 84t70.5 62t70.5 54t54.5 59.5t22 79 q0 57 -35.5 92t-110.5 35q-58 0 -101.5 -34.5t-74.5 -90t-50 -126t-28 -142.5l-100 -831l-54 -174q-18 -58 -55 -90t-105 -32h-126l130 1070l-76 18q-30 7 -48.5 21t-18.5 40q0 1 0.5 4t2 15.5t4.5 38t8 70.5h169q30 89 83 170.5t125 144t161.5 100t193.5 37.5z" />
|
||||
<glyph unicode="à" horiz-adv-x="1058" d="M897 0h-166q-29 0 -48.5 7.5t-31 20.5t-16 31t-4.5 39v74q-64 -88 -142 -138t-172 -50q-56 0 -108 22.5t-92 68t-64 116t-24 166.5q0 141 51.5 267.5t144 221.5t219.5 151t279 56q74 0 150 -10t150 -36zM441 229q34 0 66 25.5t60.5 69.5t52.5 103t41 126l36 287h-18 q-76 0 -138.5 -34t-107.5 -92.5t-69.5 -136t-24.5 -165.5q0 -50 8 -85t21.5 -56.5t32 -31.5t40.5 -10zM673 1471q44 0 64.5 -14.5t31.5 -43.5l94 -245h-170q-33 0 -52.5 9t-37.5 31l-210 263h280z" />
|
||||
<glyph unicode="á" horiz-adv-x="1058" d="M897 0h-166q-29 0 -48.5 7.5t-31 20.5t-16 31t-4.5 39v74q-64 -88 -142 -138t-172 -50q-56 0 -108 22.5t-92 68t-64 116t-24 166.5q0 141 51.5 267.5t144 221.5t219.5 151t279 56q74 0 150 -10t150 -36zM441 229q34 0 66 25.5t60.5 69.5t52.5 103t41 126l36 287h-18 q-76 0 -138.5 -34t-107.5 -92.5t-69.5 -136t-24.5 -165.5q0 -50 8 -85t21.5 -56.5t32 -31.5t40.5 -10zM1099 1471l-274 -263q-24 -23 -46.5 -31.5t-55.5 -8.5h-178l154 245q18 28 42.5 43t69.5 15h288z" />
|
||||
<glyph unicode="â" horiz-adv-x="1058" d="M897 0h-166q-29 0 -48.5 7.5t-31 20.5t-16 31t-4.5 39v74q-64 -88 -142 -138t-172 -50q-56 0 -108 22.5t-92 68t-64 116t-24 166.5q0 141 51.5 267.5t144 221.5t219.5 151t279 56q74 0 150 -10t150 -36zM441 229q34 0 66 25.5t60.5 69.5t52.5 103t41 126l36 287h-18 q-76 0 -138.5 -34t-107.5 -92.5t-69.5 -136t-24.5 -165.5q0 -50 8 -85t21.5 -56.5t32 -31.5t40.5 -10zM1043 1168h-198q-17 0 -32.5 6t-21.5 14l-64 75l-10.5 10.5t-10.5 12.5q-8 -7 -14.5 -12.5t-12.5 -10.5l-84 -75q-9 -8 -25.5 -14t-34.5 -6h-206l252 287h282z" />
|
||||
<glyph unicode="ã" horiz-adv-x="1058" d="M897 0h-166q-29 0 -48.5 7.5t-31 20.5t-16 31t-4.5 39v74q-64 -88 -142 -138t-172 -50q-56 0 -108 22.5t-92 68t-64 116t-24 166.5q0 141 51.5 267.5t144 221.5t219.5 151t279 56q74 0 150 -10t150 -36zM441 229q34 0 66 25.5t60.5 69.5t52.5 103t41 126l36 287h-18 q-76 0 -138.5 -34t-107.5 -92.5t-69.5 -136t-24.5 -165.5q0 -50 8 -85t21.5 -56.5t32 -31.5t40.5 -10zM811 1381q21 0 35.5 13.5t20.5 54.5h180q-8 -61 -30.5 -110.5t-56 -84t-75.5 -53.5t-88 -19q-35 0 -63 12t-51.5 26t-42.5 26t-35 12q-21 0 -35 -14.5t-19 -55.5h-182 q7 61 30.5 110.5t57 85t75.5 54.5t87 19q34 0 62.5 -12t52 -26t42.5 -26t35 -12z" />
|
||||
<glyph unicode="ä" horiz-adv-x="1058" d="M897 0h-166q-29 0 -48.5 7.5t-31 20.5t-16 31t-4.5 39v74q-64 -88 -142 -138t-172 -50q-56 0 -108 22.5t-92 68t-64 116t-24 166.5q0 141 51.5 267.5t144 221.5t219.5 151t279 56q74 0 150 -10t150 -36zM441 229q34 0 66 25.5t60.5 69.5t52.5 103t41 126l36 287h-18 q-76 0 -138.5 -34t-107.5 -92.5t-69.5 -136t-24.5 -165.5q0 -50 8 -85t21.5 -56.5t32 -31.5t40.5 -10zM673 1317q0 -32 -13 -60t-35.5 -48.5t-52 -32.5t-63.5 -12q-32 0 -60.5 12t-50 32.5t-34.5 48.5t-13 60q0 33 13 62t34.5 50.5t50 34t60.5 12.5q34 0 63.5 -12.5t52 -34 t35.5 -50.5t13 -62zM1059 1317q0 -32 -12.5 -60t-34.5 -48.5t-51.5 -32.5t-63.5 -12q-33 0 -62 12t-51 32.5t-34.5 48.5t-12.5 60q0 33 12.5 62t34.5 50.5t51 34t62 12.5q34 0 63.5 -12.5t51.5 -34t34.5 -50.5t12.5 -62z" />
|
||||
<glyph unicode="å" horiz-adv-x="1058" d="M897 0h-166q-29 0 -48.5 7.5t-31 20.5t-16 31t-4.5 39v74q-64 -88 -142 -138t-172 -50q-56 0 -108 22.5t-92 68t-64 116t-24 166.5q0 141 51.5 267.5t144 221.5t219.5 151t279 56q74 0 150 -10t150 -36zM441 229q34 0 66 25.5t60.5 69.5t52.5 103t41 126l36 287h-18 q-76 0 -138.5 -34t-107.5 -92.5t-69.5 -136t-24.5 -165.5q0 -50 8 -85t21.5 -56.5t32 -31.5t40.5 -10zM481 1334q0 50 20 90.5t53 69.5t77 44.5t92 15.5q49 0 94 -15.5t79.5 -44.5t54.5 -69.5t20 -90.5q0 -49 -20 -88.5t-54.5 -67.5t-79.5 -43.5t-94 -15.5q-48 0 -92 15.5 t-77 43.5t-53 67.5t-20 88.5zM647 1334q0 -35 19.5 -57.5t60.5 -22.5q36 0 57 22.5t21 57.5q0 38 -21 60t-57 22q-41 0 -60.5 -22t-19.5 -60z" />
|
||||
<glyph unicode="æ" horiz-adv-x="1473" d="M1122 1051q67 0 125.5 -22t102 -60t68 -88.5t24.5 -107.5q0 -36 -9 -73.5t-33 -73t-65 -67t-105.5 -56.5t-154.5 -41.5t-211 -20.5q3 -119 50 -172t132 -53q41 0 71 7t52.5 18t40.5 23l34.5 23t34.5 18t41 7q15 0 29 -7.5t25 -19.5l80 -93q-55 -54 -107.5 -93.5t-108 -65 t-118 -37.5t-136.5 -12q-92 0 -172 43.5t-131 136.5q-35 -47 -77.5 -81t-90 -56t-98 -32.5t-99.5 -10.5q-162 0 -239 67t-77 186q0 42 11.5 86.5t38.5 86t72 79t111.5 66t157 46.5t209.5 21q5 32 6 46t1 25q0 69 -28.5 100.5t-80.5 31.5q-50 0 -82.5 -12.5t-59.5 -27 t-52.5 -27t-59.5 -12.5q-30 0 -50 15t-30 37l-42 94q97 82 197 122.5t213 40.5q103 0 167 -36.5t96 -100.5q63 63 144.5 98t182.5 35zM578 446q-91 -5 -147.5 -20.5t-88 -38.5t-43 -52.5t-11.5 -61.5q0 -92 86 -92q37 0 70.5 13t60 42t45 75.5t26.5 113.5zM1082 844 q-44 0 -78.5 -16.5t-60 -47t-42.5 -73.5t-26 -96q96 9 154.5 24.5t90 34.5t42 41.5t10.5 46.5q0 35 -20 60.5t-70 25.5z" />
|
||||
<glyph unicode="ç" horiz-adv-x="876" d="M293 -214q15 0 26.5 -5t29.5 -5q23 0 33.5 12t10.5 26q0 20 -25.5 30.5t-88.5 19.5l51 132q-67 16 -120.5 53t-91 91.5t-57.5 126t-20 156.5q0 127 41.5 241t116 200t176.5 136.5t224 50.5q104 0 178.5 -35.5t133.5 -111.5l-100 -115q-11 -11 -25 -19.5t-31 -8.5 q-20 0 -33.5 8.5t-29.5 18t-39 18t-60 8.5q-46 0 -89.5 -26.5t-77.5 -76.5t-54.5 -123t-20.5 -166q0 -52 12 -90.5t33 -64t49 -38.5t60 -13q48 0 77.5 13.5t51.5 29.5t41 29.5t46 13.5q15 0 29.5 -7t24.5 -19l80 -94q-42 -47 -81.5 -81.5t-80 -57.5t-84.5 -36.5t-95 -18.5 l-13 -35q71 -21 98.5 -55.5t27.5 -75.5q0 -39 -20.5 -70.5t-56.5 -53.5t-86 -33.5t-109 -11.5q-38 0 -69.5 4t-66.5 14l40 90q5 11 12.5 18t21.5 7z" />
|
||||
<glyph unicode="è" horiz-adv-x="968" d="M951 782q0 -71 -28 -130t-97.5 -104.5t-187 -77.5t-295.5 -50q2 -106 46.5 -155t131.5 -49q41 0 71 7t52.5 18t40.5 23l34.5 23t34.5 18t41 7q15 0 29 -7.5t25 -19.5l80 -93q-55 -54 -107.5 -93.5t-108 -65t-118 -37.5t-136.5 -12q-92 0 -169 31.5t-132.5 89t-86 138.5 t-30.5 180q0 83 18.5 162t53 148.5t84.5 128t112.5 100.5t137 65.5t158.5 23.5q83 0 147.5 -24t108.5 -62.5t67 -86.5t23 -96zM587 842q-77 0 -135 -61.5t-87 -168.5q97 15 157 31.5t93 36t44.5 42t11.5 48.5t-20 49t-64 23zM553 1471q44 0 64.5 -14.5t31.5 -43.5l94 -245 h-170q-33 0 -52.5 9t-37.5 31l-210 263h280z" />
|
||||
<glyph unicode="é" horiz-adv-x="968" d="M951 782q0 -71 -28 -130t-97.5 -104.5t-187 -77.5t-295.5 -50q2 -106 46.5 -155t131.5 -49q41 0 71 7t52.5 18t40.5 23l34.5 23t34.5 18t41 7q15 0 29 -7.5t25 -19.5l80 -93q-55 -54 -107.5 -93.5t-108 -65t-118 -37.5t-136.5 -12q-92 0 -169 31.5t-132.5 89t-86 138.5 t-30.5 180q0 83 18.5 162t53 148.5t84.5 128t112.5 100.5t137 65.5t158.5 23.5q83 0 147.5 -24t108.5 -62.5t67 -86.5t23 -96zM587 842q-77 0 -135 -61.5t-87 -168.5q97 15 157 31.5t93 36t44.5 42t11.5 48.5t-20 49t-64 23zM1019 1471l-274 -263q-24 -23 -46.5 -31.5 t-55.5 -8.5h-178l154 245q18 28 42.5 43t69.5 15h288z" />
|
||||
<glyph unicode="ê" horiz-adv-x="968" d="M951 782q0 -71 -28 -130t-97.5 -104.5t-187 -77.5t-295.5 -50q2 -106 46.5 -155t131.5 -49q41 0 71 7t52.5 18t40.5 23l34.5 23t34.5 18t41 7q15 0 29 -7.5t25 -19.5l80 -93q-55 -54 -107.5 -93.5t-108 -65t-118 -37.5t-136.5 -12q-92 0 -169 31.5t-132.5 89t-86 138.5 t-30.5 180q0 83 18.5 162t53 148.5t84.5 128t112.5 100.5t137 65.5t158.5 23.5q83 0 147.5 -24t108.5 -62.5t67 -86.5t23 -96zM587 842q-77 0 -135 -61.5t-87 -168.5q97 15 157 31.5t93 36t44.5 42t11.5 48.5t-20 49t-64 23zM963 1168h-198q-17 0 -32.5 6t-21.5 14l-64 75 l-10.5 10.5t-10.5 12.5q-8 -7 -14.5 -12.5t-12.5 -10.5l-84 -75q-9 -8 -25.5 -14t-34.5 -6h-206l252 287h282z" />
|
||||
<glyph unicode="ë" horiz-adv-x="968" d="M951 782q0 -71 -28 -130t-97.5 -104.5t-187 -77.5t-295.5 -50q2 -106 46.5 -155t131.5 -49q41 0 71 7t52.5 18t40.5 23l34.5 23t34.5 18t41 7q15 0 29 -7.5t25 -19.5l80 -93q-55 -54 -107.5 -93.5t-108 -65t-118 -37.5t-136.5 -12q-92 0 -169 31.5t-132.5 89t-86 138.5 t-30.5 180q0 83 18.5 162t53 148.5t84.5 128t112.5 100.5t137 65.5t158.5 23.5q83 0 147.5 -24t108.5 -62.5t67 -86.5t23 -96zM587 842q-77 0 -135 -61.5t-87 -168.5q97 15 157 31.5t93 36t44.5 42t11.5 48.5t-20 49t-64 23zM593 1317q0 -32 -13 -60t-35.5 -48.5t-52 -32.5 t-63.5 -12q-32 0 -60.5 12t-50 32.5t-34.5 48.5t-13 60q0 33 13 62t34.5 50.5t50 34t60.5 12.5q34 0 63.5 -12.5t52 -34t35.5 -50.5t13 -62zM979 1317q0 -32 -12.5 -60t-34.5 -48.5t-51.5 -32.5t-63.5 -12q-33 0 -62 12t-51 32.5t-34.5 48.5t-12.5 60q0 33 12.5 62 t34.5 50.5t51 34t62 12.5q34 0 63.5 -12.5t51.5 -34t34.5 -50.5t12.5 -62z" />
|
||||
<glyph unicode="ì" horiz-adv-x="540" d="M485 1037l-124 -1037h-306l124 1037h306zM285 1471q44 0 64.5 -14.5t31.5 -43.5l94 -245h-170q-33 0 -52.5 9t-37.5 31l-210 263h280z" />
|
||||
<glyph unicode="í" horiz-adv-x="540" d="M485 1037l-124 -1037h-306l124 1037h306zM752 1471l-274 -263q-24 -23 -46.5 -31.5t-55.5 -8.5h-178l154 245q18 28 42.5 43t69.5 15h288z" />
|
||||
<glyph unicode="î" horiz-adv-x="540" d="M485 1037l-124 -1037h-306l124 1037h306zM696 1168h-198q-17 0 -32.5 6t-21.5 14l-64 75l-10.5 10.5t-10.5 12.5q-8 -7 -14.5 -12.5t-12.5 -10.5l-84 -75q-9 -8 -25.5 -14t-34.5 -6h-206l252 287h282z" />
|
||||
<glyph unicode="ï" horiz-adv-x="540" d="M485 1037l-124 -1037h-306l124 1037h306zM326 1317q0 -32 -13 -60t-35.5 -48.5t-52 -32.5t-63.5 -12q-32 0 -60.5 12t-50 32.5t-34.5 48.5t-13 60q0 33 13 62t34.5 50.5t50 34t60.5 12.5q34 0 63.5 -12.5t52 -34t35.5 -50.5t13 -62zM712 1317q0 -32 -12.5 -60 t-34.5 -48.5t-51.5 -32.5t-63.5 -12q-33 0 -62 12t-51 32.5t-34.5 48.5t-12.5 60q0 33 12.5 62t34.5 50.5t51 34t62 12.5q34 0 63.5 -12.5t51.5 -34t34.5 -50.5t12.5 -62z" />
|
||||
<glyph unicode="ð" horiz-adv-x="1068" d="M405 1057q-8 12 -8 28q0 14 7.5 25.5t18.5 18.5l104 60q-26 12 -54 22.5t-59 21.5q-61 20 -61 65q0 12 4 25t12 28l46 92q100 -17 188.5 -51.5t163.5 -88.5l191 107l50 -95q8 -16 8 -31q0 -14 -7 -26t-24 -22l-91 -53q69 -86 107 -199t38 -256q0 -174 -40 -312t-115 -234 t-183 -147t-244 -51q-92 0 -168.5 29.5t-131.5 84.5t-85.5 134.5t-30.5 178.5q0 106 37.5 201.5t103.5 167t155.5 113.5t193.5 42q91 0 157.5 -32.5t112.5 -94.5q-5 88 -32.5 157t-85.5 124l-222 -129zM493 205q39 0 77.5 17t72 58t60 110t41.5 174q-10 32 -24.5 59.5 t-36.5 48t-51 32t-67 11.5q-53 0 -95 -22.5t-71.5 -61.5t-45.5 -92t-16 -115q0 -106 43.5 -162.5t112.5 -56.5z" />
|
||||
<glyph unicode="ñ" horiz-adv-x="1100" d="M641 0l78 659q2 16 3 29.5t1 25.5q0 53 -18.5 73.5t-55.5 20.5q-34 0 -71 -21t-70.5 -59t-61.5 -92.5t-44 -120.5l-57 -515h-310l124 1037h160q48 0 75 -22.5t27 -73.5v-83q75 100 164 147.5t184 47.5q58 0 106.5 -21t83.5 -61.5t55 -99.5t20 -136q0 -18 -1.5 -37 t-3.5 -39l-78 -659h-310zM771 1383q21 0 35.5 13.5t20.5 54.5h180q-8 -61 -30.5 -110.5t-56 -84t-75.5 -53.5t-88 -19q-35 0 -63 12t-51.5 26t-42.5 26t-35 12q-21 0 -35 -14.5t-19 -55.5h-182q7 61 30.5 110.5t57 85t75.5 54.5t87 19q34 0 62.5 -12t52 -26t42.5 -26t35 -12 z" />
|
||||
<glyph unicode="ò" horiz-adv-x="1034" d="M471 214q52 0 93 31.5t69.5 86t44 127t15.5 154.5q0 113 -30.5 161.5t-99.5 48.5q-52 0 -93 -31.5t-69.5 -85.5t-44 -127t-15.5 -155q0 -111 30.5 -160.5t99.5 -49.5zM443 -16q-87 0 -162.5 29t-131 84.5t-87 137t-31.5 187.5q0 138 45.5 253.5t122.5 199.5t178.5 131 t213.5 47q87 0 162 -29t130.5 -84.5t87.5 -137t32 -187.5q0 -136 -45.5 -251.5t-122.5 -200t-178.5 -132t-213.5 -47.5zM539 1473q44 0 64.5 -14.5t31.5 -43.5l94 -245h-170q-33 0 -52.5 9t-37.5 31l-210 263h280z" />
|
||||
<glyph unicode="ó" horiz-adv-x="1034" d="M471 214q52 0 93 31.5t69.5 86t44 127t15.5 154.5q0 113 -30.5 161.5t-99.5 48.5q-52 0 -93 -31.5t-69.5 -85.5t-44 -127t-15.5 -155q0 -111 30.5 -160.5t99.5 -49.5zM443 -16q-87 0 -162.5 29t-131 84.5t-87 137t-31.5 187.5q0 138 45.5 253.5t122.5 199.5t178.5 131 t213.5 47q87 0 162 -29t130.5 -84.5t87.5 -137t32 -187.5q0 -136 -45.5 -251.5t-122.5 -200t-178.5 -132t-213.5 -47.5zM1005 1473l-274 -263q-24 -23 -46.5 -31.5t-55.5 -8.5h-178l154 245q18 28 42.5 43t69.5 15h288z" />
|
||||
<glyph unicode="ô" horiz-adv-x="1034" d="M471 214q52 0 93 31.5t69.5 86t44 127t15.5 154.5q0 113 -30.5 161.5t-99.5 48.5q-52 0 -93 -31.5t-69.5 -85.5t-44 -127t-15.5 -155q0 -111 30.5 -160.5t99.5 -49.5zM443 -16q-87 0 -162.5 29t-131 84.5t-87 137t-31.5 187.5q0 138 45.5 253.5t122.5 199.5t178.5 131 t213.5 47q87 0 162 -29t130.5 -84.5t87.5 -137t32 -187.5q0 -136 -45.5 -251.5t-122.5 -200t-178.5 -132t-213.5 -47.5zM949 1170h-198q-17 0 -32.5 6t-21.5 14l-64 75l-10.5 10.5t-10.5 12.5q-8 -7 -14.5 -12.5t-12.5 -10.5l-84 -75q-9 -8 -25.5 -14t-34.5 -6h-206l252 287 h282z" />
|
||||
<glyph unicode="õ" horiz-adv-x="1034" d="M471 214q52 0 93 31.5t69.5 86t44 127t15.5 154.5q0 113 -30.5 161.5t-99.5 48.5q-52 0 -93 -31.5t-69.5 -85.5t-44 -127t-15.5 -155q0 -111 30.5 -160.5t99.5 -49.5zM443 -16q-87 0 -162.5 29t-131 84.5t-87 137t-31.5 187.5q0 138 45.5 253.5t122.5 199.5t178.5 131 t213.5 47q87 0 162 -29t130.5 -84.5t87.5 -137t32 -187.5q0 -136 -45.5 -251.5t-122.5 -200t-178.5 -132t-213.5 -47.5zM717 1383q21 0 35.5 13.5t20.5 54.5h180q-8 -61 -30.5 -110.5t-56 -84t-75.5 -53.5t-88 -19q-35 0 -63 12t-51.5 26t-42.5 26t-35 12q-21 0 -35 -14.5 t-19 -55.5h-182q7 61 30.5 110.5t57 85t75.5 54.5t87 19q34 0 62.5 -12t52 -26t42.5 -26t35 -12z" />
|
||||
<glyph unicode="ö" horiz-adv-x="1034" d="M471 214q52 0 93 31.5t69.5 86t44 127t15.5 154.5q0 113 -30.5 161.5t-99.5 48.5q-52 0 -93 -31.5t-69.5 -85.5t-44 -127t-15.5 -155q0 -111 30.5 -160.5t99.5 -49.5zM443 -16q-87 0 -162.5 29t-131 84.5t-87 137t-31.5 187.5q0 138 45.5 253.5t122.5 199.5t178.5 131 t213.5 47q87 0 162 -29t130.5 -84.5t87.5 -137t32 -187.5q0 -136 -45.5 -251.5t-122.5 -200t-178.5 -132t-213.5 -47.5zM579 1319q0 -32 -13 -60t-35.5 -48.5t-52 -32.5t-63.5 -12q-32 0 -60.5 12t-50 32.5t-34.5 48.5t-13 60q0 33 13 62t34.5 50.5t50 34t60.5 12.5 q34 0 63.5 -12.5t52 -34t35.5 -50.5t13 -62zM965 1319q0 -32 -12.5 -60t-34.5 -48.5t-51.5 -32.5t-63.5 -12q-33 0 -62 12t-51 32.5t-34.5 48.5t-12.5 60q0 33 12.5 62t34.5 50.5t51 34t62 12.5q34 0 63.5 -12.5t51.5 -34t34.5 -50.5t12.5 -62z" />
|
||||
<glyph unicode="÷" d="M122 779h988l-28 -214h-988zM472 1008q0 39 15.5 73t42 59.5t61.5 40t75 14.5q33 0 61 -11.5t48 -32t31.5 -48t11.5 -58.5q0 -39 -16 -73t-43 -58.5t-62 -38.5t-73 -14q-34 0 -62 11.5t-48 31t-31 46.5t-11 58zM384 296q0 39 15.5 73t42 59.5t61.5 40t75 14.5 q33 0 61 -11.5t48 -32t31.5 -48t11.5 -58.5q0 -39 -16 -73t-43 -58.5t-62 -38.5t-73 -14q-34 0 -62 11.5t-48 31t-31 46.5t-11 58z" />
|
||||
<glyph unicode="ø" horiz-adv-x="1034" d="M443 -16q-107 0 -195 43q-36 -38 -81.5 -54t-89.5 -16h-112l141 192q-36 53 -55.5 121t-19.5 152q0 138 45.5 253.5t122.5 199.5t178.5 131t213.5 47q105 0 194 -43q15 20 28 34t28 23t33.5 13t44.5 4h152l-144 -196q36 -53 56 -121t20 -152q0 -136 -45.5 -251.5 t-122.5 -200t-178.5 -132t-213.5 -47.5zM471 195q52 0 96 29.5t76.5 83.5t51 131.5t18.5 173.5q0 5 -0.5 9t-0.5 9l-303 -422q28 -14 62 -14zM321 407l301 422q-28 13 -59 13q-52 0 -96 -29t-76.5 -83t-51 -131.5t-18.5 -174.5v-17z" />
|
||||
<glyph unicode="ù" horiz-adv-x="1098" d="M459 1037l-78 -658q-2 -16 -3 -29.5t-1 -25.5q0 -53 18.5 -74t55.5 -21q31 0 65.5 18.5t66.5 52t59.5 81.5t45.5 107l67 549h310l-126 -1037h-158q-110 0 -110 102v66q-75 -94 -161 -139t-179 -45q-58 0 -106.5 21t-84 61.5t-55 100t-19.5 136.5q0 18 1.5 37t3.5 39 l78 658h310zM565 1473q44 0 64.5 -14.5t31.5 -43.5l94 -245h-170q-33 0 -52.5 9t-37.5 31l-210 263h280z" />
|
||||
<glyph unicode="ú" horiz-adv-x="1098" d="M459 1037l-78 -658q-2 -16 -3 -29.5t-1 -25.5q0 -53 18.5 -74t55.5 -21q31 0 65.5 18.5t66.5 52t59.5 81.5t45.5 107l67 549h310l-126 -1037h-158q-110 0 -110 102v66q-75 -94 -161 -139t-179 -45q-58 0 -106.5 21t-84 61.5t-55 100t-19.5 136.5q0 18 1.5 37t3.5 39 l78 658h310zM1031 1473l-274 -263q-24 -23 -46.5 -31.5t-55.5 -8.5h-178l154 245q18 28 42.5 43t69.5 15h288z" />
|
||||
<glyph unicode="û" horiz-adv-x="1098" d="M459 1037l-78 -658q-2 -16 -3 -29.5t-1 -25.5q0 -53 18.5 -74t55.5 -21q31 0 65.5 18.5t66.5 52t59.5 81.5t45.5 107l67 549h310l-126 -1037h-158q-110 0 -110 102v66q-75 -94 -161 -139t-179 -45q-58 0 -106.5 21t-84 61.5t-55 100t-19.5 136.5q0 18 1.5 37t3.5 39 l78 658h310zM975 1170h-198q-17 0 -32.5 6t-21.5 14l-64 75l-10.5 10.5t-10.5 12.5q-8 -7 -14.5 -12.5t-12.5 -10.5l-84 -75q-9 -8 -25.5 -14t-34.5 -6h-206l252 287h282z" />
|
||||
<glyph unicode="ü" horiz-adv-x="1098" d="M459 1037l-78 -658q-2 -16 -3 -29.5t-1 -25.5q0 -53 18.5 -74t55.5 -21q31 0 65.5 18.5t66.5 52t59.5 81.5t45.5 107l67 549h310l-126 -1037h-158q-110 0 -110 102v66q-75 -94 -161 -139t-179 -45q-58 0 -106.5 21t-84 61.5t-55 100t-19.5 136.5q0 18 1.5 37t3.5 39 l78 658h310zM605 1319q0 -32 -13 -60t-35.5 -48.5t-52 -32.5t-63.5 -12q-32 0 -60.5 12t-50 32.5t-34.5 48.5t-13 60q0 33 13 62t34.5 50.5t50 34t60.5 12.5q34 0 63.5 -12.5t52 -34t35.5 -50.5t13 -62zM991 1319q0 -32 -12.5 -60t-34.5 -48.5t-51.5 -32.5t-63.5 -12 q-33 0 -62 12t-51 32.5t-34.5 48.5t-12.5 60q0 33 12.5 62t34.5 50.5t51 34t62 12.5q34 0 63.5 -12.5t51.5 -34t34.5 -50.5t12.5 -62z" />
|
||||
<glyph unicode="ý" horiz-adv-x="1032" d="M421 -270q-16 -31 -39.5 -45t-56.5 -14h-232l237 422l-257 944h262q33 0 49.5 -16t22.5 -38l90 -447q6 -29 11 -57.5t8 -57.5q12 29 26 58.5t27 58.5l192 445q12 23 35 38.5t47 15.5h250zM1005 1473l-274 -263q-24 -23 -46.5 -31.5t-55.5 -8.5h-178l154 245 q18 28 42.5 43t69.5 15h288z" />
|
||||
<glyph unicode="þ" horiz-adv-x="1090" d="M3 -329l222 1826h306l-77 -621q68 82 149 129.5t172 47.5q64 0 117 -22.5t91.5 -70.5t60 -122.5t21.5 -177.5q0 -136 -41.5 -258.5t-111.5 -215.5t-161.5 -147.5t-191.5 -54.5q-65 0 -116 21t-90 56l-36 -292q-2 -19 -11.5 -36.5t-25 -31t-37 -22t-46.5 -8.5h-194z M651 818q-32 0 -67 -24.5t-67.5 -67t-61 -99.5t-47.5 -122l-31 -250q29 -23 64.5 -33t67.5 -10q54 0 99.5 36t78.5 94.5t51.5 133.5t18.5 153q0 99 -29 144t-77 45z" />
|
||||
<glyph unicode="ÿ" horiz-adv-x="1032" d="M421 -270q-16 -31 -39.5 -45t-56.5 -14h-232l237 422l-257 944h262q33 0 49.5 -16t22.5 -38l90 -447q6 -29 11 -57.5t8 -57.5q12 29 26 58.5t27 58.5l192 445q12 23 35 38.5t47 15.5h250zM579 1319q0 -32 -13 -60t-35.5 -48.5t-52 -32.5t-63.5 -12q-32 0 -60.5 12 t-50 32.5t-34.5 48.5t-13 60q0 33 13 62t34.5 50.5t50 34t60.5 12.5q34 0 63.5 -12.5t52 -34t35.5 -50.5t13 -62zM965 1319q0 -32 -12.5 -60t-34.5 -48.5t-51.5 -32.5t-63.5 -12q-33 0 -62 12t-51 32.5t-34.5 48.5t-12.5 60q0 33 12.5 62t34.5 50.5t51 34t62 12.5 q34 0 63.5 -12.5t51.5 -34t34.5 -50.5t12.5 -62z" />
|
||||
<glyph unicode="Ą" horiz-adv-x="1326" d="M1238 -171q21 0 24 -19l30 -107q-35 -21 -85.5 -35.5t-104.5 -14.5q-94 0 -140 38t-46 95q0 56 36.5 111t119.5 103h-36q-42 0 -67.5 19.5t-30.5 51.5l-45 262h-495l-108 -262q-11 -28 -43 -49.5t-71 -21.5h-256l696 1457h334l338 -1457h-42q-42 -23 -71 -57t-29 -77 q0 -20 10 -33t30 -13q27 0 35 4.5t17 4.5zM489 555h366l-71 416q-8 42 -18 94t-20 110q-22 -59 -44 -111.5t-42 -94.5z" />
|
||||
<glyph unicode="ą" horiz-adv-x="1072" d="M859 -171q21 0 24 -19l30 -107q-35 -21 -85.5 -35.5t-104.5 -14.5q-94 0 -140 38t-46 95t37.5 112.5t123.5 104.5q-39 8 -53 34t-14 61v74q-64 -88 -142 -138t-172 -50q-56 0 -108 22.5t-92 68t-64 116t-24 166.5q0 141 51.5 267.5t144 221.5t219.5 151t279 56 q74 0 150 -10t150 -36l-126 -1007h-30q-42 -23 -71 -57t-29 -77q0 -20 10 -33t30 -13q27 0 35 4.5t17 4.5zM441 229q34 0 66 25.5t60.5 69.5t52.5 103t41 126l36 287h-18q-76 0 -138.5 -34t-107.5 -92.5t-69.5 -136t-24.5 -165.5q0 -50 8 -85t21.5 -56.5t32 -31.5t40.5 -10z " />
|
||||
<glyph unicode="Ć" horiz-adv-x="1204" d="M678 252q55 0 95.5 8.5t69.5 21.5t49 28.5t36 28.5t30 21.5t30 8.5t26.5 -5.5t15.5 -12.5l114 -137q-95 -113 -225.5 -171.5t-296.5 -58.5q-138 0 -244.5 48.5t-179.5 133.5t-110.5 201.5t-37.5 251.5q0 125 28 237t79 207t122.5 171t158.5 129t187 81.5t209 28.5 q82 0 149.5 -15.5t122 -43t97.5 -65.5t75 -84l-114 -132q-12 -14 -28 -25t-42 -11q-17 0 -31 8t-28.5 19.5t-32.5 25.5t-43 25.5t-59.5 19.5t-81.5 8q-92 0 -171.5 -39t-138 -111.5t-91.5 -176t-33 -231.5q0 -93 22.5 -166t61.5 -123.5t93 -77t117 -26.5zM1290 1796 l-282 -204q-32 -23 -57 -32t-56 -9h-245l192 201q15 13 27 22t25.5 13.5t29 6.5t38.5 2h328z" />
|
||||
<glyph unicode="ć" horiz-adv-x="876" d="M855 182q-50 -55 -96 -93t-95 -61t-104.5 -33.5t-122.5 -10.5q-91 0 -164 31t-124.5 88t-79.5 138t-28 182q0 127 41.5 241t116 200t176.5 136.5t224 50.5q104 0 178.5 -35.5t133.5 -111.5l-100 -115q-11 -11 -25 -19.5t-31 -8.5q-20 0 -33.5 8.5t-29.5 18t-39 18 t-60 8.5q-46 0 -89.5 -26.5t-77.5 -76.5t-54.5 -123t-20.5 -166q0 -52 12 -90.5t33 -64t49 -38.5t60 -13q48 0 77.5 13.5t51.5 29.5t41 29.5t46 13.5q15 0 29.5 -7t24.5 -19l80 -94v0zM983 1473l-274 -263q-24 -23 -46.5 -31.5t-55.5 -8.5h-178l154 245q18 28 42.5 43 t69.5 15h288z" />
|
||||
<glyph unicode="Ę" horiz-adv-x="1036" d="M810 -171q21 0 24 -19l30 -107q-35 -21 -85.5 -35.5t-104.5 -14.5q-94 0 -140 38t-46 95q0 56 36.5 111t119.5 103h-600l180 1457h868l-32 -251h-539l-44 -352h413l-32 -242h-411l-44 -361h543l-32 -251h-96q-42 -23 -71 -57t-29 -77q0 -20 10 -33t30 -13q27 0 35 4.5 t17 4.5z" />
|
||||
<glyph unicode="ę" horiz-adv-x="968" d="M595 -171q21 0 24 -19l30 -107q-35 -21 -85.5 -35.5t-104.5 -14.5q-94 0 -140 38t-46 95q0 53 31 104t103 97q-82 9 -149.5 43.5t-115.5 91t-74.5 133t-26.5 168.5q0 83 18.5 162t53 148.5t84.5 128t112.5 100.5t137 65.5t158.5 23.5q83 0 147.5 -24t108.5 -62.5 t67 -86.5t23 -96q0 -71 -28 -130t-97.5 -104.5t-187 -77.5t-295.5 -50q2 -106 46.5 -155t131.5 -49q41 0 71 7t52.5 18t40.5 23l34.5 23t34.5 18t41 7q15 0 29 -7.5t25 -19.5l80 -93q-82 -81 -160 -128.5t-172 -66.5q-40 -23 -67 -56t-27 -75q0 -20 10 -33t30 -13 q27 0 35 4.5t17 4.5zM587 842q-77 0 -135 -61.5t-87 -168.5q97 15 157 31.5t93 36t44.5 42t11.5 48.5t-20 49t-64 23z" />
|
||||
<glyph unicode="ı" horiz-adv-x="540" d="M485 1037l-124 -1037h-306l124 1037h306z" />
|
||||
<glyph unicode="Ł" horiz-adv-x="1030" d="M558 926l306 155l-28 -214q-3 -22 -15 -36.5t-29 -23.5l-266 -141l-50 -406h490l-32 -260h-816l63 513l-185 -89l28 218q4 37 40 54l149 74l85 687h326z" />
|
||||
<glyph unicode="ł" horiz-adv-x="664" d="M67 746q0 39 36 54l113 46l79 651h306l-66 -543l142 56v-174q0 -47 -40 -62l-131 -54l-87 -720h-306l74 613l-120 -47v180z" />
|
||||
<glyph unicode="Ń" horiz-adv-x="1392" d="M396 1457q21 0 35.5 -1.5t26 -7t20.5 -15.5t18 -26l511 -900q2 35 6 67t7 60l98 823h288l-180 -1457h-170q-38 0 -63 11t-43 43l-509 899q-2 -28 -4.5 -54t-4.5 -49l-100 -850h-288l180 1457h172v0zM1270 1796l-282 -204q-32 -23 -57 -32t-56 -9h-245l192 201 q15 13 27 22t25.5 13.5t29 6.5t38.5 2h328z" />
|
||||
<glyph unicode="ń" horiz-adv-x="1100" d="M641 0l78 659q2 16 3 29.5t1 25.5q0 53 -18.5 73.5t-55.5 20.5q-34 0 -71 -21t-70.5 -59t-61.5 -92.5t-44 -120.5l-57 -515h-310l124 1037h160q48 0 75 -22.5t27 -73.5v-83q75 100 164 147.5t184 47.5q58 0 106.5 -21t83.5 -61.5t55 -99.5t20 -136q0 -18 -1.5 -37 t-3.5 -39l-78 -659h-310zM1059 1473l-274 -263q-24 -23 -46.5 -31.5t-55.5 -8.5h-178l154 245q18 28 42.5 43t69.5 15h288z" />
|
||||
<glyph unicode="Œ" horiz-adv-x="1952" d="M1976 1206h-541l-43 -354h412l-30 -242h-412l-44 -359h542l-32 -251h-830l17 136q-86 -72 -191 -112t-226 -40q-128 0 -230 49.5t-172.5 135.5t-108 203t-37.5 252q0 179 55 334t152.5 269.5t231 180t291.5 65.5q123 0 217.5 -46.5t160.5 -127.5l20 158h830zM1056 824 q0 88 -17.5 161t-52 125.5t-86 82t-118.5 29.5q-93 0 -167 -43.5t-125 -122t-78.5 -187t-27.5 -238.5q0 -87 17.5 -160t52.5 -125.5t87 -81.5t121 -29q91 0 164 43.5t124 121.5t78.5 186t27.5 238z" />
|
||||
<glyph unicode="œ" horiz-adv-x="1568" d="M1232 1051q71 0 129.5 -19.5t100 -55t64.5 -85.5t23 -111q0 -70 -28 -128t-96 -103.5t-183.5 -78t-290.5 -50.5q7 -108 53.5 -156t127.5 -48q41 0 71 7t52.5 18t40.5 23l34.5 23t34.5 18t41 7q15 0 29 -7.5t25 -19.5l80 -93q-55 -54 -107.5 -93.5t-108 -65t-118 -37.5 t-136.5 -12q-89 0 -166.5 41t-128.5 128q-75 -81 -173 -125t-213 -44q-85 0 -151 31t-111.5 83.5t-69 121.5t-23.5 146q0 113 22.5 207.5t62 171t93.5 133.5t118 95.5t135 58t144 19.5q92 0 161.5 -35t114.5 -100q65 63 151.5 99t195.5 36zM463 206q58 0 100.5 28.5t71.5 81 t45.5 126.5t22.5 165q1 12 1.5 22.5t0.5 21.5q0 86 -30.5 132t-93.5 46q-59 0 -104.5 -32.5t-76.5 -91.5t-47.5 -141t-16.5 -182q0 -35 6.5 -67t21 -56t39 -38.5t60.5 -14.5zM1183 844q-80 0 -139 -61.5t-82 -182.5q99 15 162 34.5t100 41.5t51 45.5t14 47.5q0 31 -26 53 t-80 22z" />
|
||||
<glyph unicode="Ś" horiz-adv-x="1000" d="M942 1165q-17 -24 -34.5 -35t-41.5 -11q-23 0 -46 15t-51.5 33t-65.5 33t-87 15q-46 0 -80.5 -13t-57.5 -36t-34.5 -54t-11.5 -68q0 -40 22.5 -67t60 -47.5t84.5 -37.5t96.5 -37t97 -46t85 -65t60 -94t22.5 -132q0 -110 -38 -207t-109 -169.5t-172.5 -115t-228.5 -42.5 q-63 0 -126.5 14t-122 39.5t-108.5 60.5t-85 78l116 152q13 17 34 28t42 11q28 0 54.5 -19.5t58.5 -43t74.5 -43t104.5 -19.5q91 0 140.5 49.5t49.5 146.5q0 45 -22.5 74t-59 49t-83.5 35.5t-96 33.5t-96 42.5t-83.5 64t-59 97t-22.5 141.5q0 97 36.5 186.5t104.5 158.5 t165 110t218 41q62 0 120.5 -13t109.5 -36t93 -54.5t71 -68.5zM1124 1796l-282 -204q-32 -23 -57 -32t-56 -9h-245l192 201q15 13 27 22t25.5 13.5t29 6.5t38.5 2h328z" />
|
||||
<glyph unicode="ś" horiz-adv-x="790" d="M743 819q-14 -18 -26 -26t-32 -8t-39.5 9t-42 20.5t-51 20.5t-65.5 9q-69 0 -98.5 -26.5t-29.5 -68.5q0 -27 16.5 -46t43.5 -34t61.5 -27.5t70.5 -28t70.5 -35.5t61.5 -49t43.5 -69t16.5 -95q0 -78 -31 -147.5t-89 -121t-140.5 -82t-185.5 -30.5q-49 0 -97 10t-90.5 27 t-77.5 40.5t-57 50.5l76 114q14 20 32.5 31.5t45.5 11.5q25 0 43 -12l39 -26t50 -26t76 -12q66 0 98 29.5t32 69.5q0 31 -16.5 51t-43.5 34.5t-61 26t-70 25.5t-70 32.5t-61 46.5t-43.5 69t-16.5 99q0 72 26.5 140t79 120.5t130.5 84.5t182 32t185.5 -36t134.5 -88z M919 1473l-274 -263q-24 -23 -46.5 -31.5t-55.5 -8.5h-178l154 245q18 28 42.5 43t69.5 15h288z" />
|
||||
<glyph unicode="Š" horiz-adv-x="1000" d="M942 1165q-17 -24 -34.5 -35t-41.5 -11q-23 0 -46 15t-51.5 33t-65.5 33t-87 15q-46 0 -80.5 -13t-57.5 -36t-34.5 -54t-11.5 -68q0 -40 22.5 -67t60 -47.5t84.5 -37.5t96.5 -37t97 -46t85 -65t60 -94t22.5 -132q0 -110 -38 -207t-109 -169.5t-172.5 -115t-228.5 -42.5 q-63 0 -126.5 14t-122 39.5t-108.5 60.5t-85 78l116 152q13 17 34 28t42 11q28 0 54.5 -19.5t58.5 -43t74.5 -43t104.5 -19.5q91 0 140.5 49.5t49.5 146.5q0 45 -22.5 74t-59 49t-83.5 35.5t-96 33.5t-96 42.5t-83.5 64t-59 97t-22.5 141.5q0 97 36.5 186.5t104.5 158.5 t165 110t218 41q62 0 120.5 -13t109.5 -36t93 -54.5t71 -68.5zM308 1776h270l82 -67l8 -6t8 -7q5 4 9 7t9 6l96 67h270l-254 -225h-300z" />
|
||||
<glyph unicode="š" horiz-adv-x="790" d="M743 819q-14 -18 -26 -26t-32 -8t-39.5 9t-42 20.5t-51 20.5t-65.5 9q-69 0 -98.5 -26.5t-29.5 -68.5q0 -27 16.5 -46t43.5 -34t61.5 -27.5t70.5 -28t70.5 -35.5t61.5 -49t43.5 -69t16.5 -95q0 -78 -31 -147.5t-89 -121t-140.5 -82t-185.5 -30.5q-49 0 -97 10t-90.5 27 t-77.5 40.5t-57 50.5l76 114q14 20 32.5 31.5t45.5 11.5q25 0 43 -12l39 -26t50 -26t76 -12q66 0 98 29.5t32 69.5q0 31 -16.5 51t-43.5 34.5t-61 26t-70 25.5t-70 32.5t-61 46.5t-43.5 69t-16.5 99q0 72 26.5 140t79 120.5t130.5 84.5t182 32t185.5 -36t134.5 -88z M185 1457h206q17 0 31.5 -5.5t22.5 -13.5l64 -78q5 -5 11 -12.5t11 -15.5q7 8 14.5 15t13.5 13l82 78q8 8 25 13.5t35 5.5h198l-252 -287h-282z" />
|
||||
<glyph unicode="Ÿ" horiz-adv-x="1256" d="M799 558l-69 -558h-326l69 555l-375 902h290q42 0 65.5 -19.5t34.5 -51.5l140 -441q14 -44 25.5 -85t19.5 -79q19 38 42 78.5t49 85.5l248 441q15 27 44 49t70 22h270zM730 1663q0 -28 -11 -52t-30.5 -42t-45.5 -28t-55 -10q-27 0 -51.5 10t-43.5 28t-30 42t-11 52 t11 53.5t30 44t43.5 29.5t51.5 11q29 0 55 -11t45.5 -29.5t30.5 -44t11 -53.5zM1088 1663q0 -28 -11 -52t-30 -42t-44.5 -28t-54.5 -10t-54 10t-43.5 28t-29.5 42t-11 52t11 53.5t29.5 44t43.5 29.5t54 11t54.5 -11t44.5 -29.5t30 -44t11 -53.5z" />
|
||||
<glyph unicode="Ź" horiz-adv-x="1120" d="M1212 1457l-14 -98q-3 -20 -12.5 -38t-21.5 -35l-736 -1035h616l-32 -251h-1040l12 96q3 20 12.5 38t21.5 35l737 1037h-583l32 251h1008zM1176 1795l-282 -204q-32 -23 -57 -32t-56 -9h-245l192 201q15 13 27 22t25.5 13.5t29 6.5t38.5 2h328z" />
|
||||
<glyph unicode="ź" horiz-adv-x="892" d="M889 913q-4 -32 -18.5 -61t-31.5 -50l-448 -572h408l-28 -230h-776l16 126q2 19 16 47.5t34 54.5l452 579h-394l28 230h758zM949 1473l-274 -263q-24 -23 -46.5 -31.5t-55.5 -8.5h-178l154 245q18 28 42.5 43t69.5 15h288z" />
|
||||
<glyph unicode="Ż" horiz-adv-x="1120" d="M1212 1457l-14 -98q-3 -20 -12.5 -38t-21.5 -35l-736 -1035h616l-32 -251h-1040l12 96q3 20 12.5 38t21.5 35l737 1037h-583l32 251h1008zM908 1701q0 -34 -14.5 -65t-39 -54t-58 -37t-70.5 -14q-35 0 -66.5 14t-55.5 37t-38 54t-14 65q0 36 14 67.5t38 55.5t55.5 38 t66.5 14q37 0 70.5 -14t58 -38t39 -55.5t14.5 -67.5z" />
|
||||
<glyph unicode="ż" horiz-adv-x="892" d="M889 913q-4 -32 -18.5 -61t-31.5 -50l-448 -572h408l-28 -230h-776l16 126q2 19 16 47.5t34 54.5l452 579h-394l28 230h758zM745 1324q0 -37 -15 -70t-41 -57.5t-60.5 -38.5t-73.5 -14q-38 0 -71 14t-58.5 38.5t-40 57.5t-14.5 70t14.5 70.5t40 58t58.5 39t71 14.5 q39 0 73.5 -14.5t60.5 -39t41 -58t15 -70.5z" />
|
||||
<glyph unicode="Ž" horiz-adv-x="1120" d="M1212 1457l-14 -98q-3 -20 -12.5 -38t-21.5 -35l-736 -1035h616l-32 -251h-1040l12 96q3 20 12.5 38t21.5 35l737 1037h-583l32 251h1008zM378 1775h270l82 -67l8 -6t8 -7q5 4 9 7t9 6l96 67h270l-254 -225h-300z" />
|
||||
<glyph unicode="ž" horiz-adv-x="892" d="M889 913q-4 -32 -18.5 -61t-31.5 -50l-448 -572h408l-28 -230h-776l16 126q2 19 16 47.5t34 54.5l452 579h-394l28 230h758zM215 1457h206q17 0 31.5 -5.5t22.5 -13.5l64 -78q5 -5 11 -12.5t11 -15.5q7 8 14.5 15t13.5 13l82 78q8 8 25 13.5t35 5.5h198l-252 -287h-282z " />
|
||||
<glyph unicode="ƒ" d="M760 730l-160 -662q-26 -108 -74.5 -185.5t-123 -127t-177 -73t-235.5 -23.5l20 151q6 46 31 68t73 22q73 0 120.5 39.5t71.5 138.5l158 648l-98 20q-57 12 -57 59q0 8 1 12l14 118h192l34 138q25 101 73 177.5t122.5 128.5t177.5 78t237 26l-20 -159q-6 -46 -31 -64.5 t-73 -18.5q-74 0 -124 -40t-76 -137l-34 -129h276l-26 -205h-292z" />
|
||||
<glyph unicode="ˆ" horiz-adv-x="612" d="M746 1168h-198q-17 0 -32.5 6t-21.5 14l-64 75l-10.5 10.5t-10.5 12.5q-8 -7 -14.5 -12.5t-12.5 -10.5l-84 -75q-9 -8 -25.5 -14t-34.5 -6h-206l252 287h282z" />
|
||||
<glyph unicode="ˇ" horiz-adv-x="612" d="M68 1455h206q17 0 31.5 -5.5t22.5 -13.5l64 -78q5 -5 11 -12.5t11 -15.5q7 8 14.5 15t13.5 13l82 78q8 8 25 13.5t35 5.5h198l-252 -287h-282z" />
|
||||
<glyph unicode="ˉ" horiz-adv-x="612" d="M132 1387h574l-24 -184h-574z" />
|
||||
<glyph unicode="˘" horiz-adv-x="612" d="M390 1159q-77 0 -129.5 18.5t-84.5 50.5t-46 76t-14 94q0 14 1 28.5t3 28.5h208q-3 -21 -3 -38q0 -38 19 -57t70 -19q31 0 51 7.5t32.5 21.5t19 35.5t9.5 49.5h208q-8 -60 -29.5 -114t-62 -94.5t-102.5 -64t-150 -23.5z" />
|
||||
<glyph unicode="˙" horiz-adv-x="612" d="M598 1322q0 -37 -15 -70t-41 -57.5t-60.5 -38.5t-73.5 -14q-38 0 -71 14t-58.5 38.5t-40 57.5t-14.5 70t14.5 70.5t40 58t58.5 39t71 14.5q39 0 73.5 -14.5t60.5 -39t41 -58t15 -70.5z" />
|
||||
<glyph unicode="˚" horiz-adv-x="612" d="M164 1334q0 50 20 90.5t53 69.5t77 44.5t92 15.5q49 0 94 -15.5t79.5 -44.5t54.5 -69.5t20 -90.5q0 -49 -20 -88.5t-54.5 -67.5t-79.5 -43.5t-94 -15.5q-48 0 -92 15.5t-77 43.5t-53 67.5t-20 88.5zM330 1334q0 -35 19.5 -57.5t60.5 -22.5q36 0 57 22.5t21 57.5 q0 38 -21 60t-57 22q-41 0 -60.5 -22t-19.5 -60z" />
|
||||
<glyph unicode="˛" horiz-adv-x="612" d="M356 -171q21 0 24 -19l30 -107q-35 -21 -85.5 -35.5t-104.5 -14.5q-94 0 -140 38t-46 95q0 60 41.5 117.5t136.5 108.5l152 -12q-42 -23 -71 -57t-29 -77q0 -20 10 -33t30 -13q27 0 35 4.5t17 4.5z" />
|
||||
<glyph unicode="˜" horiz-adv-x="612" d="M514 1381q21 0 35.5 13.5t20.5 54.5h180q-8 -61 -30.5 -110.5t-56 -84t-75.5 -53.5t-88 -19q-35 0 -63 12t-51.5 26t-42.5 26t-35 12q-21 0 -35 -14.5t-19 -55.5h-182q7 61 30.5 110.5t57 85t75.5 54.5t87 19q34 0 62.5 -12t52 -26t42.5 -26t35 -12z" />
|
||||
<glyph unicode="˝" horiz-adv-x="612" d="M562 1471l-216 -263q-21 -25 -45 -32.5t-57 -7.5h-122l136 245q18 28 42.5 43t69.5 15h192zM918 1471l-274 -263q-23 -23 -45 -31.5t-55 -8.5h-142l192 245q10 13 21 24t24 18.5t29 11.5t38 4h212z" />
|
||||
<glyph unicode="π" horiz-adv-x="1240" d="M1272 1035l-16 -116q-5 -36 -31.5 -62.5t-68.5 -26.5h-68l-102 -830h-298l101 830h-251l-68 -550q-8 -65 -29.5 -119.5t-60.5 -93.5t-96.5 -61t-137.5 -22q-35 0 -76.5 8.5t-77.5 28.5l24 121q4 21 16 35t48 14q26 0 42.5 5t26.5 16.5t15 29t8 42.5l67 546h-155l14 104 q2 16 11.5 34t25.5 33t37.5 24.5t47.5 9.5h1052z" />
|
||||
<glyph unicode="–" horiz-adv-x="1072" d="M186 708h756l-26 -205h-756z" />
|
||||
<glyph unicode="—" horiz-adv-x="1592" d="M186 708h1276l-26 -205h-1276z" />
|
||||
<glyph unicode="‘" horiz-adv-x="438" d="M206 955q-24 49 -35.5 98t-11.5 98q0 118 65.5 228.5t193.5 202.5l85 -54q9 -5 14 -14.5t5 -19.5q0 -14 -7 -24t-22 -27q-9 -11 -23.5 -30.5t-27.5 -46.5t-22.5 -61t-9.5 -73q0 -31 7.5 -64.5t24.5 -70.5q4 -8 4 -19q0 -18 -14 -33t-38 -23z" />
|
||||
<glyph unicode="’" horiz-adv-x="438" d="M436 1543q24 -49 35.5 -98t11.5 -98q0 -118 -65.5 -228.5t-193.5 -202.5l-85 54q-9 5 -14 14.5t-5 19.5q0 14 7 24t21 27q10 10 24 30t27.5 47t23 61t9.5 73q0 31 -7.5 64.5t-24.5 70.5q-4 8 -4 19q0 18 14 33t38 23z" />
|
||||
<glyph unicode="‚" horiz-adv-x="488" d="M298 324q24 -49 35.5 -98t11.5 -98q0 -118 -65.5 -228.5t-193.5 -202.5l-85 54q-9 5 -14 14.5t-5 19.5q0 14 7 24t21 27q10 10 24 30t27.5 47t23 61t9.5 73q0 31 -7.5 64.5t-24.5 70.5q-4 8 -4 19q0 18 14 33t38 23z" />
|
||||
<glyph unicode="“" horiz-adv-x="774" d="M206 955q-24 49 -35.5 98t-11.5 98q0 118 65.5 228.5t193.5 202.5l85 -54q9 -5 14 -14.5t5 -19.5q0 -14 -7 -24t-22 -27q-9 -11 -23.5 -30.5t-27.5 -46.5t-22.5 -61t-9.5 -73q0 -31 7.5 -64.5t24.5 -70.5q4 -8 4 -19q0 -18 -14 -33t-38 -23zM542 955q-24 49 -35.5 98 t-11.5 98q0 118 65.5 228.5t193.5 202.5l85 -54q9 -5 14 -14.5t5 -19.5q0 -14 -7 -24t-22 -27q-9 -11 -23.5 -30.5t-27.5 -46.5t-22.5 -61t-9.5 -73q0 -31 7.5 -64.5t24.5 -70.5q4 -8 4 -19q0 -18 -14 -33t-38 -23z" />
|
||||
<glyph unicode="”" horiz-adv-x="774" d="M436 1543q24 -49 35.5 -98t11.5 -98q0 -118 -65.5 -228.5t-193.5 -202.5l-85 54q-9 5 -14 14.5t-5 19.5q0 14 7 24t21 27q10 10 24 30t27.5 47t23 61t9.5 73q0 31 -7.5 64.5t-24.5 70.5q-4 8 -4 19q0 18 14 33t38 23zM770 1543q24 -49 35.5 -98t11.5 -98 q0 -118 -65.5 -228.5t-193.5 -202.5l-85 54q-9 5 -14 14.5t-5 19.5q0 14 7 24t21 27q10 10 24 30t27.5 47t23 61t9.5 73q0 31 -7.5 64.5t-24.5 70.5q-4 8 -4 19q0 18 14 33t38 23z" />
|
||||
<glyph unicode="„" horiz-adv-x="774" d="M298 324q24 -49 35.5 -98t11.5 -98q0 -118 -65.5 -228.5t-193.5 -202.5l-85 54q-9 5 -14 14.5t-5 19.5q0 14 7 24t21 27q10 10 24 30t27.5 47t23 61t9.5 73q0 31 -7.5 64.5t-24.5 70.5q-4 8 -4 19q0 18 14 33t38 23zM634 324q24 -49 35.5 -98t11.5 -98 q0 -118 -65.5 -228.5t-193.5 -202.5l-85 54q-9 5 -14 14.5t-5 19.5q0 14 7 24t21 27q10 10 24 30t27.5 47t23 61t9.5 73q0 31 -7.5 64.5t-24.5 70.5q-4 8 -4 19q0 18 14 33t38 23z" />
|
||||
<glyph unicode="†" horiz-adv-x="1068" d="M98 947q3 24 14 46t30 39t46.5 27.5t63.5 10.5q25 0 53.5 -5t58.5 -12t61.5 -15t62.5 -14l18 451q33 17 73.5 27t84.5 10t81.5 -10t66.5 -27l-92 -451q33 6 66 14t65 15t61.5 12t55.5 5q33 0 56 -8.5t38 -23.5t22 -34t7 -40v-8.5t-1 -8.5l-12 -96h-380l-42 -352l-62 -815 q-35 -19 -75.5 -28t-84.5 -9t-81.5 9t-66.5 28l138 815l42 352h-380z" />
|
||||
<glyph unicode="‡" horiz-adv-x="1068" d="M20 308h380l67 543h-381l12 96q3 24 14 46t30 39t46.5 27.5t63.5 10.5q25 0 53.5 -5t58.5 -12t61.5 -15t62.5 -14l18 451q33 17 73.5 27t84.5 10t81.5 -10t66.5 -27l-92 -451q33 6 66 14t65 15t61.5 12t55.5 5q33 0 56 -8.5t38 -23.5t22 -34t7 -40v-8.5t-1 -8.5l-12 -96 h-381l-67 -543h382l-12 -96q-3 -24 -14 -47t-30 -40t-46.5 -27.5t-63.5 -10.5q-26 0 -54 5t-58.5 12t-62 15t-62.5 14l-15 -449q-35 -19 -75.5 -28t-84.5 -9t-81.5 9t-66.5 28l91 449q-33 -6 -66 -14t-64.5 -15t-61 -12t-55.5 -5q-65 0 -94 31.5t-29 75.5v9t1 9z" />
|
||||
<glyph unicode="•" d="M100 592q0 100 39 188t106 154t157 104t192 38q103 0 193 -38t157.5 -104t106.5 -154t39 -188q0 -99 -39 -187t-106.5 -153t-157.5 -103t-193 -38q-102 0 -192 38t-157 103t-106 153t-39 187z" />
|
||||
<glyph unicode="…" horiz-adv-x="1576" d="M24 157q0 36 13.5 67t37 54t55.5 36.5t70 13.5q37 0 69 -13.5t56 -36.5t37.5 -54t13.5 -67t-13.5 -67.5t-37.5 -54.5t-56 -36t-69 -13q-38 0 -70 13t-55.5 36t-37 54.5t-13.5 67.5zM576 157q0 36 13.5 67t37 54t55.5 36.5t70 13.5q37 0 69 -13.5t56 -36.5t37.5 -54 t13.5 -67t-13.5 -67.5t-37.5 -54.5t-56 -36t-69 -13q-38 0 -70 13t-55.5 36t-37 54.5t-13.5 67.5zM1128 157q0 36 13.5 67t37 54t55.5 36.5t70 13.5q37 0 69 -13.5t56 -36.5t37.5 -54t13.5 -67t-13.5 -67.5t-37.5 -54.5t-56 -36t-69 -13q-38 0 -70 13t-55.5 36t-37 54.5 t-13.5 67.5z" />
|
||||
<glyph unicode="‰" horiz-adv-x="2202" d="M772 1155q0 -93 -32.5 -169t-85 -130t-119.5 -83.5t-137 -29.5q-64 0 -116 22.5t-89 63.5t-57 98t-20 126q0 93 29 169.5t79 131.5t118 85t146 30q64 0 116.5 -22.5t90 -64t57.5 -99.5t20 -128zM542 1153q0 72 -21.5 101.5t-56.5 29.5q-27 0 -49 -12.5t-37 -40 t-23.5 -71.5t-8.5 -107q0 -69 20.5 -96t55.5 -27q26 0 48 11t38 37t25 69t9 106zM1222 1411q17 16 39.5 30t60.5 14h218l-1190 -1413q-17 -17 -39.5 -29.5t-54.5 -12.5h-222zM1454 394q0 -93 -32.5 -169t-85 -130t-119.5 -83.5t-137 -29.5q-64 0 -116 22.5t-89 63.5t-57 98 t-20 125q0 94 29 171t79 132t118 85t146 30q64 0 116.5 -23t90 -64t57.5 -99.5t20 -128.5zM1224 392q0 73 -21.5 101t-56.5 28q-27 0 -49 -12t-37 -39.5t-23.5 -71.5t-8.5 -107q0 -68 20.5 -95.5t55.5 -27.5q26 0 48 11t38 37.5t25 69.5t9 106zM2144 394q0 -93 -32.5 -169 t-85 -130t-119.5 -83.5t-137 -29.5q-64 0 -116 22.5t-89 63.5t-57 98t-20 125q0 94 29 171t79 132t118 85t146 30q64 0 116 -23t89.5 -64t58 -99.5t20.5 -128.5zM1914 392q0 73 -21.5 101t-56.5 28q-27 0 -49 -12t-37 -39.5t-23.5 -71.5t-8.5 -107q0 -68 20.5 -95.5 t55.5 -27.5q25 0 47 11t38.5 37.5t25.5 69.5t9 106z" />
|
||||
<glyph unicode="‹" horiz-adv-x="626" d="M111 525l6 37l292 400l92 -44q38 -18 38 -52q0 -14 -6 -28t-16 -30l-132 -219q-9 -15 -19.5 -26.5t-21.5 -19.5q8 -9 16 -20t13 -25l80 -219q4 -11 6.5 -21t2.5 -20q0 -47 -53 -71l-104 -44z" />
|
||||
<glyph unicode="›" horiz-adv-x="626" d="M532 562l-4 -37l-292 -402l-92 44q-39 19 -39 54q0 14 5.5 28t15.5 30l134 219q8 14 18.5 25t21.5 19q-18 18 -28 47l-82 219q-8 21 -8 38q0 23 13 42t41 30l104 44z" />
|
||||
<glyph unicode="⁄" horiz-adv-x="756" d="M74 85q-35 -50 -73.5 -67.5t-86.5 -17.5h-122l951 1357q34 48 75.5 73t95.5 25h122z" />
|
||||
<glyph unicode="€" d="M96 946h116q39 121 102 217.5t145.5 164.5t180.5 104.5t206 36.5q70 0 129 -14.5t107 -41.5t85 -64.5t63 -83.5l-120 -111q-14 -13 -28 -22.5t-38 -9.5q-15 0 -26.5 7.5t-23 18t-24.5 23.5t-32 23.5t-46 18t-66 7.5q-103 0 -183.5 -70t-125.5 -204h477l-10 -90 q-2 -12 -9.5 -24.5t-19.5 -22t-28 -16t-35 -6.5h-412q-3 -23 -5.5 -47.5t-4.5 -49.5h398l-12 -88q-2 -13 -9.5 -26t-19.5 -23t-27.5 -16t-33.5 -6h-295q12 -147 70.5 -221.5t152.5 -74.5q65 0 104.5 17.5t66 39t45.5 39t44 17.5q14 0 22.5 -3t17.5 -14l116 -117 q-83 -112 -201.5 -170t-260.5 -58q-117 0 -205 40.5t-148.5 113t-93.5 172.5t-40 219h-117l20 159h100q2 25 4.5 49t6.5 48h-99z" />
|
||||
<glyph unicode="™" horiz-adv-x="1348" d="M968 1199q6 -20 11 -44t10 -44q9 20 19.5 42.5t23.5 45.5l112 226q11 23 26 26.5t38 3.5h182l-74 -611h-180l32 262l25 105l-141 -271q-11 -21 -31.5 -31.5t-44.5 -10.5h-28q-23 0 -41 11t-23 31l-71 264q0 -28 -0.5 -55t-2.5 -43l-30 -262h-178l74 611h173q25 0 43.5 -4 t23.5 -26zM636 1455l-22 -163h-135l-55 -448h-202l53 448h-133l22 163h472z" />
|
||||
<glyph unicode="Ω" horiz-adv-x="1348" d="M660 0l68 535q58 10 110.5 37t92.5 75t63.5 119.5t23.5 170.5q0 133 -63.5 208t-192.5 75q-85 0 -148.5 -28t-105.5 -80.5t-63 -127.5t-21 -169q0 -65 16 -114t44.5 -83t67 -54.5t82.5 -28.5l-66 -535h-470q-45 0 -70 23t-25 61q0 9 1 14l20 161h326l15 119 q-69 25 -120.5 68t-85.5 100t-50.5 125t-16.5 143q0 133 51 252.5t144 209.5t222 142.5t285 52.5q133 0 237.5 -42t176 -113.5t109 -166t37.5 -199.5q0 -98 -26 -189.5t-76 -167.5t-124.5 -132.5t-171.5 -85.5l-14 -116h328l-20 -161q-5 -44 -37.5 -71t-82.5 -27h-470z" />
|
||||
<glyph unicode="∂" horiz-adv-x="1067" d="M342 1333q43 31 87 56.5t91.5 43.5t101.5 27.5t119 9.5q79 0 145.5 -31t113.5 -89t73.5 -141.5t26.5 -189.5q0 -26 -1.5 -54t-5.5 -57q-26 -212 -83 -383t-144 -291t-205 -185t-266 -65q-81 0 -148.5 25.5t-116 73.5t-75 116.5t-26.5 154.5q0 84 21.5 162.5t59 147.5 t90 126t115 97.5t132 63t142.5 22.5q80 0 134 -23.5t89 -66.5l3 23q6 49 6 91q0 60 -11.5 104.5t-32 74t-48.5 44t-62 14.5q-29 0 -59 -10t-57.5 -22t-51.5 -22t-42 -10q-17 0 -32.5 9.5t-29.5 38.5zM460 216q35 0 72.5 17.5t74 58.5t70 108t61.5 167q-4 35 -12.5 66.5 t-25.5 55.5t-43 38t-65 14q-62 0 -108 -32t-76 -86t-45 -124.5t-15 -146.5q0 -28 8 -52.5t23 -43t35.5 -29.5t45.5 -11z" />
|
||||
<glyph unicode="∆" horiz-adv-x="1426" d="M1356 0h-1408l736 1455h296zM397 249h573l-146 722q-4 16 -8 37.5t-7.5 46t-7 50.5t-7.5 50q-10 -24 -20 -50.5t-20 -51t-19 -46.5t-17 -38z" />
|
||||
<glyph unicode="∏" horiz-adv-x="1376" d="M1452 1455l-30 -241h-152l-190 -1545h-308l188 1545h-368l-190 -1545h-308l190 1545h-154l30 241h1292z" />
|
||||
<glyph unicode="∑" horiz-adv-x="1268" d="M1323 1457l-32 -251h-656l341 -598l-12 -88l-487 -599h658l-32 -250h-1122l13 103q3 22 15 45t29 43l595 706l-425 695q-11 17 -16 36.5t-5 38.5v6t1.5 15.5t4.5 34t8 63.5h1122z" />
|
||||
<glyph unicode="−" d="M162 779h906l-28 -214h-904z" />
|
||||
<glyph unicode="√" horiz-adv-x="1178" d="M672 0h-252l-152 628h-82q-20 0 -38.5 5t-32 16t-21.5 29t-8 44q0 5 0.5 11t1.5 12l12 92h366q32 0 52.5 -15t23.5 -37l38 -248q8 -48 12.5 -96t4.5 -98q11 38 25.5 77t31.5 81l488 1148q10 23 34 38.5t54 15.5h198z" />
|
||||
<glyph unicode="∞" horiz-adv-x="1267" d="M881 214q-50 0 -89.5 12.5t-71 34t-56 50.5t-44.5 62q-28 -33 -60 -62t-69 -50.5t-80 -34t-93 -12.5q-60 0 -111.5 23.5t-89.5 66t-59.5 101.5t-21.5 130q0 89 31.5 168t84 138t120 93.5t140.5 34.5q50 0 89.5 -12.5t71.5 -34t56.5 -50.5t44.5 -62q28 33 60 62t69 50.5 t79.5 34t92.5 12.5q60 0 112 -23.5t90.5 -65.5t60 -101t21.5 -130q0 -89 -31.5 -168.5t-84 -138.5t-121 -93.5t-141.5 -34.5zM363 456q45 0 83 38.5t77 96.5q-12 29 -25.5 54t-28.5 43.5t-33.5 29t-40.5 10.5q-23 0 -44 -11.5t-37 -33t-25.5 -52.5t-9.5 -71q0 -57 25 -80.5 t59 -23.5zM900 456q23 0 44 11t37 32.5t25.5 52.5t9.5 71q0 58 -25.5 81.5t-58.5 23.5q-45 0 -83.5 -38.5t-76.5 -96.5q12 -29 25 -54t28.5 -43.5t33.5 -29t41 -10.5z" />
|
||||
<glyph unicode="∫" horiz-adv-x="791" d="M445 1097q20 86 54 155.5t83.5 118.5t114 75.5t146.5 26.5q35 0 77 -8.5t78 -28.5l-33 -147q-2 -11 -5.5 -23t-11 -22.5t-19 -17.5t-28.5 -7q-42 0 -69.5 -10.5t-45.5 -30.5t-29 -50.5t-21 -70.5l-238 -985q-26 -105 -68 -182t-99 -127.5t-126.5 -74.5t-148.5 -24 q-35 0 -76 8.5t-78 29.5l32 126q4 15 8 26.5t12 19.5t21.5 12t34.5 4q52 0 85.5 9.5t54 30.5t32.5 54t22 79z" />
|
||||
<glyph unicode="≈" d="M850 921q33 0 65 7.5t58.5 17.5t45.5 21t27 18l10 -183q-48 -54 -116.5 -77t-137.5 -23q-53 0 -104.5 15t-100.5 33t-95 33t-88 15q-35 0 -68 -8t-60 -19t-46 -23t-26 -21l-20 178q50 58 121.5 83.5t146.5 25.5q52 0 103.5 -14.5t100.5 -32t95 -32t89 -14.5zM804 552 q33 0 65 7.5t59 18t46 21.5t26 18l10 -184q-48 -52 -116.5 -74.5t-137.5 -22.5q-53 0 -104.5 14.5t-100 32t-94.5 32t-89 14.5q-34 0 -67 -7.5t-60 -18t-46.5 -22t-26.5 -20.5l-18 176q48 58 119.5 84.5t146.5 26.5q53 0 104.5 -15t100.5 -33t95 -33t88 -15z" />
|
||||
<glyph unicode="≠" d="M186 960h507l135 208h212l-135 -208h185l-26 -215h-298l-95 -148h375l-28 -214h-485l-145 -225h-212l145 225h-209l28 214h319l95 148h-396z" />
|
||||
<glyph unicode="≤" horiz-adv-x="1067" d="M169 878l856 381l-26 -206q-3 -23 -18.5 -43.5t-55.5 -37.5l-284 -117q-61 -21 -134 -36q67 -15 125 -38l256 -121q32 -15 43.5 -32t11.5 -37q0 -2 -0.5 -6.5t-3 -25.5t-8 -64t-15.5 -122l-763 384zM98 302h810l-29 -222h-810z" />
|
||||
<glyph unicode="≥" horiz-adv-x="1067" d="M896 80h-810l29 222h810zM980 757l-856 -381l26 206q3 23 18.5 43.5t55.5 37.5l284 117q61 21 134 36q-67 15 -125 38l-256 121q-32 15 -43.5 32t-11.5 37q0 1 0.5 6t3 26t8 64t15.5 122l763 -384z" />
|
||||
<glyph unicode="◊" d="M120 734l372 804h216l372 -804l-372 -804h-216zM372 734l188 -436q13 -30 22.5 -56.5t17.5 -51.5q8 25 17 51.5t23 56.5l194 436l-194 437q-25 57 -40 107q-8 -25 -18 -51t-22 -56z" />
|
||||
<glyph unicode="♩" horiz-adv-x="0" d="M-118 -500l242 2000h2l-242 -2000h-2z" />
|
||||
<glyph unicode="" horiz-adv-x="1035" d="M0 1035h1035v-1035h-1035v1035z" />
|
||||
<glyph horiz-adv-x="612" d="M392 -68l-152 -283h-188l84 283h256z" />
|
||||
<glyph horiz-adv-x="612" d="M354 1796q22 0 37 -2t27 -6.5t22 -13.5t22 -22l142 -201h-256q-33 0 -51.5 10.5t-40.5 30.5l-232 204h330z" />
|
||||
<glyph horiz-adv-x="612" d="M380 1666q0 -28 -11 -52t-30.5 -42t-45.5 -28t-55 -10q-27 0 -51.5 10t-43.5 28t-30 42t-11 52t11 53.5t30 44t43.5 29.5t51.5 11q29 0 55 -11t45.5 -29.5t30.5 -44t11 -53.5zM738 1666q0 -28 -11 -52t-30 -42t-44.5 -28t-54.5 -10t-54 10t-43.5 28t-29.5 42t-11 52 t11 53.5t29.5 44t43.5 29.5t54 11t54.5 -11t44.5 -29.5t30 -44t11 -53.5z" />
|
||||
<glyph horiz-adv-x="612" d="M146 1721h624l-22 -165h-624z" />
|
||||
<glyph horiz-adv-x="612" d="M886 1796l-282 -204q-32 -23 -57 -32t-56 -9h-245l192 201q15 13 27 22t25.5 13.5t29 6.5t38.5 2h328z" />
|
||||
<glyph horiz-adv-x="612" d="M808 1551h-226q-17 0 -37 4t-31 14l-72 63l-88 -63q-13 -9 -33.5 -13.5t-38.5 -4.5h-224l252 225h300z" />
|
||||
<glyph horiz-adv-x="612" d="M88 1776h270l82 -67l8 -6t8 -7q5 4 9 7t9 6l96 67h270l-254 -225h-300z" />
|
||||
<glyph horiz-adv-x="612" d="M434 1528q-135 0 -212 51t-77 158q0 20 3 41h188q-1 -5 -1 -13q0 -37 31.5 -51.5t89.5 -14.5q62 0 96.5 17t39.5 62h190q-8 -57 -35.5 -103t-72.5 -78.5t-106 -50.5t-134 -18z" />
|
||||
<glyph horiz-adv-x="612" d="M618 1702q0 -34 -14.5 -65t-39 -54t-58 -37t-70.5 -14q-35 0 -66.5 14t-55.5 37t-38 54t-14 65q0 36 14 67.5t38 55.5t55.5 38t66.5 14q37 0 70.5 -14t58 -38t39 -55.5t14.5 -67.5z" />
|
||||
<glyph horiz-adv-x="612" d="M206 1701q0 46 18.5 83.5t49 64t70.5 41t84 14.5q46 0 87 -14.5t72.5 -41t50 -64t18.5 -83.5q0 -44 -18.5 -80.5t-50 -62.5t-72.5 -40t-87 -14q-44 0 -84 14t-70.5 40t-49 62.5t-18.5 80.5zM352 1701q0 -35 19.5 -57.5t60.5 -22.5q36 0 57 22.5t21 57.5q0 38 -21 60 t-57 22q-41 0 -60.5 -22t-19.5 -60z" />
|
||||
<glyph horiz-adv-x="612" d="M572 1723q18 0 32.5 12.5t17.5 40.5h162q-7 -54 -26 -98t-49 -76t-68.5 -49.5t-84.5 -17.5q-34 0 -65.5 10t-59.5 21.5t-51.5 21.5t-39.5 10q-18 0 -31.5 -14t-16.5 -43h-164q7 54 26.5 98.5t49.5 77t68.5 50t83.5 17.5q34 0 66 -9.5t60 -21t50.5 -21t39.5 -9.5z" />
|
||||
<glyph horiz-adv-x="612" d="M610 1779l-210 -187q-13 -10 -24 -17.5t-22.5 -13t-24.5 -8t-29 -2.5h-140l132 168q21 27 51 43.5t75 16.5h192zM974 1779l-266 -187q-28 -20 -52.5 -30.5t-57.5 -10.5h-160l182 168q26 24 57 42t75 18h222z" />
|
||||
<glyph horiz-adv-x="612" d="M548 1497q27 0 34.5 -11t7.5 -22q0 -9 -3 -21.5t-16.5 -40.5t-40.5 -78.5t-76 -134.5q-20 -33 -45 -41.5t-63 -8.5h-106l106 358h202z" />
|
||||
</font>
|
||||
</defs></svg>
|
||||
|
After Width: | Height: | Size: 102 KiB |
BIN
frontend/web/static/fonts/lato/Lato-BlaIta-webfont.ttf
Normal file
BIN
frontend/web/static/fonts/lato/Lato-BlaIta-webfont.ttf
Normal file
Binary file not shown.
BIN
frontend/web/static/fonts/lato/Lato-BlaIta-webfont.woff
Normal file
BIN
frontend/web/static/fonts/lato/Lato-BlaIta-webfont.woff
Normal file
Binary file not shown.
BIN
frontend/web/static/fonts/lato/Lato-Bol-webfont.eot
Normal file
BIN
frontend/web/static/fonts/lato/Lato-Bol-webfont.eot
Normal file
Binary file not shown.
311
frontend/web/static/fonts/lato/Lato-Bol-webfont.svg
Normal file
311
frontend/web/static/fonts/lato/Lato-Bol-webfont.svg
Normal file
@@ -0,0 +1,311 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<metadata>
|
||||
This is a custom SVG webfont generated by Font Squirrel.
|
||||
Copyright : Copyright c 20102011 by tyPoland Lukasz Dziedzic with Reserved Font Name Lato Licensed under the SIL Open Font License Version 11
|
||||
Designer : Lukasz Dziedzic
|
||||
Foundry : tyPoland Lukasz Dziedzic
|
||||
Foundry URL : httpwwwtypolandcom
|
||||
</metadata>
|
||||
<defs>
|
||||
<font id="LatoBold" horiz-adv-x="1187" >
|
||||
<font-face units-per-em="2048" ascent="1649" descent="-399" />
|
||||
<missing-glyph horiz-adv-x="395" />
|
||||
<glyph unicode="fi" horiz-adv-x="1230" d="M24 938v103h156v34q0 96 32 178.5t96.5 143t162.5 95t232 34.5q43 0 88.5 -4.5t77.5 -15.5l-8 -131q-2 -24 -25.5 -28.5t-58.5 -4.5q-99 0 -166 -17t-108.5 -51.5t-59.5 -86t-18 -120.5v-26h651v-1041h-253v861h-390v-861h-253v860l-91 14q-30 5 -47.5 20.5t-17.5 43.5z " />
|
||||
<glyph unicode="fl" horiz-adv-x="1263" d="M24 938v103h156v44q0 84 26 161t80.5 136t137.5 94t197 35q93 0 176.5 -6t166.5 -6h142v-1499h-252v1323q-54 2 -106 5t-88 3q-115 0 -175 -64t-60 -182v-44h249v-180h-241v-861h-253v860l-91 14q-30 5 -47.5 20.5t-17.5 43.5z" />
|
||||
<glyph unicode="
" horiz-adv-x="0" />
|
||||
<glyph horiz-adv-x="0" />
|
||||
<glyph horiz-adv-x="0" />
|
||||
<glyph unicode=" " horiz-adv-x="395" />
|
||||
<glyph unicode="	" horiz-adv-x="395" />
|
||||
<glyph unicode=" " horiz-adv-x="395" />
|
||||
<glyph unicode="!" horiz-adv-x="738" d="M214 139q0 32 12 60.5t33 49t49.5 33t61.5 12.5q32 0 60.5 -12.5t49 -33t32.5 -49t12 -60.5q0 -33 -12 -61t-32.5 -48.5t-49.5 -32t-60 -11.5q-33 0 -61.5 11.5t-49.5 32t-33 48.5t-12 61zM253 895v586h239v-586q0 -93 -9.5 -182.5t-24.5 -190.5h-171q-15 100 -24.5 190 t-9.5 183z" />
|
||||
<glyph unicode=""" horiz-adv-x="864" d="M134 1186v295h220v-295l-23 -160q-7 -45 -26 -69t-62 -24q-37 0 -58.5 24t-27.5 69zM511 1186v295h220v-295l-23 -160q-7 -45 -26 -69t-62 -24q-37 0 -58.5 24t-27.5 69z" />
|
||||
<glyph unicode="#" d="M40 486q0 14 3 33l13 81h195l53 283h-219l19 105q7 39 32 58t80 19h114l63 330q8 41 38 63.5t70 22.5h114l-77 -416h208l79 416h113q36 0 58.5 -20.5t22.5 -52.5q0 -10 -1 -15l-64 -328h208l-19 -106q-7 -39 -32.5 -57.5t-79.5 -18.5h-102l-52 -283h145q33 0 50 -16 t17 -54q0 -14 -4 -32l-12 -80h-222l-79 -418h-116q-31 0 -53 24.5t-22 60.5q0 5 0.5 9.5t1.5 9.5l60 314h-210l-59 -326q-9 -49 -42 -70.5t-73 -21.5h-112l78 418h-117q-33 0 -50.5 15.5t-17.5 52.5zM459 600h210l52 283h-209z" />
|
||||
<glyph unicode="$" d="M71 178l77 116q10 15 27.5 25t35.5 10q23 0 48.5 -16t58 -37.5t74.5 -43t100 -31.5l38 458q-73 20 -144 48t-127.5 73.5t-91.5 115.5t-35 174q0 78 31.5 152t90.5 132.5t146 96.5t200 43l11 129q2 25 20.5 44.5t48.5 19.5h93l-17 -202q109 -17 187.5 -61.5t136.5 -99.5 l-61 -93q-14 -20 -28.5 -30.5t-35.5 -10.5q-15 0 -36 9.5t-48 23.5t-60 28.5t-73 23.5l-36 -424q74 -23 146.5 -50t130 -70t93.5 -107t36 -160q0 -95 -32 -178.5t-92.5 -147.5t-150 -104t-203.5 -48l-13 -151q-2 -24 -20 -43.5t-48 -19.5h-93l18 219q-120 16 -224.5 65 t-178.5 122zM371 1095q0 -39 13 -69t37 -53t57 -41t72 -32l32 379q-56 -7 -96.5 -24t-66 -41.5t-37 -54.5t-11.5 -64zM648 198q109 14 164.5 73t55.5 154q0 39 -13.5 68t-38.5 51.5t-59 39t-74 29.5z" />
|
||||
<glyph unicode="%" horiz-adv-x="1644" d="M62 1122q0 86 26 156t71.5 118t108 74t135.5 26q74 0 137 -26t109 -74t71.5 -118t25.5 -156q0 -84 -28 -151.5t-75 -115t-109.5 -73t-130.5 -25.5q-74 0 -136 25.5t-107.5 73t-71.5 115t-26 151.5zM139 0l1100 1441q12 15 30.5 27.5t51.5 12.5h183l-1100 -1443 q-12 -16 -31 -27t-45 -11h-189zM259 1122q0 -57 11 -95.5t30 -62t46 -33.5t57 -10q31 0 58 10t47 33.5t31.5 62t11.5 95.5q0 59 -11.5 99.5t-31.5 65t-47 35t-58 10.5t-57.5 -10.5t-45.5 -35t-30 -65t-11 -99.5zM898 348q0 86 25.5 155.5t71 118t108 74.5t136.5 26t137 -26 t109 -74.5t71.5 -118t25.5 -155.5q0 -84 -28 -151.5t-75 -115t-109.5 -73.5t-130.5 -26q-74 0 -136.5 26t-108 73.5t-71 115t-25.5 151.5zM1095 348q0 -57 11 -96t30 -62.5t45.5 -34t57.5 -10.5t58 10.5t47 34t32 62.5t12 96q0 59 -12 99t-32 65t-47 35.5t-58 10.5 t-57.5 -10.5t-45.5 -35.5t-30 -65t-11 -99z" />
|
||||
<glyph unicode="&" horiz-adv-x="1462" d="M66 408q0 69 22.5 130.5t62 115t94.5 96.5t121 73q-54 77 -79.5 150.5t-25.5 145.5q0 77 28 146t82 120.5t132 81.5t176 30q90 0 161 -27.5t122 -73.5t80 -105.5t34 -123.5l-161 -33q-3 -1 -6 -1h-7q-17 0 -31 9.5t-22 29.5q-9 27 -23.5 51t-35 42t-48 29t-63.5 11 q-43 0 -77 -15t-57.5 -40t-35.5 -58.5t-12 -70.5q0 -31 6.5 -59.5t21 -57t37.5 -59t56 -64.5l394 -409q34 65 54 136.5t27 145.5q2 24 15 38t37 14h159q-1 -135 -39 -258t-109 -226l310 -322h-247q-19 0 -34.5 2t-28.5 7.5t-25.5 15t-25.5 23.5l-103 106q-98 -80 -218 -125 t-261 -45q-86 0 -168 29t-146.5 84.5t-103.5 134t-39 176.5zM323 428q0 -56 19 -101t53 -76.5t78.5 -48.5t94.5 -17q90 0 164.5 28.5t135.5 78.5l-389 399q-82 -53 -119 -119.5t-37 -143.5z" />
|
||||
<glyph unicode="'" horiz-adv-x="487" d="M134 1186v295h220v-295l-23 -160q-7 -45 -26 -69t-62 -24q-37 0 -58.5 24t-27.5 69z" />
|
||||
<glyph unicode="(" horiz-adv-x="614" d="M109 642q0 128 15.5 251.5t49.5 243t87 237t129 234.5l113 -68q14 -8 24.5 -21t10.5 -32t-14 -46q-94 -179 -145 -383.5t-51 -415.5t51 -414.5t146 -383.5q7 -13 10 -24t3 -21q0 -20 -10.5 -33t-24.5 -21l-113 -69q-76 117 -129 235t-87 237.5t-49.5 242.5t-15.5 251z " />
|
||||
<glyph unicode=")" horiz-adv-x="614" d="M77 -201q0 9 2.5 20.5t9.5 24.5q95 179 146.5 383t51.5 415t-51.5 415.5t-145.5 383.5q-13 27 -13 46t10 32t25 21l112 68q76 -117 129.5 -234.5t87 -237t49.5 -243t16 -251.5t-16 -251t-49.5 -242.5t-87 -237.5t-129.5 -235l-112 69q-14 8 -24.5 21t-10.5 33z" />
|
||||
<glyph unicode="*" horiz-adv-x="819" d="M78 1081l163 95q18 11 36 18t37 10q-19 2 -37 10.5t-36 19.5l-163 95l59 103l163 -97q17 -11 33 -23t27 -26q-7 17 -9.5 36.5t-2.5 40.5v189h121v-187q0 -22 -2.5 -41.5t-9.5 -37.5q11 14 26.5 26t33.5 23l162 95l60 -103l-162 -93q-18 -11 -36.5 -19t-37.5 -11 q35 -6 74 -28l162 -96l-59 -102l-163 95q-18 11 -33.5 22.5t-27.5 25.5q13 -33 13 -75v-189h-121v187q0 20 2.5 40t8.5 37q-11 -14 -26.5 -25.5t-32.5 -22.5l-162 -94z" />
|
||||
<glyph unicode="+" d="M93 594v187h396v420h205v-420h399v-187h-399v-422h-205v422h-396z" />
|
||||
<glyph unicode="," horiz-adv-x="460" d="M82 156q0 29 10.5 53.5t30 43.5t47.5 30t60 11q39 0 68 -14t48.5 -38t28.5 -55t9 -66q0 -49 -15 -103.5t-43.5 -108.5t-70.5 -105.5t-96 -94.5l-44 40q-18 15 -19 38q0 8 6 18.5t14 18.5l27.5 30t33 41t30 50t19.5 58q-32 0 -58.5 12t-45.5 32.5t-29.5 48t-10.5 60.5z " />
|
||||
<glyph unicode="-" horiz-adv-x="735" d="M102 513v211h531v-211h-531z" />
|
||||
<glyph unicode="." horiz-adv-x="460" d="M75 139q0 32 11.5 60.5t32.5 49t50 33t61 12.5t60.5 -12.5t49 -33t33 -49t12.5 -60.5q0 -33 -12.5 -61t-33 -48.5t-49 -32t-60.5 -11.5q-33 0 -61.5 11.5t-49.5 32t-32.5 48.5t-11.5 61z" />
|
||||
<glyph unicode="/" horiz-adv-x="792" d="M-18 -97l598 1530q17 43 50 66t79 23h107l-593 -1525q-9 -24 -23.5 -41t-33 -29t-38.5 -18t-40 -6h-106z" />
|
||||
<glyph unicode="0" d="M51 740q0 195 41 337.5t114 235.5t171.5 138.5t214.5 45.5t215.5 -45.5t173 -138.5t115 -235.5t41.5 -337.5q0 -194 -41.5 -336.5t-115 -235.5t-173 -138.5t-215.5 -45.5t-214.5 45.5t-171.5 138.5t-114 235.5t-41 336.5zM312 740q0 -161 23 -266t62 -167.5t90 -87.5 t105 -25q55 0 106.5 25t90.5 87.5t63 168t24 265.5q0 161 -24 266.5t-63 168t-90.5 87.5t-106.5 25q-54 0 -105 -25t-90 -87.5t-62 -168t-23 -266.5z" />
|
||||
<glyph unicode="1" d="M169 1099l452 384h207v-1294h267v-189h-820v189h300v864q0 50 4 105l-213 -178q-13 -11 -27 -15t-28 -4q-20 0 -37 8.5t-25 19.5z" />
|
||||
<glyph unicode="2" d="M86 0v84q0 26 11 53.5t34 50.5l450 451q56 57 100.5 109.5t74.5 103.5t46 104t16 111q0 53 -15.5 93.5t-44 68t-68 41.5t-88.5 14q-91 0 -150 -46t-82 -124q-11 -39 -34 -56t-57 -17q-15 0 -34 3l-133 24q15 106 59 186.5t110 134.5t151.5 81t183.5 27q102 0 187.5 -30 t146 -85.5t94 -133.5t33.5 -173q0 -82 -24 -151.5t-64.5 -133t-94.5 -123t-114 -120.5l-334 -341q49 14 96.5 22t90.5 8h380q41 0 65 -23.5t24 -60.5v-152h-1016z" />
|
||||
<glyph unicode="3" d="M92 376l112 46q29 12 58 12q27 0 48 -11t32 -33q18 -36 40 -70.5t53 -62t72.5 -44t98.5 -16.5q65 0 113 21t80 54.5t48 75t16 83.5q0 53 -11 96.5t-47 74.5t-103 48.5t-180 17.5v180q93 1 154.5 17.5t98 45.5t51 70t14.5 90q0 105 -57.5 159t-156.5 54 q-90 0 -149.5 -47.5t-83.5 -122.5q-12 -39 -33.5 -56t-56.5 -17q-16 0 -35 3l-133 24q15 106 59.5 186.5t110.5 134.5t151.5 81t183.5 27q102 0 184.5 -29t141 -81t89.5 -121.5t31 -150.5q0 -71 -15.5 -124.5t-46 -93.5t-74 -67.5t-98.5 -46.5q133 -42 198.5 -128t65.5 -216 q0 -111 -41 -195.5t-110.5 -142.5t-161 -87.5t-194.5 -29.5q-112 0 -194.5 25.5t-144 75.5t-104.5 123t-74 168z" />
|
||||
<glyph unicode="4" d="M24 545l701 937h240v-924h186v-146q0 -20 -13.5 -35.5t-38.5 -15.5h-134v-361h-222v361h-624q-26 0 -45.5 16t-24.5 40zM293 558h450v484q0 33 2.5 71t7.5 79z" />
|
||||
<glyph unicode="5" d="M78 158l78 107q25 35 65 35q26 0 52 -16.5t61 -36t81 -35.5t111 -16q70 0 123 22.5t88.5 63t53.5 96t18 121.5q0 121 -70 189t-207 68q-108 0 -216 -39l-157 45l123 719h731v-108q0 -54 -34.5 -88t-114.5 -34h-407l-54 -309q100 20 184 21q117 0 205.5 -35t148.5 -96.5 t91 -144t31 -177.5q0 -118 -41.5 -215t-115 -166.5t-174.5 -107t-220 -37.5q-70 0 -132.5 14t-117 38t-101 55.5t-83.5 66.5z" />
|
||||
<glyph unicode="6" d="M89 504q0 104 42.5 214t131.5 229l353 474q18 25 54 42.5t82 17.5h225l-439 -538q-14 -17 -27 -32.5t-26 -31.5q43 22 93 34t108 12q84 0 163.5 -28t140 -83.5t97 -138.5t36.5 -194q0 -103 -37.5 -193.5t-106.5 -158.5t-165.5 -106.5t-213.5 -38.5q-119 0 -213 37.5 t-160.5 106t-102 164t-35.5 212.5zM332 465q0 -61 17 -112t50 -87t82 -56t114 -20q60 0 111 20.5t87 57.5t56.5 86.5t20.5 108.5q0 63 -19.5 114t-55 86t-86 53.5t-110.5 18.5t-109.5 -20.5t-84.5 -56.5t-54 -86t-19 -107z" />
|
||||
<glyph unicode="7" d="M98 1310v171h1024v-110q0 -49 -10.5 -79t-20.5 -51l-561 -1155q-17 -36 -48.5 -61t-86.5 -25h-183l573 1132q36 70 80 119h-708q-24 0 -41.5 17.5t-17.5 41.5z" />
|
||||
<glyph unicode="8" d="M80 416q0 131 64.5 221.5t200.5 134.5q-109 45 -162.5 128t-53.5 200q0 84 34.5 156.5t96 126.5t147 84t187.5 30t187.5 -30t147 -84t96 -126.5t34.5 -156.5q0 -117 -54.5 -200t-161.5 -128q136 -44 200.5 -134.5t64.5 -221.5q0 -98 -37.5 -178t-105 -136.5t-162 -87 t-209.5 -30.5t-209.5 30.5t-162 87t-105 136.5t-37.5 178zM340 420q0 -51 16.5 -95t48.5 -76t79 -50t110 -18q62 0 109.5 18t79.5 50t48.5 76t16.5 95q0 122 -67.5 184.5t-186.5 62.5t-186.5 -62.5t-67.5 -184.5zM376 1096q0 -44 10.5 -85.5t36.5 -74t67.5 -52t103.5 -19.5 q61 0 103 19.5t68 52t36.5 74t10.5 85.5q0 42 -13.5 79.5t-40 67t-67.5 47t-97 17.5t-97 -17.5t-68.5 -47t-40 -67t-12.5 -79.5z" />
|
||||
<glyph unicode="9" d="M133 1017q0 99 37 186t103.5 152.5t159.5 103.5t206 38q114 0 204.5 -36t154.5 -100.5t98 -154.5t34 -197q0 -69 -11.5 -130.5t-33.5 -118.5t-53 -110.5t-68 -107.5l-339 -484q-17 -25 -51.5 -41.5t-78.5 -16.5h-233l460 574q17 22 32.5 42.5t29.5 40.5 q-51 -33 -112.5 -49.5t-128.5 -16.5q-77 0 -151 26.5t-131.5 80.5t-92.5 133.5t-35 185.5zM386 1036q0 -124 64 -189t182 -65q61 0 108.5 19.5t80.5 53.5t50 80t17 99q0 60 -18.5 108t-52.5 80.5t-80.5 50t-101.5 17.5q-57 0 -103.5 -19t-78.5 -52.5t-49.5 -80.5t-17.5 -102 z" />
|
||||
<glyph unicode=":" horiz-adv-x="542" d="M116 139q0 32 11.5 60.5t32.5 49t50 33t61 12.5t60.5 -12.5t49 -33t33 -49t12.5 -60.5q0 -33 -12.5 -61t-33 -48.5t-49 -32t-60.5 -11.5q-33 0 -61.5 11.5t-49.5 32t-32.5 48.5t-11.5 61zM116 869q0 32 11.5 60.5t32.5 49t50 33t61 12.5t60.5 -12.5t49 -33t33 -49 t12.5 -60.5q0 -33 -12.5 -61t-33 -48.5t-49 -32t-60.5 -11.5q-33 0 -61.5 11.5t-49.5 32t-32.5 48.5t-11.5 61z" />
|
||||
<glyph unicode=";" horiz-adv-x="542" d="M116 869q0 32 11.5 60.5t32.5 49t50 33t61 12.5t60.5 -12.5t49 -33t33 -49t12.5 -60.5q0 -33 -12.5 -61t-33 -48.5t-49 -32t-60.5 -11.5q-33 0 -61.5 11.5t-49.5 32t-32.5 48.5t-11.5 61zM123 156q0 29 10.5 53.5t30 43.5t47.5 30t60 11q39 0 68 -14t48.5 -38t28.5 -55 t9 -66q0 -49 -15 -103.5t-43.5 -108.5t-70.5 -105.5t-96 -94.5l-44 40q-18 15 -19 38q0 8 5.5 18.5t14.5 18.5l27.5 30t32.5 41t30 50t20 58q-32 0 -58.5 12t-45.5 32.5t-29.5 48t-10.5 60.5z" />
|
||||
<glyph unicode="<" d="M142 639v102l811 423v-180q0 -20 -10 -37t-34 -29l-371 -191q-24 -12 -50 -21t-56 -16q30 -7 56 -15.5t50 -21.5l371 -191q24 -12 34 -29t10 -38v-180z" />
|
||||
<glyph unicode="=" d="M139 414v188h908v-188h-908zM139 775v188h908v-188h-908z" />
|
||||
<glyph unicode=">" d="M234 215v180q0 20 10.5 37.5t34.5 29.5l371 191q45 23 106 37q-30 7 -56 16t-50 21l-371 191q-24 12 -34.5 29t-10.5 37v180l812 -423v-102z" />
|
||||
<glyph unicode="?" horiz-adv-x="861" d="M38 1347q35 31 76.5 58.5t89.5 48t104.5 32t121.5 11.5q89 0 162.5 -24.5t125.5 -70t80.5 -110t28.5 -144.5q0 -78 -22.5 -135t-56.5 -99t-74 -72.5t-76 -57.5t-62 -53t-31 -59l-24 -150h-173l-17 167q-1 5 -1 9v9q0 45 22.5 78t56 62.5t72.5 57t73 59.5t56.5 73t22.5 97 q0 37 -14 66t-38.5 50t-59 32t-73.5 11q-58 0 -99 -12.5t-69 -28.5t-47.5 -29t-34.5 -13q-37 0 -54 31zM231 139q0 32 12 60.5t33 49t49.5 33t61.5 12.5q32 0 60.5 -12.5t49 -33t33 -49t12.5 -60.5q0 -33 -12.5 -61t-33 -48.5t-49 -32t-60.5 -11.5q-33 0 -61.5 11.5 t-49.5 32t-33 48.5t-12 61z" />
|
||||
<glyph unicode="@" horiz-adv-x="1684" d="M69 597q0 110 28 213t80 194t126 166.5t164 130t195 84.5t220 30q145 0 278.5 -48.5t236.5 -139t164.5 -221t61.5 -294.5q0 -110 -32 -205.5t-90 -166.5t-136.5 -111.5t-170.5 -40.5q-70 0 -124.5 33t-76.5 106q-60 -74 -127.5 -106t-145.5 -32q-65 0 -112.5 22.5 t-79.5 62t-48 93.5t-16 117q0 58 15 118.5t44.5 116t74 104t105 85t135 57.5t166.5 21q79 0 135 -12t108 -35l-98 -380q-16 -66 -16 -109q0 -31 7.5 -51.5t20.5 -33t31 -17t40 -4.5q43 0 81.5 27t67 76.5t45.5 117t17 147.5q0 133 -41.5 234.5t-116 169.5t-177.5 102 t-226 34q-134 0 -249.5 -50.5t-200 -138.5t-132 -208t-47.5 -258q0 -168 52 -295.5t143.5 -213t214.5 -128.5t267 -43q79 0 147.5 8.5t126 23.5t104.5 34t84 41q20 11 34 11q30 0 42 -33l35 -91q-106 -70 -248.5 -114t-324.5 -44q-185 0 -343 58.5t-273 167.5t-180 265.5 t-65 352.5zM659 490q0 -66 28.5 -102t82.5 -36q27 0 54 8.5t51.5 29.5t45 55.5t33.5 86.5l75 289q-33 6 -67 6q-63 0 -119 -27.5t-96 -74.5t-64 -108t-24 -127z" />
|
||||
<glyph unicode="A" horiz-adv-x="1454" d="M6 0l582 1481h281l582 -1481h-213q-36 0 -59 18t-33 44l-111 303h-613l-111 -303q-8 -24 -32 -43t-59 -19h-214zM493 559h472l-181 493q-12 33 -27 77.5t-29 96.5q-14 -52 -28 -97.5t-27 -78.5z" />
|
||||
<glyph unicode="B" horiz-adv-x="1334" d="M150 0v1481h510q145 0 248.5 -28t169.5 -79t96.5 -123.5t30.5 -164.5q0 -52 -15 -99.5t-47.5 -89t-82 -75.5t-118.5 -57q305 -69 305 -330q0 -94 -35.5 -174t-104.5 -137.5t-169 -90.5t-229 -33h-559zM425 215h280q77 0 128.5 18.5t82.5 49t45 71.5t14 87 q0 48 -15.5 86.5t-48 66t-84 41.5t-124.5 14h-278v-434zM425 840h220q140 0 213 51t73 163q0 116 -65.5 165t-205.5 49h-235v-428z" />
|
||||
<glyph unicode="C" horiz-adv-x="1373" d="M63 740q0 167 55.5 306t156 239t240 156t308.5 56q165 0 288.5 -52.5t211.5 -139.5l-92 -128q-8 -12 -21 -21.5t-35 -9.5q-24 0 -48.5 18.5t-62.5 40t-96 40t-147 18.5q-104 0 -191.5 -36.5t-150.5 -104t-98.5 -164.5t-35.5 -218q0 -125 35.5 -222t96 -163.5t142 -102 t176.5 -35.5q56 0 101.5 6t84 19.5t72.5 34.5t68 52q10 9 21.5 14.5t24.5 5.5q23 0 39 -17l109 -118q-90 -112 -221.5 -171t-316.5 -59q-165 0 -296.5 56t-224.5 156.5t-143 239.5t-50 304z" />
|
||||
<glyph unicode="D" horiz-adv-x="1530" d="M150 0v1481h565q168 0 306 -55t236.5 -152.5t152.5 -234t54 -299.5t-54 -299t-152.5 -234t-236.5 -152.5t-306 -54.5h-565zM427 219h288q109 0 195 36t146.5 103t93.5 163.5t33 218.5t-33 219t-93.5 164t-147 103t-194.5 36h-288v-1043z" />
|
||||
<glyph unicode="E" horiz-adv-x="1172" d="M150 0v1481h933v-219h-656v-411h517v-212h-517v-419h656v-220h-933z" />
|
||||
<glyph unicode="F" horiz-adv-x="1149" d="M150 0v1481h933v-219h-656v-439h554v-220h-554v-603h-277z" />
|
||||
<glyph unicode="G" horiz-adv-x="1480" d="M63 740q0 167 54.5 306.5t154.5 239.5t242 155.5t320 55.5q181 0 313.5 -53.5t224.5 -139.5l-80 -125q-24 -38 -62 -38q-25 0 -50 16q-33 19 -67.5 38.5t-76 34t-93 24t-119.5 9.5q-110 0 -198 -37t-150.5 -105.5t-96.5 -165t-34 -215.5q0 -128 36 -227.5t100.5 -168.5 t153.5 -105t194 -36q93 0 162.5 17t131.5 46v270h-185q-27 0 -42 14.5t-15 36.5v155h492v-599q-56 -41 -117 -71t-130 -49.5t-148 -29t-170 -9.5q-162 0 -298 56t-235.5 156.5t-155.5 239.5t-56 304z" />
|
||||
<glyph unicode="H" horiz-adv-x="1548" d="M150 0v1481h277v-637h694v637h278v-1481h-278v647h-694v-647h-277z" />
|
||||
<glyph unicode="I" horiz-adv-x="643" d="M183 0v1481h277v-1481h-277z" />
|
||||
<glyph unicode="J" horiz-adv-x="894" d="M39 11l14 164q2 23 17 36.5t44 13.5q17 0 45 -7t71 -7q58 0 103.5 17t75.5 53.5t45.5 95.5t15.5 143v961h275v-955q0 -125 -30.5 -225t-91.5 -171t-152 -108.5t-212 -37.5q-55 0 -108.5 6.5t-111.5 20.5z" />
|
||||
<glyph unicode="K" horiz-adv-x="1429" d="M159 0v1482h275v-622h65q39 0 64.5 11t43.5 34l409 517q26 33 54 46t71 13h237l-498 -616q-24 -29 -45.5 -48t-46.5 -32q34 -12 61.5 -34.5t52.5 -57.5l514 -693h-244q-49 0 -73 14t-40 40l-419 547q-20 27 -46 38.5t-73 11.5h-87v-651h-275z" />
|
||||
<glyph unicode="L" horiz-adv-x="1058" d="M150 0v1481h275v-1254h593v-227h-868z" />
|
||||
<glyph unicode="M" horiz-adv-x="1904" d="M150 0v1481h207q18 0 31.5 -1t24.5 -5.5t20 -13.5t18 -24l442 -823q17 -33 32 -68t29 -71q14 37 29.5 73t33.5 68l438 821q8 15 17 24t19.5 13.5t24 5.5t31.5 1h208v-1481h-243v956q0 27 2 59t5 64l-448 -839q-15 -29 -39.5 -45t-57.5 -16h-38q-33 0 -57.5 16t-39.5 45 l-454 842q4 -34 5.5 -66t1.5 -60v-956h-242z" />
|
||||
<glyph unicode="N" horiz-adv-x="1548" d="M150 0v1481h144q18 0 30.5 -1.5t22 -6.5t19 -13.5t20.5 -22.5l777 -991q-4 36 -5.5 70.5t-1.5 64.5v900h243v-1481h-143q-33 0 -54 10t-42 37l-774 986q3 -33 4.5 -65t1.5 -59v-909h-242z" />
|
||||
<glyph unicode="O" horiz-adv-x="1637" d="M69 740q0 163 54 302t153 240t237.5 158t306.5 57t306.5 -57.5t236.5 -158t152.5 -239.5t54.5 -302t-54.5 -301.5t-152.5 -240t-236.5 -158t-306.5 -56.5t-306.5 56.5t-237.5 158t-153 240t-54 301.5zM350 740q0 -122 33 -218.5t94 -163.5t148 -103t195 -36 q109 0 195.5 36t147 103t92.5 163.5t32 218.5t-32 219t-92.5 164.5t-147 103.5t-195.5 36t-195.5 -36t-147.5 -103.5t-94 -164.5t-33 -219z" />
|
||||
<glyph unicode="P" horiz-adv-x="1280" d="M159 0v1481h482q148 0 257 -35t179.5 -97.5t104 -149.5t33.5 -190q0 -108 -35.5 -197.5t-107.5 -154t-179.5 -100.5t-251.5 -36h-207v-521h-275zM434 736h207q76 0 132 19t93 54.5t55.5 86t18.5 113.5q0 59 -18.5 107t-55.5 82t-93 52t-132 18h-207v-532z" />
|
||||
<glyph unicode="Q" horiz-adv-x="1637" d="M69 740q0 163 54 302t153 240t237.5 158t306.5 57t306.5 -57.5t236.5 -158t152.5 -239.5t54.5 -302q0 -99 -20.5 -189.5t-59 -169.5t-94 -145t-125.5 -116l376 -410h-228q-49 0 -88.5 13.5t-72.5 49.5l-217 239q-52 -14 -106.5 -21t-114.5 -7q-168 0 -306.5 56.5 t-237.5 158t-153 240t-54 301.5zM350 740q0 -122 33 -218.5t94 -163.5t148 -103t195 -36q109 0 195.5 36t147 103t92.5 163.5t32 218.5t-32 219t-92.5 164.5t-147 103.5t-195.5 36t-195.5 -36t-147.5 -103.5t-94 -164.5t-33 -219z" />
|
||||
<glyph unicode="R" horiz-adv-x="1341" d="M159 0v1481h451q152 0 260 -31.5t177 -87.5t101.5 -134.5t32.5 -172.5q0 -75 -22 -141.5t-63.5 -121t-102.5 -95.5t-139 -65q52 -30 90 -85l371 -547h-248q-36 0 -61 14.5t-42 40.5l-312 474q-17 27 -38 38.5t-62 11.5h-118v-579h-275zM434 776h172q78 0 136 19.5t95 54 t55.5 81.5t18.5 103q0 113 -74 173.5t-227 60.5h-176v-492z" />
|
||||
<glyph unicode="S" horiz-adv-x="1098" d="M37 178l80 132q11 14 27 24t35 10q26 0 55.5 -21t70 -46.5t95.5 -46.5t131 -21q118 0 182.5 56t64.5 160q0 58 -29 95t-77 62t-109.5 42.5t-125 38t-125 49t-109.5 75t-77.5 115.5t-29.5 170q0 81 32.5 158t94.5 136t152 95t206 36q131 0 241.5 -41t188.5 -115l-68 -130 q-11 -23 -26 -32t-35 -9t-46 16t-61 35.5t-81.5 35.5t-109.5 16q-57 0 -100 -14t-72 -38.5t-43.5 -59t-14.5 -75.5q0 -52 29.5 -86.5t77.5 -59.5t109.5 -44t125.5 -41t125.5 -51.5t109.5 -74t77 -109t29 -156.5q0 -100 -34 -188t-100 -153t-161.5 -102t-218.5 -37 q-71 0 -139.5 13.5t-131.5 39t-117.5 61.5t-97.5 80z" />
|
||||
<glyph unicode="T" horiz-adv-x="1218" d="M25 1254v227h1168v-227h-445v-1254h-276v1254h-447z" />
|
||||
<glyph unicode="U" horiz-adv-x="1490" d="M132 594v887h276v-886q0 -85 23 -153.5t66 -117.5t106 -75.5t142 -26.5q80 0 143 26.5t106.5 75t66.5 117t23 153.5v887h276v-887q0 -132 -42.5 -244t-122.5 -193.5t-193.5 -127t-256.5 -45.5q-142 0 -255.5 45.5t-193 127t-122 193.5t-42.5 244z" />
|
||||
<glyph unicode="V" horiz-adv-x="1454" d="M4 1481h222q36 0 58.5 -17.5t33.5 -45.5l349 -903q17 -44 33 -96.5t30 -111.5q24 118 58 208l348 903q9 24 32.5 43.5t58.5 19.5h222l-598 -1481h-249z" />
|
||||
<glyph unicode="W" horiz-adv-x="2143" d="M12 1481h232q36 0 60 -17t32 -46l252 -886q9 -33 16.5 -71t15.5 -81q8 43 17.5 81.5t20.5 70.5l291 886q8 24 32.5 43.5t58.5 19.5h81q36 0 59.5 -17t32.5 -46l289 -886q23 -66 39 -145q7 40 15 77t16 68l252 886q7 26 31.5 44.5t59.5 18.5h216l-460 -1481h-249 l-323 1012q-6 19 -13 41.5t-13 48.5q-6 -26 -12.5 -48.5t-12.5 -41.5l-327 -1012h-249z" />
|
||||
<glyph unicode="X" horiz-adv-x="1390" d="M12 0l493 762l-472 719h274q29 0 41.5 -8t23.5 -25l337 -544q5 13 11 26t14 26l308 487q23 38 59 38h264l-477 -708l490 -773h-275q-28 0 -45 14.5t-28 32.5l-343 567q-4 -12 -9 -22.5t-10 -20.5l-329 -524q-11 -17 -27.5 -32t-41.5 -15h-258z" />
|
||||
<glyph unicode="Y" horiz-adv-x="1340" d="M-7 1481h243q36 0 56.5 -17.5t35.5 -44.5l271 -494q24 -44 41 -83.5t32 -77.5q13 39 30 78.5t40 82.5l270 494q11 23 33.5 42.5t57.5 19.5h244l-539 -906v-575h-276v575z" />
|
||||
<glyph unicode="Z" horiz-adv-x="1263" d="M63 0v109q0 20 7.5 39t18.5 35l762 1079h-739v219h1095v-102q0 -47 -26 -86l-760 -1073h768v-220h-1126z" />
|
||||
<glyph unicode="[" horiz-adv-x="614" d="M118 -315v1899h420v-99q0 -27 -19 -46t-49 -19h-141v-1572h141q30 0 49 -18.5t19 -45.5v-99h-420z" />
|
||||
<glyph unicode="\" horiz-adv-x="799" d="M-29 1522h109q45 0 78 -23t51 -66l597 -1530h-107q-40 0 -78 23.5t-56 70.5z" />
|
||||
<glyph unicode="]" horiz-adv-x="614" d="M77 -216q0 27 19 45.5t48 18.5h142v1572h-142q-30 0 -48.5 19t-18.5 46v99h420v-1899h-420v99z" />
|
||||
<glyph unicode="^" d="M125 796l382 685h164l382 -685h-186q-24 0 -38.5 12t-24.5 30l-163 296q-15 29 -28 54t-21 52q-8 -27 -19.5 -53t-26.5 -53l-160 -296q-9 -17 -24.5 -29.5t-42.5 -12.5h-194z" />
|
||||
<glyph unicode="_" horiz-adv-x="806" d="M0 -137h807v-164h-807v164z" />
|
||||
<glyph unicode="`" horiz-adv-x="653" d="M-1 1497h237q42 0 61.5 -14t35.5 -40l146 -249h-144q-29 0 -47 7.5t-36 28.5z" />
|
||||
<glyph unicode="a" horiz-adv-x="1072" d="M83 268q0 59 31 117t104 105t193.5 77.5t300.5 34.5v62q0 105 -44.5 155.5t-129.5 50.5q-61 0 -102.5 -14t-71.5 -32t-55.5 -32.5t-56.5 -14.5q-26 0 -44.5 13.5t-29.5 32.5l-46 81q181 166 437 166q92 0 164.5 -30t122.5 -84t76 -128.5t26 -163.5v-664h-113 q-36 0 -56.5 11t-30.5 43l-23 75q-40 -36 -78.5 -63t-79 -45.5t-87 -27.5t-102.5 -9q-67 0 -123 17.5t-96.5 53.5t-63 89t-22.5 124zM325 282q0 -67 39 -95.5t103 -28.5q39 0 71.5 7t62 21.5t56.5 35.5t55 49v178q-111 -5 -185 -19t-119.5 -35.5t-64 -50t-18.5 -62.5z" />
|
||||
<glyph unicode="b" horiz-adv-x="1167" d="M138 0v1522h253v-600q62 67 141 106t185 39q86 0 157 -35.5t123 -103t80 -166.5t28 -228q0 -118 -32 -218.5t-90.5 -174t-142 -115t-187.5 -41.5q-48 0 -88 9.5t-72.5 27t-61 42.5t-53.5 56l-11 -71q-6 -27 -21 -38t-41 -11h-167zM391 272q43 -53 94 -74t110 -21 q57 0 103 21.5t78.5 65.5t50 111t17.5 159t-15 156t-42.5 104t-67 58t-89.5 18q-79 0 -135 -33t-104 -94v-471z" />
|
||||
<glyph unicode="c" horiz-adv-x="976" d="M65 527q0 116 33 215t97.5 171t160 113t218.5 41q118 0 206.5 -38t159.5 -108l-67 -93q-11 -14 -21.5 -22t-31.5 -8q-19 0 -37.5 11.5t-44 26.5t-61 26.5t-87.5 11.5q-67 0 -117 -24t-83.5 -69t-49.5 -109t-16 -145q0 -84 17.5 -149.5t51.5 -110t82 -67.5t109 -23 q60 0 97.5 15t63 33t44.5 32.5t42 14.5q31 0 47 -23l72 -92q-42 -49 -91 -82.5t-101.5 -53.5t-109 -28t-111.5 -8q-97 0 -183.5 36t-150.5 106t-101 170.5t-37 229.5z" />
|
||||
<glyph unicode="d" horiz-adv-x="1167" d="M62 522q0 117 32 217.5t91.5 174t142.5 115t186 41.5q88 0 150.5 -28t111.5 -75v555h253v-1522h-155q-49 0 -64 46l-20 101q-33 -37 -69 -66.5t-77.5 -51t-89 -33t-102.5 -11.5q-86 0 -158 35.5t-123.5 104t-80 168.5t-28.5 229zM324 522q0 -92 14.5 -156t42.5 -104.5 t67.5 -58.5t89.5 -18q79 0 134 33t104 93v471q-43 52 -93.5 74t-109.5 22q-57 0 -103.5 -21.5t-79 -65t-49.5 -111t-17 -158.5z" />
|
||||
<glyph unicode="e" horiz-adv-x="1094" d="M65 548q0 108 34.5 202.5t99.5 164.5t159 111t211 41q99 0 183 -31.5t144 -92.5t94 -149.5t34 -202.5q0 -29 -2.5 -48t-9 -29.5t-18 -15t-28.5 -4.5h-650q11 -162 87 -238t201 -76q61 0 106 14.5t78 32t58 31.5t49 14q15 0 26.5 -6t19.5 -17l74 -92q-42 -49 -94.5 -82.5 t-109 -53.5t-115.5 -28t-114 -8q-110 0 -204 36t-164 107.5t-109.5 176.5t-39.5 243zM322 646h475q0 49 -13.5 92.5t-41 76.5t-69.5 52t-99 19q-111 0 -173 -62.5t-79 -177.5z" />
|
||||
<glyph unicode="f" horiz-adv-x="717" d="M24 938v103h156v78q0 90 27 162t78 122t123.5 76.5t163.5 26.5q73 0 136 -19l-6 -127q-2 -30 -27.5 -37t-59.5 -7q-45 0 -80 -10t-59.5 -34t-37.5 -63.5t-13 -97.5v-70h273v-180h-265v-861h-253v860l-91 14q-30 5 -47.5 20.5t-17.5 43.5z" />
|
||||
<glyph unicode="g" horiz-adv-x="1059" d="M33 -92q0 74 45 124t125 80q-39 22 -62.5 57.5t-23.5 92.5q0 24 8 49t25 49.5t42.5 46.5t60.5 39q-80 43 -125.5 115t-45.5 168q0 78 31 141t87 107.5t132.5 68t166.5 23.5q68 0 127 -14t108 -40h302v-94q0 -24 -12 -37.5t-42 -18.5l-94 -17q10 -27 15.5 -56.5t5.5 -62.5 q0 -78 -31 -141t-86 -107t-130 -68t-163 -24q-59 0 -116 11q-49 -30 -49 -66q0 -32 29 -47t76.5 -21t108 -7.5t124 -6.5t124 -18t108 -40.5t77 -75t29.5 -122.5q0 -70 -34.5 -135.5t-99.5 -116.5t-159 -82.5t-215 -31.5q-120 0 -208 23t-146 61.5t-86.5 89t-28.5 104.5z M252 -59q0 -28 14 -52t44 -41.5t78 -27t118 -9.5q71 0 122 10.5t84 29.5t48.5 45t15.5 57t-18.5 50.5t-50 30t-74 15.5t-90 7.5t-98.5 5.5t-98 9q-43 -24 -69 -56t-26 -74zM312 723q0 -37 12 -68.5t35 -54.5t58.5 -36t81.5 -13q47 0 81.5 13t58 35.5t35 54t11.5 69.5 q0 78 -46.5 123.5t-139.5 45.5t-140 -45.5t-47 -123.5z" />
|
||||
<glyph unicode="h" horiz-adv-x="1164" d="M135 0v1522h253v-585q61 58 135 94t173 36q86 0 152.5 -29t111.5 -82t68 -126t23 -161v-669h-253v669q0 96 -44.5 148.5t-133.5 52.5q-66 0 -123.5 -29.5t-108.5 -80.5v-760h-253z" />
|
||||
<glyph unicode="i" horiz-adv-x="555" d="M119 1357q0 34 12.5 63.5t34 51t51 34.5t62.5 13q34 0 63.5 -13t51.5 -34.5t35 -51t13 -63.5q0 -33 -13 -61.5t-35 -50t-52 -34.5t-63 -13t-62.5 13t-51 34.5t-34 50t-12.5 61.5zM152 0v1051h252v-1051h-252z" />
|
||||
<glyph unicode="j" horiz-adv-x="550" d="M-59 -349l8 136q3 20 16 26t51 6t64 7.5t42 24.5t23 44.5t7 68.5v1087h252v-1087q0 -69 -17.5 -129t-57 -105.5t-103.5 -72t-156 -26.5q-36 0 -66.5 5t-62.5 15zM119 1357q0 34 12.5 63.5t34 51t51 34.5t62.5 13q34 0 63.5 -13t51.5 -34.5t35 -51t13 -63.5 q0 -33 -13 -61.5t-35 -50t-52 -34.5t-63 -13t-62.5 13t-51 34.5t-34 50t-12.5 61.5z" />
|
||||
<glyph unicode="k" horiz-adv-x="1129" d="M138 0v1522h253v-872h47q26 0 40.5 7.5t30.5 26.5l261 323q17 20 36.5 32t51.5 12h232l-327 -391q-17 -22 -35.5 -39.5t-40.5 -30.5q22 -15 38 -35.5t33 -44.5l350 -510h-228q-30 0 -50.5 10t-36.5 35l-268 398q-15 24 -30.5 31t-45.5 7h-58v-481h-253z" />
|
||||
<glyph unicode="l" horiz-adv-x="555" d="M152 0v1522h252v-1522h-252z" />
|
||||
<glyph unicode="m" horiz-adv-x="1724" d="M135 0v1051h155q49 0 64 -46l17 -78q28 31 58 56.5t64 44t73.5 29t86.5 10.5q99 0 163.5 -54t95.5 -143q25 52 62 89.5t81 61t93.5 35t99.5 11.5q87 0 154.5 -26.5t114 -78t70.5 -125t24 -168.5v-669h-253v669q0 100 -44 150.5t-129 50.5q-39 0 -72.5 -13t-58.5 -38 t-39.5 -63t-14.5 -87v-669h-254v669q0 105 -42 153t-125 48q-54 0 -102 -27t-89 -74v-769h-253z" />
|
||||
<glyph unicode="n" horiz-adv-x="1164" d="M135 0v1051h155q49 0 64 -46l18 -83q32 33 67 59.5t74.5 46t84.5 29.5t98 10q86 0 152.5 -29t111.5 -82t68 -126t23 -161v-669h-253v669q0 96 -44.5 148.5t-133.5 52.5q-66 0 -123.5 -29.5t-108.5 -80.5v-760h-253z" />
|
||||
<glyph unicode="o" horiz-adv-x="1164" d="M62 527q0 124 37.5 224.5t105.5 170t164.5 107.5t214.5 38t213.5 -38t163 -107.5t104.5 -170t37 -224.5q0 -125 -37 -225t-104.5 -171t-163.5 -108.5t-213 -37.5q-118 0 -214.5 37.5t-164.5 108.5t-105.5 171t-37.5 225zM324 525q0 -169 63.5 -257.5t196.5 -88.5 q131 0 194 88t63 258t-63 259t-194 89q-133 0 -196.5 -89.5t-63.5 -258.5z" />
|
||||
<glyph unicode="p" horiz-adv-x="1158" d="M135 -343v1394h155q25 0 42 -11.5t22 -34.5l21 -98q63 73 145.5 118t193.5 45q86 0 157 -36t123 -104t80 -167.5t28 -228.5q0 -118 -32 -218.5t-90.5 -174t-142 -115t-187.5 -41.5q-89 0 -151 27t-111 75v-430h-253zM388 272q43 -53 93.5 -74t109.5 -21q57 0 103.5 21.5 t79 65.5t50 111t17.5 159t-15 156t-42.5 104t-67 58t-89.5 18q-79 0 -135 -33t-104 -94v-471z" />
|
||||
<glyph unicode="q" horiz-adv-x="1167" d="M62 522q0 117 32 217.5t91.5 174t142.5 115t186 41.5q49 0 89.5 -8.5t75 -25t63 -39t55.5 -51.5l13 59q5 24 22.5 35t41.5 11h155v-1394h-253v475q-32 -34 -67 -61t-75 -46t-85 -29.5t-97 -10.5q-86 0 -158 35.5t-123.5 104t-80 168.5t-28.5 229zM324 522 q0 -92 14.5 -156t42.5 -104.5t67.5 -58.5t89.5 -18q79 0 134 33t104 93v471q-43 52 -93.5 74t-109.5 22q-57 0 -103.5 -21.5t-79 -65t-49.5 -111t-17 -158.5z" />
|
||||
<glyph unicode="r" horiz-adv-x="836" d="M135 0v1051h149q39 0 54 -14.5t20 -49.5l16 -127q56 97 132 153.5t170 56.5q78 0 129 -36l-33 -189q-3 -18 -13 -26t-28 -8q-15 0 -41.5 7t-71.5 7q-79 0 -135 -43.5t-95 -127.5v-654h-253z" />
|
||||
<glyph unicode="s" horiz-adv-x="894" d="M43 113l58 96q11 17 26.5 26.5t39.5 9.5t44.5 -13.5t48.5 -29t65 -28.5t95 -13q45 0 77 10.5t53 28t31 40.5t10 48q0 37 -22 60.5t-58.5 41t-83 31t-95 30t-95.5 38.5t-83 56t-58 83t-22 118q0 65 25.5 123.5t75 102t124 69.5t171.5 26q109 0 198 -36t148 -94l-57 -91 q-10 -16 -21.5 -23t-28.5 -7q-18 0 -39.5 10.5t-49 23t-63 23t-83.5 10.5q-75 0 -118 -32t-43 -83q0 -34 22 -57t58.5 -40.5t82.5 -31t94 -30t94.5 -37.5t82.5 -53.5t58 -77.5t22 -108q0 -76 -27.5 -140t-80.5 -110.5t-131.5 -72.5t-179.5 -26q-54 0 -106 9.5t-99.5 27 t-88 41t-71.5 51.5z" />
|
||||
<glyph unicode="t" horiz-adv-x="792" d="M40 914v101l169 27l53 287q4 20 19 31.5t37 11.5h132v-331h276v-180h-276v-569q0 -49 24.5 -77t65.5 -28q24 0 39.5 6t27 12t21 11.5t18.5 5.5q11 0 18.5 -5.5t15.5 -16.5l76 -123q-55 -46 -127 -69.5t-149 -23.5q-136 0 -209.5 77t-73.5 213v587h-107q-20 0 -35 13 t-15 40z" />
|
||||
<glyph unicode="u" horiz-adv-x="1164" d="M114 383v668h253v-668q0 -96 44.5 -149t133.5 -53q66 0 123 29.5t108 80.5v760h253v-1051h-155q-49 0 -64 46l-17 84q-33 -33 -68 -60t-74.5 -46t-85 -29.5t-97.5 -10.5q-86 0 -152 29t-111 82t-68 126.5t-23 161.5z" />
|
||||
<glyph unicode="v" horiz-adv-x="1092" d="M14 1051h210q28 0 47 -13.5t26 -33.5l203 -562q17 -49 29 -96t21 -94q9 47 21 94t30 96l208 562q7 20 25.5 33.5t44.5 13.5h199l-416 -1051h-230z" />
|
||||
<glyph unicode="w" horiz-adv-x="1619" d="M7 1051h201q29 0 48 -13.5t25 -33.5l150 -562q12 -46 20 -90t15 -88q11 44 24 88t27 90l174 564q6 20 24.5 33.5t43.5 13.5h111q28 0 46.5 -13.5t24.5 -33.5l172 -574q13 -44 24 -85.5t21 -83.5q7 44 16 88t22 91l156 562q5 20 24.5 33.5t44.5 13.5h192l-333 -1051h-204 q-33 0 -47 45l-189 607q-9 30 -17 60t-13 60q-6 -31 -13 -61t-17 -61l-191 -605q-14 -45 -55 -45h-194z" />
|
||||
<glyph unicode="x" horiz-adv-x="1105" d="M25 0l359 542l-345 509h244q28 0 41 -8t23 -25l220 -351q5 17 13 34.5t19 34.5l177 277q12 19 25.5 28.5t33.5 9.5h232l-346 -498l360 -553h-243q-28 0 -45 14.5t-28 32.5l-223 366q-9 -37 -26 -62l-197 -304q-11 -17 -27.5 -32t-40.5 -15h-226z" />
|
||||
<glyph unicode="y" horiz-adv-x="1092" d="M7 1051h221q31 0 47.5 -14.5t24.5 -32.5l224 -545q11 -27 19.5 -55.5t14.5 -57.5q8 30 18 57.5t21 56.5l211 544q8 20 27 33.5t43 13.5h202l-572 -1340q-11 -27 -29 -40.5t-55 -13.5h-188l196 421z" />
|
||||
<glyph unicode="z" horiz-adv-x="961" d="M69 0v105q0 17 8 41.5t25 46.5l504 664h-508v194h797v-105q0 -27 -9.5 -52t-23.5 -42l-500 -657h519v-195h-812z" />
|
||||
<glyph unicode="{" horiz-adv-x="614" d="M30 561v147q65 0 94 39t29 102q0 48 -7 95.5t-15.5 96t-15 97t-6.5 98.5q0 78 22.5 142t69 110t117.5 71t167 25h55v-113q0 -13 -6 -22.5t-14.5 -16t-17.5 -9.5t-17 -3h-9q-72 0 -109.5 -45t-37.5 -124q0 -56 6 -107.5t12.5 -100.5t13 -96t6.5 -95q0 -39 -11 -74t-32 -63 t-50 -49.5t-66 -31.5q37 -11 66 -32t50 -50t32 -63.5t11 -72.5q0 -48 -6.5 -95.5t-13 -96t-12.5 -100t-6 -108.5q0 -78 37.5 -123t109.5 -45h9q7 0 16.5 -3t18 -9t14.5 -16t6 -24v-111h-55q-96 0 -167 25t-117.5 70.5t-69 109.5t-22.5 142q0 50 6.5 98.5t15 96.5t15.5 96.5 t7 96.5q0 62 -29 101.5t-94 39.5z" />
|
||||
<glyph unicode="|" horiz-adv-x="614" d="M209 -343v1927h197v-1927h-197z" />
|
||||
<glyph unicode="}" horiz-adv-x="614" d="M75 -204q0 13 5.5 23.5t14 16.5t18 9t16.5 3h9q72 0 110 45.5t38 122.5q0 56 -6.5 108t-13 100.5t-12.5 96t-6 95.5q0 38 10.5 72.5t31 63.5t50.5 50t67 32q-37 10 -67 31.5t-50.5 49.5t-31 63t-10.5 74q0 48 6 95t12.5 96t13 100.5t6.5 107.5q0 79 -38 124t-110 45h-9 q-7 0 -16.5 3t-18 9.5t-14 16t-5.5 22.5v113h54q96 0 167.5 -25t118 -71t69 -110t22.5 -142q0 -50 -6.5 -98.5t-15.5 -97t-15.5 -96t-6.5 -95.5q0 -62 29 -101.5t94 -39.5v-147q-65 0 -94 -39.5t-29 -101.5q0 -48 6.5 -96.5t15.5 -96.5t15.5 -96.5t6.5 -98.5 q0 -78 -22.5 -142t-69 -109.5t-118 -70.5t-167.5 -25h-54v111z" />
|
||||
<glyph unicode="~" d="M100 408q0 79 21 142.5t60.5 109.5t97 70.5t131.5 24.5q54 0 103.5 -14.5t94 -31.5t83.5 -31t72 -14q57 0 89 36.5t32 103.5h203q0 -79 -20.5 -143t-60 -109.5t-97 -70t-131.5 -24.5q-54 0 -103.5 14t-94 31t-83.5 31.5t-72 14.5q-57 0 -89 -37t-32 -103h-204z" />
|
||||
<glyph unicode="¡" horiz-adv-x="738" d="M214 913q0 33 12 61t32.5 48.5t49 32.5t61.5 12t61 -12t49 -32.5t33 -48.5t12 -61t-12 -61t-33 -48.5t-49.5 -32.5t-60.5 -12q-33 0 -61.5 12t-49 32.5t-32.5 48.5t-12 61zM253 203q0 93 9 182.5t25 189.5h171q15 -100 24.5 -189.5t9.5 -182.5v-546h-239v546z" />
|
||||
<glyph unicode="¢" d="M126 525q0 112 34 208.5t100 168.5t162.5 115t221.5 48l14 161q2 24 20.5 43.5t48.5 19.5h93l-20 -234q81 -14 146.5 -48.5t120.5 -85.5l-66 -90q-10 -14 -20 -21t-31 -7q-14 0 -29.5 6.5t-35.5 17t-44.5 20.5t-57.5 18l-59 -689q54 5 90.5 20t62.5 30.5t45.5 27.5 t40.5 12q31 0 47 -21l69 -90q-36 -42 -79 -72t-90 -50t-98 -30.5t-104 -14.5l-13 -151q-2 -25 -20.5 -44.5t-47.5 -19.5h-93l18 219q-91 13 -169 54.5t-135.5 109.5t-89.5 160.5t-32 208.5zM376 525q0 -137 50 -221.5t143 -114.5l59 683q-129 -16 -190.5 -106t-61.5 -241z " />
|
||||
<glyph unicode="£" d="M40 614v81q0 35 21.5 60t63.5 25h111v242q0 96 28.5 182.5t87 151.5t146.5 103t207 38q82 0 146.5 -21t115.5 -57t88.5 -84.5t63.5 -104.5l-101 -65q-33 -16 -59 -16q-38 0 -67 34q-19 23 -38 41.5t-41 32t-48.5 20.5t-59.5 7q-105 0 -157.5 -69t-52.5 -192v-243h418 v-100q0 -25 -20 -45.5t-51 -20.5h-347v-198q0 -68 -25.5 -120.5t-69.5 -97.5q76 17 151 17h600v-106q0 -18 -7.5 -38t-22 -36t-34.5 -25.5t-45 -9.5h-982v159q35 8 67 23t56 38t38.5 54t14.5 73v267h-196z" />
|
||||
<glyph unicode="¤" d="M113 1039l128 125l153 -153q44 27 94.5 41.5t105.5 14.5q53 0 102 -14t92 -39l156 155l126 -126l-155 -154q27 -44 42 -94.5t15 -105.5q0 -54 -14 -102t-39 -91l156 -156l-128 -126l-154 154q-43 -27 -93.5 -41.5t-105.5 -14.5q-53 0 -102 13.5t-92 39.5l-156 -156 l-126 127l154 153q-27 44 -41.5 94.5t-14.5 105.5q0 54 14 103t39 92zM402 689q0 -39 15 -74t41 -61.5t61 -41.5t75 -15t75.5 15t61.5 41.5t41 61.5t15 74q0 41 -15 76.5t-41 61.5t-61.5 41.5t-75.5 15.5t-75 -15.5t-61 -41.5t-41 -61.5t-15 -76.5z" />
|
||||
<glyph unicode="¥" d="M11 1481h210q36 0 58.5 -17t34.5 -45l225 -499q20 -46 32.5 -85t20.5 -77q8 38 20 77t32 85l222 499q11 24 34 43t57 19h212l-408 -833h282v-141h-326v-97h326v-141h-326v-269h-253v269h-328v141h328v97h-328v141h283z" />
|
||||
<glyph unicode="¦" horiz-adv-x="614" d="M209 -343v827h197v-827h-197zM209 756v828h197v-828h-197z" />
|
||||
<glyph unicode="§" horiz-adv-x="1034" d="M96 701q0 81 42.5 145t129.5 102q-47 40 -76.5 95t-29.5 133q0 65 25 122.5t75 101.5t124 70t171 26q109 0 198.5 -36t147.5 -94l-56 -91q-10 -16 -21.5 -23.5t-28.5 -7.5q-19 0 -40.5 10.5t-49 23t-63 23t-83.5 10.5q-43 0 -75.5 -10t-54.5 -27t-34 -39.5t-12 -47.5 q0 -33 24 -57.5t64 -46.5t90.5 -42.5t104 -43.5t104 -50.5t90.5 -63.5t64 -83t24 -109q0 -83 -38.5 -150t-123.5 -108q46 -38 75.5 -88t29.5 -120q0 -76 -27 -139.5t-80.5 -110.5t-132 -73t-180.5 -26q-54 0 -106 10t-99.5 27t-88 40.5t-70.5 51.5l59 96q11 17 26 26.5 t38 9.5q24 0 45 -13t49.5 -28.5t68.5 -29t101 -13.5q84 0 130.5 35t46.5 96q0 41 -24.5 71t-65.5 53t-93 42t-105.5 40.5t-105.5 47.5t-93 62t-65.5 84.5t-24.5 116.5zM321 742q0 -43 29.5 -74t77 -56t107 -48t117.5 -50q41 20 59.5 51.5t18.5 68.5q0 45 -28.5 76t-74.5 57 t-104 48.5t-115 48.5q-46 -25 -66.5 -54t-20.5 -68z" />
|
||||
<glyph unicode="¨" horiz-adv-x="653" d="M-6 1323q0 30 11 56t30.5 45.5t44.5 30.5t53 11q29 0 55 -11t46 -30.5t31 -45.5t11 -56q0 -29 -11 -54t-31 -43.5t-46 -29t-55 -10.5q-28 0 -53 10.5t-44.5 29t-30.5 43.5t-11 54zM377 1323q0 30 11 56t30 45.5t44.5 30.5t54.5 11t55 -11t45.5 -30.5t30.5 -45.5t11 -56 q0 -29 -11 -54t-30.5 -43.5t-45.5 -29t-55 -10.5t-54.5 10.5t-44.5 29t-30 43.5t-11 54z" />
|
||||
<glyph unicode="©" horiz-adv-x="1620" d="M54 740q0 104 27.5 201t76.5 181t118 153.5t153 118.5t180.5 76t200.5 27t201 -27t181 -76t153 -118.5t118 -153.5t76.5 -180.5t27.5 -201.5q0 -103 -27.5 -200t-76.5 -180.5t-118 -152.5t-153 -118t-181 -76t-201 -27t-200.5 27t-180.5 76t-153 118t-118 152.5 t-76.5 180t-27.5 200.5zM193 740q0 -133 47.5 -248.5t131 -201t196 -135t242.5 -49.5t243.5 49.5t197.5 135t132.5 201t48.5 248.5q0 89 -22 171t-62 153.5t-97 129t-125.5 99t-148.5 64t-167 22.5t-166.5 -22.5t-148 -64t-124.5 -99t-95.5 -129t-61 -153.5t-21.5 -171z M362 743q0 104 36 191.5t99.5 150.5t149 98t186.5 35q115 0 196 -38t136 -99l-66 -91q-6 -8 -16.5 -16t-27.5 -8t-32.5 10t-37 22.5t-54.5 22.5t-85 10q-61 0 -109.5 -20t-81.5 -57.5t-50.5 -90.5t-17.5 -120q0 -70 18 -123t49.5 -89t75 -55t94.5 -19q50 0 82.5 8t55 19.5 t40 22.5t39.5 17q11 0 20.5 -4.5t15.5 -12.5l84 -89q-57 -73 -144 -111.5t-205 -38.5q-102 0 -185 36.5t-142 100.5t-91 150.5t-32 187.5z" />
|
||||
<glyph unicode="ª" horiz-adv-x="712" d="M83 1026q0 34 17.5 69t60.5 64t115.5 48t183.5 22v25q0 55 -24 78.5t-70 23.5q-35 0 -57.5 -7.5t-40 -16.5t-33 -16t-36.5 -7q-19 0 -32.5 10t-21.5 23l-31 59q57 52 125.5 76t148.5 24q57 0 103.5 -18.5t78.5 -51.5t49.5 -78t17.5 -99v-393h-85q-25 0 -39 6.5t-23 30.5 l-12 37q-25 -20 -47 -35.5t-46 -26t-51 -15.5t-61 -5q-43 0 -77.5 11.5t-59.5 33.5t-39 54t-14 74zM257 1035q0 -33 19 -45.5t55 -12.5q39 0 68.5 14t60.5 43v83q-60 -2 -99 -9t-62.5 -18t-32.5 -25t-9 -30z" />
|
||||
<glyph unicode="«" horiz-adv-x="995" d="M126 535v32l262 406l83 -39q20 -9 29.5 -23.5t9.5 -31.5q0 -22 -13 -44l-142 -241q-14 -27 -32 -43q16 -14 32 -43l142 -242q13 -23 13 -45q0 -35 -39 -53l-83 -39zM463 535v32l262 406l83 -39q20 -9 29.5 -23.5t9.5 -31.5q0 -22 -13 -44l-142 -241q-14 -27 -33 -43 q16 -14 33 -43l142 -242q13 -23 13 -45q0 -35 -39 -53l-83 -39z" />
|
||||
<glyph unicode="¬" d="M139 594v187h908v-477h-214v290h-694z" />
|
||||
<glyph unicode="­" horiz-adv-x="735" d="M102 513v211h531v-211h-531z" />
|
||||
<glyph unicode="®" horiz-adv-x="1620" d="M54 740q0 104 27.5 201t76.5 181t118 153.5t153 118.5t180.5 76t200.5 27t201 -27t181 -76t153 -118.5t118 -153.5t76.5 -180.5t27.5 -201.5q0 -103 -27.5 -200t-76.5 -180.5t-118 -152.5t-153 -118t-181 -76t-201 -27t-200.5 27t-180.5 76t-153 118t-118 152.5 t-76.5 180t-27.5 200.5zM193 740q0 -133 47.5 -248.5t131 -201t196 -135t242.5 -49.5t243.5 49.5t197.5 135t132.5 201t48.5 248.5q0 89 -22 171t-62 153.5t-97 129t-125.5 99t-148.5 64t-167 22.5t-166.5 -22.5t-148 -64t-124.5 -99t-95.5 -129t-61 -153.5t-21.5 -171z M476 284v918h329q191 0 280.5 -68.5t89.5 -196.5q0 -91 -47.5 -159t-146.5 -100q24 -13 39 -33t31 -47l185 -314h-211q-46 0 -64 33l-148 270q-10 14 -23 21.5t-38 7.5h-57v-332h-219zM695 773h91q52 0 86 9t53 26t26 43t7 58t-6 56t-23 40t-47 23.5t-77 7.5h-110v-263z" />
|
||||
<glyph unicode="¯" horiz-adv-x="653" d="M20 1243v162h613v-162h-613z" />
|
||||
<glyph unicode="°" horiz-adv-x="822" d="M56 1150q0 73 27.5 137t75 111t112 74t139.5 27t139.5 -27t113 -74t76 -111t27.5 -137q0 -71 -27.5 -134.5t-76 -111t-113.5 -75t-139 -27.5q-75 0 -139.5 27.5t-112 75t-75 111t-27.5 134.5zM232 1148q0 -38 13.5 -71t37.5 -57t56.5 -37.5t70.5 -13.5t70.5 13.5 t56.5 37.5t37.5 57t13.5 71q0 39 -13.5 72t-37.5 58t-57 39t-70 14q-38 0 -70.5 -14t-56.5 -39t-37.5 -58t-13.5 -72z" />
|
||||
<glyph unicode="±" d="M93 82v187h1000v-187h-1000zM93 720v188h396v363h205v-363h399v-188h-399v-349h-205v349h-396z" />
|
||||
<glyph unicode="²" horiz-adv-x="681" d="M71 922v58q0 17 6.5 36.5t22.5 36.5l214 211q23 23 43.5 47.5t35 49.5t23 50.5t8.5 48.5q0 37 -20 60t-56 23q-34 0 -54.5 -17t-33.5 -48q-11 -18 -24 -27.5t-36 -9.5q-5 0 -11 0.5t-13 1.5l-101 15q17 118 93 174.5t190 56.5q59 0 106 -17.5t79 -47.5t48.5 -70.5 t16.5 -87.5q0 -42 -12.5 -76.5t-33.5 -66.5t-49 -61.5t-57 -60.5l-131 -133q29 8 56.5 12.5t50.5 4.5h132q29 0 45 -15t16 -41v-107h-554z" />
|
||||
<glyph unicode="³" horiz-adv-x="681" d="M76 1119l79 32q23 8 41 8q38 0 52 -29q6 -11 14 -23t20.5 -22t29 -16t37.5 -6q46 0 70.5 25.5t24.5 61.5q0 28 -7 46t-24 29.5t-46 16t-72 4.5v119q43 0 71 6.5t44 18.5t22.5 29.5t6.5 38.5q0 38 -20 60t-60 22q-36 0 -56.5 -17t-32.5 -43q-9 -20 -21 -30t-33 -10 q-11 0 -27 3l-93 15q8 58 32.5 102t60 72.5t81.5 42.5t99 14q58 0 103 -17t77 -45t48 -63t16 -73q0 -65 -26.5 -109.5t-84.5 -68.5q61 -20 93 -57.5t32 -98.5q0 -63 -23.5 -109t-61.5 -76t-86 -44.5t-98 -14.5q-55 0 -99 11t-78.5 35t-60 63.5t-44.5 96.5z" />
|
||||
<glyph unicode="´" horiz-adv-x="653" d="M193 1194l145 249q15 27 35.5 40.5t61.5 13.5h246l-253 -267q-19 -20 -37 -28t-47 -8h-151z" />
|
||||
<glyph unicode="µ" horiz-adv-x="1164" d="M114 -238v1289h253v-668q0 -96 44.5 -149t133.5 -53q66 0 123 29.5t108 80.5v760h253v-1051h-155q-49 0 -64 46l-17 85q-32 -32 -63 -54t-62.5 -35.5t-66 -20t-73.5 -6.5q-60 0 -109 18.5t-87 52.5q11 -45 14.5 -93t3.5 -90v-246h-125q-53 0 -82 27t-29 78z" />
|
||||
<glyph unicode="¶" horiz-adv-x="1434" d="M34 1062q0 93 33 170t94 132t147 86t193 31h902v-212h-219v-1483h-221v1483h-241v-1483h-221v859q-106 0 -192.5 33.5t-147.5 90t-94 132.5t-33 161z" />
|
||||
<glyph unicode="·" horiz-adv-x="572" d="M93 609q0 40 15 75.5t41 61.5t61 41t75 15q41 0 76 -15t61.5 -41t41.5 -61.5t15 -75.5t-15 -74t-41.5 -60t-61.5 -41t-76 -15q-40 0 -75 15t-61 41t-41 60t-15 74z" />
|
||||
<glyph unicode="¸" horiz-adv-x="653" d="M135 -334l24 78q6 24 28 24q7 0 15 -2.5t17.5 -5.5t21.5 -5t28 -2q34 0 51 13t17 31q0 30 -37 43t-114 23l46 151h158l-20 -70q91 -23 128 -61.5t37 -90.5q0 -34 -18 -61.5t-51 -47t-79 -30t-101 -10.5q-42 0 -78.5 6t-72.5 17z" />
|
||||
<glyph unicode="¹" horiz-adv-x="681" d="M97 1482l239 198h152v-642h118v-116h-441v116h142v369l5 52l-79 -62q-16 -12 -34 -13q-15 0 -27.5 6.5t-17.5 14.5z" />
|
||||
<glyph unicode="º" horiz-adv-x="794" d="M62 1177q0 75 25 134.5t69 101t106 64t137 22.5q74 0 135.5 -22.5t105.5 -64t68 -101.5t24 -134q0 -76 -24 -137t-68 -103.5t-105.5 -65t-135.5 -22.5q-76 0 -137.5 22.5t-105.5 65t-69 103.5t-25 137zM260 1175q0 -91 33.5 -135t105.5 -44q69 0 102.5 43.5t33.5 135.5 q0 91 -33.5 134t-102.5 43q-73 0 -106 -43t-33 -134z" />
|
||||
<glyph unicode="»" horiz-adv-x="995" d="M147 223q0 20 14 43l141 242q16 29 33 43q-18 16 -33 43l-141 241q-13 23 -14 44q0 37 39 55l83 39l262 -406v-32l-262 -406l-83 39q-20 9 -29.5 23.5t-9.5 31.5zM484 223q0 20 14 43l141 242q16 29 33 43q-18 16 -33 43l-141 241q-13 23 -14 44q0 37 39 55l83 39 l262 -406v-32l-262 -406l-83 39q-20 9 -29.5 23.5t-9.5 31.5z" />
|
||||
<glyph unicode="¼" horiz-adv-x="1458" d="M78 1283l238 199h153v-642h118v-117h-442v117h143v368l5 53l-79 -63q-16 -12 -35 -12q-15 0 -27.5 6t-17.5 14zM231 0l854 1398q24 39 55.5 61t78.5 22h107l-860 -1408q-27 -42 -57 -57.5t-69 -15.5h-109zM834 281l343 478h175v-470h96v-90q0 -13 -9 -23.5t-26 -10.5h-61 v-165h-152v165h-296q-25 0 -38.5 10.5t-16.5 27.5zM1000 289h200v172q0 24 1.5 52.5t5.5 58.5z" />
|
||||
<glyph unicode="½" horiz-adv-x="1458" d="M78 1283l238 199h153v-642h118v-117h-442v117h143v368l5 53l-79 -63q-16 -12 -35 -12q-15 0 -27.5 6t-17.5 14zM189 0l854 1398q24 39 55.5 61t78.5 22h107l-860 -1408q-27 -42 -57 -57.5t-69 -15.5h-109zM867 0v58q0 17 7 37t23 36l214 211q23 23 43.5 48t34.5 50t23 50 t9 49q0 37 -20 60t-56 23q-34 0 -53.5 -16t-34.5 -50q-16 -37 -61 -37q-5 0 -10.5 0.5t-12.5 1.5l-102 16q17 118 93 174t191 56q59 0 106 -17.5t79 -47t48.5 -70t16.5 -87.5q0 -42 -13 -77t-34 -66.5t-48.5 -61.5t-57.5 -60l-131 -134q29 8 56.5 13t51.5 5h132 q29 0 44.5 -15.5t15.5 -40.5v-108h-554z" />
|
||||
<glyph unicode="¾" horiz-adv-x="1459" d="M56 921l79 31q23 8 41 9q38 0 52 -29q6 -11 14.5 -23.5t20.5 -22t28.5 -16t38.5 -6.5q46 0 70.5 25.5t24.5 61.5q0 28 -7 46.5t-24 29.5t-46.5 16t-72.5 5v118q43 0 71.5 7t44.5 18.5t22.5 29t6.5 39.5q0 38 -20 59.5t-60 21.5q-36 0 -57 -16t-32 -44q-10 -20 -22 -30 t-32 -10q-11 0 -27 3l-93 16q8 58 32 101.5t60 72t82 42.5t98 14q58 0 103.5 -17t77 -44.5t48 -63t16.5 -73.5q0 -65 -26.5 -109t-85.5 -69q61 -20 93 -57.5t32 -98.5q0 -63 -23.5 -108.5t-61.5 -76t-86 -44.5t-97 -14q-55 0 -99 10.5t-78.5 34.5t-60.5 64t-45 97zM234 0 l855 1398q24 39 55.5 61t77.5 22h107l-860 -1408q-27 -42 -57 -57.5t-69 -15.5h-109zM834 281l343 478h175v-470h96v-90q0 -13 -9 -23.5t-26 -10.5h-61v-165h-152v165h-296q-25 0 -38.5 10.5t-16.5 27.5zM1000 289h200v172q0 24 1.5 52.5t5.5 58.5z" />
|
||||
<glyph unicode="¿" horiz-adv-x="861" d="M49 -17q0 78 22.5 132t57 92.5t75 65t76 50t62 47.5t31.5 57l23 148h173l18 -166q1 -5 1 -10v-10q0 -47 -22.5 -78.5t-56.5 -56.5t-73 -47t-72.5 -49t-56 -63.5t-22.5 -89.5q0 -37 13.5 -66t38 -50t58.5 -32.5t74 -11.5q58 0 98.5 13.5t69 29t47.5 28.5t36 13 q36 0 52 -31l68 -106q-36 -31 -77.5 -58t-89.5 -48t-104.5 -32.5t-122.5 -11.5q-89 0 -162 23.5t-125.5 67.5t-81 107t-28.5 143zM332 913q0 32 11.5 60.5t32.5 49t50 33t61 12.5t61 -12.5t49 -33t32.5 -49t12.5 -60.5q0 -33 -12.5 -61t-32.5 -48.5t-49 -32t-61 -11.5 q-33 0 -61.5 11.5t-49.5 32t-32.5 48.5t-11.5 61z" />
|
||||
<glyph unicode="À" horiz-adv-x="1454" d="M6 0l582 1481h281l582 -1481h-213q-36 0 -59 18t-33 44l-111 303h-613l-111 -303q-8 -24 -32 -43t-59 -19h-214zM493 559h472l-181 493q-12 33 -27 77.5t-29 96.5q-14 -52 -28 -97.5t-27 -78.5zM301 1834h281q20 0 34.5 -1.5t26 -6t22 -13t22.5 -20.5l202 -207h-200 q-14 0 -25 0.5t-20 3t-18.5 8t-20.5 13.5z" />
|
||||
<glyph unicode="Á" horiz-adv-x="1454" d="M6 0l582 1481h281l582 -1481h-213q-36 0 -59 18t-33 44l-111 303h-613l-111 -303q-8 -24 -32 -43t-59 -19h-214zM493 559h472l-181 493q-12 33 -27 77.5t-29 96.5q-14 -52 -28 -97.5t-27 -78.5zM533 1586l201 207q12 12 23 20.5t22.5 13t25.5 6t35 1.5h281l-303 -221 q-11 -8 -21 -13.5t-19.5 -8.5t-20.5 -4t-25 -1h-199z" />
|
||||
<glyph unicode="Â" horiz-adv-x="1454" d="M6 0l582 1481h281l582 -1481h-213q-36 0 -59 18t-33 44l-111 303h-613l-111 -303q-8 -24 -32 -43t-59 -19h-214zM493 559h472l-181 493q-12 33 -27 77.5t-29 96.5q-14 -52 -28 -97.5t-27 -78.5zM354 1586l248 224h252l247 -224h-191q-15 0 -33.5 4t-30.5 13l-103 68 q-4 2 -7.5 5t-7.5 6q-2 -2 -6.5 -5t-9.5 -6l-103 -68q-11 -8 -29.5 -12.5t-34.5 -4.5h-191z" />
|
||||
<glyph unicode="Ã" horiz-adv-x="1454" d="M6 0l582 1481h281l582 -1481h-213q-36 0 -59 18t-33 44l-111 303h-613l-111 -303q-8 -24 -32 -43t-59 -19h-214zM493 559h472l-181 493q-12 33 -27 77.5t-29 96.5q-14 -52 -28 -97.5t-27 -78.5zM415 1581q0 50 13.5 92.5t39 73.5t61.5 47.5t81 16.5q37 0 71.5 -11 t66 -24.5t58 -24.5t48.5 -11q28 0 44.5 16t17.5 48h137q0 -51 -13 -93t-37.5 -71.5t-60.5 -46.5t-82 -17q-37 0 -71.5 11t-65.5 24.5t-58 25t-49 11.5q-28 0 -44 -17t-17 -50h-140z" />
|
||||
<glyph unicode="Ä" horiz-adv-x="1454" d="M6 0l582 1481h281l582 -1481h-213q-36 0 -59 18t-33 44l-111 303h-613l-111 -303q-8 -24 -32 -43t-59 -19h-214zM493 559h472l-181 493q-12 33 -27 77.5t-29 96.5q-14 -52 -28 -97.5t-27 -78.5zM369 1707q0 28 11 53t29.5 44t42.5 30t50 11q29 0 54.5 -11t45 -30t31 -44 t11.5 -53t-11.5 -52.5t-31 -43t-45 -28.5t-54.5 -10q-27 0 -50.5 10t-42 28.5t-29.5 43t-11 52.5zM812 1707q0 28 10.5 53t29.5 44t44 30t53 11q29 0 54 -11t43.5 -30t29 -44t10.5 -53t-10.5 -52.5t-29 -43t-43.5 -28.5t-54 -10q-28 0 -53 10t-44 28.5t-29.5 43t-10.5 52.5z " />
|
||||
<glyph unicode="Å" horiz-adv-x="1454" d="M6 0l582 1481h281l582 -1481h-213q-36 0 -59 18t-33 44l-111 303h-613l-111 -303q-8 -24 -32 -43t-59 -19h-214zM493 559h472l-181 493q-12 33 -27 77.5t-29 96.5q-14 -52 -28 -97.5t-27 -78.5zM517 1723q0 44 17.5 80t46 61.5t66.5 40t80 14.5q44 0 82.5 -14.5t68.5 -40 t47.5 -61.5t17.5 -80q0 -43 -17.5 -78t-47.5 -60.5t-68.5 -39.5t-82.5 -14q-42 0 -80 14t-66.5 39.5t-46 60.5t-17.5 78zM638 1723q0 -40 24 -65.5t69 -25.5q41 0 65.5 25.5t24.5 65.5q0 43 -24.5 68t-65.5 25q-45 0 -69 -25t-24 -68z" />
|
||||
<glyph unicode="Æ" horiz-adv-x="1912" d="M-29 0l753 1481h1099v-219h-711l51 -411h521v-212h-495l51 -419h583v-220h-816l-45 365h-533l-145 -304q-13 -28 -40 -44.5t-64 -16.5h-209zM523 559h415l-88 717q-16 -52 -34 -98t-36 -85z" />
|
||||
<glyph unicode="Ç" horiz-adv-x="1373" d="M63 740q0 167 55.5 306t156 239t240 156t308.5 56q165 0 288.5 -52.5t211.5 -139.5l-92 -128q-8 -12 -21 -21.5t-35 -9.5q-24 0 -48.5 18.5t-62.5 40t-96 40t-147 18.5q-104 0 -191.5 -36.5t-150.5 -104t-98.5 -164.5t-35.5 -218q0 -125 35.5 -222t96 -163.5t142 -102 t176.5 -35.5q56 0 101.5 6t84 19.5t72.5 34.5t68 52q10 9 21.5 14.5t24.5 5.5q23 0 39 -17l109 -118q-82 -102 -198.5 -160t-274.5 -68l-13 -42q91 -23 128 -61.5t37 -90.5q0 -34 -18 -61.5t-50.5 -47t-78.5 -30t-102 -10.5q-42 0 -78 6t-72 17l23 78q6 24 29 24 q7 0 15 -2.5t17.5 -5.5t21.5 -5t28 -2q34 0 51 13t17 31q0 30 -37 43t-114 23l38 126q-144 15 -259 77t-195 161t-123.5 229t-43.5 284z" />
|
||||
<glyph unicode="È" horiz-adv-x="1172" d="M150 0v1481h933v-219h-656v-411h517v-212h-517v-419h656v-220h-933zM205 1834h281q20 0 34.5 -1.5t26 -6t22 -13t22.5 -20.5l202 -207h-200q-14 0 -25 0.5t-20 3t-18.5 8t-20.5 13.5z" />
|
||||
<glyph unicode="É" horiz-adv-x="1172" d="M150 0v1481h933v-219h-656v-411h517v-212h-517v-419h656v-220h-933zM437 1586l201 207q12 12 23 20.5t22.5 13t25.5 6t35 1.5h281l-303 -221q-11 -8 -21 -13.5t-19.5 -8.5t-20.5 -4t-25 -1h-199z" />
|
||||
<glyph unicode="Ê" horiz-adv-x="1172" d="M150 0v1481h933v-219h-656v-411h517v-212h-517v-419h656v-220h-933zM258 1586l248 224h252l247 -224h-191q-15 0 -33.5 4t-30.5 13l-103 68q-4 2 -7.5 5t-7.5 6q-2 -2 -6.5 -5t-9.5 -6l-103 -68q-11 -8 -29.5 -12.5t-34.5 -4.5h-191z" />
|
||||
<glyph unicode="Ë" horiz-adv-x="1172" d="M150 0v1481h933v-219h-656v-411h517v-212h-517v-419h656v-220h-933zM273 1707q0 28 11 53t29.5 44t42.5 30t50 11q29 0 54.5 -11t45 -30t31 -44t11.5 -53t-11.5 -52.5t-31 -43t-45 -28.5t-54.5 -10q-27 0 -50.5 10t-42 28.5t-29.5 43t-11 52.5zM716 1707q0 28 10.5 53 t29.5 44t44 30t53 11q29 0 54 -11t43.5 -30t29 -44t10.5 -53t-10.5 -52.5t-29 -43t-43.5 -28.5t-54 -10q-28 0 -53 10t-44 28.5t-29.5 43t-10.5 52.5z" />
|
||||
<glyph unicode="Ì" horiz-adv-x="643" d="M183 0v1481h277v-1481h-277zM-100 1834h281q20 0 34.5 -1.5t26 -6t22 -13t22.5 -20.5l202 -207h-200q-14 0 -25 0.5t-20 3t-18.5 8t-20.5 13.5z" />
|
||||
<glyph unicode="Í" horiz-adv-x="643" d="M183 0v1481h277v-1481h-277zM132 1586l201 207q12 12 23 20.5t22.5 13t25.5 6t35 1.5h281l-303 -221q-11 -8 -21 -13.5t-19.5 -8.5t-20.5 -4t-25 -1h-199z" />
|
||||
<glyph unicode="Î" horiz-adv-x="643" d="M183 0v1481h277v-1481h-277zM-48 1586l248 224h252l247 -224h-191q-15 0 -33.5 4t-30.5 13l-103 68q-4 2 -7.5 5t-7.5 6q-2 -2 -6.5 -5t-9.5 -6l-103 -68q-11 -8 -29.5 -12.5t-34.5 -4.5h-191z" />
|
||||
<glyph unicode="Ï" horiz-adv-x="643" d="M183 0v1481h277v-1481h-277zM-33 1707q0 28 11 53t29.5 44t42.5 30t50 11q29 0 54.5 -11t45 -30t31 -44t11.5 -53t-11.5 -52.5t-31 -43t-45 -28.5t-54.5 -10q-27 0 -50.5 10t-42 28.5t-29.5 43t-11 52.5zM410 1707q0 28 10.5 53t29.5 44t44 30t53 11q29 0 54 -11 t43.5 -30t29 -44t10.5 -53t-10.5 -52.5t-29 -43t-43.5 -28.5t-54 -10q-28 0 -53 10t-44 28.5t-29.5 43t-10.5 52.5z" />
|
||||
<glyph unicode="Ð" horiz-adv-x="1618" d="M54 667v156h185v658h565q168 0 306 -55t236.5 -152.5t152.5 -234t54 -299.5t-54 -299t-152.5 -234t-236.5 -152.5t-306 -54.5h-565v667h-185zM516 219h288q109 0 195 36t146.5 103t93 163.5t32.5 218.5t-32.5 219t-93 164t-147 103t-194.5 36h-288v-439h370v-156h-370 v-448z" />
|
||||
<glyph unicode="Ñ" horiz-adv-x="1548" d="M150 0v1481h144q18 0 30.5 -1.5t22 -6.5t19 -13.5t20.5 -22.5l777 -991q-4 36 -5.5 70.5t-1.5 64.5v900h243v-1481h-143q-33 0 -54 10t-42 37l-774 986q3 -33 4.5 -65t1.5 -59v-909h-242zM478 1581q0 50 13.5 92.5t39 73.5t61.5 47.5t81 16.5q37 0 71.5 -11t66 -24.5 t58 -24.5t48.5 -11q28 0 44.5 16t17.5 48h137q0 -51 -13 -93t-37.5 -71.5t-60.5 -46.5t-82 -17q-37 0 -71.5 11t-65.5 24.5t-58 25t-49 11.5q-28 0 -44 -17t-17 -50h-140z" />
|
||||
<glyph unicode="Ò" horiz-adv-x="1637" d="M69 740q0 163 54 302t153 240t237.5 158t306.5 57t306.5 -57.5t236.5 -158t152.5 -239.5t54.5 -302t-54.5 -301.5t-152.5 -240t-236.5 -158t-306.5 -56.5t-306.5 56.5t-237.5 158t-153 240t-54 301.5zM350 740q0 -122 33 -218.5t94 -163.5t148 -103t195 -36 q109 0 195.5 36t147 103t92.5 163.5t32 218.5t-32 219t-92.5 164.5t-147 103.5t-195.5 36t-195.5 -36t-147.5 -103.5t-94 -164.5t-33 -219zM395 1834h281q20 0 34.5 -1.5t26 -6t22 -13t22.5 -20.5l202 -207h-200q-14 0 -25 0.5t-20 3t-18.5 8t-20.5 13.5z" />
|
||||
<glyph unicode="Ó" horiz-adv-x="1637" d="M69 740q0 163 54 302t153 240t237.5 158t306.5 57t306.5 -57.5t236.5 -158t152.5 -239.5t54.5 -302t-54.5 -301.5t-152.5 -240t-236.5 -158t-306.5 -56.5t-306.5 56.5t-237.5 158t-153 240t-54 301.5zM350 740q0 -122 33 -218.5t94 -163.5t148 -103t195 -36 q109 0 195.5 36t147 103t92.5 163.5t32 218.5t-32 219t-92.5 164.5t-147 103.5t-195.5 36t-195.5 -36t-147.5 -103.5t-94 -164.5t-33 -219zM627 1586l201 207q12 12 23 20.5t22.5 13t25.5 6t35 1.5h281l-303 -221q-11 -8 -21 -13.5t-19.5 -8.5t-20.5 -4t-25 -1h-199z" />
|
||||
<glyph unicode="Ô" horiz-adv-x="1637" d="M69 740q0 163 54 302t153 240t237.5 158t306.5 57t306.5 -57.5t236.5 -158t152.5 -239.5t54.5 -302t-54.5 -301.5t-152.5 -240t-236.5 -158t-306.5 -56.5t-306.5 56.5t-237.5 158t-153 240t-54 301.5zM350 740q0 -122 33 -218.5t94 -163.5t148 -103t195 -36 q109 0 195.5 36t147 103t92.5 163.5t32 218.5t-32 219t-92.5 164.5t-147 103.5t-195.5 36t-195.5 -36t-147.5 -103.5t-94 -164.5t-33 -219zM449 1586l248 224h252l247 -224h-191q-15 0 -33.5 4t-30.5 13l-103 68q-4 2 -7.5 5t-7.5 6q-2 -2 -6.5 -5t-9.5 -6l-103 -68 q-11 -8 -29.5 -12.5t-34.5 -4.5h-191z" />
|
||||
<glyph unicode="Õ" horiz-adv-x="1637" d="M69 740q0 163 54 302t153 240t237.5 158t306.5 57t306.5 -57.5t236.5 -158t152.5 -239.5t54.5 -302t-54.5 -301.5t-152.5 -240t-236.5 -158t-306.5 -56.5t-306.5 56.5t-237.5 158t-153 240t-54 301.5zM350 740q0 -122 33 -218.5t94 -163.5t148 -103t195 -36 q109 0 195.5 36t147 103t92.5 163.5t32 218.5t-32 219t-92.5 164.5t-147 103.5t-195.5 36t-195.5 -36t-147.5 -103.5t-94 -164.5t-33 -219zM510 1581q0 50 13.5 92.5t39 73.5t61.5 47.5t81 16.5q37 0 71.5 -11t66 -24.5t58 -24.5t48.5 -11q28 0 44.5 16t17.5 48h137 q0 -51 -13 -93t-37.5 -71.5t-60.5 -46.5t-82 -17q-37 0 -71.5 11t-65.5 24.5t-58 25t-49 11.5q-28 0 -44 -17t-17 -50h-140z" />
|
||||
<glyph unicode="Ö" horiz-adv-x="1637" d="M69 740q0 163 54 302t153 240t237.5 158t306.5 57t306.5 -57.5t236.5 -158t152.5 -239.5t54.5 -302t-54.5 -301.5t-152.5 -240t-236.5 -158t-306.5 -56.5t-306.5 56.5t-237.5 158t-153 240t-54 301.5zM350 740q0 -122 33 -218.5t94 -163.5t148 -103t195 -36 q109 0 195.5 36t147 103t92.5 163.5t32 218.5t-32 219t-92.5 164.5t-147 103.5t-195.5 36t-195.5 -36t-147.5 -103.5t-94 -164.5t-33 -219zM464 1707q0 28 11 53t29.5 44t42.5 30t50 11q29 0 54.5 -11t45 -30t31 -44t11.5 -53t-11.5 -52.5t-31 -43t-45 -28.5t-54.5 -10 q-27 0 -50.5 10t-42 28.5t-29.5 43t-11 52.5zM907 1707q0 28 10.5 53t29.5 44t44 30t53 11q29 0 54 -11t43.5 -30t29 -44t10.5 -53t-10.5 -52.5t-29 -43t-43.5 -28.5t-54 -10q-28 0 -53 10t-44 28.5t-29.5 43t-10.5 52.5z" />
|
||||
<glyph unicode="×" d="M109 337l350 350l-335 335l133 133l335 -335l332 333l134 -133l-333 -333l349 -348l-134 -132l-348 347l-349 -349z" />
|
||||
<glyph unicode="Ø" horiz-adv-x="1637" d="M69 740q0 163 54 302t153 240t237.5 158t306.5 57q113 0 211.5 -25.5t182.5 -74.5l61 84q13 18 24.5 31.5t24 21t28 11t38.5 3.5h141l-183 -252q106 -102 164 -244t58 -312q0 -163 -54.5 -301.5t-152.5 -240t-236.5 -158t-306.5 -56.5q-103 0 -194 21.5t-171 62.5 l-78 -108q-30 -41 -71.5 -57.5t-80.5 -16.5h-108l199 275q-118 102 -182.5 250.5t-64.5 328.5zM350 740q0 -118 30 -211t87 -160l603 829q-106 65 -250 65q-109 0 -195.5 -36t-147.5 -103.5t-94 -164.5t-33 -219zM599 266q97 -47 221 -47q109 0 195.5 36t147 103t92.5 163.5 t32 218.5q0 105 -24 191.5t-70 151.5z" />
|
||||
<glyph unicode="Ù" horiz-adv-x="1490" d="M132 594v887h276v-886q0 -85 23 -153.5t66 -117.5t106 -75.5t142 -26.5q80 0 143 26.5t106.5 75t66.5 117t23 153.5v887h276v-887q0 -132 -42.5 -244t-122.5 -193.5t-193.5 -127t-256.5 -45.5q-142 0 -255.5 45.5t-193 127t-122 193.5t-42.5 244zM319 1834h281 q20 0 34.5 -1.5t26 -6t22 -13t22.5 -20.5l202 -207h-200q-14 0 -25 0.5t-20 3t-18.5 8t-20.5 13.5z" />
|
||||
<glyph unicode="Ú" horiz-adv-x="1490" d="M132 594v887h276v-886q0 -85 23 -153.5t66 -117.5t106 -75.5t142 -26.5q80 0 143 26.5t106.5 75t66.5 117t23 153.5v887h276v-887q0 -132 -42.5 -244t-122.5 -193.5t-193.5 -127t-256.5 -45.5q-142 0 -255.5 45.5t-193 127t-122 193.5t-42.5 244zM551 1586l201 207 q12 12 23 20.5t22.5 13t25.5 6t35 1.5h281l-303 -221q-11 -8 -21 -13.5t-19.5 -8.5t-20.5 -4t-25 -1h-199z" />
|
||||
<glyph unicode="Û" horiz-adv-x="1490" d="M132 594v887h276v-886q0 -85 23 -153.5t66 -117.5t106 -75.5t142 -26.5q80 0 143 26.5t106.5 75t66.5 117t23 153.5v887h276v-887q0 -132 -42.5 -244t-122.5 -193.5t-193.5 -127t-256.5 -45.5q-142 0 -255.5 45.5t-193 127t-122 193.5t-42.5 244zM372 1586l248 224h252 l247 -224h-191q-15 0 -33.5 4t-30.5 13l-103 68q-4 2 -7.5 5t-7.5 6q-2 -2 -6.5 -5t-9.5 -6l-103 -68q-11 -8 -29.5 -12.5t-34.5 -4.5h-191z" />
|
||||
<glyph unicode="Ü" horiz-adv-x="1490" d="M132 594v887h276v-886q0 -85 23 -153.5t66 -117.5t106 -75.5t142 -26.5q80 0 143 26.5t106.5 75t66.5 117t23 153.5v887h276v-887q0 -132 -42.5 -244t-122.5 -193.5t-193.5 -127t-256.5 -45.5q-142 0 -255.5 45.5t-193 127t-122 193.5t-42.5 244zM387 1707q0 28 11 53 t29.5 44t42.5 30t50 11q29 0 54.5 -11t45 -30t31 -44t11.5 -53t-11.5 -52.5t-31 -43t-45 -28.5t-54.5 -10q-27 0 -50.5 10t-42 28.5t-29.5 43t-11 52.5zM830 1707q0 28 10.5 53t29.5 44t44 30t53 11q29 0 54 -11t43.5 -30t29 -44t10.5 -53t-10.5 -52.5t-29 -43t-43.5 -28.5 t-54 -10q-28 0 -53 10t-44 28.5t-29.5 43t-10.5 52.5z" />
|
||||
<glyph unicode="Ý" horiz-adv-x="1340" d="M-7 1481h243q36 0 56.5 -17.5t35.5 -44.5l271 -494q24 -44 41 -83.5t32 -77.5q13 39 30 78.5t40 82.5l270 494q11 23 33.5 42.5t57.5 19.5h244l-539 -906v-575h-276v575zM478 1586l201 207q12 12 23 20.5t22.5 13t25.5 6t35 1.5h281l-303 -221q-11 -8 -21 -13.5 t-19.5 -8.5t-20.5 -4t-25 -1h-199z" />
|
||||
<glyph unicode="Þ" horiz-adv-x="1280" d="M159 0v1481h275v-254h207q148 0 257 -35t179.5 -97.5t104 -149.5t33.5 -190q0 -108 -35.5 -197.5t-107.5 -154t-179.5 -100.5t-251.5 -36h-207v-267h-275zM434 482h207q76 0 132 19t93 54.5t55.5 86t18.5 113.5q0 59 -18.5 107t-55.5 82t-93 52t-132 18h-207v-532z" />
|
||||
<glyph unicode="ß" horiz-adv-x="1300" d="M180 0v1008q0 109 37.5 199.5t106.5 157.5t168.5 104t224.5 37q120 0 205 -34.5t138 -87t77.5 -113t24.5 -112.5q0 -59 -20 -101t-50 -74t-65 -55.5t-65 -45t-50 -44.5t-20 -53q0 -34 25.5 -58.5t63.5 -48t83 -50t83 -65t63.5 -92.5t25.5 -133q0 -87 -32.5 -153 t-87.5 -111t-128.5 -68t-154.5 -23q-47 0 -93.5 9.5t-89 27t-80.5 41t-68 51.5l59 96q10 17 25.5 26.5t39.5 9.5t45 -13.5t46.5 -29t58.5 -28.5t79 -13q65 0 104.5 38.5t39.5 99.5q0 48 -27.5 80t-69 57t-89.5 49t-89.5 56t-69 78.5t-27.5 116.5q0 58 21.5 100.5t53.5 75 t70 58.5t70 54t54 59.5t22 74.5q0 34 -12 64t-37.5 52t-66 35.5t-96.5 13.5q-134 0 -203.5 -82.5t-69.5 -241.5v-999h-253z" />
|
||||
<glyph unicode="à" horiz-adv-x="1072" d="M83 268q0 59 31 117t104 105t193.5 77.5t300.5 34.5v62q0 105 -44.5 155.5t-129.5 50.5q-61 0 -102.5 -14t-71.5 -32t-55.5 -32.5t-56.5 -14.5q-26 0 -44.5 13.5t-29.5 32.5l-46 81q181 166 437 166q92 0 164.5 -30t122.5 -84t76 -128.5t26 -163.5v-664h-113 q-36 0 -56.5 11t-30.5 43l-23 75q-40 -36 -78.5 -63t-79 -45.5t-87 -27.5t-102.5 -9q-67 0 -123 17.5t-96.5 53.5t-63 89t-22.5 124zM325 282q0 -67 39 -95.5t103 -28.5q39 0 71.5 7t62 21.5t56.5 35.5t55 49v178q-111 -5 -185 -19t-119.5 -35.5t-64 -50t-18.5 -62.5z M231 1497h237q42 0 61.5 -14t35.5 -40l146 -249h-144q-29 0 -47 7.5t-36 28.5z" />
|
||||
<glyph unicode="á" horiz-adv-x="1072" d="M83 268q0 59 31 117t104 105t193.5 77.5t300.5 34.5v62q0 105 -44.5 155.5t-129.5 50.5q-61 0 -102.5 -14t-71.5 -32t-55.5 -32.5t-56.5 -14.5q-26 0 -44.5 13.5t-29.5 32.5l-46 81q181 166 437 166q92 0 164.5 -30t122.5 -84t76 -128.5t26 -163.5v-664h-113 q-36 0 -56.5 11t-30.5 43l-23 75q-40 -36 -78.5 -63t-79 -45.5t-87 -27.5t-102.5 -9q-67 0 -123 17.5t-96.5 53.5t-63 89t-22.5 124zM325 282q0 -67 39 -95.5t103 -28.5q39 0 71.5 7t62 21.5t56.5 35.5t55 49v178q-111 -5 -185 -19t-119.5 -35.5t-64 -50t-18.5 -62.5z M425 1194l145 249q15 27 35.5 40.5t61.5 13.5h246l-253 -267q-19 -20 -37 -28t-47 -8h-151z" />
|
||||
<glyph unicode="â" horiz-adv-x="1072" d="M83 268q0 59 31 117t104 105t193.5 77.5t300.5 34.5v62q0 105 -44.5 155.5t-129.5 50.5q-61 0 -102.5 -14t-71.5 -32t-55.5 -32.5t-56.5 -14.5q-26 0 -44.5 13.5t-29.5 32.5l-46 81q181 166 437 166q92 0 164.5 -30t122.5 -84t76 -128.5t26 -163.5v-664h-113 q-36 0 -56.5 11t-30.5 43l-23 75q-40 -36 -78.5 -63t-79 -45.5t-87 -27.5t-102.5 -9q-67 0 -123 17.5t-96.5 53.5t-63 89t-22.5 124zM325 282q0 -67 39 -95.5t103 -28.5q39 0 71.5 7t62 21.5t56.5 35.5t55 49v178q-111 -5 -185 -19t-119.5 -35.5t-64 -50t-18.5 -62.5z M205 1196l235 285h237l235 -285h-169q-32 0 -51 18l-108 98q-5 5 -10.5 10t-10.5 12q-5 -7 -11 -12t-11 -10l-109 -98q-8 -7 -22 -12.5t-30 -5.5h-175z" />
|
||||
<glyph unicode="ã" horiz-adv-x="1072" d="M83 268q0 59 31 117t104 105t193.5 77.5t300.5 34.5v62q0 105 -44.5 155.5t-129.5 50.5q-61 0 -102.5 -14t-71.5 -32t-55.5 -32.5t-56.5 -14.5q-26 0 -44.5 13.5t-29.5 32.5l-46 81q181 166 437 166q92 0 164.5 -30t122.5 -84t76 -128.5t26 -163.5v-664h-113 q-36 0 -56.5 11t-30.5 43l-23 75q-40 -36 -78.5 -63t-79 -45.5t-87 -27.5t-102.5 -9q-67 0 -123 17.5t-96.5 53.5t-63 89t-22.5 124zM325 282q0 -67 39 -95.5t103 -28.5q39 0 71.5 7t62 21.5t56.5 35.5t55 49v178q-111 -5 -185 -19t-119.5 -35.5t-64 -50t-18.5 -62.5z M233 1222q0 57 16 103.5t44.5 80t67 52t83.5 18.5q37 0 69 -13.5t60 -29t51.5 -28.5t43.5 -13q31 0 48.5 16.5t17.5 60.5h153q0 -57 -15.5 -103.5t-43.5 -80t-66 -51t-85 -17.5q-37 0 -68.5 13t-59 28.5t-51.5 28.5t-45 13q-30 0 -46.5 -17.5t-16.5 -60.5h-157z" />
|
||||
<glyph unicode="ä" horiz-adv-x="1072" d="M83 268q0 59 31 117t104 105t193.5 77.5t300.5 34.5v62q0 105 -44.5 155.5t-129.5 50.5q-61 0 -102.5 -14t-71.5 -32t-55.5 -32.5t-56.5 -14.5q-26 0 -44.5 13.5t-29.5 32.5l-46 81q181 166 437 166q92 0 164.5 -30t122.5 -84t76 -128.5t26 -163.5v-664h-113 q-36 0 -56.5 11t-30.5 43l-23 75q-40 -36 -78.5 -63t-79 -45.5t-87 -27.5t-102.5 -9q-67 0 -123 17.5t-96.5 53.5t-63 89t-22.5 124zM325 282q0 -67 39 -95.5t103 -28.5q39 0 71.5 7t62 21.5t56.5 35.5t55 49v178q-111 -5 -185 -19t-119.5 -35.5t-64 -50t-18.5 -62.5z M226 1323q0 30 11 56t30.5 45.5t44.5 30.5t53 11q29 0 55 -11t46 -30.5t31 -45.5t11 -56q0 -29 -11 -54t-31 -43.5t-46 -29t-55 -10.5q-28 0 -53 10.5t-44.5 29t-30.5 43.5t-11 54zM609 1323q0 30 11 56t30 45.5t44.5 30.5t54.5 11t55 -11t45.5 -30.5t30.5 -45.5t11 -56 q0 -29 -11 -54t-30.5 -43.5t-45.5 -29t-55 -10.5t-54.5 10.5t-44.5 29t-30 43.5t-11 54z" />
|
||||
<glyph unicode="å" horiz-adv-x="1072" d="M83 268q0 59 31 117t104 105t193.5 77.5t300.5 34.5v62q0 105 -44.5 155.5t-129.5 50.5q-61 0 -102.5 -14t-71.5 -32t-55.5 -32.5t-56.5 -14.5q-26 0 -44.5 13.5t-29.5 32.5l-46 81q181 166 437 166q92 0 164.5 -30t122.5 -84t76 -128.5t26 -163.5v-664h-113 q-36 0 -56.5 11t-30.5 43l-23 75q-40 -36 -78.5 -63t-79 -45.5t-87 -27.5t-102.5 -9q-67 0 -123 17.5t-96.5 53.5t-63 89t-22.5 124zM325 282q0 -67 39 -95.5t103 -28.5q39 0 71.5 7t62 21.5t56.5 35.5t55 49v178q-111 -5 -185 -19t-119.5 -35.5t-64 -50t-18.5 -62.5z M331 1357q0 47 18.5 86t50 66.5t72.5 43t86 15.5q46 0 88 -15.5t73.5 -43t50.5 -66.5t19 -86q0 -46 -19 -84t-50.5 -65t-73.5 -42t-88 -15q-45 0 -86 15t-72.5 42t-50 65t-18.5 84zM469 1357q0 -39 24 -65t69 -26q41 0 65.5 26t24.5 65q0 43 -24.5 68t-65.5 25 q-45 0 -69 -25t-24 -68z" />
|
||||
<glyph unicode="æ" horiz-adv-x="1690" d="M83 282q0 59 31 119t104 109t193.5 81.5t300.5 36.5v36q0 105 -44.5 159.5t-129.5 54.5q-61 0 -102.5 -16t-71.5 -34.5t-55.5 -34.5t-56.5 -16q-26 0 -44.5 13.5t-29.5 32.5l-46 81q91 83 190 124.5t220 41.5q119 0 194.5 -45t115.5 -124q58 77 145 121.5t205 44.5 q89 0 166 -34.5t132.5 -99t87.5 -156.5t32 -207q0 -29 -2.5 -47.5t-8.5 -29.5t-17 -15.5t-28 -4.5h-613q14 -151 85.5 -222t184.5 -71q70 0 113 13.5t72 30t48.5 29.5t40.5 13q18 0 30.5 -6t20.5 -17l68 -86q-42 -49 -92.5 -82.5t-105 -53.5t-111 -28t-109.5 -8 q-112 0 -208.5 50t-159.5 156q-31 -55 -75.5 -94t-99 -64.5t-116 -37t-123.5 -11.5q-77 0 -138 19.5t-104 56.5t-66 93t-23 129zM325 294q0 -71 39.5 -103.5t109.5 -32.5q50 0 93.5 15t75.5 47.5t50.5 83.5t18.5 122v47q-111 -5 -185 -21t-119.5 -39.5t-64 -54t-18.5 -64.5z M952 626h444q0 50 -12.5 97t-37.5 83.5t-64 58t-91 21.5q-108 0 -167 -68t-72 -192z" />
|
||||
<glyph unicode="ç" horiz-adv-x="976" d="M65 527q0 116 33 215t97.5 171t160 113t218.5 41q118 0 206.5 -38t159.5 -108l-67 -93q-11 -14 -21.5 -22t-31.5 -8q-19 0 -37.5 11.5t-44 26.5t-61 26.5t-87.5 11.5q-67 0 -117 -24t-83.5 -69t-49.5 -109t-16 -145q0 -84 17.5 -149.5t51.5 -110t82 -67.5t109 -23 q60 0 97.5 15t63 33t44.5 32.5t42 14.5q28 0 47 -23l72 -92q-71 -83 -159 -121.5t-182 -46.5l-12 -45q91 -23 128 -61.5t37 -90.5q0 -34 -18 -61.5t-51 -47t-79 -30t-101 -10.5q-42 0 -78.5 6t-72.5 17l24 78q6 24 29 24q7 0 14.5 -2.5t17.5 -5.5t21.5 -5t28.5 -2 q34 0 50.5 13t16.5 31q0 30 -37 43t-113 23l39 129q-82 14 -153.5 56.5t-123.5 110.5t-81.5 160.5t-29.5 207.5z" />
|
||||
<glyph unicode="è" horiz-adv-x="1094" d="M65 548q0 108 34.5 202.5t99.5 164.5t159 111t211 41q99 0 183 -31.5t144 -92.5t94 -149.5t34 -202.5q0 -29 -2.5 -48t-9 -29.5t-18 -15t-28.5 -4.5h-650q11 -162 87 -238t201 -76q61 0 106 14.5t78 32t58 31.5t49 14q15 0 26.5 -6t19.5 -17l74 -92q-42 -49 -94.5 -82.5 t-109 -53.5t-115.5 -28t-114 -8q-110 0 -204 36t-164 107.5t-109.5 176.5t-39.5 243zM322 646h475q0 49 -13.5 92.5t-41 76.5t-69.5 52t-99 19q-111 0 -173 -62.5t-79 -177.5zM248 1497h237q42 0 61.5 -14t35.5 -40l146 -249h-144q-29 0 -47 7.5t-36 28.5z" />
|
||||
<glyph unicode="é" horiz-adv-x="1094" d="M65 548q0 108 34.5 202.5t99.5 164.5t159 111t211 41q99 0 183 -31.5t144 -92.5t94 -149.5t34 -202.5q0 -29 -2.5 -48t-9 -29.5t-18 -15t-28.5 -4.5h-650q11 -162 87 -238t201 -76q61 0 106 14.5t78 32t58 31.5t49 14q15 0 26.5 -6t19.5 -17l74 -92q-42 -49 -94.5 -82.5 t-109 -53.5t-115.5 -28t-114 -8q-110 0 -204 36t-164 107.5t-109.5 176.5t-39.5 243zM322 646h475q0 49 -13.5 92.5t-41 76.5t-69.5 52t-99 19q-111 0 -173 -62.5t-79 -177.5zM442 1194l145 249q15 27 35.5 40.5t61.5 13.5h246l-253 -267q-19 -20 -37 -28t-47 -8h-151z" />
|
||||
<glyph unicode="ê" horiz-adv-x="1094" d="M65 548q0 108 34.5 202.5t99.5 164.5t159 111t211 41q99 0 183 -31.5t144 -92.5t94 -149.5t34 -202.5q0 -29 -2.5 -48t-9 -29.5t-18 -15t-28.5 -4.5h-650q11 -162 87 -238t201 -76q61 0 106 14.5t78 32t58 31.5t49 14q15 0 26.5 -6t19.5 -17l74 -92q-42 -49 -94.5 -82.5 t-109 -53.5t-115.5 -28t-114 -8q-110 0 -204 36t-164 107.5t-109.5 176.5t-39.5 243zM322 646h475q0 49 -13.5 92.5t-41 76.5t-69.5 52t-99 19q-111 0 -173 -62.5t-79 -177.5zM222 1196l235 285h237l235 -285h-169q-32 0 -51 18l-108 98q-5 5 -10.5 10t-10.5 12 q-5 -7 -11 -12t-11 -10l-109 -98q-8 -7 -22 -12.5t-30 -5.5h-175z" />
|
||||
<glyph unicode="ë" horiz-adv-x="1094" d="M65 548q0 108 34.5 202.5t99.5 164.5t159 111t211 41q99 0 183 -31.5t144 -92.5t94 -149.5t34 -202.5q0 -29 -2.5 -48t-9 -29.5t-18 -15t-28.5 -4.5h-650q11 -162 87 -238t201 -76q61 0 106 14.5t78 32t58 31.5t49 14q15 0 26.5 -6t19.5 -17l74 -92q-42 -49 -94.5 -82.5 t-109 -53.5t-115.5 -28t-114 -8q-110 0 -204 36t-164 107.5t-109.5 176.5t-39.5 243zM322 646h475q0 49 -13.5 92.5t-41 76.5t-69.5 52t-99 19q-111 0 -173 -62.5t-79 -177.5zM243 1323q0 30 11 56t30.5 45.5t44.5 30.5t53 11q29 0 55 -11t46 -30.5t31 -45.5t11 -56 q0 -29 -11 -54t-31 -43.5t-46 -29t-55 -10.5q-28 0 -53 10.5t-44.5 29t-30.5 43.5t-11 54zM626 1323q0 30 11 56t30 45.5t44.5 30.5t54.5 11t55 -11t45.5 -30.5t30.5 -45.5t11 -56q0 -29 -11 -54t-30.5 -43.5t-45.5 -29t-55 -10.5t-54.5 10.5t-44.5 29t-30 43.5t-11 54z" />
|
||||
<glyph unicode="ì" horiz-adv-x="555" d="M152 0v1051h252v-1051h-252zM-42 1497h237q42 0 61.5 -14t35.5 -40l146 -249h-144q-29 0 -47 7.5t-36 28.5z" />
|
||||
<glyph unicode="í" horiz-adv-x="555" d="M152 0v1051h252v-1051h-252zM152 1194l145 249q15 27 35.5 40.5t61.5 13.5h246l-253 -267q-19 -20 -37 -28t-47 -8h-151z" />
|
||||
<glyph unicode="î" horiz-adv-x="555" d="M152 0v1051h252v-1051h-252zM-68 1196l235 285h237l235 -285h-169q-32 0 -51 18l-108 98q-5 5 -10.5 10t-10.5 12q-5 -7 -11 -12t-11 -10l-109 -98q-8 -7 -22 -12.5t-30 -5.5h-175z" />
|
||||
<glyph unicode="ï" horiz-adv-x="555" d="M152 0v1051h252v-1051h-252zM-47 1323q0 30 11 56t30.5 45.5t44.5 30.5t53 11q29 0 55 -11t46 -30.5t31 -45.5t11 -56q0 -29 -11 -54t-31 -43.5t-46 -29t-55 -10.5q-28 0 -53 10.5t-44.5 29t-30.5 43.5t-11 54zM336 1323q0 30 11 56t30 45.5t44.5 30.5t54.5 11t55 -11 t45.5 -30.5t30.5 -45.5t11 -56q0 -29 -11 -54t-30.5 -43.5t-45.5 -29t-55 -10.5t-54.5 10.5t-44.5 29t-30 43.5t-11 54z" />
|
||||
<glyph unicode="ð" horiz-adv-x="1163" d="M68 485q0 94 33 179.5t94 149.5t147 101.5t193 37.5q97 0 178 -35t143 -103q-22 109 -73 187t-138 137l-203 -131l-47 79q-10 16 -10 34q0 31 33 49l77 44q-33 13 -69.5 24.5t-76.5 23.5q-26 7 -42.5 25.5t-16.5 48.5q0 16 8 43l30 87q103 -17 199 -49t181 -82l180 117 l50 -82q10 -17 10 -32q0 -14 -7.5 -26.5t-21.5 -20.5l-83 -47q58 -52 105 -116t81 -141t52 -168t18 -196q0 -151 -34.5 -269t-101 -200.5t-165 -125.5t-225.5 -43q-106 0 -197 34t-158 98.5t-105 157t-38 210.5zM318 483q0 -75 20 -131.5t54.5 -95.5t80.5 -59t99 -20 q59 0 109.5 21.5t87.5 69t59 123.5t25 184q-15 38 -39 72t-57 59t-75.5 40t-95.5 15q-66 0 -115.5 -21.5t-83.5 -59.5t-51.5 -88.5t-17.5 -108.5z" />
|
||||
<glyph unicode="ñ" horiz-adv-x="1164" d="M135 0v1051h155q49 0 64 -46l18 -83q32 33 67 59.5t74.5 46t84.5 29.5t98 10q86 0 152.5 -29t111.5 -82t68 -126t23 -161v-669h-253v669q0 96 -44.5 148.5t-133.5 52.5q-66 0 -123.5 -29.5t-108.5 -80.5v-760h-253zM266 1222q0 57 16 103.5t44.5 80t67 52t83.5 18.5 q37 0 69 -13.5t60 -29t51.5 -28.5t43.5 -13q31 0 48.5 16.5t17.5 60.5h153q0 -57 -15.5 -103.5t-43.5 -80t-66 -51t-85 -17.5q-37 0 -68.5 13t-59 28.5t-51.5 28.5t-45 13q-30 0 -46.5 -17.5t-16.5 -60.5h-157z" />
|
||||
<glyph unicode="ò" horiz-adv-x="1164" d="M62 527q0 124 37.5 224.5t105.5 170t164.5 107.5t214.5 38t213.5 -38t163 -107.5t104.5 -170t37 -224.5q0 -125 -37 -225t-104.5 -171t-163.5 -108.5t-213 -37.5q-118 0 -214.5 37.5t-164.5 108.5t-105.5 171t-37.5 225zM324 525q0 -169 63.5 -257.5t196.5 -88.5 q131 0 194 88t63 258t-63 259t-194 89q-133 0 -196.5 -89.5t-63.5 -258.5zM257 1497h237q42 0 61.5 -14t35.5 -40l146 -249h-144q-29 0 -47 7.5t-36 28.5z" />
|
||||
<glyph unicode="ó" horiz-adv-x="1164" d="M62 527q0 124 37.5 224.5t105.5 170t164.5 107.5t214.5 38t213.5 -38t163 -107.5t104.5 -170t37 -224.5q0 -125 -37 -225t-104.5 -171t-163.5 -108.5t-213 -37.5q-118 0 -214.5 37.5t-164.5 108.5t-105.5 171t-37.5 225zM324 525q0 -169 63.5 -257.5t196.5 -88.5 q131 0 194 88t63 258t-63 259t-194 89q-133 0 -196.5 -89.5t-63.5 -258.5zM451 1194l145 249q15 27 35.5 40.5t61.5 13.5h246l-253 -267q-19 -20 -37 -28t-47 -8h-151z" />
|
||||
<glyph unicode="ô" horiz-adv-x="1164" d="M62 527q0 124 37.5 224.5t105.5 170t164.5 107.5t214.5 38t213.5 -38t163 -107.5t104.5 -170t37 -224.5q0 -125 -37 -225t-104.5 -171t-163.5 -108.5t-213 -37.5q-118 0 -214.5 37.5t-164.5 108.5t-105.5 171t-37.5 225zM324 525q0 -169 63.5 -257.5t196.5 -88.5 q131 0 194 88t63 258t-63 259t-194 89q-133 0 -196.5 -89.5t-63.5 -258.5zM231 1196l235 285h237l235 -285h-169q-32 0 -51 18l-108 98q-5 5 -10.5 10t-10.5 12q-5 -7 -11 -12t-11 -10l-109 -98q-8 -7 -22 -12.5t-30 -5.5h-175z" />
|
||||
<glyph unicode="õ" horiz-adv-x="1164" d="M62 527q0 124 37.5 224.5t105.5 170t164.5 107.5t214.5 38t213.5 -38t163 -107.5t104.5 -170t37 -224.5q0 -125 -37 -225t-104.5 -171t-163.5 -108.5t-213 -37.5q-118 0 -214.5 37.5t-164.5 108.5t-105.5 171t-37.5 225zM324 525q0 -169 63.5 -257.5t196.5 -88.5 q131 0 194 88t63 258t-63 259t-194 89q-133 0 -196.5 -89.5t-63.5 -258.5zM259 1222q0 57 16 103.5t44.5 80t67 52t83.5 18.5q37 0 69 -13.5t60 -29t51.5 -28.5t43.5 -13q31 0 48.5 16.5t17.5 60.5h153q0 -57 -15.5 -103.5t-43.5 -80t-66 -51t-85 -17.5q-37 0 -68.5 13 t-59 28.5t-51.5 28.5t-45 13q-30 0 -46.5 -17.5t-16.5 -60.5h-157z" />
|
||||
<glyph unicode="ö" horiz-adv-x="1164" d="M62 527q0 124 37.5 224.5t105.5 170t164.5 107.5t214.5 38t213.5 -38t163 -107.5t104.5 -170t37 -224.5q0 -125 -37 -225t-104.5 -171t-163.5 -108.5t-213 -37.5q-118 0 -214.5 37.5t-164.5 108.5t-105.5 171t-37.5 225zM324 525q0 -169 63.5 -257.5t196.5 -88.5 q131 0 194 88t63 258t-63 259t-194 89q-133 0 -196.5 -89.5t-63.5 -258.5zM252 1323q0 30 11 56t30.5 45.5t44.5 30.5t53 11q29 0 55 -11t46 -30.5t31 -45.5t11 -56q0 -29 -11 -54t-31 -43.5t-46 -29t-55 -10.5q-28 0 -53 10.5t-44.5 29t-30.5 43.5t-11 54zM635 1323 q0 30 11 56t30 45.5t44.5 30.5t54.5 11t55 -11t45.5 -30.5t30.5 -45.5t11 -56q0 -29 -11 -54t-30.5 -43.5t-45.5 -29t-55 -10.5t-54.5 10.5t-44.5 29t-30 43.5t-11 54z" />
|
||||
<glyph unicode="÷" d="M93 594v187h1000v-187h-1000zM437 323q0 32 12 60.5t32.5 49t49 32.5t61.5 12q32 0 60.5 -12t49.5 -32.5t33.5 -49.5t12.5 -60q0 -33 -12.5 -61.5t-33.5 -48.5t-49.5 -32t-60.5 -12q-33 0 -61.5 12t-49 32t-32.5 48.5t-12 61.5zM437 1052q0 32 12 60.5t32.5 49t49 32.5 t61.5 12q32 0 60.5 -12t49.5 -32.5t33.5 -49.5t12.5 -60q0 -33 -12.5 -61t-33.5 -48.5t-49.5 -32.5t-60.5 -12q-33 0 -61.5 12t-49 32.5t-32.5 48.5t-12 61z" />
|
||||
<glyph unicode="ø" horiz-adv-x="1164" d="M44 -79l158 214q-68 71 -104 169.5t-36 222.5t37.5 224.5t105.5 170t164.5 107.5t214.5 38q74 0 139 -15.5t121 -43.5l57 76q13 18 24.5 31t24.5 21.5t28 12t38 3.5h125l-175 -238q66 -71 101 -168t35 -219q0 -125 -37 -225t-104.5 -171t-163.5 -108.5t-213 -37.5 q-74 0 -139 14.5t-121 43.5l-35 -48q-30 -40 -71.5 -57t-80.5 -17h-93zM307 525q0 -122 33 -201l385 522q-57 35 -141 35q-134 0 -205.5 -93t-71.5 -263zM442 204q56 -33 142 -33q131 0 202 92t71 262q0 60 -8 109.5t-24 88.5z" />
|
||||
<glyph unicode="ù" horiz-adv-x="1164" d="M114 383v668h253v-668q0 -96 44.5 -149t133.5 -53q66 0 123 29.5t108 80.5v760h253v-1051h-155q-49 0 -64 46l-17 84q-33 -33 -68 -60t-74.5 -46t-85 -29.5t-97.5 -10.5q-86 0 -152 29t-111 82t-68 126.5t-23 161.5zM252 1497h237q42 0 61.5 -14t35.5 -40l146 -249h-144 q-29 0 -47 7.5t-36 28.5z" />
|
||||
<glyph unicode="ú" horiz-adv-x="1164" d="M114 383v668h253v-668q0 -96 44.5 -149t133.5 -53q66 0 123 29.5t108 80.5v760h253v-1051h-155q-49 0 -64 46l-17 84q-33 -33 -68 -60t-74.5 -46t-85 -29.5t-97.5 -10.5q-86 0 -152 29t-111 82t-68 126.5t-23 161.5zM446 1194l145 249q15 27 35.5 40.5t61.5 13.5h246 l-253 -267q-19 -20 -37 -28t-47 -8h-151z" />
|
||||
<glyph unicode="û" horiz-adv-x="1164" d="M114 383v668h253v-668q0 -96 44.5 -149t133.5 -53q66 0 123 29.5t108 80.5v760h253v-1051h-155q-49 0 -64 46l-17 84q-33 -33 -68 -60t-74.5 -46t-85 -29.5t-97.5 -10.5q-86 0 -152 29t-111 82t-68 126.5t-23 161.5zM226 1196l235 285h237l235 -285h-169q-32 0 -51 18 l-108 98q-5 5 -10.5 10t-10.5 12q-5 -7 -11 -12t-11 -10l-109 -98q-8 -7 -22 -12.5t-30 -5.5h-175z" />
|
||||
<glyph unicode="ü" horiz-adv-x="1164" d="M114 383v668h253v-668q0 -96 44.5 -149t133.5 -53q66 0 123 29.5t108 80.5v760h253v-1051h-155q-49 0 -64 46l-17 84q-33 -33 -68 -60t-74.5 -46t-85 -29.5t-97.5 -10.5q-86 0 -152 29t-111 82t-68 126.5t-23 161.5zM247 1323q0 30 11 56t30.5 45.5t44.5 30.5t53 11 q29 0 55 -11t46 -30.5t31 -45.5t11 -56q0 -29 -11 -54t-31 -43.5t-46 -29t-55 -10.5q-28 0 -53 10.5t-44.5 29t-30.5 43.5t-11 54zM630 1323q0 30 11 56t30 45.5t44.5 30.5t54.5 11t55 -11t45.5 -30.5t30.5 -45.5t11 -56q0 -29 -11 -54t-30.5 -43.5t-45.5 -29t-55 -10.5 t-54.5 10.5t-44.5 29t-30 43.5t-11 54z" />
|
||||
<glyph unicode="ý" horiz-adv-x="1092" d="M7 1051h221q31 0 47.5 -14.5t24.5 -32.5l224 -545q11 -27 19.5 -55.5t14.5 -57.5q8 30 18 57.5t21 56.5l211 544q8 20 27 33.5t43 13.5h202l-572 -1340q-11 -27 -29 -40.5t-55 -13.5h-188l196 421zM433 1194l145 249q15 27 35.5 40.5t61.5 13.5h246l-253 -267 q-19 -20 -37 -28t-47 -8h-151z" />
|
||||
<glyph unicode="þ" horiz-adv-x="1158" d="M135 -343v1865h253v-600q62 67 141 106t185 39q86 0 157 -35.5t123 -103t80 -166.5t28 -228q0 -118 -32 -218.5t-90.5 -174t-142 -115t-187.5 -41.5q-45 0 -83 8t-69.5 24t-58 38t-51.5 49v-447h-253zM388 272q43 -53 93.5 -74t109.5 -21q57 0 103.5 21.5t79 65.5t50 111 t17.5 159t-15 156t-42.5 104t-67 58t-89.5 18q-79 0 -135 -33t-104 -94v-471z" />
|
||||
<glyph unicode="ÿ" horiz-adv-x="1092" d="M7 1051h221q31 0 47.5 -14.5t24.5 -32.5l224 -545q11 -27 19.5 -55.5t14.5 -57.5q8 30 18 57.5t21 56.5l211 544q8 20 27 33.5t43 13.5h202l-572 -1340q-11 -27 -29 -40.5t-55 -13.5h-188l196 421zM234 1323q0 30 11 56t30.5 45.5t44.5 30.5t53 11q29 0 55 -11t46 -30.5 t31 -45.5t11 -56q0 -29 -11 -54t-31 -43.5t-46 -29t-55 -10.5q-28 0 -53 10.5t-44.5 29t-30.5 43.5t-11 54zM617 1323q0 30 11 56t30 45.5t44.5 30.5t54.5 11t55 -11t45.5 -30.5t30.5 -45.5t11 -56q0 -29 -11 -54t-30.5 -43.5t-45.5 -29t-55 -10.5t-54.5 10.5t-44.5 29 t-30 43.5t-11 54z" />
|
||||
<glyph unicode="Ą" horiz-adv-x="1454" d="M6 0l582 1481h281l582 -1481h-54q-20 -11 -40 -25.5t-35 -32.5t-24.5 -38.5t-9.5 -42.5q0 -31 19.5 -49t54.5 -18q19 0 31.5 2t20 5t13.5 5.5t11 2.5q18 0 23 -17l39 -93q-34 -23 -84.5 -37.5t-106.5 -14.5q-100 0 -154.5 42t-54.5 108q0 56 37.5 108.5t106.5 94.5h-6 q-36 0 -59 18t-33 44l-111 303h-613l-111 -303q-8 -24 -32 -43t-59 -19h-214zM493 559h472l-181 493q-12 33 -27 77.5t-29 96.5q-14 -52 -28.5 -97.5t-26.5 -78.5z" />
|
||||
<glyph unicode="ą" horiz-adv-x="1072" d="M83 268q0 59 31 117t104 105t193.5 77.5t300.5 34.5v62q0 105 -44.5 155.5t-129.5 50.5q-61 0 -102.5 -14t-71.5 -32t-55.5 -32.5t-56.5 -14.5q-26 0 -44.5 14t-29.5 32l-46 81q181 166 437 166q92 0 164.5 -30t122.5 -84t76 -128.5t26 -163.5v-664q-20 -11 -39.5 -25.5 t-35 -32.5t-24.5 -38.5t-9 -42.5q0 -31 19.5 -49t54.5 -18q19 0 31.5 2t20 5t13 5.5t10.5 2.5q18 0 24 -17l39 -93q-34 -23 -84.5 -37.5t-107.5 -14.5q-100 0 -154 42t-54 108q0 57 38.5 110t110.5 96q-20 4 -33 16t-20 35l-23 75q-40 -36 -78.5 -63t-79 -45.5t-87 -27.5 t-102.5 -9q-67 0 -123 17.5t-96.5 53.5t-63 89t-22.5 124zM325 282q0 -67 39 -95.5t103 -28.5q39 0 71.5 7t62 21.5t56.5 35.5t55 49v178q-111 -5 -185 -19t-119.5 -35.5t-64 -50t-18.5 -62.5z" />
|
||||
<glyph unicode="Ć" horiz-adv-x="1373" d="M63 740q0 167 55.5 306t156 239t240 156t308.5 56q165 0 288.5 -52.5t211.5 -139.5l-92 -128q-8 -12 -21 -21.5t-35 -9.5q-24 0 -48.5 18.5t-62.5 40t-96 40t-147 18.5q-104 0 -191.5 -36.5t-150.5 -104t-98.5 -164.5t-35.5 -218q0 -125 35.5 -222t96 -163.5t142 -102 t176.5 -35.5q56 0 101.5 6t84 19.5t72.5 34.5t68 52q10 9 21.5 14.5t24.5 5.5q23 0 39 -17l109 -118q-90 -112 -221.5 -171t-316.5 -59q-165 0 -296.5 56t-224.5 156.5t-143 239.5t-50 304zM621 1586l201 207q12 12 23 20.5t22.5 13t25.5 6t35 1.5h281l-303 -221 q-11 -8 -21 -13.5t-19.5 -8.5t-20.5 -4t-25 -1h-199z" />
|
||||
<glyph unicode="ć" horiz-adv-x="976" d="M65 527q0 116 33 215t97.5 171t160 113t218.5 41q118 0 206.5 -38t159.5 -108l-67 -93q-11 -14 -21.5 -22t-31.5 -8q-19 0 -37.5 11.5t-44 26.5t-61 26.5t-87.5 11.5q-67 0 -117 -24t-83.5 -69t-49.5 -109t-16 -145q0 -84 17.5 -149.5t51.5 -110t82 -67.5t109 -23 q60 0 97.5 15t63 33t44.5 32.5t42 14.5q31 0 47 -23l72 -92q-42 -49 -91 -82.5t-101.5 -53.5t-109 -28t-111.5 -8q-97 0 -183.5 36t-150.5 106t-101 170.5t-37 229.5zM439 1194l145 249q15 27 35.5 40.5t61.5 13.5h246l-253 -267q-19 -20 -37 -28t-47 -8h-151z" />
|
||||
<glyph unicode="Ę" horiz-adv-x="1185" d="M150 0v1481h933v-219h-656v-411h517v-212h-517v-419h656v-220h-93q-20 -11 -39.5 -25.5t-35 -32.5t-24.5 -38.5t-9 -42.5q0 -31 19.5 -49t53.5 -18q19 0 31.5 2t20.5 5t13.5 5.5t10.5 2.5q18 0 24 -17l39 -93q-34 -23 -85 -37.5t-107 -14.5q-100 0 -154.5 42t-54.5 108 q0 56 37.5 108.5t107.5 94.5h-688z" />
|
||||
<glyph unicode="ę" horiz-adv-x="1094" d="M65 548q0 108 34.5 202.5t99.5 164.5t159 111t211 41q99 0 183 -31.5t144 -92.5t94 -149.5t34 -202.5q0 -29 -2.5 -48t-9 -29.5t-18 -15t-28.5 -4.5h-650q11 -162 87 -238t201 -76q61 0 106 14.5t78 32t58 31.5t49 14q32 0 46 -23l74 -92q-60 -70 -139 -108t-161 -52 q-19 -11 -38 -25.5t-32.5 -32t-22.5 -37.5t-9 -41q0 -31 19.5 -49t54.5 -18q19 0 31.5 2t20 5t13.5 5.5t11 2.5q18 0 23 -17l39 -93q-34 -23 -84.5 -37.5t-106.5 -14.5q-100 0 -154.5 42t-54.5 108q0 52 31.5 100.5t90.5 88.5q-103 5 -191.5 44t-153 110t-101 173.5 t-36.5 234.5zM322 646h475q0 49 -13.5 92.5t-41 76.5t-69.5 52t-99 19q-111 0 -173 -62.5t-79 -177.5z" />
|
||||
<glyph unicode="ı" horiz-adv-x="555" d="M152 0v1051h252v-1051h-252z" />
|
||||
<glyph unicode="Ł" horiz-adv-x="1127" d="M35 449v189q0 33 32 49l152 79v715h276v-590l366 183v-184q0 -38 -34 -55l-332 -173v-435h592v-227h-868v541z" />
|
||||
<glyph unicode="ł" horiz-adv-x="694" d="M53 605v150q0 36 32 49l136 57v661h253v-571l167 68v-146q0 -42 -35 -55l-132 -56v-762h-253v673z" />
|
||||
<glyph unicode="Ń" horiz-adv-x="1548" d="M150 0v1481h144q18 0 30.5 -1.5t22 -6.5t19 -13.5t20.5 -22.5l777 -991q-4 36 -5.5 70.5t-1.5 64.5v900h243v-1481h-143q-33 0 -54 10t-42 37l-774 986q3 -33 4.5 -65t1.5 -59v-909h-242zM597 1586l201 207q12 12 23 20.5t22.5 13t25.5 6t35 1.5h281l-303 -221 q-11 -8 -21 -13.5t-19.5 -8.5t-20.5 -4t-25 -1h-199z" />
|
||||
<glyph unicode="ń" horiz-adv-x="1164" d="M135 0v1051h155q49 0 64 -46l18 -83q32 33 67 59.5t74.5 46t84.5 29.5t98 10q86 0 152.5 -29t111.5 -82t68 -126t23 -161v-669h-253v669q0 96 -44.5 148.5t-133.5 52.5q-66 0 -123.5 -29.5t-108.5 -80.5v-760h-253zM464 1194l145 249q15 27 35.5 40.5t61.5 13.5h246 l-253 -267q-19 -20 -37 -28t-47 -8h-151z" />
|
||||
<glyph unicode="Œ" horiz-adv-x="2214" d="M69 740q0 163 48.5 302t137.5 240t213.5 158t275.5 57q148 0 269.5 -54t210.5 -152v190h901v-219h-657v-411h519v-212h-519v-419h657v-220h-901v189q-89 -96 -209.5 -150t-270.5 -54q-152 0 -276 56.5t-213 157.5t-137.5 239.5t-48.5 301.5zM350 740q0 -122 29.5 -219.5 t83.5 -166t133 -105.5t177 -37q97 0 175 37t132.5 105.5t83 166t28.5 219.5t-28.5 220t-83 167t-132.5 106t-175 37q-98 0 -177 -37t-133 -106t-83.5 -167t-29.5 -220z" />
|
||||
<glyph unicode="œ" horiz-adv-x="1790" d="M62 527q0 124 36 224.5t100 170t153.5 107.5t197.5 38q127 0 222.5 -52.5t156.5 -150.5q56 92 150 147.5t225 55.5q89 0 165.5 -34.5t132.5 -99t87.5 -156.5t31.5 -207q0 -29 -2.5 -47.5t-8.5 -29.5t-17 -15.5t-28 -4.5h-612q14 -151 85 -222t184 -71q57 0 98 14.5 t72.5 32t56 31.5t47.5 14q27 0 45 -23l74 -92q-42 -49 -92 -82.5t-105 -53.5t-111 -28t-110 -8q-111 0 -207.5 49.5t-158.5 155.5q-61 -99 -160 -152t-230 -53q-104 0 -192 37.5t-151.5 108.5t-99 171t-35.5 225zM324 525q0 -170 57.5 -258t181.5 -88q121 0 179.5 88 t58.5 258t-58.5 259t-179.5 89q-123 0 -181 -89.5t-58 -258.5zM1053 626h443q0 50 -12.5 97t-37.5 83.5t-64 58t-91 21.5q-108 0 -166.5 -68t-71.5 -192z" />
|
||||
<glyph unicode="Ś" horiz-adv-x="1133" d="M37 178l80 132q11 14 27 24t35 10q26 0 55.5 -21t70 -46.5t95.5 -46.5t131 -21q118 0 182.5 56t64.5 160q0 58 -29 95t-77 62t-109.5 42.5t-125 38t-125 49t-109.5 75t-77.5 115.5t-29.5 170q0 81 32.5 158t94.5 136t152 95t206 36q131 0 241.5 -41t188.5 -115l-68 -130 q-11 -23 -26 -32t-35 -9t-46 16t-61 35.5t-81.5 35.5t-109.5 16q-57 0 -100 -14t-72 -38.5t-43.5 -59t-14.5 -75.5q0 -52 29.5 -86.5t77.5 -59.5t109.5 -44t125.5 -41t125.5 -51.5t109.5 -74t77 -109t29 -156.5q0 -100 -34 -188t-100 -153t-161.5 -102t-218.5 -37 q-71 0 -139.5 13.5t-131.5 39t-117.5 61.5t-97.5 80zM412 1586l201 207q12 12 23 20.5t22.5 13t25.5 6t35 1.5h281l-303 -221q-11 -8 -21 -13.5t-19.5 -8.5t-20.5 -4t-25 -1h-199z" />
|
||||
<glyph unicode="ś" horiz-adv-x="894" d="M43 113l58 96q11 17 26.5 26.5t39.5 9.5t44.5 -13.5t48.5 -29t65 -28.5t95 -13q45 0 77 10.5t53 28t31 40.5t10 48q0 37 -22 60.5t-58.5 41t-83 31t-95 30t-95.5 38.5t-83 56t-58 83t-22 118q0 65 25.5 123.5t75 102t124 69.5t171.5 26q109 0 198 -36t148 -94l-57 -91 q-10 -16 -21.5 -23t-28.5 -7q-18 0 -39.5 10.5t-49 23t-63 23t-83.5 10.5q-75 0 -118 -32t-43 -83q0 -34 22 -57t58.5 -40.5t82.5 -31t94 -30t94.5 -37.5t82.5 -53.5t58 -77.5t22 -108q0 -76 -27.5 -140t-80.5 -110.5t-131.5 -72.5t-179.5 -26q-54 0 -106 9.5t-99.5 27 t-88 41t-71.5 51.5zM347 1194l145 249q15 27 35.5 40.5t61.5 13.5h246l-253 -267q-19 -20 -37 -28t-47 -8h-151z" />
|
||||
<glyph unicode="Š" horiz-adv-x="1098" d="M37 178l80 132q11 14 27 24t35 10q26 0 55.5 -21t70 -46.5t95.5 -46.5t131 -21q118 0 182.5 56t64.5 160q0 58 -29 95t-77 62t-109.5 42.5t-125 38t-125 49t-109.5 75t-77.5 115.5t-29.5 170q0 81 32.5 158t94.5 136t152 95t206 36q131 0 241.5 -41t188.5 -115l-68 -130 q-11 -23 -26 -32t-35 -9t-46 16t-61 35.5t-81.5 35.5t-109.5 16q-57 0 -100 -14t-72 -38.5t-43.5 -59t-14.5 -75.5q0 -52 29.5 -86.5t77.5 -59.5t109.5 -44t125.5 -41t125.5 -51.5t109.5 -74t77 -109t29 -156.5q0 -100 -34 -188t-100 -153t-161.5 -102t-218.5 -37 q-71 0 -139.5 13.5t-131.5 39t-117.5 61.5t-97.5 80zM222 1810h191q15 0 34 -4t30 -12l103 -69q4 -2 8 -4.5t8 -5.5q4 3 7.5 5.5t7.5 4.5l103 69q11 8 30 12t34 4h191l-247 -224h-252z" />
|
||||
<glyph unicode="š" horiz-adv-x="894" d="M43 113l58 96q11 17 26.5 26.5t39.5 9.5t44.5 -13.5t48.5 -29t65 -28.5t95 -13q45 0 77 10.5t53 28t31 40.5t10 48q0 37 -22 60.5t-58.5 41t-83 31t-95 30t-95.5 38.5t-83 56t-58 83t-22 118q0 65 25.5 123.5t75 102t124 69.5t171.5 26q109 0 198 -36t148 -94l-57 -91 q-10 -16 -21.5 -23t-28.5 -7q-18 0 -39.5 10.5t-49 23t-63 23t-83.5 10.5q-75 0 -118 -32t-43 -83q0 -34 22 -57t58.5 -40.5t82.5 -31t94 -30t94.5 -37.5t82.5 -53.5t58 -77.5t22 -108q0 -76 -27.5 -140t-80.5 -110.5t-131.5 -72.5t-179.5 -26q-54 0 -106 9.5t-99.5 27 t-88 41t-71.5 51.5zM117 1481h175q15 0 29 -5.5t23 -12.5l108 -98q9 -8 22 -24q5 7 11 13l11 11l108 98q8 7 22.5 12.5t28.5 5.5h169l-235 -285h-237z" />
|
||||
<glyph unicode="Ÿ" horiz-adv-x="1340" d="M-7 1481h243q36 0 56.5 -17.5t35.5 -44.5l271 -494q24 -44 41 -83.5t32 -77.5q13 39 30 78.5t40 82.5l270 494q11 23 33.5 42.5t57.5 19.5h244l-539 -906v-575h-276v575zM314 1707q0 28 11 53t29.5 44t42.5 30t50 11q29 0 54.5 -11t45 -30t31 -44t11.5 -53t-11.5 -52.5 t-31 -43t-45 -28.5t-54.5 -10q-27 0 -50.5 10t-42 28.5t-29.5 43t-11 52.5zM757 1707q0 28 10.5 53t29.5 44t44 30t53 11q29 0 54 -11t43.5 -30t29 -44t10.5 -53t-10.5 -52.5t-29 -43t-43.5 -28.5t-54 -10q-28 0 -53 10t-44 28.5t-29.5 43t-10.5 52.5z" />
|
||||
<glyph unicode="Ź" horiz-adv-x="1263" d="M63 0v109q0 20 7.5 39t18.5 35l762 1079h-739v219h1095v-102q0 -47 -26 -86l-760 -1073h768v-220h-1126zM469 1586l201 207q12 12 23 20.5t22.5 13t25.5 6t35 1.5h281l-303 -221q-11 -8 -21 -13.5t-19.5 -8.5t-20.5 -4t-25 -1h-199z" />
|
||||
<glyph unicode="ź" horiz-adv-x="961" d="M69 0v105q0 17 8 41.5t25 46.5l504 664h-508v194h797v-105q0 -27 -9.5 -52t-23.5 -42l-500 -657h519v-195h-812zM376 1194l145 249q15 27 35.5 40.5t61.5 13.5h246l-253 -267q-19 -20 -37 -28t-47 -8h-151z" />
|
||||
<glyph unicode="Ż" horiz-adv-x="1263" d="M63 0v109q0 20 7.5 39t18.5 35l762 1079h-739v219h1095v-102q0 -47 -26 -86l-760 -1073h768v-220h-1126zM509 1736q0 32 12.5 60t33.5 49t48.5 33t57.5 12q32 0 60.5 -12t50 -33t34 -49.5t12.5 -59.5t-12.5 -58t-34 -48t-50.5 -33.5t-60 -12.5q-30 0 -57.5 12.5 t-48.5 33.5t-33.5 48t-12.5 58z" />
|
||||
<glyph unicode="ż" horiz-adv-x="961" d="M69 0v105q0 17 8 41.5t25 46.5l504 664h-508v194h797v-105q0 -27 -9.5 -52t-23.5 -42l-500 -657h519v-195h-812zM350 1361q0 34 12.5 63t34 51t50.5 35t62 13q34 0 64 -13t52 -35t35 -51t13 -63q0 -33 -13 -62t-35 -50.5t-52.5 -34.5t-63.5 -13t-62 13t-50.5 34.5 t-34 50.5t-12.5 62z" />
|
||||
<glyph unicode="Ž" horiz-adv-x="1263" d="M63 0v109q0 20 7.5 39t18.5 35l762 1079h-739v219h1095v-102q0 -47 -26 -86l-760 -1073h768v-220h-1126zM290 1809h191q15 0 34 -4t30 -12l103 -69q4 -2 8 -4.5t8 -5.5q4 3 7.5 5.5t7.5 4.5l103 69q11 8 30 12t34 4h191l-247 -224h-252z" />
|
||||
<glyph unicode="ž" horiz-adv-x="961" d="M69 0v105q0 17 8 41.5t25 46.5l504 664h-508v194h797v-105q0 -27 -9.5 -52t-23.5 -42l-500 -657h519v-195h-812zM156 1481h175q15 0 29 -5.5t23 -12.5l108 -98q9 -8 22 -24q5 7 11 13l11 11l108 98q8 7 22.5 12.5t28.5 5.5h169l-235 -285h-237z" />
|
||||
<glyph unicode="ƒ" d="M100 -221q0 78 81 78q41 0 76 11t61.5 35.5t44 64.5t24.5 98l85 692l-126 18q-57 12 -57 64v103h206l18 152q26 205 156 308t382 103v-138q0 -40 -19 -56t-61 -16t-77.5 -11t-63 -35.5t-46 -64.5t-25.5 -98l-20 -144h301v-180h-317l-85 -705q-13 -109 -51.5 -186.5 t-104.5 -127.5t-161 -73.5t-221 -23.5v132z" />
|
||||
<glyph unicode="ˆ" horiz-adv-x="653" d="M-27 1196l235 285h237l235 -285h-169q-32 0 -51 18l-108 98q-5 5 -10.5 10t-10.5 12q-5 -7 -11 -12t-11 -10l-109 -98q-8 -7 -22 -12.5t-30 -5.5h-175z" />
|
||||
<glyph unicode="ˇ" horiz-adv-x="653" d="M-27 1481h175q15 0 29 -5.5t23 -12.5l108 -98q9 -8 22 -24q5 7 11 13l11 11l108 98q8 7 22.5 12.5t28.5 5.5h169l-235 -285h-237z" />
|
||||
<glyph unicode="ˉ" horiz-adv-x="653" d="M20 1243v162h613v-162h-613z" />
|
||||
<glyph unicode="˘" horiz-adv-x="653" d="M17 1481h178q0 -31 5.5 -55.5t20.5 -41.5t40.5 -26t65.5 -9t65.5 9t40 26t20.5 41.5t6 55.5h177q0 -59 -15.5 -112.5t-52 -93.5t-95.5 -63t-146 -23q-88 0 -147 23t-95.5 63t-52 93.5t-15.5 112.5z" />
|
||||
<glyph unicode="˙" horiz-adv-x="653" d="M166 1361q0 34 12.5 63t34 51t50.5 35t62 13q34 0 64 -13t52 -35t35 -51t13 -63q0 -33 -13 -62t-35 -50.5t-52.5 -34.5t-63.5 -13t-62 13t-50.5 34.5t-34 50.5t-12.5 62z" />
|
||||
<glyph unicode="˚" horiz-adv-x="653" d="M98 1357q0 47 18.5 86t50 66.5t72.5 43t86 15.5q46 0 88 -15.5t73.5 -43t50.5 -66.5t19 -86q0 -46 -19 -84t-50.5 -65t-73.5 -42t-88 -15q-45 0 -86 15t-72.5 42t-50 65t-18.5 84zM236 1357q0 -39 24 -65t69 -26q41 0 65.5 26t24.5 65q0 43 -24.5 68t-65.5 25 q-45 0 -69 -25t-24 -68z" />
|
||||
<glyph unicode="˛" horiz-adv-x="653" d="M134 -203q0 60 43 116t123 99l131 -12q-20 -11 -39.5 -25.5t-35 -32.5t-24.5 -38.5t-9 -42.5q0 -31 19 -49t54 -18q19 0 31.5 2t20.5 5t13.5 5.5t10.5 2.5q18 0 24 -17l39 -93q-34 -23 -85 -37.5t-107 -14.5q-100 0 -154.5 41.5t-54.5 108.5z" />
|
||||
<glyph unicode="˜" horiz-adv-x="653" d="M1 1222q0 57 16 103.5t44.5 80t67 52t83.5 18.5q37 0 69 -13.5t60 -29t51.5 -28.5t43.5 -13q31 0 48.5 16.5t17.5 60.5h153q0 -57 -15.5 -103.5t-43.5 -80t-66 -51t-85 -17.5q-37 0 -68.5 13t-59 28.5t-51.5 28.5t-45 13q-30 0 -46.5 -17.5t-16.5 -60.5h-157z" />
|
||||
<glyph unicode="˝" horiz-adv-x="653" d="M71 1194l129 249q14 27 35 40.5t62 13.5h165l-204 -267q-16 -20 -35.5 -28t-48.5 -8h-103zM358 1194l182 249q9 13 17.5 23t19.5 17t25 10.5t35 3.5h182l-258 -267q-19 -19 -36.5 -27.5t-47.5 -8.5h-119z" />
|
||||
<glyph unicode="π" horiz-adv-x="1318" d="M53 19l7 107q3 20 16 30.5t54 10.5q62 0 86 25t24 83v595h-184v91q0 15 6.5 31t18.5 28.5t29.5 21.5t40.5 9h1130v-101q0 -33 -20 -56.5t-59 -23.5h-109v-870h-253v870h-347v-598q0 -65 -16 -117.5t-50.5 -90t-88.5 -58t-131 -20.5q-37 0 -77.5 7t-76.5 26z" />
|
||||
<glyph unicode=" " horiz-adv-x="959" />
|
||||
<glyph unicode=" " horiz-adv-x="1918" />
|
||||
<glyph unicode=" " horiz-adv-x="959" />
|
||||
<glyph unicode=" " horiz-adv-x="1918" />
|
||||
<glyph unicode=" " horiz-adv-x="638" />
|
||||
<glyph unicode=" " horiz-adv-x="479" />
|
||||
<glyph unicode=" " horiz-adv-x="319" />
|
||||
<glyph unicode=" " horiz-adv-x="319" />
|
||||
<glyph unicode=" " horiz-adv-x="239" />
|
||||
<glyph unicode=" " horiz-adv-x="382" />
|
||||
<glyph unicode=" " horiz-adv-x="106" />
|
||||
<glyph unicode="‐" horiz-adv-x="735" d="M102 513v211h531v-211h-531z" />
|
||||
<glyph unicode="‑" horiz-adv-x="735" d="M102 513v211h531v-211h-531z" />
|
||||
<glyph unicode="‒" horiz-adv-x="735" d="M102 513v211h531v-211h-531z" />
|
||||
<glyph unicode="–" horiz-adv-x="1164" d="M167 524v179h830v-179h-830z" />
|
||||
<glyph unicode="—" horiz-adv-x="1724" d="M167 524v179h1389v-179h-1389z" />
|
||||
<glyph unicode="‘" horiz-adv-x="460" d="M100 1230q0 102 52 196t150 171l79 -48q10 -6 14 -14.5t4 -16.5q0 -9 -4 -17.5t-9 -14.5q-13 -15 -28 -35.5t-27.5 -45t-20.5 -53t-8 -61.5q0 -35 11.5 -74t37.5 -82q9 -14 9 -29q0 -33 -36 -46l-154 -60q-70 114 -70 230z" />
|
||||
<glyph unicode="’" horiz-adv-x="460" d="M88 1052q0 19 13 32q13 15 28 35.5t27.5 44.5t20 52.5t7.5 61.5q0 35 -11 74.5t-38 83.5q-9 13 -9 27q0 33 38 46l152 60q36 -57 53 -114.5t17 -115.5q0 -102 -51.5 -195t-149.5 -172l-79 48q-10 6 -14 15t-4 17z" />
|
||||
<glyph unicode="‚" horiz-adv-x="460" d="M88 -219q0 19 13 33q13 15 28 35t27.5 44t20 52.5t7.5 61.5q0 35 -11 74.5t-38 83.5q-9 13 -9 28q0 33 38 46l152 59q36 -57 53 -114.5t17 -114.5q0 -102 -51.5 -195.5t-149.5 -172.5l-79 48q-10 6 -14 15t-4 17z" />
|
||||
<glyph unicode="“" horiz-adv-x="800" d="M100 1230q0 102 52 196t150 171l79 -48q10 -6 14 -14.5t4 -16.5q0 -9 -4 -17.5t-9 -14.5q-13 -15 -28 -35.5t-27.5 -45t-20.5 -53t-8 -61.5q0 -35 11.5 -74t37.5 -82q9 -14 9 -29q0 -33 -36 -46l-154 -60q-70 114 -70 230zM440 1230q0 102 52 196t150 171l79 -48 q10 -6 14 -14.5t4 -16.5q0 -9 -4 -17.5t-9 -14.5q-13 -15 -28 -35.5t-27.5 -45t-20.5 -53t-8 -61.5q0 -35 11.5 -74t37.5 -82q9 -14 9 -29q0 -33 -36 -46l-154 -60q-70 114 -70 230z" />
|
||||
<glyph unicode="”" horiz-adv-x="800" d="M88 1052q0 19 13 32q13 15 28 35t27.5 44.5t20 53t7.5 61.5q0 35 -11 74.5t-38 83.5q-9 13 -9 27q0 33 38 46l152 60q36 -57 53 -114.5t17 -115.5q0 -102 -51.5 -195t-149.5 -172l-79 48q-10 6 -14 15t-4 17zM428 1052q0 19 13 32q13 15 28 35t27.5 44.5t20 53t7.5 61.5 q0 35 -11 74.5t-38 83.5q-9 13 -9 27q0 33 38 46l152 60q36 -57 53 -114.5t17 -115.5q0 -102 -51.5 -195t-149.5 -172l-79 48q-10 6 -14 15t-4 17z" />
|
||||
<glyph unicode="„" horiz-adv-x="800" d="M88 -219q0 19 13 33q13 15 28 34.5t27.5 44t20 53t7.5 61.5q0 35 -11 74.5t-38 83.5q-9 13 -9 28q0 33 38 46l152 59q36 -57 53 -114.5t17 -114.5q0 -102 -51.5 -195.5t-149.5 -172.5l-79 48q-10 6 -14 15t-4 17zM428 -219q0 19 13 33q13 15 28 34.5t27.5 44t20 53 t7.5 61.5q0 35 -11 74.5t-38 83.5q-9 13 -9 28q0 33 38 46l152 59q36 -57 53 -114.5t17 -114.5q0 -102 -51.5 -195.5t-149.5 -172.5l-79 48q-10 6 -14 15t-4 17z" />
|
||||
<glyph unicode="†" d="M86 851v84q0 22 6.5 41t21.5 34.5t37 24.5t53 9q65 -1 140.5 -17t152.5 -28l-32 501q56 33 131 33q37 0 70.5 -8t60.5 -25l-33 -501q77 11 153.5 27.5t140.5 17.5q31 0 53.5 -9t37 -24.5t21.5 -35t7 -40.5v-84h-413v-363l33 -819q-27 -16 -60.5 -24.5t-70.5 -8.5 q-75 0 -131 33l33 819v363h-412z" />
|
||||
<glyph unicode="‡" d="M86 234v84h412v533h-412v84q0 22 6.5 41t21.5 34.5t37 24.5t53 9q65 -1 140.5 -17t152.5 -28l-32 501q56 33 131 33q37 0 70.5 -8t60.5 -25l-33 -501q77 11 153.5 27.5t140.5 17.5q31 0 53.5 -9t37 -24.5t21.5 -35t7 -40.5v-84h-413v-533h413v-84q0 -22 -7 -41 t-21.5 -34.5t-37 -24.5t-53.5 -9q-65 1 -141 17t-153 27l33 -500q-27 -16 -60.5 -24.5t-70.5 -8.5q-75 0 -131 33l32 500q-77 -11 -153 -27t-140 -17q-31 0 -53 9t-37 24.5t-21.5 34.5t-6.5 41z" />
|
||||
<glyph unicode="•" d="M146 607q0 92 35.5 173t96 142t141.5 96t173 35t174 -35t142.5 -96t95.5 -142t35 -173q0 -91 -35 -171.5t-95.5 -141t-142.5 -95t-174 -34.5t-173 34.5t-141.5 95t-96 141t-35.5 171.5z" />
|
||||
<glyph unicode="…" horiz-adv-x="1553" d="M75 139q0 32 11.5 60.5t32.5 49t50 33t61 12.5t60.5 -12.5t49 -33t33 -49t12.5 -60.5q0 -33 -12.5 -61t-33 -48.5t-49 -32t-60.5 -11.5q-33 0 -61.5 11.5t-49.5 32t-32.5 48.5t-11.5 61zM622 139q0 32 11.5 60.5t32.5 49t49.5 33t61.5 12.5q32 0 60.5 -12.5t49 -33 t33 -49t12.5 -60.5q0 -33 -12.5 -61t-33 -48.5t-49 -32t-60.5 -11.5q-33 0 -61.5 11.5t-49.5 32t-32.5 48.5t-11.5 61zM1168 139q0 32 12 60.5t33 49t49.5 33t61.5 12.5q32 0 60.5 -12.5t49 -33t33 -49t12.5 -60.5q0 -33 -12.5 -61t-33 -48.5t-49 -32t-60.5 -11.5 q-33 0 -61.5 11.5t-49.5 32t-33 48.5t-12 61z" />
|
||||
<glyph unicode=" " horiz-adv-x="382" />
|
||||
<glyph unicode="‰" horiz-adv-x="2403" d="M62 1122q0 86 26 156t71.5 118t108 74t135.5 26q74 0 137 -26t109 -74t71.5 -118t25.5 -156q0 -84 -28 -151.5t-75 -115t-109.5 -73t-130.5 -25.5q-74 0 -136 25.5t-107.5 73t-71.5 115t-26 151.5zM139 0l1100 1441q12 15 30.5 27.5t51.5 12.5h183l-1100 -1443 q-12 -16 -31 -27t-45 -11h-189zM259 1122q0 -57 11 -95.5t30 -62t46 -33.5t57 -10q31 0 58 10t47 33.5t31.5 62t11.5 95.5q0 59 -11.5 99.5t-31.5 65t-47 35t-58 10.5t-57.5 -10.5t-45.5 -35t-30 -65t-11 -99.5zM898 348q0 86 25.5 155.5t71 118t108 74.5t136.5 26t137 -26 t109 -74.5t71.5 -118t25.5 -155.5q0 -84 -28 -151.5t-75 -115t-109.5 -73.5t-130.5 -26q-74 0 -136.5 26t-108 73.5t-71 115t-25.5 151.5zM1095 348q0 -57 11 -96t30 -62.5t45.5 -34t57.5 -10.5t58 10.5t47 34t32 62.5t12 96q0 59 -12 99t-32 65t-47 35.5t-58 10.5 t-57.5 -10.5t-45.5 -35.5t-30 -65t-11 -99zM1657 348q0 86 25.5 155.5t71 118t108 74.5t136.5 26t137 -26t109 -74.5t71.5 -118t25.5 -155.5q0 -84 -28 -151.5t-75.5 -115t-110 -73.5t-129.5 -26q-74 0 -136.5 26t-108 73.5t-71 115t-25.5 151.5zM1853 348q0 -57 11.5 -96 t30.5 -62.5t45.5 -34t57.5 -10.5t58 10.5t47 34t31.5 62.5t11.5 96q0 59 -11.5 99t-31.5 65t-47 35.5t-58 10.5t-57.5 -10.5t-45.5 -35.5t-30.5 -65t-11.5 -99z" />
|
||||
<glyph unicode="‹" horiz-adv-x="657" d="M126 535v32l262 406l83 -39q20 -9 29.5 -23.5t9.5 -31.5q0 -22 -13 -44l-142 -241q-14 -27 -32 -43q16 -14 32 -43l142 -242q13 -23 13 -44q0 -36 -39 -54l-83 -39z" />
|
||||
<glyph unicode="›" horiz-adv-x="657" d="M147 223q0 20 14 43l141 242q16 29 33 43q-18 16 -33 43l-141 241q-13 23 -14 44q0 37 39 55l83 39l262 -406v-32l-262 -406l-83 39q-20 9 -29.5 23.5t-9.5 31.5z" />
|
||||
<glyph unicode="⁄" horiz-adv-x="728" d="M-181 0l854 1398q24 39 55.5 61t77.5 22h107l-860 -1408q-27 -42 -57 -57.5t-69 -15.5h-108z" />
|
||||
<glyph unicode=" " horiz-adv-x="479" />
|
||||
<glyph unicode="€" d="M38 552v140h119q-1 11 -1 24v24v35q0 17 1 34h-119v141h136q24 125 75 226t124.5 171.5t167 109t202.5 38.5q142 0 244 -55t170 -148l-89 -96q-10 -11 -21.5 -20t-31.5 -9q-14 0 -26 8.5t-26.5 20.5t-32 26.5t-41.5 27t-56.5 20.5t-77.5 8q-121 0 -204 -83t-116 -245h514 v-78q0 -24 -19 -43.5t-51 -19.5h-461q-1 -17 -1 -34v-35v-24q0 -12 1 -24h434v-77q0 -24 -19 -43.5t-51 -19.5h-352q29 -176 110.5 -262.5t201.5 -86.5q74 0 118.5 20t73 44.5t47 44.5t41.5 20q11 0 20 -3.5t17 -14.5l109 -100q-72 -111 -182 -169.5t-257 -58.5 q-120 0 -215.5 40.5t-166.5 114t-116 178t-63 233.5h-130z" />
|
||||
<glyph unicode="™" horiz-adv-x="1486" d="M58 1337v144h510v-144h-168v-474h-175v474h-167zM642 863v618h151q23 0 34.5 -3t21.5 -24l134 -261q8 -18 15 -36t12 -37q6 18 13 37t16 36l137 261q10 19 22 23t34 4h150v-618h-153v309l11 102l-157 -309q-19 -38 -59 -38h-25q-42 0 -60 38l-155 304l12 -97v-309h-154z " />
|
||||
<glyph unicode="Ω" horiz-adv-x="1515" d="M73 901q0 124 49.5 232.5t139.5 189.5t216 127.5t280 46.5t279.5 -46.5t215.5 -127.5t140 -189.5t50 -232.5q0 -97 -26.5 -182.5t-77.5 -155t-125.5 -120t-170.5 -74.5v-143h400v-140q0 -38 -25 -62t-67 -24h-521v509q71 11 131.5 38.5t105 74t69.5 112t25 153.5 q0 95 -28 167.5t-81 122.5t-127.5 75.5t-166.5 25.5t-167 -25.5t-127 -75.5t-80.5 -122.5t-28.5 -167.5q0 -88 25.5 -153.5t69.5 -112t104 -74t131 -38.5v-509h-519q-43 0 -67.5 24t-24.5 62v140h398v143q-95 25 -170 75t-125.5 119.5t-77 155t-26.5 182.5z" />
|
||||
<glyph unicode="∂" d="M69 422q0 120 41 223t112 178.5t168.5 118.5t211.5 43q100 0 171.5 -36t119.5 -101q1 20 1 40v39q0 92 -17.5 161t-49 115t-76 69t-99.5 23q-39 0 -73 -10t-63.5 -22.5t-52.5 -22.5t-39 -10q-14 0 -27.5 8t-27.5 33l-56 96q41 31 82.5 55t86 40t95 24.5t110.5 8.5 q95 0 175.5 -39t138 -112t89.5 -178t32 -238q0 -212 -39 -386t-116.5 -298t-195 -191.5t-273.5 -67.5q-93 0 -172 30.5t-136 87.5t-89 138t-32 181zM330 425q0 -117 52.5 -180.5t144.5 -63.5q55 0 106 22.5t94 72t76.5 127t52.5 188.5q-10 39 -27.5 74.5t-44.5 63.5 t-65 44.5t-90 16.5q-76 0 -132 -27.5t-93 -76t-55.5 -115t-18.5 -146.5z" />
|
||||
<glyph unicode="∆" horiz-adv-x="1502" d="M12 0l615 1481h249l613 -1481h-1477zM379 218h744l-323 834q-11 29 -23.5 66.5t-24.5 81.5q-12 -45 -24.5 -83t-24.5 -67z" />
|
||||
<glyph unicode="∏" horiz-adv-x="1404" d="M52 1269v212h1301v-212h-171v-1612h-261v1612h-437v-1612h-260v1612h-172z" />
|
||||
<glyph unicode="∑" horiz-adv-x="1404" d="M84 -255q0 18 6 38t21 38l609 750l-609 746q-14 17 -20.5 37t-6.5 39v88h1237v-212h-846l526 -664v-73l-526 -663h846v-212h-1237v88z" />
|
||||
<glyph unicode="−" d="M139 594v187h908v-187h-908z" />
|
||||
<glyph unicode="√" horiz-adv-x="1192" d="M54 759v81h361q29 0 47.5 -13.5t24.5 -33.5l105 -319q14 -43 23 -86t14 -87q5 34 12.5 69.5t18.5 71.5l396 1258q6 20 25 33.5t44 13.5h167l-563 -1747h-213l-243 657h-123q-39 0 -67.5 23.5t-28.5 78.5z" />
|
||||
<glyph unicode="∞" horiz-adv-x="1404" d="M47 606q0 81 27 148.5t73.5 116.5t107.5 76t129 27q56 0 103 -15.5t85.5 -41.5t71.5 -61t61 -74q28 39 60 74t70.5 61t85.5 41.5t103 15.5q68 0 129 -27t107.5 -76t73.5 -116.5t27 -148.5q0 -82 -27 -149.5t-73.5 -116t-107.5 -75.5t-129 -27q-56 0 -103 15t-85.5 41.5 t-71 61t-59.5 73.5q-28 -39 -61 -73.5t-71.5 -61t-85.5 -41.5t-103 -15q-68 0 -129 27t-107.5 75.5t-73.5 116t-27 149.5zM246 606q0 -44 12 -75t32.5 -51t47.5 -29.5t56 -9.5q31 0 58 13t51 35t46 52t44 64q-22 35 -44 64.5t-46 52t-51 35.5t-58 13q-30 0 -56.5 -9t-47 -29 t-32.5 -51.5t-12 -74.5zM816 605q22 -34 43.5 -64t45.5 -52t50.5 -35t58.5 -13q30 0 57 9.5t47.5 29.5t32 51t11.5 75q0 43 -12 74.5t-32.5 51.5t-47.5 29t-56 9q-32 0 -58.5 -13t-50.5 -35.5t-45.5 -52t-43.5 -64.5z" />
|
||||
<glyph unicode="∫" horiz-adv-x="846" d="M-91 -315l13 105q2 13 6 23t13.5 16t25 9t40.5 3q59 0 99.5 12t67.5 37t41 64.5t21 95.5l132 1070q22 178 114 277.5t255 99.5q39 0 80.5 -7.5t78.5 -27.5l-12 -122q-1 -10 -4.5 -20t-12 -18.5t-22.5 -13.5t-35 -5q-49 0 -84.5 -11.5t-59 -36.5t-38 -61.5t-20.5 -86.5 l-131 -1029q-13 -106 -48.5 -183.5t-88 -127t-122.5 -73.5t-151 -24q-37 0 -79.5 8t-78.5 27z" />
|
||||
<glyph unicode="≈" d="M161 546q19 29 45.5 49t58.5 33.5t67 19.5t70 6q54 0 108.5 -15.5t106.5 -34.5t101 -35t93 -16q32 0 62 7t55 18t43 22.5t25 21.5l31 -161q-39 -51 -102.5 -75.5t-129.5 -24.5q-54 0 -108 16t-106 35.5t-101 35.5t-93 16q-34 0 -64.5 -7.5t-55.5 -18.5t-43.5 -24 t-25.5 -22zM161 910q19 29 45.5 49.5t58.5 34t67 19.5t70 6q54 0 108.5 -16t106.5 -35t101 -34.5t93 -15.5q32 0 62 7t55 17.5t43 22.5t25 21l31 -161q-39 -51 -102.5 -75t-129.5 -24q-54 0 -108 16t-106 35.5t-101 35t-93 15.5q-34 0 -64.5 -7.5t-55.5 -18t-43.5 -23.5 t-25.5 -22z" />
|
||||
<glyph unicode="≠" d="M139 414v188h334l86 173h-420v188h514l113 226h181l-113 -226h213v-188h-307l-87 -173h394v-188h-488l-120 -241h-180l120 241h-240z" />
|
||||
<glyph unicode="≤" d="M142 82v187h811v-187h-811zM142 758v101l811 388v-172q0 -20 -11 -38t-44 -32l-360 -162q-27 -11 -55.5 -19t-61.5 -15q33 -7 62 -15.5t55 -19.5l359 -165q33 -15 44.5 -32.5t11.5 -37.5v-172z" />
|
||||
<glyph unicode="≥" d="M234 82v187h812v-187h-812zM234 367v172q0 20 12 37.5t45 32.5l359 165q26 11 54.5 19.5t61.5 15.5q-32 7 -61 14.5t-55 19.5l-360 162q-33 14 -44.5 32t-11.5 38v172l812 -388v-101z" />
|
||||
<glyph unicode="◊" d="M116 737l390 831h176l390 -831l-390 -830h-176zM323 737l236 -513q12 -27 20.5 -50.5t14.5 -46.5q6 23 14 47t21 50l240 513l-240 513q-12 27 -20 51t-15 47q-7 -23 -15 -47t-20 -51z" />
|
||||
<glyph unicode="♩" horiz-adv-x="0" d="M-2 -343v1865h4v-1865h-4z" />
|
||||
<glyph unicode="" horiz-adv-x="1050" d="M0 1050h1050v-1050h-1050v1050z" />
|
||||
<glyph horiz-adv-x="653" d="M203 -364l51 290h155q29 0 35.5 -13t6.5 -26q0 -9 -2.5 -23t-9.5 -37t-21 -58t-38 -86q-14 -30 -34.5 -38.5t-53.5 -8.5h-89z" />
|
||||
<glyph horiz-adv-x="653" d="M-84 1834h281q20 0 34.5 -1.5t26 -6t22 -13t22.5 -20.5l202 -207h-200q-14 0 -25 0.5t-20 3t-18.5 8t-20.5 13.5z" />
|
||||
<glyph horiz-adv-x="653" d="M-32 1707q0 28 11 53t29.5 44t42.5 30t50 11q29 0 54.5 -11t45 -30t31 -44t11.5 -53t-11.5 -52.5t-31 -43t-45 -28.5t-54.5 -10q-27 0 -50.5 10t-42 28.5t-29.5 43t-11 52.5zM411 1707q0 28 10.5 53t29.5 44t44 30t53 11q29 0 54 -11t43.5 -30t29 -44t10.5 -53 t-10.5 -52.5t-29 -43t-43.5 -28.5t-54 -10q-28 0 -53 10t-44 28.5t-29.5 43t-10.5 52.5z" />
|
||||
<glyph horiz-adv-x="653" d="M54 1601v145h545v-145h-545z" />
|
||||
<glyph horiz-adv-x="653" d="M148 1586l201 207q12 12 23 20.5t22.5 13t25.5 6t35 1.5h281l-303 -221q-11 -8 -21 -13.5t-19.5 -8.5t-20.5 -4t-25 -1h-199z" />
|
||||
<glyph horiz-adv-x="653" d="M-47 1586l248 224h252l247 -224h-191q-15 0 -33.5 4t-30.5 13l-103 68q-4 2 -7.5 5t-7.5 6q-2 -2 -6.5 -5t-9.5 -6l-103 -68q-11 -8 -29.5 -12.5t-34.5 -4.5h-191z" />
|
||||
<glyph horiz-adv-x="653" d="M-47 1810h191q15 0 34 -4t30 -12l103 -69q4 -2 8 -4.5t8 -5.5q4 3 7.5 5.5t7.5 4.5l103 69q11 8 30 12t34 4h191l-247 -224h-252z" />
|
||||
<glyph horiz-adv-x="653" d="M9 1810h161q0 -51 38.5 -74t118.5 -23t118 23t38 74h161q0 -56 -21 -102t-62 -78.5t-100 -49.5t-134 -17q-153 0 -235.5 61t-82.5 186z" />
|
||||
<glyph horiz-adv-x="653" d="M172 1737q0 32 12.5 60t33.5 49t48.5 33t57.5 12q32 0 60.5 -12t50 -33t34 -49.5t12.5 -59.5t-12.5 -58t-34 -48t-50.5 -33.5t-60 -12.5q-30 0 -57.5 12.5t-48.5 33.5t-33.5 48t-12.5 58z" />
|
||||
<glyph horiz-adv-x="653" d="M115 1723q0 44 17.5 80t46 61.5t66.5 40t80 14.5q44 0 82.5 -14.5t68.5 -40t47.5 -61.5t17.5 -80q0 -43 -17.5 -78t-47.5 -60.5t-68.5 -39.5t-82.5 -14q-42 0 -80 14t-66.5 39.5t-46 60.5t-17.5 78zM236 1723q0 -40 24 -65.5t69 -25.5q41 0 65.5 25.5t24.5 65.5 q0 43 -24.5 68t-65.5 25q-45 0 -69 -25t-24 -68z" />
|
||||
<glyph horiz-adv-x="653" d="M14 1581q0 50 13.5 92.5t39 73.5t61.5 47.5t81 16.5q37 0 71.5 -11t66 -24.5t58 -24.5t48.5 -11q28 0 44.5 16t17.5 48h137q0 -51 -13 -93t-37.5 -71.5t-60.5 -46.5t-82 -17q-37 0 -71.5 11t-65.5 24.5t-58 25t-49 11.5q-28 0 -44 -17t-17 -50h-140z" />
|
||||
<glyph horiz-adv-x="653" d="M58 1586l136 178q17 24 42 39t66 15h165l-206 -195q-19 -18 -36.5 -27.5t-46.5 -9.5h-120zM354 1586l182 178q23 23 48.5 38.5t66.5 15.5h190l-259 -195q-23 -17 -43 -27t-49 -10h-136z" />
|
||||
<glyph horiz-adv-x="653" d="M198 1169l63 355h170q29 0 35.5 -13t6.5 -25q0 -9 -4 -25t-15 -46.5t-29.5 -78.5t-49.5 -121q-12 -30 -33 -38t-54 -8h-90z" />
|
||||
</font>
|
||||
</defs></svg>
|
||||
|
After Width: | Height: | Size: 99 KiB |
BIN
frontend/web/static/fonts/lato/Lato-Bol-webfont.ttf
Normal file
BIN
frontend/web/static/fonts/lato/Lato-Bol-webfont.ttf
Normal file
Binary file not shown.
BIN
frontend/web/static/fonts/lato/Lato-Bol-webfont.woff
Normal file
BIN
frontend/web/static/fonts/lato/Lato-Bol-webfont.woff
Normal file
Binary file not shown.
BIN
frontend/web/static/fonts/lato/Lato-BolIta-webfont.eot
Normal file
BIN
frontend/web/static/fonts/lato/Lato-BolIta-webfont.eot
Normal file
Binary file not shown.
295
frontend/web/static/fonts/lato/Lato-BolIta-webfont.svg
Normal file
295
frontend/web/static/fonts/lato/Lato-BolIta-webfont.svg
Normal file
@@ -0,0 +1,295 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<metadata>
|
||||
This is a custom SVG webfont generated by Font Squirrel.
|
||||
Copyright : Copyright c 20102011 by tyPoland Lukasz Dziedzic with Reserved Font Name Lato Licensed under the SIL Open Font License Version 11
|
||||
Designer : Lukasz Dziedzic
|
||||
Foundry : tyPoland Lukasz Dziedzic
|
||||
Foundry URL : httpwwwtypolandcom
|
||||
</metadata>
|
||||
<defs>
|
||||
<font id="LatoBoldItalic" horiz-adv-x="1160" >
|
||||
<font-face units-per-em="2000" ascent="1610" descent="-390" />
|
||||
<missing-glyph horiz-adv-x="386" />
|
||||
<glyph unicode="fi" horiz-adv-x="1112" d="M443 1017h590l-123 -1017h-243l104 841h-340l-98 -800l-50 -188q-13 -49 -43.5 -75.5t-84.5 -26.5h-99l134 1089l-76 14q-25 5 -39.5 16.5t-14.5 34.5l11 112h141l4 33q11 94 49.5 173.5t105 138t160.5 91.5t217 33q39 0 82 -4.5t72 -14.5l-24 -123q-5 -23 -26.5 -26.5 t-51.5 -3.5q-92 0 -155.5 -16.5t-105 -50t-63.5 -84t-30 -118.5z" />
|
||||
<glyph unicode="fl" horiz-adv-x="1138" d="M432 841l-99 -800l-50 -188q-13 -49 -43.5 -75.5t-84.5 -26.5h-99l134 1089l-76 14q-25 5 -39.5 16.5t-14.5 34.5l12 112h139l6 45q10 82 43 156.5t89 131.5t135 90.5t182 33.5q78 0 148 -6t140 -6h160l-180 -1462h-239l156 1286q-43 5 -86 9.5t-83 4.5q-99 0 -160 -60 t-73 -178l-5 -45h217l-20 -176h-209z" />
|
||||
<glyph unicode="
" horiz-adv-x="0" />
|
||||
<glyph horiz-adv-x="0" />
|
||||
<glyph horiz-adv-x="0" />
|
||||
<glyph unicode=" " horiz-adv-x="386" />
|
||||
<glyph unicode="	" horiz-adv-x="386" />
|
||||
<glyph unicode=" " horiz-adv-x="386" />
|
||||
<glyph unicode="!" horiz-adv-x="668" d="M566 1446l-70 -573q-11 -91 -31 -178.5t-46 -186.5h-161q0 20 -0.5 39.5t-0.5 38.5q0 75 3.5 145t12.5 142l70 573h223zM154 136q0 31 11.5 59t31.5 48t48 32t60 12t59.5 -12t48 -32t32.5 -48t12 -59q0 -32 -12 -59.5t-32.5 -47.5t-48 -31.5t-59.5 -11.5t-60 11.5 t-48 31.5t-31.5 47.5t-11.5 59.5z" />
|
||||
<glyph unicode=""" horiz-adv-x="784" d="M441 1445l-36 -288l-40 -157q-11 -42 -31.5 -65t-62.5 -23q-35 0 -51.5 23t-21.5 65v157l36 288h207zM786 1445l-36 -288l-40 -157q-11 -42 -31.5 -65t-62.5 -23q-35 0 -51.5 23t-21.5 65v157l36 288h207z" />
|
||||
<glyph unicode="#" d="M809 409l-127 -409h-110q-26 0 -43 19t-17 48q0 14 5 32l97 310h-211l-99 -322q-14 -47 -47.5 -67t-70.5 -20h-106l128 409h-119q-27 0 -42 12t-15 39q0 17 8 46l21 75h192l88 284h-216l30 98q11 38 37.5 55.5t78.5 17.5h116l103 328q12 38 43 59.5t69 21.5h109 l-129 -409h210l128 409h107q30 0 49 -17t19 -43q0 -13 -4 -24l-103 -325h205l-32 -99q-12 -37 -37 -54.5t-76 -17.5h-106l-88 -284h147q28 0 43 -11t15 -39q0 -17 -8 -46l-22 -76h-220zM448 581h211l88 284h-210z" />
|
||||
<glyph unicode="$" d="M406 -9q-115 15 -211.5 63t-159.5 120l87 109q11 14 28 23t36 9q21 0 43.5 -16t52 -37t69 -42.5t95.5 -31.5l94 459q-63 19 -124 43.5t-109 63.5t-78 97.5t-30 144.5q0 87 35 168t101 144.5t160 104t212 45.5l26 127q5 24 25 42.5t47 18.5h88l-40 -196 q104 -17 175.5 -59.5t120.5 -97.5l-68 -87q-15 -20 -29.5 -29.5t-34.5 -9.5q-15 0 -34.5 10t-44 24t-56 28t-70.5 23l-87 -424q43 -14 86 -29t82.5 -34.5t73 -44t58.5 -57.5t39.5 -75t14.5 -96q0 -98 -36.5 -186.5t-104.5 -156.5t-165.5 -111.5t-219.5 -51.5l-31 -151 q-5 -23 -25 -41.5t-47 -18.5h-88zM846 434q0 34 -12.5 60t-35 46t-53 35t-66.5 28l-85 -418q122 14 187 80.5t65 168.5zM428 1049q0 -34 12 -60t33 -47t50 -37t64 -30l78 381q-63 -7 -108 -26t-73.5 -46.5t-42 -62t-13.5 -72.5z" />
|
||||
<glyph unicode="%" horiz-adv-x="1483" d="M753 1150q0 -96 -31 -172.5t-81.5 -130t-115 -82t-131.5 -28.5q-60 0 -110 21.5t-85 61.5t-54.5 96.5t-19.5 126.5q0 95 28 172t76.5 131t114 83.5t139.5 29.5q60 0 110 -21.5t85.5 -62t55 -97.5t19.5 -128zM568 1149q0 84 -29.5 120t-74.5 36q-33 0 -61.5 -14.5 t-49.5 -46t-32.5 -81t-11.5 -120.5q0 -41 7.5 -70t21.5 -47t33 -26t42 -8q32 0 60.5 13.5t49.5 44t33 79.5t12 120zM1225 1407q14 14 32.5 26t49.5 12h173l-1166 -1409q-13 -16 -32 -26t-45 -10h-176zM1415 395q0 -96 -31 -172.5t-81 -130t-115 -82t-132 -28.5 q-60 0 -110 22t-85 61.5t-54.5 96t-19.5 125.5q0 96 28 173.5t76.5 131.5t114 83.5t139.5 29.5q60 0 110 -22t85.5 -62.5t55 -97.5t19.5 -128zM1231 394q0 84 -30 119.5t-75 35.5q-33 0 -61.5 -14.5t-49.5 -46t-32.5 -81t-11.5 -120.5q0 -81 29 -116t75 -35q33 0 61.5 13.5 t49.5 44t33 80t12 120.5z" />
|
||||
<glyph unicode="&" horiz-adv-x="1316" d="M728 1461q76 0 138 -23t105.5 -65t67.5 -101t24 -132l-142 -28q-14 -3 -24 -3q-36 0 -46 40q-7 28 -19 51.5t-30 41t-41.5 27.5t-54.5 10q-42 0 -75.5 -17t-57 -46.5t-36 -69t-12.5 -84.5q0 -48 17.5 -99.5t60.5 -107.5l296 -384q33 60 56.5 125t36.5 134q5 23 16.5 37 t36.5 14h167q-17 -133 -65.5 -253t-121.5 -220l238 -308h-207q-29 0 -49.5 3.5t-37 12t-30 21.5t-28.5 32l-52 68q-93 -72 -200 -112.5t-224 -40.5q-92 0 -165 25.5t-124 73t-78 115t-27 151.5q0 77 24.5 145.5t68 126t103 103.5t128.5 78q-32 63 -47 125t-15 119 q0 85 30 160.5t85 132t133.5 89.5t176.5 33zM286 381q0 -97 51.5 -152t148.5 -55q72 0 138 28.5t124 79.5l-296 391q-89 -58 -127.5 -132.5t-38.5 -159.5z" />
|
||||
<glyph unicode="'" horiz-adv-x="441" d="M441 1445l-36 -288l-40 -157q-11 -42 -31.5 -65t-62.5 -23q-35 0 -52.5 23t-20.5 65v157l36 288h207z" />
|
||||
<glyph unicode="(" horiz-adv-x="552" d="M302 433q0 -69 5.5 -146t17 -154.5t28.5 -151t41 -136.5q7 -18 7 -35q0 -22 -11.5 -35.5t-28.5 -23.5l-113 -63q-41 85 -70 177t-47.5 185.5t-27.5 186t-9 178.5q0 149 18.5 289.5t62.5 280.5t118 283.5t185 298.5l99 -63q11 -8 19 -18t8 -25q0 -10 -4 -22.5t-14 -28.5 q-68 -114 -121 -227.5t-89 -232.5t-55 -247t-19 -270z" />
|
||||
<glyph unicode=")" horiz-adv-x="552" d="M284 822q0 69 -5.5 146t-17 154.5t-28.5 151t-41 136.5q-7 18 -7 35q0 22 11.5 35.5t28.5 23.5l113 63q40 -85 69.5 -177t48 -185.5t27.5 -186t9 -178.5q0 -149 -18.5 -289.5t-62.5 -280.5t-118 -283.5t-185 -298.5l-99 63q-11 8 -19 18t-8 25q0 10 4 22.5t14 28.5 q68 114 121 227.5t89 232.5t55 247t19 270z" />
|
||||
<glyph unicode="*" horiz-adv-x="736" d="M348 840l23 184q2 20 6.5 37.5t12.5 34.5q-13 -13 -28 -22.5t-32 -20.5l-155 -94l-44 97l155 93q19 11 37.5 18.5t37.5 9.5q-38 6 -68 28l-133 94l68 97l133 -95q14 -11 27.5 -21.5t22.5 -24.5q-3 10 -4 20t-1 21q0 8 0.5 16t1.5 16l23 186h114l-23 -184q-2 -20 -7 -38 t-13 -34q11 11 25 20.5t29 18.5l162 98l44 -97l-155 -93q-36 -22 -73 -28q17 -3 33.5 -10t32.5 -18l132 -94l-67 -96l-133 94q-14 11 -27.5 21t-22.5 22q5 -22 5 -42q0 -7 -0.5 -14t-1.5 -14l-24 -186h-113z" />
|
||||
<glyph unicode="+" d="M759 1172l-51 -412h392l-22 -177h-391l-51 -414h-194l51 414h-389l22 177h389l51 412h193z" />
|
||||
<glyph unicode="," horiz-adv-x="450" d="M40 152q0 28 10.5 52.5t29.5 43t45.5 29t58.5 10.5q38 0 66.5 -13.5t47 -37t28 -54t9.5 -64.5q0 -48 -14.5 -101t-42.5 -106t-69 -103t-95 -92l-43 39q-18 15 -18 36q0 15 17 34.5t38.5 45t42.5 58.5t30 74q-32 0 -57.5 11.5t-44.5 31.5t-29 47t-10 59z" />
|
||||
<glyph unicode="-" horiz-adv-x="664" d="M118 703h481l-25 -199h-480z" />
|
||||
<glyph unicode="." horiz-adv-x="450" d="M34 136q0 31 11.5 59t32 48t48 32t59.5 12t59.5 -12t48 -32t32.5 -48t12 -59q0 -32 -12 -59.5t-32.5 -47.5t-48 -31.5t-59.5 -11.5t-59.5 11.5t-48 31.5t-32 47.5t-11.5 59.5z" />
|
||||
<glyph unicode="/" horiz-adv-x="724" d="M151 -7q-21 -44 -60.5 -67t-75.5 -23h-102l703 1468q20 41 54.5 62.5t77.5 21.5h100z" />
|
||||
<glyph unicode="0" d="M696 1461q98 0 179.5 -37t140 -110.5t91 -184t32.5 -257.5q0 -225 -49 -392t-134 -277.5t-199 -164.5t-244 -54q-98 0 -179.5 37t-140 110.5t-91 184t-32.5 257.5q0 225 49 392t134 277.5t199 164.5t244 54zM545 182q72 0 135 42t109.5 127t73.5 213.5t27 302.5 q0 112 -18.5 188t-50 122.5t-72.5 66t-85 19.5q-72 0 -135 -42t-109.5 -127t-73.5 -213.5t-27 -302.5q0 -112 18.5 -188t50 -122t72.5 -66t85 -20z" />
|
||||
<glyph unicode="1" d="M233 179h295l108 883l19 84l-243 -186q-14 -11 -27 -15t-25 -4q-20 0 -35.5 8.5t-21.5 19.5l-61 104l484 375h197l-157 -1269h264l-22 -179h-796z" />
|
||||
<glyph unicode="2" d="M714 1461q91 0 165 -26t126.5 -73t81 -114t28.5 -148q0 -90 -27.5 -165t-75 -142t-111.5 -130t-137 -129l-373 -340q48 13 94.5 20.5t87.5 7.5h385q35 0 55 -19t20 -50q0 -2 -0.5 -5.5t-2 -18t-5.5 -45t-11 -84.5h-986l9 79q3 23 16 50t38 49l496 443q72 64 124.5 120 t87.5 110t52 108.5t17 116.5q0 89 -52 136.5t-141 47.5q-45 0 -84.5 -12.5t-71.5 -35.5t-56.5 -55t-40.5 -70q-15 -37 -38.5 -53t-56.5 -16q-14 0 -32 3l-122 22q28 103 80 181.5t123 131t157 79t181 26.5z" />
|
||||
<glyph unicode="3" d="M744 1461q92 0 164.5 -25.5t123 -70.5t77 -106t26.5 -132q0 -79 -18.5 -138t-53.5 -102.5t-86 -72.5t-116 -47q112 -38 167 -113.5t55 -181.5q0 -117 -45.5 -208t-122 -153t-175.5 -94.5t-207 -32.5q-102 0 -179 22.5t-132.5 69.5t-90.5 119t-54 170l111 43q30 12 57 12 q26 0 43.5 -10t24.5 -30q16 -50 37 -86.5t50 -61t67 -36.5t88 -12q69 0 123 24t91 63.5t56.5 90.5t19.5 105q0 41 -13 75.5t-48 59t-96 39t-157 14.5l23 169q93 1 158.5 18.5t106.5 50.5t59.5 79.5t18.5 106.5q0 89 -51.5 135t-139.5 46q-92 0 -157.5 -48t-97.5 -125 q-15 -37 -38 -53t-55 -16q-14 0 -32 3l-122 22q27 103 79 181.5t122.5 131t156.5 79t182 26.5z" />
|
||||
<glyph unicode="4" d="M951 540h181l-19 -136q-2 -19 -16.5 -33.5t-38.5 -14.5h-130l-43 -356h-216l43 356h-600q-25 0 -47.5 15t-25.5 37l-9 121l799 918h232zM795 1031q8 58 26 130l-530 -621h444z" />
|
||||
<glyph unicode="5" d="M1093 1344q-6 -50 -42.5 -82t-112.5 -32h-404l-93 -314q94 19 177 19q106 0 185 -29t132 -80.5t79.5 -121.5t26.5 -152q0 -84 -21.5 -159t-60.5 -138.5t-94 -113.5t-121.5 -85t-143.5 -53.5t-160 -18.5q-68 0 -127 13.5t-109 36.5t-91.5 53.5t-73.5 63.5l85 103 q14 17 31 24t34 7q25 0 49 -16t55.5 -34.5t75.5 -34.5t109 -16q77 0 137 26t101 72t62.5 107t21.5 132q0 100 -62.5 159.5t-189.5 59.5q-46 0 -99 -8.5t-116 -26.5l-143 42l206 699h709z" />
|
||||
<glyph unicode="6" d="M718 900q76 0 144.5 -24.5t120.5 -71.5t82.5 -117.5t30.5 -161.5q0 -113 -43.5 -211.5t-120 -171.5t-181 -115.5t-227.5 -42.5q-104 0 -186 32t-138.5 89.5t-86 138t-29.5 176.5q0 65 14.5 126.5t43 123t71.5 124t100 128.5l405 466q20 24 56 40.5t78 16.5h212l-493 -527 l-60 -65q46 23 97.5 35t109.5 12zM310 411q0 -51 15 -94t44.5 -74t73 -48t100.5 -17q66 0 123 23.5t99 64.5t66 98t24 123q0 54 -17 97.5t-48.5 74t-75.5 46.5t-99 16q-66 0 -122 -23.5t-96.5 -65t-63.5 -98t-23 -123.5z" />
|
||||
<glyph unicode="7" d="M1213 1446l-11 -94q-4 -33 -12.5 -62t-19.5 -48l-724 -1186q-14 -23 -40 -39.5t-55 -16.5h-199l702 1117q21 34 43 61t47 52h-699q-21 0 -35.5 14.5t-14.5 34.5l21 167h997z" />
|
||||
<glyph unicode="8" d="M518 -16q-103 0 -186.5 26.5t-143 75.5t-91.5 117.5t-32 152.5q0 149 76.5 251t233.5 147q-89 40 -133 110t-44 164q0 92 38 171.5t105 137.5t159 91t199 33q93 0 168 -27t128 -74t82 -110t29 -136q0 -130 -64.5 -222.5t-190.5 -140.5q113 -39 168 -115.5t55 -183.5 t-42 -193.5t-116 -147.5t-176 -94t-222 -33zM540 171q69 0 122.5 20.5t90.5 57t56 87.5t19 112q0 51 -16 89.5t-46 64.5t-72 39t-94 13q-66 0 -118.5 -18.5t-90 -53.5t-57.5 -87t-20 -118q0 -45 14.5 -82.5t43 -65t70.5 -43t98 -15.5zM622 840q73 0 121 24t76.5 61.5t40 83 t11.5 88.5q0 37 -11 70t-34.5 58t-60 40t-87.5 15q-62 0 -109 -20t-78 -53.5t-46.5 -78.5t-15.5 -96q0 -37 10 -71.5t33 -61.5t60 -43t90 -16z" />
|
||||
<glyph unicode="9" d="M544 579q-70 0 -134 23t-113 68.5t-78 112.5t-29 156q0 108 42 203t116 166t175 112t219 41q100 0 179 -30.5t133.5 -85.5t83 -131t28.5 -167q0 -76 -15.5 -142.5t-44 -128.5t-70.5 -122.5t-94 -123.5l-392 -475q-20 -23 -53.5 -39t-75.5 -16h-219l517 562q20 22 38.5 43 t35.5 42q-55 -34 -118 -51t-131 -17zM940 1045q0 51 -16.5 92t-46 69.5t-71 44t-91.5 15.5q-62 0 -114 -22t-89.5 -61t-58.5 -93.5t-21 -118.5q0 -102 55.5 -157t161.5 -55q67 0 121 22t92 61t58 91t20 112z" />
|
||||
<glyph unicode=":" horiz-adv-x="450" d="M34 136q0 31 11.5 59t32 48t48 32t59.5 12t59.5 -12t48 -32t32.5 -48t12 -59q0 -32 -12 -59.5t-32.5 -47.5t-48 -31.5t-59.5 -11.5t-59.5 11.5t-48 31.5t-32 47.5t-11.5 59.5zM132 849q0 31 11.5 59t32 48t48 32t59.5 12t59.5 -12t48 -32t32.5 -48t12 -59 q0 -32 -12 -59.5t-32.5 -47.5t-48 -31.5t-59.5 -11.5t-59.5 11.5t-48 31.5t-32 47.5t-11.5 59.5z" />
|
||||
<glyph unicode=";" horiz-adv-x="450" d="M35 152q0 28 10.5 52.5t29.5 43t45.5 29t58.5 10.5q38 0 66.5 -13.5t47 -37t28 -54t9.5 -64.5q0 -48 -14.5 -101t-42.5 -106t-69 -103t-95 -92l-43 39q-18 15 -18 36q0 15 17 34.5t38.5 45t42.5 58.5t30 74q-32 0 -57.5 11.5t-44.5 31.5t-29 47t-10 59zM134 849 q0 31 11.5 59t32 48t48 32t59.5 12t59.5 -12t48 -32t32.5 -48t12 -59q0 -32 -12 -59.5t-32.5 -47.5t-48 -31.5t-59.5 -11.5t-59.5 11.5t-48 31.5t-32 47.5t-11.5 59.5z" />
|
||||
<glyph unicode="<" horiz-adv-x="1067" d="M159 724l843 413l-22 -176q-2 -20 -14 -36.5t-37 -28.5l-386 -186q-25 -12 -51.5 -20.5t-55.5 -15.5q27 -7 51.5 -15.5t46.5 -20.5l341 -187q20 -11 28 -24.5t8 -30.5q0 -1 -0.5 -5t-3 -22t-7 -55t-12.5 -104l-741 414z" />
|
||||
<glyph unicode="=" d="M148 586h883l-22 -177h-883zM192 936h881l-20 -178h-883z" />
|
||||
<glyph unicode=">" horiz-adv-x="1067" d="M956 624l-843 -413l22 176q2 20 14 36.5t37 28.5l386 186q25 12 51.5 20.5t55.5 15.5q-27 7 -51.5 15.5t-46.5 20.5l-341 187q-20 11 -28 24.5t-8 30.5q0 1 0.5 5t2.5 22t7 55t13 104l741 -414z" />
|
||||
<glyph unicode="?" horiz-adv-x="780" d="M135 1314q36 30 76.5 56.5t87 47t99 32t111.5 11.5q78 0 138.5 -22.5t101.5 -61.5t62 -91.5t21 -112.5q0 -63 -13 -111.5t-35 -86t-50 -66.5t-58.5 -53.5t-61 -46t-57 -44.5t-46.5 -49t-29 -60l-40 -148h-164v164q0 50 24.5 89t62 72t80.5 63.5t80.5 64.5t62 74t24.5 93 q0 65 -37 102.5t-110 37.5q-51 0 -88.5 -13t-64.5 -28.5t-46 -28.5t-35 -13q-15 0 -27 7t-18 23zM183 136q0 31 11.5 59t31.5 48t48 32t60 12t59.5 -12t48 -32t32.5 -48t12 -59q0 -32 -12 -59.5t-32.5 -47.5t-48 -31.5t-59.5 -11.5t-60 11.5t-48 31.5t-31.5 47.5t-11.5 59.5 z" />
|
||||
<glyph unicode="@" horiz-adv-x="1491" d="M1021 184q-63 0 -108 31.5t-56 102.5q-63 -72 -128 -102.5t-136 -30.5q-51 0 -88 18t-62 50t-37 75.5t-12 93.5q0 61 16 124.5t47.5 123.5t78 112.5t107.5 92t136.5 62.5t164.5 23q37 0 67 -3t56 -8.5t49 -13.5t46 -19l-135 -370q-17 -45 -23 -78.5t-6 -57.5 q0 -45 21 -61.5t54 -16.5q45 0 86 34t72.5 94t50.5 142t19 178q0 108 -30.5 191.5t-87 140t-137 85.5t-179.5 29q-88 0 -169.5 -26t-151.5 -74t-127.5 -115.5t-98.5 -151.5t-63.5 -181.5t-22.5 -205.5q0 -136 37.5 -240t105.5 -174.5t163 -107t210 -36.5q71 0 132.5 8 t112 21.5t90 30.5t68.5 34q14 8 26 11t22 3q21 0 32 -12t16 -29l18 -68q-104 -68 -237 -111t-298 -43q-152 0 -275.5 49.5t-211.5 141t-136 221.5t-48 292q0 125 30 241.5t84 218.5t130 185.5t167.5 143.5t196.5 93t217 33q121 0 227 -41.5t185.5 -119t125.5 -188.5t46 -249 q0 -126 -35.5 -234.5t-96.5 -189t-142.5 -126.5t-174.5 -46zM660 339q23 0 47 8.5t47.5 29.5t45.5 56.5t42 88.5l103 284q-27 6 -58 6q-60 0 -115.5 -31t-98 -82t-68 -116.5t-25.5 -134.5q0 -51 20 -80t60 -29z" />
|
||||
<glyph unicode="A" horiz-adv-x="1283" d="M1237 0h-201q-34 0 -54 16t-25 43l-60 302h-539l-134 -302q-11 -23 -36 -41t-56 -18h-204l699 1446h265zM439 544h421l-98 495q-8 36 -16 76t-15 90q-19 -50 -37.5 -92.5t-34.5 -74.5z" />
|
||||
<glyph unicode="B" horiz-adv-x="1200" d="M70 0l178 1446h464q120 0 205.5 -23.5t140 -66.5t80.5 -104t26 -136q0 -62 -16.5 -118.5t-51.5 -104.5t-89 -86t-129 -63q123 -31 183 -100.5t60 -176.5q0 -100 -37 -185.5t-107 -148t-170.5 -98t-227.5 -35.5h-509zM407 637l-53 -435h245q70 0 120 19t82.5 53.5t48 83 t15.5 106.5q0 79 -50 126t-164 47h-244zM429 816h192q134 0 206.5 63t72.5 193q0 91 -51.5 132.5t-160.5 41.5h-206z" />
|
||||
<glyph unicode="C" horiz-adv-x="1207" d="M678 204q61 0 106.5 9.5t79 24.5t57.5 31.5t42 31.5t32 24.5t28 9.5q12 0 20 -5t13 -10l91 -113q-94 -108 -221 -165.5t-292 -57.5q-133 0 -237 47.5t-176 131.5t-109.5 199t-37.5 251q0 125 27 236.5t77 206t120 169.5t155 128t183.5 81t205.5 28q79 0 144 -14.5 t118 -40.5t95 -62.5t76 -81.5l-90 -108q-10 -12 -23.5 -21t-33.5 -9q-22 0 -42 18t-50.5 39.5t-79 39.5t-127.5 18q-104 0 -193 -42.5t-155 -121.5t-103.5 -190.5t-37.5 -250.5q0 -101 25.5 -181t70.5 -135.5t107 -85t135 -29.5z" />
|
||||
<glyph unicode="D" horiz-adv-x="1374" d="M1354 820q0 -180 -58 -331t-161.5 -259.5t-245.5 -169t-310 -60.5h-509l178 1446h510q138 0 248.5 -47t187.5 -130t118.5 -198t41.5 -251zM1088 814q0 97 -24 176t-69.5 134.5t-111.5 85.5t-151 30h-249l-127 -1033h249q109 0 198 42t152.5 120.5t98 191t34.5 253.5z" />
|
||||
<glyph unicode="E" horiz-adv-x="1051" d="M1091 1446l-26 -207h-582l-50 -411h457l-25 -199h-457l-52 -422h584l-26 -207h-844l178 1446h843z" />
|
||||
<glyph unicode="F" horiz-adv-x="1032" d="M1065 1239h-582l-54 -440h491l-27 -207h-489l-73 -592h-261l178 1446h843z" />
|
||||
<glyph unicode="G" horiz-adv-x="1327" d="M707 191q81 0 143 15.5t119 43.5l34 276h-160q-23 0 -35.5 11.5t-12.5 29.5l17 154h450l-72 -581q-110 -80 -237 -118t-290 -38q-133 0 -241.5 48t-186 133.5t-119.5 203t-42 256.5q0 122 27 231.5t76.5 202.5t119 167.5t156 127t186.5 80.5t210 28q88 0 160 -15.5 t130 -42.5t104 -63t82 -76l-84 -108q-27 -35 -64 -35q-23 0 -44 14q-33 22 -64 41t-66 33t-76.5 22t-96.5 8q-108 0 -198 -43.5t-155 -123t-101 -191t-36 -248.5q0 -104 26.5 -186t74.5 -139t115.5 -87.5t150.5 -30.5z" />
|
||||
<glyph unicode="H" horiz-adv-x="1392" d="M1200 0h-261l78 635h-608l-78 -635h-261l178 1446h261l-78 -627h609l78 627h261z" />
|
||||
<glyph unicode="I" horiz-adv-x="580" d="M360 0h-261l177 1446h261z" />
|
||||
<glyph unicode="J" horiz-adv-x="802" d="M673 501q-15 -120 -54 -216t-101.5 -162.5t-148.5 -102.5t-195 -36q-53 0 -101.5 6.5t-99.5 20.5l19 152q2 21 14.5 35t38.5 14q23 0 53 -7t77 -7q46 0 85 16t70 51.5t52 92t31 137.5l116 951h260z" />
|
||||
<glyph unicode="K" horiz-adv-x="1290" d="M438 835h56q35 0 59.5 10.5t44.5 34.5l418 510q26 32 55 44t68 12h223l-512 -605q-23 -27 -44.5 -46t-45.5 -30q30 -12 51.5 -33t39.5 -55l367 -677h-228q-23 0 -39 3.5t-27.5 10t-19 16t-13.5 21.5l-298 539q-14 26 -36 37.5t-65 11.5h-78l-79 -639h-258l177 1447h260z " />
|
||||
<glyph unicode="L" horiz-adv-x="952" d="M355 215h526l-25 -215h-786l178 1446h259z" />
|
||||
<glyph unicode="M" horiz-adv-x="1715" d="M825 578q9 -26 16 -53t14 -55q12 28 26 55t30 53l502 826q9 15 18.5 23.5t20 12.5t23.5 5t30 1h197l-178 -1446h-228l116 942q3 26 9 57t13 63l-497 -826q-17 -28 -42.5 -42t-55.5 -14h-36q-30 0 -52.5 14t-32.5 42l-298 823q-1 -31 -2.5 -60t-4.5 -53l-114 -946h-229 l178 1446h195q17 0 30 -1t23 -5t17 -12.5t13 -23.5l299 -826v0z" />
|
||||
<glyph unicode="N" horiz-adv-x="1392" d="M384 1446q17 0 28.5 -1.5t20.5 -6t16 -12.5t15 -22l563 -987q2 29 4.5 56.5t5.5 51.5l113 921h229l-179 -1446h-133q-30 0 -51 9.5t-35 35.5l-560 987q-2 -24 -4 -46.5t-4 -42.5l-114 -943h-229l178 1446h136v0z" />
|
||||
<glyph unicode="O" horiz-adv-x="1464" d="M1446 820q0 -120 -26.5 -228.5t-76 -201.5t-119 -168t-156 -128t-187.5 -81.5t-212 -28.5q-138 0 -248 49t-187.5 135t-118.5 203t-41 254q0 120 26.5 228.5t76 201.5t119 168t156 128.5t187.5 82t213 28.5q138 0 248 -49t187 -135t118 -203.5t41 -254.5zM1180 814 q0 98 -24.5 178t-71 137t-113.5 88t-151 31q-108 0 -196.5 -44t-151.5 -125t-97.5 -195t-34.5 -253q0 -98 24 -178t70 -136.5t112.5 -87t151.5 -30.5q109 0 198 44t152 124t97.5 193.5t34.5 253.5z" />
|
||||
<glyph unicode="P" horiz-adv-x="1155" d="M398 512l-63 -512h-258l177 1446h440q123 0 211.5 -29.5t145.5 -82.5t84.5 -125.5t27.5 -159.5q0 -116 -36.5 -214.5t-109.5 -170t-182.5 -112t-255.5 -40.5h-181zM489 1246l-66 -532h182q76 0 132 23t93 64.5t54.5 98.5t17.5 126q0 49 -14 90t-43 69.5t-72.5 44.5 t-103.5 16h-180z" />
|
||||
<glyph unicode="Q" horiz-adv-x="1464" d="M1446 820q0 -115 -24.5 -220t-70.5 -195.5t-110.5 -165t-145.5 -128.5l289 -395h-212q-47 0 -82.5 12t-60.5 47l-166 233q-46 -11 -94.5 -17.5t-99.5 -6.5q-138 0 -248 49t-187.5 135t-118.5 203t-41 254q0 120 26.5 228.5t76 201.5t119 168t156 128.5t187.5 82t213 28.5 q138 0 248 -49t187 -135t118 -203.5t41 -254.5zM1180 814q0 98 -24.5 178t-71 137t-113.5 88t-151 31q-108 0 -196.5 -44t-151.5 -125t-97.5 -195t-34.5 -253q0 -98 24 -178t70 -136.5t112.5 -87t151.5 -30.5q109 0 198 44t152 124t97.5 193.5t34.5 253.5z" />
|
||||
<glyph unicode="R" horiz-adv-x="1209" d="M405 570l-70 -570h-258l177 1446h411q125 0 214 -26.5t146 -74t84 -113.5t27 -145q0 -84 -23.5 -157.5t-67.5 -133.5t-108 -105t-145 -70q23 -14 42 -34t33 -48l258 -539h-233q-33 0 -55.5 13.5t-33.5 38.5l-212 469q-12 26 -29.5 37.5t-54.5 11.5h-102zM489 1246 l-61 -491h150q78 0 134.5 22.5t93 62t54.5 92.5t18 114q0 94 -58 147t-179 53h-152z" />
|
||||
<glyph unicode="S" horiz-adv-x="989" d="M935 1186q-14 -20 -28 -29.5t-34 -9.5t-41 16t-50 35.5t-68.5 35.5t-95.5 16q-55 0 -97 -16t-70.5 -44t-43 -66t-14.5 -82q0 -46 23.5 -76.5t61.5 -53.5t87 -41t99.5 -38t99.5 -46t87 -64t61.5 -91.5t23.5 -129.5q0 -106 -36.5 -200t-105 -164.5t-166 -112t-219.5 -41.5 q-63 0 -124 13.5t-115 38.5t-100 60t-80 78l92 124q11 14 28 23t34 9q16 0 31.5 -10t34 -24.5t40 -32t49.5 -32t63 -24.5t81 -10q113 0 177 64t64 177q0 50 -23 82t-61 54t-86 38.5t-98.5 35t-98.5 43t-86 63t-61 94.5t-23 138q0 93 34.5 179t98.5 151.5t155.5 105 t206.5 39.5q59 0 113.5 -12t101.5 -34t86.5 -52.5t68.5 -67.5z" />
|
||||
<glyph unicode="T" horiz-adv-x="1096" d="M1192 1446l-27 -213h-396l-152 -1233h-258l151 1233h-397l26 213h1053z" />
|
||||
<glyph unicode="U" horiz-adv-x="1338" d="M635 208q70 0 128.5 26.5t102.5 75t72.5 116.5t38.5 151l107 869h259l-106 -869q-16 -128 -68 -237t-133.5 -188t-190 -123.5t-237.5 -44.5q-117 0 -208 36.5t-153.5 102.5t-95 157.5t-32.5 201.5q0 45 6 95l105 869h260l-107 -868q-2 -19 -3 -37t-1 -35q0 -68 16.5 -123 t49 -94t80.5 -60t110 -21z" />
|
||||
<glyph unicode="V" horiz-adv-x="1316" d="M121 1446h208q34 0 54 -16.5t25 -42.5l193 -901q10 -47 19 -94.5t17 -101.5q17 54 38 103.5t41 92.5l411 901q10 22 35.5 40.5t57.5 18.5h210l-714 -1446h-236z" />
|
||||
<glyph unicode="W" horiz-adv-x="1933" d="M128 1446h204q34 0 54.5 -16.5t24.5 -42.5l127 -887q5 -32 6.5 -69t3.5 -78q26 82 53 147l360 887q9 22 34.5 40.5t57.5 18.5h60q34 0 55 -16.5t26 -42.5l144 -887q5 -32 9.5 -68t6.5 -75q11 39 22 75.5t23 67.5l343 887q9 23 35.5 41t58.5 18h205l-591 -1446h-235 l-163 1002q-3 19 -6.5 41.5t-5.5 47.5q-8 -25 -16.5 -47.5t-16.5 -41.5l-409 -1002h-234z" />
|
||||
<glyph unicode="X" horiz-adv-x="1261" d="M485 772l-325 674h235q26 0 37.5 -7.5t19.5 -25.5l222 -499q10 21 24 42l307 454q24 36 59 36h271l-492 -662l363 -784h-232q-26 0 -40.5 14t-22.5 31l-251 579q-5 -8 -9.5 -16t-9.5 -16l-374 -547q-17 -25 -37 -35t-44 -10h-259z" />
|
||||
<glyph unicode="Y" horiz-adv-x="1212" d="M745 563l-70 -563h-260l70 564l-376 882h231q34 0 52 -16.5t28 -42.5l187 -500q14 -36 22.5 -70.5t14.5 -67.5q16 33 34.5 67t41.5 71l311 500q14 23 36.5 41t55.5 18h215z" />
|
||||
<glyph unicode="Z" horiz-adv-x="1133" d="M1204 1446l-11 -81q-2 -17 -10 -32t-19 -30l-799 -1096h670l-26 -207h-1016l10 79q2 17 9.5 32.5t18.5 29.5l801 1098h-642l25 207h989z" />
|
||||
<glyph unicode="[" horiz-adv-x="552" d="M4 -305l227 1850h383l-11 -94q-3 -24 -23 -42t-47 -18h-121l-191 -1543h124q22 0 38 -12.5t16 -34.5l-12 -106h-383z" />
|
||||
<glyph unicode="\" horiz-adv-x="722" d="M104 1455h100q43 0 73 -22t39 -62l342 -1468h-100q-38 0 -71.5 23t-44.5 67z" />
|
||||
<glyph unicode="]" horiz-adv-x="552" d="M-31 -305l12 92q3 26 22.5 43.5t46.5 17.5h123l190 1543h-123q-25 0 -40 15.5t-15 37.5l12 101h383l-228 -1850h-383z" />
|
||||
<glyph unicode="^" d="M1082 777h-181q-23 0 -37.5 12t-24.5 29l-158 289q-15 28 -27.5 53.5t-21.5 50.5q-8 -26 -19 -51.5t-26 -52.5l-155 -289q-9 -17 -24.5 -29t-41.5 -12h-190l373 669h160z" />
|
||||
<glyph unicode="_" horiz-adv-x="726" d="M648 -138l-19 -155h-726l19 155h726z" />
|
||||
<glyph unicode="`" horiz-adv-x="591" d="M260 1461q38 0 55 -13t28 -39l100 -243h-136q-26 0 -42.5 7t-30.5 27l-198 261h224z" />
|
||||
<glyph unicode="a" horiz-adv-x="1035" d="M858 0h-130q-45 0 -63 21t-18 53l8 140q-68 -106 -153 -167.5t-187 -61.5q-58 0 -108.5 23t-88 68.5t-59 114t-21.5 160.5t23 179t65.5 163.5t102.5 140.5t134.5 110t161 71.5t182.5 25.5q69 0 138.5 -10t136.5 -36zM412 187q41 0 80.5 28t74.5 77.5t65 116.5t52 144 l39 310q-27 3 -50 3q-83 0 -154 -38t-123 -102.5t-81.5 -150t-29.5 -180.5q0 -108 34 -158t93 -50z" />
|
||||
<glyph unicode="b" horiz-adv-x="1076" d="M60 0l181 1486h241l-81 -663q72 101 160.5 160t188.5 59q64 0 116.5 -23.5t89.5 -70.5t57 -119t20 -169q0 -87 -18 -171t-51 -159t-78.5 -138t-101.5 -109t-119.5 -72t-131.5 -26q-79 0 -140.5 31.5t-103.5 85.5l-8 -34q-8 -36 -27 -52t-60 -16h-134zM654 848 q-41 0 -83 -28t-81.5 -77t-73 -115.5t-57.5 -142.5l-30 -245q34 -37 78 -52t87 -15q66 0 120 41t92.5 107t59.5 148.5t21 165.5q0 108 -35 160.5t-98 52.5z" />
|
||||
<glyph unicode="c" horiz-adv-x="871" d="M838 182q-51 -56 -97.5 -94t-94.5 -61t-101 -32.5t-116 -9.5q-89 0 -159.5 30.5t-119.5 86.5t-74.5 135t-25.5 176q0 125 40 238.5t112 200t171 138t216 51.5q102 0 173.5 -36t127.5 -108l-79 -94q-9 -9 -20.5 -16.5t-25.5 -7.5q-17 0 -31 10.5t-32.5 22.5t-46 22.5 t-71.5 10.5q-57 0 -109 -31t-91.5 -88t-63 -137t-23.5 -177q0 -113 50 -174.5t135 -61.5q57 0 94.5 16.5t63.5 36t46.5 36t44.5 16.5q12 0 23.5 -6.5t20.5 -16.5l63 -76v0z" />
|
||||
<glyph unicode="d" horiz-adv-x="1078" d="M761 0q-45 0 -63 21t-18 53l8 150q-74 -110 -166 -174.5t-196 -64.5q-64 0 -116.5 23.5t-89.5 70.5t-57 119t-20 170q0 87 18 170.5t51 158.5t78.5 138t101.5 109t119.5 72t131.5 26q69 0 125 -25t98 -68l67 537h242l-183 -1486h-131zM422 179q40 0 82 27.5t81 76 t72.5 114t57.5 141.5l31 249q-34 37 -78 52t-86 15q-66 0 -120 -41t-92.5 -107t-59.5 -148.5t-21 -165.5q0 -108 35 -160.5t98 -52.5z" />
|
||||
<glyph unicode="e" horiz-adv-x="946" d="M918 788q0 -69 -27.5 -126t-98.5 -102t-192.5 -77.5t-309.5 -51.5v-13q0 -242 205 -242q44 0 78 8.5t59.5 20.5t46 27t38 27t34.5 20.5t37 8.5q12 0 24 -5.5t20 -16.5l63 -76q-53 -53 -104 -92t-104 -64t-112 -37t-129 -12q-90 0 -163 30.5t-125 86t-80.5 134 t-28.5 175.5q0 81 17.5 159t50.5 148t81 129t108.5 102t133 67t155.5 24q81 0 141.5 -23t101 -59.5t60.5 -81.5t20 -88zM581 868q-50 0 -93 -20.5t-77.5 -57.5t-60 -88.5t-40.5 -112.5q124 17 199.5 37t117 44t55 51t13.5 58q0 15 -6.5 31t-20 28.5t-35 21t-52.5 8.5z" />
|
||||
<glyph unicode="f" horiz-adv-x="636" d="M432 841l-97 -799l-51 -188q-14 -49 -43.5 -75t-83.5 -26h-99l131 1088l-79 14q-22 4 -36 16.5t-14 35.5q0 1 0.5 4t1.5 13.5t3.5 32t7.5 60.5h138l9 76q11 88 46.5 158t90 119t125.5 75t153 26q64 0 118 -19l-22 -128q-2 -11 -9.5 -17.5t-18.5 -9.5t-24.5 -4t-27.5 -1 q-40 0 -73.5 -11t-59 -35.5t-42 -64t-23.5 -96.5l-8 -68h230l-23 -176h-220z" />
|
||||
<glyph unicode="g" horiz-adv-x="970" d="M860 729q0 -46 -10 -82.5t-24.5 -67.5t-31.5 -58.5t-32 -56t-24.5 -60t-9.5 -69.5q0 -41 17 -75.5t37 -70.5t37 -77t17 -95q0 -76 -34 -144.5t-98 -120t-156 -81.5t-208 -30q-95 0 -170.5 19.5t-129 54.5t-82 82.5t-28.5 104.5q0 85 43 143t111 93.5t152.5 51t168.5 15.5 q41 0 80 -3.5t74 -9.5q-4 16 -6.5 32t-2.5 34q0 58 32 128q-38 -26 -86 -40t-116 -14q-58 0 -110.5 19t-92.5 58t-63.5 97.5t-23.5 136.5q0 75 28 146.5t83 128t136 90.5t188 34q57 0 108.5 -13.5t94.5 -39.5h287l-11 -80q-4 -24 -15.5 -41t-33.5 -23l-105 -28 q5 -20 7.5 -42t2.5 -46zM450 481q45 0 79 21t57.5 55t35.5 76.5t12 86.5q0 75 -35 115t-102 40q-45 0 -79 -19.5t-57 -52t-34.5 -74.5t-11.5 -87q0 -77 34.5 -119t100.5 -42zM611 -4q0 14 -1.5 27.5t-3.5 25.5q-54 9 -99.5 13t-85.5 4q-68 0 -116.5 -11t-80 -29t-46 -42 t-14.5 -51q0 -60 48 -91t148 -31q56 0 102 14t79 39t51.5 59t18.5 73z" />
|
||||
<glyph unicode="h" horiz-adv-x="1085" d="M60 0l181 1486h246l-77 -635q75 97 162.5 144t178.5 47q58 0 105 -20.5t80 -60t51 -97t18 -132.5q0 -19 -1.5 -38.5t-3.5 -40.5l-77 -653h-247l77 653q2 18 3.5 34t1.5 30q0 66 -25 95t-76 29q-38 0 -79 -21.5t-79 -61t-71 -95.5t-56 -125l-65 -538h-247z" />
|
||||
<glyph unicode="i" horiz-adv-x="515" d="M441 1026l-123 -1026h-244l123 1026h244zM503 1325q0 -32 -13.5 -60t-35 -49t-49.5 -33.5t-58 -12.5q-29 0 -56.5 12.5t-48.5 33.5t-33.5 49t-12.5 60t13 61t34 50.5t48.5 34t56.5 12.5q30 0 58 -12.5t49.5 -33.5t34.5 -50t13 -62z" />
|
||||
<glyph unicode="j" horiz-adv-x="506" d="M441 1026l-130 -1061q-8 -67 -33.5 -126t-68 -103.5t-103 -70t-139.5 -25.5q-39 0 -67.5 4.5t-56.5 14.5l24 133q6 20 19 25.5t47 5.5t57.5 7.5t39.5 24t25 43.5t14 67l130 1061h242zM495 1325q0 -32 -13.5 -60t-35 -49t-49.5 -33.5t-58 -12.5q-29 0 -56.5 12.5 t-48.5 33.5t-33.5 49t-12.5 60t13 61t34 50.5t48.5 34t56.5 12.5q30 0 58 -12.5t49.5 -33.5t34.5 -50t13 -62z" />
|
||||
<glyph unicode="k" horiz-adv-x="1019" d="M488 1486l-104 -851h25q23 0 37.5 7t30.5 26l272 315q18 20 37 31.5t48 11.5h220l-338 -381q-19 -21 -38 -38.5t-40 -30.5q19 -14 31.5 -34.5t24.5 -43.5l254 -498h-214q-27 0 -44.5 10t-29.5 34l-199 389q-12 23 -24.5 30t-40.5 7h-33l-57 -470h-244l182 1486h244z" />
|
||||
<glyph unicode="l" horiz-adv-x="499" d="M65 0l180 1486h243l-180 -1486h-243z" />
|
||||
<glyph unicode="m" horiz-adv-x="1581" d="M52 0l125 1027h125q38 0 60 -18t22 -57v-3t-0.5 -13.5t-1.5 -35t-3 -66.5q69 105 150 156.5t169 51.5q95 0 149.5 -63t63.5 -182q72 126 159.5 185.5t190.5 59.5q115 0 177.5 -77.5t62.5 -223.5q0 -20 -1 -42.5t-4 -45.5l-77 -653h-244q20 170 34 288.5t23 198t14 124.5 t7.5 69.5t3 33t0.5 13.5q0 60 -20 86.5t-65 26.5q-38 0 -74 -20t-68.5 -58t-60 -93t-48.5 -124l-64 -545h-243l77 653q2 21 3.5 39.5t1.5 34.5q0 60 -19.5 86.5t-64.5 26.5q-39 0 -76 -21t-69.5 -60.5t-60 -96t-48.5 -126.5l-64 -536h-242z" />
|
||||
<glyph unicode="n" horiz-adv-x="1077" d="M52 0l123 1027h126q39 0 60.5 -19t21.5 -61l-7 -133q78 115 173 171.5t196 56.5q57 0 103.5 -20.5t79.5 -60t51 -97t18 -132.5q0 -19 -1.5 -38.5t-3.5 -40.5l-77 -653h-247q20 169 34 286.5t23 195.5t14 122.5t7.5 67.5t3 30.5t0.5 12.5q0 66 -24 95.5t-75 29.5 q-41 0 -85 -24t-84 -68t-73 -106t-54 -138l-56 -504h-247z" />
|
||||
<glyph unicode="o" horiz-adv-x="1020" d="M460 175q62 0 112 35.5t85.5 95t54.5 138.5t19 166q0 125 -42.5 184t-128.5 59q-62 0 -112 -35t-85 -95t-54 -139t-19 -167q0 -125 42 -183.5t128 -58.5zM438 -15q-85 0 -157.5 28.5t-125 83.5t-82.5 135t-30 183q0 133 42.5 248t116 199t171.5 132t209 48 q85 0 157.5 -28.5t125.5 -83.5t83 -135t30 -183q0 -132 -43 -246.5t-116.5 -199t-171.5 -133t-209 -48.5z" />
|
||||
<glyph unicode="p" horiz-adv-x="1060" d="M11 -335l166 1362h125q34 0 58 -14.5t24 -47.5v-3t-1 -18.5t-2 -49t-4 -94.5q74 111 167.5 176.5t197.5 65.5q64 0 116.5 -23.5t89.5 -70.5t57 -119t20 -169q0 -87 -18 -171t-51 -159t-78.5 -138t-101.5 -109t-119.5 -72t-131.5 -26q-69 0 -125.5 24.5t-97.5 68.5 l-51 -413h-240zM646 848q-41 0 -83 -27.5t-81 -76t-72.5 -114.5t-57.5 -142l-30 -249q34 -36 77.5 -51t86.5 -15q66 0 120 41t92.5 107t59.5 148.5t21 165.5q0 108 -35 160.5t-98 52.5z" />
|
||||
<glyph unicode="q" horiz-adv-x="1035" d="M816 -335h-160q-21 0 -35.5 7t-23 18t-12.5 25t-4 28q0 1 0.5 4.5t2 16.5t4.5 40t9 75.5t15.5 123t23.5 183.5q-66 -94 -146 -147.5t-175 -53.5q-58 0 -108.5 23t-88 68.5t-59 114t-21.5 160.5t23 179t65.5 163.5t102.5 140.5t134.5 110t161 71.5t182.5 25.5 q69 0 138.5 -10t136.5 -36zM412 187q40 0 79.5 27.5t74.5 76t64.5 114.5t51.5 142l41 317q-14 1 -26 1.5t-24 0.5q-83 0 -154 -38t-123 -102.5t-81.5 -150t-29.5 -180.5q0 -108 34 -158t93 -50z" />
|
||||
<glyph unicode="r" horiz-adv-x="727" d="M52 0l125 1027h125q36 0 59 -16t23 -51v-3.5t-1 -20.5t-2 -53.5t-4 -102.5q63 121 138 187t156 66q41 0 83 -18l-45 -236q-50 21 -95 21q-89 0 -156 -85t-110 -266l-54 -449h-242z" />
|
||||
<glyph unicode="s" horiz-adv-x="785" d="M733 833q-11 -16 -21 -22.5t-26 -6.5q-17 0 -35 10t-41.5 22.5t-54 22.5t-73.5 10q-79 0 -121 -35.5t-42 -88.5q0 -31 17.5 -52.5t45.5 -37.5t64 -29.5t74 -29t74 -35t64 -47.5t45.5 -67.5t17.5 -94.5q0 -74 -29.5 -141t-84.5 -117.5t-133 -80t-174 -29.5 q-49 0 -94.5 9.5t-85.5 26.5t-72.5 40t-55.5 50l60 94q11 17 26.5 26t36.5 9t38 -13t40 -28.5t55.5 -28.5t83.5 -13q41 0 72.5 11t53 30t32.5 44t11 53q0 34 -17 56.5t-45.5 39t-64.5 29t-73.5 26.5t-73 32t-64 45.5t-45.5 67t-17 96.5q0 68 26 132.5t76.5 114t124 79.5 t168.5 30q98 0 173.5 -33.5t127.5 -85.5z" />
|
||||
<glyph unicode="t" horiz-adv-x="709" d="M147 209v16.5t1.5 28t5 49t9.5 78.5l57 460h-97q-17 0 -27.5 10.5t-10.5 31.5q0 1 0.5 4t1.5 13.5t3.5 31.5t6.5 59l156 27l82 280q6 20 20.5 31t35.5 11h132l-40 -323h248l-21 -176h-249l-55 -447q-5 -41 -7.5 -65t-4 -37.5t-2 -19t-0.5 -7.5q0 -38 18.5 -60t52.5 -22 q21 0 36 5.5t26 11.5t19.5 11.5t16.5 5.5q11 0 17.5 -5.5t11.5 -16.5l53 -120q-55 -45 -122 -68t-135 -23q-109 0 -172.5 59t-66.5 166z" />
|
||||
<glyph unicode="u" horiz-adv-x="1075" d="M409 1026q-20 -169 -34 -286t-23 -195t-14 -123t-7.5 -68t-3 -31t-0.5 -13q0 -66 24.5 -94.5t74.5 -28.5q39 0 80.5 21.5t80 61.5t71.5 97t56 127l64 532h247l-124 -1026h-125q-17 0 -32.5 4.5t-28 13.5t-20 23t-7.5 33v4l6 125q-78 -110 -170.5 -164t-191.5 -54 q-57 0 -103.5 20.5t-79.5 59.5t-51 96.5t-18 131.5q0 20 1 40t4 42l77 651h247z" />
|
||||
<glyph unicode="v" horiz-adv-x="994" d="M69 1026h202q26 0 41.5 -13t19.5 -33l108 -548q10 -49 14 -97.5t7 -96.5q14 48 30.5 95.5t39.5 98.5l245 548q9 20 27.5 33t40.5 13h195l-506 -1026h-208z" />
|
||||
<glyph unicode="w" horiz-adv-x="1467" d="M77 1026h187q26 0 43 -13t19 -33l60 -548q5 -45 5.5 -87t2.5 -84q15 42 31.5 84t34.5 87l223 550q8 20 26 33t40 13h106q26 0 41 -13t18 -33l86 -550q7 -45 12 -87t9 -84q11 42 23.5 84t29.5 87l199 548q7 20 25 33t41 13h180l-423 -1026h-191q-31 0 -38 44l-98 593 q-6 40 -9 77q-7 -20 -14 -39.5t-15 -39.5l-244 -591q-18 -44 -53 -44h-183z" />
|
||||
<glyph unicode="x" horiz-adv-x="1006" d="M353 555l-238 471h224q25 0 36 -7t19 -24l141 -306q6 12 13 24.5t16 25.5l180 252q12 17 25 26t30 9h224l-361 -472l264 -554h-225q-25 0 -39.5 13.5t-22.5 31.5l-157 360q-5 -11 -11 -22t-12 -20l-228 -318q-13 -17 -29 -31t-39 -14h-217z" />
|
||||
<glyph unicode="y" horiz-adv-x="994" d="M371 -284q-26 -51 -80 -51h-183l228 413l-259 948h207q27 0 40.5 -13.5t18.5 -32.5l126 -532q6 -26 9.5 -51t5.5 -51q11 26 22.5 51.5t23.5 51.5l253 532q10 20 29 32.5t39 12.5h198z" />
|
||||
<glyph unicode="z" horiz-adv-x="876" d="M869 924q-3 -26 -13.5 -51t-26.5 -41l-513 -642h451l-22 -190h-746l13 103q2 17 12.5 41t27.5 44l517 649h-441l23 189h731z" />
|
||||
<glyph unicode="{" horiz-adv-x="552" d="M125 441q0 48 -22.5 79t-71.5 31l17 138q74 0 103 61.5t29 188.5q0 16 -1 37t-1.5 43.5t-1.5 44t-1 38.5q0 106 24 188.5t72.5 139t122.5 86t175 29.5h47l-13 -107q-2 -12 -8 -21t-14.5 -15t-17.5 -8.5t-16 -2.5h-7q-66 0 -104 -47.5t-46 -135.5q-5 -51 -6 -98t-1 -91.5 t-1 -87t-5 -85.5q-4 -42 -17.5 -78.5t-36 -66t-52.5 -51t-66 -31.5q58 -20 89 -69.5t31 -112.5q0 -58 -13 -113.5t-29 -111t-29 -112t-13 -117.5q0 -60 27.5 -97.5t81.5 -37.5h8q14 0 29 -9.5t15 -32.5v-3.5t-1.5 -13t-4 -32.5t-7.5 -62h-48q-80 0 -138 21t-95.5 58.5 t-56 89.5t-18.5 115q0 65 14.5 124t31.5 115t31.5 111t14.5 112z" />
|
||||
<glyph unicode="|" horiz-adv-x="600" d="M144 1547h192v-1882h-192v1882z" />
|
||||
<glyph unicode="}" horiz-adv-x="552" d="M458 799q0 -48 22.5 -79t71.5 -31l-17 -138q-74 0 -103 -61.5t-29 -188.5q0 -16 1 -37t1.5 -43.5t1.5 -44.5t1 -38q0 -106 -24 -188.5t-72.5 -139t-123 -86t-174.5 -29.5h-47l13 107q1 12 7.5 21t15 15t17.5 8.5t16 2.5h7q66 0 104 47.5t46 135.5q5 51 6 98t1 91.5t1 87 t5 85.5q4 42 17.5 78.5t36 66t52.5 50.5t66 32q-58 20 -89 69.5t-31 112.5q0 58 13 113.5t29 111t29 112t13 117.5q0 60 -27.5 97.5t-81.5 37.5h-8q-14 0 -29 9.5t-15 32.5v3.5t1.5 13t4 32.5t7.5 62h48q79 0 137.5 -21t96 -58.5t56 -89.5t18.5 -115q0 -65 -14.5 -124 t-31.5 -115t-31.5 -111t-14.5 -112z" />
|
||||
<glyph unicode="~" d="M685 648q56 0 87 36t31 101h199q0 -77 -20.5 -139.5t-59 -107t-94.5 -68.5t-128 -24q-53 0 -101.5 14t-92 30.5t-81.5 30.5t-70 14q-56 0 -87 -36t-31 -101h-199q0 77 20.5 139.5t59 107t94.5 68.5t128 24q53 0 101.5 -14t92 -30.5t81.5 -30.5t70 -14z" />
|
||||
<glyph unicode="¡" horiz-adv-x="668" d="M128 -337l66 535q11 91 30 178t44 186h156q0 -17 0.5 -34t0.5 -34q0 -78 -4 -149.5t-13 -146.5l-65 -535h-215zM232 891q0 31 11.5 59t32 48t48 32t59.5 12t59.5 -12t48 -32t32.5 -48t12 -59q0 -32 -12 -59.5t-32.5 -47.5t-48 -31.5t-59.5 -11.5t-59.5 11.5t-48 31.5 t-32 47.5t-11.5 59.5z" />
|
||||
<glyph unicode="¢" d="M481 -9q-79 12 -145 48t-113 93.5t-73.5 134.5t-26.5 172q0 124 39 231.5t112.5 187.5t180.5 127.5t242 52.5l33 160q5 23 25 42t47 19h88l-48 -230q78 -14 138.5 -47t108.5 -83l-72 -83q-12 -14 -22.5 -21t-29.5 -7q-14 0 -28 7t-32.5 16.5t-42.5 20t-56 18.5l-141 -684 q55 5 93 19.5t65.5 29.5t48 27t40.5 12q30 0 42 -20l55 -84q-39 -40 -84 -69t-93.5 -48.5t-100 -30t-103.5 -14.5l-31 -151q-5 -23 -25 -41.5t-47 -18.5h-88zM358 451q0 -107 41.5 -176.5t119.5 -95.5l140 678q-76 -8 -132.5 -40.5t-94 -85t-56 -123.5t-18.5 -157z" />
|
||||
<glyph unicode="£" d="M910 662q-2 -23 -23 -41.5t-50 -18.5h-382l-24 -206q-8 -68 -31.5 -119t-65.5 -94q39 9 78 14t78 5h598l-13 -99q-2 -18 -11.5 -36.5t-24.5 -33t-35 -24t-43 -9.5h-960l19 150q69 16 108 57.5t50 124.5l33 270h-155l12 96q3 22 23.5 40.5t50.5 18.5h88l29 241 q11 94 52.5 178.5t109 147.5t160.5 100t208 37q86 0 150 -19.5t110.5 -54t77.5 -82t51 -103.5l-104 -62q-29 -15 -56 -15q-17 0 -33 7t-28 24q-18 24 -34.5 43.5t-37.5 33t-49.5 20.5t-69.5 7q-53 0 -98 -18t-79.5 -51.5t-56.5 -81.5t-29 -109l-29 -243h447l-11 -95v0z" />
|
||||
<glyph unicode="¤" d="M249 673q0 53 13.5 100.5t38.5 89.5l-152 152l124 122l151 -150q42 26 91 40.5t103 14.5q52 0 100 -13.5t90 -38.5l152 152l124 -123l-152 -151q26 -42 41 -91.5t15 -103.5q0 -53 -13.5 -100t-38.5 -89l152 -152l-125 -123l-151 150q-42 -26 -91 -40t-103 -14 q-52 0 -99.5 13t-89.5 38l-152 -152l-124 124l151 150q-26 42 -40.5 91.5t-14.5 103.5zM432 673q0 -38 14.5 -72.5t40 -60t59.5 -40.5t72 -15q39 0 73.5 15t60 40.5t40.5 60t15 72.5q0 40 -15 74.5t-40.5 60t-60 40.5t-73.5 15q-38 0 -72 -15t-59.5 -40.5t-40 -60 t-14.5 -74.5z" />
|
||||
<glyph unicode="¥" d="M152 631h280l-300 814h200q32 0 51.5 -16.5t27.5 -42.5l165 -499q14 -42 21 -79t12 -73q12 36 27.5 73t39.5 79l286 499q13 23 36.5 41t55.5 18h201l-501 -814h281l-16 -132h-322l-12 -96h321l-16 -133h-322l-33 -270h-238l33 270h-323l18 133h321l11 96h-321z" />
|
||||
<glyph unicode="¦" horiz-adv-x="600" d="M144 1547h192v-809h-192v809zM144 473h192v-808h-192v808z" />
|
||||
<glyph unicode="§" horiz-adv-x="930" d="M855 1248q-11 -15 -22.5 -22t-27.5 -7q-18 0 -36 10.5t-41 22.5t-53.5 22.5t-72.5 10.5q-40 0 -71.5 -11t-53 -29.5t-33 -43.5t-11.5 -52q0 -29 19.5 -52t51 -43.5t71.5 -39.5t82.5 -40t82.5 -46.5t71.5 -57.5t51 -73.5t19.5 -94.5q0 -89 -43 -163t-138 -118 q33 -32 53.5 -74t20.5 -98q0 -78 -28.5 -145.5t-83 -117.5t-133.5 -78.5t-181 -28.5q-49 0 -95 9.5t-87 26t-75 39.5t-58 50l67 90q12 17 27 25.5t38 8.5q22 0 39.5 -13t40.5 -28t56.5 -28t87.5 -13q81 0 126 40.5t45 106.5q0 37 -19.5 63.5t-51.5 48t-73 39.5t-84 37.5 t-84 43t-73 55.5t-51.5 74t-19.5 99q0 91 47 162t142 111q-33 34 -53.5 79t-20.5 106q0 70 26.5 133t77.5 111t125.5 76t170.5 28q100 0 176.5 -34.5t121.5 -90.5zM322 713q0 -39 24 -67.5t62 -52t85 -45.5t94 -47q43 24 61.5 57.5t18.5 74.5q0 40 -23 69t-60 52t-83 44 t-92 46q-48 -27 -67.5 -58.5t-19.5 -72.5z" />
|
||||
<glyph unicode="¨" horiz-adv-x="591" d="M349 1314q0 -28 -11 -52.5t-30.5 -42.5t-45 -28.5t-54.5 -10.5q-27 0 -51.5 10.5t-43 28.5t-29.5 42.5t-11 52.5q0 29 11 54.5t29.5 44.5t43 30t51.5 11q29 0 54.5 -11t45 -30t30.5 -44.5t11 -54.5zM722 1314q0 -28 -11 -52.5t-29.5 -42.5t-44 -28.5t-54.5 -10.5 q-28 0 -53 10.5t-43.5 28.5t-29.5 42.5t-11 52.5q0 29 11 54.5t29.5 44.5t43.5 30t53 11q29 0 54.5 -11t44 -30t29.5 -44.5t11 -54.5z" />
|
||||
<glyph unicode="©" horiz-adv-x="1583" d="M1045 512q11 0 20 -4.5t15 -12.5l82 -87q-56 -71 -141 -108.5t-200 -37.5q-100 0 -181 35.5t-138.5 98t-88.5 147t-31 183.5q0 102 35 187t97 146.5t145.5 95.5t181.5 34q111 0 191 -37.5t134 -95.5l-65 -89q-6 -8 -16.5 -16t-26.5 -8q-17 0 -32 10t-36 22t-53.5 22 t-83.5 10q-60 0 -106.5 -19.5t-79 -56t-49.5 -88.5t-17 -117q0 -68 17.5 -120t48 -87.5t73 -54t93.5 -18.5q49 0 80.5 8t53.5 19t39 22t39 17zM81 723q0 102 26.5 196.5t74.5 176.5t115.5 149.5t149 115.5t175.5 74.5t196 26.5t196.5 -26.5t176.5 -74.5t149.5 -115.5 t115.5 -149.5t74.5 -176.5t26.5 -196.5q0 -101 -26.5 -195.5t-74.5 -176t-115.5 -149t-149.5 -115.5t-176.5 -74.5t-196.5 -26.5q-101 0 -195.5 26.5t-176 74.5t-149 115.5t-115.5 149t-74.5 175.5t-26.5 196zM216 723q0 -130 46.5 -243t127.5 -196.5t191 -131.5t237 -48 q85 0 163 22t145.5 62t123 96t94.5 125t60.5 148t21.5 166t-21.5 167t-60.5 149.5t-94.5 126t-123 97t-145.5 62.5t-163 22q-84 0 -161.5 -22t-144.5 -62.5t-121.5 -97t-93.5 -126t-60 -149.5t-21 -167z" />
|
||||
<glyph unicode="ª" horiz-adv-x="642" d="M539 841q-23 0 -34 7t-19 28l-7 36q-24 -20 -46 -35t-44.5 -24.5t-47 -14.5t-54.5 -5q-71 0 -112.5 37t-41.5 106q0 38 16.5 76.5t58 70t111.5 52t178 23.5l3 42q0 19 -3 35t-11 27.5t-21 18t-34 6.5q-30 0 -50.5 -7.5t-37 -16t-32 -16t-34.5 -7.5q-18 0 -28.5 9.5 t-16.5 21.5l-24 56q58 51 123.5 74t137.5 23q46 0 83 -16.5t63 -44.5t40 -65.5t14 -80.5v-7.5t-1.5 -20.5t-4.5 -42t-8.5 -72.5t-14.5 -112.5t-21 -161h-80zM356 950q34 0 61 13.5t57 41.5l10 88q-53 -2 -88.5 -9.5t-57 -20t-30.5 -29.5t-9 -37q0 -26 15 -36.5t42 -10.5z " />
|
||||
<glyph unicode="«" horiz-adv-x="921" d="M121 522l5 30l285 395l73 -37q32 -13 32 -44q0 -11 -5.5 -23t-13.5 -26l-153 -239q-17 -25 -37 -42q8 -7 14 -17.5t12 -22.5l95 -239q8 -19 8 -35q0 -41 -43 -60l-83 -36zM430 522l5 30l285 395l73 -37q32 -13 32 -44q0 -11 -5.5 -23t-13.5 -26l-153 -239 q-17 -25 -37 -42q8 -7 14 -17.5t12 -22.5l95 -239q8 -19 8 -35q0 -41 -43 -60l-83 -36z" />
|
||||
<glyph unicode="¬" d="M171 760h883l-57 -460h-202l35 283h-680z" />
|
||||
<glyph unicode="­" horiz-adv-x="664" d="M118 703h481l-25 -199h-480z" />
|
||||
<glyph unicode="®" horiz-adv-x="1583" d="M79 723q0 153 58 287.5t158 235t234 158.5t287 58q102 0 196.5 -26.5t176.5 -74.5t149.5 -115.5t115.5 -149.5t74.5 -176.5t26.5 -196.5q0 -101 -26.5 -195.5t-74.5 -176t-115.5 -149t-149.5 -115.5t-176.5 -74.5t-196.5 -26.5t-196 26.5t-176 74.5t-149 115.5t-115 149 t-74.5 175.5t-26.5 196zM213 723q0 -130 46.5 -243t128 -196.5t191.5 -131.5t237 -48q85 0 163 22t145.5 62t123 96t94.5 125t60.5 148t21.5 166t-21.5 167t-60.5 149.5t-94.5 126t-123 97t-145.5 62.5t-163 22t-162.5 -22t-144.5 -62.5t-121.5 -97t-93.5 -126t-60 -149.5 t-21 -167zM704 602v-325h-214v897h321q187 0 274 -67t87 -192q0 -89 -46 -155.5t-143 -96.5q23 -13 38 -33t30 -46l181 -307h-206q-44 0 -62 33l-145 263q-8 15 -21 22t-39 7h-55zM704 755h89q52 0 84.5 8.5t51 25.5t25.5 42t7 57q0 31 -6 54.5t-22.5 39t-46 23t-75.5 7.5 h-107v-257z" />
|
||||
<glyph unicode="¯" horiz-adv-x="591" d="M129 1369h553l-19 -153h-553z" />
|
||||
<glyph unicode="°" horiz-adv-x="784" d="M127 1123q0 71 26.5 133.5t73 108.5t109.5 72.5t136 26.5t136.5 -26.5t110 -72.5t73.5 -108.5t27 -133.5q0 -69 -27 -131t-73.5 -108.5t-110 -73.5t-136.5 -27t-136 27t-109.5 73.5t-73 108.5t-26.5 131zM298 1121q0 -37 13 -69t36.5 -55.5t55 -37t69.5 -13.5 q37 0 68.5 13.5t55 37t36.5 55.5t13 69q0 38 -13 70.5t-36.5 56.5t-55 38t-68.5 14q-38 0 -69.5 -14t-55 -38t-36.5 -56.5t-13 -70.5z" />
|
||||
<glyph unicode="±" d="M767 1236l-44 -357h391l-22 -177h-391l-42 -344h-193l42 344h-388l20 177h390l44 357h193zM64 257h973l-22 -177h-972z" />
|
||||
<glyph unicode="²" horiz-adv-x="666" d="M488 1647q53 0 93.5 -14.5t68 -40t41.5 -60.5t14 -76q0 -46 -15 -84t-40.5 -71.5t-58.5 -64.5t-69 -63l-151 -137q29 8 57 13t51 5h138q51 0 51 -44q0 -1 -1.5 -13.5t-3 -26.5t-2.5 -26.5t-1 -13.5l-4 -30h-539l8 56q2 16 10.5 34t25.5 33l236 208q28 24 52.5 50 t42.5 52.5t28.5 53t10.5 51.5q0 32 -18.5 52t-50.5 20q-34 0 -56.5 -18t-41.5 -49q-11 -19 -24.5 -27.5t-35.5 -8.5q-5 0 -11.5 0.5t-13.5 1.5l-92 15q15 57 43.5 98.5t67.5 69.5t87 41.5t103 13.5z" />
|
||||
<glyph unicode="³" horiz-adv-x="666" d="M508 1647q52 0 92.5 -14.5t68 -38.5t41.5 -56t14 -67q0 -68 -29.5 -112.5t-97.5 -68.5q51 -18 75.5 -50.5t24.5 -84.5q0 -67 -26 -116.5t-68 -82t-94 -48.5t-104 -16q-54 0 -95.5 10.5t-71.5 34t-50 61.5t-32 93l79 32q18 7 38 7q37 0 48 -27q4 -11 10.5 -23.5t17 -23 t26.5 -17t39 -6.5q51 0 80.5 31t29.5 76q0 43 -30.5 60.5t-107.5 17.5l15 119q85 1 119.5 24t34.5 77q0 32 -18.5 50.5t-54.5 18.5q-38 0 -61 -16.5t-37 -45.5q-13 -20 -25 -29t-32 -9q-5 0 -11 0.5t-13 1.5l-87 15q15 57 43.5 98.5t67 69.5t84.5 41.5t97 13.5z" />
|
||||
<glyph unicode="´" horiz-adv-x="591" d="M742 1461l-262 -261q-20 -20 -38 -27t-45 -7h-142l160 243q17 26 37.5 39t58.5 13h231z" />
|
||||
<glyph unicode="µ" horiz-adv-x="1050" d="M405 1025q-21 -171 -36 -289t-24.5 -195t-14.5 -119.5t-7.5 -63t-3 -25.5t-0.5 -7q0 -74 33.5 -114.5t100.5 -40.5q56 0 108.5 27.5t103.5 76.5l94 750h237l-126 -1025h-146q-45 0 -54 44l-7 81q-32 -30 -61 -51.5t-58.5 -35t-60.5 -19.5t-65 -6q-51 0 -91.5 16.5 t-69.5 47.5q2 -14 2 -27v-27q0 -29 -2 -58t-5 -55l-30 -247h-118q-45 0 -69.5 21.5t-24.5 61.5v8t1 9l156 1262h238z" />
|
||||
<glyph unicode="¶" horiz-adv-x="1401" d="M1486 1446l-25 -207h-215l-178 -1448h-215l177 1448h-235l-177 -1448h-216l103 839q-94 0 -170 26.5t-129 74.5t-82 114t-29 145q0 93 37 176t104 145.5t161 98.5t208 36h881z" />
|
||||
<glyph unicode="·" horiz-adv-x="559" d="M111 595q0 39 15 73.5t40.5 60t59.5 40t73 14.5q40 0 74.5 -14.5t60 -40t40.5 -60t15 -73.5t-15 -72.5t-40.5 -59t-60 -40t-74.5 -14.5q-39 0 -73 14.5t-59.5 40t-40.5 59t-15 72.5z" />
|
||||
<glyph unicode="¸" horiz-adv-x="591" d="M83 -230q7 0 13.5 -2.5t14.5 -5.5t18 -5.5t24 -2.5q31 0 47 15.5t16 36.5q0 26 -30 38.5t-95 21.5l59 148h149l-28 -72q73 -19 103 -52.5t30 -76.5q0 -38 -18.5 -68t-51.5 -51t-78.5 -32t-99.5 -11q-38 0 -70 6t-64 18l33 74q8 21 28 21z" />
|
||||
<glyph unicode="¹" horiz-adv-x="666" d="M233 1024h139l43 357l11 49l-88 -64q-10 -7 -19 -9.5t-17 -2.5q-14 0 -24 6t-15 13l-44 74l255 193h144l-76 -616h103l-15 -124h-413z" />
|
||||
<glyph unicode="º" horiz-adv-x="717" d="M479 1463q61 0 110 -19t83.5 -54.5t53.5 -85.5t19 -111q0 -84 -26 -151t-71.5 -114.5t-108.5 -73t-137 -25.5q-62 0 -112 19t-85 54.5t-54 86t-19 113.5q0 83 26 149.5t72.5 113.5t110 72.5t138.5 25.5zM419 968q75 0 108 59.5t33 165.5q0 63 -24.5 97t-73.5 34 q-43 0 -71 -16.5t-44.5 -46t-23 -71t-6.5 -91.5q0 -64 25 -97.5t77 -33.5z" />
|
||||
<glyph unicode="»" horiz-adv-x="921" d="M504 552l-3 -30l-285 -396l-73 36q-31 15 -31 45q0 22 17 50l155 239q8 12 17 22.5t18 17.5q-17 16 -25 42l-97 239q-6 16 -6 32q0 41 44 61l82 37zM813 552l-3 -30l-285 -396l-73 36q-31 15 -31 45q0 22 17 50l155 239q8 12 17 22.5t18 17.5q-17 16 -25 42l-97 239 q-6 16 -6 32q0 41 44 61l82 37z" />
|
||||
<glyph unicode="¼" horiz-adv-x="1475" d="M460 71q-29 -42 -60.5 -56.5t-69.5 -14.5h-98l938 1363q28 40 61 61t77 21h98zM1301 295h95l-11 -100q-2 -12 -11.5 -22t-25.5 -10h-63l-20 -163h-144l20 163h-290q-23 0 -35 10.5t-13 25.5l-7 85l395 455h165zM196 830h139l42 351q2 17 4.5 29t7.5 26l-88 -64 q-16 -12 -35 -12q-14 0 -25 7t-18 18l-41 68l255 193h144l-76 -616h103l-15 -124h-413zM1178 458q3 24 8 52.5t13 58.5l-232 -274h191z" />
|
||||
<glyph unicode="½" horiz-adv-x="1475" d="M427 71q-29 -42 -60.5 -56.5t-69.5 -14.5h-98l938 1363q28 40 61 61t77 21h98zM1170 747q53 0 93.5 -14.5t68 -40t41.5 -60.5t14 -76q0 -46 -15 -84t-40.5 -71.5t-58.5 -64.5t-69 -63l-151 -137q29 8 57 13t51 5h138q51 0 51 -44q0 -2 -3 -29l-9 -81h-539l8 56 q2 16 10.5 34t25.5 33l236 208q28 24 52.5 50t42.5 52.5t28.5 53t10.5 51.5q0 32 -18.5 52t-50.5 20q-34 0 -57.5 -18t-40.5 -49q-10 -19 -23.5 -27.5t-35.5 -8.5q-10 0 -31 3l-87 14q15 57 43.5 98.5t67.5 69.5t87 41.5t103 13.5zM203 830h139l42 351q2 17 4.5 29t7.5 26 l-88 -64q-16 -12 -35 -12q-14 0 -25 7t-18 18l-41 68l255 193h144l-76 -616h103l-15 -124h-413z" />
|
||||
<glyph unicode="¾" horiz-adv-x="1475" d="M476 71q-29 -42 -60.5 -56.5t-69.5 -14.5h-98l938 1363q28 40 61 61t77 21h98zM1313 295h95l-11 -100q-2 -12 -11.5 -22t-25.5 -10h-63l-20 -163h-144l20 163h-290q-23 0 -35 10.5t-13 25.5l-7 85l395 455h165zM485 1453q52 0 92.5 -14.5t68 -38.5t41.5 -56t14 -67 q0 -68 -29.5 -112.5t-97.5 -68.5q51 -18 75.5 -50.5t24.5 -84.5q0 -67 -26 -116.5t-68 -82t-94 -48.5t-104 -16q-54 0 -95.5 10.5t-71.5 34t-50 61.5t-32 93l79 32q21 8 38 8q37 0 48 -28q11 -29 31.5 -49.5t61.5 -20.5q51 0 80.5 31t29.5 76q0 43 -30.5 60.5t-107.5 17.5 l15 119q85 1 119.5 24t34.5 77q0 32 -18.5 50.5t-54.5 18.5q-38 0 -61 -17t-37 -45q-10 -20 -23 -29t-33 -9q-5 0 -13 0.5t-24 3.5l-75 13q15 57 43.5 98.5t67 69.5t84.5 41.5t97 13.5zM1190 458q3 24 8 52.5t13 58.5l-232 -274h191z" />
|
||||
<glyph unicode="¿" horiz-adv-x="780" d="M676 -205q-36 -29 -76.5 -55.5t-87 -46.5t-98.5 -32t-112 -12q-74 0 -133.5 20t-101.5 57.5t-64.5 91.5t-22.5 121q0 80 23 137t57.5 98t76.5 71t80.5 56t67.5 52.5t39 61.5l41 147h162v-164q0 -45 -23 -79t-57.5 -63.5t-74.5 -57t-74.5 -58.5t-57.5 -69t-23 -88 q0 -35 10.5 -61.5t28 -44.5t41 -27t50.5 -9q51 0 88.5 13t64.5 28.5t46 28.5t34 13q33 0 45 -28zM328 892q0 31 11.5 59t31.5 48t48 32t60 12t59.5 -12t48 -32t32.5 -48t12 -59q0 -32 -12 -59.5t-32.5 -47.5t-48 -31.5t-59.5 -11.5t-60 11.5t-48 31.5t-31.5 47.5t-11.5 59.5 z" />
|
||||
<glyph unicode="À" horiz-adv-x="1283" d="M1237 0h-201q-34 0 -54 16t-25 43l-60 302h-539l-134 -302q-11 -23 -36 -41t-56 -18h-204l699 1446h265zM439 544h421l-98 495q-8 36 -16 76t-15 90q-19 -50 -37.5 -92.5t-34.5 -74.5zM665 1789q19 0 32 -1.5t23 -6t18.5 -11.5t19.5 -19l153 -202h-202q-27 0 -41.5 8.5 t-33.5 25.5l-234 206h265z" />
|
||||
<glyph unicode="Á" horiz-adv-x="1283" d="M1237 0h-201q-34 0 -54 16t-25 43l-60 302h-539l-134 -302q-11 -23 -36 -41t-56 -18h-204l699 1446h265zM439 544h421l-98 495q-8 36 -16 76t-15 90q-19 -50 -37.5 -92.5t-34.5 -74.5zM1202 1789l-284 -206q-23 -17 -45 -25.5t-48 -8.5h-193l204 202q12 12 22.5 19.5 t22 11.5t25 5.5t33.5 1.5h263z" />
|
||||
<glyph unicode="Â" horiz-adv-x="1283" d="M1237 0h-201q-34 0 -54 16t-25 43l-60 302h-539l-134 -302q-11 -23 -36 -41t-56 -18h-204l699 1446h265zM439 544h421l-98 495q-8 36 -16 76t-15 90q-19 -50 -37.5 -92.5t-34.5 -74.5zM1109 1549h-181q-14 0 -29.5 5t-26.5 11l-79 70q-3 3 -7 6.5t-7 7.5l-16 -14l-97 -70 q-11 -8 -28.5 -12t-32.5 -4h-179l249 218h238z" />
|
||||
<glyph unicode="Ã" horiz-adv-x="1283" d="M1237 0h-201q-34 0 -54 16t-25 43l-60 302h-539l-134 -302q-11 -23 -36 -41t-56 -18h-204l699 1446h265zM439 544h421l-98 495q-8 36 -16 76t-15 90q-19 -50 -37.5 -92.5t-34.5 -74.5zM903 1695q24 0 41 16t21 48h130q-6 -48 -23 -88.5t-43.5 -70t-61.5 -45.5t-77 -16 q-33 0 -63 11.5t-56.5 25t-49 25t-41.5 11.5q-24 0 -40.5 -17.5t-20.5 -50.5h-132q6 49 23.5 90t44 70t61.5 45.5t76 16.5q34 0 64 -11t56.5 -24.5t49 -24.5t41.5 -11z" />
|
||||
<glyph unicode="Ä" horiz-adv-x="1283" d="M1237 0h-201q-34 0 -54 16t-25 43l-60 302h-539l-134 -302q-11 -23 -36 -41t-56 -18h-204l699 1446h265zM439 544h421l-98 495q-8 36 -16 76t-15 90q-19 -50 -37.5 -92.5t-34.5 -74.5zM706 1666q0 -24 -10 -45.5t-26.5 -37.5t-39 -25.5t-47.5 -9.5q-24 0 -45.5 9.5 t-38 25.5t-26 37.5t-9.5 45.5q0 25 9.5 47.5t26 39t38 26t45.5 9.5q25 0 47.5 -9.5t39 -26t26.5 -39t10 -47.5zM1057 1666q0 -24 -9.5 -45.5t-26 -37.5t-38.5 -25.5t-47 -9.5t-46.5 9.5t-38 25.5t-26 37.5t-9.5 45.5q0 25 9.5 47.5t26 39t38 26t46.5 9.5t47 -9.5t38.5 -26 t26 -39t9.5 -47.5z" />
|
||||
<glyph unicode="Å" horiz-adv-x="1283" d="M1237 0h-201q-34 0 -54 16t-25 43l-60 302h-539l-134 -302q-11 -23 -36 -41t-56 -18h-204l699 1446h265zM439 544h421l-98 495q-8 36 -16 76t-15 90q-19 -50 -37.5 -92.5t-34.5 -74.5zM562 1683q0 43 17 78t45.5 60t65.5 39t78 14q42 0 80.5 -14t67 -39t45.5 -60t17 -78 q0 -42 -17 -76.5t-45.5 -59.5t-67 -38.5t-80.5 -13.5q-41 0 -78 13.5t-65.5 38.5t-45.5 59.5t-17 76.5zM681 1683q0 -39 23 -64t67 -25q40 0 64.5 25t24.5 64q0 42 -24.5 66t-64.5 24q-44 0 -67 -24t-23 -66z" />
|
||||
<glyph unicode="Æ" horiz-adv-x="1711" d="M743 1446h1007l-25 -207h-643v-412h467l-25 -199h-442v-421h516l-26 -207h-735v361h-467l-165 -302q-13 -23 -39.5 -41t-58.5 -18h-202zM470 544h367v690q-18 -45 -36 -83.5t-38 -72.5z" />
|
||||
<glyph unicode="Ç" horiz-adv-x="1207" d="M496 -230q7 0 13.5 -2.5t14.5 -5.5t18 -5.5t24 -2.5q31 0 47 15.5t16 36.5q0 26 -30 38.5t-95 21.5l49 123q-114 14 -203.5 66t-150.5 134.5t-93 190.5t-32 233t27 236.5t77 206t120 169.5t155 128t183.5 81t205.5 28q79 0 144 -14.5t118 -40.5t95 -62.5t76 -81.5 l-90 -108q-10 -12 -23.5 -21t-33.5 -9q-22 0 -42 18t-50.5 39.5t-79 39.5t-127.5 18q-104 0 -193 -42.5t-155 -121.5t-103.5 -190.5t-37.5 -250.5q0 -101 25.5 -181t70.5 -135.5t107 -85t135 -29.5q61 0 106.5 9.5t79 24.5t57.5 31.5t42 31.5t32 24.5t28 9.5q12 0 20 -5 t13 -10l91 -113q-85 -97 -195 -153t-251 -67l-17 -45q73 -19 103 -52.5t30 -76.5q0 -38 -18.5 -68t-51.5 -51t-78.5 -32t-99.5 -11q-38 0 -70 6t-64 18l33 74q8 21 28 21z" />
|
||||
<glyph unicode="È" horiz-adv-x="1051" d="M1091 1446l-26 -207h-582l-50 -411h457l-25 -199h-457l-52 -422h584l-26 -207h-844l178 1446h843zM581 1789q19 0 32 -1.5t23 -6t18.5 -11.5t19.5 -19l153 -202h-202q-27 0 -41.5 8.5t-33.5 25.5l-234 206h265z" />
|
||||
<glyph unicode="É" horiz-adv-x="1051" d="M1091 1446l-26 -207h-582l-50 -411h457l-25 -199h-457l-52 -422h584l-26 -207h-844l178 1446h843zM1095 1789l-284 -206q-23 -17 -45 -25.5t-48 -8.5h-193l204 202q12 12 22.5 19.5t22 11.5t25 5.5t33.5 1.5h263z" />
|
||||
<glyph unicode="Ê" horiz-adv-x="1051" d="M1091 1446l-26 -207h-582l-50 -411h457l-25 -199h-457l-52 -422h584l-26 -207h-844l178 1446h843zM1025 1549h-181q-14 0 -29.5 5t-26.5 11l-79 70q-3 3 -7 6.5t-7 7.5l-16 -14l-97 -70q-11 -8 -28.5 -12t-32.5 -4h-179l249 218h238z" />
|
||||
<glyph unicode="Ë" horiz-adv-x="1051" d="M1091 1446l-26 -207h-582l-50 -411h457l-25 -199h-457l-52 -422h584l-26 -207h-844l178 1446h843zM622 1666q0 -24 -10 -45.5t-26.5 -37.5t-39 -25.5t-47.5 -9.5q-24 0 -45.5 9.5t-38 25.5t-26 37.5t-9.5 45.5q0 25 9.5 47.5t26 39t38 26t45.5 9.5q25 0 47.5 -9.5t39 -26 t26.5 -39t10 -47.5zM973 1666q0 -24 -9.5 -45.5t-26 -37.5t-38.5 -25.5t-47 -9.5t-46.5 9.5t-38 25.5t-26 37.5t-9.5 45.5q0 25 9.5 47.5t26 39t38 26t46.5 9.5t47 -9.5t38.5 -26t26 -39t9.5 -47.5z" />
|
||||
<glyph unicode="Ì" horiz-adv-x="580" d="M360 0h-261l177 1446h261zM317 1789q19 0 32 -1.5t23 -6t18.5 -11.5t19.5 -19l153 -202h-202q-27 0 -41.5 8.5t-33.5 25.5l-234 206h265z" />
|
||||
<glyph unicode="Í" horiz-adv-x="580" d="M360 0h-261l177 1446h261zM831 1789l-284 -206q-23 -17 -45 -25.5t-48 -8.5h-193l204 202q12 12 22.5 19.5t22 11.5t25 5.5t33.5 1.5h263z" />
|
||||
<glyph unicode="Î" horiz-adv-x="580" d="M360 0h-261l177 1446h261zM761 1549h-181q-14 0 -29.5 5t-26.5 11l-79 70q-3 3 -7 6.5t-7 7.5l-16 -14l-97 -70q-11 -8 -28.5 -12t-32.5 -4h-179l249 218h238z" />
|
||||
<glyph unicode="Ï" horiz-adv-x="580" d="M360 0h-261l177 1446h261zM358 1666q0 -24 -10 -45.5t-26.5 -37.5t-39 -25.5t-47.5 -9.5q-24 0 -45.5 9.5t-38 25.5t-26 37.5t-9.5 45.5q0 25 9.5 47.5t26 39t38 26t45.5 9.5q25 0 47.5 -9.5t39 -26t26.5 -39t10 -47.5zM709 1666q0 -24 -9.5 -45.5t-26 -37.5t-38.5 -25.5 t-47 -9.5t-46.5 9.5t-38 25.5t-26 37.5t-9.5 45.5q0 25 9.5 47.5t26 39t38 26t46.5 9.5t47 -9.5t38.5 -26t26 -39t9.5 -47.5z" />
|
||||
<glyph unicode="Ð" horiz-adv-x="1455" d="M88 801h162l79 645h510q138 0 248.5 -47t188 -130t118.5 -198t41 -251q0 -180 -58 -331t-161 -259.5t-244.5 -169t-308.5 -60.5h-510l79 653h-164zM1169 814q0 97 -24 176t-69.5 134.5t-111.5 85.5t-150 30h-249l-54 -439h329l-17 -148h-330l-54 -446h249q109 0 198 42 t152 120.5t97 191t34 253.5z" />
|
||||
<glyph unicode="Ñ" horiz-adv-x="1392" d="M384 1446q17 0 28.5 -1.5t20.5 -6t16 -12.5t15 -22l563 -987q2 29 4.5 56.5t5.5 51.5l113 921h229l-179 -1446h-133q-30 0 -51 9.5t-35 35.5l-560 987q-2 -24 -4 -46.5t-4 -42.5l-114 -943h-229l178 1446h136v0zM952 1695q24 0 41 16t21 48h130q-6 -48 -23 -88.5 t-43.5 -70t-61.5 -45.5t-77 -16q-33 0 -63 11.5t-56.5 25t-49 25t-41.5 11.5q-24 0 -40.5 -17.5t-20.5 -50.5h-132q6 49 23.5 90t44 70t61.5 45.5t76 16.5q34 0 64 -11t56.5 -24.5t49 -24.5t41.5 -11z" />
|
||||
<glyph unicode="Ò" horiz-adv-x="1464" d="M1446 820q0 -120 -26.5 -228.5t-76 -201.5t-119 -168t-156 -128t-187.5 -81.5t-212 -28.5q-138 0 -248 49t-187.5 135t-118.5 203t-41 254q0 120 26.5 228.5t76 201.5t119 168t156 128.5t187.5 82t213 28.5q138 0 248 -49t187 -135t118 -203.5t41 -254.5zM1180 814 q0 98 -24.5 178t-71 137t-113.5 88t-151 31q-108 0 -196.5 -44t-151.5 -125t-97.5 -195t-34.5 -253q0 -98 24 -178t70 -136.5t112.5 -87t151.5 -30.5q109 0 198 44t152 124t97.5 193.5t34.5 253.5zM753 1789q19 0 32 -1.5t23 -6t18.5 -11.5t19.5 -19l153 -202h-202 q-27 0 -41.5 8.5t-33.5 25.5l-234 206h265z" />
|
||||
<glyph unicode="Ó" horiz-adv-x="1464" d="M1446 820q0 -120 -26.5 -228.5t-76 -201.5t-119 -168t-156 -128t-187.5 -81.5t-212 -28.5q-138 0 -248 49t-187.5 135t-118.5 203t-41 254q0 120 26.5 228.5t76 201.5t119 168t156 128.5t187.5 82t213 28.5q138 0 248 -49t187 -135t118 -203.5t41 -254.5zM1180 814 q0 98 -24.5 178t-71 137t-113.5 88t-151 31q-108 0 -196.5 -44t-151.5 -125t-97.5 -195t-34.5 -253q0 -98 24 -178t70 -136.5t112.5 -87t151.5 -30.5q109 0 198 44t152 124t97.5 193.5t34.5 253.5zM1267 1789l-284 -206q-23 -17 -45 -25.5t-48 -8.5h-193l204 202 q12 12 22.5 19.5t22 11.5t25 5.5t33.5 1.5h263z" />
|
||||
<glyph unicode="Ô" horiz-adv-x="1464" d="M1446 820q0 -120 -26.5 -228.5t-76 -201.5t-119 -168t-156 -128t-187.5 -81.5t-212 -28.5q-138 0 -248 49t-187.5 135t-118.5 203t-41 254q0 120 26.5 228.5t76 201.5t119 168t156 128.5t187.5 82t213 28.5q138 0 248 -49t187 -135t118 -203.5t41 -254.5zM1180 814 q0 98 -24.5 178t-71 137t-113.5 88t-151 31q-108 0 -196.5 -44t-151.5 -125t-97.5 -195t-34.5 -253q0 -98 24 -178t70 -136.5t112.5 -87t151.5 -30.5q109 0 198 44t152 124t97.5 193.5t34.5 253.5zM1197 1549h-181q-14 0 -29.5 5t-26.5 11l-79 70q-3 3 -7 6.5t-7 7.5 l-16 -14l-97 -70q-11 -8 -28.5 -12t-32.5 -4h-179l249 218h238z" />
|
||||
<glyph unicode="Õ" horiz-adv-x="1464" d="M1446 820q0 -120 -26.5 -228.5t-76 -201.5t-119 -168t-156 -128t-187.5 -81.5t-212 -28.5q-138 0 -248 49t-187.5 135t-118.5 203t-41 254q0 120 26.5 228.5t76 201.5t119 168t156 128.5t187.5 82t213 28.5q138 0 248 -49t187 -135t118 -203.5t41 -254.5zM1180 814 q0 98 -24.5 178t-71 137t-113.5 88t-151 31q-108 0 -196.5 -44t-151.5 -125t-97.5 -195t-34.5 -253q0 -98 24 -178t70 -136.5t112.5 -87t151.5 -30.5q109 0 198 44t152 124t97.5 193.5t34.5 253.5zM991 1695q24 0 41 16t21 48h130q-6 -48 -23 -88.5t-43.5 -70t-61.5 -45.5 t-77 -16q-33 0 -63 11.5t-56.5 25t-49 25t-41.5 11.5q-24 0 -40.5 -17.5t-20.5 -50.5h-132q6 49 23.5 90t44 70t61.5 45.5t76 16.5q34 0 64 -11t56.5 -24.5t49 -24.5t41.5 -11z" />
|
||||
<glyph unicode="Ö" horiz-adv-x="1464" d="M1446 820q0 -120 -26.5 -228.5t-76 -201.5t-119 -168t-156 -128t-187.5 -81.5t-212 -28.5q-138 0 -248 49t-187.5 135t-118.5 203t-41 254q0 120 26.5 228.5t76 201.5t119 168t156 128.5t187.5 82t213 28.5q138 0 248 -49t187 -135t118 -203.5t41 -254.5zM1180 814 q0 98 -24.5 178t-71 137t-113.5 88t-151 31q-108 0 -196.5 -44t-151.5 -125t-97.5 -195t-34.5 -253q0 -98 24 -178t70 -136.5t112.5 -87t151.5 -30.5q109 0 198 44t152 124t97.5 193.5t34.5 253.5zM794 1666q0 -24 -10 -45.5t-26.5 -37.5t-39 -25.5t-47.5 -9.5 q-24 0 -45.5 9.5t-38 25.5t-26 37.5t-9.5 45.5q0 25 9.5 47.5t26 39t38 26t45.5 9.5q25 0 47.5 -9.5t39 -26t26.5 -39t10 -47.5zM1145 1666q0 -24 -9.5 -45.5t-26 -37.5t-38.5 -25.5t-47 -9.5t-46.5 9.5t-38 25.5t-26 37.5t-9.5 45.5q0 25 9.5 47.5t26 39t38 26t46.5 9.5 t47 -9.5t38.5 -26t26 -39t9.5 -47.5z" />
|
||||
<glyph unicode="×" d="M1094 999l-368 -327l300 -342l-140 -125l-301 342l-386 -344l-110 125l386 344l-288 329l141 125l288 -329l367 327z" />
|
||||
<glyph unicode="Ø" horiz-adv-x="1464" d="M1446 820q0 -120 -26.5 -228.5t-76 -201.5t-119 -168t-156 -128t-187.5 -81.5t-212 -28.5q-91 0 -168 21t-143 59l-83 -105q-32 -40 -73 -55t-78 -15h-102l216 273q-80 87 -122 205t-42 258q0 120 26.5 228.5t76 201.5t119 168t156 128.5t187.5 82t213 28.5 q99 0 183 -25.5t153 -72.5l65 82q14 18 26 30t24.5 19.5t28 11t36.5 3.5h133l-199 -251q70 -86 107 -197.5t37 -241.5zM340 631q0 -79 15.5 -145t44.5 -119l639 808q-44 35 -98.5 54t-120.5 19q-108 0 -196.5 -44t-151.5 -125t-97.5 -195t-34.5 -253zM1180 814 q0 67 -11.5 125.5t-33.5 107.5l-629 -796q81 -52 192 -52q109 0 198 44t152 124t97.5 193.5t34.5 253.5z" />
|
||||
<glyph unicode="Ù" horiz-adv-x="1338" d="M635 208q70 0 128.5 26.5t102.5 75t72.5 116.5t38.5 151l107 869h259l-106 -869q-16 -128 -68 -237t-133.5 -188t-190 -123.5t-237.5 -44.5q-117 0 -208 36.5t-153.5 102.5t-95 157.5t-32.5 201.5q0 45 6 95l105 869h260l-107 -868q-2 -19 -3 -37t-1 -35q0 -68 16.5 -123 t49 -94t80.5 -60t110 -21zM694 1788q19 0 32 -1.5t23 -6t18.5 -11.5t19.5 -19l153 -202h-202q-27 0 -41.5 8.5t-33.5 25.5l-234 206h265z" />
|
||||
<glyph unicode="Ú" horiz-adv-x="1338" d="M635 208q70 0 128.5 26.5t102.5 75t72.5 116.5t38.5 151l107 869h259l-106 -869q-16 -128 -68 -237t-133.5 -188t-190 -123.5t-237.5 -44.5q-117 0 -208 36.5t-153.5 102.5t-95 157.5t-32.5 201.5q0 45 6 95l105 869h260l-107 -868q-2 -19 -3 -37t-1 -35q0 -68 16.5 -123 t49 -94t80.5 -60t110 -21zM1208 1788l-284 -206q-23 -17 -45 -25.5t-48 -8.5h-193l204 202q12 12 22.5 19.5t22 11.5t25 5.5t33.5 1.5h263z" />
|
||||
<glyph unicode="Û" horiz-adv-x="1338" d="M635 208q70 0 128.5 26.5t102.5 75t72.5 116.5t38.5 151l107 869h259l-106 -869q-16 -128 -68 -237t-133.5 -188t-190 -123.5t-237.5 -44.5q-117 0 -208 36.5t-153.5 102.5t-95 157.5t-32.5 201.5q0 45 6 95l105 869h260l-107 -868q-2 -19 -3 -37t-1 -35q0 -68 16.5 -123 t49 -94t80.5 -60t110 -21zM1138 1548h-181q-14 0 -29.5 5t-26.5 11l-79 70q-3 3 -7 6.5t-7 7.5l-16 -14l-97 -70q-11 -8 -28.5 -12t-32.5 -4h-179l249 218h238z" />
|
||||
<glyph unicode="Ü" horiz-adv-x="1338" d="M635 208q70 0 128.5 26.5t102.5 75t72.5 116.5t38.5 151l107 869h259l-106 -869q-16 -128 -68 -237t-133.5 -188t-190 -123.5t-237.5 -44.5q-117 0 -208 36.5t-153.5 102.5t-95 157.5t-32.5 201.5q0 45 6 95l105 869h260l-107 -868q-2 -19 -3 -37t-1 -35q0 -68 16.5 -123 t49 -94t80.5 -60t110 -21zM735 1665q0 -24 -10 -45.5t-26.5 -37.5t-39 -25.5t-47.5 -9.5q-24 0 -45.5 9.5t-38 25.5t-26 37.5t-9.5 45.5q0 25 9.5 47.5t26 39t38 26t45.5 9.5q25 0 47.5 -9.5t39 -26t26.5 -39t10 -47.5zM1086 1665q0 -24 -9.5 -45.5t-26 -37.5t-38.5 -25.5 t-47 -9.5t-46.5 9.5t-38 25.5t-26 37.5t-9.5 45.5q0 25 9.5 47.5t26 39t38 26t46.5 9.5t47 -9.5t38.5 -26t26 -39t9.5 -47.5z" />
|
||||
<glyph unicode="Ý" horiz-adv-x="1212" d="M745 563l-70 -563h-260l70 564l-376 882h231q34 0 52 -16.5t28 -42.5l187 -500q14 -36 22.5 -70.5t14.5 -67.5q16 33 34.5 67t41.5 71l311 500q14 23 36.5 41t55.5 18h215zM1166 1787l-284 -206q-23 -17 -45 -25.5t-48 -8.5h-193l204 202q12 12 22.5 19.5t22 11.5t25 5.5 t33.5 1.5h263z" />
|
||||
<glyph unicode="Þ" horiz-adv-x="1155" d="M543 1194h182q121 0 209.5 -29.5t146 -82t85 -125t27.5 -158.5q0 -117 -36.5 -215t-110 -169.5t-183 -111.5t-254.5 -40h-182l-32 -263h-258l177 1446h260zM518 993l-66 -529h183q77 0 133 23t92.5 64.5t54 99t17.5 126.5q0 49 -14 89t-43 68t-72.5 43.5t-103.5 15.5 h-181z" />
|
||||
<glyph unicode="ß" horiz-adv-x="1158" d="M758 1470q102 0 171.5 -30.5t113 -76t62.5 -100t19 -102.5q0 -66 -21.5 -112.5t-53 -80.5t-69 -58.5t-69 -47.5t-53 -47.5t-21.5 -57.5q0 -30 20 -52.5t50 -43.5t65.5 -44.5t65.5 -56.5t50 -78.5t20 -109.5q0 -95 -34.5 -167t-91.5 -121.5t-131 -74.5t-153 -25 q-42 0 -82.5 9.5t-77 26.5t-68 40t-56.5 50l67 91q11 15 27 24t38 9q21 0 39 -13t39 -29t48 -29t67 -13q29 0 55 12t45 33.5t30 50.5t11 62q0 41 -22 69.5t-55.5 51.5t-72 44.5t-72 50t-55.5 67t-22 96.5q0 67 23 113.5t58 81t75 62.5t75 57.5t58 65t23 86.5q0 28 -9.5 54.5 t-29.5 46t-51.5 31.5t-76.5 12q-60 0 -109 -34t-85.5 -90.5t-60.5 -129.5t-33 -151l-103 -850l-51 -188q-14 -49 -43.5 -75t-83.5 -26h-99l132 1088l-91 16q-26 5 -40 17t-14 34l11 106h166q27 90 77.5 172.5t119.5 145.5t154.5 100.5t184.5 37.5z" />
|
||||
<glyph unicode="à" horiz-adv-x="1035" d="M858 0h-130q-45 0 -63 21t-18 53l8 140q-68 -106 -153 -167.5t-187 -61.5q-58 0 -108.5 23t-88 68.5t-59 114t-21.5 160.5t23 179t65.5 163.5t102.5 140.5t134.5 110t161 71.5t182.5 25.5q69 0 138.5 -10t136.5 -36zM412 187q41 0 80.5 28t74.5 77.5t65 116.5t52 144 l39 310q-27 3 -50 3q-83 0 -154 -38t-123 -102.5t-81.5 -150t-29.5 -180.5q0 -108 34 -158t93 -50zM639 1461q38 0 55 -13t28 -39l100 -243h-136q-26 0 -42.5 7t-30.5 27l-198 261h224z" />
|
||||
<glyph unicode="á" horiz-adv-x="1035" d="M858 0h-130q-45 0 -63 21t-18 53l8 140q-68 -106 -153 -167.5t-187 -61.5q-58 0 -108.5 23t-88 68.5t-59 114t-21.5 160.5t23 179t65.5 163.5t102.5 140.5t134.5 110t161 71.5t182.5 25.5q69 0 138.5 -10t136.5 -36zM412 187q41 0 80.5 28t74.5 77.5t65 116.5t52 144 l39 310q-27 3 -50 3q-83 0 -154 -38t-123 -102.5t-81.5 -150t-29.5 -180.5q0 -108 34 -158t93 -50zM1040 1461l-262 -261q-20 -20 -38 -27t-45 -7h-142l160 243q17 26 37.5 39t58.5 13h231z" />
|
||||
<glyph unicode="â" horiz-adv-x="1035" d="M858 0h-130q-45 0 -63 21t-18 53l8 140q-68 -106 -153 -167.5t-187 -61.5q-58 0 -108.5 23t-88 68.5t-59 114t-21.5 160.5t23 179t65.5 163.5t102.5 140.5t134.5 110t161 71.5t182.5 25.5q69 0 138.5 -10t136.5 -36zM412 187q41 0 80.5 28t74.5 77.5t65 116.5t52 144 l39 310q-27 3 -50 3q-83 0 -154 -38t-123 -102.5t-81.5 -150t-29.5 -180.5q0 -108 34 -158t93 -50zM996 1168h-158q-14 0 -27 5.5t-19 12.5l-81 99q-8 8 -17 20q-6 -6 -11.5 -11t-10.5 -9l-108 -99q-8 -7 -21.5 -12.5t-28.5 -5.5h-165l246 277h224z" />
|
||||
<glyph unicode="ã" horiz-adv-x="1035" d="M858 0h-130q-45 0 -63 21t-18 53l8 140q-68 -106 -153 -167.5t-187 -61.5q-58 0 -108.5 23t-88 68.5t-59 114t-21.5 160.5t23 179t65.5 163.5t102.5 140.5t134.5 110t161 71.5t182.5 25.5q69 0 138.5 -10t136.5 -36zM412 187q41 0 80.5 28t74.5 77.5t65 116.5t52 144 l39 310q-27 3 -50 3q-83 0 -154 -38t-123 -102.5t-81.5 -150t-29.5 -180.5q0 -108 34 -158t93 -50zM796 1355q26 0 43 17t24 60h144q-7 -55 -27 -99.5t-49.5 -76t-67 -49t-79.5 -17.5q-33 0 -60.5 13t-50.5 28.5t-43 28.5t-38 13q-26 0 -43 -18t-22 -60h-146q7 55 27 99.5 t50 76.5t67.5 49.5t78.5 17.5q33 0 60.5 -13t51 -28.5t43 -28.5t37.5 -13z" />
|
||||
<glyph unicode="ä" horiz-adv-x="1035" d="M858 0h-130q-45 0 -63 21t-18 53l8 140q-68 -106 -153 -167.5t-187 -61.5q-58 0 -108.5 23t-88 68.5t-59 114t-21.5 160.5t23 179t65.5 163.5t102.5 140.5t134.5 110t161 71.5t182.5 25.5q69 0 138.5 -10t136.5 -36zM412 187q41 0 80.5 28t74.5 77.5t65 116.5t52 144 l39 310q-27 3 -50 3q-83 0 -154 -38t-123 -102.5t-81.5 -150t-29.5 -180.5q0 -108 34 -158t93 -50zM643 1314q0 -28 -11 -52.5t-30.5 -42.5t-45 -28.5t-54.5 -10.5q-27 0 -51.5 10.5t-43 28.5t-29.5 42.5t-11 52.5q0 29 11 54.5t29.5 44.5t43 30t51.5 11q29 0 54.5 -11 t45 -30t30.5 -44.5t11 -54.5zM1016 1314q0 -28 -11 -52.5t-29.5 -42.5t-44 -28.5t-54.5 -10.5q-28 0 -53 10.5t-43.5 28.5t-29.5 42.5t-11 52.5q0 29 11 54.5t29.5 44.5t43.5 30t53 11q29 0 54.5 -11t44 -30t29.5 -44.5t11 -54.5z" />
|
||||
<glyph unicode="å" horiz-adv-x="1035" d="M858 0h-130q-45 0 -63 21t-18 53l8 140q-68 -106 -153 -167.5t-187 -61.5q-58 0 -108.5 23t-88 68.5t-59 114t-21.5 160.5t23 179t65.5 163.5t102.5 140.5t134.5 110t161 71.5t182.5 25.5q69 0 138.5 -10t136.5 -36zM412 187q41 0 80.5 28t74.5 77.5t65 116.5t52 144 l39 310q-27 3 -50 3q-83 0 -154 -38t-123 -102.5t-81.5 -150t-29.5 -180.5q0 -108 34 -158t93 -50zM488 1325q0 46 18 84t48.5 65t70.5 42t84 15q45 0 86 -15t72 -42t49.5 -65t18.5 -84q0 -45 -18.5 -82t-49.5 -63.5t-72 -41t-86 -14.5q-44 0 -84 14.5t-70.5 41t-48.5 63.5 t-18 82zM622 1325q0 -38 23.5 -63.5t67.5 -25.5q40 0 64 25.5t24 63.5q0 42 -24 66.5t-64 24.5q-44 0 -67.5 -24.5t-23.5 -66.5z" />
|
||||
<glyph unicode="æ" horiz-adv-x="1460" d="M1119 1041q64 0 119 -20.5t95.5 -56.5t63.5 -84t23 -102q0 -37 -10.5 -74.5t-36 -72t-68.5 -65t-108.5 -54t-156.5 -38.5t-211 -18q0 -146 54 -213t151 -67q67 0 110 17.5t74 38.5t55.5 38.5t53.5 17.5q12 0 24 -5.5t20 -16.5l63 -76q-53 -53 -103.5 -92t-104 -64 t-112.5 -37t-129 -12q-97 0 -177 49t-126 151q-34 -53 -77.5 -91t-92 -62.5t-100 -36t-100.5 -11.5q-148 0 -222.5 63.5t-74.5 183.5q0 67 29 132t99 117.5t187 87t292 39.5q5 45 6.5 63.5t1.5 30.5q0 78 -33 115.5t-97 37.5q-54 0 -91.5 -14.5t-67 -31.5t-54 -31.5 t-53.5 -14.5q-24 0 -40 12t-24 31l-33 77q91 81 186 121.5t204 40.5q105 0 167.5 -41.5t90.5 -114.5q62 72 145.5 112.5t188.5 40.5zM603 461q-105 -5 -174 -21.5t-110 -43t-57.5 -61t-16.5 -74.5q0 -57 29.5 -85.5t83.5 -28.5q44 0 84 15.5t71.5 48.5t53.5 83.5t31 120.5z M1088 869q-52 0 -93 -19.5t-72 -55t-51.5 -85.5t-31.5 -112q112 9 183 25.5t111.5 38.5t55.5 49t15 56q0 45 -28.5 74t-88.5 29z" />
|
||||
<glyph unicode="ç" horiz-adv-x="871" d="M287 -230q7 0 13.5 -2.5t14.5 -5.5t18 -5.5t24 -2.5q31 0 47 15.5t16 36.5q0 26 -30 38.5t-95 21.5l50 127q-70 13 -125 48.5t-92.5 89.5t-57.5 125.5t-20 156.5q0 125 40 238.5t112 200t171 138t216 51.5q102 0 173.5 -36t127.5 -108l-79 -94q-8 -10 -20 -17t-26 -7 q-17 0 -31 10.5t-32.5 22.5t-46 22.5t-71.5 10.5q-57 0 -109 -31t-91.5 -88t-63 -137t-23.5 -177q0 -113 50 -174.5t135 -61.5q57 0 94.5 16.5t63.5 36t46.5 36t44.5 16.5q26 0 44 -23l63 -76q-44 -49 -84.5 -83.5t-82 -57.5t-85 -36t-93.5 -17l-18 -46q73 -19 103 -52.5 t30 -76.5q0 -38 -18.5 -68t-51.5 -51t-78.5 -32t-99.5 -11q-38 0 -70 6t-64 18l33 74q8 21 28 21z" />
|
||||
<glyph unicode="è" horiz-adv-x="946" d="M918 788q0 -69 -27.5 -126t-98.5 -102t-192.5 -77.5t-309.5 -51.5v-13q0 -242 205 -242q44 0 78 8.5t59.5 20.5t46 27t38 27t34.5 20.5t37 8.5q12 0 24 -5.5t20 -16.5l63 -76q-53 -53 -104 -92t-104 -64t-112 -37t-129 -12q-90 0 -163 30.5t-125 86t-80.5 134 t-28.5 175.5q0 81 17.5 159t50.5 148t81 129t108.5 102t133 67t155.5 24q81 0 141.5 -23t101 -59.5t60.5 -81.5t20 -88zM581 868q-50 0 -93 -20.5t-77.5 -57.5t-60 -88.5t-40.5 -112.5q124 17 199.5 37t117 44t55 51t13.5 58q0 15 -6.5 31t-20 28.5t-35 21t-52.5 8.5z M524 1461q38 0 55 -13t28 -39l100 -243h-136q-26 0 -42.5 7t-30.5 27l-198 261h224z" />
|
||||
<glyph unicode="é" horiz-adv-x="946" d="M918 788q0 -69 -27.5 -126t-98.5 -102t-192.5 -77.5t-309.5 -51.5v-13q0 -242 205 -242q44 0 78 8.5t59.5 20.5t46 27t38 27t34.5 20.5t37 8.5q12 0 24 -5.5t20 -16.5l63 -76q-53 -53 -104 -92t-104 -64t-112 -37t-129 -12q-90 0 -163 30.5t-125 86t-80.5 134 t-28.5 175.5q0 81 17.5 159t50.5 148t81 129t108.5 102t133 67t155.5 24q81 0 141.5 -23t101 -59.5t60.5 -81.5t20 -88zM581 868q-50 0 -93 -20.5t-77.5 -57.5t-60 -88.5t-40.5 -112.5q124 17 199.5 37t117 44t55 51t13.5 58q0 15 -6.5 31t-20 28.5t-35 21t-52.5 8.5z M961 1461l-262 -261q-20 -20 -38 -27t-45 -7h-142l160 243q17 26 37.5 39t58.5 13h231z" />
|
||||
<glyph unicode="ê" horiz-adv-x="946" d="M918 788q0 -69 -27.5 -126t-98.5 -102t-192.5 -77.5t-309.5 -51.5v-13q0 -242 205 -242q44 0 78 8.5t59.5 20.5t46 27t38 27t34.5 20.5t37 8.5q12 0 24 -5.5t20 -16.5l63 -76q-53 -53 -104 -92t-104 -64t-112 -37t-129 -12q-90 0 -163 30.5t-125 86t-80.5 134 t-28.5 175.5q0 81 17.5 159t50.5 148t81 129t108.5 102t133 67t155.5 24q81 0 141.5 -23t101 -59.5t60.5 -81.5t20 -88zM581 868q-50 0 -93 -20.5t-77.5 -57.5t-60 -88.5t-40.5 -112.5q124 17 199.5 37t117 44t55 51t13.5 58q0 15 -6.5 31t-20 28.5t-35 21t-52.5 8.5z M921 1168h-158q-14 0 -27 5.5t-19 12.5l-81 99q-8 8 -17 20q-6 -6 -11.5 -11t-10.5 -9l-108 -99q-8 -7 -21.5 -12.5t-28.5 -5.5h-165l246 277h224z" />
|
||||
<glyph unicode="ë" horiz-adv-x="946" d="M918 788q0 -69 -27.5 -126t-98.5 -102t-192.5 -77.5t-309.5 -51.5v-13q0 -242 205 -242q44 0 78 8.5t59.5 20.5t46 27t38 27t34.5 20.5t37 8.5q12 0 24 -5.5t20 -16.5l63 -76q-53 -53 -104 -92t-104 -64t-112 -37t-129 -12q-90 0 -163 30.5t-125 86t-80.5 134 t-28.5 175.5q0 81 17.5 159t50.5 148t81 129t108.5 102t133 67t155.5 24q81 0 141.5 -23t101 -59.5t60.5 -81.5t20 -88zM581 868q-50 0 -93 -20.5t-77.5 -57.5t-60 -88.5t-40.5 -112.5q124 17 199.5 37t117 44t55 51t13.5 58q0 15 -6.5 31t-20 28.5t-35 21t-52.5 8.5z M568 1314q0 -28 -11 -52.5t-30.5 -42.5t-45 -28.5t-54.5 -10.5q-27 0 -51.5 10.5t-43 28.5t-29.5 42.5t-11 52.5q0 29 11 54.5t29.5 44.5t43 30t51.5 11q29 0 54.5 -11t45 -30t30.5 -44.5t11 -54.5zM941 1314q0 -28 -11 -52.5t-29.5 -42.5t-44 -28.5t-54.5 -10.5 q-28 0 -53 10.5t-43.5 28.5t-29.5 42.5t-11 52.5q0 29 11 54.5t29.5 44.5t43.5 30t53 11q29 0 54.5 -11t44 -30t29.5 -44.5t11 -54.5z" />
|
||||
<glyph unicode="ì" horiz-adv-x="515" d="M441 1026l-123 -1026h-244l123 1026h244zM257 1461q38 0 55 -13t28 -39l100 -243h-136q-26 0 -42.5 7t-30.5 27l-198 261h224z" />
|
||||
<glyph unicode="í" horiz-adv-x="515" d="M441 1026l-123 -1026h-244l123 1026h244zM693 1461l-262 -261q-20 -20 -38 -27t-45 -7h-142l160 243q17 26 37.5 39t58.5 13h231z" />
|
||||
<glyph unicode="î" horiz-adv-x="515" d="M441 1026l-123 -1026h-244l123 1026h244zM653 1168h-158q-14 0 -27 5.5t-19 12.5l-81 99q-8 8 -17 20q-6 -6 -11.5 -11t-10.5 -9l-108 -99q-8 -7 -21.5 -12.5t-28.5 -5.5h-165l246 277h224z" />
|
||||
<glyph unicode="ï" horiz-adv-x="515" d="M441 1026l-123 -1026h-244l123 1026h244zM300 1314q0 -28 -11 -52.5t-30.5 -42.5t-45 -28.5t-54.5 -10.5q-27 0 -51.5 10.5t-43 28.5t-29.5 42.5t-11 52.5q0 29 11 54.5t29.5 44.5t43 30t51.5 11q29 0 54.5 -11t45 -30t30.5 -44.5t11 -54.5zM673 1314q0 -28 -11 -52.5 t-29.5 -42.5t-44 -28.5t-54.5 -10.5q-28 0 -53 10.5t-43.5 28.5t-29.5 42.5t-11 52.5q0 29 11 54.5t29.5 44.5t43.5 30t53 11q29 0 54.5 -11t44 -30t29.5 -44.5t11 -54.5z" />
|
||||
<glyph unicode="ð" horiz-adv-x="1045" d="M430 1060q-7 11 -7 24q0 24 21 37l116 75q-67 35 -151 60q-49 16 -49 53q0 20 12 44l36 76q94 -17 179 -50t157 -85l184 114l40 -78q7 -14 7 -26q0 -24 -25 -41l-102 -65q75 -85 117 -202t42 -270q0 -170 -37.5 -307t-109 -233.5t-176 -148.5t-237.5 -52q-87 0 -160 29 t-125.5 83.5t-82 132.5t-29.5 175q0 107 36.5 202.5t101 167.5t152.5 114t192 42q94 0 165.5 -38t119.5 -113q-5 109 -37 190.5t-98 143.5l-207 -133zM476 167q51 0 97.5 20.5t85 67.5t67.5 123t45 187q-10 37 -27 71t-42.5 59t-61 40t-82.5 15q-63 0 -113.5 -26t-85.5 -71 t-53.5 -106t-18.5 -131q0 -59 14 -105.5t39 -78.5t60 -48.5t76 -16.5z" />
|
||||
<glyph unicode="ñ" horiz-adv-x="1077" d="M52 0l123 1027h126q39 0 60.5 -19t21.5 -61l-7 -133q78 115 173 171.5t196 56.5q57 0 103.5 -20.5t79.5 -60t51 -97t18 -132.5q0 -19 -1.5 -38.5t-3.5 -40.5l-77 -653h-247q20 169 34 286.5t23 195.5t14 122.5t7.5 67.5t3 30.5t0.5 12.5q0 66 -24 95.5t-75 29.5 q-41 0 -85 -24t-84 -68t-73 -106t-54 -138l-56 -504h-247zM759 1357q26 0 43 17t24 60h144q-7 -55 -27 -99.5t-49.5 -76t-67 -49t-79.5 -17.5q-33 0 -60.5 13t-50.5 28.5t-43 28.5t-38 13q-26 0 -43 -18t-22 -60h-146q7 55 27 99.5t50 76.5t67.5 49.5t78.5 17.5 q33 0 60.5 -13t51 -28.5t43 -28.5t37.5 -13z" />
|
||||
<glyph unicode="ò" horiz-adv-x="1020" d="M460 175q62 0 112 35.5t85.5 95t54.5 138.5t19 166q0 125 -42.5 184t-128.5 59q-62 0 -112 -35t-85 -95t-54 -139t-19 -167q0 -125 42 -183.5t128 -58.5zM438 -15q-85 0 -157.5 28.5t-125 83.5t-82.5 135t-30 183q0 133 42.5 248t116 199t171.5 132t209 48 q85 0 157.5 -28.5t125.5 -83.5t83 -135t30 -183q0 -132 -43 -246.5t-116.5 -199t-171.5 -133t-209 -48.5zM513 1463q38 0 55 -13t28 -39l100 -243h-136q-26 0 -42.5 7t-30.5 27l-198 261h224z" />
|
||||
<glyph unicode="ó" horiz-adv-x="1020" d="M460 175q62 0 112 35.5t85.5 95t54.5 138.5t19 166q0 125 -42.5 184t-128.5 59q-62 0 -112 -35t-85 -95t-54 -139t-19 -167q0 -125 42 -183.5t128 -58.5zM438 -15q-85 0 -157.5 28.5t-125 83.5t-82.5 135t-30 183q0 133 42.5 248t116 199t171.5 132t209 48 q85 0 157.5 -28.5t125.5 -83.5t83 -135t30 -183q0 -132 -43 -246.5t-116.5 -199t-171.5 -133t-209 -48.5zM950 1463l-262 -261q-20 -20 -38 -27t-45 -7h-142l160 243q17 26 37.5 39t58.5 13h231z" />
|
||||
<glyph unicode="ô" horiz-adv-x="1020" d="M460 175q62 0 112 35.5t85.5 95t54.5 138.5t19 166q0 125 -42.5 184t-128.5 59q-62 0 -112 -35t-85 -95t-54 -139t-19 -167q0 -125 42 -183.5t128 -58.5zM438 -15q-85 0 -157.5 28.5t-125 83.5t-82.5 135t-30 183q0 133 42.5 248t116 199t171.5 132t209 48 q85 0 157.5 -28.5t125.5 -83.5t83 -135t30 -183q0 -132 -43 -246.5t-116.5 -199t-171.5 -133t-209 -48.5zM910 1170h-158q-14 0 -27 5.5t-19 12.5l-81 99q-8 8 -17 20q-6 -6 -11.5 -11t-10.5 -9l-108 -99q-8 -7 -21.5 -12.5t-28.5 -5.5h-165l246 277h224z" />
|
||||
<glyph unicode="õ" horiz-adv-x="1020" d="M460 175q62 0 112 35.5t85.5 95t54.5 138.5t19 166q0 125 -42.5 184t-128.5 59q-62 0 -112 -35t-85 -95t-54 -139t-19 -167q0 -125 42 -183.5t128 -58.5zM438 -15q-85 0 -157.5 28.5t-125 83.5t-82.5 135t-30 183q0 133 42.5 248t116 199t171.5 132t209 48 q85 0 157.5 -28.5t125.5 -83.5t83 -135t30 -183q0 -132 -43 -246.5t-116.5 -199t-171.5 -133t-209 -48.5zM710 1357q26 0 43 17t24 60h144q-7 -55 -27 -99.5t-49.5 -76t-67 -49t-79.5 -17.5q-33 0 -60.5 13t-50.5 28.5t-43 28.5t-38 13q-26 0 -43 -18t-22 -60h-146 q7 55 27 99.5t50 76.5t67.5 49.5t78.5 17.5q33 0 60.5 -13t51 -28.5t43 -28.5t37.5 -13z" />
|
||||
<glyph unicode="ö" horiz-adv-x="1020" d="M460 175q62 0 112 35.5t85.5 95t54.5 138.5t19 166q0 125 -42.5 184t-128.5 59q-62 0 -112 -35t-85 -95t-54 -139t-19 -167q0 -125 42 -183.5t128 -58.5zM438 -15q-85 0 -157.5 28.5t-125 83.5t-82.5 135t-30 183q0 133 42.5 248t116 199t171.5 132t209 48 q85 0 157.5 -28.5t125.5 -83.5t83 -135t30 -183q0 -132 -43 -246.5t-116.5 -199t-171.5 -133t-209 -48.5zM557 1316q0 -28 -11 -52.5t-30.5 -42.5t-45 -28.5t-54.5 -10.5q-27 0 -51.5 10.5t-43 28.5t-29.5 42.5t-11 52.5q0 29 11 54.5t29.5 44.5t43 30t51.5 11 q29 0 54.5 -11t45 -30t30.5 -44.5t11 -54.5zM930 1316q0 -28 -11 -52.5t-29.5 -42.5t-44 -28.5t-54.5 -10.5q-28 0 -53 10.5t-43.5 28.5t-29.5 42.5t-11 52.5q0 29 11 54.5t29.5 44.5t43.5 30t53 11q29 0 54.5 -11t44 -30t29.5 -44.5t11 -54.5z" />
|
||||
<glyph unicode="÷" d="M126 760h974l-22 -177h-974zM496 1010q0 34 13.5 64t36 52.5t53 35.5t64.5 13q28 0 52.5 -10.5t41.5 -28.5t27 -42t10 -52q0 -35 -13.5 -64.5t-37 -51t-53.5 -34t-63 -12.5q-29 0 -53.5 10t-41.5 27.5t-26.5 41.5t-9.5 51zM408 298q0 34 13.5 64t36 52.5t53 35.5t64.5 13 q28 0 52.5 -10.5t41.5 -28.5t27 -42t10 -52q0 -35 -13.5 -64.5t-37 -51t-53.5 -34t-63 -12.5q-29 0 -53.5 10t-41.5 27.5t-26.5 41.5t-9.5 51z" />
|
||||
<glyph unicode="ø" horiz-adv-x="1020" d="M438 -15q-117 0 -205 51l-10 -13q-29 -40 -69 -56t-79 -16h-91l137 187q-38 53 -58 122t-20 155q0 133 42.5 248t116 199t171.5 132t209 48q116 0 206 -52l13 18q13 18 24.5 30.5t23.5 20.5t27 11.5t37 3.5h122l-136 -186q38 -53 58.5 -122t20.5 -154q0 -132 -43 -246.5 t-116.5 -199t-171.5 -133t-209 -48.5zM274 417q0 -48 8 -91l373 514q-42 28 -95 28q-62 0 -114.5 -33t-90.5 -92.5t-59.5 -142.5t-21.5 -183zM460 159q62 0 114.5 33.5t90.5 93.5t59.5 142.5t21.5 181.5q0 24 -2 46t-6 42l-373 -512q40 -27 95 -27z" />
|
||||
<glyph unicode="ù" horiz-adv-x="1075" d="M409 1026q-20 -169 -34 -286t-23 -195t-14 -123t-7.5 -68t-3 -31t-0.5 -13q0 -66 24.5 -94.5t74.5 -28.5q39 0 80.5 21.5t80 61.5t71.5 97t56 127l64 532h247l-124 -1026h-125q-17 0 -32.5 4.5t-28 13.5t-20 23t-7.5 33v4l6 125q-78 -110 -170.5 -164t-191.5 -54 q-57 0 -103.5 20.5t-79.5 59.5t-51 96.5t-18 131.5q0 20 1 40t4 42l77 651h247zM530 1463q38 0 55 -13t28 -39l100 -243h-136q-26 0 -42.5 7t-30.5 27l-198 261h224z" />
|
||||
<glyph unicode="ú" horiz-adv-x="1075" d="M409 1026q-20 -169 -34 -286t-23 -195t-14 -123t-7.5 -68t-3 -31t-0.5 -13q0 -66 24.5 -94.5t74.5 -28.5q39 0 80.5 21.5t80 61.5t71.5 97t56 127l64 532h247l-124 -1026h-125q-17 0 -32.5 4.5t-28 13.5t-20 23t-7.5 33v4l6 125q-78 -110 -170.5 -164t-191.5 -54 q-57 0 -103.5 20.5t-79.5 59.5t-51 96.5t-18 131.5q0 20 1 40t4 42l77 651h247zM967 1463l-262 -261q-20 -20 -38 -27t-45 -7h-142l160 243q17 26 37.5 39t58.5 13h231z" />
|
||||
<glyph unicode="û" horiz-adv-x="1075" d="M409 1026q-20 -169 -34 -286t-23 -195t-14 -123t-7.5 -68t-3 -31t-0.5 -13q0 -66 24.5 -94.5t74.5 -28.5q39 0 80.5 21.5t80 61.5t71.5 97t56 127l64 532h247l-124 -1026h-125q-17 0 -32.5 4.5t-28 13.5t-20 23t-7.5 33v4l6 125q-78 -110 -170.5 -164t-191.5 -54 q-57 0 -103.5 20.5t-79.5 59.5t-51 96.5t-18 131.5q0 20 1 40t4 42l77 651h247zM927 1170h-158q-14 0 -27 5.5t-19 12.5l-81 99q-8 8 -17 20q-6 -6 -11.5 -11t-10.5 -9l-108 -99q-8 -7 -21.5 -12.5t-28.5 -5.5h-165l246 277h224z" />
|
||||
<glyph unicode="ü" horiz-adv-x="1075" d="M409 1026q-20 -169 -34 -286t-23 -195t-14 -123t-7.5 -68t-3 -31t-0.5 -13q0 -66 24.5 -94.5t74.5 -28.5q39 0 80.5 21.5t80 61.5t71.5 97t56 127l64 532h247l-124 -1026h-125q-17 0 -32.5 4.5t-28 13.5t-20 23t-7.5 33v4l6 125q-78 -110 -170.5 -164t-191.5 -54 q-57 0 -103.5 20.5t-79.5 59.5t-51 96.5t-18 131.5q0 20 1 40t4 42l77 651h247zM574 1316q0 -28 -11 -52.5t-30.5 -42.5t-45 -28.5t-54.5 -10.5q-27 0 -51.5 10.5t-43 28.5t-29.5 42.5t-11 52.5q0 29 11 54.5t29.5 44.5t43 30t51.5 11q29 0 54.5 -11t45 -30t30.5 -44.5 t11 -54.5zM947 1316q0 -28 -11 -52.5t-29.5 -42.5t-44 -28.5t-54.5 -10.5q-28 0 -53 10.5t-43.5 28.5t-29.5 42.5t-11 52.5q0 29 11 54.5t29.5 44.5t43.5 30t53 11q29 0 54.5 -11t44 -30t29.5 -44.5t11 -54.5z" />
|
||||
<glyph unicode="ý" horiz-adv-x="994" d="M371 -284q-26 -51 -80 -51h-183l228 413l-259 948h207q27 0 40.5 -13.5t18.5 -32.5l126 -532q6 -26 9.5 -51t5.5 -51q11 26 22.5 51.5t23.5 51.5l253 532q10 20 29 32.5t39 12.5h198zM937 1463l-262 -261q-20 -20 -38 -27t-45 -7h-142l160 243q17 26 37.5 39t58.5 13h231 z" />
|
||||
<glyph unicode="þ" horiz-adv-x="1069" d="M19 -335l222 1821h243l-82 -662q72 101 160.5 159.5t188.5 58.5q64 0 116 -23.5t89 -70.5t57 -119t20 -169q0 -87 -18 -171t-51 -159t-78.5 -138t-101.5 -109t-119.5 -72t-131.5 -26q-69 0 -125 24.5t-98 68.5l-40 -331q-4 -32 -30 -57t-68 -25h-153zM654 848 q-40 0 -81.5 -27.5t-80.5 -75.5t-73 -113.5t-58 -140.5l-31 -252q34 -36 78 -51t87 -15q66 0 120 41t92.5 107t59.5 148.5t21 165.5q0 108 -35.5 160.5t-98.5 52.5z" />
|
||||
<glyph unicode="ÿ" horiz-adv-x="994" d="M371 -284q-26 -51 -80 -51h-183l228 413l-259 948h207q27 0 40.5 -13.5t18.5 -32.5l126 -532q6 -26 9.5 -51t5.5 -51q11 26 22.5 51.5t23.5 51.5l253 532q10 20 29 32.5t39 12.5h198zM544 1316q0 -28 -11 -52.5t-30.5 -42.5t-45 -28.5t-54.5 -10.5q-27 0 -51.5 10.5 t-43 28.5t-29.5 42.5t-11 52.5q0 29 11 54.5t29.5 44.5t43 30t51.5 11q29 0 54.5 -11t45 -30t30.5 -44.5t11 -54.5zM917 1316q0 -28 -11 -52.5t-29.5 -42.5t-44 -28.5t-54.5 -10.5q-28 0 -53 10.5t-43.5 28.5t-29.5 42.5t-11 52.5q0 29 11 54.5t29.5 44.5t43.5 30t53 11 q29 0 54.5 -11t44 -30t29.5 -44.5t11 -54.5z" />
|
||||
<glyph unicode="Ą" horiz-adv-x="1283" d="M1214 -190q18 0 21 -16l24 -88q-32 -22 -80 -36.5t-99 -14.5q-85 0 -129 37t-44 94q0 60 40 114.5t115 99.5h-26q-34 0 -54 16t-25 43l-60 302h-539l-134 -302q-11 -23 -36 -41t-56 -18h-204l699 1446h265l345 -1446h-33q-21 -11 -41.5 -26.5t-36 -34.5t-25.5 -41 t-10 -46q0 -26 14.5 -42t40.5 -16q17 0 28 2.5t18.5 5.5t12 5.5t9.5 2.5zM439 544h421l-98 495q-6 32 -15 74t-16 92q-19 -50 -37.5 -92.5t-34.5 -74.5z" />
|
||||
<glyph unicode="ą" horiz-adv-x="1043" d="M845 -190q18 0 21 -16l24 -88q-32 -22 -80 -36.5t-99 -14.5q-85 0 -129 37t-44 94q0 60 41 116t119 101q-29 8 -40 29t-11 50l8 132q-68 -106 -153 -167.5t-187 -61.5q-58 0 -108.5 23t-88 68.5t-59 114t-21.5 160.5t23 179t65.5 163.5t102.5 140.5t134.5 110t161 71.5 t182.5 25.5q69 0 138.5 -10t136.5 -36l-124 -995h-23q-21 -11 -41.5 -26.5t-36 -34.5t-25.5 -41t-10 -46q0 -26 14.5 -42t40.5 -16q17 0 28 2.5t18.5 5.5t12 5.5t9.5 2.5zM412 187q41 0 80.5 28t74.5 77.5t65 116.5t52 144l39 310q-27 3 -50 3q-83 0 -154 -38t-123 -102.5 t-81.5 -150t-29.5 -180.5q0 -108 34 -158t93 -50z" />
|
||||
<glyph unicode="Ć" horiz-adv-x="1230" d="M678 204q61 0 106.5 9.5t79 24.5t57.5 31.5t42 31.5t32 24.5t28 9.5q12 0 20 -5t13 -10l91 -113q-94 -108 -221 -165.5t-292 -57.5q-133 0 -237 47.5t-176 131.5t-109.5 199t-37.5 251q0 125 27 236.5t77 206t120 169.5t155 128t183.5 81t205.5 28q79 0 144 -14.5 t118 -40.5t95 -62.5t76 -81.5l-90 -108q-10 -12 -23.5 -21t-33.5 -9q-22 0 -42 18t-50.5 39.5t-79 39.5t-127.5 18q-104 0 -193 -42.5t-155 -121.5t-103.5 -190.5t-37.5 -250.5q0 -101 25.5 -181t70.5 -135.5t107 -85t135 -29.5zM1255 1789l-284 -206q-23 -17 -45 -25.5 t-48 -8.5h-193l204 202q12 12 22.5 19.5t22 11.5t25 5.5t33.5 1.5h263z" />
|
||||
<glyph unicode="ć" horiz-adv-x="871" d="M838 182q-51 -56 -97.5 -94t-94.5 -61t-101 -32.5t-116 -9.5q-89 0 -159.5 30.5t-119.5 86.5t-74.5 135t-25.5 176q0 125 40 238.5t112 200t171 138t216 51.5q102 0 173.5 -36t127.5 -108l-79 -94q-9 -9 -20.5 -16.5t-25.5 -7.5q-17 0 -31 10.5t-32.5 22.5t-46 22.5 t-71.5 10.5q-57 0 -109 -31t-91.5 -88t-63 -137t-23.5 -177q0 -113 50 -174.5t135 -61.5q57 0 94.5 16.5t63.5 36t46.5 36t44.5 16.5q12 0 23.5 -6.5t20.5 -16.5l63 -76v0zM934 1463l-262 -261q-20 -20 -38 -27t-45 -7h-142l160 243q17 26 37.5 39t58.5 13h231z" />
|
||||
<glyph unicode="Ę" horiz-adv-x="1051" d="M823 -190q18 0 21 -16l24 -88q-32 -22 -80 -36.5t-99 -14.5q-85 0 -129 37t-44 94q0 60 40 114.5t115 99.5h-601l178 1446h843l-26 -207h-582l-50 -411h457l-25 -199h-457l-52 -422h584l-26 -207h-101q-21 -11 -41.5 -26.5t-36 -34.5t-25.5 -41t-10 -46q0 -26 14.5 -42 t40.5 -16q17 0 28 2.5t18.5 5.5t12 5.5t9.5 2.5z" />
|
||||
<glyph unicode="ę" horiz-adv-x="946" d="M590 -190q18 0 21 -16l24 -88q-32 -22 -80 -36.5t-99 -14.5q-85 0 -129 37t-44 94q0 55 34 106t99 94q-83 5 -151 37.5t-116 87.5t-74 131t-26 169q0 81 17.5 159t50.5 148t81 129t108.5 102t133 67t155.5 24q81 0 141.5 -23t101 -59.5t60.5 -81.5t20 -88 q0 -69 -27.5 -126t-98.5 -102t-192.5 -77.5t-309.5 -51.5v-13q0 -242 205 -242q44 0 78 8.5t59.5 20.5t46 27t38 27t34.5 20.5t37 8.5q12 0 23.5 -6t20.5 -16l63 -76q-80 -80 -156 -127.5t-165 -65.5q-20 -11 -39.5 -26.5t-34.5 -34t-24 -39.5t-9 -45q0 -26 14.5 -42 t40.5 -16q17 0 28 2.5t18.5 5.5t12 5.5t9.5 2.5zM581 868q-50 0 -93 -20.5t-77.5 -57.5t-60 -88.5t-40.5 -112.5q124 17 199.5 37t117 44t55 51t13.5 58q0 15 -6.5 31t-20 28.5t-35 21t-52.5 8.5z" />
|
||||
<glyph unicode="ı" horiz-adv-x="515" d="M441 1026l-123 -1026h-244l123 1026h244z" />
|
||||
<glyph unicode="Ł" horiz-adv-x="1016" d="M500 872l335 171l-22 -174q-2 -19 -12 -31.5t-26 -20.5l-302 -161l-54 -441h526l-25 -215h-786l65 533l-188 -92l23 177q4 33 34 48l157 80l87 700h259z" />
|
||||
<glyph unicode="ł" horiz-adv-x="634" d="M72 737q0 35 30 48l133 56l78 645h243l-68 -555l157 64v-142q0 -39 -34 -54l-146 -63l-89 -736h-243l78 647l-139 -56v146z" />
|
||||
<glyph unicode="Ń" horiz-adv-x="1392" d="M384 1446q17 0 28.5 -1.5t20.5 -6t16 -12.5t15 -22l563 -987q2 29 4.5 56.5t5.5 51.5l113 921h229l-179 -1446h-133q-30 0 -51 9.5t-35 35.5l-560 987q-2 -24 -4 -46.5t-4 -42.5l-114 -943h-229l178 1446h136v0zM1228 1789l-284 -206q-23 -17 -45 -25.5t-48 -8.5h-193 l204 202q12 12 22.5 19.5t22 11.5t25 5.5t33.5 1.5h263z" />
|
||||
<glyph unicode="ń" horiz-adv-x="1077" d="M52 0l123 1027h126q39 0 60.5 -19t21.5 -61l-7 -133q78 115 173 171.5t196 56.5q57 0 103.5 -20.5t79.5 -60t51 -97t18 -132.5q0 -19 -1.5 -38.5t-3.5 -40.5l-77 -653h-247q20 169 34 286.5t23 195.5t14 122.5t7.5 67.5t3 30.5t0.5 12.5q0 66 -24 95.5t-75 29.5 q-41 0 -85 -24t-84 -68t-73 -106t-54 -138l-56 -504h-247zM999 1463l-262 -261q-20 -20 -38 -27t-45 -7h-142l160 243q17 26 37.5 39t58.5 13h231z" />
|
||||
<glyph unicode="Œ" horiz-adv-x="1980" d="M2020 1446l-26 -207h-581l-51 -412h456l-24 -199h-456l-51 -421h580l-25 -207h-812l21 173q-88 -90 -201.5 -139t-247.5 -49q-123 0 -221 48t-166 132t-104.5 199.5t-36.5 250.5q0 121 24.5 231t69 204t108.5 170t142.5 130t170.5 83t193 29q135 0 235.5 -57.5 t165.5 -157.5l25 199h812zM1095 824q0 96 -20.5 175.5t-60 136.5t-97.5 88.5t-133 31.5q-101 0 -182.5 -46.5t-140 -130t-90 -200.5t-31.5 -258q0 -96 20.5 -175t60 -136t98 -88t134.5 -31q100 0 181.5 46t139.5 129.5t89.5 200t31.5 257.5z" />
|
||||
<glyph unicode="œ" horiz-adv-x="1557" d="M1230 1041q68 0 123.5 -18.5t94.5 -52.5t60.5 -81.5t21.5 -104.5q0 -66 -27.5 -122.5t-96.5 -101.5t-187.5 -77.5t-300.5 -50.5q3 -132 57 -194t148 -62q67 0 110 17.5t73.5 38.5t55 38.5t53.5 17.5q28 0 45 -22l63 -76q-53 -53 -103.5 -92t-104.5 -64t-113 -37t-128 -12 q-95 0 -174.5 48t-124.5 146q-73 -93 -173.5 -143.5t-221.5 -50.5q-83 0 -146.5 30.5t-106.5 81.5t-65 119t-22 143q0 167 45.5 294.5t122 213.5t176.5 130t208 44q99 0 169.5 -42t111.5 -117q65 75 154 117t203 42zM439 168q57 0 100.5 22.5t75.5 60t53 86.5t34 102 t18.5 106t5.5 100q0 101 -38.5 156.5t-117.5 55.5q-68 0 -121.5 -35t-91 -98.5t-57.5 -153t-20 -198.5q0 -40 8 -77t27 -65t49.5 -45t74.5 -17zM1191 870q-98 0 -168.5 -74t-94.5 -214q121 16 198 38t121 47t60.5 52.5t16.5 55.5q0 38 -32 66.5t-101 28.5z" />
|
||||
<glyph unicode="Ś" horiz-adv-x="989" d="M935 1186q-14 -20 -28 -29.5t-34 -9.5t-41 16t-50 35.5t-68.5 35.5t-95.5 16q-55 0 -97 -16t-70.5 -44t-43 -66t-14.5 -82q0 -46 23.5 -76.5t61.5 -53.5t87 -41t99.5 -38t99.5 -46t87 -64t61.5 -91.5t23.5 -129.5q0 -106 -36.5 -200t-105 -164.5t-166 -112t-219.5 -41.5 q-63 0 -124 13.5t-115 38.5t-100 60t-80 78l92 124q11 14 28 23t34 9q16 0 31.5 -10t34 -24.5t40 -32t49.5 -32t63 -24.5t81 -10q113 0 177 64t64 177q0 50 -23 82t-61 54t-86 38.5t-98.5 35t-98.5 43t-86 63t-61 94.5t-23 138q0 93 34.5 179t98.5 151.5t155.5 105 t206.5 39.5q59 0 113.5 -12t101.5 -34t86.5 -52.5t68.5 -67.5zM1077 1789l-284 -206q-23 -17 -45 -25.5t-48 -8.5h-193l204 202q12 12 22.5 19.5t22 11.5t25 5.5t33.5 1.5h263z" />
|
||||
<glyph unicode="ś" horiz-adv-x="785" d="M733 833q-11 -16 -21 -22.5t-26 -6.5q-17 0 -35 10t-41.5 22.5t-54 22.5t-73.5 10q-79 0 -121 -35.5t-42 -88.5q0 -31 17.5 -52.5t45.5 -37.5t64 -29.5t74 -29t74 -35t64 -47.5t45.5 -67.5t17.5 -94.5q0 -74 -29.5 -141t-84.5 -117.5t-133 -80t-174 -29.5 q-49 0 -94.5 9.5t-85.5 26.5t-72.5 40t-55.5 50l60 94q11 17 26.5 26t36.5 9t38 -13t40 -28.5t55.5 -28.5t83.5 -13q41 0 72.5 11t53 30t32.5 44t11 53q0 34 -17 56.5t-45.5 39t-64.5 29t-73.5 26.5t-73 32t-64 45.5t-45.5 67t-17 96.5q0 68 26 132.5t76.5 114t124 79.5 t168.5 30q98 0 173.5 -33.5t127.5 -85.5zM864 1463l-262 -261q-20 -20 -38 -27t-45 -7h-142l160 243q17 26 37.5 39t58.5 13h231z" />
|
||||
<glyph unicode="Š" horiz-adv-x="989" d="M935 1186q-14 -20 -28 -29.5t-34 -9.5t-41 16t-50 35.5t-68.5 35.5t-95.5 16q-55 0 -97 -16t-70.5 -44t-43 -66t-14.5 -82q0 -46 23.5 -76.5t61.5 -53.5t87 -41t99.5 -38t99.5 -46t87 -64t61.5 -91.5t23.5 -129.5q0 -106 -36.5 -200t-105 -164.5t-166 -112t-219.5 -41.5 q-63 0 -124 13.5t-115 38.5t-100 60t-80 78l92 124q11 14 28 23t34 9q16 0 31.5 -10t34 -24.5t40 -32t49.5 -32t63 -24.5t81 -10q113 0 177 64t64 177q0 50 -23 82t-61 54t-86 38.5t-98.5 35t-98.5 43t-86 63t-61 94.5t-23 138q0 93 34.5 179t98.5 151.5t155.5 105 t206.5 39.5q59 0 113.5 -12t101.5 -34t86.5 -52.5t68.5 -67.5zM343 1767h217l113 -98l137 98h217l-250 -218h-238z" />
|
||||
<glyph unicode="š" horiz-adv-x="785" d="M733 833q-11 -16 -21 -22.5t-26 -6.5q-17 0 -35 10t-41.5 22.5t-54 22.5t-73.5 10q-79 0 -121 -35.5t-42 -88.5q0 -31 17.5 -52.5t45.5 -37.5t64 -29.5t74 -29t74 -35t64 -47.5t45.5 -67.5t17.5 -94.5q0 -74 -29.5 -141t-84.5 -117.5t-133 -80t-174 -29.5 q-49 0 -94.5 9.5t-85.5 26.5t-72.5 40t-55.5 50l60 94q11 17 26.5 26t36.5 9t38 -13t40 -28.5t55.5 -28.5t83.5 -13q41 0 72.5 11t53 30t32.5 44t11 53q0 34 -17 56.5t-45.5 39t-64.5 29t-73.5 26.5t-73 32t-64 45.5t-45.5 67t-17 96.5q0 68 26 132.5t76.5 114t124 79.5 t168.5 30q98 0 173.5 -33.5t127.5 -85.5zM612 1170h-223l-177 277h164q14 0 26.5 -5.5t18.5 -12.5l82 -100q8 -10 17 -23q6 7 12.5 12.5t11.5 10.5l106 100q7 8 21 13t29 5h158z" />
|
||||
<glyph unicode="Ÿ" horiz-adv-x="1212" d="M745 563l-70 -563h-260l70 564l-376 882h231q34 0 52 -16.5t28 -42.5l187 -500q14 -36 22.5 -70.5t14.5 -67.5q16 33 34.5 67t41.5 71l311 500q14 23 36.5 41t55.5 18h215zM693 1664q0 -24 -10 -45.5t-26.5 -37.5t-39 -25.5t-47.5 -9.5q-24 0 -45.5 9.5t-38 25.5 t-26 37.5t-9.5 45.5q0 25 9.5 47.5t26 39t38 26t45.5 9.5q25 0 47.5 -9.5t39 -26t26.5 -39t10 -47.5zM1044 1664q0 -24 -9.5 -45.5t-26 -37.5t-38.5 -25.5t-47 -9.5t-46.5 9.5t-38 25.5t-26 37.5t-9.5 45.5q0 25 9.5 47.5t26 39t38 26t46.5 9.5t47 -9.5t38.5 -26t26 -39 t9.5 -47.5z" />
|
||||
<glyph unicode="Ź" horiz-adv-x="1133" d="M1204 1446l-11 -81q-2 -17 -10 -32t-19 -30l-799 -1096h670l-26 -207h-1016l10 79q2 17 9.5 32.5t18.5 29.5l801 1098h-642l25 207h989zM1133 1788l-284 -206q-23 -17 -45 -25.5t-48 -8.5h-193l204 202q12 12 22.5 19.5t22 11.5t25 5.5t33.5 1.5h263z" />
|
||||
<glyph unicode="ź" horiz-adv-x="876" d="M869 924q-3 -26 -13.5 -51t-26.5 -41l-513 -642h451l-22 -190h-746l13 103q2 17 12.5 41t27.5 44l517 649h-441l23 189h731zM890 1463l-262 -261q-20 -20 -38 -27t-45 -7h-142l160 243q17 26 37.5 39t58.5 13h231z" />
|
||||
<glyph unicode="Ż" horiz-adv-x="1133" d="M1204 1446l-11 -81q-2 -17 -10 -32t-19 -30l-799 -1096h670l-26 -207h-1016l10 79q2 17 9.5 32.5t18.5 29.5l801 1098h-642l25 207h989zM882 1695q0 -30 -12.5 -56.5t-33.5 -47t-49 -32.5t-59 -12q-29 0 -56 12t-47.5 32.5t-32.5 47t-12 56.5q0 31 12 58.5t32.5 48 t47.5 32.5t56 12q31 0 59 -12t49 -32.5t33.5 -48t12.5 -58.5z" />
|
||||
<glyph unicode="ż" horiz-adv-x="876" d="M869 924q-3 -26 -13.5 -51t-26.5 -41l-513 -642h451l-22 -190h-746l13 103q2 17 12.5 41t27.5 44l517 649h-441l23 189h731zM713 1331q0 -32 -13 -60.5t-35 -49.5t-51 -33.5t-62 -12.5q-32 0 -60.5 12.5t-49.5 33.5t-33.5 49.5t-12.5 60.5q0 33 12.5 61.5t33.5 50 t49.5 34t60.5 12.5q33 0 62 -12.5t51 -34t35 -50t13 -61.5z" />
|
||||
<glyph unicode="Ž" horiz-adv-x="1133" d="M1204 1446l-11 -81q-2 -17 -10 -32t-19 -30l-799 -1096h670l-26 -207h-1016l10 79q2 17 9.5 32.5t18.5 29.5l801 1098h-642l25 207h989zM410 1766h217l113 -98l137 98h217l-250 -218h-238z" />
|
||||
<glyph unicode="ž" horiz-adv-x="876" d="M869 924q-3 -26 -13.5 -51t-26.5 -41l-513 -642h451l-22 -190h-746l13 103q2 17 12.5 41t27.5 44l517 649h-441l23 189h731zM638 1170h-223l-177 277h164q14 0 26.5 -5.5t18.5 -12.5l82 -100q8 -10 17 -23q6 7 12.5 12.5t11.5 10.5l106 100q7 8 21 13t29 5h158z" />
|
||||
<glyph unicode="ƒ" d="M734 748l-169 -694q-26 -105 -72.5 -181t-117 -124.5t-164.5 -71.5t-214 -23l16 124q9 74 85 74q41 0 77 11t66 36t52.5 64.5t36.5 97.5l168 682l-126 18q-47 11 -47 49q0 2 0.5 5t0.5 5l11 98h204l37 151q48 199 186 300t381 101l-16 -131q-5 -38 -25.5 -53t-59.5 -15 q-41 0 -78 -11t-67.5 -36t-54 -65t-38.5 -97l-37 -144h299l-21 -170h-313z" />
|
||||
<glyph unicode="ˆ" horiz-adv-x="591" d="M702 1168h-158q-14 0 -27 5.5t-19 12.5l-81 99q-8 8 -17 20q-6 -6 -11.5 -11t-10.5 -9l-108 -99q-8 -7 -21.5 -12.5t-28.5 -5.5h-165l246 277h224z" />
|
||||
<glyph unicode="ˇ" horiz-adv-x="591" d="M490 1168h-223l-177 277h164q14 0 26.5 -5.5t18.5 -12.5l82 -100q8 -10 17 -23q6 7 12.5 12.5t11.5 10.5l106 100q7 8 21 13t29 5h158z" />
|
||||
<glyph unicode="ˉ" horiz-adv-x="591" d="M129 1369h553l-19 -153h-553z" />
|
||||
<glyph unicode="˘" horiz-adv-x="591" d="M380 1161q-70 0 -118 17.5t-77.5 48.5t-42.5 73t-13 90q0 14 1 27.5t3 27.5h167q-3 -21 -3 -39q0 -45 22 -69.5t80 -24.5q35 0 58.5 9t39 26.5t23.5 42t11 55.5h166q-7 -58 -27.5 -109.5t-58 -90.5t-94.5 -61.5t-137 -22.5z" />
|
||||
<glyph unicode="˙" horiz-adv-x="591" d="M565 1329q0 -32 -13 -60.5t-35 -49.5t-51 -33.5t-62 -12.5q-32 0 -60.5 12.5t-49.5 33.5t-33.5 49.5t-12.5 60.5q0 33 12.5 61.5t33.5 50t49.5 34t60.5 12.5q33 0 62 -12.5t51 -34t35 -50t13 -61.5z" />
|
||||
<glyph unicode="˚" horiz-adv-x="591" d="M174 1325q0 46 18 84t48.5 65t70.5 42t84 15q45 0 86 -15t72 -42t49.5 -65t18.5 -84q0 -45 -18.5 -82t-49.5 -63.5t-72 -41t-86 -14.5q-44 0 -84 14.5t-70.5 41t-48.5 63.5t-18 82zM308 1325q0 -38 23.5 -63.5t67.5 -25.5q40 0 64 25.5t24 63.5q0 42 -24 66.5t-64 24.5 q-44 0 -67.5 -24.5t-23.5 -66.5z" />
|
||||
<glyph unicode="˛" horiz-adv-x="591" d="M347 -190q18 0 21 -16l24 -88q-32 -22 -80 -36.5t-99 -14.5q-85 0 -129 37t-44 94q0 63 45.5 121.5t130.5 104.5l121 -12q-21 -11 -41.5 -26.5t-36 -34.5t-25.5 -41t-10 -46q0 -26 14.5 -42t40.5 -16q17 0 28 2.5t18.5 5.5t12 5.5t9.5 2.5z" />
|
||||
<glyph unicode="˜" horiz-adv-x="591" d="M502 1355q26 0 43 17t24 60h144q-7 -55 -27 -99.5t-49.5 -76t-67 -49t-79.5 -17.5q-33 0 -60.5 13t-50.5 28.5t-43 28.5t-38 13q-26 0 -43 -18t-22 -60h-146q7 55 27 99.5t50 76.5t67.5 49.5t78.5 17.5q33 0 60.5 -13t51 -28.5t43 -28.5t37.5 -13z" />
|
||||
<glyph unicode="˝" horiz-adv-x="591" d="M540 1461l-215 -261q-17 -21 -37 -27.5t-46 -6.5h-98l145 243q16 26 37 39t59 13h155zM866 1461l-266 -261q-20 -19 -37.5 -26.5t-44.5 -7.5h-113l193 243q19 24 39 38t58 14h171z" />
|
||||
<glyph unicode="π" horiz-adv-x="1194" d="M1225 1025l-12 -96q-4 -30 -25.5 -52t-56.5 -22h-94l-106 -855h-237l103 855h-301l-74 -592q-8 -63 -28.5 -114t-56 -87t-87.5 -56t-123 -20q-33 0 -69 7t-68 26l19 99q4 20 17 29.5t50 9.5q28 0 47 6t31.5 19.5t19.5 34t11 49.5l72 589h-163l11 85q2 14 9.5 29 t20.5 27.5t30.5 20.5t38.5 8h1021z" />
|
||||
<glyph unicode="–" horiz-adv-x="1050" d="M176 683h747l-21 -170h-747z" />
|
||||
<glyph unicode="—" horiz-adv-x="1555" d="M176 683h1252l-21 -170h-1252z" />
|
||||
<glyph unicode="‘" horiz-adv-x="417" d="M212 982q-40 86 -40 174q0 111 60 213.5t171 187.5l67 -44q15 -9 15 -28q0 -11 -5.5 -20.5t-18.5 -23.5q-12 -14 -27.5 -35.5t-28.5 -49t-22 -60.5t-9 -70q0 -29 6.5 -60t21.5 -64q3 -8 3 -16q0 -15 -11 -27.5t-31 -20.5z" />
|
||||
<glyph unicode="’" horiz-adv-x="417" d="M404 1526q40 -86 40 -174q0 -111 -60 -213.5t-172 -187.5l-67 44q-15 10 -15 28q0 11 6 20t19 23q12 14 27.5 35.5t28.5 49.5t22 61t9 70q0 29 -6.5 60t-21.5 63q-3 9 -3 16q0 16 11 28.5t31 20.5z" />
|
||||
<glyph unicode="‚" horiz-adv-x="459" d="M265 285q40 -86 40 -174q0 -111 -60 -213.5t-172 -187.5l-67 44q-15 10 -15 28q0 11 6 20t19 23q12 14 27.5 35.5t28.5 49.5t22 61t9 70q0 29 -6.5 60t-21.5 63q-3 9 -3 16q0 16 11 28.5t31 20.5z" />
|
||||
<glyph unicode="“" horiz-adv-x="727" d="M212 982q-40 86 -40 174q0 111 60 213.5t171 187.5l67 -44q15 -9 15 -28q0 -11 -5.5 -20.5t-18.5 -23.5q-12 -14 -27.5 -35.5t-28.5 -49t-22 -60.5t-9 -70q0 -29 6.5 -60t21.5 -64q3 -8 3 -16q0 -15 -11 -27.5t-31 -20.5zM523 982q-40 86 -40 174q0 111 60 213.5 t171 187.5l67 -44q15 -9 15 -28q0 -11 -5.5 -20.5t-18.5 -23.5q-12 -14 -27.5 -35.5t-28.5 -49t-22 -60.5t-9 -70q0 -29 6.5 -60t21.5 -64q3 -8 3 -16q0 -15 -11 -27.5t-31 -20.5z" />
|
||||
<glyph unicode="”" horiz-adv-x="727" d="M408 1526q40 -86 40 -174q0 -111 -60 -213.5t-172 -187.5l-67 44q-15 10 -15 28q0 11 6 20t19 23q12 14 27.5 35.5t28.5 49.5t22 61t9 70q0 29 -6.5 60t-21.5 63q-3 9 -3 16q0 16 11 28.5t31 20.5zM718 1526q40 -86 40 -174q0 -111 -60 -213.5t-172 -187.5l-67 44 q-15 10 -15 28q0 11 6 20t19 23q12 14 27.5 35.5t28.5 49.5t22 61t9 70q0 29 -6.5 60t-21.5 63q-3 9 -3 16q0 16 11 28.5t31 20.5z" />
|
||||
<glyph unicode="„" horiz-adv-x="727" d="M247 285q40 -86 40 -174q0 -111 -60 -213.5t-172 -187.5l-67 44q-15 10 -15 28q0 11 6 20t19 23q12 14 27.5 35.5t28.5 49.5t22 61t9 70q0 29 -6.5 60t-21.5 63q-3 9 -3 16q0 16 11 28.5t31 20.5zM558 285q40 -86 40 -174q0 -111 -60 -213.5t-172 -187.5l-67 44 q-15 10 -15 28q0 11 6 20t19 23q12 14 27.5 35.5t28.5 49.5t22 61t9 70q0 29 -6.5 60t-21.5 63q-3 9 -3 16q0 16 11 28.5t31 20.5z" />
|
||||
<glyph unicode="†" horiz-adv-x="1068" d="M128 944q2 19 11 37.5t24.5 33t37.5 23t51 8.5q28 0 58.5 -4.5t63 -11t66.5 -14t67 -12.5l26 460q26 14 59 22t68 8q71 0 118 -30l-86 -460q34 5 69.5 12.5t69.5 14t66 11t61 4.5q53 0 76 -26.5t23 -61.5v-5t-1 -12t-3.5 -27t-6.5 -49h-371l-48 -393l-67 -797 q-28 -15 -60.5 -22.5t-67.5 -7.5t-65 7.5t-53 22.5l128 797l47 393h-371z" />
|
||||
<glyph unicode="‡" horiz-adv-x="1068" d="M417 274l73 591h-372l10 79q2 19 11 37.5t24.5 33t37.5 23t51 8.5q28 0 58.5 -4.5t63 -11t66.5 -14t67 -12.5l26 460q26 14 59 22t68 8q71 0 118 -30l-86 -460q34 5 69.5 12.5t69.5 14t66 11t61 4.5q53 0 76 -26.5t23 -61.5q0 -9 -1 -14l-10 -79h-372l-74 -591h373 l-9 -79q-3 -20 -11.5 -39t-24 -33.5t-37.5 -23t-51 -8.5q-28 0 -59 4.5t-64 11t-67 14t-67 12.5l-23 -458q-28 -15 -60.5 -22.5t-67.5 -7.5t-65 7.5t-53 22.5l85 458q-35 -5 -70 -12.5t-69 -14t-66 -11t-60 -4.5q-52 0 -75.5 26t-23.5 62v5t1 12.5t3.5 27.5t6.5 50h371z" />
|
||||
<glyph unicode="•" d="M162 593q0 90 34.5 169t93.5 138.5t138 93.5t169 34q91 0 170.5 -34t138.5 -93.5t93.5 -138.5t34.5 -169q0 -89 -34.5 -167.5t-93.5 -137.5t-138.5 -93t-170.5 -34q-90 0 -169 34t-138 93t-93.5 137.5t-34.5 167.5z" />
|
||||
<glyph unicode="…" horiz-adv-x="1517" d="M34 136q0 31 11.5 59t32 48t48 32t59.5 12t59.5 -12t48 -32t32.5 -48t12 -59q0 -32 -12 -59.5t-32.5 -47.5t-48 -31.5t-59.5 -11.5t-59.5 11.5t-48 31.5t-32 47.5t-11.5 59.5zM568 136q0 31 11.5 59t32 48t48 32t59.5 12t59.5 -12t48 -32t32.5 -48t12 -59 q0 -32 -12 -59.5t-32.5 -47.5t-48 -31.5t-59.5 -11.5t-59.5 11.5t-48 31.5t-32 47.5t-11.5 59.5zM1102 136q0 31 11.5 59t31.5 48t48 32t60 12t59.5 -12t48 -32t32.5 -48t12 -59q0 -32 -12 -59.5t-32.5 -47.5t-48 -31.5t-59.5 -11.5t-60 11.5t-48 31.5t-31.5 47.5 t-11.5 59.5z" />
|
||||
<glyph unicode="‰" horiz-adv-x="2166" d="M753 1150q0 -96 -31 -172.5t-81.5 -130t-115 -82t-131.5 -28.5q-60 0 -110 21.5t-85 61.5t-54.5 96.5t-19.5 126.5q0 95 28 172t76.5 131t114 83.5t139.5 29.5q60 0 110 -21.5t85.5 -62t55 -97.5t19.5 -128zM568 1149q0 84 -29.5 120t-74.5 36q-33 0 -61.5 -14.5 t-49.5 -46t-32.5 -81t-11.5 -120.5q0 -41 7.5 -70t21.5 -47t33 -26t42 -8q32 0 60.5 13.5t49.5 44t33 79.5t12 120zM1225 1407q14 14 32.5 26t49.5 12h173l-1166 -1409q-13 -16 -32 -26t-45 -10h-176zM1415 395q0 -96 -31 -172.5t-81 -130t-115 -82t-132 -28.5 q-60 0 -110 22t-85 61.5t-54.5 96t-19.5 125.5q0 96 28 173.5t76.5 131.5t114 83.5t139.5 29.5q60 0 110 -22t85.5 -62.5t55 -97.5t19.5 -128zM1231 394q0 84 -30 119.5t-75 35.5q-33 0 -61.5 -14.5t-49.5 -46t-32.5 -81t-11.5 -120.5q0 -81 29 -116t75 -35q33 0 61.5 13.5 t49.5 44t33 80t12 120.5zM2098 395q0 -96 -31 -172.5t-81 -130t-115 -82t-132 -28.5q-60 0 -110 22t-85 61.5t-54.5 96t-19.5 125.5q0 96 28 173.5t76.5 131.5t114 83.5t139.5 29.5q60 0 109.5 -22t85.5 -62.5t55.5 -97.5t19.5 -128zM1914 394q0 84 -30 119.5t-75 35.5 q-33 0 -61.5 -14.5t-49 -46t-32 -81t-11.5 -120.5q0 -81 28.5 -116t74.5 -35q32 0 60.5 13.5t49.5 44t33.5 80t12.5 120.5z" />
|
||||
<glyph unicode="‹" horiz-adv-x="613" d="M121 522l5 30l285 395l73 -37q32 -13 32 -44q0 -11 -5.5 -23t-13.5 -26l-153 -239q-17 -25 -37 -42q8 -7 14 -17.5t12 -22.5l95 -239q8 -19 8 -35q0 -41 -43 -60l-83 -36z" />
|
||||
<glyph unicode="›" horiz-adv-x="613" d="M504 552l-3 -30l-285 -396l-73 36q-31 15 -31 45q0 22 17 50l155 239q8 12 17 22.5t18 17.5q-17 16 -25 42l-97 239q-6 16 -6 32q0 41 44 61l82 37z" />
|
||||
<glyph unicode="⁄" horiz-adv-x="670" d="M9 71q-29 -42 -60.5 -56.5t-69.5 -14.5h-98l938 1363q28 40 61 61t77 21h98z" />
|
||||
<glyph unicode="€" d="M90 925h129q36 124 97.5 223t142.5 168t179 106t208 37q138 0 230 -53.5t148 -142.5l-95 -91q-11 -11 -22 -19t-31 -8t-35.5 17t-40 37.5t-64 37.5t-106.5 17q-127 0 -223 -84t-145 -245h516l-8 -75q-2 -21 -22.5 -39.5t-52.5 -18.5h-463q-9 -57 -12 -119h434l-9 -72 q-3 -23 -24 -41.5t-50 -18.5h-352q11 -172 81.5 -261t188.5 -89q49 0 86 9.5t64.5 23.5t48 30.5t36.5 30.5t30 23.5t28 9.5q11 0 17.5 -3.5t15.5 -12.5l91 -95q-83 -106 -197.5 -163.5t-256.5 -57.5q-114 0 -201.5 40.5t-147 114t-92 175.5t-37.5 225h-131l16 132h117 q2 31 5 60.5t8 58.5h-115z" />
|
||||
<glyph unicode="™" horiz-adv-x="1338" d="M965 1157q11 -35 17 -67q8 17 16 33t19 34l149 262q11 19 23.5 22.5t33.5 3.5h140l-73 -602h-144l38 310q2 20 7.5 41.5t14.5 51.5l-173 -304q-10 -17 -26 -26t-35 -9h-23q-18 0 -32.5 9t-19.5 26l-96 298q0 -35 -0.5 -56t-1.5 -31l-37 -310h-144l73 602h142 q21 0 32.5 -3.5t17.5 -22.5zM629 1445l-17 -136h-149l-57 -466h-163l56 466h-148l18 136h460z" />
|
||||
<glyph unicode="Ω" horiz-adv-x="1360" d="M682 0l61 489q70 13 132 45t108 85t72.5 130.5t26.5 182.5q0 76 -21 136t-61 101.5t-97 63t-130 21.5q-93 0 -167.5 -30t-127 -88t-81 -141.5t-28.5 -189.5q0 -71 18.5 -125t51.5 -93t78.5 -63t99.5 -35l-60 -489h-467q-37 0 -56.5 19.5t-19.5 50.5q0 1 0.5 4.5t2 17.5 t4.5 42.5t9 79.5h354l18 145q-73 23 -128.5 65.5t-93 100.5t-56.5 129t-19 150q0 139 52 259t144.5 208.5t219.5 139t277 50.5q128 0 230 -40.5t173.5 -110.5t110 -164.5t38.5 -202.5q0 -105 -29 -200t-84 -171.5t-133.5 -132t-178.5 -82.5l-17 -143h354l-16 -133 q-5 -35 -31 -57.5t-65 -23.5h-468z" />
|
||||
<glyph unicode="∂" horiz-adv-x="1067" d="M378 1335q41 30 81.5 53t84 39t91.5 24.5t105 8.5q76 0 138.5 -29.5t106.5 -86t68 -137.5t24 -184q0 -28 -1.5 -57t-5.5 -60q-26 -207 -81.5 -377t-140.5 -291t-199.5 -187t-257.5 -66q-77 0 -140.5 25t-109 71t-70.5 112t-25 149t20.5 161.5t57.5 147.5t88.5 126 t113 98.5t131 64t142.5 22.5q88 0 147 -31.5t94 -90.5q2 17 4 33.5t4 31.5q3 28 5 53t2 48q0 131 -46.5 195t-126.5 64q-34 0 -65.5 -10t-59 -22t-50 -22t-37.5 -10q-14 0 -26.5 8t-23.5 32zM443 177q46 0 92 21.5t89 69t81.5 123t68.5 183.5q-4 39 -14.5 74.5t-30.5 63 t-51 43.5t-76 16q-65 0 -115.5 -26.5t-88 -74t-61 -112.5t-32.5 -143q0 -2 -0.5 -2.5t-0.5 -2.5q-3 -27 -3 -51q0 -88 37 -135t105 -47z" />
|
||||
<glyph unicode="∆" horiz-adv-x="1361" d="M1290 0h-1340l730 1445h236zM314 205h663l-184 834q-8 27 -14.5 62.5t-13.5 77.5q-16 -42 -31.5 -78t-29.5 -63z" />
|
||||
<glyph unicode="∏" horiz-adv-x="1372" d="M1437 1445l-24 -200h-171l-194 -1582h-245l192 1582h-435l-194 -1582h-245l194 1582h-170l24 200h1268z" />
|
||||
<glyph unicode="∑" horiz-adv-x="1264" d="M1316 1446l-26 -207h-740l384 -648l-10 -71l-542 -648h740l-25 -207h-1114l10 86q2 18 12 37t24 36l629 735l-451 726q-9 14 -13 29.5t-4 30.5v5t1.5 13t3.5 29.5t7 53.5h1114z" />
|
||||
<glyph unicode="−" d="M171 760h883l-22 -177h-882z" />
|
||||
<glyph unicode="√" horiz-adv-x="1162" d="M289 645h-127q-33 0 -56.5 17.5t-23.5 59.5v5.5t1 13t3 27.5t6 49h351q26 0 42.5 -13.5t20.5 -31.5l68 -325q8 -41 11.5 -82.5t3.5 -83.5q10 33 21 67t27 70l543 1243q9 20 28.5 33t44.5 13h156l-760 -1707h-200z" />
|
||||
<glyph unicode="∞" horiz-adv-x="1263" d="M886 232q-51 0 -90.5 14.5t-71 39t-56.5 57t-45 69.5q-30 -37 -63 -69.5t-70.5 -57t-81 -39t-94.5 -14.5q-56 0 -104.5 22t-84 62t-56 96.5t-20.5 124.5q0 74 25 148t71 133t111.5 96t146.5 37q51 0 91 -14.5t71.5 -39t56.5 -57.5t45 -70q29 37 62 70t70.5 57.5t81 39 t94.5 14.5q57 0 106 -22t85 -62.5t56.5 -97t20.5 -124.5q0 -74 -25 -147.5t-71.5 -132.5t-112.5 -96t-148 -37zM350 431q27 0 52 12.5t48.5 34t46 50.5t45.5 63q-15 34 -30.5 63t-33.5 51t-40 34.5t-49 12.5q-38 0 -65.5 -17.5t-45.5 -45.5t-27 -62t-9 -68q0 -68 31.5 -98 t76.5 -30zM901 431q36 0 63.5 17t46 44.5t28 62.5t9.5 71q0 33 -8.5 57t-23.5 39t-34.5 22.5t-41.5 7.5q-27 0 -52 -12.5t-48.5 -34t-46 -51t-45.5 -62.5q15 -34 30.5 -63.5t33.5 -51t40 -34t49 -12.5z" />
|
||||
<glyph unicode="∫" horiz-adv-x="768" d="M459 1094q20 87 54 155t82 115.5t110 72.5t137 25q35 0 72.5 -7.5t69.5 -26.5l-27 -120q-2 -10 -6 -19.5t-12 -17.5t-20.5 -13t-31.5 -5q-44 0 -75.5 -12t-54.5 -35.5t-38.5 -59.5t-27.5 -84l-242 -1005q-25 -104 -66 -179.5t-95.5 -124t-120.5 -72t-141 -23.5 q-34 0 -71.5 7.5t-69.5 26.5l26 103q3 13 8 22.5t13.5 15.5t22.5 8.5t36 2.5q53 0 89.5 11.5t62 36t42 63.5t29.5 94z" />
|
||||
<glyph unicode="≈" d="M841 891q31 0 61 7t55.5 17.5t44.5 22t28 20.5l10 -150q-45 -51 -108 -74t-129 -23q-53 0 -103.5 16t-98.5 34.5t-94 34.5t-89 16q-32 0 -63 -7.5t-56.5 -18t-44.5 -23.5t-28 -23l-18 146q45 54 111 79.5t137 25.5q52 0 102.5 -15.5t99 -34.5t94 -34.5t89.5 -15.5z M797 537q31 0 61.5 7t56 17.5t44.5 22t27 20.5l10 -151q-44 -50 -107.5 -72.5t-128.5 -22.5q-53 0 -103.5 15.5t-98.5 34t-94 34t-90 15.5q-32 0 -63 -7t-56.5 -17.5t-44.5 -23t-27 -22.5l-18 145q45 55 110.5 80.5t136.5 25.5q53 0 104 -16t99 -34.5t93.5 -34.5t88.5 -16z " />
|
||||
<glyph unicode="≠" d="M192 936h500l139 223h170l-139 -223h211l-20 -178h-301l-107 -172h386l-22 -177h-473l-147 -237h-170l147 237h-240l22 177h327l107 172h-412z" />
|
||||
<glyph unicode="≤" horiz-adv-x="1067" d="M173 839l839 379l-21 -168q-2 -20 -15.5 -37.5t-46.5 -31.5l-372 -158q-26 -11 -55.5 -18.5t-61.5 -14.5q31 -7 58.5 -15t50.5 -19l332 -161q26 -13 36.5 -28t10.5 -32q0 -7 -2.5 -28t-5.5 -44t-5.5 -41.5t-2.5 -19.5l-6 -44l-746 382zM102 263h793l-23 -183h-793z" />
|
||||
<glyph unicode="≥" horiz-adv-x="1067" d="M887 80h-792l23 183h793zM968 738l-839 -379l21 168q2 20 15.5 37.5t46.5 31.5l372 158q26 11 55.5 18.5t61.5 14.5q-31 7 -58.5 15t-50.5 19l-332 161q-26 13 -36.5 28t-10.5 32q0 7 2.5 28t5.5 44t5.5 41.5t2.5 19.5l6 44l746 -382z" />
|
||||
<glyph unicode="◊" d="M131 720l381 811h172l381 -811l-381 -811h-172zM333 720l231 -501q12 -26 20 -49.5t14 -45.5q6 22 14 45.5t20 49.5l235 501l-235 501q-12 26 -19.5 49.5t-14.5 45.5q-7 -22 -14.5 -45.5t-19.5 -49.5z" />
|
||||
<glyph unicode="♩" horiz-adv-x="0" d="M-118 -500l242 2000h2l-242 -2000h-2z" />
|
||||
<glyph unicode="" horiz-adv-x="1025" d="M0 1025h1025v-1025h-1025v1025z" />
|
||||
<glyph horiz-adv-x="591" d="M351 -74l-140 -283h-150l82 283h208z" />
|
||||
<glyph horiz-adv-x="591" d="M318 1789q19 0 32 -1.5t23 -6t18.5 -11.5t19.5 -19l153 -202h-202q-27 0 -41.5 8.5t-33.5 25.5l-234 206h265z" />
|
||||
<glyph horiz-adv-x="591" d="M359 1666q0 -24 -10 -45.5t-26.5 -37.5t-39 -25.5t-47.5 -9.5q-24 0 -45.5 9.5t-38 25.5t-26 37.5t-9.5 45.5q0 25 9.5 47.5t26 39t38 26t45.5 9.5q25 0 47.5 -9.5t39 -26t26.5 -39t10 -47.5zM710 1666q0 -24 -9.5 -45.5t-26 -37.5t-38.5 -25.5t-47 -9.5t-46.5 9.5 t-38 25.5t-26 37.5t-9.5 45.5q0 25 9.5 47.5t26 39t38 26t46.5 9.5t47 -9.5t38.5 -26t26 -39t9.5 -47.5z" />
|
||||
<glyph horiz-adv-x="591" d="M146 1702h596l-18 -137h-595z" />
|
||||
<glyph horiz-adv-x="591" d="M832 1789l-284 -206q-23 -17 -45 -25.5t-48 -8.5h-193l204 202q12 12 22.5 19.5t22 11.5t25 5.5t33.5 1.5h263z" />
|
||||
<glyph horiz-adv-x="591" d="M762 1549h-181q-14 0 -29.5 5t-26.5 11l-79 70q-3 3 -7 6.5t-7 7.5l-16 -14l-97 -70q-11 -8 -28.5 -12t-32.5 -4h-179l249 218h238z" />
|
||||
<glyph horiz-adv-x="591" d="M109 1767h217l113 -98l137 98h217l-250 -218h-238z" />
|
||||
<glyph horiz-adv-x="591" d="M423 1528q-126 0 -194.5 49.5t-68.5 149.5q0 20 3 41h151q-1 -5 -1 -9v-9q0 -80 128 -80q69 0 106 23.5t43 74.5h152q-7 -54 -32 -98.5t-66 -76t-96.5 -48.5t-124.5 -17z" />
|
||||
<glyph horiz-adv-x="591" d="M581 1696q0 -30 -12.5 -56.5t-33.5 -47t-49 -32.5t-59 -12q-29 0 -56 12t-47.5 32.5t-32.5 47t-12 56.5q0 31 12 58.5t32.5 48t47.5 32.5t56 12q31 0 59 -12t49 -32.5t33.5 -48t12.5 -58.5z" />
|
||||
<glyph horiz-adv-x="591" d="M212 1683q0 43 17 78t45.5 60t65.5 39t78 14q42 0 80.5 -14t67 -39t45.5 -60t17 -78q0 -42 -17 -76.5t-45.5 -59.5t-67 -38.5t-80.5 -13.5q-41 0 -78 13.5t-65.5 38.5t-45.5 59.5t-17 76.5zM331 1683q0 -39 23 -64t67 -25q40 0 64.5 25t24.5 64q0 42 -24.5 66t-64.5 24 q-44 0 -67 -24t-23 -66z" />
|
||||
<glyph horiz-adv-x="591" d="M556 1695q24 0 41 16t21 48h130q-6 -48 -23 -88.5t-43.5 -70t-61.5 -45.5t-77 -16q-33 0 -63 11.5t-56.5 25t-49 25t-41.5 11.5q-24 0 -40.5 -17.5t-20.5 -50.5h-132q6 49 23.5 90t44 70t61.5 45.5t76 16.5q34 0 64 -11t56.5 -24.5t49 -24.5t41.5 -11z" />
|
||||
<glyph horiz-adv-x="591" d="M582 1775l-209 -192q-20 -18 -37.5 -26t-43.5 -8h-113l142 174q20 23 44.5 37.5t62.5 14.5h154zM923 1775l-259 -192q-22 -17 -42 -25.5t-47 -8.5h-128l184 174q23 22 49 37t64 15h179z" />
|
||||
<glyph horiz-adv-x="591" d="M511 1487q22 0 28.5 -10t6.5 -20q0 -9 -3.5 -22.5t-16 -42t-37 -77.5t-66.5 -128q-16 -29 -36.5 -36.5t-51.5 -7.5h-84l100 344h160z" />
|
||||
</font>
|
||||
</defs></svg>
|
||||
|
After Width: | Height: | Size: 102 KiB |
BIN
frontend/web/static/fonts/lato/Lato-BolIta-webfont.ttf
Normal file
BIN
frontend/web/static/fonts/lato/Lato-BolIta-webfont.ttf
Normal file
Binary file not shown.
BIN
frontend/web/static/fonts/lato/Lato-BolIta-webfont.woff
Normal file
BIN
frontend/web/static/fonts/lato/Lato-BolIta-webfont.woff
Normal file
Binary file not shown.
BIN
frontend/web/static/fonts/lato/Lato-Hai-webfont.eot
Normal file
BIN
frontend/web/static/fonts/lato/Lato-Hai-webfont.eot
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user