merges master and fixes conflicts

This commit is contained in:
kikito
2015-08-17 02:40:11 +02:00
220 changed files with 14524 additions and 17665 deletions

3
.gitignore vendored
View File

@@ -22,3 +22,6 @@
/config/deploy-secrets.yml
/coverage
# Mac finder artifacts
.DS_Store

View File

@@ -27,6 +27,7 @@ Cuando quieras resolver una incidencia mediante código:
* Crea una rama para resolver la incidencia desde la rama `master`
* Añade el código necesario para resolver la incidencia en tantos commits como sea preciso
* Asegúrate de que los tests pasan (y escribe más tests para probar la nueva funcionalidad si fuera preciso)
* Sigue estas [buenas prácticas](https://github.com/styleguide/ruby)
* Envía una *pull request* al repositorio principal indicando la incidencia que se está arreglando
## Otras formas de contribuir sin código

View File

@@ -27,6 +27,7 @@ If you want to contribute code to solve an issue:
* Create a topic branch based on master.
* Commit there your code to solve the issue.
* Make sure all test are passing (and add specs to test any new feature if needed).
* Follow these [best practices](https://github.com/styleguide/ruby)
* Open a *pull request* to the main repository describing what issue you are addressing.
## Other ways of contributing without coding

View File

@@ -6,9 +6,11 @@ require 'capistrano/deploy'
require 'capistrano/rvm'
require 'capistrano/bundler'
require 'capistrano/rails/assets'
#require 'capistrano/rails/assets'
require 'capistrano/rails/migrations'
require 'capistrano/passenger'
#require 'capistrano/passenger'
# Load custom tasks from `lib/capistrano/tasks` if you have any defined
Dir.glob('lib/capistrano/tasks/*.rake').each { |r| import r }
Dir.glob('lib/capistrano/tasks/*.cap').each { |r| import r }
Dir.glob('lib/capistrano/**/*.rb').each { |r| import r }

View File

@@ -21,14 +21,19 @@ gem 'turbolinks'
gem 'devise'
# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'
gem 'kaminari'
gem 'acts_as_commentable_with_threading'
gem 'acts-as-taggable-on'
gem "responders"
gem 'foundation-rails'
gem 'foundation_rails_helper'
gem 'acts_as_votable'
gem "recaptcha", require: "recaptcha/rails"
gem 'simple_captcha2', require: 'simple_captcha'
gem 'ckeditor'
gem 'cancancan'
gem 'social-share-button'
gem 'initialjs-rails'
gem 'unicorn'
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
@@ -48,7 +53,6 @@ group :development, :test do
gem "capistrano-bundler", '1.1.4', require: false
gem "capistrano-rails", '1.1.3', require: false
gem "capistrano-rvm", require: false
gem "capistrano-passenger", require: false
end
group :test do
@@ -60,4 +64,3 @@ end
group :test do
gem 'email_spec'
end

View File

@@ -44,7 +44,7 @@ GEM
awesome_nested_set (>= 3.0)
acts_as_votable (0.10.0)
addressable (2.3.8)
arel (6.0.2)
arel (6.0.3)
awesome_nested_set (3.0.2)
activerecord (>= 4.0.0, < 5)
bcrypt (3.1.10)
@@ -61,8 +61,6 @@ GEM
capistrano-bundler (1.1.4)
capistrano (~> 3.1)
sshkit (~> 1.2)
capistrano-passenger (0.1.1)
capistrano (~> 3.0)
capistrano-rails (1.1.3)
capistrano (~> 3.1)
capistrano-bundler (~> 1.1)
@@ -75,7 +73,7 @@ GEM
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
ckeditor (4.1.2)
ckeditor (4.1.3)
cocaine
orm_adapter (~> 0.5.0)
climate_control (0.0.3)
@@ -100,7 +98,7 @@ GEM
thor (~> 0.19.1)
database_cleaner (1.4.1)
debug_inspector (0.0.2)
devise (3.5.1)
devise (3.5.2)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5)
@@ -128,25 +126,37 @@ GEM
foundation-rails (5.5.2.1)
railties (>= 3.1.0)
sass (>= 3.3.0, < 3.5)
globalid (0.3.5)
foundation_rails_helper (1.0.0)
actionpack (~> 4.1, >= 4.1.1)
activemodel (~> 4.1, >= 4.1.1)
activesupport (~> 4.1, >= 4.1.1)
railties (~> 4.1, >= 4.1.1)
tzinfo (~> 1.2, >= 1.2.2)
globalid (0.3.6)
activesupport (>= 4.1.0)
highline (1.7.3)
http-cookie (1.0.2)
domain_name (~> 0.5)
i18n (0.7.0)
i18n-tasks (0.8.6)
activesupport
i18n-tasks (0.8.7)
activesupport (>= 2.3.18)
easy_translate (>= 0.5.0)
erubis
highline
highline (>= 1.7.3)
i18n
term-ansicolor
term-ansicolor (>= 1.3.2)
terminal-table (>= 1.5.1)
initialjs-rails (0.1.0)
railties (>= 3.1, < 5.0)
jquery-rails (4.0.4)
rails-dom-testing (~> 1.0)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (1.8.3)
kaminari (0.16.3)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
kgio (2.9.3)
launchy (2.4.3)
addressable (~> 2.3)
letter_opener (1.4.1)
@@ -160,7 +170,7 @@ GEM
mime-types (>= 1.16, < 3)
mime-types (2.6.1)
mini_portile (0.6.2)
minitest (5.7.0)
minitest (5.8.0)
multi_json (1.11.2)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
@@ -204,23 +214,23 @@ GEM
activesupport (= 4.2.3)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
raindrops (0.15.0)
rake (10.4.2)
recaptcha (0.4.0)
responders (2.1.0)
railties (>= 4.2.0, < 5)
rest-client (1.8.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
rspec-core (3.3.1)
rspec-core (3.3.2)
rspec-support (~> 3.3.0)
rspec-expectations (3.3.0)
rspec-expectations (3.3.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.3.0)
rspec-mocks (3.3.1)
rspec-mocks (3.3.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.3.0)
rspec-rails (3.3.2)
rspec-rails (3.3.3)
actionpack (>= 3.0, < 4.3)
activesupport (>= 3.0, < 4.3)
railties (>= 3.0, < 4.3)
@@ -236,11 +246,16 @@ GEM
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (~> 1.1)
simple_captcha2 (0.3.4)
rails (>= 4.1)
simplecov (0.10.0)
docile (~> 1.1.0)
json (~> 1.8)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
social-share-button (0.1.8)
coffee-rails
sass-rails
spring (1.3.6)
sprockets (3.2.0)
rack (~> 1.0)
@@ -270,6 +285,10 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.7.1)
unicorn (4.9.0)
kgio (~> 2.6)
rack
raindrops (~> 0.7)
warden (1.2.3)
rack (>= 1.0)
web-console (2.2.1)
@@ -294,7 +313,6 @@ DEPENDENCIES
cancancan
capistrano (= 3.4.0)
capistrano-bundler (= 1.1.4)
capistrano-passenger
capistrano-rails (= 1.1.3)
capistrano-rvm
capybara
@@ -306,21 +324,26 @@ DEPENDENCIES
email_spec
factory_girl_rails
foundation-rails
foundation_rails_helper
i18n-tasks
initialjs-rails
jquery-rails
kaminari
launchy
letter_opener_web (~> 1.2.0)
pg
poltergeist
quiet_assets
rails (= 4.2.3)
recaptcha
responders
rspec-rails (~> 3.0)
sass-rails (~> 5.0)
simple_captcha2
social-share-button
spring
turbolinks
uglifier (>= 1.3.0)
unicorn
web-console (~> 2.0)
BUNDLED WITH

663
LICENSE-AGPLv3.txt Normal file
View File

@@ -0,0 +1,663 @@
GNU AFFERO GENERAL PUBLIC LICENSE
Version 3, 19 November 2007
Copyright (c) 2015 Ayuntamiento de Madrid
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU Affero General Public License is a free, copyleft license for
software and other kinds of works, specifically designed to ensure
cooperation with the community in the case of network server software.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
our General Public Licenses are intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
Developers that use our General Public Licenses protect your rights
with two steps: (1) assert copyright on the software, and (2) offer
you this License which gives you legal permission to copy, distribute
and/or modify the software.
A secondary benefit of defending all users' freedom is that
improvements made in alternate versions of the program, if they
receive widespread use, become available for other developers to
incorporate. Many developers of free software are heartened and
encouraged by the resulting cooperation. However, in the case of
software used on network servers, this result may fail to come about.
The GNU General Public License permits making a modified version and
letting the public access it on a server without ever releasing its
source code to the public.
The GNU Affero General Public License is designed specifically to
ensure that, in such cases, the modified source code becomes available
to the community. It requires the operator of a network server to
provide the source code of the modified version running there to the
users of that server. Therefore, public use of a modified version, on
a publicly accessible server, gives the public access to the source
code of the modified version.
An older license, called the Affero General Public License and
published by Affero, was designed to accomplish similar goals. This is
a different license, not a version of the Affero GPL, but Affero has
released a new version of the Affero GPL which permits relicensing under
this license.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU Affero General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Remote Network Interaction; Use with the GNU General Public License.
Notwithstanding any other provision of this License, if you modify the
Program, your modified version must prominently offer all users
interacting with it remotely through a computer network (if your version
supports such interaction) an opportunity to receive the Corresponding
Source of your version by providing access to the Corresponding Source
from a network server at no charge, through some standard or customary
means of facilitating copying of software. This Corresponding Source
shall include the Corresponding Source for any work covered by version 3
of the GNU General Public License that is incorporated pursuant to the
following paragraph.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the work with which it is combined will remain governed by version
3 of the GNU General Public License.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU Affero General Public License from time to time. Such new versions
will be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU Affero General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU Affero General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU Affero General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If your software can interact with users remotely through a computer
network, you should also make sure that it provides a way for users to
get its source. For example, if your program is a web application, its
interface could display a "Source" link that leads users to an archive
of the code. There are many ways you could offer source, and different
solutions will be better for different programs; see section 13 for the
specific requirements.
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU AGPL, see
<http://www.gnu.org/licenses/>.

View File

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

View File

@@ -20,7 +20,7 @@ Las herramientas utilizadas para el frontend no están cerradas aún. Los estilo
## Configuración para desarrollo y tests
Prerequisitos: tener instalado git, Ruby 2.2.2, la gema `bundler`, y una librería moderna de PostgreSQL.
Prerequisitos: tener instalado git, ImageMagick, Ruby 2.2.2, la gema `bundler`, y una librería moderna de PostgreSQL.
```
cd participacion
@@ -43,7 +43,7 @@ bundle exec bin/rspec
## Licencia
El código de este proyecto está publicado bajo la licencia MIT (ver MIT-license.md)
El código de este proyecto está publicado bajo la licencia AFFERO GPL v3 (ver [LICENSE-AGPLv3.txt](LICENSE-AGPLv3.txt))
## Contribuciones

View File

@@ -21,7 +21,7 @@ Frontend tools used include [SCSS](http://sass-lang.com/) over [Foundation](http
## Configuration for development and test environments
Prerequisites: install git, Ruby 2.2.2, bundler gem and PostgreSQL.
Prerequisites: install git, ImageMagick, Ruby 2.2.2, bundler gem and PostgreSQL.
```
cd participacion
@@ -44,7 +44,7 @@ bundle exec bin/rspec
## Licence
Code published under MIT license (see [MIT-license.md](MIT-license.md))
Code published under AFFERO GPL v3 (see [LICENSE-AGPLv3.txt](LICENSE-AGPLv3.txt))
## Contributions

Binary file not shown.

View File

@@ -19,4 +19,6 @@
<glyph unicode="&#106;" d="M91 347c0-5-1-9-5-12-4-4-8-6-13-6-5 0-9 2-13 6-3 3-5 7-5 12 0 6 2 10 5 13 4 4 8 6 13 6 5 0 9-2 13-6 4-3 5-7 5-13z m46-146l0 183c0 5-2 9-5 13-4 3-8 5-13 5l-82 0c-5 0-10-2-13-5-4-4-6-8-6-13l0-183c0-5 2-9 6-13 3-3 8-5 13-5l82 0c5 0 9 2 13 5 3 4 5 8 5 13z m323 43c10-12 15-26 15-43 0-15-5-28-16-38-11-11-24-17-38-17l-80 0c1-2 2-5 3-7 0-1 2-4 3-6 1-2 2-4 3-5 3-7 6-12 7-16 2-4 4-10 6-17 2-7 3-15 3-22 0-4 0-8 0-11-1-3-1-7-2-13-1-6-2-10-3-14-2-4-4-8-7-13-3-5-7-9-12-12-4-3-10-5-17-7-7-2-15-3-23-3-5 0-10 2-13 5-4 4-7 9-10 15-3 5-4 10-5 15-1 4-3 10-4 17-2 8-3 14-4 17-1 4-2 8-5 14-2 6-5 10-9 14-6 6-16 18-29 34-9 12-19 24-28 35-10 11-18 16-22 17-5 0-9 2-12 5-4 4-6 8-6 13l0 183c0 5 2 9 6 13 3 3 8 5 13 5 6 0 21 5 45 13 15 5 26 9 34 11 9 3 20 5 35 8 15 3 29 5 41 5l37 0c25-1 44-8 56-22 11-14 16-31 14-52 8-7 13-16 16-27 3-12 3-23 0-33 8-12 13-25 12-40 0-6-1-13-4-21z"/>
<glyph unicode="&#107;" d="M91 128c0 5-1 9-5 13-4 3-8 5-13 5-5 0-9-2-13-5-3-4-5-8-5-13 0-5 2-9 5-13 4-4 8-5 13-5 5 0 9 1 13 5 4 4 5 8 5 13z m46 146l0-183c0-5-2-9-5-12-4-4-8-6-13-6l-82 0c-5 0-10 2-13 6-4 3-6 7-6 12l0 183c0 5 2 10 6 13 3 4 8 6 13 6l82 0c5 0 9-2 13-6 3-3 5-8 5-13z m338 0c0-16-5-30-15-42 3-9 4-16 4-22 1-14-4-28-12-39 3-11 3-22 0-34-3-10-8-19-16-26 2-22-3-39-14-52-12-15-31-22-56-22l-37 0c-12 0-26 1-41 4-15 3-26 6-35 8-8 3-19 7-34 12-24 8-39 12-45 12-5 0-10 2-13 6-4 3-6 7-6 12l0 184c0 4 2 8 6 12 3 4 7 5 12 6 4 0 12 6 22 17 9 11 19 22 28 34 13 17 23 28 29 35 4 3 7 8 9 13 3 6 4 11 5 14 1 4 2 9 4 17 1 8 3 14 4 18 1 4 2 9 5 15 3 5 6 10 10 14 3 4 8 5 13 5 8 0 16-1 23-3 7-2 13-4 17-7 5-3 9-7 12-12 3-4 5-9 7-12 1-4 2-9 3-15 1-5 1-10 2-13 0-2 0-6 0-11 0-7-1-14-3-21-2-8-4-13-5-18-2-4-5-9-8-16-1-1-2-2-3-5-1-2-3-4-3-6-1-2-2-4-3-7l80 0c14 0 27-5 38-16 11-11 16-24 16-39z"/>
<glyph unicode="&#108;" d="M477 350c0-7-2-14-8-19l-206-207-39-39c-6-5-12-8-20-8-7 0-14 3-19 8l-142 142c-6 6-8 12-8 20 0 7 2 14 8 19l38 39c6 5 12 8 20 8 7 0 14-3 19-8l84-84 188 188c5 5 12 8 19 8 8 0 14-3 20-8l38-39c6-6 8-12 8-20z"/>
<glyph unicode="&#109;" d="M140 73l26 26-67 67-26-26 0-30 37 0 0-37z m150 265c0 4-2 7-7 7-1 0-3-1-4-2l-155-155c-2-2-2-3-2-5 0-4 2-6 6-6 2 0 4 0 5 2l155 154c1 2 2 3 2 5z m-16 55l119-119-238-237-118 0 0 118z m195-27c0-10-3-19-10-26l-48-47-118 118 47 48c7 7 15 10 26 10 10 0 18-3 26-10l67-67c7-8 10-16 10-26z"/>
<glyph unicode="&#110;" d="M494 327c0-4-3-9-8-14l-103-101 24-143c0-1 0-3 0-5 0-4-1-8-3-10-2-3-4-5-8-5-4 0-8 2-12 4l-128 67-128-67c-4-2-8-4-12-4-4 0-7 2-9 5-2 2-3 6-3 10 0 1 0 3 1 5l24 143-104 101c-4 6-7 10-7 14 0 7 6 12 16 13l144 21 64 130c4 8 8 12 14 12 6 0 10-4 14-12l64-130 144-21c10-1 16-6 16-13z"/>
</font></defs></svg>

Before

Width:  |  Height:  |  Size: 7.4 KiB

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 231 KiB

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 230 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 229 KiB

Binary file not shown.

1824
app/assets/fonts/opensans-bold.svg Executable file

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 117 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 119 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 113 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 118 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 115 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,642 +0,0 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata></metadata>
<defs>
<font id="robotoblack_italic" horiz-adv-x="1083" >
<font-face units-per-em="2048" ascent="1638" descent="-410" />
<missing-glyph horiz-adv-x="486" />
<glyph unicode="&#xfb01;" horiz-adv-x="1237" d="M75 0l169 848h-143l46 234h144l11 52q46 230 192 338.5t386 108.5q74 0 153.5 -15.5t168.5 -42.5l-100 -266q-72 22 -125.5 33t-132.5 11t-136 -44t-72 -123l-11 -52h192l-46 -234h-193l-169 -848h-334zM714 0l216 1082h335l-216 -1082h-335z" />
<glyph horiz-adv-x="2048" />
<glyph horiz-adv-x="2048" />
<glyph unicode="&#xd;" horiz-adv-x="486" />
<glyph unicode=" " horiz-adv-x="486" />
<glyph unicode="&#x09;" horiz-adv-x="486" />
<glyph unicode="&#xa0;" horiz-adv-x="486" />
<glyph unicode="!" horiz-adv-x="547" d="M25 0l57 283h332l-57 -283h-332zM126 516l188 940h336l-188 -940h-336z" />
<glyph unicode="&#x22;" horiz-adv-x="623" d="M135 1042l36 235l46 283h225l-43 -269l-124 -249h-140zM457 1042l38 244l44 274h224l-43 -269l-124 -249h-139z" />
<glyph unicode="#" horiz-adv-x="1111" d="M34 410l37 183h231l93 264h-202l37 183h230l146 416h194l-146 -416h136l147 416h195l-147 -416h213l-37 -183h-240l-93 -264h211l-37 -183h-239l-144 -410h-195l144 410h-135l-144 -410h-195l144 410h-204zM497 593h136l93 264h-137z" />
<glyph unicode="$" horiz-adv-x="1118" d="M85 467h333q-21 -130 15 -181.5t112 -51.5q58 0 96 42.5t50 109.5q12 81 -13 123t-101 85q-206 95 -292 191t-55 283q27 175 150.5 282t305.5 124l34 211h155l-35 -216q158 -29 239 -151.5t52 -311.5h-334q18 113 -9 164.5t-85 51.5q-56 0 -92.5 -44.5t-46.5 -111.5 q-12 -71 12.5 -112.5t102.5 -86.5q201 -99 287.5 -197.5t57.5 -281.5q-30 -180 -147.5 -283.5t-294.5 -121.5l-32 -201h-156l32 202q-174 22 -276 140t-65 343z" />
<glyph unicode="%" horiz-adv-x="1424" d="M223 1099l15 77q27 138 121 219.5t243 81.5q138 0 204.5 -87t41.5 -214l-15 -77q-29 -138 -122 -218.5t-242 -80.5q-138 0 -205 86.5t-41 212.5zM240 188l889 1138l138 -79l-889 -1138zM435 1099q-11 -52 6.5 -84.5t63.5 -32.5q41 0 73 34t42 83l15 77q11 53 -6 86 t-63 33q-41 0 -73.5 -35t-42.5 -84zM697 280l15 77q27 137 122 218.5t244 81.5q138 0 204 -86.5t41 -213.5l-15 -77q-29 -139 -121.5 -219.5t-241.5 -80.5q-138 0 -206 86.5t-42 213.5zM910 280q-10 -50 11 -84t60 -34q51 0 77.5 32t37.5 86l15 77q10 52 -7.5 85t-61.5 33 q-42 0 -74.5 -35t-42.5 -83z" />
<glyph unicode="&#x26;" horiz-adv-x="1303" d="M50 391q19 121 87.5 199t205.5 175l3 2q-45 89 -63 164.5t-5 152.5q29 180 151.5 286.5t301.5 106.5q144 0 225 -103.5t58 -246.5q-16 -102 -71 -184t-139 -138l-86 -57l174 -270q38 54 64.5 117.5t37.5 132.5h234q-24 -147 -71 -262t-125 -204l169 -262h-371l-52 80 q-88 -51 -171 -76t-177 -25q-197 0 -303.5 115.5t-76.5 296.5zM388 414q-13 -79 19.5 -127t86.5 -48q37 0 77 9t80 27l-194 299l-3 -2q-27 -39 -43 -76.5t-23 -81.5zM567 1088q-7 -39 3.5 -77.5t36.5 -83.5l50 31q57 36 79.5 70t29.5 75q7 46 -13.5 80t-63.5 34 q-47 0 -80.5 -37t-41.5 -92z" />
<glyph unicode="'" horiz-adv-x="302" d="M127 985l42 270l49 305h214l-47 -292l-118 -283h-140z" />
<glyph unicode="(" horiz-adv-x="695" d="M135 564l5 28q64 405 244 667t384 340l6 -1l33 -158q-131 -94 -240 -304t-162 -542l-5 -32q-56 -347 -14 -548.5t146 -297.5l-85 -159h-6q-176 77 -272 347t-34 660z" />
<glyph unicode=")" horiz-adv-x="692" d="M-68 -284q129 95 239 304.5t164 541.5l5 32q55 346 12.5 547.5t-145.5 298.5l86 159h6q181 -76 284.5 -355t44.5 -652l-5 -28q-62 -389 -252 -659.5t-399 -347.5l-6 1z" />
<glyph unicode="*" horiz-adv-x="869" d="M154 1048l97 188l246 -130l48 350h196l-93 -350l4 -4l285 124l21 -190l-302 -90l135 -264l-181 -117l-97 293l-212 -283l-137 112l252 271z" />
<glyph unicode="+" horiz-adv-x="1023" d="M67 537l58 289h310l76 380h311l-76 -380h307l-58 -289h-307l-78 -391h-311l78 391h-310z" />
<glyph unicode="," horiz-adv-x="524" d="M-97 -326l130 327l51 253h289l-53 -262l-222 -318h-195z" />
<glyph unicode="-" horiz-adv-x="889" d="M167 497l53 261h568l-53 -261h-568z" />
<glyph unicode="." horiz-adv-x="598" d="M44 0l57 284h331l-57 -284h-331z" />
<glyph unicode="/" horiz-adv-x="674" d="M-137 -125l771 1581h235l-771 -1581h-235z" />
<glyph unicode="0" horiz-adv-x="1114" d="M111 575l61 306q62 314 215.5 455t378.5 141q205 0 310 -153.5t48 -442.5l-61 -306q-63 -315 -217 -455.5t-377 -140.5q-206 0 -311 153t-47 443zM425.5 306q22.5 -66 93.5 -60l6 -1q62 -5 114.5 68.5t86.5 240.5l70 350q35 178 12.5 244.5t-92.5 61.5l-6 1 q-63 4 -115.5 -69.5t-84.5 -237.5l-70 -350q-37 -182 -14.5 -248z" />
<glyph unicode="1" horiz-adv-x="1118" d="M273 1117l48 238l650 102l-291 -1457h-333l223 1117h-297z" />
<glyph unicode="2" horiz-adv-x="1118" d="M13 0l35 220l514 492q96 102 146 182t60 139q14 87 -14 135.5t-102 48.5q-62 0 -110 -65t-64 -164h-326l-2 6q29 210 178.5 346.5t364.5 136.5q219 0 331 -119t80 -322q-23 -144 -104 -245t-300 -314l-202 -211l3 -6h512l-42 -260h-958z" />
<glyph unicode="3" horiz-adv-x="1118" d="M45 398l3 6h327q-12 -73 26.5 -119t104.5 -46q74 0 129 50.5t67 125.5q17 110 -21.5 156.5t-127.5 46.5h-151l25 160l2 8l13 83h151q75 0 126 49.5t66 135.5q11 72 -19.5 117.5t-101.5 45.5q-53 0 -103 -38t-59 -98h-324l-1 6q23 181 172.5 285.5t343.5 104.5 q215 0 336 -109.5t90 -306.5q-17 -104 -87 -186.5t-175 -129.5q100 -45 148 -131t30 -206q-34 -208 -194 -318.5t-388 -110.5q-186 0 -315.5 108t-92.5 311z" />
<glyph unicode="4" horiz-adv-x="1118" d="M53 307l22 208l722 936l1 5h334l-177 -887h129l-53 -262h-129l-61 -307h-334l61 307h-515zM382 569h239l88 438l-6 3l-26 -32z" />
<glyph unicode="5" horiz-adv-x="1118" d="M72 398l2 5l331 21q-15 -90 18.5 -137.5t103.5 -47.5q75 0 119.5 65.5t60.5 162.5q19 125 -6.5 191.5t-107.5 66.5q-55 0 -96 -29.5t-60 -72.5l-298 17l209 816h806l-42 -262h-534l-81 -303q38 29 92.5 47t112.5 20q203 4 289 -124.5t49 -364.5q-34 -212 -178 -351 t-376 -139q-189 0 -318.5 116t-95.5 303z" />
<glyph unicode="6" horiz-adv-x="1118" d="M97 566l46 293q48 299 232 458.5t440 159.5q78 0 140.5 -15t131.5 -46l-94 -246q-62 21 -108.5 31.5t-109.5 10.5q-103 0 -182 -82.5t-103 -237.5l3 -5q47 45 116.5 70t153.5 25q174 0 255.5 -142t47.5 -358q-36 -224 -192 -363.5t-368 -139.5q-217 0 -335 158.5 t-74 428.5zM431 566q-27 -165 3.5 -246t112.5 -81q62 0 115 72.5t69 170.5q18 115 -10.5 178.5t-90.5 63.5q-59 0 -105.5 -17.5t-79.5 -49.5z" />
<glyph unicode="7" horiz-adv-x="1118" d="M173 1196l42 260h985l-42 -260q-244 -247 -353 -479.5t-194 -575.5l-37 -141h-334l36 141q76 312 215.5 579t346.5 476h-665z" />
<glyph unicode="8" horiz-adv-x="1118" d="M79 401q24 123 101 211.5t191 136.5q-81 50 -117.5 132.5t-15.5 185.5q41 208 182 309t348 101q190 0 297 -109t69 -301q-23 -116 -90.5 -198.5t-168.5 -128.5q90 -53 132 -140.5t21 -198.5q-43 -217 -191 -319.5t-366 -102.5q-199 0 -315.5 111t-76.5 311zM419 428 q-20 -93 8.5 -141t95.5 -48q60 0 110 51t68 138q18 94 -10.5 140.5t-94.5 46.5q-61 0 -111 -50.5t-66 -136.5zM570 1049q-18 -86 2 -130t78 -44q53 0 92 47t56 127q16 84 -4 126t-78 42q-53 0 -92 -45t-54 -123z" />
<glyph unicode="9" horiz-adv-x="1118" d="M143 42l72 241q61 -23 117.5 -33.5t128.5 -10.5q85 0 156.5 73.5t92.5 199.5l8 52q-52 -54 -114.5 -81.5t-127.5 -27.5q-179 0 -265 136t-49 366q36 225 192 372.5t369 147.5q199 0 311 -160.5t68 -435.5l-55 -346q-43 -262 -217.5 -409t-409.5 -147q-66 0 -140.5 17 t-136.5 46zM496 957q-20 -124 2.5 -191.5t90.5 -67.5q46 0 88 19.5t74 52.5l25 153q23 149 -4.5 221.5t-90.5 72.5q-64 0 -116.5 -80t-68.5 -180z" />
<glyph unicode=":" horiz-adv-x="598" d="M46 0l57 284h331l-57 -284h-331zM206 798l57 284h331l-57 -284h-331z" />
<glyph unicode=";" horiz-adv-x="564" d="M-55 -326l130 327l51 253h289l-53 -262l-222 -318h-195zM190 798l57 284h331l-57 -284h-331z" />
<glyph unicode="&#x3c;" horiz-adv-x="980" d="M42 410l34 168l19 98l898 360l-61 -306l-549 -185v-6l474 -182l-61 -307z" />
<glyph unicode="=" horiz-adv-x="1125" d="M97 293l52 260h867l-52 -260h-867zM184 732l52 260h867l-52 -260h-867z" />
<glyph unicode="&#x3e;" horiz-adv-x="986" d="M33 50l61 307l544 185v6l-469 182l61 306l749 -360l-34 -169l-19 -97z" />
<glyph unicode="?" horiz-adv-x="990" d="M142 1060q40 208 189.5 312.5t360.5 104.5t324 -122t74 -322q-27 -133 -115 -233t-210 -162q-68 -42 -99 -90.5t-48 -131.5h-328l-3 5q26 135 87 204t204 161q68 42 114.5 104t63.5 143q17 89 -12.5 136.5t-103.5 47.5q-53 0 -103 -42t-67 -121h-326zM202 0l54 270h330 l-54 -270h-330z" />
<glyph unicode="@" horiz-adv-x="1686" d="M50 478q102 429 376 680.5t645 251.5q339 0 496.5 -243t61.5 -647q-53 -221 -200 -381t-378 -160q-72 0 -118.5 47t-54.5 131q-54 -87 -120 -130.5t-142 -43.5q-130 0 -185 120.5t3 312.5q74 251 216.5 402t302.5 151q106 0 177 -27.5t140 -78.5l-4 -4h5l-160 -566 q-22 -88 -16 -120t30 -24l6 -2q90 -5 175.5 104t125.5 269q82 339 -16.5 528.5t-382.5 189.5q-260 0 -472.5 -207t-295.5 -553q-84 -343 23.5 -542t384.5 -199q73 0 164.5 19t156.5 46l4 -166q-72 -42 -173 -65.5t-193 -23.5q-353 0 -517 253t-65 678zM657 235 q11 -62 63 -62q44 0 87.5 30t88.5 111l128 455q-16 4 -33.5 6.5t-36.5 2.5q-88 0 -156.5 -92t-119.5 -270q-32 -119 -21 -181z" />
<glyph unicode="A" horiz-adv-x="1224" d="M-75 0l723 1456h358l142 -1456h-336l-19 283h-402l-131 -283h-335zM511 543h265l-32 487l-6 1z" />
<glyph unicode="B" horiz-adv-x="1239" d="M20 0l291 1456h473q240 0 370 -102q100 -79 101 -213q0 -40 -9 -85q-23 -110 -83 -189.5t-164 -118.5q113 -29 151 -116q24 -54 24 -120q0 -39 -8 -81q-46 -226 -197.5 -328.5t-409.5 -102.5h-539zM407 260h204q89 0 147 43.5t76 129.5q7 40 7 71q1 48 -17 76 q-30 46 -122 45h-222zM524 849h143q95 2 157 45.5t80 123.5q6 31 6 56q0 54 -28 82q-42 40 -150 40h-138z" />
<glyph unicode="C" horiz-adv-x="1233" d="M105 576l61 304q57 286 221.5 441.5t407.5 155.5q247 0 381 -144q107 -115 108 -297q0 -45 -7 -94l-2 -5h-327q9 51 9 93q0 73 -27 117q-42 70 -165 70q-92 0 -163.5 -92.5t-101.5 -242.5l-61 -306q-14 -71 -15 -127q0 -73 24 -123q42 -88 155 -87q102 0 164 67t94 205 h325l3 -6q-61 -260 -208 -393t-397 -133q-241 -1 -386 169q-107 125 -107 298q0 62 14 130z" />
<glyph unicode="D" horiz-adv-x="1254" d="M20 0l291 1456h461q228 0 378 -176q112 -131 112 -307q0 -59 -13 -124l-53 -262q-56 -283 -227.5 -435t-413.5 -152h-535zM407 260h177q108 0 177 86t100 241l53 264q10 53 10 99q0 90 -40 152q-62 94 -187 94h-103z" />
<glyph unicode="E" horiz-adv-x="1093" d="M20 0l291 1456h952l-52 -260h-617l-63 -313h521l-52 -260h-521l-72 -363h615l-52 -260h-950z" />
<glyph unicode="F" horiz-adv-x="1105" d="M20 0l291 1456h961l-52 -260h-626l-70 -350h531l-52 -260h-531l-117 -586h-335z" />
<glyph unicode="G" horiz-adv-x="1268" d="M111 576l61 304q56 281 239.5 439t429.5 158q247 0 361 -133q92 -108 92 -272q0 -39 -5 -81l-2 -5h-315q1 18 1 34q0 90 -32 139q-38 58 -141 58q-95 0 -180.5 -95t-114.5 -240l-61 -306q-14 -70 -14 -126q0 -74 24 -124q44 -87 158 -87q75 0 126 15t84 40l46 230h-198 l45 224h533l-110 -547q-89 -89 -233.5 -155.5t-344.5 -66.5q-236 0 -368 169q-96 121 -96 289q0 66 15 139z" />
<glyph unicode="H" horiz-adv-x="1353" d="M20 0l291 1456h335l-122 -610h474l122 610h333l-291 -1456h-333l117 586h-474l-117 -586h-335z" />
<glyph unicode="I" horiz-adv-x="584" d="M40 0l291 1456h333l-291 -1456h-333z" />
<glyph unicode="J" horiz-adv-x="1119" d="M61 431l2 5h327q-9 -46 -9 -80q0 -49 19 -74q33 -43 100 -43q55 0 110.5 58t76.5 160l200 999h333l-200 -999q-47 -235 -205 -356.5t-367 -121.5t-322 116q-79 81 -79 214q0 56 14 122z" />
<glyph unicode="K" horiz-adv-x="1197" d="M25 0l291 1456h335l-115 -576h103l334 576h441l-525 -718l250 -738h-385l-174 578h-105l-115 -578h-335z" />
<glyph unicode="L" horiz-adv-x="1045" d="M20 0l291 1456h335l-239 -1196h575l-52 -260h-910z" />
<glyph unicode="M" horiz-adv-x="1667" d="M20 0l291 1456h439l81 -1017l6 -1l491 1018h440l-291 -1456h-335l72 361l155 624l-6 2l-504 -987h-225l-107 978h-6l-94 -617l-72 -361h-335z" />
<glyph unicode="N" horiz-adv-x="1353" d="M20 0l291 1456h335l288 -894l6 1l179 893h334l-291 -1456h-334l-288 894l-6 -1l-179 -893h-335z" />
<glyph unicode="O" horiz-adv-x="1315" d="M111 597l53 262q58 290 232 454t433 164q244 1 395 -179q113 -134 113 -313q0 -60 -13 -126l-53 -262q-58 -289 -236.5 -453.5t-437.5 -164.5q-244 1 -391 179q-109 132 -109 308q0 63 14 131zM444 597q-12 -60 -13 -112q1 -88 37 -149q56 -97 181 -97q107 0 182 99 t107 259l53 264q11 55 11 102q0 91 -40 156q-62 98 -185 98q-109 0 -178.5 -97t-101.5 -259z" />
<glyph unicode="P" horiz-adv-x="1268" d="M20 0l291 1456h559q228 0 352 -134q93 -101 93 -244q0 -48 -11 -101q-46 -228 -211.5 -353t-413.5 -125h-225l-99 -499h-335zM506 759h225q90 0 155 61.5t84 154.5q7 36 7 66q0 57 -24 95q-37 60 -135 60h-224z" />
<glyph unicode="Q" horiz-adv-x="1366" d="M119 597l53 262q58 290 232 454t433 164q244 0 395 -179q113 -135 113 -313q0 -61 -13 -126l-53 -262q-28 -138 -84.5 -249t-137.5 -191l175 -225l-237 -167l-186 244q-50 -14 -101 -22t-103 -8q-244 0 -391 179q-109 131 -109 308q0 63 14 131zM452 597 q-12 -60 -12 -112q0 -88 36 -149q56 -97 181 -97q107 0 182 99t107 259l53 264q11 55 11 102q0 92 -40 156q-62 98 -185 98q-109 0 -178.5 -97t-101.5 -259z" />
<glyph unicode="R" horiz-adv-x="1268" d="M20 0l291 1456h528q223 0 345 -119q93 -90 92 -227q0 -43 -9 -91q-25 -122 -95.5 -200.5t-191.5 -127.5q112 -40 152 -130q25 -56 25 -125q0 -43 -9 -90l-18 -92q-11 -52 -10 -115v-16q2 -72 34 -103l-4 -20h-344q-27 27 -27 91v17q4 76 18 148l18 88q8 42 8 76 q0 54 -22 86q-36 52 -131 52h-203l-111 -558h-336zM519 818h196q79 0 138.5 47.5t76.5 132.5q6 31 6 58q0 54 -24 88q-36 52 -125 52h-192z" />
<glyph unicode="S" horiz-adv-x="1191" d="M100 425l2 6h325q-6 -29 -6 -54q1 -67 47 -97q64 -41 160 -41q60 0 115.5 35.5t66.5 88.5q5 26 5 48q0 55 -30 85q-42 42 -169 98q-240 85 -354 202q-87 89 -87 213q0 39 9 82q37 184 193.5 285t374.5 101q228 0 356 -120q95 -89 95 -225q0 -48 -12 -101l-3 -6h-325 q5 24 5 45q0 57 -34 95q-46 52 -134 52q-62 0 -116 -36.5t-64 -87.5q-4 -22 -5 -40q0 -53 36 -81q48 -38 214 -105q216 -77 316 -195q72 -85 73 -208q0 -47 -11 -99q-39 -192 -192 -289t-375 -97q-220 -1 -374 109q-115 82 -115 231q0 49 13 106z" />
<glyph unicode="T" horiz-adv-x="1077" d="M181 1196l52 260h1026l-52 -260h-347l-239 -1196h-335l239 1196h-344z" />
<glyph unicode="U" horiz-adv-x="1331" d="M114 502l191 954h335l-191 -954q-11 -54 -11 -96q0 -69 30 -107q48 -60 162 -60q105 0 180 65t101 198l191 954h335l-191 -954q-53 -266 -231 -394.5t-437 -128.5q-240 0 -376 139q-100 102 -101 262q0 57 13 122z" />
<glyph unicode="V" horiz-adv-x="1229" d="M165 1456h348l81 -1061l1 -45l6 -1l15 42l425 1065h350l-667 -1456h-361z" />
<glyph unicode="W" horiz-adv-x="1699" d="M174 1456h324l22 -905l6 -1l371 906h231l83 -907h6l312 907h322l-539 -1456h-314l-80 853h-6l-350 -853h-314z" />
<glyph unicode="X" horiz-adv-x="1231" d="M-55 0l509 734l-266 722h382l122 -483l6 -1l282 484h386l-498 -722l295 -734h-405l-132 493l-6 1l-289 -494h-386z" />
<glyph unicode="Y" horiz-adv-x="1234" d="M205 1456h361l131 -613l6 -1l377 614h362l-645 -941l-103 -515h-333l107 533z" />
<glyph unicode="Z" horiz-adv-x="1093" d="M-5 152l720 1044h-487l52 260h910l-29 -146l-723 -1050h577l-52 -260h-954z" />
<glyph unicode="[" horiz-adv-x="556" d="M-26 -349l329 2055h437l-39 -246h-102l-251 -1564h102l-39 -245h-437z" />
<glyph unicode="\" horiz-adv-x="827" d="M191 1456h334l249 -1581h-335z" />
<glyph unicode="]" horiz-adv-x="556" d="M-106 -349l39 245h103l251 1564h-103l39 246h436l-329 -2055h-436z" />
<glyph unicode="^" horiz-adv-x="867" d="M96 729l423 727h245l134 -727h-250l-67 413v4l-6 1l-2 -5l-228 -413h-249z" />
<glyph unicode="_" horiz-adv-x="855" d="M-130 -251l50 251h844l-50 -251h-844z" />
<glyph unicode="`" horiz-adv-x="667" d="M237 1473l2 5h341l151 -266h-270z" />
<glyph unicode="a" horiz-adv-x="1020" d="M20 305q34 171 159.5 253.5t359.5 82.5h104l16 77q6 32 6 56q0 33 -11 53q-19 34 -76 34q-45 0 -74 -28t-39 -85l-323 1l-2 6q26 158 164.5 252.5t344.5 94.5q177 0 279 -102q75 -75 76 -193q0 -43 -10 -91l-81 -408q-20 -96 -20 -168q0 -68 14 -140l-330 1 q-8 27 -13 57.5t-6 63.5q-56 -66 -124.5 -104.5t-154.5 -38.5q-134 1 -211 91q-56 66 -56 160q0 35 8 75zM357 323q-4 -17 -4 -31q0 -27 14 -45q21 -27 63 -27q38 0 76 18.5t66 47.5l35 175h-101q-62 0 -100 -39.5t-49 -98.5z" />
<glyph unicode="b" d="M4 0l312 1560h334l-111 -554q48 46 102.5 71t114.5 25q182 0 264 -166q51 -103 51 -239q0 -83 -19 -178l-4 -21q-54 -264 -167 -391.5t-310 -127.5q-78 0 -139 33t-99 95l-39 -107h-290zM393 278q16 -21 46 -30t77 -9q83 0 127.5 63.5t71.5 195.5l4 21q23 118 23 193 q0 26 -3 48q-11 82 -97 82q-44 0 -84 -27t-72 -75z" />
<glyph unicode="c" horiz-adv-x="983" d="M58 529l3 23q40 252 187.5 401t379.5 149q188 0 288 -116q75 -86 74 -217q0 -45 -9 -96l-3 -5h-306q5 32 5 59q1 41 -11 69q-18 46 -79 46q-79 0 -126 -80t-67 -210l-3 -23q-12 -77 -13 -134q0 -48 10 -82q20 -74 105 -74q57 0 89.5 37t44.5 109h304l2 -6 q-26 -185 -159.5 -292.5t-321.5 -107.5q-222 1 -328 155q-77 113 -77 271q0 59 11 124z" />
<glyph unicode="d" d="M70 538l4 21q53 270 172.5 406.5t310.5 136.5q65 0 120 -30t95 -84l114 572h334l-312 -1560h-289l2 109q-57 -63 -121 -96.5t-131 -33.5q-175 0 -261 161q-56 104 -55 239q0 74 17 159zM390 316q15 -76 95 -77q41 0 82 26t75 72l89 448q-16 29 -45.5 43t-71.5 14 q-73 0 -126.5 -76.5t-78.5 -206.5l-4 -21q-20 -97 -20 -164q0 -32 5 -58z" />
<glyph unicode="e" horiz-adv-x="1021" d="M76 505l6 38q40 257 184 409q143 151 370 150h3q199 0 299 -133q74 -98 73 -247q0 -52 -9 -110l-28 -177h-565l-2 -5q-1 -9 -1 -18q0 -72 37 -120q41 -52 128 -53q83 0 141 15.5t145 51.5l45 -206q-74 -52 -185.5 -86.5t-232.5 -34.5q-216 0 -330 151q-86 115 -87 271 q0 50 9 104zM440 651l3 -5h238l5 26q5 34 5 61q0 42 -12 67q-20 42 -81 42t-99.5 -52t-58.5 -139z" />
<glyph unicode="f" horiz-adv-x="708" d="M70 0l169 848h-142l46 234h143l23 112q39 198 162.5 292.5t323.5 94.5q34 0 72.5 -6t81.5 -15l-74 -249q-24 5 -43.5 7.5t-47.5 2.5q-52 0 -90.5 -33.5t-49.5 -93.5l-23 -112h190l-46 -234h-191l-169 -848h-335z" />
<glyph unicode="g" horiz-adv-x="1082" d="M-13 -352l104 250q61 -32 121 -47.5t139 -15.5q86 0 148.5 57t82.5 152l5 27q-50 -45 -104.5 -68.5t-114.5 -23.5q-174 0 -260 161q-54 103 -54 237q0 76 17 161l4 21q53 270 172 406.5t309 136.5q75 0 135 -35.5t98 -99.5l42 115h293l-208 -1040q-46 -231 -209.5 -355 t-407.5 -124q-74 0 -159 23.5t-153 61.5zM389 316q15 -77 95 -77q44 0 83 22.5t71 64.5l93 467q-15 25 -44.5 37t-73.5 12q-73 0 -126.5 -76.5t-78.5 -206.5l-4 -21q-20 -97 -20 -164q0 -33 5 -58z" />
<glyph unicode="h" d="M-6 0l312 1560h334l-119 -596q58 67 128 102.5t147 35.5q148 0 218 -119q42 -71 42 -185q0 -78 -20 -176l-124 -622h-334l125 624q14 71 14 117q-1 39 -11 59q-22 42 -92 42q-38 0 -70 -13.5t-58 -38.5l-158 -790h-334z" />
<glyph unicode="i" horiz-adv-x="541" d="M18 0l216 1082h335l-216 -1082h-335zM285 1333l45 227h335l-45 -227h-335z" />
<glyph unicode="j" horiz-adv-x="527" d="M-268 -420l64 255q27 -6 45 -9t47 -3q47 0 81 42t50 120l219 1097h335l-219 -1097q-44 -216 -165 -319t-309 -103q-38 0 -74.5 4t-73.5 13zM283 1334l45 226h336l-45 -226h-336z" />
<glyph unicode="k" horiz-adv-x="1061" d="M4 0l312 1560h334l-175 -875h36l276 397h375l3 -5l-398 -481l236 -596h-380l-156 430h-43l-86 -430h-334z" />
<glyph unicode="l" horiz-adv-x="541" d="M18 0l312 1560h335l-312 -1560h-335z" />
<glyph unicode="m" horiz-adv-x="1645" d="M5 0l216 1082h314l-14 -130q61 73 139 111.5t171 38.5q83 0 142 -42.5t79 -127.5q62 83 143.5 126.5t180.5 43.5q138 0 204 -110q40 -66 40 -174q0 -71 -18 -159l-132 -659h-336l132 659q12 61 12 100q0 32 -8 48q-18 35 -76 35q-38 0 -73 -17t-64 -47q-2 -14 -4.5 -28 t-4.5 -28l-144 -722h-334l132 659q12 61 12 100q0 32 -8 48q-18 35 -78 35q-35 0 -69 -16.5t-64 -46.5l-156 -779h-334z" />
<glyph unicode="n" d="M-2 0l216 1082h314l-17 -140q64 77 144 118.5t168 41.5q137 0 204 -105q40 -63 41 -169q0 -69 -18 -157l-134 -671h-334l134 672q9 44 9 75q0 39 -14 59q-25 36 -92 36q-36 0 -70 -16.5t-62 -45.5l-156 -780h-333z" />
<glyph unicode="o" d="M65 530l3 21q40 253 191 402t387 149q224 0 332 -155q80 -115 81 -277q0 -57 -10 -119l-3 -21q-41 -254 -192 -402.5t-385 -148.5q-225 1 -334 155q-80 114 -80 275q0 57 10 121zM398 314q22 -74 112 -75q82 0 131 78.5t71 212.5l3 21q11 69 11 123t-11 92 q-22 76 -110 76q-83 0 -133 -80.5t-70 -210.5l-3 -21q-12 -73 -12 -129q0 -51 11 -87z" />
<glyph unicode="p" d="M-79 -416l299 1498h313l-9 -91q51 53 109.5 82t122.5 29q175 0 260 -168q54 -107 54 -245q0 -80 -18 -170l-4 -21q-53 -260 -170 -389.5t-307 -129.5q-68 0 -123.5 25.5t-93.5 74.5l-99 -495h-334zM393 277q16 -20 46.5 -29t77.5 -9q74 0 123 66.5t75 192.5l4 21 q19 99 19 170q0 37 -5 67q-15 86 -90 86q-44 0 -84.5 -27.5t-73.5 -76.5z" />
<glyph unicode="q" d="M70 538l4 21q53 270 172.5 406.5t310.5 136.5q73 0 132 -38t98 -105l49 123h289l-299 -1498h-334l99 496q-51 -49 -107 -75t-115 -26q-174 0 -261 161q-55 104 -55 239q0 74 17 159zM390 316q15 -77 95 -77q44 0 83.5 23t71.5 66l93 464q-15 25 -44.5 37.5t-74.5 12.5 q-73 0 -126.5 -76.5t-78.5 -206.5l-4 -21q-20 -97 -20 -164q0 -33 5 -58z" />
<glyph unicode="r" horiz-adv-x="719" d="M4 0l216 1082h315l-18 -138l5 -3q42 78 99.5 119.5t124.5 41.5q21 0 45.5 -3.5t40.5 -8.5l-93 -306l-119 1q-46 0 -81 -19t-59 -54l-142 -712h-334z" />
<glyph unicode="s" horiz-adv-x="987" d="M24 341l2 6h303q-3 -20 -2 -38q0 -49 22 -73q31 -34 104 -34q55 0 90 27t43 75q1 6 1 12q0 34 -30 60q-35 31 -139 56q-169 37 -247 115q-61 61 -61 156q0 27 5 57q23 148 151 245t323 97q196 0 305 -98q86 -77 86 -187q0 -29 -6 -61l-2 -6h-326q3 21 3 39q0 37 -14 59 q-21 32 -82 32q-41 0 -77.5 -29.5t-43.5 -73.5q-1 -8 -1 -15q1 -34 27 -58q32 -30 141 -54q179 -38 255 -116q59 -60 59 -158q0 -29 -5 -62q-25 -152 -160 -243.5t-339 -91.5q-198 0 -305 113q-85 90 -85 195q0 27 5 54z" />
<glyph unicode="t" horiz-adv-x="707" d="M94 848l46 234h138l54 269h333l-54 -269h165l-46 -234h-166l-99 -496q-5 -27 -5 -47q0 -25 8 -39q16 -24 52 -23q28 0 45.5 2t45.5 8l-27 -250q-56 -13 -99.5 -18.5t-102.5 -5.5q-150 0 -220 91q-45 58 -44 157q0 55 14 123l99 498h-137z" />
<glyph unicode="u" d="M80 422l132 660h333l-132 -662q-10 -48 -10 -83t10 -56q20 -42 76 -42q43 0 81 14.5t70 43.5l156 785h334l-216 -1082h-291l4 116q-61 -68 -136.5 -102.5t-164.5 -34.5q-147 0 -219 110q-44 68 -44 178q0 69 17 155z" />
<glyph unicode="v" horiz-adv-x="995" d="M105 1082h352l20 -636l1 -100l6 -1l33 101l222 636h351l-496 -1082h-339z" />
<glyph unicode="w" horiz-adv-x="1387" d="M151 1082h308l-17 -581l6 -1l270 582h209l39 -578l6 -1l214 579h308l-448 -1082h-282l-46 538l-6 1l-263 -539h-281z" />
<glyph unicode="x" horiz-adv-x="995" d="M-64 0l385 547l-203 535h372l57 -317l6 -1l164 318h374l-373 -535l209 -547h-374l-65 327l-6 1l-172 -328h-374z" />
<glyph unicode="y" horiz-adv-x="995" d="M-79 -411l89 241q11 -3 17 -4.5t16 -1.5q68 0 109.5 24.5t64.5 69.5l37 68l-126 1096h355l15 -585l6 -1l271 586h356l-645 -1243q-72 -121 -162.5 -198.5t-252.5 -77.5q-40 0 -67.5 6t-82.5 20z" />
<glyph unicode="z" horiz-adv-x="995" d="M-21 0l38 188l564 629l-2 5h-417l52 260h835l-36 -182l-568 -635l2 -5h444l-52 -260h-860z" />
<glyph unicode="{" horiz-adv-x="629" d="M51 505l14 88l22 139q70 0 115 52t61 145l32 203q28 177 123.5 293.5t289.5 171.5l33 -176q-67 -29 -103 -102.5t-54 -186.5l-32 -203q-18 -109 -74.5 -189t-153.5 -124q80 -48 112 -128t16 -179l-32 -203q-19 -117 -7 -188.5t72 -100.5l-91 -177q-174 55 -232.5 175 t-30.5 291l32 203q15 96 -11.5 146t-100.5 50z" />
<glyph unicode="|" horiz-adv-x="505" d="M51 -270l276 1726h181l-276 -1726h-181z" />
<glyph unicode="}" horiz-adv-x="629" d="M-53 -183q66 29 102 102.5t55 186.5l32 203q17 108 74 188t155 125q-81 46 -113.5 126t-15.5 181l32 203q18 117 5.5 188.5t-70.5 100.5l91 176q173 -55 231 -174.5t31 -290.5l-32 -203q-17 -97 10.5 -147t102.5 -50l-26 -165h-1l-9 -62q-72 0 -117.5 -52.5t-59.5 -143.5 l-32 -203q-29 -177 -124 -294t-288 -172z" />
<glyph unicode="~" horiz-adv-x="1206" d="M88 435q29 182 128 291.5t231 109.5q71 0 138 -33t121 -96q32 -43 58 -61t61 -18q36 0 72 50.5t48 121.5l222 -31q-30 -182 -129.5 -292t-230.5 -110q-74 0 -136.5 31t-120.5 99q-36 43 -61 61t-62 18q-36 0 -71 -50.5t-46 -120.5z" />
<glyph unicode="&#xa1;" horiz-adv-x="597" d="M-26 -374l188 940h336l-188 -940h-336zM211 799l56 283h332l-56 -283h-332z" />
<glyph unicode="&#xa2;" horiz-adv-x="1142" d="M108 529l3 23q37 233 167 379t334 168l45 219h196l-47 -233q129 -37 191.5 -145.5t37.5 -271.5h-313q12 82 -6.5 128t-78.5 46q-79 0 -126 -80t-67 -210l-3 -23q-23 -142 -3.5 -216t105.5 -74q57 0 89.5 37t44.5 109h305l2 -6q-23 -162 -131.5 -267t-266.5 -127l-46 -230 h-196l47 236q-167 38 -242 184.5t-41 353.5z" />
<glyph unicode="&#xa3;" horiz-adv-x="1157" d="M77 0l52 260h9q44 12 79 86t52 157l11 72h-147l52 260h138l30 186q45 227 183 341.5t340 114.5q197 0 297 -117.5t59 -302.5l-2 -5h-328q18 91 -6 128t-73 37q-43 0 -80 -51.5t-55 -144.5l-28 -186h290l-52 -260h-278l-8 -51q-16 -77 -61 -144t-116 -120h636l-52 -260 h-942z" />
<glyph unicode="&#xa4;" horiz-adv-x="1302" d="M5 118l159 142q-32 76 -40 164t12 184q21 107 64.5 200.5t105.5 169.5l-101 142l167 144l98 -137q79 52 166.5 79.5t178.5 27.5q82 0 157 -31t135 -88l165 150l110 -145l-172 -155q33 -78 42 -168.5t-10 -188.5q-21 -102 -61 -191.5t-96 -162.5l97 -136l-168 -145 l-90 126q-82 -58 -174 -88.5t-186 -30.5q-87 0 -164.5 33t-136.5 95l-149 -134zM318 608q-40 -196 42.5 -315.5t242.5 -119.5q144 0 282.5 127t175.5 308q38 195 -45 314.5t-240 119.5q-146 0 -284.5 -127t-173.5 -307z" />
<glyph unicode="&#xa5;" horiz-adv-x="1184" d="M92 222l41 210h292l20 100h-291l41 210h225l-195 714h362l99 -552l6 -1l321 553h362l-481 -714h189l-41 -210h-264l-20 -100h263l-41 -210h-263l-45 -222h-333l45 222h-292z" />
<glyph unicode="&#xa6;" horiz-adv-x="506" d="M-27 -270l159 795h288l-159 -795h-288zM167 698l151 758h288l-151 -758h-288z" />
<glyph unicode="&#xa7;" horiz-adv-x="1225" d="M7 -31l2 6h326q-19 -94 24.5 -125.5t130.5 -31.5q75 0 126 33t63 87q11 60 -29.5 93t-170.5 78q-217 64 -309 157t-58 262q18 93 67.5 161t128.5 111q-55 51 -73.5 121.5t1.5 168.5q37 187 191.5 287t388.5 100q219 0 336 -112.5t74 -307.5l-3 -6h-325q15 77 -18.5 121.5 t-115.5 44.5q-80 0 -130.5 -35.5t-61.5 -89.5q-14 -67 22.5 -98t174.5 -74q220 -62 312 -156.5t58 -263.5q-20 -95 -69 -162t-124 -109q52 -52 69.5 -122t-1.5 -168q-39 -192 -190.5 -287t-386.5 -95q-211 0 -344 99t-86 313zM453 568q-16 -75 18 -108.5t170 -83.5 q-136 42 -31.5 9.5t122.5 -38.5q27 21 45 50t26 65q13 66 -27.5 103.5t-169.5 86.5q-27 8 -49 15.5t-41 15.5q-25 -22 -41 -51t-22 -64z" />
<glyph unicode="&#xa8;" horiz-adv-x="1070" d="M272 1252l33 204h281l-33 -204h-281zM754 1252l33 204h281l-33 -204h-281z" />
<glyph unicode="&#xa9;" horiz-adv-x="1501" d="M128 729q52 327 276.5 537t503.5 210q263 0 426.5 -218t114.5 -529q-53 -328 -278 -539t-502 -211q-265 0 -428.5 218.5t-112.5 531.5zM246 729q-45 -274 84 -449.5t359 -175.5q216 0 407 182t234 443q43 273 -85.5 447.5t-356.5 174.5q-218 0 -409.5 -181t-232.5 -441z M439 669l19 119q28 179 132 283t256 104q142 0 214.5 -80.5t45.5 -228.5l-2 -5h-145q15 97 -18.5 138t-116.5 41q-82 0 -139.5 -69.5t-75.5 -181.5l-19 -120q-20 -119 14.5 -185.5t120.5 -66.5q79 0 127 42t63 137h143l2 -6q-21 -156 -114 -232t-243 -76q-144 0 -218 107.5 t-46 279.5z" />
<glyph unicode="&#xaa;" horiz-adv-x="851" d="M202 920q23 117 112 174t244 57h122l10 51q13 66 -5.5 96.5t-70.5 30.5q-55 0 -93.5 -26.5t-47.5 -72.5l-158 13l-2 6q16 104 106 166t224 62q118 0 181 -72.5t37 -203.5l-63 -314q-11 -53 -13.5 -95t1.5 -86h-173q-3 21 -3 45t3 49q-41 -47 -98 -77.5t-128 -30.5 q-103 0 -154.5 62.5t-30.5 165.5zM374 924q-10 -46 11 -67t74 -21q41 0 97 30t79 64l21 104h-120q-62 0 -108 -33t-54 -77z" />
<glyph unicode="&#xab;" horiz-adv-x="1001" d="M65 507l1 6l3 13l330 390h201l-291 -400l131 -399h-201zM468 507l1 6l3 13l330 390h201l-291 -400l131 -399h-201z" />
<glyph unicode="&#xac;" horiz-adv-x="1057" d="M163 634l34 171h780l-16 -77h1l-19 -94l-52 -260h-196l52 260h-584z" />
<glyph unicode="&#xad;" horiz-adv-x="889" d="M167 497l53 261h568l-53 -261h-568z" />
<glyph unicode="&#xae;" horiz-adv-x="1501" d="M129 729q52 327 276.5 537t502.5 210q264 0 427.5 -218t114.5 -529q-53 -328 -278.5 -539t-502.5 -211q-265 0 -428 218.5t-112 531.5zM247 729q-45 -274 84 -449.5t358 -175.5q216 0 407 182t234 443q43 273 -85.5 447.5t-356.5 174.5q-218 0 -409 -181t-232 -441z M444 316l136 850h265q135 0 208.5 -69.5t53.5 -194.5q-10 -59 -42 -101t-87 -71q46 -32 61 -87t4 -128l-9 -56q-7 -42 -8.5 -74t4.5 -53l-2 -16h-151q-5 22 -0.5 63.5t11.5 80.5l8 54q12 74 -13 106.5t-95 32.5h-143l-53 -337h-148zM667 787h113q66 0 118.5 30.5t61.5 85.5 q12 75 -18 102.5t-119 27.5h-117z" />
<glyph unicode="&#xaf;" horiz-adv-x="1018" d="M296 1285l27 173h690l-27 -173h-690z" />
<glyph unicode="&#xb0;" horiz-adv-x="768" d="M273 1197q25 122 118 201.5t204 79.5q99 0 161 -84t40 -197q-25 -123 -115 -200t-198 -77q-103 0 -168 81.5t-42 195.5zM424 1197q-11 -56 15.5 -90t74.5 -34q42 0 81.5 35.5t50.5 88.5q11 57 -12.5 92.5t-69.5 35.5q-44 0 -87 -37.5t-53 -90.5z" />
<glyph unicode="&#xb1;" horiz-adv-x="1038" d="M40 1l52 264h775l-52 -264h-775zM130 723l43 271h280l54 339h289l-54 -339h283l-43 -271h-284l-58 -368h-289l58 368h-279z" />
<glyph unicode="&#xb2;" horiz-adv-x="810" d="M160 667l33 167l340 247q60 46 79.5 77t28.5 73q7 37 -6.5 59.5t-53.5 22.5q-39 0 -66.5 -29t-36.5 -75h-214l-2 6q18 117 116.5 190.5t243.5 73.5q131 0 198 -66.5t45 -182.5q-19 -90 -83.5 -151.5t-212.5 -165.5l-88 -73l2 -6h308l-33 -167h-598z" />
<glyph unicode="&#xb3;" horiz-adv-x="798" d="M182 900l2 6h217q-9 -44 11 -64t73 -20q39 0 70.5 21.5t39.5 63.5q9 47 -15.5 72.5t-81.5 25.5h-93l9 45l10 49l8 40h93q49 0 80 23.5t40 66.5q7 37 -9 60t-58 23q-40 0 -66.5 -21t-31.5 -48h-215l-2 6q17 112 112 170.5t228 58.5q136 0 214.5 -60.5t57.5 -168.5 q-12 -59 -54 -104t-104 -69q59 -25 85.5 -72.5t13.5 -112.5q-25 -120 -118 -178t-243 -58q-138 0 -220 66t-53 179z" />
<glyph unicode="&#xb4;" horiz-adv-x="736" d="M223 1217l227 261h341l2 -6l-304 -260h-264z" />
<glyph unicode="&#xb5;" horiz-adv-x="1245" d="M-43 -416l299 1498h334l-127 -637q-23 -125 2 -163.5t100 -38.5q52 0 95 23.5t77 67.5l150 748h333l-216 -1082h-314l5 40q-44 -31 -94 -46t-104 -15q-34 0 -64.5 8.5t-56.5 23.5l-85 -427h-334z" />
<glyph unicode="&#xb6;" horiz-adv-x="1057" d="M171 988q43 220 187 344t364 124h409l-291 -1456h-335l104 520h-74q-203 0 -304 132t-60 336z" />
<glyph unicode="&#xb7;" horiz-adv-x="634" d="M174 539l57 284h330l-57 -284h-330z" />
<glyph unicode="&#xb8;" horiz-adv-x="545" d="M-40 -465l29 179q31 0 54 19t31 58q7 40 -16 54.5t-88 18.5l58 146h253l-22 -61q55 -11 85.5 -52.5t15.5 -120.5q-25 -121 -126 -183.5t-269 -60.5z" />
<glyph unicode="&#xb9;" horiz-adv-x="556" d="M275 665l124 619h-116l34 170l344 23l-162 -812h-224z" />
<glyph unicode="&#xba;" horiz-adv-x="884" d="M232 1025l23 117q32 157 136.5 246t254.5 89q139 0 213.5 -95t45.5 -240l-23 -117q-32 -158 -136 -246t-255 -88q-139 0 -213.5 94.5t-45.5 239.5zM403 1025q-18 -90 11 -139t106 -49q68 0 121 52.5t70 135.5l23 117q17 88 -12 137.5t-105 49.5q-70 0 -122.5 -53 t-68.5 -134z" />
<glyph unicode="&#xbb;" horiz-adv-x="1001" d="M-4 151l291 399l-131 400h202l173 -390l-2 -6h1l-3 -13l-329 -390h-202zM411 151l291 399l-131 400h202l173 -390l-2 -6h1l-3 -13l-329 -390h-202z" />
<glyph unicode="&#xbc;" horiz-adv-x="1344" d="M141 196l889 1138l138 -79l-889 -1138zM249 664l124 619h-116l34 170l344 23l-162 -812h-224zM583 134l11 137l498 530h226l-100 -499h77l-33 -168h-77l-27 -134h-226l27 134h-376zM830 307l2 -5h160l46 229l-6 2l-13 -15z" />
<glyph unicode="&#xbd;" horiz-adv-x="1382" d="M130 196l889 1138l138 -79l-889 -1138zM226 664l124 619h-116l34 170l344 23l-162 -812h-224zM651 0l33 167l340 247q60 46 79.5 77t28.5 73q7 37 -6.5 59.5t-53.5 22.5q-39 0 -66.5 -29t-36.5 -75h-214l-2 6q18 117 116.5 190.5t243.5 73.5q131 0 198 -66.5t45 -182.5 q-19 -90 -83.5 -151.5t-212.5 -165.5l-88 -73l2 -6h308l-33 -167h-598z" />
<glyph unicode="&#xbe;" horiz-adv-x="1559" d="M157 901l2 6h217q-9 -44 11 -64t73 -20q39 0 70.5 21.5t39.5 63.5q9 47 -15.5 72.5t-81.5 25.5h-93l9 45l10 49l8 40h93q49 0 80 23.5t40 66.5q7 37 -9 60t-58 23q-40 0 -66.5 -21t-31.5 -48h-215l-2 6q17 112 112 170.5t228 58.5q136 0 214.5 -60.5t57.5 -168.5 q-12 -59 -54 -104t-104 -69q59 -25 85.5 -72.5t13.5 -112.5q-25 -120 -118 -178t-243 -58q-138 0 -220 66t-53 179zM357 196l889 1138l138 -79l-889 -1138zM753 134l11 137l498 530h226l-100 -499h77l-33 -168h-77l-27 -134h-226l27 134h-376zM1000 307l2 -5h160l46 229 l-6 2l-13 -15z" />
<glyph unicode="&#xbf;" horiz-adv-x="993" d="M-22 49q26 132 114 232t211 163q67 41 98 90t48 132h327l3 -5q-27 -136 -87.5 -204.5t-202.5 -160.5q-69 -43 -115.5 -105t-61.5 -142q-19 -89 10.5 -136.5t105.5 -47.5q52 0 101.5 42t68.5 121h325l2 -6q-41 -208 -190.5 -312.5t-358.5 -104.5q-213 0 -325 122t-73 322z M481 812l54 270h330l-54 -270h-330z" />
<glyph unicode="&#xc0;" horiz-adv-x="1224" d="M-75 0l723 1456h358l142 -1456h-336l-19 283h-402l-131 -283h-335zM511 543h265l-32 487l-6 1zM520 1820l2 5h341l151 -266h-270z" />
<glyph unicode="&#xc1;" horiz-adv-x="1224" d="M-75 0l723 1456h358l142 -1456h-336l-19 283h-402l-131 -283h-335zM511 543h265l-32 487l-6 1zM671 1566l227 261h341l2 -6l-304 -260h-264z" />
<glyph unicode="&#xc2;" horiz-adv-x="1224" d="M-75 0l723 1456h358l142 -1456h-336l-19 283h-402l-131 -283h-335zM462 1587l6 26l334 240h187l241 -244l-5 -22h-260l-98 126l-149 -126h-256zM511 543h265l-32 487l-6 1z" />
<glyph unicode="&#xc3;" horiz-adv-x="1224" d="M-75 0l723 1456h358l142 -1456h-336l-19 283h-402l-131 -283h-335zM488 1652q16 97 82 165t152 68q49 0 138.5 -41.5t138.5 -41.5q27 0 53.5 32t34.5 78l166 -51q-16 -99 -82.5 -166t-152.5 -67q-61 0 -145 42t-133 42q-28 0 -53.5 -32.5t-32.5 -77.5zM511 543h265 l-32 487l-6 1z" />
<glyph unicode="&#xc4;" horiz-adv-x="1224" d="M-75 0l723 1456h358l142 -1456h-336l-19 283h-402l-131 -283h-335zM462 1601l33 204h281l-33 -204h-281zM511 543h265l-32 487l-6 1zM944 1601l33 204h281l-33 -204h-281z" />
<glyph unicode="&#xc5;" horiz-adv-x="1224" d="M-75 0l723 1456h358l142 -1456h-336l-19 283h-402l-131 -283h-335zM511 543h265l-32 487l-6 1zM670 1741q16 86 85 139.5t158 53.5q79 0 129.5 -56.5t34.5 -136.5q-18 -88 -85.5 -138.5t-154.5 -50.5q-82 0 -133 54.5t-34 134.5zM787 1741q-9 -45 10 -69.5t59 -24.5 q35 0 64.5 26t38.5 68q8 46 -9.5 71t-55.5 25q-37 0 -68 -27t-39 -69z" />
<glyph unicode="&#xc6;" horiz-adv-x="1809" d="M-67 0l964 1456h985l-53 -264h-502l-50 -316h413l-53 -264h-403l-56 -348h522l-53 -264h-844l53 329h-334l-204 -329h-385zM690 599h209l71 440l-6 2z" />
<glyph unicode="&#xc7;" horiz-adv-x="1233" d="M105 576l61 304q57 286 221.5 441.5t407.5 155.5q248 0 381.5 -144t100.5 -391l-2 -5h-327q24 140 -18 210t-165 70q-92 0 -163.5 -92.5t-101.5 -242.5l-61 -306q-33 -162 9.5 -249.5t154.5 -87.5q102 0 164 67t94 205h325l3 -6q-61 -260 -208 -393t-397 -133 q-241 0 -386 169.5t-93 427.5zM337 -465l29 179q31 0 54 19t31 58q7 40 -16 54.5t-88 18.5l58 146h253l-22 -61q55 -11 85.5 -52.5t15.5 -120.5q-25 -121 -126 -183.5t-269 -60.5z" />
<glyph unicode="&#xc8;" horiz-adv-x="1093" d="M20 0l291 1456h952l-52 -260h-617l-63 -313h521l-52 -260h-521l-72 -363h615l-52 -260h-950zM464 1820l2 5h341l151 -266h-270z" />
<glyph unicode="&#xc9;" horiz-adv-x="1093" d="M20 0l291 1456h952l-52 -260h-617l-63 -313h521l-52 -260h-521l-72 -363h615l-52 -260h-950zM615 1566l227 261h341l2 -6l-304 -260h-264z" />
<glyph unicode="&#xca;" horiz-adv-x="1093" d="M20 0l291 1456h952l-52 -260h-617l-63 -313h521l-52 -260h-521l-72 -363h615l-52 -260h-950zM406 1587l6 26l334 240h187l241 -244l-5 -22h-260l-98 126l-149 -126h-256z" />
<glyph unicode="&#xcb;" horiz-adv-x="1093" d="M20 0l291 1456h952l-52 -260h-617l-63 -313h521l-52 -260h-521l-72 -363h615l-52 -260h-950zM406 1601l33 204h281l-33 -204h-281zM888 1601l33 204h281l-33 -204h-281z" />
<glyph unicode="&#xcc;" horiz-adv-x="584" d="M40 0l291 1456h333l-291 -1456h-333zM204 1820l2 5h341l151 -266h-270z" />
<glyph unicode="&#xcd;" horiz-adv-x="584" d="M40 0l291 1456h333l-291 -1456h-333zM353 1566l227 261h341l2 -6l-304 -260h-264z" />
<glyph unicode="&#xce;" horiz-adv-x="584" d="M40 0l291 1456h333l-291 -1456h-333zM146 1587l6 26l334 240h187l241 -244l-5 -22h-260l-98 126l-149 -126h-256z" />
<glyph unicode="&#xcf;" horiz-adv-x="584" d="M40 0l291 1456h333l-291 -1456h-333zM146 1601l33 204h281l-33 -204h-281zM628 1601l33 204h281l-33 -204h-281z" />
<glyph unicode="&#xd0;" horiz-adv-x="1284" d="M50 0l129 647h-109l38 191h109l124 618h461q227 0 377.5 -176t99.5 -431l-53 -262q-56 -283 -227.5 -435t-413.5 -152h-535zM437 260h177q108 0 177 86t100 241l53 264q31 158 -30.5 251.5t-186.5 93.5h-103l-72 -358h201l-38 -191h-201z" />
<glyph unicode="&#xd1;" horiz-adv-x="1353" d="M20 0l291 1456h335l288 -894l6 1l179 893h334l-291 -1456h-334l-288 894l-6 -1l-179 -893h-335zM555 1652q16 97 82 165t152 68q49 0 138.5 -41.5t138.5 -41.5q27 0 53.5 32t34.5 78l166 -51q-16 -99 -82.5 -166t-152.5 -67q-61 0 -145 42t-133 42q-28 0 -53.5 -32.5 t-32.5 -77.5z" />
<glyph unicode="&#xd2;" horiz-adv-x="1315" d="M111 597l53 262q58 290 232 454t433 164q244 0 395 -179.5t100 -438.5l-53 -262q-58 -289 -236.5 -453.5t-437.5 -164.5q-244 0 -391 178.5t-95 439.5zM444 597q-33 -164 23.5 -261t181.5 -97q107 0 182 99t107 259l53 264q32 160 -29.5 258t-184.5 98q-109 0 -178.5 -97 t-101.5 -259zM574 1841l2 5h341l151 -266h-270z" />
<glyph unicode="&#xd3;" horiz-adv-x="1315" d="M111 597l53 262q58 290 232 454t433 164q244 0 395 -179.5t100 -438.5l-53 -262q-58 -289 -236.5 -453.5t-437.5 -164.5q-244 0 -391 178.5t-95 439.5zM444 597q-33 -164 23.5 -261t181.5 -97q107 0 182 99t107 259l53 264q32 160 -29.5 258t-184.5 98q-109 0 -178.5 -97 t-101.5 -259zM725 1587l227 261h341l2 -6l-304 -260h-264z" />
<glyph unicode="&#xd4;" horiz-adv-x="1315" d="M111 597l53 262q58 290 232 454t433 164q244 0 395 -179.5t100 -438.5l-53 -262q-58 -289 -236.5 -453.5t-437.5 -164.5q-244 0 -391 178.5t-95 439.5zM444 597q-33 -164 23.5 -261t181.5 -97q107 0 182 99t107 259l53 264q32 160 -29.5 258t-184.5 98q-109 0 -178.5 -97 t-101.5 -259zM516 1608l6 26l334 240h187l241 -244l-5 -22h-260l-98 126l-149 -126h-256z" />
<glyph unicode="&#xd5;" horiz-adv-x="1315" d="M111 597l53 262q58 290 232 454t433 164q244 0 395 -179.5t100 -438.5l-53 -262q-58 -289 -236.5 -453.5t-437.5 -164.5q-244 0 -391 178.5t-95 439.5zM444 597q-33 -164 23.5 -261t181.5 -97q107 0 182 99t107 259l53 264q32 160 -29.5 258t-184.5 98q-109 0 -178.5 -97 t-101.5 -259zM542 1673q16 97 82 165t152 68q49 0 138.5 -41.5t138.5 -41.5q27 0 53.5 32t34.5 78l166 -51q-16 -99 -82.5 -166t-152.5 -67q-61 0 -145 42t-133 42q-28 0 -53.5 -32.5t-32.5 -77.5z" />
<glyph unicode="&#xd6;" horiz-adv-x="1315" d="M111 597l53 262q58 290 232 454t433 164q244 0 395 -179.5t100 -438.5l-53 -262q-58 -289 -236.5 -453.5t-437.5 -164.5q-244 0 -391 178.5t-95 439.5zM444 597q-33 -164 23.5 -261t181.5 -97q107 0 182 99t107 259l53 264q32 160 -29.5 258t-184.5 98q-109 0 -178.5 -97 t-101.5 -259zM516 1622l33 204h281l-33 -204h-281zM998 1622l33 204h281l-33 -204h-281z" />
<glyph unicode="&#xd7;" horiz-adv-x="1019" d="M42 381l339 304l-219 307l228 183l209 -294l327 294l153 -183l-341 -307l217 -304l-226 -183l-209 292l-324 -292z" />
<glyph unicode="&#xd8;" horiz-adv-x="1331" d="M99 -95l147 201q-88 85 -123 212.5t-4 278.5l53 262q57 285 248 451.5t455 166.5q88 0 165.5 -27t138.5 -77l106 145h135l-166 -225q61 -85 82 -196t-4 -238l-53 -262q-57 -286 -248 -452t-453 -166q-69 0 -130.5 15.5t-113.5 46.5l-100 -136h-135zM437.5 477.5 q-1.5 -53.5 10.5 -88.5l6 -2l536 730q-22 48 -64 74t-103 26q-112 0 -200 -101.5t-118 -254.5l-53 -264q-13 -66 -14.5 -119.5zM507 277q23 -19 53.5 -28.5t69.5 -9.5q109 0 197 102t119 256l53 264q5 28 8.5 52t3.5 39l-6 2z" />
<glyph unicode="&#xd9;" horiz-adv-x="1331" d="M114 502l191 954h335l-191 -954q-29 -143 18.5 -203t162.5 -60q105 0 180 65t101 198l191 954h335l-191 -954q-53 -266 -231 -394.5t-437 -128.5q-240 0 -376.5 139t-87.5 384zM575 1820l2 5h341l151 -266h-270z" />
<glyph unicode="&#xda;" horiz-adv-x="1331" d="M114 502l191 954h335l-191 -954q-29 -143 18.5 -203t162.5 -60q105 0 180 65t101 198l191 954h335l-191 -954q-53 -266 -231 -394.5t-437 -128.5q-240 0 -376.5 139t-87.5 384zM726 1566l227 261h341l2 -6l-304 -260h-264z" />
<glyph unicode="&#xdb;" horiz-adv-x="1331" d="M114 502l191 954h335l-191 -954q-29 -143 18.5 -203t162.5 -60q105 0 180 65t101 198l191 954h335l-191 -954q-53 -266 -231 -394.5t-437 -128.5q-240 0 -376.5 139t-87.5 384zM517 1587l6 26l334 240h187l241 -244l-5 -22h-260l-98 126l-149 -126h-256z" />
<glyph unicode="&#xdc;" horiz-adv-x="1331" d="M114 502l191 954h335l-191 -954q-29 -143 18.5 -203t162.5 -60q105 0 180 65t101 198l191 954h335l-191 -954q-53 -266 -231 -394.5t-437 -128.5q-240 0 -376.5 139t-87.5 384zM517 1601l33 204h281l-33 -204h-281zM999 1601l33 204h281l-33 -204h-281z" />
<glyph unicode="&#xdd;" horiz-adv-x="1234" d="M205 1456h361l131 -613l6 -1l377 614h362l-645 -941l-103 -515h-333l107 533zM688 1566l227 261h341l2 -6l-304 -260h-264z" />
<glyph unicode="&#xde;" horiz-adv-x="1191" d="M22 0l291 1456h335l-52 -258h173q234 0 355.5 -129t82.5 -331q-45 -220 -206 -340t-416 -120h-173l-55 -278h-335zM464 538h173q92 0 154.5 57t79.5 141q18 92 -18 147t-136 55h-170l-2 2z" />
<glyph unicode="&#xdf;" horiz-adv-x="1257" d="M43 0l222 1112q48 241 196 355t385 114q170 0 276.5 -102t71.5 -278q-23 -113 -83 -199.5t-75 -159.5q-10 -49 87 -187.5t69 -277.5q-43 -214 -170.5 -306t-360.5 -92q-69 0 -137.5 12.5t-99.5 35.5l109 256q29 -19 74.5 -31.5t108.5 -12.5q48 0 88.5 33.5t52.5 91.5 q14 73 -86 199t-72 264q21 106 82.5 196.5t76.5 163.5q11 56 -19 95.5t-79 39.5t-96 -60t-66 -156l-221 -1106h-334z" />
<glyph unicode="&#xe0;" horiz-adv-x="1020" d="M20 305q34 171 159.5 253.5t359.5 82.5h104l16 77q14 75 -5 109t-76 34q-45 0 -74 -28t-39 -85l-323 1l-2 6q26 158 164.5 252.5t344.5 94.5q177 0 279.5 -101.5t65.5 -284.5l-81 -408q-19 -93 -19.5 -163t13.5 -145l-330 1q-8 27 -13 57.5t-6 63.5 q-56 -66 -124.5 -104.5t-154.5 -38.5q-134 0 -211 90.5t-48 235.5zM353 1498l2 5h341l151 -266h-270zM357 323q-11 -49 10 -76t63 -27q38 0 76 18.5t66 47.5l35 175h-101q-62 0 -100 -39.5t-49 -98.5z" />
<glyph unicode="&#xe1;" horiz-adv-x="1020" d="M20 305q34 171 159.5 253.5t359.5 82.5h104l16 77q14 75 -5 109t-76 34q-45 0 -74 -28t-39 -85l-323 1l-2 6q26 158 164.5 252.5t344.5 94.5q177 0 279.5 -101.5t65.5 -284.5l-81 -408q-19 -93 -19.5 -163t13.5 -145l-330 1q-8 27 -13 57.5t-6 63.5 q-56 -66 -124.5 -104.5t-154.5 -38.5q-134 0 -211 90.5t-48 235.5zM357 323q-11 -49 10 -76t63 -27q38 0 76 18.5t66 47.5l35 175h-101q-62 0 -100 -39.5t-49 -98.5zM504 1244l227 261h341l2 -6l-304 -260h-264z" />
<glyph unicode="&#xe2;" horiz-adv-x="1020" d="M20 305q34 171 159.5 253.5t359.5 82.5h104l16 77q14 75 -5 109t-76 34q-45 0 -74 -28t-39 -85l-323 1l-2 6q26 158 164.5 252.5t344.5 94.5q177 0 279.5 -101.5t65.5 -284.5l-81 -408q-19 -93 -19.5 -163t13.5 -145l-330 1q-8 27 -13 57.5t-6 63.5 q-56 -66 -124.5 -104.5t-154.5 -38.5q-134 0 -211 90.5t-48 235.5zM295 1265l6 26l334 240h187l241 -244l-5 -22h-260l-98 126l-149 -126h-256zM357 323q-11 -49 10 -76t63 -27q38 0 76 18.5t66 47.5l35 175h-101q-62 0 -100 -39.5t-49 -98.5z" />
<glyph unicode="&#xe3;" horiz-adv-x="1020" d="M20 305q34 171 159.5 253.5t359.5 82.5h104l16 77q14 75 -5 109t-76 34q-45 0 -74 -28t-39 -85l-323 1l-2 6q26 158 164.5 252.5t344.5 94.5q177 0 279.5 -101.5t65.5 -284.5l-81 -408q-19 -93 -19.5 -163t13.5 -145l-330 1q-8 27 -13 57.5t-6 63.5 q-56 -66 -124.5 -104.5t-154.5 -38.5q-134 0 -211 90.5t-48 235.5zM321 1330q16 97 82 165t152 68q49 0 138.5 -41.5t138.5 -41.5q27 0 53.5 32t34.5 78l166 -51q-16 -99 -82.5 -166t-152.5 -67q-61 0 -145 42t-133 42q-28 0 -53.5 -32.5t-32.5 -77.5zM357 323 q-11 -49 10 -76t63 -27q38 0 76 18.5t66 47.5l35 175h-101q-62 0 -100 -39.5t-49 -98.5z" />
<glyph unicode="&#xe4;" horiz-adv-x="1020" d="M20 305q34 171 159.5 253.5t359.5 82.5h104l16 77q14 75 -5 109t-76 34q-45 0 -74 -28t-39 -85l-323 1l-2 6q26 158 164.5 252.5t344.5 94.5q177 0 279.5 -101.5t65.5 -284.5l-81 -408q-19 -93 -19.5 -163t13.5 -145l-330 1q-8 27 -13 57.5t-6 63.5 q-56 -66 -124.5 -104.5t-154.5 -38.5q-134 0 -211 90.5t-48 235.5zM295 1279l33 204h281l-33 -204h-281zM357 323q-11 -49 10 -76t63 -27q38 0 76 18.5t66 47.5l35 175h-101q-62 0 -100 -39.5t-49 -98.5zM777 1279l33 204h281l-33 -204h-281z" />
<glyph unicode="&#xe5;" horiz-adv-x="1020" d="M20 305q34 171 159.5 253.5t359.5 82.5h104l16 77q14 75 -5 109t-76 34q-45 0 -74 -28t-39 -85l-323 1l-2 6q26 158 164.5 252.5t344.5 94.5q177 0 279.5 -101.5t65.5 -284.5l-81 -408q-19 -93 -19.5 -163t13.5 -145l-330 1q-8 27 -13 57.5t-6 63.5 q-56 -66 -124.5 -104.5t-154.5 -38.5q-134 0 -211 90.5t-48 235.5zM357 323q-11 -49 10 -76t63 -27q38 0 76 18.5t66 47.5l35 175h-101q-62 0 -100 -39.5t-49 -98.5zM503 1419q16 86 85 139.5t158 53.5q79 0 129.5 -56.5t34.5 -136.5q-18 -88 -85.5 -138.5t-154.5 -50.5 q-82 0 -133 54.5t-34 134.5zM620 1419q-9 -45 10 -69.5t59 -24.5q35 0 64.5 26t38.5 68q8 46 -9.5 71t-55.5 25q-37 0 -68 -27t-39 -69z" />
<glyph unicode="&#xe6;" horiz-adv-x="1619" d="M19 324q34 169 172.5 250t382.5 81h138l9 46q14 70 -8.5 105.5t-76.5 35.5q-55 0 -96 -29.5t-49 -72.5l-319 18l-2 6q26 156 167.5 247t354.5 91q81 0 150.5 -21.5t119.5 -61.5q66 41 145 62t172 21q185 0 280.5 -134.5t51.5 -355.5l-35 -177h-567l-3 -5 q-15 -93 21.5 -142t135.5 -49q75 0 137.5 16.5t137.5 50.5l38 -206q-72 -51 -185.5 -86t-225.5 -35q-109 0 -193 37.5t-135 108.5q-70 -65 -168.5 -105.5t-219.5 -40.5q-179 0 -270 94.5t-60 250.5zM352 320q-12 -56 14 -82.5t93 -26.5q38 0 90.5 24t89.5 57l29 142v6t2 11 h-135q-69 0 -121 -39.5t-62 -91.5zM1050 651l3 -5h240l5 26q17 85 -1.5 127.5t-69.5 42.5q-69 0 -112 -50.5t-65 -140.5z" />
<glyph unicode="&#xe7;" horiz-adv-x="983" d="M58 529l3 23q40 252 187.5 401t379.5 149q187 0 287.5 -116t65.5 -313l-3 -5h-306q12 82 -6.5 128t-78.5 46q-79 0 -126 -80t-67 -210l-3 -23q-23 -142 -3.5 -216t105.5 -74q57 0 89.5 37t44.5 109h304l2 -6q-26 -185 -159.5 -292.5t-321.5 -107.5q-222 0 -327.5 154.5 t-66.5 395.5zM267 -465l29 179q31 0 54 19t31 58q7 40 -16 54.5t-88 18.5l58 146h253l-22 -61q55 -11 85.5 -52.5t15.5 -120.5q-25 -121 -126 -183.5t-269 -60.5z" />
<glyph unicode="&#xe8;" horiz-adv-x="1021" d="M76 505l6 38q41 257 184.5 408.5t372.5 150.5q199 0 298.5 -133t64.5 -357l-28 -177h-565l-2 -5q-5 -86 36 -138.5t128 -52.5q83 0 141 15.5t145 51.5l45 -206q-74 -52 -185.5 -86.5t-232.5 -34.5q-217 0 -330.5 151t-77.5 375zM316 1499l2 5h341l151 -266h-270zM440 651 l3 -5h238l5 26q13 86 -7 128t-81 42t-99.5 -52t-58.5 -139z" />
<glyph unicode="&#xe9;" horiz-adv-x="1021" d="M76 505l6 38q41 257 184.5 408.5t372.5 150.5q199 0 298.5 -133t64.5 -357l-28 -177h-565l-2 -5q-5 -86 36 -138.5t128 -52.5q83 0 141 15.5t145 51.5l45 -206q-74 -52 -185.5 -86.5t-232.5 -34.5q-217 0 -330.5 151t-77.5 375zM440 651l3 -5h238l5 26q13 86 -7 128 t-81 42t-99.5 -52t-58.5 -139zM467 1245l227 261h341l2 -6l-304 -260h-264z" />
<glyph unicode="&#xea;" horiz-adv-x="1021" d="M76 505l6 38q41 257 184.5 408.5t372.5 150.5q199 0 298.5 -133t64.5 -357l-28 -177h-565l-2 -5q-5 -86 36 -138.5t128 -52.5q83 0 141 15.5t145 51.5l45 -206q-74 -52 -185.5 -86.5t-232.5 -34.5q-217 0 -330.5 151t-77.5 375zM260 1266l6 26l334 240h187l241 -244 l-5 -22h-260l-98 126l-149 -126h-256zM440 651l3 -5h238l5 26q13 86 -7 128t-81 42t-99.5 -52t-58.5 -139z" />
<glyph unicode="&#xeb;" horiz-adv-x="1021" d="M76 505l6 38q41 257 184.5 408.5t372.5 150.5q199 0 298.5 -133t64.5 -357l-28 -177h-565l-2 -5q-5 -86 36 -138.5t128 -52.5q83 0 141 15.5t145 51.5l45 -206q-74 -52 -185.5 -86.5t-232.5 -34.5q-217 0 -330.5 151t-77.5 375zM260 1280l33 204h281l-33 -204h-281z M440 651l3 -5h238l5 26q13 86 -7 128t-81 42t-99.5 -52t-58.5 -139zM742 1280l33 204h281l-33 -204h-281z" />
<glyph unicode="&#xec;" horiz-adv-x="566" d="M30 0l216 1082h336l-216 -1082h-336zM128 1477l2 5h341l151 -266h-270z" />
<glyph unicode="&#xed;" horiz-adv-x="566" d="M30 0l216 1082h336l-216 -1082h-336zM277 1223l227 261h341l2 -6l-304 -260h-264z" />
<glyph unicode="&#xee;" horiz-adv-x="566" d="M30 0l216 1082h336l-216 -1082h-336zM70 1246l6 26l334 240h187l241 -244l-5 -22h-260l-98 126l-149 -126h-256z" />
<glyph unicode="&#xef;" horiz-adv-x="566" d="M30 0l216 1082h336l-216 -1082h-336zM70 1258l33 204h281l-33 -204h-281zM552 1258l33 204h281l-33 -204h-281z" />
<glyph unicode="&#xf0;" horiz-adv-x="1153" d="M42 468q47 240 193.5 366.5t376.5 126.5q64 0 120 -20.5t96 -56.5l5 5q-3 71 -24.5 130.5t-57.5 105.5l-220 -115l-52 118l169 88q-27 16 -57.5 30t-64.5 27l153 244q80 -20 149.5 -55t128.5 -84l201 106l51 -118l-162 -85q83 -115 111 -269t-8 -336l-12 -63 q-60 -298 -245.5 -466t-421.5 -168q-219 0 -345 142.5t-84 346.5zM376 468q-22 -107 18.5 -168t132.5 -61q89 0 166.5 106t110.5 268l7 38q-23 31 -68.5 50t-109.5 19q-97 0 -165.5 -68t-91.5 -184z" />
<glyph unicode="&#xf1;" d="M-2 0l216 1082h314l-17 -140q64 77 144 118.5t168 41.5q137 0 204 -105t23 -326l-134 -671h-334l134 672q20 99 -5 134.5t-92 35.5q-36 0 -70 -16.5t-62 -45.5l-156 -780h-333zM356 1330q16 97 82 165t152 68q49 0 138.5 -41.5t138.5 -41.5q27 0 53.5 32t34.5 78l166 -51 q-16 -99 -82.5 -166t-152.5 -67q-61 0 -145 42t-133 42q-28 0 -53.5 -32.5t-32.5 -77.5z" />
<glyph unicode="&#xf2;" d="M65 530l3 21q40 253 191 402t387 149q224 0 332.5 -155t70.5 -396l-3 -21q-41 -254 -192 -402.5t-385 -148.5q-225 0 -334 154.5t-70 396.5zM349 1498l2 5h341l151 -266h-270zM397.5 313.5q22.5 -74.5 112.5 -74.5q82 0 131 78.5t71 212.5l3 21q22 138 0 214.5t-110 76.5 q-83 0 -133 -80.5t-70 -210.5l-3 -21q-24 -142 -1.5 -216.5z" />
<glyph unicode="&#xf3;" d="M65 530l3 21q40 253 191 402t387 149q224 0 332.5 -155t70.5 -396l-3 -21q-41 -254 -192 -402.5t-385 -148.5q-225 0 -334 154.5t-70 396.5zM397.5 313.5q22.5 -74.5 112.5 -74.5q82 0 131 78.5t71 212.5l3 21q22 138 0 214.5t-110 76.5q-83 0 -133 -80.5t-70 -210.5 l-3 -21q-24 -142 -1.5 -216.5zM500 1244l227 261h341l2 -6l-304 -260h-264z" />
<glyph unicode="&#xf4;" d="M65 530l3 21q40 253 191 402t387 149q224 0 332.5 -155t70.5 -396l-3 -21q-41 -254 -192 -402.5t-385 -148.5q-225 0 -334 154.5t-70 396.5zM291 1265l6 26l334 240h187l241 -244l-5 -22h-260l-98 126l-149 -126h-256zM397.5 313.5q22.5 -74.5 112.5 -74.5q82 0 131 78.5 t71 212.5l3 21q22 138 0 214.5t-110 76.5q-83 0 -133 -80.5t-70 -210.5l-3 -21q-24 -142 -1.5 -216.5z" />
<glyph unicode="&#xf5;" d="M65 530l3 21q40 253 191 402t387 149q224 0 332.5 -155t70.5 -396l-3 -21q-41 -254 -192 -402.5t-385 -148.5q-225 0 -334 154.5t-70 396.5zM317 1330q16 97 82 165t152 68q49 0 138.5 -41.5t138.5 -41.5q27 0 53.5 32t34.5 78l166 -51q-16 -99 -82.5 -166t-152.5 -67 q-61 0 -145 42t-133 42q-28 0 -53.5 -32.5t-32.5 -77.5zM397.5 313.5q22.5 -74.5 112.5 -74.5q82 0 131 78.5t71 212.5l3 21q22 138 0 214.5t-110 76.5q-83 0 -133 -80.5t-70 -210.5l-3 -21q-24 -142 -1.5 -216.5z" />
<glyph unicode="&#xf6;" d="M65 530l3 21q40 253 191 402t387 149q224 0 332.5 -155t70.5 -396l-3 -21q-41 -254 -192 -402.5t-385 -148.5q-225 0 -334 154.5t-70 396.5zM291 1279l33 204h281l-33 -204h-281zM397.5 313.5q22.5 -74.5 112.5 -74.5q82 0 131 78.5t71 212.5l3 21q22 138 0 214.5 t-110 76.5q-83 0 -133 -80.5t-70 -210.5l-3 -21q-24 -142 -1.5 -216.5zM773 1279l33 204h281l-33 -204h-281z" />
<glyph unicode="&#xf7;" horiz-adv-x="1095" d="M87 563l48 244h974l-48 -244h-974zM328 158l49 246h332l-49 -246h-332zM488 961l49 245h332l-49 -245h-332z" />
<glyph unicode="&#xf8;" horiz-adv-x="1084" d="M34 -145l147 226q-79 73 -109.5 189.5t-6.5 259.5l3 21q40 253 191 402t387 149q49 0 94 -8.5t85 -24.5l98 150h173l-151 -231q71 -75 98 -188t6 -249l-3 -21q-41 -254 -192 -402.5t-385 -148.5q-45 0 -86.5 7t-78.5 20l-98 -151h-172zM387 408l6 -2l275 421 q-13 7 -29 11t-34 4q-83 0 -133 -80.5t-70 -210.5l-3 -21q-7 -40 -10 -71.5t-2 -50.5zM461 246q10 -4 22 -5.5t27 -1.5q82 0 131 78.5t71 212.5l3 21q4 27 7 50.5t3 37.5l-6 2z" />
<glyph unicode="&#xf9;" d="M80 422l132 660h333l-132 -662q-20 -97 0 -139t76 -42q43 0 81 14.5t70 43.5l156 785h334l-216 -1082h-291l4 116q-61 -68 -136.5 -102.5t-164.5 -34.5q-147 0 -219 110t-27 333zM381 1477l2 5h341l151 -266h-270z" />
<glyph unicode="&#xfa;" d="M80 422l132 660h333l-132 -662q-20 -97 0 -139t76 -42q43 0 81 14.5t70 43.5l156 785h334l-216 -1082h-291l4 116q-61 -68 -136.5 -102.5t-164.5 -34.5q-147 0 -219 110t-27 333zM532 1223l227 261h341l2 -6l-304 -260h-264z" />
<glyph unicode="&#xfb;" d="M80 422l132 660h333l-132 -662q-20 -97 0 -139t76 -42q43 0 81 14.5t70 43.5l156 785h334l-216 -1082h-291l4 116q-61 -68 -136.5 -102.5t-164.5 -34.5q-147 0 -219 110t-27 333zM323 1246l6 26l334 240h187l241 -244l-5 -22h-260l-98 126l-149 -126h-256z" />
<glyph unicode="&#xfc;" d="M80 422l132 660h333l-132 -662q-20 -97 0 -139t76 -42q43 0 81 14.5t70 43.5l156 785h334l-216 -1082h-291l4 116q-61 -68 -136.5 -102.5t-164.5 -34.5q-147 0 -219 110t-27 333zM323 1258l33 204h281l-33 -204h-281zM805 1258l33 204h281l-33 -204h-281z" />
<glyph unicode="&#xfd;" horiz-adv-x="995" d="M-79 -411l89 241q11 -3 17 -4.5t16 -1.5q68 0 109.5 24.5t64.5 69.5l37 68l-126 1096h355l15 -585l6 -1l271 586h356l-645 -1243q-72 -121 -162.5 -198.5t-252.5 -77.5q-40 0 -67.5 6t-82.5 20zM490 1223l227 261h341l2 -6l-304 -260h-264z" />
<glyph unicode="&#xfe;" horiz-adv-x="1081" d="M-80 -416l83 416l16 83l200 999l96 478h335l-111 -553q48 45 102.5 70t113.5 25q175 0 260 -168t36 -415l-4 -21q-53 -260 -170 -389.5t-307 -129.5q-68 0 -123 25t-94 74l-15 -78h-1l-83 -416h-334zM393 276q16 -20 45.5 -28.5t77.5 -8.5q74 0 123 66.5t75 192.5l4 21 q29 150 14 236.5t-90 86.5q-44 0 -84 -27.5t-73 -75.5z" />
<glyph unicode="&#xff;" horiz-adv-x="995" d="M-79 -411l89 241q11 -3 17 -4.5t16 -1.5q68 0 109.5 24.5t64.5 69.5l37 68l-126 1096h355l15 -585l6 -1l271 586h356l-645 -1243q-72 -121 -162.5 -198.5t-252.5 -77.5q-40 0 -67.5 6t-82.5 20zM281 1258l33 204h281l-33 -204h-281zM763 1258l33 204h281l-33 -204h-281z " />
<glyph unicode="&#x152;" horiz-adv-x="1874" d="M120 576l61 304q56 282 248.5 439.5t461.5 157.5q59 0 127 -6t136 -15h864l-52 -260h-617l-63 -313h521l-52 -260h-521l-72 -363h615l-52 -260h-862q-87 -10 -147.5 -15.5t-121.5 -5.5q-247 0 -386.5 168.5t-87.5 428.5zM453 576q-35 -176 16.5 -256.5t176.5 -80.5 q41 0 87 3t92 10l190 951q-46 6 -89.5 10t-86.5 4q-114 0 -203.5 -87t-121.5 -248z" />
<glyph unicode="&#x153;" horiz-adv-x="1720" d="M95 530l4 21q52 260 207 405.5t391 145.5q92 0 166.5 -30.5t126.5 -85.5q69 57 155 86.5t188 29.5q193 0 290.5 -134t52.5 -356l-35 -177h-563l-3 -5q-8 -88 30.5 -139.5t126.5 -51.5q81 0 140.5 15.5t146.5 51.5l37 -206q-75 -52 -188.5 -86.5t-233.5 -34.5 q-92 0 -167.5 31t-127.5 89q-74 -59 -165.5 -89.5t-198.5 -30.5q-218 0 -323 155.5t-57 395.5zM418.5 312q19.5 -73 108.5 -73q80 0 133.5 79.5t80.5 211.5l4 21q28 141 8.5 216t-108.5 75q-80 0 -133.5 -81t-79.5 -210l-4 -21q-29 -145 -9.5 -218zM1118 651l2 -5h238l5 26 q18 88 -1 129t-81 41q-58 0 -99 -52.5t-64 -138.5z" />
<glyph unicode="&#x178;" horiz-adv-x="1234" d="M205 1456h361l131 -613l6 -1l377 614h362l-645 -941l-103 -515h-333l107 533zM479 1601l33 204h281l-33 -204h-281zM961 1601l33 204h281l-33 -204h-281z" />
<glyph unicode="&#x2c6;" horiz-adv-x="987" d="M279 1252l6 26l334 240h187l241 -244l-5 -22h-260l-98 126l-149 -126h-256z" />
<glyph unicode="&#x2dc;" horiz-adv-x="940" d="M244 1271q16 97 82 165t152 68q49 0 138.5 -41.5t138.5 -41.5q27 0 53.5 32t34.5 78l166 -51q-16 -99 -82.5 -166t-152.5 -67q-61 0 -145 42t-133 42q-28 0 -53.5 -32.5t-32.5 -77.5z" />
<glyph unicode="&#x2000;" horiz-adv-x="967" />
<glyph unicode="&#x2001;" horiz-adv-x="1934" />
<glyph unicode="&#x2002;" horiz-adv-x="967" />
<glyph unicode="&#x2003;" horiz-adv-x="1934" />
<glyph unicode="&#x2004;" horiz-adv-x="644" />
<glyph unicode="&#x2005;" horiz-adv-x="483" />
<glyph unicode="&#x2006;" horiz-adv-x="322" />
<glyph unicode="&#x2007;" horiz-adv-x="322" />
<glyph unicode="&#x2008;" horiz-adv-x="241" />
<glyph unicode="&#x2009;" horiz-adv-x="386" />
<glyph unicode="&#x200a;" horiz-adv-x="107" />
<glyph unicode="&#x2010;" horiz-adv-x="889" d="M167 497l53 261h568l-53 -261h-568z" />
<glyph unicode="&#x2011;" horiz-adv-x="889" d="M167 497l53 261h568l-53 -261h-568z" />
<glyph unicode="&#x2012;" horiz-adv-x="889" d="M167 497l53 261h568l-53 -261h-568z" />
<glyph unicode="&#x2013;" horiz-adv-x="1323" d="M194 578l68 264h1007l-68 -264h-1007z" />
<glyph unicode="&#x2014;" horiz-adv-x="1568" d="M176 578l83 264h1240l-83 -264h-1240z" />
<glyph unicode="&#x2018;" horiz-adv-x="386" d="M151 1016l39 195l227 349h163l-125 -343l-40 -201h-264z" />
<glyph unicode="&#x2019;" horiz-adv-x="386" d="M162 1016l125 351l39 193h265l-39 -194l-227 -350h-163z" />
<glyph unicode="&#x201a;" horiz-adv-x="388" d="M-105 -266l111 269l61 306h265l-59 -292l-191 -283h-187z" />
<glyph unicode="&#x201c;" horiz-adv-x="714" d="M151 1016l39 195l227 349h163l-125 -343l-40 -201h-264zM478 1016l39 195l227 349h163l-125 -343l-40 -201h-264z" />
<glyph unicode="&#x201d;" horiz-adv-x="722" d="M153 1016l125 351l39 193h265l-39 -194l-227 -350h-163zM486 1016l125 351l39 193h265l-39 -194l-227 -350h-163z" />
<glyph unicode="&#x201e;" horiz-adv-x="709" d="M-95 -216l104 236l58 288h242l-55 -275l-208 -249h-141zM249 -216l106 244l56 280h242l-55 -275l-208 -249h-141z" />
<glyph unicode="&#x2022;" horiz-adv-x="723" d="M184 706l22 107q22 113 100 177t189 64q104 0 159.5 -68t35.5 -173l-22 -107q-23 -114 -99.5 -176t-189.5 -62q-103 0 -159.5 67t-35.5 171z" />
<glyph unicode="&#x2026;" horiz-adv-x="1509" d="M52 0l57 284h331l-57 -284h-331zM514 0l57 284h331l-57 -284h-331zM977 0l57 284h331l-57 -284h-331z" />
<glyph unicode="&#x202f;" horiz-adv-x="386" />
<glyph unicode="&#x2039;" horiz-adv-x="618" d="M128 541l1 6l3 13l330 390h201l-291 -400l131 -399h-201z" />
<glyph unicode="&#x203a;" horiz-adv-x="588" d="M19 151l291 399l-131 400h202l173 -390l-2 -6h1l-3 -13l-329 -390h-202z" />
<glyph unicode="&#x205f;" horiz-adv-x="483" />
<glyph unicode="&#x20ac;" horiz-adv-x="1066" d="M71 442l39 210h133l24 115h-133l45 210h132l3 13q42 222 211.5 354.5t410.5 132.5q52 0 107.5 -8.5t114.5 -22.5l-74 -264q-46 16 -96.5 25.5t-103.5 9.5q-86 0 -152.5 -68t-81.5 -157l-3 -15h355l-45 -210h-354l-25 -115h355l-39 -210h-354l-3 -14q-20 -89 19 -139 t135 -50q50 0 105 8.5t106 24.5l-31 -262q-58 -15 -116 -23t-116 -8q-222 0 -349.5 131.5t-87.5 317.5l3 14h-134z" />
<glyph unicode="&#x2122;" horiz-adv-x="1221" d="M274 1340l23 116h379l-23 -116h-110l-85 -423h-164l85 423h-105zM628 913l108 543h175l18 -345l6 -1l155 346h170l-108 -543h-143l45 225l-6 2l-116 -227h-79l-27 241h-6l-48 -241h-144z" />
<glyph unicode="&#xe000;" horiz-adv-x="1080" d="M0 0v1080h1080v-1080h-1080z" />
<glyph unicode="&#xfb02;" horiz-adv-x="1249" d="M70 0l169 848h-142l46 234h143l23 112q39 198 162.5 292.5t323.5 94.5q34 0 72.5 -6t81.5 -15l-74 -249q-24 5 -43.5 7.5t-47.5 2.5q-52 0 -90.5 -33.5t-49.5 -93.5l-23 -112h190l-46 -234h-191l-169 -848h-335zM726 0l312 1560h335l-312 -1560h-335z" />
<glyph unicode="&#xfb03;" horiz-adv-x="1945" d="M70 0l169 848h-142l46 234h143l23 112q39 198 162.5 292.5t323.5 94.5q34 0 72.5 -6t81.5 -15l-74 -249q-24 5 -43.5 7.5t-47.5 2.5q-52 0 -90.5 -33.5t-49.5 -93.5l-23 -112h190l-46 -234h-191l-169 -848h-335zM783 0l169 848h-143l46 234h144l11 52q46 230 192 338.5 t386 108.5q74 0 153.5 -15.5t168.5 -42.5l-100 -266q-72 22 -125.5 33t-132.5 11t-136 -44t-72 -123l-11 -52h192l-46 -234h-193l-169 -848h-334zM1422 0l216 1082h335l-216 -1082h-335z" />
<glyph unicode="&#xfb04;" horiz-adv-x="1957" d="M70 0l169 848h-142l46 234h143l23 112q39 198 162.5 292.5t323.5 94.5q34 0 72.5 -6t81.5 -15l-74 -249q-24 5 -43.5 7.5t-47.5 2.5q-52 0 -90.5 -33.5t-49.5 -93.5l-23 -112h190l-46 -234h-191l-169 -848h-335zM778 0l169 848h-142l46 234h143l23 112 q39 198 162.5 292.5t323.5 94.5q34 0 72.5 -6t81.5 -15l-74 -249q-24 5 -43.5 7.5t-47.5 2.5q-52 0 -90.5 -33.5t-49.5 -93.5l-23 -112h190l-46 -234h-191l-169 -848h-335zM1434 0l312 1560h335l-312 -1560h-335z" />
<hkern u1="&#x22;" u2="w" k="-11" />
<hkern u1="&#x27;" u2="w" k="-11" />
<hkern u1="&#x28;" u2="&#x178;" k="-22" />
<hkern u1="&#x28;" u2="&#xdd;" k="-22" />
<hkern u1="&#x28;" u2="Y" k="-22" />
<hkern u1="&#x28;" u2="W" k="-38" />
<hkern u1="&#x28;" u2="V" k="-20" />
<hkern u1="&#x2f;" u2="&#x2f;" k="248" />
<hkern u1="A" u2="w" k="33" />
<hkern u1="A" u2="t" k="17" />
<hkern u1="A" u2="&#x3f;" k="81" />
<hkern u1="C" u2="&#x7d;" k="17" />
<hkern u1="C" u2="]" k="12" />
<hkern u1="C" u2="&#x29;" k="26" />
<hkern u1="D" u2="&#xc6;" k="33" />
<hkern u1="E" u2="w" k="22" />
<hkern u1="E" u2="f" k="18" />
<hkern u1="F" u2="&#x2026;" k="274" />
<hkern u1="F" u2="&#x201e;" k="274" />
<hkern u1="F" u2="&#x201a;" k="274" />
<hkern u1="F" u2="&#x153;" k="21" />
<hkern u1="F" u2="&#xff;" k="24" />
<hkern u1="F" u2="&#xfd;" k="24" />
<hkern u1="F" u2="&#xfc;" k="22" />
<hkern u1="F" u2="&#xfb;" k="22" />
<hkern u1="F" u2="&#xfa;" k="22" />
<hkern u1="F" u2="&#xf9;" k="22" />
<hkern u1="F" u2="&#xf6;" k="21" />
<hkern u1="F" u2="&#xf5;" k="21" />
<hkern u1="F" u2="&#xf4;" k="21" />
<hkern u1="F" u2="&#xf3;" k="21" />
<hkern u1="F" u2="&#xf2;" k="21" />
<hkern u1="F" u2="&#xeb;" k="21" />
<hkern u1="F" u2="&#xea;" k="21" />
<hkern u1="F" u2="&#xe9;" k="21" />
<hkern u1="F" u2="&#xe8;" k="21" />
<hkern u1="F" u2="&#xe7;" k="21" />
<hkern u1="F" u2="&#xe5;" k="34" />
<hkern u1="F" u2="&#xe4;" k="34" />
<hkern u1="F" u2="&#xe3;" k="34" />
<hkern u1="F" u2="&#xe2;" k="34" />
<hkern u1="F" u2="&#xe1;" k="34" />
<hkern u1="F" u2="&#xe0;" k="34" />
<hkern u1="F" u2="&#xc5;" k="59" />
<hkern u1="F" u2="&#xc4;" k="59" />
<hkern u1="F" u2="&#xc3;" k="59" />
<hkern u1="F" u2="&#xc2;" k="59" />
<hkern u1="F" u2="&#xc1;" k="59" />
<hkern u1="F" u2="&#xc0;" k="59" />
<hkern u1="F" u2="y" k="24" />
<hkern u1="F" u2="v" k="24" />
<hkern u1="F" u2="u" k="22" />
<hkern u1="F" u2="r" k="26" />
<hkern u1="F" u2="q" k="21" />
<hkern u1="F" u2="o" k="21" />
<hkern u1="F" u2="g" k="21" />
<hkern u1="F" u2="e" k="21" />
<hkern u1="F" u2="d" k="21" />
<hkern u1="F" u2="c" k="21" />
<hkern u1="F" u2="a" k="34" />
<hkern u1="F" u2="T" k="-20" />
<hkern u1="F" u2="J" k="208" />
<hkern u1="F" u2="A" k="59" />
<hkern u1="F" u2="&#x2e;" k="274" />
<hkern u1="F" u2="&#x2c;" k="274" />
<hkern u1="K" u2="w" k="63" />
<hkern u1="L" u2="w" k="52" />
<hkern u1="O" u2="&#xc6;" k="33" />
<hkern u1="P" u2="&#xc6;" k="297" />
<hkern u1="P" u2="t" k="-14" />
<hkern u1="Q" u2="&#x178;" k="35" />
<hkern u1="Q" u2="&#xdd;" k="35" />
<hkern u1="Q" u2="Y" k="35" />
<hkern u1="Q" u2="W" k="20" />
<hkern u1="Q" u2="V" k="28" />
<hkern u1="Q" u2="T" k="33" />
<hkern u1="R" u2="&#x178;" k="48" />
<hkern u1="R" u2="&#xdd;" k="48" />
<hkern u1="R" u2="Y" k="48" />
<hkern u1="R" u2="V" k="19" />
<hkern u1="R" u2="T" k="50" />
<hkern u1="T" u2="&#xf8;" k="95" />
<hkern u1="T" u2="&#xe6;" k="84" />
<hkern u1="T" u2="&#xc6;" k="189" />
<hkern u1="T" u2="&#xbb;" k="146" />
<hkern u1="T" u2="&#xab;" k="148" />
<hkern u1="T" u2="w" k="47" />
<hkern u1="T" u2="r" k="65" />
<hkern u1="V" u2="&#x7d;" k="-19" />
<hkern u1="V" u2="r" k="30" />
<hkern u1="V" u2="]" k="-17" />
<hkern u1="V" u2="&#x29;" k="-20" />
<hkern u1="W" u2="&#x7d;" k="-14" />
<hkern u1="W" u2="r" k="21" />
<hkern u1="W" u2="]" k="-12" />
<hkern u1="W" u2="&#x29;" k="-15" />
<hkern u1="Y" u2="&#x2022;" k="45" />
<hkern u1="Y" u2="&#xf8;" k="64" />
<hkern u1="Y" u2="&#xe6;" k="63" />
<hkern u1="Y" u2="&#xc6;" k="96" />
<hkern u1="Y" u2="&#xbb;" k="51" />
<hkern u1="Y" u2="&#xab;" k="82" />
<hkern u1="Y" u2="&#x7d;" k="-19" />
<hkern u1="Y" u2="t" k="22" />
<hkern u1="Y" u2="r" k="40" />
<hkern u1="Y" u2="f" k="22" />
<hkern u1="Y" u2="]" k="-18" />
<hkern u1="Y" u2="&#x2a;" k="49" />
<hkern u1="Y" u2="&#x29;" k="-20" />
<hkern u1="Y" u2="&#x26;" k="30" />
<hkern u1="Z" u2="w" k="27" />
<hkern u1="[" u2="&#xdc;" k="18" />
<hkern u1="[" u2="&#xdb;" k="18" />
<hkern u1="[" u2="&#xda;" k="18" />
<hkern u1="[" u2="&#xd9;" k="18" />
<hkern u1="[" u2="U" k="18" />
<hkern u1="[" u2="J" k="18" />
<hkern u1="f" u2="&#x201d;" k="-16" />
<hkern u1="f" u2="&#x201c;" k="-16" />
<hkern u1="f" u2="&#x2019;" k="-16" />
<hkern u1="f" u2="&#x2018;" k="-16" />
<hkern u1="f" u2="&#x153;" k="24" />
<hkern u1="f" u2="&#xeb;" k="24" />
<hkern u1="f" u2="&#xea;" k="24" />
<hkern u1="f" u2="&#xe9;" k="24" />
<hkern u1="f" u2="&#xe8;" k="24" />
<hkern u1="f" u2="&#xe7;" k="24" />
<hkern u1="f" u2="&#x7d;" k="-19" />
<hkern u1="f" u2="q" k="24" />
<hkern u1="f" u2="g" k="24" />
<hkern u1="f" u2="e" k="24" />
<hkern u1="f" u2="d" k="24" />
<hkern u1="f" u2="c" k="24" />
<hkern u1="f" u2="]" k="-18" />
<hkern u1="f" u2="&#x29;" k="-20" />
<hkern u1="f" u2="&#x27;" k="-16" />
<hkern u1="f" u2="&#x22;" k="-16" />
<hkern u1="k" u2="&#x153;" k="20" />
<hkern u1="k" u2="&#xeb;" k="20" />
<hkern u1="k" u2="&#xea;" k="20" />
<hkern u1="k" u2="&#xe9;" k="20" />
<hkern u1="k" u2="&#xe8;" k="20" />
<hkern u1="k" u2="&#xe7;" k="20" />
<hkern u1="k" u2="q" k="20" />
<hkern u1="k" u2="g" k="20" />
<hkern u1="k" u2="e" k="20" />
<hkern u1="k" u2="d" k="20" />
<hkern u1="k" u2="c" k="20" />
<hkern u1="r" u2="w" k="-17" />
<hkern u1="r" u2="t" k="-24" />
<hkern u1="r" u2="f" k="-20" />
<hkern u1="t" u2="&#xf6;" k="30" />
<hkern u1="t" u2="&#xf5;" k="30" />
<hkern u1="t" u2="&#xf4;" k="30" />
<hkern u1="t" u2="&#xf3;" k="30" />
<hkern u1="t" u2="&#xf2;" k="30" />
<hkern u1="t" u2="o" k="30" />
<hkern u1="v" u2="f" k="-13" />
<hkern u1="w" u2="&#x2026;" k="124" />
<hkern u1="w" u2="&#x201e;" k="124" />
<hkern u1="w" u2="&#x201a;" k="124" />
<hkern u1="w" u2="&#x2e;" k="124" />
<hkern u1="w" u2="&#x2c;" k="124" />
<hkern u1="y" u2="f" k="-13" />
<hkern u1="&#x7b;" u2="&#xdc;" k="20" />
<hkern u1="&#x7b;" u2="&#xdb;" k="20" />
<hkern u1="&#x7b;" u2="&#xda;" k="20" />
<hkern u1="&#x7b;" u2="&#xd9;" k="20" />
<hkern u1="&#x7b;" u2="U" k="20" />
<hkern u1="&#x7b;" u2="J" k="20" />
<hkern u1="&#xc0;" u2="w" k="33" />
<hkern u1="&#xc0;" u2="t" k="17" />
<hkern u1="&#xc0;" u2="&#x3f;" k="81" />
<hkern u1="&#xc1;" u2="w" k="33" />
<hkern u1="&#xc1;" u2="t" k="17" />
<hkern u1="&#xc1;" u2="&#x3f;" k="81" />
<hkern u1="&#xc2;" u2="w" k="33" />
<hkern u1="&#xc2;" u2="t" k="17" />
<hkern u1="&#xc2;" u2="&#x3f;" k="81" />
<hkern u1="&#xc3;" u2="w" k="33" />
<hkern u1="&#xc3;" u2="t" k="17" />
<hkern u1="&#xc3;" u2="&#x3f;" k="81" />
<hkern u1="&#xc4;" u2="w" k="33" />
<hkern u1="&#xc4;" u2="t" k="17" />
<hkern u1="&#xc4;" u2="&#x3f;" k="81" />
<hkern u1="&#xc5;" u2="w" k="33" />
<hkern u1="&#xc5;" u2="t" k="17" />
<hkern u1="&#xc5;" u2="&#x3f;" k="81" />
<hkern u1="&#xc7;" u2="&#x7d;" k="17" />
<hkern u1="&#xc7;" u2="]" k="12" />
<hkern u1="&#xc7;" u2="&#x29;" k="26" />
<hkern u1="&#xc8;" u2="w" k="22" />
<hkern u1="&#xc8;" u2="f" k="18" />
<hkern u1="&#xc9;" u2="w" k="22" />
<hkern u1="&#xc9;" u2="f" k="18" />
<hkern u1="&#xca;" u2="w" k="22" />
<hkern u1="&#xca;" u2="f" k="18" />
<hkern u1="&#xcb;" u2="w" k="22" />
<hkern u1="&#xcb;" u2="f" k="18" />
<hkern u1="&#xd0;" u2="&#xc6;" k="33" />
<hkern u1="&#xd2;" u2="&#xc6;" k="33" />
<hkern u1="&#xd3;" u2="&#xc6;" k="33" />
<hkern u1="&#xd4;" u2="&#xc6;" k="33" />
<hkern u1="&#xd5;" u2="&#xc6;" k="33" />
<hkern u1="&#xd6;" u2="&#xc6;" k="33" />
<hkern u1="&#xdd;" u2="&#x2022;" k="45" />
<hkern u1="&#xdd;" u2="&#xf8;" k="64" />
<hkern u1="&#xdd;" u2="&#xe6;" k="63" />
<hkern u1="&#xdd;" u2="&#xc6;" k="96" />
<hkern u1="&#xdd;" u2="&#xbb;" k="51" />
<hkern u1="&#xdd;" u2="&#xab;" k="82" />
<hkern u1="&#xdd;" u2="&#x7d;" k="-19" />
<hkern u1="&#xdd;" u2="t" k="22" />
<hkern u1="&#xdd;" u2="r" k="40" />
<hkern u1="&#xdd;" u2="f" k="22" />
<hkern u1="&#xdd;" u2="]" k="-18" />
<hkern u1="&#xdd;" u2="&#x2a;" k="49" />
<hkern u1="&#xdd;" u2="&#x29;" k="-20" />
<hkern u1="&#xdd;" u2="&#x26;" k="30" />
<hkern u1="&#xfd;" u2="f" k="-13" />
<hkern u1="&#xff;" u2="f" k="-13" />
<hkern u1="&#x178;" u2="&#x2022;" k="45" />
<hkern u1="&#x178;" u2="&#xf8;" k="64" />
<hkern u1="&#x178;" u2="&#xe6;" k="63" />
<hkern u1="&#x178;" u2="&#xc6;" k="96" />
<hkern u1="&#x178;" u2="&#xbb;" k="51" />
<hkern u1="&#x178;" u2="&#xab;" k="82" />
<hkern u1="&#x178;" u2="&#x7d;" k="-19" />
<hkern u1="&#x178;" u2="t" k="22" />
<hkern u1="&#x178;" u2="r" k="40" />
<hkern u1="&#x178;" u2="f" k="22" />
<hkern u1="&#x178;" u2="]" k="-18" />
<hkern u1="&#x178;" u2="&#x2a;" k="49" />
<hkern u1="&#x178;" u2="&#x29;" k="-20" />
<hkern u1="&#x178;" u2="&#x26;" k="30" />
<hkern u1="&#x2018;" u2="w" k="-11" />
<hkern u1="&#x2019;" u2="w" k="-11" />
<hkern u1="&#x201c;" u2="w" k="-11" />
<hkern u1="&#x201d;" u2="w" k="-11" />
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="285" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="120" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="m,n,p,ntilde" k="48" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="12" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="11" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="T" k="89" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="17" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="V" k="77" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="W" k="39" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="Y,Yacute,Ydieresis" k="150" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="u,ugrave,uacute,ucircumflex,udieresis" k="11" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="v,y,yacute,ydieresis" k="50" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="z" k="-12" />
<hkern g1="B" g2="T" k="27" />
<hkern g1="B" g2="V" k="24" />
<hkern g1="B" g2="Y,Yacute,Ydieresis" k="55" />
<hkern g1="C,Ccedilla" g2="T" k="29" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="21" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="T" k="27" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="V" k="22" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Y,Yacute,Ydieresis" k="43" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="122" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="X" k="22" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Z" k="23" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="19" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="T" k="-20" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="17" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="v,y,yacute,ydieresis" k="26" />
<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-18" />
<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="T" k="29" />
<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="Y,Yacute,Ydieresis" k="28" />
<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="X" k="-17" />
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="22" />
<hkern g1="K" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" />
<hkern g1="K" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="27" />
<hkern g1="K" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="31" />
<hkern g1="K" g2="u,ugrave,uacute,ucircumflex,udieresis" k="23" />
<hkern g1="K" g2="v,y,yacute,ydieresis" k="40" />
<hkern g1="K" g2="hyphen,uni00AD,endash,emdash" k="164" />
<hkern g1="L" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="258" />
<hkern g1="L" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-19" />
<hkern g1="L" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="25" />
<hkern g1="L" g2="T" k="205" />
<hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="24" />
<hkern g1="L" g2="V" k="206" />
<hkern g1="L" g2="W" k="93" />
<hkern g1="L" g2="Y,Yacute,Ydieresis" k="279" />
<hkern g1="L" g2="u,ugrave,uacute,ucircumflex,udieresis" k="14" />
<hkern g1="L" g2="v,y,yacute,ydieresis" k="123" />
<hkern g1="P" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="178" />
<hkern g1="P" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="11" />
<hkern g1="P" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" />
<hkern g1="P" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="13" />
<hkern g1="P" g2="v,y,yacute,ydieresis" k="-15" />
<hkern g1="P" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="404" />
<hkern g1="P" g2="X" k="51" />
<hkern g1="P" g2="Z" k="36" />
<hkern g1="P" g2="J" k="184" />
<hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="109" />
<hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="83" />
<hkern g1="T" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="89" />
<hkern g1="T" g2="m,n,p,ntilde" k="89" />
<hkern g1="T" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="79" />
<hkern g1="T" g2="s" k="76" />
<hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="28" />
<hkern g1="T" g2="T" k="-16" />
<hkern g1="T" g2="V" k="-16" />
<hkern g1="T" g2="W" k="-15" />
<hkern g1="T" g2="Y,Yacute,Ydieresis" k="-16" />
<hkern g1="T" g2="u,ugrave,uacute,ucircumflex,udieresis" k="65" />
<hkern g1="T" g2="v,y,yacute,ydieresis" k="82" />
<hkern g1="T" g2="z" k="60" />
<hkern g1="T" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="258" />
<hkern g1="T" g2="hyphen,uni00AD,endash,emdash" k="272" />
<hkern g1="T" g2="J" k="216" />
<hkern g1="T" g2="S" k="16" />
<hkern g1="T" g2="x" k="77" />
<hkern g1="V" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="75" />
<hkern g1="V" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="46" />
<hkern g1="V" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="44" />
<hkern g1="V" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="46" />
<hkern g1="V" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="13" />
<hkern g1="V" g2="u,ugrave,uacute,ucircumflex,udieresis" k="28" />
<hkern g1="V" g2="v,y,yacute,ydieresis" k="11" />
<hkern g1="V" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="215" />
<hkern g1="V" g2="hyphen,uni00AD,endash,emdash" k="157" />
<hkern g1="W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="43" />
<hkern g1="W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="33" />
<hkern g1="W" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="31" />
<hkern g1="W" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="31" />
<hkern g1="W" g2="T" k="-14" />
<hkern g1="W" g2="u,ugrave,uacute,ucircumflex,udieresis" k="19" />
<hkern g1="W" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="143" />
<hkern g1="W" g2="hyphen,uni00AD,endash,emdash" k="60" />
<hkern g1="X" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" />
<hkern g1="X" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="21" />
<hkern g1="X" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="25" />
<hkern g1="X" g2="V" k="-14" />
<hkern g1="X" g2="u,ugrave,uacute,ucircumflex,udieresis" k="21" />
<hkern g1="X" g2="v,y,yacute,ydieresis" k="31" />
<hkern g1="X" g2="hyphen,uni00AD,endash,emdash" k="156" />
<hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="150" />
<hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="63" />
<hkern g1="Y,Yacute,Ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="65" />
<hkern g1="Y,Yacute,Ydieresis" g2="m,n,p,ntilde" k="40" />
<hkern g1="Y,Yacute,Ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="65" />
<hkern g1="Y,Yacute,Ydieresis" g2="s" k="58" />
<hkern g1="Y,Yacute,Ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="29" />
<hkern g1="Y,Yacute,Ydieresis" g2="T" k="-17" />
<hkern g1="Y,Yacute,Ydieresis" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="96" />
<hkern g1="Y,Yacute,Ydieresis" g2="V" k="-18" />
<hkern g1="Y,Yacute,Ydieresis" g2="W" k="-17" />
<hkern g1="Y,Yacute,Ydieresis" g2="Y,Yacute,Ydieresis" k="-18" />
<hkern g1="Y,Yacute,Ydieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="39" />
<hkern g1="Y,Yacute,Ydieresis" g2="v,y,yacute,ydieresis" k="20" />
<hkern g1="Y,Yacute,Ydieresis" g2="z" k="30" />
<hkern g1="Y,Yacute,Ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="231" />
<hkern g1="Y,Yacute,Ydieresis" g2="X" k="-13" />
<hkern g1="Y,Yacute,Ydieresis" g2="hyphen,uni00AD,endash,emdash" k="152" />
<hkern g1="Y,Yacute,Ydieresis" g2="J" k="96" />
<hkern g1="Y,Yacute,Ydieresis" g2="S" k="16" />
<hkern g1="Y,Yacute,Ydieresis" g2="x" k="23" />
<hkern g1="Z" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-13" />
<hkern g1="Z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="21" />
<hkern g1="Z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="21" />
<hkern g1="Z" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="26" />
<hkern g1="Z" g2="u,ugrave,uacute,ucircumflex,udieresis" k="19" />
<hkern g1="Z" g2="v,y,yacute,ydieresis" k="27" />
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="17" />
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="v,y,yacute,ydieresis" k="15" />
<hkern g1="b,p,thorn" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="29" />
<hkern g1="b,p,thorn" g2="v,y,yacute,ydieresis" k="11" />
<hkern g1="b,p,thorn" g2="z" k="15" />
<hkern g1="b,p,thorn" g2="x" k="15" />
<hkern g1="c,ccedilla" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="11" />
<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="14" />
<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="v,y,yacute,ydieresis" k="13" />
<hkern g1="h,m,n,ntilde" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="16" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="20" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="v,y,yacute,ydieresis" k="15" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="z" k="16" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="x" k="21" />
<hkern g1="r" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-16" />
<hkern g1="r" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="20" />
<hkern g1="r" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" />
<hkern g1="r" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="20" />
<hkern g1="r" g2="v,y,yacute,ydieresis" k="-18" />
<hkern g1="r" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="173" />
<hkern g1="v,y,yacute,ydieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-15" />
<hkern g1="v,y,yacute,ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="15" />
<hkern g1="v,y,yacute,ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" />
<hkern g1="v,y,yacute,ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="15" />
<hkern g1="v,y,yacute,ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="167" />
<hkern g1="x" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="20" />
<hkern g1="x" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="40" />
<hkern g1="z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="16" />
<hkern g1="z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="16" />
</font>
</defs></svg>

Before

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

View File

@@ -1,593 +0,0 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata></metadata>
<defs>
<font id="robotobold" horiz-adv-x="1156" >
<font-face units-per-em="2048" ascent="1638" descent="-410" />
<missing-glyph horiz-adv-x="510" />
<glyph unicode="&#xfb01;" horiz-adv-x="1249" d="M20 877v205h161v74q0 204 124.5 314.5t350.5 110.5q78 0 154 -15.5t176 -44.5l-42 -230q-73 22 -132.5 34t-136.5 12q-101 0 -151.5 -46t-50.5 -135v-74h213v-205h-213v-877h-292v877h-161zM829 0v1082h292v-1082h-292z" />
<glyph horiz-adv-x="2048" />
<glyph horiz-adv-x="2048" />
<glyph unicode="&#xd;" horiz-adv-x="510" />
<glyph unicode=" " horiz-adv-x="510" />
<glyph unicode="&#x09;" horiz-adv-x="510" />
<glyph unicode="&#xa0;" horiz-adv-x="510" />
<glyph unicode="!" horiz-adv-x="557" d="M134 0v256h292v-256h-292zM134 502v954h292v-954h-292z" />
<glyph unicode="&#x22;" horiz-adv-x="656" d="M50 1039v524h230v-275l-102 -249h-128zM376 1039v524h230v-275l-102 -249h-128z" />
<glyph unicode="#" horiz-adv-x="1219" d="M48 410v169h256l51 290h-232v171h262l73 416h183l-73 -416h192l74 416h183l-73 -416h220v-171h-250l-51 -290h225v-169h-254l-72 -410h-184l72 410h-192l-71 -410h-184l72 410h-227zM488 579h191l51 290h-192z" />
<glyph unicode="$" horiz-adv-x="1175" d="M96 449l2 5h285q0 -134 61.5 -192t156.5 -58q91 0 139.5 48.5t48.5 130.5q0 81 -46.5 132t-159.5 95q-222 81 -329.5 180.5t-107.5 280.5q0 168 107.5 275.5t289.5 126.5v215h159v-217q176 -26 276.5 -147t98.5 -314l-3 -5h-285q0 118 -48.5 182t-132.5 64 q-86 0 -128 -49.5t-42 -131.5q0 -78 44.5 -126.5t163.5 -95.5q221 -87 327.5 -186t106.5 -277q0 -174 -107 -278t-291 -123v-198h-159v197q-187 19 -309 132.5t-118 333.5z" />
<glyph unicode="%" horiz-adv-x="1513" d="M95 1099v77q0 129 83.5 215t232.5 86q151 0 234 -85.5t83 -215.5v-77q0 -129 -83 -214t-232 -85q-150 0 -234 85t-84 214zM289 1099q0 -58 32 -97.5t92 -39.5q58 0 89.5 39.5t31.5 97.5v77q0 58 -32 98.5t-91 40.5t-90.5 -40.5t-31.5 -98.5v-77zM319 184l711 1138 l142 -75l-711 -1138zM791 280v77q0 128 84 214t233 86q150 0 233.5 -85.5t83.5 -214.5v-77q0 -130 -83 -215t-232 -85q-150 0 -234.5 85.5t-84.5 214.5zM985 280q0 -57 34.5 -97.5t90.5 -40.5q65 0 93 37.5t28 100.5v77q0 57 -32 97.5t-91 40.5q-60 0 -91.5 -40.5 t-31.5 -97.5v-77z" />
<glyph unicode="&#x26;" horiz-adv-x="1346" d="M61 392q0 118 65 203.5t198 178.5q-68 92 -101.5 168t-33.5 155q0 173 108 276.5t289 103.5q159 0 258.5 -98.5t99.5 -238.5q0 -98 -49 -179t-134 -142l-93 -66l276 -322q36 60 56 130t20 148h218q0 -138 -34 -254t-104 -206l208 -244l-2 -5h-324l-77 89 q-85 -55 -175 -82.5t-193 -27.5q-218 0 -347 114.5t-129 298.5zM353 407q0 -89 55 -146.5t144 -57.5q53 0 106 13.5t102 40.5l-300 348l-19 -13q-51 -48 -69.5 -93.5t-18.5 -91.5zM450 1100q0 -43 21.5 -88.5t64.5 -100.5l86 56q56 36 75.5 74t19.5 83q0 50 -36.5 89 t-95.5 39q-65 0 -100 -43.5t-35 -108.5z" />
<glyph unicode="'" horiz-adv-x="330" d="M50 1008v552h230v-269l-102 -283h-128z" />
<glyph unicode="(" horiz-adv-x="711" d="M124 570v22q0 392 152 665.5t344 354.5h6l53 -146q-131 -98 -220 -316t-89 -556v-26q0 -339 89 -556.5t220 -318.5l-53 -143h-6q-192 81 -344 354t-152 666z" />
<glyph unicode=")" horiz-adv-x="713" d="M31 -307q129 98 219 317t90 558v26q0 336 -91 556.5t-218 319.5l54 142h6q194 -80 352.5 -359t158.5 -661v-22q0 -383 -158.5 -661.5t-352.5 -358.5h-6z" />
<glyph unicode="*" horiz-adv-x="908" d="M27 1055l57 177l297 -123l-18 347h187l-19 -353l291 120l56 -180l-306 -89l200 -265l-152 -110l-174 290l-173 -281l-153 106l209 272z" />
<glyph unicode="+" horiz-adv-x="1117" d="M56 560v252h362v394h276v-394h360v-252h-360v-414h-276v414h-362z" />
<glyph unicode="," horiz-adv-x="528" d="M63 -302l70 324v228h284v-237l-159 -315h-195z" />
<glyph unicode="-" horiz-adv-x="801" d="M113 510v225h564v-225h-564z" />
<glyph unicode="." horiz-adv-x="596" d="M144 0v256h292v-256h-292z" />
<glyph unicode="/" horiz-adv-x="825" d="M-14 -125l534 1581h284l-534 -1581h-284z" />
<glyph unicode="0" horiz-adv-x="1175" d="M95 567v321q0 288 132.5 438.5t359.5 150.5q226 0 359.5 -150.5t133.5 -438.5v-321q0 -289 -132.5 -438.5t-358.5 -149.5q-228 0 -361 149.5t-133 438.5zM386 539q0 -176 51.5 -256t151.5 -80q98 0 149 80t51 256v379q0 173 -52 253.5t-150 80.5q-99 0 -150 -80t-51 -254 v-379z" />
<glyph unicode="1" horiz-adv-x="1175" d="M171 1198v206l588 52v-1456h-292v1198h-296z" />
<glyph unicode="2" horiz-adv-x="1175" d="M76 1007q-5 197 129.5 333.5t362.5 136.5q225 0 353.5 -117t128.5 -312q0 -132 -72.5 -243.5t-239.5 -292.5l-259 -283l2 -5h612v-224h-994v191l471 505q102 117 145 197.5t43 149.5q0 92 -49.5 150.5t-140.5 58.5q-101 0 -153.5 -68.5t-52.5 -182.5h-284z" />
<glyph unicode="3" horiz-adv-x="1175" d="M70 390l2 6h283q0 -84 60 -138.5t152 -54.5q101 0 159.5 56t58.5 152q0 115 -57.5 168.5t-169.5 53.5h-164v219h164q104 0 154 54.5t50 151.5q0 88 -50 141t-145 53q-82 0 -138 -48t-56 -126h-283l-2 6q-6 171 131 282t340 111q226 0 360.5 -108t134.5 -308 q0 -95 -60 -180.5t-165 -133.5q121 -43 184.5 -132t63.5 -207q0 -200 -145.5 -314.5t-372.5 -114.5q-203 0 -348.5 107.5t-140.5 303.5z" />
<glyph unicode="4" horiz-adv-x="1175" d="M57 491l604 965h294v-914h165v-226h-165v-316h-291v316h-594zM329 542h335v524l-6 2l-23 -41z" />
<glyph unicode="5" horiz-adv-x="1175" d="M110 390l2 5l281 14q0 -97 55 -151.5t144 -54.5q102 0 150.5 72.5t48.5 189.5q0 126 -52 202t-154 76q-84 0 -128.5 -31t-63.5 -84l-257 17l84 811h812v-234h-573l-40 -336q40 30 97 49.5t126 20.5q210 3 325.5 -127t115.5 -362q0 -210 -126.5 -349t-364.5 -139 q-201 0 -344 109.5t-138 301.5z" />
<glyph unicode="6" horiz-adv-x="1175" d="M99 569v284q0 286 165 455t420 169q82 0 151.5 -15.5t139.5 -45.5l-52 -214q-66 23 -117.5 34.5t-119.5 11.5q-133 0 -213.5 -99.5t-74.5 -275.5l3 -5q49 51 124 80t169 29q195 0 305.5 -138.5t110.5 -353.5q0 -220 -136.5 -363t-353.5 -143q-231 0 -376 156.5 t-145 433.5zM391 562q0 -173 62.5 -266t166.5 -93q90 0 144.5 82.5t54.5 199.5q0 121 -55 196t-147 75q-81 0 -138 -26t-88 -71v-97z" />
<glyph unicode="7" horiz-adv-x="1175" d="M60 1231v225h1029v-225q-234 -274 -319.5 -511t-122.5 -572l-14 -148h-292l14 148q34 321 146 589.5t307 493.5h-748z" />
<glyph unicode="8" horiz-adv-x="1175" d="M91 398q0 118 66.5 208.5t183.5 140.5q-102 47 -159 130.5t-57 192.5q0 194 127 300.5t335 106.5q207 0 335 -106.5t128 -300.5q0 -109 -57.5 -193t-158.5 -131q116 -49 183 -140t67 -208q0 -202 -137 -310.5t-358 -108.5q-223 0 -360.5 108.5t-137.5 310.5zM384 418 q0 -100 56 -157.5t149 -57.5q91 0 147 58t56 157q0 98 -57 157t-148 59q-92 0 -147.5 -59t-55.5 -157zM417 1057q0 -91 45.5 -144.5t126.5 -53.5q79 0 124.5 53.5t45.5 144.5q0 88 -46.5 141.5t-125.5 53.5q-80 0 -125 -52.5t-45 -142.5z" />
<glyph unicode="9" horiz-adv-x="1175" d="M82 970q0 218 138 362.5t351 144.5q223 0 362 -153.5t139 -431.5v-344q0 -265 -155.5 -417t-396.5 -152q-76 0 -156.5 15.5t-149.5 45.5l34 211q65 -25 128.5 -36.5t143.5 -11.5q115 0 187.5 85.5t72.5 244.5v72q-49 -62 -116.5 -94t-145.5 -32q-203 0 -319.5 132.5 t-116.5 358.5zM373 970q0 -124 50.5 -200.5t143.5 -76.5q72 0 126 27t87 72v134q0 160 -56 243t-152 83q-88 0 -143.5 -82t-55.5 -200z" />
<glyph unicode=":" horiz-adv-x="582" d="M144 0v256h292v-256h-292zM144 876v256h292v-256h-292z" />
<glyph unicode=";" horiz-adv-x="562" d="M114 -302l70 324v228h284v-237l-159 -315h-195zM145 876v256h292v-256h-292z" />
<glyph unicode="&#x3c;" horiz-adv-x="1043" d="M54 436v227l862 366v-272l-577 -207v-6l577 -203v-272z" />
<glyph unicode="=" horiz-adv-x="1181" d="M136 332v229h896v-229h-896zM136 763v229h896v-229h-896z" />
<glyph unicode="&#x3e;" horiz-adv-x="1058" d="M119 69v270l586 209v6l-586 206v269l872 -366v-227z" />
<glyph unicode="?" horiz-adv-x="1021" d="M32 1081q-3 192 126.5 294t337.5 102q224 0 351.5 -113.5t127.5 -308.5q0 -127 -74.5 -235t-186.5 -181q-61 -47 -80 -94.5t-19 -130.5h-291q1 140 41.5 205t161.5 158q71 58 113.5 125t42.5 150q0 92 -48.5 144t-138.5 52q-74 0 -125.5 -44t-52.5 -129h-284zM323 0v250 h294v-250h-294z" />
<glyph unicode="@" horiz-adv-x="1817" d="M66 478q18 427 255.5 683.5t625.5 256.5q387 0 593 -242.5t190 -662.5q-9 -218 -128 -376t-356 -158q-78 0 -135 44t-81 123q-44 -82 -109.5 -123t-153.5 -41q-141 0 -216.5 119t-55.5 315q25 254 143.5 407t287.5 153q116 0 186.5 -26t154.5 -80l-3 -4h5l-51 -573 q-7 -95 14 -130t57 -35q115 0 184.5 109t77.5 276q16 353 -136.5 551t-471.5 198q-303 0 -484 -213t-196 -571q-17 -355 146 -560t469 -205q85 0 175.5 20t155.5 50l38 -147q-67 -42 -170.5 -65.5t-202.5 -23.5q-396 0 -610.5 249t-197.5 682zM720 416q-10 -127 18.5 -192.5 t92.5 -65.5q56 0 101.5 26t81.5 96v6.5t1 6.5l44 496q-23 7 -46 11t-48 4q-111 0 -169 -96.5t-76 -291.5z" />
<glyph unicode="A" horiz-adv-x="1311" d="M12 0l501 1456h299l499 -1456h-295l-99 314h-511l-99 -314h-295zM478 543h367l-180 572h-6z" />
<glyph unicode="B" horiz-adv-x="1314" d="M136 0v1456h492q257 0 401 -100t144 -299q0 -101 -53.5 -180.5t-155.5 -119.5q131 -28 196.5 -120t65.5 -213q0 -209 -138 -316.5t-391 -107.5h-561zM428 224h269q116 0 177 50.5t61 149.5q0 107 -52 163.5t-164 56.5h-291v-420zM428 846h210q117 0 180 48t63 140 q0 101 -63.5 149t-189.5 48h-200v-385z" />
<glyph unicode="C" horiz-adv-x="1309" d="M93 583v289q0 265 160 435t416 170q270 -1 422 -139q148 -135 148 -365v-12l-2 -6h-284q0 144 -69 220.5t-215 76.5q-131 0 -208 -106.5t-77 -271.5v-291q0 -167 81 -273.5t219 -106.5q137 0 202.5 73.5t65.5 218.5h283l2 -6v-12q1 -227 -143 -361q-148 -138 -410 -137 q-263 0 -427 169t-164 435z" />
<glyph unicode="D" horiz-adv-x="1342" d="M136 0v1456h500q267 0 440 -170.5t173 -437.5v-241q0 -268 -173 -437.5t-440 -169.5h-500zM428 224h193q157 0 246 106t89 277v243q0 169 -89 275t-246 106h-193v-1007z" />
<glyph unicode="E" horiz-adv-x="1176" d="M136 0v1456h995v-225h-703v-366h603v-225h-603v-416h705v-224h-997z" />
<glyph unicode="F" horiz-adv-x="1182" d="M136 0v1456h1004v-225h-712v-401h610v-225h-610v-605h-292z" />
<glyph unicode="G" horiz-adv-x="1369" d="M99 576v304q0 264 162.5 430.5t418.5 166.5q266 0 407.5 -129.5t144.5 -340.5l-2 -6h-275q-8 116 -74 183.5t-193 67.5q-134 0 -216 -103.5t-82 -266.5v-306q0 -166 85 -269.5t229 -103.5q102 0 164 21t94 52v270h-258v202h550v-549q-65 -86 -202.5 -153t-347.5 -67 q-267 0 -436 166t-169 431z" />
<glyph unicode="H" horiz-adv-x="1450" d="M136 0v1456h292v-626h594v626h291v-1456h-291v605h-594v-605h-292z" />
<glyph unicode="I" horiz-adv-x="601" d="M154 0v1456h292v-1456h-292z" />
<glyph unicode="J" horiz-adv-x="1169" d="M63 417l2 6h284q0 -115 55 -167.5t148 -52.5q81 0 137.5 62.5t56.5 171.5v1019h291v-1019q0 -211 -137.5 -334.5t-347.5 -123.5q-228 0 -361 111q-128 107 -128 311v16z" />
<glyph unicode="K" horiz-adv-x="1323" d="M136 0v1456h292v-595h127l386 595h357l-490 -678l529 -778h-356l-391 608h-162v-608h-292z" />
<glyph unicode="L" horiz-adv-x="1108" d="M136 0v1456h292v-1232h648v-224h-940z" />
<glyph unicode="M" horiz-adv-x="1787" d="M136 0v1456h381l371 -1073h6l374 1073h382v-1456h-292v434l28 643l-6 1l-390 -1078h-196l-388 1074l-6 -1l28 -639v-434h-292z" />
<glyph unicode="N" horiz-adv-x="1450" d="M136 0v1456h292l588 -994l6 1v993h291v-1456h-291l-588 995l-6 -1v-994h-292z" />
<glyph unicode="O" horiz-adv-x="1399" d="M92 597v262q0 267 167.5 442.5t436.5 175.5q271 0 441 -175.5t170 -442.5v-262q0 -268 -169.5 -443t-440.5 -175q-269 0 -437 175t-168 443zM383 597q0 -173 83 -282t231 -109q150 0 234 109t84 282v264q0 170 -85 279t-234 109t-231 -108.5t-82 -279.5v-264z" />
<glyph unicode="P" horiz-adv-x="1334" d="M136 0v1456h580q251 0 395 -128t144 -337t-144 -336t-395 -127h-288v-528h-292zM428 753h288q122 0 185 66.5t63 169.5q0 105 -62.5 173.5t-185.5 68.5h-288v-478z" />
<glyph unicode="Q" horiz-adv-x="1433" d="M92 597v262q0 267 167.5 442.5t436.5 175.5q271 0 441 -175.5t170 -442.5v-262q0 -132 -43 -244.5t-123 -195.5l241 -236l-191 -156l-262 254q-54 -19 -112 -29.5t-120 -10.5q-269 0 -437 175t-168 443zM383 597q0 -173 83 -282t231 -109q150 0 234 109t84 282v264 q0 170 -85 279t-234 109t-231 -108.5t-82 -279.5v-264z" />
<glyph unicode="R" horiz-adv-x="1354" d="M136 0v1456h549q249 0 389.5 -113.5t140.5 -316.5q0 -113 -59 -194t-173 -131q129 -38 185.5 -127t56.5 -220v-107q0 -61 16.5 -127.5t56.5 -98.5v-21h-301q-40 32 -52 107t-12 142v103q0 109 -59.5 169.5t-167.5 60.5h-278v-582h-292zM428 807h252q123 0 183.5 52 t60.5 154q0 100 -60.5 159t-178.5 59h-257v-424z" />
<glyph unicode="S" horiz-adv-x="1299" d="M90 445l2 6h284q0 -130 79.5 -190.5t221.5 -60.5q119 0 182 49t63 131q0 84 -59.5 135t-208.5 96q-260 75 -393 178t-133 282t152.5 292.5t389.5 113.5q240 1 391 -127q146 -123 146 -303v-12l-2 -6h-283q0 101 -67.5 163.5t-189.5 62.5q-117 0 -181 -52t-64 -133 q0 -74 68.5 -121.5t236.5 -100.5q241 -67 365 -177t124 -289q0 -187 -147.5 -295t-389.5 -108q-238 1 -415 123q-172 119 -172 331v12z" />
<glyph unicode="T" horiz-adv-x="1169" d="M28 1231v225h1114v-225h-412v-1231h-292v1231h-410z" />
<glyph unicode="U" horiz-adv-x="1407" d="M120 490v966h293v-966q0 -144 77 -215.5t212 -71.5q137 0 215 71t78 216v966h293v-966q0 -245 -162 -378t-424 -133q-261 0 -421.5 133t-160.5 378z" />
<glyph unicode="V" horiz-adv-x="1303" d="M7 1456h308l315 -1069l18 -79h6l17 77l317 1071h308l-495 -1456h-300z" />
<glyph unicode="W" horiz-adv-x="1815" d="M24 1456h286l209 -997l6 -1l273 998h215l275 -998h6l208 998h285l-340 -1456h-271l-267 961h-6l-267 -961h-271z" />
<glyph unicode="X" horiz-adv-x="1303" d="M31 0l443 734l-432 722h338l269 -516l273 516h340l-432 -722l457 -734h-353l-281 525l-281 -525h-341z" />
<glyph unicode="Y" horiz-adv-x="1292" d="M5 1456h320l318 -671h6l318 671h320l-500 -944v-512h-291v527z" />
<glyph unicode="Z" horiz-adv-x="1206" d="M77 0v152l692 1079h-691v225h1047v-146l-695 -1086h712v-224h-1065z" />
<glyph unicode="[" horiz-adv-x="570" d="M119 -336v2027h434v-216h-141v-1595h141v-216h-434z" />
<glyph unicode="\" horiz-adv-x="863" d="M2 1456h289l608 -1581h-289z" />
<glyph unicode="]" horiz-adv-x="570" d="M13 -120h142v1595h-142v216h434v-2027h-434v216z" />
<glyph unicode="^" horiz-adv-x="896" d="M44 729l299 727h212l299 -727h-231l-165 413l-8 34h-6l-7 -34l-162 -413h-231z" />
<glyph unicode="_" horiz-adv-x="914" d="M1 0h910v-219h-910v219z" />
<glyph unicode="`" horiz-adv-x="678" d="M77 1472l2 6h309l197 -266h-237z" />
<glyph unicode="a" horiz-adv-x="1100" d="M55 305q0 159 122.5 246.5t357.5 87.5h163v86q0 78 -41 121t-121 43q-71 0 -109.5 -34.5t-38.5 -95.5l-282 1l-1 6v14q0 128 119 222q126 100 331 100q194 0 315 -98.5t121 -280.5v-447q0 -76 11.5 -143t36.5 -133h-292q-16 37 -27.5 78t-16.5 84q-45 -79 -118.5 -131 t-175.5 -52q-170 0 -262 87.5t-92 238.5zM346 315q0 -54 36 -87t98 -33q77 0 137 38t81 88v153h-163q-93 0 -141 -46.5t-48 -112.5z" />
<glyph unicode="b" d="M112 0v1560h291v-593q47 65 112.5 100t150.5 35q206 0 314 -155.5t108 -414.5v-21q0 -242 -108 -387t-312 -145q-94 0 -164.5 39.5t-119.5 115.5l-22 -134h-250zM403 307q27 -49 74.5 -75t116.5 -26q113 0 158 79.5t45 225.5v21q0 158 -46.5 250.5t-158.5 92.5 q-68 0 -115 -28.5t-74 -81.5v-458z" />
<glyph unicode="c" horiz-adv-x="1060" d="M62 525v30q0 239 130.5 393t372.5 154q201 0 323 -114q119 -110 118 -288v-12l-2 -6h-266q0 84 -46 139.5t-127 55.5q-116 0 -163.5 -90t-47.5 -232v-30q0 -145 47.5 -233.5t164.5 -88.5q78 0 125 45.5t47 121.5h265l3 -6v-10q0 -156 -124 -264q-128 -110 -316 -111 q-242 0 -373 153t-131 393z" />
<glyph unicode="d" d="M67 511v21q0 256 110.5 413t311.5 157q81 0 146 -35t114 -100v593h293v-1560h-251l-24 132q-51 -75 -120.5 -114t-159.5 -39q-199 0 -309.5 146t-110.5 386zM358 511q0 -142 48 -223.5t156 -81.5q63 0 110 25.5t77 74.5v461q-30 51 -76.5 79.5t-108.5 28.5 q-107 0 -156.5 -95t-49.5 -248v-21z" />
<glyph unicode="e" horiz-adv-x="1084" d="M77 510v40q1 241 133 397q132 155 352 155h3q219 0 340 -132t121 -357v-159h-646l-2 -6q8 -107 71.5 -176t172.5 -69q97 0 161 19.5t140 61.5l79 -180q-66 -54 -173 -89.5t-238 -35.5q-234 0 -374 150t-140 381zM379 652l3 -5h358v26q0 93 -43.5 148.5t-131.5 55.5 q-81 0 -128 -62t-58 -163z" />
<glyph unicode="f" horiz-adv-x="732" d="M27 877v205h161v120q0 182 105 280.5t295 98.5q37 0 75.5 -5.5t84.5 -15.5l-25 -217q-24 4 -46.5 7t-52.5 3q-71 0 -107.5 -39t-36.5 -112v-120h215v-205h-215v-877h-292v877h-161z" />
<glyph unicode="g" d="M67 511v21q0 256 111.5 413t312.5 157q91 0 160 -41t118 -117l23 138h252v-1077q0 -211 -138.5 -326.5t-385.5 -115.5q-82 0 -174 22.5t-170 61.5l54 218q67 -32 136.5 -48.5t151.5 -16.5q120 0 176.5 50t56.5 156v98q-48 -61 -113 -93t-149 -32q-199 0 -310.5 146.5 t-111.5 385.5zM359 511q0 -142 48 -223.5t156 -81.5q67 0 113.5 24.5t74.5 71.5v470q-28 49 -74.5 76t-111.5 27q-107 0 -156.5 -95t-49.5 -248v-21z" />
<glyph unicode="h" d="M105 0v1560h292v-615q51 74 125 115.5t164 41.5q169 0 265.5 -112.5t96.5 -347.5v-642h-292v644q0 126 -44.5 178.5t-132.5 52.5q-60 0 -106 -21.5t-76 -60.5v-793h-292z" />
<glyph unicode="i" horiz-adv-x="547" d="M127 0v1082h292v-1082h-292zM127 1341v219h292v-219h-292z" />
<glyph unicode="j" horiz-adv-x="543" d="M-98 -420l14 223q23 -6 46 -9t49 -3q59 0 91 41.5t32 127.5v1122h293v-1122q0 -190 -101 -293.5t-281 -103.5q-40 0 -73 4t-70 13zM128 1343v217h293v-217h-293z" />
<glyph unicode="k" horiz-adv-x="1097" d="M112 0v1560h292v-885h72l251 407h338l-346 -490l399 -592h-335l-299 453h-80v-453h-292z" />
<glyph unicode="l" horiz-adv-x="547" d="M127 0v1560h292v-1560h-292z" />
<glyph unicode="m" horiz-adv-x="1772" d="M112 0v1082h271l12 -143q52 78 130.5 120.5t181.5 42.5q104 0 178 -46t112 -139q50 87 130 136t188 49q160 0 252.5 -110.5t92.5 -336.5v-655h-292v656q0 123 -40 171t-119 48q-62 0 -107.5 -27.5t-72.5 -76.5q0 -19 1 -32.5t1 -27.5v-711h-291v656q0 120 -40 169.5 t-120 49.5q-59 0 -103.5 -22.5t-73.5 -63.5v-789h-291z" />
<glyph unicode="n" d="M107 0v1082h272l13 -155q54 83 133 129t177 46q164 0 256 -103t92 -323v-676h-293v675q0 109 -44 154.5t-133 45.5q-58 0 -104 -23.5t-77 -66.5v-785h-292z" />
<glyph unicode="o" d="M67 530v21q0 242 135 396.5t374 154.5q240 0 376 -154t136 -397v-21q0 -244 -135.5 -397.5t-374.5 -153.5q-240 0 -375.5 153.5t-135.5 397.5zM358 530q0 -148 52 -237.5t168 -89.5q113 0 165.5 90t52.5 237v21q0 144 -53 235t-167 91q-113 0 -165.5 -91.5t-52.5 -234.5 v-21z" />
<glyph unicode="p" d="M112 -416v1498h263l17 -128q48 71 115.5 109.5t157.5 38.5q201 0 312 -157t111 -413v-21q0 -240 -111 -386t-310 -146q-85 0 -151 31.5t-113 92.5v-519h-291zM403 297q27 -46 73.5 -70t114.5 -24q106 0 155.5 83t49.5 225v21q0 153 -51 248t-156 95q-66 0 -112.5 -27 t-73.5 -77v-474z" />
<glyph unicode="q" d="M67 511v21q0 256 110.5 413t311.5 157q90 0 158 -39.5t117 -113.5l27 133h248v-1498h-292v517q-48 -60 -112.5 -91t-147.5 -31q-199 0 -309.5 146t-110.5 386zM358 511q0 -142 48 -225t156 -83q64 0 110 24t75 70v480q-29 48 -74.5 74t-108.5 26q-107 0 -156.5 -96 t-49.5 -249v-21z" />
<glyph unicode="r" horiz-adv-x="717" d="M112 0v1082h271l13 -160q38 85 98.5 132.5t139.5 47.5q22 0 40.5 -3.5t37.5 -8.5l-31 -259l-107 3q-65 0 -107 -27t-64 -76v-731h-291z" />
<glyph unicode="s" horiz-adv-x="1056" d="M64 338l2 6h267q3 -87 57 -126t141 -39q81 0 123.5 32t42.5 87q0 48 -46.5 83t-172.5 62q-192 39 -289.5 115.5t-97.5 208.5q0 140 117.5 237.5t314.5 97.5q207 0 329 -97q118 -93 118 -233v-12l-2 -6h-282q0 65 -41.5 106t-121.5 41q-71 0 -111.5 -34.5t-40.5 -86.5 q0 -50 42.5 -82t172.5 -57q200 -40 297 -117.5t97 -213.5q0 -146 -125 -238.5t-330 -92.5q-215 -1 -341 109q-120 105 -120 237v13z" />
<glyph unicode="t" horiz-adv-x="715" d="M9 877v205h158v265h292v-265h182v-205h-182v-551q0 -63 26 -90t70 -27q23 0 39.5 2.5t38.5 8.5l25 -211q-44 -15 -86 -22.5t-91 -7.5q-151 0 -232.5 83t-81.5 263v552h-158z" />
<glyph unicode="u" d="M105 429v653h291v-655q0 -118 40 -169.5t118 -51.5q70 0 120 22.5t82 66.5v787h292v-1082h-249l-26 156q-50 -85 -127 -131t-177 -46q-171 0 -267.5 109.5t-96.5 340.5z" />
<glyph unicode="v" horiz-adv-x="1046" d="M16 1082h305l182 -679l19 -100h6l20 100l178 679h305l-368 -1082h-279z" />
<glyph unicode="w" horiz-adv-x="1507" d="M29 1082h274l143 -693h6l202 693h195l204 -695h6l141 695h274l-275 -1082h-244l-201 644h-6l-201 -644h-243z" />
<glyph unicode="x" horiz-adv-x="1046" d="M19 0l337 547l-327 535h328l162 -344h6l166 344h330l-326 -535l337 -547h-329l-177 359l-177 -359h-330z" />
<glyph unicode="y" horiz-adv-x="1046" d="M5 1082h314l183 -628l12 -60h6l207 688h314l-439 -1244q-46 -116 -125 -195.5t-237 -79.5q-37 0 -68.5 6t-76.5 17l34 213q13 -2 28 -4t27 -2q72 0 111 35.5t60 88.5l34 84z" />
<glyph unicode="z" horiz-adv-x="1046" d="M75 0v172l515 684h-499v226h866v-167l-519 -691h536v-224h-899z" />
<glyph unicode="{" horiz-adv-x="676" d="M48 518v201q90 0 133.5 54.5t43.5 155.5v203q0 171 82.5 290.5t277.5 174.5l56 -157q-85 -31 -120 -110.5t-35 -197.5v-203q0 -104 -44.5 -184.5t-134.5 -125.5q90 -47 134.5 -127.5t44.5 -182.5v-203q0 -118 35 -197.5t120 -110.5l-56 -158q-195 55 -277.5 175 t-82.5 291v203q0 99 -43.5 154t-133.5 55z" />
<glyph unicode="|" horiz-adv-x="519" d="M173 -270v1726h176v-1726h-176z" />
<glyph unicode="}" horiz-adv-x="676" d="M34 -202q85 31 120 110.5t35 197.5v203q0 104 46 184t140 125q-94 45 -140 125.5t-46 185.5v203q0 118 -35 197.5t-120 110.5l56 157q194 -55 277 -174.5t83 -290.5v-203q0 -101 43 -155.5t135 -54.5v-201q-92 0 -135 -55t-43 -154v-203q0 -171 -83 -291t-277 -175z" />
<glyph unicode="~" horiz-adv-x="1327" d="M105 448q0 162 86.5 269.5t223.5 107.5q83 0 158.5 -33.5t151.5 -99.5q49 -45 86.5 -64.5t81.5 -19.5q50 0 87 52t37 125l203 -27q0 -161 -88.5 -270.5t-223.5 -109.5q-85 0 -157 31.5t-150 101.5q-52 44 -89.5 64t-81.5 20q-52 0 -87.5 -51t-35.5 -122z" />
<glyph unicode="&#xa1;" horiz-adv-x="580" d="M142 -374v953h292v-953h-292zM142 825v257h292v-257h-292z" />
<glyph unicode="&#xa2;" horiz-adv-x="1181" d="M72 525v30q0 218 110.5 367.5t317.5 174.5v221h200v-229q148 -34 235 -141.5t87 -265.5h-274q0 84 -46 139.5t-127 55.5q-116 0 -163.5 -90t-47.5 -232v-30q0 -145 47.5 -233.5t164.5 -88.5q78 0 125 45.5t47 121.5h267l2 -5q3 -135 -85.5 -237t-231.5 -135v-238h-200 v229q-207 23 -317.5 172.5t-110.5 368.5z" />
<glyph unicode="&#xa3;" horiz-adv-x="1216" d="M92 588v225h155l-8 214q0 210 120.5 330t322.5 120q215 0 333.5 -111.5t114.5 -294.5l-2 -6h-284q0 96 -46 141.5t-117 45.5q-70 0 -110 -58.5t-40 -166.5l10 -214h355v-225h-345l4 -85q0 -78 -30 -150t-86 -129h713v-224h-996v224h10q47 12 70.5 95t23.5 171l-4 98h-164 z" />
<glyph unicode="&#xa4;" horiz-adv-x="1417" d="M80 118l135 137q-49 76 -74.5 165.5t-25.5 187.5q0 101 28 194t81 171l-144 147l141 144l142 -145q74 55 162.5 85t185.5 30q96 0 185 -30.5t164 -86.5l144 148l142 -145l-148 -151q51 -78 79 -169.5t28 -191.5q0 -97 -25.5 -185.5t-72.5 -163.5l139 -141l-142 -145 l-132 134q-77 -62 -169 -94.5t-192 -32.5q-101 0 -193.5 32.5t-167.5 93.5l-129 -132zM301 608q0 -185 119 -312t291 -127q170 0 289.5 127.5t119.5 311.5q0 183 -119.5 310t-289.5 127q-172 0 -291 -127t-119 -310z" />
<glyph unicode="&#xa5;" horiz-adv-x="1253" d="M22 1456h321l280 -608h6l281 608h320l-382 -714h244v-200h-324v-110h324v-200h-324v-232h-292v232h-339v200h339v110h-339v200h267z" />
<glyph unicode="&#xa6;" horiz-adv-x="517" d="M127 -270v795h262v-795h-262zM127 698v758h262v-758h-262z" />
<glyph unicode="&#xa7;" horiz-adv-x="1287" d="M94 536q0 89 42 158t121 113q-69 50 -103 120.5t-34 168.5q0 172 141.5 276.5t378.5 104.5q243 0 380.5 -111t132.5 -311l-2 -6h-283q0 88 -60 145.5t-168 57.5q-114 0 -171 -43.5t-57 -110.5q0 -75 55.5 -113.5t232.5 -86.5q247 -64 363.5 -157.5t116.5 -265.5 q0 -91 -42 -159t-121 -111q68 -51 102.5 -121t34.5 -168q0 -177 -140 -277t-377 -100q-232 0 -387.5 99.5t-150.5 317.5l2 6l283 1q0 -106 72.5 -152t180.5 -46q107 0 166.5 41.5t59.5 108.5t-61 107.5t-230 90.5q-244 64 -361 157.5t-117 265.5zM385 562q0 -80 55.5 -121.5 t232.5 -93.5q34 -10 68.5 -20t69.5 -21q39 22 60.5 59t21.5 85q0 71 -62 116t-232 97q-40 10 -74 21t-65 22q-38 -22 -56.5 -59t-18.5 -85z" />
<glyph unicode="&#xa8;" horiz-adv-x="1090" d="M156 1252v204h266v-204h-266zM656 1252v204h266v-204h-266z" />
<glyph unicode="&#xa9;" horiz-adv-x="1606" d="M86 729q0 315 207 531t503 216q295 0 502.5 -216t207.5 -531q0 -316 -208 -533t-502 -217q-296 0 -503 217t-207 533zM208 729q0 -264 171.5 -444.5t416.5 -180.5q244 0 415.5 180.5t171.5 444.5q0 263 -171.5 442.5t-415.5 179.5q-246 0 -417 -179.5t-171 -442.5z M433 669v119q0 173 94.5 280t254.5 107q157 0 245.5 -79.5t84.5 -228.5l-2 -6h-148q0 94 -45 136.5t-135 42.5q-94 0 -144 -69t-50 -182v-120q0 -115 50 -183.5t144 -68.5q90 0 134.5 41.5t44.5 137.5h148l2 -6q4 -151 -84 -229.5t-245 -78.5q-160 0 -254.5 106t-94.5 281z " />
<glyph unicode="&#xaa;" horiz-adv-x="909" d="M112 920q0 111 84.5 171t246.5 60h137v51q0 62 -29.5 94.5t-86.5 32.5q-66 0 -102 -26t-36 -73l-165 13l-1 6q-6 98 79 163t225 65q134 0 212.5 -71t78.5 -205v-314q0 -51 6 -95t20 -86h-177q-8 21 -13 44.5t-8 49.5q-33 -47 -88.5 -77.5t-133.5 -30.5q-119 0 -184 61 t-65 167zM287 924q0 -43 29 -65.5t88 -22.5q51 0 105 30t71 65v103h-136q-74 0 -115.5 -32t-41.5 -78z" />
<glyph unicode="&#xab;" horiz-adv-x="1025" d="M98 507v19l280 390h187l-240 -400l240 -399h-187zM432 507v19l280 390h187l-240 -400l240 -399h-187z" />
<glyph unicode="&#xac;" horiz-adv-x="1129" d="M126 634v171h835v-431h-200v260h-635z" />
<glyph unicode="&#xad;" horiz-adv-x="801" d="M113 510v225h564v-225h-564z" />
<glyph unicode="&#xae;" horiz-adv-x="1606" d="M86 729q0 315 207 531t503 216q295 0 502.5 -216t207.5 -531q0 -316 -208 -533t-502 -217q-296 0 -503 217t-207 533zM208 729q0 -264 171.5 -444.5t416.5 -180.5q244 0 415.5 180.5t171.5 444.5q0 263 -171.5 442.5t-415.5 179.5q-246 0 -417 -179.5t-171 -442.5z M501 316v850h281q151 0 238 -68t87 -194q0 -58 -29 -101.5t-85 -74.5q58 -30 84.5 -84.5t26.5 -128.5v-56q0 -41 3.5 -73.5t13.5 -53.5v-16h-155q-9 21 -11 61.5t-2 82.5v54q0 71 -33.5 105t-109.5 34h-158v-337h-151zM652 787h135q71 0 120.5 30t49.5 86q0 72 -39 101 t-136 29h-130v-246z" />
<glyph unicode="&#xaf;" horiz-adv-x="1028" d="M148 1292v165h731v-165h-731z" />
<glyph unicode="&#xb0;" horiz-adv-x="796" d="M126 1203q0 112 80.5 193t192.5 81q110 0 189 -81t79 -193q0 -113 -79 -192t-189 -79q-113 0 -193 79t-80 192zM273 1203q0 -53 37 -88.5t89 -35.5q51 0 86 35t35 89t-35 91t-86 37q-52 0 -89 -37t-37 -91z" />
<glyph unicode="&#xb1;" horiz-adv-x="1101" d="M90 715v232h333v363h256v-363h327v-232h-327v-383h-256v383h-333zM114 -43v228h834v-228h-834z" />
<glyph unicode="&#xb2;" horiz-adv-x="860" d="M108 1223q-6 106 82.5 181t236.5 75q144 0 223 -65t79 -183q0 -82 -53.5 -144.5t-178.5 -165.5l-109 -93l2 -6h346v-155h-622v155l309 252q60 50 77.5 83.5t17.5 74.5q0 39 -23.5 65.5t-72.5 26.5q-55 0 -83 -30t-28 -77h-201z" />
<glyph unicode="&#xb3;" horiz-adv-x="856" d="M95 893l2 6h201q0 -42 31.5 -65.5t91.5 -23.5q56 0 90 24t34 68q0 50 -35 77t-102 27h-111v133h111q62 0 92 24.5t30 70.5q0 38 -28.5 63.5t-83.5 25.5q-51 0 -79.5 -22t-28.5 -53h-200l-2 6q-6 101 82 162.5t222 61.5q152 0 240.5 -59.5t88.5 -169.5q0 -55 -35.5 -100.5 t-96.5 -70.5q70 -24 107.5 -71.5t37.5 -115.5q0 -112 -89.5 -174t-241.5 -62q-146 0 -240 62.5t-88 175.5z" />
<glyph unicode="&#xb4;" horiz-adv-x="727" d="M108 1212l199 266h309l2 -6l-277 -260h-233z" />
<glyph unicode="&#xb5;" horiz-adv-x="1264" d="M139 -416v1498h291v-620q0 -149 45 -202.5t135 -53.5q75 0 125 27.5t78 79.5v769h292v-1082h-272l-6 67q-44 -43 -100.5 -65.5t-123.5 -22.5q-51 0 -94.5 10.5t-78.5 33.5v-439h-291z" />
<glyph unicode="&#xb6;" horiz-adv-x="1078" d="M61 988q0 207 129.5 337.5t362.5 130.5h375v-1456h-292v520h-83q-233 0 -362.5 129.5t-129.5 338.5z" />
<glyph unicode="&#xb7;" horiz-adv-x="619" d="M159 568v260h292v-260h-292z" />
<glyph unicode="&#xb8;" horiz-adv-x="549" d="M97 -136l31 142h219l-11 -57q64 -11 107 -52t43 -121q0 -107 -91.5 -171t-259.5 -64l-7 161q51 0 81 20.5t30 62.5q0 41 -32 57.5t-110 21.5z" />
<glyph unicode="&#xb9;" horiz-adv-x="573" d="M78 1295v159l338 23v-812h-211v630h-127z" />
<glyph unicode="&#xba;" horiz-adv-x="937" d="M118 1025v117q0 148 94 241.5t252 93.5t252.5 -93.5t94.5 -241.5v-117q0 -149 -94 -241.5t-251 -92.5q-159 0 -253.5 92.5t-94.5 241.5zM293 1025q0 -85 44 -136.5t129 -51.5q82 0 126 51.5t44 136.5v117q0 83 -44.5 135t-127.5 52q-84 0 -127.5 -52t-43.5 -135v-117z " />
<glyph unicode="&#xbb;" horiz-adv-x="1025" d="M102 151l239 399l-239 400h188l280 -390v-19l-280 -390h-188zM448 151l239 399l-239 400h188l280 -390v-19l-280 -390h-188z" />
<glyph unicode="&#xbc;" horiz-adv-x="1493" d="M167 1294v159l338 23v-812h-211v630h-127zM309 192l711 1138l142 -75l-711 -1138zM762 265l424 536h211v-505h101v-157h-101v-139h-211v139h-410zM978 296h208v257l-6 2l-13 -20z" />
<glyph unicode="&#xbd;" horiz-adv-x="1553" d="M167 1294v159l338 23v-812h-211v630h-127zM322 192l711 1138l142 -75l-711 -1138zM919 556q-6 106 82.5 181t236.5 75q144 0 223 -65t79 -183q0 -82 -53.5 -144.5t-178.5 -165.5l-109 -93l2 -6h346v-155h-622v155l309 252q60 50 77.5 83.5t17.5 74.5q0 39 -23.5 65.5 t-72.5 26.5q-55 0 -83 -30t-28 -77h-201z" />
<glyph unicode="&#xbe;" horiz-adv-x="1717" d="M111 894l2 6h201q0 -42 31.5 -65.5t91.5 -23.5q56 0 90 24t34 68q0 50 -35 77t-102 27h-111v133h111q62 0 92 24.5t30 70.5q0 38 -28.5 63.5t-83.5 25.5q-51 0 -79.5 -22t-28.5 -53h-200l-2 6q-6 101 82 162.5t222 61.5q152 0 240.5 -59.5t88.5 -169.5 q0 -55 -35.5 -100.5t-96.5 -70.5q70 -24 107.5 -71.5t37.5 -115.5q0 -112 -89.5 -174t-241.5 -62q-146 0 -240 62.5t-88 175.5zM492 192l711 1138l142 -75l-711 -1138zM951 265l424 536h211v-505h101v-157h-101v-139h-211v139h-410zM1167 296h208v257l-6 2l-13 -20z" />
<glyph unicode="&#xbf;" horiz-adv-x="1037" d="M75 27q0 125 74 233t187 183q60 45 79.5 92.5t19.5 132.5h291q-2 -141 -42.5 -206.5t-159.5 -157.5q-72 -58 -114.5 -125.5t-42.5 -149.5q0 -90 48.5 -142t139.5 -52q73 0 124 43t54 128h283l2 -6q2 -191 -127.5 -292.5t-335.5 -101.5q-226 0 -353 113t-127 308zM433 831 v251h294v-251h-294z" />
<glyph unicode="&#xc0;" horiz-adv-x="1311" d="M12 0l501 1456h299l499 -1456h-295l-99 314h-511l-99 -314h-295zM307 1820l2 6h309l197 -266h-237zM478 543h367l-180 572h-6z" />
<glyph unicode="&#xc1;" horiz-adv-x="1311" d="M12 0l501 1456h299l499 -1456h-295l-99 314h-511l-99 -314h-295zM478 543h367l-180 572h-6zM519 1560l199 266h309l2 -6l-277 -260h-233z" />
<glyph unicode="&#xc2;" horiz-adv-x="1311" d="M12 0l501 1456h299l499 -1456h-295l-99 314h-511l-99 -314h-295zM286 1592v26l282 240h169l287 -243v-23h-232l-140 133l-139 -133h-227zM478 543h367l-180 572h-6z" />
<glyph unicode="&#xc3;" horiz-adv-x="1311" d="M12 0l501 1456h299l499 -1456h-295l-99 314h-511l-99 -314h-295zM281 1644q0 94 59.5 163.5t149.5 69.5q56 0 152 -43.5t148 -43.5q34 0 60 32t26 79l154 -45q0 -96 -59.5 -163.5t-150.5 -67.5q-70 0 -158.5 43.5t-140.5 43.5q-36 0 -60 -32.5t-24 -77.5zM478 543h367 l-180 572h-6z" />
<glyph unicode="&#xc4;" horiz-adv-x="1311" d="M12 0l501 1456h299l499 -1456h-295l-99 314h-511l-99 -314h-295zM272 1601v204h266v-204h-266zM478 543h367l-180 572h-6zM772 1601v204h266v-204h-266z" />
<glyph unicode="&#xc5;" horiz-adv-x="1311" d="M12 0l501 1456h299l499 -1456h-295l-99 314h-511l-99 -314h-295zM444 1739q0 83 61.5 139.5t151.5 56.5q88 0 149 -56.5t61 -139.5q0 -84 -60.5 -138t-149.5 -54q-90 0 -151.5 54t-61.5 138zM478 543h367l-180 572h-6zM560 1739q0 -43 28 -70.5t69 -27.5t67.5 27.5 t26.5 70.5q0 44 -26.5 72t-67.5 28q-42 0 -69.5 -28.5t-27.5 -71.5z" />
<glyph unicode="&#xc6;" horiz-adv-x="1925" d="M3 0l784 1456h1016v-228h-596l16 -366h499v-227h-490l17 -408h616v-227h-898l-14 335h-440l-168 -335h-342zM633 575h310l-23 559l-6 1z" />
<glyph unicode="&#xc7;" horiz-adv-x="1309" d="M93 583v289q0 265 160 435t416 170q270 0 422 -138.5t148 -377.5l-2 -6h-284q0 144 -69 220.5t-215 76.5q-131 0 -208 -106.5t-77 -271.5v-291q0 -167 81 -273.5t219 -106.5q137 0 202.5 73.5t65.5 218.5h283l2 -6q4 -235 -143.5 -372.5t-409.5 -137.5q-263 0 -427 169 t-164 435zM524 -137l31 142h219l-11 -57q64 -11 107 -52t43 -121q0 -107 -91.5 -171t-259.5 -64l-7 161q51 0 81 20.5t30 62.5q0 41 -32 57.5t-110 21.5z" />
<glyph unicode="&#xc8;" horiz-adv-x="1176" d="M136 0v1456h995v-225h-703v-366h603v-225h-603v-416h705v-224h-997zM244 1820l2 6h309l197 -266h-237z" />
<glyph unicode="&#xc9;" horiz-adv-x="1176" d="M136 0v1456h995v-225h-703v-366h603v-225h-603v-416h705v-224h-997zM456 1560l199 266h309l2 -6l-277 -260h-233z" />
<glyph unicode="&#xca;" horiz-adv-x="1176" d="M136 0v1456h995v-225h-703v-366h603v-225h-603v-416h705v-224h-997zM238 1592v26l282 240h169l287 -243v-23h-232l-140 133l-139 -133h-227z" />
<glyph unicode="&#xcb;" horiz-adv-x="1176" d="M136 0v1456h995v-225h-703v-366h603v-225h-603v-416h705v-224h-997zM221 1601v204h266v-204h-266zM721 1601v204h266v-204h-266z" />
<glyph unicode="&#xcc;" horiz-adv-x="601" d="M-58 1820l2 6h309l197 -266h-237zM154 0v1456h292v-1456h-292z" />
<glyph unicode="&#xcd;" horiz-adv-x="601" d="M152 1560l199 266h309l2 -6l-277 -260h-233zM154 0v1456h292v-1456h-292z" />
<glyph unicode="&#xce;" horiz-adv-x="601" d="M-64 1592v26l282 240h169l287 -243v-23h-232l-140 133l-139 -133h-227zM154 0v1456h292v-1456h-292z" />
<glyph unicode="&#xcf;" horiz-adv-x="601" d="M-81 1601v204h266v-204h-266zM154 0v1456h292v-1456h-292zM419 1601v204h266v-204h-266z" />
<glyph unicode="&#xd0;" horiz-adv-x="1372" d="M31 652v181h135v623h500q267 0 440 -170.5t173 -437.5v-241q0 -268 -173 -437.5t-440 -169.5h-500v652h-135zM458 224h193q157 0 246 106t89 277v243q0 169 -89 275t-246 106h-193v-398h244v-181h-244v-428z" />
<glyph unicode="&#xd1;" horiz-adv-x="1450" d="M136 0v1456h292l588 -994l6 1v993h291v-1456h-291l-588 995l-6 -1v-994h-292zM349 1644q0 94 59.5 163.5t149.5 69.5q56 0 152 -43.5t148 -43.5q34 0 60 32t26 79l154 -45q0 -96 -59.5 -163.5t-150.5 -67.5q-70 0 -158.5 43.5t-140.5 43.5q-36 0 -60 -32.5t-24 -77.5z " />
<glyph unicode="&#xd2;" horiz-adv-x="1399" d="M92 597v262q0 267 167.5 442.5t436.5 175.5q271 0 441 -175.5t170 -442.5v-262q0 -268 -169.5 -443t-440.5 -175q-269 0 -437 175t-168 443zM339 1820l2 6h309l197 -266h-237zM383 597q0 -173 83 -282t231 -109q150 0 234 109t84 282v264q0 170 -85 279t-234 109 t-231 -108.5t-82 -279.5v-264z" />
<glyph unicode="&#xd3;" horiz-adv-x="1399" d="M92 597v262q0 267 167.5 442.5t436.5 175.5q271 0 441 -175.5t170 -442.5v-262q0 -268 -169.5 -443t-440.5 -175q-269 0 -437 175t-168 443zM383 597q0 -173 83 -282t231 -109q150 0 234 109t84 282v264q0 170 -85 279t-234 109t-231 -108.5t-82 -279.5v-264zM551 1581 l199 266h309l2 -6l-277 -260h-233z" />
<glyph unicode="&#xd4;" horiz-adv-x="1399" d="M92 597v262q0 267 167.5 442.5t436.5 175.5q271 0 441 -175.5t170 -442.5v-262q0 -268 -169.5 -443t-440.5 -175q-269 0 -437 175t-168 443zM333 1613v26l282 240h169l287 -243v-23h-232l-140 133l-139 -133h-227zM383 597q0 -173 83 -282t231 -109q150 0 234 109t84 282 v264q0 170 -85 279t-234 109t-231 -108.5t-82 -279.5v-264z" />
<glyph unicode="&#xd5;" horiz-adv-x="1399" d="M92 597v262q0 267 167.5 442.5t436.5 175.5q271 0 441 -175.5t170 -442.5v-262q0 -268 -169.5 -443t-440.5 -175q-269 0 -437 175t-168 443zM324 1665q0 94 59.5 163.5t149.5 69.5q56 0 152 -43.5t148 -43.5q34 0 60 32t26 79l154 -45q0 -96 -59.5 -163.5t-150.5 -67.5 q-70 0 -158.5 43.5t-140.5 43.5q-36 0 -60 -32.5t-24 -77.5zM383 597q0 -173 83 -282t231 -109q150 0 234 109t84 282v264q0 170 -85 279t-234 109t-231 -108.5t-82 -279.5v-264z" />
<glyph unicode="&#xd6;" horiz-adv-x="1399" d="M92 597v262q0 267 167.5 442.5t436.5 175.5q271 0 441 -175.5t170 -442.5v-262q0 -268 -169.5 -443t-440.5 -175q-269 0 -437 175t-168 443zM316 1622v204h266v-204h-266zM383 597q0 -173 83 -282t231 -109q150 0 234 109t84 282v264q0 170 -85 279t-234 109t-231 -108.5 t-82 -279.5v-264zM816 1622v204h266v-204h-266z" />
<glyph unicode="&#xd7;" horiz-adv-x="1088" d="M64 371l309 315l-309 315l172 164l303 -310l304 310l172 -164l-309 -315l309 -315l-172 -164l-304 309l-303 -309z" />
<glyph unicode="&#xd8;" horiz-adv-x="1410" d="M92 597v262q0 267 167.5 442.5t436.5 175.5q100 0 188.5 -26.5t162.5 -74.5l83 142h143l-130 -223q79 -83 121.5 -195t42.5 -241v-262q0 -268 -169.5 -443t-440.5 -175q-79 0 -151 16t-133 47l-80 -137h-143l119 204q-104 83 -160.5 209.5t-56.5 278.5zM383 597 q0 -74 15.5 -137.5t45.5 -107.5l6 -1l468 803q-42 45 -98 70t-124 25q-149 0 -231 -108.5t-82 -279.5v-264zM535 251q33 -22 74 -33.5t88 -11.5q150 0 234 109t84 282v264q0 45 -7 87t-18 73l-6 1z" />
<glyph unicode="&#xd9;" horiz-adv-x="1407" d="M120 490v966h293v-966q0 -144 77 -215.5t212 -71.5q137 0 215 71t78 216v966h293v-966q0 -245 -162 -378t-424 -133q-261 0 -421.5 133t-160.5 378zM344 1820l2 6h309l197 -266h-237z" />
<glyph unicode="&#xda;" horiz-adv-x="1407" d="M120 490v966h293v-966q0 -144 77 -215.5t212 -71.5q137 0 215 71t78 216v966h293v-966q0 -245 -162 -378t-424 -133q-261 0 -421.5 133t-160.5 378zM556 1560l199 266h309l2 -6l-277 -260h-233z" />
<glyph unicode="&#xdb;" horiz-adv-x="1407" d="M120 490v966h293v-966q0 -144 77 -215.5t212 -71.5q137 0 215 71t78 216v966h293v-966q0 -245 -162 -378t-424 -133q-261 0 -421.5 133t-160.5 378zM338 1592v26l282 240h169l287 -243v-23h-232l-140 133l-139 -133h-227z" />
<glyph unicode="&#xdc;" horiz-adv-x="1407" d="M120 490v966h293v-966q0 -144 77 -215.5t212 -71.5q137 0 215 71t78 216v966h293v-966q0 -245 -162 -378t-424 -133q-261 0 -421.5 133t-160.5 378zM321 1601v204h266v-204h-266zM821 1601v204h266v-204h-266z" />
<glyph unicode="&#xdd;" horiz-adv-x="1292" d="M5 1456h320l318 -671h6l318 671h320l-500 -944v-512h-291v527zM504 1560l199 266h309l2 -6l-277 -260h-233z" />
<glyph unicode="&#xde;" horiz-adv-x="1247" d="M132 0v1456h292v-270h221q254 0 396 -124t142 -324q0 -201 -142 -325t-396 -124h-221v-289h-292zM424 514h221q123 0 184.5 63.5t61.5 158.5t-61.5 160t-184.5 65h-221v-447z" />
<glyph unicode="&#xdf;" horiz-adv-x="1294" d="M135 0v1101q0 226 129 349t352 123q180 0 299 -95.5t119 -271.5q0 -108 -53.5 -205.5t-53.5 -165.5q0 -56 150 -197.5t150 -281.5q0 -189 -115 -283t-332 -94q-81 0 -160.5 15t-118.5 41l55 223q39 -22 96 -38.5t122 -16.5q76 0 119 38t43 103q0 71 -150 205.5 t-150 276.5q0 90 54.5 190t54.5 175q0 68 -45 113t-103 45q-76 0 -123.5 -67.5t-47.5 -184.5v-1097h-291z" />
<glyph unicode="&#xe0;" horiz-adv-x="1100" d="M55 305q0 159 122.5 246.5t357.5 87.5h163v86q0 78 -41 121t-121 43q-71 0 -109.5 -34.5t-38.5 -95.5l-282 1l-1 6q-7 137 119 236.5t331 99.5q194 0 315 -98.5t121 -280.5v-447q0 -76 11.5 -143t36.5 -133h-292q-16 37 -27.5 78t-16.5 84q-45 -79 -118.5 -131 t-175.5 -52q-170 0 -262 87.5t-92 238.5zM184 1492l2 6h309l197 -266h-237zM346 315q0 -54 36 -87t98 -33q77 0 137 38t81 88v153h-163q-93 0 -141 -46.5t-48 -112.5z" />
<glyph unicode="&#xe1;" horiz-adv-x="1100" d="M55 305q0 159 122.5 246.5t357.5 87.5h163v86q0 78 -41 121t-121 43q-71 0 -109.5 -34.5t-38.5 -95.5l-282 1l-1 6q-7 137 119 236.5t331 99.5q194 0 315 -98.5t121 -280.5v-447q0 -76 11.5 -143t36.5 -133h-292q-16 37 -27.5 78t-16.5 84q-45 -79 -118.5 -131 t-175.5 -52q-170 0 -262 87.5t-92 238.5zM346 315q0 -54 36 -87t98 -33q77 0 137 38t81 88v153h-163q-93 0 -141 -46.5t-48 -112.5zM396 1232l199 266h309l2 -6l-277 -260h-233z" />
<glyph unicode="&#xe2;" horiz-adv-x="1100" d="M55 305q0 159 122.5 246.5t357.5 87.5h163v86q0 78 -41 121t-121 43q-71 0 -109.5 -34.5t-38.5 -95.5l-282 1l-1 6q-7 137 119 236.5t331 99.5q194 0 315 -98.5t121 -280.5v-447q0 -76 11.5 -143t36.5 -133h-292q-16 37 -27.5 78t-16.5 84q-45 -79 -118.5 -131 t-175.5 -52q-170 0 -262 87.5t-92 238.5zM178 1270v26l282 240h169l287 -243v-23h-232l-140 133l-139 -133h-227zM346 315q0 -54 36 -87t98 -33q77 0 137 38t81 88v153h-163q-93 0 -141 -46.5t-48 -112.5z" />
<glyph unicode="&#xe3;" horiz-adv-x="1100" d="M55 305q0 159 122.5 246.5t357.5 87.5h163v86q0 78 -41 121t-121 43q-71 0 -109.5 -34.5t-38.5 -95.5l-282 1l-1 6q-7 137 119 236.5t331 99.5q194 0 315 -98.5t121 -280.5v-447q0 -76 11.5 -143t36.5 -133h-292q-16 37 -27.5 78t-16.5 84q-45 -79 -118.5 -131 t-175.5 -52q-170 0 -262 87.5t-92 238.5zM169 1322q0 94 59.5 163.5t149.5 69.5q56 0 152 -43.5t148 -43.5q34 0 60 32t26 79l154 -45q0 -96 -59.5 -163.5t-150.5 -67.5q-70 0 -158.5 43.5t-140.5 43.5q-36 0 -60 -32.5t-24 -77.5zM346 315q0 -54 36 -87t98 -33q77 0 137 38 t81 88v153h-163q-93 0 -141 -46.5t-48 -112.5z" />
<glyph unicode="&#xe4;" horiz-adv-x="1100" d="M55 305q0 159 122.5 246.5t357.5 87.5h163v86q0 78 -41 121t-121 43q-71 0 -109.5 -34.5t-38.5 -95.5l-282 1l-1 6q-7 137 119 236.5t331 99.5q194 0 315 -98.5t121 -280.5v-447q0 -76 11.5 -143t36.5 -133h-292q-16 37 -27.5 78t-16.5 84q-45 -79 -118.5 -131 t-175.5 -52q-170 0 -262 87.5t-92 238.5zM161 1279v204h266v-204h-266zM346 315q0 -54 36 -87t98 -33q77 0 137 38t81 88v153h-163q-93 0 -141 -46.5t-48 -112.5zM661 1279v204h266v-204h-266z" />
<glyph unicode="&#xe5;" horiz-adv-x="1100" d="M55 305q0 159 122.5 246.5t357.5 87.5h163v86q0 78 -41 121t-121 43q-71 0 -109.5 -34.5t-38.5 -95.5l-282 1l-1 6q-7 137 119 236.5t331 99.5q194 0 315 -98.5t121 -280.5v-447q0 -76 11.5 -143t36.5 -133h-292q-16 37 -27.5 78t-16.5 84q-45 -79 -118.5 -131 t-175.5 -52q-170 0 -262 87.5t-92 238.5zM332 1417q0 83 61.5 139.5t151.5 56.5q88 0 149 -56.5t61 -139.5q0 -84 -60.5 -138t-149.5 -54q-90 0 -151.5 54t-61.5 138zM346 315q0 -54 36 -87t98 -33q77 0 137 38t81 88v153h-163q-93 0 -141 -46.5t-48 -112.5zM448 1417 q0 -43 28 -70.5t69 -27.5t67.5 27.5t26.5 70.5q0 44 -26.5 72t-67.5 28q-42 0 -69.5 -28.5t-27.5 -71.5z" />
<glyph unicode="&#xe6;" horiz-adv-x="1729" d="M46 317q0 159 127 245t370 86h181v59q0 79 -41 124.5t-115 45.5q-81 0 -127 -37.5t-46 -93.5l-283 18l-2 6q-6 144 121.5 238t339.5 94q102 0 186 -27.5t143 -79.5q61 52 142.5 79.5t180.5 27.5q212 0 333 -132t121 -358v-158h-650l-2 -6q4 -112 66 -178.5t186 -66.5 q92 0 154 20t140 61l77 -184q-62 -48 -169 -84.5t-233 -36.5q-129 0 -229.5 40.5t-167.5 116.5q-60 -68 -161.5 -112.5t-240.5 -44.5q-192 0 -296.5 90.5t-104.5 247.5zM338 313q0 -59 41.5 -93.5t123.5 -34.5q58 0 121 30.5t100 72.5v176h-179q-98 0 -152.5 -44t-54.5 -107 zM1027 649l2 -5h362v28q0 94 -42.5 149.5t-125.5 55.5q-95 0 -142 -61.5t-54 -166.5z" />
<glyph unicode="&#xe7;" horiz-adv-x="1060" d="M62 525v30q0 239 130.5 393t372.5 154q200 0 322.5 -114t118.5 -300l-2 -6h-266q0 84 -46 139.5t-127 55.5q-116 0 -163.5 -90t-47.5 -232v-30q0 -145 47.5 -233.5t164.5 -88.5q78 0 125 45.5t47 121.5h265l3 -6q4 -164 -123.5 -274.5t-316.5 -110.5q-242 0 -373 153 t-131 393zM415 -137l31 142h219l-11 -57q64 -11 107 -52t43 -121q0 -107 -91.5 -171t-259.5 -64l-7 161q51 0 81 20.5t30 62.5q0 41 -32 57.5t-110 21.5z" />
<glyph unicode="&#xe8;" horiz-adv-x="1084" d="M77 510v40q0 241 132.5 397t355.5 155q219 0 340 -132t121 -357v-159h-646l-2 -6q8 -107 71.5 -176t172.5 -69q97 0 161 19.5t140 61.5l79 -180q-66 -54 -173 -89.5t-238 -35.5q-234 0 -374 150t-140 381zM186 1498l2 6h309l197 -266h-237zM379 652l3 -5h358v26 q0 93 -43.5 148.5t-131.5 55.5q-81 0 -128 -62t-58 -163z" />
<glyph unicode="&#xe9;" horiz-adv-x="1084" d="M77 510v40q0 241 132.5 397t355.5 155q219 0 340 -132t121 -357v-159h-646l-2 -6q8 -107 71.5 -176t172.5 -69q97 0 161 19.5t140 61.5l79 -180q-66 -54 -173 -89.5t-238 -35.5q-234 0 -374 150t-140 381zM379 652l3 -5h358v26q0 93 -43.5 148.5t-131.5 55.5 q-81 0 -128 -62t-58 -163zM398 1238l199 266h309l2 -6l-277 -260h-233z" />
<glyph unicode="&#xea;" horiz-adv-x="1084" d="M77 510v40q0 241 132.5 397t355.5 155q219 0 340 -132t121 -357v-159h-646l-2 -6q8 -107 71.5 -176t172.5 -69q97 0 161 19.5t140 61.5l79 -180q-66 -54 -173 -89.5t-238 -35.5q-234 0 -374 150t-140 381zM180 1271v26l282 240h169l287 -243v-23h-232l-140 133l-139 -133 h-227zM379 652l3 -5h358v26q0 93 -43.5 148.5t-131.5 55.5q-81 0 -128 -62t-58 -163z" />
<glyph unicode="&#xeb;" horiz-adv-x="1084" d="M77 510v40q0 241 132.5 397t355.5 155q219 0 340 -132t121 -357v-159h-646l-2 -6q8 -107 71.5 -176t172.5 -69q97 0 161 19.5t140 61.5l79 -180q-66 -54 -173 -89.5t-238 -35.5q-234 0 -374 150t-140 381zM163 1280v204h266v-204h-266zM379 652l3 -5h358v26 q0 93 -43.5 148.5t-131.5 55.5q-81 0 -128 -62t-58 -163zM663 1280v204h266v-204h-266z" />
<glyph unicode="&#xec;" horiz-adv-x="562" d="M-78 1498l2 6h309l197 -266h-237zM133 0v1082h292v-1082h-292z" />
<glyph unicode="&#xed;" horiz-adv-x="562" d="M132 1217l199 266h309l2 -6l-277 -260h-233zM133 0v1082h292v-1082h-292z" />
<glyph unicode="&#xee;" horiz-adv-x="562" d="M-84 1251v26l282 240h169l287 -243v-23h-232l-140 133l-139 -133h-227zM133 0v1082h292v-1082h-292z" />
<glyph unicode="&#xef;" horiz-adv-x="562" d="M-101 1258v204h266v-204h-266zM133 0v1082h292v-1082h-292zM399 1258v204h266v-204h-266z" />
<glyph unicode="&#xf0;" horiz-adv-x="1218" d="M48 468q0 226 134.5 362.5t365.5 136.5q81 0 153 -25.5t124 -70.5l4 4q-14 83 -54 153.5t-100 125.5l-245 -136l-78 113l192 106l-1 6q-31 16 -68 30t-77 26l92 218q88 -19 168.5 -52.5t149.5 -80.5l198 109l77 -113l-162 -90q102 -106 158.5 -245t56.5 -303v-196 q0 -250 -157 -408.5t-392 -158.5q-238 0 -388.5 140.5t-150.5 348.5zM340 468q0 -112 68 -188.5t183 -76.5q116 0 184.5 96.5t68.5 246.5v118q-35 39 -99 65t-151 26q-122 0 -188 -79t-66 -208z" />
<glyph unicode="&#xf1;" d="M107 0v1082h272l13 -155q54 83 133 129t177 46q164 0 256 -103t92 -323v-676h-293v675q0 109 -44 154.5t-133 45.5q-58 0 -104 -23.5t-77 -66.5v-785h-292zM202 1322q0 94 59.5 163.5t149.5 69.5q56 0 152 -43.5t148 -43.5q34 0 60 32t26 79l154 -45q0 -96 -59.5 -163.5 t-150.5 -67.5q-70 0 -158.5 43.5t-140.5 43.5q-36 0 -60 -32.5t-24 -77.5z" />
<glyph unicode="&#xf2;" d="M67 530v21q0 242 135 396.5t374 154.5q240 0 376 -154t136 -397v-21q0 -244 -135.5 -397.5t-374.5 -153.5q-240 0 -375.5 153.5t-135.5 397.5zM217 1498l2 6h309l197 -266h-237zM358 530q0 -148 52 -237.5t168 -89.5q113 0 165.5 90t52.5 237v21q0 144 -53 235t-167 91 q-113 0 -165.5 -91.5t-52.5 -234.5v-21z" />
<glyph unicode="&#xf3;" d="M67 530v21q0 242 135 396.5t374 154.5q240 0 376 -154t136 -397v-21q0 -244 -135.5 -397.5t-374.5 -153.5q-240 0 -375.5 153.5t-135.5 397.5zM358 530q0 -148 52 -237.5t168 -89.5q113 0 165.5 90t52.5 237v21q0 144 -53 235t-167 91q-113 0 -165.5 -91.5t-52.5 -234.5 v-21zM429 1238l199 266h309l2 -6l-277 -260h-233z" />
<glyph unicode="&#xf4;" d="M67 530v21q0 242 135 396.5t374 154.5q240 0 376 -154t136 -397v-21q0 -244 -135.5 -397.5t-374.5 -153.5q-240 0 -375.5 153.5t-135.5 397.5zM211 1270v26l282 240h169l287 -243v-23h-232l-140 133l-139 -133h-227zM358 530q0 -148 52 -237.5t168 -89.5q113 0 165.5 90 t52.5 237v21q0 144 -53 235t-167 91q-113 0 -165.5 -91.5t-52.5 -234.5v-21z" />
<glyph unicode="&#xf5;" d="M67 530v21q0 242 135 396.5t374 154.5q240 0 376 -154t136 -397v-21q0 -244 -135.5 -397.5t-374.5 -153.5q-240 0 -375.5 153.5t-135.5 397.5zM202 1322q0 94 59.5 163.5t149.5 69.5q56 0 152 -43.5t148 -43.5q34 0 60 32t26 79l154 -45q0 -96 -59.5 -163.5t-150.5 -67.5 q-70 0 -158.5 43.5t-140.5 43.5q-36 0 -60 -32.5t-24 -77.5zM358 530q0 -148 52 -237.5t168 -89.5q113 0 165.5 90t52.5 237v21q0 144 -53 235t-167 91q-113 0 -165.5 -91.5t-52.5 -234.5v-21z" />
<glyph unicode="&#xf6;" d="M67 530v21q0 242 135 396.5t374 154.5q240 0 376 -154t136 -397v-21q0 -244 -135.5 -397.5t-374.5 -153.5q-240 0 -375.5 153.5t-135.5 397.5zM194 1279v204h266v-204h-266zM358 530q0 -148 52 -237.5t168 -89.5q113 0 165.5 90t52.5 237v21q0 144 -53 235t-167 91 q-113 0 -165.5 -91.5t-52.5 -234.5v-21zM694 1279v204h266v-204h-266z" />
<glyph unicode="&#xf7;" horiz-adv-x="1168" d="M63 573v227h1029v-227h-1029zM432 164v233h293v-233h-293zM432 973v233h293v-233h-293z" />
<glyph unicode="&#xf8;" d="M67 530v21q0 242 135 396.5t374 154.5q50 0 96.5 -8t90.5 -22l70 143h161l-103 -211q95 -74 146 -191.5t51 -261.5v-21q0 -244 -135.5 -397.5t-374.5 -153.5q-48 0 -92 7t-84 19l-71 -146h-161l103 211q-101 71 -153.5 190.5t-52.5 269.5zM358 530q0 -62 8.5 -114 t26.5 -86l6 -1l260 531q-19 8 -39.5 12.5t-43.5 4.5q-113 0 -165.5 -91.5t-52.5 -234.5v-21zM505 215q15 -7 33.5 -9.5t39.5 -2.5q113 0 165.5 90t52.5 237v21q0 54 -8 102t-22 82l-6 1z" />
<glyph unicode="&#xf9;" d="M105 429v653h291v-655q0 -118 40 -169.5t118 -51.5q70 0 120 22.5t82 66.5v787h292v-1082h-249l-26 156q-50 -85 -127 -131t-177 -46q-171 0 -267.5 109.5t-96.5 340.5zM216 1477l2 6h309l197 -266h-237z" />
<glyph unicode="&#xfa;" d="M105 429v653h291v-655q0 -118 40 -169.5t118 -51.5q70 0 120 22.5t82 66.5v787h292v-1082h-249l-26 156q-50 -85 -127 -131t-177 -46q-171 0 -267.5 109.5t-96.5 340.5zM428 1217l199 266h309l2 -6l-277 -260h-233z" />
<glyph unicode="&#xfb;" d="M105 429v653h291v-655q0 -118 40 -169.5t118 -51.5q70 0 120 22.5t82 66.5v787h292v-1082h-249l-26 156q-50 -85 -127 -131t-177 -46q-171 0 -267.5 109.5t-96.5 340.5zM210 1251v26l282 240h169l287 -243v-23h-232l-140 133l-139 -133h-227z" />
<glyph unicode="&#xfc;" d="M105 429v653h291v-655q0 -118 40 -169.5t118 -51.5q70 0 120 22.5t82 66.5v787h292v-1082h-249l-26 156q-50 -85 -127 -131t-177 -46q-171 0 -267.5 109.5t-96.5 340.5zM193 1258v204h266v-204h-266zM693 1258v204h266v-204h-266z" />
<glyph unicode="&#xfd;" horiz-adv-x="1046" d="M5 1082h314l183 -628l12 -60h6l207 688h314l-439 -1244q-46 -116 -125 -195.5t-237 -79.5q-37 0 -68.5 6t-76.5 17l34 213q13 -2 28 -4t27 -2q72 0 111 35.5t60 88.5l34 84zM375 1217l199 266h309l2 -6l-277 -260h-233z" />
<glyph unicode="&#xfe;" horiz-adv-x="1162" d="M121 0v1560h292v-591q47 64 112 98.5t150 34.5q201 0 312 -157t111 -413v-21q0 -240 -111 -386t-310 -146q-85 0 -151 31.5t-113 92.5v-519h-291v416h-1zM413 297q27 -46 73.5 -70t114.5 -24q106 0 155.5 83t49.5 225v21q0 153 -51 248t-156 95q-66 0 -112.5 -27 t-73.5 -77v-474z" />
<glyph unicode="&#xff;" horiz-adv-x="1046" d="M5 1082h314l183 -628l12 -60h6l207 688h314l-439 -1244q-46 -116 -125 -195.5t-237 -79.5q-37 0 -68.5 6t-76.5 17l34 213q13 -2 28 -4t27 -2q72 0 111 35.5t60 88.5l34 84zM142 1258v204h266v-204h-266zM642 1258v204h266v-204h-266z" />
<glyph unicode="&#x152;" horiz-adv-x="1984" d="M97 576v304q0 265 167 431t437 166q69 0 140 -6t150 -15h865v-225h-703v-366h603v-225h-603v-416h705v-224h-867q-92 -10 -156.5 -15.5t-131.5 -5.5q-270 0 -438 165.5t-168 431.5zM388 576q0 -182 83.5 -277t231.5 -95q40 0 79.5 2t78.5 7v1030q-45 4 -83.5 6.5 t-76.5 2.5q-148 0 -230.5 -94.5t-82.5 -275.5v-306z" />
<glyph unicode="&#x153;" horiz-adv-x="1848" d="M67 530v21q0 242 135 396.5t374 154.5q127 0 227 -46.5t167 -129.5q65 84 159.5 130t213.5 46q219 0 340 -132t121 -357v-159h-646l-2 -6q8 -107 71.5 -176t172.5 -69q97 0 161 19.5t140 61.5l79 -180q-66 -54 -173 -89.5t-238 -35.5q-127 0 -228 46t-169 131 q-67 -85 -167 -131t-227 -46q-240 0 -375.5 153.5t-135.5 397.5zM358 530q0 -148 52 -237.5t168 -89.5q113 0 165.5 90t52.5 237v21q0 144 -53 235t-167 91q-113 0 -165.5 -91.5t-52.5 -234.5v-21zM1157 652l3 -5h358v26q0 93 -43.5 148.5t-131.5 55.5q-81 0 -128 -62 t-58 -163z" />
<glyph unicode="&#x178;" horiz-adv-x="1292" d="M5 1456h320l318 -671h6l318 671h320l-500 -944v-512h-291v527zM269 1601v204h266v-204h-266zM769 1601v204h266v-204h-266z" />
<glyph unicode="&#x2c6;" horiz-adv-x="1016" d="M137 1252v26l282 240h169l287 -243v-23h-232l-140 133l-139 -133h-227z" />
<glyph unicode="&#x2dc;" horiz-adv-x="986" d="M119 1272q0 94 59.5 163.5t149.5 69.5q56 0 152 -43.5t148 -43.5q34 0 60 32t26 79l154 -45q0 -96 -59.5 -163.5t-150.5 -67.5q-70 0 -158.5 43.5t-140.5 43.5q-36 0 -60 -32.5t-24 -77.5z" />
<glyph unicode="&#x2000;" horiz-adv-x="967" />
<glyph unicode="&#x2001;" horiz-adv-x="1935" />
<glyph unicode="&#x2002;" horiz-adv-x="967" />
<glyph unicode="&#x2003;" horiz-adv-x="1935" />
<glyph unicode="&#x2004;" horiz-adv-x="645" />
<glyph unicode="&#x2005;" horiz-adv-x="483" />
<glyph unicode="&#x2006;" horiz-adv-x="322" />
<glyph unicode="&#x2007;" horiz-adv-x="322" />
<glyph unicode="&#x2008;" horiz-adv-x="241" />
<glyph unicode="&#x2009;" horiz-adv-x="387" />
<glyph unicode="&#x200a;" horiz-adv-x="107" />
<glyph unicode="&#x2010;" horiz-adv-x="801" d="M113 510v225h564v-225h-564z" />
<glyph unicode="&#x2011;" horiz-adv-x="801" d="M113 510v225h564v-225h-564z" />
<glyph unicode="&#x2012;" horiz-adv-x="801" d="M113 510v225h564v-225h-564z" />
<glyph unicode="&#x2013;" horiz-adv-x="1413" d="M141 601v228h1084v-228h-1084z" />
<glyph unicode="&#x2014;" horiz-adv-x="1670" d="M106 601v228h1334v-228h-1334z" />
<glyph unicode="&#x2018;" horiz-adv-x="405" d="M50 1015v192l162 353h143l-60 -352v-193h-245z" />
<glyph unicode="&#x2019;" horiz-adv-x="405" d="M57 1016l60 349v195h246v-194l-162 -350h-144z" />
<glyph unicode="&#x201a;" horiz-adv-x="406" d="M50 -263l60 266v284h246v-268l-147 -282h-159z" />
<glyph unicode="&#x201c;" horiz-adv-x="742" d="M50 1015v192l162 353h143l-60 -352v-193h-245zM379 1015v192l162 353h143l-60 -352v-193h-245z" />
<glyph unicode="&#x201d;" horiz-adv-x="750" d="M57 1016l60 349v195h246v-194l-162 -350h-144zM394 1016l60 349v195h246v-194l-162 -350h-144z" />
<glyph unicode="&#x201e;" horiz-adv-x="732" d="M50 -225l60 268v255h230v-243l-162 -280h-128zM391 -225l60 276v247h231v-243l-162 -280h-129z" />
<glyph unicode="&#x2022;" horiz-adv-x="737" d="M135 716v90q0 100 65 164t172 64q110 0 175 -63.5t65 -164.5v-90q0 -101 -64.5 -163t-173.5 -62t-174 62.5t-65 162.5z" />
<glyph unicode="&#x2026;" horiz-adv-x="1519" d="M144 0v256h292v-256h-292zM587 0v256h292v-256h-292zM1007 0v256h292v-256h-292z" />
<glyph unicode="&#x202f;" horiz-adv-x="387" />
<glyph unicode="&#x2039;" horiz-adv-x="639" d="M108 541v19l280 390h187l-240 -400l240 -399h-187z" />
<glyph unicode="&#x203a;" horiz-adv-x="619" d="M80 151l239 399l-239 400h188l280 -390v-19l-280 -390h-188z" />
<glyph unicode="&#x205f;" horiz-adv-x="483" />
<glyph unicode="&#x20ac;" horiz-adv-x="1116" d="M71 455v200h146v116h-146v200h146v13q0 203 150.5 348t394.5 145q60 0 117.5 -8t125.5 -23l-21 -229q-53 16 -109.5 25.5t-112.5 9.5q-118 0 -185.5 -80.5t-67.5 -185.5v-15h428v-200h-428v-116h428v-200h-428v-8q0 -99 67.5 -171.5t187.5 -72.5q58 0 113.5 8.5 t106.5 25.5l21 -227q-57 -15 -118 -23t-123 -8q-245 0 -396 137.5t-151 330.5v8h-146z" />
<glyph unicode="&#x2122;" horiz-adv-x="1294" d="M96 1351v105h398v-105h-128v-434h-144v434h-126zM565 915v541h159l119 -362h6l120 362h154v-541h-129v282l-6 1l-105 -283h-73l-110 298l-6 -1v-297h-129z" />
<glyph unicode="&#xe000;" horiz-adv-x="1080" d="M0 0v1080h1080v-1080h-1080z" />
<glyph unicode="&#xfb02;" horiz-adv-x="1279" d="M27 877v205h161v120q0 182 105 280.5t295 98.5q37 0 75.5 -5.5t84.5 -15.5l-25 -217q-24 4 -46.5 7t-52.5 3q-71 0 -107.5 -39t-36.5 -112v-120h215v-205h-215v-877h-292v877h-161zM859 0v1560h292v-1560h-292z" />
<glyph unicode="&#xfb03;" horiz-adv-x="1981" d="M27 877v205h161v120q0 182 105 280.5t295 98.5q37 0 75.5 -5.5t84.5 -15.5l-25 -217q-24 4 -46.5 7t-52.5 3q-71 0 -107.5 -39t-36.5 -112v-120h215v-205h-215v-877h-292v877h-161zM752 877v205h161v74q0 204 124.5 314.5t350.5 110.5q78 0 154 -15.5t176 -44.5l-42 -230 q-73 22 -132.5 34t-136.5 12q-101 0 -151.5 -46t-50.5 -135v-74h213v-205h-213v-877h-292v877h-161zM1561 0v1082h292v-1082h-292z" />
<glyph unicode="&#xfb04;" horiz-adv-x="2011" d="M27 877v205h161v120q0 182 105 280.5t295 98.5q37 0 75.5 -5.5t84.5 -15.5l-25 -217q-24 4 -46.5 7t-52.5 3q-71 0 -107.5 -39t-36.5 -112v-120h215v-205h-215v-877h-292v877h-161zM759 877v205h161v120q0 182 105 280.5t295 98.5q37 0 75.5 -5.5t84.5 -15.5l-25 -217 q-24 4 -46.5 7t-52.5 3q-71 0 -107.5 -39t-36.5 -112v-120h215v-205h-215v-877h-292v877h-161zM1591 0v1560h292v-1560h-292z" />
<hkern u1="&#x22;" u2="w" k="-12" />
<hkern u1="&#x27;" u2="w" k="-12" />
<hkern u1="&#x28;" u2="&#x178;" k="-25" />
<hkern u1="&#x28;" u2="&#xdd;" k="-25" />
<hkern u1="&#x28;" u2="Y" k="-25" />
<hkern u1="&#x28;" u2="W" k="-26" />
<hkern u1="&#x28;" u2="V" k="-23" />
<hkern u1="A" u2="w" k="39" />
<hkern u1="A" u2="t" k="20" />
<hkern u1="A" u2="&#x3f;" k="77" />
<hkern u1="C" u2="&#x29;" k="30" />
<hkern u1="D" u2="&#xc6;" k="61" />
<hkern u1="E" u2="w" k="25" />
<hkern u1="F" u2="&#x2026;" k="325" />
<hkern u1="F" u2="&#x201e;" k="325" />
<hkern u1="F" u2="&#x201a;" k="325" />
<hkern u1="F" u2="&#x153;" k="52" />
<hkern u1="F" u2="&#xff;" k="28" />
<hkern u1="F" u2="&#xfd;" k="28" />
<hkern u1="F" u2="&#xfc;" k="25" />
<hkern u1="F" u2="&#xfb;" k="25" />
<hkern u1="F" u2="&#xfa;" k="25" />
<hkern u1="F" u2="&#xf9;" k="25" />
<hkern u1="F" u2="&#xf6;" k="54" />
<hkern u1="F" u2="&#xf5;" k="54" />
<hkern u1="F" u2="&#xf4;" k="54" />
<hkern u1="F" u2="&#xf3;" k="54" />
<hkern u1="F" u2="&#xf2;" k="54" />
<hkern u1="F" u2="&#xeb;" k="52" />
<hkern u1="F" u2="&#xea;" k="52" />
<hkern u1="F" u2="&#xe9;" k="52" />
<hkern u1="F" u2="&#xe8;" k="52" />
<hkern u1="F" u2="&#xe7;" k="52" />
<hkern u1="F" u2="&#xe5;" k="68" />
<hkern u1="F" u2="&#xe4;" k="68" />
<hkern u1="F" u2="&#xe3;" k="68" />
<hkern u1="F" u2="&#xe2;" k="68" />
<hkern u1="F" u2="&#xe1;" k="68" />
<hkern u1="F" u2="&#xe0;" k="68" />
<hkern u1="F" u2="&#xc5;" k="163" />
<hkern u1="F" u2="&#xc4;" k="163" />
<hkern u1="F" u2="&#xc3;" k="163" />
<hkern u1="F" u2="&#xc2;" k="163" />
<hkern u1="F" u2="&#xc1;" k="163" />
<hkern u1="F" u2="&#xc0;" k="163" />
<hkern u1="F" u2="y" k="28" />
<hkern u1="F" u2="v" k="28" />
<hkern u1="F" u2="u" k="25" />
<hkern u1="F" u2="r" k="30" />
<hkern u1="F" u2="q" k="52" />
<hkern u1="F" u2="o" k="54" />
<hkern u1="F" u2="g" k="52" />
<hkern u1="F" u2="e" k="52" />
<hkern u1="F" u2="d" k="52" />
<hkern u1="F" u2="c" k="52" />
<hkern u1="F" u2="a" k="68" />
<hkern u1="F" u2="T" k="-20" />
<hkern u1="F" u2="A" k="163" />
<hkern u1="F" u2="&#x3a;" k="325" />
<hkern u1="F" u2="&#x2e;" k="325" />
<hkern u1="F" u2="&#x2c;" k="325" />
<hkern u1="K" u2="w" k="74" />
<hkern u1="L" u2="w" k="104" />
<hkern u1="O" u2="&#xc6;" k="61" />
<hkern u1="P" u2="&#xc6;" k="165" />
<hkern u1="P" u2="t" k="-16" />
<hkern u1="Q" u2="&#x178;" k="71" />
<hkern u1="Q" u2="&#xdd;" k="71" />
<hkern u1="Q" u2="Y" k="71" />
<hkern u1="Q" u2="W" k="23" />
<hkern u1="Q" u2="V" k="33" />
<hkern u1="Q" u2="T" k="39" />
<hkern u1="R" u2="&#x178;" k="57" />
<hkern u1="R" u2="&#xdd;" k="57" />
<hkern u1="R" u2="Y" k="57" />
<hkern u1="R" u2="V" k="22" />
<hkern u1="R" u2="T" k="31" />
<hkern u1="T" u2="&#xf8;" k="112" />
<hkern u1="T" u2="&#xe6;" k="99" />
<hkern u1="T" u2="&#xc6;" k="195" />
<hkern u1="T" u2="&#xbb;" k="173" />
<hkern u1="T" u2="&#xab;" k="175" />
<hkern u1="T" u2="w" k="55" />
<hkern u1="T" u2="r" k="77" />
<hkern u1="V" u2="&#x7d;" k="-22" />
<hkern u1="V" u2="r" k="35" />
<hkern u1="V" u2="]" k="-20" />
<hkern u1="V" u2="&#x29;" k="-23" />
<hkern u1="W" u2="&#x7d;" k="-16" />
<hkern u1="W" u2="r" k="24" />
<hkern u1="W" u2="]" k="-14" />
<hkern u1="W" u2="&#x29;" k="-17" />
<hkern u1="Y" u2="&#x2022;" k="105" />
<hkern u1="Y" u2="&#xf8;" k="91" />
<hkern u1="Y" u2="&#xe6;" k="89" />
<hkern u1="Y" u2="&#xc6;" k="136" />
<hkern u1="Y" u2="&#xbb;" k="60" />
<hkern u1="Y" u2="&#xab;" k="119" />
<hkern u1="Y" u2="&#x7d;" k="-22" />
<hkern u1="Y" u2="t" k="33" />
<hkern u1="Y" u2="r" k="62" />
<hkern u1="Y" u2="f" k="40" />
<hkern u1="Y" u2="]" k="-21" />
<hkern u1="Y" u2="&#x2a;" k="88" />
<hkern u1="Y" u2="&#x29;" k="-23" />
<hkern u1="Y" u2="&#x26;" k="57" />
<hkern u1="Z" u2="w" k="31" />
<hkern u1="[" u2="&#xdc;" k="21" />
<hkern u1="[" u2="&#xdb;" k="21" />
<hkern u1="[" u2="&#xda;" k="21" />
<hkern u1="[" u2="&#xd9;" k="21" />
<hkern u1="[" u2="U" k="21" />
<hkern u1="[" u2="J" k="21" />
<hkern u1="f" u2="&#x201d;" k="-34" />
<hkern u1="f" u2="&#x201c;" k="-34" />
<hkern u1="f" u2="&#x2019;" k="-34" />
<hkern u1="f" u2="&#x2018;" k="-34" />
<hkern u1="f" u2="&#x7d;" k="-37" />
<hkern u1="f" u2="]" k="-66" />
<hkern u1="f" u2="&#x29;" k="-53" />
<hkern u1="f" u2="&#x27;" k="-34" />
<hkern u1="f" u2="&#x22;" k="-34" />
<hkern u1="k" u2="&#x153;" k="23" />
<hkern u1="k" u2="&#xeb;" k="23" />
<hkern u1="k" u2="&#xea;" k="23" />
<hkern u1="k" u2="&#xe9;" k="23" />
<hkern u1="k" u2="&#xe8;" k="23" />
<hkern u1="k" u2="&#xe7;" k="23" />
<hkern u1="k" u2="q" k="23" />
<hkern u1="k" u2="g" k="23" />
<hkern u1="k" u2="e" k="23" />
<hkern u1="k" u2="d" k="23" />
<hkern u1="k" u2="c" k="23" />
<hkern u1="r" u2="w" k="-27" />
<hkern u1="r" u2="t" k="-27" />
<hkern u1="r" u2="f" k="-24" />
<hkern u1="v" u2="f" k="-15" />
<hkern u1="w" u2="&#x2026;" k="72" />
<hkern u1="w" u2="&#x201e;" k="72" />
<hkern u1="w" u2="&#x201a;" k="72" />
<hkern u1="w" u2="&#x3a;" k="72" />
<hkern u1="w" u2="&#x2e;" k="72" />
<hkern u1="w" u2="&#x2c;" k="72" />
<hkern u1="y" u2="f" k="-15" />
<hkern u1="&#x7b;" u2="&#xdc;" k="23" />
<hkern u1="&#x7b;" u2="&#xdb;" k="23" />
<hkern u1="&#x7b;" u2="&#xda;" k="23" />
<hkern u1="&#x7b;" u2="&#xd9;" k="23" />
<hkern u1="&#x7b;" u2="U" k="23" />
<hkern u1="&#x7b;" u2="J" k="23" />
<hkern u1="&#xc0;" u2="w" k="39" />
<hkern u1="&#xc0;" u2="t" k="20" />
<hkern u1="&#xc0;" u2="&#x3f;" k="77" />
<hkern u1="&#xc1;" u2="w" k="39" />
<hkern u1="&#xc1;" u2="t" k="20" />
<hkern u1="&#xc1;" u2="&#x3f;" k="77" />
<hkern u1="&#xc2;" u2="w" k="39" />
<hkern u1="&#xc2;" u2="t" k="20" />
<hkern u1="&#xc2;" u2="&#x3f;" k="77" />
<hkern u1="&#xc3;" u2="w" k="39" />
<hkern u1="&#xc3;" u2="t" k="20" />
<hkern u1="&#xc3;" u2="&#x3f;" k="77" />
<hkern u1="&#xc4;" u2="w" k="39" />
<hkern u1="&#xc4;" u2="t" k="20" />
<hkern u1="&#xc4;" u2="&#x3f;" k="77" />
<hkern u1="&#xc5;" u2="w" k="39" />
<hkern u1="&#xc5;" u2="t" k="20" />
<hkern u1="&#xc5;" u2="&#x3f;" k="77" />
<hkern u1="&#xc7;" u2="&#x29;" k="30" />
<hkern u1="&#xc8;" u2="w" k="25" />
<hkern u1="&#xc9;" u2="w" k="25" />
<hkern u1="&#xca;" u2="w" k="25" />
<hkern u1="&#xcb;" u2="w" k="25" />
<hkern u1="&#xd0;" u2="&#xc6;" k="61" />
<hkern u1="&#xd2;" u2="&#xc6;" k="61" />
<hkern u1="&#xd3;" u2="&#xc6;" k="61" />
<hkern u1="&#xd4;" u2="&#xc6;" k="61" />
<hkern u1="&#xd5;" u2="&#xc6;" k="61" />
<hkern u1="&#xd6;" u2="&#xc6;" k="61" />
<hkern u1="&#xdd;" u2="&#x2022;" k="105" />
<hkern u1="&#xdd;" u2="&#xf8;" k="91" />
<hkern u1="&#xdd;" u2="&#xe6;" k="89" />
<hkern u1="&#xdd;" u2="&#xc6;" k="136" />
<hkern u1="&#xdd;" u2="&#xbb;" k="60" />
<hkern u1="&#xdd;" u2="&#xab;" k="119" />
<hkern u1="&#xdd;" u2="&#x7d;" k="-22" />
<hkern u1="&#xdd;" u2="t" k="33" />
<hkern u1="&#xdd;" u2="r" k="62" />
<hkern u1="&#xdd;" u2="f" k="40" />
<hkern u1="&#xdd;" u2="]" k="-21" />
<hkern u1="&#xdd;" u2="&#x2a;" k="88" />
<hkern u1="&#xdd;" u2="&#x29;" k="-23" />
<hkern u1="&#xdd;" u2="&#x26;" k="57" />
<hkern u1="&#xfd;" u2="f" k="-15" />
<hkern u1="&#xff;" u2="f" k="-15" />
<hkern u1="&#x178;" u2="&#x2022;" k="105" />
<hkern u1="&#x178;" u2="&#xf8;" k="91" />
<hkern u1="&#x178;" u2="&#xe6;" k="89" />
<hkern u1="&#x178;" u2="&#xc6;" k="136" />
<hkern u1="&#x178;" u2="&#xbb;" k="60" />
<hkern u1="&#x178;" u2="&#xab;" k="119" />
<hkern u1="&#x178;" u2="&#x7d;" k="-22" />
<hkern u1="&#x178;" u2="t" k="33" />
<hkern u1="&#x178;" u2="r" k="62" />
<hkern u1="&#x178;" u2="f" k="40" />
<hkern u1="&#x178;" u2="]" k="-21" />
<hkern u1="&#x178;" u2="&#x2a;" k="88" />
<hkern u1="&#x178;" u2="&#x29;" k="-23" />
<hkern u1="&#x178;" u2="&#x26;" k="57" />
<hkern u1="&#x2018;" u2="w" k="-12" />
<hkern u1="&#x2019;" u2="w" k="-12" />
<hkern u1="&#x201c;" u2="w" k="-12" />
<hkern u1="&#x201d;" u2="w" k="-12" />
<hkern g1="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="285" />
<hkern g1="B" g2="T" k="31" />
<hkern g1="B" g2="V" k="28" />
<hkern g1="B" g2="Y,Yacute,Ydieresis" k="130" />
<hkern g1="C,Ccedilla" g2="T" k="34" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="24" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="T" k="31" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="V" k="25" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Y,Yacute,Ydieresis" k="50" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="88" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="X" k="25" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Z" k="26" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="22" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="T" k="-20" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="v,y,yacute,ydieresis" k="30" />
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="25" />
<hkern g1="K" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="30" />
<hkern g1="K" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="31" />
<hkern g1="K" g2="u,ugrave,uacute,ucircumflex,udieresis" k="26" />
<hkern g1="K" g2="v,y,yacute,ydieresis" k="47" />
<hkern g1="K" g2="hyphen,uni00AD,endash,emdash" k="168" />
<hkern g1="K" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="58" />
<hkern g1="L" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="298" />
<hkern g1="L" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-22" />
<hkern g1="L" g2="T" k="213" />
<hkern g1="L" g2="V" k="215" />
<hkern g1="L" g2="Y,Yacute,Ydieresis" k="267" />
<hkern g1="L" g2="u,ugrave,uacute,ucircumflex,udieresis" k="16" />
<hkern g1="L" g2="v,y,yacute,ydieresis" k="140" />
<hkern g1="L" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="59" />
<hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="28" />
<hkern g1="L" g2="W" k="117" />
<hkern g1="P" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="168" />
<hkern g1="P" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="12" />
<hkern g1="P" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="15" />
<hkern g1="P" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="15" />
<hkern g1="P" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="382" />
<hkern g1="P" g2="X" k="77" />
<hkern g1="P" g2="Z" k="39" />
<hkern g1="P" g2="v,y,yacute,ydieresis" k="-17" />
<hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="100" />
<hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="98" />
<hkern g1="T" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="105" />
<hkern g1="T" g2="m,n,p,ntilde" k="83" />
<hkern g1="T" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="93" />
<hkern g1="T" g2="s" k="90" />
<hkern g1="T" g2="T" k="-19" />
<hkern g1="T" g2="V" k="-19" />
<hkern g1="T" g2="Y,Yacute,Ydieresis" k="-19" />
<hkern g1="T" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="203" />
<hkern g1="T" g2="u,ugrave,uacute,ucircumflex,udieresis" k="77" />
<hkern g1="T" g2="v,y,yacute,ydieresis" k="97" />
<hkern g1="T" g2="hyphen,uni00AD,endash,emdash" k="200" />
<hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="33" />
<hkern g1="T" g2="W" k="-17" />
<hkern g1="T" g2="S" k="19" />
<hkern g1="T" g2="x" k="91" />
<hkern g1="T" g2="z" k="71" />
<hkern g1="V" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="141" />
<hkern g1="V" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="54" />
<hkern g1="V" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="52" />
<hkern g1="V" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="54" />
<hkern g1="V" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="215" />
<hkern g1="V" g2="u,ugrave,uacute,ucircumflex,udieresis" k="33" />
<hkern g1="V" g2="v,y,yacute,ydieresis" k="12" />
<hkern g1="V" g2="hyphen,uni00AD,endash,emdash" k="73" />
<hkern g1="V" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="30" />
<hkern g1="W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="73" />
<hkern g1="W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="39" />
<hkern g1="W" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="36" />
<hkern g1="W" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="36" />
<hkern g1="W" g2="T" k="-16" />
<hkern g1="W" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="169" />
<hkern g1="W" g2="u,ugrave,uacute,ucircumflex,udieresis" k="22" />
<hkern g1="W" g2="hyphen,uni00AD,endash,emdash" k="101" />
<hkern g1="X" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="30" />
<hkern g1="X" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="32" />
<hkern g1="X" g2="V" k="-16" />
<hkern g1="X" g2="u,ugrave,uacute,ucircumflex,udieresis" k="24" />
<hkern g1="X" g2="v,y,yacute,ydieresis" k="51" />
<hkern g1="X" g2="hyphen,uni00AD,endash,emdash" k="186" />
<hkern g1="X" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="37" />
<hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="159" />
<hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="96" />
<hkern g1="Y,Yacute,Ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="129" />
<hkern g1="Y,Yacute,Ydieresis" g2="m,n,p,ntilde" k="77" />
<hkern g1="Y,Yacute,Ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="144" />
<hkern g1="Y,Yacute,Ydieresis" g2="s" k="121" />
<hkern g1="Y,Yacute,Ydieresis" g2="T" k="-20" />
<hkern g1="Y,Yacute,Ydieresis" g2="V" k="-21" />
<hkern g1="Y,Yacute,Ydieresis" g2="Y,Yacute,Ydieresis" k="-21" />
<hkern g1="Y,Yacute,Ydieresis" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="247" />
<hkern g1="Y,Yacute,Ydieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="75" />
<hkern g1="Y,Yacute,Ydieresis" g2="v,y,yacute,ydieresis" k="23" />
<hkern g1="Y,Yacute,Ydieresis" g2="hyphen,uni00AD,endash,emdash" k="131" />
<hkern g1="Y,Yacute,Ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="34" />
<hkern g1="Y,Yacute,Ydieresis" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="61" />
<hkern g1="Y,Yacute,Ydieresis" g2="W" k="-20" />
<hkern g1="Y,Yacute,Ydieresis" g2="S" k="19" />
<hkern g1="Y,Yacute,Ydieresis" g2="x" k="34" />
<hkern g1="Y,Yacute,Ydieresis" g2="z" k="42" />
<hkern g1="Y,Yacute,Ydieresis" g2="J" k="159" />
<hkern g1="Z" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-15" />
<hkern g1="Z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="24" />
<hkern g1="Z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="24" />
<hkern g1="Z" g2="u,ugrave,uacute,ucircumflex,udieresis" k="22" />
<hkern g1="Z" g2="v,y,yacute,ydieresis" k="31" />
<hkern g1="Z" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="30" />
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="50" />
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="v,y,yacute,ydieresis" k="17" />
<hkern g1="b,p,thorn" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="49" />
<hkern g1="b,p,thorn" g2="v,y,yacute,ydieresis" k="12" />
<hkern g1="b,p,thorn" g2="x" k="17" />
<hkern g1="b,p,thorn" g2="z" k="17" />
<hkern g1="c,ccedilla" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="42" />
<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="38" />
<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="v,y,yacute,ydieresis" k="15" />
<hkern g1="h,m,n,ntilde" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="56" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="61" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="v,y,yacute,ydieresis" k="17" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="x" k="32" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="z" k="19" />
<hkern g1="r" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-19" />
<hkern g1="r" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="146" />
<hkern g1="r" g2="v,y,yacute,ydieresis" k="-28" />
<hkern g1="v,y,yacute,ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="17" />
<hkern g1="v,y,yacute,ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="15" />
<hkern g1="v,y,yacute,ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="17" />
<hkern g1="v,y,yacute,ydieresis" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="140" />
<hkern g1="x" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="23" />
<hkern g1="x" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="28" />
<hkern g1="z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" />
<hkern g1="z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="19" />
</font>
</defs></svg>

Before

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Binary file not shown.

View File

@@ -1,642 +0,0 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata></metadata>
<defs>
<font id="robotobold_italic" horiz-adv-x="1088" >
<font-face units-per-em="2048" ascent="1638" descent="-410" />
<missing-glyph horiz-adv-x="486" />
<glyph unicode="&#xfb01;" horiz-adv-x="1184" d="M83 0l175 877h-148l41 205h148l15 74q43 217 180.5 321t357.5 104q68 0 140.5 -16t158.5 -44l-88 -230q-61 21 -115 33.5t-126 12.5q-87 0 -145 -47t-75 -134l-15 -74h193l-41 -205h-193l-175 -877h-288zM691 0l216 1082h288l-216 -1082h-288z" />
<glyph horiz-adv-x="2048" />
<glyph horiz-adv-x="2048" />
<glyph unicode="&#xd;" horiz-adv-x="486" />
<glyph unicode=" " horiz-adv-x="486" />
<glyph unicode="&#x09;" horiz-adv-x="486" />
<glyph unicode="&#xa0;" horiz-adv-x="486" />
<glyph unicode="!" horiz-adv-x="539" d="M44 0l51 256h285l-51 -256h-285zM142 502l191 954h289l-191 -954h-289z" />
<glyph unicode="&#x22;" horiz-adv-x="630" d="M153 1039l37 237l46 284h202l-44 -272l-116 -249h-125zM467 1039l38 245l45 276h202l-44 -272l-117 -249h-124z" />
<glyph unicode="#" horiz-adv-x="1140" d="M45 410l34 169h235l105 290h-212l34 171h240l151 416h179l-150 -416h167l151 416h179l-151 -416h202l-34 -171h-230l-105 -290h207l-34 -169h-235l-148 -410h-180l149 410h-166l-148 -410h-180l148 410h-208zM494 579h166l106 290h-167z" />
<glyph unicode="$" horiz-adv-x="1107" d="M91 454h288q-23 -140 20.5 -195t128.5 -55q76 0 126.5 49t64.5 130q13 84 -19 133t-124 94q-195 81 -280 180.5t-56 280.5q27 174 144 279t290 123l35 215h155l-35 -219q154 -28 231 -150t47 -314h-288q19 122 -12.5 184t-104.5 62q-70 0 -115.5 -50t-58.5 -131 q-13 -80 18.5 -127t128.5 -95q192 -87 276 -186t56 -277q-30 -180 -145 -282t-291 -120l-31 -197h-156l31 198q-166 21 -263 135.5t-61 334.5z" />
<glyph unicode="%" horiz-adv-x="1416" d="M227 1099l15 77q27 137 120.5 219t236.5 82q133 0 198 -87t40 -214l-15 -77q-28 -137 -120.5 -218t-235.5 -81q-132 0 -198.5 86.5t-40.5 212.5zM251 184l889 1138l124 -75l-889 -1138zM417 1099q-13 -61 7 -99t74 -38q48 0 85 40.5t49 96.5l15 77q12 62 -7.5 100.5 t-72.5 38.5q-48 0 -86 -41t-49 -98zM706 280l15 77q27 136 121 218t237 82q132 0 197.5 -87t40.5 -213l-15 -77q-28 -138 -120.5 -219t-235.5 -81q-132 0 -199 87t-41 213zM896 280q-13 -60 10 -99t72 -39q54 0 87.5 38.5t46.5 99.5l15 77q12 61 -8 99.5t-72 38.5 q-49 0 -87 -41t-49 -97z" />
<glyph unicode="&#x26;" horiz-adv-x="1269" d="M51 392q19 123 91.5 204.5t214.5 176.5q-50 92 -69 168.5t-6 155.5q28 180 144.5 280t290.5 100q144 0 225.5 -99.5t59.5 -237.5q-16 -102 -73.5 -180.5t-150.5 -140.5l-92 -63l197 -312q41 58 69 124.5t40 140.5h214q-23 -143 -71.5 -256t-129.5 -201l159 -252h-326 l-54 85q-87 -54 -173 -80t-180 -26q-197 0 -303.5 116t-76.5 297zM341 407q-15 -92 24 -148t116 -56q46 0 95.5 13.5t98.5 39.5l-218 346l-14 -10q-49 -48 -72 -94t-30 -91zM539 1100q-8 -43 4.5 -86t42.5 -96l79 49q57 36 80.5 73.5t31.5 83.5q7 52 -18.5 90t-78.5 38 q-54 0 -92.5 -44t-48.5 -108z" />
<glyph unicode="'" horiz-adv-x="316" d="M149 1008l42 268l46 284h194l-43 -269l-114 -283h-125z" />
<glyph unicode="(" horiz-adv-x="679" d="M140 570l4 22q65 408 249 672.5t381 347.5l6 -1l28 -145q-136 -98 -252.5 -316t-169.5 -556l-4 -26q-57 -353 -10.5 -562t152.5 -313l-74 -143l-6 1q-167 80 -267 353t-37 666z" />
<glyph unicode=")" horiz-adv-x="679" d="M-85 -307q133 98 250.5 317.5t172.5 557.5l4 26q55 350 7 562t-150 314l76 142h6q169 -80 274.5 -359.5t44.5 -660.5l-4 -22q-64 -398 -255 -668t-390 -352l-6 1z" />
<glyph unicode="*" horiz-adv-x="858" d="M156 1055l91 177l247 -123l51 347h183l-88 -353l290 120l19 -180l-299 -89l130 -265l-171 -110l-99 290l-213 -281l-129 106l246 272z" />
<glyph unicode="+" horiz-adv-x="1046" d="M83 560l50 252h330l79 394h272l-79 -394h326l-50 -252h-326l-83 -414h-272l83 414h-330z" />
<glyph unicode="," horiz-adv-x="478" d="M-95 -302l129 324l45 221h258l-46 -230l-218 -315h-168z" />
<glyph unicode="-" horiz-adv-x="769" d="M131 510l45 225h531l-45 -225h-531z" />
<glyph unicode="." horiz-adv-x="575" d="M52 0l51 256h286l-51 -256h-286z" />
<glyph unicode="/" horiz-adv-x="718" d="M-122 -125l808 1581h211l-807 -1581h-212z" />
<glyph unicode="0" horiz-adv-x="1103" d="M118 567l65 321q61 308 210.5 448.5t367.5 140.5q199 0 300 -153t45 -436l-65 -321q-62 -309 -211 -448.5t-366 -139.5q-200 0 -301.5 152t-44.5 436zM391.5 277.5q29.5 -74.5 117.5 -74.5q79 0 142 81.5t98 254.5l76 379q36 185 7 259.5t-116 74.5q-80 0 -143.5 -82 t-96.5 -252l-76 -379q-38 -187 -8.5 -261.5z" />
<glyph unicode="1" horiz-adv-x="1107" d="M289 1159l40 199l607 98l-291 -1456h-287l232 1159h-301z" />
<glyph unicode="2" horiz-adv-x="1107" d="M23 0l31 191l518 505q112 117 163.5 197.5t62.5 149.5q15 95 -19 152t-114 57q-85 0 -143.5 -69.5t-76.5 -181.5h-279l-3 6q29 205 175.5 337.5t362.5 132.5q204 0 310 -118.5t76 -310.5q-23 -138 -105 -245t-272 -291l-276 -282l3 -6h555l-36 -224h-933z" />
<glyph unicode="3" horiz-adv-x="1107" d="M59 390l3 6h280q-15 -88 28 -140.5t124 -52.5q85 0 147 56.5t78 151.5q18 120 -22 171t-140 51h-156l24 150l11 69h156q87 0 141 55t69 151q14 91 -21 142.5t-118 51.5q-68 0 -125.5 -48.5t-70.5 -125.5h-279l-2 6q24 178 168 285.5t337 107.5q204 0 317.5 -109.5 t82.5 -306.5q-16 -99 -85.5 -184t-175.5 -132q103 -44 149 -133t28 -204q-34 -208 -187 -318.5t-369 -110.5q-183 0 -305.5 108t-86.5 303z" />
<glyph unicode="4" horiz-adv-x="1107" d="M47 316l22 175l749 965h289l-183 -914h147l-45 -226h-147l-63 -316h-287l63 316h-545zM345 542h292l102 513l-5 3l-23 -31z" />
<glyph unicode="5" horiz-adv-x="1107" d="M94 390l2 5l280 14q-16 -101 23 -153.5t118 -52.5q86 0 141.5 73.5t73.5 188.5q21 131 -12 204.5t-125 73.5q-70 0 -115 -31.5t-69 -83.5l-251 17l208 811h764l-37 -234h-528l-90 -336q40 29 95 49t114 21q198 3 285 -127t50 -362q-35 -217 -174.5 -352.5t-364.5 -135.5 q-182 0 -302 110.5t-86 300.5z" />
<glyph unicode="6" horiz-adv-x="1175" d="M104 569l43 284q44 297 232.5 460.5t446.5 163.5q79 0 148 -16t133 -45l-84 -214q-63 23 -112.5 34.5t-117.5 11.5q-127 0 -224.5 -99.5t-119.5 -271.5l4 -5q54 49 134 77t174 28q187 0 280 -140t62 -352q-35 -228 -191 -367t-375 -139q-223 0 -348.5 158t-84.5 432z M395 562q-27 -180 21 -269.5t154 -89.5q87 0 155.5 83.5t86.5 198.5q18 126 -25.5 198.5t-136.5 72.5q-79 0 -140 -26.5t-101 -73.5z" />
<glyph unicode="7" horiz-adv-x="1107" d="M187 1231l36 225h964l-36 -225q-264 -272 -376 -504.5t-200 -578.5l-38 -148h-288l38 148q82 322 226.5 590t360.5 493h-687z" />
<glyph unicode="8" horiz-adv-x="1107" d="M84 398q24 127 104 217t200 136q-84 48 -122.5 131t-16.5 188q41 207 177.5 307t336.5 100q182 0 286 -108t66 -299q-24 -118 -94 -201.5t-174 -126.5q95 -51 141 -141t24 -203q-44 -216 -189 -317.5t-357 -101.5q-196 0 -309 110t-73 309zM377 418q-22 -106 14.5 -160.5 t119.5 -54.5q74 0 135.5 58.5t81.5 156.5q20 104 -16.5 160t-116.5 56q-75 0 -137 -60t-81 -156zM534 1057q-19 -97 9 -147.5t99 -50.5q64 0 114.5 54.5t68.5 143.5q19 93 -9 144t-98 51q-65 0 -116 -53.5t-68 -141.5z" />
<glyph unicode="9" horiz-adv-x="1107" d="M141 40l67 211q56 -25 113 -36.5t130 -11.5q98 0 178.5 86.5t106.5 243.5l6 37q-53 -58 -118 -86.5t-135 -28.5q-183 0 -273.5 135t-52.5 367q37 230 189 375t353 145q202 0 311.5 -155t65.5 -430l-55 -344q-45 -275 -213 -422t-398 -147q-67 0 -142 15.5t-133 45.5z M450 957q-22 -137 9 -212.5t113 -75.5q60 0 112.5 27t88.5 71l26 159q26 167 -8.5 246.5t-120.5 79.5q-73 0 -137 -87.5t-83 -207.5z" />
<glyph unicode=":" horiz-adv-x="567" d="M54 0l51 256h286l-51 -256h-286zM219 825l51 256h286l-51 -256h-286z" />
<glyph unicode=";" horiz-adv-x="547" d="M-50 -302l129 324l45 221h258l-46 -230l-218 -315h-168zM208 825l51 256h286l-51 -256h-286z" />
<glyph unicode="&#x3c;" horiz-adv-x="979" d="M55 436l30 148l16 79l877 366l-55 -272l-574 -207v-6l491 -203l-54 -272z" />
<glyph unicode="=" horiz-adv-x="1111" d="M112 332l46 229h837l-46 -229h-837zM199 763l45 229h837l-45 -229h-837z" />
<glyph unicode="&#x3e;" horiz-adv-x="994" d="M43 65l54 270l584 209v6l-500 206l54 269l741 -366l-30 -149h-1l-15 -78z" />
<glyph unicode="?" horiz-adv-x="968" d="M160 1081q37 192 180 294t340 102q199 0 303.5 -115.5t66.5 -306.5q-27 -135 -115 -237t-211 -179q-66 -47 -93.5 -94.5t-43.5 -130.5h-288q29 139 81 204t186 159q76 59 127.5 126t67.5 149q20 97 -12.5 146.5t-113.5 49.5q-61 0 -118 -44.5t-74 -128.5h-281zM216 0 l50 250h288l-50 -250h-288z" />
<glyph unicode="@" horiz-adv-x="1694" d="M73 478q102 427 374 683.5t634 256.5q335 0 490 -247.5t58 -657.5q-53 -218 -195.5 -376t-366.5 -158q-69 0 -114 45t-53 125q-58 -84 -126.5 -125.5t-148.5 -41.5q-123 0 -173.5 121t6.5 313q73 254 214 407t298 153q102 0 170 -27.5t132 -78.5l-4 -4h5l-161 -573 q-25 -95 -14.5 -130t41.5 -28l6 -1q93 -5 181 105.5t128 273.5q86 353 -15.5 551t-393.5 198q-261 0 -478 -216.5t-301 -567.5q-86 -355 22.5 -560t388.5 -205q74 0 165.5 20t156.5 50l7 -147q-72 -42 -173 -65.5t-193 -23.5q-345 0 -505.5 253.5t-61.5 677.5zM657 223.5 q12 -65.5 68 -65.5q46 0 92 26t92 94q1 5 1.5 8t2.5 7l140 498q-18 6 -37.5 9.5t-40.5 3.5q-95 0 -168.5 -98t-127.5 -290q-34 -127 -22 -192.5z" />
<glyph unicode="A" horiz-adv-x="1240" d="M-67 0l754 1456h294l169 -1456h-290l-28 314h-456l-154 -314h-289zM488 543h323l-49 546l-6 1z" />
<glyph unicode="B" horiz-adv-x="1238" d="M42 0l291 1456h465q227 0 349 -102q92 -77 93 -208q0 -42 -10 -89q-22 -107 -86 -184.5t-168 -115.5q116 -29 158 -121q27 -59 26 -129q0 -39 -8 -83q-45 -222 -191.5 -323t-390.5 -101h-528zM375 224h240q97 0 163.5 51.5t86.5 148.5q9 46 9 81q0 54 -20 86 q-33 53 -134 53h-261zM499 846h195q93 2 159 51t85 137q7 34 7 61q0 59 -32 91q-46 44 -160 45h-177z" />
<glyph unicode="C" horiz-adv-x="1226" d="M120 586l58 290q57 287 219 444t402 157q237 0 368 -142q106 -115 106 -291q0 -42 -6 -87l-2 -5h-282q6 41 6 77q0 89 -36 145q-50 78 -181 78q-107 0 -190.5 -104.5t-115.5 -269.5l-59 -292q-14 -71 -15 -130q0 -88 32 -150q54 -104 180 -103q112 0 179.5 69.5 t106.5 215.5h279l2 -6q-61 -243 -204.5 -373t-382.5 -130q-232 1 -374 175q-103 128 -104 299q0 64 14 133z" />
<glyph unicode="D" horiz-adv-x="1258" d="M42 0l291 1456h435q236 0 386 -179q112 -134 111 -312q0 -61 -12 -127l-49 -241q-58 -288 -230 -442.5t-423 -154.5h-509zM375 224h206q129 0 214 100t120 273l49 243q11 58 11 108q0 104 -48 176q-72 107 -219 107h-132z" />
<glyph unicode="E" horiz-adv-x="1104" d="M42 0l291 1456h933l-45 -225h-645l-73 -366h552l-45 -225h-552l-83 -416h647l-45 -224h-935z" />
<glyph unicode="F" horiz-adv-x="1110" d="M42 0l291 1456h941l-45 -225h-653l-80 -401h558l-45 -225h-558l-121 -605h-288z" />
<glyph unicode="G" horiz-adv-x="1281" d="M122 576l61 304q56 281 237 439t425 158q236 0 348 -129q94 -109 94 -274q0 -32 -4 -67l-3 -6h-272q1 14 1 28q0 100 -39 157q-45 66 -162 66q-111 0 -208.5 -105.5t-129.5 -264.5l-61 -306q-14 -69 -14 -126q0 -89 33 -148q56 -99 186 -99q84 0 145.5 21.5t95.5 51.5 l53 264h-227l40 202h515l-108 -543q-80 -86 -221 -153t-338 -67q-233 0 -366 169q-96 121 -96 289q0 66 15 139z" />
<glyph unicode="H" horiz-adv-x="1359" d="M42 0l291 1456h288l-125 -626h529l125 626h287l-291 -1456h-287l121 605h-529l-121 -605h-288z" />
<glyph unicode="I" horiz-adv-x="574" d="M57 0l291 1456h288l-291 -1456h-288z" />
<glyph unicode="J" horiz-adv-x="1100" d="M61 418l2 5h281q-10 -49 -10 -86q0 -56 22 -85q38 -49 121 -49q66 0 129.5 63.5t85.5 170.5l204 1019h287l-204 -1019q-45 -225 -195 -341.5t-352 -116.5q-201 0 -310 113q-76 78 -76 205q0 56 15 121z" />
<glyph unicode="K" horiz-adv-x="1183" d="M36 0l291 1456h290l-119 -595h115l400 595h376l-569 -726l295 -730h-331l-224 604h-114l-120 -604h-290z" />
<glyph unicode="L" horiz-adv-x="1044" d="M42 0l291 1456h288l-246 -1232h596l-45 -224h-884z" />
<glyph unicode="M" horiz-adv-x="1674" d="M42 0l291 1456h376l115 -1072l6 -1l546 1073h376l-291 -1456h-288l87 434l149 612l-5 2l-557 -1048h-193l-136 1043h-6l-95 -609l-87 -434h-288z" />
<glyph unicode="N" horiz-adv-x="1359" d="M42 0l291 1456h288l328 -967h6l194 967h288l-291 -1456h-288l-329 968h-6l-193 -968h-288z" />
<glyph unicode="O" horiz-adv-x="1314" d="M123 600l52 262q58 288 229.5 451.5t423.5 163.5q240 0 388 -182q110 -135 109 -312q0 -61 -13 -128l-52 -262q-58 -288 -235.5 -451t-432.5 -163q-237 1 -379 181q-104 132 -104 306q0 64 14 134zM410 600q-13 -65 -13 -121q0 -97 40 -165q63 -108 200 -108 q122 0 211 107.5t124 279.5l52 264q12 60 12 112q0 103 -46 173q-68 108 -207 107q-120 0 -203 -106t-117 -279z" />
<glyph unicode="P" horiz-adv-x="1258" d="M42 0l291 1456h548q219 0 337 -130q87 -97 87 -234q0 -48 -11 -101q-45 -222 -202 -342.5t-396 -120.5h-261l-105 -528h-288zM480 753h261q101 0 173 68t93 168q8 38 8 71q1 62 -27 106q-42 66 -152 65h-260z" />
<glyph unicode="Q" horiz-adv-x="1348" d="M128 600l52 262q58 288 229.5 451.5t423.5 163.5q240 0 387 -182q110 -135 110 -312q0 -62 -13 -128l-52 -262q-30 -144 -90 -258.5t-147 -193.5l175 -220l-212 -152l-187 241q-49 -15 -101 -23t-106 -8q-237 0 -379 181q-104 132 -104 306q0 64 14 134zM415 600 q-13 -65 -13 -121q0 -97 40 -165q63 -108 200 -108q122 0 211 107.5t124 279.5l52 264q12 60 12 112q0 101 -45 173q-69 107 -208 107q-120 0 -203 -106t-117 -279z" />
<glyph unicode="R" horiz-adv-x="1270" d="M42 0l291 1456h517q218 0 334 -115q86 -86 86 -218q0 -46 -10 -97q-25 -122 -95 -201.5t-189 -127.5q108 -41 146 -130q24 -55 23 -123q0 -42 -9 -90l-22 -107q-11 -53 -11 -107v-22q2 -66 34 -97l-4 -21h-297q-28 29 -28 91v15q4 74 19 143l20 103q8 42 8 77 q-1 59 -25 95q-40 58 -136 58h-247l-116 -582h-289zM492 807h224q100 0 167 53.5t88 152.5q7 36 7 66q0 59 -27 96q-41 56 -146 56h-228z" />
<glyph unicode="S" horiz-adv-x="1183" d="M105 425l2 6h280q-7 -34 -7 -63q0 -80 54 -116q72 -50 185 -49q73 0 137 42.5t78 107.5q5 28 5 53q1 60 -33 96q-48 50 -188 109q-229 79 -335 193q-79 84 -79 206q0 43 10 90q36 181 185 279t358 98q223 0 349 -120q92 -88 91 -223q0 -48 -11 -103l-3 -6h-279q5 28 5 53 q0 67 -38 112q-53 62 -159 62q-73 0 -134.5 -43.5t-74.5 -106.5q-6 -28 -6 -51q0 -59 36 -91q50 -46 220 -112q215 -78 311 -190q69 -81 68 -201q0 -48 -10 -102q-38 -189 -185.5 -282.5t-362.5 -93.5q-220 0 -370 109q-112 81 -112 229q0 50 13 108z" />
<glyph unicode="T" horiz-adv-x="1093" d="M190 1231l45 225h1036l-45 -225h-375l-246 -1231h-288l246 1231h-373z" />
<glyph unicode="U" horiz-adv-x="1321" d="M125 490l193 966h289l-193 -966q-11 -56 -11 -101q0 -77 34 -119q54 -66 178 -67q116 0 203 72.5t116 214.5l193 966h289l-193 -966q-53 -262 -226.5 -386.5t-426.5 -124.5q-230 0 -362 135q-96 99 -96 255q0 57 13 121z" />
<glyph unicode="V" horiz-adv-x="1231" d="M175 1456h303l110 -1069l4 -73h6l27 71l454 1071h304l-690 -1456h-296z" />
<glyph unicode="W" horiz-adv-x="1695" d="M188 1456h282l30 -962l5 -1l398 963h211l92 -963l6 -1l337 964h280l-545 -1456h-267l-90 927l-6 1l-386 -928h-267z" />
<glyph unicode="X" horiz-adv-x="1227" d="M-38 0l524 734l-281 722h333l151 -509l6 -1l319 510h336l-513 -722l303 -734h-348l-161 518l-6 1l-326 -519h-337z" />
<glyph unicode="Y" horiz-adv-x="1221" d="M215 1456h316l151 -650l6 -1l414 651h315l-650 -943l-102 -513h-287l106 532z" />
<glyph unicode="Z" d="M12 152l753 1079h-528l45 225h883l-29 -146l-756 -1086h611l-45 -224h-928z" />
<glyph unicode="[" horiz-adv-x="549" d="M-13 -336l325 2027h415l-35 -216h-125l-255 -1595h125l-35 -216h-415z" />
<glyph unicode="\" horiz-adv-x="819" d="M209 1456h285l249 -1581h-285z" />
<glyph unicode="]" horiz-adv-x="549" d="M-105 -336l35 216h126l255 1595h-126l35 216h414l-325 -2027h-414z" />
<glyph unicode="^" horiz-adv-x="847" d="M104 729l423 727h208l133 -727h-227l-67 413v21l-6 1l-9 -22l-228 -413h-227z" />
<glyph unicode="_" horiz-adv-x="865" d="M-123 -219l44 219h851l-44 -219h-851z" />
<glyph unicode="`" horiz-adv-x="650" d="M239 1473l3 5h303l140 -266h-232z" />
<glyph unicode="a" horiz-adv-x="1034" d="M44 305q34 169 161 251.5t351 82.5h130l17 86q6 32 6 57q0 40 -16 66q-26 40 -96 41q-58 0 -100 -35t-53 -95l-277 1l-2 6q24 147 160 241.5t333 94.5q170 0 270 -100q74 -74 74 -191q0 -41 -9 -88l-90 -447q-17 -82 -19 -146v-15q0 -57 10 -115h-288q-6 30 -9 62t-3 65 q-59 -66 -133 -107t-159 -41q-138 0 -213 90q-54 64 -54 157q0 37 9 79zM333 315q-4 -19 -4 -36q0 -33 16 -53q24 -31 79 -31q52 0 104.5 27.5t87.5 68.5l37 183h-130q-74 0 -126 -47t-64 -112z" />
<glyph unicode="b" d="M20 0l312 1560h287l-113 -563q53 50 113 77.5t127 27.5q180 0 262 -169q51 -105 50 -242q0 -84 -18 -179l-4 -21q-52 -258 -166.5 -385t-308.5 -127q-81 0 -144.5 37.5t-103.5 107.5l-44 -124h-249zM363 283q17 -39 55 -58t99 -19q95 0 149 72t83 213l4 21q20 102 20 178 q-1 50 -9 88q-22 96 -122 97q-54 0 -101 -33.5t-84 -92.5z" />
<glyph unicode="c" horiz-adv-x="997" d="M74 525l5 30q39 247 184.5 397t374.5 150q182 0 281 -115q74 -86 75 -212q0 -42 -9 -88l-2 -5h-263q5 28 5 53q-1 52 -21 88q-30 54 -102 54q-98 0 -155.5 -91t-79.5 -231l-5 -30q-12 -72 -11 -130q0 -63 13 -107q26 -86 131 -85q67 0 114.5 45.5t60.5 121.5h261l2 -6 q-23 -171 -158 -278t-315 -107q-220 0 -322 155q-75 113 -74 269q0 58 10 122z" />
<glyph unicode="d" d="M84 531l4 21q55 273 175 411.5t310 138.5q70 0 129.5 -31.5t100.5 -88.5l115 578h289l-312 -1560h-250l3 107q-58 -62 -124 -95t-139 -33q-174 0 -261 159q-56 103 -56 238q0 73 16 155zM367 292q26 -86 123 -86q50 0 96 30t84 84l94 470q-18 41 -55 63t-91 22 q-89 0 -151 -87.5t-91 -235.5l-4 -21q-17 -83 -16 -147q-1 -53 11 -92z" />
<glyph unicode="e" horiz-adv-x="1022" d="M88 510l6 40q40 251 186 402q146 150 355 150h3q199 0 294 -134q69 -98 69 -242q0 -53 -9 -113l-25 -159h-598l-2 -34q0 -92 39 -149q45 -68 145 -68q84 0 149 20t141 61l49 -180q-69 -53 -175.5 -89t-229.5 -36q-213 0 -324 151q-83 112 -83 268q0 54 10 112zM408 652 l2 -5h306l4 26q5 34 5 63q1 54 -17 88q-28 54 -106 53q-68 0 -118.5 -62.5t-75.5 -162.5z" />
<glyph unicode="f" horiz-adv-x="697" d="M92 0l175 877h-147l41 205h147l24 120q39 194 155.5 286.5t301.5 92.5q33 0 69 -5.5t78 -15.5l-67 -217q-20 4 -41 7t-48 3q-59 0 -102 -40t-57 -111l-24 -120h195l-41 -205h-195l-175 -877h-289z" />
<glyph unicode="g" horiz-adv-x="1087" d="M9 -353l97 218q55 -32 117 -48.5t137 -16.5q97 0 165 63t90 170l8 43q-52 -47 -111.5 -72t-124.5 -25q-174 0 -261 159q-57 104 -57 239q0 73 16 154l4 21q55 273 175 411.5t311 138.5q79 0 142 -36.5t103 -102.5l43 119h251l-210 -1050q-46 -228 -200 -348.5 t-389 -120.5q-72 0 -156.5 23t-149.5 61zM368 292q26 -86 123 -86q53 0 98.5 28t81.5 80l96 482q-18 39 -55 59t-93 20q-89 0 -151 -87.5t-91 -235.5l-4 -21q-17 -83 -17 -147q0 -53 12 -92z" />
<glyph unicode="h" d="M13 0l312 1560h288l-120 -600q60 69 134.5 105.5t155.5 36.5q148 0 220 -114q44 -70 44 -184q0 -72 -18 -162l-128 -642h-288l129 644q13 66 13 112q0 47 -14 71q-28 48 -110 48q-48 0 -92 -21.5t-80 -60.5l-158 -793h-288z" />
<glyph unicode="i" horiz-adv-x="527" d="M34 0l216 1082h288l-216 -1082h-288zM302 1341l44 219h288l-44 -219h-288z" />
<glyph unicode="j" horiz-adv-x="522" d="M-251 -420l58 223q20 -6 40.5 -9t44.5 -3q49 0 86 42t55 127l224 1122h289l-224 -1122q-41 -203 -154 -300t-287 -97q-35 0 -67.5 4t-64.5 13zM304 1343l43 217h290l-43 -217h-290z" />
<glyph unicode="k" horiz-adv-x="1039" d="M20 0l312 1560h288l-177 -885h63l298 407h326l2 -5l-407 -483l246 -594h-330l-174 453h-69l-90 -453h-288z" />
<glyph unicode="l" horiz-adv-x="527" d="M34 0l312 1560h288l-312 -1560h-288z" />
<glyph unicode="m" horiz-adv-x="1653" d="M21 0l216 1082h267l-14 -129q62 73 141 111t175 38q86 0 146 -44.5t80 -133.5q63 85 146.5 131.5t184.5 46.5q139 0 207 -112q41 -68 42 -177q0 -70 -18 -158l-131 -655h-289l131 656q14 69 14 114q1 40 -11 61q-24 44 -96 44q-50 0 -95 -28t-81 -77q-2 -14 -4 -28.5 t-5 -30.5l-142 -711h-287l131 656q14 67 14 111q0 41 -12 63q-24 46 -97 45q-47 0 -90 -23t-78 -63l-158 -789h-287z" />
<glyph unicode="n" d="M15 0l216 1082h269l-17 -142q65 79 146 120.5t171 41.5q143 0 212 -104q43 -64 42 -172q0 -67 -16 -150l-135 -676h-289l135 675q10 52 10 89q1 46 -15 69q-28 42 -111 42q-47 0 -91.5 -24t-81.5 -66l-157 -785h-288z" />
<glyph unicode="o" d="M81 530l3 21q40 252 188.5 401.5t375.5 149.5q217 0 323 -156q78 -114 78 -274q0 -57 -10 -121l-3 -21q-41 -253 -189.5 -402t-375.5 -149q-217 0 -323 155q-77 113 -77 273q0 58 10 123zM368 530q-11 -70 -11 -127q0 -67 16 -114q30 -86 133 -86q95 0 156 90.5t85 236.5 l3 21q11 66 11 120q1 69 -17 118q-30 88 -132 88q-96 0 -157.5 -92t-83.5 -234z" />
<glyph unicode="p" d="M-63 -416l299 1498h265l-9 -97q54 56 118 86.5t135 30.5q175 0 260 -170q54 -107 54 -246q0 -81 -19 -174l-4 -21q-51 -255 -169 -383.5t-307 -128.5q-75 0 -135 28t-100 82l-101 -505h-287zM362 273q17 -36 54.5 -53t97.5 -17q89 0 147.5 75.5t86.5 212.5l4 21 q18 91 18 163q0 56 -12 101q-25 99 -119 99q-52 0 -98 -31.5t-83 -87.5z" />
<glyph unicode="q" d="M84 531l4 21q55 273 175 411.5t310 138.5q77 0 139 -37t102 -103l45 120h249l-299 -1498h-288l99 496q-53 -49 -112 -75t-123 -26q-174 0 -261 159q-56 103 -56 238q0 73 16 155zM367 290q26 -87 123 -87q51 0 95 28t81 79l98 491q-19 37 -55 56.5t-91 19.5 q-89 0 -151 -88.5t-91 -236.5l-4 -21q-17 -83 -17 -147q0 -54 12 -94z" />
<glyph unicode="r" horiz-adv-x="706" d="M20 0l216 1082h268l-16 -139l5 -3q45 77 106.5 119.5t133.5 42.5q20 0 44 -3.5t39 -8.5l-83 -266l-115 3q-53 0 -94.5 -25.5t-70.5 -72.5l-146 -729h-287z" />
<glyph unicode="s" horiz-adv-x="995" d="M46 338l2 6h264q-2 -19 -2 -35q0 -60 32 -91q40 -39 117 -39q67 0 110 32t53 87q1 9 1 18q0 39 -29 66q-36 34 -145 61q-172 39 -252 115q-63 60 -63 155q0 26 5 54q23 145 148 240t312 95t291 -98q81 -77 81 -184q0 -29 -6 -60l-2 -6h-279q3 17 3 33q1 44 -21 74 q-28 40 -99 40q-58 0 -100 -35t-50 -86q-2 -11 -2 -21q0 -37 26 -61q33 -32 147 -57q180 -39 258 -117q61 -61 61 -159q0 -26 -4 -55q-25 -152 -155.5 -241.5t-326.5 -89.5q-195 0 -299 111q-82 87 -82 191q0 28 6 57z" />
<glyph unicode="t" horiz-adv-x="700" d="M110 877l41 205h144l53 265h288l-53 -265h171l-41 -205h-171l-110 -551q-6 -30 -6 -51q0 -27 10 -41q18 -24 58 -25q26 0 48.5 2.5t47.5 8.5l-18 -211q-50 -15 -97 -22.5t-101 -7.5q-135 0 -200 85q-42 55 -42 149q0 50 12 112l110 552h-144z" />
<glyph unicode="u" d="M99 429l130 653h287l-131 -655q-13 -64 -13 -108q0 -41 12 -65q24 -48 94 -48q57 0 106.5 23t87.5 66l157 787h288l-216 -1082h-253l8 125q-62 -72 -139.5 -109t-168.5 -37q-149 -1 -222 111q-45 68 -45 181q0 70 18 158z" />
<glyph unicode="v" horiz-adv-x="988" d="M121 1082h301l50 -679l2 -85l6 -1l29 86l264 679h301l-512 -1082h-275z" />
<glyph unicode="w" horiz-adv-x="1409" d="M159 1082h270l-7 -656l6 -1l310 657h191l50 -658l6 -1l253 659h270l-469 -1082h-240l-55 618l-6 1l-303 -619h-239z" />
<glyph unicode="x" horiz-adv-x="988" d="M-50 0l397 547l-215 535h323l83 -342l6 -1l197 343h325l-385 -535l221 -547h-324l-92 351l-6 1l-205 -352h-325z" />
<glyph unicode="y" horiz-adv-x="988" d="M-75 -414l77 213q10 -2 24 -4t25 -2q61 0 106.5 37.5t71.5 86.5l46 82l-137 1083h310l33 -628l-1 -35l6 -1l315 664h310l-653 -1244q-68 -117 -158 -196t-239 -79q-33 0 -63.5 6t-72.5 17z" />
<glyph unicode="z" horiz-adv-x="988" d="M-11 0l34 172l607 679l-2 5h-454l45 226h813l-33 -167l-612 -686l2 -5h485l-45 -224h-840z" />
<glyph unicode="{" horiz-adv-x="640" d="M61 518l8 48l24 153q78 0 127 55t66 155l32 203q28 177 123.5 293.5t289.5 171.5l29 -157q-80 -31 -122.5 -110t-61.5 -198l-32 -203q-18 -109 -73 -189t-149 -124q77 -47 107.5 -127.5t14.5 -179.5l-32 -203q-20 -123 -2.5 -199.5t88.5 -108.5l-81 -158 q-174 55 -232.5 175t-30.5 291l32 203q16 102 -13.5 155.5t-111.5 53.5z" />
<glyph unicode="|" horiz-adv-x="501" d="M52 -270l276 1726h173l-276 -1726h-173z" />
<glyph unicode="}" horiz-adv-x="640" d="M-63 -202q79 31 121.5 110t62.5 198l32 203q17 109 73.5 188.5t154.5 123.5q-81 45 -113 125.5t-15 182.5l32 203q19 123 1.5 199.5t-87.5 108.5l81 157q173 -55 231 -174.5t31 -290.5l-32 -203q-17 -104 13 -157t114 -53l-9 -52h1l-24 -149q-80 0 -129.5 -56t-65.5 -153 l-32 -203q-29 -177 -124 -294t-288 -172z" />
<glyph unicode="~" horiz-adv-x="1238" d="M101 448q26 168 124 272.5t228 104.5q74 0 140.5 -34t125.5 -99q37 -45 67.5 -64.5t69.5 -19.5q43 0 85 52.5t54 124.5l193 -27q-27 -168 -126 -274t-228 -106q-76 0 -139 32t-124 101q-40 44 -70 64t-70 20q-44 0 -84.5 -51t-51.5 -122z" />
<glyph unicode="&#xa1;" horiz-adv-x="562" d="M-25 -374l191 953h289l-191 -953h-289zM217 825l51 257h285l-51 -257h-285z" />
<glyph unicode="&#xa2;" horiz-adv-x="1113" d="M110 525l5 30q36 226 162 372t324 170l45 221h196l-47 -232q127 -37 191 -144t40 -260h-270q14 87 -15.5 141t-102.5 54q-98 0 -155.5 -91t-79.5 -231l-5 -30q-24 -151 2 -236.5t131 -85.5q67 0 114.5 45.5t60.5 121.5h262l2 -6q-21 -151 -130.5 -254t-264.5 -125 l-46 -230h-196l47 238q-161 39 -232 185t-38 347z" />
<glyph unicode="&#xa3;" horiz-adv-x="1146" d="M67 0l45 224h9q43 12 80 95t55 171l16 98h-147l45 225h138l35 214q45 224 178.5 337t328.5 113q190 0 287 -114t57 -293l-2 -5h-282q20 102 -11.5 144.5t-94.5 42.5q-56 0 -103.5 -59.5t-68.5 -165.5l-34 -214h322l-45 -225h-312l-13 -85q-17 -82 -59 -153t-106 -126h659 l-45 -224h-932z" />
<glyph unicode="&#xa4;" horiz-adv-x="1322" d="M16 118l159 142q-32 76 -40 164t12 184q21 107 64.5 200.5t105.5 169.5l-101 142l167 144l98 -137q79 52 166.5 79.5t178.5 27.5q82 0 157 -31t135 -88l165 150l110 -145l-172 -155q33 -78 42 -168.5t-10 -188.5q-21 -102 -61 -191.5t-96 -162.5l97 -136l-168 -145 l-90 126q-82 -58 -174 -88.5t-186 -30.5q-87 0 -164.5 33t-136.5 95l-149 -134zM329 608q-40 -197 42.5 -318t241.5 -121q144 0 283 129t176 310q38 195 -44.5 316t-239.5 121q-146 0 -285 -128.5t-174 -308.5z" />
<glyph unicode="&#xa5;" horiz-adv-x="1179" d="M95 232l38 200h308l22 110h-308l41 200h244l-211 714h316l130 -585l6 -1l364 586h316l-496 -714h219l-41 -200h-292l-22 -110h292l-38 -200h-293l-46 -232h-288l46 232h-307z" />
<glyph unicode="&#xa6;" horiz-adv-x="499" d="M-19 -270l159 795h258l-159 -795h-258zM175 698l151 758h258l-151 -758h-258z" />
<glyph unicode="&#xa7;" horiz-adv-x="1211" d="M2 -44l2 6l281 1q-24 -114 29.5 -156t153.5 -42q88 0 151 42t77 108q13 71 -32 108.5t-191 89.5q-215 64 -305 157t-55 266q18 94 69.5 162t133.5 111q-53 51 -71 120.5t2 166.5q36 184 186.5 282.5t378.5 98.5q213 0 327 -113t71 -309l-3 -6h-280q18 93 -22.5 148 t-137.5 55q-94 0 -156 -44.5t-74 -109.5q-17 -80 24.5 -115.5t195.5 -84.5q217 -64 306 -157.5t55 -265.5q-20 -96 -71 -163.5t-130 -109.5q52 -51 69 -120.5t-2 -165.5q-38 -189 -185.5 -283t-375.5 -94q-206 0 -337 101t-84 316zM405 562q-17 -85 22.5 -123t190.5 -92 q28 -9 55 -18.5t57 -19.5q38 23 64.5 59.5t35.5 81.5q15 76 -30 117.5t-189 95.5q-38 11 -64 20t-49 19q-36 -23 -60 -59t-33 -81z" />
<glyph unicode="&#xa8;" horiz-adv-x="1037" d="M280 1252l33 204h257l-33 -204h-257zM747 1252l33 204h257l-33 -204h-257z" />
<glyph unicode="&#xa9;" horiz-adv-x="1499" d="M129 729q52 327 276.5 537t503.5 210q263 0 426.5 -218t114.5 -529q-53 -328 -278 -539t-502 -211q-265 0 -428.5 218.5t-112.5 531.5zM247 729q-45 -274 84 -449.5t359 -175.5q216 0 407 182t234 443q43 273 -85.5 447.5t-356.5 174.5q-218 0 -409.5 -181t-232.5 -441z M440 669l19 119q28 179 132 283t256 104q142 0 214.5 -80.5t45.5 -228.5l-2 -5h-145q15 97 -18.5 138t-116.5 41q-82 0 -139.5 -69.5t-75.5 -181.5l-19 -120q-20 -119 14.5 -185.5t120.5 -66.5q79 0 127 42t63 137h143l2 -6q-21 -156 -114 -232t-243 -76q-144 0 -218 107.5 t-46 279.5z" />
<glyph unicode="&#xaa;" horiz-adv-x="856" d="M206 920q23 117 112 174t244 57h122l10 51q13 66 -5.5 96.5t-70.5 30.5q-55 0 -93.5 -26.5t-47.5 -72.5l-158 13l-2 6q16 104 106 166t224 62q118 0 181 -72.5t37 -203.5l-63 -314q-11 -53 -13.5 -95t1.5 -86h-173q-3 21 -3 45t3 49q-41 -47 -98 -77.5t-128 -30.5 q-103 0 -154.5 62.5t-30.5 165.5zM378 924q-10 -46 11 -67t74 -21q41 0 97 30t79 64l21 104h-120q-62 0 -108 -33t-54 -77z" />
<glyph unicode="&#xab;" horiz-adv-x="972" d="M79 541l1 6l3 13l338 390h182l-299 -400l139 -399h-182zM453 541l1 6l3 13l338 390h182l-299 -400l139 -399h-182z" />
<glyph unicode="&#xac;" horiz-adv-x="1062" d="M164 634l34 171h780l-16 -77h1l-19 -94l-52 -260h-196l52 260h-584z" />
<glyph unicode="&#xad;" horiz-adv-x="769" d="M131 510l45 225h531l-45 -225h-531z" />
<glyph unicode="&#xae;" horiz-adv-x="1499" d="M130 729q52 327 276.5 537t502.5 210q264 0 427.5 -218t114.5 -529q-53 -328 -278.5 -539t-502.5 -211q-265 0 -428 218.5t-112 531.5zM248 729q-45 -274 84 -449.5t358 -175.5q216 0 407 182t234 443q43 273 -85.5 447.5t-356.5 174.5q-218 0 -409 -181t-232 -441z M445 316l136 850h265q135 0 208.5 -68.5t54.5 -193.5q-10 -60 -44.5 -103.5t-92.5 -73.5q49 -30 66 -84.5t6 -127.5l-9 -56q-7 -42 -8.5 -74t4.5 -53l-2 -16h-151q-5 22 -0.5 63.5t11.5 80.5l8 54q12 74 -13 106.5t-95 32.5h-143l-53 -337h-148zM668 787h120 q63 0 113.5 30.5t59.5 85.5q12 75 -18 102.5t-119 27.5h-117z" />
<glyph unicode="&#xaf;" horiz-adv-x="981" d="M284 1292l26 165h687l-26 -165h-687z" />
<glyph unicode="&#xb0;" horiz-adv-x="751" d="M276 1203q23 119 113 196.5t198 77.5q96 0 157.5 -82t39.5 -192q-25 -121 -112.5 -196t-193.5 -75q-99 0 -162 80t-40 191zM419 1203q-12 -56 14.5 -90t74.5 -34q42 0 82 35.5t51 88.5q11 57 -13 92.5t-70 35.5q-44 0 -86.5 -37.5t-52.5 -90.5z" />
<glyph unicode="&#xb1;" horiz-adv-x="1036" d="M48 1l46 228h775l-46 -228h-775zM134 715l38 232h301l59 363h252l-59 -363h299l-38 -232h-298l-61 -383h-252l61 383h-302z" />
<glyph unicode="&#xb2;" horiz-adv-x="814" d="M163 667l31 155l336 252q64 50 86 83.5t31 74.5q8 42 -7 67t-58 25q-44 0 -76 -30.5t-41 -76.5h-196l-2 6q17 113 113.5 184.5t237.5 71.5q127 0 192.5 -66.5t43.5 -181.5q-18 -88 -76.5 -145t-204.5 -165l-113 -93l2 -6h315l-31 -155h-583z" />
<glyph unicode="&#xb3;" horiz-adv-x="808" d="M187 893l2 6h199q-10 -45 13 -67t77 -22q46 0 81.5 24.5t44.5 67.5q11 53 -14.5 78.5t-85.5 25.5h-103l10 49l9 44l8 40h103q51 0 83.5 25t42.5 70q7 40 -12.5 64.5t-67.5 24.5q-43 0 -72.5 -22t-35.5 -53h-197l-2 6q17 108 110 166t222 58q134 0 210 -60.5t55 -168.5 q-12 -59 -54 -104t-105 -70q59 -25 85.5 -72t13.5 -112q-25 -120 -118.5 -178t-239.5 -58q-130 0 -210 63t-52 175z" />
<glyph unicode="&#xb4;" horiz-adv-x="701" d="M235 1217l220 261h302l2 -6l-301 -260h-221z" />
<glyph unicode="&#xb5;" horiz-adv-x="1196" d="M-36 -416l299 1498h287l-124 -620l-6 -28q-25 -142 4.5 -185t109.5 -43q62 0 111.5 28t87.5 81l153 767h288l-216 -1082h-269l6 54q-47 -38 -100.5 -56.5t-113.5 -18.5q-43 0 -78.5 10.5t-64.5 32.5l-87 -438h-287z" />
<glyph unicode="&#xb6;" horiz-adv-x="1022" d="M172 988q43 220 187 344t364 124h362l-291 -1456h-288l104 520h-74q-203 0 -304 132t-60 336z" />
<glyph unicode="&#xb7;" horiz-adv-x="596" d="M181 568l52 260h284l-52 -260h-284z" />
<glyph unicode="&#xb8;" horiz-adv-x="525" d="M-42 -452l24 154q41 0 71 20.5t39 62.5q8 44 -16.5 59t-94.5 20l57 142h216l-22 -57q55 -11 85.5 -52t15.5 -121q-23 -114 -118.5 -173.5t-251.5 -57.5z" />
<glyph unicode="&#xb9;" horiz-adv-x="550" d="M269 665l126 630h-116l32 159l327 23l-162 -812h-207z" />
<glyph unicode="&#xba;" horiz-adv-x="883" d="M233 1026l23 116q32 157 136.5 246t254.5 89q139 0 213.5 -95t45.5 -240l-23 -116q-32 -158 -136 -246t-255 -88q-139 0 -213.5 94.5t-45.5 239.5zM404 1026q-18 -90 11 -139t106 -49q68 0 121 52.5t70 135.5l23 116q17 88 -12 137.5t-105 49.5q-70 0 -122.5 -53 t-68.5 -134z" />
<glyph unicode="&#xbb;" horiz-adv-x="972" d="M15 151l298 399l-138 400h183l181 -390l-2 -6h1l-3 -13l-337 -390h-183zM400 151l298 399l-138 400h183l181 -390l-2 -6h1l-3 -13l-337 -390h-183z" />
<glyph unicode="&#xbc;" horiz-adv-x="1396" d="M184 192l889 1138l124 -75l-889 -1138zM280 664l126 630h-116l32 159l327 23l-162 -812h-207zM619 139l11 126l499 534l1 2h207l-101 -505h89l-31 -157h-89l-28 -139h-207l28 139h-379zM851 301l2 -5h176l51 252l-6 3l-13 -16z" />
<glyph unicode="&#xbd;" horiz-adv-x="1462" d="M182 192l889 1138l124 -75l-889 -1138zM265 664l126 630h-116l32 159l327 23l-162 -812h-207zM698 0l31 155l336 252q64 50 86 83.5t31 74.5q8 42 -7 67t-58 25q-44 0 -76 -30.5t-41 -76.5h-196l-2 6q17 113 113.5 184.5t237.5 71.5q127 0 192.5 -66.5t43.5 -181.5 q-18 -88 -76.5 -145t-204.5 -165l-113 -93l2 -6h315l-31 -155h-583z" />
<glyph unicode="&#xbe;" horiz-adv-x="1599" d="M175 894l2 6h199q-10 -45 13 -67t77 -22q46 0 81.5 24.5t44.5 67.5q11 53 -14.5 78.5t-85.5 25.5h-103l10 49l9 44l8 40h103q51 0 83.5 25t42.5 70q7 40 -12.5 64.5t-67.5 24.5q-43 0 -72.5 -22t-35.5 -53h-197l-2 6q17 108 110 166t222 58q134 0 210 -60.5t55 -168.5 q-12 -59 -54 -104t-105 -70q59 -25 85.5 -72t13.5 -112q-25 -120 -118.5 -178t-239.5 -58q-130 0 -210 63t-52 175zM385 192l889 1138l124 -75l-889 -1138zM790 139l11 126l499 534l1 2h207l-101 -505h89l-31 -157h-89l-28 -139h-207l28 139h-379zM1022 301l2 -5h176l51 252 l-6 3l-13 -16z" />
<glyph unicode="&#xbf;" horiz-adv-x="983" d="M-7 27q26 133 114.5 235.5t212.5 180.5q64 45 91.5 92.5t45.5 132.5h287q-30 -140 -82 -205.5t-184 -158.5q-76 -58 -128 -125.5t-68 -149.5q-20 -96 12.5 -145t115.5 -49q59 0 115.5 44t75.5 127h279l2 -6q-37 -191 -180 -292.5t-338 -101.5q-200 0 -304.5 115 t-66.5 306zM489 831l50 251h288l-50 -251h-288z" />
<glyph unicode="&#xc0;" horiz-adv-x="1240" d="M-67 0l754 1456h294l169 -1456h-290l-28 314h-456l-154 -314h-289zM488 543h323l-49 546l-6 1zM559 1821l3 5h303l140 -266h-232z" />
<glyph unicode="&#xc1;" horiz-adv-x="1240" d="M-67 0l754 1456h294l169 -1456h-290l-28 314h-456l-154 -314h-289zM488 543h323l-49 546l-6 1zM723 1565l220 261h302l2 -6l-301 -260h-221z" />
<glyph unicode="&#xc2;" horiz-adv-x="1240" d="M-67 0l754 1456h294l169 -1456h-290l-28 314h-456l-154 -314h-289zM488 543h323l-49 546l-6 1zM516 1592l6 26l316 240h163l223 -243l-5 -23h-227l-100 133l-153 -133h-223z" />
<glyph unicode="&#xc3;" horiz-adv-x="1240" d="M-67 0l754 1456h294l169 -1456h-290l-28 314h-456l-154 -314h-289zM488 543h323l-49 546l-6 1zM524 1644q15 97 81 165t152 68q49 0 133 -43.5t133 -43.5q30 0 59 32.5t37 78.5l142 -45q-16 -99 -82.5 -165t-152.5 -66q-61 0 -138.5 43.5t-126.5 43.5q-31 0 -58 -32.5 t-34 -77.5z" />
<glyph unicode="&#xc4;" horiz-adv-x="1240" d="M-67 0l754 1456h294l169 -1456h-290l-28 314h-456l-154 -314h-289zM488 543h323l-49 546l-6 1zM504 1601l33 204h257l-33 -204h-257zM971 1601l33 204h257l-33 -204h-257z" />
<glyph unicode="&#xc5;" horiz-adv-x="1240" d="M-67 0l754 1456h294l169 -1456h-290l-28 314h-456l-154 -314h-289zM488 543h323l-49 546l-6 1zM693 1739q17 89 85.5 142.5t156.5 53.5q79 0 128.5 -57t33.5 -139q-19 -90 -86 -141t-154 -51q-81 0 -131 55t-33 137zM805 1739q-10 -46 10.5 -72t60.5 -26q36 0 68 27.5 t41 70.5q8 47 -10.5 73.5t-58.5 26.5q-37 0 -70.5 -29t-40.5 -71z" />
<glyph unicode="&#xc6;" horiz-adv-x="1808" d="M-81 0l1014 1456h962l-45 -228h-549l-59 -366h458l-45 -227h-449l-66 -408h566l-45 -227h-845l54 335h-393l-220 -335h-338zM635 575h273l86 533l-6 2z" />
<glyph unicode="&#xc7;" horiz-adv-x="1226" d="M120 586l58 290q57 287 219 444t402 157q237 0 368 -142t100 -378l-2 -5h-282q20 145 -30 222.5t-181 77.5q-107 0 -190.5 -104.5t-115.5 -269.5l-59 -292q-36 -176 17.5 -279.5t179.5 -103.5q112 0 179.5 69.5t106.5 215.5h279l2 -6q-61 -243 -204.5 -373t-382.5 -130 q-233 0 -374.5 174.5t-89.5 432.5zM350 -453l24 154q41 0 71 20.5t39 62.5q8 44 -16.5 59t-94.5 20l57 142h216l-22 -57q55 -11 85.5 -52t15.5 -121q-23 -114 -118.5 -173.5t-251.5 -57.5z" />
<glyph unicode="&#xc8;" horiz-adv-x="1104" d="M42 0l291 1456h933l-45 -225h-645l-73 -366h552l-45 -225h-552l-83 -416h647l-45 -224h-935zM493 1821l3 5h303l140 -266h-232z" />
<glyph unicode="&#xc9;" horiz-adv-x="1104" d="M42 0l291 1456h933l-45 -225h-645l-73 -366h552l-45 -225h-552l-83 -416h647l-45 -224h-935zM657 1565l220 261h302l2 -6l-301 -260h-221z" />
<glyph unicode="&#xca;" horiz-adv-x="1104" d="M42 0l291 1456h933l-45 -225h-645l-73 -366h552l-45 -225h-552l-83 -416h647l-45 -224h-935zM450 1592l6 26l316 240h163l223 -243l-5 -23h-227l-100 133l-153 -133h-223z" />
<glyph unicode="&#xcb;" horiz-adv-x="1104" d="M42 0l291 1456h933l-45 -225h-645l-73 -366h552l-45 -225h-552l-83 -416h647l-45 -224h-935zM438 1601l33 204h257l-33 -204h-257zM905 1601l33 204h257l-33 -204h-257z" />
<glyph unicode="&#xcc;" horiz-adv-x="574" d="M57 0l291 1456h288l-291 -1456h-288zM215 1821l3 5h303l140 -266h-232z" />
<glyph unicode="&#xcd;" horiz-adv-x="574" d="M57 0l291 1456h288l-291 -1456h-288zM377 1565l220 261h302l2 -6l-301 -260h-221z" />
<glyph unicode="&#xce;" horiz-adv-x="574" d="M57 0l291 1456h288l-291 -1456h-288zM172 1592l6 26l316 240h163l223 -243l-5 -23h-227l-100 133l-153 -133h-223z" />
<glyph unicode="&#xcf;" horiz-adv-x="574" d="M57 0l291 1456h288l-291 -1456h-288zM160 1601l33 204h257l-33 -204h-257zM627 1601l33 204h257l-33 -204h-257z" />
<glyph unicode="&#xd0;" horiz-adv-x="1288" d="M72 0l130 652h-125l36 181h125l125 623h435q236 0 386 -179t99 -439l-49 -241q-58 -288 -230 -442.5t-423 -154.5h-509zM405 224h206q129 0 214 100t120 273l49 243q35 177 -37 284t-219 107h-132l-80 -398h217l-36 -181h-217z" />
<glyph unicode="&#xd1;" horiz-adv-x="1359" d="M42 0l291 1456h288l328 -967h6l194 967h288l-291 -1456h-288l-329 968h-6l-193 -968h-288zM570 1644q15 97 81 165t152 68q49 0 133 -43.5t133 -43.5q30 0 59 32.5t37 78.5l142 -45q-16 -99 -82.5 -165t-152.5 -66q-61 0 -138.5 43.5t-126.5 43.5q-31 0 -58 -32.5 t-34 -77.5z" />
<glyph unicode="&#xd2;" horiz-adv-x="1314" d="M123 600l52 262q58 288 229.5 451.5t423.5 163.5q240 0 387.5 -182t96.5 -440l-52 -262q-58 -288 -235.5 -451t-432.5 -163q-237 0 -379 180.5t-90 440.5zM410 600q-36 -179 27 -286.5t200 -107.5q122 0 211 107.5t124 279.5l52 264q35 177 -33.5 284.5t-207.5 107.5 q-120 0 -203 -106t-117 -279zM589 1842l3 5h303l140 -266h-232z" />
<glyph unicode="&#xd3;" horiz-adv-x="1314" d="M123 600l52 262q58 288 229.5 451.5t423.5 163.5q240 0 387.5 -182t96.5 -440l-52 -262q-58 -288 -235.5 -451t-432.5 -163q-237 0 -379 180.5t-90 440.5zM410 600q-36 -179 27 -286.5t200 -107.5q122 0 211 107.5t124 279.5l52 264q35 177 -33.5 284.5t-207.5 107.5 q-120 0 -203 -106t-117 -279zM753 1586l220 261h302l2 -6l-301 -260h-221z" />
<glyph unicode="&#xd4;" horiz-adv-x="1314" d="M123 600l52 262q58 288 229.5 451.5t423.5 163.5q240 0 387.5 -182t96.5 -440l-52 -262q-58 -288 -235.5 -451t-432.5 -163q-237 0 -379 180.5t-90 440.5zM410 600q-36 -179 27 -286.5t200 -107.5q122 0 211 107.5t124 279.5l52 264q35 177 -33.5 284.5t-207.5 107.5 q-120 0 -203 -106t-117 -279zM546 1613l6 26l316 240h163l223 -243l-5 -23h-227l-100 133l-153 -133h-223z" />
<glyph unicode="&#xd5;" horiz-adv-x="1314" d="M123 600l52 262q58 288 229.5 451.5t423.5 163.5q240 0 387.5 -182t96.5 -440l-52 -262q-58 -288 -235.5 -451t-432.5 -163q-237 0 -379 180.5t-90 440.5zM410 600q-36 -179 27 -286.5t200 -107.5q122 0 211 107.5t124 279.5l52 264q35 177 -33.5 284.5t-207.5 107.5 q-120 0 -203 -106t-117 -279zM554 1665q15 97 81 165t152 68q49 0 133 -43.5t133 -43.5q30 0 59 32.5t37 78.5l142 -45q-16 -99 -82.5 -165t-152.5 -66q-61 0 -138.5 43.5t-126.5 43.5q-31 0 -58 -32.5t-34 -77.5z" />
<glyph unicode="&#xd6;" horiz-adv-x="1314" d="M123 600l52 262q58 288 229.5 451.5t423.5 163.5q240 0 387.5 -182t96.5 -440l-52 -262q-58 -288 -235.5 -451t-432.5 -163q-237 0 -379 180.5t-90 440.5zM410 600q-36 -179 27 -286.5t200 -107.5q122 0 211 107.5t124 279.5l52 264q35 177 -33.5 284.5t-207.5 107.5 q-120 0 -203 -106t-117 -279zM534 1622l33 204h257l-33 -204h-257zM1001 1622l33 204h257l-33 -204h-257z" />
<glyph unicode="&#xd7;" horiz-adv-x="1024" d="M51 371l349 314l-225 316l203 164l217 -305l340 305l136 -164l-352 -316l224 -314l-202 -164l-216 303l-338 -303z" />
<glyph unicode="&#xd8;" horiz-adv-x="1325" d="M78 -95l158 214q-79 85 -108.5 209t-0.5 269l53 262q56 284 243.5 451t444.5 167q86 0 161.5 -26.5t135.5 -75.5l106 143h138l-167 -226q59 -85 79.5 -196t-3.5 -237l-53 -262q-57 -285 -247 -451.5t-448 -166.5q-70 0 -132.5 17.5t-115.5 51.5l-106 -143h-138z M398.5 464.5q-0.5 -59.5 13.5 -98.5l6 -2l587 794q-28 44 -73.5 67.5t-108.5 23.5q-124 0 -223.5 -110.5t-132.5 -277.5l-53 -264q-15 -73 -15.5 -132.5zM473 253q26 -24 61.5 -35.5t80.5 -11.5q124 0 226 111t136 280l53 264q8 44 11.5 83t0.5 68l-5 2z" />
<glyph unicode="&#xd9;" horiz-adv-x="1321" d="M125 490l193 966h289l-193 -966q-31 -154 23 -220.5t178 -66.5q116 0 203 72.5t116 214.5l193 966h289l-193 -966q-53 -262 -226.5 -386.5t-426.5 -124.5q-230 0 -361.5 135t-83.5 376zM587 1821l3 5h303l140 -266h-232z" />
<glyph unicode="&#xda;" horiz-adv-x="1321" d="M125 490l193 966h289l-193 -966q-31 -154 23 -220.5t178 -66.5q116 0 203 72.5t116 214.5l193 966h289l-193 -966q-53 -262 -226.5 -386.5t-426.5 -124.5q-230 0 -361.5 135t-83.5 376zM751 1565l220 261h302l2 -6l-301 -260h-221z" />
<glyph unicode="&#xdb;" horiz-adv-x="1321" d="M125 490l193 966h289l-193 -966q-31 -154 23 -220.5t178 -66.5q116 0 203 72.5t116 214.5l193 966h289l-193 -966q-53 -262 -226.5 -386.5t-426.5 -124.5q-230 0 -361.5 135t-83.5 376zM544 1592l6 26l316 240h163l223 -243l-5 -23h-227l-100 133l-153 -133h-223z" />
<glyph unicode="&#xdc;" horiz-adv-x="1321" d="M125 490l193 966h289l-193 -966q-31 -154 23 -220.5t178 -66.5q116 0 203 72.5t116 214.5l193 966h289l-193 -966q-53 -262 -226.5 -386.5t-426.5 -124.5q-230 0 -361.5 135t-83.5 376zM532 1601l33 204h257l-33 -204h-257zM999 1601l33 204h257l-33 -204h-257z" />
<glyph unicode="&#xdd;" horiz-adv-x="1221" d="M215 1456h316l151 -650l6 -1l414 651h315l-650 -943l-102 -513h-287l106 532zM707 1565l220 261h302l2 -6l-301 -260h-221z" />
<glyph unicode="&#xde;" horiz-adv-x="1172" d="M38 0l291 1456h288l-54 -270h195q224 0 340.5 -126.5t77.5 -321.5q-44 -214 -198.5 -331.5t-398.5 -117.5h-195l-58 -289h-288zM429 514h195q102 0 173 64.5t90 157.5q20 101 -21.5 163t-152.5 62h-193l-2 2z" />
<glyph unicode="&#xdf;" horiz-adv-x="1221" d="M44 0l220 1101q48 241 191.5 356.5t360.5 115.5q161 0 259 -97t64 -270q-24 -119 -91.5 -212t-80.5 -159q-13 -64 96 -202.5t81 -276.5q-41 -202 -162.5 -289.5t-334.5 -87.5q-70 0 -143 15t-103 41l98 223q32 -23 80 -39t108 -16q62 0 108 38.5t59 102.5 q16 80 -94.5 211t-82.5 271q19 100 89.5 196t85.5 169q14 72 -17 115t-84 43q-63 0 -120.5 -68t-80.5 -184l-219 -1097h-287z" />
<glyph unicode="&#xe0;" horiz-adv-x="1034" d="M44 305q34 169 161 251.5t351 82.5h130l17 86q16 83 -10 123.5t-96 40.5q-58 0 -100 -35t-53 -95l-277 1l-2 6q24 147 160 241.5t333 94.5q171 0 270.5 -100t64.5 -279l-90 -447q-17 -82 -18.5 -146t9.5 -130h-288q-6 30 -9 62t-3 65q-59 -66 -133 -107t-159 -41 q-138 0 -213 90t-45 236zM333 315q-12 -58 12 -89t79 -31q52 0 104.5 27.5t87.5 68.5l37 183h-130q-74 0 -126 -47t-64 -112zM375 1499l3 5h303l140 -266h-232z" />
<glyph unicode="&#xe1;" horiz-adv-x="1034" d="M44 305q34 169 161 251.5t351 82.5h130l17 86q16 83 -10 123.5t-96 40.5q-58 0 -100 -35t-53 -95l-277 1l-2 6q24 147 160 241.5t333 94.5q171 0 270.5 -100t64.5 -279l-90 -447q-17 -82 -18.5 -146t9.5 -130h-288q-6 30 -9 62t-3 65q-59 -66 -133 -107t-159 -41 q-138 0 -213 90t-45 236zM333 315q-12 -58 12 -89t79 -31q52 0 104.5 27.5t87.5 68.5l37 183h-130q-74 0 -126 -47t-64 -112zM539 1243l220 261h302l2 -6l-301 -260h-221z" />
<glyph unicode="&#xe2;" horiz-adv-x="1034" d="M44 305q34 169 161 251.5t351 82.5h130l17 86q16 83 -10 123.5t-96 40.5q-58 0 -100 -35t-53 -95l-277 1l-2 6q24 147 160 241.5t333 94.5q171 0 270.5 -100t64.5 -279l-90 -447q-17 -82 -18.5 -146t9.5 -130h-288q-6 30 -9 62t-3 65q-59 -66 -133 -107t-159 -41 q-138 0 -213 90t-45 236zM332 1270l6 26l316 240h163l223 -243l-5 -23h-227l-100 133l-153 -133h-223zM333 315q-12 -58 12 -89t79 -31q52 0 104.5 27.5t87.5 68.5l37 183h-130q-74 0 -126 -47t-64 -112z" />
<glyph unicode="&#xe3;" horiz-adv-x="1034" d="M44 305q34 169 161 251.5t351 82.5h130l17 86q16 83 -10 123.5t-96 40.5q-58 0 -100 -35t-53 -95l-277 1l-2 6q24 147 160 241.5t333 94.5q171 0 270.5 -100t64.5 -279l-90 -447q-17 -82 -18.5 -146t9.5 -130h-288q-6 30 -9 62t-3 65q-59 -66 -133 -107t-159 -41 q-138 0 -213 90t-45 236zM333 315q-12 -58 12 -89t79 -31q52 0 104.5 27.5t87.5 68.5l37 183h-130q-74 0 -126 -47t-64 -112zM340 1322q15 97 81 165t152 68q49 0 133 -43.5t133 -43.5q30 0 59 32.5t37 78.5l142 -45q-16 -99 -82.5 -165t-152.5 -66q-61 0 -138.5 43.5 t-126.5 43.5q-31 0 -58 -32.5t-34 -77.5z" />
<glyph unicode="&#xe4;" horiz-adv-x="1034" d="M44 305q34 169 161 251.5t351 82.5h130l17 86q16 83 -10 123.5t-96 40.5q-58 0 -100 -35t-53 -95l-277 1l-2 6q24 147 160 241.5t333 94.5q171 0 270.5 -100t64.5 -279l-90 -447q-17 -82 -18.5 -146t9.5 -130h-288q-6 30 -9 62t-3 65q-59 -66 -133 -107t-159 -41 q-138 0 -213 90t-45 236zM320 1279l33 204h257l-33 -204h-257zM333 315q-12 -58 12 -89t79 -31q52 0 104.5 27.5t87.5 68.5l37 183h-130q-74 0 -126 -47t-64 -112zM787 1279l33 204h257l-33 -204h-257z" />
<glyph unicode="&#xe5;" horiz-adv-x="1034" d="M44 305q34 169 161 251.5t351 82.5h130l17 86q16 83 -10 123.5t-96 40.5q-58 0 -100 -35t-53 -95l-277 1l-2 6q24 147 160 241.5t333 94.5q171 0 270.5 -100t64.5 -279l-90 -447q-17 -82 -18.5 -146t9.5 -130h-288q-6 30 -9 62t-3 65q-59 -66 -133 -107t-159 -41 q-138 0 -213 90t-45 236zM333 315q-12 -58 12 -89t79 -31q52 0 104.5 27.5t87.5 68.5l37 183h-130q-74 0 -126 -47t-64 -112zM509 1417q17 89 85.5 142.5t156.5 53.5q79 0 128.5 -57t33.5 -139q-19 -90 -86 -141t-154 -51q-81 0 -131 55t-33 137zM621 1417q-10 -46 10.5 -72 t60.5 -26q36 0 68 27.5t41 70.5q8 47 -10.5 73.5t-58.5 26.5q-37 0 -70.5 -29t-40.5 -71z" />
<glyph unicode="&#xe6;" horiz-adv-x="1618" d="M22 317q34 169 167.5 250t366.5 81h160l12 59q17 84 -9.5 127t-91.5 43t-114.5 -38t-60.5 -93l-275 18l-1 6q25 154 160.5 243t338.5 89q86 0 157 -25.5t118 -73.5q67 49 149 74t176 25q186 0 279.5 -134t48.5 -356l-31 -158h-603q-17 -122 24.5 -186.5t155.5 -64.5 q79 0 144 21t143 60l38 -184q-67 -48 -175.5 -84.5t-225.5 -36.5q-112 0 -197 41t-136 118q-69 -69 -173.5 -114t-234.5 -45q-168 0 -254 92.5t-56 245.5zM311 313q-14 -63 15 -95.5t103 -32.5q46 0 109.5 30.5t106.5 71.5l35 177h-159q-79 0 -139 -45t-71 -106zM1014 650 l3 -6h311l5 28q19 99 -5.5 152t-97.5 53q-77 0 -132.5 -62.5t-83.5 -164.5z" />
<glyph unicode="&#xe7;" horiz-adv-x="997" d="M74 525l5 30q39 247 184.5 397t374.5 150q182 0 281 -115t66 -300l-2 -5h-263q14 87 -15.5 141t-102.5 54q-98 0 -155.5 -91t-79.5 -231l-5 -30q-24 -151 2 -236.5t131 -85.5q67 0 114.5 45.5t60.5 121.5h261l2 -6q-23 -171 -158 -278t-315 -107q-219 0 -321.5 155 t-64.5 391zM266 -453l24 154q41 0 71 20.5t39 62.5q8 44 -16.5 59t-94.5 20l57 142h216l-22 -57q55 -11 85.5 -52t15.5 -121q-23 -114 -118.5 -173.5t-251.5 -57.5z" />
<glyph unicode="&#xe8;" horiz-adv-x="1022" d="M88 510l6 40q40 251 186.5 402t357.5 150q199 0 294 -133.5t60 -355.5l-25 -159h-598q-8 -115 37 -183t145 -68q84 0 149 20t141 61l49 -180q-69 -53 -175.5 -89t-229.5 -36q-213 0 -324 151t-73 380zM338 1500l3 5h303l140 -266h-232zM408 652l2 -5h306l4 26 q15 97 -12.5 150.5t-105.5 53.5q-68 0 -118.5 -62.5t-75.5 -162.5z" />
<glyph unicode="&#xe9;" horiz-adv-x="1022" d="M88 510l6 40q40 251 186.5 402t357.5 150q199 0 294 -133.5t60 -355.5l-25 -159h-598q-8 -115 37 -183t145 -68q84 0 149 20t141 61l49 -180q-69 -53 -175.5 -89t-229.5 -36q-213 0 -324 151t-73 380zM408 652l2 -5h306l4 26q15 97 -12.5 150.5t-105.5 53.5 q-68 0 -118.5 -62.5t-75.5 -162.5zM502 1244l220 261h302l2 -6l-301 -260h-221z" />
<glyph unicode="&#xea;" horiz-adv-x="1022" d="M88 510l6 40q40 251 186.5 402t357.5 150q199 0 294 -133.5t60 -355.5l-25 -159h-598q-8 -115 37 -183t145 -68q84 0 149 20t141 61l49 -180q-69 -53 -175.5 -89t-229.5 -36q-213 0 -324 151t-73 380zM296 1271l6 26l316 240h163l223 -243l-5 -23h-227l-100 133 l-153 -133h-223zM408 652l2 -5h306l4 26q15 97 -12.5 150.5t-105.5 53.5q-68 0 -118.5 -62.5t-75.5 -162.5z" />
<glyph unicode="&#xeb;" horiz-adv-x="1022" d="M88 510l6 40q40 251 186.5 402t357.5 150q199 0 294 -133.5t60 -355.5l-25 -159h-598q-8 -115 37 -183t145 -68q84 0 149 20t141 61l49 -180q-69 -53 -175.5 -89t-229.5 -36q-213 0 -324 151t-73 380zM283 1280l33 204h257l-33 -204h-257zM408 652l2 -5h306l4 26 q15 97 -12.5 150.5t-105.5 53.5q-68 0 -118.5 -62.5t-75.5 -162.5zM750 1280l33 204h257l-33 -204h-257z" />
<glyph unicode="&#xec;" horiz-adv-x="544" d="M40 0l216 1082h289l-216 -1082h-289zM131 1478l3 5h303l140 -266h-232z" />
<glyph unicode="&#xed;" horiz-adv-x="544" d="M40 0l216 1082h289l-216 -1082h-289zM293 1222l220 261h302l2 -6l-301 -260h-221z" />
<glyph unicode="&#xee;" horiz-adv-x="544" d="M40 0l216 1082h289l-216 -1082h-289zM88 1251l6 26l316 240h163l223 -243l-5 -23h-227l-100 133l-153 -133h-223z" />
<glyph unicode="&#xef;" horiz-adv-x="544" d="M40 0l216 1082h289l-216 -1082h-289zM76 1258l33 204h257l-33 -204h-257zM543 1258l33 204h257l-33 -204h-257z" />
<glyph unicode="&#xf0;" horiz-adv-x="1145" d="M53 468q48 241 197 370t370 129q66 0 124 -24t99 -65l4 4q-1 81 -22 147t-59 117l-241 -128l-54 113l199 106q-28 18 -59.5 33.5t-65.5 28.5l133 218q75 -20 140.5 -55t119.5 -83l214 114l52 -113l-182 -97q80 -117 105 -275t-12 -347l-15 -76q-57 -285 -234.5 -445.5 t-403.5 -160.5q-209 0 -330 142.5t-79 346.5zM342 468q-24 -118 20.5 -191.5t148.5 -73.5q97 0 182.5 109.5t118.5 272.5l16 78v4q-23 38 -75 63t-129 25q-101 0 -179.5 -80.5t-102.5 -206.5z" />
<glyph unicode="&#xf1;" d="M15 0l216 1082h269l-17 -142q65 79 146 120.5t171 41.5q143 0 212 -104.5t26 -321.5l-135 -676h-289l135 675q23 116 -5.5 158t-110.5 42q-47 0 -91.5 -24t-81.5 -66l-157 -785h-288zM370 1322q15 97 81 165t152 68q49 0 133 -43.5t133 -43.5q30 0 59 32.5t37 78.5 l142 -45q-16 -99 -82.5 -165t-152.5 -66q-61 0 -138.5 43.5t-126.5 43.5q-31 0 -58 -32.5t-34 -77.5z" />
<glyph unicode="&#xf2;" d="M81 530l3 21q40 252 188.5 401.5t375.5 149.5q217 0 323 -155.5t68 -395.5l-3 -21q-41 -253 -189.5 -402t-375.5 -149q-217 0 -323 155t-67 396zM367 1499l3 5h303l140 -266h-232zM368 530q-25 -155 5 -241t133 -86q95 0 156 90.5t85 236.5l3 21q24 150 -6.5 238 t-131.5 88q-96 0 -157.5 -92t-83.5 -234z" />
<glyph unicode="&#xf3;" d="M81 530l3 21q40 252 188.5 401.5t375.5 149.5q217 0 323 -155.5t68 -395.5l-3 -21q-41 -253 -189.5 -402t-375.5 -149q-217 0 -323 155t-67 396zM368 530q-25 -155 5 -241t133 -86q95 0 156 90.5t85 236.5l3 21q24 150 -6.5 238t-131.5 88q-96 0 -157.5 -92t-83.5 -234z M531 1243l220 261h302l2 -6l-301 -260h-221z" />
<glyph unicode="&#xf4;" d="M81 530l3 21q40 252 188.5 401.5t375.5 149.5q217 0 323 -155.5t68 -395.5l-3 -21q-41 -253 -189.5 -402t-375.5 -149q-217 0 -323 155t-67 396zM324 1270l6 26l316 240h163l223 -243l-5 -23h-227l-100 133l-153 -133h-223zM368 530q-25 -155 5 -241t133 -86 q95 0 156 90.5t85 236.5l3 21q24 150 -6.5 238t-131.5 88q-96 0 -157.5 -92t-83.5 -234z" />
<glyph unicode="&#xf5;" d="M81 530l3 21q40 252 188.5 401.5t375.5 149.5q217 0 323 -155.5t68 -395.5l-3 -21q-41 -253 -189.5 -402t-375.5 -149q-217 0 -323 155t-67 396zM332 1322q15 97 81 165t152 68q49 0 133 -43.5t133 -43.5q30 0 59 32.5t37 78.5l142 -45q-16 -99 -82.5 -165t-152.5 -66 q-61 0 -138.5 43.5t-126.5 43.5q-31 0 -58 -32.5t-34 -77.5zM368 530q-25 -155 5 -241t133 -86q95 0 156 90.5t85 236.5l3 21q24 150 -6.5 238t-131.5 88q-96 0 -157.5 -92t-83.5 -234z" />
<glyph unicode="&#xf6;" d="M81 530l3 21q40 252 188.5 401.5t375.5 149.5q217 0 323 -155.5t68 -395.5l-3 -21q-41 -253 -189.5 -402t-375.5 -149q-217 0 -323 155t-67 396zM312 1279l33 204h257l-33 -204h-257zM368 530q-25 -155 5 -241t133 -86q95 0 156 90.5t85 236.5l3 21q24 150 -6.5 238 t-131.5 88q-96 0 -157.5 -92t-83.5 -234zM779 1279l33 204h257l-33 -204h-257z" />
<glyph unicode="&#xf7;" horiz-adv-x="1097" d="M93 573l45 227h959l-45 -227h-959zM348 164l46 233h286l-46 -233h-286zM510 973l46 233h286l-46 -233h-286z" />
<glyph unicode="&#xf8;" d="M48 -141l145 222q-77 73 -106.5 189.5t-5.5 259.5l3 21q40 252 188.5 401.5t375.5 149.5q52 0 99 -10.5t88 -29.5l100 153h157l-151 -231q68 -75 93 -187t5 -246l-3 -21q-41 -253 -189.5 -402t-375.5 -149q-47 0 -89 8t-79 23l-99 -151h-156zM356 425.5q-2 -46.5 5 -76.5 l6 -2l330 505q-17 12 -38.5 18.5t-46.5 6.5q-96 0 -157.5 -92t-83.5 -234l-3 -21q-10 -58 -12 -104.5zM438 216q14 -7 30.5 -10t37.5 -3q95 0 156 90.5t85 236.5l3 21q6 44 8.5 82t0.5 63l-5 2z" />
<glyph unicode="&#xf9;" d="M99 429l130 653h287l-131 -655q-25 -126 -1 -173.5t94 -47.5q57 0 106.5 23t87.5 66l157 787h288l-216 -1082h-253l8 125q-62 -72 -139.5 -109t-168.5 -37q-149 0 -222 111.5t-27 338.5zM399 1478l3 5h303l140 -266h-232z" />
<glyph unicode="&#xfa;" d="M99 429l130 653h287l-131 -655q-25 -126 -1 -173.5t94 -47.5q57 0 106.5 23t87.5 66l157 787h288l-216 -1082h-253l8 125q-62 -72 -139.5 -109t-168.5 -37q-149 0 -222 111.5t-27 338.5zM563 1222l220 261h302l2 -6l-301 -260h-221z" />
<glyph unicode="&#xfb;" d="M99 429l130 653h287l-131 -655q-25 -126 -1 -173.5t94 -47.5q57 0 106.5 23t87.5 66l157 787h288l-216 -1082h-253l8 125q-62 -72 -139.5 -109t-168.5 -37q-149 0 -222 111.5t-27 338.5zM356 1251l6 26l316 240h163l223 -243l-5 -23h-227l-100 133l-153 -133h-223z" />
<glyph unicode="&#xfc;" d="M99 429l130 653h287l-131 -655q-25 -126 -1 -173.5t94 -47.5q57 0 106.5 23t87.5 66l157 787h288l-216 -1082h-253l8 125q-62 -72 -139.5 -109t-168.5 -37q-149 0 -222 111.5t-27 338.5zM344 1258l33 204h257l-33 -204h-257zM811 1258l33 204h257l-33 -204h-257z" />
<glyph unicode="&#xfd;" horiz-adv-x="988" d="M-75 -414l77 213q10 -2 24 -4t25 -2q61 0 106.5 37.5t71.5 86.5l46 82l-137 1083h310l33 -628l-1 -35l6 -1l315 664h310l-653 -1244q-68 -117 -158 -196t-239 -79q-33 0 -63.5 6t-72.5 17zM515 1222l220 261h302l2 -6l-301 -260h-221z" />
<glyph unicode="&#xfe;" horiz-adv-x="1094" d="M-60 -416l83 416h-1l312 1560h288l-112 -560q52 49 112 75.5t126 26.5q175 0 260 -170t35 -420l-4 -21q-51 -255 -169 -383.5t-307 -128.5q-75 0 -135 28t-100 82l-18 -89l-83 -416h-287zM365 273q17 -36 54.5 -53t97.5 -17q89 0 147.5 75.5t86.5 212.5l4 21 q32 164 6.5 263.5t-119.5 99.5q-52 0 -98 -32t-83 -88z" />
<glyph unicode="&#xff;" horiz-adv-x="988" d="M-75 -414l77 213q10 -2 24 -4t25 -2q61 0 106.5 37.5t71.5 86.5l46 82l-137 1083h310l33 -628l-1 -35l6 -1l315 664h310l-653 -1244q-68 -117 -158 -196t-239 -79q-33 0 -63.5 6t-72.5 17zM296 1258l33 204h257l-33 -204h-257zM763 1258l33 204h257l-33 -204h-257z" />
<glyph unicode="&#x152;" horiz-adv-x="1863" d="M124 576l61 304q56 282 242 439.5t445 157.5q59 0 127 -6t136 -15h853l-45 -225h-645l-73 -366h552l-45 -225h-552l-83 -416h647l-45 -224h-855q-87 -10 -147.5 -15.5t-121.5 -5.5q-238 0 -370.5 168.5t-80.5 428.5zM411 576q-39 -194 17 -283t192 -89q41 0 88.5 3.5 t98.5 10.5l204 1019q-46 7 -92 11t-92 4q-124 0 -221.5 -96t-133.5 -274z" />
<glyph unicode="&#x153;" horiz-adv-x="1722" d="M103 530l4 21q51 258 204 404.5t381 146.5q98 0 174.5 -36.5t126.5 -103.5q73 69 163 104.5t193 35.5q193 0 286 -134.5t49 -354.5l-32 -159h-598q-14 -117 29 -184t144 -67q82 0 149 20.5t144 60.5l41 -180q-72 -53 -179.5 -89t-230.5 -36q-98 0 -176.5 36.5 t-128.5 104.5q-76 -70 -170.5 -105.5t-205.5 -35.5q-211 0 -313 156t-54 395zM385 288q27 -85 130 -85q92 0 158.5 91.5t95.5 235.5l4 21q30 154 3 240t-129 86q-92 0 -158.5 -93t-94.5 -233l-4 -21q-32 -157 -5 -242zM1101 652l2 -5h305l6 26q19 99 -6.5 151.5t-103.5 52.5 q-66 0 -119.5 -62.5t-83.5 -162.5z" />
<glyph unicode="&#x178;" horiz-adv-x="1221" d="M215 1456h316l151 -650l6 -1l414 651h315l-650 -943l-102 -513h-287l106 532zM488 1601l33 204h257l-33 -204h-257zM955 1601l33 204h257l-33 -204h-257z" />
<glyph unicode="&#x2c6;" horiz-adv-x="970" d="M296 1252l6 26l316 240h163l223 -243l-5 -23h-227l-100 133l-153 -133h-223z" />
<glyph unicode="&#x2dc;" horiz-adv-x="939" d="M253 1272q15 97 81 165t152 68q49 0 133 -43.5t133 -43.5q30 0 59 32.5t37 78.5l142 -45q-16 -99 -82.5 -165t-152.5 -66q-61 0 -138.5 43.5t-126.5 43.5q-31 0 -58 -32.5t-34 -77.5z" />
<glyph unicode="&#x2000;" horiz-adv-x="967" />
<glyph unicode="&#x2001;" horiz-adv-x="1935" />
<glyph unicode="&#x2002;" horiz-adv-x="967" />
<glyph unicode="&#x2003;" horiz-adv-x="1935" />
<glyph unicode="&#x2004;" horiz-adv-x="645" />
<glyph unicode="&#x2005;" horiz-adv-x="483" />
<glyph unicode="&#x2006;" horiz-adv-x="322" />
<glyph unicode="&#x2007;" horiz-adv-x="322" />
<glyph unicode="&#x2008;" horiz-adv-x="241" />
<glyph unicode="&#x2009;" horiz-adv-x="387" />
<glyph unicode="&#x200a;" horiz-adv-x="107" />
<glyph unicode="&#x2010;" horiz-adv-x="769" d="M131 510l45 225h531l-45 -225h-531z" />
<glyph unicode="&#x2011;" horiz-adv-x="769" d="M131 510l45 225h531l-45 -225h-531z" />
<glyph unicode="&#x2012;" horiz-adv-x="769" d="M131 510l45 225h531l-45 -225h-531z" />
<glyph unicode="&#x2013;" horiz-adv-x="1324" d="M202 601l60 228h1008l-60 -228h-1008z" />
<glyph unicode="&#x2014;" horiz-adv-x="1563" d="M187 601l74 228h1240l-74 -228h-1240z" />
<glyph unicode="&#x2018;" horiz-adv-x="393" d="M166 1015l38 192l228 353h140l-126 -352l-39 -193h-241z" />
<glyph unicode="&#x2019;" horiz-adv-x="393" d="M173 1016l125 349l39 195h243l-39 -194l-227 -350h-141z" />
<glyph unicode="&#x201a;" horiz-adv-x="395" d="M-90 -263l111 266l56 284h242l-53 -268l-200 -282h-156z" />
<glyph unicode="&#x201c;" horiz-adv-x="717" d="M166 1015l38 192l228 353h140l-126 -352l-39 -193h-241zM490 1015l38 192l228 353h140l-126 -352l-39 -193h-241z" />
<glyph unicode="&#x201d;" horiz-adv-x="725" d="M167 1016l125 349l39 195h243l-39 -194l-227 -350h-141zM497 1016l125 349l39 195h243l-39 -194l-227 -350h-141z" />
<glyph unicode="&#x201e;" horiz-adv-x="708" d="M-82 -225l111 268l51 255h226l-49 -243l-214 -280h-125zM246 -225l112 276l50 247h227l-49 -243l-214 -280h-126z" />
<glyph unicode="&#x2022;" horiz-adv-x="703" d="M187 716l18 90q21 106 94.5 167t177.5 61q98 0 150 -64.5t32 -163.5l-18 -90q-21 -107 -93.5 -166t-178.5 -59q-96 0 -149 63.5t-33 161.5z" />
<glyph unicode="&#x2026;" horiz-adv-x="1441" d="M57 0l51 256h286l-51 -256h-286zM503 0l51 256h286l-51 -256h-286zM943 0l51 256h286l-51 -256h-286z" />
<glyph unicode="&#x202f;" horiz-adv-x="387" />
<glyph unicode="&#x2039;" horiz-adv-x="607" d="M128 541l1 6l3 13l338 390h182l-299 -400l139 -399h-182z" />
<glyph unicode="&#x203a;" horiz-adv-x="587" d="M23 151l298 399l-138 400h183l181 -390l-2 -6h1l-3 -13l-337 -390h-183z" />
<glyph unicode="&#x205f;" horiz-adv-x="483" />
<glyph unicode="&#x20ac;" horiz-adv-x="1052" d="M77 455l39 200h132l23 116h-132l41 200h133l3 13q43 223 209 358t400 135q52 0 107.5 -8.5t114.5 -22.5l-67 -229q-46 16 -96.5 25.5t-103.5 9.5q-98 0 -177 -80.5t-99 -185.5l-3 -15h387l-41 -200h-388l-23 -116h388l-39 -200h-388l-1 -8q-23 -111 22.5 -177.5 t154.5 -66.5q50 0 105.5 8.5t105.5 25.5l-24 -227q-58 -15 -116 -23t-116 -8q-215 0 -337.5 137t-82.5 331l1 8h-132z" />
<glyph unicode="&#x2122;" horiz-adv-x="1217" d="M280 1351l21 105h371l-21 -105h-117l-87 -434h-140l87 434h-114zM629 915l108 541h154l34 -360l6 -1l179 361h149l-108 -541h-125l53 268l-6 2l-146 -270h-69l-40 283l-6 1l-57 -284h-126z" />
<glyph unicode="&#xe000;" horiz-adv-x="1080" d="M0 0v1080h1080v-1080h-1080z" />
<glyph unicode="&#xfb02;" horiz-adv-x="1224" d="M92 0l175 877h-147l41 205h147l24 120q39 194 155.5 286.5t301.5 92.5q33 0 69 -5.5t78 -15.5l-67 -217q-20 4 -41 7t-48 3q-59 0 -102 -40t-57 -111l-24 -120h195l-41 -205h-195l-175 -877h-289zM731 0l312 1560h288l-312 -1560h-288z" />
<glyph unicode="&#xfb03;" horiz-adv-x="1881" d="M92 0l175 877h-147l41 205h147l24 120q39 194 155.5 286.5t301.5 92.5q33 0 69 -5.5t78 -15.5l-67 -217q-20 4 -41 7t-48 3q-59 0 -102 -40t-57 -111l-24 -120h195l-41 -205h-195l-175 -877h-289zM780 0l175 877h-148l41 205h148l15 74q43 217 180.5 321t357.5 104 q68 0 140.5 -16t158.5 -44l-88 -230q-61 21 -115 33.5t-126 12.5q-87 0 -145 -47t-75 -134l-15 -74h193l-41 -205h-193l-175 -877h-288zM1388 0l216 1082h288l-216 -1082h-288z" />
<glyph unicode="&#xfb04;" horiz-adv-x="1921" d="M92 0l175 877h-147l41 205h147l24 120q39 194 155.5 286.5t301.5 92.5q33 0 69 -5.5t78 -15.5l-67 -217q-20 4 -41 7t-48 3q-59 0 -102 -40t-57 -111l-24 -120h195l-41 -205h-195l-175 -877h-289zM789 0l175 877h-147l41 205h147l24 120q39 194 155.5 286.5t301.5 92.5 q33 0 69 -5.5t78 -15.5l-67 -217q-20 4 -41 7t-48 3q-59 0 -102 -40t-57 -111l-24 -120h195l-41 -205h-195l-175 -877h-289zM1428 0l312 1560h288l-312 -1560h-288z" />
<hkern u1="&#x22;" u2="w" k="-11" />
<hkern u1="&#x27;" u2="w" k="-11" />
<hkern u1="&#x28;" u2="&#x178;" k="-22" />
<hkern u1="&#x28;" u2="&#xdd;" k="-22" />
<hkern u1="&#x28;" u2="Y" k="-22" />
<hkern u1="&#x28;" u2="W" k="-38" />
<hkern u1="&#x28;" u2="V" k="-20" />
<hkern u1="&#x2f;" u2="&#x2f;" k="248" />
<hkern u1="A" u2="w" k="33" />
<hkern u1="A" u2="t" k="17" />
<hkern u1="A" u2="&#x3f;" k="81" />
<hkern u1="C" u2="&#x7d;" k="17" />
<hkern u1="C" u2="]" k="12" />
<hkern u1="C" u2="&#x29;" k="26" />
<hkern u1="D" u2="&#xc6;" k="33" />
<hkern u1="E" u2="w" k="22" />
<hkern u1="E" u2="f" k="18" />
<hkern u1="F" u2="&#x2026;" k="274" />
<hkern u1="F" u2="&#x201e;" k="274" />
<hkern u1="F" u2="&#x201a;" k="274" />
<hkern u1="F" u2="&#x153;" k="21" />
<hkern u1="F" u2="&#xff;" k="24" />
<hkern u1="F" u2="&#xfd;" k="24" />
<hkern u1="F" u2="&#xfc;" k="22" />
<hkern u1="F" u2="&#xfb;" k="22" />
<hkern u1="F" u2="&#xfa;" k="22" />
<hkern u1="F" u2="&#xf9;" k="22" />
<hkern u1="F" u2="&#xf6;" k="21" />
<hkern u1="F" u2="&#xf5;" k="21" />
<hkern u1="F" u2="&#xf4;" k="21" />
<hkern u1="F" u2="&#xf3;" k="21" />
<hkern u1="F" u2="&#xf2;" k="21" />
<hkern u1="F" u2="&#xeb;" k="21" />
<hkern u1="F" u2="&#xea;" k="21" />
<hkern u1="F" u2="&#xe9;" k="21" />
<hkern u1="F" u2="&#xe8;" k="21" />
<hkern u1="F" u2="&#xe7;" k="21" />
<hkern u1="F" u2="&#xe5;" k="34" />
<hkern u1="F" u2="&#xe4;" k="34" />
<hkern u1="F" u2="&#xe3;" k="34" />
<hkern u1="F" u2="&#xe2;" k="34" />
<hkern u1="F" u2="&#xe1;" k="34" />
<hkern u1="F" u2="&#xe0;" k="34" />
<hkern u1="F" u2="&#xc5;" k="59" />
<hkern u1="F" u2="&#xc4;" k="59" />
<hkern u1="F" u2="&#xc3;" k="59" />
<hkern u1="F" u2="&#xc2;" k="59" />
<hkern u1="F" u2="&#xc1;" k="59" />
<hkern u1="F" u2="&#xc0;" k="59" />
<hkern u1="F" u2="y" k="24" />
<hkern u1="F" u2="v" k="24" />
<hkern u1="F" u2="u" k="22" />
<hkern u1="F" u2="r" k="26" />
<hkern u1="F" u2="q" k="21" />
<hkern u1="F" u2="o" k="21" />
<hkern u1="F" u2="g" k="21" />
<hkern u1="F" u2="e" k="21" />
<hkern u1="F" u2="d" k="21" />
<hkern u1="F" u2="c" k="21" />
<hkern u1="F" u2="a" k="34" />
<hkern u1="F" u2="T" k="-20" />
<hkern u1="F" u2="J" k="208" />
<hkern u1="F" u2="A" k="59" />
<hkern u1="F" u2="&#x2e;" k="274" />
<hkern u1="F" u2="&#x2c;" k="274" />
<hkern u1="K" u2="w" k="63" />
<hkern u1="L" u2="w" k="52" />
<hkern u1="O" u2="&#xc6;" k="33" />
<hkern u1="P" u2="&#xc6;" k="297" />
<hkern u1="P" u2="t" k="-14" />
<hkern u1="Q" u2="&#x178;" k="35" />
<hkern u1="Q" u2="&#xdd;" k="35" />
<hkern u1="Q" u2="Y" k="35" />
<hkern u1="Q" u2="W" k="20" />
<hkern u1="Q" u2="V" k="28" />
<hkern u1="Q" u2="T" k="33" />
<hkern u1="R" u2="&#x178;" k="48" />
<hkern u1="R" u2="&#xdd;" k="48" />
<hkern u1="R" u2="Y" k="48" />
<hkern u1="R" u2="V" k="19" />
<hkern u1="R" u2="T" k="50" />
<hkern u1="T" u2="&#xf8;" k="95" />
<hkern u1="T" u2="&#xe6;" k="84" />
<hkern u1="T" u2="&#xc6;" k="189" />
<hkern u1="T" u2="&#xbb;" k="146" />
<hkern u1="T" u2="&#xab;" k="148" />
<hkern u1="T" u2="w" k="47" />
<hkern u1="T" u2="r" k="65" />
<hkern u1="V" u2="&#x7d;" k="-19" />
<hkern u1="V" u2="r" k="30" />
<hkern u1="V" u2="]" k="-17" />
<hkern u1="V" u2="&#x29;" k="-20" />
<hkern u1="W" u2="&#x7d;" k="-14" />
<hkern u1="W" u2="r" k="21" />
<hkern u1="W" u2="]" k="-12" />
<hkern u1="W" u2="&#x29;" k="-15" />
<hkern u1="Y" u2="&#x2022;" k="45" />
<hkern u1="Y" u2="&#xf8;" k="64" />
<hkern u1="Y" u2="&#xe6;" k="63" />
<hkern u1="Y" u2="&#xc6;" k="96" />
<hkern u1="Y" u2="&#xbb;" k="51" />
<hkern u1="Y" u2="&#xab;" k="82" />
<hkern u1="Y" u2="&#x7d;" k="-19" />
<hkern u1="Y" u2="t" k="22" />
<hkern u1="Y" u2="r" k="40" />
<hkern u1="Y" u2="f" k="22" />
<hkern u1="Y" u2="]" k="-18" />
<hkern u1="Y" u2="&#x2a;" k="49" />
<hkern u1="Y" u2="&#x29;" k="-20" />
<hkern u1="Y" u2="&#x26;" k="30" />
<hkern u1="Z" u2="w" k="27" />
<hkern u1="[" u2="&#xdc;" k="18" />
<hkern u1="[" u2="&#xdb;" k="18" />
<hkern u1="[" u2="&#xda;" k="18" />
<hkern u1="[" u2="&#xd9;" k="18" />
<hkern u1="[" u2="U" k="18" />
<hkern u1="[" u2="J" k="18" />
<hkern u1="f" u2="&#x201d;" k="-16" />
<hkern u1="f" u2="&#x201c;" k="-16" />
<hkern u1="f" u2="&#x2019;" k="-16" />
<hkern u1="f" u2="&#x2018;" k="-16" />
<hkern u1="f" u2="&#x153;" k="24" />
<hkern u1="f" u2="&#xeb;" k="24" />
<hkern u1="f" u2="&#xea;" k="24" />
<hkern u1="f" u2="&#xe9;" k="24" />
<hkern u1="f" u2="&#xe8;" k="24" />
<hkern u1="f" u2="&#xe7;" k="24" />
<hkern u1="f" u2="&#x7d;" k="-19" />
<hkern u1="f" u2="q" k="24" />
<hkern u1="f" u2="g" k="24" />
<hkern u1="f" u2="e" k="24" />
<hkern u1="f" u2="d" k="24" />
<hkern u1="f" u2="c" k="24" />
<hkern u1="f" u2="]" k="-18" />
<hkern u1="f" u2="&#x29;" k="-20" />
<hkern u1="f" u2="&#x27;" k="-16" />
<hkern u1="f" u2="&#x22;" k="-16" />
<hkern u1="k" u2="&#x153;" k="20" />
<hkern u1="k" u2="&#xeb;" k="20" />
<hkern u1="k" u2="&#xea;" k="20" />
<hkern u1="k" u2="&#xe9;" k="20" />
<hkern u1="k" u2="&#xe8;" k="20" />
<hkern u1="k" u2="&#xe7;" k="20" />
<hkern u1="k" u2="q" k="20" />
<hkern u1="k" u2="g" k="20" />
<hkern u1="k" u2="e" k="20" />
<hkern u1="k" u2="d" k="20" />
<hkern u1="k" u2="c" k="20" />
<hkern u1="r" u2="w" k="-17" />
<hkern u1="r" u2="t" k="-24" />
<hkern u1="r" u2="f" k="-20" />
<hkern u1="t" u2="&#xf6;" k="30" />
<hkern u1="t" u2="&#xf5;" k="30" />
<hkern u1="t" u2="&#xf4;" k="30" />
<hkern u1="t" u2="&#xf3;" k="30" />
<hkern u1="t" u2="&#xf2;" k="30" />
<hkern u1="t" u2="o" k="30" />
<hkern u1="v" u2="f" k="-13" />
<hkern u1="w" u2="&#x2026;" k="124" />
<hkern u1="w" u2="&#x201e;" k="124" />
<hkern u1="w" u2="&#x201a;" k="124" />
<hkern u1="w" u2="&#x2e;" k="124" />
<hkern u1="w" u2="&#x2c;" k="124" />
<hkern u1="y" u2="f" k="-13" />
<hkern u1="&#x7b;" u2="&#xdc;" k="20" />
<hkern u1="&#x7b;" u2="&#xdb;" k="20" />
<hkern u1="&#x7b;" u2="&#xda;" k="20" />
<hkern u1="&#x7b;" u2="&#xd9;" k="20" />
<hkern u1="&#x7b;" u2="U" k="20" />
<hkern u1="&#x7b;" u2="J" k="20" />
<hkern u1="&#xc0;" u2="w" k="33" />
<hkern u1="&#xc0;" u2="t" k="17" />
<hkern u1="&#xc0;" u2="&#x3f;" k="81" />
<hkern u1="&#xc1;" u2="w" k="33" />
<hkern u1="&#xc1;" u2="t" k="17" />
<hkern u1="&#xc1;" u2="&#x3f;" k="81" />
<hkern u1="&#xc2;" u2="w" k="33" />
<hkern u1="&#xc2;" u2="t" k="17" />
<hkern u1="&#xc2;" u2="&#x3f;" k="81" />
<hkern u1="&#xc3;" u2="w" k="33" />
<hkern u1="&#xc3;" u2="t" k="17" />
<hkern u1="&#xc3;" u2="&#x3f;" k="81" />
<hkern u1="&#xc4;" u2="w" k="33" />
<hkern u1="&#xc4;" u2="t" k="17" />
<hkern u1="&#xc4;" u2="&#x3f;" k="81" />
<hkern u1="&#xc5;" u2="w" k="33" />
<hkern u1="&#xc5;" u2="t" k="17" />
<hkern u1="&#xc5;" u2="&#x3f;" k="81" />
<hkern u1="&#xc7;" u2="&#x7d;" k="17" />
<hkern u1="&#xc7;" u2="]" k="12" />
<hkern u1="&#xc7;" u2="&#x29;" k="26" />
<hkern u1="&#xc8;" u2="w" k="22" />
<hkern u1="&#xc8;" u2="f" k="18" />
<hkern u1="&#xc9;" u2="w" k="22" />
<hkern u1="&#xc9;" u2="f" k="18" />
<hkern u1="&#xca;" u2="w" k="22" />
<hkern u1="&#xca;" u2="f" k="18" />
<hkern u1="&#xcb;" u2="w" k="22" />
<hkern u1="&#xcb;" u2="f" k="18" />
<hkern u1="&#xd0;" u2="&#xc6;" k="33" />
<hkern u1="&#xd2;" u2="&#xc6;" k="33" />
<hkern u1="&#xd3;" u2="&#xc6;" k="33" />
<hkern u1="&#xd4;" u2="&#xc6;" k="33" />
<hkern u1="&#xd5;" u2="&#xc6;" k="33" />
<hkern u1="&#xd6;" u2="&#xc6;" k="33" />
<hkern u1="&#xdd;" u2="&#x2022;" k="45" />
<hkern u1="&#xdd;" u2="&#xf8;" k="64" />
<hkern u1="&#xdd;" u2="&#xe6;" k="63" />
<hkern u1="&#xdd;" u2="&#xc6;" k="96" />
<hkern u1="&#xdd;" u2="&#xbb;" k="51" />
<hkern u1="&#xdd;" u2="&#xab;" k="82" />
<hkern u1="&#xdd;" u2="&#x7d;" k="-19" />
<hkern u1="&#xdd;" u2="t" k="22" />
<hkern u1="&#xdd;" u2="r" k="40" />
<hkern u1="&#xdd;" u2="f" k="22" />
<hkern u1="&#xdd;" u2="]" k="-18" />
<hkern u1="&#xdd;" u2="&#x2a;" k="49" />
<hkern u1="&#xdd;" u2="&#x29;" k="-20" />
<hkern u1="&#xdd;" u2="&#x26;" k="30" />
<hkern u1="&#xfd;" u2="f" k="-13" />
<hkern u1="&#xff;" u2="f" k="-13" />
<hkern u1="&#x178;" u2="&#x2022;" k="45" />
<hkern u1="&#x178;" u2="&#xf8;" k="64" />
<hkern u1="&#x178;" u2="&#xe6;" k="63" />
<hkern u1="&#x178;" u2="&#xc6;" k="96" />
<hkern u1="&#x178;" u2="&#xbb;" k="51" />
<hkern u1="&#x178;" u2="&#xab;" k="82" />
<hkern u1="&#x178;" u2="&#x7d;" k="-19" />
<hkern u1="&#x178;" u2="t" k="22" />
<hkern u1="&#x178;" u2="r" k="40" />
<hkern u1="&#x178;" u2="f" k="22" />
<hkern u1="&#x178;" u2="]" k="-18" />
<hkern u1="&#x178;" u2="&#x2a;" k="49" />
<hkern u1="&#x178;" u2="&#x29;" k="-20" />
<hkern u1="&#x178;" u2="&#x26;" k="30" />
<hkern u1="&#x2018;" u2="w" k="-11" />
<hkern u1="&#x2019;" u2="w" k="-11" />
<hkern u1="&#x201c;" u2="w" k="-11" />
<hkern u1="&#x201d;" u2="w" k="-11" />
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="285" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="120" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="m,n,p,ntilde" k="48" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="12" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="11" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="T" k="89" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="17" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="V" k="77" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="W" k="39" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="Y,Yacute,Ydieresis" k="150" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="u,ugrave,uacute,ucircumflex,udieresis" k="11" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="v,y,yacute,ydieresis" k="50" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="z" k="-12" />
<hkern g1="B" g2="T" k="27" />
<hkern g1="B" g2="V" k="24" />
<hkern g1="B" g2="Y,Yacute,Ydieresis" k="55" />
<hkern g1="C,Ccedilla" g2="T" k="29" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="21" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="T" k="27" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="V" k="22" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Y,Yacute,Ydieresis" k="43" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="122" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="X" k="22" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Z" k="23" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="19" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="T" k="-20" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="17" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="v,y,yacute,ydieresis" k="26" />
<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-18" />
<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="T" k="29" />
<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="Y,Yacute,Ydieresis" k="28" />
<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="X" k="-17" />
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="22" />
<hkern g1="K" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" />
<hkern g1="K" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="27" />
<hkern g1="K" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="31" />
<hkern g1="K" g2="u,ugrave,uacute,ucircumflex,udieresis" k="23" />
<hkern g1="K" g2="v,y,yacute,ydieresis" k="40" />
<hkern g1="K" g2="hyphen,uni00AD,endash,emdash" k="164" />
<hkern g1="L" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="258" />
<hkern g1="L" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-19" />
<hkern g1="L" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="25" />
<hkern g1="L" g2="T" k="205" />
<hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="24" />
<hkern g1="L" g2="V" k="206" />
<hkern g1="L" g2="W" k="93" />
<hkern g1="L" g2="Y,Yacute,Ydieresis" k="279" />
<hkern g1="L" g2="u,ugrave,uacute,ucircumflex,udieresis" k="14" />
<hkern g1="L" g2="v,y,yacute,ydieresis" k="123" />
<hkern g1="P" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="178" />
<hkern g1="P" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="11" />
<hkern g1="P" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" />
<hkern g1="P" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="13" />
<hkern g1="P" g2="v,y,yacute,ydieresis" k="-15" />
<hkern g1="P" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="404" />
<hkern g1="P" g2="X" k="51" />
<hkern g1="P" g2="Z" k="36" />
<hkern g1="P" g2="J" k="184" />
<hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="109" />
<hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="83" />
<hkern g1="T" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="89" />
<hkern g1="T" g2="m,n,p,ntilde" k="89" />
<hkern g1="T" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="79" />
<hkern g1="T" g2="s" k="76" />
<hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="28" />
<hkern g1="T" g2="T" k="-16" />
<hkern g1="T" g2="V" k="-16" />
<hkern g1="T" g2="W" k="-15" />
<hkern g1="T" g2="Y,Yacute,Ydieresis" k="-16" />
<hkern g1="T" g2="u,ugrave,uacute,ucircumflex,udieresis" k="65" />
<hkern g1="T" g2="v,y,yacute,ydieresis" k="82" />
<hkern g1="T" g2="z" k="60" />
<hkern g1="T" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="258" />
<hkern g1="T" g2="hyphen,uni00AD,endash,emdash" k="272" />
<hkern g1="T" g2="J" k="216" />
<hkern g1="T" g2="S" k="16" />
<hkern g1="T" g2="x" k="77" />
<hkern g1="V" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="75" />
<hkern g1="V" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="46" />
<hkern g1="V" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="44" />
<hkern g1="V" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="46" />
<hkern g1="V" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="13" />
<hkern g1="V" g2="u,ugrave,uacute,ucircumflex,udieresis" k="28" />
<hkern g1="V" g2="v,y,yacute,ydieresis" k="11" />
<hkern g1="V" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="215" />
<hkern g1="V" g2="hyphen,uni00AD,endash,emdash" k="157" />
<hkern g1="W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="43" />
<hkern g1="W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="33" />
<hkern g1="W" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="31" />
<hkern g1="W" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="31" />
<hkern g1="W" g2="T" k="-14" />
<hkern g1="W" g2="u,ugrave,uacute,ucircumflex,udieresis" k="19" />
<hkern g1="W" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="143" />
<hkern g1="W" g2="hyphen,uni00AD,endash,emdash" k="60" />
<hkern g1="X" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" />
<hkern g1="X" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="21" />
<hkern g1="X" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="25" />
<hkern g1="X" g2="V" k="-14" />
<hkern g1="X" g2="u,ugrave,uacute,ucircumflex,udieresis" k="21" />
<hkern g1="X" g2="v,y,yacute,ydieresis" k="31" />
<hkern g1="X" g2="hyphen,uni00AD,endash,emdash" k="156" />
<hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="150" />
<hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="63" />
<hkern g1="Y,Yacute,Ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="65" />
<hkern g1="Y,Yacute,Ydieresis" g2="m,n,p,ntilde" k="40" />
<hkern g1="Y,Yacute,Ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="65" />
<hkern g1="Y,Yacute,Ydieresis" g2="s" k="58" />
<hkern g1="Y,Yacute,Ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="29" />
<hkern g1="Y,Yacute,Ydieresis" g2="T" k="-17" />
<hkern g1="Y,Yacute,Ydieresis" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="96" />
<hkern g1="Y,Yacute,Ydieresis" g2="V" k="-18" />
<hkern g1="Y,Yacute,Ydieresis" g2="W" k="-17" />
<hkern g1="Y,Yacute,Ydieresis" g2="Y,Yacute,Ydieresis" k="-18" />
<hkern g1="Y,Yacute,Ydieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="39" />
<hkern g1="Y,Yacute,Ydieresis" g2="v,y,yacute,ydieresis" k="20" />
<hkern g1="Y,Yacute,Ydieresis" g2="z" k="30" />
<hkern g1="Y,Yacute,Ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="231" />
<hkern g1="Y,Yacute,Ydieresis" g2="X" k="-13" />
<hkern g1="Y,Yacute,Ydieresis" g2="hyphen,uni00AD,endash,emdash" k="152" />
<hkern g1="Y,Yacute,Ydieresis" g2="J" k="96" />
<hkern g1="Y,Yacute,Ydieresis" g2="S" k="16" />
<hkern g1="Y,Yacute,Ydieresis" g2="x" k="23" />
<hkern g1="Z" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-13" />
<hkern g1="Z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="21" />
<hkern g1="Z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="21" />
<hkern g1="Z" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="26" />
<hkern g1="Z" g2="u,ugrave,uacute,ucircumflex,udieresis" k="19" />
<hkern g1="Z" g2="v,y,yacute,ydieresis" k="27" />
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="17" />
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="v,y,yacute,ydieresis" k="15" />
<hkern g1="b,p,thorn" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="29" />
<hkern g1="b,p,thorn" g2="v,y,yacute,ydieresis" k="11" />
<hkern g1="b,p,thorn" g2="z" k="15" />
<hkern g1="b,p,thorn" g2="x" k="15" />
<hkern g1="c,ccedilla" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="11" />
<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="14" />
<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="v,y,yacute,ydieresis" k="13" />
<hkern g1="h,m,n,ntilde" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="16" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="20" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="v,y,yacute,ydieresis" k="15" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="z" k="16" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="x" k="21" />
<hkern g1="r" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-16" />
<hkern g1="r" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="20" />
<hkern g1="r" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" />
<hkern g1="r" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="20" />
<hkern g1="r" g2="v,y,yacute,ydieresis" k="-18" />
<hkern g1="r" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="173" />
<hkern g1="v,y,yacute,ydieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-15" />
<hkern g1="v,y,yacute,ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="15" />
<hkern g1="v,y,yacute,ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" />
<hkern g1="v,y,yacute,ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="15" />
<hkern g1="v,y,yacute,ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="167" />
<hkern g1="x" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="20" />
<hkern g1="x" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="40" />
<hkern g1="z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="16" />
<hkern g1="z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="16" />
</font>
</defs></svg>

Before

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

View File

@@ -1,642 +0,0 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata></metadata>
<defs>
<font id="robotoitalic" horiz-adv-x="1096" >
<font-face units-per-em="2048" ascent="1638" descent="-410" />
<missing-glyph horiz-adv-x="485" />
<glyph unicode="&#xfb01;" horiz-adv-x="1075" d="M100 0l187 936h-157l29 146h157l24 117q38 194 155.5 288t300.5 94q58 0 119.5 -16t134.5 -45l-66 -160q-42 21 -96 36t-111 15q-102 0 -163 -53t-81 -159l-24 -117h195l-29 -146h-195l-187 -936h-193zM645 0l216 1082h194l-216 -1082h-194z" />
<glyph horiz-adv-x="0" />
<glyph unicode="&#xd;" horiz-adv-x="485" />
<glyph horiz-adv-x="0" />
<glyph horiz-adv-x="0" />
<glyph unicode=" " horiz-adv-x="485" />
<glyph unicode="&#x09;" horiz-adv-x="485" />
<glyph unicode="&#xa0;" horiz-adv-x="485" />
<glyph unicode="!" horiz-adv-x="521" d="M81 0l41 204h191l-41 -204h-191zM175 478l195 978h194l-195 -978h-194z" />
<glyph unicode="&#x22;" horiz-adv-x="642" d="M191 1040l39 240l45 280h154l-44 -270l-100 -250h-94zM487 1040l39 248l44 272h155l-44 -270l-101 -250h-93z" />
<glyph unicode="#" horiz-adv-x="1197" d="M67 410l28 140h243l134 348h-236l28 142h262l160 416h147l-159 -416h229l160 416h147l-159 -416h180l-28 -142h-207l-133 -348h201l-28 -140h-227l-157 -410h-148l157 410h-229l-157 -410h-147l157 410h-218zM486 550h229l133 348h-229z" />
<glyph unicode="$" horiz-adv-x="1085" d="M105 429h193q-26 -160 31.5 -222.5t161.5 -62.5q113 0 190.5 62.5t95.5 169.5q15 92 -32.5 154.5t-172.5 112.5q-178 61 -258 163t-53 272q27 171 130.5 272.5t261.5 121.5l35 221h154l-36 -223q147 -26 215 -146t37 -317h-192q22 141 -20 222.5t-144 81.5 q-101 0 -166 -62.5t-81 -167.5q-16 -100 29.5 -158.5t180.5 -112.5q180 -66 256 -164.5t49 -267.5q-29 -178 -139.5 -277t-282.5 -117l-30 -192h-154l30 192q-151 20 -237 128.5t-52 316.5z" />
<glyph unicode="%" horiz-adv-x="1401" d="M236 1099l15 77q27 135 119 218t223 83q120 0 183.5 -88t38.5 -213l-15 -77q-28 -135 -119 -217t-221 -82q-121 0 -185.5 87.5t-38.5 211.5zM275 177l890 1138l93 -67l-890 -1138zM378 1099q-16 -79 10 -128t96 -49q61 0 110 52t64 125l15 77q15 79 -11 129t-93 50 q-63 0 -112.5 -53.5t-63.5 -125.5zM724 279l15 78q27 135 119 217.5t223 82.5q120 0 183.5 -88t38.5 -212l-15 -78q-28 -136 -119.5 -218t-220.5 -82q-121 0 -185.5 87.5t-38.5 212.5zM866 279q-16 -79 10 -128.5t96 -49.5q61 0 110 52.5t64 125.5l15 78q15 78 -11 128 t-93 50q-63 0 -112.5 -53t-63.5 -125z" />
<glyph unicode="&#x26;" horiz-adv-x="1199" d="M54 392q20 126 99 214.5t227 181.5q-59 99 -82.5 177t-9.5 160q27 175 132 263.5t268 88.5q143 0 225 -92t63 -218q-17 -102 -77 -170.5t-172 -145.5l-110 -78l245 -403q48 65 81 141.5t47 161.5h172q-23 -137 -76 -246t-138 -197l140 -230h-231l-59 98 q-84 -58 -177.5 -88.5t-188.5 -30.5q-196 0 -302 116t-76 297zM247 392q-19 -117 33.5 -188t175.5 -71q63 0 131 24.5t132 70.5l-261 433l-39 -27q-93 -68 -128.5 -130t-43.5 -112zM481 1127q-9 -54 7 -110t55 -123l137 92q59 38 84 82t35 99q10 64 -27 109.5t-108 45.5 q-70 0 -120 -57t-63 -138z" />
<glyph unicode="'" horiz-adv-x="345" d="M195 1055l41 265l39 240h154l-36 -223l-105 -282h-93z" />
<glyph unicode="(" horiz-adv-x="647" d="M150 582l2 9q65 410 256 679t374 365l6 -1l18 -115q-143 -108 -274.5 -344t-186.5 -582l-2 -13q-59 -361 -3.5 -588t166.5 -347l-53 -108l-6 1q-149 93 -255 371.5t-42 672.5z" />
<glyph unicode=")" horiz-adv-x="653" d="M-118 -355q141 106 274 346.5t190 588.5l2 13q56 356 -3 588t-162 347l55 108l6 -1q146 -94 252.5 -373t44.5 -671l-2 -9q-66 -410 -257.5 -678.5t-373.5 -366.5l-6 1z" />
<glyph unicode="*" horiz-adv-x="834" d="M160 1071l79 154l248 -111l58 342h157l-78 -348l290 110l15 -156l-294 -89l122 -270l-148 -96l-106 287l-216 -279l-110 93l235 274z" />
<glyph unicode="+" horiz-adv-x="1091" d="M114 605l36 178h369l85 423h193l-85 -423h366l-36 -178h-365l-92 -459h-193l92 459h-370z" />
<glyph unicode="," horiz-adv-x="387" d="M-92 -258l129 316l32 163h194l-34 -173l-208 -306h-113z" />
<glyph unicode="-" horiz-adv-x="529" d="M59 538l30 154h457l-30 -154h-457z" />
<glyph unicode="." horiz-adv-x="527" d="M69 0l40 202h191l-40 -202h-191z" />
<glyph unicode="/" horiz-adv-x="805" d="M-92 -125l882 1581h162l-880 -1581h-164z" />
<glyph unicode="0" horiz-adv-x="1082" d="M134 555l69 345q59 296 201 436.5t346 140.5q188 0 280 -152t38 -425l-69 -345q-60 -297 -200.5 -436.5t-345.5 -139.5q-187 0 -280.5 151.5t-38.5 424.5zM319 515q-40 -201 3 -291.5t162 -90.5q109 0 192.5 98t121.5 284l85 427q40 201 -2.5 290.5t-161.5 89.5 q-109 0 -193.5 -97.5t-121.5 -282.5z" />
<glyph unicode="1" horiz-adv-x="1085" d="M320 1241l25 123l521 92l-291 -1456h-193l249 1245z" />
<glyph unicode="2" horiz-adv-x="1085" d="M42 0l22 135l528 530q141 142 195.5 226.5t69.5 172.5q18 112 -27 185t-139 73q-133 0 -213.5 -78.5t-102.5 -216.5h-184l-2 6q27 195 167 319.5t359 124.5q176 0 270 -115.5t66 -290.5q-20 -124 -101.5 -239.5t-224.5 -255.5l-420 -416l2 -6h643l-25 -154h-883z" />
<glyph unicode="3" horiz-adv-x="1085" d="M88 379l2 5h186q-19 -120 32 -185.5t163 -65.5q108 0 184.5 68.5t98.5 200.5q23 141 -21.5 202t-168.5 61h-164l18 113l7 41h164q113 0 173.5 66t79.5 182q20 129 -25 192t-154 63q-100 0 -175.5 -68t-92.5 -179h-184l-2 6q22 171 154.5 283.5t323.5 112.5 q182 0 280 -108.5t67 -305.5q-16 -95 -79.5 -183t-173.5 -134q111 -45 148 -137t20 -203q-34 -207 -172 -317t-330 -110q-180 0 -286.5 108.5t-72.5 291.5z" />
<glyph unicode="4" horiz-adv-x="1085" d="M36 336l22 111l796 1009h203l-193 -966h183l-31 -154h-183l-67 -336h-192l67 336h-605zM275 495l3 -5h394l133 668l-6 2l-19 -36z" />
<glyph unicode="5" horiz-adv-x="1085" d="M139 378l2 5h175q-20 -123 31 -186.5t150 -63.5q107 0 186.5 89t103.5 240q22 146 -26.5 233t-161.5 87q-100 0 -154 -35.5t-86 -106.5l-158 17l206 799h681l-28 -175h-517l-109 -409q46 34 101 56.5t119 24.5q189 2 275.5 -131t50.5 -358q-37 -227 -166 -356t-341 -129 q-166 0 -268 102t-66 297z" />
<glyph unicode="6" horiz-adv-x="1085" d="M146 571l45 278q46 291 218.5 459.5t392.5 168.5q68 0 135.5 -17.5t105.5 -42.5l-64 -151q-40 25 -87 40.5t-114 15.5q-139 0 -250 -126t-142 -325l-2 -13q67 52 147.5 80.5t167.5 28.5q174 0 264 -136t57 -341q-37 -234 -173 -372.5t-331 -138.5q-193 0 -304 156.5 t-66 435.5zM335 552q-34 -209 26.5 -314t178.5 -105q104 0 183 103.5t103 253.5q24 149 -26.5 239.5t-167.5 90.5q-89 0 -160.5 -40.5t-117.5 -107.5z" />
<glyph unicode="7" horiz-adv-x="1085" d="M215 1301l25 155h920l-25 -155q-300 -311 -419 -549t-215 -595l-41 -157h-193l41 157q93 344 248 615t390 529h-731z" />
<glyph unicode="8" horiz-adv-x="1085" d="M94 394q26 133 113 225t215 133q-91 44 -133.5 129t-20.5 195q41 206 168.5 303.5t314.5 97.5q168 0 265 -106t60 -295q-25 -123 -100.5 -207.5t-185.5 -123.5q105 -47 157.5 -139.5t29.5 -211.5q-44 -216 -183 -315.5t-340 -99.5q-188 0 -294 108t-66 307zM288 398 q-27 -132 26.5 -198.5t170.5 -66.5q103 0 189.5 72t111.5 193q25 128 -30 201t-166 73q-104 0 -191.5 -78t-110.5 -196zM460 1072q-24 -119 21 -182t142 -63q87 0 162 68t97 177q23 115 -22.5 182.5t-139.5 67.5q-88 0 -163 -69.5t-97 -180.5z" />
<glyph unicode="9" horiz-adv-x="1085" d="M139 38l53 149q51 -29 108 -41.5t131 -12.5q126 0 225 110t134 323l4 25q-55 -67 -127 -100.5t-154 -33.5q-191 0 -289 133t-60 368q38 237 182.5 378t321.5 141q206 0 310 -144t60 -418l-55 -347q-48 -297 -203 -443t-373 -146q-69 0 -142 14.5t-126 44.5zM357 958 q-26 -163 22 -254.5t159 -91.5q95 0 170 48t116 121l25 154q31 200 -18.5 293.5t-180.5 93.5q-93 0 -180.5 -103t-112.5 -261z" />
<glyph unicode=":" horiz-adv-x="502" d="M70 0l40 202h191l-40 -202h-191zM246 880l40 202h191l-40 -202h-191z" />
<glyph unicode=";" horiz-adv-x="510" d="M-42 -258l129 316l32 163h194l-34 -173l-208 -306h-113zM247 880l40 202h191l-40 -202h-191z" />
<glyph unicode="&#x3c;" horiz-adv-x="976" d="M82 486l22 108l8 41l834 378l-41 -201l-559 -233l-86 -18v-6l77 -19l468 -228l-41 -201z" />
<glyph unicode="=" horiz-adv-x="1083" d="M143 407l33 164h775l-33 -164h-775zM227 823l32 164h775l-32 -164h-775z" />
<glyph unicode="&#x3e;" horiz-adv-x="1008" d="M65 107l40 196l599 238l86 18v6l-77 19l-505 234l39 195l722 -378l-8 -40l-14 -69l-8 -40z" />
<glyph unicode="?" horiz-adv-x="921" d="M198 1122q30 161 158.5 258t298.5 97q173 0 261 -102t53 -279q-27 -137 -107.5 -234t-222.5 -221q-60 -54 -79 -97t-37 -134h-194q30 145 64 200.5t149 148.5q125 132 170 188t63 144q22 113 -17.5 166.5t-135.5 53.5q-77 0 -148 -50.5t-89 -144.5h-185zM246 0l42 208 h200l-42 -208h-200z" />
<glyph unicode="@" horiz-adv-x="1710" d="M121 478q102 423 368 688t612 265q328 0 477.5 -254.5t49.5 -674.5q-51 -214 -185 -368.5t-342 -154.5q-63 0 -105.5 42t-50.5 117q-63 -80 -136.5 -119.5t-162.5 -39.5q-108 0 -151 122.5t11 314.5q73 259 210.5 415.5t290.5 156.5q92 0 152 -27.5t116 -78.5l-4 -4h6 l-164 -585q-31 -110 -12 -151.5t66 -41.5q104 0 198.5 116t135.5 286q92 382 -13.5 595.5t-414.5 213.5q-266 0 -493.5 -235t-313.5 -598q-92 -376 18.5 -594.5t399.5 -218.5q77 0 168.5 21.5t155.5 56.5l15 -107q-72 -42 -173.5 -65.5t-192.5 -23.5q-331 0 -484 253.5 t-52 677.5zM655 200q14 -74 80 -74q77 0 152 51q31 22 61 57q5 28 14 59l151 540q-21 11 -45 17.5t-51 6.5q-108 0 -192.5 -111.5t-145.5 -329.5q-38 -142 -24 -216z" />
<glyph unicode="A" horiz-adv-x="1270" d="M-52 0l816 1456h164l225 -1456h-197l-51 375h-558l-203 -375h-196zM437 540h445l-88 647l-6 2z" />
<glyph unicode="B" horiz-adv-x="1233" d="M86 0l291 1456h448q199 0 306 -100q78 -73 79 -197q0 -45 -11 -97q-21 -103 -92 -177t-174 -110q117 -27 167 -129q32 -66 31 -145q0 -43 -9 -90q-43 -213 -181 -312t-350 -99h-505zM310 154h312q113 0 197.5 67.5t109.5 187.5q10 53 10 96q-1 67 -25 109q-40 69 -158 69 h-341zM446 837h295q90 0 167.5 61.5t98.5 167.5q8 39 8 72q1 71 -37 108q-54 55 -184 55h-255z" />
<glyph unicode="C" horiz-adv-x="1214" d="M149 607l52 260q57 289 215.5 449.5t390.5 160.5q215 1 340 -137q103 -113 102 -280q0 -36 -4 -74l-2 -5h-187q1 21 1 40q0 129 -58 209q-67 92 -214 92q-138 0 -244.5 -128.5t-145.5 -324.5l-53 -262q-15 -75 -15 -141q-1 -116 47 -200q74 -132 230 -133q134 0 212.5 76 t132.5 238h185l2 -6q-61 -214 -197 -338t-356 -124q-219 -1 -353 183q-96 131 -96 303q0 68 15 142z" />
<glyph unicode="D" horiz-adv-x="1265" d="M86 0l291 1456h382q253 0 403 -184q110 -136 110 -318q0 -66 -14 -137l-39 -198q-61 -301 -234 -460t-443 -159h-456zM310 154h263q171 0 291 128.5t162 336.5l40 201q13 67 13 127q0 130 -64 221q-94 133 -287 133h-189z" />
<glyph unicode="E" horiz-adv-x="1125" d="M86 0l291 1456h893l-31 -155h-700l-94 -471h616l-31 -155h-616l-104 -521h711l-31 -154h-904z" />
<glyph unicode="F" horiz-adv-x="1121" d="M86 0l291 1456h900l-31 -155h-707l-101 -502h613l-31 -155h-613l-128 -644h-193z" />
<glyph unicode="G" horiz-adv-x="1308" d="M144 578l60 300q55 282 233 440.5t417 158.5q214 0 322 -123q96 -107 96 -270q0 -22 -2 -46l-3 -6h-185v13q0 123 -54 198q-58 79 -205 79q-141 0 -264.5 -127t-160.5 -315l-60 -302q-15 -72 -15 -133q0 -114 52 -193q79 -119 243 -119q104 0 186 33.5t120 74.5l66 331 h-288l31 155h481l-106 -534q-65 -81 -198 -147.5t-323 -66.5q-228 0 -361 169q-97 122 -97 291q0 66 15 139z" />
<glyph unicode="H" horiz-adv-x="1370" d="M86 0l291 1456h193l-132 -658h642l132 658h193l-291 -1456h-193l128 643h-642l-128 -643h-193z" />
<glyph unicode="I" horiz-adv-x="552" d="M93 0l291 1456h194l-291 -1456h-194z" />
<glyph unicode="J" horiz-adv-x="1061" d="M58 396l3 5h186q-11 -54 -11 -97q0 -70 30 -109q48 -62 164 -62q92 0 171.5 74.5t104.5 195.5l210 1053h193l-210 -1053q-42 -208 -177 -316t-323 -108q-184 0 -285 108q-69 75 -69 195q0 53 13 114z" />
<glyph unicode="K" horiz-adv-x="1154" d="M60 0l291 1456h194l-127 -633h142l535 633h237l2 -5l-654 -726l385 -725h-220l-332 658h-128l-131 -658h-194z" />
<glyph unicode="L" horiz-adv-x="1042" d="M86 0l291 1456h193l-260 -1302h637l-31 -154h-830z" />
<glyph unicode="M" horiz-adv-x="1686" d="M86 0l291 1456h247l186 -1182l5 -1l659 1183h246l-291 -1456h-193l115 576l134 573l-5 2l-659 -1151h-128l-198 1148h-6l-95 -572l-115 -576h-193z" />
<glyph unicode="N" horiz-adv-x="1370" d="M86 0l291 1456h193l413 -1110l6 1l222 1109h194l-291 -1456h-194l-413 1112l-6 -1l-222 -1111h-193z" />
<glyph unicode="O" horiz-adv-x="1311" d="M145 607l52 260q57 286 223.5 448t406.5 162q232 0 371 -185q102 -135 102 -310q0 -64 -14 -134l-52 -260q-58 -287 -230.5 -448t-420.5 -161q-224 0 -357 184q-96 132 -96 304q0 67 15 140zM338 607q-15 -75 -16 -139q0 -118 52 -200q79 -128 241 -128 q154 0 269.5 123.5t156.5 324.5l52 262q14 70 14 130q-1 122 -57 208q-84 128 -255 127q-144 0 -254.5 -124t-149.5 -322z" />
<glyph unicode="P" horiz-adv-x="1236" d="M86 0l291 1456h525q202 0 306 -122q76 -89 75 -216q0 -47 -10 -98q-43 -211 -183.5 -323.5t-361.5 -112.5h-333l-116 -584h-193zM426 738h333q124 0 210.5 81t110.5 199q8 43 8 80q0 74 -32 126q-50 78 -185 77h-332z" />
<glyph unicode="Q" horiz-adv-x="1311" d="M145 607l52 260q57 286 223.5 448t406.5 162q232 0 371 -185q102 -135 102 -310q0 -64 -14 -134l-52 -260q-32 -157 -100.5 -279t-167.5 -201l175 -211l-157 -120l-190 236q-50 -16 -103 -25t-108 -9q-224 0 -357 184q-96 132 -96 304q0 67 15 140zM338 607 q-15 -75 -15 -139q0 -118 51 -200q79 -128 241 -128q154 0 269.5 123.5t156.5 324.5l52 262q14 70 14 130q0 122 -57 208q-84 127 -255 127q-144 0 -254.5 -124t-149.5 -322z" />
<glyph unicode="R" horiz-adv-x="1273" d="M86 0l291 1455h495q208 0 310 -108q74 -78 75 -204q0 -48 -11 -102q-25 -121 -95.5 -202t-186.5 -128q98 -41 133 -129q21 -52 21 -117q0 -44 -10 -94l-27 -137q-12 -57 -12 -101q0 -13 1 -23q4 -52 31 -86l-5 -24h-199q-27 31 -27 87v12q3 65 18 137l27 133q9 43 9 80 q0 69 -31 113q-47 68 -152 69h-335l-126 -631h-194zM437 786h282q140 0 224.5 65.5t110.5 191.5q9 44 9 81q0 71 -33 113q-50 64 -189 64h-301z" />
<glyph unicode="S" horiz-adv-x="1167" d="M117 423l2 6h185q-9 -45 -9 -82q1 -101 67 -149q92 -66 239 -65q101 0 184 57t101 144q7 33 7 63q-1 72 -41 119q-56 67 -227 130q-209 70 -299 174q-62 73 -63 190q0 51 12 110q34 174 167.5 265.5t325.5 91.5q214 1 332 -119q86 -87 87 -220q0 -50 -13 -107l-2 -5h-186 q8 38 8 72q0 85 -49 143q-68 81 -208 81q-99 0 -175.5 -57.5t-93.5 -142.5q-8 -40 -8 -74q0 -69 34 -109q51 -60 232 -129q214 -78 302 -180q62 -72 63 -187q0 -50 -12 -107q-36 -182 -172 -269.5t-337 -87.5q-216 1 -360 109q-107 80 -106 225q0 51 13 110z" />
<glyph unicode="T" horiz-adv-x="1124" d="M210 1301l31 155h1054l-31 -155h-431l-260 -1301h-193l260 1301h-430z" />
<glyph unicode="U" horiz-adv-x="1300" d="M148 469l197 987h193l-197 -987q-12 -61 -13 -110q0 -93 45 -146q68 -80 212 -80q140 0 252 86.5t145 249.5l197 987h193l-197 -987q-51 -254 -216.5 -372t-404.5 -118q-210 1 -332 129q-87 92 -88 237q0 58 14 124z" />
<glyph unicode="V" horiz-adv-x="1235" d="M196 1456h208l168 -1094l13 -109l6 -1l48 110l518 1094h209l-736 -1456h-165z" />
<glyph unicode="W" horiz-adv-x="1689" d="M218 1456h192l48 -952l-4 -168l5 -1l62 169l395 952h170l93 -952l6 -173l6 -1l54 174l348 952h192l-556 -1456h-172l-100 1010l-4 120l-5 1l-41 -121l-428 -1010h-172z" />
<glyph unicode="X" horiz-adv-x="1219" d="M-3 0l553 734l-311 722h231l214 -568l398 568h234l-543 -722l318 -734h-230l-223 578l-407 -578h-234z" />
<glyph unicode="Y" horiz-adv-x="1194" d="M238 1456h220l198 -717l6 -1l486 718h219l-660 -943l-103 -513h-192l105 526z" />
<glyph unicode="Z" horiz-adv-x="1078" d="M35 0l9 146l823 1155h-614l31 155h832l-28 -141l-828 -1161h683l-31 -154h-877z" />
<glyph unicode="[" horiz-adv-x="531" d="M15 -312l316 1976h366l-25 -155h-172l-266 -1666h172l-25 -155h-366z" />
<glyph unicode="\" horiz-adv-x="802" d="M246 1456h182l249 -1581h-182z" />
<glyph unicode="]" horiz-adv-x="531" d="M-103 -312l25 155h173l266 1666h-173l25 155h366l-316 -1976h-366z" />
<glyph unicode="^" horiz-adv-x="807" d="M121 729l423 727h130l132 -727h-177l-66 419l-1 60l-6 1l-25 -61l-231 -419h-179z" />
<glyph unicode="_" horiz-adv-x="882" d="M-107 -154l31 154h864l-31 -154h-864z" />
<glyph unicode="`" horiz-adv-x="613" d="M241 1477h231l118 -266h-153z" />
<glyph unicode="a" horiz-adv-x="1060" d="M91 304q32 165 162.5 247.5t334.5 82.5h185l21 107q6 33 6 60q0 57 -28 93q-42 52 -140 53q-84 0 -152 -49.5t-81 -115.5h-183l-2 6q20 125 150 219.5t310 94.5q160 0 254 -96q69 -70 69 -181q0 -40 -9 -86l-104 -521q-13 -61 -18 -113q-2 -26 -2.5 -52.5t2.5 -52.5h-199 q0 49 2 80.5t7 64.5q-67 -71 -153.5 -118.5t-173.5 -47.5q-149 1 -219 89q-49 61 -48 151q0 40 9 85zM283 300q-5 -26 -5 -48q0 -42 20 -68q31 -40 113 -40q81 0 165 47t130 111l40 199h-191q-99 0 -178 -61t-94 -140z" />
<glyph unicode="b" d="M51 0l312 1560h193l-115 -576q57 57 128 87.5t154 30.5q175 0 259 -173q53 -109 54 -250q0 -83 -19 -178l-4 -21q-50 -249 -169 -375t-306 -126q-85 0 -156 48t-113 131l-51 -158h-167zM303 295q24 -71 78 -113.5t139 -42.5q118 0 193 90.5t107 250.5l4 21q18 90 18 165 q0 88 -24 154q-46 122 -177 122q-72 0 -133.5 -46t-109.5 -123z" />
<glyph unicode="c" horiz-adv-x="1024" d="M108 520l7 42q37 239 177.5 389.5t363.5 150.5q172 0 270 -112q75 -86 74 -202q0 -36 -7 -74l-2 -5h-175q4 26 4 50q0 71 -38 121q-51 67 -150 67q-136 0 -217 -113t-106 -272l-7 -42q-11 -68 -11 -126q0 -88 25 -154q41 -108 185 -107q86 0 164.5 61t92.5 148h173l2 -6 q-20 -146 -156 -251.5t-300 -105.5q-212 0 -309 156q-70 113 -70 264q0 58 10 121z" />
<glyph unicode="d" d="M113 520l4 21q55 279 176.5 420t312.5 141q83 0 150.5 -34.5t110.5 -97.5l118 590h193l-312 -1560h-166l7 104q-60 -62 -132.5 -93.5t-156.5 -31.5q-174 0 -262 156q-58 103 -59 237q0 70 16 148zM307 520q-15 -73 -15 -133q0 -83 28 -143q48 -104 180 -105 q71 0 127.5 39.5t103.5 112.5l102 511q-26 64 -78.5 102t-130.5 38q-120 0 -198.5 -108.5t-114.5 -292.5z" />
<glyph unicode="e" horiz-adv-x="1021" d="M111 520l7 44q38 240 189.5 389t327.5 149q199 0 285 -133q62 -95 62 -234q0 -55 -10 -117l-20 -123h-652q-6 -49 -6 -92q0 -103 36 -172q52 -98 180 -98q88 0 165 29.5t134 77.5l55 -128q-61 -57 -156 -95t-222 -38q-204 -1 -308 151q-77 111 -77 269q0 58 10 121z M336 655l3 -6h445l4 26q6 38 6 71q0 74 -29 126q-42 76 -154 75q-84 0 -162.5 -84t-112.5 -208z" />
<glyph unicode="f" horiz-adv-x="672" d="M137 0l187 936h-156l29 146h156l28 137q36 184 137.5 273t257.5 89q30 0 62 -6t69 -15l-52 -150q-16 4 -39 7t-48 3q-74 0 -124.5 -52.5t-69.5 -148.5l-28 -137h205l-29 -146h-205l-187 -936h-193z" />
<glyph unicode="g" horiz-adv-x="1095" d="M56 -357l79 153q41 -30 108 -48.5t134 -18.5q121 0 200.5 75.5t106.5 209.5l15 74q-57 -54 -126 -81.5t-148 -27.5q-174 0 -265 157q-60 103 -60 238q0 69 16 146l4 21q55 278 178.5 419.5t314.5 141.5q89 0 159 -39t113 -111l42 130h164l-213 -1068 q-45 -224 -180.5 -337.5t-351.5 -113.5q-68 0 -151.5 22t-138.5 58zM309 520q-14 -70 -14 -130q0 -84 29 -146q50 -105 182 -105q71 0 128.5 40.5t105.5 115.5l101 504q-27 65 -80 104t-131 39q-120 0 -200.5 -109.5t-116.5 -291.5z" />
<glyph unicode="h" d="M51 0l312 1560h193l-122 -609q67 73 148.5 112t172.5 39q152 0 226 -106q47 -68 48 -178q0 -63 -16 -140l-136 -678h-193l136 680q12 59 12 104q0 63 -23 98q-39 60 -146 60q-67 0 -136 -39.5t-124 -105.5l-159 -797h-193z" />
<glyph unicode="i" horiz-adv-x="496" d="M66 0l216 1082h193l-216 -1082h-193zM338 1359l40 201h193l-40 -201h-193z" />
<glyph unicode="j" horiz-adv-x="509" d="M-219 -419l44 155q13 -5 37 -8.5t37 -3.5q55 0 99 44.5t64 142.5l234 1171h193l-234 -1171q-36 -178 -131.5 -263t-242.5 -85q-27 0 -51 4.5t-49 13.5zM347 1363l39 197h194l-39 -197h-194z" />
<glyph unicode="k" horiz-adv-x="992" d="M52 0l312 1560h193l-181 -904h117l347 426h224l2 -5l-431 -487l270 -590h-227l-215 499h-118l-100 -499h-193z" />
<glyph unicode="l" horiz-adv-x="496" d="M66 0l312 1560h193l-312 -1560h-193z" />
<glyph unicode="m" horiz-adv-x="1671" d="M52 0l216 1082h172l-13 -129q63 72 146 110.5t183 38.5q91 0 153.5 -49t82.5 -146q64 92 152 143.5t194 51.5q143 0 214 -116q44 -71 44 -183q0 -70 -17 -156l-129 -647h-194l130 649q16 83 16 141q0 62 -18 92q-35 60 -137 60q-82 0 -155 -72.5t-106 -177.5q-1 -2 -1 -3 v-2l-137 -687h-194l130 649q15 77 15 132q0 62 -19 96q-36 65 -136 65q-76 0 -136 -38.5t-103 -106.5l-160 -797h-193z" />
<glyph unicode="n" d="M51 0l216 1082h173l-17 -149q66 82 149.5 125.5t179.5 43.5q153 0 227 -104q47 -66 47 -176q0 -62 -15 -139l-137 -683h-193l136 679q13 67 13 115q0 60 -21 92q-38 56 -148 56q-70 0 -139 -42.5t-121 -113.5l-157 -786h-193z" />
<glyph unicode="o" d="M111 529l3 22q40 250 183.5 400.5t354.5 150.5q202 0 302 -156q73 -114 73 -271q0 -59 -10 -124l-3 -22q-41 -251 -184.5 -400.5t-354.5 -149.5q-203 0 -303 156q-72 112 -72 267q0 60 11 127zM304 529q-11 -69 -11 -127q1 -94 29 -160q46 -108 177 -109q122 0 208 113.5 t113 282.5l3 22q10 66 10 122q0 95 -29 164q-47 110 -176 110q-123 0 -208.5 -114t-112.5 -282z" />
<glyph unicode="p" d="M-32 -416l299 1498h166l-7 -107q60 62 134.5 94.5t160.5 32.5q175 0 259 -173q54 -109 54 -250q0 -83 -19 -178l-4 -21q-50 -250 -168.5 -375.5t-305.5 -125.5q-87 0 -156.5 33t-114.5 96l-105 -524h-193zM297 267q26 -63 78 -98.5t133 -35.5q119 0 198 93.5t112 253.5 l4 21q17 84 17 155q0 93 -29 162q-49 124 -180 124q-67 0 -124 -39t-103 -107z" />
<glyph unicode="q" d="M113 520l4 21q55 279 176.5 420t312.5 141q84 0 152 -33t111 -96l36 109h166l-299 -1498h-193l99 495q-56 -49 -121.5 -74.5t-138.5 -25.5q-174 0 -262 156q-59 103 -59 237q0 70 16 148zM307 520q-15 -73 -15 -134q0 -84 28 -146q48 -107 179 -107q64 0 117.5 36.5 t99.5 102.5l111 553q-28 57 -78.5 89.5t-123.5 32.5q-120 0 -199 -111t-115 -295z" />
<glyph unicode="r" horiz-adv-x="679" d="M51 0l216 1082h173l-12 -145q56 79 126.5 122t151.5 43q20 0 43.5 -3.5t34.5 -7.5l-62 -183l-106 6q-66 0 -121.5 -37.5t-96.5 -105.5l-154 -771h-193z" />
<glyph unicode="s" horiz-adv-x="1010" d="M90 329l2 6h185q-2 -19 -2 -37q0 -76 47 -116q58 -48 146 -49q91 0 153.5 43t73.5 111q2 15 2 29q0 47 -29 79q-38 41 -158 72q-178 43 -260 117q-66 59 -65 151q0 23 4 49q22 137 141 227.5t289 90.5t262 -98q72 -76 72 -177q0 -28 -6 -58l-3 -6h-185q3 16 3 30 q0 55 -35 99q-44 56 -132 55q-90 0 -146 -46.5t-66 -110.5q-3 -16 -2 -31q-1 -45 25 -71q34 -35 157 -65q185 -43 266 -119q65 -61 64 -155q0 -23 -3 -48q-24 -149 -146 -235.5t-300 -86.5q-186 0 -284 106q-76 82 -76 184q0 29 6 60z" />
<glyph unicode="t" horiz-adv-x="684" d="M143 936l29 146h158l53 261h193l-53 -261h187l-29 -146h-187l-131 -657q-7 -35 -7 -61q0 -32 12 -48q22 -28 71 -29q23 0 55.5 4.5t51.5 9.5l-1 -135q-29 -18 -82.5 -29.5t-105.5 -11.5q-105 0 -161 74q-36 48 -37 128q0 44 11 98l131 657h-158z" />
<glyph unicode="u" d="M136 444l127 638h193l-128 -640q-20 -97 -19 -160q0 -56 15 -84q33 -60 133 -59q89 0 161.5 44t122.5 122l155 777h193l-216 -1082h-173l17 148q-64 -83 -145.5 -126t-178.5 -43q-155 0 -229 115q-46 71 -46 186q0 73 18 164z" />
<glyph unicode="v" horiz-adv-x="972" d="M151 1082h198l111 -763l3 -64l6 -1l25 65l348 763h197l-542 -1082h-145z" />
<glyph unicode="w" horiz-adv-x="1452" d="M175 1082h192l26 -688l-4 -115l6 -2l46 117l336 688h154l63 -688l-1 -134l6 -1l52 135l291 688h192l-508 -1082h-155l-58 659l-6 176l-6 1l-75 -177l-320 -659h-155z" />
<glyph unicode="x" horiz-adv-x="972" d="M-23 0l421 547l-239 535h222l139 -399l270 399h225l-410 -535l245 -547h-221l-149 409l-280 -409h-223z" />
<glyph unicode="y" horiz-adv-x="972" d="M-68 -421l51 155q-14 1 29 -2t53 -3q52 0 104.5 60t84.5 120l66 113l-161 1060h216l67 -681l5 -123l6 -1l402 805h215l-670 -1248q-62 -109 -150 -190t-208 -81q-21 0 -56 5.5t-54 10.5z" />
<glyph unicode="z" horiz-adv-x="972" d="M8 0l28 138l693 783l-2 5h-529l31 156h766l-26 -134l-700 -789l2 -5h569l-31 -154h-801z" />
<glyph unicode="{" horiz-adv-x="660" d="M80 543l9 59l14 88q93 0 152 62.5t77 173.5l33 206q28 177 122.5 292.5t284.5 167.5l6 -2l19 -110q-105 -35 -161 -125t-77 -223l-33 -206q-18 -110 -70.5 -190t-141.5 -123q72 -47 100.5 -127t12.5 -180l-33 -205q-22 -137 4.5 -224t122.5 -123l-58 -118 q-174 55 -232.5 174.5t-30.5 290.5l33 205q18 116 -18.5 176.5t-134.5 60.5z" />
<glyph unicode="|" horiz-adv-x="489" d="M54 -270l276 1726h155l-276 -1726h-155z" />
<glyph unicode="}" horiz-adv-x="660" d="M-83 -246q105 36 160.5 125.5t77.5 221.5l33 205q17 112 73 191.5t152 120.5q-80 43 -111.5 123t-14.5 185l33 206q21 137 -6 225t-121 123l59 117q173 -55 230.5 -174.5t30.5 -290.5l-33 -206q-19 -117 17.5 -176.5t136.5 -59.5l-5 -33l-13 -82l-5 -32q-95 0 -154 -63.5 t-76 -173.5l-33 -205q-29 -176 -123 -292t-282 -168l-6 2z" />
<glyph unicode="~" horiz-adv-x="1302" d="M128 474q22 141 117 235t220 94q78 0 145 -35.5t133 -103.5q46 -51 86.5 -74t87.5 -23q58 0 112.5 57.5t66.5 133.5l133 -18q-23 -142 -119 -240.5t-220 -98.5q-80 0 -145 33.5t-132 106.5q-47 48 -87.5 72t-86.5 24q-59 0 -112.5 -53.5t-64.5 -127.5z" />
<glyph unicode="&#xa1;" horiz-adv-x="489" d="M-23 -374l196 978h194l-196 -978h-194zM229 876l41 206h190l-41 -206h-190z" />
<glyph unicode="&#xa2;" horiz-adv-x="1054" d="M116 520l7 42q33 214 151 359t305 174l45 223h194l-46 -230q126 -34 191 -138t43 -241h-182q17 104 -34 171t-150 67q-136 0 -217 -113t-106 -272l-7 -42q-27 -172 14 -279.5t185 -107.5q86 0 164.5 61t92.5 148h174l2 -6q-18 -131 -131.5 -231t-259.5 -121l-46 -229 h-194l48 242q-148 44 -211 188.5t-32 334.5z" />
<glyph unicode="&#xa3;" horiz-adv-x="1124" d="M45 0l31 154h9q45 13 85 110.5t61 201.5l24 149h-147l31 155h142l44 270q43 217 168.5 327t304.5 110q176 0 265.5 -107t51.5 -275l-2 -5h-188q25 126 -20.5 179t-137.5 53q-83 0 -152.5 -75.5t-95.5 -206.5l-45 -270h384l-31 -155h-379l-25 -149q-19 -95 -48 -175 t-66 -137h680l-32 -154h-912z" />
<glyph unicode="&#xa4;" horiz-adv-x="1361" d="M38 112l162 145q-33 76 -41 165.5t12 185.5q21 107 65 201t107 172l-102 144l164 139l98 -138q79 52 167 80t179 28q83 0 158 -31.5t135 -87.5l167 150l109 -140l-174 -158q34 -77 43 -168.5t-10 -190.5q-21 -104 -62 -194t-99 -164l99 -138l-164 -139l-91 127 q-82 -59 -174.5 -89.5t-187.5 -30.5q-87 0 -164.5 33t-136.5 96l-150 -135zM349 608q-41 -200 41.5 -326.5t242.5 -126.5q144 0 285.5 134t178.5 319q39 198 -43 324t-240 126q-146 0 -287.5 -133.5t-177.5 -316.5z" />
<glyph unicode="&#xa5;" horiz-adv-x="1169" d="M107 293l32 155h344l26 135h-344l32 155h285l-245 718h221l196 -649l456 649h220l-530 -718h285l-32 -155h-351l-26 -135h351l-32 -155h-351l-58 -293h-193l58 293h-344z" />
<glyph unicode="&#xa6;" horiz-adv-x="481" d="M-1 -270l158 792h193l-158 -792h-193zM193 698l151 758h193l-151 -758h-193z" />
<glyph unicode="&#xa7;" horiz-adv-x="1183" d="M-8 -69l2 5l187 2q-32 -154 41.5 -216t200.5 -62q115 0 202 60.5t106 149.5q19 96 -35.5 143.5t-233.5 111.5q-210 63 -296 156t-50 270q19 97 75.5 166.5t144.5 109.5q-52 50 -69.5 118.5t2.5 164.5q35 176 177.5 271.5t356.5 95.5q204 0 310 -113.5t62 -312.5l-2 -5 h-186q25 125 -30.5 200.5t-184.5 75.5q-123 0 -207.5 -61t-101.5 -149q-21 -106 29.5 -151.5t236.5 -104.5q213 -68 298 -159t50 -266q-20 -100 -77 -169t-145 -108q53 -50 71 -117.5t-1 -164.5q-37 -183 -177 -275t-356 -92q-196 0 -321.5 104t-78.5 322zM310 553 q-22 -106 28 -153.5t233 -108.5q41 -13 74.5 -25.5t63.5 -24.5q68 21 115 71t61 116q18 96 -36 146.5t-229 114.5q-42 12 -77 24t-66 26q-67 -21 -111 -70t-56 -116z" />
<glyph unicode="&#xa8;" horiz-adv-x="968" d="M295 1256l32 200h210l-32 -200h-210zM732 1256l32 200h210l-32 -200h-210z" />
<glyph unicode="&#xa9;" horiz-adv-x="1497" d="M131 729q52 327 276.5 537t503.5 210q263 0 426 -218t114 -529q-53 -328 -277.5 -539t-501.5 -211q-265 0 -428.5 218.5t-112.5 531.5zM248 729q-45 -276 84 -452.5t359 -176.5q217 0 409 183t235 446q43 274 -85.5 449.5t-357.5 175.5q-218 0 -410.5 -182.5 t-233.5 -442.5zM443 669l19 119q28 179 132 283t255 104q142 0 214.5 -80t45.5 -228l-2 -5h-143q15 99 -18.5 140.5t-117.5 41.5q-82 0 -141 -71.5t-77 -183.5l-19 -120q-20 -122 15 -189.5t121 -67.5q80 0 128.5 43.5t64.5 140.5h141l2 -6q-21 -156 -114 -232t-243 -76 q-144 0 -217.5 107.5t-45.5 279.5z" />
<glyph unicode="&#xaa;" horiz-adv-x="864" d="M214 920q23 117 112 173.5t243 56.5h123l11 52q14 67 -5.5 99t-71.5 32q-55 0 -95 -27.5t-49 -75.5l-155 13l-2 6q16 104 106 166t223 62q118 0 180.5 -72t36.5 -204l-63 -314q-11 -52 -13.5 -94t1.5 -87h-170q-3 21 -3 45.5t3 50.5q-41 -48 -98.5 -79t-128.5 -31 q-103 0 -154.5 62.5t-30.5 165.5zM384 924q-10 -48 10.5 -70.5t74.5 -22.5q41 0 97 29.5t81 64.5l23 111h-123q-62 0 -108 -33.5t-55 -78.5z" />
<glyph unicode="&#xab;" horiz-adv-x="913" d="M109 541l1 6l3 13l353 389h143l-315 -399l155 -398h-143zM422 541l1 6l3 13l353 389h143l-315 -399l155 -398h-143z" />
<glyph unicode="&#xac;" horiz-adv-x="1070" d="M165 637l33 165h780l-15 -76l-70 -351h-194l52 262h-586z" />
<glyph unicode="&#xad;" horiz-adv-x="529" d="M59 538l30 154h457l-30 -154h-457z" />
<glyph unicode="&#xae;" horiz-adv-x="1497" d="M132 729q52 327 276.5 537t502.5 210q264 0 427 -218t114 -529q-53 -328 -278 -539t-502 -211q-265 0 -428 218.5t-112 531.5zM249 729q-45 -276 83.5 -452.5t358.5 -176.5q217 0 408.5 183t234.5 446q43 274 -85.5 449.5t-356.5 175.5q-219 0 -410.5 -182t-232.5 -443z M448 316l136 850h264q136 0 209.5 -66t53.5 -191q-11 -64 -49 -110.5t-103 -77.5q57 -27 77 -80t9 -126l-9 -56q-7 -42 -8.5 -74t4.5 -53l-2 -16h-149q-5 22 -0.5 63.5t11.5 80.5l8 54q12 75 -13 107.5t-95 32.5h-144l-54 -338h-146zM669 784h136q60 1 105.5 32.5t55.5 87.5 q11 76 -19.5 104t-119.5 28h-118z" />
<glyph unicode="&#xaf;" horiz-adv-x="903" d="M262 1310l23 146h677l-23 -146h-677z" />
<glyph unicode="&#xb0;" horiz-adv-x="718" d="M280 1216q22 113 107 187t186 74q90 0 147 -78.5t36 -182.5q-23 -115 -105 -186t-181 -71q-93 0 -152.5 75.5t-37.5 181.5zM407 1216q-12 -58 14 -92.5t75 -34.5q43 0 83.5 36.5t51.5 90.5q11 58 -13.5 94t-70.5 36q-45 0 -87.5 -38t-52.5 -92z" />
<glyph unicode="&#xb1;" horiz-adv-x="1032" d="M69 5l31 155h776l-31 -155h-776zM141 702l25 154h350l66 411h173l-66 -411h329l-25 -154h-329l-66 -413h-173l66 413h-350z" />
<glyph unicode="&#xb2;" horiz-adv-x="822" d="M167 667l26 130l331 262q75 59 102.5 96.5t36.5 80.5q10 53 -8.5 82.5t-71.5 29.5q-56 0 -97.5 -32.5t-50.5 -81.5h-156l-2 6q15 105 106 172t226 67q119 0 181.5 -65t40.5 -179q-18 -86 -66.5 -137t-185.5 -160l-162 -135l2 -6h327l-26 -130h-553z" />
<glyph unicode="&#xb3;" horiz-adv-x="828" d="M198 882l2 6h160q-10 -49 17.5 -76t85.5 -27q60 0 106 30t55 77q13 66 -13.5 92.5t-92.5 26.5h-124l17 87l8 39h124q55 0 92 29.5t47 79.5q9 46 -18 73.5t-89 27.5q-46 0 -83 -24.5t-44 -63.5h-159l-2 6q15 101 104 157t210 56q128 0 199 -60.5t50 -168.5 q-12 -60 -54 -105t-105 -69q58 -25 84.5 -72.5t14.5 -112.5q-24 -119 -118.5 -177t-234.5 -58q-112 0 -189 58.5t-50 168.5z" />
<glyph unicode="&#xb4;" horiz-adv-x="628" d="M253 1212l211 266h224l2 -6l-295 -260h-142z" />
<glyph unicode="&#xb5;" d="M-22 -416l299 1498h192l-125 -623l1 1q-41 -203 -5.5 -265t132.5 -62q83 0 146 38t108 109l160 802h193l-216 -1082h-174l12 95q-51 -58 -114.5 -87t-138.5 -29q-62 0 -108.5 16.5t-77.5 53.5l-92 -465h-192z" />
<glyph unicode="&#xb6;" horiz-adv-x="950" d="M174 988q43 220 187 344t364 124h268l-291 -1456h-193l104 520h-75q-203 0 -304 132t-60 336z" />
<glyph unicode="&#xb7;" horiz-adv-x="517" d="M194 624l42 212h190l-42 -212h-190z" />
<glyph unicode="&#xb8;" horiz-adv-x="485" d="M-46 -428l14 102q61 0 106 24.5t55 73.5q10 51 -17.5 68.5t-107.5 24.5l57 135h137l-22 -52q56 -11 86.5 -52t15.5 -121q-21 -102 -102.5 -155t-216.5 -51z" />
<glyph unicode="&#xb9;" horiz-adv-x="534" d="M258 665l131 655h-116l27 134l290 23l-162 -812h-170z" />
<glyph unicode="&#xba;" horiz-adv-x="879" d="M235 1025l23 117q31 157 136 246t254 89q139 0 213 -95t45 -240l-23 -117q-32 -158 -135.5 -246t-254.5 -88q-138 0 -212.5 94.5t-45.5 239.5zM404 1025q-19 -92 10 -142.5t107 -50.5q69 0 123 54t71 139l23 117q18 89 -11.5 140t-106.5 51q-70 0 -123.5 -54.5 t-69.5 -136.5z" />
<glyph unicode="&#xbb;" horiz-adv-x="913" d="M51 152l314 398l-154 399h143l196 -389l-2 -6h1l-3 -13l-352 -389h-143zM376 152l314 398l-154 399h143l196 -389l-2 -6h1l-3 -13l-352 -389h-143z" />
<glyph unicode="&#xbc;" horiz-adv-x="1498" d="M272 185l890 1138l93 -67l-890 -1138zM342 664l131 655h-116l27 134l290 23l-162 -812h-170zM690 152l13 102l501 547h168l-104 -519h114l-26 -130h-114l-30 -152h-166l30 152h-386zM889 287l2 -5h211l61 305l-5 2l-14 -18z" />
<glyph unicode="&#xbd;" horiz-adv-x="1617" d="M285 185l890 1138l93 -67l-890 -1138zM342 664l131 655h-116l27 134l290 23l-162 -812h-170zM789 0l26 130l331 262q75 59 102.5 96.5t36.5 80.5q10 53 -8.5 82.5t-71.5 29.5q-56 0 -97.5 -32.5t-50.5 -81.5h-156l-2 6q15 105 106 172t226 67q119 0 181.5 -65t40.5 -179 q-18 -86 -66.5 -137t-185.5 -160l-162 -135l2 -6h327l-26 -130h-553z" />
<glyph unicode="&#xbe;" horiz-adv-x="1675" d="M212 883l2 6h160q-10 -49 17.5 -76t85.5 -27q60 0 106 30t55 77q13 66 -13.5 92.5t-92.5 26.5h-124l17 87l8 39h124q55 0 92 29.5t47 79.5q9 46 -18 73.5t-89 27.5q-46 0 -83 -24.5t-44 -63.5h-159l-2 6q15 101 104 157t210 56q128 0 199 -60.5t50 -168.5 q-12 -60 -54 -105t-105 -69q58 -25 84.5 -72.5t14.5 -112.5q-24 -119 -118.5 -177t-234.5 -58q-112 0 -189 58.5t-50 168.5zM441 185l890 1138l93 -67l-890 -1138zM863 152l13 102l501 547h168l-104 -519h114l-26 -130h-114l-30 -152h-166l30 152h-386zM1062 287l2 -5h211 l61 305l-5 2l-14 -18z" />
<glyph unicode="&#xbf;" horiz-adv-x="959" d="M24 -13q27 136 107 232t223 222q59 53 78.5 96.5t37.5 134.5h193q-31 -146 -64.5 -201.5t-146.5 -147.5q-124 -129 -170.5 -186.5t-63.5 -144.5q-23 -113 16.5 -166.5t136.5 -53.5q76 0 147 50.5t90 144.5h184l2 -6q-31 -161 -159.5 -258t-296.5 -97q-174 0 -261.5 102 t-52.5 279zM506 874l42 209h200l-42 -209h-200z" />
<glyph unicode="&#xc0;" horiz-adv-x="1270" d="M-52 0l816 1456h164l225 -1456h-197l-51 375h-558l-203 -375h-196zM437 540h445l-88 647l-6 2zM633 1826h231l118 -266h-153z" />
<glyph unicode="&#xc1;" horiz-adv-x="1270" d="M-52 0l816 1456h164l225 -1456h-197l-51 375h-558l-203 -375h-196zM437 540h445l-88 647l-6 2zM817 1557l211 266h224l2 -6l-295 -260h-142z" />
<glyph unicode="&#xc2;" horiz-adv-x="1270" d="M-52 0l816 1456h164l225 -1456h-197l-51 375h-558l-203 -375h-196zM437 540h445l-88 647l-6 2zM619 1601l6 26l279 237h114l185 -238l-5 -25h-156l-104 148l-163 -148h-156z" />
<glyph unicode="&#xc3;" horiz-adv-x="1270" d="M-52 0l816 1456h164l225 -1456h-197l-51 375h-558l-203 -375h-196zM437 540h445l-88 647l-6 2zM591 1628q15 96 80.5 163t152.5 67q48 0 120 -47t121 -47q36 0 69.5 32.5t41.5 79.5l99 -32q-16 -97 -82 -160.5t-151 -63.5q-62 0 -127.5 46.5t-113.5 46.5q-37 0 -70 -33 t-40 -78z" />
<glyph unicode="&#xc4;" horiz-adv-x="1270" d="M-52 0l816 1456h164l225 -1456h-197l-51 375h-558l-203 -375h-196zM437 540h445l-88 647l-6 2zM586 1605l32 200h210l-32 -200h-210zM1023 1605l32 200h210l-32 -200h-210z" />
<glyph unicode="&#xc5;" horiz-adv-x="1270" d="M-52 0l816 1456h164l225 -1456h-197l-51 375h-558l-203 -375h-196zM437 540h445l-88 647l-6 2zM737 1734q18 90 85 144t152 54q76 0 124.5 -57.5t32.5 -140.5q-19 -92 -85 -143t-150 -51q-78 0 -127.5 55t-31.5 139zM836 1734q-10 -46 13.5 -75t64.5 -29q37 0 73 30 t45 74q9 48 -13 77.5t-63 29.5q-38 0 -75 -31.5t-45 -75.5z" />
<glyph unicode="&#xc6;" horiz-adv-x="1805" d="M-104 0l1110 1456h913l-31 -155h-643l-75 -466h549l-31 -155h-543l-85 -526h656l-31 -154h-842l56 350h-510l-257 -350h-236zM520 529h408l112 696l-6 3z" />
<glyph unicode="&#xc7;" horiz-adv-x="1214" d="M149 607l52 260q57 289 215.5 449.5t390.5 160.5q215 0 340 -137.5t98 -353.5l-2 -5h-187q10 158 -57 249.5t-214 91.5q-138 0 -244.5 -128.5t-145.5 -324.5l-53 -262q-42 -209 32.5 -341.5t229.5 -132.5q134 0 212.5 76t132.5 238h185l2 -6q-61 -214 -197 -338 t-356 -124q-219 0 -353 183.5t-81 444.5zM380 -436l14 102q61 0 106 24.5t55 73.5q10 51 -17.5 68.5t-107.5 24.5l57 135h137l-22 -52q56 -11 86.5 -52t15.5 -121q-21 -102 -102.5 -155t-216.5 -51z" />
<glyph unicode="&#xc8;" horiz-adv-x="1125" d="M86 0l291 1456h893l-31 -155h-700l-94 -471h616l-31 -155h-616l-104 -521h711l-31 -154h-904zM549 1826h231l118 -266h-153z" />
<glyph unicode="&#xc9;" horiz-adv-x="1125" d="M86 0l291 1456h893l-31 -155h-700l-94 -471h616l-31 -155h-616l-104 -521h711l-31 -154h-904zM733 1557l211 266h224l2 -6l-295 -260h-142z" />
<glyph unicode="&#xca;" horiz-adv-x="1125" d="M86 0l291 1456h893l-31 -155h-700l-94 -471h616l-31 -155h-616l-104 -521h711l-31 -154h-904zM535 1601l6 26l279 237h114l185 -238l-5 -25h-156l-104 148l-163 -148h-156z" />
<glyph unicode="&#xcb;" horiz-adv-x="1125" d="M86 0l291 1456h893l-31 -155h-700l-94 -471h616l-31 -155h-616l-104 -521h711l-31 -154h-904zM502 1605l32 200h210l-32 -200h-210zM939 1605l32 200h210l-32 -200h-210z" />
<glyph unicode="&#xcc;" horiz-adv-x="552" d="M93 0l291 1456h194l-291 -1456h-194zM236 1826h231l118 -266h-153z" />
<glyph unicode="&#xcd;" horiz-adv-x="552" d="M93 0l291 1456h194l-291 -1456h-194zM418 1557l211 266h224l2 -6l-295 -260h-142z" />
<glyph unicode="&#xce;" horiz-adv-x="552" d="M93 0l291 1456h194l-291 -1456h-194zM222 1601l6 26l279 237h114l185 -238l-5 -25h-156l-104 148l-163 -148h-156z" />
<glyph unicode="&#xcf;" horiz-adv-x="552" d="M93 0l291 1456h194l-291 -1456h-194zM189 1605l32 200h210l-32 -200h-210zM626 1605l32 200h210l-32 -200h-210z" />
<glyph unicode="&#xd0;" horiz-adv-x="1295" d="M90 663l31 155h158l128 638h382q254 0 403.5 -184.5t95.5 -454.5l-39 -198q-61 -301 -234 -460t-443 -159h-456l132 663h-158zM340 154h263q171 0 291 128.5t162 336.5l40 201q43 215 -51 348t-287 133h-189l-97 -483h249l-31 -155h-249z" />
<glyph unicode="&#xd1;" horiz-adv-x="1370" d="M86 0l291 1456h193l413 -1110l6 1l222 1109h194l-291 -1456h-194l-413 1112l-6 -1l-222 -1111h-193zM599 1628q15 96 80.5 163t152.5 67q48 0 120 -47t121 -47q36 0 69.5 32.5t41.5 79.5l99 -32q-16 -97 -82 -160.5t-151 -63.5q-62 0 -127.5 46.5t-113.5 46.5 q-37 0 -70 -33t-40 -78z" />
<glyph unicode="&#xd2;" horiz-adv-x="1311" d="M145 607l52 260q57 286 223.5 448t406.5 162q232 0 371 -185t88 -444l-52 -260q-58 -287 -230.5 -448t-420.5 -161q-224 0 -357 184t-81 444zM338 607q-43 -212 36 -339.5t241 -127.5q154 0 269.5 123.5t156.5 324.5l52 262q42 210 -42.5 337.5t-255.5 127.5 q-144 0 -254.5 -124t-149.5 -322zM620 1847h231l118 -266h-153z" />
<glyph unicode="&#xd3;" horiz-adv-x="1311" d="M145 607l52 260q57 286 223.5 448t406.5 162q232 0 371 -185t88 -444l-52 -260q-58 -287 -230.5 -448t-420.5 -161q-224 0 -357 184t-81 444zM338 607q-43 -212 36 -339.5t241 -127.5q154 0 269.5 123.5t156.5 324.5l52 262q42 210 -42.5 337.5t-255.5 127.5 q-144 0 -254.5 -124t-149.5 -322zM804 1578l211 266h224l2 -6l-295 -260h-142z" />
<glyph unicode="&#xd4;" horiz-adv-x="1311" d="M145 607l52 260q57 286 223.5 448t406.5 162q232 0 371 -185t88 -444l-52 -260q-58 -287 -230.5 -448t-420.5 -161q-224 0 -357 184t-81 444zM338 607q-43 -212 36 -339.5t241 -127.5q154 0 269.5 123.5t156.5 324.5l52 262q42 210 -42.5 337.5t-255.5 127.5 q-144 0 -254.5 -124t-149.5 -322zM606 1622l6 26l279 237h114l185 -238l-5 -25h-156l-104 148l-163 -148h-156z" />
<glyph unicode="&#xd5;" horiz-adv-x="1311" d="M145 607l52 260q57 286 223.5 448t406.5 162q232 0 371 -185t88 -444l-52 -260q-58 -287 -230.5 -448t-420.5 -161q-224 0 -357 184t-81 444zM338 607q-43 -212 36 -339.5t241 -127.5q154 0 269.5 123.5t156.5 324.5l52 262q42 210 -42.5 337.5t-255.5 127.5 q-144 0 -254.5 -124t-149.5 -322zM578 1649q15 96 80.5 163t152.5 67q48 0 120 -47t121 -47q36 0 69.5 32.5t41.5 79.5l99 -32q-16 -97 -82 -160.5t-151 -63.5q-62 0 -127.5 46.5t-113.5 46.5q-37 0 -70 -33t-40 -78z" />
<glyph unicode="&#xd6;" horiz-adv-x="1311" d="M145 607l52 260q57 286 223.5 448t406.5 162q232 0 371 -185t88 -444l-52 -260q-58 -287 -230.5 -448t-420.5 -161q-224 0 -357 184t-81 444zM338 607q-43 -212 36 -339.5t241 -127.5q154 0 269.5 123.5t156.5 324.5l52 262q42 210 -42.5 337.5t-255.5 127.5 q-144 0 -254.5 -124t-149.5 -322zM573 1626l32 200h210l-32 -200h-210zM1010 1626l32 200h210l-32 -200h-210z" />
<glyph unicode="&#xd7;" horiz-adv-x="1032" d="M71 351l371 333l-239 335l149 126l235 -331l368 331l98 -126l-373 -335l237 -333l-148 -126l-234 328l-366 -328z" />
<glyph unicode="&#xd8;" horiz-adv-x="1311" d="M35 -94l183 244q-61 85 -81.5 200t7.5 248l51 259q57 284 237 452t422 168q82 0 154.5 -26t129.5 -73l105 139h144l-170 -227q57 -85 76 -196.5t-6 -236.5l-51 -259q-58 -284 -244 -451.5t-437 -167.5q-75 0 -140 22t-117 64l-119 -159h-144zM319.5 441 q0.5 -71 19.5 -120l6 -1l687 916q-38 38 -91 58.5t-119 20.5q-145 0 -270 -130.5t-163 -325.5l-52 -261q-18 -86 -17.5 -157zM404 206q33 -33 79 -49.5t104 -16.5q156 0 286 130t170 328l52 261q15 78 14.5 144t-15.5 114l-6 1z" />
<glyph unicode="&#xd9;" horiz-adv-x="1300" d="M148 469l197 987h193l-197 -987q-36 -176 32 -256t212 -80q140 0 252 86.5t145 249.5l197 987h193l-197 -987q-51 -254 -216.5 -372t-404.5 -118q-211 0 -332.5 128.5t-73.5 361.5zM612 1826h231l118 -266h-153z" />
<glyph unicode="&#xda;" horiz-adv-x="1300" d="M148 469l197 987h193l-197 -987q-36 -176 32 -256t212 -80q140 0 252 86.5t145 249.5l197 987h193l-197 -987q-51 -254 -216.5 -372t-404.5 -118q-211 0 -332.5 128.5t-73.5 361.5zM796 1557l211 266h224l2 -6l-295 -260h-142z" />
<glyph unicode="&#xdb;" horiz-adv-x="1300" d="M148 469l197 987h193l-197 -987q-36 -176 32 -256t212 -80q140 0 252 86.5t145 249.5l197 987h193l-197 -987q-51 -254 -216.5 -372t-404.5 -118q-211 0 -332.5 128.5t-73.5 361.5zM598 1601l6 26l279 237h114l185 -238l-5 -25h-156l-104 148l-163 -148h-156z" />
<glyph unicode="&#xdc;" horiz-adv-x="1300" d="M148 469l197 987h193l-197 -987q-36 -176 32 -256t212 -80q140 0 252 86.5t145 249.5l197 987h193l-197 -987q-51 -254 -216.5 -372t-404.5 -118q-211 0 -332.5 128.5t-73.5 361.5zM565 1605l32 200h210l-32 -200h-210zM1002 1605l32 200h210l-32 -200h-210z" />
<glyph unicode="&#xdd;" horiz-adv-x="1194" d="M238 1456h220l198 -717l6 -1l486 718h219l-660 -943l-103 -513h-192l105 526zM740 1556l211 266h224l2 -6l-295 -260h-142z" />
<glyph unicode="&#xde;" horiz-adv-x="1134" d="M69 0l291 1456h193l-59 -293h244q203 0 307.5 -120.5t68.5 -304.5q-41 -202 -183 -313.5t-363 -111.5h-244l-62 -313h-193zM355 467h243q124 0 211.5 80t109.5 189q24 121 -26.5 197t-185.5 76h-241l-2 3z" />
<glyph unicode="&#xdf;" horiz-adv-x="1148" d="M46 0l216 1082q47 237 179.5 355t309.5 118q143 0 225 -87.5t49 -251.5q-26 -129 -107 -234.5t-92 -160.5q-18 -91 114 -229.5t105 -275.5q-36 -178 -146 -257.5t-283 -79.5q-72 0 -153 21t-109 50l74 159q34 -29 89 -52.5t111 -23.5q91 0 148 48t73 125 q18 94 -114 233.5t-102 283.5q17 89 105.5 196t103.5 181q20 100 -15.5 150.5t-97.5 50.5q-90 0 -167.5 -84.5t-107.5 -234.5l-216 -1082h-192z" />
<glyph unicode="&#xe0;" horiz-adv-x="1060" d="M91 304q32 165 162.5 247.5t334.5 82.5h185l21 107q20 101 -22 153.5t-140 52.5q-84 0 -152 -49.5t-81 -115.5h-183l-2 6q20 125 150 219.5t310 94.5q161 0 254.5 -95.5t59.5 -267.5l-104 -521q-13 -61 -18 -113t0 -105h-199q0 49 2 80.5t7 64.5q-67 -71 -153.5 -118.5 t-173.5 -47.5q-148 0 -218.5 88.5t-39.5 236.5zM283 300q-16 -77 15 -116.5t113 -39.5q81 0 165 47t130 111l40 199h-191q-99 0 -178 -61t-94 -140zM418 1504h231l118 -266h-153z" />
<glyph unicode="&#xe1;" horiz-adv-x="1060" d="M91 304q32 165 162.5 247.5t334.5 82.5h185l21 107q20 101 -22 153.5t-140 52.5q-84 0 -152 -49.5t-81 -115.5h-183l-2 6q20 125 150 219.5t310 94.5q161 0 254.5 -95.5t59.5 -267.5l-104 -521q-13 -61 -18 -113t0 -105h-199q0 49 2 80.5t7 64.5q-67 -71 -153.5 -118.5 t-173.5 -47.5q-148 0 -218.5 88.5t-39.5 236.5zM283 300q-16 -77 15 -116.5t113 -39.5q81 0 165 47t130 111l40 199h-191q-99 0 -178 -61t-94 -140zM602 1235l211 266h224l2 -6l-295 -260h-142z" />
<glyph unicode="&#xe2;" horiz-adv-x="1060" d="M91 304q32 165 162.5 247.5t334.5 82.5h185l21 107q20 101 -22 153.5t-140 52.5q-84 0 -152 -49.5t-81 -115.5h-183l-2 6q20 125 150 219.5t310 94.5q161 0 254.5 -95.5t59.5 -267.5l-104 -521q-13 -61 -18 -113t0 -105h-199q0 49 2 80.5t7 64.5q-67 -71 -153.5 -118.5 t-173.5 -47.5q-148 0 -218.5 88.5t-39.5 236.5zM283 300q-16 -77 15 -116.5t113 -39.5q81 0 165 47t130 111l40 199h-191q-99 0 -178 -61t-94 -140zM404 1279l6 26l279 237h114l185 -238l-5 -25h-156l-104 148l-163 -148h-156z" />
<glyph unicode="&#xe3;" horiz-adv-x="1060" d="M91 304q32 165 162.5 247.5t334.5 82.5h185l21 107q20 101 -22 153.5t-140 52.5q-84 0 -152 -49.5t-81 -115.5h-183l-2 6q20 125 150 219.5t310 94.5q161 0 254.5 -95.5t59.5 -267.5l-104 -521q-13 -61 -18 -113t0 -105h-199q0 49 2 80.5t7 64.5q-67 -71 -153.5 -118.5 t-173.5 -47.5q-148 0 -218.5 88.5t-39.5 236.5zM283 300q-16 -77 15 -116.5t113 -39.5q81 0 165 47t130 111l40 199h-191q-99 0 -178 -61t-94 -140zM376 1306q15 96 80.5 163t152.5 67q48 0 120 -47t121 -47q36 0 69.5 32.5t41.5 79.5l99 -32q-16 -97 -82 -160.5t-151 -63.5 q-62 0 -127.5 46.5t-113.5 46.5q-37 0 -70 -33t-40 -78z" />
<glyph unicode="&#xe4;" horiz-adv-x="1060" d="M91 304q32 165 162.5 247.5t334.5 82.5h185l21 107q20 101 -22 153.5t-140 52.5q-84 0 -152 -49.5t-81 -115.5h-183l-2 6q20 125 150 219.5t310 94.5q161 0 254.5 -95.5t59.5 -267.5l-104 -521q-13 -61 -18 -113t0 -105h-199q0 49 2 80.5t7 64.5q-67 -71 -153.5 -118.5 t-173.5 -47.5q-148 0 -218.5 88.5t-39.5 236.5zM283 300q-16 -77 15 -116.5t113 -39.5q81 0 165 47t130 111l40 199h-191q-99 0 -178 -61t-94 -140zM371 1283l32 200h210l-32 -200h-210zM808 1283l32 200h210l-32 -200h-210z" />
<glyph unicode="&#xe5;" horiz-adv-x="1060" d="M91 304q32 165 162.5 247.5t334.5 82.5h185l21 107q20 101 -22 153.5t-140 52.5q-84 0 -152 -49.5t-81 -115.5h-183l-2 6q20 125 150 219.5t310 94.5q161 0 254.5 -95.5t59.5 -267.5l-104 -521q-13 -61 -18 -113t0 -105h-199q0 49 2 80.5t7 64.5q-67 -71 -153.5 -118.5 t-173.5 -47.5q-148 0 -218.5 88.5t-39.5 236.5zM283 300q-16 -77 15 -116.5t113 -39.5q81 0 165 47t130 111l40 199h-191q-99 0 -178 -61t-94 -140zM522 1412q18 90 85 144t152 54q76 0 124.5 -57.5t32.5 -140.5q-19 -92 -85 -143t-150 -51q-78 0 -127.5 55t-31.5 139z M621 1412q-10 -46 13.5 -75t64.5 -29q37 0 73 30t45 74q9 48 -13 77.5t-63 29.5q-38 0 -75 -31.5t-45 -75.5z" />
<glyph unicode="&#xe6;" horiz-adv-x="1618" d="M32 304q33 168 154.5 249.5t331.5 81.5h209l17 85q22 113 -12 170t-123 57q-86 0 -154.5 -55.5t-83.5 -132.5l-179 18l-2 6q24 147 146 233t304 86q96 0 169 -38.5t109 -111.5q73 73 163 111.5t186 38.5q188 0 276 -132.5t44 -355.5l-24 -119h-661q-30 -171 22 -266.5 t196 -95.5q89 0 162 29.5t150 76.5l37 -138q-55 -43 -152 -82.5t-228 -39.5q-118 0 -205.5 49.5t-134.5 140.5q-68 -80 -184 -135t-267 -55q-148 0 -222 89t-44 236zM225 300q-16 -79 19 -123t124 -44q64 0 150 44t138 100l43 216h-207q-100 0 -176 -57.5t-91 -135.5z M940 646l3 -6h456l6 31q26 129 -12 202.5t-157 73.5q-95 0 -176.5 -85.5t-119.5 -215.5z" />
<glyph unicode="&#xe7;" horiz-adv-x="1024" d="M108 520l7 42q37 239 177.5 389.5t363.5 150.5q172 0 269.5 -112.5t67.5 -275.5l-2 -5h-175q17 104 -34 171t-150 67q-136 0 -217 -113t-106 -272l-7 -42q-27 -172 14 -279.5t185 -107.5q86 0 164.5 61t92.5 148h173l2 -6q-20 -146 -156 -251.5t-300 -105.5 q-212 0 -309 156t-60 385zM263 -436l14 102q61 0 106 24.5t55 73.5q10 51 -17.5 68.5t-107.5 24.5l57 135h137l-22 -52q56 -11 86.5 -52t15.5 -121q-21 -102 -102.5 -155t-216.5 -51z" />
<glyph unicode="&#xe8;" horiz-adv-x="1021" d="M111 520l7 44q38 240 189.5 389t327.5 149q199 0 285 -133t52 -351l-20 -123h-652q-22 -166 30.5 -264t179.5 -98q88 0 165 29.5t134 77.5l55 -128q-61 -57 -156 -95t-222 -38q-204 0 -308.5 151.5t-66.5 389.5zM336 655l3 -6h445l4 26q19 121 -23 196.5t-154 75.5 q-84 0 -162.5 -84t-112.5 -208zM382 1505h231l118 -266h-153z" />
<glyph unicode="&#xe9;" horiz-adv-x="1021" d="M111 520l7 44q38 240 189.5 389t327.5 149q199 0 285 -133t52 -351l-20 -123h-652q-22 -166 30.5 -264t179.5 -98q88 0 165 29.5t134 77.5l55 -128q-61 -57 -156 -95t-222 -38q-204 0 -308.5 151.5t-66.5 389.5zM336 655l3 -6h445l4 26q19 121 -23 196.5t-154 75.5 q-84 0 -162.5 -84t-112.5 -208zM566 1236l211 266h224l2 -6l-295 -260h-142z" />
<glyph unicode="&#xea;" horiz-adv-x="1021" d="M111 520l7 44q38 240 189.5 389t327.5 149q199 0 285 -133t52 -351l-20 -123h-652q-22 -166 30.5 -264t179.5 -98q88 0 165 29.5t134 77.5l55 -128q-61 -57 -156 -95t-222 -38q-204 0 -308.5 151.5t-66.5 389.5zM336 655l3 -6h445l4 26q19 121 -23 196.5t-154 75.5 q-84 0 -162.5 -84t-112.5 -208zM368 1280l6 26l279 237h114l185 -238l-5 -25h-156l-104 148l-163 -148h-156z" />
<glyph unicode="&#xeb;" horiz-adv-x="1021" d="M111 520l7 44q38 240 189.5 389t327.5 149q199 0 285 -133t52 -351l-20 -123h-652q-22 -166 30.5 -264t179.5 -98q88 0 165 29.5t134 77.5l55 -128q-61 -57 -156 -95t-222 -38q-204 0 -308.5 151.5t-66.5 389.5zM335 1284l32 200h210l-32 -200h-210zM336 655l3 -6h445 l4 26q19 121 -23 196.5t-154 75.5q-84 0 -162.5 -84t-112.5 -208zM772 1284l32 200h210l-32 -200h-210z" />
<glyph unicode="&#xec;" horiz-adv-x="497" d="M60 0l216 1082h194l-216 -1082h-194zM135 1483h231l118 -266h-153z" />
<glyph unicode="&#xed;" horiz-adv-x="497" d="M60 0l216 1082h194l-216 -1082h-194zM317 1214l211 266h224l2 -6l-295 -260h-142z" />
<glyph unicode="&#xee;" horiz-adv-x="497" d="M60 0l216 1082h194l-216 -1082h-194zM121 1258l6 26l279 237h114l185 -238l-5 -25h-156l-104 148l-163 -148h-156z" />
<glyph unicode="&#xef;" horiz-adv-x="497" d="M60 0l216 1082h194l-216 -1082h-194zM88 1262l32 200h210l-32 -200h-210zM525 1262l32 200h210l-32 -200h-210z" />
<glyph unicode="&#xf0;" horiz-adv-x="1129" d="M76 466q48 243 203 377.5t357 134.5q72 0 135.5 -34t102.5 -89l4 4q5 104 -16.5 187t-63.5 146l-286 -157l-55 102l259 142q-29 22 -62 40.5t-69 33.5l90 164q65 -22 121 -56.5t103 -81.5l241 132l55 -102l-225 -123q74 -121 94.5 -287t-18.5 -366l-20 -98 q-52 -261 -214 -408.5t-368 -147.5q-191 0 -300 142t-68 345zM270 466q-28 -140 26.5 -236.5t182.5 -96.5q112 0 215.5 115.5t138.5 286.5l20 100l9 53q-19 58 -84.5 96.5t-172.5 38.5q-109 0 -207.5 -106t-127.5 -251z" />
<glyph unicode="&#xf1;" d="M51 0l216 1082h173l-17 -149q66 82 149.5 125.5t179.5 43.5q153 0 227 -104t32 -315l-137 -683h-193l136 679q30 152 -8 207.5t-148 55.5q-70 0 -139 -42.5t-121 -113.5l-157 -786h-193zM396 1306q15 96 80.5 163t152.5 67q48 0 120 -47t121 -47q36 0 69.5 32.5 t41.5 79.5l99 -32q-16 -97 -82 -160.5t-151 -63.5q-62 0 -127.5 46.5t-113.5 46.5q-37 0 -70 -33t-40 -78z" />
<glyph unicode="&#xf2;" d="M111 529l3 22q40 250 183.5 400.5t354.5 150.5q202 0 302.5 -156.5t62.5 -394.5l-3 -22q-41 -251 -184.5 -400.5t-354.5 -149.5q-202 0 -302.5 156t-61.5 394zM304 529q-29 -179 17.5 -287.5t177.5 -108.5q122 0 208 113.5t113 282.5l3 22q28 176 -19 286t-176 110 q-123 0 -208.5 -114t-112.5 -282zM404 1504h231l118 -266h-153z" />
<glyph unicode="&#xf3;" d="M111 529l3 22q40 250 183.5 400.5t354.5 150.5q202 0 302.5 -156.5t62.5 -394.5l-3 -22q-41 -251 -184.5 -400.5t-354.5 -149.5q-202 0 -302.5 156t-61.5 394zM304 529q-29 -179 17.5 -287.5t177.5 -108.5q122 0 208 113.5t113 282.5l3 22q28 176 -19 286t-176 110 q-123 0 -208.5 -114t-112.5 -282zM588 1235l211 266h224l2 -6l-295 -260h-142z" />
<glyph unicode="&#xf4;" d="M111 529l3 22q40 250 183.5 400.5t354.5 150.5q202 0 302.5 -156.5t62.5 -394.5l-3 -22q-41 -251 -184.5 -400.5t-354.5 -149.5q-202 0 -302.5 156t-61.5 394zM304 529q-29 -179 17.5 -287.5t177.5 -108.5q122 0 208 113.5t113 282.5l3 22q28 176 -19 286t-176 110 q-123 0 -208.5 -114t-112.5 -282zM390 1279l6 26l279 237h114l185 -238l-5 -25h-156l-104 148l-163 -148h-156z" />
<glyph unicode="&#xf5;" d="M111 529l3 22q40 250 183.5 400.5t354.5 150.5q202 0 302.5 -156.5t62.5 -394.5l-3 -22q-41 -251 -184.5 -400.5t-354.5 -149.5q-202 0 -302.5 156t-61.5 394zM304 529q-29 -179 17.5 -287.5t177.5 -108.5q122 0 208 113.5t113 282.5l3 22q28 176 -19 286t-176 110 q-123 0 -208.5 -114t-112.5 -282zM362 1306q15 96 80.5 163t152.5 67q48 0 120 -47t121 -47q36 0 69.5 32.5t41.5 79.5l99 -32q-16 -97 -82 -160.5t-151 -63.5q-62 0 -127.5 46.5t-113.5 46.5q-37 0 -70 -33t-40 -78z" />
<glyph unicode="&#xf6;" d="M111 529l3 22q40 250 183.5 400.5t354.5 150.5q202 0 302.5 -156.5t62.5 -394.5l-3 -22q-41 -251 -184.5 -400.5t-354.5 -149.5q-202 0 -302.5 156t-61.5 394zM304 529q-29 -179 17.5 -287.5t177.5 -108.5q122 0 208 113.5t113 282.5l3 22q28 176 -19 286t-176 110 q-123 0 -208.5 -114t-112.5 -282zM357 1283l32 200h210l-32 -200h-210zM794 1283l32 200h210l-32 -200h-210z" />
<glyph unicode="&#xf7;" horiz-adv-x="1099" d="M105 597l38 188h928l-38 -188h-928zM391 180l41 203h191l-41 -203h-191zM555 999l40 203h191l-40 -203h-191z" />
<glyph unicode="&#xf8;" d="M75 -135l142 215q-73 73 -101 190t-5 259l3 22q40 250 183.5 400.5t354.5 150.5q57 0 108 -14.5t93 -40.5l107 162h125l-153 -232q61 -76 83 -186t2 -240l-3 -22q-41 -251 -184.5 -400.5t-354.5 -149.5q-50 0 -94 10.5t-81 29.5l-101 -154h-124zM293 367.5 q4 -72.5 28 -117.5l6 -1l431 653q-25 22 -57.5 33.5t-72.5 11.5q-123 0 -208.5 -114t-112.5 -282l-3 -22q-15 -89 -11 -161.5zM393 159q21 -13 47.5 -19.5t58.5 -6.5q122 0 208 113.5t113 282.5l3 22q11 75 10 137t-16 105l-6 2z" />
<glyph unicode="&#xf9;" d="M136 444l127 638h193l-128 -640q-37 -184 -4 -243.5t133 -59.5q89 0 161.5 44t122.5 122l155 777h193l-216 -1082h-173l17 148q-64 -83 -145.5 -126t-178.5 -43q-155 0 -229.5 115t-27.5 350zM435 1483h231l118 -266h-153z" />
<glyph unicode="&#xfa;" d="M136 444l127 638h193l-128 -640q-37 -184 -4 -243.5t133 -59.5q89 0 161.5 44t122.5 122l155 777h193l-216 -1082h-173l17 148q-64 -83 -145.5 -126t-178.5 -43q-155 0 -229.5 115t-27.5 350zM619 1214l211 266h224l2 -6l-295 -260h-142z" />
<glyph unicode="&#xfb;" d="M136 444l127 638h193l-128 -640q-37 -184 -4 -243.5t133 -59.5q89 0 161.5 44t122.5 122l155 777h193l-216 -1082h-173l17 148q-64 -83 -145.5 -126t-178.5 -43q-155 0 -229.5 115t-27.5 350zM421 1258l6 26l279 237h114l185 -238l-5 -25h-156l-104 148l-163 -148h-156z " />
<glyph unicode="&#xfc;" d="M136 444l127 638h193l-128 -640q-37 -184 -4 -243.5t133 -59.5q89 0 161.5 44t122.5 122l155 777h193l-216 -1082h-173l17 148q-64 -83 -145.5 -126t-178.5 -43q-155 0 -229.5 115t-27.5 350zM388 1262l32 200h210l-32 -200h-210zM825 1262l32 200h210l-32 -200h-210z " />
<glyph unicode="&#xfd;" horiz-adv-x="972" d="M-68 -421l51 155q-14 1 29 -2t53 -3q52 0 104.5 60t84.5 120l66 113l-161 1060h216l67 -681l5 -123l6 -1l402 805h215l-670 -1248q-62 -109 -150 -190t-208 -81q-21 0 -56 5.5t-54 10.5zM558 1214l211 266h224l2 -6l-295 -260h-142z" />
<glyph unicode="&#xfe;" horiz-adv-x="1118" d="M-22 -416l83 416l16 83l200 999l96 478h193l-114 -570q58 54 128.5 83t150.5 29q175 0 259.5 -173t34.5 -428l-4 -21q-50 -250 -168.5 -375.5t-305.5 -125.5q-87 0 -157.5 33t-114.5 96l-21 -108l-83 -416h-193zM307 267q26 -63 78 -98.5t133 -35.5q119 0 198 93.5 t112 253.5l4 21q38 194 -11.5 317.5t-180.5 123.5q-67 0 -124 -39t-103 -106z" />
<glyph unicode="&#xff;" horiz-adv-x="972" d="M-68 -421l51 155q-14 1 29 -2t53 -3q52 0 104.5 60t84.5 120l66 113l-161 1060h216l67 -681l5 -123l6 -1l402 805h215l-670 -1248q-62 -109 -150 -190t-208 -81q-21 0 -56 5.5t-54 10.5zM327 1262l32 200h210l-32 -200h-210zM764 1262l32 200h210l-32 -200h-210z" />
<glyph unicode="&#x152;" horiz-adv-x="1839" d="M131 576l61 304q56 282 229.5 439.5t411.5 157.5q59 0 127.5 -6t136.5 -15h829l-31 -155h-700l-94 -471h616l-31 -155h-616l-104 -521h711l-31 -154h-840q-87 -10 -147.5 -15.5t-122.5 -5.5q-219 0 -338 168.5t-67 428.5zM324 576q-46 -228 19.5 -335t223.5 -107 q48 0 100.5 4t104.5 12l231 1156q-49 7 -99 11.5t-102 4.5q-144 0 -259.5 -115.5t-157.5 -324.5z" />
<glyph unicode="&#x153;" horiz-adv-x="1729" d="M117 529l4 22q51 256 199 403.5t360 147.5q110 0 192 -53.5t125 -148.5q79 97 180 149.5t204 52.5q192 0 276.5 -134.5t42.5 -349.5l-25 -123h-652q-29 -169 19 -265.5t177 -96.5q85 0 164.5 29.5t138.5 77.5l49 -128q-64 -57 -160.5 -95t-222.5 -38q-112 0 -196 51.5 t-128 144.5q-77 -96 -180 -146t-226 -50q-196 0 -292.5 157t-48.5 393zM310 529q-37 -183 5.5 -289.5t173.5 -106.5q119 0 211 114t126 282l4 22q36 180 -7.5 288t-173.5 108q-119 0 -210.5 -115t-124.5 -281zM1065 655l3 -6h445l5 26q24 123 -15.5 197.5t-152.5 74.5 q-81 0 -163 -84.5t-122 -207.5z" />
<glyph unicode="&#x178;" horiz-adv-x="1194" d="M238 1456h220l198 -717l6 -1l486 718h219l-660 -943l-103 -513h-192l105 526zM509 1604l32 200h210l-32 -200h-210zM946 1604l32 200h210l-32 -200h-210z" />
<glyph unicode="&#x2c6;" horiz-adv-x="933" d="M330 1252l6 26l279 237h114l185 -238l-5 -25h-156l-104 148l-163 -148h-156z" />
<glyph unicode="&#x2dc;" horiz-adv-x="932" d="M269 1275q15 96 80.5 163t152.5 67q48 0 120 -47t121 -47q36 0 69.5 32.5t41.5 79.5l99 -32q-16 -97 -82 -160.5t-151 -63.5q-62 0 -127.5 46.5t-113.5 46.5q-37 0 -70 -33t-40 -78z" />
<glyph unicode="&#x2000;" horiz-adv-x="966" />
<glyph unicode="&#x2001;" horiz-adv-x="1932" />
<glyph unicode="&#x2002;" horiz-adv-x="966" />
<glyph unicode="&#x2003;" horiz-adv-x="1932" />
<glyph unicode="&#x2004;" horiz-adv-x="644" />
<glyph unicode="&#x2005;" horiz-adv-x="483" />
<glyph unicode="&#x2006;" horiz-adv-x="322" />
<glyph unicode="&#x2007;" horiz-adv-x="322" />
<glyph unicode="&#x2008;" horiz-adv-x="241" />
<glyph unicode="&#x2009;" horiz-adv-x="386" />
<glyph unicode="&#x200a;" horiz-adv-x="107" />
<glyph unicode="&#x2010;" horiz-adv-x="529" d="M59 538l30 154h457l-30 -154h-457z" />
<glyph unicode="&#x2011;" horiz-adv-x="529" d="M59 538l30 154h457l-30 -154h-457z" />
<glyph unicode="&#x2012;" horiz-adv-x="529" d="M59 538l30 154h457l-30 -154h-457z" />
<glyph unicode="&#x2013;" horiz-adv-x="1327" d="M233 648l40 155h1009l-40 -155h-1009z" />
<glyph unicode="&#x2014;" horiz-adv-x="1553" d="M256 648l50 155h1241l-49 -155h-1242z" />
<glyph unicode="&#x2018;" horiz-adv-x="406" d="M197 1020l37 184l226 356h94l-128 -362l-36 -178h-193z" />
<glyph unicode="&#x2019;" horiz-adv-x="406" d="M197 1021l124 343l39 196h194l-39 -193l-224 -346h-94z" />
<glyph unicode="&#x201a;" horiz-adv-x="406" d="M-58 -255l110 263l48 241h193l-45 -223l-212 -281h-94z" />
<glyph unicode="&#x201c;" horiz-adv-x="719" d="M197 1020l37 184l226 356h94l-128 -362l-36 -178h-193zM510 1020l37 184l226 356h94l-128 -362l-36 -178h-193z" />
<glyph unicode="&#x201d;" horiz-adv-x="727" d="M197 1021l124 343l39 196h194l-39 -193l-224 -346h-94zM518 1021l124 343l39 196h194l-39 -193l-224 -346h-94z" />
<glyph unicode="&#x201e;" horiz-adv-x="702" d="M-55 -239l122 325l39 194h193l-37 -184l-223 -335h-94zM240 -239l124 333l37 186h193l-37 -184l-223 -335h-94z" />
<glyph unicode="&#x2022;" horiz-adv-x="661" d="M193 733l12 60q18 93 81.5 146.5t153.5 53.5q84 0 128.5 -57t27.5 -143l-12 -60q-20 -95 -82.5 -146.5t-153.5 -51.5q-83 0 -128 56t-27 142z" />
<glyph unicode="&#x2026;" horiz-adv-x="1302" d="M69 0l40 202h191l-40 -202h-191zM482 0l40 202h191l-40 -202h-191zM876 0l40 202h191l-40 -202h-191z" />
<glyph unicode="&#x202f;" horiz-adv-x="386" />
<glyph unicode="&#x2039;" horiz-adv-x="583" d="M128 541l1 6l3 13l353 389h143l-315 -399l155 -398h-143z" />
<glyph unicode="&#x203a;" horiz-adv-x="583" d="M31 152l314 398l-154 399h143l196 -389l-2 -6h1l-3 -13l-352 -389h-143z" />
<glyph unicode="&#x205f;" horiz-adv-x="483" />
<glyph unicode="&#x20ac;" horiz-adv-x="1024" d="M90 481l30 155h133l27 136h-133l31 155h133l3 15q52 260 210 397.5t378 137.5q52 0 108 -8.5t113 -22.5l-51 -159q-47 16 -97.5 25.5t-103.5 9.5q-124 0 -227 -104.5t-136 -273.5l-4 -17h451l-31 -155h-451l-27 -136h451l-30 -155h-451q-32 -154 26 -251t194 -97 q50 0 105.5 8.5t106.5 25.5l-12 -157q-57 -15 -115.5 -23t-115.5 -8q-203 0 -314 146.5t-68 355.5h-133z" />
<glyph unicode="&#x2122;" horiz-adv-x="1207" d="M292 1374l16 82h357l-16 -82h-135l-90 -455h-90l90 455h-132zM630 919l107 537h111l70 -388l6 -2l227 390h105l-107 -537h-89l67 336l-6 2l-205 -338h-47l-73 350h-6l-70 -350h-90z" />
<glyph unicode="&#xe000;" horiz-adv-x="1080" d="M0 0v1080h1080v-1080h-1080z" />
<glyph unicode="&#xfb02;" horiz-adv-x="1168" d="M137 0l187 936h-156l29 146h156l28 137q36 184 137.5 273t257.5 89q30 0 62 -6t69 -15l-52 -150q-16 4 -39 7t-48 3q-74 0 -124.5 -52.5t-69.5 -148.5l-28 -137h205l-29 -146h-205l-187 -936h-193zM738 0l312 1560h193l-312 -1560h-193z" />
<glyph unicode="&#xfb03;" horiz-adv-x="1747" d="M137 0l187 936h-156l29 146h156l28 137q36 184 137.5 273t257.5 89q30 0 62 -6t69 -15l-52 -150q-16 4 -39 7t-48 3q-74 0 -124.5 -52.5t-69.5 -148.5l-28 -137h205l-29 -146h-205l-187 -936h-193zM772 0l187 936h-157l29 146h157l24 117q38 194 155.5 288t300.5 94 q58 0 119.5 -16t134.5 -45l-66 -160q-42 21 -96 36t-111 15q-102 0 -163 -53t-81 -159l-24 -117h195l-29 -146h-195l-187 -936h-193zM1317 0l216 1082h194l-216 -1082h-194z" />
<glyph unicode="&#xfb04;" horiz-adv-x="1840" d="M137 0l187 936h-156l29 146h156l28 137q36 184 137.5 273t257.5 89q30 0 62 -6t69 -15l-52 -150q-16 4 -39 7t-48 3q-74 0 -124.5 -52.5t-69.5 -148.5l-28 -137h205l-29 -146h-205l-187 -936h-193zM809 0l187 936h-156l29 146h156l28 137q36 184 137.5 273t257.5 89 q30 0 62 -6t69 -15l-52 -150q-16 4 -39 7t-48 3q-74 0 -124.5 -52.5t-69.5 -148.5l-28 -137h205l-29 -146h-205l-187 -936h-193zM1410 0l312 1560h193l-312 -1560h-193z" />
<hkern u1="&#x22;" u2="w" k="-11" />
<hkern u1="&#x27;" u2="w" k="-11" />
<hkern u1="&#x28;" u2="&#x178;" k="-22" />
<hkern u1="&#x28;" u2="&#xdd;" k="-22" />
<hkern u1="&#x28;" u2="Y" k="-22" />
<hkern u1="&#x28;" u2="W" k="-18" />
<hkern u1="&#x28;" u2="V" k="-20" />
<hkern u1="&#x2f;" u2="&#x2f;" k="224" />
<hkern u1="A" u2="w" k="33" />
<hkern u1="A" u2="t" k="17" />
<hkern u1="A" u2="&#x3f;" k="61" />
<hkern u1="C" u2="&#x7d;" k="17" />
<hkern u1="C" u2="]" k="12" />
<hkern u1="C" u2="&#x29;" k="26" />
<hkern u1="D" u2="&#xc6;" k="33" />
<hkern u1="E" u2="w" k="22" />
<hkern u1="E" u2="f" k="18" />
<hkern u1="F" u2="&#x2026;" k="234" />
<hkern u1="F" u2="&#x201e;" k="234" />
<hkern u1="F" u2="&#x201a;" k="234" />
<hkern u1="F" u2="&#x153;" k="21" />
<hkern u1="F" u2="&#xff;" k="24" />
<hkern u1="F" u2="&#xfd;" k="24" />
<hkern u1="F" u2="&#xfc;" k="22" />
<hkern u1="F" u2="&#xfb;" k="22" />
<hkern u1="F" u2="&#xfa;" k="22" />
<hkern u1="F" u2="&#xf9;" k="22" />
<hkern u1="F" u2="&#xf6;" k="21" />
<hkern u1="F" u2="&#xf5;" k="21" />
<hkern u1="F" u2="&#xf4;" k="21" />
<hkern u1="F" u2="&#xf3;" k="21" />
<hkern u1="F" u2="&#xf2;" k="21" />
<hkern u1="F" u2="&#xeb;" k="21" />
<hkern u1="F" u2="&#xea;" k="21" />
<hkern u1="F" u2="&#xe9;" k="21" />
<hkern u1="F" u2="&#xe8;" k="21" />
<hkern u1="F" u2="&#xe7;" k="21" />
<hkern u1="F" u2="&#xe5;" k="34" />
<hkern u1="F" u2="&#xe4;" k="34" />
<hkern u1="F" u2="&#xe3;" k="34" />
<hkern u1="F" u2="&#xe2;" k="34" />
<hkern u1="F" u2="&#xe1;" k="34" />
<hkern u1="F" u2="&#xe0;" k="34" />
<hkern u1="F" u2="&#xc5;" k="59" />
<hkern u1="F" u2="&#xc4;" k="59" />
<hkern u1="F" u2="&#xc3;" k="59" />
<hkern u1="F" u2="&#xc2;" k="59" />
<hkern u1="F" u2="&#xc1;" k="59" />
<hkern u1="F" u2="&#xc0;" k="59" />
<hkern u1="F" u2="y" k="24" />
<hkern u1="F" u2="v" k="24" />
<hkern u1="F" u2="u" k="22" />
<hkern u1="F" u2="r" k="26" />
<hkern u1="F" u2="q" k="21" />
<hkern u1="F" u2="o" k="21" />
<hkern u1="F" u2="g" k="21" />
<hkern u1="F" u2="e" k="21" />
<hkern u1="F" u2="d" k="21" />
<hkern u1="F" u2="c" k="21" />
<hkern u1="F" u2="a" k="34" />
<hkern u1="F" u2="T" k="-20" />
<hkern u1="F" u2="J" k="264" />
<hkern u1="F" u2="A" k="59" />
<hkern u1="F" u2="&#x2e;" k="234" />
<hkern u1="F" u2="&#x2c;" k="234" />
<hkern u1="K" u2="w" k="63" />
<hkern u1="L" u2="w" k="92" />
<hkern u1="O" u2="&#xc6;" k="33" />
<hkern u1="P" u2="&#xc6;" k="97" />
<hkern u1="P" u2="t" k="-14" />
<hkern u1="Q" u2="&#x178;" k="35" />
<hkern u1="Q" u2="&#xdd;" k="35" />
<hkern u1="Q" u2="Y" k="35" />
<hkern u1="Q" u2="W" k="20" />
<hkern u1="Q" u2="V" k="28" />
<hkern u1="Q" u2="T" k="43" />
<hkern u1="R" u2="&#x178;" k="48" />
<hkern u1="R" u2="&#xdd;" k="48" />
<hkern u1="R" u2="Y" k="48" />
<hkern u1="R" u2="V" k="19" />
<hkern u1="R" u2="T" k="80" />
<hkern u1="T" u2="&#xf8;" k="95" />
<hkern u1="T" u2="&#xe6;" k="114" />
<hkern u1="T" u2="&#xc6;" k="179" />
<hkern u1="T" u2="&#xbb;" k="216" />
<hkern u1="T" u2="&#xab;" k="328" />
<hkern u1="T" u2="w" k="57" />
<hkern u1="T" u2="r" k="75" />
<hkern u1="V" u2="&#x7d;" k="-19" />
<hkern u1="V" u2="r" k="30" />
<hkern u1="V" u2="]" k="-17" />
<hkern u1="V" u2="&#x29;" k="-20" />
<hkern u1="W" u2="&#x7d;" k="-14" />
<hkern u1="W" u2="r" k="21" />
<hkern u1="W" u2="]" k="-12" />
<hkern u1="W" u2="&#x29;" k="-15" />
<hkern u1="Y" u2="&#x2022;" k="45" />
<hkern u1="Y" u2="&#xf8;" k="64" />
<hkern u1="Y" u2="&#xe6;" k="63" />
<hkern u1="Y" u2="&#xc6;" k="96" />
<hkern u1="Y" u2="&#xbb;" k="51" />
<hkern u1="Y" u2="&#xab;" k="82" />
<hkern u1="Y" u2="&#x7d;" k="-19" />
<hkern u1="Y" u2="t" k="22" />
<hkern u1="Y" u2="r" k="40" />
<hkern u1="Y" u2="f" k="22" />
<hkern u1="Y" u2="]" k="-18" />
<hkern u1="Y" u2="&#x2a;" k="49" />
<hkern u1="Y" u2="&#x29;" k="-20" />
<hkern u1="Y" u2="&#x26;" k="30" />
<hkern u1="Z" u2="w" k="27" />
<hkern u1="[" u2="&#xdc;" k="18" />
<hkern u1="[" u2="&#xdb;" k="18" />
<hkern u1="[" u2="&#xda;" k="18" />
<hkern u1="[" u2="&#xd9;" k="18" />
<hkern u1="[" u2="U" k="18" />
<hkern u1="[" u2="J" k="18" />
<hkern u1="f" u2="&#x201d;" k="-16" />
<hkern u1="f" u2="&#x201c;" k="-16" />
<hkern u1="f" u2="&#x2019;" k="-16" />
<hkern u1="f" u2="&#x2018;" k="-16" />
<hkern u1="f" u2="&#x153;" k="24" />
<hkern u1="f" u2="&#xeb;" k="24" />
<hkern u1="f" u2="&#xea;" k="24" />
<hkern u1="f" u2="&#xe9;" k="24" />
<hkern u1="f" u2="&#xe8;" k="24" />
<hkern u1="f" u2="&#xe7;" k="24" />
<hkern u1="f" u2="&#x7d;" k="-19" />
<hkern u1="f" u2="q" k="24" />
<hkern u1="f" u2="g" k="24" />
<hkern u1="f" u2="e" k="24" />
<hkern u1="f" u2="d" k="24" />
<hkern u1="f" u2="c" k="24" />
<hkern u1="f" u2="]" k="-18" />
<hkern u1="f" u2="&#x29;" k="-20" />
<hkern u1="f" u2="&#x27;" k="-16" />
<hkern u1="f" u2="&#x22;" k="-16" />
<hkern u1="k" u2="&#x153;" k="20" />
<hkern u1="k" u2="&#xeb;" k="20" />
<hkern u1="k" u2="&#xea;" k="20" />
<hkern u1="k" u2="&#xe9;" k="20" />
<hkern u1="k" u2="&#xe8;" k="20" />
<hkern u1="k" u2="&#xe7;" k="20" />
<hkern u1="k" u2="q" k="20" />
<hkern u1="k" u2="g" k="20" />
<hkern u1="k" u2="e" k="20" />
<hkern u1="k" u2="d" k="20" />
<hkern u1="k" u2="c" k="20" />
<hkern u1="r" u2="w" k="-17" />
<hkern u1="r" u2="t" k="-32" />
<hkern u1="r" u2="f" k="-15" />
<hkern u1="t" u2="&#xf6;" k="20" />
<hkern u1="t" u2="&#xf5;" k="20" />
<hkern u1="t" u2="&#xf4;" k="20" />
<hkern u1="t" u2="&#xf3;" k="20" />
<hkern u1="t" u2="&#xf2;" k="20" />
<hkern u1="t" u2="o" k="20" />
<hkern u1="v" u2="f" k="-13" />
<hkern u1="w" u2="&#x2026;" k="124" />
<hkern u1="w" u2="&#x201e;" k="124" />
<hkern u1="w" u2="&#x201a;" k="124" />
<hkern u1="w" u2="&#x2e;" k="124" />
<hkern u1="w" u2="&#x2c;" k="124" />
<hkern u1="y" u2="f" k="-13" />
<hkern u1="&#x7b;" u2="&#xdc;" k="20" />
<hkern u1="&#x7b;" u2="&#xdb;" k="20" />
<hkern u1="&#x7b;" u2="&#xda;" k="20" />
<hkern u1="&#x7b;" u2="&#xd9;" k="20" />
<hkern u1="&#x7b;" u2="U" k="20" />
<hkern u1="&#x7b;" u2="J" k="20" />
<hkern u1="&#xc0;" u2="w" k="33" />
<hkern u1="&#xc0;" u2="t" k="17" />
<hkern u1="&#xc0;" u2="&#x3f;" k="61" />
<hkern u1="&#xc1;" u2="w" k="33" />
<hkern u1="&#xc1;" u2="t" k="17" />
<hkern u1="&#xc1;" u2="&#x3f;" k="61" />
<hkern u1="&#xc2;" u2="w" k="33" />
<hkern u1="&#xc2;" u2="t" k="17" />
<hkern u1="&#xc2;" u2="&#x3f;" k="61" />
<hkern u1="&#xc3;" u2="w" k="33" />
<hkern u1="&#xc3;" u2="t" k="17" />
<hkern u1="&#xc3;" u2="&#x3f;" k="61" />
<hkern u1="&#xc4;" u2="w" k="33" />
<hkern u1="&#xc4;" u2="t" k="17" />
<hkern u1="&#xc4;" u2="&#x3f;" k="61" />
<hkern u1="&#xc5;" u2="w" k="33" />
<hkern u1="&#xc5;" u2="t" k="17" />
<hkern u1="&#xc5;" u2="&#x3f;" k="61" />
<hkern u1="&#xc7;" u2="&#x7d;" k="17" />
<hkern u1="&#xc7;" u2="]" k="12" />
<hkern u1="&#xc7;" u2="&#x29;" k="26" />
<hkern u1="&#xc8;" u2="w" k="22" />
<hkern u1="&#xc8;" u2="f" k="18" />
<hkern u1="&#xc9;" u2="w" k="22" />
<hkern u1="&#xc9;" u2="f" k="18" />
<hkern u1="&#xca;" u2="w" k="22" />
<hkern u1="&#xca;" u2="f" k="18" />
<hkern u1="&#xcb;" u2="w" k="22" />
<hkern u1="&#xcb;" u2="f" k="18" />
<hkern u1="&#xd0;" u2="&#xc6;" k="33" />
<hkern u1="&#xd2;" u2="&#xc6;" k="33" />
<hkern u1="&#xd3;" u2="&#xc6;" k="33" />
<hkern u1="&#xd4;" u2="&#xc6;" k="33" />
<hkern u1="&#xd5;" u2="&#xc6;" k="33" />
<hkern u1="&#xd6;" u2="&#xc6;" k="33" />
<hkern u1="&#xdd;" u2="&#x2022;" k="45" />
<hkern u1="&#xdd;" u2="&#xf8;" k="64" />
<hkern u1="&#xdd;" u2="&#xe6;" k="63" />
<hkern u1="&#xdd;" u2="&#xc6;" k="96" />
<hkern u1="&#xdd;" u2="&#xbb;" k="51" />
<hkern u1="&#xdd;" u2="&#xab;" k="82" />
<hkern u1="&#xdd;" u2="&#x7d;" k="-19" />
<hkern u1="&#xdd;" u2="t" k="22" />
<hkern u1="&#xdd;" u2="r" k="40" />
<hkern u1="&#xdd;" u2="f" k="22" />
<hkern u1="&#xdd;" u2="]" k="-18" />
<hkern u1="&#xdd;" u2="&#x2a;" k="49" />
<hkern u1="&#xdd;" u2="&#x29;" k="-20" />
<hkern u1="&#xdd;" u2="&#x26;" k="30" />
<hkern u1="&#xfd;" u2="f" k="-13" />
<hkern u1="&#xff;" u2="f" k="-13" />
<hkern u1="&#x178;" u2="&#x2022;" k="45" />
<hkern u1="&#x178;" u2="&#xf8;" k="64" />
<hkern u1="&#x178;" u2="&#xe6;" k="63" />
<hkern u1="&#x178;" u2="&#xc6;" k="96" />
<hkern u1="&#x178;" u2="&#xbb;" k="51" />
<hkern u1="&#x178;" u2="&#xab;" k="82" />
<hkern u1="&#x178;" u2="&#x7d;" k="-19" />
<hkern u1="&#x178;" u2="t" k="22" />
<hkern u1="&#x178;" u2="r" k="40" />
<hkern u1="&#x178;" u2="f" k="22" />
<hkern u1="&#x178;" u2="]" k="-18" />
<hkern u1="&#x178;" u2="&#x2a;" k="49" />
<hkern u1="&#x178;" u2="&#x29;" k="-20" />
<hkern u1="&#x178;" u2="&#x26;" k="30" />
<hkern u1="&#x2018;" u2="w" k="-11" />
<hkern u1="&#x2019;" u2="w" k="-11" />
<hkern u1="&#x201c;" u2="w" k="-11" />
<hkern u1="&#x201d;" u2="w" k="-11" />
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="170" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="120" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="12" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="11" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="T" k="129" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="17" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="V" k="87" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="W" k="69" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="Y,Yacute,Ydieresis" k="94" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="u,ugrave,uacute,ucircumflex,udieresis" k="11" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="v,y,yacute,ydieresis" k="50" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="z" k="-12" />
<hkern g1="B" g2="T" k="27" />
<hkern g1="B" g2="V" k="24" />
<hkern g1="B" g2="Y,Yacute,Ydieresis" k="55" />
<hkern g1="C,Ccedilla" g2="T" k="29" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="21" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="T" k="27" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="V" k="22" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Y,Yacute,Ydieresis" k="43" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="102" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="X" k="22" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Z" k="23" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="19" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="T" k="-20" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="17" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="v,y,yacute,ydieresis" k="26" />
<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-18" />
<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="T" k="29" />
<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="Y,Yacute,Ydieresis" k="28" />
<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="X" k="-17" />
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="22" />
<hkern g1="K" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" />
<hkern g1="K" g2="m,n,p,ntilde" k="23" />
<hkern g1="K" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="27" />
<hkern g1="K" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="31" />
<hkern g1="K" g2="u,ugrave,uacute,ucircumflex,udieresis" k="23" />
<hkern g1="K" g2="v,y,yacute,ydieresis" k="40" />
<hkern g1="K" g2="hyphen,uni00AD,endash,emdash" k="64" />
<hkern g1="L" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="138" />
<hkern g1="L" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-19" />
<hkern g1="L" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="65" />
<hkern g1="L" g2="T" k="275" />
<hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="54" />
<hkern g1="L" g2="V" k="175" />
<hkern g1="L" g2="W" k="143" />
<hkern g1="L" g2="Y,Yacute,Ydieresis" k="239" />
<hkern g1="L" g2="u,ugrave,uacute,ucircumflex,udieresis" k="44" />
<hkern g1="L" g2="v,y,yacute,ydieresis" k="133" />
<hkern g1="P" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="138" />
<hkern g1="P" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="11" />
<hkern g1="P" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" />
<hkern g1="P" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="13" />
<hkern g1="P" g2="v,y,yacute,ydieresis" k="-15" />
<hkern g1="P" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="324" />
<hkern g1="P" g2="X" k="31" />
<hkern g1="P" g2="Z" k="26" />
<hkern g1="P" g2="J" k="200" />
<hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="79" />
<hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="113" />
<hkern g1="T" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="99" />
<hkern g1="T" g2="m,n,p,ntilde" k="109" />
<hkern g1="T" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="99" />
<hkern g1="T" g2="s" k="116" />
<hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="28" />
<hkern g1="T" g2="T" k="-16" />
<hkern g1="T" g2="V" k="-16" />
<hkern g1="T" g2="W" k="-15" />
<hkern g1="T" g2="Y,Yacute,Ydieresis" k="-16" />
<hkern g1="T" g2="u,ugrave,uacute,ucircumflex,udieresis" k="95" />
<hkern g1="T" g2="v,y,yacute,ydieresis" k="72" />
<hkern g1="T" g2="z" k="60" />
<hkern g1="T" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="218" />
<hkern g1="T" g2="hyphen,uni00AD,endash,emdash" k="232" />
<hkern g1="T" g2="J" k="240" />
<hkern g1="T" g2="S" k="16" />
<hkern g1="T" g2="x" k="77" />
<hkern g1="V" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="75" />
<hkern g1="V" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="46" />
<hkern g1="V" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="44" />
<hkern g1="V" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="46" />
<hkern g1="V" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="13" />
<hkern g1="V" g2="u,ugrave,uacute,ucircumflex,udieresis" k="28" />
<hkern g1="V" g2="v,y,yacute,ydieresis" k="11" />
<hkern g1="V" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="225" />
<hkern g1="V" g2="hyphen,uni00AD,endash,emdash" k="37" />
<hkern g1="W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="43" />
<hkern g1="W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="33" />
<hkern g1="W" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="31" />
<hkern g1="W" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="31" />
<hkern g1="W" g2="T" k="-14" />
<hkern g1="W" g2="u,ugrave,uacute,ucircumflex,udieresis" k="19" />
<hkern g1="W" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="123" />
<hkern g1="W" g2="hyphen,uni00AD,endash,emdash" k="60" />
<hkern g1="X" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" />
<hkern g1="X" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="21" />
<hkern g1="X" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="25" />
<hkern g1="X" g2="V" k="-14" />
<hkern g1="X" g2="u,ugrave,uacute,ucircumflex,udieresis" k="21" />
<hkern g1="X" g2="v,y,yacute,ydieresis" k="31" />
<hkern g1="X" g2="hyphen,uni00AD,endash,emdash" k="46" />
<hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="94" />
<hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="73" />
<hkern g1="Y,Yacute,Ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="65" />
<hkern g1="Y,Yacute,Ydieresis" g2="m,n,p,ntilde" k="40" />
<hkern g1="Y,Yacute,Ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="65" />
<hkern g1="Y,Yacute,Ydieresis" g2="s" k="58" />
<hkern g1="Y,Yacute,Ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="29" />
<hkern g1="Y,Yacute,Ydieresis" g2="T" k="-17" />
<hkern g1="Y,Yacute,Ydieresis" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="96" />
<hkern g1="Y,Yacute,Ydieresis" g2="V" k="-18" />
<hkern g1="Y,Yacute,Ydieresis" g2="W" k="-17" />
<hkern g1="Y,Yacute,Ydieresis" g2="Y,Yacute,Ydieresis" k="-18" />
<hkern g1="Y,Yacute,Ydieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="39" />
<hkern g1="Y,Yacute,Ydieresis" g2="v,y,yacute,ydieresis" k="20" />
<hkern g1="Y,Yacute,Ydieresis" g2="z" k="30" />
<hkern g1="Y,Yacute,Ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="211" />
<hkern g1="Y,Yacute,Ydieresis" g2="X" k="-13" />
<hkern g1="Y,Yacute,Ydieresis" g2="hyphen,uni00AD,endash,emdash" k="52" />
<hkern g1="Y,Yacute,Ydieresis" g2="J" k="96" />
<hkern g1="Y,Yacute,Ydieresis" g2="S" k="16" />
<hkern g1="Y,Yacute,Ydieresis" g2="x" k="23" />
<hkern g1="Z" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-13" />
<hkern g1="Z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="21" />
<hkern g1="Z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="21" />
<hkern g1="Z" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="26" />
<hkern g1="Z" g2="u,ugrave,uacute,ucircumflex,udieresis" k="19" />
<hkern g1="Z" g2="v,y,yacute,ydieresis" k="27" />
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="67" />
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="v,y,yacute,ydieresis" k="15" />
<hkern g1="b,p,thorn" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="29" />
<hkern g1="b,p,thorn" g2="v,y,yacute,ydieresis" k="11" />
<hkern g1="b,p,thorn" g2="z" k="15" />
<hkern g1="b,p,thorn" g2="x" k="15" />
<hkern g1="c,ccedilla" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="11" />
<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="14" />
<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="v,y,yacute,ydieresis" k="13" />
<hkern g1="h,m,n,ntilde" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="16" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="20" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="v,y,yacute,ydieresis" k="15" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="z" k="16" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="x" k="21" />
<hkern g1="r" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-16" />
<hkern g1="r" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" />
<hkern g1="r" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="20" />
<hkern g1="r" g2="v,y,yacute,ydieresis" k="-18" />
<hkern g1="r" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="123" />
<hkern g1="v,y,yacute,ydieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-15" />
<hkern g1="v,y,yacute,ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="15" />
<hkern g1="v,y,yacute,ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" />
<hkern g1="v,y,yacute,ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="15" />
<hkern g1="v,y,yacute,ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="107" />
<hkern g1="x" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="20" />
<hkern g1="x" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="20" />
<hkern g1="z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="16" />
<hkern g1="z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="16" />
</font>
</defs></svg>

Before

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,641 +0,0 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata></metadata>
<defs>
<font id="robotolight" horiz-adv-x="1140" >
<font-face units-per-em="2048" ascent="1638" descent="-410" />
<missing-glyph horiz-adv-x="498" />
<glyph unicode="&#xfb01;" horiz-adv-x="1100" d="M48 984v98h180v138q0 172 95 266.5t264 94.5q67 0 136 -15t140 -44l-20 -103q-61 25 -118 39t-130 14q-122 0 -184.5 -65t-62.5 -187v-138h253v-98h-253v-984h-120v984h-180zM808 0v1082h120v-1082h-120z" />
<glyph horiz-adv-x="2048" />
<glyph horiz-adv-x="2048" />
<glyph unicode="&#xd;" horiz-adv-x="498" />
<glyph unicode=" " horiz-adv-x="498" />
<glyph unicode="&#x09;" horiz-adv-x="498" />
<glyph unicode="&#xa0;" horiz-adv-x="498" />
<glyph unicode="!" horiz-adv-x="462" d="M158 0v167h142v-167h-142zM169 478v978h119v-978h-119z" />
<glyph unicode="&#x22;" horiz-adv-x="588" d="M127 1083l3 255v222h102v-216l-33 -261h-72zM366 1083l4 258v219h101v-216l-33 -261h-72z" />
<glyph unicode="#" horiz-adv-x="1270" d="M67 410v93h272l83 441h-279v96h297l79 416h100l-79 -416h314l79 416h100l-79 -416h229v-96h-247l-83 -441h255v-93h-273l-77 -410h-100l77 410h-313l-77 -410h-100l77 410h-255zM439 503h314l83 441h-314z" />
<glyph unicode="$" horiz-adv-x="1135" d="M120 412l3 6h112q0 -177 101 -255t244 -78q148 0 234.5 77.5t86.5 196.5q0 110 -72 180t-254 135q-208 66 -308 159t-100 262q0 162 100 264t272 116v202h102v-202q175 -16 271 -131t94 -311l-3 -5h-112q0 152 -80 247t-224 95q-148 0 -224.5 -77.5t-76.5 -195.5 q0 -114 68 -183.5t261 -133.5q207 -69 306.5 -160.5t99.5 -258.5q0 -166 -104 -265.5t-280 -113.5v-190h-101v189q-181 11 -300.5 115.5t-115.5 315.5z" />
<glyph unicode="%" horiz-adv-x="1514" d="M110 1099v77q0 127 78.5 214t206.5 87q127 0 205.5 -87t78.5 -214v-77q0 -126 -78 -212.5t-204 -86.5q-129 0 -208 86.5t-79 212.5zM206 1099q0 -88 49.5 -150t141.5 -62q89 0 137.5 62t48.5 150v77q0 88 -49 151t-139 63t-139.5 -63t-49.5 -151v-77zM386 169l711 1138 l74 -48l-711 -1138zM842 278v78q0 126 78.5 213t206.5 87q127 0 206 -87t79 -213v-78q0 -126 -78.5 -212.5t-204.5 -86.5q-129 0 -208 86.5t-79 212.5zM939 278q0 -88 49 -150t141 -62q89 0 137.5 62t48.5 150v78q0 91 -49 152t-139 61t-139 -61.5t-49 -151.5v-78z" />
<glyph unicode="&#x26;" horiz-adv-x="1260" d="M91 371q0 120 72.5 216.5t209.5 196.5l15 11q-81 100 -120 182.5t-39 169.5q0 158 89 244t244 86q144 0 228.5 -81t84.5 -204q0 -90 -45 -155t-130 -130l-159 -122l412 -481q49 71 76 159t27 188h110q0 -128 -36.5 -235.5t-105.5 -194.5l185 -216l-2 -5h-137l-122 141 q-85 -78 -186 -120t-218 -42q-209 0 -331 107t-122 285zM211 371q0 -124 85.5 -207.5t247.5 -83.5q92 0 179.5 36t157.5 103l-414 482l-8.5 8.5t-5.5 7.5l-47 -36q-116 -94 -155.5 -170t-39.5 -140zM349 1149q0 -66 31.5 -137t96.5 -151l177 132q58 45 82.5 94t24.5 105 q0 79 -52.5 131t-146.5 52q-102 0 -157.5 -65t-55.5 -161z" />
<glyph unicode="'" horiz-adv-x="348" d="M116 1090l8 266v204h102v-195l-38 -275h-72z" />
<glyph unicode="(" horiz-adv-x="640" d="M140 573v15q0 363 139 651t310 386l6 -1l26 -73q-145 -103 -253 -366t-108 -594v-20q0 -331 108 -594t253 -370l-26 -70h-6q-173 100 -311 382t-138 654z" />
<glyph unicode=")" horiz-adv-x="652" d="M18 -393q144 102 252.5 367t108.5 597v20q0 329 -110.5 595.5t-250.5 368.5l26 70h6q170 -98 309 -386t139 -651v-15q0 -372 -138 -654t-310 -382h-6z" />
<glyph unicode="*" horiz-adv-x="869" d="M29 1108l32 101l332 -123l-4 370h104l-8 -373l324 127l33 -101l-333 -115l223 -294l-85 -63l-214 305l-204 -303l-85 61l217 300z" />
<glyph unicode="+" horiz-adv-x="1156" d="M75 628v112h434v466h121v-466h443v-112h-443v-482h-121v482h-434z" />
<glyph unicode="," horiz-adv-x="392" d="M83 -258l69 279v167h119v-170l-106 -276h-82z" />
<glyph unicode="-" horiz-adv-x="586" d="M49 570v101h479v-101h-479z" />
<glyph unicode="." horiz-adv-x="489" d="M167 0v164h137v-164h-137z" />
<glyph unicode="/" horiz-adv-x="813" d="M30 -125l608 1581h108l-607 -1581h-109z" />
<glyph unicode="0" horiz-adv-x="1194" d="M135 565v325q0 281 122 434t339 153t340 -153t123 -434v-325q0 -282 -122 -434t-339 -152q-216 0 -339.5 152.5t-123.5 433.5zM255 547q0 -222 88.5 -344.5t254.5 -122.5t253.5 122t87.5 345v363q0 224 -88 344.5t-255 120.5t-254 -120.5t-87 -344.5v-363z" />
<glyph unicode="1" horiz-adv-x="1135" d="M188 1288v84l490 88v-1467h-120v1338z" />
<glyph unicode="2" horiz-adv-x="1135" d="M111 1043q-5 182 118 308t333 126q188 0 301 -108t113 -290q0 -120 -75.5 -243.5t-210.5 -275.5l-401 -454l2 -5h750v-101h-904v92l477 541q132 149 186.5 249.5t54.5 192.5q0 136 -76.5 218t-216.5 82q-166 0 -252 -92t-86 -246h-111z" />
<glyph unicode="3" horiz-adv-x="1135" d="M104 389l2 6h112q0 -139 96.5 -227t249.5 -88q155 0 242 80.5t87 230.5q0 153 -91 226.5t-260 73.5h-139v102h139q159 0 241 79.5t82 204.5q0 136 -77 217t-229 81q-140 0 -229.5 -82.5t-89.5 -217.5h-112l-2 6q-5 170 119 283t314 113q195 0 310.5 -107t115.5 -297 q0 -103 -64 -193.5t-180 -134.5q136 -39 203.5 -131.5t67.5 -218.5q0 -194 -125.5 -305t-322.5 -111q-191 0 -328 108.5t-132 301.5z" />
<glyph unicode="4" horiz-adv-x="1135" d="M69 368v68l671 1020h131v-987h228v-101h-228v-368h-119v368h-683zM211 469h541v830l-6 2l-51 -109z" />
<glyph unicode="5" horiz-adv-x="1135" d="M174 377l2 6h107q0 -147 83.5 -225t222.5 -78q162 0 242.5 98t80.5 284q0 163 -80.5 261.5t-225.5 98.5q-140 0 -213.5 -44.5t-106.5 -134.5l-97 16l81 797h707v-111h-605l-54 -519q55 50 121 77t179 30q186 3 300 -125t114 -344q0 -221 -110.5 -353t-332.5 -132 q-180 0 -300 100.5t-115 297.5z" />
<glyph unicode="6" horiz-adv-x="1135" d="M152 540v367q0 252 143 411t352 159q75 0 148 -17t130 -49l-31 -98q-57 32 -113 47t-134 15q-162 0 -268.5 -126t-106.5 -331v-129q60 78 153 125t206 47q196 0 310 -135t114 -352q0 -215 -122.5 -355t-318.5 -140q-201 0 -331.5 150t-130.5 411zM272 531q0 -209 96 -330 t246 -121q146 0 233.5 114.5t87.5 279.5q0 175 -85 282t-243 107q-121 0 -211.5 -63t-123.5 -162v-107z" />
<glyph unicode="7" horiz-adv-x="1135" d="M77 1354v102h955v-102q-236 -280 -361 -568.5t-167 -663.5l-11 -122h-120l11 122q42 370 174 669.5t350 562.5h-831z" />
<glyph unicode="8" horiz-adv-x="1135" d="M100 386q0 129 79 224.5t212 136.5q-115 40 -182.5 128t-67.5 206q0 188 118.5 292t307.5 104q188 0 308.5 -104.5t120.5 -291.5q0 -118 -69 -206.5t-184 -128.5q133 -41 213.5 -136.5t80.5 -223.5q0 -196 -131 -301.5t-337 -105.5q-210 0 -339.5 105t-129.5 302z M219 385q0 -143 97 -224t253 -81q152 0 250 81.5t98 223.5q0 138 -100 224.5t-250 86.5q-152 0 -250 -86.5t-98 -224.5zM260 1082q0 -129 86.5 -206.5t222.5 -77.5q133 0 220 77.5t87 206.5q0 126 -88.5 209.5t-220.5 83.5q-135 0 -221 -80t-86 -213z" />
<glyph unicode="9" horiz-adv-x="1135" d="M89 958q0 221 127.5 370t315.5 149q211 0 338 -137.5t127 -399.5v-429q0 -253 -134 -392.5t-352 -139.5q-78 0 -156.5 15t-149.5 46l22 100q68 -32 134.5 -46t149.5 -14q166 0 264 111t98 318v146q-53 -92 -142.5 -142t-199.5 -50q-199 0 -320.5 138t-121.5 357zM213 958 q0 -168 86 -281t232 -113q130 0 217.5 66.5t124.5 164.5v154q0 207 -90.5 316.5t-245.5 109.5q-141 0 -232.5 -122t-91.5 -295z" />
<glyph unicode=":" horiz-adv-x="434" d="M154 0v164h137v-164h-137zM154 916v164h137v-164h-137z" />
<glyph unicode=";" horiz-adv-x="438" d="M106 -258l69 279v167h119v-170l-106 -276h-82zM158 918v164h137v-164h-137z" />
<glyph unicode="&#x3c;" horiz-adv-x="1047" d="M77 501v97l827 378v-126l-614 -272l-108 -28v-6l108 -28l614 -268v-126z" />
<glyph unicode="=" horiz-adv-x="1147" d="M149 422v106h834v-106h-834zM149 833v106h834v-106h-834z" />
<glyph unicode="&#x3e;" horiz-adv-x="1061" d="M124 122v124l632 274l108 27v6l-108 29l-632 271v123l845 -378v-97z" />
<glyph unicode="?" horiz-adv-x="930" d="M81 1122q-3 165 104 260t273 95q179 0 280.5 -101t101.5 -273q0 -135 -66.5 -239.5t-188.5 -218.5q-62 -53 -75.5 -99t-13.5 -142h-119q1 131 22 182.5t114 136.5q108 112 157.5 187.5t49.5 191.5q0 128 -68 198t-194 70q-118 0 -190 -68.5t-73 -185.5h-112zM373 0v154 h139v-154h-139z" />
<glyph unicode="@" horiz-adv-x="1870" d="M122 478q18 424 252.5 683t609.5 259q391 0 587.5 -241.5t179.5 -665.5q-10 -216 -117 -375t-313 -159q-78 0 -130.5 51t-69.5 142q-53 -96 -131 -144.5t-180 -48.5q-131 0 -199 120t-49 317q23 254 141 407.5t286 153.5q94 0 151 -26.5t126 -81.5l-2 -2h3l-50 -574 q-10 -132 30 -180t95 -48q142 0 224.5 124.5t93.5 323.5q18 389 -150 604.5t-530 215.5q-323 0 -533 -235.5t-227 -619.5q-19 -379 163.5 -612.5t519.5 -233.5q88 0 178 22t152 57l31 -75q-64 -41 -167 -65t-198 -24q-380 0 -588 249.5t-189 681.5zM672 416 q-16 -155 26 -247t138 -92q86 0 156.5 43t122.5 157v8.5t1 7.5l47 544q-32 23 -71 36t-87 13q-134 0 -222 -119t-111 -351z" />
<glyph unicode="A" horiz-adv-x="1279" d="M32 0l553 1456h113l549 -1456h-124l-150 406h-667l-150 -406h-124zM346 513h588l-290 788h-6z" />
<glyph unicode="B" horiz-adv-x="1269" d="M191 0v1456h425q227 0 353.5 -95.5t126.5 -287.5q0 -112 -63.5 -195t-172.5 -115q133 -24 216 -125t83 -233q0 -195 -126.5 -300t-338.5 -105h-503zM310 101h384q161 0 253 79.5t92 222.5q0 131 -83.5 215t-242.5 84h-403v-601zM310 803h335q158 0 244.5 69.5t86.5 204.5 q0 138 -92 207.5t-268 69.5h-306v-551z" />
<glyph unicode="C" horiz-adv-x="1313" d="M132 609v237q0 278 149 454.5t392 176.5q232 0 368 -123t155 -346l-2 -6h-112q-24 181 -124.5 277t-284.5 96q-191 0 -306.5 -148t-115.5 -379v-239q0 -234 115.5 -381.5t306.5 -147.5q184 0 285 94t124 281h112l2 -6q-19 -219 -156 -344.5t-367 -125.5 q-243 0 -392 175.5t-149 454.5z" />
<glyph unicode="D" horiz-adv-x="1344" d="M191 0v1456h423q267 0 441 -178t174 -457v-187q0 -280 -174 -457t-441 -177h-423zM310 101h304q216 0 355.5 151t139.5 382v190q0 228 -140 379t-355 151h-304v-1253z" />
<glyph unicode="E" horiz-adv-x="1180" d="M191 0v1456h917v-102h-798v-547h701v-102h-701v-604h803v-101h-922z" />
<glyph unicode="F" horiz-adv-x="1181" d="M191 0v1456h929v-102h-810v-569h708v-103h-708v-682h-119z" />
<glyph unicode="G" horiz-adv-x="1401" d="M146 600v267q0 270 154.5 440t400.5 170q235 0 367.5 -117.5t153.5 -305.5l-2 -6h-111q-26 146 -123 236.5t-285 90.5q-196 0 -315.5 -142t-119.5 -364v-269q0 -228 127 -374t332 -146q145 0 246.5 40.5t138.5 88.5v380h-387v102h507v-518q-49 -71 -178.5 -132.5 t-326.5 -61.5q-254 0 -416.5 173t-162.5 448z" />
<glyph unicode="H" horiz-adv-x="1448" d="M191 0v1456h119v-684h828v684h119v-1456h-119v670h-828v-670h-119z" />
<glyph unicode="I" horiz-adv-x="554" d="M217 0v1456h120v-1456h-120z" />
<glyph unicode="J" horiz-adv-x="1127" d="M82 395l2 6h112q0 -158 84 -239.5t240 -81.5q133 0 219 90.5t86 242.5v1043h120v-1043q0 -199 -118.5 -316.5t-306.5 -117.5q-205 0 -324 106q-114 102 -114 294v16z" />
<glyph unicode="K" horiz-adv-x="1308" d="M191 0v1456h119v-670h199l573 670h135l2 -5l-602 -711l645 -735l-2 -5h-142l-608 685h-200v-685h-119z" />
<glyph unicode="L" horiz-adv-x="1079" d="M191 0v1456h120v-1355h720v-101h-840z" />
<glyph unicode="M" horiz-adv-x="1775" d="M191 0v1456h157l535 -1282h6l537 1282h158v-1456h-119v643l10 637l-6 2l-541 -1282h-83l-540 1276l-6 -1l11 -632v-643h-119z" />
<glyph unicode="N" horiz-adv-x="1454" d="M191 0v1456h120l827 -1250l6 1v1249h119v-1456h-119l-827 1252l-6 -1v-1251h-120z" />
<glyph unicode="O" horiz-adv-x="1378" d="M124 609v237q0 281 152 456t408 175q260 0 415 -175t155 -456v-237q0 -282 -154.5 -456t-414.5 -174q-256 0 -408.5 174t-152.5 456zM244 609q0 -238 116.5 -382t324.5 -144q213 0 331.5 143.5t118.5 382.5v239q0 236 -119.5 380t-331.5 144q-208 0 -324 -144t-116 -380 v-239z" />
<glyph unicode="P" horiz-adv-x="1267" d="M191 0v1456h501q229 0 354.5 -116.5t125.5 -308.5q0 -194 -125.5 -310t-354.5 -116h-382v-605h-119zM310 707h382q180 0 270.5 91.5t90.5 230.5q0 140 -90 232.5t-271 92.5h-382v-647z" />
<glyph unicode="Q" horiz-adv-x="1379" d="M124 609v237q0 281 152 456t408 175q260 0 415 -175t155 -456v-237q0 -164 -54.5 -295.5t-155.5 -214.5l250 -236l-83 -75l-264 249q-59 -29 -124.5 -43.5t-137.5 -14.5q-256 0 -408.5 174t-152.5 456zM244 609q0 -238 116.5 -382t324.5 -144q213 0 331.5 143.5 t118.5 382.5v239q0 236 -119.5 380t-331.5 144q-208 0 -324 -144t-116 -380v-239z" />
<glyph unicode="R" horiz-adv-x="1348" d="M188 0v1455h493q234 0 359 -102.5t125 -299.5q0 -116 -67 -207.5t-189 -133.5q135 -34 194.5 -121.5t59.5 -219.5v-137q0 -68 16 -122t53 -88v-24h-122q-37 36 -52 101t-15 135v133q0 134 -86.5 211.5t-241.5 77.5h-408v-658h-119zM307 760h359q197 0 288 79.5t91 214.5 q0 144 -90.5 221.5t-273.5 77.5h-374v-593z" />
<glyph unicode="S" horiz-adv-x="1231" d="M100 408l2 6h110q0 -170 127 -252t299 -82q173 0 279.5 76t106.5 201q0 119 -89 194.5t-310 133.5q-239 60 -362 156t-123 259q0 167 137.5 272t353.5 105q225 0 363 -125q134 -121 134 -295v-10l-3 -6h-110q0 146 -103.5 240t-280.5 94q-175 0 -273.5 -78t-98.5 -194 q0 -110 91 -183.5t314 -129.5q235 -60 357.5 -162t122.5 -269q0 -174 -142.5 -277t-363.5 -103q-218 -1 -380 109q-158 106 -158 308v12z" />
<glyph unicode="T" horiz-adv-x="1213" d="M45 1354v102h1122v-102h-501v-1354h-120v1354h-501z" />
<glyph unicode="U" horiz-adv-x="1374" d="M167 469v987h120v-987q0 -186 110 -287.5t287 -101.5q180 0 293 101t113 288v987h119v-987q0 -238 -145.5 -364t-379.5 -126q-231 0 -374 126.5t-143 363.5z" />
<glyph unicode="V" horiz-adv-x="1263" d="M32 1456h130l438 -1210l29 -97h6l29 97l437 1210h130l-543 -1456h-113z" />
<glyph unicode="W" horiz-adv-x="1834" d="M57 1456h123l265 -1044l44 -223l6 -1l55 224l308 1044h113l308 -1044l53 -225l6 1l47 224l263 1044h122l-374 -1456h-113l-327 1117l-38 153h-6l-37 -153l-330 -1117h-114z" />
<glyph unicode="X" horiz-adv-x="1256" d="M59 0l500 738l-485 718h145l409 -622l411 622h145l-484 -718l500 -738h-143l-427 642l-426 -642h-145z" />
<glyph unicode="Y" horiz-adv-x="1244" d="M33 1456h139l448 -809l451 809h139l-531 -924v-532h-119v539z" />
<glyph unicode="Z" horiz-adv-x="1224" d="M95 0v92l858 1262h-831v102h977v-87l-861 -1268h893v-101h-1036z" />
<glyph unicode="[" horiz-adv-x="491" d="M163 -312v1976h330v-102h-210v-1772h210v-102h-330z" />
<glyph unicode="\" horiz-adv-x="807" d="M48 1456h117l608 -1581h-117z" />
<glyph unicode="]" horiz-adv-x="491" d="M0 -210h211v1772h-211v102h331v-1976h-331v102z" />
<glyph unicode="^" horiz-adv-x="852" d="M77 729l299 727h90l298 -727h-116l-196 484l-30 106h-6l-30 -106l-193 -484h-116z" />
<glyph unicode="_" horiz-adv-x="884" d="M1 0h881v-101h-881v101z" />
<glyph unicode="`" horiz-adv-x="585" d="M93 1471l2 5h154l202 -266h-117z" />
<glyph unicode="a" horiz-adv-x="1101" d="M103 288q0 150 129.5 240t349.5 90h239v134q0 116 -74.5 182t-208.5 66q-125 0 -207.5 -63t-82.5 -154l-110 1l-2 6v12q0 114 110 204q116 96 297 96q179 0 288 -91t109 -261v-532q0 -57 6.5 -111t21.5 -107h-125q-12 55 -17 95t-5 81q-60 -85 -160 -141t-225 -56 q-158 0 -245.5 84t-87.5 225zM222 284q0 -88 60.5 -143.5t167.5 -55.5q129 0 228 60.5t143 154.5v226h-241q-163 0 -260.5 -69.5t-97.5 -172.5z" />
<glyph unicode="b" d="M157 0v1560h120v-648q54 91 138 140.5t200 49.5q195 0 305 -155.5t110 -414.5v-21q0 -243 -110 -387.5t-303 -144.5q-119 0 -205 47.5t-139 136.5l-13 -163h-103zM277 288q40 -94 119.5 -149.5t197.5 -55.5q157 0 236 116t79 312v21q0 207 -80 336.5t-237 129.5 q-125 0 -201.5 -62t-113.5 -159v-489z" />
<glyph unicode="c" horiz-adv-x="1061" d="M97 520v42q0 236 121 388t340 152q178 0 296 -105q115 -102 115 -265v-11l-2 -6h-107q0 130 -87.5 207.5t-214.5 77.5q-174 0 -257.5 -124.5t-83.5 -313.5v-42q0 -192 83 -316t259 -124q119 0 210 68t91 189h106l2 -6v-11q0 -142 -120 -240q-125 -101 -289 -101 q-221 0 -341.5 151.5t-120.5 389.5z" />
<glyph unicode="d" d="M111 511v21q0 259 109.5 414.5t305.5 155.5q113 0 196 -48t138 -136v642h119v-1560h-106l-10 157q-54 -86 -139 -132t-200 -46q-194 0 -303.5 144.5t-109.5 387.5zM231 511q0 -196 78.5 -312t236.5 -116q116 0 193.5 52t120.5 144v508q-41 94 -116 152.5t-196 58.5 q-158 0 -237.5 -129.5t-79.5 -336.5v-21z" />
<glyph unicode="e" horiz-adv-x="1055" d="M92 509v55q0 232 133.5 385t323.5 153q199 0 313 -126t114 -336v-102h-764v-29q0 -183 97 -306t255 -123q112 0 191 31t135 89l51 -82q-61 -64 -154.5 -101.5t-222.5 -37.5q-203 0 -337.5 150t-134.5 380zM221 644l2 -5h634v30q0 141 -83 236t-225 95q-133 0 -223 -101.5 t-105 -254.5z" />
<glyph unicode="f" horiz-adv-x="673" d="M66 984v98h179v158q0 163 81.5 252t228.5 89q33 0 67 -5t69 -14l-15 -99q-24 6 -49.5 9.5t-59.5 3.5q-98 0 -150 -62t-52 -174v-158h258v-98h-258v-984h-120v984h-179z" />
<glyph unicode="g" horiz-adv-x="1141" d="M111 511v21q0 259 110.5 414.5t307.5 155.5q115 0 199 -50.5t139 -142.5l14 173h101v-1068q0 -209 -115.5 -330t-321.5 -121q-78 0 -166 19t-154 52l31 101q64 -32 135 -48.5t152 -16.5q158 0 238.5 91t80.5 253v136q-55 -82 -139 -126.5t-196 -44.5q-195 0 -305.5 145 t-110.5 387zM231 511q0 -195 80 -311.5t238 -116.5q116 0 193.5 53t119.5 146v502q-39 94 -114.5 154t-196.5 60q-158 0 -239 -130t-81 -336v-21z" />
<glyph unicode="h" d="M158 0v1560h120v-663q54 97 144 151t210 54q171 0 262.5 -106t91.5 -329v-667h-120v669q0 176 -69.5 252.5t-191.5 76.5q-123 0 -205.5 -64.5t-121.5 -171.5v-762h-120z" />
<glyph unicode="i" horiz-adv-x="465" d="M173 0v1082h119v-1082h-119zM173 1392v168h119v-168h-119z" />
<glyph unicode="j" horiz-adv-x="484" d="M-115 -418l13 101q16 -5 44 -10t49 -5q89 0 139 61.5t50 181.5v1171h119v-1171q0 -167 -80 -257.5t-222 -90.5q-30 0 -56.5 5t-55.5 14zM174 1396v164h119v-164h-119z" />
<glyph unicode="k" horiz-adv-x="1006" d="M159 0v1560h120v-930h126l402 452h140l2 -5l-433 -488l478 -584l-3 -5h-137l-437 527h-138v-527h-120z" />
<glyph unicode="l" horiz-adv-x="465" d="M173 0v1560h119v-1560h-119z" />
<glyph unicode="m" horiz-adv-x="1815" d="M152 0v1082h107l11 -179q52 95 138.5 147t206.5 52q124 0 207.5 -60t119.5 -183q49 114 139.5 178.5t220.5 64.5q173 0 267 -115t94 -356v-631h-120v633q0 200 -70.5 282.5t-196.5 82.5q-139 0 -215 -87t-94 -223q0 -7 0.5 -20t0.5 -19v-649h-121v633q0 196 -71.5 280.5 t-196.5 84.5q-127 0 -201.5 -64.5t-104.5 -173.5v-760h-121z" />
<glyph unicode="n" d="M158 0v1082h106l11 -189q52 100 140.5 154.5t209.5 54.5q176 0 268 -107.5t92 -335.5v-659h-120v658q0 186 -69.5 263t-197.5 77q-126 0 -205.5 -66.5t-114.5 -176.5v-755h-120z" />
<glyph unicode="o" d="M91 524v33q0 239 131 392t347 153q217 0 348 -153t131 -392v-33q0 -240 -130.5 -392.5t-346.5 -152.5q-218 0 -349 152.5t-131 392.5zM211 524q0 -188 95 -316t265 -128q167 0 262.5 128t95.5 316v33q0 185 -96 314t-264 129t-263 -129t-95 -314v-33z" />
<glyph unicode="p" d="M157 -416v1498h101l15 -168q54 90 139.5 139t201.5 49q195 0 305 -155.5t110 -414.5v-21q0 -243 -110 -387.5t-303 -144.5q-114 0 -199.5 43t-139.5 123v-561h-120zM277 271q41 -89 118.5 -140t193.5 -51q157 0 238.5 118t81.5 313v21q0 206 -82 336t-240 130 q-121 0 -196.5 -57.5t-113.5 -149.5v-520z" />
<glyph unicode="q" d="M111 511v21q0 259 109.5 414.5t305.5 155.5q111 0 194.5 -46.5t137.5 -132.5l12 159h104v-1498h-119v558q-55 -79 -138 -121t-193 -42q-194 0 -303.5 144.5t-109.5 387.5zM231 511q0 -196 78.5 -313.5t236.5 -117.5q112 0 188.5 50.5t120.5 137.5v530 q-41 89 -116.5 145.5t-190.5 56.5q-158 0 -237.5 -130.5t-79.5 -337.5v-21z" />
<glyph unicode="r" horiz-adv-x="697" d="M158 0v1082h105l15 -180v-12q47 100 126 156t188 56q23 0 44.5 -3.5t35.5 -7.5l-16 -112l-89 6q-113 0 -185.5 -63.5t-103.5 -174.5v-747h-120z" />
<glyph unicode="s" horiz-adv-x="1043" d="M110 297l2 6h110q7 -117 95.5 -170t208.5 -53q130 0 205 57t75 138q0 76 -62.5 133t-225.5 93q-194 42 -286.5 111t-92.5 195q0 124 104.5 209.5t276.5 85.5q183 0 290 -90q102 -86 102 -215v-12l-2 -6h-111q0 89 -75.5 155t-203.5 66q-131 0 -196.5 -56.5t-65.5 -132.5 q0 -75 56.5 -124t225.5 -86q193 -43 289 -117.5t96 -202.5q0 -135 -109.5 -218.5t-289.5 -83.5q-198 0 -310 94q-107 89 -106 211v13z" />
<glyph unicode="t" horiz-adv-x="680" d="M38 984v98h187v277h121v-277h238v-98h-238v-705q0 -106 38.5 -150.5t102.5 -44.5q29 0 56.5 2.5t63.5 8.5l18 -89q-30 -13 -73 -20t-86 -7q-114 0 -177.5 72t-63.5 228v705h-187z" />
<glyph unicode="u" d="M154 455v627h120v-629q0 -198 67.5 -284t191.5 -86q136 0 217 61t113 168v770h120v-1082h-106l-10 177q-52 -95 -140 -146.5t-208 -51.5q-171 0 -268 116t-97 360z" />
<glyph unicode="v" horiz-adv-x="1002" d="M44 1082h124l298 -811l35 -127h6l38 127l294 811h124l-411 -1082h-96z" />
<glyph unicode="w" horiz-adv-x="1550" d="M65 1082h124l202 -731l41 -193h6l51 193l230 731h103l230 -731l52 -198h6l45 198l197 731h124l-315 -1082h-102l-240 740l-47 187h-6l-48 -187l-236 -740h-103z" />
<glyph unicode="x" horiz-adv-x="1002" d="M50 0l383 551l-367 531h141l291 -442l293 442h142l-367 -531l382 -551h-140l-308 461l-308 -461h-142z" />
<glyph unicode="y" horiz-adv-x="1002" d="M35 1082h133l297 -789l38 -129h6l327 918h134l-470 -1255q-42 -110 -109 -187t-196 -77q-21 0 -51 4.5t-44 9.5l14 100q12 -2 38.5 -4.5t38.5 -2.5q78 0 125 55.5t80 142.5l57 146z" />
<glyph unicode="z" horiz-adv-x="1002" d="M90 0v88l652 891h-632v103h783v-89l-655 -892h703v-101h-851z" />
<glyph unicode="{" horiz-adv-x="676" d="M68 543v104q118 0 174.5 67t56.5 190v228q0 171 77.5 290.5t260.5 174.5l26 -79q-127 -41 -185.5 -142t-58.5 -244v-228q0 -110 -45.5 -191t-138.5 -118q93 -39 138.5 -120.5t45.5 -190.5v-226q0 -143 59.5 -241.5t187.5 -140.5l-29 -80q-183 55 -260.5 173.5 t-77.5 288.5v226q0 122 -56.5 190.5t-174.5 68.5z" />
<glyph unicode="|" horiz-adv-x="452" d="M178 -270v1726h101v-1726h-101z" />
<glyph unicode="}" horiz-adv-x="676" d="M9 -324q127 42 187 140.5t60 241.5v226q0 112 47 193t146 117q-99 35 -146 116t-47 194v228q0 144 -58.5 244.5t-185.5 141.5l26 79q182 -55 260 -174.5t78 -290.5v-228q0 -122 56 -189.5t175 -67.5v-104q-119 0 -175 -68.5t-56 -190.5v-226q0 -170 -77.5 -288.5 t-260.5 -173.5z" />
<glyph unicode="~" horiz-adv-x="1402" d="M143 474q0 131 79 222t202 91q87 0 160.5 -37t162.5 -113q63 -57 116.5 -82.5t110.5 -25.5q77 0 131 64t54 162l98 -15q0 -129 -81 -223t-202 -94q-88 0 -160.5 35.5t-160.5 114.5q-64 54 -118.5 80.5t-110.5 26.5q-79 0 -131.5 -60.5t-52.5 -160.5z" />
<glyph unicode="&#xa1;" horiz-adv-x="452" d="M145 898v184h142v-184h-142zM156 -374v978h120v-978h-120z" />
<glyph unicode="&#xa2;" horiz-adv-x="1115" d="M122 520v42q0 217 103 364.5t292 171.5v220h120v-219q158 -17 259.5 -119t98.5 -259l-3 -6h-107q0 130 -87.5 207.5t-214.5 77.5q-174 0 -257.5 -124.5t-83.5 -313.5v-42q0 -192 83 -316t259 -124q119 0 210 68t91 189h107l2 -6q4 -137 -102 -234t-255 -115v-227h-120 v228q-190 23 -292.5 170.5t-102.5 366.5z" />
<glyph unicode="&#xa3;" horiz-adv-x="1170" d="M67 642v102h203l-11 296q0 204 106 320.5t284 116.5q187 0 281 -103.5t91 -277.5l-3 -6h-112q0 148 -68.5 216.5t-188.5 68.5q-125 0 -197.5 -88t-72.5 -247l11 -296h450v-102h-447l7 -176q0 -107 -25.5 -204t-71.5 -161h769v-101h-941v101h10q70 15 105 130t35 235 l-7 176h-207z" />
<glyph unicode="&#xa4;" horiz-adv-x="1481" d="M109 60l159 161q-60 81 -92 179t-32 208q0 112 34.5 214t98.5 184l-168 171l85 87l167 -170q78 67 175 103.5t204 36.5q106 0 203 -37.5t176 -104.5l170 173l86 -88l-171 -175q62 -82 96 -182.5t34 -211.5q0 -108 -32 -206t-90 -178l163 -164l-86 -87l-158 160 q-80 -74 -180.5 -113.5t-210.5 -39.5q-111 0 -211.5 39.5t-179.5 112.5l-155 -158zM257 608q0 -215 141.5 -366t341.5 -151q198 0 339.5 151t141.5 366q0 213 -141.5 363.5t-339.5 150.5q-200 0 -341.5 -150.5t-141.5 -363.5z" />
<glyph unicode="&#xa5;" horiz-adv-x="1223" d="M45 1456h139l423 -723l424 723h139l-455 -751h371v-102h-421v-175h421v-102h-421v-326h-119v326h-416v102h416v175h-416v102h370z" />
<glyph unicode="&#xa6;" horiz-adv-x="444" d="M159 -270v771h120v-771h-120zM159 698v758h120v-758h-120z" />
<glyph unicode="&#xa7;" horiz-adv-x="1239" d="M108 -70l2 6l112 2q0 -173 113 -252t271 -79q163 0 255.5 70.5t92.5 181.5q0 106 -77 166t-292 121q-243 61 -360 149.5t-117 255.5q0 98 58.5 169t164.5 105q-90 49 -134 119.5t-44 175.5q0 161 128 259t343 98q222 0 346.5 -111.5t120.5 -313.5l-2 -6h-112 q0 141 -94 235t-259 94q-173 0 -262 -71t-89 -181q0 -114 74 -173t299 -122q247 -65 360 -148.5t113 -248.5q0 -98 -61 -168.5t-171 -103.5q94 -50 141 -120.5t47 -177.5q0 -166 -127.5 -261t-341.5 -95q-213 0 -358 102.5t-140 322.5zM228 553q0 -116 79 -175t323 -127 q34 -10 65 -19t60 -18q115 13 179.5 71.5t64.5 142.5q0 108 -85 170.5t-318 130.5q-40 9 -75.5 19.5t-66.5 22.5q-112 -14 -169 -73t-57 -145z" />
<glyph unicode="&#xa8;" horiz-adv-x="959" d="M162 1299v157h174v-157h-174zM632 1299v157h173v-157h-173z" />
<glyph unicode="&#xa9;" horiz-adv-x="1637" d="M107 729q0 315 207 531t503 216q295 0 502 -216t207 -531q0 -316 -207.5 -533t-501.5 -217q-296 0 -503 217t-207 533zM192 729q0 -279 182.5 -471.5t442.5 -192.5q257 0 440.5 192.5t183.5 471.5q0 277 -183 468.5t-441 191.5q-260 0 -442.5 -191.5t-182.5 -468.5z M474 669v119q0 172 91 279.5t242 107.5q147 0 230 -79t79 -228l-2 -6h-91q0 113 -55 168t-161 55q-110 0 -172 -83.5t-62 -212.5v-120q0 -132 61.5 -214.5t172.5 -82.5q107 0 161 54t54 170h91l2 -6q4 -150 -78.5 -229t-229.5 -79q-151 0 -242 106.5t-91 280.5z" />
<glyph unicode="&#xaa;" horiz-adv-x="906" d="M135 920q0 105 79 163t229 58h182v61q0 85 -41 131.5t-120 46.5q-92 0 -142.5 -37.5t-50.5 -108.5l-99 9l-2 6q-5 98 77 163t217 65q123 0 196.5 -71.5t73.5 -204.5v-314q0 -48 6 -92.5t20 -88.5h-111q-9 25 -14.5 52.5t-7.5 55.5q-37 -53 -98.5 -87.5t-144.5 -34.5 q-119 0 -184 61t-65 167zM243 924q0 -66 39.5 -101.5t121.5 -35.5q70 0 135.5 38t85.5 85v147h-181q-96 0 -148.5 -38.5t-52.5 -94.5z" />
<glyph unicode="&#xab;" horiz-adv-x="933" d="M123 541v19l295 379h105l-276 -389l276 -388h-105zM432 541v19l295 379h105l-276 -389l276 -388h-105z" />
<glyph unicode="&#xac;" horiz-adv-x="1117" d="M124 670v106h812v-390h-120v284h-692z" />
<glyph unicode="&#xad;" horiz-adv-x="586" d="M49 570v101h479v-101h-479z" />
<glyph unicode="&#xae;" horiz-adv-x="1642" d="M102 729q0 315 207 531t503 216q295 0 502.5 -216t207.5 -531q0 -316 -207.5 -533t-502.5 -217q-296 0 -503 217t-207 533zM187 729q0 -279 183 -471.5t442 -192.5q258 0 441 192.5t183 471.5q0 277 -183 468.5t-441 191.5q-259 0 -442 -191.5t-183 -468.5zM552 316v850 h258q147 0 226 -63t79 -185q0 -68 -36.5 -117.5t-104.5 -79.5q68 -25 98 -78t30 -128v-56q0 -40 4 -73t13 -54v-16h-102q-10 21 -12 61.5t-2 82.5v54q0 84 -38 121t-127 37h-188v-356h-98zM650 763h181q79 0 132.5 40.5t53.5 112.5q0 85 -46 122t-161 37h-160v-312z" />
<glyph unicode="&#xaf;" horiz-adv-x="874" d="M106 1359v97h670v-97h-670z" />
<glyph unicode="&#xb0;" horiz-adv-x="774" d="M143 1227q0 102 72 176t173 74q99 0 170.5 -74t71.5 -176q0 -104 -71 -175.5t-171 -71.5q-101 0 -173 72t-72 175zM233 1227q0 -68 44.5 -112t110.5 -44q65 0 108.5 44t43.5 112t-43.5 113.5t-108.5 45.5q-66 0 -110.5 -46t-44.5 -113z" />
<glyph unicode="&#xb1;" horiz-adv-x="1086" d="M85 728v101h414v438h110v-438h392v-101h-392v-439h-110v439h-414zM193 48v102h835v-102h-835z" />
<glyph unicode="&#xb2;" horiz-adv-x="835" d="M118 667v90l315 282q77 71 104 115.5t27 91.5q0 64 -39 103t-118 39q-87 0 -134 -42t-47 -108h-100l-2 6q-6 97 72.5 166t210.5 69q124 0 195 -60.5t71 -173.5q0 -75 -47 -136t-150 -158l-214 -188l2 -6h423v-90h-569z" />
<glyph unicode="&#xb3;" horiz-adv-x="852" d="M120 882l2 6h101q0 -63 51 -103t135 -40q90 0 140.5 38t50.5 103q0 75 -46.5 109.5t-139.5 34.5h-122v89h122q88 0 130.5 35t42.5 99q0 59 -45 96.5t-133 37.5q-75 0 -124.5 -35.5t-49.5 -93.5h-99l-2 6q-6 94 74.5 154t200.5 60q132 0 209 -58.5t77 -166.5 q0 -58 -35.5 -105t-98.5 -72q72 -22 110 -70.5t38 -119.5q0 -109 -83.5 -170t-216.5 -61q-121 0 -207.5 58.5t-81.5 168.5z" />
<glyph unicode="&#xb4;" horiz-adv-x="576" d="M116 1212l207 266h147l3 -6l-249 -260h-108z" />
<glyph unicode="&#xb5;" d="M162 -416v1498h119v-633q0 -207 71 -288t192 -81q137 0 212 59.5t103 170.5v772h120v-1082h-103l-11 155q-48 -85 -126 -130.5t-187 -45.5q-88 0 -157 30t-114 96v-521h-119z" />
<glyph unicode="&#xb6;" horiz-adv-x="973" d="M82 988q0 207 129.5 337.5t362.5 130.5h226v-1456h-120v520h-106q-233 0 -362.5 129.5t-129.5 338.5z" />
<glyph unicode="&#xb7;" horiz-adv-x="503" d="M166 624v180h155v-180h-155z" />
<glyph unicode="&#xb8;" horiz-adv-x="498" d="M98 -357q90 0 151.5 30.5t61.5 89.5q0 57 -41.5 79.5t-145.5 30.5l29 127h93l-12 -64q79 -9 127.5 -48.5t48.5 -122.5q0 -91 -79 -145.5t-226 -54.5z" />
<glyph unicode="&#xb9;" horiz-adv-x="511" d="M87 1361v93l257 23v-812h-109v703z" />
<glyph unicode="&#xba;" horiz-adv-x="922" d="M135 1026v116q0 148 87.5 241.5t235.5 93.5t236 -93.5t88 -241.5v-116q0 -149 -87.5 -241.5t-234.5 -92.5q-149 0 -237 92.5t-88 241.5zM243 1026q0 -107 54.5 -173t162.5 -66q103 0 158.5 66.5t55.5 172.5v116q0 104 -56 171t-160 67t-159.5 -67t-55.5 -171v-116z" />
<glyph unicode="&#xbb;" horiz-adv-x="928" d="M130 162l276 388l-276 389h105l295 -379v-19l-295 -379h-105zM445 162l276 388l-276 389h105l295 -379v-19l-295 -379h-105z" />
<glyph unicode="&#xbc;" horiz-adv-x="1561" d="M160 1360v93l257 23v-812h-109v703zM326 177l711 1138l74 -48l-711 -1138zM771 237l429 564h113v-541h153v-90h-153v-170h-108v170h-430zM900 260h305v402l-6 1l-25 -43z" />
<glyph unicode="&#xbd;" horiz-adv-x="1567" d="M160 1360v93l257 23v-812h-109v703zM338 177l711 1138l74 -48l-711 -1138zM912 0v90l315 282q77 71 104 115.5t27 91.5q0 64 -39 103t-118 39q-87 0 -134 -42t-47 -108h-100l-2 6q-6 97 72.5 166t210.5 69q124 0 195 -60.5t71 -173.5q0 -75 -47 -136t-150 -158l-214 -188 l2 -6h423v-90h-569z" />
<glyph unicode="&#xbe;" horiz-adv-x="1712" d="M145 883l2 6h101q0 -63 51 -103t135 -40q90 0 140.5 38t50.5 103q0 75 -46.5 109.5t-139.5 34.5h-122v89h122q88 0 130.5 35t42.5 99q0 59 -45 96.5t-133 37.5q-75 0 -124.5 -35.5t-49.5 -93.5h-99l-2 6q-6 94 74.5 154t200.5 60q132 0 209 -58.5t77 -166.5 q0 -58 -35.5 -105t-98.5 -72q72 -22 110 -70.5t38 -119.5q0 -109 -83.5 -170t-216.5 -61q-121 0 -207.5 58.5t-81.5 168.5zM533 177l711 1138l74 -48l-711 -1138zM980 237l429 564h113v-541h153v-90h-153v-170h-108v170h-430zM1109 260h305v402l-6 1l-25 -43z" />
<glyph unicode="&#xbf;" horiz-adv-x="958" d="M108 -20q0 133 66 237.5t189 219.5q61 52 75 98.5t14 142.5h120q-2 -131 -23.5 -183t-113.5 -136q-109 -113 -158 -188.5t-49 -189.5q0 -128 67.5 -198t194.5 -70q117 0 189 68.5t74 185.5h112l2 -6q2 -165 -105 -260t-272 -95q-180 0 -281 101t-101 273zM436 928v155 h139v-155h-139z" />
<glyph unicode="&#xc0;" horiz-adv-x="1279" d="M32 0l553 1456h113l549 -1456h-124l-150 406h-667l-150 -406h-124zM346 513h588l-290 788h-6zM370 1822l2 5h154l202 -266h-117z" />
<glyph unicode="&#xc1;" horiz-adv-x="1279" d="M32 0l553 1456h113l549 -1456h-124l-150 406h-667l-150 -406h-124zM346 513h588l-290 788h-6zM583 1557l207 266h147l3 -6l-249 -260h-108z" />
<glyph unicode="&#xc2;" horiz-adv-x="1279" d="M32 0l553 1456h113l549 -1456h-124l-150 406h-667l-150 -406h-124zM346 513h588l-290 788h-6zM382 1601v21l227 221h98l230 -224v-18h-112l-167 168l-166 -168h-110z" />
<glyph unicode="&#xc3;" horiz-adv-x="1279" d="M32 0l553 1456h113l549 -1456h-124l-150 406h-667l-150 -406h-124zM313 1622q0 86 54 144.5t137 58.5q65 0 147 -55t135 -55q46 0 79 36t33 91l80 -20q0 -88 -55 -146t-137 -58q-74 0 -151 55t-131 55q-47 0 -79 -35t-32 -89zM346 513h588l-290 788h-6z" />
<glyph unicode="&#xc4;" horiz-adv-x="1279" d="M32 0l553 1456h113l549 -1456h-124l-150 406h-667l-150 -406h-124zM341 1641v157h174v-157h-174zM346 513h588l-290 788h-6zM811 1641v157h173v-157h-173z" />
<glyph unicode="&#xc5;" horiz-adv-x="1279" d="M32 0l553 1456h113l549 -1456h-124l-150 406h-667l-150 -406h-124zM346 513h588l-290 788h-6zM487 1730q0 69 49.5 117.5t119.5 48.5q68 0 117 -48.5t49 -117.5q0 -71 -48.5 -117t-117.5 -46q-71 0 -120 46t-49 117zM565 1730q0 -39 26.5 -65t64.5 -26q37 0 62.5 25.5 t25.5 65.5t-25.5 66.5t-62.5 26.5q-38 0 -64.5 -27t-26.5 -66z" />
<glyph unicode="&#xc6;" horiz-adv-x="1865" d="M17 0l881 1456h864v-102h-694l23 -545h589v-102h-585l26 -606h702v-101h-817l-17 389h-597l-229 -389h-146zM459 502h526l-35 839l-6 1l-15 -44z" />
<glyph unicode="&#xc7;" horiz-adv-x="1313" d="M132 609v237q0 278 149 454.5t392 176.5q232 0 368 -123t155 -346l-2 -6h-112q-24 181 -124.5 277t-284.5 96q-191 0 -306.5 -148t-115.5 -379v-239q0 -234 115.5 -381.5t306.5 -147.5q184 0 285 94t124 281h112l2 -6q-19 -219 -156 -344.5t-367 -125.5 q-243 0 -392 175.5t-149 454.5zM580 -365q90 0 151.5 30.5t61.5 89.5q0 57 -41.5 79.5t-145.5 30.5l29 127h93l-12 -64q79 -9 127.5 -48.5t48.5 -122.5q0 -91 -79 -145.5t-226 -54.5z" />
<glyph unicode="&#xc8;" horiz-adv-x="1180" d="M191 0v1456h917v-102h-798v-547h701v-102h-701v-604h803v-101h-922zM335 1822l2 5h154l202 -266h-117z" />
<glyph unicode="&#xc9;" horiz-adv-x="1180" d="M191 0v1456h917v-102h-798v-547h701v-102h-701v-604h803v-101h-922zM548 1557l207 266h147l3 -6l-249 -260h-108z" />
<glyph unicode="&#xca;" horiz-adv-x="1180" d="M191 0v1456h917v-102h-798v-547h701v-102h-701v-604h803v-101h-922zM347 1601v21l227 221h98l230 -224v-18h-112l-167 168l-166 -168h-110z" />
<glyph unicode="&#xcb;" horiz-adv-x="1180" d="M191 0v1456h917v-102h-798v-547h701v-102h-701v-604h803v-101h-922zM306 1641v157h174v-157h-174zM776 1641v157h173v-157h-173z" />
<glyph unicode="&#xcc;" horiz-adv-x="554" d="M-9 1822l2 5h154l202 -266h-117zM217 0v1456h120v-1456h-120z" />
<glyph unicode="&#xcd;" horiz-adv-x="554" d="M202 1557l207 266h147l3 -6l-249 -260h-108zM217 0v1456h120v-1456h-120z" />
<glyph unicode="&#xce;" horiz-adv-x="554" d="M3 1601v21l227 221h98l230 -224v-18h-112l-167 168l-166 -168h-110zM217 0v1456h120v-1456h-120z" />
<glyph unicode="&#xcf;" horiz-adv-x="554" d="M-38 1641v157h174v-157h-174zM217 0v1456h120v-1456h-120zM432 1641v157h173v-157h-173z" />
<glyph unicode="&#xd0;" horiz-adv-x="1374" d="M68 689v102h153v665h423q267 0 441 -178t174 -457v-187q0 -280 -174 -457t-441 -177h-423v689h-153zM340 101h304q216 0 355.5 151t139.5 382v190q0 228 -140 379t-355 151h-304v-563h340v-102h-340v-588z" />
<glyph unicode="&#xd1;" horiz-adv-x="1454" d="M191 0v1456h120l827 -1250l6 1v1249h119v-1456h-119l-827 1252l-6 -1v-1251h-120zM382 1622q0 86 54 144.5t137 58.5q65 0 147 -55t135 -55q46 0 79 36t33 91l80 -20q0 -88 -55 -146t-137 -58q-74 0 -151 55t-131 55q-47 0 -79 -35t-32 -89z" />
<glyph unicode="&#xd2;" horiz-adv-x="1378" d="M124 609v237q0 281 152 456t408 175q260 0 415 -175t155 -456v-237q0 -282 -154.5 -456t-414.5 -174q-256 0 -408.5 174t-152.5 456zM244 609q0 -238 116.5 -382t324.5 -144q213 0 331.5 143.5t118.5 382.5v239q0 236 -119.5 380t-331.5 144q-208 0 -324 -144t-116 -380 v-239zM398 1843l2 5h154l202 -266h-117z" />
<glyph unicode="&#xd3;" horiz-adv-x="1378" d="M124 609v237q0 281 152 456t408 175q260 0 415 -175t155 -456v-237q0 -282 -154.5 -456t-414.5 -174q-256 0 -408.5 174t-152.5 456zM244 609q0 -238 116.5 -382t324.5 -144q213 0 331.5 143.5t118.5 382.5v239q0 236 -119.5 380t-331.5 144q-208 0 -324 -144t-116 -380 v-239zM611 1578l207 266h147l3 -6l-249 -260h-108z" />
<glyph unicode="&#xd4;" horiz-adv-x="1378" d="M124 609v237q0 281 152 456t408 175q260 0 415 -175t155 -456v-237q0 -282 -154.5 -456t-414.5 -174q-256 0 -408.5 174t-152.5 456zM244 609q0 -238 116.5 -382t324.5 -144q213 0 331.5 143.5t118.5 382.5v239q0 236 -119.5 380t-331.5 144q-208 0 -324 -144t-116 -380 v-239zM410 1622v21l227 221h98l230 -224v-18h-112l-167 168l-166 -168h-110z" />
<glyph unicode="&#xd5;" horiz-adv-x="1378" d="M124 609v237q0 281 152 456t408 175q260 0 415 -175t155 -456v-237q0 -282 -154.5 -456t-414.5 -174q-256 0 -408.5 174t-152.5 456zM244 609q0 -238 116.5 -382t324.5 -144q213 0 331.5 143.5t118.5 382.5v239q0 236 -119.5 380t-331.5 144q-208 0 -324 -144t-116 -380 v-239zM341 1643q0 86 54 144.5t137 58.5q65 0 147 -55t135 -55q46 0 79 36t33 91l80 -20q0 -88 -55 -146t-137 -58q-74 0 -151 55t-131 55q-47 0 -79 -35t-32 -89z" />
<glyph unicode="&#xd6;" horiz-adv-x="1378" d="M124 609v237q0 281 152 456t408 175q260 0 415 -175t155 -456v-237q0 -282 -154.5 -456t-414.5 -174q-256 0 -408.5 174t-152.5 456zM244 609q0 -238 116.5 -382t324.5 -144q213 0 331.5 143.5t118.5 382.5v239q0 236 -119.5 380t-331.5 144q-208 0 -324 -144t-116 -380 v-239zM369 1662v157h174v-157h-174zM839 1662v157h173v-157h-173z" />
<glyph unicode="&#xd7;" horiz-adv-x="1072" d="M93 318l358 365l-343 350l79 80l342 -350l343 350l79 -80l-343 -350l358 -365l-79 -79l-358 364l-357 -364z" />
<glyph unicode="&#xd8;" horiz-adv-x="1379" d="M124 609v237q0 281 152 456t408 175q109 0 201.5 -33t165.5 -95l96 156h104l-136 -222q67 -84 103 -195.5t36 -241.5v-237q0 -282 -154.5 -456t-414.5 -174q-92 0 -171.5 23.5t-144.5 68.5l-96 -155h-104l131 212q-86 84 -131 207.5t-45 273.5zM244 609 q0 -118 29.5 -214.5t85.5 -160.5l6 -1l627 1021q-58 57 -135.5 87.5t-172.5 30.5q-208 0 -324 -144t-116 -380v-239zM426 164q51 -40 116.5 -60.5t142.5 -20.5q213 0 331.5 143.5t118.5 382.5v239q0 97 -21.5 180.5t-60.5 144.5h-6z" />
<glyph unicode="&#xd9;" horiz-adv-x="1374" d="M167 469v987h120v-987q0 -186 110 -287.5t287 -101.5q180 0 293 101t113 288v987h119v-987q0 -238 -145.5 -364t-379.5 -126q-231 0 -374 126.5t-143 363.5zM409 1822l2 5h154l202 -266h-117z" />
<glyph unicode="&#xda;" horiz-adv-x="1374" d="M167 469v987h120v-987q0 -186 110 -287.5t287 -101.5q180 0 293 101t113 288v987h119v-987q0 -238 -145.5 -364t-379.5 -126q-231 0 -374 126.5t-143 363.5zM622 1557l207 266h147l3 -6l-249 -260h-108z" />
<glyph unicode="&#xdb;" horiz-adv-x="1374" d="M167 469v987h120v-987q0 -186 110 -287.5t287 -101.5q180 0 293 101t113 288v987h119v-987q0 -238 -145.5 -364t-379.5 -126q-231 0 -374 126.5t-143 363.5zM421 1601v21l227 221h98l230 -224v-18h-112l-167 168l-166 -168h-110z" />
<glyph unicode="&#xdc;" horiz-adv-x="1374" d="M167 469v987h120v-987q0 -186 110 -287.5t287 -101.5q180 0 293 101t113 288v987h119v-987q0 -238 -145.5 -364t-379.5 -126q-231 0 -374 126.5t-143 363.5zM380 1641v157h174v-157h-174zM850 1641v157h173v-157h-173z" />
<glyph unicode="&#xdd;" horiz-adv-x="1244" d="M33 1456h139l448 -809l451 809h139l-531 -924v-532h-119v539zM545 1550l207 266h147l3 -6l-249 -260h-108z" />
<glyph unicode="&#xde;" horiz-adv-x="1214" d="M183 0v1456h120v-304h324q221 0 345 -115.5t124 -298.5q0 -185 -124 -299.5t-345 -114.5h-324v-324h-120zM303 425h324q173 0 261 92t88 219q0 130 -88 222.5t-261 92.5h-324v-626z" />
<glyph unicode="&#xdf;" horiz-adv-x="1200" d="M151 0v1082q0 204 102.5 317t273.5 113q140 0 232 -79.5t92 -222.5q0 -109 -61.5 -215.5t-61.5 -184.5q0 -86 184 -228t184 -287q0 -153 -110 -234.5t-266 -81.5q-86 0 -176.5 23.5t-129.5 56.5l34 101q41 -31 114.5 -55.5t143.5 -24.5q125 0 197.5 60t72.5 155 q0 99 -184 240.5t-184 276.5q0 93 63 201.5t63 190.5q0 92 -60 149.5t-137 57.5q-121 0 -193.5 -85.5t-72.5 -243.5v-1082h-120z" />
<glyph unicode="&#xe0;" horiz-adv-x="1101" d="M103 288q0 150 129.5 240t349.5 90h239v134q0 116 -74.5 182t-208.5 66q-125 0 -207.5 -63t-82.5 -154l-110 1l-2 6q-6 121 110.5 216.5t296.5 95.5q179 0 288 -91t109 -261v-532q0 -57 6.5 -111t21.5 -107h-125q-12 55 -17 95t-5 81q-60 -85 -160 -141t-225 -56 q-158 0 -245.5 84t-87.5 225zM222 284q0 -88 60.5 -143.5t167.5 -55.5q129 0 228 60.5t143 154.5v226h-241q-163 0 -260.5 -69.5t-97.5 -172.5zM255 1501l2 5h154l202 -266h-117z" />
<glyph unicode="&#xe1;" horiz-adv-x="1101" d="M103 288q0 150 129.5 240t349.5 90h239v134q0 116 -74.5 182t-208.5 66q-125 0 -207.5 -63t-82.5 -154l-110 1l-2 6q-6 121 110.5 216.5t296.5 95.5q179 0 288 -91t109 -261v-532q0 -57 6.5 -111t21.5 -107h-125q-12 55 -17 95t-5 81q-60 -85 -160 -141t-225 -56 q-158 0 -245.5 84t-87.5 225zM222 284q0 -88 60.5 -143.5t167.5 -55.5q129 0 228 60.5t143 154.5v226h-241q-163 0 -260.5 -69.5t-97.5 -172.5zM468 1236l207 266h147l3 -6l-249 -260h-108z" />
<glyph unicode="&#xe2;" horiz-adv-x="1101" d="M103 288q0 150 129.5 240t349.5 90h239v134q0 116 -74.5 182t-208.5 66q-125 0 -207.5 -63t-82.5 -154l-110 1l-2 6q-6 121 110.5 216.5t296.5 95.5q179 0 288 -91t109 -261v-532q0 -57 6.5 -111t21.5 -107h-125q-12 55 -17 95t-5 81q-60 -85 -160 -141t-225 -56 q-158 0 -245.5 84t-87.5 225zM222 284q0 -88 60.5 -143.5t167.5 -55.5q129 0 228 60.5t143 154.5v226h-241q-163 0 -260.5 -69.5t-97.5 -172.5zM267 1280v21l227 221h98l230 -224v-18h-112l-167 168l-166 -168h-110z" />
<glyph unicode="&#xe3;" horiz-adv-x="1101" d="M103 288q0 150 129.5 240t349.5 90h239v134q0 116 -74.5 182t-208.5 66q-125 0 -207.5 -63t-82.5 -154l-110 1l-2 6q-6 121 110.5 216.5t296.5 95.5q179 0 288 -91t109 -261v-532q0 -57 6.5 -111t21.5 -107h-125q-12 55 -17 95t-5 81q-60 -85 -160 -141t-225 -56 q-158 0 -245.5 84t-87.5 225zM198 1301q0 86 54 144.5t137 58.5q65 0 147 -55t135 -55q46 0 79 36t33 91l80 -20q0 -88 -55 -146t-137 -58q-74 0 -151 55t-131 55q-47 0 -79 -35t-32 -89zM222 284q0 -88 60.5 -143.5t167.5 -55.5q129 0 228 60.5t143 154.5v226h-241 q-163 0 -260.5 -69.5t-97.5 -172.5z" />
<glyph unicode="&#xe4;" horiz-adv-x="1101" d="M103 288q0 150 129.5 240t349.5 90h239v134q0 116 -74.5 182t-208.5 66q-125 0 -207.5 -63t-82.5 -154l-110 1l-2 6q-6 121 110.5 216.5t296.5 95.5q179 0 288 -91t109 -261v-532q0 -57 6.5 -111t21.5 -107h-125q-12 55 -17 95t-5 81q-60 -85 -160 -141t-225 -56 q-158 0 -245.5 84t-87.5 225zM222 284q0 -88 60.5 -143.5t167.5 -55.5q129 0 228 60.5t143 154.5v226h-241q-163 0 -260.5 -69.5t-97.5 -172.5zM226 1320v157h174v-157h-174zM696 1320v157h173v-157h-173z" />
<glyph unicode="&#xe5;" horiz-adv-x="1101" d="M103 288q0 150 129.5 240t349.5 90h239v134q0 116 -74.5 182t-208.5 66q-125 0 -207.5 -63t-82.5 -154l-110 1l-2 6q-6 121 110.5 216.5t296.5 95.5q179 0 288 -91t109 -261v-532q0 -57 6.5 -111t21.5 -107h-125q-12 55 -17 95t-5 81q-60 -85 -160 -141t-225 -56 q-158 0 -245.5 84t-87.5 225zM222 284q0 -88 60.5 -143.5t167.5 -55.5q129 0 228 60.5t143 154.5v226h-241q-163 0 -260.5 -69.5t-97.5 -172.5zM372 1409q0 69 49.5 117.5t119.5 48.5q68 0 117 -48.5t49 -117.5q0 -71 -48.5 -117t-117.5 -46q-71 0 -120 46t-49 117z M450 1409q0 -39 26.5 -65t64.5 -26q37 0 62.5 25.5t25.5 65.5t-25.5 66.5t-62.5 26.5q-38 0 -64.5 -27t-26.5 -66z" />
<glyph unicode="&#xe6;" horiz-adv-x="1732" d="M77 293q0 158 113 248.5t326 90.5h262v88q0 134 -63 207t-187 73q-135 0 -213.5 -67t-78.5 -168l-110 12l-2 6q-5 138 106.5 228.5t297.5 90.5q124 0 212.5 -54t128.5 -157q61 99 156.5 155t209.5 56q200 0 311.5 -124t111.5 -340v-100h-754v-29q0 -191 89.5 -310 t271.5 -119q103 0 181.5 32.5t142.5 86.5l47 -87q-60 -55 -148.5 -94t-222.5 -39q-138 0 -241 55.5t-163 157.5q-49 -87 -159.5 -150t-269.5 -63q-170 0 -262.5 84.5t-92.5 229.5zM197 289q0 -97 65 -153.5t187 -56.5q102 0 197.5 53.5t131.5 115.5v288h-260 q-155 0 -238 -71t-83 -176zM912 641l2 -5h625v31q0 146 -77.5 239.5t-226.5 93.5q-138 0 -224 -101.5t-99 -257.5z" />
<glyph unicode="&#xe7;" horiz-adv-x="1061" d="M97 520v42q0 236 121 388t340 152q178 0 296.5 -105t114.5 -276l-2 -6h-107q0 130 -87.5 207.5t-214.5 77.5q-174 0 -257.5 -124.5t-83.5 -313.5v-42q0 -192 83 -316t259 -124q119 0 210 68t91 189h106l2 -6q5 -150 -120 -251t-289 -101q-221 0 -341.5 151.5 t-120.5 389.5zM444 -365q90 0 151.5 30.5t61.5 89.5q0 57 -41.5 79.5t-145.5 30.5l29 127h93l-12 -64q79 -9 127.5 -48.5t48.5 -122.5q0 -91 -79 -145.5t-226 -54.5z" />
<glyph unicode="&#xe8;" horiz-adv-x="1055" d="M92 509v55q0 232 133.5 385t323.5 153q199 0 313 -126t114 -336v-102h-764v-29q0 -183 97 -306t255 -123q112 0 191 31t135 89l51 -82q-61 -64 -154.5 -101.5t-222.5 -37.5q-203 0 -337.5 150t-134.5 380zM221 644l2 -5h634v30q0 141 -83 236t-225 95q-133 0 -223 -101.5 t-105 -254.5zM274 1501l2 5h154l202 -266h-117z" />
<glyph unicode="&#xe9;" horiz-adv-x="1055" d="M92 509v55q0 232 133.5 385t323.5 153q199 0 313 -126t114 -336v-102h-764v-29q0 -183 97 -306t255 -123q112 0 191 31t135 89l51 -82q-61 -64 -154.5 -101.5t-222.5 -37.5q-203 0 -337.5 150t-134.5 380zM221 644l2 -5h634v30q0 141 -83 236t-225 95q-133 0 -223 -101.5 t-105 -254.5zM487 1236l207 266h147l3 -6l-249 -260h-108z" />
<glyph unicode="&#xea;" horiz-adv-x="1055" d="M92 509v55q0 232 133.5 385t323.5 153q199 0 313 -126t114 -336v-102h-764v-29q0 -183 97 -306t255 -123q112 0 191 31t135 89l51 -82q-61 -64 -154.5 -101.5t-222.5 -37.5q-203 0 -337.5 150t-134.5 380zM221 644l2 -5h634v30q0 141 -83 236t-225 95q-133 0 -223 -101.5 t-105 -254.5zM286 1280v21l227 221h98l230 -224v-18h-112l-167 168l-166 -168h-110z" />
<glyph unicode="&#xeb;" horiz-adv-x="1055" d="M92 509v55q0 232 133.5 385t323.5 153q199 0 313 -126t114 -336v-102h-764v-29q0 -183 97 -306t255 -123q112 0 191 31t135 89l51 -82q-61 -64 -154.5 -101.5t-222.5 -37.5q-203 0 -337.5 150t-134.5 380zM221 644l2 -5h634v30q0 141 -83 236t-225 95q-133 0 -223 -101.5 t-105 -254.5zM245 1320v157h174v-157h-174zM715 1320v157h173v-157h-173z" />
<glyph unicode="&#xec;" horiz-adv-x="456" d="M-58 1479l2 5h154l202 -266h-117zM168 0v1082h120v-1082h-120z" />
<glyph unicode="&#xed;" horiz-adv-x="456" d="M153 1214l207 266h147l3 -6l-249 -260h-108zM168 0v1082h120v-1082h-120z" />
<glyph unicode="&#xee;" horiz-adv-x="456" d="M-46 1258v21l227 221h98l230 -224v-18h-112l-167 168l-166 -168h-110zM168 0v1082h120v-1082h-120z" />
<glyph unicode="&#xef;" horiz-adv-x="456" d="M-87 1299v157h174v-157h-174zM168 0v1082h120v-1082h-120zM383 1299v157h173v-157h-173z" />
<glyph unicode="&#xf0;" horiz-adv-x="1191" d="M99 455q0 235 130 372.5t348 137.5q104 0 193 -40t143 -107l4 5q-18 131 -68 234t-126 182l-308 -176l-50 74l287 164q-45 33 -94.5 61t-103.5 51l39 104q77 -30 144 -68t124 -85l257 147l51 -74l-241 -138q111 -120 169 -288.5t58 -387.5v-88q0 -245 -137 -400.5 t-344 -155.5q-208 0 -341.5 137t-133.5 339zM219 455q0 -149 97 -261t262 -112q158 0 257.5 127.5t99.5 325.5v90q0 9 -0.5 27.5t-0.5 28.5q-38 76 -128 128t-229 52q-173 0 -265.5 -115t-92.5 -291z" />
<glyph unicode="&#xf1;" d="M158 0v1082h106l11 -189q52 100 140.5 154.5t209.5 54.5q176 0 268 -107.5t92 -335.5v-659h-120v658q0 186 -69.5 263t-197.5 77q-126 0 -205.5 -66.5t-114.5 -176.5v-755h-120zM233 1300q0 86 54 144.5t137 58.5q65 0 147 -55t135 -55q46 0 79 36t33 91l80 -20 q0 -88 -55 -146t-137 -58q-74 0 -151 55t-131 55q-47 0 -79 -35t-32 -89z" />
<glyph unicode="&#xf2;" d="M91 524v33q0 239 131 392t347 153q217 0 348 -153t131 -392v-33q0 -240 -130.5 -392.5t-346.5 -152.5q-218 0 -349 152.5t-131 392.5zM211 524q0 -188 95 -316t265 -128q167 0 262.5 128t95.5 316v33q0 185 -96 314t-264 129t-263 -129t-95 -314v-33zM294 1500l2 5h154 l202 -266h-117z" />
<glyph unicode="&#xf3;" d="M91 524v33q0 239 131 392t347 153q217 0 348 -153t131 -392v-33q0 -240 -130.5 -392.5t-346.5 -152.5q-218 0 -349 152.5t-131 392.5zM211 524q0 -188 95 -316t265 -128q167 0 262.5 128t95.5 316v33q0 185 -96 314t-264 129t-263 -129t-95 -314v-33zM507 1235l207 266 h147l3 -6l-249 -260h-108z" />
<glyph unicode="&#xf4;" d="M91 524v33q0 239 131 392t347 153q217 0 348 -153t131 -392v-33q0 -240 -130.5 -392.5t-346.5 -152.5q-218 0 -349 152.5t-131 392.5zM211 524q0 -188 95 -316t265 -128q167 0 262.5 128t95.5 316v33q0 185 -96 314t-264 129t-263 -129t-95 -314v-33zM306 1279v21 l227 221h98l230 -224v-18h-112l-167 168l-166 -168h-110z" />
<glyph unicode="&#xf5;" d="M91 524v33q0 239 131 392t347 153q217 0 348 -153t131 -392v-33q0 -240 -130.5 -392.5t-346.5 -152.5q-218 0 -349 152.5t-131 392.5zM211 524q0 -188 95 -316t265 -128q167 0 262.5 128t95.5 316v33q0 185 -96 314t-264 129t-263 -129t-95 -314v-33zM237 1300 q0 86 54 144.5t137 58.5q65 0 147 -55t135 -55q46 0 79 36t33 91l80 -20q0 -88 -55 -146t-137 -58q-74 0 -151 55t-131 55q-47 0 -79 -35t-32 -89z" />
<glyph unicode="&#xf6;" d="M91 524v33q0 239 131 392t347 153q217 0 348 -153t131 -392v-33q0 -240 -130.5 -392.5t-346.5 -152.5q-218 0 -349 152.5t-131 392.5zM211 524q0 -188 95 -316t265 -128q167 0 262.5 128t95.5 316v33q0 185 -96 314t-264 129t-263 -129t-95 -314v-33zM265 1319v157h174 v-157h-174zM735 1319v157h173v-157h-173z" />
<glyph unicode="&#xf7;" horiz-adv-x="1164" d="M72 644v116h998v-116h-998zM506 212v160h142v-160h-142zM506 1010v160h142v-160h-142z" />
<glyph unicode="&#xf8;" horiz-adv-x="1141" d="M91 524v33q0 239 131 392t347 153q60 0 114 -12.5t102 -36.5l79 161h93l-101 -207q91 -72 141.5 -189t50.5 -261v-33q0 -240 -130.5 -392.5t-346.5 -152.5q-55 0 -104.5 10.5t-94.5 30.5l-78 -160h-93l99 202q-100 70 -154.5 190.5t-54.5 271.5zM211 524q0 -112 35 -206 t100 -149h6l385 787q-36 21 -78.5 32.5t-89.5 11.5q-168 0 -263 -129t-95 -314v-33zM418 114q33 -17 71.5 -25.5t81.5 -8.5q167 0 262.5 128t95.5 316v33q0 102 -32 192t-89 147h-6z" />
<glyph unicode="&#xf9;" d="M154 455v627h120v-629q0 -198 67.5 -284t191.5 -86q136 0 217 61t113 168v770h120v-1082h-106l-10 177q-52 -95 -140 -146.5t-208 -51.5q-171 0 -268 116t-97 360zM292 1479l2 5h154l202 -266h-117z" />
<glyph unicode="&#xfa;" d="M154 455v627h120v-629q0 -198 67.5 -284t191.5 -86q136 0 217 61t113 168v770h120v-1082h-106l-10 177q-52 -95 -140 -146.5t-208 -51.5q-171 0 -268 116t-97 360zM505 1214l207 266h147l3 -6l-249 -260h-108z" />
<glyph unicode="&#xfb;" d="M154 455v627h120v-629q0 -198 67.5 -284t191.5 -86q136 0 217 61t113 168v770h120v-1082h-106l-10 177q-52 -95 -140 -146.5t-208 -51.5q-171 0 -268 116t-97 360zM304 1258v21l227 221h98l230 -224v-18h-112l-167 168l-166 -168h-110z" />
<glyph unicode="&#xfc;" d="M154 455v627h120v-629q0 -198 67.5 -284t191.5 -86q136 0 217 61t113 168v770h120v-1082h-106l-10 177q-52 -95 -140 -146.5t-208 -51.5q-171 0 -268 116t-97 360zM263 1299v157h174v-157h-174zM733 1299v157h173v-157h-173z" />
<glyph unicode="&#xfd;" horiz-adv-x="1002" d="M35 1082h133l297 -789l38 -129h6l327 918h134l-470 -1255q-42 -110 -109 -187t-196 -77q-21 0 -51 4.5t-44 9.5l14 100q12 -2 38.5 -4.5t38.5 -2.5q78 0 125 55.5t80 142.5l57 146zM439 1214l207 266h147l3 -6l-249 -260h-108z" />
<glyph unicode="&#xfe;" horiz-adv-x="1151" d="M161 -416v1976h120v-640q54 87 138.5 134.5t198.5 47.5q195 0 305 -155.5t110 -414.5v-21q0 -243 -110 -387.5t-303 -144.5q-114 0 -199.5 43t-139.5 123v-561h-120zM281 271q41 -89 118.5 -140t193.5 -51q157 0 238.5 118t81.5 313v21q0 206 -82 336t-240 130 q-121 0 -196.5 -57.5t-113.5 -149.5v-520z" />
<glyph unicode="&#xff;" horiz-adv-x="1002" d="M35 1082h133l297 -789l38 -129h6l327 918h134l-470 -1255q-42 -110 -109 -187t-196 -77q-21 0 -51 4.5t-44 9.5l14 100q12 -2 38.5 -4.5t38.5 -2.5q78 0 125 55.5t80 142.5l57 146zM197 1299v157h174v-157h-174zM667 1299v157h173v-157h-173z" />
<glyph unicode="&#x152;" horiz-adv-x="1913" d="M108 576v304q0 264 148.5 430.5t387.5 166.5q75 0 152 -6t161 -15h862v-102h-798v-547h701v-102h-701v-604h803v-101h-867q-97 -10 -167.5 -15.5t-143.5 -5.5q-239 0 -388.5 166t-149.5 431zM228 576q0 -228 113.5 -361.5t304.5 -133.5q66 0 131.5 3.5t124.5 11.5v1264 q-60 7 -125 11t-133 4q-192 0 -304 -132t-112 -361v-306z" />
<glyph unicode="&#x153;" horiz-adv-x="1892" d="M94 524v33q0 239 131 392t347 153q146 0 255.5 -72.5t168.5 -199.5q59 125 166 198.5t234 73.5q199 0 313 -126t114 -336v-102h-764v-29q0 -183 97 -306t255 -123q112 0 190.5 31t134.5 89l52 -82q-61 -64 -154.5 -101.5t-222.5 -37.5q-139 0 -248.5 71.5t-168.5 197.5 q-58 -126 -167 -197.5t-253 -71.5q-218 0 -349 152.5t-131 392.5zM214 524q0 -188 95 -316t265 -128q167 0 262 128t95 316v33q0 185 -95.5 314t-263.5 129t-263 -129t-95 -314v-33zM1068 644l2 -5h633v30q0 141 -82.5 236t-224.5 95q-133 0 -223 -101.5t-105 -254.5z" />
<glyph unicode="&#x178;" horiz-adv-x="1244" d="M33 1456h139l448 -809l451 809h139l-531 -924v-532h-119v539zM303 1634v157h174v-157h-174zM773 1634v157h173v-157h-173z" />
<glyph unicode="&#x2c6;" horiz-adv-x="880" d="M160 1252v21l227 221h98l230 -224v-18h-112l-167 168l-166 -168h-110z" />
<glyph unicode="&#x2dc;" horiz-adv-x="892" d="M102 1281q0 86 54 144.5t137 58.5q65 0 147 -55t135 -55q46 0 79 36t33 91l80 -20q0 -88 -55 -146t-137 -58q-74 0 -151 55t-131 55q-47 0 -79 -35t-32 -89z" />
<glyph unicode="&#x2000;" horiz-adv-x="948" />
<glyph unicode="&#x2001;" horiz-adv-x="1896" />
<glyph unicode="&#x2002;" horiz-adv-x="948" />
<glyph unicode="&#x2003;" horiz-adv-x="1896" />
<glyph unicode="&#x2004;" horiz-adv-x="632" />
<glyph unicode="&#x2005;" horiz-adv-x="474" />
<glyph unicode="&#x2006;" horiz-adv-x="316" />
<glyph unicode="&#x2007;" horiz-adv-x="316" />
<glyph unicode="&#x2008;" horiz-adv-x="237" />
<glyph unicode="&#x2009;" horiz-adv-x="379" />
<glyph unicode="&#x200a;" horiz-adv-x="105" />
<glyph unicode="&#x2010;" horiz-adv-x="586" d="M49 570v101h479v-101h-479z" />
<glyph unicode="&#x2011;" horiz-adv-x="586" d="M49 570v101h479v-101h-479z" />
<glyph unicode="&#x2012;" horiz-adv-x="586" d="M49 570v101h479v-101h-479z" />
<glyph unicode="&#x2013;" horiz-adv-x="1414" d="M165 686v102h1086v-102h-1086z" />
<glyph unicode="&#x2014;" horiz-adv-x="1667" d="M136 686v102h1336v-102h-1336z" />
<glyph unicode="&#x2018;" horiz-adv-x="364" d="M91 1074v174l111 312h71l-63 -312v-174h-119z" />
<glyph unicode="&#x2019;" horiz-adv-x="364" d="M91 1074l63 304v182h119v-179l-111 -307h-71z" />
<glyph unicode="&#x201a;" horiz-adv-x="353" d="M91 -211l52 266v204h119v-194l-100 -276h-71z" />
<glyph unicode="&#x201c;" horiz-adv-x="612" d="M91 1074v174l111 312h71l-63 -312v-174h-119zM338 1074v174l111 312h71l-63 -312v-174h-119z" />
<glyph unicode="&#x201d;" horiz-adv-x="617" d="M91 1074l63 304v182h119v-179l-111 -307h-71zM343 1074l63 304v182h119v-179l-111 -307h-71z" />
<glyph unicode="&#x201e;" horiz-adv-x="593" d="M91 -202l51 295v181h120v-175l-100 -301h-71zM330 -202l52 299v177h120v-175l-100 -301h-72z" />
<glyph unicode="&#x2022;" horiz-adv-x="662" d="M146 717v65q0 78 50.5 128.5t134.5 50.5q85 0 135.5 -50.5t50.5 -128.5v-65q0 -79 -50.5 -128t-134.5 -49q-85 0 -135.5 49t-50.5 128z" />
<glyph unicode="&#x2026;" horiz-adv-x="1313" d="M188 0v164h137v-164h-137zM598 0v164h137v-164h-137zM990 0v164h137v-164h-137z" />
<glyph unicode="&#x202f;" horiz-adv-x="379" />
<glyph unicode="&#x2039;" horiz-adv-x="609" d="M108 541v19l295 379h105l-276 -389l276 -388h-105z" />
<glyph unicode="&#x203a;" horiz-adv-x="609" d="M101 162l276 388l-276 389h105l295 -379v-19l-295 -379h-105z" />
<glyph unicode="&#x205f;" horiz-adv-x="474" />
<glyph unicode="&#x20ac;" horiz-adv-x="1073" d="M80 533v102h169v168h-169v102h169v37q0 244 135.5 389.5t355.5 145.5q57 0 112.5 -8t119.5 -23l-9 -106q-54 16 -110.5 25.5t-112.5 9.5q-172 0 -272 -116t-100 -315v-39h547v-102h-547v-168h547v-102h-547v-19q0 -198 101.5 -316t272.5 -118q57 0 113 8.5t108 25.5 l9 -104q-54 -15 -112.5 -23t-117.5 -8q-220 0 -356.5 145t-136.5 390v19h-169z" />
<glyph unicode="&#x2122;" horiz-adv-x="1264" d="M96 1387v69h384v-69h-152v-468h-74v468h-158zM558 919v537h94l171 -423h6l174 423h88v-537h-73v383l-6 1l-160 -384h-51l-165 399l-6 -1v-398h-72z" />
<glyph unicode="&#xe000;" horiz-adv-x="1080" d="M0 0v1080h1080v-1080h-1080z" />
<glyph unicode="&#xfb02;" horiz-adv-x="1138" d="M66 984v98h179v158q0 163 81.5 252t228.5 89q33 0 67 -5t69 -14l-15 -99q-24 6 -49.5 9.5t-59.5 3.5q-98 0 -150 -62t-52 -174v-158h258v-98h-258v-984h-120v984h-179zM846 0v1560h119v-1560h-119z" />
<glyph unicode="&#xfb03;" horiz-adv-x="1773" d="M66 984v98h179v158q0 163 81.5 252t228.5 89q33 0 67 -5t69 -14l-15 -99q-24 6 -49.5 9.5t-59.5 3.5q-98 0 -150 -62t-52 -174v-158h258v-98h-258v-984h-120v984h-179zM721 984v98h180v138q0 172 95 266.5t264 94.5q67 0 136 -15t140 -44l-20 -103q-61 25 -118 39 t-130 14q-122 0 -184.5 -65t-62.5 -187v-138h253v-98h-253v-984h-120v984h-180zM1481 0v1082h120v-1082h-120z" />
<glyph unicode="&#xfb04;" horiz-adv-x="1811" d="M66 984v98h179v158q0 163 81.5 252t228.5 89q33 0 67 -5t69 -14l-15 -99q-24 6 -49.5 9.5t-59.5 3.5q-98 0 -150 -62t-52 -174v-158h258v-98h-258v-984h-120v984h-179zM739 984v98h179v158q0 163 81.5 252t228.5 89q33 0 67 -5t69 -14l-15 -99q-24 6 -49.5 9.5t-59.5 3.5 q-98 0 -150 -62t-52 -174v-158h258v-98h-258v-984h-120v984h-179zM1519 0v1560h119v-1560h-119z" />
<hkern u1="&#x22;" u2="w" k="-11" />
<hkern u1="&#x27;" u2="w" k="-11" />
<hkern u1="&#x28;" u2="&#x178;" k="-22" />
<hkern u1="&#x28;" u2="&#xdd;" k="-22" />
<hkern u1="&#x28;" u2="Y" k="-22" />
<hkern u1="&#x28;" u2="W" k="-18" />
<hkern u1="&#x28;" u2="V" k="-20" />
<hkern u1="&#x2f;" u2="&#x2f;" k="224" />
<hkern u1="A" u2="w" k="33" />
<hkern u1="A" u2="t" k="17" />
<hkern u1="A" u2="&#x3f;" k="61" />
<hkern u1="C" u2="&#x7d;" k="17" />
<hkern u1="C" u2="]" k="12" />
<hkern u1="C" u2="&#x29;" k="26" />
<hkern u1="D" u2="&#xc6;" k="33" />
<hkern u1="E" u2="w" k="22" />
<hkern u1="E" u2="f" k="18" />
<hkern u1="F" u2="&#x2026;" k="234" />
<hkern u1="F" u2="&#x201e;" k="234" />
<hkern u1="F" u2="&#x201a;" k="234" />
<hkern u1="F" u2="&#x153;" k="21" />
<hkern u1="F" u2="&#xff;" k="24" />
<hkern u1="F" u2="&#xfd;" k="24" />
<hkern u1="F" u2="&#xfc;" k="22" />
<hkern u1="F" u2="&#xfb;" k="22" />
<hkern u1="F" u2="&#xfa;" k="22" />
<hkern u1="F" u2="&#xf9;" k="22" />
<hkern u1="F" u2="&#xf6;" k="21" />
<hkern u1="F" u2="&#xf5;" k="21" />
<hkern u1="F" u2="&#xf4;" k="21" />
<hkern u1="F" u2="&#xf3;" k="21" />
<hkern u1="F" u2="&#xf2;" k="21" />
<hkern u1="F" u2="&#xeb;" k="21" />
<hkern u1="F" u2="&#xea;" k="21" />
<hkern u1="F" u2="&#xe9;" k="21" />
<hkern u1="F" u2="&#xe8;" k="21" />
<hkern u1="F" u2="&#xe7;" k="21" />
<hkern u1="F" u2="&#xe5;" k="34" />
<hkern u1="F" u2="&#xe4;" k="34" />
<hkern u1="F" u2="&#xe3;" k="34" />
<hkern u1="F" u2="&#xe2;" k="34" />
<hkern u1="F" u2="&#xe1;" k="34" />
<hkern u1="F" u2="&#xe0;" k="34" />
<hkern u1="F" u2="&#xc5;" k="59" />
<hkern u1="F" u2="&#xc4;" k="59" />
<hkern u1="F" u2="&#xc3;" k="59" />
<hkern u1="F" u2="&#xc2;" k="59" />
<hkern u1="F" u2="&#xc1;" k="59" />
<hkern u1="F" u2="&#xc0;" k="59" />
<hkern u1="F" u2="y" k="24" />
<hkern u1="F" u2="v" k="24" />
<hkern u1="F" u2="u" k="22" />
<hkern u1="F" u2="r" k="26" />
<hkern u1="F" u2="q" k="21" />
<hkern u1="F" u2="o" k="21" />
<hkern u1="F" u2="g" k="21" />
<hkern u1="F" u2="e" k="21" />
<hkern u1="F" u2="d" k="21" />
<hkern u1="F" u2="c" k="21" />
<hkern u1="F" u2="a" k="34" />
<hkern u1="F" u2="T" k="-20" />
<hkern u1="F" u2="J" k="264" />
<hkern u1="F" u2="A" k="59" />
<hkern u1="F" u2="&#x2e;" k="234" />
<hkern u1="F" u2="&#x2c;" k="234" />
<hkern u1="K" u2="w" k="63" />
<hkern u1="L" u2="w" k="92" />
<hkern u1="O" u2="&#xc6;" k="33" />
<hkern u1="P" u2="&#xc6;" k="97" />
<hkern u1="P" u2="t" k="-14" />
<hkern u1="Q" u2="&#x178;" k="35" />
<hkern u1="Q" u2="&#xdd;" k="35" />
<hkern u1="Q" u2="Y" k="35" />
<hkern u1="Q" u2="W" k="20" />
<hkern u1="Q" u2="V" k="28" />
<hkern u1="Q" u2="T" k="43" />
<hkern u1="R" u2="&#x178;" k="48" />
<hkern u1="R" u2="&#xdd;" k="48" />
<hkern u1="R" u2="Y" k="48" />
<hkern u1="R" u2="V" k="19" />
<hkern u1="R" u2="T" k="80" />
<hkern u1="T" u2="&#xf8;" k="95" />
<hkern u1="T" u2="&#xe6;" k="114" />
<hkern u1="T" u2="&#xc6;" k="179" />
<hkern u1="T" u2="&#xbb;" k="216" />
<hkern u1="T" u2="&#xab;" k="328" />
<hkern u1="T" u2="w" k="57" />
<hkern u1="T" u2="r" k="75" />
<hkern u1="V" u2="&#x7d;" k="-19" />
<hkern u1="V" u2="r" k="30" />
<hkern u1="V" u2="]" k="-17" />
<hkern u1="V" u2="&#x29;" k="-20" />
<hkern u1="W" u2="&#x7d;" k="-14" />
<hkern u1="W" u2="r" k="21" />
<hkern u1="W" u2="]" k="-12" />
<hkern u1="W" u2="&#x29;" k="-15" />
<hkern u1="Y" u2="&#x2022;" k="45" />
<hkern u1="Y" u2="&#xf8;" k="64" />
<hkern u1="Y" u2="&#xe6;" k="63" />
<hkern u1="Y" u2="&#xc6;" k="96" />
<hkern u1="Y" u2="&#xbb;" k="51" />
<hkern u1="Y" u2="&#xab;" k="82" />
<hkern u1="Y" u2="&#x7d;" k="-19" />
<hkern u1="Y" u2="t" k="22" />
<hkern u1="Y" u2="r" k="40" />
<hkern u1="Y" u2="f" k="22" />
<hkern u1="Y" u2="]" k="-18" />
<hkern u1="Y" u2="&#x2a;" k="49" />
<hkern u1="Y" u2="&#x29;" k="-20" />
<hkern u1="Y" u2="&#x26;" k="30" />
<hkern u1="Z" u2="w" k="27" />
<hkern u1="[" u2="&#xdc;" k="18" />
<hkern u1="[" u2="&#xdb;" k="18" />
<hkern u1="[" u2="&#xda;" k="18" />
<hkern u1="[" u2="&#xd9;" k="18" />
<hkern u1="[" u2="U" k="18" />
<hkern u1="[" u2="J" k="18" />
<hkern u1="f" u2="&#x201d;" k="-16" />
<hkern u1="f" u2="&#x201c;" k="-16" />
<hkern u1="f" u2="&#x2019;" k="-16" />
<hkern u1="f" u2="&#x2018;" k="-16" />
<hkern u1="f" u2="&#x153;" k="24" />
<hkern u1="f" u2="&#xeb;" k="24" />
<hkern u1="f" u2="&#xea;" k="24" />
<hkern u1="f" u2="&#xe9;" k="24" />
<hkern u1="f" u2="&#xe8;" k="24" />
<hkern u1="f" u2="&#xe7;" k="24" />
<hkern u1="f" u2="&#x7d;" k="-19" />
<hkern u1="f" u2="q" k="24" />
<hkern u1="f" u2="g" k="24" />
<hkern u1="f" u2="e" k="24" />
<hkern u1="f" u2="d" k="24" />
<hkern u1="f" u2="c" k="24" />
<hkern u1="f" u2="]" k="-18" />
<hkern u1="f" u2="&#x29;" k="-20" />
<hkern u1="f" u2="&#x27;" k="-16" />
<hkern u1="f" u2="&#x22;" k="-16" />
<hkern u1="k" u2="&#x153;" k="20" />
<hkern u1="k" u2="&#xeb;" k="20" />
<hkern u1="k" u2="&#xea;" k="20" />
<hkern u1="k" u2="&#xe9;" k="20" />
<hkern u1="k" u2="&#xe8;" k="20" />
<hkern u1="k" u2="&#xe7;" k="20" />
<hkern u1="k" u2="q" k="20" />
<hkern u1="k" u2="g" k="20" />
<hkern u1="k" u2="e" k="20" />
<hkern u1="k" u2="d" k="20" />
<hkern u1="k" u2="c" k="20" />
<hkern u1="r" u2="w" k="-17" />
<hkern u1="r" u2="t" k="-32" />
<hkern u1="r" u2="f" k="-15" />
<hkern u1="t" u2="&#xf6;" k="20" />
<hkern u1="t" u2="&#xf5;" k="20" />
<hkern u1="t" u2="&#xf4;" k="20" />
<hkern u1="t" u2="&#xf3;" k="20" />
<hkern u1="t" u2="&#xf2;" k="20" />
<hkern u1="t" u2="o" k="20" />
<hkern u1="v" u2="f" k="-13" />
<hkern u1="w" u2="&#x2026;" k="124" />
<hkern u1="w" u2="&#x201e;" k="124" />
<hkern u1="w" u2="&#x201a;" k="124" />
<hkern u1="w" u2="&#x2e;" k="124" />
<hkern u1="w" u2="&#x2c;" k="124" />
<hkern u1="y" u2="f" k="-13" />
<hkern u1="&#x7b;" u2="&#xdc;" k="20" />
<hkern u1="&#x7b;" u2="&#xdb;" k="20" />
<hkern u1="&#x7b;" u2="&#xda;" k="20" />
<hkern u1="&#x7b;" u2="&#xd9;" k="20" />
<hkern u1="&#x7b;" u2="U" k="20" />
<hkern u1="&#x7b;" u2="J" k="20" />
<hkern u1="&#xc0;" u2="w" k="33" />
<hkern u1="&#xc0;" u2="t" k="17" />
<hkern u1="&#xc0;" u2="&#x3f;" k="61" />
<hkern u1="&#xc1;" u2="w" k="33" />
<hkern u1="&#xc1;" u2="t" k="17" />
<hkern u1="&#xc1;" u2="&#x3f;" k="61" />
<hkern u1="&#xc2;" u2="w" k="33" />
<hkern u1="&#xc2;" u2="t" k="17" />
<hkern u1="&#xc2;" u2="&#x3f;" k="61" />
<hkern u1="&#xc3;" u2="w" k="33" />
<hkern u1="&#xc3;" u2="t" k="17" />
<hkern u1="&#xc3;" u2="&#x3f;" k="61" />
<hkern u1="&#xc4;" u2="w" k="33" />
<hkern u1="&#xc4;" u2="t" k="17" />
<hkern u1="&#xc4;" u2="&#x3f;" k="61" />
<hkern u1="&#xc5;" u2="w" k="33" />
<hkern u1="&#xc5;" u2="t" k="17" />
<hkern u1="&#xc5;" u2="&#x3f;" k="61" />
<hkern u1="&#xc7;" u2="&#x7d;" k="17" />
<hkern u1="&#xc7;" u2="]" k="12" />
<hkern u1="&#xc7;" u2="&#x29;" k="26" />
<hkern u1="&#xc8;" u2="w" k="22" />
<hkern u1="&#xc8;" u2="f" k="18" />
<hkern u1="&#xc9;" u2="w" k="22" />
<hkern u1="&#xc9;" u2="f" k="18" />
<hkern u1="&#xca;" u2="w" k="22" />
<hkern u1="&#xca;" u2="f" k="18" />
<hkern u1="&#xcb;" u2="w" k="22" />
<hkern u1="&#xcb;" u2="f" k="18" />
<hkern u1="&#xd0;" u2="&#xc6;" k="33" />
<hkern u1="&#xd2;" u2="&#xc6;" k="33" />
<hkern u1="&#xd3;" u2="&#xc6;" k="33" />
<hkern u1="&#xd4;" u2="&#xc6;" k="33" />
<hkern u1="&#xd5;" u2="&#xc6;" k="33" />
<hkern u1="&#xd6;" u2="&#xc6;" k="33" />
<hkern u1="&#xdd;" u2="&#x2022;" k="45" />
<hkern u1="&#xdd;" u2="&#xf8;" k="64" />
<hkern u1="&#xdd;" u2="&#xe6;" k="63" />
<hkern u1="&#xdd;" u2="&#xc6;" k="96" />
<hkern u1="&#xdd;" u2="&#xbb;" k="51" />
<hkern u1="&#xdd;" u2="&#xab;" k="82" />
<hkern u1="&#xdd;" u2="&#x7d;" k="-19" />
<hkern u1="&#xdd;" u2="t" k="22" />
<hkern u1="&#xdd;" u2="r" k="40" />
<hkern u1="&#xdd;" u2="f" k="22" />
<hkern u1="&#xdd;" u2="]" k="-18" />
<hkern u1="&#xdd;" u2="&#x2a;" k="49" />
<hkern u1="&#xdd;" u2="&#x29;" k="-20" />
<hkern u1="&#xdd;" u2="&#x26;" k="30" />
<hkern u1="&#xfd;" u2="f" k="-13" />
<hkern u1="&#xff;" u2="f" k="-13" />
<hkern u1="&#x178;" u2="&#x2022;" k="45" />
<hkern u1="&#x178;" u2="&#xf8;" k="64" />
<hkern u1="&#x178;" u2="&#xe6;" k="63" />
<hkern u1="&#x178;" u2="&#xc6;" k="96" />
<hkern u1="&#x178;" u2="&#xbb;" k="51" />
<hkern u1="&#x178;" u2="&#xab;" k="82" />
<hkern u1="&#x178;" u2="&#x7d;" k="-19" />
<hkern u1="&#x178;" u2="t" k="22" />
<hkern u1="&#x178;" u2="r" k="40" />
<hkern u1="&#x178;" u2="f" k="22" />
<hkern u1="&#x178;" u2="]" k="-18" />
<hkern u1="&#x178;" u2="&#x2a;" k="49" />
<hkern u1="&#x178;" u2="&#x29;" k="-20" />
<hkern u1="&#x178;" u2="&#x26;" k="30" />
<hkern u1="&#x2018;" u2="w" k="-11" />
<hkern u1="&#x2019;" u2="w" k="-11" />
<hkern u1="&#x201c;" u2="w" k="-11" />
<hkern u1="&#x201d;" u2="w" k="-11" />
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="170" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="120" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="12" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="11" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="T" k="129" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="17" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="V" k="87" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="W" k="69" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="Y,Yacute,Ydieresis" k="94" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="u,ugrave,uacute,ucircumflex,udieresis" k="11" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="v,y,yacute,ydieresis" k="50" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="z" k="-12" />
<hkern g1="B" g2="T" k="27" />
<hkern g1="B" g2="V" k="24" />
<hkern g1="B" g2="Y,Yacute,Ydieresis" k="55" />
<hkern g1="C,Ccedilla" g2="T" k="29" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="21" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="T" k="27" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="V" k="22" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Y,Yacute,Ydieresis" k="43" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="102" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="X" k="22" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Z" k="23" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="19" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="T" k="-20" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="17" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="v,y,yacute,ydieresis" k="26" />
<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-18" />
<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="T" k="29" />
<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="Y,Yacute,Ydieresis" k="28" />
<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="X" k="-17" />
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="22" />
<hkern g1="K" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" />
<hkern g1="K" g2="m,n,p,ntilde" k="23" />
<hkern g1="K" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="27" />
<hkern g1="K" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="31" />
<hkern g1="K" g2="u,ugrave,uacute,ucircumflex,udieresis" k="23" />
<hkern g1="K" g2="v,y,yacute,ydieresis" k="40" />
<hkern g1="K" g2="hyphen,uni00AD,endash,emdash" k="64" />
<hkern g1="L" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="138" />
<hkern g1="L" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-19" />
<hkern g1="L" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="65" />
<hkern g1="L" g2="T" k="275" />
<hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="54" />
<hkern g1="L" g2="V" k="175" />
<hkern g1="L" g2="W" k="143" />
<hkern g1="L" g2="Y,Yacute,Ydieresis" k="239" />
<hkern g1="L" g2="u,ugrave,uacute,ucircumflex,udieresis" k="44" />
<hkern g1="L" g2="v,y,yacute,ydieresis" k="133" />
<hkern g1="P" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="138" />
<hkern g1="P" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="11" />
<hkern g1="P" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" />
<hkern g1="P" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="13" />
<hkern g1="P" g2="v,y,yacute,ydieresis" k="-15" />
<hkern g1="P" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="324" />
<hkern g1="P" g2="X" k="31" />
<hkern g1="P" g2="Z" k="26" />
<hkern g1="P" g2="J" k="200" />
<hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="79" />
<hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="113" />
<hkern g1="T" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="99" />
<hkern g1="T" g2="m,n,p,ntilde" k="109" />
<hkern g1="T" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="99" />
<hkern g1="T" g2="s" k="116" />
<hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="28" />
<hkern g1="T" g2="T" k="-16" />
<hkern g1="T" g2="V" k="-16" />
<hkern g1="T" g2="W" k="-15" />
<hkern g1="T" g2="Y,Yacute,Ydieresis" k="-16" />
<hkern g1="T" g2="u,ugrave,uacute,ucircumflex,udieresis" k="95" />
<hkern g1="T" g2="v,y,yacute,ydieresis" k="72" />
<hkern g1="T" g2="z" k="60" />
<hkern g1="T" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="218" />
<hkern g1="T" g2="hyphen,uni00AD,endash,emdash" k="232" />
<hkern g1="T" g2="J" k="240" />
<hkern g1="T" g2="S" k="16" />
<hkern g1="T" g2="x" k="77" />
<hkern g1="V" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="75" />
<hkern g1="V" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="46" />
<hkern g1="V" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="44" />
<hkern g1="V" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="46" />
<hkern g1="V" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="13" />
<hkern g1="V" g2="u,ugrave,uacute,ucircumflex,udieresis" k="28" />
<hkern g1="V" g2="v,y,yacute,ydieresis" k="11" />
<hkern g1="V" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="225" />
<hkern g1="V" g2="hyphen,uni00AD,endash,emdash" k="37" />
<hkern g1="W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="43" />
<hkern g1="W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="33" />
<hkern g1="W" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="31" />
<hkern g1="W" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="31" />
<hkern g1="W" g2="T" k="-14" />
<hkern g1="W" g2="u,ugrave,uacute,ucircumflex,udieresis" k="19" />
<hkern g1="W" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="123" />
<hkern g1="W" g2="hyphen,uni00AD,endash,emdash" k="60" />
<hkern g1="X" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" />
<hkern g1="X" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="21" />
<hkern g1="X" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="25" />
<hkern g1="X" g2="V" k="-14" />
<hkern g1="X" g2="u,ugrave,uacute,ucircumflex,udieresis" k="21" />
<hkern g1="X" g2="v,y,yacute,ydieresis" k="31" />
<hkern g1="X" g2="hyphen,uni00AD,endash,emdash" k="46" />
<hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="94" />
<hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="73" />
<hkern g1="Y,Yacute,Ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="65" />
<hkern g1="Y,Yacute,Ydieresis" g2="m,n,p,ntilde" k="40" />
<hkern g1="Y,Yacute,Ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="65" />
<hkern g1="Y,Yacute,Ydieresis" g2="s" k="58" />
<hkern g1="Y,Yacute,Ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="29" />
<hkern g1="Y,Yacute,Ydieresis" g2="T" k="-17" />
<hkern g1="Y,Yacute,Ydieresis" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="96" />
<hkern g1="Y,Yacute,Ydieresis" g2="V" k="-18" />
<hkern g1="Y,Yacute,Ydieresis" g2="W" k="-17" />
<hkern g1="Y,Yacute,Ydieresis" g2="Y,Yacute,Ydieresis" k="-18" />
<hkern g1="Y,Yacute,Ydieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="39" />
<hkern g1="Y,Yacute,Ydieresis" g2="v,y,yacute,ydieresis" k="20" />
<hkern g1="Y,Yacute,Ydieresis" g2="z" k="30" />
<hkern g1="Y,Yacute,Ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="211" />
<hkern g1="Y,Yacute,Ydieresis" g2="X" k="-13" />
<hkern g1="Y,Yacute,Ydieresis" g2="hyphen,uni00AD,endash,emdash" k="52" />
<hkern g1="Y,Yacute,Ydieresis" g2="J" k="96" />
<hkern g1="Y,Yacute,Ydieresis" g2="S" k="16" />
<hkern g1="Y,Yacute,Ydieresis" g2="x" k="23" />
<hkern g1="Z" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-13" />
<hkern g1="Z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="21" />
<hkern g1="Z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="21" />
<hkern g1="Z" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="26" />
<hkern g1="Z" g2="u,ugrave,uacute,ucircumflex,udieresis" k="19" />
<hkern g1="Z" g2="v,y,yacute,ydieresis" k="27" />
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="67" />
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="v,y,yacute,ydieresis" k="15" />
<hkern g1="b,p,thorn" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="29" />
<hkern g1="b,p,thorn" g2="v,y,yacute,ydieresis" k="11" />
<hkern g1="b,p,thorn" g2="z" k="15" />
<hkern g1="b,p,thorn" g2="x" k="15" />
<hkern g1="c,ccedilla" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="11" />
<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="14" />
<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="v,y,yacute,ydieresis" k="13" />
<hkern g1="h,m,n,ntilde" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="16" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="20" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="v,y,yacute,ydieresis" k="15" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="z" k="16" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="x" k="21" />
<hkern g1="r" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-16" />
<hkern g1="r" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" />
<hkern g1="r" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="20" />
<hkern g1="r" g2="v,y,yacute,ydieresis" k="-18" />
<hkern g1="r" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="123" />
<hkern g1="v,y,yacute,ydieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-15" />
<hkern g1="v,y,yacute,ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="15" />
<hkern g1="v,y,yacute,ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" />
<hkern g1="v,y,yacute,ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="15" />
<hkern g1="v,y,yacute,ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="107" />
<hkern g1="x" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="20" />
<hkern g1="x" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="20" />
<hkern g1="z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="16" />
<hkern g1="z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="16" />
</font>
</defs></svg>

Before

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,641 +0,0 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata></metadata>
<defs>
<font id="robotolight_italic" horiz-adv-x="1072" >
<font-face units-per-em="2048" ascent="1638" descent="-410" />
<missing-glyph horiz-adv-x="474" />
<glyph unicode="&#xfb01;" horiz-adv-x="1035" d="M130 0l197 984h-167l19 98h167l28 138q37 184 142 272.5t267 88.5q58 0 121.5 -15.5t123.5 -43.5l-40 -103q-50 25 -101 39t-118 14q-106 0 -180.5 -66t-98.5 -186l-28 -138h233l-19 -98h-233l-197 -984h-116zM670 0l216 1082h116l-216 -1082h-116z" />
<glyph horiz-adv-x="2048" />
<glyph horiz-adv-x="2048" />
<glyph unicode="&#xd;" horiz-adv-x="474" />
<glyph unicode=" " horiz-adv-x="474" />
<glyph unicode="&#x09;" horiz-adv-x="474" />
<glyph unicode="&#xa0;" horiz-adv-x="474" />
<glyph unicode="!" horiz-adv-x="444" d="M68 0l33 167h135l-33 -167h-135zM173 478l195 978h116l-195 -978h-116z" />
<glyph unicode="&#x22;" horiz-adv-x="562" d="M225 1083l43 255l36 222h98l-35 -216l-74 -261h-68zM451 1083l45 258l35 219h98l-35 -216l-75 -261h-68z" />
<glyph unicode="#" horiz-adv-x="1191" d="M64 410l19 93h252l166 441h-259l19 96h276l156 416h96l-156 -416h288l157 416h96l-157 -416h211l-19 -96h-228l-166 -441h237l-19 -93h-253l-154 -410h-96l154 410h-288l-153 -410h-96l153 410h-236zM431 503h288l166 441h-288z" />
<glyph unicode="$" horiz-adv-x="1067" d="M109 418h116q-30 -185 49.5 -259t213.5 -74q131 0 225.5 78.5t113.5 195.5q18 114 -36 182t-213 133q-183 66 -261.5 159t-51.5 262q26 169 134 268t272 112l32 202h98l-32 -203q154 -17 227.5 -133.5t42.5 -312.5h-115q25 158 -32.5 250t-191.5 92q-130 0 -215.5 -78.5 t-103.5 -194.5q-20 -118 31.5 -185t220.5 -132q182 -69 259.5 -160.5t51.5 -258.5q-28 -172 -139 -269t-279 -111l-30 -189h-98l30 189q-161 13 -257 118.5t-62 318.5z" />
<glyph unicode="%" horiz-adv-x="1417" d="M242 1099l15 77q27 135 115.5 218t210.5 83q111 0 170 -88.5t35 -212.5l-15 -77q-28 -135 -115.5 -217t-207.5 -82q-113 0 -173 87.5t-35 211.5zM310 169l889 1138l62 -48l-890 -1138zM334 1099q-19 -93 14 -152.5t119 -59.5q76 0 136 63t78 149l15 77q19 93 -13.5 153.5 t-116.5 60.5q-77 0 -138.5 -64.5t-78.5 -149.5zM757 279l15 78q27 134 115.5 217t210.5 83q111 0 170.5 -88.5t35.5 -211.5l-15 -78q-28 -135 -116 -217.5t-208 -82.5q-113 0 -173 88t-35 212zM850 279q-20 -94 13 -153.5t119 -59.5q76 0 136 63.5t78 149.5l15 78 q19 96 -13.5 154.5t-116.5 58.5q-77 0 -138 -62.5t-78 -150.5z" />
<glyph unicode="&#x26;" horiz-adv-x="1183" d="M77 371q20 125 101 217.5t229 195.5l15 10q-60 102 -83.5 184t-8.5 169q26 164 121 247t242 83q130 0 199 -81.5t50 -203.5q-15 -95 -66.5 -156.5t-144.5 -128.5l-166 -121l303 -477q57 71 96 157.5t55 184.5h106q-22 -133 -72 -238t-129 -191l141 -222h-139l-89 139 q-91 -77 -191 -118.5t-208 -41.5q-188 0 -288.5 108.5t-72.5 283.5zM193 371q-21 -129 44.5 -210t216.5 -81q81 0 167.5 36.5t163.5 104.5l-305 480q-3 3 -5 6.5t-5 8.5l-48 -35q-121 -94 -170 -170t-59 -140zM446 1149q-12 -68 6 -137.5t65 -149.5l184 131q61 45 91 94 t40 105q13 81 -27.5 132t-127.5 51q-90 0 -153.5 -65.5t-77.5 -160.5z" />
<glyph unicode="'" horiz-adv-x="334" d="M216 1090l50 266l33 204h98l-32 -195l-81 -275h-68z" />
<glyph unicode="(" horiz-adv-x="608" d="M157 573l2 15q60 377 234 657t352 379l6 -1l12 -72q-150 -103 -292.5 -366t-194.5 -594l-4 -20q-55 -344 3 -599.5t177 -364.5l-35 -69h-6q-145 100 -229.5 382t-24.5 653z" />
<glyph unicode=")" horiz-adv-x="618" d="M-112 -393q149 103 292.5 368t196.5 596l4 20q54 341 -6 600t-175 364l36 69h6q141 -98 225.5 -386t27.5 -650l-2 -15q-62 -387 -234 -660.5t-351 -375.5l-6 1z" />
<glyph unicode="*" horiz-adv-x="819" d="M169 1108l51 101l281 -123l70 370h100l-81 -373l324 127l12 -101l-331 -115l147 -294l-95 -63l-136 305l-248 -303l-70 61l260 300z" />
<glyph unicode="+" horiz-adv-x="1085" d="M116 628l22 112h402l93 466h117l-93 -466h409l-22 -112h-410l-96 -482h-117l96 482h-401z" />
<glyph unicode="," horiz-adv-x="375" d="M-57 -258l120 279l34 167h116l-34 -170l-158 -276h-78z" />
<glyph unicode="-" horiz-adv-x="554" d="M79 570l20 101h446l-20 -101h-446z" />
<glyph unicode="." horiz-adv-x="468" d="M75 0l33 164h131l-33 -164h-131z" />
<glyph unicode="/" horiz-adv-x="768" d="M-78 -125l882 1581h103l-880 -1581h-105z" />
<glyph unicode="0" horiz-adv-x="1089" d="M150 565l65 325q59 299 197.5 443t340.5 144q186 0 273.5 -155.5t32.5 -431.5l-65 -325q-60 -300 -198 -443t-340 -143q-185 0 -273.5 155t-32.5 431zM262 547q-47 -236 7.5 -351.5t206.5 -115.5q139 0 246.5 124.5t151.5 342.5l73 363q47 238 -7.5 351.5t-206.5 113.5 q-139 0 -247 -123t-151 -342z" />
<glyph unicode="1" horiz-adv-x="1067" d="M352 1288l16 84l476 88l-293 -1467h-116l267 1338z" />
<glyph unicode="2" horiz-adv-x="1067" d="M61 0l15 92l530 541q147 149 213 249.5t81 192.5q22 141 -35 220.5t-186 79.5q-147 0 -244.5 -93t-121.5 -245h-107l-2 6q26 189 159 311.5t332 122.5q168 0 259.5 -109t63.5 -289q-21 -125 -107.5 -243t-240.5 -276l-446 -453l3 -6h693l-16 -101h-843z" />
<glyph unicode="3" horiz-adv-x="1067" d="M94 390l2 5h109q-24 -145 50.5 -230t216.5 -85q137 0 232.5 81.5t119.5 229.5q25 160 -45 230t-228 70h-131l3 21l9 58l4 23h131q141 0 231 80t110 204q23 141 -35 219.5t-198 78.5q-125 0 -222.5 -83t-118.5 -217h-107l-2 6q24 178 155 287t311 109q175 0 268.5 -108 t64.5 -296q-18 -108 -91.5 -197.5t-188.5 -131.5q118 -41 167 -133.5t29 -215.5q-32 -201 -165 -308.5t-319 -107.5q-173 0 -285 109.5t-77 301.5z" />
<glyph unicode="4" horiz-adv-x="1067" d="M57 368l13 68l827 1020h126l-198 -987h211l-20 -101h-211l-73 -368h-115l73 368h-633zM217 474l3 -5h490l165 824l-6 2l-65 -103z" />
<glyph unicode="5" horiz-adv-x="1067" d="M155 378l3 5h104q-24 -153 40 -228t193 -75q143 0 235.5 99t122.5 283q27 170 -31 265t-193 95q-124 0 -201.5 -45.5t-120.5 -133.5l-92 16l203 797h659l-18 -111h-560l-133 -519q58 49 124 76.5t168 30.5q175 3 260.5 -125t50.5 -344q-37 -229 -159 -357t-331 -128 q-162 0 -260.5 101.5t-63.5 297.5z" />
<glyph unicode="6" horiz-adv-x="1067" d="M161 540l59 367q42 262 199 416t355 154q68 0 135 -17.5t113 -48.5l-45 -98q-47 32 -96.5 47t-122.5 15q-145 0 -266.5 -127t-153.5 -330l-20 -121q68 76 161.5 120t197.5 44q175 0 262.5 -136.5t54.5 -350.5q-37 -223 -171 -359t-319 -136q-181 0 -283 151t-60 410z M276 531q-35 -217 34 -334t210 -117q129 0 229.5 115.5t127.5 278.5q29 181 -32 285t-207 104q-107 0 -202 -63t-143 -160z" />
<glyph unicode="7" horiz-adv-x="1067" d="M224 1354l16 102h890l-16 -102q-265 -277 -426 -565.5t-260 -666.5l-31 -122h-116l31 122q97 370 267 669.5t415 562.5h-770z" />
<glyph unicode="8" horiz-adv-x="1067" d="M90 386q27 138 119 231.5t226 131.5q-97 42 -144 129.5t-24 202.5q40 201 167.5 298.5t308.5 97.5q164 0 260.5 -106t59.5 -290q-26 -127 -106.5 -214t-196.5 -124q111 -43 168.5 -138.5t33.5 -218.5q-42 -210 -180.5 -308.5t-335.5 -98.5q-184 0 -289.5 106.5 t-66.5 300.5zM205 385q-31 -152 41.5 -228.5t219.5 -76.5q131 0 241 82.5t139 222.5q29 147 -44.5 229t-214.5 82q-131 0 -243.5 -87.5t-138.5 -223.5zM382 1082q-27 -138 36.5 -211t191.5 -73q114 0 213 79t124 205q27 134 -37 213.5t-187 79.5q-117 0 -216 -81.5 t-125 -211.5z" />
<glyph unicode="9" horiz-adv-x="1067" d="M132 40l37 100q58 -31 118 -45.5t136 -14.5q148 0 258.5 112.5t143.5 316.5l22 137q-63 -89 -152.5 -136t-191.5 -47q-178 0 -273 139t-60 356q36 229 177.5 374t318.5 145q190 0 289.5 -139t58.5 -398l-68 -429q-43 -263 -188 -397.5t-351 -134.5q-69 0 -141.5 15.5 t-133.5 45.5zM290 958q-28 -174 33 -284t196 -110q116 0 209 68t143 166l25 151q34 215 -31 320.5t-210 105.5q-124 0 -231 -123t-134 -294z" />
<glyph unicode=":" horiz-adv-x="419" d="M64 0l33 164h131l-33 -164h-131zM245 916l33 164h131l-33 -164h-131z" />
<glyph unicode=";" horiz-adv-x="423" d="M-34 -258l120 279l34 167h116l-34 -170l-158 -276h-78zM249 918l33 164h131l-33 -164h-131z" />
<glyph unicode="&#x3c;" horiz-adv-x="983" d="M91 501l14 71l6 26l844 378l-25 -126l-622 -272l-109 -28v-6l96 -28l515 -268l-26 -126z" />
<glyph unicode="=" horiz-adv-x="1077" d="M143 422l22 106h775l-22 -106h-775zM226 833l21 106h775l-21 -106h-775z" />
<glyph unicode="&#x3e;" horiz-adv-x="997" d="M59 113l24 124l641 274l108 27v6l-95 29l-532 271l24 123l712 -378l-15 -72l-5 -25z" />
<glyph unicode="?" horiz-adv-x="877" d="M218 1122q31 165 149.5 260t274.5 95q157 0 236.5 -102.5t46.5 -271.5q-29 -144 -106.5 -240t-222.5 -218q-67 -54 -89 -100t-41 -141h-116q27 130 57.5 182t134.5 137q123 114 182.5 188.5t83.5 190.5q27 135 -21 201.5t-166 66.5q-101 0 -185.5 -69.5t-107.5 -184.5 h-108zM266 0l31 154h133l-31 -154h-133z" />
<glyph unicode="@" horiz-adv-x="1747" d="M129 478q101 424 370.5 683t618.5 259q339 0 485 -246.5t47 -660.5q-53 -217 -184.5 -375.5t-323.5 -158.5q-68 0 -108 51.5t-38 142.5q-68 -97 -150.5 -145.5t-177.5 -48.5q-113 0 -156 122t13 315q72 254 212 407.5t296 153.5q81 0 134 -28t104 -80l-3 -2h3l-160 -574 q-36 -132 -9 -180t78 -48q122 0 228 127t155 321q94 390 -18.5 605t-447.5 215q-280 0 -531.5 -239t-342.5 -616q-94 -379 28 -612.5t434 -233.5q77 0 168.5 22t154.5 57l15 -75q-69 -41 -169.5 -65t-188.5 -24q-331 0 -484 254t-52 677zM605 169q20 -92 108 -92 q75 0 150 43.5t147 155.5q1 8 1.5 10.5t2.5 6.5l152 546q-26 21 -59.5 34t-75.5 13q-117 0 -225.5 -121t-174.5 -349q-46 -155 -26 -247z" />
<glyph unicode="A" horiz-adv-x="1203" d="M-50 0l806 1456h108l220 -1456h-120l-58 406h-616l-221 -406h-119zM348 513h543l-112 781l-6 1z" />
<glyph unicode="B" horiz-adv-x="1193" d="M97 0l291 1456h398q198 0 303 -98q78 -72 78 -193q0 -43 -10 -92q-24 -119 -99 -199.5t-183 -110.5q119 -25 175 -125q39 -69 39 -153q0 -38 -8 -80q-42 -208 -176.5 -306.5t-337.5 -98.5h-470zM232 101h355q139 0 244 80.5t134 221.5q8 43 8 81q-1 83 -41 138 q-60 80 -207 80h-373zM372 803h325q130 3 224 73.5t120 200.5q9 44 9 80q0 86 -49 132q-69 65 -235 65h-283z" />
<glyph unicode="C" horiz-adv-x="1230" d="M165 613l47 238q60 299 215 462.5t382 163.5q205 0 328 -129q101 -106 101 -271q0 -36 -5 -75l-2 -5h-110q2 27 2 52q0 141 -72 226q-85 100 -258 100q-162 0 -290.5 -146t-174.5 -376l-48 -240q-18 -88 -18 -163q0 -134 57 -226q89 -144 271 -144q157 0 260 90t161 276 h108l2 -6q-62 -222 -198.5 -341.5t-347.5 -119.5q-215 0 -340 182q-87 126 -87 295q0 75 17 157z" />
<glyph unicode="D" horiz-adv-x="1260" d="M97 0l291 1456h358q236 0 386 -184q110 -136 110 -318q0 -66 -14 -137l-37 -188q-61 -301 -236 -465t-426 -164h-432zM232 101h317q183 0 331 148.5t195 379.5l38 191q14 71 14 134q0 149 -80 253q-114 147 -321 147h-244z" />
<glyph unicode="E" horiz-adv-x="1108" d="M97 0l291 1456h855l-20 -102h-741l-109 -547h650l-20 -102h-650l-121 -604h745l-20 -101h-860z" />
<glyph unicode="F" horiz-adv-x="1109" d="M97 0l291 1456h866l-20 -102h-752l-113 -569h656l-21 -103h-656l-136 -682h-115z" />
<glyph unicode="G" horiz-adv-x="1313" d="M174 600l53 267q58 288 231.5 449t407.5 161q204 0 312 -119q92 -104 92 -255q0 -24 -2 -49l-3 -6h-108v19q0 133 -66 217q-71 91 -245 91q-168 0 -314 -144.5t-188 -361.5l-54 -269q-17 -87 -17 -160q0 -132 57 -222q88 -138 280 -138q123 0 230 41t150 88l76 380h-356 l20 102h472l-103 -518q-61 -72 -193.5 -133t-315.5 -61q-222 0 -346 175q-87 122 -87 289q0 74 17 157z" />
<glyph unicode="H" horiz-adv-x="1357" d="M97 0l291 1456h115l-137 -684h763l137 684h115l-291 -1456h-115l134 670h-763l-134 -670h-115z" />
<glyph unicode="I" horiz-adv-x="527" d="M120 0l291 1456h116l-291 -1456h-116z" />
<glyph unicode="J" horiz-adv-x="1058" d="M70 401h116q-12 -60 -12 -109q0 -87 38 -136q61 -76 208 -76q114 0 215 91.5t132 241.5l208 1043h116l-208 -1043q-43 -213 -173.5 -323.5t-309.5 -110.5t-275 109q-67 76 -67 199q0 53 12 114z" />
<glyph unicode="K" horiz-adv-x="1126" d="M75 0l291 1456h117l-132 -659h186l611 659h143l3 -6l-679 -716l418 -734h-135l-388 691h-180l-138 -691h-117z" />
<glyph unicode="L" horiz-adv-x="1015" d="M97 0l291 1456h116l-271 -1355h668l-20 -101h-784z" />
<glyph unicode="M" horiz-adv-x="1662" d="M97 0l291 1456h152l236 -1281l6 -1l752 1282h152l-291 -1456h-115l129 643l135 630l-6 2l-753 -1275h-80l-244 1269h-6l-114 -626l-129 -643h-115z" />
<glyph unicode="N" horiz-adv-x="1363" d="M97 0l291 1456h116l512 -1243h6l249 1243h116l-291 -1456h-116l-512 1245h-6l-249 -1245h-116z" />
<glyph unicode="O" horiz-adv-x="1293" d="M158 613l47 238q61 303 217.5 464.5t395.5 161.5q229 1 361 -181q93 -128 94 -302q0 -72 -17 -152l-47 -238q-62 -304 -221 -464.5t-403 -160.5q-227 1 -355 181q-89 126 -89 296q0 74 17 157zM274 613q-18 -88 -18 -163q0 -136 60 -226q92 -140 290 -141 q180 0 310 141.5t178 379.5l48 240q17 84 17 155q1 139 -63 233q-96 140 -299 140q-175 0 -302 -142t-173 -377z" />
<glyph unicode="P" horiz-adv-x="1191" d="M97 0l291 1456h469q199 0 299 -119q73 -87 73 -210q0 -46 -10 -96q-41 -206 -178 -316t-354 -110h-354l-121 -605h-115zM353 707h354q154 0 261.5 93.5t135.5 228.5q9 47 9 87q1 89 -43 150q-64 88 -233 88h-354z" />
<glyph unicode="Q" horiz-adv-x="1294" d="M158 613l47 238q61 303 217.5 464.5t395.5 161.5q229 0 361 -181q93 -129 93 -302q0 -72 -16 -152l-47 -238q-37 -182 -109 -312.5t-176 -207.5l175 -221l-96 -75l-186 235q-52 -22 -110.5 -33t-121.5 -11q-226 0 -355 181q-89 125 -89 296q0 74 17 157zM274 613 q-18 -88 -18 -163q0 -136 60 -226q92 -141 290 -141q180 0 310 141.5t178 379.5l48 240q17 84 17 155q0 140 -63 233q-96 140 -299 140q-175 0 -302 -142t-173 -377z" />
<glyph unicode="R" horiz-adv-x="1264" d="M94 0l291 1455h461q204 -1 306 -105q74 -76 74 -199q0 -46 -10 -98q-26 -125 -106 -214t-205 -129q113 -35 155 -124q26 -56 27 -125q0 -42 -10 -90l-27 -137q-12 -55 -11 -99q1 -13 1 -25q4 -52 32 -86l-5 -24h-118q-27 36 -28 100v9q0 61 13 127l27 133q9 44 9 81 q0 84 -44 134q-63 74 -207 74h-377l-132 -658h-116zM362 760h331q169 0 275 81.5t132 212.5q9 48 9 88q0 88 -45 138q-66 73 -238 73h-345z" />
<glyph unicode="S" horiz-adv-x="1156" d="M142 412l3 6h107q-10 -51 -10 -94q0 -116 74 -170q102 -74 264 -74q128 0 236 69.5t128 167.5q8 39 8 73q0 82 -46 135q-66 74 -265 151q-212 77 -303 175q-64 69 -64 183q0 47 11 102q33 164 162.5 252.5t311.5 88.5q201 1 313 -117q81 -84 81 -212q0 -50 -13 -106 l-2 -5h-109q9 43 9 82q0 98 -58 164q-80 92 -241 92q-124 0 -221.5 -70.5t-116.5 -166.5q-9 -43 -9 -80q0 -79 42 -128q60 -72 264 -150q212 -78 306 -179q68 -73 67 -188q0 -44 -10 -94q-34 -169 -170 -254.5t-331 -85.5q-198 0 -332 106q-99 78 -99 217q0 51 13 110z" />
<glyph unicode="T" horiz-adv-x="1137" d="M232 1354l20 102h1044l-20 -102h-465l-270 -1354h-116l270 1354h-463z" />
<glyph unicode="U" horiz-adv-x="1288" d="M168 469l197 987h116l-197 -987q-13 -66 -13 -121q-1 -110 53 -173q80 -95 248 -95q157 0 286.5 102.5t166.5 286.5l197 987h115l-197 -987q-51 -254 -207.5 -372t-380.5 -118q-202 0 -317 128q-81 90 -81 233q0 60 14 129z" />
<glyph unicode="V" horiz-adv-x="1187" d="M198 1456h125l210 -1210l12 -94l6 -1l42 95l597 1210h126l-738 -1456h-109z" />
<glyph unicode="W" horiz-adv-x="1714" d="M221 1456h119l76 -1044l6 -218l6 -1l84 219l451 1044h109l117 -1044l13 -218l6 -1l78 219l409 1044h117l-579 -1456h-109l-123 1117l-11 148l-6 1l-57 -149l-483 -1117h-110z" />
<glyph unicode="X" horiz-adv-x="1180" d="M-10 0l582 738l-335 718h140l276 -622l478 622h141l-564 -718l345 -738h-138l-290 642l-494 -642h-141z" />
<glyph unicode="Y" horiz-adv-x="1168" d="M241 1456h135l252 -803l576 803h134l-678 -924l-106 -532h-115l108 540z" />
<glyph unicode="Z" horiz-adv-x="1054" d="M16 0l6 92l926 1262h-691l20 102h832l-17 -87l-930 -1268h763l-20 -101h-889z" />
<glyph unicode="[" horiz-adv-x="470" d="M35 -312l316 1976h311l-16 -102h-194l-284 -1772h194l-16 -102h-311z" />
<glyph unicode="\" horiz-adv-x="763" d="M255 1456h113l249 -1581h-113z" />
<glyph unicode="]" horiz-adv-x="470" d="M-114 -312l16 102h195l284 1772h-195l16 102h311l-316 -1976h-311z" />
<glyph unicode="^" horiz-adv-x="803" d="M137 729l423 727h86l132 -727h-112l-83 484l-6 102l-6 1l-48 -103l-274 -484h-112z" />
<glyph unicode="_" horiz-adv-x="835" d="M-99 -101l20 101h822l-20 -101h-822z" />
<glyph unicode="`" horiz-adv-x="557" d="M252 1476h154l145 -266h-112z" />
<glyph unicode="a" horiz-adv-x="1035" d="M75 288q31 160 166 245t344 85h219l27 134q8 39 8 71q1 71 -37 115q-54 62 -180 62q-108 0 -200 -64t-109 -153l-105 1l-2 6q20 130 145 221t296 91q157 0 245 -92q64 -67 64 -174q0 -40 -9 -86l-106 -532q-13 -60 -17 -112q-2 -28 -3 -56q0 -25 2 -50h-121q2 74 4 104.5 t10 69.5q-72 -84 -175 -139.5t-218 -55.5q-138 -1 -207 85q-49 61 -49 149q0 35 8 75zM189 284q-6 -28 -6 -53q0 -57 31 -93q44 -52 144 -53q110 0 217 61t166 153l45 227h-222q-139 0 -247 -70.5t-128 -171.5z" />
<glyph unicode="b" d="M65 0l312 1560h116l-126 -625l5 -4q59 81 141 126t182 45q171 0 255 -166q53 -104 52 -241q0 -83 -19 -178l-4 -21q-52 -259 -169.5 -388t-299.5 -129q-100 0 -179 51t-120 138l-46 -168h-100zM235 273q22 -87 91.5 -138.5t181.5 -51.5q134 0 224.5 110.5t129.5 302.5 l4 21q19 96 19 175q-1 100 -31 174q-54 132 -202 132q-104 0 -183.5 -66.5t-135.5 -168.5z" />
<glyph unicode="c" horiz-adv-x="998" d="M108 520l7 42q39 245 174 392.5t342 147.5q161 0 257 -106q73 -80 72 -197q0 -38 -7 -79l-2 -5h-104q5 33 5 63q0 91 -50 147q-68 75 -187 75q-154 0 -254 -126.5t-130 -311.5l-7 -42q-12 -72 -11 -133q0 -109 36 -187q57 -120 220 -120q106 0 202.5 68.5t115.5 188.5 h102l2 -6q-21 -157 -151.5 -254.5t-286.5 -97.5q-199 0 -291 153q-66 108 -65 258q0 62 11 130z" />
<glyph unicode="d" d="M128 531l4 21q55 277 174 413.5t304 136.5q100 0 176 -46.5t116 -130.5l127 635h115l-312 -1560h-102l20 144q-63 -79 -146 -122t-182 -43q-169 -1 -255 157q-56 102 -56 237q0 74 17 158zM245 531q-18 -88 -18 -161q1 -98 33 -166q56 -120 205 -121q96 0 174 56t136 152 l102 509q-23 87 -87.5 142.5t-177.5 55.5q-135 0 -229 -121.5t-134 -324.5z" />
<glyph unicode="e" horiz-adv-x="993" d="M102 509l9 55q38 241 185.5 389.5t325.5 148.5q179 0 268 -127q65 -93 65 -228q0 -50 -9 -107l-16 -102h-708l-4 -29q-9 -57 -9 -108q1 -117 49 -201q70 -120 216 -120q99 0 179.5 31.5t141.5 88.5l36 -82q-67 -64 -160 -101.5t-213 -37.5q-183 0 -288 151 q-78 112 -78 265q0 55 10 114zM249 645l2 -6h580l5 30q6 41 6 77q0 95 -43 162q-60 92 -193 92q-117 0 -217.5 -102t-139.5 -253z" />
<glyph unicode="f" horiz-adv-x="638" d="M147 0l197 984h-166l19 98h166l32 158q35 174 126.5 257.5t231.5 83.5q29 0 61 -5t62 -14l-33 -99q-21 6 -44 9.5t-55 3.5q-84 0 -147.5 -63t-85.5 -173l-32 -158h238l-19 -98h-238l-197 -984h-116z" />
<glyph unicode="g" d="M56 -366l50 101q52 -31 115.5 -48t137.5 -17q137 0 234 93t129 251l24 122q-62 -76 -143 -116.5t-178 -40.5q-170 0 -257 157q-56 103 -56 238q0 74 17 157l4 21q55 276 174.5 413t305.5 137q102 0 179 -49t116 -136l46 165h98l-213 -1068q-45 -223 -173.5 -337 t-325.5 -114q-68 0 -148.5 19.5t-135.5 51.5zM245 531q-18 -87 -18 -158q0 -99 34 -169q58 -121 207 -121q97 0 175 57.5t135 154.5l100 501q-21 88 -85.5 145t-177.5 57q-136 0 -231 -122t-135 -324z" />
<glyph unicode="h" d="M66 0l312 1560h116l-129 -642l5 -4q64 90 156 139t203 49q149 0 218 -108q42 -66 42 -173q0 -68 -17 -154l-133 -667h-116l134 669q16 82 16 142q-1 77 -27 117q-48 70 -164 70q-106 0 -197.5 -67t-151.5 -176l-151 -755h-116z" />
<glyph unicode="i" horiz-adv-x="445" d="M80 0l216 1082h115l-216 -1082h-115zM358 1392l34 168h115l-34 -168h-115z" />
<glyph unicode="j" horiz-adv-x="463" d="M-268 -418l33 101q14 -5 39.5 -10t43.5 -5q77 0 137 62.5t84 180.5l234 1171h115l-234 -1171q-36 -178 -125 -263t-226 -85q-26 0 -51 5t-50 14zM360 1396l33 164h116l-33 -164h-116z" />
<glyph unicode="k" horiz-adv-x="948" d="M67 0l312 1560h116l-186 -930h117l458 452h134l2 -6l-497 -487l328 -589h-139l-297 527h-127l-105 -527h-116z" />
<glyph unicode="l" horiz-adv-x="445" d="M80 0l312 1560h115l-312 -1560h-115z" />
<glyph unicode="m" horiz-adv-x="1696" d="M61 0l216 1082h103l-23 -167q66 91 155.5 139t201.5 48q106 0 172.5 -59.5t79.5 -179.5q67 115 164 177t220 62q150 0 220 -118q41 -70 41 -182q0 -76 -19 -171l-126 -631h-117l127 633q20 100 20 170q0 79 -26 119q-48 76 -166 76t-208.5 -89t-137.5 -223l-6 -37 l-130 -649h-117l127 633q19 97 19 166q1 79 -25 121q-48 78 -168 78q-111 0 -194 -68t-136 -180l-150 -750h-117z" />
<glyph unicode="n" d="M66 0l216 1082h103l-26 -178q67 96 159 147t205 51q153 0 222 -110q42 -67 43 -176q0 -70 -18 -157l-132 -659h-116l132 658q18 90 18 153q0 77 -26 117q-48 70 -170 70q-108 0 -197.5 -70t-147.5 -183l-149 -745h-116z" />
<glyph unicode="o" d="M104 524l5 33q39 248 183.5 396.5t348.5 148.5q193 0 295 -154q74 -112 74 -268q0 -58 -10 -123l-5 -33q-40 -249 -184 -397t-347 -148q-195 0 -297 154q-74 111 -74 266q0 59 11 125zM220 524q-10 -63 -11 -119q0 -117 46 -201q67 -124 225 -124q147 0 258 129.5 t141 314.5l5 33q9 60 9 113q1 118 -45 204q-66 126 -223 126q-149 0 -260.5 -130.5t-139.5 -312.5z" />
<glyph unicode="p" d="M-18 -416l299 1498h98l-17 -154q64 83 147.5 128.5t184.5 45.5q171 0 254 -168q52 -105 52 -242q0 -84 -19 -180l-4 -21q-52 -259 -168.5 -385.5t-299.5 -126.5q-101 0 -179.5 42t-120.5 118l-111 -555h-116zM232 257q25 -82 93 -129.5t177 -47.5q135 0 228 110t131 301 l4 21q19 94 19 172q0 103 -32 180q-57 134 -205 134q-100 0 -177.5 -61.5t-132.5 -158.5z" />
<glyph unicode="q" d="M128 531l4 21q55 277 174 413.5t304 136.5q100 0 176 -44.5t116 -126.5l41 151h100l-299 -1498h-115l109 547q-63 -73 -143 -112.5t-173 -39.5q-169 0 -255 157q-56 102 -56 237q0 74 17 158zM245 531q-18 -89 -18 -162q0 -97 32 -167q56 -122 205 -122q93 0 169.5 55 t134.5 147l106 530q-24 84 -88.5 136t-173.5 52q-135 0 -229 -122.5t-134 -325.5z" />
<glyph unicode="r" horiz-adv-x="659" d="M66 0l216 1082h102l-22 -179q62 95 145 147t184 52q19 0 40 -3.5t33 -7.5l-37 -112l-84 6q-98 0 -179.5 -67t-134.5 -180l-147 -738h-116z" />
<glyph unicode="s" horiz-adv-x="982" d="M85 297l2 6h107q-2 -17 -2 -32q0 -93 63 -138q73 -53 183 -53q114 0 195 57.5t94 137.5q2 16 2 31q0 60 -38 104q-48 56 -193 91q-174 42 -250 111q-60 54 -60 143q0 25 5 52q20 129 130.5 212t272.5 83q164 0 252 -92q68 -71 69 -166q0 -28 -6 -59l-2 -6h-108q3 18 3 35 q0 70 -48 122q-58 64 -176 64q-115 0 -187.5 -57.5t-83.5 -131.5q-3 -18 -3 -34q0 -54 34 -91q44 -48 195 -85q173 -43 251 -117q62 -59 61 -153q0 -24 -4 -50q-23 -140 -137 -221t-284 -81q-176 0 -270 95q-73 74 -73 169q0 26 6 54z" />
<glyph unicode="t" horiz-adv-x="645" d="M152 984l19 98h173l56 277h117l-56 -277h220l-19 -98h-220l-141 -705q-11 -53 -11 -90q0 -43 14 -65q26 -40 88 -40q25 0 53.5 3t59.5 8l-1 -89q-29 -13 -71 -20t-83 -7q-100 0 -149 73q-30 44 -30 118q0 48 13 109l141 705h-173z" />
<glyph unicode="u" d="M153 455l125 627h116l-125 -629q-21 -104 -21 -176q0 -75 22 -115q44 -80 163 -79q117 0 206.5 63.5t143.5 170.5l153 765h116l-216 -1082h-102l24 166q-66 -92 -157 -139.5t-203 -47.5q-150 0 -222 118q-43 70 -43 184q0 77 20 174z" />
<glyph unicode="v" horiz-adv-x="944" d="M149 1082h120l145 -811l12 -121l6 -1l53 122l401 811h120l-555 -1082h-92z" />
<glyph unicode="w" horiz-adv-x="1452" d="M195 1082h120l40 -731v-187l6 -2l83 189l359 731h99l67 -731l8 -194l6 -1l80 195l327 731h120l-509 -1082h-98l-73 740l-7 184l-6 1l-81 -185l-366 -740h-99z" />
<glyph unicode="x" horiz-adv-x="944" d="M-15 5l439 546l-255 531h136l196 -442l340 442h130l3 -5l-422 -526l266 -551h-135l-208 461l-357 -461h-130z" />
<glyph unicode="y" horiz-adv-x="944" d="M-72 -423l34 100q12 -2 36 -4.5t35 -2.5q66 0 124.5 58t103.5 140l82 147l-175 1067h129l115 -789l9 -122l6 -1l483 912h130l-687 -1255q-61 -110 -139 -187t-198 -77q-18 0 -46 4.5t-42 9.5z" />
<glyph unicode="z" horiz-adv-x="944" d="M4 0l18 88l777 886l-2 5h-579l20 103h730l-17 -89l-781 -887l2 -5h644l-20 -101h-792z" />
<glyph unicode="{" horiz-adv-x="640" d="M85 549l13 81l4 23q105 0 169.5 68t84.5 189l36 228q28 177 118 292.5t268 166.5l6 -1l11 -72q-124 -41 -193.5 -141.5t-92.5 -244.5l-36 -228q-19 -115 -74.5 -195.5t-149.5 -115.5q79 -40 110 -121.5t14 -187.5l-36 -226q-24 -148 14.5 -243.5t151.5 -138.5l-41 -80 q-162 55 -215.5 173.5t-26.5 288.5l36 226q20 127 -20 193t-151 66z" />
<glyph unicode="|" horiz-adv-x="434" d="M57 -270l276 1726h98l-276 -1726h-98z" />
<glyph unicode="}" horiz-adv-x="640" d="M-108 -324q124 42 194.5 140.5t93.5 241.5l36 226q18 117 75.5 197t157.5 115q-85 36 -118 117t-15 191l36 228q24 149 -13.5 246.5t-148.5 139.5l38 79q161 -55 214 -174.5t26 -290.5l-36 -228q-21 -127 20.5 -192t152.5 -65l-9 -53l-8 -51q-105 0 -170.5 -69.5 t-85.5 -189.5l-36 -226q-29 -176 -118 -290.5t-266 -166.5l-6 2z" />
<glyph unicode="~" horiz-adv-x="1313" d="M143 474q21 136 109 224.5t204 88.5q77 0 142.5 -38t133.5 -112q49 -56 94.5 -82t98.5 -26q68 0 129.5 64.5t77.5 161.5l90 -15q-22 -134 -111 -225.5t-203 -91.5q-78 0 -142.5 36.5t-132.5 113.5q-51 54 -97 80.5t-97 26.5q-70 0 -130.5 -61.5t-75.5 -159.5z" />
<glyph unicode="&#xa1;" horiz-adv-x="434" d="M-11 -374l196 978h117l-196 -978h-117zM235 898l36 184h135l-36 -184h-135z" />
<glyph unicode="&#xa2;" horiz-adv-x="1047" d="M130 520l7 42q37 234 163 380t319 159l44 217h116l-45 -224q128 -27 198.5 -128t47.5 -251h-111q22 135 -45.5 210t-186.5 75q-154 0 -254 -126.5t-130 -311.5l-7 -42q-32 -199 25 -319.5t220 -120.5q106 0 202.5 68.5t115.5 188.5h102l3 -6q-21 -147 -138.5 -242.5 t-264.5 -107.5l-45 -226h-116l46 232q-159 30 -229 177t-37 356z" />
<glyph unicode="&#xa3;" horiz-adv-x="1100" d="M42 0l20 101h9q67 15 122 130t79 235l29 176h-191l21 102h186l49 296q43 217 162.5 327t288.5 110q163 0 237 -106.5t40 -280.5h-117q31 159 -17.5 222t-162.5 63q-107 0 -195 -89.5t-119 -245.5l-50 -296h417l-21 -102h-413l-29 -176q-23 -115 -64 -209t-97 -156h713 l-20 -101h-877z" />
<glyph unicode="&#xa4;" horiz-adv-x="1386" d="M33 60l186 166q-41 80 -53 177.5t10 204.5q23 118 74 220t124 183l-118 166l100 87l116 -164q86 65 183.5 99.5t199.5 34.5q92 0 174 -38.5t143 -107.5l196 177l65 -88l-199 -180q43 -82 56 -181.5t-8 -207.5q-23 -114 -71 -212t-115 -177l114 -159l-100 -87l-110 153 q-88 -71 -189.5 -108.5t-206.5 -37.5q-96 0 -181 40.5t-145 115.5l-180 -162zM285 608q-46 -228 53.5 -372.5t287.5 -144.5q170 0 337 153t210 364q44 227 -55.5 370.5t-285.5 143.5q-172 0 -339 -152.5t-208 -361.5z" />
<glyph unicode="&#xa5;" horiz-adv-x="1149" d="M106 326l19 102h385l37 175h-384l19 102h343l-273 751h134l247 -716l533 716h135l-573 -751h343l-19 -102h-390l-37 -175h389l-19 -102h-389l-65 -326h-115l65 326h-385z" />
<glyph unicode="&#xa6;" horiz-adv-x="426" d="M13 -270l154 771h116l-154 -771h-116zM207 698l151 758h116l-151 -758h-116z" />
<glyph unicode="&#xa7;" horiz-adv-x="1163" d="M6 -69l2 5l110 2q-38 -185 49 -258t238 -73q140 0 244.5 72t126.5 180q22 113 -35.5 169t-248.5 118q-213 61 -304.5 149t-57.5 256q20 104 87.5 173.5t172.5 101.5q-73 49 -100 119.5t-5 174.5q34 171 170.5 264t340.5 93q194 0 294 -113.5t57 -312.5l-3 -5h-109 q29 150 -37.5 239.5t-221.5 89.5q-149 0 -251 -72.5t-122 -179.5q-25 -121 30 -176t256 -119q216 -65 303.5 -148.5t55.5 -248.5q-22 -105 -91 -174t-177 -100q76 -49 105.5 -119t8.5 -177q-35 -177 -170 -266.5t-339 -89.5q-187 0 -306.5 104t-72.5 322zM247 553 q-25 -123 33.5 -177.5t275.5 -124.5q31 -10 57.5 -19t50.5 -18q103 15 177 74t91 140q22 114 -41.5 173t-269.5 128q-37 10 -67 20t-56 21q-101 -15 -168 -74.5t-83 -142.5z" />
<glyph unicode="&#xa8;" horiz-adv-x="906" d="M294 1299l25 157h165l-25 -157h-165zM731 1299l25 157h164l-25 -157h-164z" />
<glyph unicode="&#xa9;" horiz-adv-x="1530" d="M150 729q52 327 276.5 537t503.5 210q263 0 426 -218t114 -529q-53 -328 -277.5 -539t-501.5 -211q-265 0 -428.5 218.5t-112.5 531.5zM231 729q-47 -290 91 -477t382 -187q229 0 434.5 194t250.5 470q45 288 -93 474t-380 186q-232 0 -437 -193t-248 -467zM481 669 l19 119q28 178 129 282.5t243 104.5q132 0 200 -80.5t44 -232.5h-95q19 117 -22.5 170t-140.5 53q-98 0 -170.5 -84.5t-92.5 -211.5l-19 -120q-22 -137 21.5 -217t146.5 -80q95 0 154.5 54.5t78.5 169.5h87l2 -6q-22 -156 -110 -232t-227 -76q-136 0 -206 107.5t-42 279.5z " />
<glyph unicode="&#xaa;" horiz-adv-x="853" d="M229 919q22 113 105 167.5t226 54.5h167l12 61q18 91 -9.5 134.5t-101.5 43.5q-79 0 -135.5 -38t-69.5 -108l-94 9l-1 6q16 104 103.5 166t215.5 62q108 0 165.5 -72.5t31.5 -203.5l-63 -315q-10 -50 -12.5 -92t0.5 -89h-107q-3 25 -2.5 52.5t3.5 55.5 q-44 -53 -108 -87.5t-141 -34.5q-103 0 -154.5 62.5t-30.5 165.5zM334 923q-14 -70 14.5 -103.5t104.5 -33.5q59 0 128.5 38t98.5 84l30 149h-166q-82 0 -141 -39.5t-69 -94.5z" />
<glyph unicode="&#xab;" horiz-adv-x="880" d="M134 512l1 6l3 13l351 379h93l2 -5l-328 -384l177 -388h-100zM423 512l1 6l3 13l351 379h93l2 -5l-328 -384l177 -388h-100z" />
<glyph unicode="&#xac;" horiz-adv-x="1050" d="M169 670l21 106h757l-12 -61l-9 -45l-57 -284h-116l57 284h-641z" />
<glyph unicode="&#xad;" horiz-adv-x="554" d="M79 570l20 101h446l-20 -101h-446z" />
<glyph unicode="&#xae;" horiz-adv-x="1535" d="M146 729q52 327 276.5 537t502.5 210q264 0 427.5 -217.5t114.5 -529.5q-53 -328 -278 -539t-503 -211q-265 0 -428 218.5t-112 531.5zM227 729q-47 -290 91 -477t381 -187q230 0 435 194t250 470q45 288 -93 474t-380 186q-231 0 -436 -193t-248 -467zM496 316l136 850 h242q132 0 198 -63.5t47 -184.5q-11 -71 -53.5 -119.5t-112.5 -78.5q58 -26 79 -79.5t10 -125.5l-9 -56q-7 -40 -8 -72.5t4 -54.5l-2 -16h-98q-6 22 -1.5 63.5t11.5 80.5l8 54q14 87 -14.5 122.5t-111.5 35.5h-173l-57 -356h-95zM662 763h166q73 0 128.5 40.5t67.5 112.5 q13 88 -23 123.5t-142 35.5h-147z" />
<glyph unicode="&#xaf;" horiz-adv-x="827" d="M252 1359l16 97h626l-16 -97h-626z" />
<glyph unicode="&#xb0;" horiz-adv-x="729" d="M297 1227q22 109 102.5 179.5t176.5 70.5q86 0 140.5 -75t34.5 -175q-23 -111 -101 -179t-173 -68q-88 0 -144 72.5t-36 174.5zM383 1227q-14 -72 18 -114t94 -42q55 0 105.5 44.5t64.5 111.5q14 72 -16 115.5t-91 43.5q-57 0 -109.5 -46.5t-65.5 -112.5z" />
<glyph unicode="&#xb1;" horiz-adv-x="1021" d="M131 728l17 101h382l71 438h106l-71 -438h364l-17 -101h-363l-70 -439h-106l70 439h-383zM132 48l21 102h776l-21 -102h-776z" />
<glyph unicode="&#xb2;" horiz-adv-x="789" d="M163 667l18 90l348 282q85 71 119 115.5t44 91.5q13 68 -15 105t-101 37q-74 0 -129 -43t-67 -107h-96l-1 6q15 103 100.5 169t210.5 66q109 0 166.5 -61.5t36.5 -172.5q-16 -80 -68.5 -136t-174.5 -158l-233 -188l2 -6h388l-18 -90h-530z" />
<glyph unicode="&#xb3;" horiz-adv-x="804" d="M206 882l3 6h98q-13 -67 25.5 -105t117.5 -38q77 0 133.5 38.5t69.5 102.5q15 80 -19.5 112t-121.5 32h-114l4 23l14 66h114q75 0 123 36t61 98t-20.5 98t-115.5 36q-64 0 -119 -36t-66 -93h-95l-2 6q15 101 100 157.5t200 56.5q116 0 179.5 -59.5t42.5 -165.5 q-13 -63 -55 -109t-106 -69q61 -23 87.5 -71.5t13.5 -117.5q-24 -116 -111.5 -173.5t-214.5 -57.5q-107 0 -179.5 59t-46.5 168z" />
<glyph unicode="&#xb4;" horiz-adv-x="550" d="M243 1217l228 261h141l2 -6l-273 -260h-96z" />
<glyph unicode="&#xb5;" d="M-13 -416l299 1498h115l-127 -634l1 1q-45 -222 3.5 -295.5t164.5 -73.5q118 0 201 62t135 175l153 765h116l-216 -1082h-100l19 144q-60 -82 -139.5 -123.5t-181.5 -41.5q-76 0 -135 31t-89 98l-104 -524h-115z" />
<glyph unicode="&#xb6;" horiz-adv-x="917" d="M193 988q43 220 187 344t364 124h213l-291 -1456h-116l104 520h-97q-203 0 -304 132t-60 336z" />
<glyph unicode="&#xb7;" horiz-adv-x="480" d="M199 624l36 180h147l-36 -180h-147z" />
<glyph unicode="&#xb8;" horiz-adv-x="474" d="M-68 -435l9 78q78 0 142.5 30.5t76.5 89.5q12 61 -20.5 81.5t-129.5 28.5l52 127h90l-25 -64q71 -9 107.5 -48.5t20.5 -122.5q-20 -97 -102 -148.5t-221 -51.5z" />
<glyph unicode="&#xb9;" horiz-adv-x="488" d="M270 665l141 703l-139 -7l19 93l246 23l-162 -812h-105z" />
<glyph unicode="&#xba;" horiz-adv-x="868" d="M250 1025l23 117q32 158 130 246.5t238 88.5q129 0 197 -95t39 -240l-23 -117q-32 -158 -130 -246t-238 -88q-130 0 -198 94t-38 240zM354 1025q-23 -113 14 -176t137 -63q88 0 156 68t89 171l23 117q22 110 -16 174t-135 64q-89 0 -157 -68.5t-88 -169.5z" />
<glyph unicode="&#xbb;" horiz-adv-x="875" d="M67 167l328 383l-176 394h101l197 -384l-2 -6h1l-3 -13l-350 -379h-94zM362 167l328 383l-176 394h101l197 -384l-2 -6h1l-3 -13l-350 -379h-94z" />
<glyph unicode="&#xbc;" horiz-adv-x="1464" d="M259 177l889 1138l62 -48l-890 -1138zM340 664l141 703l-139 -7l19 93l246 23l-162 -812h-105zM676 170l9 67l512 564h108l-108 -541h141l-18 -90h-141l-34 -170h-104l34 170h-399zM818 265l2 -5h273l79 397l-5 2l-30 -39z" />
<glyph unicode="&#xbd;" horiz-adv-x="1476" d="M271 177l889 1138l62 -48l-890 -1138zM340 664l141 703l-139 -7l19 93l246 23l-162 -812h-105zM769 0l18 90l348 282q85 71 119 115.5t44 91.5q13 68 -15 105t-101 37q-74 0 -129 -43t-67 -107h-96l-1 6q15 103 100.5 169t210.5 66q109 0 166.5 -61.5t36.5 -172.5 q-16 -80 -68.5 -136t-174.5 -158l-233 -188l2 -6h388l-18 -90h-530z" />
<glyph unicode="&#xbe;" horiz-adv-x="1606" d="M229 883l3 6h98q-13 -67 25.5 -105t117.5 -38q77 0 133.5 38.5t69.5 102.5q15 80 -19.5 112t-121.5 32h-114l4 23l14 66h114q75 0 123 36t61 98t-20.5 98t-115.5 36q-64 0 -119 -36t-66 -93h-95l-2 6q15 101 100 157.5t200 56.5q116 0 179.5 -59.5t42.5 -165.5 q-13 -63 -55 -109t-106 -69q61 -23 87.5 -71.5t13.5 -117.5q-24 -116 -111.5 -173.5t-214.5 -57.5q-107 0 -179.5 59t-46.5 168zM451 177l889 1138l62 -48l-890 -1138zM869 170l9 67l512 564h108l-108 -541h141l-18 -90h-141l-34 -170h-104l34 170h-399zM1011 265l2 -5h273 l79 397l-5 2l-30 -39z" />
<glyph unicode="&#xbf;" horiz-adv-x="904" d="M17 -20q28 143 105.5 238.5t222.5 218.5q67 53 89 99t42 142h116q-28 -131 -58.5 -183t-133.5 -136q-125 -116 -184.5 -190t-82.5 -188q-28 -135 20.5 -201.5t167.5 -66.5q101 0 184 69.5t108 184.5h107l2 -6q-31 -165 -150 -260t-273 -95q-158 0 -237 103t-45 271z M512 928l31 155h133l-31 -155h-133z" />
<glyph unicode="&#xc0;" horiz-adv-x="1203" d="M-50 0l806 1456h108l220 -1456h-120l-58 406h-616l-221 -406h-119zM348 513h543l-112 781l-6 1zM616 1827h154l145 -266h-112z" />
<glyph unicode="&#xc1;" horiz-adv-x="1203" d="M-50 0l806 1456h108l220 -1456h-120l-58 406h-616l-221 -406h-119zM348 513h543l-112 781l-6 1zM783 1562l228 261h141l2 -6l-273 -260h-96z" />
<glyph unicode="&#xc2;" horiz-adv-x="1203" d="M-50 0l806 1456h108l220 -1456h-120l-58 406h-616l-221 -406h-119zM348 513h543l-112 781l-6 1zM595 1601l5 21l257 221h92l170 -224l-4 -18h-107l-120 168l-187 -168h-106z" />
<glyph unicode="&#xc3;" horiz-adv-x="1203" d="M-50 0l806 1456h108l220 -1456h-120l-58 406h-616l-221 -406h-119zM348 513h543l-112 781l-6 1zM538 1622q14 90 73 146.5t137 56.5q57 0 126 -55t119 -55q41 0 78 36t46 91l73 -20q-15 -91 -75 -147.5t-138 -56.5q-64 0 -128.5 55t-115.5 55q-42 0 -78 -35.5t-44 -88.5z " />
<glyph unicode="&#xc4;" horiz-adv-x="1203" d="M-50 0l806 1456h108l220 -1456h-120l-58 406h-616l-221 -406h-119zM348 513h543l-112 781l-6 1zM565 1641l25 157h165l-25 -157h-165zM1002 1641l25 157h164l-25 -157h-164z" />
<glyph unicode="&#xc5;" horiz-adv-x="1203" d="M-50 0l806 1456h108l220 -1456h-120l-58 406h-616l-221 -406h-119zM348 513h543l-112 781l-6 1zM720 1730q14 74 69 120t123 46q61 0 99 -49t25 -117q-16 -75 -70 -119t-120 -44q-63 0 -101.5 46.5t-24.5 116.5zM794 1730q-9 -41 11 -66t56 -25q33 0 62.5 26t38.5 65 q8 43 -10.5 68t-54.5 25q-33 0 -64.5 -27t-38.5 -66z" />
<glyph unicode="&#xc6;" horiz-adv-x="1748" d="M-66 0l1110 1456h810l-20 -102h-647l-87 -545h548l-21 -102h-544l-97 -606h653l-20 -101h-764l62 389h-551l-291 -389h-141zM450 502h485l134 829l-6 2l-17 -35z" />
<glyph unicode="&#xc7;" horiz-adv-x="1230" d="M165 613l47 238q60 299 215 462.5t382 163.5q205 0 328 -129t96 -346l-2 -5h-110q15 178 -70 278t-258 100q-162 0 -290.5 -146t-174.5 -376l-48 -240q-50 -245 39 -389t271 -144q157 0 260 90t161 276h108l2 -6q-62 -222 -198.5 -341.5t-347.5 -119.5q-215 0 -340 182 t-70 452zM378 -443l9 78q78 0 142.5 30.5t76.5 89.5q12 61 -20.5 81.5t-129.5 28.5l52 127h90l-25 -64q71 -9 107.5 -48.5t20.5 -122.5q-20 -97 -102 -148.5t-221 -51.5z" />
<glyph unicode="&#xc8;" horiz-adv-x="1108" d="M97 0l291 1456h855l-20 -102h-741l-109 -547h650l-20 -102h-650l-121 -604h745l-20 -101h-860zM581 1827h154l145 -266h-112z" />
<glyph unicode="&#xc9;" horiz-adv-x="1108" d="M97 0l291 1456h855l-20 -102h-741l-109 -547h650l-20 -102h-650l-121 -604h745l-20 -101h-860zM748 1562l228 261h141l2 -6l-273 -260h-96z" />
<glyph unicode="&#xca;" horiz-adv-x="1108" d="M97 0l291 1456h855l-20 -102h-741l-109 -547h650l-20 -102h-650l-121 -604h745l-20 -101h-860zM560 1601l5 21l257 221h92l170 -224l-4 -18h-107l-120 168l-187 -168h-106z" />
<glyph unicode="&#xcb;" horiz-adv-x="1108" d="M97 0l291 1456h855l-20 -102h-741l-109 -547h650l-20 -102h-650l-121 -604h745l-20 -101h-860zM530 1641l25 157h165l-25 -157h-165zM967 1641l25 157h164l-25 -157h-164z" />
<glyph unicode="&#xcc;" horiz-adv-x="527" d="M120 0l291 1456h116l-291 -1456h-116zM259 1827h154l145 -266h-112z" />
<glyph unicode="&#xcd;" horiz-adv-x="527" d="M120 0l291 1456h116l-291 -1456h-116zM426 1562l228 261h141l2 -6l-273 -260h-96z" />
<glyph unicode="&#xce;" horiz-adv-x="527" d="M120 0l291 1456h116l-291 -1456h-116zM240 1601l5 21l257 221h92l170 -224l-4 -18h-107l-120 168l-187 -168h-106z" />
<glyph unicode="&#xcf;" horiz-adv-x="527" d="M120 0l291 1456h116l-291 -1456h-116zM210 1641l25 157h165l-25 -157h-165zM647 1641l25 157h164l-25 -157h-164z" />
<glyph unicode="&#xd0;" horiz-adv-x="1290" d="M121 689l21 102h143l133 665h358q237 0 386.5 -184.5t95.5 -454.5l-37 -188q-61 -301 -236 -465t-426 -164h-432l137 689h-143zM262 101h317q183 0 331 148.5t195 379.5l38 191q48 240 -66 387t-321 147h-244l-112 -563h313l-21 -102h-313z" />
<glyph unicode="&#xd1;" horiz-adv-x="1363" d="M97 0l291 1456h116l512 -1243h6l249 1243h116l-291 -1456h-116l-512 1245h-6l-249 -1245h-116zM599 1622q14 90 73 146.5t137 56.5q57 0 126 -55t119 -55q41 0 78 36t46 91l73 -20q-15 -91 -75 -147.5t-138 -56.5q-64 0 -128.5 55t-115.5 55q-42 0 -78 -35.5t-44 -88.5z " />
<glyph unicode="&#xd2;" horiz-adv-x="1293" d="M158 613l47 238q61 303 217.5 464.5t395.5 161.5q229 0 361 -181.5t77 -453.5l-47 -238q-62 -304 -221 -464.5t-403 -160.5q-226 0 -354.5 180.5t-72.5 453.5zM274 613q-51 -249 41.5 -389.5t290.5 -140.5q180 0 310 141.5t178 379.5l48 240q49 247 -46.5 387.5 t-298.5 140.5q-175 0 -302 -142t-173 -377zM645 1848h154l145 -266h-112z" />
<glyph unicode="&#xd3;" horiz-adv-x="1293" d="M158 613l47 238q61 303 217.5 464.5t395.5 161.5q229 0 361 -181.5t77 -453.5l-47 -238q-62 -304 -221 -464.5t-403 -160.5q-226 0 -354.5 180.5t-72.5 453.5zM274 613q-51 -249 41.5 -389.5t290.5 -140.5q180 0 310 141.5t178 379.5l48 240q49 247 -46.5 387.5 t-298.5 140.5q-175 0 -302 -142t-173 -377zM812 1583l228 261h141l2 -6l-273 -260h-96z" />
<glyph unicode="&#xd4;" horiz-adv-x="1293" d="M158 613l47 238q61 303 217.5 464.5t395.5 161.5q229 0 361 -181.5t77 -453.5l-47 -238q-62 -304 -221 -464.5t-403 -160.5q-226 0 -354.5 180.5t-72.5 453.5zM274 613q-51 -249 41.5 -389.5t290.5 -140.5q180 0 310 141.5t178 379.5l48 240q49 247 -46.5 387.5 t-298.5 140.5q-175 0 -302 -142t-173 -377zM624 1622l5 21l257 221h92l170 -224l-4 -18h-107l-120 168l-187 -168h-106z" />
<glyph unicode="&#xd5;" horiz-adv-x="1293" d="M158 613l47 238q61 303 217.5 464.5t395.5 161.5q229 0 361 -181.5t77 -453.5l-47 -238q-62 -304 -221 -464.5t-403 -160.5q-226 0 -354.5 180.5t-72.5 453.5zM274 613q-51 -249 41.5 -389.5t290.5 -140.5q180 0 310 141.5t178 379.5l48 240q49 247 -46.5 387.5 t-298.5 140.5q-175 0 -302 -142t-173 -377zM567 1643q14 90 73 146.5t137 56.5q57 0 126 -55t119 -55q41 0 78 36t46 91l73 -20q-15 -91 -75 -147.5t-138 -56.5q-64 0 -128.5 55t-115.5 55q-42 0 -78 -35.5t-44 -88.5z" />
<glyph unicode="&#xd6;" horiz-adv-x="1293" d="M158 613l47 238q61 303 217.5 464.5t395.5 161.5q229 0 361 -181.5t77 -453.5l-47 -238q-62 -304 -221 -464.5t-403 -160.5q-226 0 -354.5 180.5t-72.5 453.5zM274 613q-51 -249 41.5 -389.5t290.5 -140.5q180 0 310 141.5t178 379.5l48 240q49 247 -46.5 387.5 t-298.5 140.5q-175 0 -302 -142t-173 -377zM594 1662l25 157h165l-25 -157h-165zM1031 1662l25 157h164l-25 -157h-164z" />
<glyph unicode="&#xd7;" horiz-adv-x="1008" d="M70 318l405 365l-249 350l93 80l247 -349l388 349l60 -80l-390 -350l260 -365l-92 -79l-259 362l-403 -362z" />
<glyph unicode="&#xd8;" horiz-adv-x="1294" d="M59 -84l170 220q-63 85 -82.5 206.5t10.5 266.5l47 237q60 300 232 465.5t415 165.5q95 0 174 -34.5t136 -98.5l124 161h99l-176 -228q47 -84 60.5 -194.5t-11.5 -236.5l-47 -237q-61 -300 -235.5 -465t-421.5 -165q-81 0 -150 25t-121 73l-124 -161h-99zM253.5 390 q6.5 -96 42.5 -156l6 -2l793 1027q-42 55 -108.5 84t-156.5 29q-179 0 -321.5 -146.5t-187.5 -377.5l-48 -239q-26 -123 -19.5 -219zM346 161q40 -39 97 -58.5t131 -19.5q183 0 328.5 146t192.5 380l48 239q20 102 18 185t-25 142l-6 2z" />
<glyph unicode="&#xd9;" horiz-adv-x="1288" d="M168 469l197 987h116l-197 -987q-40 -199 40.5 -294t247.5 -95q157 0 286.5 102.5t166.5 286.5l197 987h115l-197 -987q-51 -254 -207.5 -372t-380.5 -118q-202 0 -317 128t-67 362zM649 1827h154l145 -266h-112z" />
<glyph unicode="&#xda;" horiz-adv-x="1288" d="M168 469l197 987h116l-197 -987q-40 -199 40.5 -294t247.5 -95q157 0 286.5 102.5t166.5 286.5l197 987h115l-197 -987q-51 -254 -207.5 -372t-380.5 -118q-202 0 -317 128t-67 362zM816 1562l228 261h141l2 -6l-273 -260h-96z" />
<glyph unicode="&#xdb;" horiz-adv-x="1288" d="M168 469l197 987h116l-197 -987q-40 -199 40.5 -294t247.5 -95q157 0 286.5 102.5t166.5 286.5l197 987h115l-197 -987q-51 -254 -207.5 -372t-380.5 -118q-202 0 -317 128t-67 362zM628 1601l5 21l257 221h92l170 -224l-4 -18h-107l-120 168l-187 -168h-106z" />
<glyph unicode="&#xdc;" horiz-adv-x="1288" d="M168 469l197 987h116l-197 -987q-40 -199 40.5 -294t247.5 -95q157 0 286.5 102.5t166.5 286.5l197 987h115l-197 -987q-51 -254 -207.5 -372t-380.5 -118q-202 0 -317 128t-67 362zM598 1641l25 157h165l-25 -157h-165zM1035 1641l25 157h164l-25 -157h-164z" />
<glyph unicode="&#xdd;" horiz-adv-x="1168" d="M241 1456h135l252 -803l576 803h134l-678 -924l-106 -532h-115l108 540zM744 1555l228 261h141l2 -6l-273 -260h-96z" />
<glyph unicode="&#xde;" horiz-adv-x="1139" d="M89 0l291 1456h116l-61 -304h298q192 0 291.5 -117.5t64.5 -296.5q-40 -196 -175.5 -305t-345.5 -109h-298l-65 -324h-116zM290 425h298q148 0 253.5 94t130.5 217q27 137 -35 226t-224 89h-298z" />
<glyph unicode="&#xdf;" horiz-adv-x="1127" d="M60 0l216 1082q44 218 159 324t279 106q123 0 197 -80.5t46 -221.5q-24 -120 -101.5 -222t-92.5 -178q-19 -96 123.5 -234t114.5 -281q-33 -164 -148 -240t-266 -76q-74 0 -156.5 23.5t-111.5 56.5l52 101q32 -31 95 -55.5t128 -24.5q108 0 189.5 61t100.5 154 q22 110 -121.5 247t-116.5 270q20 103 100.5 207.5t97.5 184.5q19 98 -24.5 152.5t-116.5 54.5q-105 0 -192.5 -86.5t-118.5 -242.5l-216 -1082h-116z" />
<glyph unicode="&#xe0;" horiz-adv-x="1035" d="M75 288q31 160 166 245t344 85h219l27 134q25 123 -29.5 185.5t-179.5 62.5q-108 0 -200 -64t-109 -153l-105 1l-2 6q20 130 145 221t296 91q157 0 245 -92.5t55 -259.5l-106 -532q-13 -60 -17.5 -112t-0.5 -106h-121q2 74 4 104.5t10 69.5q-72 -84 -175 -139.5 t-218 -55.5q-138 0 -207 85.5t-41 223.5zM189 284q-19 -94 25 -146.5t144 -52.5q110 0 217 61t166 153l45 227h-222q-139 0 -247 -70.5t-128 -171.5zM443 1506h154l145 -266h-112z" />
<glyph unicode="&#xe1;" horiz-adv-x="1035" d="M75 288q31 160 166 245t344 85h219l27 134q25 123 -29.5 185.5t-179.5 62.5q-108 0 -200 -64t-109 -153l-105 1l-2 6q20 130 145 221t296 91q157 0 245 -92.5t55 -259.5l-106 -532q-13 -60 -17.5 -112t-0.5 -106h-121q2 74 4 104.5t10 69.5q-72 -84 -175 -139.5 t-218 -55.5q-138 0 -207 85.5t-41 223.5zM189 284q-19 -94 25 -146.5t144 -52.5q110 0 217 61t166 153l45 227h-222q-139 0 -247 -70.5t-128 -171.5zM610 1241l228 261h141l2 -6l-273 -260h-96z" />
<glyph unicode="&#xe2;" horiz-adv-x="1035" d="M75 288q31 160 166 245t344 85h219l27 134q25 123 -29.5 185.5t-179.5 62.5q-108 0 -200 -64t-109 -153l-105 1l-2 6q20 130 145 221t296 91q157 0 245 -92.5t55 -259.5l-106 -532q-13 -60 -17.5 -112t-0.5 -106h-121q2 74 4 104.5t10 69.5q-72 -84 -175 -139.5 t-218 -55.5q-138 0 -207 85.5t-41 223.5zM189 284q-19 -94 25 -146.5t144 -52.5q110 0 217 61t166 153l45 227h-222q-139 0 -247 -70.5t-128 -171.5zM422 1280l5 21l257 221h92l170 -224l-4 -18h-107l-120 168l-187 -168h-106z" />
<glyph unicode="&#xe3;" horiz-adv-x="1035" d="M75 288q31 160 166 245t344 85h219l27 134q25 123 -29.5 185.5t-179.5 62.5q-108 0 -200 -64t-109 -153l-105 1l-2 6q20 130 145 221t296 91q157 0 245 -92.5t55 -259.5l-106 -532q-13 -60 -17.5 -112t-0.5 -106h-121q2 74 4 104.5t10 69.5q-72 -84 -175 -139.5 t-218 -55.5q-138 0 -207 85.5t-41 223.5zM189 284q-19 -94 25 -146.5t144 -52.5q110 0 217 61t166 153l45 227h-222q-139 0 -247 -70.5t-128 -171.5zM365 1301q14 90 73 146.5t137 56.5q57 0 126 -55t119 -55q41 0 78 36t46 91l73 -20q-15 -91 -75 -147.5t-138 -56.5 q-64 0 -128.5 55t-115.5 55q-42 0 -78 -35.5t-44 -88.5z" />
<glyph unicode="&#xe4;" horiz-adv-x="1035" d="M75 288q31 160 166 245t344 85h219l27 134q25 123 -29.5 185.5t-179.5 62.5q-108 0 -200 -64t-109 -153l-105 1l-2 6q20 130 145 221t296 91q157 0 245 -92.5t55 -259.5l-106 -532q-13 -60 -17.5 -112t-0.5 -106h-121q2 74 4 104.5t10 69.5q-72 -84 -175 -139.5 t-218 -55.5q-138 0 -207 85.5t-41 223.5zM189 284q-19 -94 25 -146.5t144 -52.5q110 0 217 61t166 153l45 227h-222q-139 0 -247 -70.5t-128 -171.5zM392 1320l25 157h165l-25 -157h-165zM829 1320l25 157h164l-25 -157h-164z" />
<glyph unicode="&#xe5;" horiz-adv-x="1035" d="M75 288q31 160 166 245t344 85h219l27 134q25 123 -29.5 185.5t-179.5 62.5q-108 0 -200 -64t-109 -153l-105 1l-2 6q20 130 145 221t296 91q157 0 245 -92.5t55 -259.5l-106 -532q-13 -60 -17.5 -112t-0.5 -106h-121q2 74 4 104.5t10 69.5q-72 -84 -175 -139.5 t-218 -55.5q-138 0 -207 85.5t-41 223.5zM189 284q-19 -94 25 -146.5t144 -52.5q110 0 217 61t166 153l45 227h-222q-139 0 -247 -70.5t-128 -171.5zM547 1409q14 74 69 120t123 46q61 0 99 -49t25 -117q-16 -75 -70 -119t-120 -44q-63 0 -101.5 46.5t-24.5 116.5zM621 1409 q-9 -41 11 -66t56 -25q33 0 62.5 26t38.5 65q8 43 -10.5 68t-54.5 25q-33 0 -64.5 -27t-38.5 -66z" />
<glyph unicode="&#xe6;" horiz-adv-x="1621" d="M49 293q33 168 153.5 253.5t322.5 85.5h242l18 88q28 142 -15 211t-158 69q-116 0 -206 -68t-109 -167l-103 12l-1 6q24 147 143 233t296 86q105 0 177.5 -52t94.5 -150q76 97 175 149.5t208 52.5q175 0 260 -126.5t43 -337.5l-20 -100h-699l-6 -29q-41 -202 18 -315.5 t229 -113.5q89 0 173.5 33.5t151.5 85.5l27 -87q-64 -55 -155 -94t-217 -39q-120 0 -205 57.5t-124 160.5q-62 -88 -179 -153t-267 -65q-148 0 -222.5 86t-45.5 228zM165 289q-21 -103 26.5 -156.5t162.5 -53.5q86 0 188.5 54t148.5 115l57 288h-240q-133 0 -228 -72.5 t-115 -174.5zM900 642l2 -6h572l6 31q31 155 -21 244t-192 89q-118 0 -220.5 -102.5t-146.5 -255.5z" />
<glyph unicode="&#xe7;" horiz-adv-x="998" d="M108 520l7 42q39 245 174 392.5t342 147.5q161 0 257 -106t65 -276l-2 -5h-104q22 135 -45.5 210t-186.5 75q-154 0 -254 -126.5t-130 -311.5l-7 -42q-32 -199 25 -319.5t220 -120.5q106 0 202.5 68.5t115.5 188.5h102l2 -6q-21 -157 -151.5 -254.5t-286.5 -97.5 q-198 0 -290.5 153t-54.5 388zM266 -443l9 78q78 0 142.5 30.5t76.5 89.5q12 61 -20.5 81.5t-129.5 28.5l52 127h90l-25 -64q71 -9 107.5 -48.5t20.5 -122.5q-20 -97 -102 -148.5t-221 -51.5z" />
<glyph unicode="&#xe8;" horiz-adv-x="993" d="M102 509l9 55q38 241 185.5 389.5t325.5 148.5q179 0 268 -127t56 -335l-16 -102h-708l-4 -29q-30 -190 39.5 -309.5t216.5 -119.5q99 0 179.5 31.5t141.5 88.5l36 -82q-67 -64 -160 -101.5t-213 -37.5q-183 0 -288 151t-68 379zM249 645l2 -6h580l5 30q23 147 -37 239 t-193 92q-117 0 -217.5 -102t-139.5 -253zM423 1506h154l145 -266h-112z" />
<glyph unicode="&#xe9;" horiz-adv-x="993" d="M102 509l9 55q38 241 185.5 389.5t325.5 148.5q179 0 268 -127t56 -335l-16 -102h-708l-4 -29q-30 -190 39.5 -309.5t216.5 -119.5q99 0 179.5 31.5t141.5 88.5l36 -82q-67 -64 -160 -101.5t-213 -37.5q-183 0 -288 151t-68 379zM249 645l2 -6h580l5 30q23 147 -37 239 t-193 92q-117 0 -217.5 -102t-139.5 -253zM590 1241l228 261h141l2 -6l-273 -260h-96z" />
<glyph unicode="&#xea;" horiz-adv-x="993" d="M102 509l9 55q38 241 185.5 389.5t325.5 148.5q179 0 268 -127t56 -335l-16 -102h-708l-4 -29q-30 -190 39.5 -309.5t216.5 -119.5q99 0 179.5 31.5t141.5 88.5l36 -82q-67 -64 -160 -101.5t-213 -37.5q-183 0 -288 151t-68 379zM249 645l2 -6h580l5 30q23 147 -37 239 t-193 92q-117 0 -217.5 -102t-139.5 -253zM402 1280l5 21l257 221h92l170 -224l-4 -18h-107l-120 168l-187 -168h-106z" />
<glyph unicode="&#xeb;" horiz-adv-x="993" d="M102 509l9 55q38 241 185.5 389.5t325.5 148.5q179 0 268 -127t56 -335l-16 -102h-708l-4 -29q-30 -190 39.5 -309.5t216.5 -119.5q99 0 179.5 31.5t141.5 88.5l36 -82q-67 -64 -160 -101.5t-213 -37.5q-183 0 -288 151t-68 379zM249 645l2 -6h580l5 30q23 147 -37 239 t-193 92q-117 0 -217.5 -102t-139.5 -253zM372 1320l25 157h165l-25 -157h-165zM809 1320l25 157h164l-25 -157h-164z" />
<glyph unicode="&#xec;" horiz-adv-x="438" d="M75 0l216 1082h117l-216 -1082h-117zM148 1484h154l145 -266h-112z" />
<glyph unicode="&#xed;" horiz-adv-x="438" d="M75 0l216 1082h117l-216 -1082h-117zM313 1219l228 261h141l2 -6l-273 -260h-96z" />
<glyph unicode="&#xee;" horiz-adv-x="438" d="M75 0l216 1082h117l-216 -1082h-117zM127 1258l5 21l257 221h92l170 -224l-4 -18h-107l-120 168l-187 -168h-106z" />
<glyph unicode="&#xef;" horiz-adv-x="438" d="M75 0l216 1082h117l-216 -1082h-117zM97 1299l25 157h165l-25 -157h-165zM534 1299l25 157h164l-25 -157h-164z" />
<glyph unicode="&#xf0;" horiz-adv-x="1118" d="M101 455q50 251 195.5 380.5t352.5 129.5q92 0 168.5 -43t114.5 -113l4 4q13 143 -11 248t-80 181l-326 -179l-34 74l305 167q-35 31 -76.5 57.5t-89.5 51.5l57 104q65 -30 119.5 -68t98.5 -85l268 147l34 -74l-251 -138q80 -121 100 -289.5t-23 -386.5l-18 -88 q-52 -261 -207.5 -408.5t-352.5 -147.5q-181 0 -284.5 139t-63.5 337zM218 455q-32 -158 34.5 -265.5t220.5 -107.5q136 0 258.5 129.5t161.5 323.5l18 90q4 20 6.5 33t4.5 26q-19 76 -92 126.5t-202 50.5q-147 0 -261.5 -117t-148.5 -289z" />
<glyph unicode="&#xf1;" d="M66 0l216 1082h103l-26 -178q67 96 159 147t205 51q153 0 222 -109.5t25 -333.5l-132 -659h-116l132 658q39 199 -8.5 269.5t-169.5 70.5q-108 0 -197.5 -70t-147.5 -183l-149 -745h-116zM397 1300q14 90 73 146.5t137 56.5q57 0 126 -55t119 -55q41 0 78 36t46 91 l73 -20q-15 -91 -75 -147.5t-138 -56.5q-64 0 -128.5 55t-115.5 55q-42 0 -78 -35.5t-44 -88.5z" />
<glyph unicode="&#xf2;" d="M104 524l5 33q39 248 183.5 396.5t348.5 148.5q194 0 295.5 -154.5t63.5 -390.5l-5 -33q-40 -249 -184 -397t-347 -148q-195 0 -297 154t-63 391zM220 524q-32 -195 35 -319.5t225 -124.5q147 0 258 129.5t141 314.5l5 33q30 192 -36.5 317.5t-222.5 125.5 q-149 0 -260.5 -130.5t-139.5 -312.5zM441 1505h154l145 -266h-112z" />
<glyph unicode="&#xf3;" d="M104 524l5 33q39 248 183.5 396.5t348.5 148.5q194 0 295.5 -154.5t63.5 -390.5l-5 -33q-40 -249 -184 -397t-347 -148q-195 0 -297 154t-63 391zM220 524q-32 -195 35 -319.5t225 -124.5q147 0 258 129.5t141 314.5l5 33q30 192 -36.5 317.5t-222.5 125.5 q-149 0 -260.5 -130.5t-139.5 -312.5zM608 1240l228 261h141l2 -6l-273 -260h-96z" />
<glyph unicode="&#xf4;" d="M104 524l5 33q39 248 183.5 396.5t348.5 148.5q194 0 295.5 -154.5t63.5 -390.5l-5 -33q-40 -249 -184 -397t-347 -148q-195 0 -297 154t-63 391zM220 524q-32 -195 35 -319.5t225 -124.5q147 0 258 129.5t141 314.5l5 33q30 192 -36.5 317.5t-222.5 125.5 q-149 0 -260.5 -130.5t-139.5 -312.5zM420 1279l5 21l257 221h92l170 -224l-4 -18h-107l-120 168l-187 -168h-106z" />
<glyph unicode="&#xf5;" d="M104 524l5 33q39 248 183.5 396.5t348.5 148.5q194 0 295.5 -154.5t63.5 -390.5l-5 -33q-40 -249 -184 -397t-347 -148q-195 0 -297 154t-63 391zM220 524q-32 -195 35 -319.5t225 -124.5q147 0 258 129.5t141 314.5l5 33q30 192 -36.5 317.5t-222.5 125.5 q-149 0 -260.5 -130.5t-139.5 -312.5zM363 1300q14 90 73 146.5t137 56.5q57 0 126 -55t119 -55q41 0 78 36t46 91l73 -20q-15 -91 -75 -147.5t-138 -56.5q-64 0 -128.5 55t-115.5 55q-42 0 -78 -35.5t-44 -88.5z" />
<glyph unicode="&#xf6;" d="M104 524l5 33q39 248 183.5 396.5t348.5 148.5q194 0 295.5 -154.5t63.5 -390.5l-5 -33q-40 -249 -184 -397t-347 -148q-195 0 -297 154t-63 391zM220 524q-32 -195 35 -319.5t225 -124.5q147 0 258 129.5t141 314.5l5 33q30 192 -36.5 317.5t-222.5 125.5 q-149 0 -260.5 -130.5t-139.5 -312.5zM390 1319l25 157h165l-25 -157h-165zM827 1319l25 157h164l-25 -157h-164z" />
<glyph unicode="&#xf7;" horiz-adv-x="1093" d="M116 644l23 116h928l-23 -116h-928zM431 212l32 160h135l-32 -160h-135zM591 1010l32 160h135l-32 -160h-135z" />
<glyph unicode="&#xf8;" horiz-adv-x="1073" d="M79 -140l139 212q-77 73 -107.5 190.5t-6.5 261.5l5 33q39 248 183.5 396.5t348.5 148.5q60 0 113 -16.5t97 -47.5l115 176h89l-149 -226q65 -75 90 -186.5t4 -244.5l-5 -33q-40 -249 -184 -397t-347 -148q-53 0 -100 12t-87 36l-110 -167h-88zM216 320q15 -91 63 -145 l6 -1l505 771q-33 26 -74 40.5t-91 14.5q-149 0 -260.5 -130.5t-139.5 -312.5l-5 -33q-19 -113 -4 -204zM336 118q29 -19 65 -28.5t79 -9.5q147 0 258 129.5t141 314.5l5 33q15 99 4.5 183t-47.5 138l-6 2z" />
<glyph unicode="&#xf9;" d="M153 455l125 627h116l-125 -629q-43 -211 1.5 -290.5t162.5 -79.5q117 0 206.5 63.5t143.5 170.5l153 765h116l-216 -1082h-102l24 166q-66 -92 -157 -139.5t-203 -47.5q-150 0 -222 118t-23 358zM472 1484h154l145 -266h-112z" />
<glyph unicode="&#xfa;" d="M153 455l125 627h116l-125 -629q-43 -211 1.5 -290.5t162.5 -79.5q117 0 206.5 63.5t143.5 170.5l153 765h116l-216 -1082h-102l24 166q-66 -92 -157 -139.5t-203 -47.5q-150 0 -222 118t-23 358zM639 1219l228 261h141l2 -6l-273 -260h-96z" />
<glyph unicode="&#xfb;" d="M153 455l125 627h116l-125 -629q-43 -211 1.5 -290.5t162.5 -79.5q117 0 206.5 63.5t143.5 170.5l153 765h116l-216 -1082h-102l24 166q-66 -92 -157 -139.5t-203 -47.5q-150 0 -222 118t-23 358zM451 1258l5 21l257 221h92l170 -224l-4 -18h-107l-120 168l-187 -168 h-106z" />
<glyph unicode="&#xfc;" d="M153 455l125 627h116l-125 -629q-43 -211 1.5 -290.5t162.5 -79.5q117 0 206.5 63.5t143.5 170.5l153 765h116l-216 -1082h-102l24 166q-66 -92 -157 -139.5t-203 -47.5q-150 0 -222 118t-23 358zM421 1299l25 157h165l-25 -157h-165zM858 1299l25 157h164l-25 -157h-164 z" />
<glyph unicode="&#xfd;" horiz-adv-x="944" d="M-72 -423l34 100q12 -2 36 -4.5t35 -2.5q66 0 124.5 58t103.5 140l82 147l-175 1067h129l115 -789l9 -122l6 -1l483 912h130l-687 -1255q-61 -110 -139 -187t-198 -77q-18 0 -46 4.5t-42 9.5zM578 1219l228 261h141l2 -6l-273 -260h-96z" />
<glyph unicode="&#xfe;" horiz-adv-x="1083" d="M-14 -416l299 1498h1l96 478h115l-124 -618l5 -4q59 77 140.5 120.5t179.5 43.5q171 0 254.5 -168.5t32.5 -421.5l-4 -21q-52 -259 -168.5 -385.5t-299.5 -126.5q-101 0 -179.5 42t-120.5 119l-28 -140l-83 -416h-116zM236 258q25 -83 92.5 -130.5t177.5 -47.5 q135 0 228 110t131 301l4 21q43 217 -13.5 351.5t-204.5 134.5q-100 0 -177.5 -61.5t-133.5 -158.5v-1z" />
<glyph unicode="&#xff;" horiz-adv-x="944" d="M-72 -423l34 100q12 -2 36 -4.5t35 -2.5q66 0 124.5 58t103.5 140l82 147l-175 1067h129l115 -789l9 -122l6 -1l483 912h130l-687 -1255q-61 -110 -139 -187t-198 -77q-18 0 -46 4.5t-42 9.5zM360 1299l25 157h165l-25 -157h-165zM797 1299l25 157h164l-25 -157h-164z " />
<glyph unicode="&#x152;" horiz-adv-x="1792" d="M135 576l61 304q56 282 223.5 439.5t395.5 157.5q64 0 138.5 -6t147.5 -15h803l-20 -102h-741l-109 -547h650l-20 -102h-650l-121 -604h745l-20 -101h-808q-92 -10 -158.5 -15.5t-133.5 -5.5q-209 0 -322 168.5t-61 428.5zM251 576q-49 -243 29 -369t258 -126 q57 0 119.5 3.5t119.5 11.5l253 1264q-53 7 -112.5 11t-122.5 4q-165 0 -301.5 -134.5t-181.5 -358.5z" />
<glyph unicode="&#x153;" horiz-adv-x="1767" d="M113 524l6 33q51 254 199.5 399.5t353.5 145.5q125 0 213 -72t121 -196q79 127 193 197.5t236 70.5q174 0 260.5 -128t45.5 -334l-20 -102h-707l-6 -29q-40 -194 25 -311.5t213 -117.5q96 0 180 32t145 88l34 -82q-69 -64 -164 -101.5t-215 -37.5q-118 0 -207 71 t-122 193q-78 -128 -193.5 -196t-253.5 -68q-189 0 -286.5 155t-50.5 390zM229 524q-41 -200 20.5 -322t220.5 -122q143 0 261 130t156 314l6 33q39 196 -22.5 319.5t-218.5 123.5q-144 0 -262.5 -131.5t-154.5 -311.5zM1044 645l2 -6h579l6 30q29 150 -27 240.5t-189 90.5 q-112 0 -219 -103t-152 -252z" />
<glyph unicode="&#x178;" horiz-adv-x="1168" d="M241 1456h135l252 -803l576 803h134l-678 -924l-106 -532h-115l108 540zM526 1634l25 157h165l-25 -157h-165zM963 1634l25 157h164l-25 -157h-164z" />
<glyph unicode="&#x2c6;" horiz-adv-x="834" d="M319 1252l5 21l257 221h92l170 -224l-4 -18h-107l-120 168l-187 -168h-106z" />
<glyph unicode="&#x2dc;" horiz-adv-x="845" d="M237 1281q14 90 73 146.5t137 56.5q57 0 126 -55t119 -55q41 0 78 36t46 91l73 -20q-15 -91 -75 -147.5t-138 -56.5q-64 0 -128.5 55t-115.5 55q-42 0 -78 -35.5t-44 -88.5z" />
<glyph unicode="&#x2000;" horiz-adv-x="948" />
<glyph unicode="&#x2001;" horiz-adv-x="1896" />
<glyph unicode="&#x2002;" horiz-adv-x="948" />
<glyph unicode="&#x2003;" horiz-adv-x="1896" />
<glyph unicode="&#x2004;" horiz-adv-x="632" />
<glyph unicode="&#x2005;" horiz-adv-x="474" />
<glyph unicode="&#x2006;" horiz-adv-x="316" />
<glyph unicode="&#x2007;" horiz-adv-x="316" />
<glyph unicode="&#x2008;" horiz-adv-x="237" />
<glyph unicode="&#x2009;" horiz-adv-x="379" />
<glyph unicode="&#x200a;" horiz-adv-x="105" />
<glyph unicode="&#x2010;" horiz-adv-x="554" d="M79 570l20 101h446l-20 -101h-446z" />
<glyph unicode="&#x2011;" horiz-adv-x="554" d="M79 570l20 101h446l-20 -101h-446z" />
<glyph unicode="&#x2012;" horiz-adv-x="554" d="M79 570l20 101h446l-20 -101h-446z" />
<glyph unicode="&#x2013;" horiz-adv-x="1325" d="M229 686l28 102h1008l-27 -102h-1009z" />
<glyph unicode="&#x2014;" horiz-adv-x="1560" d="M220 686l33 102h1242l-34 -102h-1241z" />
<glyph unicode="&#x2018;" horiz-adv-x="352" d="M219 1074l35 174l168 312h68l-121 -312l-35 -174h-115z" />
<glyph unicode="&#x2019;" horiz-adv-x="352" d="M219 1074l119 304l36 182h116l-36 -179l-167 -307h-68z" />
<glyph unicode="&#x201a;" horiz-adv-x="342" d="M-38 -211l102 266l41 204h115l-39 -194l-151 -276h-68z" />
<glyph unicode="&#x201c;" horiz-adv-x="587" d="M219 1074l35 174l168 312h68l-121 -312l-35 -174h-115zM453 1074l35 174l168 312h68l-121 -312l-35 -174h-115z" />
<glyph unicode="&#x201d;" horiz-adv-x="592" d="M219 1074l119 304l36 182h116l-36 -179l-167 -307h-68zM458 1074l119 304l36 182h116l-36 -179l-167 -307h-68z" />
<glyph unicode="&#x201e;" horiz-adv-x="569" d="M-36 -202l107 295l36 181h116l-35 -175l-156 -301h-68zM190 -202l108 299l36 177h116l-35 -175l-156 -301h-69z" />
<glyph unicode="&#x2022;" horiz-adv-x="628" d="M198 717l13 65q17 84 73 131.5t137 47.5q74 0 113.5 -51.5t24.5 -127.5l-13 -65q-17 -84 -72.5 -130.5t-136.5 -46.5q-74 0 -114 50t-25 127z" />
<glyph unicode="&#x2026;" horiz-adv-x="1235" d="M93 0l33 164h131l-33 -164h-131zM476 0l33 164h131l-33 -164h-131zM843 0l33 164h131l-33 -164h-131z" />
<glyph unicode="&#x202f;" horiz-adv-x="379" />
<glyph unicode="&#x2039;" horiz-adv-x="577" d="M129 546l1 6l3 13l351 379h93l2 -5l-328 -384l177 -388h-100z" />
<glyph unicode="&#x203a;" horiz-adv-x="577" d="M47 167l328 383l-176 394h101l197 -384l-2 -6h1l-3 -13l-350 -379h-94z" />
<glyph unicode="&#x205f;" horiz-adv-x="474" />
<glyph unicode="&#x20ac;" horiz-adv-x="1009" d="M101 533l19 102h156l35 168h-156l20 102h155l8 37q52 260 203.5 397.5t361.5 137.5q50 0 103 -8.5t108 -22.5l-30 -106q-48 16 -98 25.5t-103 9.5q-148 0 -269.5 -118t-159.5 -313l-8 -39h506l-20 -102h-506l-35 -168h506l-19 -102h-506l-4 -19q-43 -211 27 -322.5 t231 -111.5q50 0 105.5 8.5t107.5 25.5l-12 -104q-54 -15 -110 -23t-111 -8q-193 0 -297.5 147.5t-55.5 387.5l4 19h-156z" />
<glyph unicode="&#x2122;" horiz-adv-x="1187" d="M287 1387l14 69h357l-14 -69h-141l-93 -468h-70l93 468h-146zM623 919l107 537h89l73 -421l6 -1l246 422h83l-107 -537h-69l75 377l-5 3l-224 -380h-47l-74 394h-6l-78 -394h-69z" />
<glyph unicode="&#xe000;" horiz-adv-x="1080" d="M0 0v1080h1080v-1080h-1080z" />
<glyph unicode="&#xfb02;" horiz-adv-x="1083" d="M147 0l197 984h-166l19 98h166l32 158q35 174 126.5 257.5t231.5 83.5q29 0 61 -5t62 -14l-33 -99q-21 6 -44 9.5t-55 3.5q-84 0 -147.5 -63t-85.5 -173l-32 -158h238l-19 -98h-238l-197 -984h-116zM718 0l312 1560h115l-312 -1560h-115z" />
<glyph unicode="&#xfb03;" horiz-adv-x="1673" d="M147 0l197 984h-166l19 98h166l32 158q35 174 126.5 257.5t231.5 83.5q29 0 61 -5t62 -14l-33 -99q-21 6 -44 9.5t-55 3.5q-84 0 -147.5 -63t-85.5 -173l-32 -158h238l-19 -98h-238l-197 -984h-116zM768 0l197 984h-167l19 98h167l28 138q37 184 142 272.5t267 88.5 q58 0 121.5 -15.5t123.5 -43.5l-40 -103q-50 25 -101 39t-118 14q-106 0 -180.5 -66t-98.5 -186l-28 -138h233l-19 -98h-233l-197 -984h-116zM1308 0l216 1082h116l-216 -1082h-116z" />
<glyph unicode="&#xfb04;" horiz-adv-x="1721" d="M147 0l197 984h-166l19 98h166l32 158q35 174 126.5 257.5t231.5 83.5q29 0 61 -5t62 -14l-33 -99q-21 6 -44 9.5t-55 3.5q-84 0 -147.5 -63t-85.5 -173l-32 -158h238l-19 -98h-238l-197 -984h-116zM785 0l197 984h-166l19 98h166l32 158q35 174 126.5 257.5t231.5 83.5 q29 0 61 -5t62 -14l-33 -99q-21 6 -44 9.5t-55 3.5q-84 0 -147.5 -63t-85.5 -173l-32 -158h238l-19 -98h-238l-197 -984h-116zM1356 0l312 1560h115l-312 -1560h-115z" />
<hkern u1="&#x22;" u2="w" k="-11" />
<hkern u1="&#x27;" u2="w" k="-11" />
<hkern u1="&#x28;" u2="&#x178;" k="-22" />
<hkern u1="&#x28;" u2="&#xdd;" k="-22" />
<hkern u1="&#x28;" u2="Y" k="-22" />
<hkern u1="&#x28;" u2="W" k="-18" />
<hkern u1="&#x28;" u2="V" k="-20" />
<hkern u1="&#x2f;" u2="&#x2f;" k="224" />
<hkern u1="A" u2="w" k="33" />
<hkern u1="A" u2="t" k="17" />
<hkern u1="A" u2="&#x3f;" k="61" />
<hkern u1="C" u2="&#x7d;" k="17" />
<hkern u1="C" u2="]" k="12" />
<hkern u1="C" u2="&#x29;" k="26" />
<hkern u1="D" u2="&#xc6;" k="33" />
<hkern u1="E" u2="w" k="22" />
<hkern u1="E" u2="f" k="18" />
<hkern u1="F" u2="&#x2026;" k="234" />
<hkern u1="F" u2="&#x201e;" k="234" />
<hkern u1="F" u2="&#x201a;" k="234" />
<hkern u1="F" u2="&#x153;" k="21" />
<hkern u1="F" u2="&#xff;" k="24" />
<hkern u1="F" u2="&#xfd;" k="24" />
<hkern u1="F" u2="&#xfc;" k="22" />
<hkern u1="F" u2="&#xfb;" k="22" />
<hkern u1="F" u2="&#xfa;" k="22" />
<hkern u1="F" u2="&#xf9;" k="22" />
<hkern u1="F" u2="&#xf6;" k="21" />
<hkern u1="F" u2="&#xf5;" k="21" />
<hkern u1="F" u2="&#xf4;" k="21" />
<hkern u1="F" u2="&#xf3;" k="21" />
<hkern u1="F" u2="&#xf2;" k="21" />
<hkern u1="F" u2="&#xeb;" k="21" />
<hkern u1="F" u2="&#xea;" k="21" />
<hkern u1="F" u2="&#xe9;" k="21" />
<hkern u1="F" u2="&#xe8;" k="21" />
<hkern u1="F" u2="&#xe7;" k="21" />
<hkern u1="F" u2="&#xe5;" k="34" />
<hkern u1="F" u2="&#xe4;" k="34" />
<hkern u1="F" u2="&#xe3;" k="34" />
<hkern u1="F" u2="&#xe2;" k="34" />
<hkern u1="F" u2="&#xe1;" k="34" />
<hkern u1="F" u2="&#xe0;" k="34" />
<hkern u1="F" u2="&#xc5;" k="59" />
<hkern u1="F" u2="&#xc4;" k="59" />
<hkern u1="F" u2="&#xc3;" k="59" />
<hkern u1="F" u2="&#xc2;" k="59" />
<hkern u1="F" u2="&#xc1;" k="59" />
<hkern u1="F" u2="&#xc0;" k="59" />
<hkern u1="F" u2="y" k="24" />
<hkern u1="F" u2="v" k="24" />
<hkern u1="F" u2="u" k="22" />
<hkern u1="F" u2="r" k="26" />
<hkern u1="F" u2="q" k="21" />
<hkern u1="F" u2="o" k="21" />
<hkern u1="F" u2="g" k="21" />
<hkern u1="F" u2="e" k="21" />
<hkern u1="F" u2="d" k="21" />
<hkern u1="F" u2="c" k="21" />
<hkern u1="F" u2="a" k="34" />
<hkern u1="F" u2="T" k="-20" />
<hkern u1="F" u2="J" k="264" />
<hkern u1="F" u2="A" k="59" />
<hkern u1="F" u2="&#x2e;" k="234" />
<hkern u1="F" u2="&#x2c;" k="234" />
<hkern u1="K" u2="w" k="63" />
<hkern u1="L" u2="w" k="92" />
<hkern u1="O" u2="&#xc6;" k="33" />
<hkern u1="P" u2="&#xc6;" k="97" />
<hkern u1="P" u2="t" k="-14" />
<hkern u1="Q" u2="&#x178;" k="35" />
<hkern u1="Q" u2="&#xdd;" k="35" />
<hkern u1="Q" u2="Y" k="35" />
<hkern u1="Q" u2="W" k="20" />
<hkern u1="Q" u2="V" k="28" />
<hkern u1="Q" u2="T" k="43" />
<hkern u1="R" u2="&#x178;" k="48" />
<hkern u1="R" u2="&#xdd;" k="48" />
<hkern u1="R" u2="Y" k="48" />
<hkern u1="R" u2="V" k="19" />
<hkern u1="R" u2="T" k="80" />
<hkern u1="T" u2="&#xf8;" k="95" />
<hkern u1="T" u2="&#xe6;" k="114" />
<hkern u1="T" u2="&#xc6;" k="179" />
<hkern u1="T" u2="&#xbb;" k="216" />
<hkern u1="T" u2="&#xab;" k="328" />
<hkern u1="T" u2="w" k="57" />
<hkern u1="T" u2="r" k="75" />
<hkern u1="V" u2="&#x7d;" k="-19" />
<hkern u1="V" u2="r" k="30" />
<hkern u1="V" u2="]" k="-17" />
<hkern u1="V" u2="&#x29;" k="-20" />
<hkern u1="W" u2="&#x7d;" k="-14" />
<hkern u1="W" u2="r" k="21" />
<hkern u1="W" u2="]" k="-12" />
<hkern u1="W" u2="&#x29;" k="-15" />
<hkern u1="Y" u2="&#x2022;" k="45" />
<hkern u1="Y" u2="&#xf8;" k="64" />
<hkern u1="Y" u2="&#xe6;" k="63" />
<hkern u1="Y" u2="&#xc6;" k="96" />
<hkern u1="Y" u2="&#xbb;" k="51" />
<hkern u1="Y" u2="&#xab;" k="82" />
<hkern u1="Y" u2="&#x7d;" k="-19" />
<hkern u1="Y" u2="t" k="22" />
<hkern u1="Y" u2="r" k="40" />
<hkern u1="Y" u2="f" k="22" />
<hkern u1="Y" u2="]" k="-18" />
<hkern u1="Y" u2="&#x2a;" k="49" />
<hkern u1="Y" u2="&#x29;" k="-20" />
<hkern u1="Y" u2="&#x26;" k="30" />
<hkern u1="Z" u2="w" k="27" />
<hkern u1="[" u2="&#xdc;" k="18" />
<hkern u1="[" u2="&#xdb;" k="18" />
<hkern u1="[" u2="&#xda;" k="18" />
<hkern u1="[" u2="&#xd9;" k="18" />
<hkern u1="[" u2="U" k="18" />
<hkern u1="[" u2="J" k="18" />
<hkern u1="f" u2="&#x201d;" k="-16" />
<hkern u1="f" u2="&#x201c;" k="-16" />
<hkern u1="f" u2="&#x2019;" k="-16" />
<hkern u1="f" u2="&#x2018;" k="-16" />
<hkern u1="f" u2="&#x153;" k="24" />
<hkern u1="f" u2="&#xeb;" k="24" />
<hkern u1="f" u2="&#xea;" k="24" />
<hkern u1="f" u2="&#xe9;" k="24" />
<hkern u1="f" u2="&#xe8;" k="24" />
<hkern u1="f" u2="&#xe7;" k="24" />
<hkern u1="f" u2="&#x7d;" k="-19" />
<hkern u1="f" u2="q" k="24" />
<hkern u1="f" u2="g" k="24" />
<hkern u1="f" u2="e" k="24" />
<hkern u1="f" u2="d" k="24" />
<hkern u1="f" u2="c" k="24" />
<hkern u1="f" u2="]" k="-18" />
<hkern u1="f" u2="&#x29;" k="-20" />
<hkern u1="f" u2="&#x27;" k="-16" />
<hkern u1="f" u2="&#x22;" k="-16" />
<hkern u1="k" u2="&#x153;" k="20" />
<hkern u1="k" u2="&#xeb;" k="20" />
<hkern u1="k" u2="&#xea;" k="20" />
<hkern u1="k" u2="&#xe9;" k="20" />
<hkern u1="k" u2="&#xe8;" k="20" />
<hkern u1="k" u2="&#xe7;" k="20" />
<hkern u1="k" u2="q" k="20" />
<hkern u1="k" u2="g" k="20" />
<hkern u1="k" u2="e" k="20" />
<hkern u1="k" u2="d" k="20" />
<hkern u1="k" u2="c" k="20" />
<hkern u1="r" u2="w" k="-17" />
<hkern u1="r" u2="t" k="-32" />
<hkern u1="r" u2="f" k="-15" />
<hkern u1="t" u2="&#xf6;" k="20" />
<hkern u1="t" u2="&#xf5;" k="20" />
<hkern u1="t" u2="&#xf4;" k="20" />
<hkern u1="t" u2="&#xf3;" k="20" />
<hkern u1="t" u2="&#xf2;" k="20" />
<hkern u1="t" u2="o" k="20" />
<hkern u1="v" u2="f" k="-13" />
<hkern u1="w" u2="&#x2026;" k="124" />
<hkern u1="w" u2="&#x201e;" k="124" />
<hkern u1="w" u2="&#x201a;" k="124" />
<hkern u1="w" u2="&#x2e;" k="124" />
<hkern u1="w" u2="&#x2c;" k="124" />
<hkern u1="y" u2="f" k="-13" />
<hkern u1="&#x7b;" u2="&#xdc;" k="20" />
<hkern u1="&#x7b;" u2="&#xdb;" k="20" />
<hkern u1="&#x7b;" u2="&#xda;" k="20" />
<hkern u1="&#x7b;" u2="&#xd9;" k="20" />
<hkern u1="&#x7b;" u2="U" k="20" />
<hkern u1="&#x7b;" u2="J" k="20" />
<hkern u1="&#xc0;" u2="w" k="33" />
<hkern u1="&#xc0;" u2="t" k="17" />
<hkern u1="&#xc0;" u2="&#x3f;" k="61" />
<hkern u1="&#xc1;" u2="w" k="33" />
<hkern u1="&#xc1;" u2="t" k="17" />
<hkern u1="&#xc1;" u2="&#x3f;" k="61" />
<hkern u1="&#xc2;" u2="w" k="33" />
<hkern u1="&#xc2;" u2="t" k="17" />
<hkern u1="&#xc2;" u2="&#x3f;" k="61" />
<hkern u1="&#xc3;" u2="w" k="33" />
<hkern u1="&#xc3;" u2="t" k="17" />
<hkern u1="&#xc3;" u2="&#x3f;" k="61" />
<hkern u1="&#xc4;" u2="w" k="33" />
<hkern u1="&#xc4;" u2="t" k="17" />
<hkern u1="&#xc4;" u2="&#x3f;" k="61" />
<hkern u1="&#xc5;" u2="w" k="33" />
<hkern u1="&#xc5;" u2="t" k="17" />
<hkern u1="&#xc5;" u2="&#x3f;" k="61" />
<hkern u1="&#xc7;" u2="&#x7d;" k="17" />
<hkern u1="&#xc7;" u2="]" k="12" />
<hkern u1="&#xc7;" u2="&#x29;" k="26" />
<hkern u1="&#xc8;" u2="w" k="22" />
<hkern u1="&#xc8;" u2="f" k="18" />
<hkern u1="&#xc9;" u2="w" k="22" />
<hkern u1="&#xc9;" u2="f" k="18" />
<hkern u1="&#xca;" u2="w" k="22" />
<hkern u1="&#xca;" u2="f" k="18" />
<hkern u1="&#xcb;" u2="w" k="22" />
<hkern u1="&#xcb;" u2="f" k="18" />
<hkern u1="&#xd0;" u2="&#xc6;" k="33" />
<hkern u1="&#xd2;" u2="&#xc6;" k="33" />
<hkern u1="&#xd3;" u2="&#xc6;" k="33" />
<hkern u1="&#xd4;" u2="&#xc6;" k="33" />
<hkern u1="&#xd5;" u2="&#xc6;" k="33" />
<hkern u1="&#xd6;" u2="&#xc6;" k="33" />
<hkern u1="&#xdd;" u2="&#x2022;" k="45" />
<hkern u1="&#xdd;" u2="&#xf8;" k="64" />
<hkern u1="&#xdd;" u2="&#xe6;" k="63" />
<hkern u1="&#xdd;" u2="&#xc6;" k="96" />
<hkern u1="&#xdd;" u2="&#xbb;" k="51" />
<hkern u1="&#xdd;" u2="&#xab;" k="82" />
<hkern u1="&#xdd;" u2="&#x7d;" k="-19" />
<hkern u1="&#xdd;" u2="t" k="22" />
<hkern u1="&#xdd;" u2="r" k="40" />
<hkern u1="&#xdd;" u2="f" k="22" />
<hkern u1="&#xdd;" u2="]" k="-18" />
<hkern u1="&#xdd;" u2="&#x2a;" k="49" />
<hkern u1="&#xdd;" u2="&#x29;" k="-20" />
<hkern u1="&#xdd;" u2="&#x26;" k="30" />
<hkern u1="&#xfd;" u2="f" k="-13" />
<hkern u1="&#xff;" u2="f" k="-13" />
<hkern u1="&#x178;" u2="&#x2022;" k="45" />
<hkern u1="&#x178;" u2="&#xf8;" k="64" />
<hkern u1="&#x178;" u2="&#xe6;" k="63" />
<hkern u1="&#x178;" u2="&#xc6;" k="96" />
<hkern u1="&#x178;" u2="&#xbb;" k="51" />
<hkern u1="&#x178;" u2="&#xab;" k="82" />
<hkern u1="&#x178;" u2="&#x7d;" k="-19" />
<hkern u1="&#x178;" u2="t" k="22" />
<hkern u1="&#x178;" u2="r" k="40" />
<hkern u1="&#x178;" u2="f" k="22" />
<hkern u1="&#x178;" u2="]" k="-18" />
<hkern u1="&#x178;" u2="&#x2a;" k="49" />
<hkern u1="&#x178;" u2="&#x29;" k="-20" />
<hkern u1="&#x178;" u2="&#x26;" k="30" />
<hkern u1="&#x2018;" u2="w" k="-11" />
<hkern u1="&#x2019;" u2="w" k="-11" />
<hkern u1="&#x201c;" u2="w" k="-11" />
<hkern u1="&#x201d;" u2="w" k="-11" />
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="170" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="120" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="12" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="11" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="T" k="129" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="17" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="V" k="87" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="W" k="69" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="Y,Yacute,Ydieresis" k="94" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="u,ugrave,uacute,ucircumflex,udieresis" k="11" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="v,y,yacute,ydieresis" k="50" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="z" k="-12" />
<hkern g1="B" g2="T" k="27" />
<hkern g1="B" g2="V" k="24" />
<hkern g1="B" g2="Y,Yacute,Ydieresis" k="55" />
<hkern g1="C,Ccedilla" g2="T" k="29" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="21" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="T" k="27" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="V" k="22" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Y,Yacute,Ydieresis" k="43" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="102" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="X" k="22" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Z" k="23" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="19" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="T" k="-20" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="17" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="v,y,yacute,ydieresis" k="26" />
<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-18" />
<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="T" k="29" />
<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="Y,Yacute,Ydieresis" k="28" />
<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="X" k="-17" />
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="22" />
<hkern g1="K" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" />
<hkern g1="K" g2="m,n,p,ntilde" k="23" />
<hkern g1="K" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="27" />
<hkern g1="K" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="31" />
<hkern g1="K" g2="u,ugrave,uacute,ucircumflex,udieresis" k="23" />
<hkern g1="K" g2="v,y,yacute,ydieresis" k="40" />
<hkern g1="K" g2="hyphen,uni00AD,endash,emdash" k="64" />
<hkern g1="L" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="138" />
<hkern g1="L" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-19" />
<hkern g1="L" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="65" />
<hkern g1="L" g2="T" k="275" />
<hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="54" />
<hkern g1="L" g2="V" k="175" />
<hkern g1="L" g2="W" k="143" />
<hkern g1="L" g2="Y,Yacute,Ydieresis" k="239" />
<hkern g1="L" g2="u,ugrave,uacute,ucircumflex,udieresis" k="44" />
<hkern g1="L" g2="v,y,yacute,ydieresis" k="133" />
<hkern g1="P" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="138" />
<hkern g1="P" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="11" />
<hkern g1="P" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" />
<hkern g1="P" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="13" />
<hkern g1="P" g2="v,y,yacute,ydieresis" k="-15" />
<hkern g1="P" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="324" />
<hkern g1="P" g2="X" k="31" />
<hkern g1="P" g2="Z" k="26" />
<hkern g1="P" g2="J" k="200" />
<hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="79" />
<hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="113" />
<hkern g1="T" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="99" />
<hkern g1="T" g2="m,n,p,ntilde" k="109" />
<hkern g1="T" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="99" />
<hkern g1="T" g2="s" k="116" />
<hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="28" />
<hkern g1="T" g2="T" k="-16" />
<hkern g1="T" g2="V" k="-16" />
<hkern g1="T" g2="W" k="-15" />
<hkern g1="T" g2="Y,Yacute,Ydieresis" k="-16" />
<hkern g1="T" g2="u,ugrave,uacute,ucircumflex,udieresis" k="95" />
<hkern g1="T" g2="v,y,yacute,ydieresis" k="72" />
<hkern g1="T" g2="z" k="60" />
<hkern g1="T" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="218" />
<hkern g1="T" g2="hyphen,uni00AD,endash,emdash" k="232" />
<hkern g1="T" g2="J" k="240" />
<hkern g1="T" g2="S" k="16" />
<hkern g1="T" g2="x" k="77" />
<hkern g1="V" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="75" />
<hkern g1="V" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="46" />
<hkern g1="V" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="44" />
<hkern g1="V" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="46" />
<hkern g1="V" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="13" />
<hkern g1="V" g2="u,ugrave,uacute,ucircumflex,udieresis" k="28" />
<hkern g1="V" g2="v,y,yacute,ydieresis" k="11" />
<hkern g1="V" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="225" />
<hkern g1="V" g2="hyphen,uni00AD,endash,emdash" k="37" />
<hkern g1="W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="43" />
<hkern g1="W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="33" />
<hkern g1="W" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="31" />
<hkern g1="W" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="31" />
<hkern g1="W" g2="T" k="-14" />
<hkern g1="W" g2="u,ugrave,uacute,ucircumflex,udieresis" k="19" />
<hkern g1="W" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="123" />
<hkern g1="W" g2="hyphen,uni00AD,endash,emdash" k="60" />
<hkern g1="X" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" />
<hkern g1="X" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="21" />
<hkern g1="X" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="25" />
<hkern g1="X" g2="V" k="-14" />
<hkern g1="X" g2="u,ugrave,uacute,ucircumflex,udieresis" k="21" />
<hkern g1="X" g2="v,y,yacute,ydieresis" k="31" />
<hkern g1="X" g2="hyphen,uni00AD,endash,emdash" k="46" />
<hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="94" />
<hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="73" />
<hkern g1="Y,Yacute,Ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="65" />
<hkern g1="Y,Yacute,Ydieresis" g2="m,n,p,ntilde" k="40" />
<hkern g1="Y,Yacute,Ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="65" />
<hkern g1="Y,Yacute,Ydieresis" g2="s" k="58" />
<hkern g1="Y,Yacute,Ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="29" />
<hkern g1="Y,Yacute,Ydieresis" g2="T" k="-17" />
<hkern g1="Y,Yacute,Ydieresis" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="96" />
<hkern g1="Y,Yacute,Ydieresis" g2="V" k="-18" />
<hkern g1="Y,Yacute,Ydieresis" g2="W" k="-17" />
<hkern g1="Y,Yacute,Ydieresis" g2="Y,Yacute,Ydieresis" k="-18" />
<hkern g1="Y,Yacute,Ydieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="39" />
<hkern g1="Y,Yacute,Ydieresis" g2="v,y,yacute,ydieresis" k="20" />
<hkern g1="Y,Yacute,Ydieresis" g2="z" k="30" />
<hkern g1="Y,Yacute,Ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="211" />
<hkern g1="Y,Yacute,Ydieresis" g2="X" k="-13" />
<hkern g1="Y,Yacute,Ydieresis" g2="hyphen,uni00AD,endash,emdash" k="52" />
<hkern g1="Y,Yacute,Ydieresis" g2="J" k="96" />
<hkern g1="Y,Yacute,Ydieresis" g2="S" k="16" />
<hkern g1="Y,Yacute,Ydieresis" g2="x" k="23" />
<hkern g1="Z" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-13" />
<hkern g1="Z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="21" />
<hkern g1="Z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="21" />
<hkern g1="Z" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="26" />
<hkern g1="Z" g2="u,ugrave,uacute,ucircumflex,udieresis" k="19" />
<hkern g1="Z" g2="v,y,yacute,ydieresis" k="27" />
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="67" />
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="v,y,yacute,ydieresis" k="15" />
<hkern g1="b,p,thorn" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="29" />
<hkern g1="b,p,thorn" g2="v,y,yacute,ydieresis" k="11" />
<hkern g1="b,p,thorn" g2="z" k="15" />
<hkern g1="b,p,thorn" g2="x" k="15" />
<hkern g1="c,ccedilla" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="11" />
<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="14" />
<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="v,y,yacute,ydieresis" k="13" />
<hkern g1="h,m,n,ntilde" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="16" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="20" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="v,y,yacute,ydieresis" k="15" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="z" k="16" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="x" k="21" />
<hkern g1="r" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-16" />
<hkern g1="r" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" />
<hkern g1="r" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="20" />
<hkern g1="r" g2="v,y,yacute,ydieresis" k="-18" />
<hkern g1="r" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="123" />
<hkern g1="v,y,yacute,ydieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-15" />
<hkern g1="v,y,yacute,ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="15" />
<hkern g1="v,y,yacute,ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" />
<hkern g1="v,y,yacute,ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="15" />
<hkern g1="v,y,yacute,ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="107" />
<hkern g1="x" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="20" />
<hkern g1="x" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="20" />
<hkern g1="z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="16" />
<hkern g1="z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="16" />
</font>
</defs></svg>

Before

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

View File

@@ -1,621 +0,0 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata></metadata>
<defs>
<font id="robotoregular" horiz-adv-x="1164" >
<font-face units-per-em="2048" ascent="1638" descent="-410" />
<missing-glyph horiz-adv-x="509" />
<glyph unicode="&#xfb01;" horiz-adv-x="1140" d="M28 936v146h170v117q0 182 106.5 282t295.5 100q67 0 132 -15.5t153 -45.5l-34 -160q-53 21 -113 36t-123 15q-117 0 -168.5 -52t-51.5 -160v-117h215v-146h-215v-936h-197v936h-170zM783 0v1082h198v-1082h-198z" />
<glyph horiz-adv-x="2048" />
<glyph horiz-adv-x="2048" />
<glyph unicode="&#xd;" horiz-adv-x="509" />
<glyph unicode=" " horiz-adv-x="509" />
<glyph unicode="&#x09;" horiz-adv-x="509" />
<glyph unicode="&#xa0;" horiz-adv-x="509" />
<glyph unicode="!" horiz-adv-x="539" d="M171 0v204h198v-204h-198zM171 478v978h197v-978h-197z" />
<glyph unicode="&#x22;" horiz-adv-x="668" d="M80 1040l1 240v280h197v-270l-101 -250h-97zM389 1040l1 248v272h197v-270l-101 -250h-97z" />
<glyph unicode="#" horiz-adv-x="1276" d="M70 410v140h264l68 348h-256v142h284l82 416h151l-82 -416h255l82 416h151l-82 -416h199v-142h-226l-68 -348h219v-140h-247l-80 -410h-152l80 410h-255l-80 -410h-151l80 410h-236zM485 550h255l68 348h-255z" />
<glyph unicode="$" horiz-adv-x="1153" d="M114 424l2 5h190q0 -154 77.5 -219.5t190.5 -65.5q129 0 201.5 61.5t72.5 170.5q0 89 -64 153t-210 114q-202 61 -305 163t-103 272q0 165 94.5 269t260.5 125v221h158v-222q168 -24 260.5 -143.5t92.5 -320.5h-196q0 136 -63 220t-175 84q-118 0 -176.5 -61.5 t-58.5 -168.5q0 -97 60.5 -157t218.5 -114q205 -66 304 -164.5t99 -267.5q0 -172 -103 -273.5t-283 -120.5v-192h-157v191q-172 18 -282 125.5t-106 315.5z" />
<glyph unicode="%" horiz-adv-x="1498" d="M104 1099v77q0 127 82 214t219 87t219 -86.5t82 -214.5v-77q0 -127 -81.5 -213t-217.5 -86q-138 0 -220.5 86t-82.5 213zM250 1099q0 -74 40.5 -125.5t116.5 -51.5q73 0 113 51t40 126v77q0 74 -40.5 126.5t-114.5 52.5q-75 0 -115 -52.5t-40 -126.5v-77zM349 177 l711 1138l109 -67l-711 -1138zM809 279v78q0 127 82 213.5t219 86.5q136 0 218.5 -86.5t82.5 -213.5v-78q0 -128 -82 -214t-217 -86q-138 0 -220.5 86t-82.5 214zM955 279q0 -75 40.5 -126.5t116.5 -51.5q73 0 113 51.5t40 126.5v78q0 74 -41 126t-114 52q-74 0 -114.5 -52 t-40.5 -126v-78z" />
<glyph unicode="&#x26;" horiz-adv-x="1276" d="M64 392q0 122 70.5 213.5t210.5 183.5q-78 99 -116 176.5t-38 159.5q0 169 97.5 260.5t268.5 91.5q158 0 257 -91t99 -219q0 -98 -52.5 -169.5t-155.5 -146.5l-109 -80l340 -409q41 65 64 144t23 167h176q0 -132 -39 -244t-113 -201l185 -223l-2 -5h-229l-85 102 q-80 -60 -177 -91.5t-201 -31.5q-217 0 -345.5 115t-128.5 298zM261 392q0 -113 71 -186t206 -73q72 0 142 24.5t132 70.5l-361 435l-40 -29q-91 -68 -120.5 -130t-29.5 -112zM388 1127q0 -53 27 -110.5t81 -125.5l138 95q57 38 77.5 82.5t20.5 98.5q0 61 -48.5 108 t-126.5 47q-81 0 -125 -56.5t-44 -138.5z" />
<glyph unicode="'" horiz-adv-x="359" d="M80 1055l1 265v240h197v-223l-101 -282h-97z" />
<glyph unicode="(" horiz-adv-x="679" d="M132 582v9q0 394 159 673t334 372l6 -1l38 -116q-137 -107 -238.5 -343t-101.5 -583v-13q0 -347 101 -583t239 -352l-38 -108h-6q-175 93 -334 371.5t-159 673.5z" />
<glyph unicode=")" horiz-adv-x="687" d="M6 -355q135 105 237.5 345.5t102.5 589.5v13q0 342 -105.5 583.5t-234.5 351.5l38 108h6q174 -93 333.5 -372t159.5 -673v-9q0 -395 -159.5 -673.5t-333.5 -371.5h-6z" />
<glyph unicode="*" horiz-adv-x="884" d="M28 1071l49 154l296 -111l-10 342h161l-10 -348l293 110l48 -156l-302 -89l193 -270l-131 -96l-181 287l-176 -279l-132 93l198 274z" />
<glyph unicode="+" horiz-adv-x="1162" d="M78 605v178h402v423h197v-423h399v-178h-399v-459h-197v459h-402z" />
<glyph unicode="," horiz-adv-x="404" d="M48 -258l70 316v163h197v-173l-150 -306h-117z" />
<glyph unicode="-" horiz-adv-x="561" d="M35 538v154h490v-154h-490z" />
<glyph unicode="." horiz-adv-x="548" d="M161 0v202h197v-202h-197z" />
<glyph unicode="/" horiz-adv-x="850" d="M16 -125l608 1581h167l-607 -1581h-168z" />
<glyph unicode="0" horiz-adv-x="1154" d="M113 555v345q0 278 124.5 427.5t338.5 149.5q215 0 339.5 -149.5t124.5 -427.5v-345q0 -279 -123.5 -427.5t-338.5 -148.5t-340 149t-125 427zM310 515q0 -189 69 -285.5t199 -96.5t197.5 96t67.5 286v427q0 189 -68.5 284.5t-198.5 95.5t-198 -95.5t-68 -284.5v-427z " />
<glyph unicode="1" horiz-adv-x="1153" d="M186 1260v142l495 54v-1456h-197v1264z" />
<glyph unicode="2" horiz-adv-x="1153" d="M97 1033q-5 188 125 316t360 128q196 0 312.5 -114.5t116.5 -291.5q0 -119 -70.5 -238.5t-197.5 -256.5l-383 -417l2 -5h700v-154h-944v135l477 530q128 143 173.5 227t45.5 172q0 109 -63.5 183.5t-168.5 74.5q-151 0 -222.5 -77.5t-71.5 -217.5h-189z" />
<glyph unicode="3" horiz-adv-x="1153" d="M100 378l3 6h188q0 -115 70.5 -183t193.5 -68q125 0 196 68t71 201q0 135 -63 199t-199 64h-172v154h172q131 0 185.5 65.5t54.5 182.5q0 125 -62 190t-183 65q-115 0 -184.5 -67.5t-69.5 -179.5h-189l-2 6q-5 165 119.5 280.5t325.5 115.5q202 0 322 -107.5t120 -306.5 q0 -90 -54.5 -179.5t-163.5 -136.5q131 -43 185.5 -135t54.5 -206q0 -199 -130.5 -313t-333.5 -114q-199 0 -329.5 107.5t-125.5 291.5z" />
<glyph unicode="4" horiz-adv-x="1153" d="M55 336v111l642 1009h208v-966h201v-154h-201v-336h-196v336h-654zM265 490h444v683l-6 1l-19 -50z" />
<glyph unicode="5" horiz-adv-x="1153" d="M157 377l2 6h178q0 -119 68.5 -184.5t177.5 -65.5q125 0 194 88t69 241q0 140 -70 230t-193 90q-116 0 -168 -35t-76 -107l-164 17l84 799h729v-175h-562l-48 -409q46 34 102.5 56.5t130.5 24.5q201 2 316.5 -131t115.5 -358q0 -219 -117.5 -352t-342.5 -133 q-185 0 -308 101t-118 297z" />
<glyph unicode="6" horiz-adv-x="1153" d="M132 571v278q0 280 156 454t387 174q75 0 148.5 -17t121.5 -43l-42 -151q-49 25 -102.5 40.5t-125.5 15.5q-156 0 -251.5 -125t-95.5 -326v-23q64 56 146.5 87.5t177.5 31.5q195 0 311 -135t116 -342q0 -226 -123.5 -368.5t-329.5 -142.5q-214 0 -354 155t-140 437z M328 552q0 -201 85 -310t213 -109q121 0 188.5 102.5t67.5 254.5q0 144 -72.5 237t-201.5 93q-101 0 -172 -41t-108 -109v-118z" />
<glyph unicode="7" horiz-adv-x="1153" d="M77 1301v155h985v-155q-264 -314 -356.5 -556.5t-133.5 -587.5l-16 -157h-197l16 157q42 344 163 615t331 529h-792z" />
<glyph unicode="8" horiz-adv-x="1153" d="M102 394q0 123 74 217t200 138q-109 42 -171 127.5t-62 199.5q0 192 118.5 296.5t313.5 104.5q192 0 313.5 -104.5t121.5 -296.5q0 -114 -64 -199.5t-173 -127.5q126 -44 201.5 -138t75.5 -217q0 -202 -131.5 -308.5t-341.5 -106.5q-214 0 -344.5 106.5t-130.5 308.5z M299 398q0 -124 76 -194.5t202 -70.5q123 0 200 71t77 194q0 120 -79 197t-200 77q-123 0 -199.5 -77t-76.5 -197zM340 1072q0 -111 65.5 -178t171.5 -67q104 0 170 67t66 178q0 108 -67.5 179t-170.5 71q-105 0 -170 -68.5t-65 -181.5z" />
<glyph unicode="9" horiz-adv-x="1153" d="M83 978q0 219 131.5 359t319.5 140q228 0 359.5 -142.5t131.5 -419.5v-347q0 -285 -142.5 -437t-371.5 -152q-77 0 -156.5 14.5t-142.5 44.5l30 151q59 -31 122.5 -43.5t146.5 -12.5q144 0 230.5 109t86.5 324v66q-49 -71 -122.5 -107.5t-163.5 -36.5q-211 0 -335 130.5 t-124 359.5zM280 978q0 -150 70.5 -243t191.5 -93q109 0 181.5 47t104.5 120v126q0 191 -73.5 289t-214.5 98q-108 0 -184 -96.5t-76 -247.5z" />
<glyph unicode=":" horiz-adv-x="517" d="M161 0v202h197v-202h-197zM161 876v202h197v-202h-197z" />
<glyph unicode=";" horiz-adv-x="525" d="M99 -258l70 316v163h197v-173l-150 -306h-117zM162 876v202h197v-202h-197z" />
<glyph unicode="&#x3c;" horiz-adv-x="1040" d="M71 466v149l816 378v-201l-559 -233l-85 -18v-6l85 -19l559 -228v-201z" />
<glyph unicode="=" horiz-adv-x="1153" d="M152 407v164h834v-164h-834zM152 823v164h834v-164h-834z" />
<glyph unicode="&#x3e;" horiz-adv-x="1072" d="M136 87v196l598 238l85 17v6l-85 20l-598 234v195l856 -378v-149z" />
<glyph unicode="?" horiz-adv-x="974" d="M61 1122q-3 161 113.5 258t296.5 97q197 0 306 -100.5t109 -280.5q0 -129 -70.5 -236t-186.5 -219q-54 -54 -65.5 -97t-11.5 -134h-197q1 145 25 201t126 148q99 117 141 180t42 152q0 106 -56.5 163t-161.5 57q-91 0 -155 -49.5t-64 -145.5h-188zM353 0v208h206v-208 h-206z" />
<glyph unicode="@" horiz-adv-x="1833" d="M114 478q19 423 249 688t602 265q379 0 581.5 -250t185.5 -679q-9 -214 -120 -368.5t-332 -154.5q-73 0 -126 41.5t-76 117.5q-50 -80 -122 -119.5t-168 -39.5q-125 0 -194 120.5t-51 316.5q23 259 137.5 415.5t279.5 156.5q105 0 169 -26t139 -80l-4 -4h6l-51 -585 q-9 -110 21.5 -151.5t81.5 -41.5q123 0 197 113.5t82 288.5q16 382 -144 595.5t-496 213.5q-308 0 -495.5 -231t-202.5 -602q-18 -376 150 -594.5t482 -218.5q88 0 178.5 21.5t152.5 56.5l38 -107q-67 -42 -170.5 -65.5t-202.5 -23.5q-380 0 -587.5 249.5t-189.5 681.5z M720 416q-11 -142 21.5 -216t106.5 -74q64 0 117 24.5t97 87.5q-1 12 -0.5 25.5t2.5 29.5l47 538q-26 12 -54.5 19t-59.5 7q-125 0 -191 -109.5t-86 -331.5z" />
<glyph unicode="A" horiz-adv-x="1326" d="M20 0l563 1456h169l554 -1456h-201l-136 375h-610l-138 -375h-201zM420 540h490l-240 663h-6z" />
<glyph unicode="B" horiz-adv-x="1309" d="M180 0v1456h475q228 0 357 -98.5t129 -295.5q0 -97 -62 -173.5t-163 -113.5q132 -28 207.5 -129t75.5 -235q0 -200 -129.5 -305.5t-351.5 -105.5h-538zM377 154h341q134 0 209 66.5t75 188.5q0 128 -62.5 201t-192.5 73h-370v-529zM377 837h319q110 0 179 60.5t69 168.5 q0 118 -74.5 176.5t-214.5 58.5h-278v-464z" />
<glyph unicode="C" horiz-adv-x="1297" d="M118 598v259q0 269 155.5 444.5t402.5 175.5q247 1 393 -131q142 -128 142 -337v-12l-2 -6h-189q0 153 -90 242t-254 89q-165 0 -263 -133t-98 -330v-261q0 -199 98 -332t263 -133q164 0 254 88.5t90 244.5h189l2 -6v-11q0 -198 -144 -332q-148 -138 -391 -138 q-247 0 -402.5 175t-155.5 444z" />
<glyph unicode="D" horiz-adv-x="1349" d="M180 0v1456h447q286 0 459 -175.5t173 -453.5v-199q0 -279 -173 -453.5t-459 -174.5h-447zM377 154h250q202 0 318.5 133t116.5 341v201q0 206 -116.5 339t-318.5 133h-250v-1147z" />
<glyph unicode="E" horiz-adv-x="1197" d="M180 0v1456h955v-155h-758v-471h667v-155h-667v-521h769v-154h-966z" />
<glyph unicode="F" horiz-adv-x="1193" d="M180 0v1456h963v-155h-766v-502h664v-155h-664v-644h-197z" />
<glyph unicode="G" horiz-adv-x="1396" d="M120 578v300q0 265 159 432t410 167q250 0 393 -123t146 -317l-2 -6h-188q-9 127 -96.5 209t-252.5 82q-167 0 -269 -125t-102 -317v-302q0 -194 114 -319.5t290 -125.5q124 0 203 33t113 75v331h-319v155h516v-534q-52 -80 -180.5 -147t-332.5 -67q-261 0 -431.5 167 t-170.5 432z" />
<glyph unicode="H" horiz-adv-x="1461" d="M180 0v1456h197v-658h707v658h197v-1456h-197v643h-707v-643h-197z" />
<glyph unicode="I" horiz-adv-x="579" d="M190 0v1456h198v-1456h-198z" />
<glyph unicode="J" horiz-adv-x="1130" d="M66 395l2 6h189q0 -135 68.5 -201.5t193.5 -66.5q109 0 178 73.5t69 196.5v1053h197v-1053q0 -195 -123.5 -309.5t-320.5 -114.5q-210 0 -334 107q-119 102 -119 293v16z" />
<glyph unicode="K" horiz-adv-x="1317" d="M180 0v1456h197v-644h152l521 644h218l3 -5l-565 -699l606 -747l-3 -5h-235l-527 657h-170v-657h-197z" />
<glyph unicode="L" horiz-adv-x="1106" d="M180 0v1456h197v-1302h689v-154h-886z" />
<glyph unicode="M" horiz-adv-x="1799" d="M180 0v1456h252l464 -1183h6l464 1183h252v-1456h-197v576l20 592l-5 1l-472 -1169h-131l-470 1166l-5 -1l19 -589v-576h-197z" />
<glyph unicode="N" horiz-adv-x="1461" d="M180 0v1456h197l701 -1124l6 2v1122h197v-1456h-197l-701 1126l-6 -2v-1124h-197z" />
<glyph unicode="O" horiz-adv-x="1396" d="M113 598v259q0 266 159.5 443t414.5 177q264 0 429.5 -176.5t165.5 -443.5v-259q0 -267 -165.5 -443t-429.5 -176q-255 0 -414.5 176t-159.5 443zM310 598q0 -202 102.5 -330t274.5 -128q183 0 290.5 127.5t107.5 330.5v261q0 200 -108 328t-290 128q-172 0 -274.5 -128 t-102.5 -328v-261z" />
<glyph unicode="P" horiz-adv-x="1312" d="M180 0v1456h557q233 0 362 -120t129 -316q0 -199 -129 -317.5t-362 -118.5h-360v-584h-197zM377 738h360q148 0 221 79.5t73 200.5t-73.5 202t-220.5 81h-360v-563z" />
<glyph unicode="Q" horiz-adv-x="1396" d="M113 598v259q0 266 159.5 443t414.5 177q264 0 429.5 -176.5t165.5 -443.5v-259q0 -142 -50 -263t-140 -205l247 -233l-135 -129l-276 257q-56 -23 -116.5 -34.5t-124.5 -11.5q-255 0 -414.5 176t-159.5 443zM310 598q0 -202 102.5 -330t274.5 -128q183 0 290.5 127.5 t107.5 330.5v261q0 200 -108 328t-290 128q-172 0 -274.5 -128t-102.5 -328v-261z" />
<glyph unicode="R" horiz-adv-x="1357" d="M180 0v1455h527q239 0 365 -106t126 -308q0 -112 -58.5 -195t-170.5 -132q120 -39 172.5 -126.5t52.5 -216.5v-137q0 -68 15 -122t52 -88v-24h-203q-39 34 -50 100t-11 136v133q0 118 -69 190t-185 72h-366v-631h-197zM377 786h310q167 0 240.5 63.5t73.5 193.5 q0 123 -71.5 190.5t-222.5 67.5h-330v-515z" />
<glyph unicode="S" horiz-adv-x="1277" d="M102 413l2 6h188q0 -140 103 -213t255 -73q149 0 236 63t87 171q0 100 -75 167.5t-266 113.5q-231 55 -360.5 162t-129.5 269q0 170 139.5 284t361.5 114q239 0 381 -131q137 -127 136 -292v-12l-2 -6h-188q0 128 -84.5 207t-242.5 79q-147 0 -225.5 -66.5t-78.5 -173.5 q0 -95 85 -158.5t276 -111.5q230 -57 350 -168t120 -275q0 -176 -144 -283t-376 -107q-218 0 -386 118q-163 115 -162 305v11z" />
<glyph unicode="T" horiz-adv-x="1200" d="M34 1301v155h1132v-155h-468v-1301h-197v1301h-467z" />
<glyph unicode="U" horiz-adv-x="1386" d="M147 469v987h197v-987q0 -165 94 -250.5t248 -85.5q162 0 261.5 85.5t99.5 250.5v987h197v-987q0 -238 -154.5 -364t-403.5 -126q-240 0 -389.5 126.5t-149.5 363.5z" />
<glyph unicode="V" horiz-adv-x="1295" d="M22 1456h214l376 -1094l33 -115h6l33 115l376 1094h213l-541 -1456h-169z" />
<glyph unicode="W" horiz-adv-x="1809" d="M54 1456h196l222 -952l27 -182l6 -1l39 183l267 952h174l269 -952l40 -187h6l29 187l217 952h197l-351 -1456h-176l-287 1010l-26 131h-6l-25 -131l-292 -1010h-176z" />
<glyph unicode="X" horiz-adv-x="1295" d="M66 0l472 734l-462 722h236l338 -568l340 568h238l-462 -722l472 -734h-235l-349 578l-350 -578h-238z" />
<glyph unicode="Y" horiz-adv-x="1250" d="M20 1456h225l380 -740l380 740h225l-511 -944v-512h-196v525z" />
<glyph unicode="Z" horiz-adv-x="1225" d="M97 0v146l778 1155h-767v155h992v-141l-781 -1161h814v-154h-1036z" />
<glyph unicode="[" horiz-adv-x="552" d="M143 -312v1976h385v-155h-188v-1666h188v-155h-385z" />
<glyph unicode="\" horiz-adv-x="846" d="M39 1456h186l608 -1581h-186z" />
<glyph unicode="]" horiz-adv-x="552" d="M11 -157h189v1666h-189v155h386v-1976h-386v155z" />
<glyph unicode="^" horiz-adv-x="856" d="M61 729l299 727h134l298 -727h-181l-166 419l-16 70h-6l-16 -70l-163 -419h-183z" />
<glyph unicode="_" horiz-adv-x="931" d="M4 0h923v-154h-923v154z" />
<glyph unicode="`" horiz-adv-x="641" d="M82 1471l3 6h230l175 -266h-158z" />
<glyph unicode="a" horiz-adv-x="1126" d="M106 304q0 155 125.5 242.5t340.5 87.5h214v107q0 95 -58 150.5t-164 55.5q-95 0 -154.5 -48.5t-59.5 -116.5h-188l-2 6v11q0 111 112 205q118 98 303 98q184 0 296 -93.5t112 -269.5v-521q0 -58 6 -112t22 -106h-203q-10 49 -15.5 86.5t-6.5 75.5q-55 -78 -143.5 -130.5 t-190.5 -52.5q-169 0 -257.5 86.5t-88.5 238.5zM303 300q0 -72 45 -114t133 -42q107 0 193 55t112 126v176h-221q-119 0 -190.5 -60t-71.5 -141z" />
<glyph unicode="b" d="M143 0v1560h197v-606q51 72 126.5 110t176.5 38q200 0 312 -160t112 -421v-21q0 -234 -112.5 -377.5t-309.5 -143.5q-107 0 -186 41.5t-131 122.5l-24 -143h-161zM340 309q38 -80 99.5 -125t155.5 -45q139 0 207 99t68 262v21q0 186 -68.5 303.5t-208.5 117.5 q-91 0 -153.5 -44.5t-99.5 -119.5v-469z" />
<glyph unicode="c" horiz-adv-x="1087" d="M97 520v42q0 231 125.5 385.5t360.5 154.5q191 0 311 -112q117 -108 116 -265v-10l-2 -6h-178q0 99 -70 168.5t-177 69.5q-155 0 -221.5 -111.5t-66.5 -273.5v-42q0 -166 66 -276.5t222 -110.5q98 0 172.5 60.5t74.5 148.5h177l2 -6v-10q-1 -134 -125 -238 q-130 -108 -301 -109q-236 0 -361 154t-125 387z" />
<glyph unicode="d" d="M98 500v21q0 261 111.5 421t312.5 160q95 0 168.5 -35t125.5 -102v595h197v-1560h-161l-23 133q-53 -76 -130 -115t-179 -39q-198 0 -310 143.5t-112 377.5zM295 500q0 -164 67 -262.5t208 -98.5q88 0 148 40t98 112v505q-38 67 -98.5 106.5t-145.5 39.5 q-142 0 -209.5 -117t-67.5 -304v-21z" />
<glyph unicode="e" horiz-adv-x="1083" d="M99 520v44q0 231 137.5 384.5t325.5 153.5q219 0 331 -132t112 -352v-123h-702l-3 -5q3 -156 79 -256.5t213 -100.5q100 0 175.5 28.5t130.5 78.5l77 -128q-58 -57 -153 -95t-230 -38q-226 0 -359.5 150.5t-133.5 390.5zM307 654l2 -5h499v26q0 116 -62 194t-184 78 q-99 0 -169 -83.5t-86 -209.5z" />
<glyph unicode="f" horiz-adv-x="707" d="M56 936v146h169v137q0 173 90.5 267.5t252.5 94.5q34 0 68.5 -5.5t76.5 -15.5l-24 -150q-18 4 -43.5 7t-53.5 3q-86 0 -128 -51.5t-42 -149.5v-137h225v-146h-225v-936h-197v936h-169z" />
<glyph unicode="g" d="M100 500v21q0 261 114 421t315 160q103 0 181 -41.5t130 -119.5l24 141h157v-1088q0 -208 -121 -319.5t-349 -111.5q-78 0 -168.5 21.5t-159.5 58.5l50 153q53 -30 128 -48.5t148 -18.5q144 0 209.5 65.5t65.5 199.5v122q-53 -68 -127 -102.5t-170 -34.5q-199 0 -313 144 t-114 377zM297 500q0 -163 69 -262t210 -99q89 0 149 40.5t99 114.5v498q-38 69 -99 109.5t-147 40.5q-141 0 -211 -118t-70 -303v-21z" />
<glyph unicode="h" d="M143 0v1560h197v-623q56 78 137.5 121.5t180.5 43.5q173 0 269.5 -104t96.5 -320v-678h-197v680q0 134 -57.5 198t-171.5 64q-82 0 -148.5 -38.5t-109.5 -104.5v-799h-197z" />
<glyph unicode="i" horiz-adv-x="516" d="M159 0v1082h197v-1082h-197zM159 1359v201h197v-201h-197z" />
<glyph unicode="j" horiz-adv-x="530" d="M-66 -419l14 155q14 -5 40 -8.5t43 -3.5q65 0 103.5 44t38.5 143v1171h197v-1171q0 -167 -86 -257.5t-239 -90.5q-31 0 -56.5 4.5t-54.5 13.5zM167 1363v197h197v-197h-197z" />
<glyph unicode="k" horiz-adv-x="1050" d="M144 0v1560h197v-904h126l296 426h236l-370 -492l423 -590h-232l-351 499h-128v-499h-197z" />
<glyph unicode="l" horiz-adv-x="516" d="M159 0v1560h197v-1560h-197z" />
<glyph unicode="m" horiz-adv-x="1790" d="M143 0v1082h176l14 -142q53 77 134.5 119.5t189.5 42.5t185.5 -50t116.5 -150q51 92 135 146t196 54q165 0 261 -113.5t96 -341.5v-647h-197v649q0 160 -55 226.5t-164 66.5q-101 0 -163.5 -70t-73.5 -177v-8v-687h-198v649q0 152 -56.5 222.5t-162.5 70.5 q-90 0 -148 -37t-89 -104v-801h-197z" />
<glyph unicode="n" d="M143 0v1082h176l14 -161q54 86 135.5 133.5t185.5 47.5q175 0 271 -102.5t96 -316.5v-683h-197v679q0 143 -56.5 203t-172.5 60q-85 0 -150.5 -41t-104.5 -112v-789h-197z" />
<glyph unicode="o" d="M97 529v22q0 240 130 395.5t353 155.5q225 0 355.5 -155t130.5 -396v-22q0 -242 -130 -396t-354 -154t-354.5 154.5t-130.5 395.5zM294 529q0 -172 72.5 -284t215.5 -112q141 0 214 112t73 284v22q0 170 -73.5 283t-215.5 113q-141 0 -213.5 -113t-72.5 -283v-22z" />
<glyph unicode="p" d="M143 -416v1498h151l31 -140q53 78 132 119t184 41q201 0 312.5 -159.5t111.5 -421.5v-21q0 -234 -112 -377.5t-309 -143.5q-100 0 -175.5 33.5t-128.5 100.5v-529h-197zM340 275q37 -67 97 -104.5t147 -37.5q140 0 212 102.5t72 264.5v21q0 184 -72.5 302.5t-213.5 118.5 q-85 0 -145 -38.5t-97 -105.5v-523z" />
<glyph unicode="q" d="M98 500v21q0 261 111.5 421t312.5 160q99 0 174 -37.5t127 -109.5l29 127h150v-1498h-197v518q-52 -61 -123 -92t-162 -31q-198 0 -310 143.5t-112 377.5zM295 500q0 -164 67.5 -265.5t207.5 -101.5q81 0 138.5 36t96.5 101v546q-39 61 -96.5 96t-136.5 35 q-141 0 -209 -119.5t-68 -306.5v-21z" />
<glyph unicode="r" horiz-adv-x="702" d="M143 0v1082h176l19 -158q46 84 113.5 131t155.5 47q22 0 42 -3.5t33 -7.5l-27 -183l-101 6q-78 0 -131.5 -37t-82.5 -104v-773h-197z" />
<glyph unicode="s" horiz-adv-x="1071" d="M109 329l2 6h188q5 -105 78 -153.5t171 -48.5q105 0 164.5 42.5t59.5 111.5q0 65 -49.5 107t-187.5 73q-197 43 -296.5 116.5t-99.5 200.5q0 132 112 225t292 93q189 0 301 -97q107 -93 106 -224v-12l-2 -6h-188q0 71 -59.5 127.5t-157.5 56.5q-105 0 -156 -46t-51 -111 q0 -64 45 -101t183 -66q205 -44 305 -119.5t100 -202.5q0 -144 -116.5 -233t-304.5 -89q-207 0 -326 105q-113 100 -113 232v13z" />
<glyph unicode="t" horiz-adv-x="708" d="M34 936v146h172v261h197v-261h205v-146h-205v-657q0 -76 31.5 -107t83.5 -31q17 0 37.5 4t36.5 10l26 -135q-22 -18 -64.5 -29.5t-85.5 -11.5q-120 0 -191 72.5t-71 227.5v657h-172z" />
<glyph unicode="u" d="M139 444v638h197v-640q0 -173 51 -238t159 -65q105 0 173.5 42.5t103.5 120.5v780h197v-1082h-177l-13 160q-51 -87 -131 -134t-185 -47q-177 0 -276 113t-99 352z" />
<glyph unicode="v" horiz-adv-x="1030" d="M46 1082h202l256 -763l17 -76h6l19 76l249 763h201l-398 -1082h-149z" />
<glyph unicode="w" horiz-adv-x="1550" d="M45 1082h196l179 -688l23 -131h6l28 131l216 688h158l217 -688l31 -146h6l29 146l170 688h196l-314 -1082h-159l-209 659l-45 184l-6 -1l-43 -183l-206 -659h-159z" />
<glyph unicode="x" horiz-adv-x="1030" d="M46 0l361 547l-351 535h227l227 -399l230 399h230l-351 -535l361 -547h-226l-240 409l-240 -409h-228z" />
<glyph unicode="y" horiz-adv-x="1030" d="M26 1082h220l228 -681l35 -136h6l266 817h219l-455 -1248q-41 -109 -117.5 -190t-206.5 -81q-24 0 -61 5.5t-57 10.5l20 155q-6 1 35.5 -2t52.5 -3q63 0 103 56t67 124l47 113z" />
<glyph unicode="z" horiz-adv-x="1030" d="M94 0v138l585 788h-578v156h819v-134l-591 -794h625v-154h-860z" />
<glyph unicode="{" horiz-adv-x="696" d="M63 543v147q106 0 157.5 61.5t51.5 174.5v206q0 171 82 290.5t277 174.5l40 -117q-110 -35 -156 -125.5t-46 -222.5v-206q0 -105 -42.5 -185t-127.5 -125q85 -46 127.5 -126.5t42.5 -183.5v-205q0 -132 46 -221.5t156 -125.5l-40 -118q-195 55 -277 175t-82 290v205 q0 112 -51.5 174.5t-157.5 62.5z" />
<glyph unicode="|" horiz-adv-x="507" d="M175 -270v1726h158v-1726h-158z" />
<glyph unicode="}" horiz-adv-x="696" d="M21 -246q109 36 156 125.5t47 221.5v205q0 107 45 187t139 123q-94 41 -139 121t-45 189v206q0 132 -47 222.5t-156 125.5l41 117q194 -55 276.5 -174.5t82.5 -290.5v-206q0 -113 50.5 -174.5t158.5 -61.5v-147q-108 0 -158.5 -62.5t-50.5 -174.5v-205q0 -170 -82.5 -290 t-276.5 -175z" />
<glyph unicode="~" horiz-adv-x="1391" d="M128 474q0 136 85.5 232.5t217.5 96.5q88 0 163 -34.5t160 -104.5q58 -51 106 -74t100 -23q66 0 114.5 57t48.5 134l141 -18q0 -137 -87 -238t-217 -101q-90 0 -163.5 33t-158.5 107q-59 48 -108 72t-99 24q-67 0 -114.5 -53t-47.5 -128z" />
<glyph unicode="&#xa1;" horiz-adv-x="507" d="M144 -374v978h197v-978h-197zM144 876v206h197v-206h-197z" />
<glyph unicode="&#xa2;" horiz-adv-x="1122" d="M107 520v42q0 199 95 344.5t276 183.5v228h198v-223q157 -24 252.5 -130.5t92.5 -250.5l-2 -5h-179q0 99 -70 168.5t-177 69.5q-155 0 -221.5 -111.5t-66.5 -273.5v-42q0 -166 66 -276.5t222 -110.5q98 0 172.5 60.5t74.5 148.5h178l3 -6q3 -122 -98 -223t-247 -126v-232 h-198v236q-182 36 -276.5 182t-94.5 347z" />
<glyph unicode="&#xa3;" horiz-adv-x="1194" d="M70 615v155h158l-10 270q0 204 112 320.5t300 116.5q200 0 310 -104.5t106 -276.5l-2 -6h-190q0 118 -63 175t-161 57q-99 0 -157 -74.5t-58 -207.5l10 -270h418v-155h-413l6 -149q0 -90 -15.5 -171.5t-44.5 -140.5h735l-1 -154h-976v154h10q48 13 72 111t24 201l-6 149 h-164z" />
<glyph unicode="&#xa4;" horiz-adv-x="1456" d="M104 112l138 140q-50 76 -76.5 166.5t-26.5 189.5q0 102 28.5 196t82.5 172l-146 149l139 139l143 -146q74 55 163 85.5t185 30.5q97 0 186 -31t164 -87l146 149l140 -140l-150 -153q52 -78 80.5 -170.5t28.5 -193.5q0 -98 -26.5 -187.5t-74.5 -165.5l142 -143l-140 -139 l-133 135q-77 -62 -169.5 -95t-193.5 -33t-193.5 32.5t-167.5 93.5l-130 -132zM321 608q0 -188 120.5 -320.5t292.5 -132.5q170 0 290.5 132.5t120.5 320.5q0 186 -120.5 318t-290.5 132q-172 0 -292.5 -132t-120.5 -318z" />
<glyph unicode="&#xa5;" horiz-adv-x="1243" d="M30 1456h226l359 -663l360 663h224l-418 -718h312v-155h-383v-135h383v-155h-383v-293h-197v293h-375v155h375v135h-375v155h311z" />
<glyph unicode="&#xa6;" horiz-adv-x="499" d="M145 -270v792h197v-792h-197zM145 698v758h197v-758h-197z" />
<glyph unicode="&#xa7;" horiz-adv-x="1259" d="M94 551q0 91 47 161.5t134 111.5q-68 50 -102 119.5t-34 166.5q0 166 134 266.5t358 100.5q233 0 363 -111.5t126 -313.5l-3 -6h-188q0 118 -79 197t-219 79q-145 0 -220 -59.5t-75 -150.5q0 -99 67 -148.5t278 -107.5q244 -69 355.5 -159.5t111.5 -265.5q0 -94 -48 -164 t-135 -110q69 -51 104 -119t35 -166q0 -172 -133 -269.5t-358 -97.5q-221 0 -372 102.5t-146 322.5l2 6l188 2q0 -143 96.5 -210.5t231.5 -67.5q137 0 215.5 59.5t78.5 150.5t-72 141.5t-276 113.5q-239 63 -352 156t-113 270zM291 553q0 -100 68 -151.5t278 -110.5 q56 -17 93 -28t70 -23q72 20 112 69.5t40 118.5q0 91 -73.5 144.5t-275.5 116.5q-47 12 -88.5 24.5t-77.5 27.5q-73 -19 -109.5 -69t-36.5 -119z" />
<glyph unicode="&#xa8;" horiz-adv-x="1021" d="M170 1256v200h219v-200h-219zM640 1256v200h219v-200h-219z" />
<glyph unicode="&#xa9;" horiz-adv-x="1604" d="M88 729q0 315 207 531t503 216q295 0 502 -216t207 -531q0 -316 -207.5 -533t-501.5 -217q-296 0 -503 217t-207 533zM209 729q0 -265 171.5 -447t417.5 -182q245 0 417 182t172 447q0 263 -172 444t-417 181q-246 0 -417.5 -181t-171.5 -444zM436 669v119q0 173 94 280 t254 107q157 0 245.5 -79t84.5 -228l-2 -6h-146q0 95 -45.5 138.5t-136.5 43.5q-94 0 -145 -70.5t-51 -184.5v-120q0 -117 51 -187t145 -70q91 0 136 43t45 141h146l2 -6q4 -151 -84 -229.5t-245 -78.5q-160 0 -254 106.5t-94 280.5z" />
<glyph unicode="&#xaa;" horiz-adv-x="917" d="M120 920q0 110 84.5 170t245.5 60h139v52q0 63 -30 97t-88 34q-67 0 -103.5 -27t-36.5 -76l-162 13l-1 6q-6 98 78.5 163t224.5 65q134 0 212 -71t78 -205v-314q0 -50 6 -94t20 -87h-174q-8 21 -13 45t-8 50q-33 -47 -89.5 -78t-133.5 -31q-119 0 -184 61t-65 167z M293 924q0 -45 29 -69t89 -24q51 0 105.5 30t72.5 65v110h-138q-75 0 -116.5 -33t-41.5 -79z" />
<glyph unicode="&#xab;" horiz-adv-x="966" d="M98 507v19l295 389h148l-255 -399l255 -398h-148zM432 507v19l295 389h148l-255 -399l255 -398h-148z" />
<glyph unicode="&#xac;" horiz-adv-x="1137" d="M127 637v165h835v-427h-198v262h-637z" />
<glyph unicode="&#xad;" horiz-adv-x="561" d="M35 538v154h490v-154h-490z" />
<glyph unicode="&#xae;" horiz-adv-x="1604" d="M88 729q0 315 207 531t503 216q295 0 502 -216t207 -531q0 -316 -207.5 -533t-501.5 -217q-296 0 -503 217t-207 533zM209 729q0 -266 171.5 -447.5t417.5 -181.5q244 0 416 182t172 447q0 264 -171.5 444.5t-416.5 180.5q-246 0 -417.5 -180.5t-171.5 -444.5zM504 316 v850h280q152 0 238.5 -65.5t86.5 -191.5q0 -62 -33 -109t-96 -78q66 -26 95.5 -79t29.5 -128v-56q0 -41 3.5 -73.5t13.5 -53.5v-16h-153q-9 21 -11 61.5t-2 82.5v54q0 72 -33.5 106t-110.5 34h-159v-338h-149zM653 784h152q65 1 110.5 32.5t45.5 87.5q0 73 -39.5 102.5 t-137.5 29.5h-131v-252z" />
<glyph unicode="&#xaf;" horiz-adv-x="950" d="M123 1310v146h721v-146h-721z" />
<glyph unicode="&#xb0;" horiz-adv-x="763" d="M128 1216q0 106 76 183.5t181 77.5q103 0 177.5 -77.5t74.5 -183.5q0 -108 -74 -182.5t-178 -74.5q-106 0 -181.5 74.5t-75.5 182.5zM259 1216q0 -55 36.5 -91t89.5 -36q52 0 87.5 36t35.5 91t-36 92.5t-87 37.5q-53 0 -89.5 -37.5t-36.5 -92.5z" />
<glyph unicode="&#xb1;" horiz-adv-x="1097" d="M99 702v154h381v411h177v-411h358v-154h-358v-413h-177v413h-381zM136 4v155h835v-155h-835z" />
<glyph unicode="&#xb2;" horiz-adv-x="868" d="M119 1240q-6 99 78 169t225 70q135 0 211 -64t76 -180q0 -80 -44.5 -136t-160.5 -161l-153 -135l2 -6h361v-130h-592v130l302 262q69 60 91 97.5t22 79.5q0 50 -28.5 81t-86.5 31q-67 0 -103.5 -32t-36.5 -82h-161z" />
<glyph unicode="&#xb3;" horiz-adv-x="876" d="M112 882l1 6h163q0 -46 37.5 -74.5t100.5 -28.5q72 0 114 29.5t42 77.5q0 62 -36.5 90.5t-109.5 28.5h-132v126h132q67 0 99.5 28.5t32.5 80.5q0 43 -36.5 72t-105.5 29q-56 0 -90.5 -24t-34.5 -64h-162l-2 6q-6 94 78.5 153.5t210.5 59.5q145 0 229 -59.5t84 -169.5 q0 -55 -35.5 -100.5t-97.5 -71.5q70 -23 108 -71t38 -116q0 -111 -90 -173t-236 -62q-127 0 -217.5 58t-84.5 169z" />
<glyph unicode="&#xb4;" horiz-adv-x="654" d="M131 1211l185 266h230l2 -6l-270 -260h-147z" />
<glyph unicode="&#xb5;" d="M153 -416v1498h196v-642q2 -178 57.5 -242.5t155.5 -64.5q98 0 158.5 36t92.5 106v807h197v-1082h-177l-9 108q-44 -63 -107.5 -96t-146.5 -33q-72 0 -126.5 16.5t-94.5 51.5v-463h-196z" />
<glyph unicode="&#xb6;" horiz-adv-x="1006" d="M63 988q0 207 129.5 337.5t362.5 130.5h281v-1456h-197v520h-84q-233 0 -362.5 129.5t-129.5 338.5z" />
<glyph unicode="&#xb7;" horiz-adv-x="540" d="M161 624v212h198v-212h-198z" />
<glyph unicode="&#xb8;" horiz-adv-x="509" d="M119 -326q72 0 116 24.5t44 73.5q0 48 -36 67t-123 26l32 135h140l-12 -52q65 -11 108 -52t43 -121q0 -96 -79 -153t-226 -57z" />
<glyph unicode="&#xb9;" horiz-adv-x="557" d="M95 1320v134l301 23v-812h-174v655h-127z" />
<glyph unicode="&#xba;" horiz-adv-x="933" d="M120 1025v117q0 148 94 241.5t251 93.5q158 0 252 -93.5t94 -241.5v-117q0 -149 -93.5 -241.5t-250.5 -92.5q-158 0 -252.5 92.5t-94.5 241.5zM293 1025q0 -88 44 -140.5t130 -52.5q83 0 127.5 53t44.5 140v117q0 84 -45 137.5t-129 53.5t-128 -53.5t-44 -137.5v-117z " />
<glyph unicode="&#xbb;" horiz-adv-x="966" d="M110 152l255 398l-255 399h148l295 -389v-19l-295 -389h-148zM456 152l255 398l-255 399h148l295 -389v-19l-295 -389h-148z" />
<glyph unicode="&#xbc;" horiz-adv-x="1595" d="M184 1319v134l301 23v-812h-174v655h-127zM339 185l711 1138l109 -67l-711 -1138zM785 254l422 547h173v-519h126v-130h-126v-152h-170v152h-417zM967 282h243v310l-6 1l-13 -22z" />
<glyph unicode="&#xbd;" horiz-adv-x="1708" d="M184 1319v134l301 23v-812h-174v655h-127zM352 185l711 1138l109 -67l-711 -1138zM930 573q-6 99 78 169t225 70q135 0 211 -64t76 -180q0 -80 -44.5 -136t-160.5 -161l-153 -135l2 -6h361v-130h-592v130l302 262q69 60 91 97.5t22 79.5q0 50 -28.5 81t-86.5 31 q-67 0 -103.5 -32t-36.5 -82h-161z" />
<glyph unicode="&#xbe;" horiz-adv-x="1781" d="M128 883l1 6h163q0 -46 37.5 -74.5t100.5 -28.5q72 0 114 29.5t42 77.5q0 62 -36.5 90.5t-109.5 28.5h-132v126h132q67 0 99.5 28.5t32.5 80.5q0 43 -36.5 72t-105.5 29q-56 0 -90.5 -24t-34.5 -64h-162l-2 6q-6 94 78.5 153.5t210.5 59.5q145 0 229 -59.5t84 -169.5 q0 -55 -35.5 -100.5t-97.5 -71.5q70 -23 108 -71t38 -116q0 -111 -90 -173t-236 -62q-127 0 -217.5 58t-84.5 169zM522 185l711 1138l109 -67l-711 -1138zM974 254l422 547h173v-519h126v-130h-126v-152h-170v152h-417zM1156 282h243v310l-6 1l-13 -22z" />
<glyph unicode="&#xbf;" horiz-adv-x="1013" d="M114 -13q0 127 70 233.5t187 220.5q53 53 65 96t12 135h197q-2 -146 -26 -202t-125 -147q-100 -118 -141.5 -181t-41.5 -150q0 -106 56 -163t162 -57q90 0 154.5 49.5t64.5 145.5h188l3 -6q2 -161 -114.5 -258t-295.5 -97q-198 0 -306.5 100.5t-108.5 280.5zM441 874v209 h206v-209h-206z" />
<glyph unicode="&#xc0;" horiz-adv-x="1326" d="M20 0l563 1456h169l554 -1456h-201l-136 375h-610l-138 -375h-201zM378 1820l3 6h230l175 -266h-158zM420 540h490l-240 663h-6z" />
<glyph unicode="&#xc1;" horiz-adv-x="1326" d="M20 0l563 1456h169l554 -1456h-201l-136 375h-610l-138 -375h-201zM420 540h490l-240 663h-6zM613 1556l185 266h230l2 -6l-270 -260h-147z" />
<glyph unicode="&#xc2;" horiz-adv-x="1326" d="M20 0l563 1456h169l554 -1456h-201l-136 375h-610l-138 -375h-201zM356 1601v26l246 237h120l248 -238v-25h-161l-147 148l-146 -148h-160zM420 540h490l-240 663h-6z" />
<glyph unicode="&#xc3;" horiz-adv-x="1326" d="M20 0l563 1456h169l554 -1456h-201l-136 375h-610l-138 -375h-201zM316 1628q0 93 59 161.5t150 68.5q56 0 140 -47t136 -47q41 0 71 32.5t30 79.5l108 -32q0 -94 -59.5 -159t-149.5 -65q-71 0 -148 46.5t-128 46.5q-43 0 -72 -32.5t-29 -78.5zM420 540h490l-240 663h-6z " />
<glyph unicode="&#xc4;" horiz-adv-x="1326" d="M20 0l563 1456h169l554 -1456h-201l-136 375h-610l-138 -375h-201zM319 1605v200h219v-200h-219zM420 540h490l-240 663h-6zM789 1605v200h219v-200h-219z" />
<glyph unicode="&#xc5;" horiz-adv-x="1326" d="M20 0l563 1456h169l554 -1456h-201l-136 375h-610l-138 -375h-201zM420 540h490l-240 663h-6zM457 1734q0 84 60.5 141t147.5 57q85 0 145 -56.5t60 -141.5q0 -86 -59.5 -140t-145.5 -54q-87 0 -147.5 54t-60.5 140zM560 1734q0 -43 31 -73.5t74 -30.5q42 0 72 29.5 t30 74.5t-30 76t-72 31q-43 0 -74 -31t-31 -76z" />
<glyph unicode="&#xc6;" horiz-adv-x="1922" d="M-20 0l880 1456h967v-155h-691l20 -466h590v-155h-584l22 -526h705v-154h-895l-15 350h-557l-202 -350h-240zM525 529h447l-31 710l-5 2z" />
<glyph unicode="&#xc7;" horiz-adv-x="1297" d="M118 598v259q0 269 155.5 444.5t402.5 175.5t393 -131.5t142 -348.5l-2 -6h-189q0 153 -90 242t-254 89q-165 0 -263 -133t-98 -330v-261q0 -199 98 -332t263 -133q164 0 254 88.5t90 244.5h189l2 -6q4 -205 -144 -343t-391 -138q-247 0 -402.5 175t-155.5 444zM581 -334 q72 0 116 24.5t44 73.5q0 48 -36 67t-123 26l32 135h140l-12 -52q65 -11 108 -52t43 -121q0 -96 -79 -153t-226 -57z" />
<glyph unicode="&#xc8;" horiz-adv-x="1197" d="M180 0v1456h955v-155h-758v-471h667v-155h-667v-521h769v-154h-966zM303 1820l3 6h230l175 -266h-158z" />
<glyph unicode="&#xc9;" horiz-adv-x="1197" d="M180 0v1456h955v-155h-758v-471h667v-155h-667v-521h769v-154h-966zM538 1556l185 266h230l2 -6l-270 -260h-147z" />
<glyph unicode="&#xca;" horiz-adv-x="1197" d="M180 0v1456h955v-155h-758v-471h667v-155h-667v-521h769v-154h-966zM322 1601v26l246 237h120l248 -238v-25h-161l-147 148l-146 -148h-160z" />
<glyph unicode="&#xcb;" horiz-adv-x="1197" d="M180 0v1456h955v-155h-758v-471h667v-155h-667v-521h769v-154h-966zM284 1605v200h219v-200h-219zM754 1605v200h219v-200h-219z" />
<glyph unicode="&#xcc;" horiz-adv-x="579" d="M-34 1820l3 6h230l175 -266h-158zM190 0v1456h198v-1456h-198z" />
<glyph unicode="&#xcd;" horiz-adv-x="579" d="M190 0v1456h198v-1456h-198zM199 1556l185 266h230l2 -6l-270 -260h-147z" />
<glyph unicode="&#xce;" horiz-adv-x="579" d="M-15 1601v26l246 237h120l248 -238v-25h-161l-147 148l-146 -148h-160zM190 0v1456h198v-1456h-198z" />
<glyph unicode="&#xcf;" horiz-adv-x="579" d="M-53 1605v200h219v-200h-219zM190 0v1456h198v-1456h-198zM417 1605v200h219v-200h-219z" />
<glyph unicode="&#xd0;" horiz-adv-x="1379" d="M42 663v155h168v638h447q286 0 459 -175.5t173 -453.5v-199q0 -279 -173 -453.5t-459 -174.5h-447v663h-168zM407 154h250q202 0 318.5 133t116.5 341v201q0 206 -116.5 339t-318.5 133h-250v-483h276v-155h-276v-509z" />
<glyph unicode="&#xd1;" horiz-adv-x="1461" d="M180 0v1456h197l701 -1124l6 2v1122h197v-1456h-197l-701 1126l-6 -2v-1124h-197zM381 1628q0 93 59 161.5t150 68.5q56 0 140 -47t136 -47q41 0 71 32.5t30 79.5l108 -32q0 -94 -59.5 -159t-149.5 -65q-71 0 -148 46.5t-128 46.5q-43 0 -72 -32.5t-29 -78.5z" />
<glyph unicode="&#xd2;" horiz-adv-x="1396" d="M113 598v259q0 266 159.5 443t414.5 177q264 0 429.5 -176.5t165.5 -443.5v-259q0 -267 -165.5 -443t-429.5 -176q-255 0 -414.5 176t-159.5 443zM310 598q0 -202 102.5 -330t274.5 -128q183 0 290.5 127.5t107.5 330.5v261q0 200 -108 328t-290 128q-172 0 -274.5 -128 t-102.5 -328v-261zM373 1841l3 6h230l175 -266h-158z" />
<glyph unicode="&#xd3;" horiz-adv-x="1396" d="M113 598v259q0 266 159.5 443t414.5 177q264 0 429.5 -176.5t165.5 -443.5v-259q0 -267 -165.5 -443t-429.5 -176q-255 0 -414.5 176t-159.5 443zM310 598q0 -202 102.5 -330t274.5 -128q183 0 290.5 127.5t107.5 330.5v261q0 200 -108 328t-290 128q-172 0 -274.5 -128 t-102.5 -328v-261zM608 1577l185 266h230l2 -6l-270 -260h-147z" />
<glyph unicode="&#xd4;" horiz-adv-x="1396" d="M113 598v259q0 266 159.5 443t414.5 177q264 0 429.5 -176.5t165.5 -443.5v-259q0 -267 -165.5 -443t-429.5 -176q-255 0 -414.5 176t-159.5 443zM310 598q0 -202 102.5 -330t274.5 -128q183 0 290.5 127.5t107.5 330.5v261q0 200 -108 328t-290 128q-172 0 -274.5 -128 t-102.5 -328v-261zM392 1622v26l246 237h120l248 -238v-25h-161l-147 148l-146 -148h-160z" />
<glyph unicode="&#xd5;" horiz-adv-x="1396" d="M113 598v259q0 266 159.5 443t414.5 177q264 0 429.5 -176.5t165.5 -443.5v-259q0 -267 -165.5 -443t-429.5 -176q-255 0 -414.5 176t-159.5 443zM310 598q0 -202 102.5 -330t274.5 -128q183 0 290.5 127.5t107.5 330.5v261q0 200 -108 328t-290 128q-172 0 -274.5 -128 t-102.5 -328v-261zM351 1649q0 93 59 161.5t150 68.5q56 0 140 -47t136 -47q41 0 71 32.5t30 79.5l108 -32q0 -94 -59.5 -159t-149.5 -65q-71 0 -148 46.5t-128 46.5q-43 0 -72 -32.5t-29 -78.5z" />
<glyph unicode="&#xd6;" horiz-adv-x="1396" d="M113 598v259q0 266 159.5 443t414.5 177q264 0 429.5 -176.5t165.5 -443.5v-259q0 -267 -165.5 -443t-429.5 -176q-255 0 -414.5 176t-159.5 443zM310 598q0 -202 102.5 -330t274.5 -128q183 0 290.5 127.5t107.5 330.5v261q0 200 -108 328t-290 128q-172 0 -274.5 -128 t-102.5 -328v-261zM354 1626v200h219v-200h-219zM824 1626v200h219v-200h-219z" />
<glyph unicode="&#xd7;" horiz-adv-x="1096" d="M88 351l327 334l-327 334l126 126l326 -333l327 333l126 -126l-328 -334l328 -334l-126 -126l-327 332l-326 -332z" />
<glyph unicode="&#xd8;" horiz-adv-x="1396" d="M113 598v259q0 266 159.5 443t414.5 177q94 0 178.5 -25.5t156.5 -71.5l81 137h149l-132 -221q77 -84 119.5 -197t42.5 -242v-259q0 -267 -165.5 -443t-429.5 -176q-85 0 -160.5 20.5t-139.5 60.5l-91 -154h-149l139 234q-84 84 -128.5 202t-44.5 256zM310 598 q0 -85 19 -158t54 -125l6 -1l544 916q-50 41 -112 63t-134 22q-172 0 -274.5 -128t-102.5 -328v-261zM475 208q44 -34 97 -51t115 -17q183 0 290.5 127.5t107.5 330.5v261q0 75 -16.5 142t-46.5 117l-6 1z" />
<glyph unicode="&#xd9;" horiz-adv-x="1386" d="M147 469v987h197v-987q0 -165 94 -250.5t248 -85.5q162 0 261.5 85.5t99.5 250.5v987h197v-987q0 -238 -154.5 -364t-403.5 -126q-240 0 -389.5 126.5t-149.5 363.5zM372 1820l3 6h230l175 -266h-158z" />
<glyph unicode="&#xda;" horiz-adv-x="1386" d="M147 469v987h197v-987q0 -165 94 -250.5t248 -85.5q162 0 261.5 85.5t99.5 250.5v987h197v-987q0 -238 -154.5 -364t-403.5 -126q-240 0 -389.5 126.5t-149.5 363.5zM607 1556l185 266h230l2 -6l-270 -260h-147z" />
<glyph unicode="&#xdb;" horiz-adv-x="1386" d="M147 469v987h197v-987q0 -165 94 -250.5t248 -85.5q162 0 261.5 85.5t99.5 250.5v987h197v-987q0 -238 -154.5 -364t-403.5 -126q-240 0 -389.5 126.5t-149.5 363.5zM391 1601v26l246 237h120l248 -238v-25h-161l-147 148l-146 -148h-160z" />
<glyph unicode="&#xdc;" horiz-adv-x="1386" d="M147 469v987h197v-987q0 -165 94 -250.5t248 -85.5q162 0 261.5 85.5t99.5 250.5v987h197v-987q0 -238 -154.5 -364t-403.5 -126q-240 0 -389.5 126.5t-149.5 363.5zM353 1605v200h219v-200h-219zM823 1605v200h219v-200h-219z" />
<glyph unicode="&#xdd;" horiz-adv-x="1250" d="M20 1456h225l380 -740l380 740h225l-511 -944v-512h-196v525zM535 1555l185 266h230l2 -6l-270 -260h-147z" />
<glyph unicode="&#xde;" horiz-adv-x="1209" d="M163 0v1456h197v-293h269q232 0 362 -118t130 -307q0 -190 -130 -307.5t-362 -117.5h-269v-313h-197zM360 467h269q147 0 220.5 78t73.5 191q0 114 -73.5 193.5t-220.5 79.5h-269v-542z" />
<glyph unicode="&#xdf;" horiz-adv-x="1221" d="M137 0v1082q0 223 117.5 348t300.5 125q161 0 262 -86t101 -253q0 -118 -64.5 -228t-64.5 -167q0 -82 173.5 -224t173.5 -281q0 -167 -104.5 -252t-282.5 -85q-84 0 -172.5 20.5t-125.5 50.5l44 159q43 -28 108 -52t126 -24q108 0 159 47.5t51 125.5q0 84 -173.5 227.5 t-173.5 289.5q0 80 70.5 190.5t70.5 186.5q0 93 -51 147t-117 54q-104 0 -168 -83.5t-64 -235.5v-1082h-196z" />
<glyph unicode="&#xe0;" horiz-adv-x="1126" d="M106 304q0 155 125.5 242.5t340.5 87.5h214v107q0 95 -58 150.5t-164 55.5q-95 0 -154.5 -48.5t-59.5 -116.5h-188l-2 6q-6 118 111.5 216t303.5 98q184 0 296 -93.5t112 -269.5v-521q0 -58 6 -112t22 -106h-203q-10 49 -15.5 86.5t-6.5 75.5q-55 -78 -143.5 -130.5 t-190.5 -52.5q-169 0 -257.5 86.5t-88.5 238.5zM230 1498l3 6h230l175 -266h-158zM303 300q0 -72 45 -114t133 -42q107 0 193 55t112 126v176h-221q-119 0 -190.5 -60t-71.5 -141z" />
<glyph unicode="&#xe1;" horiz-adv-x="1126" d="M106 304q0 155 125.5 242.5t340.5 87.5h214v107q0 95 -58 150.5t-164 55.5q-95 0 -154.5 -48.5t-59.5 -116.5h-188l-2 6q-6 118 111.5 216t303.5 98q184 0 296 -93.5t112 -269.5v-521q0 -58 6 -112t22 -106h-203q-10 49 -15.5 86.5t-6.5 75.5q-55 -78 -143.5 -130.5 t-190.5 -52.5q-169 0 -257.5 86.5t-88.5 238.5zM303 300q0 -72 45 -114t133 -42q107 0 193 55t112 126v176h-221q-119 0 -190.5 -60t-71.5 -141zM465 1234l185 266h230l2 -6l-270 -260h-147z" />
<glyph unicode="&#xe2;" horiz-adv-x="1126" d="M106 304q0 155 125.5 242.5t340.5 87.5h214v107q0 95 -58 150.5t-164 55.5q-95 0 -154.5 -48.5t-59.5 -116.5h-188l-2 6q-6 118 111.5 216t303.5 98q184 0 296 -93.5t112 -269.5v-521q0 -58 6 -112t22 -106h-203q-10 49 -15.5 86.5t-6.5 75.5q-55 -78 -143.5 -130.5 t-190.5 -52.5q-169 0 -257.5 86.5t-88.5 238.5zM249 1279v26l246 237h120l248 -238v-25h-161l-147 148l-146 -148h-160zM303 300q0 -72 45 -114t133 -42q107 0 193 55t112 126v176h-221q-119 0 -190.5 -60t-71.5 -141z" />
<glyph unicode="&#xe3;" horiz-adv-x="1126" d="M106 304q0 155 125.5 242.5t340.5 87.5h214v107q0 95 -58 150.5t-164 55.5q-95 0 -154.5 -48.5t-59.5 -116.5h-188l-2 6q-6 118 111.5 216t303.5 98q184 0 296 -93.5t112 -269.5v-521q0 -58 6 -112t22 -106h-203q-10 49 -15.5 86.5t-6.5 75.5q-55 -78 -143.5 -130.5 t-190.5 -52.5q-169 0 -257.5 86.5t-88.5 238.5zM208 1306q0 93 59 161.5t150 68.5q56 0 140 -47t136 -47q41 0 71 32.5t30 79.5l108 -32q0 -94 -59.5 -159t-149.5 -65q-71 0 -148 46.5t-128 46.5q-43 0 -72 -32.5t-29 -78.5zM303 300q0 -72 45 -114t133 -42q107 0 193 55 t112 126v176h-221q-119 0 -190.5 -60t-71.5 -141z" />
<glyph unicode="&#xe4;" horiz-adv-x="1126" d="M106 304q0 155 125.5 242.5t340.5 87.5h214v107q0 95 -58 150.5t-164 55.5q-95 0 -154.5 -48.5t-59.5 -116.5h-188l-2 6q-6 118 111.5 216t303.5 98q184 0 296 -93.5t112 -269.5v-521q0 -58 6 -112t22 -106h-203q-10 49 -15.5 86.5t-6.5 75.5q-55 -78 -143.5 -130.5 t-190.5 -52.5q-169 0 -257.5 86.5t-88.5 238.5zM211 1283v200h219v-200h-219zM303 300q0 -72 45 -114t133 -42q107 0 193 55t112 126v176h-221q-119 0 -190.5 -60t-71.5 -141zM681 1283v200h219v-200h-219z" />
<glyph unicode="&#xe5;" horiz-adv-x="1126" d="M106 304q0 155 125.5 242.5t340.5 87.5h214v107q0 95 -58 150.5t-164 55.5q-95 0 -154.5 -48.5t-59.5 -116.5h-188l-2 6q-6 118 111.5 216t303.5 98q184 0 296 -93.5t112 -269.5v-521q0 -58 6 -112t22 -106h-203q-10 49 -15.5 86.5t-6.5 75.5q-55 -78 -143.5 -130.5 t-190.5 -52.5q-169 0 -257.5 86.5t-88.5 238.5zM303 300q0 -72 45 -114t133 -42q107 0 193 55t112 126v176h-221q-119 0 -190.5 -60t-71.5 -141zM346 1412q0 84 60.5 141t147.5 57q85 0 145 -56.5t60 -141.5q0 -86 -59.5 -140t-145.5 -54q-87 0 -147.5 54t-60.5 140z M449 1412q0 -43 31 -73.5t74 -30.5q42 0 72 29.5t30 74.5t-30 76t-72 31q-43 0 -74 -31t-31 -76z" />
<glyph unicode="&#xe6;" horiz-adv-x="1729" d="M58 304q0 158 115 244.5t335 86.5h229v85q0 106 -51.5 166.5t-149.5 60.5q-103 0 -164 -55t-61 -133l-188 18l-2 6q-5 138 109.5 228.5t305.5 90.5q114 0 201.5 -40.5t137.5 -117.5q64 75 151.5 116.5t188.5 41.5q214 0 329.5 -130t115.5 -358v-119h-709l-2 -5 q1 -159 79.5 -258t233.5 -99q103 0 169.5 27.5t144.5 78.5l67 -138q-53 -44 -147 -83t-234 -39q-136 0 -240 48.5t-170 138.5q-56 -79 -167.5 -133t-271.5 -54q-170 0 -262.5 87t-92.5 238zM255 300q0 -74 50 -120.5t147 -46.5q76 0 159 43.5t126 100.5v216h-227 q-120 0 -187.5 -56t-67.5 -137zM953 645l2 -5h508v31q0 122 -60 199t-188 77q-113 0 -182 -84.5t-80 -217.5z" />
<glyph unicode="&#xe7;" horiz-adv-x="1087" d="M97 520v42q0 231 125.5 385.5t360.5 154.5q190 0 310.5 -112t116.5 -275l-2 -6h-178q0 99 -70 168.5t-177 69.5q-155 0 -221.5 -111.5t-66.5 -273.5v-42q0 -166 66 -276.5t222 -110.5q98 0 172.5 60.5t74.5 148.5h177l2 -6q5 -140 -124.5 -248.5t-301.5 -108.5 q-236 0 -361 154t-125 387zM440 -334q72 0 116 24.5t44 73.5q0 48 -36 67t-123 26l32 135h140l-12 -52q65 -11 108 -52t43 -121q0 -96 -79 -153t-226 -57z" />
<glyph unicode="&#xe8;" horiz-adv-x="1083" d="M99 520v44q0 231 137.5 384.5t325.5 153.5q219 0 331 -132t112 -352v-123h-702l-3 -5q3 -156 79 -256.5t213 -100.5q100 0 175.5 28.5t130.5 78.5l77 -128q-58 -57 -153 -95t-230 -38q-226 0 -359.5 150.5t-133.5 390.5zM233 1499l3 6h230l175 -266h-158zM307 654l2 -5 h499v26q0 116 -62 194t-184 78q-99 0 -169 -83.5t-86 -209.5z" />
<glyph unicode="&#xe9;" horiz-adv-x="1083" d="M99 520v44q0 231 137.5 384.5t325.5 153.5q219 0 331 -132t112 -352v-123h-702l-3 -5q3 -156 79 -256.5t213 -100.5q100 0 175.5 28.5t130.5 78.5l77 -128q-58 -57 -153 -95t-230 -38q-226 0 -359.5 150.5t-133.5 390.5zM307 654l2 -5h499v26q0 116 -62 194t-184 78 q-99 0 -169 -83.5t-86 -209.5zM468 1235l185 266h230l2 -6l-270 -260h-147z" />
<glyph unicode="&#xea;" horiz-adv-x="1083" d="M99 520v44q0 231 137.5 384.5t325.5 153.5q219 0 331 -132t112 -352v-123h-702l-3 -5q3 -156 79 -256.5t213 -100.5q100 0 175.5 28.5t130.5 78.5l77 -128q-58 -57 -153 -95t-230 -38q-226 0 -359.5 150.5t-133.5 390.5zM252 1280v26l246 237h120l248 -238v-25h-161 l-147 148l-146 -148h-160zM307 654l2 -5h499v26q0 116 -62 194t-184 78q-99 0 -169 -83.5t-86 -209.5z" />
<glyph unicode="&#xeb;" horiz-adv-x="1083" d="M99 520v44q0 231 137.5 384.5t325.5 153.5q219 0 331 -132t112 -352v-123h-702l-3 -5q3 -156 79 -256.5t213 -100.5q100 0 175.5 28.5t130.5 78.5l77 -128q-58 -57 -153 -95t-230 -38q-226 0 -359.5 150.5t-133.5 390.5zM214 1284v200h219v-200h-219zM307 654l2 -5h499 v26q0 116 -62 194t-184 78q-99 0 -169 -83.5t-86 -209.5zM684 1284v200h219v-200h-219z" />
<glyph unicode="&#xec;" horiz-adv-x="515" d="M-71 1477l3 6h230l175 -266h-158zM153 0v1082h197v-1082h-197z" />
<glyph unicode="&#xed;" horiz-adv-x="515" d="M153 0v1082h197v-1082h-197zM162 1213l185 266h230l2 -6l-270 -260h-147z" />
<glyph unicode="&#xee;" horiz-adv-x="515" d="M-52 1258v26l246 237h120l248 -238v-25h-161l-147 148l-146 -148h-160zM153 0v1082h197v-1082h-197z" />
<glyph unicode="&#xef;" horiz-adv-x="515" d="M-90 1262v200h219v-200h-219zM153 0v1082h197v-1082h-197zM380 1262v200h219v-200h-219z" />
<glyph unicode="&#xf0;" horiz-adv-x="1202" d="M72 466q0 228 138 370t351 142q90 0 169.5 -37t131.5 -97l4 5q-9 109 -51.5 197t-110.5 154l-290 -165l-77 102l256 146q-39 22 -80.5 39t-85.5 31l60 164q79 -19 151 -52t135 -79l218 125l77 -102l-195 -112q95 -104 147 -241.5t52 -300.5v-220q0 -245 -144 -400.5 t-359 -155.5q-218 0 -357.5 140t-139.5 347zM269 466q0 -132 82 -232.5t222 -100.5q133 0 217.5 114t84.5 288v148q-35 59 -115.5 99.5t-198.5 40.5q-131 0 -211.5 -104t-80.5 -253z" />
<glyph unicode="&#xf1;" d="M143 0v1082h176l14 -161q54 86 135.5 133.5t185.5 47.5q175 0 271 -102.5t96 -316.5v-683h-197v679q0 143 -56.5 203t-172.5 60q-85 0 -150.5 -41t-104.5 -112v-789h-197zM231 1306q0 93 59 161.5t150 68.5q56 0 140 -47t136 -47q41 0 71 32.5t30 79.5l108 -32 q0 -94 -59.5 -159t-149.5 -65q-71 0 -148 46.5t-128 46.5q-43 0 -72 -32.5t-29 -78.5z" />
<glyph unicode="&#xf2;" d="M97 529v22q0 240 130 395.5t353 155.5q225 0 355.5 -155t130.5 -396v-22q0 -242 -130 -396t-354 -154t-354.5 154.5t-130.5 395.5zM257 1498l3 6h230l175 -266h-158zM294 529q0 -172 72.5 -284t215.5 -112q141 0 214 112t73 284v22q0 170 -73.5 283t-215.5 113 q-141 0 -213.5 -113t-72.5 -283v-22z" />
<glyph unicode="&#xf3;" d="M97 529v22q0 240 130 395.5t353 155.5q225 0 355.5 -155t130.5 -396v-22q0 -242 -130 -396t-354 -154t-354.5 154.5t-130.5 395.5zM294 529q0 -172 72.5 -284t215.5 -112q141 0 214 112t73 284v22q0 170 -73.5 283t-215.5 113q-141 0 -213.5 -113t-72.5 -283v-22z M492 1234l185 266h230l2 -6l-270 -260h-147z" />
<glyph unicode="&#xf4;" d="M97 529v22q0 240 130 395.5t353 155.5q225 0 355.5 -155t130.5 -396v-22q0 -242 -130 -396t-354 -154t-354.5 154.5t-130.5 395.5zM276 1279v26l246 237h120l248 -238v-25h-161l-147 148l-146 -148h-160zM294 529q0 -172 72.5 -284t215.5 -112q141 0 214 112t73 284v22 q0 170 -73.5 283t-215.5 113q-141 0 -213.5 -113t-72.5 -283v-22z" />
<glyph unicode="&#xf5;" d="M97 529v22q0 240 130 395.5t353 155.5q225 0 355.5 -155t130.5 -396v-22q0 -242 -130 -396t-354 -154t-354.5 154.5t-130.5 395.5zM235 1306q0 93 59 161.5t150 68.5q56 0 140 -47t136 -47q41 0 71 32.5t30 79.5l108 -32q0 -94 -59.5 -159t-149.5 -65q-71 0 -148 46.5 t-128 46.5q-43 0 -72 -32.5t-29 -78.5zM294 529q0 -172 72.5 -284t215.5 -112q141 0 214 112t73 284v22q0 170 -73.5 283t-215.5 113q-141 0 -213.5 -113t-72.5 -283v-22z" />
<glyph unicode="&#xf6;" d="M97 529v22q0 240 130 395.5t353 155.5q225 0 355.5 -155t130.5 -396v-22q0 -242 -130 -396t-354 -154t-354.5 154.5t-130.5 395.5zM238 1283v200h219v-200h-219zM294 529q0 -172 72.5 -284t215.5 -112q141 0 214 112t73 284v22q0 170 -73.5 283t-215.5 113 q-141 0 -213.5 -113t-72.5 -283v-22zM708 1283v200h219v-200h-219z" />
<glyph unicode="&#xf7;" horiz-adv-x="1170" d="M71 597v188h998v-188h-998zM472 180v203h198v-203h-198zM472 999v203h198v-203h-198z" />
<glyph unicode="&#xf8;" d="M97 529v22q0 240 130 395.5t353 155.5q56 0 107.5 -11t97.5 -31l74 149h129l-104 -211q88 -74 135 -190t47 -257v-22q0 -242 -130 -396t-354 -154q-51 0 -97 8.5t-88 24.5l-72 -147h-129l100 204q-96 71 -147.5 191t-51.5 269zM294 529q0 -91 20 -166.5t61 -123.5h6 l332 674q-29 16 -62.5 25t-70.5 9q-141 0 -213.5 -113t-72.5 -283v-22zM469 156q24 -12 52 -17.5t61 -5.5q141 0 214 112t73 284v22q0 80 -17.5 150.5t-49.5 117.5h-6z" />
<glyph unicode="&#xf9;" d="M139 444v638h197v-640q0 -173 51 -238t159 -65q105 0 173.5 42.5t103.5 120.5v780h197v-1082h-177l-13 160q-51 -87 -131 -134t-185 -47q-177 0 -276 113t-99 352zM255 1477l3 6h230l175 -266h-158z" />
<glyph unicode="&#xfa;" d="M139 444v638h197v-640q0 -173 51 -238t159 -65q105 0 173.5 42.5t103.5 120.5v780h197v-1082h-177l-13 160q-51 -87 -131 -134t-185 -47q-177 0 -276 113t-99 352zM490 1213l185 266h230l2 -6l-270 -260h-147z" />
<glyph unicode="&#xfb;" d="M139 444v638h197v-640q0 -173 51 -238t159 -65q105 0 173.5 42.5t103.5 120.5v780h197v-1082h-177l-13 160q-51 -87 -131 -134t-185 -47q-177 0 -276 113t-99 352zM274 1258v26l246 237h120l248 -238v-25h-161l-147 148l-146 -148h-160z" />
<glyph unicode="&#xfc;" d="M139 444v638h197v-640q0 -173 51 -238t159 -65q105 0 173.5 42.5t103.5 120.5v780h197v-1082h-177l-13 160q-51 -87 -131 -134t-185 -47q-177 0 -276 113t-99 352zM236 1262v200h219v-200h-219zM706 1262v200h219v-200h-219z" />
<glyph unicode="&#xfd;" horiz-adv-x="1030" d="M26 1082h220l228 -681l35 -136h6l266 817h219l-455 -1248q-41 -109 -117.5 -190t-206.5 -81q-24 0 -61 5.5t-57 10.5l20 155q-6 1 35.5 -2t52.5 -3q63 0 103 56t67 124l47 113zM424 1213l185 266h230l2 -6l-270 -260h-147z" />
<glyph unicode="&#xfe;" horiz-adv-x="1186" d="M153 -416v1976h197v-598q53 68 128 104t173 36q201 0 312.5 -159.5t111.5 -421.5v-21q0 -234 -112 -377.5t-309 -143.5q-100 0 -175.5 33.5t-128.5 100.5v-529h-197zM350 275q37 -67 97 -104.5t147 -37.5q140 0 212 102.5t72 264.5v21q0 184 -72.5 302.5t-213.5 118.5 q-85 0 -145 -38.5t-97 -105.5v-523z" />
<glyph unicode="&#xff;" horiz-adv-x="1030" d="M26 1082h220l228 -681l35 -136h6l266 817h219l-455 -1248q-41 -109 -117.5 -190t-206.5 -81q-24 0 -61 5.5t-57 10.5l20 155q-6 1 35.5 -2t52.5 -3q63 0 103 56t67 124l47 113zM170 1262v200h219v-200h-219zM640 1262v200h219v-200h-219z" />
<glyph unicode="&#x152;" horiz-adv-x="1960" d="M104 576v304q0 265 154.5 431t403.5 166q69 0 140.5 -6t150.5 -15h907v-155h-758v-471h667v-155h-667v-521h769v-154h-918q-92 -10 -157 -15.5t-132 -5.5q-249 0 -404.5 166t-155.5 431zM301 576q0 -214 97 -328t266 -114q61 0 122 4.5t119 13.5v1151q-61 8 -122 13.5 t-121 5.5q-169 0 -265 -113.5t-96 -326.5v-306z" />
<glyph unicode="&#x153;" horiz-adv-x="1854" d="M97 529v22q0 240 130 395.5t353 155.5q130 0 230 -54.5t164 -152.5q65 97 161.5 152t204.5 55q219 0 331 -132t112 -352v-123h-702l-3 -5q3 -156 79 -256.5t213 -100.5q100 0 175.5 28.5t130.5 78.5l77 -128q-58 -57 -153 -95t-230 -38q-131 0 -232.5 52.5t-166.5 148.5 q-64 -96 -163 -148.5t-226 -52.5q-224 0 -354.5 154.5t-130.5 395.5zM294 529q0 -172 72.5 -284t215.5 -112q141 0 214 112t73 284v22q0 170 -73.5 283t-215.5 113q-141 0 -213.5 -113t-72.5 -283v-22zM1085 654l2 -5h499v26q0 116 -62 194t-184 78q-99 0 -169 -83.5 t-86 -209.5z" />
<glyph unicode="&#x178;" horiz-adv-x="1250" d="M20 1456h225l380 -740l380 740h225l-511 -944v-512h-196v525zM281 1604v200h219v-200h-219zM751 1604v200h219v-200h-219z" />
<glyph unicode="&#x2c6;" horiz-adv-x="979" d="M171 1252v26l246 237h120l248 -238v-25h-161l-147 148l-146 -148h-160z" />
<glyph unicode="&#x2dc;" horiz-adv-x="979" d="M135 1275q0 93 59 161.5t150 68.5q56 0 140 -47t136 -47q41 0 71 32.5t30 79.5l108 -32q0 -94 -59.5 -159t-149.5 -65q-71 0 -148 46.5t-128 46.5q-43 0 -72 -32.5t-29 -78.5z" />
<glyph unicode="&#x2000;" horiz-adv-x="966" />
<glyph unicode="&#x2001;" horiz-adv-x="1932" />
<glyph unicode="&#x2002;" horiz-adv-x="966" />
<glyph unicode="&#x2003;" horiz-adv-x="1932" />
<glyph unicode="&#x2004;" horiz-adv-x="644" />
<glyph unicode="&#x2005;" horiz-adv-x="483" />
<glyph unicode="&#x2006;" horiz-adv-x="322" />
<glyph unicode="&#x2007;" horiz-adv-x="322" />
<glyph unicode="&#x2008;" horiz-adv-x="241" />
<glyph unicode="&#x2009;" horiz-adv-x="386" />
<glyph unicode="&#x200a;" horiz-adv-x="107" />
<glyph unicode="&#x2010;" horiz-adv-x="561" d="M35 538v154h490v-154h-490z" />
<glyph unicode="&#x2011;" horiz-adv-x="561" d="M35 538v154h490v-154h-490z" />
<glyph unicode="&#x2012;" horiz-adv-x="561" d="M35 538v154h490v-154h-490z" />
<glyph unicode="&#x2013;" horiz-adv-x="1416" d="M169 648v155h1086v-155h-1086z" />
<glyph unicode="&#x2014;" horiz-adv-x="1660" d="M141 648v155h1336v-155h-1336z" />
<glyph unicode="&#x2018;" horiz-adv-x="418" d="M80 1020v184l160 356h97l-60 -362v-178h-197z" />
<glyph unicode="&#x2019;" horiz-adv-x="418" d="M80 1021l60 343v196h197v-193l-160 -346h-97z" />
<glyph unicode="&#x201a;" horiz-adv-x="417" d="M80 -255l60 263v241h197v-223l-160 -281h-97z" />
<glyph unicode="&#x201c;" horiz-adv-x="744" d="M80 1020v184l160 356h97l-60 -362v-178h-197zM409 1020v184l160 356h97l-60 -362v-178h-197z" />
<glyph unicode="&#x201d;" horiz-adv-x="752" d="M80 1021l60 343v196h197v-193l-160 -346h-97zM417 1021l60 343v196h197v-193l-160 -346h-97z" />
<glyph unicode="&#x201e;" horiz-adv-x="726" d="M80 -239l60 325v194h197v-184l-160 -335h-97zM388 -239l60 333v186h197v-184l-160 -335h-97z" />
<glyph unicode="&#x2022;" horiz-adv-x="695" d="M137 733v60q0 88 56 144t150 56q95 0 151.5 -56t56.5 -144v-60q0 -89 -56 -143.5t-151 -54.5t-151 55t-56 143z" />
<glyph unicode="&#x2026;" horiz-adv-x="1380" d="M161 0v202h197v-202h-197zM604 0v202h197v-202h-197zM1024 0v202h197v-202h-197z" />
<glyph unicode="&#x202f;" horiz-adv-x="386" />
<glyph unicode="&#x2039;" horiz-adv-x="615" d="M108 541v19l295 389h148l-255 -399l255 -398h-148z" />
<glyph unicode="&#x203a;" horiz-adv-x="615" d="M88 152l255 398l-255 399h148l295 -389v-19l-295 -389h-148z" />
<glyph unicode="&#x205f;" horiz-adv-x="483" />
<glyph unicode="&#x20ac;" horiz-adv-x="1088" d="M79 481v155h146v136h-146v155h146v15q0 244 141.5 389.5t372.5 145.5q59 0 117.5 -8t124.5 -23l-19 -159q-54 16 -110.5 25.5t-112.5 9.5q-146 0 -231.5 -103t-85.5 -275v-17h492v-155h-492v-136h492v-155h-485l-2 -5q-4 -138 81.5 -240.5t232.5 -102.5q57 0 113 8.5 t108 25.5l19 -157q-56 -15 -117.5 -23t-122.5 -8q-231 0 -373.5 144.5t-142.5 357.5h-146z" />
<glyph unicode="&#x2122;" horiz-adv-x="1284" d="M103 1374v82h384v-82h-145v-455h-94v455h-145zM565 919v537h116l161 -390h6l162 390h110v-537h-93v343l-6 2l-150 -345h-51l-156 359l-6 -2v-357h-93z" />
<glyph unicode="&#xe000;" horiz-adv-x="1080" d="M0 0v1080h1080v-1080h-1080z" />
<glyph unicode="&#xfb02;" horiz-adv-x="1223" d="M56 936v146h169v137q0 173 90.5 267.5t252.5 94.5q34 0 68.5 -5.5t76.5 -15.5l-24 -150q-18 4 -43.5 7t-53.5 3q-86 0 -128 -51.5t-42 -149.5v-137h225v-146h-225v-936h-197v936h-169zM866 0v1560h197v-1560h-197z" />
<glyph unicode="&#xfb03;" horiz-adv-x="1847" d="M56 936v146h169v137q0 173 90.5 267.5t252.5 94.5q34 0 68.5 -5.5t76.5 -15.5l-24 -150q-18 4 -43.5 7t-53.5 3q-86 0 -128 -51.5t-42 -149.5v-137h225v-146h-225v-936h-197v936h-169zM735 936v146h170v117q0 182 106.5 282t295.5 100q67 0 132 -15.5t153 -45.5l-34 -160 q-53 21 -113 36t-123 15q-117 0 -168.5 -52t-51.5 -160v-117h215v-146h-215v-936h-197v936h-170zM1490 0v1082h198v-1082h-198z" />
<glyph unicode="&#xfb04;" horiz-adv-x="1930" d="M56 936v146h169v137q0 173 90.5 267.5t252.5 94.5q34 0 68.5 -5.5t76.5 -15.5l-24 -150q-18 4 -43.5 7t-53.5 3q-86 0 -128 -51.5t-42 -149.5v-137h225v-146h-225v-936h-197v936h-169zM763 936v146h169v137q0 173 90.5 267.5t252.5 94.5q34 0 68.5 -5.5t76.5 -15.5 l-24 -150q-18 4 -43.5 7t-53.5 3q-86 0 -128 -51.5t-42 -149.5v-137h225v-146h-225v-936h-197v936h-169zM1573 0v1560h197v-1560h-197z" />
<hkern u1="&#x22;" u2="w" k="-11" />
<hkern u1="&#x27;" u2="w" k="-11" />
<hkern u1="&#x28;" u2="&#x178;" k="-22" />
<hkern u1="&#x28;" u2="&#xdd;" k="-22" />
<hkern u1="&#x28;" u2="Y" k="-22" />
<hkern u1="&#x28;" u2="W" k="-37" />
<hkern u1="&#x28;" u2="V" k="-20" />
<hkern u1="A" u2="w" k="33" />
<hkern u1="A" u2="t" k="17" />
<hkern u1="A" u2="&#x3f;" k="80" />
<hkern u1="C" u2="&#x7d;" k="17" />
<hkern u1="C" u2="]" k="12" />
<hkern u1="C" u2="&#x29;" k="26" />
<hkern u1="D" u2="&#xc6;" k="33" />
<hkern u1="E" u2="w" k="22" />
<hkern u1="E" u2="f" k="18" />
<hkern u1="F" u2="&#x2026;" k="273" />
<hkern u1="F" u2="&#x201e;" k="273" />
<hkern u1="F" u2="&#x201a;" k="273" />
<hkern u1="F" u2="&#x153;" k="21" />
<hkern u1="F" u2="&#xff;" k="24" />
<hkern u1="F" u2="&#xfd;" k="24" />
<hkern u1="F" u2="&#xfc;" k="22" />
<hkern u1="F" u2="&#xfb;" k="22" />
<hkern u1="F" u2="&#xfa;" k="22" />
<hkern u1="F" u2="&#xf9;" k="22" />
<hkern u1="F" u2="&#xf6;" k="21" />
<hkern u1="F" u2="&#xf5;" k="21" />
<hkern u1="F" u2="&#xf4;" k="21" />
<hkern u1="F" u2="&#xf3;" k="21" />
<hkern u1="F" u2="&#xf2;" k="21" />
<hkern u1="F" u2="&#xeb;" k="21" />
<hkern u1="F" u2="&#xea;" k="21" />
<hkern u1="F" u2="&#xe9;" k="21" />
<hkern u1="F" u2="&#xe8;" k="21" />
<hkern u1="F" u2="&#xe7;" k="21" />
<hkern u1="F" u2="&#xe5;" k="34" />
<hkern u1="F" u2="&#xe4;" k="34" />
<hkern u1="F" u2="&#xe3;" k="34" />
<hkern u1="F" u2="&#xe2;" k="34" />
<hkern u1="F" u2="&#xe1;" k="34" />
<hkern u1="F" u2="&#xe0;" k="34" />
<hkern u1="F" u2="&#xc5;" k="59" />
<hkern u1="F" u2="&#xc4;" k="59" />
<hkern u1="F" u2="&#xc3;" k="59" />
<hkern u1="F" u2="&#xc2;" k="59" />
<hkern u1="F" u2="&#xc1;" k="59" />
<hkern u1="F" u2="&#xc0;" k="59" />
<hkern u1="F" u2="y" k="24" />
<hkern u1="F" u2="v" k="24" />
<hkern u1="F" u2="u" k="22" />
<hkern u1="F" u2="r" k="26" />
<hkern u1="F" u2="q" k="21" />
<hkern u1="F" u2="o" k="21" />
<hkern u1="F" u2="g" k="21" />
<hkern u1="F" u2="e" k="21" />
<hkern u1="F" u2="d" k="21" />
<hkern u1="F" u2="c" k="21" />
<hkern u1="F" u2="a" k="34" />
<hkern u1="F" u2="T" k="-20" />
<hkern u1="F" u2="A" k="59" />
<hkern u1="F" u2="&#x3a;" k="273" />
<hkern u1="F" u2="&#x2e;" k="273" />
<hkern u1="F" u2="&#x2c;" k="273" />
<hkern u1="K" u2="w" k="63" />
<hkern u1="L" u2="w" k="52" />
<hkern u1="O" u2="&#xc6;" k="33" />
<hkern u1="P" u2="&#xc6;" k="293" />
<hkern u1="P" u2="t" k="-14" />
<hkern u1="Q" u2="&#x178;" k="35" />
<hkern u1="Q" u2="&#xdd;" k="35" />
<hkern u1="Q" u2="Y" k="35" />
<hkern u1="Q" u2="W" k="20" />
<hkern u1="Q" u2="V" k="28" />
<hkern u1="Q" u2="T" k="33" />
<hkern u1="R" u2="&#x178;" k="48" />
<hkern u1="R" u2="&#xdd;" k="48" />
<hkern u1="R" u2="Y" k="48" />
<hkern u1="R" u2="V" k="19" />
<hkern u1="R" u2="T" k="50" />
<hkern u1="T" u2="&#xf8;" k="95" />
<hkern u1="T" u2="&#xe6;" k="84" />
<hkern u1="T" u2="&#xc6;" k="188" />
<hkern u1="T" u2="&#xbb;" k="147" />
<hkern u1="T" u2="&#xab;" k="151" />
<hkern u1="T" u2="w" k="47" />
<hkern u1="T" u2="r" k="65" />
<hkern u1="V" u2="&#x7d;" k="-19" />
<hkern u1="V" u2="r" k="30" />
<hkern u1="V" u2="]" k="-17" />
<hkern u1="V" u2="&#x29;" k="-20" />
<hkern u1="W" u2="&#x7d;" k="-14" />
<hkern u1="W" u2="r" k="21" />
<hkern u1="W" u2="]" k="-12" />
<hkern u1="W" u2="&#x29;" k="-15" />
<hkern u1="Y" u2="&#x2022;" k="45" />
<hkern u1="Y" u2="&#xf8;" k="64" />
<hkern u1="Y" u2="&#xe6;" k="63" />
<hkern u1="Y" u2="&#xc6;" k="96" />
<hkern u1="Y" u2="&#xbb;" k="51" />
<hkern u1="Y" u2="&#xab;" k="82" />
<hkern u1="Y" u2="&#x7d;" k="-19" />
<hkern u1="Y" u2="t" k="22" />
<hkern u1="Y" u2="r" k="40" />
<hkern u1="Y" u2="f" k="22" />
<hkern u1="Y" u2="]" k="-18" />
<hkern u1="Y" u2="&#x2a;" k="49" />
<hkern u1="Y" u2="&#x29;" k="-20" />
<hkern u1="Y" u2="&#x26;" k="30" />
<hkern u1="Z" u2="w" k="27" />
<hkern u1="[" u2="&#xdc;" k="18" />
<hkern u1="[" u2="&#xdb;" k="18" />
<hkern u1="[" u2="&#xda;" k="18" />
<hkern u1="[" u2="&#xd9;" k="18" />
<hkern u1="[" u2="U" k="18" />
<hkern u1="[" u2="J" k="18" />
<hkern u1="f" u2="&#x201d;" k="-16" />
<hkern u1="f" u2="&#x201c;" k="-16" />
<hkern u1="f" u2="&#x2019;" k="-16" />
<hkern u1="f" u2="&#x2018;" k="-16" />
<hkern u1="f" u2="&#x153;" k="24" />
<hkern u1="f" u2="&#xeb;" k="24" />
<hkern u1="f" u2="&#xea;" k="24" />
<hkern u1="f" u2="&#xe9;" k="24" />
<hkern u1="f" u2="&#xe8;" k="24" />
<hkern u1="f" u2="&#xe7;" k="24" />
<hkern u1="f" u2="&#x7d;" k="-19" />
<hkern u1="f" u2="q" k="24" />
<hkern u1="f" u2="g" k="24" />
<hkern u1="f" u2="e" k="24" />
<hkern u1="f" u2="d" k="24" />
<hkern u1="f" u2="c" k="24" />
<hkern u1="f" u2="]" k="-18" />
<hkern u1="f" u2="&#x29;" k="-20" />
<hkern u1="f" u2="&#x27;" k="-16" />
<hkern u1="f" u2="&#x22;" k="-16" />
<hkern u1="k" u2="&#x153;" k="20" />
<hkern u1="k" u2="&#xeb;" k="20" />
<hkern u1="k" u2="&#xea;" k="20" />
<hkern u1="k" u2="&#xe9;" k="20" />
<hkern u1="k" u2="&#xe8;" k="20" />
<hkern u1="k" u2="&#xe7;" k="20" />
<hkern u1="k" u2="q" k="20" />
<hkern u1="k" u2="g" k="20" />
<hkern u1="k" u2="e" k="20" />
<hkern u1="k" u2="d" k="20" />
<hkern u1="k" u2="c" k="20" />
<hkern u1="r" u2="w" k="-17" />
<hkern u1="r" u2="t" k="-17" />
<hkern u1="r" u2="f" k="-15" />
<hkern u1="v" u2="f" k="-13" />
<hkern u1="w" u2="&#x2026;" k="124" />
<hkern u1="w" u2="&#x201e;" k="124" />
<hkern u1="w" u2="&#x201a;" k="124" />
<hkern u1="w" u2="&#x3a;" k="124" />
<hkern u1="w" u2="&#x2e;" k="124" />
<hkern u1="w" u2="&#x2c;" k="124" />
<hkern u1="y" u2="f" k="-13" />
<hkern u1="&#x7b;" u2="&#xdc;" k="20" />
<hkern u1="&#x7b;" u2="&#xdb;" k="20" />
<hkern u1="&#x7b;" u2="&#xda;" k="20" />
<hkern u1="&#x7b;" u2="&#xd9;" k="20" />
<hkern u1="&#x7b;" u2="U" k="20" />
<hkern u1="&#x7b;" u2="J" k="20" />
<hkern u1="&#xc0;" u2="w" k="33" />
<hkern u1="&#xc0;" u2="t" k="17" />
<hkern u1="&#xc0;" u2="&#x3f;" k="80" />
<hkern u1="&#xc1;" u2="w" k="33" />
<hkern u1="&#xc1;" u2="t" k="17" />
<hkern u1="&#xc1;" u2="&#x3f;" k="80" />
<hkern u1="&#xc2;" u2="w" k="33" />
<hkern u1="&#xc2;" u2="t" k="17" />
<hkern u1="&#xc2;" u2="&#x3f;" k="80" />
<hkern u1="&#xc3;" u2="w" k="33" />
<hkern u1="&#xc3;" u2="t" k="17" />
<hkern u1="&#xc3;" u2="&#x3f;" k="80" />
<hkern u1="&#xc4;" u2="w" k="33" />
<hkern u1="&#xc4;" u2="t" k="17" />
<hkern u1="&#xc4;" u2="&#x3f;" k="80" />
<hkern u1="&#xc5;" u2="w" k="33" />
<hkern u1="&#xc5;" u2="t" k="17" />
<hkern u1="&#xc5;" u2="&#x3f;" k="80" />
<hkern u1="&#xc7;" u2="&#x7d;" k="17" />
<hkern u1="&#xc7;" u2="]" k="12" />
<hkern u1="&#xc7;" u2="&#x29;" k="26" />
<hkern u1="&#xc8;" u2="w" k="22" />
<hkern u1="&#xc8;" u2="f" k="18" />
<hkern u1="&#xc9;" u2="w" k="22" />
<hkern u1="&#xc9;" u2="f" k="18" />
<hkern u1="&#xca;" u2="w" k="22" />
<hkern u1="&#xca;" u2="f" k="18" />
<hkern u1="&#xcb;" u2="w" k="22" />
<hkern u1="&#xcb;" u2="f" k="18" />
<hkern u1="&#xd0;" u2="&#xc6;" k="33" />
<hkern u1="&#xd2;" u2="&#xc6;" k="33" />
<hkern u1="&#xd3;" u2="&#xc6;" k="33" />
<hkern u1="&#xd4;" u2="&#xc6;" k="33" />
<hkern u1="&#xd5;" u2="&#xc6;" k="33" />
<hkern u1="&#xd6;" u2="&#xc6;" k="33" />
<hkern u1="&#xdd;" u2="&#x2022;" k="45" />
<hkern u1="&#xdd;" u2="&#xf8;" k="64" />
<hkern u1="&#xdd;" u2="&#xe6;" k="63" />
<hkern u1="&#xdd;" u2="&#xc6;" k="96" />
<hkern u1="&#xdd;" u2="&#xbb;" k="51" />
<hkern u1="&#xdd;" u2="&#xab;" k="82" />
<hkern u1="&#xdd;" u2="&#x7d;" k="-19" />
<hkern u1="&#xdd;" u2="t" k="22" />
<hkern u1="&#xdd;" u2="r" k="40" />
<hkern u1="&#xdd;" u2="f" k="22" />
<hkern u1="&#xdd;" u2="]" k="-18" />
<hkern u1="&#xdd;" u2="&#x2a;" k="49" />
<hkern u1="&#xdd;" u2="&#x29;" k="-20" />
<hkern u1="&#xdd;" u2="&#x26;" k="30" />
<hkern u1="&#xfd;" u2="f" k="-13" />
<hkern u1="&#xff;" u2="f" k="-13" />
<hkern u1="&#x178;" u2="&#x2022;" k="45" />
<hkern u1="&#x178;" u2="&#xf8;" k="64" />
<hkern u1="&#x178;" u2="&#xe6;" k="63" />
<hkern u1="&#x178;" u2="&#xc6;" k="96" />
<hkern u1="&#x178;" u2="&#xbb;" k="51" />
<hkern u1="&#x178;" u2="&#xab;" k="82" />
<hkern u1="&#x178;" u2="&#x7d;" k="-19" />
<hkern u1="&#x178;" u2="t" k="22" />
<hkern u1="&#x178;" u2="r" k="40" />
<hkern u1="&#x178;" u2="f" k="22" />
<hkern u1="&#x178;" u2="]" k="-18" />
<hkern u1="&#x178;" u2="&#x2a;" k="49" />
<hkern u1="&#x178;" u2="&#x29;" k="-20" />
<hkern u1="&#x178;" u2="&#x26;" k="30" />
<hkern u1="&#x2018;" u2="w" k="-11" />
<hkern u1="&#x2019;" u2="w" k="-11" />
<hkern u1="&#x201c;" u2="w" k="-11" />
<hkern u1="&#x201d;" u2="w" k="-11" />
<hkern g1="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="282" />
<hkern g1="B" g2="T" k="27" />
<hkern g1="B" g2="V" k="24" />
<hkern g1="B" g2="Y,Yacute,Ydieresis" k="55" />
<hkern g1="C,Ccedilla" g2="T" k="29" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="21" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="T" k="27" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="V" k="22" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Y,Yacute,Ydieresis" k="43" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="121" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="X" k="22" />
<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Z" k="23" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="19" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="T" k="-20" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="17" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="v,y,yacute,ydieresis" k="26" />
<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-18" />
<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="T" k="29" />
<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="Y,Yacute,Ydieresis" k="28" />
<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="X" k="-17" />
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="22" />
<hkern g1="K" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" />
<hkern g1="K" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="27" />
<hkern g1="K" g2="u,ugrave,uacute,ucircumflex,udieresis" k="23" />
<hkern g1="K" g2="v,y,yacute,ydieresis" k="40" />
<hkern g1="K" g2="hyphen,uni00AD,endash,emdash" k="162" />
<hkern g1="K" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="31" />
<hkern g1="L" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="255" />
<hkern g1="L" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-19" />
<hkern g1="L" g2="T" k="206" />
<hkern g1="L" g2="V" k="205" />
<hkern g1="L" g2="Y,Yacute,Ydieresis" k="278" />
<hkern g1="L" g2="u,ugrave,uacute,ucircumflex,udieresis" k="14" />
<hkern g1="L" g2="v,y,yacute,ydieresis" k="123" />
<hkern g1="L" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="25" />
<hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="24" />
<hkern g1="L" g2="W" k="93" />
<hkern g1="P" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="177" />
<hkern g1="P" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="11" />
<hkern g1="P" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" />
<hkern g1="P" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="13" />
<hkern g1="P" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="402" />
<hkern g1="P" g2="X" k="50" />
<hkern g1="P" g2="Z" k="35" />
<hkern g1="P" g2="v,y,yacute,ydieresis" k="-15" />
<hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="108" />
<hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="83" />
<hkern g1="T" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="89" />
<hkern g1="T" g2="m,n,p,ntilde" k="89" />
<hkern g1="T" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="79" />
<hkern g1="T" g2="s" k="76" />
<hkern g1="T" g2="T" k="-16" />
<hkern g1="T" g2="V" k="-16" />
<hkern g1="T" g2="Y,Yacute,Ydieresis" k="-16" />
<hkern g1="T" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="257" />
<hkern g1="T" g2="u,ugrave,uacute,ucircumflex,udieresis" k="65" />
<hkern g1="T" g2="v,y,yacute,ydieresis" k="81" />
<hkern g1="T" g2="hyphen,uni00AD,endash,emdash" k="271" />
<hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="28" />
<hkern g1="T" g2="W" k="-15" />
<hkern g1="T" g2="S" k="16" />
<hkern g1="T" g2="x" k="77" />
<hkern g1="T" g2="z" k="60" />
<hkern g1="V" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="75" />
<hkern g1="V" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="46" />
<hkern g1="V" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="44" />
<hkern g1="V" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="46" />
<hkern g1="V" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="215" />
<hkern g1="V" g2="u,ugrave,uacute,ucircumflex,udieresis" k="28" />
<hkern g1="V" g2="v,y,yacute,ydieresis" k="11" />
<hkern g1="V" g2="hyphen,uni00AD,endash,emdash" k="154" />
<hkern g1="V" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="13" />
<hkern g1="W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="43" />
<hkern g1="W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="33" />
<hkern g1="W" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="31" />
<hkern g1="W" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="31" />
<hkern g1="W" g2="T" k="-14" />
<hkern g1="W" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="142" />
<hkern g1="W" g2="u,ugrave,uacute,ucircumflex,udieresis" k="19" />
<hkern g1="W" g2="hyphen,uni00AD,endash,emdash" k="60" />
<hkern g1="X" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" />
<hkern g1="X" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="21" />
<hkern g1="X" g2="V" k="-14" />
<hkern g1="X" g2="u,ugrave,uacute,ucircumflex,udieresis" k="21" />
<hkern g1="X" g2="v,y,yacute,ydieresis" k="31" />
<hkern g1="X" g2="hyphen,uni00AD,endash,emdash" k="153" />
<hkern g1="X" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="25" />
<hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="148" />
<hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="63" />
<hkern g1="Y,Yacute,Ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="65" />
<hkern g1="Y,Yacute,Ydieresis" g2="m,n,p,ntilde" k="40" />
<hkern g1="Y,Yacute,Ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="65" />
<hkern g1="Y,Yacute,Ydieresis" g2="s" k="58" />
<hkern g1="Y,Yacute,Ydieresis" g2="T" k="-17" />
<hkern g1="Y,Yacute,Ydieresis" g2="V" k="-18" />
<hkern g1="Y,Yacute,Ydieresis" g2="Y,Yacute,Ydieresis" k="-18" />
<hkern g1="Y,Yacute,Ydieresis" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="230" />
<hkern g1="Y,Yacute,Ydieresis" g2="X" k="-13" />
<hkern g1="Y,Yacute,Ydieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="39" />
<hkern g1="Y,Yacute,Ydieresis" g2="v,y,yacute,ydieresis" k="20" />
<hkern g1="Y,Yacute,Ydieresis" g2="hyphen,uni00AD,endash,emdash" k="150" />
<hkern g1="Y,Yacute,Ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="29" />
<hkern g1="Y,Yacute,Ydieresis" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="96" />
<hkern g1="Y,Yacute,Ydieresis" g2="W" k="-17" />
<hkern g1="Y,Yacute,Ydieresis" g2="S" k="16" />
<hkern g1="Y,Yacute,Ydieresis" g2="x" k="23" />
<hkern g1="Y,Yacute,Ydieresis" g2="z" k="30" />
<hkern g1="Y,Yacute,Ydieresis" g2="J" k="96" />
<hkern g1="Z" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-13" />
<hkern g1="Z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="21" />
<hkern g1="Z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="21" />
<hkern g1="Z" g2="u,ugrave,uacute,ucircumflex,udieresis" k="19" />
<hkern g1="Z" g2="v,y,yacute,ydieresis" k="27" />
<hkern g1="Z" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="26" />
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="17" />
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="v,y,yacute,ydieresis" k="15" />
<hkern g1="b,p,thorn" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="29" />
<hkern g1="b,p,thorn" g2="v,y,yacute,ydieresis" k="11" />
<hkern g1="b,p,thorn" g2="x" k="15" />
<hkern g1="b,p,thorn" g2="z" k="15" />
<hkern g1="c,ccedilla" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="11" />
<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="14" />
<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="v,y,yacute,ydieresis" k="13" />
<hkern g1="h,m,n,ntilde" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="16" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="20" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="v,y,yacute,ydieresis" k="15" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="x" k="21" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="z" k="16" />
<hkern g1="r" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-16" />
<hkern g1="r" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" />
<hkern g1="r" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="20" />
<hkern g1="r" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="172" />
<hkern g1="r" g2="v,y,yacute,ydieresis" k="-18" />
<hkern g1="v,y,yacute,ydieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-15" />
<hkern g1="v,y,yacute,ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="15" />
<hkern g1="v,y,yacute,ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" />
<hkern g1="v,y,yacute,ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="15" />
<hkern g1="v,y,yacute,ydieresis" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="165" />
<hkern g1="x" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="20" />
<hkern g1="x" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="39" />
<hkern g1="z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="16" />
<hkern g1="z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="16" />
</font>
</defs></svg>

Before

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 232 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -15,16 +15,22 @@
//= require foundation
//= require turbolinks
//= require ckeditor/init
//= require social-share-button
//= require initial
//= require app
//= require_tree .
var initialize_modules = function() {
App.Comments.initialize();
App.Users.initialize();
App.Votes.initialize();
App.Tags.initialize();
};
$(function(){
$(document).foundation();
$(document).ready(initialize_modules)
$(document).on('page:load', initialize_modules)
$(document).ready(initialize_modules);
$(document).on('page:load', initialize_modules);
$(document).on('ajax:complete', initialize_modules);
});

View File

@@ -3,18 +3,29 @@ App.Comments =
add_response: (parent_id, response_html) ->
$(response_html).insertAfter($("#js-comment-form-#{parent_id}"))
display_error: (field_with_errors, error_html) ->
$(error_html).insertAfter($("#{field_with_errors}"))
reset_and_hide_form: (id) ->
form = $("#js-comment-form-#{id}")
form.val('')
form.hide()
form_container = $("#js-comment-form-#{id}")
input = form_container.find("form textarea")
input.val('')
form_container.hide()
reset_form: (id) ->
input = $("#js-comment-form-#{id} form textarea")
input.val('')
toggle_form: (id) ->
$("#js-comment-form-#{id}").toggle()
initialize: ->
$('body').on 'click', '.js-add-comment-link', ->
id = $(this).data().id
App.Comments.toggle_form(id)
false
$('body .js-add-comment-link').each ->
$this = $(this)
unless $this.data('initialized') is 'yes'
$this.on('click', ->
id = $(this).data().id
App.Comments.toggle_form(id)
false
).data 'initialized', 'yes'

View File

@@ -0,0 +1,21 @@
App.Tags =
initialize: ->
$tag_input = $('input#debate_tag_list')
$('body .js-add-tag-link').each ->
$this = $(this)
unless $this.data('initialized') is 'yes'
$this.on('click', ->
name = $(this).text()
current_tags = $tag_input.val().split(',').filter(Boolean)
if $.inArray(name, current_tags) >= 0
current_tags.splice($.inArray(name, current_tags), 1);
else
current_tags.push name
$tag_input.val(current_tags.join(','))
false
).data 'initialized', 'yes'

View File

@@ -0,0 +1,5 @@
App.Users =
initialize: ->
$('.initialjs-avatar').initial();
false

View File

@@ -0,0 +1,15 @@
App.Votes =
hoverize: (votes) ->
$(votes).hover ->
$("div.not-logged", votes).show()
, ->
$("div.not-logged", votes).hide()
initialize: ->
App.Votes.hoverize votes for votes in $("div.votes")
false

View File

@@ -1,6 +1,10 @@
/*
*= require social-share-button
*/
@import "foundation_and_overrides";
@import "fonts";
@import "icons";
@import "variables";
@import "participacion";
@import "debates";
@import "debates";

View File

@@ -11,16 +11,17 @@
// - - - - - - - - - - - - - - - - - - - - - - - - -
@mixin votes {
background: $votes-bg;
border-top: 1px solid $votes-border;
margin: 0 rem-calc(-12);
padding: rem-calc(14) rem-calc(12);
background: $votes-background;
margin: 0 -12px;
position: relative;
.icon-like {
background: white;
border: 2px solid $votes-border;
border-radius: rem-calc(3);
color: $votes-neutral;
color: $text-light;
display: inline-block;
font-size: rem-calc(30);
line-height: rem-calc(30);
@@ -44,7 +45,7 @@
background: white;
border: 2px solid $votes-border;
border-radius: rem-calc(3);
color: $votes-neutral;
color: $text-light;
display: inline-block;
font-size: rem-calc(30);
line-height: rem-calc(30);
@@ -69,7 +70,7 @@
vertical-align: super;
span {
color: $votes-text;
color: white;
display: inline-block;
font-size: rem-calc(16);
font-weight: lighter;
@@ -106,7 +107,7 @@
}
.total-votes {
color: $votes-text;
color: white;
float: right;
line-height: $line-height*2;
}
@@ -114,25 +115,45 @@
.divider {
margin: 0 rem-calc(6);
}
.not-logged {
background: rgba(22,99,135,.9);
color: white;
height: 100%;
left: 0;
line-height: $line-height*2;
padding-top: rem-calc(12);
position: absolute;
text-align: center;
top: 0;
width: 100%;
a {
color: white;
text-decoration: underline;
}
}
}
// 02. Index
// - - - - - - - - - - - - - - - - - - - - - - - - -
.debate-featured {
margin-bottom: rem-calc(34);
.featured-debates {
margin-top: rem-calc(23);
}
.debate-featured {
.panel {
background: white;
border: 1px solid;
border-color: #e5e6e9 #dfe0e4 #d0d1d5;
border-radius: rem-calc(3);
margin-bottom: $line-height;
margin-bottom: rem-calc(24);
padding: rem-calc(24) rem-calc(12) 0 rem-calc(12);
.debate-content {
min-height: $line-height*14.71;
min-height: rem-calc(353);
}
.label {
@@ -152,7 +173,7 @@
line-height: $line-height;
position: absolute;
right: rem-calc(18);
top: rem-calc(24);
top: rem-calc(12);
}
h3 {
@@ -162,7 +183,7 @@
a {
clear: both;
color: $header-color;
color: $text;
display: block;
font-size: rem-calc(16);
line-height: $line-height;
@@ -170,7 +191,7 @@
}
.debate-info {
color: $text-light;
color: $text-medium;
font-weight: lighter;
margin-bottom: 0;
@@ -178,20 +199,24 @@
font-size: rem-calc(16);
vertical-align: top;
}
a {
color: $text-medium;
}
}
.debate-description {
color: $text-color;
color: $text;
font-size: rem-calc(13);
height: $line-height*6.5;
height: rem-calc(156);
line-height: $line-height;
margin-bottom: $line-height/2;
margin-top: $line-height;
margin-bottom: rem-calc(12);
margin-top: rem-calc(24);
overflow: hidden;
position: relative;
a {
color: $text-color;
color: $text;
}
}
@@ -205,10 +230,10 @@
}
p {
color: $text-color;
color: $text;
font-size: rem-calc(13);
line-height: $line-height;
margin-bottom: $line-height/2;
margin-bottom: rem-calc(12);
}
}
@@ -218,7 +243,8 @@
}
.debates-list {
margin-bottom: $line-height*2;
margin-bottom: rem-calc(48);
margin-top: rem-calc(24);
}
.debate {
@@ -227,12 +253,13 @@
margin-top: 0;
.panel {
border: 0;
margin-bottom: 0;
min-height: $line-height*8;
min-height: rem-calc(192);
padding: 0 rem-calc(12) rem-calc(2) rem-calc(12);
&:first-child {
padding-top: $line-height;
padding-top: rem-calc(24);
}
.label {
@@ -242,7 +269,7 @@
h3 {
margin-top: 0;
min-height: $line-height*2;
min-height: rem-calc(48);
}
p {
@@ -265,13 +292,29 @@
}
.debate-description {
height: $line-height*3;
height: rem-calc(72);
margin-top: 0;
}
}
.votes {
border: 0;
border: 1px solid $votes-border;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
margin: 0 rem-calc(-24) 0 rem-calc(12);
&:after {
content: "";
position: absolute;
display: block;
border-style: solid;
border-color: #166387 transparent transparent transparent;
bottom: rem-calc(-14);
border-left-width: 0;
border-right-color: transparent;
right: rem-calc(-1);
border-width: 1em 1em 0 0;
}
.total-votes {
display: block;
@@ -282,11 +325,16 @@
.like {
span {
color: $votes-text;
color: white;
display: block;
line-height: $line-height/2;
}
}
.not-logged {
line-height: $line-height;
padding-top: rem-calc(36);
}
}
}
@@ -295,7 +343,7 @@
.debate-show {
background: white;
padding: rem-calc(24) rem-calc(12) 0 rem-calc(12);
padding: rem-calc(24) rem-calc(12) 0;
.back {
@include back;
@@ -309,17 +357,20 @@
clear: both;
font-size: rem-calc(24);
font-weight: bold;
line-height: $line-height*2;
margin: 0;
}
.debate-info {
clear: both;
color: $text-light;
color: $text-medium;
font-weight: lighter;
line-height: $line-height*2;
text-align: justify;
a {
color: $text-medium;
}
.bullet {
color: $border;
}
@@ -332,30 +383,30 @@
}
.author-photo {
border-radius: 2px;
display: inline-block;
height: 32px;
line-height: $line-height*2;
margin-right: $line-height/4;
margin-right: rem-calc(6);
vertical-align: middle;
width: 32px;
}
.author {
color: $text-color;
color: $text;
font-weight: bold;
}
h3 {
border-bottom: 2px solid $votes-border;
font-size: rem-calc(18);
margin: 0;
border-top: 1px solid $votes-border;
display: inline-block;
font-size: rem-calc(16);
margin: -1px 0 rem-calc(12);
padding-top: rem-calc(6);
text-transform: uppercase;
}
.votes {
@include votes;
border: 0;
border: 1px solid $votes-border;
border-radius: rem-calc(3);
margin: 0;
.total-votes {
@@ -363,11 +414,25 @@
float: none;
line-height: $line-height;
}
.not-logged {
line-height: $line-height;
padding: rem-calc(24);
}
}
.leave-comment {
display: inline-block;
margin-top: $line-height;
margin-top: rem-calc(24);
}
.tags {
display: block;
margin-top: rem-calc(24);
a {
margin-right: rem-calc(6);
}
}
}
@@ -376,7 +441,7 @@
.debate-new {
background: white;
padding-top: $line-height;
padding-top: rem-calc(24);
.back {
@include back;
@@ -387,7 +452,7 @@
font-size: rem-calc(36);
font-weight: bold;
line-height: $line-height*2;
margin-bottom: $line-height;
margin-bottom: rem-calc(24);
}
.icon-comment-quotes {
@@ -408,7 +473,7 @@
.recommendations {
list-style-type: none;
margin-left: 0;
margin-top: $line-height;
margin-top: rem-calc(24);
li {
font-size: rem-calc(12);
@@ -427,64 +492,83 @@
// - - - - - - - - - - - - - - - - - - - - - - - - -
.comments {
background: $comments-bg;
background-image: url('comments_divider.png');
background: $white;
background-repeat: repeat-x;
padding-top: $line-height;
padding-bottom: $line-height*4;
padding-top: rem-calc(24);
padding-bottom: rem-calc(96);
h2 {
margin: 0;
font-weight: bold;
span {
font-size: rem-calc(14);
font-weight: normal;
opacity: .8;
}
}
.comment {
margin: $line-height/4 0;
margin: rem-calc(6) 0;
p {
color: $comments-text;
font-size: rem-calc(15);
margin-bottom: 0;
}
a {
color: $comments-info;
}
.comment-votes {
color: $text-medium;
font-weight: lighter;
margin: rem-calc(15) rem-calc(6) 0;
.user-photo {
border-radius: 2px;
display: inline-block;
height: 32px;
line-height: $line-height*2;
margin-right: $line-height/4;
vertical-align: top;
width: 32px;
a {
color: $text-light;
display: inline-block;
vertical-align: top;
&:hover {
color: $text-medium;
}
}
[class^="icon-"] {
font-size: rem-calc(20);
vertical-align: top;
}
}
.comment-body {
margin-left: $line-height*1.6;
margin-left: rem-calc(36);
.reply {
background: white;
border: 1px solid $border;
font-size: rem-calc(12);
font-weight: lighter;
margin: rem-calc(6) 0;
padding: rem-calc(6);
}
}
.comment-children {
border-left: 1px dotted $border;
margin-left: $line-height*1.6;
padding-left: $line-height/4;
border-left: 1px dashed $border;
margin-left: rem-calc(36);
padding-left: rem-calc(6);
@media only screen and (max-width: 40em) {
margin-left: $line-height/1.5;
margin-left: rem-calc(16);
}
}
.comment-info {
color: $comments-info;
color: $text-light;
font-size: rem-calc(13);
font-weight: lighter;
vertical-align: middle;
span {
color: $text;
font-weight: bold;
}
}
}
}
}

View File

@@ -1,160 +1,119 @@
// List of fonts
// List of fonts
//
// 01. Open Sans (http://www.fontsquirrel.com/fonts/open-sans)
// 02. Lato (http://www.fontsquirrel.com/fonts/lato)
//
// 01. Roboto (https://www.google.com/fonts/specimen/Roboto)
// 02. Lato (https://www.google.com/fonts/specimen/Lato)
// 01. Roboto
// 01. Open Sans
// - - - - - - - - - - - - - - - - - - - - - - - - -
@font-face {
font-family: 'Roboto';
src: font-url('roboto-light.eot');
src: font-url('roboto-light.eot?#iefix') format('embedded-opentype'),
font-url('roboto-light.woff') format('woff'),
font-url('roboto-light.ttf') format('truetype'),
font-url('roboto-light.svg#latolight') format('svg');
font-weight: 300;
font-style: normal;
font-family: 'Open Sans';
src: font-url('opensans-light.eot');
src: font-url('opensans-light.eot?#iefix') format('embedded-opentype'),
font-url('opensans-light.woff2') format('woff2'),
font-url('opensans-light.woff') format('woff'),
font-url('opensans-light.ttf') format('truetype'),
font-url('opensans-light.svg#open_sanslight') format('svg');
font-weight: lighter;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: font-url('roboto-lightitalic.eot');
src: font-url('roboto-lightitalic.eot?#iefix') format('embedded-opentype'),
font-url('roboto-lightitalic.woff') format('woff'),
font-url('roboto-lightitalic.ttf') format('truetype'),
font-url('roboto-lightitalic.svg#latolight_italic') format('svg');
font-weight: 300;
font-style: italic;
font-family: 'Open Sans';
src: font-url('opensans-lightitalic.eot');
src: font-url('opensans-lightitalic.eot?#iefix') format('embedded-opentype'),
font-url('opensans-lightitalic.woff2') format('woff2'),
font-url('opensans-lightitalic.woff') format('woff'),
font-url('opensans-lightitalic.ttf') format('truetype'),
font-url('opensans-lightitalic.svg#open_sanslight_italic') format('svg');
font-weight: lighter;
font-style: italic;
}
@font-face {
font-family: 'Roboto';
src: font-url('roboto-regular.eot');
src: font-url('roboto-regular.eot?#iefix') format('embedded-opentype'),
font-url('roboto-regular.woff') format('woff'),
font-url('roboto-regular.ttf') format('truetype'),
font-url('roboto-regular.svg#latoregular') format('svg');
font-weight: 400;
font-style: normal;
font-family: 'Open Sans';
src: font-url('opensans-regular.eot');
src: font-url('opensans-regular.eot?#iefix') format('embedded-opentype'),
font-url('opensans-regular.woff2') format('woff2'),
font-url('opensans-regular.woff') format('woff'),
font-url('opensans-regular.ttf') format('truetype'),
font-url('opensans-regular.svg#open_sansregular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: font-url('roboto-italic.eot');
src: font-url('roboto-italic.eot?#iefix') format('embedded-opentype'),
font-url('roboto-italic.woff') format('woff'),
font-url('roboto-italic.ttf') format('truetype'),
font-url('roboto-italic.svg#latoitalic') format('svg');
font-weight: 400;
font-style: italic;
font-family: 'Open Sans';
src: url('opensans-italic.eot');
src: url('opensans-italic.eot?#iefix') format('embedded-opentype'),
url('opensans-italic.woff2') format('woff2'),
url('opensans-italic.woff') format('woff'),
url('opensans-italic.ttf') format('truetype'),
url('opensans-italic.svg#open_sansitalic') format('svg');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Roboto';
src: font-url('roboto-bold.eot');
src: font-url('roboto-bold.eot?#iefix') format('embedded-opentype'),
font-url('roboto-bold.woff') format('woff'),
font-url('roboto-bold.ttf') format('truetype'),
font-url('roboto-bold.svg#latobold') format('svg');
font-weight: bold;
font-style: normal;
font-family: 'Open Sans';
src: font-url('opensans-bold.eot');
src: font-url('opensans-bold.eot?#iefix') format('embedded-opentype'),
font-url('opensans-bold.woff2') format('woff2'),
font-url('opensans-bold.woff') format('woff'),
font-url('opensans-bold.ttf') format('truetype'),
font-url('opensans-bold.svg#open_sansbold') format('svg');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: font-url('roboto-bolditalic.eot');
src: font-url('roboto-bolditalic.eot?#iefix') format('embedded-opentype'),
font-url('roboto-bolditalic.woff') format('woff'),
font-url('roboto-bolditalic.ttf') format('truetype'),
font-url('roboto-bolditalic.svg#latobold_italic') format('svg');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'Roboto';
src: font-url('roboto-blackitalic.eot');
src: font-url('roboto-blackitalic.eot?#iefix') format('embedded-opentype'),
font-url('roboto-blackitalic.woff') format('woff'),
font-url('roboto-blackitalic.ttf') format('truetype'),
font-url('roboto-blackitalic.svg#latobold_italic') format('svg');
font-weight: bolder;
font-style: italic;
font-family: 'Open Sans';
src: url('opensans-bolditalic.eot');
src: url('opensans-bolditalic.eot?#iefix') format('embedded-opentype'),
url('opensans-bolditalic.woff2') format('woff2'),
url('opensans-bolditalic.woff') format('woff'),
url('opensans-bolditalic.ttf') format('truetype'),
url('opensans-bolditalic.svg#open_sansbold_italic') format('svg');
font-weight: bold;
font-style: italic;
}
// 02. Lato
// - - - - - - - - - - - - - - - - - - - - - - - - -
@font-face {
font-family: 'Lato';
src: font-url('lato-light.eot');
src: font-url('lato-light.eot?#iefix') format('embedded-opentype'),
font-url('lato-light.woff2') format('woff2'),
font-url('lato-light.woff') format('woff'),
font-url('lato-light.ttf') format('truetype'),
font-url('lato-light.svg#latolight') format('svg');
font-weight: 300;
font-style: normal;
font-family: 'Lato';
src: font-url('lato-light.eot');
src: font-url('lato-light.eot?#iefix') format('embedded-opentype'),
font-url('lato-light.woff2') format('woff2'),
font-url('lato-light.woff') format('woff'),
font-url('lato-light.ttf') format('truetype'),
font-url('lato-light.svg#latolight') format('svg');
font-weight: lighter;
font-style: normal;
}
@font-face {
font-family: 'Lato';
src: font-url('lato-lightitalic.eot');
src: font-url('lato-lightitalic.eot?#iefix') format('embedded-opentype'),
font-url('lato-lightitalic.woff2') format('woff2'),
font-url('lato-lightitalic.woff') format('woff'),
font-url('lato-lightitalic.ttf') format('truetype'),
font-url('lato-lightitalic.svg#latolight_italic') format('svg');
font-weight: 300;
font-style: italic;
font-family: 'Lato';
src: font-url('lato-regular.eot');
src: font-url('lato-regular.eot?#iefix') format('embedded-opentype'),
font-url('lato-regular.woff2') format('woff2'),
font-url('lato-regular.woff') format('woff'),
font-url('lato-regular.ttf') format('truetype'),
font-url('lato-regular.svg#latoregular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Lato';
src: font-url('lato-regular.eot');
src: font-url('lato-regular.eot?#iefix') format('embedded-opentype'),
font-url('lato-regular.woff2') format('woff2'),
font-url('lato-regular.woff') format('woff'),
font-url('lato-regular.ttf') format('truetype'),
font-url('lato-regular.svg#latoregular') format('svg');
font-weight: normal;
font-style: normal;
font-family: 'Lato';
src: font-url('lato-bold.eot');
src: font-url('lato-bold.eot?#iefix') format('embedded-opentype'),
font-url('lato-bold.woff2') format('woff2'),
font-url('lato-bold.woff') format('woff'),
font-url('lato-bold.ttf') format('truetype'),
font-url('lato-bold.svg#latobold') format('svg');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Lato';
src: font-url('lato-italic.eot');
src: font-url('lato-italic.eot?#iefix') format('embedded-opentype'),
font-url('lato-italic.woff2') format('woff2'),
font-url('lato-italic.woff') format('woff'),
font-url('lato-italic.ttf') format('truetype'),
font-url('lato-italic.svg#latoitalic') format('svg');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Lato';
src: font-url('lato-bold.eot');
src: font-url('lato-bold.eot?#iefix') format('embedded-opentype'),
font-url('lato-bold.woff2') format('woff2'),
font-url('lato-bold.woff') format('woff'),
font-url('lato-bold.ttf') format('truetype'),
font-url('lato-bold.svg#latobold') format('svg');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Lato';
src: font-url('lato-bolditalic.eot');
src: font-url('lato-bolditalic.eot?#iefix') format('embedded-opentype'),
font-url('lato-bolditalic.woff2') format('woff2'),
font-url('lato-bolditalic.woff') format('woff'),
font-url('lato-bolditalic.ttf') format('truetype'),
font-url('lato-bolditalic.svg#latobold_italic') format('svg');
font-weight: bold;
font-style: italic;
}

View File

@@ -72,4 +72,10 @@
}
.icon-check:before {
content: "l";
}
}
.icon-edit:before {
content: "m";
}
.icon-star:before {
content: "n";
}

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