diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..9bab6e9ddf4f93f268dc735358f8db11eae366a3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,36 @@ +# Environments / Settings +.env + +# VS Code +.vscode/ + +# Distribution / packaging +.Python +env/ +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +*.egg-info/ +.installed.cfg +*.egg + +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] + +# Databases +*.db +*.sqlite + +# Temporary Data +tmp/ + +saved_models/ \ No newline at end of file diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..e6e348c3a107beb3b12e21b1f6c3157de16d7a4d --- /dev/null +++ b/LICENSE @@ -0,0 +1,674 @@ +GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/> + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is 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. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + 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. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + 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 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. Use with the GNU Affero General Public License. + + 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 Affero 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 special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU 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 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 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 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. + + EGI-Optimization-Tool + Copyright (c) 2020-2023 Fraunhofer IISB. All rights reserved. + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU 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 General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see <https://www.gnu.org/licenses/>. + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + <EGI-Optimization-Tool> Copyright (c) 2020-2023 Fraunhofer IISB. All rights reserved. + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and`show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + 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 GPL, see +<https://www.gnu.org/licenses/>. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +<https://www.gnu.org/licenses/why-not-lgpl.html>. diff --git a/README.md b/README.md index d23bc467ac962f74438bee08512e84f7f84b4617..00014aa7b4c87db74210b3e9d6973cee98db0b85 100644 --- a/README.md +++ b/README.md @@ -1,92 +1,40 @@ # Production-Loadprofile-Tool +Repository for the Production-Loadprofile-Tool developed in the research project **ProEnergie - Bayern**. The tool is used to train machine learning models for the prediction of loadprofiles. The models are trained with historical production and load data that can be uploaded in the web interface. Then, the loadprofile can be predicted on basis of the production planning data. +## Information -## Getting started - -To make it easy for you to get started with GitLab, here's a list of recommended next steps. - -Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)! - -## Add your files - -- [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files -- [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command: - -``` -cd existing_repo -git remote add origin https://gitlab.cc-asp.fraunhofer.de/proenergie/production-loadprofile-tool.git -git branch -M main -git push -uf origin main -``` - -## Integrate with your tools - -- [ ] [Set up project integrations](https://gitlab.cc-asp.fraunhofer.de/proenergie/production-loadprofile-tool/-/settings/integrations) - -## Collaborate with your team - -- [ ] [Invite team members and collaborators](https://docs.gitlab.com/ee/user/project/members/) -- [ ] [Create a new merge request](https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html) -- [ ] [Automatically close issues from merge requests](https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically) -- [ ] [Enable merge request approvals](https://docs.gitlab.com/ee/user/project/merge_requests/approvals/) -- [ ] [Automatically merge when pipeline succeeds](https://docs.gitlab.com/ee/user/project/merge_requests/merge_when_pipeline_succeeds.html) +### Project facts -## Test and Deploy +- [Project Website](https://www.proenergie-bayern.de/) (german) with additional information regarding ProEnergie - Bayern\ +  +- time period: 02/2020 to 01/2023 +- funded by: [Bayerische Forschungsstiftung BFS](https://forschungsstiftung.de/)\ +  -Use the built-in continuous integration in GitLab. +### Software license -- [ ] [Get started with GitLab CI/CD](https://docs.gitlab.com/ee/ci/quick_start/index.html) -- [ ] [Analyze your code for known vulnerabilities with Static Application Security Testing(SAST)](https://docs.gitlab.com/ee/user/application_security/sast/) -- [ ] [Deploy to Kubernetes, Amazon EC2, or Amazon ECS using Auto Deploy](https://docs.gitlab.com/ee/topics/autodevops/requirements.html) -- [ ] [Use pull-based deployments for improved Kubernetes management](https://docs.gitlab.com/ee/user/clusters/agent/) -- [ ] [Set up protected environments](https://docs.gitlab.com/ee/ci/environments/protected_environments.html) +This work is licensed under the GNU General Public License v3. -*** +You should have received a copy of the GNU General Public License along with this program. If not, see [gnu.org/licenses](https://www.gnu.org/licenses/). -# Editing this README - -When you're ready to make this README your own, just edit this file and use the handy template below (or feel free to structure it however you want - this is just a starting point!). Thank you to [makeareadme.com](https://www.makeareadme.com/) for this template. - -## Suggestions for a good README -Every project is different, so consider which of these sections apply to yours. The sections used in the template are suggestions for most open source projects. Also keep in mind that while a README can be too long and detailed, too long is better than too short. If you think your README is too long, consider utilizing another form of documentation rather than cutting out information. - -## Name -Choose a self-explaining name for your project. - -## Description -Let people know what your project can do specifically. Provide context and add a link to any reference visitors might be unfamiliar with. A list of Features or a Background subsection can also be added here. If there are alternatives to your project, this is a good place to list differentiating factors. - -## Badges -On some READMEs, you may see small images that convey metadata, such as whether or not all the tests are passing for the project. You can use Shields to add some to your README. Many services also have instructions for adding a badge. - -## Visuals -Depending on what you are making, it can be a good idea to include screenshots or even a video (you'll frequently see GIFs rather than actual videos). Tools like ttygif can help, but check out Asciinema for a more sophisticated method. - -## Installation -Within a particular ecosystem, there may be a common way of installing things, such as using Yarn, NuGet, or Homebrew. However, consider the possibility that whoever is reading your README is a novice and would like more guidance. Listing specific steps helps remove ambiguity and gets people to using your project as quickly as possible. If it only runs in a specific context like a particular programming language version or operating system or has dependencies that have to be installed manually, also add a Requirements subsection. - -## Usage -Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README. +## Getting started -## Support -Tell people where they can go to for help. It can be any combination of an issue tracker, a chat room, an email address, etc. +### Installation -## Roadmap -If you have ideas for releases in the future, it is a good idea to list them in the README. +For using the tool, following steps are needed: -## Contributing -State if you are open to contributions and what your requirements are for accepting them. +1. clone the complete project using git or download the complete project as zip file, e.g. with git command: `git clone https://gitlab.cc-asp.fraunhofer.de/proenergie/production-loadprofile-tool.git` +2. generate a virtual environment for Python (at least version 3.8) +3. install all needed packages using the requirements file, command: `pip install -r requirements.txt` +4. start the webapp in your IDE or console, command: `python wsgi.py` -For people who want to make changes to your project, it's helpful to have some documentation on how to get started. Perhaps there is a script that they should run or some environment variables that they need to set. Make these steps explicit. These instructions could also be useful to your future self. +### First steps -You can also document commands to lint the code or run tests. These steps help to ensure high code quality and reduce the likelihood that the changes inadvertently break something. Having instructions for running tests is especially helpful if it requires external setup, such as starting a Selenium server for testing in a browser. +If the webapp has been started, you should see in your console or IDE that the server is running. The web interface of the app is by default accessible at the address [http://127.0.0.1:5000/](http://127.0.0.1:5000/) -## Authors and acknowledgment -Show your appreciation to those who have contributed to the project. +### Folder structure -## License -For open source projects, say how it is licensed. +## Features -## Project status -If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers. +### Functionality of the tool diff --git a/config.py b/config.py new file mode 100644 index 0000000000000000000000000000000000000000..b686642f5ef62ee9af66b07321082f5929656aab --- /dev/null +++ b/config.py @@ -0,0 +1,44 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2020-2023 Fraunhofer IPA. All rights reserved. +# This file is part of ProEnergie Production-Loadprofile-Tool. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# + + +"""Flask config.""" +from os import environ, path + + +BASE_DIR = path.abspath(path.dirname(__file__)) + + +class Config: + """Flask configuration variables.""" + + # General Config + FLASK_APP = environ.get("FLASK_APP") + FLASK_ENV = environ.get("FLASK_ENV") + SECRET_KEY = environ.get("SECRET_KEY") + + # Assets + LESS_BIN = environ.get("LESS_BIN") + ASSETS_DEBUG = environ.get("ASSETS_DEBUG") + LESS_RUN_IN_DEBUG = environ.get("LESS_RUN_IN_DEBUG") + + # Static Assets + STATIC_FOLDER = "static" + TEMPLATES_FOLDER = "templates" + COMPRESSOR_DEBUG = environ.get("COMPRESSOR_DEBUG") diff --git a/database/__init__.py b/database/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/database/database.py b/database/database.py new file mode 100644 index 0000000000000000000000000000000000000000..68913b25e9495767d5609b09f560cd1d70967fdb --- /dev/null +++ b/database/database.py @@ -0,0 +1,236 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2020-2023 Fraunhofer IPA. All rights reserved. +# This file is part of ProEnergie Production-Loadprofile-Tool. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# + + +from os import path + +import numpy as np +from pandas import isna +from sqlalchemy import ( + Column, + DateTime, + Float, + Integer, + MetaData, + String, + Table, + create_engine, + insert, + inspect, + select, +) +from sqlalchemy.dialects.sqlite import insert as sqlinsert +from sqlalchemy.sql.schema import ForeignKey + +PD_TYPE_TO_SQL = { + "float64": Float, + "int64": Integer, + "object": String, + "datetime64[ns]": String, +} + +_my_location = path.dirname(path.realpath(__file__)) +_db_location = path.join(_my_location, "proe.db") +engine = create_engine("sqlite:///" + _db_location, echo=True, future=True) +metadata = MetaData() +metadata.reflect(bind=engine) +inspector = inspect(engine) + +if not (inspector.has_table("table_list")): + _ = Table( + "machine_list", + metadata, + Column("id", Integer, primary_key=True), + Column("machine_name", String, unique=True, nullable=False), + ) + +if not (inspector.has_table("table_list")): + _ = Table( + "table_list", + metadata, + Column("id", Integer, primary_key=True), + Column("table_name", String, unique=True, nullable=False), + Column("type", String, nullable=False), + Column("machine_id", ForeignKey("machine_list.id"), nullable=False), + ) + +metadata.create_all(engine) + + +def get_database_engine(): + return engine + + +def write_df_to_db(df, machine, type): + tablename = f"{machine}_{type}" + if inspector.has_table(tablename): + table = metadata.tables[tablename] + + table_cols = [c.name for c in list(table.columns)[2:]] + for c in table_cols: + if c not in df.columns: + return f"Spalte {c} nicht gefunden" + + temp = df[table_cols].copy() + try: + temp[temp.index.name] = temp.index + except ValueError as err: + raise ValueError( + f"duplicate name in index/columns: {err}" + ) from err + + keys = list(map(str, temp.columns)) + ncols = len(keys) + data_list = [None] * ncols + for i, (_, ser) in enumerate(temp.items()): + vals = ser._values + if vals.dtype.kind == "M": + d = vals.to_pydatetime() + elif vals.dtype.kind == "m": + # store as integers, see GH#6921, GH#7076 + d = vals.view("i8").astype(object) + else: + d = vals.astype(object) + + assert isinstance(d, np.ndarray), type(d) + + if ser._can_hold_na: + # Note: this will miss timedeltas + # since they are converted to int + mask = isna(d) + d[mask] = None + + data_list[i] = d + + chunksize = 500 + nrows = len(temp) + chunks = int(nrows / chunksize) + 1 + + unique_col = inspector.get_unique_constraints(tablename)[0][ + "column_names" + ] + columns_to_update = [ + col["name"] + for col in inspector.get_columns(tablename) + if col["primary_key"] == 0 + if col["name"] not in unique_col + ] + + with engine.connect() as conn: + for i in range(chunks): + start_i = i * chunksize + end_i = min((i + 1) * chunksize, nrows) + if start_i >= end_i: + break + + data_iter = zip(*[arr[start_i:end_i] for arr in data_list]) + data = [dict(zip(keys, row)) for row in data_iter] + + insert_stmt = sqlinsert(table).values(data) + columns_excluded = [ + col + for col in list(insert_stmt.excluded) + if col.name in columns_to_update + ] + do_update_stmt = insert_stmt.on_conflict_do_update( + index_elements=unique_col, + set_=dict(zip(columns_to_update, columns_excluded)), + ) + conn.execute(do_update_stmt) + + conn.commit() + + else: + create_table(machine, type, df) + df.to_sql(tablename, engine, if_exists="append") + + return "Daten wurden in Datenbank geschrieben!" + + +def create_table(machine, type, df): + with engine.connect() as conn: + machine_table = metadata.tables["machine_list"] + stmt = select(machine_table).where( + machine_table.c.machine_name == machine + ) + row = conn.execute(stmt).first() + if row is None: + insert_stmt = insert(machine_table).values(machine_name=machine) + conn.execute(insert_stmt) + conn.commit() + + tablename = f"{machine}_{type}" + _ = Table( + tablename, + metadata, + Column("id", Integer, primary_key=True), + Column(str(df.index.name), DateTime, unique=True), + *[ + Column(colname, PD_TYPE_TO_SQL[str(df.dtypes[colname])]) + for colname in df.columns + ], + ) + metadata.create_all(engine) + stmt = select(machine_table.c.id).where( + machine_table.c.machine_name == machine + ) + row = conn.execute(stmt).first() + table_list = metadata.tables["table_list"] + insert_stmt = insert(table_list).values( + table_name=tablename, type=type, machine_id=row[0] + ) + conn.execute(insert_stmt) + conn.commit() + return + + +def get_list_of_machines(): + with engine.connect() as conn: + machine_table = metadata.tables["machine_list"] + stmt = select(machine_table.c.machine_name) + row = conn.execute(stmt).all() + return [item for tuple_ in row for item in tuple_] + + +def get_list_of_tables(): + with engine.connect() as conn: + tables = metadata.tables["table_list"] + machine_table = metadata.tables["machine_list"] + stmt = select( + tables.c.table_name, tables.c.type, machine_table.c.machine_name + ).join_from(tables, machine_table) + row = conn.execute(stmt).all() + return [dict(tuple_) for tuple_ in row] + + +def get_tables(): + return metadata.tables + + +def get_table(table_name): + return metadata.tables[table_name] + + +def get_list_of_columns(machine, type): + tablename = f"{machine}_{type}" + if inspector.has_table(tablename): + table = metadata.tables[tablename] + return list(table.columns) + else: + raise ValueError(f"No table named '{machine}_{type}'") diff --git a/images/logo_BFS.png b/images/logo_BFS.png new file mode 100644 index 0000000000000000000000000000000000000000..39bfd75050062e703624366c416018227e39f53e Binary files /dev/null and b/images/logo_BFS.png differ diff --git a/images/logo_ProEnergie.png b/images/logo_ProEnergie.png new file mode 100644 index 0000000000000000000000000000000000000000..f9d898ecc180366b6ad8b55e357aa9eeb34bfbc4 Binary files /dev/null and b/images/logo_ProEnergie.png differ diff --git a/images/logo_ProEnergie_LQ.png b/images/logo_ProEnergie_LQ.png new file mode 100644 index 0000000000000000000000000000000000000000..72d04040a48c913c5f7409efb644614299cb7e47 Binary files /dev/null and b/images/logo_ProEnergie_LQ.png differ diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..1293ded6f51491d3ad52c67b1e0642cc71404c2d --- /dev/null +++ b/requirements.txt @@ -0,0 +1,115 @@ +absl-py==1.2.0 +altgraph==0.17 +appdirs==1.4.4 +astunparse==1.6.3 +attrs==21.2.0 +backcall==0.2.0 +black==21.5b0 +Bootstrap-Flask==1.7.0 +Brotli==1.0.9 +cachetools==5.2.0 +certifi==2022.6.15.2 +charset-normalizer==2.1.1 +click==7.1.2 +colorama==0.4.4 +dash==2.5.1 +dash-bootstrap-components==0.12.2 +dash-core-components==2.0.0 +dash-daq==0.5.0 +dash-html-components==2.0.0 +dash-renderer==1.9.1 +dash-table==5.0.0 +dash-uploader==0.5.0 +decorator==5.0.9 +dominate==2.6.0 +flake8==3.9.1 +Flask==1.1.2 +Flask-Compress==1.9.0 +Flask-WTF==0.15.1 +flatbuffers==2.0.7 +future==0.18.2 +gast==0.4.0 +google-auth==2.11.0 +google-auth-oauthlib==0.4.6 +google-pasta==0.2.0 +greenlet==1.1.0 +grpcio==1.48.1 +h5py==3.7.0 +idna==3.4 +importlib-metadata==4.12.0 +ipykernel==5.5.5 +ipython==7.24.1 +ipython-genutils==0.2.0 +itsdangerous==1.1.0 +jedi==0.18.0 +Jinja2==2.11.3 +joblib==1.0.1 +jsonschema==3.2.0 +jupyter-client==6.1.12 +jupyter-core==4.7.1 +keras==2.10.0 +Keras-Preprocessing==1.1.2 +libclang==14.0.6 +Markdown==3.4.1 +MarkupSafe==1.1.1 +matplotlib-inline==0.1.2 +mccabe==0.6.1 +mypy-extensions==0.4.3 +nbformat==5.1.3 +numpy==1.20.2 +oauthlib==3.2.1 +opt-einsum==3.3.0 +packaging==21.3 +pandas==1.3.2 +parso==0.8.2 +pathspec==0.8.1 +pefile==2021.5.24 +pickleshare==0.7.5 +plotly==5.9.0 +prompt-toolkit==3.0.18 +protobuf==3.19.5 +pyasn1==0.4.8 +pyasn1-modules==0.2.8 +pycodestyle==2.7.0 +pyflakes==2.3.1 +Pygments==2.9.0 +pyinstaller==4.3 +pyinstaller-hooks-contrib==2021.2 +pyparsing==3.0.9 +pyrsistent==0.18.0 +python-dateutil==2.8.1 +pytz==2021.1 +pywin32==301 +pywin32-ctypes==0.2.0 +pyzmq==22.1.0 +regex==2021.4.4 +requests==2.28.1 +requests-oauthlib==1.3.1 +retrying==1.3.3 +rope==0.19.0 +rsa==4.9 +scikit-learn==0.24.2 +scipy==1.7.1 +six==1.16.0 +SQLAlchemy==1.4.14 +tenacity==8.0.1 +tensorboard==2.10.0 +tensorboard-data-server==0.6.1 +tensorboard-plugin-wit==1.8.1 +tensorflow==2.10.0 +tensorflow-estimator==2.10.0 +tensorflow-io-gcs-filesystem==0.27.0 +termcolor==2.0.1 +threadpoolctl==2.2.0 +toml==0.10.2 +tornado==6.1 +traitlets==5.0.5 +typing-extensions==4.3.0 +urllib3==1.26.12 +visitor==0.1.3 +wcwidth==0.2.5 +Werkzeug==1.0.1 +wrapt==1.14.1 +WTForms==2.3.3 +xlrd==2.0.1 +zipp==3.8.1 diff --git a/webapp/__init__.py b/webapp/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..018ddfc6688d992aa1f926adba07743472229463 --- /dev/null +++ b/webapp/__init__.py @@ -0,0 +1,37 @@ +"""Initialize Flask app.""" +from flask import Flask +from flask_bootstrap import Bootstrap + +bootstrap = Bootstrap() + + +def init_app(): + """Construct core Flask application.""" + app = Flask(__name__, instance_relative_config=False) + app.config.from_object("config.Config") + + with app.app_context(): + # Import parts of our core Flask app + from . import routes # noqa + + # register extensions + bootstrap.init_app(app) + + # Import Dash application + from .dash_upload.app import init_dashboard + + app = init_dashboard(app) + + from .dash_training.app import init_dashboard + + app = init_dashboard(app) + + from .dash_prediction.app import init_dashboard + + app = init_dashboard(app) + + from .dash_visualization.app import init_dashboard + + app = init_dashboard(app) + + return app diff --git a/webapp/dash_prediction/__init__.py b/webapp/dash_prediction/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/webapp/dash_prediction/app.py b/webapp/dash_prediction/app.py new file mode 100644 index 0000000000000000000000000000000000000000..cc84c8f41937f3b98983e1f9e1d59ad5109940c7 --- /dev/null +++ b/webapp/dash_prediction/app.py @@ -0,0 +1,55 @@ + +# -*- coding: utf-8 -*- +# +# Copyright (c) 2020-2023 Fraunhofer IPA. All rights reserved. +# This file is part of ProEnergie Production-Loadprofile-Tool. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# + + +import dash_bootstrap_components as dbc +from dash import Dash +from flask import render_template + +from .callbacks import init_callbacks +from .layout import serve_layout + +URL_BASE = "/prediction/" + + +def init_dashboard(server): + """Create a Plotly Dash dashboard.""" + dash_app = Dash( + __name__, + server=server, + routes_pathname_prefix=URL_BASE, + requests_pathname_prefix=URL_BASE, + assets_folder="../static", + assets_url_path="/static/", + external_stylesheets=[ + "/static/css/style.css", + dbc.themes.BOOTSTRAP, + ], + title="ProEnergie - Prognose", + ) + + dash_app.index_string = render_template("dash_index.html") + # Create Dash Layout + dash_app.layout = serve_layout + dash_app.config["suppress_callback_exceptions"] = True + + init_callbacks(dash_app) + + return dash_app.server diff --git a/webapp/dash_prediction/callbacks.py b/webapp/dash_prediction/callbacks.py new file mode 100644 index 0000000000000000000000000000000000000000..f0a7b7aa507875012910e0b4663b69a19073a4c7 --- /dev/null +++ b/webapp/dash_prediction/callbacks.py @@ -0,0 +1,70 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2020-2023 Fraunhofer IPA. All rights reserved. +# This file is part of ProEnergie Production-Loadprofile-Tool. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# + + +from datetime import date + +from dash.dependencies import Input, Output, State +from dash.exceptions import PreventUpdate + +from .figures import fig_prediction + + +def init_callbacks(app): + @app.callback( + Output("output-container-date-picker-range", "children"), + [ + Input("date-picker-range", "start_date"), + Input("date-picker-range", "end_date"), + ], + ) + def update_output(start_date, end_date): + string_prefix = "You have selected: " + if start_date is not None: + start_date_object = date.fromisoformat(start_date) + start_date_string = start_date_object.strftime("%B %d, %Y") + string_prefix = ( + string_prefix + "Start Date: " + start_date_string + " | " + ) + if end_date is not None: + end_date_object = date.fromisoformat(end_date) + end_date_string = end_date_object.strftime("%B %d, %Y") + string_prefix = string_prefix + "End Date: " + end_date_string + if len(string_prefix) == len("You have selected: "): + return "Select a date to see it displayed here" + else: + return string_prefix + + @app.callback( + Output("fig-prediction", "figure"), + [ + Input("predict-btn", "n_clicks"), + State("date-picker-range", "start_date"), + State("date-picker-range", "end_date"), + State("select-model", "value"), + ], + ) + def update_figure_prediction( + n_clicks, start_date_string, end_date_string, model + ): + if n_clicks is None: + raise PreventUpdate + start_date = date.fromisoformat(start_date_string) + end_date = date.fromisoformat(end_date_string) + return fig_prediction(start_date, end_date, model) diff --git a/webapp/dash_prediction/figures.py b/webapp/dash_prediction/figures.py new file mode 100644 index 0000000000000000000000000000000000000000..0c5d82f3d698f90e9e11111e6b5c8ea1a99683c0 --- /dev/null +++ b/webapp/dash_prediction/figures.py @@ -0,0 +1,40 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2020-2023 Fraunhofer IPA. All rights reserved. +# This file is part of ProEnergie Production-Loadprofile-Tool. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# + + +from datetime import datetime + +import plotly.express as px +from .queries import df_get_load + + +def date_to_datetime(date, is_start_date): + if is_start_date: + new_datetime = datetime(date.year, date.month, date.day, 0, 0) + else: + new_datetime = datetime(date.year, date.month, date.day, 23, 59) + return new_datetime + + +def fig_prediction(start_date, end_date, model): + start_datetime = date_to_datetime(start_date, True) + end_datetime = date_to_datetime(end_date, False) + end = datetime(2021, 4, 21, 23, 59) + df = df_get_load(start_datetime, end) + return px.line(df, x=df.index, y=df.columns) diff --git a/webapp/dash_prediction/layout.py b/webapp/dash_prediction/layout.py new file mode 100644 index 0000000000000000000000000000000000000000..423d128176997d374198aa62ef05b1d68cee7a7d --- /dev/null +++ b/webapp/dash_prediction/layout.py @@ -0,0 +1,65 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2020-2023 Fraunhofer IPA. All rights reserved. +# This file is part of ProEnergie Production-Loadprofile-Tool. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# + + +import dash_bootstrap_components as dbc +import dash_core_components as dcc +import dash_html_components as html +from .queries import get_max_date, get_min_date + + +def serve_layout(): + return html.Div( + id="div-prediction", + children=[ + dbc.Container( + html.Div( + [ + dcc.DatePickerRange( + id="date-picker-range", + min_date_allowed=get_min_date(), + max_date_allowed=get_max_date(), + start_date=get_min_date(), + end_date=get_max_date(), + ), + html.Div(id="output-container-date-picker-range"), + ] + ) + ), + dbc.Container( + [ + dcc.Dropdown( + id="select-model", + options=[], + placeholder="Modell auswählen", + ), + html.Button( + "OK", + id="predict-btn", + ), + ] + ), + dbc.Container( + fluid=True, + children=[ + dcc.Graph(id="fig-prediction"), + ], + ), + ], + ) diff --git a/webapp/dash_prediction/queries.py b/webapp/dash_prediction/queries.py new file mode 100644 index 0000000000000000000000000000000000000000..7578a8d4a660f226a1d0e15f6b14a9955b9b0451 --- /dev/null +++ b/webapp/dash_prediction/queries.py @@ -0,0 +1,88 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2020-2023 Fraunhofer IPA. All rights reserved. +# This file is part of ProEnergie Production-Loadprofile-Tool. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# + + +from datetime import date + +import pandas as pd +from database.database import ( + get_database_engine, + get_list_of_tables, + get_tables, + get_table, +) +from sqlalchemy import select + + +def get_min_date(): + min_date = date.today() + meta_tables = get_tables() + time_columns = [ + meta_tables[table["table_name"]].c[1] for table in get_list_of_tables() + ] + engine = get_database_engine() + with engine.connect() as con: + for col in time_columns: + stmt = select(col).order_by(col.asc()) + cur = con.execute(stmt) + min_date_ = cur.first()[0] + if min_date_.date() < min_date: + min_date = min_date_.date() + + return min_date + + +def get_max_date(): + max_date = date(2000, 1, 1) + meta_tables = get_tables() + time_columns = [ + meta_tables[table["table_name"]].c[1] for table in get_list_of_tables() + ] + engine = get_database_engine() + + with engine.connect() as con: + for col in time_columns: + stmt = select(col).order_by(col.desc()) + cur = con.execute(stmt) + max_date_ = cur.first()[0] + if max_date_.date() > max_date: + max_date = max_date_.date() + + return max_date + + +def df_get_load(start_datetime, end_datetime): + tables = get_list_of_tables() + engine = get_database_engine() + list_of_df = [] + with engine.connect() as con: + for table in tables: + if table["table_name"] == "m53_load": + sql_table = get_table(table["table_name"]) + stmt = select(sql_table).where( + sql_table.c[1] >= start_datetime, + sql_table.c[1] <= end_datetime, + ) + df = pd.read_sql_query(stmt, con=con) + df = df.set_index(df.columns[1]) + df.drop(columns=df.columns[0], inplace=True) + df.columns = [table["machine_name"]] + list_of_df.append(df) + + return pd.concat(list_of_df, axis=1, join="outer") diff --git a/webapp/dash_training/__init__.py b/webapp/dash_training/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/webapp/dash_training/app.py b/webapp/dash_training/app.py new file mode 100644 index 0000000000000000000000000000000000000000..413cf5733ca9c101b66cbf169e4a295d47903e67 --- /dev/null +++ b/webapp/dash_training/app.py @@ -0,0 +1,53 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2020-2023 Fraunhofer IPA. All rights reserved. +# This file is part of ProEnergie Production-Loadprofile-Tool. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# + + +import dash_bootstrap_components as dbc +from dash import Dash +from flask import render_template + +from .callbacks import init_callbacks +from .layout import serve_layout + +URL_BASE = "/model/" + + +def init_dashboard(server): + """Create a Plotly Dash dashboard.""" + dash_app = Dash( + server=server, + routes_pathname_prefix=URL_BASE, + requests_pathname_prefix=URL_BASE, + assets_folder="../static", + assets_url_path="/static/", + external_stylesheets=[ + "/static/css/style.css", + dbc.themes.BOOTSTRAP, + ], + title="ProEnergie - Modelltraining", + ) + + dash_app.index_string = render_template("dash_index.html") + # Create Dash Layout + dash_app.layout = serve_layout + dash_app.config["suppress_callback_exceptions"] = True + + init_callbacks(dash_app) + + return dash_app.server diff --git a/webapp/dash_training/callbacks.py b/webapp/dash_training/callbacks.py new file mode 100644 index 0000000000000000000000000000000000000000..9bb670ce6248c3f677f1bd4fea1b3eed6c605f10 --- /dev/null +++ b/webapp/dash_training/callbacks.py @@ -0,0 +1,59 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2020-2023 Fraunhofer IPA. All rights reserved. +# This file is part of ProEnergie Production-Loadprofile-Tool. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# + + +from dash.dependencies import Input, Output, State + + +def init_callbacks(app): + @app.callback( + Output("rf-collapse", "is_open"), + Input("rf-switch", "on"), + ) + def toggle_collapse_rf(on): + if on: + return True + return False + + @app.callback( + Output("et-collapse", "is_open"), + Input("et-switch", "on"), + ) + def toggle_collapse_et(on): + if on: + return True + return False + + @app.callback( + Output("svm-collapse", "is_open"), + Input("svm-switch", "on"), + ) + def toggle_collapse_svm(on): + if on: + return True + return False + + @app.callback( + Output("div-train", "children"), + Input("start-train", "n_clicks"), + State("machine-dropdown", "value"), + ) + def start_training(n_clicks, machine): + if n_clicks is not None: + return "Training gestartet" diff --git a/webapp/dash_training/layout.py b/webapp/dash_training/layout.py new file mode 100644 index 0000000000000000000000000000000000000000..90a8be586d685f10e86cd217dca12515791703f2 --- /dev/null +++ b/webapp/dash_training/layout.py @@ -0,0 +1,379 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2020-2023 Fraunhofer IPA. All rights reserved. +# This file is part of ProEnergie Production-Loadprofile-Tool. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# + + +import dash_bootstrap_components as dbc +import dash_core_components as dcc +import dash_html_components as html +import dash_daq as daq + + +def serve_layout(): + return html.Div( + id="div-model", + children=[ + dbc.Container( + fluid=True, + children=[ + dbc.Card( + [ + dbc.CardHeader("Konfiguration"), + dbc.CardBody( + [ + dbc.Row( + [ + dbc.Col( + [ + html.H5("Maschine"), + dcc.Dropdown( + id="machine-dropdown", + options=[ + { + "label": "m53", + "value": "m53", + } + ], + ), + html.H5("Zeitraum (min)"), + dcc.Slider( + min=15, + max=1000, + step=15, + value=90, + marks={ + 15: 15, + 60: 60, + 120: 120, + 240: 240, + 360: 360, + 480: 480, + 600: 600, + 720: 720, + 840: 840, + 1000: 1000, + }, + id="conf-slider", + tooltip={ + "placement": "bottom", + "always_visible": True, + }, + ), + ], + width=6, + ), + dbc.Col( + [ + html.H5("ML-Verfahren"), + daq.BooleanSwitch( + id="rf-switch", + label="Random Forest", + on=True, + color="#179c7d", + ), + daq.BooleanSwitch( + id="et-switch", + label="Extra Trees", + on=True, + color="#179c7d", + ), + daq.BooleanSwitch( + id="svm-switch", + label="Support Vector Machine", + on=True, + color="#179c7d", + ), + ] + ), + ] + ), + dbc.Row( + [ + dbc.Col( + [ + html.Button( + "Starte Training mit manueller Konfiguration", + id="start-train", + ), + html.Button( + "Starte Training mit automatischer Konfiguration", + id="start-autotrain", + ), + html.Div(id="div-train"), + ], + width=6, + ), + dbc.Col([]), + ] + ), + ] + ), + ] + ), + # daq.BooleanSwitch(id="rf-switch", on=True, color="#179c7d"), + dbc.Collapse( + id="rf-collapse", + is_open=True, + children=dbc.Card( + [ + dbc.CardHeader("RandomForest"), + dbc.CardBody( + [ + dbc.Row( + [ + dbc.Col( + [ + html.H5( + "Anzahl an Estimatoren" + ), + dcc.Slider( + min=1, + max=200, + step=5, + value=10, + marks=None, + id="rf-slider", + tooltip={ + "placement": "bottom", + "always_visible": True, + }, + ), + html.H5( + "Maximale Tiefe (max depth)" + ), + dcc.Slider( + id="rf-max_depth", + min=0, + max=30, + step=1, + value=10, + marks={ + 0: "None", + 5: 5, + 10: 10, + 15: 15, + 20: 20, + 25: 25, + 30: 30, + }, + tooltip={ + "placement": "bottom", + "always_visible": True, + }, + ), + ], + width=6, + ), + dbc.Col( + [ + html.H5("Kriterium"), + dcc.Dropdown( + id="rf-criterion", + options=[ + { + "label": "Mean Squared Error (MSE)", + "value": "squared_error", + }, + { + "label": "Mean Absolute Error (MAE)", + "value": "absolute_error", + }, + { + "label": "Poisson Deviance", + "value": "poisson", + }, + ], + value="squared_error", + ), + ] + ), + ] + ) + ] + ), + ] + ), + ), + dbc.Collapse( + id="et-collapse", + is_open=True, + children=dbc.Card( + [ + dbc.CardHeader("Extra Trees"), + dbc.CardBody( + [ + dbc.Row( + [ + dbc.Col( + [ + html.H5( + "Anzahl an Estimatoren" + ), + dcc.Slider( + id="et-slider", + min=1, + max=30, + step=1, + value=10, + tooltip={ + "placement": "bottom", + "always_visible": True, + }, + ), + html.H5( + "Maximale Tiefe (max depth)" + ), + dcc.Slider( + id="et-max_depth", + min=0, + max=30, + step=1, + value=10, + tooltip={ + "placement": "bottom", + "always_visible": True, + }, + ), + ], + width=6, + ), + dbc.Col( + [ + html.H5("Kriterium"), + dcc.Dropdown( + id="et-criterion", + options=[ + { + "label": "Mean Squared Error (MSE)", + "value": "squared_error", + }, + { + "label": "Mean Absolute Error (MAE)", + "value": "absolute_error", + }, + ], + value="squared_error", + ), + ], + width=6, + ), + ] + ) + ] + ), + ] + ), + ), + dbc.Collapse( + id="svm-collapse", + is_open=True, + children=dbc.Card( + [ + dbc.CardHeader("Support Vector Machine"), + dbc.CardBody( + [ + dbc.Row( + [ + dbc.Col( + [ + html.H5("Kernel"), + dcc.Dropdown( + id="svm-kernel", + options=[ + { + "label": "Linear", + "value": "linear", + }, + { + "label": "Poly", + "value": "poly", + }, + { + "label": "RBF", + "value": "rbf", + }, + { + "label": "Sigmoid", + "value": "sigmoid", + }, + { + "label": "Precomputed", + "value": "precomputed", + }, + ], + value="rbf", + ), + html.H5("Degree"), + dcc.Slider( + id="svm-degree", + min=2, + max=10, + step=1, + value=3, + tooltip={ + "placement": "bottom", + "always_visible": True, + }, + ), + html.H5("Gamma"), + dcc.Dropdown( + id="svm-gamma", + options=[ + { + "label": "Scale", + "value": "scale", + }, + { + "label": "Auto", + "value": "auto", + }, + ], + value="scale", + ), + ], + width=6, + ), + dbc.Col( + [ + html.H5("C"), + dcc.Input( + id="svm-c", + type="number", + value=1.0, + min=0.00001, + ), + html.H5("Epsilon"), + dcc.Input( + id="svm-epsilon", + type="number", + value=0.1, + min=0.00001, + ), + ] + ), + ] + ) + ] + ), + ] + ), + ), + ], + ), + ], + ) diff --git a/webapp/dash_upload/__init__.py b/webapp/dash_upload/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/webapp/dash_upload/app.py b/webapp/dash_upload/app.py new file mode 100644 index 0000000000000000000000000000000000000000..f3c05942401ef75ed1c8e84aef8800db667e193d --- /dev/null +++ b/webapp/dash_upload/app.py @@ -0,0 +1,57 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2020-2023 Fraunhofer IPA. All rights reserved. +# This file is part of ProEnergie Production-Loadprofile-Tool. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# + + +import dash_bootstrap_components as dbc +import dash_uploader as du +from dash import Dash +from flask import render_template + +from .callbacks import init_callbacks +from .layout import serve_layout + +URL_BASE = "/upload/" + + +def init_dashboard(server): + """Create a Plotly Dash dashboard.""" + dash_app = Dash( + __name__, + server=server, + routes_pathname_prefix=URL_BASE, + requests_pathname_prefix=URL_BASE, + assets_folder="../static", + assets_url_path="/static/", + external_stylesheets=[ + "/static/css/style.css", + dbc.themes.BOOTSTRAP, + ], + title="ProEnergie - Upload", + ) + + dash_app.index_string = render_template("dash_index.html") + # Create Dash Layout + dash_app.layout = serve_layout + dash_app.config['suppress_callback_exceptions'] = True + + init_callbacks(dash_app) + + du.configure_upload(dash_app, "./tmp/uploads") + + return dash_app.server diff --git a/webapp/dash_upload/callbacks.py b/webapp/dash_upload/callbacks.py new file mode 100644 index 0000000000000000000000000000000000000000..59ced40cdab0bfd0f58e658043efb9852f3b060f --- /dev/null +++ b/webapp/dash_upload/callbacks.py @@ -0,0 +1,284 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2020-2023 Fraunhofer IPA. All rights reserved. +# This file is part of ProEnergie Production-Loadprofile-Tool. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# + + +import dash +import dash_html_components as html +import pandas as pd +from dash.dependencies import Input, Output, State +from dash.exceptions import PreventUpdate +from .data.upload import UploadData +from database.database import write_df_to_db + +upload_data = UploadData() + + +def init_callbacks(app): + @app.callback( + [ + Output("header-input", "max"), + Output("preview-btn", "disabled"), + ], + [Input("dash-uploader", "isCompleted")], + [ + State("dash-uploader", "fileNames"), + State("dash-uploader", "upload_id"), + State("csvformat-selector", "value"), + ], + ) + def update_output(iscompleted, filename, upload_id, csvformat): + if filename is None: + raise PreventUpdate + + if upload_id: + root_folder = "./tmp/uploads/" + upload_id + "/" + else: + root_folder = "./tmp/uploads/" + + try: + df = upload_data.read_file(root_folder + filename[0], csvformat) + except Exception as e: + print(e) + return [ + 1, + True, + ] + return [df.size, False] + + @app.callback( + [ + Output("table-csv-preview", "data"), + Output("table-csv-preview", "columns"), + ], + [ + Input("preview-btn", "n_clicks"), + State("header-input", "value"), + State("csvformat-selector", "value"), + State("dash-uploader", "fileNames"), + State("dash-uploader", "upload_id"), + ], + ) + def update_header(clicked, row, csvformat, filename, upload_id): + if filename is None: + raise PreventUpdate + + if upload_id: + root_folder = "./tmp/uploads/" + upload_id + "/" + else: + root_folder = "./tmp/uploads/" + + try: + df = upload_data.read_file( + root_folder + filename[0], csvformat, row + ) + except Exception as e: + print(e) + return [html.Div(["There was an error processing this file."]), 1] + + return [ + df.iloc[0:10].to_dict("records"), + [{"name": i, "id": i, "renamable": True} for i in df.columns], + ] + + @app.callback( + [Output("input-name", "disabled")], + [ + Input("select-machine", "value"), + ], + ) + def select_machine(machine): + input_disabled = True + if machine == "new": + input_disabled = False + return [input_disabled] + + @app.callback( + [Output("confirm-name", "disabled")], [Input("input-name", "value")] + ) + def activate_name_btn(value): + if value: + return [False] + return [True] + + @app.callback( + [ + Output("select-machine", "options"), + Output("select-machine", "value"), + Output("input-name", "value"), + ], + [ + Input("confirm-name", "n_clicks"), + State("input-name", "value"), + State("select-machine", "options"), + ], + ) + def add_machine_to_options(n_clicks, name, options): + if n_clicks is None: + raise PreventUpdate + + options.append( + { + "label": name, + "value": name, + } + ) + return [options, name, ""] + + @app.callback( + [ + Output("select-time-column", "options"), + Output("select-value-column", "options"), + ], + [ + Input("table-csv-preview", "columns"), + ], + ) + def refresh_column_labels(columns): + upload_data.set_df_columns([col["name"] for col in columns]) + return [ + [{"label": col["name"], "value": col["name"]} for col in columns], + [{"label": col["name"], "value": col["name"]} for col in columns], + ] + + @app.callback( + [ + Output("time-column-type-first", "style"), + Output("time-column-type-second", "style"), + Output("value-column-unit", "style"), + Output("h-select-value", "children"), + ], + [Input("type-selector", "value")], + ) + def activate_select_value(type): + if type == "prod": + style = {} + style_value = {"display": "None"} + return [style, style, style_value, "Spalte Zeit:"] + elif type == "load": + style = {"display": "None"} + style_value = {} + return [style, style, style_value, "Spalte Werte:"] + + @app.callback( + [Output("time-column-type-second", "options")], + [Input("time-column-type-first", "value")], + ) + def update_time_radio_options(value): + options = [ + { + "label": "Start", + "value": "start", + }, + { + "label": "Ende", + "value": "end", + }, + { + "label": "Laufzeit", + "value": "runtime", + }, + ] + for i, d in enumerate(options): + if d["value"] == value: + options[i]["disabled"] = True + return [options] + + @app.callback( + [Output("confirm-upload", "disabled")], + [ + Input("confirm-upload", "n_clicks"), + Input("select-machine", "value"), + Input("select-time-column", "value"), + Input("select-value-column", "value"), + State("select-value-column", "disabled"), + ], + ) + def activate_confirm_btn( + clicked, machine, time_column, value_column, value_column_disabled + ): + disabled = False + + if clicked == 0: + disabled = True + if machine == "new" or machine is None: + disabled = True + if time_column is None: + disabled = True + if not value_column_disabled: + if value_column is None: + disabled = True + + if "confirm-upload" in dash.callback_context.triggered[0]["prop_id"]: + disabled = True + + return [disabled] + + @app.callback( + [Output("upload-completed", "children")], + [ + Input("confirm-upload", "n_clicks"), + Input("dash-uploader", "isCompleted"), + State("select-machine", "value"), + State("type-selector", "value"), + State("select-time-column", "value"), + State("select-value-column", "value"), + State("select-time-format", "value"), + State("time-column-type-first", "value"), + State("time-column-type-second", "value"), + State("value-column-unit", "value"), + ], + ) + def confirm_upload( + clicked, + is_completed, + machine, + type, + time_column, + value_column, + time_format, + time_first, + time_second, + unit, + ): + if clicked is None: + raise PreventUpdate + + if ( + "confirm-upload" + not in [p["prop_id"] for p in dash.callback_context.triggered][0] + ): + return [""] + + if type == "load": + df = upload_data.get_df() + df[time_column] = df[time_column].apply( + pd.to_datetime, format=time_format + ) + df = df.drop_duplicates(subset=time_column, keep="first") + df.set_index(time_column, inplace=True) + df = df.loc[:, [value_column]].div(unit) + elif type == "prod": + upload_data.generate_time_columns( + {time_first: time_column, time_second: value_column}, + time_format, + ) + df = upload_data.get_df() + + status = write_df_to_db(df, machine, type) + return [status] diff --git a/webapp/dash_upload/data/__init__.py b/webapp/dash_upload/data/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/webapp/dash_upload/data/parse_contents.py b/webapp/dash_upload/data/parse_contents.py new file mode 100644 index 0000000000000000000000000000000000000000..615b2f4cc8e94264af7d80440841567fb6a2d19c --- /dev/null +++ b/webapp/dash_upload/data/parse_contents.py @@ -0,0 +1,63 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2020-2023 Fraunhofer IPA. All rights reserved. +# This file is part of ProEnergie Production-Loadprofile-Tool. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# + + +import base64 +import datetime +import io + +import dash_html_components as html +import dash_table +import pandas as pd + + +def parse_contents(contents, filename, date): + content_type, content_string = contents.split(",") + + decoded = base64.b64decode(content_string) + try: + if "csv" in filename: + # Assume that the user uploaded a CSV file + df = pd.read_csv( + io.StringIO(decoded.decode("utf-8")), sep=";", decimal="," + ) + print(df.size) + elif "xls" in filename: + # Assume that the user uploaded an excel file + df = pd.read_excel(io.BytesIO(decoded)) + except Exception as e: + print(e) + return html.Div(["There was an error processing this file."]) + + return html.Div( + [ + html.H5(filename), + html.H6(datetime.datetime.fromtimestamp(date)), + dash_table.DataTable( + data=df.iloc[0:10].to_dict("records"), + columns=[{"name": i, "id": i} for i in df.columns], + ), + html.Hr(), # horizontal line + html.Div("Raw Content"), + html.Pre( + contents[0:200] + "...", + style={"whiteSpace": "pre-wrap", "wordBreak": "break-all"}, + ), + ] + ) diff --git a/webapp/dash_upload/data/upload.py b/webapp/dash_upload/data/upload.py new file mode 100644 index 0000000000000000000000000000000000000000..e65de07e1a714b747daa41db47fc642fb6f6fbb9 --- /dev/null +++ b/webapp/dash_upload/data/upload.py @@ -0,0 +1,110 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2020-2023 Fraunhofer IPA. All rights reserved. +# This file is part of ProEnergie Production-Loadprofile-Tool. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# + + +import pandas as pd + + +class UploadData: + def __init__(self): + self.df = None + self.fpath = None + + def _parse_config(self, extension, csvformat, header_row=1): + if extension == "csv": + config = { + "sep": ";", + "decimal": ",", + "header": header_row - 1, + "on_bad_lines": "warn", + "encoding_errors": "ignore" + } + if csvformat == "en": + config["sep"] = "," + config["decimal"] = "." + return config + elif "xls" in extension: + config = {"header": header_row - 1} + return config + + def _to_datetime(self, time_format, start=None, end=None): + if start is not None: + self.df[start] = self.df[start].apply( + pd.to_datetime, format=time_format + ) + if end is not None: + self.df[end] = self.df[end].apply( + pd.to_datetime, format=time_format + ) + + def _add_runtime(self, start, end): + runtime = self.df[end] - self.df[start] + self.df["runtime"] = runtime.astype(int) + + def _add_starttime(self, runtime, end): + self.df["starttime"] = self.df[end] - pd.to_timedelta( + self.df[runtime].astype(float), "m" + ) + + def _add_endtime(self, start, runtime): + self.df["endtime"] = self.df[start] + pd.to_timedelta( + self.df[runtime].astype(float), "m" + ) + + def read_file(self, path, csvformat, header_row=1): + # if self.fpath == path: + # return self.df + extension = path.split(".")[-1] + config = self._parse_config(extension, csvformat, header_row) + if extension == "csv": + self.df = pd.read_csv(path, **config) + elif "xls" in extension: + self.df = pd.read_excel(path, **config) + return self.df + + def get_df(self): + return self.df + + def set_df_columns(self, columns): + self.df.columns = columns + + def generate_time_columns(self, col_dict, time_format): + time_columns = col_dict.keys() + if "runtime" not in time_columns: + self._to_datetime(time_format, col_dict["start"], col_dict["end"]) + self._add_runtime(col_dict["start"], col_dict["end"]) + col_dict["runtime"] = "runtime" + elif "start" not in time_columns: + self._to_datetime(time_format, end=col_dict["end"]) + self._add_starttime(col_dict["runtime"], col_dict["end"]) + col_dict["start"] = "starttime" + elif "end" not in time_columns: + self._to_datetime(time_format, start=col_dict["start"]) + self._add_endtime(col_dict["start"], col_dict["runtime"]) + col_dict["end"] = "endtime" + self.df = self.df.reindex( + columns=[ + col_dict["start"], + col_dict["end"], + col_dict["runtime"], + *list(self.df.columns.drop(list(col_dict.values()))), + ] + ) + self.df.drop_duplicates(subset=col_dict["start"], inplace=True) + self.df.set_index(col_dict["start"], inplace=True) diff --git a/webapp/dash_upload/layout.py b/webapp/dash_upload/layout.py new file mode 100644 index 0000000000000000000000000000000000000000..97f18fef4f3d3bcc73705522592d1ae356a3073c --- /dev/null +++ b/webapp/dash_upload/layout.py @@ -0,0 +1,450 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2020-2023 Fraunhofer IPA. All rights reserved. +# This file is part of ProEnergie Production-Loadprofile-Tool. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# + + +import dash_bootstrap_components as dbc +import dash_core_components as dcc +import dash_html_components as html +import dash_uploader as du +from dash import dash_table +from database.database import get_list_of_machines + + +def serve_layout(): + return html.Div( + id="div-upload", + children=[ + dbc.Container( + children=[ + dbc.Row( + [ + dbc.Col( + children=[ + html.Div( + html.H3( + "Upload", + style={"text-align": "center"}, + ) + ), + du.Upload( + id="dash-uploader", + max_file_size=1000, + filetypes=[ + "csv", + "zip", + "xlsx", + "xlsm", + "xls", + ], + text="Drag & Drop oder klicken, um Datei hochzuladen!", # noqa + text_completed="Ausgewählte Datei: ", + default_style={ + "height": "60px", + "lineHeight": "60px", + "borderWidth": "1px", + "borderStyle": "dashed", + "borderRadius": "5px", + "textAlign": "center", + }, + ), + ] + ), + ] + ), + dbc.Row( + [ + dbc.Col( + html.Div(html.H5("CSV-Format:")), + width=3, + className="opt-label", + ), + dbc.Col( + dbc.RadioItems( + options=[ + { + "label": "Deutsch", + "value": "de", + }, + { + "label": "Englisch", + "value": "en", + }, + ], + value="de", + id="csvformat-selector", + labelClassName="radio-group-labels", + labelCheckedClassName="radio-group-labels-checked", # noqa + className="radio-group-items", + inline=True, + ), + id="col-csvformat-selector", + ), + ] + ), + dbc.Row( + [ + dbc.Col( + html.Div(html.H5("Format des Zeitstempel:")), + width=3, + className="opt-label", + ), + dbc.Col( + dcc.Dropdown( + id="select-time-format", + options=[ + { + "label": "31.12.2019, 23:59", + "value": "%d.%m.%Y %H:%M", + }, + { + "label": "31.12.2019, 23:59:59", + "value": "%d.%m.%Y, %H:%M:%S", + }, + { + "label": "31.12.19, 23:59:59", + "value": "%d.%m.%y %H:%M:%S", + }, + { + "label": "31.12.19, 23:59", + "value": "%d.%m.%y %H:%M", + }, + { + "label": "2019-12-31 23:59:59", + "value": "%Y-%m-%d %H:%M:%S", + }, + ], + value="%d.%m.%Y %H:%M", + ), + id="col-select-time-format", + ), + ] + ), + dbc.Row( + [ + dbc.Col( + html.Div(html.H5("Zeile des Headers:")), + width=3, + className="opt-label", + ), + dbc.Col( + html.Div( + dcc.Input( + id="header-input", + type="number", + placeholder="Zeile", + debounce=False, + value=1, + min=1, + step=1, + ), + ), + id="col-header-input", + ), + ] + ), + dbc.Row( + [ + dbc.Col( + dbc.RadioItems( + options=[ + { + "label": "Produktionsdaten", + "value": "prod", + }, + { + "label": "Lastdaten", + "value": "load", + }, + ], + value="load", + id="type-selector", + labelClassName="radio-group-labels", + labelCheckedClassName="radio-group-labels-checked", # noqa + className="radio-group-items", + inline=True, + ), + width=3, + className="opt-label", + ), + ] + ), + dbc.Row( + [ + dbc.Col( + html.Div(html.H5("Spalte Zeitstempel:")), + width=3, + className="opt-label", + ), + dbc.Col( + [ + dcc.Dropdown( + id="select-time-column", + options=[], + placeholder="Spalte auswählen", + ), + dbc.RadioItems( + options=[ + { + "label": "Start", + "value": "start", + }, + { + "label": "Ende", + "value": "end", + }, + { + "label": "Laufzeit", + "value": "runtime", + }, + ], + value="start", + id="time-column-type-first", + labelClassName="radio-group-labels", + labelCheckedClassName="radio-group-labels-checked", # noqa + className="radio-group-items", + inline=True, + ), + ], + id="col-select-time-column", + ), + ] + ), + dbc.Row( + [ + dbc.Col( + html.Div( + html.H5( + "Spalte Werte:", id="h-select-value" + ) + ), + width=3, + className="opt-label", + ), + dbc.Col( + [ + dcc.Dropdown( + id="select-value-column", + options=[], + placeholder="Spalte auswählen", + ), + dbc.RadioItems( + options=[ + { + "label": "Start", + "value": "start", + }, + { + "label": "Ende", + "value": "end", + }, + { + "label": "Laufzeit", + "value": "runtime", + }, + ], + value="end", + id="time-column-type-second", + labelClassName="radio-group-labels", + labelCheckedClassName="radio-group-labels-checked", # noqa + className="radio-group-items", + inline=True, + ), + dbc.RadioItems( + options=[ + { + "label": "W", + "value": 1000, + }, + { + "label": "kW", + "value": 1, + }, + ], + value=1, + id="value-column-unit", + labelClassName="radio-group-labels", + labelCheckedClassName="radio-group-labels-checked", # noqa + className="radio-group-items", + inline=True, + ), + ] + ), + ] + ), + dbc.Row( + [ + dbc.Col( + html.Div(html.H5("Anlage:")), + width=3, + className="opt-label", + ), + dbc.Col( + [ + dcc.Dropdown( + id="select-machine", + options=[ + { + "label": "Neue Anlage", + "value": "new", + } + ] + + [ + { + "label": machine, + "value": machine, + } + for machine in get_list_of_machines() # noqa + ], + placeholder="Anlage auswählen", + ), + html.Div( + [ + dcc.Input( + id="input-name", + type="text", + placeholder="Neue Anlage", + disabled=True, + ), + html.Button( + "Ok", + id="confirm-name", + disabled=True, + ), + ], + style={"margin-top": "5px"}, + ), + ] + ), + ] + ), + dbc.Row( + [ + dbc.Col( + [], + width=3, + className="opt-label", + ), + ] + ), + dbc.Row( + [ + dbc.Col( + [ + html.Button( + "Vorschau", + id="preview-btn", + disabled=True, + ), + html.Button( + "Hochladen", + id="confirm-upload", + disabled=True, + ), + dcc.Loading( + html.Div(id="upload-completed") + ), + ], + style={"text-align": "center"}, + ), + ] + ), + dbc.Row( + dbc.Col( + [ + html.Div( + id="csv-preview", + children=[ + html.Div( + html.H5("Vorschau"), + style={ + "text-align": "center", + "background": "lightgrey", + }, + ), + html.Div( + dash_table.DataTable( + id="table-csv-preview", + style_table={ + "overflowX": "auto" + }, + ), + style={ + "width": "100%", + "min-height": "200px", + }, + ), + ], + style={ + "border": "2px solid lightgrey", + "border-radius": "5px", + }, + ) + ] + ) + ), + ], + ), + ] + + get_tooltips(), + ) + + +def get_tooltips(): + tooltips = [ + dbc.Tooltip( + [ + html.P("CSV-Format"), + html.P('DE: Trennzeichen ";" Dezimaltrenner ","'), + html.P('EN: Trennzeichen "," Dezimaltrenner "."'), + ], + target="col-csvformat-selector", + placement="left", + ), + dbc.Tooltip( + [html.P("Datums- und Uhrzeit-Format des Zeitstempels auswählen")], + target="col-select-time-format", + placement="left", + ), + dbc.Tooltip( + [ + html.P( + "Zeile der Spaltenbezeichnung auswählen (beginnend bei 1)" + ) + ], + target="col-header-input", + placement="left", + ), + dbc.Tooltip( + [ + html.P( + "Produktionsdaten: " + "Spalten auswählen und Start-/End- oder Laufzeit zuweisen " + "(genau zwei müssen vorhanden sein)" + ), + html.P( + "Lastdaten: " + "Spalte des Zeitstempels und " + "Spalte der Lastwerte auswählen" + ), + ], + target="col-select-time-column", + placement="left", + ), + ] + return tooltips diff --git a/webapp/dash_visualization/__init__.py b/webapp/dash_visualization/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/webapp/dash_visualization/app.py b/webapp/dash_visualization/app.py new file mode 100644 index 0000000000000000000000000000000000000000..a517d005009b22911821c1c87409d08ca95cd2b0 --- /dev/null +++ b/webapp/dash_visualization/app.py @@ -0,0 +1,54 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2020-2023 Fraunhofer IPA. All rights reserved. +# This file is part of ProEnergie Production-Loadprofile-Tool. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# + + +import dash_bootstrap_components as dbc +from dash import Dash +from flask import render_template + +from .callbacks import init_callbacks +from .layout import serve_layout + +URL_BASE = "/visualization/" + + +def init_dashboard(server): + """Create a Plotly Dash dashboard.""" + dash_app = Dash( + __name__, + server=server, + routes_pathname_prefix=URL_BASE, + requests_pathname_prefix=URL_BASE, + assets_folder="../static", + assets_url_path="/static/", + external_stylesheets=[ + "/static/css/style.css", + dbc.themes.BOOTSTRAP, + ], + title="ProEnergie - Darstellung", + ) + + dash_app.index_string = render_template("dash_index.html") + # Create Dash Layout + dash_app.layout = serve_layout + dash_app.config["suppress_callback_exceptions"] = True + + init_callbacks(dash_app) + + return dash_app.server diff --git a/webapp/dash_visualization/callbacks.py b/webapp/dash_visualization/callbacks.py new file mode 100644 index 0000000000000000000000000000000000000000..8e9dad281d6a7cd656abec33b9fb6cf83adc7123 --- /dev/null +++ b/webapp/dash_visualization/callbacks.py @@ -0,0 +1,200 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2020-2023 Fraunhofer IPA. All rights reserved. +# This file is part of ProEnergie Production-Loadprofile-Tool. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# + + +from datetime import date + +from dash.dependencies import Input, Output, State +from dash.exceptions import PreventUpdate + +from .figures import ( + fig_daily_profile, + fig_load_carpet_plot_daily, + fig_load_tables, + fig_prod_xy, +) + +from .queries import get_prod_feature_options + + +def init_callbacks(app): + @app.callback( + Output("output-container-date-picker-range", "children"), + [ + Input("date-picker-range", "start_date"), + Input("date-picker-range", "end_date"), + ], + ) + def update_output(start_date, end_date): + string_prefix = "You have selected: " + if start_date is not None: + start_date_object = date.fromisoformat(start_date) + start_date_string = start_date_object.strftime("%B %d, %Y") + string_prefix = ( + string_prefix + "Start Date: " + start_date_string + " | " + ) + if end_date is not None: + end_date_object = date.fromisoformat(end_date) + end_date_string = end_date_object.strftime("%B %d, %Y") + string_prefix = string_prefix + "End Date: " + end_date_string + if len(string_prefix) == len("You have selected: "): + return "Select a date to see it displayed here" + else: + return string_prefix + + @app.callback( + Output("fig-load", "figure"), + [ + Input("date-picker-range", "start_date"), + Input("date-picker-range", "end_date"), + ], + ) + def update_figures(start_date_string, end_date_string): + start_date = date.fromisoformat(start_date_string) + end_date = date.fromisoformat(end_date_string) + return fig_load_tables(start_date, end_date) + + @app.callback( + Output("fig-load-carpet-daily", "figure"), + [ + Input("date-picker-range", "start_date"), + Input("date-picker-range", "end_date"), + ], + ) + def update_fig_load_carpet_daily(start_date_string, end_date_string): + start_date = date.fromisoformat(start_date_string) + end_date = date.fromisoformat(end_date_string) + return fig_load_carpet_plot_daily(start_date, end_date) + + @app.callback( + Output("fig-daily-profile-mon", "figure"), + [ + Input("date-picker-range", "start_date"), + Input("date-picker-range", "end_date"), + ], + ) + def update_fig_daily_profile_mon(start_date_string, end_date_string): + start_date = date.fromisoformat(start_date_string) + end_date = date.fromisoformat(end_date_string) + return fig_daily_profile(start_date, end_date, 0) + + @app.callback( + Output("fig-daily-profile-tue", "figure"), + [ + Input("date-picker-range", "start_date"), + Input("date-picker-range", "end_date"), + ], + ) + def update_fig_daily_profile_tue(start_date_string, end_date_string): + start_date = date.fromisoformat(start_date_string) + end_date = date.fromisoformat(end_date_string) + return fig_daily_profile(start_date, end_date, 1) + + @app.callback( + Output("fig-daily-profile-wed", "figure"), + [ + Input("date-picker-range", "start_date"), + Input("date-picker-range", "end_date"), + ], + ) + def update_fig_daily_profile_wed(start_date_string, end_date_string): + start_date = date.fromisoformat(start_date_string) + end_date = date.fromisoformat(end_date_string) + return fig_daily_profile(start_date, end_date, 2) + + @app.callback( + Output("fig-daily-profile-thu", "figure"), + [ + Input("date-picker-range", "start_date"), + Input("date-picker-range", "end_date"), + ], + ) + def update_fig_daily_profile_thu(start_date_string, end_date_string): + start_date = date.fromisoformat(start_date_string) + end_date = date.fromisoformat(end_date_string) + return fig_daily_profile(start_date, end_date, 3) + + @app.callback( + Output("fig-daily-profile-fri", "figure"), + [ + Input("date-picker-range", "start_date"), + Input("date-picker-range", "end_date"), + ], + ) + def update_fig_daily_profile_fri(start_date_string, end_date_string): + start_date = date.fromisoformat(start_date_string) + end_date = date.fromisoformat(end_date_string) + return fig_daily_profile(start_date, end_date, 4) + + @app.callback( + [ + Output("fig-daily-profile-sat", "figure"), + Output("fig-daily-profile-sun", "figure"), + ], + [ + Input("date-picker-range", "start_date"), + Input("date-picker-range", "end_date"), + ], + ) + def update_fig_daily_profile_sat(start_date_string, end_date_string): + start_date = date.fromisoformat(start_date_string) + end_date = date.fromisoformat(end_date_string) + return [ + fig_daily_profile(start_date, end_date, 5), + fig_daily_profile(start_date, end_date, 6), + ] + + @app.callback( + [ + Output("select-feature-x", "options"), + Output("select-feature-y", "options"), + ], + Input("select-machine-prod-fig", "value"), + ) + def update_select_feature_x_options(value): + if value is None: + raise PreventUpdate + return [get_prod_feature_options(value)] * 2 + + @app.callback( + Output("fig-prod-xy", "figure"), + [ + Input("confirm-feature-selection", "n_clicks"), + Input("date-picker-range", "start_date"), + Input("date-picker-range", "end_date"), + State("select-machine-prod-fig", "value"), + State("select-feature-x", "value"), + State("select-feature-y", "value"), + ], + ) + def update_fig_prod_xy( + n_clicks, + start_date_string, + end_date_string, + machine, + feature_x, + feature_y, + ): + if n_clicks is None: + raise PreventUpdate + + start_date = date.fromisoformat(start_date_string) + end_date = date.fromisoformat(end_date_string) + + return fig_prod_xy(start_date, end_date, machine, feature_x, feature_y) diff --git a/webapp/dash_visualization/figures.py b/webapp/dash_visualization/figures.py new file mode 100644 index 0000000000000000000000000000000000000000..7ce1adb2456c2de405910c18beadae4dcdfa835a --- /dev/null +++ b/webapp/dash_visualization/figures.py @@ -0,0 +1,139 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2020-2023 Fraunhofer IPA. All rights reserved. +# This file is part of ProEnergie Production-Loadprofile-Tool. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# + + +from datetime import datetime + +import pandas as pd +import plotly.express as px +import plotly.graph_objects as go + +from .queries import df_get_load, df_get_prod + + +def date_to_datetime(date, is_start_date): + if is_start_date: + new_datetime = datetime(date.year, date.month, date.day, 0, 0) + else: + new_datetime = datetime(date.year, date.month, date.day, 23, 59) + return new_datetime + + +def fig_load_tables(start_date, end_date): + start_datetime = date_to_datetime(start_date, True) + end_datetime = date_to_datetime(end_date, False) + df = df_get_load(start_datetime, end_datetime) + df["Gesamt"] = df.apply(lambda row: row.sum(), axis=1) + return px.line(df, x=df.index, y=df.columns) + + +def fig_load_carpet_plot_daily(start_date, end_date): + start_datetime = date_to_datetime(start_date, True) + end_datetime = date_to_datetime(end_date, False) + df = df_get_load(start_datetime, end_datetime) + profiles = list(df.columns) + df["Gesamt"] = df.apply(lambda row: row.sum(), axis=1) + df["time"] = df.index.to_series().apply(lambda x: x.time()) + df["date"] = df.index.to_series().apply(lambda x: x.date()) + df_pivot = df.pivot(index="time", columns="date", values="Gesamt") + + fig = go.Figure() + fig.add_trace( + go.Heatmap( + z=df_pivot, + x=df_pivot.columns, + y=df_pivot.index, + name="Gesamt", + visible=True, + showlegend=True, + colorscale="rainbow", + # zsmooth="best", + ) + ) + for p in profiles: + df_pivot = df.pivot(index="time", columns="date", values=p) + fig.add_trace( + go.Heatmap( + z=df_pivot, + x=df_pivot.columns, + y=df_pivot.index, + name=p, + visible="legendonly", + showlegend=True, + colorscale="rainbow", + # zsmooth="best", + ) + ) + + fig.update_layout( + legend=dict( + orientation="h", yanchor="bottom", y=1.02, xanchor="right", x=1 + ) + ) + + return fig + + +def fig_daily_profile(start_date, end_date, weekday): + start_datetime = date_to_datetime(start_date, True) + end_datetime = date_to_datetime(end_date, False) + df = df_get_load(start_datetime, end_datetime) + df = df[df.index.to_series().apply(lambda x: x.weekday()) == weekday] + df_days = df.groupby(lambda x: x.date()) + fig = go.Figure() + active = df.columns[0] + for _, group in df_days: + x = group.index.to_series().apply(lambda dt: dt.time()) + for col in df.columns: + if not any(group[col].isna()): + fig.add_trace( + go.Scatter( + x=pd.to_datetime(x, format="%H:%M:%S"), + y=group[col], + mode="lines", + legendgroup=col, + name=str(group.index[0].date()), + line_color="grey", + visible=True if col == active else "legendonly", + ) + ) + df_time = df.groupby(lambda x: x.time()).mean() + for col in df.columns: + fig.add_trace( + go.Scatter( + x=pd.to_datetime(df_time.index, format="%H:%M:%S"), + y=df_time[col], + mode="lines", + legendgroup=col, + name="average", + line_color="green", + visible=True if col == active else "legendonly", + ) + ) + fig.update_xaxes(tickformat="%H:%M") + return fig + + +def fig_prod_xy(start_date, end_date, machines, feature_x, feature_y): + start_datetime = date_to_datetime(start_date, True) + end_datetime = date_to_datetime(end_date, False) + df = df_get_prod( + start_datetime, end_datetime, machines, [feature_x, feature_y] + )[0] + return px.scatter(df, x=feature_x, y=feature_y) diff --git a/webapp/dash_visualization/layout.py b/webapp/dash_visualization/layout.py new file mode 100644 index 0000000000000000000000000000000000000000..6f5899d577d3784a87c853f564120782b3a7b881 --- /dev/null +++ b/webapp/dash_visualization/layout.py @@ -0,0 +1,193 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2020-2023 Fraunhofer IPA. All rights reserved. +# This file is part of ProEnergie Production-Loadprofile-Tool. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# + + +import dash_bootstrap_components as dbc +import dash_core_components as dcc +import dash_html_components as html + +from .queries import get_max_date, get_min_date, get_select_machine_options + + +def serve_layout(): + return html.Div( + id="div-visualization", + children=[ + dbc.Container( + html.Div( + [ + dcc.DatePickerRange( + id="date-picker-range", + min_date_allowed=get_min_date(), + max_date_allowed=get_max_date(), + start_date=get_min_date(), + end_date=get_max_date(), + ), + html.Div(id="output-container-date-picker-range"), + ] + ) + ), + dbc.Container( + [ + dbc.Row(dbc.Col(html.Div(html.H3("Produktionsdaten")))), + dbc.Row(dbc.Col(html.Div(html.H4("Pair Plots")))), + dbc.Row( + [ + dbc.Col( + [ + html.Div(html.H5("Anlage")), + dcc.Dropdown( + id="select-machine-prod-fig", + options=get_select_machine_options(), # noqa + ), + ] + ), + dbc.Col( + [ + html.Div(html.H5("Feature X")), + dcc.Dropdown( + id="select-feature-x", + options=[], + ), + ] + ), + dbc.Col( + [ + html.Div(html.H5("Feature Y")), + dcc.Dropdown( + id="select-feature-y", + options=[], + ), + ] + ), + dbc.Col( + html.Button( + "Bestätigen", + id="confirm-feature-selection", + ), + width=2, + className="d-flex", + align="end", + ), + ] + ), + ] + ), + dbc.Container( + fluid=True, + children=[ + dbc.Row(dbc.Col(dcc.Graph(id="fig-prod-xy"))), + ], + ), + dbc.Container( + [ + dbc.Row(dbc.Col(html.Div(html.H3("Lastdaten")))), + dbc.Row(dbc.Col(html.Div(html.H4("Lastgang")))), + ] + ), + dbc.Container( + fluid=True, + children=[ + dbc.Row(dbc.Col(dcc.Graph(id="fig-load"))), + ], + ), + dbc.Container( + [dbc.Row(dbc.Col(html.Div(html.H4("Carpet Plot"))))] + ), + dbc.Container( + fluid=True, + children=[ + dbc.Row(dbc.Col(dcc.Graph(id="fig-load-carpet-daily"))), + ], + ), + dbc.Container( + [dbc.Row(dbc.Col(html.Div(html.H4("Tagesverläufe"))))] + ), + dbc.Container( + fluid=True, + children=[ + dbc.Row( + children=[ + dbc.Col( + [ + html.Div(html.H5("Montag")), + dcc.Graph(id="fig-daily-profile-mon"), + ], + width=6, + ), + dbc.Col( + [ + html.Div(html.H5("Dienstag")), + dcc.Graph(id="fig-daily-profile-tue"), + ], + width=6, + ), + ] + ), + dbc.Row( + children=[ + dbc.Col( + [ + html.Div(html.H5("Mittwoch")), + dcc.Graph(id="fig-daily-profile-wed"), + ], + width=6, + ), + dbc.Col( + [ + html.Div(html.H5("Donnerstag")), + dcc.Graph(id="fig-daily-profile-thu"), + ], + width=6, + ), + ] + ), + dbc.Row( + children=[ + dbc.Col( + [ + html.Div(html.H5("Freitag")), + dcc.Graph(id="fig-daily-profile-fri"), + ], + width=6, + ), + dbc.Col( + [ + html.Div(html.H5("Samstag")), + dcc.Graph(id="fig-daily-profile-sat"), + ], + width=6, + ), + ] + ), + dbc.Row( + children=[ + dbc.Col( + [ + html.Div(html.H5("Sonntag")), + dcc.Graph(id="fig-daily-profile-sun"), + ], + width=6, + ), + ] + ), + ], + ), + ], + ) diff --git a/webapp/dash_visualization/queries.py b/webapp/dash_visualization/queries.py new file mode 100644 index 0000000000000000000000000000000000000000..23d1320f48936259d47e73ac74facf63d7a3f589 --- /dev/null +++ b/webapp/dash_visualization/queries.py @@ -0,0 +1,125 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2020-2023 Fraunhofer IPA. All rights reserved. +# This file is part of ProEnergie Production-Loadprofile-Tool. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# + + +from datetime import date + +import pandas as pd +from database.database import ( + get_database_engine, + get_list_of_tables, + get_table, + get_tables, +) +from sqlalchemy import select + + +def get_min_date(): + min_date = date.today() + meta_tables = get_tables() + time_columns = [ + meta_tables[table["table_name"]].c[1] for table in get_list_of_tables() + ] + engine = get_database_engine() + with engine.connect() as con: + for col in time_columns: + stmt = select(col).order_by(col.asc()) + cur = con.execute(stmt) + min_date_ = cur.first()[0] + if min_date_.date() < min_date: + min_date = min_date_.date() + + return min_date + + +def get_max_date(): + max_date = date(2000, 1, 1) + meta_tables = get_tables() + time_columns = [ + meta_tables[table["table_name"]].c[1] for table in get_list_of_tables() + ] + engine = get_database_engine() + + with engine.connect() as con: + for col in time_columns: + stmt = select(col).order_by(col.desc()) + cur = con.execute(stmt) + max_date_ = cur.first()[0] + if max_date_.date() > max_date: + max_date = max_date_.date() + + return max_date + + +def df_get_load(start_datetime, end_datetime): + tables = get_list_of_tables() + engine = get_database_engine() + list_of_df = [] + with engine.connect() as con: + for table in tables: + if table["type"] == "load": + sql_table = get_table(table["table_name"]) + stmt = select(sql_table).where( + sql_table.c[1] >= start_datetime, + sql_table.c[1] <= end_datetime, + ) + df = pd.read_sql_query(stmt, con=con) + df = df.set_index(df.columns[1]) + df.drop(columns=df.columns[0], inplace=True) + df.columns = [table["machine_name"]] + list_of_df.append(df) + + return pd.concat(list_of_df, axis=1, join="outer") + + +def df_get_prod(start_datetime, end_datetime, machines, features): + if not isinstance(machines, list): + machines = [machines] + + tables = get_list_of_tables() + engine = get_database_engine() + list_of_df = [] + with engine.connect() as con: + for table in tables: + if table["type"] == "prod" and table["machine_name"] in machines: + sql_table = get_table(table["table_name"]) + selected_cols = list(sql_table.c)[1:4] + [ + sql_table.c[f] for f in features + ] + stmt = select(*selected_cols).where( + sql_table.c[1] >= start_datetime, + sql_table.c[1] <= end_datetime, + ) + df = pd.read_sql_query(stmt, con=con) + list_of_df.append(df) + return list_of_df + + +def get_select_machine_options(): + tables = get_list_of_tables() + return [ + {"label": table["machine_name"], "value": table["machine_name"]} + for table in tables + if table["type"] == "prod" + ] + + +def get_prod_feature_options(machine): + sql_table = get_table(f"{machine}_prod") + return [{"label": c.name, "value": c.name} for c in list(sql_table.c)[3:]] diff --git a/webapp/forms.py b/webapp/forms.py new file mode 100644 index 0000000000000000000000000000000000000000..898dca45cfc93ab5ee0c3522516ed31394ff5bf5 --- /dev/null +++ b/webapp/forms.py @@ -0,0 +1,36 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2020-2023 Fraunhofer IPA. All rights reserved. +# This file is part of ProEnergie Production-Loadprofile-Tool. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# + + +from database.database import get_list_of_machines +from wtforms import Form, SelectField, StringField, SubmitField + + +class TrainingForm(Form): + filename = StringField("Modell-Dateiname:") + machine = SelectField("Anlage: ", choices=get_list_of_machines()) + model_algorithm = SelectField( + "ML-Verfahren: ", + choices=[ + ("RandomForest", "Random Forest"), + ("ExtraTrees", "Extra Trees"), + ("SupportVectorMachine", "Support Vector Machine"), + ], + ) + submit = SubmitField("Training starten!") diff --git a/webapp/routes.py b/webapp/routes.py new file mode 100644 index 0000000000000000000000000000000000000000..9799e1c69435acf9d4b0ae24767620e8dd186df0 --- /dev/null +++ b/webapp/routes.py @@ -0,0 +1,51 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2020-2023 Fraunhofer IPA. All rights reserved. +# This file is part of ProEnergie Production-Loadprofile-Tool. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# + + +"""Routes for parent Flask app.""" +from flask import current_app as app +from flask import render_template + +# from webapp.forms import TrainingForm + +# from .dash_upload import app as upload_app # noqa +# from .dash_visualization import app as visualization_app # noqa + +current_thread = None + + +@app.route("/") +@app.route("/home") +def home(): + """Landing page.""" + return render_template("home.html") + + +@app.route("/model/training") +def model_training(): + global current_thread + if current_thread is None: + data = "Training nicht aktiv" + else: + progress = current_thread.progress + if isinstance(progress, str): + data = str(progress) + else: + data = progress() + return render_template("training.html", data=data) diff --git a/webapp/static/css/style.css b/webapp/static/css/style.css new file mode 100644 index 0000000000000000000000000000000000000000..4ba32410bf94e6f6763c03ecd2d22f88b2d9fba0 --- /dev/null +++ b/webapp/static/css/style.css @@ -0,0 +1,249 @@ +/** +# -*- coding: utf-8 -*- +# +# Copyright (c) 2020-2023 Fraunhofer IPA. All rights reserved. +# This file is part of ProEnergie Production-Loadprofile-Tool. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# +**/ + + + +@charset "utf-8"; + +/* ========== FONT ========== */ + +@font-face{ + font-family:"Light"; + src:url('../fonts/frutiger-lt-com-45-light.eot'); + src:url('../fonts/frutiger-lt-com-45-light.eot?#iefix') format('embedded-opentype'), + url('../fonts/frutiger-lt-com-45-light.woff') format('woff'), + url('../fonts/frutiger-lt-com-45-light.ttf') format('truetype'), + url('../fonts/frutiger-lt-com-45-light.svg#Light') format('svg'); + font-weight: normal; + font-style: normal; + } +@font-face{ + font-family:"Standard"; + src:url('../fonts/frutiger-lt-com-55-roman.eot'); + src:url('../fonts/frutiger-lt-com-55-roman.eot?#iefix') format('embedded-opentype'), + url('../fonts/frutiger-lt-com-55-roman.woff') format('woff'), + url('../fonts/frutiger-lt-com-55-roman.ttf') format('truetype'), + url('../fonts/frutiger-lt-com-55-roman.svg#Standard') format('svg'); + font-weight: normal; + font-style: normal; + } +@font-face{ + font-family:"Bold"; + src:url('../fonts/frutiger-lt-com-65-bold.eot'); + src:url('../fonts/frutiger-lt-com-65-bold.eot?#iefix') format('embedded-opentype'), + url('../fonts/frutiger-lt-com-65-bold.woff') format('woff'), + url('../fonts/frutiger-lt-com-65-bold.ttf') format('truetype'), + url('../fonts/frutiger-lt-com-65-bold.svg#Bold') format('svg'); + font-weight: normal; + font-style: normal; + } +@font-face{ + font-family:"Black"; + src:url('../fonts/frutiger-lt-com-75-black.eot'); + src:url('../fonts/frutiger-lt-com-75-black.eot?#iefix') format('embedded-opentype'), + url('../fonts/frutiger-lt-com-75-black.woff') format('woff'), + url('../fonts/frutiger-lt-com-75-black.ttf') format('truetype'), + url('../fonts/frutiger-lt-com-75-black.svg#Black') format('svg'); + font-weight: normal; + font-style: normal; + } + + + +#main +{ + background: #FFFFFF; + font-size: 13px; + font-family: 'Standard', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif; + font-weight: normal; + font-style: normal; +} +table, ul.hmenu +{ + font-size: 13px; + font-family: 'Standard', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif; + font-weight: normal; + font-style: normal; +} + +h1, h2, h3, h4, h5, h6, p, a, ul, ol, li +{ + font-family: 'Standard', Arial; +} + +body { + font-family: 'Standard', Arial, sans-serif; +} + +@media screen and (min-width: 1400px){ + .container + { + max-width: 1320px !important; + } +} + +.row +{ + padding-top: 5px; + padding-bottom: 5px; +} + +.opt-label +{ + text-align: right; +} + +.opt-label h5 +{ + padding: 0.3rem 0; +} + +.navbar +{ + margin-bottom: 10px; +} + +#div-visualization h3, #div-visualization h4, #div-visualization h5 +{ + text-align: center; +} + +/* Reset buttons border. It's important for input and button tags. + * border-collapse should be separate for shadow in IE. + */ +button, .button +{ + border: 0; + border-collapse: separate; + background-origin: border-box !important; + background: #C7CACC; + border-width: 0; + padding:0 21px; + margin: 0 5px !important; + height: 36px; +} + + +.custom-control-label::after, +.custom-control-label::before { + display: none !important; +} + +.custom-control { + padding-left: 0 !important; +} + +.custom-control-inline { + margin-right: 0 !important; +} + +.radio-group-labels { + border: 1px solid #ccc; + border-radius: 0px; + font: bold 11px Roboto, sans-serif; + padding: 6px 7px; + background-image: -webkit-linear-gradient(top, #fefefe, #f3f3f3); + background-image: -moz-linear-gradient(top, #fefefe, #f3f3f3); + cursor: pointer; +} + +.radio-group-labels.radio-group-labels-checked { + background-image: -webkit-linear-gradient(top, #eee, #e3e3e3); + background-image: -moz-linear-gradient(top, #eee, #e3e3e3); + box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2); +} + +.custom-radio:first-child .radio-group-labels { + border-radius: 3px 0 0 3px; +} + +.custom-radio:last-child .radio-group-labels { + border-radius: 0 3px 3px 0; +} + +.custom-radio:not(:last-child) .radio-group-labels { + border-right: none; +} + +.radio-group-labels:hover { + box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2); +} + + +/* + * CSS style for Menu tabs and content container + */ +/* +.menu-tabs-container { + width: 100%; + background-color: #179C7D; +} + +.menu-tabs { + border-top-left-radius: 3px; + background-color: #FFFFFF; + margin:0 auto; +} + +.menu-tabs-content { + background-color: #FFFFFF; + margin: 10px 10px; +} + +.menu-tab { + color: #FFFFFF; + border-top: 3px solid transparent !important; + border-left: 0px !important; + border-right: 0px !important; + border-bottom: 0px !important; + background-color: #179C7D !important; + padding: 12px !important; + font-family: "Standard" !important; + font-size: 20px; + display: flex !important; + align-items: center; + justify-content: center; +} + +.menu-tab:hover { + background-color: rgba(255, 255, 255, 0.1) !important; +} + +.menu-tab--selected { + background: #6EBFA9 !important; + padding:0 15px; + margin:0 auto; + text-decoration: none; + color: #FFFFFF !important; + position: relative; +} + +.menu-tab--selected::before { + content: ''; + position: absolute; + border: 8px solid transparent; + border-top: 0; + border-bottom-color: #FFFFFF; + position: absolute; + left: 50%; + bottom: 0; + transform: translateX(-50%); +} */ diff --git a/webapp/static/favicon.ico b/webapp/static/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..29152e8a676bfc8a2d7e4a568e8b161378629221 Binary files /dev/null and b/webapp/static/favicon.ico differ diff --git a/webapp/static/fonts/.DS_Store b/webapp/static/fonts/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..b48a1d52dfe406cbe5555727eed4819cb254645b Binary files /dev/null and b/webapp/static/fonts/.DS_Store differ diff --git a/webapp/static/fonts/bpicons/bpicons.eot b/webapp/static/fonts/bpicons/bpicons.eot new file mode 100644 index 0000000000000000000000000000000000000000..807d9ddea9b6f08c72e696cadb07632c3374b685 Binary files /dev/null and b/webapp/static/fonts/bpicons/bpicons.eot differ diff --git a/webapp/static/fonts/bpicons/bpicons.svg b/webapp/static/fonts/bpicons/bpicons.svg new file mode 100644 index 0000000000000000000000000000000000000000..7deb960abc5e735e31e2fe9db5821fd7260f182f --- /dev/null +++ b/webapp/static/fonts/bpicons/bpicons.svg @@ -0,0 +1,24 @@ +<?xml version="1.0" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" > +<svg xmlns="http://www.w3.org/2000/svg"> +<metadata> +This is a custom SVG font generated by IcoMoon. +<iconset grid="14"></iconset> +</metadata> +<defs> +<font id="bpicons" horiz-adv-x="448" > +<font-face units-per-em="448" ascent="384" descent="-64" /> +<missing-glyph horiz-adv-x="448" /> +<glyph unicode="" d="M 368.00,144.00q0.00-13.50 -9.25-22.75l-162.75-162.75q-9.75-9.25 -22.75-9.25q-12.75,0.00 -22.50,9.25l-18.75,18.75q-9.50,9.50 -9.50,22.75t 9.50,22.75l 73.25,73.25l-176.00,0.00 q-13.00,0.00 -21.125,9.375t-8.125,22.625l0.00,32.00 q0.00,13.25 8.125,22.625t 21.125,9.375l 176.00,0.00 l-73.25,73.50q-9.50,9.00 -9.50,22.50t 9.50,22.50l 18.75,18.75q 9.50,9.50 22.50,9.50q 13.25,0.00 22.75-9.50l 162.75-162.75q 9.25-8.75 9.25-22.50z" horiz-adv-x="384" /> +<glyph unicode="" d="M 221.657,359.485 ,m0.00,0.00,c 0.00,0.00 -132.984-182.838 -132.205-286.236 0.515-68.522 61.089-123.688 135.314-123.218 74.202,0.479 133.943,56.421 133.428,124.943 C 357.414,178.368 221.657,359.485 221.657,359.485 z" /> +<glyph unicode="" d="M 407.273-23.273c0.00,0.00-325.818,0.00-366.545,0.00s-40.727,40.727-40.727,40.727l0.00,142.545 l 101.818,183.273l 244.364,0.00 l 101.818-183.273c0.00,0.00,0.00-101.818,0.00-142.545S 407.273-23.273, 407.273-23.273z M 325.818,302.545L 122.182,302.545 + l-71.273-142.545L 142.545,160.00 c0.00,0.00, 40.727,0.00, 40.727-40.727l0.00-20.364 l 81.455,0.00 l0.00,20.364 c0.00,0.00,0.00,40.727, 40.727,40.727l 91.636,0.00 L 325.818,302.545z M 407.273,119.273l-96.911,0.00 C 307.532,113.917, 305.455,107.503, 305.455,98.909c0.00-40.727-40.727-40.727-40.727-40.727L 183.273,58.182 c0.00,0.00-40.727,0.00-40.727,40.727 + c0.00,8.593-2.077,15.008-4.908,20.364L 40.727,119.273 l0.00-101.818 l 366.545,0.00 L 407.273,119.273 z M 132.364,221.091l 183.273,0.00 L 325.818,200.727L 122.182,200.727 L 132.364,221.091z M 152.727,261.818l 142.545,0.00 L 305.455,241.455L 142.545,241.455 L 152.727,261.818z" /> +<glyph unicode="" d="M 224.00-64.00C 100.291-64.00,0.00,36.291,0.00,160.00S 100.291,384.00, 224.00,384.00s 224.00-100.291, 224.00-224.00S 347.709-64.00, 224.00-64.00z + M 224.00,343.273c-101.228,0.00-183.273-82.045-183.273-183.273s 82.045-183.273, 183.273-183.273s 183.273,82.045, 183.273,183.273S 325.228,343.273, 224.00,343.273z M 244.364,122.164C 244.364,111.005, 244.364,98.909, 244.364,98.909l-40.727,0.00 c0.00,0.00,0.00,29.466,0.00,40.727 + s 9.123,20.364, 20.364,20.364l0.00,0.00c 22.481,0.00, 40.727,18.246, 40.727,40.727s-18.246,40.727-40.727,40.727S 183.273,223.209, 183.273,200.727c0.00-7.453, 2.138-14.356, 5.641-20.364L 145.437,180.364 C 143.727,186.90, 142.545,193.661, 142.545,200.727 + c0.00,44.983, 36.471,81.455, 81.455,81.455s 81.455-36.471, 81.455-81.455C 305.455,162.831, 279.45,131.247, 244.364,122.164z M 244.364,37.818l-40.727,0.00 l0.00,40.727 l 40.727,0.00 L 244.364,37.818 z" /> +<glyph unicode="" d="M 384.00,160.00l0.00-32.00 q0.00-13.25 -8.125-22.625t-21.125-9.375l-176.00,0.00 l 73.25-73.50q 9.50-9.00 9.50-22.50t-9.50-22.50l-18.75-19.00q-9.25-9.25 -22.50-9.25q-13.00,0.00 -22.75,9.25l-162.75,163.00q-9.25,9.25 -9.25,22.50q0.00,13.00 9.25,22.75l 162.75,162.50q 9.50,9.50 22.75,9.50q 13.00,0.00 22.50-9.50l 18.75-18.50q 9.50-9.50 9.50-22.75t-9.50-22.75l-73.25-73.25l 176.00,0.00 q 13.00,0.00 21.125-9.375 t 8.125-22.625z" horiz-adv-x="384" /> +<glyph unicode=" " horiz-adv-x="224" /> +<glyph class="hidden" unicode="" d="M0,384L 448 -64L0 -64 z" horiz-adv-x="0" /> +</font></defs></svg> \ No newline at end of file diff --git a/webapp/static/fonts/bpicons/bpicons.ttf b/webapp/static/fonts/bpicons/bpicons.ttf new file mode 100644 index 0000000000000000000000000000000000000000..b9fe2fc2390ca542575d9cfc5b425ad6a90bc460 Binary files /dev/null and b/webapp/static/fonts/bpicons/bpicons.ttf differ diff --git a/webapp/static/fonts/bpicons/bpicons.woff b/webapp/static/fonts/bpicons/bpicons.woff new file mode 100644 index 0000000000000000000000000000000000000000..87b1054ba3e8797333b4d1863bd47316964e80d8 Binary files /dev/null and b/webapp/static/fonts/bpicons/bpicons.woff differ diff --git a/webapp/static/fonts/frutiger-lt-com-45-light.eot b/webapp/static/fonts/frutiger-lt-com-45-light.eot new file mode 100644 index 0000000000000000000000000000000000000000..68b11935d7ded40a1a510dfc0be5ac4fa4954343 Binary files /dev/null and b/webapp/static/fonts/frutiger-lt-com-45-light.eot differ diff --git a/webapp/static/fonts/frutiger-lt-com-45-light.svg b/webapp/static/fonts/frutiger-lt-com-45-light.svg new file mode 100644 index 0000000000000000000000000000000000000000..9294a106739b8e0216e83a21a875f5d63356bb6e --- /dev/null +++ b/webapp/static/fonts/frutiger-lt-com-45-light.svg @@ -0,0 +1,2233 @@ +<?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> +<metadata> +Created by FontForge 20110222 at Tue Sep 30 06:58:45 2014 + By Orthosie Webhosting +Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted (c) 2003 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be reproduced, used, displayed, modified, disclosed or transferred without the express written approval of Linotype GmbH. Copyright (c) 1988, 1990, 1994 Adobe Systems Incorporated. All Rights Reserved. Frutiger is a trademark of Heidelberger Druckmaschinen AG, exclusively licensed through Linotype GmbH, and may be registered in certain jurisdictions. This typeface is original artwork of Adrian Frutiger. The design may be protected in certain jurisdictions. +</metadata> +<defs> +<font id="FrutigerLTCom-Light" horiz-adv-x="556" > + <font-face + font-family="Frutiger LT Com 45 Light" + font-weight="300" + font-stretch="normal" + units-per-em="1000" + panose-1="2 11 3 3 3 5 4 2 2 4" + ascent="750" + descent="-250" + x-height="510" + cap-height="698" + bbox="-152 -250 1000 927" + underline-thickness="50" + underline-position="-50" + unicode-range="U+000D-FB02" + /> +<missing-glyph horiz-adv-x="512" +d="M222 117v67h56v-67h-56zM225 234l-2 17q0 55 13 81t46 59q32 31 41 47.5t9 35.5q0 36 -22.5 60.5t-53.5 24.5t-53.5 -22t-28.5 -73l-50 8q7 71 44 104t91 33q53 0 88.5 -36t35.5 -95q0 -32 -12.5 -58.5t-50.5 -61.5q-37 -33 -43 -52t-6 -72h-46zM462 50v617h-412v-617 +h412zM512 718v-718h-512v718h512z" /> + <glyph glyph-name="IJ" unicode="IJ" horiz-adv-x="530" +d="M77 698h69v-698h-69v698zM447 180q0 -82 -38 -135q-40 -56 -126 -57q-37 0 -72 12v61q31 -13 65 -13q58 1 81 40q21 38 21 90v520h69v-518z" /> + <glyph glyph-name="ij" unicode="ij" horiz-adv-x="433" +d="M142 646h-63v84h63v-84zM79 510h63v-510h-63v510zM353 646h-63v84h63v-84zM183 -156q17 -5 38 -6q47 1 59 30q11 28 10 68v574h63v-582q1 -63 -22 -102q-13 -19 -35 -30q-24 -12 -58 -12q-40 1 -55 5v55z" /> + <glyph glyph-name="napostrophe" unicode=""n" horiz-adv-x="616" +d="M139 390q0 59 -4 120h61v-91h2q9 18 21 36t30 33q19 16 47 25t67 9q94 -1 135 -56q39 -54 39 -140v-326h-63v310q0 73 -27 116q-29 41 -94 42q-84 -2 -118 -60q-18 -27 -25 -59q-8 -33 -8 -67v-282h-63v390zM47 698h75l-77 -218h-57z" /> + <glyph glyph-name="fi" unicode="fi" +d="M122 456h-103v54h103v37q0 41 4 80q2 38 15 68q13 31 41 49q27 18 75 18q16 0 33 -1q17 -3 26 -9l-4 -55q-21 11 -50 11q-31 0 -47 -14q-17 -16 -23 -39t-6 -49q-1 -27 -1 -52v-44h115v-54h-115v-456h-63v456zM466 646h-63v84h63v-84zM403 510h63v-510h-63v510z" /> + <glyph glyph-name="fl" unicode="fl" +d="M122 456h-103v54h103v37q0 41 4 80q2 38 15 68q13 31 41 49q27 18 75 18q16 0 33 -1q17 -3 26 -9l-4 -55q-21 11 -50 11q-31 0 -47 -14q-17 -16 -23 -39t-6 -49q-1 -27 -1 -52v-44h115v-54h-115v-456h-63v456zM403 750h63v-750h-63v750z" /> + <glyph glyph-name=".notdef" horiz-adv-x="512" +d="M222 117v67h56v-67h-56zM225 234l-2 17q0 55 13 81t46 59q32 31 41 47.5t9 35.5q0 36 -22.5 60.5t-53.5 24.5t-53.5 -22t-28.5 -73l-50 8q7 71 44 104t91 33q53 0 88.5 -36t35.5 -95q0 -32 -12.5 -58.5t-50.5 -61.5q-37 -33 -43 -52t-6 -72h-46zM462 50v617h-412v-617 +h412zM512 718v-718h-512v718h512z" /> + <glyph glyph-name="nonmarkingreturn" unicode="
" horiz-adv-x="0" + /> + <glyph glyph-name="space" unicode=" " horiz-adv-x="278" + /> + <glyph glyph-name="exclam" unicode="!" horiz-adv-x="389" +d="M154 84h81v-84h-81v84zM223 169h-57l-12 529h81z" /> + <glyph glyph-name="quotedbl" unicode=""" +d="M314 698h63v-218h-63v218zM179 698h63v-218h-63v218z" /> + <glyph glyph-name="numbersign" unicode="#" +d="M358 425h-130l-21 -152h130zM138 219h-104v54h111l22 152h-107v54h114l31 219h61l-31 -219h130l31 219h61l-31 -219h96v-54h-103l-21 -152h96v-54h-104l-31 -219h-61l31 219h-130l-31 -219h-61z" /> + <glyph glyph-name="dollar" unicode="$" +d="M308 771v-61q26 0 63 -4q37 -6 72 -19l-11 -63q-49 25 -124 26v-265q32 -16 62 -34q29 -18 52 -42q24 -23 38 -53q14 -31 14 -71q-1 -84 -49 -130q-49 -46 -117 -61v-83h-51v78q-6 -1 -12 -1q-102 2 -158 30l7 71q59 -41 154 -41q4 0 9 1v287q-30 18 -61 37 +q-30 18 -55 41q-55 44 -56 114q1 74 50 120q47 46 122 58v65h51zM257 645q-42 -7 -72 -35q-31 -28 -31 -80q0 -38 31 -65q28 -28 72 -52v232zM308 57q44 12 70 46q26 33 27 88q-1 37 -27 65q-27 27 -70 51v-250v0z" /> + <glyph glyph-name="percent" unicode="%" horiz-adv-x="1000" +d="M677 720h58l-413 -742h-58zM168 518q0 -23 5 -46t15 -43q11 -20 30 -31q18 -13 45 -13q29 0 48 13q18 11 28 31q11 20 15 43t4 46q0 24 -4 48q-4 23 -15 43q-10 20 -28 31q-19 11 -48 11q-27 0 -45 -11q-19 -11 -30 -31q-10 -20 -15 -43q-5 -24 -5 -48zM105 518 +q0 83 38 134q38 52 120 53q84 -1 122 -53q36 -51 36 -134q0 -81 -36 -133q-38 -53 -122 -54q-82 1 -120 54q-38 52 -38 133zM642 180q0 -23 5 -46t15 -43q11 -20 30 -31q18 -13 45 -13q29 0 48 13q18 11 28 31q11 20 15 43t4 46q0 24 -4 48q-4 23 -15 43q-10 20 -28 31 +q-19 11 -48 11q-27 0 -45 -11q-19 -11 -30 -31q-10 -20 -15 -43q-5 -24 -5 -48zM579 180q0 83 38 134q38 52 120 53q84 -1 122 -53q36 -51 36 -134q0 -81 -36 -133q-38 -53 -122 -54q-82 1 -120 54q-38 52 -38 133z" /> + <glyph glyph-name="ampersand" unicode="&" horiz-adv-x="667" +d="M193 554q1 -40 26 -75q24 -36 53 -67l48 24q23 12 43 28q20 17 32 39t12 52q-3 100 -99 101q-21 0 -41 -6q-21 -6 -38 -19q-35 -26 -36 -77zM250 347q-51 -20 -89 -61q-41 -41 -42 -100q1 -71 50 -107q47 -37 112 -37q49 0 95 23q46 22 77 58l-203 224v0zM492 171 +q61 97 60 212h60q0 -141 -78 -252l119 -129h-88l-74 78q-87 -93 -212 -92q-92 0 -158 47q-70 48 -71 148q1 80 48 129q47 48 117 74q-33 37 -61 79q-29 41 -30 93q1 75 60 114q56 38 128 38q65 0 114 -35q49 -36 50 -109q0 -40 -14 -68q-14 -30 -38 -51t-54 -37 +q-30 -18 -62 -34l184 -205v0z" /> + <glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="278" +d="M108 698h63v-218h-63v218z" /> + <glyph glyph-name="parenleft" unicode="(" horiz-adv-x="278" +d="M213 -140q-67 103 -118 213q-52 110 -53 235q1 126 53 236q51 111 118 212h42q-56 -104 -101 -215q-48 -112 -49 -233q1 -121 49 -232q45 -111 101 -216h-42z" /> + <glyph glyph-name="parenright" unicode=")" horiz-adv-x="278" +d="M65 756q69 -101 119 -212q50 -110 52 -236q-2 -125 -52 -235t-119 -213h-42q58 105 103 216q46 111 47 232q-1 121 -47 233q-45 111 -103 215h42z" /> + <glyph glyph-name="asterisk" unicode="*" +d="M307 698l-7 -153l145 56l19 -58l-147 -42l97 -119l-50 -38l-86 131l-84 -131l-49 38l94 119l-147 42l17 58l147 -56l-7 153h58z" /> + <glyph glyph-name="plus" unicode="+" horiz-adv-x="600" +d="M46 288h219v219h69v-219h219v-69h-219v-219h-69v219h-219v69z" /> + <glyph glyph-name="comma" unicode="," horiz-adv-x="278" +d="M112 84h84l-79 -218h-63z" /> + <glyph glyph-name="hyphen" unicode="-" horiz-adv-x="333" +d="M41 304h251v-69h-251v69z" /> + <glyph glyph-name="period" unicode="." horiz-adv-x="278" +d="M98 84h81v-84h-81v84z" /> + <glyph glyph-name="slash" unicode="/" horiz-adv-x="278" +d="M240 710h69l-271 -722h-69z" /> + <glyph glyph-name="zero" unicode="0" +d="M278 705q70 -1 115 -32q45 -32 70 -84q46 -110 44 -240q0 -55 -7 -116q-8 -62 -32 -116q-23 -54 -69 -88q-46 -35 -121 -36q-73 1 -118 36q-46 34 -70 88q-23 54 -32 116q-10 61 -9 116q-2 130 45 240q25 52 71 84q45 31 113 32zM278 645q-54 -1 -85 -29q-33 -29 -49 -75 +t-21 -96q-5 -52 -5 -96t5 -95q5 -50 21 -96t49 -74q31 -31 85 -31q55 0 87 31q32 28 48 74t22 96q3 51 3 95t-3 96q-6 50 -22 96t-48 75q-32 28 -87 29z" /> + <glyph glyph-name="one" unicode="1" +d="M281 698h62v-698h-69v620l-113 -99l-38 45z" /> + <glyph glyph-name="two" unicode="2" +d="M50 60l160 177q66 71 116 145q50 73 52 137q-1 57 -35 91t-88 35q-90 -1 -168 -50l-12 63q40 20 87 34q46 13 89 13q88 0 144 -44q57 -45 58 -139q-2 -79 -62 -163q-59 -85 -130 -161l-126 -138h334v-60h-419v60z" /> + <glyph glyph-name="three" unicode="3" +d="M150 392h18q37 0 78 5q41 4 77 17q37 14 60 42q22 28 22 76q0 30 -14 52q-14 21 -37 35q-49 26 -109 26q-82 -1 -156 -37l-6 65q79 31 169 32q90 0 155 -39q65 -41 67 -134q-1 -63 -40 -106q-40 -44 -105 -61v-2q71 -4 108 -51q37 -46 37 -118q-2 -95 -73 -147 +q-71 -53 -179 -54q-89 -1 -172 28l8 66q44 -19 88 -26q42 -8 80 -8q66 0 122 35q55 34 57 112q0 45 -19 72q-19 26 -48 39q-29 14 -61 18q-34 3 -63 3h-64v60z" /> + <glyph glyph-name="four" unicode="4" +d="M23 229l314 469h88v-477h103v-60h-103v-161h-69v161h-333v68zM356 629h-2l-268 -408h270v408z" /> + <glyph glyph-name="five" unicode="5" +d="M458 638h-289l-5 -224q17 6 42 11q25 4 64 4q215 -3 219 -204q-1 -116 -70 -173q-69 -59 -184 -59q-77 0 -149 25v71q71 -36 149 -36q72 0 127 39q56 39 58 119q0 159 -175 158q-81 0 -151 -22l7 351h357v-60z" /> + <glyph glyph-name="six" unicode="6" +d="M290 381q-75 -1 -116 -42q-43 -43 -43 -113q0 -67 37 -118q37 -54 113 -55q77 1 118 48q39 45 39 117q-1 160 -148 163zM279 -7q-69 1 -112 30q-44 28 -69 75q-24 47 -33 106q-10 58 -10 120q-1 163 70 270q71 109 245 111q57 -1 112 -16l-6 -66q-49 21 -115 22 +q-67 1 -112 -23q-46 -24 -74 -67q-27 -41 -39 -93q-12 -53 -12 -107h2q28 45 72 66q43 20 92 20q36 0 74 -9q38 -10 70 -34q33 -24 53 -66q20 -43 20 -109q-1 -103 -60 -165q-59 -64 -168 -65z" /> + <glyph glyph-name="seven" unicode="7" +d="M416 638h-358v60h426v-60l-270 -638h-76z" /> + <glyph glyph-name="eight" unicode="8" +d="M137 536q0 -30 15 -52q14 -23 35 -41q22 -18 46 -31t45 -24q51 24 94 59q22 18 34 41q12 21 12 48q-1 56 -45 83q-43 26 -95 26q-56 0 -97 -27q-43 -27 -44 -82zM441 185q0 33 -16 57q-15 24 -41 40q-24 18 -52 31q-29 12 -54 24q-30 -11 -59 -23q-29 -13 -52 -31 +q-23 -17 -37 -42q-15 -25 -15 -62q0 -28 15 -51q14 -24 37 -41q49 -34 111 -34q64 -1 113 30t50 102zM68 542q0 45 22 76q20 31 52 50q68 37 136 37q85 0 146 -38q61 -40 63 -125q-2 -64 -46 -107q-45 -45 -97 -72q74 -23 120 -63q45 -40 46 -121q-2 -101 -74 -143 +q-70 -43 -158 -43q-87 0 -157 46q-33 22 -53 58q-22 34 -22 82q1 79 47 121q45 41 114 63q-55 25 -96 68q-42 43 -43 111z" /> + <glyph glyph-name="nine" unicode="9" +d="M266 317q76 0 118 44q41 41 41 111q0 68 -35 120q-37 52 -115 53q-77 -1 -116 -46q-41 -47 -41 -119q0 -161 148 -163zM277 705q70 0 114 -28q45 -28 68 -75q25 -47 34 -106q8 -59 8 -122q1 -161 -68 -269q-72 -110 -247 -112q-57 1 -112 16l6 66q49 -22 115 -22 +q134 4 187 91q51 88 50 199h-2q-27 -43 -70 -64q-44 -22 -94 -22q-35 0 -72 11q-38 10 -70 34q-32 25 -53 67q-22 42 -22 106q0 104 61 167q60 62 167 63z" /> + <glyph glyph-name="colon" unicode=":" horiz-adv-x="278" +d="M98 84h81v-84h-81v84zM179 426h-81v84h81v-84z" /> + <glyph glyph-name="semicolon" unicode=";" horiz-adv-x="278" +d="M179 426h-81v84h81v-84zM112 84h84l-79 -218h-63z" /> + <glyph glyph-name="less" unicode="<" horiz-adv-x="600" +d="M553 448l-430 -195l430 -195v-66l-507 230v62l507 230v-66z" /> + <glyph glyph-name="equal" unicode="=" horiz-adv-x="600" +d="M46 187h507v-69h-507v69zM46 388h507v-69h-507v69z" /> + <glyph glyph-name="greater" unicode=">" horiz-adv-x="600" +d="M47 58l431 195l-431 195v66l507 -230v-62l-507 -230v66z" /> + <glyph glyph-name="question" unicode="?" horiz-adv-x="500" +d="M182 84h81v-84h-81v84zM86 685q72 24 146 25q80 0 135 -42q56 -44 57 -137q-1 -60 -26 -100q-25 -41 -59 -75q-33 -33 -58 -73q-28 -40 -28 -99v-15h-63v13q1 68 27 110q12 22 27 40q14 18 29 34q33 32 57 70t25 95q-1 56 -35 88q-36 31 -91 31q-40 0 -73 -8 +q-16 -4 -33 -9q-18 -5 -34 -11z" /> + <glyph glyph-name="at" unicode="@" horiz-adv-x="800" +d="M531 266q-10 -27 -10 -49q0 -9 6 -15q4 -8 16 -8q29 0 56 18q26 17 46 46q44 61 45 150q-2 118 -87 180q-84 62 -202 62q-128 -1 -210 -84q-84 -83 -85 -216q1 -133 85 -216q82 -85 210 -86q175 2 264 111h61q-102 -168 -325 -171q-180 3 -270 114q-91 106 -91 247 +q0 142 91 249q90 109 270 112q138 0 244 -76q108 -77 111 -226q-3 -128 -81 -200q-75 -74 -145 -74q-66 0 -79 61h-2q-17 -22 -45 -41q-28 -20 -78 -20q-60 1 -97 45q-38 42 -38 105q0 102 64 185q62 83 167 86q72 1 110 -77l21 60h63zM266 290q6 -95 72 -96q38 0 68 22 +q30 21 51 53q44 69 45 136q-1 52 -26 72q-25 18 -54 18q-52 -1 -102 -57q-52 -56 -54 -148z" /> + <glyph glyph-name="A" unicode="A" horiz-adv-x="667" +d="M181 247h303l-151 385zM299 698h78l277 -698h-72l-75 187h-352l-75 -187h-67z" /> + <glyph glyph-name="B" unicode="B" +d="M151 393h77q29 0 59 6q29 5 54 18q26 15 41 40q16 26 16 66q0 39 -14 62q-16 22 -39 34t-49 16q-27 3 -50 3h-95v-245zM149 60h72q36 0 71 7q35 6 64 20q29 15 46 42t17 67q0 47 -17 75q-18 28 -48 41q-30 14 -67 18q-38 3 -77 3h-61v-273zM80 698h166q89 1 154 -35 +q65 -38 67 -137q0 -133 -127 -159v-2q67 -12 107 -54t41 -112q-2 -112 -80 -156q-36 -22 -85 -33q-48 -10 -104 -10h-139v698z" /> + <glyph glyph-name="C" unicode="C" horiz-adv-x="667" +d="M565 620q-34 18 -75 25q-43 5 -81 5q-136 -2 -209 -85q-74 -83 -74 -216q0 -134 73 -216q72 -84 210 -85q36 0 81 7q44 6 75 23l4 -60q-31 -16 -77 -23q-47 -7 -83 -7q-166 2 -258 100q-94 97 -94 261q1 162 95 261q93 98 257 100q34 0 83 -5q48 -6 77 -21z" /> + <glyph glyph-name="D" unicode="D" horiz-adv-x="667" +d="M80 698h173q186 -2 269 -97q81 -95 80 -251q-2 -187 -113 -269q-110 -81 -287 -81h-122v698zM149 60h57q319 -7 327 294q-2 158 -82 223q-81 62 -201 61h-101v-578z" /> + <glyph glyph-name="E" unicode="E" horiz-adv-x="500" +d="M86 698h342v-60h-273v-249h259v-60h-259v-269h285v-60h-354v698z" /> + <glyph glyph-name="F" unicode="F" horiz-adv-x="444" +d="M77 698h332v-60h-263v-249h251v-60h-251v-329h-69v698z" /> + <glyph glyph-name="G" unicode="G" horiz-adv-x="722" +d="M564 318h-162v60h231v-347q-104 -44 -217 -43q-166 2 -258 100q-94 97 -94 261q1 162 95 261q93 98 257 100q43 0 97 -7q53 -8 90 -26l-8 -64q-41 22 -86 31q-46 6 -93 6q-136 -2 -209 -85q-74 -83 -74 -216q0 -134 73 -216q72 -84 210 -85q35 0 79 6q43 4 69 19v245z +" /> + <glyph glyph-name="H" unicode="H" horiz-adv-x="667" +d="M88 698h69v-309h353v309h69v-698h-69v329h-353v-329h-69v698z" /> + <glyph glyph-name="I" unicode="I" horiz-adv-x="222" +d="M77 698h69v-698h-69v698z" /> + <glyph glyph-name="J" unicode="J" horiz-adv-x="333" +d="M250 180q0 -82 -38 -135q-40 -56 -126 -57q-37 0 -72 12v61q31 -13 65 -13q58 1 81 40q21 38 21 90v520h69v-518z" /> + <glyph glyph-name="K" unicode="K" horiz-adv-x="611" +d="M95 698h69v-313l314 313h90l-338 -329l367 -369h-95l-338 349v-349h-69v698z" /> + <glyph glyph-name="L" unicode="L" horiz-adv-x="444" +d="M80 698h69v-638h280v-60h-349v698z" /> + <glyph glyph-name="M" unicode="M" horiz-adv-x="889" +d="M86 698h107l255 -614l256 614h99v-698h-69v629h-2l-254 -629h-59l-262 629h-2v-629h-69v698z" /> + <glyph glyph-name="N" unicode="N" horiz-adv-x="667" +d="M77 698h87l355 -614h2v614h69v-698h-93l-349 602h-2v-602h-69v698z" /> + <glyph glyph-name="O" unicode="O" horiz-adv-x="722" +d="M361 650q-122 -3 -180 -94t-58 -207t58 -205q58 -94 180 -96q123 2 181 96q57 89 57 205t-57 207q-58 91 -181 94zM54 349q-1 147 75 252q75 106 232 109q158 -3 234 -109q75 -105 73 -252q-1 -163 -78 -260q-78 -99 -229 -101q-150 2 -227 101q-78 97 -80 260z" /> + <glyph glyph-name="P" unicode="P" horiz-adv-x="500" +d="M155 362h48q40 0 76 5q36 4 65 17q29 14 45 42t16 74q-2 136 -138 138h-112v-276zM86 698h172q211 0 216 -198q-1 -97 -64 -147q-62 -51 -159 -51h-96v-302h-69v698z" /> + <glyph glyph-name="Q" unicode="Q" horiz-adv-x="722" +d="M361 650q-122 -3 -180 -94t-58 -207t58 -205q58 -94 180 -96q123 2 181 96q57 89 57 205t-57 207q-58 91 -181 94zM542 -130l-124 123q-27 -5 -57 -5q-150 2 -227 101q-78 97 -80 260q-1 147 75 252q75 106 232 109q158 -3 234 -109q75 -105 73 -252q-3 -255 -181 -337 +l147 -142h-92z" /> + <glyph glyph-name="R" unicode="R" +d="M88 698h180q200 3 205 -181q-1 -68 -45 -109q-44 -42 -110 -52v-2q40 -5 58 -26q10 -10 17 -25q8 -15 15 -33l119 -270h-76l-101 236q-28 65 -58 81q-15 9 -34 11q-19 1 -44 1h-57v-329h-69v698zM157 389h73q65 -1 118 28q54 29 56 100q0 43 -14 68t-38 36q-24 12 -56 15 +q-32 2 -68 2h-71v-249z" /> + <glyph glyph-name="S" unicode="S" horiz-adv-x="500" +d="M67 89q59 -41 154 -41q67 0 112 35q44 35 45 108q-1 51 -50 86q-22 18 -51 34t-59 32q-30 17 -58 36q-29 18 -52 40q-49 43 -50 109q1 85 65 134q62 47 156 48q27 0 64 -4q37 -6 73 -19l-11 -63q-51 26 -127 26q-27 0 -53 -5q-26 -6 -49 -21q-21 -13 -35 -36 +q-14 -24 -14 -58q0 -25 14 -46t36 -37q23 -17 52 -32q28 -16 58 -33q63 -30 110 -76q23 -22 37 -52q13 -30 13 -69q-2 -104 -73 -151q-70 -46 -156 -46q-102 2 -158 30z" /> + <glyph glyph-name="T" unicode="T" horiz-adv-x="500" +d="M216 638h-206v60h481v-60h-206v-638h-69v638z" /> + <glyph glyph-name="U" unicode="U" horiz-adv-x="667" +d="M587 244q-1 -76 -24 -126q-25 -51 -63 -79q-39 -28 -82 -39q-44 -12 -84 -12q-38 0 -81 12q-44 11 -83 39q-38 28 -63 79q-26 50 -26 126v454h69v-454q0 -87 47 -140q47 -55 137 -56q92 1 138 56q46 53 46 140v454h69v-454z" /> + <glyph glyph-name="V" unicode="V" horiz-adv-x="611" +d="M340 0h-74l-260 698h73l225 -629l233 629h68z" /> + <glyph glyph-name="W" unicode="W" horiz-adv-x="944" +d="M733 0h-82l-177 620h-2l-180 -620h-83l-200 698h71l172 -620h2l179 620h83l176 -620h2l175 620h66z" /> + <glyph glyph-name="X" unicode="X" horiz-adv-x="611" +d="M267 367l-234 331h81l196 -282l198 282h77l-235 -331l254 -367h-84l-213 318l-221 -318h-79z" /> + <glyph glyph-name="Y" unicode="Y" horiz-adv-x="611" +d="M271 296l-259 402h80l213 -341l219 341h75l-259 -402v-296h-69v296z" /> + <glyph glyph-name="Z" unicode="Z" horiz-adv-x="500" +d="M21 60l364 578h-355v60h428v-60l-362 -578h374v-60h-449v60z" /> + <glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="278" +d="M69 756h162v-48h-99v-800h99v-48h-162v896z" /> + <glyph glyph-name="backslash" unicode="\" horiz-adv-x="278" +d="M309 -12h-69l-271 722h69z" /> + <glyph glyph-name="bracketright" unicode="]" horiz-adv-x="278" +d="M209 -140h-162v48h99v800h-99v48h162v-896z" /> + <glyph glyph-name="asciicircum" unicode="^" horiz-adv-x="600" +d="M268 698h64l218 -433h-71l-179 364l-179 -364h-71z" /> + <glyph glyph-name="underscore" unicode="_" horiz-adv-x="500" +d="M500 -75v-50h-500v50h500z" /> + <glyph glyph-name="grave" unicode="`" horiz-adv-x="222" +d="M168 572h-46l-126 144h79z" /> + <glyph glyph-name="a" unicode="a" horiz-adv-x="500" +d="M366 257h-18q-41 0 -82 -2q-43 -4 -78 -17q-35 -12 -56 -37q-23 -25 -23 -67q0 -49 32 -70q30 -22 74 -22q55 0 87 22q31 21 45 50q15 31 17 61q2 31 2 51v31zM372 82h-2q-22 -45 -67 -69t-95 -25q-53 1 -86 17q-34 15 -52 38q-32 50 -30 89q0 64 31 101q30 37 77 53 +q47 17 102 22q54 3 104 3h12v26q3 131 -116 131q-79 1 -150 -42v61q71 33 150 35q181 2 179 -190v-225q-1 -58 5 -107h-62v82z" /> + <glyph glyph-name="b" unicode="b" +d="M438 255q0 38 -5 76q-7 38 -25 68q-16 32 -46 50q-30 19 -75 19q-42 0 -71 -19q-29 -20 -47 -52q-34 -67 -33 -142q-1 -73 34 -141q18 -32 47 -51q28 -21 70 -21q45 0 75 21q30 19 46 49q18 32 25 70q5 37 5 73zM73 750h63v-326h2q4 11 16 28q11 16 30 31q20 17 48 28 +t65 11q112 -1 162 -75q48 -73 48 -192q0 -115 -52 -190q-53 -75 -158 -77q-109 -1 -159 93h-2v-81h-63v750z" /> + <glyph glyph-name="c" unicode="c" horiz-adv-x="444" +d="M411 442q-54 25 -109 26q-92 -1 -141 -59q-51 -59 -51 -154q0 -89 50 -149q49 -63 135 -64q59 0 115 23l6 -59q-62 -19 -131 -18q-123 2 -183 81q-61 77 -61 186q1 121 70 193q68 73 182 74q47 0 78 -7q16 -3 28 -6q11 -4 17 -7z" /> + <glyph glyph-name="d" unicode="d" +d="M118 255q0 -36 7 -73q8 -38 24 -70q18 -30 47 -49q28 -21 73 -21q42 0 72 21q28 19 46 51q34 68 33 141q0 36 -7 74q-8 36 -26 68t-46 52q-30 19 -72 19q-45 0 -73 -19q-29 -18 -47 -50q-16 -30 -24 -68q-7 -38 -7 -76zM483 0h-63v81h-2q-50 -94 -159 -93q-105 2 -157 77 +q-53 75 -53 190q-1 119 49 192q50 74 161 75q38 0 66 -11q29 -11 48 -28q39 -35 45 -59h2v326h63v-750z" /> + <glyph glyph-name="e" unicode="e" horiz-adv-x="500" +d="M390 291q0 70 -29 122q-31 53 -101 55q-69 -2 -109 -56q-41 -54 -41 -121h280zM421 16q-72 -27 -148 -28q-125 2 -179 77q-54 73 -53 190q1 119 60 193q57 73 155 74q107 -2 156 -75q47 -72 47 -178v-32h-349q0 -83 43 -137q42 -57 125 -58q37 0 78 13q41 11 65 25v-64z +" /> + <glyph glyph-name="f" unicode="f" horiz-adv-x="333" +d="M122 456h-103v54h103v37q0 41 4 80q2 38 15 68q13 31 41 49q27 18 75 18q16 0 33 -1q17 -3 26 -9l-4 -55q-21 11 -50 11q-31 0 -47 -14q-17 -16 -23 -39t-6 -49q-1 -27 -1 -52v-44h115v-54h-115v-456h-63v456z" /> + <glyph glyph-name="g" unicode="g" +d="M483 42q0 -109 -53 -182q-55 -74 -186 -76q-50 1 -92 11q-41 10 -62 16l5 63q63 -34 150 -36q61 1 96 22q36 20 53 56q18 36 23 83q4 47 4 101h-2q-54 -102 -155 -100q-120 3 -168 86q-25 38 -35 82q-12 44 -12 87q-1 119 49 192q50 74 161 75q50 0 88 -11q37 -14 71 -59 +h2v58h63v-468zM118 255q-1 -78 34 -137q34 -62 113 -64q85 2 121 66q34 62 34 135q0 95 -32 153q-33 59 -119 60q-45 0 -73 -19q-29 -18 -47 -50q-16 -30 -24 -68q-7 -38 -7 -76z" /> + <glyph glyph-name="h" unicode="h" +d="M79 750h63v-326h2q21 43 62 71q41 26 97 27q102 -1 139 -60q36 -60 35 -157v-305h-63v304q0 34 -4 64q-4 29 -17 51q-24 48 -100 49q-82 -2 -117 -63t-34 -132v-273h-63v750z" /> + <glyph glyph-name="i" unicode="i" horiz-adv-x="222" +d="M142 646h-63v84h63v-84zM79 510h63v-510h-63v510z" /> + <glyph glyph-name="j" unicode="j" horiz-adv-x="222" +d="M142 646h-63v84h63v-84zM-28 -156q17 -5 38 -6q47 1 59 30q11 28 10 68v574h63v-582q1 -63 -22 -102q-13 -19 -35 -30q-24 -12 -58 -12q-40 1 -55 5v55z" /> + <glyph glyph-name="k" unicode="k" horiz-adv-x="500" +d="M79 750h63v-449l228 209h81l-249 -226l279 -284h-87l-252 262v-262h-63v750z" /> + <glyph glyph-name="l" unicode="l" horiz-adv-x="222" +d="M79 750h63v-750h-63v750z" /> + <glyph glyph-name="m" unicode="m" horiz-adv-x="833" +d="M695 0v339q0 28 -4 52q-6 23 -19 40q-12 18 -33 28q-21 9 -52 9q-53 0 -94 -44q-42 -46 -43 -142v-282h-63v339q0 28 -4 52q-6 23 -19 40q-12 18 -33 28q-21 9 -52 9q-53 0 -94 -44q-42 -46 -43 -142v-282h-63v390q0 59 -4 120h61v-86l2 -1q7 14 19 31q10 17 28 32t45 26 +q27 10 67 10q18 0 39 -4q20 -4 40 -16q20 -11 35 -32q15 -22 21 -56h2q19 46 61 77q41 30 102 31q78 -1 120 -48q41 -46 41 -123v-351h-63z" /> + <glyph glyph-name="n" unicode="n" +d="M79 390q0 59 -4 120h61v-91h2q9 18 21 36t30 33q19 16 47 25t67 9q94 -1 135 -56q39 -54 39 -140v-326h-63v310q0 73 -27 116q-29 41 -94 42q-84 -2 -118 -60q-18 -27 -25 -59q-8 -33 -8 -67v-282h-63v390z" /> + <glyph glyph-name="o" unicode="o" +d="M109 255q0 -91 44 -150q42 -62 125 -63q83 1 127 63q42 59 42 150t-42 152q-44 60 -127 61q-83 -1 -125 -61q-44 -61 -44 -152zM40 255q0 109 58 186q58 79 180 81q124 -2 182 -81q56 -77 56 -186q0 -107 -56 -185q-58 -80 -182 -82q-122 2 -180 82q-58 78 -58 185z" /> + <glyph glyph-name="p" unicode="p" +d="M438 255q0 38 -5 76q-7 38 -25 68q-16 32 -46 50q-30 19 -75 19q-42 0 -70 -19q-29 -20 -47 -52t-25 -68q-9 -38 -9 -74q-1 -73 34 -141q18 -32 47 -51q28 -21 70 -21q45 0 75 21q30 19 46 49q18 32 25 70q5 37 5 73zM73 510h63l-4 -93h2q6 11 18 30q11 17 30 34t47 30 +q28 11 68 11q112 -1 162 -75q48 -73 48 -192q0 -115 -52 -190q-53 -75 -158 -77q-116 0 -159 99h-2v-297h-63v720z" /> + <glyph glyph-name="q" unicode="q" +d="M118 255q0 -36 7 -73q8 -38 24 -70q18 -30 47 -49q28 -21 73 -21q42 0 72 21q28 19 46 51q34 68 33 141q0 36 -7 74q-8 36 -26 68t-46 52q-30 19 -72 19q-45 0 -73 -19q-29 -18 -47 -50q-16 -30 -24 -68q-7 -38 -7 -76zM483 -210h-63v297h-2q-43 -99 -159 -99 +q-105 2 -157 77q-53 75 -53 190q-1 119 49 192q50 74 161 75q40 0 70 -11q28 -12 46 -29q19 -17 29 -32t14 -23h2v83h63v-720z" /> + <glyph glyph-name="r" unicode="r" horiz-adv-x="333" +d="M79 396q0 71 -4 114h63v-98h2q18 45 51 77q32 32 80 33q25 -1 44 -6v-66q-21 6 -46 6q-37 -1 -61 -18q-24 -18 -39 -49q-14 -30 -20 -65q-7 -37 -7 -72v-252h-63v396z" /> + <glyph glyph-name="s" unicode="s" horiz-adv-x="389" +d="M40 74q58 -31 133 -32q47 0 80 25q32 23 33 66q-1 45 -37 71q-36 25 -85 45q-23 11 -44 23t-40 27q-17 16 -28 37q-11 20 -11 47q1 76 52 108q49 31 114 31q22 0 57 -4q35 -6 69 -19l-6 -55q-55 23 -113 24q-49 0 -78 -18q-15 -9 -23 -25q-9 -16 -9 -42q0 -16 11 -30 +q11 -13 29 -24q18 -10 41 -21q23 -10 45 -22q50 -21 87 -56t38 -97q0 -40 -16 -67q-17 -28 -43 -45q-56 -33 -119 -33q-74 0 -143 24l6 62v0z" /> + <glyph glyph-name="t" unicode="t" horiz-adv-x="333" +d="M299 456h-116v-330q0 -35 16 -59q15 -25 52 -25q34 0 58 12l4 -52q-11 -4 -31 -9q-21 -5 -46 -5q-41 0 -65 14q-23 14 -35 37q-10 24 -13 54t-3 65v298h-100v54h100v123l63 22v-145h116v-54z" /> + <glyph glyph-name="u" unicode="u" +d="M477 120q-1 -58 4 -120h-61v91h-2q-7 -17 -19 -34q-12 -18 -31 -34q-19 -15 -47 -24q-28 -11 -68 -11q-93 1 -134 56q-41 54 -40 140v326h63v-310q0 -73 29 -114q28 -44 92 -44q43 0 73 18q30 17 46 44q18 28 25 60t7 64v282h63v-390z" /> + <glyph glyph-name="v" unicode="v" horiz-adv-x="444" +d="M256 0h-74l-173 510h69l141 -441h2l148 441h66z" /> + <glyph glyph-name="w" unicode="w" horiz-adv-x="778" +d="M603 0h-76l-139 441h-2l-139 -441h-76l-164 510h69l134 -441h2l142 441h76l135 -441h2l141 441h63z" /> + <glyph glyph-name="x" unicode="x" horiz-adv-x="444" +d="M187 270l-162 240h78l121 -190l123 190h72l-158 -240l175 -270h-78l-134 220l-143 -220h-73z" /> + <glyph glyph-name="y" unicode="y" horiz-adv-x="444" +d="M221 85h1l147 425h66l-204 -586q-17 -55 -47 -96q-15 -20 -36 -31q-21 -12 -48 -13q-35 0 -68 8l6 54q9 -3 20 -5q11 -3 27 -3q39 1 59 32q20 29 33 79l13 45l-181 516h69z" /> + <glyph glyph-name="z" unicode="z" horiz-adv-x="444" +d="M32 53l307 403h-295v54h368v-54l-307 -402h307v-54h-380v53z" /> + <glyph glyph-name="braceleft" unicode="{" horiz-adv-x="278" +d="M273 708h-50q-24 -1 -34 -28t-10 -65v-165q0 -36 -9 -61q-10 -27 -24 -43q-30 -33 -51 -37v-2q10 -1 24 -10t27 -25q14 -16 24 -43q9 -27 9 -65v-162q0 -37 10 -64q10 -29 34 -30h50v-48h-56q-43 1 -71 33q-29 32 -30 89v170q0 56 -18 93q-19 38 -60 39v48q41 1 60 41 +q18 37 18 94v168q0 59 31 90q28 31 71 31h55v-48z" /> + <glyph glyph-name="bar" unicode="|" horiz-adv-x="222" +d="M146 750v-1000h-69v1000h69z" /> + <glyph glyph-name="braceright" unicode="}" horiz-adv-x="278" +d="M5 -92h50q24 1 34 29q10 27 10 64v165q0 38 11 63q9 26 23 42q30 32 50 36v2q-8 3 -22 12t-28 25t-23 43q-11 26 -11 63v162q0 39 -10 66t-34 28h-50v48h56q44 0 72 -31q28 -32 29 -91v-170q0 -55 19 -93t59 -39v-48q-40 -1 -59 -39q-19 -39 -19 -96v-168q-1 -57 -29 -89 +t-73 -32h-55v48z" /> + <glyph glyph-name="asciitilde" unicode="~" horiz-adv-x="600" +d="M531 273q-16 -33 -45 -60q-15 -13 -34 -21q-21 -10 -46 -10q-27 0 -56 12q-29 11 -58 25q-58 34 -99 36q-29 -1 -50 -22q-20 -22 -38 -51l-36 51q16 33 46 62q30 28 79 29q28 0 58 -11q29 -11 56 -25q29 -14 55 -25q24 -12 44 -12q30 1 51 24q21 21 37 49z" /> + <glyph glyph-name="Euro" unicode="€" +d="M566 685l-13 -63q-50 29 -130 29q-96 0 -160.5 -57t-86.5 -152h341l-11 -48h-339q-5 -44 0 -90h321l-10 -48h-302q22 -96 86 -152t160 -56q77 0 131 27l6 -64q-52 -23 -137 -23q-126 0 -210 71.5t-108 196.5h-90l11 48h73q-4 46 0 90h-84l11 48h80q25 123 110 195.5 +t209 72.5q85 0 142 -25z" /> + <glyph glyph-name="quotesinglbase" unicode="‚" horiz-adv-x="278" +d="M131 84h75l-77 -218h-57z" /> + <glyph glyph-name="florin" unicode="ƒ" +d="M458 365h-126l-71 -363q-20 -112 -58 -165t-120 -53q-34 1 -58 10l16 53q21 -8 43 -9q55 1 79 50q24 48 36 125l67 352h-111v54h122l17 91q7 38 19 73q11 35 30 62q20 27 51 44q30 16 75 16q34 -1 64 -17l-13 -50q-26 12 -56 13q-18 0 -33 -5q-15 -7 -27 -23 +q-25 -30 -43 -112l-18 -92h115v-54z" /> + <glyph glyph-name="quotedblbase" unicode="„" +d="M358 84h75l-77 -218h-57zM182 84h75l-76 -218h-58z" /> + <glyph glyph-name="ellipsis" unicode="…" horiz-adv-x="1000" +d="M793 84h81v-84h-81v84zM460 84h81v-84h-81v84zM127 84h81v-84h-81v84z" /> + <glyph glyph-name="dagger" unicode="†" +d="M246 456h-175v54h175v188h63v-188h176v-54h-176v-456h-63v456z" /> + <glyph glyph-name="daggerdbl" unicode="‡" +d="M71 242h175v214h-175v54h175v188h63v-188h176v-54h-176v-214h176v-54h-176v-188h-63v188h-175v54z" /> + <glyph glyph-name="circumflex" unicode="ˆ" horiz-adv-x="222" +d="M70 716h82l93 -144h-46l-88 102l-88 -102h-46z" /> + <glyph glyph-name="perthousand" unicode="‰" horiz-adv-x="1000" +d="M521 720h58l-413 -742h-58zM757 170q0 -18 2 -40q1 -23 7 -43q7 -20 22 -32q13 -14 38 -14q27 0 41 14q15 12 20 32q9 42 8 83q0 20 -1 43q-1 21 -7 41q-5 20 -20 33q-14 12 -41 12q-25 0 -38 -12q-15 -13 -22 -33q-10 -43 -9 -84zM694 170q0 33 6 65q5 30 18 56 +q15 26 41 41q25 15 67 15t69 -15q26 -15 39 -41q15 -26 20 -56q4 -32 4 -65q0 -32 -4 -62q-5 -32 -20 -58q-13 -26 -39 -41q-27 -15 -69 -16q-42 1 -67 16q-26 15 -41 41q-13 26 -18 58q-6 30 -6 62zM443 170q0 -18 2 -40q1 -23 7 -43q7 -20 22 -32q13 -14 38 -14 +q27 0 41 14q15 12 20 32q9 42 8 83q0 20 -1 43q-1 21 -7 41q-5 20 -20 33q-14 12 -41 12q-25 0 -38 -12q-15 -13 -22 -33q-10 -43 -9 -84zM380 170q0 33 6 65q5 30 18 56q15 26 41 41q25 15 67 15t69 -15q26 -15 39 -41q15 -26 20 -56q4 -32 4 -65q0 -32 -4 -62 +q-5 -32 -20 -58q-13 -26 -39 -41q-27 -15 -69 -16q-42 1 -67 16q-26 15 -41 41q-13 26 -18 58q-6 30 -6 62zM105 528q0 -18 2 -40q1 -23 7 -43q7 -20 22 -32q13 -14 38 -14q27 0 41 14q15 12 20 32q9 42 8 83q0 20 -1 43q-1 21 -7 41q-5 20 -20 33q-14 12 -41 12 +q-25 0 -38 -12q-15 -13 -22 -33q-10 -43 -9 -84zM42 528q0 36 7 69q6 32 20 56q27 51 105 52q79 -1 107 -52q26 -52 25 -125q1 -73 -25 -123q-15 -24 -40 -38q-27 -16 -67 -16q-78 1 -105 54q-14 26 -20 57q-7 32 -7 66z" /> + <glyph glyph-name="Scaron" unicode="Š" horiz-adv-x="500" +d="M67 89q59 -41 154 -41q67 0 112 35q44 35 45 108q-1 51 -50 86q-22 18 -51 34t-59 32q-30 17 -58 36q-29 18 -52 40q-49 43 -50 109q1 85 65 134q62 47 156 48q27 0 64 -4q37 -6 73 -19l-11 -63q-51 26 -127 26q-27 0 -53 -5q-26 -6 -49 -21q-21 -13 -35 -36 +q-14 -24 -14 -58q0 -25 14 -46t36 -37q23 -17 52 -32q28 -16 58 -33q63 -30 110 -76q23 -22 37 -52q13 -30 13 -69q-2 -104 -73 -151q-70 -46 -156 -46q-102 2 -158 30zM293 726h-82l-93 144h46l88 -102l88 102h46z" /> + <glyph glyph-name="guilsinglleft" unicode="‹" horiz-adv-x="278" +d="M105 269l133 -205h-59l-140 205l140 205h59z" /> + <glyph glyph-name="OE" unicode="Œ" horiz-adv-x="889" +d="M477 638q-52 5 -127 6q-13 0 -49 -4q-16 -3 -36 -10q-20 -9 -40 -22q-40 -26 -70 -87q-14 -31 -22 -73q-10 -43 -10 -99q1 -108 32 -169q15 -31 33 -52q18 -22 37 -37q40 -26 76 -32t49 -5q75 0 127 6v578zM817 638h-271v-249h257v-60h-257v-269h283v-60h-330 +q-84 -2 -168 -7q-147 3 -212 113q-66 107 -65 243q-1 138 65 244q65 109 212 112q84 -3 168 -7h318v-60z" /> + <glyph glyph-name="Zcaron" unicode="Ž" horiz-adv-x="500" +d="M21 60l364 578h-355v60h428v-60l-362 -578h374v-60h-449v60zM291 726h-82l-93 144h46l88 -102l88 102h46z" /> + <glyph glyph-name="quoteleft" unicode="‘" horiz-adv-x="278" +d="M147 480h-75l77 218h57z" /> + <glyph glyph-name="quoteright" unicode="’" horiz-adv-x="278" +d="M131 698h75l-77 -218h-57z" /> + <glyph glyph-name="quotedblleft" unicode="“" +d="M374 480h-75l77 218h57zM198 480h-75l77 218h57z" /> + <glyph glyph-name="quotedblright" unicode="”" +d="M182 698h75l-77 -218h-57zM358 698h75l-77 -218h-57z" /> + <glyph glyph-name="bullet" unicode="•" horiz-adv-x="500" +d="M76 349q1 74 52 124q48 50 122 51q74 -1 124 -51t51 -124q-1 -74 -51 -122q-50 -51 -124 -52q-74 1 -122 52q-51 48 -52 122z" /> + <glyph glyph-name="endash" unicode="–" horiz-adv-x="500" +d="M0 296h500v-54h-500v54z" /> + <glyph glyph-name="emdash" unicode="—" horiz-adv-x="1000" +d="M0 296h1000v-54h-1000v54z" /> + <glyph glyph-name="tilde" unicode="˜" horiz-adv-x="222" +d="M-27 595q8 35 27 62q20 27 54 28q31 -1 61 -12q30 -12 44 -13q17 0 31 9q13 9 18 25h37q-9 -53 -35 -71q-27 -18 -48 -17q-35 1 -62 13q-27 11 -47 12q-19 0 -27 -9q-10 -9 -17 -27h-36z" /> + <glyph glyph-name="trademark" unicode="™" horiz-adv-x="990" +d="M478 698h102l122 -319l122 319h102v-414h-63v360h-2l-138 -360h-43l-137 360h-2v-360h-63v414zM195 650h-131v48h325v-48h-131v-366h-63v366z" /> + <glyph glyph-name="scaron" unicode="š" horiz-adv-x="389" +d="M40 74q58 -31 133 -32q47 0 80 25q32 23 33 66q-1 45 -37 71q-36 25 -85 45q-23 11 -44 23t-40 27q-17 16 -28 37q-11 20 -11 47q1 76 52 108q49 31 114 31q22 0 57 -4q35 -6 69 -19l-6 -55q-55 23 -113 24q-49 0 -78 -18q-15 -9 -23 -25q-9 -16 -9 -42q0 -16 11 -30 +q11 -13 29 -24q18 -10 41 -21q23 -10 45 -22q50 -21 87 -56t38 -97q0 -40 -16 -67q-17 -28 -43 -45q-56 -33 -119 -33q-74 0 -143 24l6 62v0zM236 566h-82l-93 144h46l88 -102l88 102h46z" /> + <glyph glyph-name="guilsinglright" unicode="›" horiz-adv-x="278" +d="M173 269l-133 205h59l140 -205l-140 -205h-59z" /> + <glyph glyph-name="oe" unicode="œ" horiz-adv-x="889" +d="M105 255q0 -91 44 -150q42 -62 125 -63q48 0 79 18q31 17 49 46q33 60 32 149q1 85 -32 148q-18 30 -49 48q-31 17 -79 17q-83 -1 -125 -61q-44 -61 -44 -152zM503 237q0 -83 43 -137q42 -57 125 -58q37 0 78 13q41 11 65 25v-64q-72 -27 -148 -28q-147 2 -196 104 +q-54 -101 -196 -104q-122 2 -180 82q-58 78 -58 185q0 109 58 186q58 79 180 81q134 2 192 -110q55 109 183 110q107 -2 156 -76q47 -74 47 -175v-34h-349zM783 291q0 70 -31 122q-33 53 -99 55q-72 -1 -110 -49q-40 -48 -40 -128h280z" /> + <glyph glyph-name="zcaron" unicode="ž" horiz-adv-x="444" +d="M32 53l307 403h-295v54h368v-54l-307 -402h307v-54h-380v53zM263 572h-82l-93 144h46l88 -102l88 102h46z" /> + <glyph glyph-name="Ydieresis" unicode="Ÿ" horiz-adv-x="611" +d="M271 296l-259 402h80l213 -341l219 341h75l-259 -402v-296h-69v296zM189 842h75v-84h-75v84zM360 842h75v-84h-75v84z" /> + <glyph glyph-name="uni00A0" unicode=" " horiz-adv-x="278" + /> + <glyph glyph-name="exclamdown" unicode="¡" horiz-adv-x="389" +d="M235 426h-81v84h81v-84zM166 341h57l12 -529h-81z" /> + <glyph glyph-name="cent" unicode="¢" +d="M454 588l-25 -74q32 -7 45 -12l-5 -60q-13 6 -27 11q-15 5 -30 8l-134 -402q35 -17 75 -17q59 0 115 23l6 -59q-62 -19 -131 -18q-45 0 -84 14l-31 -93h-47l37 110q-59 34 -89 97t-30 139q1 121 70 193q68 73 182 74q18 0 34 -2l22 68h47zM367 467q-4 1 -7 1 +q-92 -1 -141 -59q-51 -59 -51 -154q1 -110 71 -172z" /> + <glyph glyph-name="sterling" unicode="£" +d="M67 60h103v287h-91v54h91v49q0 12 2 24q0 12 1 24t4 24q2 12 3 22q6 23 15 44q7 20 19 38q46 77 175 79q82 -2 112 -21l-10 -62q-13 10 -39 16q-25 7 -63 7q-49 0 -79 -17q-30 -19 -46 -48q-14 -29 -20 -64q-5 -37 -5 -72v-43h166v-54h-166v-287h246v-60h-418v60z" /> + <glyph glyph-name="currency" unicode="¤" +d="M278 161q81 1 130 57q48 54 49 131q-1 77 -49 132q-49 55 -130 56q-78 -5 -127 -58q-51 -54 -52 -130q1 -83 52 -136q50 -53 127 -52zM84 196q-54 68 -54 153q0 41 13 80t41 71l-57 55l43 45l57 -56q67 52 151 53q87 -1 152 -53l54 56l45 -45l-54 -55q51 -66 51 -151 +q0 -86 -51 -153l54 -55l-45 -43l-54 56q-63 -53 -152 -53q-87 0 -151 53l-57 -56l-43 43z" /> + <glyph glyph-name="yen" unicode="¥" +d="M244 175h-144v48h144v75l-3 6h-141v48h114l-195 346h76l183 -337l188 337h71l-194 -346h114v-48h-141l-3 -6v-75h144v-48h-144v-175h-69v175z" /> + <glyph glyph-name="brokenbar" unicode="¦" horiz-adv-x="222" +d="M146 175v-350h-69v350h69zM146 675v-350h-69v350h69z" /> + <glyph glyph-name="section" unicode="§" +d="M226 423l-7 -4q-15 -8 -37 -36q-23 -29 -24 -69q0 -26 18 -46q17 -21 47 -34l117 -51l21 21q37 32 38 79q-1 42 -24 63q-12 12 -27 20q-17 9 -35 16zM414 630q-17 10 -50 18q-34 8 -69 8q-40 0 -83 -18q-20 -10 -33 -27q-15 -16 -15 -40q1 -47 48 -73q44 -27 102 -49 +q60 -21 104 -56q45 -35 46 -98q-1 -45 -22 -76q-22 -31 -53 -60q33 -16 55 -46t23 -72q0 -48 -22 -79t-54 -49t-66 -25q-35 -8 -61 -8q-87 0 -169 28l7 59q77 -33 162 -33q48 0 90 26q43 25 44 79q0 24 -12 41q-14 17 -35 29q-46 24 -107 45q-60 21 -106 57q-48 35 -49 99 +q0 40 25 73q24 31 54 56l9 8l-7 4q-31 18 -52 45q-23 25 -23 64q2 82 62 117q57 33 119 33q47 0 85 -7q37 -7 60 -15z" /> + <glyph glyph-name="dieresis" unicode="¨" horiz-adv-x="222" +d="M-12 688h75v-84h-75v84zM159 688h75v-84h-75v84z" /> + <glyph glyph-name="copyright" unicode="©" horiz-adv-x="800" +d="M39 349q2 154 107 256q102 103 254 105q154 -2 256 -105q103 -102 105 -256q-2 -152 -105 -254q-102 -105 -256 -107q-152 2 -254 107q-105 102 -107 254zM591 280q-38 -153 -178 -156q-99 1 -156 66q-59 62 -60 159q0 100 57 162q56 63 156 64q71 0 120 -38 +q48 -38 60 -113h-60q-9 45 -40 71q-30 26 -79 26q-71 -1 -107 -48q-38 -46 -38 -123q0 -71 40 -120q39 -51 107 -52q49 0 79 29q30 28 38 73h61zM108 349q1 -132 84 -218q81 -88 209 -89q127 1 208 89q82 86 83 218q-1 134 -83 219q-81 86 -208 88q-128 -2 -209 -88 +q-83 -85 -84 -219z" /> + <glyph glyph-name="ordfeminine" unicode="ª" horiz-adv-x="325" +d="M238 548h-12q-25 0 -51 -1q-26 -3 -49 -10q-50 -14 -51 -53q0 -28 21 -41q19 -13 48 -13q36 -1 56 10q19 11 28 28t10 34v28v18zM242 444h-2q-11 -26 -39 -40q-28 -16 -62 -16q-62 0 -88 26q-28 24 -27 65q0 40 21 63q19 23 50 33t67 13q35 2 68 2h8v15q0 9 -1 21 +q-1 11 -9 20q-6 11 -21 17q-15 5 -40 5q-52 0 -98 -24v46q20 8 47 14q26 6 57 6q117 -1 116 -114v-135q-1 -34 3 -65h-50v48z" /> + <glyph glyph-name="guillemotleft" unicode="«" +d="M332 269l133 -205h-59l-140 205l140 205h59zM157 269l133 -205h-59l-140 205l140 205h59z" /> + <glyph glyph-name="logicalnot" unicode="¬" horiz-adv-x="600" +d="M46 388h507v-274h-69v205h-438v69z" /> + <glyph glyph-name="uni00AD" unicode="­" horiz-adv-x="333" +d="M41 304h251v-69h-251v69z" /> + <glyph glyph-name="registered" unicode="®" horiz-adv-x="800" +d="M331 379h82q41 -1 64 13t23 53q-1 36 -26 50q-27 12 -61 12h-82v-128zM262 561h162q145 0 145 -119q0 -52 -29 -83q-29 -34 -80 -34l120 -187h-73l-118 187h-58v-187h-69v423zM108 349q1 -132 84 -218q81 -88 209 -89q127 1 208 89q82 86 83 218q-1 134 -83 219 +q-81 86 -208 88q-128 -2 -209 -88q-83 -85 -84 -219zM39 349q2 154 107 256q102 103 254 105q154 -2 256 -105q103 -102 105 -256q-2 -152 -105 -254q-102 -105 -256 -107q-152 2 -254 107q-105 102 -107 254z" /> + <glyph glyph-name="macron" unicode="¯" horiz-adv-x="222" +d="M-11 668h244v-54h-244v54z" /> + <glyph glyph-name="degree" unicode="°" horiz-adv-x="400" +d="M200 705q67 -1 112 -41t46 -108q-1 -67 -46 -107q-45 -41 -112 -42q-65 1 -110 42q-47 40 -48 107q1 68 48 108q45 40 110 41zM200 657q-46 0 -76 -26q-31 -27 -31 -75q1 -43 33 -71q32 -30 74 -30q44 0 75 30q31 28 32 71q-1 48 -30 75q-29 26 -77 26z" /> + <glyph glyph-name="plusminus" unicode="±" horiz-adv-x="600" +d="M46 69h507v-69h-507v69zM46 338h219v169h69v-169h219v-69h-219v-169h-69v169h-219v69z" /> + <glyph glyph-name="twosuperior" unicode="²" horiz-adv-x="361" +d="M45 325l106 95q43 41 74 84q30 43 31 82q0 35 -22 53t-56 18q-58 -1 -109 -30l-8 50q56 27 117 28q58 0 97 -26q37 -28 38 -90q-1 -61 -39 -107q-38 -48 -80 -85l-74 -65h197v-48h-272v41z" /> + <glyph glyph-name="threesuperior" unicode="³" horiz-adv-x="361" +d="M99 524h28q17 0 40 3q23 2 44 9q22 7 37 22q14 15 14 38q-2 41 -37 52q-34 10 -63 9q-57 -1 -103 -23l-4 52q26 11 60 15q33 4 59 4q54 0 99 -23q22 -12 34 -32q12 -21 12 -50q0 -37 -26 -63t-69 -35v-2q48 -3 73 -31q24 -30 24 -73q-2 -62 -54 -90q-51 -29 -113 -29 +q-65 -1 -120 17l5 52q59 -22 120 -21q42 0 73 21q31 20 32 56q1 28 -13 44q-14 15 -37 21q-48 10 -87 9h-28v48z" /> + <glyph glyph-name="acute" unicode="´" horiz-adv-x="222" +d="M146 716h79l-126 -144h-46z" /> + <glyph glyph-name="mu" unicode="µ" +d="M79 510h63v-310q0 -73 29 -114q28 -44 92 -44q43 0 73 18q30 17 46 44q18 28 25 60t7 64v282h63v-390q-1 -58 4 -120h-61v91h-2q-7 -17 -19 -34q-12 -18 -31 -34q-19 -15 -47 -24q-28 -11 -68 -11q-59 0 -111 29v-227h-63v720z" /> + <glyph glyph-name="paragraph" unicode="¶" horiz-adv-x="600" +d="M256 320q-92 1 -149 55q-58 51 -59 131q4 193 228 192h240v-806h-63v752h-134v-752h-63v428z" /> + <glyph glyph-name="periodcentered" unicode="·" horiz-adv-x="278" +d="M92 311q0 24 16 36q15 12 32 12q18 0 32 -12t15 -36q-1 -23 -15 -35t-32 -12q-17 0 -32 12q-16 12 -16 35z" /> + <glyph glyph-name="cedilla" unicode="¸" horiz-adv-x="222" +d="M104 0h27l-19 -54q15 3 33 3q31 0 52 -16q20 -17 21 -49q-2 -42 -37 -56q-36 -13 -73 -13q-33 1 -63 11q-30 9 -38 11l7 37q11 -7 36 -17q25 -11 53 -12q50 0 52 37q-1 37 -38 37q-21 0 -42 -4z" /> + <glyph glyph-name="onesuperior" unicode="¹" horiz-adv-x="361" +d="M232 284h-57v366l-76 -58l-22 33l103 80h52v-421z" /> + <glyph glyph-name="ordmasculine" unicode="º" horiz-adv-x="361" +d="M74 548q0 -52 29 -84q28 -34 78 -34q52 0 79 34q27 32 27 84q0 50 -27 84q-27 35 -79 36q-50 -1 -78 -36q-29 -34 -29 -84zM23 548q0 67 38 114t120 48q82 -2 121 -47q36 -46 36 -115q0 -63 -36 -109q-39 -47 -121 -51q-82 2 -120 49q-38 46 -38 111z" /> + <glyph glyph-name="guillemotright" unicode="»" +d="M224 269l-133 205h59l140 -205l-140 -205h-59zM399 269l-133 205h59l140 -205l-140 -205h-59z" /> + <glyph glyph-name="onequarter" unicode="¼" horiz-adv-x="834" +d="M431 140l208 281h68v-282h56v-48h-56v-91h-57v91h-219v49zM650 352h-2l-160 -213h162v213zM226 284h-57v366l-76 -58l-22 33l103 80h52v-421zM573 720h57l-443 -742h-57z" /> + <glyph glyph-name="onehalf" unicode="½" horiz-adv-x="834" +d="M503 41l106 95q43 41 74 84q30 43 31 82q0 35 -22 53t-56 18q-58 -1 -109 -30l-8 50q56 27 117 28q58 0 97 -26q37 -28 38 -90q-1 -61 -39 -107q-38 -48 -80 -85l-74 -65h197v-48h-272v41zM214 284h-57v366l-76 -58l-22 33l103 80h52v-421zM560 720h57l-443 -742h-57z +" /> + <glyph glyph-name="threequarters" unicode="¾" horiz-adv-x="834" +d="M118 524h28q17 0 40 3q23 2 44 9q22 7 37 22q14 15 14 38q-2 41 -37 52q-34 10 -63 9q-57 -1 -103 -23l-4 52q26 11 60 15q33 4 59 4q54 0 99 -23q22 -12 34 -32q12 -21 12 -50q0 -37 -26 -63t-69 -35v-2q48 -3 73 -31q24 -30 24 -73q-2 -62 -54 -90q-51 -29 -113 -29 +q-65 -1 -120 17l5 52q59 -22 120 -21q42 0 73 21q31 20 32 56q1 28 -13 44q-14 15 -37 21q-48 10 -87 9h-28v48zM450 140l208 281h68v-282h56v-48h-56v-91h-57v91h-219v49zM669 352h-2l-160 -213h162v213zM650 720h58l-443 -742h-58z" /> + <glyph glyph-name="questiondown" unicode="¿" horiz-adv-x="500" +d="M318 426h-81v84h81v-84zM414 -175q-71 -24 -146 -25q-79 0 -134 44q-57 43 -58 135q0 62 28 103q25 40 58 73q34 34 59 73t26 98v15h63v-13q-1 -66 -25 -108t-57 -74q-15 -16 -29 -33q-15 -18 -27 -37q-26 -38 -27 -97q0 -56 37 -86q34 -32 89 -33q41 1 75 9t65 19z" /> + <glyph glyph-name="Agrave" unicode="À" horiz-adv-x="667" +d="M181 247h303l-151 385zM299 698h78l277 -698h-72l-75 187h-352l-75 -187h-67zM397 726h-46l-126 144h79z" /> + <glyph glyph-name="Aacute" unicode="Á" horiz-adv-x="667" +d="M181 247h303l-151 385zM299 698h78l277 -698h-72l-75 187h-352l-75 -187h-67zM377 870h79l-126 -144h-46z" /> + <glyph glyph-name="Acircumflex" unicode="Â" horiz-adv-x="667" +d="M181 247h303l-151 385zM299 698h78l277 -698h-72l-75 187h-352l-75 -187h-67zM299 870h82l93 -144h-46l-88 102l-88 -102h-46z" /> + <glyph glyph-name="Atilde" unicode="Ã" horiz-adv-x="667" +d="M181 247h303l-151 385zM299 698h78l277 -698h-72l-75 187h-352l-75 -187h-67zM202 749q8 35 27 62q20 27 54 28q31 -1 61 -12q30 -12 44 -13q17 0 31 9q13 9 18 25h37q-9 -53 -35 -71q-27 -18 -48 -17q-35 1 -62 13q-27 11 -47 12q-19 0 -27 -9q-10 -9 -17 -27h-36z" /> + <glyph glyph-name="Adieresis" unicode="Ä" horiz-adv-x="667" +d="M181 247h303l-151 385zM299 698h78l277 -698h-72l-75 187h-352l-75 -187h-67zM217 842h75v-84h-75v84zM388 842h75v-84h-75v84z" /> + <glyph glyph-name="Aring" unicode="Å" horiz-adv-x="667" +d="M181 247h303l-151 385zM299 698h78l277 -698h-72l-75 187h-352l-75 -187h-67zM281 816q0 -26 18 -41q17 -18 42 -18q26 0 43 18q17 15 17 41t-17 43q-17 16 -43 16q-25 0 -42 -16q-18 -17 -18 -43zM245 816q0 42 28 68q27 26 68 27q41 -1 69 -27q26 -26 27 -68 +q-1 -41 -27 -67q-28 -28 -69 -28t-68 28q-28 26 -28 67z" /> + <glyph glyph-name="AE" unicode="Æ" horiz-adv-x="889" +d="M436 698h381v-60h-271v-249h257v-60h-257v-269h283v-60h-351v187h-286l-116 -187h-76zM477 644h-2l-246 -397h248v397z" /> + <glyph glyph-name="Ccedilla" unicode="Ç" horiz-adv-x="667" +d="M565 620q-34 18 -75 25q-43 5 -81 5q-136 -2 -209 -85q-74 -83 -74 -216q0 -134 73 -216q72 -84 210 -85q36 0 81 7q44 6 75 23l4 -60q-31 -16 -77 -23q-47 -7 -83 -7q-8 0 -14 1l-15 -43q15 3 33 3q31 0 52 -16q20 -17 21 -49q-2 -42 -37 -56q-36 -13 -73 -13 +q-33 1 -63 11q-30 9 -38 11l7 37q11 -7 36 -17q25 -11 53 -12q50 0 52 37q-1 37 -38 37q-21 0 -42 -4l25 76q-148 14 -228 110q-83 95 -83 248q1 162 95 261q93 98 257 100q34 0 83 -5q48 -6 77 -21l-4 -64v0z" /> + <glyph glyph-name="Egrave" unicode="È" horiz-adv-x="500" +d="M86 698h342v-60h-273v-249h259v-60h-259v-269h285v-60h-354v698zM308 726h-46l-126 144h79z" /> + <glyph glyph-name="Eacute" unicode="É" horiz-adv-x="500" +d="M86 698h342v-60h-273v-249h259v-60h-259v-269h285v-60h-354v698zM288 870h79l-126 -144h-46z" /> + <glyph glyph-name="Ecircumflex" unicode="Ê" horiz-adv-x="500" +d="M86 698h342v-60h-273v-249h259v-60h-259v-269h285v-60h-354v698zM209 870h82l93 -144h-46l-88 102l-88 -102h-46z" /> + <glyph glyph-name="Edieresis" unicode="Ë" horiz-adv-x="500" +d="M86 698h342v-60h-273v-249h259v-60h-259v-269h285v-60h-354v698zM129 842h75v-84h-75v84zM300 842h75v-84h-75v84z" /> + <glyph glyph-name="Igrave" unicode="Ì" horiz-adv-x="222" +d="M77 698h69v-698h-69v698zM168 726h-46l-126 144h79z" /> + <glyph glyph-name="Iacute" unicode="Í" horiz-adv-x="222" +d="M77 698h69v-698h-69v698zM146 870h79l-126 -144h-46z" /> + <glyph glyph-name="Icircumflex" unicode="Î" horiz-adv-x="222" +d="M77 698h69v-698h-69v698zM69 870h82l93 -144h-46l-88 102l-88 -102h-46z" /> + <glyph glyph-name="Idieresis" unicode="Ï" horiz-adv-x="222" +d="M77 698h69v-698h-69v698zM-12 842h75v-84h-75v84zM159 842h75v-84h-75v84z" /> + <glyph glyph-name="Eth" unicode="Ð" horiz-adv-x="667" +d="M149 389h213v-60h-213v-269h57q319 -7 327 294q-1 165 -92 226q-91 59 -246 58h-46v-249zM80 698h118q397 6 404 -348q-2 -187 -113 -269q-110 -81 -287 -81h-122v329h-69v60h69v309z" /> + <glyph glyph-name="Ntilde" unicode="Ñ" horiz-adv-x="667" +d="M77 698h87l355 -614h2v614h69v-698h-93l-349 602h-2v-602h-69v698zM200 749q8 35 27 62q20 27 54 28q31 -1 61 -12q30 -12 44 -13q17 0 31 9q13 9 18 25h37q-9 -53 -35 -71q-27 -18 -48 -17q-35 1 -62 13q-27 11 -47 12q-19 0 -27 -9q-10 -9 -17 -27h-36z" /> + <glyph glyph-name="Ograve" unicode="Ò" horiz-adv-x="722" +d="M361 650q-122 -3 -180 -94t-58 -207t58 -205q58 -94 180 -96q123 2 181 96q57 89 57 205t-57 207q-58 91 -181 94zM54 349q-1 147 75 252q75 106 232 109q158 -3 234 -109q75 -105 73 -252q-1 -163 -78 -260q-78 -99 -229 -101q-150 2 -227 101q-78 97 -80 260zM423 726 +h-46l-126 144h79z" /> + <glyph glyph-name="Oacute" unicode="Ó" horiz-adv-x="722" +d="M361 650q-122 -3 -180 -94t-58 -207t58 -205q58 -94 180 -96q123 2 181 96q57 89 57 205t-57 207q-58 91 -181 94zM54 349q-1 147 75 252q75 106 232 109q158 -3 234 -109q75 -105 73 -252q-1 -163 -78 -260q-78 -99 -229 -101q-150 2 -227 101q-78 97 -80 260zM403 870 +h79l-126 -144h-46z" /> + <glyph glyph-name="Ocircumflex" unicode="Ô" horiz-adv-x="722" +d="M361 650q-122 -3 -180 -94t-58 -207t58 -205q58 -94 180 -96q123 2 181 96q57 89 57 205t-57 207q-58 91 -181 94zM54 349q-1 147 75 252q75 106 232 109q158 -3 234 -109q75 -105 73 -252q-1 -163 -78 -260q-78 -99 -229 -101q-150 2 -227 101q-78 97 -80 260zM324 870 +h82l93 -144h-46l-88 102l-88 -102h-46z" /> + <glyph glyph-name="Otilde" unicode="Õ" horiz-adv-x="722" +d="M361 650q-122 -3 -180 -94t-58 -207t58 -205q58 -94 180 -96q123 2 181 96q57 89 57 205t-57 207q-58 91 -181 94zM54 349q-1 147 75 252q75 106 232 109q158 -3 234 -109q75 -105 73 -252q-1 -163 -78 -260q-78 -99 -229 -101q-150 2 -227 101q-78 97 -80 260zM227 749 +q8 35 27 62q20 27 54 28q31 -1 61 -12q30 -12 44 -13q17 0 31 9q13 9 18 25h37q-9 -53 -35 -71q-27 -18 -48 -17q-35 1 -62 13q-27 11 -47 12q-19 0 -27 -9q-10 -9 -17 -27h-36z" /> + <glyph glyph-name="Odieresis" unicode="Ö" horiz-adv-x="722" +d="M361 650q-122 -3 -180 -94t-58 -207t58 -205q58 -94 180 -96q123 2 181 96q57 89 57 205t-57 207q-58 91 -181 94zM54 349q-1 147 75 252q75 106 232 109q158 -3 234 -109q75 -105 73 -252q-1 -163 -78 -260q-78 -99 -229 -101q-150 2 -227 101q-78 97 -80 260zM243 842 +h75v-84h-75v84zM414 842h75v-84h-75v84z" /> + <glyph glyph-name="multiply" unicode="×" horiz-adv-x="600" +d="M71 437l49 49l181 -181l179 181l50 -49l-180 -180l180 -181l-50 -50l-179 182l-181 -182l-49 50l181 181z" /> + <glyph glyph-name="Oslash" unicode="Ø" horiz-adv-x="722" +d="M693 694l-91 -105q68 -100 66 -240q-1 -163 -78 -260q-78 -99 -229 -101q-137 1 -212 83l-81 -93l-39 33l88 101q-61 92 -63 237q-1 147 75 252q75 106 232 109q132 -1 207 -81l86 98zM196 124q57 -74 165 -76q123 2 181 96q57 89 57 205q0 101 -45 185zM523 577 +q-58 71 -162 73q-122 -3 -180 -94t-58 -207q0 -99 43 -180z" /> + <glyph glyph-name="Ugrave" unicode="Ù" horiz-adv-x="667" +d="M587 244q-1 -76 -24 -126q-25 -51 -63 -79q-39 -28 -82 -39q-44 -12 -84 -12q-38 0 -81 12q-44 11 -83 39q-38 28 -63 79q-26 50 -26 126v454h69v-454q0 -87 47 -140q47 -55 137 -56q92 1 138 56q46 53 46 140v454h69v-454zM396 726h-46l-126 144h79z" /> + <glyph glyph-name="Uacute" unicode="Ú" horiz-adv-x="667" +d="M587 244q-1 -76 -24 -126q-25 -51 -63 -79q-39 -28 -82 -39q-44 -12 -84 -12q-38 0 -81 12q-44 11 -83 39q-38 28 -63 79q-26 50 -26 126v454h69v-454q0 -87 47 -140q47 -55 137 -56q92 1 138 56q46 53 46 140v454h69v-454zM375 870h79l-126 -144h-46z" /> + <glyph glyph-name="Ucircumflex" unicode="Û" horiz-adv-x="667" +d="M587 244q-1 -76 -24 -126q-25 -51 -63 -79q-39 -28 -82 -39q-44 -12 -84 -12q-38 0 -81 12q-44 11 -83 39q-38 28 -63 79q-26 50 -26 126v454h69v-454q0 -87 47 -140q47 -55 137 -56q92 1 138 56q46 53 46 140v454h69v-454zM297 870h82l93 -144h-46l-88 102l-88 -102h-46 +z" /> + <glyph glyph-name="Udieresis" unicode="Ü" horiz-adv-x="667" +d="M587 244q-1 -76 -24 -126q-25 -51 -63 -79q-39 -28 -82 -39q-44 -12 -84 -12q-38 0 -81 12q-44 11 -83 39q-38 28 -63 79q-26 50 -26 126v454h69v-454q0 -87 47 -140q47 -55 137 -56q92 1 138 56q46 53 46 140v454h69v-454zM215 842h75v-84h-75v84zM386 842h75v-84h-75 +v84z" /> + <glyph glyph-name="Yacute" unicode="Ý" horiz-adv-x="611" +d="M271 296l-259 402h80l213 -341l219 341h75l-259 -402v-296h-69v296zM348 870h79l-126 -144h-46z" /> + <glyph glyph-name="Thorn" unicode="Þ" horiz-adv-x="500" +d="M155 232h48q40 0 76 5q36 4 65 17q29 14 45 42t16 74q-2 136 -138 138h-112v-276zM86 698h69v-130h103q211 0 216 -198q-1 -97 -64 -147q-62 -51 -159 -51h-96v-172h-69v698z" /> + <glyph glyph-name="germandbls" unicode="ß" +d="M79 542q0 99 49 159t151 61q184 -4 189 -186q-2 -141 -134 -174v-2q171 -20 172 -185q-1 -98 -57 -158q-57 -63 -160 -64q-16 0 -39 3q-24 2 -46 9l4 59q36 -18 82 -17q72 1 110 48q37 45 37 119q-1 87 -52 121q-51 32 -139 32h-10v54h18q65 0 105 42q39 41 40 111 +q0 59 -31 96q-32 37 -89 38q-27 0 -51 -7q-24 -9 -44 -30q-18 -21 -29 -57q-13 -37 -13 -94v-520h-63v542z" /> + <glyph glyph-name="agrave" unicode="à" horiz-adv-x="500" +d="M366 257h-18q-41 0 -82 -2q-43 -4 -78 -17q-35 -12 -56 -37q-23 -25 -23 -67q0 -49 32 -70q30 -22 74 -22q55 0 87 22q31 21 45 50q15 31 17 61q2 31 2 51v31zM372 82h-2q-22 -45 -67 -69t-95 -25q-53 1 -86 17q-34 15 -52 38q-32 50 -30 89q0 64 31 101q30 37 77 53 +q47 17 102 22q54 3 104 3h12v26q3 131 -116 131q-79 1 -150 -42v61q71 33 150 35q181 2 179 -190v-225q-1 -58 5 -107h-62v82zM309 566h-46l-126 144h79z" /> + <glyph glyph-name="aacute" unicode="á" horiz-adv-x="500" +d="M366 257h-18q-41 0 -82 -2q-43 -4 -78 -17q-35 -12 -56 -37q-23 -25 -23 -67q0 -49 32 -70q30 -22 74 -22q55 0 87 22q31 21 45 50q15 31 17 61q2 31 2 51v31zM372 82h-2q-22 -45 -67 -69t-95 -25q-53 1 -86 17q-34 15 -52 38q-32 50 -30 89q0 64 31 101q30 37 77 53 +q47 17 102 22q54 3 104 3h12v26q3 131 -116 131q-79 1 -150 -42v61q71 33 150 35q181 2 179 -190v-225q-1 -58 5 -107h-62v82zM287 710h79l-126 -144h-46z" /> + <glyph glyph-name="acircumflex" unicode="â" horiz-adv-x="500" +d="M366 257h-18q-41 0 -82 -2q-43 -4 -78 -17q-35 -12 -56 -37q-23 -25 -23 -67q0 -49 32 -70q30 -22 74 -22q55 0 87 22q31 21 45 50q15 31 17 61q2 31 2 51v31zM372 82h-2q-22 -45 -67 -69t-95 -25q-53 1 -86 17q-34 15 -52 38q-32 50 -30 89q0 64 31 101q30 37 77 53 +q47 17 102 22q54 3 104 3h12v26q3 131 -116 131q-79 1 -150 -42v61q71 33 150 35q181 2 179 -190v-225q-1 -58 5 -107h-62v82zM210 710h82l93 -144h-46l-88 102l-88 -102h-46z" /> + <glyph glyph-name="atilde" unicode="ã" horiz-adv-x="500" +d="M366 257h-18q-41 0 -82 -2q-43 -4 -78 -17q-35 -12 -56 -37q-23 -25 -23 -67q0 -49 32 -70q30 -22 74 -22q55 0 87 22q31 21 45 50q15 31 17 61q2 31 2 51v31zM372 82h-2q-22 -45 -67 -69t-95 -25q-53 1 -86 17q-34 15 -52 38q-32 50 -30 89q0 64 31 101q30 37 77 53 +q47 17 102 22q54 3 104 3h12v26q3 131 -116 131q-79 1 -150 -42v61q71 33 150 35q181 2 179 -190v-225q-1 -58 5 -107h-62v82zM112 589q8 35 27 62q20 27 54 28q31 -1 61 -12q30 -12 44 -13q17 0 31 9q13 9 18 25h37q-9 -53 -35 -71q-27 -18 -48 -17q-35 1 -62 13 +q-27 11 -47 12q-19 0 -27 -9q-10 -9 -17 -27h-36z" /> + <glyph glyph-name="adieresis" unicode="ä" horiz-adv-x="500" +d="M366 257h-18q-41 0 -82 -2q-43 -4 -78 -17q-35 -12 -56 -37q-23 -25 -23 -67q0 -49 32 -70q30 -22 74 -22q55 0 87 22q31 21 45 50q15 31 17 61q2 31 2 51v31zM372 82h-2q-22 -45 -67 -69t-95 -25q-53 1 -86 17q-34 15 -52 38q-32 50 -30 89q0 64 31 101q30 37 77 53 +q47 17 102 22q54 3 104 3h12v26q3 131 -116 131q-79 1 -150 -42v61q71 33 150 35q181 2 179 -190v-225q-1 -58 5 -107h-62v82zM128 682h75v-84h-75v84zM299 682h75v-84h-75v84z" /> + <glyph glyph-name="aring" unicode="å" horiz-adv-x="500" +d="M366 257h-18q-41 0 -82 -2q-43 -4 -78 -17q-35 -12 -56 -37q-23 -25 -23 -67q0 -49 32 -70q30 -22 74 -22q55 0 87 22q31 21 45 50q15 31 17 61q2 31 2 51v31zM372 82h-2q-22 -45 -67 -69t-95 -25q-53 1 -86 17q-34 15 -52 38q-32 50 -30 89q0 64 31 101q30 37 77 53 +q47 17 102 22q54 3 104 3h12v26q3 131 -116 131q-79 1 -150 -42v61q71 33 150 35q181 2 179 -190v-225q-1 -58 5 -107h-62v82zM191 648q0 -26 18 -41q17 -18 42 -18q26 0 43 18q17 15 17 41t-17 43q-17 16 -43 16q-25 0 -42 -16q-18 -17 -18 -43zM155 648q0 42 28 68 +q27 26 68 27q41 -1 69 -27q26 -26 27 -68q-1 -41 -27 -67q-28 -28 -69 -28t-68 28q-28 26 -28 67z" /> + <glyph glyph-name="ae" unicode="æ" horiz-adv-x="833" +d="M718 291q0 70 -29 122q-31 53 -101 55q-67 -2 -106 -55q-41 -53 -41 -122h277zM749 16q-72 -27 -148 -28q-157 4 -194 103q-43 -60 -93 -82q-50 -21 -100 -21q-76 0 -121 35q-47 33 -47 101q0 61 31 95q28 34 73 50t92 20q48 2 86 2h44v27q1 66 -22 108q-12 20 -34 31 +q-23 11 -59 11q-81 1 -151 -42v61q71 33 150 35q57 0 98 -19q41 -20 65 -73q28 43 72 67q43 25 93 25q107 -2 156 -75q47 -72 47 -178v-32h-346v-23q-1 -74 39 -122q38 -49 126 -50q37 0 78 13q41 11 65 25v-64zM372 237h-22q-29 0 -69 -1q-40 -3 -78 -13q-37 -10 -62 -33 +q-26 -23 -26 -66q1 -40 35 -61q32 -21 71 -21q83 1 118 50q34 47 33 118v27z" /> + <glyph glyph-name="ccedilla" unicode="ç" horiz-adv-x="444" +d="M411 442q-54 25 -109 26q-92 -1 -141 -59q-51 -59 -51 -154q0 -89 50 -149q49 -63 135 -64q59 0 115 23l6 -59q-62 -19 -131 -18h-2l-15 -42q15 3 33 3q31 0 52 -16q20 -17 21 -49q-2 -42 -37 -56q-36 -13 -73 -13q-33 1 -63 11q-30 9 -38 11l7 37q11 -7 36 -17 +q25 -11 53 -12q50 0 52 37q-1 37 -38 37q-21 0 -42 -4l26 75q-109 13 -162 88q-54 75 -54 177q1 121 70 193q68 73 182 74q47 0 78 -7q16 -3 28 -6q11 -4 17 -7z" /> + <glyph glyph-name="egrave" unicode="è" horiz-adv-x="500" +d="M390 291q0 70 -29 122q-31 53 -101 55q-69 -2 -109 -56q-41 -54 -41 -121h280zM421 16q-72 -27 -148 -28q-125 2 -179 77q-54 73 -53 190q1 119 60 193q57 73 155 74q107 -2 156 -75q47 -72 47 -178v-32h-349q0 -83 43 -137q42 -57 125 -58q37 0 78 13q41 11 65 25v-64z +M308 566h-46l-126 144h79z" /> + <glyph glyph-name="eacute" unicode="é" horiz-adv-x="500" +d="M390 291q0 70 -29 122q-31 53 -101 55q-69 -2 -109 -56q-41 -54 -41 -121h280zM421 16q-72 -27 -148 -28q-125 2 -179 77q-54 73 -53 190q1 119 60 193q57 73 155 74q107 -2 156 -75q47 -72 47 -178v-32h-349q0 -83 43 -137q42 -57 125 -58q37 0 78 13q41 11 65 25v-64z +M288 710h79l-126 -144h-46z" /> + <glyph glyph-name="ecircumflex" unicode="ê" horiz-adv-x="500" +d="M390 291q0 70 -29 122q-31 53 -101 55q-69 -2 -109 -56q-41 -54 -41 -121h280zM421 16q-72 -27 -148 -28q-125 2 -179 77q-54 73 -53 190q1 119 60 193q57 73 155 74q107 -2 156 -75q47 -72 47 -178v-32h-349q0 -83 43 -137q42 -57 125 -58q37 0 78 13q41 11 65 25v-64z +M211 710h82l93 -144h-46l-88 102l-88 -102h-46z" /> + <glyph glyph-name="edieresis" unicode="ë" horiz-adv-x="500" +d="M390 291q0 70 -29 122q-31 53 -101 55q-69 -2 -109 -56q-41 -54 -41 -121h280zM421 16q-72 -27 -148 -28q-125 2 -179 77q-54 73 -53 190q1 119 60 193q57 73 155 74q107 -2 156 -75q47 -72 47 -178v-32h-349q0 -83 43 -137q42 -57 125 -58q37 0 78 13q41 11 65 25v-64z +M129 682h75v-84h-75v84zM300 682h75v-84h-75v84z" /> + <glyph glyph-name="igrave" unicode="ì" horiz-adv-x="222" +d="M168 566h-46l-126 144h79zM79 510h63v-510h-63v510z" /> + <glyph glyph-name="iacute" unicode="í" horiz-adv-x="222" +d="M146 710h79l-126 -144h-46zM79 510h63v-510h-63v510z" /> + <glyph glyph-name="icircumflex" unicode="î" horiz-adv-x="222" +d="M70 710h82l93 -144h-46l-88 102l-88 -102h-46zM79 510h63v-510h-63v510z" /> + <glyph glyph-name="idieresis" unicode="ï" horiz-adv-x="222" +d="M79 510h63v-510h-63v510zM-12 682h75v-84h-75v84zM159 682h75v-84h-75v84z" /> + <glyph glyph-name="eth" unicode="ð" +d="M182 606l91 57q-61 36 -135 51l12 48q109 -16 182 -63l107 66l30 -42l-93 -57q142 -134 140 -370q1 -305 -238 -308q-122 2 -180 82q-58 78 -58 185q0 109 58 186q58 79 180 81q96 -1 157 -79h2q-29 118 -117 188l-108 -67zM109 255q0 -91 44 -150q42 -62 125 -63 +q83 1 127 63q42 59 42 150t-42 152q-44 60 -127 61q-83 -1 -125 -61q-44 -61 -44 -152z" /> + <glyph glyph-name="ntilde" unicode="ñ" +d="M79 390q0 59 -4 120h61v-91h2q9 18 21 36t30 33q19 16 47 25t67 9q94 -1 135 -56q39 -54 39 -140v-326h-63v310q0 73 -27 116q-29 41 -94 42q-84 -2 -118 -60q-18 -27 -25 -59q-8 -33 -8 -67v-282h-63v390zM142 589q8 35 27 62q20 27 54 28q31 -1 61 -12q30 -12 44 -13 +q17 0 31 9q13 9 18 25h37q-9 -53 -35 -71q-27 -18 -48 -17q-35 1 -62 13q-27 11 -47 12q-19 0 -27 -9q-10 -9 -17 -27h-36z" /> + <glyph glyph-name="ograve" unicode="ò" +d="M109 255q0 -91 44 -150q42 -62 125 -63q83 1 127 63q42 59 42 150t-42 152q-44 60 -127 61q-83 -1 -125 -61q-44 -61 -44 -152zM40 255q0 109 58 186q58 79 180 81q124 -2 182 -81q56 -77 56 -186q0 -107 -56 -185q-58 -80 -182 -82q-122 2 -180 82q-58 78 -58 185z +M339 566h-46l-126 144h79z" /> + <glyph glyph-name="oacute" unicode="ó" +d="M109 255q0 -91 44 -150q42 -62 125 -63q83 1 127 63q42 59 42 150t-42 152q-44 60 -127 61q-83 -1 -125 -61q-44 -61 -44 -152zM40 255q0 109 58 186q58 79 180 81q124 -2 182 -81q56 -77 56 -186q0 -107 -56 -185q-58 -80 -182 -82q-122 2 -180 82q-58 78 -58 185z +M319 710h79l-126 -144h-46z" /> + <glyph glyph-name="ocircumflex" unicode="ô" +d="M109 255q0 -91 44 -150q42 -62 125 -63q83 1 127 63q42 59 42 150t-42 152q-44 60 -127 61q-83 -1 -125 -61q-44 -61 -44 -152zM40 255q0 109 58 186q58 79 180 81q124 -2 182 -81q56 -77 56 -186q0 -107 -56 -185q-58 -80 -182 -82q-122 2 -180 82q-58 78 -58 185z +M240 710h82l93 -144h-46l-88 102l-88 -102h-46z" /> + <glyph glyph-name="otilde" unicode="õ" +d="M109 255q0 -91 44 -150q42 -62 125 -63q83 1 127 63q42 59 42 150t-42 152q-44 60 -127 61q-83 -1 -125 -61q-44 -61 -44 -152zM40 255q0 109 58 186q58 79 180 81q124 -2 182 -81q56 -77 56 -186q0 -107 -56 -185q-58 -80 -182 -82q-122 2 -180 82q-58 78 -58 185z +M143 589q8 35 27 62q20 27 54 28q31 -1 61 -12q30 -12 44 -13q17 0 31 9q13 9 18 25h37q-9 -53 -35 -71q-27 -18 -48 -17q-35 1 -62 13q-27 11 -47 12q-19 0 -27 -9q-10 -9 -17 -27h-36z" /> + <glyph glyph-name="odieresis" unicode="ö" +d="M109 255q0 -91 44 -150q42 -62 125 -63q83 1 127 63q42 59 42 150t-42 152q-44 60 -127 61q-83 -1 -125 -61q-44 -61 -44 -152zM40 255q0 109 58 186q58 79 180 81q124 -2 182 -81q56 -77 56 -186q0 -107 -56 -185q-58 -80 -182 -82q-122 2 -180 82q-58 78 -58 185z +M159 682h75v-84h-75v84zM330 682h75v-84h-75v84z" /> + <glyph glyph-name="divide" unicode="÷" horiz-adv-x="600" +d="M236 57q0 28 20 46q18 17 44 18q26 0 45 -19t19 -45q0 -25 -19 -44t-45 -20q-26 1 -44 20q-20 18 -20 44zM236 450q0 28 20 46q18 17 44 18q26 0 45 -19t19 -45q0 -25 -19 -44q-19 -20 -45 -20t-44 20q-20 18 -20 44zM46 288h507v-69h-507v69z" /> + <glyph glyph-name="oslash" unicode="ø" +d="M537 516l-73 -84q52 -74 52 -177q0 -107 -56 -185q-58 -80 -182 -82q-97 1 -154 53l-70 -81l-35 29l75 86q-55 77 -54 180q0 109 58 186q58 79 180 81q102 -1 156 -56l68 79zM166 89q43 -47 112 -47q83 1 127 63q42 59 42 150q0 72 -28 125zM393 419q-44 48 -115 49 +q-83 -1 -125 -61q-44 -61 -44 -152q0 -73 30 -128z" /> + <glyph glyph-name="ugrave" unicode="ù" +d="M477 120q-1 -58 4 -120h-61v91h-2q-7 -17 -19 -34q-12 -18 -31 -34q-19 -15 -47 -24q-28 -11 -68 -11q-93 1 -134 56q-41 54 -40 140v326h63v-310q0 -73 29 -114q28 -44 92 -44q43 0 73 18q30 17 46 44q18 28 25 60t7 64v282h63v-390zM336 566h-46l-126 144h79z" /> + <glyph glyph-name="uacute" unicode="ú" +d="M477 120q-1 -58 4 -120h-61v91h-2q-7 -17 -19 -34q-12 -18 -31 -34q-19 -15 -47 -24q-28 -11 -68 -11q-93 1 -134 56q-41 54 -40 140v326h63v-310q0 -73 29 -114q28 -44 92 -44q43 0 73 18q30 17 46 44q18 28 25 60t7 64v282h63v-390zM316 710h79l-126 -144h-46z" /> + <glyph glyph-name="ucircumflex" unicode="û" +d="M477 120q-1 -58 4 -120h-61v91h-2q-7 -17 -19 -34q-12 -18 -31 -34q-19 -15 -47 -24q-28 -11 -68 -11q-93 1 -134 56q-41 54 -40 140v326h63v-310q0 -73 29 -114q28 -44 92 -44q43 0 73 18q30 17 46 44q18 28 25 60t7 64v282h63v-390zM238 710h82l93 -144h-46l-88 102 +l-88 -102h-46z" /> + <glyph glyph-name="udieresis" unicode="ü" +d="M477 120q-1 -58 4 -120h-61v91h-2q-7 -17 -19 -34q-12 -18 -31 -34q-19 -15 -47 -24q-28 -11 -68 -11q-93 1 -134 56q-41 54 -40 140v326h63v-310q0 -73 29 -114q28 -44 92 -44q43 0 73 18q30 17 46 44q18 28 25 60t7 64v282h63v-390zM157 682h75v-84h-75v84zM328 682h75 +v-84h-75v84z" /> + <glyph glyph-name="yacute" unicode="ý" horiz-adv-x="444" +d="M221 85h1l147 425h66l-204 -586q-17 -55 -47 -96q-15 -20 -36 -31q-21 -12 -48 -13q-35 0 -68 8l6 54q9 -3 20 -5q11 -3 27 -3q39 1 59 32q20 29 33 79l13 45l-181 516h69zM261 710h79l-126 -144h-46z" /> + <glyph glyph-name="thorn" unicode="þ" +d="M438 255q0 38 -5 76q-7 38 -25 68q-16 32 -46 50q-30 19 -75 19q-42 0 -70 -19q-29 -20 -47 -52t-25 -68q-9 -38 -9 -74q-1 -73 34 -141q18 -32 47 -51q28 -21 70 -21q45 0 75 21q30 19 46 49q18 32 25 70q5 37 5 73zM73 750h63v-333h2q4 11 16 30q10 17 28 34 +q19 17 47 30q28 11 68 11q112 -1 162 -75q48 -73 48 -192q0 -115 -52 -190q-53 -75 -158 -77q-116 0 -159 105h-2v-303h-63v960z" /> + <glyph glyph-name="ydieresis" unicode="ÿ" horiz-adv-x="444" +d="M221 85h1l147 425h66l-204 -586q-17 -55 -47 -96q-15 -20 -36 -31q-21 -12 -48 -13q-35 0 -68 8l6 54q9 -3 20 -5q11 -3 27 -3q39 1 59 32q20 29 33 79l13 45l-181 516h69zM101 682h75v-84h-75v84zM272 682h75v-84h-75v84z" /> + <glyph glyph-name=".null" horiz-adv-x="500" + /> + <glyph glyph-name="Amacron" unicode="Ā" horiz-adv-x="667" +d="M181 247h303l-151 385zM299 698h78l277 -698h-72l-75 187h-352l-75 -187h-67zM217 822h244v-54h-244v54z" /> + <glyph glyph-name="amacron" unicode="ā" horiz-adv-x="500" +d="M366 257h-18q-41 0 -82 -2q-43 -4 -78 -17q-35 -12 -56 -37q-23 -25 -23 -67q0 -49 32 -70q30 -22 74 -22q55 0 87 22q31 21 45 50q15 31 17 61q2 31 2 51v31zM372 82h-2q-22 -45 -67 -69t-95 -25q-53 1 -86 17q-34 15 -52 38q-32 50 -30 89q0 64 31 101q30 37 77 53 +q47 17 102 22q54 3 104 3h12v26q3 131 -116 131q-79 1 -150 -42v61q71 33 150 35q181 2 179 -190v-225q-1 -58 5 -107h-62v82zM127 668h244v-54h-244v54z" /> + <glyph glyph-name="Abreve" unicode="Ă" horiz-adv-x="667" +d="M181 247h303l-151 385zM299 698h78l277 -698h-72l-75 187h-352l-75 -187h-67zM243 871q10 -31 37 -43q25 -13 56 -13t58 13q25 12 35 43h30q-6 -51 -38 -82q-32 -34 -85 -34q-52 0 -84 34q-31 31 -39 82h30z" /> + <glyph glyph-name="abreve" unicode="ă" horiz-adv-x="500" +d="M366 257h-18q-41 0 -82 -2q-43 -4 -78 -17q-35 -12 -56 -37q-23 -25 -23 -67q0 -49 32 -70q30 -22 74 -22q55 0 87 22q31 21 45 50q15 31 17 61q2 31 2 51v31zM372 82h-2q-22 -45 -67 -69t-95 -25q-53 1 -86 17q-34 15 -52 38q-32 50 -30 89q0 64 31 101q30 37 77 53 +q47 17 102 22q54 3 104 3h12v26q3 131 -116 131q-79 1 -150 -42v61q71 33 150 35q181 2 179 -190v-225q-1 -58 5 -107h-62v82zM154 699q10 -31 37 -43q25 -13 56 -13t58 13q25 12 35 43h30q-6 -51 -38 -82q-32 -34 -85 -34q-52 0 -84 34q-31 31 -39 82h30z" /> + <glyph glyph-name="Aogonek" unicode="Ą" horiz-adv-x="667" +d="M299 698h78l277 -698h-40q-51 -40 -69 -69q-17 -30 -17 -55q2 -37 45 -40q36 1 65 27l14 -8q-7 -15 -29 -31q-26 -22 -70 -24q-35 -1 -60 14q-26 18 -28 49q0 26 15 48q13 21 33 39q43 35 73 50h-4l-75 187h-352l-75 -187h-67zM181 247h303l-151 385z" /> + <glyph glyph-name="aogonek" unicode="ą" horiz-adv-x="500" +d="M372 82h-2q-22 -45 -67 -69t-95 -25q-53 1 -86 17q-34 15 -52 38q-32 50 -30 89q0 64 31 101q30 37 77 53q47 17 102 22q54 3 104 3h12v26q3 131 -116 131q-79 1 -150 -42v61q71 33 150 35q181 2 179 -190v-225q-1 -58 5 -107h-31q-51 -40 -69 -69q-17 -30 -17 -55 +q2 -37 45 -40q36 1 65 27l14 -8q-7 -15 -29 -31q-26 -22 -70 -24q-35 -1 -60 14q-26 18 -28 49q0 26 15 48q13 21 33 39q43 35 73 50h-3v82zM366 257h-18q-41 0 -82 -2q-43 -4 -78 -17q-35 -12 -56 -37q-23 -25 -23 -67q0 -49 32 -70q30 -22 74 -22q55 0 87 22q31 21 45 50 +q15 31 17 61q2 31 2 51v31z" /> + <glyph glyph-name="Cacute" unicode="Ć" horiz-adv-x="667" +d="M565 620q-34 18 -75 25q-43 5 -81 5q-136 -2 -209 -85q-74 -83 -74 -216q0 -134 73 -216q72 -84 210 -85q36 0 81 7q44 6 75 23l4 -60q-31 -16 -77 -23q-47 -7 -83 -7q-166 2 -258 100q-94 97 -94 261q1 162 95 261q93 98 257 100q34 0 83 -5q48 -6 77 -21zM432 882h79 +l-126 -144h-46z" /> + <glyph glyph-name="cacute" unicode="ć" horiz-adv-x="444" +d="M411 442q-54 25 -109 26q-92 -1 -141 -59q-51 -59 -51 -154q0 -89 50 -149q49 -63 135 -64q59 0 115 23l6 -59q-62 -19 -131 -18q-123 2 -183 81q-61 77 -61 186q1 121 70 193q68 73 182 74q47 0 78 -7q16 -3 28 -6q11 -4 17 -7zM317 716h79l-126 -144h-46z" /> + <glyph glyph-name="Ccircumflex" unicode="Ĉ" horiz-adv-x="667" +d="M565 620q-34 18 -75 25q-43 5 -81 5q-136 -2 -209 -85q-74 -83 -74 -216q0 -134 73 -216q72 -84 210 -85q36 0 81 7q44 6 75 23l4 -60q-31 -16 -77 -23q-47 -7 -83 -7q-166 2 -258 100q-94 97 -94 261q1 162 95 261q93 98 257 100q34 0 83 -5q48 -6 77 -21zM350 882h82 +l93 -144h-46l-88 102l-88 -102h-46z" /> + <glyph glyph-name="ccircumflex" unicode="ĉ" horiz-adv-x="444" +d="M411 442q-54 25 -109 26q-92 -1 -141 -59q-51 -59 -51 -154q0 -89 50 -149q49 -63 135 -64q59 0 115 23l6 -59q-62 -19 -131 -18q-123 2 -183 81q-61 77 -61 186q1 121 70 193q68 73 182 74q47 0 78 -7q16 -3 28 -6q11 -4 17 -7zM232 716h82l93 -144h-46l-88 102 +l-88 -102h-46z" /> + <glyph glyph-name="Cdotaccent" unicode="Ċ" horiz-adv-x="667" +d="M565 620q-34 18 -75 25q-43 5 -81 5q-136 -2 -209 -85q-74 -83 -74 -216q0 -134 73 -216q72 -84 210 -85q36 0 81 7q44 6 75 23l4 -60q-31 -16 -77 -23q-47 -7 -83 -7q-166 2 -258 100q-94 97 -94 261q1 162 95 261q93 98 257 100q34 0 83 -5q48 -6 77 -21zM349 842h75 +v-84h-75v84z" /> + <glyph glyph-name="cdotaccent" unicode="ċ" horiz-adv-x="444" +d="M411 442q-54 25 -109 26q-92 -1 -141 -59q-51 -59 -51 -154q0 -89 50 -149q49 -63 135 -64q59 0 115 23l6 -59q-62 -19 -131 -18q-123 2 -183 81q-61 77 -61 186q1 121 70 193q68 73 182 74q47 0 78 -7q16 -3 28 -6q11 -4 17 -7zM239 688h75v-84h-75v84z" /> + <glyph glyph-name="Ccaron" unicode="Č" horiz-adv-x="667" +d="M565 620q-34 18 -75 25q-43 5 -81 5q-136 -2 -209 -85q-74 -83 -74 -216q0 -134 73 -216q72 -84 210 -85q36 0 81 7q44 6 75 23l4 -60q-31 -16 -77 -23q-47 -7 -83 -7q-166 2 -258 100q-94 97 -94 261q1 162 95 261q93 98 257 100q34 0 83 -5q48 -6 77 -21zM430 738h-82 +l-93 144h46l88 -102l88 102h46z" /> + <glyph glyph-name="ccaron" unicode="č" horiz-adv-x="444" +d="M411 442q-54 25 -109 26q-92 -1 -141 -59q-51 -59 -51 -154q0 -89 50 -149q49 -63 135 -64q59 0 115 23l6 -59q-62 -19 -131 -18q-123 2 -183 81q-61 77 -61 186q1 121 70 193q68 73 182 74q47 0 78 -7q16 -3 28 -6q11 -4 17 -7zM315 572h-82l-93 144h46l88 -102l88 102 +h46z" /> + <glyph glyph-name="Dcaron" unicode="Ď" horiz-adv-x="667" +d="M80 698h173q186 -2 269 -97q81 -95 80 -251q-2 -187 -113 -269q-110 -81 -287 -81h-122v698zM149 60h57q319 -7 327 294q-2 158 -82 223q-81 62 -201 61h-101v-578zM321 738h-82l-93 144h46l88 -102l88 102h46z" /> + <glyph glyph-name="dcaron" unicode="ď" horiz-adv-x="604" +d="M118 255q0 -36 7 -73q8 -38 24 -70q18 -30 47 -49q28 -21 73 -21q42 0 72 21q28 19 46 51q34 68 33 141q0 36 -7 74q-8 36 -26 68t-46 52q-30 19 -72 19q-45 0 -73 -19q-29 -18 -47 -50q-16 -30 -24 -68q-7 -38 -7 -76zM483 0h-63v81h-2q-50 -94 -159 -93q-105 2 -157 77 +q-53 75 -53 190q-1 119 49 192q50 74 161 75q38 0 66 -11q29 -11 48 -28q39 -35 45 -59h2v326h63v-750zM562 709h61l-34 -164h-45z" /> + <glyph glyph-name="Dcroat" unicode="Đ" horiz-adv-x="667" +d="M149 389h213v-60h-213v-269h57q319 -7 327 294q-1 165 -92 226q-91 59 -246 58h-46v-249zM80 698h118q397 6 404 -348q-2 -187 -113 -269q-110 -81 -287 -81h-122v329h-69v60h69v309z" /> + <glyph glyph-name="dcroat" unicode="đ" horiz-adv-x="564" +d="M254 658h166v92h63v-92h73v-46h-73v-612h-63v81h-2q-50 -94 -159 -93q-105 2 -157 77q-53 75 -53 190q-1 119 49 192q50 74 161 75q38 0 66 -11q29 -11 48 -28q39 -35 45 -59h2v188h-166v46zM118 255q0 -36 7 -73q8 -38 24 -70q18 -30 47 -49q28 -21 73 -21q42 0 72 21 +q28 19 46 51q34 68 33 141q0 36 -7 74q-8 36 -26 68t-46 52q-30 19 -72 19q-45 0 -73 -19q-29 -18 -47 -50q-16 -30 -24 -68q-7 -38 -7 -76z" /> + <glyph glyph-name="Emacron" unicode="Ē" horiz-adv-x="500" +d="M86 698h342v-60h-273v-249h259v-60h-259v-269h285v-60h-354v698zM138 822h244v-54h-244v54z" /> + <glyph glyph-name="emacron" unicode="ē" horiz-adv-x="500" +d="M390 291q0 70 -29 122q-31 53 -101 55q-69 -2 -109 -56q-41 -54 -41 -121h280zM421 16q-72 -27 -148 -28q-125 2 -179 77q-54 73 -53 190q1 119 60 193q57 73 155 74q107 -2 156 -75q47 -72 47 -178v-32h-349q0 -83 43 -137q42 -57 125 -58q37 0 78 13q41 11 65 25v-64z +M136 668h244v-54h-244v54z" /> + <glyph glyph-name="Ebreve" unicode="Ĕ" horiz-adv-x="500" +d="M86 698h342v-60h-273v-249h259v-60h-259v-269h285v-60h-354v698zM165 871q10 -31 37 -43q25 -13 56 -13t58 13q25 12 35 43h30q-6 -51 -38 -82q-32 -34 -85 -34q-52 0 -84 34q-31 31 -39 82h30z" /> + <glyph glyph-name="ebreve" unicode="ĕ" horiz-adv-x="500" +d="M390 291q0 70 -29 122q-31 53 -101 55q-69 -2 -109 -56q-41 -54 -41 -121h280zM421 16q-72 -27 -148 -28q-125 2 -179 77q-54 73 -53 190q1 119 60 193q57 73 155 74q107 -2 156 -75q47 -72 47 -178v-32h-349q0 -83 43 -137q42 -57 125 -58q37 0 78 13q41 11 65 25v-64z +M165 699q10 -31 37 -43q25 -13 56 -13t58 13q25 12 35 43h30q-6 -51 -38 -82q-32 -34 -85 -34q-52 0 -84 34q-31 31 -39 82h30z" /> + <glyph glyph-name="Edotaccent" unicode="Ė" horiz-adv-x="500" +d="M86 698h342v-60h-273v-249h259v-60h-259v-269h285v-60h-354v698zM220 842h75v-84h-75v84z" /> + <glyph glyph-name="edotaccent" unicode="ė" horiz-adv-x="500" +d="M390 291q0 70 -29 122q-31 53 -101 55q-69 -2 -109 -56q-41 -54 -41 -121h280zM421 16q-72 -27 -148 -28q-125 2 -179 77q-54 73 -53 190q1 119 60 193q57 73 155 74q107 -2 156 -75q47 -72 47 -178v-32h-349q0 -83 43 -137q42 -57 125 -58q37 0 78 13q41 11 65 25v-64z +M222 688h75v-84h-75v84z" /> + <glyph glyph-name="Eogonek" unicode="Ę" horiz-adv-x="500" +d="M86 698h342v-60h-273v-249h259v-60h-259v-269h285v-60h-47q-51 -40 -69 -69q-17 -30 -17 -55q2 -37 45 -40q36 1 65 27l14 -8q-7 -15 -29 -31q-26 -22 -70 -24q-35 -1 -60 14q-26 18 -28 49q0 26 15 48q13 21 33 39q43 35 73 50h-279v698z" /> + <glyph glyph-name="eogonek" unicode="ę" horiz-adv-x="500" +d="M421 16q-59 -22 -120 -26q-40 -34 -55 -59q-17 -30 -17 -55q2 -37 45 -40q36 1 65 27l14 -8q-7 -15 -29 -31q-26 -22 -70 -24q-35 -1 -60 14q-26 18 -28 49q0 26 15 48q13 21 33 39q28 24 51 38q-119 5 -171 77q-54 73 -53 190q1 119 60 193q57 73 155 74q107 -2 156 -75 +q47 -72 47 -178v-32h-349q0 -83 43 -137q42 -57 125 -58q37 0 78 13q41 11 65 25v-64zM390 291q0 70 -29 122q-31 53 -101 55q-69 -2 -109 -56q-41 -54 -41 -121h280z" /> + <glyph glyph-name="Ecaron" unicode="Ě" horiz-adv-x="500" +d="M86 698h342v-60h-273v-249h259v-60h-259v-269h285v-60h-354v698zM301 738h-82l-93 144h46l88 -102l88 102h46z" /> + <glyph glyph-name="ecaron" unicode="ě" horiz-adv-x="500" +d="M390 291q0 70 -29 122q-31 53 -101 55q-69 -2 -109 -56q-41 -54 -41 -121h280zM421 16q-72 -27 -148 -28q-125 2 -179 77q-54 73 -53 190q1 119 60 193q57 73 155 74q107 -2 156 -75q47 -72 47 -178v-32h-349q0 -83 43 -137q42 -57 125 -58q37 0 78 13q41 11 65 25v-64z +M295 572h-82l-93 144h46l88 -102l88 102h46z" /> + <glyph glyph-name="Gcircumflex" unicode="Ĝ" horiz-adv-x="722" +d="M564 318h-162v60h231v-347q-104 -44 -217 -43q-166 2 -258 100q-94 97 -94 261q1 162 95 261q93 98 257 100q43 0 97 -7q53 -8 90 -26l-8 -64q-41 22 -86 31q-46 6 -93 6q-136 -2 -209 -85q-74 -83 -74 -216q0 -134 73 -216q72 -84 210 -85q35 0 79 6q43 4 69 19v245z +M359 882h82l93 -144h-46l-88 102l-88 -102h-46z" /> + <glyph glyph-name="gcircumflex" unicode="ĝ" +d="M483 42q0 -109 -53 -182q-55 -74 -186 -76q-50 1 -92 11q-41 10 -62 16l5 63q63 -34 150 -36q61 1 96 22q36 20 53 56q18 36 23 83q4 47 4 101h-2q-54 -102 -155 -100q-120 3 -168 86q-25 38 -35 82q-12 44 -12 87q-1 119 49 192q50 74 161 75q50 0 88 -11q37 -14 71 -59 +h2v58h63v-468zM118 255q-1 -78 34 -137q34 -62 113 -64q85 2 121 66q34 62 34 135q0 95 -32 153q-33 59 -119 60q-45 0 -73 -19q-29 -18 -47 -50q-16 -30 -24 -68q-7 -38 -7 -76zM234 716h82l93 -144h-46l-88 102l-88 -102h-46z" /> + <glyph glyph-name="Gbreve" unicode="Ğ" horiz-adv-x="722" +d="M564 318h-162v60h231v-347q-104 -44 -217 -43q-166 2 -258 100q-94 97 -94 261q1 162 95 261q93 98 257 100q43 0 97 -7q53 -8 90 -26l-8 -64q-41 22 -86 31q-46 6 -93 6q-136 -2 -209 -85q-74 -83 -74 -216q0 -134 73 -216q72 -84 210 -85q35 0 79 6q43 4 69 19v245z +M307 871q10 -31 37 -43q25 -13 56 -13t58 13q25 12 35 43h30q-6 -51 -38 -82q-32 -34 -85 -34q-52 0 -84 34q-31 31 -39 82h30z" /> + <glyph glyph-name="gbreve" unicode="ğ" +d="M483 42q0 -109 -53 -182q-55 -74 -186 -76q-50 1 -92 11q-41 10 -62 16l5 63q63 -34 150 -36q61 1 96 22q36 20 53 56q18 36 23 83q4 47 4 101h-2q-54 -102 -155 -100q-120 3 -168 86q-25 38 -35 82q-12 44 -12 87q-1 119 49 192q50 74 161 75q50 0 88 -11q37 -14 71 -59 +h2v58h63v-468zM118 255q-1 -78 34 -137q34 -62 113 -64q85 2 121 66q34 62 34 135q0 95 -32 153q-33 59 -119 60q-45 0 -73 -19q-29 -18 -47 -50q-16 -30 -24 -68q-7 -38 -7 -76zM181 699q10 -31 37 -43q25 -13 56 -13t58 13q25 12 35 43h30q-6 -51 -38 -82q-32 -34 -85 -34 +q-52 0 -84 34q-31 31 -39 82h30z" /> + <glyph glyph-name="Gdotaccent" unicode="Ġ" horiz-adv-x="722" +d="M564 318h-162v60h231v-347q-104 -44 -217 -43q-166 2 -258 100q-94 97 -94 261q1 162 95 261q93 98 257 100q43 0 97 -7q53 -8 90 -26l-8 -64q-41 22 -86 31q-46 6 -93 6q-136 -2 -209 -85q-74 -83 -74 -216q0 -134 73 -216q72 -84 210 -85q35 0 79 6q43 4 69 19v245z +M365 842h75v-84h-75v84z" /> + <glyph glyph-name="gdotaccent" unicode="ġ" +d="M483 42q0 -109 -53 -182q-55 -74 -186 -76q-50 1 -92 11q-41 10 -62 16l5 63q63 -34 150 -36q61 1 96 22q36 20 53 56q18 36 23 83q4 47 4 101h-2q-54 -102 -155 -100q-120 3 -168 86q-25 38 -35 82q-12 44 -12 87q-1 119 49 192q50 74 161 75q50 0 88 -11q37 -14 71 -59 +h2v58h63v-468zM118 255q-1 -78 34 -137q34 -62 113 -64q85 2 121 66q34 62 34 135q0 95 -32 153q-33 59 -119 60q-45 0 -73 -19q-29 -18 -47 -50q-16 -30 -24 -68q-7 -38 -7 -76zM242 688h75v-84h-75v84z" /> + <glyph glyph-name="Gcommaaccent" unicode="Ģ" horiz-adv-x="722" +d="M564 318h-162v60h231v-347q-104 -44 -217 -43q-166 2 -258 100q-94 97 -94 261q1 162 95 261q93 98 257 100q43 0 97 -7q53 -8 90 -26l-8 -64q-41 22 -86 31q-46 6 -93 6q-136 -2 -209 -85q-74 -83 -74 -216q0 -134 73 -216q72 -84 210 -85q35 0 79 6q43 4 69 19v245z +M372 -73h74l-55 -144h-57z" /> + <glyph glyph-name="gcommaaccent" unicode="ģ" +d="M483 42q0 -109 -53 -182q-55 -74 -186 -76q-50 1 -92 11q-41 10 -62 16l5 63q63 -34 150 -36q61 1 96 22q36 20 53 56q18 36 23 83q4 47 4 101h-2q-54 -102 -155 -100q-120 3 -168 86q-25 38 -35 82q-12 44 -12 87q-1 119 49 192q50 74 161 75q50 0 88 -11q37 -14 71 -59 +h2v58h63v-468zM118 255q-1 -78 34 -137q34 -62 113 -64q85 2 121 66q34 62 34 135q0 95 -32 153q-33 59 -119 60q-45 0 -73 -19q-29 -18 -47 -50q-16 -30 -24 -68q-7 -38 -7 -76zM305 572h-71l55 144h54z" /> + <glyph glyph-name="Hcircumflex" unicode="Ĥ" horiz-adv-x="667" +d="M88 698h69v-309h353v309h69v-698h-69v329h-353v-329h-69v698zM295 882h82l93 -144h-46l-88 102l-88 -102h-46z" /> + <glyph glyph-name="hcircumflex" unicode="ĥ" +d="M79 750h63v-326h2q21 43 62 71q41 26 97 27q102 -1 139 -60q36 -60 35 -157v-305h-63v304q0 34 -4 64q-4 29 -17 51q-24 48 -100 49q-82 -2 -117 -63t-34 -132v-273h-63v750zM230 927h82l93 -144h-46l-88 102l-88 -102h-46z" /> + <glyph glyph-name="Hbar" unicode="Ħ" horiz-adv-x="667" +d="M88 698h69v-177h353v177h69v-698h-69v304h-353v-304h-69v698zM510 362v108h-353v-108h353z" /> + <glyph glyph-name="hbar" unicode="ħ" +d="M142 612v-188h2q21 43 62 71q41 26 97 27q102 -1 139 -60q36 -60 35 -157v-305h-63v304q0 34 -4 64q-4 29 -17 51q-24 48 -100 49q-82 -2 -117 -63t-34 -132v-273h-63v612h-73v46h73v92h63v-92h171v-46h-171z" /> + <glyph glyph-name="Itilde" unicode="Ĩ" horiz-adv-x="222" +d="M77 698h69v-698h-69v698zM-26 755q8 35 27 62q20 27 54 28q31 -1 61 -12q30 -12 44 -13q17 0 31 9q13 9 18 25h37q-9 -53 -35 -71q-27 -18 -48 -17q-35 1 -62 13q-27 11 -47 12q-19 0 -27 -9q-10 -9 -17 -27h-36z" /> + <glyph glyph-name="itilde" unicode="ĩ" horiz-adv-x="222" +d="M79 510h63v-510h-63v510zM-25 595q8 35 27 62q20 27 54 28q31 -1 61 -12q30 -12 44 -13q17 0 31 9q13 9 18 25h37q-9 -53 -35 -71q-27 -18 -48 -17q-35 1 -62 13q-27 11 -47 12q-19 0 -27 -9q-10 -9 -17 -27h-36z" /> + <glyph glyph-name="Imacron" unicode="Ī" horiz-adv-x="222" +d="M77 698h69v-698h-69v698zM-10 822h244v-54h-244v54z" /> + <glyph glyph-name="imacron" unicode="ī" horiz-adv-x="222" +d="M79 510h63v-510h-63v510zM-10 668h244v-54h-244v54z" /> + <glyph glyph-name="Iogonek" unicode="Į" horiz-adv-x="222" +d="M77 698h69v-698q-51 -40 -69 -69q-17 -30 -17 -55q2 -37 45 -40q36 1 65 27l14 -8q-7 -15 -29 -31q-26 -22 -70 -24q-35 -1 -60 14q-26 18 -28 49q0 26 15 48q13 21 33 39q43 35 73 50h-41v698z" /> + <glyph glyph-name="iogonek" unicode="į" horiz-adv-x="222" +d="M79 510h63v-510q-51 -40 -69 -69q-17 -30 -17 -55q2 -37 45 -40q36 1 65 27l14 -8q-7 -15 -29 -31q-26 -22 -70 -24q-35 -1 -60 14q-26 18 -28 49q0 26 15 48q13 21 33 39q43 35 73 50h-35v510zM142 646h-63v84h63v-84z" /> + <glyph glyph-name="Idotaccent" unicode="İ" horiz-adv-x="222" +d="M77 698h69v-698h-69v698zM74 842h75v-84h-75v84z" /> + <glyph glyph-name="dotlessi" unicode="ı" horiz-adv-x="222" +d="M79 510h63v-510h-63v510z" /> + <glyph glyph-name="Jcircumflex" unicode="Ĵ" horiz-adv-x="333" +d="M250 180q0 -82 -38 -135q-40 -56 -126 -57q-37 0 -72 12v61q31 -13 65 -13q58 1 81 40q21 38 21 90v520h69v-518zM169 882h82l93 -144h-46l-88 102l-88 -102h-46z" /> + <glyph glyph-name="jcircumflex" unicode="ĵ" horiz-adv-x="333" +d="M-28 -156q17 -5 38 -6q47 1 59 30q11 28 10 68v574h63v-582q1 -63 -22 -102q-13 -19 -35 -30q-24 -12 -58 -12q-40 1 -55 5v55zM69 716h82l93 -144h-46l-88 102l-88 -102h-46z" /> + <glyph glyph-name="Kcommaaccent" unicode="Ķ" horiz-adv-x="611" +d="M95 698h69v-313l314 313h90l-338 -329l367 -369h-95l-338 349v-349h-69v698zM290 -73h74l-55 -144h-57z" /> + <glyph glyph-name="kcommaaccent" unicode="ķ" horiz-adv-x="500" +d="M79 750h63v-449l228 209h81l-249 -226l279 -284h-87l-252 262v-262h-63v750zM233 -73h74l-55 -144h-57z" /> + <glyph glyph-name="Lacute" unicode="Ĺ" horiz-adv-x="444" +d="M80 698h69v-638h280v-60h-349v698zM191 882h79l-126 -144h-46z" /> + <glyph glyph-name="lacute" unicode="ĺ" horiz-adv-x="222" +d="M79 750h63v-750h-63v750zM153 927h79l-126 -144h-46z" /> + <glyph glyph-name="Lcommaaccent" unicode="Ļ" horiz-adv-x="444" +d="M80 698h69v-638h280v-60h-349v698zM215 -73h74l-55 -144h-57z" /> + <glyph glyph-name="lcommaaccent" unicode="ļ" horiz-adv-x="222" +d="M79 750h63v-750h-63v750zM73 -73h74l-55 -144h-57z" /> + <glyph glyph-name="Lcaron" unicode="Ľ" horiz-adv-x="444" +d="M80 698h69v-638h280v-60h-349v698zM251 709h61l-34 -164h-45z" /> + <glyph glyph-name="lcaron" unicode="ľ" horiz-adv-x="270" +d="M79 750h63v-750h-63v750zM221 709h61l-34 -164h-45z" /> + <glyph glyph-name="Ldot" unicode="Ŀ" horiz-adv-x="444" +d="M80 698h69v-638h280v-60h-349v698zM248 401h75v-84h-75v84z" /> + <glyph glyph-name="ldot" unicode="ŀ" horiz-adv-x="342" +d="M79 750h63v-750h-63v750zM230 401h75v-84h-75v84z" /> + <glyph glyph-name="Lslash" unicode="Ł" horiz-adv-x="444" +d="M80 698h69v-338l175 123v-68l-175 -124v-231h280v-60h-349v242l-72 -51v69l72 51v387z" /> + <glyph glyph-name="lslash" unicode="ł" horiz-adv-x="222" +d="M13 289v69l66 53v339h63v-289l66 53v-69l-66 -53v-392h-63v342z" /> + <glyph glyph-name="Nacute" unicode="Ń" horiz-adv-x="667" +d="M77 698h87l355 -614h2v614h69v-698h-93l-349 602h-2v-602h-69v698zM399 882h79l-126 -144h-46z" /> + <glyph glyph-name="nacute" unicode="ń" +d="M79 390q0 59 -4 120h61v-91h2q9 18 21 36t30 33q19 16 47 25t67 9q94 -1 135 -56q39 -54 39 -140v-326h-63v310q0 73 -27 116q-29 41 -94 42q-84 -2 -118 -60q-18 -27 -25 -59q-8 -33 -8 -67v-282h-63v390zM328 716h79l-126 -144h-46z" /> + <glyph glyph-name="Ncommaaccent" unicode="Ņ" horiz-adv-x="667" +d="M77 698h87l355 -614h2v614h69v-698h-93l-349 602h-2v-602h-69v698zM312 -73h74l-55 -144h-57z" /> + <glyph glyph-name="ncommaaccent" unicode="ņ" +d="M79 390q0 59 -4 120h61v-91h2q9 18 21 36t30 33q19 16 47 25t67 9q94 -1 135 -56q39 -54 39 -140v-326h-63v310q0 73 -27 116q-29 41 -94 42q-84 -2 -118 -60q-18 -27 -25 -59q-8 -33 -8 -67v-282h-63v390zM250 -73h74l-55 -144h-57z" /> + <glyph glyph-name="Ncaron" unicode="Ň" horiz-adv-x="667" +d="M77 698h87l355 -614h2v614h69v-698h-93l-349 602h-2v-602h-69v698zM386 738h-82l-93 144h46l88 -102l88 102h46z" /> + <glyph glyph-name="ncaron" unicode="ň" +d="M79 390q0 59 -4 120h61v-91h2q9 18 21 36t30 33q19 16 47 25t67 9q94 -1 135 -56q39 -54 39 -140v-326h-63v310q0 73 -27 116q-29 41 -94 42q-84 -2 -118 -60q-18 -27 -25 -59q-8 -33 -8 -67v-282h-63v390zM321 572h-82l-93 144h46l88 -102l88 102h46z" /> + <glyph glyph-name="Omacron" unicode="Ō" horiz-adv-x="722" +d="M361 650q-122 -3 -180 -94t-58 -207t58 -205q58 -94 180 -96q123 2 181 96q57 89 57 205t-57 207q-58 91 -181 94zM54 349q-1 147 75 252q75 106 232 109q158 -3 234 -109q75 -105 73 -252q-1 -163 -78 -260q-78 -99 -229 -101q-150 2 -227 101q-78 97 -80 260zM239 822 +h244v-54h-244v54z" /> + <glyph glyph-name="omacron" unicode="ō" +d="M109 255q0 -91 44 -150q42 -62 125 -63q83 1 127 63q42 59 42 150t-42 152q-44 60 -127 61q-83 -1 -125 -61q-44 -61 -44 -152zM40 255q0 109 58 186q58 79 180 81q124 -2 182 -81q56 -77 56 -186q0 -107 -56 -185q-58 -80 -182 -82q-122 2 -180 82q-58 78 -58 185z +M157 668h244v-54h-244v54z" /> + <glyph glyph-name="Obreve" unicode="Ŏ" horiz-adv-x="722" +d="M361 650q-122 -3 -180 -94t-58 -207t58 -205q58 -94 180 -96q123 2 181 96q57 89 57 205t-57 207q-58 91 -181 94zM54 349q-1 147 75 252q75 106 232 109q158 -3 234 -109q75 -105 73 -252q-1 -163 -78 -260q-78 -99 -229 -101q-150 2 -227 101q-78 97 -80 260zM268 871 +q10 -31 37 -43q25 -13 56 -13t58 13q25 12 35 43h30q-6 -51 -38 -82q-32 -34 -85 -34q-52 0 -84 34q-31 31 -39 82h30z" /> + <glyph glyph-name="obreve" unicode="ŏ" +d="M109 255q0 -91 44 -150q42 -62 125 -63q83 1 127 63q42 59 42 150t-42 152q-44 60 -127 61q-83 -1 -125 -61q-44 -61 -44 -152zM40 255q0 109 58 186q58 79 180 81q124 -2 182 -81q56 -77 56 -186q0 -107 -56 -185q-58 -80 -182 -82q-122 2 -180 82q-58 78 -58 185z +M186 699q10 -31 37 -43q25 -13 56 -13t58 13q25 12 35 43h30q-6 -51 -38 -82q-32 -34 -85 -34q-52 0 -84 34q-31 31 -39 82h30z" /> + <glyph glyph-name="Ohungarumlaut" unicode="Ő" horiz-adv-x="722" +d="M361 650q-122 -3 -180 -94t-58 -207t58 -205q58 -94 180 -96q123 2 181 96q57 89 57 205t-57 207q-58 91 -181 94zM54 349q-1 147 75 252q75 106 232 109q158 -3 234 -109q75 -105 73 -252q-1 -163 -78 -260q-78 -99 -229 -101q-150 2 -227 101q-78 97 -80 260zM497 882 +h79l-126 -144h-46zM327 882h79l-126 -144h-46z" /> + <glyph glyph-name="ohungarumlaut" unicode="ő" +d="M109 255q0 -91 44 -150q42 -62 125 -63q83 1 127 63q42 59 42 150t-42 152q-44 60 -127 61q-83 -1 -125 -61q-44 -61 -44 -152zM40 255q0 109 58 186q58 79 180 81q124 -2 182 -81q56 -77 56 -186q0 -107 -56 -185q-58 -80 -182 -82q-122 2 -180 82q-58 78 -58 185z +M412 816h79l-126 -144h-46zM242 816h79l-126 -144h-46z" /> + <glyph glyph-name="Racute" unicode="Ŕ" +d="M88 698h180q200 3 205 -181q-1 -68 -45 -109q-44 -42 -110 -52v-2q40 -5 58 -26q10 -10 17 -25q8 -15 15 -33l119 -270h-76l-101 236q-28 65 -58 81q-15 9 -34 11q-19 1 -44 1h-57v-329h-69v698zM157 389h73q65 -1 118 28q54 29 56 100q0 43 -14 68t-38 36q-24 12 -56 15 +q-32 2 -68 2h-71v-249zM303 882h79l-126 -144h-46z" /> + <glyph glyph-name="racute" unicode="ŕ" horiz-adv-x="333" +d="M79 396q0 71 -4 114h63v-98h2q18 45 51 77q32 32 80 33q25 -1 44 -6v-66q-21 6 -46 6q-37 -1 -61 -18q-24 -18 -39 -49q-14 -30 -20 -65q-7 -37 -7 -72v-252h-63v396zM249 716h79l-126 -144h-46z" /> + <glyph glyph-name="Rcommaaccent" unicode="Ŗ" +d="M88 698h180q200 3 205 -181q-1 -68 -45 -109q-44 -42 -110 -52v-2q40 -5 58 -26q10 -10 17 -25q8 -15 15 -33l119 -270h-76l-101 236q-28 65 -58 81q-15 9 -34 11q-19 1 -44 1h-57v-329h-69v698zM157 389h73q65 -1 118 28q54 29 56 100q0 43 -14 68t-38 36q-24 12 -56 15 +q-32 2 -68 2h-71v-249zM251 -73h74l-55 -144h-57z" /> + <glyph glyph-name="rcommaaccent" unicode="ŗ" horiz-adv-x="333" +d="M79 396q0 71 -4 114h63v-98h2q18 45 51 77q32 32 80 33q25 -1 44 -6v-66q-21 6 -46 6q-37 -1 -61 -18q-24 -18 -39 -49q-14 -30 -20 -65q-7 -37 -7 -72v-252h-63v396zM74 -73h74l-55 -144h-57z" /> + <glyph glyph-name="Rcaron" unicode="Ř" +d="M88 698h180q200 3 205 -181q-1 -68 -45 -109q-44 -42 -110 -52v-2q40 -5 58 -26q10 -10 17 -25q8 -15 15 -33l119 -270h-76l-101 236q-28 65 -58 81q-15 9 -34 11q-19 1 -44 1h-57v-329h-69v698zM157 389h73q65 -1 118 28q54 29 56 100q0 43 -14 68t-38 36q-24 12 -56 15 +q-32 2 -68 2h-71v-249zM297 738h-82l-93 144h46l88 -102l88 102h46z" /> + <glyph glyph-name="rcaron" unicode="ř" horiz-adv-x="333" +d="M79 396q0 71 -4 114h63v-98h2q18 45 51 77q32 32 80 33q25 -1 44 -6v-66q-21 6 -46 6q-37 -1 -61 -18q-24 -18 -39 -49q-14 -30 -20 -65q-7 -37 -7 -72v-252h-63v396zM245 572h-82l-93 144h46l88 -102l88 102h46z" /> + <glyph glyph-name="Sacute" unicode="Ś" horiz-adv-x="500" +d="M67 89q59 -41 154 -41q67 0 112 35q44 35 45 108q-1 51 -50 86q-22 18 -51 34t-59 32q-30 17 -58 36q-29 18 -52 40q-49 43 -50 109q1 85 65 134q62 47 156 48q27 0 64 -4q37 -6 73 -19l-11 -63q-51 26 -127 26q-27 0 -53 -5q-26 -6 -49 -21q-21 -13 -35 -36 +q-14 -24 -14 -58q0 -25 14 -46t36 -37q23 -17 52 -32q28 -16 58 -33q63 -30 110 -76q23 -22 37 -52q13 -30 13 -69q-2 -104 -73 -151q-70 -46 -156 -46q-102 2 -158 30zM305 882h79l-126 -144h-46z" /> + <glyph glyph-name="sacute" unicode="ś" horiz-adv-x="389" +d="M40 74q58 -31 133 -32q47 0 80 25q32 23 33 66q-1 45 -37 71q-36 25 -85 45q-23 11 -44 23t-40 27q-17 16 -28 37q-11 20 -11 47q1 76 52 108q49 31 114 31q22 0 57 -4q35 -6 69 -19l-6 -55q-55 23 -113 24q-49 0 -78 -18q-15 -9 -23 -25q-9 -16 -9 -42q0 -16 11 -30 +q11 -13 29 -24q18 -10 41 -21q23 -10 45 -22q50 -21 87 -56t38 -97q0 -40 -16 -67q-17 -28 -43 -45q-56 -33 -119 -33q-74 0 -143 24l6 62v0zM250 716h79l-126 -144h-46z" /> + <glyph glyph-name="Scircumflex" unicode="Ŝ" horiz-adv-x="500" +d="M67 89q59 -41 154 -41q67 0 112 35q44 35 45 108q-1 51 -50 86q-22 18 -51 34t-59 32q-30 17 -58 36q-29 18 -52 40q-49 43 -50 109q1 85 65 134q62 47 156 48q27 0 64 -4q37 -6 73 -19l-11 -63q-51 26 -127 26q-27 0 -53 -5q-26 -6 -49 -21q-21 -13 -35 -36 +q-14 -24 -14 -58q0 -25 14 -46t36 -37q23 -17 52 -32q28 -16 58 -33q63 -30 110 -76q23 -22 37 -52q13 -30 13 -69q-2 -104 -73 -151q-70 -46 -156 -46q-102 2 -158 30zM218 882h82l93 -144h-46l-88 102l-88 -102h-46z" /> + <glyph glyph-name="scircumflex" unicode="ŝ" horiz-adv-x="389" +d="M40 74q58 -31 133 -32q47 0 80 25q32 23 33 66q-1 45 -37 71q-36 25 -85 45q-23 11 -44 23t-40 27q-17 16 -28 37q-11 20 -11 47q1 76 52 108q49 31 114 31q22 0 57 -4q35 -6 69 -19l-6 -55q-55 23 -113 24q-49 0 -78 -18q-15 -9 -23 -25q-9 -16 -9 -42q0 -16 11 -30 +q11 -13 29 -24q18 -10 41 -21q23 -10 45 -22q50 -21 87 -56t38 -97q0 -40 -16 -67q-17 -28 -43 -45q-56 -33 -119 -33q-74 0 -143 24l6 62v0zM159 716h82l93 -144h-46l-88 102l-88 -102h-46z" /> + <glyph glyph-name="Scedilla" unicode="Ş" horiz-adv-x="500" +d="M67 89q59 -41 154 -41q67 0 112 35q44 35 45 108q-1 51 -50 86q-22 18 -51 34t-59 32q-30 17 -58 36q-29 18 -52 40q-49 43 -50 109q1 85 65 134q62 47 156 48q27 0 64 -4q37 -6 73 -19l-11 -63q-51 26 -127 26q-27 0 -53 -5q-26 -6 -49 -21q-21 -13 -35 -36 +q-14 -24 -14 -58q0 -25 14 -46t36 -37q23 -17 52 -32q28 -16 58 -33q63 -30 110 -76q23 -22 37 -52q13 -30 13 -69q-2 -104 -73 -151q-58 -37 -126 -44l-39 -48l2 -2q15 5 25.5 6.5t20.5 1.5q35 0 58 -16.5t23 -50.5q0 -22 -10.5 -37.5t-27.5 -25t-38 -14t-42 -4.5t-47.5 4 +t-46.5 12l11 28q22 -7 38.5 -10.5t33.5 -3.5q14 0 26.5 2t20.5 7t13 14t5 23q0 21 -14.5 31.5t-34.5 10.5q-13 0 -26 -4t-25 -9l-11 12l54 71q-102 2 -157 30z" /> + <glyph glyph-name="scedilla" unicode="ş" horiz-adv-x="389" +d="M40 74q58 -31 133 -32q47 0 80 25q32 23 33 66q-1 45 -37 71q-36 25 -85 45q-23 11 -44 23t-40 27q-17 16 -28 37q-11 20 -11 47q1 76 52 108q49 31 114 31q22 0 57 -4q35 -6 69 -19l-6 -55q-55 23 -113 24q-49 0 -78 -18q-15 -9 -23 -25q-9 -16 -9 -42q0 -16 11 -30 +q11 -13 29 -24q18 -10 41 -21q23 -10 45 -22q50 -21 87 -56t38 -97q0 -40 -16 -67q-17 -28 -43 -45q-49 -28 -103 -32l-38 -47l2 -2q15 5 25.5 6.5t20.5 1.5q35 0 58 -16.5t23 -50.5q0 -22 -10.5 -37.5t-27.5 -25t-38 -14t-42 -4.5t-47.5 4t-46.5 12l11 28q22 -7 38.5 -10.5 +t33.5 -3.5q14 0 26.5 2t20.5 7t13 14t5 23q0 21 -14.5 31.5t-34.5 10.5q-13 0 -26 -4t-25 -9l-11 12l54 71q-67 2 -129 24l6 62v0z" /> + <glyph glyph-name="Tcommaaccent" unicode="Ţ" horiz-adv-x="500" +d="M216 638h-206v60h481v-60h-206v-638h-69v638zM212 -73h74l-55 -144h-57z" /> + <glyph glyph-name="tcommaaccent" unicode="ţ" horiz-adv-x="333" +d="M299 456h-116v-330q0 -35 16 -59q15 -25 52 -25q34 0 58 12l4 -52q-11 -4 -31 -9q-21 -5 -46 -5q-41 0 -65 14q-23 14 -35 37q-10 24 -13 54t-3 65v298h-100v54h100v123l63 22v-145h116v-54zM155 -73h74l-55 -144h-57z" /> + <glyph glyph-name="Tcaron" unicode="Ť" horiz-adv-x="500" +d="M216 638h-206v60h481v-60h-206v-638h-69v638zM291 738h-82l-93 144h46l88 -102l88 102h46z" /> + <glyph glyph-name="tcaron" unicode="ť" horiz-adv-x="339" +d="M299 456h-116v-330q0 -35 16 -59q15 -25 52 -25q34 0 58 12l4 -52q-11 -4 -31 -9q-21 -5 -46 -5q-41 0 -65 14q-23 14 -35 37q-10 24 -13 54t-3 65v298h-100v54h100v123l63 22v-145h116v-54zM265 709h61l-34 -164h-45z" /> + <glyph glyph-name="Tbar" unicode="Ŧ" horiz-adv-x="500" +d="M50 489h166v149h-206v60h481v-60h-206v-149h165v-53h-165v-436h-69v436h-166v53z" /> + <glyph glyph-name="tbar" unicode="ŧ" horiz-adv-x="333" +d="M183 307v-181q0 -35 16 -59q15 -25 52 -25q34 0 58 12l4 -52q-11 -4 -31 -9q-21 -5 -46 -5q-41 0 -65 14q-23 14 -35 37q-10 24 -13 54t-3 65v149h-90v48h90v101h-100v54h100v123l63 22v-145h116v-54h-116v-101h100v-48h-100z" /> + <glyph glyph-name="Utilde" unicode="Ũ" horiz-adv-x="667" +d="M587 244q-1 -76 -24 -126q-25 -51 -63 -79q-39 -28 -82 -39q-44 -12 -84 -12q-38 0 -81 12q-44 11 -83 39q-38 28 -63 79q-26 50 -26 126v454h69v-454q0 -87 47 -140q47 -55 137 -56q92 1 138 56q46 53 46 140v454h69v-454zM210 755q8 35 27 62q20 27 54 28q31 -1 61 -12 +q30 -12 44 -13q17 0 31 9q13 9 18 25h37q-9 -53 -35 -71q-27 -18 -48 -17q-35 1 -62 13q-27 11 -47 12q-19 0 -27 -9q-10 -9 -17 -27h-36z" /> + <glyph glyph-name="utilde" unicode="ũ" +d="M477 120q-1 -58 4 -120h-61v91h-2q-7 -17 -19 -34q-12 -18 -31 -34q-19 -15 -47 -24q-28 -11 -68 -11q-93 1 -134 56q-41 54 -40 140v326h63v-310q0 -73 29 -114q28 -44 92 -44q43 0 73 18q30 17 46 44q18 28 25 60t7 64v282h63v-390zM147 595q8 35 27 62q20 27 54 28 +q31 -1 61 -12q30 -12 44 -13q17 0 31 9q13 9 18 25h37q-9 -53 -35 -71q-27 -18 -48 -17q-35 1 -62 13q-27 11 -47 12q-19 0 -27 -9q-10 -9 -17 -27h-36z" /> + <glyph glyph-name="Umacron" unicode="Ū" horiz-adv-x="667" +d="M587 244q-1 -76 -24 -126q-25 -51 -63 -79q-39 -28 -82 -39q-44 -12 -84 -12q-38 0 -81 12q-44 11 -83 39q-38 28 -63 79q-26 50 -26 126v454h69v-454q0 -87 47 -140q47 -55 137 -56q92 1 138 56q46 53 46 140v454h69v-454zM219 822h244v-54h-244v54z" /> + <glyph glyph-name="umacron" unicode="ū" +d="M477 120q-1 -58 4 -120h-61v91h-2q-7 -17 -19 -34q-12 -18 -31 -34q-19 -15 -47 -24q-28 -11 -68 -11q-93 1 -134 56q-41 54 -40 140v326h63v-310q0 -73 29 -114q28 -44 92 -44q43 0 73 18q30 17 46 44q18 28 25 60t7 64v282h63v-390zM157 668h244v-54h-244v54z" /> + <glyph glyph-name="Ubreve" unicode="Ŭ" horiz-adv-x="667" +d="M587 244q-1 -76 -24 -126q-25 -51 -63 -79q-39 -28 -82 -39q-44 -12 -84 -12q-38 0 -81 12q-44 11 -83 39q-38 28 -63 79q-26 50 -26 126v454h69v-454q0 -87 47 -140q47 -55 137 -56q92 1 138 56q46 53 46 140v454h69v-454zM251 871q10 -31 37 -43q25 -13 56 -13t58 13 +q25 12 35 43h30q-6 -51 -38 -82q-32 -34 -85 -34q-52 0 -84 34q-31 31 -39 82h30z" /> + <glyph glyph-name="ubreve" unicode="ŭ" +d="M477 120q-1 -58 4 -120h-61v91h-2q-7 -17 -19 -34q-12 -18 -31 -34q-19 -15 -47 -24q-28 -11 -68 -11q-93 1 -134 56q-41 54 -40 140v326h63v-310q0 -73 29 -114q28 -44 92 -44q43 0 73 18q30 17 46 44q18 28 25 60t7 64v282h63v-390zM187 699q10 -31 37 -43 +q25 -13 56 -13t58 13q25 12 35 43h30q-6 -51 -38 -82q-32 -34 -85 -34q-52 0 -84 34q-31 31 -39 82h30z" /> + <glyph glyph-name="Uring" unicode="Ů" horiz-adv-x="667" +d="M587 244q-1 -76 -24 -126q-25 -51 -63 -79q-39 -28 -82 -39q-44 -12 -84 -12q-38 0 -81 12q-44 11 -83 39q-38 28 -63 79q-26 50 -26 126v454h69v-454q0 -87 47 -140q47 -55 137 -56q92 1 138 56q46 53 46 140v454h69v-454zM284 816q0 -26 18 -41q17 -18 42 -18 +q26 0 43 18q17 15 17 41t-17 43q-17 16 -43 16q-25 0 -42 -16q-18 -17 -18 -43zM248 816q0 42 28 68q27 26 68 27q41 -1 69 -27q26 -26 27 -68q-1 -41 -27 -67q-28 -28 -69 -28t-68 28q-28 26 -28 67z" /> + <glyph glyph-name="uring" unicode="ů" +d="M477 120q-1 -58 4 -120h-61v91h-2q-7 -17 -19 -34q-12 -18 -31 -34q-19 -15 -47 -24q-28 -11 -68 -11q-93 1 -134 56q-41 54 -40 140v326h63v-310q0 -73 29 -114q28 -44 92 -44q43 0 73 18q30 17 46 44q18 28 25 60t7 64v282h63v-390zM219 648q0 -26 18 -41 +q17 -18 42 -18q26 0 43 18q17 15 17 41t-17 43q-17 16 -43 16q-25 0 -42 -16q-18 -17 -18 -43zM183 648q0 42 28 68q27 26 68 27q41 -1 69 -27q26 -26 27 -68q-1 -41 -27 -67q-28 -28 -69 -28t-68 28q-28 26 -28 67z" /> + <glyph glyph-name="Uhungarumlaut" unicode="Ű" horiz-adv-x="667" +d="M587 244q-1 -76 -24 -126q-25 -51 -63 -79q-39 -28 -82 -39q-44 -12 -84 -12q-38 0 -81 12q-44 11 -83 39q-38 28 -63 79q-26 50 -26 126v454h69v-454q0 -87 47 -140q47 -55 137 -56q92 1 138 56q46 53 46 140v454h69v-454zM470 882h79l-126 -144h-46zM300 882h79 +l-126 -144h-46z" /> + <glyph glyph-name="uhungarumlaut" unicode="ű" +d="M477 120q-1 -58 4 -120h-61v91h-2q-7 -17 -19 -34q-12 -18 -31 -34q-19 -15 -47 -24q-28 -11 -68 -11q-93 1 -134 56q-41 54 -40 140v326h63v-310q0 -73 29 -114q28 -44 92 -44q43 0 73 18q30 17 46 44q18 28 25 60t7 64v282h63v-390zM415 816h79l-126 -144h-46zM245 816 +h79l-126 -144h-46z" /> + <glyph glyph-name="Uogonek" unicode="Ų" horiz-adv-x="667" +d="M425 -145q-7 -15 -29 -31q-26 -22 -70 -24q-35 -1 -60 14q-26 18 -28 49q0 26 15 48q13 21 33 39q29 24 52 38h-4q-38 0 -81 12q-44 11 -83 39q-38 28 -63 79q-26 50 -26 126v454h69v-454q0 -87 47 -140q47 -55 137 -56q92 1 138 56q46 53 46 140v454h69v-454 +q-1 -76 -24 -126q-25 -51 -63 -79q-39 -28 -82 -39q-22 -6 -43 -9q-41 -34 -57 -60q-17 -30 -17 -55q2 -37 45 -40q36 1 65 27z" /> + <glyph glyph-name="uogonek" unicode="ų" +d="M477 120q-1 -58 4 -120h-24q-51 -40 -69 -69q-17 -30 -17 -55q2 -37 45 -40q36 1 65 27l14 -8q-7 -15 -29 -31q-26 -22 -70 -24q-35 -1 -60 14q-26 18 -28 49q0 26 15 48q13 21 33 39q43 35 73 50h-9v91h-2q-7 -17 -19 -34q-12 -18 -31 -34q-19 -15 -47 -24 +q-28 -11 -68 -11q-93 1 -134 56q-41 54 -40 140v326h63v-310q0 -73 29 -114q28 -44 92 -44q43 0 73 18q30 17 46 44q18 28 25 60t7 64v282h63v-390z" /> + <glyph glyph-name="Wcircumflex" unicode="Ŵ" horiz-adv-x="944" +d="M733 0h-82l-177 620h-2l-180 -620h-83l-200 698h71l172 -620h2l179 620h83l176 -620h2l175 620h66zM436 882h82l93 -144h-46l-88 102l-88 -102h-46z" /> + <glyph glyph-name="wcircumflex" unicode="ŵ" horiz-adv-x="778" +d="M603 0h-76l-139 441h-2l-139 -441h-76l-164 510h69l134 -441h2l142 441h76l135 -441h2l141 441h63zM354 716h82l93 -144h-46l-88 102l-88 -102h-46z" /> + <glyph glyph-name="Ycircumflex" unicode="Ŷ" horiz-adv-x="611" +d="M271 296l-259 402h80l213 -341l219 341h75l-259 -402v-296h-69v296zM274 882h82l93 -144h-46l-88 102l-88 -102h-46z" /> + <glyph glyph-name="ycircumflex" unicode="ŷ" horiz-adv-x="444" +d="M221 85h1l147 425h66l-204 -586q-17 -55 -47 -96q-15 -20 -36 -31q-21 -12 -48 -13q-35 0 -68 8l6 54q9 -3 20 -5q11 -3 27 -3q39 1 59 32q20 29 33 79l13 45l-181 516h69zM186 716h82l93 -144h-46l-88 102l-88 -102h-46z" /> + <glyph glyph-name="Zacute" unicode="Ź" horiz-adv-x="500" +d="M21 60l364 578h-355v60h428v-60l-362 -578h374v-60h-449v60zM305 882h79l-126 -144h-46z" /> + <glyph glyph-name="zacute" unicode="ź" horiz-adv-x="444" +d="M32 53l307 403h-295v54h368v-54l-307 -402h307v-54h-380v53zM282 716h79l-126 -144h-46z" /> + <glyph glyph-name="Zdotaccent" unicode="Ż" horiz-adv-x="500" +d="M21 60l364 578h-355v60h428v-60l-362 -578h374v-60h-449v60zM217 842h75v-84h-75v84z" /> + <glyph glyph-name="zdotaccent" unicode="ż" horiz-adv-x="444" +d="M32 53l307 403h-295v54h368v-54l-307 -402h307v-54h-380v53zM198 688h75v-84h-75v84z" /> + <glyph glyph-name="Scommaaccent" unicode="Ș" horiz-adv-x="500" +d="M67 89q59 -41 154 -41q67 0 112 35q44 35 45 108q-1 51 -50 86q-22 18 -51 34t-59 32q-30 17 -58 36q-29 18 -52 40q-49 43 -50 109q1 85 65 134q62 47 156 48q27 0 64 -4q37 -6 73 -19l-11 -63q-51 26 -127 26q-27 0 -53 -5q-26 -6 -49 -21q-21 -13 -35 -36 +q-14 -24 -14 -58q0 -25 14 -46t36 -37q23 -17 52 -32q28 -16 58 -33q63 -30 110 -76q23 -22 37 -52q13 -30 13 -69q-2 -104 -73 -151q-70 -46 -156 -46q-102 2 -158 30zM213 -73h74l-55 -144h-57z" /> + <glyph glyph-name="scommaaccent" unicode="ș" horiz-adv-x="389" +d="M40 74q58 -31 133 -32q47 0 80 25q32 23 33 66q-1 45 -37 71q-36 25 -85 45q-23 11 -44 23t-40 27q-17 16 -28 37q-11 20 -11 47q1 76 52 108q49 31 114 31q22 0 57 -4q35 -6 69 -19l-6 -55q-55 23 -113 24q-49 0 -78 -18q-15 -9 -23 -25q-9 -16 -9 -42q0 -16 11 -30 +q11 -13 29 -24q18 -10 41 -21q23 -10 45 -22q50 -21 87 -56t38 -97q0 -40 -16 -67q-17 -28 -43 -45q-56 -33 -119 -33q-74 0 -143 24l6 62v0zM162 -73h74l-55 -144h-57z" /> + <glyph glyph-name="uni021A" unicode="Ț" horiz-adv-x="500" +d="M216 638h-206v60h481v-60h-206v-638h-69v638zM212 -73h74l-55 -144h-57z" /> + <glyph glyph-name="uni021B" unicode="ț" horiz-adv-x="333" +d="M299 456h-116v-330q0 -35 16 -59q15 -25 52 -25q34 0 58 12l4 -52q-11 -4 -31 -9q-21 -5 -46 -5q-41 0 -65 14q-23 14 -35 37q-10 24 -13 54t-3 65v298h-100v54h100v123l63 22v-145h116v-54zM155 -73h74l-55 -144h-57z" /> + <glyph glyph-name="dotlessj" unicode="ȷ" horiz-adv-x="222" +d="M-28 -156q17 -5 38 -6q47 1 59 30q11 28 10 68v574h63v-582q1 -63 -22 -102q-13 -19 -35 -30q-24 -12 -58 -12q-40 1 -55 5v55z" /> + <glyph glyph-name="caron" unicode="ˇ" horiz-adv-x="222" +d="M152 572h-82l-93 144h46l88 -102l88 102h46z" /> + <glyph glyph-name="uni02C9" unicode="ˉ" horiz-adv-x="222" +d="M-11 668h244v-54h-244v54z" /> + <glyph glyph-name="breve" unicode="˘" horiz-adv-x="222" +d="M18 699q10 -31 37 -43q25 -13 56 -13t58 13q25 12 35 43h30q-6 -51 -38 -82q-32 -34 -85 -34q-52 0 -84 34q-31 31 -39 82h30z" /> + <glyph glyph-name="dotaccent" unicode="˙" horiz-adv-x="222" +d="M74 688h75v-84h-75v84z" /> + <glyph glyph-name="ring" unicode="˚" horiz-adv-x="222" +d="M51 648q0 -26 18 -41q17 -18 42 -18q26 0 43 18q17 15 17 41t-17 43q-17 16 -43 16q-25 0 -42 -16q-18 -17 -18 -43zM15 648q0 42 28 68q27 26 68 27q41 -1 69 -27q26 -26 27 -68q-1 -41 -27 -67q-28 -28 -69 -28t-68 28q-28 26 -28 67z" /> + <glyph glyph-name="ogonek" unicode="˛" horiz-adv-x="222" +d="M268 -145q-7 -20 -31 -41q-25 -23 -70 -24q-33 0 -59 20q-28 18 -29 53q0 26 15 48q13 21 33 39q43 35 73 50h28q-51 -40 -69 -69q-18 -30 -17 -55q0 -49 52 -50q40 1 60 37z" /> + <glyph glyph-name="hungarumlaut" unicode="˝" horiz-adv-x="222" +d="M231 816h79l-126 -144h-46zM61 816h79l-126 -144h-46z" /> + <glyph glyph-name="uni0394" unicode="Δ" horiz-adv-x="674" +d="M333 628l-213 -556h430zM13 0l279 712h83l287 -712h-649z" /> + <glyph glyph-name="uni03A9" unicode="Ω" horiz-adv-x="748" +d="M432 0v183q87 17 131.5 78.5t44.5 148.5q0 52 -18 95.5t-50 75.5t-76 50t-96 18q-51 0 -95.5 -18t-76.5 -50t-50.5 -76t-18.5 -95q0 -42 11.5 -80.5t33.5 -68.5t55 -50.5t77 -27.5v-183h-257v67h193v72q-47 13 -82.5 40t-60.5 63t-37.5 80t-12.5 91q0 67 25.5 124 +t69.5 97.5t102 63.5t124 23t124 -22.5t101.5 -63t69 -97t25.5 -123.5q0 -48 -12.5 -92t-36.5 -80.5t-60 -63.5t-83 -40v-72h192v-67h-256z" /> + <glyph glyph-name="uni03BC" unicode="μ" +d="M79 510h63v-310q0 -73 29 -114q28 -44 92 -44q43 0 73 18q30 17 46 44q18 28 25 60t7 64v282h63v-390q-1 -58 4 -120h-61v91h-2q-7 -17 -19 -34q-12 -18 -31 -34q-19 -15 -47 -24q-28 -11 -68 -11q-59 0 -111 29v-227h-63v720z" /> + <glyph glyph-name="pi" unicode="π" horiz-adv-x="570" +d="M547 11q-17 -8 -33 -12.5t-36 -4.5q-30 0 -47.5 9.5t-26 26t-10.5 38.5t-2 46v296h-246v-410h-75v410h-69v69h541v-69h-76v-299q0 -22 6 -37.5t32 -15.5q20 0 42 10v-57v0z" /> + <glyph glyph-name="fraction" unicode="⁄" horiz-adv-x="167" +d="M261 720h57l-413 -742h-57z" /> + <glyph glyph-name="afii61289" unicode="ℓ" horiz-adv-x="500" +d="M406 38q-53 -52 -120 -52q-50 0 -84.5 29.5t-34.5 94.5v130l-59 -64h-2l-21 27l82 84v264q0 84 34.5 127t83.5 43q44 0 71.5 -32t27.5 -91q0 -73 -43 -153.5t-123 -167.5v-159q0 -27 7.5 -45t18.5 -28.5t25 -14.5t27 -4q21 0 43.5 9.5t44.5 29.5h2l20 -27v0zM341 593 +q0 41 -17 66t-40 25q-26 0 -46 -30t-20 -96v-233q59 69 91 138.5t32 129.5z" /> + <glyph glyph-name="Omega" unicode="Ω" horiz-adv-x="748" +d="M432 0v183q87 17 131.5 78.5t44.5 148.5q0 52 -18 95.5t-50 75.5t-76 50t-96 18q-51 0 -95.5 -18t-76.5 -50t-50.5 -76t-18.5 -95q0 -42 11.5 -80.5t33.5 -68.5t55 -50.5t77 -27.5v-183h-257v67h193v72q-47 13 -82.5 40t-60.5 63t-37.5 80t-12.5 91q0 67 25.5 124 +t69.5 97.5t102 63.5t124 23t124 -22.5t101.5 -63t69 -97t25.5 -123.5q0 -48 -12.5 -92t-36.5 -80.5t-60 -63.5t-83 -40v-72h192v-67h-256z" /> + <glyph glyph-name="estimated" unicode="℮" horiz-adv-x="600" +d="M157 259v-181q59 -59 145 -59q63 0 109 28.5t84 91.5l35 -21q-23 -36 -46.5 -61.5t-51 -42t-59.5 -24t-71 -7.5q-59 0 -106.5 21.5t-81.5 59t-52 87.5t-18 108t18 108.5t52 87.5t81.5 58.5t106.5 21.5q58 0 105.5 -20.5t81.5 -57t53 -87t19 -111.5h-404zM448 295v145 +q-63 60 -147 60t-144 -60v-145h291z" /> + <glyph glyph-name="partialdiff" unicode="∂" horiz-adv-x="511" +d="M389 280q-26 35 -64.5 60t-83.5 25q-33 0 -58.5 -13t-42 -34.5t-25 -49.5t-8.5 -58q0 -29 8 -58t24.5 -52t41.5 -37.5t58 -14.5q42 0 70.5 23.5t46 59t25.5 76t8 73.5zM469 362q0 -38 -3.5 -80.5t-12.5 -84.5t-25.5 -79.5t-42.5 -66.5t-62.5 -46t-85.5 -17 +q-47 0 -85 18.5t-64.5 49t-40.5 71.5t-14 86q0 44 13.5 83t39.5 68t62.5 46t83.5 17t89 -20.5t72 -55.5q0 11 0.5 22.5t0.5 22.5q0 40 -8.5 86t-28.5 85t-53 65t-83 26q-34 0 -61 -13.5t-53 -33.5l-42 50q33 29 70.5 44.5t82.5 15.5q73 0 121.5 -33.5t77.5 -85.5t40.5 -116 +t11.5 -124z" /> + <glyph glyph-name="Delta" unicode="∆" horiz-adv-x="674" +d="M333 628l-213 -556h430zM13 0l279 712h83l287 -712h-649z" /> + <glyph glyph-name="product" unicode="∏" horiz-adv-x="719" +d="M572 -214v928h-426v-928h-78v1000h582v-1000h-78z" /> + <glyph glyph-name="summation" unicode="∑" horiz-adv-x="615" +d="M25 -214v64l322 440l-308 432v64h538v-72h-437l301 -424l-319 -432h467v-72h-564z" /> + <glyph glyph-name="minus" unicode="−" horiz-adv-x="600" +d="M46 288h507v-69h-507v69z" /> + <glyph glyph-name="uni2215" unicode="∕" horiz-adv-x="167" +d="M261 720h57l-413 -742h-57z" /> + <glyph glyph-name="uni2219" unicode="∙" horiz-adv-x="278" +d="M92 311q0 24 16 36q15 12 32 12q18 0 32 -12t15 -36q-1 -23 -15 -35t-32 -12q-17 0 -32 12q-16 12 -16 35z" /> + <glyph glyph-name="radical" unicode="√" horiz-adv-x="504" +d="M303 -214h-75l-162 334l-47 -22l-28 60l112 52l151 -317l184 893h76z" /> + <glyph glyph-name="infinity" unicode="∞" horiz-adv-x="759" +d="M337 251q-14 13 -31.5 28.5t-37 29t-40.5 23t-41 9.5q-38 0 -59 -27t-21 -62q0 -38 22 -62t61 -24q20 0 40.5 8t39.5 21t36 27.5t31 28.5zM652 252q0 38 -21 64t-61 26q-21 0 -41 -9t-39 -23t-36 -30t-31 -29q16 -15 32.5 -30t35 -27t39 -20t43.5 -8q38 0 58.5 25 +t20.5 61zM717 255q0 -33 -10 -61.5t-29 -50t-46.5 -33.5t-61.5 -12q-29 0 -55 9.5t-49.5 25.5t-45 35t-40.5 39q-21 -19 -42 -38.5t-44 -35t-49 -25t-56 -9.5q-33 0 -60.5 11.5t-46.5 32t-29.5 48.5t-10.5 61q0 32 10 60.5t28.5 49.5t45.5 33.5t61 12.5q30 0 56.5 -10 +t50.5 -26.5t45 -37t41 -40.5l40.5 40.5t43.5 37.5t49 27.5t56 10.5q34 0 61 -12t46.5 -33t30 -49t10.5 -61z" /> + <glyph glyph-name="integral" unicode="∫" horiz-adv-x="554" +d="M420 730q0 -18 -12.5 -28t-29.5 -10q-12 0 -20 6.5t-14 15t-11 15t-11 6.5q-15 0 -22 -20t-8.5 -45t-0.5 -47.5t1 -28.5l1 -39v-511q0 -35 -1 -79t-12.5 -84t-37.5 -67t-75 -27q-11 0 -23.5 3t-22.5 9.5t-16.5 16t-6.5 23.5t11.5 25t25.5 11q12 0 19.5 -6.5t13 -14.5 +t10 -14.5t9.5 -6.5q13 0 19.5 22t8 49t1 51t-0.5 29v22v495q0 24 -1 54.5t1 62t8 62t20 54t37.5 38t60.5 14.5q13 0 27 -3t25.5 -9.5t19 -17.5t7.5 -26z" /> + <glyph glyph-name="approxequal" unicode="≈" horiz-adv-x="593" +d="M560 234q-3 -28 -11.5 -54t-24 -46.5t-38.5 -32.5t-55 -12t-69 11t-74 24.5t-70.5 25t-58.5 11.5q-32 0 -51.5 -24.5t-23.5 -53.5h-52q4 27 12.5 53.5t24 47.5t38 34t54.5 13q33 0 68.5 -11t71.5 -24.5t70 -24.5t64 -11q34 0 51.5 22t23.5 52h50v0zM561 415 +q-3 -28 -11.5 -54.5t-24.5 -46.5t-39 -32.5t-55 -12.5q-33 0 -69.5 11t-73 24.5t-70 24.5t-58.5 11q-32 0 -51.5 -24t-24.5 -53h-51q3 27 12 53.5t24 47.5t38 34t55 13t68 -11t72 -24.5t70 -24.5t64 -11q34 0 51.5 22.5t23.5 52.5h50v0z" /> + <glyph glyph-name="notequal" unicode="≠" horiz-adv-x="593" +d="M263 114l-76 -146l-62 32l59 114h-141v72h178l67 127h-245v71h283l77 148l62 -32l-61 -116h146v-71h-183l-67 -127h250v-72h-287z" /> + <glyph glyph-name="lessequal" unicode="≤" horiz-adv-x="593" +d="M43 -30v72h507v-72h-507zM43 266v75l507 187v-78l-408 -146l408 -145v-77z" /> + <glyph glyph-name="greaterequal" unicode="≥" horiz-adv-x="593" +d="M43 -30v72h507v-72h-507zM43 82v77l408 145l-408 146v78l507 -187v-75z" /> + <glyph glyph-name="lozenge" unicode="◊" horiz-adv-x="593" +d="M296 671l-131 -315l131 -315l132 315zM332 -35h-72l-171 391l171 391h72l172 -391z" /> + <glyph glyph-name="grave.cap" unicode="" horiz-adv-x="222" +d="M167 738h-46l-126 144h79z" /> + <glyph glyph-name="acute.cap" unicode="" horiz-adv-x="222" +d="M146 882h79l-126 -144h-46z" /> + <glyph glyph-name="circumflex.cap" unicode="" horiz-adv-x="222" +d="M68 882h82l93 -144h-46l-88 102l-88 -102h-46z" /> + <glyph glyph-name="caron.cap" unicode="" horiz-adv-x="222" +d="M150 738h-82l-93 144h46l88 -102l88 102h46z" /> + <glyph glyph-name="tilde.cap" unicode="" horiz-adv-x="222" +d="M-29 755q8 35 27 62q20 27 54 28q31 -1 61 -12q30 -12 44 -13q17 0 31 9q13 9 18 25h37q-9 -53 -35 -71q-27 -18 -48 -17q-35 1 -62 13q-27 11 -47 12q-19 0 -27 -9q-10 -9 -17 -27h-36z" /> + <glyph glyph-name="dieresis.cap" unicode="" horiz-adv-x="222" +d="M-12 842h75v-84h-75v84zM159 842h75v-84h-75v84z" /> + <glyph glyph-name="macron.cap" unicode="" horiz-adv-x="222" +d="M-13 822h244v-54h-244v54z" /> + <glyph glyph-name="breve.cap" unicode="" horiz-adv-x="222" +d="M16 871q10 -31 37 -43q25 -13 56 -13t58 13q25 12 35 43h30q-6 -51 -38 -82q-32 -34 -85 -34q-52 0 -84 34q-31 31 -39 82h30z" /> + <glyph glyph-name="ring.cap" unicode="" horiz-adv-x="222" +d="M49 816q0 -26 18 -41q17 -18 42 -18q26 0 43 18q17 15 17 41t-17 43q-17 16 -43 16q-25 0 -42 -16q-18 -17 -18 -43zM13 816q0 42 28 68q27 26 68 27q41 -1 69 -27q26 -26 27 -68q-1 -41 -27 -67q-28 -28 -69 -28t-68 28q-28 26 -28 67z" /> + <glyph glyph-name="hungarumlaut.cap" unicode="" horiz-adv-x="222" +d="M229 882h79l-126 -144h-46zM59 882h79l-126 -144h-46z" /> + <glyph glyph-name="dotaccent.cap" unicode="" horiz-adv-x="222" +d="M72 842h75v-84h-75v84z" /> + <glyph glyph-name="caron.alt" unicode="" horiz-adv-x="278" +d="M29 709h61l-34 -164h-45z" /> + <glyph glyph-name="commaaccent" unicode="" horiz-adv-x="222" +d="M83 -73h74l-55 -144h-57z" /> + <glyph glyph-name="commaaccent.alt" unicode="" horiz-adv-x="222" +d="M128 572h-71l55 144h54z" /> + <glyph glyph-name="uniF8FF" unicode="" horiz-adv-x="512" +d="M222 117v67h56v-67h-56zM225 234l-2 17q0 55 13 81t46 59q32 31 41 47.5t9 35.5q0 36 -22.5 60.5t-53.5 24.5t-53.5 -22t-28.5 -73l-50 8q7 71 44 104t91 33q53 0 88.5 -36t35.5 -95q0 -32 -12.5 -58.5t-50.5 -61.5q-37 -33 -43 -52t-6 -72h-46zM462 50v617h-412v-617 +h412zM512 718v-718h-512v718h512z" /> + <hkern u1="A" u2="ŷ" k="18" /> + <hkern u1="A" u2="Ŷ" k="85" /> + <hkern u1="A" u2="ŵ" k="18" /> + <hkern u1="A" u2="Ŵ" k="30" /> + <hkern u1="A" u2="Ť" k="68" /> + <hkern u1="A" u2="Ţ" k="68" /> + <hkern u1="A" u2="ÿ" k="18" /> + <hkern u1="A" u2="ý" k="18" /> + <hkern u1="A" u2="Ý" k="85" /> + <hkern u1="A" u2="Ÿ" k="85" /> + <hkern u1="A" u2="’" k="86" /> + <hkern u1="A" u2="y" k="18" /> + <hkern u1="A" u2="w" k="18" /> + <hkern u1="A" u2="v" k="18" /> + <hkern u1="A" u2="Y" k="85" /> + <hkern u1="A" u2="W" k="30" /> + <hkern u1="A" u2="V" k="50" /> + <hkern u1="A" u2="T" k="68" /> + <hkern u1="F" u2="Ą" k="55" /> + <hkern u1="F" u2="Ă" k="55" /> + <hkern u1="F" u2="Ā" k="55" /> + <hkern u1="F" u2="Å" k="55" /> + <hkern u1="F" u2="Ä" k="55" /> + <hkern u1="F" u2="Ã" k="55" /> + <hkern u1="F" u2="Â" k="55" /> + <hkern u1="F" u2="Á" k="55" /> + <hkern u1="F" u2="À" k="55" /> + <hkern u1="F" u2="A" k="55" /> + <hkern u1="F" u2="." k="129" /> + <hkern u1="F" u2="," k="129" /> + <hkern u1="L" u2="ŷ" k="37" /> + <hkern u1="L" u2="Ŷ" k="111" /> + <hkern u1="L" u2="Ŵ" k="55" /> + <hkern u1="L" u2="Ť" k="92" /> + <hkern u1="L" u2="Ţ" k="92" /> + <hkern u1="L" u2="ÿ" k="37" /> + <hkern u1="L" u2="ý" k="37" /> + <hkern u1="L" u2="Ý" k="111" /> + <hkern u1="L" u2="Ÿ" k="111" /> + <hkern u1="L" u2="’" k="98" /> + <hkern u1="L" u2="y" k="37" /> + <hkern u1="L" u2="Y" k="111" /> + <hkern u1="L" u2="W" k="55" /> + <hkern u1="L" u2="V" k="92" /> + <hkern u1="L" u2="T" k="92" /> + <hkern u1="P" u2="Ą" k="74" /> + <hkern u1="P" u2="Ă" k="74" /> + <hkern u1="P" u2="Ā" k="74" /> + <hkern u1="P" u2="Å" k="74" /> + <hkern u1="P" u2="Ä" k="74" /> + <hkern u1="P" u2="Ã" k="74" /> + <hkern u1="P" u2="Â" k="74" /> + <hkern u1="P" u2="Á" k="74" /> + <hkern u1="P" u2="À" k="74" /> + <hkern u1="P" u2="A" k="74" /> + <hkern u1="P" u2="." k="153" /> + <hkern u1="P" u2="," k="153" /> + <hkern u1="R" u2="ŷ" k="-24" /> + <hkern u1="R" u2="Ŷ" k="13" /> + <hkern u1="R" u2="Ŵ" k="-6" /> + <hkern u1="R" u2="Ť" k="-6" /> + <hkern u1="R" u2="Ţ" k="-6" /> + <hkern u1="R" u2="ÿ" k="-24" /> + <hkern u1="R" u2="ý" k="-24" /> + <hkern u1="R" u2="Ý" k="13" /> + <hkern u1="R" u2="Ÿ" k="13" /> + <hkern u1="R" u2="y" k="-24" /> + <hkern u1="R" u2="Y" k="13" /> + <hkern u1="R" u2="W" k="-6" /> + <hkern u1="R" u2="V" k="-6" /> + <hkern u1="R" u2="T" k="-6" /> + <hkern u1="T" u2="ș" k="111" /> + <hkern u1="T" u2="ŷ" k="111" /> + <hkern u1="T" u2="ŵ" k="99" /> + <hkern u1="T" u2="ų" k="92" /> + <hkern u1="T" u2="ű" k="92" /> + <hkern u1="T" u2="ů" k="92" /> + <hkern u1="T" u2="ŭ" k="92" /> + <hkern u1="T" u2="ū" k="92" /> + <hkern u1="T" u2="ũ" k="92" /> + <hkern u1="T" u2="ş" k="111" /> + <hkern u1="T" u2="ŝ" k="111" /> + <hkern u1="T" u2="ś" k="111" /> + <hkern u1="T" u2="ř" k="92" /> + <hkern u1="T" u2="ŗ" k="92" /> + <hkern u1="T" u2="ŕ" k="92" /> + <hkern u1="T" u2="ő" k="111" /> + <hkern u1="T" u2="ŏ" k="111" /> + <hkern u1="T" u2="ō" k="111" /> + <hkern u1="T" g2="ij" k="-24" /> + <hkern u1="T" u2="į" k="-24" /> + <hkern u1="T" u2="ě" k="111" /> + <hkern u1="T" u2="ę" k="111" /> + <hkern u1="T" u2="ė" k="111" /> + <hkern u1="T" u2="ĕ" k="111" /> + <hkern u1="T" u2="ē" k="111" /> + <hkern u1="T" u2="č" k="111" /> + <hkern u1="T" u2="ċ" k="111" /> + <hkern u1="T" u2="ĉ" k="111" /> + <hkern u1="T" u2="ć" k="111" /> + <hkern u1="T" u2="ą" k="111" /> + <hkern u1="T" u2="Ą" k="68" /> + <hkern u1="T" u2="ă" k="111" /> + <hkern u1="T" u2="Ă" k="68" /> + <hkern u1="T" u2="ā" k="111" /> + <hkern u1="T" u2="Ā" k="68" /> + <hkern u1="T" u2="ÿ" k="111" /> + <hkern u1="T" u2="ý" k="111" /> + <hkern u1="T" u2="ü" k="92" /> + <hkern u1="T" u2="û" k="92" /> + <hkern u1="T" u2="ú" k="92" /> + <hkern u1="T" u2="ù" k="92" /> + <hkern u1="T" u2="ö" k="111" /> + <hkern u1="T" u2="õ" k="111" /> + <hkern u1="T" u2="ô" k="111" /> + <hkern u1="T" u2="ó" k="111" /> + <hkern u1="T" u2="ò" k="111" /> + <hkern u1="T" u2="ë" k="111" /> + <hkern u1="T" u2="ê" k="111" /> + <hkern u1="T" u2="é" k="111" /> + <hkern u1="T" u2="è" k="111" /> + <hkern u1="T" u2="ç" k="111" /> + <hkern u1="T" u2="å" k="111" /> + <hkern u1="T" u2="ä" k="111" /> + <hkern u1="T" u2="ã" k="111" /> + <hkern u1="T" u2="â" k="111" /> + <hkern u1="T" u2="á" k="111" /> + <hkern u1="T" u2="à" k="111" /> + <hkern u1="T" u2="Å" k="68" /> + <hkern u1="T" u2="Ä" k="68" /> + <hkern u1="T" u2="Ã" k="68" /> + <hkern u1="T" u2="Â" k="68" /> + <hkern u1="T" u2="Á" k="68" /> + <hkern u1="T" u2="À" k="68" /> + <hkern u1="T" u2="š" k="111" /> + <hkern u1="T" u2="y" k="111" /> + <hkern u1="T" u2="w" k="99" /> + <hkern u1="T" u2="u" k="92" /> + <hkern u1="T" u2="s" k="111" /> + <hkern u1="T" u2="r" k="92" /> + <hkern u1="T" u2="o" k="111" /> + <hkern u1="T" u2="i" k="-24" /> + <hkern u1="T" u2="e" k="111" /> + <hkern u1="T" u2="c" k="111" /> + <hkern u1="T" u2="a" k="111" /> + <hkern u1="T" u2="A" k="68" /> + <hkern u1="T" u2=";" k="99" /> + <hkern u1="T" u2=":" k="111" /> + <hkern u1="T" u2="." k="111" /> + <hkern u1="T" u2="-" k="129" /> + <hkern u1="T" u2="," k="111" /> + <hkern u1="V" u2="ŷ" k="18" /> + <hkern u1="V" u2="ų" k="37" /> + <hkern u1="V" u2="ű" k="37" /> + <hkern u1="V" u2="ů" k="37" /> + <hkern u1="V" u2="ŭ" k="37" /> + <hkern u1="V" u2="ū" k="37" /> + <hkern u1="V" u2="ũ" k="37" /> + <hkern u1="V" u2="ř" k="37" /> + <hkern u1="V" u2="ŗ" k="37" /> + <hkern u1="V" u2="ŕ" k="37" /> + <hkern u1="V" u2="ő" k="55" /> + <hkern u1="V" u2="ŏ" k="55" /> + <hkern u1="V" u2="ō" k="55" /> + <hkern u1="V" g2="ij" k="-6" /> + <hkern u1="V" u2="į" k="-6" /> + <hkern u1="V" u2="ě" k="55" /> + <hkern u1="V" u2="ę" k="55" /> + <hkern u1="V" u2="ė" k="55" /> + <hkern u1="V" u2="ĕ" k="55" /> + <hkern u1="V" u2="ē" k="55" /> + <hkern u1="V" u2="ą" k="55" /> + <hkern u1="V" u2="Ą" k="55" /> + <hkern u1="V" u2="ă" k="55" /> + <hkern u1="V" u2="Ă" k="55" /> + <hkern u1="V" u2="ā" k="55" /> + <hkern u1="V" u2="Ā" k="55" /> + <hkern u1="V" u2="ÿ" k="18" /> + <hkern u1="V" u2="ý" k="18" /> + <hkern u1="V" u2="ü" k="37" /> + <hkern u1="V" u2="û" k="37" /> + <hkern u1="V" u2="ú" k="37" /> + <hkern u1="V" u2="ù" k="37" /> + <hkern u1="V" u2="ö" k="55" /> + <hkern u1="V" u2="õ" k="55" /> + <hkern u1="V" u2="ô" k="55" /> + <hkern u1="V" u2="ó" k="55" /> + <hkern u1="V" u2="ò" k="55" /> + <hkern u1="V" u2="ë" k="55" /> + <hkern u1="V" u2="ê" k="55" /> + <hkern u1="V" u2="é" k="55" /> + <hkern u1="V" u2="è" k="55" /> + <hkern u1="V" u2="å" k="55" /> + <hkern u1="V" u2="ä" k="55" /> + <hkern u1="V" u2="ã" k="55" /> + <hkern u1="V" u2="â" k="55" /> + <hkern u1="V" u2="á" k="55" /> + <hkern u1="V" u2="à" k="55" /> + <hkern u1="V" u2="Å" k="55" /> + <hkern u1="V" u2="Ä" k="55" /> + <hkern u1="V" u2="Ã" k="55" /> + <hkern u1="V" u2="Â" k="55" /> + <hkern u1="V" u2="Á" k="55" /> + <hkern u1="V" u2="À" k="55" /> + <hkern u1="V" u2="y" k="18" /> + <hkern u1="V" u2="u" k="37" /> + <hkern u1="V" u2="r" k="37" /> + <hkern u1="V" u2="o" k="55" /> + <hkern u1="V" u2="i" k="-6" /> + <hkern u1="V" u2="e" k="55" /> + <hkern u1="V" u2="a" k="55" /> + <hkern u1="V" u2="A" k="55" /> + <hkern u1="V" u2=";" k="74" /> + <hkern u1="V" u2=":" k="74" /> + <hkern u1="V" u2="." k="129" /> + <hkern u1="V" u2="-" k="55" /> + <hkern u1="V" u2="," k="129" /> + <hkern u1="W" u2="ų" k="18" /> + <hkern u1="W" u2="ű" k="18" /> + <hkern u1="W" u2="ů" k="18" /> + <hkern u1="W" u2="ŭ" k="18" /> + <hkern u1="W" u2="ū" k="18" /> + <hkern u1="W" u2="ũ" k="18" /> + <hkern u1="W" u2="ř" k="18" /> + <hkern u1="W" u2="ŗ" k="18" /> + <hkern u1="W" u2="ŕ" k="18" /> + <hkern u1="W" u2="ő" k="18" /> + <hkern u1="W" u2="ŏ" k="18" /> + <hkern u1="W" u2="ō" k="18" /> + <hkern u1="W" g2="ij" k="-24" /> + <hkern u1="W" u2="į" k="-24" /> + <hkern u1="W" u2="ě" k="18" /> + <hkern u1="W" u2="ę" k="18" /> + <hkern u1="W" u2="ė" k="18" /> + <hkern u1="W" u2="ĕ" k="18" /> + <hkern u1="W" u2="ē" k="18" /> + <hkern u1="W" u2="ą" k="37" /> + <hkern u1="W" u2="Ą" k="43" /> + <hkern u1="W" u2="ă" k="37" /> + <hkern u1="W" u2="Ă" k="43" /> + <hkern u1="W" u2="ā" k="37" /> + <hkern u1="W" u2="Ā" k="43" /> + <hkern u1="W" u2="ü" k="18" /> + <hkern u1="W" u2="û" k="18" /> + <hkern u1="W" u2="ú" k="18" /> + <hkern u1="W" u2="ù" k="18" /> + <hkern u1="W" u2="ö" k="18" /> + <hkern u1="W" u2="õ" k="18" /> + <hkern u1="W" u2="ô" k="18" /> + <hkern u1="W" u2="ó" k="18" /> + <hkern u1="W" u2="ò" k="18" /> + <hkern u1="W" u2="ë" k="18" /> + <hkern u1="W" u2="ê" k="18" /> + <hkern u1="W" u2="é" k="18" /> + <hkern u1="W" u2="è" k="18" /> + <hkern u1="W" u2="å" k="37" /> + <hkern u1="W" u2="ä" k="37" /> + <hkern u1="W" u2="ã" k="37" /> + <hkern u1="W" u2="â" k="37" /> + <hkern u1="W" u2="á" k="37" /> + <hkern u1="W" u2="à" k="37" /> + <hkern u1="W" u2="Å" k="43" /> + <hkern u1="W" u2="Ä" k="43" /> + <hkern u1="W" u2="Ã" k="43" /> + <hkern u1="W" u2="Â" k="43" /> + <hkern u1="W" u2="Á" k="43" /> + <hkern u1="W" u2="À" k="43" /> + <hkern u1="W" u2="u" k="18" /> + <hkern u1="W" u2="r" k="18" /> + <hkern u1="W" u2="o" k="18" /> + <hkern u1="W" u2="i" k="-24" /> + <hkern u1="W" u2="e" k="18" /> + <hkern u1="W" u2="a" k="37" /> + <hkern u1="W" u2="A" k="43" /> + <hkern u1="W" u2=";" k="18" /> + <hkern u1="W" u2=":" k="18" /> + <hkern u1="W" u2="." k="74" /> + <hkern u1="W" u2="," k="74" /> + <hkern u1="Y" u2="ų" k="74" /> + <hkern u1="Y" u2="ű" k="74" /> + <hkern u1="Y" u2="ů" k="74" /> + <hkern u1="Y" u2="ŭ" k="74" /> + <hkern u1="Y" u2="ū" k="74" /> + <hkern u1="Y" u2="ũ" k="74" /> + <hkern u1="Y" u2="ő" k="92" /> + <hkern u1="Y" u2="ŏ" k="92" /> + <hkern u1="Y" u2="ō" k="92" /> + <hkern u1="Y" g2="ij" k="7" /> + <hkern u1="Y" u2="į" k="7" /> + <hkern u1="Y" u2="ě" k="92" /> + <hkern u1="Y" u2="ę" k="92" /> + <hkern u1="Y" u2="ė" k="92" /> + <hkern u1="Y" u2="ĕ" k="92" /> + <hkern u1="Y" u2="ē" k="92" /> + <hkern u1="Y" u2="ą" k="92" /> + <hkern u1="Y" u2="Ą" k="85" /> + <hkern u1="Y" u2="ă" k="92" /> + <hkern u1="Y" u2="Ă" k="85" /> + <hkern u1="Y" u2="ā" k="92" /> + <hkern u1="Y" u2="Ā" k="85" /> + <hkern u1="Y" u2="ü" k="74" /> + <hkern u1="Y" u2="û" k="74" /> + <hkern u1="Y" u2="ú" k="74" /> + <hkern u1="Y" u2="ù" k="74" /> + <hkern u1="Y" u2="ö" k="92" /> + <hkern u1="Y" u2="õ" k="92" /> + <hkern u1="Y" u2="ô" k="92" /> + <hkern u1="Y" u2="ó" k="92" /> + <hkern u1="Y" u2="ò" k="92" /> + <hkern u1="Y" u2="ë" k="92" /> + <hkern u1="Y" u2="ê" k="92" /> + <hkern u1="Y" u2="é" k="92" /> + <hkern u1="Y" u2="è" k="92" /> + <hkern u1="Y" u2="å" k="92" /> + <hkern u1="Y" u2="ä" k="92" /> + <hkern u1="Y" u2="ã" k="92" /> + <hkern u1="Y" u2="â" k="92" /> + <hkern u1="Y" u2="á" k="92" /> + <hkern u1="Y" u2="à" k="92" /> + <hkern u1="Y" u2="Å" k="85" /> + <hkern u1="Y" u2="Ä" k="85" /> + <hkern u1="Y" u2="Ã" k="85" /> + <hkern u1="Y" u2="Â" k="85" /> + <hkern u1="Y" u2="Á" k="85" /> + <hkern u1="Y" u2="À" k="85" /> + <hkern u1="Y" u2="v" k="55" /> + <hkern u1="Y" u2="u" k="74" /> + <hkern u1="Y" u2="q" k="92" /> + <hkern u1="Y" u2="p" k="74" /> + <hkern u1="Y" u2="o" k="92" /> + <hkern u1="Y" u2="i" k="7" /> + <hkern u1="Y" u2="e" k="92" /> + <hkern u1="Y" u2="a" k="92" /> + <hkern u1="Y" u2="A" k="85" /> + <hkern u1="Y" u2=";" k="92" /> + <hkern u1="Y" u2=":" k="92" /> + <hkern u1="Y" u2="." k="99" /> + <hkern u1="Y" u2="-" k="111" /> + <hkern u1="Y" u2="," k="123" /> + <hkern u1="f" g2="fl" k="18" /> + <hkern u1="f" g2="fi" k="18" /> + <hkern u1="f" u2="’" k="-18" /> + <hkern u1="f" u2="f" k="18" /> + <hkern u1="r" u2="ő" k="18" /> + <hkern u1="r" u2="ŏ" k="18" /> + <hkern u1="r" u2="ō" k="18" /> + <hkern u1="r" g2="napostrophe" k="-18" /> + <hkern u1="r" u2="ň" k="-18" /> + <hkern u1="r" u2="ņ" k="-18" /> + <hkern u1="r" u2="ń" k="-18" /> + <hkern u1="r" u2="ě" k="18" /> + <hkern u1="r" u2="ę" k="18" /> + <hkern u1="r" u2="ė" k="18" /> + <hkern u1="r" u2="ĕ" k="18" /> + <hkern u1="r" u2="ē" k="18" /> + <hkern u1="r" u2="ď" k="18" /> + <hkern u1="r" u2="č" k="18" /> + <hkern u1="r" u2="ċ" k="18" /> + <hkern u1="r" u2="ĉ" k="18" /> + <hkern u1="r" u2="ć" k="18" /> + <hkern u1="r" u2="ö" k="18" /> + <hkern u1="r" u2="õ" k="18" /> + <hkern u1="r" u2="ô" k="18" /> + <hkern u1="r" u2="ó" k="18" /> + <hkern u1="r" u2="ò" k="18" /> + <hkern u1="r" u2="ñ" k="-18" /> + <hkern u1="r" u2="ë" k="18" /> + <hkern u1="r" u2="ê" k="18" /> + <hkern u1="r" u2="é" k="18" /> + <hkern u1="r" u2="è" k="18" /> + <hkern u1="r" u2="ç" k="18" /> + <hkern u1="r" u2="q" k="18" /> + <hkern u1="r" u2="o" k="18" /> + <hkern u1="r" u2="n" k="-18" /> + <hkern u1="r" u2="e" k="18" /> + <hkern u1="r" u2="d" k="18" /> + <hkern u1="r" u2="c" k="18" /> + <hkern u1="r" u2="." k="92" /> + <hkern u1="r" u2="-" k="55" /> + <hkern u1="r" u2="," k="92" /> + <hkern u1="v" u2="." k="74" /> + <hkern u1="v" u2="," k="74" /> + <hkern u1="w" u2="." k="55" /> + <hkern u1="w" u2="," k="55" /> + <hkern u1="y" u2="." k="92" /> + <hkern u1="y" u2="," k="92" /> + <hkern u1="‘" u2="‘" k="102" /> + <hkern u1="’" u2="ș" k="111" /> + <hkern u1="’" u2="ť" k="18" /> + <hkern u1="’" u2="ţ" k="18" /> + <hkern u1="’" u2="ş" k="111" /> + <hkern u1="’" u2="ŝ" k="111" /> + <hkern u1="’" u2="ś" k="111" /> + <hkern u1="’" u2="š" k="111" /> + <hkern u1="’" u2="’" k="102" /> + <hkern u1="’" u2="t" k="18" /> + <hkern u1="’" u2="s" k="111" /> + <hkern u1="Ÿ" u2="ų" k="74" /> + <hkern u1="Ÿ" u2="ű" k="74" /> + <hkern u1="Ÿ" u2="ů" k="74" /> + <hkern u1="Ÿ" u2="ŭ" k="74" /> + <hkern u1="Ÿ" u2="ū" k="74" /> + <hkern u1="Ÿ" u2="ũ" k="74" /> + <hkern u1="Ÿ" u2="ő" k="92" /> + <hkern u1="Ÿ" u2="ŏ" k="92" /> + <hkern u1="Ÿ" u2="ō" k="92" /> + <hkern u1="Ÿ" g2="ij" k="7" /> + <hkern u1="Ÿ" u2="į" k="7" /> + <hkern u1="Ÿ" u2="ě" k="92" /> + <hkern u1="Ÿ" u2="ę" k="92" /> + <hkern u1="Ÿ" u2="ė" k="92" /> + <hkern u1="Ÿ" u2="ĕ" k="92" /> + <hkern u1="Ÿ" u2="ē" k="92" /> + <hkern u1="Ÿ" u2="ą" k="92" /> + <hkern u1="Ÿ" u2="Ą" k="85" /> + <hkern u1="Ÿ" u2="ă" k="92" /> + <hkern u1="Ÿ" u2="Ă" k="85" /> + <hkern u1="Ÿ" u2="ā" k="92" /> + <hkern u1="Ÿ" u2="Ā" k="85" /> + <hkern u1="Ÿ" u2="ü" k="74" /> + <hkern u1="Ÿ" u2="û" k="74" /> + <hkern u1="Ÿ" u2="ú" k="74" /> + <hkern u1="Ÿ" u2="ù" k="74" /> + <hkern u1="Ÿ" u2="ö" k="92" /> + <hkern u1="Ÿ" u2="õ" k="92" /> + <hkern u1="Ÿ" u2="ô" k="92" /> + <hkern u1="Ÿ" u2="ó" k="92" /> + <hkern u1="Ÿ" u2="ò" k="92" /> + <hkern u1="Ÿ" u2="ë" k="92" /> + <hkern u1="Ÿ" u2="ê" k="92" /> + <hkern u1="Ÿ" u2="é" k="92" /> + <hkern u1="Ÿ" u2="è" k="92" /> + <hkern u1="Ÿ" u2="å" k="92" /> + <hkern u1="Ÿ" u2="ä" k="92" /> + <hkern u1="Ÿ" u2="ã" k="92" /> + <hkern u1="Ÿ" u2="â" k="92" /> + <hkern u1="Ÿ" u2="á" k="92" /> + <hkern u1="Ÿ" u2="à" k="92" /> + <hkern u1="Ÿ" u2="Å" k="85" /> + <hkern u1="Ÿ" u2="Ä" k="85" /> + <hkern u1="Ÿ" u2="Ã" k="85" /> + <hkern u1="Ÿ" u2="Â" k="85" /> + <hkern u1="Ÿ" u2="Á" k="85" /> + <hkern u1="Ÿ" u2="À" k="85" /> + <hkern u1="Ÿ" u2="v" k="55" /> + <hkern u1="Ÿ" u2="u" k="74" /> + <hkern u1="Ÿ" u2="q" k="92" /> + <hkern u1="Ÿ" u2="p" k="74" /> + <hkern u1="Ÿ" u2="o" k="92" /> + <hkern u1="Ÿ" u2="i" k="7" /> + <hkern u1="Ÿ" u2="e" k="92" /> + <hkern u1="Ÿ" u2="a" k="92" /> + <hkern u1="Ÿ" u2="A" k="85" /> + <hkern u1="Ÿ" u2=";" k="92" /> + <hkern u1="Ÿ" u2=":" k="92" /> + <hkern u1="Ÿ" u2="." k="99" /> + <hkern u1="Ÿ" u2="-" k="111" /> + <hkern u1="Ÿ" u2="," k="123" /> + <hkern u1="À" u2="ŷ" k="18" /> + <hkern u1="À" u2="Ŷ" k="85" /> + <hkern u1="À" u2="ŵ" k="18" /> + <hkern u1="À" u2="Ŵ" k="30" /> + <hkern u1="À" u2="Ť" k="68" /> + <hkern u1="À" u2="Ţ" k="68" /> + <hkern u1="À" u2="ÿ" k="18" /> + <hkern u1="À" u2="ý" k="18" /> + <hkern u1="À" u2="Ý" k="85" /> + <hkern u1="À" u2="Ÿ" k="85" /> + <hkern u1="À" u2="’" k="86" /> + <hkern u1="À" u2="y" k="18" /> + <hkern u1="À" u2="w" k="18" /> + <hkern u1="À" u2="v" k="18" /> + <hkern u1="À" u2="Y" k="85" /> + <hkern u1="À" u2="W" k="30" /> + <hkern u1="À" u2="V" k="50" /> + <hkern u1="À" u2="T" k="68" /> + <hkern u1="Á" u2="ŷ" k="18" /> + <hkern u1="Á" u2="Ŷ" k="85" /> + <hkern u1="Á" u2="ŵ" k="18" /> + <hkern u1="Á" u2="Ŵ" k="30" /> + <hkern u1="Á" u2="Ť" k="68" /> + <hkern u1="Á" u2="Ţ" k="68" /> + <hkern u1="Á" u2="ÿ" k="18" /> + <hkern u1="Á" u2="ý" k="18" /> + <hkern u1="Á" u2="Ý" k="85" /> + <hkern u1="Á" u2="Ÿ" k="85" /> + <hkern u1="Á" u2="’" k="86" /> + <hkern u1="Á" u2="y" k="18" /> + <hkern u1="Á" u2="w" k="18" /> + <hkern u1="Á" u2="v" k="18" /> + <hkern u1="Á" u2="Y" k="85" /> + <hkern u1="Á" u2="W" k="30" /> + <hkern u1="Á" u2="V" k="50" /> + <hkern u1="Á" u2="T" k="68" /> + <hkern u1="Â" u2="ŷ" k="18" /> + <hkern u1="Â" u2="Ŷ" k="85" /> + <hkern u1="Â" u2="ŵ" k="18" /> + <hkern u1="Â" u2="Ŵ" k="30" /> + <hkern u1="Â" u2="Ť" k="68" /> + <hkern u1="Â" u2="Ţ" k="68" /> + <hkern u1="Â" u2="ÿ" k="18" /> + <hkern u1="Â" u2="ý" k="18" /> + <hkern u1="Â" u2="Ý" k="85" /> + <hkern u1="Â" u2="Ÿ" k="85" /> + <hkern u1="Â" u2="’" k="86" /> + <hkern u1="Â" u2="y" k="18" /> + <hkern u1="Â" u2="w" k="18" /> + <hkern u1="Â" u2="v" k="18" /> + <hkern u1="Â" u2="Y" k="85" /> + <hkern u1="Â" u2="W" k="30" /> + <hkern u1="Â" u2="V" k="50" /> + <hkern u1="Â" u2="T" k="68" /> + <hkern u1="Ã" u2="ŷ" k="18" /> + <hkern u1="Ã" u2="Ŷ" k="85" /> + <hkern u1="Ã" u2="ŵ" k="18" /> + <hkern u1="Ã" u2="Ŵ" k="30" /> + <hkern u1="Ã" u2="Ť" k="68" /> + <hkern u1="Ã" u2="Ţ" k="68" /> + <hkern u1="Ã" u2="ÿ" k="18" /> + <hkern u1="Ã" u2="ý" k="18" /> + <hkern u1="Ã" u2="Ý" k="85" /> + <hkern u1="Ã" u2="Ÿ" k="85" /> + <hkern u1="Ã" u2="’" k="86" /> + <hkern u1="Ã" u2="y" k="18" /> + <hkern u1="Ã" u2="w" k="18" /> + <hkern u1="Ã" u2="v" k="18" /> + <hkern u1="Ã" u2="Y" k="85" /> + <hkern u1="Ã" u2="W" k="30" /> + <hkern u1="Ã" u2="V" k="50" /> + <hkern u1="Ã" u2="T" k="68" /> + <hkern u1="Ä" u2="ŷ" k="18" /> + <hkern u1="Ä" u2="Ŷ" k="85" /> + <hkern u1="Ä" u2="ŵ" k="18" /> + <hkern u1="Ä" u2="Ŵ" k="30" /> + <hkern u1="Ä" u2="Ť" k="68" /> + <hkern u1="Ä" u2="Ţ" k="68" /> + <hkern u1="Ä" u2="ÿ" k="18" /> + <hkern u1="Ä" u2="ý" k="18" /> + <hkern u1="Ä" u2="Ý" k="85" /> + <hkern u1="Ä" u2="Ÿ" k="85" /> + <hkern u1="Ä" u2="’" k="86" /> + <hkern u1="Ä" u2="y" k="18" /> + <hkern u1="Ä" u2="w" k="18" /> + <hkern u1="Ä" u2="v" k="18" /> + <hkern u1="Ä" u2="Y" k="85" /> + <hkern u1="Ä" u2="W" k="30" /> + <hkern u1="Ä" u2="V" k="50" /> + <hkern u1="Ä" u2="T" k="68" /> + <hkern u1="Å" u2="ŷ" k="18" /> + <hkern u1="Å" u2="Ŷ" k="85" /> + <hkern u1="Å" u2="ŵ" k="18" /> + <hkern u1="Å" u2="Ŵ" k="30" /> + <hkern u1="Å" u2="Ť" k="68" /> + <hkern u1="Å" u2="Ţ" k="68" /> + <hkern u1="Å" u2="ÿ" k="18" /> + <hkern u1="Å" u2="ý" k="18" /> + <hkern u1="Å" u2="Ý" k="85" /> + <hkern u1="Å" u2="Ÿ" k="85" /> + <hkern u1="Å" u2="’" k="86" /> + <hkern u1="Å" u2="y" k="18" /> + <hkern u1="Å" u2="w" k="18" /> + <hkern u1="Å" u2="v" k="18" /> + <hkern u1="Å" u2="Y" k="85" /> + <hkern u1="Å" u2="W" k="30" /> + <hkern u1="Å" u2="V" k="50" /> + <hkern u1="Å" u2="T" k="68" /> + <hkern u1="Ý" u2="ų" k="74" /> + <hkern u1="Ý" u2="ű" k="74" /> + <hkern u1="Ý" u2="ů" k="74" /> + <hkern u1="Ý" u2="ŭ" k="74" /> + <hkern u1="Ý" u2="ū" k="74" /> + <hkern u1="Ý" u2="ũ" k="74" /> + <hkern u1="Ý" u2="ő" k="92" /> + <hkern u1="Ý" u2="ŏ" k="92" /> + <hkern u1="Ý" u2="ō" k="92" /> + <hkern u1="Ý" g2="ij" k="7" /> + <hkern u1="Ý" u2="į" k="7" /> + <hkern u1="Ý" u2="ě" k="92" /> + <hkern u1="Ý" u2="ę" k="92" /> + <hkern u1="Ý" u2="ė" k="92" /> + <hkern u1="Ý" u2="ĕ" k="92" /> + <hkern u1="Ý" u2="ē" k="92" /> + <hkern u1="Ý" u2="ą" k="92" /> + <hkern u1="Ý" u2="Ą" k="85" /> + <hkern u1="Ý" u2="ă" k="92" /> + <hkern u1="Ý" u2="Ă" k="85" /> + <hkern u1="Ý" u2="ā" k="92" /> + <hkern u1="Ý" u2="Ā" k="85" /> + <hkern u1="Ý" u2="ü" k="74" /> + <hkern u1="Ý" u2="û" k="74" /> + <hkern u1="Ý" u2="ú" k="74" /> + <hkern u1="Ý" u2="ù" k="74" /> + <hkern u1="Ý" u2="ö" k="92" /> + <hkern u1="Ý" u2="õ" k="92" /> + <hkern u1="Ý" u2="ô" k="92" /> + <hkern u1="Ý" u2="ó" k="92" /> + <hkern u1="Ý" u2="ò" k="92" /> + <hkern u1="Ý" u2="ë" k="92" /> + <hkern u1="Ý" u2="ê" k="92" /> + <hkern u1="Ý" u2="é" k="92" /> + <hkern u1="Ý" u2="è" k="92" /> + <hkern u1="Ý" u2="å" k="92" /> + <hkern u1="Ý" u2="ä" k="92" /> + <hkern u1="Ý" u2="ã" k="92" /> + <hkern u1="Ý" u2="â" k="92" /> + <hkern u1="Ý" u2="á" k="92" /> + <hkern u1="Ý" u2="à" k="92" /> + <hkern u1="Ý" u2="Å" k="85" /> + <hkern u1="Ý" u2="Ä" k="85" /> + <hkern u1="Ý" u2="Ã" k="85" /> + <hkern u1="Ý" u2="Â" k="85" /> + <hkern u1="Ý" u2="Á" k="85" /> + <hkern u1="Ý" u2="À" k="85" /> + <hkern u1="Ý" u2="v" k="55" /> + <hkern u1="Ý" u2="u" k="74" /> + <hkern u1="Ý" u2="q" k="92" /> + <hkern u1="Ý" u2="p" k="74" /> + <hkern u1="Ý" u2="o" k="92" /> + <hkern u1="Ý" u2="i" k="7" /> + <hkern u1="Ý" u2="e" k="92" /> + <hkern u1="Ý" u2="a" k="92" /> + <hkern u1="Ý" u2="A" k="85" /> + <hkern u1="Ý" u2=";" k="92" /> + <hkern u1="Ý" u2=":" k="92" /> + <hkern u1="Ý" u2="." k="99" /> + <hkern u1="Ý" u2="-" k="111" /> + <hkern u1="Ý" u2="," k="123" /> + <hkern u1="ý" u2="." k="92" /> + <hkern u1="ý" u2="," k="92" /> + <hkern u1="ÿ" u2="." k="92" /> + <hkern u1="ÿ" u2="," k="92" /> + <hkern u1="Ā" u2="ŷ" k="18" /> + <hkern u1="Ā" u2="Ŷ" k="85" /> + <hkern u1="Ā" u2="ŵ" k="18" /> + <hkern u1="Ā" u2="Ŵ" k="30" /> + <hkern u1="Ā" u2="Ť" k="68" /> + <hkern u1="Ā" u2="Ţ" k="68" /> + <hkern u1="Ā" u2="ÿ" k="18" /> + <hkern u1="Ā" u2="ý" k="18" /> + <hkern u1="Ā" u2="Ý" k="85" /> + <hkern u1="Ā" u2="Ÿ" k="85" /> + <hkern u1="Ā" u2="’" k="86" /> + <hkern u1="Ā" u2="y" k="18" /> + <hkern u1="Ā" u2="w" k="18" /> + <hkern u1="Ā" u2="v" k="18" /> + <hkern u1="Ā" u2="Y" k="85" /> + <hkern u1="Ā" u2="W" k="30" /> + <hkern u1="Ā" u2="V" k="50" /> + <hkern u1="Ā" u2="T" k="68" /> + <hkern u1="Ă" u2="ŷ" k="18" /> + <hkern u1="Ă" u2="Ŷ" k="85" /> + <hkern u1="Ă" u2="ŵ" k="18" /> + <hkern u1="Ă" u2="Ŵ" k="30" /> + <hkern u1="Ă" u2="Ť" k="68" /> + <hkern u1="Ă" u2="Ţ" k="68" /> + <hkern u1="Ă" u2="ÿ" k="18" /> + <hkern u1="Ă" u2="ý" k="18" /> + <hkern u1="Ă" u2="Ý" k="85" /> + <hkern u1="Ă" u2="Ÿ" k="85" /> + <hkern u1="Ă" u2="’" k="86" /> + <hkern u1="Ă" u2="y" k="18" /> + <hkern u1="Ă" u2="w" k="18" /> + <hkern u1="Ă" u2="v" k="18" /> + <hkern u1="Ă" u2="Y" k="85" /> + <hkern u1="Ă" u2="W" k="30" /> + <hkern u1="Ă" u2="V" k="50" /> + <hkern u1="Ă" u2="T" k="68" /> + <hkern u1="Ą" u2="ŷ" k="18" /> + <hkern u1="Ą" u2="Ŷ" k="85" /> + <hkern u1="Ą" u2="ŵ" k="18" /> + <hkern u1="Ą" u2="Ŵ" k="30" /> + <hkern u1="Ą" u2="Ť" k="68" /> + <hkern u1="Ą" u2="Ţ" k="68" /> + <hkern u1="Ą" u2="ÿ" k="18" /> + <hkern u1="Ą" u2="ý" k="18" /> + <hkern u1="Ą" u2="Ý" k="85" /> + <hkern u1="Ą" u2="Ÿ" k="85" /> + <hkern u1="Ą" u2="’" k="86" /> + <hkern u1="Ą" u2="y" k="18" /> + <hkern u1="Ą" u2="w" k="18" /> + <hkern u1="Ą" u2="v" k="18" /> + <hkern u1="Ą" u2="Y" k="85" /> + <hkern u1="Ą" u2="W" k="30" /> + <hkern u1="Ą" u2="V" k="50" /> + <hkern u1="Ą" u2="T" k="68" /> + <hkern u1="Ĺ" u2="ŷ" k="37" /> + <hkern u1="Ĺ" u2="Ŷ" k="111" /> + <hkern u1="Ĺ" u2="Ŵ" k="55" /> + <hkern u1="Ĺ" u2="Ť" k="92" /> + <hkern u1="Ĺ" u2="Ţ" k="92" /> + <hkern u1="Ĺ" u2="ÿ" k="37" /> + <hkern u1="Ĺ" u2="ý" k="37" /> + <hkern u1="Ĺ" u2="Ý" k="111" /> + <hkern u1="Ĺ" u2="Ÿ" k="111" /> + <hkern u1="Ĺ" u2="’" k="98" /> + <hkern u1="Ĺ" u2="y" k="37" /> + <hkern u1="Ĺ" u2="Y" k="111" /> + <hkern u1="Ĺ" u2="W" k="55" /> + <hkern u1="Ĺ" u2="V" k="92" /> + <hkern u1="Ĺ" u2="T" k="92" /> + <hkern u1="Ļ" u2="ŷ" k="37" /> + <hkern u1="Ļ" u2="Ŷ" k="111" /> + <hkern u1="Ļ" u2="Ŵ" k="55" /> + <hkern u1="Ļ" u2="Ť" k="92" /> + <hkern u1="Ļ" u2="Ţ" k="92" /> + <hkern u1="Ļ" u2="ÿ" k="37" /> + <hkern u1="Ļ" u2="ý" k="37" /> + <hkern u1="Ļ" u2="Ý" k="111" /> + <hkern u1="Ļ" u2="Ÿ" k="111" /> + <hkern u1="Ļ" u2="’" k="98" /> + <hkern u1="Ļ" u2="y" k="37" /> + <hkern u1="Ļ" u2="Y" k="111" /> + <hkern u1="Ļ" u2="W" k="55" /> + <hkern u1="Ļ" u2="V" k="92" /> + <hkern u1="Ļ" u2="T" k="92" /> + <hkern u1="Ľ" u2="ŷ" k="37" /> + <hkern u1="Ľ" u2="Ŷ" k="111" /> + <hkern u1="Ľ" u2="Ŵ" k="55" /> + <hkern u1="Ľ" u2="Ť" k="92" /> + <hkern u1="Ľ" u2="Ţ" k="92" /> + <hkern u1="Ľ" u2="ÿ" k="37" /> + <hkern u1="Ľ" u2="ý" k="37" /> + <hkern u1="Ľ" u2="Ý" k="111" /> + <hkern u1="Ľ" u2="Ÿ" k="111" /> + <hkern u1="Ľ" u2="’" k="98" /> + <hkern u1="Ľ" u2="y" k="37" /> + <hkern u1="Ľ" u2="Y" k="111" /> + <hkern u1="Ľ" u2="W" k="55" /> + <hkern u1="Ľ" u2="V" k="92" /> + <hkern u1="Ľ" u2="T" k="92" /> + <hkern u1="Ŀ" u2="ŷ" k="37" /> + <hkern u1="Ŀ" u2="Ŷ" k="111" /> + <hkern u1="Ŀ" u2="Ŵ" k="55" /> + <hkern u1="Ŀ" u2="Ť" k="92" /> + <hkern u1="Ŀ" u2="Ţ" k="92" /> + <hkern u1="Ŀ" u2="ÿ" k="37" /> + <hkern u1="Ŀ" u2="ý" k="37" /> + <hkern u1="Ŀ" u2="Ý" k="111" /> + <hkern u1="Ŀ" u2="Ÿ" k="111" /> + <hkern u1="Ŀ" u2="’" k="98" /> + <hkern u1="Ŀ" u2="y" k="37" /> + <hkern u1="Ŀ" u2="Y" k="111" /> + <hkern u1="Ŀ" u2="W" k="55" /> + <hkern u1="Ŀ" u2="V" k="92" /> + <hkern u1="Ŀ" u2="T" k="92" /> + <hkern u1="Ŕ" u2="ŷ" k="-24" /> + <hkern u1="Ŕ" u2="Ŷ" k="13" /> + <hkern u1="Ŕ" u2="Ŵ" k="-6" /> + <hkern u1="Ŕ" u2="Ť" k="-6" /> + <hkern u1="Ŕ" u2="Ţ" k="-6" /> + <hkern u1="Ŕ" u2="ÿ" k="-24" /> + <hkern u1="Ŕ" u2="ý" k="-24" /> + <hkern u1="Ŕ" u2="Ý" k="13" /> + <hkern u1="Ŕ" u2="Ÿ" k="13" /> + <hkern u1="Ŕ" u2="y" k="-24" /> + <hkern u1="Ŕ" u2="Y" k="13" /> + <hkern u1="Ŕ" u2="W" k="-6" /> + <hkern u1="Ŕ" u2="V" k="-6" /> + <hkern u1="Ŕ" u2="T" k="-6" /> + <hkern u1="ŕ" u2="ő" k="18" /> + <hkern u1="ŕ" u2="ŏ" k="18" /> + <hkern u1="ŕ" u2="ō" k="18" /> + <hkern u1="ŕ" g2="napostrophe" k="-18" /> + <hkern u1="ŕ" u2="ň" k="-18" /> + <hkern u1="ŕ" u2="ņ" k="-18" /> + <hkern u1="ŕ" u2="ń" k="-18" /> + <hkern u1="ŕ" u2="ě" k="18" /> + <hkern u1="ŕ" u2="ę" k="18" /> + <hkern u1="ŕ" u2="ė" k="18" /> + <hkern u1="ŕ" u2="ĕ" k="18" /> + <hkern u1="ŕ" u2="ē" k="18" /> + <hkern u1="ŕ" u2="ď" k="18" /> + <hkern u1="ŕ" u2="č" k="18" /> + <hkern u1="ŕ" u2="ċ" k="18" /> + <hkern u1="ŕ" u2="ĉ" k="18" /> + <hkern u1="ŕ" u2="ć" k="18" /> + <hkern u1="ŕ" u2="ö" k="18" /> + <hkern u1="ŕ" u2="õ" k="18" /> + <hkern u1="ŕ" u2="ô" k="18" /> + <hkern u1="ŕ" u2="ó" k="18" /> + <hkern u1="ŕ" u2="ò" k="18" /> + <hkern u1="ŕ" u2="ñ" k="-18" /> + <hkern u1="ŕ" u2="ë" k="18" /> + <hkern u1="ŕ" u2="ê" k="18" /> + <hkern u1="ŕ" u2="é" k="18" /> + <hkern u1="ŕ" u2="è" k="18" /> + <hkern u1="ŕ" u2="ç" k="18" /> + <hkern u1="ŕ" u2="q" k="18" /> + <hkern u1="ŕ" u2="o" k="18" /> + <hkern u1="ŕ" u2="n" k="-18" /> + <hkern u1="ŕ" u2="e" k="18" /> + <hkern u1="ŕ" u2="d" k="18" /> + <hkern u1="ŕ" u2="c" k="18" /> + <hkern u1="ŕ" u2="." k="92" /> + <hkern u1="ŕ" u2="-" k="55" /> + <hkern u1="ŕ" u2="," k="92" /> + <hkern u1="Ŗ" u2="ŷ" k="-24" /> + <hkern u1="Ŗ" u2="Ŷ" k="13" /> + <hkern u1="Ŗ" u2="Ŵ" k="-6" /> + <hkern u1="Ŗ" u2="Ť" k="-6" /> + <hkern u1="Ŗ" u2="Ţ" k="-6" /> + <hkern u1="Ŗ" u2="ÿ" k="-24" /> + <hkern u1="Ŗ" u2="ý" k="-24" /> + <hkern u1="Ŗ" u2="Ý" k="13" /> + <hkern u1="Ŗ" u2="Ÿ" k="13" /> + <hkern u1="Ŗ" u2="y" k="-24" /> + <hkern u1="Ŗ" u2="Y" k="13" /> + <hkern u1="Ŗ" u2="W" k="-6" /> + <hkern u1="Ŗ" u2="V" k="-6" /> + <hkern u1="Ŗ" u2="T" k="-6" /> + <hkern u1="ŗ" u2="ő" k="18" /> + <hkern u1="ŗ" u2="ŏ" k="18" /> + <hkern u1="ŗ" u2="ō" k="18" /> + <hkern u1="ŗ" g2="napostrophe" k="-18" /> + <hkern u1="ŗ" u2="ň" k="-18" /> + <hkern u1="ŗ" u2="ņ" k="-18" /> + <hkern u1="ŗ" u2="ń" k="-18" /> + <hkern u1="ŗ" u2="ě" k="18" /> + <hkern u1="ŗ" u2="ę" k="18" /> + <hkern u1="ŗ" u2="ė" k="18" /> + <hkern u1="ŗ" u2="ĕ" k="18" /> + <hkern u1="ŗ" u2="ē" k="18" /> + <hkern u1="ŗ" u2="ď" k="18" /> + <hkern u1="ŗ" u2="č" k="18" /> + <hkern u1="ŗ" u2="ċ" k="18" /> + <hkern u1="ŗ" u2="ĉ" k="18" /> + <hkern u1="ŗ" u2="ć" k="18" /> + <hkern u1="ŗ" u2="ö" k="18" /> + <hkern u1="ŗ" u2="õ" k="18" /> + <hkern u1="ŗ" u2="ô" k="18" /> + <hkern u1="ŗ" u2="ó" k="18" /> + <hkern u1="ŗ" u2="ò" k="18" /> + <hkern u1="ŗ" u2="ñ" k="-18" /> + <hkern u1="ŗ" u2="ë" k="18" /> + <hkern u1="ŗ" u2="ê" k="18" /> + <hkern u1="ŗ" u2="é" k="18" /> + <hkern u1="ŗ" u2="è" k="18" /> + <hkern u1="ŗ" u2="ç" k="18" /> + <hkern u1="ŗ" u2="q" k="18" /> + <hkern u1="ŗ" u2="o" k="18" /> + <hkern u1="ŗ" u2="n" k="-18" /> + <hkern u1="ŗ" u2="e" k="18" /> + <hkern u1="ŗ" u2="d" k="18" /> + <hkern u1="ŗ" u2="c" k="18" /> + <hkern u1="ŗ" u2="." k="92" /> + <hkern u1="ŗ" u2="-" k="55" /> + <hkern u1="ŗ" u2="," k="92" /> + <hkern u1="Ř" u2="ŷ" k="-24" /> + <hkern u1="Ř" u2="Ŷ" k="13" /> + <hkern u1="Ř" u2="Ŵ" k="-6" /> + <hkern u1="Ř" u2="Ť" k="-6" /> + <hkern u1="Ř" u2="Ţ" k="-6" /> + <hkern u1="Ř" u2="ÿ" k="-24" /> + <hkern u1="Ř" u2="ý" k="-24" /> + <hkern u1="Ř" u2="Ý" k="13" /> + <hkern u1="Ř" u2="Ÿ" k="13" /> + <hkern u1="Ř" u2="y" k="-24" /> + <hkern u1="Ř" u2="Y" k="13" /> + <hkern u1="Ř" u2="W" k="-6" /> + <hkern u1="Ř" u2="V" k="-6" /> + <hkern u1="Ř" u2="T" k="-6" /> + <hkern u1="ř" u2="ő" k="18" /> + <hkern u1="ř" u2="ŏ" k="18" /> + <hkern u1="ř" u2="ō" k="18" /> + <hkern u1="ř" g2="napostrophe" k="-18" /> + <hkern u1="ř" u2="ň" k="-18" /> + <hkern u1="ř" u2="ņ" k="-18" /> + <hkern u1="ř" u2="ń" k="-18" /> + <hkern u1="ř" u2="ě" k="18" /> + <hkern u1="ř" u2="ę" k="18" /> + <hkern u1="ř" u2="ė" k="18" /> + <hkern u1="ř" u2="ĕ" k="18" /> + <hkern u1="ř" u2="ē" k="18" /> + <hkern u1="ř" u2="ď" k="18" /> + <hkern u1="ř" u2="č" k="18" /> + <hkern u1="ř" u2="ċ" k="18" /> + <hkern u1="ř" u2="ĉ" k="18" /> + <hkern u1="ř" u2="ć" k="18" /> + <hkern u1="ř" u2="ö" k="18" /> + <hkern u1="ř" u2="õ" k="18" /> + <hkern u1="ř" u2="ô" k="18" /> + <hkern u1="ř" u2="ó" k="18" /> + <hkern u1="ř" u2="ò" k="18" /> + <hkern u1="ř" u2="ñ" k="-18" /> + <hkern u1="ř" u2="ë" k="18" /> + <hkern u1="ř" u2="ê" k="18" /> + <hkern u1="ř" u2="é" k="18" /> + <hkern u1="ř" u2="è" k="18" /> + <hkern u1="ř" u2="ç" k="18" /> + <hkern u1="ř" u2="q" k="18" /> + <hkern u1="ř" u2="o" k="18" /> + <hkern u1="ř" u2="n" k="-18" /> + <hkern u1="ř" u2="e" k="18" /> + <hkern u1="ř" u2="d" k="18" /> + <hkern u1="ř" u2="c" k="18" /> + <hkern u1="ř" u2="." k="92" /> + <hkern u1="ř" u2="-" k="55" /> + <hkern u1="ř" u2="," k="92" /> + <hkern u1="Ţ" u2="ș" k="111" /> + <hkern u1="Ţ" u2="ŷ" k="111" /> + <hkern u1="Ţ" u2="ŵ" k="99" /> + <hkern u1="Ţ" u2="ų" k="92" /> + <hkern u1="Ţ" u2="ű" k="92" /> + <hkern u1="Ţ" u2="ů" k="92" /> + <hkern u1="Ţ" u2="ŭ" k="92" /> + <hkern u1="Ţ" u2="ū" k="92" /> + <hkern u1="Ţ" u2="ũ" k="92" /> + <hkern u1="Ţ" u2="ş" k="111" /> + <hkern u1="Ţ" u2="ŝ" k="111" /> + <hkern u1="Ţ" u2="ś" k="111" /> + <hkern u1="Ţ" u2="ř" k="92" /> + <hkern u1="Ţ" u2="ŗ" k="92" /> + <hkern u1="Ţ" u2="ŕ" k="92" /> + <hkern u1="Ţ" u2="ő" k="111" /> + <hkern u1="Ţ" u2="ŏ" k="111" /> + <hkern u1="Ţ" u2="ō" k="111" /> + <hkern u1="Ţ" g2="ij" k="-24" /> + <hkern u1="Ţ" u2="į" k="-24" /> + <hkern u1="Ţ" u2="ě" k="111" /> + <hkern u1="Ţ" u2="ę" k="111" /> + <hkern u1="Ţ" u2="ė" k="111" /> + <hkern u1="Ţ" u2="ĕ" k="111" /> + <hkern u1="Ţ" u2="ē" k="111" /> + <hkern u1="Ţ" u2="č" k="111" /> + <hkern u1="Ţ" u2="ċ" k="111" /> + <hkern u1="Ţ" u2="ĉ" k="111" /> + <hkern u1="Ţ" u2="ć" k="111" /> + <hkern u1="Ţ" u2="ą" k="111" /> + <hkern u1="Ţ" u2="Ą" k="68" /> + <hkern u1="Ţ" u2="ă" k="111" /> + <hkern u1="Ţ" u2="Ă" k="68" /> + <hkern u1="Ţ" u2="ā" k="111" /> + <hkern u1="Ţ" u2="Ā" k="68" /> + <hkern u1="Ţ" u2="ÿ" k="111" /> + <hkern u1="Ţ" u2="ý" k="111" /> + <hkern u1="Ţ" u2="ü" k="92" /> + <hkern u1="Ţ" u2="û" k="92" /> + <hkern u1="Ţ" u2="ú" k="92" /> + <hkern u1="Ţ" u2="ù" k="92" /> + <hkern u1="Ţ" u2="ö" k="111" /> + <hkern u1="Ţ" u2="õ" k="111" /> + <hkern u1="Ţ" u2="ô" k="111" /> + <hkern u1="Ţ" u2="ó" k="111" /> + <hkern u1="Ţ" u2="ò" k="111" /> + <hkern u1="Ţ" u2="ë" k="111" /> + <hkern u1="Ţ" u2="ê" k="111" /> + <hkern u1="Ţ" u2="é" k="111" /> + <hkern u1="Ţ" u2="è" k="111" /> + <hkern u1="Ţ" u2="ç" k="111" /> + <hkern u1="Ţ" u2="å" k="111" /> + <hkern u1="Ţ" u2="ä" k="111" /> + <hkern u1="Ţ" u2="ã" k="111" /> + <hkern u1="Ţ" u2="â" k="111" /> + <hkern u1="Ţ" u2="á" k="111" /> + <hkern u1="Ţ" u2="à" k="111" /> + <hkern u1="Ţ" u2="Å" k="68" /> + <hkern u1="Ţ" u2="Ä" k="68" /> + <hkern u1="Ţ" u2="Ã" k="68" /> + <hkern u1="Ţ" u2="Â" k="68" /> + <hkern u1="Ţ" u2="Á" k="68" /> + <hkern u1="Ţ" u2="À" k="68" /> + <hkern u1="Ţ" u2="š" k="111" /> + <hkern u1="Ţ" u2="y" k="111" /> + <hkern u1="Ţ" u2="w" k="99" /> + <hkern u1="Ţ" u2="u" k="92" /> + <hkern u1="Ţ" u2="s" k="111" /> + <hkern u1="Ţ" u2="r" k="92" /> + <hkern u1="Ţ" u2="o" k="111" /> + <hkern u1="Ţ" u2="i" k="-24" /> + <hkern u1="Ţ" u2="e" k="111" /> + <hkern u1="Ţ" u2="c" k="111" /> + <hkern u1="Ţ" u2="a" k="111" /> + <hkern u1="Ţ" u2="A" k="68" /> + <hkern u1="Ţ" u2=";" k="99" /> + <hkern u1="Ţ" u2=":" k="111" /> + <hkern u1="Ţ" u2="." k="111" /> + <hkern u1="Ţ" u2="-" k="129" /> + <hkern u1="Ţ" u2="," k="111" /> + <hkern u1="Ť" u2="ș" k="111" /> + <hkern u1="Ť" u2="ŷ" k="111" /> + <hkern u1="Ť" u2="ŵ" k="99" /> + <hkern u1="Ť" u2="ų" k="92" /> + <hkern u1="Ť" u2="ű" k="92" /> + <hkern u1="Ť" u2="ů" k="92" /> + <hkern u1="Ť" u2="ŭ" k="92" /> + <hkern u1="Ť" u2="ū" k="92" /> + <hkern u1="Ť" u2="ũ" k="92" /> + <hkern u1="Ť" u2="ş" k="111" /> + <hkern u1="Ť" u2="ŝ" k="111" /> + <hkern u1="Ť" u2="ś" k="111" /> + <hkern u1="Ť" u2="ř" k="92" /> + <hkern u1="Ť" u2="ŗ" k="92" /> + <hkern u1="Ť" u2="ŕ" k="92" /> + <hkern u1="Ť" u2="ő" k="111" /> + <hkern u1="Ť" u2="ŏ" k="111" /> + <hkern u1="Ť" u2="ō" k="111" /> + <hkern u1="Ť" g2="ij" k="-24" /> + <hkern u1="Ť" u2="į" k="-24" /> + <hkern u1="Ť" u2="ě" k="111" /> + <hkern u1="Ť" u2="ę" k="111" /> + <hkern u1="Ť" u2="ė" k="111" /> + <hkern u1="Ť" u2="ĕ" k="111" /> + <hkern u1="Ť" u2="ē" k="111" /> + <hkern u1="Ť" u2="č" k="111" /> + <hkern u1="Ť" u2="ċ" k="111" /> + <hkern u1="Ť" u2="ĉ" k="111" /> + <hkern u1="Ť" u2="ć" k="111" /> + <hkern u1="Ť" u2="ą" k="111" /> + <hkern u1="Ť" u2="Ą" k="68" /> + <hkern u1="Ť" u2="ă" k="111" /> + <hkern u1="Ť" u2="Ă" k="68" /> + <hkern u1="Ť" u2="ā" k="111" /> + <hkern u1="Ť" u2="Ā" k="68" /> + <hkern u1="Ť" u2="ÿ" k="111" /> + <hkern u1="Ť" u2="ý" k="111" /> + <hkern u1="Ť" u2="ü" k="92" /> + <hkern u1="Ť" u2="û" k="92" /> + <hkern u1="Ť" u2="ú" k="92" /> + <hkern u1="Ť" u2="ù" k="92" /> + <hkern u1="Ť" u2="ö" k="111" /> + <hkern u1="Ť" u2="õ" k="111" /> + <hkern u1="Ť" u2="ô" k="111" /> + <hkern u1="Ť" u2="ó" k="111" /> + <hkern u1="Ť" u2="ò" k="111" /> + <hkern u1="Ť" u2="ë" k="111" /> + <hkern u1="Ť" u2="ê" k="111" /> + <hkern u1="Ť" u2="é" k="111" /> + <hkern u1="Ť" u2="è" k="111" /> + <hkern u1="Ť" u2="ç" k="111" /> + <hkern u1="Ť" u2="å" k="111" /> + <hkern u1="Ť" u2="ä" k="111" /> + <hkern u1="Ť" u2="ã" k="111" /> + <hkern u1="Ť" u2="â" k="111" /> + <hkern u1="Ť" u2="á" k="111" /> + <hkern u1="Ť" u2="à" k="111" /> + <hkern u1="Ť" u2="Å" k="68" /> + <hkern u1="Ť" u2="Ä" k="68" /> + <hkern u1="Ť" u2="Ã" k="68" /> + <hkern u1="Ť" u2="Â" k="68" /> + <hkern u1="Ť" u2="Á" k="68" /> + <hkern u1="Ť" u2="À" k="68" /> + <hkern u1="Ť" u2="š" k="111" /> + <hkern u1="Ť" u2="y" k="111" /> + <hkern u1="Ť" u2="w" k="99" /> + <hkern u1="Ť" u2="u" k="92" /> + <hkern u1="Ť" u2="s" k="111" /> + <hkern u1="Ť" u2="r" k="92" /> + <hkern u1="Ť" u2="o" k="111" /> + <hkern u1="Ť" u2="i" k="-24" /> + <hkern u1="Ť" u2="e" k="111" /> + <hkern u1="Ť" u2="c" k="111" /> + <hkern u1="Ť" u2="a" k="111" /> + <hkern u1="Ť" u2="A" k="68" /> + <hkern u1="Ť" u2=";" k="99" /> + <hkern u1="Ť" u2=":" k="111" /> + <hkern u1="Ť" u2="." k="111" /> + <hkern u1="Ť" u2="-" k="129" /> + <hkern u1="Ť" u2="," k="111" /> + <hkern u1="Ŵ" u2="ų" k="18" /> + <hkern u1="Ŵ" u2="ű" k="18" /> + <hkern u1="Ŵ" u2="ů" k="18" /> + <hkern u1="Ŵ" u2="ŭ" k="18" /> + <hkern u1="Ŵ" u2="ū" k="18" /> + <hkern u1="Ŵ" u2="ũ" k="18" /> + <hkern u1="Ŵ" u2="ř" k="18" /> + <hkern u1="Ŵ" u2="ŗ" k="18" /> + <hkern u1="Ŵ" u2="ŕ" k="18" /> + <hkern u1="Ŵ" u2="ő" k="18" /> + <hkern u1="Ŵ" u2="ŏ" k="18" /> + <hkern u1="Ŵ" u2="ō" k="18" /> + <hkern u1="Ŵ" g2="ij" k="-24" /> + <hkern u1="Ŵ" u2="į" k="-24" /> + <hkern u1="Ŵ" u2="ě" k="18" /> + <hkern u1="Ŵ" u2="ę" k="18" /> + <hkern u1="Ŵ" u2="ė" k="18" /> + <hkern u1="Ŵ" u2="ĕ" k="18" /> + <hkern u1="Ŵ" u2="ē" k="18" /> + <hkern u1="Ŵ" u2="ą" k="37" /> + <hkern u1="Ŵ" u2="Ą" k="43" /> + <hkern u1="Ŵ" u2="ă" k="37" /> + <hkern u1="Ŵ" u2="Ă" k="43" /> + <hkern u1="Ŵ" u2="ā" k="37" /> + <hkern u1="Ŵ" u2="Ā" k="43" /> + <hkern u1="Ŵ" u2="ü" k="18" /> + <hkern u1="Ŵ" u2="û" k="18" /> + <hkern u1="Ŵ" u2="ú" k="18" /> + <hkern u1="Ŵ" u2="ù" k="18" /> + <hkern u1="Ŵ" u2="ö" k="18" /> + <hkern u1="Ŵ" u2="õ" k="18" /> + <hkern u1="Ŵ" u2="ô" k="18" /> + <hkern u1="Ŵ" u2="ó" k="18" /> + <hkern u1="Ŵ" u2="ò" k="18" /> + <hkern u1="Ŵ" u2="ë" k="18" /> + <hkern u1="Ŵ" u2="ê" k="18" /> + <hkern u1="Ŵ" u2="é" k="18" /> + <hkern u1="Ŵ" u2="è" k="18" /> + <hkern u1="Ŵ" u2="å" k="37" /> + <hkern u1="Ŵ" u2="ä" k="37" /> + <hkern u1="Ŵ" u2="ã" k="37" /> + <hkern u1="Ŵ" u2="â" k="37" /> + <hkern u1="Ŵ" u2="á" k="37" /> + <hkern u1="Ŵ" u2="à" k="37" /> + <hkern u1="Ŵ" u2="Å" k="43" /> + <hkern u1="Ŵ" u2="Ä" k="43" /> + <hkern u1="Ŵ" u2="Ã" k="43" /> + <hkern u1="Ŵ" u2="Â" k="43" /> + <hkern u1="Ŵ" u2="Á" k="43" /> + <hkern u1="Ŵ" u2="À" k="43" /> + <hkern u1="Ŵ" u2="u" k="18" /> + <hkern u1="Ŵ" u2="r" k="18" /> + <hkern u1="Ŵ" u2="o" k="18" /> + <hkern u1="Ŵ" u2="i" k="-24" /> + <hkern u1="Ŵ" u2="e" k="18" /> + <hkern u1="Ŵ" u2="a" k="37" /> + <hkern u1="Ŵ" u2="A" k="43" /> + <hkern u1="Ŵ" u2=";" k="18" /> + <hkern u1="Ŵ" u2=":" k="18" /> + <hkern u1="Ŵ" u2="." k="74" /> + <hkern u1="Ŵ" u2="," k="74" /> + <hkern u1="ŵ" u2="." k="55" /> + <hkern u1="ŵ" u2="," k="55" /> + <hkern u1="Ŷ" u2="ų" k="74" /> + <hkern u1="Ŷ" u2="ű" k="74" /> + <hkern u1="Ŷ" u2="ů" k="74" /> + <hkern u1="Ŷ" u2="ŭ" k="74" /> + <hkern u1="Ŷ" u2="ū" k="74" /> + <hkern u1="Ŷ" u2="ũ" k="74" /> + <hkern u1="Ŷ" u2="ő" k="92" /> + <hkern u1="Ŷ" u2="ŏ" k="92" /> + <hkern u1="Ŷ" u2="ō" k="92" /> + <hkern u1="Ŷ" g2="ij" k="7" /> + <hkern u1="Ŷ" u2="į" k="7" /> + <hkern u1="Ŷ" u2="ě" k="92" /> + <hkern u1="Ŷ" u2="ę" k="92" /> + <hkern u1="Ŷ" u2="ė" k="92" /> + <hkern u1="Ŷ" u2="ĕ" k="92" /> + <hkern u1="Ŷ" u2="ē" k="92" /> + <hkern u1="Ŷ" u2="ą" k="92" /> + <hkern u1="Ŷ" u2="Ą" k="85" /> + <hkern u1="Ŷ" u2="ă" k="92" /> + <hkern u1="Ŷ" u2="Ă" k="85" /> + <hkern u1="Ŷ" u2="ā" k="92" /> + <hkern u1="Ŷ" u2="Ā" k="85" /> + <hkern u1="Ŷ" u2="ü" k="74" /> + <hkern u1="Ŷ" u2="û" k="74" /> + <hkern u1="Ŷ" u2="ú" k="74" /> + <hkern u1="Ŷ" u2="ù" k="74" /> + <hkern u1="Ŷ" u2="ö" k="92" /> + <hkern u1="Ŷ" u2="õ" k="92" /> + <hkern u1="Ŷ" u2="ô" k="92" /> + <hkern u1="Ŷ" u2="ó" k="92" /> + <hkern u1="Ŷ" u2="ò" k="92" /> + <hkern u1="Ŷ" u2="ë" k="92" /> + <hkern u1="Ŷ" u2="ê" k="92" /> + <hkern u1="Ŷ" u2="é" k="92" /> + <hkern u1="Ŷ" u2="è" k="92" /> + <hkern u1="Ŷ" u2="å" k="92" /> + <hkern u1="Ŷ" u2="ä" k="92" /> + <hkern u1="Ŷ" u2="ã" k="92" /> + <hkern u1="Ŷ" u2="â" k="92" /> + <hkern u1="Ŷ" u2="á" k="92" /> + <hkern u1="Ŷ" u2="à" k="92" /> + <hkern u1="Ŷ" u2="Å" k="85" /> + <hkern u1="Ŷ" u2="Ä" k="85" /> + <hkern u1="Ŷ" u2="Ã" k="85" /> + <hkern u1="Ŷ" u2="Â" k="85" /> + <hkern u1="Ŷ" u2="Á" k="85" /> + <hkern u1="Ŷ" u2="À" k="85" /> + <hkern u1="Ŷ" u2="v" k="55" /> + <hkern u1="Ŷ" u2="u" k="74" /> + <hkern u1="Ŷ" u2="q" k="92" /> + <hkern u1="Ŷ" u2="p" k="74" /> + <hkern u1="Ŷ" u2="o" k="92" /> + <hkern u1="Ŷ" u2="i" k="7" /> + <hkern u1="Ŷ" u2="e" k="92" /> + <hkern u1="Ŷ" u2="a" k="92" /> + <hkern u1="Ŷ" u2="A" k="85" /> + <hkern u1="Ŷ" u2=";" k="92" /> + <hkern u1="Ŷ" u2=":" k="92" /> + <hkern u1="Ŷ" u2="." k="99" /> + <hkern u1="Ŷ" u2="-" k="111" /> + <hkern u1="Ŷ" u2="," k="123" /> + <hkern u1="ŷ" u2="." k="92" /> + <hkern u1="ŷ" u2="," k="92" /> + <hkern u1="Ț" u2="ș" k="111" /> + <hkern u1="Ț" u2="ŷ" k="111" /> + <hkern u1="Ț" u2="ŵ" k="99" /> + <hkern u1="Ț" u2="ų" k="92" /> + <hkern u1="Ț" u2="ű" k="92" /> + <hkern u1="Ț" u2="ů" k="92" /> + <hkern u1="Ț" u2="ŭ" k="92" /> + <hkern u1="Ț" u2="ū" k="92" /> + <hkern u1="Ț" u2="ũ" k="92" /> + <hkern u1="Ț" u2="ş" k="111" /> + <hkern u1="Ț" u2="ŝ" k="111" /> + <hkern u1="Ț" u2="ś" k="111" /> + <hkern u1="Ț" u2="ř" k="92" /> + <hkern u1="Ț" u2="ŗ" k="92" /> + <hkern u1="Ț" u2="ŕ" k="92" /> + <hkern u1="Ț" u2="ő" k="111" /> + <hkern u1="Ț" u2="ŏ" k="111" /> + <hkern u1="Ț" u2="ō" k="111" /> + <hkern u1="Ț" g2="ij" k="-24" /> + <hkern u1="Ț" u2="į" k="-24" /> + <hkern u1="Ț" u2="ě" k="111" /> + <hkern u1="Ț" u2="ę" k="111" /> + <hkern u1="Ț" u2="ė" k="111" /> + <hkern u1="Ț" u2="ĕ" k="111" /> + <hkern u1="Ț" u2="ē" k="111" /> + <hkern u1="Ț" u2="č" k="111" /> + <hkern u1="Ț" u2="ċ" k="111" /> + <hkern u1="Ț" u2="ĉ" k="111" /> + <hkern u1="Ț" u2="ć" k="111" /> + <hkern u1="Ț" u2="ą" k="111" /> + <hkern u1="Ț" u2="Ą" k="68" /> + <hkern u1="Ț" u2="ă" k="111" /> + <hkern u1="Ț" u2="Ă" k="68" /> + <hkern u1="Ț" u2="ā" k="111" /> + <hkern u1="Ț" u2="Ā" k="68" /> + <hkern u1="Ț" u2="ÿ" k="111" /> + <hkern u1="Ț" u2="ý" k="111" /> + <hkern u1="Ț" u2="ü" k="92" /> + <hkern u1="Ț" u2="û" k="92" /> + <hkern u1="Ț" u2="ú" k="92" /> + <hkern u1="Ț" u2="ù" k="92" /> + <hkern u1="Ț" u2="ö" k="111" /> + <hkern u1="Ț" u2="õ" k="111" /> + <hkern u1="Ț" u2="ô" k="111" /> + <hkern u1="Ț" u2="ó" k="111" /> + <hkern u1="Ț" u2="ò" k="111" /> + <hkern u1="Ț" u2="ë" k="111" /> + <hkern u1="Ț" u2="ê" k="111" /> + <hkern u1="Ț" u2="é" k="111" /> + <hkern u1="Ț" u2="è" k="111" /> + <hkern u1="Ț" u2="ç" k="111" /> + <hkern u1="Ț" u2="å" k="111" /> + <hkern u1="Ț" u2="ä" k="111" /> + <hkern u1="Ț" u2="ã" k="111" /> + <hkern u1="Ț" u2="â" k="111" /> + <hkern u1="Ț" u2="á" k="111" /> + <hkern u1="Ț" u2="à" k="111" /> + <hkern u1="Ț" u2="Å" k="68" /> + <hkern u1="Ț" u2="Ä" k="68" /> + <hkern u1="Ț" u2="Ã" k="68" /> + <hkern u1="Ț" u2="Â" k="68" /> + <hkern u1="Ț" u2="Á" k="68" /> + <hkern u1="Ț" u2="À" k="68" /> + <hkern u1="Ț" u2="š" k="111" /> + <hkern u1="Ț" u2="y" k="111" /> + <hkern u1="Ț" u2="w" k="99" /> + <hkern u1="Ț" u2="u" k="92" /> + <hkern u1="Ț" u2="s" k="111" /> + <hkern u1="Ț" u2="r" k="92" /> + <hkern u1="Ț" u2="o" k="111" /> + <hkern u1="Ț" u2="i" k="-24" /> + <hkern u1="Ț" u2="e" k="111" /> + <hkern u1="Ț" u2="c" k="111" /> + <hkern u1="Ț" u2="a" k="111" /> + <hkern u1="Ț" u2="A" k="68" /> + <hkern u1="Ț" u2=";" k="99" /> + <hkern u1="Ț" u2=":" k="111" /> + <hkern u1="Ț" u2="." k="111" /> + <hkern u1="Ț" u2="-" k="129" /> + <hkern u1="Ț" u2="," k="111" /> + <hkern g1="fi" g2="fl" k="18" /> + <hkern g1="fi" g2="fi" k="18" /> + <hkern g1="fi" u2="’" k="-18" /> + <hkern g1="fi" u2="f" k="18" /> + <hkern g1="fl" g2="fl" k="18" /> + <hkern g1="fl" g2="fi" k="18" /> + <hkern g1="fl" u2="’" k="-18" /> + <hkern g1="fl" u2="f" k="18" /> + </font> +</defs></svg> diff --git a/webapp/static/fonts/frutiger-lt-com-45-light.ttf b/webapp/static/fonts/frutiger-lt-com-45-light.ttf new file mode 100644 index 0000000000000000000000000000000000000000..d4085e406bca776a3319df9024967f8f4b8113e0 Binary files /dev/null and b/webapp/static/fonts/frutiger-lt-com-45-light.ttf differ diff --git a/webapp/static/fonts/frutiger-lt-com-45-light.woff b/webapp/static/fonts/frutiger-lt-com-45-light.woff new file mode 100644 index 0000000000000000000000000000000000000000..843ac4fcf85819027d83f671bd7973e9a2e314ad Binary files /dev/null and b/webapp/static/fonts/frutiger-lt-com-45-light.woff differ diff --git a/webapp/static/fonts/frutiger-lt-com-46-light-italic.ttf b/webapp/static/fonts/frutiger-lt-com-46-light-italic.ttf new file mode 100644 index 0000000000000000000000000000000000000000..b7262030aefd090d1002d1ca6f33a7a81f04f56e Binary files /dev/null and b/webapp/static/fonts/frutiger-lt-com-46-light-italic.ttf differ diff --git a/webapp/static/fonts/frutiger-lt-com-55-roman.eot b/webapp/static/fonts/frutiger-lt-com-55-roman.eot new file mode 100644 index 0000000000000000000000000000000000000000..b643f5fe2cb1cac7b47ffa96cfbfb688aaca5000 Binary files /dev/null and b/webapp/static/fonts/frutiger-lt-com-55-roman.eot differ diff --git a/webapp/static/fonts/frutiger-lt-com-55-roman.svg b/webapp/static/fonts/frutiger-lt-com-55-roman.svg new file mode 100644 index 0000000000000000000000000000000000000000..03fd094a155d2e55e691b4082c099340fef36a04 --- /dev/null +++ b/webapp/static/fonts/frutiger-lt-com-55-roman.svg @@ -0,0 +1,2096 @@ +<?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> +<metadata> +Created by FontForge 20110222 at Tue Sep 30 06:58:55 2014 + By Orthosie Webhosting +Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted (c) 2003 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be reproduced, used, displayed, modified, disclosed or transferred without the express written approval of Linotype GmbH. Copyright (c) 1988, 1990, 1994 Adobe Systems Incorporated. All Rights Reserved. Frutiger is a trademark of Heidelberger Druckmaschinen AG, exclusively licensed through Linotype GmbH, and may be registered in certain jurisdictions. This typeface is original artwork of Adrian Frutiger. The design may be protected in certain jurisdictions. +</metadata> +<defs> +<font id="FrutigerLTCom-Roman" horiz-adv-x="556" > + <font-face + font-family="Frutiger LT Com 55 Roman" + font-weight="400" + font-stretch="normal" + units-per-em="1000" + panose-1="2 11 5 3 3 5 4 2 2 4" + ascent="750" + descent="-250" + x-height="510" + cap-height="698" + bbox="-169 -250 1000 935" + underline-thickness="50" + underline-position="-50" + unicode-range="U+000D-FB02" + /> +<missing-glyph horiz-adv-x="512" +d="M222 117v67h56v-67h-56zM225 234l-2 17q0 55 13 81t46 59q32 31 41 47.5t9 35.5q0 36 -22.5 60.5t-53.5 24.5t-53.5 -22t-28.5 -73l-50 8q7 71 44 104t91 33q53 0 88.5 -36t35.5 -95q0 -32 -12.5 -58.5t-50.5 -61.5q-37 -33 -43 -52t-6 -72h-46zM462 50v617h-412v-617 +h412zM512 718v-718h-512v718h512z" /> + <glyph glyph-name="IJ" unicode="IJ" horiz-adv-x="643" +d="M89 698h100v-698h-100v698zM275 86q17 -6 33 -8t30 -2q34 0 56 9.5t35 27t18 42.5t5 57v486h100v-518q0 -37 -9.5 -71.5t-32 -61.5t-60 -43t-94.5 -16q-50 0 -81 12v86z" /> + <glyph glyph-name="ij" unicode="ij" horiz-adv-x="539" +d="M192 624h-106v106h106v-106zM92 510h94v-510h-94v510zM453 624h-106v106h106v-106zM248 -137q9 -2 16.5 -2.5t21.5 -0.5q33 0 50 29t17 79v542h94v-528q0 -28 -2.5 -63t-16.5 -66.5t-43 -53t-82 -21.5q-15 0 -31.5 1t-26.5 3z" /> + <glyph glyph-name="napostrophe" unicode=""n" horiz-adv-x="681" +d="M30 698h112l-83 -215h-86zM150 510h91v-81h2q21 44 67 68.5t100 24.5q99 0 145 -58t46 -161v-303h-94v264q0 90 -23 134t-85 48q-40 0 -69.5 -15.5t-48.5 -43t-28 -66.5t-9 -85v-236h-94v510z" /> + <glyph glyph-name="fi" unicode="fi" horiz-adv-x="667" +d="M141 434h-120v76h120v47q0 46 7 84t26 65t52.5 41.5t85.5 14.5q18 0 33.5 -2t29.5 -4l-4 -76q-8 3 -20.5 4.5t-24.5 1.5q-30 0 -48 -9t-27.5 -25.5t-12.5 -38.5t-3 -48v-55h135v-76h-135v-434h-94v434zM581 624h-106v106h106v-106zM481 510h94v-510h-94v510z" /> + <glyph glyph-name="fl" unicode="fl" horiz-adv-x="667" +d="M141 434h-120v76h120v47q0 46 7 84t26 65t52.5 41.5t85.5 14.5q18 0 33.5 -2t29.5 -4l-4 -76q-8 3 -20.5 4.5t-24.5 1.5q-30 0 -48 -9t-27.5 -25.5t-12.5 -38.5t-3 -48v-55h135v-76h-135v-434h-94v434zM481 750h94v-750h-94v750z" /> + <glyph glyph-name=".notdef" horiz-adv-x="512" +d="M222 117v67h56v-67h-56zM225 234l-2 17q0 55 13 81t46 59q32 31 41 47.5t9 35.5q0 36 -22.5 60.5t-53.5 24.5t-53.5 -22t-28.5 -73l-50 8q7 71 44 104t91 33q53 0 88.5 -36t35.5 -95q0 -32 -12.5 -58.5t-50.5 -61.5q-37 -33 -43 -52t-6 -72h-46zM462 50v617h-412v-617 +h412zM512 718v-718h-512v718h512z" /> + <glyph glyph-name="nonmarkingreturn" unicode="
" horiz-adv-x="0" + /> + <glyph glyph-name="space" unicode=" " horiz-adv-x="278" + /> + <glyph glyph-name="exclam" unicode="!" horiz-adv-x="389" +d="M139 112h112v-112h-112v112zM238 196h-86l-13 502h112z" /> + <glyph glyph-name="quotedbl" unicode=""" +d="M159 698h88v-245h-88v245zM309 698h88v-245h-88v245z" /> + <glyph glyph-name="numbersign" unicode="#" +d="M346 414h-118l-18 -130h118zM123 208h-95v76h106l18 130h-96v76h107l29 208h76l-29 -208h118l29 208h76l-29 -208h95v-76h-106l-18 -130h95v-76h-106l-29 -208h-76l29 208h-118l-29 -208h-76z" /> + <glyph glyph-name="dollar" unicode="$" +d="M247 -12h-12q-44 0 -80.5 7.5t-71.5 21.5l12 96q28 -20 61 -28.5t77 -8.5h14v243l-34 17q-29 15 -54.5 32t-44 38.5t-29 49.5t-10.5 64q0 38 13.5 69.5t36.5 55.5t54.5 39.5t67.5 21.5v100h58v-96q76 -2 143 -25l-14 -92q-49 29 -119 29h-10v-217l58 -32q28 -15 50 -32 +t37 -38t23 -47.5t8 -60.5q0 -41 -12.5 -75t-35.5 -60t-55.5 -43t-72.5 -23v-100h-58v94zM305 87q32 10 51 39t19 63q0 41 -20 63t-50 38v-203zM247 614q-32 -12 -49 -32.5t-17 -58.5q0 -32 21 -52.5t45 -35.5v179z" /> + <glyph glyph-name="percent" unicode="%" horiz-adv-x="1000" +d="M260 380q22 0 34.5 14.5t18.5 35t7.5 43t1.5 37.5q0 17 -0.5 39.5t-6 42.5t-18 34t-37.5 14q-23 0 -35.5 -14.5t-18.5 -35t-7 -42.5t-1 -38q0 -15 1 -37.5t7 -43t18.5 -35t35.5 -14.5zM740 -12q-43 0 -72 17t-46 45t-24.5 64t-7.5 74q0 40 6.5 76.5t23 64t45.5 43.5 +t75 16q45 0 74.5 -16.5t46 -44t23 -63.5t6.5 -76q0 -38 -7.5 -74t-24.5 -64t-46 -45t-72 -17zM680 720h72l-433 -742h-72zM740 58q22 0 34.5 14.5t18.5 35t7.5 43t1.5 37.5q0 17 -0.5 39.5t-6 42.5t-18 34t-37.5 14q-23 0 -35.5 -14.5t-18.5 -35t-7 -42.5t-1 -38 +q0 -15 1 -37.5t7 -43t18.5 -35t35.5 -14.5zM260 310q-43 0 -72 17t-46 45t-24.5 64t-7.5 74q0 40 6.5 76.5t23 64t45.5 43.5t75 16q45 0 74.5 -16.5t46 -44t23 -63.5t6.5 -76q0 -38 -7.5 -74t-24.5 -64t-46 -45t-72 -17z" /> + <glyph glyph-name="ampersand" unicode="&" horiz-adv-x="722" +d="M261 544q0 -35 19.5 -64t42.5 -54q16 7 34 19t34 27.5t26.5 34.5t10.5 41q0 48 -23.5 67t-59.5 19q-35 0 -59.5 -22.5t-24.5 -67.5zM189 190q0 -29 11.5 -52t30 -39.5t43.5 -25.5t52 -9q24 0 44.5 7t36.5 17t28 22t20 21l-168 197q-20 -14 -37.5 -27.5t-31 -29.5 +t-21.5 -35.5t-8 -45.5zM648 377q-3 -42 -10.5 -76.5t-18 -63t-23.5 -52.5t-28 -47l122 -138h-125l-57 68q-38 -43 -85.5 -61.5t-114.5 -18.5q-52 0 -93.5 14t-71 39.5t-45 61.5t-15.5 80q0 79 42.5 127t113.5 77q-28 34 -50 71.5t-22 87.5q0 42 14.5 73t39 51t57.5 30t71 10 +q34 0 65.5 -9t55.5 -28.5t38 -49.5t14 -71q0 -33 -13.5 -61t-35.5 -51t-49 -40.5t-55 -29.5l142 -162q20 32 29.5 70.5t13.5 98.5h94z" /> + <glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="278" +d="M95 698h88v-245h-88v245z" /> + <glyph glyph-name="parenleft" unicode="(" horiz-adv-x="333" +d="M229 -140q-34 51 -64 103.5t-52 108t-35 114.5t-13 122q0 64 13 122.5t35.5 113.5t52 107.5t63.5 104.5h90q-29 -51 -56.5 -105t-49.5 -110t-35 -114.5t-13 -118.5t13 -118.5t34 -115t49 -110t58 -104.5h-90z" /> + <glyph glyph-name="parenright" unicode=")" horiz-adv-x="333" +d="M104 756q34 -51 64 -104t52 -108.5t35 -114t13 -121.5q0 -64 -13 -122.5t-35.5 -113.5t-52 -107.5t-63.5 -104.5h-90q29 51 56.5 105t49.5 110t35 114.5t13 118.5t-13 118.5t-34 115t-49 110t-58 104.5h90z" /> + <glyph glyph-name="asterisk" unicode="*" +d="M278 448l-82 -138l-74 50l110 123l-160 33l28 85l151 -62l-16 159h91l-15 -159l146 62l27 -85l-157 -33l107 -123l-75 -50z" /> + <glyph glyph-name="plus" unicode="+" horiz-adv-x="600" +d="M47 297h209v209h88v-209h209v-88h-209v-209h-88v209h-209v88z" /> + <glyph glyph-name="comma" unicode="," horiz-adv-x="278" +d="M83 112h112l-85 -245h-90z" /> + <glyph glyph-name="hyphen" unicode="-" horiz-adv-x="333" +d="M38 307h257v-76h-257v76z" /> + <glyph glyph-name="period" unicode="." horiz-adv-x="278" +d="M83 112h112v-112h-112v112z" /> + <glyph glyph-name="slash" unicode="/" horiz-adv-x="278" +d="M215 710h88l-240 -722h-88z" /> + <glyph glyph-name="zero" unicode="0" +d="M147 349q0 -22 1.5 -51t6 -60t13 -61t23 -54t36 -38.5t51.5 -14.5t51.5 14.5t36 38.5t23 54t13 61t6 60t1.5 51q0 33 -4.5 80.5t-18 92t-39.5 75.5t-69 31t-69 -31t-39.5 -75.5t-18 -92t-4.5 -80.5zM41 349q0 57 10 121t36 117t72.5 88t118.5 35t118.5 -35t72.5 -88 +t36 -117t10 -121t-10 -121t-36 -117t-72.5 -88t-118.5 -35t-118.5 35t-72.5 88t-36 117t-10 121z" /> + <glyph glyph-name="one" unicode="1" +d="M269 583l-107 -92l-53 67l171 140h89v-698h-100v583z" /> + <glyph glyph-name="two" unicode="2" +d="M50 107q27 24 59.5 52.5t65.5 59.5q29 27 64 61t65.5 72.5t51 80.5t20.5 84q0 24 -10.5 44.5t-28.5 35.5t-42.5 23t-52.5 8q-47 0 -89 -14.5t-71 -30.5l-10 86q44 19 89.5 30t93.5 11q47 0 88.5 -12.5t72 -37.5t48.5 -62.5t18 -86.5q0 -44 -20.5 -88t-51.5 -85t-66 -78 +t-64 -66t-63 -59t-60 -53h335v-82h-442v107z" /> + <glyph glyph-name="three" unicode="3" +d="M145 404h56q27 0 57.5 5.5t56 18.5t42.5 35t17 55q0 30 -11 51t-30 34t-44 19t-52 6q-48 0 -85.5 -11t-69.5 -27l-6 89q35 13 82.5 22t92.5 9q46 0 87.5 -11t73 -34.5t50 -59.5t18.5 -85q0 -33 -12 -60t-33 -47t-48 -33t-57 -19v-2q70 -14 113 -56t43 -117 +q0 -60 -23.5 -98.5t-62 -60.5t-88 -30.5t-101.5 -8.5q-42 0 -84.5 8.5t-75.5 18.5l6 93q27 -14 67.5 -26t85.5 -12q28 0 58.5 6t55 20t40.5 37t16 56q0 39 -14.5 64.5t-38.5 41t-55.5 21.5t-65.5 6h-61v82z" /> + <glyph glyph-name="four" unicode="4" +d="M344 159h-325v82l282 457h143v-457h88v-82h-88v-159h-100v159zM344 616h-2l-218 -375h220v375z" /> + <glyph glyph-name="five" unicode="5" +d="M478 616h-290l-6 -187q14 4 37 7t53 3q46 0 87 -16.5t72 -45t49 -68.5t18 -86q0 -57 -21.5 -101t-58 -74t-85 -45t-102.5 -15q-57 0 -94 8t-56 15l3 94q32 -18 65.5 -26.5t79.5 -8.5q31 0 60.5 9t52 26.5t36.5 43.5t14 59q0 37 -13 65t-36 47t-54 28t-66 9q-45 0 -76 -7 +t-59 -19l6 367h384v-82z" /> + <glyph glyph-name="six" unicode="6" +d="M405 217q0 24 -7 49t-21.5 45.5t-36.5 33t-52 12.5q-31 0 -55.5 -11t-41 -30t-25 -44.5t-8.5 -54.5q0 -25 7.5 -51t23 -47.5t38.5 -35t54 -13.5t54.5 12.5t39 33t23 47t7.5 54.5zM465 599q-55 29 -124 29q-49 0 -85 -21t-60.5 -56t-36.5 -81t-13 -96l2 1q35 35 72 49.5 +t81 14.5q51 0 90 -17t65.5 -46.5t40.5 -69.5t14 -87q0 -54 -17 -97t-47 -72.5t-71 -45.5t-89 -16q-73 0 -119 30t-71.5 78t-35 107.5t-9.5 119.5q0 71 13 140.5t45.5 124t87 88.5t137.5 34q18 0 39 -2t41.5 -5t37.5 -7t26 -8z" /> + <glyph glyph-name="seven" unicode="7" +d="M491 616l-258 -616h-110l266 616h-340v82h442v-82z" /> + <glyph glyph-name="eight" unicode="8" +d="M155 529q0 -36 36.5 -64t107.5 -63q31 24 49 41.5t27.5 33t12.5 30.5t3 33q0 25 -11.5 41.5t-29 27t-38 15t-39.5 4.5q-17 0 -37.5 -6t-38.5 -18.5t-30 -31t-12 -43.5zM412 180q1 37 -12 60t-35 38.5t-49.5 26.5t-55.5 25q-21 -15 -42 -27.5t-37.5 -27.5t-26.5 -35 +t-10 -51q0 -29 12 -51t32 -37t45.5 -23t51.5 -8q51 0 88 28.5t39 81.5zM276 -12q-44 0 -87 12.5t-76.5 37t-54 61t-20.5 84.5q0 70 42.5 116t105.5 68v2q-38 13 -63.5 33t-40.5 43t-21 48t-6 50q0 33 15.5 63.5t44.5 53.5t71 36.5t95 13.5q52 0 92 -13.5t67.5 -36t42 -50.5 +t14.5 -57t-6.5 -54t-21.5 -46.5t-39 -41t-59 -38.5q63 -22 105 -68.5t42 -116.5q0 -53 -19.5 -90.5t-52.5 -62t-77 -36t-93 -11.5z" /> + <glyph glyph-name="nine" unicode="9" +d="M151 481q0 -24 7 -49t21.5 -45.5t36.5 -33t52 -12.5q31 0 55.5 11t41 30t25 44.5t8.5 54.5q0 25 -7.5 51t-23 47.5t-38.5 35t-54 13.5q-32 0 -55 -12.5t-38.5 -33t-23 -47t-7.5 -54.5zM91 99q55 -29 124 -29q49 0 85 21t60.5 56t36.5 81t13 96l-2 -1q-35 -35 -72 -49.5 +t-81 -14.5q-51 0 -90 17t-65.5 46.5t-40.5 69.5t-14 87q0 54 17 97t47 72.5t71 45.5t89 16q73 0 119 -30t71.5 -78t35 -107.5t9.5 -119.5q0 -71 -13 -140.5t-45.5 -124t-87 -88.5t-137.5 -34q-18 0 -39 2t-41.5 5t-37.5 7t-26 8z" /> + <glyph glyph-name="colon" unicode=":" horiz-adv-x="278" +d="M83 112h112v-112h-112v112zM195 398h-112v112h112v-112z" /> + <glyph glyph-name="semicolon" unicode=";" horiz-adv-x="278" +d="M195 398h-112v112h112v-112zM83 112h112l-85 -245h-90z" /> + <glyph glyph-name="less" unicode="<" horiz-adv-x="600" +d="M554 426l-394 -173l394 -173v-88l-508 223v76l508 223v-88z" /> + <glyph glyph-name="equal" unicode="=" horiz-adv-x="600" +d="M47 192h506v-88h-506v88zM47 402h506v-88h-506v88z" /> + <glyph glyph-name="greater" unicode=">" horiz-adv-x="600" +d="M46 80l394 173l-394 173v88l508 -223v-76l-508 -223v88z" /> + <glyph glyph-name="question" unicode="?" horiz-adv-x="500" +d="M195 112h112v-112h-112v112zM204 217q0 24 3 42.5t10.5 35.5t19 33.5t29.5 37.5q13 16 28 33t27.5 36t20.5 40.5t8 45.5q0 26 -10 45t-27 31.5t-38.5 18.5t-45.5 6q-50 0 -86.5 -11t-61.5 -29l-7 95q33 14 74 23.5t92 9.5q41 0 80 -11.5t69 -34.5t48.5 -57t18.5 -79 +q0 -39 -14 -70.5t-34.5 -59t-44.5 -54.5t-44 -57q-12 -18 -16.5 -35t-4.5 -38v-18h-94v21z" /> + <glyph glyph-name="at" unicode="@" horiz-adv-x="800" +d="M548 278q-3 -11 -5.5 -22t-2.5 -20q1 -11 4 -18t14 -7q22 0 43.5 15t39 40.5t28.5 59.5t11 72q0 58 -21 103.5t-57 76t-84 46.5t-103 16q-63 0 -115.5 -22.5t-89.5 -62.5t-57.5 -93.5t-20.5 -114.5q0 -71 22 -125t61 -90.5t93 -55t117 -18.5t120.5 23.5t96.5 65.5h76 +q-49 -75 -127.5 -117t-169.5 -42q-77 0 -145 24t-118 70.5t-79 113.5t-29 153q0 82 29 148.5t79 113.5t116.5 73t141.5 26q66 0 126.5 -21.5t106.5 -60.5t73.5 -94t27.5 -121q0 -71 -26.5 -123.5t-63.5 -87t-78 -51t-69 -16.5q-23 0 -39.5 14t-18.5 42h-2q-20 -21 -49 -38.5 +t-60 -17.5t-58 13t-47 34.5t-31.5 50.5t-11.5 62q0 47 15.5 92t43.5 80.5t67.5 57t88.5 21.5q35 0 63.5 -15.5t50.5 -50.5l15 52h75zM366 217q28 0 51.5 15.5t40.5 39.5t26.5 53t9.5 55q0 36 -22.5 60t-54.5 24q-30 0 -54.5 -14.5t-42 -37.5t-27 -50.5t-9.5 -53.5 +q0 -40 22 -65.5t60 -25.5z" /> + <glyph glyph-name="A" unicode="A" horiz-adv-x="722" +d="M359 604l-139 -346h278zM310 698h105l295 -698h-109l-71 176h-342l-71 -176h-105z" /> + <glyph glyph-name="B" unicode="B" horiz-adv-x="611" +d="M183 400h55q36 0 68.5 3t57 14.5t39 33.5t14.5 61q0 31 -12 51t-31 32t-41.5 16.5t-44.5 4.5h-105v-216zM183 82h75q34 0 65 4.5t54.5 17t37.5 34.5t14 57q0 40 -16 64.5t-42 37.5t-58.5 17t-64.5 4h-65v-236zM83 698h189q54 0 99.5 -9.5t77.5 -30.5t50 -54.5t18 -81.5 +q0 -72 -39 -110.5t-105 -55.5v-2q36 -3 65.5 -16t51 -34.5t33.5 -51t12 -66.5q0 -56 -21.5 -92t-58 -57t-85 -29t-101.5 -8h-186v698z" /> + <glyph glyph-name="C" unicode="C" horiz-adv-x="611" +d="M571 583q-66 39 -144 39q-60 0 -109.5 -20.5t-85 -57t-54.5 -86.5t-19 -109q0 -62 20.5 -112t56.5 -86t84 -55.5t102 -19.5q19 0 40 2.5t41.5 7t39 10.5t31.5 14l6 -97q-40 -17 -84 -21t-75 -4q-83 0 -151 25.5t-116 73t-74.5 115t-26.5 150.5q0 81 27.5 147t77 113 +t117 72.5t147.5 25.5q41 0 80 -6.5t77 -23.5z" /> + <glyph glyph-name="D" unicode="D" horiz-adv-x="722" +d="M183 88h105q129 0 198 64t69 199q0 61 -19.5 109t-54 81.5t-81 51t-100.5 17.5h-117v-522zM83 698h206q78 0 145.5 -23.5t118 -67.5t79.5 -107.5t29 -144.5q0 -88 -26 -154.5t-74 -111t-117 -67t-155 -22.5h-206v698z" /> + <glyph glyph-name="E" unicode="E" +d="M94 698h391v-88h-291v-204h265v-88h-265v-230h291v-88h-391v698z" /> + <glyph glyph-name="F" unicode="F" horiz-adv-x="500" +d="M83 698h371v-88h-271v-204h259v-88h-259v-318h-100v698z" /> + <glyph glyph-name="G" unicode="G" horiz-adv-x="722" +d="M619 574q-37 24 -80.5 36t-111.5 12q-60 0 -109.5 -20.5t-85 -57.5t-54.5 -87t-19 -108q0 -62 20.5 -112t56.5 -86t84 -55.5t102 -19.5q26 0 43 1t29.5 3t21.5 4l18 4v212h-147v82h247v-363q-29 -10 -80 -20.5t-133 -10.5q-83 0 -151 25.5t-116 73t-74.5 115t-26.5 150.5 +q0 81 27.5 147t77 113t117 72.5t147.5 25.5q38 0 67 -2.5t52 -7.5t43.5 -11.5t42.5 -13.5z" /> + <glyph glyph-name="H" unicode="H" horiz-adv-x="722" +d="M94 698h100v-292h334v292h100v-698h-100v318h-334v-318h-100v698z" /> + <glyph glyph-name="I" unicode="I" horiz-adv-x="278" +d="M89 698h100v-698h-100v698z" /> + <glyph glyph-name="J" unicode="J" horiz-adv-x="389" +d="M21 86q17 -6 33 -8t30 -2q34 0 56 9.5t35 27t18 42.5t5 57v486h100v-518q0 -37 -9.5 -71.5t-32 -61.5t-60 -43t-94.5 -16q-50 0 -81 12v86z" /> + <glyph glyph-name="K" unicode="K" horiz-adv-x="667" +d="M94 698h100v-307l298 307h133l-328 -330l354 -368h-146l-311 342v-342h-100v698z" /> + <glyph glyph-name="L" unicode="L" horiz-adv-x="500" +d="M88 698h100v-610h292v-88h-392v698z" /> + <glyph glyph-name="M" unicode="M" horiz-adv-x="944" +d="M90 698h165l219 -580l215 580h165v-698h-100v604h-2l-231 -604h-98l-231 604h-2v-604h-100v698z" /> + <glyph glyph-name="N" unicode="N" horiz-adv-x="722" +d="M88 698h136l308 -562h2v562h100v-698h-128l-316 574h-2v-574h-100v698z" /> + <glyph glyph-name="O" unicode="O" horiz-adv-x="778" +d="M53 349q0 78 22.5 144t66 114t105.5 75.5t142 27.5q79 0 141.5 -27.5t106 -75.5t66 -114t22.5 -144q0 -80 -22.5 -146t-65.5 -114t-105.5 -74.5t-142.5 -26.5t-142.5 26.5t-105.5 74.5t-65.5 114t-22.5 146zM159 349q0 -52 13.5 -101t41.5 -87.5t71.5 -61.5t103.5 -23 +t103.5 23t71.5 61.5t41.5 87.5t13.5 101q0 53 -14.5 102.5t-43 87.5t-71.5 60.5t-101 22.5t-101 -22.5t-71.5 -60.5t-43 -87.5t-14.5 -102.5z" /> + <glyph glyph-name="P" unicode="P" +d="M83 698h183q54 0 101.5 -10.5t83 -34.5t56.5 -64t21 -100q0 -58 -21 -98t-55.5 -65t-79 -36t-91.5 -11h-98v-279h-100v698zM183 367h99q23 0 48 6.5t45.5 20.5t33.5 37.5t13 58.5q0 33 -15.5 56t-38.5 37t-50 20.5t-50 6.5h-85v-243z" /> + <glyph glyph-name="Q" unicode="Q" horiz-adv-x="778" +d="M445 -8q-14 -2 -27.5 -3t-28.5 -1q-80 0 -142.5 26.5t-105.5 74.5t-65.5 114t-22.5 146q0 78 22.5 144t66 114t105.5 75.5t142 27.5q79 0 141.5 -27.5t106 -75.5t66 -114t22.5 -144q0 -118 -48.5 -204.5t-139.5 -126.5l162 -147h-124zM159 349q0 -52 13.5 -101 +t41.5 -87.5t71.5 -61.5t103.5 -23t103.5 23t71.5 61.5t41.5 87.5t13.5 101q0 53 -14.5 102.5t-43 87.5t-71.5 60.5t-101 22.5t-101 -22.5t-71.5 -60.5t-43 -87.5t-14.5 -102.5z" /> + <glyph glyph-name="R" unicode="R" horiz-adv-x="611" +d="M183 398h85q72 0 111.5 29t39.5 80q0 48 -35.5 75.5t-104.5 27.5h-96v-212zM83 698h171q52 0 100.5 -6t86.5 -26t61 -57t23 -100q0 -32 -11 -59t-30.5 -47.5t-46 -34t-56.5 -18.5v-2q23 -9 37 -23.5t31 -46.5l132 -278h-114l-107 242q-12 25 -24 39t-26 20.5t-30.5 7.5 +t-36.5 1h-60v-310h-100v698z" /> + <glyph glyph-name="S" unicode="S" horiz-adv-x="500" +d="M406 593q-19 7 -34.5 12.5t-30.5 9.5t-31 5.5t-35 1.5q-21 0 -42.5 -4.5t-39.5 -15t-29 -28.5t-11 -45q0 -34 22 -55.5t55.5 -39.5t72.5 -35.5t72.5 -43.5t55.5 -64t22 -95q0 -56 -20 -95.5t-55 -64.5t-81.5 -36.5t-98.5 -11.5q-37 0 -72.5 9t-70.5 20l10 93 +q13 -5 30 -11t36 -11t39.5 -8.5t39.5 -3.5q21 0 45.5 6.5t44.5 20t33.5 35t13.5 52.5q0 39 -22 63.5t-55.5 43t-72.5 35.5t-72.5 40.5t-55.5 58.5t-22 89q0 46 17.5 81.5t47.5 59.5t71 36.5t88 12.5q35 0 74 -6t75 -19z" /> + <glyph glyph-name="T" unicode="T" +d="M228 610h-217v88h534v-88h-217v-610h-100v610z" /> + <glyph glyph-name="U" unicode="U" horiz-adv-x="722" +d="M632 289q0 -148 -70.5 -224.5t-200.5 -76.5t-200.5 76.5t-70.5 224.5v409h100v-396q0 -50 8.5 -91.5t28.5 -71.5t53 -46.5t81 -16.5t81 16.5t53 46.5t28.5 71.5t8.5 91.5v396h100v-409z" /> + <glyph glyph-name="V" unicode="V" horiz-adv-x="667" +d="M394 0h-125l-263 698h112l215 -610h2l221 610h105z" /> + <glyph glyph-name="W" unicode="W" horiz-adv-x="1000" +d="M2 698h110l167 -598h2l149 598h142l151 -598h2l167 598h106l-215 -698h-129l-152 610h-2l-153 -610h-134z" /> + <glyph glyph-name="X" unicode="X" horiz-adv-x="667" +d="M265 363l-234 335h120l186 -268l185 268h114l-235 -333l258 -365h-126l-206 296l-199 -296h-120z" /> + <glyph glyph-name="Y" unicode="Y" horiz-adv-x="667" +d="M284 292l-273 406h117l208 -313l203 313h117l-272 -406v-292h-100v292z" /> + <glyph glyph-name="Z" unicode="Z" +d="M32 90l362 520h-350v88h465v-90l-361 -520h367v-88h-483v90z" /> + <glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="333" +d="M95 756h189v-70h-101v-756h101v-70h-189v896z" /> + <glyph glyph-name="backslash" unicode="\" horiz-adv-x="278" +d="M-25 710h88l240 -722h-88z" /> + <glyph glyph-name="bracketright" unicode="]" horiz-adv-x="333" +d="M238 -140h-189v70h101v756h-101v70h189v-896z" /> + <glyph glyph-name="asciicircum" unicode="^" horiz-adv-x="600" +d="M259 698h82l199 -404h-90l-150 312l-150 -312h-90z" /> + <glyph glyph-name="underscore" unicode="_" horiz-adv-x="500" +d="M500 -75v-50h-500v50h500z" /> + <glyph glyph-name="grave" unicode="`" horiz-adv-x="278" +d="M205 581h-67l-131 144h109z" /> + <glyph glyph-name="a" unicode="a" +d="M383 243q-15 0 -30 1t-30 1q-19 0 -49 -2.5t-58.5 -12.5t-49 -29.5t-20.5 -53.5q0 -20 9 -35.5t22.5 -26t30.5 -16t33 -5.5q70 0 106 38.5t36 95.5v45zM104 474q35 21 77 34.5t91 13.5q110 0 157.5 -53t47.5 -158v-211q0 -44 1 -66.5t3 -33.5h-88v66h-2q-8 -12 -22 -25.5 +t-33.5 -25t-45 -19.5t-57.5 -8q-41 0 -75.5 9t-59.5 28.5t-38.5 49.5t-13.5 72q0 48 23.5 80t58.5 51.5t77 28t78 8.5h50t50 -2q0 66 -27.5 99.5t-98.5 33.5q-40 0 -79.5 -14t-68.5 -38z" /> + <glyph glyph-name="b" unicode="b" horiz-adv-x="611" +d="M465 257q1 34 -6.5 68t-24.5 61t-44 43.5t-65 16.5t-66.5 -16.5t-47.5 -43.5t-28 -61.5t-9 -70.5q0 -32 8.5 -65.5t26.5 -61.5t46.5 -45.5t68.5 -17.5q38 0 65 19t44 47.5t25 62.5t7 64zM80 750h94v-310h2q22 35 62 58.5t107 23.5q55 0 96.5 -21t69 -56.5t41 -82.5 +t13.5 -98q0 -53 -12.5 -102.5t-39 -88t-68 -62t-99.5 -23.5q-34 0 -62 8t-50 20t-37.5 27t-24.5 29h-2v-72h-90v750z" /> + <glyph glyph-name="c" unicode="c" horiz-adv-x="444" +d="M404 424q-27 11 -53 16.5t-49 5.5q-39 0 -69.5 -16t-51.5 -43t-32 -61.5t-11 -70.5q0 -34 9.5 -68t30 -61.5t53 -44.5t77.5 -17q24 0 51.5 7.5t49.5 21.5l7 -84q-29 -14 -60.5 -17.5t-57.5 -3.5q-58 0 -105.5 21t-82 57.5t-53.5 85t-19 103.5q0 58 18.5 107t53 84.5 +t82 55.5t106.5 20q29 0 61.5 -6t52.5 -14z" /> + <glyph glyph-name="d" unicode="d" horiz-adv-x="611" +d="M146 257q-1 -30 7 -64t25 -62.5t44 -47.5t65 -19q40 0 68.5 17.5t46.5 45.5t26.5 61.5t8.5 65.5q0 36 -9.5 70.5t-28 61.5t-47 43.5t-66.5 16.5t-65 -16.5t-44 -43t-24.5 -60.5t-6.5 -69zM441 72h-2q-9 -14 -25 -29t-37.5 -27t-49.5 -20t-62 -8q-58 0 -99.5 23.5 +t-68 62.5t-39 88.5t-12.5 101.5q0 51 13.5 98t41 82.5t68.5 56.5t97 21q67 0 107 -23.5t62 -58.5h2v310h94v-750h-90v72z" /> + <glyph glyph-name="e" unicode="e" +d="M410 304q0 29 -8.5 55t-24.5 45.5t-40 30.5t-54 11q-35 0 -59.5 -13t-41 -33.5t-25 -45.5t-11.5 -50h264zM471 21q-14 -5 -29 -10.5t-33.5 -10.5t-43 -8.5t-55.5 -3.5q-68 0 -117.5 20t-82 56t-48.5 87t-16 113q0 57 17 104t48.5 81.5t75.5 53.5t98 19q64 0 107 -22 +t69 -60.5t37.5 -91.5t11.5 -114h-364q0 -38 13.5 -69t37 -53.5t54 -35t63.5 -12.5q23 0 47.5 5.5t46 13t38 16.5t25.5 16v-94z" /> + <glyph glyph-name="f" unicode="f" horiz-adv-x="389" +d="M141 434h-120v76h120v47q0 46 7 84t26 65t52.5 41.5t85.5 14.5q18 0 33.5 -2t29.5 -4l-4 -76q-8 3 -20.5 4.5t-24.5 1.5q-30 0 -48 -9t-27.5 -25.5t-12.5 -38.5t-3 -48v-55h135v-76h-135v-434h-94v434z" /> + <glyph glyph-name="g" unicode="g" horiz-adv-x="611" +d="M288 76q33 0 60.5 13.5t47 37t30.5 55t11 67.5q0 40 -9 75.5t-28 62.5t-47 43t-65 16q-36 0 -62.5 -17.5t-44 -45t-26.5 -61t-9 -66.5q0 -36 10 -68.5t28 -57.5t44.5 -39.5t59.5 -14.5zM531 22q0 -116 -63 -180t-200 -64q-20 0 -39.5 1.5t-41.5 5.5t-46.5 10.5 +t-55.5 17.5l10 87q27 -12 49.5 -21t43.5 -14.5t43 -8t48 -2.5q75 0 116.5 47t41.5 128v50h-2q-30 -40 -76 -59.5t-95 -19.5q-55 0 -96 20.5t-68 55.5t-40.5 80t-13.5 95q0 49 14 97.5t42.5 87t71 62.5t100.5 24q68 0 107.5 -23t60.5 -65h2v76h87v-488z" /> + <glyph glyph-name="h" unicode="h" horiz-adv-x="611" +d="M80 750h94v-313h2q26 41 68 63t96 22q99 0 145 -58t46 -161v-303h-94v264q0 90 -23 134t-85 48q-40 0 -69.5 -15.5t-48.5 -43t-28 -66.5t-9 -85v-236h-94v750z" /> + <glyph glyph-name="i" unicode="i" horiz-adv-x="278" +d="M192 624h-106v106h106v-106zM92 510h94v-510h-94v510z" /> + <glyph glyph-name="j" unicode="j" horiz-adv-x="278" +d="M192 624h-106v106h106v-106zM-13 -137q9 -2 16.5 -2.5t21.5 -0.5q33 0 50 29t17 79v542h94v-528q0 -28 -2.5 -63t-16.5 -66.5t-43 -53t-82 -21.5q-15 0 -31.5 1t-26.5 3z" /> + <glyph glyph-name="k" unicode="k" +d="M80 750h94v-447l205 207h128l-237 -226l267 -284h-135l-228 262v-262h-94v750z" /> + <glyph glyph-name="l" unicode="l" horiz-adv-x="278" +d="M92 750h94v-750h-94v750z" /> + <glyph glyph-name="m" unicode="m" horiz-adv-x="889" +d="M79 510h88v-74h2q27 45 66 65.5t96 20.5q44 0 84.5 -23.5t60.5 -75.5q13 27 33 46t42 31t44 17t39 5q49 0 82.5 -15t54.5 -41t30.5 -61.5t9.5 -77.5v-327h-94v304q0 24 -3.5 49t-13.5 45.5t-28 34t-46 13.5q-36 0 -61.5 -16t-41.5 -42.5t-23.5 -60.5t-7.5 -70v-257h-94 +v304q0 24 -3.5 49t-13.5 45.5t-28 34t-46 13.5q-36 0 -61.5 -16t-41.5 -42.5t-23.5 -60.5t-7.5 -70v-257h-94v510z" /> + <glyph glyph-name="n" unicode="n" horiz-adv-x="611" +d="M80 510h91v-81h2q21 44 67 68.5t100 24.5q99 0 145 -58t46 -161v-303h-94v264q0 90 -23 134t-85 48q-40 0 -69.5 -15.5t-48.5 -43t-28 -66.5t-9 -85v-236h-94v510z" /> + <glyph glyph-name="o" unicode="o" horiz-adv-x="611" +d="M146 255q0 -34 9.5 -68t29 -61.5t49.5 -44.5t72 -17q41 0 71 17t49.5 44.5t29 61.5t9.5 68q0 36 -11 70.5t-31 61.5t-50 43t-67 16q-38 0 -67.5 -16t-50 -43t-31.5 -61.5t-11 -70.5zM46 255q0 58 18.5 107t53 84.5t82 55.5t106.5 20q58 0 106 -20t82 -55.5t52.5 -84.5 +t18.5 -107q0 -55 -19 -103.5t-53 -85t-82 -57.5t-105 -21q-58 0 -105.5 21t-82 57.5t-53.5 85t-19 103.5z" /> + <glyph glyph-name="p" unicode="p" horiz-adv-x="611" +d="M465 257q1 34 -6.5 68t-24.5 61t-44 43.5t-65 16.5t-66.5 -16.5t-47.5 -43.5t-28 -61.5t-9 -70.5q0 -32 8.5 -65.5t26.5 -61.5t46.5 -45.5t68.5 -17.5q38 0 65 19t44 47.5t25 62.5t7 64zM80 510h90v-72h2q9 14 24.5 29t37.5 27t49.5 20t61.5 8q55 0 96.5 -21t69 -56.5 +t41 -82.5t13.5 -98q0 -53 -12.5 -102.5t-39 -88t-68 -62t-99.5 -23.5q-68 0 -108 23.5t-62 58.5h-2v-280h-94v720z" /> + <glyph glyph-name="q" unicode="q" horiz-adv-x="611" +d="M146 257q-1 -30 7 -64t25 -62.5t44 -47.5t65 -19q40 0 68.5 17.5t46.5 45.5t26.5 61.5t8.5 65.5q0 36 -9.5 70.5t-28 61.5t-47 43.5t-66.5 16.5t-65 -16.5t-44 -43t-24.5 -60.5t-6.5 -69zM531 -210h-94v277h-2q-22 -36 -67.5 -57.5t-102.5 -21.5q-58 0 -99.5 23.5 +t-68 62.5t-39 88.5t-12.5 101.5q0 51 13.5 98t41 82.5t68.5 56.5t97 21q34 0 61.5 -8t49.5 -20t37.5 -27t24.5 -30h2v73h90v-720z" /> + <glyph glyph-name="r" unicode="r" horiz-adv-x="389" +d="M80 510h88v-79h2q19 40 55.5 65.5t77.5 25.5q21 0 34 -2t28 -5v-84q-13 5 -26.5 7t-25.5 2q-63 0 -101 -56t-38 -152v-232h-94v510z" /> + <glyph glyph-name="s" unicode="s" horiz-adv-x="389" +d="M42 100q14 -9 30 -16t32 -11.5t30.5 -6.5t24.5 -2q16 0 33 3.5t31 12t23 22.5t9 35q0 23 -16.5 39t-41 29.5t-53 26.5t-53 31t-41 42t-16.5 60q0 40 14 69.5t38 49t57 29t71 9.5q33 0 61 -6t56 -14l-8 -82q-8 5 -21.5 9.5t-28 8.5t-28 6t-21.5 2q-36 0 -63 -15t-27 -47 +q0 -26 16.5 -42.5t41 -29t53 -25t53 -30t41 -43.5t16.5 -67t-15 -71t-40 -49.5t-57 -29t-66 -9.5q-36 0 -72 5.5t-68 22.5z" /> + <glyph glyph-name="t" unicode="t" horiz-adv-x="389" +d="M351 434h-135v-279q0 -45 23.5 -68t55.5 -23q22 0 37.5 5.5t26.5 12.5v-80q-16 -5 -36.5 -9.5t-43.5 -4.5q-73 0 -115 35.5t-42 112.5v298h-115v76h115v118l94 30v-148h135v-76z" /> + <glyph glyph-name="u" unicode="u" horiz-adv-x="611" +d="M531 0h-91v81h-2q-21 -44 -67 -68.5t-100 -24.5q-99 0 -145 58t-46 161v303h94v-264q0 -90 23 -134t85 -48q40 0 69.5 15.5t48.5 43t28 66t9 85.5v236h94v-510z" /> + <glyph glyph-name="v" unicode="v" horiz-adv-x="500" +d="M306 0h-112l-183 510h103l138 -416h2l141 416h94z" /> + <glyph glyph-name="w" unicode="w" horiz-adv-x="833" +d="M657 0h-109l-132 428h-2l-129 -428h-109l-164 510h103l117 -422h2l130 422h111l128 -422h2l124 422h92z" /> + <glyph glyph-name="x" unicode="x" horiz-adv-x="500" +d="M194 267l-166 243h117l111 -182l113 182h105l-164 -243l180 -267h-116l-126 200l-126 -200h-112z" /> + <glyph glyph-name="y" unicode="y" horiz-adv-x="500" +d="M42 -138q9 -3 20.5 -5.5t23.5 -2.5q31 0 52.5 18.5t35 41t19 42.5t5.5 24q0 8 -6.5 24.5t-11.5 29.5l-173 476h103l137 -422h2l140 422h95l-188 -521q-13 -37 -28 -74.5t-36.5 -68t-53.5 -49.5t-78 -19q-23 0 -37 2.5t-27 4.5z" /> + <glyph glyph-name="z" unicode="z" horiz-adv-x="500" +d="M43 82l294 352h-280v76h389v-82l-294 -352h305v-76h-414v82z" /> + <glyph glyph-name="braceleft" unicode="{" horiz-adv-x="333" +d="M314 686h-53q-15 0 -25 -6.5t-15.5 -17.5t-7.5 -24.5t-2 -27.5v-181q0 -33 -10.5 -55t-25.5 -36t-30.5 -20.5t-25.5 -8.5v-2q10 -1 25.5 -7t30.5 -19.5t25.5 -37t10.5 -59.5v-178q0 -14 2 -27.5t7.5 -24.5t15.5 -17.5t25 -6.5h53v-70h-78q-18 0 -38 8t-36.5 24 +t-27.5 39.5t-11 54.5v182q0 25 -8 45t-20 33t-27.5 20t-30.5 7v70q15 0 30.5 7t27.5 19.5t20 31t8 42.5v187q0 31 11 54.5t27.5 39.5t36.5 24t38 8h78v-70z" /> + <glyph glyph-name="bar" unicode="|" horiz-adv-x="222" +d="M155 750v-1000h-88v1000h88z" /> + <glyph glyph-name="braceright" unicode="}" horiz-adv-x="333" +d="M19 -70h53q15 0 25 6.5t15.5 17.5t7.5 24.5t2 27.5v181q0 33 10.5 55t25.5 36t30.5 20.5t25.5 8.5v2q-10 1 -25.5 7t-30.5 19.5t-25.5 37t-10.5 59.5v178q0 14 -2 27.5t-7.5 24.5t-15.5 17.5t-25 6.5h-53v70h78q18 0 38 -8t36.5 -24t27.5 -39.5t11 -54.5v-182 +q0 -26 8 -45.5t20 -32.5t27.5 -20t30.5 -7v-70q-15 0 -30.5 -7t-27.5 -19.5t-20 -31t-8 -42.5v-187q0 -31 -11 -54.5t-27.5 -39.5t-36.5 -24t-38 -8h-78v70z" /> + <glyph glyph-name="asciitilde" unicode="~" horiz-adv-x="600" +d="M531 263q-8 -16 -19.5 -31t-26.5 -27t-34.5 -19.5t-44.5 -7.5q-26 0 -54 9t-57 22q-28 12 -55 24.5t-47 12.5q-15 0 -27.5 -6.5t-23 -17t-19.5 -23.5l-18 -26l-36 70q8 16 19.5 31t26.5 27t34.5 19.5t44.5 7.5q26 0 54 -9t57 -22q28 -12 55 -24.5t47 -12.5q15 0 27.5 6.5 +t23 17t19.5 23.5l18 26z" /> + <glyph glyph-name="Euro" unicode="€" +d="M562 601q-24 13 -60.5 20t-63.5 7q-88 0 -146 -50.5t-80 -132.5h318l-13 -54h-317q-5 -42 0 -84h299l-12 -54h-275q22 -82 79.5 -131.5t145.5 -49.5q30 0 64 6t61 19l6 -87q-31 -12 -68.5 -17t-70.5 -5q-64 0 -118.5 18t-96.5 52t-71 83.5t-42 111.5h-95l13 54h75 +q-3 42 0 84h-88l13 54h83q13 60 42.5 109t72 83.5t96.5 53.5t116 19q38 0 78 -6t75 -20z" /> + <glyph glyph-name="quotesinglbase" unicode="‚" horiz-adv-x="278" +d="M115 112h111l-85 -245h-89z" /> + <glyph glyph-name="florin" unicode="ƒ" +d="M461 344h-126l-69 -368q-8 -43 -18 -79t-29.5 -62.5t-51.5 -41.5t-83 -15q-18 0 -29 1.5t-22 3.5l16 81q7 -2 13 -3t17 -1q24 0 39 9t24.5 24t14.5 34t9 39l71 378h-112l13 70h112l21 109q7 37 18 70.5t31 59.5t51 41.5t79 15.5q19 0 37 -3t36 -5l-14 -80q-11 2 -20.5 4 +t-20.5 2q-28 0 -44.5 -8t-27 -23t-16 -35t-10.5 -44l-21 -104h126z" /> + <glyph glyph-name="quotedblbase" unicode="„" +d="M349 112h111l-85 -245h-89zM159 112h111l-85 -245h-89z" /> + <glyph glyph-name="ellipsis" unicode="…" horiz-adv-x="1000" +d="M777 112h112v-112h-112v112zM444 112h112v-112h-112v112zM111 112h112v-112h-112v112z" /> + <glyph glyph-name="dagger" unicode="†" +d="M234 453h-167v70h167v175h88v-175h167v-70h-167v-453h-88v453z" /> + <glyph glyph-name="daggerdbl" unicode="‡" +d="M322 162v-162h-88v162h-167v70h167v234h-167v70h167v162h88v-162h167v-70h-167v-234h167v-70h-167z" /> + <glyph glyph-name="circumflex" unicode="ˆ" horiz-adv-x="278" +d="M93 725h91l100 -144h-80l-66 98l-65 -98h-79z" /> + <glyph glyph-name="perthousand" unicode="‰" horiz-adv-x="1000" +d="M153 380q22 0 34.5 14.5t18.5 35t7.5 43t1.5 37.5q0 17 -0.5 39.5t-6 42.5t-18 34t-37.5 14q-23 0 -35.5 -14.5t-18.5 -35t-7 -42.5t-1 -38q0 -15 1 -37.5t7 -43t18.5 -35t35.5 -14.5zM847 -12q-43 0 -72 17t-46 45t-24.5 64t-7.5 74q0 40 6.5 76.5t23 64t45.5 43.5 +t75 16q45 0 74.5 -16.5t46 -44t23 -63.5t6.5 -76q0 -38 -7.5 -74t-24.5 -64t-46 -45t-72 -17zM847 58q22 0 34.5 14.5t18.5 35t7.5 43t1.5 37.5q0 17 -0.5 39.5t-6 42.5t-18 34t-37.5 14q-23 0 -35.5 -14.5t-18.5 -35t-7 -42.5t-1 -38q0 -15 1 -37.5t7 -43t18.5 -35 +t35.5 -14.5zM509 -12q-43 0 -72 17t-46 45t-24.5 64t-7.5 74q0 40 6.5 76.5t23 64t45.5 43.5t75 16q45 0 74.5 -16.5t46 -44t23 -63.5t6.5 -76q0 -38 -7.5 -74t-24.5 -64t-46 -45t-72 -17zM509 58q22 0 34.5 14.5t18.5 35t7.5 43t1.5 37.5q0 17 -0.5 39.5t-6 42.5t-18 34 +t-37.5 14q-23 0 -35.5 -14.5t-18.5 -35t-7 -42.5t-1 -38q0 -15 1 -37.5t7 -43t18.5 -35t35.5 -14.5zM511 720h72l-433 -742h-72zM153 310q-43 0 -72 17t-46 45t-24.5 64t-7.5 74q0 40 6.5 76.5t23 64t45.5 43.5t75 16q45 0 74.5 -16.5t46 -44t23 -63.5t6.5 -76 +q0 -38 -7.5 -74t-24.5 -64t-46 -45t-72 -17z" /> + <glyph glyph-name="Scaron" unicode="Š" horiz-adv-x="500" +d="M406 593q-19 7 -34.5 12.5t-30.5 9.5t-31 5.5t-35 1.5q-21 0 -42.5 -4.5t-39.5 -15t-29 -28.5t-11 -45q0 -34 22 -55.5t55.5 -39.5t72.5 -35.5t72.5 -43.5t55.5 -64t22 -95q0 -56 -20 -95.5t-55 -64.5t-81.5 -36.5t-98.5 -11.5q-37 0 -72.5 9t-70.5 20l10 93 +q13 -5 30 -11t36 -11t39.5 -8.5t39.5 -3.5q21 0 45.5 6.5t44.5 20t33.5 35t13.5 52.5q0 39 -22 63.5t-55.5 43t-72.5 35.5t-72.5 40.5t-55.5 58.5t-22 89q0 46 17.5 81.5t47.5 59.5t71 36.5t88 12.5q35 0 74 -6t75 -19zM296 749h-91l-100 144h80l66 -98l65 98h79z" /> + <glyph glyph-name="guilsinglleft" unicode="‹" horiz-adv-x="278" +d="M20 269l143 202h88l-130 -202l130 -202h-88z" /> + <glyph glyph-name="OE" unicode="Œ" horiz-adv-x="944" +d="M875 610h-282v-204h262v-88h-262v-230h289v-88h-290q-39 0 -78 -3t-78 -3q-83 0 -153.5 24.5t-121.5 71t-79.5 114.5t-28.5 154q0 79 28 143t79 109t121.5 69.5t156.5 24.5q37 0 73.5 -3t72.5 -3h291v-88zM493 610q-15 2 -30.5 4t-30.5 2q-63 0 -113.5 -17t-86 -49.5 +t-54.5 -80.5t-19 -111q0 -66 20 -117.5t56.5 -86.5t87 -53.5t110.5 -18.5q15 0 30 1t30 5v522z" /> + <glyph glyph-name="Zcaron" unicode="Ž" +d="M32 90l362 520h-350v88h465v-90l-361 -520h367v-88h-483v90zM324 749h-91l-100 144h80l66 -98l65 98h79z" /> + <glyph glyph-name="quoteleft" unicode="‘" horiz-adv-x="278" +d="M163 453h-111l85 245h89z" /> + <glyph glyph-name="quoteright" unicode="’" horiz-adv-x="278" +d="M114 698h112l-88 -245h-86z" /> + <glyph glyph-name="quotedblleft" unicode="“" +d="M396 453h-110l84 245h90zM208 453h-112l86 245h88z" /> + <glyph glyph-name="quotedblright" unicode="”" +d="M349 698h111l-85 -245h-89zM159 698h111l-85 -245h-89z" /> + <glyph glyph-name="bullet" unicode="•" horiz-adv-x="500" +d="M76 349q0 36 13.5 68t37 55.5t55.5 37t68 13.5t68 -13.5t56 -37t37.5 -55.5t13.5 -68q0 -37 -13.5 -69t-37.5 -55.5t-56 -37t-68 -13.5t-68 13.5t-55.5 37t-37 55.5t-13.5 69z" /> + <glyph glyph-name="endash" unicode="–" horiz-adv-x="500" +d="M0 304h500v-70h-500v70z" /> + <glyph glyph-name="emdash" unicode="—" horiz-adv-x="1000" +d="M0 304h1000v-70h-1000v70z" /> + <glyph glyph-name="tilde" unicode="˜" horiz-adv-x="278" +d="M-31 586q2 16 7.5 35.5t16 36.5t27.5 28.5t43 11.5q19 0 40 -7.5t41 -16t38.5 -15.5t34.5 -7q23 -2 33.5 13.5t12.5 32.5h46q-2 -16 -7.5 -35.5t-16 -36.5t-28 -28.5t-42.5 -11.5q-20 0 -40.5 7.5t-40.5 16t-38.5 15.5t-34.5 7q-23 2 -33.5 -13.5t-12.5 -32.5h-46z" /> + <glyph glyph-name="trademark" unicode="™" horiz-adv-x="990" +d="M484 698h118l109 -281l107 281h118v-416h-76v318h-2l-117 -318h-62l-117 318h-2v-318h-76v416zM182 628h-128v70h332v-70h-128v-346h-76v346z" /> + <glyph glyph-name="scaron" unicode="š" horiz-adv-x="389" +d="M42 100q14 -9 30 -16t32 -11.5t30.5 -6.5t24.5 -2q16 0 33 3.5t31 12t23 22.5t9 35q0 23 -16.5 39t-41 29.5t-53 26.5t-53 31t-41 42t-16.5 60q0 40 14 69.5t38 49t57 29t71 9.5q33 0 61 -6t56 -14l-8 -82q-8 5 -21.5 9.5t-28 8.5t-28 6t-21.5 2q-36 0 -63 -15t-27 -47 +q0 -26 16.5 -42.5t41 -29t53 -25t53 -30t41 -43.5t16.5 -67t-15 -71t-40 -49.5t-57 -29t-66 -9.5q-36 0 -72 5.5t-68 22.5zM241 581h-91l-100 144h80l66 -98l65 98h79z" /> + <glyph glyph-name="guilsinglright" unicode="›" horiz-adv-x="278" +d="M258 269l-143 -202h-88l130 202l-130 202h88z" /> + <glyph glyph-name="oe" unicode="œ" horiz-adv-x="944" +d="M803 304q0 25 -8.5 50.5t-25 45.5t-39.5 33t-52 13q-31 0 -56 -11t-43 -30.5t-27.5 -45t-9.5 -55.5h261zM141 255q0 -37 8 -71.5t27 -61t48 -42.5t71 -16q37 0 65.5 17t48 44.5t29.5 61.5t10 68q0 31 -9 65t-28 62t-47.5 46t-68.5 18t-69.5 -18t-48 -46t-27.5 -62t-9 -65 +zM850 22q-33 -15 -70.5 -24.5t-75.5 -9.5q-73 0 -128.5 26.5t-81.5 83.5q-14 -30 -36.5 -51t-49.5 -34t-56.5 -19t-57.5 -6q-59 0 -106 20t-79.5 56t-50 85t-17.5 106q0 51 17.5 99.5t50 85.5t79.5 59.5t106 22.5q70 0 123 -25t80 -75q24 51 72 75.5t110 24.5q65 0 108 -24 +t69 -64t36.5 -92t10.5 -108h-361q0 -35 12.5 -66t34.5 -54t53 -36.5t67 -13.5q38 0 76 15.5t65 37.5v-95z" /> + <glyph glyph-name="zcaron" unicode="ž" horiz-adv-x="500" +d="M43 82l294 352h-280v76h389v-82l-294 -352h305v-76h-414v82zM296 581h-91l-100 144h80l66 -98l65 98h79z" /> + <glyph glyph-name="Ydieresis" unicode="Ÿ" horiz-adv-x="667" +d="M284 292l-273 406h117l208 -313l203 313h117l-272 -406v-292h-100v292zM369 857h94v-100h-94v100zM205 857h94v-100h-94v100z" /> + <glyph glyph-name="uni00A0" unicode=" " horiz-adv-x="278" + /> + <glyph glyph-name="exclamdown" unicode="¡" horiz-adv-x="389" +d="M139 510h112v-112h-112v112zM251 -188h-112l13 502h86z" /> + <glyph glyph-name="cent" unicode="¢" +d="M219 23q-62 35 -96 96t-34 136q0 58 18.5 107t53 84.5t82 55.5t106.5 20h6q4 0 8 -1l33 113h57l-35 -119q14 -3 25.5 -6t19.5 -7l-8 -78q-30 13 -58 17l-105 -365q14 -5 31 -8.5t36 -3.5q24 0 51.5 7.5t49.5 21.5l7 -84q-29 -14 -60.5 -17.5t-57.5 -3.5q-43 0 -79 12 +l-39 -133h-57zM341 445q-37 -3 -65 -20t-47.5 -43t-29.5 -59t-10 -68q0 -39 13 -78t42 -68z" /> + <glyph glyph-name="sterling" unicode="£" +d="M59 88h91v260h-79v58h79v56q0 54 15.5 99.5t46 78.5t76 51.5t104.5 18.5q38 0 66.5 -5.5t51.5 -13.5l-8 -93q-20 9 -44.5 16.5t-55.5 7.5q-78 0 -115 -44.5t-37 -122.5v-49h161v-58h-161v-260h247v-88h-438v88z" /> + <glyph glyph-name="currency" unicode="¤" +d="M118 349q0 -35 12.5 -65t34.5 -52.5t51 -35.5t62 -13q34 0 63.5 13.5t51 36.5t33.5 53t12 63t-12 63t-33.5 53t-51 36.5t-63.5 13.5q-33 0 -62.5 -13t-51 -35.5t-34 -53t-12.5 -64.5zM80 203q-25 29 -37.5 66.5t-12.5 79.5q0 41 12 80t38 68l-56 54l51 52l55 -55 +q29 23 68.5 36t79.5 13q42 0 81 -13t69 -36l54 55l50 -52l-54 -54q24 -27 36 -66.5t12 -81.5q0 -41 -12 -79t-36 -67l54 -57l-50 -51l-54 57q-29 -25 -68 -38t-82 -13q-42 0 -80.5 12.5t-67.5 38.5l-55 -57l-51 51z" /> + <glyph glyph-name="yen" unicode="¥" +d="M229 162h-141v58h141v72l-8 16h-133v58h101l-183 332h111l164 -313l158 313h111l-181 -332h101v-58h-133l-8 -16v-72h141v-58h-141v-162h-100v162z" /> + <glyph glyph-name="brokenbar" unicode="¦" horiz-adv-x="222" +d="M155 175v-350h-88v350h88zM155 675v-350h-88v350h88z" /> + <glyph glyph-name="section" unicode="§" +d="M172 324q0 -30 22 -50t52 -34t61.5 -23.5t51.5 -18.5q14 17 25 34t11 41q0 31 -21.5 51t-51.5 33.5t-61.5 23.5t-51.5 21q-37 -28 -37 -78zM98 -7q36 -19 78.5 -27t86.5 -8q21 0 42.5 5.5t38.5 16.5t27.5 28t10.5 41q0 26 -22 42.5t-55 29t-72 25.5t-72 32.5t-55 49.5 +t-22 77q0 43 18.5 72.5t54.5 51.5q-34 19 -51.5 49.5t-17.5 69.5q0 42 19 72.5t49.5 50.5t68 29.5t73.5 9.5q37 0 72.5 -5t71.5 -14l-9 -91q-27 12 -60 20t-62 8q-18 0 -40.5 -3t-42 -11t-33 -23t-13.5 -39q0 -30 22.5 -48t55.5 -31.5t72.5 -26t72.5 -31.5t55.5 -48 +t22.5 -75q0 -45 -19 -72t-52 -54q29 -19 46.5 -49t17.5 -65q0 -48 -21.5 -81.5t-54.5 -54.5t-73 -30.5t-77 -9.5q-39 0 -79 5t-82 20z" /> + <glyph glyph-name="dieresis" unicode="¨" horiz-adv-x="278" +d="M174 688h94v-100h-94v100zM10 688h94v-100h-94v100z" /> + <glyph glyph-name="copyright" unicode="©" horiz-adv-x="800" +d="M127 349q0 -63 21.5 -116.5t58.5 -92.5t86.5 -60.5t106.5 -21.5t106.5 21.5t86.5 60.5t58.5 92.5t21.5 116.5t-21.5 116.5t-58.5 92.5t-86.5 60.5t-106.5 21.5t-106.5 -21.5t-86.5 -60.5t-58.5 -92.5t-21.5 -116.5zM39 349q0 75 28.5 140.5t77.5 114.5t114.5 77.5 +t140.5 28.5t140.5 -28.5t114.5 -77.5t77.5 -114.5t28.5 -140.5t-28.5 -140.5t-77.5 -114.5t-114.5 -77.5t-140.5 -28.5t-140.5 28.5t-114.5 77.5t-77.5 114.5t-28.5 140.5zM582 285q-12 -75 -60.5 -115.5t-112.5 -40.5q-47 0 -85 17t-64.5 46.5t-41 69.5t-14.5 87t13.5 87 +t39.5 69t63.5 45.5t85.5 16.5q33 0 63 -10t53.5 -29t39 -47t20.5 -64h-73q-8 37 -35.5 58.5t-66.5 21.5q-32 0 -55.5 -11t-39.5 -30.5t-24 -46.5t-8 -58q0 -33 9 -60.5t25.5 -48t40.5 -32t54 -11.5q41 0 68 22.5t32 63.5h73z" /> + <glyph glyph-name="ordfeminine" unicode="ª" horiz-adv-x="361" +d="M212 535q-15 0 -33.5 -1.5t-35 -7.5t-27.5 -16.5t-11 -28.5t19 -26.5t40 -8.5q42 0 65 14t23 46v27q-7 0 -16.5 1t-23.5 1zM63 682q29 15 58.5 21.5t58.5 6.5q35 0 63.5 -5t48.5 -19.5t31 -39t11 -63.5v-128q0 -26 2 -39.5t1 -19.5h-84v38h-2q-17 -26 -42.5 -36 +t-55.5 -10q-19 0 -41.5 4.5t-42 15t-33 29t-13.5 47.5q0 32 18 52t44 31.5t55 15.5t51 4h32t29 -2q0 20 -6 33t-16.5 20.5t-25 10.5t-30.5 3q-31 0 -57 -7.5t-51 -25.5z" /> + <glyph glyph-name="guillemotleft" unicode="«" +d="M253 269l143 202h88l-130 -202l130 -202h-88zM51 269l143 202h88l-130 -202l130 -202h-88z" /> + <glyph glyph-name="logicalnot" unicode="¬" horiz-adv-x="600" +d="M47 402h506v-298h-88v210h-418v88z" /> + <glyph glyph-name="uni00AD" unicode="­" horiz-adv-x="333" +d="M38 307h257v-76h-257v76z" /> + <glyph glyph-name="registered" unicode="®" horiz-adv-x="800" +d="M337 380h67q17 0 32 2t26.5 8t18.5 18t7 33q0 18 -7.5 29t-19.5 17t-26.5 8t-29.5 2h-68v-117zM261 555h152q74 0 112.5 -27.5t38.5 -92.5q0 -53 -28 -79t-79 -31l110 -179h-78l-106 176h-46v-176h-76v409zM400 58q57 0 106.5 21.5t86.5 60.5t58.5 92.5t21.5 116.5 +t-21.5 116.5t-58.5 92.5t-86.5 60.5t-106.5 21.5t-106.5 -21.5t-86.5 -60.5t-58.5 -92.5t-21.5 -116.5t21.5 -116.5t58.5 -92.5t86.5 -60.5t106.5 -21.5zM400 -12q-75 0 -140.5 28.5t-114.5 77.5t-77.5 114.5t-28.5 140.5t28.5 140.5t77.5 114.5t114.5 77.5t140.5 28.5 +t140.5 -28.5t114.5 -77.5t77.5 -114.5t28.5 -140.5t-28.5 -140.5t-77.5 -114.5t-114.5 -77.5t-140.5 -28.5z" /> + <glyph glyph-name="macron" unicode="¯" horiz-adv-x="278" +d="M-9 673h296v-58h-296v58z" /> + <glyph glyph-name="degree" unicode="°" horiz-adv-x="400" +d="M121 567q0 -33 23 -56t56 -23t56 23t23 56t-23 56t-56 23t-56 -23t-23 -56zM57 567q0 30 11 56t30.5 45.5t45.5 30.5t56 11t56 -11t45.5 -30.5t30.5 -45.5t11 -56t-11 -56t-30.5 -45.5t-45.5 -30.5t-56 -11t-56 11t-45.5 30.5t-30.5 45.5t-11 56z" /> + <glyph glyph-name="plusminus" unicode="±" horiz-adv-x="600" +d="M47 88h506v-88h-506v88zM47 359h209v147h88v-147h209v-88h-209v-147h-88v147h-209v88z" /> + <glyph glyph-name="twosuperior" unicode="²" horiz-adv-x="361" +d="M31 358q10 8 29 23t42 34.5t46.5 41t42.5 44t31.5 44t12.5 40.5q0 15 -8 25.5t-20 17t-26 9.5t-26 3q-26 0 -53.5 -7.5t-50.5 -21.5l-6 74q59 25 125 25q29 0 56.5 -6.5t49 -21t34.5 -37.5t13 -56q0 -31 -23.5 -68t-55 -71t-63.5 -60.5t-50 -35.5v-2h199v-70h-299v76z +" /> + <glyph glyph-name="threesuperior" unicode="³" horiz-adv-x="361" +d="M93 536h46q14 0 31 3.5t32 10t25.5 17.5t10.5 26q0 14 -9 23t-22.5 14.5t-29 7.5t-28.5 2q-28 0 -52 -6.5t-45 -15.5l-4 72q23 8 55.5 14t67.5 6q30 0 57.5 -6.5t49.5 -20t35 -35t13 -51.5q0 -21 -8.5 -37t-23 -28t-32.5 -19.5t-36 -10.5v-2q45 -6 74.5 -32t29.5 -73 +q0 -38 -16.5 -61.5t-43 -36t-59.5 -17t-66 -4.5q-34 0 -62.5 5t-50.5 11l10 76q4 -4 14 -8t22.5 -7t27.5 -5t30 -2q14 0 32 2t34.5 8t28 16.5t11.5 26.5q0 17 -9.5 29.5t-24.5 21t-32.5 12.5t-33.5 4h-49v70z" /> + <glyph glyph-name="acute" unicode="´" horiz-adv-x="278" +d="M162 725h109l-131 -144h-67z" /> + <glyph glyph-name="mu" unicode="µ" horiz-adv-x="611" +d="M531 0h-91v81h-2q-21 -44 -67 -68.5t-100 -24.5q-29 0 -53 4.5t-44 15.5v-218h-94v720h94v-264q0 -90 23 -134t85 -48q40 0 69.5 15.5t48.5 43t28 66t9 85.5v236h94v-510z" /> + <glyph glyph-name="paragraph" unicode="¶" horiz-adv-x="600" +d="M236 333q-50 0 -90 13t-68 37t-43 57t-15 72q0 51 17 86.5t48.5 57.5t74.5 32t96 10h271v-810h-88v740h-115v-740h-88v445z" /> + <glyph glyph-name="periodcentered" unicode="·" horiz-adv-x="278" +d="M80 304q1 24 18.5 41t41.5 17t41.5 -17t16.5 -41q1 -24 -16.5 -42t-41.5 -18t-41.5 18t-18.5 42z" /> + <glyph glyph-name="cedilla" unicode="¸" horiz-adv-x="278" +d="M247 0l-46 -60l2 -2q13 5 30 5q34 0 58.5 -19t24.5 -54q0 -25 -12 -42.5t-31 -28.5t-42.5 -16t-45.5 -5t-43.5 5t-40.5 16l18 34q17 -7 31 -11t34 -4q19 0 37.5 9.5t18.5 36.5q0 20 -14 29.5t-32 9.5q-11 0 -22 -2.5t-19 -5.5l-17 19l64 86h47z" /> + <glyph glyph-name="onesuperior" unicode="¹" horiz-adv-x="361" +d="M154 628l-70 -55l-34 46l111 85h81v-422h-88v346z" /> + <glyph glyph-name="ordmasculine" unicode="º" horiz-adv-x="397" +d="M108 549q0 -20 4.5 -38.5t15 -33t27.5 -23t43 -8.5t43.5 8.5t28 23t14.5 33t4 38.5q0 42 -21.5 72.5t-68.5 30.5t-68.5 -30.5t-21.5 -72.5zM198 388q-39 0 -70.5 13t-54 34.5t-35 51t-12.5 62.5q0 35 12 64.5t34.5 51t54.5 33.5t71 12t71 -12t54.5 -33.5t34.5 -51 +t12 -64.5q0 -33 -12.5 -62.5t-35 -51t-54 -34.5t-70.5 -13z" /> + <glyph glyph-name="guillemotright" unicode="»" +d="M303 269l-143 -202h-88l130 202l-130 202h88zM505 269l-143 -202h-88l130 202l-130 202h88z" /> + <glyph glyph-name="onequarter" unicode="¼" horiz-adv-x="834" +d="M661 83h-212v61l184 278h116v-269h52v-70h-52v-83h-88v83zM661 352h-2l-128 -199h130v199zM137 628l-70 -55l-34 46l111 85h81v-422h-88v346zM576 720h72l-433 -742h-72z" /> + <glyph glyph-name="onehalf" unicode="½" horiz-adv-x="834" +d="M502 76q10 8 29 23t42 34.5t46.5 41t42.5 44t31.5 44t12.5 40.5q0 15 -8 25.5t-20 17t-26 9.5t-26 3q-26 0 -53.5 -7.5t-50.5 -21.5l-6 74q59 25 125 25q29 0 56.5 -6.5t49 -21t34.5 -37.5t13 -56q0 -31 -23.5 -68t-55 -71t-63.5 -60.5t-50 -35.5v-2h199v-70h-299v76z +M137 628l-70 -55l-34 46l111 85h81v-422h-88v346zM545 720h72l-433 -742h-72z" /> + <glyph glyph-name="threequarters" unicode="¾" horiz-adv-x="834" +d="M661 83h-212v61l184 278h116v-269h52v-70h-52v-83h-88v83zM661 352h-2l-128 -199h130v199zM93 536h46q14 0 31 3.5t32 10t25.5 17.5t10.5 26q0 14 -9 23t-22.5 14.5t-29 7.5t-28.5 2q-28 0 -52 -6.5t-45 -15.5l-4 72q23 8 55.5 14t67.5 6q30 0 57.5 -6.5t49.5 -20t35 -35 +t13 -51.5q0 -21 -8.5 -37t-23 -28t-32.5 -19.5t-36 -10.5v-2q45 -6 74.5 -32t29.5 -73q0 -38 -16.5 -61.5t-43 -36t-59.5 -17t-66 -4.5q-34 0 -62.5 5t-50.5 11l10 76q4 -4 14 -8t22.5 -7t27.5 -5t30 -2q14 0 32 2t34.5 8t28 16.5t11.5 26.5q0 17 -9.5 29.5t-24.5 21 +t-32.5 12.5t-33.5 4h-49v70zM619 720h72l-433 -742h-72z" /> + <glyph glyph-name="questiondown" unicode="¿" horiz-adv-x="500" +d="M305 398h-112v112h112v-112zM296 293q0 -24 -3 -42.5t-10.5 -35.5t-19 -33.5t-29.5 -37.5q-14 -16 -28.5 -33t-27 -36t-20.5 -40.5t-8 -45.5q0 -26 10 -45t27 -31.5t38.5 -18.5t45.5 -6q50 0 86.5 11t61.5 29l7 -95q-33 -14 -74 -23.5t-92 -9.5q-41 0 -80 11.5t-69 34.5 +t-48.5 57t-18.5 79q0 39 14 70.5t34.5 59t44.5 54.5t44 57q12 18 16.5 35t4.5 38v18h94v-21z" /> + <glyph glyph-name="Agrave" unicode="À" horiz-adv-x="722" +d="M359 604l-139 -346h278zM310 698h105l295 -698h-109l-71 176h-342l-71 -176h-105zM427 749h-67l-131 144h109z" /> + <glyph glyph-name="Aacute" unicode="Á" horiz-adv-x="722" +d="M359 604l-139 -346h278zM310 698h105l295 -698h-109l-71 176h-342l-71 -176h-105zM384 893h109l-131 -144h-67z" /> + <glyph glyph-name="Acircumflex" unicode="Â" horiz-adv-x="722" +d="M359 604l-139 -346h278zM310 698h105l295 -698h-109l-71 176h-342l-71 -176h-105zM315 893h91l100 -144h-80l-66 98l-65 -98h-79z" /> + <glyph glyph-name="Atilde" unicode="Ã" horiz-adv-x="722" +d="M359 604l-139 -346h278zM310 698h105l295 -698h-109l-71 176h-342l-71 -176h-105zM191 754q2 16 7.5 35.5t16 36.5t27.5 28.5t43 11.5q19 0 40 -7.5t41 -16t38.5 -15.5t34.5 -7q23 -2 33.5 13.5t12.5 32.5h46q-2 -16 -7.5 -35.5t-16 -36.5t-28 -28.5t-42.5 -11.5 +q-20 0 -40.5 7.5t-40.5 16t-38.5 15.5t-34.5 7q-23 2 -33.5 -13.5t-12.5 -32.5h-46z" /> + <glyph glyph-name="Adieresis" unicode="Ä" horiz-adv-x="722" +d="M359 604l-139 -346h278zM310 698h105l295 -698h-109l-71 176h-342l-71 -176h-105zM396 856h94v-100h-94v100zM232 856h94v-100h-94v100z" /> + <glyph glyph-name="Aring" unicode="Å" horiz-adv-x="722" +d="M359 604l-139 -346h278zM310 698h105l295 -698h-109l-71 176h-342l-71 -176h-105zM361 895q-25 0 -43.5 -18.5t-18.5 -43.5t18.5 -43.5t43.5 -18.5q24 0 43 19t19 43q0 25 -18.5 43.5t-43.5 18.5zM361 935q21 0 39.5 -8t32.5 -22t22 -32.5t8 -39.5t-8 -39.5t-22 -32.5 +t-32.5 -22t-39.5 -8t-39.5 8t-32.5 22t-22 32.5t-8 39.5t8 39.5t22 32.5t32.5 22t39.5 8z" /> + <glyph glyph-name="AE" unicode="Æ" horiz-adv-x="944" +d="M488 628h-2l-220 -370h244zM424 698h61h96h282v-88h-277l13 -204h246v-88h-241l14 -230h255v-88h-249h-98l-11 176h-297l-105 -176h-111z" /> + <glyph glyph-name="Ccedilla" unicode="Ç" horiz-adv-x="611" +d="M571 583q-66 39 -144 39q-60 0 -109.5 -20.5t-85 -57t-54.5 -86.5t-19 -109q0 -62 20.5 -112t56.5 -86t84 -55.5t102 -19.5q19 0 40 2.5t41.5 7t39 10.5t31.5 14l6 -97q-40 -17 -84 -21t-75 -4h-12q-5 0 -11 2l-38 -50l2 -2q13 5 30 5q34 0 58.5 -19t24.5 -54 +q0 -25 -12 -42.5t-31 -28.5t-42.5 -16t-45.5 -5t-43.5 5t-40.5 16l18 34q17 -7 31 -11t34 -4q19 0 37.5 9.5t18.5 36.5q0 20 -14 29.5t-32 9.5q-11 0 -22 -2.5t-19 -5.5l-17 19l58 79q-69 10 -124.5 39.5t-94.5 76t-60 108t-21 135.5q0 81 27.5 147t77 113t117 72.5 +t147.5 25.5q41 0 80 -6.5t77 -23.5z" /> + <glyph glyph-name="Egrave" unicode="È" +d="M94 698h391v-88h-291v-204h265v-88h-265v-230h291v-88h-391v698zM344 749h-67l-131 144h109z" /> + <glyph glyph-name="Eacute" unicode="É" +d="M94 698h391v-88h-291v-204h265v-88h-265v-230h291v-88h-391v698zM301 893h109l-131 -144h-67z" /> + <glyph glyph-name="Ecircumflex" unicode="Ê" +d="M94 698h391v-88h-291v-204h265v-88h-265v-230h291v-88h-391v698zM232 893h91l100 -144h-80l-66 98l-65 -98h-79z" /> + <glyph glyph-name="Edieresis" unicode="Ë" +d="M94 698h391v-88h-291v-204h265v-88h-265v-230h291v-88h-391v698zM313 856h94v-100h-94v100zM149 856h94v-100h-94v100z" /> + <glyph glyph-name="Igrave" unicode="Ì" horiz-adv-x="278" +d="M89 698h100v-698h-100v698zM205 749h-67l-131 144h109z" /> + <glyph glyph-name="Iacute" unicode="Í" horiz-adv-x="278" +d="M89 698h100v-698h-100v698zM162 893h109l-131 -144h-67z" /> + <glyph glyph-name="Icircumflex" unicode="Î" horiz-adv-x="278" +d="M89 698h100v-698h-100v698zM93 893h91l100 -144h-80l-66 98l-65 -98h-79z" /> + <glyph glyph-name="Idieresis" unicode="Ï" horiz-adv-x="278" +d="M89 698h100v-698h-100v698zM174 856h94v-100h-94v100zM10 856h94v-100h-94v100z" /> + <glyph glyph-name="Eth" unicode="Ð" horiz-adv-x="722" +d="M83 342h-68v64h68v292h206q78 0 145.5 -23.5t118 -67.5t79.5 -107.5t29 -144.5q0 -88 -26 -154.5t-74 -111t-117 -67t-155 -22.5h-206v342zM183 406h183v-64h-183v-254h105q129 0 198 64t69 199q0 56 -18.5 103.5t-52.5 82t-81 54t-105 19.5h-115v-204z" /> + <glyph glyph-name="Ntilde" unicode="Ñ" horiz-adv-x="722" +d="M88 698h136l308 -562h2v562h100v-698h-128l-316 574h-2v-574h-100v698zM191 754q2 16 7.5 35.5t16 36.5t27.5 28.5t43 11.5q19 0 40 -7.5t41 -16t38.5 -15.5t34.5 -7q23 -2 33.5 13.5t12.5 32.5h46q-2 -16 -7.5 -35.5t-16 -36.5t-28 -28.5t-42.5 -11.5q-20 0 -40.5 7.5 +t-40.5 16t-38.5 15.5t-34.5 7q-23 2 -33.5 -13.5t-12.5 -32.5h-46z" /> + <glyph glyph-name="Ograve" unicode="Ò" horiz-adv-x="778" +d="M53 349q0 78 22.5 144t66 114t105.5 75.5t142 27.5q79 0 141.5 -27.5t106 -75.5t66 -114t22.5 -144q0 -80 -22.5 -146t-65.5 -114t-105.5 -74.5t-142.5 -26.5t-142.5 26.5t-105.5 74.5t-65.5 114t-22.5 146zM159 349q0 -52 13.5 -101t41.5 -87.5t71.5 -61.5t103.5 -23 +t103.5 23t71.5 61.5t41.5 87.5t13.5 101q0 53 -14.5 102.5t-43 87.5t-71.5 60.5t-101 22.5t-101 -22.5t-71.5 -60.5t-43 -87.5t-14.5 -102.5zM455 749h-67l-131 144h109z" /> + <glyph glyph-name="Oacute" unicode="Ó" horiz-adv-x="778" +d="M53 349q0 78 22.5 144t66 114t105.5 75.5t142 27.5q79 0 141.5 -27.5t106 -75.5t66 -114t22.5 -144q0 -80 -22.5 -146t-65.5 -114t-105.5 -74.5t-142.5 -26.5t-142.5 26.5t-105.5 74.5t-65.5 114t-22.5 146zM159 349q0 -52 13.5 -101t41.5 -87.5t71.5 -61.5t103.5 -23 +t103.5 23t71.5 61.5t41.5 87.5t13.5 101q0 53 -14.5 102.5t-43 87.5t-71.5 60.5t-101 22.5t-101 -22.5t-71.5 -60.5t-43 -87.5t-14.5 -102.5zM412 893h109l-131 -144h-67z" /> + <glyph glyph-name="Ocircumflex" unicode="Ô" horiz-adv-x="778" +d="M53 349q0 78 22.5 144t66 114t105.5 75.5t142 27.5q79 0 141.5 -27.5t106 -75.5t66 -114t22.5 -144q0 -80 -22.5 -146t-65.5 -114t-105.5 -74.5t-142.5 -26.5t-142.5 26.5t-105.5 74.5t-65.5 114t-22.5 146zM159 349q0 -52 13.5 -101t41.5 -87.5t71.5 -61.5t103.5 -23 +t103.5 23t71.5 61.5t41.5 87.5t13.5 101q0 53 -14.5 102.5t-43 87.5t-71.5 60.5t-101 22.5t-101 -22.5t-71.5 -60.5t-43 -87.5t-14.5 -102.5zM343 893h91l100 -144h-80l-66 98l-65 -98h-79z" /> + <glyph glyph-name="Otilde" unicode="Õ" horiz-adv-x="778" +d="M53 349q0 78 22.5 144t66 114t105.5 75.5t142 27.5q79 0 141.5 -27.5t106 -75.5t66 -114t22.5 -144q0 -80 -22.5 -146t-65.5 -114t-105.5 -74.5t-142.5 -26.5t-142.5 26.5t-105.5 74.5t-65.5 114t-22.5 146zM159 349q0 -52 13.5 -101t41.5 -87.5t71.5 -61.5t103.5 -23 +t103.5 23t71.5 61.5t41.5 87.5t13.5 101q0 53 -14.5 102.5t-43 87.5t-71.5 60.5t-101 22.5t-101 -22.5t-71.5 -60.5t-43 -87.5t-14.5 -102.5zM219 754q2 16 7.5 35.5t16 36.5t27.5 28.5t43 11.5q19 0 40 -7.5t41 -16t38.5 -15.5t34.5 -7q23 -2 33.5 13.5t12.5 32.5h46 +q-2 -16 -7.5 -35.5t-16 -36.5t-28 -28.5t-42.5 -11.5q-20 0 -40.5 7.5t-40.5 16t-38.5 15.5t-34.5 7q-23 2 -33.5 -13.5t-12.5 -32.5h-46z" /> + <glyph glyph-name="Odieresis" unicode="Ö" horiz-adv-x="778" +d="M53 349q0 78 22.5 144t66 114t105.5 75.5t142 27.5q79 0 141.5 -27.5t106 -75.5t66 -114t22.5 -144q0 -80 -22.5 -146t-65.5 -114t-105.5 -74.5t-142.5 -26.5t-142.5 26.5t-105.5 74.5t-65.5 114t-22.5 146zM159 349q0 -52 13.5 -101t41.5 -87.5t71.5 -61.5t103.5 -23 +t103.5 23t71.5 61.5t41.5 87.5t13.5 101q0 53 -14.5 102.5t-43 87.5t-71.5 60.5t-101 22.5t-101 -22.5t-71.5 -60.5t-43 -87.5t-14.5 -102.5zM424 856h94v-100h-94v100zM260 856h94v-100h-94v100z" /> + <glyph glyph-name="multiply" unicode="×" horiz-adv-x="600" +d="M68 423l62 62l170 -171l170 171l62 -62l-171 -170l171 -170l-62 -62l-170 171l-170 -171l-62 62l170 170z" /> + <glyph glyph-name="Oslash" unicode="Ø" horiz-adv-x="778" +d="M246 126q26 -23 62 -36.5t81 -13.5q60 0 103.5 23t71.5 61.5t41.5 87.5t13.5 101q0 53 -14 101.5t-42 86.5zM151 79q-48 48 -73 116.5t-25 153.5q0 78 22.5 144t66 114t105.5 75.5t142 27.5q60 0 110.5 -16.5t91.5 -45.5l53 69l36 -28l-54 -71q49 -50 74 -118.5 +t25 -150.5q0 -80 -22.5 -146t-65.5 -114t-105.5 -74.5t-142.5 -26.5q-121 0 -203 61l-54 -70l-38 26zM532 572q-27 23 -62.5 37t-80.5 13q-58 0 -101 -22.5t-71.5 -60.5t-43 -87.5t-14.5 -102.5q0 -52 13 -101.5t42 -87.5z" /> + <glyph glyph-name="Ugrave" unicode="Ù" horiz-adv-x="722" +d="M632 289q0 -148 -70.5 -224.5t-200.5 -76.5t-200.5 76.5t-70.5 224.5v409h100v-396q0 -50 8.5 -91.5t28.5 -71.5t53 -46.5t81 -16.5t81 16.5t53 46.5t28.5 71.5t8.5 91.5v396h100v-409zM427 749h-67l-131 144h109z" /> + <glyph glyph-name="Uacute" unicode="Ú" horiz-adv-x="722" +d="M632 289q0 -148 -70.5 -224.5t-200.5 -76.5t-200.5 76.5t-70.5 224.5v409h100v-396q0 -50 8.5 -91.5t28.5 -71.5t53 -46.5t81 -16.5t81 16.5t53 46.5t28.5 71.5t8.5 91.5v396h100v-409zM384 893h109l-131 -144h-67z" /> + <glyph glyph-name="Ucircumflex" unicode="Û" horiz-adv-x="722" +d="M632 289q0 -148 -70.5 -224.5t-200.5 -76.5t-200.5 76.5t-70.5 224.5v409h100v-396q0 -50 8.5 -91.5t28.5 -71.5t53 -46.5t81 -16.5t81 16.5t53 46.5t28.5 71.5t8.5 91.5v396h100v-409zM315 893h91l100 -144h-80l-66 98l-65 -98h-79z" /> + <glyph glyph-name="Udieresis" unicode="Ü" horiz-adv-x="722" +d="M632 289q0 -148 -70.5 -224.5t-200.5 -76.5t-200.5 76.5t-70.5 224.5v409h100v-396q0 -50 8.5 -91.5t28.5 -71.5t53 -46.5t81 -16.5t81 16.5t53 46.5t28.5 71.5t8.5 91.5v396h100v-409zM396 856h94v-100h-94v100zM232 856h94v-100h-94v100z" /> + <glyph glyph-name="Yacute" unicode="Ý" horiz-adv-x="667" +d="M284 292l-273 406h117l208 -313l203 313h117l-272 -406v-292h-100v292zM357 893h109l-131 -144h-67z" /> + <glyph glyph-name="Thorn" unicode="Þ" +d="M183 265h99q23 0 48 6.5t45.5 20.5t33.5 37.5t13 58.5q0 33 -15.5 56t-38.5 37t-50 20.5t-50 6.5h-85v-243zM83 698h100v-102h83q54 0 101.5 -10.5t83 -34.5t56.5 -64t21 -100q0 -58 -21 -98t-55.5 -65t-79 -36t-91.5 -11h-98v-177h-100v698z" /> + <glyph glyph-name="germandbls" unicode="ß" horiz-adv-x="611" +d="M80 0v474q0 68 13 121.5t42 90.5t75.5 56.5t114.5 19.5q36 0 72 -12t65.5 -36.5t47.5 -61.5t18 -86q0 -127 -117 -163v-2q36 -4 63.5 -21t46.5 -42.5t29 -56.5t10 -64q0 -46 -14.5 -86.5t-43 -71t-69.5 -48t-94 -17.5q-25 0 -48 3t-49 11v79q39 -17 79 -17q28 0 53.5 9.5 +t44.5 27.5t30 44.5t11 61.5q0 43 -14 71t-39 44.5t-59.5 22.5t-75.5 6v76q35 0 64 6t49.5 21t31.5 40t11 63q0 24 -7.5 46t-21.5 39.5t-35 27.5t-48 10q-42 0 -69.5 -18t-43.5 -46.5t-22.5 -63.5t-6.5 -69v-489h-94z" /> + <glyph glyph-name="agrave" unicode="à" +d="M383 243q-15 0 -30 1t-30 1q-19 0 -49 -2.5t-58.5 -12.5t-49 -29.5t-20.5 -53.5q0 -20 9 -35.5t22.5 -26t30.5 -16t33 -5.5q70 0 106 38.5t36 95.5v45zM104 474q35 21 77 34.5t91 13.5q110 0 157.5 -53t47.5 -158v-211q0 -44 1 -66.5t3 -33.5h-88v66h-2q-8 -12 -22 -25.5 +t-33.5 -25t-45 -19.5t-57.5 -8q-41 0 -75.5 9t-59.5 28.5t-38.5 49.5t-13.5 72q0 48 23.5 80t58.5 51.5t77 28t78 8.5h50t50 -2q0 66 -27.5 99.5t-98.5 33.5q-40 0 -79.5 -14t-68.5 -38zM344 581h-67l-131 144h109z" /> + <glyph glyph-name="aacute" unicode="á" +d="M383 243q-15 0 -30 1t-30 1q-19 0 -49 -2.5t-58.5 -12.5t-49 -29.5t-20.5 -53.5q0 -20 9 -35.5t22.5 -26t30.5 -16t33 -5.5q70 0 106 38.5t36 95.5v45zM104 474q35 21 77 34.5t91 13.5q110 0 157.5 -53t47.5 -158v-211q0 -44 1 -66.5t3 -33.5h-88v66h-2q-8 -12 -22 -25.5 +t-33.5 -25t-45 -19.5t-57.5 -8q-41 0 -75.5 9t-59.5 28.5t-38.5 49.5t-13.5 72q0 48 23.5 80t58.5 51.5t77 28t78 8.5h50t50 -2q0 66 -27.5 99.5t-98.5 33.5q-40 0 -79.5 -14t-68.5 -38zM301 725h109l-131 -144h-67z" /> + <glyph glyph-name="acircumflex" unicode="â" +d="M383 243q-15 0 -30 1t-30 1q-19 0 -49 -2.5t-58.5 -12.5t-49 -29.5t-20.5 -53.5q0 -20 9 -35.5t22.5 -26t30.5 -16t33 -5.5q70 0 106 38.5t36 95.5v45zM104 474q35 21 77 34.5t91 13.5q110 0 157.5 -53t47.5 -158v-211q0 -44 1 -66.5t3 -33.5h-88v66h-2q-8 -12 -22 -25.5 +t-33.5 -25t-45 -19.5t-57.5 -8q-41 0 -75.5 9t-59.5 28.5t-38.5 49.5t-13.5 72q0 48 23.5 80t58.5 51.5t77 28t78 8.5h50t50 -2q0 66 -27.5 99.5t-98.5 33.5q-40 0 -79.5 -14t-68.5 -38zM232 725h91l100 -144h-80l-66 98l-65 -98h-79z" /> + <glyph glyph-name="atilde" unicode="ã" +d="M383 243q-15 0 -30 1t-30 1q-19 0 -49 -2.5t-58.5 -12.5t-49 -29.5t-20.5 -53.5q0 -20 9 -35.5t22.5 -26t30.5 -16t33 -5.5q70 0 106 38.5t36 95.5v45zM104 474q35 21 77 34.5t91 13.5q110 0 157.5 -53t47.5 -158v-211q0 -44 1 -66.5t3 -33.5h-88v66h-2q-8 -12 -22 -25.5 +t-33.5 -25t-45 -19.5t-57.5 -8q-41 0 -75.5 9t-59.5 28.5t-38.5 49.5t-13.5 72q0 48 23.5 80t58.5 51.5t77 28t78 8.5h50t50 -2q0 66 -27.5 99.5t-98.5 33.5q-40 0 -79.5 -14t-68.5 -38zM108 586q2 16 7.5 35.5t16 36.5t27.5 28.5t43 11.5q19 0 40 -7.5t41 -16t38.5 -15.5 +t34.5 -7q23 -2 33.5 13.5t12.5 32.5h46q-2 -16 -7.5 -35.5t-16 -36.5t-28 -28.5t-42.5 -11.5q-20 0 -40.5 7.5t-40.5 16t-38.5 15.5t-34.5 7q-23 2 -33.5 -13.5t-12.5 -32.5h-46z" /> + <glyph glyph-name="adieresis" unicode="ä" +d="M383 243q-15 0 -30 1t-30 1q-19 0 -49 -2.5t-58.5 -12.5t-49 -29.5t-20.5 -53.5q0 -20 9 -35.5t22.5 -26t30.5 -16t33 -5.5q70 0 106 38.5t36 95.5v45zM104 474q35 21 77 34.5t91 13.5q110 0 157.5 -53t47.5 -158v-211q0 -44 1 -66.5t3 -33.5h-88v66h-2q-8 -12 -22 -25.5 +t-33.5 -25t-45 -19.5t-57.5 -8q-41 0 -75.5 9t-59.5 28.5t-38.5 49.5t-13.5 72q0 48 23.5 80t58.5 51.5t77 28t78 8.5h50t50 -2q0 66 -27.5 99.5t-98.5 33.5q-40 0 -79.5 -14t-68.5 -38zM313 688h94v-100h-94v100zM149 688h94v-100h-94v100z" /> + <glyph glyph-name="aring" unicode="å" +d="M383 243q-15 0 -30 1t-30 1q-19 0 -49 -2.5t-58.5 -12.5t-49 -29.5t-20.5 -53.5q0 -20 9 -35.5t22.5 -26t30.5 -16t33 -5.5q70 0 106 38.5t36 95.5v45zM104 474q35 21 77 34.5t91 13.5q110 0 157.5 -53t47.5 -158v-211q0 -44 1 -66.5t3 -33.5h-88v66h-2q-8 -12 -22 -25.5 +t-33.5 -25t-45 -19.5t-57.5 -8q-41 0 -75.5 9t-59.5 28.5t-38.5 49.5t-13.5 72q0 48 23.5 80t58.5 51.5t77 28t78 8.5h50t50 -2q0 66 -27.5 99.5t-98.5 33.5q-40 0 -79.5 -14t-68.5 -38zM278 727q-25 0 -43.5 -18.5t-18.5 -43.5t18.5 -43.5t43.5 -18.5q24 0 43 19t19 43 +q0 25 -18.5 43.5t-43.5 18.5zM278 767q21 0 39.5 -8t32.5 -22t22 -32.5t8 -39.5t-8 -39.5t-22 -32.5t-32.5 -22t-39.5 -8t-39.5 8t-32.5 22t-22 32.5t-8 39.5t8 39.5t22 32.5t32.5 22t39.5 8z" /> + <glyph glyph-name="ae" unicode="æ" horiz-adv-x="889" +d="M748 304q0 25 -8.5 50.5t-25 45.5t-39.5 33t-52 13q-31 0 -56 -11t-43 -30.5t-27.5 -45t-9.5 -55.5h261zM141 148q0 -21 8.5 -37t22.5 -26.5t32 -15.5t37 -5q34 0 62 14.5t48 39t31 56.5t11 68q-11 0 -33.5 1.5t-56.5 1.5q-20 0 -47.5 -3t-53 -13t-43.5 -29.5t-18 -51.5z +M102 473q33 21 76 35t93 14q25 0 51 -5t49.5 -15.5t43 -27.5t32.5 -41q27 48 75 68.5t102 20.5q65 0 108 -24t69 -64t36.5 -92t10.5 -108h-361q0 -35 12.5 -66t34.5 -54t53 -36.5t67 -13.5q38 0 76 15.5t65 37.5v-95q-33 -15 -70.5 -24.5t-75.5 -9.5q-33 0 -66.5 6 +t-63.5 19.5t-54 36.5t-36 57h-2q-8 -30 -27 -52.5t-44.5 -37.5t-56 -22t-61.5 -7q-36 0 -71 11t-63 31.5t-45.5 51t-17.5 69.5q0 53 26 85t64 49.5t80.5 23.5t75.5 6q41 0 66.5 -3t39.5 -2q0 37 -11.5 63t-31 42t-45.5 23.5t-56 7.5q-37 0 -75 -15.5t-67 -36.5z" /> + <glyph glyph-name="ccedilla" unicode="ç" horiz-adv-x="444" +d="M404 424q-27 11 -53 16.5t-49 5.5q-39 0 -69.5 -16t-51.5 -43t-32 -61.5t-11 -70.5q0 -34 9.5 -68t30 -61.5t53 -44.5t77.5 -17q24 0 51.5 7.5t49.5 21.5l7 -84q-29 -14 -60.5 -17.5t-57.5 -3.5h-4l-37 -48l2 -2q13 5 30 5q34 0 58.5 -19t24.5 -54q0 -25 -12 -42.5 +t-31 -28.5t-42.5 -16t-45.5 -5t-43.5 5t-40.5 16l18 34q17 -7 31 -11t34 -4q19 0 37.5 9.5t18.5 36.5q0 20 -14 29.5t-32 9.5q-11 0 -22 -2.5t-19 -5.5l-17 19l59 79q-48 8 -87.5 31.5t-67 58.5t-43 79t-15.5 93q0 58 18.5 107t53 84.5t82 55.5t106.5 20q29 0 61.5 -6 +t52.5 -14z" /> + <glyph glyph-name="egrave" unicode="è" +d="M410 304q0 29 -8.5 55t-24.5 45.5t-40 30.5t-54 11q-35 0 -59.5 -13t-41 -33.5t-25 -45.5t-11.5 -50h264zM471 21q-14 -5 -29 -10.5t-33.5 -10.5t-43 -8.5t-55.5 -3.5q-68 0 -117.5 20t-82 56t-48.5 87t-16 113q0 57 17 104t48.5 81.5t75.5 53.5t98 19q64 0 107 -22 +t69 -60.5t37.5 -91.5t11.5 -114h-364q0 -38 13.5 -69t37 -53.5t54 -35t63.5 -12.5q23 0 47.5 5.5t46 13t38 16.5t25.5 16v-94zM344 581h-67l-131 144h109z" /> + <glyph glyph-name="eacute" unicode="é" +d="M410 304q0 29 -8.5 55t-24.5 45.5t-40 30.5t-54 11q-35 0 -59.5 -13t-41 -33.5t-25 -45.5t-11.5 -50h264zM471 21q-14 -5 -29 -10.5t-33.5 -10.5t-43 -8.5t-55.5 -3.5q-68 0 -117.5 20t-82 56t-48.5 87t-16 113q0 57 17 104t48.5 81.5t75.5 53.5t98 19q64 0 107 -22 +t69 -60.5t37.5 -91.5t11.5 -114h-364q0 -38 13.5 -69t37 -53.5t54 -35t63.5 -12.5q23 0 47.5 5.5t46 13t38 16.5t25.5 16v-94zM301 725h109l-131 -144h-67z" /> + <glyph glyph-name="ecircumflex" unicode="ê" +d="M410 304q0 29 -8.5 55t-24.5 45.5t-40 30.5t-54 11q-35 0 -59.5 -13t-41 -33.5t-25 -45.5t-11.5 -50h264zM471 21q-14 -5 -29 -10.5t-33.5 -10.5t-43 -8.5t-55.5 -3.5q-68 0 -117.5 20t-82 56t-48.5 87t-16 113q0 57 17 104t48.5 81.5t75.5 53.5t98 19q64 0 107 -22 +t69 -60.5t37.5 -91.5t11.5 -114h-364q0 -38 13.5 -69t37 -53.5t54 -35t63.5 -12.5q23 0 47.5 5.5t46 13t38 16.5t25.5 16v-94zM232 725h91l100 -144h-80l-66 98l-65 -98h-79z" /> + <glyph glyph-name="edieresis" unicode="ë" +d="M410 304q0 29 -8.5 55t-24.5 45.5t-40 30.5t-54 11q-35 0 -59.5 -13t-41 -33.5t-25 -45.5t-11.5 -50h264zM471 21q-14 -5 -29 -10.5t-33.5 -10.5t-43 -8.5t-55.5 -3.5q-68 0 -117.5 20t-82 56t-48.5 87t-16 113q0 57 17 104t48.5 81.5t75.5 53.5t98 19q64 0 107 -22 +t69 -60.5t37.5 -91.5t11.5 -114h-364q0 -38 13.5 -69t37 -53.5t54 -35t63.5 -12.5q23 0 47.5 5.5t46 13t38 16.5t25.5 16v-94zM313 688h94v-100h-94v100zM149 688h94v-100h-94v100z" /> + <glyph glyph-name="igrave" unicode="ì" horiz-adv-x="278" +d="M92 510h94v-510h-94v510zM205 581h-67l-131 144h109z" /> + <glyph glyph-name="iacute" unicode="í" horiz-adv-x="278" +d="M92 510h94v-510h-94v510zM162 725h109l-131 -144h-67z" /> + <glyph glyph-name="icircumflex" unicode="î" horiz-adv-x="278" +d="M92 510h94v-510h-94v510zM93 725h91l100 -144h-80l-66 98l-65 -98h-79z" /> + <glyph glyph-name="idieresis" unicode="ï" horiz-adv-x="278" +d="M92 510h94v-510h-94v510zM174 688h94v-100h-94v100zM10 688h94v-100h-94v100z" /> + <glyph glyph-name="eth" unicode="ð" horiz-adv-x="611" +d="M218 651q-31 19 -63 33t-62 25l72 53q35 -13 70 -29.5t67 -36.5l122 66l46 -53l-104 -56q42 -32 78 -73t63 -91.5t42.5 -109t15.5 -124.5q0 -55 -19 -103.5t-53 -85t-82 -57.5t-105 -21q-58 0 -105.5 21t-82 57.5t-53.5 85t-19 103.5q0 58 18.5 107t53 84.5t82 55.5 +t106.5 20q26 0 47.5 -6.5t36.5 -15.5h2q-47 63 -109 108l-129 -69l-46 53zM146 255q0 -34 9.5 -68t29 -61.5t49.5 -44.5t72 -17q41 0 71 17t49.5 44.5t29 61.5t9.5 68q0 36 -11 70.5t-31 61.5t-50 43t-67 16q-38 0 -67.5 -16t-50 -43t-31.5 -61.5t-11 -70.5z" /> + <glyph glyph-name="ntilde" unicode="ñ" horiz-adv-x="611" +d="M80 510h91v-81h2q21 44 67 68.5t100 24.5q99 0 145 -58t46 -161v-303h-94v264q0 90 -23 134t-85 48q-40 0 -69.5 -15.5t-48.5 -43t-28 -66.5t-9 -85v-236h-94v510zM136 586q2 16 7.5 35.5t16 36.5t27.5 28.5t43 11.5q19 0 40 -7.5t41 -16t38.5 -15.5t34.5 -7 +q23 -2 33.5 13.5t12.5 32.5h46q-2 -16 -7.5 -35.5t-16 -36.5t-28 -28.5t-42.5 -11.5q-20 0 -40.5 7.5t-40.5 16t-38.5 15.5t-34.5 7q-23 2 -33.5 -13.5t-12.5 -32.5h-46z" /> + <glyph glyph-name="ograve" unicode="ò" horiz-adv-x="611" +d="M146 255q0 -34 9.5 -68t29 -61.5t49.5 -44.5t72 -17q41 0 71 17t49.5 44.5t29 61.5t9.5 68q0 36 -11 70.5t-31 61.5t-50 43t-67 16q-38 0 -67.5 -16t-50 -43t-31.5 -61.5t-11 -70.5zM46 255q0 58 18.5 107t53 84.5t82 55.5t106.5 20q58 0 106 -20t82 -55.5t52.5 -84.5 +t18.5 -107q0 -55 -19 -103.5t-53 -85t-82 -57.5t-105 -21q-58 0 -105.5 21t-82 57.5t-53.5 85t-19 103.5zM372 581h-67l-131 144h109z" /> + <glyph glyph-name="oacute" unicode="ó" horiz-adv-x="611" +d="M146 255q0 -34 9.5 -68t29 -61.5t49.5 -44.5t72 -17q41 0 71 17t49.5 44.5t29 61.5t9.5 68q0 36 -11 70.5t-31 61.5t-50 43t-67 16q-38 0 -67.5 -16t-50 -43t-31.5 -61.5t-11 -70.5zM46 255q0 58 18.5 107t53 84.5t82 55.5t106.5 20q58 0 106 -20t82 -55.5t52.5 -84.5 +t18.5 -107q0 -55 -19 -103.5t-53 -85t-82 -57.5t-105 -21q-58 0 -105.5 21t-82 57.5t-53.5 85t-19 103.5zM329 725h109l-131 -144h-67z" /> + <glyph glyph-name="ocircumflex" unicode="ô" horiz-adv-x="611" +d="M146 255q0 -34 9.5 -68t29 -61.5t49.5 -44.5t72 -17q41 0 71 17t49.5 44.5t29 61.5t9.5 68q0 36 -11 70.5t-31 61.5t-50 43t-67 16q-38 0 -67.5 -16t-50 -43t-31.5 -61.5t-11 -70.5zM46 255q0 58 18.5 107t53 84.5t82 55.5t106.5 20q58 0 106 -20t82 -55.5t52.5 -84.5 +t18.5 -107q0 -55 -19 -103.5t-53 -85t-82 -57.5t-105 -21q-58 0 -105.5 21t-82 57.5t-53.5 85t-19 103.5zM260 725h91l100 -144h-80l-66 98l-65 -98h-79z" /> + <glyph glyph-name="otilde" unicode="õ" horiz-adv-x="611" +d="M146 255q0 -34 9.5 -68t29 -61.5t49.5 -44.5t72 -17q41 0 71 17t49.5 44.5t29 61.5t9.5 68q0 36 -11 70.5t-31 61.5t-50 43t-67 16q-38 0 -67.5 -16t-50 -43t-31.5 -61.5t-11 -70.5zM46 255q0 58 18.5 107t53 84.5t82 55.5t106.5 20q58 0 106 -20t82 -55.5t52.5 -84.5 +t18.5 -107q0 -55 -19 -103.5t-53 -85t-82 -57.5t-105 -21q-58 0 -105.5 21t-82 57.5t-53.5 85t-19 103.5zM136 586q2 16 7.5 35.5t16 36.5t27.5 28.5t43 11.5q19 0 40 -7.5t41 -16t38.5 -15.5t34.5 -7q23 -2 33.5 13.5t12.5 32.5h46q-2 -16 -7.5 -35.5t-16 -36.5t-28 -28.5 +t-42.5 -11.5q-20 0 -40.5 7.5t-40.5 16t-38.5 15.5t-34.5 7q-23 2 -33.5 -13.5t-12.5 -32.5h-46z" /> + <glyph glyph-name="odieresis" unicode="ö" horiz-adv-x="611" +d="M146 255q0 -34 9.5 -68t29 -61.5t49.5 -44.5t72 -17q41 0 71 17t49.5 44.5t29 61.5t9.5 68q0 36 -11 70.5t-31 61.5t-50 43t-67 16q-38 0 -67.5 -16t-50 -43t-31.5 -61.5t-11 -70.5zM46 255q0 58 18.5 107t53 84.5t82 55.5t106.5 20q58 0 106 -20t82 -55.5t52.5 -84.5 +t18.5 -107q0 -55 -19 -103.5t-53 -85t-82 -57.5t-105 -21q-58 0 -105.5 21t-82 57.5t-53.5 85t-19 103.5zM341 688h94v-100h-94v100zM177 688h94v-100h-94v100z" /> + <glyph glyph-name="divide" unicode="÷" horiz-adv-x="600" +d="M224 46q0 32 22.5 54t54.5 22q30 0 53 -22.5t23 -53.5q0 -14 -6 -28t-16.5 -25t-24 -17.5t-28.5 -6.5q-16 0 -30.5 6.5t-25 17t-16.5 24.5t-6 29zM224 460q0 32 22.5 54.5t54.5 22.5q15 0 28.5 -6.5t24 -17t17 -24.5t6.5 -29q0 -14 -6 -28t-16.5 -24.5t-24 -17 +t-28.5 -6.5q-16 0 -30.5 6t-25 16.5t-16.5 24.5t-6 29zM47 297h506v-88h-506v88z" /> + <glyph glyph-name="oslash" unicode="ø" horiz-adv-x="611" +d="M121 65q-36 37 -55.5 85.5t-19.5 104.5q0 58 18.5 107t53 84.5t82 55.5t106.5 20q90 0 153 -46l53 65l30 -25l-53 -65q37 -36 56.5 -86t19.5 -110q0 -55 -19 -103.5t-53 -85t-82 -57.5t-105 -21q-46 0 -85 13.5t-70 36.5l-57 -69l-30 25zM204 103q19 -18 44.5 -28.5 +t57.5 -10.5q41 0 71 17t49.5 44.5t29 61.5t9.5 68q0 70 -36 123zM403 408q-19 18 -43 28t-54 10q-38 0 -67.5 -16t-50 -43t-31.5 -61.5t-11 -70.5q0 -31 8 -62.5t25 -57.5z" /> + <glyph glyph-name="ugrave" unicode="ù" horiz-adv-x="611" +d="M531 0h-91v81h-2q-21 -44 -67 -68.5t-100 -24.5q-99 0 -145 58t-46 161v303h94v-264q0 -90 23 -134t85 -48q40 0 69.5 15.5t48.5 43t28 66t9 85.5v236h94v-510zM372 581h-67l-131 144h109z" /> + <glyph glyph-name="uacute" unicode="ú" horiz-adv-x="611" +d="M531 0h-91v81h-2q-21 -44 -67 -68.5t-100 -24.5q-99 0 -145 58t-46 161v303h94v-264q0 -90 23 -134t85 -48q40 0 69.5 15.5t48.5 43t28 66t9 85.5v236h94v-510zM329 725h109l-131 -144h-67z" /> + <glyph glyph-name="ucircumflex" unicode="û" horiz-adv-x="611" +d="M531 0h-91v81h-2q-21 -44 -67 -68.5t-100 -24.5q-99 0 -145 58t-46 161v303h94v-264q0 -90 23 -134t85 -48q40 0 69.5 15.5t48.5 43t28 66t9 85.5v236h94v-510zM260 725h91l100 -144h-80l-66 98l-65 -98h-79z" /> + <glyph glyph-name="udieresis" unicode="ü" horiz-adv-x="611" +d="M531 0h-91v81h-2q-21 -44 -67 -68.5t-100 -24.5q-99 0 -145 58t-46 161v303h94v-264q0 -90 23 -134t85 -48q40 0 69.5 15.5t48.5 43t28 66t9 85.5v236h94v-510zM341 688h94v-100h-94v100zM177 688h94v-100h-94v100z" /> + <glyph glyph-name="yacute" unicode="ý" horiz-adv-x="500" +d="M42 -138q9 -3 20.5 -5.5t23.5 -2.5q31 0 52.5 18.5t35 41t19 42.5t5.5 24q0 8 -6.5 24.5t-11.5 29.5l-173 476h103l137 -422h2l140 422h95l-188 -521q-13 -37 -28 -74.5t-36.5 -68t-53.5 -49.5t-78 -19q-23 0 -37 2.5t-27 4.5zM273 725h109l-131 -144h-67z" /> + <glyph glyph-name="thorn" unicode="þ" horiz-adv-x="611" +d="M465 257q1 34 -6.5 68t-24.5 61t-44 43.5t-65 16.5t-66.5 -16.5t-47.5 -43.5t-28 -61.5t-9 -70.5q0 -32 8.5 -65.5t26.5 -61.5t46.5 -45.5t68.5 -17.5q38 0 65 19t44 47.5t25 62.5t7 64zM80 750h94v-310h2q22 35 62 58.5t107 23.5q55 0 96.5 -21t69 -56.5t41 -82.5 +t13.5 -98q0 -53 -12.5 -102.5t-39 -88t-68 -62t-99.5 -23.5q-68 0 -108 23.5t-62 58.5h-2v-280h-94v960z" /> + <glyph glyph-name="ydieresis" unicode="ÿ" horiz-adv-x="500" +d="M42 -138q9 -3 20.5 -5.5t23.5 -2.5q31 0 52.5 18.5t35 41t19 42.5t5.5 24q0 8 -6.5 24.5t-11.5 29.5l-173 476h103l137 -422h2l140 422h95l-188 -521q-13 -37 -28 -74.5t-36.5 -68t-53.5 -49.5t-78 -19q-23 0 -37 2.5t-27 4.5zM285 688h94v-100h-94v100zM121 688h94v-100 +h-94v100z" /> + <glyph glyph-name=".null" horiz-adv-x="500" + /> + <glyph glyph-name="Amacron" unicode="Ā" horiz-adv-x="722" +d="M359 604l-139 -346h278zM310 698h105l295 -698h-109l-71 176h-342l-71 -176h-105zM215 841h296v-58h-296v58z" /> + <glyph glyph-name="amacron" unicode="ā" +d="M383 243q-15 0 -30 1t-30 1q-19 0 -49 -2.5t-58.5 -12.5t-49 -29.5t-20.5 -53.5q0 -20 9 -35.5t22.5 -26t30.5 -16t33 -5.5q70 0 106 38.5t36 95.5v45zM104 474q35 21 77 34.5t91 13.5q110 0 157.5 -53t47.5 -158v-211q0 -44 1 -66.5t3 -33.5h-88v66h-2q-8 -12 -22 -25.5 +t-33.5 -25t-45 -19.5t-57.5 -8q-41 0 -75.5 9t-59.5 28.5t-38.5 49.5t-13.5 72q0 48 23.5 80t58.5 51.5t77 28t78 8.5h50t50 -2q0 66 -27.5 99.5t-98.5 33.5q-40 0 -79.5 -14t-68.5 -38zM130 673h296v-58h-296v58z" /> + <glyph glyph-name="Abreve" unicode="Ă" horiz-adv-x="722" +d="M359 604l-139 -346h278zM310 698h105l295 -698h-109l-71 176h-342l-71 -176h-105zM259 890q8 -42 36 -60t69 -18t69 18t36 60h49q-7 -65 -47.5 -100.5t-106.5 -35.5t-106.5 35.5t-47.5 100.5h49z" /> + <glyph glyph-name="abreve" unicode="ă" +d="M383 243q-15 0 -30 1t-30 1q-19 0 -49 -2.5t-58.5 -12.5t-49 -29.5t-20.5 -53.5q0 -20 9 -35.5t22.5 -26t30.5 -16t33 -5.5q70 0 106 38.5t36 95.5v45zM104 474q35 21 77 34.5t91 13.5q110 0 157.5 -53t47.5 -158v-211q0 -44 1 -66.5t3 -33.5h-88v66h-2q-8 -12 -22 -25.5 +t-33.5 -25t-45 -19.5t-57.5 -8q-41 0 -75.5 9t-59.5 28.5t-38.5 49.5t-13.5 72q0 48 23.5 80t58.5 51.5t77 28t78 8.5h50t50 -2q0 66 -27.5 99.5t-98.5 33.5q-40 0 -79.5 -14t-68.5 -38zM174 722q8 -42 36 -60t69 -18t69 18t36 60h49q-7 -65 -47.5 -100.5t-106.5 -35.5 +t-106.5 35.5t-47.5 100.5h49z" /> + <glyph glyph-name="Aogonek" unicode="Ą" horiz-adv-x="722" +d="M650 0q-26 -21 -43 -38t-26.5 -32t-13 -28t-3.5 -26q0 -24 9.5 -35t23.5 -11q33 0 56 29l31 -8q-22 -32 -48 -46.5t-66 -14.5q-9 0 -23 1.5t-27 9t-22.5 24t-9.5 47.5q0 7 3.5 19.5t15.5 29.5t34.5 37t60.5 42h-1l-71 176h-342l-71 -176h-105l298 698h105l295 -698h-60z +M359 604l-139 -346h278z" /> + <glyph glyph-name="aogonek" unicode="ą" +d="M460 0q-26 -21 -43 -38t-26.5 -32t-13 -28t-3.5 -26q0 -24 9.5 -35t23.5 -11q33 0 56 29l31 -8q-22 -32 -48 -46.5t-66 -14.5q-9 0 -23 1.5t-27 9t-22.5 24t-9.5 47.5q0 7 3.5 19.5t15.5 29.5t34.5 37t60.5 42h-19v66h-2q-8 -12 -22 -25.5t-33.5 -25t-45 -19.5t-57.5 -8 +q-41 0 -75.5 9t-59.5 28.5t-38.5 49.5t-13.5 72q0 48 23.5 80t58.5 51.5t77 28t78 8.5h50q22 0 50 -2q0 66 -27.5 99.5t-98.5 33.5q-40 0 -79.5 -14t-68.5 -38l-5 80q35 21 77 34.5t91 13.5q110 0 157.5 -53t47.5 -158v-211q0 -44 1 -66.5t3 -33.5h-21zM383 243q-15 0 -30 1 +t-30 1q-19 0 -49 -2.5t-58.5 -12.5t-49 -29.5t-20.5 -53.5q0 -20 9 -35.5t22.5 -26t30.5 -16t33 -5.5q70 0 106 38.5t36 95.5v45z" /> + <glyph glyph-name="Cacute" unicode="Ć" horiz-adv-x="611" +d="M571 583q-66 39 -144 39q-60 0 -109.5 -20.5t-85 -57t-54.5 -86.5t-19 -109q0 -62 20.5 -112t56.5 -86t84 -55.5t102 -19.5q19 0 40 2.5t41.5 7t39 10.5t31.5 14l6 -97q-40 -17 -84 -21t-75 -4q-83 0 -151 25.5t-116 73t-74.5 115t-26.5 150.5q0 81 27.5 147t77 113 +t117 72.5t147.5 25.5q41 0 80 -6.5t77 -23.5zM428 893h109l-131 -144h-67z" /> + <glyph glyph-name="cacute" unicode="ć" horiz-adv-x="444" +d="M404 424q-27 11 -53 16.5t-49 5.5q-39 0 -69.5 -16t-51.5 -43t-32 -61.5t-11 -70.5q0 -34 9.5 -68t30 -61.5t53 -44.5t77.5 -17q24 0 51.5 7.5t49.5 21.5l7 -84q-29 -14 -60.5 -17.5t-57.5 -3.5q-58 0 -105.5 21t-82 57.5t-53.5 85t-19 103.5q0 58 18.5 107t53 84.5 +t82 55.5t106.5 20q29 0 61.5 -6t52.5 -14zM308 725h109l-131 -144h-67z" /> + <glyph glyph-name="Ccircumflex" unicode="Ĉ" horiz-adv-x="611" +d="M571 583q-66 39 -144 39q-60 0 -109.5 -20.5t-85 -57t-54.5 -86.5t-19 -109q0 -62 20.5 -112t56.5 -86t84 -55.5t102 -19.5q19 0 40 2.5t41.5 7t39 10.5t31.5 14l6 -97q-40 -17 -84 -21t-75 -4q-83 0 -151 25.5t-116 73t-74.5 115t-26.5 150.5q0 81 27.5 147t77 113 +t117 72.5t147.5 25.5q41 0 80 -6.5t77 -23.5zM347 893h91l100 -144h-80l-66 98l-65 -98h-79z" /> + <glyph glyph-name="ccircumflex" unicode="ĉ" horiz-adv-x="444" +d="M404 424q-27 11 -53 16.5t-49 5.5q-39 0 -69.5 -16t-51.5 -43t-32 -61.5t-11 -70.5q0 -34 9.5 -68t30 -61.5t53 -44.5t77.5 -17q24 0 51.5 7.5t49.5 21.5l7 -84q-29 -14 -60.5 -17.5t-57.5 -3.5q-58 0 -105.5 21t-82 57.5t-53.5 85t-19 103.5q0 58 18.5 107t53 84.5 +t82 55.5t106.5 20q29 0 61.5 -6t52.5 -14zM229 725h91l100 -144h-80l-66 98l-65 -98h-79z" /> + <glyph glyph-name="Cdotaccent" unicode="Ċ" horiz-adv-x="611" +d="M571 583q-66 39 -144 39q-60 0 -109.5 -20.5t-85 -57t-54.5 -86.5t-19 -109q0 -62 20.5 -112t56.5 -86t84 -55.5t102 -19.5q19 0 40 2.5t41.5 7t39 10.5t31.5 14l6 -97q-40 -17 -84 -21t-75 -4q-83 0 -151 25.5t-116 73t-74.5 115t-26.5 150.5q0 81 27.5 147t77 113 +t117 72.5t147.5 25.5q41 0 80 -6.5t77 -23.5zM344 856h94v-100h-94v100z" /> + <glyph glyph-name="cdotaccent" unicode="ċ" horiz-adv-x="444" +d="M404 424q-27 11 -53 16.5t-49 5.5q-39 0 -69.5 -16t-51.5 -43t-32 -61.5t-11 -70.5q0 -34 9.5 -68t30 -61.5t53 -44.5t77.5 -17q24 0 51.5 7.5t49.5 21.5l7 -84q-29 -14 -60.5 -17.5t-57.5 -3.5q-58 0 -105.5 21t-82 57.5t-53.5 85t-19 103.5q0 58 18.5 107t53 84.5 +t82 55.5t106.5 20q29 0 61.5 -6t52.5 -14zM232 688h94v-100h-94v100z" /> + <glyph glyph-name="Ccaron" unicode="Č" horiz-adv-x="611" +d="M571 583q-66 39 -144 39q-60 0 -109.5 -20.5t-85 -57t-54.5 -86.5t-19 -109q0 -62 20.5 -112t56.5 -86t84 -55.5t102 -19.5q19 0 40 2.5t41.5 7t39 10.5t31.5 14l6 -97q-40 -17 -84 -21t-75 -4q-83 0 -151 25.5t-116 73t-74.5 115t-26.5 150.5q0 81 27.5 147t77 113 +t117 72.5t147.5 25.5q41 0 80 -6.5t77 -23.5zM436 749h-91l-100 144h80l66 -98l65 98h79z" /> + <glyph glyph-name="ccaron" unicode="č" horiz-adv-x="444" +d="M404 424q-27 11 -53 16.5t-49 5.5q-39 0 -69.5 -16t-51.5 -43t-32 -61.5t-11 -70.5q0 -34 9.5 -68t30 -61.5t53 -44.5t77.5 -17q24 0 51.5 7.5t49.5 21.5l7 -84q-29 -14 -60.5 -17.5t-57.5 -3.5q-58 0 -105.5 21t-82 57.5t-53.5 85t-19 103.5q0 58 18.5 107t53 84.5 +t82 55.5t106.5 20q29 0 61.5 -6t52.5 -14zM323 581h-91l-100 144h80l66 -98l65 98h79z" /> + <glyph glyph-name="Dcaron" unicode="Ď" horiz-adv-x="722" +d="M183 88h105q129 0 198 64t69 199q0 61 -19.5 109t-54 81.5t-81 51t-100.5 17.5h-117v-522zM83 698h206q78 0 145.5 -23.5t118 -67.5t79.5 -107.5t29 -144.5q0 -88 -26 -154.5t-74 -111t-117 -67t-155 -22.5h-206v698zM356 749h-91l-100 144h80l66 -98l65 98h79z" /> + <glyph glyph-name="dcaron" unicode="ď" horiz-adv-x="654" +d="M146 257q-1 -30 7 -64t25 -62.5t44 -47.5t65 -19q40 0 68.5 17.5t46.5 45.5t26.5 61.5t8.5 65.5q0 36 -9.5 70.5t-28 61.5t-47 43.5t-66.5 16.5t-65 -16.5t-44 -43t-24.5 -60.5t-6.5 -69zM441 72h-2q-9 -14 -25 -29t-37.5 -27t-49.5 -20t-62 -8q-58 0 -99.5 23.5 +t-68 62.5t-39 88.5t-12.5 101.5q0 51 13.5 98t41 82.5t68.5 56.5t97 21q67 0 107 -23.5t62 -58.5h2v310h94v-750h-90v72zM612 725h92l-47 -193h-66z" /> + <glyph glyph-name="Dcroat" unicode="Đ" horiz-adv-x="722" +d="M83 342h-68v64h68v292h206q78 0 145.5 -23.5t118 -67.5t79.5 -107.5t29 -144.5q0 -88 -26 -154.5t-74 -111t-117 -67t-155 -22.5h-206v342zM183 406h183v-64h-183v-254h105q129 0 198 64t69 199q0 56 -18.5 103.5t-52.5 82t-81 54t-105 19.5h-115v-204z" /> + <glyph glyph-name="dcroat" unicode="đ" horiz-adv-x="611" +d="M441 72h-2q-9 -14 -25 -29t-37.5 -27t-49.5 -20t-62 -8q-58 0 -99.5 23.5t-68 62.5t-39 88.5t-12.5 101.5q0 51 13.5 98t41 82.5t68.5 56.5t97 21q67 0 107 -23.5t62 -58.5h2v165h-185v61h185v84h94v-84h74v-61h-74v-605h-90v72zM146 257q-1 -30 7 -64t25 -62.5t44 -47.5 +t65 -19q40 0 68.5 17.5t46.5 45.5t26.5 61.5t8.5 65.5q0 36 -9.5 70.5t-28 61.5t-47 43.5t-66.5 16.5t-65 -16.5t-44 -43t-24.5 -60.5t-6.5 -69z" /> + <glyph glyph-name="Emacron" unicode="Ē" +d="M94 698h391v-88h-291v-204h265v-88h-265v-230h291v-88h-391v698zM140 841h296v-58h-296v58z" /> + <glyph glyph-name="emacron" unicode="ē" +d="M410 304q0 29 -8.5 55t-24.5 45.5t-40 30.5t-54 11q-35 0 -59.5 -13t-41 -33.5t-25 -45.5t-11.5 -50h264zM471 21q-14 -5 -29 -10.5t-33.5 -10.5t-43 -8.5t-55.5 -3.5q-68 0 -117.5 20t-82 56t-48.5 87t-16 113q0 57 17 104t48.5 81.5t75.5 53.5t98 19q64 0 107 -22 +t69 -60.5t37.5 -91.5t11.5 -114h-364q0 -38 13.5 -69t37 -53.5t54 -35t63.5 -12.5q23 0 47.5 5.5t46 13t38 16.5t25.5 16v-94zM139 673h296v-58h-296v58z" /> + <glyph glyph-name="Ebreve" unicode="Ĕ" +d="M94 698h391v-88h-291v-204h265v-88h-265v-230h291v-88h-391v698zM185 890q8 -42 36 -60t69 -18t69 18t36 60h49q-7 -65 -47.5 -100.5t-106.5 -35.5t-106.5 35.5t-47.5 100.5h49z" /> + <glyph glyph-name="ebreve" unicode="ĕ" +d="M410 304q0 29 -8.5 55t-24.5 45.5t-40 30.5t-54 11q-35 0 -59.5 -13t-41 -33.5t-25 -45.5t-11.5 -50h264zM471 21q-14 -5 -29 -10.5t-33.5 -10.5t-43 -8.5t-55.5 -3.5q-68 0 -117.5 20t-82 56t-48.5 87t-16 113q0 57 17 104t48.5 81.5t75.5 53.5t98 19q64 0 107 -22 +t69 -60.5t37.5 -91.5t11.5 -114h-364q0 -38 13.5 -69t37 -53.5t54 -35t63.5 -12.5q23 0 47.5 5.5t46 13t38 16.5t25.5 16v-94zM182 722q8 -42 36 -60t69 -18t69 18t36 60h49q-7 -65 -47.5 -100.5t-106.5 -35.5t-106.5 35.5t-47.5 100.5h49z" /> + <glyph glyph-name="Edotaccent" unicode="Ė" +d="M94 698h391v-88h-291v-204h265v-88h-265v-230h291v-88h-391v698zM249 856h94v-100h-94v100z" /> + <glyph glyph-name="edotaccent" unicode="ė" +d="M410 304q0 29 -8.5 55t-24.5 45.5t-40 30.5t-54 11q-35 0 -59.5 -13t-41 -33.5t-25 -45.5t-11.5 -50h264zM471 21q-14 -5 -29 -10.5t-33.5 -10.5t-43 -8.5t-55.5 -3.5q-68 0 -117.5 20t-82 56t-48.5 87t-16 113q0 57 17 104t48.5 81.5t75.5 53.5t98 19q64 0 107 -22 +t69 -60.5t37.5 -91.5t11.5 -114h-364q0 -38 13.5 -69t37 -53.5t54 -35t63.5 -12.5q23 0 47.5 5.5t46 13t38 16.5t25.5 16v-94zM241 688h94v-100h-94v100z" /> + <glyph glyph-name="Eogonek" unicode="Ę" +d="M445 0q-26 -21 -43 -38t-26.5 -32t-13 -28t-3.5 -26q0 -24 9.5 -35t23.5 -11q33 0 56 29l31 -8q-22 -32 -48 -46.5t-66 -14.5q-9 0 -23 1.5t-27 9t-22.5 24t-9.5 47.5q0 7 3.5 19.5t15.5 29.5t34.5 37t60.5 42h-303v698h391v-88h-291v-204h265v-88h-265v-230h291v-88h-40 +z" /> + <glyph glyph-name="eogonek" unicode="ę" +d="M471 21q-14 -5 -29 -10.5t-33.5 -10.5t-43.5 -8q-10 -2 -22 -3q-17 -14 -29 -27q-17 -17 -26.5 -32t-13 -28t-3.5 -26q0 -24 9.5 -35t23.5 -11q33 0 56 29l31 -8q-22 -32 -48 -46.5t-66 -14.5q-9 0 -23 1.5t-27 9t-22.5 24t-9.5 47.5q0 7 3.5 19.5t15.5 29.5t34 37 +q17 15 41 31q-55 2 -97 19q-49 20 -81.5 56t-48.5 87t-16 113q0 57 17 104t48.5 81.5t75.5 53.5t98 19q64 0 107 -22t69 -60.5t37.5 -91.5t11.5 -114h-364q0 -38 13.5 -69t37 -53.5t54 -35t63.5 -12.5q23 0 47.5 5.5t46 13t38 16.5t25.5 16v-94zM410 304q0 29 -8.5 55 +t-24.5 45.5t-40 30.5t-54 11q-35 0 -59.5 -13t-41 -33.5t-25 -45.5t-11.5 -50h264z" /> + <glyph glyph-name="Ecaron" unicode="Ě" +d="M94 698h391v-88h-291v-204h265v-88h-265v-230h291v-88h-391v698zM334 749h-91l-100 144h80l66 -98l65 98h79z" /> + <glyph glyph-name="ecaron" unicode="ě" +d="M410 304q0 29 -8.5 55t-24.5 45.5t-40 30.5t-54 11q-35 0 -59.5 -13t-41 -33.5t-25 -45.5t-11.5 -50h264zM471 21q-14 -5 -29 -10.5t-33.5 -10.5t-43 -8.5t-55.5 -3.5q-68 0 -117.5 20t-82 56t-48.5 87t-16 113q0 57 17 104t48.5 81.5t75.5 53.5t98 19q64 0 107 -22 +t69 -60.5t37.5 -91.5t11.5 -114h-364q0 -38 13.5 -69t37 -53.5t54 -35t63.5 -12.5q23 0 47.5 5.5t46 13t38 16.5t25.5 16v-94zM328 581h-91l-100 144h80l66 -98l65 98h79z" /> + <glyph glyph-name="Gcircumflex" unicode="Ĝ" horiz-adv-x="722" +d="M619 574q-37 24 -80.5 36t-111.5 12q-60 0 -109.5 -20.5t-85 -57.5t-54.5 -87t-19 -108q0 -62 20.5 -112t56.5 -86t84 -55.5t102 -19.5q26 0 43 1t29.5 3t21.5 4l18 4v212h-147v82h247v-363q-29 -10 -80 -20.5t-133 -10.5q-83 0 -151 25.5t-116 73t-74.5 115t-26.5 150.5 +q0 81 27.5 147t77 113t117 72.5t147.5 25.5q38 0 67 -2.5t52 -7.5t43.5 -11.5t42.5 -13.5zM355 893h91l100 -144h-80l-66 98l-65 -98h-79z" /> + <glyph glyph-name="gcircumflex" unicode="ĝ" horiz-adv-x="611" +d="M288 76q33 0 60.5 13.5t47 37t30.5 55t11 67.5q0 40 -9 75.5t-28 62.5t-47 43t-65 16q-36 0 -62.5 -17.5t-44 -45t-26.5 -61t-9 -66.5q0 -36 10 -68.5t28 -57.5t44.5 -39.5t59.5 -14.5zM531 22q0 -116 -63 -180t-200 -64q-20 0 -39.5 1.5t-41.5 5.5t-46.5 10.5 +t-55.5 17.5l10 87q27 -12 49.5 -21t43.5 -14.5t43 -8t48 -2.5q75 0 116.5 47t41.5 128v50h-2q-30 -40 -76 -59.5t-95 -19.5q-55 0 -96 20.5t-68 55.5t-40.5 80t-13.5 95q0 49 14 97.5t42.5 87t71 62.5t100.5 24q68 0 107.5 -23t60.5 -65h2v76h87v-488zM254 725h91l100 -144 +h-80l-66 98l-65 -98h-79z" /> + <glyph glyph-name="Gbreve" unicode="Ğ" horiz-adv-x="722" +d="M619 574q-37 24 -80.5 36t-111.5 12q-60 0 -109.5 -20.5t-85 -57.5t-54.5 -87t-19 -108q0 -62 20.5 -112t56.5 -86t84 -55.5t102 -19.5q26 0 43 1t29.5 3t21.5 4l18 4v212h-147v82h247v-363q-29 -10 -80 -20.5t-133 -10.5q-83 0 -151 25.5t-116 73t-74.5 115t-26.5 150.5 +q0 81 27.5 147t77 113t117 72.5t147.5 25.5q38 0 67 -2.5t52 -7.5t43.5 -11.5t42.5 -13.5zM299 890q8 -42 36 -60t69 -18t69 18t36 60h49q-7 -65 -47.5 -100.5t-106.5 -35.5t-106.5 35.5t-47.5 100.5h49z" /> + <glyph glyph-name="gbreve" unicode="ğ" horiz-adv-x="611" +d="M288 76q33 0 60.5 13.5t47 37t30.5 55t11 67.5q0 40 -9 75.5t-28 62.5t-47 43t-65 16q-36 0 -62.5 -17.5t-44 -45t-26.5 -61t-9 -66.5q0 -36 10 -68.5t28 -57.5t44.5 -39.5t59.5 -14.5zM531 22q0 -116 -63 -180t-200 -64q-20 0 -39.5 1.5t-41.5 5.5t-46.5 10.5 +t-55.5 17.5l10 87q27 -12 49.5 -21t43.5 -14.5t43 -8t48 -2.5q75 0 116.5 47t41.5 128v50h-2q-30 -40 -76 -59.5t-95 -19.5q-55 0 -96 20.5t-68 55.5t-40.5 80t-13.5 95q0 49 14 97.5t42.5 87t71 62.5t100.5 24q68 0 107.5 -23t60.5 -65h2v76h87v-488zM198 722q8 -42 36 -60 +t69 -18t69 18t36 60h49q-7 -65 -47.5 -100.5t-106.5 -35.5t-106.5 35.5t-47.5 100.5h49z" /> + <glyph glyph-name="Gdotaccent" unicode="Ġ" horiz-adv-x="722" +d="M619 574q-37 24 -80.5 36t-111.5 12q-60 0 -109.5 -20.5t-85 -57.5t-54.5 -87t-19 -108q0 -62 20.5 -112t56.5 -86t84 -55.5t102 -19.5q26 0 43 1t29.5 3t21.5 4l18 4v212h-147v82h247v-363q-29 -10 -80 -20.5t-133 -10.5q-83 0 -151 25.5t-116 73t-74.5 115t-26.5 150.5 +q0 81 27.5 147t77 113t117 72.5t147.5 25.5q38 0 67 -2.5t52 -7.5t43.5 -11.5t42.5 -13.5zM356 856h94v-100h-94v100z" /> + <glyph glyph-name="gdotaccent" unicode="ġ" horiz-adv-x="611" +d="M288 76q33 0 60.5 13.5t47 37t30.5 55t11 67.5q0 40 -9 75.5t-28 62.5t-47 43t-65 16q-36 0 -62.5 -17.5t-44 -45t-26.5 -61t-9 -66.5q0 -36 10 -68.5t28 -57.5t44.5 -39.5t59.5 -14.5zM531 22q0 -116 -63 -180t-200 -64q-20 0 -39.5 1.5t-41.5 5.5t-46.5 10.5 +t-55.5 17.5l10 87q27 -12 49.5 -21t43.5 -14.5t43 -8t48 -2.5q75 0 116.5 47t41.5 128v50h-2q-30 -40 -76 -59.5t-95 -19.5q-55 0 -96 20.5t-68 55.5t-40.5 80t-13.5 95q0 49 14 97.5t42.5 87t71 62.5t100.5 24q68 0 107.5 -23t60.5 -65h2v76h87v-488zM255 688h94v-100h-94 +v100z" /> + <glyph glyph-name="Gcommaaccent" unicode="Ģ" horiz-adv-x="722" +d="M619 574q-37 24 -80.5 36t-111.5 12q-60 0 -109.5 -20.5t-85 -57.5t-54.5 -87t-19 -108q0 -62 20.5 -112t56.5 -86t84 -55.5t102 -19.5q26 0 43 1t29.5 3t21.5 4l18 4v212h-147v82h247v-363q-29 -10 -80 -20.5t-133 -10.5q-83 0 -151 25.5t-116 73t-74.5 115t-26.5 150.5 +q0 81 27.5 147t77 113t117 72.5t147.5 25.5q38 0 67 -2.5t52 -7.5t43.5 -11.5t42.5 -13.5zM356 -78h95l-55 -144h-75z" /> + <glyph glyph-name="gcommaaccent" unicode="ģ" horiz-adv-x="611" +d="M288 76q33 0 60.5 13.5t47 37t30.5 55t11 67.5q0 40 -9 75.5t-28 62.5t-47 43t-65 16q-36 0 -62.5 -17.5t-44 -45t-26.5 -61t-9 -66.5q0 -36 10 -68.5t28 -57.5t44.5 -39.5t59.5 -14.5zM531 22q0 -116 -63 -180t-200 -64q-20 0 -39.5 1.5t-41.5 5.5t-46.5 10.5 +t-55.5 17.5l10 87q27 -12 49.5 -21t43.5 -14.5t43 -8t48 -2.5q75 0 116.5 47t41.5 128v50h-2q-30 -40 -76 -59.5t-95 -19.5q-55 0 -96 20.5t-68 55.5t-40.5 80t-13.5 95q0 49 14 97.5t42.5 87t71 62.5t100.5 24q68 0 107.5 -23t60.5 -65h2v76h87v-488zM335 581h-92l55 144 +h72z" /> + <glyph glyph-name="Hcircumflex" unicode="Ĥ" horiz-adv-x="722" +d="M94 698h100v-292h334v292h100v-698h-100v318h-334v-318h-100v698zM318 893h91l100 -144h-80l-66 98l-65 -98h-79z" /> + <glyph glyph-name="hcircumflex" unicode="ĥ" horiz-adv-x="611" +d="M80 750h94v-313h2q26 41 68 63t96 22q99 0 145 -58t46 -161v-303h-94v264q0 90 -23 134t-85 48q-40 0 -69.5 -15.5t-48.5 -43t-28 -66.5t-9 -85v-236h-94v750zM265 933h91l100 -144h-80l-66 98l-65 -98h-79z" /> + <glyph glyph-name="Hbar" unicode="Ħ" horiz-adv-x="722" +d="M94 698h100v-140h334v140h100v-698h-100v303h-334v-303h-100v698zM528 383v114h-334v-114h334z" /> + <glyph glyph-name="hbar" unicode="ħ" horiz-adv-x="611" +d="M80 750h94v-84h185v-61h-185v-168h2q26 41 68 63t96 22q99 0 145 -58t46 -161v-303h-94v264q0 90 -23 134t-85 48q-40 0 -69.5 -15.5t-48.5 -43t-28 -66.5t-9 -85v-236h-94v605h-74v61h74v84z" /> + <glyph glyph-name="Itilde" unicode="Ĩ" horiz-adv-x="278" +d="M89 698h100v-698h-100v698zM-30 754q2 16 7.5 35.5t16 36.5t27.5 28.5t43 11.5q19 0 40 -7.5t41 -16t38.5 -15.5t34.5 -7q23 -2 33.5 13.5t12.5 32.5h46q-2 -16 -7.5 -35.5t-16 -36.5t-28 -28.5t-42.5 -11.5q-20 0 -40.5 7.5t-40.5 16t-38.5 15.5t-34.5 7 +q-23 2 -33.5 -13.5t-12.5 -32.5h-46z" /> + <glyph glyph-name="itilde" unicode="ĩ" horiz-adv-x="278" +d="M92 510h94v-510h-94v510zM-29 586q2 16 7.5 35.5t16 36.5t27.5 28.5t43 11.5q19 0 40 -7.5t41 -16t38.5 -15.5t34.5 -7q23 -2 33.5 13.5t12.5 32.5h46q-2 -16 -7.5 -35.5t-16 -36.5t-28 -28.5t-42.5 -11.5q-20 0 -40.5 7.5t-40.5 16t-38.5 15.5t-34.5 7 +q-23 2 -33.5 -13.5t-12.5 -32.5h-46z" /> + <glyph glyph-name="Imacron" unicode="Ī" horiz-adv-x="278" +d="M89 698h100v-698h-100v698zM-9 841h296v-58h-296v58z" /> + <glyph glyph-name="imacron" unicode="ī" horiz-adv-x="278" +d="M92 510h94v-510h-94v510zM-8 673h296v-58h-296v58z" /> + <glyph glyph-name="Iogonek" unicode="Į" horiz-adv-x="278" +d="M189 0q-26 -21 -43 -38t-26.5 -32t-13 -28t-3.5 -26q0 -24 9.5 -35t23.5 -11q33 0 56 29l31 -8q-22 -32 -48 -46.5t-66 -14.5q-9 0 -23 1.5t-27 9t-22.5 24t-9.5 47.5q0 7 3.5 19.5t15.5 29.5t34.5 37t60.5 42h-52v698h100v-698z" /> + <glyph glyph-name="iogonek" unicode="į" horiz-adv-x="278" +d="M186 0q-26 -21 -43 -38t-26.5 -32t-13 -28t-3.5 -26q0 -24 9.5 -35t23.5 -11q33 0 56 29l31 -8q-22 -32 -48 -46.5t-66 -14.5q-9 0 -23 1.5t-27 9t-22.5 24t-9.5 47.5q0 7 3.5 19.5t15.5 29.5t34.5 37t60.5 42h-46v510h94v-510zM192 624h-106v106h106v-106z" /> + <glyph glyph-name="Idotaccent" unicode="İ" horiz-adv-x="278" +d="M89 698h100v-698h-100v698zM92 856h94v-100h-94v100z" /> + <glyph glyph-name="dotlessi" unicode="ı" horiz-adv-x="278" +d="M92 510h94v-510h-94v510z" /> + <glyph glyph-name="Jcircumflex" unicode="Ĵ" horiz-adv-x="389" +d="M21 86q17 -6 33 -8t30 -2q34 0 56 9.5t35 27t18 42.5t5 57v486h100v-518q0 -37 -9.5 -71.5t-32 -61.5t-60 -43t-94.5 -16q-50 0 -81 12v86zM196 893h91l100 -144h-80l-66 98l-65 -98h-79z" /> + <glyph glyph-name="jcircumflex" unicode="ĵ" horiz-adv-x="278" +d="M-13 -137q9 -2 16.5 -2.5t21.5 -0.5q33 0 50 29t17 79v542h94v-528q0 -28 -2.5 -63t-16.5 -66.5t-43 -53t-82 -21.5q-15 0 -31.5 1t-26.5 3zM89 725h91l100 -144h-80l-66 98l-65 -98h-79z" /> + <glyph glyph-name="Kcommaaccent" unicode="Ķ" horiz-adv-x="667" +d="M94 698h100v-307l298 307h133l-328 -330l354 -368h-146l-311 342v-342h-100v698zM309 -78h95l-55 -144h-75z" /> + <glyph glyph-name="kcommaaccent" unicode="ķ" +d="M80 750h94v-447l205 207h128l-237 -226l267 -284h-135l-228 262v-262h-94v750zM254 -78h95l-55 -144h-75z" /> + <glyph glyph-name="Lacute" unicode="Ĺ" horiz-adv-x="500" +d="M88 698h100v-610h292v-88h-392v698zM191 893h109l-131 -144h-67z" /> + <glyph glyph-name="lacute" unicode="ĺ" horiz-adv-x="278" +d="M92 750h94v-750h-94v750zM171 933h109l-131 -144h-67z" /> + <glyph glyph-name="Lcommaaccent" unicode="Ļ" horiz-adv-x="500" +d="M88 698h100v-610h292v-88h-392v698zM233 -78h95l-55 -144h-75z" /> + <glyph glyph-name="lcommaaccent" unicode="ļ" horiz-adv-x="278" +d="M92 750h94v-750h-94v750zM90 -78h95l-55 -144h-75z" /> + <glyph glyph-name="Lcaron" unicode="Ľ" horiz-adv-x="500" +d="M88 698h100v-610h292v-88h-392v698zM293 725h92l-47 -193h-66z" /> + <glyph glyph-name="lcaron" unicode="ľ" horiz-adv-x="309" +d="M92 750h94v-750h-94v750zM267 725h92l-47 -193h-66z" /> + <glyph glyph-name="Ldot" unicode="Ŀ" horiz-adv-x="500" +d="M88 698h100v-610h292v-88h-392v698zM287 412h94v-100h-94v100z" /> + <glyph glyph-name="ldot" unicode="ŀ" horiz-adv-x="396" +d="M92 750h94v-750h-94v750zM274 412h94v-100h-94v100z" /> + <glyph glyph-name="Lslash" unicode="Ł" horiz-adv-x="500" +d="M88 236l-64 -38v72l64 38v390h100v-332l196 115v-72l-196 -115v-206h292v-88h-392v236z" /> + <glyph glyph-name="lslash" unicode="ł" horiz-adv-x="278" +d="M92 340l-64 -51v71l64 51v339h94v-265l64 51v-71l-64 -51v-414h-94v340z" /> + <glyph glyph-name="Nacute" unicode="Ń" horiz-adv-x="722" +d="M88 698h136l308 -562h2v562h100v-698h-128l-316 574h-2v-574h-100v698zM414 893h109l-131 -144h-67z" /> + <glyph glyph-name="nacute" unicode="ń" horiz-adv-x="611" +d="M80 510h91v-81h2q21 44 67 68.5t100 24.5q99 0 145 -58t46 -161v-303h-94v264q0 90 -23 134t-85 48q-40 0 -69.5 -15.5t-48.5 -43t-28 -66.5t-9 -85v-236h-94v510zM347 725h109l-131 -144h-67z" /> + <glyph glyph-name="Ncommaaccent" unicode="Ņ" horiz-adv-x="722" +d="M88 698h136l308 -562h2v562h100v-698h-128l-316 574h-2v-574h-100v698zM336 -78h95l-55 -144h-75z" /> + <glyph glyph-name="ncommaaccent" unicode="ņ" horiz-adv-x="611" +d="M80 510h91v-81h2q21 44 67 68.5t100 24.5q99 0 145 -58t46 -161v-303h-94v264q0 90 -23 134t-85 48q-40 0 -69.5 -15.5t-48.5 -43t-28 -66.5t-9 -85v-236h-94v510zM265 -78h95l-55 -144h-75z" /> + <glyph glyph-name="Ncaron" unicode="Ň" horiz-adv-x="722" +d="M88 698h136l308 -562h2v562h100v-698h-128l-316 574h-2v-574h-100v698zM418 749h-91l-100 144h80l66 -98l65 98h79z" /> + <glyph glyph-name="ncaron" unicode="ň" horiz-adv-x="611" +d="M80 510h91v-81h2q21 44 67 68.5t100 24.5q99 0 145 -58t46 -161v-303h-94v264q0 90 -23 134t-85 48q-40 0 -69.5 -15.5t-48.5 -43t-28 -66.5t-9 -85v-236h-94v510zM357 581h-91l-100 144h80l66 -98l65 98h79z" /> + <glyph glyph-name="Omacron" unicode="Ō" horiz-adv-x="778" +d="M53 349q0 78 22.5 144t66 114t105.5 75.5t142 27.5q79 0 141.5 -27.5t106 -75.5t66 -114t22.5 -144q0 -80 -22.5 -146t-65.5 -114t-105.5 -74.5t-142.5 -26.5t-142.5 26.5t-105.5 74.5t-65.5 114t-22.5 146zM159 349q0 -52 13.5 -101t41.5 -87.5t71.5 -61.5t103.5 -23 +t103.5 23t71.5 61.5t41.5 87.5t13.5 101q0 53 -14.5 102.5t-43 87.5t-71.5 60.5t-101 22.5t-101 -22.5t-71.5 -60.5t-43 -87.5t-14.5 -102.5zM245 841h296v-58h-296v58z" /> + <glyph glyph-name="omacron" unicode="ō" horiz-adv-x="611" +d="M146 255q0 -34 9.5 -68t29 -61.5t49.5 -44.5t72 -17q41 0 71 17t49.5 44.5t29 61.5t9.5 68q0 36 -11 70.5t-31 61.5t-50 43t-67 16q-38 0 -67.5 -16t-50 -43t-31.5 -61.5t-11 -70.5zM46 255q0 58 18.5 107t53 84.5t82 55.5t106.5 20q58 0 106 -20t82 -55.5t52.5 -84.5 +t18.5 -107q0 -55 -19 -103.5t-53 -85t-82 -57.5t-105 -21q-58 0 -105.5 21t-82 57.5t-53.5 85t-19 103.5zM158 673h296v-58h-296v58z" /> + <glyph glyph-name="Obreve" unicode="Ŏ" horiz-adv-x="778" +d="M53 349q0 78 22.5 144t66 114t105.5 75.5t142 27.5q79 0 141.5 -27.5t106 -75.5t66 -114t22.5 -144q0 -80 -22.5 -146t-65.5 -114t-105.5 -74.5t-142.5 -26.5t-142.5 26.5t-105.5 74.5t-65.5 114t-22.5 146zM159 349q0 -52 13.5 -101t41.5 -87.5t71.5 -61.5t103.5 -23 +t103.5 23t71.5 61.5t41.5 87.5t13.5 101q0 53 -14.5 102.5t-43 87.5t-71.5 60.5t-101 22.5t-101 -22.5t-71.5 -60.5t-43 -87.5t-14.5 -102.5zM284 890q8 -42 36 -60t69 -18t69 18t36 60h49q-7 -65 -47.5 -100.5t-106.5 -35.5t-106.5 35.5t-47.5 100.5h49z" /> + <glyph glyph-name="obreve" unicode="ŏ" horiz-adv-x="611" +d="M146 255q0 -34 9.5 -68t29 -61.5t49.5 -44.5t72 -17q41 0 71 17t49.5 44.5t29 61.5t9.5 68q0 36 -11 70.5t-31 61.5t-50 43t-67 16q-38 0 -67.5 -16t-50 -43t-31.5 -61.5t-11 -70.5zM46 255q0 58 18.5 107t53 84.5t82 55.5t106.5 20q58 0 106 -20t82 -55.5t52.5 -84.5 +t18.5 -107q0 -55 -19 -103.5t-53 -85t-82 -57.5t-105 -21q-58 0 -105.5 21t-82 57.5t-53.5 85t-19 103.5zM202 722q8 -42 36 -60t69 -18t69 18t36 60h49q-7 -65 -47.5 -100.5t-106.5 -35.5t-106.5 35.5t-47.5 100.5h49z" /> + <glyph glyph-name="Ohungarumlaut" unicode="Ő" horiz-adv-x="778" +d="M53 349q0 78 22.5 144t66 114t105.5 75.5t142 27.5q79 0 141.5 -27.5t106 -75.5t66 -114t22.5 -144q0 -80 -22.5 -146t-65.5 -114t-105.5 -74.5t-142.5 -26.5t-142.5 26.5t-105.5 74.5t-65.5 114t-22.5 146zM159 349q0 -52 13.5 -101t41.5 -87.5t71.5 -61.5t103.5 -23 +t103.5 23t71.5 61.5t41.5 87.5t13.5 101q0 53 -14.5 102.5t-43 87.5t-71.5 60.5t-101 22.5t-101 -22.5t-71.5 -60.5t-43 -87.5t-14.5 -102.5zM515 893h109l-131 -144h-67zM334 893h109l-131 -144h-67z" /> + <glyph glyph-name="ohungarumlaut" unicode="ő" horiz-adv-x="611" +d="M146 255q0 -34 9.5 -68t29 -61.5t49.5 -44.5t72 -17q41 0 71 17t49.5 44.5t29 61.5t9.5 68q0 36 -11 70.5t-31 61.5t-50 43t-67 16q-38 0 -67.5 -16t-50 -43t-31.5 -61.5t-11 -70.5zM46 255q0 58 18.5 107t53 84.5t82 55.5t106.5 20q58 0 106 -20t82 -55.5t52.5 -84.5 +t18.5 -107q0 -55 -19 -103.5t-53 -85t-82 -57.5t-105 -21q-58 0 -105.5 21t-82 57.5t-53.5 85t-19 103.5zM442 725h109l-131 -144h-67zM261 725h109l-131 -144h-67z" /> + <glyph glyph-name="Racute" unicode="Ŕ" horiz-adv-x="611" +d="M183 398h85q72 0 111.5 29t39.5 80q0 48 -35.5 75.5t-104.5 27.5h-96v-212zM83 698h171q52 0 100.5 -6t86.5 -26t61 -57t23 -100q0 -32 -11 -59t-30.5 -47.5t-46 -34t-56.5 -18.5v-2q23 -9 37 -23.5t31 -46.5l132 -278h-114l-107 242q-12 25 -24 39t-26 20.5t-30.5 7.5 +t-36.5 1h-60v-310h-100v698zM320 893h109l-131 -144h-67z" /> + <glyph glyph-name="racute" unicode="ŕ" horiz-adv-x="389" +d="M80 510h88v-79h2q19 40 55.5 65.5t77.5 25.5q21 0 34 -2t28 -5v-84q-13 5 -26.5 7t-25.5 2q-63 0 -101 -56t-38 -152v-232h-94v510zM267 725h109l-131 -144h-67z" /> + <glyph glyph-name="Rcommaaccent" unicode="Ŗ" horiz-adv-x="611" +d="M183 398h85q72 0 111.5 29t39.5 80q0 48 -35.5 75.5t-104.5 27.5h-96v-212zM83 698h171q52 0 100.5 -6t86.5 -26t61 -57t23 -100q0 -32 -11 -59t-30.5 -47.5t-46 -34t-56.5 -18.5v-2q23 -9 37 -23.5t31 -46.5l132 -278h-114l-107 242q-12 25 -24 39t-26 20.5t-30.5 7.5 +t-36.5 1h-60v-310h-100v698zM261 -78h95l-55 -144h-75z" /> + <glyph glyph-name="rcommaaccent" unicode="ŗ" horiz-adv-x="389" +d="M80 510h88v-79h2q19 40 55.5 65.5t77.5 25.5q21 0 34 -2t28 -5v-84q-13 5 -26.5 7t-25.5 2q-63 0 -101 -56t-38 -152v-232h-94v510zM80 -78h95l-55 -144h-75z" /> + <glyph glyph-name="Rcaron" unicode="Ř" horiz-adv-x="611" +d="M183 398h85q72 0 111.5 29t39.5 80q0 48 -35.5 75.5t-104.5 27.5h-96v-212zM83 698h171q52 0 100.5 -6t86.5 -26t61 -57t23 -100q0 -32 -11 -59t-30.5 -47.5t-46 -34t-56.5 -18.5v-2q23 -9 37 -23.5t31 -46.5l132 -278h-114l-107 242q-12 25 -24 39t-26 20.5t-30.5 7.5 +t-36.5 1h-60v-310h-100v698zM328 749h-91l-100 144h80l66 -98l65 98h79z" /> + <glyph glyph-name="rcaron" unicode="ř" horiz-adv-x="389" +d="M80 510h88v-79h2q19 40 55.5 65.5t77.5 25.5q21 0 34 -2t28 -5v-84q-13 5 -26.5 7t-25.5 2q-63 0 -101 -56t-38 -152v-232h-94v510zM276 581h-91l-100 144h80l66 -98l65 98h79z" /> + <glyph glyph-name="Sacute" unicode="Ś" horiz-adv-x="500" +d="M406 593q-19 7 -34.5 12.5t-30.5 9.5t-31 5.5t-35 1.5q-21 0 -42.5 -4.5t-39.5 -15t-29 -28.5t-11 -45q0 -34 22 -55.5t55.5 -39.5t72.5 -35.5t72.5 -43.5t55.5 -64t22 -95q0 -56 -20 -95.5t-55 -64.5t-81.5 -36.5t-98.5 -11.5q-37 0 -72.5 9t-70.5 20l10 93 +q13 -5 30 -11t36 -11t39.5 -8.5t39.5 -3.5q21 0 45.5 6.5t44.5 20t33.5 35t13.5 52.5q0 39 -22 63.5t-55.5 43t-72.5 35.5t-72.5 40.5t-55.5 58.5t-22 89q0 46 17.5 81.5t47.5 59.5t71 36.5t88 12.5q35 0 74 -6t75 -19zM299 893h109l-131 -144h-67z" /> + <glyph glyph-name="sacute" unicode="ś" horiz-adv-x="389" +d="M42 100q14 -9 30 -16t32 -11.5t30.5 -6.5t24.5 -2q16 0 33 3.5t31 12t23 22.5t9 35q0 23 -16.5 39t-41 29.5t-53 26.5t-53 31t-41 42t-16.5 60q0 40 14 69.5t38 49t57 29t71 9.5q33 0 61 -6t56 -14l-8 -82q-8 5 -21.5 9.5t-28 8.5t-28 6t-21.5 2q-36 0 -63 -15t-27 -47 +q0 -26 16.5 -42.5t41 -29t53 -25t53 -30t41 -43.5t16.5 -67t-15 -71t-40 -49.5t-57 -29t-66 -9.5q-36 0 -72 5.5t-68 22.5zM238 725h109l-131 -144h-67z" /> + <glyph glyph-name="Scircumflex" unicode="Ŝ" horiz-adv-x="500" +d="M406 593q-19 7 -34.5 12.5t-30.5 9.5t-31 5.5t-35 1.5q-21 0 -42.5 -4.5t-39.5 -15t-29 -28.5t-11 -45q0 -34 22 -55.5t55.5 -39.5t72.5 -35.5t72.5 -43.5t55.5 -64t22 -95q0 -56 -20 -95.5t-55 -64.5t-81.5 -36.5t-98.5 -11.5q-37 0 -72.5 9t-70.5 20l10 93 +q13 -5 30 -11t36 -11t39.5 -8.5t39.5 -3.5q21 0 45.5 6.5t44.5 20t33.5 35t13.5 52.5q0 39 -22 63.5t-55.5 43t-72.5 35.5t-72.5 40.5t-55.5 58.5t-22 89q0 46 17.5 81.5t47.5 59.5t71 36.5t88 12.5q35 0 74 -6t75 -19zM214 893h91l100 -144h-80l-66 98l-65 -98h-79z" /> + <glyph glyph-name="scircumflex" unicode="ŝ" horiz-adv-x="389" +d="M42 100q14 -9 30 -16t32 -11.5t30.5 -6.5t24.5 -2q16 0 33 3.5t31 12t23 22.5t9 35q0 23 -16.5 39t-41 29.5t-53 26.5t-53 31t-41 42t-16.5 60q0 40 14 69.5t38 49t57 29t71 9.5q33 0 61 -6t56 -14l-8 -82q-8 5 -21.5 9.5t-28 8.5t-28 6t-21.5 2q-36 0 -63 -15t-27 -47 +q0 -26 16.5 -42.5t41 -29t53 -25t53 -30t41 -43.5t16.5 -67t-15 -71t-40 -49.5t-57 -29t-66 -9.5q-36 0 -72 5.5t-68 22.5zM153 725h91l100 -144h-80l-66 98l-65 -98h-79z" /> + <glyph glyph-name="Scedilla" unicode="Ş" horiz-adv-x="500" +d="M406 593q-19 7 -34.5 12.5t-30.5 9.5t-31 5.5t-35 1.5q-21 0 -42.5 -4.5t-39.5 -15t-29 -28.5t-11 -45q0 -34 22 -55.5t55.5 -39.5t72.5 -35.5t72.5 -43.5t55.5 -64t22 -95q0 -56 -20 -95.5t-55 -64.5t-82 -36q-18 -5 -37 -8l-39 -51l2 -2q8 2 14.5 3t13.5 1q14 0 30 -4 +t29 -13t20.5 -23.5t7.5 -32.5q0 -23 -11.5 -39t-31.5 -26t-39.5 -12.5t-38.5 -2.5q-52 0 -97 22l16 36q16 -8 36 -13t38 -5q24 0 38 9t14 29q0 15 -13 25t-33 10t-42 -10l-18 22l54 73h-11q-37 0 -72.5 9t-70.5 20l10 93q13 -5 30 -11t36 -11t39.5 -8.5t39.5 -3.5 +q21 0 45.5 6.5t44.5 20t33.5 35t13.5 52.5q0 39 -22 63.5t-55.5 43t-72.5 35.5t-72.5 40.5t-55.5 58.5t-22 89q0 46 17.5 81.5t47.5 59.5t71 36.5t88 12.5q35 0 74 -6t75 -19z" /> + <glyph glyph-name="scedilla" unicode="ş" horiz-adv-x="389" +d="M42 100q14 -9 30 -16t32 -11.5t30.5 -6.5t24.5 -2q16 0 33 3.5t31 12t23 22.5t9 35q0 23 -16.5 39t-41 29.5t-53 26.5t-53 31t-41 42t-16.5 60q0 40 14 69.5t38 49t57 29t71 9.5q33 0 61 -6t56 -14l-8 -82q-8 5 -21.5 9.5t-28 8.5t-28 6t-21.5 2q-36 0 -63 -15t-27 -47 +q0 -26 16.5 -42.5t41 -29t53 -25t53 -30t41 -43.5t16.5 -67t-15 -71t-40 -49.5t-57 -28.5q-17 -5 -35 -8l-37 -49l2 -2q8 2 14.5 3t13.5 1q14 0 30 -4t29 -13t20.5 -23.5t7.5 -32.5q0 -23 -11.5 -39t-31.5 -26t-39.5 -12.5t-38.5 -2.5q-52 0 -97 22l16 36q16 -8 36 -13 +t38 -5q24 0 38 9t14 29q0 15 -13 25t-33 10t-42 -10l-18 22l54 73q-28 2 -55 6q-36 5 -68 22z" /> + <glyph glyph-name="Tcommaaccent" unicode="Ţ" +d="M228 610h-217v88h534v-88h-217v-610h-100v610zM229 -78h95l-55 -144h-75z" /> + <glyph glyph-name="tcommaaccent" unicode="ţ" horiz-adv-x="389" +d="M351 434h-135v-279q0 -45 23.5 -68t55.5 -23q22 0 37.5 5.5t26.5 12.5v-80q-16 -5 -36.5 -9.5t-43.5 -4.5q-73 0 -115 35.5t-42 112.5v298h-115v76h115v118l94 30v-148h135v-76zM169 -78h95l-55 -144h-75z" /> + <glyph glyph-name="Tcaron" unicode="Ť" +d="M228 610h-217v88h534v-88h-217v-610h-100v610zM325 749h-91l-100 144h80l66 -98l65 98h79z" /> + <glyph glyph-name="tcaron" unicode="ť" horiz-adv-x="395" +d="M304 725h92l-45 -173h-66zM351 434h-135v-279q0 -45 23.5 -68t55.5 -23q22 0 37.5 5.5t26.5 12.5v-80q-16 -5 -36.5 -9.5t-43.5 -4.5q-73 0 -115 35.5t-42 112.5v298h-115v76h115v118l94 30v-148h135v-76z" /> + <glyph glyph-name="Tbar" unicode="Ŧ" +d="M228 610h-217v88h534v-88h-217v-150h172v-68h-172v-392h-100v392h-172v68h172v150z" /> + <glyph glyph-name="tbar" unicode="ŧ" horiz-adv-x="389" +d="M351 434h-135v-98h114v-63h-114v-118q0 -45 23.5 -68t55.5 -23q22 0 37.5 5.5t26.5 12.5v-80q-16 -5 -36.5 -9.5t-43.5 -4.5q-73 0 -115 35.5t-42 112.5v137h-98v63h98v98h-115v76h115v118l94 30v-148h135v-76z" /> + <glyph glyph-name="Utilde" unicode="Ũ" horiz-adv-x="722" +d="M632 289q0 -148 -70.5 -224.5t-200.5 -76.5t-200.5 76.5t-70.5 224.5v409h100v-396q0 -50 8.5 -91.5t28.5 -71.5t53 -46.5t81 -16.5t81 16.5t53 46.5t28.5 71.5t8.5 91.5v396h100v-409zM201 754q2 16 7.5 35.5t16 36.5t27.5 28.5t43 11.5q19 0 40 -7.5t41 -16t38.5 -15.5 +t34.5 -7q23 -2 33.5 13.5t12.5 32.5h46q-2 -16 -7.5 -35.5t-16 -36.5t-28 -28.5t-42.5 -11.5q-20 0 -40.5 7.5t-40.5 16t-38.5 15.5t-34.5 7q-23 2 -33.5 -13.5t-12.5 -32.5h-46z" /> + <glyph glyph-name="utilde" unicode="ũ" horiz-adv-x="611" +d="M531 0h-91v81h-2q-21 -44 -67 -68.5t-100 -24.5q-99 0 -145 58t-46 161v303h94v-264q0 -90 23 -134t85 -48q40 0 69.5 15.5t48.5 43t28 66t9 85.5v236h94v-510zM138 586q2 16 7.5 35.5t16 36.5t27.5 28.5t43 11.5q19 0 40 -7.5t41 -16t38.5 -15.5t34.5 -7 +q23 -2 33.5 13.5t12.5 32.5h46q-2 -16 -7.5 -35.5t-16 -36.5t-28 -28.5t-42.5 -11.5q-20 0 -40.5 7.5t-40.5 16t-38.5 15.5t-34.5 7q-23 2 -33.5 -13.5t-12.5 -32.5h-46z" /> + <glyph glyph-name="Umacron" unicode="Ū" horiz-adv-x="722" +d="M632 289q0 -148 -70.5 -224.5t-200.5 -76.5t-200.5 76.5t-70.5 224.5v409h100v-396q0 -50 8.5 -91.5t28.5 -71.5t53 -46.5t81 -16.5t81 16.5t53 46.5t28.5 71.5t8.5 91.5v396h100v-409zM214 841h296v-58h-296v58z" /> + <glyph glyph-name="umacron" unicode="ū" horiz-adv-x="611" +d="M531 0h-91v81h-2q-21 -44 -67 -68.5t-100 -24.5q-99 0 -145 58t-46 161v303h94v-264q0 -90 23 -134t85 -48q40 0 69.5 15.5t48.5 43t28 66t9 85.5v236h94v-510zM156 673h296v-58h-296v58z" /> + <glyph glyph-name="Ubreve" unicode="Ŭ" horiz-adv-x="722" +d="M632 289q0 -148 -70.5 -224.5t-200.5 -76.5t-200.5 76.5t-70.5 224.5v409h100v-396q0 -50 8.5 -91.5t28.5 -71.5t53 -46.5t81 -16.5t81 16.5t53 46.5t28.5 71.5t8.5 91.5v396h100v-409zM261 890q8 -42 36 -60t69 -18t69 18t36 60h49q-7 -65 -47.5 -100.5t-106.5 -35.5 +t-106.5 35.5t-47.5 100.5h49z" /> + <glyph glyph-name="ubreve" unicode="ŭ" horiz-adv-x="611" +d="M531 0h-91v81h-2q-21 -44 -67 -68.5t-100 -24.5q-99 0 -145 58t-46 161v303h94v-264q0 -90 23 -134t85 -48q40 0 69.5 15.5t48.5 43t28 66t9 85.5v236h94v-510zM202 722q8 -42 36 -60t69 -18t69 18t36 60h49q-7 -65 -47.5 -100.5t-106.5 -35.5t-106.5 35.5t-47.5 100.5 +h49z" /> + <glyph glyph-name="Uring" unicode="Ů" horiz-adv-x="722" +d="M632 289q0 -148 -70.5 -224.5t-200.5 -76.5t-200.5 76.5t-70.5 224.5v409h100v-396q0 -50 8.5 -91.5t28.5 -71.5t53 -46.5t81 -16.5t81 16.5t53 46.5t28.5 71.5t8.5 91.5v396h100v-409zM368 893q-25 0 -43.5 -18.5t-18.5 -43.5t18.5 -43.5t43.5 -18.5q24 0 43 19t19 43 +q0 25 -18.5 43.5t-43.5 18.5zM368 933q21 0 39.5 -8t32.5 -22t22 -32.5t8 -39.5t-8 -39.5t-22 -32.5t-32.5 -22t-39.5 -8t-39.5 8t-32.5 22t-22 32.5t-8 39.5t8 39.5t22 32.5t32.5 22t39.5 8z" /> + <glyph glyph-name="uring" unicode="ů" horiz-adv-x="611" +d="M531 0h-91v81h-2q-21 -44 -67 -68.5t-100 -24.5q-99 0 -145 58t-46 161v303h94v-264q0 -90 23 -134t85 -48q40 0 69.5 15.5t48.5 43t28 66t9 85.5v236h94v-510zM303 727q-25 0 -43.5 -18.5t-18.5 -43.5t18.5 -43.5t43.5 -18.5q24 0 43 19t19 43q0 25 -18.5 43.5 +t-43.5 18.5zM303 767q21 0 39.5 -8t32.5 -22t22 -32.5t8 -39.5t-8 -39.5t-22 -32.5t-32.5 -22t-39.5 -8t-39.5 8t-32.5 22t-22 32.5t-8 39.5t8 39.5t22 32.5t32.5 22t39.5 8z" /> + <glyph glyph-name="Uhungarumlaut" unicode="Ű" horiz-adv-x="722" +d="M632 289q0 -148 -70.5 -224.5t-200.5 -76.5t-200.5 76.5t-70.5 224.5v409h100v-396q0 -50 8.5 -91.5t28.5 -71.5t53 -46.5t81 -16.5t81 16.5t53 46.5t28.5 71.5t8.5 91.5v396h100v-409zM491 893h109l-131 -144h-67zM310 893h109l-131 -144h-67z" /> + <glyph glyph-name="uhungarumlaut" unicode="ű" horiz-adv-x="611" +d="M531 0h-91v81h-2q-21 -44 -67 -68.5t-100 -24.5q-99 0 -145 58t-46 161v303h94v-264q0 -90 23 -134t85 -48q40 0 69.5 15.5t48.5 43t28 66t9 85.5v236h94v-510zM436 725h109l-131 -144h-67zM255 725h109l-131 -144h-67z" /> + <glyph glyph-name="Uogonek" unicode="Ų" horiz-adv-x="722" +d="M632 289q0 -148 -71 -225q-52 -57 -138 -71q-20 -17 -34 -31q-17 -17 -26.5 -32t-13 -28t-3.5 -26q0 -24 9.5 -35t23.5 -11q33 0 56 29l31 -8q-22 -32 -48 -46.5t-66 -14.5q-9 0 -23 1.5t-27 9t-22.5 24t-9.5 47.5q0 7 3.5 19.5t15.5 29.5t34 37q17 15 41 30h-3 +q-130 0 -200.5 76.5t-70.5 224.5v409h100v-396q0 -50 8.5 -91.5t28.5 -71.5t53 -46.5t81 -16.5t81 16.5t53 46.5t28.5 71.5t8.5 91.5v396h100v-409z" /> + <glyph glyph-name="uogonek" unicode="ų" horiz-adv-x="611" +d="M505 0q-26 -21 -43 -38t-26.5 -32t-13 -28t-3.5 -26q0 -24 9.5 -35t23.5 -11q33 0 56 29l31 -8q-22 -32 -48 -46.5t-66 -14.5q-9 0 -23 1.5t-27 9t-22.5 24t-9.5 47.5q0 7 3.5 19.5t15.5 29.5t34.5 37t60.5 42h-17v81h-2q-21 -44 -67 -68.5t-100 -24.5q-99 0 -145 58 +t-46 161v303h94v-264q0 -90 23 -134t85 -48q40 0 69.5 15.5t48.5 43t28 66t9 85.5v236h94v-510h-26z" /> + <glyph glyph-name="Wcircumflex" unicode="Ŵ" horiz-adv-x="1000" +d="M2 698h110l167 -598h2l149 598h142l151 -598h2l167 598h106l-215 -698h-129l-152 610h-2l-153 -610h-134zM458 893h91l100 -144h-80l-66 98l-65 -98h-79z" /> + <glyph glyph-name="wcircumflex" unicode="ŵ" horiz-adv-x="833" +d="M657 0h-109l-132 428h-2l-129 -428h-109l-164 510h103l117 -422h2l130 422h111l128 -422h2l124 422h92zM371 725h91l100 -144h-80l-66 98l-65 -98h-79z" /> + <glyph glyph-name="Ycircumflex" unicode="Ŷ" horiz-adv-x="667" +d="M284 292l-273 406h117l208 -313l203 313h117l-272 -406v-292h-100v292zM293 893h91l100 -144h-80l-66 98l-65 -98h-79z" /> + <glyph glyph-name="ycircumflex" unicode="ŷ" horiz-adv-x="500" +d="M42 -138q9 -3 20.5 -5.5t23.5 -2.5q31 0 52.5 18.5t35 41t19 42.5t5.5 24q0 8 -6.5 24.5t-11.5 29.5l-173 476h103l137 -422h2l140 422h95l-188 -521q-13 -37 -28 -74.5t-36.5 -68t-53.5 -49.5t-78 -19q-23 0 -37 2.5t-27 4.5zM208 725h91l100 -144h-80l-66 98l-65 -98 +h-79z" /> + <glyph glyph-name="Zacute" unicode="Ź" +d="M32 90l362 520h-350v88h465v-90l-361 -520h367v-88h-483v90zM322 893h109l-131 -144h-67z" /> + <glyph glyph-name="zacute" unicode="ź" horiz-adv-x="500" +d="M43 82l294 352h-280v76h389v-82l-294 -352h305v-76h-414v82zM299 725h109l-131 -144h-67z" /> + <glyph glyph-name="Zdotaccent" unicode="Ż" +d="M32 90l362 520h-350v88h465v-90l-361 -520h367v-88h-483v90zM241 856h94v-100h-94v100z" /> + <glyph glyph-name="zdotaccent" unicode="ż" horiz-adv-x="500" +d="M43 82l294 352h-280v76h389v-82l-294 -352h305v-76h-414v82zM213 688h94v-100h-94v100z" /> + <glyph glyph-name="Scommaaccent" unicode="Ș" horiz-adv-x="500" +d="M406 593q-19 7 -34.5 12.5t-30.5 9.5t-31 5.5t-35 1.5q-21 0 -42.5 -4.5t-39.5 -15t-29 -28.5t-11 -45q0 -34 22 -55.5t55.5 -39.5t72.5 -35.5t72.5 -43.5t55.5 -64t22 -95q0 -56 -20 -95.5t-55 -64.5t-81.5 -36.5t-98.5 -11.5q-37 0 -72.5 9t-70.5 20l10 93 +q13 -5 30 -11t36 -11t39.5 -8.5t39.5 -3.5q21 0 45.5 6.5t44.5 20t33.5 35t13.5 52.5q0 39 -22 63.5t-55.5 43t-72.5 35.5t-72.5 40.5t-55.5 58.5t-22 89q0 46 17.5 81.5t47.5 59.5t71 36.5t88 12.5q35 0 74 -6t75 -19zM201 -78h95l-55 -144h-75z" /> + <glyph glyph-name="scommaaccent" unicode="ș" horiz-adv-x="389" +d="M42 100q14 -9 30 -16t32 -11.5t30.5 -6.5t24.5 -2q16 0 33 3.5t31 12t23 22.5t9 35q0 23 -16.5 39t-41 29.5t-53 26.5t-53 31t-41 42t-16.5 60q0 40 14 69.5t38 49t57 29t71 9.5q33 0 61 -6t56 -14l-8 -82q-8 5 -21.5 9.5t-28 8.5t-28 6t-21.5 2q-36 0 -63 -15t-27 -47 +q0 -26 16.5 -42.5t41 -29t53 -25t53 -30t41 -43.5t16.5 -67t-15 -71t-40 -49.5t-57 -29t-66 -9.5q-36 0 -72 5.5t-68 22.5zM149 -78h95l-55 -144h-75z" /> + <glyph glyph-name="uni021A" unicode="Ț" +d="M228 610h-217v88h534v-88h-217v-610h-100v610zM229 -78h95l-55 -144h-75z" /> + <glyph glyph-name="uni021B" unicode="ț" horiz-adv-x="389" +d="M351 434h-135v-279q0 -45 23.5 -68t55.5 -23q22 0 37.5 5.5t26.5 12.5v-80q-16 -5 -36.5 -9.5t-43.5 -4.5q-73 0 -115 35.5t-42 112.5v298h-115v76h115v118l94 30v-148h135v-76zM169 -78h95l-55 -144h-75z" /> + <glyph glyph-name="dotlessj" unicode="ȷ" horiz-adv-x="278" +d="M-13 -137q9 -2 16.5 -2.5t21.5 -0.5q33 0 50 29t17 79v542h94v-528q0 -28 -2.5 -63t-16.5 -66.5t-43 -53t-82 -21.5q-15 0 -31.5 1t-26.5 3z" /> + <glyph glyph-name="caron" unicode="ˇ" horiz-adv-x="278" +d="M185 581h-91l-100 144h80l66 -98l65 98h79z" /> + <glyph glyph-name="uni02C9" unicode="ˉ" horiz-adv-x="278" +d="M-9 673h296v-58h-296v58z" /> + <glyph glyph-name="breve" unicode="˘" horiz-adv-x="278" +d="M34 722q8 -42 36 -60t69 -18t69 18t36 60h49q-7 -65 -47.5 -100.5t-106.5 -35.5t-106.5 35.5t-47.5 100.5h49z" /> + <glyph glyph-name="dotaccent" unicode="˙" horiz-adv-x="278" +d="M92 688h94v-100h-94v100z" /> + <glyph glyph-name="ring" unicode="˚" horiz-adv-x="278" +d="M139 727q-25 0 -43.5 -18.5t-18.5 -43.5t18.5 -43.5t43.5 -18.5q24 0 43 19t19 43q0 25 -18.5 43.5t-43.5 18.5zM139 767q21 0 39.5 -8t32.5 -22t22 -32.5t8 -39.5t-8 -39.5t-22 -32.5t-32.5 -22t-39.5 -8t-39.5 8t-32.5 22t-22 32.5t-8 39.5t8 39.5t22 32.5t32.5 22 +t39.5 8z" /> + <glyph glyph-name="ogonek" unicode="˛" horiz-adv-x="278" +d="M230 0q-26 -21 -43 -38t-26.5 -32t-13 -28t-3.5 -26q0 -24 9.5 -35t23.5 -11q33 0 56 29l31 -8q-22 -32 -48 -46.5t-66 -14.5q-9 0 -23 1.5t-27 9t-22.5 24t-9.5 47.5q0 7 3.5 19.5t15.5 29.5t34.5 37t60.5 42h48z" /> + <glyph glyph-name="hungarumlaut" unicode="˝" horiz-adv-x="278" +d="M253 725h109l-131 -144h-67zM72 725h109l-131 -144h-67z" /> + <glyph glyph-name="uni0394" unicode="Δ" horiz-adv-x="674" +d="M333 628l-213 -556h430zM13 0l279 712h83l287 -712h-649z" /> + <glyph glyph-name="uni03A9" unicode="Ω" horiz-adv-x="748" +d="M432 0v183q87 17 131.5 78.5t44.5 148.5q0 52 -18 95.5t-50 75.5t-76 50t-96 18q-51 0 -95.5 -18t-76.5 -50t-50.5 -76t-18.5 -95q0 -42 11.5 -80.5t33.5 -68.5t55 -50.5t77 -27.5v-183h-257v67h193v72q-47 13 -82.5 40t-60.5 63t-37.5 80t-12.5 91q0 67 25.5 124 +t69.5 97.5t102 63.5t124 23t124 -22.5t101.5 -63t69 -97t25.5 -123.5q0 -48 -12.5 -92t-36.5 -80.5t-60 -63.5t-83 -40v-72h192v-67h-256z" /> + <glyph glyph-name="uni03BC" unicode="μ" horiz-adv-x="611" +d="M531 0h-91v81h-2q-21 -44 -67 -68.5t-100 -24.5q-29 0 -53 4.5t-44 15.5v-218h-94v720h94v-264q0 -90 23 -134t85 -48q40 0 69.5 15.5t48.5 43t28 66t9 85.5v236h94v-510z" /> + <glyph glyph-name="pi" unicode="π" horiz-adv-x="570" +d="M547 11q-17 -8 -33 -12.5t-36 -4.5q-30 0 -47.5 9.5t-26 26t-10.5 38.5t-2 46v296h-246v-410h-75v410h-69v69h541v-69h-76v-299q0 -22 6 -37.5t32 -15.5q20 0 42 10v-57v0z" /> + <glyph glyph-name="fraction" unicode="⁄" horiz-adv-x="167" +d="M264 720h72l-433 -742h-72z" /> + <glyph glyph-name="afii61289" unicode="ℓ" horiz-adv-x="500" +d="M415 41q-59 -55 -130 -55q-55 0 -91 31.5t-36 96.5v114l-58 -62h-2l-26 37l86 84v259q0 42 10 74.5t27.5 55t41 34t50.5 11.5q48 0 79 -34t31 -94q0 -74 -43.5 -153t-127.5 -165v-150q0 -26 7 -43t18 -26.5t24 -13.5t26 -4q20 0 42.5 9t45.5 29h2l24 -35v0zM340 588 +q0 38 -15 61.5t-38 23.5t-42 -28t-19 -88v-222q56 65 85 130.5t29 122.5z" /> + <glyph glyph-name="Omega" unicode="Ω" horiz-adv-x="748" +d="M432 0v183q87 17 131.5 78.5t44.5 148.5q0 52 -18 95.5t-50 75.5t-76 50t-96 18q-51 0 -95.5 -18t-76.5 -50t-50.5 -76t-18.5 -95q0 -42 11.5 -80.5t33.5 -68.5t55 -50.5t77 -27.5v-183h-257v67h193v72q-47 13 -82.5 40t-60.5 63t-37.5 80t-12.5 91q0 67 25.5 124 +t69.5 97.5t102 63.5t124 23t124 -22.5t101.5 -63t69 -97t25.5 -123.5q0 -48 -12.5 -92t-36.5 -80.5t-60 -63.5t-83 -40v-72h192v-67h-256z" /> + <glyph glyph-name="estimated" unicode="℮" horiz-adv-x="600" +d="M157 259v-181q59 -59 145 -59q63 0 109 28.5t84 91.5l35 -21q-23 -36 -46.5 -61.5t-51 -42t-59.5 -24t-71 -7.5q-59 0 -106.5 21.5t-81.5 59t-52 87.5t-18 108t18 108.5t52 87.5t81.5 58.5t106.5 21.5q58 0 105.5 -20.5t81.5 -57t53 -87t19 -111.5h-404zM448 295v145 +q-63 60 -147 60t-144 -60v-145h291z" /> + <glyph glyph-name="partialdiff" unicode="∂" horiz-adv-x="511" +d="M389 280q-26 35 -64.5 60t-83.5 25q-33 0 -58.5 -13t-42 -34.5t-25 -49.5t-8.5 -58q0 -29 8 -58t24.5 -52t41.5 -37.5t58 -14.5q42 0 70.5 23.5t46 59t25.5 76t8 73.5zM469 362q0 -38 -3.5 -80.5t-12.5 -84.5t-25.5 -79.5t-42.5 -66.5t-62.5 -46t-85.5 -17 +q-47 0 -85 18.5t-64.5 49t-40.5 71.5t-14 86q0 44 13.5 83t39.5 68t62.5 46t83.5 17t89 -20.5t72 -55.5q0 11 0.5 22.5t0.5 22.5q0 40 -8.5 86t-28.5 85t-53 65t-83 26q-34 0 -61 -13.5t-53 -33.5l-42 50q33 29 70.5 44.5t82.5 15.5q73 0 121.5 -33.5t77.5 -85.5t40.5 -116 +t11.5 -124z" /> + <glyph glyph-name="Delta" unicode="∆" horiz-adv-x="674" +d="M333 628l-213 -556h430zM13 0l279 712h83l287 -712h-649z" /> + <glyph glyph-name="product" unicode="∏" horiz-adv-x="719" +d="M572 -214v928h-426v-928h-78v1000h582v-1000h-78z" /> + <glyph glyph-name="summation" unicode="∑" horiz-adv-x="615" +d="M25 -214v64l322 440l-308 432v64h538v-72h-437l301 -424l-319 -432h467v-72h-564z" /> + <glyph glyph-name="minus" unicode="−" horiz-adv-x="600" +d="M47 297h506v-88h-506v88z" /> + <glyph glyph-name="uni2215" unicode="∕" horiz-adv-x="167" +d="M264 720h72l-433 -742h-72z" /> + <glyph glyph-name="uni2219" unicode="∙" horiz-adv-x="278" +d="M80 304q1 24 18.5 41t41.5 17t41.5 -17t16.5 -41q1 -24 -16.5 -42t-41.5 -18t-41.5 18t-18.5 42z" /> + <glyph glyph-name="radical" unicode="√" horiz-adv-x="504" +d="M303 -214h-75l-162 334l-47 -22l-28 60l112 52l151 -317l184 893h76z" /> + <glyph glyph-name="infinity" unicode="∞" horiz-adv-x="759" +d="M337 251q-14 13 -31.5 28.5t-37 29t-40.5 23t-41 9.5q-38 0 -59 -27t-21 -62q0 -38 22 -62t61 -24q20 0 40.5 8t39.5 21t36 27.5t31 28.5zM652 252q0 38 -21 64t-61 26q-21 0 -41 -9t-39 -23t-36 -30t-31 -29q16 -15 32.5 -30t35 -27t39 -20t43.5 -8q38 0 58.5 25 +t20.5 61zM717 255q0 -33 -10 -61.5t-29 -50t-46.5 -33.5t-61.5 -12q-29 0 -55 9.5t-49.5 25.5t-45 35t-40.5 39q-21 -19 -42 -38.5t-44 -35t-49 -25t-56 -9.5q-33 0 -60.5 11.5t-46.5 32t-29.5 48.5t-10.5 61q0 32 10 60.5t28.5 49.5t45.5 33.5t61 12.5q30 0 56.5 -10 +t50.5 -26.5t45 -37t41 -40.5l40.5 40.5t43.5 37.5t49 27.5t56 10.5q34 0 61 -12t46.5 -33t30 -49t10.5 -61z" /> + <glyph glyph-name="integral" unicode="∫" horiz-adv-x="554" +d="M420 730q0 -18 -12.5 -28t-29.5 -10q-12 0 -20 6.5t-14 15t-11 15t-11 6.5q-15 0 -22 -20t-8.5 -45t-0.5 -47.5t1 -28.5l1 -39v-511q0 -35 -1 -79t-12.5 -84t-37.5 -67t-75 -27q-11 0 -23.5 3t-22.5 9.5t-16.5 16t-6.5 23.5t11.5 25t25.5 11q12 0 19.5 -6.5t13 -14.5 +t10 -14.5t9.5 -6.5q13 0 19.5 22t8 49t1 51t-0.5 29v22v495q0 24 -1 54.5t1 62t8 62t20 54t37.5 38t60.5 14.5q13 0 27 -3t25.5 -9.5t19 -17.5t7.5 -26z" /> + <glyph glyph-name="approxequal" unicode="≈" horiz-adv-x="593" +d="M560 234q-3 -28 -11.5 -54t-24 -46.5t-38.5 -32.5t-55 -12t-69 11t-74 24.5t-70.5 25t-58.5 11.5q-32 0 -51.5 -24.5t-23.5 -53.5h-52q4 27 12.5 53.5t24 47.5t38 34t54.5 13q33 0 68.5 -11t71.5 -24.5t70 -24.5t64 -11q34 0 51.5 22t23.5 52h50v0zM561 415 +q-3 -28 -11.5 -54.5t-24.5 -46.5t-39 -32.5t-55 -12.5q-33 0 -69.5 11t-73 24.5t-70 24.5t-58.5 11q-32 0 -51.5 -24t-24.5 -53h-51q3 27 12 53.5t24 47.5t38 34t55 13t68 -11t72 -24.5t70 -24.5t64 -11q34 0 51.5 22.5t23.5 52.5h50v0z" /> + <glyph glyph-name="notequal" unicode="≠" horiz-adv-x="593" +d="M263 114l-76 -146l-62 32l59 114h-141v72h178l67 127h-245v71h283l77 148l62 -32l-61 -116h146v-71h-183l-67 -127h250v-72h-287z" /> + <glyph glyph-name="lessequal" unicode="≤" horiz-adv-x="593" +d="M43 -30v72h507v-72h-507zM43 266v75l507 187v-78l-408 -146l408 -145v-77z" /> + <glyph glyph-name="greaterequal" unicode="≥" horiz-adv-x="593" +d="M43 -30v72h507v-72h-507zM43 82v77l408 145l-408 146v78l507 -187v-75z" /> + <glyph glyph-name="lozenge" unicode="◊" horiz-adv-x="593" +d="M296 671l-131 -315l131 -315l132 315zM332 -35h-72l-171 391l171 391h72l172 -391z" /> + <glyph glyph-name="grave.cap" unicode="" horiz-adv-x="278" +d="M205 749h-67l-131 144h109z" /> + <glyph glyph-name="acute.cap" unicode="" horiz-adv-x="278" +d="M162 893h109l-131 -144h-67z" /> + <glyph glyph-name="circumflex.cap" unicode="" horiz-adv-x="278" +d="M93 893h91l100 -144h-80l-66 98l-65 -98h-79z" /> + <glyph glyph-name="caron.cap" unicode="" horiz-adv-x="278" +d="M185 749h-91l-100 144h80l66 -98l65 98h79z" /> + <glyph glyph-name="tilde.cap" unicode="" horiz-adv-x="278" +d="M-31 754q2 16 7.5 35.5t16 36.5t27.5 28.5t43 11.5q19 0 40 -7.5t41 -16t38.5 -15.5t34.5 -7q23 -2 33.5 13.5t12.5 32.5h46q-2 -16 -7.5 -35.5t-16 -36.5t-28 -28.5t-42.5 -11.5q-20 0 -40.5 7.5t-40.5 16t-38.5 15.5t-34.5 7q-23 2 -33.5 -13.5t-12.5 -32.5h-46z" /> + <glyph glyph-name="dieresis.cap" unicode="" horiz-adv-x="278" +d="M174 856h94v-100h-94v100zM10 856h94v-100h-94v100z" /> + <glyph glyph-name="macron.cap" unicode="" horiz-adv-x="278" +d="M-9 841h296v-58h-296v58z" /> + <glyph glyph-name="breve.cap" unicode="" horiz-adv-x="278" +d="M34 890q8 -42 36 -60t69 -18t69 18t36 60h49q-7 -65 -47.5 -100.5t-106.5 -35.5t-106.5 35.5t-47.5 100.5h49z" /> + <glyph glyph-name="ring.cap" unicode="" horiz-adv-x="278" +d="M139 893q-25 0 -43.5 -18.5t-18.5 -43.5t18.5 -43.5t43.5 -18.5q24 0 43 19t19 43q0 25 -18.5 43.5t-43.5 18.5zM139 933q21 0 39.5 -8t32.5 -22t22 -32.5t8 -39.5t-8 -39.5t-22 -32.5t-32.5 -22t-39.5 -8t-39.5 8t-32.5 22t-22 32.5t-8 39.5t8 39.5t22 32.5t32.5 22 +t39.5 8z" /> + <glyph glyph-name="hungarumlaut.cap" unicode="" horiz-adv-x="278" +d="M253 893h109l-131 -144h-67zM72 893h109l-131 -144h-67z" /> + <glyph glyph-name="dotaccent.cap" unicode="" horiz-adv-x="278" +d="M92 856h94v-100h-94v100z" /> + <glyph glyph-name="caron.alt" unicode="" horiz-adv-x="278" +d="M25 725h92l-47 -193h-66z" /> + <glyph glyph-name="commaaccent" unicode="" horiz-adv-x="278" +d="M114 -78h95l-55 -144h-75z" /> + <glyph glyph-name="commaaccent.alt" unicode="" horiz-adv-x="278" +d="M171 581h-92l55 144h72z" /> + <glyph glyph-name="uniF8FF" unicode="" horiz-adv-x="512" +d="M222 117v67h56v-67h-56zM225 234l-2 17q0 55 13 81t46 59q32 31 41 47.5t9 35.5q0 36 -22.5 60.5t-53.5 24.5t-53.5 -22t-28.5 -73l-50 8q7 71 44 104t91 33q53 0 88.5 -36t35.5 -95q0 -32 -12.5 -58.5t-50.5 -61.5q-37 -33 -43 -52t-6 -72h-46zM462 50v617h-412v-617 +h412zM512 718v-718h-512v718h512z" /> + <hkern u1="A" u2="ŷ" k="25" /> + <hkern u1="A" u2="Ŷ" k="80" /> + <hkern u1="A" u2="ŵ" k="25" /> + <hkern u1="A" u2="Ŵ" k="18" /> + <hkern u1="A" u2="Ť" k="74" /> + <hkern u1="A" u2="Ţ" k="74" /> + <hkern u1="A" u2="ÿ" k="25" /> + <hkern u1="A" u2="ý" k="25" /> + <hkern u1="A" u2="Ý" k="80" /> + <hkern u1="A" u2="Ÿ" k="80" /> + <hkern u1="A" u2="’" k="111" /> + <hkern u1="A" u2="y" k="25" /> + <hkern u1="A" u2="w" k="25" /> + <hkern u1="A" u2="v" k="25" /> + <hkern u1="A" u2="Y" k="80" /> + <hkern u1="A" u2="W" k="18" /> + <hkern u1="A" u2="V" k="37" /> + <hkern u1="A" u2="T" k="74" /> + <hkern u1="F" u2="Ą" k="37" /> + <hkern u1="F" u2="Ă" k="37" /> + <hkern u1="F" u2="Ā" k="37" /> + <hkern u1="F" u2="Å" k="37" /> + <hkern u1="F" u2="Ä" k="37" /> + <hkern u1="F" u2="Ã" k="37" /> + <hkern u1="F" u2="Â" k="37" /> + <hkern u1="F" u2="Á" k="37" /> + <hkern u1="F" u2="À" k="37" /> + <hkern u1="F" u2="A" k="37" /> + <hkern u1="F" u2="." k="129" /> + <hkern u1="F" u2="," k="129" /> + <hkern u1="L" u2="ŷ" k="37" /> + <hkern u1="L" u2="Ŷ" k="92" /> + <hkern u1="L" u2="Ŵ" k="37" /> + <hkern u1="L" u2="Ť" k="55" /> + <hkern u1="L" u2="Ţ" k="55" /> + <hkern u1="L" u2="ÿ" k="37" /> + <hkern u1="L" u2="ý" k="37" /> + <hkern u1="L" u2="Ý" k="92" /> + <hkern u1="L" u2="Ÿ" k="92" /> + <hkern u1="L" u2="’" k="92" /> + <hkern u1="L" u2="y" k="37" /> + <hkern u1="L" u2="Y" k="92" /> + <hkern u1="L" u2="W" k="37" /> + <hkern u1="L" u2="V" k="74" /> + <hkern u1="L" u2="T" k="55" /> + <hkern u1="P" u2="Ą" k="37" /> + <hkern u1="P" u2="Ă" k="37" /> + <hkern u1="P" u2="Ā" k="37" /> + <hkern u1="P" u2="Å" k="37" /> + <hkern u1="P" u2="Ä" k="37" /> + <hkern u1="P" u2="Ã" k="37" /> + <hkern u1="P" u2="Â" k="37" /> + <hkern u1="P" u2="Á" k="37" /> + <hkern u1="P" u2="À" k="37" /> + <hkern u1="P" u2="A" k="37" /> + <hkern u1="P" u2="." k="129" /> + <hkern u1="P" u2="," k="129" /> + <hkern u1="R" u2="Ŷ" k="18" /> + <hkern u1="R" u2="Ť" k="18" /> + <hkern u1="R" u2="Ţ" k="18" /> + <hkern u1="R" u2="Ý" k="18" /> + <hkern u1="R" u2="Ÿ" k="18" /> + <hkern u1="R" u2="Y" k="18" /> + <hkern u1="R" u2="V" k="18" /> + <hkern u1="R" u2="T" k="18" /> + <hkern u1="T" u2="ș" k="74" /> + <hkern u1="T" u2="ŷ" k="74" /> + <hkern u1="T" u2="ŵ" k="74" /> + <hkern u1="T" u2="ų" k="74" /> + <hkern u1="T" u2="ű" k="74" /> + <hkern u1="T" u2="ů" k="74" /> + <hkern u1="T" u2="ŭ" k="74" /> + <hkern u1="T" u2="ū" k="74" /> + <hkern u1="T" u2="ũ" k="74" /> + <hkern u1="T" u2="ş" k="74" /> + <hkern u1="T" u2="ŝ" k="74" /> + <hkern u1="T" u2="ś" k="74" /> + <hkern u1="T" u2="ř" k="74" /> + <hkern u1="T" u2="ŗ" k="74" /> + <hkern u1="T" u2="ŕ" k="74" /> + <hkern u1="T" u2="ő" k="74" /> + <hkern u1="T" u2="ŏ" k="74" /> + <hkern u1="T" u2="ō" k="74" /> + <hkern u1="T" g2="ij" k="37" /> + <hkern u1="T" u2="į" k="37" /> + <hkern u1="T" u2="ě" k="74" /> + <hkern u1="T" u2="ę" k="74" /> + <hkern u1="T" u2="ė" k="74" /> + <hkern u1="T" u2="ĕ" k="74" /> + <hkern u1="T" u2="ē" k="74" /> + <hkern u1="T" u2="č" k="74" /> + <hkern u1="T" u2="ċ" k="74" /> + <hkern u1="T" u2="ĉ" k="74" /> + <hkern u1="T" u2="ć" k="74" /> + <hkern u1="T" u2="ą" k="74" /> + <hkern u1="T" u2="Ą" k="55" /> + <hkern u1="T" u2="ă" k="74" /> + <hkern u1="T" u2="Ă" k="55" /> + <hkern u1="T" u2="ā" k="74" /> + <hkern u1="T" u2="Ā" k="55" /> + <hkern u1="T" u2="ÿ" k="74" /> + <hkern u1="T" u2="ý" k="74" /> + <hkern u1="T" u2="ü" k="74" /> + <hkern u1="T" u2="û" k="74" /> + <hkern u1="T" u2="ú" k="74" /> + <hkern u1="T" u2="ù" k="74" /> + <hkern u1="T" u2="ö" k="74" /> + <hkern u1="T" u2="õ" k="74" /> + <hkern u1="T" u2="ô" k="74" /> + <hkern u1="T" u2="ó" k="74" /> + <hkern u1="T" u2="ò" k="74" /> + <hkern u1="T" u2="ë" k="74" /> + <hkern u1="T" u2="ê" k="74" /> + <hkern u1="T" u2="é" k="74" /> + <hkern u1="T" u2="è" k="74" /> + <hkern u1="T" u2="ç" k="74" /> + <hkern u1="T" u2="å" k="74" /> + <hkern u1="T" u2="ä" k="74" /> + <hkern u1="T" u2="ã" k="74" /> + <hkern u1="T" u2="â" k="74" /> + <hkern u1="T" u2="á" k="74" /> + <hkern u1="T" u2="à" k="74" /> + <hkern u1="T" u2="Å" k="55" /> + <hkern u1="T" u2="Ä" k="55" /> + <hkern u1="T" u2="Ã" k="55" /> + <hkern u1="T" u2="Â" k="55" /> + <hkern u1="T" u2="Á" k="55" /> + <hkern u1="T" u2="À" k="55" /> + <hkern u1="T" u2="š" k="74" /> + <hkern u1="T" u2="y" k="74" /> + <hkern u1="T" u2="w" k="74" /> + <hkern u1="T" u2="u" k="74" /> + <hkern u1="T" u2="s" k="74" /> + <hkern u1="T" u2="r" k="74" /> + <hkern u1="T" u2="o" k="74" /> + <hkern u1="T" u2="i" k="37" /> + <hkern u1="T" u2="e" k="74" /> + <hkern u1="T" u2="c" k="74" /> + <hkern u1="T" u2="a" k="74" /> + <hkern u1="T" u2="A" k="55" /> + <hkern u1="T" u2=";" k="92" /> + <hkern u1="T" u2=":" k="92" /> + <hkern u1="T" u2="." k="92" /> + <hkern u1="T" u2="-" k="74" /> + <hkern u1="T" u2="," k="92" /> + <hkern u1="V" u2="ŷ" k="12" /> + <hkern u1="V" u2="ų" k="30" /> + <hkern u1="V" u2="ű" k="30" /> + <hkern u1="V" u2="ů" k="30" /> + <hkern u1="V" u2="ŭ" k="30" /> + <hkern u1="V" u2="ū" k="30" /> + <hkern u1="V" u2="ũ" k="30" /> + <hkern u1="V" u2="ř" k="30" /> + <hkern u1="V" u2="ŗ" k="30" /> + <hkern u1="V" u2="ŕ" k="30" /> + <hkern u1="V" u2="ő" k="49" /> + <hkern u1="V" u2="ŏ" k="49" /> + <hkern u1="V" u2="ō" k="49" /> + <hkern u1="V" g2="ij" k="18" /> + <hkern u1="V" u2="į" k="18" /> + <hkern u1="V" u2="ě" k="37" /> + <hkern u1="V" u2="ę" k="37" /> + <hkern u1="V" u2="ė" k="37" /> + <hkern u1="V" u2="ĕ" k="37" /> + <hkern u1="V" u2="ē" k="37" /> + <hkern u1="V" u2="ą" k="49" /> + <hkern u1="V" u2="Ą" k="37" /> + <hkern u1="V" u2="ă" k="49" /> + <hkern u1="V" u2="Ă" k="37" /> + <hkern u1="V" u2="ā" k="49" /> + <hkern u1="V" u2="Ā" k="37" /> + <hkern u1="V" u2="ÿ" k="12" /> + <hkern u1="V" u2="ý" k="12" /> + <hkern u1="V" u2="ü" k="30" /> + <hkern u1="V" u2="û" k="30" /> + <hkern u1="V" u2="ú" k="30" /> + <hkern u1="V" u2="ù" k="30" /> + <hkern u1="V" u2="ö" k="49" /> + <hkern u1="V" u2="õ" k="49" /> + <hkern u1="V" u2="ô" k="49" /> + <hkern u1="V" u2="ó" k="49" /> + <hkern u1="V" u2="ò" k="49" /> + <hkern u1="V" u2="ë" k="37" /> + <hkern u1="V" u2="ê" k="37" /> + <hkern u1="V" u2="é" k="37" /> + <hkern u1="V" u2="è" k="37" /> + <hkern u1="V" u2="å" k="49" /> + <hkern u1="V" u2="ä" k="49" /> + <hkern u1="V" u2="ã" k="49" /> + <hkern u1="V" u2="â" k="49" /> + <hkern u1="V" u2="á" k="49" /> + <hkern u1="V" u2="à" k="49" /> + <hkern u1="V" u2="Å" k="37" /> + <hkern u1="V" u2="Ä" k="37" /> + <hkern u1="V" u2="Ã" k="37" /> + <hkern u1="V" u2="Â" k="37" /> + <hkern u1="V" u2="Á" k="37" /> + <hkern u1="V" u2="À" k="37" /> + <hkern u1="V" u2="y" k="12" /> + <hkern u1="V" u2="u" k="30" /> + <hkern u1="V" u2="r" k="30" /> + <hkern u1="V" u2="o" k="49" /> + <hkern u1="V" u2="i" k="18" /> + <hkern u1="V" u2="e" k="37" /> + <hkern u1="V" u2="a" k="49" /> + <hkern u1="V" u2="A" k="37" /> + <hkern u1="V" u2=";" k="55" /> + <hkern u1="V" u2=":" k="55" /> + <hkern u1="V" u2="." k="92" /> + <hkern u1="V" u2="-" k="37" /> + <hkern u1="V" u2="," k="92" /> + <hkern u1="W" u2="ų" k="12" /> + <hkern u1="W" u2="ű" k="12" /> + <hkern u1="W" u2="ů" k="12" /> + <hkern u1="W" u2="ŭ" k="12" /> + <hkern u1="W" u2="ū" k="12" /> + <hkern u1="W" u2="ũ" k="12" /> + <hkern u1="W" u2="ř" k="12" /> + <hkern u1="W" u2="ŗ" k="12" /> + <hkern u1="W" u2="ŕ" k="12" /> + <hkern u1="W" u2="ő" k="30" /> + <hkern u1="W" u2="ŏ" k="30" /> + <hkern u1="W" u2="ō" k="30" /> + <hkern u1="W" u2="ě" k="30" /> + <hkern u1="W" u2="ę" k="30" /> + <hkern u1="W" u2="ė" k="30" /> + <hkern u1="W" u2="ĕ" k="30" /> + <hkern u1="W" u2="ē" k="30" /> + <hkern u1="W" u2="ą" k="18" /> + <hkern u1="W" u2="Ą" k="18" /> + <hkern u1="W" u2="ă" k="18" /> + <hkern u1="W" u2="Ă" k="18" /> + <hkern u1="W" u2="ā" k="18" /> + <hkern u1="W" u2="Ā" k="18" /> + <hkern u1="W" u2="ü" k="12" /> + <hkern u1="W" u2="û" k="12" /> + <hkern u1="W" u2="ú" k="12" /> + <hkern u1="W" u2="ù" k="12" /> + <hkern u1="W" u2="ö" k="30" /> + <hkern u1="W" u2="õ" k="30" /> + <hkern u1="W" u2="ô" k="30" /> + <hkern u1="W" u2="ó" k="30" /> + <hkern u1="W" u2="ò" k="30" /> + <hkern u1="W" u2="ë" k="30" /> + <hkern u1="W" u2="ê" k="30" /> + <hkern u1="W" u2="é" k="30" /> + <hkern u1="W" u2="è" k="30" /> + <hkern u1="W" u2="å" k="18" /> + <hkern u1="W" u2="ä" k="18" /> + <hkern u1="W" u2="ã" k="18" /> + <hkern u1="W" u2="â" k="18" /> + <hkern u1="W" u2="á" k="18" /> + <hkern u1="W" u2="à" k="18" /> + <hkern u1="W" u2="Å" k="18" /> + <hkern u1="W" u2="Ä" k="18" /> + <hkern u1="W" u2="Ã" k="18" /> + <hkern u1="W" u2="Â" k="18" /> + <hkern u1="W" u2="Á" k="18" /> + <hkern u1="W" u2="À" k="18" /> + <hkern u1="W" u2="u" k="12" /> + <hkern u1="W" u2="r" k="12" /> + <hkern u1="W" u2="o" k="30" /> + <hkern u1="W" u2="e" k="30" /> + <hkern u1="W" u2="a" k="18" /> + <hkern u1="W" u2="A" k="18" /> + <hkern u1="W" u2=";" k="37" /> + <hkern u1="W" u2=":" k="37" /> + <hkern u1="W" u2="." k="55" /> + <hkern u1="W" u2="-" k="18" /> + <hkern u1="W" u2="," k="55" /> + <hkern u1="Y" u2="ų" k="79" /> + <hkern u1="Y" u2="ű" k="79" /> + <hkern u1="Y" u2="ů" k="79" /> + <hkern u1="Y" u2="ŭ" k="79" /> + <hkern u1="Y" u2="ū" k="79" /> + <hkern u1="Y" u2="ũ" k="79" /> + <hkern u1="Y" u2="ő" k="98" /> + <hkern u1="Y" u2="ŏ" k="98" /> + <hkern u1="Y" u2="ō" k="98" /> + <hkern u1="Y" g2="ij" k="37" /> + <hkern u1="Y" u2="į" k="37" /> + <hkern u1="Y" u2="ě" k="74" /> + <hkern u1="Y" u2="ę" k="74" /> + <hkern u1="Y" u2="ė" k="74" /> + <hkern u1="Y" u2="ĕ" k="74" /> + <hkern u1="Y" u2="ē" k="74" /> + <hkern u1="Y" u2="ą" k="74" /> + <hkern u1="Y" u2="Ą" k="55" /> + <hkern u1="Y" u2="ă" k="74" /> + <hkern u1="Y" u2="Ă" k="55" /> + <hkern u1="Y" u2="ā" k="74" /> + <hkern u1="Y" u2="Ā" k="55" /> + <hkern u1="Y" u2="ü" k="79" /> + <hkern u1="Y" u2="û" k="79" /> + <hkern u1="Y" u2="ú" k="79" /> + <hkern u1="Y" u2="ù" k="79" /> + <hkern u1="Y" u2="ö" k="98" /> + <hkern u1="Y" u2="õ" k="98" /> + <hkern u1="Y" u2="ô" k="98" /> + <hkern u1="Y" u2="ó" k="98" /> + <hkern u1="Y" u2="ò" k="98" /> + <hkern u1="Y" u2="ë" k="74" /> + <hkern u1="Y" u2="ê" k="74" /> + <hkern u1="Y" u2="é" k="74" /> + <hkern u1="Y" u2="è" k="74" /> + <hkern u1="Y" u2="å" k="74" /> + <hkern u1="Y" u2="ä" k="74" /> + <hkern u1="Y" u2="ã" k="74" /> + <hkern u1="Y" u2="â" k="74" /> + <hkern u1="Y" u2="á" k="74" /> + <hkern u1="Y" u2="à" k="74" /> + <hkern u1="Y" u2="Å" k="55" /> + <hkern u1="Y" u2="Ä" k="55" /> + <hkern u1="Y" u2="Ã" k="55" /> + <hkern u1="Y" u2="Â" k="55" /> + <hkern u1="Y" u2="Á" k="55" /> + <hkern u1="Y" u2="À" k="55" /> + <hkern u1="Y" u2="v" k="49" /> + <hkern u1="Y" u2="u" k="79" /> + <hkern u1="Y" u2="q" k="86" /> + <hkern u1="Y" u2="p" k="67" /> + <hkern u1="Y" u2="o" k="98" /> + <hkern u1="Y" u2="i" k="37" /> + <hkern u1="Y" u2="e" k="74" /> + <hkern u1="Y" u2="a" k="74" /> + <hkern u1="Y" u2="A" k="55" /> + <hkern u1="Y" u2=";" k="92" /> + <hkern u1="Y" u2=":" k="92" /> + <hkern u1="Y" u2="." k="129" /> + <hkern u1="Y" u2="-" k="74" /> + <hkern u1="Y" u2="," k="129" /> + <hkern u1="f" g2="fl" k="18" /> + <hkern u1="f" g2="fi" k="18" /> + <hkern u1="f" u2="f" k="18" /> + <hkern u1="r" u2="." k="92" /> + <hkern u1="r" u2="-" k="18" /> + <hkern u1="r" u2="," k="92" /> + <hkern u1="v" u2="." k="74" /> + <hkern u1="v" u2="," k="74" /> + <hkern u1="w" u2="." k="55" /> + <hkern u1="w" u2="," k="55" /> + <hkern u1="y" u2="." k="74" /> + <hkern u1="y" u2="," k="74" /> + <hkern u1="‘" u2="‘" k="87" /> + <hkern u1="’" u2="ș" k="55" /> + <hkern u1="’" u2="ť" k="18" /> + <hkern u1="’" u2="ţ" k="18" /> + <hkern u1="’" u2="ş" k="55" /> + <hkern u1="’" u2="ŝ" k="55" /> + <hkern u1="’" u2="ś" k="55" /> + <hkern u1="’" u2="š" k="55" /> + <hkern u1="’" u2="’" k="87" /> + <hkern u1="’" u2="t" k="18" /> + <hkern u1="’" u2="s" k="55" /> + <hkern u1="Ÿ" u2="ų" k="79" /> + <hkern u1="Ÿ" u2="ű" k="79" /> + <hkern u1="Ÿ" u2="ů" k="79" /> + <hkern u1="Ÿ" u2="ŭ" k="79" /> + <hkern u1="Ÿ" u2="ū" k="79" /> + <hkern u1="Ÿ" u2="ũ" k="79" /> + <hkern u1="Ÿ" u2="ő" k="98" /> + <hkern u1="Ÿ" u2="ŏ" k="98" /> + <hkern u1="Ÿ" u2="ō" k="98" /> + <hkern u1="Ÿ" g2="ij" k="37" /> + <hkern u1="Ÿ" u2="į" k="37" /> + <hkern u1="Ÿ" u2="ě" k="74" /> + <hkern u1="Ÿ" u2="ę" k="74" /> + <hkern u1="Ÿ" u2="ė" k="74" /> + <hkern u1="Ÿ" u2="ĕ" k="74" /> + <hkern u1="Ÿ" u2="ē" k="74" /> + <hkern u1="Ÿ" u2="ą" k="74" /> + <hkern u1="Ÿ" u2="Ą" k="55" /> + <hkern u1="Ÿ" u2="ă" k="74" /> + <hkern u1="Ÿ" u2="Ă" k="55" /> + <hkern u1="Ÿ" u2="ā" k="74" /> + <hkern u1="Ÿ" u2="Ā" k="55" /> + <hkern u1="Ÿ" u2="ü" k="79" /> + <hkern u1="Ÿ" u2="û" k="79" /> + <hkern u1="Ÿ" u2="ú" k="79" /> + <hkern u1="Ÿ" u2="ù" k="79" /> + <hkern u1="Ÿ" u2="ö" k="98" /> + <hkern u1="Ÿ" u2="õ" k="98" /> + <hkern u1="Ÿ" u2="ô" k="98" /> + <hkern u1="Ÿ" u2="ó" k="98" /> + <hkern u1="Ÿ" u2="ò" k="98" /> + <hkern u1="Ÿ" u2="ë" k="74" /> + <hkern u1="Ÿ" u2="ê" k="74" /> + <hkern u1="Ÿ" u2="é" k="74" /> + <hkern u1="Ÿ" u2="è" k="74" /> + <hkern u1="Ÿ" u2="å" k="74" /> + <hkern u1="Ÿ" u2="ä" k="74" /> + <hkern u1="Ÿ" u2="ã" k="74" /> + <hkern u1="Ÿ" u2="â" k="74" /> + <hkern u1="Ÿ" u2="á" k="74" /> + <hkern u1="Ÿ" u2="à" k="74" /> + <hkern u1="Ÿ" u2="Å" k="55" /> + <hkern u1="Ÿ" u2="Ä" k="55" /> + <hkern u1="Ÿ" u2="Ã" k="55" /> + <hkern u1="Ÿ" u2="Â" k="55" /> + <hkern u1="Ÿ" u2="Á" k="55" /> + <hkern u1="Ÿ" u2="À" k="55" /> + <hkern u1="Ÿ" u2="v" k="49" /> + <hkern u1="Ÿ" u2="u" k="79" /> + <hkern u1="Ÿ" u2="q" k="86" /> + <hkern u1="Ÿ" u2="p" k="67" /> + <hkern u1="Ÿ" u2="o" k="98" /> + <hkern u1="Ÿ" u2="i" k="37" /> + <hkern u1="Ÿ" u2="e" k="74" /> + <hkern u1="Ÿ" u2="a" k="74" /> + <hkern u1="Ÿ" u2="A" k="55" /> + <hkern u1="Ÿ" u2=";" k="92" /> + <hkern u1="Ÿ" u2=":" k="92" /> + <hkern u1="Ÿ" u2="." k="129" /> + <hkern u1="Ÿ" u2="-" k="74" /> + <hkern u1="Ÿ" u2="," k="129" /> + <hkern u1="À" u2="ŷ" k="25" /> + <hkern u1="À" u2="Ŷ" k="80" /> + <hkern u1="À" u2="ŵ" k="25" /> + <hkern u1="À" u2="Ŵ" k="18" /> + <hkern u1="À" u2="Ť" k="74" /> + <hkern u1="À" u2="Ţ" k="74" /> + <hkern u1="À" u2="ÿ" k="25" /> + <hkern u1="À" u2="ý" k="25" /> + <hkern u1="À" u2="Ý" k="80" /> + <hkern u1="À" u2="Ÿ" k="80" /> + <hkern u1="À" u2="’" k="111" /> + <hkern u1="À" u2="y" k="25" /> + <hkern u1="À" u2="w" k="25" /> + <hkern u1="À" u2="v" k="25" /> + <hkern u1="À" u2="Y" k="80" /> + <hkern u1="À" u2="W" k="18" /> + <hkern u1="À" u2="V" k="37" /> + <hkern u1="À" u2="T" k="74" /> + <hkern u1="Á" u2="ŷ" k="25" /> + <hkern u1="Á" u2="Ŷ" k="80" /> + <hkern u1="Á" u2="ŵ" k="25" /> + <hkern u1="Á" u2="Ŵ" k="18" /> + <hkern u1="Á" u2="Ť" k="74" /> + <hkern u1="Á" u2="Ţ" k="74" /> + <hkern u1="Á" u2="ÿ" k="25" /> + <hkern u1="Á" u2="ý" k="25" /> + <hkern u1="Á" u2="Ý" k="80" /> + <hkern u1="Á" u2="Ÿ" k="80" /> + <hkern u1="Á" u2="’" k="111" /> + <hkern u1="Á" u2="y" k="25" /> + <hkern u1="Á" u2="w" k="25" /> + <hkern u1="Á" u2="v" k="25" /> + <hkern u1="Á" u2="Y" k="80" /> + <hkern u1="Á" u2="W" k="18" /> + <hkern u1="Á" u2="V" k="37" /> + <hkern u1="Á" u2="T" k="74" /> + <hkern u1="Â" u2="ŷ" k="25" /> + <hkern u1="Â" u2="Ŷ" k="80" /> + <hkern u1="Â" u2="ŵ" k="25" /> + <hkern u1="Â" u2="Ŵ" k="18" /> + <hkern u1="Â" u2="Ť" k="74" /> + <hkern u1="Â" u2="Ţ" k="74" /> + <hkern u1="Â" u2="ÿ" k="25" /> + <hkern u1="Â" u2="ý" k="25" /> + <hkern u1="Â" u2="Ý" k="80" /> + <hkern u1="Â" u2="Ÿ" k="80" /> + <hkern u1="Â" u2="’" k="111" /> + <hkern u1="Â" u2="y" k="25" /> + <hkern u1="Â" u2="w" k="25" /> + <hkern u1="Â" u2="v" k="25" /> + <hkern u1="Â" u2="Y" k="80" /> + <hkern u1="Â" u2="W" k="18" /> + <hkern u1="Â" u2="V" k="37" /> + <hkern u1="Â" u2="T" k="74" /> + <hkern u1="Ã" u2="ŷ" k="25" /> + <hkern u1="Ã" u2="Ŷ" k="80" /> + <hkern u1="Ã" u2="ŵ" k="25" /> + <hkern u1="Ã" u2="Ŵ" k="18" /> + <hkern u1="Ã" u2="Ť" k="74" /> + <hkern u1="Ã" u2="Ţ" k="74" /> + <hkern u1="Ã" u2="ÿ" k="25" /> + <hkern u1="Ã" u2="ý" k="25" /> + <hkern u1="Ã" u2="Ý" k="80" /> + <hkern u1="Ã" u2="Ÿ" k="80" /> + <hkern u1="Ã" u2="’" k="111" /> + <hkern u1="Ã" u2="y" k="25" /> + <hkern u1="Ã" u2="w" k="25" /> + <hkern u1="Ã" u2="v" k="25" /> + <hkern u1="Ã" u2="Y" k="80" /> + <hkern u1="Ã" u2="W" k="18" /> + <hkern u1="Ã" u2="V" k="37" /> + <hkern u1="Ã" u2="T" k="74" /> + <hkern u1="Ä" u2="ŷ" k="25" /> + <hkern u1="Ä" u2="Ŷ" k="80" /> + <hkern u1="Ä" u2="ŵ" k="25" /> + <hkern u1="Ä" u2="Ŵ" k="18" /> + <hkern u1="Ä" u2="Ť" k="74" /> + <hkern u1="Ä" u2="Ţ" k="74" /> + <hkern u1="Ä" u2="ÿ" k="25" /> + <hkern u1="Ä" u2="ý" k="25" /> + <hkern u1="Ä" u2="Ý" k="80" /> + <hkern u1="Ä" u2="Ÿ" k="80" /> + <hkern u1="Ä" u2="’" k="111" /> + <hkern u1="Ä" u2="y" k="25" /> + <hkern u1="Ä" u2="w" k="25" /> + <hkern u1="Ä" u2="v" k="25" /> + <hkern u1="Ä" u2="Y" k="80" /> + <hkern u1="Ä" u2="W" k="18" /> + <hkern u1="Ä" u2="V" k="37" /> + <hkern u1="Ä" u2="T" k="74" /> + <hkern u1="Å" u2="ŷ" k="25" /> + <hkern u1="Å" u2="Ŷ" k="80" /> + <hkern u1="Å" u2="ŵ" k="25" /> + <hkern u1="Å" u2="Ŵ" k="18" /> + <hkern u1="Å" u2="Ť" k="74" /> + <hkern u1="Å" u2="Ţ" k="74" /> + <hkern u1="Å" u2="ÿ" k="25" /> + <hkern u1="Å" u2="ý" k="25" /> + <hkern u1="Å" u2="Ý" k="80" /> + <hkern u1="Å" u2="Ÿ" k="80" /> + <hkern u1="Å" u2="’" k="111" /> + <hkern u1="Å" u2="y" k="25" /> + <hkern u1="Å" u2="w" k="25" /> + <hkern u1="Å" u2="v" k="25" /> + <hkern u1="Å" u2="Y" k="80" /> + <hkern u1="Å" u2="W" k="18" /> + <hkern u1="Å" u2="V" k="37" /> + <hkern u1="Å" u2="T" k="74" /> + <hkern u1="Ý" u2="ų" k="79" /> + <hkern u1="Ý" u2="ű" k="79" /> + <hkern u1="Ý" u2="ů" k="79" /> + <hkern u1="Ý" u2="ŭ" k="79" /> + <hkern u1="Ý" u2="ū" k="79" /> + <hkern u1="Ý" u2="ũ" k="79" /> + <hkern u1="Ý" u2="ő" k="98" /> + <hkern u1="Ý" u2="ŏ" k="98" /> + <hkern u1="Ý" u2="ō" k="98" /> + <hkern u1="Ý" g2="ij" k="37" /> + <hkern u1="Ý" u2="į" k="37" /> + <hkern u1="Ý" u2="ě" k="74" /> + <hkern u1="Ý" u2="ę" k="74" /> + <hkern u1="Ý" u2="ė" k="74" /> + <hkern u1="Ý" u2="ĕ" k="74" /> + <hkern u1="Ý" u2="ē" k="74" /> + <hkern u1="Ý" u2="ą" k="74" /> + <hkern u1="Ý" u2="Ą" k="55" /> + <hkern u1="Ý" u2="ă" k="74" /> + <hkern u1="Ý" u2="Ă" k="55" /> + <hkern u1="Ý" u2="ā" k="74" /> + <hkern u1="Ý" u2="Ā" k="55" /> + <hkern u1="Ý" u2="ü" k="79" /> + <hkern u1="Ý" u2="û" k="79" /> + <hkern u1="Ý" u2="ú" k="79" /> + <hkern u1="Ý" u2="ù" k="79" /> + <hkern u1="Ý" u2="ö" k="98" /> + <hkern u1="Ý" u2="õ" k="98" /> + <hkern u1="Ý" u2="ô" k="98" /> + <hkern u1="Ý" u2="ó" k="98" /> + <hkern u1="Ý" u2="ò" k="98" /> + <hkern u1="Ý" u2="ë" k="74" /> + <hkern u1="Ý" u2="ê" k="74" /> + <hkern u1="Ý" u2="é" k="74" /> + <hkern u1="Ý" u2="è" k="74" /> + <hkern u1="Ý" u2="å" k="74" /> + <hkern u1="Ý" u2="ä" k="74" /> + <hkern u1="Ý" u2="ã" k="74" /> + <hkern u1="Ý" u2="â" k="74" /> + <hkern u1="Ý" u2="á" k="74" /> + <hkern u1="Ý" u2="à" k="74" /> + <hkern u1="Ý" u2="Å" k="55" /> + <hkern u1="Ý" u2="Ä" k="55" /> + <hkern u1="Ý" u2="Ã" k="55" /> + <hkern u1="Ý" u2="Â" k="55" /> + <hkern u1="Ý" u2="Á" k="55" /> + <hkern u1="Ý" u2="À" k="55" /> + <hkern u1="Ý" u2="v" k="49" /> + <hkern u1="Ý" u2="u" k="79" /> + <hkern u1="Ý" u2="q" k="86" /> + <hkern u1="Ý" u2="p" k="67" /> + <hkern u1="Ý" u2="o" k="98" /> + <hkern u1="Ý" u2="i" k="37" /> + <hkern u1="Ý" u2="e" k="74" /> + <hkern u1="Ý" u2="a" k="74" /> + <hkern u1="Ý" u2="A" k="55" /> + <hkern u1="Ý" u2=";" k="92" /> + <hkern u1="Ý" u2=":" k="92" /> + <hkern u1="Ý" u2="." k="129" /> + <hkern u1="Ý" u2="-" k="74" /> + <hkern u1="Ý" u2="," k="129" /> + <hkern u1="ý" u2="." k="74" /> + <hkern u1="ý" u2="," k="74" /> + <hkern u1="ÿ" u2="." k="74" /> + <hkern u1="ÿ" u2="," k="74" /> + <hkern u1="Ā" u2="ŷ" k="25" /> + <hkern u1="Ā" u2="Ŷ" k="80" /> + <hkern u1="Ā" u2="ŵ" k="25" /> + <hkern u1="Ā" u2="Ŵ" k="18" /> + <hkern u1="Ā" u2="Ť" k="74" /> + <hkern u1="Ā" u2="Ţ" k="74" /> + <hkern u1="Ā" u2="ÿ" k="25" /> + <hkern u1="Ā" u2="ý" k="25" /> + <hkern u1="Ā" u2="Ý" k="80" /> + <hkern u1="Ā" u2="Ÿ" k="80" /> + <hkern u1="Ā" u2="’" k="111" /> + <hkern u1="Ā" u2="y" k="25" /> + <hkern u1="Ā" u2="w" k="25" /> + <hkern u1="Ā" u2="v" k="25" /> + <hkern u1="Ā" u2="Y" k="80" /> + <hkern u1="Ā" u2="W" k="18" /> + <hkern u1="Ā" u2="V" k="37" /> + <hkern u1="Ā" u2="T" k="74" /> + <hkern u1="Ă" u2="ŷ" k="25" /> + <hkern u1="Ă" u2="Ŷ" k="80" /> + <hkern u1="Ă" u2="ŵ" k="25" /> + <hkern u1="Ă" u2="Ŵ" k="18" /> + <hkern u1="Ă" u2="Ť" k="74" /> + <hkern u1="Ă" u2="Ţ" k="74" /> + <hkern u1="Ă" u2="ÿ" k="25" /> + <hkern u1="Ă" u2="ý" k="25" /> + <hkern u1="Ă" u2="Ý" k="80" /> + <hkern u1="Ă" u2="Ÿ" k="80" /> + <hkern u1="Ă" u2="’" k="111" /> + <hkern u1="Ă" u2="y" k="25" /> + <hkern u1="Ă" u2="w" k="25" /> + <hkern u1="Ă" u2="v" k="25" /> + <hkern u1="Ă" u2="Y" k="80" /> + <hkern u1="Ă" u2="W" k="18" /> + <hkern u1="Ă" u2="V" k="37" /> + <hkern u1="Ă" u2="T" k="74" /> + <hkern u1="Ą" u2="ŷ" k="25" /> + <hkern u1="Ą" u2="Ŷ" k="80" /> + <hkern u1="Ą" u2="ŵ" k="25" /> + <hkern u1="Ą" u2="Ŵ" k="18" /> + <hkern u1="Ą" u2="Ť" k="74" /> + <hkern u1="Ą" u2="Ţ" k="74" /> + <hkern u1="Ą" u2="ÿ" k="25" /> + <hkern u1="Ą" u2="ý" k="25" /> + <hkern u1="Ą" u2="Ý" k="80" /> + <hkern u1="Ą" u2="Ÿ" k="80" /> + <hkern u1="Ą" u2="’" k="111" /> + <hkern u1="Ą" u2="y" k="25" /> + <hkern u1="Ą" u2="w" k="25" /> + <hkern u1="Ą" u2="v" k="25" /> + <hkern u1="Ą" u2="Y" k="80" /> + <hkern u1="Ą" u2="W" k="18" /> + <hkern u1="Ą" u2="V" k="37" /> + <hkern u1="Ą" u2="T" k="74" /> + <hkern u1="Ĺ" u2="ŷ" k="37" /> + <hkern u1="Ĺ" u2="Ŷ" k="92" /> + <hkern u1="Ĺ" u2="Ŵ" k="37" /> + <hkern u1="Ĺ" u2="Ť" k="55" /> + <hkern u1="Ĺ" u2="Ţ" k="55" /> + <hkern u1="Ĺ" u2="ÿ" k="37" /> + <hkern u1="Ĺ" u2="ý" k="37" /> + <hkern u1="Ĺ" u2="Ý" k="92" /> + <hkern u1="Ĺ" u2="Ÿ" k="92" /> + <hkern u1="Ĺ" u2="’" k="92" /> + <hkern u1="Ĺ" u2="y" k="37" /> + <hkern u1="Ĺ" u2="Y" k="92" /> + <hkern u1="Ĺ" u2="W" k="37" /> + <hkern u1="Ĺ" u2="V" k="74" /> + <hkern u1="Ĺ" u2="T" k="55" /> + <hkern u1="Ļ" u2="ŷ" k="37" /> + <hkern u1="Ļ" u2="Ŷ" k="92" /> + <hkern u1="Ļ" u2="Ŵ" k="37" /> + <hkern u1="Ļ" u2="Ť" k="55" /> + <hkern u1="Ļ" u2="Ţ" k="55" /> + <hkern u1="Ļ" u2="ÿ" k="37" /> + <hkern u1="Ļ" u2="ý" k="37" /> + <hkern u1="Ļ" u2="Ý" k="92" /> + <hkern u1="Ļ" u2="Ÿ" k="92" /> + <hkern u1="Ļ" u2="’" k="92" /> + <hkern u1="Ļ" u2="y" k="37" /> + <hkern u1="Ļ" u2="Y" k="92" /> + <hkern u1="Ļ" u2="W" k="37" /> + <hkern u1="Ļ" u2="V" k="74" /> + <hkern u1="Ļ" u2="T" k="55" /> + <hkern u1="Ľ" u2="ŷ" k="37" /> + <hkern u1="Ľ" u2="Ŷ" k="92" /> + <hkern u1="Ľ" u2="Ŵ" k="37" /> + <hkern u1="Ľ" u2="Ť" k="55" /> + <hkern u1="Ľ" u2="Ţ" k="55" /> + <hkern u1="Ľ" u2="ÿ" k="37" /> + <hkern u1="Ľ" u2="ý" k="37" /> + <hkern u1="Ľ" u2="Ý" k="92" /> + <hkern u1="Ľ" u2="Ÿ" k="92" /> + <hkern u1="Ľ" u2="’" k="92" /> + <hkern u1="Ľ" u2="y" k="37" /> + <hkern u1="Ľ" u2="Y" k="92" /> + <hkern u1="Ľ" u2="W" k="37" /> + <hkern u1="Ľ" u2="V" k="74" /> + <hkern u1="Ľ" u2="T" k="55" /> + <hkern u1="Ŀ" u2="ŷ" k="37" /> + <hkern u1="Ŀ" u2="Ŷ" k="92" /> + <hkern u1="Ŀ" u2="Ŵ" k="37" /> + <hkern u1="Ŀ" u2="Ť" k="55" /> + <hkern u1="Ŀ" u2="Ţ" k="55" /> + <hkern u1="Ŀ" u2="ÿ" k="37" /> + <hkern u1="Ŀ" u2="ý" k="37" /> + <hkern u1="Ŀ" u2="Ý" k="92" /> + <hkern u1="Ŀ" u2="Ÿ" k="92" /> + <hkern u1="Ŀ" u2="’" k="92" /> + <hkern u1="Ŀ" u2="y" k="37" /> + <hkern u1="Ŀ" u2="Y" k="92" /> + <hkern u1="Ŀ" u2="W" k="37" /> + <hkern u1="Ŀ" u2="V" k="74" /> + <hkern u1="Ŀ" u2="T" k="55" /> + <hkern u1="Ŕ" u2="Ŷ" k="18" /> + <hkern u1="Ŕ" u2="Ť" k="18" /> + <hkern u1="Ŕ" u2="Ţ" k="18" /> + <hkern u1="Ŕ" u2="Ý" k="18" /> + <hkern u1="Ŕ" u2="Ÿ" k="18" /> + <hkern u1="Ŕ" u2="Y" k="18" /> + <hkern u1="Ŕ" u2="V" k="18" /> + <hkern u1="Ŕ" u2="T" k="18" /> + <hkern u1="ŕ" u2="." k="92" /> + <hkern u1="ŕ" u2="-" k="18" /> + <hkern u1="ŕ" u2="," k="92" /> + <hkern u1="Ŗ" u2="Ŷ" k="18" /> + <hkern u1="Ŗ" u2="Ť" k="18" /> + <hkern u1="Ŗ" u2="Ţ" k="18" /> + <hkern u1="Ŗ" u2="Ý" k="18" /> + <hkern u1="Ŗ" u2="Ÿ" k="18" /> + <hkern u1="Ŗ" u2="Y" k="18" /> + <hkern u1="Ŗ" u2="V" k="18" /> + <hkern u1="Ŗ" u2="T" k="18" /> + <hkern u1="ŗ" u2="." k="92" /> + <hkern u1="ŗ" u2="-" k="18" /> + <hkern u1="ŗ" u2="," k="92" /> + <hkern u1="Ř" u2="Ŷ" k="18" /> + <hkern u1="Ř" u2="Ť" k="18" /> + <hkern u1="Ř" u2="Ţ" k="18" /> + <hkern u1="Ř" u2="Ý" k="18" /> + <hkern u1="Ř" u2="Ÿ" k="18" /> + <hkern u1="Ř" u2="Y" k="18" /> + <hkern u1="Ř" u2="V" k="18" /> + <hkern u1="Ř" u2="T" k="18" /> + <hkern u1="ř" u2="." k="92" /> + <hkern u1="ř" u2="-" k="18" /> + <hkern u1="ř" u2="," k="92" /> + <hkern u1="Ţ" u2="ș" k="74" /> + <hkern u1="Ţ" u2="ŷ" k="74" /> + <hkern u1="Ţ" u2="ŵ" k="74" /> + <hkern u1="Ţ" u2="ų" k="74" /> + <hkern u1="Ţ" u2="ű" k="74" /> + <hkern u1="Ţ" u2="ů" k="74" /> + <hkern u1="Ţ" u2="ŭ" k="74" /> + <hkern u1="Ţ" u2="ū" k="74" /> + <hkern u1="Ţ" u2="ũ" k="74" /> + <hkern u1="Ţ" u2="ş" k="74" /> + <hkern u1="Ţ" u2="ŝ" k="74" /> + <hkern u1="Ţ" u2="ś" k="74" /> + <hkern u1="Ţ" u2="ř" k="74" /> + <hkern u1="Ţ" u2="ŗ" k="74" /> + <hkern u1="Ţ" u2="ŕ" k="74" /> + <hkern u1="Ţ" u2="ő" k="74" /> + <hkern u1="Ţ" u2="ŏ" k="74" /> + <hkern u1="Ţ" u2="ō" k="74" /> + <hkern u1="Ţ" g2="ij" k="37" /> + <hkern u1="Ţ" u2="į" k="37" /> + <hkern u1="Ţ" u2="ě" k="74" /> + <hkern u1="Ţ" u2="ę" k="74" /> + <hkern u1="Ţ" u2="ė" k="74" /> + <hkern u1="Ţ" u2="ĕ" k="74" /> + <hkern u1="Ţ" u2="ē" k="74" /> + <hkern u1="Ţ" u2="č" k="74" /> + <hkern u1="Ţ" u2="ċ" k="74" /> + <hkern u1="Ţ" u2="ĉ" k="74" /> + <hkern u1="Ţ" u2="ć" k="74" /> + <hkern u1="Ţ" u2="ą" k="74" /> + <hkern u1="Ţ" u2="Ą" k="55" /> + <hkern u1="Ţ" u2="ă" k="74" /> + <hkern u1="Ţ" u2="Ă" k="55" /> + <hkern u1="Ţ" u2="ā" k="74" /> + <hkern u1="Ţ" u2="Ā" k="55" /> + <hkern u1="Ţ" u2="ÿ" k="74" /> + <hkern u1="Ţ" u2="ý" k="74" /> + <hkern u1="Ţ" u2="ü" k="74" /> + <hkern u1="Ţ" u2="û" k="74" /> + <hkern u1="Ţ" u2="ú" k="74" /> + <hkern u1="Ţ" u2="ù" k="74" /> + <hkern u1="Ţ" u2="ö" k="74" /> + <hkern u1="Ţ" u2="õ" k="74" /> + <hkern u1="Ţ" u2="ô" k="74" /> + <hkern u1="Ţ" u2="ó" k="74" /> + <hkern u1="Ţ" u2="ò" k="74" /> + <hkern u1="Ţ" u2="ë" k="74" /> + <hkern u1="Ţ" u2="ê" k="74" /> + <hkern u1="Ţ" u2="é" k="74" /> + <hkern u1="Ţ" u2="è" k="74" /> + <hkern u1="Ţ" u2="ç" k="74" /> + <hkern u1="Ţ" u2="å" k="74" /> + <hkern u1="Ţ" u2="ä" k="74" /> + <hkern u1="Ţ" u2="ã" k="74" /> + <hkern u1="Ţ" u2="â" k="74" /> + <hkern u1="Ţ" u2="á" k="74" /> + <hkern u1="Ţ" u2="à" k="74" /> + <hkern u1="Ţ" u2="Å" k="55" /> + <hkern u1="Ţ" u2="Ä" k="55" /> + <hkern u1="Ţ" u2="Ã" k="55" /> + <hkern u1="Ţ" u2="Â" k="55" /> + <hkern u1="Ţ" u2="Á" k="55" /> + <hkern u1="Ţ" u2="À" k="55" /> + <hkern u1="Ţ" u2="š" k="74" /> + <hkern u1="Ţ" u2="y" k="74" /> + <hkern u1="Ţ" u2="w" k="74" /> + <hkern u1="Ţ" u2="u" k="74" /> + <hkern u1="Ţ" u2="s" k="74" /> + <hkern u1="Ţ" u2="r" k="74" /> + <hkern u1="Ţ" u2="o" k="74" /> + <hkern u1="Ţ" u2="i" k="37" /> + <hkern u1="Ţ" u2="e" k="74" /> + <hkern u1="Ţ" u2="c" k="74" /> + <hkern u1="Ţ" u2="a" k="74" /> + <hkern u1="Ţ" u2="A" k="55" /> + <hkern u1="Ţ" u2=";" k="92" /> + <hkern u1="Ţ" u2=":" k="92" /> + <hkern u1="Ţ" u2="." k="92" /> + <hkern u1="Ţ" u2="-" k="74" /> + <hkern u1="Ţ" u2="," k="92" /> + <hkern u1="Ť" u2="ș" k="74" /> + <hkern u1="Ť" u2="ŷ" k="74" /> + <hkern u1="Ť" u2="ŵ" k="74" /> + <hkern u1="Ť" u2="ų" k="74" /> + <hkern u1="Ť" u2="ű" k="74" /> + <hkern u1="Ť" u2="ů" k="74" /> + <hkern u1="Ť" u2="ŭ" k="74" /> + <hkern u1="Ť" u2="ū" k="74" /> + <hkern u1="Ť" u2="ũ" k="74" /> + <hkern u1="Ť" u2="ş" k="74" /> + <hkern u1="Ť" u2="ŝ" k="74" /> + <hkern u1="Ť" u2="ś" k="74" /> + <hkern u1="Ť" u2="ř" k="74" /> + <hkern u1="Ť" u2="ŗ" k="74" /> + <hkern u1="Ť" u2="ŕ" k="74" /> + <hkern u1="Ť" u2="ő" k="74" /> + <hkern u1="Ť" u2="ŏ" k="74" /> + <hkern u1="Ť" u2="ō" k="74" /> + <hkern u1="Ť" g2="ij" k="37" /> + <hkern u1="Ť" u2="į" k="37" /> + <hkern u1="Ť" u2="ě" k="74" /> + <hkern u1="Ť" u2="ę" k="74" /> + <hkern u1="Ť" u2="ė" k="74" /> + <hkern u1="Ť" u2="ĕ" k="74" /> + <hkern u1="Ť" u2="ē" k="74" /> + <hkern u1="Ť" u2="č" k="74" /> + <hkern u1="Ť" u2="ċ" k="74" /> + <hkern u1="Ť" u2="ĉ" k="74" /> + <hkern u1="Ť" u2="ć" k="74" /> + <hkern u1="Ť" u2="ą" k="74" /> + <hkern u1="Ť" u2="Ą" k="55" /> + <hkern u1="Ť" u2="ă" k="74" /> + <hkern u1="Ť" u2="Ă" k="55" /> + <hkern u1="Ť" u2="ā" k="74" /> + <hkern u1="Ť" u2="Ā" k="55" /> + <hkern u1="Ť" u2="ÿ" k="74" /> + <hkern u1="Ť" u2="ý" k="74" /> + <hkern u1="Ť" u2="ü" k="74" /> + <hkern u1="Ť" u2="û" k="74" /> + <hkern u1="Ť" u2="ú" k="74" /> + <hkern u1="Ť" u2="ù" k="74" /> + <hkern u1="Ť" u2="ö" k="74" /> + <hkern u1="Ť" u2="õ" k="74" /> + <hkern u1="Ť" u2="ô" k="74" /> + <hkern u1="Ť" u2="ó" k="74" /> + <hkern u1="Ť" u2="ò" k="74" /> + <hkern u1="Ť" u2="ë" k="74" /> + <hkern u1="Ť" u2="ê" k="74" /> + <hkern u1="Ť" u2="é" k="74" /> + <hkern u1="Ť" u2="è" k="74" /> + <hkern u1="Ť" u2="ç" k="74" /> + <hkern u1="Ť" u2="å" k="74" /> + <hkern u1="Ť" u2="ä" k="74" /> + <hkern u1="Ť" u2="ã" k="74" /> + <hkern u1="Ť" u2="â" k="74" /> + <hkern u1="Ť" u2="á" k="74" /> + <hkern u1="Ť" u2="à" k="74" /> + <hkern u1="Ť" u2="Å" k="55" /> + <hkern u1="Ť" u2="Ä" k="55" /> + <hkern u1="Ť" u2="Ã" k="55" /> + <hkern u1="Ť" u2="Â" k="55" /> + <hkern u1="Ť" u2="Á" k="55" /> + <hkern u1="Ť" u2="À" k="55" /> + <hkern u1="Ť" u2="š" k="74" /> + <hkern u1="Ť" u2="y" k="74" /> + <hkern u1="Ť" u2="w" k="74" /> + <hkern u1="Ť" u2="u" k="74" /> + <hkern u1="Ť" u2="s" k="74" /> + <hkern u1="Ť" u2="r" k="74" /> + <hkern u1="Ť" u2="o" k="74" /> + <hkern u1="Ť" u2="i" k="37" /> + <hkern u1="Ť" u2="e" k="74" /> + <hkern u1="Ť" u2="c" k="74" /> + <hkern u1="Ť" u2="a" k="74" /> + <hkern u1="Ť" u2="A" k="55" /> + <hkern u1="Ť" u2=";" k="92" /> + <hkern u1="Ť" u2=":" k="92" /> + <hkern u1="Ť" u2="." k="92" /> + <hkern u1="Ť" u2="-" k="74" /> + <hkern u1="Ť" u2="," k="92" /> + <hkern u1="Ŵ" u2="ų" k="12" /> + <hkern u1="Ŵ" u2="ű" k="12" /> + <hkern u1="Ŵ" u2="ů" k="12" /> + <hkern u1="Ŵ" u2="ŭ" k="12" /> + <hkern u1="Ŵ" u2="ū" k="12" /> + <hkern u1="Ŵ" u2="ũ" k="12" /> + <hkern u1="Ŵ" u2="ř" k="12" /> + <hkern u1="Ŵ" u2="ŗ" k="12" /> + <hkern u1="Ŵ" u2="ŕ" k="12" /> + <hkern u1="Ŵ" u2="ő" k="30" /> + <hkern u1="Ŵ" u2="ŏ" k="30" /> + <hkern u1="Ŵ" u2="ō" k="30" /> + <hkern u1="Ŵ" u2="ě" k="30" /> + <hkern u1="Ŵ" u2="ę" k="30" /> + <hkern u1="Ŵ" u2="ė" k="30" /> + <hkern u1="Ŵ" u2="ĕ" k="30" /> + <hkern u1="Ŵ" u2="ē" k="30" /> + <hkern u1="Ŵ" u2="ą" k="18" /> + <hkern u1="Ŵ" u2="Ą" k="18" /> + <hkern u1="Ŵ" u2="ă" k="18" /> + <hkern u1="Ŵ" u2="Ă" k="18" /> + <hkern u1="Ŵ" u2="ā" k="18" /> + <hkern u1="Ŵ" u2="Ā" k="18" /> + <hkern u1="Ŵ" u2="ü" k="12" /> + <hkern u1="Ŵ" u2="û" k="12" /> + <hkern u1="Ŵ" u2="ú" k="12" /> + <hkern u1="Ŵ" u2="ù" k="12" /> + <hkern u1="Ŵ" u2="ö" k="30" /> + <hkern u1="Ŵ" u2="õ" k="30" /> + <hkern u1="Ŵ" u2="ô" k="30" /> + <hkern u1="Ŵ" u2="ó" k="30" /> + <hkern u1="Ŵ" u2="ò" k="30" /> + <hkern u1="Ŵ" u2="ë" k="30" /> + <hkern u1="Ŵ" u2="ê" k="30" /> + <hkern u1="Ŵ" u2="é" k="30" /> + <hkern u1="Ŵ" u2="è" k="30" /> + <hkern u1="Ŵ" u2="å" k="18" /> + <hkern u1="Ŵ" u2="ä" k="18" /> + <hkern u1="Ŵ" u2="ã" k="18" /> + <hkern u1="Ŵ" u2="â" k="18" /> + <hkern u1="Ŵ" u2="á" k="18" /> + <hkern u1="Ŵ" u2="à" k="18" /> + <hkern u1="Ŵ" u2="Å" k="18" /> + <hkern u1="Ŵ" u2="Ä" k="18" /> + <hkern u1="Ŵ" u2="Ã" k="18" /> + <hkern u1="Ŵ" u2="Â" k="18" /> + <hkern u1="Ŵ" u2="Á" k="18" /> + <hkern u1="Ŵ" u2="À" k="18" /> + <hkern u1="Ŵ" u2="u" k="12" /> + <hkern u1="Ŵ" u2="r" k="12" /> + <hkern u1="Ŵ" u2="o" k="30" /> + <hkern u1="Ŵ" u2="e" k="30" /> + <hkern u1="Ŵ" u2="a" k="18" /> + <hkern u1="Ŵ" u2="A" k="18" /> + <hkern u1="Ŵ" u2=";" k="37" /> + <hkern u1="Ŵ" u2=":" k="37" /> + <hkern u1="Ŵ" u2="." k="55" /> + <hkern u1="Ŵ" u2="-" k="18" /> + <hkern u1="Ŵ" u2="," k="55" /> + <hkern u1="ŵ" u2="." k="55" /> + <hkern u1="ŵ" u2="," k="55" /> + <hkern u1="Ŷ" u2="ų" k="79" /> + <hkern u1="Ŷ" u2="ű" k="79" /> + <hkern u1="Ŷ" u2="ů" k="79" /> + <hkern u1="Ŷ" u2="ŭ" k="79" /> + <hkern u1="Ŷ" u2="ū" k="79" /> + <hkern u1="Ŷ" u2="ũ" k="79" /> + <hkern u1="Ŷ" u2="ő" k="98" /> + <hkern u1="Ŷ" u2="ŏ" k="98" /> + <hkern u1="Ŷ" u2="ō" k="98" /> + <hkern u1="Ŷ" g2="ij" k="37" /> + <hkern u1="Ŷ" u2="į" k="37" /> + <hkern u1="Ŷ" u2="ě" k="74" /> + <hkern u1="Ŷ" u2="ę" k="74" /> + <hkern u1="Ŷ" u2="ė" k="74" /> + <hkern u1="Ŷ" u2="ĕ" k="74" /> + <hkern u1="Ŷ" u2="ē" k="74" /> + <hkern u1="Ŷ" u2="ą" k="74" /> + <hkern u1="Ŷ" u2="Ą" k="55" /> + <hkern u1="Ŷ" u2="ă" k="74" /> + <hkern u1="Ŷ" u2="Ă" k="55" /> + <hkern u1="Ŷ" u2="ā" k="74" /> + <hkern u1="Ŷ" u2="Ā" k="55" /> + <hkern u1="Ŷ" u2="ü" k="79" /> + <hkern u1="Ŷ" u2="û" k="79" /> + <hkern u1="Ŷ" u2="ú" k="79" /> + <hkern u1="Ŷ" u2="ù" k="79" /> + <hkern u1="Ŷ" u2="ö" k="98" /> + <hkern u1="Ŷ" u2="õ" k="98" /> + <hkern u1="Ŷ" u2="ô" k="98" /> + <hkern u1="Ŷ" u2="ó" k="98" /> + <hkern u1="Ŷ" u2="ò" k="98" /> + <hkern u1="Ŷ" u2="ë" k="74" /> + <hkern u1="Ŷ" u2="ê" k="74" /> + <hkern u1="Ŷ" u2="é" k="74" /> + <hkern u1="Ŷ" u2="è" k="74" /> + <hkern u1="Ŷ" u2="å" k="74" /> + <hkern u1="Ŷ" u2="ä" k="74" /> + <hkern u1="Ŷ" u2="ã" k="74" /> + <hkern u1="Ŷ" u2="â" k="74" /> + <hkern u1="Ŷ" u2="á" k="74" /> + <hkern u1="Ŷ" u2="à" k="74" /> + <hkern u1="Ŷ" u2="Å" k="55" /> + <hkern u1="Ŷ" u2="Ä" k="55" /> + <hkern u1="Ŷ" u2="Ã" k="55" /> + <hkern u1="Ŷ" u2="Â" k="55" /> + <hkern u1="Ŷ" u2="Á" k="55" /> + <hkern u1="Ŷ" u2="À" k="55" /> + <hkern u1="Ŷ" u2="v" k="49" /> + <hkern u1="Ŷ" u2="u" k="79" /> + <hkern u1="Ŷ" u2="q" k="86" /> + <hkern u1="Ŷ" u2="p" k="67" /> + <hkern u1="Ŷ" u2="o" k="98" /> + <hkern u1="Ŷ" u2="i" k="37" /> + <hkern u1="Ŷ" u2="e" k="74" /> + <hkern u1="Ŷ" u2="a" k="74" /> + <hkern u1="Ŷ" u2="A" k="55" /> + <hkern u1="Ŷ" u2=";" k="92" /> + <hkern u1="Ŷ" u2=":" k="92" /> + <hkern u1="Ŷ" u2="." k="129" /> + <hkern u1="Ŷ" u2="-" k="74" /> + <hkern u1="Ŷ" u2="," k="129" /> + <hkern u1="ŷ" u2="." k="74" /> + <hkern u1="ŷ" u2="," k="74" /> + <hkern u1="Ț" u2="ș" k="74" /> + <hkern u1="Ț" u2="ŷ" k="74" /> + <hkern u1="Ț" u2="ŵ" k="74" /> + <hkern u1="Ț" u2="ų" k="74" /> + <hkern u1="Ț" u2="ű" k="74" /> + <hkern u1="Ț" u2="ů" k="74" /> + <hkern u1="Ț" u2="ŭ" k="74" /> + <hkern u1="Ț" u2="ū" k="74" /> + <hkern u1="Ț" u2="ũ" k="74" /> + <hkern u1="Ț" u2="ş" k="74" /> + <hkern u1="Ț" u2="ŝ" k="74" /> + <hkern u1="Ț" u2="ś" k="74" /> + <hkern u1="Ț" u2="ř" k="74" /> + <hkern u1="Ț" u2="ŗ" k="74" /> + <hkern u1="Ț" u2="ŕ" k="74" /> + <hkern u1="Ț" u2="ő" k="74" /> + <hkern u1="Ț" u2="ŏ" k="74" /> + <hkern u1="Ț" u2="ō" k="74" /> + <hkern u1="Ț" g2="ij" k="37" /> + <hkern u1="Ț" u2="į" k="37" /> + <hkern u1="Ț" u2="ě" k="74" /> + <hkern u1="Ț" u2="ę" k="74" /> + <hkern u1="Ț" u2="ė" k="74" /> + <hkern u1="Ț" u2="ĕ" k="74" /> + <hkern u1="Ț" u2="ē" k="74" /> + <hkern u1="Ț" u2="č" k="74" /> + <hkern u1="Ț" u2="ċ" k="74" /> + <hkern u1="Ț" u2="ĉ" k="74" /> + <hkern u1="Ț" u2="ć" k="74" /> + <hkern u1="Ț" u2="ą" k="74" /> + <hkern u1="Ț" u2="Ą" k="55" /> + <hkern u1="Ț" u2="ă" k="74" /> + <hkern u1="Ț" u2="Ă" k="55" /> + <hkern u1="Ț" u2="ā" k="74" /> + <hkern u1="Ț" u2="Ā" k="55" /> + <hkern u1="Ț" u2="ÿ" k="74" /> + <hkern u1="Ț" u2="ý" k="74" /> + <hkern u1="Ț" u2="ü" k="74" /> + <hkern u1="Ț" u2="û" k="74" /> + <hkern u1="Ț" u2="ú" k="74" /> + <hkern u1="Ț" u2="ù" k="74" /> + <hkern u1="Ț" u2="ö" k="74" /> + <hkern u1="Ț" u2="õ" k="74" /> + <hkern u1="Ț" u2="ô" k="74" /> + <hkern u1="Ț" u2="ó" k="74" /> + <hkern u1="Ț" u2="ò" k="74" /> + <hkern u1="Ț" u2="ë" k="74" /> + <hkern u1="Ț" u2="ê" k="74" /> + <hkern u1="Ț" u2="é" k="74" /> + <hkern u1="Ț" u2="è" k="74" /> + <hkern u1="Ț" u2="ç" k="74" /> + <hkern u1="Ț" u2="å" k="74" /> + <hkern u1="Ț" u2="ä" k="74" /> + <hkern u1="Ț" u2="ã" k="74" /> + <hkern u1="Ț" u2="â" k="74" /> + <hkern u1="Ț" u2="á" k="74" /> + <hkern u1="Ț" u2="à" k="74" /> + <hkern u1="Ț" u2="Å" k="55" /> + <hkern u1="Ț" u2="Ä" k="55" /> + <hkern u1="Ț" u2="Ã" k="55" /> + <hkern u1="Ț" u2="Â" k="55" /> + <hkern u1="Ț" u2="Á" k="55" /> + <hkern u1="Ț" u2="À" k="55" /> + <hkern u1="Ț" u2="š" k="74" /> + <hkern u1="Ț" u2="y" k="74" /> + <hkern u1="Ț" u2="w" k="74" /> + <hkern u1="Ț" u2="u" k="74" /> + <hkern u1="Ț" u2="s" k="74" /> + <hkern u1="Ț" u2="r" k="74" /> + <hkern u1="Ț" u2="o" k="74" /> + <hkern u1="Ț" u2="i" k="37" /> + <hkern u1="Ț" u2="e" k="74" /> + <hkern u1="Ț" u2="c" k="74" /> + <hkern u1="Ț" u2="a" k="74" /> + <hkern u1="Ț" u2="A" k="55" /> + <hkern u1="Ț" u2=";" k="92" /> + <hkern u1="Ț" u2=":" k="92" /> + <hkern u1="Ț" u2="." k="92" /> + <hkern u1="Ț" u2="-" k="74" /> + <hkern u1="Ț" u2="," k="92" /> + <hkern g1="fi" g2="fl" k="18" /> + <hkern g1="fi" g2="fi" k="18" /> + <hkern g1="fi" u2="f" k="18" /> + <hkern g1="fl" g2="fl" k="18" /> + <hkern g1="fl" g2="fi" k="18" /> + <hkern g1="fl" u2="f" k="18" /> + </font> +</defs></svg> diff --git a/webapp/static/fonts/frutiger-lt-com-55-roman.ttf b/webapp/static/fonts/frutiger-lt-com-55-roman.ttf new file mode 100644 index 0000000000000000000000000000000000000000..cde66d4c48bac542f66609496699ed8428a5ddf3 Binary files /dev/null and b/webapp/static/fonts/frutiger-lt-com-55-roman.ttf differ diff --git a/webapp/static/fonts/frutiger-lt-com-55-roman.woff b/webapp/static/fonts/frutiger-lt-com-55-roman.woff new file mode 100644 index 0000000000000000000000000000000000000000..1dae7f4c9be7335cdb5cb4fc5914b6460e5868e7 Binary files /dev/null and b/webapp/static/fonts/frutiger-lt-com-55-roman.woff differ diff --git a/webapp/static/fonts/frutiger-lt-com-56-italic.ttf b/webapp/static/fonts/frutiger-lt-com-56-italic.ttf new file mode 100644 index 0000000000000000000000000000000000000000..e55fd05949ecb76b988519e616f7419265810d23 Binary files /dev/null and b/webapp/static/fonts/frutiger-lt-com-56-italic.ttf differ diff --git a/webapp/static/fonts/frutiger-lt-com-65-bold.eot b/webapp/static/fonts/frutiger-lt-com-65-bold.eot new file mode 100644 index 0000000000000000000000000000000000000000..4d886ef7f6e8744ce979960e5d43f33ef4083a71 Binary files /dev/null and b/webapp/static/fonts/frutiger-lt-com-65-bold.eot differ diff --git a/webapp/static/fonts/frutiger-lt-com-65-bold.svg b/webapp/static/fonts/frutiger-lt-com-65-bold.svg new file mode 100644 index 0000000000000000000000000000000000000000..1b5230bee62ef49a4f7069db1137c4c3fdd8262a --- /dev/null +++ b/webapp/static/fonts/frutiger-lt-com-65-bold.svg @@ -0,0 +1,2195 @@ +<?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> +<metadata> +Created by FontForge 20110222 at Tue Sep 30 06:59:02 2014 + By Orthosie Webhosting +Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted (c) 2003 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be reproduced, used, displayed, modified, disclosed or transferred without the express written approval of Linotype GmbH. Copyright (c) 1988, 1990, 1994 Adobe Systems Incorporated. All Rights Reserved. Frutiger is a trademark of Heidelberger Druckmaschinen AG, exclusively licensed through Linotype GmbH, and may be registered in certain jurisdictions. This typeface is original artwork of Adrian Frutiger. The design may be protected in certain jurisdictions. +</metadata> +<defs> +<font id="FrutigerLTCom-Bold" horiz-adv-x="556" > + <font-face + font-family="Frutiger LT Com 45 Light" + font-weight="700" + font-stretch="normal" + units-per-em="1000" + panose-1="2 11 8 3 3 5 4 2 2 4" + ascent="750" + descent="-250" + x-height="515" + cap-height="698" + bbox="-166 -250 1000 935" + underline-thickness="50" + underline-position="-50" + unicode-range="U+000D-FB02" + /> +<missing-glyph horiz-adv-x="512" +d="M222 117v67h56v-67h-56zM225 234l-2 17q0 55 13 81t46 59q32 31 41 47.5t9 35.5q0 36 -22.5 60.5t-53.5 24.5t-53.5 -22t-28.5 -73l-50 8q7 71 44 104t91 33q53 0 88.5 -36t35.5 -95q0 -32 -12.5 -58.5t-50.5 -61.5q-37 -33 -43 -52t-6 -72h-46zM462 50v617h-412v-617 +h412zM512 718v-718h-512v718h512z" /> + <glyph glyph-name="IJ" unicode="IJ" horiz-adv-x="641" +d="M69 698h140v-698h-140v698zM274 122q27 -12 67 -12q35 0 54 13t26 31q12 39 11 79v465h140v-532q0 -27 -9 -58q-10 -30 -32 -58q-22 -27 -59 -44t-91 -18q-53 0 -107 13v121z" /> + <glyph glyph-name="ij" unicode="ij" horiz-adv-x="538" +d="M72 515h134v-515h-134v515zM72 737h134v-128h-134v128zM250 -118q53 2 69 21q14 19 13 77v535h134v-553q0 -27 -5 -58q-6 -32 -22 -61q-16 -27 -46 -46q-31 -18 -82 -19q-37 0 -66 8zM332 737h134v-128h-134v128z" /> + <glyph glyph-name="napostrophe" unicode=""n" horiz-adv-x="731" +d="M38 698h142l-82 -230h-110zM189 515h127v-70h2q64 83 169 82q91 -1 134 -57q41 -56 41 -145v-325h-134v275q0 25 -1 51t-10 47q-7 23 -25 37q-19 13 -51 13q-36 0 -58 -17t-36 -43q-13 -26 -18 -55q-6 -30 -6 -56v-252h-134v515z" /> + <glyph glyph-name="fi" unicode="fi" horiz-adv-x="667" +d="M118 417h-99v98h99v72q0 79 43 127q41 47 121 48q55 -1 98 -11l-11 -111q-9 7 -22 13q-13 5 -36 5q-33 -1 -46 -24q-13 -24 -13 -55v-64h117v-98h-117v-417h-134v417zM460 515h134v-515h-134v515zM460 737h134v-128h-134v128z" /> + <glyph glyph-name="fl" unicode="fl" horiz-adv-x="667" +d="M118 417h-99v98h99v72q0 79 43 127q41 47 121 48q55 -1 98 -11l-11 -111q-9 7 -22 13q-13 5 -36 5q-33 -1 -46 -24q-13 -24 -13 -55v-64h117v-98h-117v-417h-134v417zM461 750h134v-750h-134v750z" /> + <glyph glyph-name=".notdef" horiz-adv-x="512" +d="M222 117v67h56v-67h-56zM225 234l-2 17q0 55 13 81t46 59q32 31 41 47.5t9 35.5q0 36 -22.5 60.5t-53.5 24.5t-53.5 -22t-28.5 -73l-50 8q7 71 44 104t91 33q53 0 88.5 -36t35.5 -95q0 -32 -12.5 -58.5t-50.5 -61.5q-37 -33 -43 -52t-6 -72h-46zM462 50v617h-412v-617 +h412zM512 718v-718h-512v718h512z" /> + <glyph glyph-name="nonmarkingreturn" unicode="
" horiz-adv-x="0" + /> + <glyph glyph-name="space" unicode=" " horiz-adv-x="278" + /> + <glyph glyph-name="exclam" unicode="!" horiz-adv-x="389" +d="M118 698h154l-21 -493h-114zM125 140h140v-140h-140v140z" /> + <glyph glyph-name="quotedbl" unicode=""" horiz-adv-x="481" +d="M271 698h122v-250h-122v250zM88 698h122v-250h-122v250z" /> + <glyph glyph-name="numbersign" unicode="#" +d="M494 205h-92l-29 -205h-88l29 205h-102l-30 -205h-88l29 205h-90v80h101l17 128h-88v80h100l28 205h89l-28 -205h102l28 205h88l-28 -205h81v-80h-93l-17 -128h81v-80zM240 413l-17 -128h102l17 128h-102z" /> + <glyph glyph-name="dollar" unicode="$" +d="M259 590q-23 -10 -39 -31q-16 -20 -16 -56q0 -24 16 -40q14 -16 39 -29v156zM306 112q26 11 42 30t16 46q0 28 -16 47q-16 18 -42 30v-153zM306 782v-72q88 0 163 -25l-13 -115q-67 29 -142 30q-4 0 -8 -1v-185q34 -12 70 -27q35 -16 65 -39q31 -23 50 -59t19 -90 +q-1 -97 -58 -147t-146 -60v-82h-47v79q-6 -1 -11 -1q-54 0 -91 8q-38 7 -88 19l13 126q74 -42 158 -43q9 0 19 2v187q-34 13 -69 29t-65 38q-29 22 -48 58q-19 34 -19 85q1 103 61 153q58 50 140 58v74h47z" /> + <glyph glyph-name="percent" unicode="%" horiz-adv-x="1000" +d="M729 68q40 1 52 37q10 33 10 67q0 35 -10 69q-12 34 -52 35q-38 -1 -51 -35q-14 -34 -13 -69q-1 -34 13 -67q13 -36 51 -37zM677 720h82l-432 -742h-82zM274 342q-166 2 -168 184q2 181 168 184q164 -3 166 -184q-2 -182 -166 -184zM274 422q40 1 52 37q10 33 10 67 +q0 35 -10 69q-12 34 -52 35q-38 -1 -51 -35q-14 -34 -13 -69q-1 -34 13 -67q13 -36 51 -37zM729 -12q-166 3 -168 184q2 181 168 184q164 -3 166 -184q-2 -181 -166 -184z" /> + <glyph glyph-name="ampersand" unicode="&" horiz-adv-x="722" +d="M279 307q-35 -17 -59 -44q-26 -26 -26 -68q1 -46 36 -74q33 -29 82 -29q36 0 68 10q31 10 54 32l-155 173v0zM310 439q30 14 59 42q31 28 32 59q-1 37 -23 55q-22 17 -54 17q-31 0 -55 -17q-25 -18 -25 -57q1 -29 24 -53q21 -25 42 -46zM516 227q25 31 35 71q8 40 9 81 +h122q-5 -136 -89 -239l125 -140h-172l-47 62q-37 -37 -87 -55q-50 -19 -103 -19q-106 0 -176 53q-72 52 -73 150q-1 63 32 111q34 47 115 81q-41 37 -68 74q-29 36 -29 94q2 80 70 120q64 39 142 39q77 0 138 -36q61 -37 63 -122q-1 -70 -38 -111q-39 -42 -97 -74l128 -140 +v0z" /> + <glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="278" +d="M78 698h122v-250h-122v250z" /> + <glyph glyph-name="parenleft" unicode="(" horiz-adv-x="333" +d="M326 756q-65 -100 -104 -205q-41 -106 -41 -243q4 -250 145 -448h-127q-158 198 -160 448q0 137 43 243q41 105 117 205h127z" /> + <glyph glyph-name="parenright" unicode=")" horiz-adv-x="333" +d="M7 -140q140 198 145 448q-1 137 -40 243q-40 105 -105 205h126q76 -100 118 -205q43 -106 43 -243q-3 -250 -161 -448h-126z" /> + <glyph glyph-name="asterisk" unicode="*" +d="M345 475l96 -107l-92 -66l-71 124l-76 -124l-91 66l98 107l-137 31l33 104l133 -57l-16 145h114l-17 -144l133 56l32 -104z" /> + <glyph glyph-name="plus" unicode="+" horiz-adv-x="600" +d="M248 506h104v-201h202v-104h-202v-201h-104v201h-202v104h202v201z" /> + <glyph glyph-name="comma" unicode="," horiz-adv-x="278" +d="M87 140h145l-91 -250h-118z" /> + <glyph glyph-name="hyphen" unicode="-" horiz-adv-x="333" +d="M35 214v110h263v-110h-263z" /> + <glyph glyph-name="period" unicode="." horiz-adv-x="278" +d="M69 140h140v-140h-140v140z" /> + <glyph glyph-name="slash" unicode="/" horiz-adv-x="389" +d="M265 710h104l-244 -722h-104z" /> + <glyph glyph-name="zero" unicode="0" +d="M277 92q40 0 62 28q21 27 30 67q10 41 12 84v76q0 36 -1 80q-2 43 -12 84q-9 42 -30 68q-22 26 -61 27q-37 -1 -58 -27t-31 -68q-8 -41 -11 -84q-2 -44 -2 -80q0 -33 2 -76q3 -43 11 -84q10 -40 31 -67q21 -28 58 -28zM277 -12q-79 1 -127 37q-49 34 -74 89t-33 117 +q-8 61 -8 116q0 67 12 132q12 64 39 116q28 52 75 84q46 31 116 31q76 -1 125 -33q48 -34 74 -87t36 -117q9 -64 9 -126q0 -61 -9 -123q-10 -62 -37 -116q-26 -53 -74 -86t-124 -34z" /> + <glyph glyph-name="one" unicode="1" +d="M283 698h124v-698h-140v539l-118 -96l-70 91z" /> + <glyph glyph-name="two" unicode="2" +d="M41 0v117q27 25 76 71q49 44 100 100q53 57 89 113t37 105q-1 48 -35 72q-33 22 -79 22q-44 0 -85 -16q-41 -17 -76 -40l-11 116q98 49 207 50q214 0 219 -204q-1 -55 -24 -108q-24 -53 -64 -103q-84 -101 -175 -185h285v-110h-464z" /> + <glyph glyph-name="three" unicode="3" +d="M53 130q72 -31 155 -32q23 0 49 6q24 6 47 17q23 12 37 32q14 18 14 44q-1 61 -43 86q-42 23 -111 23h-68v110h64q72 0 113 24q41 23 42 68q0 27 -9 45q-10 18 -27 28q-34 19 -84 19q-83 0 -157 -37l-8 112q86 34 195 35q34 0 73 -6q40 -7 75 -27q36 -19 59 -54 +q22 -35 23 -92q-1 -70 -37 -108q-37 -39 -93 -59v-2q67 -10 100 -55t33 -111q-1 -61 -24 -102q-25 -40 -65 -64q-20 -10 -41 -18q-22 -8 -45 -14q-47 -10 -92 -10q-98 0 -183 23l8 119v0z" /> + <glyph glyph-name="four" unicode="4" +d="M317 249v303h-2l-173 -303h175zM16 258l261 440h174v-449h89v-104h-89v-145h-134v145h-301v113z" /> + <glyph glyph-name="five" unicode="5" +d="M490 594h-269l-3 -149q24 6 64 7q38 0 78 -9q38 -10 72 -36q34 -25 55 -69q20 -44 20 -113q0 -100 -68 -167q-69 -68 -204 -70q-87 1 -163 20l3 125q26 -11 62 -22q36 -13 81 -13q58 0 102 29q46 28 47 94q-1 67 -50 95q-47 26 -110 26q-32 0 -62 -4q-31 -4 -63 -15 +l7 375h401v-104z" /> + <glyph glyph-name="six" unicode="6" +d="M460 572q-27 12 -57 20q-29 8 -65 8q-88 -2 -126 -69q-38 -65 -40 -147l2 -2q48 70 135 70q202 -5 204 -213q0 -114 -56 -182q-58 -68 -176 -69q-142 3 -191 102q-25 46 -35 104q-11 57 -11 119q-2 149 60 270q61 123 227 127q76 0 147 -25l-18 -113v0zM278 348 +q-50 -1 -72 -39q-22 -39 -22 -93q0 -51 23 -86q24 -37 74 -38q49 1 71 40q21 37 21 85q0 53 -22 92q-22 38 -73 39z" /> + <glyph glyph-name="seven" unicode="7" +d="M50 698h450v-116l-248 -582h-152l259 588h-309v110z" /> + <glyph glyph-name="eight" unicode="8" +d="M163 364q-53 24 -84 66q-32 41 -32 96q1 94 64 140q62 44 158 44t164 -39q68 -41 70 -129q0 -48 -28 -95q-30 -46 -88 -72v-1q135 -64 134 -183q-1 -105 -68 -154q-66 -49 -172 -49q-104 0 -173 48q-72 47 -73 153q0 114 128 173v2zM181 522q0 -22 11 -38q11 -17 27 -29 +q17 -12 36 -21q18 -10 36 -17q31 12 55 40q22 28 23 61q0 40 -22 64q-23 23 -64 24q-39 0 -69 -21q-32 -21 -33 -63zM175 191q1 -44 33 -70q30 -29 73 -29t71 25q28 24 29 68q-1 52 -36 80t-81 41q-38 -17 -63 -44q-26 -26 -26 -71z" /> + <glyph glyph-name="nine" unicode="9" +d="M97 126q54 -27 122 -28q90 2 128 69q36 65 38 147l-2 2q-48 -71 -135 -70q-203 5 -204 213q0 116 57 183t175 68q73 -1 120 -27q47 -27 72 -73q47 -97 45 -225q1 -148 -58 -269q-63 -124 -229 -128q-76 0 -147 25l18 113v0zM279 350q51 1 73 40q21 38 21 92q0 51 -22 87 +q-23 36 -75 37q-48 -1 -70 -38q-22 -38 -22 -87q0 -52 23 -90q23 -40 72 -41z" /> + <glyph glyph-name="colon" unicode=":" horiz-adv-x="278" +d="M69 515h140v-140h-140v140zM69 140h140v-140h-140v140z" /> + <glyph glyph-name="semicolon" unicode=";" horiz-adv-x="278" +d="M87 140h145l-91 -250h-118zM69 515h140v-140h-140v140z" /> + <glyph glyph-name="less" unicode="<" horiz-adv-x="600" +d="M46 210v86l508 218v-102l-373 -159l373 -159v-102z" /> + <glyph glyph-name="equal" unicode="=" horiz-adv-x="600" +d="M554 310h-508v104h508v-104zM554 92h-508v104h508v-104z" /> + <glyph glyph-name="greater" unicode=">" horiz-adv-x="600" +d="M419 253l-373 159v102l508 -218v-86l-508 -218v102z" /> + <glyph glyph-name="question" unicode="?" horiz-adv-x="500" +d="M50 677q97 32 198 33q90 0 158 -41q68 -43 70 -138q-1 -51 -27 -91q-27 -40 -62 -75q-34 -35 -58 -73q-26 -39 -23 -88h-123q1 71 24 115q21 44 49 73q30 31 52 58q21 27 22 65q-1 49 -35 71q-35 20 -80 20q-81 -2 -154 -40zM175 140h140v-140h-140v140z" /> + <glyph glyph-name="at" unicode="@" horiz-adv-x="800" +d="M415 446q-50 -1 -80 -41q-32 -40 -32 -87q0 -35 20 -58q20 -24 55 -24q49 1 80 42q31 40 31 88q0 37 -19 58q-20 22 -55 22zM716 143q-117 -157 -316 -155q-136 0 -246 91q-114 90 -117 270q1 154 110 256q106 103 277 105q128 0 231 -69q105 -71 108 -225 +q-1 -76 -29 -128q-29 -54 -72 -87q-41 -32 -83 -47q-41 -16 -68 -16q-22 0 -36 14q-16 12 -18 38h-2q-18 -22 -44 -36q-25 -16 -57 -16q-64 0 -108 47q-46 45 -47 118q1 102 61 171q58 68 145 70q73 0 116 -64l12 48h84l-55 -243q-7 -18 -7 -34q-1 -15 15 -15q40 0 76 43 +q36 42 37 134q0 62 -23 102t-62 62q-18 12 -39 21q-21 8 -44 12q-45 8 -91 8q-127 -2 -204 -80q-78 -79 -79 -189q1 -118 74 -192q71 -76 185 -77q61 -1 122 12t109 51h85z" /> + <glyph glyph-name="A" unicode="A" horiz-adv-x="722" +d="M358 558h-2l-101 -288h204zM281 698h158l274 -698h-155l-60 160h-283l-61 -160h-145z" /> + <glyph glyph-name="B" unicode="B" horiz-adv-x="611" +d="M221 110h66q26 0 51 4q25 5 46 15q46 20 47 78q0 34 -12 56q-12 21 -33 31q-21 12 -46 16q-26 2 -53 2h-66v-202zM221 416h57q48 -1 89 16q20 9 32 26q11 16 11 43q0 31 -11 49q-12 18 -32 26q-20 9 -43 11q-24 1 -49 1h-54v-172zM81 698h244q35 0 75 -5q38 -7 72 -26 +q35 -19 57 -54q20 -36 21 -94q-1 -62 -38 -103t-101 -53v-2q73 -7 116 -50t44 -109q0 -65 -25 -105t-64 -61q-38 -21 -80 -28q-43 -8 -77 -8h-244v698z" /> + <glyph glyph-name="C" unicode="C" horiz-adv-x="611" +d="M589 10q-78 -21 -159 -22q-172 0 -275 87q-107 85 -108 262q7 369 383 373q75 0 158 -29l-10 -118q-39 22 -76 31q-37 6 -75 6q-109 -1 -170 -72q-64 -71 -64 -181q0 -109 63 -177q62 -71 174 -72q43 0 86 9q42 8 67 20z" /> + <glyph glyph-name="D" unicode="D" horiz-adv-x="722" +d="M81 698h191q166 2 282 -70q57 -39 89 -106q32 -68 32 -173q0 -103 -32 -170q-32 -68 -89 -108q-56 -39 -128 -55t-154 -16h-191v698zM221 110h78q92 0 160 63q68 62 70 176q-2 115 -70 177t-160 62h-78v-478z" /> + <glyph glyph-name="E" unicode="E" +d="M81 698h412v-110h-272v-172h249v-110h-249v-196h274v-110h-414v698z" /> + <glyph glyph-name="F" unicode="F" horiz-adv-x="500" +d="M81 698h388v-110h-248v-172h236v-110h-236v-306h-140v698z" /> + <glyph glyph-name="G" unicode="G" horiz-adv-x="722" +d="M626 563q-88 37 -180 37q-122 -1 -187 -72q-66 -71 -66 -181q0 -109 63 -177q62 -71 174 -72q57 0 92 10v182h-148v110h282v-376q-112 -34 -226 -36q-172 0 -275 87q-107 85 -108 262q7 369 383 373q118 -1 205 -29l-9 -118v0z" /> + <glyph glyph-name="H" unicode="H" horiz-adv-x="722" +d="M81 698h140v-282h280v282h140v-698h-140v306h-280v-306h-140v698z" /> + <glyph glyph-name="I" unicode="I" horiz-adv-x="278" +d="M69 698h140v-698h-140v698z" /> + <glyph glyph-name="J" unicode="J" horiz-adv-x="389" +d="M22 122q27 -12 67 -12q35 0 54 13t26 31q12 39 11 79v465h140v-532q0 -27 -9 -58q-10 -30 -32 -58q-22 -27 -59 -44t-91 -18q-53 0 -107 13v121z" /> + <glyph glyph-name="K" unicode="K" horiz-adv-x="667" +d="M81 698h140v-300l252 300h172l-287 -329l299 -369h-183l-251 324h-2v-324h-140v698z" /> + <glyph glyph-name="L" unicode="L" horiz-adv-x="500" +d="M81 698h140v-588h271v-110h-411v698z" /> + <glyph glyph-name="M" unicode="M" horiz-adv-x="944" +d="M81 698h224l166 -529h2l166 529h224v-698h-134v576h-2l-188 -576h-134l-188 576l-2 -2v-574h-134v698z" /> + <glyph glyph-name="N" unicode="N" horiz-adv-x="722" +d="M74 698h172l266 -522h2v522h134v-698h-171l-267 522h-2v-522h-134v698z" /> + <glyph glyph-name="O" unicode="O" horiz-adv-x="778" +d="M47 351q0 163 88 260q87 98 254 99q166 -2 254 -100q88 -97 88 -259q-1 -161 -87 -260q-88 -101 -255 -103q-168 2 -254 102q-88 98 -88 261zM193 351q-1 -98 45 -173q46 -78 151 -80q54 0 92 22t60 58q44 75 44 173q0 97 -45 171q-47 76 -151 78q-103 -2 -149 -78 +q-47 -74 -47 -171z" /> + <glyph glyph-name="P" unicode="P" +d="M209 375h49q55 -1 94 22q38 23 39 82q0 31 -10 52q-11 21 -29 33q-38 24 -94 24h-49v-213zM69 698h177q118 1 203 -42q86 -45 88 -169q-1 -120 -77 -171q-76 -52 -192 -51h-59v-265h-140v698z" /> + <glyph glyph-name="Q" unicode="Q" horiz-adv-x="778" +d="M544 -132l-122 122q-15 -2 -33 -2q-168 2 -254 102q-88 98 -88 261t88 260q87 98 254 99q166 -2 254 -100q88 -97 88 -259q-1 -234 -176 -326l158 -157h-169zM193 351q-1 -98 45 -173q46 -78 151 -80q54 0 92 22t60 58q44 75 44 173q0 97 -45 171q-47 76 -151 78 +q-103 -2 -149 -78q-47 -74 -47 -171z" /> + <glyph glyph-name="R" unicode="R" horiz-adv-x="611" +d="M209 400h46q27 0 54 4q26 3 47 13t35 29q12 20 12 51q0 32 -12 51q-14 18 -35 27t-47 12q-27 1 -54 1h-46v-188zM69 698h151q58 0 116 -1q58 -3 106 -20q49 -16 78 -56q28 -39 29 -112q0 -62 -38 -107t-106 -55v-2q28 -3 46 -25t28 -47l112 -273h-156l-84 218 +q-13 39 -33 56q-21 16 -64 16h-45v-290h-140v698z" /> + <glyph glyph-name="S" unicode="S" +d="M456 570q-67 29 -142 30q-18 0 -36 -4q-19 -4 -36 -15q-16 -10 -27 -30q-11 -19 -11 -48q0 -22 14 -37t35 -27q23 -12 50 -22q26 -11 55 -23q29 -11 56 -26q28 -16 49 -39q21 -22 35 -53q12 -32 12 -77q-2 -113 -77 -162t-185 -49q-54 0 -91 8q-38 7 -88 19l13 126 +q74 -42 158 -43q43 0 83 22t41 68q0 25 -12 43q-14 18 -35 30q-46 24 -105 46q-29 12 -55 28q-27 15 -50 36q-21 22 -35 53t-14 73q2 116 77 166q72 47 167 47q90 0 167 -25l-13 -115v0z" /> + <glyph glyph-name="T" unicode="T" +d="M208 588h-200v110h540v-110h-200v-588h-140v588z" /> + <glyph glyph-name="U" unicode="U" horiz-adv-x="722" +d="M76 698h140v-403q-1 -90 33 -142q34 -55 112 -55q80 0 113 55q32 52 32 142v403h140v-446q-4 -268 -285 -264q-281 -4 -285 264v446z" /> + <glyph glyph-name="V" unicode="V" horiz-adv-x="667" +d="M10 698h150l179 -548h2l177 548h139l-235 -698h-172z" /> + <glyph glyph-name="W" unicode="W" horiz-adv-x="1000" +d="M10 698h147l130 -558h2l119 558h190l123 -558h2l131 558h136l-182 -698h-180l-126 558h-2l-124 -558h-181z" /> + <glyph glyph-name="X" unicode="X" horiz-adv-x="667" +d="M239 363l-208 335h162l146 -249l149 249h150l-210 -335l229 -363h-165l-161 272l-163 -272h-158z" /> + <glyph glyph-name="Y" unicode="Y" horiz-adv-x="667" +d="M266 276l-255 422h164l165 -293l168 293h148l-250 -422v-276h-140v276z" /> + <glyph glyph-name="Z" unicode="Z" +d="M36 114l328 474h-315v110h464v-114l-331 -474h338v-110h-484v114z" /> + <glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="333" +d="M72 756h224v-98h-96v-700h96v-98h-224v896z" /> + <glyph glyph-name="backslash" unicode="\" horiz-adv-x="389" +d="M20 710h104l244 -722h-104z" /> + <glyph glyph-name="bracketright" unicode="]" horiz-adv-x="333" +d="M261 756v-896h-224v98h96v700h-96v98h224z" /> + <glyph glyph-name="asciicircum" unicode="^" horiz-adv-x="600" +d="M66 313l187 385h94l187 -385h-104l-130 280l-130 -280h-104z" /> + <glyph glyph-name="underscore" unicode="_" horiz-adv-x="500" +d="M500 -75v-50h-500v50h500z" /> + <glyph glyph-name="grave" unicode="`" horiz-adv-x="278" +d="M249 585h-83l-137 146h137z" /> + <glyph glyph-name="a" unicode="a" +d="M92 488q86 38 179 39q225 3 222 -217v-66q0 -75 2 -129q2 -57 6 -115h-118q-6 47 -6 77h-2q-24 -42 -67 -65q-44 -24 -92 -24q-70 1 -123 40q-56 39 -57 113q0 58 26 94q24 36 62 53q40 19 85 25q46 5 88 5h74q0 62 -28 87q-28 24 -88 24q-88 -1 -159 -56zM164 149 +q0 -32 25 -47q23 -16 60 -16q62 1 94 46q29 45 28 106h-58h-23t-24 -2q-26 -3 -49 -12t-37 -27q-16 -18 -16 -48z" /> + <glyph glyph-name="b" unicode="b" horiz-adv-x="611" +d="M204 259q-1 -58 27 -110q14 -24 36 -40q22 -17 55 -17t56 17q22 16 34 40q13 26 19 55q4 29 4 55q0 56 -22 109q-12 25 -34 40t-55 15q-64 -2 -92 -55q-28 -51 -28 -109zM69 750h134v-301h2q52 77 154 78q117 -2 168 -80q49 -78 48 -188q1 -109 -48 -188 +q-51 -81 -168 -83q-43 0 -85 17q-42 18 -73 58h-2v-63h-130v750z" /> + <glyph glyph-name="c" unicode="c" horiz-adv-x="444" +d="M403 404q-17 9 -38 14q-22 5 -53 5q-62 -1 -98 -44q-38 -44 -38 -119q0 -72 35 -119q34 -48 104 -49q29 0 58 9q28 7 45 15l6 -111q-28 -9 -60 -12q-32 -5 -74 -5q-126 1 -189 78q-65 75 -65 194q0 115 65 190q64 76 184 77q78 0 130 -17z" /> + <glyph glyph-name="d" unicode="d" horiz-adv-x="611" +d="M176 259q-1 -56 24 -110q13 -24 35 -40q21 -17 54 -17q35 0 57 17q23 16 36 40q14 25 20 54q5 29 5 56q0 58 -27 109q-15 25 -37 40q-23 15 -56 15q-63 -2 -88 -55q-12 -24 -17 -53q-6 -29 -6 -56zM412 58h-2q-62 -71 -158 -70q-117 2 -167 83q-50 79 -49 188 +q-1 110 49 188t167 80q97 0 154 -72h2v295h134v-750h-130v58z" /> + <glyph glyph-name="e" unicode="e" +d="M392 308q-2 51 -27 85q-26 35 -82 36q-55 -1 -85 -34q-30 -34 -34 -87h228zM482 29q-71 -41 -177 -41q-266 4 -269 267q0 115 60 193q60 77 179 79q141 -1 195 -87q51 -86 50 -224h-356q5 -62 45 -95q40 -35 102 -35q49 0 92 16q42 14 79 36v-109z" /> + <glyph glyph-name="f" unicode="f" horiz-adv-x="389" +d="M118 417h-99v98h99v72q0 79 43 127q41 47 121 48q55 -1 98 -11l-11 -111q-9 7 -22 13q-13 5 -36 5q-33 -1 -46 -24q-13 -24 -13 -55v-64h117v-98h-117v-417h-134v417z" /> + <glyph glyph-name="g" unicode="g" horiz-adv-x="611" +d="M290 104q63 1 91 48q27 45 27 111q0 68 -26 113q-28 46 -86 47q-67 -2 -93 -51q-28 -49 -27 -112q0 -56 29 -104q15 -23 36 -37q21 -15 49 -15zM542 515v-465q0 -25 -2 -51q-3 -26 -9 -50q-13 -49 -44 -87q-29 -38 -83 -60q-53 -23 -134 -24t-178 35l11 114 +q33 -17 75 -30q42 -14 75 -15q55 1 88 19q31 19 46 48q15 30 19 65q2 35 2 68h-2q-19 -34 -60 -57q-42 -25 -100 -25q-113 2 -161 79q-50 74 -49 181q-1 98 52 181q52 83 166 86q102 1 158 -82h2v70h128z" /> + <glyph glyph-name="h" unicode="h" horiz-adv-x="611" +d="M69 750h134v-305h2q54 80 162 82q91 -1 134 -57q41 -56 41 -145v-325h-134v275q0 25 -1 51t-10 47q-7 23 -25 37q-19 13 -51 13q-36 0 -58 -17t-36 -43q-13 -26 -18 -55q-6 -30 -6 -56v-252h-134v750z" /> + <glyph glyph-name="i" unicode="i" horiz-adv-x="278" +d="M72 515h134v-515h-134v515zM72 737h134v-128h-134v128z" /> + <glyph glyph-name="j" unicode="j" horiz-adv-x="278" +d="M-10 -118q53 2 69 21q14 19 13 77v535h134v-553q0 -27 -5 -58q-6 -32 -22 -61q-16 -27 -46 -46q-31 -18 -82 -19q-37 0 -66 8zM72 737h134v-128h-134v128z" /> + <glyph glyph-name="k" unicode="k" +d="M72 750h134v-441h2l160 206h158l-192 -230l216 -285h-170l-172 250h-2v-250h-134v750z" /> + <glyph glyph-name="l" unicode="l" horiz-adv-x="278" +d="M72 750h134v-750h-134v750z" /> + <glyph glyph-name="m" unicode="m" horiz-adv-x="889" +d="M67 515h125v-72h2q33 47 74 66q41 18 79 18q108 1 152 -91q25 47 70 69q43 22 91 22q94 -1 130 -57q34 -56 33 -145v-325h-134v307q1 39 -9 76q-7 18 -22 29q-16 11 -46 11q-33 0 -52 -17q-21 -17 -31 -44q-10 -26 -13 -55q-4 -31 -4 -57v-250h-134v307q1 39 -9 76 +q-7 18 -22 29q-16 11 -46 11q-33 0 -52 -17q-21 -17 -31 -44q-10 -26 -13 -55q-4 -31 -4 -57v-250h-134v515z" /> + <glyph glyph-name="n" unicode="n" horiz-adv-x="611" +d="M69 515h127v-70h2q64 83 169 82q91 -1 134 -57q41 -56 41 -145v-325h-134v275q0 25 -1 51t-10 47q-7 23 -25 37q-19 13 -51 13q-36 0 -58 -17t-36 -43q-13 -26 -18 -55q-6 -30 -6 -56v-252h-134v515z" /> + <glyph glyph-name="o" unicode="o" horiz-adv-x="611" +d="M36 254q1 129 78 201q75 71 191 72q118 -1 193 -72q76 -72 77 -201q0 -113 -70 -188q-70 -76 -200 -78q-128 2 -198 78q-71 75 -71 188zM176 270q0 -15 2 -30q2 -17 5 -32q6 -32 20 -58q15 -26 40 -41q24 -17 62 -17q39 0 65 16q25 15 40 41t20 58q5 31 5 63 +q0 62 -31 107q-33 45 -99 46q-64 -1 -96 -47q-33 -45 -33 -106z" /> + <glyph glyph-name="p" unicode="p" horiz-adv-x="611" +d="M69 515h128v-73h2q43 82 160 85q117 -2 168 -80q49 -78 48 -188q1 -109 -48 -188q-51 -81 -171 -83q-42 0 -78 15q-37 15 -73 56h-2v-269h-134v725zM324 423q-64 -2 -92 -55q-28 -51 -28 -109q-1 -58 27 -110q14 -24 36 -40q22 -17 55 -17t56 17q22 16 34 40q13 26 19 55 +q4 29 4 55q0 56 -22 109q-12 25 -34 40t-55 15z" /> + <glyph glyph-name="q" unicode="q" horiz-adv-x="611" +d="M408 59h-2q-34 -41 -71 -56t-80 -15q-119 2 -169 83q-51 79 -50 188q-1 110 50 188q50 78 169 80q112 -2 157 -85h2v73h128v-725h-134v269zM287 423q-63 -2 -88 -55q-12 -24 -17 -53q-6 -29 -6 -56q-1 -56 24 -110q13 -24 35 -40q21 -17 54 -17q35 0 57 17q23 16 36 40 +q14 25 20 54q5 29 5 56q0 58 -27 109q-15 25 -37 40q-23 15 -56 15z" /> + <glyph glyph-name="r" unicode="r" horiz-adv-x="389" +d="M72 515h119v-117h2q6 40 44 83q37 44 97 46q20 0 41 -4v-135q-21 11 -60 11q-40 0 -62 -22q-22 -21 -33 -55q-10 -32 -12 -68q-2 -35 -2 -65v-189h-134v515z" /> + <glyph glyph-name="s" unicode="s" horiz-adv-x="444" +d="M375 407q-29 11 -56 17q-27 5 -64 5q-28 0 -52 -11q-26 -13 -27 -46q1 -29 37 -41q17 -7 38 -13t42 -14q23 -7 44 -18q20 -12 36 -28q17 -17 27 -41q9 -25 9 -61q-2 -89 -66 -129q-64 -39 -150 -39q-77 1 -152 22l8 110q63 -34 132 -34q28 0 57 14q30 13 31 49 +q0 20 -9 33q-10 12 -27 19q-35 14 -80 26q-21 7 -42 17t-38 26t-26 40q-11 23 -11 57q1 84 63 122q58 38 139 38q47 0 82 -5q34 -6 64 -14z" /> + <glyph glyph-name="t" unicode="t" horiz-adv-x="389" +d="M113 417h-99v98h99v103l134 43v-146h119v-98h-119v-240q-1 -34 13 -58q13 -26 50 -27q38 0 61 14l4 -106q-40 -12 -99 -12q-162 4 -163 167v262z" /> + <glyph glyph-name="u" unicode="u" horiz-adv-x="611" +d="M542 0h-127v70h-2q-63 -80 -169 -82q-91 1 -132 58q-43 56 -43 144v325h134v-275q0 -11 2 -23q0 -12 1 -25q2 -26 9 -49q9 -22 26 -36q18 -15 49 -15q37 0 61 19q23 17 35 43q14 26 18 55t4 54v252h134v-515z" /> + <glyph glyph-name="v" unicode="v" +d="M12 515h144l128 -375h2l124 375h134l-190 -515h-151z" /> + <glyph glyph-name="w" unicode="w" horiz-adv-x="889" +d="M11 515h142l114 -381h2l104 381h156l112 -381h2l107 381h128l-158 -515h-158l-112 393h-2l-110 -393h-153z" /> + <glyph glyph-name="x" unicode="x" +d="M27 515h158l101 -168l99 168h142l-154 -245l174 -270h-160l-115 192l-116 -192h-147l177 270z" /> + <glyph glyph-name="y" unicode="y" +d="M283 139h2l124 376h136l-193 -511q-15 -42 -31 -82q-16 -41 -39 -73q-22 -32 -56 -51q-36 -20 -88 -20q-48 0 -95 14l9 99q23 -9 69 -9q41 1 64 26t23 66l-197 541h148z" /> + <glyph glyph-name="z" unicode="z" horiz-adv-x="500" +d="M47 515h408v-110l-256 -301h265v-104h-428v109l261 302h-250v104z" /> + <glyph glyph-name="braceleft" unicode="{" horiz-adv-x="333" +d="M18 351q30 -1 56 21q12 11 20 29q6 18 6 43v177q1 70 47 103q45 32 101 32h75v-80h-45q-32 0 -41 -19q-10 -19 -9 -54v-173q0 -34 -11 -57q-11 -24 -28 -37q-37 -25 -73 -27v-2q17 -1 37 -6q19 -6 36 -19t28 -37q11 -25 11 -66v-166q-1 -35 9 -53q9 -20 41 -20h45v-80 +h-75q-59 0 -102 34q-45 33 -46 101v170q-1 57 -26 80q-26 20 -56 20v86z" /> + <glyph glyph-name="bar" unicode="|" horiz-adv-x="222" +d="M163 750v-1000h-104v1000h104z" /> + <glyph glyph-name="braceright" unicode="}" horiz-adv-x="333" +d="M315 265q-28 0 -54 -20q-12 -12 -20 -31t-8 -49v-170q-1 -69 -45 -102t-103 -33h-75v80h45q32 0 42 20q8 18 8 53v166q0 41 13 66q11 24 28 37q36 25 71 25v2q-15 2 -34 8q-20 6 -37 19t-28 37q-13 23 -13 57v173q0 35 -8 54q-10 19 -42 19h-45v80h75q59 0 103 -32 +q44 -33 45 -103v-177q1 -52 28 -72q26 -22 54 -21v-86z" /> + <glyph glyph-name="asciitilde" unicode="~" horiz-adv-x="600" +d="M69 252q16 33 46 60q29 27 75 28q38 0 66 -10t51 -24q27 -13 53 -24q25 -12 52 -12q27 1 47 24q20 21 36 48l36 -88q-18 -33 -47 -59q-29 -28 -68 -29q-34 0 -62 12q-28 9 -54 23q-25 14 -50 25q-26 10 -59 10q-34 -1 -54 -22q-20 -22 -32 -50z" /> + <glyph glyph-name="Euro" unicode="€" +d="M596 683l-26 -104q-48 24 -118 24q-75 0 -128 -41.5t-76 -112.5h293l-15 -61h-294q-4 -39 0 -78h276l-14 -61h-246q23 -70 76 -110.5t127 -40.5q69 0 119 22l6 -112q-56 -20 -144 -20q-129 0 -218 68q-92 69 -119 193h-99l15 61h75q-3 40 0 78h-90l15 61h85 +q28 119 119.5 190t214.5 71q91 0 166 -27z" /> + <glyph glyph-name="quotesinglbase" unicode="‚" horiz-adv-x="278" +d="M98 140h146l-92 -250h-118z" /> + <glyph glyph-name="florin" unicode="ƒ" +d="M238 406l31 140q17 82 62 124q44 40 132 40q43 0 84 -9l-18 -106q-12 3 -25 8q-13 3 -33 3q-32 0 -47 -22q-16 -23 -23 -60l-25 -118h121l-13 -80h-124l-61 -329q-4 -26 -13 -62q-10 -37 -30 -72q-19 -35 -54 -59q-35 -25 -90 -26q-26 0 -52 2q-27 1 -52 8l20 99 +q25 -5 52 -5q42 2 56 34q13 31 16 57l70 353h-113l15 80h114z" /> + <glyph glyph-name="quotedblbase" unicode="„" horiz-adv-x="481" +d="M301 140h146l-92 -250h-118zM98 140h146l-92 -250h-118z" /> + <glyph glyph-name="ellipsis" unicode="…" horiz-adv-x="1000" +d="M97 0v140h140v-140h-140zM430 0v140h140v-140h-140zM763 0v140h140v-140h-140z" /> + <glyph glyph-name="dagger" unicode="†" +d="M59 539h155v159h128v-159h155v-104h-155v-435h-128v435h-155v104z" /> + <glyph glyph-name="daggerdbl" unicode="‡" +d="M59 555h155v143h128v-143h155v-98h-155v-212h155v-98h-155v-147h-128v147h-155v98h155v212h-155v98z" /> + <glyph glyph-name="circumflex" unicode="ˆ" horiz-adv-x="278" +d="M192 731l105 -146h-89l-68 86l-70 -86h-89l110 146h101z" /> + <glyph glyph-name="perthousand" unicode="‰" horiz-adv-x="1000" +d="M151 436q19 0 29 10q10 8 14 22q7 30 6 69q1 40 -6 70q-4 15 -14 23t-29 8q-18 0 -28 -8t-15 -23q-8 -30 -7 -70q-1 -39 7 -69q5 -14 15 -22q10 -10 28 -10zM502 720h82l-429 -742h-82zM151 364q-40 0 -67 14q-28 14 -45 38q-16 24 -23 56t-7 68q0 38 7 69q4 15 10 29 +t13 24q17 23 45 36q27 12 67 12q42 0 69 -12q27 -13 43 -36q29 -47 29 -122q0 -74 -29 -124q-16 -24 -43 -38t-69 -14zM515 60q19 0 29 10q10 8 14 22q7 30 6 69q1 40 -6 70q-4 15 -14 23t-29 8q-18 0 -28 -8t-15 -23q-8 -30 -7 -70q-1 -39 7 -69q5 -14 15 -22 +q10 -10 28 -10zM515 -12q-40 0 -67 14q-28 14 -45 38q-16 24 -23 56t-7 68q0 38 7 69q4 15 10 29t13 24q17 23 45 36q27 12 67 12q42 0 69 -12q27 -13 43 -36q29 -47 29 -122q0 -74 -29 -124q-16 -24 -43 -38t-69 -14zM851 -12q-40 0 -67 14q-28 14 -45 38q-16 24 -23 56 +t-7 68q0 38 7 69q4 15 10 29t13 24q17 23 45 36q27 12 67 12q42 0 69 -12q27 -13 43 -36q29 -47 29 -122q0 -74 -29 -124q-16 -24 -43 -38t-69 -14zM851 60q19 0 29 10q10 8 14 22q7 30 6 69q1 40 -6 70q-4 15 -14 23t-29 8q-18 0 -28 -8t-15 -23q-8 -30 -7 -70 +q-1 -39 7 -69q5 -14 15 -22q10 -10 28 -10z" /> + <glyph glyph-name="Scaron" unicode="Š" +d="M456 570q-67 29 -142 30q-18 0 -36 -4q-19 -4 -36 -15q-16 -10 -27 -30q-11 -19 -11 -48q0 -22 14 -37t35 -27q23 -12 50 -22q26 -11 55 -23q29 -11 56 -26q28 -16 49 -39q21 -22 35 -53q12 -32 12 -77q-2 -113 -77 -162t-185 -49q-54 0 -91 8q-38 7 -88 19l13 126 +q74 -42 158 -43q43 0 83 22t41 68q0 25 -12 43q-14 18 -35 30q-46 24 -105 46q-29 12 -55 28q-27 15 -50 36q-21 22 -35 53t-14 73q2 116 77 166q72 47 167 47q90 0 167 -25l-13 -115v0zM232 743l-110 146h89l70 -86l68 86h89l-105 -146h-101z" /> + <glyph glyph-name="guilsinglleft" unicode="‹" horiz-adv-x="333" +d="M167 474h126l-110 -205l110 -205h-126l-118 205z" /> + <glyph glyph-name="OE" unicode="Œ" horiz-adv-x="944" +d="M490 588q-31 5 -74 6q-106 -1 -164 -67q-59 -68 -59 -182q0 -104 58 -171q58 -66 169 -70q43 0 70 6v478zM890 588h-260v-172h238v-110h-238v-196h264v-110h-265q-112 -2 -224 -6q-65 0 -127 15q-64 14 -116 51q-51 38 -82 108q-33 68 -33 177q8 359 376 359l206 -6h261 +v-110z" /> + <glyph glyph-name="Zcaron" unicode="Ž" +d="M36 114l328 474h-315v110h464v-114l-331 -474h338v-110h-484v114zM230 743l-110 146h89l70 -86l68 86h89l-105 -146h-101z" /> + <glyph glyph-name="quoteleft" unicode="‘" horiz-adv-x="278" +d="M125 698h119l-63 -250h-147z" /> + <glyph glyph-name="quoteright" unicode="’" horiz-adv-x="278" +d="M98 698h146l-92 -250h-118z" /> + <glyph glyph-name="quotedblleft" unicode="“" horiz-adv-x="481" +d="M125 698h119l-63 -250h-147zM328 698h119l-63 -250h-147z" /> + <glyph glyph-name="quotedblright" unicode="”" horiz-adv-x="481" +d="M98 698h146l-92 -250h-118zM301 698h146l-92 -250h-118z" /> + <glyph glyph-name="bullet" unicode="•" horiz-adv-x="500" +d="M76 349q1 74 52 124q48 49 122 50q74 -1 124 -50q50 -50 51 -124q-1 -73 -51 -123q-50 -51 -124 -52q-74 1 -122 52q-51 50 -52 123z" /> + <glyph glyph-name="endash" unicode="–" horiz-adv-x="500" +d="M0 315h500v-92h-500v92z" /> + <glyph glyph-name="emdash" unicode="—" horiz-adv-x="1000" +d="M0 315h1000v-92h-1000v92z" /> + <glyph glyph-name="tilde" unicode="˜" horiz-adv-x="278" +d="M-38 603q1 47 30 84q28 36 72 37q23 0 42 -6q20 -6 39 -14t37 -14q17 -8 36 -8q44 2 44 49h54q0 -51 -24 -85q-26 -35 -73 -36q-27 0 -46 6q-21 5 -40 12q-38 18 -68 19q-25 -1 -37 -14q-12 -14 -12 -30h-54z" /> + <glyph glyph-name="trademark" unicode="™" horiz-adv-x="1000" +d="M465 698h145l99 -260l98 260h145v-416h-98v294h-2l-106 -294h-75l-106 294h-2v-294h-98v416zM165 618h-117v80h338v-80h-117v-336h-104v336z" /> + <glyph glyph-name="scaron" unicode="š" horiz-adv-x="444" +d="M375 407q-29 11 -56 17q-27 5 -64 5q-28 0 -52 -11q-26 -13 -27 -46q1 -29 37 -41q17 -7 38 -13t42 -14q23 -7 44 -18q20 -12 36 -28q17 -17 27 -41q9 -25 9 -61q-2 -89 -66 -129q-64 -39 -150 -39q-77 1 -152 22l8 110q63 -34 132 -34q28 0 57 14q30 13 31 49 +q0 20 -9 33q-10 12 -27 19q-35 14 -80 26q-21 7 -42 17t-38 26t-26 40q-11 23 -11 57q1 84 63 122q58 38 139 38q47 0 82 -5q34 -6 64 -14zM174 585l-110 146h89l70 -86l68 86h89l-105 -146h-101z" /> + <glyph glyph-name="guilsinglright" unicode="›" horiz-adv-x="333" +d="M166 64h-126l110 205l-110 205h126l118 -205z" /> + <glyph glyph-name="oe" unicode="œ" horiz-adv-x="944" +d="M176 257q-1 -65 28 -116q29 -54 101 -55q74 1 104 53q9 12 15 26q5 13 8 28q6 30 6 62q0 68 -28 120q-31 52 -105 54q-68 -2 -98 -56q-31 -54 -31 -116zM572 216q3 -66 43 -97q39 -33 100 -33q85 0 153 51l4 -109q-6 -3 -18 -10q-12 -6 -32 -13q-40 -16 -111 -17 +q-65 0 -120 18q-55 17 -89 67q-41 -52 -95 -69t-102 -16q-128 2 -198 78q-71 75 -71 188q1 129 78 201q75 71 191 72q123 0 192 -88q31 45 79 67q48 21 101 21q138 -2 186 -94q46 -91 45 -217h-336zM780 308q-1 50 -24 85t-78 36q-51 -1 -78 -36q-28 -36 -28 -85h208z" /> + <glyph glyph-name="zcaron" unicode="ž" horiz-adv-x="500" +d="M47 515h408v-110l-256 -301h265v-104h-428v109l261 302h-250v104zM202 585l-110 146h89l70 -86l68 86h89l-105 -146h-101z" /> + <glyph glyph-name="Ydieresis" unicode="Ÿ" horiz-adv-x="667" +d="M266 276l-255 422h164l165 -293l168 293h148l-250 -422v-276h-140v276zM501 883v-116h-116v116h116zM179 767v116h116v-116h-116z" /> + <glyph glyph-name="uni00A0" unicode=" " horiz-adv-x="278" + /> + <glyph glyph-name="exclamdown" unicode="¡" horiz-adv-x="389" +d="M138 310h111l22 -493h-154zM123 515h140v-140h-140v140z" /> + <glyph glyph-name="cent" unicode="¢" +d="M343 423q-54 -7 -85 -50q-32 -44 -32 -113t32 -115zM459 608l-28 -91q18 -2 34 -7l-12 -106q-22 11 -52 16l-97 -315q26 -13 61 -13q29 0 58 9q28 7 45 15l6 -111q-28 -9 -60 -12q-32 -5 -74 -5q-37 0 -70 8l-27 -86h-58l32 104q-131 71 -131 246q0 115 65 190 +q64 76 184 77q22 0 40 -2l26 83h58z" /> + <glyph glyph-name="sterling" unicode="£" +d="M54 104h88v219h-76v80h76v84q1 102 71 162q67 60 169 61q79 0 130 -17l-7 -110q-20 7 -44 12q-23 5 -53 5q-65 -1 -95 -39q-31 -38 -31 -91v-67h147v-80h-147v-219h223v-104h-451v104z" /> + <glyph glyph-name="currency" unicode="¤" +d="M538 552l-58 -58q46 -65 46 -142q0 -76 -46 -144l58 -58l-59 -59l-58 58q-66 -46 -143 -46t-143 46l-58 -58l-59 59l58 58q-46 68 -46 143q0 77 46 143l-58 58l59 59l58 -58q66 46 143 46t143 -46l58 58zM140 351q1 -60 41 -101q39 -42 97 -43q59 1 98 43q39 41 40 101 +q-1 62 -40 102q-39 41 -98 42q-58 -1 -97 -42q-40 -40 -41 -102z" /> + <glyph glyph-name="yen" unicode="¥" +d="M394 369h98v-80h-140l-7 -13v-49h147v-80h-147v-147h-134v147h-147v80h147v49l-8 13h-139v80h100l-174 329h141l151 -308l154 308h131z" /> + <glyph glyph-name="brokenbar" unicode="¦" horiz-adv-x="222" +d="M163 675v-350h-104v350h104zM163 175v-350h-104v350h104z" /> + <glyph glyph-name="section" unicode="§" +d="M170 309q0 -24 22 -40q21 -18 50 -31q31 -13 61 -23q29 -12 48 -24q35 28 36 75q0 27 -16 43q-17 16 -44 28q-26 12 -57 22q-32 11 -64 24q-14 -9 -24 -29q-12 -20 -12 -45zM440 581q-68 25 -143 25q-39 0 -66 -13q-29 -15 -30 -55q0 -19 12 -32q12 -15 33 -25 +q43 -20 99 -38q58 -18 101 -53q44 -35 45 -103q-1 -84 -74 -128q67 -41 68 -114q-2 -89 -69 -134q-67 -47 -152 -47q-94 2 -185 29l9 114q80 -37 168 -39q43 0 72 15q28 16 29 54q0 19 -12 34t-33 25q-42 20 -100 39q-27 11 -52 24q-26 12 -47 29q-46 34 -47 97q1 93 77 135 +q-33 23 -51 51q-19 28 -19 68q2 88 71 130q65 41 147 41q81 -1 160 -20l-11 -109v0z" /> + <glyph glyph-name="dieresis" unicode="¨" horiz-adv-x="278" +d="M300 725v-116h-116v116h116zM-22 609v116h116v-116h-116z" /> + <glyph glyph-name="copyright" unicode="©" horiz-adv-x="800" +d="M657 349q-1 127 -74 204q-73 76 -183 77q-110 -1 -182 -77q-74 -77 -75 -204q1 -126 75 -202q72 -78 182 -79q110 1 183 79q73 76 74 202zM589 291q-12 -74 -60 -112q-49 -40 -115 -40q-94 1 -148 62q-56 59 -56 151q0 94 54 153q53 59 148 60q69 0 116 -38 +q46 -38 58 -112h-80q-7 36 -32 54q-26 16 -62 16q-50 -1 -76 -36q-28 -37 -28 -96q0 -57 30 -94q28 -40 76 -40q38 0 64 19q25 18 28 53h83zM39 349q2 154 107 256q102 103 254 105q154 -2 256 -105q103 -102 105 -256q-2 -152 -105 -254q-102 -105 -256 -107 +q-152 2 -254 107q-105 102 -107 254z" /> + <glyph glyph-name="ordfeminine" unicode="ª" horiz-adv-x="361" +d="M249 392l-3 42h-2q-12 -28 -37 -39q-26 -11 -57 -11q-43 0 -81 20q-18 10 -29 28q-12 16 -12 40q0 38 18 60q16 22 42 34t57 16q31 2 60 2h37q0 40 -19 54q-19 12 -54 12q-57 -1 -105 -31v66q54 25 120 25q145 3 144 -136q0 -98 5 -182h-84zM114 477q0 -19 19 -26 +q17 -7 33 -7q38 0 58 26q19 25 19 60h-30h-31q-17 -1 -32 -6q-15 -4 -25 -15q-11 -11 -11 -32z" /> + <glyph glyph-name="guillemotleft" unicode="«" +d="M390 474h126l-110 -205l110 -205h-126l-118 205zM167 474h126l-110 -205l110 -205h-126l-118 205z" /> + <glyph glyph-name="logicalnot" unicode="¬" horiz-adv-x="600" +d="M450 310h-404v104h508v-306h-104v202z" /> + <glyph glyph-name="uni00AD" unicode="­" horiz-adv-x="333" +d="M35 214v110h263v-110h-263z" /> + <glyph glyph-name="registered" unicode="®" horiz-adv-x="800" +d="M39 349q2 154 107 256q102 103 254 105q154 -2 256 -105q103 -102 105 -256q-2 -152 -105 -254q-102 -105 -256 -107q-152 2 -254 107q-105 102 -107 254zM143 349q1 -126 75 -202q72 -78 182 -79q110 1 183 79q73 76 74 202q-1 127 -74 204q-73 76 -183 77 +q-110 -1 -182 -77q-74 -77 -75 -204zM255 551h151q77 0 119 -26q41 -27 41 -94q-1 -53 -29 -78q-29 -25 -77 -29l106 -174h-88l-96 170h-41v-170h-86v401zM411 386q32 -1 50 10q19 10 19 43q-1 31 -26 39q-24 7 -52 7h-61v-99h70z" /> + <glyph glyph-name="macron" unicode="¯" horiz-adv-x="278" +d="M-5 618v80h288v-80h-288z" /> + <glyph glyph-name="degree" unicode="°" horiz-adv-x="400" +d="M200 637q-40 -1 -63 -24q-25 -24 -25 -64t25 -63q23 -25 63 -25t64 25q23 23 24 63q-1 40 -24 64q-24 23 -64 24zM200 710q69 -1 114 -47q46 -45 47 -114q-1 -69 -46 -114q-45 -46 -115 -47q-70 0 -115 46q-46 45 -46 115q1 69 48 114q45 46 113 47z" /> + <glyph glyph-name="plusminus" unicode="±" horiz-adv-x="600" +d="M248 506h104v-132h202v-104h-202v-133h-104v133h-202v104h202v132zM46 104h508v-104h-508v104z" /> + <glyph glyph-name="twosuperior" unicode="²" horiz-adv-x="361" +d="M30 282v82q16 7 47 30q30 24 61 56q32 34 54 68q22 32 22 54q0 51 -61 52q-58 0 -105 -34l-7 87q63 33 135 33q66 0 110 -29q43 -30 44 -100q0 -30 -17 -62t-44 -63q-59 -63 -108 -86v-2h171v-86h-302z" /> + <glyph glyph-name="threesuperior" unicode="³" horiz-adv-x="361" +d="M41 686q68 24 129 24q52 0 104 -21q25 -12 40 -31q15 -21 15 -51q0 -82 -83 -105v-2q44 -4 67 -30q22 -28 22 -66q0 -35 -16 -59q-17 -25 -44 -40q-58 -29 -123 -29q-58 0 -126 17l5 83q58 -20 108 -20q30 0 55 14q24 12 25 37q-1 28 -21 40q-22 9 -52 9q-35 0 -56 -3v84 +q22 -1 58 -1q23 0 47 12q23 11 24 36q-1 27 -18 37q-18 9 -46 9q-25 0 -54 -5q-29 -6 -55 -21z" /> + <glyph glyph-name="acute" unicode="´" horiz-adv-x="278" +d="M112 731h137l-137 -146h-83z" /> + <glyph glyph-name="mu" unicode="µ" horiz-adv-x="611" +d="M69 515h134v-275q0 -11 2 -23q0 -12 1 -25q2 -26 9 -49q9 -22 26 -36q18 -15 49 -15q37 0 61 19q23 17 35 43q14 26 18 55t4 54v252h134v-515h-127v70h-2q-11 -28 -41 -54q-30 -27 -70 -28q-24 0 -49 6q-25 5 -48 28h-2v-232h-134v725z" /> + <glyph glyph-name="paragraph" unicode="¶" horiz-adv-x="620" +d="M221 341q-217 4 -219 175q1 104 69 144q65 39 171 38h293v-822h-104v742h-106v-742h-104v465z" /> + <glyph glyph-name="periodcentered" unicode="·" horiz-adv-x="278" +d="M139 207q-35 0 -55 22q-22 22 -22 55q0 35 22 56q20 20 55 21q35 -1 57 -21q20 -21 20 -56q0 -33 -20 -55q-22 -22 -57 -22z" /> + <glyph glyph-name="cedilla" unicode="¸" horiz-adv-x="278" +d="M95 -147q15 -4 33 -9q16 -5 37 -6q20 0 36 8t17 27q0 19 -13 28q-12 9 -31 8q-24 0 -42 -9l-15 26l59 74h63l-46 -53l2 -2q18 6 41 6q31 0 55 -16q24 -17 25 -53q-1 -56 -40 -80q-38 -24 -85 -24q-41 1 -69 7q-28 5 -47 14z" /> + <glyph glyph-name="onesuperior" unicode="¹" horiz-adv-x="361" +d="M151 704h94v-422h-104v320l-77 -59l-52 61z" /> + <glyph glyph-name="ordmasculine" unicode="º" horiz-adv-x="397" +d="M200 710q74 0 124 -43q51 -43 52 -119q-1 -77 -51 -120q-50 -44 -126 -44q-75 0 -125 44q-52 43 -53 120q1 76 54 119q52 43 125 43zM202 650q-45 -1 -64 -30q-19 -30 -19 -72q-1 -43 17 -73q17 -31 64 -31q47 1 64 33q14 30 14 71q0 40 -16 70q-17 31 -60 32z" /> + <glyph glyph-name="guillemotright" unicode="»" +d="M166 64h-126l110 205l-110 205h126l118 -205zM389 64h-126l110 205l-110 205h126l118 -205z" /> + <glyph glyph-name="onequarter" unicode="¼" horiz-adv-x="834" +d="M581 720h82l-417 -742h-82zM159 704h94v-422h-104v320l-77 -59l-52 61zM656 159v171h-2l-114 -171h116zM455 164l180 258h125v-263h48v-80h-48v-79h-104v79h-201v85z" /> + <glyph glyph-name="onehalf" unicode="½" horiz-adv-x="834" +d="M551 720h82l-417 -742h-82zM149 704h94v-422h-104v320l-77 -60l-52 61zM499 82q16 7 47 30q30 24 61 56q32 34 54 68q22 32 22 54q0 51 -61 52q-58 0 -105 -34l-7 87q63 33 135 33q66 0 110 -29q43 -30 44 -100q0 -30 -17 -62t-44 -63q-59 -63 -108 -86v-2h171v-86h-302 +v82z" /> + <glyph glyph-name="threequarters" unicode="¾" horiz-adv-x="834" +d="M593 720h82l-417 -742h-82zM29 686q68 24 129 24q52 0 104 -21q25 -12 40 -31q15 -21 15 -51q0 -82 -83 -105v-2q44 -4 67 -30q22 -28 22 -66q0 -35 -16 -59q-17 -25 -44 -40q-58 -29 -123 -29q-58 0 -126 17l5 83q56 -20 114 -20q30 0 55 14q24 12 25 37q-1 28 -25 40 +q-24 9 -54 9q-35 0 -56 -3v84q22 -1 58 -1q28 0 52 12q24 11 25 36q-1 27 -21 37q-21 9 -49 9q-25 0 -54 -5q-29 -6 -55 -21zM668 330h-2l-112 -171h114v171zM772 0h-104v79h-201v85l180 258h125v-263h48v-80h-48v-79z" /> + <glyph glyph-name="questiondown" unicode="¿" horiz-adv-x="500" +d="M450 -162q-45 -19 -97 -26q-51 -7 -101 -7q-90 0 -157 42q-70 42 -71 137q1 52 29 92q27 40 61 75q35 36 59 74q24 39 21 86h123q-1 -69 -22 -113q-22 -44 -51 -74q-28 -29 -50 -57q-23 -27 -24 -67q0 -25 11 -42q11 -18 27 -29q36 -20 77 -20q82 1 154 40zM324 375h-140 +v140h140v-140z" /> + <glyph glyph-name="Agrave" unicode="À" horiz-adv-x="722" +d="M358 558h-2l-101 -288h204zM281 698h158l274 -698h-155l-60 160h-283l-61 -160h-145zM449 743h-83l-137 146h137z" /> + <glyph glyph-name="Aacute" unicode="Á" horiz-adv-x="722" +d="M358 558h-2l-101 -288h204zM281 698h158l274 -698h-155l-60 160h-283l-61 -160h-145zM370 889h137l-137 -146h-83z" /> + <glyph glyph-name="Acircumflex" unicode="Â" horiz-adv-x="722" +d="M358 558h-2l-101 -288h204zM281 698h158l274 -698h-155l-60 160h-283l-61 -160h-145zM420 889l105 -146h-89l-68 86l-70 -86h-89l110 146h101z" /> + <glyph glyph-name="Atilde" unicode="Ã" horiz-adv-x="722" +d="M358 558h-2l-101 -288h204zM281 698h158l274 -698h-155l-60 160h-283l-61 -160h-145zM189 761q1 47 30 84q28 36 72 37q23 0 42 -6q20 -6 39 -14t37 -14q17 -8 36 -8q44 2 44 49h54q0 -51 -24 -85q-26 -35 -73 -36q-27 0 -46 6q-21 5 -40 12q-38 18 -68 19 +q-25 -1 -37 -14q-12 -14 -12 -30h-54z" /> + <glyph glyph-name="Adieresis" unicode="Ä" horiz-adv-x="722" +d="M358 558h-2l-101 -288h204zM281 698h158l274 -698h-155l-60 160h-283l-61 -160h-145zM528 883v-116h-116v116h116zM206 767v116h116v-116h-116z" /> + <glyph glyph-name="Aring" unicode="Å" horiz-adv-x="722" +d="M358 558h-2l-101 -288h204zM281 698h158l274 -698h-155l-60 160h-283l-61 -160h-145zM262 828q1 45 33 76q30 30 74 31q46 -1 76 -31q29 -31 30 -76q-1 -44 -30 -74q-30 -32 -76 -32q-44 0 -74 32q-32 30 -33 74zM316 828q0 -22 16 -36q14 -16 37 -16t38 16q14 14 14 36 +q0 23 -14 39q-15 14 -38 14t-37 -14q-16 -16 -16 -39z" /> + <glyph glyph-name="AE" unicode="Æ" horiz-adv-x="945" +d="M480 594h-2l-173 -324h198zM391 698h74h144h281v-110h-271l14 -172h235v-110h-223l16 -196h233v-110h-223h-146l-12 160h-268l-86 -160h-150z" /> + <glyph glyph-name="Ccedilla" unicode="Ç" horiz-adv-x="611" +d="M589 10q-78 -21 -159 -22q-8 0 -14 1l-36 -42l2 -2q18 6 41 6q31 0 55 -16q24 -17 25 -53q-1 -56 -40 -80q-38 -24 -85 -24q-41 1 -69 7q-28 5 -47 14l20 54q15 -4 33 -9q16 -5 37 -6q20 0 36 8t17 27q0 19 -13 28q-12 9 -31 8q-24 0 -42 -9l-15 26l54 68 +q-304 29 -311 343q7 369 383 373q75 0 158 -29l-10 -118q-39 22 -76 31q-37 6 -75 6q-109 -1 -170 -72q-64 -71 -64 -181q0 -109 63 -177q62 -71 174 -72q43 0 86 9q42 8 67 20z" /> + <glyph glyph-name="Egrave" unicode="È" +d="M81 698h412v-110h-272v-172h249v-110h-249v-196h274v-110h-414v698zM362 743h-83l-137 146h137z" /> + <glyph glyph-name="Eacute" unicode="É" +d="M81 698h412v-110h-272v-172h249v-110h-249v-196h274v-110h-414v698zM283 889h137l-137 -146h-83z" /> + <glyph glyph-name="Ecircumflex" unicode="Ê" +d="M81 698h412v-110h-272v-172h249v-110h-249v-196h274v-110h-414v698zM333 889l105 -146h-89l-68 86l-70 -86h-89l110 146h101z" /> + <glyph glyph-name="Edieresis" unicode="Ë" +d="M81 698h412v-110h-272v-172h249v-110h-249v-196h274v-110h-414v698zM441 883v-116h-116v116h116zM119 767v116h116v-116h-116z" /> + <glyph glyph-name="Igrave" unicode="Ì" horiz-adv-x="278" +d="M69 698h140v-698h-140v698zM222 743h-83l-137 146h137z" /> + <glyph glyph-name="Iacute" unicode="Í" horiz-adv-x="278" +d="M69 698h140v-698h-140v698zM139 889h137l-137 -146h-83z" /> + <glyph glyph-name="Icircumflex" unicode="Î" horiz-adv-x="278" +d="M69 698h140v-698h-140v698zM192 889l105 -146h-89l-68 86l-70 -86h-89l110 146h101z" /> + <glyph glyph-name="Idieresis" unicode="Ï" horiz-adv-x="278" +d="M69 698h140v-698h-140v698zM300 883v-116h-116v116h116zM-22 767v116h116v-116h-116z" /> + <glyph glyph-name="Eth" unicode="Ð" horiz-adv-x="722" +d="M81 336h-64v86h64v276h191q166 2 282 -70q57 -39 89 -106q32 -68 32 -173q0 -103 -32 -170q-32 -68 -89 -108q-56 -39 -128 -55t-154 -16h-191v336zM221 110h78q92 0 160 63q68 62 70 176q-2 115 -70 177t-160 62h-78v-166h146v-86h-146v-226z" /> + <glyph glyph-name="Ntilde" unicode="Ñ" horiz-adv-x="722" +d="M74 698h172l266 -522h2v522h134v-698h-171l-267 522h-2v-522h-134v698zM188 761q1 47 30 84q28 36 72 37q23 0 42 -6q20 -6 39 -14t37 -14q17 -8 36 -8q44 2 44 49h54q0 -51 -24 -85q-26 -35 -73 -36q-27 0 -46 6q-21 5 -40 12q-38 18 -68 19q-25 -1 -37 -14 +q-12 -14 -12 -30h-54z" /> + <glyph glyph-name="Ograve" unicode="Ò" horiz-adv-x="778" +d="M47 351q0 163 88 260q87 98 254 99q166 -2 254 -100q88 -97 88 -259q-1 -161 -87 -260q-88 -101 -255 -103q-168 2 -254 102q-88 98 -88 261zM193 351q-1 -98 45 -173q46 -78 151 -80q54 0 92 22t60 58q44 75 44 173q0 97 -45 171q-47 76 -151 78q-103 -2 -149 -78 +q-47 -74 -47 -171zM478 743h-83l-137 146h137z" /> + <glyph glyph-name="Oacute" unicode="Ó" horiz-adv-x="778" +d="M47 351q0 163 88 260q87 98 254 99q166 -2 254 -100q88 -97 88 -259q-1 -161 -87 -260q-88 -101 -255 -103q-168 2 -254 102q-88 98 -88 261zM193 351q-1 -98 45 -173q46 -78 151 -80q54 0 92 22t60 58q44 75 44 173q0 97 -45 171q-47 76 -151 78q-103 -2 -149 -78 +q-47 -74 -47 -171zM398 889h137l-137 -146h-83z" /> + <glyph glyph-name="Ocircumflex" unicode="Ô" horiz-adv-x="778" +d="M47 351q0 163 88 260q87 98 254 99q166 -2 254 -100q88 -97 88 -259q-1 -161 -87 -260q-88 -101 -255 -103q-168 2 -254 102q-88 98 -88 261zM193 351q-1 -98 45 -173q46 -78 151 -80q54 0 92 22t60 58q44 75 44 173q0 97 -45 171q-47 76 -151 78q-103 -2 -149 -78 +q-47 -74 -47 -171zM448 889l105 -146h-89l-68 86l-70 -86h-89l110 146h101z" /> + <glyph glyph-name="Otilde" unicode="Õ" horiz-adv-x="778" +d="M47 351q0 163 88 260q87 98 254 99q166 -2 254 -100q88 -97 88 -259q-1 -161 -87 -260q-88 -101 -255 -103q-168 2 -254 102q-88 98 -88 261zM193 351q-1 -98 45 -173q46 -78 151 -80q54 0 92 22t60 58q44 75 44 173q0 97 -45 171q-47 76 -151 78q-103 -2 -149 -78 +q-47 -74 -47 -171zM217 761q1 47 30 84q28 36 72 37q23 0 42 -6q20 -6 39 -14t37 -14q17 -8 36 -8q44 2 44 49h54q0 -51 -24 -85q-26 -35 -73 -36q-27 0 -46 6q-21 5 -40 12q-38 18 -68 19q-25 -1 -37 -14q-12 -14 -12 -30h-54z" /> + <glyph glyph-name="Odieresis" unicode="Ö" horiz-adv-x="778" +d="M47 351q0 163 88 260q87 98 254 99q166 -2 254 -100q88 -97 88 -259q-1 -161 -87 -260q-88 -101 -255 -103q-168 2 -254 102q-88 98 -88 261zM193 351q-1 -98 45 -173q46 -78 151 -80q54 0 92 22t60 58q44 75 44 173q0 97 -45 171q-47 76 -151 78q-103 -2 -149 -78 +q-47 -74 -47 -171zM556 883v-116h-116v116h116zM234 767v116h116v-116h-116z" /> + <glyph glyph-name="multiply" unicode="×" horiz-adv-x="600" +d="M66 415l72 72l162 -162l162 162l72 -72l-163 -162l163 -162l-72 -72l-162 163l-162 -163l-72 72l162 162z" /> + <glyph glyph-name="Oslash" unicode="Ø" horiz-adv-x="778" +d="M509 556q-45 43 -120 44q-103 -2 -149 -78q-47 -74 -47 -171q0 -87 35 -157zM264 146q45 -47 125 -48q54 0 92 22t60 58q44 75 44 173q0 89 -39 158zM686 690l-54 -70q98 -99 99 -269q-1 -161 -87 -260q-88 -101 -255 -103q-124 1 -204 57l-57 -74l-45 36l59 76 +q-95 97 -95 268q0 163 88 260q87 98 254 99q119 -1 198 -53l54 70z" /> + <glyph glyph-name="Ugrave" unicode="Ù" horiz-adv-x="722" +d="M76 698h140v-403q-1 -90 33 -142q34 -55 112 -55q80 0 113 55q32 52 32 142v403h140v-446q-4 -268 -285 -264q-281 -4 -285 264v446zM448 743h-83l-137 146h137z" /> + <glyph glyph-name="Uacute" unicode="Ú" horiz-adv-x="722" +d="M76 698h140v-403q-1 -90 33 -142q34 -55 112 -55q80 0 113 55q32 52 32 142v403h140v-446q-4 -268 -285 -264q-281 -4 -285 264v446zM369 889h137l-137 -146h-83z" /> + <glyph glyph-name="Ucircumflex" unicode="Û" horiz-adv-x="722" +d="M76 698h140v-403q-1 -90 33 -142q34 -55 112 -55q80 0 113 55q32 52 32 142v403h140v-446q-4 -268 -285 -264q-281 -4 -285 264v446zM418 889l105 -146h-89l-68 86l-70 -86h-89l110 146h101z" /> + <glyph glyph-name="Udieresis" unicode="Ü" horiz-adv-x="722" +d="M76 698h140v-403q-1 -90 33 -142q34 -55 112 -55q80 0 113 55q32 52 32 142v403h140v-446q-4 -268 -285 -264q-281 -4 -285 264v446zM526 883v-116h-116v116h116zM204 767v116h116v-116h-116z" /> + <glyph glyph-name="Yacute" unicode="Ý" horiz-adv-x="667" +d="M266 276l-255 422h164l165 -293l168 293h148l-250 -422v-276h-140v276zM343 889h137l-137 -146h-83z" /> + <glyph glyph-name="Thorn" unicode="Þ" +d="M69 0v698h140v-116h37q118 1 203 -43q86 -45 88 -169q-1 -120 -77 -171t-192 -50h-59v-149h-140zM209 259h49q55 -1 94 22q38 23 39 82q0 31 -10 52q-11 21 -29 33q-38 24 -94 24h-49v-213z" /> + <glyph glyph-name="germandbls" unicode="ß" horiz-adv-x="611" +d="M72 0v505q0 116 62 186q61 70 184 71q88 0 156 -46q69 -46 71 -138q0 -139 -133 -177v-2q77 -10 123 -61q45 -51 46 -123q-1 -103 -65 -161q-65 -59 -169 -60q-54 2 -87 11l4 104q25 -11 70 -11q16 0 34 6q17 5 34 18t28 40q11 25 11 67q-1 67 -46 91q-46 23 -111 22v104 +q118 -1 121 109q0 43 -21 73q-22 29 -68 30q-58 -1 -84 -45q-26 -43 -26 -97v-516h-134z" /> + <glyph glyph-name="agrave" unicode="à" +d="M92 488q86 38 179 39q225 3 222 -217v-66q0 -75 2 -129q2 -57 6 -115h-118q-6 47 -6 77h-2q-24 -42 -67 -65q-44 -24 -92 -24q-70 1 -123 40q-56 39 -57 113q0 58 26 94q24 36 62 53q40 19 85 25q46 5 88 5h74q0 62 -28 87q-28 24 -88 24q-88 -1 -159 -56zM164 149 +q0 -32 25 -47q23 -16 60 -16q62 1 94 46q29 45 28 106h-58h-23t-24 -2q-26 -3 -49 -12t-37 -27q-16 -18 -16 -48zM346 585h-83l-137 146h137z" /> + <glyph glyph-name="aacute" unicode="á" +d="M92 488q86 38 179 39q225 3 222 -217v-66q0 -75 2 -129q2 -57 6 -115h-118q-6 47 -6 77h-2q-24 -42 -67 -65q-44 -24 -92 -24q-70 1 -123 40q-56 39 -57 113q0 58 26 94q24 36 62 53q40 19 85 25q46 5 88 5h74q0 62 -28 87q-28 24 -88 24q-88 -1 -159 -56zM164 149 +q0 -32 25 -47q23 -16 60 -16q62 1 94 46q29 45 28 106h-58h-23t-24 -2q-26 -3 -49 -12t-37 -27q-16 -18 -16 -48zM293 731h137l-137 -146h-83z" /> + <glyph glyph-name="acircumflex" unicode="â" +d="M92 488q86 38 179 39q225 3 222 -217v-66q0 -75 2 -129q2 -57 6 -115h-118q-6 47 -6 77h-2q-24 -42 -67 -65q-44 -24 -92 -24q-70 1 -123 40q-56 39 -57 113q0 58 26 94q24 36 62 53q40 19 85 25q46 5 88 5h74q0 62 -28 87q-28 24 -88 24q-88 -1 -159 -56zM164 149 +q0 -32 25 -47q23 -16 60 -16q62 1 94 46q29 45 28 106h-58h-23t-24 -2q-26 -3 -49 -12t-37 -27q-16 -18 -16 -48zM334 731l105 -146h-89l-68 86l-70 -86h-89l110 146h101z" /> + <glyph glyph-name="atilde" unicode="ã" +d="M92 488q86 38 179 39q225 3 222 -217v-66q0 -75 2 -129q2 -57 6 -115h-118q-6 47 -6 77h-2q-24 -42 -67 -65q-44 -24 -92 -24q-70 1 -123 40q-56 39 -57 113q0 58 26 94q24 36 62 53q40 19 85 25q46 5 88 5h74q0 62 -28 87q-28 24 -88 24q-88 -1 -159 -56zM164 149 +q0 -32 25 -47q23 -16 60 -16q62 1 94 46q29 45 28 106h-58h-23t-24 -2q-26 -3 -49 -12t-37 -27q-16 -18 -16 -48zM103 603q1 47 30 84q28 36 72 37q23 0 42 -6q20 -6 39 -14t37 -14q17 -8 36 -8q44 2 44 49h54q0 -51 -24 -85q-26 -35 -73 -36q-27 0 -46 6q-21 5 -40 12 +q-38 18 -68 19q-25 -1 -37 -14q-12 -14 -12 -30h-54z" /> + <glyph glyph-name="adieresis" unicode="ä" +d="M92 488q86 38 179 39q225 3 222 -217v-66q0 -75 2 -129q2 -57 6 -115h-118q-6 47 -6 77h-2q-24 -42 -67 -65q-44 -24 -92 -24q-70 1 -123 40q-56 39 -57 113q0 58 26 94q24 36 62 53q40 19 85 25q46 5 88 5h74q0 62 -28 87q-28 24 -88 24q-88 -1 -159 -56zM164 149 +q0 -32 25 -47q23 -16 60 -16q62 1 94 46q29 45 28 106h-58h-23t-24 -2q-26 -3 -49 -12t-37 -27q-16 -18 -16 -48zM442 725v-116h-116v116h116zM120 609v116h116v-116h-116z" /> + <glyph glyph-name="aring" unicode="å" +d="M92 488q86 38 179 39q225 3 222 -217v-66q0 -75 2 -129q2 -57 6 -115h-118q-6 47 -6 77h-2q-24 -42 -67 -65q-44 -24 -92 -24q-70 1 -123 40q-56 39 -57 113q0 58 26 94q24 36 62 53q40 19 85 25q46 5 88 5h74q0 62 -28 87q-28 24 -88 24q-88 -1 -159 -56zM164 149 +q0 -32 25 -47q23 -16 60 -16q62 1 94 46q29 45 28 106h-58h-23t-24 -2q-26 -3 -49 -12t-37 -27q-16 -18 -16 -48zM177 685q1 45 33 76q30 30 74 31q46 -1 76 -31q29 -31 30 -76q-1 -44 -30 -74q-30 -32 -76 -32q-44 0 -74 32q-32 30 -33 74zM231 685q0 -22 16 -36 +q14 -16 37 -16t38 16q14 14 14 36q0 23 -14 39q-15 14 -38 14t-37 -14q-16 -16 -16 -39z" /> + <glyph glyph-name="ae" unicode="æ" horiz-adv-x="889" +d="M725 308q0 49 -24 85q-25 35 -81 36q-59 -1 -89 -35q-32 -34 -32 -86h226zM818 29q-71 -41 -177 -41q-63 0 -120 21q-58 20 -96 72q-14 -24 -35 -40q-22 -18 -48 -30q-52 -24 -109 -23q-76 0 -135 35q-61 35 -62 118q0 54 24 89q23 35 61 54q38 20 84 27q45 7 89 7h77 +q0 56 -25 84q-27 28 -94 28q-88 -2 -159 -57l-4 115q85 38 183 39q55 0 97 -11q21 -6 41 -19q19 -14 37 -35q56 64 176 65q135 -3 185 -95q46 -91 45 -216h-354q1 -63 44 -96q41 -34 104 -34q49 0 92 16q42 14 79 36v-109zM164 141q0 -23 20 -38q20 -17 56 -17 +q134 0 131 152h-58h-23q-12 -1 -25 -3q-26 -4 -49 -15q-23 -10 -37 -29q-15 -20 -15 -50z" /> + <glyph glyph-name="ccedilla" unicode="ç" horiz-adv-x="444" +d="M403 404q-17 9 -38 14q-22 5 -53 5q-62 -1 -98 -44q-38 -44 -38 -119q0 -72 35 -119q34 -48 104 -49q29 0 58 9q28 7 45 15l6 -111q-47 -15 -111 -16l-37 -42l2 -2q18 6 41 6q31 0 55 -16q24 -17 25 -53q-1 -56 -40 -80q-38 -24 -85 -24q-41 1 -69 7q-28 5 -47 14l20 54 +q15 -4 33 -9q16 -5 37 -6q20 0 36 8t17 27q0 19 -13 28q-12 9 -31 8q-24 0 -42 -9l-15 26l52 65q-108 14 -162 87q-54 72 -54 182q0 115 65 190q64 76 184 77q78 0 130 -17z" /> + <glyph glyph-name="egrave" unicode="è" +d="M392 308q-2 51 -27 85q-26 35 -82 36q-55 -1 -85 -34q-30 -34 -34 -87h228zM482 29q-71 -41 -177 -41q-266 4 -269 267q0 115 60 193q60 77 179 79q141 -1 195 -87q51 -86 50 -224h-356q5 -62 45 -95q40 -35 102 -35q49 0 92 16q42 14 79 36v-109zM346 585h-83l-137 146 +h137z" /> + <glyph glyph-name="eacute" unicode="é" +d="M392 308q-2 51 -27 85q-26 35 -82 36q-55 -1 -85 -34q-30 -34 -34 -87h228zM482 29q-71 -41 -177 -41q-266 4 -269 267q0 115 60 193q60 77 179 79q141 -1 195 -87q51 -86 50 -224h-356q5 -62 45 -95q40 -35 102 -35q49 0 92 16q42 14 79 36v-109zM293 731h137l-137 -146 +h-83z" /> + <glyph glyph-name="ecircumflex" unicode="ê" +d="M392 308q-2 51 -27 85q-26 35 -82 36q-55 -1 -85 -34q-30 -34 -34 -87h228zM482 29q-71 -41 -177 -41q-266 4 -269 267q0 115 60 193q60 77 179 79q141 -1 195 -87q51 -86 50 -224h-356q5 -62 45 -95q40 -35 102 -35q49 0 92 16q42 14 79 36v-109zM334 731l105 -146h-89 +l-68 86l-70 -86h-89l110 146h101z" /> + <glyph glyph-name="edieresis" unicode="ë" +d="M392 308q-2 51 -27 85q-26 35 -82 36q-55 -1 -85 -34q-30 -34 -34 -87h228zM482 29q-71 -41 -177 -41q-266 4 -269 267q0 115 60 193q60 77 179 79q141 -1 195 -87q51 -86 50 -224h-356q5 -62 45 -95q40 -35 102 -35q49 0 92 16q42 14 79 36v-109zM442 725v-116h-116v116 +h116zM120 609v116h116v-116h-116z" /> + <glyph glyph-name="igrave" unicode="ì" horiz-adv-x="278" +d="M72 0v515h134v-515h-134zM204 585h-83l-137 146h137z" /> + <glyph glyph-name="iacute" unicode="í" horiz-adv-x="278" +d="M72 0v515h134v-515h-134zM148 731h137l-137 -146h-83z" /> + <glyph glyph-name="icircumflex" unicode="î" horiz-adv-x="278" +d="M72 0v515h134v-515h-134zM192 731l105 -146h-89l-68 86l-70 -86h-89l110 146h101z" /> + <glyph glyph-name="idieresis" unicode="ï" horiz-adv-x="278" +d="M72 0v515h134v-515h-134zM300 725v-116h-116v116h116zM-22 609v116h116v-116h-116z" /> + <glyph glyph-name="eth" unicode="ð" horiz-adv-x="611" +d="M307 411q-66 -2 -98 -52q-33 -49 -33 -108q0 -27 8 -55q7 -28 22 -51t40 -37q24 -16 60 -16q69 1 98 50q28 46 28 109q0 56 -29 107q-14 24 -38 39q-24 14 -58 14zM228 648q-54 33 -99 48l61 68q67 -24 127 -59l92 59l51 -47l-83 -53q190 -136 195 -382 +q-3 -291 -267 -294q-128 2 -198 78q-71 75 -71 188q-1 107 60 183t173 78q43 0 72 -8q29 -9 51 -24h2q-36 72 -106 124l-92 -60l-51 47z" /> + <glyph glyph-name="ntilde" unicode="ñ" horiz-adv-x="611" +d="M69 515h127v-70h2q64 83 169 82q91 -1 134 -57q41 -56 41 -145v-325h-134v275q0 25 -1 51t-10 47q-7 23 -25 37q-19 13 -51 13q-36 0 -58 -17t-36 -43q-13 -26 -18 -55q-6 -30 -6 -56v-252h-134v515zM131 603q1 47 30 84q28 36 72 37q23 0 42 -6q20 -6 39 -14t37 -14 +q17 -8 36 -8q44 2 44 49h54q0 -51 -24 -85q-26 -35 -73 -36q-27 0 -46 6q-21 5 -40 12q-38 18 -68 19q-25 -1 -37 -14q-12 -14 -12 -30h-54z" /> + <glyph glyph-name="ograve" unicode="ò" horiz-adv-x="611" +d="M36 254q1 129 78 201q75 71 191 72q118 -1 193 -72q76 -72 77 -201q0 -113 -70 -188q-70 -76 -200 -78q-128 2 -198 78q-71 75 -71 188zM176 270q0 -15 2 -30q2 -17 5 -32q6 -32 20 -58q15 -26 40 -41q24 -17 62 -17q39 0 65 16q25 15 40 41t20 58q5 31 5 63 +q0 62 -31 107q-33 45 -99 46q-64 -1 -96 -47q-33 -45 -33 -106zM375 585h-83l-137 146h137z" /> + <glyph glyph-name="oacute" unicode="ó" horiz-adv-x="611" +d="M36 254q1 129 78 201q75 71 191 72q118 -1 193 -72q76 -72 77 -201q0 -113 -70 -188q-70 -76 -200 -78q-128 2 -198 78q-71 75 -71 188zM176 270q0 -15 2 -30q2 -17 5 -32q6 -32 20 -58q15 -26 40 -41q24 -17 62 -17q39 0 65 16q25 15 40 41t20 58q5 31 5 63 +q0 62 -31 107q-33 45 -99 46q-64 -1 -96 -47q-33 -45 -33 -106zM321 731h137l-137 -146h-83z" /> + <glyph glyph-name="ocircumflex" unicode="ô" horiz-adv-x="611" +d="M36 254q1 129 78 201q75 71 191 72q118 -1 193 -72q76 -72 77 -201q0 -113 -70 -188q-70 -76 -200 -78q-128 2 -198 78q-71 75 -71 188zM176 270q0 -15 2 -30q2 -17 5 -32q6 -32 20 -58q15 -26 40 -41q24 -17 62 -17q39 0 65 16q25 15 40 41t20 58q5 31 5 63 +q0 62 -31 107q-33 45 -99 46q-64 -1 -96 -47q-33 -45 -33 -106zM362 731l105 -146h-89l-68 86l-70 -86h-89l110 146h101z" /> + <glyph glyph-name="otilde" unicode="õ" horiz-adv-x="611" +d="M36 254q1 129 78 201q75 71 191 72q118 -1 193 -72q76 -72 77 -201q0 -113 -70 -188q-70 -76 -200 -78q-128 2 -198 78q-71 75 -71 188zM176 270q0 -15 2 -30q2 -17 5 -32q6 -32 20 -58q15 -26 40 -41q24 -17 62 -17q39 0 65 16q25 15 40 41t20 58q5 31 5 63 +q0 62 -31 107q-33 45 -99 46q-64 -1 -96 -47q-33 -45 -33 -106zM131 603q1 47 30 84q28 36 72 37q23 0 42 -6q20 -6 39 -14t37 -14q17 -8 36 -8q44 2 44 49h54q0 -51 -24 -85q-26 -35 -73 -36q-27 0 -46 6q-21 5 -40 12q-38 18 -68 19q-25 -1 -37 -14q-12 -14 -12 -30h-54z +" /> + <glyph glyph-name="odieresis" unicode="ö" horiz-adv-x="611" +d="M36 254q1 129 78 201q75 71 191 72q118 -1 193 -72q76 -72 77 -201q0 -113 -70 -188q-70 -76 -200 -78q-128 2 -198 78q-71 75 -71 188zM176 270q0 -15 2 -30q2 -17 5 -32q6 -32 20 -58q15 -26 40 -41q24 -17 62 -17q39 0 65 16q25 15 40 41t20 58q5 31 5 63 +q0 62 -31 107q-33 45 -99 46q-64 -1 -96 -47q-33 -45 -33 -106zM470 725v-116h-116v116h116zM148 609v116h116v-116h-116z" /> + <glyph glyph-name="divide" unicode="÷" horiz-adv-x="600" +d="M46 201v104h508v-104h-508zM300 529q35 -1 57 -21q20 -21 20 -56q0 -33 -20 -55q-22 -22 -57 -22t-55 22q-22 22 -22 55q0 35 22 56q20 20 55 21zM300 -23q-35 1 -55 22q-22 22 -22 55q0 35 22 56q20 20 55 21q35 -1 57 -21q20 -21 20 -56q0 -33 -20 -55q-22 -21 -57 -22 +z" /> + <glyph glyph-name="oslash" unicode="ø" horiz-adv-x="611" +d="M384 396q-29 26 -79 27q-64 -1 -96 -47q-33 -45 -33 -106q-1 -55 18 -102zM224 122q29 -30 81 -30q39 0 65 16q25 15 40 41t20 58q5 31 5 63q0 46 -18 84zM553 517l-54 -65q75 -71 76 -198q0 -113 -70 -188q-70 -76 -200 -78q-93 1 -157 43l-55 -66l-41 33l56 67 +q-72 74 -72 189q1 129 78 201q75 71 191 72q89 -1 154 -42l54 65z" /> + <glyph glyph-name="ugrave" unicode="ù" horiz-adv-x="611" +d="M542 0h-127v70h-2q-63 -80 -169 -82q-91 1 -132 58q-43 56 -43 144v325h134v-275q0 -11 2 -23q0 -12 1 -25q2 -26 9 -49q9 -22 26 -36q18 -15 49 -15q37 0 61 19q23 17 35 43q14 26 18 55t4 54v252h134v-515zM374 585h-83l-137 146h137z" /> + <glyph glyph-name="uacute" unicode="ú" horiz-adv-x="611" +d="M542 0h-127v70h-2q-63 -80 -169 -82q-91 1 -132 58q-43 56 -43 144v325h134v-275q0 -11 2 -23q0 -12 1 -25q2 -26 9 -49q9 -22 26 -36q18 -15 49 -15q37 0 61 19q23 17 35 43q14 26 18 55t4 54v252h134v-515zM320 731h137l-137 -146h-83z" /> + <glyph glyph-name="ucircumflex" unicode="û" horiz-adv-x="611" +d="M542 0h-127v70h-2q-63 -80 -169 -82q-91 1 -132 58q-43 56 -43 144v325h134v-275q0 -11 2 -23q0 -12 1 -25q2 -26 9 -49q9 -22 26 -36q18 -15 49 -15q37 0 61 19q23 17 35 43q14 26 18 55t4 54v252h134v-515zM361 731l105 -146h-89l-68 86l-70 -86h-89l110 146h101z" /> + <glyph glyph-name="udieresis" unicode="ü" horiz-adv-x="611" +d="M542 0h-127v70h-2q-63 -80 -169 -82q-91 1 -132 58q-43 56 -43 144v325h134v-275q0 -11 2 -23q0 -12 1 -25q2 -26 9 -49q9 -22 26 -36q18 -15 49 -15q37 0 61 19q23 17 35 43q14 26 18 55t4 54v252h134v-515zM469 725v-116h-116v116h116zM147 609v116h116v-116h-116z" /> + <glyph glyph-name="yacute" unicode="ý" +d="M283 139h2l124 376h136l-193 -511q-15 -42 -31 -82q-16 -41 -39 -73q-22 -32 -56 -51q-36 -20 -88 -20q-48 0 -95 14l9 99q23 -9 69 -9q41 1 64 26t23 66l-197 541h148zM293 731h137l-137 -146h-83z" /> + <glyph glyph-name="thorn" unicode="þ" horiz-adv-x="611" +d="M69 750h134v-302h2q19 33 58 56q38 22 96 23q117 -2 168 -80q49 -78 48 -188q1 -109 -48 -188q-51 -81 -168 -83q-56 1 -93 21q-37 19 -61 49h-2v-268h-134v960zM324 423q-64 -2 -92 -55q-28 -51 -28 -109q-1 -58 27 -110q14 -24 36 -40q22 -17 55 -17t56 17q22 16 34 40 +q13 26 19 55q4 29 4 55q0 56 -22 109q-12 25 -34 40t-55 15z" /> + <glyph glyph-name="ydieresis" unicode="ÿ" +d="M283 139h2l124 376h136l-193 -511q-15 -42 -31 -82q-16 -41 -39 -73q-22 -32 -56 -51q-36 -20 -88 -20q-48 0 -95 14l9 99q23 -9 69 -9q41 1 64 26t23 66l-197 541h148zM443 725v-116h-116v116h116zM121 609v116h116v-116h-116z" /> + <glyph glyph-name=".null" horiz-adv-x="500" + /> + <glyph glyph-name="Amacron" unicode="Ā" horiz-adv-x="722" +d="M358 558h-2l-101 -288h204zM281 698h158l274 -698h-155l-60 160h-283l-61 -160h-145zM218 773v80h288v-80h-288z" /> + <glyph glyph-name="amacron" unicode="ā" +d="M92 488q86 38 179 39q225 3 222 -217v-66q0 -75 2 -129q2 -57 6 -115h-118q-6 47 -6 77h-2q-24 -42 -67 -65q-44 -24 -92 -24q-70 1 -123 40q-56 39 -57 113q0 58 26 94q24 36 62 53q40 19 85 25q46 5 88 5h74q0 62 -28 87q-28 24 -88 24q-88 -1 -159 -56zM164 149 +q0 -32 25 -47q23 -16 60 -16q62 1 94 46q29 45 28 106h-58h-23t-24 -2q-26 -3 -49 -12t-37 -27q-16 -18 -16 -48zM137 618v80h288v-80h-288z" /> + <glyph glyph-name="Abreve" unicode="Ă" horiz-adv-x="722" +d="M358 558h-2l-101 -288h204zM281 698h158l274 -698h-155l-60 160h-283l-61 -160h-145zM260 886q19 -79 100 -80q82 1 102 80h62q-5 -69 -50 -109q-45 -43 -114 -43q-67 0 -112 43q-45 40 -50 109h62z" /> + <glyph glyph-name="abreve" unicode="ă" +d="M92 488q86 38 179 39q225 3 222 -217v-66q0 -75 2 -129q2 -57 6 -115h-118q-6 47 -6 77h-2q-24 -42 -67 -65q-44 -24 -92 -24q-70 1 -123 40q-56 39 -57 113q0 58 26 94q24 36 62 53q40 19 85 25q46 5 88 5h74q0 62 -28 87q-28 24 -88 24q-88 -1 -159 -56zM164 149 +q0 -32 25 -47q23 -16 60 -16q62 1 94 46q29 45 28 106h-58h-23t-24 -2q-26 -3 -49 -12t-37 -27q-16 -18 -16 -48zM177 730q19 -79 100 -80q82 1 102 80h62q-5 -69 -50 -109q-45 -43 -114 -43q-67 0 -112 43q-45 40 -50 109h62z" /> + <glyph glyph-name="Aogonek" unicode="Ą" horiz-adv-x="722" +d="M625 0q-30 -22 -56 -52q-26 -31 -27 -70q-1 -45 41 -46q17 1 32 11t24 22l40 -8q-17 -39 -46 -59t-79 -20q-44 0 -70 23q-28 22 -28 67q0 24 13 45q11 20 29 36q39 32 78 51h-18l-60 160h-283l-61 -160h-145l272 698h158l274 -698h-88zM358 558h-2l-101 -288h204z" /> + <glyph glyph-name="aogonek" unicode="ą" +d="M461 0q-30 -22 -56 -52q-26 -31 -27 -70q-1 -45 41 -46q17 1 32 11t24 22l40 -8q-17 -39 -46 -59t-79 -20q-44 0 -70 23q-28 22 -28 67q0 24 13 45q11 20 29 36q39 32 78 51h-29q-6 47 -6 77h-2q-24 -42 -67 -65q-44 -24 -92 -24q-70 1 -123 40q-56 39 -57 113 +q0 58 26 94q24 36 62 53q40 19 85 25q46 5 88 5h74q0 62 -28 87q-28 24 -88 24q-88 -1 -159 -56l-4 115q86 38 179 39q225 3 222 -217v-66q0 -75 2 -129q2 -57 6 -115h-40zM164 149q0 -32 25 -47q23 -16 60 -16q62 1 94 46q29 45 28 106h-81q-12 0 -24 -2q-26 -3 -49 -12 +t-37 -27q-16 -18 -16 -48z" /> + <glyph glyph-name="Cacute" unicode="Ć" horiz-adv-x="611" +d="M589 10q-78 -21 -159 -22q-172 0 -275 87q-107 85 -108 262q7 369 383 373q75 0 158 -29l-10 -118q-39 22 -76 31q-37 6 -75 6q-109 -1 -170 -72q-64 -71 -64 -181q0 -109 63 -177q62 -71 174 -72q43 0 86 9q42 8 67 20zM411 886h137l-137 -146h-83z" /> + <glyph glyph-name="cacute" unicode="ć" horiz-adv-x="444" +d="M403 404q-17 9 -38 14q-22 5 -53 5q-62 -1 -98 -44q-38 -44 -38 -119q0 -72 35 -119q34 -48 104 -49q29 0 58 9q28 7 45 15l6 -111q-28 -9 -60 -12q-32 -5 -74 -5q-126 1 -189 78q-65 75 -65 194q0 115 65 190q64 76 184 77q78 0 130 -17zM298 731h137l-137 -146h-83z +" /> + <glyph glyph-name="Ccircumflex" unicode="Ĉ" horiz-adv-x="611" +d="M589 10q-78 -21 -159 -22q-172 0 -275 87q-107 85 -108 262q7 369 383 373q75 0 158 -29l-10 -118q-39 22 -76 31q-37 6 -75 6q-109 -1 -170 -72q-64 -71 -64 -181q0 -109 63 -177q62 -71 174 -72q43 0 86 9q42 8 67 20zM443 886l105 -146h-89l-68 86l-70 -86h-89 +l110 146h101z" /> + <glyph glyph-name="ccircumflex" unicode="ĉ" horiz-adv-x="444" +d="M403 404q-17 9 -38 14q-22 5 -53 5q-62 -1 -98 -44q-38 -44 -38 -119q0 -72 35 -119q34 -48 104 -49q29 0 58 9q28 7 45 15l6 -111q-28 -9 -60 -12q-32 -5 -74 -5q-126 1 -189 78q-65 75 -65 194q0 115 65 190q64 76 184 77q78 0 130 -17zM323 731l105 -146h-89l-68 86 +l-70 -86h-89l110 146h101z" /> + <glyph glyph-name="Cdotaccent" unicode="Ċ" horiz-adv-x="611" +d="M589 10q-78 -21 -159 -22q-172 0 -275 87q-107 85 -108 262q7 369 383 373q75 0 158 -29l-10 -118q-39 22 -76 31q-37 6 -75 6q-109 -1 -170 -72q-64 -71 -64 -181q0 -109 63 -177q62 -71 174 -72q43 0 86 9q42 8 67 20zM331 764v116h116v-116h-116z" /> + <glyph glyph-name="cdotaccent" unicode="ċ" horiz-adv-x="444" +d="M403 404q-17 9 -38 14q-22 5 -53 5q-62 -1 -98 -44q-38 -44 -38 -119q0 -72 35 -119q34 -48 104 -49q29 0 58 9q28 7 45 15l6 -111q-28 -9 -60 -12q-32 -5 -74 -5q-126 1 -189 78q-65 75 -65 194q0 115 65 190q64 76 184 77q78 0 130 -17zM220 609v116h116v-116h-116z +" /> + <glyph glyph-name="Ccaron" unicode="Č" horiz-adv-x="611" +d="M589 10q-78 -21 -159 -22q-172 0 -275 87q-107 85 -108 262q7 369 383 373q75 0 158 -29l-10 -118q-39 22 -76 31q-37 6 -75 6q-109 -1 -170 -72q-64 -71 -64 -181q0 -109 63 -177q62 -71 174 -72q43 0 86 9q42 8 67 20zM342 740l-110 146h89l70 -86l68 86h89l-105 -146 +h-101z" /> + <glyph glyph-name="ccaron" unicode="č" horiz-adv-x="444" +d="M403 404q-17 9 -38 14q-22 5 -53 5q-62 -1 -98 -44q-38 -44 -38 -119q0 -72 35 -119q34 -48 104 -49q29 0 58 9q28 7 45 15l6 -111q-28 -9 -60 -12q-32 -5 -74 -5q-126 1 -189 78q-65 75 -65 194q0 115 65 190q64 76 184 77q78 0 130 -17zM228 585l-110 146h89l70 -86 +l68 86h89l-105 -146h-101z" /> + <glyph glyph-name="Dcaron" unicode="Ď" horiz-adv-x="722" +d="M81 698h191q166 2 282 -70q57 -39 89 -106q32 -68 32 -173q0 -103 -32 -170q-32 -68 -89 -108q-56 -39 -128 -55t-154 -16h-191v698zM221 110h78q92 0 160 63q68 62 70 176q-2 115 -70 177t-160 62h-78v-478zM276 740l-110 146h89l70 -86l68 86h89l-105 -146h-101z" /> + <glyph glyph-name="dcaron" unicode="ď" horiz-adv-x="688" +d="M176 259q-1 -56 24 -110q13 -24 35 -40q21 -17 54 -17q35 0 57 17q23 16 36 40q14 25 20 54q5 29 5 56q0 58 -27 109q-15 25 -37 40q-23 15 -56 15q-63 -2 -88 -55q-12 -24 -17 -53q-6 -29 -6 -56zM412 58h-2q-62 -71 -158 -70q-117 2 -167 83q-50 79 -49 188 +q-1 110 49 188t167 80q97 0 154 -72h2v295h134v-750h-130v58zM612 731h115l-57 -199h-74z" /> + <glyph glyph-name="Dcroat" unicode="Đ" horiz-adv-x="722" +d="M81 336h-64v86h64v276h191q166 2 282 -70q57 -39 89 -106q32 -68 32 -173q0 -103 -32 -170q-32 -68 -89 -108q-56 -39 -128 -55t-154 -16h-191v336zM221 110h78q92 0 160 63q68 62 70 176q-2 115 -70 177t-160 62h-78v-166h146v-86h-146v-226z" /> + <glyph glyph-name="dcroat" unicode="đ" horiz-adv-x="611" +d="M412 58h-2q-62 -71 -158 -70q-117 2 -167 83q-50 79 -49 188q-1 110 49 188t167 80q97 0 154 -72h2v141h-167v73h167v81h134v-81h86v-73h-86v-596h-130v58zM176 259q-1 -56 24 -110q13 -24 35 -40q21 -17 54 -17q35 0 57 17q23 16 36 40q14 25 20 54q5 29 5 56 +q0 58 -27 109q-15 25 -37 40q-23 15 -56 15q-63 -2 -88 -55q-12 -24 -17 -53q-6 -29 -6 -56z" /> + <glyph glyph-name="Emacron" unicode="Ē" +d="M81 698h412v-110h-272v-172h249v-110h-249v-196h274v-110h-414v698zM145 773v80h288v-80h-288z" /> + <glyph glyph-name="emacron" unicode="ē" +d="M392 308q-2 51 -27 85q-26 35 -82 36q-55 -1 -85 -34q-30 -34 -34 -87h228zM482 29q-71 -41 -177 -41q-266 4 -269 267q0 115 60 193q60 77 179 79q141 -1 195 -87q51 -86 50 -224h-356q5 -62 45 -95q40 -35 102 -35q49 0 92 16q42 14 79 36v-109zM142 618v80h288v-80 +h-288z" /> + <glyph glyph-name="Ebreve" unicode="Ĕ" +d="M81 698h412v-110h-272v-172h249v-110h-249v-196h274v-110h-414v698zM188 886q19 -79 100 -80q82 1 102 80h62q-5 -69 -50 -109q-45 -43 -114 -43q-67 0 -112 43q-45 40 -50 109h62z" /> + <glyph glyph-name="ebreve" unicode="ĕ" +d="M392 308q-2 51 -27 85q-26 35 -82 36q-55 -1 -85 -34q-30 -34 -34 -87h228zM482 29q-71 -41 -177 -41q-266 4 -269 267q0 115 60 193q60 77 179 79q141 -1 195 -87q51 -86 50 -224h-356q5 -62 45 -95q40 -35 102 -35q49 0 92 16q42 14 79 36v-109zM186 730 +q19 -79 100 -80q82 1 102 80h62q-5 -69 -50 -109q-45 -43 -114 -43q-67 0 -112 43q-45 40 -50 109h62z" /> + <glyph glyph-name="Edotaccent" unicode="Ė" +d="M81 698h412v-110h-272v-172h249v-110h-249v-196h274v-110h-414v698zM237 764v116h116v-116h-116z" /> + <glyph glyph-name="edotaccent" unicode="ė" +d="M392 308q-2 51 -27 85q-26 35 -82 36q-55 -1 -85 -34q-30 -34 -34 -87h228zM482 29q-71 -41 -177 -41q-266 4 -269 267q0 115 60 193q60 77 179 79q141 -1 195 -87q51 -86 50 -224h-356q5 -62 45 -95q40 -35 102 -35q49 0 92 16q42 14 79 36v-109zM232 609v116h116v-116 +h-116z" /> + <glyph glyph-name="Eogonek" unicode="Ę" +d="M443 0q-30 -22 -56 -52q-26 -31 -27 -70q-1 -45 41 -46q17 1 32 11t24 22l40 -8q-17 -39 -46 -59t-79 -20q-44 0 -70 23q-28 22 -28 67q0 24 13 45q11 20 29 36q39 32 78 51h-313v698h412v-110h-272v-172h249v-110h-249v-196h274v-110h-52z" /> + <glyph glyph-name="eogonek" unicode="ę" +d="M482 29q-62 -35 -149 -40q-22 -18 -41 -41q-26 -31 -27 -70q-1 -45 41 -46q17 1 32 11t24 22l40 -8q-17 -39 -46 -59t-79 -20q-44 0 -70 23q-28 22 -28 67q0 24 13 45q11 20 29 36q28 24 57 40q-239 16 -242 266q0 115 60 193q60 77 179 79q141 -1 195 -87 +q51 -86 50 -224h-356q5 -62 45 -95q40 -35 102 -35q49 0 92 16q42 14 79 36v-109zM392 308q-2 51 -27 85q-26 35 -82 36q-55 -1 -85 -34q-30 -34 -34 -87h228z" /> + <glyph glyph-name="Ecaron" unicode="Ě" +d="M81 698h412v-110h-272v-172h249v-110h-249v-196h274v-110h-414v698zM240 740l-110 146h89l70 -86l68 86h89l-105 -146h-101z" /> + <glyph glyph-name="ecaron" unicode="ě" +d="M392 308q-2 51 -27 85q-26 35 -82 36q-55 -1 -85 -34q-30 -34 -34 -87h228zM482 29q-71 -41 -177 -41q-266 4 -269 267q0 115 60 193q60 77 179 79q141 -1 195 -87q51 -86 50 -224h-356q5 -62 45 -95q40 -35 102 -35q49 0 92 16q42 14 79 36v-109zM236 585l-110 146h89 +l70 -86l68 86h89l-105 -146h-101z" /> + <glyph glyph-name="Gcircumflex" unicode="Ĝ" horiz-adv-x="722" +d="M626 563q-88 37 -180 37q-122 -1 -187 -72q-66 -71 -66 -181q0 -109 63 -177q62 -71 174 -72q57 0 92 10v182h-148v110h282v-376q-112 -34 -226 -36q-172 0 -275 87q-107 85 -108 262q7 369 383 373q118 -1 205 -29l-9 -118v0zM460 886l105 -146h-89l-68 86l-70 -86h-89 +l110 146h101z" /> + <glyph glyph-name="gcircumflex" unicode="ĝ" horiz-adv-x="611" +d="M290 104q63 1 91 48q27 45 27 111q0 68 -26 113q-28 46 -86 47q-67 -2 -93 -51q-28 -49 -27 -112q0 -56 29 -104q15 -23 36 -37q21 -15 49 -15zM542 515v-465q0 -25 -2 -51q-3 -26 -9 -50q-13 -49 -44 -87q-29 -38 -83 -60q-53 -23 -134 -24t-178 35l11 114 +q33 -17 75 -30q42 -14 75 -15q55 1 88 19q31 19 46 48q15 30 19 65q2 35 2 68h-2q-19 -34 -60 -57q-42 -25 -100 -25q-113 2 -161 79q-50 74 -49 181q-1 98 52 181q52 83 166 86q102 1 158 -82h2v70h128zM359 731l105 -146h-89l-68 86l-70 -86h-89l110 146h101z" /> + <glyph glyph-name="Gbreve" unicode="Ğ" horiz-adv-x="722" +d="M626 563q-88 37 -180 37q-122 -1 -187 -72q-66 -71 -66 -181q0 -109 63 -177q62 -71 174 -72q57 0 92 10v182h-148v110h282v-376q-112 -34 -226 -36q-172 0 -275 87q-107 85 -108 262q7 369 383 373q118 -1 205 -29l-9 -118v0zM308 886q19 -79 100 -80q82 1 102 80h62 +q-5 -69 -50 -109q-45 -43 -114 -43q-67 0 -112 43q-45 40 -50 109h62z" /> + <glyph glyph-name="gbreve" unicode="ğ" horiz-adv-x="611" +d="M290 104q63 1 91 48q27 45 27 111q0 68 -26 113q-28 46 -86 47q-67 -2 -93 -51q-28 -49 -27 -112q0 -56 29 -104q15 -23 36 -37q21 -15 49 -15zM542 515v-465q0 -25 -2 -51q-3 -26 -9 -50q-13 -49 -44 -87q-29 -38 -83 -60q-53 -23 -134 -24t-178 35l11 114 +q33 -17 75 -30q42 -14 75 -15q55 1 88 19q31 19 46 48q15 30 19 65q2 35 2 68h-2q-19 -34 -60 -57q-42 -25 -100 -25q-113 2 -161 79q-50 74 -49 181q-1 98 52 181q52 83 166 86q102 1 158 -82h2v70h128zM207 730q19 -79 100 -80q82 1 102 80h62q-5 -69 -50 -109 +q-45 -43 -114 -43q-67 0 -112 43q-45 40 -50 109h62z" /> + <glyph glyph-name="Gdotaccent" unicode="Ġ" horiz-adv-x="722" +d="M626 563q-88 37 -180 37q-122 -1 -187 -72q-66 -71 -66 -181q0 -109 63 -177q62 -71 174 -72q57 0 92 10v182h-148v110h282v-376q-112 -34 -226 -36q-172 0 -275 87q-107 85 -108 262q7 369 383 373q118 -1 205 -29l-9 -118v0zM351 764v116h116v-116h-116z" /> + <glyph glyph-name="gdotaccent" unicode="ġ" horiz-adv-x="611" +d="M290 104q63 1 91 48q27 45 27 111q0 68 -26 113q-28 46 -86 47q-67 -2 -93 -51q-28 -49 -27 -112q0 -56 29 -104q15 -23 36 -37q21 -15 49 -15zM542 515v-465q0 -25 -2 -51q-3 -26 -9 -50q-13 -49 -44 -87q-29 -38 -83 -60q-53 -23 -134 -24t-178 35l11 114 +q33 -17 75 -30q42 -14 75 -15q55 1 88 19q31 19 46 48q15 30 19 65q2 35 2 68h-2q-19 -34 -60 -57q-42 -25 -100 -25q-113 2 -161 79q-50 74 -49 181q-1 98 52 181q52 83 166 86q102 1 158 -82h2v70h128zM253 609v116h116v-116h-116z" /> + <glyph glyph-name="Gcommaaccent" unicode="Ģ" horiz-adv-x="722" +d="M626 563q-88 37 -180 37q-122 -1 -187 -72q-66 -71 -66 -181q0 -109 63 -177q62 -71 174 -72q57 0 92 10v182h-148v110h282v-376q-112 -34 -226 -36q-172 0 -275 87q-107 85 -108 262q7 369 383 373q118 -1 205 -29l-9 -118v0zM429 -222h-100l37 156h127z" /> + <glyph glyph-name="gcommaaccent" unicode="ģ" horiz-adv-x="611" +d="M290 104q63 1 91 48q27 45 27 111q0 68 -26 113q-28 46 -86 47q-67 -2 -93 -51q-28 -49 -27 -112q0 -56 29 -104q15 -23 36 -37q21 -15 49 -15zM542 515v-465q0 -25 -2 -51q-3 -26 -9 -50q-13 -49 -44 -87q-29 -38 -83 -60q-53 -23 -134 -24t-178 35l11 114 +q33 -17 75 -30q42 -14 75 -15q55 1 88 19q31 19 46 48q15 30 19 65q2 35 2 68h-2q-19 -34 -60 -57q-42 -25 -100 -25q-113 2 -161 79q-50 74 -49 181q-1 98 52 181q52 83 166 86q102 1 158 -82h2v70h128zM298 731h97l-36 -146h-122z" /> + <glyph glyph-name="Hcircumflex" unicode="Ĥ" horiz-adv-x="722" +d="M81 698h140v-282h280v282h140v-698h-140v306h-280v-306h-140v698zM415 886l105 -146h-89l-68 86l-70 -86h-89l110 146h101z" /> + <glyph glyph-name="hcircumflex" unicode="ĥ" horiz-adv-x="611" +d="M69 750h134v-305h2q54 80 162 82q91 -1 134 -57q41 -56 41 -145v-325h-134v275q0 25 -1 51t-10 47q-7 23 -25 37q-19 13 -51 13q-36 0 -58 -17t-36 -43q-13 -26 -18 -55q-6 -30 -6 -56v-252h-134v750zM359 926l105 -146h-89l-68 86l-70 -86h-89l110 146h101z" /> + <glyph glyph-name="Hbar" unicode="Ħ" horiz-adv-x="722" +d="M221 575h280v123h140v-698h-140v276h-280v-276h-140v698h140v-123zM221 493v-116h280v116h-280z" /> + <glyph glyph-name="hbar" unicode="ħ" horiz-adv-x="611" +d="M69 750h134v-81h167v-73h-167v-151h2q54 80 162 82q91 -1 134 -57q41 -56 41 -145v-325h-134v275q0 25 -1 51t-10 47q-7 23 -25 37q-19 13 -51 13q-36 0 -58 -17t-36 -43q-13 -26 -18 -55q-6 -30 -6 -56v-252h-134v596h-86v73h86v81z" /> + <glyph glyph-name="Itilde" unicode="Ĩ" horiz-adv-x="278" +d="M69 698h140v-698h-140v698zM-38 758q1 47 30 84q28 36 72 37q23 0 42 -6q20 -6 39 -14t37 -14q17 -8 36 -8q44 2 44 49h54q0 -51 -24 -85q-26 -35 -73 -36q-27 0 -46 6q-21 5 -40 12q-38 18 -68 19q-25 -1 -37 -14q-12 -14 -12 -30h-54z" /> + <glyph glyph-name="itilde" unicode="ĩ" horiz-adv-x="278" +d="M72 0v515h134v-515h-134zM-36 603q1 47 30 84q28 36 72 37q23 0 42 -6q20 -6 39 -14t37 -14q17 -8 36 -8q44 2 44 49h54q0 -51 -24 -85q-26 -35 -73 -36q-27 0 -46 6q-21 5 -40 12q-38 18 -68 19q-25 -1 -37 -14q-12 -14 -12 -30h-54z" /> + <glyph glyph-name="Imacron" unicode="Ī" horiz-adv-x="278" +d="M69 698h140v-698h-140v698zM-6 773v80h288v-80h-288z" /> + <glyph glyph-name="imacron" unicode="ī" horiz-adv-x="278" +d="M72 0v515h134v-515h-134zM-5 618v80h288v-80h-288z" /> + <glyph glyph-name="Iogonek" unicode="Į" horiz-adv-x="278" +d="M204 0q-30 -22 -56 -52q-26 -31 -27 -70q-1 -45 41 -46q17 1 32 11t24 22l40 -8q-17 -39 -46 -59t-79 -20q-44 0 -70 23q-28 22 -28 67q0 24 13 45q11 20 29 36q39 32 78 51h-86v698h140v-698h-5z" /> + <glyph glyph-name="iogonek" unicode="į" horiz-adv-x="278" +d="M204 0q-30 -22 -56 -52q-26 -31 -27 -70q-1 -45 41 -46q17 1 32 11t24 22l40 -8q-17 -39 -46 -59t-79 -20q-44 0 -70 23q-28 22 -28 67q0 24 13 45q11 20 29 36q39 32 78 51h-83v515h134v-515h-2zM72 737h134v-128h-134v128z" /> + <glyph glyph-name="Idotaccent" unicode="İ" horiz-adv-x="278" +d="M69 698h140v-698h-140v698zM80 764v116h116v-116h-116z" /> + <glyph glyph-name="dotlessi" unicode="ı" horiz-adv-x="278" +d="M72 0v515h134v-515h-134z" /> + <glyph glyph-name="Jcircumflex" unicode="Ĵ" horiz-adv-x="389" +d="M22 122q27 -12 67 -12q35 0 54 13t26 31q12 39 11 79v465h140v-532q0 -27 -9 -58q-10 -30 -32 -58q-22 -27 -59 -44t-91 -18q-53 0 -107 13v121zM297 886l105 -146h-89l-68 86l-70 -86h-89l110 146h101z" /> + <glyph glyph-name="jcircumflex" unicode="ĵ" horiz-adv-x="278" +d="M-10 -118q53 2 69 21q14 19 13 77v535h134v-553q0 -27 -5 -58q-6 -32 -22 -61q-16 -27 -46 -46q-31 -18 -82 -19q-37 0 -66 8zM188 731l105 -146h-89l-68 86l-70 -86h-89l110 146h101z" /> + <glyph glyph-name="Kcommaaccent" unicode="Ķ" horiz-adv-x="667" +d="M81 698h140v-300l252 300h172l-287 -329l299 -369h-183l-251 324h-2v-324h-140v698zM358 -222h-100l37 156h127z" /> + <glyph glyph-name="kcommaaccent" unicode="ķ" +d="M72 750h134v-441h2l160 206h158l-192 -230l216 -285h-170l-172 250h-2v-250h-134v750zM301 -222h-100l37 156h127z" /> + <glyph glyph-name="Lacute" unicode="Ĺ" horiz-adv-x="500" +d="M81 698h140v-588h271v-110h-411v698zM177 886h137l-137 -146h-83z" /> + <glyph glyph-name="lacute" unicode="ĺ" horiz-adv-x="278" +d="M72 750h134v-750h-134v750zM142 926h137l-137 -146h-83z" /> + <glyph glyph-name="Lcommaaccent" unicode="Ļ" horiz-adv-x="500" +d="M81 698h140v-588h271v-110h-411v698zM288 -222h-100l37 156h127z" /> + <glyph glyph-name="lcommaaccent" unicode="ļ" horiz-adv-x="278" +d="M72 750h134v-750h-134v750zM142 -222h-100l37 156h127z" /> + <glyph glyph-name="Lcaron" unicode="Ľ" horiz-adv-x="500" +d="M81 698h140v-588h271v-110h-411v698zM316 731h115l-57 -199h-74z" /> + <glyph glyph-name="lcaron" unicode="ľ" horiz-adv-x="353" +d="M72 750h134v-750h-134v750zM277 731h115l-57 -199h-74z" /> + <glyph glyph-name="Ldot" unicode="Ŀ" horiz-adv-x="500" +d="M81 698h140v-588h271v-110h-411v698zM314 306v116h116v-116h-116z" /> + <glyph glyph-name="ldot" unicode="ŀ" horiz-adv-x="434" +d="M72 750h134v-750h-134v750zM283 306v116h116v-116h-116z" /> + <glyph glyph-name="Lslash" unicode="Ł" horiz-adv-x="500" +d="M8 199v92l73 44v363h140v-280l168 100v-92l-168 -100v-216h271v-110h-411v243z" /> + <glyph glyph-name="lslash" unicode="ł" horiz-adv-x="278" +d="M0 250v92l72 43v365h134v-285l72 43v-92l-72 -43v-373h-134v293z" /> + <glyph glyph-name="Nacute" unicode="Ń" horiz-adv-x="722" +d="M74 698h172l266 -522h2v522h134v-698h-171l-267 522h-2v-522h-134v698zM404 886h137l-137 -146h-83z" /> + <glyph glyph-name="nacute" unicode="ń" horiz-adv-x="611" +d="M69 515h127v-70h2q64 83 169 82q91 -1 134 -57q41 -56 41 -145v-325h-134v275q0 25 -1 51t-10 47q-7 23 -25 37q-19 13 -51 13q-36 0 -58 -17t-36 -43q-13 -26 -18 -55q-6 -30 -6 -56v-252h-134v515zM340 731h137l-137 -146h-83z" /> + <glyph glyph-name="Ncommaaccent" unicode="Ņ" horiz-adv-x="722" +d="M74 698h172l266 -522h2v522h134v-698h-171l-267 522h-2v-522h-134v698zM385 -222h-100l37 156h127z" /> + <glyph glyph-name="ncommaaccent" unicode="ņ" horiz-adv-x="611" +d="M69 515h127v-70h2q64 83 169 82q91 -1 134 -57q41 -56 41 -145v-325h-134v275q0 25 -1 51t-10 47q-7 23 -25 37q-19 13 -51 13q-36 0 -58 -17t-36 -43q-13 -26 -18 -55q-6 -30 -6 -56v-252h-134v515zM313 -222h-100l37 156h127z" /> + <glyph glyph-name="Ncaron" unicode="Ň" horiz-adv-x="722" +d="M74 698h172l266 -522h2v522h134v-698h-171l-267 522h-2v-522h-134v698zM319 740l-110 146h89l70 -86l68 86h89l-105 -146h-101z" /> + <glyph glyph-name="ncaron" unicode="ň" horiz-adv-x="611" +d="M69 515h127v-70h2q64 83 169 82q91 -1 134 -57q41 -56 41 -145v-325h-134v275q0 25 -1 51t-10 47q-7 23 -25 37q-19 13 -51 13q-36 0 -58 -17t-36 -43q-13 -26 -18 -55q-6 -30 -6 -56v-252h-134v515zM261 585l-110 146h89l70 -86l68 86h89l-105 -146h-101z" /> + <glyph glyph-name="Omacron" unicode="Ō" horiz-adv-x="778" +d="M47 351q0 163 88 260q87 98 254 99q166 -2 254 -100q88 -97 88 -259q-1 -161 -87 -260q-88 -101 -255 -103q-168 2 -254 102q-88 98 -88 261zM193 351q-1 -98 45 -173q46 -78 151 -80q54 0 92 22t60 58q44 75 44 173q0 97 -45 171q-47 76 -151 78q-103 -2 -149 -78 +q-47 -74 -47 -171zM249 773v80h288v-80h-288z" /> + <glyph glyph-name="omacron" unicode="ō" horiz-adv-x="611" +d="M36 254q1 129 78 201q75 71 191 72q118 -1 193 -72q76 -72 77 -201q0 -113 -70 -188q-70 -76 -200 -78q-128 2 -198 78q-71 75 -71 188zM176 270q0 -15 2 -30q2 -17 5 -32q6 -32 20 -58q15 -26 40 -41q24 -17 62 -17q39 0 65 16q25 15 40 41t20 58q5 31 5 63 +q0 62 -31 107q-33 45 -99 46q-64 -1 -96 -47q-33 -45 -33 -106zM162 618v80h288v-80h-288z" /> + <glyph glyph-name="Obreve" unicode="Ŏ" horiz-adv-x="778" +d="M47 351q0 163 88 260q87 98 254 99q166 -2 254 -100q88 -97 88 -259q-1 -161 -87 -260q-88 -101 -255 -103q-168 2 -254 102q-88 98 -88 261zM193 351q-1 -98 45 -173q46 -78 151 -80q54 0 92 22t60 58q44 75 44 173q0 97 -45 171q-47 76 -151 78q-103 -2 -149 -78 +q-47 -74 -47 -171zM289 886q19 -79 100 -80q82 1 102 80h62q-5 -69 -50 -109q-45 -43 -114 -43q-67 0 -112 43q-45 40 -50 109h62z" /> + <glyph glyph-name="obreve" unicode="ŏ" horiz-adv-x="611" +d="M36 254q1 129 78 201q75 71 191 72q118 -1 193 -72q76 -72 77 -201q0 -113 -70 -188q-70 -76 -200 -78q-128 2 -198 78q-71 75 -71 188zM176 270q0 -15 2 -30q2 -17 5 -32q6 -32 20 -58q15 -26 40 -41q24 -17 62 -17q39 0 65 16q25 15 40 41t20 58q5 31 5 63 +q0 62 -31 107q-33 45 -99 46q-64 -1 -96 -47q-33 -45 -33 -106zM206 730q19 -79 100 -80q82 1 102 80h62q-5 -69 -50 -109q-45 -43 -114 -43q-67 0 -112 43q-45 40 -50 109h62z" /> + <glyph glyph-name="Ohungarumlaut" unicode="Ő" horiz-adv-x="778" +d="M47 351q0 163 88 260q87 98 254 99q166 -2 254 -100q88 -97 88 -259q-1 -161 -87 -260q-88 -101 -255 -103q-168 2 -254 102q-88 98 -88 261zM193 351q-1 -98 45 -173q46 -78 151 -80q54 0 92 22t60 58q44 75 44 173q0 97 -45 171q-47 76 -151 78q-103 -2 -149 -78 +q-47 -74 -47 -171zM510 886h137l-137 -146h-83zM313 886h137l-137 -146h-83z" /> + <glyph glyph-name="ohungarumlaut" unicode="ő" horiz-adv-x="611" +d="M36 254q1 129 78 201q75 71 191 72q118 -1 193 -72q76 -72 77 -201q0 -113 -70 -188q-70 -76 -200 -78q-128 2 -198 78q-71 75 -71 188zM176 270q0 -15 2 -30q2 -17 5 -32q6 -32 20 -58q15 -26 40 -41q24 -17 62 -17q39 0 65 16q25 15 40 41t20 58q5 31 5 63 +q0 62 -31 107q-33 45 -99 46q-64 -1 -96 -47q-33 -45 -33 -106zM427 731h137l-137 -146h-83zM230 730h137l-137 -146h-83z" /> + <glyph glyph-name="Racute" unicode="Ŕ" horiz-adv-x="611" +d="M209 400h46q27 0 54 4q26 3 47 13t35 29q12 20 12 51q0 32 -12 51q-14 18 -35 27t-47 12q-27 1 -54 1h-46v-188zM69 698h151q58 0 116 -1q58 -3 106 -20q49 -16 78 -56q28 -39 29 -112q0 -62 -38 -107t-106 -55v-2q28 -3 46 -25t28 -47l112 -273h-156l-84 218 +q-13 39 -33 56q-21 16 -64 16h-45v-290h-140v698zM296 886h137l-137 -146h-83z" /> + <glyph glyph-name="racute" unicode="ŕ" horiz-adv-x="389" +d="M72 515h119v-117h2q6 40 44 83q37 44 97 46q20 0 41 -4v-135q-21 11 -60 11q-40 0 -62 -22q-22 -21 -33 -55q-10 -32 -12 -68q-2 -35 -2 -65v-189h-134v515zM253 731h137l-137 -146h-83z" /> + <glyph glyph-name="Rcommaaccent" unicode="Ŗ" horiz-adv-x="611" +d="M209 400h46q27 0 54 4q26 3 47 13t35 29q12 20 12 51q0 32 -12 51q-14 18 -35 27t-47 12q-27 1 -54 1h-46v-188zM69 698h151q58 0 116 -1q58 -3 106 -20q49 -16 78 -56q28 -39 29 -112q0 -62 -38 -107t-106 -55v-2q28 -3 46 -25t28 -47l112 -273h-156l-84 218 +q-13 39 -33 56q-21 16 -64 16h-45v-290h-140v698zM317 -222h-100l37 156h127z" /> + <glyph glyph-name="rcommaaccent" unicode="ŗ" horiz-adv-x="389" +d="M72 515h119v-117h2q6 40 44 83q37 44 97 46q20 0 41 -4v-135q-21 11 -60 11q-40 0 -62 -22q-22 -21 -33 -55q-10 -32 -12 -68q-2 -35 -2 -65v-189h-134v515zM139 -222h-100l37 156h127z" /> + <glyph glyph-name="Rcaron" unicode="Ř" horiz-adv-x="611" +d="M209 400h46q27 0 54 4q26 3 47 13t35 29q12 20 12 51q0 32 -12 51q-14 18 -35 27t-47 12q-27 1 -54 1h-46v-188zM69 698h151q58 0 116 -1q58 -3 106 -20q49 -16 78 -56q28 -39 29 -112q0 -62 -38 -107t-106 -55v-2q28 -3 46 -25t28 -47l112 -273h-156l-84 218 +q-13 39 -33 56q-21 16 -64 16h-45v-290h-140v698zM237 740l-110 146h89l70 -86l68 86h89l-105 -146h-101z" /> + <glyph glyph-name="rcaron" unicode="ř" horiz-adv-x="389" +d="M72 515h119v-117h2q6 40 44 83q37 44 97 46q20 0 41 -4v-135q-21 11 -60 11q-40 0 -62 -22q-22 -21 -33 -55q-10 -32 -12 -68q-2 -35 -2 -65v-189h-134v515zM182 585l-110 146h89l70 -86l68 86h89l-105 -146h-101z" /> + <glyph glyph-name="Sacute" unicode="Ś" +d="M456 570q-67 29 -142 30q-18 0 -36 -4q-19 -4 -36 -15q-16 -10 -27 -30q-11 -19 -11 -48q0 -22 14 -37t35 -27q23 -12 50 -22q26 -11 55 -23q29 -11 56 -26q28 -16 49 -39q21 -22 35 -53q12 -32 12 -77q-2 -113 -77 -162t-185 -49q-54 0 -91 8q-38 7 -88 19l13 126 +q74 -42 158 -43q43 0 83 22t41 68q0 25 -12 43q-14 18 -35 30q-46 24 -105 46q-29 12 -55 28q-27 15 -50 36q-21 22 -35 53t-14 73q2 116 77 166q72 47 167 47q90 0 167 -25l-13 -115v0zM309 886h137l-137 -146h-83z" /> + <glyph glyph-name="sacute" unicode="ś" horiz-adv-x="444" +d="M375 407q-29 11 -56 17q-27 5 -64 5q-28 0 -52 -11q-26 -13 -27 -46q1 -29 37 -41q17 -7 38 -13t42 -14q23 -7 44 -18q20 -12 36 -28q17 -17 27 -41q9 -25 9 -61q-2 -89 -66 -129q-64 -39 -150 -39q-77 1 -152 22l8 110q63 -34 132 -34q28 0 57 14q30 13 31 49 +q0 20 -9 33q-10 12 -27 19q-35 14 -80 26q-21 7 -42 17t-38 26t-26 40q-11 23 -11 57q1 84 63 122q58 38 139 38q47 0 82 -5q34 -6 64 -14zM255 731h137l-137 -146h-83z" /> + <glyph glyph-name="Scircumflex" unicode="Ŝ" +d="M456 570q-67 29 -142 30q-18 0 -36 -4q-19 -4 -36 -15q-16 -10 -27 -30q-11 -19 -11 -48q0 -22 14 -37t35 -27q23 -12 50 -22q26 -11 55 -23q29 -11 56 -26q28 -16 49 -39q21 -22 35 -53q12 -32 12 -77q-2 -113 -77 -162t-185 -49q-54 0 -91 8q-38 7 -88 19l13 126 +q74 -42 158 -43q43 0 83 22t41 68q0 25 -12 43q-14 18 -35 30q-46 24 -105 46q-29 12 -55 28q-27 15 -50 36q-21 22 -35 53t-14 73q2 116 77 166q72 47 167 47q90 0 167 -25l-13 -115v0zM342 886l105 -146h-89l-68 86l-70 -86h-89l110 146h101z" /> + <glyph glyph-name="scircumflex" unicode="ŝ" horiz-adv-x="444" +d="M375 407q-29 11 -56 17q-27 5 -64 5q-28 0 -52 -11q-26 -13 -27 -46q1 -29 37 -41q17 -7 38 -13t42 -14q23 -7 44 -18q20 -12 36 -28q17 -17 27 -41q9 -25 9 -61q-2 -89 -66 -129q-64 -39 -150 -39q-77 1 -152 22l8 110q63 -34 132 -34q28 0 57 14q30 13 31 49 +q0 20 -9 33q-10 12 -27 19q-35 14 -80 26q-21 7 -42 17t-38 26t-26 40q-11 23 -11 57q1 84 63 122q58 38 139 38q47 0 82 -5q34 -6 64 -14zM278 731l105 -146h-89l-68 86l-70 -86h-89l110 146h101z" /> + <glyph glyph-name="Scedilla" unicode="Ş" +d="M163 -147q13 -4 32 -9t41 -6q20 0 34 7q15 9 16 28q0 19 -13 28q-12 9 -31 8q-23 0 -42 -9l-15 26l49 62q-45 1 -77 8q-38 7 -88 19l13 126q74 -42 158 -43q43 0 83 22t41 68q0 25 -12 43q-14 18 -35 30q-46 24 -105 46q-29 12 -55 28q-27 15 -50 36q-21 22 -35 53 +t-14 73q2 116 77 166q72 47 167 47q90 0 167 -25l-13 -115q-67 29 -142 30q-18 0 -36 -4q-19 -4 -36 -15q-16 -10 -27 -30q-11 -19 -11 -48q0 -22 14 -37t35 -27q23 -12 50 -22q26 -11 55 -23q29 -11 56 -26q28 -16 49 -39q21 -22 35 -53q12 -32 12 -77q-2 -113 -77 -162 +q-57 -37 -134 -46l-38 -44l2 -2q18 6 41 6q29 0 53 -16q26 -17 27 -55q-1 -50 -40 -78q-38 -24 -92 -24q-34 0 -62 6q-27 5 -47 15z" /> + <glyph glyph-name="scedilla" unicode="ş" horiz-adv-x="444" +d="M108 -147q13 -4 32 -9t41 -6q20 0 34 7q15 9 16 28q0 19 -13 28q-12 9 -31 8q-23 0 -42 -9l-15 26l49 62q-70 3 -138 22l8 110q63 -34 132 -34q28 0 57 14q30 13 31 49q0 20 -9 33q-10 12 -27 19q-35 14 -80 26q-21 7 -42 17t-38 26t-26 40q-11 23 -11 57q1 84 63 122 +q58 38 139 38q47 0 82 -5q34 -6 64 -14l-9 -101q-29 11 -56 17q-27 5 -64 5q-28 0 -52 -11q-26 -13 -27 -46q1 -29 37 -41q17 -7 38 -13t42 -14q23 -7 44 -18q20 -12 36 -28q17 -17 27 -41q9 -25 9 -61q-2 -89 -66 -129q-44 -27 -98 -35l-39 -45l2 -2q18 6 41 6q29 0 53 -16 +q26 -17 27 -55q-1 -50 -40 -78q-38 -24 -92 -24q-34 0 -62 6q-27 5 -47 15z" /> + <glyph glyph-name="Tcommaaccent" unicode="Ţ" +d="M208 588h-200v110h540v-110h-200v-588h-140v588zM281 -222h-100l37 156h127z" /> + <glyph glyph-name="tcommaaccent" unicode="ţ" horiz-adv-x="389" +d="M113 417h-99v98h99v103l134 43v-146h119v-98h-119v-240q-1 -34 13 -58q13 -26 50 -27q38 0 61 14l4 -106q-40 -12 -99 -12q-162 4 -163 167v262zM221 -222h-100l37 156h127z" /> + <glyph glyph-name="Tcaron" unicode="Ť" +d="M208 588h-200v110h540v-110h-200v-588h-140v588zM230 740l-110 146h89l70 -86l68 86h89l-105 -146h-101z" /> + <glyph glyph-name="tcaron" unicode="ť" horiz-adv-x="398" +d="M314 731h109l-51 -179h-73zM113 417h-99v98h99v103l134 43v-146h119v-98h-119v-240q-1 -34 13 -58q13 -26 50 -27q38 0 61 14l4 -106q-40 -12 -99 -12q-162 4 -163 167v262z" /> + <glyph glyph-name="Tbar" unicode="Ŧ" +d="M208 588h-200v110h540v-110h-200v-133h156v-90h-156v-365h-140v365h-155v90h155v133z" /> + <glyph glyph-name="tbar" unicode="ŧ" horiz-adv-x="389" +d="M113 420h-99v95h99v103l134 43v-146h119v-95h-119v-92h95v-75h-95v-76q-1 -34 13 -58q13 -26 50 -27q38 0 61 14l4 -106q-40 -12 -99 -12q-162 4 -163 167v98h-86v75h86v92z" /> + <glyph glyph-name="Utilde" unicode="Ũ" horiz-adv-x="722" +d="M76 698h140v-403q-1 -90 33 -142q34 -55 112 -55q80 0 113 55q32 52 32 142v403h140v-446q-4 -268 -285 -264q-281 -4 -285 264v446zM187 758q1 47 30 84q28 36 72 37q23 0 42 -6q20 -6 39 -14t37 -14q17 -8 36 -8q44 2 44 49h54q0 -51 -24 -85q-26 -35 -73 -36 +q-27 0 -46 6q-21 5 -40 12q-38 18 -68 19q-25 -1 -37 -14q-12 -14 -12 -30h-54z" /> + <glyph glyph-name="utilde" unicode="ũ" horiz-adv-x="611" +d="M542 0h-127v70h-2q-63 -80 -169 -82q-91 1 -132 58q-43 56 -43 144v325h134v-275q0 -11 2 -23q0 -12 1 -25q2 -26 9 -49q9 -22 26 -36q18 -15 49 -15q37 0 61 19q23 17 35 43q14 26 18 55t4 54v252h134v-515zM131 603q1 47 30 84q28 36 72 37q23 0 42 -6q20 -6 39 -14 +t37 -14q17 -8 36 -8q44 2 44 49h54q0 -51 -24 -85q-26 -35 -73 -36q-27 0 -46 6q-21 5 -40 12q-38 18 -68 19q-25 -1 -37 -14q-12 -14 -12 -30h-54z" /> + <glyph glyph-name="Umacron" unicode="Ū" horiz-adv-x="722" +d="M76 698h140v-403q-1 -90 33 -142q34 -55 112 -55q80 0 113 55q32 52 32 142v403h140v-446q-4 -268 -285 -264q-281 -4 -285 264v446zM220 773v80h288v-80h-288z" /> + <glyph glyph-name="umacron" unicode="ū" horiz-adv-x="611" +d="M542 0h-127v70h-2q-63 -80 -169 -82q-91 1 -132 58q-43 56 -43 144v325h134v-275q0 -11 2 -23q0 -12 1 -25q2 -26 9 -49q9 -22 26 -36q18 -15 49 -15q37 0 61 19q23 17 35 43q14 26 18 55t4 54v252h134v-515zM165 618v80h288v-80h-288z" /> + <glyph glyph-name="Ubreve" unicode="Ŭ" horiz-adv-x="722" +d="M76 698h140v-403q-1 -90 33 -142q34 -55 112 -55q80 0 113 55q32 52 32 142v403h140v-446q-4 -268 -285 -264q-281 -4 -285 264v446zM264 886q19 -79 100 -80q82 1 102 80h62q-5 -69 -50 -109q-45 -43 -114 -43q-67 0 -112 43q-45 40 -50 109h62z" /> + <glyph glyph-name="ubreve" unicode="ŭ" horiz-adv-x="611" +d="M542 0h-127v70h-2q-63 -80 -169 -82q-91 1 -132 58q-43 56 -43 144v325h134v-275q0 -11 2 -23q0 -12 1 -25q2 -26 9 -49q9 -22 26 -36q18 -15 49 -15q37 0 61 19q23 17 35 43q14 26 18 55t4 54v252h134v-515zM210 730q19 -79 100 -80q82 1 102 80h62q-5 -69 -50 -109 +q-45 -43 -114 -43q-67 0 -112 43q-45 40 -50 109h62z" /> + <glyph glyph-name="Uring" unicode="Ů" horiz-adv-x="722" +d="M76 698h140v-403q-1 -90 33 -142q34 -55 112 -55q80 0 113 55q32 52 32 142v403h140v-446q-4 -268 -285 -264q-281 -4 -285 264v446zM363 879q-22 0 -36 -15t-14 -36q0 -22 14.5 -36t35.5 -14q22 0 36.5 14t14.5 36t-14.5 36.5t-36.5 14.5zM468 828q0 -21 -8.5 -40 +t-23 -33.5t-33.5 -22.5t-40 -8t-40 8.5t-33 22.5t-22.5 33t-8.5 40t8 40t22.5 33.5t33.5 23t40 8.5t40.5 -8.5t33.5 -22.5t22.5 -33.5t8.5 -40.5z" /> + <glyph glyph-name="uring" unicode="ů" horiz-adv-x="611" +d="M542 0h-127v70h-2q-63 -80 -169 -82q-91 1 -132 58q-43 56 -43 144v325h134v-275q0 -11 2 -23q0 -12 1 -25q2 -26 9 -49q9 -22 26 -36q18 -15 49 -15q37 0 61 19q23 17 35 43q14 26 18 55t4 54v252h134v-515zM202 685q1 45 33 76q30 30 74 31q46 -1 76 -31q29 -31 30 -76 +q-1 -44 -30 -74q-30 -32 -76 -32q-44 0 -74 32q-32 30 -33 74zM256 685q0 -22 16 -36q14 -16 37 -16t38 16q14 14 14 36q0 23 -14 39q-15 14 -38 14t-37 -14q-16 -16 -16 -39z" /> + <glyph glyph-name="Uhungarumlaut" unicode="Ű" horiz-adv-x="722" +d="M76 698h140v-403q-1 -90 33 -142q34 -55 112 -55q80 0 113 55q32 52 32 142v403h140v-446q-4 -268 -285 -264q-281 -4 -285 264v446zM482 886h137l-137 -146h-83zM285 886h137l-137 -146h-83z" /> + <glyph glyph-name="uhungarumlaut" unicode="ű" horiz-adv-x="611" +d="M542 0h-127v70h-2q-63 -80 -169 -82q-91 1 -132 58q-43 56 -43 144v325h134v-275q0 -11 2 -23q0 -12 1 -25q2 -26 9 -49q9 -22 26 -36q18 -15 49 -15q37 0 61 19q23 17 35 43q14 26 18 55t4 54v252h134v-515zM427 731h137l-137 -146h-83zM230 730h137l-137 -146h-83z" /> + <glyph glyph-name="Uogonek" unicode="Ų" horiz-adv-x="722" +d="M76 698h140v-403q-1 -90 33 -142q34 -55 112 -55q80 0 113 55q32 52 32 142v403h140v-446q-4 -240 -228 -261q-23 -19 -43 -43q-26 -31 -27 -70q-1 -45 41 -46q17 1 32 11t24 22l40 -8q-17 -39 -46 -59t-79 -20q-44 0 -70 23q-28 22 -28 67q0 24 13 45q11 20 29 36 +q27 23 55 39q-279 -3 -283 264v446z" /> + <glyph glyph-name="uogonek" unicode="ų" horiz-adv-x="611" +d="M488 0q-30 -22 -56 -52q-26 -31 -27 -70q-1 -45 41 -46q17 1 32 11t24 22l40 -8q-17 -39 -46 -59t-79 -20q-44 0 -70 23q-28 22 -28 67q0 24 13 45q11 20 29 36q39 32 78 51h-24v70h-2q-63 -80 -169 -82q-91 1 -132 58q-43 56 -43 144v325h134v-275q0 -11 2 -23 +q0 -12 1 -25q2 -26 9 -49q9 -22 26 -36q18 -15 49 -15q37 0 61 19q23 17 35 43q14 26 18 55t4 54v252h134v-515h-54z" /> + <glyph glyph-name="Wcircumflex" unicode="Ŵ" horiz-adv-x="1000" +d="M10 698h147l130 -558h2l119 558h190l123 -558h2l131 558h136l-182 -698h-180l-126 558h-2l-124 -558h-181zM558 886l105 -146h-89l-68 86l-70 -86h-89l110 146h101z" /> + <glyph glyph-name="wcircumflex" unicode="ŵ" horiz-adv-x="889" +d="M11 515h142l114 -381h2l104 381h156l112 -381h2l107 381h128l-158 -515h-158l-112 393h-2l-110 -393h-153zM508 731l105 -146h-89l-68 86l-70 -86h-89l110 146h101z" /> + <glyph glyph-name="Ycircumflex" unicode="Ŷ" horiz-adv-x="667" +d="M266 276l-255 422h164l165 -293l168 293h148l-250 -422v-276h-140v276zM396 886l105 -146h-89l-68 86l-70 -86h-89l110 146h101z" /> + <glyph glyph-name="ycircumflex" unicode="ŷ" +d="M283 139h2l124 376h136l-193 -511q-15 -42 -31 -82q-16 -41 -39 -73q-22 -32 -56 -51q-36 -20 -88 -20q-48 0 -95 14l9 99q23 -9 69 -9q41 1 64 26t23 66l-197 541h148zM337 731l105 -146h-89l-68 86l-70 -86h-89l110 146h101z" /> + <glyph glyph-name="Zacute" unicode="Ź" +d="M36 114l328 474h-315v110h464v-114l-331 -474h338v-110h-484v114zM316 886h137l-137 -146h-83z" /> + <glyph glyph-name="zacute" unicode="ź" horiz-adv-x="500" +d="M47 515h408v-110l-256 -301h265v-104h-428v109l261 302h-250v104zM283 731h137l-137 -146h-83z" /> + <glyph glyph-name="Zdotaccent" unicode="Ż" +d="M36 114l328 474h-315v110h464v-114l-331 -474h338v-110h-484v114zM238 764v116h116v-116h-116z" /> + <glyph glyph-name="zdotaccent" unicode="ż" horiz-adv-x="500" +d="M47 515h408v-110l-256 -301h265v-104h-428v109l261 302h-250v104zM207 609v116h116v-116h-116z" /> + <glyph glyph-name="Scommaaccent" unicode="Ș" +d="M456 570q-67 29 -142 30q-18 0 -36 -4q-19 -4 -36 -15q-16 -10 -27 -30q-11 -19 -11 -48q0 -22 14 -37t35 -27q23 -12 50 -22q26 -11 55 -23q29 -11 56 -26q28 -16 49 -39q21 -22 35 -53q12 -32 12 -77q-2 -113 -77 -162t-185 -49q-54 0 -91 8q-38 7 -88 19l13 126 +q74 -42 158 -43q43 0 83 22t41 68q0 25 -12 43q-14 18 -35 30q-46 24 -105 46q-29 12 -55 28q-27 15 -50 36q-21 22 -35 53t-14 73q2 116 77 166q72 47 167 47q90 0 167 -25l-13 -115v0zM280 -222h-100l37 156h127z" /> + <glyph glyph-name="scommaaccent" unicode="ș" horiz-adv-x="444" +d="M375 407q-29 11 -56 17q-27 5 -64 5q-28 0 -52 -11q-26 -13 -27 -46q1 -29 37 -41q17 -7 38 -13t42 -14q23 -7 44 -18q20 -12 36 -28q17 -17 27 -41q9 -25 9 -61q-2 -89 -66 -129q-64 -39 -150 -39q-77 1 -152 22l8 110q63 -34 132 -34q28 0 57 14q30 13 31 49 +q0 20 -9 33q-10 12 -27 19q-35 14 -80 26q-21 7 -42 17t-38 26t-26 40q-11 23 -11 57q1 84 63 122q58 38 139 38q47 0 82 -5q34 -6 64 -14zM228 -222h-100l37 156h127z" /> + <glyph glyph-name="uni021A" unicode="Ț" +d="M208 588h-200v110h540v-110h-200v-588h-140v588zM281 -222h-100l37 156h127z" /> + <glyph glyph-name="uni021B" unicode="ț" horiz-adv-x="389" +d="M113 417h-99v98h99v103l134 43v-146h119v-98h-119v-240q-1 -34 13 -58q13 -26 50 -27q38 0 61 14l4 -106q-40 -12 -99 -12q-162 4 -163 167v262zM221 -222h-100l37 156h127z" /> + <glyph glyph-name="dotlessj" unicode="ȷ" horiz-adv-x="278" +d="M-10 -118q53 2 69 21q14 19 13 77v535h134v-553q0 -27 -5 -58q-6 -32 -22 -61q-16 -27 -46 -46q-31 -18 -82 -19q-37 0 -66 8z" /> + <glyph glyph-name="caron" unicode="ˇ" horiz-adv-x="278" +d="M91 585l-110 146h89l70 -86l68 86h89l-105 -146h-101z" /> + <glyph glyph-name="uni02C9" unicode="ˉ" horiz-adv-x="278" +d="M-5 618v80h288v-80h-288z" /> + <glyph glyph-name="breve" unicode="˘" horiz-adv-x="278" +d="M38 730q19 -79 100 -80q82 1 102 80h62q-5 -69 -50 -109q-45 -43 -114 -43q-67 0 -112 43q-45 40 -50 109h62z" /> + <glyph glyph-name="dotaccent" unicode="˙" horiz-adv-x="278" +d="M81 609v116h116v-116h-116z" /> + <glyph glyph-name="ring" unicode="˚" horiz-adv-x="278" +d="M33 685q1 45 33 76q30 30 74 31q46 -1 76 -31q29 -31 30 -76q-1 -44 -30 -74q-30 -32 -76 -32q-44 0 -74 32q-32 30 -33 74zM87 685q0 -22 16 -36q14 -16 37 -16t38 16q14 14 14 36q0 23 -14 39q-15 14 -38 14t-37 -14q-16 -16 -16 -39z" /> + <glyph glyph-name="ogonek" unicode="˛" horiz-adv-x="278" +d="M230 0q-30 -22 -56 -52q-26 -31 -27 -71q-1 -44 41 -45q17 1 32 11t24 22l40 -8q-17 -39 -46 -59t-79 -20q-44 0 -70 23q-28 22 -28 67q0 24 13 45q11 20 29 36q39 32 78 51h49z" /> + <glyph glyph-name="hungarumlaut" unicode="˝" horiz-adv-x="278" +d="M210 731h137l-137 -146h-83zM13 730h137l-137 -146h-83z" /> + <glyph glyph-name="uni0394" unicode="Δ" horiz-adv-x="683" +d="M334 588l-180 -490h370zM9 0l272 712h110l284 -712h-666z" /> + <glyph glyph-name="uni03A9" unicode="Ω" horiz-adv-x="757" +d="M426 0v188q39 8 69 27.5t50 47.5t30.5 63t10.5 74q0 46 -15.5 86.5t-43.5 70.5t-67.5 47.5t-86.5 17.5q-48 0 -87 -17.5t-67.5 -48t-44 -71.5t-15.5 -87q0 -81 39.5 -136t118.5 -74v-188h-271v91h183v47q-46 15 -80 41t-57 61t-34.5 77t-11.5 89q0 69 25.5 127t70 99.5 +t103.5 65t127 23.5t127.5 -22.5t103.5 -63.5t69.5 -98.5t25.5 -127.5q0 -47 -11 -90t-34 -78.5t-57.5 -62t-81.5 -40.5v-47h184v-91h-272z" /> + <glyph glyph-name="uni03BC" unicode="μ" horiz-adv-x="611" +d="M69 515h134v-275q0 -11 2 -23q0 -12 1 -25q2 -26 9 -49q9 -22 26 -36q18 -15 49 -15q37 0 61 19q23 17 35 43q14 26 18 55t4 54v252h134v-515h-127v70h-2q-11 -28 -41 -54q-30 -27 -70 -28q-24 0 -49 6q-25 5 -48 28h-2v-232h-134v725z" /> + <glyph glyph-name="pi" unicode="π" horiz-adv-x="589" +d="M566 13q-21 -10 -40.5 -15t-42.5 -5q-33 0 -53 10t-30.5 27.5t-13.5 41.5t-3 51v264h-211v-387h-101v387h-70v96h562v-96h-79v-249q0 -11 0.5 -21.5t4.5 -19t11.5 -13.5t21.5 -5q21 0 44 10v-76v0z" /> + <glyph glyph-name="fraction" unicode="⁄" horiz-adv-x="167" +d="M251 720h82l-417 -742h-82z" /> + <glyph glyph-name="afii61289" unicode="ℓ" horiz-adv-x="500" +d="M440 48q-71 -62 -155 -62q-70 0 -110 37.5t-40 101.5v70l-57 -53h-2l-39 60l97 85v246q0 42 12 76.5t34 59t51 38.5t64 14q61 0 97.5 -38.5t36.5 -103.5q0 -76 -45.5 -151t-137.5 -159v-126q0 -22 6 -36.5t15.5 -23t21 -12t23.5 -3.5q41 0 88 38h2l38 -58v0zM338 572 +q0 32 -12 53t-32 21t-34 -23.5t-14 -68.5v-190q48 52 70 105.5t22 102.5z" /> + <glyph glyph-name="Omega" unicode="Ω" horiz-adv-x="757" +d="M426 0v188q39 8 69 27.5t50 47.5t30.5 63t10.5 74q0 46 -15.5 86.5t-43.5 70.5t-67.5 47.5t-86.5 17.5q-48 0 -87 -17.5t-67.5 -48t-44 -71.5t-15.5 -87q0 -81 39.5 -136t118.5 -74v-188h-271v91h183v47q-46 15 -80 41t-57 61t-34.5 77t-11.5 89q0 69 25.5 127t70 99.5 +t103.5 65t127 23.5t127.5 -22.5t103.5 -63.5t69.5 -98.5t25.5 -127.5q0 -47 -11 -90t-34 -78.5t-57.5 -62t-81.5 -40.5v-47h184v-91h-272z" /> + <glyph glyph-name="estimated" unicode="℮" horiz-adv-x="600" +d="M157 259v-181q59 -59 145 -59q63 0 109 28.5t84 91.5l35 -21q-23 -36 -46.5 -61.5t-51 -42t-59.5 -24t-71 -7.5q-59 0 -106.5 21.5t-81.5 59t-52 87.5t-18 108t18 108.5t52 87.5t81.5 58.5t106.5 21.5q58 0 105.5 -20.5t81.5 -57t53 -87t19 -111.5h-404zM448 295v145 +q-63 60 -147 60t-144 -60v-145h291z" /> + <glyph glyph-name="partialdiff" unicode="∂" horiz-adv-x="548" +d="M396 287q-26 31 -56.5 49t-72.5 18q-32 0 -55 -12t-39 -32t-23.5 -46t-7.5 -55q0 -27 7 -52.5t21 -45t36.5 -31.5t52.5 -12q36 0 62.5 19t43.5 48.5t25 64t7 64.5zM507 359q0 -63 -10 -129t-38 -119.5t-77 -88t-127 -34.5q-49 0 -89 17.5t-68 48t-43.5 72t-15.5 89.5 +q0 47 15 87t43 69.5t67 46t87 16.5q43 0 79 -15t68 -43l1 30q1 37 -6.5 77.5t-26 75t-49 57t-75.5 22.5q-34 0 -63 -14t-55 -34l-57 66q41 32 79.5 48.5t91.5 16.5q77 0 128.5 -32t83 -84t44.5 -116.5t13 -129.5z" /> + <glyph glyph-name="Delta" unicode="∆" horiz-adv-x="683" +d="M334 588l-180 -490h370zM9 0l272 712h110l284 -712h-666z" /> + <glyph glyph-name="product" unicode="∏" horiz-adv-x="737" +d="M566 -214v902h-396v-902h-107v1000h611v-1000h-108z" /> + <glyph glyph-name="summation" unicode="∑" horiz-adv-x="643" +d="M25 -214v86l306 419l-293 411v84h567v-98h-424l279 -396l-297 -409h455v-97h-593z" /> + <glyph glyph-name="minus" unicode="−" horiz-adv-x="600" +d="M46 201v104h508v-104h-508z" /> + <glyph glyph-name="uni2215" unicode="∕" horiz-adv-x="167" +d="M251 720h82l-417 -742h-82z" /> + <glyph glyph-name="uni2219" unicode="∙" horiz-adv-x="278" +d="M139 207q-35 0 -55 22q-22 22 -22 55q0 35 22 56q20 20 55 21q35 -1 57 -21q20 -21 20 -56q0 -33 -20 -55q-22 -22 -57 -22z" /> + <glyph glyph-name="radical" unicode="√" horiz-adv-x="531" +d="M332 -214h-101l-153 319l-50 -23l-40 85l143 65l133 -281l170 835h109z" /> + <glyph glyph-name="infinity" unicode="∞" horiz-adv-x="806" +d="M348 258q-13 13 -29 28t-34 28t-38 21.5t-39 8.5q-36 0 -57 -25.5t-21 -59.5q0 -37 21.5 -60t59.5 -23q19 0 38.5 7.5t37 19.5t33.5 26.5t28 28.5zM675 259q0 37 -21 61.5t-59 24.5q-20 0 -39 -8.5t-36.5 -22t-33 -29l-28.5 -28.5q13 -14 29 -28.5t33.5 -26.5t37 -19.5 +t40.5 -7.5q37 0 57 24.5t20 59.5zM761 262q0 -38 -11 -70.5t-32.5 -56.5t-52 -38t-69.5 -14q-31 0 -57.5 9.5t-50 25.5t-45 36t-40.5 41q-21 -21 -41.5 -41t-43 -35t-48.5 -24.5t-59 -9.5q-38 0 -69 13.5t-53 36.5t-33.5 55t-11.5 70q0 37 11.5 69t32.5 56t51.5 37.5 +t68.5 13.5q32 0 59.5 -10t51 -26.5t44 -37.5t40.5 -44q19 22 40 43.5t45 38t51 27t58 10.5q38 0 68.5 -13.5t51.5 -37t32.5 -55.5t11.5 -69z" /> + <glyph glyph-name="integral" unicode="∫" horiz-adv-x="600" +d="M474 713q0 -21 -15 -35t-36 -14q-22 0 -32 10t-15.5 22.5t-10 22.5t-13.5 10q-13 0 -16 -11t-3 -21q0 -33 1 -66.5t1 -66.5l1 -524q0 -39 -1.5 -83.5t-14.5 -82.5t-42 -63t-83 -25q-16 0 -34 4t-33 13t-25 22.5t-10 32.5q0 21 13 35t35 14q21 0 31.5 -10.5t16 -23 +t9.5 -23t13 -10.5t13 5.5t5.5 13.5t1 16.5t-0.5 13.5q0 24 -1.5 48.5t-1.5 48.5v535q0 40 0.5 86.5t13 86t42 66t86.5 26.5q16 0 34.5 -4t34 -13t26 -23t10.5 -33z" /> + <glyph glyph-name="approxequal" unicode="≈" horiz-adv-x="593" +d="M563 241q-3 -32 -12.5 -62t-26.5 -53.5t-43 -37.5t-63 -14q-30 0 -66 11t-71 23.5t-66.5 23.5t-53.5 11q-29 0 -45 -21.5t-20 -47.5h-68q3 31 12.5 61t26.5 54t42.5 38.5t61.5 14.5q32 0 65.5 -10.5t67 -23t66 -23t62.5 -10.5q29 0 44 20t20 46h67v0zM565 444 +q-3 -32 -12.5 -62t-26.5 -53.5t-43 -37.5t-63 -14q-30 0 -66 11t-71 23.5t-66.5 23.5t-53.5 11q-29 0 -44.5 -21.5t-20.5 -47.5h-68q3 31 12 61t26.5 54t43 38.5t61.5 14.5q31 0 65 -10.5t67.5 -23t66.5 -23t62 -10.5t43.5 20t19.5 46h68v0z" /> + <glyph glyph-name="notequal" unicode="≠" horiz-adv-x="593" +d="M271 99l-78 -152l-89 46l55 106h-122v102h173l61 117h-234v101h285l77 152l89 -45l-54 -107h122v-101h-174l-60 -117h234v-102h-285z" /> + <glyph glyph-name="lessequal" unicode="≤" horiz-adv-x="593" +d="M37 -35v101h519v-101h-519zM37 272v103l519 179v-107l-381 -123l381 -117v-107z" /> + <glyph glyph-name="greaterequal" unicode="≥" horiz-adv-x="593" +d="M37 -35v101h519v-101h-519zM37 100v107l380 117l-380 123v107l519 -179v-103z" /> + <glyph glyph-name="lozenge" unicode="◊" horiz-adv-x="593" +d="M295 646l-119 -290l119 -291l122 291zM343 -35h-95l-176 391l176 391h95l177 -391z" /> + <glyph glyph-name="grave.cap" unicode="" horiz-adv-x="278" +d="M221 740h-83l-137 146h137z" /> + <glyph glyph-name="acute.cap" unicode="" horiz-adv-x="278" +d="M139 886h137l-137 -146h-83z" /> + <glyph glyph-name="circumflex.cap" unicode="" horiz-adv-x="278" +d="M191 886l105 -146h-89l-68 86l-70 -86h-89l110 146h101z" /> + <glyph glyph-name="caron.cap" unicode="" horiz-adv-x="278" +d="M90 740l-110 146h89l70 -86l68 86h89l-105 -146h-101z" /> + <glyph glyph-name="tilde.cap" unicode="" horiz-adv-x="278" +d="M-39 758q1 47 30 84q28 36 72 37q23 0 42 -6q20 -6 39 -14t37 -14q17 -8 36 -8q44 2 44 49h54q0 -51 -24 -85q-26 -35 -73 -36q-27 0 -46 6q-21 5 -40 12q-38 18 -68 19q-25 -1 -37 -14q-12 -14 -12 -30h-54z" /> + <glyph glyph-name="dieresis.cap" unicode="" horiz-adv-x="278" +d="M299 880v-116h-116v116h116zM-23 764v116h116v-116h-116z" /> + <glyph glyph-name="macron.cap" unicode="" horiz-adv-x="278" +d="M-6 773v80h288v-80h-288z" /> + <glyph glyph-name="breve.cap" unicode="" horiz-adv-x="278" +d="M37 886q19 -79 100 -80q82 1 102 80h62q-5 -69 -50 -109q-45 -43 -114 -43q-67 0 -112 43q-45 40 -50 109h62z" /> + <glyph glyph-name="ring.cap" unicode="" horiz-adv-x="278" +d="M140 879q-22 0 -36 -15t-14 -36q0 -22 14.5 -36t35.5 -14q22 0 36.5 14t14.5 36t-14.5 36.5t-36.5 14.5zM245 828q0 -21 -8.5 -40t-23 -33.5t-33.5 -22.5t-40 -8t-40 8.5t-33 22.5t-22.5 33t-8.5 40t8 40t22.5 33.5t33.5 23t40 8.5t40.5 -8.5t33.5 -22.5t22.5 -33.5 +t8.5 -40.5z" /> + <glyph glyph-name="hungarumlaut.cap" unicode="" horiz-adv-x="278" +d="M209 886h137l-137 -146h-83zM12 886h137l-137 -146h-83z" /> + <glyph glyph-name="dotaccent.cap" unicode="" horiz-adv-x="278" +d="M80 764v116h116v-116h-116z" /> + <glyph glyph-name="caron.alt" unicode="" horiz-adv-x="278" +d="M29 731h115l-57 -199h-74z" /> + <glyph glyph-name="commaaccent" unicode="" horiz-adv-x="278" +d="M151 -222h-100l37 156h127z" /> + <glyph glyph-name="commaaccent.alt" unicode="" horiz-adv-x="278" +d="M115 731h97l-36 -146h-122z" /> + <glyph glyph-name="uniF8FF" unicode="" horiz-adv-x="512" +d="M222 117v67h56v-67h-56zM225 234l-2 17q0 55 13 81t46 59q32 31 41 47.5t9 35.5q0 36 -22.5 60.5t-53.5 24.5t-53.5 -22t-28.5 -73l-50 8q7 71 44 104t91 33q53 0 88.5 -36t35.5 -95q0 -32 -12.5 -58.5t-50.5 -61.5q-37 -33 -43 -52t-6 -72h-46zM462 50v617h-412v-617 +h412zM512 718v-718h-512v718h512z" /> + <hkern u1="A" u2="ŷ" k="18" /> + <hkern u1="A" u2="Ŷ" k="98" /> + <hkern u1="A" u2="ŵ" k="18" /> + <hkern u1="A" u2="Ŵ" k="37" /> + <hkern u1="A" u2="Ť" k="80" /> + <hkern u1="A" u2="Ţ" k="80" /> + <hkern u1="A" u2="ÿ" k="18" /> + <hkern u1="A" u2="ý" k="18" /> + <hkern u1="A" u2="Ý" k="98" /> + <hkern u1="A" u2="Ÿ" k="98" /> + <hkern u1="A" u2="’" k="74" /> + <hkern u1="A" u2="y" k="18" /> + <hkern u1="A" u2="w" k="18" /> + <hkern u1="A" u2="v" k="30" /> + <hkern u1="A" u2="Y" k="98" /> + <hkern u1="A" u2="W" k="37" /> + <hkern u1="A" u2="V" k="50" /> + <hkern u1="A" u2="T" k="80" /> + <hkern u1="F" u2="Ą" k="31" /> + <hkern u1="F" u2="Ă" k="31" /> + <hkern u1="F" u2="Ā" k="31" /> + <hkern u1="F" u2="Å" k="31" /> + <hkern u1="F" u2="Ä" k="31" /> + <hkern u1="F" u2="Ã" k="31" /> + <hkern u1="F" u2="Â" k="31" /> + <hkern u1="F" u2="Á" k="31" /> + <hkern u1="F" u2="À" k="31" /> + <hkern u1="F" u2="A" k="31" /> + <hkern u1="F" u2="." k="129" /> + <hkern u1="F" u2="," k="129" /> + <hkern u1="L" u2="ŷ" k="37" /> + <hkern u1="L" u2="Ŷ" k="111" /> + <hkern u1="L" u2="Ŵ" k="55" /> + <hkern u1="L" u2="Ť" k="92" /> + <hkern u1="L" u2="Ţ" k="92" /> + <hkern u1="L" u2="ÿ" k="37" /> + <hkern u1="L" u2="ý" k="37" /> + <hkern u1="L" u2="Ý" k="111" /> + <hkern u1="L" u2="Ÿ" k="111" /> + <hkern u1="L" u2="’" k="74" /> + <hkern u1="L" u2="y" k="37" /> + <hkern u1="L" u2="Y" k="111" /> + <hkern u1="L" u2="W" k="55" /> + <hkern u1="L" u2="V" k="92" /> + <hkern u1="L" u2="T" k="92" /> + <hkern u1="P" u2="Ą" k="74" /> + <hkern u1="P" u2="Ă" k="74" /> + <hkern u1="P" u2="Ā" k="74" /> + <hkern u1="P" u2="Å" k="74" /> + <hkern u1="P" u2="Ä" k="74" /> + <hkern u1="P" u2="Ã" k="74" /> + <hkern u1="P" u2="Â" k="74" /> + <hkern u1="P" u2="Á" k="74" /> + <hkern u1="P" u2="À" k="74" /> + <hkern u1="P" u2="A" k="74" /> + <hkern u1="P" u2="." k="169" /> + <hkern u1="P" u2="," k="169" /> + <hkern u1="R" u2="Ŷ" k="37" /> + <hkern u1="R" u2="Ŵ" k="18" /> + <hkern u1="R" u2="Ť" k="18" /> + <hkern u1="R" u2="Ţ" k="18" /> + <hkern u1="R" u2="Ý" k="37" /> + <hkern u1="R" u2="Ÿ" k="37" /> + <hkern u1="R" u2="Y" k="37" /> + <hkern u1="R" u2="W" k="18" /> + <hkern u1="R" u2="V" k="18" /> + <hkern u1="R" u2="T" k="18" /> + <hkern u1="T" u2="ș" k="111" /> + <hkern u1="T" u2="ŷ" k="111" /> + <hkern u1="T" u2="ŵ" k="111" /> + <hkern u1="T" u2="ų" k="92" /> + <hkern u1="T" u2="ű" k="92" /> + <hkern u1="T" u2="ů" k="92" /> + <hkern u1="T" u2="ŭ" k="92" /> + <hkern u1="T" u2="ū" k="92" /> + <hkern u1="T" u2="ũ" k="92" /> + <hkern u1="T" u2="ş" k="111" /> + <hkern u1="T" u2="ŝ" k="111" /> + <hkern u1="T" u2="ś" k="111" /> + <hkern u1="T" u2="ř" k="92" /> + <hkern u1="T" u2="ŗ" k="92" /> + <hkern u1="T" u2="ŕ" k="92" /> + <hkern u1="T" u2="ő" k="111" /> + <hkern u1="T" u2="ŏ" k="111" /> + <hkern u1="T" u2="ō" k="111" /> + <hkern u1="T" u2="ě" k="111" /> + <hkern u1="T" u2="ę" k="111" /> + <hkern u1="T" u2="ė" k="111" /> + <hkern u1="T" u2="ĕ" k="111" /> + <hkern u1="T" u2="ē" k="111" /> + <hkern u1="T" u2="č" k="111" /> + <hkern u1="T" u2="ċ" k="111" /> + <hkern u1="T" u2="ĉ" k="111" /> + <hkern u1="T" u2="ć" k="111" /> + <hkern u1="T" u2="ą" k="111" /> + <hkern u1="T" u2="Ą" k="80" /> + <hkern u1="T" u2="ă" k="111" /> + <hkern u1="T" u2="Ă" k="80" /> + <hkern u1="T" u2="ā" k="111" /> + <hkern u1="T" u2="Ā" k="80" /> + <hkern u1="T" u2="ÿ" k="111" /> + <hkern u1="T" u2="ý" k="111" /> + <hkern u1="T" u2="ü" k="92" /> + <hkern u1="T" u2="û" k="92" /> + <hkern u1="T" u2="ú" k="92" /> + <hkern u1="T" u2="ù" k="92" /> + <hkern u1="T" u2="ö" k="111" /> + <hkern u1="T" u2="õ" k="111" /> + <hkern u1="T" u2="ô" k="111" /> + <hkern u1="T" u2="ó" k="111" /> + <hkern u1="T" u2="ò" k="111" /> + <hkern u1="T" u2="ë" k="111" /> + <hkern u1="T" u2="ê" k="111" /> + <hkern u1="T" u2="é" k="111" /> + <hkern u1="T" u2="è" k="111" /> + <hkern u1="T" u2="ç" k="111" /> + <hkern u1="T" u2="å" k="111" /> + <hkern u1="T" u2="ä" k="111" /> + <hkern u1="T" u2="ã" k="111" /> + <hkern u1="T" u2="â" k="111" /> + <hkern u1="T" u2="á" k="111" /> + <hkern u1="T" u2="à" k="111" /> + <hkern u1="T" u2="Å" k="80" /> + <hkern u1="T" u2="Ä" k="80" /> + <hkern u1="T" u2="Ã" k="80" /> + <hkern u1="T" u2="Â" k="80" /> + <hkern u1="T" u2="Á" k="80" /> + <hkern u1="T" u2="À" k="80" /> + <hkern u1="T" u2="š" k="111" /> + <hkern u1="T" u2="y" k="111" /> + <hkern u1="T" u2="w" k="111" /> + <hkern u1="T" u2="u" k="92" /> + <hkern u1="T" u2="s" k="111" /> + <hkern u1="T" u2="r" k="92" /> + <hkern u1="T" u2="o" k="111" /> + <hkern u1="T" u2="e" k="111" /> + <hkern u1="T" u2="c" k="111" /> + <hkern u1="T" u2="a" k="111" /> + <hkern u1="T" u2="A" k="80" /> + <hkern u1="T" u2=";" k="83" /> + <hkern u1="T" u2=":" k="71" /> + <hkern u1="T" u2="." k="111" /> + <hkern u1="T" u2="-" k="117" /> + <hkern u1="T" u2="," k="111" /> + <hkern u1="V" u2="ŷ" k="18" /> + <hkern u1="V" u2="ų" k="37" /> + <hkern u1="V" u2="ű" k="37" /> + <hkern u1="V" u2="ů" k="37" /> + <hkern u1="V" u2="ŭ" k="37" /> + <hkern u1="V" u2="ū" k="37" /> + <hkern u1="V" u2="ũ" k="37" /> + <hkern u1="V" u2="ř" k="37" /> + <hkern u1="V" u2="ŗ" k="37" /> + <hkern u1="V" u2="ŕ" k="37" /> + <hkern u1="V" u2="ő" k="55" /> + <hkern u1="V" u2="ŏ" k="55" /> + <hkern u1="V" u2="ō" k="55" /> + <hkern u1="V" g2="ij" k="-10" /> + <hkern u1="V" u2="į" k="-10" /> + <hkern u1="V" u2="ě" k="55" /> + <hkern u1="V" u2="ę" k="55" /> + <hkern u1="V" u2="ė" k="55" /> + <hkern u1="V" u2="ĕ" k="55" /> + <hkern u1="V" u2="ē" k="55" /> + <hkern u1="V" u2="ą" k="55" /> + <hkern u1="V" u2="Ą" k="74" /> + <hkern u1="V" u2="ă" k="55" /> + <hkern u1="V" u2="Ă" k="74" /> + <hkern u1="V" u2="ā" k="55" /> + <hkern u1="V" u2="Ā" k="74" /> + <hkern u1="V" u2="ÿ" k="18" /> + <hkern u1="V" u2="ý" k="18" /> + <hkern u1="V" u2="ü" k="37" /> + <hkern u1="V" u2="û" k="37" /> + <hkern u1="V" u2="ú" k="37" /> + <hkern u1="V" u2="ù" k="37" /> + <hkern u1="V" u2="ö" k="55" /> + <hkern u1="V" u2="õ" k="55" /> + <hkern u1="V" u2="ô" k="55" /> + <hkern u1="V" u2="ó" k="55" /> + <hkern u1="V" u2="ò" k="55" /> + <hkern u1="V" u2="ë" k="55" /> + <hkern u1="V" u2="ê" k="55" /> + <hkern u1="V" u2="é" k="55" /> + <hkern u1="V" u2="è" k="55" /> + <hkern u1="V" u2="å" k="55" /> + <hkern u1="V" u2="ä" k="55" /> + <hkern u1="V" u2="ã" k="55" /> + <hkern u1="V" u2="â" k="55" /> + <hkern u1="V" u2="á" k="55" /> + <hkern u1="V" u2="à" k="55" /> + <hkern u1="V" u2="Å" k="74" /> + <hkern u1="V" u2="Ä" k="74" /> + <hkern u1="V" u2="Ã" k="74" /> + <hkern u1="V" u2="Â" k="74" /> + <hkern u1="V" u2="Á" k="74" /> + <hkern u1="V" u2="À" k="74" /> + <hkern u1="V" u2="y" k="18" /> + <hkern u1="V" u2="u" k="37" /> + <hkern u1="V" u2="r" k="37" /> + <hkern u1="V" u2="o" k="55" /> + <hkern u1="V" u2="i" k="-10" /> + <hkern u1="V" u2="e" k="55" /> + <hkern u1="V" u2="a" k="55" /> + <hkern u1="V" u2="A" k="74" /> + <hkern u1="V" u2=";" k="46" /> + <hkern u1="V" u2=":" k="34" /> + <hkern u1="V" u2="." k="129" /> + <hkern u1="V" u2="-" k="55" /> + <hkern u1="V" u2="," k="129" /> + <hkern u1="W" u2="ų" k="18" /> + <hkern u1="W" u2="ű" k="18" /> + <hkern u1="W" u2="ů" k="18" /> + <hkern u1="W" u2="ŭ" k="18" /> + <hkern u1="W" u2="ū" k="18" /> + <hkern u1="W" u2="ũ" k="18" /> + <hkern u1="W" u2="ř" k="18" /> + <hkern u1="W" u2="ŗ" k="18" /> + <hkern u1="W" u2="ŕ" k="18" /> + <hkern u1="W" u2="ő" k="18" /> + <hkern u1="W" u2="ŏ" k="18" /> + <hkern u1="W" u2="ō" k="18" /> + <hkern u1="W" u2="ě" k="18" /> + <hkern u1="W" u2="ę" k="18" /> + <hkern u1="W" u2="ė" k="18" /> + <hkern u1="W" u2="ĕ" k="18" /> + <hkern u1="W" u2="ē" k="18" /> + <hkern u1="W" u2="ą" k="37" /> + <hkern u1="W" u2="Ą" k="37" /> + <hkern u1="W" u2="ă" k="37" /> + <hkern u1="W" u2="Ă" k="37" /> + <hkern u1="W" u2="ā" k="37" /> + <hkern u1="W" u2="Ā" k="37" /> + <hkern u1="W" u2="ü" k="18" /> + <hkern u1="W" u2="û" k="18" /> + <hkern u1="W" u2="ú" k="18" /> + <hkern u1="W" u2="ù" k="18" /> + <hkern u1="W" u2="ö" k="18" /> + <hkern u1="W" u2="õ" k="18" /> + <hkern u1="W" u2="ô" k="18" /> + <hkern u1="W" u2="ó" k="18" /> + <hkern u1="W" u2="ò" k="18" /> + <hkern u1="W" u2="ë" k="18" /> + <hkern u1="W" u2="ê" k="18" /> + <hkern u1="W" u2="é" k="18" /> + <hkern u1="W" u2="è" k="18" /> + <hkern u1="W" u2="å" k="37" /> + <hkern u1="W" u2="ä" k="37" /> + <hkern u1="W" u2="ã" k="37" /> + <hkern u1="W" u2="â" k="37" /> + <hkern u1="W" u2="á" k="37" /> + <hkern u1="W" u2="à" k="37" /> + <hkern u1="W" u2="Å" k="37" /> + <hkern u1="W" u2="Ä" k="37" /> + <hkern u1="W" u2="Ã" k="37" /> + <hkern u1="W" u2="Â" k="37" /> + <hkern u1="W" u2="Á" k="37" /> + <hkern u1="W" u2="À" k="37" /> + <hkern u1="W" u2="u" k="18" /> + <hkern u1="W" u2="r" k="18" /> + <hkern u1="W" u2="o" k="18" /> + <hkern u1="W" u2="e" k="18" /> + <hkern u1="W" u2="a" k="37" /> + <hkern u1="W" u2="A" k="37" /> + <hkern u1="W" u2=";" k="18" /> + <hkern u1="W" u2=":" k="6" /> + <hkern u1="W" u2="." k="74" /> + <hkern u1="W" u2="-" k="28" /> + <hkern u1="W" u2="," k="74" /> + <hkern u1="Y" u2="ų" k="74" /> + <hkern u1="Y" u2="ű" k="74" /> + <hkern u1="Y" u2="ů" k="74" /> + <hkern u1="Y" u2="ŭ" k="74" /> + <hkern u1="Y" u2="ū" k="74" /> + <hkern u1="Y" u2="ũ" k="74" /> + <hkern u1="Y" u2="ő" k="92" /> + <hkern u1="Y" u2="ŏ" k="92" /> + <hkern u1="Y" u2="ō" k="92" /> + <hkern u1="Y" g2="ij" k="9" /> + <hkern u1="Y" u2="į" k="9" /> + <hkern u1="Y" u2="ě" k="92" /> + <hkern u1="Y" u2="ę" k="92" /> + <hkern u1="Y" u2="ė" k="92" /> + <hkern u1="Y" u2="ĕ" k="92" /> + <hkern u1="Y" u2="ē" k="92" /> + <hkern u1="Y" u2="ą" k="92" /> + <hkern u1="Y" u2="Ą" k="98" /> + <hkern u1="Y" u2="ă" k="92" /> + <hkern u1="Y" u2="Ă" k="98" /> + <hkern u1="Y" u2="ā" k="92" /> + <hkern u1="Y" u2="Ā" k="98" /> + <hkern u1="Y" u2="ü" k="74" /> + <hkern u1="Y" u2="û" k="74" /> + <hkern u1="Y" u2="ú" k="74" /> + <hkern u1="Y" u2="ù" k="74" /> + <hkern u1="Y" u2="ö" k="92" /> + <hkern u1="Y" u2="õ" k="92" /> + <hkern u1="Y" u2="ô" k="92" /> + <hkern u1="Y" u2="ó" k="92" /> + <hkern u1="Y" u2="ò" k="92" /> + <hkern u1="Y" u2="ë" k="92" /> + <hkern u1="Y" u2="ê" k="92" /> + <hkern u1="Y" u2="é" k="92" /> + <hkern u1="Y" u2="è" k="92" /> + <hkern u1="Y" u2="å" k="92" /> + <hkern u1="Y" u2="ä" k="92" /> + <hkern u1="Y" u2="ã" k="92" /> + <hkern u1="Y" u2="â" k="92" /> + <hkern u1="Y" u2="á" k="92" /> + <hkern u1="Y" u2="à" k="92" /> + <hkern u1="Y" u2="Å" k="98" /> + <hkern u1="Y" u2="Ä" k="98" /> + <hkern u1="Y" u2="Ã" k="98" /> + <hkern u1="Y" u2="Â" k="98" /> + <hkern u1="Y" u2="Á" k="98" /> + <hkern u1="Y" u2="À" k="98" /> + <hkern u1="Y" u2="v" k="55" /> + <hkern u1="Y" u2="u" k="74" /> + <hkern u1="Y" u2="q" k="92" /> + <hkern u1="Y" u2="p" k="74" /> + <hkern u1="Y" u2="o" k="92" /> + <hkern u1="Y" u2="i" k="9" /> + <hkern u1="Y" u2="e" k="92" /> + <hkern u1="Y" u2="a" k="92" /> + <hkern u1="Y" u2="A" k="98" /> + <hkern u1="Y" u2=";" k="92" /> + <hkern u1="Y" u2=":" k="92" /> + <hkern u1="Y" u2="." k="111" /> + <hkern u1="Y" u2="-" k="111" /> + <hkern u1="Y" u2="," k="111" /> + <hkern u1="f" g2="fl" k="18" /> + <hkern u1="f" g2="fi" k="18" /> + <hkern u1="f" u2="’" k="-18" /> + <hkern u1="f" u2="f" k="18" /> + <hkern u1="r" u2="ő" k="18" /> + <hkern u1="r" u2="ŏ" k="18" /> + <hkern u1="r" u2="ō" k="18" /> + <hkern u1="r" g2="napostrophe" k="-18" /> + <hkern u1="r" u2="ň" k="-18" /> + <hkern u1="r" u2="ņ" k="-18" /> + <hkern u1="r" u2="ń" k="-18" /> + <hkern u1="r" u2="ě" k="18" /> + <hkern u1="r" u2="ę" k="18" /> + <hkern u1="r" u2="ė" k="18" /> + <hkern u1="r" u2="ĕ" k="18" /> + <hkern u1="r" u2="ē" k="18" /> + <hkern u1="r" u2="ď" k="18" /> + <hkern u1="r" u2="č" k="18" /> + <hkern u1="r" u2="ċ" k="18" /> + <hkern u1="r" u2="ĉ" k="18" /> + <hkern u1="r" u2="ć" k="18" /> + <hkern u1="r" u2="ö" k="18" /> + <hkern u1="r" u2="õ" k="18" /> + <hkern u1="r" u2="ô" k="18" /> + <hkern u1="r" u2="ó" k="18" /> + <hkern u1="r" u2="ò" k="18" /> + <hkern u1="r" u2="ñ" k="-18" /> + <hkern u1="r" u2="ë" k="18" /> + <hkern u1="r" u2="ê" k="18" /> + <hkern u1="r" u2="é" k="18" /> + <hkern u1="r" u2="è" k="18" /> + <hkern u1="r" u2="ç" k="18" /> + <hkern u1="r" u2="q" k="18" /> + <hkern u1="r" u2="o" k="18" /> + <hkern u1="r" u2="n" k="-18" /> + <hkern u1="r" u2="e" k="18" /> + <hkern u1="r" u2="d" k="18" /> + <hkern u1="r" u2="c" k="18" /> + <hkern u1="r" u2="." k="92" /> + <hkern u1="r" u2="-" k="55" /> + <hkern u1="r" u2="," k="92" /> + <hkern u1="v" u2="." k="74" /> + <hkern u1="v" u2="," k="74" /> + <hkern u1="w" u2="." k="55" /> + <hkern u1="w" u2="," k="55" /> + <hkern u1="y" u2="." k="92" /> + <hkern u1="y" u2="," k="92" /> + <hkern u1="‘" u2="‘" k="69" /> + <hkern u1="’" u2="ș" k="74" /> + <hkern u1="’" u2="ť" k="18" /> + <hkern u1="’" u2="ţ" k="18" /> + <hkern u1="’" u2="ş" k="74" /> + <hkern u1="’" u2="ŝ" k="74" /> + <hkern u1="’" u2="ś" k="74" /> + <hkern u1="’" u2="š" k="74" /> + <hkern u1="’" u2="’" k="69" /> + <hkern u1="’" u2="t" k="18" /> + <hkern u1="’" u2="s" k="74" /> + <hkern u1="Ÿ" u2="ų" k="74" /> + <hkern u1="Ÿ" u2="ű" k="74" /> + <hkern u1="Ÿ" u2="ů" k="74" /> + <hkern u1="Ÿ" u2="ŭ" k="74" /> + <hkern u1="Ÿ" u2="ū" k="74" /> + <hkern u1="Ÿ" u2="ũ" k="74" /> + <hkern u1="Ÿ" u2="ő" k="92" /> + <hkern u1="Ÿ" u2="ŏ" k="92" /> + <hkern u1="Ÿ" u2="ō" k="92" /> + <hkern u1="Ÿ" g2="ij" k="9" /> + <hkern u1="Ÿ" u2="į" k="9" /> + <hkern u1="Ÿ" u2="ě" k="92" /> + <hkern u1="Ÿ" u2="ę" k="92" /> + <hkern u1="Ÿ" u2="ė" k="92" /> + <hkern u1="Ÿ" u2="ĕ" k="92" /> + <hkern u1="Ÿ" u2="ē" k="92" /> + <hkern u1="Ÿ" u2="ą" k="92" /> + <hkern u1="Ÿ" u2="Ą" k="98" /> + <hkern u1="Ÿ" u2="ă" k="92" /> + <hkern u1="Ÿ" u2="Ă" k="98" /> + <hkern u1="Ÿ" u2="ā" k="92" /> + <hkern u1="Ÿ" u2="Ā" k="98" /> + <hkern u1="Ÿ" u2="ü" k="74" /> + <hkern u1="Ÿ" u2="û" k="74" /> + <hkern u1="Ÿ" u2="ú" k="74" /> + <hkern u1="Ÿ" u2="ù" k="74" /> + <hkern u1="Ÿ" u2="ö" k="92" /> + <hkern u1="Ÿ" u2="õ" k="92" /> + <hkern u1="Ÿ" u2="ô" k="92" /> + <hkern u1="Ÿ" u2="ó" k="92" /> + <hkern u1="Ÿ" u2="ò" k="92" /> + <hkern u1="Ÿ" u2="ë" k="92" /> + <hkern u1="Ÿ" u2="ê" k="92" /> + <hkern u1="Ÿ" u2="é" k="92" /> + <hkern u1="Ÿ" u2="è" k="92" /> + <hkern u1="Ÿ" u2="å" k="92" /> + <hkern u1="Ÿ" u2="ä" k="92" /> + <hkern u1="Ÿ" u2="ã" k="92" /> + <hkern u1="Ÿ" u2="â" k="92" /> + <hkern u1="Ÿ" u2="á" k="92" /> + <hkern u1="Ÿ" u2="à" k="92" /> + <hkern u1="Ÿ" u2="Å" k="98" /> + <hkern u1="Ÿ" u2="Ä" k="98" /> + <hkern u1="Ÿ" u2="Ã" k="98" /> + <hkern u1="Ÿ" u2="Â" k="98" /> + <hkern u1="Ÿ" u2="Á" k="98" /> + <hkern u1="Ÿ" u2="À" k="98" /> + <hkern u1="Ÿ" u2="v" k="55" /> + <hkern u1="Ÿ" u2="u" k="74" /> + <hkern u1="Ÿ" u2="q" k="92" /> + <hkern u1="Ÿ" u2="p" k="74" /> + <hkern u1="Ÿ" u2="o" k="92" /> + <hkern u1="Ÿ" u2="i" k="9" /> + <hkern u1="Ÿ" u2="e" k="92" /> + <hkern u1="Ÿ" u2="a" k="92" /> + <hkern u1="Ÿ" u2="A" k="98" /> + <hkern u1="Ÿ" u2=";" k="92" /> + <hkern u1="Ÿ" u2=":" k="92" /> + <hkern u1="Ÿ" u2="." k="111" /> + <hkern u1="Ÿ" u2="-" k="111" /> + <hkern u1="Ÿ" u2="," k="111" /> + <hkern u1="À" u2="ŷ" k="18" /> + <hkern u1="À" u2="Ŷ" k="98" /> + <hkern u1="À" u2="ŵ" k="18" /> + <hkern u1="À" u2="Ŵ" k="37" /> + <hkern u1="À" u2="Ť" k="80" /> + <hkern u1="À" u2="Ţ" k="80" /> + <hkern u1="À" u2="ÿ" k="18" /> + <hkern u1="À" u2="ý" k="18" /> + <hkern u1="À" u2="Ý" k="98" /> + <hkern u1="À" u2="Ÿ" k="98" /> + <hkern u1="À" u2="’" k="74" /> + <hkern u1="À" u2="y" k="18" /> + <hkern u1="À" u2="w" k="18" /> + <hkern u1="À" u2="v" k="30" /> + <hkern u1="À" u2="Y" k="98" /> + <hkern u1="À" u2="W" k="37" /> + <hkern u1="À" u2="V" k="50" /> + <hkern u1="À" u2="T" k="80" /> + <hkern u1="Á" u2="ŷ" k="18" /> + <hkern u1="Á" u2="Ŷ" k="98" /> + <hkern u1="Á" u2="ŵ" k="18" /> + <hkern u1="Á" u2="Ŵ" k="37" /> + <hkern u1="Á" u2="Ť" k="80" /> + <hkern u1="Á" u2="Ţ" k="80" /> + <hkern u1="Á" u2="ÿ" k="18" /> + <hkern u1="Á" u2="ý" k="18" /> + <hkern u1="Á" u2="Ý" k="98" /> + <hkern u1="Á" u2="Ÿ" k="98" /> + <hkern u1="Á" u2="’" k="74" /> + <hkern u1="Á" u2="y" k="18" /> + <hkern u1="Á" u2="w" k="18" /> + <hkern u1="Á" u2="v" k="30" /> + <hkern u1="Á" u2="Y" k="98" /> + <hkern u1="Á" u2="W" k="37" /> + <hkern u1="Á" u2="V" k="50" /> + <hkern u1="Á" u2="T" k="80" /> + <hkern u1="Â" u2="ŷ" k="18" /> + <hkern u1="Â" u2="Ŷ" k="98" /> + <hkern u1="Â" u2="ŵ" k="18" /> + <hkern u1="Â" u2="Ŵ" k="37" /> + <hkern u1="Â" u2="Ť" k="80" /> + <hkern u1="Â" u2="Ţ" k="80" /> + <hkern u1="Â" u2="ÿ" k="18" /> + <hkern u1="Â" u2="ý" k="18" /> + <hkern u1="Â" u2="Ý" k="98" /> + <hkern u1="Â" u2="Ÿ" k="98" /> + <hkern u1="Â" u2="’" k="74" /> + <hkern u1="Â" u2="y" k="18" /> + <hkern u1="Â" u2="w" k="18" /> + <hkern u1="Â" u2="v" k="30" /> + <hkern u1="Â" u2="Y" k="98" /> + <hkern u1="Â" u2="W" k="37" /> + <hkern u1="Â" u2="V" k="50" /> + <hkern u1="Â" u2="T" k="80" /> + <hkern u1="Ã" u2="ŷ" k="18" /> + <hkern u1="Ã" u2="Ŷ" k="98" /> + <hkern u1="Ã" u2="ŵ" k="18" /> + <hkern u1="Ã" u2="Ŵ" k="37" /> + <hkern u1="Ã" u2="Ť" k="80" /> + <hkern u1="Ã" u2="Ţ" k="80" /> + <hkern u1="Ã" u2="ÿ" k="18" /> + <hkern u1="Ã" u2="ý" k="18" /> + <hkern u1="Ã" u2="Ý" k="98" /> + <hkern u1="Ã" u2="Ÿ" k="98" /> + <hkern u1="Ã" u2="’" k="74" /> + <hkern u1="Ã" u2="y" k="18" /> + <hkern u1="Ã" u2="w" k="18" /> + <hkern u1="Ã" u2="v" k="30" /> + <hkern u1="Ã" u2="Y" k="98" /> + <hkern u1="Ã" u2="W" k="37" /> + <hkern u1="Ã" u2="V" k="50" /> + <hkern u1="Ã" u2="T" k="80" /> + <hkern u1="Ä" u2="ŷ" k="18" /> + <hkern u1="Ä" u2="Ŷ" k="98" /> + <hkern u1="Ä" u2="ŵ" k="18" /> + <hkern u1="Ä" u2="Ŵ" k="37" /> + <hkern u1="Ä" u2="Ť" k="80" /> + <hkern u1="Ä" u2="Ţ" k="80" /> + <hkern u1="Ä" u2="ÿ" k="18" /> + <hkern u1="Ä" u2="ý" k="18" /> + <hkern u1="Ä" u2="Ý" k="98" /> + <hkern u1="Ä" u2="Ÿ" k="98" /> + <hkern u1="Ä" u2="’" k="74" /> + <hkern u1="Ä" u2="y" k="18" /> + <hkern u1="Ä" u2="w" k="18" /> + <hkern u1="Ä" u2="v" k="30" /> + <hkern u1="Ä" u2="Y" k="98" /> + <hkern u1="Ä" u2="W" k="37" /> + <hkern u1="Ä" u2="V" k="50" /> + <hkern u1="Ä" u2="T" k="80" /> + <hkern u1="Å" u2="ŷ" k="18" /> + <hkern u1="Å" u2="Ŷ" k="98" /> + <hkern u1="Å" u2="ŵ" k="18" /> + <hkern u1="Å" u2="Ŵ" k="37" /> + <hkern u1="Å" u2="Ť" k="80" /> + <hkern u1="Å" u2="Ţ" k="80" /> + <hkern u1="Å" u2="ÿ" k="18" /> + <hkern u1="Å" u2="ý" k="18" /> + <hkern u1="Å" u2="Ý" k="98" /> + <hkern u1="Å" u2="Ÿ" k="98" /> + <hkern u1="Å" u2="’" k="74" /> + <hkern u1="Å" u2="y" k="18" /> + <hkern u1="Å" u2="w" k="18" /> + <hkern u1="Å" u2="v" k="30" /> + <hkern u1="Å" u2="Y" k="98" /> + <hkern u1="Å" u2="W" k="37" /> + <hkern u1="Å" u2="V" k="50" /> + <hkern u1="Å" u2="T" k="80" /> + <hkern u1="Ý" u2="ų" k="74" /> + <hkern u1="Ý" u2="ű" k="74" /> + <hkern u1="Ý" u2="ů" k="74" /> + <hkern u1="Ý" u2="ŭ" k="74" /> + <hkern u1="Ý" u2="ū" k="74" /> + <hkern u1="Ý" u2="ũ" k="74" /> + <hkern u1="Ý" u2="ő" k="92" /> + <hkern u1="Ý" u2="ŏ" k="92" /> + <hkern u1="Ý" u2="ō" k="92" /> + <hkern u1="Ý" g2="ij" k="9" /> + <hkern u1="Ý" u2="į" k="9" /> + <hkern u1="Ý" u2="ě" k="92" /> + <hkern u1="Ý" u2="ę" k="92" /> + <hkern u1="Ý" u2="ė" k="92" /> + <hkern u1="Ý" u2="ĕ" k="92" /> + <hkern u1="Ý" u2="ē" k="92" /> + <hkern u1="Ý" u2="ą" k="92" /> + <hkern u1="Ý" u2="Ą" k="98" /> + <hkern u1="Ý" u2="ă" k="92" /> + <hkern u1="Ý" u2="Ă" k="98" /> + <hkern u1="Ý" u2="ā" k="92" /> + <hkern u1="Ý" u2="Ā" k="98" /> + <hkern u1="Ý" u2="ü" k="74" /> + <hkern u1="Ý" u2="û" k="74" /> + <hkern u1="Ý" u2="ú" k="74" /> + <hkern u1="Ý" u2="ù" k="74" /> + <hkern u1="Ý" u2="ö" k="92" /> + <hkern u1="Ý" u2="õ" k="92" /> + <hkern u1="Ý" u2="ô" k="92" /> + <hkern u1="Ý" u2="ó" k="92" /> + <hkern u1="Ý" u2="ò" k="92" /> + <hkern u1="Ý" u2="ë" k="92" /> + <hkern u1="Ý" u2="ê" k="92" /> + <hkern u1="Ý" u2="é" k="92" /> + <hkern u1="Ý" u2="è" k="92" /> + <hkern u1="Ý" u2="å" k="92" /> + <hkern u1="Ý" u2="ä" k="92" /> + <hkern u1="Ý" u2="ã" k="92" /> + <hkern u1="Ý" u2="â" k="92" /> + <hkern u1="Ý" u2="á" k="92" /> + <hkern u1="Ý" u2="à" k="92" /> + <hkern u1="Ý" u2="Å" k="98" /> + <hkern u1="Ý" u2="Ä" k="98" /> + <hkern u1="Ý" u2="Ã" k="98" /> + <hkern u1="Ý" u2="Â" k="98" /> + <hkern u1="Ý" u2="Á" k="98" /> + <hkern u1="Ý" u2="À" k="98" /> + <hkern u1="Ý" u2="v" k="55" /> + <hkern u1="Ý" u2="u" k="74" /> + <hkern u1="Ý" u2="q" k="92" /> + <hkern u1="Ý" u2="p" k="74" /> + <hkern u1="Ý" u2="o" k="92" /> + <hkern u1="Ý" u2="i" k="9" /> + <hkern u1="Ý" u2="e" k="92" /> + <hkern u1="Ý" u2="a" k="92" /> + <hkern u1="Ý" u2="A" k="98" /> + <hkern u1="Ý" u2=";" k="92" /> + <hkern u1="Ý" u2=":" k="92" /> + <hkern u1="Ý" u2="." k="111" /> + <hkern u1="Ý" u2="-" k="111" /> + <hkern u1="Ý" u2="," k="111" /> + <hkern u1="ý" u2="." k="92" /> + <hkern u1="ý" u2="," k="92" /> + <hkern u1="ÿ" u2="." k="92" /> + <hkern u1="ÿ" u2="," k="92" /> + <hkern u1="Ā" u2="ŷ" k="18" /> + <hkern u1="Ā" u2="Ŷ" k="98" /> + <hkern u1="Ā" u2="ŵ" k="18" /> + <hkern u1="Ā" u2="Ŵ" k="37" /> + <hkern u1="Ā" u2="Ť" k="80" /> + <hkern u1="Ā" u2="Ţ" k="80" /> + <hkern u1="Ā" u2="ÿ" k="18" /> + <hkern u1="Ā" u2="ý" k="18" /> + <hkern u1="Ā" u2="Ý" k="98" /> + <hkern u1="Ā" u2="Ÿ" k="98" /> + <hkern u1="Ā" u2="’" k="74" /> + <hkern u1="Ā" u2="y" k="18" /> + <hkern u1="Ā" u2="w" k="18" /> + <hkern u1="Ā" u2="v" k="30" /> + <hkern u1="Ā" u2="Y" k="98" /> + <hkern u1="Ā" u2="W" k="37" /> + <hkern u1="Ā" u2="V" k="50" /> + <hkern u1="Ā" u2="T" k="80" /> + <hkern u1="Ă" u2="ŷ" k="18" /> + <hkern u1="Ă" u2="Ŷ" k="98" /> + <hkern u1="Ă" u2="ŵ" k="18" /> + <hkern u1="Ă" u2="Ŵ" k="37" /> + <hkern u1="Ă" u2="Ť" k="80" /> + <hkern u1="Ă" u2="Ţ" k="80" /> + <hkern u1="Ă" u2="ÿ" k="18" /> + <hkern u1="Ă" u2="ý" k="18" /> + <hkern u1="Ă" u2="Ý" k="98" /> + <hkern u1="Ă" u2="Ÿ" k="98" /> + <hkern u1="Ă" u2="’" k="74" /> + <hkern u1="Ă" u2="y" k="18" /> + <hkern u1="Ă" u2="w" k="18" /> + <hkern u1="Ă" u2="v" k="30" /> + <hkern u1="Ă" u2="Y" k="98" /> + <hkern u1="Ă" u2="W" k="37" /> + <hkern u1="Ă" u2="V" k="50" /> + <hkern u1="Ă" u2="T" k="80" /> + <hkern u1="Ą" u2="ŷ" k="18" /> + <hkern u1="Ą" u2="Ŷ" k="98" /> + <hkern u1="Ą" u2="ŵ" k="18" /> + <hkern u1="Ą" u2="Ŵ" k="37" /> + <hkern u1="Ą" u2="Ť" k="80" /> + <hkern u1="Ą" u2="Ţ" k="80" /> + <hkern u1="Ą" u2="ÿ" k="18" /> + <hkern u1="Ą" u2="ý" k="18" /> + <hkern u1="Ą" u2="Ý" k="98" /> + <hkern u1="Ą" u2="Ÿ" k="98" /> + <hkern u1="Ą" u2="’" k="74" /> + <hkern u1="Ą" u2="y" k="18" /> + <hkern u1="Ą" u2="w" k="18" /> + <hkern u1="Ą" u2="v" k="30" /> + <hkern u1="Ą" u2="Y" k="98" /> + <hkern u1="Ą" u2="W" k="37" /> + <hkern u1="Ą" u2="V" k="50" /> + <hkern u1="Ą" u2="T" k="80" /> + <hkern u1="Ĺ" u2="ŷ" k="37" /> + <hkern u1="Ĺ" u2="Ŷ" k="111" /> + <hkern u1="Ĺ" u2="Ŵ" k="55" /> + <hkern u1="Ĺ" u2="Ť" k="92" /> + <hkern u1="Ĺ" u2="Ţ" k="92" /> + <hkern u1="Ĺ" u2="ÿ" k="37" /> + <hkern u1="Ĺ" u2="ý" k="37" /> + <hkern u1="Ĺ" u2="Ý" k="111" /> + <hkern u1="Ĺ" u2="Ÿ" k="111" /> + <hkern u1="Ĺ" u2="’" k="74" /> + <hkern u1="Ĺ" u2="y" k="37" /> + <hkern u1="Ĺ" u2="Y" k="111" /> + <hkern u1="Ĺ" u2="W" k="55" /> + <hkern u1="Ĺ" u2="V" k="92" /> + <hkern u1="Ĺ" u2="T" k="92" /> + <hkern u1="Ļ" u2="ŷ" k="37" /> + <hkern u1="Ļ" u2="Ŷ" k="111" /> + <hkern u1="Ļ" u2="Ŵ" k="55" /> + <hkern u1="Ļ" u2="Ť" k="92" /> + <hkern u1="Ļ" u2="Ţ" k="92" /> + <hkern u1="Ļ" u2="ÿ" k="37" /> + <hkern u1="Ļ" u2="ý" k="37" /> + <hkern u1="Ļ" u2="Ý" k="111" /> + <hkern u1="Ļ" u2="Ÿ" k="111" /> + <hkern u1="Ļ" u2="’" k="74" /> + <hkern u1="Ļ" u2="y" k="37" /> + <hkern u1="Ļ" u2="Y" k="111" /> + <hkern u1="Ļ" u2="W" k="55" /> + <hkern u1="Ļ" u2="V" k="92" /> + <hkern u1="Ļ" u2="T" k="92" /> + <hkern u1="Ľ" u2="ŷ" k="37" /> + <hkern u1="Ľ" u2="Ŷ" k="111" /> + <hkern u1="Ľ" u2="Ŵ" k="55" /> + <hkern u1="Ľ" u2="Ť" k="92" /> + <hkern u1="Ľ" u2="Ţ" k="92" /> + <hkern u1="Ľ" u2="ÿ" k="37" /> + <hkern u1="Ľ" u2="ý" k="37" /> + <hkern u1="Ľ" u2="Ý" k="111" /> + <hkern u1="Ľ" u2="Ÿ" k="111" /> + <hkern u1="Ľ" u2="’" k="74" /> + <hkern u1="Ľ" u2="y" k="37" /> + <hkern u1="Ľ" u2="Y" k="111" /> + <hkern u1="Ľ" u2="W" k="55" /> + <hkern u1="Ľ" u2="V" k="92" /> + <hkern u1="Ľ" u2="T" k="92" /> + <hkern u1="Ŀ" u2="ŷ" k="37" /> + <hkern u1="Ŀ" u2="Ŷ" k="111" /> + <hkern u1="Ŀ" u2="Ŵ" k="55" /> + <hkern u1="Ŀ" u2="Ť" k="92" /> + <hkern u1="Ŀ" u2="Ţ" k="92" /> + <hkern u1="Ŀ" u2="ÿ" k="37" /> + <hkern u1="Ŀ" u2="ý" k="37" /> + <hkern u1="Ŀ" u2="Ý" k="111" /> + <hkern u1="Ŀ" u2="Ÿ" k="111" /> + <hkern u1="Ŀ" u2="’" k="74" /> + <hkern u1="Ŀ" u2="y" k="37" /> + <hkern u1="Ŀ" u2="Y" k="111" /> + <hkern u1="Ŀ" u2="W" k="55" /> + <hkern u1="Ŀ" u2="V" k="92" /> + <hkern u1="Ŀ" u2="T" k="92" /> + <hkern u1="Ŕ" u2="Ŷ" k="37" /> + <hkern u1="Ŕ" u2="Ŵ" k="18" /> + <hkern u1="Ŕ" u2="Ť" k="18" /> + <hkern u1="Ŕ" u2="Ţ" k="18" /> + <hkern u1="Ŕ" u2="Ý" k="37" /> + <hkern u1="Ŕ" u2="Ÿ" k="37" /> + <hkern u1="Ŕ" u2="Y" k="37" /> + <hkern u1="Ŕ" u2="W" k="18" /> + <hkern u1="Ŕ" u2="V" k="18" /> + <hkern u1="Ŕ" u2="T" k="18" /> + <hkern u1="ŕ" u2="ő" k="18" /> + <hkern u1="ŕ" u2="ŏ" k="18" /> + <hkern u1="ŕ" u2="ō" k="18" /> + <hkern u1="ŕ" g2="napostrophe" k="-18" /> + <hkern u1="ŕ" u2="ň" k="-18" /> + <hkern u1="ŕ" u2="ņ" k="-18" /> + <hkern u1="ŕ" u2="ń" k="-18" /> + <hkern u1="ŕ" u2="ě" k="18" /> + <hkern u1="ŕ" u2="ę" k="18" /> + <hkern u1="ŕ" u2="ė" k="18" /> + <hkern u1="ŕ" u2="ĕ" k="18" /> + <hkern u1="ŕ" u2="ē" k="18" /> + <hkern u1="ŕ" u2="ď" k="18" /> + <hkern u1="ŕ" u2="č" k="18" /> + <hkern u1="ŕ" u2="ċ" k="18" /> + <hkern u1="ŕ" u2="ĉ" k="18" /> + <hkern u1="ŕ" u2="ć" k="18" /> + <hkern u1="ŕ" u2="ö" k="18" /> + <hkern u1="ŕ" u2="õ" k="18" /> + <hkern u1="ŕ" u2="ô" k="18" /> + <hkern u1="ŕ" u2="ó" k="18" /> + <hkern u1="ŕ" u2="ò" k="18" /> + <hkern u1="ŕ" u2="ñ" k="-18" /> + <hkern u1="ŕ" u2="ë" k="18" /> + <hkern u1="ŕ" u2="ê" k="18" /> + <hkern u1="ŕ" u2="é" k="18" /> + <hkern u1="ŕ" u2="è" k="18" /> + <hkern u1="ŕ" u2="ç" k="18" /> + <hkern u1="ŕ" u2="q" k="18" /> + <hkern u1="ŕ" u2="o" k="18" /> + <hkern u1="ŕ" u2="n" k="-18" /> + <hkern u1="ŕ" u2="e" k="18" /> + <hkern u1="ŕ" u2="d" k="18" /> + <hkern u1="ŕ" u2="c" k="18" /> + <hkern u1="ŕ" u2="." k="92" /> + <hkern u1="ŕ" u2="-" k="55" /> + <hkern u1="ŕ" u2="," k="92" /> + <hkern u1="Ŗ" u2="Ŷ" k="37" /> + <hkern u1="Ŗ" u2="Ŵ" k="18" /> + <hkern u1="Ŗ" u2="Ť" k="18" /> + <hkern u1="Ŗ" u2="Ţ" k="18" /> + <hkern u1="Ŗ" u2="Ý" k="37" /> + <hkern u1="Ŗ" u2="Ÿ" k="37" /> + <hkern u1="Ŗ" u2="Y" k="37" /> + <hkern u1="Ŗ" u2="W" k="18" /> + <hkern u1="Ŗ" u2="V" k="18" /> + <hkern u1="Ŗ" u2="T" k="18" /> + <hkern u1="ŗ" u2="ő" k="18" /> + <hkern u1="ŗ" u2="ŏ" k="18" /> + <hkern u1="ŗ" u2="ō" k="18" /> + <hkern u1="ŗ" g2="napostrophe" k="-18" /> + <hkern u1="ŗ" u2="ň" k="-18" /> + <hkern u1="ŗ" u2="ņ" k="-18" /> + <hkern u1="ŗ" u2="ń" k="-18" /> + <hkern u1="ŗ" u2="ě" k="18" /> + <hkern u1="ŗ" u2="ę" k="18" /> + <hkern u1="ŗ" u2="ė" k="18" /> + <hkern u1="ŗ" u2="ĕ" k="18" /> + <hkern u1="ŗ" u2="ē" k="18" /> + <hkern u1="ŗ" u2="ď" k="18" /> + <hkern u1="ŗ" u2="č" k="18" /> + <hkern u1="ŗ" u2="ċ" k="18" /> + <hkern u1="ŗ" u2="ĉ" k="18" /> + <hkern u1="ŗ" u2="ć" k="18" /> + <hkern u1="ŗ" u2="ö" k="18" /> + <hkern u1="ŗ" u2="õ" k="18" /> + <hkern u1="ŗ" u2="ô" k="18" /> + <hkern u1="ŗ" u2="ó" k="18" /> + <hkern u1="ŗ" u2="ò" k="18" /> + <hkern u1="ŗ" u2="ñ" k="-18" /> + <hkern u1="ŗ" u2="ë" k="18" /> + <hkern u1="ŗ" u2="ê" k="18" /> + <hkern u1="ŗ" u2="é" k="18" /> + <hkern u1="ŗ" u2="è" k="18" /> + <hkern u1="ŗ" u2="ç" k="18" /> + <hkern u1="ŗ" u2="q" k="18" /> + <hkern u1="ŗ" u2="o" k="18" /> + <hkern u1="ŗ" u2="n" k="-18" /> + <hkern u1="ŗ" u2="e" k="18" /> + <hkern u1="ŗ" u2="d" k="18" /> + <hkern u1="ŗ" u2="c" k="18" /> + <hkern u1="ŗ" u2="." k="92" /> + <hkern u1="ŗ" u2="-" k="55" /> + <hkern u1="ŗ" u2="," k="92" /> + <hkern u1="Ř" u2="Ŷ" k="37" /> + <hkern u1="Ř" u2="Ŵ" k="18" /> + <hkern u1="Ř" u2="Ť" k="18" /> + <hkern u1="Ř" u2="Ţ" k="18" /> + <hkern u1="Ř" u2="Ý" k="37" /> + <hkern u1="Ř" u2="Ÿ" k="37" /> + <hkern u1="Ř" u2="Y" k="37" /> + <hkern u1="Ř" u2="W" k="18" /> + <hkern u1="Ř" u2="V" k="18" /> + <hkern u1="Ř" u2="T" k="18" /> + <hkern u1="ř" u2="ő" k="18" /> + <hkern u1="ř" u2="ŏ" k="18" /> + <hkern u1="ř" u2="ō" k="18" /> + <hkern u1="ř" g2="napostrophe" k="-18" /> + <hkern u1="ř" u2="ň" k="-18" /> + <hkern u1="ř" u2="ņ" k="-18" /> + <hkern u1="ř" u2="ń" k="-18" /> + <hkern u1="ř" u2="ě" k="18" /> + <hkern u1="ř" u2="ę" k="18" /> + <hkern u1="ř" u2="ė" k="18" /> + <hkern u1="ř" u2="ĕ" k="18" /> + <hkern u1="ř" u2="ē" k="18" /> + <hkern u1="ř" u2="ď" k="18" /> + <hkern u1="ř" u2="č" k="18" /> + <hkern u1="ř" u2="ċ" k="18" /> + <hkern u1="ř" u2="ĉ" k="18" /> + <hkern u1="ř" u2="ć" k="18" /> + <hkern u1="ř" u2="ö" k="18" /> + <hkern u1="ř" u2="õ" k="18" /> + <hkern u1="ř" u2="ô" k="18" /> + <hkern u1="ř" u2="ó" k="18" /> + <hkern u1="ř" u2="ò" k="18" /> + <hkern u1="ř" u2="ñ" k="-18" /> + <hkern u1="ř" u2="ë" k="18" /> + <hkern u1="ř" u2="ê" k="18" /> + <hkern u1="ř" u2="é" k="18" /> + <hkern u1="ř" u2="è" k="18" /> + <hkern u1="ř" u2="ç" k="18" /> + <hkern u1="ř" u2="q" k="18" /> + <hkern u1="ř" u2="o" k="18" /> + <hkern u1="ř" u2="n" k="-18" /> + <hkern u1="ř" u2="e" k="18" /> + <hkern u1="ř" u2="d" k="18" /> + <hkern u1="ř" u2="c" k="18" /> + <hkern u1="ř" u2="." k="92" /> + <hkern u1="ř" u2="-" k="55" /> + <hkern u1="ř" u2="," k="92" /> + <hkern u1="Ţ" u2="ș" k="111" /> + <hkern u1="Ţ" u2="ŷ" k="111" /> + <hkern u1="Ţ" u2="ŵ" k="111" /> + <hkern u1="Ţ" u2="ų" k="92" /> + <hkern u1="Ţ" u2="ű" k="92" /> + <hkern u1="Ţ" u2="ů" k="92" /> + <hkern u1="Ţ" u2="ŭ" k="92" /> + <hkern u1="Ţ" u2="ū" k="92" /> + <hkern u1="Ţ" u2="ũ" k="92" /> + <hkern u1="Ţ" u2="ş" k="111" /> + <hkern u1="Ţ" u2="ŝ" k="111" /> + <hkern u1="Ţ" u2="ś" k="111" /> + <hkern u1="Ţ" u2="ř" k="92" /> + <hkern u1="Ţ" u2="ŗ" k="92" /> + <hkern u1="Ţ" u2="ŕ" k="92" /> + <hkern u1="Ţ" u2="ő" k="111" /> + <hkern u1="Ţ" u2="ŏ" k="111" /> + <hkern u1="Ţ" u2="ō" k="111" /> + <hkern u1="Ţ" u2="ě" k="111" /> + <hkern u1="Ţ" u2="ę" k="111" /> + <hkern u1="Ţ" u2="ė" k="111" /> + <hkern u1="Ţ" u2="ĕ" k="111" /> + <hkern u1="Ţ" u2="ē" k="111" /> + <hkern u1="Ţ" u2="č" k="111" /> + <hkern u1="Ţ" u2="ċ" k="111" /> + <hkern u1="Ţ" u2="ĉ" k="111" /> + <hkern u1="Ţ" u2="ć" k="111" /> + <hkern u1="Ţ" u2="ą" k="111" /> + <hkern u1="Ţ" u2="Ą" k="80" /> + <hkern u1="Ţ" u2="ă" k="111" /> + <hkern u1="Ţ" u2="Ă" k="80" /> + <hkern u1="Ţ" u2="ā" k="111" /> + <hkern u1="Ţ" u2="Ā" k="80" /> + <hkern u1="Ţ" u2="ÿ" k="111" /> + <hkern u1="Ţ" u2="ý" k="111" /> + <hkern u1="Ţ" u2="ü" k="92" /> + <hkern u1="Ţ" u2="û" k="92" /> + <hkern u1="Ţ" u2="ú" k="92" /> + <hkern u1="Ţ" u2="ù" k="92" /> + <hkern u1="Ţ" u2="ö" k="111" /> + <hkern u1="Ţ" u2="õ" k="111" /> + <hkern u1="Ţ" u2="ô" k="111" /> + <hkern u1="Ţ" u2="ó" k="111" /> + <hkern u1="Ţ" u2="ò" k="111" /> + <hkern u1="Ţ" u2="ë" k="111" /> + <hkern u1="Ţ" u2="ê" k="111" /> + <hkern u1="Ţ" u2="é" k="111" /> + <hkern u1="Ţ" u2="è" k="111" /> + <hkern u1="Ţ" u2="ç" k="111" /> + <hkern u1="Ţ" u2="å" k="111" /> + <hkern u1="Ţ" u2="ä" k="111" /> + <hkern u1="Ţ" u2="ã" k="111" /> + <hkern u1="Ţ" u2="â" k="111" /> + <hkern u1="Ţ" u2="á" k="111" /> + <hkern u1="Ţ" u2="à" k="111" /> + <hkern u1="Ţ" u2="Å" k="80" /> + <hkern u1="Ţ" u2="Ä" k="80" /> + <hkern u1="Ţ" u2="Ã" k="80" /> + <hkern u1="Ţ" u2="Â" k="80" /> + <hkern u1="Ţ" u2="Á" k="80" /> + <hkern u1="Ţ" u2="À" k="80" /> + <hkern u1="Ţ" u2="š" k="111" /> + <hkern u1="Ţ" u2="y" k="111" /> + <hkern u1="Ţ" u2="w" k="111" /> + <hkern u1="Ţ" u2="u" k="92" /> + <hkern u1="Ţ" u2="s" k="111" /> + <hkern u1="Ţ" u2="r" k="92" /> + <hkern u1="Ţ" u2="o" k="111" /> + <hkern u1="Ţ" u2="e" k="111" /> + <hkern u1="Ţ" u2="c" k="111" /> + <hkern u1="Ţ" u2="a" k="111" /> + <hkern u1="Ţ" u2="A" k="80" /> + <hkern u1="Ţ" u2=";" k="83" /> + <hkern u1="Ţ" u2=":" k="71" /> + <hkern u1="Ţ" u2="." k="111" /> + <hkern u1="Ţ" u2="-" k="117" /> + <hkern u1="Ţ" u2="," k="111" /> + <hkern u1="Ť" u2="ș" k="111" /> + <hkern u1="Ť" u2="ŷ" k="111" /> + <hkern u1="Ť" u2="ŵ" k="111" /> + <hkern u1="Ť" u2="ų" k="92" /> + <hkern u1="Ť" u2="ű" k="92" /> + <hkern u1="Ť" u2="ů" k="92" /> + <hkern u1="Ť" u2="ŭ" k="92" /> + <hkern u1="Ť" u2="ū" k="92" /> + <hkern u1="Ť" u2="ũ" k="92" /> + <hkern u1="Ť" u2="ş" k="111" /> + <hkern u1="Ť" u2="ŝ" k="111" /> + <hkern u1="Ť" u2="ś" k="111" /> + <hkern u1="Ť" u2="ř" k="92" /> + <hkern u1="Ť" u2="ŗ" k="92" /> + <hkern u1="Ť" u2="ŕ" k="92" /> + <hkern u1="Ť" u2="ő" k="111" /> + <hkern u1="Ť" u2="ŏ" k="111" /> + <hkern u1="Ť" u2="ō" k="111" /> + <hkern u1="Ť" u2="ě" k="111" /> + <hkern u1="Ť" u2="ę" k="111" /> + <hkern u1="Ť" u2="ė" k="111" /> + <hkern u1="Ť" u2="ĕ" k="111" /> + <hkern u1="Ť" u2="ē" k="111" /> + <hkern u1="Ť" u2="č" k="111" /> + <hkern u1="Ť" u2="ċ" k="111" /> + <hkern u1="Ť" u2="ĉ" k="111" /> + <hkern u1="Ť" u2="ć" k="111" /> + <hkern u1="Ť" u2="ą" k="111" /> + <hkern u1="Ť" u2="Ą" k="80" /> + <hkern u1="Ť" u2="ă" k="111" /> + <hkern u1="Ť" u2="Ă" k="80" /> + <hkern u1="Ť" u2="ā" k="111" /> + <hkern u1="Ť" u2="Ā" k="80" /> + <hkern u1="Ť" u2="ÿ" k="111" /> + <hkern u1="Ť" u2="ý" k="111" /> + <hkern u1="Ť" u2="ü" k="92" /> + <hkern u1="Ť" u2="û" k="92" /> + <hkern u1="Ť" u2="ú" k="92" /> + <hkern u1="Ť" u2="ù" k="92" /> + <hkern u1="Ť" u2="ö" k="111" /> + <hkern u1="Ť" u2="õ" k="111" /> + <hkern u1="Ť" u2="ô" k="111" /> + <hkern u1="Ť" u2="ó" k="111" /> + <hkern u1="Ť" u2="ò" k="111" /> + <hkern u1="Ť" u2="ë" k="111" /> + <hkern u1="Ť" u2="ê" k="111" /> + <hkern u1="Ť" u2="é" k="111" /> + <hkern u1="Ť" u2="è" k="111" /> + <hkern u1="Ť" u2="ç" k="111" /> + <hkern u1="Ť" u2="å" k="111" /> + <hkern u1="Ť" u2="ä" k="111" /> + <hkern u1="Ť" u2="ã" k="111" /> + <hkern u1="Ť" u2="â" k="111" /> + <hkern u1="Ť" u2="á" k="111" /> + <hkern u1="Ť" u2="à" k="111" /> + <hkern u1="Ť" u2="Å" k="80" /> + <hkern u1="Ť" u2="Ä" k="80" /> + <hkern u1="Ť" u2="Ã" k="80" /> + <hkern u1="Ť" u2="Â" k="80" /> + <hkern u1="Ť" u2="Á" k="80" /> + <hkern u1="Ť" u2="À" k="80" /> + <hkern u1="Ť" u2="š" k="111" /> + <hkern u1="Ť" u2="y" k="111" /> + <hkern u1="Ť" u2="w" k="111" /> + <hkern u1="Ť" u2="u" k="92" /> + <hkern u1="Ť" u2="s" k="111" /> + <hkern u1="Ť" u2="r" k="92" /> + <hkern u1="Ť" u2="o" k="111" /> + <hkern u1="Ť" u2="e" k="111" /> + <hkern u1="Ť" u2="c" k="111" /> + <hkern u1="Ť" u2="a" k="111" /> + <hkern u1="Ť" u2="A" k="80" /> + <hkern u1="Ť" u2=";" k="83" /> + <hkern u1="Ť" u2=":" k="71" /> + <hkern u1="Ť" u2="." k="111" /> + <hkern u1="Ť" u2="-" k="117" /> + <hkern u1="Ť" u2="," k="111" /> + <hkern u1="Ŵ" u2="ų" k="18" /> + <hkern u1="Ŵ" u2="ű" k="18" /> + <hkern u1="Ŵ" u2="ů" k="18" /> + <hkern u1="Ŵ" u2="ŭ" k="18" /> + <hkern u1="Ŵ" u2="ū" k="18" /> + <hkern u1="Ŵ" u2="ũ" k="18" /> + <hkern u1="Ŵ" u2="ř" k="18" /> + <hkern u1="Ŵ" u2="ŗ" k="18" /> + <hkern u1="Ŵ" u2="ŕ" k="18" /> + <hkern u1="Ŵ" u2="ő" k="18" /> + <hkern u1="Ŵ" u2="ŏ" k="18" /> + <hkern u1="Ŵ" u2="ō" k="18" /> + <hkern u1="Ŵ" u2="ě" k="18" /> + <hkern u1="Ŵ" u2="ę" k="18" /> + <hkern u1="Ŵ" u2="ė" k="18" /> + <hkern u1="Ŵ" u2="ĕ" k="18" /> + <hkern u1="Ŵ" u2="ē" k="18" /> + <hkern u1="Ŵ" u2="ą" k="37" /> + <hkern u1="Ŵ" u2="Ą" k="37" /> + <hkern u1="Ŵ" u2="ă" k="37" /> + <hkern u1="Ŵ" u2="Ă" k="37" /> + <hkern u1="Ŵ" u2="ā" k="37" /> + <hkern u1="Ŵ" u2="Ā" k="37" /> + <hkern u1="Ŵ" u2="ü" k="18" /> + <hkern u1="Ŵ" u2="û" k="18" /> + <hkern u1="Ŵ" u2="ú" k="18" /> + <hkern u1="Ŵ" u2="ù" k="18" /> + <hkern u1="Ŵ" u2="ö" k="18" /> + <hkern u1="Ŵ" u2="õ" k="18" /> + <hkern u1="Ŵ" u2="ô" k="18" /> + <hkern u1="Ŵ" u2="ó" k="18" /> + <hkern u1="Ŵ" u2="ò" k="18" /> + <hkern u1="Ŵ" u2="ë" k="18" /> + <hkern u1="Ŵ" u2="ê" k="18" /> + <hkern u1="Ŵ" u2="é" k="18" /> + <hkern u1="Ŵ" u2="è" k="18" /> + <hkern u1="Ŵ" u2="å" k="37" /> + <hkern u1="Ŵ" u2="ä" k="37" /> + <hkern u1="Ŵ" u2="ã" k="37" /> + <hkern u1="Ŵ" u2="â" k="37" /> + <hkern u1="Ŵ" u2="á" k="37" /> + <hkern u1="Ŵ" u2="à" k="37" /> + <hkern u1="Ŵ" u2="Å" k="37" /> + <hkern u1="Ŵ" u2="Ä" k="37" /> + <hkern u1="Ŵ" u2="Ã" k="37" /> + <hkern u1="Ŵ" u2="Â" k="37" /> + <hkern u1="Ŵ" u2="Á" k="37" /> + <hkern u1="Ŵ" u2="À" k="37" /> + <hkern u1="Ŵ" u2="u" k="18" /> + <hkern u1="Ŵ" u2="r" k="18" /> + <hkern u1="Ŵ" u2="o" k="18" /> + <hkern u1="Ŵ" u2="e" k="18" /> + <hkern u1="Ŵ" u2="a" k="37" /> + <hkern u1="Ŵ" u2="A" k="37" /> + <hkern u1="Ŵ" u2=";" k="18" /> + <hkern u1="Ŵ" u2=":" k="6" /> + <hkern u1="Ŵ" u2="." k="74" /> + <hkern u1="Ŵ" u2="-" k="28" /> + <hkern u1="Ŵ" u2="," k="74" /> + <hkern u1="ŵ" u2="." k="55" /> + <hkern u1="ŵ" u2="," k="55" /> + <hkern u1="Ŷ" u2="ų" k="74" /> + <hkern u1="Ŷ" u2="ű" k="74" /> + <hkern u1="Ŷ" u2="ů" k="74" /> + <hkern u1="Ŷ" u2="ŭ" k="74" /> + <hkern u1="Ŷ" u2="ū" k="74" /> + <hkern u1="Ŷ" u2="ũ" k="74" /> + <hkern u1="Ŷ" u2="ő" k="92" /> + <hkern u1="Ŷ" u2="ŏ" k="92" /> + <hkern u1="Ŷ" u2="ō" k="92" /> + <hkern u1="Ŷ" g2="ij" k="9" /> + <hkern u1="Ŷ" u2="į" k="9" /> + <hkern u1="Ŷ" u2="ě" k="92" /> + <hkern u1="Ŷ" u2="ę" k="92" /> + <hkern u1="Ŷ" u2="ė" k="92" /> + <hkern u1="Ŷ" u2="ĕ" k="92" /> + <hkern u1="Ŷ" u2="ē" k="92" /> + <hkern u1="Ŷ" u2="ą" k="92" /> + <hkern u1="Ŷ" u2="Ą" k="98" /> + <hkern u1="Ŷ" u2="ă" k="92" /> + <hkern u1="Ŷ" u2="Ă" k="98" /> + <hkern u1="Ŷ" u2="ā" k="92" /> + <hkern u1="Ŷ" u2="Ā" k="98" /> + <hkern u1="Ŷ" u2="ü" k="74" /> + <hkern u1="Ŷ" u2="û" k="74" /> + <hkern u1="Ŷ" u2="ú" k="74" /> + <hkern u1="Ŷ" u2="ù" k="74" /> + <hkern u1="Ŷ" u2="ö" k="92" /> + <hkern u1="Ŷ" u2="õ" k="92" /> + <hkern u1="Ŷ" u2="ô" k="92" /> + <hkern u1="Ŷ" u2="ó" k="92" /> + <hkern u1="Ŷ" u2="ò" k="92" /> + <hkern u1="Ŷ" u2="ë" k="92" /> + <hkern u1="Ŷ" u2="ê" k="92" /> + <hkern u1="Ŷ" u2="é" k="92" /> + <hkern u1="Ŷ" u2="è" k="92" /> + <hkern u1="Ŷ" u2="å" k="92" /> + <hkern u1="Ŷ" u2="ä" k="92" /> + <hkern u1="Ŷ" u2="ã" k="92" /> + <hkern u1="Ŷ" u2="â" k="92" /> + <hkern u1="Ŷ" u2="á" k="92" /> + <hkern u1="Ŷ" u2="à" k="92" /> + <hkern u1="Ŷ" u2="Å" k="98" /> + <hkern u1="Ŷ" u2="Ä" k="98" /> + <hkern u1="Ŷ" u2="Ã" k="98" /> + <hkern u1="Ŷ" u2="Â" k="98" /> + <hkern u1="Ŷ" u2="Á" k="98" /> + <hkern u1="Ŷ" u2="À" k="98" /> + <hkern u1="Ŷ" u2="v" k="55" /> + <hkern u1="Ŷ" u2="u" k="74" /> + <hkern u1="Ŷ" u2="q" k="92" /> + <hkern u1="Ŷ" u2="p" k="74" /> + <hkern u1="Ŷ" u2="o" k="92" /> + <hkern u1="Ŷ" u2="i" k="9" /> + <hkern u1="Ŷ" u2="e" k="92" /> + <hkern u1="Ŷ" u2="a" k="92" /> + <hkern u1="Ŷ" u2="A" k="98" /> + <hkern u1="Ŷ" u2=";" k="92" /> + <hkern u1="Ŷ" u2=":" k="92" /> + <hkern u1="Ŷ" u2="." k="111" /> + <hkern u1="Ŷ" u2="-" k="111" /> + <hkern u1="Ŷ" u2="," k="111" /> + <hkern u1="ŷ" u2="." k="92" /> + <hkern u1="ŷ" u2="," k="92" /> + <hkern u1="Ț" u2="ș" k="111" /> + <hkern u1="Ț" u2="ŷ" k="111" /> + <hkern u1="Ț" u2="ŵ" k="111" /> + <hkern u1="Ț" u2="ų" k="92" /> + <hkern u1="Ț" u2="ű" k="92" /> + <hkern u1="Ț" u2="ů" k="92" /> + <hkern u1="Ț" u2="ŭ" k="92" /> + <hkern u1="Ț" u2="ū" k="92" /> + <hkern u1="Ț" u2="ũ" k="92" /> + <hkern u1="Ț" u2="ş" k="111" /> + <hkern u1="Ț" u2="ŝ" k="111" /> + <hkern u1="Ț" u2="ś" k="111" /> + <hkern u1="Ț" u2="ř" k="92" /> + <hkern u1="Ț" u2="ŗ" k="92" /> + <hkern u1="Ț" u2="ŕ" k="92" /> + <hkern u1="Ț" u2="ő" k="111" /> + <hkern u1="Ț" u2="ŏ" k="111" /> + <hkern u1="Ț" u2="ō" k="111" /> + <hkern u1="Ț" u2="ě" k="111" /> + <hkern u1="Ț" u2="ę" k="111" /> + <hkern u1="Ț" u2="ė" k="111" /> + <hkern u1="Ț" u2="ĕ" k="111" /> + <hkern u1="Ț" u2="ē" k="111" /> + <hkern u1="Ț" u2="č" k="111" /> + <hkern u1="Ț" u2="ċ" k="111" /> + <hkern u1="Ț" u2="ĉ" k="111" /> + <hkern u1="Ț" u2="ć" k="111" /> + <hkern u1="Ț" u2="ą" k="111" /> + <hkern u1="Ț" u2="Ą" k="80" /> + <hkern u1="Ț" u2="ă" k="111" /> + <hkern u1="Ț" u2="Ă" k="80" /> + <hkern u1="Ț" u2="ā" k="111" /> + <hkern u1="Ț" u2="Ā" k="80" /> + <hkern u1="Ț" u2="ÿ" k="111" /> + <hkern u1="Ț" u2="ý" k="111" /> + <hkern u1="Ț" u2="ü" k="92" /> + <hkern u1="Ț" u2="û" k="92" /> + <hkern u1="Ț" u2="ú" k="92" /> + <hkern u1="Ț" u2="ù" k="92" /> + <hkern u1="Ț" u2="ö" k="111" /> + <hkern u1="Ț" u2="õ" k="111" /> + <hkern u1="Ț" u2="ô" k="111" /> + <hkern u1="Ț" u2="ó" k="111" /> + <hkern u1="Ț" u2="ò" k="111" /> + <hkern u1="Ț" u2="ë" k="111" /> + <hkern u1="Ț" u2="ê" k="111" /> + <hkern u1="Ț" u2="é" k="111" /> + <hkern u1="Ț" u2="è" k="111" /> + <hkern u1="Ț" u2="ç" k="111" /> + <hkern u1="Ț" u2="å" k="111" /> + <hkern u1="Ț" u2="ä" k="111" /> + <hkern u1="Ț" u2="ã" k="111" /> + <hkern u1="Ț" u2="â" k="111" /> + <hkern u1="Ț" u2="á" k="111" /> + <hkern u1="Ț" u2="à" k="111" /> + <hkern u1="Ț" u2="Å" k="80" /> + <hkern u1="Ț" u2="Ä" k="80" /> + <hkern u1="Ț" u2="Ã" k="80" /> + <hkern u1="Ț" u2="Â" k="80" /> + <hkern u1="Ț" u2="Á" k="80" /> + <hkern u1="Ț" u2="À" k="80" /> + <hkern u1="Ț" u2="š" k="111" /> + <hkern u1="Ț" u2="y" k="111" /> + <hkern u1="Ț" u2="w" k="111" /> + <hkern u1="Ț" u2="u" k="92" /> + <hkern u1="Ț" u2="s" k="111" /> + <hkern u1="Ț" u2="r" k="92" /> + <hkern u1="Ț" u2="o" k="111" /> + <hkern u1="Ț" u2="e" k="111" /> + <hkern u1="Ț" u2="c" k="111" /> + <hkern u1="Ț" u2="a" k="111" /> + <hkern u1="Ț" u2="A" k="80" /> + <hkern u1="Ț" u2=";" k="83" /> + <hkern u1="Ț" u2=":" k="71" /> + <hkern u1="Ț" u2="." k="111" /> + <hkern u1="Ț" u2="-" k="117" /> + <hkern u1="Ț" u2="," k="111" /> + <hkern g1="fi" g2="fl" k="18" /> + <hkern g1="fi" g2="fi" k="18" /> + <hkern g1="fi" u2="’" k="-18" /> + <hkern g1="fi" u2="f" k="18" /> + <hkern g1="fl" g2="fl" k="18" /> + <hkern g1="fl" g2="fi" k="18" /> + <hkern g1="fl" u2="’" k="-18" /> + <hkern g1="fl" u2="f" k="18" /> + </font> +</defs></svg> diff --git a/webapp/static/fonts/frutiger-lt-com-65-bold.ttf b/webapp/static/fonts/frutiger-lt-com-65-bold.ttf new file mode 100644 index 0000000000000000000000000000000000000000..a5861dabb8ff006f7186c505429038326afa9d25 Binary files /dev/null and b/webapp/static/fonts/frutiger-lt-com-65-bold.ttf differ diff --git a/webapp/static/fonts/frutiger-lt-com-65-bold.woff b/webapp/static/fonts/frutiger-lt-com-65-bold.woff new file mode 100644 index 0000000000000000000000000000000000000000..45d9be9ed19ece5e5092de1147f18349ea2f51ce Binary files /dev/null and b/webapp/static/fonts/frutiger-lt-com-65-bold.woff differ diff --git a/webapp/static/fonts/frutiger-lt-com-66-bold-italic.ttf b/webapp/static/fonts/frutiger-lt-com-66-bold-italic.ttf new file mode 100644 index 0000000000000000000000000000000000000000..02946acc0e92dfabf928a6669360805058468e95 Binary files /dev/null and b/webapp/static/fonts/frutiger-lt-com-66-bold-italic.ttf differ diff --git a/webapp/static/fonts/frutiger-lt-com-75-black.eot b/webapp/static/fonts/frutiger-lt-com-75-black.eot new file mode 100644 index 0000000000000000000000000000000000000000..4824b0b28461ab57d0f5dfc4ed46fd53759705f2 Binary files /dev/null and b/webapp/static/fonts/frutiger-lt-com-75-black.eot differ diff --git a/webapp/static/fonts/frutiger-lt-com-75-black.svg b/webapp/static/fonts/frutiger-lt-com-75-black.svg new file mode 100644 index 0000000000000000000000000000000000000000..6233aaf35d796c623e843124c40bad688080a9af --- /dev/null +++ b/webapp/static/fonts/frutiger-lt-com-75-black.svg @@ -0,0 +1,2221 @@ +<?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> +<metadata> +Created by FontForge 20110222 at Tue Sep 30 06:59:09 2014 + By Orthosie Webhosting +Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted (c) 2003 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be reproduced, used, displayed, modified, disclosed or transferred without the express written approval of Linotype GmbH. Copyright (c) 1988, 1990, 1994 Adobe Systems Incorporated. All Rights Reserved. Frutiger is a trademark of Heidelberger Druckmaschinen AG, exclusively licensed through Linotype GmbH, and may be registered in certain jurisdictions. This typeface is original artwork of Adrian Frutiger. The design may be protected in certain jurisdictions. +</metadata> +<defs> +<font id="FrutigerLTCom-Black" horiz-adv-x="611" > + <font-face + font-family="Frutiger LT Com 55 Roman" + font-weight="800" + font-stretch="normal" + units-per-em="1000" + panose-1="2 11 10 3 4 5 4 3 2 4" + ascent="750" + descent="-250" + x-height="521" + cap-height="698" + bbox="-164 -250 1000 954" + underline-thickness="50" + underline-position="-50" + unicode-range="U+000D-FB02" + /> +<missing-glyph horiz-adv-x="512" +d="M222 117v67h56v-67h-56zM225 234l-2 17q0 55 13 81t46 59q32 31 41 47.5t9 35.5q0 36 -22.5 60.5t-53.5 24.5t-53.5 -22t-28.5 -73l-50 8q7 71 44 104t91 33q53 0 88.5 -36t35.5 -95q0 -32 -12.5 -58.5t-50.5 -61.5q-37 -33 -43 -52t-6 -72h-46zM462 50v617h-412v-617 +h412zM512 718v-718h-512v718h512z" /> + <glyph glyph-name="IJ" unicode="IJ" horiz-adv-x="748" +d="M74 698h186v-698h-186v698zM318 161q36 -17 84 -17q21 0 38 8t30 26t20 47t7 72v401h186v-457q0 -56 -12.5 -102.5t-41.5 -80t-77 -52t-119 -18.5q-31 0 -61 6.5t-54 12.5v154z" /> + <glyph glyph-name="ij" unicode="ij" horiz-adv-x="650" +d="M257 606h-180v132h180v-132zM77 521h180v-521h-180v521zM573 606h-180v132h180v-132zM295 -99q10 -2 19.5 -2.5t18.5 -0.5q21 0 33 9t18 23.5t7.5 32.5t1.5 37v521h180v-526q0 -49 -8.5 -89t-29.5 -68.5t-56 -44t-87 -15.5q-29 0 -53 2t-48 7z" /> + <glyph glyph-name="napostrophe" unicode=""n" horiz-adv-x="817" +d="M50 698h157l-93 -251h-126zM206 521h164v-96h2q27 57 77.5 82.5t112.5 25.5q53 0 91 -17.5t62 -46t35 -66.5t11 -78v-325h-180v252q0 73 -23 102t-60 29q-56 0 -84 -39t-28 -124v-220h-180v521z" /> + <glyph glyph-name="fi" unicode="fi" horiz-adv-x="778" +d="M119 395h-106v126h109v32q0 58 13.5 98t41 64.5t68 35.5t94.5 11q29 0 52 -3.5t40 -6.5l-11 -124q-11 4 -24 6t-33 2q-35 0 -49.5 -22.5t-14.5 -60.5v-32h128v-126h-128v-395h-180v395zM700 606h-180v132h180v-132zM520 521h180v-521h-180v521z" /> + <glyph glyph-name="fl" unicode="fl" horiz-adv-x="778" +d="M119 395h-106v126h109v32q0 58 13.5 98t41 64.5t68 35.5t94.5 11q29 0 52 -3.5t40 -6.5l-11 -124q-11 4 -24 6t-33 2q-35 0 -49.5 -22.5t-14.5 -60.5v-32h128v-126h-128v-395h-180v395zM521 750h180v-750h-180v750z" /> + <glyph glyph-name=".notdef" horiz-adv-x="512" +d="M222 117v67h56v-67h-56zM225 234l-2 17q0 55 13 81t46 59q32 31 41 47.5t9 35.5q0 36 -22.5 60.5t-53.5 24.5t-53.5 -22t-28.5 -73l-50 8q7 71 44 104t91 33q53 0 88.5 -36t35.5 -95q0 -32 -12.5 -58.5t-50.5 -61.5q-37 -33 -43 -52t-6 -72h-46zM462 50v617h-412v-617 +h412zM512 718v-718h-512v718h512z" /> + <glyph glyph-name="nonmarkingreturn" unicode="
" horiz-adv-x="0" + /> + <glyph glyph-name="space" unicode=" " horiz-adv-x="306" + /> + <glyph glyph-name="exclam" unicode="!" horiz-adv-x="444" +d="M138 162h168v-162h-168v162zM289 237h-134l-26 461h186z" /> + <glyph glyph-name="quotedbl" unicode=""" +d="M142 698h132v-271h-132v271zM337 698h132v-271h-132v271z" /> + <glyph glyph-name="numbersign" unicode="#" horiz-adv-x="612" +d="M365 405h-87l-15 -110h87zM58 295h99l15 110h-84v108h99l26 185h106l-26 -185h87l25 185h105l-25 -185h69v-108h-84l-15 -110h69v-108h-84l-26 -187h-105l26 187h-87l-26 -187h-106l26 187h-84v108z" /> + <glyph glyph-name="dollar" unicode="$" horiz-adv-x="612" +d="M326 120q40 4 63.5 23.5t23.5 62.5q0 18 -8 31t-20.5 21.5t-28 13.5t-30.5 8v-160zM279 584q-34 -2 -56.5 -20.5t-22.5 -47.5q0 -33 23.5 -50t55.5 -21v139zM266 289q-42 6 -83 22t-73 42t-52 62.5t-20 84.5q0 54 19 92.5t52 64t76.5 38.5t93.5 15v85h60v-85 +q47 0 98.5 -7t86.5 -24l-12 -135q-34 17 -82 28.5t-91 11.5v-151q48 -11 90.5 -25t75 -39.5t51.5 -65t19 -99.5q0 -55 -21.5 -95t-57 -67t-80 -40t-90.5 -14v-86h-60v86q-24 0 -53 2t-57 5t-52.5 8t-39.5 11l13 142q47 -19 95 -27.5t94 -8.5v169z" /> + <glyph glyph-name="percent" unicode="%" horiz-adv-x="1000" +d="M174 503q0 -19 1 -39.5t5.5 -38t14.5 -28.5t28 -11t28 11t14.5 28.5t5.5 38t1 39.5t-1 39.5t-5.5 37.5t-14.5 28.5t-28 11.5t-28 -11.5t-14.5 -28.5t-5.5 -37.5t-1 -39.5zM48 503q0 43 9 81t29.5 66t54 44t82.5 16t82.5 -16t54 -44t29.5 -66t9 -81q0 -45 -9 -83 +t-29.5 -65.5t-54 -43t-82.5 -15.5t-82.5 15.5t-54 43t-29.5 65.5t-9 83zM635 720h109l-381 -742h-110zM728 195q0 -19 1 -39.5t5.5 -38t14.5 -28.5t28 -11t28 11t14.5 28.5t5.5 38t1 39.5t-1 39.5t-5.5 37.5t-14.5 28.5t-28 11.5t-28 -11.5t-14.5 -28.5t-5.5 -37.5t-1 -39.5 +zM602 195q0 43 9 81t29.5 66t54 44t82.5 16t82.5 -16t54 -44t29.5 -66t9 -81q0 -45 -9 -83t-29.5 -65.5t-54 -43t-82.5 -15.5t-82.5 15.5t-54 43t-29.5 65.5t-9 83z" /> + <glyph glyph-name="ampersand" unicode="&" horiz-adv-x="778" +d="M257 534q0 -15 6.5 -28.5t16.5 -25.5t21.5 -22t22.5 -18q13 7 27.5 16.5t27.5 21t21.5 25.5t8.5 31q0 31 -23 46.5t-55 15.5t-53 -18t-21 -44zM214 204q0 -23 9.5 -40.5t25.5 -30t36 -19t41 -6.5q32 0 56 9t50 29q-38 42 -76.5 79.5t-78.5 74.5q-29 -16 -46 -37t-17 -59z +M749 377q-3 -67 -30.5 -129t-76.5 -110l124 -138h-199q-11 14 -21 27.5t-21 25.5q-45 -39 -102.5 -52t-114.5 -13q-50 0 -97.5 13t-84.5 39t-59.5 66t-22.5 94q0 73 36 116.5t101 73.5q-42 33 -63 70t-21 83t21 78t54 51.5t74.5 28.5t82.5 9q46 0 89.5 -8.5t77.5 -28.5 +t54.5 -53t20.5 -82q0 -33 -13 -58.5t-34 -46.5t-48 -38t-55 -33q61 -54 120 -111q24 26 34 59t12 67h162z" /> + <glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="333" +d="M101 698h132v-271h-132v271z" /> + <glyph glyph-name="parenleft" unicode="(" horiz-adv-x="389" +d="M375 756q-66 -103 -105 -214t-39 -234q0 -121 38 -233t99 -215h-142q-74 100 -115.5 211.5t-41.5 236.5q0 123 45 235.5t114 212.5h147z" /> + <glyph glyph-name="parenright" unicode=")" horiz-adv-x="389" +d="M14 -140q65 102 104.5 214.5t39.5 233.5t-39.5 234t-104.5 214h147q75 -97 117 -210.5t42 -237.5q0 -123 -45 -235.5t-114 -212.5h-147z" /> + <glyph glyph-name="asterisk" unicode="*" +d="M238 475l-142 27l38 116l133 -66l-21 146h122l-20 -144l130 64l37 -117l-144 -25l102 -103l-101 -73l-67 129l-72 -128l-98 71z" /> + <glyph glyph-name="plus" unicode="+" horiz-adv-x="600" +d="M47 316h190v190h126v-190h190v-126h-190v-190h-126v190h-190v126z" /> + <glyph glyph-name="comma" unicode="," horiz-adv-x="306" +d="M69 162h168l-98 -271h-137z" /> + <glyph glyph-name="hyphen" unicode="-" horiz-adv-x="333" +d="M31 335h271v-132h-271v132z" /> + <glyph glyph-name="period" unicode="." horiz-adv-x="306" +d="M69 162h168v-162h-168v162z" /> + <glyph glyph-name="slash" unicode="/" horiz-adv-x="278" +d="M173 710h126l-194 -722h-126z" /> + <glyph glyph-name="zero" unicode="0" horiz-adv-x="612" +d="M306 114q31 0 49.5 21t27.5 55t11.5 75.5t2.5 83.5t-2.5 83.5t-11.5 75.5t-27.5 55t-49.5 21q-32 0 -50 -21t-27 -55t-11.5 -75.5t-2.5 -83.5t2.5 -83.5t11.5 -75.5t27 -55t50 -21zM306 -12q-87 0 -140 31t-82 81.5t-39 115.5t-10 133t10 133t39 115.5t82 81.5t140 31 +t140 -31t82 -81.5t39 -115.5t10 -133t-10 -133t-39 -115.5t-82 -81.5t-140 -31z" /> + <glyph glyph-name="one" unicode="1" horiz-adv-x="612" +d="M280 512l-132 -94l-83 126l237 154h164v-698h-186v512z" /> + <glyph glyph-name="two" unicode="2" horiz-adv-x="612" +d="M42 133q53 46 107.5 93.5t98.5 93t72 87.5t28 77q0 47 -28.5 67.5t-70.5 20.5q-23 0 -48 -4t-50 -10.5t-47 -15.5t-38 -18l-7 145q75 27 125.5 34t81.5 7q58 0 107.5 -12.5t85 -38t55.5 -64t20 -90.5q0 -51 -24 -101t-58 -93.5t-70 -79t-61 -56.5l-50 -43h276v-132h-505 +v133z" /> + <glyph glyph-name="three" unicode="3" horiz-adv-x="612" +d="M63 681q48 14 96.5 21.5t106.5 7.5q49 0 98 -8.5t88 -30t63.5 -58.5t24.5 -94q0 -60 -35 -98.5t-93 -54.5v-2q63 -13 101 -53t38 -106q0 -65 -28.5 -106.5t-73 -66.5t-98.5 -34.5t-105 -9.5q-59 0 -112.5 5t-91.5 19l9 147q34 -20 78.5 -26.5t94.5 -6.5q21 0 45.5 4 +t45.5 13.5t35.5 27t14.5 44.5t-13.5 43t-33.5 24t-42 10.5t-38 2.5q-23 0 -42 -0.5t-36 -1.5v124q24 -2 42 -2h38q16 0 36 4t37 13t29 24t12 36q0 25 -11 40.5t-28 24.5t-38.5 12t-42.5 3q-47 0 -89.5 -7t-72.5 -21z" /> + <glyph glyph-name="four" unicode="4" horiz-adv-x="612" +d="M332 554h-2l-190 -295h192v295zM320 133h-312v148l280 417h206v-439h99v-126h-99v-133h-174v133z" /> + <glyph glyph-name="five" unicode="5" horiz-adv-x="612" +d="M80 698h455v-126h-295v-116q20 2 33 3t22 1q53 0 101.5 -12t85 -38t58.5 -67t22 -99q0 -73 -26 -122t-69 -79t-98.5 -42.5t-113.5 -12.5q-52 0 -98 7t-89 18l3 151q40 -20 82.5 -29t87.5 -9q25 0 50.5 5t45.5 17.5t32.5 34.5t12.5 55q0 29 -14 48.5t-36 31.5t-49.5 17 +t-55.5 5q-38 0 -76 -3.5t-76 -13.5z" /> + <glyph glyph-name="six" unicode="6" horiz-adv-x="612" +d="M217 215q0 -43 23 -75t68 -32q44 0 66.5 29t22.5 70q0 22 -5 42t-15.5 35.5t-27.5 24.5t-41 9q-23 0 -40 -8.5t-28.5 -23t-17 -33t-5.5 -38.5zM519 541q-23 15 -59.5 26t-87.5 11q-47 0 -78 -14.5t-49.5 -41.5t-27 -65t-8.5 -84h2q25 35 61.5 53t89.5 18q48 0 86.5 -17 +t66 -46.5t42 -69.5t14.5 -87q0 -48 -19.5 -91t-54 -75.5t-82.5 -51t-106 -18.5q-75 0 -126 27t-82.5 73t-45.5 105.5t-14 125.5q0 80 15.5 151t51.5 124.5t95 84.5t146 31q54 0 97.5 -8t83.5 -24z" /> + <glyph glyph-name="seven" unicode="7" horiz-adv-x="612" +d="M362 566h-312v132h502v-151l-250 -547h-200z" /> + <glyph glyph-name="eight" unicode="8" horiz-adv-x="612" +d="M213 201q0 -38 26.5 -62.5t63.5 -24.5q40 0 68 23.5t28 66.5q0 23 -10 40t-25 28.5t-33.5 19.5t-36.5 13q-34 -16 -57.5 -39.5t-23.5 -64.5zM219 508q0 -20 7.5 -34t20 -24.5t28 -18.5t31.5 -15q37 21 58 43t21 57q0 19 -7.5 33t-19.5 23t-27 13.5t-30 4.5q-34 0 -58 -23 +t-24 -59zM171 360q-24 8 -46 22.5t-38.5 34t-26 43t-9.5 49.5q0 56 21.5 94.5t57.5 62t83.5 34t99.5 10.5t96 -10.5t76 -32.5t50 -56t18 -80q0 -32 -9.5 -58t-25 -45.5t-36.5 -33.5t-44 -23v-2q28 -9 54 -22t45 -33.5t30.5 -49t11.5 -67.5q0 -56 -22.5 -96t-60 -65 +t-87 -36.5t-104.5 -11.5q-56 0 -105.5 11t-86.5 35t-58.5 61.5t-21.5 91.5q0 38 11 66.5t30 49.5t44 34.5t53 21.5v1z" /> + <glyph glyph-name="nine" unicode="9" horiz-adv-x="612" +d="M395 483q0 43 -23 75t-68 32q-44 0 -66.5 -29t-22.5 -70q0 -22 5 -42t15.5 -35.5t27.5 -24.5t41 -9q23 0 40 8.5t28.5 22.5t17 33t5.5 39zM93 157q23 -15 59.5 -26t87.5 -11q46 0 77.5 14.5t50 41.5t27 65t8.5 84h-2q-25 -35 -61.5 -53t-89.5 -18q-48 0 -86.5 17 +t-66 46.5t-42 69.5t-14.5 87q0 48 19.5 91t54 75.5t82.5 51t106 18.5q75 0 126 -27t82.5 -73t45.5 -105.5t14 -125.5q0 -80 -15.5 -151.5t-51.5 -124.5t-95 -84t-146 -31q-54 0 -97.5 8t-83.5 24z" /> + <glyph glyph-name="colon" unicode=":" horiz-adv-x="306" +d="M69 162h168v-162h-168v162zM69 521h168v-162h-168v162z" /> + <glyph glyph-name="semicolon" unicode=";" horiz-adv-x="306" +d="M69 521h168v-162h-168v162zM69 162h168l-98 -271h-137z" /> + <glyph glyph-name="less" unicode="<" horiz-adv-x="600" +d="M553 392l-341 -139l341 -139v-122l-506 208v106l506 208v-122z" /> + <glyph glyph-name="equal" unicode="=" horiz-adv-x="600" +d="M47 201h506v-126h-506v126zM47 431h506v-126h-506v126z" /> + <glyph glyph-name="greater" unicode=">" horiz-adv-x="600" +d="M47 114l341 139l-341 139v122l506 -208v-106l-506 -208v122z" /> + <glyph glyph-name="question" unicode="?" horiz-adv-x="556" +d="M196 162h168v-162h-168v162zM65 681q51 16 103.5 22.5t106.5 6.5q41 0 84 -8.5t78 -28.5t57 -52t22 -79q0 -34 -11.5 -60.5t-28.5 -49.5t-37.5 -43.5t-38.5 -43.5t-31 -49t-16 -59h-146q0 48 20 83.5t44.5 65.5t44.5 58.5t20 61.5q0 19 -10.5 32.5t-26.5 22.5t-35.5 13 +t-37.5 4q-84 0 -157 -37z" /> + <glyph glyph-name="at" unicode="@" horiz-adv-x="800" +d="M715 137q-53 -73 -126.5 -111t-164.5 -38q-82 0 -153 27t-123 75t-81.5 114t-29.5 145q0 77 28.5 143t79 114.5t120.5 76t153 27.5q69 0 132 -20.5t110 -58.5t75 -92t28 -121q0 -55 -15 -97.5t-38.5 -73.5t-53 -51.5t-57.5 -33t-52.5 -18t-38.5 -5.5q-20 0 -35 12t-16 37 +h-2q-18 -20 -44.5 -34.5t-56.5 -14.5q-31 0 -59 14.5t-49 40t-33.5 61t-12.5 77.5q0 39 13.5 75.5t38.5 64t60 44.5t78 17q37 0 67.5 -13.5t52.5 -43.5l9 47h94l-34 -209q-4 -20 -7 -33.5t-3 -21.5t2.5 -13.5t10.5 -5.5q14 0 29 8.5t27 26t20.5 45.5t8.5 67q1 108 -61 167.5 +t-196 59.5q-59 0 -107 -20t-81.5 -55.5t-52 -84.5t-18.5 -107q0 -64 19.5 -113t55.5 -82.5t86 -50.5t110 -17q63 0 111 15t80 38h102zM392 235q44 0 68.5 30.5t24.5 78.5q0 41 -22.5 67t-60.5 26q-22 0 -39.5 -9t-29.5 -24t-18.5 -34t-6.5 -39q0 -41 21 -68.5t63 -27.5z" /> + <glyph glyph-name="A" unicode="A" horiz-adv-x="778" +d="M387 554h-2l-90 -273h175zM273 698h228l269 -698h-204l-52 149h-262l-55 -149h-189z" /> + <glyph glyph-name="B" unicode="B" horiz-adv-x="667" +d="M246 422h52q23 0 45 3.5t39.5 11.5t28.5 22.5t11 36.5q0 24 -10.5 38t-27.5 21t-39 9t-45 2h-54v-144zM246 132h55q25 0 50 2.5t45 11t32 24.5t12 43q0 28 -12.5 45t-32 25t-44 10.5t-48.5 2.5h-57v-164zM60 698h321q49 0 90.5 -11t72 -32.5t47.5 -55t17 -78.5 +q0 -66 -32 -104.5t-91 -58.5v-2q141 -29 141 -154q0 -63 -25 -102t-64 -61.5t-87.5 -30.5t-95.5 -8h-294v698z" /> + <glyph glyph-name="C" unicode="C" horiz-adv-x="667" +d="M647 16q-40 -10 -88 -19t-119 -9q-70 0 -141.5 19t-129 61t-94 110.5t-36.5 167.5q0 91 30 159.5t83.5 114t127 68t159.5 22.5q54 0 105 -10.5t102 -25.5l-15 -151q-45 25 -89.5 37t-92.5 12q-50 0 -90 -17t-68.5 -47t-44 -71.5t-15.5 -90.5q0 -51 17.5 -92t48 -69.5 +t73.5 -43.5t94 -15q46 0 91 10.5t83 25.5z" /> + <glyph glyph-name="D" unicode="D" horiz-adv-x="778" +d="M251 138h72q105 0 161 53t56 158t-57 158t-160 53h-72v-422zM65 698h254q91 0 167 -16t130.5 -55.5t85 -106.5t30.5 -168q0 -98 -31 -165t-86 -108.5t-131 -60t-165 -18.5h-254v698z" /> + <glyph glyph-name="E" unicode="E" +d="M60 698h492v-132h-306v-144h289v-132h-289v-158h317v-132h-503v698z" /> + <glyph glyph-name="F" unicode="F" horiz-adv-x="556" +d="M60 698h467v-132h-281v-153h269v-132h-269v-281h-186v698z" /> + <glyph glyph-name="G" unicode="G" horiz-adv-x="778" +d="M710 20q-89 -23 -155.5 -27.5t-114.5 -4.5q-70 0 -141.5 19t-129 61t-94 110.5t-36.5 167.5t33 168t91.5 112.5t139.5 63.5t177 20q17 0 42.5 -1t54.5 -4.5t58.5 -9.5t55.5 -16l-15 -152q-44 26 -90.5 35.5t-79.5 9.5q-57 0 -107 -12.5t-87.5 -39.5t-59 -70t-21.5 -104 +q0 -51 17.5 -92t48 -69.5t73.5 -43.5t94 -15q40 0 66 12v138h-109v132h289v-388z" /> + <glyph glyph-name="H" unicode="H" horiz-adv-x="722" +d="M65 698h186v-267h220v267h186v-698h-186v299h-220v-299h-186v698z" /> + <glyph glyph-name="I" unicode="I" horiz-adv-x="334" +d="M74 698h186v-698h-186v698z" /> + <glyph glyph-name="J" unicode="J" horiz-adv-x="444" +d="M14 161q36 -17 84 -17q21 0 38 8t30 26t20 47t7 72v401h186v-457q0 -56 -12.5 -102.5t-41.5 -80t-77 -52t-119 -18.5q-31 0 -61 6.5t-54 12.5v154z" /> + <glyph glyph-name="K" unicode="K" horiz-adv-x="722" +d="M65 698h186v-285h2l210 285h224l-258 -325l278 -373h-237l-217 317h-2v-317h-186v698z" /> + <glyph glyph-name="L" unicode="L" horiz-adv-x="556" +d="M65 698h186v-560h288v-138h-474v698z" /> + <glyph glyph-name="M" unicode="M" horiz-adv-x="1000" +d="M60 698h293l148 -464h2l155 464h282v-698h-182l3 536h-2l-178 -536h-171l-170 536h-2l4 -536h-182v698z" /> + <glyph glyph-name="N" unicode="N" horiz-adv-x="778" +d="M68 698h237l236 -474h2l-3 474h170v-698h-231l-244 477h-2l6 -477h-171v698z" /> + <glyph glyph-name="O" unicode="O" horiz-adv-x="778" +d="M231 349q0 -43 9 -83.5t28 -71.5t49 -49.5t72 -18.5t72 18.5t49 49.5t28 71.5t9 83.5q0 45 -9 85.5t-28 71t-49 48.5t-72 18t-72 -18t-49 -48.5t-28 -71t-9 -85.5zM39 349q0 84 22.5 151t66.5 113.5t109.5 71.5t151.5 25t151.5 -25t109.5 -71.5t66.5 -113.5t22.5 -151 +q0 -83 -22.5 -150t-67 -114t-110 -72t-150.5 -25q-86 0 -151 25t-109.5 72t-67 114t-22.5 150z" /> + <glyph glyph-name="P" unicode="P" +d="M241 376h48q24 0 45 4.5t36.5 16t24.5 30t9 45.5t-9 45t-24.5 29t-36.5 15.5t-45 4.5h-48v-190zM55 698h222q161 0 237 -55.5t76 -173.5q0 -106 -73 -165.5t-204 -59.5h-72v-244h-186v698z" /> + <glyph glyph-name="Q" unicode="Q" horiz-adv-x="778" +d="M399 -12h-10q-86 0 -151 25t-109.5 72t-67 114t-22.5 150q0 84 22.5 151t66.5 113.5t109.5 71.5t151.5 25t151.5 -25t109.5 -71.5t66.5 -113.5t22.5 -151q0 -118 -45 -202t-133 -124l165 -155h-210zM231 349q0 -43 9 -83.5t28 -71.5t49 -49.5t72 -18.5t72 18.5t49 49.5 +t28 71.5t9 83.5q0 45 -9 85.5t-28 71t-49 48.5t-72 18t-72 -18t-49 -48.5t-28 -71t-9 -85.5z" /> + <glyph glyph-name="R" unicode="R" horiz-adv-x="667" +d="M246 408h49q22 0 46.5 1.5t44 9.5t32.5 24t13 46q0 24 -11.5 39.5t-30 23.5t-43 11t-51.5 3h-49v-158zM60 698h332q46 0 87 -10.5t72 -32.5t48.5 -55t17.5 -78q0 -70 -33 -115t-101 -61v-2q22 -6 35.5 -19t23.5 -32.5t18.5 -45t21.5 -57.5l68 -190h-194l-40 126 +q-14 45 -26.5 74t-27 46t-33 23.5t-44.5 6.5h-39v-276h-186v698z" /> + <glyph glyph-name="S" unicode="S" +d="M67 172q36 -20 85 -33t107 -13q22 0 43 2.5t37 10t25.5 21t9.5 34.5q0 33 -24.5 50t-61 29.5t-79.5 25t-79.5 35t-61 60.5t-24.5 102q0 63 28 104.5t71.5 65.5t97.5 34t107 10q51 0 98 -7t82 -19l-12 -144q-36 17 -75.5 24.5t-79.5 7.5q-18 0 -39.5 -1.5t-40.5 -8 +t-32 -19.5t-13 -36q0 -28 24.5 -43t61 -26t79.5 -23t79.5 -35t61 -61t24.5 -101q0 -68 -26 -112.5t-69 -70.5t-98.5 -36.5t-113.5 -10.5q-49 0 -105 7.5t-103 22.5z" /> + <glyph glyph-name="T" unicode="T" horiz-adv-x="556" +d="M185 560h-172v138h530v-138h-172v-560h-186v560z" /> + <glyph glyph-name="U" unicode="U" horiz-adv-x="722" +d="M667 265q0 -72 -22 -124t-62.5 -86t-97 -50.5t-124.5 -16.5t-124.5 16.5t-97 50.5t-62.5 86t-22 124v433h186v-402q0 -35 5.5 -65.5t19 -54t36.5 -37t59 -13.5t59 13.5t36.5 37t19 54t5.5 65.5v402h186v-433z" /> + <glyph glyph-name="V" unicode="V" horiz-adv-x="722" +d="M10 698h198l155 -548h2l156 548h191l-238 -698h-230z" /> + <glyph glyph-name="W" unicode="W" horiz-adv-x="1000" +d="M8 698h190l90 -536h2l94 536h236l98 -536h2l91 536h181l-156 -698h-239l-99 536h-2l-92 -536h-241z" /> + <glyph glyph-name="X" unicode="X" horiz-adv-x="722" +d="M236 367l-202 331h217l117 -230l120 230h204l-204 -331l224 -367h-222l-135 257l-134 -257h-211z" /> + <glyph glyph-name="Y" unicode="Y" horiz-adv-x="722" +d="M269 263l-258 435h214l137 -280l135 280h214l-256 -435v-263h-186v263z" /> + <glyph glyph-name="Z" unicode="Z" +d="M570 550l-342 -412h344v-138h-546v148l332 412h-323v138h535v-148z" /> + <glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="389" +d="M352 642h-114v-668h114v-114h-264v896h264v-114z" /> + <glyph glyph-name="backslash" unicode="\" horiz-adv-x="278" +d="M-21 710h126l194 -722h-126z" /> + <glyph glyph-name="bracketright" unicode="]" horiz-adv-x="389" +d="M37 -26h114v668h-114v114h264v-896h-264v114z" /> + <glyph glyph-name="asciicircum" unicode="^" horiz-adv-x="600" +d="M244 698h112l174 -365h-122l-108 227l-108 -227h-122z" /> + <glyph glyph-name="underscore" unicode="_" horiz-adv-x="500" +d="M500 -75v-50h-500v50h500z" /> + <glyph glyph-name="grave" unicode="`" horiz-adv-x="333" +d="M120 585l-129 144h187l68 -144h-126z" /> + <glyph glyph-name="a" unicode="a" +d="M199 165q0 -27 21 -42t53 -15q25 0 46 10.5t35 28t22 39.5t8 45q-17 1 -36.5 2t-39.5 1q-46 0 -77.5 -15.5t-31.5 -53.5zM397 0q-1 21 -2.5 41.5t-1.5 40.5h-2q-31 -49 -70 -71.5t-95 -22.5q-39 0 -74 9.5t-62 30t-43 51.5t-16 73q0 60 28.5 95t70 53.5t88 24t82.5 5.5 +q22 0 44.5 -2t39.5 -5q0 27 -9.5 44t-26 27.5t-38 14.5t-45.5 4q-44 0 -86 -9t-80 -30l-3 122q48 20 99 28.5t109 8.5q50 0 95 -11.5t79 -37t54 -66.5t20 -101v-194q0 -31 2 -61.5t8 -61.5h-165z" /> + <glyph glyph-name="b" unicode="b" horiz-adv-x="668" +d="M451 266q0 26 -7 49.5t-21 41t-34.5 28t-46.5 10.5q-50 0 -80 -38.5t-30 -97.5q0 -29 8.5 -53t23.5 -42t35 -28t43 -10q51 0 80 38.5t29 101.5zM52 750h181v-296h2q35 44 80 61.5t99 17.5t95.5 -23.5t70 -61t43 -84.5t14.5 -94q0 -58 -15.5 -109t-45.5 -89.5t-74.5 -61 +t-102.5 -22.5q-31 0 -59.5 8t-52.5 22.5t-41 33.5t-26 41h-2v-93h-166v750z" /> + <glyph glyph-name="c" unicode="c" horiz-adv-x="500" +d="M464 372q-25 15 -51 22t-58 7q-29 0 -54.5 -10t-44 -28.5t-29 -45t-10.5 -60.5q0 -31 12 -56.5t32.5 -43.5t47.5 -27.5t56 -9.5q31 0 60 6.5t52 18.5l4 -134q-34 -11 -72.5 -17t-74.5 -6q-65 0 -120 18.5t-96 53t-64 85t-23 115.5t23 115.5t64 85.5t96 53.5t120 18.5 +q41 0 76.5 -7t66.5 -22z" /> + <glyph glyph-name="d" unicode="d" horiz-adv-x="668" +d="M217 266q0 -63 29 -101.5t80 -38.5q22 0 42 10t35 28t24 42t9 53q0 60 -30 98t-80 38q-26 0 -46.5 -10.5t-34.5 -28t-21 -41t-7 -49.5zM616 0h-166v93h-2q-9 -22 -26 -41t-41 -33.5t-52.5 -22.5t-59.5 -8q-58 0 -102.5 22.5t-74.5 61t-45.5 89.5t-15.5 109q0 48 14.5 95 +t43 84.5t70 60.5t95.5 23t99 -17t80 -62h2v296h181v-750z" /> + <glyph glyph-name="e" unicode="e" +d="M411 310q0 45 -23 77t-77 32q-49 0 -73 -32t-27 -77h200zM213 208q8 -54 47.5 -77t105.5 -23q37 0 77.5 9t81.5 31v-127q-44 -17 -92 -25t-99 -8q-65 0 -120 18.5t-96 53.5t-64 85.5t-23 115.5q0 64 21 115t58 85.5t88 53t112 18.5q72 0 122.5 -24t81.5 -64t45 -93 +t14 -111v-33h-360z" /> + <glyph glyph-name="f" unicode="f" horiz-adv-x="444" +d="M119 395h-106v126h109v32q0 58 13.5 98t41 64.5t68 35.5t94.5 11q29 0 52 -3.5t40 -6.5l-11 -124q-11 4 -24 6t-33 2q-35 0 -49.5 -22.5t-14.5 -60.5v-32h128v-126h-128v-395h-180v395z" /> + <glyph glyph-name="g" unicode="g" horiz-adv-x="668" +d="M217 265q0 -30 8.5 -54t22.5 -40t32.5 -24.5t38.5 -8.5q24 0 45 9.5t36.5 27.5t24.5 42.5t9 54.5q0 22 -6.5 44t-20.5 39.5t-36 28.5t-52 11q-25 0 -44 -10.5t-32 -28t-19.5 -41t-6.5 -50.5zM608 61q0 -80 -19.5 -134.5t-58.5 -87.5t-98 -47t-138 -14q-65 0 -116 11 +t-83 22l9 142q41 -20 80.5 -31.5t95.5 -11.5q78 0 119 37t41 114v28h-2q-32 -46 -76.5 -67.5t-98.5 -21.5t-97 19.5t-73 54t-46 82.5t-16 106t14 107.5t43 86t73 57t105 20.5q58 0 103 -29t74 -77h2v94h163v-460z" /> + <glyph glyph-name="h" unicode="h" horiz-adv-x="667" +d="M56 750h180v-306h2q29 41 72 65t102 24q53 0 91 -17.5t62 -46t35 -66.5t11 -78v-325h-180v252q0 73 -23 102t-60 29q-56 0 -84 -39t-28 -124v-220h-180v750z" /> + <glyph glyph-name="i" unicode="i" horiz-adv-x="334" +d="M257 606h-180v132h180v-132zM77 521h180v-521h-180v521z" /> + <glyph glyph-name="j" unicode="j" horiz-adv-x="334" +d="M257 606h-180v132h180v-132zM-21 -99q10 -2 19.5 -2.5t18.5 -0.5q21 0 33 9t18 23.5t7.5 32.5t1.5 37v521h180v-526q0 -49 -8.5 -89t-29.5 -68.5t-56 -44t-87 -15.5q-29 0 -53 2t-48 7z" /> + <glyph glyph-name="k" unicode="k" +d="M56 750h180v-448h2l150 219h197l-181 -239l196 -282h-218l-144 258h-2v-258h-180v750z" /> + <glyph glyph-name="l" unicode="l" horiz-adv-x="334" +d="M77 750h180v-750h-180v750z" /> + <glyph glyph-name="m" unicode="m" horiz-adv-x="1000" +d="M56 521h164v-96h2q27 57 77.5 82.5t112.5 25.5q56 0 99 -24.5t64 -75.5q32 53 80.5 76.5t104.5 23.5t92 -15.5t56.5 -44.5t28 -71t7.5 -95v-307h-180v280q0 45 -17 74t-55 29q-48 0 -75 -39t-27 -124v-220h-180v280q0 45 -17 74t-55 29q-48 0 -75 -39t-27 -124v-220h-180 +v521z" /> + <glyph glyph-name="n" unicode="n" horiz-adv-x="667" +d="M56 521h164v-96h2q27 57 77.5 82.5t112.5 25.5q53 0 91 -17.5t62 -46t35 -66.5t11 -78v-325h-180v252q0 73 -23 102t-60 29q-56 0 -84 -39t-28 -124v-220h-180v521z" /> + <glyph glyph-name="o" unicode="o" horiz-adv-x="668" +d="M334 114q31 0 53 12t36.5 32t21 46.5t6.5 55.5t-6.5 55.5t-21 47t-36.5 32.5t-53 12t-53 -12t-36.5 -32.5t-21 -47t-6.5 -55.5t6.5 -55.5t21 -46.5t36.5 -32t53 -12zM334 -12q-65 0 -120 18.5t-96 53t-64 85t-23 115.5t23 115.5t64 85.5t96 53.5t120 18.5 +q64 0 119.5 -18.5t96.5 -53.5t64 -85.5t23 -115.5t-23 -115.5t-64 -85t-96.5 -53t-119.5 -18.5z" /> + <glyph glyph-name="p" unicode="p" horiz-adv-x="668" +d="M451 266q0 26 -7 49.5t-21 41t-34.5 28t-46.5 10.5q-50 0 -80 -38.5t-30 -97.5q0 -29 8.5 -53t23.5 -42t35 -28t43 -10q51 0 80 38.5t29 101.5zM52 521h166v-94h2q27 55 79.5 80.5t114.5 25.5q54 0 95.5 -23.5t70 -61t43 -84.5t14.5 -94q0 -58 -15.5 -109t-45.5 -89.5 +t-74.5 -61t-102.5 -22.5q-48 0 -93.5 19t-71.5 66h-2v-283h-180v731z" /> + <glyph glyph-name="q" unicode="q" horiz-adv-x="668" +d="M217 266q0 -63 29 -101.5t80 -38.5q22 0 42 10t35 28t24 42t9 53q0 60 -30 98t-80 38q-26 0 -46.5 -10.5t-34.5 -28t-21 -41t-7 -49.5zM616 -210h-180v283h-2q-26 -47 -71.5 -66t-93.5 -19q-58 0 -102.5 22.5t-74.5 61t-45.5 89.5t-15.5 109q0 48 14.5 95t43 84.5 +t70 60.5t95.5 23q62 0 114.5 -25t79.5 -81h2v94h166v-731z" /> + <glyph glyph-name="r" unicode="r" horiz-adv-x="444" +d="M428 377q-15 5 -30 5.5t-31 0.5q-63 0 -97 -43t-34 -120v-220h-180v521h164v-96h2q23 50 59 79t95 29q16 0 31.5 -2t29.5 -4z" /> + <glyph glyph-name="s" unicode="s" horiz-adv-x="500" +d="M46 144q32 -14 76 -25t93 -11q28 0 50.5 7.5t22.5 34.5q0 22 -19 33.5t-47.5 19.5t-61.5 16.5t-61.5 25t-47.5 44.5t-19 75q0 45 20 77t52 52.5t71.5 30t78.5 9.5q47 0 93 -6.5t90 -23.5l-14 -125q-29 17 -67.5 26t-72.5 9q-15 0 -29.5 -1.5t-26.5 -5.5t-19.5 -11 +t-7.5 -18q0 -20 20 -30t49.5 -17.5t64.5 -16t64.5 -25.5t49.5 -47t20 -79q0 -52 -21.5 -86t-56 -53.5t-78 -27t-87.5 -7.5q-61 0 -105 6t-84 19z" /> + <glyph glyph-name="t" unicode="t" horiz-adv-x="444" +d="M10 521h106v117l177 55v-172h126v-126h-126v-192q0 -48 14.5 -71.5t57.5 -23.5q14 0 27.5 2.5t27.5 4.5l6 -117q-26 -3 -52.5 -6.5t-60.5 -3.5q-60 0 -99 13t-61.5 38t-31 61t-8.5 83v212h-103v126z" /> + <glyph glyph-name="u" unicode="u" horiz-adv-x="667" +d="M611 0h-164v96h-2q-27 -57 -77.5 -82.5t-112.5 -25.5q-53 0 -91 17.5t-62 46t-35 66t-11 78.5v325h180v-252q0 -37 6 -62t17 -40.5t26.5 -22t33.5 -6.5q56 0 84 39t28 124v220h180v-521z" /> + <glyph glyph-name="v" unicode="v" +d="M10 521h193l108 -371h2l109 371h179l-193 -521h-205z" /> + <glyph glyph-name="w" unicode="w" horiz-adv-x="944" +d="M9 521h188l84 -375h2l90 375h216l88 -375h2l82 375h174l-159 -521h-209l-88 377h-2l-99 -377h-209z" /> + <glyph glyph-name="x" unicode="x" +d="M186 265l-163 256h213l77 -156l81 156h197l-163 -254l174 -267h-217l-87 162l-86 -162h-203z" /> + <glyph glyph-name="y" unicode="y" +d="M57 -73q18 -6 35 -8.5t36 -2.5q33 0 57 18.5t34 53.5l-211 533h194l112 -340h2l107 340h180l-191 -485q-19 -49 -38 -95.5t-46.5 -82.5t-68 -58t-102.5 -22q-57 0 -112 12z" /> + <glyph glyph-name="z" unicode="z" horiz-adv-x="500" +d="M26 144l238 245h-233v132h439v-144l-238 -245h242v-132h-448v144z" /> + <glyph glyph-name="braceleft" unicode="{" horiz-adv-x="389" +d="M359 666h-47q-20 0 -31.5 -6t-17.5 -15.5t-7.5 -21t-1.5 -21.5v-183q0 -34 -12.5 -55t-30 -33t-37.5 -16.5t-36 -5.5v-2q16 -1 36 -4.5t37.5 -15t30 -34.5t12.5 -63v-176q0 -10 1.5 -21.5t7.5 -21t17.5 -15.5t31.5 -6h47v-90h-100q-27 0 -52.5 8t-46 25t-32.5 42.5 +t-12 61.5v193q0 25 -10 39.5t-24 22t-28.5 9.5t-23.5 2v90q9 0 23.5 2t28.5 8.5t24 19.5t10 36v200q0 36 12 61.5t32.5 42.5t46 25t52.5 8h100v-90z" /> + <glyph glyph-name="bar" unicode="|" horiz-adv-x="222" +d="M174 750v-1000h-126v1000h126z" /> + <glyph glyph-name="braceright" unicode="}" horiz-adv-x="389" +d="M30 -50h47q20 0 31.5 6t17.5 15.5t7.5 21t1.5 21.5v183q0 34 12.5 55t30 33t37.5 16.5t36 5.5v2q-16 1 -36 4.5t-37.5 15t-30 34.5t-12.5 63v176q0 10 -1.5 21.5t-7.5 21t-17.5 15.5t-31.5 6h-47v90h100q27 0 52.5 -8t46 -25t32.5 -42.5t12 -61.5v-193q0 -25 10 -39.5 +t24 -22t28.5 -9.5t23.5 -2v-90q-9 0 -23.5 -2t-28.5 -8.5t-24 -20t-10 -35.5v-200q0 -36 -12 -61.5t-32.5 -42.5t-46 -25t-52.5 -8h-100v90z" /> + <glyph glyph-name="asciitilde" unicode="~" horiz-adv-x="600" +d="M531 244q-8 -16 -19.5 -31.5t-26.5 -27.5t-34.5 -19.5t-44.5 -7.5q-30 0 -58.5 10t-55 22t-51 22t-48.5 10q-30 0 -50.5 -21.5t-37.5 -47.5l-36 109q8 16 19.5 31.5t26.5 27.5t34.5 19.5t44.5 7.5q30 0 58.5 -10t55 -22t51 -22t48.5 -10q30 0 50.5 21.5t37.5 47.5z" /> + <glyph glyph-name="Euro" unicode="€" horiz-adv-x="612" +d="M597 554q-24 11 -54 15.5t-56 4.5q-63 0 -109.5 -32t-69.5 -89h264l-17 -69h-267q-5 -35 0 -70h250l-18 -69h-212q23 -55 70 -86.5t108 -31.5q26 0 56.5 5t54.5 15l6 -140q-35 -11 -73 -15t-74 -4q-63 0 -120 16t-103 48.5t-79 80.5t-48 112h-104l17 69h77q-3 35 0 70 +h-94l17 69h88q15 60 48 107.5t78.5 80.5t101 51t116.5 18q94 0 179 -28z" /> + <glyph glyph-name="quotesinglbase" unicode="‚" horiz-adv-x="333" +d="M116 162h168l-98 -271h-137z" /> + <glyph glyph-name="florin" unicode="ƒ" horiz-adv-x="612" +d="M103 422h128l23 108q8 40 22 73t36.5 57t55 37t77.5 13q32 0 63 -5t64 -21l-21 -126q-9 10 -24 18t-34 8q-16 0 -26.5 -7t-17 -18.5t-10.5 -25.5t-7 -28l-18 -83h99v-108h-124l-72 -336q-14 -65 -34.5 -104.5t-46.5 -60.5t-57 -28t-65 -7q-25 0 -55 6t-59 20l21 120 +q8 -8 22.5 -14t28.5 -6q29 0 41.5 14t17.5 34l77 362h-105v108z" /> + <glyph glyph-name="quotedblbase" unicode="„" +d="M369 162h169l-98 -271h-138zM140 162h169l-98 -271h-138z" /> + <glyph glyph-name="ellipsis" unicode="…" horiz-adv-x="1000" +d="M749 162h168v-162h-168v162zM416 162h168v-162h-168v162zM83 162h168v-162h-168v162z" /> + <glyph glyph-name="dagger" unicode="†" +d="M225 399h-173v132h173v167h162v-167h173v-132h-173v-399h-162v399z" /> + <glyph glyph-name="daggerdbl" unicode="‡" +d="M225 135h-173v120h173v187h-173v120h173v136h162v-136h173v-120h-173v-187h173v-120h-173v-135h-162v135z" /> + <glyph glyph-name="circumflex" unicode="ˆ" horiz-adv-x="333" +d="M87 729h162l109 -144h-125l-65 78l-69 -78h-125z" /> + <glyph glyph-name="perthousand" unicode="‰" horiz-adv-x="1000" +d="M505 -12q-46 0 -76 16t-47.5 43t-24.5 62.5t-7 74.5q0 40 7 75.5t24.5 62.5t47.5 42.5t76 15.5q43 0 72.5 -14.5t48 -41t26.5 -62.5t8 -78q0 -40 -7.5 -75.5t-25.5 -62.5t-48 -42.5t-74 -15.5zM156 408q15 0 23.5 11t12.5 27.5t4.5 34.5t0.5 33t-0.5 33t-4.5 34.5 +t-12.5 27.5t-23.5 11t-23.5 -11t-12.5 -27.5t-4.5 -34.5t-0.5 -33t0.5 -33t4.5 -34.5t12.5 -27.5t23.5 -11zM156 318q-46 0 -76 16t-47.5 43t-24.5 62.5t-7 74.5q0 40 7 75.5t24.5 62.5t47.5 42.5t76 15.5q43 0 72.5 -14.5t48 -41t26.5 -62.5t8 -78q0 -40 -7.5 -75.5 +t-25.5 -62.5t-48 -42.5t-74 -15.5zM484 720h80l-389 -742h-78zM844 72q15 0 23.5 11t12.5 27.5t4.5 34.5t0.5 33t-0.5 33t-4.5 34.5t-12.5 27.5t-23.5 11t-23.5 -11t-12.5 -27.5t-4.5 -34.5t-0.5 -33t0.5 -33t4.5 -34.5t12.5 -27.5t23.5 -11zM844 -12q-46 0 -76 16t-47.5 43 +t-24.5 62.5t-7 74.5q0 40 7 75.5t24.5 62.5t47.5 42.5t76 15.5q43 0 72.5 -14.5t48 -41t26.5 -62.5t8 -78q0 -40 -7.5 -75.5t-25.5 -62.5t-48 -42.5t-74 -15.5zM505 72q15 0 23.5 11t12.5 27.5t4.5 34.5t0.5 33t-0.5 33t-4.5 34.5t-12.5 27.5t-23.5 11t-23.5 -11 +t-12.5 -27.5t-4.5 -34.5t-0.5 -33t0.5 -33t4.5 -34.5t12.5 -27.5t23.5 -11z" /> + <glyph glyph-name="Scaron" unicode="Š" +d="M67 172q36 -20 85 -33t107 -13q22 0 43 2.5t37 10t25.5 21t9.5 34.5q0 33 -24.5 50t-61 29.5t-79.5 25t-79.5 35t-61 60.5t-24.5 102q0 63 28 104.5t71.5 65.5t97.5 34t107 10q51 0 98 -7t82 -19l-12 -144q-36 17 -75.5 24.5t-79.5 7.5q-18 0 -39.5 -1.5t-40.5 -8 +t-32 -19.5t-13 -36q0 -28 24.5 -43t61 -26t79.5 -23t79.5 -35t61 -61t24.5 -101q0 -68 -26 -112.5t-69 -70.5t-98.5 -36.5t-113.5 -10.5q-49 0 -105 7.5t-103 22.5zM385 735h-162l-109 144h111l79 -78l83 78h111z" /> + <glyph glyph-name="guilsinglleft" unicode="‹" horiz-adv-x="333" +d="M28 269l119 204h148l-110 -204l110 -204h-148z" /> + <glyph glyph-name="OE" unicode="Œ" horiz-adv-x="1000" +d="M492 562q-29 0 -60.5 2t-63.5 2q-48 0 -79 -17.5t-48.5 -47.5t-24 -69.5t-6.5 -82.5q0 -41 10.5 -80t32 -69.5t54.5 -49t79 -18.5q31 0 58.5 2t47.5 2v426zM971 566h-290v-144h271v-132h-268v-158h298v-132h-416q-50 0 -98.5 -3t-99.5 -3q-86 0 -151 25t-109.5 71.5 +t-67 112t-22.5 146.5t22.5 147t66.5 112t109.5 71t151.5 25q70 0 139 -3t138 -3h326v-132z" /> + <glyph glyph-name="Zcaron" unicode="Ž" +d="M570 550l-342 -412h344v-138h-546v148l332 412h-323v138h535v-148zM385 735h-162l-109 144h111l79 -78l83 78h111z" /> + <glyph glyph-name="quoteleft" unicode="‘" horiz-adv-x="333" +d="M217 427h-168l98 271h137z" /> + <glyph glyph-name="quoteright" unicode="’" horiz-adv-x="333" +d="M116 698h168l-98 -271h-137z" /> + <glyph glyph-name="quotedblleft" unicode="“" +d="M471 427h-168l98 271h137zM241 427h-168l98 271h137z" /> + <glyph glyph-name="quotedblright" unicode="”" +d="M370 698h168l-98 -271h-137zM140 698h168l-98 -271h-137z" /> + <glyph glyph-name="bullet" unicode="•" horiz-adv-x="500" +d="M76 349q0 36 13.5 67.5t37.5 55.5t55.5 37.5t67.5 13.5t68 -13.5t55.5 -37.5t37.5 -55.5t14 -67.5t-14 -68t-37.5 -55.5t-55.5 -37.5t-68 -14t-67.5 14t-55.5 37.5t-37.5 55.5t-13.5 68z" /> + <glyph glyph-name="endash" unicode="–" horiz-adv-x="500" +d="M0 332h500v-126h-500v126z" /> + <glyph glyph-name="emdash" unicode="—" horiz-adv-x="1000" +d="M0 332h1000v-126h-1000v126z" /> + <glyph glyph-name="tilde" unicode="˜" horiz-adv-x="333" +d="M363 729q-3 -29 -12 -54.5t-25 -44.5t-38.5 -30.5t-53.5 -11.5q-20 0 -39.5 5.5t-38.5 12.5t-35.5 12.5t-28.5 5.5q-23 0 -33.5 -10t-15.5 -29h-72q3 26 12 51.5t24.5 45.5t38 32t52.5 12q20 0 39.5 -5.5t38 -12.5t35 -12.5t30.5 -5.5q43 0 50 39h72z" /> + <glyph glyph-name="trademark" unicode="™" horiz-adv-x="1000" +d="M477 698h154l89 -242l89 242h154v-416h-108v272h-2l-89 -272h-88l-89 272h-2v-272h-108v416zM155 608h-118v90h344v-90h-118v-326h-108v326z" /> + <glyph glyph-name="scaron" unicode="š" horiz-adv-x="500" +d="M46 144q32 -14 76 -25t93 -11q28 0 50.5 7.5t22.5 34.5q0 22 -19 33.5t-47.5 19.5t-61.5 16.5t-61.5 25t-47.5 44.5t-19 75q0 45 20 77t52 52.5t71.5 30t78.5 9.5q47 0 93 -6.5t90 -23.5l-14 -125q-29 17 -67.5 26t-72.5 9q-15 0 -29.5 -1.5t-26.5 -5.5t-19.5 -11 +t-7.5 -18q0 -20 20 -30t49.5 -17.5t64.5 -16t64.5 -25.5t49.5 -47t20 -79q0 -52 -21.5 -86t-56 -53.5t-78 -27t-87.5 -7.5q-61 0 -105 6t-84 19zM330 585h-162l-109 144h111l79 -78l83 78h111z" /> + <glyph glyph-name="guilsinglright" unicode="›" horiz-adv-x="333" +d="M305 269l-119 -204h-148l110 204l-110 204h148z" /> + <glyph glyph-name="oe" unicode="œ" horiz-adv-x="1000" +d="M811 310q0 45 -23 77t-77 32q-49 0 -73 -32t-27 -77h200zM213 260q0 -28 6.5 -55.5t20 -49t34 -34.5t48.5 -13t48.5 13t34 34.5t20 49t6.5 55.5t-6.5 55.5t-20 49.5t-34 35t-48.5 13t-48.5 -13t-34 -35t-20 -49.5t-6.5 -55.5zM27 260q0 69 23 120t61.5 85t90 51t108.5 17 +q66 0 117 -16t89 -63q21 23 45 38.5t49.5 24.5t51 12.5t48.5 3.5q72 0 122.5 -24t81.5 -64t45 -93t14 -111v-33h-360q8 -54 47.5 -77t105.5 -23q37 0 77.5 9t81.5 31v-127q-44 -17 -92 -25t-99 -8q-33 0 -64 4t-58.5 13.5t-51 25.5t-42.5 41q-20 -27 -45 -43.5t-53 -25.5 +t-57.5 -12t-58.5 -3q-59 0 -109.5 17.5t-87.5 51.5t-58.5 85t-21.5 118z" /> + <glyph glyph-name="zcaron" unicode="ž" horiz-adv-x="500" +d="M26 144l238 245h-233v132h439v-144l-238 -245h242v-132h-448v144zM330 585h-162l-109 144h111l79 -78l83 78h111z" /> + <glyph glyph-name="Ydieresis" unicode="Ÿ" horiz-adv-x="722" +d="M269 263l-258 435h214l137 -280l135 280h214l-256 -435v-263h-186v263zM176 879h144v-144h-144v144zM404 879h144v-144h-144v144z" /> + <glyph glyph-name="uni00A0" unicode=" " horiz-adv-x="306" + /> + <glyph glyph-name="exclamdown" unicode="¡" horiz-adv-x="444" +d="M306 359h-168v162h168v-162zM155 284h134l26 -461h-186z" /> + <glyph glyph-name="cent" unicode="¢" horiz-adv-x="612" +d="M269 3q-88 25 -142 91t-54 166q0 65 23 115.5t64 85.5t96 53.5t120 18.5q26 0 52 -3l36 117h59l-39 -129q10 -3 18.5 -6.5t16.5 -7.5l-13 -132q-14 8 -28.5 14.5t-30.5 10.5l-81 -271q21 -6 41 -6q31 0 60 6.5t52 18.5l4 -134q-34 -11 -72.5 -17t-74.5 -6q-26 0 -50 3 +l-40 -131h-60zM389 401q-56 -2 -93 -40t-37 -104q0 -35 15.5 -62.5t39.5 -44.5z" /> + <glyph glyph-name="sterling" unicode="£" horiz-adv-x="612" +d="M53 132h92v190h-84v90h86v53q0 126 75 185.5t207 59.5q35 0 68.5 -5t66.5 -13l-8 -132q-20 7 -40 9.5t-43 2.5q-41 0 -68.5 -8.5t-44 -25t-23 -40t-6.5 -53.5v-33h152v-90h-152v-190h225v-132h-503v132z" /> + <glyph glyph-name="currency" unicode="¤" horiz-adv-x="612" +d="M306 227q51 0 83.5 34.5t32.5 87.5t-32.5 87.5t-83.5 34.5t-83.5 -34.5t-32.5 -87.5t32.5 -87.5t83.5 -34.5zM104 208q-13 13 -21.5 30t-14 35.5t-8 38t-2.5 37.5t2.5 37.5t8 38t14 35.5t21.5 30l-58 57l63 62l57 -54q13 10 30.5 18t36 13.5t37.5 8t36 2.5 +q16 0 35.5 -2.5t38 -8t36 -13.5t30.5 -18l57 54l63 -62l-58 -57q13 -13 21.5 -30t14 -35.5t8 -38t2.5 -37.5t-2.5 -37.5t-8 -38t-14 -35.5t-21.5 -30l58 -57l-63 -62l-57 54q-13 -11 -30.5 -18.5t-36 -13t-38 -8t-35.5 -2.5q-17 0 -36 2.5t-37.5 8t-36 13t-30.5 18.5 +l-57 -54l-63 62z" /> + <glyph glyph-name="yen" unicode="¥" horiz-adv-x="612" +d="M216 136h-148v84h148v43l-9 19h-139v84h97l-165 332h186l120 -282l118 282h188l-165 -332h97v-84h-138l-10 -19v-43h148v-84h-148v-136h-180v136z" /> + <glyph glyph-name="brokenbar" unicode="¦" horiz-adv-x="222" +d="M174 175v-350h-126v350h126zM174 675v-350h-126v350h126z" /> + <glyph glyph-name="section" unicode="§" +d="M243 382q-12 -14 -22.5 -32t-10.5 -38q0 -25 17 -41q27 -26 64.5 -39.5t79.5 -30.5q13 15 21.5 35.5t8.5 40.5q0 17 -10.5 28t-21.5 18q-26 16 -60 30.5t-66 28.5zM93 22q38 -17 87.5 -28.5t90.5 -11.5q37 0 62.5 10t25.5 42q0 22 -22 37t-55.5 28.5t-72 28t-72 35.5 +t-55.5 50.5t-22 73.5q0 48 24 79t66 57q-34 15 -56.5 47t-22.5 69q0 54 24 87t61.5 52t84 25.5t90.5 6.5q41 0 82 -7t80 -18l-8 -124q-36 14 -76 21.5t-79 7.5q-31 0 -55 -9t-24 -37q0 -20 22 -33.5t55.5 -26.5t72.5 -27t72.5 -36t55.5 -53.5t22 -78.5q0 -43 -23.5 -77 +t-58.5 -59q16 -8 29 -21.5t22 -29.5t14 -34t5 -36q0 -47 -25.5 -79.5t-64 -52.5t-84.5 -29t-87 -9q-60 0 -110.5 10t-83.5 19z" /> + <glyph glyph-name="dieresis" unicode="¨" horiz-adv-x="333" +d="M-19 729h144v-144h-144v144zM209 729h144v-144h-144v144z" /> + <glyph glyph-name="copyright" unicode="©" horiz-adv-x="800" +d="M153 349q0 -56 19.5 -103t53 -82t78.5 -54.5t96 -19.5t96 19.5t78.5 54.5t53 82t19.5 103q0 55 -19.5 102.5t-53 82.5t-78.5 54.5t-96 19.5t-96 -19.5t-78.5 -54.5t-53 -82.5t-19.5 -102.5zM39 349q0 75 28.5 140.5t77.5 114.5t114.5 77.5t140.5 28.5t140.5 -28.5 +t114.5 -77.5t77.5 -114.5t28.5 -140.5t-28.5 -140.5t-77.5 -114.5t-114.5 -77.5t-140.5 -28.5t-140.5 28.5t-114.5 77.5t-77.5 114.5t-28.5 140.5zM573 292q-2 -71 -46 -111t-122 -40q-45 0 -81 16t-61 43.5t-38.5 65.5t-13.5 83q0 44 13.5 82t38.5 65.5t61 43.5t81 16 +q78 0 122 -40t46 -111h-96q-8 27 -23 41t-49 14q-38 0 -59 -30t-21 -81t21 -81.5t59 -30.5q34 0 49 14t23 41h96z" /> + <glyph glyph-name="ordfeminine" unicode="ª" horiz-adv-x="397" +d="M207 524q-30 0 -48 -8t-18 -28q0 -19 11.5 -28.5t31.5 -9.5q29 0 47.5 22t18.5 52h-43zM63 688q60 22 135 22q32 0 63 -4t55 -16t39 -35t15 -62v-144q2 -32 6 -61h-118l-6 47h-2q-33 -55 -103 -55q-25 0 -48 6t-40 18t-27.5 31t-10.5 45q0 36 18 57.5t43.5 32.5 +t52.5 14.5t44 3.5q26 0 43 -1.5t28 -2.5q0 34 -22.5 45t-54.5 11q-29 0 -56.5 -5.5t-53.5 -19.5v73z" /> + <glyph glyph-name="guillemotleft" unicode="«" +d="M285 269l119 204h148l-110 -204l110 -204h-148zM47 269l119 204h148l-110 -204l110 -204h-148z" /> + <glyph glyph-name="logicalnot" unicode="¬" horiz-adv-x="600" +d="M47 431h506v-323h-126v197h-380v126z" /> + <glyph glyph-name="uni00AD" unicode="­" horiz-adv-x="333" +d="M31 335h271v-132h-271v132z" /> + <glyph glyph-name="registered" unicode="®" horiz-adv-x="800" +d="M353 394h58q27 0 44 9.5t17 33.5q0 11 -6.5 18t-16.5 10.5t-22.5 4.5t-23.5 1h-50v-77zM257 547h160q74 0 112.5 -24.5t38.5 -90.5q0 -56 -31.5 -81t-78.5 -27l94 -170h-96l-86 164h-17v-164h-96v393zM400 90q51 0 96 19.5t78.5 54.5t53 82t19.5 103q0 55 -19.5 102.5 +t-53 82.5t-78.5 54.5t-96 19.5t-96 -19.5t-78.5 -54.5t-53 -82.5t-19.5 -102.5q0 -56 19.5 -103t53 -82t78.5 -54.5t96 -19.5zM400 -12q-75 0 -140.5 28.5t-114.5 77.5t-77.5 114.5t-28.5 140.5t28.5 140.5t77.5 114.5t114.5 77.5t140.5 28.5t140.5 -28.5t114.5 -77.5 +t77.5 -114.5t28.5 -140.5t-28.5 -140.5t-77.5 -114.5t-114.5 -77.5t-140.5 -28.5z" /> + <glyph glyph-name="macron" unicode="¯" horiz-adv-x="333" +d="M-21 707h375v-84h-375v84z" /> + <glyph glyph-name="degree" unicode="°" horiz-adv-x="400" +d="M129 563q0 -29 21 -50t50 -21t50 21t21 50t-21 50t-50 21t-50 -21t-21 -50zM53 563q0 30 11.5 57t31.5 47t47 31.5t57 11.5t57 -11.5t47 -31.5t31.5 -47t11.5 -57t-11.5 -57t-31.5 -47t-47 -31.5t-57 -11.5t-57 11.5t-47 31.5t-31.5 47t-11.5 57z" /> + <glyph glyph-name="plusminus" unicode="±" horiz-adv-x="600" +d="M47 126h506v-126h-506v126zM47 394h190v112h126v-112h190v-126h-190v-112h-126v112h-190v126z" /> + <glyph glyph-name="twosuperior" unicode="²" horiz-adv-x="398" +d="M30 372q32 22 66 48t62.5 52.5t47 52t18.5 45.5q0 22 -18 33t-43 11q-28 0 -59 -6t-57 -18l-5 96q36 11 76.5 17.5t90.5 6.5q31 0 60 -8t51 -23.5t35 -38.5t13 -53q0 -29 -12 -55t-31.5 -50t-45 -47.5t-51.5 -46.5l-18 -16h150v-90h-330v90z" /> + <glyph glyph-name="threesuperior" unicode="³" horiz-adv-x="398" +d="M43 692q32 9 64 13.5t76 4.5q32 0 64.5 -5t58 -18.5t41.5 -36t16 -56.5q0 -36 -23 -59t-62 -33v-2q42 -7 67 -31.5t25 -63.5t-18.5 -64.5t-47 -40t-64.5 -20.5t-70 -6q-45 0 -80.5 3t-61.5 11l6 104q23 -11 52 -16.5t58 -5.5q40 0 64 10.5t24 30.5q0 23 -23.5 30.5 +t-55.5 7.5q-15 0 -27.5 -0.5t-23.5 -1.5v89q11 -2 25 -2.5t30 -0.5q33 0 50.5 12t17.5 32q0 11 -7.5 18t-18.5 11.5t-24 6t-25 1.5q-27 0 -54 -6t-47 -14z" /> + <glyph glyph-name="acute" unicode="´" horiz-adv-x="333" +d="M167 729h187l-129 -144h-126z" /> + <glyph glyph-name="mu" unicode="µ" horiz-adv-x="667" +d="M611 0h-164v96h-2q-27 -57 -77.5 -82.5t-112.5 -25.5h-17v-198h-182v731h180v-252q0 -37 6 -62t17 -40.5t26.5 -22t33.5 -6.5q56 0 84 39t28 124v220h180v-521z" /> + <glyph glyph-name="paragraph" unicode="¶" horiz-adv-x="620" +d="M241 348q-47 0 -87.5 8t-70.5 28.5t-47.5 54t-17.5 84.5t17.5 84.5t47.5 54t70.5 28.5t87.5 8h337v-824h-120v734h-97v-734h-120v474z" /> + <glyph glyph-name="periodcentered" unicode="·" horiz-adv-x="306" +d="M60 272q0 19 7.5 36t20 29.5t29.5 20t36 7.5t36 -7.5t29.5 -20t20 -29.5t7.5 -36t-7.5 -36t-20 -29.5t-29.5 -20t-36 -7.5t-36 7.5t-29.5 20t-20 29.5t-7.5 36z" /> + <glyph glyph-name="cedilla" unicode="¸" horiz-adv-x="333" +d="M213 0l-27 -65q11 2 21 3.5t27 1.5q14 0 28 -4.5t25 -15t18 -27t7 -40.5q0 -21 -10.5 -35.5t-28.5 -23t-42 -12.5t-51 -4q-41 0 -70 6t-55 17l17 46q22 -10 43.5 -15.5t43.5 -5.5q24 0 37.5 7t13.5 24q0 21 -11.5 28t-26.5 7q-13 0 -28 -6l-39 24l42 90h66z" /> + <glyph glyph-name="onesuperior" unicode="¹" horiz-adv-x="398" +d="M163 570l-79 -48l-54 87l152 93h113v-420h-132v288z" /> + <glyph glyph-name="ordmasculine" unicode="º" horiz-adv-x="434" +d="M143 545q0 -31 17.5 -56t56.5 -25t56.5 25t17.5 56q0 30 -17.5 55.5t-56.5 25.5t-56.5 -25.5t-17.5 -55.5zM17 545q0 39 15 69.5t42 52t63.5 32.5t79.5 11t79.5 -11t63.5 -32.5t42 -52t15 -69.5t-15 -69.5t-42 -52t-63.5 -32.5t-79.5 -11t-79.5 11t-63.5 32.5t-42 52 +t-15 69.5z" /> + <glyph glyph-name="guillemotright" unicode="»" +d="M564 269l-119 -204h-148l110 204l-110 204h148zM326 269l-119 -204h-148l110 204l-110 204h148z" /> + <glyph glyph-name="onequarter" unicode="¼" horiz-adv-x="916" +d="M714 333h-2l-121 -172h123v172zM714 71h-210v101l179 248h151v-259h60v-90h-60v-71h-120v71zM163 572l-79 -48l-54 87l152 93h113v-420h-132v288zM596 720h109l-387 -742h-109z" /> + <glyph glyph-name="onehalf" unicode="½" horiz-adv-x="916" +d="M556 90q32 22 66 48t62.5 52.5t47 52t18.5 45.5q0 22 -18 33t-43 11q-28 0 -59 -6t-57 -18l-5 96q36 11 76.5 17.5t90.5 6.5q31 0 60 -8t51 -23.5t35 -38.5t13 -53q0 -29 -12 -55t-31.5 -50t-45 -47.5t-51.5 -46.5l-18 -16h150v-90h-330v90zM155 570l-79 -48l-54 87 +l152 93h113v-420h-132v288zM588 720h109l-387 -742h-109z" /> + <glyph glyph-name="threequarters" unicode="¾" horiz-adv-x="916" +d="M714 333h-2l-121 -172h123v172zM714 71h-210v101l179 248h151v-259h60v-90h-60v-71h-120v71zM43 692q32 9 64 13.5t76 4.5q32 0 64.5 -5t58 -18.5t41.5 -36t16 -56.5q0 -36 -23 -59t-62 -33v-2q42 -7 67 -31.5t25 -63.5t-18.5 -64.5t-47 -40t-64.5 -20.5t-70 -6 +q-45 0 -80.5 3t-61.5 11l6 104q23 -11 52 -16.5t58 -5.5q40 0 64 10.5t24 30.5q0 23 -23.5 30.5t-55.5 7.5q-15 0 -27.5 -0.5t-23.5 -1.5v89q11 -2 25 -2.5t30 -0.5q33 0 50.5 12t17.5 32q0 11 -7.5 18t-18.5 11.5t-24 6t-25 1.5q-27 0 -54 -6t-47 -14zM596 720h109 +l-387 -742h-109z" /> + <glyph glyph-name="questiondown" unicode="¿" horiz-adv-x="556" +d="M360 359h-168v162h168v-162zM491 -160q-51 -16 -103.5 -22.5t-106.5 -6.5q-41 0 -84 8.5t-78 28.5t-57 52t-22 79q0 34 11.5 60.5t28.5 49.5t37.5 43.5t38.5 43.5t31 49t16 59h146q0 -48 -20 -83.5t-44.5 -65.5t-44.5 -58.5t-20 -61.5q0 -19 10.5 -32.5t26.5 -22.5 +t35.5 -13t37.5 -4q84 0 157 37z" /> + <glyph glyph-name="Agrave" unicode="À" horiz-adv-x="778" +d="M387 554h-2l-90 -273h175zM273 698h228l269 -698h-204l-52 149h-262l-55 -149h-189zM343 735l-129 144h187l68 -144h-126z" /> + <glyph glyph-name="Aacute" unicode="Á" horiz-adv-x="778" +d="M387 554h-2l-90 -273h175zM273 698h228l269 -698h-204l-52 149h-262l-55 -149h-189zM376 879h187l-129 -144h-126z" /> + <glyph glyph-name="Acircumflex" unicode="Â" horiz-adv-x="778" +d="M387 554h-2l-90 -273h175zM273 698h228l269 -698h-204l-52 149h-262l-55 -149h-189zM310 879h162l109 -144h-125l-65 78l-69 -78h-125z" /> + <glyph glyph-name="Atilde" unicode="Ã" horiz-adv-x="778" +d="M387 554h-2l-90 -273h175zM273 698h228l269 -698h-204l-52 149h-262l-55 -149h-189zM586 879q-3 -29 -12 -54.5t-25 -44.5t-38.5 -30.5t-53.5 -11.5q-20 0 -39.5 5.5t-38.5 12.5t-35.5 12.5t-28.5 5.5q-23 0 -33.5 -10t-15.5 -29h-72q3 26 12 51.5t24.5 45.5t38 32 +t52.5 12q20 0 39.5 -5.5t38 -12.5t35 -12.5t30.5 -5.5q43 0 50 39h72z" /> + <glyph glyph-name="Adieresis" unicode="Ä" horiz-adv-x="778" +d="M387 554h-2l-90 -273h175zM273 698h228l269 -698h-204l-52 149h-262l-55 -149h-189zM204 879h144v-144h-144v144zM432 879h144v-144h-144v144z" /> + <glyph glyph-name="Aring" unicode="Å" horiz-adv-x="778" +d="M387 554h-2l-90 -273h175zM273 698h228l269 -698h-204l-52 149h-262l-55 -149h-189zM342 842q0 -20 14 -34t34 -14t34 14t14 34t-14 34t-34 14t-34 -14t-14 -34zM278 842q0 23 9 43.5t24 35.5t35.5 24t43.5 9t43.5 -9t35.5 -24t24 -35.5t9 -43.5t-9 -43.5t-24 -35.5 +t-35.5 -24t-43.5 -9t-43.5 9t-35.5 24t-24 35.5t-9 43.5z" /> + <glyph glyph-name="AE" unicode="Æ" horiz-adv-x="1000" +d="M477 566h-9l-139 -285h148v285zM361 698h588v-132h-286v-144h268v-132h-268v-158h298v-132h-484v149h-213l-73 -149h-195z" /> + <glyph glyph-name="Ccedilla" unicode="Ç" horiz-adv-x="667" +d="M647 16q-40 -10 -88 -19t-119 -9h-11l-22 -53q11 2 21 3.5t27 1.5q14 0 28 -4.5t25 -15t18 -27t7 -40.5q0 -21 -10.5 -35.5t-28.5 -23t-42 -12.5t-51 -4q-41 0 -70 6t-55 17l17 46q22 -10 43.5 -15.5t43.5 -5.5q24 0 37.5 7t13.5 24q0 21 -11.5 28t-26.5 7q-13 0 -28 -6 +l-39 24l39 84q-62 9 -120.5 33t-104.5 66.5t-73.5 104.5t-27.5 148q0 91 30 159.5t83.5 114t127 68t159.5 22.5q54 0 105 -10.5t102 -25.5l-15 -151q-45 25 -89.5 37t-92.5 12q-50 0 -90 -17t-68.5 -47t-44 -71.5t-15.5 -90.5q0 -51 17.5 -92t48 -69.5t73.5 -43.5t94 -15 +q46 0 91 10.5t83 25.5z" /> + <glyph glyph-name="Egrave" unicode="È" +d="M60 698h492v-132h-306v-144h289v-132h-289v-158h317v-132h-503v698zM259 735l-129 144h187l68 -144h-126z" /> + <glyph glyph-name="Eacute" unicode="É" +d="M60 698h492v-132h-306v-144h289v-132h-289v-158h317v-132h-503v698zM292 879h187l-129 -144h-126z" /> + <glyph glyph-name="Ecircumflex" unicode="Ê" +d="M60 698h492v-132h-306v-144h289v-132h-289v-158h317v-132h-503v698zM226 879h162l109 -144h-125l-65 78l-69 -78h-125z" /> + <glyph glyph-name="Edieresis" unicode="Ë" +d="M60 698h492v-132h-306v-144h289v-132h-289v-158h317v-132h-503v698zM120 879h144v-144h-144v144zM348 879h144v-144h-144v144z" /> + <glyph glyph-name="Igrave" unicode="Ì" horiz-adv-x="334" +d="M74 698h186v-698h-186v698zM121 735l-129 144h187l68 -144h-126z" /> + <glyph glyph-name="Iacute" unicode="Í" horiz-adv-x="334" +d="M74 698h186v-698h-186v698zM156 879h187l-129 -144h-126z" /> + <glyph glyph-name="Icircumflex" unicode="Î" horiz-adv-x="334" +d="M74 698h186v-698h-186v698zM88 879h162l109 -144h-125l-65 78l-69 -78h-125z" /> + <glyph glyph-name="Idieresis" unicode="Ï" horiz-adv-x="334" +d="M74 698h186v-698h-186v698zM-18 879h144v-144h-144v144zM210 879h144v-144h-144v144z" /> + <glyph glyph-name="Eth" unicode="Ð" horiz-adv-x="778" +d="M65 312h-67v102h67v284h254q91 0 167 -16t130.5 -55.5t85 -106.5t30.5 -168q0 -98 -31 -165t-86 -108.5t-131 -60t-165 -18.5h-254v312zM251 414h167v-102h-167v-174h72q105 0 161 53t56 158t-57 158t-160 53h-72v-146z" /> + <glyph glyph-name="Ntilde" unicode="Ñ" horiz-adv-x="778" +d="M68 698h237l236 -474h2l-3 474h170v-698h-231l-244 477h-2l6 -477h-171v698zM586 879q-3 -29 -12 -54.5t-25 -44.5t-38.5 -30.5t-53.5 -11.5q-20 0 -39.5 5.5t-38.5 12.5t-35.5 12.5t-28.5 5.5q-23 0 -33.5 -10t-15.5 -29h-72q3 26 12 51.5t24.5 45.5t38 32t52.5 12 +q20 0 39.5 -5.5t38 -12.5t35 -12.5t30.5 -5.5q43 0 50 39h72z" /> + <glyph glyph-name="Ograve" unicode="Ò" horiz-adv-x="778" +d="M231 349q0 -43 9 -83.5t28 -71.5t49 -49.5t72 -18.5t72 18.5t49 49.5t28 71.5t9 83.5q0 45 -9 85.5t-28 71t-49 48.5t-72 18t-72 -18t-49 -48.5t-28 -71t-9 -85.5zM39 349q0 84 22.5 151t66.5 113.5t109.5 71.5t151.5 25t151.5 -25t109.5 -71.5t66.5 -113.5t22.5 -151 +q0 -83 -22.5 -150t-67 -114t-110 -72t-150.5 -25q-86 0 -151 25t-109.5 72t-67 114t-22.5 150zM343 735l-129 144h187l68 -144h-126z" /> + <glyph glyph-name="Oacute" unicode="Ó" horiz-adv-x="778" +d="M231 349q0 -43 9 -83.5t28 -71.5t49 -49.5t72 -18.5t72 18.5t49 49.5t28 71.5t9 83.5q0 45 -9 85.5t-28 71t-49 48.5t-72 18t-72 -18t-49 -48.5t-28 -71t-9 -85.5zM39 349q0 84 22.5 151t66.5 113.5t109.5 71.5t151.5 25t151.5 -25t109.5 -71.5t66.5 -113.5t22.5 -151 +q0 -83 -22.5 -150t-67 -114t-110 -72t-150.5 -25q-86 0 -151 25t-109.5 72t-67 114t-22.5 150zM376 879h187l-129 -144h-126z" /> + <glyph glyph-name="Ocircumflex" unicode="Ô" horiz-adv-x="778" +d="M231 349q0 -43 9 -83.5t28 -71.5t49 -49.5t72 -18.5t72 18.5t49 49.5t28 71.5t9 83.5q0 45 -9 85.5t-28 71t-49 48.5t-72 18t-72 -18t-49 -48.5t-28 -71t-9 -85.5zM39 349q0 84 22.5 151t66.5 113.5t109.5 71.5t151.5 25t151.5 -25t109.5 -71.5t66.5 -113.5t22.5 -151 +q0 -83 -22.5 -150t-67 -114t-110 -72t-150.5 -25q-86 0 -151 25t-109.5 72t-67 114t-22.5 150zM310 879h162l109 -144h-125l-65 78l-69 -78h-125z" /> + <glyph glyph-name="Otilde" unicode="Õ" horiz-adv-x="778" +d="M231 349q0 -43 9 -83.5t28 -71.5t49 -49.5t72 -18.5t72 18.5t49 49.5t28 71.5t9 83.5q0 45 -9 85.5t-28 71t-49 48.5t-72 18t-72 -18t-49 -48.5t-28 -71t-9 -85.5zM39 349q0 84 22.5 151t66.5 113.5t109.5 71.5t151.5 25t151.5 -25t109.5 -71.5t66.5 -113.5t22.5 -151 +q0 -83 -22.5 -150t-67 -114t-110 -72t-150.5 -25q-86 0 -151 25t-109.5 72t-67 114t-22.5 150zM586 879q-3 -29 -12 -54.5t-25 -44.5t-38.5 -30.5t-53.5 -11.5q-20 0 -39.5 5.5t-38.5 12.5t-35.5 12.5t-28.5 5.5q-23 0 -33.5 -10t-15.5 -29h-72q3 26 12 51.5t24.5 45.5 +t38 32t52.5 12q20 0 39.5 -5.5t38 -12.5t35 -12.5t30.5 -5.5q43 0 50 39h72z" /> + <glyph glyph-name="Odieresis" unicode="Ö" horiz-adv-x="778" +d="M231 349q0 -43 9 -83.5t28 -71.5t49 -49.5t72 -18.5t72 18.5t49 49.5t28 71.5t9 83.5q0 45 -9 85.5t-28 71t-49 48.5t-72 18t-72 -18t-49 -48.5t-28 -71t-9 -85.5zM39 349q0 84 22.5 151t66.5 113.5t109.5 71.5t151.5 25t151.5 -25t109.5 -71.5t66.5 -113.5t22.5 -151 +q0 -83 -22.5 -150t-67 -114t-110 -72t-150.5 -25q-86 0 -151 25t-109.5 72t-67 114t-22.5 150zM204 879h144v-144h-144v144zM432 879h144v-144h-144v144z" /> + <glyph glyph-name="multiply" unicode="×" horiz-adv-x="600" +d="M62 405l86 86l152 -152l152 152l86 -86l-153 -152l153 -152l-86 -86l-152 153l-152 -153l-86 86l152 152z" /> + <glyph glyph-name="Oslash" unicode="Ø" horiz-adv-x="778" +d="M106 114q-67 90 -67 235q0 84 22.5 151t66.5 113.5t109.5 71.5t151.5 25q67 0 120.5 -15t95.5 -44l84 91l64 -60l-84 -91q70 -93 70 -242q0 -83 -22.5 -150t-67 -114t-110 -72t-150.5 -25q-137 0 -222 64l-88 -95l-64 60zM282 175q18 -23 44.5 -36t62.5 -13q42 0 72 18.5 +t49 49.5t28 71.5t9 83.5q0 54 -12 98zM492 529q-19 20 -44.5 31.5t-58.5 11.5q-42 0 -72 -18t-49 -48.5t-28 -71t-9 -85.5q0 -23 2.5 -46t8.5 -43z" /> + <glyph glyph-name="Ugrave" unicode="Ù" horiz-adv-x="722" +d="M667 265q0 -72 -22 -124t-62.5 -86t-97 -50.5t-124.5 -16.5t-124.5 16.5t-97 50.5t-62.5 86t-22 124v433h186v-402q0 -35 5.5 -65.5t19 -54t36.5 -37t59 -13.5t59 13.5t36.5 37t19 54t5.5 65.5v402h186v-433zM315 735l-129 144h187l68 -144h-126z" /> + <glyph glyph-name="Uacute" unicode="Ú" horiz-adv-x="722" +d="M667 265q0 -72 -22 -124t-62.5 -86t-97 -50.5t-124.5 -16.5t-124.5 16.5t-97 50.5t-62.5 86t-22 124v433h186v-402q0 -35 5.5 -65.5t19 -54t36.5 -37t59 -13.5t59 13.5t36.5 37t19 54t5.5 65.5v402h186v-433zM348 879h187l-129 -144h-126z" /> + <glyph glyph-name="Ucircumflex" unicode="Û" horiz-adv-x="722" +d="M667 265q0 -72 -22 -124t-62.5 -86t-97 -50.5t-124.5 -16.5t-124.5 16.5t-97 50.5t-62.5 86t-22 124v433h186v-402q0 -35 5.5 -65.5t19 -54t36.5 -37t59 -13.5t59 13.5t36.5 37t19 54t5.5 65.5v402h186v-433zM282 879h162l109 -144h-125l-65 78l-69 -78h-125z" /> + <glyph glyph-name="Udieresis" unicode="Ü" horiz-adv-x="722" +d="M667 265q0 -72 -22 -124t-62.5 -86t-97 -50.5t-124.5 -16.5t-124.5 16.5t-97 50.5t-62.5 86t-22 124v433h186v-402q0 -35 5.5 -65.5t19 -54t36.5 -37t59 -13.5t59 13.5t36.5 37t19 54t5.5 65.5v402h186v-433zM176 879h144v-144h-144v144zM404 879h144v-144h-144v144z" /> + <glyph glyph-name="Yacute" unicode="Ý" horiz-adv-x="722" +d="M269 263l-258 435h214l137 -280l135 280h214l-256 -435v-263h-186v263zM362 879h187l-129 -144h-126z" /> + <glyph glyph-name="Thorn" unicode="Þ" +d="M241 289h48q24 0 45 4.5t36.5 16t24.5 30t9 45.5t-9 45t-24.5 29t-36.5 15.5t-45 4.5h-48v-190zM55 698h186v-87h36q80 0 139 -12t97.5 -39.5t57.5 -71t19 -106.5q0 -115 -73 -170t-204 -55h-72v-157h-186v698z" /> + <glyph glyph-name="germandbls" unicode="ß" horiz-adv-x="667" +d="M56 494q0 84 26.5 136.5t68 82t91.5 39.5t98 10t95 -10t84 -34t59.5 -63.5t22.5 -98.5q0 -69 -31 -108t-94 -61v-2q82 -13 117 -58.5t35 -115.5q0 -65 -22.5 -106.5t-59 -66.5t-82.5 -34.5t-92 -9.5q-29 0 -50.5 2t-38.5 4l5 131q15 -2 31.5 -3.5t33.5 -1.5q19 0 36.5 5 +t30.5 17t20.5 31.5t7.5 49.5q0 48 -26.5 73t-64.5 25h-25t-24 -2v128h25q38 0 63 26.5t25 68.5q0 47 -22.5 70.5t-63.5 23.5q-29 0 -48 -11.5t-30 -30t-16 -43t-5 -50.5v-507h-180v494z" /> + <glyph glyph-name="agrave" unicode="à" +d="M199 165q0 -27 21 -42t53 -15q25 0 46 10.5t35 28t22 39.5t8 45q-17 1 -36.5 2t-39.5 1q-46 0 -77.5 -15.5t-31.5 -53.5zM397 0q-1 21 -2.5 41.5t-1.5 40.5h-2q-31 -49 -70 -71.5t-95 -22.5q-39 0 -74 9.5t-62 30t-43 51.5t-16 73q0 60 28.5 95t70 53.5t88 24t82.5 5.5 +q22 0 44.5 -2t39.5 -5q0 27 -9.5 44t-26 27.5t-38 14.5t-45.5 4q-44 0 -86 -9t-80 -30l-3 122q48 20 99 28.5t109 8.5q50 0 95 -11.5t79 -37t54 -66.5t20 -101v-194q0 -31 2 -61.5t8 -61.5h-165zM259 585l-129 144h187l68 -144h-126z" /> + <glyph glyph-name="aacute" unicode="á" +d="M199 165q0 -27 21 -42t53 -15q25 0 46 10.5t35 28t22 39.5t8 45q-17 1 -36.5 2t-39.5 1q-46 0 -77.5 -15.5t-31.5 -53.5zM397 0q-1 21 -2.5 41.5t-1.5 40.5h-2q-31 -49 -70 -71.5t-95 -22.5q-39 0 -74 9.5t-62 30t-43 51.5t-16 73q0 60 28.5 95t70 53.5t88 24t82.5 5.5 +q22 0 44.5 -2t39.5 -5q0 27 -9.5 44t-26 27.5t-38 14.5t-45.5 4q-44 0 -86 -9t-80 -30l-3 122q48 20 99 28.5t109 8.5q50 0 95 -11.5t79 -37t54 -66.5t20 -101v-194q0 -31 2 -61.5t8 -61.5h-165zM306 729h187l-129 -144h-126z" /> + <glyph glyph-name="acircumflex" unicode="â" +d="M199 165q0 -27 21 -42t53 -15q25 0 46 10.5t35 28t22 39.5t8 45q-17 1 -36.5 2t-39.5 1q-46 0 -77.5 -15.5t-31.5 -53.5zM397 0q-1 21 -2.5 41.5t-1.5 40.5h-2q-31 -49 -70 -71.5t-95 -22.5q-39 0 -74 9.5t-62 30t-43 51.5t-16 73q0 60 28.5 95t70 53.5t88 24t82.5 5.5 +q22 0 44.5 -2t39.5 -5q0 27 -9.5 44t-26 27.5t-38 14.5t-45.5 4q-44 0 -86 -9t-80 -30l-3 122q48 20 99 28.5t109 8.5q50 0 95 -11.5t79 -37t54 -66.5t20 -101v-194q0 -31 2 -61.5t8 -61.5h-165zM226 729h162l109 -144h-125l-65 78l-69 -78h-125z" /> + <glyph glyph-name="atilde" unicode="ã" +d="M199 165q0 -27 21 -42t53 -15q25 0 46 10.5t35 28t22 39.5t8 45q-17 1 -36.5 2t-39.5 1q-46 0 -77.5 -15.5t-31.5 -53.5zM397 0q-1 21 -2.5 41.5t-1.5 40.5h-2q-31 -49 -70 -71.5t-95 -22.5q-39 0 -74 9.5t-62 30t-43 51.5t-16 73q0 60 28.5 95t70 53.5t88 24t82.5 5.5 +q22 0 44.5 -2t39.5 -5q0 27 -9.5 44t-26 27.5t-38 14.5t-45.5 4q-44 0 -86 -9t-80 -30l-3 122q48 20 99 28.5t109 8.5q50 0 95 -11.5t79 -37t54 -66.5t20 -101v-194q0 -31 2 -61.5t8 -61.5h-165zM502 729q-3 -29 -12 -54.5t-25 -44.5t-38.5 -30.5t-53.5 -11.5 +q-20 0 -39.5 5.5t-38.5 12.5t-35.5 12.5t-28.5 5.5q-23 0 -33.5 -10t-15.5 -29h-72q3 26 12 51.5t24.5 45.5t38 32t52.5 12q20 0 39.5 -5.5t38 -12.5t35 -12.5t30.5 -5.5q43 0 50 39h72z" /> + <glyph glyph-name="adieresis" unicode="ä" +d="M199 165q0 -27 21 -42t53 -15q25 0 46 10.5t35 28t22 39.5t8 45q-17 1 -36.5 2t-39.5 1q-46 0 -77.5 -15.5t-31.5 -53.5zM397 0q-1 21 -2.5 41.5t-1.5 40.5h-2q-31 -49 -70 -71.5t-95 -22.5q-39 0 -74 9.5t-62 30t-43 51.5t-16 73q0 60 28.5 95t70 53.5t88 24t82.5 5.5 +q22 0 44.5 -2t39.5 -5q0 27 -9.5 44t-26 27.5t-38 14.5t-45.5 4q-44 0 -86 -9t-80 -30l-3 122q48 20 99 28.5t109 8.5q50 0 95 -11.5t79 -37t54 -66.5t20 -101v-194q0 -31 2 -61.5t8 -61.5h-165zM120 729h144v-144h-144v144zM348 729h144v-144h-144v144z" /> + <glyph glyph-name="aring" unicode="å" +d="M199 165q0 -27 21 -42t53 -15q25 0 46 10.5t35 28t22 39.5t8 45q-17 1 -36.5 2t-39.5 1q-46 0 -77.5 -15.5t-31.5 -53.5zM397 0q-1 21 -2.5 41.5t-1.5 40.5h-2q-31 -49 -70 -71.5t-95 -22.5q-39 0 -74 9.5t-62 30t-43 51.5t-16 73q0 60 28.5 95t70 53.5t88 24t82.5 5.5 +q22 0 44.5 -2t39.5 -5q0 27 -9.5 44t-26 27.5t-38 14.5t-45.5 4q-44 0 -86 -9t-80 -30l-3 122q48 20 99 28.5t109 8.5q50 0 95 -11.5t79 -37t54 -66.5t20 -101v-194q0 -31 2 -61.5t8 -61.5h-165zM258 678q0 -20 14 -34t34 -14t34 14t14 34t-14 34t-34 14t-34 -14t-14 -34z +M194 678q0 23 9 43.5t24 35.5t35.5 24t43.5 9t43.5 -9t35.5 -24t24 -35.5t9 -43.5t-9 -43.5t-24 -35.5t-35.5 -24t-43.5 -9t-43.5 9t-35.5 24t-24 35.5t-9 43.5z" /> + <glyph glyph-name="ae" unicode="æ" horiz-adv-x="944" +d="M755 310q0 45 -23 77t-77 32q-49 0 -73 -32t-27 -77h200zM190 166q0 -28 21 -43t53 -15q25 0 46 11t35 29t22 40.5t8 45.5h-69q-51 0 -83.5 -15t-32.5 -53zM869 21q-44 -17 -92 -25t-99 -8q-33 0 -66.5 4t-64.5 16.5t-58 35.5t-48 61q-19 -35 -43 -57.5t-52.5 -35.5 +t-61 -18.5t-67.5 -5.5q-39 0 -74 9.5t-62 30t-43 51.5t-16 74q0 59 28.5 94t70 53.5t88 24t82.5 5.5q22 0 44.5 -1.5t39.5 -3.5q0 26 -9.5 43t-26 27t-38 14t-45.5 4q-44 0 -86 -9t-80 -30l-3 123q48 19 99 27.5t109 8.5q53 -2 99.5 -16t75.5 -48q35 28 80.5 46t103.5 18 +q72 0 122.5 -24t81.5 -64t45 -93t14 -111v-33h-360q8 -54 47.5 -77t105.5 -23q37 0 77.5 9t81.5 31v-127z" /> + <glyph glyph-name="ccedilla" unicode="ç" horiz-adv-x="500" +d="M464 372q-25 15 -51 22t-58 7q-29 0 -54.5 -10t-44 -28.5t-29 -45t-10.5 -60.5q0 -31 12 -56.5t32.5 -43.5t47.5 -27.5t56 -9.5q31 0 60 6.5t52 18.5l4 -134q-34 -11 -72.5 -17t-74.5 -6h-8t-7 1l-22 -54q11 2 21 3.5t27 1.5q14 0 28 -4.5t25 -15t18 -27t7 -40.5 +q0 -21 -10.5 -35.5t-28.5 -23t-42 -12.5t-51 -4q-41 0 -70 6t-55 17l17 46q22 -10 43.5 -15.5t43.5 -5.5q24 0 37.5 7t13.5 24q0 21 -11.5 28t-26.5 7q-13 0 -28 -6l-39 24l40 87q-50 9 -91 31t-71 55.5t-46.5 78t-16.5 98.5q0 65 23 115.5t64 85.5t96 53.5t120 18.5 +q41 0 76.5 -7t66.5 -22z" /> + <glyph glyph-name="egrave" unicode="è" +d="M411 310q0 45 -23 77t-77 32q-49 0 -73 -32t-27 -77h200zM213 208q8 -54 47.5 -77t105.5 -23q37 0 77.5 9t81.5 31v-127q-44 -17 -92 -25t-99 -8q-65 0 -120 18.5t-96 53.5t-64 85.5t-23 115.5q0 64 21 115t58 85.5t88 53t112 18.5q72 0 122.5 -24t81.5 -64t45 -93 +t14 -111v-33h-360zM259 585l-129 144h187l68 -144h-126z" /> + <glyph glyph-name="eacute" unicode="é" +d="M411 310q0 45 -23 77t-77 32q-49 0 -73 -32t-27 -77h200zM213 208q8 -54 47.5 -77t105.5 -23q37 0 77.5 9t81.5 31v-127q-44 -17 -92 -25t-99 -8q-65 0 -120 18.5t-96 53.5t-64 85.5t-23 115.5q0 64 21 115t58 85.5t88 53t112 18.5q72 0 122.5 -24t81.5 -64t45 -93 +t14 -111v-33h-360zM306 729h187l-129 -144h-126z" /> + <glyph glyph-name="ecircumflex" unicode="ê" +d="M411 310q0 45 -23 77t-77 32q-49 0 -73 -32t-27 -77h200zM213 208q8 -54 47.5 -77t105.5 -23q37 0 77.5 9t81.5 31v-127q-44 -17 -92 -25t-99 -8q-65 0 -120 18.5t-96 53.5t-64 85.5t-23 115.5q0 64 21 115t58 85.5t88 53t112 18.5q72 0 122.5 -24t81.5 -64t45 -93 +t14 -111v-33h-360zM226 729h162l109 -144h-125l-65 78l-69 -78h-125z" /> + <glyph glyph-name="edieresis" unicode="ë" +d="M411 310q0 45 -23 77t-77 32q-49 0 -73 -32t-27 -77h200zM213 208q8 -54 47.5 -77t105.5 -23q37 0 77.5 9t81.5 31v-127q-44 -17 -92 -25t-99 -8q-65 0 -120 18.5t-96 53.5t-64 85.5t-23 115.5q0 64 21 115t58 85.5t88 53t112 18.5q72 0 122.5 -24t81.5 -64t45 -93 +t14 -111v-33h-360zM120 729h144v-144h-144v144zM348 729h144v-144h-144v144z" /> + <glyph glyph-name="igrave" unicode="ì" horiz-adv-x="334" +d="M77 521h180v-521h-180v521zM121 585l-129 144h187l68 -144h-126z" /> + <glyph glyph-name="iacute" unicode="í" horiz-adv-x="334" +d="M77 521h180v-521h-180v521zM168 729h187l-129 -144h-126z" /> + <glyph glyph-name="icircumflex" unicode="î" horiz-adv-x="334" +d="M77 521h180v-521h-180v521zM88 729h162l109 -144h-125l-65 78l-69 -78h-125z" /> + <glyph glyph-name="idieresis" unicode="ï" horiz-adv-x="334" +d="M77 521h180v-521h-180v521zM-18 729h144v-144h-144v144zM210 729h144v-144h-144v144z" /> + <glyph glyph-name="eth" unicode="ð" horiz-adv-x="668" +d="M188 643q-23 10 -46 18t-43 16l104 109q84 -29 155 -66l146 66l62 -64l-120 -54q43 -30 78.5 -67t60.5 -82t38.5 -99t13.5 -118q0 -72 -20.5 -130.5t-60.5 -99t-97.5 -62.5t-132.5 -22q-139 0 -217 64t-78 197q0 52 18 99t50.5 82.5t77.5 56t98 20.5q24 0 48.5 -4 +t46 -13.5t38.5 -25t27 -38.5l2 2q-17 55 -58.5 95.5t-93.5 71.5l-144 -66l-60 65zM217 249q0 -25 6 -49t19.5 -43t35 -31t52.5 -12q33 0 56 12t37.5 31t21 43.5t6.5 49.5t-6.5 48.5t-21 42t-37.5 29.5t-56 11q-31 0 -52.5 -11t-35 -29.5t-19.5 -42.5t-6 -49z" /> + <glyph glyph-name="ntilde" unicode="ñ" horiz-adv-x="667" +d="M56 521h164v-96h2q27 57 77.5 82.5t112.5 25.5q53 0 91 -17.5t62 -46t35 -66.5t11 -78v-325h-180v252q0 73 -23 102t-60 29q-56 0 -84 -39t-28 -124v-220h-180v521zM530 729q-3 -29 -12 -54.5t-25 -44.5t-38.5 -30.5t-53.5 -11.5q-20 0 -39.5 5.5t-38.5 12.5t-35.5 12.5 +t-28.5 5.5q-23 0 -33.5 -10t-15.5 -29h-72q3 26 12 51.5t24.5 45.5t38 32t52.5 12q20 0 39.5 -5.5t38 -12.5t35 -12.5t30.5 -5.5q43 0 50 39h72z" /> + <glyph glyph-name="ograve" unicode="ò" horiz-adv-x="668" +d="M334 114q31 0 53 12t36.5 32t21 46.5t6.5 55.5t-6.5 55.5t-21 47t-36.5 32.5t-53 12t-53 -12t-36.5 -32.5t-21 -47t-6.5 -55.5t6.5 -55.5t21 -46.5t36.5 -32t53 -12zM334 -12q-65 0 -120 18.5t-96 53t-64 85t-23 115.5t23 115.5t64 85.5t96 53.5t120 18.5 +q64 0 119.5 -18.5t96.5 -53.5t64 -85.5t23 -115.5t-23 -115.5t-64 -85t-96.5 -53t-119.5 -18.5zM288 585l-129 144h187l68 -144h-126z" /> + <glyph glyph-name="oacute" unicode="ó" horiz-adv-x="668" +d="M334 114q31 0 53 12t36.5 32t21 46.5t6.5 55.5t-6.5 55.5t-21 47t-36.5 32.5t-53 12t-53 -12t-36.5 -32.5t-21 -47t-6.5 -55.5t6.5 -55.5t21 -46.5t36.5 -32t53 -12zM334 -12q-65 0 -120 18.5t-96 53t-64 85t-23 115.5t23 115.5t64 85.5t96 53.5t120 18.5 +q64 0 119.5 -18.5t96.5 -53.5t64 -85.5t23 -115.5t-23 -115.5t-64 -85t-96.5 -53t-119.5 -18.5zM335 729h187l-129 -144h-126z" /> + <glyph glyph-name="ocircumflex" unicode="ô" horiz-adv-x="668" +d="M334 114q31 0 53 12t36.5 32t21 46.5t6.5 55.5t-6.5 55.5t-21 47t-36.5 32.5t-53 12t-53 -12t-36.5 -32.5t-21 -47t-6.5 -55.5t6.5 -55.5t21 -46.5t36.5 -32t53 -12zM334 -12q-65 0 -120 18.5t-96 53t-64 85t-23 115.5t23 115.5t64 85.5t96 53.5t120 18.5 +q64 0 119.5 -18.5t96.5 -53.5t64 -85.5t23 -115.5t-23 -115.5t-64 -85t-96.5 -53t-119.5 -18.5zM255 729h162l109 -144h-125l-65 78l-69 -78h-125z" /> + <glyph glyph-name="otilde" unicode="õ" horiz-adv-x="668" +d="M334 114q31 0 53 12t36.5 32t21 46.5t6.5 55.5t-6.5 55.5t-21 47t-36.5 32.5t-53 12t-53 -12t-36.5 -32.5t-21 -47t-6.5 -55.5t6.5 -55.5t21 -46.5t36.5 -32t53 -12zM334 -12q-65 0 -120 18.5t-96 53t-64 85t-23 115.5t23 115.5t64 85.5t96 53.5t120 18.5 +q64 0 119.5 -18.5t96.5 -53.5t64 -85.5t23 -115.5t-23 -115.5t-64 -85t-96.5 -53t-119.5 -18.5zM531 729q-3 -29 -12 -54.5t-25 -44.5t-38.5 -30.5t-53.5 -11.5q-20 0 -39.5 5.5t-38.5 12.5t-35.5 12.5t-28.5 5.5q-23 0 -33.5 -10t-15.5 -29h-72q3 26 12 51.5t24.5 45.5 +t38 32t52.5 12q20 0 39.5 -5.5t38 -12.5t35 -12.5t30.5 -5.5q43 0 50 39h72z" /> + <glyph glyph-name="odieresis" unicode="ö" horiz-adv-x="668" +d="M334 114q31 0 53 12t36.5 32t21 46.5t6.5 55.5t-6.5 55.5t-21 47t-36.5 32.5t-53 12t-53 -12t-36.5 -32.5t-21 -47t-6.5 -55.5t6.5 -55.5t21 -46.5t36.5 -32t53 -12zM334 -12q-65 0 -120 18.5t-96 53t-64 85t-23 115.5t23 115.5t64 85.5t96 53.5t120 18.5 +q64 0 119.5 -18.5t96.5 -53.5t64 -85.5t23 -115.5t-23 -115.5t-64 -85t-96.5 -53t-119.5 -18.5zM149 729h144v-144h-144v144zM377 729h144v-144h-144v144z" /> + <glyph glyph-name="divide" unicode="÷" horiz-adv-x="600" +d="M206 45q0 19 7.5 36t20 29.5t29.5 20t36 7.5t36 -7.5t29.5 -20t20 -29.5t7.5 -36t-7.5 -36t-20 -29.5t-29.5 -20t-36 -7.5t-36 7.5t-29.5 20t-20 29.5t-7.5 36zM206 461q0 19 7.5 36t20 29.5t29.5 20t36 7.5t36 -7.5t29.5 -20t20 -29.5t7.5 -36t-7.5 -36t-20 -29.5 +t-29.5 -20t-36 -7.5t-36 7.5t-29.5 20t-20 29.5t-7.5 36zM47 316h506v-126h-506v126z" /> + <glyph glyph-name="oslash" unicode="ø" horiz-adv-x="668" +d="M100 77q-32 34 -50.5 80t-18.5 103q0 65 23 115.5t64 85.5t96 53.5t120 18.5q47 0 89.5 -9.5t77.5 -29.5l75 78l61 -58l-68 -71q32 -35 50 -80.5t18 -102.5q0 -65 -23 -115.5t-64 -85t-96.5 -53t-119.5 -18.5q-94 0 -166 39l-75 -78l-61 58zM399 388q-27 19 -65 19 +q-31 0 -53 -12t-36.5 -32.5t-21 -47t-6.5 -55.5q0 -30 6 -55zM270 133q25 -19 64 -19q31 0 53 12t36.5 32t21 46.5t6.5 55.5q0 28 -6 54z" /> + <glyph glyph-name="ugrave" unicode="ù" horiz-adv-x="667" +d="M611 0h-164v96h-2q-27 -57 -77.5 -82.5t-112.5 -25.5q-53 0 -91 17.5t-62 46t-35 66t-11 78.5v325h180v-252q0 -37 6 -62t17 -40.5t26.5 -22t33.5 -6.5q56 0 84 39t28 124v220h180v-521zM287 585l-129 144h187l68 -144h-126z" /> + <glyph glyph-name="uacute" unicode="ú" horiz-adv-x="667" +d="M611 0h-164v96h-2q-27 -57 -77.5 -82.5t-112.5 -25.5q-53 0 -91 17.5t-62 46t-35 66t-11 78.5v325h180v-252q0 -37 6 -62t17 -40.5t26.5 -22t33.5 -6.5q56 0 84 39t28 124v220h180v-521zM334 729h187l-129 -144h-126z" /> + <glyph glyph-name="ucircumflex" unicode="û" horiz-adv-x="667" +d="M611 0h-164v96h-2q-27 -57 -77.5 -82.5t-112.5 -25.5q-53 0 -91 17.5t-62 46t-35 66t-11 78.5v325h180v-252q0 -37 6 -62t17 -40.5t26.5 -22t33.5 -6.5q56 0 84 39t28 124v220h180v-521zM254 729h162l109 -144h-125l-65 78l-69 -78h-125z" /> + <glyph glyph-name="udieresis" unicode="ü" horiz-adv-x="667" +d="M611 0h-164v96h-2q-27 -57 -77.5 -82.5t-112.5 -25.5q-53 0 -91 17.5t-62 46t-35 66t-11 78.5v325h180v-252q0 -37 6 -62t17 -40.5t26.5 -22t33.5 -6.5q56 0 84 39t28 124v220h180v-521zM148 729h144v-144h-144v144zM376 729h144v-144h-144v144z" /> + <glyph glyph-name="yacute" unicode="ý" +d="M57 -73q18 -6 35 -8.5t36 -2.5q33 0 57 18.5t34 53.5l-211 533h194l112 -340h2l107 340h180l-191 -485q-19 -49 -38 -95.5t-46.5 -82.5t-68 -58t-102.5 -22q-57 0 -112 12zM306 729h187l-129 -144h-126z" /> + <glyph glyph-name="thorn" unicode="þ" horiz-adv-x="668" +d="M451 266q0 26 -7 49.5t-21 41t-34.5 28t-46.5 10.5q-50 0 -80 -38.5t-30 -97.5q0 -29 8.5 -53t23.5 -42t35 -28t43 -10q51 0 80 38.5t29 101.5zM52 750h181v-296h2q35 44 80 61.5t99 17.5t95.5 -23.5t70 -61t43 -84.5t14.5 -94q0 -58 -15.5 -109t-45.5 -89.5t-74.5 -61 +t-102.5 -22.5q-48 0 -93.5 19t-71.5 66h-2v-283h-180v960z" /> + <glyph glyph-name="ydieresis" unicode="ÿ" +d="M57 -73q18 -6 35 -8.5t36 -2.5q33 0 57 18.5t34 53.5l-211 533h194l112 -340h2l107 340h180l-191 -485q-19 -49 -38 -95.5t-46.5 -82.5t-68 -58t-102.5 -22q-57 0 -112 12zM120 729h144v-144h-144v144zM348 729h144v-144h-144v144z" /> + <glyph glyph-name=".null" horiz-adv-x="500" + /> + <glyph glyph-name="Amacron" unicode="Ā" horiz-adv-x="778" +d="M387 554h-2l-90 -273h175zM273 698h228l269 -698h-204l-52 149h-262l-55 -149h-189zM199 863h375v-84h-375v84z" /> + <glyph glyph-name="amacron" unicode="ā" +d="M199 165q0 -27 21 -42t53 -15q25 0 46 10.5t35 28t22 39.5t8 45q-17 1 -36.5 2t-39.5 1q-46 0 -77.5 -15.5t-31.5 -53.5zM397 0q-1 21 -2.5 41.5t-1.5 40.5h-2q-31 -49 -70 -71.5t-95 -22.5q-39 0 -74 9.5t-62 30t-43 51.5t-16 73q0 60 28.5 95t70 53.5t88 24t82.5 5.5 +q22 0 44.5 -2t39.5 -5q0 27 -9.5 44t-26 27.5t-38 14.5t-45.5 4q-44 0 -86 -9t-80 -30l-3 122q48 20 99 28.5t109 8.5q50 0 95 -11.5t79 -37t54 -66.5t20 -101v-194q0 -31 2 -61.5t8 -61.5h-165zM118 707h375v-84h-375v84z" /> + <glyph glyph-name="Abreve" unicode="Ă" horiz-adv-x="778" +d="M387 554h-2l-90 -273h175zM273 698h228l269 -698h-204l-52 149h-262l-55 -149h-189zM274 885q10 -42 42 -57.5t71 -15.5t71 15.5t42 57.5h76q-8 -72 -53.5 -114.5t-135.5 -42.5t-135.5 42.5t-53.5 114.5h76z" /> + <glyph glyph-name="abreve" unicode="ă" +d="M199 165q0 -27 21 -42t53 -15q25 0 46 10.5t35 28t22 39.5t8 45q-17 1 -36.5 2t-39.5 1q-46 0 -77.5 -15.5t-31.5 -53.5zM397 0q-1 21 -2.5 41.5t-1.5 40.5h-2q-31 -49 -70 -71.5t-95 -22.5q-39 0 -74 9.5t-62 30t-43 51.5t-16 73q0 60 28.5 95t70 53.5t88 24t82.5 5.5 +q22 0 44.5 -2t39.5 -5q0 27 -9.5 44t-26 27.5t-38 14.5t-45.5 4q-44 0 -86 -9t-80 -30l-3 122q48 20 99 28.5t109 8.5q50 0 95 -11.5t79 -37t54 -66.5t20 -101v-194q0 -31 2 -61.5t8 -61.5h-165zM192 729q10 -42 42 -57.5t71 -15.5t71 15.5t42 57.5h76q-8 -72 -53.5 -114.5 +t-135.5 -42.5t-135.5 42.5t-53.5 114.5h76z" /> + <glyph glyph-name="Aogonek" unicode="Ą" horiz-adv-x="778" +d="M679 0q-15 -12 -30.5 -25.5t-28 -27.5t-20 -30t-7.5 -32q0 -19 13 -30t30 -11q18 0 34.5 8.5t27.5 19.5l38 -17q-14 -22 -29.5 -36.5t-33 -23.5t-37 -13t-42.5 -4q-49 0 -76 23.5t-27 60.5q0 27 11 47t28 36.5t38.5 30t41.5 24.5h-44l-52 149h-262l-55 -149h-189l265 698 +h228l269 -698h-91zM387 554h-2l-90 -273h175z" /> + <glyph glyph-name="aogonek" unicode="ą" +d="M506 0q-15 -12 -30.5 -25.5t-28 -27.5t-20 -30t-7.5 -32q0 -19 13 -30t30 -11q18 0 34.5 8.5t27.5 19.5l38 -17q-14 -22 -29.5 -36.5t-33 -23.5t-37 -13t-42.5 -4q-49 0 -76 23.5t-27 60.5q0 27 11 47t28 36.5t38.5 30t41.5 24.5h-40q-1 21 -2.5 41.5t-1.5 40.5h-2 +q-31 -49 -70 -71.5t-95 -22.5q-39 0 -74 9.5t-62 30t-43 51.5t-16 73q0 60 28.5 95t70 53.5t88 24t82.5 5.5q22 0 44.5 -2t39.5 -5q0 27 -9.5 44t-26 27.5t-38 14.5t-45.5 4q-44 0 -86 -9t-80 -30l-3 122q48 20 99 28.5t109 8.5q50 0 95 -11.5t79 -37t54 -66.5t20 -101v-194 +q0 -31 2 -61.5t8 -61.5h-56zM199 165q0 -27 21 -42t53 -15q25 0 46 10.5t35 28t22 39.5t8 45q-17 1 -36.5 2t-39.5 1q-46 0 -77.5 -15.5t-31.5 -53.5z" /> + <glyph glyph-name="Cacute" unicode="Ć" horiz-adv-x="667" +d="M647 16q-40 -10 -88 -19t-119 -9q-70 0 -141.5 19t-129 61t-94 110.5t-36.5 167.5q0 91 30 159.5t83.5 114t127 68t159.5 22.5q54 0 105 -10.5t102 -25.5l-15 -151q-45 25 -89.5 37t-92.5 12q-50 0 -90 -17t-68.5 -47t-44 -71.5t-15.5 -90.5q0 -51 17.5 -92t48 -69.5 +t73.5 -43.5t94 -15q46 0 91 10.5t83 25.5zM419 885h187l-129 -144h-126z" /> + <glyph glyph-name="cacute" unicode="ć" horiz-adv-x="500" +d="M464 372q-25 15 -51 22t-58 7q-29 0 -54.5 -10t-44 -28.5t-29 -45t-10.5 -60.5q0 -31 12 -56.5t32.5 -43.5t47.5 -27.5t56 -9.5q31 0 60 6.5t52 18.5l4 -134q-34 -11 -72.5 -17t-74.5 -6q-65 0 -120 18.5t-96 53t-64 85t-23 115.5t23 115.5t64 85.5t96 53.5t120 18.5 +q41 0 76.5 -7t66.5 -22zM303 729h187l-129 -144h-126z" /> + <glyph glyph-name="Ccircumflex" unicode="Ĉ" horiz-adv-x="667" +d="M647 16q-40 -10 -88 -19t-119 -9q-70 0 -141.5 19t-129 61t-94 110.5t-36.5 167.5q0 91 30 159.5t83.5 114t127 68t159.5 22.5q54 0 105 -10.5t102 -25.5l-15 -151q-45 25 -89.5 37t-92.5 12q-50 0 -90 -17t-68.5 -47t-44 -71.5t-15.5 -90.5q0 -51 17.5 -92t48 -69.5 +t73.5 -43.5t94 -15q46 0 91 10.5t83 25.5zM346 885h162l109 -144h-125l-65 78l-69 -78h-125z" /> + <glyph glyph-name="ccircumflex" unicode="ĉ" horiz-adv-x="500" +d="M464 372q-25 15 -51 22t-58 7q-29 0 -54.5 -10t-44 -28.5t-29 -45t-10.5 -60.5q0 -31 12 -56.5t32.5 -43.5t47.5 -27.5t56 -9.5q31 0 60 6.5t52 18.5l4 -134q-34 -11 -72.5 -17t-74.5 -6q-65 0 -120 18.5t-96 53t-64 85t-23 115.5t23 115.5t64 85.5t96 53.5t120 18.5 +q41 0 76.5 -7t66.5 -22zM224 729h162l109 -144h-125l-65 78l-69 -78h-125z" /> + <glyph glyph-name="Cdotaccent" unicode="Ċ" horiz-adv-x="667" +d="M647 16q-40 -10 -88 -19t-119 -9q-70 0 -141.5 19t-129 61t-94 110.5t-36.5 167.5q0 91 30 159.5t83.5 114t127 68t159.5 22.5q54 0 105 -10.5t102 -25.5l-15 -151q-45 25 -89.5 37t-92.5 12q-50 0 -90 -17t-68.5 -47t-44 -71.5t-15.5 -90.5q0 -51 17.5 -92t48 -69.5 +t73.5 -43.5t94 -15q46 0 91 10.5t83 25.5zM362 885h144v-144h-144v144z" /> + <glyph glyph-name="cdotaccent" unicode="ċ" horiz-adv-x="500" +d="M464 372q-25 15 -51 22t-58 7q-29 0 -54.5 -10t-44 -28.5t-29 -45t-10.5 -60.5q0 -31 12 -56.5t32.5 -43.5t47.5 -27.5t56 -9.5q31 0 60 6.5t52 18.5l4 -134q-34 -11 -72.5 -17t-74.5 -6q-65 0 -120 18.5t-96 53t-64 85t-23 115.5t23 115.5t64 85.5t96 53.5t120 18.5 +q41 0 76.5 -7t66.5 -22zM246 729h144v-144h-144v144z" /> + <glyph glyph-name="Ccaron" unicode="Č" horiz-adv-x="667" +d="M647 16q-40 -10 -88 -19t-119 -9q-70 0 -141.5 19t-129 61t-94 110.5t-36.5 167.5q0 91 30 159.5t83.5 114t127 68t159.5 22.5q54 0 105 -10.5t102 -25.5l-15 -151q-45 25 -89.5 37t-92.5 12q-50 0 -90 -17t-68.5 -47t-44 -71.5t-15.5 -90.5q0 -51 17.5 -92t48 -69.5 +t73.5 -43.5t94 -15q46 0 91 10.5t83 25.5zM510 741h-162l-109 144h111l79 -78l83 78h111z" /> + <glyph glyph-name="ccaron" unicode="č" horiz-adv-x="500" +d="M464 372q-25 15 -51 22t-58 7q-29 0 -54.5 -10t-44 -28.5t-29 -45t-10.5 -60.5q0 -31 12 -56.5t32.5 -43.5t47.5 -27.5t56 -9.5q31 0 60 6.5t52 18.5l4 -134q-34 -11 -72.5 -17t-74.5 -6q-65 0 -120 18.5t-96 53t-64 85t-23 115.5t23 115.5t64 85.5t96 53.5t120 18.5 +q41 0 76.5 -7t66.5 -22zM398 585h-162l-109 144h111l79 -78l83 78h111z" /> + <glyph glyph-name="Dcaron" unicode="Ď" horiz-adv-x="778" +d="M251 138h72q105 0 161 53t56 158t-57 158t-160 53h-72v-422zM65 698h254q91 0 167 -16t130.5 -55.5t85 -106.5t30.5 -168q0 -98 -31 -165t-86 -108.5t-131 -60t-165 -18.5h-254v698zM432 741h-162l-109 144h111l79 -78l83 78h111z" /> + <glyph glyph-name="dcaron" unicode="ď" horiz-adv-x="780" +d="M217 266q0 -63 29 -101.5t80 -38.5q22 0 42 10t35 28t24 42t9 53q0 60 -30 98t-80 38q-26 0 -46.5 -10.5t-34.5 -28t-21 -41t-7 -49.5zM616 0h-166v93h-2q-9 -22 -26 -41t-41 -33.5t-52.5 -22.5t-59.5 -8q-58 0 -102.5 22.5t-74.5 61t-45.5 89.5t-15.5 109q0 48 14.5 95 +t43 84.5t70 60.5t95.5 23t99 -17t80 -62h2v296h181v-750zM686 729h146l-68 -199h-94z" /> + <glyph glyph-name="Dcroat" unicode="Đ" horiz-adv-x="778" +d="M65 312h-67v102h67v284h254q91 0 167 -16t130.5 -55.5t85 -106.5t30.5 -168q0 -98 -31 -165t-86 -108.5t-131 -60t-165 -18.5h-254v312zM251 414h167v-102h-167v-174h72q105 0 161 53t56 158t-57 158t-160 53h-72v-146z" /> + <glyph glyph-name="dcroat" unicode="đ" horiz-adv-x="668" +d="M616 0h-166v93h-2q-9 -22 -26 -41t-41 -33.5t-52.5 -22.5t-59.5 -8q-58 0 -102.5 22.5t-74.5 61t-45.5 89.5t-15.5 109q0 48 14.5 95t43 84.5t70 60.5t95.5 23t99 -17t80 -62h2v140h-178v86h178v70h181v-70h72v-86h-72v-594zM217 266q0 -63 29 -101.5t80 -38.5 +q22 0 42 10t35 28t24 42t9 53q0 60 -30 98t-80 38q-26 0 -46.5 -10.5t-34.5 -28t-21 -41t-7 -49.5z" /> + <glyph glyph-name="Emacron" unicode="Ē" +d="M60 698h492v-132h-306v-144h289v-132h-289v-158h317v-132h-503v698zM124 863h375v-84h-375v84z" /> + <glyph glyph-name="emacron" unicode="ē" +d="M411 310q0 45 -23 77t-77 32q-49 0 -73 -32t-27 -77h200zM213 208q8 -54 47.5 -77t105.5 -23q37 0 77.5 9t81.5 31v-127q-44 -17 -92 -25t-99 -8q-65 0 -120 18.5t-96 53.5t-64 85.5t-23 115.5q0 64 21 115t58 85.5t88 53t112 18.5q72 0 122.5 -24t81.5 -64t45 -93 +t14 -111v-33h-360zM127 707h375v-84h-375v84z" /> + <glyph glyph-name="Ebreve" unicode="Ĕ" +d="M60 698h492v-132h-306v-144h289v-132h-289v-158h317v-132h-503v698zM199 885q10 -42 42 -57.5t71 -15.5t71 15.5t42 57.5h76q-8 -72 -53.5 -114.5t-135.5 -42.5t-135.5 42.5t-53.5 114.5h76z" /> + <glyph glyph-name="ebreve" unicode="ĕ" +d="M411 310q0 45 -23 77t-77 32q-49 0 -73 -32t-27 -77h200zM213 208q8 -54 47.5 -77t105.5 -23q37 0 77.5 9t81.5 31v-127q-44 -17 -92 -25t-99 -8q-65 0 -120 18.5t-96 53.5t-64 85.5t-23 115.5q0 64 21 115t58 85.5t88 53t112 18.5q72 0 122.5 -24t81.5 -64t45 -93 +t14 -111v-33h-360zM197 729q10 -42 42 -57.5t71 -15.5t71 15.5t42 57.5h76q-8 -72 -53.5 -114.5t-135.5 -42.5t-135.5 42.5t-53.5 114.5h76z" /> + <glyph glyph-name="Edotaccent" unicode="Ė" +d="M60 698h492v-132h-306v-144h289v-132h-289v-158h317v-132h-503v698zM243 885h144v-144h-144v144z" /> + <glyph glyph-name="edotaccent" unicode="ė" +d="M411 310q0 45 -23 77t-77 32q-49 0 -73 -32t-27 -77h200zM213 208q8 -54 47.5 -77t105.5 -23q37 0 77.5 9t81.5 31v-127q-44 -17 -92 -25t-99 -8q-65 0 -120 18.5t-96 53.5t-64 85.5t-23 115.5q0 64 21 115t58 85.5t88 53t112 18.5q72 0 122.5 -24t81.5 -64t45 -93 +t14 -111v-33h-360zM238 729h144v-144h-144v144z" /> + <glyph glyph-name="Eogonek" unicode="Ę" +d="M504 0q-15 -12 -30.5 -25.5t-28 -27.5t-20 -30t-7.5 -32q0 -19 13 -30t30 -11q18 0 34.5 8.5t27.5 19.5l38 -17q-14 -22 -29.5 -36.5t-33 -23.5t-37 -13t-42.5 -4q-49 0 -76 23.5t-27 60.5q0 27 11 47t28 36.5t38.5 30t41.5 24.5h-375v698h492v-132h-306v-144h289v-132 +h-289v-158h317v-132h-59z" /> + <glyph glyph-name="eogonek" unicode="ę" +d="M213 208q8 -54 47.5 -77t105.5 -23q37 0 77.5 9t81.5 31v-127q-44 -17 -92 -25q-34 -5 -70 -7l-16 -14q-15 -14 -27.5 -28t-20 -30t-7.5 -32q0 -19 13 -30t30 -11q18 0 34.5 8.5t27.5 19.5l38 -17q-14 -22 -29.5 -36.5t-33 -23.5t-37 -13t-42.5 -4q-49 0 -76 23.5 +t-27 60.5q0 27 11 47t28 36.5t38 30.5l24 14q-41 4 -77 16q-55 19 -96 54t-64 85.5t-23 115.5q0 64 21 115t58 85.5t88 53t112 18.5q72 0 122.5 -24t81.5 -64t45 -93t14 -111v-33h-360zM411 310q0 45 -23 77t-77 32q-49 0 -73 -32t-27 -77h200z" /> + <glyph glyph-name="Ecaron" unicode="Ě" +d="M60 698h492v-132h-306v-144h289v-132h-289v-158h317v-132h-503v698zM393 741h-162l-109 144h111l79 -78l83 78h111z" /> + <glyph glyph-name="ecaron" unicode="ě" +d="M411 310q0 45 -23 77t-77 32q-49 0 -73 -32t-27 -77h200zM213 208q8 -54 47.5 -77t105.5 -23q37 0 77.5 9t81.5 31v-127q-44 -17 -92 -25t-99 -8q-65 0 -120 18.5t-96 53.5t-64 85.5t-23 115.5q0 64 21 115t58 85.5t88 53t112 18.5q72 0 122.5 -24t81.5 -64t45 -93 +t14 -111v-33h-360zM396 585h-162l-109 144h111l79 -78l83 78h111z" /> + <glyph glyph-name="Gcircumflex" unicode="Ĝ" horiz-adv-x="778" +d="M710 20q-89 -23 -155.5 -27.5t-114.5 -4.5q-70 0 -141.5 19t-129 61t-94 110.5t-36.5 167.5t33 168t91.5 112.5t139.5 63.5t177 20q17 0 42.5 -1t54.5 -4.5t58.5 -9.5t55.5 -16l-15 -152q-44 26 -90.5 35.5t-79.5 9.5q-57 0 -107 -12.5t-87.5 -39.5t-59 -70t-21.5 -104 +q0 -51 17.5 -92t48 -69.5t73.5 -43.5t94 -15q40 0 66 12v138h-109v132h289v-388zM369 885h162l109 -144h-125l-65 78l-69 -78h-125z" /> + <glyph glyph-name="gcircumflex" unicode="ĝ" horiz-adv-x="668" +d="M217 265q0 -30 8.5 -54t22.5 -40t32.5 -24.5t38.5 -8.5q24 0 45 9.5t36.5 27.5t24.5 42.5t9 54.5q0 22 -6.5 44t-20.5 39.5t-36 28.5t-52 11q-25 0 -44 -10.5t-32 -28t-19.5 -41t-6.5 -50.5zM608 61q0 -80 -19.5 -134.5t-58.5 -87.5t-98 -47t-138 -14q-65 0 -116 11 +t-83 22l9 142q41 -20 80.5 -31.5t95.5 -11.5q78 0 119 37t41 114v28h-2q-32 -46 -76.5 -67.5t-98.5 -21.5t-97 19.5t-73 54t-46 82.5t-16 106t14 107.5t43 86t73 57t105 20.5q58 0 103 -29t74 -77h2v94h163v-460zM270 729h162l109 -144h-125l-65 78l-69 -78h-125z" /> + <glyph glyph-name="Gbreve" unicode="Ğ" horiz-adv-x="778" +d="M710 20q-89 -23 -155.5 -27.5t-114.5 -4.5q-70 0 -141.5 19t-129 61t-94 110.5t-36.5 167.5t33 168t91.5 112.5t139.5 63.5t177 20q17 0 42.5 -1t54.5 -4.5t58.5 -9.5t55.5 -16l-15 -152q-44 26 -90.5 35.5t-79.5 9.5q-57 0 -107 -12.5t-87.5 -39.5t-59 -70t-21.5 -104 +q0 -51 17.5 -92t48 -69.5t73.5 -43.5t94 -15q40 0 66 12v138h-109v132h289v-388zM337 885q10 -42 42 -57.5t71 -15.5t71 15.5t42 57.5h76q-8 -72 -53.5 -114.5t-135.5 -42.5t-135.5 42.5t-53.5 114.5h76z" /> + <glyph glyph-name="gbreve" unicode="ğ" horiz-adv-x="668" +d="M217 265q0 -30 8.5 -54t22.5 -40t32.5 -24.5t38.5 -8.5q24 0 45 9.5t36.5 27.5t24.5 42.5t9 54.5q0 22 -6.5 44t-20.5 39.5t-36 28.5t-52 11q-25 0 -44 -10.5t-32 -28t-19.5 -41t-6.5 -50.5zM608 61q0 -80 -19.5 -134.5t-58.5 -87.5t-98 -47t-138 -14q-65 0 -116 11 +t-83 22l9 142q41 -20 80.5 -31.5t95.5 -11.5q78 0 119 37t41 114v28h-2q-32 -46 -76.5 -67.5t-98.5 -21.5t-97 19.5t-73 54t-46 82.5t-16 106t14 107.5t43 86t73 57t105 20.5q58 0 103 -29t74 -77h2v94h163v-460zM239 729q10 -42 42 -57.5t71 -15.5t71 15.5t42 57.5h76 +q-8 -72 -53.5 -114.5t-135.5 -42.5t-135.5 42.5t-53.5 114.5h76z" /> + <glyph glyph-name="Gdotaccent" unicode="Ġ" horiz-adv-x="778" +d="M710 20q-89 -23 -155.5 -27.5t-114.5 -4.5q-70 0 -141.5 19t-129 61t-94 110.5t-36.5 167.5t33 168t91.5 112.5t139.5 63.5t177 20q17 0 42.5 -1t54.5 -4.5t58.5 -9.5t55.5 -16l-15 -152q-44 26 -90.5 35.5t-79.5 9.5q-57 0 -107 -12.5t-87.5 -39.5t-59 -70t-21.5 -104 +q0 -51 17.5 -92t48 -69.5t73.5 -43.5t94 -15q40 0 66 12v138h-109v132h289v-388zM378 885h144v-144h-144v144z" /> + <glyph glyph-name="gdotaccent" unicode="ġ" horiz-adv-x="668" +d="M217 265q0 -30 8.5 -54t22.5 -40t32.5 -24.5t38.5 -8.5q24 0 45 9.5t36.5 27.5t24.5 42.5t9 54.5q0 22 -6.5 44t-20.5 39.5t-36 28.5t-52 11q-25 0 -44 -10.5t-32 -28t-19.5 -41t-6.5 -50.5zM608 61q0 -80 -19.5 -134.5t-58.5 -87.5t-98 -47t-138 -14q-65 0 -116 11 +t-83 22l9 142q41 -20 80.5 -31.5t95.5 -11.5q78 0 119 37t41 114v28h-2q-32 -46 -76.5 -67.5t-98.5 -21.5t-97 19.5t-73 54t-46 82.5t-16 106t14 107.5t43 86t73 57t105 20.5q58 0 103 -29t74 -77h2v94h163v-460zM277 729h144v-144h-144v144z" /> + <glyph glyph-name="Gcommaaccent" unicode="Ģ" horiz-adv-x="778" +d="M710 20q-89 -23 -155.5 -27.5t-114.5 -4.5q-70 0 -141.5 19t-129 61t-94 110.5t-36.5 167.5t33 168t91.5 112.5t139.5 63.5t177 20q17 0 42.5 -1t54.5 -4.5t58.5 -9.5t55.5 -16l-15 -152q-44 26 -90.5 35.5t-79.5 9.5q-57 0 -107 -12.5t-87.5 -39.5t-59 -70t-21.5 -104 +q0 -51 17.5 -92t48 -69.5t73.5 -43.5t94 -15q40 0 66 12v138h-109v132h289v-388zM373 -73h161l-65 -159h-131z" /> + <glyph glyph-name="gcommaaccent" unicode="ģ" horiz-adv-x="668" +d="M217 265q0 -30 8.5 -54t22.5 -40t32.5 -24.5t38.5 -8.5q24 0 45 9.5t36.5 27.5t24.5 42.5t9 54.5q0 22 -6.5 44t-20.5 39.5t-36 28.5t-52 11q-25 0 -44 -10.5t-32 -28t-19.5 -41t-6.5 -50.5zM608 61q0 -80 -19.5 -134.5t-58.5 -87.5t-98 -47t-138 -14q-65 0 -116 11 +t-83 22l9 142q41 -20 80.5 -31.5t95.5 -11.5q78 0 119 37t41 114v28h-2q-32 -46 -76.5 -67.5t-98.5 -21.5t-97 19.5t-73 54t-46 82.5t-16 106t14 107.5t43 86t73 57t105 20.5q58 0 103 -29t74 -77h2v94h163v-460zM412 585h-154l63 144h124z" /> + <glyph glyph-name="Hcircumflex" unicode="Ĥ" horiz-adv-x="722" +d="M65 698h186v-267h220v267h186v-698h-186v299h-220v-299h-186v698zM284 885h162l109 -144h-125l-65 78l-69 -78h-125z" /> + <glyph glyph-name="hcircumflex" unicode="ĥ" horiz-adv-x="667" +d="M56 750h180v-306h2q29 41 72 65t102 24q53 0 91 -17.5t62 -46t35 -66.5t11 -78v-325h-180v252q0 73 -23 102t-60 29q-56 0 -84 -39t-28 -124v-220h-180v750zM250 930h162l109 -144h-125l-65 78l-69 -78h-125z" /> + <glyph glyph-name="Hbar" unicode="Ħ" horiz-adv-x="722" +d="M65 698h186v-103h220v103h186v-698h-186v266h-220v-266h-186v698zM471 391v109h-220v-109h220z" /> + <glyph glyph-name="hbar" unicode="ħ" horiz-adv-x="667" +d="M56 750h180v-70h181v-86h-181v-150h2q29 41 72 65t102 24q53 0 91 -17.5t62 -46t35 -66.5t11 -78v-325h-180v252q0 73 -23 102t-60 29q-56 0 -84 -39t-28 -124v-220h-180v594h-72v86h72v70z" /> + <glyph glyph-name="Itilde" unicode="Ĩ" horiz-adv-x="334" +d="M74 698h186v-698h-186v698zM364 885q-3 -29 -12 -54.5t-25 -44.5t-38.5 -30.5t-53.5 -11.5q-20 0 -39.5 5.5t-38.5 12.5t-35.5 12.5t-28.5 5.5q-23 0 -33.5 -10t-15.5 -29h-72q3 26 12 51.5t24.5 45.5t38 32t52.5 12q20 0 39.5 -5.5t38 -12.5t35 -12.5t30.5 -5.5 +q43 0 50 39h72z" /> + <glyph glyph-name="itilde" unicode="ĩ" horiz-adv-x="334" +d="M77 521h180v-521h-180v521zM363 729q-3 -29 -12 -54.5t-25 -44.5t-38.5 -30.5t-53.5 -11.5q-20 0 -39.5 5.5t-38.5 12.5t-35.5 12.5t-28.5 5.5q-23 0 -33.5 -10t-15.5 -29h-72q3 26 12 51.5t24.5 45.5t38 32t52.5 12q20 0 39.5 -5.5t38 -12.5t35 -12.5t30.5 -5.5 +q43 0 50 39h72z" /> + <glyph glyph-name="Imacron" unicode="Ī" horiz-adv-x="334" +d="M74 698h186v-698h-186v698zM-20 863h375v-84h-375v84z" /> + <glyph glyph-name="imacron" unicode="ī" horiz-adv-x="334" +d="M77 521h180v-521h-180v521zM-19 707h375v-84h-375v84z" /> + <glyph glyph-name="Iogonek" unicode="Į" horiz-adv-x="334" +d="M241 0q-15 -12 -30.5 -25.5t-28 -27.5t-20 -30t-7.5 -32q0 -19 13 -30t30 -11q18 0 34.5 8.5t27.5 19.5l38 -17q-14 -22 -29.5 -36.5t-33 -23.5t-37 -13t-42.5 -4q-49 0 -76 23.5t-27 60.5q0 27 11 47t28 36.5t38.5 30t41.5 24.5h-98v698h186v-698h-19z" /> + <glyph glyph-name="iogonek" unicode="į" horiz-adv-x="334" +d="M228 0q-15 -12 -30.5 -25.5t-28 -27.5t-20 -30t-7.5 -32q0 -19 13 -30t30 -11q18 0 34.5 8.5t27.5 19.5l38 -17q-14 -22 -29.5 -36.5t-33 -23.5t-37 -13t-42.5 -4q-49 0 -76 23.5t-27 60.5q0 27 11 47t28 36.5t38.5 30t41.5 24.5h-82v521h180v-521h-29zM257 606h-180v132 +h180v-132z" /> + <glyph glyph-name="Idotaccent" unicode="İ" horiz-adv-x="334" +d="M74 698h186v-698h-186v698zM95 885h144v-144h-144v144z" /> + <glyph glyph-name="dotlessi" unicode="ı" horiz-adv-x="334" +d="M77 521h180v-521h-180v521z" /> + <glyph glyph-name="Jcircumflex" unicode="Ĵ" horiz-adv-x="444" +d="M14 161q36 -17 84 -17q21 0 38 8t30 26t20 47t7 72v401h186v-457q0 -56 -12.5 -102.5t-41.5 -80t-77 -52t-119 -18.5q-31 0 -61 6.5t-54 12.5v154zM196 885h162l109 -144h-125l-65 78l-69 -78h-125z" /> + <glyph glyph-name="jcircumflex" unicode="ĵ" horiz-adv-x="334" +d="M-21 -99q10 -2 19.5 -2.5t18.5 -0.5q21 0 33 9t18 23.5t7.5 32.5t1.5 37v521h180v-526q0 -49 -8.5 -89t-29.5 -68.5t-56 -44t-87 -15.5q-29 0 -53 2t-48 7zM80 729h162l109 -144h-125l-65 78l-69 -78h-125z" /> + <glyph glyph-name="Kcommaaccent" unicode="Ķ" horiz-adv-x="722" +d="M65 698h186v-285h2l210 285h224l-258 -325l278 -373h-237l-217 317h-2v-317h-186v698zM280 -73h161l-65 -159h-131z" /> + <glyph glyph-name="kcommaaccent" unicode="ķ" +d="M56 750h180v-448h2l150 219h197l-181 -239l196 -282h-218l-144 258h-2v-258h-180v750zM234 -73h161l-65 -159h-131z" /> + <glyph glyph-name="Lacute" unicode="Ĺ" horiz-adv-x="556" +d="M65 698h186v-560h288v-138h-474v698zM152 885h187l-129 -144h-126z" /> + <glyph glyph-name="lacute" unicode="ĺ" horiz-adv-x="334" +d="M77 750h180v-750h-180v750zM155 930h187l-129 -144h-126z" /> + <glyph glyph-name="Lcommaaccent" unicode="Ļ" horiz-adv-x="556" +d="M65 698h186v-560h288v-138h-474v698zM221 -73h161l-65 -159h-131z" /> + <glyph glyph-name="lcommaaccent" unicode="ļ" horiz-adv-x="334" +d="M77 750h180v-750h-180v750zM88 -73h161l-65 -159h-131z" /> + <glyph glyph-name="Lcaron" unicode="Ľ" horiz-adv-x="556" +d="M65 698h186v-560h288v-138h-474v698zM347 729h146l-68 -199h-94z" /> + <glyph glyph-name="lcaron" unicode="ľ" horiz-adv-x="423" +d="M77 750h180v-750h-180v750zM327 729h146l-68 -199h-94z" /> + <glyph glyph-name="Ldot" unicode="Ŀ" horiz-adv-x="556" +d="M65 698h186v-560h288v-138h-474v698zM333 440h144v-144h-144v144z" /> + <glyph glyph-name="ldot" unicode="ŀ" horiz-adv-x="520" +d="M77 750h180v-750h-180v750zM332 440h144v-144h-144v144z" /> + <glyph glyph-name="Lslash" unicode="Ł" horiz-adv-x="556" +d="M65 208l-65 -38v109l65 38v381h186v-271l183 108v-109l-183 -108v-180h288v-138h-474v208z" /> + <glyph glyph-name="lslash" unicode="ł" horiz-adv-x="334" +d="M77 276l-77 -46v100l77 46v374h180v-268l77 45v-100l-77 -45v-382h-180v276z" /> + <glyph glyph-name="Nacute" unicode="Ń" horiz-adv-x="778" +d="M68 698h237l236 -474h2l-3 474h170v-698h-231l-244 477h-2l6 -477h-171v698zM388 885h187l-129 -144h-126z" /> + <glyph glyph-name="nacute" unicode="ń" horiz-adv-x="667" +d="M56 521h164v-96h2q27 57 77.5 82.5t112.5 25.5q53 0 91 -17.5t62 -46t35 -66.5t11 -78v-325h-180v252q0 73 -23 102t-60 29q-56 0 -84 -39t-28 -124v-220h-180v521zM326 729h187l-129 -144h-126z" /> + <glyph glyph-name="Ncommaaccent" unicode="Ņ" horiz-adv-x="778" +d="M68 698h237l236 -474h2l-3 474h170v-698h-231l-244 477h-2l6 -477h-171v698zM333 -73h161l-65 -159h-131z" /> + <glyph glyph-name="ncommaaccent" unicode="ņ" horiz-adv-x="667" +d="M56 521h164v-96h2q27 57 77.5 82.5t112.5 25.5q53 0 91 -17.5t62 -46t35 -66.5t11 -78v-325h-180v252q0 73 -23 102t-60 29q-56 0 -84 -39t-28 -124v-220h-180v521zM257 -73h161l-65 -159h-131z" /> + <glyph glyph-name="Ncaron" unicode="Ň" horiz-adv-x="778" +d="M68 698h237l236 -474h2l-3 474h170v-698h-231l-244 477h-2l6 -477h-171v698zM480 741h-162l-109 144h111l79 -78l83 78h111z" /> + <glyph glyph-name="ncaron" unicode="ň" horiz-adv-x="667" +d="M56 521h164v-96h2q27 57 77.5 82.5t112.5 25.5q53 0 91 -17.5t62 -46t35 -66.5t11 -78v-325h-180v252q0 73 -23 102t-60 29q-56 0 -84 -39t-28 -124v-220h-180v521zM421 585h-162l-109 144h111l79 -78l83 78h111z" /> + <glyph glyph-name="Omacron" unicode="Ō" horiz-adv-x="778" +d="M231 349q0 -43 9 -83.5t28 -71.5t49 -49.5t72 -18.5t72 18.5t49 49.5t28 71.5t9 83.5q0 45 -9 85.5t-28 71t-49 48.5t-72 18t-72 -18t-49 -48.5t-28 -71t-9 -85.5zM39 349q0 84 22.5 151t66.5 113.5t109.5 71.5t151.5 25t151.5 -25t109.5 -71.5t66.5 -113.5t22.5 -151 +q0 -83 -22.5 -150t-67 -114t-110 -72t-150.5 -25q-86 0 -151 25t-109.5 72t-67 114t-22.5 150zM206 863h375v-84h-375v84z" /> + <glyph glyph-name="omacron" unicode="ō" horiz-adv-x="668" +d="M334 114q31 0 53 12t36.5 32t21 46.5t6.5 55.5t-6.5 55.5t-21 47t-36.5 32.5t-53 12t-53 -12t-36.5 -32.5t-21 -47t-6.5 -55.5t6.5 -55.5t21 -46.5t36.5 -32t53 -12zM334 -12q-65 0 -120 18.5t-96 53t-64 85t-23 115.5t23 115.5t64 85.5t96 53.5t120 18.5 +q64 0 119.5 -18.5t96.5 -53.5t64 -85.5t23 -115.5t-23 -115.5t-64 -85t-96.5 -53t-119.5 -18.5zM148 707h375v-84h-375v84z" /> + <glyph glyph-name="Obreve" unicode="Ŏ" horiz-adv-x="778" +d="M231 349q0 -43 9 -83.5t28 -71.5t49 -49.5t72 -18.5t72 18.5t49 49.5t28 71.5t9 83.5q0 45 -9 85.5t-28 71t-49 48.5t-72 18t-72 -18t-49 -48.5t-28 -71t-9 -85.5zM39 349q0 84 22.5 151t66.5 113.5t109.5 71.5t151.5 25t151.5 -25t109.5 -71.5t66.5 -113.5t22.5 -151 +q0 -83 -22.5 -150t-67 -114t-110 -72t-150.5 -25q-86 0 -151 25t-109.5 72t-67 114t-22.5 150zM278 885q10 -42 42 -57.5t71 -15.5t71 15.5t42 57.5h76q-8 -72 -53.5 -114.5t-135.5 -42.5t-135.5 42.5t-53.5 114.5h76z" /> + <glyph glyph-name="obreve" unicode="ŏ" horiz-adv-x="668" +d="M334 114q31 0 53 12t36.5 32t21 46.5t6.5 55.5t-6.5 55.5t-21 47t-36.5 32.5t-53 12t-53 -12t-36.5 -32.5t-21 -47t-6.5 -55.5t6.5 -55.5t21 -46.5t36.5 -32t53 -12zM334 -12q-65 0 -120 18.5t-96 53t-64 85t-23 115.5t23 115.5t64 85.5t96 53.5t120 18.5 +q64 0 119.5 -18.5t96.5 -53.5t64 -85.5t23 -115.5t-23 -115.5t-64 -85t-96.5 -53t-119.5 -18.5zM221 729q10 -42 42 -57.5t71 -15.5t71 15.5t42 57.5h76q-8 -72 -53.5 -114.5t-135.5 -42.5t-135.5 42.5t-53.5 114.5h76z" /> + <glyph glyph-name="Ohungarumlaut" unicode="Ő" horiz-adv-x="778" +d="M231 349q0 -43 9 -83.5t28 -71.5t49 -49.5t72 -18.5t72 18.5t49 49.5t28 71.5t9 83.5q0 45 -9 85.5t-28 71t-49 48.5t-72 18t-72 -18t-49 -48.5t-28 -71t-9 -85.5zM39 349q0 84 22.5 151t66.5 113.5t109.5 71.5t151.5 25t151.5 -25t109.5 -71.5t66.5 -113.5t22.5 -151 +q0 -83 -22.5 -150t-67 -114t-110 -72t-150.5 -25q-86 0 -151 25t-109.5 72t-67 114t-22.5 150zM506 885h187l-129 -144h-126zM258 885h187l-129 -144h-126z" /> + <glyph glyph-name="ohungarumlaut" unicode="ő" horiz-adv-x="668" +d="M334 114q31 0 53 12t36.5 32t21 46.5t6.5 55.5t-6.5 55.5t-21 47t-36.5 32.5t-53 12t-53 -12t-36.5 -32.5t-21 -47t-6.5 -55.5t6.5 -55.5t21 -46.5t36.5 -32t53 -12zM334 -12q-65 0 -120 18.5t-96 53t-64 85t-23 115.5t23 115.5t64 85.5t96 53.5t120 18.5 +q64 0 119.5 -18.5t96.5 -53.5t64 -85.5t23 -115.5t-23 -115.5t-64 -85t-96.5 -53t-119.5 -18.5zM448 729h187l-129 -144h-126zM200 729h187l-129 -144h-126z" /> + <glyph glyph-name="Racute" unicode="Ŕ" horiz-adv-x="667" +d="M246 408h49q22 0 46.5 1.5t44 9.5t32.5 24t13 46q0 24 -11.5 39.5t-30 23.5t-43 11t-51.5 3h-49v-158zM60 698h332q46 0 87 -10.5t72 -32.5t48.5 -55t17.5 -78q0 -70 -33 -115t-101 -61v-2q22 -6 35.5 -19t23.5 -32.5t18.5 -45t21.5 -57.5l68 -190h-194l-40 126 +q-14 45 -26.5 74t-27 46t-33 23.5t-44.5 6.5h-39v-276h-186v698zM305 885h187l-129 -144h-126z" /> + <glyph glyph-name="racute" unicode="ŕ" horiz-adv-x="444" +d="M428 377q-15 5 -30 5.5t-31 0.5q-63 0 -97 -43t-34 -120v-220h-180v521h164v-96h2q23 50 59 79t95 29q16 0 31.5 -2t29.5 -4zM244 729h187l-129 -144h-126z" /> + <glyph glyph-name="Rcommaaccent" unicode="Ŗ" horiz-adv-x="667" +d="M246 408h49q22 0 46.5 1.5t44 9.5t32.5 24t13 46q0 24 -11.5 39.5t-30 23.5t-43 11t-51.5 3h-49v-158zM60 698h332q46 0 87 -10.5t72 -32.5t48.5 -55t17.5 -78q0 -70 -33 -115t-101 -61v-2q22 -6 35.5 -19t23.5 -32.5t18.5 -45t21.5 -57.5l68 -190h-194l-40 126 +q-14 45 -26.5 74t-27 46t-33 23.5t-44.5 6.5h-39v-276h-186v698zM264 -73h161l-65 -159h-131z" /> + <glyph glyph-name="rcommaaccent" unicode="ŗ" horiz-adv-x="444" +d="M428 377q-15 5 -30 5.5t-31 0.5q-63 0 -97 -43t-34 -120v-220h-180v521h164v-96h2q23 50 59 79t95 29q16 0 31.5 -2t29.5 -4zM69 -73h161l-65 -159h-131z" /> + <glyph glyph-name="Rcaron" unicode="Ř" horiz-adv-x="667" +d="M246 408h49q22 0 46.5 1.5t44 9.5t32.5 24t13 46q0 24 -11.5 39.5t-30 23.5t-43 11t-51.5 3h-49v-158zM60 698h332q46 0 87 -10.5t72 -32.5t48.5 -55t17.5 -78q0 -70 -33 -115t-101 -61v-2q22 -6 35.5 -19t23.5 -32.5t18.5 -45t21.5 -57.5l68 -190h-194l-40 126 +q-14 45 -26.5 74t-27 46t-33 23.5t-44.5 6.5h-39v-276h-186v698zM396 741h-162l-109 144h111l79 -78l83 78h111z" /> + <glyph glyph-name="rcaron" unicode="ř" horiz-adv-x="444" +d="M428 377q-15 5 -30 5.5t-31 0.5q-63 0 -97 -43t-34 -120v-220h-180v521h164v-96h2q23 50 59 79t95 29q16 0 31.5 -2t29.5 -4zM334 585h-162l-109 144h111l79 -78l83 78h111z" /> + <glyph glyph-name="Sacute" unicode="Ś" +d="M67 172q36 -20 85 -33t107 -13q22 0 43 2.5t37 10t25.5 21t9.5 34.5q0 33 -24.5 50t-61 29.5t-79.5 25t-79.5 35t-61 60.5t-24.5 102q0 63 28 104.5t71.5 65.5t97.5 34t107 10q51 0 98 -7t82 -19l-12 -144q-36 17 -75.5 24.5t-79.5 7.5q-18 0 -39.5 -1.5t-40.5 -8 +t-32 -19.5t-13 -36q0 -28 24.5 -43t61 -26t79.5 -23t79.5 -35t61 -61t24.5 -101q0 -68 -26 -112.5t-69 -70.5t-98.5 -36.5t-113.5 -10.5q-49 0 -105 7.5t-103 22.5zM301 885h187l-129 -144h-126z" /> + <glyph glyph-name="sacute" unicode="ś" horiz-adv-x="500" +d="M46 144q32 -14 76 -25t93 -11q28 0 50.5 7.5t22.5 34.5q0 22 -19 33.5t-47.5 19.5t-61.5 16.5t-61.5 25t-47.5 44.5t-19 75q0 45 20 77t52 52.5t71.5 30t78.5 9.5q47 0 93 -6.5t90 -23.5l-14 -125q-29 17 -67.5 26t-72.5 9q-15 0 -29.5 -1.5t-26.5 -5.5t-19.5 -11 +t-7.5 -18q0 -20 20 -30t49.5 -17.5t64.5 -16t64.5 -25.5t49.5 -47t20 -79q0 -52 -21.5 -86t-56 -53.5t-78 -27t-87.5 -7.5q-61 0 -105 6t-84 19zM248 729h187l-129 -144h-126z" /> + <glyph glyph-name="Scircumflex" unicode="Ŝ" +d="M67 172q36 -20 85 -33t107 -13q22 0 43 2.5t37 10t25.5 21t9.5 34.5q0 33 -24.5 50t-61 29.5t-79.5 25t-79.5 35t-61 60.5t-24.5 102q0 63 28 104.5t71.5 65.5t97.5 34t107 10q51 0 98 -7t82 -19l-12 -144q-36 17 -75.5 24.5t-79.5 7.5q-18 0 -39.5 -1.5t-40.5 -8 +t-32 -19.5t-13 -36q0 -28 24.5 -43t61 -26t79.5 -23t79.5 -35t61 -61t24.5 -101q0 -68 -26 -112.5t-69 -70.5t-98.5 -36.5t-113.5 -10.5q-49 0 -105 7.5t-103 22.5zM231 885h162l109 -144h-125l-65 78l-69 -78h-125z" /> + <glyph glyph-name="scircumflex" unicode="ŝ" horiz-adv-x="500" +d="M46 144q32 -14 76 -25t93 -11q28 0 50.5 7.5t22.5 34.5q0 22 -19 33.5t-47.5 19.5t-61.5 16.5t-61.5 25t-47.5 44.5t-19 75q0 45 20 77t52 52.5t71.5 30t78.5 9.5q47 0 93 -6.5t90 -23.5l-14 -125q-29 17 -67.5 26t-72.5 9q-15 0 -29.5 -1.5t-26.5 -5.5t-19.5 -11 +t-7.5 -18q0 -20 20 -30t49.5 -17.5t64.5 -16t64.5 -25.5t49.5 -47t20 -79q0 -52 -21.5 -86t-56 -53.5t-78 -27t-87.5 -7.5q-61 0 -105 6t-84 19zM178 729h162l109 -144h-125l-65 78l-69 -78h-125z" /> + <glyph glyph-name="Scedilla" unicode="Ş" +d="M67 172q36 -20 85 -33t107 -13q22 0 43 2.5t37 10t25.5 21t9.5 34.5q0 33 -24.5 50t-61 29.5t-79.5 25t-79.5 35t-61 60.5t-24.5 102q0 63 28 104.5t71.5 65.5t97.5 34t107 10q51 0 98 -7t82 -19l-12 -144q-36 17 -75.5 24.5t-79.5 7.5q-18 0 -39.5 -1.5t-40.5 -8 +t-32 -19.5t-13 -36q0 -28 24.5 -43t61 -26t79.5 -23t79.5 -35t61 -61t24.5 -101q0 -68 -26 -112.5t-69 -70.5t-99 -36l-32 -6l-42 -58q11 2 19.5 3.5t25.5 1.5q14 0 29.5 -4.5t27 -13.5t18 -22.5t6.5 -33.5q0 -24 -13 -42.5t-32 -28t-40.5 -13.5t-48.5 -4q-41 0 -69.5 5.5 +t-53.5 17.5l17 46q22 -10 43.5 -15.5t45.5 -5.5t36.5 8t12.5 26t-10 25.5t-27 7.5q-13 0 -29 -7l-39 24l53 78h-11q-49 0 -105 7.5t-103 22.5z" /> + <glyph glyph-name="scedilla" unicode="ş" horiz-adv-x="500" +d="M46 144q32 -14 76 -25t93 -11q28 0 50.5 7.5t22.5 34.5q0 22 -19 33.5t-47.5 19.5t-61.5 16.5t-61.5 25t-47.5 44.5t-19 75q0 45 20 77t52 52.5t71.5 30t78.5 9.5q47 0 93 -6.5t90 -23.5l-14 -125q-29 17 -67.5 26t-72.5 9q-15 0 -29.5 -1.5t-26.5 -5.5t-19.5 -11 +t-7.5 -18q0 -20 20 -30t49.5 -17.5t64.5 -16t64.5 -25.5t49.5 -47t20 -79q0 -52 -21.5 -86t-56 -53.5t-78.5 -26.5q-20 -4 -40 -6l-40 -55q11 2 19.5 3.5t25.5 1.5q14 0 29.5 -4.5t27 -13.5t18 -22.5t6.5 -33.5q0 -24 -13 -42.5t-32 -28t-40.5 -13.5t-48.5 -4 +q-41 0 -69.5 5.5t-53.5 17.5l17 46q22 -10 43.5 -15.5t45.5 -5.5t36.5 8t12.5 26t-10 25.5t-27 7.5q-13 0 -29 -7l-39 24l53 78q-48 1 -84 6q-44 6 -84 19z" /> + <glyph glyph-name="Tcommaaccent" unicode="Ţ" horiz-adv-x="556" +d="M185 560h-172v138h530v-138h-172v-560h-186v560zM198 -73h161l-65 -159h-131z" /> + <glyph glyph-name="tcommaaccent" unicode="ţ" horiz-adv-x="444" +d="M10 521h106v117l177 55v-172h126v-126h-126v-192q0 -48 14.5 -71.5t57.5 -23.5q14 0 27.5 2.5t27.5 4.5l6 -117q-26 -3 -52.5 -6.5t-60.5 -3.5q-60 0 -99 13t-61.5 38t-31 61t-8.5 83v212h-103v126zM161 -73h161l-65 -159h-131z" /> + <glyph glyph-name="Tcaron" unicode="Ť" horiz-adv-x="556" +d="M185 560h-172v138h530v-138h-172v-560h-186v560zM360 741h-162l-109 144h111l79 -78l83 78h111z" /> + <glyph glyph-name="tcaron" unicode="ť" horiz-adv-x="452" +d="M353 729h124l-50 -169h-89zM10 521h106v117l177 55v-172h126v-126h-126v-192q0 -48 14.5 -71.5t57.5 -23.5q14 0 27.5 2.5t27.5 4.5l6 -117q-26 -3 -52.5 -6.5t-60.5 -3.5q-60 0 -99 13t-61.5 38t-31 61t-8.5 83v212h-103v126z" /> + <glyph glyph-name="Tbar" unicode="Ŧ" horiz-adv-x="556" +d="M185 562h-172v136h530v-136h-172v-128h129v-101h-129v-333h-186v333h-129v101h129v128z" /> + <glyph glyph-name="tbar" unicode="ŧ" horiz-adv-x="444" +d="M10 521h106v117l177 55v-172h126v-112h-126v-85h101v-83h-101v-38q0 -48 14.5 -71.5t57.5 -23.5q14 0 27.5 2.5t27.5 4.5l6 -117q-26 -3 -52.5 -6.5t-60.5 -3.5q-60 0 -99 13t-61.5 38t-31 61t-8.5 83v58h-88v83h88v85h-103v112z" /> + <glyph glyph-name="Utilde" unicode="Ũ" horiz-adv-x="722" +d="M667 265q0 -72 -22 -124t-62.5 -86t-97 -50.5t-124.5 -16.5t-124.5 16.5t-97 50.5t-62.5 86t-22 124v433h186v-402q0 -35 5.5 -65.5t19 -54t36.5 -37t59 -13.5t59 13.5t36.5 37t19 54t5.5 65.5v402h186v-433zM568 885q-3 -29 -12 -54.5t-25 -44.5t-38.5 -30.5 +t-53.5 -11.5q-20 0 -39.5 5.5t-38.5 12.5t-35.5 12.5t-28.5 5.5q-23 0 -33.5 -10t-15.5 -29h-72q3 26 12 51.5t24.5 45.5t38 32t52.5 12q20 0 39.5 -5.5t38 -12.5t35 -12.5t30.5 -5.5q43 0 50 39h72z" /> + <glyph glyph-name="utilde" unicode="ũ" horiz-adv-x="667" +d="M611 0h-164v96h-2q-27 -57 -77.5 -82.5t-112.5 -25.5q-53 0 -91 17.5t-62 46t-35 66t-11 78.5v325h180v-252q0 -37 6 -62t17 -40.5t26.5 -22t33.5 -6.5q56 0 84 39t28 124v220h180v-521zM534 729q-3 -29 -12 -54.5t-25 -44.5t-38.5 -30.5t-53.5 -11.5q-20 0 -39.5 5.5 +t-38.5 12.5t-35.5 12.5t-28.5 5.5q-23 0 -33.5 -10t-15.5 -29h-72q3 26 12 51.5t24.5 45.5t38 32t52.5 12q20 0 39.5 -5.5t38 -12.5t35 -12.5t30.5 -5.5q43 0 50 39h72z" /> + <glyph glyph-name="Umacron" unicode="Ū" horiz-adv-x="722" +d="M667 265q0 -72 -22 -124t-62.5 -86t-97 -50.5t-124.5 -16.5t-124.5 16.5t-97 50.5t-62.5 86t-22 124v433h186v-402q0 -35 5.5 -65.5t19 -54t36.5 -37t59 -13.5t59 13.5t36.5 37t19 54t5.5 65.5v402h186v-433zM178 863h375v-84h-375v84z" /> + <glyph glyph-name="umacron" unicode="ū" horiz-adv-x="667" +d="M611 0h-164v96h-2q-27 -57 -77.5 -82.5t-112.5 -25.5q-53 0 -91 17.5t-62 46t-35 66t-11 78.5v325h180v-252q0 -37 6 -62t17 -40.5t26.5 -22t33.5 -6.5q56 0 84 39t28 124v220h180v-521zM146 707h375v-84h-375v84z" /> + <glyph glyph-name="Ubreve" unicode="Ŭ" horiz-adv-x="722" +d="M667 265q0 -72 -22 -124t-62.5 -86t-97 -50.5t-124.5 -16.5t-124.5 16.5t-97 50.5t-62.5 86t-22 124v433h186v-402q0 -35 5.5 -65.5t19 -54t36.5 -37t59 -13.5t59 13.5t36.5 37t19 54t5.5 65.5v402h186v-433zM251 885q10 -42 42 -57.5t71 -15.5t71 15.5t42 57.5h76 +q-8 -72 -53.5 -114.5t-135.5 -42.5t-135.5 42.5t-53.5 114.5h76z" /> + <glyph glyph-name="ubreve" unicode="ŭ" horiz-adv-x="667" +d="M611 0h-164v96h-2q-27 -57 -77.5 -82.5t-112.5 -25.5q-53 0 -91 17.5t-62 46t-35 66t-11 78.5v325h180v-252q0 -37 6 -62t17 -40.5t26.5 -22t33.5 -6.5q56 0 84 39t28 124v220h180v-521zM223 729q10 -42 42 -57.5t71 -15.5t71 15.5t42 57.5h76q-8 -72 -53.5 -114.5 +t-135.5 -42.5t-135.5 42.5t-53.5 114.5h76z" /> + <glyph glyph-name="Uring" unicode="Ů" horiz-adv-x="722" +d="M667 265q0 -72 -22 -124t-62.5 -86t-97 -50.5t-124.5 -16.5t-124.5 16.5t-97 50.5t-62.5 86t-22 124v433h186v-402q0 -35 5.5 -65.5t19 -54t36.5 -37t59 -13.5t59 13.5t36.5 37t19 54t5.5 65.5v402h186v-433zM318 836q0 -20 14 -34t34 -14t34 14t14 34t-14 34t-34 14 +t-34 -14t-14 -34zM254 836q0 23 9 43.5t24 35.5t35.5 24t43.5 9t43.5 -9t35.5 -24t24 -35.5t9 -43.5t-9 -43.5t-24 -35.5t-35.5 -24t-43.5 -9t-43.5 9t-35.5 24t-24 35.5t-9 43.5z" /> + <glyph glyph-name="uring" unicode="ů" horiz-adv-x="667" +d="M611 0h-164v96h-2q-27 -57 -77.5 -82.5t-112.5 -25.5q-53 0 -91 17.5t-62 46t-35 66t-11 78.5v325h180v-252q0 -37 6 -62t17 -40.5t26.5 -22t33.5 -6.5q56 0 84 39t28 124v220h180v-521zM288 678q0 -20 14 -34t34 -14t34 14t14 34t-14 34t-34 14t-34 -14t-14 -34z +M224 678q0 23 9 43.5t24 35.5t35.5 24t43.5 9t43.5 -9t35.5 -24t24 -35.5t9 -43.5t-9 -43.5t-24 -35.5t-35.5 -24t-43.5 -9t-43.5 9t-35.5 24t-24 35.5t-9 43.5z" /> + <glyph glyph-name="Uhungarumlaut" unicode="Ű" horiz-adv-x="722" +d="M667 265q0 -72 -22 -124t-62.5 -86t-97 -50.5t-124.5 -16.5t-124.5 16.5t-97 50.5t-62.5 86t-22 124v433h186v-402q0 -35 5.5 -65.5t19 -54t36.5 -37t59 -13.5t59 13.5t36.5 37t19 54t5.5 65.5v402h186v-433zM478 885h187l-129 -144h-126zM230 885h187l-129 -144h-126z +" /> + <glyph glyph-name="uhungarumlaut" unicode="ű" horiz-adv-x="667" +d="M611 0h-164v96h-2q-27 -57 -77.5 -82.5t-112.5 -25.5q-53 0 -91 17.5t-62 46t-35 66t-11 78.5v325h180v-252q0 -37 6 -62t17 -40.5t26.5 -22t33.5 -6.5q56 0 84 39t28 124v220h180v-521zM448 729h187l-129 -144h-126zM200 729h187l-129 -144h-126z" /> + <glyph glyph-name="Uogonek" unicode="Ų" horiz-adv-x="722" +d="M667 265q0 -72 -22 -124t-62.5 -86t-97.5 -51q-26 -7 -55 -11q-10 -9 -21 -18q-15 -14 -27.5 -28t-20 -30t-7.5 -32q0 -19 13 -30t30 -11q18 0 34.5 8.5t27.5 19.5l38 -17q-14 -22 -29.5 -36.5t-33 -23.5t-37 -13t-42.5 -4q-49 0 -76 23.5t-27 60.5q0 27 11 47t28 36.5 +t38 30.5l20 12q-61 2 -113 16q-56 17 -96.5 51t-62.5 86t-22 124v433h186v-402q0 -35 5.5 -65.5t19 -54t36.5 -37t59 -13.5t59 13.5t36.5 37t19 54t5.5 65.5v402h186v-433z" /> + <glyph glyph-name="uogonek" unicode="ų" horiz-adv-x="667" +d="M551 0q-15 -12 -30.5 -25.5t-28 -27.5t-20 -30t-7.5 -32q0 -19 13 -30t30 -11q18 0 34.5 8.5t27.5 19.5l38 -17q-14 -22 -29.5 -36.5t-33 -23.5t-37 -13t-42.5 -4q-49 0 -76 23.5t-27 60.5q0 27 11 47t28 36.5t38.5 30t41.5 24.5h-35v96h-2q-27 -57 -77.5 -82.5 +t-112.5 -25.5q-53 0 -91 17.5t-62 46t-35 66t-11 78.5v325h180v-252q0 -37 6 -62t17 -40.5t26.5 -22t33.5 -6.5q56 0 84 39t28 124v220h180v-521h-60z" /> + <glyph glyph-name="Wcircumflex" unicode="Ŵ" horiz-adv-x="1000" +d="M8 698h190l90 -536h2l94 536h236l98 -536h2l91 536h181l-156 -698h-239l-99 536h-2l-92 -536h-241zM420 885h162l109 -144h-125l-65 78l-69 -78h-125z" /> + <glyph glyph-name="wcircumflex" unicode="ŵ" horiz-adv-x="944" +d="M9 521h188l84 -375h2l90 375h216l88 -375h2l82 375h174l-159 -521h-209l-88 377h-2l-99 -377h-209zM404 729h162l109 -144h-125l-65 78l-69 -78h-125z" /> + <glyph glyph-name="Ycircumflex" unicode="Ŷ" horiz-adv-x="722" +d="M269 263l-258 435h214l137 -280l135 280h214l-256 -435v-263h-186v263zM282 885h162l109 -144h-125l-65 78l-69 -78h-125z" /> + <glyph glyph-name="ycircumflex" unicode="ŷ" +d="M57 -73q18 -6 35 -8.5t36 -2.5q33 0 57 18.5t34 53.5l-211 533h194l112 -340h2l107 340h180l-191 -485q-19 -49 -38 -95.5t-46.5 -82.5t-68 -58t-102.5 -22q-57 0 -112 12zM233 729h162l109 -144h-125l-65 78l-69 -78h-125z" /> + <glyph glyph-name="Zacute" unicode="Ź" +d="M570 550l-342 -412h344v-138h-546v148l332 412h-323v138h535v-148zM302 885h187l-129 -144h-126z" /> + <glyph glyph-name="zacute" unicode="ź" horiz-adv-x="500" +d="M26 144l238 245h-233v132h439v-144l-238 -245h242v-132h-448v144zM258 729h187l-129 -144h-126z" /> + <glyph glyph-name="Zdotaccent" unicode="Ż" +d="M570 550l-342 -412h344v-138h-546v148l332 412h-323v138h535v-148zM244 885h144v-144h-144v144z" /> + <glyph glyph-name="zdotaccent" unicode="ż" horiz-adv-x="500" +d="M26 144l238 245h-233v132h439v-144l-238 -245h242v-132h-448v144zM194 729h144v-144h-144v144z" /> + <glyph glyph-name="Scommaaccent" unicode="Ș" +d="M67 172q36 -20 85 -33t107 -13q22 0 43 2.5t37 10t25.5 21t9.5 34.5q0 33 -24.5 50t-61 29.5t-79.5 25t-79.5 35t-61 60.5t-24.5 102q0 63 28 104.5t71.5 65.5t97.5 34t107 10q51 0 98 -7t82 -19l-12 -144q-36 17 -75.5 24.5t-79.5 7.5q-18 0 -39.5 -1.5t-40.5 -8 +t-32 -19.5t-13 -36q0 -28 24.5 -43t61 -26t79.5 -23t79.5 -35t61 -61t24.5 -101q0 -68 -26 -112.5t-69 -70.5t-98.5 -36.5t-113.5 -10.5q-49 0 -105 7.5t-103 22.5zM226 -73h161l-65 -159h-131z" /> + <glyph glyph-name="scommaaccent" unicode="ș" horiz-adv-x="500" +d="M46 144q32 -14 76 -25t93 -11q28 0 50.5 7.5t22.5 34.5q0 22 -19 33.5t-47.5 19.5t-61.5 16.5t-61.5 25t-47.5 44.5t-19 75q0 45 20 77t52 52.5t71.5 30t78.5 9.5q47 0 93 -6.5t90 -23.5l-14 -125q-29 17 -67.5 26t-72.5 9q-15 0 -29.5 -1.5t-26.5 -5.5t-19.5 -11 +t-7.5 -18q0 -20 20 -30t49.5 -17.5t64.5 -16t64.5 -25.5t49.5 -47t20 -79q0 -52 -21.5 -86t-56 -53.5t-78 -27t-87.5 -7.5q-61 0 -105 6t-84 19zM167 -73h161l-65 -159h-131z" /> + <glyph glyph-name="uni021A" unicode="Ț" horiz-adv-x="556" +d="M185 560h-172v138h530v-138h-172v-560h-186v560zM198 -73h161l-65 -159h-131z" /> + <glyph glyph-name="uni021B" unicode="ț" horiz-adv-x="444" +d="M10 521h106v117l177 55v-172h126v-126h-126v-192q0 -48 14.5 -71.5t57.5 -23.5q14 0 27.5 2.5t27.5 4.5l6 -117q-26 -3 -52.5 -6.5t-60.5 -3.5q-60 0 -99 13t-61.5 38t-31 61t-8.5 83v212h-103v126zM161 -73h161l-65 -159h-131z" /> + <glyph glyph-name="dotlessj" unicode="ȷ" horiz-adv-x="334" +d="M-21 -99q10 -2 19.5 -2.5t18.5 -0.5q21 0 33 9t18 23.5t7.5 32.5t1.5 37v521h180v-526q0 -49 -8.5 -89t-29.5 -68.5t-56 -44t-87 -15.5q-29 0 -53 2t-48 7z" /> + <glyph glyph-name="caron" unicode="ˇ" horiz-adv-x="333" +d="M246 585h-162l-109 144h111l79 -78l83 78h111z" /> + <glyph glyph-name="uni02C9" unicode="ˉ" horiz-adv-x="333" +d="M-21 707h375v-84h-375v84z" /> + <glyph glyph-name="breve" unicode="˘" horiz-adv-x="333" +d="M54 729q10 -42 42 -57.5t71 -15.5t71 15.5t42 57.5h76q-8 -72 -53.5 -114.5t-135.5 -42.5t-135.5 42.5t-53.5 114.5h76z" /> + <glyph glyph-name="dotaccent" unicode="˙" horiz-adv-x="333" +d="M95 729h144v-144h-144v144z" /> + <glyph glyph-name="ring" unicode="˚" horiz-adv-x="333" +d="M119 678q0 -20 14 -34t34 -14t34 14t14 34t-14 34t-34 14t-34 -14t-14 -34zM55 678q0 23 9 43.5t24 35.5t35.5 24t43.5 9t43.5 -9t35.5 -24t24 -35.5t9 -43.5t-9 -43.5t-24 -35.5t-35.5 -24t-43.5 -9t-43.5 9t-35.5 24t-24 35.5t-9 43.5z" /> + <glyph glyph-name="ogonek" unicode="˛" horiz-adv-x="333" +d="M236 0q-15 -12 -30.5 -25.5t-28 -27.5t-20 -30t-7.5 -32q0 -19 13 -30t30 -11q18 0 34.5 8.5t27.5 19.5l38 -17q-14 -22 -29.5 -36.5t-33 -23.5t-38.5 -13t-47 -4q-46 0 -71.5 22.5t-25.5 65.5q0 24 11 43.5t28 36t38.5 30t41.5 24.5h69z" /> + <glyph glyph-name="hungarumlaut" unicode="˝" horiz-adv-x="333" +d="M291 729h187l-129 -144h-126zM43 729h187l-129 -144h-126z" /> + <glyph glyph-name="uni0394" unicode="Δ" horiz-adv-x="718" +d="M12 0l251 712h170l273 -712h-694zM350 541l-130 -396h270z" /> + <glyph glyph-name="uni03A9" unicode="Ω" horiz-adv-x="776" +d="M724 415q0 -42 -11 -83t-33 -76t-55 -60.5t-76 -34.5v-21h174v-140h-299v218q34 7 58 23.5t40 40.5t23.5 53.5t7.5 62.5q0 37 -10.5 69.5t-31.5 57.5t-51.5 39.5t-69.5 14.5t-70.5 -15t-53 -40.5t-33 -59.5t-11.5 -71q0 -64 31 -113t97 -62v-218h-299v140h173v21 +q-43 12 -75.5 36.5t-54 58t-32.5 74t-11 83.5q0 74 27 131.5t73.5 96.5t108 59.5t131.5 20.5q69 0 129.5 -20.5t105.5 -60t71.5 -96.5t26.5 -129z" /> + <glyph glyph-name="uni03BC" unicode="μ" horiz-adv-x="667" +d="M611 0h-164v96h-2q-27 -57 -77.5 -82.5t-112.5 -25.5h-17v-198h-182v731h180v-252q0 -37 6 -62t17 -40.5t26.5 -22t33.5 -6.5q56 0 84 39t28 124v220h180v-521z" /> + <glyph glyph-name="pi" unicode="π" horiz-adv-x="625" +d="M600 20q-28 -14 -51 -21.5t-55 -7.5q-37 0 -61 10.5t-38.5 29.5t-20 46t-5.5 59v222h-149v-358h-150v358h-70v137h600v-137h-81v-164q0 -12 -0.5 -25t2.5 -24.5t11 -19t25 -7.5q11 0 22 4t21 8v-110v0z" /> + <glyph glyph-name="fraction" unicode="⁄" horiz-adv-x="167" +d="M223 720h109l-387 -742h-109z" /> + <glyph glyph-name="afii61289" unicode="ℓ" horiz-adv-x="500" +d="M465 56q-43 -35 -86.5 -52.5t-94.5 -17.5q-42 0 -74.5 12t-54.5 32t-33 47.5t-11 59.5v25l-54 -45h-2l-54 84l109 86v233q0 42 14 78.5t39.5 64t61 43t77.5 15.5q37 0 66.5 -11.5t50.5 -31.5t32 -49t11 -63q0 -77 -48 -149.5t-148 -153.5v-101q0 -35 18 -49t39 -14 +q36 0 88 37h2l52 -80v0zM336 557q0 25 -9 43.5t-26 18.5q-15 0 -25 -19.5t-10 -49.5v-157q39 40 54.5 81t15.5 83z" /> + <glyph glyph-name="Omega" unicode="Ω" horiz-adv-x="776" +d="M724 415q0 -42 -11 -83t-33 -76t-55 -60.5t-76 -34.5v-21h174v-140h-299v218q34 7 58 23.5t40 40.5t23.5 53.5t7.5 62.5q0 37 -10.5 69.5t-31.5 57.5t-51.5 39.5t-69.5 14.5t-70.5 -15t-53 -40.5t-33 -59.5t-11.5 -71q0 -64 31 -113t97 -62v-218h-299v140h173v21 +q-43 12 -75.5 36.5t-54 58t-32.5 74t-11 83.5q0 74 27 131.5t73.5 96.5t108 59.5t131.5 20.5q69 0 129.5 -20.5t105.5 -60t71.5 -96.5t26.5 -129z" /> + <glyph glyph-name="estimated" unicode="℮" horiz-adv-x="600" +d="M157 259v-181q59 -59 145 -59q63 0 109 28.5t84 91.5l35 -21q-23 -36 -46.5 -61.5t-51 -42t-59.5 -24t-71 -7.5q-59 0 -106.5 21.5t-81.5 59t-52 87.5t-18 108t18 108.5t52 87.5t81.5 58.5t106.5 21.5q58 0 105.5 -20.5t81.5 -57t53 -87t19 -111.5h-404zM448 295v145 +q-63 60 -147 60t-144 -60v-145h291z" /> + <glyph glyph-name="partialdiff" unicode="∂" horiz-adv-x="588" +d="M544 358q0 -65 -11 -131t-40 -119.5t-79.5 -87.5t-130.5 -34q-53 0 -97 17t-75.5 47.5t-49 74t-17.5 97.5q0 48 16.5 90t46.5 73t71 48.5t90 17.5q37 0 66.5 -11t59.5 -31q0 30 -5 64.5t-19 64t-38 49t-62 19.5t-66 -16t-54 -41l-81 91q44 40 90.5 60.5t106.5 20.5 +q79 0 132 -31.5t85.5 -83t46.5 -116.5t14 -132zM391 294q-19 19 -45 32t-53 13q-26 0 -45.5 -10.5t-32.5 -28t-19.5 -39.5t-6.5 -46q0 -21 5.5 -42.5t17 -38t29.5 -27t42 -10.5q36 0 57.5 21t32.5 51t14.5 64t3.5 61z" /> + <glyph glyph-name="Delta" unicode="∆" horiz-adv-x="718" +d="M12 0l251 712h170l273 -712h-694zM350 541l-130 -396h270z" /> + <glyph glyph-name="product" unicode="∏" horiz-adv-x="757" +d="M556 -214v851h-354v-851h-153v1000h659v-1000h-152z" /> + <glyph glyph-name="summation" unicode="∑" horiz-adv-x="698" +d="M29 -214v130l289 377l-277 362v131h615v-150h-413l253 -343l-269 -357h441v-150h-639z" /> + <glyph glyph-name="minus" unicode="−" horiz-adv-x="600" +d="M47 316h506v-126h-506v126z" /> + <glyph glyph-name="uni2215" unicode="∕" horiz-adv-x="167" +d="M223 720h109l-387 -742h-109z" /> + <glyph glyph-name="uni2219" unicode="∙" horiz-adv-x="306" +d="M60 272q0 19 7.5 36t20 29.5t29.5 20t36 7.5t36 -7.5t29.5 -20t20 -29.5t7.5 -36t-7.5 -36t-20 -29.5t-29.5 -20t-36 -7.5t-36 7.5t-29.5 20t-20 29.5t-7.5 36z" /> + <glyph glyph-name="radical" unicode="√" horiz-adv-x="603" +d="M385 -214h-137l-142 290l-57 -27l-56 118l193 88l106 -236l156 767h161z" /> + <glyph glyph-name="infinity" unicode="∞" horiz-adv-x="881" +d="M836 274q0 -45 -13.5 -84.5t-39 -69t-62.5 -46t-85 -16.5q-32 0 -60 9t-52 25t-44.5 37.5t-39.5 45.5q-19 -24 -39 -45t-43 -37t-49.5 -25t-59.5 -9q-48 0 -86 16t-64 45t-40 68t-14 86q0 46 13.5 84.5t39 66.5t62.5 44t84 16q35 0 62.5 -10t51 -27t43.5 -39.5t39 -48.5 +q19 27 39 49.5t43.5 39.5t51.5 26.5t63 9.5q47 0 84 -16t62.5 -44t39 -67t13.5 -84zM708 272q0 35 -20.5 57.5t-55.5 22.5q-18 0 -34.5 -8t-31 -20.5t-27 -27t-22.5 -27.5q10 -14 23 -28t28 -25t31.5 -18t35.5 -7q36 0 54.5 23.5t18.5 57.5zM363 269q-10 13 -23 28t-28 27 +t-32 20t-35 8q-35 0 -54 -24.5t-19 -56.5q0 -34 20 -56.5t55 -22.5q19 0 35.5 7t31 18t26.5 24.5t23 27.5z" /> + <glyph glyph-name="integral" unicode="∫" horiz-adv-x="657" +d="M561 688q0 -31 -20 -51t-51 -20q-33 0 -45 16t-16.5 35.5t-8 35.5t-17.5 16t-16.5 -15t-2.5 -25q0 -48 4 -96.5t4 -96.5l1 -317q0 -37 0.5 -80t-3.5 -85.5t-14 -82t-31.5 -70t-56.5 -48.5t-88 -18q-23 0 -47 6t-44 18t-33 31t-13 46q0 31 19.5 49t49.5 18q33 0 45.5 -16 +t17 -35.5t7 -35.5t16.5 -16q7 0 11.5 4.5t6 10.5t2 13t0.5 12q0 42 -4 82t-4 82v410q0 52 4 108.5t23 103.5t58 77.5t108 30.5q22 0 46 -5.5t44.5 -17t34 -30t13.5 -44.5z" /> + <glyph glyph-name="approxequal" unicode="≈" horiz-adv-x="593" +d="M578 497q-2 -32 -12.5 -69t-30 -68.5t-48.5 -52.5t-68 -21q-28 0 -60 9.5t-65.5 21t-66 21t-60.5 9.5q-23 0 -37.5 -16.5t-16.5 -38.5h-98q0 34 10.5 71t31.5 67.5t51 50.5t69 20q29 0 61 -9t64 -20t63.5 -20t60.5 -9q26 0 38.5 15t14.5 39h99v0zM578 252 +q-2 -33 -11.5 -70t-27.5 -68.5t-46.5 -52.5t-68.5 -21q-27 0 -61.5 9.5t-70.5 21t-69.5 21t-56.5 9.5q-24 0 -37.5 -16t-15.5 -38h-98q0 31 10.5 67.5t30 68t48.5 52.5t65 21q20 0 43.5 -5t47.5 -12t47.5 -14.5t42.5 -12.5q17 -5 35 -10.5t37 -5.5q29 0 40 15t16 41h100v0z +" /> + <glyph glyph-name="notequal" unicode="≠" horiz-adv-x="593" +d="M282 75l-79 -162l-133 66l47 96h-92v151h167l45 90h-212v152h287l79 161l132 -66l-46 -95h91v-152h-166l-45 -90h211v-151h-286z" /> + <glyph glyph-name="lessequal" unicode="≤" horiz-adv-x="593" +d="M25 290v150l543 152v-155l-332 -72l332 -84v-156zM25 -51v152h543v-152h-543z" /> + <glyph glyph-name="greaterequal" unicode="≥" horiz-adv-x="593" +d="M25 125v156l331 84l-331 72v155l543 -152v-150zM25 -51v152h543v-152h-543z" /> + <glyph glyph-name="lozenge" unicode="◊" horiz-adv-x="593" +d="M364 -35h-138l-191 391l193 391h136l194 -391zM296 593l-106 -237l106 -237l105 237z" /> + <glyph glyph-name="grave.cap" unicode="" horiz-adv-x="334" +d="M121 741l-129 144h187l68 -144h-126z" /> + <glyph glyph-name="acute.cap" unicode="" horiz-adv-x="334" +d="M155 885h187l-129 -144h-126z" /> + <glyph glyph-name="circumflex.cap" unicode="" horiz-adv-x="334" +d="M88 885h162l109 -144h-125l-65 78l-69 -78h-125z" /> + <glyph glyph-name="caron.cap" unicode="" horiz-adv-x="334" +d="M247 741h-162l-109 144h111l79 -78l83 78h111z" /> + <glyph glyph-name="tilde.cap" unicode="" horiz-adv-x="334" +d="M364 885q-3 -29 -12 -54.5t-25 -44.5t-38.5 -30.5t-53.5 -11.5q-20 0 -39.5 5.5t-38.5 12.5t-35.5 12.5t-28.5 5.5q-23 0 -33.5 -10t-15.5 -29h-72q3 26 12 51.5t24.5 45.5t38 32t52.5 12q20 0 39.5 -5.5t38 -12.5t35 -12.5t30.5 -5.5q43 0 50 39h72z" /> + <glyph glyph-name="dieresis.cap" unicode="" horiz-adv-x="334" +d="M-18 885h144v-144h-144v144zM210 885h144v-144h-144v144z" /> + <glyph glyph-name="macron.cap" unicode="" horiz-adv-x="334" +d="M-20 863h375v-84h-375v84z" /> + <glyph glyph-name="breve.cap" unicode="" horiz-adv-x="334" +d="M55 885q10 -42 42 -57.5t71 -15.5t71 15.5t42 57.5h76q-8 -72 -53.5 -114.5t-135.5 -42.5t-135.5 42.5t-53.5 114.5h76z" /> + <glyph glyph-name="ring.cap" unicode="" horiz-adv-x="334" +d="M120 836q0 -20 14 -34t34 -14t34 14t14 34t-14 34t-34 14t-34 -14t-14 -34zM56 836q0 23 9 43.5t24 35.5t35.5 24t43.5 9t43.5 -9t35.5 -24t24 -35.5t9 -43.5t-9 -43.5t-24 -35.5t-35.5 -24t-43.5 -9t-43.5 9t-35.5 24t-24 35.5t-9 43.5z" /> + <glyph glyph-name="hungarumlaut.cap" unicode="" horiz-adv-x="334" +d="M292 885h187l-129 -144h-126zM44 885h187l-129 -144h-126z" /> + <glyph glyph-name="dotaccent.cap" unicode="" horiz-adv-x="334" +d="M96 885h144v-144h-144v144z" /> + <glyph glyph-name="caron.alt" unicode="" horiz-adv-x="334" +d="M32 729h146l-68 -199h-94z" /> + <glyph glyph-name="commaaccent" unicode="" horiz-adv-x="334" +d="M104 -73h161l-65 -159h-131z" /> + <glyph glyph-name="commaaccent.alt" unicode="" horiz-adv-x="334" +d="M225 585h-154l63 144h124z" /> + <glyph glyph-name="uniF8FF" unicode="" horiz-adv-x="512" +d="M222 117v67h56v-67h-56zM225 234l-2 17q0 55 13 81t46 59q32 31 41 47.5t9 35.5q0 36 -22.5 60.5t-53.5 24.5t-53.5 -22t-28.5 -73l-50 8q7 71 44 104t91 33q53 0 88.5 -36t35.5 -95q0 -32 -12.5 -58.5t-50.5 -61.5q-37 -33 -43 -52t-6 -72h-46zM462 50v617h-412v-617 +h412zM512 718v-718h-512v718h512z" /> + <hkern u1="A" u2="ŷ" k="60" /> + <hkern u1="A" u2="Ŷ" k="99" /> + <hkern u1="A" u2="ŵ" k="49" /> + <hkern u1="A" u2="Ŵ" k="18" /> + <hkern u1="A" u2="Ť" k="68" /> + <hkern u1="A" u2="Ţ" k="68" /> + <hkern u1="A" u2="ÿ" k="60" /> + <hkern u1="A" u2="ý" k="60" /> + <hkern u1="A" u2="Ý" k="99" /> + <hkern u1="A" u2="Ÿ" k="99" /> + <hkern u1="A" u2="’" k="74" /> + <hkern u1="A" u2="y" k="60" /> + <hkern u1="A" u2="w" k="49" /> + <hkern u1="A" u2="v" k="37" /> + <hkern u1="A" u2="Y" k="99" /> + <hkern u1="A" u2="W" k="18" /> + <hkern u1="A" u2="V" k="46" /> + <hkern u1="A" u2="T" k="68" /> + <hkern u1="F" u2="Ą" k="55" /> + <hkern u1="F" u2="Ă" k="55" /> + <hkern u1="F" u2="Ā" k="55" /> + <hkern u1="F" u2="Å" k="55" /> + <hkern u1="F" u2="Ä" k="55" /> + <hkern u1="F" u2="Ã" k="55" /> + <hkern u1="F" u2="Â" k="55" /> + <hkern u1="F" u2="Á" k="55" /> + <hkern u1="F" u2="À" k="55" /> + <hkern u1="F" u2="A" k="55" /> + <hkern u1="F" u2="." k="129" /> + <hkern u1="F" u2="," k="129" /> + <hkern u1="L" u2="ŷ" k="37" /> + <hkern u1="L" u2="Ŷ" k="111" /> + <hkern u1="L" u2="Ŵ" k="55" /> + <hkern u1="L" u2="Ť" k="111" /> + <hkern u1="L" u2="Ţ" k="111" /> + <hkern u1="L" u2="ÿ" k="37" /> + <hkern u1="L" u2="ý" k="37" /> + <hkern u1="L" u2="Ý" k="111" /> + <hkern u1="L" u2="Ÿ" k="111" /> + <hkern u1="L" u2="’" k="111" /> + <hkern u1="L" u2="y" k="37" /> + <hkern u1="L" u2="Y" k="111" /> + <hkern u1="L" u2="W" k="55" /> + <hkern u1="L" u2="V" k="92" /> + <hkern u1="L" u2="T" k="111" /> + <hkern u1="P" u2="Ą" k="74" /> + <hkern u1="P" u2="Ă" k="74" /> + <hkern u1="P" u2="Ā" k="74" /> + <hkern u1="P" u2="Å" k="74" /> + <hkern u1="P" u2="Ä" k="74" /> + <hkern u1="P" u2="Ã" k="74" /> + <hkern u1="P" u2="Â" k="74" /> + <hkern u1="P" u2="Á" k="74" /> + <hkern u1="P" u2="À" k="74" /> + <hkern u1="P" u2="A" k="74" /> + <hkern u1="P" u2="." k="129" /> + <hkern u1="P" u2="," k="129" /> + <hkern u1="R" u2="Ŷ" k="37" /> + <hkern u1="R" u2="Ŵ" k="-6" /> + <hkern u1="R" u2="Ť" k="18" /> + <hkern u1="R" u2="Ţ" k="18" /> + <hkern u1="R" u2="Ý" k="37" /> + <hkern u1="R" u2="Ÿ" k="37" /> + <hkern u1="R" u2="Y" k="37" /> + <hkern u1="R" u2="W" k="-6" /> + <hkern u1="R" u2="V" k="-6" /> + <hkern u1="R" u2="T" k="18" /> + <hkern u1="T" u2="ș" k="99" /> + <hkern u1="T" u2="ŷ" k="92" /> + <hkern u1="T" u2="ŵ" k="111" /> + <hkern u1="T" u2="ų" k="74" /> + <hkern u1="T" u2="ű" k="74" /> + <hkern u1="T" u2="ů" k="74" /> + <hkern u1="T" u2="ŭ" k="74" /> + <hkern u1="T" u2="ū" k="74" /> + <hkern u1="T" u2="ũ" k="74" /> + <hkern u1="T" u2="ş" k="99" /> + <hkern u1="T" u2="ŝ" k="99" /> + <hkern u1="T" u2="ś" k="99" /> + <hkern u1="T" u2="ř" k="74" /> + <hkern u1="T" u2="ŗ" k="74" /> + <hkern u1="T" u2="ŕ" k="74" /> + <hkern u1="T" u2="ő" k="111" /> + <hkern u1="T" u2="ŏ" k="111" /> + <hkern u1="T" u2="ō" k="111" /> + <hkern u1="T" u2="ě" k="99" /> + <hkern u1="T" u2="ę" k="99" /> + <hkern u1="T" u2="ė" k="99" /> + <hkern u1="T" u2="ĕ" k="99" /> + <hkern u1="T" u2="ē" k="99" /> + <hkern u1="T" u2="č" k="99" /> + <hkern u1="T" u2="ċ" k="99" /> + <hkern u1="T" u2="ĉ" k="99" /> + <hkern u1="T" u2="ć" k="99" /> + <hkern u1="T" u2="ą" k="99" /> + <hkern u1="T" u2="Ą" k="74" /> + <hkern u1="T" u2="ă" k="99" /> + <hkern u1="T" u2="Ă" k="74" /> + <hkern u1="T" u2="ā" k="99" /> + <hkern u1="T" u2="Ā" k="74" /> + <hkern u1="T" u2="ÿ" k="92" /> + <hkern u1="T" u2="ý" k="92" /> + <hkern u1="T" u2="ü" k="74" /> + <hkern u1="T" u2="û" k="74" /> + <hkern u1="T" u2="ú" k="74" /> + <hkern u1="T" u2="ù" k="74" /> + <hkern u1="T" u2="ö" k="111" /> + <hkern u1="T" u2="õ" k="111" /> + <hkern u1="T" u2="ô" k="111" /> + <hkern u1="T" u2="ó" k="111" /> + <hkern u1="T" u2="ò" k="111" /> + <hkern u1="T" u2="ë" k="99" /> + <hkern u1="T" u2="ê" k="99" /> + <hkern u1="T" u2="é" k="99" /> + <hkern u1="T" u2="è" k="99" /> + <hkern u1="T" u2="ç" k="99" /> + <hkern u1="T" u2="å" k="99" /> + <hkern u1="T" u2="ä" k="99" /> + <hkern u1="T" u2="ã" k="99" /> + <hkern u1="T" u2="â" k="99" /> + <hkern u1="T" u2="á" k="99" /> + <hkern u1="T" u2="à" k="99" /> + <hkern u1="T" u2="Å" k="74" /> + <hkern u1="T" u2="Ä" k="74" /> + <hkern u1="T" u2="Ã" k="74" /> + <hkern u1="T" u2="Â" k="74" /> + <hkern u1="T" u2="Á" k="74" /> + <hkern u1="T" u2="À" k="74" /> + <hkern u1="T" u2="š" k="99" /> + <hkern u1="T" u2="y" k="92" /> + <hkern u1="T" u2="w" k="111" /> + <hkern u1="T" u2="u" k="74" /> + <hkern u1="T" u2="s" k="99" /> + <hkern u1="T" u2="r" k="74" /> + <hkern u1="T" u2="o" k="111" /> + <hkern u1="T" u2="e" k="99" /> + <hkern u1="T" u2="c" k="99" /> + <hkern u1="T" u2="a" k="99" /> + <hkern u1="T" u2="A" k="74" /> + <hkern u1="T" u2=";" k="74" /> + <hkern u1="T" u2=":" k="87" /> + <hkern u1="T" u2="." k="111" /> + <hkern u1="T" u2="-" k="129" /> + <hkern u1="T" u2="," k="111" /> + <hkern u1="V" u2="ŷ" k="30" /> + <hkern u1="V" u2="ų" k="37" /> + <hkern u1="V" u2="ű" k="37" /> + <hkern u1="V" u2="ů" k="37" /> + <hkern u1="V" u2="ŭ" k="37" /> + <hkern u1="V" u2="ū" k="37" /> + <hkern u1="V" u2="ũ" k="37" /> + <hkern u1="V" u2="ř" k="37" /> + <hkern u1="V" u2="ŗ" k="37" /> + <hkern u1="V" u2="ŕ" k="37" /> + <hkern u1="V" u2="ő" k="55" /> + <hkern u1="V" u2="ŏ" k="55" /> + <hkern u1="V" u2="ō" k="55" /> + <hkern u1="V" g2="ij" k="18" /> + <hkern u1="V" u2="į" k="18" /> + <hkern u1="V" u2="ě" k="55" /> + <hkern u1="V" u2="ę" k="55" /> + <hkern u1="V" u2="ė" k="55" /> + <hkern u1="V" u2="ĕ" k="55" /> + <hkern u1="V" u2="ē" k="55" /> + <hkern u1="V" u2="ą" k="55" /> + <hkern u1="V" u2="Ą" k="55" /> + <hkern u1="V" u2="ă" k="55" /> + <hkern u1="V" u2="Ă" k="55" /> + <hkern u1="V" u2="ā" k="55" /> + <hkern u1="V" u2="Ā" k="55" /> + <hkern u1="V" u2="ÿ" k="30" /> + <hkern u1="V" u2="ý" k="30" /> + <hkern u1="V" u2="ü" k="37" /> + <hkern u1="V" u2="û" k="37" /> + <hkern u1="V" u2="ú" k="37" /> + <hkern u1="V" u2="ù" k="37" /> + <hkern u1="V" u2="ö" k="55" /> + <hkern u1="V" u2="õ" k="55" /> + <hkern u1="V" u2="ô" k="55" /> + <hkern u1="V" u2="ó" k="55" /> + <hkern u1="V" u2="ò" k="55" /> + <hkern u1="V" u2="ë" k="55" /> + <hkern u1="V" u2="ê" k="55" /> + <hkern u1="V" u2="é" k="55" /> + <hkern u1="V" u2="è" k="55" /> + <hkern u1="V" u2="å" k="55" /> + <hkern u1="V" u2="ä" k="55" /> + <hkern u1="V" u2="ã" k="55" /> + <hkern u1="V" u2="â" k="55" /> + <hkern u1="V" u2="á" k="55" /> + <hkern u1="V" u2="à" k="55" /> + <hkern u1="V" u2="Å" k="55" /> + <hkern u1="V" u2="Ä" k="55" /> + <hkern u1="V" u2="Ã" k="55" /> + <hkern u1="V" u2="Â" k="55" /> + <hkern u1="V" u2="Á" k="55" /> + <hkern u1="V" u2="À" k="55" /> + <hkern u1="V" u2="y" k="30" /> + <hkern u1="V" u2="u" k="37" /> + <hkern u1="V" u2="r" k="37" /> + <hkern u1="V" u2="o" k="55" /> + <hkern u1="V" u2="i" k="18" /> + <hkern u1="V" u2="e" k="55" /> + <hkern u1="V" u2="a" k="55" /> + <hkern u1="V" u2="A" k="55" /> + <hkern u1="V" u2=";" k="50" /> + <hkern u1="V" u2=":" k="50" /> + <hkern u1="V" u2="." k="129" /> + <hkern u1="V" u2="-" k="55" /> + <hkern u1="V" u2="," k="129" /> + <hkern u1="W" u2="ų" k="18" /> + <hkern u1="W" u2="ű" k="18" /> + <hkern u1="W" u2="ů" k="18" /> + <hkern u1="W" u2="ŭ" k="18" /> + <hkern u1="W" u2="ū" k="18" /> + <hkern u1="W" u2="ũ" k="18" /> + <hkern u1="W" u2="ř" k="18" /> + <hkern u1="W" u2="ŗ" k="18" /> + <hkern u1="W" u2="ŕ" k="18" /> + <hkern u1="W" u2="ő" k="18" /> + <hkern u1="W" u2="ŏ" k="18" /> + <hkern u1="W" u2="ō" k="18" /> + <hkern u1="W" u2="ě" k="18" /> + <hkern u1="W" u2="ę" k="18" /> + <hkern u1="W" u2="ė" k="18" /> + <hkern u1="W" u2="ĕ" k="18" /> + <hkern u1="W" u2="ē" k="18" /> + <hkern u1="W" u2="ą" k="37" /> + <hkern u1="W" u2="Ą" k="18" /> + <hkern u1="W" u2="ă" k="37" /> + <hkern u1="W" u2="Ă" k="18" /> + <hkern u1="W" u2="ā" k="37" /> + <hkern u1="W" u2="Ā" k="18" /> + <hkern u1="W" u2="ü" k="18" /> + <hkern u1="W" u2="û" k="18" /> + <hkern u1="W" u2="ú" k="18" /> + <hkern u1="W" u2="ù" k="18" /> + <hkern u1="W" u2="ö" k="18" /> + <hkern u1="W" u2="õ" k="18" /> + <hkern u1="W" u2="ô" k="18" /> + <hkern u1="W" u2="ó" k="18" /> + <hkern u1="W" u2="ò" k="18" /> + <hkern u1="W" u2="ë" k="18" /> + <hkern u1="W" u2="ê" k="18" /> + <hkern u1="W" u2="é" k="18" /> + <hkern u1="W" u2="è" k="18" /> + <hkern u1="W" u2="å" k="37" /> + <hkern u1="W" u2="ä" k="37" /> + <hkern u1="W" u2="ã" k="37" /> + <hkern u1="W" u2="â" k="37" /> + <hkern u1="W" u2="á" k="37" /> + <hkern u1="W" u2="à" k="37" /> + <hkern u1="W" u2="Å" k="18" /> + <hkern u1="W" u2="Ä" k="18" /> + <hkern u1="W" u2="Ã" k="18" /> + <hkern u1="W" u2="Â" k="18" /> + <hkern u1="W" u2="Á" k="18" /> + <hkern u1="W" u2="À" k="18" /> + <hkern u1="W" u2="u" k="18" /> + <hkern u1="W" u2="r" k="18" /> + <hkern u1="W" u2="o" k="18" /> + <hkern u1="W" u2="e" k="18" /> + <hkern u1="W" u2="a" k="37" /> + <hkern u1="W" u2="A" k="18" /> + <hkern u1="W" u2=";" k="18" /> + <hkern u1="W" u2=":" k="18" /> + <hkern u1="W" u2="." k="74" /> + <hkern u1="W" u2="," k="74" /> + <hkern u1="Y" u2="ų" k="74" /> + <hkern u1="Y" u2="ű" k="74" /> + <hkern u1="Y" u2="ů" k="74" /> + <hkern u1="Y" u2="ŭ" k="74" /> + <hkern u1="Y" u2="ū" k="74" /> + <hkern u1="Y" u2="ũ" k="74" /> + <hkern u1="Y" u2="ő" k="92" /> + <hkern u1="Y" u2="ŏ" k="92" /> + <hkern u1="Y" u2="ō" k="92" /> + <hkern u1="Y" g2="ij" k="13" /> + <hkern u1="Y" u2="į" k="13" /> + <hkern u1="Y" u2="ě" k="92" /> + <hkern u1="Y" u2="ę" k="92" /> + <hkern u1="Y" u2="ė" k="92" /> + <hkern u1="Y" u2="ĕ" k="92" /> + <hkern u1="Y" u2="ē" k="92" /> + <hkern u1="Y" u2="ą" k="92" /> + <hkern u1="Y" u2="Ą" k="99" /> + <hkern u1="Y" u2="ă" k="92" /> + <hkern u1="Y" u2="Ă" k="99" /> + <hkern u1="Y" u2="ā" k="92" /> + <hkern u1="Y" u2="Ā" k="99" /> + <hkern u1="Y" u2="ü" k="74" /> + <hkern u1="Y" u2="û" k="74" /> + <hkern u1="Y" u2="ú" k="74" /> + <hkern u1="Y" u2="ù" k="74" /> + <hkern u1="Y" u2="ö" k="92" /> + <hkern u1="Y" u2="õ" k="92" /> + <hkern u1="Y" u2="ô" k="92" /> + <hkern u1="Y" u2="ó" k="92" /> + <hkern u1="Y" u2="ò" k="92" /> + <hkern u1="Y" u2="ë" k="92" /> + <hkern u1="Y" u2="ê" k="92" /> + <hkern u1="Y" u2="é" k="92" /> + <hkern u1="Y" u2="è" k="92" /> + <hkern u1="Y" u2="å" k="92" /> + <hkern u1="Y" u2="ä" k="92" /> + <hkern u1="Y" u2="ã" k="92" /> + <hkern u1="Y" u2="â" k="92" /> + <hkern u1="Y" u2="á" k="92" /> + <hkern u1="Y" u2="à" k="92" /> + <hkern u1="Y" u2="Å" k="99" /> + <hkern u1="Y" u2="Ä" k="99" /> + <hkern u1="Y" u2="Ã" k="99" /> + <hkern u1="Y" u2="Â" k="99" /> + <hkern u1="Y" u2="Á" k="99" /> + <hkern u1="Y" u2="À" k="99" /> + <hkern u1="Y" u2="v" k="55" /> + <hkern u1="Y" u2="u" k="74" /> + <hkern u1="Y" u2="q" k="92" /> + <hkern u1="Y" u2="p" k="74" /> + <hkern u1="Y" u2="o" k="92" /> + <hkern u1="Y" u2="i" k="13" /> + <hkern u1="Y" u2="e" k="92" /> + <hkern u1="Y" u2="a" k="92" /> + <hkern u1="Y" u2="A" k="99" /> + <hkern u1="Y" u2=";" k="68" /> + <hkern u1="Y" u2=":" k="80" /> + <hkern u1="Y" u2="." k="111" /> + <hkern u1="Y" u2="-" k="111" /> + <hkern u1="Y" u2="," k="111" /> + <hkern u1="f" g2="fl" k="18" /> + <hkern u1="f" g2="fi" k="18" /> + <hkern u1="f" u2="’" k="-18" /> + <hkern u1="f" u2="f" k="18" /> + <hkern u1="r" u2="ő" k="18" /> + <hkern u1="r" u2="ŏ" k="18" /> + <hkern u1="r" u2="ō" k="18" /> + <hkern u1="r" g2="napostrophe" k="-18" /> + <hkern u1="r" u2="ň" k="-18" /> + <hkern u1="r" u2="ņ" k="-18" /> + <hkern u1="r" u2="ń" k="-18" /> + <hkern u1="r" u2="ě" k="18" /> + <hkern u1="r" u2="ę" k="18" /> + <hkern u1="r" u2="ė" k="18" /> + <hkern u1="r" u2="ĕ" k="18" /> + <hkern u1="r" u2="ē" k="18" /> + <hkern u1="r" u2="ď" k="18" /> + <hkern u1="r" u2="č" k="18" /> + <hkern u1="r" u2="ċ" k="18" /> + <hkern u1="r" u2="ĉ" k="18" /> + <hkern u1="r" u2="ć" k="18" /> + <hkern u1="r" u2="ö" k="18" /> + <hkern u1="r" u2="õ" k="18" /> + <hkern u1="r" u2="ô" k="18" /> + <hkern u1="r" u2="ó" k="18" /> + <hkern u1="r" u2="ò" k="18" /> + <hkern u1="r" u2="ñ" k="-18" /> + <hkern u1="r" u2="ë" k="18" /> + <hkern u1="r" u2="ê" k="18" /> + <hkern u1="r" u2="é" k="18" /> + <hkern u1="r" u2="è" k="18" /> + <hkern u1="r" u2="ç" k="18" /> + <hkern u1="r" u2="q" k="18" /> + <hkern u1="r" u2="o" k="18" /> + <hkern u1="r" u2="n" k="-18" /> + <hkern u1="r" u2="e" k="18" /> + <hkern u1="r" u2="d" k="18" /> + <hkern u1="r" u2="c" k="18" /> + <hkern u1="r" u2="." k="92" /> + <hkern u1="r" u2="-" k="55" /> + <hkern u1="r" u2="," k="92" /> + <hkern u1="v" u2="." k="55" /> + <hkern u1="v" u2="," k="55" /> + <hkern u1="w" u2="." k="55" /> + <hkern u1="w" u2="," k="55" /> + <hkern u1="y" u2="." k="55" /> + <hkern u1="y" u2="," k="55" /> + <hkern u1="‘" u2="‘" k="103" /> + <hkern u1="’" u2="ș" k="74" /> + <hkern u1="’" u2="ť" k="18" /> + <hkern u1="’" u2="ţ" k="18" /> + <hkern u1="’" u2="ş" k="74" /> + <hkern u1="’" u2="ŝ" k="74" /> + <hkern u1="’" u2="ś" k="74" /> + <hkern u1="’" u2="š" k="74" /> + <hkern u1="’" u2="’" k="103" /> + <hkern u1="’" u2="t" k="18" /> + <hkern u1="’" u2="s" k="74" /> + <hkern u1="Ÿ" u2="ų" k="74" /> + <hkern u1="Ÿ" u2="ű" k="74" /> + <hkern u1="Ÿ" u2="ů" k="74" /> + <hkern u1="Ÿ" u2="ŭ" k="74" /> + <hkern u1="Ÿ" u2="ū" k="74" /> + <hkern u1="Ÿ" u2="ũ" k="74" /> + <hkern u1="Ÿ" u2="ő" k="92" /> + <hkern u1="Ÿ" u2="ŏ" k="92" /> + <hkern u1="Ÿ" u2="ō" k="92" /> + <hkern u1="Ÿ" g2="ij" k="13" /> + <hkern u1="Ÿ" u2="į" k="13" /> + <hkern u1="Ÿ" u2="ě" k="92" /> + <hkern u1="Ÿ" u2="ę" k="92" /> + <hkern u1="Ÿ" u2="ė" k="92" /> + <hkern u1="Ÿ" u2="ĕ" k="92" /> + <hkern u1="Ÿ" u2="ē" k="92" /> + <hkern u1="Ÿ" u2="ą" k="92" /> + <hkern u1="Ÿ" u2="Ą" k="99" /> + <hkern u1="Ÿ" u2="ă" k="92" /> + <hkern u1="Ÿ" u2="Ă" k="99" /> + <hkern u1="Ÿ" u2="ā" k="92" /> + <hkern u1="Ÿ" u2="Ā" k="99" /> + <hkern u1="Ÿ" u2="ü" k="74" /> + <hkern u1="Ÿ" u2="û" k="74" /> + <hkern u1="Ÿ" u2="ú" k="74" /> + <hkern u1="Ÿ" u2="ù" k="74" /> + <hkern u1="Ÿ" u2="ö" k="92" /> + <hkern u1="Ÿ" u2="õ" k="92" /> + <hkern u1="Ÿ" u2="ô" k="92" /> + <hkern u1="Ÿ" u2="ó" k="92" /> + <hkern u1="Ÿ" u2="ò" k="92" /> + <hkern u1="Ÿ" u2="ë" k="92" /> + <hkern u1="Ÿ" u2="ê" k="92" /> + <hkern u1="Ÿ" u2="é" k="92" /> + <hkern u1="Ÿ" u2="è" k="92" /> + <hkern u1="Ÿ" u2="å" k="92" /> + <hkern u1="Ÿ" u2="ä" k="92" /> + <hkern u1="Ÿ" u2="ã" k="92" /> + <hkern u1="Ÿ" u2="â" k="92" /> + <hkern u1="Ÿ" u2="á" k="92" /> + <hkern u1="Ÿ" u2="à" k="92" /> + <hkern u1="Ÿ" u2="Å" k="99" /> + <hkern u1="Ÿ" u2="Ä" k="99" /> + <hkern u1="Ÿ" u2="Ã" k="99" /> + <hkern u1="Ÿ" u2="Â" k="99" /> + <hkern u1="Ÿ" u2="Á" k="99" /> + <hkern u1="Ÿ" u2="À" k="99" /> + <hkern u1="Ÿ" u2="v" k="55" /> + <hkern u1="Ÿ" u2="u" k="74" /> + <hkern u1="Ÿ" u2="q" k="92" /> + <hkern u1="Ÿ" u2="p" k="74" /> + <hkern u1="Ÿ" u2="o" k="92" /> + <hkern u1="Ÿ" u2="i" k="13" /> + <hkern u1="Ÿ" u2="e" k="92" /> + <hkern u1="Ÿ" u2="a" k="92" /> + <hkern u1="Ÿ" u2="A" k="99" /> + <hkern u1="Ÿ" u2=";" k="68" /> + <hkern u1="Ÿ" u2=":" k="80" /> + <hkern u1="Ÿ" u2="." k="111" /> + <hkern u1="Ÿ" u2="-" k="111" /> + <hkern u1="Ÿ" u2="," k="111" /> + <hkern u1="À" u2="ŷ" k="60" /> + <hkern u1="À" u2="Ŷ" k="99" /> + <hkern u1="À" u2="ŵ" k="49" /> + <hkern u1="À" u2="Ŵ" k="18" /> + <hkern u1="À" u2="Ť" k="68" /> + <hkern u1="À" u2="Ţ" k="68" /> + <hkern u1="À" u2="ÿ" k="60" /> + <hkern u1="À" u2="ý" k="60" /> + <hkern u1="À" u2="Ý" k="99" /> + <hkern u1="À" u2="Ÿ" k="99" /> + <hkern u1="À" u2="’" k="74" /> + <hkern u1="À" u2="y" k="60" /> + <hkern u1="À" u2="w" k="49" /> + <hkern u1="À" u2="v" k="37" /> + <hkern u1="À" u2="Y" k="99" /> + <hkern u1="À" u2="W" k="18" /> + <hkern u1="À" u2="V" k="46" /> + <hkern u1="À" u2="T" k="68" /> + <hkern u1="Á" u2="ŷ" k="60" /> + <hkern u1="Á" u2="Ŷ" k="99" /> + <hkern u1="Á" u2="ŵ" k="49" /> + <hkern u1="Á" u2="Ŵ" k="18" /> + <hkern u1="Á" u2="Ť" k="68" /> + <hkern u1="Á" u2="Ţ" k="68" /> + <hkern u1="Á" u2="ÿ" k="60" /> + <hkern u1="Á" u2="ý" k="60" /> + <hkern u1="Á" u2="Ý" k="99" /> + <hkern u1="Á" u2="Ÿ" k="99" /> + <hkern u1="Á" u2="’" k="74" /> + <hkern u1="Á" u2="y" k="60" /> + <hkern u1="Á" u2="w" k="49" /> + <hkern u1="Á" u2="v" k="37" /> + <hkern u1="Á" u2="Y" k="99" /> + <hkern u1="Á" u2="W" k="18" /> + <hkern u1="Á" u2="V" k="46" /> + <hkern u1="Á" u2="T" k="68" /> + <hkern u1="Â" u2="ŷ" k="60" /> + <hkern u1="Â" u2="Ŷ" k="99" /> + <hkern u1="Â" u2="ŵ" k="49" /> + <hkern u1="Â" u2="Ŵ" k="18" /> + <hkern u1="Â" u2="Ť" k="68" /> + <hkern u1="Â" u2="Ţ" k="68" /> + <hkern u1="Â" u2="ÿ" k="60" /> + <hkern u1="Â" u2="ý" k="60" /> + <hkern u1="Â" u2="Ý" k="99" /> + <hkern u1="Â" u2="Ÿ" k="99" /> + <hkern u1="Â" u2="’" k="74" /> + <hkern u1="Â" u2="y" k="60" /> + <hkern u1="Â" u2="w" k="49" /> + <hkern u1="Â" u2="v" k="37" /> + <hkern u1="Â" u2="Y" k="99" /> + <hkern u1="Â" u2="W" k="18" /> + <hkern u1="Â" u2="V" k="46" /> + <hkern u1="Â" u2="T" k="68" /> + <hkern u1="Ã" u2="ŷ" k="60" /> + <hkern u1="Ã" u2="Ŷ" k="99" /> + <hkern u1="Ã" u2="ŵ" k="49" /> + <hkern u1="Ã" u2="Ŵ" k="18" /> + <hkern u1="Ã" u2="Ť" k="68" /> + <hkern u1="Ã" u2="Ţ" k="68" /> + <hkern u1="Ã" u2="ÿ" k="60" /> + <hkern u1="Ã" u2="ý" k="60" /> + <hkern u1="Ã" u2="Ý" k="99" /> + <hkern u1="Ã" u2="Ÿ" k="99" /> + <hkern u1="Ã" u2="’" k="74" /> + <hkern u1="Ã" u2="y" k="60" /> + <hkern u1="Ã" u2="w" k="49" /> + <hkern u1="Ã" u2="v" k="37" /> + <hkern u1="Ã" u2="Y" k="99" /> + <hkern u1="Ã" u2="W" k="18" /> + <hkern u1="Ã" u2="V" k="46" /> + <hkern u1="Ã" u2="T" k="68" /> + <hkern u1="Ä" u2="ŷ" k="60" /> + <hkern u1="Ä" u2="Ŷ" k="99" /> + <hkern u1="Ä" u2="ŵ" k="49" /> + <hkern u1="Ä" u2="Ŵ" k="18" /> + <hkern u1="Ä" u2="Ť" k="68" /> + <hkern u1="Ä" u2="Ţ" k="68" /> + <hkern u1="Ä" u2="ÿ" k="60" /> + <hkern u1="Ä" u2="ý" k="60" /> + <hkern u1="Ä" u2="Ý" k="99" /> + <hkern u1="Ä" u2="Ÿ" k="99" /> + <hkern u1="Ä" u2="’" k="74" /> + <hkern u1="Ä" u2="y" k="60" /> + <hkern u1="Ä" u2="w" k="49" /> + <hkern u1="Ä" u2="v" k="37" /> + <hkern u1="Ä" u2="Y" k="99" /> + <hkern u1="Ä" u2="W" k="18" /> + <hkern u1="Ä" u2="V" k="46" /> + <hkern u1="Ä" u2="T" k="68" /> + <hkern u1="Å" u2="ŷ" k="60" /> + <hkern u1="Å" u2="Ŷ" k="99" /> + <hkern u1="Å" u2="ŵ" k="49" /> + <hkern u1="Å" u2="Ŵ" k="18" /> + <hkern u1="Å" u2="Ť" k="68" /> + <hkern u1="Å" u2="Ţ" k="68" /> + <hkern u1="Å" u2="ÿ" k="60" /> + <hkern u1="Å" u2="ý" k="60" /> + <hkern u1="Å" u2="Ý" k="99" /> + <hkern u1="Å" u2="Ÿ" k="99" /> + <hkern u1="Å" u2="’" k="74" /> + <hkern u1="Å" u2="y" k="60" /> + <hkern u1="Å" u2="w" k="49" /> + <hkern u1="Å" u2="v" k="37" /> + <hkern u1="Å" u2="Y" k="99" /> + <hkern u1="Å" u2="W" k="18" /> + <hkern u1="Å" u2="V" k="46" /> + <hkern u1="Å" u2="T" k="68" /> + <hkern u1="Ý" u2="ų" k="74" /> + <hkern u1="Ý" u2="ű" k="74" /> + <hkern u1="Ý" u2="ů" k="74" /> + <hkern u1="Ý" u2="ŭ" k="74" /> + <hkern u1="Ý" u2="ū" k="74" /> + <hkern u1="Ý" u2="ũ" k="74" /> + <hkern u1="Ý" u2="ő" k="92" /> + <hkern u1="Ý" u2="ŏ" k="92" /> + <hkern u1="Ý" u2="ō" k="92" /> + <hkern u1="Ý" g2="ij" k="13" /> + <hkern u1="Ý" u2="į" k="13" /> + <hkern u1="Ý" u2="ě" k="92" /> + <hkern u1="Ý" u2="ę" k="92" /> + <hkern u1="Ý" u2="ė" k="92" /> + <hkern u1="Ý" u2="ĕ" k="92" /> + <hkern u1="Ý" u2="ē" k="92" /> + <hkern u1="Ý" u2="ą" k="92" /> + <hkern u1="Ý" u2="Ą" k="99" /> + <hkern u1="Ý" u2="ă" k="92" /> + <hkern u1="Ý" u2="Ă" k="99" /> + <hkern u1="Ý" u2="ā" k="92" /> + <hkern u1="Ý" u2="Ā" k="99" /> + <hkern u1="Ý" u2="ü" k="74" /> + <hkern u1="Ý" u2="û" k="74" /> + <hkern u1="Ý" u2="ú" k="74" /> + <hkern u1="Ý" u2="ù" k="74" /> + <hkern u1="Ý" u2="ö" k="92" /> + <hkern u1="Ý" u2="õ" k="92" /> + <hkern u1="Ý" u2="ô" k="92" /> + <hkern u1="Ý" u2="ó" k="92" /> + <hkern u1="Ý" u2="ò" k="92" /> + <hkern u1="Ý" u2="ë" k="92" /> + <hkern u1="Ý" u2="ê" k="92" /> + <hkern u1="Ý" u2="é" k="92" /> + <hkern u1="Ý" u2="è" k="92" /> + <hkern u1="Ý" u2="å" k="92" /> + <hkern u1="Ý" u2="ä" k="92" /> + <hkern u1="Ý" u2="ã" k="92" /> + <hkern u1="Ý" u2="â" k="92" /> + <hkern u1="Ý" u2="á" k="92" /> + <hkern u1="Ý" u2="à" k="92" /> + <hkern u1="Ý" u2="Å" k="99" /> + <hkern u1="Ý" u2="Ä" k="99" /> + <hkern u1="Ý" u2="Ã" k="99" /> + <hkern u1="Ý" u2="Â" k="99" /> + <hkern u1="Ý" u2="Á" k="99" /> + <hkern u1="Ý" u2="À" k="99" /> + <hkern u1="Ý" u2="v" k="55" /> + <hkern u1="Ý" u2="u" k="74" /> + <hkern u1="Ý" u2="q" k="92" /> + <hkern u1="Ý" u2="p" k="74" /> + <hkern u1="Ý" u2="o" k="92" /> + <hkern u1="Ý" u2="i" k="13" /> + <hkern u1="Ý" u2="e" k="92" /> + <hkern u1="Ý" u2="a" k="92" /> + <hkern u1="Ý" u2="A" k="99" /> + <hkern u1="Ý" u2=";" k="68" /> + <hkern u1="Ý" u2=":" k="80" /> + <hkern u1="Ý" u2="." k="111" /> + <hkern u1="Ý" u2="-" k="111" /> + <hkern u1="Ý" u2="," k="111" /> + <hkern u1="ý" u2="." k="55" /> + <hkern u1="ý" u2="," k="55" /> + <hkern u1="ÿ" u2="." k="55" /> + <hkern u1="ÿ" u2="," k="55" /> + <hkern u1="Ā" u2="ŷ" k="60" /> + <hkern u1="Ā" u2="Ŷ" k="99" /> + <hkern u1="Ā" u2="ŵ" k="49" /> + <hkern u1="Ā" u2="Ŵ" k="18" /> + <hkern u1="Ā" u2="Ť" k="68" /> + <hkern u1="Ā" u2="Ţ" k="68" /> + <hkern u1="Ā" u2="ÿ" k="60" /> + <hkern u1="Ā" u2="ý" k="60" /> + <hkern u1="Ā" u2="Ý" k="99" /> + <hkern u1="Ā" u2="Ÿ" k="99" /> + <hkern u1="Ā" u2="’" k="74" /> + <hkern u1="Ā" u2="y" k="60" /> + <hkern u1="Ā" u2="w" k="49" /> + <hkern u1="Ā" u2="v" k="37" /> + <hkern u1="Ā" u2="Y" k="99" /> + <hkern u1="Ā" u2="W" k="18" /> + <hkern u1="Ā" u2="V" k="46" /> + <hkern u1="Ā" u2="T" k="68" /> + <hkern u1="Ă" u2="ŷ" k="60" /> + <hkern u1="Ă" u2="Ŷ" k="99" /> + <hkern u1="Ă" u2="ŵ" k="49" /> + <hkern u1="Ă" u2="Ŵ" k="18" /> + <hkern u1="Ă" u2="Ť" k="68" /> + <hkern u1="Ă" u2="Ţ" k="68" /> + <hkern u1="Ă" u2="ÿ" k="60" /> + <hkern u1="Ă" u2="ý" k="60" /> + <hkern u1="Ă" u2="Ý" k="99" /> + <hkern u1="Ă" u2="Ÿ" k="99" /> + <hkern u1="Ă" u2="’" k="74" /> + <hkern u1="Ă" u2="y" k="60" /> + <hkern u1="Ă" u2="w" k="49" /> + <hkern u1="Ă" u2="v" k="37" /> + <hkern u1="Ă" u2="Y" k="99" /> + <hkern u1="Ă" u2="W" k="18" /> + <hkern u1="Ă" u2="V" k="46" /> + <hkern u1="Ă" u2="T" k="68" /> + <hkern u1="Ą" u2="ŷ" k="60" /> + <hkern u1="Ą" u2="Ŷ" k="99" /> + <hkern u1="Ą" u2="ŵ" k="49" /> + <hkern u1="Ą" u2="Ŵ" k="18" /> + <hkern u1="Ą" u2="Ť" k="68" /> + <hkern u1="Ą" u2="Ţ" k="68" /> + <hkern u1="Ą" u2="ÿ" k="60" /> + <hkern u1="Ą" u2="ý" k="60" /> + <hkern u1="Ą" u2="Ý" k="99" /> + <hkern u1="Ą" u2="Ÿ" k="99" /> + <hkern u1="Ą" u2="’" k="74" /> + <hkern u1="Ą" u2="y" k="60" /> + <hkern u1="Ą" u2="w" k="49" /> + <hkern u1="Ą" u2="v" k="37" /> + <hkern u1="Ą" u2="Y" k="99" /> + <hkern u1="Ą" u2="W" k="18" /> + <hkern u1="Ą" u2="V" k="46" /> + <hkern u1="Ą" u2="T" k="68" /> + <hkern u1="Ĺ" u2="ŷ" k="37" /> + <hkern u1="Ĺ" u2="Ŷ" k="111" /> + <hkern u1="Ĺ" u2="Ŵ" k="55" /> + <hkern u1="Ĺ" u2="Ť" k="111" /> + <hkern u1="Ĺ" u2="Ţ" k="111" /> + <hkern u1="Ĺ" u2="ÿ" k="37" /> + <hkern u1="Ĺ" u2="ý" k="37" /> + <hkern u1="Ĺ" u2="Ý" k="111" /> + <hkern u1="Ĺ" u2="Ÿ" k="111" /> + <hkern u1="Ĺ" u2="’" k="111" /> + <hkern u1="Ĺ" u2="y" k="37" /> + <hkern u1="Ĺ" u2="Y" k="111" /> + <hkern u1="Ĺ" u2="W" k="55" /> + <hkern u1="Ĺ" u2="V" k="92" /> + <hkern u1="Ĺ" u2="T" k="111" /> + <hkern u1="Ļ" u2="ŷ" k="37" /> + <hkern u1="Ļ" u2="Ŷ" k="111" /> + <hkern u1="Ļ" u2="Ŵ" k="55" /> + <hkern u1="Ļ" u2="Ť" k="111" /> + <hkern u1="Ļ" u2="Ţ" k="111" /> + <hkern u1="Ļ" u2="ÿ" k="37" /> + <hkern u1="Ļ" u2="ý" k="37" /> + <hkern u1="Ļ" u2="Ý" k="111" /> + <hkern u1="Ļ" u2="Ÿ" k="111" /> + <hkern u1="Ļ" u2="’" k="111" /> + <hkern u1="Ļ" u2="y" k="37" /> + <hkern u1="Ļ" u2="Y" k="111" /> + <hkern u1="Ļ" u2="W" k="55" /> + <hkern u1="Ļ" u2="V" k="92" /> + <hkern u1="Ļ" u2="T" k="111" /> + <hkern u1="Ľ" u2="ŷ" k="37" /> + <hkern u1="Ľ" u2="Ŷ" k="111" /> + <hkern u1="Ľ" u2="Ŵ" k="55" /> + <hkern u1="Ľ" u2="Ť" k="111" /> + <hkern u1="Ľ" u2="Ţ" k="111" /> + <hkern u1="Ľ" u2="ÿ" k="37" /> + <hkern u1="Ľ" u2="ý" k="37" /> + <hkern u1="Ľ" u2="Ý" k="111" /> + <hkern u1="Ľ" u2="Ÿ" k="111" /> + <hkern u1="Ľ" u2="’" k="111" /> + <hkern u1="Ľ" u2="y" k="37" /> + <hkern u1="Ľ" u2="Y" k="111" /> + <hkern u1="Ľ" u2="W" k="55" /> + <hkern u1="Ľ" u2="V" k="92" /> + <hkern u1="Ľ" u2="T" k="111" /> + <hkern u1="Ŀ" u2="ŷ" k="37" /> + <hkern u1="Ŀ" u2="Ŷ" k="111" /> + <hkern u1="Ŀ" u2="Ŵ" k="55" /> + <hkern u1="Ŀ" u2="Ť" k="111" /> + <hkern u1="Ŀ" u2="Ţ" k="111" /> + <hkern u1="Ŀ" u2="ÿ" k="37" /> + <hkern u1="Ŀ" u2="ý" k="37" /> + <hkern u1="Ŀ" u2="Ý" k="111" /> + <hkern u1="Ŀ" u2="Ÿ" k="111" /> + <hkern u1="Ŀ" u2="’" k="111" /> + <hkern u1="Ŀ" u2="y" k="37" /> + <hkern u1="Ŀ" u2="Y" k="111" /> + <hkern u1="Ŀ" u2="W" k="55" /> + <hkern u1="Ŀ" u2="V" k="92" /> + <hkern u1="Ŀ" u2="T" k="111" /> + <hkern u1="Ŕ" u2="Ŷ" k="37" /> + <hkern u1="Ŕ" u2="Ŵ" k="-6" /> + <hkern u1="Ŕ" u2="Ť" k="18" /> + <hkern u1="Ŕ" u2="Ţ" k="18" /> + <hkern u1="Ŕ" u2="Ý" k="37" /> + <hkern u1="Ŕ" u2="Ÿ" k="37" /> + <hkern u1="Ŕ" u2="Y" k="37" /> + <hkern u1="Ŕ" u2="W" k="-6" /> + <hkern u1="Ŕ" u2="V" k="-6" /> + <hkern u1="Ŕ" u2="T" k="18" /> + <hkern u1="ŕ" u2="ő" k="18" /> + <hkern u1="ŕ" u2="ŏ" k="18" /> + <hkern u1="ŕ" u2="ō" k="18" /> + <hkern u1="ŕ" g2="napostrophe" k="-18" /> + <hkern u1="ŕ" u2="ň" k="-18" /> + <hkern u1="ŕ" u2="ņ" k="-18" /> + <hkern u1="ŕ" u2="ń" k="-18" /> + <hkern u1="ŕ" u2="ě" k="18" /> + <hkern u1="ŕ" u2="ę" k="18" /> + <hkern u1="ŕ" u2="ė" k="18" /> + <hkern u1="ŕ" u2="ĕ" k="18" /> + <hkern u1="ŕ" u2="ē" k="18" /> + <hkern u1="ŕ" u2="ď" k="18" /> + <hkern u1="ŕ" u2="č" k="18" /> + <hkern u1="ŕ" u2="ċ" k="18" /> + <hkern u1="ŕ" u2="ĉ" k="18" /> + <hkern u1="ŕ" u2="ć" k="18" /> + <hkern u1="ŕ" u2="ö" k="18" /> + <hkern u1="ŕ" u2="õ" k="18" /> + <hkern u1="ŕ" u2="ô" k="18" /> + <hkern u1="ŕ" u2="ó" k="18" /> + <hkern u1="ŕ" u2="ò" k="18" /> + <hkern u1="ŕ" u2="ñ" k="-18" /> + <hkern u1="ŕ" u2="ë" k="18" /> + <hkern u1="ŕ" u2="ê" k="18" /> + <hkern u1="ŕ" u2="é" k="18" /> + <hkern u1="ŕ" u2="è" k="18" /> + <hkern u1="ŕ" u2="ç" k="18" /> + <hkern u1="ŕ" u2="q" k="18" /> + <hkern u1="ŕ" u2="o" k="18" /> + <hkern u1="ŕ" u2="n" k="-18" /> + <hkern u1="ŕ" u2="e" k="18" /> + <hkern u1="ŕ" u2="d" k="18" /> + <hkern u1="ŕ" u2="c" k="18" /> + <hkern u1="ŕ" u2="." k="92" /> + <hkern u1="ŕ" u2="-" k="55" /> + <hkern u1="ŕ" u2="," k="92" /> + <hkern u1="Ŗ" u2="Ŷ" k="37" /> + <hkern u1="Ŗ" u2="Ŵ" k="-6" /> + <hkern u1="Ŗ" u2="Ť" k="18" /> + <hkern u1="Ŗ" u2="Ţ" k="18" /> + <hkern u1="Ŗ" u2="Ý" k="37" /> + <hkern u1="Ŗ" u2="Ÿ" k="37" /> + <hkern u1="Ŗ" u2="Y" k="37" /> + <hkern u1="Ŗ" u2="W" k="-6" /> + <hkern u1="Ŗ" u2="V" k="-6" /> + <hkern u1="Ŗ" u2="T" k="18" /> + <hkern u1="ŗ" u2="ő" k="18" /> + <hkern u1="ŗ" u2="ŏ" k="18" /> + <hkern u1="ŗ" u2="ō" k="18" /> + <hkern u1="ŗ" g2="napostrophe" k="-18" /> + <hkern u1="ŗ" u2="ň" k="-18" /> + <hkern u1="ŗ" u2="ņ" k="-18" /> + <hkern u1="ŗ" u2="ń" k="-18" /> + <hkern u1="ŗ" u2="ě" k="18" /> + <hkern u1="ŗ" u2="ę" k="18" /> + <hkern u1="ŗ" u2="ė" k="18" /> + <hkern u1="ŗ" u2="ĕ" k="18" /> + <hkern u1="ŗ" u2="ē" k="18" /> + <hkern u1="ŗ" u2="ď" k="18" /> + <hkern u1="ŗ" u2="č" k="18" /> + <hkern u1="ŗ" u2="ċ" k="18" /> + <hkern u1="ŗ" u2="ĉ" k="18" /> + <hkern u1="ŗ" u2="ć" k="18" /> + <hkern u1="ŗ" u2="ö" k="18" /> + <hkern u1="ŗ" u2="õ" k="18" /> + <hkern u1="ŗ" u2="ô" k="18" /> + <hkern u1="ŗ" u2="ó" k="18" /> + <hkern u1="ŗ" u2="ò" k="18" /> + <hkern u1="ŗ" u2="ñ" k="-18" /> + <hkern u1="ŗ" u2="ë" k="18" /> + <hkern u1="ŗ" u2="ê" k="18" /> + <hkern u1="ŗ" u2="é" k="18" /> + <hkern u1="ŗ" u2="è" k="18" /> + <hkern u1="ŗ" u2="ç" k="18" /> + <hkern u1="ŗ" u2="q" k="18" /> + <hkern u1="ŗ" u2="o" k="18" /> + <hkern u1="ŗ" u2="n" k="-18" /> + <hkern u1="ŗ" u2="e" k="18" /> + <hkern u1="ŗ" u2="d" k="18" /> + <hkern u1="ŗ" u2="c" k="18" /> + <hkern u1="ŗ" u2="." k="92" /> + <hkern u1="ŗ" u2="-" k="55" /> + <hkern u1="ŗ" u2="," k="92" /> + <hkern u1="Ř" u2="Ŷ" k="37" /> + <hkern u1="Ř" u2="Ŵ" k="-6" /> + <hkern u1="Ř" u2="Ť" k="18" /> + <hkern u1="Ř" u2="Ţ" k="18" /> + <hkern u1="Ř" u2="Ý" k="37" /> + <hkern u1="Ř" u2="Ÿ" k="37" /> + <hkern u1="Ř" u2="Y" k="37" /> + <hkern u1="Ř" u2="W" k="-6" /> + <hkern u1="Ř" u2="V" k="-6" /> + <hkern u1="Ř" u2="T" k="18" /> + <hkern u1="ř" u2="ő" k="18" /> + <hkern u1="ř" u2="ŏ" k="18" /> + <hkern u1="ř" u2="ō" k="18" /> + <hkern u1="ř" g2="napostrophe" k="-18" /> + <hkern u1="ř" u2="ň" k="-18" /> + <hkern u1="ř" u2="ņ" k="-18" /> + <hkern u1="ř" u2="ń" k="-18" /> + <hkern u1="ř" u2="ě" k="18" /> + <hkern u1="ř" u2="ę" k="18" /> + <hkern u1="ř" u2="ė" k="18" /> + <hkern u1="ř" u2="ĕ" k="18" /> + <hkern u1="ř" u2="ē" k="18" /> + <hkern u1="ř" u2="ď" k="18" /> + <hkern u1="ř" u2="č" k="18" /> + <hkern u1="ř" u2="ċ" k="18" /> + <hkern u1="ř" u2="ĉ" k="18" /> + <hkern u1="ř" u2="ć" k="18" /> + <hkern u1="ř" u2="ö" k="18" /> + <hkern u1="ř" u2="õ" k="18" /> + <hkern u1="ř" u2="ô" k="18" /> + <hkern u1="ř" u2="ó" k="18" /> + <hkern u1="ř" u2="ò" k="18" /> + <hkern u1="ř" u2="ñ" k="-18" /> + <hkern u1="ř" u2="ë" k="18" /> + <hkern u1="ř" u2="ê" k="18" /> + <hkern u1="ř" u2="é" k="18" /> + <hkern u1="ř" u2="è" k="18" /> + <hkern u1="ř" u2="ç" k="18" /> + <hkern u1="ř" u2="q" k="18" /> + <hkern u1="ř" u2="o" k="18" /> + <hkern u1="ř" u2="n" k="-18" /> + <hkern u1="ř" u2="e" k="18" /> + <hkern u1="ř" u2="d" k="18" /> + <hkern u1="ř" u2="c" k="18" /> + <hkern u1="ř" u2="." k="92" /> + <hkern u1="ř" u2="-" k="55" /> + <hkern u1="ř" u2="," k="92" /> + <hkern u1="Ţ" u2="ș" k="99" /> + <hkern u1="Ţ" u2="ŷ" k="92" /> + <hkern u1="Ţ" u2="ŵ" k="111" /> + <hkern u1="Ţ" u2="ų" k="74" /> + <hkern u1="Ţ" u2="ű" k="74" /> + <hkern u1="Ţ" u2="ů" k="74" /> + <hkern u1="Ţ" u2="ŭ" k="74" /> + <hkern u1="Ţ" u2="ū" k="74" /> + <hkern u1="Ţ" u2="ũ" k="74" /> + <hkern u1="Ţ" u2="ş" k="99" /> + <hkern u1="Ţ" u2="ŝ" k="99" /> + <hkern u1="Ţ" u2="ś" k="99" /> + <hkern u1="Ţ" u2="ř" k="74" /> + <hkern u1="Ţ" u2="ŗ" k="74" /> + <hkern u1="Ţ" u2="ŕ" k="74" /> + <hkern u1="Ţ" u2="ő" k="111" /> + <hkern u1="Ţ" u2="ŏ" k="111" /> + <hkern u1="Ţ" u2="ō" k="111" /> + <hkern u1="Ţ" u2="ě" k="99" /> + <hkern u1="Ţ" u2="ę" k="99" /> + <hkern u1="Ţ" u2="ė" k="99" /> + <hkern u1="Ţ" u2="ĕ" k="99" /> + <hkern u1="Ţ" u2="ē" k="99" /> + <hkern u1="Ţ" u2="č" k="99" /> + <hkern u1="Ţ" u2="ċ" k="99" /> + <hkern u1="Ţ" u2="ĉ" k="99" /> + <hkern u1="Ţ" u2="ć" k="99" /> + <hkern u1="Ţ" u2="ą" k="99" /> + <hkern u1="Ţ" u2="Ą" k="74" /> + <hkern u1="Ţ" u2="ă" k="99" /> + <hkern u1="Ţ" u2="Ă" k="74" /> + <hkern u1="Ţ" u2="ā" k="99" /> + <hkern u1="Ţ" u2="Ā" k="74" /> + <hkern u1="Ţ" u2="ÿ" k="92" /> + <hkern u1="Ţ" u2="ý" k="92" /> + <hkern u1="Ţ" u2="ü" k="74" /> + <hkern u1="Ţ" u2="û" k="74" /> + <hkern u1="Ţ" u2="ú" k="74" /> + <hkern u1="Ţ" u2="ù" k="74" /> + <hkern u1="Ţ" u2="ö" k="111" /> + <hkern u1="Ţ" u2="õ" k="111" /> + <hkern u1="Ţ" u2="ô" k="111" /> + <hkern u1="Ţ" u2="ó" k="111" /> + <hkern u1="Ţ" u2="ò" k="111" /> + <hkern u1="Ţ" u2="ë" k="99" /> + <hkern u1="Ţ" u2="ê" k="99" /> + <hkern u1="Ţ" u2="é" k="99" /> + <hkern u1="Ţ" u2="è" k="99" /> + <hkern u1="Ţ" u2="ç" k="99" /> + <hkern u1="Ţ" u2="å" k="99" /> + <hkern u1="Ţ" u2="ä" k="99" /> + <hkern u1="Ţ" u2="ã" k="99" /> + <hkern u1="Ţ" u2="â" k="99" /> + <hkern u1="Ţ" u2="á" k="99" /> + <hkern u1="Ţ" u2="à" k="99" /> + <hkern u1="Ţ" u2="Å" k="74" /> + <hkern u1="Ţ" u2="Ä" k="74" /> + <hkern u1="Ţ" u2="Ã" k="74" /> + <hkern u1="Ţ" u2="Â" k="74" /> + <hkern u1="Ţ" u2="Á" k="74" /> + <hkern u1="Ţ" u2="À" k="74" /> + <hkern u1="Ţ" u2="š" k="99" /> + <hkern u1="Ţ" u2="y" k="92" /> + <hkern u1="Ţ" u2="w" k="111" /> + <hkern u1="Ţ" u2="u" k="74" /> + <hkern u1="Ţ" u2="s" k="99" /> + <hkern u1="Ţ" u2="r" k="74" /> + <hkern u1="Ţ" u2="o" k="111" /> + <hkern u1="Ţ" u2="e" k="99" /> + <hkern u1="Ţ" u2="c" k="99" /> + <hkern u1="Ţ" u2="a" k="99" /> + <hkern u1="Ţ" u2="A" k="74" /> + <hkern u1="Ţ" u2=";" k="74" /> + <hkern u1="Ţ" u2=":" k="87" /> + <hkern u1="Ţ" u2="." k="111" /> + <hkern u1="Ţ" u2="-" k="129" /> + <hkern u1="Ţ" u2="," k="111" /> + <hkern u1="Ť" u2="ș" k="99" /> + <hkern u1="Ť" u2="ŷ" k="92" /> + <hkern u1="Ť" u2="ŵ" k="111" /> + <hkern u1="Ť" u2="ų" k="74" /> + <hkern u1="Ť" u2="ű" k="74" /> + <hkern u1="Ť" u2="ů" k="74" /> + <hkern u1="Ť" u2="ŭ" k="74" /> + <hkern u1="Ť" u2="ū" k="74" /> + <hkern u1="Ť" u2="ũ" k="74" /> + <hkern u1="Ť" u2="ş" k="99" /> + <hkern u1="Ť" u2="ŝ" k="99" /> + <hkern u1="Ť" u2="ś" k="99" /> + <hkern u1="Ť" u2="ř" k="74" /> + <hkern u1="Ť" u2="ŗ" k="74" /> + <hkern u1="Ť" u2="ŕ" k="74" /> + <hkern u1="Ť" u2="ő" k="111" /> + <hkern u1="Ť" u2="ŏ" k="111" /> + <hkern u1="Ť" u2="ō" k="111" /> + <hkern u1="Ť" u2="ě" k="99" /> + <hkern u1="Ť" u2="ę" k="99" /> + <hkern u1="Ť" u2="ė" k="99" /> + <hkern u1="Ť" u2="ĕ" k="99" /> + <hkern u1="Ť" u2="ē" k="99" /> + <hkern u1="Ť" u2="č" k="99" /> + <hkern u1="Ť" u2="ċ" k="99" /> + <hkern u1="Ť" u2="ĉ" k="99" /> + <hkern u1="Ť" u2="ć" k="99" /> + <hkern u1="Ť" u2="ą" k="99" /> + <hkern u1="Ť" u2="Ą" k="74" /> + <hkern u1="Ť" u2="ă" k="99" /> + <hkern u1="Ť" u2="Ă" k="74" /> + <hkern u1="Ť" u2="ā" k="99" /> + <hkern u1="Ť" u2="Ā" k="74" /> + <hkern u1="Ť" u2="ÿ" k="92" /> + <hkern u1="Ť" u2="ý" k="92" /> + <hkern u1="Ť" u2="ü" k="74" /> + <hkern u1="Ť" u2="û" k="74" /> + <hkern u1="Ť" u2="ú" k="74" /> + <hkern u1="Ť" u2="ù" k="74" /> + <hkern u1="Ť" u2="ö" k="111" /> + <hkern u1="Ť" u2="õ" k="111" /> + <hkern u1="Ť" u2="ô" k="111" /> + <hkern u1="Ť" u2="ó" k="111" /> + <hkern u1="Ť" u2="ò" k="111" /> + <hkern u1="Ť" u2="ë" k="99" /> + <hkern u1="Ť" u2="ê" k="99" /> + <hkern u1="Ť" u2="é" k="99" /> + <hkern u1="Ť" u2="è" k="99" /> + <hkern u1="Ť" u2="ç" k="99" /> + <hkern u1="Ť" u2="å" k="99" /> + <hkern u1="Ť" u2="ä" k="99" /> + <hkern u1="Ť" u2="ã" k="99" /> + <hkern u1="Ť" u2="â" k="99" /> + <hkern u1="Ť" u2="á" k="99" /> + <hkern u1="Ť" u2="à" k="99" /> + <hkern u1="Ť" u2="Å" k="74" /> + <hkern u1="Ť" u2="Ä" k="74" /> + <hkern u1="Ť" u2="Ã" k="74" /> + <hkern u1="Ť" u2="Â" k="74" /> + <hkern u1="Ť" u2="Á" k="74" /> + <hkern u1="Ť" u2="À" k="74" /> + <hkern u1="Ť" u2="š" k="99" /> + <hkern u1="Ť" u2="y" k="92" /> + <hkern u1="Ť" u2="w" k="111" /> + <hkern u1="Ť" u2="u" k="74" /> + <hkern u1="Ť" u2="s" k="99" /> + <hkern u1="Ť" u2="r" k="74" /> + <hkern u1="Ť" u2="o" k="111" /> + <hkern u1="Ť" u2="e" k="99" /> + <hkern u1="Ť" u2="c" k="99" /> + <hkern u1="Ť" u2="a" k="99" /> + <hkern u1="Ť" u2="A" k="74" /> + <hkern u1="Ť" u2=";" k="74" /> + <hkern u1="Ť" u2=":" k="87" /> + <hkern u1="Ť" u2="." k="111" /> + <hkern u1="Ť" u2="-" k="129" /> + <hkern u1="Ť" u2="," k="111" /> + <hkern u1="Ŵ" u2="ų" k="18" /> + <hkern u1="Ŵ" u2="ű" k="18" /> + <hkern u1="Ŵ" u2="ů" k="18" /> + <hkern u1="Ŵ" u2="ŭ" k="18" /> + <hkern u1="Ŵ" u2="ū" k="18" /> + <hkern u1="Ŵ" u2="ũ" k="18" /> + <hkern u1="Ŵ" u2="ř" k="18" /> + <hkern u1="Ŵ" u2="ŗ" k="18" /> + <hkern u1="Ŵ" u2="ŕ" k="18" /> + <hkern u1="Ŵ" u2="ő" k="18" /> + <hkern u1="Ŵ" u2="ŏ" k="18" /> + <hkern u1="Ŵ" u2="ō" k="18" /> + <hkern u1="Ŵ" u2="ě" k="18" /> + <hkern u1="Ŵ" u2="ę" k="18" /> + <hkern u1="Ŵ" u2="ė" k="18" /> + <hkern u1="Ŵ" u2="ĕ" k="18" /> + <hkern u1="Ŵ" u2="ē" k="18" /> + <hkern u1="Ŵ" u2="ą" k="37" /> + <hkern u1="Ŵ" u2="Ą" k="18" /> + <hkern u1="Ŵ" u2="ă" k="37" /> + <hkern u1="Ŵ" u2="Ă" k="18" /> + <hkern u1="Ŵ" u2="ā" k="37" /> + <hkern u1="Ŵ" u2="Ā" k="18" /> + <hkern u1="Ŵ" u2="ü" k="18" /> + <hkern u1="Ŵ" u2="û" k="18" /> + <hkern u1="Ŵ" u2="ú" k="18" /> + <hkern u1="Ŵ" u2="ù" k="18" /> + <hkern u1="Ŵ" u2="ö" k="18" /> + <hkern u1="Ŵ" u2="õ" k="18" /> + <hkern u1="Ŵ" u2="ô" k="18" /> + <hkern u1="Ŵ" u2="ó" k="18" /> + <hkern u1="Ŵ" u2="ò" k="18" /> + <hkern u1="Ŵ" u2="ë" k="18" /> + <hkern u1="Ŵ" u2="ê" k="18" /> + <hkern u1="Ŵ" u2="é" k="18" /> + <hkern u1="Ŵ" u2="è" k="18" /> + <hkern u1="Ŵ" u2="å" k="37" /> + <hkern u1="Ŵ" u2="ä" k="37" /> + <hkern u1="Ŵ" u2="ã" k="37" /> + <hkern u1="Ŵ" u2="â" k="37" /> + <hkern u1="Ŵ" u2="á" k="37" /> + <hkern u1="Ŵ" u2="à" k="37" /> + <hkern u1="Ŵ" u2="Å" k="18" /> + <hkern u1="Ŵ" u2="Ä" k="18" /> + <hkern u1="Ŵ" u2="Ã" k="18" /> + <hkern u1="Ŵ" u2="Â" k="18" /> + <hkern u1="Ŵ" u2="Á" k="18" /> + <hkern u1="Ŵ" u2="À" k="18" /> + <hkern u1="Ŵ" u2="u" k="18" /> + <hkern u1="Ŵ" u2="r" k="18" /> + <hkern u1="Ŵ" u2="o" k="18" /> + <hkern u1="Ŵ" u2="e" k="18" /> + <hkern u1="Ŵ" u2="a" k="37" /> + <hkern u1="Ŵ" u2="A" k="18" /> + <hkern u1="Ŵ" u2=";" k="18" /> + <hkern u1="Ŵ" u2=":" k="18" /> + <hkern u1="Ŵ" u2="." k="74" /> + <hkern u1="Ŵ" u2="," k="74" /> + <hkern u1="ŵ" u2="." k="55" /> + <hkern u1="ŵ" u2="," k="55" /> + <hkern u1="Ŷ" u2="ų" k="74" /> + <hkern u1="Ŷ" u2="ű" k="74" /> + <hkern u1="Ŷ" u2="ů" k="74" /> + <hkern u1="Ŷ" u2="ŭ" k="74" /> + <hkern u1="Ŷ" u2="ū" k="74" /> + <hkern u1="Ŷ" u2="ũ" k="74" /> + <hkern u1="Ŷ" u2="ő" k="92" /> + <hkern u1="Ŷ" u2="ŏ" k="92" /> + <hkern u1="Ŷ" u2="ō" k="92" /> + <hkern u1="Ŷ" g2="ij" k="13" /> + <hkern u1="Ŷ" u2="į" k="13" /> + <hkern u1="Ŷ" u2="ě" k="92" /> + <hkern u1="Ŷ" u2="ę" k="92" /> + <hkern u1="Ŷ" u2="ė" k="92" /> + <hkern u1="Ŷ" u2="ĕ" k="92" /> + <hkern u1="Ŷ" u2="ē" k="92" /> + <hkern u1="Ŷ" u2="ą" k="92" /> + <hkern u1="Ŷ" u2="Ą" k="99" /> + <hkern u1="Ŷ" u2="ă" k="92" /> + <hkern u1="Ŷ" u2="Ă" k="99" /> + <hkern u1="Ŷ" u2="ā" k="92" /> + <hkern u1="Ŷ" u2="Ā" k="99" /> + <hkern u1="Ŷ" u2="ü" k="74" /> + <hkern u1="Ŷ" u2="û" k="74" /> + <hkern u1="Ŷ" u2="ú" k="74" /> + <hkern u1="Ŷ" u2="ù" k="74" /> + <hkern u1="Ŷ" u2="ö" k="92" /> + <hkern u1="Ŷ" u2="õ" k="92" /> + <hkern u1="Ŷ" u2="ô" k="92" /> + <hkern u1="Ŷ" u2="ó" k="92" /> + <hkern u1="Ŷ" u2="ò" k="92" /> + <hkern u1="Ŷ" u2="ë" k="92" /> + <hkern u1="Ŷ" u2="ê" k="92" /> + <hkern u1="Ŷ" u2="é" k="92" /> + <hkern u1="Ŷ" u2="è" k="92" /> + <hkern u1="Ŷ" u2="å" k="92" /> + <hkern u1="Ŷ" u2="ä" k="92" /> + <hkern u1="Ŷ" u2="ã" k="92" /> + <hkern u1="Ŷ" u2="â" k="92" /> + <hkern u1="Ŷ" u2="á" k="92" /> + <hkern u1="Ŷ" u2="à" k="92" /> + <hkern u1="Ŷ" u2="Å" k="99" /> + <hkern u1="Ŷ" u2="Ä" k="99" /> + <hkern u1="Ŷ" u2="Ã" k="99" /> + <hkern u1="Ŷ" u2="Â" k="99" /> + <hkern u1="Ŷ" u2="Á" k="99" /> + <hkern u1="Ŷ" u2="À" k="99" /> + <hkern u1="Ŷ" u2="v" k="55" /> + <hkern u1="Ŷ" u2="u" k="74" /> + <hkern u1="Ŷ" u2="q" k="92" /> + <hkern u1="Ŷ" u2="p" k="74" /> + <hkern u1="Ŷ" u2="o" k="92" /> + <hkern u1="Ŷ" u2="i" k="13" /> + <hkern u1="Ŷ" u2="e" k="92" /> + <hkern u1="Ŷ" u2="a" k="92" /> + <hkern u1="Ŷ" u2="A" k="99" /> + <hkern u1="Ŷ" u2=";" k="68" /> + <hkern u1="Ŷ" u2=":" k="80" /> + <hkern u1="Ŷ" u2="." k="111" /> + <hkern u1="Ŷ" u2="-" k="111" /> + <hkern u1="Ŷ" u2="," k="111" /> + <hkern u1="ŷ" u2="." k="55" /> + <hkern u1="ŷ" u2="," k="55" /> + <hkern u1="Ț" u2="ș" k="99" /> + <hkern u1="Ț" u2="ŷ" k="92" /> + <hkern u1="Ț" u2="ŵ" k="111" /> + <hkern u1="Ț" u2="ų" k="74" /> + <hkern u1="Ț" u2="ű" k="74" /> + <hkern u1="Ț" u2="ů" k="74" /> + <hkern u1="Ț" u2="ŭ" k="74" /> + <hkern u1="Ț" u2="ū" k="74" /> + <hkern u1="Ț" u2="ũ" k="74" /> + <hkern u1="Ț" u2="ş" k="99" /> + <hkern u1="Ț" u2="ŝ" k="99" /> + <hkern u1="Ț" u2="ś" k="99" /> + <hkern u1="Ț" u2="ř" k="74" /> + <hkern u1="Ț" u2="ŗ" k="74" /> + <hkern u1="Ț" u2="ŕ" k="74" /> + <hkern u1="Ț" u2="ő" k="111" /> + <hkern u1="Ț" u2="ŏ" k="111" /> + <hkern u1="Ț" u2="ō" k="111" /> + <hkern u1="Ț" u2="ě" k="99" /> + <hkern u1="Ț" u2="ę" k="99" /> + <hkern u1="Ț" u2="ė" k="99" /> + <hkern u1="Ț" u2="ĕ" k="99" /> + <hkern u1="Ț" u2="ē" k="99" /> + <hkern u1="Ț" u2="č" k="99" /> + <hkern u1="Ț" u2="ċ" k="99" /> + <hkern u1="Ț" u2="ĉ" k="99" /> + <hkern u1="Ț" u2="ć" k="99" /> + <hkern u1="Ț" u2="ą" k="99" /> + <hkern u1="Ț" u2="Ą" k="74" /> + <hkern u1="Ț" u2="ă" k="99" /> + <hkern u1="Ț" u2="Ă" k="74" /> + <hkern u1="Ț" u2="ā" k="99" /> + <hkern u1="Ț" u2="Ā" k="74" /> + <hkern u1="Ț" u2="ÿ" k="92" /> + <hkern u1="Ț" u2="ý" k="92" /> + <hkern u1="Ț" u2="ü" k="74" /> + <hkern u1="Ț" u2="û" k="74" /> + <hkern u1="Ț" u2="ú" k="74" /> + <hkern u1="Ț" u2="ù" k="74" /> + <hkern u1="Ț" u2="ö" k="111" /> + <hkern u1="Ț" u2="õ" k="111" /> + <hkern u1="Ț" u2="ô" k="111" /> + <hkern u1="Ț" u2="ó" k="111" /> + <hkern u1="Ț" u2="ò" k="111" /> + <hkern u1="Ț" u2="ë" k="99" /> + <hkern u1="Ț" u2="ê" k="99" /> + <hkern u1="Ț" u2="é" k="99" /> + <hkern u1="Ț" u2="è" k="99" /> + <hkern u1="Ț" u2="ç" k="99" /> + <hkern u1="Ț" u2="å" k="99" /> + <hkern u1="Ț" u2="ä" k="99" /> + <hkern u1="Ț" u2="ã" k="99" /> + <hkern u1="Ț" u2="â" k="99" /> + <hkern u1="Ț" u2="á" k="99" /> + <hkern u1="Ț" u2="à" k="99" /> + <hkern u1="Ț" u2="Å" k="74" /> + <hkern u1="Ț" u2="Ä" k="74" /> + <hkern u1="Ț" u2="Ã" k="74" /> + <hkern u1="Ț" u2="Â" k="74" /> + <hkern u1="Ț" u2="Á" k="74" /> + <hkern u1="Ț" u2="À" k="74" /> + <hkern u1="Ț" u2="š" k="99" /> + <hkern u1="Ț" u2="y" k="92" /> + <hkern u1="Ț" u2="w" k="111" /> + <hkern u1="Ț" u2="u" k="74" /> + <hkern u1="Ț" u2="s" k="99" /> + <hkern u1="Ț" u2="r" k="74" /> + <hkern u1="Ț" u2="o" k="111" /> + <hkern u1="Ț" u2="e" k="99" /> + <hkern u1="Ț" u2="c" k="99" /> + <hkern u1="Ț" u2="a" k="99" /> + <hkern u1="Ț" u2="A" k="74" /> + <hkern u1="Ț" u2=";" k="74" /> + <hkern u1="Ț" u2=":" k="87" /> + <hkern u1="Ț" u2="." k="111" /> + <hkern u1="Ț" u2="-" k="129" /> + <hkern u1="Ț" u2="," k="111" /> + <hkern g1="fi" g2="fl" k="18" /> + <hkern g1="fi" g2="fi" k="18" /> + <hkern g1="fi" u2="’" k="-18" /> + <hkern g1="fi" u2="f" k="18" /> + <hkern g1="fl" g2="fl" k="18" /> + <hkern g1="fl" g2="fi" k="18" /> + <hkern g1="fl" u2="’" k="-18" /> + <hkern g1="fl" u2="f" k="18" /> + </font> +</defs></svg> diff --git a/webapp/static/fonts/frutiger-lt-com-75-black.ttf b/webapp/static/fonts/frutiger-lt-com-75-black.ttf new file mode 100644 index 0000000000000000000000000000000000000000..45f5b0d6d4cd8ead35b31e94d2341dcfedb0df25 Binary files /dev/null and b/webapp/static/fonts/frutiger-lt-com-75-black.ttf differ diff --git a/webapp/static/fonts/frutiger-lt-com-75-black.woff b/webapp/static/fonts/frutiger-lt-com-75-black.woff new file mode 100644 index 0000000000000000000000000000000000000000..abc436057f80f8e47faa245fdcedab99ca2d70df Binary files /dev/null and b/webapp/static/fonts/frutiger-lt-com-75-black.woff differ diff --git a/webapp/static/fonts/frutiger-lt-com-76-black-italic.ttf b/webapp/static/fonts/frutiger-lt-com-76-black-italic.ttf new file mode 100644 index 0000000000000000000000000000000000000000..6bb589f232f13f8f5a224e2828ab1f31899d0948 Binary files /dev/null and b/webapp/static/fonts/frutiger-lt-com-76-black-italic.ttf differ diff --git a/webapp/static/fonts/shgen.eot b/webapp/static/fonts/shgen.eot new file mode 100644 index 0000000000000000000000000000000000000000..961e07c171095dab96fef3be4bb03aa9c20ac440 Binary files /dev/null and b/webapp/static/fonts/shgen.eot differ diff --git a/webapp/static/fonts/shgen.svg b/webapp/static/fonts/shgen.svg new file mode 100644 index 0000000000000000000000000000000000000000..369e34346cd49f2fcf98407f5be5fe966c97f1ab --- /dev/null +++ b/webapp/static/fonts/shgen.svg @@ -0,0 +1,59 @@ +<?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>Generated by Fontastic.me</metadata> +<defs> +<font id="shgen" horiz-adv-x="512"> +<font-face font-family="shgen" units-per-em="512" ascent="480" descent="-32"/> +<missing-glyph horiz-adv-x="512" /> + +<glyph unicode="a" d="M140 280c9-1 21-2 32-2 7 8 8 19 8 30-9 12-19 32-24 49l0 0c-6 0-11 10-14 21-2 10-4 19 1 23l0 1c0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 3-1 6-3 8-9 0 0 0 0 0 1 0 3 0 5 0 8 0-1 0-1 0-1 0 1 0 1 0 2 4 49 32 48 32 48 7-8 21-21 49-29 19-6 34-10 43-15 6-3 9-7 9-15 0 0 0 0 0 0 1 3 4 7 6 12 1 0 1 0 1 0 6-2 8-13 4-26-3-11-9-19-14-20-5-19-15-38-24-50 0-11 2-23 9-32 10 1 18 3 32 4 36 4 39 76 20 138-23 77-106 110-145 66-51-8-73-132-64-166 4-19 19-38 31-39z m220-56c-19 32-54 53-95 53 0 0-34-40-48-60-13 20-45 60-45 60-63 0-112-51-112-114l0-96c56-17 116-26 170-26 16 0 31 0 45 2 20-25 51-41 85-41 61 0 111 50 111 111 0 61-50 111-111 111z m0-205c-52 0-94 42-94 94 0 52 42 94 94 94 52 0 94-42 94-94 0-52-42-94-94-94z m49 109l-36-1 0 36-28 0 0-34-39 0 0-29 39 0 0-38 29 0 0 37 36 0z"/> +<glyph unicode="b" d="M302 272l-92 0c-69 0-125-56-125-125l0-103c63-20 124-29 183-29 96 0 153 26 159 29l0 103c0 69-56 125-125 125z m-46 38c52 0 94 42 94 94 0 51-42 93-94 93-52 0-94-42-94-93 0-52 42-94 94-94z"/> +<glyph unicode="c" d="M317 498l-122 0 0-183-181 0 0-120 181 0 0-181 122 0 0 181 181 0 0 120-181 0z"/> +<glyph unicode="d" d="M214 293l140 0 0-35-140 0z m85 140l3 12c0 25-22 48-46 48-24 0-48-23-48-48l3-12-130 0 0-413 352 0 0 413z m-43 32c9 0 21-7 21-18 0-3-4-12-6-14l-32 0c-2 2-6 11-6 14 0 11 13 18 23 18z m142-335l0-76-285 0 0 344 60 0-22-46 208 0-22 46 61 0z m-184 92l140 0 0-35-140 0z m-22 55c0-10-8-18-18-18-10 0-17 8-17 18 0 9 7 17 17 17 10 0 18-8 18-17z m0-72c0-9-8-17-18-17-10 0-17 8-17 17 0 10 7 18 17 18 10 0 18-8 18-18z m112-40l-39-56-24 30-19-20 45-45 2 3 0 0 55 68z"/> +<glyph unicode="e" d="M305 433l3 12c0 25-22 48-46 48-24 0-48-23-48-48l3-12-130 0 0-413 352 0 0 413z m-43 32c10 0 21-7 21-18 0-3-4-12-6-14l-32 0c-2 2-6 11-6 14 0 11 13 18 23 18z m142-335l0-76-285 0 0 344 60 0-22-46 208 0-22 46 61 0z m-259 166l92 0 0-18-92 0z m130 13l5-12 14-2-10-9 2-13-11 6-12-6 2 13-9 9 13 2z m-130-93l92 0 0-18-92 0z m128 13l6-12 13-2-9-9 2-13-12 6-11-6 2 13-10 9 14 2z m47 0l6-12 13-2-9-9 2-13-12 6-11-6 2 13-10 9 14 2z m-176-93l92 0 0-18-92 0z m129 13l6-12 13-2-9-9 2-13-12 6-11-6 2 13-10 9 14 2z m47 0l6-12 13-2-9-9 2-13-12 6-11-6 2 13-10 9 14 2z m47 0l6-12 13-2-9-9 2-13-12 6-11-6 2 13-10 9 13 2z"/> +<glyph unicode="f" d="M432 180c0 96-174 327-174 327 0 0-174-231-174-327 0-96 78-174 174-174 96 0 174 78 174 174z m-235-98c-5-6-12-9-19-9-5 0-11 2-15 6-69 58-45 143-44 146 4 13 17 21 30 17 13-4 20-17 16-30 0-3-15-59 29-96 10-9 12-24 3-34z"/> +<glyph unicode="g" d="M189 230l-84 85-84-84 168-168 0 0 1 0 302 303-84 83z"/> +<glyph unicode="h" d="M507 67c-5 4-11 7-18 8 4 8 5 15 4 22-1 7-5 13-11 17-19 11-46 14-64 13-19-2-39-6-53-9-1-1-1-1-2-1 14 20 24 43 30 65 4 15 4 25-5 40-1 1-1 2-2 2-6 12-16 23-45 22 0 11-4 21-10 28-8 10-20 15-34 15-15 1-29-2-42-6-6-1-13-3-19-4-4-1-7-1-10-2-14-3-28-5-42-4 0 0 0 0 0 0-2 0-4 0-5 1-10 2-13 6-19 17-2 3-3 13-4 20 3 3 4 7 2 10-5 7-10 4-10 3-2-1-3-2-4-5-5-1-13-2-21-2 0 1 0 1 0 1-2 6-8 10-14 11-6 1-11-1-13-5-1-2-3-6 1-11 1-2 4-4 7-5-1 0-1 0-2 0-3-1-5-4-5-7l-1-7 6 0c2 0 4 0 6 0 1-1 2-2 2-3-1-1-1-2-3-4-1 1-1 1-2 1-5 2-10 0-12-4l-3-5 4-3c2-1 3-2 5-2-1-1-2-2-3-2-1-1-3-2-5-2-1 1-1 2-2 4-2 2-6 3-9 1-3-1-6-5-5-9-3 0-7 0-10 0-3 1-5 3-8 5 1 1 2 2 3 4 1 2 3 4 4 7 2 2 3 5 5 9 1 2 2 3 3 5 1 2 2 4 3 6 1 2 2 4 3 6 1 2 2 4 3 6 1 3 2 5 3 7 1 2 2 5 3 7 0 1 1 2 1 3 1 2 1 3 2 4 1 2 2 5 3 7 0 3 1 5 2 8 1 2 1 5 2 7 0 1 1 2 1 4 0 1 1 2 1 3 0 2 0 3 1 4 0 1 0 2 0 4 1 4 1 9 2 14 0 2 0 4 0 6 0 2-1 4-1 5 1 1 1 1 1 2l1 2c1 1 1 2 2 3 1 1 3 1 5 2 4 2 8 5 12 7l2 2 1 1c1 0 1 1 1 1l1 1 1 0c1 1 2 2 2 3 1 1 2 1 3 2 3 4 6 7 9 10 5 7 10 14 14 19 8 11 13 19 13 19l0 0c4 5 3 12-2 15-5 4-12 3-16-2 0-1-1-1-1-2 0 0-4-8-10-20-3-6-6-13-10-21-2-3-4-7-6-10-3-4-5-8-8-10-3-3-7-6-10-8-1-1-3-2-4-3 0 0 0 0 0 0l-1 0c1 2 0 3 1 4 0 4 0 8 1 12 1 4 3 8 5 12 1 4 3 8 5 11 5 7 9 14 12 19 8 12 13 19 13 19 0 1 1 1 1 2 2 6 0 12-6 15-6 2-12-1-15-6l0 0c0 0-3-9-9-21-2-6-5-14-8-22-2-4-3-8-4-13-1-1-1-2-1-3-1-1-1-3-1-4l0-1-1-1c0 0 0-1 0-1l0-2 0-2c-1-5-1-10 0-14 0-1 0-2 0-4-1 0-2-1-3-2l-1-2c-1-1-1-2-1-3 0 0-1-1-2-1-2-1-3-2-5-4-4-2-8-5-12-8 0-1-1-1-2-2-1-1-2-2-3-3-1-1-2-2-3-2-1-1-2-2-2-3-2-2-4-4-6-6-1-2-3-4-5-6-1-2-3-4-5-6 0-1-1-2-2-3-1-1-1-2-2-3-2-2-3-4-5-6-1-2-2-4-4-6-1-2-2-4-4-6-1-2-2-4-3-6-1-2-2-3-4-5-1-2-2-4-3-5-2-4-3-7-5-9-1-3-3-5-4-7-2-4-4-6-4-6l0 0c-3-6-1-12 5-15 5-4 12-2 15 4 0 0 0 1 1 1 0 0 1 2 2 6 1 2 2 5 3 8 1 3 3 6 4 9 1 2 2 4 2 5 1 2 2 4 3 6 1 2 2 4 3 6 1 2 2 4 3 6 1 2 2 5 3 7 1 2 2 4 3 6 1 1 1 2 2 3 0 1 1 2 2 3 1 3 2 5 3 7 2 2 3 4 4 6 2 2 3 4 4 6 1 1 2 2 3 3 0 1 1 2 2 3 1 1 1 2 2 2 1 1 2 2 2 3 3 3 7 6 10 9 0 1 0 1 1 1 1 1 3 1 4 2 1-1 1-2 2-2l1-1c1 0 2 0 3 0 0-2 0-5 1-7 0 0 0-1-1-1 0-4-1-8-3-13 0-1 0-2-1-3 0-1 0-2-1-3 0-2-1-3-1-4 0-1-1-2-1-3-1-2-2-5-3-7-1-2-3-4-4-6-1-3-2-5-3-7-1-1-1-2-2-3-1-1-1-2-2-3-1-2-2-4-4-6-1-2-2-4-3-6-2-2-3-4-4-6-1-2-3-4-4-5-1-2-2-4-3-5-2-2-3-4-4-5-2-3-4-6-6-8-2-3-3-5-5-7-2-3-4-5-4-5 0-1-1-1-1-2-3-5-1-11 4-14 2-2 4-2 6-2 1 0 2-1 2-1 4-3 8-6 13-7l0 0c6-2 17-1 24 3 0 0 0 0 1 0 5-1 11 1 14 3 1 1 13 7 13 16 0 0 0 0 0 1 4 3 6 7 7 11 1 4 0 8-2 11 0 0 1 0 1 1 1 1 2 3 3 5 1 0 2 0 3 0 3-1 11 0 19 1 0-1 0-2 0-3 0-2 2-14 4-18 6-11 12-21 28-24 0 0 1 0 2 0 1-3 2-7 3-10 2-7 4-15 9-21l1-1c8-9 22-16 35-16 19 0 39 5 58 10l4 1c16 4 28 7 38 8-3-10-11-20-18-29-5-7-11-14-15-21-15-28-15-53-1-70 10-13 28-15 45-13-5-9-9-20-6-29 1-7 6-12 12-16 13-7 29-5 44-1 2-1 10 2 10 2 0 0 1 0 2 1 4 1 9 2 13 3 6 1 11 2 16 3 1 0 1 0 1 0 0 0 0 0 0 0 2 0 5 1 8 1 0 0 1 0 1 0 10 1 19 1 28 1l1 0c1 0 2 0 2 0-3-5-6-9-10-14-12-14-15-29-9-43 1-2 4-3 6-3 1 0 1 0 2 0 3 2 4 5 3 8-5 12 1 23 7 31 5 6 10 12 15 20 6-1 12-3 16-6 1-1 3-1 4-1 2 0 3 1 4 2 2 3 2 6-1 8z m-167 167c6 1 11 0 15 0l-24-21c4 7 7 14 9 21z m-120-7c-7 1-15 5-19 11-4 5-6 11-8 17 0 2-1 4-1 6 12 0 25 2 37 5 3 0 6 1 9 1 7 1 13 3 20 5 7 2 14 3 21 4z m15-1l61 51c0 0 0 0 0 0l0 0c4 0 8 0 12-1l-57-48c-5-1-11-2-16-2z m51 11l-4-1c-3-1-6-2-9-3l44 38c2-1 3-3 5-4 5-6 7-13 7-22-11-1-26-4-43-8z m18-60c1 1 1 1 1 1l61 52-1 0c5-2 8-5 9-8l-78-66c2 8 5 16 8 21z m-10-36l85 72c2-3 3-6 4-8l-87-74c-1 4-2 7-2 10z m8-20c-1 0-1 1-1 1l82 70c0-3-1-5-2-8-1-4-2-9-4-13l-66-57c-4 2-7 4-9 7z m21-10l45 39c-5-10-11-21-17-30-1-1-2-2-3-4 0-1-1-2-2-3-8-1-16-2-23-2z m20-35c-1 8 5 18 10 27 6 1 11 2 15 3 4 1 8 2 13 3z m15-13c-3 0-6 1-8 2-1 1-2 2-3 2l54 46c6 1 12 2 18 2 0 0 0 0 1 0z m38 5c-7-2-15-4-22-5l61 52c5 0 10-1 14-2z m41 8c-6-1-13-2-20-3l44 37c4-1 8-3 11-5z m40 0c-3 0-6 1-8 1l-2 0c-4 0-8 0-13 0l26 22c1-1 1-2 2-4 0-5-1-11-5-19z"/> +<glyph unicode="i" d="M395 25l94 93-140 140 139 140-93 93-139-140-140 140-93-93 140-140-140-140 93-93 140 140"/> +<glyph unicode="j" d="M246 136c-8-30-22-54-41-69-20-15-40-24-61-26-20-2-42 0-63 4-22 4-39 8-51 13-12 5-18 8-20 9 2 0 4 0 8-1 4 0 10 1 20 2 9 2 18 5 25 9 7 3 13 10 19 19 5 10 8 21 8 35 0 14 3 25 8 35 6 10 12 18 19 24 6 5 14 9 23 12 9 4 16 5 20 6 4 0 8 1 10 1z m58 68c-16-19-31-37-47-54l-74 71c12 11 31 27 55 47z m148 175c-10-11-55-65-136-161l-64 63c82 70 134 115 154 133 23 19 44 34 62 44 17 11 28 13 33 8 2-2 1-7-1-14-3-7-9-17-17-31-9-13-19-27-31-42z"/> +<glyph unicode="k" d="M383 482c2 4 2 6-1 8-4 4-7 7-11 11-5 5-5 5-9-1-18-26-27-55-28-86-1-27 2-54 5-81 2-17 3-34 1-51-3-22-10-42-24-59-5-6-6-6-11-1-28 27-57 54-85 81-5 5-5 6 0 10 8 7 17 13 26 18 5 2 8 2 12-2 19-19 38-37 57-55 3-3 5-8 9-6 4 1 3 6 4 10 2 6 0 10-5 15-15 14-29 28-44 42-1 1-3 2-2 4 0 2 3 2 4 2 11 1 22 3 34 2 2 0 5 0 7 0 3 0 5 2 4 5 0 6-1 11-2 17 0 4-2 6-6 6-7-1-15-1-23-1-18-1-36-4-53-11-24-9-43-25-60-45-15-18-26-38-31-61-7-28-5-57-3-85 2-21 4-42 3-63-1-27-7-53-22-76-2-3-2-5 1-8 4-3 8-7 12-11 4-4 5-3 8 1 13 18 21 38 25 60 4 19 4 38 4 57-1 23-5 46-5 69 0 9 0 18 0 27 2 24 9 45 23 65 4 5 5 5 9 1 29-28 58-56 87-84 4-3 3-4 0-7-9-7-18-12-28-17-5-2-8-1-12 3-19 18-38 36-57 54-1 1-2 2-4 3-2 2-3 1-4-1 0-4-1-8-2-11-1-6 1-10 5-14 13-12 26-25 39-37 1-1 4-2 3-5-1-2-4-1-6-1-11-2-22-2-33-2-5 0-7-2-7-7 1-5 2-10 2-15 0-4 2-6 7-6 23 0 45 2 67 9 56 18 108 75 106 149-1 27-4 53-6 79-4 36-1 71 20 102z m-249-414c1 3 2 6 3 9 1 4 0 8-4 11-16 15-32 31-48 46-1 1-3 2-3 5 1 2 3 2 5 2 15 2 30 4 45 4 6 0 7 1 6 6 0 5-1 11-1 16 0 4-2 5-6 5-4 0-8 0-12 0-16 0-31-2-46-6-21-6-40-15-57-28-4-3-4-4 0-8 4-3 7-7 11-10 3-4 6-4 10-1 5 4 11 8 18 11 3 2 5 1 8-2 7-7 15-14 22-21 10-9 19-18 28-27 5-5 10-9 16-14 3-2 5-2 5 2z m362 313c-4 4-8 8-12 12-2 2-4 2-7 0-6-4-12-7-19-11-4-2-7-2-11 2-17 17-35 33-52 50-4 4-8 7-12 11-3 2-4 2-5-1-1-4-2-8-3-12-1-4 0-7 3-9 5-6 11-11 17-16 10-10 20-20 31-30 3-4 3-5-2-6-1-1-2-1-3-1-13-2-27-3-41-3-3 0-5 0-5-4 1-6 2-12 2-18 1-4 3-5 6-5 5 0 10 0 15 1 15-1 31 2 46 6 19 5 36 14 52 26 4 3 4 5 0 8z"/> +<glyph unicode="l" d="M285 255c32 29 64 64 78 102 14 40 13 87 14 129 0 20-35 20-35 0-1-39-2-80-12-117-10-34-40-64-68-89-28 25-57 55-67 89-12 37-12 78-12 117-1 20-36 20-36 0 1-43 2-88 15-129 12-38 45-73 77-102-32-29-64-63-77-102-14-40-14-87-15-128 0-21 35-21 36 0 0 38 1 79 12 117 9 33 39 64 67 89 28-26 57-56 68-89 11-37 11-79 12-117 0-21 35-21 35 0-1 42-1 87-14 128-12 38-46 74-78 102z m-63 164l84 0c7 0 12 8 12 14 0 6-5 14-12 14l-84 0c-7 0-12-8-12-14 0-6 5-14 12-14z m67-67l-50 0c-7 0-12-6-12-12 0-6 5-13 12-13l50 0c6 0 12 7 12 13 0 6-6 12-12 12z m9 47l-69 0c-6 0-11-7-11-13 0-6 5-12 11-12l69 0c7 0 12 6 12 12 0 6-5 13-12 13z m-76-312l84 0c7 0 12-9 12-15 0-6-5-15-12-15l-84 0c-7 0-12 9-12 15 0 6 5 15 12 15z m67 68l-50 0c-7 0-12 7-12 13 0 5 5 12 12 12l50 0c6 0 12-7 12-12 0-6-6-13-12-13z m9-46l-69 0c-6 0-11 6-11 12 0 6 5 12 11 12l69 0c7 0 12-6 12-12 0-6-5-12-12-12z"/> +<glyph unicode="m" d="M365 363c4 4 4 13 0 17l-60 45c-4 4-12 1-16-3-3-4-3-13 1-16l59-46c2-1 3-1 5-2 4 0 9 2 11 5z m-55 4l-2 2-2 2-21 16c-5 4-12 2-15-2-4-4-3-12 1-15l7-5c9 2 18 3 27 3 2 0 4-1 5-1z m-141-257c4 4 5 13 0 17l-59 45c-5 4-13 1-16-4-4-4-5-13 0-17l59-45c4-4 13 0 16 4z m3 119c-4 3-11 1-15-3-3-4-3-11 2-15l15-12 1 0 5-4c-3 10-6 21-6 32z m-23-62l2-2 24-19c5-3 12-2 15 2 4 5 3 12-1 16l-20 15-2 1-26 21c-5 3-12 2-15-2-4-5-3-12 1-16z m70 168c0 0 0 0 0 1 2 1 4 3 6 4 0 0 1 1 1 1 2 1 4 3 6 4 2 1 3 2 5 3 0 0 0 0 0 0 1 13 3 26 7 37 12 32 34 61 55 89 11 14-14 34-25 19-22-30-46-63-60-98-7-21-9-46-7-71 4 4 8 8 12 11z m165 7c4-3 8-6 11-10 0 0 1 0 1 0 2-2 3-4 5-6 12 14 24 28 34 42 12 14-13 33-24 19-11-13-22-27-34-40 2-2 4-3 6-5 0 0 0 0 1 0z m-210-91c1 1 1 2 1 3 0 0 0 1 0 1 0 2 1 5 1 7 0 0 0 0 0 0 0 1 1 2 1 3 0 1 0 1 0 1 1 4 2 8 3 11 0 0 0 0 0 0-27-4-55-11-76-26-32-20-57-53-80-82-12-14 13-33 25-19 21 27 44 55 72 75 14 11 33 17 53 21 0 0 0 0 0 0 0 1 0 2 0 3 0 1 0 1 0 2z m49-119c-4 4-8 7-11 11-13-29-33-55-52-80-11-14 14-33 25-19 19 25 38 51 52 79-5 3-9 6-14 9 0 0 0 0 0 0z m192 30c-10-14-22-27-36-36-5-3-9-6-14-8l85-103 51 43z m-110 186c14 0 28-2 42-8 46-18 73-63 71-109 0-13-3-25-8-37-17-44-60-71-105-71-13 0-28 2-41 8-46 18-73 63-71 110 0 12 3 24 8 36 17 44 60 71 104 71m0-195c12 0 23 3 33 7 20 9 36 25 44 45 3 9 5 18 6 27 1 35-20 67-52 80-10 4-20 6-31 6-11 0-22-2-32-7-20-9-36-25-44-45l0 0c-3-9-5-18-6-27-1-35 20-67 52-80 10-4 20-6 30-6"/> +<glyph unicode="n" d="M365 363c4 4 4 13 0 17l-60 45c-4 4-12 1-16-3-3-4-3-13 1-16l59-46c2-1 3-1 5-2 4 0 9 2 11 5z m-55 4l-2 2-2 2-21 16c-5 4-12 2-15-2-4-4-3-12 1-15l7-5c9 2 18 3 27 3 2 0 4-1 5-1z m-141-257c4 4 5 13 0 17l-59 45c-5 4-13 1-16-4-4-4-5-13 0-17l59-45c4-4 13 0 16 4z m3 119c-4 3-11 1-15-3-3-4-3-11 2-15l15-12 1 0 5-4c-3 10-6 21-6 32z m-23-62l2-2 24-19c5-3 12-2 15 2 4 5 3 12-1 16l-20 15-2 1-26 21c-5 3-12 2-15-2-4-5-3-12 1-16z m70 168c0 0 0 0 0 1 2 1 4 3 6 4 0 0 1 1 1 1 2 1 4 3 6 4 2 1 3 2 5 3 0 0 0 0 0 0 1 13 3 26 7 37 12 32 34 61 55 89 11 14-14 34-25 19-22-30-46-63-60-98-7-21-9-46-7-71 4 4 8 8 12 11z m165 7c4-3 8-6 11-10 0 0 1 0 1 0 2-2 3-4 5-6 12 14 24 28 34 42 12 14-13 33-24 19-11-13-22-27-34-40 2-2 4-3 6-5 0 0 0 0 1 0z m-210-91c1 1 1 2 1 3 0 0 0 1 0 1 0 2 1 5 1 7 0 0 0 0 0 0 0 1 1 2 1 3 0 1 0 1 0 1 1 4 2 8 3 11 0 0 0 0 0 0-27-4-55-11-76-26-32-20-57-53-80-82-12-14 13-33 25-19 21 27 44 55 72 75 14 11 33 17 53 21 0 0 0 0 0 0 0 1 0 2 0 3 0 1 0 1 0 2z m49-119c-4 4-8 7-11 11-13-29-33-55-52-80-11-14 14-33 25-19 19 25 38 51 52 79-5 3-9 6-14 9 0 0 0 0 0 0z m192 30c-10-14-22-27-36-36-5-3-9-6-14-8l85-103 51 43z m-110 186c14 0 28-2 42-8 46-18 73-63 71-109 0-13-3-25-8-37-17-44-60-71-105-71-13 0-28 2-41 8-46 18-73 63-71 110 0 12 3 24 8 36 17 44 60 71 104 71m0-195c12 0 23 3 33 7 20 9 36 25 44 45 3 9 5 18 6 27 1 35-20 67-52 80-10 4-20 6-31 6-11 0-22-2-32-7-20-9-36-25-44-45l0 0c-3-9-5-18-6-27-1-35 20-67 52-80 10-4 20-6 30-6m24 133c-7 4-15 7-26 7-14 0-24-4-31-10-6-6-10-14-11-24l27-3c1 5 2 9 5 12 2 2 6 4 9 4 4 0 7-1 9-3 2-2 3-4 3-7 0-4-2-7-7-11-8-6-12-10-15-13-2-2-3-5-4-8-1-3-2-7-2-11l0-2 26 0c0 4 1 7 2 9 2 3 5 6 10 10 8 6 12 11 15 14 2 4 3 8 3 12 0 10-4 18-13 24z m-13-93c0-8-6-15-14-15-8 0-15 7-15 15 0 8 7 14 15 14 8 0 14-6 14-14z"/> +<glyph unicode="o" d="M292 80l0 47-72 0 0-47c-42-1-72-3-72-5l0-6c0-2 49-4 108-4 60 0 108 2 108 4l0 6c0 2-30 4-72 5z m167 367l-405 0c-11 0-17-7-17-18l0-282c0-11 7-17 18-17l404 0c11 0 16 7 16 18l0 283c0 11-5 16-16 16z m-5-293l-395 0 0 269 395 0z"/> +<glyph unicode="p" d="M109 285l135-135-50-50-135 135z m-60-39l-29 22c-9 10-5 29 4 38l14 14c9 9 26 13 35 4l25-29z m217-175l-61 18 50 50 16-62z m45 423c26 0 50-23 50-48l-2-12 138 0 0-416-369 0 0 107 34-35 0-37 301 0 0 346-64 0 23-46-219 0 23 46-64 0 0-132-34 40 0 127 138 0-3 12c0 25 23 48 48 48z m0-28c-10 0-22-7-22-17 0-4 5-12 6-15l35 0c1 3 5 11 5 15 0 10-13 17-24 17z"/> +<glyph unicode="q" d="M325 74l-273 0 0 364 273 0 0-62 37 41 0 21c0 20-17 37-37 37l-273 0c-20 0-37-17-37-37l0-364c0-20 17-37 37-37l273 0c20 0 37 17 37 37l0 120-37-41z m-31 297c0 11-8 19-18 19l-175 0c-10 0-18-8-18-19 0-10 8-18 18-18l175 0c10 0 18 8 18 18z m-25-58l-168 0c-10 0-18-8-18-18 0-10 8-18 18-18l135 0z m-68-75l-100 0c-10 0-18-8-18-18 0-11 8-19 18-19l79 0z m-118-95c0-10 8-18 18-18l58 0c0 3 1 4 1 6l9 30-68 0c-10 0-18-8-18-18z m273 227l-127-142-10-11 70-63 10 11 127 142 12 13-70 62z m24 26l-6-6 71-63 5 6 12 13-70 63z m117-2c-1 6-3 11-7 14l-40 36c-4 4-9 5-15 5-5 0-10-3-14-7l-23-26 70-63 23 27c4 4 6 9 6 14z m-307-281c2-2 7-3 10-1l81 33-70 62-24-83c-2-4 0-8 3-11z"/> +<glyph unicode="r" d="M276 175c0-21 0-41 0-62 17 0 34 0 52 0 0-13 0-25 0-38-17 0-34 0-52 0 0-20 0-39 0-58-14 0-26 0-40 0 0 19 0 38 0 58-18 0-35 0-53 0 0 12 0 24 0 37 17 0 34 0 52 0 0 21 0 41 0 63-52 8-93 35-120 82-19 34-25 71-17 109 19 86 90 136 179 128 73-6 137-75 140-151 3-80-52-155-141-168z m-21 37c70 1 123 54 123 123 0 67-54 123-121 123-68 0-124-56-124-123 0-68 55-123 122-123z"/> +<glyph unicode="s" d="M148 289c0-13-11-24-24-24-14 0-25 11-25 24 0 14 11 24 25 24 13 0 24-10 24-24z m109-65c-14-48-57-83-109-83-63 0-114 51-114 114 0 62 51 113 114 113 55 0 100-39 111-91 6 4 12 7 18 9-14 58-66 102-129 102-74 0-133-60-133-133 0-74 59-134 133-134 60 0 111 41 128 96-7 2-13 4-19 7z m60 11c-6-6-13-9-21-9-13 0-26 4-38 10-13 7-14 17-2 25 11 9 24 15 38 17 11 1 21-4 26-14 5-10 4-21-3-29z m15 3c5 11 4 22-3 33 3 0 5 1 7 0 14-3 28-7 39-19 20-22 34-17 52 0 4 5 9 9 14 12 4 2 8 3 12 4 0 0 0-1 1-1-2-1-3-2-4-2-8-4-15-9-20-16-6-6-13-11-20-15-8-6-18-4-26 2-6 5-11 11-17 16-10 10-20 8-25-6-1-1-1-3-2-5-1-4-2-4-8-3z m29 90c-6-6-13-9-21-9-13 0-26 4-38 10-13 7-14 17-2 25 11 9 24 15 38 17 11 1 21-4 26-14 5-10 4-21-3-29z m12 34c7-11 7-21 2-33 3 0 5 0 7 0 13 6 26 12 35 25 18 25 32 22 52 7 5-4 10-7 16-9 3-2 8-2 12-3 0 1 0 1 1 2-2 0-3 0-5 1-8 2-15 6-22 12-6 6-13 10-21 13-9 4-18 2-25-6-6-6-10-12-15-18-9-11-19-10-26 2-1 2-1 3-2 5-2 4-4 4-9 2z"/> +<glyph unicode="t" d="M278 211c-3 0-6 0-8 0-21 2-38 13-49 30-17 27-28 56-31 86-2 17 1 30 9 38 7 7 16 11 27 11 6 0 12-1 19-3 31-10 59-26 81-50 20-20 24-51 11-77-11-22-34-35-59-35z m65-77c1 5 1 9 2 14-31-26-72-41-116-41-2 0-5 0-8 0-48 2-93 23-126 59-33 36-50 82-48 131 4 98 84 175 182 175 3 0 6 0 8 0 49-2 94-23 127-59 33-36 50-83 48-132-1-27-9-53-20-76 4-15 6-32 5-49 28 35 45 78 47 124 2 57-18 112-57 154-38 43-91 67-148 70-4 0-7 0-10 0-55 0-108-21-148-60-40-38-64-90-66-145-3-58 17-113 56-155 39-42 92-67 149-69 3 0 6 0 9 0 40 0 77 10 110 30 1 10 3 19 4 29z m157-118c-3 1-5 3-8 5-16 10-34 14-53 16-18 2-36 8-52 15-21 9-30 27-28 50 2 17 5 34 7 51 3 25-7 39-28 39-4 0-9-1-14-2-4-1-8-2-12-4-2 0-4 0-5 0-5 0-7 3-11 11 27 6 45 21 56 47 4-5 8-8 9-12 12-30 21-60 14-93-14-65 12-83 66-93 13-2 26-6 38-11 9-4 15-11 23-16-1-1-1-2-2-3z"/> +<glyph unicode="u" d="M250 134c-34 0-62-27-62-62 0-34 28-62 62-62 34 0 62 28 62 62 0 35-28 62-62 62z m123 338c-28 19-65 28-111 28-59 0-103-13-131-40-28-27-44-61-49-104l115-14c4 24 10 41 21 51 11 11 25 17 42 17 16 0 28-4 36-11 8-8 12-19 12-32 0-14-9-28-28-44-33-27-54-46-63-57-9-10-16-21-21-34-4-12-7-29-7-49l0-6 113 0c1 15 4 27 10 38 6 11 20 25 43 43 30 24 51 45 61 61 9 16 14 33 14 51 0 43-18 76-57 102z"/> +<glyph unicode="v" d="M194 310l122 0 0-304-122 0z m62 51c37 0 67 30 67 67 0 37-30 66-67 66-36 0-66-29-66-66 0-37 30-67 66-67z"/> +<glyph unicode="w" d="M483 99c0 0-61 113-160 276l0 95 6 0c9 0 16 7 16 16 0 8-7 16-16 16l-146 0c-8 0-16-8-16-16 0-9 7-16 16-16l6 0 0-95c-99-163-160-276-160-276-15-46 2-89 51-89l352 0c49 0 66 43 51 89z m-381 66c20 34 90 151 116 193l4 6 68 0 4-6c26-42 95-159 115-193z"/> +<glyph unicode="x" d="M105 336c7 0 13-6 13-13 0-7-6-12-13-12-6 0-12 5-12 12 0 7 5 13 12 13z m9-85c-11 0-19 9-19 19 1 11 9 19 20 19 10 0 18-9 18-19 0-11-9-19-19-19z m23 46c-5 0-9 4-9 9 0 5 4 9 9 9 5 0 9-4 9-9 0-5-4-9-9-9z m-41-239c-16 22-19 52-8 83l1 3 1 2c0 1 16 30 44 78-22 6-44 11-66 16-3 1-5 1-5 5 0 44 0 88 0 132 0 1 0 2 0 4 33 0 66 0 100 0 0-36 0-71 0-107 8 14 16 29 25 44 0 19 0 38 0 57 0 2 0 4 0 6 3 0 6 0 8 0 10 1 14 8 11 17-2 5-6 7-14 7-53 0-107 0-160 0-2 0-4 0-6 0-6-1-9-6-9-11-1-6 3-11 9-12 3-1 7-1 11-1 0-2 0-4 0-6 0-82 0-164 0-246 0-11 1-21 5-30 9-25 27-41 52-47 2 0 5-1 7-1-2 2-4 5-6 7z m63-8c-25 0-38 12-45 21-12 16-14 39-5 63l0 1 0 1c1 1 49 91 127 219l0 63c-10 2-18 11-18 22 0 13 11 23 23 23l116 0c13 0 23-10 23-23 0-11-8-20-18-22l0-63c78-128 127-218 127-219l0-1 1-1c8-24 6-47-5-63-7-9-21-21-45-21z m245 144c-23 38-65 110-83 139l0 0-43 0-1 0c-17-28-61-102-83-139z"/> +<glyph unicode="y" d="M340 458l0-39 55 0c-27-27-54-53-80-80-3 2-6 4-8 6-22 15-46 25-72 27-89 8-160-42-179-128-8-38-2-75 17-109 27-47 68-74 120-82 19-2 28-2 41 0 90 13 144 88 141 168-1 31-12 61-30 86 0 1-1 2-1 2 27 28 53 54 80 82l0-56 37 0 0 123z m-127-367c-67 0-122 54-122 122 0 67 56 123 124 123 67 0 121-56 121-123 0-69-53-122-123-122z"/> +<glyph unicode="z" d="M295 337l96 63c33 21 76 11 96-21 21-32 12-75-20-96l-97-63z m-78 0l-75-117-97 63c-32 21-41 64-20 96 20 32 63 42 96 21z m101-113c8 0 15-6 15-15 0-9-7-15-15-15-9 0-16 6-16 15 0 9 7 15 16 15z m-62 31c9 0 15-7 15-15 0-9-6-16-15-16-9 0-15 7-15 16 0 8 6 15 15 15z m-46-46c8 0 15-7 15-15 0-9-7-16-15-16-9 0-16 7-16 16 0 8 7 15 16 15z m15-62c9 0 16-7 16-15 0-9-7-15-16-15-8 0-15 6-15 15 0 8 7 15 15 15z m-61-15c8 0 15-7 15-15 0-9-7-16-15-16-9 0-16 7-16 16 0 8 7 15 16 15z m184 0c9 0 16-7 16-15 0-9-7-16-16-16-8 0-15 7-15 16 0 8 7 15 15 15z m-61 46c8 0 15-7 15-15 0-9-7-16-15-16-9 0-16 7-16 16 0 8 7 15 16 15z"/> +<glyph unicode="A" d="M175 316c-2-5-2-10 0-14 1-5 5-9 9-11l17-8c9-5 20-1 25 9l1 3 2-1c10-4 21-1 25 9l25 51c14-7 28-18 38-31 14 12 33 20 54 20 2 0 4 0 6 0-17 31-46 52-71 66l11 23c2 4 2 10 1 14-2 5-6 9-10 11l-2 1c1 3 2 6 1 9-2 3-4 6-7 7l-28 14c-6 3-13 0-16-6l-2 1c-10 4-21 0-25-9l-63-129c-2-4-2-10-1-14 2-5 5-9 10-11l2-1z m142-110c-3-6-7-11-11-17-12-12-27-21-46-26l0 18 16 0 0 16c0 7-6 13-12 13l-132 0c-6 0-12-6-12-13l0-16 28 0 0-95c0 0-1 0-1 0-30-13-54-34-70-63l242 0c-13 25-34 45-59 58 0 0-1 0-2 0 1 0 2 0 2 0l0 19c37 7 68 23 91 49 10 12 18 24 24 37-1 0-3 0-4 0-21 0-40 7-54 20z m54 122c-36 0-64-29-64-64 0-35 28-63 64-63 35 0 64 28 64 63 0 35-29 64-64 64z"/> +<glyph unicode="B" d="M500 258c-1 8-5 14-10 19-8 8-19 10-30 10-108 0-215 0-323 0-2 0-4 0-7 0 1 2 1 2 2 3 26 26 52 52 79 78 11 11 22 21 33 33 8 9 13 20 10 33-2 6-5 14-10 19-18 15-35 13-52-3-56-56-112-112-168-168-3-4-7-8-9-12-3-6-6-13-6-19 0-11 6-21 13-28 57-56 113-113 169-169 9-9 20-15 34-12 12 1 26 13 28 24 4 15 0 27-10 37-37 37-73 73-110 109-1 1-3 3-4 5 22 0 44 0 66 0 90 0 181 0 272 0 10 0 19 4 26 12 6 9 10 18 7 29z"/> +<glyph unicode="C" d="M319 193l188 0 0 124-502 0 0-124z"/> +<glyph unicode="D" d="M7 256l244 227 0-148 252 0 0-158-252 0 0-148z"/> +<glyph unicode="E" d="M23 420l466 0 0-350-466 0z m420-94l-374 0 0-210 374 0 0 210z m-225-27l-97 0 51-78-51-77 97 0 51 77z m129 0l-97 0 51-78-51-77 97 0 51 77z"/> +<glyph unicode="F" d="M496 51l-47 29 0-20-392 0 0 382 21 0-30 47-30-47 20 0 0-401 411 0 0-20z m-420 92l9-5 27 45 34 0 0 4 35-33 0-32 43 0 0 43-10 0 32 115 2 0 29-85-10 0 0-43 43 0 0 32 31 22 0-2 31 0 26-47-4 0 0-43 43 0 0 43-14 0 16 162 19 0 0 43-43 0 0-43 14 0-16-162-4 0-26 47 1 0 0 43-43 0 0-29-32-23-22 0-29 85 9 0 0 43-43 0 0-43 12 0-31-115-22 0-37 35 0 26-43 0 0-40z"/> +<glyph unicode="G" d="M28 453l32 0 0-381 424 0 0-33-456 0z m54-359l0 51 109 112 141-74 131 204 21-21-141-229-150 76z"/> +<glyph unicode="H" d="M490 265c0 33-19 58-43 58-2 0-3 0-4 0 3 9 6 18 9 26l2 3-1 3c0 3-1 13-4 18-40 73-116 117-199 117-126 0-228-101-228-225 0-124 102-225 228-225 40 0 80 11 114 31 34 19 62 47 82 80 3 5 7 20 7 24 0 1 0 1 0 1l0 3-1 3c-3 8-6 17-9 26 1 0 2 0 4 0 24 0 43 25 43 57z m-74-83c-1-4-3-10-4-12-34-58-97-93-164-93-105 0-191 84-191 188 0 104 86 189 191 189 70 0 134-37 167-98 0-1 1-3 1-6-11-27-16-55-16-85 0-29 5-57 16-83z"/> +<glyph unicode="I" d="M172 50c-2 17-36 54-36 54 0 0-26-43-25-60 2-17 17-29 34-27 17 2 29 17 27 33z m-39-21c-1-1-2-2-3-2-1 0-2 0-3 1-13 9-11 24-10 24 0 3 2 4 4 4 3-1 4-3 4-5 0 0-2-11 7-16 2-2 2-4 1-6z m235 323c7 9 4 22-5 28l-69 47c-10 6-22 4-28-5-6-9-4-20 3-26-11-16-32-47-54-79l0 0-71-106c-10-14-11-32-2-47l-10-14 6-4c-4-5-8-11-8-11-3-5-2-13 4-17 6-4 14-3 17 3 0 0 4 6 8 11l6-5 10 15c17-3 33 4 43 19 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 1 2 2 0 0 0 0 0 0 1 1 1 2 1 2 13 19 50 74 63 93l1 2c23 34 45 67 56 84 9-5 21-2 26 6z m-87 35l49-33c-11-16-32-47-53-79l-49 33c21 32 42 63 53 79z m-107-199l-9 6 63 93 9-6z m122 249l76-51c4-3 9-2 12 2 2 4 1 9-3 12l-12 8 26 37c9 14 5 32-8 41-1 0-2 1-3 1 0 1-1 1-1 2-14 9-31 5-41-8l-25-38-12 8c-3 3-9 2-11-2-3-4-2-9 2-12z"/> +<glyph unicode="J" d="M221 314l140 0 0-18-140 0z m84 119l3 12c0 25-22 48-46 48-24 0-48-23-48-48l3-12-130 0 0-413 352 0 0 413z m-43 32c10 0 21-7 21-18 0-3-4-12-6-14l-32 0c-2 2-6 11-6 14 0 11 13 18 23 18z m142-335l0-76-285 0 0 344 60 0-22-46 208 0-22 46 61 0z m-103 78l-47-67-29 36-24-24 55-55 2 3 0 0 67 83z m-80 65l140 0 0-17-140 0z m-65-5c3 3 6 5 9 8 3 3 6 6 9 9 3 2 5 5 6 7 2 3 3 5 3 7 0 3-1 5-3 6-1 1-3 2-6 2-1 0-3 0-4 0-2-1-3-1-5-1-1-1-3-1-4-2-1 0-2-1-3-1l-1 13c5 1 8 2 11 3 3 0 6 0 8 0 3 0 6 0 9-1 3 0 6-2 8-3 2-2 4-4 5-6 1-2 2-5 2-8 0-3-1-6-3-9-1-3-3-6-5-8-2-3-4-5-6-7-2-2-4-4-5-5l-5-4 25 0 0-12-45 0z"/> +<glyph unicode="K" d="M221 314l140 0 0-18-140 0z m84 119l3 12c0 25-22 48-46 48-24 0-48-23-48-48l3-12-130 0 0-413 352 0 0 413z m-43 32c10 0 21-7 21-18 0-3-4-12-6-14l-32 0c-2 2-6 11-6 14 0 11 13 18 23 18z m142-335l0-76-285 0 0 344 60 0-22-46 208 0-22 46 61 0z m-103 78l-47-67-29 36-24-24 55-55 2 3 0 0 67 83z m-129 94l-11-8-8 11 21 14 15 0 0-63-17 0z m49-29l140 0 0-17-140 0z"/> +<glyph unicode="L" d="M362 409c-24 81-111 116-153 69-53-8-76-138-67-174 5-21 20-41 32-42 11-1 23-1 34-2 7 9 9 23 9 34-9 12-20 31-25 54l-1 0c-5 0-10 8-13 20-3 10-4 18 1 23 0 0 0 0 0 0 0 0-1 0 0 1 0 0-1 0-1 0 0 0 0 0 0 1 3-2 6-5 9-11 0 0-1 1-1 2 0 3 1 5 1 8 0 0 0 0 0 0 0 0 0 0 0 1 3 51 34 51 34 51 7-9 21-22 51-31 20-6 35-10 45-16 6-3 10-7 9-15 0 0 0 0 0 0 2 3 4 7 7 12 0 0 1 0 1 0 6-2 8-14 4-27-3-12-9-21-15-21-5-20-16-40-25-53 0-11 2-24 9-33 11 1 20 2 34 4 38 4 41 79 21 145z m63-270c0 67-52 121-119 121 0 0-36-42-50-64-14 22-48 64-48 64-67 0-118-54-118-121l0-100c60-19 122-29 179-29 93 0 150 26 156 29l0 100z"/> +<glyph unicode="M" d="M126 456l68 31 22-49c23 5 48 6 71 2l19 50 69-27-19-50c20-13 38-29 52-49l48 22 31-68-49-22c5-23 6-48 2-71l50-19-27-69-50 19c-13-20-29-38-49-52l22-48-68-31-22 49c-23-5-48-6-71-2l-19-50-69 27 19 50c-20 13-38 29-52 49l-48-22-31 68 49 22c-5 23-6 48-2 71l-50 19 27 69 50-19c13 20 29 38 49 52z m85-98c-57-25-82-91-57-147 25-57 91-82 147-57 57 25 82 91 57 147-25 57-91 82-147 57z"/> +<glyph unicode="N" d="M134 461l-90 0c-15 0-28-9-28-21l0-379c0-12 13-22 28-22l90 0c15 0 28 10 28 22l0 379c0 12-13 21-28 21z m-45-363c-16 0-30 13-30 30 0 16 14 29 30 29 16 0 30-13 30-29 0-17-14-30-30-30z m45 133c0-8-9-14-19-14l-52 0c-10 0-19 6-19 14l0 186c0 8 9 15 19 15l52 0c10 0 19-7 19-15z m-45-81c-12 0-23-10-23-22 0-13 11-23 23-23 12 0 23 10 23 23 0 12-11 22-23 22z m190 311l-89 0c-16 0-28-9-28-21l0-379c0-12 12-22 28-22l89 0c15 0 28 10 28 22l0 379c0 12-13 21-28 21z m-45-363c-16 0-29 13-29 30 0 16 13 29 29 29 17 0 30-13 30-29 0-17-13-30-30-30z m45 133c0-8-8-14-19-14l-51 0c-11 0-19 6-19 14l0 186c0 8 8 15 19 15l51 0c11 0 19-7 19-15z m-45-81c-12 0-22-10-22-22 0-13 10-23 22-23 13 0 23 10 23 23 0 12-10 22-23 22z m-179 259l68 0 0-16-68 0z m146 0l67 0 0-16-67 0z m220 60l-88-11c-16-1-27-13-25-24l45-377c1-12 15-20 31-18l88 11c15 1 27 13 25 24l-45 377c-2 12-15 20-31 18z m0-366c-17-2-31 9-33 26-2 16 9 31 26 33 16 2 31-10 33-26 2-16-10-31-26-33z m28 138c1-8-7-16-17-17l-51-6c-11-2-20 4-21 12l-22 184c-1 8 7 16 17 17l51 6c11 2 20-4 21-12z m-35-86c-12-2-21-13-19-25 1-13 12-22 25-20 12 1 21 13 20 25-2 12-13 21-26 20z m-64 253l67 8 2-16-67-8z"/> +<glyph unicode="O" d="M154 464c-6 0-10 0-15 1-8 2-12 9-12 16 0 8 5 14 13 15 2 1 5 1 8 1 72 0 144 0 217 0 11 0 16-3 19-10 4-11-2-21-14-22-4-1-7-1-11-1 0-3 0-5 0-8 0-112 0-225 0-337 0-68-62-117-127-101-34 8-58 30-71 63-5 13-7 27-7 41 0 111 0 222 0 334 0 2 0 5 0 8z m35 0c0-2-1-4-1-5 0-60 0-119 0-179 0-5 3-6 7-7 31-8 63-15 94-23 11-2 23-5 35-8 0 75 0 148 0 222-46 0-90 0-135 0z m69-125c14 0 26-12 25-26 0-14-11-25-26-25-14 0-25 12-25 26 0 14 12 25 26 25z m-12 63c9 1 17-7 17-16 0-10-8-17-17-17-9 0-17 7-17 16 0 10 7 17 17 17z m43-52c-7 0-12 6-12 13-1 7 5 12 12 12 7 0 12-6 12-12 0-7-6-13-12-13z"/> +<glyph unicode="P" d="M238 205l-79 0 0-98c0 0 2-30 40-30 35 0 39 30 39 30z m154 277l-156 0c-17 0-31-14-31-31l0-31 36 0c-3 2-5 4-5 8l0 12c0 6 5 11 11 11l134 0c6 0 11-5 11-11l0-12c0-6-5-10-11-10l0 0c-6 0-11-5-11-11l0-232c0 0-6-37-56-37-5 0-9 0-13 1l0-32c4 0 8 0 13 0 61 0 83 41 87 63 0 1 0 3 0 5l0 212c13 4 22 16 22 30l0 34c0 17-14 31-31 31z m-92-68c14-8 23-22 23-39l0-34c0-16-9-31-22-39l0-148c4 0 8-1 13-1 35 0 39 30 39 30l0 231z m-22-9l-158 0c-17 0-31-13-31-30l0-34c0-14 9-26 22-30l0-213c0 0 0-1 0-1 2-23 22-67 88-67 61 0 84 42 87 64 0 1 1 3 1 4l0 213c12 4 22 16 22 30l0 34c0 17-14 30-31 30z m0-53c0-6-5-11-11-11l-1 0c-6 0-10-5-10-10l0-233c0 0-6-36-57-36-54 0-57 36-57 36l0 233c0 5-5 10-10 10l-1 0c-6 0-10 5-10 11l0 12c0 6 4 10 10 10l136 0c6 0 11-4 11-10z"/> +<glyph unicode="Q" d="M332 335l-75 153-76-153-168-24 122-119-29-168 151 79 150-79-28 168 122 119z"/> +<glyph unicode="R" d="M80 102l0 187 88 0 0-187z m110 0l0 330 77 0 0-330-77 0z m99 0l0 121 88 0 0-121z m110 0l0 253 88 0 0-253z m-374 363l33 0 0-385 429 0 0-33-462 0z"/> +<glyph unicode="S" d="M179 382c-1 3-4 4-8 4-30 0-60 0-90 0-1 0-2 0-3 0-3-1-5-3-5-6 0-4 2-6 5-7 2 0 4 0 6-1 0-1 0-2 0-3 0-46 0-172 0-218 0-6 1-12 3-17 5-14 15-23 29-26 27-6 52 14 52 41 0 47 0 174 0 220 0 1 0 2 0 3 2 1 3 1 5 1 5 0 7 4 6 9z m-53-263c0-2-2-3-4-3 0 0 0 0-1 0-12 3-21 11-26 24-2 4-3 9-3 15 0 2 2 4 4 4 0 0 0 0 0 0 2 0 4-2 4-4 0-5 1-9 2-12 4-10 11-16 21-19 3 0 4-3 3-5z m28 81c-5 1-10 3-15 4-12 3-25 6-38 9-2 0-3 1-3 3 0 24 0 130 0 154 0 1 0 2 0 2 19 0 37 0 56 0 0-30 0-141 0-172z m157 182c-1 3-3 4-8 4-30 0-59 0-89 0-1 0-2 0-3 0-4-1-6-3-6-6 0-4 2-6 5-7 2 0 4 0 6-1 0-1 0-2 0-3 0-46 0-172 0-218 0-6 1-12 3-17 6-14 16-23 30-26 27-6 52 14 52 41 0 47 0 174 0 220 0 1 0 2 0 3 1 1 3 1 4 1 5 0 8 4 6 9z m-52-263c0-2-2-3-4-3 0 0-1 0-1 0-13 3-22 11-27 24-2 4-2 9-2 15 0 2 1 4 4 4 0 0 0 0 0 0 2 0 4-2 4-4 0-5 1-9 2-12 4-10 11-16 21-19 2 0 4-3 3-5z m27 81c-5 1-9 3-14 4-13 3-26 6-39 9-1 0-2 1-2 3 0 24 0 130 0 154 0 1 0 2 0 2 18 0 37 0 55 0 0-30 0-141 0-172z m158 182c-1 3-4 4-8 4-30 0-60 0-89 0-2 0-3 0-4 0-3-1-5-3-5-6 0-4 2-6 5-7 2 0 4 0 6-1 0-1 0-2 0-3 0-46 0-172 0-218 0-6 1-12 3-17 5-14 15-23 29-26 27-6 52 14 52 41 0 47 0 174 0 220 0 1 0 2 0 3 2 1 3 1 5 1 5 0 7 4 6 9z m-52-263c-1-2-2-3-4-3-1 0-1 0-1 0-13 3-22 11-27 24-2 4-3 9-3 15 0 2 2 4 4 4 0 0 0 0 0 0 3 0 4-2 4-4 0-5 1-9 3-12 3-10 11-16 21-19 2 0 3-3 3-5z m27 81c-5 1-10 3-14 4-13 3-26 6-39 9-1 0-3 1-3 3 0 24 0 130 0 154 0 1 0 2 0 2 19 0 37 0 56 0 0-30 0-141 0-172z m61 151c-9 0-17-8-17-18l0-58-409 0 0 58c0 10-8 18-18 18-9 0-17-8-17-18l0-266c0-10 8-18 17-18 2 0 3 0 5 0 2 0 4 0 6 0l423 0c2 0 4 0 6 0 2 0 3 0 4 0 10 0 18 8 18 18l0 266c0 10-8 18-18 18z m-17-112l0-154-409 0 0 154z"/> +<glyph unicode="T" d="M422 172l0 0c-2 0-3 0-5 0l-153 153c-11 11-27 14-40 9l24 70c4 12 0 29-9 37l-50 51c-9 8-26 12-37 8l-30-10c-5-2-8-4-9-8-1-3 1-7 4-11l33-32c11-12 11-30 0-42l-35-34c-6-6-13-9-21-9-8 0-15 3-21 9l-32 32c-3 4-7 5-11 5-3-1-6-4-8-9l-10-30c-4-12 0-29 9-38l50-50c9-8 26-12 37-9l70 24c-4-13-1-29 9-39l154-154c0-1 0-3 0-4 0-45 36-82 81-82 44 0 81 37 81 82 0 44-36 81-81 81z m0-124c-24 0-43 19-43 43 0 11 5 22 13 30 8 8 18 12 30 12 23 0 42-19 42-42 0-24-19-43-42-43z"/> +<glyph unicode="U" d="M508 256l-247 231 0-151-256 0 0-160 256 0 0-150z"/> +<glyph unicode="V" d="M380 287c-3 0-5 0-7 0-107 0-215 0-323 0-11 0-22-2-30-10-5-5-9-11-10-19-2-11 1-20 7-29 7-8 16-12 26-12 91 0 182 0 272 0 22 0 44 0 67 0-2-2-4-4-5-5-36-36-73-72-110-109-10-10-14-22-10-37 3-11 16-23 28-24 14-3 25 3 34 12 56 56 113 113 169 169 7 7 13 17 13 28 0 6-3 13-6 19-2 4-5 8-9 12-56 56-112 112-168 168-17 16-34 18-52 3-5-5-8-13-10-19-3-13 2-24 10-33 11-12 22-22 33-33 27-26 53-52 79-78 1-1 1-1 2-3z"/> +<glyph unicode="W" d="M287 213l-73 0c-54 0-97-44-97-97l0-81c49-16 97-23 143-23 75 0 119 20 124 23l0 81c0 53-44 97-97 97z m-37 30c41 0 74 33 74 74 0 40-33 73-74 73-40 0-73-33-73-73 0-41 33-74 73-74z m90 113c6-2 12-3 18-3 41 0 74 33 74 74 0 40-33 73-74 73-40 0-73-33-73-73 0-7 1-14 3-20 23-10 42-28 52-51z m55-33l-47 0c0-2 0-4 0-6 0-34-17-63-43-81 56-9 99-55 103-112 51 5 80 19 84 21l0 81c0 54-44 97-97 97z m-375-239c24-8 48-13 72-17l0 49c0 61 45 111 103 120-10 7-19 16-26 26l-52 0c-53 0-97-43-97-97z m134 209c0 0 1 0 2 0-2 7-3 15-3 24 0 41 25 76 61 91-13 19-35 31-60 31-41 0-74-33-74-73 0-41 33-73 74-73z"/> +</font></defs></svg> diff --git a/webapp/static/fonts/shgen.ttf b/webapp/static/fonts/shgen.ttf new file mode 100644 index 0000000000000000000000000000000000000000..73fbd2cae1e485ec8c6b97b4ba036d37153d716b Binary files /dev/null and b/webapp/static/fonts/shgen.ttf differ diff --git a/webapp/static/fonts/shgen.woff b/webapp/static/fonts/shgen.woff new file mode 100644 index 0000000000000000000000000000000000000000..0966bcc3f1b7ed14db91b47f6c3d01afd12f6897 Binary files /dev/null and b/webapp/static/fonts/shgen.woff differ diff --git a/webapp/templates/base.html b/webapp/templates/base.html new file mode 100644 index 0000000000000000000000000000000000000000..cba4b255f4982639e98337d565bedff14afda53e --- /dev/null +++ b/webapp/templates/base.html @@ -0,0 +1,74 @@ +<!-- # -*- coding: utf-8 -*- +# +# Copyright (c) 2020-2023 Fraunhofer IPA. All rights reserved. +# This file is part of ProEnergie Production-Loadprofile-Tool. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# --> + + + +<!DOCTYPE html> +<html> + <head> + {% block meta %} + <!-- Required meta tags --> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> + {% endblock %} + <title> + {% block title %} + ProEnergie - Lastgang-Prognose-Tool + {% endblock %} + </title> + {% block css %} + <link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}"> + <!-- Bootstrap CSS --> + {{ bootstrap.load_css() }} + {% endblock %} + </head> + <body> + <header> + {% block navbar %} + <nav style="background-color: rgb(23, 156, 125);" class="navbar navbar-expand-md navbar-light navbar-dark"> + <div class="container"> + <a href="/" class="navbar-brand">ProEnergie</a> + <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation" n_clicks="0" n_clicks_timestamp="-1"> + <span class="navbar-toggler-icon"></span> + </button> + <div class="collapse navbar-collapse" id="navbarSupportedContent"> + <ul class="ml-auto navbar-nav"> + <li class="nav-item"><a href="/" class="nav-link">Home</a></li> + <li class="nav-item"><a href="/upload" class="nav-link">Upload</a></li> + <li class="nav-item"><a href="/model" class="nav-link">Modelltraining</a></li> + <li class="nav-item"><a href="/prediction" class="nav-link">Prognose</a></li> + <li class="nav-item"><a href="/visualization" class="nav-link">Analyse</a></li> + </ul> + </div> + </div> + </nav> + {% endblock %} + </header> + {% block content %} + {% endblock %} + <footer> + {% block footer %} + {% block scripts %} + <!-- Optional JavaScript --> + {{ bootstrap.load_js() }} + {% endblock %} + {% endblock %} + </footer> + </body> +</html> \ No newline at end of file diff --git a/webapp/templates/dash_index.html b/webapp/templates/dash_index.html new file mode 100644 index 0000000000000000000000000000000000000000..8628dc4174dc44b952ebff5d766eacc5780c0198 --- /dev/null +++ b/webapp/templates/dash_index.html @@ -0,0 +1,35 @@ +<!-- # -*- coding: utf-8 -*- +# +# Copyright (c) 2020-2023 Fraunhofer IPA. All rights reserved. +# This file is part of ProEnergie Production-Loadprofile-Tool. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# --> + + +{% extends "base.html" %} + +{% block title %}{{ "{%title%}" }}{% endblock %} +{% block meta %}{{ "{%metas%}" }}{% endblock %} +{% block css %}{{ "{%css%}" }}{% endblock %} + +{% block content %} + {{ "{%app_entry%}" }} +{% endblock %} + +{% block footer %} + {{ "{%config%}" }} + {{ "{%scripts%}" }} + {{ "{%renderer%}" }} +{% endblock %} diff --git a/webapp/templates/home.html b/webapp/templates/home.html new file mode 100644 index 0000000000000000000000000000000000000000..5c308b50b83aac797ff6a1c40e001c082d697d79 --- /dev/null +++ b/webapp/templates/home.html @@ -0,0 +1,31 @@ +<!-- # -*- coding: utf-8 -*- +# +# Copyright (c) 2020-2023 Fraunhofer IPA. All rights reserved. +# This file is part of ProEnergie Production-Loadprofile-Tool. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# --> + + +{% extends "base.html" %} +{% block content %} +<div class="container"> + <ul> + <li><a href="/" class="nav-link">Home</a></li> + <li><a href="/upload/" class="nav-link">Upload</a></li> + <li><a href="/visualization/" class="nav-link">Darstellung</a></li> + </ul> +</div> + +{% endblock %} \ No newline at end of file diff --git a/webapp/templates/model.html b/webapp/templates/model.html new file mode 100644 index 0000000000000000000000000000000000000000..7ff198a285c8b92d28815d3ca4604da3c17581d0 --- /dev/null +++ b/webapp/templates/model.html @@ -0,0 +1,40 @@ +<!-- # -*- coding: utf-8 -*- +# +# Copyright (c) 2020-2023 Fraunhofer IPA. All rights reserved. +# This file is part of ProEnergie Production-Loadprofile-Tool. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# --> + + +{% extends "base.html" %} +{% block content %} +<div class="container"> + <form action="" method="post" novalidate> + <p> + {{ form.filename.label }}<br> + {{ form.filename }} + </p> + <p> + {{ form.machine.label }}<br> + {{ form.machine }} + </p> + <p> + {{ form.model_algorithm.label }}<br> + {{ form.model_algorithm }} + </p> + <p>{{ form.submit() }}</p> + </form> +</div> +{% endblock %} \ No newline at end of file diff --git a/webapp/templates/training.html b/webapp/templates/training.html new file mode 100644 index 0000000000000000000000000000000000000000..adf81f02e4321276d9cf552ed4603f23889b15cd --- /dev/null +++ b/webapp/templates/training.html @@ -0,0 +1,27 @@ +<!-- # -*- coding: utf-8 -*- +# +# Copyright (c) 2020-2023 Fraunhofer IPA. All rights reserved. +# This file is part of ProEnergie Production-Loadprofile-Tool. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# --> + + +{% extends "base.html" %} +{% block content %} +<div class="container"> + <h1>Training</h1> + <p style="white-space: pre-line;">{{data}}</p> +</div> +{% endblock %} \ No newline at end of file diff --git a/wsgi.py b/wsgi.py new file mode 100644 index 0000000000000000000000000000000000000000..4aefa7a13f390373ff797c8fdc2a1a8a2432ec33 --- /dev/null +++ b/wsgi.py @@ -0,0 +1,29 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2020-2023 Fraunhofer IPA. All rights reserved. +# This file is part of ProEnergie Production-Loadprofile-Tool. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# + + +"""Application entry point.""" +from webapp import init_app + + +app = init_app() + + +if __name__ == "__main__": + app.run(debug=True)