kloeckner.com.ar

a backup of my entire webpage
Index Commits Files Refs README LICENSE
commit ef883ab8432980aaea7bdd8ce478fe9969147a7f
parent 9eb6acea8f1bcfe18e25994eae4f1afbb747af59
Author: mjkloeckner <martin.cachari@gmail.com>
Date:   Sat, 24 Sep 2022 15:47:07 -0300

Update 24-09-22: Spring clean

Diffstat:
Dblog/00/dwm_config.html | 120-------------------------------------------------------------------------------
Dblog/00/screenshot.jpeg | 0
Dblog/00/scrot.png | 0
Dblog/01/vim_config.html | 51---------------------------------------------------
Dblog/02/templeos.html | 20--------------------
Dcommon/about_style.css | 45---------------------------------------------
Dcommon/downloads.html | 26--------------------------
Dcommon/library.html | 139-------------------------------------------------------------------------------
Dcss/generic_style.css | 128-------------------------------------------------------------------------------
Mcss/style.css | 20++++++++++----------
Dcss/style_library.css | 141-------------------------------------------------------------------------------
Dfonts/Futura Bold Italic font.ttf | 0
Dfonts/Futura Bold font.ttf | 0
Dfonts/Futura Book Italic font.ttf | 0
Dfonts/Futura Book font.ttf | 0
Dfonts/Futura Extra Black font.ttf | 0
Dfonts/Futura Heavy Italic font.ttf | 0
Dfonts/Futura Heavy font.ttf | 0
Dfonts/Futura Light Italic font.ttf | 0
Dfonts/Futura Light font.ttf | 0
Dfonts/Futura Medium Italic font.ttf | 0
Dfonts/Futura XBlk BT.ttf | 0
Dfonts/FuturaBT-MediumCondensed.eot | 0
Dfonts/FuturaBT-MediumCondensed.svg | 1229-------------------------------------------------------------------------------
Dfonts/FuturaBT-MediumCondensed.woff | 0
Dfonts/FuturaBT-MediumCondensed.woff2 | 0
Dfonts/futur.ttf | 0
Dfonts/futura light bt.ttf | 0
Dfonts/futura_medium/FuturaBT-Medium.eot | 0
Dfonts/futura_medium/FuturaBT-Medium.svg | 1361-------------------------------------------------------------------------------
Dfonts/futura_medium/FuturaBT-Medium.woff | 0
Dfonts/futura_medium/FuturaBT-Medium.woff2 | 0
Dfonts/futura_medium/demo.html | 192-------------------------------------------------------------------------------
Dfonts/futura_medium/futura_medium.ttf | 0
Dfonts/futura_medium/futura_medium.zip | 0
Dfonts/futura_medium/stylesheet.css | 12------------
Dfonts/futura_medium_condensed.ttf | 0
Dfonts/tt0205m_.ttf | 0
Dfonts/unicode.futurab.ttf | 0
Dfonts/unicode.futurabb.ttf | 0
Djs/hello.js | 1-
41 files changed, 10 insertions(+), 3475 deletions(-)
diff --git a/blog/00/dwm_config.html b/blog/00/dwm_config.html
@@ -1,120 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <head id=top>
-        <title>DWM - A tiling window manager configuration - Martin Klöckner's webpage</title>
-        <link rel='stylesheet' type='text/css' href="/css/style.css">
-        <link rel="icon" href="/favicon.ico">
-        <meta charset="utf-8"/>
-    </head>
-
-    <body>
-        <!--#include virtual="/common/header.shtml" -->
-
-        <article>
-            <link rel='stylesheet' type='text/css' href="/css/article_style.css">
-            <p class="article-date">23-10-21 (last update </p>
-
-            <script>
-                var dt = document.lastModified;
-                dt = dt.replaceAll("/", "-");
-                // document.write(dt.substring(0, 11));
-                document.querySelector('.article-date').innerHTML += dt.substring(0, 10) + ")";
-            </script>
-
-            <h1 id="article-title">DWM - A tiling window manager configuration</h1>
-            <p>A window manager is a software that can manage the layout and appearance of every window spawned in your desktop, most people confuse them with desktop enviroments, which isn't the same since a desktop enviroment is more of an ecosystem, they come with a more 'complete' set of tools, like a basic web browser, a terminal emulator or calculator, an example of desktop enviroment would be gnome, xfce or kde plasma; instead a window manager is only the program that manages the windows spawned, although there are window managers that come with a little more, like docks or taskbars (openbox for example).</p>
-
-            <p>    In my case I use dwm, which is a window manager written in C developed by suckless software. The most relevant thing of this window manager is that out of the box it comes with the most basic functionallity, and if you want to extend it you need to patch it.</p>
-
-            <p>By default DWM comes with 9 workspaces, in which you can open as many windows as you please; to spawn a new window for example a web browser you need to assign it a keybinding or use an application launcher like <a href="https://tools.suckless.org/dmenu/">dmenu</a></p>
-
-            <!-- <p>but you can add as much as you want, for example I added a 10th workspace and mapped to the '0' key, which by default turn on a mode that shows all the opened windows in the current workspace, a feature that I never used.</p> -->
-            <br>
-
-            <div id="article-screenshot">
-                <img style="padding: 0em; width: 100%;" class="screenshot" max-width=40em src="scrot.png" title="Screenshot of my dwm build" alt="Screenshot">
-            </div>
-
-            <br><br>
-            <h5><u>How do you install DWM?</u></h5>
-
-            <br>
-            <h5>Requisites</h5>
-            <ul>
-                <li>GNU/Linux or BSD based operating system</li>
-                <li>A C library and a C compiler</li>
-                <li>make utility installed</li>
-                <li>X server installed</li>
-                <li>DWM source code, you can clone the repository or download as a tar file at the web</li>
-            </ul>
-
-            <br>
-
-            <p>As you can see above you can only install DWM on GNU/Linux or BSD based distros, unfortunally dwm is not available for Windows users but I'm sure there is an alternative.</p>
-
-            <!-- <br> -->
-            <h5>Installation</h5>
-            <p>In order to install dwm you can visit the web of the creators at <a href="https://dwm.suckless.org/">suckless.org/dwm</a>, where you can download the source code as a tar file, or clone the repository.</p>
-            <p>After you obtain the source code you need to navigate to the root folder of the source code and execute the following command</p>
-
-            <code>$ <em id=command><u>sudo</u> make</em> install</code>
-
-            <p>after that you can log out of you user account, if you use a display manager you can select dwm as window manager and log back in, if you dont use a display manager you need to edit your .xinitrc file located at you home folder.</p>
-
-            <!-- <code style="padding-left: 1em; box-shadow: 5px 5px 5px black;">$ cat $HOME/.xinitrc<br>...<br>exec dwm</code> -->
-            <code>$ <em id=command>cat</em> $HOME/.xinitrc<br>...<br>exec dwm</code>
-
-            <p>Then you can start the X server and it should open dwm without any problems.</p>
-
-            <!-- <br> -->
-            <h5><u>How do you configure DWM?</u></h5>
-
-            <p>Basically you configure it by editing its source code, inside the root folder of the project there is a C header file named <a href="https://github.com/klewer-martin/dotfiles/blob/master/.config/dwm/config.def.h">config.def.h</a> which if you open with a text editor you can see that there is some C code that you can edit, for example the line "static const int topbar" defines a variable named topbar which you can set to 1 or 0, to select if the status bar should spawn in the top or the bottom of the screen. After every change you make to the source code you need to copy config.def.h to config.h and then <u>recompile dwm</u></p>
-
-            <!-- <br> -->
-
-            <h5>Show information on the status bar</h5>
-
-            <p>dwm by default won't show any information on the status bar, this is done by using the xsetroot utility, which sets the WM_NAME enviroment variable that dwm uses, lets assume you want to set the clock and date on the status bar, well you could execute the following command</p>
-
-            <code>$ <em id=command>xsetroot</em> -iname <em id=command_sym>$(</em><em id=command>date</em><em id=command_sym>)</em></code>
-
-            <p>and all the output of 'date' would be printed on the status bar, this makes dwm status bar highly scriptable, in fact the are a ton of status bar implementation, the one that I use is called <a href="https://github.com/torrinfail/dwmblocks">dwmblocks</a> and its also written in C and the configuration its pretty much the same as dwm, in order to get information you need to have scripts that prints the desired data to stdout, then you can include it on the config.h of dwmblocks by having them on a folder which is included in the $PATH variable of your user.</p>
-
-            <!-- <br> -->
-            <h5>Getting emoji support on dwm</h5>
-
-            <p>dwm by default doesn't come with emoji support, if you want to render an emoji in the status bar its going to either show it as a box or in the worst case crash, so in order to get emoji support first you need to get a font with <u>emojis</u>, I'm using <a href="https://www.joypixels.com/"JoyPixel>JoyPixels&reg; font</a> you can also use <a href="https://fonts.google.com/noto">Google's noto font</a>, or any other font that comes with emoji support. Then open dwm configuration file and append to the <u>fonts</u> array the name of the font you want, in my case it's JoyPixels&reg;.</p>
-            <code style="max-width: 30em;">$ <em id=command>cat</em> config.def.h<br>
-                    ...<br>
-                    .. *fonts[] = { ..., "JoyPixels:size=7" };<br>
-                    ...<br>
-            </code>
-            <p>After you setup the font you need to remove or comment a chunk of code from drw.c, a file located in the root of the folder where dwm source code resides, between lines 136-150 there is a function named IsCol, you need to remove it or comment it.</p>
-
-
-            <p>Finally you can recompile dwm and you will get emoji support. Sometimes even though you made all this procedure you still get boxes insted of the proper emoji, I solved this by adding another font name in the <u>fonts</u> array, like a fallback font.</p>
-            <!-- <br> -->
-            <h5><u>Patches in dwm</u></h5>
-
-            <p>Since dwm is a simple program than doesn't include much features, if you want to extend it, for example by adding a <a href="https://dwm.suckless.org/patches/systray/">systray</a> to the status bar, you need to patch dwm. To do this first you need to download the patch from <a href="https://dwm.suckless.org/patches/">suckless.org/patches</a>, then make sure you got it 'patch' installed, although I think it comes with most linux distributions by default nowdays.</p>
-
-            <code>$ <em id=command>patch</em> -p1 <em id=command_red>&lt;</em> <u>&lt;name of the file&gt;</u></code>
-
-            <p>If you never patched dwm before then probably no errors would be reportjd, but if you already have applied a ton of patches then probably you would get a HUNK ## FAILED, in this case you need to get your hands dirty, and manually patch all the files that failed, you do this by opening the files with .rej extension (short for rejected), and the corresponding file to be patched, for example dwm.c and dwm.c.rej, and then you add all the chunks of code from the rejected file into the corresponding place in the non rejected file, you know where you should put the chunks of code because in the rej file you can see at the start of every chunk there is a '@@' followed by a number of line; also lines starting with plus means add, and minus means delete, if i'm not clear you should google how to use diff and patch to modify a file.</p>
-
-            <h5><u>Useful links</u></h5>
-            <ul>
-                <li><a href="https://en.wikipedia.org/wiki/Window_manager">What is a window manager?</a></li>
-                <li>Make sure to check the <a href="https://suckless.org/">suckless webiste</a></li>
-                <li><a target="_blank" href="https://dwm.suckless.org/">suckless dwm website</a></li>
-                <li><a target="_blank" href="https://www.x.org/releases/X11R7.7/doc/man/man1/Xserver.1.xhtml">X server man page</a></li>
-                <li><a target="_blank" href="https://man7.org/linux/man-pages/man1/patch.1.html">patch man page</a></li>
-            </ul>
-
-            <!--#include virtual="/common/end_of_article.shtml" -->
-        </article>
-        <!--#include virtual="/common/footer.shtml" -->
-    </body>
-</html>
diff --git a/blog/00/screenshot.jpeg b/blog/00/screenshot.jpeg
Binary files differ.
diff --git a/blog/00/scrot.png b/blog/00/scrot.png
Binary files differ.
diff --git a/blog/01/vim_config.html b/blog/01/vim_config.html
@@ -1,51 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <head>
-        <title>Vi Improved - Martin Klöckner's webpage</title>
-        <link rel='stylesheet' type='text/css' href="/css/style.css">
-        <link rel="icon" href="/favicon.ico">
-        <meta charset="utf-8"/>
-    </head>
-
-    <body>
-        <!--#include virtual="/common/header.shtml" -->
-
-        <article>
-            <link rel='stylesheet' type='text/css' href="/css/article_style.css">
-            <p class="article-date">04-03-21 (last update </p>
-
-            <script>
-                var dt = document.lastModified;
-                dt = dt.replaceAll("/", "-");
-                // document.write(dt.substring(0, 11));
-                document.querySelector('.article-date').innerHTML += dt.substring(0, 10) + ")";
-            </script>
-
-            <div id="article-title-with-icon">
-                <div id="article-icon">
-                    <img src="/media/vim_logo.png" title="Vim logo" alt="Vim logo">
-                </div>
-                <h1 id="article-title">The keyboard driven text editor</h1>
-            </div>
-
-            <p>If we think for a moment about software we are going to realize that the core of every program it's just plain text, literally just words in a file that someone wrote, this webpage it's just text interpreted by your web-browser, whose also just plain text implemented by another program, some software has more complexity than others, for example the linux kernel it's estimated that has around 27.8 million lines of code, which is also just plain text</p>
-
-            <p>The way we tell computers what to do it's with text, so in order to write that text we just need a text editor and this is were Vim it's known for. Vim it's just a text editor. The term Vim stands for Vi IMproved, Vim it's a rewrite and improved version of Vi, a text editor that dates from 1978.</p>
-
-            <p>In this article I want to show how this text editor became my best frient (?), I learned to love about Vim keybindings and now I even have and extension on my browser to use vim like keybindings.</p>
-
-            <p>Vim is a console text editor (altough you can find distributions like gvim, which comes with a gui), a benefit of this its that It's very lightweign in terms of system resources. Vim it's also highly configurable, you can do this by editing the <u>.vimrc</u> text file, which should be in you home directory in Linux or BSD bases OSs, if not you can <u>create</u> a new blank one and start from zero</p>
-
-            <p>If you installed Vim and you don't know how to move around or insert text, first you need to understand the basics, Vim has 3 main "modes" </p>
-
-            <p>By default Vim comes with a lot of features disabled, for example a key binding to comment a line or auto close brackets, parenthesis, etc, this features you can enable them by installing <u>plugins</u> which I will cover leter.</p>
-
-            <br>
-            <!--#include virtual="/common/end_of_article.shtml" -->
-
-        </article>
-
-        <!--#include virtual="/common/footer.shtml" -->
-    </body>
-</html>
diff --git a/blog/02/templeos.html b/blog/02/templeos.html
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <head>
-        <title>Martin's webpage</title>
-        <link rel='stylesheet' type='text/css' href="/css/style.css">
-        <link rel="icon" href="/favicon.ico">
-        <meta charset="utf-8"/>
-    </head>
-
-    <body>
-        <!--#include virtual="/common/header.shtml" -->
-
-        <article>
-
-        </article>
-
-        <!--#include virtual="/common/footer.shtml" -->
-    </body>
-</html>
diff --git a/common/about_style.css b/common/about_style.css
@@ -1,45 +0,0 @@
-.presentation {
-    margin-left: auto;
-    margin-right: auto;
-
-    text-align: center;
-
-    padding-top: 1em;
-    padding-bottom: 1em;
-}
-
-.profile_img {
-    margin-left: auto;
-    margin-right: auto;
-    margin-bottom: 1em;
-
-    max-width: 20em;
-
-    border-style: dashed;
-    border-color: peru;
-    /* border-width: 1.75px; */
-    /* border-radius: .75em; */
-
-    box-shadow: 3px 3px 3px black;
-}
-
-.skills_logos {
-    display: flex;
-    justify-content: center;
-    align-items: center;
-    /* padding: 1em; */
-}
-
-.skills_logo {
-    max-width: 5em;
-    padding: 1em;
-}
-
-.linux_logo {
-    max-width: 5em;
-    padding: 1em;
-}
-
-#skills_heading {
-    text-align: center;
-}
diff --git a/common/downloads.html b/common/downloads.html
@@ -1,26 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <head>
-        <title>Downloads | Martin Klöckner's Webpage</title>
-        <link rel='stylesheet' type='text/css' href="/css/style.css">
-        <link rel="icon" href="/favicon.ico">
-        <meta charset="utf-8"/>
-    </head>
-
-    <body>
-        <!--#include virtual="header.shtml" -->
-
-        <article>
-            <h2 style="color:#DAA520; text-shadow: 5px 5px 5px black;">Downloads</h2>
-
-            <ul>
-                <li>24 Oct 2021 -- <a href="/downloads/vim.tar.gz">Vim configuration files</a></li>
-                <li>24 Oct 2021 -- <a href="/downloads/zsh.tar.gz">Zsh configuration files</a></li>
-            </ul>
-
-        </article>
-
-        <!--#include virtual="footer.shtml" -->
-    </body>
-</html>
diff --git a/common/library.html b/common/library.html
@@ -1,139 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <head id=top>
-        <title>Books that I recommend | Martin Klöckner's webpage</title>
-        <link rel='stylesheet' type='text/css' href="/css/style.css">
-        <link rel="icon" href="/favicon.ico">
-        <meta charset="utf-8"/>
-    </head>
-
-    <body>
-        <!--#include virtual="header.shtml" -->
-
-        <article>
-            <h2>Library</h2>
-            <p>In the following list you can find all the books in my personal library, It's worth to know that the mayority of them I've never finished, but they are good books and worth the time to read.</p>
-            <br>
-
-            <h5><u>Biographies</u></h5>
-                <ul>
-                    <li>Abraham Pais - The science and the life of Albert Einstein</li>
-                    <li>Linus Torvalds, David Diamond - Just for Fun, The Story of an Accidental Revolutionary</li>
-                </ul>
-            <br>
-
-            <h5><u>Economics</u></h5>
-            <ul>
-                <li>Mark Douglas - Trading in the Zone (2000)</li>
-                <li>Roger Wattenhofer - The science of the blockchain (2016)</li>
-                <li>Thomas N. Bulkowski - Encyclopedia of Chart Patterns (2005)</li>
-                <li>Van Tharp - Trade Your Way to Financial Freedom (2006)</li>
-            </ul>
-            <br>
-
-            <h5><u>Human vocabulary</u></h5>
-            <ul>
-                <li>Anthony Bulger, Jose Garcia Vazquez - El Nuevo Ingles Sin Esfuerzo (1999)</li>
-                <li>Collins Dictionaries - Vocabulario de inglés (2012)</li>
-                <li>Ed Swick - German Grammar Drills (2007)</li>
-                <li>Ed Swick - German Vocabulary Book (2007)</li>
-                <li>Irene Klein - Taller del escritor universitario</li>
-                <li>Mark Lester - English Grammar Drills (2009)</li>
-                <li>Michael McCarthy, Felicity O'Dell - English vocabulary in use (upper-intermediate and advanced) (1994)</li>
-                <li>Rawdon Wyatt - Check your vocabulary for english for IELTS examination (2002)</li>
-                <li>Stuart Redman - English Vocabulary in Use - (Pre-intermediate and Intermediate) (1997)</li>
-                <li>Susan Cameron - Perfecting Your English Pronunciation (2018)</li>
-            </ul>
-            <br>
-
-            <h5><u>Leisure</u></h5>
-            <ul>
-                <li>George Orwell - 1984</li>
-                <li>Randall Munroe - What If? Serious Scientific Answers to Absurd Hypothetical Questions</li>
-            </ul>
-            <br>
-
-            <h5><u>Self Improvement</u></h5>
-            <ul>
-                <li>Dale Carnegie - How to Win Friends &amp; Influence People</li>
-                <li>Cal Newport - Digital Minimalism (2019)</li>
-            </ul>
-            <br>
-
-            <h5><u>Math &amp; Physics</u></h5>
-            <ul>
-                <li>Fisica Universitaria vol. I - Sears - Zemansky</li>
-                <li>Fisica Universitaria vol. II - Sears - Zemansky</li>
-                <li>Kenneth Kuttler - Multivariable Calculus, Applications and Theory</li>
-                <li>Marsden, Tromba - Calculo Vectorial</li>
-                <li>Tom Apostol - Calculus Vol.1</li>
-                <li>Tom Apostol - Calculus Vol.2</li>
-            </ul>
-            <br>
-
-            <h5><u>Programming</u></h5>
-            <ul>
-                <li>Ing. Pablo A. Sznajdleder - Algoritmos a fondo con implementacion en C y Java</li>
-                <li>Allen B. Downey - Think Complexity, Complexity Science and Computational Modeling (2011)</li>
-                <li>Allen B. Downey - Think Python, How to Think Like a Computer Scientist (2015)</li>
-                <li>Andrew Huang - Hacking the Xbox An Introduction to Reverse Engineering-No Starch Press (2013)</li>
-                <li>Andrew S. Tanenbaum, Albert S. Woodhull - Operating systems, design and implementation (1997)</li>
-                <li>Andrew S. Tanenbaum - Computer networks-Prentice Hall (2002)</li>
-                <li>Andrew S. Tanenbaum - Modern Operating Systems (2008)</li>
-                <li>Bjarne Stroustrup - The C++ Programming Language, 4th Edition (2013)</li>
-                <li>Brian W. Kernighan, Dennis M. Ritchie - The C programming language-Prentice Hall (1988)</li>
-                <li>Bruce Dang, Alexandre Gazet, Elias Bachaalany - Practical Reverse Engineering x86, x64, ARM, Windows Kernel, Reversing Tools, and Obfuscation (2014)</li>
-                <li>Bruce Eckel - Thinking in C++. Volume 1-Prentice Hall (2000)</li>
-                <li>Bruce Schneier - Applied Cryptography - Protocols, Algorithms, and Source Code in C (1995)</li>
-                <li>Cal Newport - Deep Work,Rules for focused success in a distracted world (2016)</li>
-                <li>Carlo Ghezzi, Mehdi Jazayeri, Dino Mandrioli - Fundamentals of Software Engineering (2002)</li>
-                <li>Chromatic - Extreme Programming Pocket Guide_ Team-Based Software Development-Oreilly</li>
-                <li>Dale Dougherty, Arnold Robbins - Sed &amp;Awk-O’Reilly Media (1997)</li>
-                <li>Daniel Kahneman - Thinking, Fast and Slow (2013)</li>
-                <li>Daniel P. Bovet, Marco Cesati - Understanding the Linux Kernel, Third Edition-O'Reilly Media (2005)</li>
-                <li>David Watson, Helen Williams - Cambridge IGCSE® Computer Science Revision Guide (2015)</li>
-                <li>Elliotte Rusty Harold - XML 1.1 Bible (2004)</li>
-                <li>Erik T. Ray - Learning XML (2001)</li>
-                <li>Evi Nemeth et al. - UNIX and Linux System Administration Handbook (2017) </li>
-                <li>Evi Nemeth, Garth Snyder, Trent R. Hein - UNIX and Linux System Administration Handbook, 4th Edition (2010)</li>
-                <li>Fabio Arjona Arciniegas - C++ XML-Sams (2001)</li>
-                <li>Fontela - Programacion Orientada a Objetos (2018)</li>
-                <li>Forrest M. Mims III - Getting started in electronics (2003)</li>
-                <li>Gamma, Helm, Johnson, Vlissides, John - Design patterns elements of reusable object-oriented software (2016)</li>
-                <li>Himanshu Kumar - Advanced Industrial Automation - PLC programming in simplest way with 110 solved examples (2020)</li>
-                <li>Jack D. Schwager - Getting Started in Technical Analysis (2008)</li>
-                <li>Jonathan Corbet, Alessandro Rubini, Greg Kroah-Hartman - Linux Device Drivers</li>
-                <li>Jonathan Corbet - Linux Device Drivers (3rd edition)</li>
-                <li>Kruse - Data Structures and Program Design in C (1991)</li>
-                <li>Linux From Scratch</li>
-                <li>Machtelt Garrels - Bash Guide for Begginers</li>
-                <li>Michael Fitzgerald - Introducing Regular Expressions (2012)</li>
-                <li>Niels Ferguson, Bruce Schneier, Tadayoshi Kohno - Cryptography Engineering_ Design Principles and Practical Applications-Wiley (2010)</li>
-                <li>Paul Deitel, Harvey Deitel - C How to Program (2012)</li>
-                <li>Paul Deitel, Harvey Deitel, Nieto T.R. - XML How to program (2000)</li>
-                <li>Paul Scherz - Practical Electronics for Inventors (2000)</li>
-                <li>Pratt, William K. - PLC Programming Methods and Applications (2001)</li>
-                <li>Richard Blum_Christine Bresnahan - Linux Command Line and Shell Scripting Bible (2015)</li>
-                <li>Robert C. Seacord - Secure coding in C &amp;C++ (2013)</li>
-                <li>Robin Nixon - Learning PHP, MySQL, JavaScript, CSS &amp;HTML5 - A Step-by-Step Guide to Creating Dynamic Websites (3rd ed.) (2014)</li>
-                <li>Rubini A., Corbet J. - LINUX Device Drivers</li>
-                <li>Sarah Lawrey, Donald Scott - Cambridge IGCSE® Computer Science Coursebook (2015)</li>
-                <li>Schousek, Theresa - The Art of Assembly Language Programming Using PIC® Technology (2019)</li>
-                <li>Smith, Stephen - Raspberry PI Assembly Language Programming - arm Processor coding</li>
-                <li>STEVEN HOLZNER - Inside XML-TECHMEDIA (2000)</li>
-                <li>Tanenbaum Andrew S. - Computer Networks (2003)</li>
-                <li>Tanenbaum A.S. - Modern Operating Systems_ International Version-Pearson (2008)</li>
-                <li>Tony Gaddis, Kip Irvine - Starting Out With Visual Basic (2017)</li>
-                <li>Yannis Haralambous, P Scott Horne - Fonts &amp;Encodings (2007)</li>
-                <li>Ying Bai - SQL Server Database Programming With Visual Basic.NET - Concepts, Designs and Implementations (2020)</li>
-                <li>Yurichev D. - Reverse engineering for beginners</li>
-                <li>Zhirkov, Igor - Low-level programming C, Assembly, and program execution on Intel 64 architecture (2017)</li>
-            </ul>
-            <br>
-            <!--#include virtual="end_of_article.shtml" -->
-        </article>
-
-        <!--#include virtual="footer.shtml" -->
-    </body>
-</html>
diff --git a/css/generic_style.css b/css/generic_style.css
@@ -1,128 +0,0 @@
-body {
-    /* background: #333333; */
-    background: #2F4F4F;
-    /* background: #b8a9c9; */
-    margin-top: 1em;
-    margin-bottom: 1em;
-
-    font-size: 14px;
-    font-family: "DejaVu Sans";
-}
-
-header {
-    /* color: white; */
-    /* color: #B22222; */
-    color: crimson;
-    /* background: black; */
-    background: #151515;
-    max-width: 60em;
-
-    margin-left: auto;
-    margin-right: auto;
-    margin-top: 0em;
-    margin-bottom: .5em;
-
-    text-align: center;
-    text-shadow: 5px 5px 5px black;
-
-    padding-left: 1.25em;
-    padding-right: 1.25em;
-    padding-top: .5em;
-    padding-bottom: 1.25em;
-
-    border-radius: 1em;
-    border-top: 1em;
-
-    border-color: white;
-
-    /* box-shadow: 4px 4px 4px black; */
-    box-shadow: 5px 5px 7px black;
-
-    font-size: 1em;
-}
-
-article {
-    color: white;
-    background: #151515;
-    /* min-width: */
-    max-width: 60em;
-
-    margin-left: auto;
-    margin-right: auto;
-    margin-top: 1em;
-    margin-bottom: .9em;
-
-    text-align: justify;
-
-    padding-left: 1.25em;
-    padding-right: 1.25em;
-    padding-top: .15em;
-    padding-bottom: 1em;
-
-    border-radius: 1em;
-    box-shadow: 5px 5px 7px black;
-    
-    /* font-size: 1em; */
-    /* font-size: 14px; */
-}
-
-img {
-    border-radius: .3em;
-    max-width: 60em;
-    overflow: hidden;
-    height: 100%;
-    width: 100%;
-}
-
-a:visited {
-    color: #C5C8C6;
-    color: #575B61;
-    color: peru;
-}
-
-a:link {
-    color: #81A2BE;
-    /* color: peru; */
-}
-
-ol {
-    list-style-position: inside;
-}
-
-ul {
-      list-style-type: none; /* Remove bullets */
-      padding: 0; /* Remove padding */
-      margin: 0; /* Remove margins */
-}
-
-footer {
-    padding-top: 0em;
-    text-align: center;
-
-    font-size: 0.75em;
-    color: #151515;
-}
-
-#header_text {
-    margin-bottom: .25em;
-}
-
-h2 {
-    text-align: center;
-}
-
-h3 {
-    text-align: center;
-}
-
-h4 {
-    text-align: center;
-}
-
-h4 {
-    text-align: center;
-}
-
-#recent_articles {
-    text-align: center;
-}
diff --git a/css/style.css b/css/style.css
@@ -1,20 +1,20 @@
 /* src: url('webfont.eot?#iefix') format('embedded-opentype'), /1* IE6-IE8 *1/ */
 @font-face {
   font-family: 'Futura Medium';
-  src: url('/fonts/futura_medium/futura_medium.ttf'); /* IE9 Compat Modes */
-  src: url('/fonts/futura_medium/FuturaBT-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
-       url('/fonts/futura_medium/FuturaBT-Medium.woff') format('woff'), /* Modern Browsers */
-       url('/fonts/futura_medium/futura_medium.ttf')  format('truetype'), /* Safari, Android, iOS */
-       url('/fonts/futura_medium/FuturaBT-Medium.svg#svgFutura') format('svg'); /* Legacy iOS */
+  src: url('/fonts/Futura/futura_medium.ttf'); /* IE9 Compat Modes */
+  src: url('/fonts/Futura/FuturaBT-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
+       url('/fonts/Futura/FuturaBT-Medium.woff') format('woff'), /* Modern Browsers */
+       url('/fonts/Futura/futura_medium.ttf')  format('truetype'), /* Safari, Android, iOS */
+       url('/fonts/Futura/FuturaBT-Medium.svg#svgFutura') format('svg'); /* Legacy iOS */
 }
 
 @font-face {
   font-family: 'Ubuntu Mono';
-  src: url('/fonts/UbuntuMono-regular/UbuntuMono-Regular.ttf'); /* IE9 Compat Modes */
-  src: url('/fonts/UbuntuMono-regular/UbuntuMono-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
-       url('/fonts/UbuntuMono-regular/UbuntuMono-Regular.woff') format('woff'), /* Modern Browsers */
-       url('/fonts/UbuntuMono-regular/UbuntuMono-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
-       url('/fonts/UbuntuMono-regular/UbuntuMono-Regular.svg#svgUbuntuMono') format('svg'); /* Legacy iOS */
+  src: url('/fonts/UbuntuMono/UbuntuMono-Regular.ttf'); /* IE9 Compat Modes */
+  src: url('/fonts/UbuntuMono/UbuntuMono-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
+       url('/fonts/UbuntuMono/UbuntuMono-Regular.woff') format('woff'), /* Modern Browsers */
+       url('/fonts/UbuntuMono/UbuntuMono-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
+       url('/fonts/UbuntuMono/UbuntuMono-Regular.svg#svgUbuntuMono') format('svg'); /* Legacy iOS */
 }
 
 * {
diff --git a/css/style_library.css b/css/style_library.css
@@ -1,141 +0,0 @@
-* {
-    margin: 0;
-    padding: 0;
-    border: 0;
-    overflow-x: visible;
-    overflow-y: unset;
-}
-
-/* Avoid showing the background of the scrollbar when the content is small enough */
-html {
-    margin-left: calc(100vw - 100%);
-    margin-right: 0;
-    scroll-behavior: smooth;
-}
-
-body {
-    background: #2F4F4F;
-
-    margin-top: .5em;
-    margin-bottom: 10em;
-    margin-left: .5em;
-    margin-right: 1em;
-
-    font-size: 14px;
-    font-family: "DejaVu Sans";
-}
-
-header {
-    color: crimson;
-    background: #151515;
-
-    max-width: 55em;
-
-    margin-left: auto;
-    margin-right: auto;
-    margin-top: .75em;
-    margin-bottom: .5em;
-
-    text-align: center;
-    text-shadow: 5px 5px 5px black;
-
-    padding-left: 1.25em;
-    padding-right: 1.25em;
-    padding-top: 1.5em;
-    padding-bottom: 1em;
-
-    border-radius: 1em;
-    border-top: 1em;
-
-    box-shadow: 5px 5px 7px black;
-}
-
-#header_text {
-    margin-bottom: 0em;
-    padding-bottom: 0.10em;
-}
-
-article {
-    color: antiquewhite;
-    background: #151515;
-    max-width: 55em;
-
-    margin-left: auto;
-    margin-right: auto;
-    margin-top: 1em;
-    margin-bottom: .9em;
-
-    text-align: left;
-
-    padding-left: 1.25em;
-    padding-right: 1.25em;
-    padding-top: 1em;
-    padding-bottom: 1em;
-
-    border-radius: 1em;
-    box-shadow: 5px 5px 7px black;
-}
-
-img {
-    border-radius: .3em;
-}
-
-a:visited {
-    color: #C5C8C6;
-    color: #575B61;
-    color: peru;
-}
-
-a:link {
-    color: #81A2BE;
-    color: peru;
-}
-
-a:hover {
-    color: crimson;
-}
-
-ul {
-    list-style-type: disc; /* Remove bullets */
-    padding: 0;
-    padding-left: 1em;
-    margin: 0; /* Remove margins */
-}
-
-footer {
-    padding-top: 0em;
-    text-align: center;
-    font-size: 0.75em;
-    color: #151515;
-}
-
-h2 {
-    text-align: center;
-    color: #DAA520;
-    text-shadow: 5px 5px 5px black;
-    /* padding-top: .5em; */
-    padding-bottom: .5em;
-}
-
-h3 {
-    text-align: center;
-    padding-top: .5em;
-    padding-bottom: .5em;
-}
-
-h4 {
-    padding-top: .5em;
-    text-align: left;
-}
-
-h5 {
-    padding-top: .5em;
-    padding-bottom: .1em;
-    font-size: 1em;
-
-    /* padding-top: .5em; */
-    /* padding-bottom: .1em; */
-
-    /* margin-top: .5em; */
-    /* margin-bottom: 0em; */
-}
diff --git a/fonts/Futura Bold Italic font.ttf b/fonts/Futura Bold Italic font.ttf
Binary files differ.
diff --git a/fonts/Futura Bold font.ttf b/fonts/Futura Bold font.ttf
Binary files differ.
diff --git a/fonts/Futura Book Italic font.ttf b/fonts/Futura Book Italic font.ttf
Binary files differ.
diff --git a/fonts/Futura Book font.ttf b/fonts/Futura Book font.ttf
Binary files differ.
diff --git a/fonts/Futura Extra Black font.ttf b/fonts/Futura Extra Black font.ttf
Binary files differ.
diff --git a/fonts/Futura Heavy Italic font.ttf b/fonts/Futura Heavy Italic font.ttf
Binary files differ.
diff --git a/fonts/Futura Heavy font.ttf b/fonts/Futura Heavy font.ttf
Binary files differ.
diff --git a/fonts/Futura Light Italic font.ttf b/fonts/Futura Light Italic font.ttf
Binary files differ.
diff --git a/fonts/Futura Light font.ttf b/fonts/Futura Light font.ttf
Binary files differ.
diff --git a/fonts/Futura Medium Italic font.ttf b/fonts/Futura Medium Italic font.ttf
Binary files differ.
diff --git a/fonts/Futura XBlk BT.ttf b/fonts/Futura XBlk BT.ttf
Binary files differ.
diff --git a/fonts/FuturaBT-MediumCondensed.eot b/fonts/FuturaBT-MediumCondensed.eot
Binary files differ.
diff --git a/fonts/FuturaBT-MediumCondensed.svg b/fonts/FuturaBT-MediumCondensed.svg
@@ -1,1229 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
-<metadata>
-Created by FontForge 20170731 at Tue Nov 24 21:37:18 1992
- By Aleksey,,,
-Copyright 1990-1993 Bitstream Inc.  All rights reserved.
-</metadata>
-<defs>
-<font id="FuturaBT-MediumCondensed" horiz-adv-x="788" >
-  <font-face 
-    font-family="Futura MdCn BT"
-    font-weight="400"
-    font-stretch="condensed"
-    units-per-em="2048"
-    panose-1="2 11 5 6 2 2 4 3 2 3"
-    ascent="1638"
-    descent="-410"
-    x-height="981"
-    cap-height="1460"
-    bbox="-342 -483 2132 1970"
-    underline-thickness="121"
-    underline-position="-377"
-    unicode-range="U+0020-F002"
-  />
-<missing-glyph horiz-adv-x="1229" 
-d="M102 -362v1806h1024v-1806h-1024zM217 -248h795v1577h-795v-1577z" />
-    <glyph glyph-name=".notdef" horiz-adv-x="1229" 
-d="M102 -362v1806h1024v-1806h-1024zM217 -248h795v1577h-795v-1577z" />
-    <glyph glyph-name=".null" horiz-adv-x="0" 
- />
-    <glyph glyph-name="nonmarkingreturn" horiz-adv-x="395" 
- />
-    <glyph glyph-name="space" unicode=" " horiz-adv-x="395" 
- />
-    <glyph glyph-name="exclam" unicode="!" horiz-adv-x="557" 
-d="M164 94q0 48 33.5 81.5t81.5 33.5q47 0 79.5 -33.5t32.5 -81.5q0 -47 -32.5 -79.5t-79.5 -32.5q-48 0 -81.5 32.5t-33.5 79.5zM188 356v1104h181v-1104h-181z" />
-    <glyph glyph-name="quotedbl" unicode="&#x22;" horiz-adv-x="590" 
-d="M496 1434v-553h-119v553h119zM211 1434v-553h-117v553h117z" />
-    <glyph glyph-name="numbersign" unicode="#" horiz-adv-x="1575" 
-d="M973 862h-264l-95 -272h263zM922 1456l-166 -471h260l168 471h143l-164 -471h307l-43 -123h-311l-94 -272h330l-43 -123h-332l-166 -469h-145l168 469h-265l-168 -469h-143l166 469h-320l43 123h320l96 272h-342l43 123h344l168 471h146z" />
-    <glyph glyph-name="dollar" unicode="$" 
-d="M215 291q20 -69 54.5 -100t90.5 -31q83 0 127.5 55t44.5 156q0 86 -31.5 142.5t-127.5 125.5q-36 26 -116 78t-105 80q-53 56 -76 122t-23 160q0 151 52.5 246t156.5 133v213h82v-196q13 1 27 1.5t41 0.5h22v194h82v-207q64 -13 112.5 -61.5t92.5 -145.5l-162 -81
-q-15 64 -51.5 96.5t-93.5 32.5q-83 0 -125.5 -49t-42.5 -144q0 -83 30.5 -137.5t135.5 -126.5q27 -20 77 -53q114 -79 140 -109q53 -61 77.5 -129t24.5 -156q0 -150 -55.5 -253.5t-159.5 -145.5v-213h-82v193q-2 -1 -6 -1q-35 -4 -49 -4q-7 0 -17.5 1.5t-15.5 1.5v-191h-84
-v205q-73 20 -124.5 71t-84.5 136z" />
-    <glyph glyph-name="percent" unicode="%" horiz-adv-x="1573" 
-d="M1122 408q0 -185 23.5 -240t85.5 -55q63 0 86.5 56.5t23.5 238.5t-23.5 238t-86.5 56q-62 0 -85.5 -53t-23.5 -241zM973 408q0 253 56 338t202 85t202 -86t56 -337q0 -254 -56 -340t-202 -86t-202 86t-56 340zM514 -18h-127l664 1497h127zM223 1047q0 -182 24 -238.5
-t87 -56.5q62 0 85 55t23 240t-23 239.5t-85 54.5q-63 0 -87 -54.5t-24 -239.5zM76 1047q0 254 56 340t202 86q145 0 201.5 -87t56.5 -339q0 -255 -56 -340.5t-202 -85.5t-202 85.5t-56 340.5z" />
-    <glyph glyph-name="ampersand" unicode="&#x26;" horiz-adv-x="1042" 
-d="M606 276l-225 367q-62 -66 -91.5 -129t-29.5 -129q0 -96 49.5 -157.5t124.5 -61.5q46 0 88 27t84 83zM428 920q87 83 125.5 149t38.5 129q0 58 -33.5 92.5t-89.5 34.5q-58 0 -91.5 -38.5t-33.5 -106.5q0 -53 19 -112t65 -148zM772 0l-76 123q-67 -71 -137.5 -105
-t-146.5 -34q-144 0 -238 112t-94 283q0 104 50.5 204.5t160.5 211.5q-61 98 -93 196t-32 185q0 137 81.5 221t217.5 84q130 0 217.5 -84t87.5 -207q0 -96 -61 -198t-191 -220l217 -352l137 188l136 -96l-179 -244l164 -268h-221z" />
-    <glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="305" 
-d="M211 1434v-553h-117v553h117z" />
-    <glyph glyph-name="parenleft" unicode="(" horiz-adv-x="559" 
-d="M315 -432q-100 251 -149 504t-49 516q0 264 49 517.5t149 504.5l172 -56q-91 -225 -136.5 -465.5t-45.5 -500.5q0 -259 45.5 -498.5t136.5 -466.5z" />
-    <glyph glyph-name="parenright" unicode=")" horiz-adv-x="559" 
-d="M242 1612q100 -251 150 -505.5t50 -516.5q0 -261 -49.5 -513.5t-150.5 -506.5l-172 55q91 227 136.5 466.5t45.5 498.5q0 260 -45.5 500.5t-136.5 465.5z" />
-    <glyph glyph-name="asterisk" unicode="*" horiz-adv-x="780" 
-d="M342 838v225l-197 -111l-49 84l197 113l-197 115l49 84l197 -113v225h98v-225l195 113l49 -86l-197 -113l197 -113l-49 -84l-195 113v-227h-98z" />
-    <glyph glyph-name="plus" unicode="+" horiz-adv-x="1706" 
-d="M913 1221v-551h539v-117h-539v-553h-118v553h-541v117h541v551h118z" />
-    <glyph glyph-name="comma" unicode="," horiz-adv-x="395" 
-d="M340 197l-186 -514l-101 30l133 531z" />
-    <glyph glyph-name="hyphen" unicode="-" horiz-adv-x="559" 
-d="M76 410v161h407v-161h-407z" />
-    <glyph glyph-name="period" unicode="." horiz-adv-x="395" 
-d="M84 92q0 48 32.5 81.5t80.5 33.5q47 0 80.5 -33.5t33.5 -81.5q0 -47 -33 -79.5t-81 -32.5t-80.5 32.5t-32.5 79.5z" />
-    <glyph glyph-name="slash" unicode="/" horiz-adv-x="567" 
-d="M0 -190l422 1669h145l-422 -1669h-145z" />
-    <glyph glyph-name="zero" unicode="0" 
-d="M254 731q0 -362 30.5 -469.5t110.5 -107.5q79 0 109.5 105t30.5 472q0 368 -30.5 473t-109.5 105q-80 0 -110.5 -107.5t-30.5 -470.5zM63 729q0 239 11 360.5t37 182.5q43 109 110.5 158t173.5 49t172.5 -49t110.5 -158q25 -63 36 -184t11 -359q0 -237 -11 -357.5
-t-36 -183.5q-44 -109 -110.5 -157.5t-172.5 -48.5t-173.5 48.5t-110.5 157.5q-26 61 -37 182t-11 359z" />
-    <glyph glyph-name="one" unicode="1" 
-d="M324 0v1284h-181v176h363v-1460h-182z" />
-    <glyph glyph-name="two" unicode="2" 
-d="M33 0l389 774q51 103 76.5 188.5t25.5 155.5q0 97 -32.5 144t-100.5 47q-75 0 -107 -62t-32 -211v-51h-184q-2 14 -2 28.5v45.5q0 209 84 314.5t251 105.5q151 0 237.5 -96t86.5 -265q0 -99 -33.5 -204.5t-113.5 -251.5l-261 -476h379v-186h-663z" />
-    <glyph glyph-name="three" unicode="3" 
-d="M43 381h172q0 -6 -1 -17.5t-1 -17.5q0 -93 39 -140.5t115 -47.5q80 0 117.5 60t37.5 192q0 167 -50 220.5t-193 53.5h-29v159q11 0 25 -0.5t38 -0.5q113 0 153 50.5t40 213.5q0 109 -30.5 161t-94.5 52q-74 0 -107 -56.5t-37 -193.5h-167q-1 10 -1.5 23t-0.5 38
-q0 175 75.5 262t227.5 87q164 0 243.5 -98t79.5 -300q0 -140 -42.5 -217.5t-131.5 -97.5q104 -19 149.5 -96t45.5 -238q0 -236 -86.5 -343t-276.5 -107q-155 0 -232 90.5t-77 273.5v35z" />
-    <glyph glyph-name="four" unicode="4" 
-d="M440 561v578l-262 -578h262zM436 0v397h-395v187l412 876h168v-899h104v-164h-104v-397h-185z" />
-    <glyph glyph-name="five" unicode="5" 
-d="M63 225q47 -34 95 -50.5t98 -16.5q130 0 195 89.5t65 266.5q0 134 -67 201t-199 67q-52 0 -91 -5t-75 -15l96 698h510v-180h-356l-57 -356q29 5 52.5 7.5t41.5 2.5q149 0 240 -117t91 -311q0 -247 -110.5 -385.5t-308.5 -138.5q-72 0 -138.5 17t-130.5 52z" />
-    <glyph glyph-name="six" unicode="6" 
-d="M248 449q0 -153 35.5 -223t113.5 -70q76 0 111 70t35 225q0 160 -34.5 225t-115.5 65q-76 0 -110.5 -68.5t-34.5 -223.5zM281 831q37 38 78 56t87 18q146 0 210.5 -103.5t64.5 -342.5q0 -245 -80 -362t-248 -117q-164 0 -244.5 122.5t-80.5 370.5q0 199 67.5 411.5
-t259.5 575.5h215q-124 -216 -202.5 -366.5t-126.5 -262.5z" />
-    <glyph glyph-name="seven" unicode="7" 
-d="M78 0l434 1286h-442v174h696l-487 -1460h-201z" />
-    <glyph glyph-name="eight" unicode="8" 
-d="M537 793q96 -34 136 -114t40 -255q0 -124 -10 -182.5t-33 -102.5q-41 -76 -112.5 -116.5t-164.5 -40.5q-73 0 -133.5 25.5t-103.5 74.5q-45 50 -63.5 118.5t-18.5 223.5q0 174 40.5 254.5t137.5 114.5q-90 40 -126 110t-36 223q0 184 73 268.5t230 84.5q159 0 232 -85
-t73 -268q0 -153 -36 -223t-125 -110zM260 436q0 -161 30 -221.5t103 -60.5t103 57.5t30 206.5q0 161 -30 222.5t-103 61.5q-71 0 -102 -61.5t-31 -204.5zM393 868q67 0 96 52t29 176q0 121 -29 172t-96 51t-95 -48.5t-28 -174.5q0 -127 28 -177.5t95 -50.5z" />
-    <glyph glyph-name="nine" unicode="9" 
-d="M541 1012q0 152 -36.5 222.5t-115.5 70.5q-75 0 -109 -69.5t-34 -225.5q0 -162 33.5 -226.5t113.5 -64.5q78 0 113 69.5t35 223.5zM508 629q-38 -38 -78.5 -56t-87.5 -18q-145 0 -209.5 103.5t-64.5 342.5q0 246 79.5 363t247.5 117q163 0 243.5 -123.5t80.5 -372.5
-q0 -198 -67 -409t-261 -576h-213q139 245 209.5 380t120.5 249z" />
-    <glyph glyph-name="colon" unicode=":" horiz-adv-x="557" 
-d="M164 610q0 48 33.5 81.5t81.5 33.5q47 0 79.5 -33.5t32.5 -81.5q0 -47 -32.5 -79.5t-79.5 -32.5q-48 0 -81.5 32.5t-33.5 79.5zM164 92q0 48 33.5 81.5t81.5 33.5q47 0 79.5 -33.5t32.5 -81.5q0 -47 -32.5 -79.5t-79.5 -32.5q-48 0 -81.5 32.5t-33.5 79.5z" />
-    <glyph glyph-name="semicolon" unicode=";" horiz-adv-x="557" 
-d="M195 610q0 48 32.5 81.5t79.5 33.5q48 0 81.5 -33.5t33.5 -81.5q0 -47 -33.5 -79.5t-81.5 -32.5q-47 0 -79.5 32.5t-32.5 79.5zM135 -287l133 531l154 -47l-186 -514z" />
-    <glyph glyph-name="less" unicode="&#x3c;" horiz-adv-x="1706" 
-d="M1442 1018l-1000 -408l1000 -405v-129l-1178 483v103l1178 483v-127z" />
-    <glyph glyph-name="equal" unicode="=" horiz-adv-x="1706" 
-d="M1452 477v-117h-1198v117h1198zM1452 860v-117h-1198v117h1198z" />
-    <glyph glyph-name="greater" unicode="&#x3e;" horiz-adv-x="1706" 
-d="M1442 662v-103l-1178 -483v129l1000 405l-1000 408v127z" />
-    <glyph glyph-name="question" unicode="?" horiz-adv-x="561" 
-d="M178 362v433h6q104 0 140 46t36 234q0 146 -19.5 198t-68.5 52q-51 0 -71.5 -44.5t-20.5 -168.5h-166v31q0 180 61 258t201 78q142 0 199 -72.5t57 -259.5q0 -295 -38.5 -382.5t-140.5 -90.5l-1 -312h-174zM147 94q0 48 34 81.5t81 33.5q48 0 81.5 -33.5t33.5 -81.5
-q0 -47 -33.5 -79.5t-81.5 -32.5t-81.5 32.5t-33.5 79.5z" />
-    <glyph glyph-name="at" unicode="@" horiz-adv-x="2048" 
-d="M1292 844l58 121h110l-141 -568q-6 -24 -9 -44t-3 -36q0 -44 27.5 -67t82.5 -23q45 0 100 24t103 64q89 76 139.5 196.5t50.5 254.5q0 266 -195.5 428t-518.5 162q-168 0 -312.5 -52t-259.5 -153q-140 -122 -211 -282.5t-71 -354.5q0 -173 60.5 -304t186.5 -230
-q101 -81 240 -124.5t295 -43.5q172 0 334.5 48.5t296.5 139.5l45 -66q-147 -109 -313 -165t-347 -56q-191 0 -348 46.5t-276 138.5q-153 117 -228 272t-75 352q0 163 50.5 309t149.5 269q146 176 349.5 267t453.5 91q165 0 311 -43.5t248 -124.5q129 -99 195.5 -230
-t66.5 -282q0 -169 -62.5 -308.5t-182.5 -236.5q-69 -55 -148.5 -83.5t-163.5 -28.5q-99 0 -148.5 39t-49.5 116q0 3 1 11t1 12q-51 -87 -127 -132.5t-170 -45.5q-153 0 -233.5 85t-80.5 247q0 230 137 389t332 159q91 0 153.5 -39.5t96.5 -117.5zM1202 473l60 242
-q-17 90 -72 140t-135 50q-146 0 -244 -131.5t-98 -327.5q0 -110 51 -169.5t145 -59.5q102 0 183.5 70.5t109.5 185.5z" />
-    <glyph glyph-name="A" unicode="A" horiz-adv-x="901" 
-d="M451 1083l-132 -632h263zM16 0l342 1460h185l342 -1460h-199l-70 287h-333l-68 -287h-199z" />
-    <glyph glyph-name="B" unicode="B" horiz-adv-x="889" 
-d="M313 834h72q111 0 163 55t52 172q0 123 -48.5 174t-166.5 51h-72v-452zM313 186h66q136 0 186.5 52t50.5 184q0 133 -54.5 191.5t-180.5 58.5h-68v-486zM117 0v1460h270q214 0 310 -88t96 -282q0 -146 -47 -225.5t-150 -112.5q115 -27 167 -105.5t52 -226.5
-q0 -216 -100 -318t-312 -102h-286z" />
-    <glyph glyph-name="C" unicode="C" horiz-adv-x="780" 
-d="M735 33q-49 -26 -99 -38.5t-106 -12.5q-224 0 -335 183t-111 552q0 376 118.5 569t350.5 193q51 0 96 -10t86 -29v-187q-42 21 -80.5 31t-72.5 10q-157 0 -229 -137.5t-72 -437.5q0 -280 68.5 -414.5t211.5 -134.5q41 0 83 13.5t91 41.5v-192z" />
-    <glyph glyph-name="D" unicode="D" horiz-adv-x="1014" 
-d="M330 188h102q166 0 233.5 120t67.5 425q0 304 -67 423.5t-234 119.5h-102v-1088zM131 0v1460h260q298 0 419.5 -163.5t121.5 -565.5q0 -403 -121.5 -567t-419.5 -164h-260z" />
-    <glyph glyph-name="E" unicode="E" horiz-adv-x="786" 
-d="M125 0v1460h584v-176h-387v-434h354v-174h-354v-494h387v-182h-584z" />
-    <glyph glyph-name="F" unicode="F" horiz-adv-x="786" 
-d="M131 0v1460h598v-176h-401v-436h368v-174h-368v-674h-197z" />
-    <glyph glyph-name="G" unicode="G" horiz-adv-x="1004" 
-d="M924 784q3 -46 4.5 -90t1.5 -84q0 -321 -104.5 -474.5t-321.5 -153.5q-224 0 -324 174t-100 573q0 404 100.5 577t329.5 173q162 0 261 -76.5t136 -231.5l-174 -84q-21 107 -76 159t-145 52q-128 0 -180.5 -122.5t-52.5 -442.5q0 -317 52.5 -441t180.5 -124
-q114 0 171.5 94t57.5 281q0 28 -0.5 42.5t-1.5 26.5h-209v172h394z" />
-    <glyph glyph-name="H" unicode="H" horiz-adv-x="1008" 
-d="M131 0v1460h197v-555h352v555h197v-1460h-197v721h-352v-721h-197z" />
-    <glyph glyph-name="I" unicode="I" horiz-adv-x="461" 
-d="M131 0v1460h197v-1460h-197z" />
-    <glyph glyph-name="J" unicode="J" horiz-adv-x="621" 
-d="M297 1460h197v-1083q0 -203 -74.5 -300t-229.5 -97q-55 0 -106.5 16t-101.5 49v201q47 -40 89 -59t83 -19q74 0 108.5 49t34.5 154v1089z" />
-    <glyph glyph-name="K" unicode="K" horiz-adv-x="891" 
-d="M121 0v1460h196v-692l345 692h204l-348 -694l348 -766h-211l-338 750v-750h-196z" />
-    <glyph glyph-name="L" unicode="L" horiz-adv-x="772" 
-d="M131 0v1460h197v-1278h422v-182h-619z" />
-    <glyph glyph-name="M" unicode="M" horiz-adv-x="1145" 
-d="M72 0l125 1460h178l198 -1011l203 1011h172l127 -1460h-182l-59 1024l-195 -1024h-133l-195 1024l-59 -1024h-180z" />
-    <glyph glyph-name="N" unicode="N" horiz-adv-x="1014" 
-d="M129 0v1460h182l387 -1014v1014h187v-1460h-185l-385 1022v-1022h-186z" />
-    <glyph glyph-name="O" unicode="O" horiz-adv-x="1006" 
-d="M287 733q0 -310 50.5 -437.5t168.5 -127.5q117 0 165 121t48 444q0 315 -49 439t-166 124q-118 0 -167.5 -125t-49.5 -438zM88 729q0 401 97.5 575.5t318.5 174.5q220 0 317 -173.5t97 -576.5q0 -401 -97 -574t-317 -173q-221 0 -318.5 173t-97.5 574z" />
-    <glyph glyph-name="P" unicode="P" horiz-adv-x="897" 
-d="M328 819h73q132 0 188 55t56 183q0 123 -59.5 177t-198.5 54h-59v-469zM131 0v1460h240q133 0 207 -19t129 -63q64 -52 99.5 -138t35.5 -191q0 -200 -116.5 -304t-340.5 -104q-24 0 -36 0.5t-21 1.5v-643h-197z" />
-    <glyph glyph-name="Q" unicode="Q" horiz-adv-x="1006" 
-d="M813 -113l-106 148q-49 -26 -100.5 -38.5t-106.5 -12.5q-219 0 -315.5 173t-96.5 574q0 400 97.5 574t318.5 174q220 0 317 -173.5t97 -574.5q0 -221 -27 -370.5t-80 -225.5l119 -164zM465 369l117 84l104 -144q20 56 28.5 160t8.5 289q0 297 -50.5 417.5t-168.5 120.5
-q-121 0 -171 -124t-50 -439q0 -307 49.5 -435t165.5 -128q18 0 42.5 5t53.5 15z" />
-    <glyph glyph-name="R" unicode="R" horiz-adv-x="891" 
-d="M328 825h61q120 0 169.5 56t49.5 198q0 118 -47.5 163.5t-177.5 45.5h-55v-463zM328 713v-713h-197v1460h238q237 0 337.5 -88t100.5 -293q0 -162 -69 -252.5t-206 -107.5l347 -719h-211l-334 713h-6z" />
-    <glyph glyph-name="S" unicode="S" 
-d="M94 256q70 -43 129 -63.5t111 -20.5q90 0 143 52.5t53 140.5q0 129 -203 295l-36 30q-130 107 -182 198.5t-52 205.5q0 165 105 275t260 110q68 0 131 -16t125 -50v-196q-57 40 -111.5 59.5t-107.5 19.5q-93 0 -149 -54.5t-56 -145.5q0 -126 215 -298q20 -16 31 -24
-q125 -101 177 -194t52 -213q0 -168 -107 -276.5t-274 -108.5q-61 0 -124 18t-130 55v201z" />
-    <glyph glyph-name="T" unicode="T" horiz-adv-x="780" 
-d="M291 0v1278h-271v182h740v-182h-271v-1278h-198z" />
-    <glyph glyph-name="U" unicode="U" horiz-adv-x="1008" 
-d="M119 389v1071h194v-1087q0 -105 47 -155t144 -50t143.5 50t46.5 155v1087h195v-1071q0 -212 -92.5 -309.5t-292.5 -97.5t-292.5 97.5t-92.5 309.5z" />
-    <glyph glyph-name="V" unicode="V" horiz-adv-x="848" 
-d="M506 0h-166l-320 1460h199l205 -991l205 991h198z" />
-    <glyph glyph-name="W" unicode="W" horiz-adv-x="1235" 
-d="M276 0l-245 1460h194l142 -999l170 999h161l172 -999l140 999h194l-243 -1460h-162l-181 1036l-182 -1036h-160z" />
-    <glyph glyph-name="X" unicode="X" horiz-adv-x="784" 
-d="M23 0l268 743l-254 717h196l160 -479l158 479h197l-254 -717l268 -743h-207l-162 508l-164 -508h-206z" />
-    <glyph glyph-name="Y" unicode="Y" 
-d="M494 621v-621h-203v621l-275 839h203l123 -407q12 -40 25.5 -100.5t25.5 -133.5q10 64 22.5 121t28.5 111l123 409h205z" />
-    <glyph glyph-name="Z" unicode="Z" horiz-adv-x="784" 
-d="M18 0l474 1286h-404v174h672l-469 -1278h428v-182h-701z" />
-    <glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="559" 
-d="M141 -383v1944h375v-160h-194v-1624h194v-160h-375z" />
-    <glyph glyph-name="backslash" unicode="\" horiz-adv-x="567" 
-d="M422 -190l-422 1669h143l422 -1669h-143z" />
-    <glyph glyph-name="bracketright" unicode="]" horiz-adv-x="559" 
-d="M43 -383v160h193v1624h-193v160h373v-1944h-373z" />
-    <glyph glyph-name="asciicircum" unicode="^" horiz-adv-x="2048" 
-d="M1104 1458l520 -557h-158l-442 438l-442 -438h-160l520 557h162z" />
-    <glyph glyph-name="underscore" unicode="_" horiz-adv-x="1024" 
-d="M1024 -365v-118h-1024v118h1024z" />
-    <glyph glyph-name="grave" unicode="`" horiz-adv-x="1024" 
-d="M631 1114h-105l-237 346h178z" />
-    <glyph glyph-name="a" unicode="a" horiz-adv-x="801" 
-d="M518 0v96q-37 -59 -84.5 -86.5t-109.5 -27.5q-124 0 -188 129t-64 381q0 250 63.5 378.5t188.5 128.5q63 0 110.5 -27t83.5 -85v94h180v-981h-180zM254 492q0 -188 31.5 -265t103.5 -77t103.5 77.5t31.5 264.5q0 188 -31 263.5t-104 75.5t-104 -75.5t-31 -263.5z" />
-    <glyph glyph-name="b" unicode="b" horiz-adv-x="801" 
-d="M276 489q0 -188 31.5 -263.5t104.5 -75.5t104 75.5t31 263.5q0 189 -31 264.5t-104 75.5t-104.5 -75.5t-31.5 -264.5zM102 0v1550h181v-665q36 58 83.5 85t110.5 27q129 0 190.5 -123.5t61.5 -384.5q0 -260 -61.5 -383.5t-190.5 -123.5q-62 0 -109.5 27.5t-84.5 86.5v-96
-h-181z" />
-    <glyph glyph-name="c" unicode="c" horiz-adv-x="522" 
-d="M496 16q-38 -18 -74 -27t-74 -9q-148 0 -218.5 123.5t-70.5 385.5q0 251 71 380.5t208 129.5q42 0 81 -9.5t77 -28.5v-173q-25 24 -49 35t-50 11q-78 0 -116.5 -88t-38.5 -265q0 -163 37.5 -243t113.5 -80q27 0 52.5 10.5t50.5 32.5v-185z" />
-    <glyph glyph-name="d" unicode="d" horiz-adv-x="801" 
-d="M254 489q0 -188 31 -263.5t104 -75.5t104 75.5t31 263.5q0 189 -31 264.5t-104 75.5t-104 -75.5t-31 -264.5zM518 0v96q-37 -59 -84.5 -86.5t-109.5 -27.5q-130 0 -191 123.5t-61 383.5q0 261 61 384.5t191 123.5q63 0 110.5 -27t83.5 -85v665h180v-1550h-180z" />
-    <glyph glyph-name="e" unicode="e" horiz-adv-x="741" 
-d="M231 598h275v25q0 121 -32 175t-103 54q-69 0 -104.5 -64.5t-35.5 -189.5zM670 328v-13q0 -155 -78 -244t-213 -89q-165 0 -241.5 122.5t-76.5 391.5q0 253 76.5 378t231.5 125q165 0 238 -113.5t73 -371.5v-57h-449v-29q0 -154 35 -223.5t111 -69.5q61 0 92.5 48
-t34.5 144z" />
-    <glyph glyph-name="f" unicode="f" horiz-adv-x="446" 
-d="M125 0v842h-98v139h98v344q0 114 56.5 180t154.5 66q23 0 52 -5.5t65 -17.5v-164q-20 7 -37 10t-31 3q-41 0 -59.5 -23.5t-18.5 -75.5v-317h135v-139h-135v-842h-182z" />
-    <glyph glyph-name="g" unicode="g" horiz-adv-x="801" 
-d="M254 492q0 -189 31 -264.5t104 -75.5t104 75.5t31 264.5q0 188 -31 263.5t-104 75.5t-104 -75.5t-31 -263.5zM698 -23q0 -203 -74.5 -287.5t-248.5 -84.5q-143 0 -219 72.5t-76 207.5v31h171q3 -80 33.5 -119t92.5 -39q75 0 108 47t33 154v139q-37 -58 -84.5 -86
-t-109.5 -28q-130 0 -191 123.5t-61 384.5q0 260 61 383.5t191 123.5q63 0 110.5 -27t83.5 -85v94h180v-1004z" />
-    <glyph glyph-name="h" unicode="h" horiz-adv-x="817" 
-d="M113 0v1550h180v-667q31 53 82.5 80.5t122.5 27.5q108 0 160.5 -60t52.5 -183v-748h-181v659q0 100 -26 136t-90 36q-60 0 -90.5 -37.5t-30.5 -111.5v-682h-180z" />
-    <glyph glyph-name="i" unicode="i" horiz-adv-x="410" 
-d="M90 1274q0 49 33 83t82 34q48 0 81 -34t33 -83q0 -48 -33.5 -81.5t-80.5 -33.5q-49 0 -82 33t-33 82zM115 0v981h180v-981h-180z" />
-    <glyph glyph-name="j" unicode="j" horiz-adv-x="410" 
-d="M90 1274q0 49 33 83t82 34q48 0 81 -34t33 -83q0 -48 -33.5 -81.5t-80.5 -33.5q-49 0 -82 33t-33 82zM115 -395v1376h180v-1376h-180z" />
-    <glyph glyph-name="k" unicode="k" horiz-adv-x="784" 
-d="M119 0v1550h180v-1005l260 436h193l-271 -451l283 -530h-195l-270 516v-516h-180z" />
-    <glyph glyph-name="l" unicode="l" horiz-adv-x="410" 
-d="M115 0v1550h180v-1550h-180z" />
-    <glyph glyph-name="m" unicode="m" horiz-adv-x="1229" 
-d="M113 0v981h178v-98q34 54 84 81t117 27q66 0 113.5 -28.5t84.5 -90.5q40 60 94 89.5t123 29.5q108 0 160.5 -60t52.5 -183v-748h-180v659q0 100 -26 136t-91 36q-59 0 -90 -37.5t-31 -111.5v-682h-178v659q0 98 -26 135t-88 37q-58 0 -87.5 -37.5t-29.5 -111.5v-682h-180
-z" />
-    <glyph glyph-name="n" unicode="n" horiz-adv-x="817" 
-d="M113 0v981h178v-98q36 54 87.5 81t119.5 27q108 0 160.5 -60t52.5 -183v-748h-181v659q0 100 -26 136t-90 36q-60 0 -90.5 -37.5t-30.5 -111.5v-682h-180z" />
-    <glyph glyph-name="o" unicode="o" horiz-adv-x="784" 
-d="M244 494q0 -180 35.5 -263.5t111.5 -83.5q77 0 113.5 84t36.5 263q0 178 -36.5 262t-113.5 84q-76 0 -111.5 -83.5t-35.5 -262.5zM61 492q0 248 84.5 377.5t245.5 129.5t245.5 -129.5t84.5 -377.5q0 -250 -84.5 -380t-245.5 -130t-245.5 130t-84.5 380z" />
-    <glyph glyph-name="p" unicode="p" horiz-adv-x="801" 
-d="M276 492q0 -189 31.5 -264.5t104.5 -75.5t104 75.5t31 264.5q0 188 -31 263.5t-104 75.5t-104.5 -75.5t-31.5 -263.5zM102 -395v1376h181v-94q36 58 83.5 85t110.5 27q129 0 190.5 -123.5t61.5 -383.5q0 -261 -61.5 -384.5t-190.5 -123.5q-62 0 -109.5 28t-84.5 86v-493
-h-181z" />
-    <glyph glyph-name="q" unicode="q" horiz-adv-x="801" 
-d="M254 492q0 -189 31 -264.5t104 -75.5t104 75.5t31 264.5q0 188 -31 263.5t-104 75.5t-104 -75.5t-31 -263.5zM518 -395v491q-37 -59 -84.5 -86.5t-109.5 -27.5q-129 0 -190.5 124t-61.5 386q0 260 61 383.5t191 123.5q62 0 109.5 -27.5t84.5 -86.5v96h180v-1376h-180z
-" />
-    <glyph glyph-name="r" unicode="r" horiz-adv-x="555" 
-d="M115 0v981h174v-143q37 78 95 117.5t142 43.5v-190h-30q-105 0 -154 -52.5t-49 -164.5v-592h-178z" />
-    <glyph glyph-name="s" unicode="s" horiz-adv-x="559" 
-d="M57 207q38 -33 75.5 -49.5t76.5 -16.5q57 0 93 34t36 87q0 63 -99 157q-13 13 -20 19q-96 91 -129 151t-33 132q0 124 76 202t197 78q40 0 78.5 -10t76.5 -30v-185q-29 34 -63.5 50t-79.5 16q-50 0 -82.5 -32t-32.5 -81q0 -65 95 -152q19 -17 28 -26q89 -82 123.5 -148
-t34.5 -147q0 -125 -76 -199.5t-203 -74.5q-41 0 -84 9t-88 27v189z" />
-    <glyph glyph-name="t" unicode="t" horiz-adv-x="449" 
-d="M123 0v848h-98v133h98v266h180v-266h135v-133h-135v-848h-180z" />
-    <glyph glyph-name="u" unicode="u" horiz-adv-x="817" 
-d="M109 289v692h180v-702q0 -68 30 -103t89 -35q58 0 88 35t30 103v702h183v-692q0 -162 -71.5 -234.5t-229.5 -72.5t-228.5 72.5t-70.5 234.5z" />
-    <glyph glyph-name="v" unicode="v" horiz-adv-x="672" 
-d="M18 981h187l102 -512q9 -45 16 -101.5t13 -123.5q9 81 16.5 137t14.5 86l100 514h186l-245 -981h-144z" />
-    <glyph glyph-name="w" unicode="w" horiz-adv-x="1010" 
-d="M530 482q-6 38 -12.5 88.5t-13.5 121.5q-6 -63 -12.5 -117t-14.5 -94l-88 -481h-127l-227 981h176l94 -503q7 -40 13 -89t14 -120q7 72 13.5 122t12.5 86l88 504h117l90 -504q10 -52 23 -189q1 -12 2 -19q5 60 12 114t15 94l92 504h178l-230 -981h-127z" />
-    <glyph glyph-name="x" unicode="x" horiz-adv-x="670" 
-d="M240 520l-193 461h189l98 -283l100 283h187l-191 -461l225 -520h-190l-131 342l-129 -342h-191z" />
-    <glyph glyph-name="y" unicode="y" horiz-adv-x="672" 
-d="M27 981h186l115 -643l155 643h179l-396 -1376h-186l151 481z" />
-    <glyph glyph-name="z" unicode="z" horiz-adv-x="676" 
-d="M27 0l364 823h-342v158h600l-366 -819h338v-162h-594z" />
-    <glyph glyph-name="braceleft" unicode="{" horiz-adv-x="1024" 
-d="M858 1350q-8 0 -23 1t-22 1q-121 0 -164 -47t-43 -197v-242q0 -166 -43.5 -235.5t-154.5 -100.5q111 -30 154.5 -99.5t43.5 -235.5v-242q0 -149 43.5 -195.5t169.5 -46.5h39v-125h-35q-99 0 -159.5 12t-102.5 40q-55 36 -77.5 100t-22.5 213v244q0 152 -55 213t-189 61
-q-7 0 -22 -1t-23 -1v127q8 0 23 -1t22 -1q134 0 189 61.5t55 214.5v244q0 153 22.5 215.5t77.5 97.5q42 28 102 40t160 12h35v-127z" />
-    <glyph glyph-name="bar" unicode="|" horiz-adv-x="1024" 
-d="M575 1565v-2048h-126v2048h126z" />
-    <glyph glyph-name="braceright" unicode="}" horiz-adv-x="1024" 
-d="M563 1112v-244q0 -152 55.5 -214t190.5 -62q7 0 22 1t23 1v-127q-8 0 -23 1t-22 1q-135 0 -190.5 -62t-55.5 -214v-242q0 -153 -22 -216.5t-76 -99.5q-39 -26 -97.5 -37.5t-160.5 -11.5h-41v125q8 0 23 -1t22 -1q120 0 163.5 47.5t43.5 198.5v240q0 166 43.5 235.5
-t154.5 99.5q-111 31 -154.5 100.5t-43.5 235.5v242q0 149 -44 196.5t-169 47.5h-39v125h35q100 0 161 -12.5t103 -39.5q54 -35 76 -98t22 -215z" />
-    <glyph glyph-name="asciitilde" unicode="~" horiz-adv-x="1706" 
-d="M1530 627q-101 -72 -197.5 -108t-189.5 -36q-43 0 -90.5 9t-100.5 26q-30 10 -87 31q-202 72 -302 72q-83 0 -173.5 -37.5t-211.5 -122.5v133q105 73 202 109t185 36q56 0 116.5 -12.5t174.5 -52.5q14 -5 44 -16q158 -58 245 -58q84 0 174.5 37t210.5 121v-131z" />
-    <glyph glyph-name="nonbreakingspace" unicode="&#xa0;" 
- />
-    <glyph glyph-name="exclamdown" unicode="&#xa1;" horiz-adv-x="557" 
-d="M164 1366q0 47 33.5 80t81.5 33q47 0 79.5 -32.5t32.5 -80.5t-32.5 -81.5t-79.5 -33.5q-48 0 -81.5 33.5t-33.5 81.5zM188 1104h181v-1104h-181v1104z" />
-    <glyph glyph-name="cent" unicode="&#xa2;" 
-d="M592 252q-26 -13 -53 -21.5t-53 -11.5l-1 -192h-92v194q-124 20 -181.5 141.5t-57.5 364.5q0 233 59.5 359.5t179.5 148.5v192h92l1 -192q23 -5 50.5 -15t55.5 -24v-170q-25 23 -49 34t-49 11q-79 0 -118.5 -89t-39.5 -265q0 -164 37.5 -244t113.5 -80q28 0 54 11t51 32
-v-184z" />
-    <glyph glyph-name="sterling" unicode="&#xa3;" 
-d="M33 61q23 92 68 138.5t112 46.5q12 0 24 -1.5t25 -4.5q16 31 23.5 67t7.5 78q0 37 -7 78.5t-22 87.5h-172v88h135q-69 164 -98 270.5t-29 192.5q0 175 92.5 276t253.5 101q142 0 227 -81.5t85 -217.5v-9l-160 -69v14q0 97 -38.5 146t-115.5 49q-73 0 -115 -54t-42 -149
-q0 -68 28 -170.5t103 -298.5h186v-88h-165q8 -35 13 -72.5t5 -75.5q0 -61 -12 -110t-37 -88q11 -6 30 -17q65 -34 88 -34q25 0 43.5 19t26.5 54l160 -53q-35 -101 -84.5 -146.5t-124.5 -45.5q-70 0 -162.5 47t-120.5 47q-25 0 -43.5 -16.5t-34.5 -53.5z" />
-    <glyph glyph-name="currency" unicode="&#xa4;" horiz-adv-x="1241" 
-d="M936 887q0 129 -91.5 221t-221.5 92t-222 -92t-92 -221q0 -131 91.5 -223.5t222.5 -92.5q129 0 221 93t92 223zM365 1212q60 46 122.5 68.5t133.5 22.5t135.5 -22.5t124.5 -68.5l204 207l72 -73l-205 -205q43 -57 64.5 -121t21.5 -135t-21.5 -135.5t-64.5 -120.5
-l205 -205l-72 -74l-204 207q-57 -44 -121.5 -66t-138.5 -22t-136.5 21.5t-119.5 66.5l-207 -207l-72 74l207 205q-44 58 -66 122t-22 134q0 69 22 133.5t66 122.5l-207 205l72 73z" />
-    <glyph glyph-name="yen" unicode="&#xa5;" horiz-adv-x="834" 
-d="M625 975h198v-76h-225l-57 -172h282v-76h-309l-8 -30v-621h-178v621l-11 30h-305v76h281l-57 172h-224v76h199l-160 485h174l156 -502q14 -46 23 -98.5t14 -111.5q3 53 13 106.5t28 112.5l151 493h172z" />
-    <glyph glyph-name="brokenbar" unicode="&#xa6;" horiz-adv-x="1024" 
-d="M575 408v-758h-126v758h126zM575 1432v-758h-126v758h126z" />
-    <glyph glyph-name="section" unicode="&#xa7;" horiz-adv-x="780" 
-d="M260 580q0 -99 37 -155t100 -56q66 0 97.5 52t31.5 161q0 92 -35 145t-94 53q-62 0 -99.5 -54t-37.5 -146zM96 -6h172v-10q0 -97 29 -146t86 -49t88 42t31 120q0 67 -30.5 112.5t-147.5 120.5q-155 99 -204.5 179.5t-49.5 201.5q0 118 46.5 204.5t137.5 137.5
-q-69 49 -103 116.5t-34 154.5q0 136 77 218.5t203 82.5q136 0 212.5 -86.5t76.5 -241.5q0 -6 -1 -19t-1 -20h-172v10q0 99 -27 148t-82 49q-52 0 -81 -34.5t-29 -96.5q0 -118 155 -215q39 -25 60 -39q111 -76 160 -164t49 -209q0 -119 -46 -198t-139 -119
-q79 -68 113.5 -134.5t34.5 -150.5q0 -151 -79.5 -240.5t-215.5 -89.5q-144 0 -216.5 87.5t-72.5 263.5v14z" />
-    <glyph glyph-name="dieresis" unicode="&#xa8;" horiz-adv-x="1024" 
-d="M252 1274q0 44 31.5 76t74.5 32q45 0 77 -32t32 -76t-32 -75.5t-77 -31.5q-44 0 -75 31t-31 76zM555 1274q0 44 31.5 76t75.5 32t76 -32t32 -76t-32 -75.5t-76 -31.5q-45 0 -76 31t-31 76z" />
-    <glyph glyph-name="copyright" unicode="&#xa9;" horiz-adv-x="1706" 
-d="M1065 911q-15 77 -70.5 120.5t-138.5 43.5q-117 0 -182.5 -92.5t-65.5 -259.5q0 -160 66.5 -252t181.5 -92q87 0 145.5 48.5t73.5 133.5h129q-11 -127 -109 -207t-245 -80q-176 0 -280.5 121t-104.5 326q0 208 107.5 332.5t287.5 124.5q137 0 230 -74.5t104 -192.5h-129z
-M1501 725q0 130 -49 249t-139 210q-92 92 -210 140t-251 48q-132 0 -247.5 -47.5t-205.5 -138.5q-93 -95 -142.5 -214t-49.5 -247q0 -127 49 -244t141 -211q93 -92 209.5 -141t245.5 -49t248.5 50t214.5 142q91 90 138.5 205.5t47.5 247.5zM852 1460q151 0 285 -55t239 -160
-q102 -102 156.5 -236t54.5 -284q0 -151 -54 -283t-157 -233q-109 -106 -244.5 -162.5t-279.5 -56.5q-146 0 -278 55.5t-238 161.5q-106 105 -161.5 238.5t-55.5 279.5q0 145 56.5 279.5t162.5 242.5q102 104 234 158.5t280 54.5z" />
-    <glyph glyph-name="ordfeminine" unicode="&#xaa;" horiz-adv-x="600" 
-d="M389 774v68q-27 -41 -62.5 -60.5t-82.5 -19.5q-94 0 -142.5 91t-48.5 265q0 176 48.5 266.5t142.5 90.5q47 0 82.5 -20t62.5 -60v65h135v-686h-135zM190 1118q0 -131 24 -185t79 -54q54 0 77 54t23 185q0 133 -23 185.5t-77 52.5q-55 0 -79 -53.5t-24 -184.5z" />
-    <glyph glyph-name="guillemotleft" unicode="&#xab;" horiz-adv-x="721" 
-d="M39 489l235 437l115 -64l-205 -373l205 -372l-115 -62zM332 489l237 437l113 -64l-203 -373l203 -372l-113 -62z" />
-    <glyph glyph-name="logicalnot" unicode="&#xac;" horiz-adv-x="1706" 
-d="M1452 858v-502h-115v385h-1083v117h1198z" />
-    <glyph glyph-name="sfthyphen" unicode="&#xad;" horiz-adv-x="559" 
-d="M76 410v161h407v-161h-407z" />
-    <glyph glyph-name="registered" unicode="&#xae;" horiz-adv-x="1706" 
-d="M846 1065h-144v-291h148q123 0 175 33t52 108q0 79 -54.5 114.5t-176.5 35.5zM872 1157q178 0 264.5 -57t86.5 -174q0 -89 -53 -148.5t-144 -75.5l188 -385h-157l-176 365h-179v-365h-141v840h311zM1501 721q0 133 -48 251.5t-138 209.5q-94 93 -211.5 141.5t-251.5 48.5
-q-132 0 -247 -47t-204 -137q-94 -95 -144 -214t-50 -249q0 -127 49 -244t141 -211q91 -92 208 -141t245 -49q131 0 249.5 48.5t213.5 141.5q91 90 139.5 206t48.5 245zM852 1460q150 0 284 -55.5t240 -161.5q102 -102 156.5 -235.5t54.5 -282.5q0 -151 -54.5 -283
-t-158.5 -233q-109 -106 -243.5 -162.5t-278.5 -56.5q-145 0 -278.5 56t-239.5 163q-105 104 -160 237t-55 279q0 147 57 282t164 242q101 103 232 157t280 54z" />
-    <glyph glyph-name="macron" unicode="&#xaf;" horiz-adv-x="1024" 
-d="M291 1202v148h442v-148h-442z" />
-    <glyph glyph-name="degree" unicode="&#xb0;" horiz-adv-x="674" 
-d="M539 1171q0 84 -58.5 142.5t-142.5 58.5t-143.5 -58.5t-59.5 -142.5t59.5 -143t143.5 -59t142.5 59t58.5 143zM338 1454q117 0 200 -83t83 -200q0 -116 -83.5 -199t-201.5 -83t-199.5 82t-81.5 200q0 119 82.5 201t200.5 82z" />
-    <glyph glyph-name="plusminus" unicode="&#xb1;" horiz-adv-x="1706" 
-d="M1452 158v-117h-1198v117h1198zM913 1180v-344h539v-117h-539v-344h-118v344h-541v117h541v344h118z" />
-    <glyph glyph-name="twosuperior" unicode="&#xb2;" horiz-adv-x="520" 
-d="M23 584l256 465q33 59 50 111t17 95q0 57 -21.5 85t-66.5 28q-49 0 -70.5 -37t-21.5 -125v-30h-121q-1 7 -1.5 16t-0.5 27q0 126 55.5 188.5t165.5 62.5q101 0 158 -57t57 -158q0 -59 -22 -122t-76 -152l-172 -285h250v-112h-436z" />
-    <glyph glyph-name="threesuperior" unicode="&#xb3;" horiz-adv-x="520" 
-d="M29 813h112v-22q0 -56 25.5 -84.5t75.5 -28.5q53 0 77.5 36t24.5 115q0 101 -32.5 132.5t-127.5 31.5h-18v97h41q75 0 101 30t26 127q0 65 -20.5 96t-61.5 31q-50 0 -71 -33t-24 -116h-112v37q0 105 49 156.5t150 51.5q108 0 161.5 -58.5t53.5 -178.5q0 -85 -28.5 -131.5
-t-86.5 -59.5q68 -10 97.5 -55.5t29.5 -142.5q0 -142 -56.5 -206.5t-181.5 -64.5q-103 0 -153.5 54t-50.5 164v22z" />
-    <glyph glyph-name="acute" unicode="&#xb4;" horiz-adv-x="1024" 
-d="M393 1114l164 346h178l-237 -346h-105z" />
-    <glyph glyph-name="mu" unicode="&#xb5;" horiz-adv-x="1128" 
-d="M362 1069l-126 -595q-8 -33 -11.5 -67t-3.5 -71q0 -109 57 -168t160 -59q125 0 208 101t128 308l121 551h156l-162 -754q-12 -52 -17.5 -84t-5.5 -51q0 -32 18.5 -48.5t53.5 -16.5q9 0 17.5 0.5t17.5 1.5l-27 -125q-21 -5 -44 -7.5t-48 -2.5q-70 0 -104.5 35t-40.5 112
-q-41 -70 -117 -108.5t-172 -38.5q-87 0 -152.5 34t-109.5 103l-113 -545h-156l316 1495h157z" />
-    <glyph glyph-name="paragraph" unicode="&#xb6;" horiz-adv-x="1024" 
-d="M948 1401h-125v-1401h-94v1401h-182v-1401h-96v782q-173 8 -274 102.5t-101 245.5q0 157 107.5 253t285.5 96h479v-78z" />
-    <glyph glyph-name="glyph121" unicode="&#xb7;" horiz-adv-x="395" 
-d="M84 729q0 48 32.5 81.5t80.5 33.5q47 0 80.5 -33.5t33.5 -81.5q0 -47 -33 -80t-81 -33t-80.5 32.5t-32.5 80.5z" />
-    <glyph glyph-name="cedilla" unicode="&#xb8;" horiz-adv-x="1024" 
-d="M283 -434v119q63 -22 113.5 -32.5t88.5 -10.5q45 0 67.5 19t22.5 56q0 42 -27.5 61t-88.5 19q-5 0 -17 -1t-18 -1v205h86v-94h12q93 0 142 -47.5t49 -139.5q0 -95 -53.5 -145.5t-153.5 -50.5q-46 0 -103 11t-120 32z" />
-    <glyph glyph-name="onesuperior" unicode="&#xb9;" horiz-adv-x="520" 
-d="M213 584v770h-119v106h240v-876h-121z" />
-    <glyph glyph-name="ordmasculine" unicode="&#xba;" horiz-adv-x="588" 
-d="M182 1120q0 -126 27 -184.5t84 -58.5q58 0 85.5 58.5t27.5 184.5t-27.5 184t-85.5 58q-57 0 -84 -58t-27 -184zM47 1118q0 175 63 266t183 91q121 0 184.5 -91.5t63.5 -265.5t-63.5 -265t-184.5 -91t-183.5 90.5t-62.5 265.5z" />
-    <glyph glyph-name="guillemotright" unicode="&#xbb;" horiz-adv-x="721" 
-d="M682 489l-236 -434l-114 62l205 372l-205 373l114 64zM389 489l-237 -434l-113 62l203 372l-203 373l113 64z" />
-    <glyph glyph-name="onequarter" unicode="&#xbc;" horiz-adv-x="1335" 
-d="M1116 313v324l-164 -324h164zM1114 0v223h-248v105l258 489h107v-504h65v-90h-65v-223h-117zM156 -18l886 1497h138l-887 -1497h-137zM203 641v719h-113v98h227v-817h-114z" />
-    <glyph glyph-name="onehalf" unicode="&#xbd;" horiz-adv-x="1335" 
-d="M860 0l246 434q32 56 47.5 104t15.5 89q0 54 -20.5 80t-63.5 26q-46 0 -67 -35.5t-21 -117.5v-29h-114q-1 7 -1.5 16t-0.5 27q0 116 53 174.5t158 58.5q95 0 149.5 -53.5t54.5 -146.5q0 -55 -20.5 -113t-71.5 -143l-164 -267h238v-104h-418zM156 -18l886 1497h138
-l-887 -1497h-137zM203 641v719h-113v98h227v-817h-114z" />
-    <glyph glyph-name="threequarters" unicode="&#xbe;" horiz-adv-x="1335" 
-d="M1116 313v324l-164 -324h164zM1114 0v223h-248v105l258 489h107v-504h65v-90h-65v-223h-117zM156 -18l886 1497h138l-887 -1497h-137zM27 854h108v-18q0 -54 24 -80.5t72 -26.5q51 0 75 34t24 107q0 94 -31.5 124t-122.5 30h-18v90q8 -1 16 -1.5t23 -0.5q72 0 97 28.5
-t25 119.5q0 62 -19 91t-60 29q-47 0 -68 -32.5t-23 -108.5h-106v35q0 98 47.5 146t142.5 48q104 0 154.5 -54.5t50.5 -166.5q0 -79 -27 -122.5t-83 -55.5q66 -10 94.5 -53t28.5 -133q0 -132 -55 -192t-175 -60q-98 0 -146 50.5t-48 154.5v18z" />
-    <glyph glyph-name="questiondown" unicode="&#xbf;" horiz-adv-x="561" 
-d="M412 1364q0 -47 -33.5 -80t-81.5 -33t-80.5 32.5t-32.5 80.5t33 81.5t80 33.5q48 0 81.5 -33.5t33.5 -81.5zM381 1098v-432h-6q-103 0 -139.5 -47t-36.5 -236q0 -145 19.5 -196.5t68.5 -51.5q50 0 71 42t21 149v20h166v-31q0 -180 -61 -257.5t-201 -77.5
-q-141 0 -198.5 73t-57.5 260q0 294 39 381.5t141 90.5v313h174z" />
-    <glyph glyph-name="Agrave" unicode="&#xc0;" horiz-adv-x="901" 
-d="M451 1083l-132 -632h263zM16 0l342 1460h185l342 -1460h-199l-70 287h-333l-68 -287h-199zM570 1593h-105l-237 346h178z" />
-    <glyph glyph-name="Aacute" unicode="&#xc1;" horiz-adv-x="901" 
-d="M451 1083l-132 -632h263zM16 0l342 1460h185l342 -1460h-199l-70 287h-333l-68 -287h-199zM332 1593l164 346h178l-237 -346h-105z" />
-    <glyph glyph-name="Acircumflex" unicode="&#xc2;" horiz-adv-x="901" 
-d="M451 1083l-132 -632h263zM16 0l342 1460h185l342 -1460h-199l-70 287h-333l-68 -287h-199zM213 1591l152 348h172l152 -348h-105l-133 211l-133 -211h-105z" />
-    <glyph glyph-name="Atilde" unicode="&#xc3;" horiz-adv-x="901" 
-d="M451 1083l-132 -632h263zM16 0l342 1460h185l342 -1460h-199l-70 287h-333l-68 -287h-199zM691 1876q-19 -117 -57 -171.5t-101 -54.5q-13 1 -26 3t-30 8l-66 24q-13 5 -25.5 7.5t-24.5 3.5q-27 0 -43.5 -16.5t-26.5 -51.5h-80q16 110 54 164.5t100 54.5q12 0 29 -3.5
-t38 -10.5l70 -25q12 -3 20.5 -4.5t16.5 -1.5q29 0 46.5 18t25.5 56h80z" />
-    <glyph glyph-name="Adieresis" unicode="&#xc4;" horiz-adv-x="901" 
-d="M451 1083l-132 -632h263zM16 0l342 1460h185l342 -1460h-199l-70 287h-333l-68 -287h-199zM191 1753q0 44 31.5 76t74.5 32q45 0 77 -32t32 -76t-32 -75.5t-77 -31.5q-44 0 -75 31t-31 76zM494 1753q0 44 31.5 76t75.5 32t76 -32t32 -76t-32 -75.5t-76 -31.5
-q-45 0 -76 31t-31 76z" />
-    <glyph glyph-name="Aring" unicode="&#xc5;" horiz-adv-x="901" 
-d="M227 1747q0 94 65 158.5t159 64.5t159.5 -65t65.5 -158t-65.5 -158t-159.5 -65q-93 0 -158.5 65.5t-65.5 157.5zM344 1747q0 -45 32 -77t77 -32q44 0 76 32t32 77q0 46 -31 77t-77 31t-77.5 -31t-31.5 -77zM451 1083l-132 -632h263zM16 0l342 1460h185l342 -1460h-199
-l-70 287h-333l-68 -287h-199z" />
-    <glyph glyph-name="AE" unicode="&#xc6;" horiz-adv-x="1202" 
-d="M463 1141l-144 -690h277zM16 0l349 1460h548l39 -176h-344l90 -434h312l32 -174h-309l98 -490h345l34 -186h-524l-59 287h-344l-68 -287h-199z" />
-    <glyph glyph-name="Ccedilla" unicode="&#xc7;" horiz-adv-x="780" 
-d="M735 33q-49 -26 -99 -38.5t-106 -12.5q-224 0 -335 183t-111 552q0 376 118.5 569t350.5 193q51 0 96 -10t86 -29v-187q-42 21 -80.5 31t-72.5 10q-157 0 -229 -137.5t-72 -437.5q0 -280 68.5 -414.5t211.5 -134.5q41 0 83 13.5t91 41.5v-192zM256 -434v119
-q63 -22 113.5 -32.5t88.5 -10.5q45 0 67.5 19t22.5 56q0 42 -27.5 61t-88.5 19q-5 0 -17 -1t-18 -1v205h86v-94h12q93 0 142 -47.5t49 -139.5q0 -95 -53.5 -145.5t-153.5 -50.5q-46 0 -103 11t-120 32z" />
-    <glyph glyph-name="Egrave" unicode="&#xc8;" horiz-adv-x="786" 
-d="M125 0v1460h584v-176h-387v-434h354v-174h-354v-494h387v-182h-584zM533 1593h-105l-237 346h178z" />
-    <glyph glyph-name="Eacute" unicode="&#xc9;" horiz-adv-x="786" 
-d="M125 0v1460h584v-176h-387v-434h354v-174h-354v-494h387v-182h-584zM295 1593l164 346h178l-237 -346h-105z" />
-    <glyph glyph-name="Ecircumflex" unicode="&#xca;" horiz-adv-x="786" 
-d="M125 0v1460h584v-176h-387v-434h354v-174h-354v-494h387v-182h-584zM176 1591l152 348h172l152 -348h-105l-133 211l-133 -211h-105z" />
-    <glyph glyph-name="Edieresis" unicode="&#xcb;" horiz-adv-x="786" 
-d="M125 0v1460h584v-176h-387v-434h354v-174h-354v-494h387v-182h-584zM154 1753q0 44 31.5 76t74.5 32q45 0 77 -32t32 -76t-32 -75.5t-77 -31.5q-44 0 -75 31t-31 76zM457 1753q0 44 31.5 76t75.5 32t76 -32t32 -76t-32 -75.5t-76 -31.5q-45 0 -76 31t-31 76z" />
-    <glyph glyph-name="Igrave" unicode="&#xcc;" horiz-adv-x="461" 
-d="M131 0v1460h197v-1460h-197zM350 1593h-105l-237 346h178z" />
-    <glyph glyph-name="Iacute" unicode="&#xcd;" horiz-adv-x="461" 
-d="M131 0v1460h197v-1460h-197zM112 1593l164 346h178l-237 -346h-105z" />
-    <glyph glyph-name="Icircumflex" unicode="&#xce;" horiz-adv-x="461" 
-d="M131 0v1460h197v-1460h-197zM-7 1591l152 348h172l152 -348h-105l-133 211l-133 -211h-105z" />
-    <glyph glyph-name="Idieresis" unicode="&#xcf;" horiz-adv-x="461" 
-d="M131 0v1460h197v-1460h-197zM-29 1753q0 44 31.5 76t74.5 32q45 0 77 -32t32 -76t-32 -75.5t-77 -31.5q-44 0 -75 31t-31 76zM274 1753q0 44 31.5 76t75.5 32t76 -32t32 -76t-32 -75.5t-76 -31.5q-45 0 -76 31t-31 76z" />
-    <glyph glyph-name="Eth" unicode="&#xd0;" horiz-adv-x="1022" 
-d="M338 188h102q167 0 234 120t67 425q0 304 -67 423.5t-234 119.5h-102v-383h180v-162h-180v-543zM141 0v731h-141v162h141v567h260q298 0 419.5 -163.5t121.5 -565.5q0 -403 -121.5 -567t-419.5 -164h-260z" />
-    <glyph glyph-name="Ntilde" unicode="&#xd1;" horiz-adv-x="1014" 
-d="M129 0v1460h182l387 -1014v1014h187v-1460h-185l-385 1022v-1022h-186zM752 1876q-19 -117 -57 -171.5t-101 -54.5q-13 1 -26 3t-30 8l-66 24q-13 5 -25.5 7.5t-24.5 3.5q-27 0 -43.5 -16.5t-26.5 -51.5h-80q16 110 54 164.5t100 54.5q12 0 29 -3.5t38 -10.5l70 -25
-q12 -3 20.5 -4.5t16.5 -1.5q29 0 46.5 18t25.5 56h80z" />
-    <glyph glyph-name="Ograve" unicode="&#xd2;" horiz-adv-x="1006" 
-d="M287 733q0 -310 50.5 -437.5t168.5 -127.5q117 0 165 121t48 444q0 315 -49 439t-166 124q-118 0 -167.5 -125t-49.5 -438zM88 729q0 401 97.5 575.5t318.5 174.5q220 0 317 -173.5t97 -576.5q0 -401 -97 -574t-317 -173q-221 0 -318.5 173t-97.5 574zM623 1593h-105
-l-237 346h178z" />
-    <glyph glyph-name="Oacute" unicode="&#xd3;" horiz-adv-x="1006" 
-d="M287 733q0 -310 50.5 -437.5t168.5 -127.5q117 0 165 121t48 444q0 315 -49 439t-166 124q-118 0 -167.5 -125t-49.5 -438zM88 729q0 401 97.5 575.5t318.5 174.5q220 0 317 -173.5t97 -576.5q0 -401 -97 -574t-317 -173q-221 0 -318.5 173t-97.5 574zM385 1593l164 346
-h178l-237 -346h-105z" />
-    <glyph glyph-name="Ocircumflex" unicode="&#xd4;" horiz-adv-x="1006" 
-d="M287 733q0 -310 50.5 -437.5t168.5 -127.5q117 0 165 121t48 444q0 315 -49 439t-166 124q-118 0 -167.5 -125t-49.5 -438zM88 729q0 401 97.5 575.5t318.5 174.5q220 0 317 -173.5t97 -576.5q0 -401 -97 -574t-317 -173q-221 0 -318.5 173t-97.5 574zM266 1591l152 348
-h172l152 -348h-105l-133 211l-133 -211h-105z" />
-    <glyph glyph-name="Otilde" unicode="&#xd5;" horiz-adv-x="1006" 
-d="M287 733q0 -310 50.5 -437.5t168.5 -127.5q117 0 165 121t48 444q0 315 -49 439t-166 124q-118 0 -167.5 -125t-49.5 -438zM88 729q0 401 97.5 575.5t318.5 174.5q220 0 317 -173.5t97 -576.5q0 -401 -97 -574t-317 -173q-221 0 -318.5 173t-97.5 574zM744 1876
-q-19 -117 -57 -171.5t-101 -54.5q-13 1 -26 3t-30 8l-66 24q-13 5 -25.5 7.5t-24.5 3.5q-27 0 -43.5 -16.5t-26.5 -51.5h-80q16 110 54 164.5t100 54.5q12 0 29 -3.5t38 -10.5l70 -25q12 -3 20.5 -4.5t16.5 -1.5q29 0 46.5 18t25.5 56h80z" />
-    <glyph glyph-name="Odieresis" unicode="&#xd6;" horiz-adv-x="1006" 
-d="M287 733q0 -310 50.5 -437.5t168.5 -127.5q117 0 165 121t48 444q0 315 -49 439t-166 124q-118 0 -167.5 -125t-49.5 -438zM88 729q0 401 97.5 575.5t318.5 174.5q220 0 317 -173.5t97 -576.5q0 -401 -97 -574t-317 -173q-221 0 -318.5 173t-97.5 574zM244 1753
-q0 44 31.5 76t74.5 32q45 0 77 -32t32 -76t-32 -75.5t-77 -31.5q-44 0 -75 31t-31 76zM547 1753q0 44 31.5 76t75.5 32t76 -32t32 -76t-32 -75.5t-76 -31.5q-45 0 -76 31t-31 76z" />
-    <glyph glyph-name="multiply" unicode="&#xd7;" horiz-adv-x="1706" 
-d="M858 692l475 477l82 -82l-475 -477l475 -475l-82 -82l-475 475l-477 -475l-80 82l475 475l-475 477l80 82z" />
-    <glyph glyph-name="Oslash" unicode="&#xd8;" horiz-adv-x="1006" 
-d="M682 1137q-23 80 -67 118.5t-111 38.5q-118 0 -167.5 -124t-49.5 -437q0 -69 3 -135t9 -129zM324 340q23 -85 68 -126.5t114 -41.5q117 0 165 120t48 441q0 77 -3 146t-9 129zM117 -18l-76 43l113 194q-34 108 -50 232t-16 280q0 400 97.5 574t318.5 174
-q94 0 165.5 -34.5t129.5 -107.5l78 136l75 -43l-102 -181q34 -90 51 -213.5t17 -292.5q0 -411 -96.5 -585t-317.5 -174q-99 0 -172 35.5t-129 111.5z" />
-    <glyph glyph-name="Ugrave" unicode="&#xd9;" horiz-adv-x="1008" 
-d="M119 389v1071h194v-1087q0 -105 47 -155t144 -50t143.5 50t46.5 155v1087h195v-1071q0 -212 -92.5 -309.5t-292.5 -97.5t-292.5 97.5t-92.5 309.5zM623 1593h-105l-237 346h178z" />
-    <glyph glyph-name="Uacute" unicode="&#xda;" horiz-adv-x="1008" 
-d="M119 389v1071h194v-1087q0 -105 47 -155t144 -50t143.5 50t46.5 155v1087h195v-1071q0 -212 -92.5 -309.5t-292.5 -97.5t-292.5 97.5t-92.5 309.5zM385 1593l164 346h178l-237 -346h-105z" />
-    <glyph glyph-name="Ucircumflex" unicode="&#xdb;" horiz-adv-x="1008" 
-d="M119 389v1071h194v-1087q0 -105 47 -155t144 -50t143.5 50t46.5 155v1087h195v-1071q0 -212 -92.5 -309.5t-292.5 -97.5t-292.5 97.5t-92.5 309.5zM266 1591l152 348h172l152 -348h-105l-133 211l-133 -211h-105z" />
-    <glyph glyph-name="Udieresis" unicode="&#xdc;" horiz-adv-x="1008" 
-d="M119 389v1071h194v-1087q0 -105 47 -155t144 -50t143.5 50t46.5 155v1087h195v-1071q0 -212 -92.5 -309.5t-292.5 -97.5t-292.5 97.5t-92.5 309.5zM244 1753q0 44 31.5 76t74.5 32q45 0 77 -32t32 -76t-32 -75.5t-77 -31.5q-44 0 -75 31t-31 76zM547 1753q0 44 31.5 76
-t75.5 32t76 -32t32 -76t-32 -75.5t-76 -31.5q-45 0 -76 31t-31 76z" />
-    <glyph glyph-name="Yacute" unicode="&#xdd;" 
-d="M494 621v-621h-203v621l-275 839h203l123 -407q12 -40 25.5 -100.5t25.5 -133.5q10 64 22.5 121t28.5 111l123 409h205zM276 1593l164 346h178l-237 -346h-105z" />
-    <glyph glyph-name="Thorn" unicode="&#xde;" horiz-adv-x="897" 
-d="M328 528h73q133 0 188.5 54.5t55.5 181.5q0 123 -59.5 177t-198.5 54h-59v-467zM328 352v-352h-197v1460h197v-295l42 2q11 1 23 1.5t35 0.5q194 0 304 -109.5t110 -303.5q0 -200 -116.5 -303t-340.5 -103q-23 0 -34.5 0.5t-22.5 1.5z" />
-    <glyph glyph-name="germandbls" unicode="&#xdf;" horiz-adv-x="778" 
-d="M106 0v1262q0 143 71.5 218.5t207.5 75.5q153 0 217 -81.5t64 -286.5q0 -128 -32 -183t-114 -81q107 -15 147 -99t40 -350q0 -287 -61.5 -385t-225.5 -98h-33v159q79 4 107 56.5t28 234.5q0 270 -30.5 335t-114.5 65h-12v145q72 4 100.5 46t28.5 153q0 124 -23 167.5
-t-82 43.5q-52 0 -78 -35t-26 -105v-1257h-179z" />
-    <glyph glyph-name="agrave" unicode="&#xe0;" horiz-adv-x="801" 
-d="M518 0v96q-37 -59 -84.5 -86.5t-109.5 -27.5q-124 0 -188 129t-64 381q0 250 63.5 378.5t188.5 128.5q63 0 110.5 -27t83.5 -85v94h180v-981h-180zM254 492q0 -188 31.5 -265t103.5 -77t103.5 77.5t31.5 264.5q0 188 -31 263.5t-104 75.5t-104 -75.5t-31 -263.5z
-M553 1114h-105l-237 346h178z" />
-    <glyph glyph-name="aacute" unicode="&#xe1;" horiz-adv-x="801" 
-d="M518 0v96q-37 -59 -84.5 -86.5t-109.5 -27.5q-124 0 -188 129t-64 381q0 250 63.5 378.5t188.5 128.5q63 0 110.5 -27t83.5 -85v94h180v-981h-180zM254 492q0 -188 31.5 -265t103.5 -77t103.5 77.5t31.5 264.5q0 188 -31 263.5t-104 75.5t-104 -75.5t-31 -263.5z
-M315 1114l164 346h178l-237 -346h-105z" />
-    <glyph glyph-name="acircumflex" unicode="&#xe2;" horiz-adv-x="801" 
-d="M518 0v96q-37 -59 -84.5 -86.5t-109.5 -27.5q-124 0 -188 129t-64 381q0 250 63.5 378.5t188.5 128.5q63 0 110.5 -27t83.5 -85v94h180v-981h-180zM254 492q0 -188 31.5 -265t103.5 -77t103.5 77.5t31.5 264.5q0 188 -31 263.5t-104 75.5t-104 -75.5t-31 -263.5z
-M196 1112l152 348h172l152 -348h-105l-133 211l-133 -211h-105z" />
-    <glyph glyph-name="atilde" unicode="&#xe3;" horiz-adv-x="801" 
-d="M518 0v96q-37 -59 -84.5 -86.5t-109.5 -27.5q-124 0 -188 129t-64 381q0 250 63.5 378.5t188.5 128.5q63 0 110.5 -27t83.5 -85v94h180v-981h-180zM254 492q0 -188 31.5 -265t103.5 -77t103.5 77.5t31.5 264.5q0 188 -31 263.5t-104 75.5t-104 -75.5t-31 -263.5z
-M674 1397q-19 -117 -57 -171.5t-101 -54.5q-13 1 -26 3t-30 8l-66 24q-13 5 -25.5 7.5t-24.5 3.5q-27 0 -43.5 -16.5t-26.5 -51.5h-80q16 110 54 164.5t100 54.5q12 0 29 -3.5t38 -10.5l70 -25q12 -3 20.5 -4.5t16.5 -1.5q29 0 46.5 18t25.5 56h80z" />
-    <glyph glyph-name="adieresis" unicode="&#xe4;" horiz-adv-x="801" 
-d="M518 0v96q-37 -59 -84.5 -86.5t-109.5 -27.5q-124 0 -188 129t-64 381q0 250 63.5 378.5t188.5 128.5q63 0 110.5 -27t83.5 -85v94h180v-981h-180zM254 492q0 -188 31.5 -265t103.5 -77t103.5 77.5t31.5 264.5q0 188 -31 263.5t-104 75.5t-104 -75.5t-31 -263.5z
-M174 1274q0 44 31.5 76t74.5 32q45 0 77 -32t32 -76t-32 -75.5t-77 -31.5q-44 0 -75 31t-31 76zM477 1274q0 44 31.5 76t75.5 32t76 -32t32 -76t-32 -75.5t-76 -31.5q-45 0 -76 31t-31 76z" />
-    <glyph glyph-name="aring" unicode="&#xe5;" horiz-adv-x="801" 
-d="M207 1284q0 94 64.5 158.5t158.5 64.5t159.5 -65t65.5 -158t-65.5 -158t-159.5 -65q-92 0 -157.5 65.5t-65.5 157.5zM518 0v96q-37 -59 -84.5 -86.5t-109.5 -27.5q-124 0 -188 129t-64 381q0 250 63.5 378.5t188.5 128.5q63 0 110.5 -27t83.5 -85v94h180v-981h-180z
-M254 492q0 -188 31.5 -265t103.5 -77t103.5 77.5t31.5 264.5q0 188 -31 263.5t-104 75.5t-104 -75.5t-31 -263.5zM322 1284q0 -44 32 -76t76 -32q45 0 77 32t32 76q0 46 -32 77.5t-77 31.5q-46 0 -77 -31.5t-31 -77.5z" />
-    <glyph glyph-name="ae" unicode="&#xe6;" horiz-adv-x="1130" 
-d="M350 508q-59 0 -93 -49.5t-34 -134.5q0 -89 33.5 -138t93.5 -49t90.5 51.5t30.5 151.5q0 78 -32.5 123t-88.5 45zM625 598h274v25q0 121 -32 175t-103 54q-67 0 -103 -58.5t-36 -168.5v-27zM1063 328v-13q0 -154 -77.5 -241.5t-213.5 -87.5q-91 0 -150 37.5t-98 119.5
-q-31 -77 -86 -117t-131 -40q-121 0 -188.5 90.5t-67.5 253.5q0 146 67 229.5t183 83.5q45 0 85.5 -14.5t76.5 -44.5v75q0 96 -38 140.5t-118 44.5q-41 0 -86.5 -15t-95.5 -45v170q52 23 103 34t104 11q73 0 126 -30.5t87 -91.5q42 63 94.5 92.5t122.5 29.5q165 0 238 -113.5
-t73 -371.5v-57h-448v-27q0 -152 35 -222.5t110 -70.5q60 0 92 48t35 142z" />
-    <glyph glyph-name="ccedilla" unicode="&#xe7;" horiz-adv-x="522" 
-d="M496 16q-38 -18 -74 -27t-74 -9q-148 0 -218.5 123.5t-70.5 385.5q0 251 71 380.5t208 129.5q42 0 81 -9.5t77 -28.5v-173q-25 24 -49 35t-50 11q-78 0 -116.5 -88t-38.5 -265q0 -163 37.5 -243t113.5 -80q27 0 52.5 10.5t50.5 32.5v-185zM99 -434v119
-q63 -22 113.5 -32.5t88.5 -10.5q45 0 67.5 19t22.5 56q0 42 -27.5 61t-88.5 19q-5 0 -17 -1t-18 -1v205h86v-94h12q93 0 142 -47.5t49 -139.5q0 -95 -53.5 -145.5t-153.5 -50.5q-46 0 -103 11t-120 32z" />
-    <glyph glyph-name="egrave" unicode="&#xe8;" horiz-adv-x="741" 
-d="M231 598h275v25q0 121 -32 175t-103 54q-69 0 -104.5 -64.5t-35.5 -189.5zM670 328v-13q0 -155 -78 -244t-213 -89q-165 0 -241.5 122.5t-76.5 391.5q0 253 76.5 378t231.5 125q165 0 238 -113.5t73 -371.5v-57h-449v-29q0 -154 35 -223.5t111 -69.5q61 0 92.5 48
-t34.5 144zM490 1114h-105l-237 346h178z" />
-    <glyph glyph-name="eacute" unicode="&#xe9;" horiz-adv-x="741" 
-d="M231 598h275v25q0 121 -32 175t-103 54q-69 0 -104.5 -64.5t-35.5 -189.5zM670 328v-13q0 -155 -78 -244t-213 -89q-165 0 -241.5 122.5t-76.5 391.5q0 253 76.5 378t231.5 125q165 0 238 -113.5t73 -371.5v-57h-449v-29q0 -154 35 -223.5t111 -69.5q61 0 92.5 48
-t34.5 144zM252 1114l164 346h178l-237 -346h-105z" />
-    <glyph glyph-name="ecircumflex" unicode="&#xea;" horiz-adv-x="741" 
-d="M231 598h275v25q0 121 -32 175t-103 54q-69 0 -104.5 -64.5t-35.5 -189.5zM670 328v-13q0 -155 -78 -244t-213 -89q-165 0 -241.5 122.5t-76.5 391.5q0 253 76.5 378t231.5 125q165 0 238 -113.5t73 -371.5v-57h-449v-29q0 -154 35 -223.5t111 -69.5q61 0 92.5 48
-t34.5 144zM133 1112l152 348h172l152 -348h-105l-133 211l-133 -211h-105z" />
-    <glyph glyph-name="edieresis" unicode="&#xeb;" horiz-adv-x="741" 
-d="M231 598h275v25q0 121 -32 175t-103 54q-69 0 -104.5 -64.5t-35.5 -189.5zM670 328v-13q0 -155 -78 -244t-213 -89q-165 0 -241.5 122.5t-76.5 391.5q0 253 76.5 378t231.5 125q165 0 238 -113.5t73 -371.5v-57h-449v-29q0 -154 35 -223.5t111 -69.5q61 0 92.5 48
-t34.5 144zM111 1274q0 44 31.5 76t74.5 32q45 0 77 -32t32 -76t-32 -75.5t-77 -31.5q-44 0 -75 31t-31 76zM414 1274q0 44 31.5 76t75.5 32t76 -32t32 -76t-32 -75.5t-76 -31.5q-45 0 -76 31t-31 76z" />
-    <glyph glyph-name="igrave" unicode="&#xec;" horiz-adv-x="410" 
-d="M115 0v981h180v-981h-180zM324 1114h-105l-237 346h178z" />
-    <glyph glyph-name="iacute" unicode="&#xed;" horiz-adv-x="410" 
-d="M115 0v981h180v-981h-180zM86 1114l164 346h178l-237 -346h-105z" />
-    <glyph glyph-name="icircumflex" unicode="&#xee;" horiz-adv-x="410" 
-d="M115 0v981h180v-981h-180zM-33 1112l152 348h172l152 -348h-105l-133 211l-133 -211h-105z" />
-    <glyph glyph-name="idieresis" unicode="&#xef;" horiz-adv-x="410" 
-d="M115 0v981h180v-981h-180zM-55 1274q0 44 31.5 76t74.5 32q45 0 77 -32t32 -76t-32 -75.5t-77 -31.5q-44 0 -75 31t-31 76zM248 1274q0 44 31.5 76t75.5 32t76 -32t32 -76t-32 -75.5t-76 -31.5q-45 0 -76 31t-31 76z" />
-    <glyph glyph-name="eth" unicode="&#xf0;" horiz-adv-x="784" 
-d="M244 465q0 -162 35.5 -238.5t111.5 -76.5t113 77t37 238t-37 239t-113 78t-111.5 -76.5t-35.5 -240.5zM494 893q-26 70 -63 143.5t-85 149.5l-172 -78l-49 86l162 78q-26 39 -58.5 81.5t-74.5 92.5l127 76q36 -42 72.5 -89t74.5 -100l168 80l55 -88l-166 -80
-q122 -185 179 -375t57 -409q0 -235 -84.5 -357t-245.5 -122q-160 0 -245 123.5t-85 357.5q0 223 82.5 352t221.5 129q31 0 63 -12.5t66 -38.5z" />
-    <glyph glyph-name="ntilde" unicode="&#xf1;" horiz-adv-x="817" 
-d="M113 0v981h178v-98q36 54 87.5 81t119.5 27q108 0 160.5 -60t52.5 -183v-748h-181v659q0 100 -26 136t-90 36q-60 0 -90.5 -37.5t-30.5 -111.5v-682h-180zM650 1397q-19 -117 -57 -171.5t-101 -54.5q-13 1 -26 3t-30 8l-66 24q-13 5 -25.5 7.5t-24.5 3.5
-q-27 0 -43.5 -16.5t-26.5 -51.5h-80q16 110 54 164.5t100 54.5q12 0 29 -3.5t38 -10.5l70 -25q12 -3 20.5 -4.5t16.5 -1.5q29 0 46.5 18t25.5 56h80z" />
-    <glyph glyph-name="ograve" unicode="&#xf2;" horiz-adv-x="784" 
-d="M244 494q0 -180 35.5 -263.5t111.5 -83.5q77 0 113.5 84t36.5 263q0 178 -36.5 262t-113.5 84q-76 0 -111.5 -83.5t-35.5 -262.5zM61 492q0 248 84.5 377.5t245.5 129.5t245.5 -129.5t84.5 -377.5q0 -250 -84.5 -380t-245.5 -130t-245.5 130t-84.5 380zM512 1114h-105
-l-237 346h178z" />
-    <glyph glyph-name="oacute" unicode="&#xf3;" horiz-adv-x="784" 
-d="M244 494q0 -180 35.5 -263.5t111.5 -83.5q77 0 113.5 84t36.5 263q0 178 -36.5 262t-113.5 84q-76 0 -111.5 -83.5t-35.5 -262.5zM61 492q0 248 84.5 377.5t245.5 129.5t245.5 -129.5t84.5 -377.5q0 -250 -84.5 -380t-245.5 -130t-245.5 130t-84.5 380zM274 1114l164 346
-h178l-237 -346h-105z" />
-    <glyph glyph-name="ocircumflex" unicode="&#xf4;" horiz-adv-x="784" 
-d="M244 494q0 -180 35.5 -263.5t111.5 -83.5q77 0 113.5 84t36.5 263q0 178 -36.5 262t-113.5 84q-76 0 -111.5 -83.5t-35.5 -262.5zM61 492q0 248 84.5 377.5t245.5 129.5t245.5 -129.5t84.5 -377.5q0 -250 -84.5 -380t-245.5 -130t-245.5 130t-84.5 380zM155 1112l152 348
-h172l152 -348h-105l-133 211l-133 -211h-105z" />
-    <glyph glyph-name="otilde" unicode="&#xf5;" horiz-adv-x="784" 
-d="M244 494q0 -180 35.5 -263.5t111.5 -83.5q77 0 113.5 84t36.5 263q0 178 -36.5 262t-113.5 84q-76 0 -111.5 -83.5t-35.5 -262.5zM61 492q0 248 84.5 377.5t245.5 129.5t245.5 -129.5t84.5 -377.5q0 -250 -84.5 -380t-245.5 -130t-245.5 130t-84.5 380zM633 1397
-q-19 -117 -57 -171.5t-101 -54.5q-13 1 -26 3t-30 8l-66 24q-13 5 -25.5 7.5t-24.5 3.5q-27 0 -43.5 -16.5t-26.5 -51.5h-80q16 110 54 164.5t100 54.5q12 0 29 -3.5t38 -10.5l70 -25q12 -3 20.5 -4.5t16.5 -1.5q29 0 46.5 18t25.5 56h80z" />
-    <glyph glyph-name="odieresis" unicode="&#xf6;" horiz-adv-x="784" 
-d="M244 494q0 -180 35.5 -263.5t111.5 -83.5q77 0 113.5 84t36.5 263q0 178 -36.5 262t-113.5 84q-76 0 -111.5 -83.5t-35.5 -262.5zM61 492q0 248 84.5 377.5t245.5 129.5t245.5 -129.5t84.5 -377.5q0 -250 -84.5 -380t-245.5 -130t-245.5 130t-84.5 380zM133 1274
-q0 44 31.5 76t74.5 32q45 0 77 -32t32 -76t-32 -75.5t-77 -31.5q-44 0 -75 31t-31 76zM436 1274q0 44 31.5 76t75.5 32t76 -32t32 -76t-32 -75.5t-76 -31.5q-45 0 -76 31t-31 76z" />
-    <glyph glyph-name="divide" unicode="&#xf7;" horiz-adv-x="1706" 
-d="M854 365q47 0 81 -34t34 -81t-33.5 -81t-81.5 -34t-81.5 33.5t-33.5 81.5t34 81.5t81 33.5zM1452 670v-117h-1198v117h1198zM854 1085q48 0 81.5 -33.5t33.5 -80.5q0 -48 -33.5 -81.5t-81.5 -33.5q-49 0 -82 33.5t-33 81.5q0 47 34 80.5t81 33.5z" />
-    <glyph glyph-name="oslash" unicode="&#xf8;" horiz-adv-x="784" 
-d="M481 797q-16 22 -37.5 32.5t-52.5 10.5q-76 0 -111.5 -83.5t-35.5 -262.5q0 -61 3.5 -109.5t10.5 -87.5zM295 201q19 -29 42 -42.5t54 -13.5q76 0 113 85.5t37 263.5q0 63 -5.5 114.5t-17.5 96.5zM115 -23l47 111q-52 68 -76.5 164t-24.5 240q0 251 85 380t249 129
-q48 0 86.5 -10.5t69.5 -32.5l43 95l68 -31l-52 -117q55 -63 83 -167t28 -246q0 -249 -83.5 -380.5t-240.5 -131.5q-54 0 -97 12t-79 37l-37 -82z" />
-    <glyph glyph-name="ugrave" unicode="&#xf9;" horiz-adv-x="817" 
-d="M109 289v692h180v-702q0 -68 30 -103t89 -35q58 0 88 35t30 103v702h183v-692q0 -162 -71.5 -234.5t-229.5 -72.5t-228.5 72.5t-70.5 234.5zM529 1114h-105l-237 346h178z" />
-    <glyph glyph-name="uacute" unicode="&#xfa;" horiz-adv-x="817" 
-d="M109 289v692h180v-702q0 -68 30 -103t89 -35q58 0 88 35t30 103v702h183v-692q0 -162 -71.5 -234.5t-229.5 -72.5t-228.5 72.5t-70.5 234.5zM291 1114l164 346h178l-237 -346h-105z" />
-    <glyph glyph-name="ucircumflex" unicode="&#xfb;" horiz-adv-x="817" 
-d="M109 289v692h180v-702q0 -68 30 -103t89 -35q58 0 88 35t30 103v702h183v-692q0 -162 -71.5 -234.5t-229.5 -72.5t-228.5 72.5t-70.5 234.5zM172 1112l152 348h172l152 -348h-105l-133 211l-133 -211h-105z" />
-    <glyph glyph-name="udieresis" unicode="&#xfc;" horiz-adv-x="817" 
-d="M109 289v692h180v-702q0 -68 30 -103t89 -35q58 0 88 35t30 103v702h183v-692q0 -162 -71.5 -234.5t-229.5 -72.5t-228.5 72.5t-70.5 234.5zM150 1274q0 44 31.5 76t74.5 32q45 0 77 -32t32 -76t-32 -75.5t-77 -31.5q-44 0 -75 31t-31 76zM453 1274q0 44 31.5 76t75.5 32
-t76 -32t32 -76t-32 -75.5t-76 -31.5q-45 0 -76 31t-31 76z" />
-    <glyph glyph-name="yacute" unicode="&#xfd;" horiz-adv-x="672" 
-d="M27 981h186l115 -643l155 643h179l-396 -1376h-186l151 481zM217 1114l164 346h178l-237 -346h-105z" />
-    <glyph glyph-name="thorn" unicode="&#xfe;" horiz-adv-x="801" 
-d="M276 492q0 -189 31.5 -264.5t104.5 -75.5q72 0 103.5 76.5t31.5 263.5q0 186 -31.5 262.5t-103.5 76.5q-73 0 -104.5 -75.5t-31.5 -263.5zM283 98v-493h-181v1945h181v-663q36 58 83.5 85t110.5 27q129 0 190.5 -124t61.5 -383q0 -261 -61.5 -384.5t-190.5 -123.5
-q-62 0 -109.5 28t-84.5 86z" />
-    <glyph glyph-name="ydieresis" unicode="&#xff;" horiz-adv-x="672" 
-d="M27 981h186l115 -643l155 643h179l-396 -1376h-186l151 481zM76 1274q0 44 31.5 76t74.5 32q45 0 77 -32t32 -76t-32 -75.5t-77 -31.5q-44 0 -75 31t-31 76zM379 1274q0 44 31.5 76t75.5 32t76 -32t32 -76t-32 -75.5t-76 -31.5q-45 0 -76 31t-31 76z" />
-    <glyph glyph-name="Cacute" unicode="&#x106;" horiz-adv-x="780" 
-d="M735 33q-49 -26 -99 -38.5t-106 -12.5q-224 0 -335 183t-111 552q0 376 118.5 569t350.5 193q51 0 96 -10t86 -29v-187q-42 21 -80.5 31t-72.5 10q-157 0 -229 -137.5t-72 -437.5q0 -280 68.5 -414.5t211.5 -134.5q41 0 83 13.5t91 41.5v-192zM409 1593l164 346h178
-l-237 -346h-105z" />
-    <glyph glyph-name="cacute" unicode="&#x107;" horiz-adv-x="522" 
-d="M496 16q-38 -18 -74 -27t-74 -9q-148 0 -218.5 123.5t-70.5 385.5q0 251 71 380.5t208 129.5q42 0 81 -9.5t77 -28.5v-173q-25 24 -49 35t-50 11q-78 0 -116.5 -88t-38.5 -265q0 -163 37.5 -243t113.5 -80q27 0 52.5 10.5t50.5 32.5v-185zM211 1114l164 346h178
-l-237 -346h-105z" />
-    <glyph glyph-name="Ccaron" unicode="&#x10c;" horiz-adv-x="780" 
-d="M735 33q-49 -26 -99 -38.5t-106 -12.5q-224 0 -335 183t-111 552q0 376 118.5 569t350.5 193q51 0 96 -10t86 -29v-187q-42 21 -80.5 31t-72.5 10q-157 0 -229 -137.5t-72 -437.5q0 -280 68.5 -414.5t211.5 -134.5q41 0 83 13.5t91 41.5v-192zM290 1939h105l133 -209
-l133 209h105l-152 -348h-172z" />
-    <glyph glyph-name="ccaron" unicode="&#x10d;" horiz-adv-x="522" 
-d="M496 16q-38 -18 -74 -27t-74 -9q-148 0 -218.5 123.5t-70.5 385.5q0 251 71 380.5t208 129.5q42 0 81 -9.5t77 -28.5v-173q-25 24 -49 35t-50 11q-78 0 -116.5 -88t-38.5 -265q0 -163 37.5 -243t113.5 -80q27 0 52.5 10.5t50.5 32.5v-185zM92 1460h105l133 -209l133 209
-h105l-152 -348h-172z" />
-    <glyph glyph-name="dcroat" unicode="&#x111;" horiz-adv-x="807" 
-d="M254 489q0 -188 31 -263.5t104 -75.5t104 75t31 264q0 190 -31 265t-104 75t-104 -75.5t-31 -264.5zM518 0v96q-37 -59 -84.5 -86.5t-109.5 -27.5q-130 0 -191 123.5t-61 383.5q0 261 61 384.5t191 123.5q63 0 110.5 -27t83.5 -85v317h-196v113h196v235h180v-235h127
-v-113h-127v-1202h-180z" />
-    <glyph glyph-name="Gbreve" unicode="&#x11e;" horiz-adv-x="1004" 
-d="M924 784q3 -46 4.5 -90t1.5 -84q0 -321 -104.5 -474.5t-321.5 -153.5q-224 0 -324 174t-100 573q0 404 100.5 577t329.5 173q162 0 261 -76.5t136 -231.5l-174 -84q-21 107 -76 159t-145 52q-128 0 -180.5 -122.5t-52.5 -442.5q0 -317 52.5 -441t180.5 -124
-q114 0 171.5 94t57.5 281q0 28 -0.5 42.5t-1.5 26.5h-209v172h394zM264 1913l97 -1q3 -74 37 -109.5t104 -35.5q71 0 105 35t36 110l97 1q-7 -148 -65.5 -220.5t-172.5 -72.5q-113 0 -171.5 72t-66.5 221z" />
-    <glyph glyph-name="gbreve" unicode="&#x11f;" horiz-adv-x="801" 
-d="M254 492q0 -189 31 -264.5t104 -75.5t104 75.5t31 264.5q0 188 -31 263.5t-104 75.5t-104 -75.5t-31 -263.5zM698 -23q0 -203 -74.5 -287.5t-248.5 -84.5q-143 0 -219 72.5t-76 207.5v31h171q3 -80 33.5 -119t92.5 -39q75 0 108 47t33 154v139q-37 -58 -84.5 -86
-t-109.5 -28q-130 0 -191 123.5t-61 384.5q0 260 61 383.5t191 123.5q63 0 110.5 -27t83.5 -85v94h180v-1004zM163 1434l97 -1q3 -74 37 -109.5t104 -35.5q71 0 105 35t36 110l97 1q-7 -148 -65.5 -220.5t-172.5 -72.5q-113 0 -171.5 72t-66.5 221z" />
-    <glyph glyph-name="Idotaccent" unicode="&#x130;" horiz-adv-x="461" 
-d="M131 0v1460h197v-1460h-197zM122 1757q0 43 34 77t77 34q46 0 79.5 -32.5t33.5 -78.5q0 -47 -33 -80t-80 -33q-44 0 -77.5 34t-33.5 79z" />
-    <glyph glyph-name="dotlessi" unicode="&#x131;" horiz-adv-x="410" 
-d="M115 0v981h180v-981h-180z" />
-    <glyph glyph-name="Lslash" unicode="&#x141;" horiz-adv-x="772" 
-d="M135 0v635l-135 -96v174l135 96v651h197v-553l225 156v-174l-225 -156v-551h422v-182h-619z" />
-    <glyph glyph-name="lslash" unicode="&#x142;" horiz-adv-x="428" 
-d="M123 0v668l-123 -88v135l123 86v749h182v-661l123 86v-133l-123 -86v-756h-182z" />
-    <glyph glyph-name="OE" unicode="&#x152;" horiz-adv-x="1341" 
-d="M283 733q0 -310 48 -435.5t161 -125.5t159.5 121t46.5 440q0 313 -47.5 437t-161.5 124q-113 0 -159.5 -123t-46.5 -438zM1264 1462v-176h-387v-436h354v-174h-354v-494h387v-182h-539v123q-44 -69 -108 -104t-144 -35q-201 0 -293 177.5t-92 569.5q0 395 93 571.5
-t300 176.5q82 0 140 -35.5t104 -112.5v131h539z" />
-    <glyph glyph-name="oe" unicode="&#x153;" horiz-adv-x="1202" 
-d="M700 598h275v25q0 122 -32.5 176.5t-102.5 54.5q-67 0 -103.5 -59.5t-36.5 -169.5v-27zM1139 328v-13q0 -155 -78 -244t-213 -89q-84 0 -139.5 29t-92.5 91q-38 -61 -94.5 -90.5t-134.5 -29.5q-158 0 -241 129.5t-83 377.5q0 249 83 378.5t241 129.5q76 0 131.5 -28.5
-t93.5 -87.5q37 61 92.5 90.5t133.5 29.5q164 0 237.5 -114t73.5 -373v-57h-449v-27q0 -152 35.5 -223.5t110.5 -71.5q60 0 92 49t35 143zM231 494q0 -183 36.5 -269t113.5 -86t113 86t36 269q0 180 -36 265t-113 85t-113.5 -85t-36.5 -265z" />
-    <glyph glyph-name="Scedilla" unicode="&#x15e;" 
-d="M94 256q70 -43 129 -63.5t111 -20.5q90 0 143 52.5t53 140.5q0 129 -203 295l-36 30q-130 107 -182 198.5t-52 205.5q0 165 105 275t260 110q68 0 131 -16t125 -50v-196q-57 40 -111.5 59.5t-107.5 19.5q-93 0 -149 -54.5t-56 -145.5q0 -126 215 -298q20 -16 31 -24
-q125 -101 177 -194t52 -213q0 -168 -107 -276.5t-274 -108.5q-61 0 -124 18t-130 55v201zM166 -434v119q63 -22 113.5 -32.5t88.5 -10.5q45 0 67.5 19t22.5 56q0 42 -27.5 61t-88.5 19q-5 0 -17 -1t-18 -1v205h86v-94h12q93 0 142 -47.5t49 -139.5q0 -95 -53.5 -145.5
-t-153.5 -50.5q-46 0 -103 11t-120 32z" />
-    <glyph glyph-name="scedilla" unicode="&#x15f;" horiz-adv-x="559" 
-d="M57 207q38 -33 75.5 -49.5t76.5 -16.5q57 0 93 34t36 87q0 63 -99 157q-13 13 -20 19q-96 91 -129 151t-33 132q0 124 76 202t197 78q40 0 78.5 -10t76.5 -30v-185q-29 34 -63.5 50t-79.5 16q-50 0 -82.5 -32t-32.5 -81q0 -65 95 -152q19 -17 28 -26q89 -82 123.5 -148
-t34.5 -147q0 -125 -76 -199.5t-203 -74.5q-41 0 -84 9t-88 27v189zM52 -434v119q63 -22 113.5 -32.5t88.5 -10.5q45 0 67.5 19t22.5 56q0 42 -27.5 61t-88.5 19q-5 0 -17 -1t-18 -1v205h86v-94h12q93 0 142 -47.5t49 -139.5q0 -95 -53.5 -145.5t-153.5 -50.5q-46 0 -103 11
-t-120 32z" />
-    <glyph glyph-name="Scaron" unicode="&#x160;" 
-d="M94 256q70 -43 129 -63.5t111 -20.5q90 0 143 52.5t53 140.5q0 129 -203 295l-36 30q-130 107 -182 198.5t-52 205.5q0 165 105 275t260 110q68 0 131 -16t125 -50v-196q-57 40 -111.5 59.5t-107.5 19.5q-93 0 -149 -54.5t-56 -145.5q0 -126 215 -298q20 -16 31 -24
-q125 -101 177 -194t52 -213q0 -168 -107 -276.5t-274 -108.5q-61 0 -124 18t-130 55v201zM157 1939h105l133 -209l133 209h105l-152 -348h-172z" />
-    <glyph glyph-name="scaron" unicode="&#x161;" horiz-adv-x="559" 
-d="M57 207q38 -33 75.5 -49.5t76.5 -16.5q57 0 93 34t36 87q0 63 -99 157q-13 13 -20 19q-96 91 -129 151t-33 132q0 124 76 202t197 78q40 0 78.5 -10t76.5 -30v-185q-29 34 -63.5 50t-79.5 16q-50 0 -82.5 -32t-32.5 -81q0 -65 95 -152q19 -17 28 -26q89 -82 123.5 -148
-t34.5 -147q0 -125 -76 -199.5t-203 -74.5q-41 0 -84 9t-88 27v189zM43 1460h105l133 -209l133 209h105l-152 -348h-172z" />
-    <glyph glyph-name="Ydieresis" unicode="&#x178;" 
-d="M494 621v-621h-203v621l-275 839h203l123 -407q12 -40 25.5 -100.5t25.5 -133.5q10 64 22.5 121t28.5 111l123 409h205zM135 1753q0 44 31.5 76t74.5 32q45 0 77 -32t32 -76t-32 -75.5t-77 -31.5q-44 0 -75 31t-31 76zM438 1753q0 44 31.5 76t75.5 32t76 -32t32 -76
-t-32 -75.5t-76 -31.5q-45 0 -76 31t-31 76z" />
-    <glyph glyph-name="Zcaron" unicode="&#x17d;" horiz-adv-x="784" 
-d="M18 0l474 1286h-404v174h672l-469 -1278h428v-182h-701zM155 1939h105l133 -209l133 209h105l-152 -348h-172z" />
-    <glyph glyph-name="zcaron" unicode="&#x17e;" horiz-adv-x="676" 
-d="M27 0l364 823h-342v158h600l-366 -819h338v-162h-594zM100 1460h105l133 -209l133 209h105l-152 -348h-172z" />
-    <glyph glyph-name="florin" unicode="&#x192;" 
-d="M37 -215q11 -3 23 -4.5t22 -1.5q35 0 54.5 20.5t27.5 65.5l149 889h-168l25 127h166l70 405q16 101 67 147t145 46q35 0 71 -5t71 -14l-33 -155q-16 4 -32.5 6t-30.5 2q-41 0 -62 -23t-31 -84l-55 -325h182l-20 -127h-182l-158 -944q-20 -116 -67.5 -160.5t-145.5 -44.5
-q-23 0 -52.5 6t-66.5 18z" />
-    <glyph glyph-name="circumflex" unicode="&#x2c6;" horiz-adv-x="1024" 
-d="M274 1112l152 348h172l152 -348h-105l-133 211l-133 -211h-105z" />
-    <glyph glyph-name="caron" unicode="&#x2c7;" horiz-adv-x="1024" 
-d="M274 1460h105l133 -209l133 209h105l-152 -348h-172z" />
-    <glyph glyph-name="breve" unicode="&#x2d8;" horiz-adv-x="1024" 
-d="M274 1434l97 -1q3 -74 37 -109.5t104 -35.5q71 0 105 35t36 110l97 1q-7 -148 -65.5 -220.5t-172.5 -72.5q-113 0 -171.5 72t-66.5 221z" />
-    <glyph glyph-name="dotaccent" unicode="&#x2d9;" horiz-adv-x="1024" 
-d="M403 1278q0 43 34 77t77 34q46 0 79.5 -32.5t33.5 -78.5q0 -47 -33 -80t-80 -33q-44 0 -77.5 34t-33.5 79z" />
-    <glyph glyph-name="ring" unicode="&#x2da;" horiz-adv-x="1024" 
-d="M258 1352q0 106 74.5 181t181.5 75q108 0 182 -74.5t74 -181.5q0 -106 -75 -181t-181 -75q-104 0 -180 75.5t-76 180.5zM383 1350q0 -54 38.5 -91.5t92.5 -37.5q56 0 93.5 37t37.5 92t-38 94t-93 39t-93 -39t-38 -94z" />
-    <glyph glyph-name="ogonek" unicode="&#x2db;" horiz-adv-x="1024" 
-d="M604 0q-55 -56 -80.5 -107.5t-25.5 -107.5q0 -42 16.5 -60t54.5 -18h70v-156h-80q-94 0 -143 44.5t-49 130.5q0 65 37.5 131.5t117.5 142.5h82z" />
-    <glyph glyph-name="tilde" unicode="&#x2dc;" horiz-adv-x="1024" 
-d="M752 1397q-19 -117 -57 -171.5t-101 -54.5q-13 1 -26 3t-30 8l-66 24q-13 5 -25.5 7.5t-24.5 3.5q-27 0 -43.5 -16.5t-26.5 -51.5h-80q16 110 54 164.5t100 54.5q12 0 29 -3.5t38 -10.5l70 -25q12 -3 20.5 -4.5t16.5 -1.5q29 0 46.5 18t25.5 56h80z" />
-    <glyph glyph-name="hungarumlaut" unicode="&#x2dd;" horiz-adv-x="1024" 
-d="M686 1460h184l-229 -346h-98zM428 1460h174l-192 -346h-97z" />
-    <glyph glyph-name="Omega" unicode="&#x3a9;" horiz-adv-x="1573" 
-d="M1473 156v-156h-590v150q193 111 296 279t103 374q0 251 -137 405t-359 154q-221 0 -359 -155t-138 -404q0 -205 103 -373.5t298 -279.5v-150h-590v156h332q-164 133 -242.5 285t-78.5 335q0 329 188.5 533t486.5 204q299 0 487.5 -202.5t188.5 -530.5
-q0 -186 -78.5 -338.5t-242.5 -285.5h332z" />
-    <glyph glyph-name="pi" unicode="&#x3c0;" horiz-adv-x="1186" 
-d="M1139 930h-185l-110 -516q-14 -66 -21.5 -114.5t-7.5 -74.5q0 -57 24 -81.5t81 -24.5q21 0 46 2.5t52 7.5l-29 -129l-5 -1q-64 -15 -99 -15q-110 0 -168 51.5t-58 150.5q0 48 11.5 121t44.5 230l84 393h-348l-197 -930h-158l197 930h-39q-55 0 -84.5 -31t-40.5 -100h-145
-q26 153 94 211.5t223 58.5h866z" />
-    <glyph glyph-name="endash" unicode="&#x2013;" horiz-adv-x="1024" 
-d="M0 430v121h1024v-121h-1024z" />
-    <glyph glyph-name="emdash" unicode="&#x2014;" horiz-adv-x="2048" 
-d="M0 430v121h2048v-121h-2048z" />
-    <glyph glyph-name="quoteleft" unicode="&#x2018;" horiz-adv-x="422" 
-d="M68 1036l186 514l100 -30l-133 -531z" />
-    <glyph glyph-name="quoteright" unicode="&#x2019;" horiz-adv-x="422" 
-d="M354 1503l-186 -512l-100 29l133 530z" />
-    <glyph glyph-name="quotesinglbase" unicode="&#x201a;" horiz-adv-x="422" 
-d="M354 197l-186 -514l-100 30l133 531z" />
-    <glyph glyph-name="quotedblleft" unicode="&#x201c;" horiz-adv-x="672" 
-d="M68 1036l186 514l100 -30l-133 -531zM315 1036l187 514l100 -30l-133 -531z" />
-    <glyph glyph-name="quotedblright" unicode="&#x201d;" horiz-adv-x="672" 
-d="M354 1503l-186 -512l-100 29l133 530zM602 1503l-186 -512l-101 29l134 530z" />
-    <glyph glyph-name="quotedblbase" unicode="&#x201e;" horiz-adv-x="672" 
-d="M602 197l-186 -514l-101 30l134 531zM354 197l-186 -514l-100 30l133 531z" />
-    <glyph glyph-name="dagger" unicode="&#x2020;" horiz-adv-x="780" 
-d="M297 -403v1226h-270v172h270v465h188v-465h269v-172h-269v-1226h-188z" />
-    <glyph glyph-name="daggerdbl" unicode="&#x2021;" horiz-adv-x="780" 
-d="M477 -403h-174v444h-276v164h276v653h-276v164h276v438h174v-438h277v-164h-277v-653h277v-164h-277v-444z" />
-    <glyph glyph-name="bullet" unicode="&#x2022;" horiz-adv-x="1208" 
-d="M307 762q0 123 87 209t210 86q122 0 208.5 -86.5t86.5 -208.5t-87.5 -209.5t-209.5 -87.5q-123 0 -209 87t-86 210z" />
-    <glyph glyph-name="ellipsis" unicode="&#x2026;" horiz-adv-x="2048" 
-d="M227 92q0 48 32.5 81.5t80.5 33.5q47 0 80.5 -33.5t33.5 -81.5q0 -47 -33 -79.5t-81 -32.5t-80.5 32.5t-32.5 79.5zM909 92q0 48 32.5 81.5t80.5 33.5q47 0 80.5 -33.5t33.5 -81.5q0 -47 -33 -79.5t-81 -32.5t-80.5 32.5t-32.5 79.5zM1593 92q0 48 32.5 81.5t80.5 33.5
-q47 0 80.5 -33.5t33.5 -81.5q0 -47 -33 -79.5t-81 -32.5t-80.5 32.5t-32.5 79.5z" />
-    <glyph glyph-name="perthousand" unicode="&#x2030;" horiz-adv-x="2208" 
-d="M1765 408q0 -185 23.5 -240t85.5 -55q63 0 87 56.5t24 238.5t-24 238t-87 56q-62 0 -85.5 -53t-23.5 -241zM1616 408q0 253 56 338t202 85t202 -86t56 -337q0 -254 -56 -340t-202 -86t-202 86t-56 340zM1122 408q0 -185 23.5 -240t85.5 -55q63 0 86.5 56.5t23.5 238.5
-t-23.5 238t-86.5 56q-62 0 -85.5 -53t-23.5 -241zM973 408q0 253 56 338t202 85t202 -86t56 -337q0 -254 -56 -340t-202 -86t-202 86t-56 340zM514 -18h-127l664 1497h127zM223 1047q0 -182 24 -238.5t87 -56.5q62 0 85 55t23 240t-23 239.5t-85 54.5q-63 0 -87 -54.5
-t-24 -239.5zM76 1047q0 254 56 340t202 86q145 0 201.5 -87t56.5 -339q0 -255 -56 -340.5t-202 -85.5t-202 85.5t-56 340.5z" />
-    <glyph glyph-name="guilsinglleft" unicode="&#x2039;" horiz-adv-x="471" 
-d="M59 489l238 437l113 -64l-203 -373l203 -372l-113 -62z" />
-    <glyph glyph-name="guilsinglright" unicode="&#x203a;" horiz-adv-x="471" 
-d="M410 489l-236 -434l-115 62l205 372l-205 373l115 64z" />
-    <glyph glyph-name="franc" unicode="&#x20a3;" horiz-adv-x="1341" 
-d="M131 0v1460h598v-176h-401v-436h368v-174h-368v-674h-197zM901 0v981h174v-143q37 78 95 117.5t142 43.5v-190h-30q-105 0 -154 -52.5t-49 -164.5v-592h-178z" />
-    <glyph glyph-name="trademark" unicode="&#x2122;" horiz-adv-x="1706" 
-d="M948 1456l160 -405l149 405h132v-534h-82v458l-172 -458h-54l-180 458v-458h-82v534h129zM694 1456v-67h-172v-467h-94v467h-174v67h440z" />
-    <glyph glyph-name="partialdiff" unicode="&#x2202;" horiz-adv-x="1044" 
-d="M754 604q13 81 19.5 161.5t6.5 158.5q0 140 -39.5 216.5t-111.5 76.5q-53 0 -117 -63.5t-109 -63.5q-29 0 -51 21.5t-22 51.5q0 59 68 105.5t163 46.5q171 0 273 -152.5t102 -412.5q0 -335 -139 -555t-344 -220q-147 0 -241.5 106.5t-94.5 272.5q0 189 108.5 316
-t266.5 127q99 0 162.5 -47t99.5 -146zM709 483q0 117 -45 180.5t-127 63.5q-113 0 -184.5 -127.5t-71.5 -333.5q0 -117 44 -178t128 -61q111 0 183.5 128t72.5 328z" />
-    <glyph glyph-name="Delta" unicode="&#x2206;" horiz-adv-x="1356" 
-d="M1122 158l-444 1138l-445 -1138h889zM780 1473l586 -1473h-1374l586 1473h202z" />
-    <glyph glyph-name="product" unicode="&#x220f;" horiz-adv-x="1528" 
-d="M160 1473h1208v-1866h-201v1693h-809v-1693h-198v1866z" />
-    <glyph glyph-name="summation" unicode="&#x2211;" horiz-adv-x="1346" 
-d="M51 1473h1239v-166h-989l690 -744l-719 -792h1035v-164h-1289v139l738 813l-705 758v156z" />
-    <glyph glyph-name="minus" unicode="&#x2212;" horiz-adv-x="1706" 
-d="M1452 670v-119h-1198v119h1198z" />
-    <glyph glyph-name="fraction" unicode="&#x2215;" horiz-adv-x="342" 
-d="M-342 -18l887 1497h137l-887 -1497h-137z" />
-    <glyph glyph-name="periodcentered" unicode="&#x2219;" horiz-adv-x="395" 
-d="M84 729q0 48 32.5 81.5t80.5 33.5q47 0 80.5 -33.5t33.5 -81.5q0 -47 -33 -80t-81 -33t-80.5 32.5t-32.5 80.5z" />
-    <glyph glyph-name="radical" unicode="&#x221a;" horiz-adv-x="1288" 
-d="M1288 1647v-82h-119l-594 -1606h-53l-323 893l-119 -43l-23 68l262 92l265 -729l522 1407h182z" />
-    <glyph glyph-name="infinity" unicode="&#x221e;" horiz-adv-x="1706" 
-d="M905 559q51 -95 119 -141.5t156 -46.5q102 0 168.5 71t66.5 181q0 108 -61 179.5t-152 71.5q-85 0 -153.5 -72.5t-143.5 -242.5zM803 666q-51 95 -119 142.5t-154 47.5q-105 0 -171 -71t-66 -183q0 -108 61 -179t152 -71q85 0 152 69t145 245zM840 727q67 138 146 204
-t175 66q134 0 226 -108.5t92 -272.5q0 -171 -82 -277t-213 -106q-96 0 -169 60t-149 201q-71 -138 -148 -201.5t-173 -63.5q-134 0 -226 109t-92 272q0 172 82.5 277.5t214.5 105.5q97 0 172 -63t144 -203z" />
-    <glyph glyph-name="integral" unicode="&#x222b;" horiz-adv-x="1020" 
-d="M301 -268q103 0 116 664q3 141 5 216q12 503 102 719.5t281 216.5q76 0 122 -39t46 -104q0 -48 -31 -77.5t-82 -29.5q-53 0 -85 35t-32 92q0 8 -6 15.5t-14 7.5q-105 0 -119 -634q-3 -157 -6 -245q-10 -308 -31.5 -461t-62.5 -247q-49 -114 -123 -173t-168 -59
-q-73 0 -119.5 38t-46.5 97q0 53 31.5 84t83.5 31q47 0 79.5 -29t32.5 -67q0 -24 7.5 -37.5t19.5 -13.5z" />
-    <glyph glyph-name="approxequal" unicode="&#x2248;" horiz-adv-x="1706" 
-d="M1530 453q-107 -75 -202 -110.5t-187 -35.5q-98 0 -288 69.5t-290 69.5q-82 0 -169.5 -35.5t-215.5 -123.5v131q106 73 202 109t185 36q111 0 301.5 -68.5t276.5 -68.5q85 0 173.5 35.5t213.5 122.5v-131zM1530 803q-104 -73 -200 -108.5t-187 -35.5q-100 0 -290 69
-t-290 69q-83 0 -171.5 -36t-213.5 -122v131q106 73 202 109t185 36q111 0 300.5 -68.5t277.5 -68.5q87 0 175 35t212 121v-131z" />
-    <glyph glyph-name="notequal" unicode="&#x2260;" horiz-adv-x="1706" 
-d="M1298 1110l-196 -250h350v-115h-424l-211 -270h635v-115h-709l-251 -319l-89 70l197 249h-346v115h420l211 270h-631v115h704l252 320z" />
-    <glyph glyph-name="lessequal" unicode="&#x2264;" horiz-adv-x="1706" 
-d="M1444 150v-117h-1182v117h1182zM1444 1067l-977 -324l977 -323v-125l-1182 399v101l1182 397v-125z" />
-    <glyph glyph-name="greaterequal" unicode="&#x2265;" horiz-adv-x="1706" 
-d="M1444 150v-117h-1182v117h1182zM1444 795v-101l-1182 -399v125l979 323l-979 324v125z" />
-    <glyph glyph-name="lozenge" unicode="&#x25ca;" horiz-adv-x="1012" 
-d="M506 1409l-385 -817l385 -825l385 825zM506 1653l500 -1061l-500 -1069l-500 1069z" />
-    <glyph glyph-name="apple" unicode="&#xf000;" horiz-adv-x="1618" 
-d="M836 1216q-1 6 -1.5 14t-0.5 23q0 124 95 229.5t236 131.5q1 -10 1.5 -23t0.5 -39q0 -131 -103.5 -234.5t-203.5 -103.5h-8q-3 0 -7.5 1t-8.5 1zM1505 403q-114 -247 -205 -342.5t-204 -95.5q-50 0 -131.5 33t-122.5 33q-45 0 -131 -33t-127 -33q-64 0 -128.5 44
-t-129.5 132q-102 140 -157.5 295.5t-55.5 300.5q0 219 125 356.5t323 137.5q68 0 155 -34t124 -34q34 0 121.5 35t152.5 35q110 0 198 -40t161 -124q-102 -65 -151.5 -145.5t-49.5 -182.5q0 -113 60 -200t173 -138z" />
-    <glyph glyph-name="fi" unicode="&#xf001;" horiz-adv-x="840" 
-d="M520 1274q0 49 33 83t82 34q48 0 81.5 -34t33.5 -83q0 -48 -34 -81.5t-81 -33.5q-49 0 -82 33t-33 82zM545 0v981h180v-981h-180zM125 0v842h-98v139h98v344q0 114 56.5 180t154.5 66q23 0 52 -5.5t65 -17.5v-164q-20 7 -37 10t-31 3q-41 0 -59.5 -23.5t-18.5 -75.5v-317
-h135v-139h-135v-842h-182z" />
-    <glyph glyph-name="fl" unicode="&#xf002;" horiz-adv-x="840" 
-d="M545 0v1550h180v-1550h-180zM125 0v842h-98v139h98v344q0 114 56.5 180t154.5 66q23 0 52 -5.5t65 -17.5v-164q-20 7 -37 10t-31 3q-41 0 -59.5 -23.5t-18.5 -75.5v-317h135v-139h-135v-842h-182z" />
-    <hkern u1="&#x2d;" u2="&#x153;" k="-38" />
-    <hkern u1="&#x2d;" u2="&#x152;" k="-38" />
-    <hkern u1="&#x2d;" u2="&#x111;" k="-38" />
-    <hkern u1="&#x2d;" u2="&#xf8;" k="-38" />
-    <hkern u1="&#x2d;" u2="&#xd8;" k="-38" />
-    <hkern u1="&#x2d;" u2="&#xc6;" k="-57" />
-    <hkern u1="&#x2d;" u2="x" k="36" />
-    <hkern u1="&#x2d;" u2="s" k="-75" />
-    <hkern u1="&#x2d;" u2="q" k="-38" />
-    <hkern u1="&#x2d;" u2="o" k="-38" />
-    <hkern u1="&#x2d;" u2="g" k="-38" />
-    <hkern u1="&#x2d;" u2="e" k="-38" />
-    <hkern u1="&#x2d;" u2="d" k="-38" />
-    <hkern u1="&#x2d;" u2="c" k="-38" />
-    <hkern u1="&#x2d;" u2="Y" k="83" />
-    <hkern u1="&#x2d;" u2="W" k="45" />
-    <hkern u1="&#x2d;" u2="V" k="92" />
-    <hkern u1="&#x2d;" u2="T" k="112" />
-    <hkern u1="&#x2d;" u2="S" k="-38" />
-    <hkern u1="&#x2d;" u2="Q" k="-38" />
-    <hkern u1="&#x2d;" u2="O" k="-38" />
-    <hkern u1="&#x2d;" u2="J" k="-38" />
-    <hkern u1="&#x2d;" u2="G" k="-38" />
-    <hkern u1="&#x2d;" u2="C" k="-38" />
-    <hkern u1="A" u2="&#x201e;" k="-38" />
-    <hkern u1="A" u2="&#x201d;" k="92" />
-    <hkern u1="A" u2="&#x201c;" k="112" />
-    <hkern u1="A" u2="&#x201a;" k="-38" />
-    <hkern u1="A" u2="&#x2019;" k="92" />
-    <hkern u1="A" u2="&#x2018;" k="112" />
-    <hkern u1="A" u2="y" k="36" />
-    <hkern u1="A" u2="w" k="36" />
-    <hkern u1="A" u2="v" k="36" />
-    <hkern u1="A" u2="Y" k="36" />
-    <hkern u1="A" u2="W" k="36" />
-    <hkern u1="A" u2="V" k="36" />
-    <hkern u1="A" u2="T" k="55" />
-    <hkern u1="A" u2="&#x3b;" k="-38" />
-    <hkern u1="A" u2="&#x3a;" k="-38" />
-    <hkern u1="A" u2="&#x2e;" k="-65" />
-    <hkern u1="A" u2="&#x2c;" k="-65" />
-    <hkern u1="B" u2="&#x201e;" k="73" />
-    <hkern u1="B" u2="&#x201d;" k="36" />
-    <hkern u1="B" u2="&#x201a;" k="73" />
-    <hkern u1="B" u2="&#x2019;" k="36" />
-    <hkern u1="B" u2="&#x2d;" k="-57" />
-    <hkern u1="C" u2="&#x3b;" k="-38" />
-    <hkern u1="C" u2="&#x3a;" k="-38" />
-    <hkern u1="D" u2="&#x201e;" k="149" />
-    <hkern u1="D" u2="&#x201a;" k="149" />
-    <hkern u1="D" u2="&#xc5;" k="36" />
-    <hkern u1="D" u2="Y" k="36" />
-    <hkern u1="D" u2="W" k="36" />
-    <hkern u1="D" u2="V" k="36" />
-    <hkern u1="D" u2="A" k="36" />
-    <hkern u1="D" u2="&#x3b;" k="-38" />
-    <hkern u1="D" u2="&#x3a;" k="-38" />
-    <hkern u1="D" u2="&#x2e;" k="83" />
-    <hkern u1="D" u2="&#x2c;" k="83" />
-    <hkern u1="E" u2="&#x3b;" k="-38" />
-    <hkern u1="E" u2="&#x3a;" k="-38" />
-    <hkern u1="E" u2="&#x2e;" k="-38" />
-    <hkern u1="E" u2="&#x2c;" k="-38" />
-    <hkern u1="F" u2="&#x201e;" k="301" />
-    <hkern u1="F" u2="&#x201a;" k="301" />
-    <hkern u1="F" u2="&#xe6;" k="36" />
-    <hkern u1="F" u2="&#xc5;" k="36" />
-    <hkern u1="F" u2="&#xab;" k="36" />
-    <hkern u1="F" u2="u" k="36" />
-    <hkern u1="F" u2="r" k="55" />
-    <hkern u1="F" u2="a" k="36" />
-    <hkern u1="F" u2="A" k="36" />
-    <hkern u1="F" u2="&#x3b;" k="83" />
-    <hkern u1="F" u2="&#x3a;" k="83" />
-    <hkern u1="F" u2="&#x2e;" k="292" />
-    <hkern u1="F" u2="&#x2c;" k="292" />
-    <hkern u1="G" u2="Y" k="36" />
-    <hkern u1="G" u2="T" k="36" />
-    <hkern u1="G" u2="&#x3b;" k="-38" />
-    <hkern u1="G" u2="&#x3a;" k="-38" />
-    <hkern u1="G" u2="&#x2e;" k="55" />
-    <hkern u1="G" u2="&#x2d;" k="-47" />
-    <hkern u1="G" u2="&#x2c;" k="55" />
-    <hkern u1="J" u2="&#x201e;" k="112" />
-    <hkern u1="J" u2="&#x201a;" k="112" />
-    <hkern u1="J" u2="&#x2e;" k="63" />
-    <hkern u1="J" u2="&#x2c;" k="63" />
-    <hkern u1="K" u2="&#x201e;" k="-65" />
-    <hkern u1="K" u2="&#x201c;" k="73" />
-    <hkern u1="K" u2="&#x201a;" k="-65" />
-    <hkern u1="K" u2="&#x2018;" k="73" />
-    <hkern u1="K" u2="&#x153;" k="36" />
-    <hkern u1="K" u2="&#x152;" k="73" />
-    <hkern u1="K" u2="&#xf8;" k="36" />
-    <hkern u1="K" u2="&#xe6;" k="36" />
-    <hkern u1="K" u2="&#xd8;" k="73" />
-    <hkern u1="K" u2="&#xc5;" k="36" />
-    <hkern u1="K" u2="&#xab;" k="55" />
-    <hkern u1="K" u2="y" k="73" />
-    <hkern u1="K" u2="u" k="36" />
-    <hkern u1="K" u2="o" k="36" />
-    <hkern u1="K" u2="e" k="36" />
-    <hkern u1="K" u2="a" k="36" />
-    <hkern u1="K" u2="Y" k="73" />
-    <hkern u1="K" u2="W" k="36" />
-    <hkern u1="K" u2="O" k="73" />
-    <hkern u1="K" u2="C" k="73" />
-    <hkern u1="K" u2="A" k="36" />
-    <hkern u1="K" u2="&#x3b;" k="-38" />
-    <hkern u1="K" u2="&#x3a;" k="-38" />
-    <hkern u1="K" u2="&#x2e;" k="-38" />
-    <hkern u1="K" u2="&#x2c;" k="-38" />
-    <hkern u1="L" u2="&#x201d;" k="159" />
-    <hkern u1="L" u2="&#x201c;" k="225" />
-    <hkern u1="L" u2="&#x2019;" k="159" />
-    <hkern u1="L" u2="&#x2018;" k="225" />
-    <hkern u1="L" u2="&#x152;" k="36" />
-    <hkern u1="L" u2="&#xd8;" k="36" />
-    <hkern u1="L" u2="y" k="73" />
-    <hkern u1="L" u2="Y" k="120" />
-    <hkern u1="L" u2="W" k="73" />
-    <hkern u1="L" u2="V" k="112" />
-    <hkern u1="L" u2="U" k="36" />
-    <hkern u1="L" u2="T" k="112" />
-    <hkern u1="L" u2="O" k="36" />
-    <hkern u1="L" u2="&#x3b;" k="-38" />
-    <hkern u1="L" u2="&#x3a;" k="-38" />
-    <hkern u1="L" u2="&#x2e;" k="-38" />
-    <hkern u1="L" u2="&#x2d;" k="73" />
-    <hkern u1="L" u2="&#x2c;" k="-38" />
-    <hkern u1="M" u2="&#x201c;" k="36" />
-    <hkern u1="M" u2="&#x2018;" k="36" />
-    <hkern u1="N" u2="&#x201e;" k="36" />
-    <hkern u1="N" u2="&#x201c;" k="36" />
-    <hkern u1="N" u2="&#x201a;" k="36" />
-    <hkern u1="N" u2="&#x2018;" k="36" />
-    <hkern u1="O" u2="&#x201e;" k="149" />
-    <hkern u1="O" u2="&#x201d;" k="-38" />
-    <hkern u1="O" u2="&#x201a;" k="149" />
-    <hkern u1="O" u2="&#x2019;" k="-38" />
-    <hkern u1="O" u2="Y" k="36" />
-    <hkern u1="O" u2="X" k="36" />
-    <hkern u1="O" u2="T" k="36" />
-    <hkern u1="O" u2="&#x3b;" k="-38" />
-    <hkern u1="O" u2="&#x3a;" k="-38" />
-    <hkern u1="O" u2="&#x2e;" k="83" />
-    <hkern u1="O" u2="&#x2d;" k="-38" />
-    <hkern u1="O" u2="&#x2c;" k="83" />
-    <hkern u1="P" u2="&#x201e;" k="415" />
-    <hkern u1="P" u2="&#x201d;" k="-47" />
-    <hkern u1="P" u2="&#x201c;" k="-38" />
-    <hkern u1="P" u2="&#x201a;" k="415" />
-    <hkern u1="P" u2="&#x2019;" k="-47" />
-    <hkern u1="P" u2="&#x2018;" k="-38" />
-    <hkern u1="P" u2="&#x153;" k="73" />
-    <hkern u1="P" u2="&#xf8;" k="73" />
-    <hkern u1="P" u2="&#xe6;" k="73" />
-    <hkern u1="P" u2="&#xc5;" k="92" />
-    <hkern u1="P" u2="&#xab;" k="112" />
-    <hkern u1="P" u2="u" k="36" />
-    <hkern u1="P" u2="s" k="36" />
-    <hkern u1="P" u2="r" k="36" />
-    <hkern u1="P" u2="o" k="73" />
-    <hkern u1="P" u2="n" k="36" />
-    <hkern u1="P" u2="i" k="36" />
-    <hkern u1="P" u2="e" k="73" />
-    <hkern u1="P" u2="a" k="73" />
-    <hkern u1="P" u2="A" k="92" />
-    <hkern u1="P" u2="&#x3b;" k="131" />
-    <hkern u1="P" u2="&#x3a;" k="131" />
-    <hkern u1="P" u2="&#x2e;" k="376" />
-    <hkern u1="P" u2="&#x2d;" k="120" />
-    <hkern u1="P" u2="&#x2c;" k="376" />
-    <hkern u1="Q" u2="&#x3b;" k="-38" />
-    <hkern u1="Q" u2="&#x3a;" k="-38" />
-    <hkern u1="Q" u2="&#x2d;" k="-38" />
-    <hkern u1="R" u2="&#x201d;" k="-38" />
-    <hkern u1="R" u2="&#x2019;" k="-38" />
-    <hkern u1="R" u2="&#x153;" k="36" />
-    <hkern u1="R" u2="&#xf8;" k="36" />
-    <hkern u1="R" u2="&#xe6;" k="36" />
-    <hkern u1="R" u2="u" k="36" />
-    <hkern u1="R" u2="o" k="36" />
-    <hkern u1="R" u2="e" k="36" />
-    <hkern u1="R" u2="a" k="36" />
-    <hkern u1="R" u2="&#x2e;" k="-38" />
-    <hkern u1="R" u2="&#x2d;" k="55" />
-    <hkern u1="R" u2="&#x2c;" k="-38" />
-    <hkern u1="S" u2="&#x3b;" k="-38" />
-    <hkern u1="S" u2="&#x3a;" k="-38" />
-    <hkern u1="S" u2="&#x2e;" k="36" />
-    <hkern u1="S" u2="&#x2d;" k="-65" />
-    <hkern u1="S" u2="&#x2c;" k="36" />
-    <hkern u1="T" u2="&#x203a;" k="112" />
-    <hkern u1="T" u2="&#x201e;" k="188" />
-    <hkern u1="T" u2="&#x201a;" k="188" />
-    <hkern u1="T" u2="&#x153;" k="167" />
-    <hkern u1="T" u2="&#x152;" k="36" />
-    <hkern u1="T" u2="&#xf8;" k="167" />
-    <hkern u1="T" u2="&#xe6;" k="167" />
-    <hkern u1="T" u2="&#xd8;" k="36" />
-    <hkern u1="T" u2="&#xc5;" k="55" />
-    <hkern u1="T" u2="&#xbb;" k="112" />
-    <hkern u1="T" u2="&#xab;" k="112" />
-    <hkern u1="T" u2="y" k="167" />
-    <hkern u1="T" u2="w" k="167" />
-    <hkern u1="T" u2="u" k="167" />
-    <hkern u1="T" u2="s" k="159" />
-    <hkern u1="T" u2="r" k="167" />
-    <hkern u1="T" u2="o" k="167" />
-    <hkern u1="T" u2="e" k="167" />
-    <hkern u1="T" u2="c" k="167" />
-    <hkern u1="T" u2="a" k="167" />
-    <hkern u1="T" u2="O" k="36" />
-    <hkern u1="T" u2="C" k="36" />
-    <hkern u1="T" u2="A" k="55" />
-    <hkern u1="T" u2="&#x3b;" k="206" />
-    <hkern u1="T" u2="&#x3a;" k="206" />
-    <hkern u1="T" u2="&#x2e;" k="188" />
-    <hkern u1="T" u2="&#x2d;" k="112" />
-    <hkern u1="T" u2="&#x2c;" k="188" />
-    <hkern u1="U" u2="&#x201e;" k="112" />
-    <hkern u1="U" u2="&#x201a;" k="112" />
-    <hkern u1="U" u2="&#x3b;" k="63" />
-    <hkern u1="U" u2="&#x3a;" k="63" />
-    <hkern u1="U" u2="&#x2e;" k="45" />
-    <hkern u1="U" u2="&#x2c;" k="45" />
-    <hkern u1="V" u2="&#x203a;" k="73" />
-    <hkern u1="V" u2="&#x201e;" k="264" />
-    <hkern u1="V" u2="&#x201a;" k="264" />
-    <hkern u1="V" u2="&#x153;" k="73" />
-    <hkern u1="V" u2="&#xf8;" k="73" />
-    <hkern u1="V" u2="&#xe6;" k="73" />
-    <hkern u1="V" u2="&#xc5;" k="36" />
-    <hkern u1="V" u2="&#xbb;" k="73" />
-    <hkern u1="V" u2="&#xab;" k="112" />
-    <hkern u1="V" u2="u" k="73" />
-    <hkern u1="V" u2="o" k="73" />
-    <hkern u1="V" u2="e" k="73" />
-    <hkern u1="V" u2="a" k="73" />
-    <hkern u1="V" u2="A" k="36" />
-    <hkern u1="V" u2="&#x3b;" k="102" />
-    <hkern u1="V" u2="&#x3a;" k="102" />
-    <hkern u1="V" u2="&#x2e;" k="188" />
-    <hkern u1="V" u2="&#x2d;" k="92" />
-    <hkern u1="V" u2="&#x2c;" k="188" />
-    <hkern u1="W" u2="&#x203a;" k="36" />
-    <hkern u1="W" u2="&#x201e;" k="188" />
-    <hkern u1="W" u2="&#x201d;" k="-38" />
-    <hkern u1="W" u2="&#x201a;" k="188" />
-    <hkern u1="W" u2="&#x2019;" k="-38" />
-    <hkern u1="W" u2="&#x153;" k="55" />
-    <hkern u1="W" u2="&#xf8;" k="55" />
-    <hkern u1="W" u2="&#xe6;" k="55" />
-    <hkern u1="W" u2="&#xc5;" k="36" />
-    <hkern u1="W" u2="&#xbb;" k="36" />
-    <hkern u1="W" u2="&#xab;" k="73" />
-    <hkern u1="W" u2="u" k="36" />
-    <hkern u1="W" u2="r" k="55" />
-    <hkern u1="W" u2="o" k="55" />
-    <hkern u1="W" u2="e" k="55" />
-    <hkern u1="W" u2="a" k="55" />
-    <hkern u1="W" u2="A" k="36" />
-    <hkern u1="W" u2="&#x3b;" k="83" />
-    <hkern u1="W" u2="&#x3a;" k="83" />
-    <hkern u1="W" u2="&#x2e;" k="102" />
-    <hkern u1="W" u2="&#x2d;" k="45" />
-    <hkern u1="W" u2="&#x2c;" k="102" />
-    <hkern u1="X" u2="&#x201e;" k="-38" />
-    <hkern u1="X" u2="&#x201c;" k="36" />
-    <hkern u1="X" u2="&#x201a;" k="-38" />
-    <hkern u1="X" u2="&#x2018;" k="36" />
-    <hkern u1="X" u2="&#x152;" k="36" />
-    <hkern u1="X" u2="&#xd8;" k="36" />
-    <hkern u1="X" u2="O" k="36" />
-    <hkern u1="X" u2="C" k="36" />
-    <hkern u1="X" u2="&#x3b;" k="36" />
-    <hkern u1="X" u2="&#x3a;" k="36" />
-    <hkern u1="X" u2="&#x2e;" k="-38" />
-    <hkern u1="X" u2="&#x2c;" k="-38" />
-    <hkern u1="Y" u2="&#x203a;" k="73" />
-    <hkern u1="Y" u2="&#x201e;" k="188" />
-    <hkern u1="Y" u2="&#x201a;" k="188" />
-    <hkern u1="Y" u2="&#x153;" k="131" />
-    <hkern u1="Y" u2="&#x152;" k="36" />
-    <hkern u1="Y" u2="&#xf8;" k="131" />
-    <hkern u1="Y" u2="&#xe6;" k="131" />
-    <hkern u1="Y" u2="&#xd8;" k="36" />
-    <hkern u1="Y" u2="&#xc5;" k="36" />
-    <hkern u1="Y" u2="&#xbb;" k="73" />
-    <hkern u1="Y" u2="&#xab;" k="149" />
-    <hkern u1="Y" u2="u" k="131" />
-    <hkern u1="Y" u2="o" k="131" />
-    <hkern u1="Y" u2="i" k="36" />
-    <hkern u1="Y" u2="e" k="131" />
-    <hkern u1="Y" u2="a" k="131" />
-    <hkern u1="Y" u2="O" k="36" />
-    <hkern u1="Y" u2="C" k="36" />
-    <hkern u1="Y" u2="A" k="36" />
-    <hkern u1="Y" u2="&#x3b;" k="215" />
-    <hkern u1="Y" u2="&#x3a;" k="215" />
-    <hkern u1="Y" u2="&#x2e;" k="272" />
-    <hkern u1="Y" u2="&#x2d;" k="83" />
-    <hkern u1="Y" u2="&#x2c;" k="272" />
-    <hkern u1="Z" u2="&#x201c;" k="36" />
-    <hkern u1="Z" u2="&#x2018;" k="36" />
-    <hkern u1="Z" u2="&#x3b;" k="-38" />
-    <hkern u1="Z" u2="&#x3a;" k="-38" />
-    <hkern u1="Z" u2="&#x2e;" k="-38" />
-    <hkern u1="Z" u2="&#x2d;" k="36" />
-    <hkern u1="Z" u2="&#x2c;" k="-38" />
-    <hkern u1="a" u2="&#x201d;" k="36" />
-    <hkern u1="a" u2="&#x201c;" k="36" />
-    <hkern u1="a" u2="&#x2019;" k="36" />
-    <hkern u1="a" u2="&#x2018;" k="36" />
-    <hkern u1="b" u2="&#x201e;" k="73" />
-    <hkern u1="b" u2="&#x201d;" k="36" />
-    <hkern u1="b" u2="&#x201c;" k="73" />
-    <hkern u1="b" u2="&#x201a;" k="73" />
-    <hkern u1="b" u2="&#x2019;" k="36" />
-    <hkern u1="b" u2="&#x2018;" k="73" />
-    <hkern u1="b" u2="&#x2d;" k="-38" />
-    <hkern u1="e" u2="&#x2d;" k="-38" />
-    <hkern u1="f" u2="&#x201e;" k="36" />
-    <hkern u1="f" u2="&#x201d;" k="-141" />
-    <hkern u1="f" u2="&#x201c;" k="-65" />
-    <hkern u1="f" u2="&#x201a;" k="36" />
-    <hkern u1="f" u2="&#x2019;" k="-141" />
-    <hkern u1="f" u2="&#x2018;" k="-65" />
-    <hkern u1="f" u2="&#x2e;" k="36" />
-    <hkern u1="f" u2="&#x2c;" k="36" />
-    <hkern u1="g" u2="&#x2e;" k="36" />
-    <hkern u1="g" u2="&#x2c;" k="36" />
-    <hkern u1="h" u2="&#x201d;" k="36" />
-    <hkern u1="h" u2="&#x201c;" k="36" />
-    <hkern u1="h" u2="&#x2019;" k="36" />
-    <hkern u1="h" u2="&#x2018;" k="36" />
-    <hkern u1="i" u2="&#x201c;" k="36" />
-    <hkern u1="i" u2="&#x2018;" k="36" />
-    <hkern u1="k" u2="&#x201e;" k="-75" />
-    <hkern u1="k" u2="&#x201d;" k="-75" />
-    <hkern u1="k" u2="&#x201a;" k="-75" />
-    <hkern u1="k" u2="&#x2019;" k="-75" />
-    <hkern u1="k" u2="&#x153;" k="36" />
-    <hkern u1="k" u2="&#xf8;" k="36" />
-    <hkern u1="k" u2="&#xe6;" k="36" />
-    <hkern u1="k" u2="u" k="36" />
-    <hkern u1="k" u2="o" k="36" />
-    <hkern u1="k" u2="e" k="36" />
-    <hkern u1="k" u2="a" k="36" />
-    <hkern u1="k" u2="&#x2d;" k="45" />
-    <hkern u1="m" u2="&#x201d;" k="36" />
-    <hkern u1="m" u2="&#x201c;" k="36" />
-    <hkern u1="m" u2="&#x2019;" k="36" />
-    <hkern u1="m" u2="&#x2018;" k="36" />
-    <hkern u1="n" u2="&#x201d;" k="36" />
-    <hkern u1="n" u2="&#x201c;" k="36" />
-    <hkern u1="n" u2="&#x2019;" k="36" />
-    <hkern u1="n" u2="&#x2018;" k="36" />
-    <hkern u1="o" u2="&#x201c;" k="36" />
-    <hkern u1="o" u2="&#x2018;" k="36" />
-    <hkern u1="o" u2="&#x2d;" k="-38" />
-    <hkern u1="p" u2="&#x201e;" k="73" />
-    <hkern u1="p" u2="&#x201d;" k="36" />
-    <hkern u1="p" u2="&#x201a;" k="73" />
-    <hkern u1="p" u2="&#x2019;" k="36" />
-    <hkern u1="p" u2="&#x2d;" k="-38" />
-    <hkern u1="r" u2="&#x201e;" k="120" />
-    <hkern u1="r" u2="&#x201d;" k="-86" />
-    <hkern u1="r" u2="&#x201a;" k="120" />
-    <hkern u1="r" u2="&#x2019;" k="-86" />
-    <hkern u1="r" u2="&#x2e;" k="131" />
-    <hkern u1="r" u2="&#x2d;" k="36" />
-    <hkern u1="r" u2="&#x2c;" k="131" />
-    <hkern u1="s" u2="&#x2d;" k="-38" />
-    <hkern u1="t" u2="&#x201e;" k="73" />
-    <hkern u1="t" u2="&#x201d;" k="-94" />
-    <hkern u1="t" u2="&#x201c;" k="-38" />
-    <hkern u1="t" u2="&#x201a;" k="73" />
-    <hkern u1="t" u2="&#x2019;" k="-94" />
-    <hkern u1="t" u2="&#x2018;" k="-38" />
-    <hkern u1="v" u2="&#x201e;" k="120" />
-    <hkern u1="v" u2="&#x201d;" k="-114" />
-    <hkern u1="v" u2="&#x201c;" k="-57" />
-    <hkern u1="v" u2="&#x201a;" k="120" />
-    <hkern u1="v" u2="&#x2019;" k="-114" />
-    <hkern u1="v" u2="&#x2018;" k="-57" />
-    <hkern u1="v" u2="&#x2e;" k="120" />
-    <hkern u1="v" u2="&#x2c;" k="120" />
-    <hkern u1="w" u2="&#x201e;" k="120" />
-    <hkern u1="w" u2="&#x201d;" k="-114" />
-    <hkern u1="w" u2="&#x201c;" k="-57" />
-    <hkern u1="w" u2="&#x201a;" k="120" />
-    <hkern u1="w" u2="&#x2019;" k="-114" />
-    <hkern u1="w" u2="&#x2018;" k="-57" />
-    <hkern u1="w" u2="&#x2e;" k="112" />
-    <hkern u1="w" u2="&#x2c;" k="112" />
-    <hkern u1="x" u2="&#x2d;" k="63" />
-    <hkern u1="y" u2="&#x201e;" k="112" />
-    <hkern u1="y" u2="&#x201d;" k="-114" />
-    <hkern u1="y" u2="&#x201c;" k="-75" />
-    <hkern u1="y" u2="&#x201a;" k="112" />
-    <hkern u1="y" u2="&#x2019;" k="-114" />
-    <hkern u1="y" u2="&#x2018;" k="-75" />
-    <hkern u1="y" u2="&#x2e;" k="102" />
-    <hkern u1="y" u2="&#x2c;" k="102" />
-    <hkern u1="&#xab;" u2="&#xc6;" k="-151" />
-    <hkern u1="&#xab;" u2="Y" k="73" />
-    <hkern u1="&#xab;" u2="W" k="36" />
-    <hkern u1="&#xab;" u2="V" k="73" />
-    <hkern u1="&#xab;" u2="T" k="112" />
-    <hkern u1="&#xab;" u2="J" k="-38" />
-    <hkern u1="&#xbb;" u2="Y" k="149" />
-    <hkern u1="&#xbb;" u2="X" k="36" />
-    <hkern u1="&#xbb;" u2="W" k="73" />
-    <hkern u1="&#xbb;" u2="V" k="112" />
-    <hkern u1="&#xbb;" u2="T" k="112" />
-    <hkern u1="&#xbb;" u2="J" k="-75" />
-    <hkern u1="&#xc5;" u2="&#x201e;" k="-38" />
-    <hkern u1="&#xc5;" u2="&#x201d;" k="92" />
-    <hkern u1="&#xc5;" u2="&#x201c;" k="112" />
-    <hkern u1="&#xc5;" u2="&#x201a;" k="-38" />
-    <hkern u1="&#xc5;" u2="&#x2019;" k="92" />
-    <hkern u1="&#xc5;" u2="&#x2018;" k="112" />
-    <hkern u1="&#xc5;" u2="y" k="36" />
-    <hkern u1="&#xc5;" u2="w" k="36" />
-    <hkern u1="&#xc5;" u2="v" k="36" />
-    <hkern u1="&#xc5;" u2="Y" k="36" />
-    <hkern u1="&#xc5;" u2="W" k="36" />
-    <hkern u1="&#xc5;" u2="V" k="36" />
-    <hkern u1="&#xc5;" u2="T" k="55" />
-    <hkern u1="&#xc5;" u2="&#x3b;" k="-38" />
-    <hkern u1="&#xc5;" u2="&#x3a;" k="-38" />
-    <hkern u1="&#xc5;" u2="&#x2e;" k="-65" />
-    <hkern u1="&#xc5;" u2="&#x2c;" k="-65" />
-    <hkern u1="&#xc6;" u2="&#x3b;" k="-38" />
-    <hkern u1="&#xc6;" u2="&#x3a;" k="-38" />
-    <hkern u1="&#xc6;" u2="&#x2e;" k="-38" />
-    <hkern u1="&#xc6;" u2="&#x2d;" k="-38" />
-    <hkern u1="&#xc6;" u2="&#x2c;" k="-38" />
-    <hkern u1="&#xd0;" u2="&#x201e;" k="149" />
-    <hkern u1="&#xd0;" u2="&#x201a;" k="149" />
-    <hkern u1="&#xd0;" u2="Y" k="36" />
-    <hkern u1="&#xd0;" u2="W" k="36" />
-    <hkern u1="&#xd0;" u2="V" k="36" />
-    <hkern u1="&#xd0;" u2="A" k="36" />
-    <hkern u1="&#xd0;" u2="&#x3b;" k="-38" />
-    <hkern u1="&#xd0;" u2="&#x3a;" k="-38" />
-    <hkern u1="&#xd0;" u2="&#x2e;" k="83" />
-    <hkern u1="&#xd0;" u2="&#x2c;" k="83" />
-    <hkern u1="&#xd8;" u2="&#x201e;" k="149" />
-    <hkern u1="&#xd8;" u2="&#x201d;" k="-38" />
-    <hkern u1="&#xd8;" u2="&#x201a;" k="149" />
-    <hkern u1="&#xd8;" u2="&#x2019;" k="-38" />
-    <hkern u1="&#xd8;" u2="Y" k="36" />
-    <hkern u1="&#xd8;" u2="X" k="36" />
-    <hkern u1="&#xd8;" u2="T" k="36" />
-    <hkern u1="&#xd8;" u2="&#x3b;" k="-38" />
-    <hkern u1="&#xd8;" u2="&#x3a;" k="-38" />
-    <hkern u1="&#xd8;" u2="&#x2e;" k="83" />
-    <hkern u1="&#xd8;" u2="&#x2d;" k="-38" />
-    <hkern u1="&#xd8;" u2="&#x2c;" k="83" />
-    <hkern u1="&#xdf;" u2="&#x201c;" k="73" />
-    <hkern u1="&#xdf;" u2="&#x2018;" k="73" />
-    <hkern u1="&#xdf;" u2="&#x2d;" k="-38" />
-    <hkern u1="&#xe5;" u2="&#x201d;" k="36" />
-    <hkern u1="&#xe5;" u2="&#x201c;" k="36" />
-    <hkern u1="&#xe5;" u2="&#x2019;" k="36" />
-    <hkern u1="&#xe5;" u2="&#x2018;" k="36" />
-    <hkern u1="&#xe6;" u2="&#x2d;" k="-38" />
-    <hkern u1="&#xf8;" u2="&#x201c;" k="36" />
-    <hkern u1="&#xf8;" u2="&#x2018;" k="36" />
-    <hkern u1="&#xf8;" u2="&#x2d;" k="-38" />
-    <hkern u1="&#x141;" u2="&#x201d;" k="159" />
-    <hkern u1="&#x141;" u2="&#x201c;" k="225" />
-    <hkern u1="&#x141;" u2="&#x2019;" k="159" />
-    <hkern u1="&#x141;" u2="&#x2018;" k="225" />
-    <hkern u1="&#x141;" u2="y" k="73" />
-    <hkern u1="&#x141;" u2="Y" k="120" />
-    <hkern u1="&#x141;" u2="W" k="73" />
-    <hkern u1="&#x141;" u2="V" k="112" />
-    <hkern u1="&#x141;" u2="U" k="36" />
-    <hkern u1="&#x141;" u2="T" k="112" />
-    <hkern u1="&#x141;" u2="O" k="36" />
-    <hkern u1="&#x141;" u2="&#x3b;" k="-38" />
-    <hkern u1="&#x141;" u2="&#x3a;" k="-38" />
-    <hkern u1="&#x141;" u2="&#x2e;" k="-38" />
-    <hkern u1="&#x141;" u2="&#x2d;" k="73" />
-    <hkern u1="&#x141;" u2="&#x2c;" k="-38" />
-    <hkern u1="&#x152;" u2="&#x3b;" k="-38" />
-    <hkern u1="&#x152;" u2="&#x3a;" k="-38" />
-    <hkern u1="&#x152;" u2="&#x2e;" k="-38" />
-    <hkern u1="&#x152;" u2="&#x2c;" k="-38" />
-    <hkern u1="&#x153;" u2="&#x2d;" k="-38" />
-    <hkern u1="&#x2018;" u2="&#x152;" k="83" />
-    <hkern u1="&#x2018;" u2="&#x111;" k="149" />
-    <hkern u1="&#x2018;" u2="&#xd8;" k="83" />
-    <hkern u1="&#x2018;" u2="&#xc6;" k="167" />
-    <hkern u1="&#x2018;" u2="&#xc5;" k="196" />
-    <hkern u1="&#x2018;" u2="r" k="73" />
-    <hkern u1="&#x2018;" u2="q" k="149" />
-    <hkern u1="&#x2018;" u2="g" k="149" />
-    <hkern u1="&#x2018;" u2="d" k="149" />
-    <hkern u1="&#x2018;" u2="Y" k="-114" />
-    <hkern u1="&#x2018;" u2="X" k="-65" />
-    <hkern u1="&#x2018;" u2="W" k="-47" />
-    <hkern u1="&#x2018;" u2="V" k="-94" />
-    <hkern u1="&#x2018;" u2="T" k="-38" />
-    <hkern u1="&#x2018;" u2="Q" k="36" />
-    <hkern u1="&#x2018;" u2="O" k="83" />
-    <hkern u1="&#x2018;" u2="J" k="159" />
-    <hkern u1="&#x2018;" u2="A" k="196" />
-    <hkern u1="&#x201a;" u2="&#xf002;" k="36" />
-    <hkern u1="&#x201a;" u2="&#xf001;" k="36" />
-    <hkern u1="&#x201a;" u2="&#x152;" k="36" />
-    <hkern u1="&#x201a;" u2="&#xd8;" k="36" />
-    <hkern u1="&#x201a;" u2="&#xc6;" k="-75" />
-    <hkern u1="&#x201a;" u2="&#xc5;" k="-38" />
-    <hkern u1="&#x201a;" u2="w" k="83" />
-    <hkern u1="&#x201a;" u2="v" k="45" />
-    <hkern u1="&#x201a;" u2="t" k="36" />
-    <hkern u1="&#x201a;" u2="f" k="36" />
-    <hkern u1="&#x201a;" u2="Y" k="112" />
-    <hkern u1="&#x201a;" u2="X" k="-86" />
-    <hkern u1="&#x201a;" u2="W" k="102" />
-    <hkern u1="&#x201a;" u2="V" k="149" />
-    <hkern u1="&#x201a;" u2="T" k="92" />
-    <hkern u1="&#x201a;" u2="O" k="36" />
-    <hkern u1="&#x201a;" u2="J" k="-75" />
-    <hkern u1="&#x201a;" u2="C" k="36" />
-    <hkern u1="&#x201a;" u2="A" k="-38" />
-    <hkern u1="&#x201c;" u2="&#x152;" k="83" />
-    <hkern u1="&#x201c;" u2="&#x111;" k="149" />
-    <hkern u1="&#x201c;" u2="&#xd8;" k="83" />
-    <hkern u1="&#x201c;" u2="&#xc6;" k="167" />
-    <hkern u1="&#x201c;" u2="&#xc5;" k="196" />
-    <hkern u1="&#x201c;" u2="r" k="73" />
-    <hkern u1="&#x201c;" u2="q" k="149" />
-    <hkern u1="&#x201c;" u2="g" k="149" />
-    <hkern u1="&#x201c;" u2="d" k="149" />
-    <hkern u1="&#x201c;" u2="Y" k="-114" />
-    <hkern u1="&#x201c;" u2="X" k="-65" />
-    <hkern u1="&#x201c;" u2="W" k="-47" />
-    <hkern u1="&#x201c;" u2="V" k="-94" />
-    <hkern u1="&#x201c;" u2="T" k="-38" />
-    <hkern u1="&#x201c;" u2="Q" k="36" />
-    <hkern u1="&#x201c;" u2="O" k="83" />
-    <hkern u1="&#x201c;" u2="J" k="159" />
-    <hkern u1="&#x201c;" u2="A" k="196" />
-    <hkern u1="&#x201e;" u2="&#xf002;" k="36" />
-    <hkern u1="&#x201e;" u2="&#xf001;" k="36" />
-    <hkern u1="&#x201e;" u2="&#x152;" k="36" />
-    <hkern u1="&#x201e;" u2="&#xd8;" k="36" />
-    <hkern u1="&#x201e;" u2="&#xc6;" k="-75" />
-    <hkern u1="&#x201e;" u2="&#xc5;" k="-38" />
-    <hkern u1="&#x201e;" u2="w" k="83" />
-    <hkern u1="&#x201e;" u2="v" k="45" />
-    <hkern u1="&#x201e;" u2="t" k="36" />
-    <hkern u1="&#x201e;" u2="f" k="36" />
-    <hkern u1="&#x201e;" u2="Y" k="112" />
-    <hkern u1="&#x201e;" u2="X" k="-86" />
-    <hkern u1="&#x201e;" u2="W" k="102" />
-    <hkern u1="&#x201e;" u2="V" k="149" />
-    <hkern u1="&#x201e;" u2="T" k="92" />
-    <hkern u1="&#x201e;" u2="O" k="36" />
-    <hkern u1="&#x201e;" u2="J" k="-75" />
-    <hkern u1="&#x201e;" u2="C" k="36" />
-    <hkern u1="&#x201e;" u2="A" k="-38" />
-    <hkern u1="&#x2039;" u2="&#xc6;" k="-151" />
-    <hkern u1="&#x2039;" u2="Y" k="73" />
-    <hkern u1="&#x2039;" u2="W" k="36" />
-    <hkern u1="&#x2039;" u2="V" k="73" />
-    <hkern u1="&#x2039;" u2="T" k="112" />
-    <hkern u1="&#x2039;" u2="J" k="-38" />
-    <hkern u1="&#xf001;" u2="&#x201c;" k="36" />
-    <hkern u1="&#xf001;" u2="&#x2018;" k="36" />
-  </font>
-</defs></svg>
diff --git a/fonts/FuturaBT-MediumCondensed.woff b/fonts/FuturaBT-MediumCondensed.woff
Binary files differ.
diff --git a/fonts/FuturaBT-MediumCondensed.woff2 b/fonts/FuturaBT-MediumCondensed.woff2
Binary files differ.
diff --git a/fonts/futur.ttf b/fonts/futur.ttf
Binary files differ.
diff --git a/fonts/futura light bt.ttf b/fonts/futura light bt.ttf
Binary files differ.
diff --git a/fonts/futura_medium/FuturaBT-Medium.eot b/fonts/futura_medium/FuturaBT-Medium.eot
Binary files differ.
diff --git a/fonts/futura_medium/FuturaBT-Medium.svg b/fonts/futura_medium/FuturaBT-Medium.svg
@@ -1,1361 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
-<metadata>
-Created by FontForge 20170731 at Wed Nov 18 01:55:15 1992
- By Aleksey,,,
-Copyright 1990-1993 Bitstream Inc.  All rights reserved.
-</metadata>
-<defs>
-<font id="FuturaBT-Medium" horiz-adv-x="1024" >
-  <font-face 
-    font-family="Futura Md BT"
-    font-weight="400"
-    font-stretch="normal"
-    units-per-em="2048"
-    panose-1="2 11 6 2 2 2 4 2 3 3"
-    ascent="1638"
-    descent="-410"
-    x-height="948"
-    cap-height="1464"
-    bbox="-342 -483 2337 1972"
-    underline-thickness="145"
-    underline-position="-439"
-    unicode-range="U+0020-F002"
-  />
-<missing-glyph horiz-adv-x="1229" 
-d="M102 -362v1806h1024v-1806h-1024zM217 -248h795v1577h-795v-1577z" />
-    <glyph glyph-name=".notdef" horiz-adv-x="1229" 
-d="M102 -362v1806h1024v-1806h-1024zM217 -248h795v1577h-795v-1577z" />
-    <glyph glyph-name=".null" horiz-adv-x="0" 
- />
-    <glyph glyph-name="nonmarkingreturn" horiz-adv-x="618" 
- />
-    <glyph glyph-name="space" unicode=" " horiz-adv-x="618" 
- />
-    <glyph glyph-name="exclam" unicode="!" horiz-adv-x="674" 
-d="M223 1497h228v-1161h-228v1161zM205 92q0 54 38.5 92.5t92.5 38.5q55 0 93 -38t38 -93q0 -54 -38 -92.5t-93 -38.5t-93 38.5t-38 92.5z" />
-    <glyph glyph-name="quotedbl" unicode="&#x22;" horiz-adv-x="643" 
-d="M395 1436h164v-557h-164v557zM86 1436h164v-557h-164v557z" />
-    <glyph glyph-name="numbersign" unicode="#" horiz-adv-x="1575" 
-d="M709 852l-91 -254h256l91 254h-256zM735 1460h191l-154 -436h250l156 436h190l-154 -436h291l-59 -172h-293l-90 -252h309l-61 -172h-307l-156 -434h-191l156 434h-252l-158 -434h-190l156 434h-299l61 172h297l90 252h-315l61 172h316z" />
-    <glyph glyph-name="dollar" unicode="$" horiz-adv-x="1237" 
-d="M137 317l189 84q24 -86 84 -133.5t157 -58.5v457q-205 84 -298 184.5t-93 236.5q0 159 104 262t287 126v112h105v-114q143 -13 235 -71t131 -161l-184 -92q-34 53 -78 83.5t-104 41.5v-402q245 -115 329 -209t84 -233q0 -181 -107.5 -292.5t-305.5 -135.5v-170h-105v166
-q-178 12 -286 92t-144 227zM567 1268q-73 -22 -106 -61.5t-33 -104.5q0 -62 33 -108t106 -85v359zM672 215q82 21 125 72.5t43 128.5q0 66 -40 115t-128 92v-408z" />
-    <glyph glyph-name="percent" unicode="%" horiz-adv-x="1622" 
-d="M1237 80q75 0 112 67t37 201q0 129 -37.5 197.5t-107.5 68.5q-74 0 -111.5 -67.5t-37.5 -200.5q0 -128 37.5 -197t107.5 -69zM913 348q0 182 87 283.5t241 101.5q155 0 240.5 -100.5t85.5 -284.5q0 -182 -87 -284.5t-241 -102.5t-240 102t-86 285zM57 1094q0 181 87 283
-t241 102q155 0 240.5 -100.5t85.5 -284.5q0 -183 -86 -284t-240 -101q-155 0 -241.5 101t-86.5 284zM383 825q74 0 110.5 67t36.5 202q0 130 -37 199t-106 69q-74 0 -111.5 -68.5t-37.5 -201.5q0 -129 37.5 -198t107.5 -69zM455 -39h-138l854 1518h138z" />
-    <glyph glyph-name="ampersand" unicode="&#x26;" horiz-adv-x="1374" 
-d="M571 934l54 31q56 33 84 76.5t28 97.5q0 62 -38 101.5t-99 39.5q-67 0 -108 -40t-41 -103q0 -31 11.5 -60t35.5 -55zM834 295l-320 369l-37 -25q-105 -68 -146.5 -124.5t-41.5 -125.5q0 -97 68 -164t169 -67q75 0 151.5 34t156.5 103zM1087 0l-118 139
-q-104 -89 -213.5 -131.5t-239.5 -42.5q-202 0 -328.5 117t-126.5 301q0 125 78 230.5t248 211.5l-59 64q-49 53 -75 116t-26 128q0 144 105.5 236.5t271.5 92.5q165 0 262 -83.5t97 -225.5q0 -107 -68 -195.5t-217 -175.5l305 -354q44 44 90 100t98 129l140 -149
-q-40 -64 -89 -121.5t-106 -107.5l246 -279h-275z" />
-    <glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="334" 
-d="M86 1436h164v-557h-164v557z" />
-    <glyph glyph-name="parenleft" unicode="(" horiz-adv-x="621" 
-d="M406 -446q-119 220 -178.5 466t-59.5 519q0 287 59 533t179 460l163 -49q-107 -212 -159 -442.5t-52 -499.5q0 -282 51.5 -510t159.5 -424z" />
-    <glyph glyph-name="parenright" unicode=")" horiz-adv-x="621" 
-d="M207 -446l-162 53q108 196 159.5 424t51.5 510q0 269 -51.5 499.5t-159.5 442.5l162 49q120 -214 178.5 -460t58.5 -533q0 -273 -59 -519t-178 -466z" />
-    <glyph glyph-name="asterisk" unicode="*" horiz-adv-x="901" 
-d="M178 868l-72 121l226 115l-226 133l72 123l211 -135l-12 239h145l-14 -241l215 137l72 -123l-232 -127l232 -121l-76 -121l-211 140l14 -246h-145l10 244z" />
-    <glyph glyph-name="plus" unicode="+" horiz-adv-x="1706" 
-d="M768 1221h170v-527h514v-166h-514v-528h-170v528h-514v166h514v527z" />
-    <glyph glyph-name="comma" unicode="," horiz-adv-x="618" 
-d="M309 248l195 -72l-260 -536l-129 51z" />
-    <glyph glyph-name="hyphen" unicode="-" horiz-adv-x="829" 
-d="M147 571h535v-200h-535v200z" />
-    <glyph glyph-name="period" unicode="." horiz-adv-x="618" 
-d="M178 111q0 55 38 94t93 39t93 -39t38 -94q0 -54 -38 -91.5t-93 -37.5t-93 37.5t-38 91.5z" />
-    <glyph glyph-name="slash" unicode="/" horiz-adv-x="887" 
-d="M717 1497h170l-717 -1687h-170z" />
-    <glyph glyph-name="zero" unicode="0" horiz-adv-x="1237" 
-d="M1145 705q0 -349 -140.5 -546.5t-386.5 -197.5q-249 0 -387.5 199.5t-138.5 560.5q0 358 140 558t389 200q252 0 388 -200.5t136 -573.5zM614 166q146 0 219.5 139.5t73.5 417.5q0 270 -72.5 411.5t-211.5 141.5q-145 0 -219 -141t-74 -416q0 -267 73.5 -410t210.5 -143z
-" />
-    <glyph glyph-name="one" unicode="1" horiz-adv-x="1237" 
-d="M541 0v1262h-303l92 188h428v-1450h-217z" />
-    <glyph glyph-name="two" unicode="2" horiz-adv-x="1237" 
-d="M1024 190v-190h-981l547 655q102 123 149 216t47 169q0 109 -64.5 171.5t-176.5 62.5q-100 0 -165 -62.5t-73 -164.5h-229q0 197 132 314.5t355 117.5q212 0 334.5 -109t122.5 -297q0 -134 -70.5 -270.5t-298.5 -396.5l-186 -216h557z" />
-    <glyph glyph-name="three" unicode="3" horiz-adv-x="1237" 
-d="M94 391h228v-12q0 -101 69 -161t187 -60q133 0 205.5 66.5t72.5 191.5q0 131 -74.5 197.5t-222.5 66.5q-7 0 -22 -1t-23 -1v192q7 0 21.5 -1t21.5 -1q130 0 196 54.5t66 160.5q0 94 -59.5 149.5t-159.5 55.5q-107 0 -167.5 -51.5t-63.5 -144.5h-215q10 187 127 287
-t325 100q201 0 318.5 -105t117.5 -284q0 -135 -66.5 -221.5t-184.5 -104.5q139 -25 211.5 -122t72.5 -257q0 -195 -136.5 -309.5t-369.5 -114.5q-211 0 -340 116.5t-135 313.5z" />
-    <glyph glyph-name="four" unicode="4" horiz-adv-x="1237" 
-d="M735 989l-373 -526h367v381q0 30 1.5 67t4.5 78zM729 0v297h-702l852 1182h67v-1016h178v-166h-178v-297h-217z" />
-    <glyph glyph-name="five" unicode="5" horiz-adv-x="1237" 
-d="M236 350q51 -94 131 -144t178 -50q145 0 235 92.5t90 243.5q0 145 -94.5 236t-247.5 91q-92 0 -170.5 -31.5t-138.5 -93.5l-59 13l182 743h692v-193h-549l-86 -323q60 25 116 37t112 12q209 0 340 -134t131 -349q0 -246 -153 -392.5t-410 -146.5q-152 0 -264 52.5
-t-193 162.5z" />
-    <glyph glyph-name="six" unicode="6" horiz-adv-x="1237" 
-d="M340 449q0 -131 73 -211t189 -80q131 0 206 78t75 213q0 137 -74 214.5t-205 77.5q-117 0 -190.5 -81t-73.5 -211zM473 889q49 23 96.5 35t94.5 12q196 0 323 -133t127 -340q0 -226 -142.5 -364t-375.5 -138q-218 0 -350.5 135t-132.5 355q0 235 320 685l26 35l256 363
-l182 -92z" />
-    <glyph glyph-name="seven" unicode="7" horiz-adv-x="1237" 
-d="M229 31l598 1231h-677v188h1009l-737 -1505z" />
-    <glyph glyph-name="eight" unicode="8" horiz-adv-x="1237" 
-d="M375 774q-109 47 -160 123t-51 190q0 176 124 284t328 108q209 0 332 -109.5t123 -292.5q0 -108 -53.5 -185.5t-157.5 -117.5q122 -40 191 -141.5t69 -239.5q0 -202 -133.5 -317t-370.5 -115q-233 0 -367 115t-134 313q0 144 68 244.5t192 140.5zM621 1286
-q-104 0 -164 -54.5t-60 -148.5q0 -92 58.5 -144t160.5 -52q105 0 163.5 51.5t58.5 144.5q0 95 -58 149t-159 54zM616 156q129 0 202 67.5t73 186.5q0 120 -73 188t-202 68q-126 0 -199 -69t-73 -187q0 -119 72 -186.5t200 -67.5z" />
-    <glyph glyph-name="nine" unicode="9" horiz-adv-x="1237" 
-d="M879 993q0 131 -72 211t-189 80q-131 0 -206.5 -78t-75.5 -213q0 -138 74 -216.5t204 -78.5q117 0 191 82.5t74 212.5zM745 551q-46 -23 -93.5 -34t-96.5 -11q-197 0 -324 132t-127 339q0 226 142.5 364t376.5 138q218 0 351.5 -134.5t133.5 -353.5q0 -235 -321 -685
-l-25 -36l-258 -362l-180 92z" />
-    <glyph glyph-name="colon" unicode=":" horiz-adv-x="674" 
-d="M205 795q0 53 38.5 91t92.5 38q55 0 93 -37t38 -92t-38 -93t-93 -38t-93 38t-38 93zM205 111q0 53 38.5 92t92.5 39q55 0 93 -38t38 -93q0 -54 -38 -91.5t-93 -37.5t-93 37.5t-38 91.5z" />
-    <glyph glyph-name="semicolon" unicode=";" horiz-adv-x="674" 
-d="M293 795q0 53 37.5 91t91.5 38q56 0 93.5 -37t37.5 -92t-38 -93t-93 -38q-54 0 -91.5 38t-37.5 93zM315 248l195 -72l-260 -536l-131 51z" />
-    <glyph glyph-name="less" unicode="&#x3c;" horiz-adv-x="1706" 
-d="M1442 1176v-185l-934 -381l934 -381v-182l-1178 483v160z" />
-    <glyph glyph-name="equal" unicode="=" horiz-adv-x="1706" 
-d="M254 487h1198v-165h-1198v165zM254 901h1198v-168h-1198v168z" />
-    <glyph glyph-name="greater" unicode="&#x3e;" horiz-adv-x="1706" 
-d="M264 1176l1178 -486v-160l-1178 -483v182l934 381l-934 381v185z" />
-    <glyph glyph-name="question" unicode="?" horiz-adv-x="1114" 
-d="M381 1116h-172q0 6 -1 18.5t-1 18.5q0 157 95.5 251.5t254.5 94.5q163 0 259.5 -93.5t96.5 -250.5q0 -115 -56.5 -188.5t-223.5 -155.5l-24 -12q-197 -98 -197 -185q0 -50 39 -87.5t94 -37.5q67 0 103 40t38 116h178v-20q0 -148 -83 -229t-236 -81q-142 0 -234 83.5
-t-92 211.5q0 118 63.5 196t247.5 167q125 59 160 97.5t35 92.5q0 67 -47.5 110.5t-120.5 43.5q-82 0 -129 -53.5t-47 -147.5zM397 92q0 54 39 92.5t92 38.5q56 0 93.5 -38t37.5 -93q0 -54 -38 -92.5t-93 -38.5q-54 0 -92.5 38.5t-38.5 92.5z" />
-    <glyph glyph-name="at" unicode="@" horiz-adv-x="2048" 
-d="M1174 283q-55 -87 -128 -127.5t-176 -40.5q-152 0 -232.5 86.5t-80.5 249.5q0 233 138 395t333 162q89 0 149 -34.5t99 -107.5l55 107h154l-148 -586q-1 -5 -2 -12q-6 -28 -6 -37q0 -38 26.5 -61t69.5 -23q51 0 107.5 30.5t105.5 84.5q72 76 110 177.5t38 215.5
-q0 253 -187 411t-489 158q-138 0 -256 -31t-215 -94q-181 -113 -279 -291t-98 -395q0 -312 209.5 -499t558.5 -187q166 0 323.5 49t291.5 142l67 -99q-149 -113 -318.5 -170t-355.5 -57q-192 0 -351 48t-281 142q-155 118 -231.5 275.5t-76.5 357.5q0 165 52 313.5
-t153 272.5q147 179 353.5 272t459.5 93q166 0 315 -45.5t255 -127.5q132 -102 198 -235.5t66 -300.5q0 -162 -65 -302t-185 -237q-69 -55 -150 -83.5t-168 -28.5q-106 0 -157 40.5t-51 125.5v4zM1233 707q-14 84 -61.5 130t-122.5 46q-127 0 -217.5 -128.5t-90.5 -310.5
-q0 -98 45.5 -151t128.5 -53q90 0 163.5 66.5t99.5 172.5z" />
-    <glyph glyph-name="A" unicode="A" horiz-adv-x="1356" 
-d="M477 575h408l-150 334q-13 32 -27 73.5t-28 92.5q-12 -48 -25.5 -89.5t-27.5 -76.5zM1135 0l-166 377h-580l-170 -377h-250l709 1522l708 -1522h-251z" />
-    <glyph glyph-name="B" unicode="B" horiz-adv-x="1180" 
-d="M401 846h91q170 0 240.5 46.5t70.5 156.5q0 120 -65 168.5t-246 48.5h-91v-420zM401 199h82q125 0 187 10t98 35q44 29 68 78t24 108q0 70 -29 122t-83 81q-34 17 -77.5 25t-115.5 8h-72h-82v-467zM168 0v1464h369q158 0 233.5 -17t128.5 -56q68 -50 105.5 -131
-t37.5 -179q0 -117 -54 -195.5t-157 -109.5q128 -20 201.5 -116.5t73.5 -243.5q0 -89 -31 -169t-88 -136q-60 -61 -149 -86t-299 -25h-371z" />
-    <glyph glyph-name="C" unicode="C" horiz-adv-x="1470" 
-d="M1343 1108q-101 86 -213.5 129t-236.5 43q-240 0 -390.5 -154t-150.5 -399q0 -237 146.5 -391t369.5 -154q130 0 247.5 46t225.5 139v-269q-96 -69 -209 -103t-245 -34q-168 0 -310.5 55t-250.5 162q-107 105 -164.5 247.5t-57.5 303.5t57.5 302.5t166.5 248.5
-q109 108 250 163.5t305 55.5q129 0 246 -37.5t227 -113.5z" />
-    <glyph glyph-name="D" unicode="D" horiz-adv-x="1516" 
-d="M406 215h200q165 0 247.5 22t143.5 74q83 71 124.5 176.5t41.5 245.5t-41.5 245.5t-124.5 176.5q-62 52 -148.5 74t-270.5 22h-86h-86v-1036zM168 0v1464h321q313 0 440.5 -31.5t223.5 -105.5q127 -97 192.5 -249t65.5 -347t-65.5 -345.5t-192.5 -248.5
-q-96 -74 -218.5 -105.5t-381.5 -31.5h-64h-321z" />
-    <glyph glyph-name="E" unicode="E" horiz-adv-x="1090" 
-d="M168 0v1464h817v-202h-579v-367h579v-209h-579v-473h579v-213h-817z" />
-    <glyph glyph-name="F" unicode="F" horiz-adv-x="1075" 
-d="M168 0v1464h817v-202h-579v-365h579v-209h-579v-688h-238z" />
-    <glyph glyph-name="G" unicode="G" horiz-adv-x="1645" 
-d="M979 750h580q0 -15 1 -42q3 -71 3 -96q0 -309 -177 -480t-499 -171q-180 0 -321 53t-247 160q-104 106 -159.5 249t-55.5 306q0 166 56.5 306t167.5 247q107 105 251 160t308 55q173 0 309.5 -63t243.5 -193l-174 -131q-74 86 -167 128t-208 42q-238 0 -388.5 -152.5
-t-150.5 -396.5q0 -248 150.5 -402.5t390.5 -154.5q204 0 321 95t117 259v21h-352v201z" />
-    <glyph glyph-name="H" unicode="H" horiz-adv-x="1532" 
-d="M168 0v1464h238v-540h720v540h238v-1464h-238v711h-720v-711h-238z" />
-    <glyph glyph-name="I" unicode="I" horiz-adv-x="584" 
-d="M172 0v1464h238v-1464h-238z" />
-    <glyph glyph-name="J" unicode="J" horiz-adv-x="807" 
-d="M156 266q37 -44 71 -64t72 -20q70 0 98.5 46t28.5 171v1065h236v-1142q0 -186 -82 -273.5t-256 -87.5q-96 0 -173.5 37t-146.5 115z" />
-    <glyph glyph-name="K" unicode="K" horiz-adv-x="1270" 
-d="M168 0v1464h238v-606l526 606h291l-580 -651l649 -813h-307l-579 748v-748h-238z" />
-    <glyph glyph-name="L" unicode="L" horiz-adv-x="963" 
-d="M168 0v1464h238v-1251h532v-213h-770z" />
-    <glyph glyph-name="M" unicode="M" horiz-adv-x="1767" 
-d="M1362 723q-4 17 -13 94q-8 64 -14 106q-9 -50 -25.5 -100t-41.5 -102l-383 -780l-383 796q-24 49 -41.5 95t-30.5 91q-1 -46 -7.5 -96.5t-19.5 -105.5l-157 -721h-219l346 1526l432 -924q10 -22 30.5 -73t49.5 -126q21 63 66 160q12 26 18 40l422 923l354 -1526h-221z
-" />
-    <glyph glyph-name="N" unicode="N" horiz-adv-x="1645" 
-d="M168 0v1522l930 -895q38 -38 77 -81t82 -97v1015h220v-1521l-949 911q-38 37 -73.5 78t-67.5 86v-1018h-219z" />
-    <glyph glyph-name="O" unicode="O" horiz-adv-x="1774" 
-d="M1421 729q0 111 -40.5 211t-116.5 178q-74 77 -171.5 118.5t-205.5 41.5t-205.5 -41t-173.5 -119q-76 -77 -116 -177t-40 -212q0 -111 40 -210t116 -177t173 -119t206 -41q107 0 203.5 41t173.5 119q76 78 116.5 177.5t40.5 209.5zM1669 729q0 -156 -58.5 -295
-t-170.5 -248q-113 -109 -255 -167t-298 -58q-158 0 -301.5 58.5t-253.5 166.5q-112 109 -170 247t-58 296q0 157 58 296t170 249q112 109 254 166t301 57q158 0 299.5 -57t253.5 -166q112 -111 170.5 -250.5t58.5 -294.5z" />
-    <glyph glyph-name="P" unicode="P" horiz-adv-x="1090" 
-d="M406 852h61q198 0 264 43t66 152q0 117 -70.5 165t-259.5 48h-61v-408zM391 657v-657h-223v1464h360q160 0 235.5 -17.5t131.5 -57.5q69 -51 108 -137.5t39 -190.5t-39 -192t-108 -138q-56 -40 -131.5 -57t-235.5 -17h-47h-90z" />
-    <glyph glyph-name="Q" unicode="Q" horiz-adv-x="1774" 
-d="M1151 524l141 -151q67 81 98 168.5t31 189.5q0 112 -39.5 211t-115.5 176q-77 78 -175 120t-204 42q-107 0 -205 -42t-174 -120q-76 -77 -116 -176t-40 -211q0 -230 155.5 -387.5t385.5 -157.5q62 0 118.5 13.5t112.5 42.5l-262 282h289zM1448 199l311 -336h-284
-l-191 207q-98 -53 -199 -79t-211 -26q-149 0 -292 59t-250 164q-111 108 -169.5 247t-58.5 296t58.5 296t169.5 247q110 108 252.5 165.5t302.5 57.5q159 0 301 -57.5t252 -165.5q111 -109 170 -248t59 -295q0 -152 -56.5 -288.5t-164.5 -243.5z" />
-    <glyph glyph-name="R" unicode="R" horiz-adv-x="1147" 
-d="M406 840h43q189 0 251 44t62 156q0 121 -66.5 170.5t-246.5 49.5h-43v-420zM391 655v-655h-223v1464h332q146 0 226.5 -19t137.5 -63q68 -53 105 -137t37 -184q0 -176 -85 -275.5t-251 -119.5l504 -666h-269l-487 655h-27z" />
-    <glyph glyph-name="S" unicode="S" horiz-adv-x="1124" 
-d="M84 293l190 88q27 -98 99 -149.5t184 -51.5q106 0 168.5 59t62.5 158q0 129 -214 230q-30 15 -46 22q-242 118 -322.5 213.5t-80.5 233.5q0 179 121.5 290t318.5 111q162 0 271 -62.5t151 -179.5l-186 -96q-44 69 -96.5 101t-120.5 32q-96 0 -152.5 -50t-56.5 -134
-q0 -132 248 -246q19 -9 30 -14q217 -100 298 -195.5t81 -238.5q0 -208 -131 -330.5t-354 -122.5q-187 0 -306.5 86t-156.5 246z" />
-    <glyph glyph-name="T" unicode="T" horiz-adv-x="1042" 
-d="M641 1262v-1262h-238v1262h-389v202h1014v-202h-387z" />
-    <glyph glyph-name="U" unicode="U" horiz-adv-x="1524" 
-d="M162 1464h235v-889q0 -198 91.5 -297.5t273.5 -99.5q181 0 272.5 99.5t91.5 297.5v889h238v-911q0 -297 -150 -444.5t-452 -147.5t-451 147t-149 445v911z" />
-    <glyph glyph-name="V" unicode="V" horiz-adv-x="1266" 
-d="M633 -57l-653 1521h247l328 -780q29 -68 48 -125.5t30 -109.5q13 55 33 114t47 121l327 780h246z" />
-    <glyph glyph-name="W" unicode="W" horiz-adv-x="1923" 
-d="M-6 1464h235l277 -739q27 -73 45.5 -128t32.5 -103q35 116 73 227q5 14 7 19l294 782l310 -797q22 -58 41.5 -116t36.5 -117q10 45 27 99t44 128l275 745h237l-567 -1521l-334 835q-22 56 -40 107.5t-32 97.5q-17 -59 -34 -110.5t-35 -98.5l-328 -831z" />
-    <glyph glyph-name="X" unicode="X" horiz-adv-x="1171" 
-d="M0 0l475 766l-420 698h250l211 -358q17 -28 63 -116q10 -20 15 -29q16 31 35.5 66t44.5 77l223 360h244l-428 -694l461 -770h-263l-245 415q-1 2 -4 7q-40 75 -74 141q-17 -34 -37 -70.5t-43 -74.5l-256 -418h-252z" />
-    <glyph glyph-name="Y" unicode="Y" horiz-adv-x="1214" 
-d="M483 0v670l-493 794h250l307 -497q11 -19 27.5 -50t33.5 -67q14 35 29.5 66t32.5 57l315 491h238l-504 -794v-670h-236z" />
-    <glyph glyph-name="Z" unicode="Z" horiz-adv-x="1180" 
-d="M18 0l746 1262h-621v202h987l-739 -1251h748v-213h-1121z" />
-    <glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="621" 
-d="M389 -256h191v-158h-381v1911h381v-156h-191v-1597z" />
-    <glyph glyph-name="backslash" unicode="\" horiz-adv-x="887" 
-d="M717 -190l-717 1687h170l717 -1687h-170z" />
-    <glyph glyph-name="bracketright" unicode="]" horiz-adv-x="621" 
-d="M231 -256v1597h-188v156h379v-1911h-379v158h188z" />
-    <glyph glyph-name="asciicircum" unicode="^" horiz-adv-x="2048" 
-d="M915 1460h218l495 -561h-207l-397 397l-399 -397h-207z" />
-    <glyph glyph-name="underscore" unicode="_" 
-d="M0 -311h1024v-172h-1024v172z" />
-    <glyph glyph-name="grave" unicode="`" 
-d="M653 1092h-123l-292 272h225z" />
-    <glyph glyph-name="a" unicode="a" horiz-adv-x="1192" 
-d="M1042 0h-217v123q-58 -82 -135.5 -122t-177.5 -40q-201 0 -316.5 137.5t-115.5 376.5q0 227 118 366.5t308 139.5q116 0 198.5 -48.5t120.5 -139.5v155h217v-948zM831 477q0 147 -68.5 229t-191.5 82t-193.5 -84.5t-70.5 -234.5q0 -151 68 -233t192 -82q117 0 190.5 89
-t73.5 234z" />
-    <glyph glyph-name="b" unicode="b" horiz-adv-x="1192" 
-d="M360 477q0 -145 74.5 -234t192.5 -89q123 0 190.5 82t67.5 233q0 150 -70.5 234.5t-193.5 84.5t-192 -82t-69 -229zM367 1550v-757q38 90 121.5 139t199.5 49q189 0 306.5 -139.5t117.5 -366.5q0 -239 -115.5 -376.5t-316.5 -137.5q-100 0 -177.5 40t-135.5 122v-123
-h-217v1550h217z" />
-    <glyph glyph-name="c" unicode="c" horiz-adv-x="930" 
-d="M858 678q-50 55 -116.5 84t-143.5 29q-133 0 -213 -86t-80 -228q0 -148 80.5 -232.5t222.5 -84.5q79 0 141 29.5t109 89.5v-250q-60 -34 -128.5 -51t-145.5 -17q-223 0 -363.5 142t-140.5 368q0 229 145.5 369.5t380.5 140.5q74 0 136 -14.5t116 -44.5v-244z" />
-    <glyph glyph-name="d" unicode="d" horiz-adv-x="1192" 
-d="M831 477q0 147 -68.5 229t-191.5 82t-193.5 -84.5t-70.5 -234.5q0 -151 68 -233t192 -82q118 0 191 88.5t73 234.5zM825 1550h217v-1550h-217v123q-58 -82 -135.5 -122t-177.5 -40q-201 0 -316.5 137.5t-115.5 376.5q0 227 118 366.5t308 139.5q116 0 198.5 -48.5
-t120.5 -139.5v757z" />
-    <glyph glyph-name="e" unicode="e" horiz-adv-x="1139" 
-d="M1063 442h-758q8 -133 79 -207.5t189 -74.5q105 0 175 44t122 142l183 -102q-80 -143 -198 -213t-277 -70q-228 0 -363 139t-135 371q0 223 139.5 366.5t358.5 143.5q229 0 357 -131t128 -367v-41zM838 588q-13 102 -78 155.5t-178 53.5q-107 0 -172 -52t-91 -157h519z
-" />
-    <glyph glyph-name="f" unicode="f" horiz-adv-x="627" 
-d="M180 0v758h-166v190h166v254q0 189 78.5 279t243.5 90q35 0 72 -5t75 -16v-196q-26 15 -52.5 22.5t-53.5 7.5q-78 0 -112 -48t-34 -162v-226h228v-190h-228v-758h-217z" />
-    <glyph glyph-name="g" unicode="g" horiz-adv-x="1192" 
-d="M831 477q0 147 -68.5 229t-191.5 82t-193.5 -84.5t-70.5 -234.5q0 -151 68 -233t192 -82q117 0 190.5 89t73.5 234zM1042 59q0 -278 -111 -391.5t-374 -113.5q-196 0 -313 82.5t-119 219.5l233 1q5 -61 57 -93t146 -32q139 0 200 61t62 204l2 126q-58 -82 -135.5 -122
-t-177.5 -40q-201 0 -316.5 137.5t-115.5 376.5q0 227 118 366.5t308 139.5q116 0 198.5 -48.5t120.5 -139.5v155h217v-889z" />
-    <glyph glyph-name="h" unicode="h" horiz-adv-x="1204" 
-d="M150 0v1550h204v-757q65 98 153 143t214 45q106 0 180.5 -33.5t116.5 -99.5q25 -39 36 -91t11 -182v-575h-219v487q0 187 -45.5 248.5t-161.5 61.5q-76 0 -135.5 -28t-93.5 -79q-24 -34 -33.5 -87.5t-9.5 -170.5v-432h-217z" />
-    <glyph glyph-name="i" unicode="i" horiz-adv-x="537" 
-d="M131 1358q0 55 40.5 95t96.5 40q58 0 96.5 -38.5t38.5 -96.5t-39 -97.5t-96 -39.5q-56 0 -96.5 40.5t-40.5 96.5zM160 0v948h217v-948h-217z" />
-    <glyph glyph-name="j" unicode="j" horiz-adv-x="537" 
-d="M131 1358q0 55 40.5 95t96.5 40q58 0 96.5 -38.5t38.5 -96.5t-39 -97.5t-96 -39.5q-56 0 -96.5 40.5t-40.5 96.5zM160 -446v1394h217v-1394h-217z" />
-    <glyph glyph-name="k" unicode="k" horiz-adv-x="1057" 
-d="M150 0v1550h217v-995l397 393h268l-430 -418l471 -530h-280l-426 489v-489h-217z" />
-    <glyph glyph-name="l" unicode="l" horiz-adv-x="537" 
-d="M160 0v1550h217v-1550h-217z" />
-    <glyph glyph-name="m" unicode="m" horiz-adv-x="1792" 
-d="M367 0h-217v948h204v-155q65 99 147.5 144.5t194.5 45.5q111 0 184 -46.5t111 -141.5q75 98 159.5 143t192.5 45q94 0 164 -34.5t109 -100.5q18 -31 26.5 -74t8.5 -123v-76v-575h-217v487q0 191 -40.5 251.5t-144.5 60.5q-128 0 -182.5 -81.5t-54.5 -285.5v-432h-219v487
-q0 176 -42.5 244t-146.5 68q-64 0 -117 -29t-84 -80q-20 -33 -28 -81t-8 -177v-432z" />
-    <glyph glyph-name="n" unicode="n" horiz-adv-x="1204" 
-d="M150 0v948h204v-155q65 98 153 143t214 45q106 0 180.5 -33.5t116.5 -99.5q25 -39 36 -91t11 -182v-575h-219v487q0 187 -45.5 248.5t-161.5 61.5q-76 0 -135.5 -28t-93.5 -79q-24 -34 -33.5 -87.5t-9.5 -170.5v-432h-217z" />
-    <glyph glyph-name="o" unicode="o" horiz-adv-x="1204" 
-d="M895 471q0 132 -85 223.5t-208 91.5q-122 0 -207.5 -91.5t-85.5 -223.5t85.5 -223.5t207.5 -91.5t207.5 91.5t85.5 223.5zM80 473q0 104 39.5 196.5t113.5 164.5q73 71 168 109t199 38q107 0 201.5 -38t169.5 -112q75 -73 114 -165t39 -193q0 -105 -38.5 -197
-t-112.5 -163q-78 -75 -173 -113.5t-200 -38.5q-103 0 -198 38.5t-169 111.5q-75 74 -114 166t-39 196z" />
-    <glyph glyph-name="p" unicode="p" horiz-adv-x="1192" 
-d="M360 477q0 -147 73.5 -235t193.5 -88q123 0 190.5 82t67.5 233q0 150 -70.5 234.5t-193.5 84.5t-192 -82t-69 -229zM150 -446v1394h217v-155q38 90 121.5 139t199.5 49q189 0 306.5 -139.5t117.5 -366.5q0 -239 -115.5 -376.5t-316.5 -137.5q-100 0 -177.5 40t-135.5 122
-v-569h-217z" />
-    <glyph glyph-name="q" unicode="q" horiz-adv-x="1192" 
-d="M831 477q0 147 -68.5 229t-191.5 82t-193.5 -84.5t-70.5 -234.5q0 -151 68 -233t192 -82q119 0 191.5 88t72.5 235zM1042 -446h-217v569q-58 -82 -135.5 -122t-177.5 -40q-201 0 -316.5 137.5t-115.5 376.5q0 227 118 366.5t308 139.5q116 0 198.5 -48.5t120.5 -139.5
-v155h217v-1394z" />
-    <glyph glyph-name="r" unicode="r" horiz-adv-x="754" 
-d="M367 797q35 94 92.5 139t142.5 45q46 0 90.5 -11t87.5 -32l-78 -184q-28 20 -60.5 29.5t-72.5 9.5q-108 0 -155 -86.5t-47 -290.5v-416h-217v950h217v-153z" />
-    <glyph glyph-name="s" unicode="s" horiz-adv-x="872" 
-d="M41 172l180 98q20 -71 74 -108t139 -37q73 0 114.5 33.5t41.5 91.5q0 77 -148 132q-50 18 -77 30q-152 63 -212.5 128t-60.5 158q0 127 99.5 206t263.5 79q110 0 188.5 -40.5t114.5 -115.5l-154 -106q-17 45 -59.5 71.5t-98.5 26.5q-62 0 -99.5 -29.5t-37.5 -78.5
-q0 -74 168 -135q53 -19 82 -31q131 -52 187.5 -117.5t56.5 -163.5q0 -142 -103 -222.5t-284 -80.5q-139 0 -231 52t-144 159z" />
-    <glyph glyph-name="t" unicode="t" horiz-adv-x="621" 
-d="M201 0v758h-166v190h166v359h217v-359h166v-190h-166v-758h-217z" />
-    <glyph glyph-name="u" unicode="u" horiz-adv-x="1204" 
-d="M360 948v-534q0 -138 57 -198t185 -60t185 60t57 198v534h217v-469q0 -272 -109 -395t-348 -123q-243 0 -352 122t-109 396v469h217z" />
-    <glyph glyph-name="v" unicode="v" horiz-adv-x="967" 
-d="M483 -57l-497 1005h237l207 -477q10 -22 24 -66t29 -105q10 43 23.5 85.5t32.5 85.5l206 477h236z" />
-    <glyph glyph-name="w" unicode="w" horiz-adv-x="1536" 
-d="M1057 -57l-219 493q-25 57 -41 101.5t-29 87.5q-22 -65 -39 -111.5t-27 -69.5l-225 -501l-491 1005h231l213 -457q13 -29 25.5 -79.5t21.5 -111.5q1 36 12 75t37 96l232 512h18l236 -512q22 -48 32.5 -89t12.5 -82q9 54 23 102t32 87l209 459h229z" />
-    <glyph glyph-name="x" unicode="x" horiz-adv-x="928" 
-d="M215 0h-240l359 510l-307 438h239l133 -196q21 -30 37 -58t29 -57q12 24 27.5 50.5t39.5 66.5l132 194h237l-307 -440l356 -508h-237l-176 249q-3 5 -8 12q-51 77 -66 118q-20 -38 -38.5 -70.5t-37.5 -60.5z" />
-    <glyph glyph-name="y" unicode="y" horiz-adv-x="965" 
-d="M313 -446h-223l260 528l-348 866h240l174 -491q15 -45 26.5 -91.5t18.5 -94.5q13 50 62 159l5 12l234 506h235z" />
-    <glyph glyph-name="z" unicode="z" horiz-adv-x="920" 
-d="M879 0h-881l528 758h-475v190h828l-517 -758h517v-190z" />
-    <glyph glyph-name="braceleft" unicode="{" 
-d="M874 1477v-179q-8 0 -24 1t-23 1q-109 0 -147.5 -41.5t-38.5 -173.5v-241q0 -155 -44 -220.5t-159 -93.5q114 -27 158.5 -92.5t44.5 -220.5v-240q0 -132 39.5 -174.5t148.5 -42.5q7 0 22 1t23 1v-176h-63q-102 0 -165.5 12t-106.5 37q-57 34 -80 96t-23 203v248
-q0 144 -52.5 203t-178.5 59q-7 0 -21.5 -1t-21.5 -1v179q7 0 21.5 -1.5t21.5 -1.5q126 0 178.5 59t52.5 202v247q0 145 23 206.5t80 94.5q44 27 109 38.5t181 11.5h45z" />
-    <glyph glyph-name="bar" unicode="|" 
-d="M424 1565h178v-2048h-178v2048z" />
-    <glyph glyph-name="braceright" unicode="}" 
-d="M152 1477h45q115 0 179.5 -11.5t108.5 -38.5q57 -33 80 -95t23 -206v-247q0 -144 52 -202.5t179 -58.5q6 0 21 1.5t22 1.5v-179q-7 0 -21.5 1t-21.5 1q-126 0 -178.5 -59t-52.5 -203v-248q0 -143 -23 -204t-80 -95q-43 -26 -108 -37.5t-180 -11.5h-45v176q8 0 23 -1
-t22 -1q109 0 147.5 42t38.5 175v240q0 153 45 219t160 94q-115 28 -160 93.5t-45 220.5v241q0 132 -38 173.5t-146 41.5q-7 0 -23 -1t-24 -1v179z" />
-    <glyph glyph-name="asciitilde" unicode="~" horiz-adv-x="1706" 
-d="M1530 784v-184q-103 -71 -197.5 -106t-183.5 -35q-44 0 -92.5 8.5t-98.5 26.5q-25 8 -76 26q-212 74 -319 74q-82 0 -174 -38t-211 -122v187q106 72 202 107.5t185 35.5q62 0 125.5 -12t168.5 -48q13 -4 42 -15q164 -58 250 -58q85 0 177 37t202 116z" />
-    <glyph glyph-name="nonbreakingspace" unicode="&#xa0;" horiz-adv-x="1237" 
- />
-    <glyph glyph-name="exclamdown" unicode="&#xa1;" horiz-adv-x="674" 
-d="M223 -39v1163h228v-1163h-228zM205 1368q0 54 38 91.5t93 37.5t93 -37.5t38 -91.5q0 -55 -38 -93t-93 -38q-54 0 -92.5 38.5t-38.5 92.5z" />
-    <glyph glyph-name="cent" unicode="&#xa2;" horiz-adv-x="1237" 
-d="M623 1042q-107 -18 -173.5 -99.5t-66.5 -192.5q0 -123 63.5 -203t176.5 -101v596zM993 961q-57 36 -121.5 56.5t-144.5 26.5v-598q94 15 158 38.5t108 58.5v-209q-57 -33 -123 -51t-143 -21v-203h-104v207q-195 15 -316 145t-121 324q0 196 116.5 325.5t320.5 160.5v161
-h104v-157q65 -2 130.5 -16.5t135.5 -43.5v-204z" />
-    <glyph glyph-name="sterling" unicode="&#xa3;" horiz-adv-x="1237" 
-d="M74 49q59 89 123.5 134.5t138.5 52.5q24 48 35.5 91.5t11.5 86.5q0 41 -11.5 83t-35.5 89h-250v141h188q-44 74 -67 149t-23 150q0 200 138 326.5t360 126.5q210 0 331.5 -114t139.5 -329l-223 -30q-10 138 -75.5 209t-182.5 71q-112 0 -182 -69.5t-70 -180.5
-q0 -78 74 -269q11 -27 16 -40h358v-141h-313q8 -26 12 -53t4 -56q0 -66 -25 -129t-71 -112h6q82 0 209 -45.5t178 -45.5q70 0 124 28t83 79l133 -119q-47 -85 -124.5 -130.5t-174.5 -45.5q-95 0 -256 48t-229 48q-56 0 -111 -26t-108 -78z" />
-    <glyph glyph-name="currency" unicode="&#xa4;" horiz-adv-x="1241" 
-d="M623 1176q-120 0 -205.5 -86t-85.5 -205q0 -120 84.5 -204.5t206.5 -84.5q121 0 205.5 84.5t84.5 204.5q0 119 -85.5 205t-204.5 86zM168 1430l203 -203q55 41 117 61.5t133 20.5t134 -20.5t117 -61.5l203 203l94 -93l-204 -204q39 -54 59 -116.5t20 -131.5
-q0 -70 -20 -132.5t-59 -115.5l204 -205l-94 -92l-203 205q-57 -42 -118 -62t-131 -20q-72 0 -135 20.5t-117 61.5l-203 -205l-92 92l203 205q-40 53 -60 115.5t-20 132.5q0 69 20 131.5t60 116.5l-203 204z" />
-    <glyph glyph-name="yen" unicode="&#xa5;" horiz-adv-x="1237" 
-d="M492 0v578h-482v145h445l-101 164h-344v145h256l-266 420h240l307 -494q11 -17 27.5 -49.5t33.5 -70.5q13 34 28.5 66t33.5 61l315 487h229l-266 -420h256v-145h-350l-102 -164h452v-145h-493v-578h-219z" />
-    <glyph glyph-name="brokenbar" unicode="&#xa6;" 
-d="M424 408h178v-758h-178v758zM424 1432h178v-758h-178v758z" />
-    <glyph glyph-name="section" unicode="&#xa7;" horiz-adv-x="1090" 
-d="M551 281q104 0 178 74.5t74 181.5q0 106 -74 182t-178 76t-177 -75t-73 -183q0 -107 73 -181.5t177 -74.5zM154 -88h202q4 -92 50.5 -137t136.5 -45q87 0 138.5 40.5t51.5 108.5q0 95 -206 181l-42 18q-130 56 -187.5 87.5t-88.5 61.5q-64 61 -94.5 137t-30.5 175
-q0 128 68 223.5t194 144.5q-90 42 -135 109.5t-45 161.5q0 149 105 235t290 86q174 0 266.5 -86.5t92.5 -249.5v-20h-187q-3 90 -50 136t-136 46q-79 0 -128.5 -40.5t-49.5 -102.5q0 -57 46.5 -97.5t209.5 -105.5q219 -88 302 -186.5t83 -260.5q0 -138 -69.5 -229
-t-205.5 -131q94 -44 145.5 -119.5t51.5 -169.5q0 -154 -105.5 -244t-289.5 -90q-174 0 -278.5 94t-104.5 248v21z" />
-    <glyph glyph-name="dieresis" unicode="&#xa8;" 
-d="M573 1255q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87zM209 1255q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87z" />
-    <glyph glyph-name="copyright" unicode="&#xa9;" horiz-adv-x="1706" 
-d="M1206 903h-166q-10 74 -60 114t-130 40q-99 0 -155 -86.5t-56 -239.5q0 -152 57.5 -234.5t163.5 -82.5q80 0 129 43.5t60 124.5h165q-7 -135 -106.5 -217t-253.5 -82q-183 0 -290 119t-107 323q0 208 109.5 331.5t291.5 123.5q147 0 243 -77t105 -200zM854 1362
-q-130 0 -243 -46.5t-201 -135.5q-90 -92 -138.5 -208t-48.5 -241q0 -126 48 -240t139 -204q90 -91 204.5 -139t239.5 -48t240 48.5t209 140.5q89 88 135.5 200.5t46.5 241.5t-47 243.5t-135 203.5q-91 90 -205 137t-244 47zM852 1470q152 0 286 -55t240 -162
-q105 -105 160 -238.5t55 -283.5q0 -153 -54.5 -286t-158.5 -234q-108 -107 -244.5 -164t-283.5 -57q-146 0 -280 56.5t-240 162.5q-107 106 -163 240.5t-56 281.5q0 145 57 280.5t164 243.5q105 107 235.5 161t282.5 54z" />
-    <glyph glyph-name="ordfeminine" unicode="&#xaa;" horiz-adv-x="895" 
-d="M782 801h-164v86q-42 -57 -100.5 -85t-132.5 -28q-151 0 -238.5 96t-87.5 263q0 158 89 256t231 98q87 0 149.5 -34t89.5 -97v108h164v-663zM625 1135q0 103 -52 161t-145 58q-92 0 -144.5 -60t-52.5 -166q0 -105 51 -162t144 -57q88 0 143.5 62.5t55.5 163.5z" />
-    <glyph glyph-name="guillemotleft" unicode="&#xab;" horiz-adv-x="930" 
-d="M713 877l139 -84l-207 -324l207 -324l-139 -84l-254 408zM334 877l137 -84l-205 -324l205 -324l-137 -84l-254 408z" />
-    <glyph glyph-name="logicalnot" unicode="&#xac;" horiz-adv-x="1706" 
-d="M254 862h1198v-502h-166v336h-1032v166z" />
-    <glyph glyph-name="sfthyphen" unicode="&#xad;" horiz-adv-x="829" 
-d="M147 571h535v-200h-535v200z" />
-    <glyph glyph-name="registered" unicode="&#xae;" horiz-adv-x="1706" 
-d="M729 1047v-261h117q100 0 146 30.5t46 96.5q0 69 -48 101.5t-152 32.5h-109zM551 1159h319q173 0 262 -57t89 -168q0 -91 -48 -150.5t-137 -78.5l185 -375h-199l-164 346h-129v-346h-178v829zM854 1362q-129 0 -240 -45.5t-200 -134.5q-92 -94 -141.5 -210t-49.5 -241
-t47 -238.5t136 -203.5q90 -91 204 -140t234 -49q130 0 246.5 47t209.5 138q89 86 137 198.5t48 237.5q0 133 -45.5 247.5t-134.5 205.5q-93 92 -207.5 140t-243.5 48zM852 1470q153 0 288.5 -56t241.5 -165q103 -104 157 -236.5t54 -281.5q0 -153 -55.5 -287t-161.5 -237
-q-108 -105 -243 -161t-281 -56q-147 0 -282.5 57.5t-241.5 165.5q-105 106 -160 239t-55 279q0 147 57.5 284t165.5 245q104 104 234.5 157t281.5 53z" />
-    <glyph glyph-name="macron" unicode="&#xaf;" 
-d="M248 1153v141h526v-141h-526z" />
-    <glyph glyph-name="degree" unicode="&#xb0;" horiz-adv-x="674" 
-d="M338 1350q-77 0 -131.5 -54t-54.5 -131q0 -76 54.5 -131t131.5 -55t130.5 54.5t53.5 131.5t-53.5 131t-130.5 54zM338 1460q121 0 208 -87t87 -210q0 -121 -87 -208t-210 -87t-208 85.5t-85 209.5q0 125 86 211t209 86z" />
-    <glyph glyph-name="plusminus" unicode="&#xb1;" horiz-adv-x="1706" 
-d="M254 182h1198v-168h-1198v168zM768 1206h170v-334h514v-165h-514v-334h-170v334h-514v165h514v334z" />
-    <glyph glyph-name="twosuperior" unicode="&#xb2;" horiz-adv-x="817" 
-d="M676 690v-115h-647l360 394q67 73 98 129t31 102q0 65 -42 102t-116 37q-66 0 -109 -36.5t-48 -97.5l-152 -1q0 118 87.5 188t234.5 70q140 0 220.5 -65t80.5 -178q0 -79 -45.5 -159.5t-196.5 -240.5l-125 -129h369z" />
-    <glyph glyph-name="threesuperior" unicode="&#xb3;" horiz-adv-x="817" 
-d="M62 811h151v-8q0 -61 45.5 -97t122.5 -36q89 0 136.5 40t47.5 115q0 79 -49 118.5t-147 39.5h-29v115q4 0 13.5 -1t15.5 -1q85 0 128.5 32.5t43.5 96.5q0 56 -39.5 89.5t-106.5 33.5q-70 0 -109.5 -30.5t-42.5 -86.5h-141q7 111 83.5 171t213.5 60q134 0 211.5 -63
-t77.5 -170q0 -81 -44 -132.5t-122 -62.5q92 -15 140.5 -73.5t48.5 -153.5q0 -117 -90.5 -185.5t-245.5 -68.5q-140 0 -224.5 69.5t-88.5 188.5z" />
-    <glyph glyph-name="acute" unicode="&#xb4;" 
-d="M371 1092l190 272h225l-292 -272h-123z" />
-    <glyph glyph-name="mu" unicode="&#xb5;" horiz-adv-x="1208" 
-d="M205 1081h229l-125 -635q-6 -29 -9 -55t-3 -49q0 -96 46.5 -146.5t135.5 -50.5q122 0 193.5 88.5t111.5 292.5l109 555h225l-145 -739q-10 -49 -14.5 -81.5t-4.5 -51.5q0 -36 15.5 -51t52.5 -15q13 0 20.5 0.5t13.5 1.5l-32 -159q-32 -9 -68.5 -13t-81.5 -4
-q-74 0 -111.5 31.5t-37.5 93.5v15q-41 -67 -108 -104.5t-146 -37.5q-81 0 -137.5 26t-97.5 83l-99 -506h-229z" />
-    <glyph glyph-name="paragraph" unicode="&#xb6;" 
-d="M969 1479v-99h-117v-1380h-129v1380h-168v-1380h-131v784q-168 6 -268.5 101t-100.5 245q0 158 107 253.5t284 95.5h523z" />
-    <glyph glyph-name="glyph121" unicode="&#xb7;" horiz-adv-x="618" 
-d="M178 721q0 55 38 93t93 38q56 0 93.5 -38t37.5 -93q0 -54 -38 -92.5t-93 -38.5q-54 0 -92.5 38.5t-38.5 92.5z" />
-    <glyph glyph-name="cedilla" unicode="&#xb8;" 
-d="M274 -393v106q81 -19 140 -28t102 -9q52 0 77 17t25 51q0 39 -31.5 56.5t-101.5 17.5q-7 0 -20 -1t-21 -1v184h86v-86h17q112 0 167.5 -43.5t55.5 -130.5q0 -83 -61.5 -127.5t-176.5 -44.5q-49 0 -114 9.5t-144 29.5z" />
-    <glyph glyph-name="onesuperior" unicode="&#xb9;" horiz-adv-x="817" 
-d="M358 575v758h-200l61 113h281v-871h-142z" />
-    <glyph glyph-name="ordmasculine" unicode="&#xba;" horiz-adv-x="903" 
-d="M672 1130q0 93 -64 157.5t-155 64.5q-93 0 -157.5 -64t-64.5 -158q0 -93 64.5 -157t157.5 -64q90 0 154.5 64.5t64.5 156.5zM59 1133q0 72 30 136.5t87 114.5q54 50 125 76.5t150 26.5q81 0 151.5 -26.5t126.5 -78.5q56 -51 85.5 -114.5t29.5 -134.5q0 -74 -29 -138
-t-86 -114q-57 -53 -128 -80t-150 -27q-78 0 -149 27t-126 78q-57 51 -87 115.5t-30 138.5z" />
-    <glyph glyph-name="guillemotright" unicode="&#xbb;" horiz-adv-x="930" 
-d="M598 61l-139 84l207 324l-207 324l139 84l254 -408zM219 61l-137 84l205 324l-205 324l137 84l254 -408z" />
-    <glyph glyph-name="onequarter" unicode="&#xbc;" horiz-adv-x="1901" 
-d="M1585 553l-233 -293h229v213q0 17 1 37.5t3 42.5zM1581 0v166h-442l536 661h43v-567h113v-94h-113v-166h-137zM438 -39l887 1518h137l-887 -1518h-137zM340 633v706h-190l57 105h270v-811h-137z" />
-    <glyph glyph-name="onehalf" unicode="&#xbd;" horiz-adv-x="1901" 
-d="M1767 106v-106h-618l344 367q66 70 95.5 121.5t29.5 93.5q0 61 -40.5 96t-111.5 35q-63 0 -103.5 -34.5t-45.5 -92.5h-146q0 110 83.5 175.5t224.5 65.5q133 0 209.5 -60.5t76.5 -166.5q0 -75 -45 -152.5t-186 -220.5l-117 -121h350zM438 -39l887 1518h137l-887 -1518
-h-137zM340 633v706h-190l57 105h270v-811h-137z" />
-    <glyph glyph-name="threequarters" unicode="&#xbe;" horiz-adv-x="1901" 
-d="M1585 553l-233 -293h229v213q0 17 1 37.5t3 42.5zM1581 0v166h-442l536 661h43v-567h113v-94h-113v-166h-137zM438 -39l887 1518h137l-887 -1518h-137zM60 852h143v-6q0 -58 43.5 -91.5t118.5 -33.5q83 0 128.5 37.5t45.5 107.5q0 74 -47 111t-140 37q-4 0 -13.5 -1
-t-14.5 -1v108q5 0 13.5 -1t12.5 -1q82 0 124 30.5t42 90.5q0 52 -37 83.5t-100 31.5q-69 0 -106.5 -28.5t-41.5 -82.5h-135q8 106 81 161.5t204 55.5q128 0 202 -58t74 -159q0 -75 -42 -123t-117 -59q88 -14 134 -68.5t46 -144.5q0 -109 -86.5 -173.5t-233.5 -64.5
-q-132 0 -213 66t-85 176z" />
-    <glyph glyph-name="questiondown" unicode="&#xbf;" horiz-adv-x="1114" 
-d="M725 344h172q0 -6 1 -18.5t1 -18.5q0 -158 -94.5 -252t-253.5 -94q-163 0 -260.5 94t-97.5 250q0 114 56.5 188t225.5 156l20 10q199 99 199 187q0 51 -39 88t-94 37q-67 0 -103.5 -40.5t-38.5 -115.5h-177v21q0 148 83 228.5t236 80.5q142 0 234 -83.5t92 -211.5
-q0 -118 -63.5 -196t-248.5 -167q-122 -57 -157 -96t-35 -94q0 -67 47.5 -110.5t120.5 -43.5q82 0 128 53.5t46 147.5zM711 1368q0 -54 -39 -92.5t-92 -38.5q-56 0 -93.5 38t-37.5 93q0 54 38 91.5t93 37.5t93 -37.5t38 -91.5z" />
-    <glyph glyph-name="Agrave" unicode="&#xc0;" horiz-adv-x="1356" 
-d="M477 575h408l-150 334q-13 32 -27 73.5t-28 92.5q-12 -48 -25.5 -89.5t-27.5 -76.5zM1135 0l-166 377h-580l-170 -377h-250l709 1522l708 -1522h-251zM819 1608h-123l-292 272h225z" />
-    <glyph glyph-name="Aacute" unicode="&#xc1;" horiz-adv-x="1356" 
-d="M477 575h408l-150 334q-13 32 -27 73.5t-28 92.5q-12 -48 -25.5 -89.5t-27.5 -76.5zM1135 0l-166 377h-580l-170 -377h-250l709 1522l708 -1522h-251zM537 1608l190 272h225l-292 -272h-123z" />
-    <glyph glyph-name="Acircumflex" unicode="&#xc2;" horiz-adv-x="1356" 
-d="M477 575h408l-150 334q-13 32 -27 73.5t-28 92.5q-12 -48 -25.5 -89.5t-27.5 -76.5zM1135 0l-166 377h-580l-170 -377h-250l709 1522l708 -1522h-251zM381 1608l193 272h208l193 -272h-123l-174 157l-174 -157h-123z" />
-    <glyph glyph-name="Atilde" unicode="&#xc3;" horiz-adv-x="1356" 
-d="M477 575h408l-150 334q-13 32 -27 73.5t-28 92.5q-12 -48 -25.5 -89.5t-27.5 -76.5zM1135 0l-166 377h-580l-170 -377h-250l709 1522l708 -1522h-251zM971 1857q-18 -99 -69.5 -153.5t-125.5 -54.5q-13 0 -26 1.5t-27 4.5l-124 32q-16 3 -24 4t-14 1q-35 0 -55 -16
-t-31 -52h-90q23 106 69.5 157.5t119.5 51.5q15 0 30.5 -2t30.5 -6l117 -31q8 -2 18 -3t29 -1q31 0 52 17.5t30 49.5h90z" />
-    <glyph glyph-name="Adieresis" unicode="&#xc4;" horiz-adv-x="1356" 
-d="M477 575h408l-150 334q-13 32 -27 73.5t-28 92.5q-12 -48 -25.5 -89.5t-27.5 -76.5zM1135 0l-166 377h-580l-170 -377h-250l709 1522l708 -1522h-251zM739 1771q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87zM375 1771
-q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87z" />
-    <glyph glyph-name="Aring" unicode="&#xc5;" horiz-adv-x="1356" 
-d="M565 1735q0 -48 33.5 -80.5t81.5 -32.5q47 0 81 33t34 80t-33.5 80.5t-81.5 33.5t-81.5 -33.5t-33.5 -80.5zM442 1735q0 99 68.5 168t167.5 69q98 0 167.5 -69.5t69.5 -167.5q0 -99 -68.5 -167.5t-168.5 -68.5t-168 68t-68 168zM1135 0l-166 377h-580l-170 -377h-250
-l684 1464h52l681 -1464h-251zM477 575h408l-150 334q-13 32 -27 73.5t-28 92.5q-12 -48 -25.5 -89.5t-27.5 -76.5z" />
-    <glyph glyph-name="AE" unicode="&#xc6;" horiz-adv-x="1866" 
-d="M477 575h422l-123 334q-25 67 -42.5 127t-28.5 117q-11 -53 -29.5 -108.5t-44.5 -114.5zM1329 1464l84 -202h-536l129 -359h491l78 -209h-490l179 -481h538l80 -213h-772l-139 377h-582l-170 -377h-250l684 1464h676z" />
-    <glyph glyph-name="Ccedilla" unicode="&#xc7;" horiz-adv-x="1470" 
-d="M1343 1108q-101 86 -213.5 129t-236.5 43q-240 0 -390.5 -154t-150.5 -399q0 -237 146.5 -391t369.5 -154q130 0 247.5 46t225.5 139v-269q-96 -69 -209 -103t-245 -34q-168 0 -310.5 55t-250.5 162q-107 105 -164.5 247.5t-57.5 303.5t57.5 302.5t166.5 248.5
-q109 108 250 163.5t305 55.5q129 0 246 -37.5t227 -113.5zM630 -393v106q81 -19 140 -28t102 -9q52 0 77 17t25 51q0 39 -31.5 56.5t-101.5 17.5q-7 0 -20 -1t-21 -1v184h86v-86h17q112 0 167.5 -43.5t55.5 -130.5q0 -83 -61.5 -127.5t-176.5 -44.5q-49 0 -114 9.5
-t-144 29.5z" />
-    <glyph glyph-name="Egrave" unicode="&#xc8;" horiz-adv-x="1090" 
-d="M168 0v1464h817v-202h-579v-367h579v-209h-579v-473h579v-213h-817zM721 1608h-123l-292 272h225z" />
-    <glyph glyph-name="Eacute" unicode="&#xc9;" horiz-adv-x="1090" 
-d="M168 0v1464h817v-202h-579v-367h579v-209h-579v-473h579v-213h-817zM439 1608l190 272h225l-292 -272h-123z" />
-    <glyph glyph-name="Ecircumflex" unicode="&#xca;" horiz-adv-x="1090" 
-d="M168 0v1464h817v-202h-579v-367h579v-209h-579v-473h579v-213h-817zM283 1608l193 272h208l193 -272h-123l-174 157l-174 -157h-123z" />
-    <glyph glyph-name="Edieresis" unicode="&#xcb;" horiz-adv-x="1090" 
-d="M168 0v1464h817v-202h-579v-367h579v-209h-579v-473h579v-213h-817zM641 1771q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87zM277 1771q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5
-q-51 0 -86 35t-35 87z" />
-    <glyph glyph-name="Igrave" unicode="&#xcc;" horiz-adv-x="584" 
-d="M172 0v1464h238v-1464h-238zM434 1608h-123l-292 272h225z" />
-    <glyph glyph-name="Iacute" unicode="&#xcd;" horiz-adv-x="584" 
-d="M172 0v1464h238v-1464h-238zM152 1608l190 272h225l-292 -272h-123z" />
-    <glyph glyph-name="Icircumflex" unicode="&#xce;" horiz-adv-x="584" 
-d="M172 0v1464h238v-1464h-238zM-4 1608l193 272h208l193 -272h-123l-174 157l-174 -157h-123z" />
-    <glyph glyph-name="Idieresis" unicode="&#xcf;" horiz-adv-x="584" 
-d="M172 0v1464h238v-1464h-238zM354 1771q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87zM-10 1771q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87z" />
-    <glyph glyph-name="Eth" unicode="&#xd0;" horiz-adv-x="1530" 
-d="M420 215h201q164 0 246.5 22t144.5 74q83 71 124.5 176.5t41.5 245.5t-41.5 245.5t-124.5 176.5q-63 52 -149.5 74t-270.5 22h-86h-86v-344h387v-184h-387v-508zM182 0v723h-182v184h182v557h322q312 0 439.5 -31.5t223.5 -105.5q127 -97 192.5 -249t65.5 -347
-t-65.5 -345.5t-192.5 -248.5q-95 -74 -218 -105.5t-382 -31.5h-63h-322z" />
-    <glyph glyph-name="Ntilde" unicode="&#xd1;" horiz-adv-x="1645" 
-d="M168 0v1522l930 -895q38 -38 77 -81t82 -97v1015h220v-1521l-949 911q-38 37 -73.5 78t-67.5 86v-1018h-219zM1116 1857q-18 -99 -69.5 -153.5t-125.5 -54.5q-13 0 -26 1.5t-27 4.5l-124 32q-16 3 -24 4t-14 1q-35 0 -55 -16t-31 -52h-90q23 106 69.5 157.5t119.5 51.5
-q15 0 30.5 -2t30.5 -6l117 -31q8 -2 18 -3t29 -1q31 0 52 17.5t30 49.5h90z" />
-    <glyph glyph-name="Ograve" unicode="&#xd2;" horiz-adv-x="1774" 
-d="M1421 729q0 111 -40.5 211t-116.5 178q-74 77 -171.5 118.5t-205.5 41.5t-205.5 -41t-173.5 -119q-76 -77 -116 -177t-40 -212q0 -111 40 -210t116 -177t173 -119t206 -41q107 0 203.5 41t173.5 119q76 78 116.5 177.5t40.5 209.5zM1669 729q0 -156 -58.5 -295
-t-170.5 -248q-113 -109 -255 -167t-298 -58q-158 0 -301.5 58.5t-253.5 166.5q-112 109 -170 247t-58 296q0 157 58 296t170 249q112 109 254 166t301 57q158 0 299.5 -57t253.5 -166q112 -111 170.5 -250.5t58.5 -294.5zM1028 1608h-123l-292 272h225z" />
-    <glyph glyph-name="Oacute" unicode="&#xd3;" horiz-adv-x="1774" 
-d="M1421 729q0 111 -40.5 211t-116.5 178q-74 77 -171.5 118.5t-205.5 41.5t-205.5 -41t-173.5 -119q-76 -77 -116 -177t-40 -212q0 -111 40 -210t116 -177t173 -119t206 -41q107 0 203.5 41t173.5 119q76 78 116.5 177.5t40.5 209.5zM1669 729q0 -156 -58.5 -295
-t-170.5 -248q-113 -109 -255 -167t-298 -58q-158 0 -301.5 58.5t-253.5 166.5q-112 109 -170 247t-58 296q0 157 58 296t170 249q112 109 254 166t301 57q158 0 299.5 -57t253.5 -166q112 -111 170.5 -250.5t58.5 -294.5zM746 1608l190 272h225l-292 -272h-123z" />
-    <glyph glyph-name="Ocircumflex" unicode="&#xd4;" horiz-adv-x="1774" 
-d="M1421 729q0 111 -40.5 211t-116.5 178q-74 77 -171.5 118.5t-205.5 41.5t-205.5 -41t-173.5 -119q-76 -77 -116 -177t-40 -212q0 -111 40 -210t116 -177t173 -119t206 -41q107 0 203.5 41t173.5 119q76 78 116.5 177.5t40.5 209.5zM1669 729q0 -156 -58.5 -295
-t-170.5 -248q-113 -109 -255 -167t-298 -58q-158 0 -301.5 58.5t-253.5 166.5q-112 109 -170 247t-58 296q0 157 58 296t170 249q112 109 254 166t301 57q158 0 299.5 -57t253.5 -166q112 -111 170.5 -250.5t58.5 -294.5zM590 1608l193 272h208l193 -272h-123l-174 157
-l-174 -157h-123z" />
-    <glyph glyph-name="Otilde" unicode="&#xd5;" horiz-adv-x="1774" 
-d="M1421 729q0 111 -40.5 211t-116.5 178q-74 77 -171.5 118.5t-205.5 41.5t-205.5 -41t-173.5 -119q-76 -77 -116 -177t-40 -212q0 -111 40 -210t116 -177t173 -119t206 -41q107 0 203.5 41t173.5 119q76 78 116.5 177.5t40.5 209.5zM1669 729q0 -156 -58.5 -295
-t-170.5 -248q-113 -109 -255 -167t-298 -58q-158 0 -301.5 58.5t-253.5 166.5q-112 109 -170 247t-58 296q0 157 58 296t170 249q112 109 254 166t301 57q158 0 299.5 -57t253.5 -166q112 -111 170.5 -250.5t58.5 -294.5zM1180 1857q-18 -99 -69.5 -153.5t-125.5 -54.5
-q-13 0 -26 1.5t-27 4.5l-124 32q-16 3 -24 4t-14 1q-35 0 -55 -16t-31 -52h-90q23 106 69.5 157.5t119.5 51.5q15 0 30.5 -2t30.5 -6l117 -31q8 -2 18 -3t29 -1q31 0 52 17.5t30 49.5h90z" />
-    <glyph glyph-name="Odieresis" unicode="&#xd6;" horiz-adv-x="1774" 
-d="M1421 729q0 111 -40.5 211t-116.5 178q-74 77 -171.5 118.5t-205.5 41.5t-205.5 -41t-173.5 -119q-76 -77 -116 -177t-40 -212q0 -111 40 -210t116 -177t173 -119t206 -41q107 0 203.5 41t173.5 119q76 78 116.5 177.5t40.5 209.5zM1669 729q0 -156 -58.5 -295
-t-170.5 -248q-113 -109 -255 -167t-298 -58q-158 0 -301.5 58.5t-253.5 166.5q-112 109 -170 247t-58 296q0 157 58 296t170 249q112 109 254 166t301 57q158 0 299.5 -57t253.5 -166q112 -111 170.5 -250.5t58.5 -294.5zM948 1771q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5
-q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87zM584 1771q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87z" />
-    <glyph glyph-name="multiply" unicode="&#xd7;" horiz-adv-x="1706" 
-d="M403 1188l459 -459l461 459l117 -117l-459 -461l459 -458l-117 -119l-461 461l-459 -461l-116 119l458 458l-458 461z" />
-    <glyph glyph-name="Oslash" unicode="&#xd8;" horiz-adv-x="1774" 
-d="M233 -74l-124 109l184 196q-96 108 -142.5 231t-46.5 269q0 157 58.5 296t169.5 247q110 109 253.5 167t301.5 58q116 0 228 -35.5t226 -109.5l172 184l129 -104l-176 -189q103 -114 153 -240t50 -274q0 -156 -59 -295t-170 -248q-111 -107 -254 -165t-299 -58
-q-131 0 -248.5 38.5t-224.5 117.5zM571 289q67 -53 141.5 -79t159.5 -26q119 0 217 40t177 120q76 78 115.5 177t39.5 210q0 95 -30 181.5t-88 160.5zM1184 1186q-68 48 -140.5 71t-156.5 23q-108 0 -206.5 -41.5t-172.5 -118.5q-76 -77 -116 -177t-40 -212q0 -94 25.5 -173
-t79.5 -150z" />
-    <glyph glyph-name="Ugrave" unicode="&#xd9;" horiz-adv-x="1524" 
-d="M162 1464h235v-889q0 -198 91.5 -297.5t273.5 -99.5q181 0 272.5 99.5t91.5 297.5v889h238v-911q0 -297 -150 -444.5t-452 -147.5t-451 147t-149 445v911zM903 1608h-123l-292 272h225z" />
-    <glyph glyph-name="Uacute" unicode="&#xda;" horiz-adv-x="1524" 
-d="M162 1464h235v-889q0 -198 91.5 -297.5t273.5 -99.5q181 0 272.5 99.5t91.5 297.5v889h238v-911q0 -297 -150 -444.5t-452 -147.5t-451 147t-149 445v911zM621 1608l190 272h225l-292 -272h-123z" />
-    <glyph glyph-name="Ucircumflex" unicode="&#xdb;" horiz-adv-x="1524" 
-d="M162 1464h235v-889q0 -198 91.5 -297.5t273.5 -99.5q181 0 272.5 99.5t91.5 297.5v889h238v-911q0 -297 -150 -444.5t-452 -147.5t-451 147t-149 445v911zM465 1608l193 272h208l193 -272h-123l-174 157l-174 -157h-123z" />
-    <glyph glyph-name="Udieresis" unicode="&#xdc;" horiz-adv-x="1524" 
-d="M162 1464h235v-889q0 -198 91.5 -297.5t273.5 -99.5q181 0 272.5 99.5t91.5 297.5v889h238v-911q0 -297 -150 -444.5t-452 -147.5t-451 147t-149 445v911zM823 1771q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87z
-M459 1771q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87z" />
-    <glyph glyph-name="Yacute" unicode="&#xdd;" horiz-adv-x="1214" 
-d="M483 0v670l-493 794h250l307 -497q11 -19 27.5 -50t33.5 -67q14 35 29.5 66t32.5 57l315 491h238l-504 -794v-670h-236zM467 1608l190 272h225l-292 -272h-123z" />
-    <glyph glyph-name="Thorn" unicode="&#xde;" horiz-adv-x="1090" 
-d="M391 551h76q198 0 264 43t66 151q0 118 -70.5 165.5t-259.5 47.5h-76v-407zM391 356v-356h-223v1464h223v-301h115q177 0 254.5 -17.5t134.5 -58.5q69 -50 108 -136.5t39 -190.5t-39 -192t-108 -138q-56 -40 -131.5 -57t-235.5 -17h-47h-90z" />
-    <glyph glyph-name="germandbls" unicode="&#xdf;" horiz-adv-x="1233" 
-d="M512 193q31 -16 64.5 -23.5t70.5 -7.5q132 0 203.5 74t71.5 213q0 145 -84.5 216.5t-255.5 71.5h-35v201q6 0 17 -1t16 -1q106 0 164.5 55t58.5 156q0 112 -53 171.5t-152 59.5q-121 0 -169 -70.5t-48 -285.5v-1022h-217v743h-117v205h117v234q0 172 122.5 280.5
-t319.5 108.5q193 0 308.5 -106t115.5 -281q0 -128 -68.5 -210.5t-207.5 -123.5q188 -9 291.5 -118.5t103.5 -301.5q0 -225 -120.5 -347t-344.5 -122q-53 0 -94.5 9.5t-77.5 29.5v193z" />
-    <glyph glyph-name="agrave" unicode="&#xe0;" horiz-adv-x="1192" 
-d="M1042 0h-217v123q-58 -82 -135.5 -122t-177.5 -40q-201 0 -316.5 137.5t-115.5 376.5q0 227 118 366.5t308 139.5q116 0 198.5 -48.5t120.5 -139.5v155h217v-948zM831 477q0 147 -68.5 229t-191.5 82t-193.5 -84.5t-70.5 -234.5q0 -151 68 -233t192 -82q117 0 190.5 89
-t73.5 234zM747 1092h-123l-292 272h225z" />
-    <glyph glyph-name="aacute" unicode="&#xe1;" horiz-adv-x="1192" 
-d="M1042 0h-217v123q-58 -82 -135.5 -122t-177.5 -40q-201 0 -316.5 137.5t-115.5 376.5q0 227 118 366.5t308 139.5q116 0 198.5 -48.5t120.5 -139.5v155h217v-948zM831 477q0 147 -68.5 229t-191.5 82t-193.5 -84.5t-70.5 -234.5q0 -151 68 -233t192 -82q117 0 190.5 89
-t73.5 234zM465 1092l190 272h225l-292 -272h-123z" />
-    <glyph glyph-name="acircumflex" unicode="&#xe2;" horiz-adv-x="1192" 
-d="M1042 0h-217v123q-58 -82 -135.5 -122t-177.5 -40q-201 0 -316.5 137.5t-115.5 376.5q0 227 118 366.5t308 139.5q116 0 198.5 -48.5t120.5 -139.5v155h217v-948zM831 477q0 147 -68.5 229t-191.5 82t-193.5 -84.5t-70.5 -234.5q0 -151 68 -233t192 -82q117 0 190.5 89
-t73.5 234zM309 1092l193 272h208l193 -272h-123l-174 157l-174 -157h-123z" />
-    <glyph glyph-name="atilde" unicode="&#xe3;" horiz-adv-x="1192" 
-d="M1042 0h-217v123q-58 -82 -135.5 -122t-177.5 -40q-201 0 -316.5 137.5t-115.5 376.5q0 227 118 366.5t308 139.5q116 0 198.5 -48.5t120.5 -139.5v155h217v-948zM831 477q0 147 -68.5 229t-191.5 82t-193.5 -84.5t-70.5 -234.5q0 -151 68 -233t192 -82q117 0 190.5 89
-t73.5 234zM899 1341q-18 -99 -69.5 -153.5t-125.5 -54.5q-13 0 -26 1.5t-27 4.5l-124 32q-16 3 -24 4t-14 1q-35 0 -55 -16t-31 -52h-90q23 106 69.5 157.5t119.5 51.5q15 0 30.5 -2t30.5 -6l117 -31q8 -2 18 -3t29 -1q31 0 52 17.5t30 49.5h90z" />
-    <glyph glyph-name="adieresis" unicode="&#xe4;" horiz-adv-x="1192" 
-d="M1042 0h-217v123q-58 -82 -135.5 -122t-177.5 -40q-201 0 -316.5 137.5t-115.5 376.5q0 227 118 366.5t308 139.5q116 0 198.5 -48.5t120.5 -139.5v155h217v-948zM831 477q0 147 -68.5 229t-191.5 82t-193.5 -84.5t-70.5 -234.5q0 -151 68 -233t192 -82q117 0 190.5 89
-t73.5 234zM667 1255q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87zM303 1255q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87z" />
-    <glyph glyph-name="aring" unicode="&#xe5;" horiz-adv-x="1192" 
-d="M455 1284q0 -48 32.5 -80.5t79.5 -32.5q48 0 81.5 33.5t33.5 79.5q0 48 -33.5 81.5t-81.5 33.5q-47 0 -79.5 -33.5t-32.5 -81.5zM330 1284q0 99 69 168.5t168 69.5q98 0 167 -69.5t69 -168.5q0 -98 -68.5 -166.5t-167.5 -68.5q-100 0 -168.5 68t-68.5 167zM831 477
-q0 147 -68.5 229t-191.5 82t-193.5 -84.5t-70.5 -234.5q0 -151 68 -233t192 -82q117 0 190.5 89t73.5 234zM1042 0h-217v123q-58 -82 -135.5 -122t-177.5 -40q-201 0 -316.5 137.5t-115.5 376.5q0 227 118 366.5t308 139.5q116 0 198.5 -48.5t120.5 -139.5v155h217v-948z
-" />
-    <glyph glyph-name="ae" unicode="&#xe6;" horiz-adv-x="1765" 
-d="M1456 588q-12 102 -76.5 155.5t-177.5 53.5q-107 0 -172.5 -52t-91.5 -157h518zM1681 442h-757q7 -134 78.5 -210t189.5 -76q103 0 173.5 45t123.5 145l182 -102q-80 -144 -197 -213.5t-278 -69.5q-120 0 -206 38t-148 118q-67 -75 -169 -115.5t-224 -40.5
-q-173 0 -276 91t-103 241q0 142 102 228.5t268 86.5q87 0 156.5 -17t128.5 -52q1 6 1.5 13.5t0.5 22.5q0 109 -70.5 165.5t-205.5 56.5q-72 0 -148 -25t-149 -72v203q70 40 145.5 60t159.5 20q143 0 232 -39.5t151 -128.5q61 83 151 125.5t203 42.5q230 0 357.5 -132.5
-t127.5 -371.5v-37zM735 299q0 65 -59 104t-160 39q-103 0 -162 -39t-59 -106q0 -66 53.5 -103.5t147.5 -37.5q112 0 175.5 38t63.5 105z" />
-    <glyph glyph-name="ccedilla" unicode="&#xe7;" horiz-adv-x="930" 
-d="M858 678q-50 55 -116.5 84t-143.5 29q-133 0 -213 -86t-80 -228q0 -148 80.5 -232.5t222.5 -84.5q79 0 141 29.5t109 89.5v-250q-60 -34 -128.5 -51t-145.5 -17q-223 0 -363.5 142t-140.5 368q0 229 145.5 369.5t380.5 140.5q74 0 136 -14.5t116 -44.5v-244zM317 -393
-v106q81 -19 140 -28t102 -9q52 0 77 17t25 51q0 39 -31.5 56.5t-101.5 17.5q-7 0 -20 -1t-21 -1v184h86v-86h17q112 0 167.5 -43.5t55.5 -130.5q0 -83 -61.5 -127.5t-176.5 -44.5q-49 0 -114 9.5t-144 29.5z" />
-    <glyph glyph-name="egrave" unicode="&#xe8;" horiz-adv-x="1139" 
-d="M1063 442h-758q8 -133 79 -207.5t189 -74.5q105 0 175 44t122 142l183 -102q-80 -143 -198 -213t-277 -70q-228 0 -363 139t-135 371q0 223 139.5 366.5t358.5 143.5q229 0 357 -131t128 -367v-41zM838 588q-13 102 -78 155.5t-178 53.5q-107 0 -172 -52t-91 -157h519z
-M719 1092h-123l-292 272h225z" />
-    <glyph glyph-name="eacute" unicode="&#xe9;" horiz-adv-x="1139" 
-d="M1063 442h-758q8 -133 79 -207.5t189 -74.5q105 0 175 44t122 142l183 -102q-80 -143 -198 -213t-277 -70q-228 0 -363 139t-135 371q0 223 139.5 366.5t358.5 143.5q229 0 357 -131t128 -367v-41zM838 588q-13 102 -78 155.5t-178 53.5q-107 0 -172 -52t-91 -157h519z
-M437 1092l190 272h225l-292 -272h-123z" />
-    <glyph glyph-name="ecircumflex" unicode="&#xea;" horiz-adv-x="1139" 
-d="M1063 442h-758q8 -133 79 -207.5t189 -74.5q105 0 175 44t122 142l183 -102q-80 -143 -198 -213t-277 -70q-228 0 -363 139t-135 371q0 223 139.5 366.5t358.5 143.5q229 0 357 -131t128 -367v-41zM838 588q-13 102 -78 155.5t-178 53.5q-107 0 -172 -52t-91 -157h519z
-M281 1092l193 272h208l193 -272h-123l-174 157l-174 -157h-123z" />
-    <glyph glyph-name="edieresis" unicode="&#xeb;" horiz-adv-x="1139" 
-d="M1063 442h-758q8 -133 79 -207.5t189 -74.5q105 0 175 44t122 142l183 -102q-80 -143 -198 -213t-277 -70q-228 0 -363 139t-135 371q0 223 139.5 366.5t358.5 143.5q229 0 357 -131t128 -367v-41zM838 588q-13 102 -78 155.5t-178 53.5q-107 0 -172 -52t-91 -157h519z
-M639 1255q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87zM275 1255q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87z" />
-    <glyph glyph-name="igrave" unicode="&#xec;" horiz-adv-x="537" 
-d="M160 0v948h217v-948h-217zM409 1092h-123l-292 272h225z" />
-    <glyph glyph-name="iacute" unicode="&#xed;" horiz-adv-x="537" 
-d="M160 0v948h217v-948h-217zM127 1092l190 272h225l-292 -272h-123z" />
-    <glyph glyph-name="icircumflex" unicode="&#xee;" horiz-adv-x="537" 
-d="M160 0v948h217v-948h-217zM-29 1092l193 272h208l193 -272h-123l-174 157l-174 -157h-123z" />
-    <glyph glyph-name="idieresis" unicode="&#xef;" horiz-adv-x="537" 
-d="M160 0v948h217v-948h-217zM329 1255q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87zM-35 1255q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87z" />
-    <glyph glyph-name="eth" unicode="&#xf0;" horiz-adv-x="1204" 
-d="M895 442q0 120 -85 203.5t-208 83.5q-124 0 -208.5 -83t-84.5 -204q0 -119 85.5 -202.5t207.5 -83.5q121 0 207 84t86 202zM864 813q-49 108 -111.5 191.5t-136.5 140.5l-290 -135l-60 116l240 111q-42 32 -93 64.5t-143 82.5l109 160q121 -72 197 -122.5t131 -94.5
-l317 143l59 -114l-268 -123q152 -147 230.5 -326t78.5 -377q0 -262 -141.5 -415.5t-382.5 -153.5q-103 0 -198 37t-171 106q-73 68 -112 156.5t-39 188.5q0 96 39.5 183.5t113.5 155.5q72 68 160 101t195 33q76 0 145 -27.5t131 -81.5z" />
-    <glyph glyph-name="ntilde" unicode="&#xf1;" horiz-adv-x="1204" 
-d="M150 0v948h204v-155q65 98 153 143t214 45q106 0 180.5 -33.5t116.5 -99.5q25 -39 36 -91t11 -182v-575h-219v487q0 187 -45.5 248.5t-161.5 61.5q-76 0 -135.5 -28t-93.5 -79q-24 -34 -33.5 -87.5t-9.5 -170.5v-432h-217zM911 1341q-18 -99 -69.5 -153.5t-125.5 -54.5
-q-13 0 -26 1.5t-27 4.5l-124 32q-16 3 -24 4t-14 1q-35 0 -55 -16t-31 -52h-90q23 106 69.5 157.5t119.5 51.5q15 0 30.5 -2t30.5 -6l117 -31q8 -2 18 -3t29 -1q31 0 52 17.5t30 49.5h90z" />
-    <glyph glyph-name="ograve" unicode="&#xf2;" horiz-adv-x="1204" 
-d="M895 471q0 132 -85 223.5t-208 91.5q-122 0 -207.5 -91.5t-85.5 -223.5t85.5 -223.5t207.5 -91.5t207.5 91.5t85.5 223.5zM80 473q0 104 39.5 196.5t113.5 164.5q73 71 168 109t199 38q107 0 201.5 -38t169.5 -112q75 -73 114 -165t39 -193q0 -105 -38.5 -197
-t-112.5 -163q-78 -75 -173 -113.5t-200 -38.5q-103 0 -198 38.5t-169 111.5q-75 74 -114 166t-39 196zM743 1092h-123l-292 272h225z" />
-    <glyph glyph-name="oacute" unicode="&#xf3;" horiz-adv-x="1204" 
-d="M895 471q0 132 -85 223.5t-208 91.5q-122 0 -207.5 -91.5t-85.5 -223.5t85.5 -223.5t207.5 -91.5t207.5 91.5t85.5 223.5zM80 473q0 104 39.5 196.5t113.5 164.5q73 71 168 109t199 38q107 0 201.5 -38t169.5 -112q75 -73 114 -165t39 -193q0 -105 -38.5 -197
-t-112.5 -163q-78 -75 -173 -113.5t-200 -38.5q-103 0 -198 38.5t-169 111.5q-75 74 -114 166t-39 196zM461 1092l190 272h225l-292 -272h-123z" />
-    <glyph glyph-name="ocircumflex" unicode="&#xf4;" horiz-adv-x="1204" 
-d="M895 471q0 132 -85 223.5t-208 91.5q-122 0 -207.5 -91.5t-85.5 -223.5t85.5 -223.5t207.5 -91.5t207.5 91.5t85.5 223.5zM80 473q0 104 39.5 196.5t113.5 164.5q73 71 168 109t199 38q107 0 201.5 -38t169.5 -112q75 -73 114 -165t39 -193q0 -105 -38.5 -197
-t-112.5 -163q-78 -75 -173 -113.5t-200 -38.5q-103 0 -198 38.5t-169 111.5q-75 74 -114 166t-39 196zM305 1092l193 272h208l193 -272h-123l-174 157l-174 -157h-123z" />
-    <glyph glyph-name="otilde" unicode="&#xf5;" horiz-adv-x="1204" 
-d="M895 471q0 132 -85 223.5t-208 91.5q-122 0 -207.5 -91.5t-85.5 -223.5t85.5 -223.5t207.5 -91.5t207.5 91.5t85.5 223.5zM80 473q0 104 39.5 196.5t113.5 164.5q73 71 168 109t199 38q107 0 201.5 -38t169.5 -112q75 -73 114 -165t39 -193q0 -105 -38.5 -197
-t-112.5 -163q-78 -75 -173 -113.5t-200 -38.5q-103 0 -198 38.5t-169 111.5q-75 74 -114 166t-39 196zM895 1341q-18 -99 -69.5 -153.5t-125.5 -54.5q-13 0 -26 1.5t-27 4.5l-124 32q-16 3 -24 4t-14 1q-35 0 -55 -16t-31 -52h-90q23 106 69.5 157.5t119.5 51.5
-q15 0 30.5 -2t30.5 -6l117 -31q8 -2 18 -3t29 -1q31 0 52 17.5t30 49.5h90z" />
-    <glyph glyph-name="odieresis" unicode="&#xf6;" horiz-adv-x="1204" 
-d="M895 471q0 132 -85 223.5t-208 91.5q-122 0 -207.5 -91.5t-85.5 -223.5t85.5 -223.5t207.5 -91.5t207.5 91.5t85.5 223.5zM80 473q0 104 39.5 196.5t113.5 164.5q73 71 168 109t199 38q107 0 201.5 -38t169.5 -112q75 -73 114 -165t39 -193q0 -105 -38.5 -197
-t-112.5 -163q-78 -75 -173 -113.5t-200 -38.5q-103 0 -198 38.5t-169 111.5q-75 74 -114 166t-39 196zM663 1255q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87zM299 1255q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5
-q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87z" />
-    <glyph glyph-name="divide" unicode="&#xf7;" horiz-adv-x="1706" 
-d="M854 367q57 0 97 -40.5t40 -97.5q0 -56 -39.5 -95.5t-97.5 -39.5t-97.5 39t-39.5 96t40.5 97.5t96.5 40.5zM254 694h1198v-166h-1198v166zM854 1128q57 0 97 -41t40 -98q0 -56 -39.5 -95.5t-97.5 -39.5t-97.5 39t-39.5 96t40.5 98t96.5 41z" />
-    <glyph glyph-name="oslash" unicode="&#xf8;" horiz-adv-x="1204" 
-d="M424 217q38 -29 80 -43t90 -14q130 0 215.5 86.5t85.5 218.5q0 43 -11 85t-34 85zM778 723q-37 32 -77.5 47.5t-88.5 15.5q-131 0 -219 -89t-88 -222q0 -42 11 -84t34 -86zM150 -53l-80 82l125 127q-58 74 -85.5 151t-27.5 162q0 223 149.5 368.5t376.5 145.5
-q94 0 174 -28.5t144 -84.5l125 127l84 -79l-127 -130q58 -75 86 -152t28 -163q0 -219 -151 -365.5t-377 -146.5q-92 0 -171.5 28t-141.5 83z" />
-    <glyph glyph-name="ugrave" unicode="&#xf9;" horiz-adv-x="1204" 
-d="M360 948v-534q0 -138 57 -198t185 -60t185 60t57 198v534h217v-469q0 -272 -109 -395t-348 -123q-243 0 -352 122t-109 396v469h217zM743 1092h-123l-292 272h225z" />
-    <glyph glyph-name="uacute" unicode="&#xfa;" horiz-adv-x="1204" 
-d="M360 948v-534q0 -138 57 -198t185 -60t185 60t57 198v534h217v-469q0 -272 -109 -395t-348 -123q-243 0 -352 122t-109 396v469h217zM461 1092l190 272h225l-292 -272h-123z" />
-    <glyph glyph-name="ucircumflex" unicode="&#xfb;" horiz-adv-x="1204" 
-d="M360 948v-534q0 -138 57 -198t185 -60t185 60t57 198v534h217v-469q0 -272 -109 -395t-348 -123q-243 0 -352 122t-109 396v469h217zM305 1092l193 272h208l193 -272h-123l-174 157l-174 -157h-123z" />
-    <glyph glyph-name="udieresis" unicode="&#xfc;" horiz-adv-x="1204" 
-d="M360 948v-534q0 -138 57 -198t185 -60t185 60t57 198v534h217v-469q0 -272 -109 -395t-348 -123q-243 0 -352 122t-109 396v469h217zM663 1255q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87zM299 1255q0 48 36 83.5
-t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87z" />
-    <glyph glyph-name="yacute" unicode="&#xfd;" horiz-adv-x="965" 
-d="M313 -446h-223l260 528l-348 866h240l174 -491q15 -45 26.5 -91.5t18.5 -94.5q13 50 62 159l5 12l234 506h235zM342 1092l190 272h225l-292 -272h-123z" />
-    <glyph glyph-name="thorn" unicode="&#xfe;" horiz-adv-x="1192" 
-d="M360 477q0 -147 73.5 -235t193.5 -88q123 0 190.5 82t67.5 233q0 150 -70.5 234.5t-193.5 84.5t-192 -82t-69 -229zM367 123v-569h-217v1996h217v-757q38 90 121.5 139t199.5 49q189 0 306.5 -139.5t117.5 -366.5q0 -239 -115.5 -376.5t-316.5 -137.5q-100 0 -177.5 40
-t-135.5 122z" />
-    <glyph glyph-name="ydieresis" unicode="&#xff;" horiz-adv-x="965" 
-d="M313 -446h-223l260 528l-348 866h240l174 -491q15 -45 26.5 -91.5t18.5 -94.5q13 50 62 159l5 12l234 506h235zM544 1255q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87zM180 1255q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5
-q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87z" />
-    <glyph glyph-name="Cacute" unicode="&#x106;" horiz-adv-x="1470" 
-d="M1343 1108q-101 86 -213.5 129t-236.5 43q-240 0 -390.5 -154t-150.5 -399q0 -237 146.5 -391t369.5 -154q130 0 247.5 46t225.5 139v-269q-96 -69 -209 -103t-245 -34q-168 0 -310.5 55t-250.5 162q-107 105 -164.5 247.5t-57.5 303.5t57.5 302.5t166.5 248.5
-q109 108 250 163.5t305 55.5q129 0 246 -37.5t227 -113.5zM725 1608l190 272h225l-292 -272h-123z" />
-    <glyph glyph-name="cacute" unicode="&#x107;" horiz-adv-x="930" 
-d="M858 678q-50 55 -116.5 84t-143.5 29q-133 0 -213 -86t-80 -228q0 -148 80.5 -232.5t222.5 -84.5q79 0 141 29.5t109 89.5v-250q-60 -34 -128.5 -51t-145.5 -17q-223 0 -363.5 142t-140.5 368q0 229 145.5 369.5t380.5 140.5q74 0 136 -14.5t116 -44.5v-244zM434 1092
-l190 272h225l-292 -272h-123z" />
-    <glyph glyph-name="Ccaron" unicode="&#x10c;" horiz-adv-x="1470" 
-d="M1343 1108q-101 86 -213.5 129t-236.5 43q-240 0 -390.5 -154t-150.5 -399q0 -237 146.5 -391t369.5 -154q130 0 247.5 46t225.5 139v-269q-96 -69 -209 -103t-245 -34q-168 0 -310.5 55t-250.5 162q-107 105 -164.5 247.5t-57.5 303.5t57.5 302.5t166.5 248.5
-q109 108 250 163.5t305 55.5q129 0 246 -37.5t227 -113.5zM569 1880h123l174 -158l174 158h123l-193 -272h-208z" />
-    <glyph glyph-name="ccaron" unicode="&#x10d;" horiz-adv-x="930" 
-d="M858 678q-50 55 -116.5 84t-143.5 29q-133 0 -213 -86t-80 -228q0 -148 80.5 -232.5t222.5 -84.5q79 0 141 29.5t109 89.5v-250q-60 -34 -128.5 -51t-145.5 -17q-223 0 -363.5 142t-140.5 368q0 229 145.5 369.5t380.5 140.5q74 0 136 -14.5t116 -44.5v-244zM278 1364
-h123l174 -158l174 158h123l-193 -272h-208z" />
-    <glyph glyph-name="dcroat" unicode="&#x111;" horiz-adv-x="1210" 
-d="M831 477q0 148 -68.5 229.5t-191.5 81.5t-193.5 -85t-70.5 -234q0 -150 68.5 -232.5t191.5 -82.5q118 0 191 88t73 235zM825 1169h-336v162h336v219h217v-219h168v-162h-168v-1169h-217v123q-57 -82 -134.5 -122t-178.5 -40q-200 0 -316 137t-116 377q0 226 118 366
-t308 140q115 0 197.5 -49t121.5 -139v376z" />
-    <glyph glyph-name="Gbreve" unicode="&#x11e;" horiz-adv-x="1645" 
-d="M979 750h580q0 -15 1 -42q3 -71 3 -96q0 -309 -177 -480t-499 -171q-180 0 -321 53t-247 160q-104 106 -159.5 249t-55.5 306q0 166 56.5 306t167.5 247q107 105 251 160t308 55q173 0 309.5 -63t243.5 -193l-174 -131q-74 86 -167 128t-208 42q-238 0 -388.5 -152.5
-t-150.5 -396.5q0 -248 150.5 -402.5t390.5 -154.5q204 0 321 95t117 259v21h-352v201zM524 1876l121 -1q9 -64 52 -94t126 -30q82 0 124.5 30t51.5 94l119 1q-16 -138 -86.5 -201t-208.5 -63q-139 0 -211.5 64t-87.5 200z" />
-    <glyph glyph-name="gbreve" unicode="&#x11f;" horiz-adv-x="1192" 
-d="M831 477q0 147 -68.5 229t-191.5 82t-193.5 -84.5t-70.5 -234.5q0 -151 68 -233t192 -82q117 0 190.5 89t73.5 234zM1042 59q0 -278 -111 -391.5t-374 -113.5q-196 0 -313 82.5t-119 219.5l233 1q5 -61 57 -93t146 -32q139 0 200 61t62 204l2 126q-58 -82 -135.5 -122
-t-177.5 -40q-201 0 -316.5 137.5t-115.5 376.5q0 227 118 366.5t308 139.5q116 0 198.5 -48.5t120.5 -139.5v155h217v-889zM297 1360l121 -1q9 -64 52 -94t126 -30q82 0 124.5 30t51.5 94l119 1q-16 -138 -86.5 -201t-208.5 -63q-139 0 -211.5 64t-87.5 200z" />
-    <glyph glyph-name="Idotaccent" unicode="&#x130;" horiz-adv-x="584" 
-d="M172 0v1464h238v-1464h-238zM166 1771q0 51 38 89t89 38q52 0 89.5 -37t37.5 -90q0 -55 -36 -91t-91 -36q-54 0 -90.5 37t-36.5 90z" />
-    <glyph glyph-name="dotlessi" unicode="&#x131;" horiz-adv-x="537" 
-d="M160 0v948h217v-948h-217z" />
-    <glyph glyph-name="Lslash" unicode="&#x141;" horiz-adv-x="977" 
-d="M182 0v547l-145 -101l-103 144l248 178v696h238v-561l233 164l103 -147l-336 -236v-471h532v-213h-770z" />
-    <glyph glyph-name="lslash" unicode="&#x142;" horiz-adv-x="563" 
-d="M172 0v557l-111 -78l-96 142l207 147v782h219v-649l111 78l98 -141l-209 -148v-690h-219z" />
-    <glyph glyph-name="OE" unicode="&#x152;" horiz-adv-x="2304" 
-d="M1401 731q0 112 -39.5 211.5t-114.5 177.5q-74 77 -170 118.5t-200 41.5q-106 0 -201.5 -41t-169.5 -119q-75 -78 -114.5 -177.5t-39.5 -211.5q0 -111 39.5 -210t114.5 -177q74 -78 169.5 -119t201.5 -41q105 0 200.5 41t169.5 119q75 78 114.5 177t39.5 210zM1407 1464
-h788v-202h-569v-361h569v-209h-569v-479h569v-213h-788l-2 225q-94 -126 -230 -193t-298 -67q-156 0 -295 57.5t-248 165.5q-110 110 -167.5 249t-57.5 294t57.5 294t167.5 249q109 109 248.5 167t294.5 58q159 0 291 -63t237 -189z" />
-    <glyph glyph-name="oe" unicode="&#x153;" horiz-adv-x="1944" 
-d="M1636 588q-12 102 -76.5 155.5t-177.5 53.5q-106 0 -172 -52t-92 -157h518zM993 147q-86 -95 -180.5 -140.5t-206.5 -45.5q-71 0 -138 17.5t-126 52.5q-126 72 -194 187t-68 255q0 101 38.5 192.5t110.5 163.5q76 74 174 113t209 39q124 0 223.5 -51.5t165.5 -149.5
-q64 102 156.5 151.5t218.5 49.5q230 0 358 -131t128 -367v-41h-758q8 -134 79 -210t189 -76q103 0 173.5 45t123.5 145l182 -102q-79 -143 -197 -213t-278 -70q-128 0 -220 45t-163 141zM895 471q0 132 -86 223.5t-209 91.5q-122 0 -207.5 -91.5t-85.5 -223.5t85.5 -223.5
-t207.5 -91.5t208.5 91.5t86.5 223.5z" />
-    <glyph glyph-name="Scedilla" unicode="&#x15e;" horiz-adv-x="1124" 
-d="M84 293l190 88q27 -98 99 -149.5t184 -51.5q106 0 168.5 59t62.5 158q0 129 -214 230q-30 15 -46 22q-242 118 -322.5 213.5t-80.5 233.5q0 179 121.5 290t318.5 111q162 0 271 -62.5t151 -179.5l-186 -96q-44 69 -96.5 101t-120.5 32q-96 0 -152.5 -50t-56.5 -134
-q0 -132 248 -246q19 -9 30 -14q217 -100 298 -195.5t81 -238.5q0 -208 -131 -330.5t-354 -122.5q-187 0 -306.5 86t-156.5 246zM337 -393v106q81 -19 140 -28t102 -9q52 0 77 17t25 51q0 39 -31.5 56.5t-101.5 17.5q-7 0 -20 -1t-21 -1v184h86v-86h17q112 0 167.5 -43.5
-t55.5 -130.5q0 -83 -61.5 -127.5t-176.5 -44.5q-49 0 -114 9.5t-144 29.5z" />
-    <glyph glyph-name="scedilla" unicode="&#x15f;" horiz-adv-x="872" 
-d="M41 172l180 98q20 -71 74 -108t139 -37q73 0 114.5 33.5t41.5 91.5q0 77 -148 132q-50 18 -77 30q-152 63 -212.5 128t-60.5 158q0 127 99.5 206t263.5 79q110 0 188.5 -40.5t114.5 -115.5l-154 -106q-17 45 -59.5 71.5t-98.5 26.5q-62 0 -99.5 -29.5t-37.5 -78.5
-q0 -74 168 -135q53 -19 82 -31q131 -52 187.5 -117.5t56.5 -163.5q0 -142 -103 -222.5t-284 -80.5q-139 0 -231 52t-144 159zM198 -393v106q81 -19 140 -28t102 -9q52 0 77 17t25 51q0 39 -31.5 56.5t-101.5 17.5q-7 0 -20 -1t-21 -1v184h86v-86h17q112 0 167.5 -43.5
-t55.5 -130.5q0 -83 -61.5 -127.5t-176.5 -44.5q-49 0 -114 9.5t-144 29.5z" />
-    <glyph glyph-name="Scaron" unicode="&#x160;" horiz-adv-x="1124" 
-d="M84 293l190 88q27 -98 99 -149.5t184 -51.5q106 0 168.5 59t62.5 158q0 129 -214 230q-30 15 -46 22q-242 118 -322.5 213.5t-80.5 233.5q0 179 121.5 290t318.5 111q162 0 271 -62.5t151 -179.5l-186 -96q-44 69 -96.5 101t-120.5 32q-96 0 -152.5 -50t-56.5 -134
-q0 -132 248 -246q19 -9 30 -14q217 -100 298 -195.5t81 -238.5q0 -208 -131 -330.5t-354 -122.5q-187 0 -306.5 86t-156.5 246zM266 1880h123l174 -158l174 158h123l-193 -272h-208z" />
-    <glyph glyph-name="scaron" unicode="&#x161;" horiz-adv-x="872" 
-d="M41 172l180 98q20 -71 74 -108t139 -37q73 0 114.5 33.5t41.5 91.5q0 77 -148 132q-50 18 -77 30q-152 63 -212.5 128t-60.5 158q0 127 99.5 206t263.5 79q110 0 188.5 -40.5t114.5 -115.5l-154 -106q-17 45 -59.5 71.5t-98.5 26.5q-62 0 -99.5 -29.5t-37.5 -78.5
-q0 -74 168 -135q53 -19 82 -31q131 -52 187.5 -117.5t56.5 -163.5q0 -142 -103 -222.5t-284 -80.5q-139 0 -231 52t-144 159zM139 1364h123l174 -158l174 158h123l-193 -272h-208z" />
-    <glyph glyph-name="Ydieresis" unicode="&#x178;" horiz-adv-x="1214" 
-d="M483 0v670l-493 794h250l307 -497q11 -19 27.5 -50t33.5 -67q14 35 29.5 66t32.5 57l315 491h238l-504 -794v-670h-236zM669 1771q0 48 36 83.5t85 35.5t84 -34.5t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87zM305 1771q0 48 36 83.5t85 35.5t84 -34.5
-t35 -84.5q0 -53 -33.5 -87.5t-85.5 -34.5q-51 0 -86 35t-35 87z" />
-    <glyph glyph-name="Zcaron" unicode="&#x17d;" horiz-adv-x="1180" 
-d="M18 0l746 1262h-621v202h987l-739 -1251h748v-213h-1121zM293 1880h123l174 -158l174 158h123l-193 -272h-208z" />
-    <glyph glyph-name="zcaron" unicode="&#x17e;" horiz-adv-x="920" 
-d="M879 0h-881l528 758h-475v190h828l-517 -758h517v-190zM164 1364h123l174 -158l174 158h123l-193 -272h-208z" />
-    <glyph glyph-name="florin" unicode="&#x192;" horiz-adv-x="1237" 
-d="M725 782l-96 -757q-35 -279 -107 -376.5t-227 -97.5q-36 0 -75 6.5t-83 18.5l41 202q27 -10 48.5 -16t35.5 -6q68 0 99 51t59 279l84 696h-209l14 166h211l21 154q26 196 101 287.5t210 91.5q43 0 87.5 -8.5t94.5 -26.5l-18 -189q-34 14 -63 20.5t-52 6.5
-q-64 0 -94.5 -43.5t-50.5 -183.5l-15 -109h232l-17 -166h-231z" />
-    <glyph glyph-name="circumflex" unicode="&#x2c6;" 
-d="M215 1092l193 272h208l193 -272h-123l-174 157l-174 -157h-123z" />
-    <glyph glyph-name="caron" unicode="&#x2c7;" 
-d="M215 1364h123l174 -158l174 158h123l-193 -272h-208z" />
-    <glyph glyph-name="breve" unicode="&#x2d8;" 
-d="M213 1360l121 -1q9 -64 52 -94t126 -30q82 0 124.5 30t51.5 94l119 1q-16 -138 -86.5 -201t-208.5 -63q-139 0 -211.5 64t-87.5 200z" />
-    <glyph glyph-name="dotaccent" unicode="&#x2d9;" 
-d="M385 1255q0 51 38 89t89 38q52 0 89.5 -37t37.5 -90q0 -55 -36 -91t-91 -36q-54 0 -90.5 37t-36.5 90z" />
-    <glyph glyph-name="ring" unicode="&#x2da;" 
-d="M399 1284q0 -48 32.5 -80.5t80.5 -32.5q47 0 81 33.5t34 79.5q0 48 -33.5 81.5t-81.5 33.5q-47 0 -80 -33.5t-33 -81.5zM274 1284q0 99 69.5 168.5t168.5 69.5q98 0 168 -70t70 -168t-69 -166.5t-169 -68.5t-169 68t-69 167z" />
-    <glyph glyph-name="ogonek" unicode="&#x2db;" 
-d="M625 0q-69 -59 -100 -110t-31 -103q0 -43 20 -61.5t68 -18.5h94v-156h-96q-119 0 -175.5 44t-56.5 137q0 64 46 129.5t143 138.5h88z" />
-    <glyph glyph-name="tilde" unicode="&#x2dc;" 
-d="M805 1341q-18 -99 -69.5 -153.5t-125.5 -54.5q-13 0 -26 1.5t-27 4.5l-124 32q-16 3 -24 4t-14 1q-35 0 -55 -16t-31 -52h-90q23 106 69.5 157.5t119.5 51.5q15 0 30.5 -2t30.5 -6l117 -31q8 -2 18 -3t29 -1q31 0 52 17.5t30 49.5h90z" />
-    <glyph glyph-name="hungarumlaut" unicode="&#x2dd;" 
-d="M567 1092l156 272h199l-258 -272h-97zM305 1092l129 272h189l-230 -272h-88z" />
-    <glyph glyph-name="Omega" unicode="&#x3a9;" horiz-adv-x="1569" 
-d="M1194 213h305v-213h-602v229q160 94 242 244.5t82 351.5q0 210 -121 341.5t-316 131.5q-197 0 -316.5 -132.5t-119.5 -352.5q0 -191 84 -342t240 -242v-229h-602v213h305q-144 130 -211.5 274t-67.5 322q0 314 190.5 508t497.5 194q303 0 496 -192.5t193 -493.5
-q0 -190 -65.5 -333t-213.5 -279z" />
-    <glyph glyph-name="pi" unicode="&#x3c0;" horiz-adv-x="1368" 
-d="M360 889h-45q-54 0 -83.5 -31.5t-39.5 -99.5h-174q28 187 100 255t242 68h953l-39 -192h-193l-84 -437q-2 -13 -8 -41q-22 -113 -22 -147q0 -58 23 -82t77 -24q18 0 42.5 2.5t59.5 7.5l-34 -168q-29 -8 -61 -12t-75 -4q-139 0 -202.5 48t-63.5 154q0 77 52 344l1 6
-l70 353h-268l-174 -889h-226z" />
-    <glyph glyph-name="endash" unicode="&#x2013;" 
-d="M0 545h1024v-146h-1024v146z" />
-    <glyph glyph-name="emdash" unicode="&#x2014;" horiz-adv-x="2048" 
-d="M0 399v146h2048v-146h-2048z" />
-    <glyph glyph-name="quoteleft" unicode="&#x2018;" horiz-adv-x="618" 
-d="M496 1452l-191 -545l-182 62l246 528z" />
-    <glyph glyph-name="quoteright" unicode="&#x2019;" horiz-adv-x="618" 
-d="M123 954l190 543l183 -59l-246 -531z" />
-    <glyph glyph-name="quotesinglbase" unicode="&#x201a;" horiz-adv-x="618" 
-d="M123 -299l190 545l183 -60l-246 -530z" />
-    <glyph glyph-name="quotedblleft" unicode="&#x201c;" horiz-adv-x="905" 
-d="M457 1452l-189 -545l-184 62l246 528zM821 1452l-190 -545l-182 62l245 528z" />
-    <glyph glyph-name="quotedblright" unicode="&#x201d;" horiz-adv-x="905" 
-d="M84 954l190 543l183 -59l-246 -531zM449 954l190 543l182 -59l-246 -531z" />
-    <glyph glyph-name="quotedblbase" unicode="&#x201e;" horiz-adv-x="905" 
-d="M84 -299l190 545l183 -60l-246 -530zM449 -299l190 545l182 -60l-246 -530z" />
-    <glyph glyph-name="dagger" unicode="&#x2020;" horiz-adv-x="1090" 
-d="M442 -446v1187h-358v183h358v540h205v-540h361v-183h-361v-1187h-205z" />
-    <glyph glyph-name="daggerdbl" unicode="&#x2021;" horiz-adv-x="1090" 
-d="M442 -446v491h-360v180h360v652h-360v180h360v407h205v-407h361v-180h-361v-652h361v-180h-361v-491h-205z" />
-    <glyph glyph-name="bullet" unicode="&#x2022;" horiz-adv-x="1208" 
-d="M307 762q0 123 87 209t210 86q122 0 208.5 -86.5t86.5 -208.5t-87.5 -209.5t-209.5 -87.5q-123 0 -209 87t-86 210z" />
-    <glyph glyph-name="ellipsis" unicode="&#x2026;" horiz-adv-x="2048" 
-d="M211 111q0 55 38 94t93 39t93 -39t38 -94q0 -54 -38 -91.5t-93 -37.5t-93 37.5t-38 91.5zM893 111q0 55 38 94t93 39t93 -39t38 -94q0 -54 -38 -91.5t-93 -37.5t-93 37.5t-38 91.5zM1577 111q0 55 38 94t93 39t93 -39t38 -94q0 -54 -38 -91.5t-93 -37.5t-93 37.5
-t-38 91.5z" />
-    <glyph glyph-name="perthousand" unicode="&#x2030;" horiz-adv-x="2394" 
-d="M2007 80q75 0 112.5 67t37.5 201q0 129 -38 197.5t-108 68.5q-74 0 -111.5 -67.5t-37.5 -200.5q0 -128 37.5 -197t107.5 -69zM1683 348q0 182 87 283.5t241 101.5q155 0 240.5 -100.5t85.5 -284.5q0 -182 -87 -284.5t-241 -102.5t-240 102t-86 285zM913 348
-q0 182 87 283.5t241 101.5q155 0 240.5 -100.5t85.5 -284.5q0 -182 -87 -284.5t-241 -102.5t-240 102t-86 285zM1237 80q75 0 112 67t37 201q0 129 -37.5 197.5t-107.5 68.5q-74 0 -111.5 -67.5t-37.5 -200.5q0 -128 37.5 -197t107.5 -69zM383 825q74 0 110.5 67t36.5 202
-q0 130 -37 199t-106 69q-74 0 -111.5 -68.5t-37.5 -201.5q0 -129 37.5 -198t107.5 -69zM57 1094q0 181 87 283t241 102q155 0 240.5 -100.5t85.5 -284.5q0 -183 -86 -284t-240 -101q-155 0 -241.5 101t-86.5 284zM455 -39h-138l854 1518h138z" />
-    <glyph glyph-name="guilsinglleft" unicode="&#x2039;" horiz-adv-x="627" 
-d="M334 877l139 -84l-207 -324l207 -324l-139 -84l-254 408z" />
-    <glyph glyph-name="guilsinglright" unicode="&#x203a;" horiz-adv-x="545" 
-d="M219 61l-139 84l207 324l-207 324l139 84l254 -408z" />
-    <glyph glyph-name="franc" unicode="&#x20a3;" horiz-adv-x="1829" 
-d="M168 0v1464h817v-202h-579v-365h579v-209h-579v-688h-238zM1442 797q35 94 92.5 139t142.5 45q46 0 90.5 -11t87.5 -32l-78 -184q-28 20 -60.5 29.5t-72.5 9.5q-108 0 -155 -86.5t-47 -290.5v-416h-217v950h217v-153z" />
-    <glyph glyph-name="trademark" unicode="&#x2122;" horiz-adv-x="1706" 
-d="M809 1460h170l141 -360l133 360h170v-542h-114v428l-160 -428h-59l-166 428v-428h-115v542zM225 1460h467v-94h-168v-448h-129v448h-170v94z" />
-    <glyph glyph-name="partialdiff" unicode="&#x2202;" horiz-adv-x="1075" 
-d="M758 639q17 103 26 186.5t9 147.5q0 120 -29 174.5t-92 54.5q-62 0 -147 -58.5t-122 -58.5t-64.5 26t-27.5 60q0 66 79 115t200 49q176 0 287.5 -159t111.5 -422q0 -338 -150 -558.5t-376 -220.5q-161 0 -266 112t-105 286q0 193 113 322.5t278 129.5q101 0 167.5 -45
-t107.5 -141zM705 504q0 116 -41 178.5t-117 62.5q-105 0 -174.5 -131.5t-69.5 -337.5q0 -116 40.5 -177.5t117.5 -61.5q105 0 174.5 132.5t69.5 334.5z" />
-    <glyph glyph-name="Delta" unicode="&#x2206;" horiz-adv-x="1395" 
-d="M698 1196l-379 -983h756zM569 1473h256l574 -1473h-1403z" />
-    <glyph glyph-name="product" unicode="&#x220f;" horiz-adv-x="1579" 
-d="M154 1473h1267v-1866h-286v1622h-695v-1622h-286v1866z" />
-    <glyph glyph-name="summation" unicode="&#x2211;" horiz-adv-x="1421" 
-d="M61 1473h1280v-226h-921l647 -684l-661 -729h974v-227h-1347v160l712 786l-684 719v201z" />
-    <glyph glyph-name="minus" unicode="&#x2212;" horiz-adv-x="1706" 
-d="M254 696h1198v-170h-1198v170z" />
-    <glyph glyph-name="fraction" unicode="&#x2215;" horiz-adv-x="342" 
-d="M-342 -39l887 1518h137l-887 -1518h-137z" />
-    <glyph glyph-name="periodcentered" unicode="&#x2219;" horiz-adv-x="618" 
-d="M178 721q0 55 38 93t93 38q56 0 93.5 -38t37.5 -93q0 -54 -38 -92.5t-93 -38.5q-54 0 -92.5 38.5t-38.5 92.5z" />
-    <glyph glyph-name="radical" unicode="&#x221a;" horiz-adv-x="1323" 
-d="M1128 1675h197v-110h-108l-594 -1606h-82l-316 872l-131 -49l-28 95l305 108l247 -688z" />
-    <glyph glyph-name="infinity" unicode="&#x221e;" horiz-adv-x="1706" 
-d="M928 559q45 -81 109.5 -122.5t146.5 -41.5q97 0 159 61.5t62 157.5q0 95 -57 158.5t-142 63.5q-78 0 -142 -63.5t-136 -213.5zM780 662q-46 81 -111 123t-145 42q-98 0 -159.5 -62t-61.5 -159q0 -94 56.5 -156.5t140.5 -62.5q80 0 144.5 62.5t135.5 212.5zM862 471
-q-71 -135 -148.5 -197.5t-172.5 -62.5q-137 0 -232.5 114.5t-95.5 284.5q0 179 85 289.5t220 110.5q93 0 168.5 -60t157.5 -200q71 139 149.5 200.5t184.5 61.5q127 0 222 -116t95 -284q0 -178 -84.5 -288.5t-220.5 -110.5q-92 0 -166.5 57.5t-161.5 200.5z" />
-    <glyph glyph-name="integral" unicode="&#x222b;" horiz-adv-x="1120" 
-d="M324 -258q106 0 122 692q2 81 3 123q13 538 113 766.5t312 228.5q87 0 143 -45.5t56 -111.5q0 -61 -34 -95t-95 -34q-45 0 -74.5 22.5t-40.5 65.5q-4 17 -6 45q-3 40 -26 41q-101 0 -119 -615q-5 -161 -8 -249q-10 -280 -30.5 -427t-59.5 -245q-55 -136 -139.5 -205.5
-t-194.5 -69.5q-87 0 -142 44t-55 112q0 63 35.5 97t99.5 34q39 0 66 -18t41 -54q6 -16 9 -59t24 -43z" />
-    <glyph glyph-name="approxequal" unicode="&#x2248;" horiz-adv-x="1706" 
-d="M1530 592v-186q-107 -73 -200 -106.5t-189 -33.5q-89 0 -279.5 66.5t-298.5 66.5q-84 0 -173.5 -36t-211.5 -121v184q112 75 206.5 110t180.5 35q118 0 309 -67.5t277 -67.5q83 0 172 36.5t207 119.5zM1530 979v-184q-109 -75 -201.5 -108.5t-187.5 -33.5
-q-88 0 -278.5 67.5t-299.5 67.5q-82 0 -170 -35t-215 -122v184q109 73 205 109.5t182 36.5q120 0 310 -68t268 -68q92 0 181 35t206 119z" />
-    <glyph glyph-name="notequal" unicode="&#x2260;" horiz-adv-x="1706" 
-d="M1204 1212l123 -100l-170 -215h295v-162h-403l-197 -250h600v-161h-707l-249 -314l-123 99l170 215h-289v161h393l199 250h-592v162h700z" />
-    <glyph glyph-name="lessequal" unicode="&#x2264;" horiz-adv-x="1706" 
-d="M260 178h1186v-166h-1186v166zM1446 1223v-176l-889 -287l889 -287v-176l-1186 389v145z" />
-    <glyph glyph-name="greaterequal" unicode="&#x2265;" horiz-adv-x="1706" 
-d="M260 178h1188v-166h-1188v166zM260 1223l1186 -392v-145l-1186 -389v176l891 287l-891 287v176z" />
-    <glyph glyph-name="lozenge" unicode="&#x25ca;" horiz-adv-x="1012" 
-d="M506 1409l-385 -817l385 -825l385 825zM506 1653l500 -1061l-500 -1069l-500 1069z" />
-    <glyph glyph-name="apple" unicode="&#xf000;" horiz-adv-x="1618" 
-d="M836 1216q-1 6 -1.5 14t-0.5 23q0 124 95 229.5t236 131.5q1 -10 1.5 -23t0.5 -39q0 -131 -103.5 -234.5t-203.5 -103.5h-8q-3 0 -7.5 1t-8.5 1zM1505 403q-114 -247 -205 -342.5t-204 -95.5q-50 0 -131.5 33t-122.5 33q-45 0 -131 -33t-127 -33q-64 0 -128.5 44
-t-129.5 132q-102 140 -157.5 295.5t-55.5 300.5q0 219 125 356.5t323 137.5q68 0 155 -34t124 -34q34 0 121.5 35t152.5 35q110 0 198 -40t161 -124q-102 -65 -151.5 -145.5t-49.5 -182.5q0 -113 60 -200t173 -138z" />
-    <glyph glyph-name="fi" unicode="&#xf001;" horiz-adv-x="1151" 
-d="M748 1358q0 55 40 95t97 40t96 -38.5t39 -96.5t-39 -97.5t-96 -39.5t-97 40.5t-40 96.5zM774 0v948h219v-948h-219zM180 0v758h-166v190h166v254q0 189 78.5 279t243.5 90q35 0 72 -5t75 -16v-196q-26 15 -52.5 22.5t-53.5 7.5q-78 0 -112 -48t-34 -162v-226h228v-190
-h-228v-758h-217z" />
-    <glyph glyph-name="fl" unicode="&#xf002;" horiz-adv-x="1151" 
-d="M774 0v1550h219v-1550h-219zM180 0v758h-166v190h166v254q0 189 78.5 279t243.5 90q35 0 72 -5t75 -16v-196q-26 15 -52.5 22.5t-53.5 7.5q-78 0 -112 -48t-34 -162v-226h228v-190h-228v-758h-217z" />
-    <hkern u1="&#x2d;" u2="&#x153;" k="-38" />
-    <hkern u1="&#x2d;" u2="&#x152;" k="-75" />
-    <hkern u1="&#x2d;" u2="&#x111;" k="-38" />
-    <hkern u1="&#x2d;" u2="&#xf8;" k="-38" />
-    <hkern u1="&#x2d;" u2="&#xd8;" k="-75" />
-    <hkern u1="&#x2d;" u2="&#xc6;" k="-57" />
-    <hkern u1="&#x2d;" u2="&#xc5;" k="36" />
-    <hkern u1="&#x2d;" u2="x" k="36" />
-    <hkern u1="&#x2d;" u2="s" k="-38" />
-    <hkern u1="&#x2d;" u2="q" k="-38" />
-    <hkern u1="&#x2d;" u2="o" k="-38" />
-    <hkern u1="&#x2d;" u2="e" k="-38" />
-    <hkern u1="&#x2d;" u2="d" k="-38" />
-    <hkern u1="&#x2d;" u2="c" k="-38" />
-    <hkern u1="&#x2d;" u2="Y" k="159" />
-    <hkern u1="&#x2d;" u2="X" k="73" />
-    <hkern u1="&#x2d;" u2="W" k="112" />
-    <hkern u1="&#x2d;" u2="V" k="120" />
-    <hkern u1="&#x2d;" u2="T" k="188" />
-    <hkern u1="&#x2d;" u2="S" k="-38" />
-    <hkern u1="&#x2d;" u2="Q" k="-75" />
-    <hkern u1="&#x2d;" u2="O" k="-75" />
-    <hkern u1="&#x2d;" u2="J" k="-114" />
-    <hkern u1="&#x2d;" u2="G" k="-75" />
-    <hkern u1="&#x2d;" u2="C" k="-38" />
-    <hkern u1="&#x2d;" u2="A" k="36" />
-    <hkern u1="A" u2="&#x201e;" k="-38" />
-    <hkern u1="A" u2="&#x201d;" k="243" />
-    <hkern u1="A" u2="&#x201c;" k="264" />
-    <hkern u1="A" u2="&#x201a;" k="-38" />
-    <hkern u1="A" u2="&#x2019;" k="243" />
-    <hkern u1="A" u2="&#x2018;" k="264" />
-    <hkern u1="A" u2="&#x152;" k="36" />
-    <hkern u1="A" u2="&#xd8;" k="36" />
-    <hkern u1="A" u2="&#xab;" k="73" />
-    <hkern u1="A" u2="w" k="36" />
-    <hkern u1="A" u2="v" k="36" />
-    <hkern u1="A" u2="Y" k="112" />
-    <hkern u1="A" u2="W" k="36" />
-    <hkern u1="A" u2="V" k="36" />
-    <hkern u1="A" u2="U" k="36" />
-    <hkern u1="A" u2="T" k="112" />
-    <hkern u1="A" u2="Q" k="36" />
-    <hkern u1="A" u2="O" k="36" />
-    <hkern u1="A" u2="G" k="36" />
-    <hkern u1="A" u2="C" k="36" />
-    <hkern u1="A" u2="&#x3b;" k="-38" />
-    <hkern u1="A" u2="&#x3a;" k="-38" />
-    <hkern u1="A" u2="&#x2d;" k="45" />
-    <hkern u1="B" u2="&#x201e;" k="36" />
-    <hkern u1="B" u2="&#x201d;" k="36" />
-    <hkern u1="B" u2="&#x201a;" k="36" />
-    <hkern u1="B" u2="&#x2019;" k="36" />
-    <hkern u1="B" u2="Y" k="36" />
-    <hkern u1="B" u2="W" k="36" />
-    <hkern u1="B" u2="V" k="36" />
-    <hkern u1="B" u2="&#x2e;" k="55" />
-    <hkern u1="B" u2="&#x2d;" k="-57" />
-    <hkern u1="B" u2="&#x2c;" k="55" />
-    <hkern u1="C" u2="&#x201d;" k="-57" />
-    <hkern u1="C" u2="&#x2019;" k="-57" />
-    <hkern u1="C" u2="&#x3b;" k="-38" />
-    <hkern u1="C" u2="&#x3a;" k="-38" />
-    <hkern u1="C" u2="&#x2d;" k="-47" />
-    <hkern u1="D" u2="&#x201e;" k="188" />
-    <hkern u1="D" u2="&#x201d;" k="36" />
-    <hkern u1="D" u2="&#x201c;" k="36" />
-    <hkern u1="D" u2="&#x201a;" k="188" />
-    <hkern u1="D" u2="&#x2019;" k="36" />
-    <hkern u1="D" u2="&#x2018;" k="36" />
-    <hkern u1="D" u2="&#xc5;" k="36" />
-    <hkern u1="D" u2="Y" k="73" />
-    <hkern u1="D" u2="W" k="36" />
-    <hkern u1="D" u2="V" k="36" />
-    <hkern u1="D" u2="A" k="36" />
-    <hkern u1="D" u2="&#x2e;" k="120" />
-    <hkern u1="D" u2="&#x2d;" k="-65" />
-    <hkern u1="D" u2="&#x2c;" k="120" />
-    <hkern u1="E" u2="&#x3b;" k="-38" />
-    <hkern u1="E" u2="&#x3a;" k="-38" />
-    <hkern u1="E" u2="&#x2e;" k="-38" />
-    <hkern u1="E" u2="&#x2d;" k="-38" />
-    <hkern u1="E" u2="&#x2c;" k="-38" />
-    <hkern u1="F" u2="&#x203a;" k="-38" />
-    <hkern u1="F" u2="&#x201e;" k="415" />
-    <hkern u1="F" u2="&#x201d;" k="-38" />
-    <hkern u1="F" u2="&#x201a;" k="415" />
-    <hkern u1="F" u2="&#x2019;" k="-38" />
-    <hkern u1="F" u2="&#xc5;" k="73" />
-    <hkern u1="F" u2="&#xbb;" k="-38" />
-    <hkern u1="F" u2="&#xab;" k="73" />
-    <hkern u1="F" u2="u" k="36" />
-    <hkern u1="F" u2="r" k="36" />
-    <hkern u1="F" u2="A" k="73" />
-    <hkern u1="F" u2="&#x3b;" k="83" />
-    <hkern u1="F" u2="&#x3a;" k="83" />
-    <hkern u1="F" u2="&#x2e;" k="405" />
-    <hkern u1="F" u2="&#x2d;" k="102" />
-    <hkern u1="F" u2="&#x2c;" k="405" />
-    <hkern u1="G" u2="&#x201d;" k="92" />
-    <hkern u1="G" u2="&#x2019;" k="92" />
-    <hkern u1="G" u2="Y" k="36" />
-    <hkern u1="G" u2="W" k="36" />
-    <hkern u1="G" u2="T" k="36" />
-    <hkern u1="G" u2="&#x3b;" k="-38" />
-    <hkern u1="G" u2="&#x3a;" k="-38" />
-    <hkern u1="G" u2="&#x2e;" k="55" />
-    <hkern u1="G" u2="&#x2d;" k="-47" />
-    <hkern u1="G" u2="&#x2c;" k="55" />
-    <hkern u1="H" u2="&#x2e;" k="36" />
-    <hkern u1="H" u2="&#x2c;" k="36" />
-    <hkern u1="J" u2="&#x201e;" k="112" />
-    <hkern u1="J" u2="&#x201d;" k="36" />
-    <hkern u1="J" u2="&#x201a;" k="112" />
-    <hkern u1="J" u2="&#x2019;" k="36" />
-    <hkern u1="J" u2="&#x3b;" k="63" />
-    <hkern u1="J" u2="&#x3a;" k="63" />
-    <hkern u1="J" u2="&#x2e;" k="102" />
-    <hkern u1="J" u2="&#x2d;" k="36" />
-    <hkern u1="J" u2="&#x2c;" k="102" />
-    <hkern u1="K" u2="&#x201e;" k="-65" />
-    <hkern u1="K" u2="&#x201d;" k="45" />
-    <hkern u1="K" u2="&#x201c;" k="73" />
-    <hkern u1="K" u2="&#x201a;" k="-65" />
-    <hkern u1="K" u2="&#x2019;" k="45" />
-    <hkern u1="K" u2="&#x2018;" k="73" />
-    <hkern u1="K" u2="&#x153;" k="36" />
-    <hkern u1="K" u2="&#x152;" k="73" />
-    <hkern u1="K" u2="&#xf8;" k="36" />
-    <hkern u1="K" u2="&#xe6;" k="36" />
-    <hkern u1="K" u2="&#xd8;" k="73" />
-    <hkern u1="K" u2="&#xab;" k="55" />
-    <hkern u1="K" u2="y" k="73" />
-    <hkern u1="K" u2="u" k="36" />
-    <hkern u1="K" u2="o" k="36" />
-    <hkern u1="K" u2="e" k="36" />
-    <hkern u1="K" u2="a" k="36" />
-    <hkern u1="K" u2="Y" k="73" />
-    <hkern u1="K" u2="W" k="73" />
-    <hkern u1="K" u2="U" k="36" />
-    <hkern u1="K" u2="T" k="73" />
-    <hkern u1="K" u2="O" k="73" />
-    <hkern u1="K" u2="C" k="73" />
-    <hkern u1="K" u2="&#x3b;" k="-38" />
-    <hkern u1="K" u2="&#x3a;" k="-38" />
-    <hkern u1="K" u2="&#x2e;" k="-38" />
-    <hkern u1="K" u2="&#x2d;" k="102" />
-    <hkern u1="K" u2="&#x2c;" k="-38" />
-    <hkern u1="L" u2="&#x201d;" k="311" />
-    <hkern u1="L" u2="&#x201c;" k="339" />
-    <hkern u1="L" u2="&#x2019;" k="311" />
-    <hkern u1="L" u2="&#x2018;" k="339" />
-    <hkern u1="L" u2="&#x152;" k="73" />
-    <hkern u1="L" u2="&#xd8;" k="73" />
-    <hkern u1="L" u2="y" k="73" />
-    <hkern u1="L" u2="Y" k="149" />
-    <hkern u1="L" u2="W" k="112" />
-    <hkern u1="L" u2="V" k="112" />
-    <hkern u1="L" u2="U" k="36" />
-    <hkern u1="L" u2="T" k="112" />
-    <hkern u1="L" u2="O" k="73" />
-    <hkern u1="L" u2="&#x3b;" k="-38" />
-    <hkern u1="L" u2="&#x3a;" k="-38" />
-    <hkern u1="L" u2="&#x2e;" k="-38" />
-    <hkern u1="L" u2="&#x2d;" k="36" />
-    <hkern u1="L" u2="&#x2c;" k="-38" />
-    <hkern u1="M" u2="&#x201c;" k="36" />
-    <hkern u1="M" u2="&#x2018;" k="36" />
-    <hkern u1="N" u2="&#x201e;" k="73" />
-    <hkern u1="N" u2="&#x201c;" k="36" />
-    <hkern u1="N" u2="&#x201a;" k="73" />
-    <hkern u1="N" u2="&#x2018;" k="36" />
-    <hkern u1="N" u2="&#x3b;" k="55" />
-    <hkern u1="N" u2="&#x3a;" k="55" />
-    <hkern u1="N" u2="&#x2e;" k="92" />
-    <hkern u1="N" u2="&#x2c;" k="92" />
-    <hkern u1="O" u2="&#x201e;" k="112" />
-    <hkern u1="O" u2="&#x201d;" k="36" />
-    <hkern u1="O" u2="&#x201a;" k="112" />
-    <hkern u1="O" u2="&#x2019;" k="36" />
-    <hkern u1="O" u2="&#xc5;" k="36" />
-    <hkern u1="O" u2="Y" k="73" />
-    <hkern u1="O" u2="X" k="36" />
-    <hkern u1="O" u2="V" k="36" />
-    <hkern u1="O" u2="T" k="73" />
-    <hkern u1="O" u2="A" k="36" />
-    <hkern u1="O" u2="&#x3b;" k="-38" />
-    <hkern u1="O" u2="&#x3a;" k="-38" />
-    <hkern u1="O" u2="&#x2e;" k="83" />
-    <hkern u1="O" u2="&#x2d;" k="-57" />
-    <hkern u1="O" u2="&#x2c;" k="83" />
-    <hkern u1="P" u2="&#x203a;" k="36" />
-    <hkern u1="P" u2="&#x201e;" k="491" />
-    <hkern u1="P" u2="&#x201d;" k="-47" />
-    <hkern u1="P" u2="&#x201c;" k="-38" />
-    <hkern u1="P" u2="&#x201a;" k="491" />
-    <hkern u1="P" u2="&#x2019;" k="-47" />
-    <hkern u1="P" u2="&#x2018;" k="-38" />
-    <hkern u1="P" u2="&#x153;" k="73" />
-    <hkern u1="P" u2="&#xf8;" k="73" />
-    <hkern u1="P" u2="&#xe6;" k="73" />
-    <hkern u1="P" u2="&#xc5;" k="112" />
-    <hkern u1="P" u2="&#xbb;" k="36" />
-    <hkern u1="P" u2="&#xab;" k="112" />
-    <hkern u1="P" u2="s" k="36" />
-    <hkern u1="P" u2="r" k="36" />
-    <hkern u1="P" u2="o" k="73" />
-    <hkern u1="P" u2="n" k="36" />
-    <hkern u1="P" u2="e" k="73" />
-    <hkern u1="P" u2="a" k="73" />
-    <hkern u1="P" u2="A" k="112" />
-    <hkern u1="P" u2="&#x3b;" k="92" />
-    <hkern u1="P" u2="&#x3a;" k="92" />
-    <hkern u1="P" u2="&#x2e;" k="491" />
-    <hkern u1="P" u2="&#x2d;" k="159" />
-    <hkern u1="P" u2="&#x2c;" k="491" />
-    <hkern u1="Q" u2="&#x3b;" k="-38" />
-    <hkern u1="Q" u2="&#x3a;" k="-38" />
-    <hkern u1="Q" u2="&#x2d;" k="-57" />
-    <hkern u1="R" u2="&#x201d;" k="36" />
-    <hkern u1="R" u2="&#x201c;" k="36" />
-    <hkern u1="R" u2="&#x2019;" k="36" />
-    <hkern u1="R" u2="&#x2018;" k="36" />
-    <hkern u1="R" u2="&#x153;" k="36" />
-    <hkern u1="R" u2="&#xf8;" k="36" />
-    <hkern u1="R" u2="&#xe6;" k="36" />
-    <hkern u1="R" u2="u" k="36" />
-    <hkern u1="R" u2="o" k="36" />
-    <hkern u1="R" u2="e" k="36" />
-    <hkern u1="R" u2="a" k="36" />
-    <hkern u1="R" u2="Y" k="36" />
-    <hkern u1="R" u2="&#x2d;" k="55" />
-    <hkern u1="S" u2="&#x3b;" k="-38" />
-    <hkern u1="S" u2="&#x3a;" k="-38" />
-    <hkern u1="S" u2="&#x2e;" k="36" />
-    <hkern u1="S" u2="&#x2d;" k="-65" />
-    <hkern u1="S" u2="&#x2c;" k="36" />
-    <hkern u1="T" u2="&#x203a;" k="112" />
-    <hkern u1="T" u2="&#x201e;" k="225" />
-    <hkern u1="T" u2="&#x201a;" k="225" />
-    <hkern u1="T" u2="&#x153;" k="206" />
-    <hkern u1="T" u2="&#x152;" k="73" />
-    <hkern u1="T" u2="&#xf8;" k="206" />
-    <hkern u1="T" u2="&#xe6;" k="206" />
-    <hkern u1="T" u2="&#xd8;" k="73" />
-    <hkern u1="T" u2="&#xc5;" k="149" />
-    <hkern u1="T" u2="&#xbb;" k="112" />
-    <hkern u1="T" u2="&#xab;" k="188" />
-    <hkern u1="T" u2="y" k="206" />
-    <hkern u1="T" u2="w" k="206" />
-    <hkern u1="T" u2="u" k="206" />
-    <hkern u1="T" u2="s" k="206" />
-    <hkern u1="T" u2="r" k="167" />
-    <hkern u1="T" u2="o" k="206" />
-    <hkern u1="T" u2="e" k="206" />
-    <hkern u1="T" u2="c" k="206" />
-    <hkern u1="T" u2="a" k="206" />
-    <hkern u1="T" u2="O" k="73" />
-    <hkern u1="T" u2="C" k="73" />
-    <hkern u1="T" u2="A" k="149" />
-    <hkern u1="T" u2="&#x3b;" k="131" />
-    <hkern u1="T" u2="&#x3a;" k="131" />
-    <hkern u1="T" u2="&#x2e;" k="264" />
-    <hkern u1="T" u2="&#x2d;" k="188" />
-    <hkern u1="T" u2="&#x2c;" k="264" />
-    <hkern u1="U" u2="&#x201e;" k="149" />
-    <hkern u1="U" u2="&#x201a;" k="149" />
-    <hkern u1="U" u2="&#xc5;" k="36" />
-    <hkern u1="U" u2="&#xab;" k="73" />
-    <hkern u1="U" u2="A" k="36" />
-    <hkern u1="U" u2="&#x3b;" k="63" />
-    <hkern u1="U" u2="&#x3a;" k="63" />
-    <hkern u1="U" u2="&#x2e;" k="120" />
-    <hkern u1="U" u2="&#x2d;" k="55" />
-    <hkern u1="U" u2="&#x2c;" k="120" />
-    <hkern u1="V" u2="&#x203a;" k="112" />
-    <hkern u1="V" u2="&#x201e;" k="339" />
-    <hkern u1="V" u2="&#x201d;" k="-57" />
-    <hkern u1="V" u2="&#x201a;" k="339" />
-    <hkern u1="V" u2="&#x2019;" k="-57" />
-    <hkern u1="V" u2="&#x153;" k="112" />
-    <hkern u1="V" u2="&#x152;" k="36" />
-    <hkern u1="V" u2="&#xf8;" k="112" />
-    <hkern u1="V" u2="&#xe6;" k="112" />
-    <hkern u1="V" u2="&#xd8;" k="36" />
-    <hkern u1="V" u2="&#xc5;" k="36" />
-    <hkern u1="V" u2="&#xbb;" k="112" />
-    <hkern u1="V" u2="&#xab;" k="225" />
-    <hkern u1="V" u2="y" k="55" />
-    <hkern u1="V" u2="u" k="112" />
-    <hkern u1="V" u2="o" k="112" />
-    <hkern u1="V" u2="e" k="112" />
-    <hkern u1="V" u2="a" k="112" />
-    <hkern u1="V" u2="O" k="36" />
-    <hkern u1="V" u2="A" k="36" />
-    <hkern u1="V" u2="&#x3b;" k="139" />
-    <hkern u1="V" u2="&#x3a;" k="139" />
-    <hkern u1="V" u2="&#x2e;" k="339" />
-    <hkern u1="V" u2="&#x2d;" k="167" />
-    <hkern u1="V" u2="&#x2c;" k="339" />
-    <hkern u1="W" u2="&#x203a;" k="112" />
-    <hkern u1="W" u2="&#x201e;" k="339" />
-    <hkern u1="W" u2="&#x201d;" k="-38" />
-    <hkern u1="W" u2="&#x201a;" k="339" />
-    <hkern u1="W" u2="&#x2019;" k="-38" />
-    <hkern u1="W" u2="&#x153;" k="112" />
-    <hkern u1="W" u2="&#xf8;" k="112" />
-    <hkern u1="W" u2="&#xe6;" k="112" />
-    <hkern u1="W" u2="&#xc5;" k="36" />
-    <hkern u1="W" u2="&#xbb;" k="112" />
-    <hkern u1="W" u2="&#xab;" k="188" />
-    <hkern u1="W" u2="y" k="36" />
-    <hkern u1="W" u2="u" k="73" />
-    <hkern u1="W" u2="r" k="73" />
-    <hkern u1="W" u2="o" k="112" />
-    <hkern u1="W" u2="e" k="112" />
-    <hkern u1="W" u2="a" k="112" />
-    <hkern u1="W" u2="A" k="36" />
-    <hkern u1="W" u2="&#x3b;" k="120" />
-    <hkern u1="W" u2="&#x3a;" k="120" />
-    <hkern u1="W" u2="&#x2e;" k="253" />
-    <hkern u1="W" u2="&#x2d;" k="120" />
-    <hkern u1="W" u2="&#x2c;" k="253" />
-    <hkern u1="X" u2="&#x201e;" k="-114" />
-    <hkern u1="X" u2="&#x201c;" k="73" />
-    <hkern u1="X" u2="&#x201a;" k="-114" />
-    <hkern u1="X" u2="&#x2018;" k="73" />
-    <hkern u1="X" u2="&#x152;" k="36" />
-    <hkern u1="X" u2="&#xd8;" k="36" />
-    <hkern u1="X" u2="&#xab;" k="112" />
-    <hkern u1="X" u2="O" k="36" />
-    <hkern u1="X" u2="C" k="36" />
-    <hkern u1="X" u2="&#x3b;" k="36" />
-    <hkern u1="X" u2="&#x3a;" k="36" />
-    <hkern u1="X" u2="&#x2e;" k="-38" />
-    <hkern u1="X" u2="&#x2d;" k="102" />
-    <hkern u1="X" u2="&#x2c;" k="-38" />
-    <hkern u1="Y" u2="&#x203a;" k="149" />
-    <hkern u1="Y" u2="&#x201e;" k="264" />
-    <hkern u1="Y" u2="&#x201a;" k="264" />
-    <hkern u1="Y" u2="&#x153;" k="225" />
-    <hkern u1="Y" u2="&#x152;" k="73" />
-    <hkern u1="Y" u2="&#xf8;" k="225" />
-    <hkern u1="Y" u2="&#xe6;" k="225" />
-    <hkern u1="Y" u2="&#xd8;" k="73" />
-    <hkern u1="Y" u2="&#xc5;" k="112" />
-    <hkern u1="Y" u2="&#xbb;" k="149" />
-    <hkern u1="Y" u2="&#xab;" k="225" />
-    <hkern u1="Y" u2="u" k="215" />
-    <hkern u1="Y" u2="o" k="225" />
-    <hkern u1="Y" u2="i" k="36" />
-    <hkern u1="Y" u2="e" k="225" />
-    <hkern u1="Y" u2="a" k="225" />
-    <hkern u1="Y" u2="O" k="73" />
-    <hkern u1="Y" u2="C" k="36" />
-    <hkern u1="Y" u2="A" k="112" />
-    <hkern u1="Y" u2="&#x3b;" k="215" />
-    <hkern u1="Y" u2="&#x3a;" k="215" />
-    <hkern u1="Y" u2="&#x2e;" k="272" />
-    <hkern u1="Y" u2="&#x2d;" k="243" />
-    <hkern u1="Y" u2="&#x2c;" k="272" />
-    <hkern u1="Z" u2="&#x201c;" k="36" />
-    <hkern u1="Z" u2="&#x2018;" k="36" />
-    <hkern u1="Z" u2="&#x3b;" k="-38" />
-    <hkern u1="Z" u2="&#x3a;" k="-38" />
-    <hkern u1="Z" u2="&#x2e;" k="-38" />
-    <hkern u1="Z" u2="&#x2d;" k="36" />
-    <hkern u1="Z" u2="&#x2c;" k="-38" />
-    <hkern u1="a" u2="&#x201d;" k="73" />
-    <hkern u1="a" u2="&#x201c;" k="112" />
-    <hkern u1="a" u2="&#x2019;" k="73" />
-    <hkern u1="a" u2="&#x2018;" k="112" />
-    <hkern u1="b" u2="&#x201e;" k="36" />
-    <hkern u1="b" u2="&#x201d;" k="73" />
-    <hkern u1="b" u2="&#x201c;" k="112" />
-    <hkern u1="b" u2="&#x201a;" k="36" />
-    <hkern u1="b" u2="&#x2019;" k="73" />
-    <hkern u1="b" u2="&#x2018;" k="112" />
-    <hkern u1="b" u2="&#x2d;" k="-38" />
-    <hkern u1="e" u2="&#x2d;" k="-38" />
-    <hkern u1="f" u2="&#x201e;" k="112" />
-    <hkern u1="f" u2="&#x201d;" k="-141" />
-    <hkern u1="f" u2="&#x201c;" k="-180" />
-    <hkern u1="f" u2="&#x201a;" k="112" />
-    <hkern u1="f" u2="&#x2019;" k="-141" />
-    <hkern u1="f" u2="&#x2018;" k="-180" />
-    <hkern u1="f" u2="&#x2e;" k="73" />
-    <hkern u1="f" u2="&#x2c;" k="73" />
-    <hkern u1="g" u2="&#x2e;" k="36" />
-    <hkern u1="g" u2="&#x2d;" k="36" />
-    <hkern u1="g" u2="&#x2c;" k="36" />
-    <hkern u1="h" u2="&#x201d;" k="112" />
-    <hkern u1="h" u2="&#x201c;" k="112" />
-    <hkern u1="h" u2="&#x2019;" k="112" />
-    <hkern u1="h" u2="&#x2018;" k="112" />
-    <hkern u1="i" u2="&#x201c;" k="36" />
-    <hkern u1="i" u2="&#x2018;" k="36" />
-    <hkern u1="j" u2="&#x201d;" k="36" />
-    <hkern u1="j" u2="&#x2019;" k="36" />
-    <hkern u1="k" u2="&#x201e;" k="-38" />
-    <hkern u1="k" u2="&#x201d;" k="-75" />
-    <hkern u1="k" u2="&#x201a;" k="-38" />
-    <hkern u1="k" u2="&#x2019;" k="-75" />
-    <hkern u1="k" u2="&#x2d;" k="83" />
-    <hkern u1="m" u2="&#x201d;" k="112" />
-    <hkern u1="m" u2="&#x201c;" k="112" />
-    <hkern u1="m" u2="&#x2019;" k="112" />
-    <hkern u1="m" u2="&#x2018;" k="112" />
-    <hkern u1="n" u2="&#x201d;" k="112" />
-    <hkern u1="n" u2="&#x201c;" k="112" />
-    <hkern u1="n" u2="&#x2019;" k="112" />
-    <hkern u1="n" u2="&#x2018;" k="112" />
-    <hkern u1="o" u2="&#x201c;" k="73" />
-    <hkern u1="o" u2="&#x2018;" k="73" />
-    <hkern u1="o" u2="&#x2d;" k="-38" />
-    <hkern u1="p" u2="&#x201e;" k="73" />
-    <hkern u1="p" u2="&#x201d;" k="112" />
-    <hkern u1="p" u2="&#x201c;" k="73" />
-    <hkern u1="p" u2="&#x201a;" k="73" />
-    <hkern u1="p" u2="&#x2019;" k="112" />
-    <hkern u1="p" u2="&#x2018;" k="73" />
-    <hkern u1="p" u2="&#x2d;" k="-38" />
-    <hkern u1="q" u2="&#x201e;" k="-38" />
-    <hkern u1="q" u2="&#x201a;" k="-38" />
-    <hkern u1="r" u2="&#x201e;" k="272" />
-    <hkern u1="r" u2="&#x201d;" k="-86" />
-    <hkern u1="r" u2="&#x201a;" k="272" />
-    <hkern u1="r" u2="&#x2019;" k="-86" />
-    <hkern u1="r" u2="&#xab;" k="36" />
-    <hkern u1="r" u2="&#x2e;" k="206" />
-    <hkern u1="r" u2="&#x2d;" k="73" />
-    <hkern u1="r" u2="&#x2c;" k="206" />
-    <hkern u1="s" u2="&#x201c;" k="73" />
-    <hkern u1="s" u2="&#x2018;" k="73" />
-    <hkern u1="s" u2="&#x2d;" k="-38" />
-    <hkern u1="t" u2="&#x201e;" k="73" />
-    <hkern u1="t" u2="&#x201d;" k="-57" />
-    <hkern u1="t" u2="&#x201c;" k="-38" />
-    <hkern u1="t" u2="&#x201a;" k="73" />
-    <hkern u1="t" u2="&#x2019;" k="-57" />
-    <hkern u1="t" u2="&#x2018;" k="-38" />
-    <hkern u1="t" u2="&#x2d;" k="45" />
-    <hkern u1="u" u2="&#x201d;" k="73" />
-    <hkern u1="u" u2="&#x2019;" k="73" />
-    <hkern u1="v" u2="&#x201e;" k="235" />
-    <hkern u1="v" u2="&#x201d;" k="-114" />
-    <hkern u1="v" u2="&#x201c;" k="-94" />
-    <hkern u1="v" u2="&#x201a;" k="235" />
-    <hkern u1="v" u2="&#x2019;" k="-114" />
-    <hkern u1="v" u2="&#x2018;" k="-94" />
-    <hkern u1="v" u2="&#x2e;" k="159" />
-    <hkern u1="v" u2="&#x2c;" k="159" />
-    <hkern u1="w" u2="&#x201e;" k="159" />
-    <hkern u1="w" u2="&#x201d;" k="-114" />
-    <hkern u1="w" u2="&#x201c;" k="-57" />
-    <hkern u1="w" u2="&#x201a;" k="159" />
-    <hkern u1="w" u2="&#x2019;" k="-114" />
-    <hkern u1="w" u2="&#x2018;" k="-57" />
-    <hkern u1="w" u2="&#x2e;" k="149" />
-    <hkern u1="w" u2="&#x2d;" k="-38" />
-    <hkern u1="w" u2="&#x2c;" k="149" />
-    <hkern u1="x" u2="&#x2d;" k="63" />
-    <hkern u1="y" u2="&#x201e;" k="264" />
-    <hkern u1="y" u2="&#x201d;" k="-114" />
-    <hkern u1="y" u2="&#x201c;" k="-114" />
-    <hkern u1="y" u2="&#x201a;" k="264" />
-    <hkern u1="y" u2="&#x2019;" k="-114" />
-    <hkern u1="y" u2="&#x2018;" k="-114" />
-    <hkern u1="y" u2="&#x2e;" k="178" />
-    <hkern u1="y" u2="&#x2d;" k="36" />
-    <hkern u1="y" u2="&#x2c;" k="178" />
-    <hkern u1="&#xab;" u2="&#xc6;" k="-151" />
-    <hkern u1="&#xab;" u2="Y" k="149" />
-    <hkern u1="&#xab;" u2="W" k="112" />
-    <hkern u1="&#xab;" u2="V" k="112" />
-    <hkern u1="&#xab;" u2="T" k="112" />
-    <hkern u1="&#xab;" u2="J" k="-38" />
-    <hkern u1="&#xbb;" u2="&#xc5;" k="73" />
-    <hkern u1="&#xbb;" u2="Y" k="225" />
-    <hkern u1="&#xbb;" u2="X" k="112" />
-    <hkern u1="&#xbb;" u2="W" k="188" />
-    <hkern u1="&#xbb;" u2="V" k="225" />
-    <hkern u1="&#xbb;" u2="U" k="73" />
-    <hkern u1="&#xbb;" u2="T" k="188" />
-    <hkern u1="&#xbb;" u2="J" k="-75" />
-    <hkern u1="&#xbb;" u2="A" k="73" />
-    <hkern u1="&#xc5;" u2="&#x201e;" k="-38" />
-    <hkern u1="&#xc5;" u2="&#x201d;" k="243" />
-    <hkern u1="&#xc5;" u2="&#x201c;" k="264" />
-    <hkern u1="&#xc5;" u2="&#x201a;" k="-38" />
-    <hkern u1="&#xc5;" u2="&#x2019;" k="243" />
-    <hkern u1="&#xc5;" u2="&#x2018;" k="264" />
-    <hkern u1="&#xc5;" u2="&#xab;" k="73" />
-    <hkern u1="&#xc5;" u2="w" k="36" />
-    <hkern u1="&#xc5;" u2="v" k="36" />
-    <hkern u1="&#xc5;" u2="Y" k="112" />
-    <hkern u1="&#xc5;" u2="W" k="36" />
-    <hkern u1="&#xc5;" u2="V" k="36" />
-    <hkern u1="&#xc5;" u2="U" k="36" />
-    <hkern u1="&#xc5;" u2="T" k="112" />
-    <hkern u1="&#xc5;" u2="Q" k="36" />
-    <hkern u1="&#xc5;" u2="O" k="36" />
-    <hkern u1="&#xc5;" u2="G" k="36" />
-    <hkern u1="&#xc5;" u2="C" k="36" />
-    <hkern u1="&#xc5;" u2="&#x3b;" k="-38" />
-    <hkern u1="&#xc5;" u2="&#x3a;" k="-38" />
-    <hkern u1="&#xc5;" u2="&#x2d;" k="45" />
-    <hkern u1="&#xc6;" u2="&#x201d;" k="92" />
-    <hkern u1="&#xc6;" u2="&#x2019;" k="92" />
-    <hkern u1="&#xc6;" u2="&#x3b;" k="-38" />
-    <hkern u1="&#xc6;" u2="&#x3a;" k="-38" />
-    <hkern u1="&#xc6;" u2="&#x2e;" k="-38" />
-    <hkern u1="&#xc6;" u2="&#x2d;" k="-38" />
-    <hkern u1="&#xc6;" u2="&#x2c;" k="-38" />
-    <hkern u1="&#xd0;" u2="&#x201e;" k="188" />
-    <hkern u1="&#xd0;" u2="&#x201d;" k="36" />
-    <hkern u1="&#xd0;" u2="&#x201c;" k="36" />
-    <hkern u1="&#xd0;" u2="&#x201a;" k="188" />
-    <hkern u1="&#xd0;" u2="&#x2019;" k="36" />
-    <hkern u1="&#xd0;" u2="&#x2018;" k="36" />
-    <hkern u1="&#xd0;" u2="Y" k="73" />
-    <hkern u1="&#xd0;" u2="W" k="36" />
-    <hkern u1="&#xd0;" u2="V" k="36" />
-    <hkern u1="&#xd0;" u2="A" k="36" />
-    <hkern u1="&#xd0;" u2="&#x2e;" k="120" />
-    <hkern u1="&#xd0;" u2="&#x2d;" k="-65" />
-    <hkern u1="&#xd0;" u2="&#x2c;" k="120" />
-    <hkern u1="&#xd8;" u2="&#x201e;" k="112" />
-    <hkern u1="&#xd8;" u2="&#x201d;" k="36" />
-    <hkern u1="&#xd8;" u2="&#x201a;" k="112" />
-    <hkern u1="&#xd8;" u2="&#x2019;" k="36" />
-    <hkern u1="&#xd8;" u2="Y" k="73" />
-    <hkern u1="&#xd8;" u2="X" k="36" />
-    <hkern u1="&#xd8;" u2="V" k="36" />
-    <hkern u1="&#xd8;" u2="T" k="73" />
-    <hkern u1="&#xd8;" u2="A" k="36" />
-    <hkern u1="&#xd8;" u2="&#x3b;" k="-38" />
-    <hkern u1="&#xd8;" u2="&#x3a;" k="-38" />
-    <hkern u1="&#xd8;" u2="&#x2e;" k="83" />
-    <hkern u1="&#xd8;" u2="&#x2d;" k="-57" />
-    <hkern u1="&#xd8;" u2="&#x2c;" k="83" />
-    <hkern u1="&#xdf;" u2="&#x201c;" k="36" />
-    <hkern u1="&#xdf;" u2="&#x2018;" k="36" />
-    <hkern u1="&#xdf;" u2="&#x2d;" k="-75" />
-    <hkern u1="&#xe5;" u2="&#x201d;" k="73" />
-    <hkern u1="&#xe5;" u2="&#x201c;" k="112" />
-    <hkern u1="&#xe5;" u2="&#x2019;" k="73" />
-    <hkern u1="&#xe5;" u2="&#x2018;" k="112" />
-    <hkern u1="&#xe6;" u2="&#x2d;" k="-38" />
-    <hkern u1="&#xf8;" u2="&#x201c;" k="73" />
-    <hkern u1="&#xf8;" u2="&#x2018;" k="73" />
-    <hkern u1="&#xf8;" u2="&#x2d;" k="-38" />
-    <hkern u1="&#x141;" u2="&#x201d;" k="311" />
-    <hkern u1="&#x141;" u2="&#x201c;" k="339" />
-    <hkern u1="&#x141;" u2="&#x2019;" k="311" />
-    <hkern u1="&#x141;" u2="&#x2018;" k="339" />
-    <hkern u1="&#x141;" u2="y" k="73" />
-    <hkern u1="&#x141;" u2="Y" k="149" />
-    <hkern u1="&#x141;" u2="W" k="112" />
-    <hkern u1="&#x141;" u2="V" k="112" />
-    <hkern u1="&#x141;" u2="U" k="36" />
-    <hkern u1="&#x141;" u2="T" k="112" />
-    <hkern u1="&#x141;" u2="O" k="73" />
-    <hkern u1="&#x141;" u2="&#x3b;" k="-38" />
-    <hkern u1="&#x141;" u2="&#x3a;" k="-38" />
-    <hkern u1="&#x141;" u2="&#x2e;" k="-38" />
-    <hkern u1="&#x141;" u2="&#x2d;" k="36" />
-    <hkern u1="&#x141;" u2="&#x2c;" k="-38" />
-    <hkern u1="&#x152;" u2="&#x3b;" k="-38" />
-    <hkern u1="&#x152;" u2="&#x3a;" k="-38" />
-    <hkern u1="&#x152;" u2="&#x2e;" k="-38" />
-    <hkern u1="&#x152;" u2="&#x2d;" k="-38" />
-    <hkern u1="&#x152;" u2="&#x2c;" k="-38" />
-    <hkern u1="&#x153;" u2="&#x2d;" k="-38" />
-    <hkern u1="&#x2018;" u2="&#xf002;" k="-57" />
-    <hkern u1="&#x2018;" u2="&#xf001;" k="-57" />
-    <hkern u1="&#x2018;" u2="&#x152;" k="83" />
-    <hkern u1="&#x2018;" u2="&#x142;" k="-38" />
-    <hkern u1="&#x2018;" u2="&#x111;" k="73" />
-    <hkern u1="&#x2018;" u2="&#xd8;" k="83" />
-    <hkern u1="&#x2018;" u2="&#xc6;" k="319" />
-    <hkern u1="&#x2018;" u2="&#xc5;" k="272" />
-    <hkern u1="&#x2018;" u2="v" k="-57" />
-    <hkern u1="&#x2018;" u2="r" k="112" />
-    <hkern u1="&#x2018;" u2="q" k="73" />
-    <hkern u1="&#x2018;" u2="l" k="-38" />
-    <hkern u1="&#x2018;" u2="k" k="-38" />
-    <hkern u1="&#x2018;" u2="h" k="-38" />
-    <hkern u1="&#x2018;" u2="g" k="73" />
-    <hkern u1="&#x2018;" u2="f" k="-57" />
-    <hkern u1="&#x2018;" u2="d" k="73" />
-    <hkern u1="&#x2018;" u2="b" k="-94" />
-    <hkern u1="&#x2018;" u2="Y" k="-65" />
-    <hkern u1="&#x2018;" u2="X" k="-65" />
-    <hkern u1="&#x2018;" u2="W" k="-47" />
-    <hkern u1="&#x2018;" u2="V" k="-57" />
-    <hkern u1="&#x2018;" u2="T" k="-38" />
-    <hkern u1="&#x2018;" u2="Q" k="36" />
-    <hkern u1="&#x2018;" u2="O" k="83" />
-    <hkern u1="&#x2018;" u2="J" k="272" />
-    <hkern u1="&#x2018;" u2="A" k="272" />
-    <hkern u1="&#x201a;" u2="&#xf002;" k="-38" />
-    <hkern u1="&#x201a;" u2="&#xf001;" k="-38" />
-    <hkern u1="&#x201a;" u2="&#x152;" k="112" />
-    <hkern u1="&#x201a;" u2="&#xdf;" k="-38" />
-    <hkern u1="&#x201a;" u2="&#xd8;" k="112" />
-    <hkern u1="&#x201a;" u2="&#xc6;" k="-227" />
-    <hkern u1="&#x201a;" u2="&#xc5;" k="-75" />
-    <hkern u1="&#x201a;" u2="w" k="83" />
-    <hkern u1="&#x201a;" u2="v" k="83" />
-    <hkern u1="&#x201a;" u2="u" k="36" />
-    <hkern u1="&#x201a;" u2="t" k="73" />
-    <hkern u1="&#x201a;" u2="j" k="-47" />
-    <hkern u1="&#x201a;" u2="f" k="-38" />
-    <hkern u1="&#x201a;" u2="Y" k="225" />
-    <hkern u1="&#x201a;" u2="X" k="-86" />
-    <hkern u1="&#x201a;" u2="W" k="292" />
-    <hkern u1="&#x201a;" u2="V" k="339" />
-    <hkern u1="&#x201a;" u2="U" k="188" />
-    <hkern u1="&#x201a;" u2="T" k="206" />
-    <hkern u1="&#x201a;" u2="Q" k="112" />
-    <hkern u1="&#x201a;" u2="O" k="112" />
-    <hkern u1="&#x201a;" u2="J" k="-38" />
-    <hkern u1="&#x201a;" u2="G" k="73" />
-    <hkern u1="&#x201a;" u2="C" k="112" />
-    <hkern u1="&#x201a;" u2="A" k="-75" />
-    <hkern u1="&#x201c;" u2="&#xf002;" k="-57" />
-    <hkern u1="&#x201c;" u2="&#xf001;" k="-57" />
-    <hkern u1="&#x201c;" u2="&#x152;" k="83" />
-    <hkern u1="&#x201c;" u2="&#x142;" k="-38" />
-    <hkern u1="&#x201c;" u2="&#x111;" k="73" />
-    <hkern u1="&#x201c;" u2="&#xd8;" k="83" />
-    <hkern u1="&#x201c;" u2="&#xc6;" k="319" />
-    <hkern u1="&#x201c;" u2="&#xc5;" k="272" />
-    <hkern u1="&#x201c;" u2="v" k="-57" />
-    <hkern u1="&#x201c;" u2="r" k="112" />
-    <hkern u1="&#x201c;" u2="q" k="73" />
-    <hkern u1="&#x201c;" u2="l" k="-38" />
-    <hkern u1="&#x201c;" u2="k" k="-38" />
-    <hkern u1="&#x201c;" u2="h" k="-38" />
-    <hkern u1="&#x201c;" u2="g" k="73" />
-    <hkern u1="&#x201c;" u2="f" k="-57" />
-    <hkern u1="&#x201c;" u2="d" k="73" />
-    <hkern u1="&#x201c;" u2="b" k="-94" />
-    <hkern u1="&#x201c;" u2="Y" k="-65" />
-    <hkern u1="&#x201c;" u2="X" k="-65" />
-    <hkern u1="&#x201c;" u2="W" k="-47" />
-    <hkern u1="&#x201c;" u2="V" k="-57" />
-    <hkern u1="&#x201c;" u2="T" k="-38" />
-    <hkern u1="&#x201c;" u2="Q" k="36" />
-    <hkern u1="&#x201c;" u2="O" k="83" />
-    <hkern u1="&#x201c;" u2="J" k="272" />
-    <hkern u1="&#x201c;" u2="A" k="272" />
-    <hkern u1="&#x201e;" u2="&#xf002;" k="-38" />
-    <hkern u1="&#x201e;" u2="&#xf001;" k="-38" />
-    <hkern u1="&#x201e;" u2="&#x152;" k="112" />
-    <hkern u1="&#x201e;" u2="&#xdf;" k="-38" />
-    <hkern u1="&#x201e;" u2="&#xd8;" k="112" />
-    <hkern u1="&#x201e;" u2="&#xc6;" k="-227" />
-    <hkern u1="&#x201e;" u2="&#xc5;" k="-75" />
-    <hkern u1="&#x201e;" u2="w" k="83" />
-    <hkern u1="&#x201e;" u2="v" k="83" />
-    <hkern u1="&#x201e;" u2="u" k="36" />
-    <hkern u1="&#x201e;" u2="t" k="73" />
-    <hkern u1="&#x201e;" u2="j" k="-47" />
-    <hkern u1="&#x201e;" u2="f" k="-38" />
-    <hkern u1="&#x201e;" u2="Y" k="225" />
-    <hkern u1="&#x201e;" u2="X" k="-86" />
-    <hkern u1="&#x201e;" u2="W" k="292" />
-    <hkern u1="&#x201e;" u2="V" k="339" />
-    <hkern u1="&#x201e;" u2="U" k="188" />
-    <hkern u1="&#x201e;" u2="T" k="206" />
-    <hkern u1="&#x201e;" u2="Q" k="112" />
-    <hkern u1="&#x201e;" u2="O" k="112" />
-    <hkern u1="&#x201e;" u2="J" k="-38" />
-    <hkern u1="&#x201e;" u2="G" k="73" />
-    <hkern u1="&#x201e;" u2="C" k="112" />
-    <hkern u1="&#x201e;" u2="A" k="-75" />
-    <hkern u1="&#x2039;" u2="&#xc6;" k="-151" />
-    <hkern u1="&#x2039;" u2="Y" k="149" />
-    <hkern u1="&#x2039;" u2="W" k="112" />
-    <hkern u1="&#x2039;" u2="V" k="112" />
-    <hkern u1="&#x2039;" u2="T" k="112" />
-    <hkern u1="&#x2039;" u2="J" k="-38" />
-    <hkern u1="&#xf001;" u2="&#x201c;" k="36" />
-    <hkern u1="&#xf001;" u2="&#x2018;" k="36" />
-  </font>
-</defs></svg>
diff --git a/fonts/futura_medium/FuturaBT-Medium.woff b/fonts/futura_medium/FuturaBT-Medium.woff
Binary files differ.
diff --git a/fonts/futura_medium/FuturaBT-Medium.woff2 b/fonts/futura_medium/FuturaBT-Medium.woff2
Binary files differ.
diff --git a/fonts/futura_medium/demo.html b/fonts/futura_medium/demo.html
@@ -1,192 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <meta http-equiv="X-UA-Compatible" content="IE=edge">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <meta name="robots" content="noindex, noarchive">
-    <meta name="format-detection" content="telephone=no">
-    <title>Transfonter demo</title>
-    <link href="stylesheet.css" rel="stylesheet">
-    <style>
-        /*
-        http://meyerweb.com/eric/tools/css/reset/
-        v2.0 | 20110126
-        License: none (public domain)
-        */
-        html, body, div, span, applet, object, iframe,
-        h1, h2, h3, h4, h5, h6, p, blockquote, pre,
-        a, abbr, acronym, address, big, cite, code,
-        del, dfn, em, img, ins, kbd, q, s, samp,
-        small, strike, strong, sub, sup, tt, var,
-        b, u, i, center,
-        dl, dt, dd, ol, ul, li,
-        fieldset, form, label, legend,
-        table, caption, tbody, tfoot, thead, tr, th, td,
-        article, aside, canvas, details, embed,
-        figure, figcaption, footer, header, hgroup,
-        menu, nav, output, ruby, section, summary,
-        time, mark, audio, video {
-            margin: 0;
-            padding: 0;
-            border: 0;
-            font-size: 100%;
-            font: inherit;
-            vertical-align: baseline;
-        }
-        /* HTML5 display-role reset for older browsers */
-        article, aside, details, figcaption, figure,
-        footer, header, hgroup, menu, nav, section {
-            display: block;
-        }
-        body {
-            line-height: 1;
-        }
-        ol, ul {
-            list-style: none;
-        }
-        blockquote, q {
-            quotes: none;
-        }
-        blockquote:before, blockquote:after,
-        q:before, q:after {
-            content: '';
-            content: none;
-        }
-        table {
-            border-collapse: collapse;
-            border-spacing: 0;
-        }
-        /* demo styles */
-        body {
-            background: #f0f0f0;
-            color: #000;
-        }
-        .page {
-            background: #fff;
-            width: 920px;
-            margin: 0 auto;
-            padding: 20px 20px 0 20px;
-            overflow: hidden;
-        }
-        .font-container {
-            overflow-x: auto;
-            overflow-y: hidden;
-            margin-bottom: 40px;
-            line-height: 1.3;
-            white-space: nowrap;
-            padding-bottom: 5px;
-        }
-        h1 {
-            position: relative;
-            background: #444;
-            font-size: 32px;
-            color: #fff;
-            padding: 10px 20px;
-            margin: 0 -20px 12px -20px;
-        }
-        .letters {
-            font-size: 25px;
-            margin-bottom: 20px;
-        }
-        .s10:before {
-            content: '10px';
-        }
-        .s11:before {
-            content: '11px';
-        }
-        .s12:before {
-            content: '12px';
-        }
-        .s14:before {
-            content: '14px';
-        }
-        .s18:before {
-            content: '18px';
-        }
-        .s24:before {
-            content: '24px';
-        }
-        .s30:before {
-            content: '30px';
-        }
-        .s36:before {
-            content: '36px';
-        }
-        .s48:before {
-            content: '48px';
-        }
-        .s60:before {
-            content: '60px';
-        }
-        .s72:before {
-            content: '72px';
-        }
-        .s10:before, .s11:before, .s12:before, .s14:before,
-        .s18:before, .s24:before, .s30:before, .s36:before,
-        .s48:before, .s60:before, .s72:before {
-            font-family: Arial, sans-serif;
-            font-size: 10px;
-            font-weight: normal;
-            font-style: normal;
-            color: #999;
-            padding-right: 6px;
-        }
-        pre {
-            display: block;
-            padding: 9px;
-            margin: 0 0 12px;
-            font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
-            font-size: 13px;
-            line-height: 1.428571429;
-            color: #333;
-            font-weight: normal;
-            font-style: normal;
-            background-color: #f5f5f5;
-            border: 1px solid #ccc;
-            overflow-x: auto;
-            border-radius: 4px;
-        }
-        /* responsive */
-        @media (max-width: 959px) {
-            .page {
-                width: auto;
-                margin: 0;
-            }
-        }
-    </style>
-</head>
-<body>
-<div class="page">
-    <div class="demo">
-        <h1 style="font-family: 'Futura Md BT'; font-weight: 500; font-style: normal;">Futura Medium BT</h1>
-        <pre title="Usage">.your-style {
-    font-family: 'Futura Md BT';
-    font-weight: 500;
-    font-style: normal;
-}</pre>
-        <pre title="Preload (optional)">
-&lt;link rel=&quot;preload&quot; href=&quot;FuturaBT-Medium.woff2&quot; as=&quot;font&quot; type=&quot;font/woff2&quot; crossorigin&gt;</pre>
-        <div class="font-container" style="font-family: 'Futura Md BT'; font-weight: 500; font-style: normal;">
-            <p class="letters">
-                abcdefghijklmnopqrstuvwxyz<br>
-ABCDEFGHIJKLMNOPQRSTUVWXYZ<br>
-                0123456789.:,;()*!?'@#&lt;&gt;$%&^+-=~
-            </p>
-            <p class="s10" style="font-size: 10px;">The quick brown fox jumps over the lazy dog.</p>
-            <p class="s11" style="font-size: 11px;">The quick brown fox jumps over the lazy dog.</p>
-            <p class="s12" style="font-size: 12px;">The quick brown fox jumps over the lazy dog.</p>
-            <p class="s14" style="font-size: 14px;">The quick brown fox jumps over the lazy dog.</p>
-            <p class="s18" style="font-size: 18px;">The quick brown fox jumps over the lazy dog.</p>
-            <p class="s24" style="font-size: 24px;">The quick brown fox jumps over the lazy dog.</p>
-            <p class="s30" style="font-size: 30px;">The quick brown fox jumps over the lazy dog.</p>
-            <p class="s36" style="font-size: 36px;">The quick brown fox jumps over the lazy dog.</p>
-            <p class="s48" style="font-size: 48px;">The quick brown fox jumps over the lazy dog.</p>
-            <p class="s60" style="font-size: 60px;">The quick brown fox jumps over the lazy dog.</p>
-            <p class="s72" style="font-size: 72px;">The quick brown fox jumps over the lazy dog.</p>
-        </div>
-    </div>
-
-</div>
-</body>
-</html>
diff --git a/fonts/futura_medium/futura_medium.ttf b/fonts/futura_medium/futura_medium.ttf
Binary files differ.
diff --git a/fonts/futura_medium/futura_medium.zip b/fonts/futura_medium/futura_medium.zip
Binary files differ.
diff --git a/fonts/futura_medium/stylesheet.css b/fonts/futura_medium/stylesheet.css
@@ -1,12 +0,0 @@
-@font-face {
-    font-family: 'Futura Md BT';
-    src: url('FuturaBT-Medium.eot');
-    src: url('FuturaBT-Medium.eot?#iefix') format('embedded-opentype'),
-        url('FuturaBT-Medium.woff2') format('woff2'),
-        url('FuturaBT-Medium.woff') format('woff'),
-        url('FuturaBT-Medium.svg#FuturaBT-Medium') format('svg');
-    font-weight: 500;
-    font-style: normal;
-    font-display: swap;
-}
-
diff --git a/fonts/futura_medium_condensed.ttf b/fonts/futura_medium_condensed.ttf
Binary files differ.
diff --git a/fonts/tt0205m_.ttf b/fonts/tt0205m_.ttf
Binary files differ.
diff --git a/fonts/unicode.futurab.ttf b/fonts/unicode.futurab.ttf
Binary files differ.
diff --git a/fonts/unicode.futurabb.ttf b/fonts/unicode.futurabb.ttf
Binary files differ.
diff --git a/js/hello.js b/js/hello.js
@@ -1 +0,0 @@
-console.log("Hello, world!");