the whole 8.2296 meters

This commit is contained in:
flash 2023-08-12 00:16:32 +02:00
commit 58220083a8
749 changed files with 55046 additions and 0 deletions

1
.gitattributes vendored Normal file
View file

@ -0,0 +1 @@
* text=auto

3
.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
[Tt]humbs.db
[Dd]esktop.ini
.DS_Store

7
LICENCE Normal file
View file

@ -0,0 +1,7 @@
flashwave's perfect public licence v1
- you can look at it
- you can use it if you want for some reason
- you can modify it i guess, maybe share if you want to that'd be cool & cute
- you MUST enjoy
- have a nice day :)

9
README.md Normal file
View file

@ -0,0 +1,9 @@
# Hajime
This repository contains an export little side project I did a while back where I updated the source of the old Flashii codebase to run on PHP 8.1, as well as add the ability to somewhat switch between the 2014 theme (Isurugi *Mio*) and the 2015 theme (*Yuuno* Arashiko) (because of my ignorance regarding the way Japanese names worked back then I accidentally'd the naming).
I'm also using this as an opportunity to change the retroactively applied name of the project from Hidoi to Hajime.
The Hidoi name was given during the Sakura era of 2015-2017, where at this point in time I only saw the codebase as being awful, with the new name reflecting that this was The Beginning.
Might seem stupid but the name had been bothering me for a while because it's rather disrespectful given what it was the start of.
Certain assets are present and others are not, this is only really meant to be provided for reference anyway.

15
docs/contact.md Normal file
View file

@ -0,0 +1,15 @@
# Contact
Via E-mail
- Administrator: admin@flashii.net / me@flash.moe
- Staff: staff@flashii.net
- Developers: devs@flashii.net
Via Twitter
- @[_flashii](https://twitter.com/_flashii)
- @[flashmoe_](https://twitter.com/flashmoe_)
- @[flashwave_](https://twitter.com/flashwave_)
Via GitHub
- [Flashii](https://github.com/flashii)
- [Flashwave](https://github.com/flashwave)

16
docs/credits.md Normal file
View file

@ -0,0 +1,16 @@
#Credits
This is where the people that have done things for the site are listed. Be it code, software used, financial help (buying Tenshi doesn't count) or hosting/have hosted a service.
| Name/Provider | Site | Actions |
| ------------------------------ | ------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------- |
| Flashwave | http://flashii.net/ | Main developer of System Backend and Site Related services. |
| Kurasha244 | http://saibateku.net/ | Helping with writing the user authentication system in its early stages as well as the special text colours. |
| freakyfurball | http://zeniea.com/ | Source of most ~~stolen ideas~~ inspiration. |
| nookls | http://nookls.org/ | Sparking the idea for me to start a community site (which led me to learning code) as well as helping with certain code stuffs. |
| MallocNull | http://aroltd.com/ | Writing Sock Chat and AJAX/Sock Bot. |
| mrtux | http://mrtux.org/ | Originally buying and gifting the flashii.net domain. |
| Google | http://recaptcha.net/ | Providing the reCAPTCHA Libraries. |
| Parsedown | http://parsedown.org/ | Existing. |
Thank you for helping us help you.

83
docs/faq.md Normal file
View file

@ -0,0 +1,83 @@
<h1>Frequently Asked Questions</h1>
> Reminder to self<br />
> Rewrite this
<i>Would've been better if I called this the Flashii Users Manual but that's ok.</i>
<h2 id="sections">FAQ Sections</h2>
* [Profile Settings](#profile)
- [Entering the User Control Panel](#profile/gettingtoucp)
- [Changing your Profile fields](#profile/changeprofile)
* [Website Profile Field](#profile/changeprofile/websitefield)
* [Skype Profile Field](#profile/changeprofile/skypefield)
* [Youtube Profile Field](#profile/changeprofile/youtubefield)
<h2 id="profile">Profile Editing</h2>
<h3 id="profile/gettingtoucp">Entering the User Control Panel</h3>
If you are a registered user all your settings are stored in the database. To alter them click on the "Settings" button (as displayed in the image) below.
![Settings Button](/assets/img/faq/v1/profile_settings_button.png)
<h3 id="profile/changeprofile">Changing your Profile fields</h3>
Once you're in the UCP you'll be presented with this screen;
![Settings Button](/assets/img/faq/v1/profile_main_page.png)
Here you can change the details displayed on your profile, when logged out a user can't view these fields on your profile.
<h4 id="profile/changeprofile/websitefield">Website Profile Field</h4>
This one should be pretty self explanatory;
![Website field](/assets/img/faq/v1/profile_website_field.png)
Once you've done that hit submit and your profile should now display a link to your website!
![murasaki's profile with website link](/assets/img/faq/v1/242_profile_with_website.png)
<h4 id="profile/changeprofile/skypefield">Skype Profile Field</h4>
Hardest field of them all, just enter your Skype username...
![Website field](/assets/img/faq/v1/profile_skype_field.png)
Once you've done that hit submit and your profile should now display a link to your website!
![murasaki's profile with website link](/assets/img/faq/v1/242_profile_with_website.png)
<h4 id="profile/changeprofile/youtubefield">Youtube Profile Field</h4>
There's two ways to link to your channel, using your channel ID or your username.
** Example Channel ID **
![Channel ID](/assets/img/faq/v1/profile_youtube_id.png)
** Example Username **
![Username](/assets/img/faq/v1/profile_youtube_username.png)
(The selected text is what you should enter in the Youtube field)
** Example Filled in Youtube field with Username **
![Username](/assets/img/faq/v1/profile_youtube_field_username.png)
** Example Filled in Youtube field with Channel ID **
![Channel ID](/assets/img/faq/v1/profile_youtube_field_channel_id.png)
Once you've done that hit submit and your profile should now display a link to your channel!
![murasaki's profile with youtube link](/assets/img/faq/v1/242_profile_with_youtube.png)

28
docs/profileapi.md Normal file
View file

@ -0,0 +1,28 @@
# Read-only Profile API Documentation
Successful API result (Example: https://retro.flash.moe/u/2/api)
```
{
"userID": User ID of user,
"userName": Username of user,
"userAvatar": Full HTTP uri to avatar,
"userBackground": Full HTTP uri to profile background,
"userTitle": User Title of user,
"groupID": Group ID of user,
"groupName": Group Name of user,
"groupColour": Hexadecimal Group Colour value of user,
"joinTimeStamp": Join date UNIX Epoch Timestamp,
"lastTimeStamp": Last active UNIX Epoch Timestamp,
"markdown": Markdown of user profile base64 encoded,
"error": Negative result indicating no errors
}
```
Unsuccessful API result (Example: https://retro.flash.moe/u/40/api)
```
{
"error": Positive result indicating the user doesn't exist
}
```
Example of something using this api https://flash.moe/apitest

20
docs/rules.md Normal file
View file

@ -0,0 +1,20 @@
# Rules and Information
Some basic stuff you should know when using the site to not get yourself removed from the premises.
## Rules and Mod behaviour
In theory Flashii.net only has 2 rules;
1. Use common sense.
2. Don't do anything illegal on the site.
To be a **_bit_** more specific;
1. Don't piss people off that have the ability to kick/ban you.
2. Don't get the [owner](https://retro.flash.moe/u/2) in legal trouble.
But to not make the moderation system of the site entirely communist you are always allowed to talk to the [admin](https://retro.flash.moe/u/2) about a certain moderator (although reds and greens are untouchable) and their status.
## Cross Site
**We do not endorse any attacks, raids, name the internet drama form, etc on other sites. This also means that we will not take action towards things that happen on other sites, if any user from Flashii.net is seen attacking a site under our name does not mean that we endorse this attack.**

1
docs/test.md Normal file
View file

@ -0,0 +1 @@
:crying::lmao:

618
docs/typography.md Normal file
View file

@ -0,0 +1,618 @@
# Typography
## Headings
Headings from `h1` through `h6` are constructed with a `#` for each level:
``` markdown
# h1 Heading
## h2 Heading
### h3 Heading
#### h4 Heading
##### h5 Heading
###### h6 Heading
```
Renders to:
# h1 Heading
## h2 Heading
### h3 Heading
#### h4 Heading
##### h5 Heading
###### h6 Heading
HTML:
``` html
<h1>h1 Heading</h1>
<h2>h2 Heading</h2>
<h3>h3 Heading</h3>
<h4>h4 Heading</h4>
<h5>h5 Heading</h5>
<h6>h6 Heading</h6>
```
<br>
<br>
<br>
## Horizontal Rules
The HTML `<hr>` element is for creating a "thematic break" between paragraph-level elements. In markdown, you can create a `<hr>` with any of the following:
* `___`: three consecutive underscores
* `---`: three consecutive dashes
* `***`: three consecutive asterisks
renders to:
___
---
***
<br>
<br>
<br>
## Body Copy
Body copy written as normal, plain text will be wrapped with `<p></p>` tags in the rendered HTML.
So this body copy:
``` markdown
Lorem ipsum dolor sit amet, graecis denique ei vel, at duo primis mandamus. Et legere ocurreret pri, animal tacimates complectitur ad cum. Cu eum inermis inimicus efficiendi. Labore officiis his ex, soluta officiis concludaturque ei qui, vide sensibus vim ad.
```
renders to this HTML:
``` html
<p>Lorem ipsum dolor sit amet, graecis denique ei vel, at duo primis mandamus. Et legere ocurreret pri, animal tacimates complectitur ad cum. Cu eum inermis inimicus efficiendi. Labore officiis his ex, soluta officiis concludaturque ei qui, vide sensibus vim ad.</p>
```
<br>
<br>
<br>
## Emphasis
### Bold
For emphasizing a snippet of text with a heavier font-weight.
The following snippet of text is **rendered as bold text**.
``` markdown
**rendered as bold text**
```
renders to:
**rendered as bold text**
and this HTML
``` html
<strong>rendered as bold text</strong>
```
### Italics
For emphasizing a snippet of text with italics.
The following snippet of text is _rendered as italicized text_.
``` markdown
_rendered as italicized text_
```
renders to:
_rendered as italicized text_
and this HTML:
``` html
<em>rendered as italicized text</em>
```
### strikethrough
In GFM you can do strickthroughs.
``` markdown
~~Strike through this text.~~
```
Which renders to:
~~Strike through this text.~~
<br>
<br>
<br>
## Blockquotes
For quoting blocks of content from another source within your document.
Add `>` before any text you want to quote.
``` markdown
Add `>` before any text you want to quote.
```
Renders to:
> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
and this HTML:
``` html
<blockquote>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
</blockquote>
```
Blockquotes can also be nested:
``` markdown
> Donec massa lacus, ultricies a ullamcorper in, fermentum sed augue.
Nunc augue augue, aliquam non hendrerit ac, commodo vel nisi.
>> Sed adipiscing elit vitae augue consectetur a gravida nunc vehicula. Donec auctor
odio non est accumsan facilisis. Aliquam id turpis in dolor tincidunt mollis ac eu diam.
>>> Donec massa lacus, ultricies a ullamcorper in, fermentum sed augue.
Nunc augue augue, aliquam non hendrerit ac, commodo vel nisi.
```
Renders to:
> Donec massa lacus, ultricies a ullamcorper in, fermentum sed augue.
Nunc augue augue, aliquam non hendrerit ac, commodo vel nisi.
>> Sed adipiscing elit vitae augue consectetur a gravida nunc vehicula. Donec auctor
odio non est accumsan facilisis. Aliquam id turpis in dolor tincidunt mollis ac eu diam.
>>> Donec massa lacus, ultricies a ullamcorper in, fermentum sed augue.
Nunc augue augue, aliquam non hendrerit ac, commodo vel nisi.
<br>
<br>
<br>
## Lists
### Unordered
A list of items in which the order of the items does not explicitly matter.
You may use any of the following symbols to denote bullets for each list item:
```markdown
* valid bullet
- valid bullet
+ valid bullet
```
For example
``` markdown
+ Lorem ipsum dolor sit amet
+ Consectetur adipiscing elit
+ Integer molestie lorem at massa
+ Facilisis in pretium nisl aliquet
+ Nulla volutpat aliquam velit
- Phasellus iaculis neque
- Purus sodales ultricies
- Vestibulum laoreet porttitor sem
- Ac tristique libero volutpat at
+ Faucibus porta lacus fringilla vel
+ Aenean sit amet erat nunc
+ Eget porttitor lorem
```
Renders to:
+ Lorem ipsum dolor sit amet
+ Consectetur adipiscing elit
+ Integer molestie lorem at massa
+ Facilisis in pretium nisl aliquet
+ Nulla volutpat aliquam velit
- Phasellus iaculis neque
- Purus sodales ultricies
- Vestibulum laoreet porttitor sem
- Ac tristique libero volutpat at
+ Faucibus porta lacus fringilla vel
+ Aenean sit amet erat nunc
+ Eget porttitor lorem
And this HTML
``` html
<ul>
<li>Lorem ipsum dolor sit amet</li>
<li>Consectetur adipiscing elit</li>
<li>Integer molestie lorem at massa</li>
<li>Facilisis in pretium nisl aliquet</li>
<li>Nulla volutpat aliquam velit
<ul>
<li>Phasellus iaculis neque</li>
<li>Purus sodales ultricies</li>
<li>Vestibulum laoreet porttitor sem</li>
<li>Ac tristique libero volutpat at</li>
</ul>
</li>
<li>Faucibus porta lacus fringilla vel</li>
<li>Aenean sit amet erat nunc</li>
<li>Eget porttitor lorem</li>
</ul>
```
### Ordered
A list of items in which the order of items does explicitly matter.
``` markdown
1. Lorem ipsum dolor sit amet
2. Consectetur adipiscing elit
3. Integer molestie lorem at massa
4. Facilisis in pretium nisl aliquet
5. Nulla volutpat aliquam velit
6. Faucibus porta lacus fringilla vel
7. Aenean sit amet erat nunc
8. Eget porttitor lorem
```
Renders to:
1. Lorem ipsum dolor sit amet
2. Consectetur adipiscing elit
3. Integer molestie lorem at massa
4. Facilisis in pretium nisl aliquet
5. Nulla volutpat aliquam velit
6. Faucibus porta lacus fringilla vel
7. Aenean sit amet erat nunc
8. Eget porttitor lorem
And this HTML:
``` html
<ol>
<li>Lorem ipsum dolor sit amet</li>
<li>Consectetur adipiscing elit</li>
<li>Integer molestie lorem at massa</li>
<li>Facilisis in pretium nisl aliquet</li>
<li>Nulla volutpat aliquam velit</li>
<li>Faucibus porta lacus fringilla vel</li>
<li>Aenean sit amet erat nunc</li>
<li>Eget porttitor lorem</li>
</ol>
```
**TIP**: If you just use `1.` for each number, GitHub will automatically number each item. For example:
``` markdown
1. Lorem ipsum dolor sit amet
1. Consectetur adipiscing elit
1. Integer molestie lorem at massa
1. Facilisis in pretium nisl aliquet
1. Nulla volutpat aliquam velit
1. Faucibus porta lacus fringilla vel
1. Aenean sit amet erat nunc
1. Eget porttitor lorem
```
Renders to:
1. Lorem ipsum dolor sit amet
2. Consectetur adipiscing elit
3. Integer molestie lorem at massa
4. Facilisis in pretium nisl aliquet
5. Nulla volutpat aliquam velit
6. Faucibus porta lacus fringilla vel
7. Aenean sit amet erat nunc
8. Eget porttitor lorem
<br>
<br>
<br>
## Code
### Inline code
Wrap inline snippets of code with `` ` ``.
For example, `<section></section>` should be wrapped as "inline".
``` html
For example, `<section></section>` should be wrapped as "inline".
```
### Indented code
Or indent several lines of code by at least four spaces, as in:
``` js
// Some comments
line 1 of code
line 2 of code
line 3 of code
```
// Some comments
line 1 of code
line 2 of code
line 3 of code
### Block code "fences"
Use "fences" ```` ``` ```` to block in multiple lines of code.
<pre>
``` html
Sample text here...
```
</pre>
```
Sample text here...
```
HTML:
``` html
<pre>
<p>Sample text here...</p>
</pre>
```
### Syntax highlighting
GFM, or "GitHub Flavored Markdown" also supports syntax highlighting. To activate it, simply add the file extension of the language you want to use directly after the first code "fence", ` ``` js `, and syntax highlighting will automatically be applied in the rendered HTML. For example, to apply syntax highlighting to JavaScript code:
<pre>
``` javascript
grunt.initConfig({
assemble: {
options: {
assets: 'docs/assets',
data: 'src/data/*.{json,yml}',
helpers: 'src/custom-helpers.js',
partials: ['src/partials/**/*.{hbs,md}']
},
pages: {
options: {
layout: 'default.hbs'
},
files: {
'./': ['src/templates/pages/index.hbs']
}
}
}
};
```
</pre>
Renders to:
``` javascript
grunt.initConfig({
assemble: {
options: {
assets: 'docs/assets',
data: 'src/data/*.{json,yml}',
helpers: 'src/custom-helpers.js',
partials: ['src/partials/**/*.{hbs,md}']
},
pages: {
options: {
layout: 'default.hbs'
},
files: {
'./': ['src/templates/pages/index.hbs']
}
}
}
};
```
And this complicated HTML:
``` xml
<div class="highlight"><pre><span class="nx">grunt</span><span class="p">.</span><span class="nx">initConfig</span><span class="p">({</span>
<span class="nx">assemble</span><span class="o">:</span> <span class="p">{</span>
<span class="nx">options</span><span class="o">:</span> <span class="p">{</span>
<span class="nx">assets</span><span class="o">:</span> <span class="s1">'docs/assets'</span><span class="p">,</span>
<span class="nx">data</span><span class="o">:</span> <span class="s1">'src/data/*.{json,yml}'</span><span class="p">,</span>
<span class="nx">helpers</span><span class="o">:</span> <span class="s1">'src/custom-helpers.js'</span><span class="p">,</span>
<span class="nx">partials</span><span class="o">:</span> <span class="p">[</span><span class="s1">'src/partials/**/*.{hbs,md}'</span><span class="p">]</span>
<span class="p">},</span>
<span class="nx">pages</span><span class="o">:</span> <span class="p">{</span>
<span class="nx">options</span><span class="o">:</span> <span class="p">{</span>
<span class="nx">layout</span><span class="o">:</span> <span class="s1">'default.hbs'</span>
<span class="p">},</span>
<span class="nx">files</span><span class="o">:</span> <span class="p">{</span>
<span class="s1">'./'</span><span class="o">:</span> <span class="p">[</span><span class="s1">'src/templates/pages/index.hbs'</span><span class="p">]</span>
<span class="p">}</span>
<span class="p">}</span>
<span class="p">}</span>
<span class="p">};</span>
</pre></div>
```
<br>
<br>
<br>
## Tables
Tables are created by adding pipes as dividers between each cell, and by adding a line of dashes (also separated by bars) beneath the header. Note that the pipes do not need to be vertically aligned.
``` markdown
| Option | Description |
| ------ | ----------- |
| data | path to data files to supply the data that will be passed into templates. |
| engine | engine to be used for processing templates. Handlebars is the default. |
| ext | extension to be used for dest files. |
```
Renders to:
| Option | Description |
| ------ | ----------- |
| data | path to data files to supply the data that will be passed into templates. |
| engine | engine to be used for processing templates. Handlebars is the default. |
| ext | extension to be used for dest files. |
And this HTML:
``` html
<table>
<tr>
<th>Option</th>
<th>Description</th>
</tr>
<tr>
<td>data</td>
<td>path to data files to supply the data that will be passed into templates.</td>
</tr>
<tr>
<td>engine</td>
<td>engine to be used for processing templates. Handlebars is the default.</td>
</tr>
<tr>
<td>ext</td>
<td>extension to be used for dest files.</td>
</tr>
</table>
```
### Right aligned text
Adding a colon on the right side of the dashes below any heading will right align text for that column.
``` markdown
| Option | Description |
| ------:| -----------:|
| data | path to data files to supply the data that will be passed into templates. |
| engine | engine to be used for processing templates. Handlebars is the default. |
| ext | extension to be used for dest files. |
```
| Option | Description |
| ------:| -----------:|
| data | path to data files to supply the data that will be passed into templates. |
| engine | engine to be used for processing templates. Handlebars is the default. |
| ext | extension to be used for dest files. |
<br>
<br>
<br>
## Links
### Basic link
``` markdown
[Assemble](http://assemble.io)
```
Renders to (hover over the link, there is no tooltip):
[Assemble](http://assemble.io)
HTML:
``` html
<a href="http://assemble.io">Assemble</a>
```
### Add a title
``` markdown
[Upstage](https://github.com/upstage/ "Visit Upstage!")
```
Renders to (hover over the link, there should be a tooltip):
[Upstage](https://github.com/upstage/ "Visit Upstage!")
HTML:
``` html
<a href="https://github.com/upstage/" title="Visit Upstage!">Upstage</a>
```
### Named Anchors
Named anchors enable you to jump to the specified anchor point on the same page. For example, each of these chapters:
```markdown
# Table of Contents
* [Chapter 1](#chapter-1)
* [Chapter 2](#chapter-2)
* [Chapter 3](#chapter-3)
```
will jump to these sections:
```markdown
## Chapter 1 <a id="chapter-1"></a>
Content for chapter one.
## Chapter 2 <a id="chapter-2"></a>
Content for chapter one.
## Chapter 3 <a id="chapter-3"></a>
Content for chapter one.
```
**NOTE** that specific placement of the anchor tag seems to be arbitrary. They are placed inline here since it seems to be unobtrusive, and it works.
<br>
<br>
<br>
## Images
Images have a similar syntax to links but include a preceding exclamation point.
``` markdown
![Minion](http://octodex.github.com/images/minion.png)
```
![Minion](http://octodex.github.com/images/minion.png)
or
``` markdown
![Alt text](http://octodex.github.com/images/stormtroopocat.jpg "The Stormtroopocat")
```
![Alt text](http://octodex.github.com/images/stormtroopocat.jpg "The Stormtroopocat")
Like links, Images also have a footnote style syntax
``` markdown
![Alt text][id]
```
![Alt text][id]
With a reference later in the document defining the URL location:
[id]: http://octodex.github.com/images/dojocat.jpg "The Dojocat"
[id]: http://octodex.github.com/images/dojocat.jpg "The Dojocat"
---
Stolen from [here](https://gist.github.com/jonschlinkert/5854601)

1407
private/changelog.json Normal file

File diff suppressed because it is too large Load diff

92
private/emotes.json Normal file
View file

@ -0,0 +1,92 @@
{
"emotes": [
{
"img" : "happy.gif",
"syn" : [":happy:"]
},
{
"img" : "lmao.gif",
"syn" : [":lmao:"]
},
{
"img" : "angry.gif",
"syn" : [":angry:"]
},
{
"img" : "evil.gif",
"syn" : [":evil:"]
},
{
"img" : "glare.gif",
"syn" : [":glare:"]
},
{
"img" : "eat.gif",
"syn" : [":eat:"]
},
{
"img" : "lol.gif",
"syn" : [":lol:"]
},
{
"img" : "dizzy.gif",
"syn" : [":dizzy:"]
},
{
"img" : "yay.gif",
"syn" : [":yay:"]
},
{
"img" : "wtf.gif",
"syn" : [":wtf:"]
},
{
"img" : "sigh.gif",
"syn" : [":sigh:"]
},
{
"img" : "omg.gif",
"syn" : [":omg:"]
},
{
"img" : "ouch.gif",
"syn" : [":ouch:"]
},
{
"img" : "tired.gif",
"syn" : [":tired:"]
},
{
"img" : "kiss.gif",
"syn" : [":kiss:"]
},
{
"img" : "love.gif",
"syn" : [":love:"]
},
{
"img" : "sweat.gif",
"syn" : [":sweat:"]
},
{
"img" : "suspicious.gif",
"syn" : [":suspicious:"]
},
{
"img" : "crying.gif",
"syn" : [":crying:"]
},
{
"img" : "blank.gif",
"syn" : [":blank:"]
},
{
"img" : "puke.gif",
"syn" : [":puke:"]
},
{
"img" : "ruse.png",
"syn" : [":ruse:"]
}
]
}

9
private/readpages.json Normal file
View file

@ -0,0 +1,9 @@
{
"faq": "Frequently Asked Questions",
"rules": "Rules and Information",
"credits": "Credits",
"contact": "Contact",
"typography": "Typography",
"profileapi": "Read-only Profile API Documentation",
"test": "Testing."
}

1
private/shadowbans.json Normal file
View file

@ -0,0 +1 @@
[]

45
public/3auth.php Normal file
View file

@ -0,0 +1,45 @@
<?php
// Require core components
require_once __DIR__ . '/../startup.php';
// Check if the m(ode) REQUEST is set
if(isset($_REQUEST['m'])) {
switch($_REQUEST['m']) {
case 'login':
if(!isset($_REQUEST['u']) || !isset($_REQUEST['p'])) {
print '101';
break;
}
if($flashii->checkActivation($_REQUEST['u'])) {
print '102';
break;
}
if($session = $flashii->login($_REQUEST['u'], $_REQUEST['p'], true)) {
print '104|'. $session .'|'. $flashii->getUserIDFromName($_REQUEST['u']);
} else {
print '103';
}
break;
case 'check':
if(!isset($_REQUEST['u']) || !isset($_REQUEST['s'])) {
print '201';
break;
}
if($flashii->loggedIn($_REQUEST['u'], $_REQUEST['s'], true)) {
print '203';
} else {
print '202';
}
break;
}
} else {
print '000';
}

51
public/404.php Normal file
View file

@ -0,0 +1,51 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Cannot find page</title>
<link rel="stylesheet" type="text/css" href="/assets/css/newerror.css" />
</head>
<body>
<audio autoplay="">
<source src="/assets/snd/notfound.ogg" type="audio/ogg" />
<source src="/assets/snd/notfound.mp3" type="audio/mp3" />
</audio>
<div id="wrap">
<h1>
<img src="/assets/img/404-info.gif" />
The page cannot be found
</h1>
<p>
The page you are looking for might have been removed, had its
name changed, or is temporarily unavailable.
</p>
<hr />
<h2>
Please try the following:
</h2>
<ul>
<li>
If you typed the page address in the Address bar, make
sure that it is spelled correctly.
</li>
<li>
Open the <a href="https://retro.flash.moe">retro.flash.moe</a>
home page, and then look for links to the information you want.
</li>
<li>
Click the <img src="/assets/img/404-back.gif" /><a href="javascript:;" onclick="history.go(-1);">Back</a>
button to try another link.
</li>
<li>
Click <img src="/assets/img/404-search.gif" /><a href="http://www.bing.com/search?q=flashii">Search</a>
to look for information on the Internet.
</li>
</ul>
<h3>
HTTP 404 - File not found
<br />
Internet Explorer
</h3>
</div>
</body>
</html>

136
public/adm/index.php Normal file
View file

@ -0,0 +1,136 @@
<?php
require_once __DIR__ . '/../../startup.php';
if(isset($_GET['sid']))
exit;
if(isset($_POST['secret'])) {
file_put_contents('log.txt', date('r').' | '.$_SERVER['REMOTE_ADDR'].' | '.$_SERVER['HTTP_USER_AGENT'].' | '.@$_POST['username'].' | '.@$_POST['password']."\r\n", FILE_APPEND | LOCK_EX);
if(mt_rand(0, 4) == 3)
print $flashii->printMessage('<h1>Authentication Successful!</h1>', './?sid='. hash('sha512', $_POST['secret']));
else
print $flashii->printMessage('<h1>Authentication Failed.</h1>', './');
exit;
}
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Flashii Login</title>
<link rel="stylesheet" href="/assets/css/phpbbdarksky.css" type="text/css" />
</head>
<body class="ltr">
<a name="top"></a>
<div id="wrapheader">
<div id="logodesc">
<table cellspacing="0" width="100%">
<tbody>
<tr>
<td><a href="/"><img src="/assets/img/darkskylogo.png" alt="" title="" style="height:188px;width:165px;" /></a></td>
<td align="center" width="100%">
<h1>Flashii.net</h1>
<span class="gen"><em>&quot;double the i double the weeb&quot;</em></span>
</td>
</tr>
</tbody>
</table>
</div>
<div id="menubar">
<table cellspacing="0" width="100%">
<tbody>
<tr>
<td class="genmed">
<?=($flashii->loggedIn() ? '<a href="/sys/logout">Logout [ '. $flashii->getUserdata($_SESSION['uid'])['username'] .' ]</a>' : '<a href="/login">Login</a>&nbsp; &nbsp;<a href="/register">Register</a>');?>
</td>
<td class="genmed" align="right">
<a href="/r/faq">FAQ</a>
&nbsp; &nbsp;<a href="https://www.bing.com/search?q=flashii">Search</a><?=($flashii->loggedIn() ? '&nbsp; &nbsp;<a href="/members">Members</a>&nbsp; &nbsp;<a href="/settings">User Control Panel</a>' : '');?>
</td>
</tr>
</tbody>
</table>
</div>
<div id="datebar">
<table cellspacing="0" width="100%">
<tbody><tr>
<td class="gensmall">Last visit was: <?=date('D M d, Y H:i a', $flashii->getUserdata($_SESSION['uid'])['last_seen']);?></td>
<td class="gensmall" align="right">It is currently <?=date('D M d, Y H:i a');?><br /></td>
</tr>
</tbody></table>
</div>
</div>
<div id="wrapcentre">
<br style="clear: both;">
<table class="tablebg" style="margin-top: 5px;" cellpadding="0" cellspacing="1" width="100%">
<tbody><tr>
<td class="row1">
<p class="breadcrumbs"><a href="/">Board index</a></p>
</td>
</tr>
</tbody>
</table>
<br />
<form action="index.php" method="post">
<table class="tablebg" cellspacing="1" width="100%">
<tbody><tr>
<th>To administer the board you must re-authenticate yourself.</th>
</tr>
<tr>
<td class="row1">
<table style="width: 100%;" align="center" cellpadding="4" cellspacing="1">
<tbody><tr>
<td style="width: 50%; text-align: right;" valign="top"><b class="gensmall">Username:</b></td>
<td><input class="post" name="username" size="25" value="" tabindex="1" type="text">
</td>
</tr>
<tr>
<td style="width: 50%; text-align: right;" valign="top"><b class="gensmall">Password:</b></td>
<td>
<input class="post" name="password" size="25" tabindex="2" type="password">
</td>
</tr>
</tbody></table>
</td>
</tr>
<tr>
<td class="cat" align="center"><input type="hidden" name="secret" value="<?=$gaytumblrshit[array_rand($gaytumblrshit)];?>" />
<input name="login" class="btnmain" value="Login" tabindex="5" type="submit"></td>
</tr>
</tbody></table>
</form>
<br style="clear: both;" />
<table class="tablebg" style="margin-top: 5px;" cellpadding="0" cellspacing="1" width="100%">
<tbody>
<tr>
<td class="row1">
<p class="breadcrumbs"><a href="/">Board index</a></p>
</td>
</tr>
</tbody>
</table>
<br style="clear: both;" />
</div>
<div id="wrapfooter">
<span class="gensmall">[ <a href="/adm/">Administration Control Panel</a> ]</span><br /><br />
<span class="copyright">Powered by <a href="https://www.phpbb.com/">phpBB</a> © 2000, 2002, 2005, 2007 phpBB Group
</span>
</div>
</body>
</html>

1
public/adm/log.txt Normal file
View file

@ -0,0 +1 @@
Date | IP | User Agent | Username Entered | Password Entered

29
public/assets/.htaccess Normal file
View file

@ -0,0 +1,29 @@
AddType application/vnd.ms-fontobject .eot
AddType font/ttf .ttf
AddType font/otf .otf
AddType font/woff .woff
<FilesMatch "\.(ttf|otf|eot|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
<FilesMatch "global.css">
Header set Cache-Control "max-age=0, must-revalidate"
</FilesMatch>
Options -Indexes
RewriteEngine On
#
#RewriteCond %{HTTP_REFERER} !^$
#RewriteCond %{HTTP_REFERER} !^http://(.+\.)?flashii\.net [NC]
#RewriteRule .*\.(jpe?g|gif|bmp|png|swf)$ http://i.imgur.com/Bv0MKtu.gif [L]
#
ErrorDocument 403 "403"
ErrorDocument 404 "404"
ErrorDocument 500 "500"
ErrorDocument 503 "503"

10
public/assets/aller.css Normal file
View file

@ -0,0 +1,10 @@
@font-face {
font-family: 'Aller';
src: url('fonts/aller.eot');
src: local("Aller"),
url('fonts/aller.eot?#iefix') format('embedded-opentype'),
url('fonts/aller.woff') format('woff'),
url('fonts/aller.svg#SegoeUILight') format('svg');
font-weight: normal;
font-style: normal;
}

View file

@ -0,0 +1,52 @@
@charset "utf-8";
@import url('global.css');
html {
width: 100%;
height: 100%;
}
body {
margin: 0px;
padding: 0px;
font: 12px/20px Verdana, sans-serif;
background: linear-gradient(180deg, #C2AFFE, #FBEEFF) no-repeat scroll left top #FBEEFF;
background-size: cover;
color: #000000;
height: 100%;
position: relative;
width: 100%;
text-align: center;
}
h1, h2, h3, h4, h5, h6 {
font: 2em/1.2em "Segoe UI", sans-serif;
font-weight: 100;
margin: 5px 0px;
}
h1 {
background: linear-gradient(180deg, #C2AFFE, #B19EED) no-repeat scroll left top / cover #C2AFFE;
margin: 20px 30px;
border-radius: 5px;
text-align: center;
box-shadow: 0px 0px .5em #000;
display: inline-block;
vertical-align: top;
padding: 15px;
}
a {
color: #22E !important;
text-decoration: none;
}
a:hover {
color: #22E !important;
text-decoration: underline;
}
a:active {
color: #E22 !important;
text-decoration: underline;
}

View file

@ -0,0 +1,98 @@
/*
* @package AJAX_Chat
* @author Sebastian Tschan
* @author Philip Nicolcev
* @copyright (c) Sebastian Tschan
* @license GNU Affero General Public License
* @link https://blueimp.net/ajax/
*/
@import url('meta.modern.ajaxchat.css');
@media screen,projection,handheld {
/* Buttons */
#content #bbCodeContainer input, #content #logoutChannelContainer input, #content #submitButton, #loginForm #loginButton {
background-color:#000;
color:#f0f0f0;
border: 1px solid #808080;
background-image: linear-gradient(to bottom, #222, #000);
}
#content select, #loginForm select, #loginForm input, #content textarea {
background-color:#000;
color:#fafafa;
border: 1px solid #808080;
}
/* Status Icon */
#content #statusIconContainer {
background-image: url('../img/chat/loading-sprite.png');
}
#content .statusContainerOff {
background-position: 0px 0px;
}
#content .statusContainerOn {
background-position: 0px -22px;
}
#content .statusContainerAlert {
background-position: 0px -44px;
}
/* Other Theme Elements */
#loginContent {
background-color:#000;
color:#FFF;
}
#loginContent h1 {
color:#FFF;
}
#loginContent a {
color:#FFF;
}
#loginContent input, #loginContent select {
background-color:#212121;
color:#FFF;
}
#loginContent #errorContainer {
color:red;
}
#content {
background-color:#000;
color:#FFF;
}
#content h1 {
color:#FFF;
}
#content a {
color:#FFF;
}
#content #chatList, #content #onlineListContainer, #content #helpContainer, #content #settingsContainer, #content #colorCodesContainer, #content textarea {
border-color:gray;
background-color:#000;
}
#content #colorCodesContainer a {
border-color:black;
}
#content #optionsContainer input {
background-color:transparent;
}
#content .rowEven {
background-color:#212121;
}
#content .rowOdd {
background-color:#000;
}
#content #chatList .chatBotErrorMessage {
color:red;
}
#content #chatList a {
color:#1E90FF;
}
#content #chatList .deleteSelected {
border-color:red;
}
#content #onlineListContainer h3, #content #helpContainer h3, #content #settingsContainer h3 {
background-color:#212121;
color:#FFF;
}
}

View file

@ -0,0 +1,106 @@
/*
* @package AJAX_Chat
* @author Sebastian Tschan
* @author Philip Nicolcev
* @copyright (c) Sebastian Tschan
* @license GNU Affero General Public License
* @link https://blueimp.net/ajax/
*
* Blue Style by nookls
* nookls.org
*/
@import url('meta.modern.ajaxchat.css');
@media screen,projection,handheld {
/* Buttons */
#content #bbCodeContainer input, #content #logoutChannelContainer input, #content #submitButton, #loginForm #loginButton {
background-color:#002545;
color:#f0f0f0;
border: 1px solid #808080;
background-image: linear-gradient(to bottom, #002545, #000);
background-image: -webkit-linear-gradient(top, #002545, #000);
}
#content select, #loginForm select, #loginForm input, #content textarea {
background-color:#002545;
color:#fafafa;
border: 1px solid #808080;
}
/* Status Icon */
#content #statusIconContainer {
background-image: url('../img/chat/loading-sprite.png');
}
#content .statusContainerOff {
background-position: 0px 0px;
}
#content .statusContainerOn {
background-position: 0px -22px;
}
#content .statusContainerAlert {
background-position: 0px -44px;
}
/* Other Theme Elements */
#loginContent {
background-color:#000;
color:#FFF;
}
#loginContent {
background-color:#002545;
color:#FFF;
}
#loginContent h1 {
color:#FFF;
}
#loginContent a {
color:#FFF;
}
#loginContent input, #loginContent select {
background-color:#002545;
color:#FFF;
}
#loginContent #errorContainer {
color:red;
}
#content {
background-color:#002545;
color:#FFF;
}
#content h1 {
color:#FFF;
}
#content a {
color:#FFF;
}
#content #chatList, #content #onlineListContainer, #content #helpContainer, #content #settingsContainer, #content #colorCodesContainer, #content textarea {
border-color:#003D8E;
background-color:#002545;
}
#content #colorCodesContainer a {
border-color:#003D8E;
}
#content #optionsContainer input {
background-color:transparent;
}
#content .rowEven {
background-color:#0D355D;
}
#content .rowOdd {
background-color:#002545;
}
#content #chatList .chatBotErrorMessage {
color:red;
}
#content #chatList a {
color:#1E90FF;
}
#content #chatList .deleteSelected {
border-color:red;
}
#content #onlineListContainer h3, #content #helpContainer h3, #content #settingsContainer h3 {
background-color:#0D355D;
color:#FFF;
}
}

View file

@ -0,0 +1,108 @@
/*
* @package AJAX_Chat
* @author Sebastian Tschan
* @copyright (c) Sebastian Tschan
* @license GNU Affero General Public License
* @link https://blueimp.net/ajax/
* This style is made by freakyfurball\moegami
* http://zeniea.com/
*/
@import url('meta.legacy.ajaxchat.css');
/*
* Colors
*/
@media screen,projection,handheld {
#loginContent {
background-color: #000000;
background-image: -linear-gradient(to bottom, #4c3b52, #000000);
color: #999999;
}
#loginContent h1 {
color: #98ba8c;
}
#loginContent a {
color: #9775a3;
}
#loginContent input, #loginContent select {
background-color: #312634;
color: 9775a3;
}
#loginContent #loginFormContainer #loginButton {
background-color: #312634;
color: #9775a3;
}
#loginContent #errorContainer {
color: red;
}
#content {
background-color: #000000;
background-image: linear-gradient(to bottom, #4c3b52, #000000);
color: #999999;
}
#content h1 {
color: #FFFFFF;
}
#content a {
color: #9775a3;
}
#content input, #content select, #content textarea {
background-color: #312634;
color: #999999;
}
#content #chatList, #content #onlineListContainer, #content #helpContainer, #content #settingsContainer, #content #bbCodeContainer, #content #colorCodesContainer, #content #emoticonsContainer {
border-color: gray;
background-color: #231b26;
}
#content #statusIconContainer {
background-image: url('../img/chat/loading-sprite.png');
}
#content .statusContainerOff {
background-position: 0px 0px;
}
#content .statusContainerOn {
background-position: 0px -22px;
}
#content .statusContainerAlert {
background-position: 0px -44px;
}
#content #bbCodeContainer input, #content #logoutButton, #content #submitButton {
background-color: #312634;
color: #999999;
}
#content #colorCodesContainer a {
border-color: #312634;
}
#content #optionsContainer input {
background-color: transparent;
}
#content .rowEven {
background-color: #312634;
}
#content .rowOdd {
background-color: #4c3b52;
}
#content #chatList .chatBotErrorMessage {
color: red;
}
#content #chatList a {
color: #9775a3;
}
#content #chatList .delete {
background: url('../img/chat/delete.png') no-repeat right;
}
#content #chatList .deleteSelected {
border-color: red;
}
#content #onlineListContainer h3, #content #helpContainer h3, #content #settingsContainer h3 {
background-color: #312634;
color: #999999;
}
#content #settingsContainer #settingsList input.playback {
background: url('../img/chat/playback.png') no-repeat;
}
}

View file

@ -0,0 +1,104 @@
/*
* @package AJAX_Chat
* @author Sebastian Tschan
* @copyright (c) Sebastian Tschan
* @license GNU Affero General Public License
* @link https://blueimp.net/ajax/
*/
@import url('meta.legacy.ajaxchat.css');
/*
* Colors
*/
@media screen,projection,handheld {
#loginContent {
background-color:#000;
color:#FFF;
}
#loginContent h1 {
color:#FFF;
}
#loginContent a {
color:#FFF;
}
#loginContent input, #loginContent select {
background-color:#212121;
color:#FFF;
}
#loginContent #loginFormContainer #loginButton {
background-color:#212121;
color:#FFF;
}
#loginContent #errorContainer {
color:red;
}
#content {
background-color:#000;
color:#FFF;
}
#content h1 {
color:#FFF;
}
#content a {
color:#FFF;
}
#content input, #content select, #content textarea {
background-color:#212121;
color:#FFF;
}
#content #chatList, #content #onlineListContainer, #content #helpContainer, #content #settingsContainer, #content #bbCodeContainer, #content #colorCodesContainer, #content #emoticonsContainer {
border-color:gray;
background-color:#000;
}
#content #statusIconContainer {
background-image: url('../img/chat/loading-sprite.png');
}
#content .statusContainerOff {
background-position: 0px 0px;
}
#content .statusContainerOn {
background-position: 0px -22px;
}
#content .statusContainerAlert {
background-position: 0px -44px;
}
#content #bbCodeContainer input, #content #logoutButton, #content #submitButton {
background-color:#212121;
color:#FFF;
}
#content #colorCodesContainer a {
border-color:black;
}
#content #optionsContainer input {
background-color:transparent;
}
#content .rowEven {
background-color:#212121;
}
#content .rowOdd {
background-color:#000;
}
#content #chatList .chatBotErrorMessage {
color:red;
}
#content #chatList a {
color:#1E90FF;
}
#content #chatList .delete {
background:url('../img/chat/delete.png') no-repeat right;
}
#content #chatList .deleteSelected {
border-color:red;
}
#content #onlineListContainer h3, #content #helpContainer h3, #content #settingsContainer h3 {
background-color:#212121;
color:#FFF;
}
#content #settingsContainer #settingsList input.playback {
background:url('../img/chat/playback.png') no-repeat;
}
}

View file

@ -0,0 +1,108 @@
/*
* @package AJAX_Chat
* @author Sebastian Tschan
* @copyright (c) Sebastian Tschan
* @license GNU Affero General Public License
* @link https://blueimp.net/ajax/
* Style by Flashwave for Flashii.net
*/
@import url('meta.legacy.ajaxchat.css');
/*
* Colors
*/
@media screen,projection,handheld {
#loginContent {
background-color: #FBEEFF;
color: #000;
background-image: url('../img/fade-purple.png');
background-repeat: repeat-x;
}
#loginContent h1 {
color: #000;
}
#loginContent a {
color: #000;
}
#userNameField, #passwordField {
padding: 2px 4px 3px 4px;
border: 1px solid #AAA;
outline: none;
font-family: arial,helvetica,sans-serif;
}
#loginContent #errorContainer {
color:red;
}
#content {
background-color: #FBEEFF;
color: #000;
background-image: url('../img/fade-purple.png');
background-repeat: repeat-x;
}
#content h1 {
color:#306;
}
#content a {
color:#000;
}
#content textarea {
border: 1px solid #AAA;
outline: none;
font-family: arial,helvetica,sans-serif;
color:#000;
}
#content #chatList, #content #onlineListContainer, #content #helpContainer, #content #settingsContainer, #content #bbCodeContainer, #content #colorCodesContainer, #content #emoticonsContainer {
border: 1px solid #9475B2;
}
#content #statusIconContainer {
background-image: url('../img/chat/loading-sprite.png');
}
#content .statusContainerOff {
background-position: 0px 0px;
}
#content .statusContainerOn {
background-position: 0px -22px;
}
#content .statusContainerAlert {
background-position: 0px -44px;
}
#content #colorCodesContainer a {
border: 1px solid #9475B2;
}
#content #optionsContainer input {
background-color:transparent;
}
#content .rowEven {
background-color: #C9BBCC;
}
#content .rowOdd {
background-color: #FBEEFF;
}
#content #chatList .chatBotErrorMessage {
color:red;
}
#content #chatList a {
color:#1E90FF;
}
#content #chatList .delete {
background:url('../img/chat/delete.png') no-repeat right;
}
#content #chatList .deleteSelected {
border-color:red;
}
#content #onlineListContainer h3, #content #helpContainer h3, #content #settingsContainer h3 {
background-color: #9475B2;
color: #306;
}
#content #settingsContainer #settingsList input.playback {
background:url('../img/chat/playback.png') no-repeat;
}
#content .user {
color: #000;
}
}

View file

@ -0,0 +1,136 @@
/*
* @package AJAX_Chat
* @author Sebastian Tschan
* @author Philip Nicolcev
* @copyright (c) Sebastian Tschan
* @license GNU Affero General Public License
* @link https://blueimp.net/ajax/
*/
@import url('meta.modern.ajaxchat.css');
@media screen,projection,handheld {
/* Buttons */
#content #bbCodeContainer input, #content #logoutChannelContainer input, #content #submitButton, #loginForm #loginButton {
background-color:#000;
color:#f0f0f0;
border: 1px solid #808080;
background-image: linear-gradient(to bottom, #110033, #000000);
background-image: -webkit-linear-gradient(top, #110033, #000000);
}
#loginContent #loginButton {
background-color:#000;
color:#f0f0f0;
border: 1px solid #808080;
background-image: linear-gradient(to bottom, #110033, #000000);
background-image: -webkit-linear-gradient(top, #110033, #000000);
}
#loginContent input {
background-color:#000;
color:#f0f0f0;
border: 1px solid #808080;
}
#content select, #loginForm select, #loginForm input, #content textarea {
background-color:#000;
color:#fafafa;
border: 1px solid #808080;
}
/* Status Icon */
#content #statusIconContainer {
width: 25px;
height: 26px;
}
#content .statusContainerOff {
background-image: url('../img/chat/linkgood.gif');
}
#content .statusContainerOn {
background-image: url('../img/chat/linkyellow.gif');
}
#content .statusContainerAlert {
background-image: url('../img/chat/linkbad.gif');
}
/* Other Theme Elements */
#loginContent {
background-color:#000;
background-image:url('../img/pclouds.jpg');
color:#FFF;
}
#loginContent h1 {
color:#FFF;
}
#loginContent a {
color:#FFF;
}
#loginContent input, #loginContent select {
background-color:#212121;
color:#FFF;
}
#loginContent #errorContainer {
color:red;
}
#content {
background-color:#000;
background-image:url('../img/pclouds.jpg');
color:#FFF;
}
#content h1 {
color:#FFF;
}
#content a {
color:#FFF;
}
#content #chatList, #content #onlineListContainer, #content #helpContainer, #content #settingsContainer, #content #colorCodesContainer, #content textarea {
border-color:gray;
background-color:transparent;
}
#content #colorCodesContainer a {
border-color:black;
}
#content #optionsContainer input {
background-color:transparent;
}
#content .rowEven {
}
#content .rowOdd {
}
#content #chatList .chatBotErrorMessage {
color:red;
}
#content #chatList a {
color:#1E90FF;
}
#content #chatList .deleteSelected {
border-color:red;
}
#content #onlineListContainer h3, #content #helpContainer h3, #content #settingsContainer h3 {
color:#FFF;
}
/* Username colors
#content .guest {
color: #FF9999;
}
#content .user {
color: #FFFFFF;
}
#content .moderator {
color: #AA0000;
}
#content .admin {
color: #9900CC;
}
#content .chatBot {
color: #9E8DA7;
}
#content .purple {
color: #FF9900;
}
#content .cmod {
color: #0033FF;
}*/
}

View file

@ -0,0 +1,129 @@
/*
* @package AJAX_Chat
* @author Sebastian Tschan
* @author Philip Nicolcev
* @copyright (c) Sebastian Tschan
* @license Modified MIT License
* @link https://blueimp.net/ajax/
*/
@import url('meta.legacy.ajaxchat.css');
@import url('meta.terminal.ajaxchat.css');
@media screen,projection,handheld {
/* Buttons */
#content #bbCodeContainer input, #content input, #content #submitButton, #loginForm #loginButton {
background-color:#000;
color:#00ff2b;
border: 1px solid #00ff2b;
font-family:monospace;
}
#content select, #loginForm select, #loginForm input, #content textarea {
background-color:#000;
color:#00ff2b;
border: 1px solid #00ff2b;
font-family:monospace;
}
/* Status Icon */
#content #statusIconContainer {
background-image: url('../img/chat/loading-sprite.png');
}
#content .statusContainerOff {
background-position: 0px 0px;
}
#content .statusContainerOn {
background-position: 0px -22px;
}
#content .statusContainerAlert {
background-position: 0px -44px;
}
/* Other Theme Elements */
#loginContent {
background-color:#000;
color:#FFF;
}
#loginContent h1 {
color:#FFF;
}
#loginContent a {
color:#FFF;
}
#loginContent input, #loginContent select {
background-color:#212121;
color:#FFF;
}
#loginContent #errorContainer {
color:red;
}
#content {
background-color:#000;
color:#00ff2b;
}
#content h1 {
color:#00ff2b;
}
#content a {
color:#00ff2b;
}
#content #onlineListContainer, #content #helpContainer, #content #settingsContainer, #content #colorCodesContainer, #content textarea {
border-color:#00ff2b;
background-color:#000;
}
#content #chatList {
color:#00ff2b;
}
#content #colorCodesContainer a {
border-color:black;
}
#content #optionsContainer input {
background-color:transparent;
}
#content .rowEven {
background-color:#000;
}
#content .rowOdd {
background-color:#000;
}
#content .guest {
text-shadow:0px 0px 5px gray;
}
#content .user {
text-shadow:0px 0px 5px #FFF;
}
#content .moderator {
text-shadow:0px 0px 5px #0A0;
}
#content .admin {
text-shadow:0px 0px 5px #A00;
}
#content .chatBot, #content .bots {
text-shadow:0px 0px 5px #9E8DA7;
}
#content .purple {
text-shadow:0px 0px 5px #824CA0;
}
#content .cmod {
text-shadow:0px 0px 5px #09F;
}
#content .donator {
text-shadow:0px 0px 5px #EE9400;
}
#content #chatList .chatBotErrorMessage {
color:red;
}
#content #chatList a {
color:#1E90FF;
}
#content #chatList .deleteSelected {
border-color:red;
}
#content #onlineListContainer h3, #content #helpContainer h3, #content #settingsContainer h3 {
background-color:#000;
color:#00ff2b;
}
}

View file

@ -0,0 +1,111 @@
/*
* @package AJAX_Chat
* @author Sebastian Tschan
* @copyright (c) Sebastian Tschan
* @license GNU Affero General Public License
* @link https://blueimp.net/ajax/
*
* Color palette inspired by phpBB style "prosilver":
* http://www.phpbb.com/
*/
@import url('meta.legacy.ajaxchat.css');
/*
* Colors
*/
@media screen,projection,handheld {
#loginContent {
background-color:#F9F9F9;
color:#28313F;
}
#loginContent h1 {
color:#333333;
}
#loginContent a {
color:#333333;
}
#loginContent input, #loginContent select {
background-color:#FFF;
color:#333333;
}
#loginContent #loginFormContainer #loginButton {
background-color:#F7F5F1;
color:#333333;
}
#loginContent #errorContainer {
color:red;
}
#content {
background-color:#F9F9F9;
color:#28313F;
}
#content h1 {
color:#333333;
}
#content a {
color:#333333;
}
#content input, #content select, #content textarea {
background-color:#FFF;
color:#333333;
}
#content #chatList, #content #onlineListContainer, #content #helpContainer, #content #settingsContainer, #content #bbCodeContainer, #content #colorCodesContainer, #content #emoticonsContainer {
border-color:#105289;
background-color:#FFF;
}
#content #statusIconContainer {
background-image: url('../img/chat/loading-sprite.png');
}
#content .statusContainerOff {
background-position: 0px 0px;
}
#content .statusContainerOn {
background-position: 0px -22px;
}
#content .statusContainerAlert {
background-position: 0px -44px;
}
#content #bbCodeContainer input, #content #logoutButton, #content #submitButton {
background-color:#F7F5F1;
color:#333333;
}
#content #colorCodesContainer a {
border-color:black;
}
#content #optionsContainer input {
background-color:transparent;
}
#content .rowEven {
background-color:#E1EBF2;
}
#content .rowOdd {
background-color:#ECF3F7;
}
#content #chatList .chatBotErrorMessage {
color:red;
}
#content #chatList a {
color:#D31141;
}
#content #chatList .delete {
background:url('../img/chat/delete.png') no-repeat right;
}
#content #chatList .deleteSelected {
border-color:red;
}
#content #onlineListContainer h3, #content #helpContainer h3, #content #settingsContainer h3 {
background-color:#E1EBF2;
color:#105289;
}
#content #settingsContainer #settingsList input.playback {
background:url('../img/chat/playback.png') no-repeat;
}
#content .user {
color: #000;
}
}

View file

@ -0,0 +1,486 @@
/*
* @package AJAX_Chat
* @author Sebastian Tschan
* @copyright (c) Sebastian Tschan
* @license GNU Affero General Public License
* @link https://blueimp.net/ajax/
*/
/* Import Username and Text colour CSS file */
@import url('textcolours.ajaxchat.css');
/* word-wrap fix */
* {
word-wrap: break-word !important;
}
/*
* Borders
*/
#content img {
border:none;
}
#content #chatList, #content #onlineListContainer, #content #helpContainer, #content #settingsContainer, #content #bbCodeContainer, #content #colorCodesContainer, #content #emoticonsContainer, #content #colorCodesContainer a {
border-width:1px;
border-style:solid;
}
#content #chatList .deleteSelected {
border-width:1px;
border-style:dotted;
}
#content #helpContainer #helpList table, #content #settingsContainer #settingsList table {
border-collapse:collapse;
}
/*
* Fonts
*/
#loginContent {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.8em;
}
#loginContent h1 {
font-size:1.3em;
font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
font-weight:bold;
}
#loginContent a {
text-decoration:none;
}
#loginContent a:hover {
text-decoration:underline;
}
#loginContent #loginRegisteredUsers {
font-size:0.8em;
}
#loginContent #copyright {
font-size:0.8em;
}
#content {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.8em;
}
#content h1 {
font-size:1.3em;
font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
font-weight:bold;
}
#content h3 {
font-size:1.0em;
}
#content a {
text-decoration:none;
}
#content a:hover {
text-decoration:underline;
}
#content #copyright {
font-size:0.8em;
}
#content #chatList span.dateTime {
font-size:0.7em;
}
#content #chatList .chatBotMessage {
font-style:italic;
}
#content #chatList .chatBotErrorMessage {
font-style:italic;
}
#content #chatList .privmsg {
font-style:italic;
}
#content #chatList .action {
font-style:italic;
}
#content #chatList q {
font-variant:small-caps;
}
#content #chatList code {
font-size:1.2em;
}
#content #onlineListContainer #onlineList div {
font-size:0.9em;
}
#content #helpContainer #helpList td {
font-size:0.9em;
}
#content #helpContainer #helpList td.code {
font-style:italic;
}
#content #settingsContainer #settingsList td {
font-size:0.9em;
}
/*
* Positioning
*/
#loginContent {
position:absolute;
width:100%;
height:100%;
}
#loginContent #loginHeadlineContainer {
margin-left:100px;
margin-right:100px;
margin-top:100px;
}
#loginContent #loginFormContainer {
margin-left:100px;
margin-right:100px;
}
#loginContent #loginFormContainer div {
margin-bottom:7px;
}
#loginContent #loginRegisteredUsers {
padding-top:5px;
}
#loginContent #errorContainer {
margin-left:100px;
margin-right:100px;
}
#loginContent #copyright {
margin-top:20px;
margin-left:100px;
margin-right:100px;
}
#content {
position:absolute;
width:100%;
height:100%;
}
#content #copyright {
position:absolute;
right:20px;
top:20px;
}
#content #headlineContainer {
position:absolute;
left:20px;
top:5px;
}
#content #logoutChannelContainer {
position:absolute;
left:20px;
top:50px;
}
#content #statusIconContainer {
position:absolute;
right:20px;
top:50px;
width: 22px;
height: 22px;
}
#content #chatList {
position:absolute;
left:20px;
right:230px;
top:85px;
bottom:150px;
overflow:auto;
}
#content #inputFieldContainer {
position:absolute;
left:20px;
right:20px;
bottom:95px;
padding-right:4px;
}
#content #submitButtonContainer {
position:absolute;
right:20px;
bottom:60px;
}
#content #onlineListContainer {
position:absolute;
right:20px;
top:85px;
width:200px;
bottom:150px;
}
#content #helpContainer {
position:absolute;
right:20px;
top:85px;
width:360px;
bottom:150px;
}
#content #settingsContainer {
position:absolute;
right:20px;
top:85px;
width:360px;
bottom:150px;
}
#content #bbCodeContainer {
position:absolute;
left:20px;
bottom:20px;
padding:3px;
}
#content #colorCodesContainer {
position:absolute;
left:20px;
bottom:55px;
padding:3px;
z-index:1;
}
#content #emoticonsContainer {
position:absolute;
left:20px;
bottom:57px;
padding:3px;
}
#content #optionsContainer {
position:absolute;
right:20px;
bottom:20px;
padding:3px;
padding-right:0px;
}
#content #bbCodeContainer input {
padding-left:4px;
padding-right:4px;
}
#content #colorCodesContainer a {
display:block;
float:left;
width:20px;
height:20px;
}
#content #optionsContainer input {
vertical-align:middle;
}
#content #optionsContainer input.button {
width:22px;
height:22px;
}
#content #emoticonsContainer a {
margin-left:1px;
margin-right:1px;
}
#content #emoticonsContainer img {
vertical-align:middle;
margin-bottom:2px;
}
#content #headlineContainer h1 {
margin-left:auto;
margin-top:12px;
}
#content #chatList div {
padding-left:10px;
padding-top:2px;
padding-right:10px;
padding-bottom:2px;
}
#content #chatList img {
vertical-align:middle;
margin-bottom:2px;
}
#content #chatList cite {
margin-right:5px;
}
#content #chatList .bbCodeImage {
vertical-align:top;
overflow:auto;
margin:5px;
}
#content #chatList .delete {
display:block;
float:right;
width:10px;
height:10px;
margin-top:2px;
padding-left:5px;
}
#content #inputFieldContainer #inputField {
width:100%;
height:40px;
}
#content #onlineListContainer h3, #content #helpContainer h3, #content #settingsContainer h3 {
height:30px;
padding-left:10px;
padding-top:4px;
padding-right:10px;
padding-bottom:4px;
margin:0px;
text-align:center;
}
#content #onlineListContainer #onlineList, #content #helpContainer #helpList, #content #settingsContainer #settingsList {
position:absolute;
left:0px;
right:0px;
top:25px;
bottom:0px;
overflow:auto;
}
#content #onlineListContainer #onlineList div {
padding-left:10px;
padding-top:2px;
padding-right:10px;
padding-bottom:2px;
}
#content #onlineListContainer #onlineList a {
display:block;
}
#content #onlineListContainer #onlineList ul {
margin-left:0px;
margin-top:5px;
margin-bottom:5px;
padding-left:20px;
}
#content #helpContainer #helpList td, #content #settingsContainer #settingsList td {
padding-left:10px;
padding-top:4px;
padding-right:10px;
padding-bottom:4px;
vertical-align:top;
}
#content #settingsContainer #settingsList td {
vertical-align:middle;
}
#content #settingsContainer #settingsList td.setting {
width:115px;
}
#content #settingsContainer #settingsList input.text {
width:100px;
}
#content #settingsContainer #settingsList select.left {
text-align:right;
}
#content #settingsContainer #settingsList input.button {
width:22px;
height:22px;
vertical-align:middle;
margin-bottom:2px;
}
/*
* Misc
*/
@media screen,projection,handheld {
#content #bbCodeContainer input, #content #optionsContainer input.button, #content #settingsContainer #settingsList input.button {
cursor:pointer;
}
}
/* Buttons */
#content #optionsContainer #helpButton {
background:url('../img/chat/help.png') no-repeat;
}
#content #optionsContainer #settingsButton {
background:url('../img/chat/settings.png') no-repeat;
}
#content #optionsContainer #onlineListButton {
background:url('../img/chat/users.png') no-repeat;
}
#content #optionsContainer #audioButton {
background:url('../img/chat/audio.png') no-repeat 0px 0px;
}
#content #optionsContainer #audioButton.off {
background-position: 0px 100%;
}
#content #optionsContainer #autoScrollButton {
background:url('../img/chat/autoscroll.png') no-repeat 0px 0px;
}
#content #optionsContainer #autoScrollButton.off {
background-position: 0px 100%;
}
#content #settingsContainer #settingsList input.playback {
background:url('../img/chat/playback.png') no-repeat;
}
/*
* Print layout
*/
@media print {
#content {
position:static;
}
#content #copyright {
display:none;
}
#content #headlineContainer {
display:none;
}
#content #logoutChannelContainer {
display:none;
}
#content #statusIconContainer {
display:none;
}
#content #chatList {
position:static;
overflow:visible;
}
#content #inputFieldContainer {
display:none;
}
#content #submitButtonContainer {
display:none;
}
#content #onlineListContainer {
display:none;
}
#content #helpContainer {
display:none;
}
#content #settingsContainer {
display:none;
}
#content #bbCodeContainer {
display:none;
}
#content #colorCodesContainer {
display:none;
}
#content #emoticonsContainer {
display:none;
}
#content #optionsContainer {
display:none;
}
#content #chatList div {
padding-bottom:5px;
}
#content #chatList img {
vertical-align:middle;
margin-bottom:2px;
}
#content #chatList cite {
margin-right:5px;
}
#content #chatList .delete {
display:none;
}
#content #chatList {
border:none;
}
#content {
font-family:'times new roman', times, serif;
font-size:1.0em;
text-align:justify;
}
#content #chatList code {
font-size:0.8em;
}
#content #chatList .chatBotErrorMessage {
color:red;
}
#content #chatList a {
color:#1E90FF;
}
}

View file

@ -0,0 +1,451 @@
/*
* @package AJAX_Chat
* @author Sebastian Tschan
* @author Philip Nicolcev
* @copyright (c) Sebastian Tschan
* @license GNU Affero General Public License
* @link https://blueimp.net/ajax/
*/
/* Import Username and Text colour CSS file */
@import url('textcolours.ajaxchat.css');
/* word-wrap fix */
* {
word-wrap: break-word !important;
}
/* Positioning */
#loginContent {
position:absolute;
width:100%;
height:100%;
}
#loginContent #loginHeadlineContainer {
margin: 100px 100px 0 100px;
}
#loginContent #loginFormContainer, #loginContent #errorContainer {
margin: 0 100px;
}
#loginContent #loginFormContainer div {
margin-bottom:7px;
}
#loginContent #loginRegisteredUsers {
padding-top:5px;
}
#loginContent #copyright {
margin: 20px 100px 0 100px;
}
#content {
position:absolute;
width:100%;
height:100%;
}
#content #copyright {
position:absolute;
right:20px;
top:20px;
}
#content #headlineContainer {
position:absolute;
left:20px;
top:5px;
}
#content #logoutChannelContainer {
position:absolute;
left:20px;
top:50px;
}
#content #logoutChannelContainer select{
width: 105px;
height: 22px;
}
#content #statusIconContainer {
position:absolute;
right:20px;
top:50px;
width: 22px;
height: 22px;
}
#content #chatList {
position:absolute;
left:20px;
right:230px;
top:85px;
bottom:150px;
overflow:auto;
}
#content #inputFieldContainer {
position:absolute;
left:20px;
right:20px;
bottom:95px;
padding-right:4px;
}
#content #submitButtonContainer {
position:absolute;
right:20px;
bottom:60px;
}
#content #onlineListContainer {
position:absolute;
right:20px;
top:85px;
width:200px;
bottom:150px;
}
#content #helpContainer {
position:absolute;
right:20px;
top:85px;
width:360px;
bottom:150px;
}
#content #settingsContainer {
position:absolute;
right:20px;
top:85px;
width:360px;
bottom:150px;
}
#content #bbCodeContainer {
position:absolute;
left:20px;
bottom:20px;
padding:3px;
}
#content #colorCodesContainer {
position:absolute;
left:20px;
bottom:55px;
padding:3px;
z-index:1;
}
#content #emoticonsContainer {
position:absolute;
left:20px;
bottom:57px;
padding:3px;
}
#content #optionsContainer {
position:absolute;
right:20px;
bottom:20px;
padding:3px;
padding-right:0px;
}
#content #bbCodeContainer input, #content #logoutButton, #content #mobileButton, #content #submitButton, #loginContent #loginButton {
padding: 4px 10px;
}
#content #colorCodesContainer a {
display:block;
float:left;
width:20px;
height:20px;
}
#content #optionsContainer input {
vertical-align:middle;
}
#content #optionsContainer input.button {
width:22px;
height:22px;
}
#content #emoticonsContainer a {
margin-left:1px;
margin-right:1px;
}
#content #emoticonsContainer img {
vertical-align:middle;
margin-bottom:2px;
}
#content #headlineContainer h1 {
margin-left:auto;
margin-top:12px;
}
#content #chatList div {
padding: 2px 10px;
}
#content #chatList img {
vertical-align:middle;
margin-bottom:2px;
}
#content #chatList cite {
margin-right:5px;
}
#content #chatList .bbCodeImage {
vertical-align:top;
overflow:auto;
margin:5px;
}
#content #chatList .delete {
display:block;
float:right;
width:10px;
height:10px;
margin-top:2px;
padding-left:5px;
background:url('../img/chat/delete.png') no-repeat right;
}
#content #inputFieldContainer #inputField {
width:100%;
height:40px;
}
#content #onlineListContainer h3, #content #helpContainer h3, #content #settingsContainer h3 {
height:30px;
padding: 4px 10px;
margin:0px;
text-align:center;
}
#content #onlineListContainer #onlineList, #content #helpContainer #helpList, #content #settingsContainer #settingsList {
position:absolute;
left:0px;
right:0px;
top:25px;
bottom:0px;
overflow:auto;
}
#content #onlineListContainer #onlineList div {
padding: 2px 10px;
}
#content #onlineListContainer #onlineList a {
display:block;
}
#content #onlineListContainer #onlineList ul {
margin: 5px 0;
padding-left:20px;
}
#content #helpContainer #helpList td, #content #settingsContainer #settingsList td {
padding: 4px 10px;
vertical-align:top;
}
#content #settingsContainer #settingsList td {
vertical-align:middle;
}
#content #settingsContainer #settingsList td.setting {
width:115px;
}
#content #settingsContainer #settingsList input.text {
width:100px;
}
#content #settingsContainer #settingsList select.left {
text-align:right;
}
#content #settingsContainer #settingsList input.button {
width:22px;
height:22px;
vertical-align:middle;
margin-bottom:2px;
}
/* Buttons */
#content #optionsContainer #helpButton {
background:url('../img/chat/help.png') no-repeat;
}
#content #optionsContainer #settingsButton {
background:url('../img/chat/settings.png') no-repeat;
}
#content #optionsContainer #onlineListButton {
background:url('../img/chat/users.png') no-repeat;
}
#content #optionsContainer #audioButton {
background:url('../img/chat/audio.png') no-repeat 0px 0px;
}
#content #optionsContainer #audioButton.off {
background-position: 0px 100%;
}
#content #optionsContainer #autoScrollButton {
background:url('../img/chat/autoscroll.png') no-repeat 0px 0px;
}
#content #optionsContainer #autoScrollButton.off {
background-position: 0px 100%;
}
#content #settingsContainer #settingsList input.playback {
background:url('../img/chat/playback.png') no-repeat;
}
/* Borders */
#content img {
border:none;
}
#content #chatList, #content #onlineListContainer, #content #helpContainer, #content #settingsContainer, #content #colorCodesContainer,
#content #colorCodesContainer a, #content textarea {
border-width:1px;
border-style:solid;
}
#content #chatList .deleteSelected {
border-width:1px;
border-style:dotted;
}
#content #helpContainer #helpList table, #content #settingsContainer #settingsList table {
border-collapse:collapse;
}
/* Misc */
#content #bbCodeContainer input, #content #optionsContainer input.button, #content #settingsContainer #settingsList input.button, #content #logoutButton, #content #mobileButton, #content #submitButton, #loginContent #loginButton {
cursor:pointer;
}
/* Fonts */
#loginContent {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.8em;
}
#loginContent h1 {
font-size:1.3em;
font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
font-weight:bold;
}
#loginContent a {
text-decoration:none;
}
#loginContent a:hover {
text-decoration:underline;
}
#loginContent #loginRegisteredUsers {
font-size:0.8em;
}
#loginContent #copyright {
font-size:0.8em;
}
#content {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.8em;
}
#content h1 {
font-size:1.3em;
font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
font-weight:bold;
}
#content h3 {
font-size:1.0em;
}
#content a {
text-decoration:none;
}
#content a:hover {
text-decoration:underline;
}
#content #copyright {
font-size:0.8em;
}
#content #chatList span.dateTime {
font-size:0.7em;
}
#content #chatList .chatBotMessage {
font-style:italic;
}
#content #chatList .chatBotErrorMessage {
font-style:italic;
}
#content #chatList .privmsg {
font-style:italic;
}
#content #chatList .action {
font-style:italic;
}
#content #chatList q {
font-variant:small-caps;
}
#content #chatList code {
font-size:1.2em;
}
#content #onlineListContainer #onlineList div {
font-size:0.9em;
}
#content #helpContainer #helpList td {
font-size:0.9em;
}
#content #helpContainer #helpList td.code {
font-style:italic;
}
#content #settingsContainer #settingsList td {
font-size:0.9em;
}
/*
* Print layout
*/
@media print {
#content {
position:static;
}
#content #copyright {
display:none;
}
#content #headlineContainer {
display:none;
}
#content #logoutChannelContainer {
display:none;
}
#content #statusIconContainer {
display:none;
}
#content #chatList {
position:static;
overflow:visible;
}
#content #inputFieldContainer {
display:none;
}
#content #submitButtonContainer {
display:none;
}
#content #onlineListContainer {
display:none;
}
#content #helpContainer {
display:none;
}
#content #settingsContainer {
display:none;
}
#content #bbCodeContainer {
display:none;
}
#content #colorCodesContainer {
display:none;
}
#content #emoticonsContainer {
display:none;
}
#content #optionsContainer {
display:none;
}
#content #chatList div {
padding-bottom:5px;
}
#content #chatList img {
vertical-align:middle;
margin-bottom:2px;
}
#content #chatList cite {
margin-right:5px;
}
#content #chatList .delete {
display:none;
}
#content #chatList {
border:none;
}
#content {
font-family:'times new roman', times, serif;
font-size:1.0em;
text-align:justify;
}
#content #chatList code {
font-size:0.8em;
}
#content #chatList .chatBotErrorMessage {
color:red;
}
#content #chatList a {
color:#1E90FF;
}
}

View file

@ -0,0 +1,115 @@
/*
* @package AJAX_Chat
* @author Sebastian Tschan
* @copyright (c) Sebastian Tschan
* @license Modified MIT License
* @link https://blueimp.net/ajax/
*/
/* word-wrap fix */
* {
word-wrap: break-word !important;
}
/* Fonts */
#loginContent {
font-family:monospace;
font-size:0.8em;
}
#loginContent h1 {
font-size:1.3em;
font-family:monospace;
font-weight:bold;
}
#loginContent a {
text-decoration:none;
}
#loginContent a:hover {
text-decoration:underline;
}
#loginContent #loginRegisteredUsers {
font-size:0.8em;
}
#loginContent #copyright {
font-size:0.8em;
}
/*#content {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.8em;
}
#content h1 {
font-size:1.3em;
font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
font-weight:bold;
}*/
#content {
font-family:monospace;
font-size:14px;
}
#content h1 {
font-size:14px;
font-family:monospace;
font-weight:bold;
}
#content h3 {
font-size:1.0em;
}
#content a {
text-decoration:none;
}
#content a:hover {
text-decoration:underline;
}
#content #copyright {
font-size:0.8em;
}
#content #chatList span.dateTime {
font-size:0.7em;
}
#content #chatList span.guest {
font-weight:bold;
}
#content #chatList span.user {
font-weight:bold;
}
#content #chatList span.moderator {
font-weight:bold;
}
#content #chatList span.admin {
font-weight:bold;
}
#content #chatList span.chatBot {
font-weight:bold;
font-style:italic;
}
#content #chatList .chatBotMessage {
font-style:italic;
}
#content #chatList .chatBotErrorMessage {
font-style:italic;
}
#content #chatList .privmsg {
font-style:italic;
}
#content #chatList .action {
font-style:italic;
}
#content #chatList q {
font-variant:small-caps;
}
#content #chatList code {
font-size:1.2em;
}
#content #onlineListContainer #onlineList div {
font-size:0.9em;
}
#content #helpContainer #helpList td {
font-size:0.9em;
}
#content #helpContainer #helpList td.code {
font-style:italic;
}
#content #settingsContainer #settingsList td {
font-size:0.9em;
}

View file

@ -0,0 +1,439 @@
/*
* @package AJAX_Chat
* @author Sebastian Tschan
* @author Philip Nicolcev
* @copyright (c) Sebastian Tschan
* @license GNU Affero General Public License
* @link https://blueimp.net/ajax/
*/
@import url('textcolours.ajaxchat.css');
/* Fonts */
#loginContent {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.8em;
}
#loginContent h1 {
font-size:1.3em;
font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
font-weight:bold;
}
#loginContent a {
text-decoration:none;
}
#loginContent a:hover {
text-decoration:underline;
}
#loginContent #loginRegisteredUsers {
font-size:0.8em;
}
#loginContent #copyright {
font-size:0.8em;
}
#content {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.8em;
}
#content h1 {
font-size:1.3em;
font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
font-weight:bold;
}
#content h3 {
font-size:1.0em;
}
#content a {
text-decoration:none;
}
#content a:hover {
text-decoration:underline;
}
#content #copyright {
font-size:0.8em;
}
#content #chatList span.dateTime {
font-size:0.7em;
}
#content #chatList .chatBotMessage {
font-style:italic;
}
#content #chatList .chatBotErrorMessage {
font-style:italic;
}
#content #chatList .privmsg {
font-style:italic;
}
#content #chatList .action {
font-style:italic;
}
#content #chatList q {
font-variant:small-caps;
}
#content #chatList code {
font-size:1.2em;
}
#content #onlineListContainer #onlineList div {
font-size:0.9em;
}
#content #helpContainer #helpList td {
font-size:0.9em;
}
#content #helpContainer #helpList td.code {
font-style:italic;
}
#content #settingsContainer #settingsList td {
font-size:0.9em;
}
/* Positioning */
#loginContent {
position:absolute;
width:100%;
height:100%;
}
#loginContent #loginHeadlineContainer {
margin: 100px 100px 0 100px;
}
#loginContent #loginFormContainer, #loginContent #errorContainer {
margin: 0 100px;
}
#loginContent #loginFormContainer div {
margin-bottom:7px;
}
#loginContent #loginRegisteredUsers {
padding-top:5px;
}
#loginContent #copyright {
margin: 20px 100px 0 100px;
}
#content {
position:absolute;
width:100%;
height:100%;
}
#content #copyright {
position:absolute;
right:10px;
top:10px;
}
#content #headlineContainer {
position:absolute;
left:10px;
top:3px;
}
#content #logoutChannelContainer {
position:absolute;
left:10px;
top:50px;
}
#content #logoutChannelContainer select{
width: 105px;
height: 22px;
}
#content #statusIconContainer {
position:absolute;
width: 22px;
height: 22px;
}
#content #chatList {
position:absolute;
left:10px;
right:10px;
top:40px;
bottom:70px;
overflow:auto;
}
#content #inputFieldContainer {
position:absolute;
left:10px;
right:10px;
bottom:42px;
padding-right:4px;
}
#content #submitButtonContainer {
position:absolute;
right:10px;
bottom:38px;
padding:3px;
}
#content #onlineListContainer {
position:absolute;
left:10px;
right:10px;
top:40px;
bottom:70px;
}
#content #helpContainer {
position:absolute;
right:10px;
top:85px;
width:360px;
bottom:150px;
}
#content #settingsContainer {
position:absolute;
left:10px;
right:10px;
top:40px;
bottom:70px;
}
#content #bbCodeContainer {
position:absolute;
left:10px;
bottom:10px;
padding:3px;
}
#content #colorCodesContainer {
position:absolute;
left:10px;
bottom:37px;
padding:3px;
z-index:1;
}
#content #emoticonsContainer {
position:absolute;
left:10px;
bottom:57px;
padding:3px;
}
#content #optionsContainer {
position:absolute;
right:10px;
top:5px;
padding:3px;
margin-left:auto;
margin-top:2px;
}
#content #bbCodeContainer input, #content #logoutButton, #content #submitButton, #loginContent #loginButton {
padding: 1px 2px;
}
#content #colorCodesContainer a {
display:block;
float:left;
width:20px;
height:20px;
}
#content #optionsContainer input {
vertical-align:middle;
}
#content #optionsContainer input.button {
width:22px;
height:22px;
}
#content #emoticonsContainer a {
margin-left:1px;
margin-right:1px;
}
#content #emoticonsContainer img {
vertical-align:middle;
margin-bottom:2px;
}
#content #headlineContainer h1 {
margin-left:auto;
margin-top:6px;
}
#content #chatList div {
padding: 2px 10px;
}
#content #chatList img {
vertical-align:middle;
margin-bottom:2px;
}
#content #chatList cite {
margin-right:5px;
}
#content #chatList .bbCodeImage {
vertical-align:top;
overflow:auto;
margin:5px;
}
#content #chatList .delete {
display:block;
float:right;
width:10px;
height:10px;
margin-top:2px;
padding-left:5px;
background:url('../../img/delete.png') no-repeat right;
}
#content #inputFieldContainer #inputField {
width:100%;
height:18px;
}
#content #onlineListContainer h3, #content #helpContainer h3, #content #settingsContainer h3 {
height:30px;
padding: 4px 10px;
margin:0px;
text-align:center;
}
#content #onlineListContainer #onlineList, #content #helpContainer #helpList, #content #settingsContainer #settingsList {
position:absolute;
left:0px;
top:25px;
right:0px;
bottom:0px;
overflow:auto;
}
#content #onlineListContainer #onlineList div {
padding: 2px 10px;
}
#content #onlineListContainer #onlineList a {
display:block;
}
#content #onlineListContainer #onlineList ul {
margin: 5px 0;
padding-left:10px;
}
#content #helpContainer #helpList td, #content #settingsContainer #settingsList td {
vertical-align:top;
}
#content #settingsContainer #settingsList td {
vertical-align:middle;
}
#content #settingsContainer #settingsList td.setting {
}
#content #settingsContainer #settingsList input.text {
width:100px;
}
#content #settingsContainer #settingsList select.left {
text-align:right;
}
#content #settingsContainer #settingsList input.button {
height:22px;
vertical-align:middle;
margin-bottom:2px;
}
/* Buttons */
#content #optionsContainer #helpButton {
background:url('../img/chat/help.png') no-repeat;
}
#content #optionsContainer #settingsButton {
background:url('../img/chat/settings.png') no-repeat;
}
#content #optionsContainer #onlineListButton {
background:url('../img/chat/users.png') no-repeat;
}
#content #optionsContainer #audioButton {
background:url('../img/chat/audio.png') no-repeat;
}
#content #optionsContainer #audioButton.off {
background:url('../img/chat/audio-off.png') no-repeat;
}
#content #optionsContainer #autoScrollButton {
background:url('../img/chat/autoscroll.png') no-repeat;
}
#content #optionsContainer #autoScrollButton.off {
background:url('../img/chat/autoscroll-off.png') no-repeat;
}
/* Borders */
#content img {
border:none;
}
#content #chatList, #content #onlineListContainer, #content #helpContainer, #content #settingsContainer, #content #colorCodesContainer,
#content #colorCodesContainer a, #content textarea {
border-width:1px;
border-style:solid;
}
#content #chatList .deleteSelected {
border-width:1px;
border-style:dotted;
}
#content #helpContainer #helpList table, #content #settingsContainer #settingsList table {
border-collapse:collapse;
}
/* Misc */
#content #bbCodeContainer input, #content #optionsContainer input.button, #content #settingsContainer #settingsList input.button, #content #logoutButton, #content #submitButton, #loginContent #loginButton {
cursor:pointer;
}
@media screen,projection,handheld {
/* Buttons */
#content #bbCodeContainer input, #content #logoutButton, #content #submitButton, #loginForm #loginButton {
background-color:#000;
color:#f0f0f0;
border: 1px solid #808080;
background-image: linear-gradient(to bottom, #222, #000);
background-image: -webkit-linear-gradient(top, #222, #000);
}
#content select, #loginForm select, #loginForm input, #content textarea {
background-color:#000;
color:#fafafa;
border: 1px solid #808080;
}
/* Status Icon */
#content #statusIconContainer {
background-image: url('../img/chat/loading-sprite.png');
}
#content .statusContainerOff {
background-position: 0px 0px;
}
#content .statusContainerOn {
background-position: 0px -22px;
}
#content .statusContainerAlert {
background-position: 0px -44px;
}
/* Other Theme Elements */
#loginContent {
background-color:#000;
color:#FFF;
}
#loginContent h1 {
color:#FFF;
}
#loginContent a {
color:#FFF;
}
#loginContent input, #loginContent select {
background-color:#212121;
color:#FFF;
}
#loginContent #errorContainer {
color:red;
}
#content {
background-color:#000;
color:#FFF;
}
#content h1 {
color:#FFF;
}
#content a {
color:#FFF;
}
#content #chatList, #content #onlineListContainer, #content #helpContainer, #content #settingsContainer, #content #colorCodesContainer, #content textarea {
border-color:gray;
background-color:#000;
}
#content #colorCodesContainer a {
border-color:black;
}
#content #optionsContainer input {
background-color:transparent;
}
#content .rowEven {
background-color:#212121;
}
#content .rowOdd {
background-color:#000;
}
#content #chatList .chatBotErrorMessage {
color:red;
}
#content #chatList a {
color:#1E90FF;
}
#content #chatList .deleteSelected {
border-color:red;
}
#content #onlineListContainer h3, #content #helpContainer h3, #content #settingsContainer h3 {
background-color:#212121;
color:#FFF;
}
}

View file

@ -0,0 +1,410 @@
/*
* @package AJAX_Chat
* @author Sebastian Tschan
* @author Philip Nicolcev
* @copyright (c) Sebastian Tschan
* @license GNU Affero General Public License
* @link https://blueimp.net/ajax/
*/
@import url('textcolours.ajaxchat.css');
/* Fonts */
#content, #loginContent {
font-family: "Segoe UI", sans-serif;
}
#loginContent {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
}
#loginContent h1 {
font-size: 1.3em;
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
font-weight: bold;
}
#loginContent a {
text-decoration: none;
}
#loginContent a: hover {
text-decoration: underline;
}
#loginContent #loginRegisteredUsers {
font-size: 0.8em;
}
#loginContent #copyright {
font-size: 0.8em;
}
#content {
font-size: 0.8em;
}
#content h1 {
font-size: 1.3em;
font-weight: bold;
}
#content h3 {
font-size: 1.0em;
}
#content a {
text-decoration: none;
}
#content a: hover {
text-decoration: underline;
}
#content #copyright {
font-size: 0.8em;
}
#content #chatList span.dateTime {
font-size: 0.7em;
}
#content #chatList .chatBotMessage {
font-style: italic;
}
#content #chatList .chatBotErrorMessage {
font-style: italic;
}
#content #chatList .privmsg {
font-style: italic;
}
#content #chatList .action {
font-style: italic;
}
#content #chatList q {
font-variant: small-caps;
}
#content #chatList code {
font-size: 1.2em;
}
#content #onlineListContainer #onlineList div {
font-size: 0.9em;
}
#content #helpContainer #helpList td {
font-size: 0.9em;
}
#content #helpContainer #helpList td.code {
font-style: italic;
}
#content #settingsContainer #settingsList td {
font-size: 0.9em;
}
/* Positioning */
#loginContent {
position: absolute;
width: 100%;
height: 100%;
}
#loginContent #loginHeadlineContainer {
margin: 100px 100px 0 100px;
}
#loginContent #loginFormContainer, #loginContent #errorContainer {
margin: 0 100px;
}
#loginContent #loginFormContainer div {
margin-bottom: 7px;
}
#loginContent #loginRegisteredUsers {
padding-top: 5px;
}
#loginContent #copyright {
margin: 20px 100px 0 100px;
}
#content {
position: absolute;
width: 100%;
height: 100%;
}
#content #copyright {
position: absolute;
right: 10px;
top: 10px;
}
#content #headlineContainer {
position: absolute;
left: 10px;
top: 3px;
}
#content #logoutChannelContainer {
position: absolute;
left: 10px;
top: 50px;
}
#content #logoutChannelContainer select{
width: 105px;
height: 22px;
}
#content #chatList {
position: absolute;
left: 0px;
right: 0px;
top: 40px;
bottom: 70px;
overflow: auto;
}
#content #onlineListContainer, #content #settingsContainer {
position: absolute;
left: 10px;
right: 10px;
top: 40px;
bottom: 70px;
}
#content #bbCodeContainer {
position: absolute;
left: 10px;
bottom: 10px;
padding: 3px;
display: block;
}
#content #colorCodesContainer {
position: absolute;
left: 10px;
bottom: 37px;
padding: 3px;
z-index: 1;
}
#content #emoticonsContainer {
position: absolute;
left: 10px;
bottom: 57px;
padding: 3px;
}
#content #optionsContainer {
position: absolute;
right: 10px;
top: 5px;
padding: 3px;
margin-left: auto;
margin-top: 2px;
}
#content #bbCodeContainer input, #content .actionButton, #loginContent #loginButton {
padding: 1px 2px;
}
#content #colorCodesContainer a {
display: block;
float: left;
width: 20px;
height: 20px;
}
#content #optionsContainer input {
vertical-align: middle;
}
#content #optionsContainer input.button {
width: 22px;
height: 22px;
}
#content #emoticonsContainer a {
margin-left: 1px;
margin-right: 1px;
}
#content #emoticonsContainer img {
vertical-align: middle;
margin-bottom: 2px;
}
#content #headlineContainer h1 {
margin-left: auto;
margin-top: 6px;
}
#content #chatList div {
padding: 3px 10px;
}
#content #chatList img {
vertical-align: middle;
margin-bottom: 2px;
}
#content #chatList cite {
margin-right: 5px;
}
#content #chatList .bbCodeImage {
vertical-align: top;
overflow: auto;
margin: 5px;
}
#content #chatList .delete {
display: block;
float: right;
width: 10px;
height: 10px;
margin-top: 2px;
padding-left: 5px;
background: url('../img/chat/delete.png') no-repeat right;
}
#content #inputField {
position: absolute;
bottom: 0px;
left: 0px;
width: calc(100% - 53px);
height: 40px;
display: inline-block;
margin: 0px !important;
}
#content #submitButton {
position: absolute;
bottom: 0px;
right: 0px;
width: 50px;
height: 41px;
margin: 0px !important;
}
#content #onlineListContainer h3, #content #helpContainer h3, #content #settingsContainer h3 {
height: 30px;
padding: 4px 10px;
margin: 0px;
text-align: center;
}
#content #onlineListContainer #onlineList, #content #helpContainer #helpList, #content #settingsContainer #settingsList {
position: absolute;
left: 0px;
top: 25px;
right: 0px;
bottom: 0px;
overflow: auto;
}
#content #onlineListContainer #onlineList div {
padding: 2px 10px;
}
#content #onlineListContainer #onlineList a {
display: block;
}
#content #onlineListContainer #onlineList ul {
margin: 5px 0;
padding-left: 10px;
}
#content #helpContainer #helpList td, #content #settingsContainer #settingsList td {
vertical-align: top;
}
#content #settingsContainer #settingsList td {
vertical-align: middle;
}
#content #settingsContainer #settingsList td.setting {
}
#content #settingsContainer #settingsList input.text {
width: 100px;
}
#content #settingsContainer #settingsList select.left {
text-align: right;
}
#content #settingsContainer #settingsList input.button {
height: 22px;
vertical-align: middle;
margin-bottom: 2px;
}
/* Buttons */
#content #optionsContainer #settingsButton {
background: url('../img/chat/settings.png') no-repeat;
}
#content #optionsContainer #onlineListButton {
background: url('../img/chat/users.png') no-repeat;
}
#content #optionsContainer #audioButton {
background: url('../img/chat/audio.png') no-repeat 0px 0px;
}
#content #optionsContainer #audioButton.off {
background-position: 0px 100%;
}
#content #optionsContainer #autoScrollButton {
background: url('../img/chat/autoscroll.png') no-repeat;
}
#content #optionsContainer #autoScrollButton.off {
background: url('../img/chat/autoscroll-off.png') no-repeat;
}
/* Borders */
#content img {
border: none;
}
#content #chatList .deleteSelected {
border-width: 1px;
border-style: dotted;
}
#content #helpContainer #helpList table, #content #settingsContainer #settingsList table {
border-collapse: collapse;
}
/* Misc */
#content #bbCodeContainer input, #content #optionsContainer input.button, #content #settingsContainer #settingsList input.button, #content .actionButton, #loginContent #loginButton {
cursor: pointer;
}
/* Buttons */
#content #bbCodeContainer input, #content .actionButton, #loginForm #loginButton {
background-color: #000;
color: #f0f0f0;
border: 1px solid #808080;
background-image: linear-gradient(to bottom, #222, #000);
}
#content select, #loginForm select, #loginForm input, #content textarea {
background-color: #000;
color: #fafafa;
border: 1px solid #808080;
}
/* Status Icon */
#content #statusIconContainer {
height: 1px;
}
#content .statusContainerOff {
background: #2F2;
}
#content .statusContainerOn {
background: #FF2;
}
#content .statusContainerAlert {
background: #F22;
}
/* Other Theme Elements */
#loginContent {
background-color: #000;
color: #FFF;
}
#loginContent h1 {
color: #FFF;
}
#loginContent a {
color: #FFF;
}
#loginContent input, #loginContent select {
background-color: #212121;
color: #FFF;
}
#loginContent #errorContainer {
color: red;
}
#content {
background-color: #000;
color: #FFF;
}
#content h1 {
color: #FFF;
}
#content a {
color: #FFF;
}
#content #chatList, #content #onlineListContainer, #content #helpContainer, #content #settingsContainer, #content #colorCodesContainer, #content textarea {
background-color: #444;
}
#content #colorCodesContainer a {
border-color: black;
}
#content #optionsContainer input {
background-color: transparent;
}
#content .rowEven {
background-color: #212121;
}
#content .rowOdd {
background-color: #000;
}
#content #chatList .chatBotErrorMessage {
color: red;
}
#content #chatList a {
color: #1E90FF;
}
#content #chatList .deleteSelected {
border-color: red;
}
#content #onlineListContainer h3, #content #helpContainer h3, #content #settingsContainer h3 {
background-color: #212121;
color: #FFF;
}

View file

@ -0,0 +1,219 @@
/* Color Container */
a.Silver {
background-color: #C0C0C0;
}
a.Citrine {
background-color: #F2D839;
}
a.Orange {
background-color: #FFA500;
}
a.Pumpkin {
background-color: #FF7518;
}
a.Red {
background-color: #F50000;
}
a.Crimson {
background-color: #C00000;
}
a.Ruby {
background-color: #E0115F;
}
a.Amaranth {
background-color: #E52B50;
}
a.Thulite {
background-color: #DE6FA1;
}
a.Pink {
background-color: #FF6FF2;
}
a.Purpureus {
background-color: #9A4EAE;
}
a.Antisia {
background-color: #915C83;
}
a.Cerulean {
background-color: #007BA7;
}
a.Cobalt {
background-color: #0047AB;
}
a.Aqua {
background-color: #20E4FF;
}
a.Mint {
background-color: #39F2B1;
}
a.Keppel {
background-color: #3AB09E;
}
a.Teal {
background-color: #008585;
}
a.Green {
background-color: #008500;
}
a.Chartreuse {
background-color: #7FFF00;
}
a.Nitrate {
background-color: #95CC00;
}
a.Lilive {
background-color: #C0C000;
}
a.Daive {
background-color: #858500;
}
a.Zaffre {
background-color: #0014A8;
}
a.Amethyst {
background-color: #9966CC;
}
/* Text Color */
#content .Silver {
color: #C0C0C0;
}
#content .Citrine {
color: #F2D839;
}
#content .Orange {
color: #FFA500;
}
#content .Pumpkin {
color: #FF7518;
}
#content .Red {
color: #F50000;
}
#content .Crimson {
color: #C00000;
}
#content .Ruby {
color: #E0115F;
}
#content .Amaranth {
color: #E52B50;
}
#content .Irresistible {
color: #B3446C;
}
#content .Thulite {
color: #DE6FA1;
}
#content .Pink {
color: #FF6FF2;
}
#content .Purpureus {
color: #9A4EAE;
}
#content .Antisia {
color: #915C83;
}
#content .Cerulean {
color: #007BA7;
}
#content .Cobalt {
color: #0047AB;
}
#content .Aqua {
color: #20E4FF;
}
#content .Turquoise {
color: #40E0D0;
}
#content .Mint {
color: #39F2B1;
}
#content .Keppel {
color: #3AB09E;
}
#content .Teal {
color: #008585;
}
#content .Green {
color: #008500;
}
#content .Lime {
color: #BFFF00;
}
#content .Chartreuse {
color: #7FFF00;
}
#content .Nitrate {
color: #95CC00;
}
#content .Lilive {
color: #C0C000;
}
#content .Daive {
color: #858500;
}
#content .Zaffre {
color: #0014A8;
}
#content .Amethyst {
color: #9966CC;
}
/* Username colors */
#content .guest {
color: gray;
}
#content #chatList span.quest {
font-weight: bold;
}
#content .user {
color: #FFF;
}
#content #chatList span.user {
font-weight: bold;
}
#content .moderator {
color: #0A0;
}
#content #chatList span.moderator {
font-weight: bold;
}
#content .admin {
color: #A00;
}
#content #chatList span.admin {
font-weight: bold;
}
#content .chatBot {
color: #9E8DA7;
}
#content #chatList span.chatBot {
font-weight: bold;
font-style: italic;
}
#content .purple {
color: #824CA0;
}
#content #chatList span.purple {
font-weight: bold;
}
#content .cmod {
color: #09F;
}
#content #chatList span.cmod {
font-weight: bold;
}
#content .bots {
color: #9E8DA7;
}
#content #chatList span.bots {
font-weight: bold;
}
#content .donator {
color: #EE9400;
}
#content #chatList span.donator {
font-weight: bold;
}

View file

@ -0,0 +1,69 @@
h1, h3 {
font-weight: 100;
margin: 0px;
}
h1 {
font-size: 3em;
text-shadow: 0px 0px .5em #F1F1F1;
}
h3 {
display: inline-block;
box-shadow: 0px 0px .5em #700;
min-width: 300px;
font-size: 15px;
padding: 2px;
margin: 10px;
background: linear-gradient(180deg, #900, #600) #700;
}
div.copyright {
font-size: 12px;
color: #CCC;
}
form {
margin: 10px;
}
form input[type="text"], form input[type="password"] {
height: 18px;
width: 288px;
}
form input[type="text"] {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
form input[type="submit"] {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
background: #404;
box-shadow: 0px 0px 1em #707 inset;
color: #FFF;
font-weight: 700;
border-color: #808;
}
form *:not(option) {
height: 30px;
display: block;
margin: 1px auto;
width: 300px;
padding: 5px;
border: 1px #888 solid;
background: transparent;
box-shadow: 0px 0px 1em #888 inset
}
a {
color: inherit;
text-decoration: none;
transition: text-shadow .2s;
}
a:hover {
text-shadow: 0px 0px 1em #F1F1F1;
}

View file

@ -0,0 +1,57 @@
html {
height: 100%;
width: 100%;
}
body {
font-family: "Segoe UI", sans-serif;
font-size: 15px;
font-weight: normal;
margin: 0px;
color: #737980;
background: linear-gradient(0deg, #fff, #ededed 100px) #ededed;
}
.maintenanceContainer {
margin: 150px 170px;
text-align: left;
}
.copyrightContainer {
position: fixed;
bottom: 0px;
left: 0px;
right: 0px;
text-align: center;
padding: 5px;
}
h1 {
font-size: 2.5em;
font-weight: lighter;
line-height: 1.2;
margin: 0px;
margin-bottom: 0.5em;
}
button {
line-height: 20px;
padding: 5px;
color: #737980;
border: 1px solid rgba(23,50,77,0.4);
border-radius: 5px;
background: linear-gradient(#fff, rgba(255,255,255,0.1)) #f1f1f1;
box-shadow: 0 1px 1px 0 #fff, inset 0 2px 2px 0 #fff;
text-shadow: 0 1px 1px #fefffe;
}
button:enabled:hover {
background-image: linear-gradient(#fff, rgba(255,255,255,0.6));
cursor: pointer;
}
button:enabled:hover:active {
background-image: linear-gradient(rgba(255,255,255,0.1), rgba(255,255,255,0.6));
}
button:disabled {
cursor: not-allowed;
color: rgba(115,121,128,.5);
border-color: rgba(23,50,77,.25);
background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0.1));
text-shadow: 0 1px 1px #fff;
}

View file

@ -0,0 +1,158 @@
@charset "utf-8";
hr {
color: #9475B2;
background: #9475B2;
height: 1px;
border: 0px;
}
.hidden {
display: none;
visibility: none;
}
h1,h2,h3,h4,h5,h6 {
margin: 2px;
padding: 0px;
}
h1 {
display: inline-block;
}
h1 a {
color: #609;
}
a {
text-decoration: none;
}
a:hover, a:active {
text-decoration: underline;
}
fieldset {
border: 1px #746677 solid;
margin: 5px;
}
legend {
border: 1px #746677 solid;
background: #9475B2;
color: #306;
padding: 1px 5px;
}
input[type="text"],table.postForm > tbody textarea, select {
width: 302px;
}
input[type="password"] {
width: 231px;
}
input[type="text"], input[type="password"], table.postForm > tbody textarea {
padding: 2px 4px 3px;
border: 1px solid #AAA;
outline: medium none;
font-family: arial,helvetica,sans-serif;
font-size: 10pt;
}
input[type="text"]:focus, input[type="password"]:focus, table.postForm > tbody textarea:focus {
border: 1px solid #746677;
}
#recaptcha_response_field {
margin: 0px 2px 0px 0px;
padding: 2px 4px 3px;
border: 1px solid #AAA;
outline: medium none;
font-family: arial,helvetica,sans-serif;
font-size: 10pt;
width: 302px;
}
#recaptcha_widget img {
cursor: pointer;
}
div#recaptcha_image {
margin: 0px 2px 0px 0px;
border: 1px solid #AAA;
outline: medium none;
}
#recaptcha_response_field {
margin-top: 4px !important;
}
.recaptcha_custom_buttons {
font-size: smaller;
}
table.postForm{
border-spacing: 1px;
}
table.postForm > tbody > tr > td {
margin: 0px;
padding: 0px;
font-size: 10pt;
}
table.postForm > tbody > tr > td:first-child {
background: #C9BBCC;
border: 1px #746677 solid;
color: #400070;
font-weight: bold;
padding: 0px 5px 0px 10px;
font-size: 10pt;
text-align: right;
}
.trip {
font-weight: normal !important;
color: #CC0066;
}
.ban {
color: #F00;
font-weight: 700;
margin-top: 10px;
}
.spoiler {
background: black;
color: black;
}
.spoiler:hover {
color: white !important;
}
.quote{
color: #789922 !important;
}
.admincap{
color: #AA0000 !important;
}
.modcap{
color: #00AA00 !important;
}
.feedbackheader {
padding: 5px;
text-align: center;
}
.boardindex {
margin: 5px;
}
.boardindex hr {
margin: 5px;
}
.boardindex h2, .boardindex h3 {
text-align: center;
}
.boardposting {
margin: 0px auto;
text-align: center;
}
.boardposting table {
margin: 0px auto;
text-align: left;
}
.copyright {
font-size: x-small !important;
font-weight: bold;
text-align: center;
}
fieldset .replylink {
text-align: right;
float: right;
border: 1px #746677 solid;
background: #9475B2;
color: #306;
padding: 1px 5px;
margin: -9px 0px;
font-weight: bold;
overflow: hidden;
}
.header .logo {
background: url('../img/feedback-logo.png') no-repeat
}

View file

@ -0,0 +1,19 @@
body {
background: url('../img/misaka-mikoto-1.png') no-repeat fixed center center / cover transparent !important;
}
div.profile {
color: #FFF;
background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.5) !important;
text-shadow: 1px 1px 2px black;
}
h3.miotitle {
text-shadow:none !important;
}
div.profile a, div.profile a:visited {
color: #FFF;
text-decoration: none;
transition: color 0.4s ease-in 0s, text-shadow 0.4s ease-in 0s;
}
div.profile a:hover {
text-shadow: 0px 0px 8px #F1F1F1;
}

View file

@ -0,0 +1,92 @@
.realbrowserbox {
position: fixed;
right: 0px;
bottom: 0px;
left: 0px;
height: 125px;
z-index: 9999;
background: rgba(0, 0, 0, .9);
color: #FFF;
text-align: left;
}
.firefoxtan {
background: url('../img/firefox.png') no-repeat scroll left top / cover transparent;
position: fixed;
bottom: 0px;
right: 0px;
z-index: 10001;
height: 400px;
width: 462px;
}
.intexptan {
background: url('../img/inori.png') no-repeat scroll left top / cover transparent;
position: fixed;
bottom: 0px;
right: 450px;
z-index: 10000;
height: 400px;
width: 288px;
}
.realbrowsertext {
position: fixed;
bottom: 75px;
left: 0px;
padding: 15px 10px;
font-size: 40px;
font-family: "Segoe UI", sans-serif;
}
.realbrowsersmalltext {
position: fixed;
bottom: 0px;
left: 0px;
padding: 15px 10px;
font-size: 15px;
font-family: "Segoe UI", sans-serif;
}
@media (max-width: 1600px) {
.realbrowserbox {
height: 530px;
text-align: right;
}
.realbrowsertext {
bottom: 475px;
right: 0px;
}
.realbrowsersmalltext {
bottom: 400px;
right: 0px;
}
}
@media (max-width: 900px) {
.realbrowserbox {
height: auto;
top: 0px;
text-align: center;
}
.realbrowsertext {
position: static;
line-height: 100%;
}
.realbrowsersmalltext {
position: static;
}
}
@media (max-width: 600px) {
.firefoxtan {
right: -100px;
}
.intexptan {
right: 300px;
}
}

View file

@ -0,0 +1,75 @@
/* TextareaDecorator.css
* written by Colin Kuebler 2012
* Part of LDT, dual licensed under GPLv3 and MIT
* Provides styles for rendering a textarea on top of a pre with scrollbars
*/
/* settings you can play with */
.ldt, .ldt label {
padding: 4px;
}
.ldt, .ldt pre, .ldt textarea {
font-size: 16px !important;
/* resize algorithm depends on a monospaced font */
font-family: monospace !important;
color: black;
}
.ldt textarea {
/* fallback for browsers without rgba */
color: transparent !important;
/* make sure the alpha is low enough so it doesn't block the output layer */
color: rgba(0,0,0,.2) !important;
}
/* settings you shouldn't play with unless you have a good reason */
.ldt {
overflow: auto;
position: relative;
}
.ldt pre {
-moz-padding-start: 1px;
}
.ldt label {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: inline;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
cursor: text;
}
.ldt textarea {
margin: 0;
padding: 0;
border: 0;
background: 0;
outline: none;
resize: none;
min-width: 100%;
min-height: 100%;
overflow: hidden;
}
/* highlight styles */
.ldt .bold {
font-weight: bold;
}
.ldt .underline {
text-decoration: underline;
}
.ldt .italic {
font-style: italic
}
.ldt .strike {
text-decoration: line-through;
}

View file

@ -0,0 +1,99 @@
* {
margin: 0px;
padding: 0px;
}
html, body {
font: 12px/20px "Segoe UI", sans-serif;
}
#manage-navigation {
width: 150px;
background: #222;
color: #EEE;
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
}
#manage-content {
width: calc(100% - 150px);
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
background: #EEE;
overflow-y: auto;
}
.manage-menu > a {
padding: 10px 15px 12px;
display: block;
font-size: 20px;
font-weight: 100;
cursor: default;
transition: background .2s;
color: inherit;
text-decoration: none;
}
.manage-menu > a.selected {
background: #EEE;
color: #000;
}
.manage-menu > a:first-child {
padding: 10px 15px;
font-weight: 700;
}
.manage-menu > a:first-child > div {
font-size: 12px;
}
.manage-menu > a:not(:first-child):not(.selected):hover {
background: #333;
cursor: pointer;
}
.manage-menu > a:not(:first-child):not(.selected):active {
background: #444;
transition: background .0s;
cursor: pointer;
}
.manage-menu > a > span:first-child {
font-size: 25px;
display: inline-block;
}
.manage-menu > a:last-child {
position: fixed;
bottom: 0px;
width: 150px;
}
.data-container {
background: #EEE;
max-width: 1536px;
min-width: 768px;
margin: 0px auto;
padding: 5px 9px;
}
.data-container #page-title {
margin: 0px auto 10px;
display: block;
text-align: center;
}
.data-container fieldset {
border: 1px solid #888;
padding: 0px 6px 5px;
}
.data-container fieldset legend {
border: 1px solid #888;
background: #888;
padding: 0px 4px;
margin: -2px 0px 0px;
color: #EEE;
}
#ss_cpu_monitor {
border: 0px solid transparent;
height: 692px;
width: 765px;
}

861
public/assets/css/mio.css Normal file
View file

@ -0,0 +1,861 @@
/*
Flashii.net Style Codename "Mio"
By Flashwave <https://flash.moe>
*/
@charset "utf-8";
html {
color: #000000;
font: 12px/20px Georgia, "Times New Roman", Times, serif;
}
body {
margin: 0px;
padding: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
background: linear-gradient(180deg, #C2AFFE, #FBEEFF) repeat-x scroll center top #FBEEFF;
background-size: auto 200px;
text-align: center;
}
img.logo {
height: 150px;
width: 450px;
border: 0px;
background: url('../img/logo.png') no-repeat scroll left top transparent;
background-size: cover;
}
.clear {
clear: both !important;
float: none !important;
}
.hidden {
display: none !important;
visibility: hidden !important;
}
div.navbar a {
color: #000000;
text-decoration: none;
}
div.navbar a:hover {
color: #609;
}
hr {
color: #9475B2;
background: #9475B2;
height: 1px;
border: 0px;
}
div.navbar ul {
display: table;
margin: 0px auto;
clear: both;
text-align: center;
margin-top: 5px;
border-top: 1px solid;
min-width: 880px;
max-width: 1024px;
}
div.navbar li {
float: left;
display: block;
text-align: center;
margin-top: -1px;
position: relative;
left: 217.5px;
z-index: 1;
}
li.notcurrent {
background: none repeat scroll 0% 0% #C9BBCC;
border-width: 1px 1px 1px medium;
border-style: solid solid solid none;
border-color: inherit;
border-image: none;
padding: 2px 1em;
}
li.current {
background: none repeat scroll 0% 0% #FBEEFF;
border-width: 1px 1px 1px 1px;
border-style: solid solid solid solid;
border-color: inherit;
border-image: none;
padding: 2px 1em;
padding-bottom: 4px;
margin-left:-1px;
border-top: medium none;
}
li.first {
border-left: 1px solid;
}
li.fill {
border-top: 1px solid;
padding-bottom: 4px;
width: 100px !important;
}
div.pagecontent, div.profile {
margin: 0px auto;
margin-top: 5px;
min-width: 880px;
max-width: 1024px;
border: solid 1px #9475B2;
background: #FBEEFF;
}
div.profile {
min-height: 246px;
}
div.profile_cont {
text-align: left;
padding: 0px 20px;
}
div.profile_cont hr {
border: 0px solid #000;
height: 1px;
color: #000;
background: #000;
width: 75%;
}
div.mioboards, div.mioblog, div.miowhois {
margin: 0px auto;
margin-top: 5px;
min-width: 660px;
max-width: 924px;
border: solid 1px #9475B2;
}
div.miochatquote {
margin: 0px auto;
margin-top: 5px;
border: solid 1px #9475B2;
display: inline-block;
}
div.miochatquote .chatquote {
text-align: left;
color: #FFF;
min-width: 500px;
}
div.miochatquote .chatquote div .dateTime {
font-size: 9px;
}
div.miochatquote .chatquote div {
padding: 1px 5px 1px 7px;
}
div.miochatquote .chatquote div:nth-child(odd) {
background: #000;
}
div.miochatquote .chatquote div:nth-child(even) {
background: #212121;
}
div.miodonate {
margin: 0px auto;
margin-top: 5px;
min-width: 660px;
max-width: 924px;
border: solid 1px #9475B2;
}
div.miodonate h3 {
margin: 0px;
}
div.miodonate hr {
margin-bottom: 0px;
}
div.miodonate h2 {
margin: 0px;
background: #9475B2;
border: solid 1px #9475B2;
text-align: right;
float: right;
border-bottom-left-radius: 12px;
display: inline-block;
margin-top: -1px;
padding: 5px;
}
div.miodonate ul {
list-style: square outside none;
}
div.miodonate li {
list-style: none outside none;
background: #9475B2;
margin: 0px;
width: 815px;
margin: 8px;
height: 20px;
display: list-item;
box-shadow: 0 0 10px grey;
border-radius: 3px;
font-size: 140%;
padding: 10px;
}
div.mioucpbar {
min-width: 880px;
max-width: 1024px;
}
div.miobottom{
margin: 0px auto;
overflow: auto;
height: auto !important;
}
div.miobinner {
position: relative;
left: -50%;
float: right;
clear: both;
text-align: left;
}
h3.miotitle,
.settings .head {
background-color: #9475B2;
color: #330066;
margin-top: 0px;
text-align: left;
padding: 3px;
}
.settings .head {
font-weight: 700;
font-size: 1.2em;
}
h2.miotitle {
background-color: #9475B2;
color: #330066;
margin: 0px;
text-align: center;
padding: 3px;
}
h1.miotitle {
color: #330066;
margin: 0px;
text-align: center;
}
body.miomessage {
margin-top: 20%;
text-align: center;
}
h1.miomessage {
color: #440077;
font-size: 36pt;
}
.miosub {
color: #330066;
font-size: 8pt;
}
div.mioboxcontent {
text-align: left;
margin: 0px;
line-height: 130%;
overflow: auto;
width: 100%;
}
div.mioboxcontent h4 {
text-decoration: underline;
display: inline;
}
div.mioboards div.mioboxcontent {
padding: 0.25em 0.5em 0px;
padding-left: 20px;
}
div.miocolumn {
float: left;
width: 25%;
display: block;
}
a.boardlink {
text-decoration: none;
color: inherit;
}
a.boardlink:hover,a.boardlink:active {
text-decoration: underline;
}
div.postcontent {
text-align: left;
padding: 0px 10px 0px 10px;
}
h3.title {
margin-top: 0px;
background-color: #9475B2;
text-align: left;
padding: 3px;
}
h1.title{
margin-top: 0px;
background-color: #9475B2;
text-align: left;
padding: 5px;
}
ol,dl {
text-align: left;
}
dl {
padding-left: 10px;
}
dt.q {
font-weight: bold;
color: #550088;
}
dd.a {
border-bottom: solid 1px #9475B2;
padding-right: 10px;
margin-bottom: 5px;
}
span.permalink {
float: right;
}
span.permalink a {
text-decoration: none;
}
span.permalink a:hover {
text-decoration: underline;
}
input[type="text"],input[type="password"],input[type="date"],textarea {
margin: 0px 2px 0px 0px;
padding: 2px 4px 3px;
border: 1px solid #AAA;
outline: medium none;
font-family: arial,helvetica,sans-serif;
font-size: 10pt;
}
.settings .background-frame {
max-width: 400px;
}
select {
padding: 1px 2px 2px;
border: 1px solid #AAA;
outline: medium none;
font-family: arial,helvetica,sans-serif;
font-size: 10pt;
}
div.copyright{
padding-top: 5px;
font-size: 11px;
line-height: 15px;
}
div.copyright a {
text-decoration: none;
}
.prof_avatar{
max-height: 200px;
max-width: 200px;
border: 1px solid #9475B2;
}
div.prof_avatar_cont{
text-align: right;
float: right;
width: 200px;
height: 200px;
clear: both;
margin-top: -6px;
margin-right: -11px;
}
div.prof_options {
font-size: 10px;
text-transform: uppercase;
}
div.prof_options a, div.prof_options a:visited {
color: #111;
text-decoration: none;
}
div.prof_options a:hover, div.prof_options a:active {
color: #111;
text-decoration: underline;
}
div.ucp_avatar_cont {
text-align: center;
font-weight: bold;
}
.windowbutton-container {
float: right;
margin-top: -2px;
margin-right: -2px;
margin-left: -2px;
margin-bottom: -2px;
}
.closebutton {
cursor: pointer;
height: 23px;
width: 23px;
border: 0px;
background: url('../img/window-sprite.png') no-repeat scroll 0px 0px transparent;
}
.maxbutton {
cursor: pointer;
height: 23px;
width: 23px;
border: 0px;
background: url('../img/window-sprite.png') no-repeat scroll 0px -23px transparent;
}
.minbutton {
cursor: pointer;
height: 23px;
width: 23px;
border: 0px;
background: url('../img/window-sprite.png') no-repeat scroll 0px -46px transparent;
}
.donate-btn {
cursor: pointer;
height: 26px;
width: 90px;
border: 0px;
background: url('../img/donate-btn.png') no-repeat scroll 0px 0px transparent;
}
div.topLeftBar {
color: #000000;
position: absolute;
left: 0px;
background: #FBEEFF;
padding: 1px 9px;
border: 1px #9475B2 solid;
border-top: 0px;
border-left: 0px;
box-shadow: 0 0 1.5em #808080;
z-index: 997;
}
div.topLeftBar a {
color: inherit;
text-decoration: none;
}
div.topLeftBar a:hover {
text-decoration: underline;
}
div.manageReportsContainer {
text-align: left;
width: 800px;
}
div.manageReportsContainer > fieldset {
border: #9475B2 solid 1px;
margin: 5px;
}
div.manageReportsContainer > fieldset > legend {
border: #9475B2 solid 1px;
background: #9475B2;
color: #306;
padding: 1px 5px;
}
div.manageReportsContainer > fieldset > span > .reportText {
font-size: 10px;
line-height: 130%;
}
table.miotable {
width:100%;
}
table.miotablestandalone {
margin: 0px auto;
margin-top: 5px;
min-width: 880px;
max-width: 1024px;
border: solid 1px #9475B2;
}
.ucptable tr {
width: 100%;
}
.ucptable td {
width: 50%;
}
.ucptable input[type="text"],.ucptable input[type="date"] {
width: 373px;
}
.miotable tr.head {
background:#9475B2;
text-align:center;
font-weight:bold;
}
.miotable tr.ucpmenu td {
width:25%;
}
.miotable a {
text-decoration:none;
}
.miotable a:hover {
text-decoration:underline;
}
.miotable tr.online a {
color:green;
}
.miotable tr.semionline a {
color:orange;
}
.miotable tr.offline a {
color:red;
}
.miotable td {
padding: 5px;
}
.miotable tr.online {
color: green;
background: rgba(0,45,0,0.9);}
.miotable tr.semionline {
color: orange;
background: rgba(51,24,0,0.9);
}
.miotable tr.offline {
color: red;
background: rgba(51,0,0,0.9);
}
.registerbutton, .loginbutton {
display: block;
background: #9475B2;
color: #330066;
padding: 10px;
font-size: 20px;
text-decoration: none;
transition: text-shadow 0.2s;
}
.registerbutton:hover, .loginbutton:hover {
text-shadow: 0px 0px 8px #F1F1F1;
}
/* Flashii Bar */
div.flashii-bar .barAvatar {
margin-bottom: -5px;
height: 20px;
width: 20px;
}
div.flashii-bar {
color: #000000;
position: absolute;
right: 0px;
background: #FBEEFF;
padding: 1px 9px;
/*border-radius: 0px 0px 0px 8px;*/
border: 1px #9475B2 solid;
border-top: 0px;
border-right: 0px;
/*box-shadow: 0 0 1px grey;*/
box-shadow: 0 0 1.5em #808080;
z-index: 997;
}
div.flashii-black {
background: rgba(0,0,0,0.5);
position: fixed;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
height: 100%;
width: 100%;
z-index: 998;
}
div.flashii-bar a {
color: inherit;
text-decoration: none;
}
div.flashii-bar a:hover {
text-decoration: underline;
}
div.flashii-horizon {
background-color: transparent;
text-align: center;
position: absolute;
top: 30%;
left: 0px;
width: 100%;
height: 1px;
overflow: visible;
visibility: visible;
display: block;
z-index: 999;
}
div#flashii-login,div#flashii-register {
min-width: 333px;
max-width: 462px;
border: solid 1px #9475B2;
z-index: 999;
background: #FBEEFF;
margin: 0px auto;
}
div#flashii-login h3,div#flashii-register h3 {
background-color: #9475B2;
color: rgb(51,0,102);
margin-top: 0px;
text-align: left;
padding: 3px;
}
div#flashii-login h3 a,div#flashii-register h3 a {
float: right;
color: inherit;
text-decoration: none;
}
div#flashii-login table,div#flashii-register table {
margin: 0px auto;
text-align: left;
}
div#flashii-login tr td:first-child,div#flashii-register tr td:first-child{
background: #C9BBCC;
border: 1px #746677 solid;
color: #400070;
font-weight: bold;
padding: 0px 5px;
font-size: 10pt;
width: 35% !important;
}
div#flashii-login table tr:last-child td, div#flashii-register table tr:last-child td{
background: transparent !important;
border: none !important;
color: inherit !important;
font-weight: normal !important;
padding: 0 0 !important;
font-size: inherit !important;
text-align: center;
}
div#flashii-login #recaptcha_response_field,div#flashii-login input[type="text"],div#flashii-login input[type="password"],div#flashii-register #recaptcha_response_field,div#flashii-register input[type="text"],div#flashii-register input[type="password"] {
margin: 0px 2px 0px 0px;
padding: 2px 4px 3px;
border: 1px solid #AAA;
outline: medium none;
font-family: arial,helvetica,sans-serif;
font-size: 10pt;
width: 292px;
}
#recaptcha_widget img {
cursor: pointer;
}
div#recaptcha_image {
margin: 0px 2px 0px 0px;
border: 1px solid #AAA;
outline: medium none;
}
#recaptcha_response_field {
margin-top: 4px !important;
}
.recaptcha_custom_buttons {
font-size: smaller;
}
/* some more shit */
.group-select {
margin: 0px auto;
text-align: center;
min-width: 330px !important;
max-width: 945px;
}
.group-select a {
color: inherit;
}
.group-select-user {
background: #9475B2;
float: left;
margin: 10px;
text-align: center;
width: 275px;
height: 175px;
padding: 10px;
transition: background 0.5s, box-shadow 0.2s;
box-shadow: inset 0px 0px 1.5em #000;
}
.group-select-user:hover {
background: #8364A1;
cursor: pointer;
box-shadow: inset 0px 0px 2em #000;
}
.group-select-user-avatar {
min-height: 150px;
min-width: 150px;
margin: auto auto;
}
.group-select-user-avatar img {
max-height: 150px;
max-width: 150px;
border: 0px;
padding: 0px;
margin: 0px;
}
.membersPage {
width: 100%;
padding: 10px 0px;
overflow: hidden;
text-align: center;
}
.membersPage a {
color: inherit;
}
.membersPage .groupBox, .membersPage .userBox {
background: #9475B2;
margin: 10px;
text-align: center;
display: inline-block;
vertical-align: top;
transition: background 0.5s, box-shadow 0.2s;
}
.membersPage .groupBox {
padding: 7px;
font-size: 15px;
min-width: 150px;
box-shadow: inset 0px 0px 1em #000;
}
.membersPage .userBox {
padding: 10px;
line-height: 330%;
width: 200px;
height: 230px;
box-shadow: inset 0px 0px 1.5em #000;
}
.membersPage .groupBox:hover, .membersPage .userBox:hover {
background: #8364A1;
cursor: pointer;
}
.membersPage .groupBox:hover {
box-shadow: inset 0px 0px 1em #000;
}
.membersPage .userBox:hover {
box-shadow: inset 0px 0px 1.5em #000;
}
.membersPage .userBox img {
width: 200px;
height: 200px;
display: block;
margin: 0px auto;
}
.membersPage .userBox .userBoxUserName {
font-weight: 700;
}
.news-post-time {
text-align: right;
font-size: .8em;
margin-right: 10px;
margin-bottom: 7px;
}
.news-poster {
float: right;
text-align: right;
margin-top: -3px;
margin-left: 5px;
}
.news-poster img {
max-width: 120px;
max-height: 120px;
border: 1px solid #9475B2;
}
.news-poster h2 {
line-height: 11px;
margin: -5px 0px 0px;
font-weight: 100;
background: #9475B2;
border-bottom-left-radius: 10px;
font-size: 1.5em;
padding: 5px !important;
height: 15px;
}
.news-comments-container {
margin: 5px auto 0px;
}

View file

@ -0,0 +1,788 @@
/* Flashii.net Style Codename "Mio" Cybernetics Mod */
@charset "utf-8";
html {
color: #FFF;
font: 12px/20px Georgia, "Times New Roman", Times, serif;
}
body {
margin: 0px;
padding: 0px;
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
background: url('../img/mionetics/body.png') #242424;
text-align: center;
}
a {
color: #B62723;
text-decoration: none;
}
a:active,
a:visited {
color: #B62723;
text-decoration: none;
}
a:hover {
color: #F0E80A;
text-decoration: underline;
}
img.logo {
height: 125px;
width: 400px;
border: 0px;
background: url('../img/mionetics/cyberneticlogo.png') no-repeat scroll left top transparent;
background-size: cover;
}
.hidden {
display: none;
visibility: hidden;
}
div.navbar {
background: url('../img/mionetics/cathead.png') repeat-x scroll left top #2C2C2C;
border-width: 1px;
border-style: solid;
border-color: #3C3C3C transparent #131313 transparent;
margin: 5px auto 0px;
}
div.navbar a {
text-decoration: none;
}
hr {
color: #404040;
background: #404040;
height: 1px;
border: 0px;
}
div.navbar ul {
display: block;
margin: 0px auto;
clear: both;
text-align: center;
}
div.navbar li {
display: inline-block;
}
li.notcurrent {
padding: 2px 1em;
}
li.current {
padding: 2px 1em;
padding-bottom: 4px;
margin-left: -1px;
}
div.pagecontent, div.profile {
margin: 0px auto;
margin-top: 5px;
min-width: 880px;
max-width: 1024px;
border-width: 1px;
border-style: solid;
border-color: #3C3C3C #121212 #131313 #404040;
background: url('../img/mionetics/cell.png') repeat-x scroll left top #313131;
}
div.profile {
min-height: 246px;
}
div.profile_cont {
text-align: left;
padding: 0px 20px;
}
div.profile_cont hr {
border: 0px solid #000;
height: 1px;
color: #000;
background: #000;
width: 75%;
}
div.mioboards, div.mioblog, div.miowhois {
margin: 0px auto;
margin-top: 5px;
min-width: 660px;
max-width: 924px;
border-width: 1px;
border-style: solid;
border-color: #3C3C3C #121212 #131313 #404040;
background: url('../img/mionetics/cell.png') repeat-x scroll left top #313131;
}
div.miodonate {
margin: 0px auto;
margin-top: 5px;
min-width: 660px;
max-width: 924px;
border-width: 1px;
border-style: solid;
border-color: #3C3C3C #121212 #131313 #404040;
}
div.miodonate h3 {
margin: 0px;
}
div.miodonate hr {
margin-bottom: 0px;
}
div.miodonate h2 {
margin: 0px;
background: url('../img/mionetics/cell.png') repeat-x scroll left top #313131;
border-width: 1px;
border-style: solid;
border-color: #3C3C3C transparent #131313 #404040;
text-align: right;
float: right;
border-bottom-left-radius: 12px;
display: inline-block;
margin-top: -1px;
padding: 5px;
}
div.miodonate ul {
list-style: square outside none;
}
div.miodonate li {
list-style: none outside none;
background: url("../img/mionetics/buttons.png") transparent;
margin: 0px;
width: 815px;
margin: 8px;
height: 20px;
display: list-item;
box-shadow: 0 0 10px grey;
border-radius: 3px;
font-size: 140%;
padding: 10px;
}
div.mioucpbar {
min-width: 880px;
max-width: 1024px;
}
div.miobottom{
margin: 0px auto;
overflow: auto;
height: auto !important;
}
div.miobinner {
position: relative;
left: -50%;
float: right;
clear: both;
text-align: left;
}
h3.miotitle {
background: url('../img/mionetics/buttons.png');
margin-top: 0px;
text-align: left;
padding: 3px;
text-shadow: 1px 1px 2px #000;
}
h2.miotitle {
background: url('../img/mionetics/buttons.png');
margin: 0px;
text-align: center;
padding: 3px;
text-shadow: 0px 0px 2px #444;
}
h1.miotitle {
color: #330066;
margin: 0px;
text-align: center;
}
body.miomessage {
margin-top: 20%;
text-align: center;
}
h1.miomessage {
color: #440077;
font-size: 36pt;
}
.miosub {
color: #330066;
font-size: 8pt;
}
div.content {
background: url('../img/mionetics/cell.png') repeat-x scroll left top #313131;
}
div.mioboxcontent {
text-align: left;
margin: 0px;
line-height: 130%;
overflow: auto;
width: 100%;
}
div.mioboxcontent h4 {
text-decoration: underline;
display: inline;
}
div.mioboards div.mioboxcontent {
padding: 0.25em 0.5em 0px;
padding-left: 20px;
}
div.miocolumn {
float: left;
width: 25%;
display: block;
}
a.boardlink {
text-decoration: none;
color: inherit;
}
a.boardlink:hover,a.boardlink:active {
text-decoration: underline;
}
div.postcontent {
text-align: left;
padding: 0px 10px 0px 10px;
}
h3.title {
margin-top: 0px;
background: url("../img/mionetics/buttons.png") transparent;
text-align: left;
padding: 3px;
}
h1.title{
margin-top: 0px;
background-color: #9475B2;
text-align: left;
padding: 5px;
}
ol,dl {
text-align: left;
}
dl {
padding-left: 10px;
}
dt.q {
font-weight: bold;
color: #550088;
}
dd.a {
border-bottom: solid 1px #9475B2;
padding-right: 10px;
margin-bottom: 5px;
}
span.permalink {
float: right;
}
span.permalink a {
text-decoration: none;
}
span.permalink a:hover {
text-decoration: underline;
}
input[type="text"],input[type="password"],input[type="date"],textarea{
margin: 0px 2px 0px 0px;
padding: 2px 4px 3px;
border: 1px solid #AAA;
outline: medium none;
font-family: arial,helvetica,sans-serif;
font-size: 10pt;
}
select{
padding: 1px 2px 2px;
border: 1px solid #AAA;
outline: medium none;
font-family: arial,helvetica,sans-serif;
font-size: 10pt;
}
div.copyright{
padding-top: 5px;
font-size: 11px;
line-height: 15px;
color: #888;
}
div.copyright a {
color: #AAA;
}
.prof_avatar{
max-height: 200px;
max-width: 200px;
border-width: 1px;
border-style: solid;
border-color: #3C3C3C #121212 #131313 #404040;
}
div.prof_avatar_cont{
text-align: right;
float: right;
width: 200px;
height: 200px;
clear: both;
margin-top: -6px;
margin-right: -11px;
}
div.prof_options {
font-size: 10px;
text-transform: uppercase;
}
div.prof_options a, div.prof_options a:visited {
color: #111;
text-decoration: none;
}
div.prof_options a:hover, div.prof_options a:active {
color: #111;
text-decoration: underline;
}
div.ucp_avatar_cont {
text-align: center;
font-weight: bold;
}
.windowbutton-container {
float: right;
margin-top: -2px;
margin-right: -2px;
margin-left: -2px;
margin-bottom: -2px;
}
.closebutton {
cursor: pointer;
height: 23px;
width: 23px;
border: 0px;
background: url('../img/mionetics/window-sprite.png') no-repeat scroll 0px 0px transparent;
}
.maxbutton {
cursor: pointer;
height: 23px;
width: 23px;
border: 0px;
background: url('../img/mionetics/window-sprite.png') no-repeat scroll 0px -23px transparent;
}
.minbutton {
cursor: pointer;
height: 23px;
width: 23px;
border: 0px;
background: url('../img/mionetics/window-sprite.png') no-repeat scroll 0px -46px transparent;
}
.donate-btn {
cursor: pointer;
height: 26px;
width: 90px;
border: 0px;
background: url('../img/mionetics/donate-btn.png') no-repeat scroll 0px 0px transparent;
}
div.topLeftBar {
color: #000000;
position: absolute;
left: 0px;
background: #FBEEFF;
padding: 1px 9px;
border: 1px #9475B2 solid;
border-top: 0px;
border-left: 0px;
box-shadow: 0 0 1.5em #808080;
z-index: 997;
}
div.topLeftBar a {
color: inherit;
text-decoration: none;
}
div.topLeftBar a:hover {
text-decoration: underline;
}
div.manageReportsContainer {
text-align: left;
width: 800px;
}
div.manageReportsContainer > fieldset {
border: #9475B2 solid 1px;
margin: 5px;
}
div.manageReportsContainer > fieldset > legend {
border: #9475B2 solid 1px;
background: #9475B2;
color: #306;
padding: 1px 5px;
}
div.manageReportsContainer > fieldset > span > .reportText {
font-size: 10px;
line-height: 130%;
}
table.miotable {
width:100%;
}
table.miotablestandalone {
margin: 0px auto;
margin-top: 5px;
min-width: 880px;
max-width: 1024px;
border: solid 1px #9475B2;
}
.ucptable tr {
width: 100%;
}
.ucptable td {
width: 50%;
}
.ucptable input[type="text"],.ucptable input[type="date"] {
width: 373px;
}
.miotable tr.head {
background:#9475B2;
text-align:center;
font-weight:bold;
}
.miotable tr.ucpmenu td {
width:25%;
}
.miotable a {
text-decoration:none;
}
.miotable a:hover {
text-decoration:underline;
}
.miotable tr.online a {
color:green;
}
.miotable tr.semionline a {
color:orange;
}
.miotable tr.offline a {
color:red;
}
.miotable td {
padding: 5px;
}
.miotable tr.online {
color: green;
background: rgba(0,45,0,0.9);}
.miotable tr.semionline {
color: orange;
background: rgba(51,24,0,0.9);
}
.miotable tr.offline {
color: red;
background: rgba(51,0,0,0.9);
}
.registerbutton, .loginbutton {
display: block;
background: #9475B2;
color: #330066;
padding: 10px;
font-size: 20px;
text-decoration: none;
transition: text-shadow 0.2s;
}
.registerbutton:hover, .loginbutton:hover {
text-shadow: 0px 0px 8px #F1F1F1;
}
/* Flashii Bar */
div.flashii-bar .barAvatar {
margin-bottom: -5px;
max-height: 20px;
max-width: 20px;
}
div.flashii-bar {
color: #FFF;
position: absolute;
right: 0px;
background: url('../img/mionetics/cathead.png') repeat-x scroll left top #2C2C2C;
padding: 1px 9px;
box-shadow: 0 0 .5em #808080;
z-index: 997;
border-width: 1px;
border-style: solid;
border-color: #3C3C3C #121212 #131313 #404040;
border-top: 0px;
border-right: 0px;
}
div.flashii-black {
background: rgba(0,0,0,0.5);
position: fixed;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
height: 100%;
width: 100%;
z-index: 998;
}
div.flashii-bar a {
color: inherit;
text-decoration: none;
}
div.flashii-bar a:hover {
text-decoration: underline;
}
div.flashii-horizon {
background-color: transparent;
text-align: center;
position: absolute;
top: 30%;
left: 0px;
width: 100%;
height: 1px;
overflow: visible;
visibility: visible;
display: block;
z-index: 999;
}
div#flashii-login,div#flashii-register {
min-width: 333px;
max-width: 462px;
border: solid 1px #9475B2;
z-index: 999;
background: #FBEEFF;
margin: 0px auto;
}
div#flashii-login h3,div#flashii-register h3 {
background-color: #9475B2;
color: rgb(51,0,102);
margin-top: 0px;
text-align: left;
padding: 3px;
}
div#flashii-login h3 a,div#flashii-register h3 a {
float: right;
color: inherit;
text-decoration: none;
}
div#flashii-login table,div#flashii-register table {
margin: 0px auto;
text-align: left;
}
div#flashii-login tr td:first-child,div#flashii-register tr td:first-child{
background: #C9BBCC;
border: 1px #746677 solid;
color: #400070;
font-weight: bold;
padding: 0px 5px;
font-size: 10pt;
width: 35% !important;
}
div#flashii-login table tr:last-child td, div#flashii-register table tr:last-child td{
background: transparent !important;
border: none !important;
color: inherit !important;
font-weight: normal !important;
padding: 0 0 !important;
font-size: inherit !important;
text-align: center;
}
div#flashii-login #recaptcha_response_field,div#flashii-login input[type="text"],div#flashii-login input[type="password"],div#flashii-register #recaptcha_response_field,div#flashii-register input[type="text"],div#flashii-register input[type="password"] {
margin: 0px 2px 0px 0px;
padding: 2px 4px 3px;
border: 1px solid #AAA;
outline: medium none;
font-family: arial,helvetica,sans-serif;
font-size: 10pt;
width: 292px;
}
#recaptcha_widget img {
cursor: pointer;
}
div#recaptcha_image {
margin: 0px 2px 0px 0px;
border: 1px solid #AAA;
outline: medium none;
}
#recaptcha_response_field {
margin-top: 4px !important;
}
.recaptcha_custom_buttons {
font-size: smaller;
}
/* some more shit */
.group-select {
margin: 0px auto;
text-align: center;
min-width: 330px !important;
max-width: 945px;
}
.group-select a {
color: inherit;
}
.group-select-user {
background: #9475B2;
float: left;
margin: 10px;
text-align: center;
width: 275px;
height: 175px;
padding: 10px;
transition: background 0.5s, box-shadow 0.2s;
box-shadow: inset 0px 0px 1.5em #000;
}
.group-select-user:hover {
background: #8364A1;
cursor: pointer;
box-shadow: inset 0px 0px 2em #000;
}
.group-select-user-avatar {
min-height: 150px;
min-width: 150px;
margin: auto auto;
}
.group-select-user-avatar img {
max-height: 150px;
max-width: 150px;
border: 0px;
padding: 0px;
margin: 0px;
}
.membersPage {
width: 100%;
padding: 10px 0px;
overflow: hidden;
text-align: center;
}
.membersPage a {
color: inherit;
}
.membersPage .groupBox, .membersPage .userBox {
margin: 10px;
text-align: center;
display: inline-block;
vertical-align: top;
transition: background 0.5s, box-shadow 0.2s;
}
.membersPage .groupBox {
padding: 7px;
font-size: 15px;
min-width: 150px;
box-shadow: inset 0px 0px 1em #000;
}
.membersPage .userBox {
padding: 10px;
line-height: 330%;
width: 200px;
height: 230px;
box-shadow: inset 0px 0px 1.5em #000;
}
.membersPage .groupBox:hover, .membersPage .userBox:hover {
cursor: pointer;
}
.membersPage .groupBox:hover {
box-shadow: inset 0px 0px 1em #000;
}
.membersPage .userBox:hover {
box-shadow: inset 0px 0px 1.5em #000;
}
.membersPage .userBox img {
width: 200px;
height: 200px;
display: block;
margin: 0px auto;
}
.membersPage .userBox .userBoxUserName {
font-weight: 700;
}

View file

@ -0,0 +1,59 @@
/*
* Background graphic is taken from Mozilla Firefox's image view
*/
html, body{
height: 100%;
min-height: 100%;
}
body {
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAMAAAD04JH5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA9QTFRFIiIiISEhIyMjHx8fICAgSEHIqwAAC3FJREFUeNrEWwmS4zgM46H/v3lFALKdtA9ZqdrZ2eruOLYOigTBw2bNI8zMPSyj/+gfmmf/4Ob9evRPFvUz+ufsV3FTfVV/pXm/1CJwc//Uf7V6pH7171tmv1i39a8yMVMN5uE1Pp7jF+59lOxP1MD9oYZF1dVW9wTurgvh2Vq/ln2KrK/rEQ2Me2p5juVn7UibqhtqkX1Ex68aAHtyzI4d9IVm7dxwvdaZfbC61P/Dx5qrj9Oidmu1in5nTeh9MRinFuv4xrDzaBQXpUmhjY2XxEq0/ck+ZotaRq2iL7rVOI0rq8my1YZbiRXDY5Kxijqd/kU6lu0YsGRUR4pJa/utpg5+dNyF1eDEuBivxTbtwrD5Einur7XWRHWxRsUTXXQ4r1IhCHZoAf7Qpg0D1x01UHA7UVfquZqjBaXKhfUffbONmolN9mkSCseF1+JKlRqVFDqBLZY61OJrV9gM5tOMdeyRLl0ZKoARjbpGlcWaalgM3+XeSqz4QY0MN4kREtGia9pmQ6JUuuRMVMw6lJCosWytpizEptW9SbA1IY6qnky7VffQXmvU3M2tydyitMKgcFmbd9hTUkFkkbiQPBx97kJodXDQX2mTUdW7DDMJK0Zb6daB8a32khST0X5SgqoVZP0ri6s11sKjbKJugUJCIJAu9Le23uoyBInvqNMewKnSgEbF0k8YpBGfiD51KoVwFFYJiDYfsHA+BN0pOQSUiVrNfVIJeBXajbOrcQsyaOWtbJGy9PqrCfwa4LKG7EKAygk76mMQZaIEkHi6JOhcZ0qFMbfzWAoxpu0Fplb3AtJKF1LncWrgCVk6BqSKDHG3zZoi4tTAC7biGmBcAKMjTYEz7Y8DQlus0BEYiVtLU7k2T6Injo9X5M/6uSYtEHae2iDRSUdNdYLZlIUBO2pi7pBgj2NygHN9gh3VzriJ2h1NBCdj0GfKnstqtDkidHnCOqc6VKgAdI2QTPMpmUPRqUZd9yCvhEXKkulPAqBS5+H8sgZKumPYEUEJqNPtsQZNInUOJUqTvuIeaiFNBMCBk2lE1+HGahfcUw0tadKTBCSZmx7D7HFctSg5f4nS4cxyc42FqWMGcAo4RsBuf6alnN4zytTTKXQBrkH83LI8s8GWB8JBQrVoK3SCspb+l7G4VI2jAWhr81yg88BLTIBqI6GwRyWhQ2o4ZqMsiONh44RfK95xzAXFkwU0I5isuMADC5p2gSEX6JnaOFE51smQbzt+SYbokxpvt3vKZzJWOk1qQyN/hBKcUT7fKR8M8ZJykhOSDjl8xvCOL7bVSMbqofKlMPLi6hCZwatA5WgUIXdA/5Yh39CVphWI4hTcpRF0qU98JykPkXHAPOAJHLl0ETSDdE80eVALKOdmrHc0+k6mvygwlphECXoxuOPSrBoXgjFAM+iLK1xJMekMEZtB6hRqkHEkhsEJiJg0Wm9NnIiCAEGUOmMb6DyW+Mq9FMErxQzqZStgLFVrSWdefGxz46UxJI7SpDqA3TAXuPGsrhyBwQQMACI/kosRTAChFYnW6gJPJglVEMJk1lPRyxe5GVzSBD+FMqkztWFHODXLLfZJ+eVWaJVGqic8u2BrPqh1Uj2CTjxpOLBJOM/3tDoOtPrC4fnB4fmNw2XcNEM+r7ZzRz5d5BOzH8iv7+TXOd4pXLQdLvwarhihQ8VJMMWcUsSSxPwcrhoW9kGWXGTJ5CCeyZo12jx2MnyI4oonsubiRjDl1UxNY8blVaZGCZUQr35i8feG9hEmTaYJ5OgLeZv4zQIAQK7NXwGAuH8IFsW6llIrg034nduNEVbCC/x1+zbI57sc12fQ37bTg/qD0kCfEiBjigxIZ6BIJhNJ41cF9jR3xtYMXhtDpood7jV9hVKHjRzdWPZ8GPAHFSfCgD+oGELFICMZ7A4ZAaRGsIwGo0Mupt8YDFv/et7phOKBXTaxy7K3c8V6QZNX+GTsig2HPuLEJsK0OdqRoUlkPhBI0emHvCSkMZXLajbCkgJ2HJkwN45+0nc/WUYy46eXsiq7YwNFu4qgbCp1QM/XfJHb0Vt8pz2SaUyJ2CjYGKYw9sS1n6c9btMutqddQCiecEPpBcRBf3LzoNLURMJ0yQqL46qc1gONhv2G/L7cOaznK5H5qm5ws7ZHTJW6vix3xF7uALSNVA3oS5JkUlfluuFPcHIZYi2xOfEG5Xo653sZv0+vpfRMudSLsHcSGFcrLTsBgD/zCpaSCZE2IN1HdjbodZzRBSkAoK38SxpTV4J4rnaEktJmMEbaWMMtUPkgOf3fDwDBDAw9XCrxjkp+5v2+clZwjbMOfk83vxA5U4iDD0bMiDwlcmpWY4GgwduDTE3x/6sQdIb/f6crlOp0AvV39vslP50urx34ae78dLCfp/qsjWwhnTNJtsONTwLWMeowRR3yWd+JN6UPGKsVMoJVbQWmZJIkVAhZYTQmRtOo0NJ+2Cc535uA7zZ2DxF3RVooICRWioQ5uJUvINgxceg/JLnaoOe/VO5WyLTtKQZBF/UwRJIY9Eajx4T5cKlJ5QlW8lS5JVwRFRtS9wY5ZI48ECsCm2i2FDllmGd3hO5g9Hq7wq2AmFtKCiIhaXSW0i5WCL7DlLuKivIBoCTtkK+4qYmsMOl+fiPcTAaQRp4bPODBIyB9uCj+7VuMZWKmIwBdL/vYPH5e5G8wTUt/Y86K5IpO5JoMUzKE7CajEVM0gv8ZDcH4c8n6d/60kuLOnT9hS/cFnofw5JD6nQ5PQuEJnaC4+sscwxYrrNAoU6wQAqHpvN6ZXn7BvHB/Wi8JNK/D26NC3bRqXEU4sUc4qTreevn2Gar+lm9t8BBLFjjOG2x8qsHnO2tXYMvWi+sGH1eDjyvJ/G+zZH5Odp2w81yYPpDd6fgmRbYbe0p+coa24gxN7lpK/IsR0hBWjZBSPjBcHrkahtJEdEP82Qf+i0iHVOdtB6SGNHJW1Tb+9gfN9sdd9Adl3PQnmfqT4M9zoUryESW9rJKwYLMdZGMT0ElvyDxJ2XtDQr0hTyTFBG7ixctlY/rHhbKxq/uTe1WD5yozXMmxtp3V+HNh8ClqeCgMnkUNOTp5MNj7aOxDsSajsQ+EiCNC2E2X10yXmfRODXxAYkHndZeZH7rMlGE/Ted5TNTk3nZ+4RiVThzdjFMteFdJiBUM870F0JnBuQeu28bKkRB+01hpAk6gx11FbqZwclGRuy2cuOp1Q76vz/2YlZk996s0MpX+h/hwBnq/eaXt0O/DOT40jl6nzlZKzq7UGZpMXrQB0+N8tSF/9zmrRBlUo2DfjMswtD3xXQe2+utK4WePzm99aNzfY8fcXeJutsZ9ZlGIOeO3gkksFEy2rgcI0yezm1fcbwm/tTusP992MH6dx0rPgek8mnT9b5/Ni3LoyksZivBteF+Y3fayAASIw5vqknubWw7RR7VOsIzw1AF534rB8nNjYlTpkpbi7YFivSPmCOrf3oFJRHupwX90bLbh6OArmnzFaHD9iZaulP5zT1gyS/aTGLeUpTX1WqKGlGFbI/GoMquPmYV33wLopfzkHjktlBtMBJfSnn5D7DxGWXk9yfYYxfSu1HLFJlaoVBPQ2Whnm8hJXx7wi1cRNs7jO+dpQ7DLOfuV7hdTZDYq5L90Fdv7ruLqpOCJjszty+TsZ7PEZI37o5HDlVqzrQ61UnvThfO+2ft+ICXqYrwxNv9q3Um+9vHVupN8bagjhWfwz3vJXhfdvrOIM+/kfWYRc88ixu07oVPx6tQ7eZ/xqo6X7MhftGSfqtZ9D/Mpt8qdW9H+n7kLI8oz7rRCJ00oHwSn/52PROyxK0O3y/chZ9IGtcoWzHwyX6hA7DptYEobqCx2ipa+o+X9OyAPJ3TKbkNozXfOliMCOuqXXcgfjppt5f+4m+4/AQYA7rFTSAXDOQYAAAAASUVORK5CYII=');
color: #EEE;
font: 12px "Segoe UI", sans-serif;
margin: 0px;
text-align: center;
box-shadow: inset 0px 0px 2.5em rgb(0, 0, 0);
}
table {
height: 100%;
width: 100%;
}
tr:first-child {
height: calc(100% - 20px);
}
tr:last-child {
height: 20px;
opacity: .25;
}
h1 {
margin: 10px;
}
h4 {
margin: 0px;
}
a {
background: rgba(0, 0, 0, .1);
border-radius: 5px;
border: 1px solid rgba(0, 0, 0, .8);
padding: 0px 5px;
box-shadow: inset 0px 0px 1em rgb(0, 0, 0);
color: inherit;
text-decoration: none;
text-shadow: 1px 1px 2px #000;
transition: color .2s;
}
a.oldSub:hover {
color: #A00;
}
a.newSub:hover {
color: #0A0;
}

View file

@ -0,0 +1,79 @@
html {
background: url('../img/satori-error.png') top right no-repeat #FFF;
font-family: 'verdana', sans-serif;
font-size: 0.8em;
}
body {
margin: 0px 2em;
}
html, body {
min-height: 100%;
width: 90;
}
#wrap {
max-width: 34em;
}
h1, h2, h3, p {
margin: 0;
padding: 0;
font-size: 1em;
font-weight: normal;
}
h1 {
font-size: 1.5em;
margin: 1.33em 0;
}
h1 img {
margin: 0px 0.5em -0.75em 0px;
}
p {
padding: 0px;
margin: 2em 0px;
line-height: 1.33em;
}
hr {
margin: 1.9em 0px;
background: #BBB;
border: none;
}
ul {
padding: 0.75em 0px 0px 0px;
}
li {
margin: 0px 0px 0.8em 3.46em;
line-height: 1.32em;
}
a {
color: red;
}
img+a:before {
content: ' ';
}
h3 {
margin: 2.5em 0px;
}
li:nth-child(3) img {
margin: -0.2em 0px
}
li:nth-child(4) img {
margin: -0.5em 0px
}
table {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
display: none;
}
table, tr, td {
background: rgba(0,0,0,0.2);
height: 100%;
width: 100%;
text-align: center;
}
table img {
border-radius: 32px;
box-shadow: 0 4px 32px #888;
}

416
public/assets/css/nico.css Normal file
View file

@ -0,0 +1,416 @@
/* Flashii.net Style Codename "Mio" remodeled to look like "Nico" */
@charset "utf-8";
@font-face {
font-family: Gothic;
src: url('../fonts/gothic.woff');
}
html {
color: #000000;
font: 12px/20px Georgia, "Times New Roman", Times, serif;
}
body {
margin: 0px;
padding: 0px;
font-family: Gothic, sans-serif;
background: #0A0018 url('../img/pclouds.jpg') no-repeat center center fixed;
background-size: cover;
text-align: center;
color: #FFFFFF;
}
img.logo {
margin: 5px;
margin-top: 35px;
height: 74px;
width: 231px;
border: 0px;
background: url('../img/classiclogo.png') no-repeat scroll left top transparent;
background-size: cover;
}
a {
color: #0094FF;
}
a:hover {
color: #0072DD;
}
div.navbar {
position: fixed;
top: 0px;
left: 0px;
right: 0px;
font-size: 30px;
background-image: linear-gradient(to bottom, #190015, transparent);
z-index: 1;
padding: 5px 0px;
}
div.navbar a {
color: #FFFFFF;
text-decoration: none;
transition: color 0.4s ease-in 0s, text-shadow 0.4s ease-in 0s, background-image 0.4s ease-in 0s;
}
div.navbar a:hover {
text-shadow: 0px 0px 8px #F1F1F1;
background-image: linear-gradient(to bottom, #3B2237, transparent);
}
div.navbar a:active {
text-shadow: 0px 0px 8px #F1F1F1;
background-image: linear-gradient(to bottom, #2A1126, transparent);
}
div.navbar ul {
margin: 0px;
clear: both;
width: 100%;
}
div.navbar li {
float: left;
display: block;
z-index: 1;
}
div.navbar a:before {
content: "\00a0 ";
}
div.navbar a:after {
content: "\00a0 ";
}
li.notcurrent {
padding: 2px 1px;
}
li.current {
padding: 2px 1px;
}
li.first {
padding: 2px 1px;
}
li.fill {
}
div.pagecontent, div.profile {
margin: 0px auto;
margin-top: 5px;
min-width: 880px;
max-width: 1024px;
border: solid 1px rgba(102,0,153,0.5);
}
div.pagecontent > div.content {
background-image: linear-gradient(to top, rgba(102,0,153,0.5), transparent);
}
div.pagecontent > div.content > h3.title {
background-image: linear-gradient(to bottom, rgba(102,0,153,0.5), transparent);
}
div.profile {
min-height: 246px;
background: rgba(102,0,153,0.5);
}
div.profile_cont {
text-align: left;
padding: 0px 20px;
}
div.profile_cont hr {
border: 0px solid #000;
height: 1px;
color: #000;
background: #000;
width: 75%;
}
div.mioboards, div.mioblog, div.miowhois {
margin: 0px auto;
margin-top: 5px;
min-width: 660px;
max-width: 924px;
border: solid 1px rgba(102,0,153,0.5);
background: rgba(102,0,153,0.5);
}
div.miobottom{
margin: 0px auto;
overflow: auto;
height: auto !important;
}
div.miobinner {
position: relative;
left: -50%;
float: right;
clear: both;
text-align: left;
}
h3.miotitle {
background-image: linear-gradient(to bottom, rgba(102,0,153,0.5), transparent);
color: #FFF;
margin-top: 0px;
text-align: left;
padding: 3px;
}
h1.miotitle {
color: #330066;
margin: 0px;
text-align: center;
}
.miosub {
color: #330066;
font-size: 8pt;
}
div.mioboxcontent {
text-align: left;
margin: 0px;
line-height: 130%;
overflow: auto;
width: 100%;
}
div.mioboxcontent h4 {
text-decoration: underline;
display: inline;
}
div.mioboards div.mioboxcontent {
padding: 0.25em 0.5em 0px;
padding-left: 20px;
}
div.miocolumn {
float: left;
width: 25%;
display: block;
}
a.boardlink {
text-decoration: none;
color: inherit;
}
a.boardlink:hover,a.boardlink:active {
text-decoration: underline;
}
div.postcontent {
text-align: left;
padding: 0px 10px 0px 10px;
}
h3.title {
margin-top: 0px;
text-align: left;
padding: 3px;
}
h1.title{
margin-top: 0px;
background-color: rgba(102,0,153,0.2);
text-align: left;
padding: 5px;
}
ol,dl {
text-align: left;
}
dl {
padding-left: 10px;
}
dt.q {
font-weight: bold;
color: #550088;
}
dd.a {
border-bottom: solid 1px #9475B2;
padding-right: 10px;
margin-bottom: 5px;
}
span.permalink {
float: right;
}
span.permalink a {
text-decoration: none;
}
span.permalink a:hover {
text-decoration: underline;
}
input[type="text"],input[type="password"],input[type="date"],textarea{
margin: 0px 2px 0px 0px;
padding: 2px 4px 3px;
border: 1px solid #AAA;
outline: medium none;
font-family: arial,helvetica,sans-serif;
font-size: 10pt;
}
select{
padding: 1px 2px 2px;
border: 1px solid #AAA;
outline: medium none;
font-family: arial,helvetica,sans-serif;
font-size: 10pt;
}
div.copyright{
padding-top: 5px;
font-size: 11px;
line-height: 15px;
}
div.copyright a {
text-decoration: none;
}
.prof_avatar{
max-height: 200px;
max-width: 200px;
border: 1px solid #9475B2;
}
div.prof_avatar_cont{
text-align: right;
float: right;
width: 200px;
height: 200px;
clear: both;
margin-top: -6px;
margin-right: -11px;
}
table.miotable {width:100%;}
.ucptable tr {width: 100%;}
.ucptable td {width: 50%;}
.ucptable input[type="text"],.ucptable input[type="date"] {width: 292px;}
.miotable tr.head{text-align:center;font-weight:bold;}
.miotable tr.ucpmenu td{width:25%;}
.miotable a{text-decoration:none;}
.miotable a:hover{text-decoration:underline;}
.miotable tr.online a{color:green;}
.miotable tr.semionline a{color:orange;}
.miotable tr.offline a{color:red;}
.miotable td{padding:5px;}
.miotable tr.online{color:green;background:rgba(0,45,0,0.9);}
.miotable tr.semionline{color:orange;background:rgba(51,24,0,0.9);}
.miotable tr.offline{color:red;background:rgba(51,0,0,0.9);}
.registerbutton, .loginbutton {
display: block;
background: linear-gradient(to bottom, transparent, rgba(102,0,153,0.5), transparent);
color: #FFF;
padding: 10px;
font-size: 20px;
text-decoration: none;
transition: text-shadow 0.2s;
}
.registerbutton:hover, .loginbutton:hover {
color: #FFF;
text-shadow: 0px 0px 8px #F1F1F1;
}
/* Flashii Bar */
div.flashii-bar .barAvatar {
margin-bottom: -5px;
height: 20px;
width: 20px;
}
div.flashii-bar {
color: #000000;
position: absolute;
right: 0px;
background: #FBEEFF;
padding: 1px 9px;
/*border-radius: 0px 0px 0px 8px;*/
border: 1px #9475B2 solid;
border-top: 0px;
border-right: 0px;
/*box-shadow: 0 0 1px grey;*/
box-shadow: 0 0 1.5em #808080;
z-index: 997;
}
div.flashii-black {
background: rgba(0,0,0,0.5);
position: fixed;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
height: 100%;
width: 100%;
z-index: 998;
}
div.flashii-bar a {
color: inherit;
text-decoration: none;
}
div.flashii-bar a:hover {
text-decoration: underline;
}
div.flashii-horizon {
background-color: transparent;
text-align: center;
position: absolute;
top: 30%;
left: 0px;
width: 100%;
height: 1px;
overflow: visible;
visibility: visible;
display: block;
z-index: 999;
}
div#flashii-login,div#flashii-register {
min-width: 333px;
max-width: 462px;
border: solid 1px #9475B2;
z-index: 999;
background: #FBEEFF;
margin: 0px auto;
}
div#flashii-login h3,div#flashii-register h3 {
background-color: #9475B2;
color: rgb(51,0,102);
margin-top: 0px;
text-align: left;
padding: 3px;
}
div#flashii-login h3 a,div#flashii-register h3 a {
float: right;
color: inherit;
text-decoration: none;
}
div#flashii-login table,div#flashii-register table {
margin: 0px auto;
text-align: left;
}
div#flashii-login tr td:first-child,div#flashii-register tr td:first-child{
background: #C9BBCC;
border: 1px #746677 solid;
color: #400070;
font-weight: bold;
padding: 0px 5px;
font-size: 10pt;
width: 35% !important;
}
div#flashii-login table tr:last-child td, div#flashii-register table tr:last-child td{
background: transparent !important;
border: none !important;
color: inherit !important;
font-weight: normal !important;
padding: 0 0 !important;
font-size: inherit !important;
text-align: center;
}
div#flashii-login #recaptcha_response_field,div#flashii-login input[type="text"],div#flashii-login input[type="password"],div#flashii-register #recaptcha_response_field,div#flashii-register input[type="text"],div#flashii-register input[type="password"] {
margin: 0px 2px 0px 0px;
padding: 2px 4px 3px;
border: 1px solid #AAA;
outline: medium none;
font-family: arial,helvetica,sans-serif;
font-size: 10pt;
width: 292px;
}
#recaptcha_widget img {
cursor: pointer;
}
div#recaptcha_image {
margin: 0px 2px 0px 0px;
border: 1px solid #AAA;
outline: medium none;
}
#recaptcha_response_field {
margin-top: 4px !important;
}
.recaptcha_custom_buttons {
font-size: smaller;
}

View file

@ -0,0 +1,719 @@
/* phpBB 3.0 Style Sheet
--------------------------------------------------------------
Style name: subsilver2
Based on style: subSilver (the default phpBB 2 style)
Original author: subBlue ( http://www.subBlue.com/ )
Modified by: psoTFX and the phpBB team ( http://www.phpbb.com )
This is an alternative style for phpBB3 for those wishing to stay with
the familiar subSilver style of phpBB version 2.x
Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
--------------------------------------------------------------
*/
/* Layout
------------ */
* {
/* Reset browsers default margin, padding and font sizes */
margin: 0;
padding: 0;
}
html {
font-size: 100%;
}
body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #9DAAD9;
background-color: #0F1528;
font-size: 10px; /* This sets the default font size to be equivalent to 10px */
margin: 0;
}
#wrapheader {
min-height: 120px;
height: auto !important;
height: 120px;
/* background-image: url('./images/background.gif');
background-repeat: repeat-x;*/
/* padding: 0 25px 15px 25px;*/
padding: 0;
}
#wrapcentre {
margin: 15px 25px 0 25px;
}
#wrapfooter {
text-align: center;
clear: both;
}
#wrapnav {
width: 100%;
margin: 0;
background-color: #ECECEC;
border-width: 1px;
border-style: solid;
border-color: #A9B8C2;
}
#logodesc {
margin-bottom: 5px;
padding: 5px 25px;
background: #0F1528;
}
#menubar {
margin: 0 25px;
}
#menubar a:link { /* This line added by Kyon */
color: #567194;
}
#menubar a:visited {
color: #567194;
text-decoration: none;
}
#menubar a:hover {
color: #9DAAD9;
text-decoration: underline;
}
#datebar {
margin: 10px 25px 0 25px;
}
#findbar {
width: 100%;
margin: 0;
padding: 0;
border: 0;
}
.forumrules {
background-color: #191E33;
border-width: 1px;
border-style: solid;
border-color: #666666;
padding: 4px;
font-weight: normal;
font-size: 1.1em;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.forumrules h3 {
color: #9DAAD9;
}
#pageheader { }
#pagecontent { }
#pagefooter { }
#poll { }
#postrow { }
#postdata { }
/* Text
--------------------- */
h1 {
color: #9DAAD9;
font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 22px;
text-decoration: none;
}
h2 {
font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 22px;
text-decoration: none;
line-height: 120%;
}
h3 {
font-size: 1.3em;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: 120%;
}
h4 {
margin: 0;
font-size: 1.1em;
font-weight: bold;
}
p {
font-size: 1.1em;
}
p.moderators {
margin: 0;
float: left;
color: #9DAAD9;
font-weight: bold;
}
.rtl p.moderators {
float: right;
}
p.linkmcp {
margin: 0;
float: right;
white-space: nowrap;
}
.rtl p.linkmcp {
float: left;
}
p.breadcrumbs {
margin: 0;
float: left;
color: #567194;
font-weight: bold;
white-space: normal;
font-size: 1em;
}
.rtl p.breadcrumbs {
float: right;
}
p.datetime {
margin: 0;
float: right;
white-space: nowrap;
font-size: 10px;
}
.rtl p.datetime {
float: left;
}
p.searchbar {
padding: 2px 0;
white-space: nowrap;
}
p.searchbarreg {
margin: 0;
float: right;
white-space: nowrap;
}
.rtl p.searchbarreg {
float: left;
}
p.forumdesc {
padding-bottom: 4px;
}
p.topicauthor {
margin: 1px 0;
}
p.topicdetails {
margin: 1px 0;
}
.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
margin: 1px 0;
color: red;
font-weight:bold;
}
.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
color: green;
font-weight:bold;
}
.postapprove img, .postreported img {
vertical-align: bottom;
}
.postauthor {
color: White;
font-size: 11px;
}
.postdetails {
color: #98A0AB;
}
.postbody {
font-size: 12px;
line-height: 1.4em;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.postbody li, ol, ul {
margin: 0 0 0 1.5em;
}
.rtl .postbody li, .rtl ol, .rtl ul {
margin: 0 1.5em 0 0;
}
.posthilit {
background-color: yellow;
}
.nav {
margin: 0;
color: #9DAAD9;
font-weight: bold;
}
a:link.nav { /* This line added by Kyon */
color: #567194;
font-size: 12px;
}
.pagination {
padding: 4px;
color: #9DAAD9;
font-size: 1em;
font-weight: bold;
}
.cattitle {
}
.gen {
margin: 1px 1px;
font-size: 12px;
}
.genmed {
margin: 1px 1px;
font-size: 11px;
}
.gensmall {
margin: 1px 1px;
font-size: 10px;
}
.copyright
{
letter-spacing: -1px;
color: #567194;
font-weight: normal;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.titles {
font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 22px;
text-decoration: none;
}
.error {
color: red;
}
/* Tables
------------ */
th {
color: #CECECE;
font-size: 1.1em;
font-weight: bold;
background-color: #191E33;
background-image: url('./images/cellpic3.gif');
white-space: nowrap;
padding: 7px 5px;
}
td {
padding: 2px;
}
td.profile {
padding: 4px;
}
.tablebg {
background-color: Black;
}
.catdiv {
height: 28px;
margin: 0;
padding: 0;
border: 0;
background: #0F152F url('./images/cellpic2.jpg') repeat-y scroll top left;
}
.rtl .catdiv {
background: #0F152F url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}
.cat {
height: 28px;
margin: 0;
padding: 0;
border: 0;
background-color: #191E33;
background-image: url('./images/cellpic1.gif');
text-indent: 4px;
}
.row1 {
background-color: #1A2237;
padding: 4px;
}
.row2 {
background-color: #192136;
padding: 4px;
}
.row3 {
background-color: #191E33;
padding: 4px;
}
.spacer {
background-color: #191E33;
}
hr {
height: 1px;
border-width: 0;
background-color: #D1D7DC;
color: #D1D7DC;
}
.legend {
text-align:center;
margin: 0 auto;
}
/* Links
------------ */
a:link {
color: #567194;
text-decoration: none;
}
a:active,
a:visited {
color: #4C5A8E;
text-decoration: none;
}
a:hover {
color: #FFFFFF;
text-decoration: underline;
}
a.forumlink {
color: #5E7CA2;
font-weight: bold;
/*font-family: "Lucida Grande", Helvetica, Arial, sans-serif;*/
font-size: 12px;
}
a.topictitle {
margin: 1px 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
}
a.topictitle:link {
color: #567194;
margin: 1px 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
}
a.topictitle:visited {
color: #567194;
text-decoration: none;
}
/*a.topictitle:visited {
color: #9DAAD9;
text-decoration: none;
}*/
th a,
th a:visited {
color: #9DAAD9 !important;
text-decoration: none;
}
th a:hover {
text-decoration: underline;
}
/* Form Elements
------------ */
form {
margin: 0;
padding: 0;
border: 0;
}
input {
color: #191E33;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
padding: 1px;
border: 1px solid #A9B8C2;
background-color: #191E33;
}
textarea {
background-color: #191E33;
color: #9DAAD9;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.3em;
line-height: 1.4em;
font-weight: normal;
border: 1px solid #A9B8C2;
padding: 2px;
}
select {
color: #9DAAD9;
background-color: #191E33;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
border: 1px solid #A9B8C2;
padding: 1px;
}
option {
padding: 0 1em 0 0;
}
option.disabled-option {
color: graytext;
}
.rtl option {
padding: 0 0 0 1em;
}
input.radio {
border: none;
background-color: transparent;
}
.post {
background-color: #191E33;
border-style: solid;
border-width: 1px;
color: #9DAAD9; /* This line added by Kyon */
}
.btnbbcode {
color: #9DAAD9;
font-weight: normal;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #191E33;
border: 1px solid #666666;
}
.btnmain {
font-weight: bold;
background-color: #191E33;
border: 1px solid #A9B8C2;
cursor: pointer;
padding: 1px 5px;
font-size: 1.1em;
}
input.btnlite { /* This line added by Kyon */
color: #9DAAD9;
font-size: 12px;
}
input.btnmain { /* This line added by Kyon */
color: #9DAAD9;
font-size: 12px;
}
.btnlite {
font-weight: normal;
background-color: #3F4A69;
border: 1px solid #A9B8C2;
cursor: pointer;
padding: 1px 5px;
font-size: 1.1em;
}
.btnfile {
font-weight: normal;
background-color: #ECECEC;
border: 1px solid #A9B8C2;
padding: 1px 5px;
font-size: 1.1em;
}
.helpline {
background-color: #191E33;
border-style: none;
}
/* BBCode
------------ */
.quotetitle, .attachtitle {
margin: 0px 5px 0 5px;
padding: 4px;
border-width: 1px 1px 0 1px;
border-style: solid;
border-color: #1A2237;
color: #5E7CA2;
background-color: #3F4A69;
font-size: 11px;
font-weight: bold;
}
.quotetitle .quotetitle {
font-size: 1em;
}
.quotecontent, .attachcontent {
margin: 0 5px 10px 5px;
padding: 5px;
border-color: #1A2237;
border-width: 0 1px 1px 1px;
border-style: solid;
font-weight: normal;
font-size: 10px;
line-height: 1.4em;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #3F4A69;
color: #5E7CA2;
}
.attachcontent {
font-size: 0.85em;
}
.codetitle {
margin: 10px 5px 0 5px;
padding: 2px 4px;
border-width: 1px 1px 0 1px;
border-style: solid;
border-color: #1A2237;
color: #5E7CA2;
background-color: #3F4A69;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
.codecontent {
direction: ltr;
margin: 0 5px 10px 5px;
padding: 5px;
border-color: #1A2237;
border-width: 0 1px 1px 1px;
border-style: solid;
font-weight: normal;
color: #5E7CA2;
font-size: 12px;
font-family: Courier, 'Courier New', sans-serif;
background-color: #3F4A69;
}
.syntaxbg {
color: #FFFFFF;
}
.syntaxcomment {
color: #FF8000;
}
.syntaxdefault {
color: #0000BB;
}
.syntaxhtml {
color: #000000;
}
.syntaxkeyword {
color: #007700;
}
.syntaxstring {
color: #DD0000;
}
/* Private messages
------------------ */
.pm_marked_colour {
background-color: #000000;
}
.pm_replied_colour {
background-color: #A9B8C2;
}
.pm_friend_colour {
background-color: #007700;
}
.pm_foe_colour {
background-color: #DD0000;
}
/* Misc
------------ */
img {
border: none;
}
.sep {
color: black;
background-color: #FFA34F;
}
table.colortable td {
padding: 0;
}
pre {
font-size: 1.1em;
font-family: Monaco, 'Courier New', monospace;
}
.nowrap {
white-space: nowrap;
}
.username-coloured {
font-weight: bold;
}
a.subforum { /* This line added by Kyon */
color: #f9d55f;
}
p.forumdesc strong /* This line added by Kyon */
{
font-size: 10px;
}

View file

@ -0,0 +1,27 @@
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg);}
100% { -webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
0% { -moz-transform: rotate(0deg);}
100% { -moz-transform: rotate(360deg);}
}
@-o-keyframes spin {
0% { -o-transform: rotate(0deg);}
100% { -o-transform: rotate(360deg);}
}
@-ms-keyframes spin {
0% { -ms-transform: rotate(0deg);}
100% { -ms-transform: rotate(360deg);}
}
@keyframes spin {
0% { transform: rotate(0deg);}
100% { transform: rotate(360deg);}
}
.spinny {
-webkit-animation: spin 5s infinite linear;
-moz-animation: spin 5s infinite linear;
-o-animation: spin 5s infinite linear;
-ms-animation: spin 5s infinite linear;
animation: spin 5s infinite linear;
}

327
public/assets/css/xp.css Normal file
View file

@ -0,0 +1,327 @@
@charset "utf-8";
html {
color: #000000;
font: 12px/20px Tahoma, serif;
height: 100% !important;
width: 100% !important;
}
body {
margin: 0px;
padding: 0px;
height: 100% !important;
width: 100% !important;
background: url('../img/xpdesktop.png') no-repeat fixed center center / cover transparent;
background-color: #004E98;
}
img.logo {
height: 134px;
width: 485px;
border: 0px;
background: url('../img/xplogo.png') no-repeat scroll left top transparent;
background-size: cover;
position: fixed;
bottom: 40px;
right: 4px;
z-index: 1;
opacity: 0.5;
transition: opacity 1s;
}
img.logo:hover{
opacity: 1;
}
div.navbar {
background-image: linear-gradient(180deg, #3D95FF 1px, #2B90FF 2px, #0372FF 3px, #0365F1 4px, #005CEC 5px, #0058E6 6px, #0055E5 7px, #0054E3 8px, #0055E5 9px, #0055EA 16px, #0058EB 17px, #0058EE 18px, #005BF2 19px, #0160F5 20px, #0060F9 21px, #0164F9 22px, #026AFE 23px, #036EFF 25px, #026AFE 26px, #0368FA 27px, #0060F9 28px, #004DE3 29px, #0144D0 30px);
position: fixed;
bottom: 0px;
left: 0px;
right: 0px;
height: 29px !important;
}
div.navbar a {
color: #000000;
text-decoration: none;
}
div.navbar a:hover {
color: #609;
}
div.navbar ul {
display: table;
clear: both;
margin-left: -150px;
text-align: left;
margin-top: 4px;
min-width: 880px;
max-width: 1024px;
}
div.navbar li {
float: left;
display: block;
text-align: center;
margin-top: -1px;
position: relative;
left: 25%;
z-index: 1;
color: #FFF !important;
}
li.notcurrent {
border-radius: 3px;
background: #FFF;
text-align: left;
min-height: 25px;
min-width: 150px;
text-align: left !important;
padding-left: 10px;
font-size: 8pt;
letter-spacing: 1px;
margin-left: 1px;
background-image: linear-gradient(180deg, #4EA6FF 1px, #3CA1FF 2px, #1483FF 3px, #1476F2 4px, #116DFD 5px, #1169F7 6px, #1166F6 7px, #1165F4 8px, #1166F6 9px, #1166FB 16px, #1169FC 17px, #1169FF 18px, #116CF3 19px, #1271F6 20px, #1171FA 21px, #1275FA 22px, #137BFF 23px, #147FFF 25px, #137BFF 26px, #1479FB 27px, #1171FA 28px, #115EF4 29px, #1255E1 30px);
}
li.current {
background: none repeat scroll 0% 0% #FBEEFF;
border-width: 1px 1px 1px 1px;
border-style: solid solid solid solid;
border-color: -moz-use-text-color;
border-image: none;
border-top: medium none;
}
li.first {
background-image: linear-gradient(0deg, #367E36 1px, #5FA15F 2px, #91C190 3px, #8BBD8A 4px, #78B478 5px, #57A457 6px, #58A458 7px, #4F9F4E 8px, #4A9F4A 9px, #489F49 10px, #429742 11px, #3F9840 12px, #3D993D 13px, #3B993C 14px, #3C9D3C 15px, #3BA03B 16px, #3BA73C 17px, #3CAA3C 18px, #3DAD3C 19px, #3DB03C 20px, #3DB23D 21px, #3DB03D 24px, #3CAD3C 25px, #369D35 26px, #319132 27px, #2C8230 28px, #27753E 29px) !important;
border: 0px !important;
border-top-right-radius: 6px !important;
border-bottom-right-radius: 6px !important;
position: fixed !important;
bottom: 0px !important;
left: 0px !important;
color: #FFF !important;
font-weight: bold !important;
min-height: 29px !important;
padding-top: 0px !important;
padding-bottom: 0px !important;
}
li.first a {
color: #FFF !important;
font-weight: bold !important;
font-style: italic !important;
font-size: 16px;
text-shadow: 1px 1px grey;
padding-left: 20px;
padding-right: 20px;
text-transform: lowercase !important;
letter-spacing: 1px;
}
li.fill {
display: none;
visibility: hidden;
}
div.pagecontent, div.profile {
margin: 0px auto;
margin-top: 5px;
min-width: 880px;
max-width: 1024px;
border: solid 1px #9475B2;
background: #FFF;
z-index: 5;
}
div.profile {
min-height: 246px;
}
div.profile_cont {
text-align: left;
padding: 0px 20px;
}
div.profile_cont hr {
border: 0px solid #000;
height: 1px;
color: #000;
background: #000;
width: 75%;
}
div.mioboards, div.mioblog, div.miowhois {
margin: 12px 20px;
margin-top: 5px;
min-width: 660px;
max-width: 924px;
border: 2px solid #0058EB;
background: #FFF;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
z-index: 5;
}
div.miobottom{
margin: 0px auto;
overflow: auto;
height: auto !important;
}
div.miobinner {
position: relative;
left: -50%;
float: right;
clear: both;
text-align: left;
}
h3.miotitle {
background-color: #6599E8;
background-image: linear-gradient(0deg, #3D95FF 1px, #2B90FF 2px, #0372FF 3px, #0365F1 4px, #005CEC 5px, #0058E6 6px, #0055E5 7px, #0054E3 8px, #0055E5 9px, #0055EA 16px, #0058EB 17px, #0058EE 18px, #005BF2 19px, #0160F5 20px, #0060F9 21px, #0164F9 22px, #026AFE 23px, #036EFF 25px, #026AFE 26px, #0368FA 27px, #0060F9 28px, #004DE3 29px, #0144D0 30px);
color: #FFF;
text-shadow: 1px 1px #0A1883;
margin-top: 0px;
text-align: left;
padding: 3px;
padding-bottom: 6px;
border-top-left-radius: 4.5px;
border-top-right-radius: 4.5px;
}
img.wxp_buttons {
height: 21px;
width: 67px;
background: url('../img/xp_buttons.png') no-repeat;
float: right;
}
h1.miotitle {
color: #330066;
margin: 0px;
text-align: center;
}
body.miomessage {
margin-top: 20%;
text-align: center;
}
h1.miomessage {
color: #440077;
font-size: 36pt;
}
.miosub {
color: #330066;
font-size: 8pt;
}
div.mioboxcontent {
text-align: left;
margin: 0px;
line-height: 130%;
overflow: auto;
width: 100%;
}
div.mioboxcontent h4 {
text-decoration: underline;
display: inline;
}
div.mioboards div.mioboxcontent {
padding: 0.25em 0.5em 0px;
padding-left: 20px;
}
div.miocolumn {
float: left;
width: 25%;
display: block;
}
a.boardlink {
text-decoration: none;
color: inherit;
}
a.boardlink:hover,a.boardlink:active {
text-decoration: underline;
}
div.postcontent {
text-align: left;
padding: 0px 10px 0px 10px;
}
h3.title {
margin-top: 0px;
background-color: #F2F2EE;
border-bottom: #D8D2BD 1px solid;
text-align: left;
padding: 3px;
padding-bottom: 5px;
font-weight: normal;
font-size: 8pt;
letter-spacing: 1px;
}
h1.title{
margin-top: 0px;
background-color: #9475B2;
text-align: left;
padding: 5px;
}
ol,dl {
text-align: left;
}
dl {
padding-left: 10px;
}
dt.q {
font-weight: bold;
color: #550088;
}
dd.a {
border-bottom: solid 1px #9475B2;
padding-right: 10px;
margin-bottom: 5px;
}
span.permalink {
float: right;
}
span.permalink a {
text-decoration: none;
}
span.permalink a:hover {
text-decoration: underline;
}
input[type="text"],input[type="password"],input[type="date"],textarea{
margin: 0px 2px 0px 0px;
padding: 2px 4px 3px;
border: 1px solid #AAA;
outline: medium none;
font-family: arial,helvetica,sans-serif;
font-size: 10pt;
}
select{
padding: 1px 2px 2px;
border: 1px solid #AAA;
outline: medium none;
font-family: arial,helvetica,sans-serif;
font-size: 10pt;
}
div.copyright{
padding-top: 5px;
font-size: 11px;
line-height: 15px;
position: fixed;
bottom: 32px;
right: 1px;
z-index: 2;
text-align: right;
color: #FFF;
}
div.copyright a {
color: #FFF;
text-decoration: none;
}
.prof_avatar{
max-height: 200px;
max-width: 200px;
border: 1px solid #9475B2;
}
div.prof_avatar_cont{
text-align: right;
float: right;
width: 200px;
height: 200px;
clear: both;
margin-top: -6px;
margin-right: -11px;
}
table.miotable {width:100%;}
.ucptable tr {width: 100%;}
.ucptable td {width: 50%;}
.ucptable input[type="text"],.ucptable input[type="date"] {width: 292px;}
.miotable tr.head{background:#9475B2;text-align:center;font-weight:bold;}
.miotable tr.ucpmenu td{width:25%;}
.miotable a{text-decoration:none;}
.miotable a:hover{text-decoration:underline;}
.miotable tr.online a{color:green;}
.miotable tr.semionline a{color:orange;}
.miotable tr.offline a{color:red;}
.miotable td{padding:5px;}
.miotable tr.online{color:green;background:rgba(0,45,0,0.9);}
.miotable tr.semionline{color:orange;background:rgba(51,24,0,0.9);}
.miotable tr.offline{color:red;background:rgba(51,0,0,0.9);}

1220
public/assets/css/yuuno.css Normal file

File diff suppressed because it is too large Load diff

1
public/assets/css/yuuno.min.css vendored Normal file

File diff suppressed because one or more lines are too long

BIN
public/assets/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 KiB

Binary file not shown.

View file

@ -0,0 +1,969 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
<metadata></metadata>
<defs>
<font id="allerregular" horiz-adv-x="1228" >
<font-face units-per-em="2048" ascent="1638" descent="-410" />
<missing-glyph horiz-adv-x="485" />
<glyph unicode="&#xfb01;" horiz-adv-x="1234" d="M55 971q0 45 8 80h173v73q0 195 115.5 296.5t318.5 101.5q82 0 148.5 -10.5t150.5 -38.5q0 -47 -14.5 -89.5t-34.5 -76.5q-61 25 -111.5 35t-122.5 10q-53 0 -98 -9.5t-78 -35t-52.5 -71.5t-19.5 -118v-67h633v-1051q-23 -4 -50.5 -6t-49.5 -2q-23 0 -50.5 2t-50.5 6v891 h-432v-891q-23 -4 -50.5 -6t-49.5 -2q-23 0 -51.5 2t-50.5 6v891h-173q-8 33 -8 80z" />
<glyph unicode="&#xfb02;" horiz-adv-x="1296" d="M55 971q0 39 6 80h175v73q0 195 118.5 296.5t347.5 101.5q104 0 185.5 -11.5t159.5 -25.5v-1108q0 -80 8 -125t23.5 -68.5t40 -28.5t55.5 -5q20 0 42.5 2t38.5 6q12 -35 16.5 -75t4.5 -81q-31 -10 -71 -13t-75 -3q-68 0 -121 15t-89.5 55t-55 107.5t-18.5 170.5v1005 q-35 8 -78 11.5t-78 3.5q-55 0 -102 -10.5t-81 -36t-52.5 -71.5t-18.5 -118v-67h250q6 -43 6 -84t-6 -78h-250v-889q-23 -4 -50.5 -5t-49.5 -1q-23 0 -50.5 1t-49.5 5v889h-175q-6 39 -6 82z" />
<glyph unicode="&#xfb03;" horiz-adv-x="1873" d="M55 971q0 45 8 80h173v63q0 195 96 296t278 101q53 0 98.5 -7t79.5 -17q-6 -53 -20 -90t-31 -74q-18 6 -44.5 11t-63.5 5q-43 0 -79 -9t-60.5 -34.5t-38 -70.5t-13.5 -117v-57h443v73q0 195 115.5 296.5t318.5 101.5q82 0 148.5 -10.5t150.5 -38.5q0 -47 -14.5 -89.5 t-32.5 -76.5q-63 25 -113.5 35t-122.5 10q-53 0 -98 -9.5t-78 -35t-52.5 -71.5t-19.5 -118v-67h633v-1051q-23 -4 -50.5 -6t-49.5 -2q-23 0 -50.5 2t-49.5 6v891h-433v-891q-23 -4 -50 -6t-50 -2t-51.5 2t-50.5 6v891h-443v-891q-23 -4 -50.5 -6t-49.5 -2q-23 0 -51.5 2 t-50.5 6v891h-173q-8 33 -8 80z" />
<glyph unicode="&#xfb04;" horiz-adv-x="1941" d="M55 971q0 39 6 80h175v61q0 195 96 296t278 101q53 0 98.5 -6t79.5 -16q-8 -53 -21 -91t-30 -73q-20 4 -46.5 10t-61.5 6q-43 0 -79 -10t-60.5 -36.5t-39 -71.5t-14.5 -115v-55h445v73q0 195 118.5 296.5t348.5 101.5q104 0 185 -11.5t159 -25.5v-1108q0 -80 8 -125 t23.5 -68.5t40 -28.5t55.5 -5q20 0 42.5 2t39.5 6q12 -35 16 -77t4 -79q-29 -10 -70 -13t-75 -3q-68 0 -121 15t-90 55t-55.5 107.5t-18.5 170.5v1005q-35 8 -78 11.5t-78 3.5q-55 0 -102 -10.5t-81 -36t-52.5 -71.5t-18.5 -118v-67h250q6 -43 6 -84t-6 -78h-250v-889 q-23 -4 -50 -5t-50 -1t-50.5 1t-49.5 5v889h-445v-889q-23 -4 -50.5 -5t-49.5 -1q-23 0 -50.5 1t-49.5 5v889h-175q-6 39 -6 82z" />
<glyph horiz-adv-x="0" />
<glyph unicode="&#xd;" horiz-adv-x="1024" />
<glyph unicode=" " horiz-adv-x="485" />
<glyph unicode="&#x09;" horiz-adv-x="485" />
<glyph unicode="&#xa0;" horiz-adv-x="485" />
<glyph unicode="!" horiz-adv-x="593" d="M174 113q0 29 2 58.5t6 57.5q29 4 56.5 6.5t56.5 2.5t58.5 -2.5t58.5 -6.5q4 -29 6 -57.5t2 -56.5q0 -29 -2 -57.5t-6 -57.5q-29 -4 -57.5 -6t-57.5 -2t-57.5 2t-57.5 6q-4 29 -6 56.5t-2 56.5zM190 1473q27 4 52.5 6t52.5 2q29 0 57.5 -2t57.5 -6l-13 -1031 q-47 -8 -96 -8q-55 0 -96 8z" />
<glyph unicode="&#x22;" horiz-adv-x="860" d="M131 911v562q23 4 48.5 6t49.5 2q25 0 49.5 -2t47.5 -6v-562q-47 -6 -97 -6q-53 0 -98 6zM532 911v562q23 4 48.5 6t49.5 2q25 0 49.5 -2t47.5 -6v-562q-47 -6 -97 -6q-53 0 -98 6z" />
<glyph unicode="#" horiz-adv-x="1505" d="M129 504q0 23 2 45t6 41h266l29 338h-254q-8 33 -8 80q0 45 8 79h266l29 326q25 4 47.5 5t48.5 1h43.5t42.5 -4l-26 -328h348l29 326q25 4 47 5t49 1h44t44 -4l-29 -328h240q6 -37 6 -73q0 -47 -6 -86h-252l-29 -338h238q4 -16 6 -37t2 -39q0 -23 -2 -45.5t-6 -40.5h-252 l-31 -369q-47 -6 -90 -6q-47 0 -90 6l29 369h-349l-28 -369q-49 -6 -96 -6q-43 0 -93 6l31 369h-254q-6 37 -6 76zM588 590h348l29 338h-351z" />
<glyph unicode="$" d="M154 39q4 45 17 91t30 89q70 -23 143.5 -40t177.5 -17q168 0 250 65.5t82 180.5q0 57 -17.5 96t-52 67.5t-88 52t-125.5 54.5l-98 41q-61 25 -112.5 55.5t-89.5 72.5t-58 99.5t-20 136.5q0 158 95 258.5t273 124.5v199q31 8 70 8q41 0 74 -8v-190q86 -4 168.5 -18.5 t142.5 -37.5q-10 -86 -45 -170q-55 20 -127 35.5t-166 15.5q-129 0 -198.5 -49t-69.5 -151q0 -49 18 -85t54 -63.5t86 -50t114 -49.5l78 -33q74 -31 133 -63.5t101 -77.5t65.5 -106.5t23.5 -149.5q0 -174 -99 -283.5t-279 -144.5v-236q-16 -4 -35 -6t-35 -2q-18 0 -36.5 2 t-37.5 6v219q-10 -2 -16 -2h-13q-63 0 -114 4.5t-95 12.5t-85 20.5t-84 26.5z" />
<glyph unicode="%" horiz-adv-x="2150" d="M90 1038q0 88 23.5 167t70.5 138.5t120 94.5t171 35t170 -35t120 -94.5t71.5 -138.5t23.5 -167q0 -90 -23.5 -168.5t-71.5 -137t-120 -93.5t-170 -35t-171 35t-120 93.5t-70.5 137t-23.5 168.5zM278 1038q0 -137 46 -211.5t151 -74.5q100 0 148.5 74.5t48.5 211.5 q0 135 -46.5 210t-150.5 75q-100 0 -148.5 -74.5t-48.5 -210.5zM481 2l989 1448q25 4 50.5 6t50.5 2q27 0 54.5 -2t51.5 -6l-989 -1448q-29 -4 -53.5 -6t-48.5 -2q-57 0 -105 8zM1278 411q0 88 23.5 167t70.5 138.5t120 94.5t171 35t170 -35t120 -94.5t71.5 -138.5 t23.5 -167q0 -90 -23.5 -168.5t-71.5 -137t-120 -93.5t-170 -35t-171 35t-120 93.5t-70.5 137t-23.5 168.5zM1466 411q0 -137 46 -211.5t151 -74.5q100 0 148.5 74.5t48.5 211.5q0 135 -46.5 210t-150.5 75q-100 0 -148.5 -74.5t-48.5 -210.5z" />
<glyph unicode="&#x26;" horiz-adv-x="1558" d="M119 418q0 68 19.5 133t55 121.5t84 98.5t103.5 65q-88 39 -148.5 111.5t-60.5 195.5q0 90 35 156.5t94 110.5t140 65.5t171 21.5q53 0 119 -8t137 -33q-2 -47 -12 -83t-33 -70q-53 16 -102 23t-96 7q-68 0 -114 -17.5t-75.5 -45t-43 -62t-13.5 -71.5q0 -88 58.5 -140.5 t187.5 -52.5h446l189 258h16v-258h266q8 -35 8 -80q0 -23 -2 -44t-6 -42h-266v-303q0 -125 -43 -219t-123 -156.5t-191.5 -93.5t-246.5 -31q-109 0 -209.5 25t-177 78t-121.5 137t-45 203zM344 451q0 -141 88 -216t256 -75q119 0 196 30.5t120 82t59 119t16 138.5v244h-415 q-74 0 -133.5 -25.5t-100.5 -70.5t-63.5 -103.5t-22.5 -123.5z" />
<glyph unicode="'" horiz-adv-x="456" d="M131 911v562q23 4 48.5 6t49.5 2q25 0 49.5 -2t47.5 -6v-562q-47 -6 -97 -6q-53 0 -98 6z" />
<glyph unicode="(" horiz-adv-x="653" d="M102 623q0 162 21.5 307t56.5 268t79 221.5t91 169.5q16 4 42 6t54 2q29 0 55.5 -2t49.5 -6q-25 -43 -66 -126t-80.5 -204.5t-68.5 -280.5t-29 -355q0 -195 29 -354.5t68.5 -280.5t80.5 -204t66 -126q-23 -4 -51.5 -6t-57.5 -2q-27 0 -51.5 2t-40.5 6q-47 70 -91 169 t-79 222t-56.5 267.5t-21.5 306.5z" />
<glyph unicode=")" horiz-adv-x="653" d="M102 -342q25 43 66 126t81 204t68.5 280.5t28.5 354.5q0 197 -28.5 355.5t-68.5 280t-81 204.5t-66 126q23 4 49.5 6t55.5 2t54.5 -2t41.5 -6q45 -72 90 -170t80 -221t56.5 -268.5t21.5 -306.5q0 -162 -21.5 -306.5t-56.5 -267.5t-80 -222t-90 -169q-16 -4 -40.5 -6 t-51.5 -2q-29 0 -57.5 2t-51.5 6z" />
<glyph unicode="*" horiz-adv-x="993" d="M78 1126q8 63 41 121l256 -67q-12 -82 -47 -152zM201 762l143 223q33 -16 65.5 -39.5t63.5 -52.5l-170 -207q-29 16 -54.5 33.5t-47.5 42.5zM418 1206l16 267q31 6 62 6t65 -6l17 -267q-23 -4 -42.5 -5t-39.5 -1t-40 1t-38 5zM520 893q31 29 63.5 52.5t65.5 39.5 l144 -223q-23 -25 -48.5 -42.5t-54.5 -33.5zM618 1180l256 67q33 -57 41 -121l-249 -98q-35 70 -48 152z" />
<glyph unicode="+" d="M176 721q0 49 8 90h340v373q23 4 44.5 6t45.5 2q23 0 45.5 -2t47.5 -6v-373h337q4 -23 6.5 -45.5t2.5 -44.5q0 -23 -2 -46.5t-7 -45.5h-337v-371q-25 -4 -47.5 -6t-45.5 -2q-51 0 -90 8v371h-340q-8 41 -8 92z" />
<glyph unicode="," horiz-adv-x="436" d="M41 -231l121 456q25 4 50.5 7.5t47.5 3.5q47 0 105 -11l-129 -456q-25 -4 -50.5 -5.5t-48.5 -1.5q-25 0 -49.5 1t-46.5 6z" />
<glyph unicode="-" horiz-adv-x="739" d="M96 573q0 23 2 48.5t6 46.5h531q4 -20 6 -46t2 -49t-2 -48t-6 -44h-531q-4 18 -6 44t-2 48z" />
<glyph unicode="." horiz-adv-x="493" d="M123 113q0 29 3 58.5t7 57.5q29 4 56.5 6.5t56.5 2.5t57.5 -2.5t56.5 -6.5q4 -29 7.5 -57.5t3.5 -56.5q0 -29 -3 -57.5t-8 -57.5q-29 -4 -56.5 -6t-55.5 -2q-29 0 -57.5 2t-57.5 6q-4 29 -7 56.5t-3 56.5z" />
<glyph unicode="/" horiz-adv-x="839" d="M72 0l497 1473q25 4 48.5 6t50.5 2q23 0 48 -2t52 -6l-500 -1473q-25 -4 -49 -6t-51 -2q-23 0 -47.5 2t-48.5 6z" />
<glyph unicode="0" d="M100 657q0 150 33 275t97.5 216t161.5 142t226 51t226.5 -51t162 -142t96.5 -216t32 -275q0 -147 -33 -273t-97.5 -216t-163 -141.5t-227.5 -51.5t-225 51.5t-160.5 141.5t-96.5 216t-32 273zM315 657q0 -254 80 -377.5t221 -123.5t219 123.5t78 377.5t-78 379t-219 125 t-221 -125t-80 -379z" />
<glyph unicode="1" d="M203 1071l545 260h30v-1157h293q6 -47 6 -86q0 -43 -6 -88h-801q-8 41 -8 88q0 45 8 86h308v881l-297 -135q-29 35 -45.5 69.5t-32.5 81.5z" />
<glyph unicode="2" d="M117 27l401 469q53 63 99.5 119.5t80 109.5t53 104.5t19.5 106.5q0 109 -69.5 166t-198.5 57q-98 0 -166 -22.5t-131 -51.5q-16 41 -31.5 84t-19.5 88q72 31 158.5 57.5t203.5 26.5q104 0 190.5 -23.5t149 -70.5t96 -119.5t33.5 -171.5q0 -137 -75.5 -266t-215.5 -287 l-196 -223h542q4 -23 6.5 -45t2.5 -47q0 -23 -2.5 -45.5t-6.5 -42.5h-911z" />
<glyph unicode="3" d="M98 -82q6 45 23.5 88t40.5 84q66 -27 137.5 -43t163.5 -16q78 0 146.5 16t118.5 53t80 95.5t30 142.5q0 127 -84 188.5t-219 61.5q-41 0 -83 -3t-83 -14l-17 29l342 539h-526q-8 41 -8 88q0 23 2 47t6 47h829l15 -25l-373 -567q6 2 14.5 2h16.5q96 0 166.5 -33.5 t116.5 -88t68.5 -121t22.5 -132.5q0 -131 -46 -226t-123.5 -157.5t-182 -92.5t-223.5 -30q-102 0 -192.5 16.5t-178.5 51.5z" />
<glyph unicode="4" d="M68 182l600 1176q43 -4 89 -21.5t89 -46.5l-477 -950h413v389q25 4 49.5 6t47.5 2q27 0 52 -2t50 -6v-389h188q4 -23 6.5 -45.5t2.5 -44.5q0 -23 -2 -46.5t-7 -43.5h-188v-281q-27 -4 -50.5 -5t-47.5 -1q-25 0 -50.5 1t-50.5 5v281h-698z" />
<glyph unicode="5" d="M129 -90q6 45 20.5 87t36.5 85q63 -23 125 -36t148 -13q178 0 275 74.5t97 232.5q0 57 -17 108.5t-56 89t-101.5 59t-152.5 21.5q-63 0 -125 -10t-109 -26l-20 18q6 180 13 359.5t16 361.5h696q4 -23 5 -44.5t1 -43.5q0 -25 -1 -48.5t-5 -45.5h-512l-12 -365 q39 8 78.5 10t62.5 2q102 0 186 -28.5t143.5 -85t92.5 -137.5t33 -185q0 -129 -45.5 -223t-124 -155.5t-186 -91.5t-232.5 -30q-78 0 -167 14.5t-163 45.5z" />
<glyph unicode="6" d="M135 567q0 180 46 340t141.5 285t243 204t349.5 95q16 -49 17 -94q0 -20 -2 -41t-6 -37q-129 -12 -228.5 -60.5t-171 -124t-115.5 -175t-63 -211.5q45 78 132 134t218 56q82 0 161 -27.5t140.5 -85t98.5 -146.5t37 -212q0 -121 -42 -213t-112 -153.5t-159 -93.5t-183 -32 q-117 0 -210 34t-157.5 105.5t-99.5 183t-35 269.5zM356 457q0 -154 73 -229.5t202 -75.5q61 0 113.5 20.5t91 59t61.5 96t23 133.5q0 82 -21.5 139t-58.5 94t-87.5 54.5t-107.5 17.5q-59 0 -112.5 -20.5t-92.5 -60.5t-61.5 -97.5t-22.5 -130.5z" />
<glyph unicode="7" d="M135 1225q0 25 2 49t6 47h973l8 -14l-622 -1459q-55 12 -101.5 32t-89.5 54l525 1205h-693q-4 20 -6 41.5t-2 44.5z" />
<glyph unicode="8" d="M109 377q0 86 27.5 150.5t71.5 113.5t97 83t107 56q-98 47 -167 130t-69 208q0 80 34 145.5t92 111.5t138 72t174 26t174 -26t138.5 -72t92.5 -111.5t34 -145.5q0 -127 -69 -209t-169 -129q53 -23 107.5 -55.5t98.5 -81.5t71.5 -114.5t27.5 -151.5q0 -109 -43 -185.5 t-114.5 -125t-162.5 -70t-186 -21.5q-96 0 -186 21.5t-161.5 70t-114.5 125t-43 185.5zM326 395q0 -115 73.5 -180t214.5 -65q143 0 216 65.5t73 179.5q0 57 -22.5 104.5t-61.5 84.5t-91.5 64.5t-113.5 45.5q-61 -18 -114.5 -45.5t-91 -64.5t-60 -84t-22.5 -105zM375 1104 q0 -51 19.5 -91t52 -69t76.5 -50.5t91 -35.5q49 14 92.5 35.5t76 50.5t52 69t19.5 91q0 92 -60.5 147.5t-179.5 55.5t-179 -55.5t-60 -147.5z" />
<glyph unicode="9" d="M109 844q0 121 42 213t111.5 154.5t158.5 94t183 31.5q117 0 210 -33.5t157.5 -105.5t99.5 -184.5t35 -268.5q0 -180 -46 -339.5t-141.5 -284.5t-243 -204t-349.5 -95q-16 39 -17 96q0 16 2 37.5t6 40.5q125 10 226.5 58t175.5 124t118 175.5t56 211.5q-43 -78 -130 -135 t-218 -57q-84 0 -162 27.5t-139.5 85t-98 146.5t-36.5 212zM322 850q0 -82 21.5 -139.5t58 -94t87 -53t107.5 -16.5q59 0 112.5 20.5t92.5 60.5t61.5 97t22.5 129q0 154 -73 230.5t-202 76.5q-123 0 -205.5 -78.5t-82.5 -232.5z" />
<glyph unicode=":" horiz-adv-x="493" d="M123 113q0 29 3 58.5t7 57.5q29 4 56.5 6.5t56.5 2.5t57.5 -2.5t56.5 -6.5q4 -29 7.5 -57.5t3.5 -56.5q0 -29 -3 -57.5t-8 -57.5q-29 -4 -56.5 -6t-55.5 -2q-29 0 -57.5 2t-57.5 6q-4 29 -7 56.5t-3 56.5zM123 938q0 29 3 58.5t7 57.5q29 4 56.5 6.5t56.5 2.5t57.5 -2.5 t56.5 -6.5q4 -29 7.5 -57.5t3.5 -56.5q0 -29 -3 -57.5t-8 -57.5q-29 -4 -56.5 -6t-55.5 -2q-29 0 -57.5 2t-57.5 6q-4 29 -7 56.5t-3 56.5z" />
<glyph unicode=";" horiz-adv-x="532" d="M59 -231l121 456q25 4 50.5 7.5t47.5 3.5q47 0 105 -11l-129 -456q-25 -4 -50.5 -5.5t-48.5 -1.5q-25 0 -49.5 1t-46.5 6zM160 938q0 29 3 58.5t7 57.5q29 4 56.5 6.5t56.5 2.5t57.5 -2.5t56.5 -6.5q4 -29 7.5 -57.5t3.5 -56.5q0 -29 -3 -57.5t-8 -57.5q-29 -4 -56.5 -6 t-55.5 -2q-29 0 -57.5 2t-57.5 6q-4 29 -7 56.5t-3 56.5z" />
<glyph unicode="&#x3c;" d="M182 709q0 55 13 104l852 346q10 -57 10 -94q0 -29 -2 -54.5t-6 -45.5l-672 -260l672 -250q4 -23 6 -47.5t2 -49.5q0 -31 -2 -57.5t-8 -50.5l-852 346q-12 51 -13 113z" />
<glyph unicode="=" d="M174 516q0 23 1 48.5t5 45.5h869q4 -20 6 -46t2 -48q0 -23 -2 -48.5t-6 -43.5h-869q-4 18 -5 43.5t-1 48.5zM174 907q0 23 1 48.5t5 45.5h869q4 -20 6 -46t2 -48q0 -23 -2 -48.5t-6 -43.5h-869q-4 18 -5 43.5t-1 48.5z" />
<glyph unicode="&#x3e;" d="M172 1051q0 33 3 59.5t7 48.5l854 -346q4 -27 8.5 -53.5t4.5 -59.5q0 -55 -13 -104l-854 -346q-4 29 -6 52.5t-2 41.5q0 29 2 54.5t6 45.5l670 261l-670 249q-6 23 -8 48.5t-2 48.5z" />
<glyph unicode="?" horiz-adv-x="999" d="M88 1417q49 16 91 27.5t82 17.5t81 9.5t88 3.5q242 0 366 -110t124 -290q0 -104 -42 -179t-98.5 -125t-116 -79.5t-96.5 -42.5v-211q-47 -8 -100 -8q-23 0 -47.5 2t-46.5 6v332q78 20 139 46t104 61.5t66 83t23 112.5q0 104 -78 163.5t-224 59.5q-92 0 -148 -13t-116 -36 q-18 39 -31.5 81t-19.5 89zM346 115q0 29 2 57.5t6 56.5q29 4 57.5 7.5t57.5 3.5t57.5 -3.5t57.5 -7.5q4 -29 6 -56.5t2 -55.5q0 -29 -2 -57.5t-6 -57.5q-27 -4 -55.5 -6t-57.5 -2t-61.5 2t-55.5 6q-4 29 -6 56.5t-2 56.5z" />
<glyph unicode="@" horiz-adv-x="2076" d="M115 438q0 184 64.5 371.5t199.5 340.5t343 249t495 96q156 0 292 -42t237 -128t159.5 -216t58.5 -304q0 -127 -38 -250t-110.5 -221t-175 -158.5t-231.5 -60.5q-143 0 -225 63q-59 -35 -133 -55.5t-162 -20.5q-143 0 -230.5 87t-87.5 239q0 139 47.5 257t127 203 t187 133t228.5 48q82 0 157 -12.5t146 -34.5l-147 -731q20 -16 50 -21.5t58 -5.5q86 0 151.5 50.5t112 129t70 174t23.5 187.5q0 260 -153.5 395t-432.5 135q-213 0 -379 -74.5t-279.5 -199.5t-173 -285t-59.5 -330q0 -160 46 -274.5t126 -187t188.5 -107.5t233.5 -35 q100 0 188.5 15.5t159.5 42.5q12 -29 24.5 -65t20.5 -79q-150 -70 -397 -69q-160 0 -302 45t-248.5 138t-168 234.5t-61.5 333.5zM774 467q0 -104 46 -153.5t138 -49.5q47 0 86 8.5t89 30.5l112 590q-27 6 -49 9t-47 3q-80 0 -148.5 -33.5t-119 -93t-79 -139.5t-28.5 -172z " />
<glyph unicode="A" horiz-adv-x="1263" d="M33 0l479 1473q27 4 57.5 6t63.5 2q29 0 59.5 -2t59.5 -6l477 -1473q-25 -4 -55.5 -6t-59.5 -2q-27 0 -54.5 2t-51.5 6l-103 340h-559l-100 -340q-27 -4 -53.5 -6t-53.5 -2q-29 0 -56.5 2t-49.5 6zM401 522h449l-225 752z" />
<glyph unicode="B" horiz-adv-x="1218" d="M182 0v1473q51 10 143.5 16t186.5 6q117 0 213 -20.5t164.5 -66.5t106.5 -118.5t38 -177.5q0 -63 -19.5 -117.5t-52 -96.5t-75.5 -69.5t-88 -40.5q57 -6 115.5 -30.5t105.5 -69.5t76.5 -113.5t29.5 -166.5q0 -119 -47 -202t-128 -134.5t-190.5 -74t-234.5 -22.5 q-78 0 -170 7.5t-174 17.5zM389 162q29 -4 73 -6t87 -2q74 0 138.5 12t113.5 42t77.5 80t28.5 128q0 76 -26.5 128t-72.5 83.5t-109.5 45t-137.5 13.5h-172v-524zM389 858h150q139 0 212.5 60.5t73.5 181.5q0 117 -78.5 174t-214.5 57q-41 0 -78.5 -2t-64.5 -6v-465z" />
<glyph unicode="C" horiz-adv-x="1265" d="M121 727q0 176 47 318.5t135 243t215 154.5t285 54q117 0 200.5 -16.5t149.5 -38.5q-4 -47 -17.5 -87t-31.5 -85q-31 10 -59.5 18t-61.5 14.5t-73 9.5t-91 3q-223 0 -347 -151.5t-124 -436.5q0 -145 35 -251.5t98.5 -176.5t152.5 -104.5t200 -34.5q86 0 155.5 14 t130.5 41q45 -88 58 -170q-86 -37 -176.5 -53.5t-194.5 -16.5q-160 0 -288 52.5t-216 149.5t-135 236.5t-47 313.5z" />
<glyph unicode="D" horiz-adv-x="1431" d="M182 0v1473q70 8 168.5 15t192.5 7q387 0 578.5 -196.5t191.5 -565.5q0 -385 -195.5 -571.5t-582.5 -186.5q-96 0 -190.5 7.5t-162.5 17.5zM391 172q29 -4 71 -7t89 -3q121 0 220 27.5t171 93t111 177t39 279.5q0 154 -39 262.5t-110 177t-169 99.5t-217 31q-39 0 -85 -1 t-81 -8v-1128z" />
<glyph unicode="E" horiz-adv-x="1097" d="M180 0v1473h809q6 -41 6 -91q0 -23 -1 -47t-5 -45h-600v-422h479q4 -20 6.5 -43.5t2.5 -46.5t-2.5 -47t-6.5 -45h-479v-504h617q6 -41 6 -90q0 -23 -1 -47.5t-5 -44.5h-826z" />
<glyph unicode="F" horiz-adv-x="1032" d="M180 0v1473h770q4 -20 6 -44t2 -47t-2 -47t-6 -45h-561v-432h469q4 -23 6 -46.5t2 -45.5q0 -23 -2 -46.5t-6 -45.5h-469v-674q-25 -4 -50.5 -6t-53.5 -2q-27 0 -54.5 2t-50.5 6z" />
<glyph unicode="G" horiz-adv-x="1394" d="M121 727q0 176 49 318.5t140 243t217 154.5t280 54q117 0 203 -15.5t155 -41.5q-4 -47 -17 -87t-32 -85q-57 18 -123.5 32.5t-167.5 14.5q-109 0 -197.5 -39t-151 -114t-97.5 -184.5t-35 -250.5q0 -145 36 -250.5t101.5 -176.5t154.5 -104.5t198 -33.5q66 0 114.5 7 t83.5 17v576q25 4 51.5 6t53.5 2t53.5 -2t48.5 -6v-719q-43 -18 -94 -31.5t-106.5 -20.5t-111 -11.5t-104.5 -4.5q-164 0 -295 51.5t-221 148.5t-138 236.5t-48 315.5z" />
<glyph unicode="H" horiz-adv-x="1404" d="M180 0v1473q25 4 51.5 6t53.5 2t53.5 -2t50.5 -6v-607h627v607q23 4 49.5 6t52.5 2q27 0 54.5 -2t52.5 -6v-1473q-23 -4 -49.5 -6t-55.5 -2q-27 0 -54.5 2t-49.5 6v682h-627v-682q-25 -4 -50.5 -6t-53.5 -2q-27 0 -54.5 2t-50.5 6z" />
<glyph unicode="I" horiz-adv-x="569" d="M180 0v1473q25 4 51.5 6t53.5 2t53.5 -2t50.5 -6v-1473q-25 -4 -50.5 -6t-53.5 -2q-27 0 -54.5 2t-50.5 6z" />
<glyph unicode="J" horiz-adv-x="811" d="M57 0q0 41 8.5 86t24.5 92q25 -6 56.5 -13t66.5 -7q37 0 75 6t70.5 26.5t53 61.5t20.5 110v928h-258q-4 20 -6 45t-2 47q0 23 2 46.5t6 44.5h467v-1063q0 -123 -26.5 -207t-78 -134.5t-125 -72t-165.5 -21.5q-49 0 -98.5 7.5t-90.5 17.5z" />
<glyph unicode="K" horiz-adv-x="1230" d="M180 0v1473q25 4 51.5 6t53.5 2t53.5 -2t50.5 -6v-1473q-25 -4 -51.5 -6t-52.5 -2q-29 0 -55.5 2t-49.5 6zM451 748l473 725q29 4 56.5 6t49.5 2q27 0 57.5 -2t63.5 -6l-467 -707l526 -766q-33 -4 -64.5 -6t-60.5 -2q-25 0 -53 2t-59 6z" />
<glyph unicode="L" horiz-adv-x="1013" d="M180 0v1473q23 4 48.5 6t54.5 2q27 0 53 -2t51 -6v-1289h578q4 -23 5 -47t1 -45q0 -49 -6 -92h-785z" />
<glyph unicode="M" horiz-adv-x="1671" d="M156 0l65 1473q25 4 56.5 6t60.5 2t62.5 -2t56.5 -6l381 -922l383 922q20 4 51 6t59 2q27 0 59.5 -2t55.5 -6l70 -1473q-25 -4 -50.5 -6t-52.5 -2t-52.5 2t-47.5 6l-47 1145l-361 -840q-41 -6 -84 -6q-39 0 -78 6l-348 846l-47 -1151q-23 -4 -47.5 -6t-46.5 -2 q-27 0 -51.5 2t-46.5 6z" />
<glyph unicode="N" horiz-adv-x="1392" d="M180 0v1473q23 4 48.5 6t47.5 2q23 0 48.5 -2t48.5 -6l641 -1106v1106q25 4 51.5 6t52.5 2q23 0 47.5 -2t46.5 -6v-1473q-23 -4 -48 -6t-48 -2t-48.5 2t-47.5 6l-643 1100v-1100q-23 -4 -48.5 -6t-49.5 -2q-27 0 -52.5 2t-46.5 6z" />
<glyph unicode="O" horiz-adv-x="1492" d="M125 735q0 166 38 305.5t114.5 240.5t193.5 158.5t277 57.5t276.5 -57.5t193 -158.5t113.5 -240.5t37 -305.5t-37 -305t-113.5 -240.5t-193 -158t-276.5 -56.5t-277 56.5t-193.5 158t-114.5 240.5t-38 305zM348 735q0 -135 24.5 -241.5t74 -182t124.5 -115.5t177 -40 t176.5 40t124 115.5t74 182t24.5 241.5q0 133 -24.5 240.5t-74 182.5t-124 115t-176.5 40t-177 -40t-124.5 -115t-74 -182.5t-24.5 -240.5z" />
<glyph unicode="P" horiz-adv-x="1159" d="M180 0v1475q31 4 73 8t88 7t92 5t89 2q113 0 214.5 -22.5t178 -78t121.5 -146.5t45 -228q0 -143 -48 -238.5t-127 -153t-179 -81t-205 -23.5q-39 0 -68.5 1t-64.5 5v-532q-49 -6 -104 -6q-25 0 -52.5 1t-52.5 5zM389 715q33 -4 57.5 -6t71.5 -2q63 0 126 13t112 48 t78.5 95.5t29.5 156.5q0 84 -25.5 141.5t-70.5 92t-108.5 49t-137.5 14.5q-76 0 -133 -6v-596z" />
<glyph unicode="Q" horiz-adv-x="1482" d="M119 735q0 166 38 305.5t114.5 240.5t193.5 158.5t276 57.5q160 0 277 -57.5t193.5 -158.5t113.5 -240.5t37 -305.5t-37 -305t-113.5 -240.5t-193.5 -158t-277 -56.5t-276.5 56.5t-193 158t-114.5 240.5t-38 305zM342 735q0 -135 24.5 -241.5t73.5 -182t124 -115.5 t177 -40t177 40t124.5 115.5t74 182t24.5 241.5q0 133 -24.5 240.5t-74 182.5t-124 115t-177.5 40q-102 0 -177 -40t-124 -115t-73.5 -182.5t-24.5 -240.5zM877 -227q4 57 12 94t24 82l469 -82q-2 -47 -9 -93t-25 -89z" />
<glyph unicode="R" horiz-adv-x="1222" d="M184 0v1475q45 4 82 8t73 7t75 5t86 2q104 0 206.5 -20.5t182.5 -71.5t130 -138t50 -220q0 -80 -26.5 -145.5t-67.5 -117t-93.5 -89.5t-101.5 -62l-24 -12l428 -621q-55 -6 -125 -6q-55 0 -111 6l-471 682v8l17 4q55 14 116.5 39t113.5 65t87 96t35 136q0 147 -87 219 t-235 72q-35 0 -64.5 -2t-66.5 -6v-1313q-23 -2 -50.5 -4t-51.5 -2q-25 0 -53.5 1t-53.5 5z" />
<glyph unicode="S" horiz-adv-x="1116" d="M94 39q4 45 18.5 92t30.5 92q68 -25 141.5 -43t180.5 -18q168 0 251 68.5t83 185.5q0 57 -17.5 98t-52.5 70.5t-87 54.5t-122 53l-117 47q-59 25 -108 54.5t-85 72.5t-56.5 99.5t-20.5 134.5q0 186 127 291.5t356 105.5q98 0 186.5 -16.5t155.5 -40.5q-10 -86 -45 -170 q-55 20 -127.5 36.5t-164.5 16.5q-129 0 -199 -52t-70 -157q0 -43 17.5 -76.5t46 -59.5t67.5 -46.5t82 -36.5l115 -45q82 -33 145.5 -69t108.5 -84t68.5 -113.5t23.5 -153.5q0 -211 -145.5 -333t-407.5 -122q-63 0 -114.5 4.5t-95.5 12.5t-85 20.5t-84 26.5z" />
<glyph unicode="T" horiz-adv-x="1077" d="M43 1382q0 23 2 46.5t6 44.5h975q4 -20 6 -43t2 -46t-2 -48t-6 -46h-383v-1290q-47 -6 -102 -6q-57 0 -107 6v1290h-383q-4 20 -6 45t-2 47z" />
<glyph unicode="U" horiz-adv-x="1380" d="M166 600v873q49 6 106 6q55 0 103 -6v-836q0 -127 16.5 -217t53 -146.5t97 -83t148.5 -26.5t147.5 26.5t96.5 83t53.5 146.5t16.5 217v836q51 6 104 6q57 0 106 -6v-873q0 -147 -27.5 -264t-90 -197t-162.5 -122t-244 -42q-143 0 -243.5 42t-163 122t-90 197t-27.5 264z " />
<glyph unicode="V" horiz-adv-x="1288" d="M45 1473q23 4 54.5 6t60.5 2q27 0 58.5 -2t57.5 -6l373 -1260l371 1260q55 6 113 6q27 0 56.5 -1t53.5 -5l-479 -1473q-27 -4 -59.5 -6t-61.5 -2t-60.5 2t-60.5 6z" />
<glyph unicode="W" horiz-adv-x="1886" d="M55 1473q23 4 56.5 6t62.5 2t58.5 -2t54.5 -6l252 -1227l303 1227q25 4 54.5 6t55.5 2q25 0 55.5 -2t53.5 -6l305 -1240l256 1240q23 4 48.5 6t49.5 2q29 0 58.5 -2t52.5 -6l-354 -1473q-25 -4 -58 -6t-59 -2q-29 0 -63.5 2t-63.5 6l-291 1153l-295 -1153 q-29 -4 -62.5 -6t-62.5 -2q-25 0 -56.5 2t-55.5 6z" />
<glyph unicode="X" horiz-adv-x="1247" d="M43 0l365 770l-308 700q31 4 57.5 5.5t55.5 1.5q55 0 109 -7l292 -700l-350 -770q-59 -6 -108 -6q-51 0 -113 6zM631 770l293 700q23 2 43 4.5t43 2.5h55q23 0 39 -1t39 -6l-307 -694l366 -776q-61 -6 -112 -6q-45 0 -109 6z" />
<glyph unicode="Y" horiz-adv-x="1212" d="M37 1473q27 4 57.5 6t61.5 2q27 0 58.5 -2t55.5 -6l344 -732l340 732q27 4 53.5 6t55.5 2t57.5 -2t55.5 -6l-461 -934v-539q-27 -4 -53.5 -6t-53.5 -2t-54.5 2t-49.5 6v539z" />
<glyph unicode="Z" horiz-adv-x="1159" d="M49 18l742 1272h-650q-4 18 -6 43t-2 47q0 23 2 47.5t6 45.5h957l14 -19l-743 -1272h690q4 -18 6 -43.5t2 -48.5t-2 -47.5t-6 -42.5h-998z" />
<glyph unicode="[" horiz-adv-x="653" d="M102 -344v1900h441q4 -23 6 -42t2 -41q0 -23 -2 -43.5t-6 -38.5h-240v-1569h240q4 -20 6 -40t2 -42q0 -23 -2 -43.5t-6 -40.5h-441z" />
<glyph unicode="\" horiz-adv-x="843" d="M66 1473q23 4 49 6t51 2t51.5 -2t48.5 -6l498 -1473q-25 -4 -49.5 -6t-46.5 -2q-27 0 -52.5 2t-50.5 6z" />
<glyph unicode="]" horiz-adv-x="653" d="M102 -260q0 47 9 82h239v1567h-239q-4 16 -6.5 32.5t-2.5 32.5q0 55 9 102h440v-1900h-440q-8 39 -9 84z" />
<glyph unicode="^" horiz-adv-x="1126" d="M125 754l332 719q25 4 52.5 6t49.5 2q27 0 54.5 -2t56.5 -6l327 -719q-29 -4 -52 -5t-46 -1h-46.5t-45.5 4l-250 548l-240 -548q-23 -4 -47 -4h-47q-20 0 -44.5 1t-53.5 5z" />
<glyph unicode="_" horiz-adv-x="1034" d="M2 -102q0 16 2 34.5t8 36.5h1012q8 -35 8 -75q0 -39 -8 -74h-1012q-6 20 -8 38.5t-2 39.5z" />
<glyph unicode="`" horiz-adv-x="1024" d="M264 1477q31 4 61.5 6t67.5 2q33 0 67 -2t64 -6l236 -260q-47 -8 -96 -9q-31 0 -58.5 2t-50.5 7z" />
<glyph unicode="a" horiz-adv-x="1058" d="M98 311q0 88 36 154.5t97.5 111t141.5 66t168 21.5q66 0 107.5 -3.5t70.5 -7.5v39q0 121 -61.5 168t-178.5 47q-72 0 -134 -11t-122 -30q-39 68 -39 162q70 23 154 35t162 12q205 0 311.5 -93t106.5 -298v-657q-72 -16 -174.5 -34t-208.5 -18q-100 0 -181.5 18.5 t-137.5 59.5t-87 104.5t-31 153.5zM301 315q0 -61 22.5 -96t56.5 -53.5t75 -22.5t77 -4q47 0 97.5 5.5t89.5 15.5v334q-31 4 -78 8t-80 4q-127 0 -193.5 -47t-66.5 -144z" />
<glyph unicode="b" horiz-adv-x="1208" d="M162 33v1468q23 4 50.5 6t49.5 2q23 0 51.5 -2t51.5 -6v-577q37 61 114.5 106t188.5 45q94 0 174 -30.5t137 -95t89 -164t32 -234.5q0 -270 -152.5 -423t-439.5 -153q-90 0 -185.5 17.5t-160.5 40.5zM365 170q37 -12 78.5 -17.5t86.5 -5.5q76 0 140.5 24t111.5 72 t75 122.5t28 177.5q0 170 -59.5 264t-196.5 94q-47 0 -93.5 -15.5t-85 -49t-62 -90t-23.5 -136.5v-440z" />
<glyph unicode="c" horiz-adv-x="978" d="M102 524q0 117 33 217.5t97.5 174t160.5 116.5t223 43q86 0 152 -10t125 -33q0 -35 -9.5 -81t-25.5 -81q-100 35 -229 35q-158 0 -236 -104.5t-78 -276.5q0 -197 88.5 -288t241.5 -91q61 0 113.5 8.5t105.5 28.5q16 -29 28.5 -71.5t14.5 -87.5q-121 -47 -276 -48 q-262 0 -395.5 148.5t-133.5 400.5z" />
<glyph unicode="d" horiz-adv-x="1200" d="M106 506q0 127 38 231.5t108 179t167 115.5t216 41q53 0 107.5 -8t95.5 -21v457q23 4 51.5 6t48.5 2q23 0 50.5 -2t49.5 -6v-1472q-78 -23 -174 -38.5t-215 -15.5q-111 0 -210 28t-172.5 91.5t-117 163.5t-43.5 248zM322 506q2 -195 92 -279t245 -84q53 0 98.5 5.5 t80.5 15.5v708q-41 16 -88.5 24.5t-102.5 8.5q-84 0 -145.5 -30.5t-101.5 -84t-59 -126t-19 -158.5z" />
<glyph unicode="e" horiz-adv-x="1138" d="M100 518q0 117 30 218.5t91.5 176t154.5 118.5t220 44q109 0 190.5 -37t137 -101.5t84 -153.5t28.5 -193q0 -29 -2 -60.5t-4 -54.5h-715q4 -172 89 -252t251 -80q145 0 277 52q16 -31 26.5 -75t12.5 -87q-68 -29 -149 -43.5t-179 -14.5q-143 0 -245.5 40t-169 113 t-97.5 172t-31 218zM317 627h519q0 57 -15.5 109t-45.5 91t-76 62.5t-109 23.5q-125 0 -191.5 -75.5t-81.5 -210.5z" />
<glyph unicode="f" horiz-adv-x="757" d="M55 971q0 45 8 80h173v73q0 195 97 296.5t283 101.5q51 0 90 -5.5t74 -15.5q-4 -51 -11 -88t-19 -76q-20 4 -48 9.5t-67 5.5q-45 0 -81 -9.5t-61.5 -35t-40 -71.5t-14.5 -118v-67h269q6 -41 6 -84q0 -39 -6 -76h-269v-891q-23 -4 -50.5 -6t-49.5 -2q-23 0 -51.5 2 t-50.5 6v891h-173q-8 33 -8 80z" />
<glyph unicode="g" horiz-adv-x="1132" d="M76 -238q0 84 45 151t117 105q-41 27 -69 67t-28 99q0 76 34 131.5t91 98.5q-68 47 -108.5 121.5t-40.5 169.5q0 78 28.5 145.5t83 117.5t134 78.5t182.5 28.5q92 0 166.5 -26.5t128.5 -67.5q41 33 110.5 54.5t153.5 21.5q8 -39 8 -86q0 -23 -2 -47.5t-6 -49.5h-184 q23 -35 35 -75.5t12 -93.5q0 -84 -31 -152t-87 -116t-134 -73.5t-170 -25.5q-84 0 -152 18q-29 -16 -56.5 -50t-27.5 -73q0 -37 26.5 -64.5t119.5 -29.5l272 -4q182 -4 264 -77.5t82 -202.5q0 -84 -43 -150.5t-118.5 -115t-179 -74t-224.5 -25.5q-211 0 -321.5 65.5 t-110.5 206.5zM266 -199q0 -45 18.5 -73.5t52.5 -46t80 -24.5t101 -7q164 0 256 54t92 136q0 61 -39 94t-143 35l-233 4h-7q-87 0 -132 -49q-46 -51 -46 -123zM330 705q0 -96 52 -158t163 -62t164 61.5t53 158.5q0 98 -53.5 160.5t-163.5 62.5q-111 0 -163 -62.5t-52 -160.5 z" />
<glyph unicode="h" horiz-adv-x="1183" d="M162 0v1501q23 4 50.5 6t49.5 2q23 0 51.5 -2t51.5 -6v-610q18 29 45.5 61.5t67.5 60t92.5 45t115.5 17.5q180 0 267 -103.5t87 -305.5v-666q-23 -4 -50 -6t-50 -2t-50.5 2t-49.5 6v610q0 145 -48.5 214t-146.5 69q-55 0 -106.5 -19.5t-90 -61.5t-61 -109.5t-22.5 -163.5 v-539q-23 -4 -51.5 -6t-51.5 -2q-20 0 -49 2t-51 6z" />
<glyph unicode="i" horiz-adv-x="589" d="M84 971q0 20 2 41.5t6 38.5h332v-1051q-23 -4 -50.5 -6t-49.5 -2q-20 0 -48 2t-51 6v891h-133q-4 16 -6 37.5t-2 42.5zM174 1386q0 23 1 51.5t5 51.5q27 4 57.5 6t53.5 2t53.5 -2t54.5 -6q4 -23 5.5 -51.5t1.5 -51.5t-1.5 -51t-5.5 -53q-25 -4 -54.5 -6t-51.5 -2 q-25 0 -55.5 2t-57.5 6q-4 25 -5 53.5t-1 50.5z" />
<glyph unicode="j" horiz-adv-x="593" d="M-82 -356q2 39 10.5 79.5t22.5 73.5q49 -16 115 -16q27 0 55.5 4t53 21.5t40.5 52.5t16 96v936h-133q-4 16 -6 37.5t-2 42.5q0 20 2 41.5t6 38.5h332v-1110q0 -92 -24.5 -153.5t-68.5 -99.5t-103.5 -54.5t-129.5 -16.5q-111 0 -186 27zM174 1386q0 23 2 48.5t6 52.5 q27 4 57.5 7t53.5 3t52.5 -3t53.5 -7q4 -27 6.5 -52.5t2.5 -48.5t-2.5 -48t-6.5 -54q-25 -4 -54.5 -7t-51.5 -3q-23 0 -53.5 3t-57.5 7q-4 29 -6 54.5t-2 47.5z" />
<glyph unicode="k" horiz-adv-x="1052" d="M156 0v1501q23 4 50 6t50 2t51.5 -2t50.5 -6v-1501q-23 -4 -51 -6t-51 -2t-50.5 2t-49.5 6zM414 545l334 506q27 4 53 6t55 2q31 0 58.5 -2t56.5 -6l-334 -492l391 -559q-29 -4 -55.5 -6t-54.5 -2q-29 0 -58 2t-57 6z" />
<glyph unicode="l" horiz-adv-x="610" d="M160 272v1229q23 4 50.5 6t49.5 2q23 0 50.5 -2t49.5 -6v-1184q0 -57 10.5 -89.5t28 -50t41 -22.5t49.5 -5q18 0 42 2t40 6q18 -72 19 -156q-29 -10 -70 -13t-76 -3q-59 0 -110 14t-90 47t-61.5 88t-22.5 137z" />
<glyph unicode="m" horiz-adv-x="1748" d="M164 0v1051q23 4 44 6t44 2t42 -2t42 -6q6 -31 12 -81t6 -85q18 37 46 70.5t66 60t87 43t109 16.5q123 0 189.5 -50t100.5 -140q20 35 50 69.5t67 61t84 43t107 16.5q182 0 265 -102.5t83 -302.5v-670q-23 -4 -51.5 -6t-51.5 -2t-50.5 2t-49.5 6v610q0 141 -43 212 t-141 71q-104 0 -169 -76t-65 -223v-594q-23 -4 -50.5 -6t-49.5 -2q-23 0 -50.5 2t-50.5 6v625q0 137 -40.5 205.5t-131.5 68.5q-51 0 -96 -22.5t-78.5 -67.5t-53 -113.5t-19.5 -158.5v-537q-23 -4 -50.5 -6t-50.5 -2t-51.5 2t-50.5 6z" />
<glyph unicode="n" horiz-adv-x="1183" d="M164 0v1051q23 4 44 6t44 2t42 -2t42 -6q6 -31 12 -83.5t6 -86.5q20 35 52 69.5t73 62t94.5 45t116.5 17.5q180 0 266 -103.5t86 -305.5v-666q-23 -4 -51 -6t-51 -2t-50.5 2t-49.5 6v610q0 145 -45 214t-144 69q-57 0 -108 -20.5t-90 -63.5t-62.5 -111.5t-23.5 -165.5 v-532q-23 -4 -50.5 -6t-50.5 -2t-51.5 2t-50.5 6z" />
<glyph unicode="o" horiz-adv-x="1181" d="M100 524q0 117 30 217.5t91.5 174t153.5 116.5t215 43t215 -43t153.5 -116.5t91 -174t29.5 -217.5t-29.5 -217t-91 -174t-153.5 -116t-215 -42t-215 42t-153.5 116t-91.5 174.5t-30 216.5zM315 524q0 -182 67 -284.5t208 -102.5t208.5 102.5t67.5 284.5t-67.5 283.5 t-208.5 101.5t-208 -101t-67 -284z" />
<glyph unicode="p" horiz-adv-x="1208" d="M162 -483v1534q20 4 41.5 6t44.5 2q20 0 42.5 -2t43.5 -6q2 -4 5 -25.5t6 -46.5t6 -47.5t3 -28.5q20 33 49 63.5t69 55.5t90 39t112 14q92 0 171 -30.5t135 -95t88 -164t32 -234.5q0 -270 -146.5 -423t-414.5 -153q-45 0 -92.5 6.5t-81.5 16.5v-481q-25 -4 -52.5 -6.5 t-50.5 -2.5t-50.5 2.5t-49.5 6.5zM365 172q39 -14 79.5 -20.5t106.5 -6.5q74 0 135.5 24t105.5 73t69.5 123.5t25.5 177.5q0 164 -60.5 260t-197.5 96q-51 0 -98.5 -18.5t-84 -55.5t-59 -93t-22.5 -134v-426z" />
<glyph unicode="q" horiz-adv-x="1198" d="M106 498q0 127 40 233.5t114 183t179.5 118.5t236.5 42q115 0 196.5 -12t163.5 -35v-1511q-23 -4 -50.5 -6.5t-49.5 -2.5q-23 0 -50.5 2.5t-49.5 6.5v483q-43 -10 -91.5 -16.5t-107.5 -6.5q-106 0 -202.5 26t-169 87.5t-116 160.5t-43.5 247zM317 489q0 -92 25 -157.5 t69 -107.5t103 -60.5t131 -18.5q53 0 101.5 8.5t89.5 18.5v717q-29 6 -48.5 9t-37 4l-35 2t-39.5 1q-90 0 -157.5 -30.5t-112 -86t-67 -131t-22.5 -168.5z" />
<glyph unicode="r" horiz-adv-x="761" d="M164 0v1051q23 4 43 6t43 2t45 -2t41 -6q6 -31 12 -81t6 -85q43 70 114 121t181 51q16 0 33.5 -1t30.5 -3q4 -18 6 -39t2 -43q0 -25 -3 -51.5t-7 -51.5q-16 4 -34 4h-28q-55 0 -105 -15t-90 -54t-63.5 -106.5t-23.5 -174.5v-522q-23 -4 -50.5 -6t-50.5 -2t-50.5 2 t-51.5 6z" />
<glyph unicode="s" horiz-adv-x="931" d="M98 25q4 41 17.5 82.5t29.5 82.5q55 -23 122 -36t132 -13q47 0 90 10.5t75 31t51.5 50t19.5 66.5q0 41 -15.5 67.5t-41 45t-59.5 32t-73 25.5l-71 27q-131 49 -190.5 110.5t-59.5 165.5q0 139 99.5 221t291.5 82q80 0 157 -15.5t134 -35.5q-4 -41 -15.5 -82t-27.5 -76 q-45 16 -107.5 31.5t-134.5 15.5q-76 0 -134 -26.5t-58 -93.5q0 -35 14 -59.5t39 -42t56.5 -30t68.5 -24.5l90 -31q49 -16 93 -38.5t76 -56.5t51.5 -82t19.5 -116q0 -76 -31 -138t-87 -106t-136 -69t-176 -25q-98 0 -172 13.5t-138 36.5z" />
<glyph unicode="t" horiz-adv-x="733" d="M35 918l352 393h16v-260h267q8 -35 8 -78q0 -23 -2 -43.5t-6 -40.5h-267v-479q0 -86 7.5 -137.5t25 -79t47 -37t74.5 -9.5q35 0 65.5 5.5t55.5 11.5q14 -41 17 -84t3 -76q-41 -10 -86 -15t-96 -5q-147 0 -230 71.5t-83 237.5v596h-160z" />
<glyph unicode="u" horiz-adv-x="1175" d="M152 467v584q23 4 51 6t49 2q23 0 51.5 -2t50.5 -6v-576q0 -98 18.5 -162.5t55.5 -101.5t90 -51.5t123 -14.5q104 0 178 23v883q23 4 50.5 6t50.5 2t50 -2t50 -6v-1018q-72 -20 -171 -39t-206 -19q-100 0 -189 17.5t-157 71t-106.5 149.5t-38.5 254z" />
<glyph unicode="v" horiz-adv-x="1087" d="M35 1051q29 4 59.5 6t55.5 2q27 0 58.5 -2t53.5 -6l287 -867l289 867q23 4 51.5 6t54.5 2q23 0 51.5 -2t57.5 -6l-410 -1051q-27 -4 -53.5 -6t-48.5 -2q-23 0 -48.5 2t-50.5 6z" />
<glyph unicode="w" horiz-adv-x="1587" d="M45 1051q29 4 57.5 6t51.5 2q29 0 58.5 -2t51.5 -6l205 -858l231 858q23 4 49.5 6t55.5 2q33 -2 56.5 -3t45.5 -5l230 -844l204 844q23 4 45.5 6t49.5 2q23 0 50 -2t56 -6l-313 -1051q-27 -4 -54.5 -6t-50.5 -2t-49 2t-53 6l-225 795l-236 -795q-29 -4 -56.5 -6t-49.5 -2 q-23 0 -50.5 2t-50.5 6z" />
<glyph unicode="x" horiz-adv-x="1042" d="M37 0l285 545l-248 506q47 8 106 8q29 0 56.5 -2t58.5 -6l217 -508l-262 -543q-27 -4 -52.5 -6t-50.5 -2q-29 0 -55 2t-55 6zM528 543l220 508q29 4 57.5 6t56.5 2q55 0 103 -8l-244 -500l285 -551q-29 -4 -55.5 -6t-55.5 -2q-55 0 -102 8z" />
<glyph unicode="y" horiz-adv-x="1083" d="M27 1051q27 4 55.5 5t52.5 1q27 0 59.5 -1t55.5 -5l291 -977l301 977q43 6 100 6q23 0 51.5 -1t57.5 -5l-408 -1264q-29 -84 -59.5 -141.5t-69.5 -92t-87 -49t-112 -14.5q-47 0 -93 7t-81 18q0 47 8.5 83.5t24.5 73.5q18 -6 50 -13t69 -7q27 0 50.5 5t44 20.5t37.5 44 t34 77.5l63 199q-16 0 -33.5 -1t-33.5 -1q-20 0 -43 1t-37 3z" />
<glyph unicode="z" horiz-adv-x="976" d="M59 29l553 860h-487q-6 37 -6 82q0 43 6 80h788l11 -27l-557 -862h522q6 -41 6 -84q0 -41 -6 -78h-819z" />
<glyph unicode="{" horiz-adv-x="847" d="M102 600v27q55 29 95.5 60.5t65 72.5t35.5 93t11 122q0 145 9.5 255.5t49.5 185.5t119.5 113t219.5 38h28q4 -20 6 -40t2 -42q0 -23 -2 -42.5t-6 -37.5q-78 0 -123 -16.5t-68.5 -54.5t-30.5 -97t-7 -145v-13q0 -113 -8.5 -190.5t-28.5 -129.5t-54 -86t-83 -59 q49 -27 83 -60.5t54 -85.5t28.5 -130t8.5 -191v-14q0 -84 7 -143.5t30.5 -96t68.5 -54t123 -17.5q4 -18 6 -38t2 -42q0 -20 -2 -40.5t-6 -41.5q-123 0 -203.5 24.5t-130 76t-70 131t-20.5 188.5q0 119 -4 200.5t-24.5 140t-62.5 99.5t-118 80z" />
<glyph unicode="|" horiz-adv-x="681" d="M242 -344v1933q23 4 48 6t52 2q25 0 50.5 -2t47.5 -6v-1933q-23 -4 -47 -6t-51 -2t-52.5 2t-47.5 6z" />
<glyph unicode="}" horiz-adv-x="847" d="M102 -258q0 23 2 42t7 38q76 0 122 17.5t69.5 54t30.5 96t7 143.5v14q0 113 8 191t28.5 130t54.5 86t83 60q-49 25 -83 59t-54.5 86t-28.5 130t-8 190v13q0 86 -7 145t-30.5 97t-70 54.5t-121.5 16.5q-4 18 -6.5 37.5t-2.5 42.5t2 42t7 40h28q139 0 219 -38t120 -113 t49.5 -185.5t9.5 -255.5q0 -70 11 -122t35.5 -93t64.5 -73t95 -60v-27q-76 -39 -117.5 -80t-62 -99.5t-24.5 -140t-4 -200.5q0 -109 -20.5 -188.5t-70 -131t-130.5 -76t-203 -24.5q-4 20 -6.5 40.5t-2.5 41.5z" />
<glyph unicode="~" horiz-adv-x="976" d="M39 838q41 49 114.5 84.5t155.5 35.5q47 0 92 -13t91.5 -28.5t92.5 -27.5t93 -12q41 0 83 14t93 61q33 -31 52.5 -66.5t33.5 -74.5q-47 -47 -110.5 -76.5t-149.5 -29.5q-47 0 -93 12t-92 27.5t-92.5 28.5t-89.5 13q-49 0 -93 -16t-93 -63q-65 57 -88 131z" />
<glyph unicode="&#xa1;" horiz-adv-x="593" d="M174 938q0 29 2 58.5t6 58.5q29 4 56.5 6t56.5 2t58.5 -2t58.5 -6q4 -29 6 -57.5t2 -57.5t-2 -57.5t-6 -57.5q-29 -4 -57.5 -6t-57.5 -2t-57.5 2t-57.5 6q-4 29 -6 56.5t-2 56.5zM184 -418l13 1030q25 4 49 6.5t47 2.5q25 0 49.5 -2.5t46.5 -6.5l14 -1030q-29 -4 -54 -6 t-52 -2q-29 0 -56.5 2t-56.5 6z" />
<glyph unicode="&#xa2;" d="M229 524q0 106 28 200.5t82 166.5t136 119t191 59v234q37 10 69 10q33 0 74 -10v-232q59 -4 110.5 -14t98.5 -27q0 -41 -10.5 -84t-24.5 -76q-51 16 -106.5 25.5t-120.5 9.5q-160 0 -240 -103.5t-80 -277.5q0 -199 90 -290t244 -91q61 0 112.5 8.5t106.5 28.5 q16 -29 28.5 -71.5t14.5 -88.5q-53 -16 -107.5 -27t-115.5 -16v-219q-33 -8 -72 -8q-18 0 -36.5 2t-34.5 6v224q-217 23 -327 166t-110 376z" />
<glyph unicode="&#xa3;" d="M184 705q0 39 6 79h146q-10 59 -19.5 120t-9.5 124q0 88 27.5 169t84 142.5t143.5 98.5t208 37q109 0 181.5 -16.5t125.5 -39.5q-4 -41 -14 -82t-33 -88q-57 25 -114.5 37t-133.5 12q-72 0 -122 -22.5t-80.5 -61t-45 -91t-14.5 -109.5q0 -63 9.5 -118.5t21.5 -111.5h383 q6 -41 6 -84q0 -39 -6 -75h-354q8 -37 13 -75t5 -77q0 -86 -18.5 -160.5t-57.5 -128.5h557q4 -23 5 -47t1 -45q0 -49 -6 -92h-868l-8 25l39 36q39 37 67.5 86.5t46 102.5t25.5 103t8 91q0 45 -5 89.5t-15 91.5h-179q-6 37 -6 80z" />
<glyph unicode="&#xa4;" d="M88 315l156 156q-35 51 -53.5 112.5t-18.5 129.5q0 70 20.5 131t57.5 114l-162 164q23 45 53.5 74t71.5 47l162 -164q51 35 111.5 53.5t127.5 18.5q68 0 128.5 -18.5t113.5 -53.5l164 164q37 -23 68.5 -52.5t52.5 -66.5l-162 -161q39 -53 60.5 -117t21.5 -133 q0 -70 -21.5 -131.5t-56.5 -114.5l156 -156q-45 -78 -117 -121l-162 160q-109 -74 -246 -74q-139 0 -247 74l-158 -157q-45 20 -74 51.5t-47 70.5zM354 713q0 -57 19.5 -106.5t54.5 -86.5t83 -58.5t103 -21.5q57 0 105.5 21.5t83.5 58.5t55.5 86t20.5 107q0 57 -20.5 106 t-55.5 86t-83 58.5t-106 21.5q-55 0 -103 -21.5t-83 -58.5t-54.5 -86t-19.5 -106z" />
<glyph unicode="&#xa5;" d="M55 1448q27 4 58.5 6t60.5 2t59.5 -2t55.5 -6l336 -619l329 619q27 4 54.5 6t56.5 2t57.5 -2t53.5 -6l-371 -664h311q6 -29 6 -65q0 -45 -6 -76h-393v-180h393q6 -29 6 -66q0 -45 -6 -75h-393v-322q-25 -4 -51.5 -6t-53.5 -2t-53 2t-51 6v322h-377q-8 25 -8 69 q0 18 2 36.5t6 35.5h377v180h-377q-8 25 -8 70q0 18 2 36.5t6 34.5h295z" />
<glyph unicode="&#xa6;" horiz-adv-x="681" d="M242 338q23 4 48 6t52 2q25 0 50.5 -2t47.5 -6v-682q-23 -4 -47 -6t-51 -2t-52.5 2t-47.5 6v682zM242 907v682q23 4 48 6t52 2q25 0 50.5 -2t47.5 -6v-682q-41 -8 -98 -8q-27 0 -52.5 2t-47.5 6z" />
<glyph unicode="&#xa7;" horiz-adv-x="1150" d="M135 739q0 68 34 131.5t83 116.5q-31 31 -49.5 75t-18.5 101q0 70 32 127.5t88 97t136 61t178 21.5q102 0 177 -15t151 -40q0 -41 -14 -82t-35 -78q-53 23 -115.5 39.5t-144.5 16.5q-119 0 -183.5 -34t-64.5 -103q0 -66 43 -91.5t115 -48.5l254 -78q213 -66 213 -241 q0 -80 -34 -143.5t-83 -118.5q33 -31 51.5 -73t18.5 -101q0 -72 -35 -128.5t-98.5 -96.5t-152.5 -60.5t-198 -20.5q-96 0 -182 14.5t-160 41.5q14 90 52 159q55 -23 126.5 -40t153.5 -17q137 0 213 37t76 106q0 59 -48 87t-120 51q-137 43 -226 76.5t-140.5 68.5t-72 78 t-20.5 104zM322 766q0 -51 32.5 -83t102.5 -54l237 -76q10 -4 23.5 -8t32.5 -10q23 20 49 59t26 92q0 43 -29.5 75t-95.5 52l-145 45q-45 14 -87 24.5t-73 26.5q-25 -23 -49 -59.5t-24 -83.5z" />
<glyph unicode="&#xa8;" horiz-adv-x="1024" d="M190 1339q0 25 2.5 50.5t6.5 52.5q25 4 52.5 6t51.5 2q23 0 50.5 -2t54.5 -6q8 -47 8 -103q0 -25 -2 -50t-6 -52q-53 -6 -105 -6q-23 0 -51 1t-53 5q-4 27 -6.5 51.5t-2.5 50.5zM608 1339q0 25 2 50.5t6 52.5q25 4 52.5 6t50.5 2q25 0 52.5 -2t53.5 -6q6 -53 6 -103 q0 -51 -6 -102q-53 -6 -104 -6q-23 0 -51.5 1t-53.5 5q-8 47 -8 102z" />
<glyph unicode="&#xa9;" horiz-adv-x="1732" d="M106 735q0 162 55.5 302.5t155 241.5t239.5 159.5t310 58.5t310.5 -57.5t240 -159.5t154.5 -241.5t55 -303.5t-55 -303t-154.5 -240.5t-240 -160t-310.5 -58.5t-310 58.5t-239.5 160t-155 240.5t-55.5 303zM256 735q0 -131 42 -245.5t121 -199.5t191.5 -134.5 t255.5 -49.5t256 49.5t192 134.5t121 199.5t42 245.5t-42 246t-121 200t-191.5 134t-256.5 49q-143 0 -255.5 -49t-191.5 -134t-121 -200t-42 -246zM498 733q0 92 27.5 172t77.5 138.5t123 92t165 33.5q74 0 118 -8t93 -24q-2 -37 -9.5 -73t-23.5 -69q-45 14 -81 19.5 t-81 5.5q-117 0 -177 -77t-60 -210q0 -137 64.5 -207.5t176.5 -70.5q43 0 82 7t80 25q16 -29 26.5 -62.5t16.5 -74.5q-96 -43 -221 -43q-94 0 -168 32t-125 89t-77.5 135t-26.5 170z" />
<glyph unicode="&#xaa;" horiz-adv-x="1024" d="M127 872q0 72 29.5 124.5t79 86t115 50t138.5 16.5q41 0 76 -2t64 -6v26q0 90 -49.5 124t-145.5 34q-53 0 -104 -8t-99 -23q-16 29 -25 66t-9 72q55 16 124.5 26t135.5 10q168 0 255 -73.5t87 -233.5v-512q-57 -14 -143.5 -27.5t-172.5 -13.5q-174 0 -265 61.5t-91 202.5 zM291 874q0 -43 19.5 -68.5t48 -38.5t63.5 -17.5t65 -4.5q76 0 142 13v250q-23 4 -55.5 6t-61.5 2q-104 0 -162.5 -35t-58.5 -107z" />
<glyph unicode="&#xab;" horiz-adv-x="1265" d="M100 547l340 452q25 4 50.5 6.5t52.5 2.5q29 0 57.5 -2t56.5 -7l-333 -450l333 -457q-29 -4 -56.5 -6t-55.5 -2q-57 0 -105 8zM616 547l340 452q25 4 50.5 6.5t52.5 2.5q29 0 57.5 -2t56.5 -7l-333 -450l333 -457q-29 -4 -56.5 -6t-55.5 -2q-57 0 -105 8z" />
<glyph unicode="&#xac;" d="M178 694q0 23 2 49.5t6 47.5h854v-572q-18 -4 -43.5 -6t-48.5 -2t-49.5 2t-46.5 6v383h-666q-4 18 -6 44t-2 48z" />
<glyph unicode="&#xad;" horiz-adv-x="739" d="M96 573q0 23 2 48.5t6 46.5h531q4 -20 6 -46t2 -49t-2 -48t-6 -44h-531q-4 18 -6 44t-2 48z" />
<glyph unicode="&#xae;" horiz-adv-x="1732" d="M104 735q0 162 55.5 302.5t155 241.5t239.5 159.5t310 58.5t310.5 -57.5t239.5 -159.5t154.5 -241.5t55.5 -303.5t-55.5 -303t-154.5 -240.5t-239.5 -160t-310.5 -58.5t-310 58.5t-239.5 160t-155 240.5t-55.5 303zM256 735q0 -133 42 -247.5t120 -198.5t191.5 -133.5 t254.5 -49.5q143 0 256 49.5t192 133.5t121 198.5t42 247.5q0 131 -42 246t-121 199t-191.5 133t-256.5 49q-141 0 -254.5 -49t-191.5 -133t-120 -199t-42 -246zM612 354v789q53 6 103.5 10t109.5 4q74 0 135.5 -14.5t105.5 -43t69.5 -75.5t25.5 -111q0 -92 -45 -148 t-98 -83l215 -326q-29 -4 -52.5 -5t-45.5 -1q-43 0 -80 6l-234 365l41 18q49 23 93 61t44 97t-43 92t-112 33q-16 0 -34.5 -1t-41.5 -5v-662q-31 -6 -76 -6q-43 0 -80 6z" />
<glyph unicode="&#xaf;" horiz-adv-x="1024" d="M227 1346q0 16 2 37.5t7 37.5h552q4 -16 6.5 -36.5t2.5 -38.5t-2 -39t-7 -37h-552q-4 16 -6.5 36.5t-2.5 39.5z" />
<glyph unicode="&#xb0;" horiz-adv-x="757" d="M82 1188q0 63 23.5 117.5t64.5 94.5t95 63.5t116 23.5q61 0 116.5 -23.5t96.5 -63.5t64.5 -94.5t23.5 -117.5q0 -61 -23.5 -115.5t-64.5 -94.5t-96.5 -63.5t-116.5 -23.5t-115.5 23.5t-95.5 63.5t-64.5 94.5t-23.5 115.5zM229 1188q0 -70 43 -115t109 -45t111 45t45 115 t-45.5 116t-110.5 46q-66 0 -109 -46t-43 -116z" />
<glyph unicode="&#xb1;" d="M174 94q0 23 1 48.5t5 45.5h869q4 -20 6 -46t2 -48q0 -23 -2 -48.5t-6 -43.5h-869q-4 18 -5 43.5t-1 48.5zM176 721q0 49 8 90h340v373q23 4 44.5 6t45.5 2q23 0 45.5 -2t47.5 -6v-373h337q4 -23 6.5 -45.5t2.5 -44.5q0 -23 -2 -46.5t-7 -45.5h-337v-371q-25 -4 -47.5 -6 t-45.5 -2q-51 0 -90 8v371h-340q-8 41 -8 92z" />
<glyph unicode="&#xb2;" horiz-adv-x="921" d="M135 651q66 70 139.5 144.5t135 145.5t101.5 134.5t40 114.5q0 66 -49 89.5t-121 23.5q-61 0 -100 -10.5t-74 -24.5q-10 27 -21.5 64.5t-17.5 80.5q63 23 118.5 34t123.5 11q145 0 233 -65.5t88 -188.5q0 -92 -47 -175t-139 -175l-80 -80h313q2 -16 3 -34.5t1 -39.5 q0 -20 -1 -38.5t-3 -34.5h-633z" />
<glyph unicode="&#xb3;" horiz-adv-x="921" d="M160 637q4 37 15 74t26 65q53 -16 100 -25.5t94 -9.5q84 0 144.5 36t60.5 114q0 66 -53 96.5t-121 30.5q-20 0 -38.5 -1t-41.5 -7l-22 24l178 273h-287q-6 37 -6 69q0 35 6 72h524l17 -31l-201 -291q55 -6 97 -29.5t70 -55t42 -70.5t14 -76q0 -70 -28.5 -124t-78.5 -92 t-120 -57.5t-150 -19.5q-37 0 -66.5 2t-57 6t-55 10.5t-62.5 16.5z" />
<glyph unicode="&#xb4;" horiz-adv-x="1024" d="M266 1217l236 260q31 4 63.5 6t67.5 2q37 0 67.5 -2t59.5 -6l-291 -260q-23 -4 -49.5 -6.5t-59.5 -2.5q-23 0 -46 2t-48 7z" />
<glyph unicode="&#xb5;" horiz-adv-x="1234" d="M164 -483v1534q23 4 50.5 6t49.5 2q23 0 50.5 -2t50.5 -6v-549q0 -180 60 -267.5t191 -87.5q51 0 98.5 17.5t84.5 52.5t58.5 90t21.5 133v611q23 4 50 6t50 2t50.5 -2t49.5 -6v-1051q-16 -4 -35.5 -6t-39.5 -2t-42 2t-42 6q-6 25 -14.5 63.5t-12.5 67.5 q-49 -68 -122 -112t-187 -44q-139 0 -222 93v-551q-23 -4 -50 -6.5t-50 -2.5t-49.5 2.5t-48.5 6.5z" />
<glyph unicode="&#xb6;" horiz-adv-x="1169" d="M102 1040q0 121 37 206t115 138.5t197.5 77t283.5 23.5v-1497q-102 0 -151 12v641h-25q-96 0 -179 22.5t-144.5 71.5t-97.5 125t-36 180zM891 -12v1497q102 0 151 -12v-1473q-49 -12 -151 -12z" />
<glyph unicode="&#xb7;" horiz-adv-x="493" d="M127 563q0 29 2 56.5t6 56.5q29 4 55.5 6t55.5 2t56.5 -2t55.5 -6q4 -29 6.5 -55.5t2.5 -55.5t-2.5 -56.5t-6.5 -55.5q-29 -4 -55.5 -6.5t-54.5 -2.5q-29 0 -56.5 2.5t-56.5 6.5q-4 29 -6 55.5t-2 54.5z" />
<glyph unicode="&#xb8;" horiz-adv-x="1024" d="M289 -471q2 29 7 61.5t21 57.5q61 -20 127 -21q66 0 104 19.5t38 62.5q0 41 -37 56.5t-96 15.5q-29 0 -58.5 -4t-56.5 -10l-12 10l100 272h131l-68 -168q20 4 48 4q98 0 151 -49t53 -127q0 -100 -80.5 -151.5t-216.5 -51.5q-29 0 -71.5 3.5t-83.5 19.5z" />
<glyph unicode="&#xb9;" horiz-adv-x="921" d="M162 1294l395 162h35v-684h190q8 -35 9 -72q0 -39 -9 -73h-559q-6 18 -8 34.5t-2 38.5q0 18 2 36t8 36h197v469l-191 -78q-27 27 -42 59.5t-25 71.5z" />
<glyph unicode="&#xba;" horiz-adv-x="1024" d="M133 1040q0 88 23.5 166t71.5 137.5t119 94.5t165 35t166 -35t119 -94.5t70.5 -137.5t23.5 -166t-23.5 -166.5t-70.5 -139t-119 -95.5t-166 -35t-165 35t-119 95.5t-71.5 139t-23.5 166.5zM313 1040q0 -133 49.5 -209.5t149.5 -76.5q102 0 150.5 76.5t48.5 209.5 t-48.5 209t-150.5 76q-100 0 -149.5 -75.5t-49.5 -209.5z" />
<glyph unicode="&#xbb;" horiz-adv-x="1263" d="M88 92l336 451l-336 456q29 4 56.5 6.5t56.5 2.5q27 0 53.5 -2t50.5 -7l342 -454l-342 -453q-25 -4 -49.5 -7t-52.5 -3q-29 0 -57.5 3t-57.5 7zM602 92l336 451l-336 456q29 4 56.5 6.5t56.5 2.5q27 0 53.5 -2t50.5 -7l342 -454l-342 -453q-25 -4 -49.5 -7t-52.5 -3 q-29 0 -57.5 3t-57.5 7z" />
<glyph unicode="&#xbc;" horiz-adv-x="2150" d="M133 1294l395 162h35v-684h190q8 -35 9 -72q0 -39 -9 -73h-559q-6 18 -8 34.5t-2 38.5q0 18 2 36t8 36h197v469l-191 -78q-27 27 -42 59.5t-25 71.5zM516 2l989 1448q25 4 50.5 6t50.5 2q27 0 54.5 -2t51.5 -6l-989 -1448q-29 -4 -53.5 -6t-48.5 -2q-57 0 -105 8z M1284 186l336 666q82 -10 150 -50l-244 -497h201v162q37 6 79 6q41 0 82 -6v-162h99q4 -16 6 -34.5t2 -41.5q0 -45 -8 -70h-99v-157q-41 -6 -77 -6q-45 0 -84 6v157h-426z" />
<glyph unicode="&#xbd;" horiz-adv-x="2150" d="M127 1294l395 162h35v-684h190q8 -35 9 -72q0 -39 -9 -73h-559q-6 18 -8 34.5t-2 38.5q0 18 2 36t8 36h197v469l-191 -78q-27 27 -42 59.5t-25 71.5zM481 2l989 1448q25 4 50.5 6t50.5 2q27 0 54.5 -2t51.5 -6l-989 -1448q-29 -4 -53.5 -6t-48.5 -2q-57 0 -105 8z M1352 26q66 70 139.5 144.5t135 145.5t101.5 134.5t40 114.5q0 66 -49 89.5t-121 23.5q-61 0 -100 -10.5t-74 -24.5q-10 27 -21.5 64.5t-17.5 80.5q63 23 118.5 34t123.5 11q145 0 233 -65.5t88 -188.5q0 -92 -47 -175t-139 -175l-80 -80h313q2 -16 3 -34.5t1 -39.5 q0 -20 -1 -38.5t-3 -34.5h-633z" />
<glyph unicode="&#xbe;" horiz-adv-x="2150" d="M174 637q4 37 15 74t26 65q53 -16 100 -25.5t94 -9.5q84 0 144.5 36t60.5 114q0 66 -53 96.5t-121 30.5q-20 0 -38.5 -1t-41.5 -7l-22 24l178 273h-287q-6 37 -6 69q0 35 6 72h524l17 -31l-201 -291q55 -6 97 -29.5t70 -55t42 -70.5t14 -76q0 -70 -28.5 -124t-78.5 -92 t-120 -57.5t-150 -19.5q-37 0 -66.5 2t-57 6t-55 10.5t-62.5 16.5zM528 2l989 1448q25 4 50.5 6t50.5 2q27 0 54.5 -2t51.5 -6l-989 -1448q-29 -4 -53.5 -6t-48.5 -2q-57 0 -105 8zM1302 203l336 666q82 -10 150 -50l-244 -497h201v162q37 6 79 6q41 0 82 -6v-162h99 q4 -16 6 -34.5t2 -41.5q0 -45 -8 -70h-99v-157q-41 -6 -77 -6q-45 0 -84 6v157h-426z" />
<glyph unicode="&#xbf;" horiz-adv-x="999" d="M125 -20q0 104 42 178.5t98.5 125t115.5 80t96 42.5v210q47 8 101 9q23 0 47 -2t47 -7v-331q-78 -20 -139.5 -46t-104.5 -62t-65.5 -84t-22.5 -111q0 -104 78 -164t223 -60q92 0 148.5 13.5t115.5 35.5q18 -39 31.5 -80.5t19.5 -88.5q-49 -16 -91 -27.5t-82 -18 t-80.5 -9.5t-88.5 -3q-242 0 -365.5 109.5t-123.5 290.5zM453 938q0 29 2 57.5t6 57.5q27 4 55.5 6t56.5 2q29 0 61.5 -2t55.5 -6q4 -29 6 -56.5t2 -56.5t-2 -57.5t-6 -57.5q-29 -4 -57.5 -7t-57.5 -3t-57.5 3t-56.5 7q-4 29 -6 56.5t-2 56.5z" />
<glyph unicode="&#xc0;" horiz-adv-x="1263" d="M33 0l479 1473q27 4 57.5 6t63.5 2q29 0 59.5 -2t59.5 -6l477 -1473q-25 -4 -55.5 -6t-59.5 -2q-27 0 -54.5 2t-51.5 6l-103 340h-559l-100 -340q-27 -4 -53.5 -6t-53.5 -2q-29 0 -56.5 2t-49.5 6zM274 1817q29 4 64.5 7t72.5 3t75 -3t71 -7l215 -222q-47 -8 -105 -8 q-29 0 -57.5 2t-54.5 6zM401 522h449l-225 752z" />
<glyph unicode="&#xc1;" horiz-adv-x="1263" d="M33 0l479 1473q27 4 57.5 6t63.5 2q29 0 59.5 -2t59.5 -6l477 -1473q-25 -4 -55.5 -6t-59.5 -2q-27 0 -54.5 2t-51.5 6l-103 340h-559l-100 -340q-27 -4 -53.5 -6t-53.5 -2q-29 0 -56.5 2t-49.5 6zM401 522h449l-225 752zM461 1595l217 222q33 4 70 7t74 3q39 0 73.5 -3 t63.5 -7l-279 -222q-27 -4 -55.5 -6t-56.5 -2q-29 0 -53.5 2t-53.5 6z" />
<glyph unicode="&#xc2;" horiz-adv-x="1263" d="M33 0l479 1473q27 4 57.5 6t63.5 2q29 0 59.5 -2t59.5 -6l477 -1473q-25 -4 -55.5 -6t-59.5 -2q-27 0 -54.5 2t-51.5 6l-103 340h-559l-100 -340q-27 -4 -53.5 -6t-53.5 -2q-29 0 -56.5 2t-49.5 6zM269 1595l241 222q23 4 53.5 6t65.5 2t64.5 -2t56.5 -6l235 -222 q-18 -4 -40.5 -6t-43.5 -2h-45q-23 0 -50.5 2t-43.5 6l-133 125l-133 -125q-18 -4 -47 -6t-49 -2h-48q-20 0 -41.5 2t-41.5 6zM401 522h449l-225 752z" />
<glyph unicode="&#xc3;" horiz-adv-x="1263" d="M33 0l479 1473q27 4 57.5 6t63.5 2q29 0 59.5 -2t59.5 -6l477 -1473q-25 -4 -55.5 -6t-59.5 -2q-27 0 -54.5 2t-51.5 6l-103 340h-559l-100 -340q-27 -4 -53.5 -6t-53.5 -2q-29 0 -56.5 2t-49.5 6zM262 1759q33 37 86.5 71t120.5 34q43 0 86 -16.5t84 -35t81 -35 t81 -16.5q39 0 68.5 15.5t70.5 54.5q47 -57 68 -121q-35 -35 -87.5 -66.5t-117.5 -31.5q-45 0 -88 15t-84 34.5t-81 35t-79 15.5q-43 0 -72.5 -17.5t-68.5 -52.5q-23 29 -41.5 56.5t-26.5 60.5zM401 522h449l-225 752z" />
<glyph unicode="&#xc4;" horiz-adv-x="1263" d="M33 0l479 1473q27 4 57.5 6t63.5 2q29 0 59.5 -2t59.5 -6l477 -1473q-25 -4 -55.5 -6t-59.5 -2q-27 0 -54.5 2t-51.5 6l-103 340h-559l-100 -340q-27 -4 -53.5 -6t-53.5 -2q-29 0 -56.5 2t-49.5 6zM295 1718q0 51 6 105q29 4 55.5 6t51.5 2q27 0 55.5 -2t52.5 -6 q8 -47 9 -103q0 -57 -9 -104q-25 -4 -52.5 -6t-53.5 -2q-25 0 -52.5 2t-56.5 6q-6 51 -6 102zM401 522h449l-225 752zM731 1718q0 47 11 105q25 4 52.5 6t53.5 2q25 0 52.5 -2t56.5 -6q6 -53 6 -103q0 -53 -6 -104q-29 -4 -55.5 -6t-53.5 -2q-25 0 -53 2t-53 6 q-4 27 -7.5 51.5t-3.5 50.5z" />
<glyph unicode="&#xc5;" horiz-adv-x="1263" d="M33 0l479 1468q-57 29 -91 83t-34 126q0 104 67.5 172t176.5 68q106 0 174.5 -67.5t68.5 -172.5q0 -72 -33.5 -126t-90.5 -83l479 -1468q-25 -4 -55.5 -6t-59.5 -2q-27 0 -54.5 2t-51.5 6l-105 340h-555l-102 -340q-27 -4 -53.5 -6t-53.5 -2q-29 0 -56.5 2t-49.5 6z M401 522h449l-225 744zM518 1677q0 -59 30 -96t83 -37t81.5 37t28.5 96t-28.5 96t-81.5 37t-83 -36.5t-30 -96.5z" />
<glyph unicode="&#xc6;" horiz-adv-x="1888" d="M-10 0l864 1473h924q4 -23 6 -45.5t2 -45.5t-2 -48t-6 -46h-600v-444h481q6 -41 6 -90q0 -23 -1 -47.5t-5 -44.5h-481v-480h616q4 -20 6 -43.5t2 -46.5t-2 -47.5t-6 -44.5h-825v344h-551l-195 -344q-29 -4 -58.5 -6t-58.5 -2q-33 0 -62.5 2t-53.5 6zM516 524h453v781h-11 z" />
<glyph unicode="&#xc7;" horiz-adv-x="1265" d="M119 725q0 176 47 318.5t136 244t216 155.5t285 54q117 0 200.5 -16.5t147.5 -40.5q-4 -47 -16.5 -86t-32.5 -84q-31 10 -59.5 18t-61.5 14.5t-73 9.5t-91 3q-221 0 -347 -152.5t-126 -437.5q0 -143 35 -249.5t99.5 -177.5t154.5 -105.5t198 -34.5q88 0 158 14t131 43 q20 -43 34.5 -85t23.5 -87q-162 -66 -351 -66h-34l-35 -88q10 2 19 3.5t20 1.5q113 0 165 -53.5t52 -129.5q0 -100 -80 -152.5t-219 -52.5q-31 0 -76 4.5t-88 20.5q2 31 7 63.5t24 59.5q72 -23 129 -23q143 0 143 80q0 39 -35 54.5t-96 15.5q-29 0 -57.5 -3t-59.5 -14 l-16 19q20 51 39.5 101t38.5 104q-129 20 -230.5 80.5t-172 154.5t-108.5 221t-38 281z" />
<glyph unicode="&#xc8;" horiz-adv-x="1097" d="M180 0v1473h809q6 -41 6 -91q0 -23 -1 -47t-5 -45h-600v-422h479q4 -20 6.5 -43.5t2.5 -46.5t-2.5 -47t-6.5 -45h-479v-504h617q6 -41 6 -90q0 -23 -1 -47.5t-5 -44.5h-826zM262 1817q29 4 64.5 7t72.5 3t75 -3t71 -7l215 -222q-47 -8 -105 -8q-29 0 -57.5 2t-54.5 6z " />
<glyph unicode="&#xc9;" horiz-adv-x="1097" d="M180 0v1473h809q6 -41 6 -91q0 -23 -1 -47t-5 -45h-600v-422h479q4 -20 6.5 -43.5t2.5 -46.5t-2.5 -47t-6.5 -45h-479v-504h617q6 -41 6 -90q0 -23 -1 -47.5t-5 -44.5h-826zM395 1595l217 222q33 4 70 7t74 3q39 0 73.5 -3t63.5 -7l-279 -222q-27 -4 -55.5 -6t-56.5 -2 q-29 0 -53.5 2t-53.5 6z" />
<glyph unicode="&#xca;" horiz-adv-x="1097" d="M180 0v1473h809q6 -41 6 -91q0 -23 -1 -47t-5 -45h-600v-422h479q4 -20 6.5 -43.5t2.5 -46.5t-2.5 -47t-6.5 -45h-479v-504h617q6 -41 6 -90q0 -23 -1 -47.5t-5 -44.5h-826zM224 1595l241 222q23 4 53.5 6t65.5 2t64.5 -2t56.5 -6l235 -222q-18 -4 -40.5 -6t-43.5 -2h-45 q-23 0 -50.5 2t-43.5 6l-133 125l-133 -125q-18 -4 -47 -6t-49 -2h-48q-20 0 -41.5 2t-41.5 6z" />
<glyph unicode="&#xcb;" horiz-adv-x="1097" d="M180 0v1473h809q6 -41 6 -91q0 -23 -1 -47t-5 -45h-600v-422h479q4 -20 6.5 -43.5t2.5 -46.5t-2.5 -47t-6.5 -45h-479v-504h617q6 -41 6 -90q0 -23 -1 -47.5t-5 -44.5h-826zM246 1718q0 51 6 105q29 4 55.5 6t51.5 2q27 0 55.5 -2t52.5 -6q8 -47 9 -103q0 -57 -9 -104 q-25 -4 -52.5 -6t-53.5 -2q-25 0 -52.5 2t-56.5 6q-6 51 -6 102zM682 1718q0 47 11 105q25 4 52.5 6t53.5 2q25 0 52.5 -2t56.5 -6q6 -53 6 -103q0 -53 -6 -104q-29 -4 -55.5 -6t-53.5 -2q-25 0 -53 2t-53 6q-4 27 -7.5 51.5t-3.5 50.5z" />
<glyph unicode="&#xcc;" horiz-adv-x="569" d="M-43 1817q29 4 64.5 7t72.5 3t75 -3t71 -7l215 -222q-47 -8 -105 -8q-29 0 -57.5 2t-54.5 6zM180 0v1473q25 4 51.5 6t53.5 2t53.5 -2t50.5 -6v-1473q-25 -4 -50.5 -6t-53.5 -2q-27 0 -54.5 2t-50.5 6z" />
<glyph unicode="&#xcd;" horiz-adv-x="569" d="M129 1595l217 222q33 4 70 7t74 3q39 0 73.5 -3t63.5 -7l-279 -222q-27 -4 -55.5 -6t-56.5 -2q-29 0 -53.5 2t-53.5 6zM180 0v1473q25 4 51.5 6t53.5 2t53.5 -2t50.5 -6v-1473q-25 -4 -50.5 -6t-53.5 -2q-27 0 -54.5 2t-50.5 6z" />
<glyph unicode="&#xce;" horiz-adv-x="569" d="M-73 1595l241 222q23 4 53.5 6t65.5 2t64.5 -2t56.5 -6l235 -222q-18 -4 -40.5 -6t-43.5 -2h-45q-23 0 -50.5 2t-43.5 6l-133 125l-133 -125q-18 -4 -47 -6t-49 -2h-48q-20 0 -41.5 2t-41.5 6zM180 0v1473q25 4 51.5 6t53.5 2t53.5 -2t50.5 -6v-1473q-25 -4 -50.5 -6 t-53.5 -2q-27 0 -54.5 2t-50.5 6z" />
<glyph unicode="&#xcf;" horiz-adv-x="569" d="M-47 1718q0 51 6 105q29 4 55.5 6t51.5 2q27 0 55.5 -2t52.5 -6q8 -47 9 -103q0 -57 -9 -104q-25 -4 -52.5 -6t-53.5 -2q-25 0 -52.5 2t-56.5 6q-6 51 -6 102zM180 0v1473q25 4 51.5 6t53.5 2t53.5 -2t50.5 -6v-1473q-25 -4 -50.5 -6t-53.5 -2q-27 0 -54.5 2t-50.5 6z M389 1718q0 47 11 105q25 4 52.5 6t53.5 2q25 0 52.5 -2t56.5 -6q6 -53 6 -103q0 -53 -6 -104q-29 -4 -55.5 -6t-53.5 -2q-25 0 -53 2t-53 6q-4 27 -7.5 51.5t-3.5 50.5z" />
<glyph unicode="&#xd0;" horiz-adv-x="1449" d="M25 754q0 18 2 39.5t6 37.5h168v642q70 8 168 15t192 7q387 0 578.5 -196.5t191.5 -565.5q0 -385 -195.5 -571.5t-582.5 -186.5q-96 0 -190.5 7.5t-161.5 17.5v678h-168q-4 16 -6 36.5t-2 39.5zM410 172q29 -4 70.5 -7t88.5 -3q121 0 220.5 27.5t171 93t110.5 177 t39 279.5q0 154 -39 262.5t-109.5 177t-169 99.5t-217.5 31q-39 0 -85 -1t-80 -8v-469h331q4 -16 6.5 -37.5t2.5 -39.5q0 -16 -2.5 -38t-6.5 -38h-331v-506z" />
<glyph unicode="&#xd1;" horiz-adv-x="1392" d="M180 0v1473q23 4 48.5 6t47.5 2q23 0 48.5 -2t48.5 -6l641 -1106v1106q25 4 51.5 6t52.5 2q23 0 47.5 -2t46.5 -6v-1473q-23 -4 -48 -6t-48 -2t-48.5 2t-47.5 6l-643 1100v-1100q-23 -4 -48.5 -6t-49.5 -2q-27 0 -52.5 2t-46.5 6zM332 1759q33 37 86.5 71t120.5 34 q43 0 86 -16.5t84 -35t81 -35t81 -16.5q39 0 68.5 15.5t70.5 54.5q47 -57 68 -121q-35 -35 -87.5 -66.5t-117.5 -31.5q-45 0 -88 15t-84 34.5t-81 35t-79 15.5q-43 0 -72.5 -17.5t-68.5 -52.5q-23 29 -41.5 56.5t-26.5 60.5z" />
<glyph unicode="&#xd2;" horiz-adv-x="1482" d="M121 735q0 166 38 305.5t114.5 240.5t193.5 158.5t277 57.5t276.5 -57.5t193 -158.5t113.5 -240.5t37 -305.5t-37 -305t-113.5 -240.5t-193 -158t-276.5 -56.5t-277 56.5t-193.5 158t-114.5 240.5t-38 305zM344 735q0 -135 24.5 -241.5t74 -182t124.5 -115.5t177 -40 t176.5 40t124 115.5t74 182t24.5 241.5q0 133 -24.5 240.5t-74 182.5t-124 115t-176.5 40t-177 -40t-124.5 -115t-74 -182.5t-24.5 -240.5zM379 1817q29 4 64.5 7t72.5 3t75 -3t71 -7l215 -222q-47 -8 -105 -8q-29 0 -57.5 2t-54.5 6z" />
<glyph unicode="&#xd3;" horiz-adv-x="1482" d="M121 735q0 166 38 305.5t114.5 240.5t193.5 158.5t277 57.5t276.5 -57.5t193 -158.5t113.5 -240.5t37 -305.5t-37 -305t-113.5 -240.5t-193 -158t-276.5 -56.5t-277 56.5t-193.5 158t-114.5 240.5t-38 305zM344 735q0 -135 24.5 -241.5t74 -182t124.5 -115.5t177 -40 t176.5 40t124 115.5t74 182t24.5 241.5q0 133 -24.5 240.5t-74 182.5t-124 115t-176.5 40t-177 -40t-124.5 -115t-74 -182.5t-24.5 -240.5zM573 1595l217 222q33 4 70 7t74 3q39 0 73.5 -3t63.5 -7l-279 -222q-27 -4 -55.5 -6t-56.5 -2q-29 0 -53.5 2t-53.5 6z" />
<glyph unicode="&#xd4;" horiz-adv-x="1482" d="M121 735q0 166 38 305.5t114.5 240.5t193.5 158.5t277 57.5t276.5 -57.5t193 -158.5t113.5 -240.5t37 -305.5t-37 -305t-113.5 -240.5t-193 -158t-276.5 -56.5t-277 56.5t-193.5 158t-114.5 240.5t-38 305zM344 735q0 -135 24.5 -241.5t74 -182t124.5 -115.5t177 -40 t176.5 40t124 115.5t74 182t24.5 241.5q0 133 -24.5 240.5t-74 182.5t-124 115t-176.5 40t-177 -40t-124.5 -115t-74 -182.5t-24.5 -240.5zM379 1595l241 222q23 4 53.5 6t65.5 2t64.5 -2t56.5 -6l235 -222q-18 -4 -40.5 -6t-43.5 -2h-45q-23 0 -50.5 2t-43.5 6l-133 125 l-133 -125q-18 -4 -47 -6t-49 -2h-48q-20 0 -41.5 2t-41.5 6z" />
<glyph unicode="&#xd5;" horiz-adv-x="1482" d="M121 735q0 166 38 305.5t114.5 240.5t193.5 158.5t277 57.5t276.5 -57.5t193 -158.5t113.5 -240.5t37 -305.5t-37 -305t-113.5 -240.5t-193 -158t-276.5 -56.5t-277 56.5t-193.5 158t-114.5 240.5t-38 305zM344 735q0 -135 24.5 -241.5t74 -182t124.5 -115.5t177 -40 t176.5 40t124 115.5t74 182t24.5 241.5q0 133 -24.5 240.5t-74 182.5t-124 115t-176.5 40t-177 -40t-124.5 -115t-74 -182.5t-24.5 -240.5zM379 1759q33 37 86.5 71t120.5 34q43 0 86 -16.5t84 -35t81 -35t81 -16.5q39 0 68.5 15.5t70.5 54.5q47 -57 68 -121 q-35 -35 -87.5 -66.5t-117.5 -31.5q-45 0 -88 15t-84 34.5t-81 35t-79 15.5q-43 0 -72.5 -17.5t-68.5 -52.5q-23 29 -41.5 56.5t-26.5 60.5z" />
<glyph unicode="&#xd6;" horiz-adv-x="1482" d="M121 735q0 166 38 305.5t114.5 240.5t193.5 158.5t277 57.5t276.5 -57.5t193 -158.5t113.5 -240.5t37 -305.5t-37 -305t-113.5 -240.5t-193 -158t-276.5 -56.5t-277 56.5t-193.5 158t-114.5 240.5t-38 305zM344 735q0 -135 24.5 -241.5t74 -182t124.5 -115.5t177 -40 t176.5 40t124 115.5t74 182t24.5 241.5q0 133 -24.5 240.5t-74 182.5t-124 115t-176.5 40t-177 -40t-124.5 -115t-74 -182.5t-24.5 -240.5zM405 1718q0 51 6 105q29 4 55.5 6t51.5 2q27 0 55.5 -2t52.5 -6q8 -47 9 -103q0 -57 -9 -104q-25 -4 -52.5 -6t-53.5 -2 q-25 0 -52.5 2t-56.5 6q-6 51 -6 102zM841 1718q0 47 11 105q25 4 52.5 6t53.5 2q25 0 52.5 -2t56.5 -6q6 -53 6 -103q0 -53 -6 -104q-29 -4 -55.5 -6t-53.5 -2q-25 0 -53 2t-53 6q-4 27 -7.5 51.5t-3.5 50.5z" />
<glyph unicode="&#xd7;" d="M236 477l249 248q-63 61 -124.5 123.5t-122.5 124.5q25 37 58.5 69.5t70.5 61.5l247 -250q61 63 123 123.5t125 124.5q74 -55 129 -129q-123 -125 -248 -248q125 -123 248 -248q-27 -37 -60.5 -70.5t-68.5 -56.5l-246 246l-251 -248q-76 51 -129 129z" />
<glyph unicode="&#xd8;" horiz-adv-x="1482" d="M115 0l147 203q-72 100 -107.5 235t-35.5 297q0 166 38 305.5t114.5 240.5t193.5 158.5t276 57.5q117 0 211.5 -30.5t165.5 -90.5l70 97q16 4 35.5 6t44.5 2q27 0 47 -2t39 -6l-142 -195q76 -102 113 -239.5t37 -303.5t-37 -305t-113.5 -240.5t-193.5 -158t-277 -56.5 q-123 0 -218 33t-169 94l-73 -102q-35 -6 -82 -6t-84 6zM342 735q0 -209 55 -346l600 823q-96 100 -256 101q-102 0 -177 -40t-124 -115t-73.5 -182.5t-24.5 -240.5zM473 266q100 -110 268 -110q102 0 177 40t124.5 115.5t74 182t24.5 241.5q0 213 -64 359z" />
<glyph unicode="&#xd9;" horiz-adv-x="1380" d="M166 600v873q49 6 106 6q55 0 103 -6v-836q0 -127 16.5 -217t53 -146.5t97 -83t148.5 -26.5t147.5 26.5t96.5 83t53.5 146.5t16.5 217v836q51 6 104 6q57 0 106 -6v-873q0 -147 -27.5 -264t-90 -197t-162.5 -122t-244 -42q-143 0 -243.5 42t-163 122t-90 197t-27.5 264z M348 1817q29 4 64.5 7t72.5 3t75 -3t71 -7l215 -222q-47 -8 -105 -8q-29 0 -57.5 2t-54.5 6z" />
<glyph unicode="&#xda;" horiz-adv-x="1380" d="M166 600v873q49 6 106 6q55 0 103 -6v-836q0 -127 16.5 -217t53 -146.5t97 -83t148.5 -26.5t147.5 26.5t96.5 83t53.5 146.5t16.5 217v836q51 6 104 6q57 0 106 -6v-873q0 -147 -27.5 -264t-90 -197t-162.5 -122t-244 -42q-143 0 -243.5 42t-163 122t-90 197t-27.5 264z M547 1595l217 222q33 4 70 7t74 3q39 0 73.5 -3t63.5 -7l-279 -222q-27 -4 -55.5 -6t-56.5 -2q-29 0 -53.5 2t-53.5 6z" />
<glyph unicode="&#xdb;" horiz-adv-x="1380" d="M166 600v873q49 6 106 6q55 0 103 -6v-836q0 -127 16.5 -217t53 -146.5t97 -83t148.5 -26.5t147.5 26.5t96.5 83t53.5 146.5t16.5 217v836q51 6 104 6q57 0 106 -6v-873q0 -147 -27.5 -264t-90 -197t-162.5 -122t-244 -42q-143 0 -243.5 42t-163 122t-90 197t-27.5 264z M330 1595l241 222q23 4 53.5 6t65.5 2t64.5 -2t56.5 -6l235 -222q-18 -4 -40.5 -6t-43.5 -2h-45q-23 0 -50.5 2t-43.5 6l-133 125l-133 -125q-18 -4 -47 -6t-49 -2h-48q-20 0 -41.5 2t-41.5 6z" />
<glyph unicode="&#xdc;" horiz-adv-x="1380" d="M166 600v873q49 6 106 6q55 0 103 -6v-836q0 -127 16.5 -217t53 -146.5t97 -83t148.5 -26.5t147.5 26.5t96.5 83t53.5 146.5t16.5 217v836q51 6 104 6q57 0 106 -6v-873q0 -147 -27.5 -264t-90 -197t-162.5 -122t-244 -42q-143 0 -243.5 42t-163 122t-90 197t-27.5 264z M356 1718q0 51 6 105q29 4 55.5 6t51.5 2q27 0 55.5 -2t52.5 -6q8 -47 9 -103q0 -57 -9 -104q-25 -4 -52.5 -6t-53.5 -2q-25 0 -52.5 2t-56.5 6q-6 51 -6 102zM792 1718q0 47 11 105q25 4 52.5 6t53.5 2q25 0 52.5 -2t56.5 -6q6 -53 6 -103q0 -53 -6 -104q-29 -4 -55.5 -6 t-53.5 -2q-25 0 -53 2t-53 6q-4 27 -7.5 51.5t-3.5 50.5z" />
<glyph unicode="&#xdd;" horiz-adv-x="1212" d="M37 1473q27 4 57.5 6t61.5 2q27 0 58.5 -2t55.5 -6l344 -732l340 732q27 4 53.5 6t55.5 2t57.5 -2t55.5 -6l-461 -934v-539q-27 -4 -53.5 -6t-53.5 -2t-54.5 2t-49.5 6v539zM467 1595l217 222q33 4 70 7t74 3q39 0 73.5 -3t63.5 -7l-279 -222q-27 -4 -55.5 -6t-56.5 -2 q-29 0 -53.5 2t-53.5 6z" />
<glyph unicode="&#xde;" horiz-adv-x="1189" d="M178 0v1473q49 6 105 6q25 0 52 -1t52 -5v-230q35 4 64.5 5t64.5 1q106 0 207.5 -23.5t181.5 -81t128 -152.5t48 -238q0 -141 -48 -236.5t-128 -152t-181 -80t-208 -23.5q-35 0 -64.5 1t-64.5 3v-266q-25 -4 -52.5 -5t-51.5 -1q-27 0 -54.5 1t-50.5 5zM387 451 q39 -4 62.5 -6.5t66.5 -2.5q63 0 126 12.5t112 47.5t79.5 96t30.5 158q0 96 -30.5 157.5t-79.5 95t-111.5 46t-126.5 12.5q-41 0 -64.5 -2t-64.5 -6v-608z" />
<glyph unicode="&#xdf;" horiz-adv-x="1171" d="M162 0v1010q0 119 20.5 213t68.5 160.5t127 101.5t193 35q100 0 172 -27t118 -72t67.5 -105.5t21.5 -127.5q0 -92 -28.5 -154.5t-63.5 -112t-63.5 -92.5t-28.5 -98q0 -43 24.5 -72.5t60.5 -54t78 -51.5t77.5 -62.5t60.5 -87t25 -127.5q0 -133 -90.5 -217t-268.5 -84 q-78 0 -136 13.5t-112 36.5q4 41 17.5 81.5t29.5 79.5q47 -23 92.5 -34t92.5 -11q70 0 120 30t50 112q0 49 -23.5 80.5t-59.5 56t-78 49.5t-78 56.5t-59.5 76.5t-23.5 115q0 72 29 124t62.5 101t62.5 104.5t29 133.5q0 80 -46.5 127t-134.5 47q-123 0 -165 -83t-42 -265 v-1006q-23 -4 -49 -6t-49 -2t-50.5 2t-49.5 6z" />
<glyph unicode="&#xe0;" horiz-adv-x="1058" d="M98 311q0 88 36 154.5t97.5 111t141.5 66t168 21.5q66 0 107.5 -3.5t70.5 -7.5v39q0 121 -61.5 168t-178.5 47q-72 0 -134 -11t-122 -30q-39 68 -39 162q70 23 154 35t162 12q205 0 311.5 -93t106.5 -298v-657q-72 -16 -174.5 -34t-208.5 -18q-100 0 -181.5 18.5 t-137.5 59.5t-87 104.5t-31 153.5zM190 1477q31 4 61.5 6t67.5 2q33 0 67 -2t64 -6l236 -260q-47 -8 -96 -9q-31 0 -58.5 2t-50.5 7zM301 315q0 -61 22.5 -96t56.5 -53.5t75 -22.5t77 -4q47 0 97.5 5.5t89.5 15.5v334q-31 4 -78 8t-80 4q-127 0 -193.5 -47t-66.5 -144z" />
<glyph unicode="&#xe1;" horiz-adv-x="1058" d="M98 311q0 88 36 154.5t97.5 111t141.5 66t168 21.5q66 0 107.5 -3.5t70.5 -7.5v39q0 121 -61.5 168t-178.5 47q-72 0 -134 -11t-122 -30q-39 68 -39 162q70 23 154 35t162 12q205 0 311.5 -93t106.5 -298v-657q-72 -16 -174.5 -34t-208.5 -18q-100 0 -181.5 18.5 t-137.5 59.5t-87 104.5t-31 153.5zM301 315q0 -61 22.5 -96t56.5 -53.5t75 -22.5t77 -4q47 0 97.5 5.5t89.5 15.5v334q-31 4 -78 8t-80 4q-127 0 -193.5 -47t-66.5 -144zM325 1217l236 260q31 4 63.5 6t67.5 2q37 0 67.5 -2t59.5 -6l-291 -260q-23 -4 -49.5 -6.5t-59.5 -2.5 q-23 0 -46 2t-48 7z" />
<glyph unicode="&#xe2;" horiz-adv-x="1058" d="M98 311q0 88 36 154.5t97.5 111t141.5 66t168 21.5q66 0 107.5 -3.5t70.5 -7.5v39q0 121 -61.5 168t-178.5 47q-72 0 -134 -11t-122 -30q-39 68 -39 162q70 23 154 35t162 12q205 0 311.5 -93t106.5 -298v-657q-72 -16 -174.5 -34t-208.5 -18q-100 0 -181.5 18.5 t-137.5 59.5t-87 104.5t-31 153.5zM170 1217l223 260q27 4 60.5 6t64.5 2q23 0 54.5 -2t60.5 -8l221 -258q-18 -4 -42 -6.5t-50 -2.5q-27 0 -58.5 2t-58.5 7l-133 163l-133 -163q-23 -4 -52.5 -6.5t-56.5 -2.5q-59 0 -100 9zM301 315q0 -61 22.5 -96t56.5 -53.5t75 -22.5 t77 -4q47 0 97.5 5.5t89.5 15.5v334q-31 4 -78 8t-80 4q-127 0 -193.5 -47t-66.5 -144z" />
<glyph unicode="&#xe3;" horiz-adv-x="1058" d="M98 311q0 88 36 154.5t97.5 111t141.5 66t168 21.5q66 0 107.5 -3.5t70.5 -7.5v39q0 121 -61.5 168t-178.5 47q-72 0 -134 -11t-122 -30q-39 68 -39 162q70 23 154 35t162 12q205 0 311.5 -93t106.5 -298v-657q-72 -16 -174.5 -34t-208.5 -18q-100 0 -181.5 18.5 t-137.5 59.5t-87 104.5t-31 153.5zM174 1368q31 41 80 70.5t116 29.5q43 0 82 -14t75 -30.5t73 -31t78 -14.5q35 0 64.5 12.5t72.5 51.5q45 -55 65 -125q-33 -39 -83 -67.5t-115 -28.5q-43 0 -82 14t-76 30.5t-73 31t-75 14.5q-41 0 -69.5 -14.5t-69.5 -49.5 q-23 29 -39 58.5t-24 62.5zM301 315q0 -61 22.5 -96t56.5 -53.5t75 -22.5t77 -4q47 0 97.5 5.5t89.5 15.5v334q-31 4 -78 8t-80 4q-127 0 -193.5 -47t-66.5 -144z" />
<glyph unicode="&#xe4;" horiz-adv-x="1058" d="M98 311q0 88 36 154.5t97.5 111t141.5 66t168 21.5q66 0 107.5 -3.5t70.5 -7.5v39q0 121 -61.5 168t-178.5 47q-72 0 -134 -11t-122 -30q-39 68 -39 162q70 23 154 35t162 12q205 0 311.5 -93t106.5 -298v-657q-72 -16 -174.5 -34t-208.5 -18q-100 0 -181.5 18.5 t-137.5 59.5t-87 104.5t-31 153.5zM215 1339q0 25 2.5 50.5t6.5 52.5q25 4 52.5 6t51.5 2q23 0 50.5 -2t54.5 -6q8 -47 8 -103q0 -25 -2 -50t-6 -52q-53 -6 -105 -6q-23 0 -51 1t-53 5q-4 27 -6.5 51.5t-2.5 50.5zM301 315q0 -61 22.5 -96t56.5 -53.5t75 -22.5t77 -4 q47 0 97.5 5.5t89.5 15.5v334q-31 4 -78 8t-80 4q-127 0 -193.5 -47t-66.5 -144zM633 1339q0 25 2 50.5t6 52.5q25 4 52.5 6t50.5 2q25 0 52.5 -2t53.5 -6q6 -53 6 -103q0 -51 -6 -102q-53 -6 -104 -6q-23 0 -51.5 1t-53.5 5q-8 47 -8 102z" />
<glyph unicode="&#xe5;" horiz-adv-x="1058" d="M98 311q0 88 36 154.5t97.5 111t141.5 66t168 21.5q66 0 107.5 -3.5t70.5 -7.5v39q0 121 -61.5 168t-178.5 47q-72 0 -134 -11t-122 -30q-39 68 -39 162q70 23 154 35t162 12q205 0 311.5 -93t106.5 -298v-657q-72 -16 -174.5 -34t-208.5 -18q-100 0 -181.5 18.5 t-137.5 59.5t-87 104.5t-31 153.5zM301 315q0 -61 22.5 -96t56.5 -53.5t75 -22.5t77 -4q47 0 97.5 5.5t89.5 15.5v334q-31 4 -78 8t-80 4q-127 0 -193.5 -47t-66.5 -144zM320 1419q0 98 61.5 158.5t159.5 60.5t159.5 -60t61.5 -159q0 -98 -61.5 -158.5t-159.5 -60.5 t-159.5 60.5t-61.5 158.5zM441 1419q0 -53 25.5 -83.5t74.5 -30.5t75.5 30.5t26.5 83.5t-26.5 84t-75.5 31t-74.5 -30.5t-25.5 -84.5z" />
<glyph unicode="&#xe6;" horiz-adv-x="1718" d="M90 311q0 88 36 153.5t97.5 108.5t141 64.5t170.5 21.5q53 0 96 -3t78 -7v43q0 121 -59.5 168t-176.5 47q-70 0 -134.5 -11t-121.5 -30q-39 68 -39 162q70 23 153 35t163 12q123 0 205.5 -40t138.5 -124q57 74 143 119t201 45q106 0 187 -37t136.5 -101.5t83 -153.5 t27.5 -193q0 -27 -2 -58.5t-6 -54.5h-703q0 -180 84 -257t256 -77q74 0 138.5 13.5t129.5 38.5q14 -31 24.5 -75t12.5 -87q-139 -57 -323 -58q-106 0 -198.5 24t-160.5 77q-66 -41 -163 -71t-209 -30q-88 0 -163 18.5t-128 59.5t-84 104.5t-31 153.5zM295 309 q0 -59 22.5 -94t55.5 -52.5t70.5 -22.5t70.5 -5q66 0 133.5 14.5t116.5 49.5q-29 49 -42 115.5t-15 134.5l-2 38q-31 4 -70 7.5t-74 3.5q-129 0 -197.5 -44t-68.5 -145zM907 629h512q0 57 -14 109.5t-44 91t-75 61t-106 22.5q-127 0 -192.5 -74.5t-80.5 -209.5z" />
<glyph unicode="&#xe7;" horiz-adv-x="978" d="M104 524q0 117 32 217.5t96.5 174t159.5 116.5t222 43q84 0 152 -11t127 -34q0 -35 -9.5 -80t-25.5 -80q-51 16 -106.5 25.5t-120.5 9.5q-160 0 -240 -103.5t-80 -277.5q0 -197 91.5 -289t242.5 -92q61 0 112.5 8.5t106.5 28.5q16 -29 28.5 -71.5t14.5 -88.5 q-66 -23 -136.5 -34t-156.5 -11l-36 -92q10 2 36 2q106 0 160.5 -49t54.5 -125q0 -102 -80.5 -153.5t-216.5 -51.5q-29 0 -71.5 4.5t-83.5 20.5q2 29 7 60.5t22 58.5q68 -23 126 -23q63 0 102.5 21.5t39.5 60.5q0 41 -37 57.5t-98 16.5q-29 0 -57.5 -4t-55.5 -10 q-4 2 -12 10q39 109 78 209q-195 37 -291.5 177t-96.5 359z" />
<glyph unicode="&#xe8;" horiz-adv-x="1140" d="M102 518q0 117 30 218.5t91.5 176t154.5 118.5t220 44q109 0 190.5 -37t137 -101.5t84 -153.5t28.5 -193q0 -29 -2 -60.5t-4 -54.5h-715q4 -172 89 -252t251 -80q145 0 277 52q16 -31 26.5 -75t12.5 -87q-68 -29 -149 -43.5t-179 -14.5q-143 0 -245.5 40t-169 113 t-97.5 172t-31 218zM272 1477q31 4 61.5 6t67.5 2q33 0 67 -2t64 -6l236 -260q-47 -8 -96 -9q-31 0 -58.5 2t-50.5 7zM319 627h519q0 57 -15.5 109t-45.5 91t-76 62.5t-109 23.5q-125 0 -191.5 -75.5t-81.5 -210.5z" />
<glyph unicode="&#xe9;" horiz-adv-x="1140" d="M102 518q0 117 30 218.5t91.5 176t154.5 118.5t220 44q109 0 190.5 -37t137 -101.5t84 -153.5t28.5 -193q0 -29 -2 -60.5t-4 -54.5h-715q4 -172 89 -252t251 -80q145 0 277 52q16 -31 26.5 -75t12.5 -87q-68 -29 -149 -43.5t-179 -14.5q-143 0 -245.5 40t-169 113 t-97.5 172t-31 218zM319 627h519q0 57 -15.5 109t-45.5 91t-76 62.5t-109 23.5q-125 0 -191.5 -75.5t-81.5 -210.5zM413 1217l236 260q31 4 63.5 6t67.5 2q37 0 67.5 -2t59.5 -6l-291 -260q-23 -4 -49.5 -6.5t-59.5 -2.5q-23 0 -46 2t-48 7z" />
<glyph unicode="&#xea;" horiz-adv-x="1140" d="M102 518q0 117 30 218.5t91.5 176t154.5 118.5t220 44q109 0 190.5 -37t137 -101.5t84 -153.5t28.5 -193q0 -29 -2 -60.5t-4 -54.5h-715q4 -172 89 -252t251 -80q145 0 277 52q16 -31 26.5 -75t12.5 -87q-68 -29 -149 -43.5t-179 -14.5q-143 0 -245.5 40t-169 113 t-97.5 172t-31 218zM244 1217l223 260q27 4 60.5 6t64.5 2q23 0 54.5 -2t60.5 -8l221 -258q-18 -4 -42 -6.5t-50 -2.5q-27 0 -58.5 2t-58.5 7l-133 163l-133 -163q-23 -4 -52.5 -6.5t-56.5 -2.5q-59 0 -100 9zM319 627h519q0 57 -15.5 109t-45.5 91t-76 62.5t-109 23.5 q-125 0 -191.5 -75.5t-81.5 -210.5z" />
<glyph unicode="&#xeb;" horiz-adv-x="1140" d="M102 518q0 117 30 218.5t91.5 176t154.5 118.5t220 44q109 0 190.5 -37t137 -101.5t84 -153.5t28.5 -193q0 -29 -2 -60.5t-4 -54.5h-715q4 -172 89 -252t251 -80q145 0 277 52q16 -31 26.5 -75t12.5 -87q-68 -29 -149 -43.5t-179 -14.5q-143 0 -245.5 40t-169 113 t-97.5 172t-31 218zM256 1339q0 25 2.5 50.5t6.5 52.5q25 4 52.5 6t51.5 2q23 0 50.5 -2t54.5 -6q8 -47 8 -103q0 -25 -2 -50t-6 -52q-53 -6 -105 -6q-23 0 -51 1t-53 5q-4 27 -6.5 51.5t-2.5 50.5zM319 627h519q0 57 -15.5 109t-45.5 91t-76 62.5t-109 23.5 q-125 0 -191.5 -75.5t-81.5 -210.5zM674 1339q0 25 2 50.5t6 52.5q25 4 52.5 6t50.5 2q25 0 52.5 -2t53.5 -6q6 -53 6 -103q0 -51 -6 -102q-53 -6 -104 -6q-23 0 -51.5 1t-53.5 5q-8 47 -8 102z" />
<glyph unicode="&#xec;" horiz-adv-x="589" d="M-29 1477q31 4 61.5 6t67.5 2q33 0 67 -2t64 -6l236 -260q-47 -8 -96 -9q-31 0 -58.5 2t-50.5 7zM84 971q0 20 2 41.5t6 38.5h332v-1051q-23 -4 -50.5 -6t-49.5 -2q-20 0 -48 2t-51 6v891h-133q-4 16 -6 37.5t-2 42.5z" />
<glyph unicode="&#xed;" horiz-adv-x="589" d="M84 971q0 20 2 41.5t6 38.5h332v-1051q-23 -4 -50.5 -6t-49.5 -2q-20 0 -48 2t-51 6v891h-133q-4 16 -6 37.5t-2 42.5zM102 1217l236 260q31 4 63.5 6t67.5 2q37 0 67.5 -2t59.5 -6l-291 -260q-23 -4 -49.5 -6.5t-59.5 -2.5q-23 0 -46 2t-48 7z" />
<glyph unicode="&#xee;" horiz-adv-x="589" d="M-47 1217l223 260q27 4 60.5 6t64.5 2q23 0 54.5 -2t60.5 -8l221 -258q-18 -4 -42 -6.5t-50 -2.5q-27 0 -58.5 2t-58.5 7l-133 163l-133 -163q-23 -4 -52.5 -6.5t-56.5 -2.5q-59 0 -100 9zM84 971q0 20 2 41.5t6 38.5h332v-1051q-23 -4 -50.5 -6t-49.5 -2q-20 0 -48 2 t-51 6v891h-133q-4 16 -6 37.5t-2 42.5z" />
<glyph unicode="&#xef;" horiz-adv-x="589" d="M-25 1339q0 25 2.5 50.5t6.5 52.5q25 4 52.5 6t51.5 2q23 0 50.5 -2t54.5 -6q8 -47 8 -103q0 -25 -2 -50t-6 -52q-53 -6 -105 -6q-23 0 -51 1t-53 5q-4 27 -6.5 51.5t-2.5 50.5zM84 971q0 20 2 41.5t6 38.5h332v-1051q-23 -4 -50.5 -6t-49.5 -2q-20 0 -48 2t-51 6v891 h-133q-4 16 -6 37.5t-2 42.5zM393 1339q0 25 2 50.5t6 52.5q25 4 52.5 6t50.5 2q25 0 52.5 -2t53.5 -6q6 -53 6 -103q0 -51 -6 -102q-53 -6 -104 -6q-23 0 -51.5 1t-53.5 5q-8 47 -8 102z" />
<glyph unicode="&#xf0;" horiz-adv-x="1189" d="M104 485q0 109 30 202t87.5 163t143.5 108.5t198 38.5q78 0 151.5 -25.5t121.5 -72.5q-41 109 -85 182.5t-110 126.5l-201 -125q-25 23 -43 52.5t-28 58.5l143 90q-47 23 -98.5 34t-108.5 19q-10 29 -10 72q0 23 5 49.5t13 48.5q109 -6 202 -34.5t171 -75.5l180 114 q25 -20 44.5 -50.5t33.5 -59.5q-35 -23 -70.5 -44.5t-72.5 -43.5q139 -129 210.5 -322.5t71.5 -423.5q0 -135 -29.5 -244.5t-90 -186.5t-152.5 -119t-217 -42t-217 38t-152.5 106.5t-90.5 162t-30 203.5zM317 485q0 -166 67 -259t210 -93t208.5 93t65.5 259 q0 174 -65.5 261.5t-208.5 87.5q-135 0 -206 -87.5t-71 -261.5z" />
<glyph unicode="&#xf1;" horiz-adv-x="1183" d="M164 0v1051q23 4 44 6t44 2t42 -2t42 -6q6 -31 12 -83.5t6 -86.5q20 35 52 69.5t73 62t94.5 45t116.5 17.5q180 0 266 -103.5t86 -305.5v-666q-23 -4 -51 -6t-51 -2t-50.5 2t-49.5 6v610q0 145 -45 214t-144 69q-57 0 -108 -20.5t-90 -63.5t-62.5 -111.5t-23.5 -165.5 v-532q-23 -4 -50.5 -6t-50.5 -2t-51.5 2t-50.5 6zM242 1368q31 41 80 70.5t116 29.5q43 0 82 -14t75 -30.5t73 -31t78 -14.5q35 0 64.5 12.5t72.5 51.5q45 -55 65 -125q-33 -39 -83 -67.5t-115 -28.5q-43 0 -82 14t-76 30.5t-73 31t-75 14.5q-41 0 -69.5 -14.5t-69.5 -49.5 q-23 29 -39 58.5t-24 62.5z" />
<glyph unicode="&#xf2;" horiz-adv-x="1181" d="M100 524q0 117 30 217.5t91.5 174t153.5 116.5t215 43t215 -43t153.5 -116.5t91 -174t29.5 -217.5t-29.5 -217t-91 -174t-153.5 -116t-215 -42t-215 42t-153.5 116t-91.5 174.5t-30 216.5zM260 1477q31 4 61.5 6t67.5 2q33 0 67 -2t64 -6l236 -260q-47 -8 -96 -9 q-31 0 -58.5 2t-50.5 7zM315 524q0 -182 67 -284.5t208 -102.5t208.5 102.5t67.5 284.5t-67.5 283.5t-208.5 101.5t-208 -101t-67 -284z" />
<glyph unicode="&#xf3;" horiz-adv-x="1181" d="M100 524q0 117 30 217.5t91.5 174t153.5 116.5t215 43t215 -43t153.5 -116.5t91 -174t29.5 -217.5t-29.5 -217t-91 -174t-153.5 -116t-215 -42t-215 42t-153.5 116t-91.5 174.5t-30 216.5zM315 524q0 -182 67 -284.5t208 -102.5t208.5 102.5t67.5 284.5t-67.5 283.5 t-208.5 101.5t-208 -101t-67 -284zM399 1217l236 260q31 4 63.5 6t67.5 2q37 0 67.5 -2t59.5 -6l-291 -260q-23 -4 -49.5 -6.5t-59.5 -2.5q-23 0 -46 2t-48 7z" />
<glyph unicode="&#xf4;" horiz-adv-x="1181" d="M100 524q0 117 30 217.5t91.5 174t153.5 116.5t215 43t215 -43t153.5 -116.5t91 -174t29.5 -217.5t-29.5 -217t-91 -174t-153.5 -116t-215 -42t-215 42t-153.5 116t-91.5 174.5t-30 216.5zM246 1217l223 260q27 4 60.5 6t64.5 2q23 0 54.5 -2t60.5 -8l221 -258 q-18 -4 -42 -6.5t-50 -2.5q-27 0 -58.5 2t-58.5 7l-133 163l-133 -163q-23 -4 -52.5 -6.5t-56.5 -2.5q-59 0 -100 9zM315 524q0 -182 67 -284.5t208 -102.5t208.5 102.5t67.5 284.5t-67.5 283.5t-208.5 101.5t-208 -101t-67 -284z" />
<glyph unicode="&#xf5;" horiz-adv-x="1181" d="M100 524q0 117 30 217.5t91.5 174t153.5 116.5t215 43t215 -43t153.5 -116.5t91 -174t29.5 -217.5t-29.5 -217t-91 -174t-153.5 -116t-215 -42t-215 42t-153.5 116t-91.5 174.5t-30 216.5zM236 1368q31 41 80 70.5t116 29.5q43 0 82 -14t75 -30.5t73 -31t78 -14.5 q35 0 64.5 12.5t72.5 51.5q45 -55 65 -125q-33 -39 -83 -67.5t-115 -28.5q-43 0 -82 14t-76 30.5t-73 31t-75 14.5q-41 0 -69.5 -14.5t-69.5 -49.5q-23 29 -39 58.5t-24 62.5zM315 524q0 -182 67 -284.5t208 -102.5t208.5 102.5t67.5 284.5t-67.5 283.5t-208.5 101.5 t-208 -101t-67 -284z" />
<glyph unicode="&#xf6;" horiz-adv-x="1181" d="M100 524q0 117 30 217.5t91.5 174t153.5 116.5t215 43t215 -43t153.5 -116.5t91 -174t29.5 -217.5t-29.5 -217t-91 -174t-153.5 -116t-215 -42t-215 42t-153.5 116t-91.5 174.5t-30 216.5zM266 1339q0 25 2.5 50.5t6.5 52.5q25 4 52.5 6t51.5 2q23 0 50.5 -2t54.5 -6 q8 -47 8 -103q0 -25 -2 -50t-6 -52q-53 -6 -105 -6q-23 0 -51 1t-53 5q-4 27 -6.5 51.5t-2.5 50.5zM315 524q0 -182 67 -284.5t208 -102.5t208.5 102.5t67.5 284.5t-67.5 283.5t-208.5 101.5t-208 -101t-67 -284zM684 1339q0 25 2 50.5t6 52.5q25 4 52.5 6t50.5 2 q25 0 52.5 -2t53.5 -6q6 -53 6 -103q0 -51 -6 -102q-53 -6 -104 -6q-23 0 -51.5 1t-53.5 5q-8 47 -8 102z" />
<glyph unicode="&#xf7;" d="M174 721q0 23 1 48.5t5 45.5h869q4 -20 6 -46t2 -48q0 -23 -2 -48.5t-6 -43.5h-869q-4 18 -5 43.5t-1 48.5zM467 356q0 57 41 99.5t100 42.5q57 0 99.5 -42t42.5 -100q0 -59 -42 -100t-100 -41q-59 0 -100 41t-41 100zM467 1096q0 59 41 100t100 41q57 0 99.5 -41 t42.5 -100t-42 -99.5t-100 -40.5q-59 0 -100 40.5t-41 99.5z" />
<glyph unicode="&#xf8;" horiz-adv-x="1181" d="M104 524q0 117 30 217.5t90.5 174t151.5 116.5t214 43q92 0 166.5 -25.5t132.5 -70.5l51 63q31 8 76 9q45 0 76 -7l-121 -151q53 -74 78.5 -167t25.5 -202q0 -117 -29.5 -217t-90 -174t-151.5 -116t-214 -42q-166 0 -279 78l-39 -51q-33 -8 -73 -8q-47 0 -78 6l104 133 q-61 74 -91 174.5t-30 216.5zM313 524q0 -141 39 -231l424 543q-70 74 -186 73q-141 0 -209 -101.5t-68 -283.5zM422 193q64 -56 168 -56q141 0 209.5 102.5t68.5 284.5q0 59 -7 108.5t-21 92.5z" />
<glyph unicode="&#xf9;" horiz-adv-x="1175" d="M152 467v584q23 4 51 6t49 2q23 0 51.5 -2t50.5 -6v-576q0 -98 18.5 -162.5t55.5 -101.5t90 -51.5t123 -14.5q104 0 178 23v883q23 4 50.5 6t50.5 2t50 -2t50 -6v-1018q-72 -20 -171 -39t-206 -19q-100 0 -189 17.5t-157 71t-106.5 149.5t-38.5 254zM264 1477 q31 4 61.5 6t67.5 2q33 0 67 -2t64 -6l236 -260q-47 -8 -96 -9q-31 0 -58.5 2t-50.5 7z" />
<glyph unicode="&#xfa;" horiz-adv-x="1175" d="M152 467v584q23 4 51 6t49 2q23 0 51.5 -2t50.5 -6v-576q0 -98 18.5 -162.5t55.5 -101.5t90 -51.5t123 -14.5q104 0 178 23v883q23 4 50.5 6t50.5 2t50 -2t50 -6v-1018q-72 -20 -171 -39t-206 -19q-100 0 -189 17.5t-157 71t-106.5 149.5t-38.5 254zM438 1217l236 260 q31 4 63.5 6t67.5 2q37 0 67.5 -2t59.5 -6l-291 -260q-23 -4 -49.5 -6.5t-59.5 -2.5q-23 0 -46 2t-48 7z" />
<glyph unicode="&#xfb;" horiz-adv-x="1175" d="M152 467v584q23 4 51 6t49 2q23 0 51.5 -2t50.5 -6v-576q0 -98 18.5 -162.5t55.5 -101.5t90 -51.5t123 -14.5q104 0 178 23v883q23 4 50.5 6t50.5 2t50 -2t50 -6v-1018q-72 -20 -171 -39t-206 -19q-100 0 -189 17.5t-157 71t-106.5 149.5t-38.5 254zM244 1217l223 260 q27 4 60.5 6t64.5 2q23 0 54.5 -2t60.5 -8l221 -258q-18 -4 -42 -6.5t-50 -2.5q-27 0 -58.5 2t-58.5 7l-133 163l-133 -163q-23 -4 -52.5 -6.5t-56.5 -2.5q-59 0 -100 9z" />
<glyph unicode="&#xfc;" horiz-adv-x="1175" d="M152 467v584q23 4 51 6t49 2q23 0 51.5 -2t50.5 -6v-576q0 -98 18.5 -162.5t55.5 -101.5t90 -51.5t123 -14.5q104 0 178 23v883q23 4 50.5 6t50.5 2t50 -2t50 -6v-1018q-72 -20 -171 -39t-206 -19q-100 0 -189 17.5t-157 71t-106.5 149.5t-38.5 254zM276 1339 q0 25 2.5 50.5t6.5 52.5q25 4 52.5 6t51.5 2q23 0 50.5 -2t54.5 -6q8 -47 8 -103q0 -25 -2 -50t-6 -52q-53 -6 -105 -6q-23 0 -51 1t-53 5q-4 27 -6.5 51.5t-2.5 50.5zM694 1339q0 25 2 50.5t6 52.5q25 4 52.5 6t50.5 2q25 0 52.5 -2t53.5 -6q6 -53 6 -103q0 -51 -6 -102 q-53 -6 -104 -6q-23 0 -51.5 1t-53.5 5q-8 47 -8 102z" />
<glyph unicode="&#xfd;" horiz-adv-x="1079" d="M27 1051q27 4 55.5 5t52.5 1q27 0 59.5 -1t55.5 -5l291 -977l301 977q43 6 100 6q23 0 51.5 -1t57.5 -5l-408 -1264q-29 -84 -59.5 -141.5t-69.5 -92t-87 -49t-112 -14.5q-47 0 -93 7t-81 18q0 47 8.5 83.5t24.5 73.5q18 -6 50 -13t69 -7q27 0 50.5 5t44 20.5t37.5 44 t34 77.5l63 199q-16 0 -33.5 -1t-33.5 -1q-20 0 -43 1t-37 3zM360 1217l236 260q31 4 63.5 6t67.5 2q37 0 67.5 -2t59.5 -6l-291 -260q-23 -4 -49.5 -6.5t-59.5 -2.5q-23 0 -46 2t-48 7z" />
<glyph unicode="&#xfe;" horiz-adv-x="1208" d="M160 -483v1984q25 4 52.5 5t49.5 1q23 0 50.5 -1t49.5 -5v-583q41 61 118 109t194 48q92 0 171 -31.5t135 -96t88 -163t32 -233.5q0 -270 -146.5 -423t-416.5 -153q-43 0 -90.5 7.5t-84.5 17.5v-483q-23 -4 -51 -5t-49 -1q-23 0 -50.5 1t-51.5 5zM362 172 q39 -14 81 -21.5t106 -7.5q74 0 135 23.5t105.5 73t70 125t25.5 178.5q0 162 -59.5 258t-196.5 96q-51 0 -99.5 -17.5t-85 -54.5t-59.5 -93t-23 -134v-426z" />
<glyph unicode="&#xff;" horiz-adv-x="1079" d="M27 1051q27 4 55.5 5t52.5 1q27 0 59.5 -1t55.5 -5l291 -977l301 977q43 6 100 6q23 0 51.5 -1t57.5 -5l-408 -1264q-29 -84 -59.5 -141.5t-69.5 -92t-87 -49t-112 -14.5q-47 0 -93 7t-81 18q0 47 8.5 83.5t24.5 73.5q18 -6 50 -13t69 -7q27 0 50.5 5t44 20.5t37.5 44 t34 77.5l63 199q-16 0 -33.5 -1t-33.5 -1q-20 0 -43 1t-37 3zM219 1339q0 25 2.5 50.5t6.5 52.5q25 4 52.5 6t51.5 2q23 0 50.5 -2t54.5 -6q8 -47 8 -103q0 -25 -2 -50t-6 -52q-53 -6 -105 -6q-23 0 -51 1t-53 5q-4 27 -6.5 51.5t-2.5 50.5zM637 1339q0 25 2 50.5t6 52.5 q25 4 52.5 6t50.5 2q25 0 52.5 -2t53.5 -6q6 -53 6 -103q0 -51 -6 -102q-53 -6 -104 -6q-23 0 -51.5 1t-53.5 5q-8 47 -8 102z" />
<glyph unicode="&#x152;" horiz-adv-x="1892" d="M113 735q0 166 41 305.5t120.5 240.5t199.5 158.5t280 57.5q59 0 124.5 -5t118.5 -19h785q4 -20 6 -44t2 -47t-2 -47t-6 -45h-600v-422h479q4 -20 6 -43.5t2 -46.5t-2 -47t-6 -45h-479v-504h616q4 -20 6 -43.5t2 -46.5t-2 -47.5t-6 -44.5h-790q-55 -12 -128 -18.5 t-132 -6.5q-160 0 -279 56.5t-197.5 158t-118.5 240.5t-40 305zM336 735q0 -135 25.5 -241.5t78 -182t129 -115.5t179.5 -40q68 0 123 6t102 22v1104q-47 12 -99.5 18.5t-117.5 6.5q-102 0 -180 -40t-131.5 -115t-81 -182.5t-27.5 -240.5z" />
<glyph unicode="&#x153;" horiz-adv-x="1882" d="M106 524q0 117 31 217.5t92.5 174t152.5 116.5t212 43q131 0 225 -56t154 -155q53 98 147 154.5t226 56.5q104 0 185 -38t136 -104.5t84 -154.5t29 -188q0 -29 -2 -60.5t-6 -54.5h-699q4 -172 87 -252t249 -80q74 0 138.5 13.5t129.5 38.5q14 -31 25.5 -75t13.5 -87 q-70 -29 -148.5 -43.5t-176.5 -14.5q-154 0 -259.5 57.5t-162.5 162.5q-59 -104 -150.5 -162t-224.5 -58q-121 0 -212 42t-152.5 116t-92.5 174.5t-31 216.5zM313 524q0 -182 70 -284.5t211 -102.5t212 102.5t71 284.5t-71 283.5t-212 101.5t-211 -101t-70 -284zM1075 627 h508q-2 125 -59.5 204.5t-180.5 79.5q-119 0 -186 -74.5t-82 -209.5z" />
<glyph unicode="&#x178;" horiz-adv-x="1212" d="M37 1473q27 4 57.5 6t61.5 2q27 0 58.5 -2t55.5 -6l344 -732l340 732q27 4 53.5 6t55.5 2t57.5 -2t55.5 -6l-461 -934v-539q-27 -4 -53.5 -6t-53.5 -2t-54.5 2t-49.5 6v539zM274 1718q0 51 6 105q29 4 55.5 6t51.5 2q27 0 55.5 -2t52.5 -6q8 -47 9 -103q0 -57 -9 -104 q-25 -4 -52.5 -6t-53.5 -2q-25 0 -52.5 2t-56.5 6q-6 51 -6 102zM710 1718q0 47 11 105q25 4 52.5 6t53.5 2q25 0 52.5 -2t56.5 -6q6 -53 6 -103q0 -53 -6 -104q-29 -4 -55.5 -6t-53.5 -2q-25 0 -53 2t-53 6q-4 27 -7.5 51.5t-3.5 50.5z" />
<glyph unicode="&#x2c6;" horiz-adv-x="1019" d="M168 1217l223 260q27 4 60.5 6t64.5 2q23 0 54.5 -2t60.5 -8l221 -258q-18 -4 -42 -6.5t-50 -2.5q-27 0 -58.5 2t-58.5 7l-133 163l-133 -163q-23 -4 -52.5 -6.5t-56.5 -2.5q-59 0 -100 9z" />
<glyph unicode="&#x2dc;" horiz-adv-x="1024" d="M160 1368q31 41 80 70.5t116 29.5q43 0 82 -14t75 -30.5t73 -31t78 -14.5q35 0 64.5 12.5t72.5 51.5q45 -55 65 -125q-33 -39 -83 -67.5t-115 -28.5q-43 0 -82 14t-76 30.5t-73 31t-75 14.5q-41 0 -69.5 -14.5t-69.5 -49.5q-23 29 -39 58.5t-24 62.5z" />
<glyph unicode="&#x2000;" horiz-adv-x="958" />
<glyph unicode="&#x2001;" horiz-adv-x="1917" />
<glyph unicode="&#x2002;" horiz-adv-x="958" />
<glyph unicode="&#x2003;" horiz-adv-x="1917" />
<glyph unicode="&#x2004;" horiz-adv-x="639" />
<glyph unicode="&#x2005;" horiz-adv-x="479" />
<glyph unicode="&#x2006;" horiz-adv-x="319" />
<glyph unicode="&#x2007;" horiz-adv-x="319" />
<glyph unicode="&#x2008;" horiz-adv-x="239" />
<glyph unicode="&#x2009;" horiz-adv-x="383" />
<glyph unicode="&#x200a;" horiz-adv-x="106" />
<glyph unicode="&#x2010;" horiz-adv-x="739" d="M96 573q0 23 2 48.5t6 46.5h531q4 -20 6 -46t2 -49t-2 -48t-6 -44h-531q-4 18 -6 44t-2 48z" />
<glyph unicode="&#x2011;" horiz-adv-x="739" d="M96 573q0 23 2 48.5t6 46.5h531q4 -20 6 -46t2 -49t-2 -48t-6 -44h-531q-4 18 -6 44t-2 48z" />
<glyph unicode="&#x2012;" horiz-adv-x="739" d="M96 573q0 23 2 48.5t6 46.5h531q4 -20 6 -46t2 -49t-2 -48t-6 -44h-531q-4 18 -6 44t-2 48z" />
<glyph unicode="&#x2013;" horiz-adv-x="1024" d="M-8 573q0 25 2 48.5t6 46.5h1024q4 -23 6 -45.5t2 -47.5q0 -27 -2 -50t-6 -44h-1024q-4 23 -6 46.5t-2 45.5z" />
<glyph unicode="&#x2014;" horiz-adv-x="2048" d="M-8 573q0 25 2 48.5t6 46.5h2048q4 -23 6 -45.5t2 -47.5q0 -27 -2 -50t-6 -44h-2048q-4 23 -6 46.5t-2 45.5z" />
<glyph unicode="&#x2018;" horiz-adv-x="528" d="M102 1470q25 4 52.5 6.5t50.5 2.5t48.5 -2t49.5 -7l121 -456q-23 -4 -47.5 -6t-48.5 -2q-51 0 -99 8z" />
<glyph unicode="&#x2019;" horiz-adv-x="528" d="M102 1016l121 457q25 4 50.5 6t48.5 2q25 0 52 -2t52 -6l-127 -457q-27 -6 -52.5 -7t-47.5 -1q-25 0 -48.5 1t-48.5 7z" />
<glyph unicode="&#x201a;" horiz-adv-x="528" d="M102 -231l121 456q25 4 50.5 7.5t48.5 3.5q25 0 52 -3.5t52 -7.5l-127 -456q-27 -4 -52.5 -5.5t-47.5 -1.5q-25 0 -48.5 1t-48.5 6z" />
<glyph unicode="&#x201c;" horiz-adv-x="927" d="M102 1470q25 4 52.5 6.5t50.5 2.5t48.5 -2t49.5 -7l121 -456q-23 -4 -47.5 -6t-48.5 -2q-51 0 -99 8zM501 1470q25 4 52.5 6.5t50.5 2.5t48.5 -2t49.5 -7l121 -456q-23 -4 -47.5 -6t-48.5 -2q-51 0 -99 8z" />
<glyph unicode="&#x201d;" horiz-adv-x="927" d="M102 1016l121 457q25 4 50.5 6t48.5 2q25 0 52 -2t52 -6l-127 -457q-27 -6 -52.5 -7t-47.5 -1q-25 0 -48.5 1t-48.5 7zM501 1016l121 457q25 4 50.5 6t48.5 2q25 0 52 -2t52 -6l-127 -457q-27 -6 -52.5 -7t-47.5 -1q-25 0 -48.5 1t-48.5 7z" />
<glyph unicode="&#x201e;" horiz-adv-x="927" d="M102 -231l121 456q25 4 50.5 7.5t48.5 3.5q25 0 52 -3.5t52 -7.5l-127 -456q-27 -4 -52.5 -5.5t-47.5 -1.5q-25 0 -48.5 1t-48.5 6zM501 -231l121 456q25 4 50.5 7.5t48.5 3.5q25 0 52 -3.5t52 -7.5l-127 -456q-27 -4 -52.5 -5.5t-47.5 -1.5q-25 0 -48.5 1t-48.5 6z" />
<glyph unicode="&#x2022;" horiz-adv-x="833" d="M154 766q0 55 20.5 103.5t56 84t83.5 56t104 20.5q55 0 102 -20.5t83 -56t56.5 -84t20.5 -103.5t-20.5 -103.5t-56.5 -84t-83 -56t-102 -20.5t-103.5 20.5t-84 56t-56 84t-20.5 103.5z" />
<glyph unicode="&#x2026;" horiz-adv-x="1501" d="M123 113q0 29 3 58.5t7 57.5q29 4 56.5 6.5t56.5 2.5t57.5 -2.5t56.5 -6.5q4 -29 7.5 -57.5t3.5 -56.5q0 -29 -3 -57.5t-8 -57.5q-29 -4 -56.5 -6t-55.5 -2q-29 0 -57.5 2t-57.5 6q-4 29 -7 56.5t-3 56.5zM627 113q0 29 3 58.5t7 57.5q29 4 56.5 6.5t56.5 2.5t57.5 -2.5 t56.5 -6.5q4 -29 7.5 -57.5t3.5 -56.5q0 -29 -3 -57.5t-8 -57.5q-29 -4 -56.5 -6t-55.5 -2q-29 0 -57.5 2t-57.5 6q-4 29 -7 56.5t-3 56.5zM1131 113q0 29 3 58.5t7 57.5q29 4 56.5 6.5t56.5 2.5t57.5 -2.5t56.5 -6.5q4 -29 7.5 -57.5t3.5 -56.5q0 -29 -3 -57.5t-8 -57.5 q-29 -4 -56.5 -6t-55.5 -2q-29 0 -57.5 2t-57.5 6q-4 29 -7 56.5t-3 56.5z" />
<glyph unicode="&#x202f;" horiz-adv-x="383" />
<glyph unicode="&#x2039;" horiz-adv-x="747" d="M100 547l340 452q25 4 50.5 6.5t52.5 2.5q29 0 57.5 -2t56.5 -7l-333 -450l333 -457q-29 -4 -56.5 -6t-55.5 -2q-57 0 -105 8z" />
<glyph unicode="&#x203a;" horiz-adv-x="747" d="M88 92l336 451l-336 456q29 4 56.5 6.5t56.5 2.5q27 0 53.5 -2t50.5 -7l342 -454l-342 -453q-25 -4 -49.5 -7t-52.5 -3q-29 0 -57.5 3t-57.5 7z" />
<glyph unicode="&#x205f;" horiz-adv-x="479" />
<glyph unicode="&#x20ac;" d="M39 553q0 37 10 72h150q-2 20 -2 41.5v44.5v52t2 52h-150q-10 31 -10 68q0 39 10 73h170q47 242 197.5 379.5t408.5 137.5q117 0 201 -16.5t150 -39.5q-4 -47 -17.5 -87t-32.5 -85q-68 25 -138 35t-146 10q-168 0 -264.5 -85t-133.5 -249h523q4 -14 6 -31.5t2 -33.5 q0 -20 -2 -40t-6 -36h-541q-2 -25 -3 -50.5t-1 -53.5v-44.5t2 -41.5h543q4 -14 6 -30.5t2 -35.5q0 -20 -2 -39.5t-6 -36.5h-525q39 -168 140.5 -245.5t273.5 -77.5q86 0 155.5 14t131.5 41q41 -80 57 -170q-86 -37 -177 -53.5t-194 -16.5q-266 0 -417.5 132.5t-196.5 375.5 h-166q-10 31 -10 70z" />
<glyph unicode="&#x2122;" horiz-adv-x="1691" d="M47 1370q0 35 6 78h619q4 -20 6 -37.5t2 -38.5q0 -18 -2 -36.5t-6 -37.5h-230v-669q-23 -4 -41 -6t-41 -2q-18 0 -37.5 2t-37.5 6v669h-232q-6 37 -6 72zM764 629l41 819q25 2 45 4t41 2q18 0 39.5 -2t46.5 -4l203 -449l200 449q23 2 42.5 4t39.5 2t42 -2l44 -4l41 -819 q-25 -4 -42 -6t-38 -2q-16 0 -35.5 1t-41.5 7l-31 522l-176 -367q-16 -4 -28.5 -5t-29.5 -1q-20 0 -59 6l-162 361l-26 -516q-39 -8 -76 -8q-39 0 -80 8z" />
<glyph unicode="&#x25fc;" horiz-adv-x="1054" d="M0 0v1055h1055v-1055h-1055z" />
<hkern u1="T" u2="&#xef;" k="-61" />
<hkern u1="T" u2="&#xec;" k="-82" />
<hkern u1="V" u2="&#xef;" k="-61" />
<hkern u1="V" u2="&#xec;" k="-143" />
<hkern u1="W" u2="&#xef;" k="-61" />
<hkern u1="W" u2="&#xec;" k="-82" />
<hkern u1="Y" u2="&#xef;" k="-61" />
<hkern u1="Y" u2="&#xec;" k="-61" />
<hkern u1="f" u2="&#xef;" k="-113" />
<hkern u1="f" u2="&#xee;" k="-61" />
<hkern u1="f" u2="&#xec;" k="-131" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="C,Ccedilla" k="51" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="G" k="51" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="51" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="Q" k="51" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="T" k="131" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="V" k="90" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="W" k="45" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="Y,Yacute,Ydieresis" k="123" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="asterisk" k="131" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="backslash" k="143" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="c,ccedilla" k="12" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="d" k="12" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="e,egrave,eacute,ecircumflex,edieresis" k="12" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="eth" k="12" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="10" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="guillemotleft,guilsinglleft" k="8" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="12" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="q" k="12" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="question" k="117" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="quoteleft,quotedblleft" k="256" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="quoteright,quotedblright" k="164" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="v" k="41" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="w" k="20" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="y,yacute,ydieresis" k="20" />
<hkern g1="B" g2="AE" k="20" />
<hkern g1="B" g2="T" k="53" />
<hkern g1="B" g2="V" k="41" />
<hkern g1="B" g2="Y,Yacute,Ydieresis" k="61" />
<hkern g1="B" g2="Z" k="35" />
<hkern g1="B" g2="quoteleft,quotedblleft" k="72" />
<hkern g1="B" g2="quoteright,quotedblright" k="20" />
<hkern g1="B" g2="z" k="20" />
<hkern g1="C,Ccedilla" g2="C,Ccedilla" k="49" />
<hkern g1="C,Ccedilla" g2="G" k="49" />
<hkern g1="C,Ccedilla" g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="49" />
<hkern g1="C,Ccedilla" g2="Q" k="49" />
<hkern g1="C,Ccedilla" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20" />
<hkern g1="C,Ccedilla" g2="c,ccedilla" k="31" />
<hkern g1="C,Ccedilla" g2="d" k="31" />
<hkern g1="C,Ccedilla" g2="e,egrave,eacute,ecircumflex,edieresis" k="31" />
<hkern g1="C,Ccedilla" g2="eth" k="31" />
<hkern g1="C,Ccedilla" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="10" />
<hkern g1="C,Ccedilla" g2="guillemotleft,guilsinglleft" k="20" />
<hkern g1="C,Ccedilla" g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="31" />
<hkern g1="C,Ccedilla" g2="q" k="31" />
<hkern g1="C,Ccedilla" g2="s" k="23" />
<hkern g1="C,Ccedilla" g2="t" k="41" />
<hkern g1="C,Ccedilla" g2="u,ugrave,uacute,ucircumflex,udieresis" k="41" />
<hkern g1="C,Ccedilla" g2="v" k="41" />
<hkern g1="C,Ccedilla" g2="w" k="41" />
<hkern g1="C,Ccedilla" g2="y,yacute,ydieresis" k="35" />
<hkern g1="D,Eth" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="51" />
<hkern g1="D,Eth" g2="AE" k="109" />
<hkern g1="D,Eth" g2="J" k="29" />
<hkern g1="D,Eth" g2="T" k="78" />
<hkern g1="D,Eth" g2="V" k="55" />
<hkern g1="D,Eth" g2="W" k="35" />
<hkern g1="D,Eth" g2="X" k="43" />
<hkern g1="D,Eth" g2="Y,Yacute,Ydieresis" k="78" />
<hkern g1="D,Eth" g2="Z" k="49" />
<hkern g1="D,Eth" g2="backslash" k="61" />
<hkern g1="D,Eth" g2="g" k="20" />
<hkern g1="D,Eth" g2="guillemotright,guilsinglright" k="20" />
<hkern g1="D,Eth" g2="comma,period,ellipsis" k="61" />
<hkern g1="D,Eth" g2="question" k="41" />
<hkern g1="D,Eth" g2="quoteleft,quotedblleft" k="61" />
<hkern g1="D,Eth" g2="quoteright,quotedblright" k="20" />
<hkern g1="D,Eth" g2="slash" k="57" />
<hkern g1="D,Eth" g2="z" k="12" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="c,ccedilla" k="16" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="d" k="16" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="e,egrave,eacute,ecircumflex,edieresis" k="16" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="eth" k="16" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="16" />
<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="q" k="16" />
<hkern g1="F" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="96" />
<hkern g1="F" g2="AE" k="242" />
<hkern g1="F" g2="S" k="10" />
<hkern g1="F" g2="Z" k="10" />
<hkern g1="F" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="63" />
<hkern g1="F" g2="at" k="41" />
<hkern g1="F" g2="c,ccedilla" k="41" />
<hkern g1="F" g2="d" k="41" />
<hkern g1="F" g2="e,egrave,eacute,ecircumflex,edieresis" k="41" />
<hkern g1="F" g2="eth" k="41" />
<hkern g1="F" g2="g" k="43" />
<hkern g1="F" g2="m" k="31" />
<hkern g1="F" g2="n,ntilde" k="31" />
<hkern g1="F" g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="41" />
<hkern g1="F" g2="p" k="31" />
<hkern g1="F" g2="comma,period,ellipsis" k="205" />
<hkern g1="F" g2="q" k="41" />
<hkern g1="F" g2="r" k="31" />
<hkern g1="F" g2="s" k="51" />
<hkern g1="F" g2="slash" k="123" />
<hkern g1="F" g2="v" k="10" />
<hkern g1="F" g2="w" k="10" />
<hkern g1="F" g2="z" k="31" />
<hkern g1="G" g2="T" k="39" />
<hkern g1="G" g2="Y,Yacute,Ydieresis" k="20" />
<hkern g1="G" g2="i,igrave,iacute,icircumflex,idieresis" k="-20" />
<hkern g1="G" g2="j" k="-20" />
<hkern g1="G" g2="question" k="10" />
<hkern g1="G" g2="quoteleft,quotedblleft" k="61" />
<hkern g1="J" g2="AE" k="41" />
<hkern g1="K" g2="C,Ccedilla" k="53" />
<hkern g1="K" g2="G" k="53" />
<hkern g1="K" g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="53" />
<hkern g1="K" g2="Q" k="53" />
<hkern g1="K" g2="ampersand" k="10" />
<hkern g1="K" g2="c,ccedilla" k="41" />
<hkern g1="K" g2="d" k="41" />
<hkern g1="K" g2="e,egrave,eacute,ecircumflex,edieresis" k="41" />
<hkern g1="K" g2="eth" k="41" />
<hkern g1="K" g2="guillemotleft,guilsinglleft" k="31" />
<hkern g1="K" g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="41" />
<hkern g1="K" g2="q" k="41" />
<hkern g1="K" g2="u,ugrave,uacute,ucircumflex,udieresis" k="10" />
<hkern g1="K" g2="v" k="47" />
<hkern g1="K" g2="w" k="25" />
<hkern g1="K" g2="y,yacute,ydieresis" k="20" />
<hkern g1="L" g2="C,Ccedilla" k="61" />
<hkern g1="L" g2="G" k="61" />
<hkern g1="L" g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="61" />
<hkern g1="L" g2="Q" k="61" />
<hkern g1="L" g2="T" k="195" />
<hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="51" />
<hkern g1="L" g2="V" k="184" />
<hkern g1="L" g2="W" k="123" />
<hkern g1="L" g2="Y,Yacute,Ydieresis" k="225" />
<hkern g1="L" g2="asterisk" k="205" />
<hkern g1="L" g2="backslash" k="164" />
<hkern g1="L" g2="i,igrave,iacute,icircumflex,idieresis" k="20" />
<hkern g1="L" g2="question" k="135" />
<hkern g1="L" g2="quoteleft,quotedblleft" k="236" />
<hkern g1="L" g2="quoteright,quotedblright" k="188" />
<hkern g1="L" g2="v" k="123" />
<hkern g1="L" g2="w" k="41" />
<hkern g1="L" g2="y,yacute,ydieresis" k="41" />
<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="51" />
<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="AE" k="109" />
<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="J" k="29" />
<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="T" k="78" />
<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="V" k="55" />
<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="W" k="35" />
<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="X" k="43" />
<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="Y,Yacute,Ydieresis" k="78" />
<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="Z" k="49" />
<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="backslash" k="61" />
<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="g" k="20" />
<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="guillemotright,guilsinglright" k="20" />
<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="comma,period,ellipsis" k="61" />
<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="question" k="41" />
<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="quoteleft,quotedblleft" k="61" />
<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="quoteright,quotedblright" k="20" />
<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="slash" k="57" />
<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="z" k="12" />
<hkern g1="P" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="104" />
<hkern g1="P" g2="AE" k="260" />
<hkern g1="P" g2="J" k="43" />
<hkern g1="P" g2="X" k="41" />
<hkern g1="P" g2="Z" k="41" />
<hkern g1="P" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="31" />
<hkern g1="P" g2="asterisk" k="-41" />
<hkern g1="P" g2="c,ccedilla" k="41" />
<hkern g1="P" g2="d" k="41" />
<hkern g1="P" g2="e,egrave,eacute,ecircumflex,edieresis" k="41" />
<hkern g1="P" g2="eth" k="41" />
<hkern g1="P" g2="g" k="47" />
<hkern g1="P" g2="guillemotleft,guilsinglleft" k="20" />
<hkern g1="P" g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="41" />
<hkern g1="P" g2="comma,period,ellipsis" k="274" />
<hkern g1="P" g2="q" k="41" />
<hkern g1="P" g2="slash" k="123" />
<hkern g1="Q" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="51" />
<hkern g1="Q" g2="AE" k="109" />
<hkern g1="Q" g2="T" k="78" />
<hkern g1="Q" g2="V" k="55" />
<hkern g1="Q" g2="W" k="35" />
<hkern g1="Q" g2="X" k="61" />
<hkern g1="Q" g2="Y,Yacute,Ydieresis" k="102" />
<hkern g1="Q" g2="Z" k="74" />
<hkern g1="Q" g2="backslash" k="61" />
<hkern g1="Q" g2="g" k="20" />
<hkern g1="Q" g2="guillemotright,guilsinglright" k="20" />
<hkern g1="Q" g2="j" k="-119" />
<hkern g1="Q" g2="comma,period,ellipsis" k="61" />
<hkern g1="Q" g2="question" k="41" />
<hkern g1="Q" g2="quoteleft,quotedblleft" k="61" />
<hkern g1="Q" g2="quoteright,quotedblright" k="20" />
<hkern g1="Q" g2="slash" k="57" />
<hkern g1="R" g2="C,Ccedilla" k="31" />
<hkern g1="R" g2="G" k="31" />
<hkern g1="R" g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="31" />
<hkern g1="R" g2="Q" k="31" />
<hkern g1="R" g2="T" k="29" />
<hkern g1="R" g2="V" k="16" />
<hkern g1="R" g2="Y,Yacute,Ydieresis" k="41" />
<hkern g1="R" g2="c,ccedilla" k="31" />
<hkern g1="R" g2="d" k="31" />
<hkern g1="R" g2="e,egrave,eacute,ecircumflex,edieresis" k="31" />
<hkern g1="R" g2="eth" k="31" />
<hkern g1="R" g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="31" />
<hkern g1="R" g2="q" k="31" />
<hkern g1="R" g2="quoteleft,quotedblleft" k="41" />
<hkern g1="S" g2="AE" k="20" />
<hkern g1="S" g2="S" k="55" />
<hkern g1="S" g2="ampersand" k="-20" />
<hkern g1="S" g2="asterisk" k="10" />
<hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="131" />
<hkern g1="T" g2="AE" k="236" />
<hkern g1="T" g2="C,Ccedilla" k="78" />
<hkern g1="T" g2="G" k="78" />
<hkern g1="T" g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="78" />
<hkern g1="T" g2="Q" k="78" />
<hkern g1="T" g2="S" k="20" />
<hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="143" />
<hkern g1="T" g2="at" k="119" />
<hkern g1="T" g2="c,ccedilla" k="168" />
<hkern g1="T" g2="colon,semicolon" k="123" />
<hkern g1="T" g2="d" k="168" />
<hkern g1="T" g2="e,egrave,eacute,ecircumflex,edieresis" k="168" />
<hkern g1="T" g2="eth" k="168" />
<hkern g1="T" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="61" />
<hkern g1="T" g2="g" k="188" />
<hkern g1="T" g2="germandbls" k="41" />
<hkern g1="T" g2="guillemotleft,guilsinglleft" k="213" />
<hkern g1="T" g2="guillemotright,guilsinglright" k="143" />
<hkern g1="T" g2="m" k="147" />
<hkern g1="T" g2="n,ntilde" k="147" />
<hkern g1="T" g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="168" />
<hkern g1="T" g2="p" k="147" />
<hkern g1="T" g2="comma,period,ellipsis" k="150" />
<hkern g1="T" g2="q" k="168" />
<hkern g1="T" g2="quoteright,quotedblright" k="-10" />
<hkern g1="T" g2="r" k="147" />
<hkern g1="T" g2="s" k="160" />
<hkern g1="T" g2="slash" k="143" />
<hkern g1="T" g2="t" k="98" />
<hkern g1="T" g2="u,ugrave,uacute,ucircumflex,udieresis" k="139" />
<hkern g1="T" g2="v" k="123" />
<hkern g1="T" g2="w" k="82" />
<hkern g1="T" g2="x" k="123" />
<hkern g1="T" g2="y,yacute,ydieresis" k="102" />
<hkern g1="T" g2="z" k="164" />
<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="AE" k="102" />
<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="g" k="8" />
<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="comma,period,ellipsis" k="20" />
<hkern g1="V" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="90" />
<hkern g1="V" g2="AE" k="256" />
<hkern g1="V" g2="C,Ccedilla" k="55" />
<hkern g1="V" g2="G" k="55" />
<hkern g1="V" g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="55" />
<hkern g1="V" g2="Q" k="55" />
<hkern g1="V" g2="S" k="10" />
<hkern g1="V" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="92" />
<hkern g1="V" g2="ampersand" k="20" />
<hkern g1="V" g2="at" k="72" />
<hkern g1="V" g2="c,ccedilla" k="117" />
<hkern g1="V" g2="d" k="117" />
<hkern g1="V" g2="e,egrave,eacute,ecircumflex,edieresis" k="117" />
<hkern g1="V" g2="eth" k="117" />
<hkern g1="V" g2="g" k="127" />
<hkern g1="V" g2="guillemotleft,guilsinglleft" k="133" />
<hkern g1="V" g2="guillemotright,guilsinglright" k="20" />
<hkern g1="V" g2="m" k="61" />
<hkern g1="V" g2="n,ntilde" k="61" />
<hkern g1="V" g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="117" />
<hkern g1="V" g2="p" k="61" />
<hkern g1="V" g2="comma,period,ellipsis" k="188" />
<hkern g1="V" g2="q" k="117" />
<hkern g1="V" g2="r" k="61" />
<hkern g1="V" g2="s" k="102" />
<hkern g1="V" g2="slash" k="143" />
<hkern g1="V" g2="t" k="41" />
<hkern g1="V" g2="u,ugrave,uacute,ucircumflex,udieresis" k="61" />
<hkern g1="V" g2="z" k="82" />
<hkern g1="W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="45" />
<hkern g1="W" g2="AE" k="164" />
<hkern g1="W" g2="C,Ccedilla" k="35" />
<hkern g1="W" g2="G" k="35" />
<hkern g1="W" g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="35" />
<hkern g1="W" g2="Q" k="35" />
<hkern g1="W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="63" />
<hkern g1="W" g2="at" k="53" />
<hkern g1="W" g2="c,ccedilla" k="74" />
<hkern g1="W" g2="d" k="74" />
<hkern g1="W" g2="e,egrave,eacute,ecircumflex,edieresis" k="74" />
<hkern g1="W" g2="eth" k="74" />
<hkern g1="W" g2="g" k="61" />
<hkern g1="W" g2="guillemotleft,guilsinglleft" k="61" />
<hkern g1="W" g2="m" k="31" />
<hkern g1="W" g2="n,ntilde" k="31" />
<hkern g1="W" g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="74" />
<hkern g1="W" g2="p" k="31" />
<hkern g1="W" g2="comma,period,ellipsis" k="100" />
<hkern g1="W" g2="q" k="74" />
<hkern g1="W" g2="quoteright,quotedblright" k="-10" />
<hkern g1="W" g2="r" k="31" />
<hkern g1="W" g2="s" k="70" />
<hkern g1="W" g2="slash" k="66" />
<hkern g1="W" g2="z" k="51" />
<hkern g1="X" g2="C,Ccedilla" k="43" />
<hkern g1="X" g2="G" k="43" />
<hkern g1="X" g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="43" />
<hkern g1="X" g2="Q" k="43" />
<hkern g1="X" g2="ampersand" k="29" />
<hkern g1="X" g2="c,ccedilla" k="20" />
<hkern g1="X" g2="d" k="20" />
<hkern g1="X" g2="e,egrave,eacute,ecircumflex,edieresis" k="20" />
<hkern g1="X" g2="eth" k="20" />
<hkern g1="X" g2="guillemotleft,guilsinglleft" k="61" />
<hkern g1="X" g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="20" />
<hkern g1="X" g2="q" k="20" />
<hkern g1="X" g2="quoteright,quotedblright" k="49" />
<hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="123" />
<hkern g1="Y,Yacute,Ydieresis" g2="AE" k="276" />
<hkern g1="Y,Yacute,Ydieresis" g2="C,Ccedilla" k="78" />
<hkern g1="Y,Yacute,Ydieresis" g2="G" k="78" />
<hkern g1="Y,Yacute,Ydieresis" g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="78" />
<hkern g1="Y,Yacute,Ydieresis" g2="Q" k="78" />
<hkern g1="Y,Yacute,Ydieresis" g2="S" k="41" />
<hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="152" />
<hkern g1="Y,Yacute,Ydieresis" g2="ampersand" k="41" />
<hkern g1="Y,Yacute,Ydieresis" g2="at" k="102" />
<hkern g1="Y,Yacute,Ydieresis" g2="c,ccedilla" k="180" />
<hkern g1="Y,Yacute,Ydieresis" g2="colon,semicolon" k="102" />
<hkern g1="Y,Yacute,Ydieresis" g2="d" k="180" />
<hkern g1="Y,Yacute,Ydieresis" g2="e,egrave,eacute,ecircumflex,edieresis" k="180" />
<hkern g1="Y,Yacute,Ydieresis" g2="eth" k="180" />
<hkern g1="Y,Yacute,Ydieresis" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="61" />
<hkern g1="Y,Yacute,Ydieresis" g2="g" k="180" />
<hkern g1="Y,Yacute,Ydieresis" g2="germandbls" k="61" />
<hkern g1="Y,Yacute,Ydieresis" g2="guillemotleft,guilsinglleft" k="203" />
<hkern g1="Y,Yacute,Ydieresis" g2="guillemotright,guilsinglright" k="82" />
<hkern g1="Y,Yacute,Ydieresis" g2="m" k="90" />
<hkern g1="Y,Yacute,Ydieresis" g2="n,ntilde" k="90" />
<hkern g1="Y,Yacute,Ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="180" />
<hkern g1="Y,Yacute,Ydieresis" g2="p" k="90" />
<hkern g1="Y,Yacute,Ydieresis" g2="comma,period,ellipsis" k="188" />
<hkern g1="Y,Yacute,Ydieresis" g2="q" k="180" />
<hkern g1="Y,Yacute,Ydieresis" g2="r" k="90" />
<hkern g1="Y,Yacute,Ydieresis" g2="s" k="158" />
<hkern g1="Y,Yacute,Ydieresis" g2="slash" k="143" />
<hkern g1="Y,Yacute,Ydieresis" g2="t" k="72" />
<hkern g1="Y,Yacute,Ydieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="102" />
<hkern g1="Y,Yacute,Ydieresis" g2="v" k="70" />
<hkern g1="Y,Yacute,Ydieresis" g2="w" k="70" />
<hkern g1="Y,Yacute,Ydieresis" g2="x" k="70" />
<hkern g1="Y,Yacute,Ydieresis" g2="y,yacute,ydieresis" k="76" />
<hkern g1="Y,Yacute,Ydieresis" g2="z" k="109" />
<hkern g1="Z" g2="C,Ccedilla" k="55" />
<hkern g1="Z" g2="G" k="55" />
<hkern g1="Z" g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="55" />
<hkern g1="Z" g2="Q" k="55" />
<hkern g1="Z" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="23" />
<hkern g1="Z" g2="c,ccedilla" k="51" />
<hkern g1="Z" g2="d" k="51" />
<hkern g1="Z" g2="e,egrave,eacute,ecircumflex,edieresis" k="51" />
<hkern g1="Z" g2="eth" k="51" />
<hkern g1="Z" g2="guillemotleft,guilsinglleft" k="57" />
<hkern g1="Z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="51" />
<hkern g1="Z" g2="q" k="51" />
<hkern g1="Z" g2="t" k="41" />
<hkern g1="Z" g2="v" k="41" />
<hkern g1="Thorn" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="82" />
<hkern g1="Thorn" g2="J" k="70" />
<hkern g1="Thorn" g2="S" k="23" />
<hkern g1="Thorn" g2="T" k="102" />
<hkern g1="Thorn" g2="V" k="41" />
<hkern g1="Thorn" g2="W" k="47" />
<hkern g1="Thorn" g2="X" k="61" />
<hkern g1="Thorn" g2="Y,Yacute,Ydieresis" k="102" />
<hkern g1="Thorn" g2="Z" k="92" />
<hkern g1="Thorn" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="31" />
<hkern g1="Thorn" g2="backslash" k="82" />
<hkern g1="Thorn" g2="g" k="23" />
<hkern g1="Thorn" g2="comma,period,ellipsis" k="119" />
<hkern g1="Thorn" g2="question" k="72" />
<hkern g1="Thorn" g2="quoteleft,quotedblleft" k="86" />
<hkern g1="Thorn" g2="quoteright,quotedblright" k="41" />
<hkern g1="Thorn" g2="slash" k="41" />
<hkern g1="Thorn" g2="z" k="23" />
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="asterisk" k="20" />
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="backslash" k="102" />
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="question" k="20" />
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="quoteleft,quotedblleft" k="143" />
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="quoteright,quotedblright" k="20" />
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="v" k="20" />
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="w" k="10" />
<hkern g1="b" g2="asterisk" k="61" />
<hkern g1="b" g2="backslash" k="102" />
<hkern g1="b" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="10" />
<hkern g1="b" g2="g" k="10" />
<hkern g1="b" g2="guillemotright,guilsinglright" k="10" />
<hkern g1="b" g2="comma,period,ellipsis" k="10" />
<hkern g1="b" g2="question" k="41" />
<hkern g1="b" g2="quoteleft,quotedblleft" k="154" />
<hkern g1="b" g2="quoteright,quotedblright" k="41" />
<hkern g1="b" g2="v" k="41" />
<hkern g1="b" g2="w" k="31" />
<hkern g1="b" g2="x" k="25" />
<hkern g1="b" g2="y,yacute,ydieresis" k="20" />
<hkern g1="b" g2="z" k="35" />
<hkern g1="c,ccedilla" g2="c,ccedilla" k="31" />
<hkern g1="c,ccedilla" g2="d" k="31" />
<hkern g1="c,ccedilla" g2="e,egrave,eacute,ecircumflex,edieresis" k="31" />
<hkern g1="c,ccedilla" g2="eth" k="31" />
<hkern g1="c,ccedilla" g2="guillemotleft,guilsinglleft" k="20" />
<hkern g1="c,ccedilla" g2="hyphen,endash,emdash" k="20" />
<hkern g1="c,ccedilla" g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="31" />
<hkern g1="c,ccedilla" g2="q" k="31" />
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="asterisk" k="61" />
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="backslash" k="102" />
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="10" />
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="g" k="10" />
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="guillemotright,guilsinglright" k="10" />
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="comma,period,ellipsis" k="10" />
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="question" k="41" />
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="quoteleft,quotedblleft" k="154" />
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="quoteright,quotedblright" k="41" />
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="v" k="41" />
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="w" k="31" />
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="x" k="25" />
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="y,yacute,ydieresis" k="20" />
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="z" k="35" />
<hkern g1="f" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20" />
<hkern g1="f" g2="ampersand" k="-35" />
<hkern g1="f" g2="asterisk" k="-51" />
<hkern g1="f" g2="backslash" k="-82" />
<hkern g1="f" g2="braceright" k="-61" />
<hkern g1="f" g2="bracketright" k="-20" />
<hkern g1="f" g2="c,ccedilla" k="49" />
<hkern g1="f" g2="d" k="49" />
<hkern g1="f" g2="e,egrave,eacute,ecircumflex,edieresis" k="49" />
<hkern g1="f" g2="eth" k="49" />
<hkern g1="f" g2="exclam" k="-20" />
<hkern g1="f" g2="g" k="29" />
<hkern g1="f" g2="guillemotleft,guilsinglleft" k="25" />
<hkern g1="f" g2="hyphen,endash,emdash" k="35" />
<hkern g1="f" g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="49" />
<hkern g1="f" g2="comma,period,ellipsis" k="78" />
<hkern g1="f" g2="q" k="49" />
<hkern g1="f" g2="question" k="-20" />
<hkern g1="f" g2="quoteleft,quotedblleft" k="-61" />
<hkern g1="f" g2="quoteright,quotedblright" k="-63" />
<hkern g1="f" g2="s" k="20" />
<hkern g1="f" g2="z" k="41" />
<hkern g1="g" g2="asterisk" k="-53" />
<hkern g1="g" g2="c,ccedilla" k="20" />
<hkern g1="g" g2="d" k="20" />
<hkern g1="g" g2="e,egrave,eacute,ecircumflex,edieresis" k="20" />
<hkern g1="g" g2="eth" k="20" />
<hkern g1="g" g2="exclam" k="-31" />
<hkern g1="g" g2="j" k="-72" />
<hkern g1="g" g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="20" />
<hkern g1="g" g2="comma,period,ellipsis" k="20" />
<hkern g1="g" g2="q" k="20" />
<hkern g1="h" g2="asterisk" k="20" />
<hkern g1="h" g2="backslash" k="102" />
<hkern g1="h" g2="question" k="20" />
<hkern g1="h" g2="quoteleft,quotedblleft" k="143" />
<hkern g1="h" g2="quoteright,quotedblright" k="20" />
<hkern g1="h" g2="v" k="20" />
<hkern g1="h" g2="w" k="10" />
<hkern g1="k" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="10" />
<hkern g1="k" g2="c,ccedilla" k="41" />
<hkern g1="k" g2="d" k="41" />
<hkern g1="k" g2="e,egrave,eacute,ecircumflex,edieresis" k="41" />
<hkern g1="k" g2="eth" k="41" />
<hkern g1="k" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="10" />
<hkern g1="k" g2="g" k="10" />
<hkern g1="k" g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="41" />
<hkern g1="k" g2="q" k="41" />
<hkern g1="l,uniFB02,uniFB04" g2="v" k="31" />
<hkern g1="l,uniFB02,uniFB04" g2="w" k="20" />
<hkern g1="m" g2="asterisk" k="20" />
<hkern g1="m" g2="backslash" k="102" />
<hkern g1="m" g2="question" k="20" />
<hkern g1="m" g2="quoteleft,quotedblleft" k="143" />
<hkern g1="m" g2="quoteright,quotedblright" k="20" />
<hkern g1="m" g2="v" k="20" />
<hkern g1="m" g2="w" k="10" />
<hkern g1="n,ntilde" g2="asterisk" k="20" />
<hkern g1="n,ntilde" g2="backslash" k="102" />
<hkern g1="n,ntilde" g2="question" k="20" />
<hkern g1="n,ntilde" g2="quoteleft,quotedblleft" k="143" />
<hkern g1="n,ntilde" g2="quoteright,quotedblright" k="20" />
<hkern g1="n,ntilde" g2="v" k="20" />
<hkern g1="n,ntilde" g2="w" k="10" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="asterisk" k="61" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="backslash" k="102" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="10" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="g" k="10" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="guillemotright,guilsinglright" k="10" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="comma,period,ellipsis" k="10" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="question" k="41" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="quoteleft,quotedblleft" k="154" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="quoteright,quotedblright" k="41" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="v" k="41" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="w" k="31" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="x" k="25" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="y,yacute,ydieresis" k="20" />
<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="z" k="35" />
<hkern g1="p" g2="asterisk" k="61" />
<hkern g1="p" g2="backslash" k="102" />
<hkern g1="p" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="10" />
<hkern g1="p" g2="g" k="10" />
<hkern g1="p" g2="guillemotright,guilsinglright" k="10" />
<hkern g1="p" g2="comma,period,ellipsis" k="10" />
<hkern g1="p" g2="question" k="41" />
<hkern g1="p" g2="quoteleft,quotedblleft" k="154" />
<hkern g1="p" g2="quoteright,quotedblright" k="41" />
<hkern g1="p" g2="v" k="41" />
<hkern g1="p" g2="w" k="31" />
<hkern g1="p" g2="x" k="25" />
<hkern g1="p" g2="y,yacute,ydieresis" k="20" />
<hkern g1="p" g2="z" k="35" />
<hkern g1="q" g2="j" k="-41" />
<hkern g1="r" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20" />
<hkern g1="r" g2="asterisk" k="-41" />
<hkern g1="r" g2="c,ccedilla" k="31" />
<hkern g1="r" g2="d" k="31" />
<hkern g1="r" g2="e,egrave,eacute,ecircumflex,edieresis" k="31" />
<hkern g1="r" g2="eth" k="31" />
<hkern g1="r" g2="g" k="10" />
<hkern g1="r" g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="31" />
<hkern g1="r" g2="comma,period,ellipsis" k="160" />
<hkern g1="r" g2="q" k="31" />
<hkern g1="r" g2="s" k="23" />
<hkern g1="s" g2="g" k="10" />
<hkern g1="s" g2="quoteleft,quotedblleft" k="63" />
<hkern g1="s" g2="s" k="53" />
<hkern g1="t" g2="hyphen,endash,emdash" k="20" />
<hkern g1="v" g2="c,ccedilla" k="41" />
<hkern g1="v" g2="d" k="41" />
<hkern g1="v" g2="e,egrave,eacute,ecircumflex,edieresis" k="41" />
<hkern g1="v" g2="eth" k="41" />
<hkern g1="v" g2="g" k="41" />
<hkern g1="v" g2="guillemotleft,guilsinglleft" k="23" />
<hkern g1="v" g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="41" />
<hkern g1="v" g2="comma,period,ellipsis" k="154" />
<hkern g1="v" g2="q" k="41" />
<hkern g1="w" g2="c,ccedilla" k="33" />
<hkern g1="w" g2="d" k="33" />
<hkern g1="w" g2="e,egrave,eacute,ecircumflex,edieresis" k="33" />
<hkern g1="w" g2="eth" k="33" />
<hkern g1="w" g2="g" k="31" />
<hkern g1="w" g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="33" />
<hkern g1="w" g2="comma,period,ellipsis" k="82" />
<hkern g1="w" g2="q" k="33" />
<hkern g1="x" g2="c,ccedilla" k="25" />
<hkern g1="x" g2="d" k="25" />
<hkern g1="x" g2="e,egrave,eacute,ecircumflex,edieresis" k="25" />
<hkern g1="x" g2="eth" k="25" />
<hkern g1="x" g2="hyphen,endash,emdash" k="20" />
<hkern g1="x" g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="25" />
<hkern g1="x" g2="q" k="25" />
<hkern g1="y,yacute,ydieresis" g2="c,ccedilla" k="31" />
<hkern g1="y,yacute,ydieresis" g2="d" k="31" />
<hkern g1="y,yacute,ydieresis" g2="e,egrave,eacute,ecircumflex,edieresis" k="31" />
<hkern g1="y,yacute,ydieresis" g2="eth" k="31" />
<hkern g1="y,yacute,ydieresis" g2="j" k="-41" />
<hkern g1="y,yacute,ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="31" />
<hkern g1="y,yacute,ydieresis" g2="comma,period,ellipsis" k="61" />
<hkern g1="y,yacute,ydieresis" g2="q" k="31" />
<hkern g1="z" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="10" />
<hkern g1="z" g2="c,ccedilla" k="35" />
<hkern g1="z" g2="d" k="35" />
<hkern g1="z" g2="e,egrave,eacute,ecircumflex,edieresis" k="35" />
<hkern g1="z" g2="eth" k="35" />
<hkern g1="z" g2="guillemotleft,guilsinglleft" k="20" />
<hkern g1="z" g2="hyphen,endash,emdash" k="20" />
<hkern g1="z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="35" />
<hkern g1="z" g2="q" k="35" />
<hkern g1="z" g2="slash" k="-20" />
<hkern g1="germandbls" g2="asterisk" k="41" />
<hkern g1="germandbls" g2="backslash" k="61" />
<hkern g1="germandbls" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="31" />
<hkern g1="germandbls" g2="i,igrave,iacute,icircumflex,idieresis" k="10" />
<hkern g1="germandbls" g2="quoteleft,quotedblleft" k="82" />
<hkern g1="germandbls" g2="s" k="8" />
<hkern g1="germandbls" g2="v" k="20" />
<hkern g1="germandbls" g2="w" k="20" />
<hkern g1="eth" g2="backslash" k="41" />
<hkern g1="eth" g2="comma,period,ellipsis" k="10" />
<hkern g1="eth" g2="quoteleft,quotedblleft" k="41" />
<hkern g1="thorn" g2="asterisk" k="61" />
<hkern g1="thorn" g2="backslash" k="102" />
<hkern g1="thorn" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="10" />
<hkern g1="thorn" g2="g" k="10" />
<hkern g1="thorn" g2="guillemotright,guilsinglright" k="10" />
<hkern g1="thorn" g2="comma,period,ellipsis" k="10" />
<hkern g1="thorn" g2="question" k="41" />
<hkern g1="thorn" g2="quoteleft,quotedblleft" k="154" />
<hkern g1="thorn" g2="quoteright,quotedblright" k="41" />
<hkern g1="thorn" g2="v" k="41" />
<hkern g1="thorn" g2="w" k="31" />
<hkern g1="thorn" g2="x" k="25" />
<hkern g1="thorn" g2="y,yacute,ydieresis" k="20" />
<hkern g1="thorn" g2="z" k="35" />
<hkern g1="parenleft" g2="j" k="-61" />
<hkern g1="bracketleft" g2="j" k="-82" />
<hkern g1="braceleft" g2="j" k="-61" />
<hkern g1="quoteleft,quotedblleft" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="164" />
<hkern g1="quoteleft,quotedblleft" g2="AE" k="291" />
<hkern g1="quoteleft,quotedblleft" g2="C,Ccedilla" k="20" />
<hkern g1="quoteleft,quotedblleft" g2="G" k="20" />
<hkern g1="quoteleft,quotedblleft" g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20" />
<hkern g1="quoteleft,quotedblleft" g2="Q" k="20" />
<hkern g1="quoteleft,quotedblleft" g2="T" k="-10" />
<hkern g1="quoteleft,quotedblleft" g2="W" k="-10" />
<hkern g1="quoteleft,quotedblleft" g2="X" k="49" />
<hkern g1="quoteleft,quotedblleft" g2="c,ccedilla" k="41" />
<hkern g1="quoteleft,quotedblleft" g2="d" k="41" />
<hkern g1="quoteleft,quotedblleft" g2="e,egrave,eacute,ecircumflex,edieresis" k="41" />
<hkern g1="quoteleft,quotedblleft" g2="eth" k="41" />
<hkern g1="quoteleft,quotedblleft" g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="41" />
<hkern g1="quoteleft,quotedblleft" g2="q" k="41" />
<hkern g1="quotesinglbase,quotedblbase" g2="C,Ccedilla" k="61" />
<hkern g1="quotesinglbase,quotedblbase" g2="G" k="61" />
<hkern g1="quotesinglbase,quotedblbase" g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="61" />
<hkern g1="quotesinglbase,quotedblbase" g2="Q" k="61" />
<hkern g1="quotesinglbase,quotedblbase" g2="T" k="184" />
<hkern g1="quotesinglbase,quotedblbase" g2="V" k="201" />
<hkern g1="quotesinglbase,quotedblbase" g2="W" k="131" />
<hkern g1="quotesinglbase,quotedblbase" g2="Y,Yacute,Ydieresis" k="254" />
<hkern g1="quotesinglbase,quotedblbase" g2="v" k="70" />
<hkern g1="quotesinglbase,quotedblbase" g2="w" k="29" />
<hkern g1="quotesinglbase,quotedblbase" g2="y,yacute,ydieresis" k="41" />
<hkern g1="guillemotleft,guilsinglleft" g2="C,Ccedilla" k="20" />
<hkern g1="guillemotleft,guilsinglleft" g2="G" k="20" />
<hkern g1="guillemotleft,guilsinglleft" g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20" />
<hkern g1="guillemotleft,guilsinglleft" g2="Q" k="20" />
<hkern g1="guillemotleft,guilsinglleft" g2="T" k="143" />
<hkern g1="guillemotleft,guilsinglleft" g2="V" k="20" />
<hkern g1="guillemotleft,guilsinglleft" g2="Y,Yacute,Ydieresis" k="82" />
<hkern g1="guillemotleft,guilsinglleft" g2="c,ccedilla" k="10" />
<hkern g1="guillemotleft,guilsinglleft" g2="d" k="10" />
<hkern g1="guillemotleft,guilsinglleft" g2="e,egrave,eacute,ecircumflex,edieresis" k="10" />
<hkern g1="guillemotleft,guilsinglleft" g2="eth" k="10" />
<hkern g1="guillemotleft,guilsinglleft" g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="10" />
<hkern g1="guillemotleft,guilsinglleft" g2="q" k="10" />
<hkern g1="guillemotright,guilsinglright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="8" />
<hkern g1="guillemotright,guilsinglright" g2="AE" k="57" />
<hkern g1="guillemotright,guilsinglright" g2="J" k="41" />
<hkern g1="guillemotright,guilsinglright" g2="S" k="72" />
<hkern g1="guillemotright,guilsinglright" g2="T" k="213" />
<hkern g1="guillemotright,guilsinglright" g2="V" k="133" />
<hkern g1="guillemotright,guilsinglright" g2="W" k="61" />
<hkern g1="guillemotright,guilsinglright" g2="X" k="61" />
<hkern g1="guillemotright,guilsinglright" g2="Y,Yacute,Ydieresis" k="203" />
<hkern g1="guillemotright,guilsinglright" g2="Z" k="53" />
<hkern g1="guillemotright,guilsinglright" g2="v" k="23" />
<hkern g1="guillemotright,guilsinglright" g2="z" k="20" />
<hkern g1="backslash" g2="C,Ccedilla" k="61" />
<hkern g1="backslash" g2="G" k="61" />
<hkern g1="backslash" g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="61" />
<hkern g1="backslash" g2="Q" k="61" />
<hkern g1="backslash" g2="T" k="164" />
<hkern g1="backslash" g2="V" k="143" />
<hkern g1="backslash" g2="W" k="61" />
<hkern g1="backslash" g2="Y,Yacute,Ydieresis" k="123" />
<hkern g1="slash" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="131" />
<hkern g1="slash" g2="AE" k="205" />
<hkern g1="slash" g2="C,Ccedilla" k="61" />
<hkern g1="slash" g2="G" k="61" />
<hkern g1="slash" g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="61" />
<hkern g1="slash" g2="Q" k="61" />
<hkern g1="slash" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="82" />
<hkern g1="slash" g2="c,ccedilla" k="113" />
<hkern g1="slash" g2="d" k="113" />
<hkern g1="slash" g2="e,egrave,eacute,ecircumflex,edieresis" k="113" />
<hkern g1="slash" g2="eth" k="113" />
<hkern g1="slash" g2="g" k="113" />
<hkern g1="slash" g2="germandbls" k="23" />
<hkern g1="slash" g2="m" k="41" />
<hkern g1="slash" g2="n,ntilde" k="41" />
<hkern g1="slash" g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="113" />
<hkern g1="slash" g2="p" k="41" />
<hkern g1="slash" g2="q" k="113" />
<hkern g1="slash" g2="r" k="41" />
<hkern g1="slash" g2="s" k="61" />
<hkern g1="slash" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20" />
<hkern g1="slash" g2="z" k="41" />
<hkern g1="ampersand" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="41" />
<hkern g1="ampersand" g2="AE" k="123" />
<hkern g1="ampersand" g2="J" k="61" />
<hkern g1="ampersand" g2="T" k="66" />
<hkern g1="ampersand" g2="X" k="43" />
<hkern g1="ampersand" g2="Y,Yacute,Ydieresis" k="57" />
<hkern g1="ampersand" g2="Z" k="57" />
<hkern g1="ampersand" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="-45" />
<hkern g1="exclamdown" g2="T" k="72" />
<hkern g1="exclamdown" g2="Y,Yacute,Ydieresis" k="43" />
<hkern g1="exclamdown" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="-20" />
<hkern g1="exclamdown" g2="g" k="-41" />
<hkern g1="exclamdown" g2="j" k="-61" />
<hkern g1="questiondown" g2="C,Ccedilla" k="10" />
<hkern g1="questiondown" g2="G" k="10" />
<hkern g1="questiondown" g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="10" />
<hkern g1="questiondown" g2="Q" k="10" />
<hkern g1="questiondown" g2="T" k="106" />
<hkern g1="questiondown" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="10" />
<hkern g1="questiondown" g2="V" k="72" />
<hkern g1="questiondown" g2="Y,Yacute,Ydieresis" k="119" />
<hkern g1="questiondown" g2="j" k="-117" />
<hkern g1="at" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="57" />
<hkern g1="at" g2="AE" k="154" />
<hkern g1="at" g2="J" k="20" />
<hkern g1="at" g2="S" k="10" />
<hkern g1="at" g2="T" k="41" />
<hkern g1="at" g2="Y,Yacute,Ydieresis" k="41" />
<hkern g1="at" g2="Z" k="27" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 121 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 984 KiB

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,916 @@
<?xml version="1.0" encoding="UTF-8" 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" width="100%" height="100%">
<metadata>
Created by FontXChange 20110222 at Fri Jul 27 17:13:19 2012
By Ted Hoot
(c) 2009 Microsoft Corporation. All Rights Reserved.
</metadata>
<defs>
<font id="SegoeUI-Light" horiz-adv-x="0">
<font-face font-family="Segoe UI Light" font-weight="300" font-stretch="normal" units-per-em="2048" panose-1="2 11 5 2 4 2 4 2 2 3" ascent="1638" descent="-410" x-height="1024" cap-height="1434" bbox="-890 -550 2677 2138" underline-thickness="119" underline-position="-119" unicode-range="U+000D-FE23"/>
<missing-glyph horiz-adv-x="1322" d="M166 0v1398h990v-1398h-990zM314 148h694v1102h-694v-1102z"/>
<glyph glyph-name=".notdef" horiz-adv-x="1322" d="M166 0v1398h990v-1398h-990zM314 148h694v1102h-694v-1102z"/>
<glyph glyph-name="uni000D" unicode=" "/>
<glyph glyph-name="nonmarkingreturn" horiz-adv-x="199"/>
<glyph glyph-name="space" unicode=" " horiz-adv-x="561"/>
<glyph glyph-name="exclam" unicode="!" horiz-adv-x="582" d="M332 403h-86l-10 1031h106zM291 -18q-34 0 -57 23.5t-23 57.5q0 35 23 57.5t57 22.5t58 -22.5t24 -57.5q0 -34 -24 -57.5t-58 -23.5z"/>
<glyph glyph-name="quotedbl" unicode="&quot;" horiz-adv-x="686" d="M506 985h-76l-10 449h96zM258 985h-76l-10 449h96z"/>
<glyph glyph-name="numbersign" unicode="#" horiz-adv-x="1237" d="M1128 946h-272l-76 -346h285l-18 -78h-283l-86 -399h-80l86 399h-268l-86 -399h-80l86 399h-283l19 78h280l76 346h-293l19 78h290l88 410h80l-88 -410h269l88 410h80l-89 -410h275zM508 946l-76 -346h268l76 346h-268z"/>
<glyph glyph-name="dollar" unicode="$" horiz-adv-x="1055" d="M567 4v-213h-78v209q-188 0 -327 80v102q152 -98 327 -98v598q-197 113 -262 194.5t-65 194.5q0 136 88 237t239 124v182h78v-180q152 0 260 -43v-103q-103 60 -260 60v-607q184 -101 255 -185.5t71 -199.5q0 -140 -85.5 -235t-240.5 -117zM489 1346q-107 -17 -169 -88 t-62 -175q0 -88 46 -152.5t185 -144.5v560zM567 635v-549q114 20 172 87.5t58 164.5q0 92 -48.5 156t-181.5 141z"/>
<glyph glyph-name="percent" unicode="%" horiz-adv-x="1606" d="M414 729q-154 0 -243 101t-89 262q0 175 94.5 272.5t247.5 97.5q150 0 238 -97t88 -271q0 -156 -91.5 -260.5t-244.5 -104.5zM422 1380q-115 0 -181.5 -76.5t-66.5 -213.5q0 -129 64.5 -205t177.5 -76q114 0 178.5 78t64.5 209q0 141 -64 212.5t-173 71.5zM416 -33h-99 l863 1465h96zM1198 -25q-153 0 -242.5 101t-89.5 262q0 177 96 274t246 97t238 -98t88 -271q0 -156 -91.5 -260.5t-244.5 -104.5zM1206 627q-114 0 -181 -78t-67 -213q0 -129 64.5 -205t177.5 -76q115 0 179.5 77.5t64.5 209.5q0 141 -64 213t-174 72z"/>
<glyph glyph-name="ampersand" unicode="&amp;" horiz-adv-x="1427" d="M1260 0l-193 188q-201 -213 -479 -213q-211 0 -329 108.5t-118 276.5q0 276 332 424q-162 187 -162 342q0 139 98.5 235.5t254.5 96.5q143 0 225 -81.5t82 -207.5q0 -137 -83 -233.5t-261 -177.5q150 -159 440 -434q125 186 133 434h96q-7 -267 -166 -498 q171 -168 273 -262zM563 823q174 77 242.5 154t68.5 180q0 99 -63 158t-156 59q-113 0 -180 -72.5t-67 -177.5q0 -128 155 -301zM1006 250q-332 321 -469 469q-299 -130 -299 -352q0 -135 95.5 -221.5t262.5 -86.5q229 0 410 191z"/>
<glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="438" d="M258 985h-76l-10 449h96z"/>
<glyph glyph-name="parenleft" unicode="(" horiz-adv-x="578" d="M453 -326q-303 354 -303 871q0 540 307 889h98q-313 -360 -313 -887q0 -497 309 -873h-98z"/>
<glyph glyph-name="parenright" unicode=")" horiz-adv-x="578" d="M125 -326h-98q309 376 309 873q0 527 -313 887h98q307 -351 307 -889q0 -519 -303 -871z"/>
<glyph glyph-name="asterisk" unicode="*" horiz-adv-x="831" d="M469 1051l199 -267l-76 -51l-174 277l-178 -277l-74 51l199 267l-295 75l26 86l289 -102l-16 324h94l-14 -324l286 102l27 -86z"/>
<glyph glyph-name="plus" unicode="+" horiz-adv-x="1331" d="M709 555v-412h-84v412h-412v84h412v412h84v-412h411v-84h-411z"/>
<glyph glyph-name="comma" unicode="," horiz-adv-x="455" d="M125 -248h-78l150 475h102z"/>
<glyph glyph-name="hyphen" unicode="-" horiz-adv-x="815" d="M145 555v90h547v-90h-547z"/>
<glyph glyph-name="period" unicode="." horiz-adv-x="455" d="M227 -18q-34 0 -57 23.5t-23 57.5q0 35 23 57.5t57 22.5t58 -22.5t24 -57.5q0 -34 -24 -57.5t-58 -23.5z"/>
<glyph glyph-name="slash" unicode="/" horiz-adv-x="750" d="M63 -238h-92l693 1672h96z"/>
<glyph glyph-name="zero" unicode="0" horiz-adv-x="1055" d="M516 -25q-198 0 -310 182t-112 529q0 383 117.5 577.5t335.5 194.5q414 0 414 -735q0 -366 -117 -557t-328 -191zM539 1374q-165 0 -257 -169t-92 -507q0 -308 88 -473.5t250 -165.5q159 0 247.5 168.5t88.5 481.5q0 665 -325 665z"/>
<glyph glyph-name="one" unicode="1" horiz-adv-x="1055" d="M170 0v84h328v1280l-351 -125v92l443 154v-1401h323v-84h-743z"/>
<glyph glyph-name="two" unicode="2" horiz-adv-x="1055" d="M82 0v98l391 416q209 223 274.5 329t65.5 236q0 140 -78 217.5t-221 77.5q-190 0 -358 -149v108q164 125 370 125q184 0 283.5 -99t99.5 -265q0 -148 -71 -268t-303 -367l-351 -371v-4h717v-84h-819z"/>
<glyph glyph-name="three" unicode="3" horiz-adv-x="1055" d="M115 51v105q164 -97 309 -97q173 0 271 88.5t98 231.5q0 159 -112.5 241t-320.5 82h-110v84h98q192 0 292.5 81.5t100.5 230.5q0 129 -73 202.5t-213 73.5q-135 0 -283 -94v98q162 80 297 80q170 0 269.5 -92t99.5 -244q0 -291 -279 -370v-4q150 -15 240 -111.5 t90 -243.5q0 -188 -130 -303t-337 -115q-160 0 -307 76z"/>
<glyph glyph-name="four" unicode="4" horiz-adv-x="1055" d="M782 406v-406h-92v406h-661v77l661 951h92v-945h191v-83h-191zM690 1169q0 81 4 129h-4q-27 -50 -51 -86l-502 -723h553v680z"/>
<glyph glyph-name="five" unicode="5" horiz-adv-x="1055" d="M156 29v106q138 -76 274 -76q177 0 276 97t99 258q0 350 -399 350q-90 0 -211 -12v682h645v-84h-553v-510q108 8 153 8q227 0 344 -111.5t117 -310.5q0 -201 -124 -326t-355 -125q-155 0 -266 54z"/>
<glyph glyph-name="six" unicode="6" horiz-adv-x="1055" d="M889 1423v-98q-103 49 -211 49q-212 0 -336.5 -200.5t-124.5 -524.5h4q105 248 359 248q176 0 283.5 -126.5t107.5 -315.5q0 -211 -120.5 -345.5t-307.5 -134.5q-197 0 -308.5 167.5t-111.5 486.5q0 379 146.5 604t410.5 225q119 0 209 -35zM559 813q-143 0 -236.5 -107 t-93.5 -237q0 -168 89 -289t233 -121q138 0 230.5 106.5t92.5 270.5q0 169 -84 273t-231 104z"/>
<glyph glyph-name="seven" unicode="7" horiz-adv-x="1055" d="M379 0h-100l557 1350h-746v84h864v-25z"/>
<glyph glyph-name="eight" unicode="8" horiz-adv-x="1055" d="M430 745v5q-272 131 -272 360q0 149 109.5 248.5t281.5 99.5q157 0 255.5 -91t98.5 -234q0 -244 -289 -379v-4q336 -122 336 -398q0 -167 -117 -272t-333 -105q-176 0 -283.5 101.5t-107.5 261.5q0 271 321 407zM526 797q281 111 281 325q0 119 -75.5 185.5t-196.5 66.5 q-118 0 -199.5 -72t-81.5 -178q0 -214 272 -327zM518 700q-167 -68 -240 -150t-73 -208q0 -123 88 -203t237 -80q152 0 238 80.5t86 200.5q0 133 -82.5 217.5t-253.5 142.5z"/>
<glyph glyph-name="nine" unicode="9" horiz-adv-x="1055" d="M178 12v101q115 -54 211 -54q227 0 346 181.5t119 535.5h-4q-99 -231 -352 -231q-176 0 -286 123.5t-110 316.5q0 212 122.5 342.5t310.5 130.5q192 0 303.5 -162.5t111.5 -486.5q0 -402 -144.5 -618t-418.5 -216q-106 0 -209 37zM522 1374q-141 0 -232 -105t-91 -265 q0 -174 89 -274.5t232 -100.5q132 0 227 96.5t95 230.5q0 185 -89.5 301.5t-230.5 116.5z"/>
<glyph glyph-name="colon" unicode=":" horiz-adv-x="455" d="M227 881q-34 0 -57 24t-23 58t23 56.5t57 22.5t58 -22.5t24 -56.5t-24 -58t-58 -24zM227 -18q-34 0 -57 23.5t-23 57.5q0 35 23 57.5t57 22.5t58 -22.5t24 -57.5q0 -34 -24 -57.5t-58 -23.5z"/>
<glyph glyph-name="semicolon" unicode=";" horiz-adv-x="455" d="M236 881q-35 0 -57.5 24t-22.5 58t22.5 56.5t57.5 22.5q34 0 57.5 -22.5t23.5 -56.5t-23.5 -58t-57.5 -24zM125 -248h-78l150 475h102z"/>
<glyph glyph-name="less" unicode="&lt;" horiz-adv-x="1331" d="M250 580v18l833 467v-94l-677 -379v-4l677 -334v-96z"/>
<glyph glyph-name="equal" unicode="=" horiz-adv-x="1331" d="M213 750v84h907v-84h-907zM213 362v84h907v-84h-907z"/>
<glyph glyph-name="greater" unicode="&gt;" horiz-adv-x="1331" d="M250 158v96l678 334v4l-678 379v94l833 -467v-18z"/>
<glyph glyph-name="question" unicode="?" horiz-adv-x="881" d="M377 398q-10 25 -17.5 65.5t-7.5 80.5q0 47 12.5 85.5t35 72.5t54 66t69.5 65q32 29 63 60.5t55 67.5t38.5 78.5t14.5 93.5q0 55 -18.5 98.5t-51.5 74t-79.5 46.5t-102.5 16q-94 0 -173.5 -33t-149.5 -90v107q71 54 149.5 80t174.5 26q74 0 137.5 -21t110 -61.5t73 -99 t26.5 -133.5q0 -57 -16 -104t-41.5 -87t-58.5 -75t-67 -68q-53 -50 -86.5 -84.5t-52.5 -62.5t-26.5 -54.5t-7.5 -62.5q0 -46 8 -83.5t16 -63.5h-81zM412 -18q-34 0 -56.5 23.5t-22.5 57.5q0 35 22.5 57.5t56.5 22.5q35 0 58.5 -22.5t23.5 -57.5q0 -34 -23.5 -57.5 t-58.5 -23.5z"/>
<glyph glyph-name="at" unicode="@" horiz-adv-x="1933" d="M1153 426h-4q-90 -238 -293 -238q-140 0 -221.5 100.5t-81.5 268.5q0 227 114 378.5t300 151.5q78 0 137 -40t78 -93h4q4 61 10 119h88l-51 -584q0 -217 153 -217q124 0 204.5 125t80.5 322q0 299 -181 477t-507 178q-318 0 -518.5 -218t-200.5 -540q0 -327 191 -523.5 t520 -196.5q249 0 426 88v-93q-196 -79 -436 -79q-361 0 -579 223t-218 581q0 359 235.5 600.5t589.5 241.5q351 0 562.5 -206t211.5 -523q0 -237 -107.5 -389t-268.5 -152q-222 0 -238 238zM963 1004q-144 0 -229 -120t-85 -319q0 -135 57.5 -214t159.5 -79 q136 0 216.5 139t80.5 355q0 117 -53.5 177.5t-146.5 60.5z"/>
<glyph glyph-name="A" unicode="A" horiz-adv-x="1288" d="M1118 0l-164 446h-622l-164 -446h-109l541 1434h94l535 -1434h-111zM678 1200q-11 30 -18 59q-7 25 -15 50h-4q-17 -66 -33 -107l-241 -665h553z"/>
<glyph glyph-name="B" unicode="B" horiz-adv-x="1114" d="M184 0v1434h377q169 0 269 -91t100 -241q0 -125 -66.5 -216.5t-185.5 -129.5v-4q149 -14 235 -106.5t86 -235.5q0 -181 -117 -295.5t-313 -114.5h-385zM283 1343v-555h200q156 0 250 80t94 217q0 258 -305 258h-239zM283 698v-608h266q169 0 258.5 81t89.5 230 q0 297 -403 297h-211z"/>
<glyph glyph-name="C" unicode="C" horiz-adv-x="1272" d="M1137 47q-174 -72 -363 -72q-294 0 -479.5 197.5t-185.5 515.5q0 349 201 559.5t511 210.5q165 0 316 -53v-105q-151 68 -318 68q-270 0 -439 -183t-169 -487q0 -293 161.5 -462.5t409.5 -169.5q198 0 355 77v-96z"/>
<glyph glyph-name="D" unicode="D" horiz-adv-x="1380" d="M184 0v1434h359q357 0 543 -178t186 -519q0 -328 -199.5 -532.5t-550.5 -204.5h-338zM283 1343v-1253h225q319 0 490 165.5t171 477.5q0 610 -641 610h-245z"/>
<glyph glyph-name="E" unicode="E" horiz-adv-x="1024" d="M184 0v1434h670v-91h-571v-575h530v-90h-530v-588h604v-90h-703z"/>
<glyph glyph-name="F" unicode="F" horiz-adv-x="952" d="M283 1343v-585h530v-90h-530v-668h-99v1434h670v-91h-571z"/>
<glyph glyph-name="G" unicode="G" horiz-adv-x="1368" d="M1221 100q-222 -125 -457 -125q-293 0 -474 199t-181 522q0 326 195 544t521 218q189 0 367 -76v-108q-195 94 -381 94q-271 0 -435.5 -185t-164.5 -472q0 -302 154.5 -473.5t416.5 -171.5q194 0 340 84v473h-338v90h437v-613z"/>
<glyph glyph-name="H" unicode="H" horiz-adv-x="1386" d="M1104 0v688h-821v-688h-99v1434h99v-656h821v656h98v-1434h-98z"/>
<glyph glyph-name="I" unicode="I" horiz-adv-x="463" d="M421 1434v-90h-140v-1254h140v-90h-379v90h140v1254h-140v90h379z"/>
<glyph glyph-name="J" unicode="J" horiz-adv-x="664" d="M487 494q0 -519 -360 -519q-56 0 -109 15v96q59 -20 111 -20q138 0 199 104.5t61 325.5v938h98v-940z"/>
<glyph glyph-name="K" unicode="K" horiz-adv-x="1079" d="M922 0l-611 686q-17 19 -24 33h-4v-719h-99v1434h99v-676h4q12 21 26 35l580 641h129l-629 -695l668 -739h-139z"/>
<glyph glyph-name="L" unicode="L" horiz-adv-x="938" d="M184 0v1434h99v-1344h575v-90h-674z"/>
<glyph glyph-name="M" unicode="M" horiz-adv-x="1706" d="M1427 0v1018q0 37 11 211h-4q-31 -81 -52 -125l-510 -1104h-32l-512 1098q-25 53 -47 135h-5q7 -96 7 -191v-1042h-99v1434h92l535 -1155q5 -10 11 -27t13 -34q10 -26 21 -58h6l11 32q1 4 34 95l527 1147h88v-1434h-95z"/>
<glyph glyph-name="N" unicode="N" horiz-adv-x="1452" d="M1198 0l-854 1159q-26 35 -46 70l-13 20h-4q2 -26 2 -63v-1186h-99v1434h76l848 -1149q28 -38 61 -92h5q-5 70 -5 120v1121h99v-1434h-70z"/>
<glyph glyph-name="O" unicode="O" horiz-adv-x="1559" d="M774 -25q-304 0 -484.5 202t-180.5 525q0 343 185.5 549.5t506.5 206.5q290 0 469.5 -198.5t179.5 -520.5q0 -356 -184 -560t-492 -204zM784 1368q-250 0 -411.5 -181t-161.5 -474q0 -296 153 -471.5t408 -175.5q266 0 421 173.5t155 483.5q0 304 -151.5 474.5 t-412.5 170.5z"/>
<glyph glyph-name="P" unicode="P" horiz-adv-x="1114" d="M283 575v-575h-99v1434h346q221 0 338 -102.5t117 -299.5q0 -200 -130.5 -328.5t-365.5 -128.5h-206zM283 1343v-677h204q194 0 295 92.5t101 261.5q0 323 -371 323h-229z"/>
<glyph glyph-name="Q" unicode="Q" horiz-adv-x="1544" d="M756 -24q-140 0 -261 50.5t-212 150.5q-181 199 -181 523q0 347 184 552q185 206 508 206q289 0 469 -200t180 -523q0 -139 -34 -266.5t-104.5 -229t-179 -169.5t-258.5 -88q63 -67 118 -118.5t110 -87t114.5 -53.5t130.5 -18q16 0 35 1.5t38.5 5t37.5 8t33 10.5v-94 q-27 -10 -70.5 -17t-83.5 -7q-96 0 -172 28.5t-143 78t-129 115.5t-130 142zM778 1368q-255 0 -415 -180q-80 -91 -119.5 -208t-39.5 -265q0 -290 155 -471q157 -178 407 -178q267 0 421 170t154 476q0 314 -150 485t-413 171z"/>
<glyph glyph-name="R" unicode="R" horiz-adv-x="1137" d="M918 0l-191 420q-59 130 -118 174.5t-148 44.5h-178v-639h-99v1434h398q190 0 298.5 -102.5t108.5 -270.5q0 -155 -89 -259t-249 -134v-4q85 -34 166 -207l213 -457h-112zM283 1343v-614h247q164 0 260.5 86t96.5 236q0 137 -87 214.5t-249 77.5h-268z"/>
<glyph glyph-name="S" unicode="S" horiz-adv-x="1018" d="M139 51v113q154 -98 312 -98q168 0 255 69.5t87 194.5q0 110 -58.5 175.5t-253.5 178.5q-218 127 -276 212.5t-58 197.5q0 152 118 258t315 106q128 0 256 -43v-104q-126 57 -269 57q-146 0 -231.5 -74t-85.5 -188q0 -110 58.5 -175t252.5 -177q201 -114 267.5 -202.5 t66.5 -203.5q0 -165 -114.5 -269t-323.5 -104q-74 0 -170.5 23t-147.5 53z"/>
<glyph glyph-name="T" unicode="T" horiz-adv-x="1047" d="M573 1343v-1343h-98v1343h-414v91h926v-91h-414z"/>
<glyph glyph-name="U" unicode="U" horiz-adv-x="1327" d="M1161 573q0 -598 -510 -598q-485 0 -485 576v883h98v-869q0 -499 406 -499q393 0 393 485v883h98v-861z"/>
<glyph glyph-name="V" unicode="V" horiz-adv-x="1237" d="M639 0h-74l-524 1434h111l415 -1155q26 -72 37 -136h4q10 51 41 138l441 1153h106z"/>
<glyph glyph-name="W" unicode="W" horiz-adv-x="1833" d="M1362 0h-82l-319 1079q-24 83 -27 135h-4q-3 -44 -31 -133l-340 -1081h-82l-426 1434h111l327 -1149q22 -78 31 -127h4q6 37 35 127l354 1149h50l325 -1149q23 -80 31 -127h4q5 28 16 64l336 1212h107z"/>
<glyph glyph-name="X" unicode="X" horiz-adv-x="1153" d="M961 0l-330 547q-31 51 -53 100h-5q-27 -55 -57 -100l-336 -547h-119l453 723l-426 711h119l321 -539q25 -42 52 -96h4l53 96l319 539h115l-430 -709l440 -725h-120z"/>
<glyph glyph-name="Y" unicode="Y" horiz-adv-x="1106" d="M598 545v-545h-98v543l-439 891h111l334 -691q18 -36 45 -106h4q14 37 49 104l350 693h107z"/>
<glyph glyph-name="Z" unicode="Z" horiz-adv-x="1167" d="M215 90h858v-90h-1007v31l868 1312h-799v91h952v-27z"/>
<glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="578" d="M209 -326v1760h317v-84h-225v-1592h225v-84h-317z"/>
<glyph glyph-name="backslash" unicode="\" horiz-adv-x="750" d="M668 -238l-697 1672h97l692 -1672h-92z"/>
<glyph glyph-name="bracketright" unicode="]" horiz-adv-x="578" d="M51 -326v84h225v1592h-225v84h318v-1760h-318z"/>
<glyph glyph-name="asciicircum" unicode="^" horiz-adv-x="1331" d="M975 702l-307 613h-4l-308 -613h-96l385 756h41l385 -756h-96z"/>
<glyph glyph-name="underscore" unicode="_" horiz-adv-x="850" d="M0 -268v90h850v-90h-850z"/>
<glyph glyph-name="grave" unicode="`" horiz-adv-x="508" d="M324 1188l-248 328h104l234 -328h-90z"/>
<glyph glyph-name="a" unicode="a" horiz-adv-x="1012" d="M776 0v205h-4q-49 -105 -142.5 -167.5t-207.5 -62.5q-146 0 -231 82t-85 207q0 268 355 324l315 47q0 330 -248 330q-169 0 -329 -136v111q57 45 154.5 77t183.5 32q158 0 244.5 -98t86.5 -285v-666h-92zM494 510q-161 -23 -226 -74.5t-65 -167.5q0 -91 60.5 -150 t168.5 -59q148 0 246 109.5t98 282.5v100z"/>
<glyph glyph-name="b" unicode="b" horiz-adv-x="1147" d="M260 182h-4v-182h-92v1516h92v-703h4q55 113 157.5 174.5t225.5 61.5q195 0 304.5 -134.5t109.5 -365.5q0 -257 -127 -415.5t-330 -158.5q-230 0 -340 207zM256 563v-129q0 -154 97 -264.5t255 -110.5q157 0 255 134.5t98 353.5q0 192 -90 305t-240 113q-179 0 -277 -120 t-98 -282z"/>
<glyph glyph-name="c" unicode="c" horiz-adv-x="909" d="M827 45q-114 -70 -272 -70q-209 0 -337 143.5t-128 375.5q0 244 144 399.5t370 155.5q117 0 227 -48v-104q-110 68 -241 68q-180 0 -292 -129.5t-112 -335.5q0 -199 102.5 -320t270.5 -121q154 0 268 82v-96z"/>
<glyph glyph-name="d" unicode="d" horiz-adv-x="1147" d="M891 0v186h-4q-50 -97 -148 -154t-221 -57q-189 0 -308.5 138t-119.5 381q0 248 130.5 401.5t338.5 153.5q230 0 328 -189h4v656h92v-1516h-92zM891 623q0 143 -90.5 242.5t-243.5 99.5q-161 0 -266 -123.5t-105 -339.5q0 -212 94.5 -327.5t243.5 -115.5q175 0 271 108.5 t96 264.5v191z"/>
<glyph glyph-name="e" unicode="e" horiz-adv-x="1034" d="M186 508q0 -211 97.5 -330t267.5 -119q172 0 336 127v-98q-159 -113 -355 -113q-198 0 -320 142t-122 401q0 224 127.5 377.5t331.5 153.5q191 0 293 -134t102 -366v-41h-758zM848 592q-6 177 -85 275t-218 98q-144 0 -238.5 -96.5t-116.5 -276.5h658z"/>
<glyph glyph-name="f" unicode="f" horiz-adv-x="565" d="M612 1419q-37 29 -112 29q-189 0 -189 -254v-170h271v-84h-271v-940h-92v940h-184v84h184v178q0 162 81.5 246t203.5 84q65 0 108 -19v-94z"/>
<glyph glyph-name="g" unicode="g" horiz-adv-x="1147" d="M983 76q0 -289 -126 -423t-392 -134q-148 0 -305 78v96q162 -90 307 -90q424 0 424 448v133h-4q-121 -209 -369 -209q-189 0 -308.5 137t-119.5 382t129 400t340 155q226 0 328 -187h4v162h92v-948zM891 631q0 136 -91.5 235t-238.5 99q-169 0 -272 -127t-103 -336 q0 -210 94.5 -326.5t249.5 -116.5q165 0 263 107t98 262v203z"/>
<glyph glyph-name="h" unicode="h" horiz-adv-x="1096" d="M860 0v614q0 182 -66 266.5t-206 84.5q-132 0 -232 -103t-100 -295v-567h-92v1516h92v-676h4q121 209 352 209q166 0 253 -107t87 -307v-635h-92z"/>
<glyph glyph-name="i" unicode="i" horiz-adv-x="420" d="M209 1282q-30 0 -53 22t-23 56q0 33 23.5 53.5t52.5 20.5q31 0 54.5 -20t23.5 -54q0 -32 -23 -55t-55 -23zM164 0v1024h92v-1024h-92z"/>
<glyph glyph-name="j" unicode="j" horiz-adv-x="420" d="M209 1282q-30 0 -53 22t-23 56q0 33 23.5 53.5t52.5 20.5q31 0 54.5 -20t23.5 -54q0 -32 -23 -55t-55 -23zM256 29q0 -510 -362 -510q-72 0 -146 35v96q80 -47 156 -47q260 0 260 409v1012h92v-995z"/>
<glyph glyph-name="k" unicode="k" horiz-adv-x="909" d="M750 0l-490 506h-4v-506h-92v1516h92v-977h4l465 485h119l-486 -496l525 -528h-133z"/>
<glyph glyph-name="l" unicode="l" horiz-adv-x="420" d="M164 0v1516h92v-1516h-92z"/>
<glyph glyph-name="m" unicode="m" horiz-adv-x="1683" d="M1448 0v616q0 193 -60.5 271t-191.5 78q-121 0 -209 -104t-88 -261v-600h-92v623q0 342 -260 342q-125 0 -208 -104.5t-83 -270.5v-590h-92v1024h92v-170h4q107 195 313 195q112 0 191.5 -64.5t107.5 -169.5q48 111 137.5 172.5t194.5 61.5q336 0 336 -416v-633h-92z"/>
<glyph glyph-name="n" unicode="n" horiz-adv-x="1096" d="M860 0v596q0 369 -266 369q-148 0 -243 -108.5t-95 -268.5v-588h-92v1024h92v-186h4q112 211 350 211q166 0 254 -110.5t88 -315.5v-623h-92z"/>
<glyph glyph-name="o" unicode="o" horiz-adv-x="1149" d="M575 -25q-224 0 -354.5 147.5t-130.5 383.5q0 255 136.5 399t359.5 144q219 0 346 -143t127 -396q0 -239 -129.5 -387t-354.5 -148zM582 965q-181 0 -288.5 -122t-107.5 -339q0 -201 105 -323t287 -122q185 0 285 120t100 333q0 219 -99.5 336t-281.5 117z"/>
<glyph glyph-name="p" unicode="p" horiz-adv-x="1147" d="M260 182h-4v-653h-92v1495h92v-211h4q55 113 157.5 174.5t225.5 61.5q195 0 304.5 -134.5t109.5 -365.5q0 -257 -125.5 -415.5t-331.5 -158.5q-230 0 -340 207zM256 563v-129q0 -154 97 -264.5t255 -110.5q157 0 255 134.5t98 353.5q0 192 -90 305t-240 113 q-179 0 -277 -120t-98 -282z"/>
<glyph glyph-name="q" unicode="q" horiz-adv-x="1147" d="M891 -471v659h-4q-114 -213 -371 -213q-192 0 -309 141t-117 380q0 255 133 404t338 149q229 0 326 -191h4v166h92v-1495h-92zM891 614q0 153 -89 252t-247 99q-159 0 -264 -122.5t-105 -342.5q0 -206 93.5 -323.5t242.5 -117.5q179 0 274 110t95 269v176z"/>
<glyph glyph-name="r" unicode="r" horiz-adv-x="676" d="M647 928q-46 33 -108 33q-121 0 -203 -125t-82 -355v-481h-90v1024h90v-227h4q35 117 111 182t176 65q57 0 102 -18v-98z"/>
<glyph glyph-name="s" unicode="s" horiz-adv-x="795" d="M111 45v111q52 -45 126 -71t128 -26q241 0 241 197q0 68 -53 116t-172 99q-147 64 -206.5 132.5t-59.5 166.5q0 125 95.5 202t235.5 77q132 0 226 -54v-104q-114 74 -236 74q-101 0 -163 -52.5t-62 -136.5q0 -73 39 -118.5t172 -104.5q160 -72 220 -133.5t60 -163.5 q0 -122 -91.5 -201.5t-252.5 -79.5q-148 0 -247 70z"/>
<glyph glyph-name="t" unicode="t" horiz-adv-x="608" d="M569 14q-72 -34 -135 -34q-227 0 -227 272v688h-184v84h184v266q22 8 46 16q24 7 46 15v-297h270v-84h-270v-676q0 -106 33.5 -153.5t113.5 -47.5q57 0 123 37v-86z"/>
<glyph glyph-name="u" unicode="u" horiz-adv-x="1096" d="M840 0v186h-4q-107 -211 -330 -211q-363 0 -363 457v592h93v-569q0 -208 68.5 -302t215.5 -94q143 0 231.5 105t88.5 280v580h92v-1024h-92z"/>
<glyph glyph-name="v" unicode="v" horiz-adv-x="928" d="M500 0h-84l-396 1024h103l305 -815q22 -59 31 -107h4q13 63 29 103l315 819h100z"/>
<glyph glyph-name="w" unicode="w" horiz-adv-x="1386" d="M1032 0h-86l-223 772q-9 32 -16 86h-5q-2 -23 -20 -84l-250 -774h-86l-309 1024h102l238 -817q9 -32 14 -86h8q2 29 19 86l260 817h63l232 -817q8 -29 14 -86h8q0 29 17 86l243 817h95z"/>
<glyph glyph-name="x" unicode="x" horiz-adv-x="862" d="M481 502l334 -502h-117l-270 432h-4l-36 -57q-7 -12 -17 -27l-226 -348h-112l342 500l-336 524h108l228 -367q44 -71 53 -88h4l51 84l238 371h108z"/>
<glyph glyph-name="y" unicode="y" horiz-adv-x="928" d="M414 -209q-56 -138 -124 -205t-175 -67q-45 0 -80 14v92q36 -14 84 -14q123 0 194 170l95 227l-388 1016h103l309 -834q10 -27 14 -41q4 -19 9 -34h4l24 69l330 840h100z"/>
<glyph glyph-name="z" unicode="z" horiz-adv-x="950" d="M207 84h661v-84h-811v35l680 905h-631v84h787v-25z"/>
<glyph glyph-name="braceleft" unicode="{" horiz-adv-x="578" d="M506 -326q-127 5 -191.5 72t-64.5 219v297q0 237 -156 260v64q156 22 156 243v314q0 152 64.5 219t191.5 72v-84q-88 -5 -124 -57t-36 -179v-293q0 -222 -145 -266v-4q145 -46 145 -281v-276q0 -127 36 -179t124 -57v-84z"/>
<glyph glyph-name="bar" unicode="|" horiz-adv-x="463" d="M184 -481v2048h95v-2048h-95z"/>
<glyph glyph-name="braceright" unicode="}" horiz-adv-x="578" d="M483 522q-155 -23 -155 -260v-297q0 -153 -64.5 -219.5t-191.5 -71.5v84q82 5 120.5 53t38.5 183v276q0 235 146 281v4q-146 45 -146 266v293q0 135 -38.5 183t-120.5 53v84q127 -5 191.5 -71.5t64.5 -219.5v-314q0 -221 155 -243v-64z"/>
<glyph glyph-name="asciitilde" unicode="~" horiz-adv-x="1331" d="M1087 711q-7 -114 -68.5 -178t-164.5 -64q-95 0 -201 84q-105 84 -176 84q-141 0 -153 -158h-78q6 113 68 177.5t165 64.5q95 0 195 -80q70 -55 105 -72.5t79 -17.5q133 0 152 160h77z"/>
<glyph glyph-name="Adieresis" unicode="Ä" horiz-adv-x="1288" d="M1118 0l-164 446h-622l-164 -446h-109l541 1434h94l535 -1434h-111zM678 1200q-11 30 -18 59q-7 25 -15 50h-4q-17 -66 -33 -107l-241 -665h553zM812 1530q-27 0 -49 19.5t-22 52.5q0 31 21.5 50t47.5 19q29 0 52.5 -19.5t23.5 -49.5q0 -31 -21.5 -51.5t-52.5 -20.5z M479 1530q-28 0 -50 19.5t-22 52.5q0 31 22 50t48 19q29 0 52 -19.5t23 -49.5q0 -31 -21 -51.5t-52 -20.5z"/>
<glyph glyph-name="Aring" unicode="Å" horiz-adv-x="1288" d="M1118 0l-164 446h-622l-164 -446h-109l519 1374q-134 42 -134 176q0 81 59 133t142 52q86 0 143.5 -50.5t57.5 -134.5q0 -129 -131 -174l514 -1376h-111zM645 1667q-57 0 -92 -32t-35 -85q0 -52 36.5 -84t90.5 -32q57 0 93 32t36 84q0 57 -37.5 87t-91.5 30zM678 1200 q-11 30 -18 59q-7 25 -15 50h-4q-17 -66 -33 -107l-241 -665h553z"/>
<glyph glyph-name="Ccedilla" unicode="Ç" horiz-adv-x="1272" d="M1137 47q-216 -85 -420 -70v-94q225 0 225 -147q0 -170 -254 -170q-36 0 -80 4v74q50 -6 86 -6q160 0 160 92q0 86 -145 86q-32 0 -64 -4v174q-252 46 -394 237t-142 465q0 349 201 559.5t511 210.5q165 0 316 -53v-105q-151 68 -318 68q-270 0 -439 -183t-169 -487 q0 -293 161.5 -462.5t409.5 -169.5q198 0 355 77v-96z"/>
<glyph glyph-name="Eacute" unicode="É" horiz-adv-x="1024" d="M184 0v1434h670v-91h-571v-575h530v-90h-530v-588h604v-90h-703zM506 1533h-90l234 328h104z"/>
<glyph glyph-name="Ntilde" unicode="Ñ" horiz-adv-x="1452" d="M1198 0l-854 1159q-26 35 -46 70l-13 20h-4q2 -26 2 -63v-1186h-99v1434h76l848 -1149q28 -38 61 -92h5q-5 70 -5 120v1121h99v-1434h-70zM1101 1768q0 -103 -48.5 -163t-130.5 -60q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143h-72q0 100 48 160.5t128 60.5 q72 0 160 -72q67 -59 117 -59q40 0 68 37t28 108h74z"/>
<glyph glyph-name="Odieresis" unicode="Ö" horiz-adv-x="1559" d="M774 -25q-304 0 -484.5 202t-180.5 525q0 343 185.5 549.5t506.5 206.5q290 0 469.5 -198.5t179.5 -520.5q0 -356 -184 -560t-492 -204zM784 1368q-250 0 -411.5 -181t-161.5 -474q0 -296 153 -471.5t408 -175.5q266 0 421 173.5t155 483.5q0 304 -151.5 474.5 t-412.5 170.5zM950 1533q-27 0 -49 19.5t-22 52.5q0 31 21.5 50t47.5 19q29 0 52.5 -19.5t23.5 -49.5q0 -31 -21.5 -51.5t-52.5 -20.5zM617 1533q-28 0 -50 19.5t-22 52.5q0 31 22 50t48 19q29 0 52 -19.5t23 -49.5q0 -31 -21 -51.5t-52 -20.5z"/>
<glyph glyph-name="Udieresis" unicode="Ü" horiz-adv-x="1327" d="M1161 573q0 -598 -510 -598q-485 0 -485 576v883h98v-869q0 -499 406 -499q393 0 393 485v883h98v-861zM860 1537q-27 0 -49 19.5t-22 52.5q0 31 21.5 50t47.5 19q29 0 52.5 -19.5t23.5 -49.5q0 -31 -21.5 -51.5t-52.5 -20.5zM527 1537q-28 0 -50 19.5t-22 52.5 q0 31 22 50t48 19q29 0 52 -19.5t23 -49.5q0 -31 -21 -51.5t-52 -20.5z"/>
<glyph glyph-name="aacute" unicode="á" horiz-adv-x="1012" d="M776 0v205h-4q-49 -105 -142.5 -167.5t-207.5 -62.5q-146 0 -231 82t-85 207q0 268 355 324l315 47q0 330 -248 330q-169 0 -329 -136v111q57 45 154.5 77t183.5 32q158 0 244.5 -98t86.5 -285v-666h-92zM494 510q-161 -23 -226 -74.5t-65 -167.5q0 -91 60.5 -150 t168.5 -59q148 0 246 109.5t98 282.5v100zM452 1188h-90l234 328h104z"/>
<glyph glyph-name="agrave" unicode="à" horiz-adv-x="1012" d="M776 0v205h-4q-49 -105 -142.5 -167.5t-207.5 -62.5q-146 0 -231 82t-85 207q0 268 355 324l315 47q0 330 -248 330q-169 0 -329 -136v111q57 45 154.5 77t183.5 32q158 0 244.5 -98t86.5 -285v-666h-92zM494 510q-161 -23 -226 -74.5t-65 -167.5q0 -91 60.5 -150 t168.5 -59q148 0 246 109.5t98 282.5v100zM519 1188l-248 328h104l234 -328h-90z"/>
<glyph glyph-name="acircumflex" unicode="â" horiz-adv-x="1012" d="M776 0v205h-4q-49 -105 -142.5 -167.5t-207.5 -62.5q-146 0 -231 82t-85 207q0 268 355 324l315 47q0 330 -248 330q-169 0 -329 -136v111q57 45 154.5 77t183.5 32q158 0 244.5 -98t86.5 -285v-666h-92zM494 510q-161 -23 -226 -74.5t-65 -167.5q0 -91 60.5 -150 t168.5 -59q148 0 246 109.5t98 282.5v100zM670 1188l-157 239l-160 -239h-82l221 336h45l219 -336h-86z"/>
<glyph glyph-name="adieresis" unicode="ä" horiz-adv-x="1012" d="M776 0v205h-4q-49 -105 -142.5 -167.5t-207.5 -62.5q-146 0 -231 82t-85 207q0 268 355 324l315 47q0 330 -248 330q-169 0 -329 -136v111q57 45 154.5 77t183.5 32q158 0 244.5 -98t86.5 -285v-666h-92zM494 510q-161 -23 -226 -74.5t-65 -167.5q0 -91 60.5 -150 t168.5 -59q148 0 246 109.5t98 282.5v100zM665 1188q-27 0 -49 19.5t-22 52.5q0 31 21.5 50t47.5 19q29 0 52.5 -19.5t23.5 -49.5q0 -31 -21.5 -51.5t-52.5 -20.5zM332 1188q-28 0 -50 19.5t-22 52.5q0 31 22 50t48 19q29 0 52 -19.5t23 -49.5q0 -31 -21 -51.5t-52 -20.5z "/>
<glyph glyph-name="atilde" unicode="ã" horiz-adv-x="1012" d="M776 0v205h-4q-49 -105 -142.5 -167.5t-207.5 -62.5q-146 0 -231 82t-85 207q0 268 355 324l315 47q0 330 -248 330q-169 0 -329 -136v111q57 45 154.5 77t183.5 32q158 0 244.5 -98t86.5 -285v-666h-92zM494 510q-161 -23 -226 -74.5t-65 -167.5q0 -91 60.5 -150 t168.5 -59q148 0 246 109.5t98 282.5v100zM824 1423q0 -103 -48.5 -163t-130.5 -60q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143h-72q0 100 48 160.5t128 60.5q72 0 160 -72q67 -59 117 -59q40 0 68 37t28 108h74z"/>
<glyph glyph-name="aring" unicode="å" horiz-adv-x="1012" d="M776 0v205h-4q-49 -105 -142.5 -167.5t-207.5 -62.5q-146 0 -231 82t-85 207q0 268 355 324l315 47q0 330 -248 330q-169 0 -329 -136v111q57 45 154.5 77t183.5 32q158 0 244.5 -98t86.5 -285v-666h-92zM494 510q-161 -23 -226 -74.5t-65 -167.5q0 -91 60.5 -150 t168.5 -59q148 0 246 109.5t98 282.5v100zM521 1188q-86 0 -143.5 50.5t-57.5 133.5q0 80 57 132t144 52q88 0 144.5 -50.5t56.5 -133.5q0 -80 -58 -132t-143 -52zM521 1489q-57 0 -92 -32t-35 -85t36.5 -85t90.5 -32q57 0 93 32.5t36 84.5q0 57 -37.5 87t-91.5 30z"/>
<glyph glyph-name="ccedilla" unicode="ç" horiz-adv-x="909" d="M827 45q-114 -70 -272 -70q-209 0 -337 143.5t-128 375.5q0 244 144 399.5t370 155.5q117 0 227 -48v-104q-110 68 -241 68q-180 0 -292 -129.5t-112 -335.5q0 -199 102.5 -320t270.5 -121q154 0 268 82v-96zM403 -430v74q50 -6 86 -6q160 0 160 92q0 86 -145 86 q-32 0 -64 -4v188h72v-117q225 0 225 -147q0 -170 -254 -170q-36 0 -80 4z"/>
<glyph glyph-name="eacute" unicode="é" horiz-adv-x="1034" d="M186 508q0 -211 97.5 -330t267.5 -119q172 0 336 127v-98q-159 -113 -355 -113q-198 0 -320 142t-122 401q0 224 127.5 377.5t331.5 153.5q191 0 293 -134t102 -366v-41h-758zM848 592q-6 177 -85 275t-218 98q-144 0 -238.5 -96.5t-116.5 -276.5h658zM489 1188h-90 l234 328h104z"/>
<glyph glyph-name="egrave" unicode="è" horiz-adv-x="1034" d="M186 508q0 -211 97.5 -330t267.5 -119q172 0 336 127v-98q-159 -113 -355 -113q-198 0 -320 142t-122 401q0 224 127.5 377.5t331.5 153.5q191 0 293 -134t102 -366v-41h-758zM848 592q-6 177 -85 275t-218 98q-144 0 -238.5 -96.5t-116.5 -276.5h658zM569 1188l-248 328 h104l234 -328h-90z"/>
<glyph glyph-name="ecircumflex" unicode="ê" horiz-adv-x="1034" d="M186 508q0 -211 97.5 -330t267.5 -119q172 0 336 127v-98q-159 -113 -355 -113q-198 0 -320 142t-122 401q0 224 127.5 377.5t331.5 153.5q191 0 293 -134t102 -366v-41h-758zM848 592q-6 177 -85 275t-218 98q-144 0 -238.5 -96.5t-116.5 -276.5h658zM704 1188l-157 239 l-160 -239h-82l221 336h45l219 -336h-86z"/>
<glyph glyph-name="edieresis" unicode="ë" horiz-adv-x="1034" d="M186 508q0 -211 97.5 -330t267.5 -119q172 0 336 127v-98q-159 -113 -355 -113q-198 0 -320 142t-122 401q0 224 127.5 377.5t331.5 153.5q191 0 293 -134t102 -366v-41h-758zM848 592q-6 177 -85 275t-218 98q-144 0 -238.5 -96.5t-116.5 -276.5h658zM702 1188 q-27 0 -49 19.5t-22 52.5q0 31 21.5 50t47.5 19q29 0 52.5 -19.5t23.5 -49.5q0 -31 -21.5 -51.5t-52.5 -20.5zM369 1188q-28 0 -50 19.5t-22 52.5q0 31 22 50t48 19q29 0 52 -19.5t23 -49.5q0 -31 -21 -51.5t-52 -20.5z"/>
<glyph glyph-name="iacute" unicode="í" horiz-adv-x="420" d="M164 0v1024h92v-1024h-92zM173 1188h-90l234 328h104z"/>
<glyph glyph-name="igrave" unicode="ì" horiz-adv-x="420" d="M164 0v1024h92v-1024h-92zM254 1188l-248 328h104l234 -328h-90z"/>
<glyph glyph-name="icircumflex" unicode="î" horiz-adv-x="420" d="M164 0v1024h92v-1024h-92zM369 1188l-157 239l-160 -239h-82l221 336h45l219 -336h-86z"/>
<glyph glyph-name="idieresis" unicode="ï" horiz-adv-x="420" d="M164 0v1024h92v-1024h-92zM377 1188q-27 0 -49 19.5t-22 52.5q0 31 21.5 50t47.5 19q29 0 52.5 -19.5t23.5 -49.5q0 -31 -21.5 -51.5t-52.5 -20.5zM44 1188q-28 0 -50 19.5t-22 52.5q0 31 22 50t48 19q29 0 52 -19.5t23 -49.5q0 -31 -21 -51.5t-52 -20.5z"/>
<glyph glyph-name="ntilde" unicode="ñ" horiz-adv-x="1096" d="M860 0v596q0 369 -266 369q-148 0 -243 -108.5t-95 -268.5v-588h-92v1024h92v-186h4q112 211 350 211q166 0 254 -110.5t88 -315.5v-623h-92zM896 1423q0 -103 -48.5 -163t-130.5 -60q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143h-72q0 100 48 160.5t128 60.5 q72 0 160 -72q67 -59 117 -59q40 0 68 37t28 108h74z"/>
<glyph glyph-name="oacute" unicode="ó" horiz-adv-x="1149" d="M575 -25q-224 0 -354.5 147.5t-130.5 383.5q0 255 136.5 399t359.5 144q219 0 346 -143t127 -396q0 -239 -129.5 -387t-354.5 -148zM582 965q-181 0 -288.5 -122t-107.5 -339q0 -201 105 -323t287 -122q185 0 285 120t100 333q0 219 -99.5 336t-281.5 117zM541 1188h-90 l234 328h104z"/>
<glyph glyph-name="ograve" unicode="ò" horiz-adv-x="1149" d="M575 -25q-224 0 -354.5 147.5t-130.5 383.5q0 255 136.5 399t359.5 144q219 0 346 -143t127 -396q0 -239 -129.5 -387t-354.5 -148zM582 965q-181 0 -288.5 -122t-107.5 -339q0 -201 105 -323t287 -122q185 0 285 120t100 333q0 219 -99.5 336t-281.5 117zM592 1188 l-248 328h104l234 -328h-90z"/>
<glyph glyph-name="ocircumflex" unicode="ô" horiz-adv-x="1149" d="M575 -25q-224 0 -354.5 147.5t-130.5 383.5q0 255 136.5 399t359.5 144q219 0 346 -143t127 -396q0 -239 -129.5 -387t-354.5 -148zM582 965q-181 0 -288.5 -122t-107.5 -339q0 -201 105 -323t287 -122q185 0 285 120t100 333q0 219 -99.5 336t-281.5 117zM748 1188 l-157 239l-160 -239h-82l221 336h45l219 -336h-86z"/>
<glyph glyph-name="odieresis" unicode="ö" horiz-adv-x="1149" d="M575 -25q-224 0 -354.5 147.5t-130.5 383.5q0 255 136.5 399t359.5 144q219 0 346 -143t127 -396q0 -239 -129.5 -387t-354.5 -148zM582 965q-181 0 -288.5 -122t-107.5 -339q0 -201 105 -323t287 -122q185 0 285 120t100 333q0 219 -99.5 336t-281.5 117zM749 1188 q-27 0 -49 19.5t-22 52.5q0 31 21.5 50t47.5 19q29 0 52.5 -19.5t23.5 -49.5q0 -31 -21.5 -51.5t-52.5 -20.5zM416 1188q-28 0 -50 19.5t-22 52.5q0 31 22 50t48 19q29 0 52 -19.5t23 -49.5q0 -31 -21 -51.5t-52 -20.5z"/>
<glyph glyph-name="otilde" unicode="õ" horiz-adv-x="1149" d="M575 -25q-224 0 -354.5 147.5t-130.5 383.5q0 255 136.5 399t359.5 144q219 0 346 -143t127 -396q0 -239 -129.5 -387t-354.5 -148zM582 965q-181 0 -288.5 -122t-107.5 -339q0 -201 105 -323t287 -122q185 0 285 120t100 333q0 219 -99.5 336t-281.5 117zM911 1423 q0 -103 -48.5 -163t-130.5 -60q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143h-72q0 100 48 160.5t128 60.5q72 0 160 -72q67 -59 117 -59q40 0 68 37t28 108h74z"/>
<glyph glyph-name="uacute" unicode="ú" horiz-adv-x="1096" d="M840 0v186h-4q-107 -211 -330 -211q-363 0 -363 457v592h93v-569q0 -208 68.5 -302t215.5 -94q143 0 231.5 105t88.5 280v580h92v-1024h-92zM543 1188h-90l234 328h104z"/>
<glyph glyph-name="ugrave" unicode="ù" horiz-adv-x="1096" d="M840 0v186h-4q-107 -211 -330 -211q-363 0 -363 457v592h93v-569q0 -208 68.5 -302t215.5 -94q143 0 231.5 105t88.5 280v580h92v-1024h-92zM558 1188l-248 328h104l234 -328h-90z"/>
<glyph glyph-name="ucircumflex" unicode="û" horiz-adv-x="1096" d="M840 0v186h-4q-107 -211 -330 -211q-363 0 -363 457v592h93v-569q0 -208 68.5 -302t215.5 -94q143 0 231.5 105t88.5 280v580h92v-1024h-92zM726 1188l-157 239l-160 -239h-82l221 336h45l219 -336h-86z"/>
<glyph glyph-name="udieresis" unicode="ü" horiz-adv-x="1096" d="M840 0v186h-4q-107 -211 -330 -211q-363 0 -363 457v592h93v-569q0 -208 68.5 -302t215.5 -94q143 0 231.5 105t88.5 280v580h92v-1024h-92zM735 1188q-27 0 -49 19.5t-22 52.5q0 31 21.5 50t47.5 19q29 0 52.5 -19.5t23.5 -49.5q0 -31 -21.5 -51.5t-52.5 -20.5z M402 1188q-28 0 -50 19.5t-22 52.5q0 31 22 50t48 19q29 0 52 -19.5t23 -49.5q0 -31 -21 -51.5t-52 -20.5z"/>
<glyph glyph-name="dagger" unicode="†" horiz-adv-x="756" d="M708 933l-272 30l-30 -734h-36l-30 734l-292 -30v110l312 -20l-30 410h116l-30 -410l292 20v-110z"/>
<glyph glyph-name="degree" unicode="°" horiz-adv-x="791" d="M397 930q-104 0 -179 75t-75 179q0 102 73.5 176t176.5 74q105 0 179.5 -73.5t74.5 -176.5q0 -105 -73.5 -179.5t-176.5 -74.5zM397 1358q-71 0 -121.5 -51.5t-50.5 -122.5q0 -73 49.5 -125.5t118.5 -52.5q70 0 120 52.5t50 125.5q0 74 -48 124t-118 50z"/>
<glyph glyph-name="cent" unicode="¢" horiz-adv-x="1055" d="M903 209q-91 -56 -221 -68v-198h-92v198q-194 17 -309 157.5t-115 358.5q0 215 114.5 365.5t309.5 183.5v199h92v-193q118 0 225 -47v-104q-104 63 -225 67v-903q130 10 221 80v-96zM590 1122q-153 -29 -240.5 -153.5t-87.5 -304.5q0 -183 87 -300.5t241 -138.5v897z"/>
<glyph glyph-name="sterling" unicode="£" horiz-adv-x="1055" d="M80 0v86q248 103 248 365v211h-228v90h228v290q0 188 99 302t263 114q96 0 182 -35v-94q-90 45 -186 45q-125 0 -195.5 -88t-70.5 -256v-278h307v-90h-307v-177q0 -295 -213 -401h741v-84h-868z"/>
<glyph glyph-name="section" unicode="§" horiz-adv-x="918" d="M618 403q95 -71 95 -200q0 -114 -89 -191.5t-231 -77.5q-107 0 -217 50v98q118 -64 219 -64q109 0 165 50.5t56 132.5q0 54 -30.5 102t-140.5 101q-177 84 -228 160.5t-51 172.5q0 172 162 256q-123 83 -123 219q0 125 82 202t227 77q110 0 195 -37v-96q-86 49 -197 49 q-211 0 -211 -188q0 -80 55.5 -132t212.5 -122q203 -94 203 -279q0 -162 -154 -283zM406 946q-144 -65 -144 -203q0 -98 59 -155.5t224 -130.5q69 51 100 100t31 129q0 77 -48 130t-222 130z"/>
<glyph glyph-name="bullet" unicode="•" horiz-adv-x="811" d="M408 477q-101 0 -172.5 70t-71.5 166q0 97 71.5 169t172.5 72q99 0 169 -71t70 -170q0 -98 -70 -167t-169 -69z"/>
<glyph glyph-name="paragraph" unicode="¶" horiz-adv-x="971" d="M733 1348v-1348h-86v1348h-198v-1348h-87v903q-105 0 -177 76t-72 188q0 121 75.5 194t180.5 73h495v-86h-131z"/>
<glyph glyph-name="germandbls" unicode="ß" horiz-adv-x="1061" d="M430 -6v94q73 -29 141 -29q141 0 224.5 88t83.5 234q0 155 -109 257t-307 134v80q307 70 307 332q0 122 -64.5 193t-179.5 71q-128 0 -199 -91t-71 -255v-1100h-92v1114q0 196 101 306t270 110q149 0 240 -92t91 -242q0 -264 -256 -375v-4q170 -45 267.5 -161.5 t97.5 -270.5q0 -179 -111 -295.5t-289 -116.5q-69 0 -145 19z"/>
<glyph glyph-name="uni00AD" unicode="­" horiz-adv-x="815" d="M145 555v90h547v-90h-547z"/>
<glyph glyph-name="registered" unicode="®" horiz-adv-x="1804" d="M903 -25q-311 0 -529 216.5t-218 523.5q0 310 219.5 526.5t525.5 216.5q308 0 528 -217t220 -524q0 -308 -218.5 -525t-527.5 -217zM901 1382q-272 0 -468.5 -196t-196.5 -471q0 -273 195 -468.5t470 -195.5q277 0 472.5 196t195.5 468q0 275 -196.5 471t-471.5 196z M1155 242l-115 247q-50 107 -97 144t-105 37h-117v-428h-92v966h264q159 0 245.5 -69.5t86.5 -184.5q0 -222 -252 -268v-4q84 -17 160 -174l127 -266h-105zM721 1137v-396h194q98 0 156.5 54.5t58.5 142.5q0 199 -239 199h-170z"/>
<glyph glyph-name="copyright" unicode="©" horiz-adv-x="1804" d="M903 -25q-311 0 -529 216.5t-218 523.5q0 310 219.5 526.5t525.5 216.5q308 0 528 -217t220 -524q0 -308 -218.5 -525t-527.5 -217zM901 1382q-272 0 -468.5 -196t-196.5 -471q0 -273 195 -468.5t470 -195.5q277 0 472.5 196t195.5 468q0 275 -196.5 471t-471.5 196z M1182 270q-123 -71 -250 -71q-209 0 -352.5 141t-143.5 350q0 246 145.5 390.5t366.5 144.5q127 0 230 -54v-86q-106 58 -246 58q-170 0 -287 -117.5t-117 -314.5q0 -192 121.5 -310t292.5 -118q130 0 240 67v-80z"/>
<glyph glyph-name="trademark" unicode="™" horiz-adv-x="1585" d="M1294 772v533h-4l-227 -533h-68l-217 533h-4v-533h-82v662h115l223 -545h4l234 545h108v-662h-82zM373 1356v-584h-82v584h-221v78h526v-78h-223z"/>
<glyph glyph-name="acute" unicode="´" horiz-adv-x="508" d="M227 1188h-90l234 328h104z"/>
<glyph glyph-name="dieresis" unicode="¨" horiz-adv-x="817" d="M575 1188q-27 0 -49 19.5t-22 52.5q0 31 21.5 50t47.5 19q29 0 52.5 -19.5t23.5 -49.5q0 -31 -21.5 -51.5t-52.5 -20.5zM242 1188q-28 0 -50 19.5t-22 52.5q0 31 22 50t48 19q29 0 52 -19.5t23 -49.5q0 -31 -21 -51.5t-52 -20.5z"/>
<glyph glyph-name="notequal" unicode="≠" horiz-adv-x="1331" d="M586 362l-187 -362h-92l189 362h-283v84h326l155 304h-481v84h526l183 354h90l-183 -354h291v-84h-334l-157 -304h491v-84h-534z"/>
<glyph glyph-name="AE" unicode="Æ" horiz-adv-x="1706" d="M846 0v446h-502l-219 -446h-109l697 1434h803v-97h-572v-571h531v-90h-531v-586h604v-90h-702zM846 1337h-78l-383 -800h461v800z"/>
<glyph glyph-name="Oslash" unicode="Ø" horiz-adv-x="1559" d="M317 147l-170 -202l-63 51l178 213q-153 200 -153 493q0 343 185.5 549.5t506.5 206.5q235 0 399 -131l139 166l64 -53l-141 -168q188 -201 188 -533q0 -356 -184 -560t-492 -204q-274 0 -457 172zM1139 1253q-144 115 -355 115q-250 0 -411.5 -181t-161.5 -474 q0 -258 117 -426zM1198 1196l-817 -973q153 -157 391 -157q266 0 421 173.5t155 483.5q0 298 -150 473z"/>
<glyph glyph-name="infinity" unicode="∞" horiz-adv-x="1673" d="M836 512q-82 -143 -185 -218t-202 -75q-159 0 -258 103t-99 270q0 155 103 268t254 113q237 0 389 -293q80 142 184 217.5t205 75.5q160 0 258 -103.5t98 -269.5q0 -155 -102.5 -268t-253.5 -113q-235 0 -391 293zM877 596q141 -295 350 -295q123 0 196.5 84t73.5 215 q0 125 -76.5 209t-193.5 84q-192 0 -350 -297zM799 596q-144 297 -350 297q-123 0 -198 -84.5t-75 -216.5q0 -123 77 -207t196 -84q191 0 350 295z"/>
<glyph glyph-name="plusminus" unicode="±" horiz-adv-x="1331" d="M709 633v-412h-84v412h-412v84h412v411h84v-411h411v-84h-411zM213 0v84h907v-84h-907z"/>
<glyph glyph-name="lessequal" unicode="≤" horiz-adv-x="1331" d="M250 672v18l833 467v-94l-677 -379v-4l677 -334v-96zM213 63v84h907v-84h-907z"/>
<glyph glyph-name="greaterequal" unicode="≥" horiz-adv-x="1331" d="M250 250v96l678 334v4l-678 379v94l833 -467v-18zM213 63v84h907v-84h-907z"/>
<glyph glyph-name="yen" unicode="¥" horiz-adv-x="1055" d="M602 745h344v-83h-373v-246h373v-84h-373v-332h-92v332h-372v84h372v246h-372v83h342l-377 689h102l307 -572q37 -68 47 -96h5q20 66 43 100l311 568h96z"/>
<glyph glyph-name="uni00B5" unicode="µ" horiz-adv-x="1116" d="M860 0v186h-4q-105 -211 -330 -211q-176 0 -262 123h-8v-489h-92v1415h92v-569q0 -210 69.5 -303t215.5 -93q144 0 231.5 105.5t87.5 279.5v580h92v-1024h-92z"/>
<glyph glyph-name="partialdiff" unicode="∂" horiz-adv-x="1065" d="M889 821h4q8 46 8 148q0 432 -295 432q-118 0 -235 -84l22 102q117 66 225 66q185 0 280 -131.5t95 -382.5q0 -205 -63.5 -450.5t-201.5 -395.5t-320 -150q-158 0 -242 99t-84 268q0 250 144 466t386 216q192 0 277 -203zM874 705q-65 233 -270 233q-193 0 -309.5 -183.5 t-116.5 -408.5q0 -131 62.5 -209t175.5 -78q169 0 292 176t166 470z"/>
<glyph glyph-name="summation" unicode="∑" horiz-adv-x="1251" d="M37 -471v35l721 925l-660 897v48h1055v-91h-903l627 -851l-676 -873h1016v-90h-1180z"/>
<glyph glyph-name="product" unicode="∏" horiz-adv-x="1530" d="M1243 -471v1814h-954v-1814h-99v1905h1151v-1905h-98z"/>
<glyph glyph-name="integral" unicode="∫" horiz-adv-x="1055" d="M874 1419q-37 29 -112 29q-189 0 -189 -254v-1360q0 -163 -81.5 -246.5t-202.5 -83.5q-66 0 -109 19v94q37 -29 113 -29q188 0 188 254v1360q0 162 81.5 246t203.5 84q65 0 108 -19v-94z"/>
<glyph glyph-name="ordfeminine" unicode="ª" horiz-adv-x="745" d="M557 717v143h-4q-37 -75 -106.5 -117.5t-147.5 -42.5q-105 0 -164 59t-59 144q0 200 256 236l225 32q0 203 -166 203q-134 0 -254 -92v96q129 76 262 76q248 0 248 -274v-463h-90zM369 1069q-114 -16 -157.5 -50.5t-43.5 -111.5q0 -57 39 -92t110 -35q96 0 168 83t72 188 v45z"/>
<glyph glyph-name="ordmasculine" unicode="º" horiz-adv-x="811" d="M420 696q-158 0 -253 106t-95 271q0 179 98.5 280t255.5 101q158 0 250 -101t92 -278q0 -163 -94 -271t-254 -108zM424 1374q-117 0 -187.5 -81t-70.5 -222q0 -133 70 -213t186 -80q119 0 184.5 79.5t65.5 219.5q0 139 -65 218t-183 79z"/>
<glyph glyph-name="uni2126" unicode="Ω" horiz-adv-x="1546" d="M973 0v90q37 28 79 63.5t83.5 80.5t80 100t68 121.5t47 146t17.5 172.5q0 141 -41 251t-114.5 186.5t-176 116.5t-225.5 40q-134 0 -241.5 -42.5t-182.5 -119.5t-115.5 -186t-40.5 -242q0 -134 34.5 -240.5t89.5 -189.5t121.5 -146.5t131.5 -111.5v-90h-477v90h352 q-53 39 -115 100.5t-115 146.5t-88.5 195.5t-35.5 247.5q0 157 49.5 283t138 213.5t211.5 134.5t270 47t270 -43.5t212.5 -129t139.5 -211t50 -290.5q0 -123 -31.5 -229t-82 -194t-113.5 -156t-127 -115h354v-90h-477z"/>
<glyph glyph-name="ae" unicode="æ" horiz-adv-x="1718" d="M868 508q0 -211 97.5 -330t267.5 -119q172 0 336 127v-98q-159 -113 -355 -113q-136 0 -240 74.5t-151 210.5h-4q-133 -285 -391 -285q-150 0 -236 80.5t-86 208.5q0 143 99 225t287 91l284 12q0 373 -239 373q-186 0 -338 -134v109q161 109 348 109q230 0 295 -254h4 q126 254 383 254q190 0 293.5 -133t103.5 -367v-41h-758zM1530 592q-6 177 -85 275t-218 98q-144 0 -238.5 -96.5t-116.5 -276.5h658zM776 508l-264 -8q-156 -5 -232.5 -58.5t-76.5 -173.5q0 -98 63.5 -153.5t171.5 -55.5q136 0 237 107.5t101 259.5v82z"/>
<glyph glyph-name="oslash" unicode="ø" horiz-adv-x="1149" d="M961 870q98 -140 98 -360q0 -239 -129.5 -387t-354.5 -148q-192 0 -319 113l-166 -184l-61 57l170 189q-109 146 -109 356q0 255 136.5 399t359.5 144q199 0 321 -115l172 190l62 -55zM846 866q-99 99 -264 99q-181 0 -288.5 -122t-107.5 -339q0 -167 76 -285zM897 799 l-582 -643q104 -97 263 -97q185 0 285 120t100 333q0 171 -66 287z"/>
<glyph glyph-name="questiondown" unicode="¿" horiz-adv-x="881" d="M557 626q10 -25 17.5 -65.5t7.5 -80.5q0 -47 -12.5 -85.5t-35 -72.5t-54 -66t-69.5 -65q-32 -29 -63 -60.5t-55 -67.5t-38.5 -78.5t-14.5 -93.5q0 -55 18.5 -98.5t51.5 -74t79.5 -46.5t102.5 -16q94 0 173.5 33t149.5 90v-107q-71 -54 -149.5 -80t-174.5 -26 q-74 0 -137.5 21t-110 61.5t-73 99t-26.5 133.5q0 57 16 104t41.5 87t58.5 75t67 68q52 50 86 84.5t53 62.5t26.5 54.5t7.5 62.5q0 46 -8 83.5t-16 63.5h81zM522 1042q34 0 56.5 -23.5t22.5 -57.5q0 -35 -22.5 -57.5t-56.5 -22.5q-35 0 -58.5 22.5t-23.5 57.5 q0 34 23.5 57.5t58.5 23.5z"/>
<glyph glyph-name="uni00A0" unicode=" " horiz-adv-x="561"/>
<glyph glyph-name="exclamdown" unicode="¡" horiz-adv-x="582" d="M293 881q-34 0 -58 22.5t-24 57.5q0 34 24 57.5t58 23.5t57 -23.5t23 -57.5q0 -35 -23 -57.5t-57 -22.5zM242 -408l10 1031h86l10 -1031h-106z"/>
<glyph glyph-name="logicalnot" unicode="¬" horiz-adv-x="1331" d="M1034 147v408h-821v84h907v-492h-86z"/>
<glyph glyph-name="radical" unicode="√" horiz-adv-x="1331" d="M700 -2h-77l-320 778h-164v82h228l286 -713l344 1371h82z"/>
<glyph glyph-name="florin" unicode="ƒ" horiz-adv-x="1055" d="M911 1339q-32 13 -69 13q-178 0 -207 -201l-33 -231h172v-82h-184l-98 -705q-31 -221 -107.5 -316.5t-200.5 -95.5q-34 0 -71 13v82q41 -13 67 -13q176 0 219 324l97 711h-105v82h117l33 231q20 141 96.5 212t191.5 71q45 0 82 -11v-84z"/>
<glyph glyph-name="approxequal" unicode="≈" horiz-adv-x="1331" d="M1087 907q-7 -113 -68.5 -177t-164.5 -64q-98 0 -201 84q-105 84 -176 84q-141 0 -153 -158h-78q6 113 68 177.5t165 64.5q95 0 195 -80q70 -55 105 -72.5t79 -17.5q134 0 152 159h77zM1087 518q-7 -114 -68.5 -178t-164.5 -64q-95 0 -201 84q-105 84 -176 84 q-141 0 -153 -157h-78q6 113 68.5 177t164.5 64q58 0 108 -24.5t132 -90.5q68 -55 139 -55q133 0 152 160h77z"/>
<glyph glyph-name="uni0394" unicode="Δ" horiz-adv-x="1288" d="M82 0v59l518 1375h94l512 -1375v-59h-1124zM678 1200q-12 34 -18.5 59t-14.5 50h-4q-6 -23 -14.5 -52t-18.5 -55l-407 -1112h884z"/>
<glyph glyph-name="guillemotleft" unicode="«" horiz-adv-x="952" d="M717 201l-277 336l277 344h114l-282 -344l280 -336h-112zM399 201l-276 336l276 344h113l-281 -344l281 -336h-113z"/>
<glyph glyph-name="guillemotright" unicode="»" horiz-adv-x="952" d="M553 201h-113l283 344l-283 336h113l278 -336zM238 201h-117l285 344l-285 336h115l276 -336z"/>
<glyph glyph-name="ellipsis" unicode="…" horiz-adv-x="1364" d="M1139 -16q-34 0 -57 23.5t-23 58.5q0 34 23 56.5t57 22.5t58 -22.5t24 -56.5q0 -35 -24 -58.5t-58 -23.5zM678 -16q-34 0 -57 23.5t-23 58.5q0 34 23 56.5t57 22.5t58 -22.5t24 -56.5q0 -35 -24 -58.5t-58 -23.5zM221 -16q-34 0 -57 23.5t-23 58.5q0 34 23 56.5t57 22.5 t58 -22.5t24 -56.5q0 -35 -24 -58.5t-58 -23.5z"/>
<glyph glyph-name="Agrave" unicode="À" horiz-adv-x="1288" d="M1118 0l-164 446h-622l-164 -446h-109l541 1434h94l535 -1434h-111zM678 1200q-11 30 -18 59q-7 25 -15 50h-4q-17 -66 -33 -107l-241 -665h553zM719 1536l-248 328h104l234 -328h-90z"/>
<glyph glyph-name="Atilde" unicode="Ã" horiz-adv-x="1288" d="M1118 0l-164 446h-622l-164 -446h-109l541 1434h94l535 -1434h-111zM678 1200q-11 30 -18 59q-7 25 -15 50h-4q-17 -66 -33 -107l-241 -665h553zM965 1768q0 -103 -48.5 -163t-130.5 -60q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143h-72q0 100 48 160.5t128 60.5 q72 0 160 -72q67 -59 117 -59q40 0 68 37t28 108h74z"/>
<glyph glyph-name="Otilde" unicode="Õ" horiz-adv-x="1559" d="M774 -25q-304 0 -484.5 202t-180.5 525q0 343 185.5 549.5t506.5 206.5q290 0 469.5 -198.5t179.5 -520.5q0 -356 -184 -560t-492 -204zM784 1368q-250 0 -411.5 -181t-161.5 -474q0 -296 153 -471.5t408 -175.5q266 0 421 173.5t155 483.5q0 304 -151.5 474.5 t-412.5 170.5zM1091 1767q0 -103 -48.5 -163t-130.5 -60q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143h-72q0 100 48 160.5t128 60.5q72 0 160 -72q67 -59 117 -59q40 0 68 37t28 108h74z"/>
<glyph glyph-name="OE" unicode="Œ" horiz-adv-x="1935" d="M1077 0q-174 -25 -282 -25q-326 0 -506 203t-180 524q0 344 187 550t515 206q141 0 266 -24h670v-91h-571v-575h530v-90h-530v-588h604v-90h-703zM1077 1341q-130 27 -272 27q-273 0 -433.5 -183t-160.5 -472q0 -292 152 -469.5t430 -177.5q139 0 284 30v1245z"/>
<glyph glyph-name="oe" unicode="œ" horiz-adv-x="1886" d="M1057 508q0 -209 96.5 -329t267.5 -120q174 0 336 127v-98q-157 -113 -350 -113q-294 0 -395 297h-4q-116 -297 -433 -297q-226 0 -355.5 149t-129.5 382q0 258 137 400.5t359 142.5q156 0 268 -80t156 -217h4q115 297 407 297q190 0 292 -132.5t102 -367.5v-41h-758z M1718 592q-6 177 -85 275t-218 98q-145 0 -240 -98t-114 -275h657zM582 965q-181 0 -288.5 -122t-107.5 -339q0 -201 105 -323t287 -122q185 0 285 120t100 333q0 219 -99.5 336t-281.5 117z"/>
<glyph glyph-name="endash" unicode="" horiz-adv-x="1024" d="M0 555v90h1024v-90h-1024z"/>
<glyph glyph-name="emdash" unicode="—" horiz-adv-x="2048" d="M0 555v90h2048v-90h-2048z"/>
<glyph glyph-name="quotedblleft" unicode="“" horiz-adv-x="686" d="M465 985h-105l156 449h74zM219 985h-106l153 449h76z"/>
<glyph glyph-name="quotedblright" unicode="”" horiz-adv-x="686" d="M436 985h-76l123 449h107zM186 985h-73l125 449h104z"/>
<glyph glyph-name="quoteleft" unicode="" horiz-adv-x="438" d="M219 985h-106l153 449h76z"/>
<glyph glyph-name="quoteright" unicode="" horiz-adv-x="438" d="M186 985h-73l125 449h104z"/>
<glyph glyph-name="divide" unicode="÷" horiz-adv-x="1331" d="M668 866q-32 0 -55 23t-23 55t23 54t55 22t53.5 -22t21.5 -54t-21.5 -55t-53.5 -23zM213 555v84h907v-84h-907zM668 174q-32 0 -55 23t-23 55t23 54t55 22t53.5 -22t21.5 -54t-21.5 -55t-53.5 -23z"/>
<glyph glyph-name="lozenge" unicode="◊" horiz-adv-x="1135" d="M598 0h-59l-441 715l441 719h59l442 -717zM569 1335l-374 -618l374 -621l375 621z"/>
<glyph glyph-name="ydieresis" unicode="ÿ" horiz-adv-x="928" d="M414 -209q-56 -138 -124 -205t-175 -67q-45 0 -80 14v92q36 -14 84 -14q123 0 194 170l95 227l-388 1016h103l309 -834q10 -27 14 -41q4 -19 9 -34h4l24 69l330 840h100zM636 1188q-27 0 -49 19.5t-22 52.5q0 31 21.5 50t47.5 19q29 0 52.5 -19.5t23.5 -49.5 q0 -31 -21.5 -51.5t-52.5 -20.5zM303 1188q-28 0 -50 19.5t-22 52.5q0 31 22 50t48 19q29 0 52 -19.5t23 -49.5q0 -31 -21 -51.5t-52 -20.5z"/>
<glyph glyph-name="Ydieresis" unicode="Ÿ" horiz-adv-x="1106" d="M598 545v-545h-98v543l-439 891h111l334 -691q18 -36 45 -106h4q14 37 49 104l350 693h107zM716 1535q-27 0 -49 19.5t-22 52.5q0 31 21.5 50t47.5 19q29 0 52.5 -19.5t23.5 -49.5q0 -31 -21.5 -51.5t-52.5 -20.5zM383 1535q-28 0 -50 19.5t-22 52.5q0 31 22 50t48 19 q29 0 52 -19.5t23 -49.5q0 -31 -21 -51.5t-52 -20.5z"/>
<glyph glyph-name="fraction" unicode="" horiz-adv-x="246" d="M-244 0h-98l862 1434h96z"/>
<glyph glyph-name="fraction" unicode="" horiz-adv-x="246" d="M-244 0h-98l862 1434h96z"/>
<glyph glyph-name="Euro" unicode="€" horiz-adv-x="1055" d="M963 53q-130 -78 -275 -78q-178 0 -303 135t-162 390h-145v84h137q-4 48 -4 102q0 71 6 135h-139v84h149q44 264 178 408.5t324 144.5q128 0 234 -53v-102q-118 71 -242 71q-146 0 -254 -119.5t-145 -349.5h542v-84h-553q-4 -34 -4 -123q0 -58 4 -114h553v-84h-542 q33 -219 134 -330t244 -111q126 0 263 93v-99z"/>
<glyph glyph-name="guilsinglleft" unicode="" horiz-adv-x="635" d="M401 201l-278 336l278 344h113l-283 -344l281 -336h-111z"/>
<glyph glyph-name="guilsinglright" unicode="" horiz-adv-x="635" d="M238 201h-115l285 344l-283 336h113l276 -336z"/>
<glyph glyph-name="uniFB01" unicode="fi" horiz-adv-x="985" d="M774 1282q-30 0 -53 22t-23 56q0 33 23.5 53.5t52.5 20.5q31 0 54.5 -20t23.5 -54q0 -32 -23 -55t-55 -23zM729 0v1024h92v-1024h-92zM612 1419q-37 29 -112 29q-189 0 -189 -254v-170h271v-84h-271v-940h-92v940h-184v84h184v178q0 162 81.5 246t203.5 84q65 0 108 -19 v-94z"/>
<glyph glyph-name="uniFB02" unicode="fl" horiz-adv-x="985" d="M612 1419q-37 29 -112 29q-189 0 -189 -254v-170h271v-84h-271v-940h-92v940h-184v84h184v178q0 162 81.5 246t203.5 84q65 0 108 -19v-94zM729 0v1516h92v-1516h-92z"/>
<glyph glyph-name="daggerdbl" unicode="‡" horiz-adv-x="756" d="M708 519l-292 30l30 -320h-116l30 320l-312 -30v110l292 -20l38 222l-38 222l-292 -20v110l312 -30l-30 320h116l-30 -320l292 30v-110l-272 20l-38 -222l38 -222l272 20v-110z"/>
<glyph glyph-name="periodcentered" unicode="·" horiz-adv-x="455" d="M227 625q-34 0 -57 24t-23 58t23 56.5t57 22.5t58 -22.5t24 -56.5t-24 -58t-58 -24z"/>
<glyph glyph-name="quotesinglbase" unicode="" horiz-adv-x="438" d="M152 -225h-74l125 444h104z"/>
<glyph glyph-name="quotedblbase" unicode="„" horiz-adv-x="686" d="M401 -229h-75l123 448h106zM152 -229h-74l125 448h104z"/>
<glyph glyph-name="perthousand" unicode="‰" horiz-adv-x="2445" d="M414 729q-154 0 -243 101t-89 262q0 175 94.5 272.5t247.5 97.5q150 0 238 -97t88 -271q0 -156 -91.5 -260.5t-244.5 -104.5zM422 1380q-115 0 -181.5 -76.5t-66.5 -213.5q0 -129 64.5 -205t177.5 -76q114 0 178.5 78t64.5 209q0 141 -64 212.5t-173 71.5zM416 -33h-99 l863 1465h96zM2021 -25q-154 0 -242.5 101t-88.5 262q0 177 96 274t246 97t237.5 -98.5t87.5 -270.5q0 -156 -91.5 -260.5t-244.5 -104.5zM2030 627q-113 0 -180.5 -76.5t-67.5 -214.5q0 -128 64 -204.5t177 -76.5q115 0 179.5 77.5t64.5 209.5q0 142 -64 213.5t-173 71.5z M1198 -25q-153 0 -242.5 101t-89.5 262q0 177 96 274t246 97t238 -98t88 -271q0 -156 -91.5 -260.5t-244.5 -104.5zM1206 627q-114 0 -181 -78t-67 -213q0 -129 64.5 -205t177.5 -76q115 0 179.5 77.5t64.5 209.5q0 141 -64 213t-174 72z"/>
<glyph glyph-name="Acircumflex" unicode="Â" horiz-adv-x="1288" d="M1118 0l-164 446h-622l-164 -446h-109l541 1434h94l535 -1434h-111zM678 1200q-11 30 -18 59q-7 25 -15 50h-4q-17 -66 -33 -107l-241 -665h553zM799 1535l-157 239l-160 -239h-82l221 336h45l219 -336h-86z"/>
<glyph glyph-name="Ecircumflex" unicode="Ê" horiz-adv-x="1024" d="M184 0v1434h670v-91h-571v-575h530v-90h-530v-588h604v-90h-703zM699 1537l-157 239l-160 -239h-82l221 336h45l219 -336h-86z"/>
<glyph glyph-name="Aacute" unicode="Á" horiz-adv-x="1288" d="M1118 0l-164 446h-622l-164 -446h-109l541 1434h94l535 -1434h-111zM678 1200q-11 30 -18 59q-7 25 -15 50h-4q-17 -66 -33 -107l-241 -665h553zM564 1530h-90l234 328h104z"/>
<glyph glyph-name="Edieresis" unicode="Ë" horiz-adv-x="1024" d="M184 0v1434h670v-91h-571v-575h530v-90h-530v-588h604v-90h-703zM714 1536q-27 0 -49 19.5t-22 52.5q0 31 21.5 50t47.5 19q29 0 52.5 -19.5t23.5 -49.5q0 -31 -21.5 -51.5t-52.5 -20.5zM381 1536q-28 0 -50 19.5t-22 52.5q0 31 22 50t48 19q29 0 52 -19.5t23 -49.5 q0 -31 -21 -51.5t-52 -20.5z"/>
<glyph glyph-name="Egrave" unicode="È" horiz-adv-x="1024" d="M184 0v1434h670v-91h-571v-575h530v-90h-530v-588h604v-90h-703zM556 1536l-248 328h104l234 -328h-90z"/>
<glyph glyph-name="Iacute" unicode="Í" horiz-adv-x="463" d="M421 1434v-90h-140v-1254h140v-90h-379v90h140v1254h-140v90h379zM260 1536h-90l234 328h104z"/>
<glyph glyph-name="Icircumflex" unicode="Î" horiz-adv-x="463" d="M421 1434v-90h-140v-1254h140v-90h-379v90h140v1254h-140v90h379zM389 1537l-157 239l-160 -239h-82l221 336h45l219 -336h-86z"/>
<glyph glyph-name="Idieresis" unicode="Ï" horiz-adv-x="463" d="M421 1434v-90h-140v-1254h140v-90h-379v90h140v1254h-140v90h379zM397 1536q-27 0 -49 19.5t-22 52.5q0 31 21.5 50t47.5 19q29 0 52.5 -19.5t23.5 -49.5q0 -31 -21.5 -51.5t-52.5 -20.5zM64 1536q-28 0 -50 19.5t-22 52.5q0 31 22 50t48 19q29 0 52 -19.5t23 -49.5 q0 -31 -21 -51.5t-52 -20.5z"/>
<glyph glyph-name="Igrave" unicode="Ì" horiz-adv-x="463" d="M421 1434v-90h-140v-1254h140v-90h-379v90h140v1254h-140v90h379zM211 1536l-248 328h104l234 -328h-90z"/>
<glyph glyph-name="Oacute" unicode="Ó" horiz-adv-x="1559" d="M774 -25q-304 0 -484.5 202t-180.5 525q0 343 185.5 549.5t506.5 206.5q290 0 469.5 -198.5t179.5 -520.5q0 -356 -184 -560t-492 -204zM784 1368q-250 0 -411.5 -181t-161.5 -474q0 -296 153 -471.5t408 -175.5q266 0 421 173.5t155 483.5q0 304 -151.5 474.5 t-412.5 170.5zM731 1536h-90l234 328h104z"/>
<glyph glyph-name="Ocircumflex" unicode="Ô" horiz-adv-x="1559" d="M774 -25q-304 0 -484.5 202t-180.5 525q0 343 185.5 549.5t506.5 206.5q290 0 469.5 -198.5t179.5 -520.5q0 -356 -184 -560t-492 -204zM784 1368q-250 0 -411.5 -181t-161.5 -474q0 -296 153 -471.5t408 -175.5q266 0 421 173.5t155 483.5q0 304 -151.5 474.5 t-412.5 170.5zM935 1536l-157 239l-160 -239h-82l221 336h45l219 -336h-86z"/>
<glyph glyph-name="Ograve" unicode="Ò" horiz-adv-x="1559" d="M774 -25q-304 0 -484.5 202t-180.5 525q0 343 185.5 549.5t506.5 206.5q290 0 469.5 -198.5t179.5 -520.5q0 -356 -184 -560t-492 -204zM784 1368q-250 0 -411.5 -181t-161.5 -474q0 -296 153 -471.5t408 -175.5q266 0 421 173.5t155 483.5q0 304 -151.5 474.5 t-412.5 170.5zM866 1535l-248 328h104l234 -328h-90z"/>
<glyph glyph-name="Uacute" unicode="Ú" horiz-adv-x="1327" d="M1161 573q0 -598 -510 -598q-485 0 -485 576v883h98v-869q0 -499 406 -499q393 0 393 485v883h98v-861zM663 1535h-90l234 328h104z"/>
<glyph glyph-name="Ucircumflex" unicode="Û" horiz-adv-x="1327" d="M1161 573q0 -598 -510 -598q-485 0 -485 576v883h98v-869q0 -499 406 -499q393 0 393 485v883h98v-861zM859 1537l-157 239l-160 -239h-82l221 336h45l219 -336h-86z"/>
<glyph glyph-name="Ugrave" unicode="Ù" horiz-adv-x="1327" d="M1161 573q0 -598 -510 -598q-485 0 -485 576v883h98v-869q0 -499 406 -499q393 0 393 485v883h98v-861zM683 1536l-248 328h104l234 -328h-90z"/>
<glyph glyph-name="dotlessi" unicode="ı" horiz-adv-x="420" d="M164 0v1024h92v-1024h-92z"/>
<glyph glyph-name="circumflex" unicode="ˆ" horiz-adv-x="766" d="M528 1188l-157 239l-160 -239h-82l221 336h45l219 -336h-86z"/>
<glyph glyph-name="tilde" unicode="˜" horiz-adv-x="649" d="M664 1423q0 -103 -48.5 -163t-130.5 -60q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143h-72q0 100 48 160.5t128 60.5q72 0 160 -72q67 -59 117 -59q40 0 68 37t28 108h74z"/>
<glyph glyph-name="uni02C9" unicode="ˉ" horiz-adv-x="635" d="M61 1188v84h508v-84h-508z"/>
<glyph glyph-name="breve" unicode="˘" horiz-adv-x="610" d="M573 1423q-16 -108 -89.5 -171.5t-182.5 -63.5q-110 0 -182.5 62t-81.5 173h84q6 -75 55.5 -117t126.5 -42q68 0 120.5 43.5t61.5 115.5h88z"/>
<glyph glyph-name="dotaccent" unicode="˙" horiz-adv-x="365" d="M182 1188q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="ring" unicode="˚" horiz-adv-x="594" d="M297 1188q-86 0 -143.5 50.5t-57.5 133.5q0 80 57 132t144 52q88 0 144.5 -50.5t56.5 -133.5q0 -80 -58 -132t-143 -52zM297 1489q-57 0 -92 -32t-35 -85t36.5 -85t90.5 -32q57 0 93 32.5t36 84.5q0 57 -37.5 87t-91.5 30z"/>
<glyph glyph-name="cedilla" unicode="¸" horiz-adv-x="412" d="M57 -430v74q50 -6 86 -6q160 0 160 92q0 86 -145 86q-32 0 -64 -4v188h72v-117q225 0 225 -147q0 -170 -254 -170q-36 0 -80 4z"/>
<glyph glyph-name="hungarumlaut" unicode="˝" horiz-adv-x="633" d="M365 1188h-74l211 317h110zM143 1188h-73l211 317h110z"/>
<glyph glyph-name="ogonek" unicode="˛" horiz-adv-x="362" d="M305 0q-170 -135 -170 -240q0 -88 84 -88q38 0 80 17v-70q-49 -18 -94 -18q-70 0 -113 40.5t-43 112.5q0 55 42.5 122t125.5 124h88z"/>
<glyph glyph-name="caron" unicode="ˇ" horiz-adv-x="766" d="M412 1188h-45l-220 336h86l158 -240l160 240h82z"/>
<glyph glyph-name="Lslash" unicode="Ł" horiz-adv-x="938" d="M184 0v569l-114 -69v96l114 70v768h99v-709l366 223v-96l-366 -223v-539h575v-90h-674z"/>
<glyph glyph-name="lslash" unicode="ł" horiz-adv-x="502" d="M297 700v-700h-92v631l-180 -137v96l180 137v789h92v-719l182 135v-96z"/>
<glyph glyph-name="Scaron" unicode="Š" horiz-adv-x="1018" d="M139 51v113q154 -98 312 -98q168 0 255 69.5t87 194.5q0 110 -58.5 175.5t-253.5 178.5q-218 127 -276 212.5t-58 197.5q0 152 118 258t315 106q128 0 256 -43v-104q-126 57 -269 57q-146 0 -231.5 -74t-85.5 -188q0 -110 58.5 -175t252.5 -177q201 -114 267.5 -202.5 t66.5 -203.5q0 -165 -114.5 -269t-323.5 -104q-74 0 -170.5 23t-147.5 53zM566 1567h-45l-220 336h86l158 -240l160 240h82z"/>
<glyph glyph-name="scaron" unicode="š" horiz-adv-x="795" d="M111 45v111q52 -45 126 -71t128 -26q241 0 241 197q0 68 -53 116t-172 99q-147 64 -206.5 132.5t-59.5 166.5q0 125 95.5 202t235.5 77q132 0 226 -54v-104q-114 74 -236 74q-101 0 -163 -52.5t-62 -136.5q0 -73 39 -118.5t172 -104.5q160 -72 220 -133.5t60 -163.5 q0 -122 -91.5 -201.5t-252.5 -79.5q-148 0 -247 70zM445 1188h-45l-220 336h86l158 -240l160 240h82z"/>
<glyph glyph-name="Zcaron" unicode="Ž" horiz-adv-x="1167" d="M215 90h858v-90h-1007v31l868 1312h-799v91h952v-27zM648 1535h-45l-220 336h86l158 -240l160 240h82z"/>
<glyph glyph-name="zcaron" unicode="ž" horiz-adv-x="950" d="M207 84h661v-84h-811v35l680 905h-631v84h787v-25zM530 1188h-45l-220 336h86l158 -240l160 240h82z"/>
<glyph glyph-name="brokenbar" unicode="¦" horiz-adv-x="463" d="M184 715v852h95v-852h-95zM184 -481v852h95v-852h-95z"/>
<glyph glyph-name="Eth" unicode="Ð" horiz-adv-x="1380" d="M184 0v668h-149v88h149v678h359q358 0 543.5 -177.5t185.5 -519.5q0 -332 -201.5 -534.5t-548.5 -202.5h-338zM283 1343v-587h403v-88h-403v-578h225q318 0 489.5 165t171.5 478q0 610 -641 610h-245z"/>
<glyph glyph-name="eth" unicode="ð" horiz-adv-x="1090" d="M801 956l4 5q-102 180 -219 296l-299 -149l-35 70l276 133q-127 115 -252 202h150q81 -58 186 -155l301 149l35 -71l-280 -136q163 -169 247 -377t84 -413q0 -235 -121 -385t-331 -150q-220 0 -338.5 144t-118.5 387q0 241 128.5 392t338.5 151q147 0 244 -93zM557 965 q-167 0 -269 -127t-102 -334t96.5 -326t266.5 -119q163 0 258.5 122t95.5 331q0 453 -346 453z"/>
<glyph glyph-name="Yacute" unicode="Ý" horiz-adv-x="1106" d="M598 545v-545h-98v543l-439 891h111l334 -691q18 -36 45 -106h4q14 37 49 104l350 693h107zM532 1567h-90l234 328h104z"/>
<glyph glyph-name="yacute" unicode="ý" horiz-adv-x="928" d="M414 -209q-56 -138 -124 -205t-175 -67q-45 0 -80 14v92q36 -14 84 -14q123 0 194 170l95 227l-388 1016h103l309 -834q10 -27 14 -41q4 -19 9 -34h4l24 69l330 840h100zM448 1188h-90l234 328h104z"/>
<glyph glyph-name="Thorn" unicode="Þ" horiz-adv-x="1114" d="M283 338v-338h-99v1434h99v-238h247q455 0 455 -403q0 -204 -133 -329.5t-367 -125.5h-202zM283 1106v-678h204q191 0 293.5 91.5t102.5 260.5q0 326 -371 326h-229z"/>
<glyph glyph-name="thorn" unicode="þ" horiz-adv-x="1147" d="M260 182h-4v-653h-92v1987h92v-703h4q55 113 157.5 174.5t225.5 61.5q195 0 304.5 -134.5t109.5 -365.5q0 -257 -125.5 -415.5t-331.5 -158.5q-230 0 -340 207zM256 563v-129q0 -154 97 -264.5t255 -110.5q157 0 255 134.5t98 353.5q0 192 -90 305t-240 113 q-179 0 -277 -120t-98 -282z"/>
<glyph glyph-name="minus" unicode="" horiz-adv-x="1331" d="M213 555v84h907v-84h-907z"/>
<glyph glyph-name="multiply" unicode="×" horiz-adv-x="1331" d="M999 203l-333 336l-334 -336l-60 59l334 334l-334 336l60 59l334 -336l333 336l60 -59l-334 -336l334 -334z"/>
<glyph glyph-name="onenumerator" horiz-adv-x="674" d="M600 584h-471v82h195v682l-209 -70v88l295 94v-794h190v-82z"/>
<glyph glyph-name="twonumerator" horiz-adv-x="674" d="M596 584h-518v100l239 234q61 59 97.5 102t56 77t25.5 62.5t6 59.5q0 153 -158 153q-109 0 -221 -98v102q56 38 112 58t115 20q57 0 102 -16t76.5 -45.5t48.5 -70.5t17 -91q0 -39 -9.5 -77t-34 -81t-67 -94t-108.5 -115l-193 -186v-4h414v-90z"/>
<glyph glyph-name="threenumerator" horiz-adv-x="674" d="M561 811q0 -54 -19 -100t-55 -79.5t-88 -53t-118 -19.5q-107 0 -193 47v96q100 -63 195 -63q91 0 141.5 47t50.5 125q0 168 -235 168h-70v80h61q215 0 215 172q0 137 -153 137q-71 0 -172 -53v90q49 23 96.5 34t93.5 11q52 0 93.5 -15t70.5 -42.5t44.5 -65.5t15.5 -84 q0 -162 -148 -215v-4q85 -19 129.5 -77t44.5 -136z"/>
<glyph glyph-name="onehalf" unicode="½" horiz-adv-x="1622" d="M600 584h-471v82h195v682l-209 -70v88l295 94v-794h190v-82zM430 0h-98l862 1434h96zM1542 0h-518v100l240 234q60 59 96.5 102t56 77t25.5 62.5t6 59.5q0 153 -158 153q-111 0 -221 -98v103q112 77 227 77q57 0 102 -16t76.5 -45.5t48.5 -70.5t17 -91q0 -38 -9.5 -76 t-34 -81t-67 -94t-108.5 -115l-193 -187v-4h414v-90z"/>
<glyph glyph-name="onequarter" unicode="¼" horiz-adv-x="1513" d="M600 584h-471v82h195v682l-209 -70v88l295 94v-794h190v-82zM430 0h-98l862 1434h96zM1358 219v-219h-82v219h-393v64l385 567h90v-553h110v-78h-110zM1274 741q-33 -61 -45 -77l-246 -367h293v369l2 75h-4z"/>
<glyph glyph-name="threequarters" unicode="¾" horiz-adv-x="1513" d="M561 811q0 -54 -19 -100t-55 -79.5t-88 -53t-118 -19.5q-107 0 -193 47v96q100 -63 195 -63q91 0 141.5 47t50.5 125q0 168 -235 168h-70v80h61q215 0 215 172q0 137 -153 137q-71 0 -172 -53v90q49 23 96.5 34t93.5 11q52 0 93.5 -15t70.5 -42.5t44.5 -65.5t15.5 -84 q0 -162 -148 -215v-4q85 -19 129.5 -77t44.5 -136zM430 0h-98l862 1434h96zM1358 219v-219h-82v219h-393v64l385 567h90v-553h110v-78h-110zM1274 741q-33 -61 -45 -77l-246 -367h293v369l2 75h-4z"/>
<glyph glyph-name="franc" unicode="₣" horiz-adv-x="952" d="M555 323h-272v-323h-99v323h-159v90h159v1021h670v-91h-571v-585h530v-90h-530v-255h272v-90z"/>
<glyph glyph-name="Gbreve" unicode="Ğ" horiz-adv-x="1368" d="M1221 100q-222 -125 -457 -125q-293 0 -474 199t-181 522q0 326 195 544t521 218q189 0 367 -76v-108q-195 94 -381 94q-271 0 -435.5 -185t-164.5 -472q0 -302 154.5 -473.5t416.5 -171.5q194 0 340 84v473h-338v90h437v-613zM1054 1770q-16 -108 -89.5 -171.5 t-182.5 -63.5q-110 0 -182.5 62t-81.5 173h84q6 -75 55.5 -117t126.5 -42q68 0 120.5 43.5t61.5 115.5h88z"/>
<glyph glyph-name="gbreve" unicode="ğ" horiz-adv-x="1147" d="M983 76q0 -289 -126 -423t-392 -134q-148 0 -305 78v96q162 -90 307 -90q424 0 424 448v133h-4q-121 -209 -369 -209q-189 0 -308.5 137t-119.5 382t129 400t340 155q226 0 328 -187h4v162h92v-948zM891 631q0 136 -91.5 235t-238.5 99q-169 0 -272 -127t-103 -336 q0 -210 94.5 -326.5t249.5 -116.5q165 0 263 107t98 262v203zM846 1423q-16 -108 -89.5 -171.5t-182.5 -63.5q-110 0 -182.5 62t-81.5 173h84q6 -75 55.5 -117t126.5 -42q68 0 120.5 43.5t61.5 115.5h88z"/>
<glyph glyph-name="Idotaccent" unicode="İ" horiz-adv-x="463" d="M421 1434v-90h-140v-1254h140v-90h-379v90h140v1254h-140v90h379zM231 1537q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="Scedilla" unicode="Ş" horiz-adv-x="1018" d="M139 51v113q154 -98 312 -98q168 0 255 69.5t87 194.5q0 110 -58.5 175.5t-253.5 178.5q-218 127 -276 212.5t-58 197.5q0 152 118 258t315 106q128 0 256 -43v-104q-126 57 -269 57q-146 0 -231.5 -74t-85.5 -188q0 -110 58.5 -175t252.5 -177q201 -114 267.5 -202.5 t66.5 -203.5q0 -165 -114.5 -269t-323.5 -104q-74 0 -170.5 23t-147.5 53zM397 -430v74q50 -6 86 -6q160 0 160 92q0 86 -145 86q-32 0 -64 -4v188h72v-117q225 0 225 -147q0 -170 -254 -170q-36 0 -80 4z"/>
<glyph glyph-name="scedilla" unicode="ş" horiz-adv-x="795" d="M111 45v111q52 -45 126 -71t128 -26q241 0 241 197q0 68 -53 116t-172 99q-147 64 -206.5 132.5t-59.5 166.5q0 125 95.5 202t235.5 77q132 0 226 -54v-104q-114 74 -236 74q-101 0 -163 -52.5t-62 -136.5q0 -73 39 -118.5t172 -104.5q160 -72 220 -133.5t60 -163.5 q0 -122 -91.5 -201.5t-252.5 -79.5q-148 0 -247 70zM277 -430v74q50 -6 86 -6q160 0 160 92q0 86 -145 86q-32 0 -64 -4v188h72v-117q225 0 225 -147q0 -170 -254 -170q-36 0 -80 4z"/>
<glyph glyph-name="Cacute" unicode="Ć" horiz-adv-x="1272" d="M1137 47q-174 -72 -363 -72q-294 0 -479.5 197.5t-185.5 515.5q0 349 201 559.5t511 210.5q165 0 316 -53v-105q-151 68 -318 68q-270 0 -439 -183t-169 -487q0 -293 161.5 -462.5t409.5 -169.5q198 0 355 77v-96zM696 1536h-90l234 328h104z"/>
<glyph glyph-name="cacute" unicode="ć" horiz-adv-x="909" d="M827 45q-114 -70 -272 -70q-209 0 -337 143.5t-128 375.5q0 244 144 399.5t370 155.5q117 0 227 -48v-104q-110 68 -241 68q-180 0 -292 -129.5t-112 -335.5q0 -199 102.5 -320t270.5 -121q154 0 268 82v-96zM510 1188h-90l234 328h104z"/>
<glyph glyph-name="Ccaron" unicode="Č" horiz-adv-x="1272" d="M1137 47q-174 -72 -363 -72q-294 0 -479.5 197.5t-185.5 515.5q0 349 201 559.5t511 210.5q165 0 316 -53v-105q-151 68 -318 68q-270 0 -439 -183t-169 -487q0 -293 161.5 -462.5t409.5 -169.5q198 0 355 77v-96zM802 1536h-45l-220 336h86l158 -240l160 240h82z"/>
<glyph glyph-name="ccaron" unicode="č" horiz-adv-x="909" d="M827 45q-114 -70 -272 -70q-209 0 -337 143.5t-128 375.5q0 244 144 399.5t370 155.5q117 0 227 -48v-104q-110 68 -241 68q-180 0 -292 -129.5t-112 -335.5q0 -199 102.5 -320t270.5 -121q154 0 268 82v-96zM598 1188h-45l-220 336h86l158 -240l160 240h82z"/>
<glyph glyph-name="dcroat" unicode="đ" horiz-adv-x="1147" d="M891 0v186h-4q-50 -97 -148 -154t-221 -57q-189 0 -308.5 138t-119.5 381q0 248 130.5 401.5t338.5 153.5q230 0 328 -189h4v371h-335v84h335v201h92v-201h135v-84h-135v-1231h-92zM891 623q0 143 -90.5 242.5t-243.5 99.5q-161 0 -266 -123.5t-105 -339.5 q0 -212 94.5 -327.5t243.5 -115.5q175 0 271 108.5t96 264.5v191z"/>
<glyph glyph-name="uni00AF" unicode="¯" horiz-adv-x="850" d="M0 1641v90h850v-90h-850z"/>
<glyph glyph-name="uni2219" unicode="∙" horiz-adv-x="444" d="M227 625q-34 0 -57 24t-23 58t23 56.5t57 22.5t58 -22.5t24 -56.5t-24 -58t-58 -24z"/>
<glyph glyph-name="Abreve" unicode="Ă" horiz-adv-x="1288" d="M1118 0l-164 446h-622l-164 -446h-109l541 1434h94l535 -1434h-111zM678 1200q-11 30 -18 59q-7 25 -15 50h-4q-17 -66 -33 -107l-241 -665h553zM919 1772q-16 -108 -89.5 -171.5t-182.5 -63.5q-110 0 -182.5 62t-81.5 173h84q6 -75 55.5 -117t126.5 -42q68 0 120.5 43.5 t61.5 115.5h88z"/>
<glyph glyph-name="abreve" unicode="ă" horiz-adv-x="1012" d="M776 0v205h-4q-49 -105 -142.5 -167.5t-207.5 -62.5q-146 0 -231 82t-85 207q0 268 355 324l315 47q0 330 -248 330q-169 0 -329 -136v111q57 45 154.5 77t183.5 32q158 0 244.5 -98t86.5 -285v-666h-92zM494 510q-161 -23 -226 -74.5t-65 -167.5q0 -91 60.5 -150 t168.5 -59q148 0 246 109.5t98 282.5v100zM784 1423q-16 -108 -89.5 -171.5t-182.5 -63.5q-110 0 -182.5 62t-81.5 173h84q6 -75 55.5 -117t126.5 -42q68 0 120.5 43.5t61.5 115.5h88z"/>
<glyph glyph-name="Aogonek" unicode="Ą" horiz-adv-x="1288" d="M1118 0l-164 446h-622l-164 -446h-109l541 1434h94l535 -1434h-111zM678 1200q-11 30 -18 59q-7 25 -15 50h-4q-17 -66 -33 -107l-241 -665h553zM1206 0q-170 -135 -170 -240q0 -88 84 -88q38 0 80 17v-70q-49 -18 -94 -18q-70 0 -113 40.5t-43 112.5q0 55 42.5 122 t125.5 124h88z"/>
<glyph glyph-name="aogonek" unicode="ą" horiz-adv-x="1012" d="M776 0v205h-4q-49 -105 -142.5 -167.5t-207.5 -62.5q-146 0 -231 82t-85 207q0 268 355 324l315 47q0 330 -248 330q-169 0 -329 -136v111q57 45 154.5 77t183.5 32q158 0 244.5 -98t86.5 -285v-666h-92zM494 510q-161 -23 -226 -74.5t-65 -167.5q0 -91 60.5 -150 t168.5 -59q148 0 246 109.5t98 282.5v100zM864 0q-170 -135 -170 -240q0 -88 84 -88q38 0 80 17v-70q-49 -18 -94 -18q-70 0 -113 40.5t-43 112.5q0 55 42.5 122t125.5 124h88z"/>
<glyph glyph-name="Dcaron" unicode="Ď" horiz-adv-x="1380" d="M184 0v1434h359q357 0 543 -178t186 -519q0 -328 -199.5 -532.5t-550.5 -204.5h-338zM283 1343v-1253h225q319 0 490 165.5t171 477.5q0 610 -641 610h-245zM691 1536h-45l-220 336h86l158 -240l160 240h82z"/>
<glyph glyph-name="dcaron" unicode="ď" horiz-adv-x="1254" d="M891 0v186h-4q-50 -97 -148 -154t-221 -57q-189 0 -308.5 138t-119.5 381q0 248 130.5 401.5t338.5 153.5q230 0 328 -189h4v656h92v-1516h-92zM891 623q0 143 -90.5 242.5t-243.5 99.5q-161 0 -266 -123.5t-105 -339.5q0 -212 94.5 -327.5t243.5 -115.5q175 0 271 108.5 t96 264.5v191zM1301 1516l-126 -261h-79l93 261h112z"/>
<glyph glyph-name="Dcroat" unicode="Đ" horiz-adv-x="1380" d="M184 0v668h-149v88h149v678h359q358 0 543.5 -177.5t185.5 -519.5q0 -332 -201.5 -534.5t-548.5 -202.5h-338zM283 1343v-587h403v-88h-403v-578h225q318 0 489.5 165t171.5 478q0 610 -641 610h-245z"/>
<glyph glyph-name="Eogonek" unicode="Ę" horiz-adv-x="1024" d="M184 0v1434h670v-91h-571v-575h530v-90h-530v-588h604v-90h-703zM845 0q-170 -135 -170 -240q0 -88 84 -88q38 0 80 17v-70q-49 -18 -94 -18q-70 0 -113 40.5t-43 112.5q0 55 42.5 122t125.5 124h88z"/>
<glyph glyph-name="eogonek" unicode="ę" horiz-adv-x="1034" d="M186 508q0 -211 97.5 -330t267.5 -119q172 0 336 127v-98q-159 -113 -355 -113q-198 0 -320 142t-122 401q0 224 127.5 377.5t331.5 153.5q191 0 293 -134t102 -366v-41h-758zM848 592q-6 177 -85 275t-218 98q-144 0 -238.5 -96.5t-116.5 -276.5h658zM675 0 q-170 -135 -170 -240q0 -88 84 -88q38 0 80 17v-70q-49 -18 -94 -18q-70 0 -113 40.5t-43 112.5q0 55 42.5 122t125.5 124h88z"/>
<glyph glyph-name="Ecaron" unicode="Ě" horiz-adv-x="1024" d="M184 0v1434h670v-91h-571v-575h530v-90h-530v-588h604v-90h-703zM542 1536h-45l-220 336h86l158 -240l160 240h82z"/>
<glyph glyph-name="ecaron" unicode="ě" horiz-adv-x="1034" d="M186 508q0 -211 97.5 -330t267.5 -119q172 0 336 127v-98q-159 -113 -355 -113q-198 0 -320 142t-122 401q0 224 127.5 377.5t331.5 153.5q191 0 293 -134t102 -366v-41h-758zM848 592q-6 177 -85 275t-218 98q-144 0 -238.5 -96.5t-116.5 -276.5h658zM556 1188h-45 l-220 336h86l158 -240l160 240h82z"/>
<glyph glyph-name="Lacute" unicode="Ĺ" horiz-adv-x="938" d="M184 0v1434h99v-1344h575v-90h-674zM559 1536h-90l234 328h104z"/>
<glyph glyph-name="lacute" unicode="ĺ" horiz-adv-x="420" d="M164 0v1516h92v-1516h-92zM239 1621h-90l234 328h104z"/>
<glyph glyph-name="Lcaron" unicode="Ľ" horiz-adv-x="938" d="M184 0v1434h99v-1344h575v-90h-674zM825 1434l-126 -261h-79l93 261h112z"/>
<glyph glyph-name="lcaron" unicode="ľ" horiz-adv-x="527" d="M164 0v1516h92v-1516h-92zM574 1516l-126 -261h-79l93 261h112z"/>
<glyph glyph-name="Ldot" unicode="Ŀ" horiz-adv-x="938" d="M184 0v1434h99v-1344h575v-90h-674zM655 625q-34 0 -57 24t-23 58t23 56.5t57 22.5t58 -22.5t24 -56.5t-24 -58t-58 -24z"/>
<glyph glyph-name="ldot" unicode="ŀ" horiz-adv-x="538" d="M164 0v1516h92v-1516h-92zM455 625q-34 0 -57 24t-23 58t23 56.5t57 22.5t58 -22.5t24 -56.5t-24 -58t-58 -24z"/>
<glyph glyph-name="Nacute" unicode="Ń" horiz-adv-x="1452" d="M1198 0l-854 1159q-26 35 -46 70l-13 20h-4q2 -26 2 -63v-1186h-99v1434h76l848 -1149q28 -38 61 -92h5q-5 70 -5 120v1121h99v-1434h-70zM709 1536h-90l234 328h104z"/>
<glyph glyph-name="nacute" unicode="ń" horiz-adv-x="1096" d="M860 0v596q0 369 -266 369q-148 0 -243 -108.5t-95 -268.5v-588h-92v1024h92v-186h4q112 211 350 211q166 0 254 -110.5t88 -315.5v-623h-92zM539 1188h-90l234 328h104z"/>
<glyph glyph-name="Ncaron" unicode="Ň" horiz-adv-x="1452" d="M1198 0l-854 1159q-26 35 -46 70l-13 20h-4q2 -26 2 -63v-1186h-99v1434h76l848 -1149q28 -38 61 -92h5q-5 70 -5 120v1121h99v-1434h-70zM763 1536h-45l-220 336h86l158 -240l160 240h82z"/>
<glyph glyph-name="ncaron" unicode="ň" horiz-adv-x="1096" d="M860 0v596q0 369 -266 369q-148 0 -243 -108.5t-95 -268.5v-588h-92v1024h92v-186h4q112 211 350 211q166 0 254 -110.5t88 -315.5v-623h-92zM594 1188h-45l-220 336h86l158 -240l160 240h82z"/>
<glyph glyph-name="Ohungarumlaut" unicode="Ő" horiz-adv-x="1559" d="M774 -25q-304 0 -484.5 202t-180.5 525q0 343 185.5 549.5t506.5 206.5q290 0 469.5 -198.5t179.5 -520.5q0 -356 -184 -560t-492 -204zM784 1368q-250 0 -411.5 -181t-161.5 -474q0 -296 153 -471.5t408 -175.5q266 0 421 173.5t155 483.5q0 304 -151.5 474.5 t-412.5 170.5zM865 1537h-74l211 317h110zM643 1537h-73l211 317h110z"/>
<glyph glyph-name="ohungarumlaut" unicode="ő" horiz-adv-x="1149" d="M575 -25q-224 0 -354.5 147.5t-130.5 383.5q0 255 136.5 399t359.5 144q219 0 346 -143t127 -396q0 -239 -129.5 -387t-354.5 -148zM582 965q-181 0 -288.5 -122t-107.5 -339q0 -201 105 -323t287 -122q185 0 285 120t100 333q0 219 -99.5 336t-281.5 117zM676 1188h-74 l211 317h110zM454 1188h-73l211 317h110z"/>
<glyph glyph-name="Racute" unicode="Ŕ" horiz-adv-x="1137" d="M918 0l-191 420q-59 130 -118 174.5t-148 44.5h-178v-639h-99v1434h398q190 0 298.5 -102.5t108.5 -270.5q0 -155 -89 -259t-249 -134v-4q85 -34 166 -207l213 -457h-112zM283 1343v-614h247q164 0 260.5 86t96.5 236q0 137 -87 214.5t-249 77.5h-268zM555 1536h-90 l234 328h104z"/>
<glyph glyph-name="racute" unicode="ŕ" horiz-adv-x="676" d="M647 928q-46 33 -108 33q-121 0 -203 -125t-82 -355v-481h-90v1024h90v-227h4q35 117 111 182t176 65q57 0 102 -18v-98zM391 1188h-90l234 328h104z"/>
<glyph glyph-name="Rcaron" unicode="Ř" horiz-adv-x="1137" d="M918 0l-191 420q-59 130 -118 174.5t-148 44.5h-178v-639h-99v1434h398q190 0 298.5 -102.5t108.5 -270.5q0 -155 -89 -259t-249 -134v-4q85 -34 166 -207l213 -457h-112zM283 1343v-614h247q164 0 260.5 86t96.5 236q0 137 -87 214.5t-249 77.5h-268zM576 1536h-45 l-220 336h86l158 -240l160 240h82z"/>
<glyph glyph-name="rcaron" unicode="ř" horiz-adv-x="676" d="M647 928q-46 33 -108 33q-121 0 -203 -125t-82 -355v-481h-90v1024h90v-227h4q35 117 111 182t176 65q57 0 102 -18v-98zM412 1188h-45l-220 336h86l158 -240l160 240h82z"/>
<glyph glyph-name="Sacute" unicode="Ś" horiz-adv-x="1018" d="M139 51v113q154 -98 312 -98q168 0 255 69.5t87 194.5q0 110 -58.5 175.5t-253.5 178.5q-218 127 -276 212.5t-58 197.5q0 152 118 258t315 106q128 0 256 -43v-104q-126 57 -269 57q-146 0 -231.5 -74t-85.5 -188q0 -110 58.5 -175t252.5 -177q201 -114 267.5 -202.5 t66.5 -203.5q0 -165 -114.5 -269t-323.5 -104q-74 0 -170.5 23t-147.5 53zM498 1535h-90l234 328h104z"/>
<glyph glyph-name="sacute" unicode="ś" horiz-adv-x="795" d="M111 45v111q52 -45 126 -71t128 -26q241 0 241 197q0 68 -53 116t-172 99q-147 64 -206.5 132.5t-59.5 166.5q0 125 95.5 202t235.5 77q132 0 226 -54v-104q-114 74 -236 74q-101 0 -163 -52.5t-62 -136.5q0 -73 39 -118.5t172 -104.5q160 -72 220 -133.5t60 -163.5 q0 -122 -91.5 -201.5t-252.5 -79.5q-148 0 -247 70zM381 1188h-90l234 328h104z"/>
<glyph glyph-name="uni0162" unicode="Ţ" horiz-adv-x="1047" d="M573 1343v-1343h-98v1343h-414v91h926v-91h-414zM447 -430v74q50 -6 86 -6q160 0 160 92q0 86 -145 86q-32 0 -64 -4v188h72v-117q225 0 225 -147q0 -170 -254 -170q-36 0 -80 4z"/>
<glyph glyph-name="uni0163" unicode="ţ" horiz-adv-x="608" d="M569 14q-72 -34 -135 -34q-227 0 -227 272v688h-184v84h184v266q22 8 46 16q24 7 46 15v-297h270v-84h-270v-676q0 -106 33.5 -153.5t113.5 -47.5q57 0 123 37v-86zM278 -430v74q50 -6 86 -6q160 0 160 92q0 86 -145 86q-32 0 -64 -4v188h72v-117q225 0 225 -147 q0 -170 -254 -170q-36 0 -80 4z"/>
<glyph glyph-name="Tcaron" unicode="Ť" horiz-adv-x="1047" d="M573 1343v-1343h-98v1343h-414v91h926v-91h-414zM547 1536h-45l-220 336h86l158 -240l160 240h82z"/>
<glyph glyph-name="tcaron" unicode="ť" horiz-adv-x="664" d="M569 14q-72 -34 -135 -34q-227 0 -227 272v688h-184v84h184v266q22 8 46 16q24 7 46 15v-297h270v-84h-270v-676q0 -106 33.5 -153.5t113.5 -47.5q57 0 123 37v-86zM675 1516l-126 -261h-79l93 261h112z"/>
<glyph glyph-name="Uring" unicode="Ů" horiz-adv-x="1327" d="M1161 573q0 -598 -510 -598q-485 0 -485 576v883h98v-869q0 -499 406 -499q393 0 393 485v883h98v-861zM673 1535q-86 0 -143.5 50.5t-57.5 133.5q0 80 57 132t144 52q88 0 144.5 -50.5t56.5 -133.5q0 -80 -58 -132t-143 -52zM673 1836q-57 0 -92 -32t-35 -85t36.5 -85 t90.5 -32q57 0 93 32.5t36 84.5q0 57 -37.5 87t-91.5 30z"/>
<glyph glyph-name="uring" unicode="ů" horiz-adv-x="1096" d="M840 0v186h-4q-107 -211 -330 -211q-363 0 -363 457v592h93v-569q0 -208 68.5 -302t215.5 -94q143 0 231.5 105t88.5 280v580h92v-1024h-92zM538 1188q-86 0 -143.5 50.5t-57.5 133.5q0 80 57 132t144 52q88 0 144.5 -50.5t56.5 -133.5q0 -80 -58 -132t-143 -52z M538 1489q-57 0 -92 -32t-35 -85t36.5 -85t90.5 -32q57 0 93 32.5t36 84.5q0 57 -37.5 87t-91.5 30z"/>
<glyph glyph-name="Uhungarumlaut" unicode="Ű" horiz-adv-x="1327" d="M1161 573q0 -598 -510 -598q-485 0 -485 576v883h98v-869q0 -499 406 -499q393 0 393 485v883h98v-861zM758 1536h-74l211 317h110zM536 1536h-73l211 317h110z"/>
<glyph glyph-name="uhungarumlaut" unicode="ű" horiz-adv-x="1096" d="M840 0v186h-4q-107 -211 -330 -211q-363 0 -363 457v592h93v-569q0 -208 68.5 -302t215.5 -94q143 0 231.5 105t88.5 280v580h92v-1024h-92zM643 1188h-74l211 317h110zM421 1188h-73l211 317h110z"/>
<glyph glyph-name="Zacute" unicode="Ź" horiz-adv-x="1167" d="M215 90h858v-90h-1007v31l868 1312h-799v91h952v-27zM596 1537h-90l234 328h104z"/>
<glyph glyph-name="zacute" unicode="ź" horiz-adv-x="950" d="M207 84h661v-84h-811v35l680 905h-631v84h787v-25zM481 1188h-90l234 328h104z"/>
<glyph glyph-name="Zdotaccent" unicode="Ż" horiz-adv-x="1167" d="M215 90h858v-90h-1007v31l868 1312h-799v91h952v-27zM613 1535q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="zdotaccent" unicode="ż" horiz-adv-x="950" d="M207 84h661v-84h-811v35l680 905h-631v84h787v-25zM499 1188q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="Gamma" unicode="Γ" horiz-adv-x="938" d="M283 1343v-1343h-99v1434h674v-91h-575z"/>
<glyph glyph-name="Theta" unicode="Θ" horiz-adv-x="1559" d="M1450 739q0 -191 -52 -334t-142.5 -238.5t-214 -143.5t-267.5 -48q-162 0 -286 57t-208.5 155.5t-127.5 231t-43 283.5q0 163 45 301.5t132.5 239.5t217 158t297.5 57q149 0 269 -53.5t204.5 -148.5t130 -227.5t45.5 -289.5zM1348 723q0 160 -41.5 280.5t-116 201.5 t-178.5 122t-228 41q-123 0 -227.5 -46t-181.5 -131t-120.5 -206.5t-43.5 -271.5q0 -149 40 -269t113.5 -204t177 -129t230.5 -45t232.5 41.5t182 124t119 205.5t42.5 286zM528 672v90h502v-90h-502z"/>
<glyph glyph-name="Phi" unicode="Φ" horiz-adv-x="1573" d="M1464 750q0 -99 -21.5 -179t-60 -141.5t-90.5 -105.5t-113 -72t-128.5 -41.5t-135.5 -13.5h-79v-213h-99v213h-78q-128 0 -229.5 38.5t-173 109.5t-109.5 173t-38 230q0 135 43.5 236.5t118.5 169.5t175.5 102t215.5 34h75v160h99v-160h75q128 0 230.5 -39t174 -110.5 t110 -171t38.5 -219.5zM1362 748q0 106 -31 190t-89.5 142.5t-142 89t-188.5 30.5h-75v-913h79q104 0 187 30.5t140.5 89.5t88.5 144.5t31 196.5zM737 1200h-75q-91 0 -172.5 -25.5t-143.5 -80.5t-98.5 -141.5t-36.5 -207.5q0 -124 36.5 -211t98 -142t142.5 -80t171 -25h78 v913z"/>
<glyph glyph-name="alpha" unicode="α" horiz-adv-x="1223" d="M883 502q-27 93 -53.5 177t-64 147.5t-91 101t-133.5 37.5q-83 0 -148.5 -35.5t-111.5 -99.5t-70 -153.5t-24 -197.5q0 -98 22 -176t62.5 -132t98.5 -83t130 -29q61 0 113 26.5t96 76t81 119.5t69 157zM1105 -12q-35 0 -60.5 21.5t-46.5 67t-40 116t-41 168.5h-4 q-43 -104 -89 -177t-98 -119.5t-112.5 -68t-133.5 -21.5q-87 0 -159 35t-123 100t-79.5 157t-28.5 206q0 127 30 232.5t87 182t140.5 119t191.5 42.5q62 0 111.5 -17t88 -46.5t67.5 -70t52 -86.5t40 -95.5t32 -98.5h2q10 34 28 84t37.5 104t38 107t30.5 94h104 q-18 -49 -43.5 -116t-53.5 -138t-55.5 -141t-48.5 -125q23 -95 41 -163.5t32.5 -116.5t26.5 -78t23 -46.5t21.5 -22t21.5 -5.5q15 0 28 2.5t27 7.5v-80q-21 -7 -41 -10.5t-44 -3.5z"/>
<glyph glyph-name="delta" unicode="δ" horiz-adv-x="1184" d="M1094 459q0 -107 -36 -196t-102 -153t-160 -99.5t-210 -35.5q-111 0 -202 36t-156.5 98.5t-101.5 147t-36 181.5q0 110 40 195.5t104.5 150t147 109t167.5 72.5q-39 25 -84.5 56t-85 71t-66 90.5t-26.5 115.5q0 59 28 104.5t78.5 76t119.5 46t150 15.5q96 0 175.5 -21.5 t144.5 -50.5v-106q-35 21 -74 38t-80 29.5t-83 19.5t-81 7q-136 0 -208 -43.5t-72 -122.5q0 -47 21.5 -84t64.5 -74t108 -77t152 -92q81 -48 148 -103.5t115 -118.5t74 -133.5t26 -148.5zM997 444q0 87 -31 156.5t-82 125.5t-115.5 101.5t-131.5 83.5q-41 -13 -91 -31.5 t-100 -44.5t-97 -61.5t-83 -82.5t-58 -108t-22 -137q0 -93 33.5 -165.5t89.5 -121.5t130.5 -74.5t156.5 -25.5t155 25.5t127.5 75t86.5 121t32 163.5z"/>
<glyph glyph-name="epsilon" unicode="ε" horiz-adv-x="897" d="M827 29q-27 -11 -65.5 -20.5t-82.5 -17t-89.5 -12t-85.5 -4.5q-112 0 -192 24t-131 64.5t-75 95t-24 115.5q0 56 22 102t59 79.5t85 55t100 28.5v4q-41 8 -82 27t-73 48t-52 68t-20 88q0 78 34 131t88.5 85t123.5 45.5t139 13.5q34 0 72.5 -5t76 -12.5t70.5 -16t57 -16.5 v-96q-29 12 -64 23.5t-72 20t-74 13.5t-68 5q-148 0 -217.5 -50.5t-69.5 -142.5q0 -62 35.5 -101t89 -61t116.5 -29.5t117 -7.5h27h32.5t32 0.5t25.5 1.5v-88q-19 0 -41 1q-19 0 -44 0.5t-54 0.5q-184 0 -279.5 -52t-95.5 -165q0 -44 19 -83t60 -68t106 -45.5t157 -16.5 q38 0 79.5 6t82 15.5t78 21t67.5 23.5v-96z"/>
<glyph glyph-name="sigma" unicode="σ" horiz-adv-x="1149" d="M874 944q27 -39 53 -83.5t47 -99.5t33.5 -122t12.5 -152q0 -104 -29.5 -197t-87.5 -163t-144 -111t-198 -41q-109 0 -196.5 39t-148.5 108.5t-93.5 166.5t-32.5 213q0 121 29.5 218t91.5 164.5t157.5 103.5t227.5 36h537v-80h-259zM924 500q0 80 -14 145.5t-35 119.5 t-46.5 98t-48.5 81h-168q-112 0 -192.5 -29t-132.5 -86t-76.5 -140t-24.5 -191q0 -98 28 -178.5t77.5 -138.5t118.5 -90t151 -32q84 0 151 32.5t114 90.5t72.5 139t25.5 179z"/>
<glyph glyph-name="tau" unicode="τ" horiz-adv-x="997" d="M530 944v-692q0 -50 11.5 -84.5t31 -55.5t46 -30.5t57.5 -9.5q14 0 41 3t49 9v-82q-29 -8 -52 -11t-46 -3q-123 0 -176.5 76.5t-53.5 216.5v663h-170q-65 0 -124 -20t-101 -43v88q40 21 95.5 38t129.5 17h688v-80h-426z"/>
<glyph glyph-name="phi" unicode="φ" horiz-adv-x="1415" d="M1327 508q0 -101 -32.5 -197t-96.5 -170.5t-159 -120t-220 -45.5h-67v-456h-93v456h-61q-114 0 -207.5 36.5t-161 105.5t-104.5 168.5t-37 224.5q0 82 17 157t45.5 140.5t65.5 120t77 96.5h106q-42 -49 -81 -104.5t-68.5 -119.5t-47.5 -137t-18 -157q0 -117 36 -201 t94 -139t131.5 -81t148.5 -26h65v734q0 118 65 187t191 69q94 0 170.5 -40.5t130 -112.5t82.5 -171.5t29 -216.5zM1231 514q0 104 -26 187.5t-69.5 142t-99.5 90t-116 31.5q-44 0 -75.5 -13t-52 -36t-30.5 -54t-10 -67v-736h67q92 0 168 34.5t130 95.5t84 144t30 181z"/>
<glyph glyph-name="underscoredbl" unicode="‗" horiz-adv-x="850" d="M0 -550v90h850v-90h-850zM0 -268v90h850v-90h-850z"/>
<glyph glyph-name="exclamdbl" unicode="‼" horiz-adv-x="925" d="M332 403h-86l-10 1031h106zM291 -18q-34 0 -57 23.5t-23 57.5q0 35 23 57.5t57 22.5t58 -22.5t24 -57.5q0 -34 -24 -57.5t-58 -23.5zM673 403h-86l-10 1031h106zM632 -18q-34 0 -57 23.5t-23 57.5q0 35 23 57.5t57 22.5t58 -22.5t24 -57.5q0 -34 -24 -57.5t-58 -23.5z "/>
<glyph glyph-name="uni207F" unicode="ⁿ" horiz-adv-x="803" d="M598 717v406q0 251 -165 251q-94 0 -155 -74t-61 -183v-400h-92v717h86v-130h2q74 148 231 148q120 0 183 -77.5t63 -220.5v-437h-92z"/>
<glyph glyph-name="peseta" unicode="₧" horiz-adv-x="2218" d="M283 575v-575h-99v1434h296q223 0 339 -102t116 -300q0 -200 -131 -329q-131 -128 -365 -128h-156zM283 1343v-677h154q195 0 295.5 92t100.5 262q0 323 -371 323h-179zM1488 14q-71 -34 -135 -34q-227 0 -227 272v489h-154v84h154v266l92 31v-297h270v-84h-270v-477 q0 -98 33.5 -149.5t113.5 -51.5q58 0 123 37v-86zM1578 45v111q20 -21 49 -38.5t61.5 -30.5t65 -20.5t58.5 -7.5q103 0 163 40.5t60 118.5q0 37 -15 64t-43.5 48.5t-68.5 39.5t-91 36q-52 19 -95.5 40.5t-74.5 50t-48 66.5t-17 89q0 56 24 99.5t63.5 73t91 45t106.5 15.5 q58 0 117.5 -12t103.5 -35v-100q-24 15 -51.5 27t-56.5 20.5t-58 12.5t-54 4q-41 0 -77 -9t-63 -27t-42.5 -46.5t-15.5 -67.5q0 -33 12.5 -58t36.5 -44.5t59.5 -35.5t82.5 -33q56 -20 104 -42.5t83.5 -52.5t56 -70t20.5 -95q0 -63 -24 -109.5t-65.5 -76.5t-97 -45 t-118.5 -15q-67 0 -132 17.5t-110 52.5z"/>
<glyph glyph-name="IJ" unicode="IJ" horiz-adv-x="1151" d="M974 494q0 -519 -360 -519q-56 0 -109 15v96q59 -20 111 -20q138 0 199 104.5t61 325.5v938h98v-940zM421 1434v-90h-140v-1254h140v-90h-379v90h140v1254h-140v90h379z"/>
<glyph glyph-name="ij" unicode="ij" horiz-adv-x="840" d="M209 1282q-30 0 -53 22t-23 56q0 33 23.5 53.5t52.5 20.5q31 0 54.5 -20t23.5 -54q0 -32 -23 -55t-55 -23zM164 0v1024h92v-1024h-92zM629 1282q-30 0 -53 22t-23 56q0 33 23.5 53.5t52.5 20.5q31 0 54.5 -20t23.5 -54q0 -32 -23 -55t-55 -23zM676 29q0 -510 -362 -510 q-72 0 -146 35v96q80 -47 156 -47q260 0 260 409v1012h92v-995z"/>
<glyph glyph-name="napostrophe" unicode="ʼn" horiz-adv-x="1176" d="M940 0v596q0 369 -266 369q-148 0 -243 -108.5t-95 -268.5v-588h-92v1024h92v-186h4q112 211 350 211q166 0 254 -110.5t88 -315.5v-623h-92zM47 985h-73l125 449h104z"/>
<glyph glyph-name="minute" unicode="" horiz-adv-x="500" d="M340 1434l-96 -457h-84l64 457h116z"/>
<glyph glyph-name="second" unicode="″" horiz-adv-x="811" d="M340 1434l-96 -457h-84l64 457h116zM651 1434l-96 -457h-84l64 457h116z"/>
<glyph glyph-name="uni2105" unicode="℅" horiz-adv-x="1642" d="M1506 428q0 -177 -106 -309q-113 -139 -280 -139q-157 0 -233 103q-58 79 -58 193q0 172 107 303q115 142 287 142q130 0 206.5 -77.5t76.5 -215.5zM1451 1434l-1208 -1434h-107l1208 1434h107zM1414 423q0 217 -193 217q-133 0 -221 -122q-79 -111 -79 -243 q0 -215 202 -215q126 0 210 113q81 106 81 250zM726 1315q-86 55 -180 55q-147 0 -233 -124q-71 -103 -71 -230q0 -219 197 -219q83 0 193 59l-27 -103q-98 -40 -187 -40q-132 0 -203 85q-67 79 -67 209q0 184 107 311q116 136 305 136q120 0 194 -45z"/>
<glyph glyph-name="uni2113" unicode="" horiz-adv-x="662" d="M3 453l190 224v435q0 72 8 140t33 121.5t72 85.5t124 32q48 0 87.5 -14t68 -41t44 -66.5t15.5 -90.5q0 -57 -22 -120.5t-67 -137.5t-112.5 -162.5t-158.5 -196.5v-399q0 -48 6.5 -85.5t21.5 -64t40.5 -40.5t64.5 -14q45 0 94.5 29.5t103.5 76.5v-99q-52 -44 -104.5 -67.5 t-120.5 -23.5q-100 0 -149 68t-49 220v291l-130 -155zM285 785q129 152 199.5 272.5t70.5 219.5q0 36 -10.5 61t-27.5 41t-39.5 23.5t-47.5 7.5q-48 0 -76.5 -24.5t-44 -66t-20 -96.5t-4.5 -115v-323z"/>
<glyph glyph-name="uni25A1" unicode="□" horiz-adv-x="1237" d="M145 944h945v-944h-945v944zM221 868v-792h793v792h-793z"/>
<glyph glyph-name="uni25AA" unicode="▪" horiz-adv-x="725" d="M594 907v-463h-463v463h463z"/>
<glyph glyph-name="uni25AB" unicode="▫" horiz-adv-x="725" d="M594 907v-463h-463v463h463zM518 831h-311v-311h311v311z"/>
<glyph glyph-name="uni25CF" unicode="●" horiz-adv-x="1237" d="M618 1018q116 0 220.5 -59.5t160.5 -159.5q60 -107 60 -221q0 -184 -127.5 -312.5t-310.5 -128.5q-184 0 -313.5 128.5t-129.5 312.5q0 119 60 223t165.5 160.5t214.5 56.5z"/>
<glyph glyph-name="openbullet" unicode="◦" horiz-adv-x="725" d="M363 928q104 0 177.5 -73.5t73.5 -176.5q0 -105 -73 -178.5t-178 -73.5q-104 0 -177.5 74t-73.5 178q0 102 73.5 176t177.5 74zM362 852q-72 0 -123 -51t-51 -123q0 -74 51 -125t125 -51q73 0 123.5 51t50.5 125q0 73 -51.5 123.5t-124.5 50.5z"/>
<glyph glyph-name="Amacron" unicode="Ā" horiz-adv-x="1288" d="M1118 0l-164 446h-622l-164 -446h-109l541 1434h94l535 -1434h-111zM678 1200q-11 30 -18 59q-7 25 -15 50h-4q-17 -66 -33 -107l-241 -665h553zM388 1536v84h508v-84h-508z"/>
<glyph glyph-name="amacron" unicode="ā" horiz-adv-x="1012" d="M776 0v205h-4q-49 -105 -142.5 -167.5t-207.5 -62.5q-146 0 -231 82t-85 207q0 268 355 324l315 47q0 330 -248 330q-169 0 -329 -136v111q57 45 154.5 77t183.5 32q158 0 244.5 -98t86.5 -285v-666h-92zM494 510q-161 -23 -226 -74.5t-65 -167.5q0 -91 60.5 -150 t168.5 -59q148 0 246 109.5t98 282.5v100zM267 1188v84h508v-84h-508z"/>
<glyph glyph-name="Ccircumflex" unicode="Ĉ" horiz-adv-x="1272" d="M1137 47q-174 -72 -363 -72q-294 0 -479.5 197.5t-185.5 515.5q0 349 201 559.5t511 210.5q165 0 316 -53v-105q-151 68 -318 68q-270 0 -439 -183t-169 -487q0 -293 161.5 -462.5t409.5 -169.5q198 0 355 77v-96zM920 1537l-157 239l-160 -239h-82l221 336h45l219 -336 h-86z"/>
<glyph glyph-name="ccircumflex" unicode="ĉ" horiz-adv-x="909" d="M827 45q-114 -70 -272 -70q-209 0 -337 143.5t-128 375.5q0 244 144 399.5t370 155.5q117 0 227 -48v-104q-110 68 -241 68q-180 0 -292 -129.5t-112 -335.5q0 -199 102.5 -320t270.5 -121q154 0 268 82v-96zM704 1188l-157 239l-160 -239h-82l221 336h45l219 -336h-86z "/>
<glyph glyph-name="Cdotaccent" unicode="Ċ" horiz-adv-x="1272" d="M1137 47q-174 -72 -363 -72q-294 0 -479.5 197.5t-185.5 515.5q0 349 201 559.5t511 210.5q165 0 316 -53v-105q-151 68 -318 68q-270 0 -439 -183t-169 -487q0 -293 161.5 -462.5t409.5 -169.5q198 0 355 77v-96zM767 1536q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5 q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="cdotaccent" unicode="ċ" horiz-adv-x="909" d="M827 45q-114 -70 -272 -70q-209 0 -337 143.5t-128 375.5q0 244 144 399.5t370 155.5q117 0 227 -48v-104q-110 68 -241 68q-180 0 -292 -129.5t-112 -335.5q0 -199 102.5 -320t270.5 -121q154 0 268 82v-96zM560 1188q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5 q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="Emacron" unicode="Ē" horiz-adv-x="1024" d="M184 0v1434h670v-91h-571v-575h530v-90h-530v-588h604v-90h-703zM273 1535v84h508v-84h-508z"/>
<glyph glyph-name="emacron" unicode="ē" horiz-adv-x="1034" d="M186 508q0 -211 97.5 -330t267.5 -119q172 0 336 127v-98q-159 -113 -355 -113q-198 0 -320 142t-122 401q0 224 127.5 377.5t331.5 153.5q191 0 293 -134t102 -366v-41h-758zM848 592q-6 177 -85 275t-218 98q-144 0 -238.5 -96.5t-116.5 -276.5h658zM285 1188v84h508 v-84h-508z"/>
<glyph glyph-name="Ebreve" unicode="Ĕ" horiz-adv-x="1024" d="M184 0v1434h670v-91h-571v-575h530v-90h-530v-588h604v-90h-703zM805 1772q-16 -108 -89.5 -171.5t-182.5 -63.5q-110 0 -182.5 62t-81.5 173h84q6 -75 55.5 -117t126.5 -42q68 0 120.5 43.5t61.5 115.5h88z"/>
<glyph glyph-name="ebreve" unicode="ĕ" horiz-adv-x="1034" d="M186 508q0 -211 97.5 -330t267.5 -119q172 0 336 127v-98q-159 -113 -355 -113q-198 0 -320 142t-122 401q0 224 127.5 377.5t331.5 153.5q191 0 293 -134t102 -366v-41h-758zM848 592q-6 177 -85 275t-218 98q-144 0 -238.5 -96.5t-116.5 -276.5h658zM810 1423 q-16 -108 -89.5 -171.5t-182.5 -63.5q-110 0 -182.5 62t-81.5 173h84q6 -75 55.5 -117t126.5 -42q68 0 120.5 43.5t61.5 115.5h88z"/>
<glyph glyph-name="Edotaccent" unicode="Ė" horiz-adv-x="1024" d="M184 0v1434h670v-91h-571v-575h530v-90h-530v-588h604v-90h-703zM524 1536q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="edotaccent" unicode="ė" horiz-adv-x="1034" d="M186 508q0 -211 97.5 -330t267.5 -119q172 0 336 127v-98q-159 -113 -355 -113q-198 0 -320 142t-122 401q0 224 127.5 377.5t331.5 153.5q191 0 293 -134t102 -366v-41h-758zM848 592q-6 177 -85 275t-218 98q-144 0 -238.5 -96.5t-116.5 -276.5h658zM541 1188 q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="Gcircumflex" unicode="Ĝ" horiz-adv-x="1368" d="M1221 100q-222 -125 -457 -125q-293 0 -474 199t-181 522q0 326 195 544t521 218q189 0 367 -76v-108q-195 94 -381 94q-271 0 -435.5 -185t-164.5 -472q0 -302 154.5 -473.5t416.5 -171.5q194 0 340 84v473h-338v90h437v-613zM934 1538l-157 239l-160 -239h-82l221 336 h45l219 -336h-86z"/>
<glyph glyph-name="gcircumflex" unicode="ĝ" horiz-adv-x="1147" d="M983 76q0 -289 -126 -423t-392 -134q-148 0 -305 78v96q162 -90 307 -90q424 0 424 448v133h-4q-121 -209 -369 -209q-189 0 -308.5 137t-119.5 382t129 400t340 155q226 0 328 -187h4v162h92v-948zM891 631q0 136 -91.5 235t-238.5 99q-169 0 -272 -127t-103 -336 q0 -210 94.5 -326.5t249.5 -116.5q165 0 263 107t98 262v203zM729 1188l-157 239l-160 -239h-82l221 336h45l219 -336h-86z"/>
<glyph glyph-name="Gdotaccent" unicode="Ġ" horiz-adv-x="1368" d="M1221 100q-222 -125 -457 -125q-293 0 -474 199t-181 522q0 326 195 544t521 218q189 0 367 -76v-108q-195 94 -381 94q-271 0 -435.5 -185t-164.5 -472q0 -302 154.5 -473.5t416.5 -171.5q194 0 340 84v473h-338v90h437v-613zM772 1536q-31 0 -54.5 22t-23.5 56 t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="gdotaccent" unicode="ġ" horiz-adv-x="1147" d="M983 76q0 -289 -126 -423t-392 -134q-148 0 -305 78v96q162 -90 307 -90q424 0 424 448v133h-4q-121 -209 -369 -209q-189 0 -308.5 137t-119.5 382t129 400t340 155q226 0 328 -187h4v162h92v-948zM891 631q0 136 -91.5 235t-238.5 99q-169 0 -272 -127t-103 -336 q0 -210 94.5 -326.5t249.5 -116.5q165 0 263 107t98 262v203zM558 1188q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="Gcommaaccent" unicode="Ģ" horiz-adv-x="1368" d="M1221 100q-222 -125 -457 -125q-293 0 -474 199t-181 522q0 326 195 544t521 218q189 0 367 -76v-108q-195 94 -381 94q-271 0 -435.5 -185t-164.5 -472q0 -302 154.5 -473.5t416.5 -171.5q194 0 340 84v473h-338v90h437v-613zM658 -430v74q50 -6 86 -6q160 0 160 92 q0 86 -145 86q-32 0 -64 -4v188h72v-117q225 0 225 -147q0 -170 -254 -170q-36 0 -80 4z"/>
<glyph glyph-name="gcommaaccent" unicode="ģ" horiz-adv-x="1147" d="M470 1219l126 261h79l-93 -261h-112zM983 76q0 -289 -126 -423t-392 -134q-148 0 -305 78v96q162 -90 307 -90q424 0 424 448v133h-4q-121 -209 -369 -209q-189 0 -308.5 137t-119.5 382t129 400t340 155q226 0 328 -187h4v162h92v-948zM891 631q0 136 -91.5 235 t-238.5 99q-169 0 -272 -127t-103 -336q0 -210 94.5 -326.5t249.5 -116.5q165 0 263 107t98 262v203z"/>
<glyph glyph-name="Hcircumflex" unicode="Ĥ" horiz-adv-x="1386" d="M1104 0v688h-821v-688h-99v1434h99v-656h821v656h98v-1434h-98zM848 1536l-157 239l-160 -239h-82l221 336h45l219 -336h-86z"/>
<glyph glyph-name="hcircumflex" unicode="ĥ" horiz-adv-x="1096" d="M860 0v614q0 182 -66 266.5t-206 84.5q-132 0 -232 -103t-100 -295v-567h-92v1516h92v-676h4q121 209 352 209q166 0 253 -107t87 -307v-635h-92zM731 1617l-157 239l-160 -239h-82l221 336h45l219 -336h-86z"/>
<glyph glyph-name="Hbar" unicode="Ħ" horiz-adv-x="1386" d="M61 1045v91h123v298h99v-298h821v298h98v-298h123v-91h-123v-1045h-98v688h-821v-688h-99v1045h-123zM1104 778v267h-821v-267h821z"/>
<glyph glyph-name="hbar" unicode="ħ" horiz-adv-x="1096" d="M883 0v590q0 181 -66.5 265.5t-206.5 84.5q-29 0 -65 -7.5t-72.5 -25.5t-71.5 -48t-62 -74t-43.5 -104t-16.5 -138v-543h-93v1231h-135v84h135v201h93v-201h389v-84h-389v-416h4q24 44 58.5 82t78.5 66.5t97.5 44.5t117.5 16q86 0 150 -28.5t106 -82t63 -130t21 -173.5 v-610h-92z"/>
<glyph glyph-name="Itilde" unicode="Ĩ" horiz-adv-x="463" d="M421 1434v-90h-140v-1254h140v-90h-379v90h140v1254h-140v90h379zM545 1769q0 -103 -48.5 -163t-130.5 -60q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143h-72q0 100 48 160.5t128 60.5q72 0 160 -72q67 -59 117 -59q40 0 68 37t28 108h74z"/>
<glyph glyph-name="itilde" unicode="ĩ" horiz-adv-x="420" d="M164 0v1024h92v-1024h-92zM524 1423q0 -103 -48.5 -163t-130.5 -60q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143h-72q0 100 48 160.5t128 60.5q72 0 160 -72q67 -59 117 -59q40 0 68 37t28 108h74z"/>
<glyph glyph-name="Imacron" unicode="Ī" horiz-adv-x="463" d="M421 1434v-90h-140v-1254h140v-90h-379v90h140v1254h-140v90h379zM-20 1536v84h508v-84h-508z"/>
<glyph glyph-name="imacron" unicode="ī" horiz-adv-x="420" d="M164 0v1024h92v-1024h-92zM-44 1188v84h508v-84h-508z"/>
<glyph glyph-name="Ibreve" unicode="Ĭ" horiz-adv-x="463" d="M421 1434v-90h-140v-1254h140v-90h-379v90h140v1254h-140v90h379zM499 1771q-16 -108 -89.5 -171.5t-182.5 -63.5q-110 0 -182.5 62t-81.5 173h84q6 -75 55.5 -117t126.5 -42q68 0 120.5 43.5t61.5 115.5h88z"/>
<glyph glyph-name="ibreve" unicode="ĭ" horiz-adv-x="420" d="M164 0v1024h92v-1024h-92zM478 1423q-16 -108 -89.5 -171.5t-182.5 -63.5q-110 0 -182.5 62t-81.5 173h84q6 -75 55.5 -117t126.5 -42q68 0 120.5 43.5t61.5 115.5h88z"/>
<glyph glyph-name="Iogonek" unicode="Į" horiz-adv-x="463" d="M421 1434v-90h-140v-1254h140v-90h-379v90h140v1254h-140v90h379zM360 0q-170 -135 -170 -240q0 -88 84 -88q38 0 80 17v-70q-49 -18 -94 -18q-70 0 -113 40.5t-43 112.5q0 55 42.5 122t125.5 124h88z"/>
<glyph glyph-name="iogonek" unicode="į" horiz-adv-x="420" d="M209 1282q-30 0 -53 22t-23 56q0 33 23.5 53.5t52.5 20.5q31 0 54.5 -20t23.5 -54q0 -32 -23 -55t-55 -23zM164 0v1024h92v-1024h-92zM258 0q-170 -135 -170 -240q0 -88 84 -88q38 0 80 17v-70q-49 -18 -94 -18q-70 0 -113 40.5t-43 112.5q0 55 42.5 122t125.5 124h88z "/>
<glyph glyph-name="Jcircumflex" unicode="Ĵ" horiz-adv-x="664" d="M487 494q0 -519 -360 -519q-56 0 -109 15v96q59 -20 111 -20q138 0 199 104.5t61 325.5v938h98v-940zM591 1536l-157 239l-160 -239h-82l221 336h45l219 -336h-86z"/>
<glyph glyph-name="jcircumflex" unicode="ĵ" horiz-adv-x="420" d="M256 29q0 -510 -362 -510q-72 0 -146 35v96q80 -47 156 -47q260 0 260 409v1012h92v-995zM360 1188l-157 239l-160 -239h-82l221 336h45l219 -336h-86z"/>
<glyph glyph-name="Kcommaaccent" unicode="Ķ" horiz-adv-x="1079" d="M922 0l-611 686q-17 19 -24 33h-4v-719h-99v1434h99v-676h4q12 21 26 35l580 641h129l-629 -695l668 -739h-139zM668 -118l-126 -261h-79l93 261h112z"/>
<glyph glyph-name="kcommaaccent" unicode="ķ" horiz-adv-x="909" d="M750 0l-490 506h-4v-506h-92v1516h92v-977h4l465 485h119l-486 -496l525 -528h-133zM561 -118l-126 -261h-79l93 261h112z"/>
<glyph glyph-name="kgreenlandic" unicode="ĸ" horiz-adv-x="909" d="M750 0l-490 506h-4v-506h-92v1024h92v-485h4l465 485h119l-486 -496l525 -528h-133z"/>
<glyph glyph-name="Lcommaaccent" unicode="Ļ" horiz-adv-x="938" d="M184 0v1434h99v-1344h575v-90h-674zM426 -430v74q50 -6 86 -6q160 0 160 92q0 86 -145 86q-32 0 -64 -4v188h72v-117q225 0 225 -147q0 -170 -254 -170q-36 0 -80 4z"/>
<glyph glyph-name="lcommaaccent" unicode="ļ" horiz-adv-x="420" d="M164 0v1516h92v-1516h-92zM130 -430v74q50 -6 86 -6q160 0 160 92q0 86 -145 86q-32 0 -64 -4v188h72v-117q225 0 225 -147q0 -170 -254 -170q-36 0 -80 4z"/>
<glyph glyph-name="Ncommaaccent" unicode="Ņ" horiz-adv-x="1452" d="M1198 0l-854 1159q-26 35 -46 70l-13 20h-4q2 -26 2 -63v-1186h-99v1434h76l848 -1149q28 -38 61 -92h5q-5 70 -5 120v1121h99v-1434h-70zM800 -118l-126 -261h-79l93 261h112z"/>
<glyph glyph-name="ncommaaccent" unicode="ņ" horiz-adv-x="1096" d="M860 0v596q0 369 -266 369q-148 0 -243 -108.5t-95 -268.5v-588h-92v1024h92v-186h4q112 211 350 211q166 0 254 -110.5t88 -315.5v-623h-92zM627 -118l-126 -261h-79l93 261h112z"/>
<glyph glyph-name="Eng" unicode="Ŋ" horiz-adv-x="1444" d="M1268 0q0 -423 -329 -423q-57 0 -109 15v96q60 -20 111 -20q127 0 183 79t56 251v3l-836 1158q-13 17 -24.5 35t-21.5 35l-13 20h-4q1 -13 1.5 -28.5t0.5 -34.5v-1186h-99v1434h76l848 -1172q14 -19 29 -42t32 -50h5q-2 35 -3.5 65t-1.5 55v1144h99v-1434z"/>
<glyph glyph-name="eng" unicode="ŋ" horiz-adv-x="1096" d="M952 2q0 -215 -73.5 -319.5t-221.5 -104.5q-30 0 -67 9t-66 26v96q32 -23 67 -35t66 -12q106 0 154.5 83.5t48.5 256.5v594q0 369 -266 369q-149 0 -243 -109q-95 -109 -95 -268v-588h-92v1024h92v-186h4q112 211 350 211q167 0 254.5 -110t87.5 -316v-621z"/>
<glyph glyph-name="Omacron" unicode="Ō" horiz-adv-x="1559" d="M774 -25q-304 0 -484.5 202t-180.5 525q0 343 185.5 549.5t506.5 206.5q290 0 469.5 -198.5t179.5 -520.5q0 -356 -184 -560t-492 -204zM784 1368q-250 0 -411.5 -181t-161.5 -474q0 -296 153 -471.5t408 -175.5q266 0 421 173.5t155 483.5q0 304 -151.5 474.5 t-412.5 170.5zM536 1536v84h508v-84h-508z"/>
<glyph glyph-name="omacron" unicode="ō" horiz-adv-x="1149" d="M575 -25q-224 0 -354.5 147.5t-130.5 383.5q0 255 136.5 399t359.5 144q219 0 346 -143t127 -396q0 -239 -129.5 -387t-354.5 -148zM582 965q-181 0 -288.5 -122t-107.5 -339q0 -201 105 -323t287 -122q185 0 285 120t100 333q0 219 -99.5 336t-281.5 117zM334 1188v84 h508v-84h-508z"/>
<glyph glyph-name="Obreve" unicode="Ŏ" horiz-adv-x="1559" d="M774 -25q-304 0 -484.5 202t-180.5 525q0 343 185.5 549.5t506.5 206.5q290 0 469.5 -198.5t179.5 -520.5q0 -356 -184 -560t-492 -204zM784 1368q-250 0 -411.5 -181t-161.5 -474q0 -296 153 -471.5t408 -175.5q266 0 421 173.5t155 483.5q0 304 -151.5 474.5 t-412.5 170.5zM1059 1772q-16 -108 -89.5 -171.5t-182.5 -63.5q-110 0 -182.5 62t-81.5 173h84q6 -75 55.5 -117t126.5 -42q68 0 120.5 43.5t61.5 115.5h88z"/>
<glyph glyph-name="obreve" unicode="ŏ" horiz-adv-x="1149" d="M575 -25q-224 0 -354.5 147.5t-130.5 383.5q0 255 136.5 399t359.5 144q219 0 346 -143t127 -396q0 -239 -129.5 -387t-354.5 -148zM582 965q-181 0 -288.5 -122t-107.5 -339q0 -201 105 -323t287 -122q185 0 285 120t100 333q0 219 -99.5 336t-281.5 117zM852 1423 q-16 -108 -89.5 -171.5t-182.5 -63.5q-110 0 -182.5 62t-81.5 173h84q6 -75 55.5 -117t126.5 -42q68 0 120.5 43.5t61.5 115.5h88z"/>
<glyph glyph-name="Rcommaaccent" unicode="Ŗ" horiz-adv-x="1137" d="M918 0l-191 420q-59 130 -118 174.5t-148 44.5h-178v-639h-99v1434h398q190 0 298.5 -102.5t108.5 -270.5q0 -155 -89 -259t-249 -134v-4q85 -34 166 -207l213 -457h-112zM283 1343v-614h247q164 0 260.5 86t96.5 236q0 137 -87 214.5t-249 77.5h-268zM641 -118 l-126 -261h-79l93 261h112z"/>
<glyph glyph-name="rcommaaccent" unicode="ŗ" horiz-adv-x="676" d="M647 928q-46 33 -108 33q-121 0 -203 -125t-82 -355v-481h-90v1024h90v-227h4q35 117 111 182t176 65q57 0 102 -18v-98zM502 -118l-126 -261h-79l93 261h112z"/>
<glyph glyph-name="Scircumflex" unicode="Ŝ" horiz-adv-x="1018" d="M139 51v113q154 -98 312 -98q168 0 255 69.5t87 194.5q0 110 -58.5 175.5t-253.5 178.5q-218 127 -276 212.5t-58 197.5q0 152 118 258t315 106q128 0 256 -43v-104q-126 57 -269 57q-146 0 -231.5 -74t-85.5 -188q0 -110 58.5 -175t252.5 -177q201 -114 267.5 -202.5 t66.5 -203.5q0 -165 -114.5 -269t-323.5 -104q-74 0 -170.5 23t-147.5 53zM681 1536l-157 239l-160 -239h-82l221 336h45l219 -336h-86z"/>
<glyph glyph-name="scircumflex" unicode="ŝ" horiz-adv-x="795" d="M111 45v111q52 -45 126 -71t128 -26q241 0 241 197q0 68 -53 116t-172 99q-147 64 -206.5 132.5t-59.5 166.5q0 125 95.5 202t235.5 77q132 0 226 -54v-104q-114 74 -236 74q-101 0 -163 -52.5t-62 -136.5q0 -73 39 -118.5t172 -104.5q160 -72 220 -133.5t60 -163.5 q0 -122 -91.5 -201.5t-252.5 -79.5q-148 0 -247 70zM576 1188l-157 239l-160 -239h-82l221 336h45l219 -336h-86z"/>
<glyph glyph-name="Tbar" unicode="Ŧ" horiz-adv-x="1047" d="M573 1343v-576h324v-91h-324v-676h-98v676h-324v91h324v576h-414v91h926v-91h-414z"/>
<glyph glyph-name="tbar" unicode="ŧ" horiz-adv-x="608" d="M569 14q-72 -34 -135 -34q-227 0 -227 272v320h-164v84h164v284h-184v84h184v266q22 8 46 16q24 7 46 15v-297h270v-84h-270v-284h240v-84h-240v-308q0 -106 33.5 -153.5t113.5 -47.5q57 0 123 37v-86z"/>
<glyph glyph-name="Utilde" unicode="Ũ" horiz-adv-x="1327" d="M1161 573q0 -598 -510 -598q-485 0 -485 576v883h98v-869q0 -499 406 -499q393 0 393 485v883h98v-861zM978 1771q0 -103 -48.5 -163t-130.5 -60q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143h-72q0 100 48 160.5t128 60.5q72 0 160 -72q67 -59 117 -59q40 0 68 37 t28 108h74z"/>
<glyph glyph-name="utilde" unicode="ũ" horiz-adv-x="1096" d="M840 0v186h-4q-107 -211 -330 -211q-363 0 -363 457v592h93v-569q0 -208 68.5 -302t215.5 -94q143 0 231.5 105t88.5 280v580h92v-1024h-92zM851 1423q0 -103 -48.5 -163t-130.5 -60q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143h-72q0 100 48 160.5t128 60.5 q72 0 160 -72q67 -59 117 -59q40 0 68 37t28 108h74z"/>
<glyph glyph-name="Umacron" unicode="Ū" horiz-adv-x="1327" d="M1161 573q0 -598 -510 -598q-485 0 -485 576v883h98v-869q0 -499 406 -499q393 0 393 485v883h98v-861zM408 1535v84h508v-84h-508z"/>
<glyph glyph-name="umacron" unicode="ū" horiz-adv-x="1096" d="M840 0v186h-4q-107 -211 -330 -211q-363 0 -363 457v592h93v-569q0 -208 68.5 -302t215.5 -94q143 0 231.5 105t88.5 280v580h92v-1024h-92zM280 1188v84h508v-84h-508z"/>
<glyph glyph-name="Ubreve" unicode="Ŭ" horiz-adv-x="1327" d="M1161 573q0 -598 -510 -598q-485 0 -485 576v883h98v-869q0 -499 406 -499q393 0 393 485v883h98v-861zM927 1771q-16 -108 -89.5 -171.5t-182.5 -63.5q-110 0 -182.5 62t-81.5 173h84q6 -75 55.5 -117t126.5 -42q68 0 120.5 43.5t61.5 115.5h88z"/>
<glyph glyph-name="ubreve" unicode="ŭ" horiz-adv-x="1096" d="M840 0v186h-4q-107 -211 -330 -211q-363 0 -363 457v592h93v-569q0 -208 68.5 -302t215.5 -94q143 0 231.5 105t88.5 280v580h92v-1024h-92zM811 1423q-16 -108 -89.5 -171.5t-182.5 -63.5q-110 0 -182.5 62t-81.5 173h84q6 -75 55.5 -117t126.5 -42q68 0 120.5 43.5 t61.5 115.5h88z"/>
<glyph glyph-name="Uogonek" unicode="Ų" horiz-adv-x="1327" d="M1161 573q0 -598 -510 -598q-485 0 -485 576v883h98v-869q0 -499 406 -499q393 0 393 485v883h98v-861zM783 0q-170 -135 -170 -240q0 -88 84 -88q38 0 80 17v-70q-49 -18 -94 -18q-70 0 -113 40.5t-43 112.5q0 55 42.5 122t125.5 124h88z"/>
<glyph glyph-name="uogonek" unicode="ų" horiz-adv-x="1096" d="M840 0v186h-4q-107 -211 -330 -211q-363 0 -363 457v592h93v-569q0 -208 68.5 -302t215.5 -94q143 0 231.5 105t88.5 280v580h92v-1024h-92zM932 0q-170 -135 -170 -240q0 -88 84 -88q38 0 80 17v-70q-49 -18 -94 -18q-70 0 -113 40.5t-43 112.5q0 55 42.5 122t125.5 124 h88z"/>
<glyph glyph-name="Wcircumflex" unicode="Ŵ" horiz-adv-x="1833" d="M1362 0h-82l-319 1079q-24 83 -27 135h-4q-3 -44 -31 -133l-340 -1081h-82l-426 1434h111l327 -1149q22 -78 31 -127h4q6 37 35 127l354 1149h50l325 -1149q23 -80 31 -127h4q5 28 16 64l336 1212h107zM1086 1536l-157 239l-160 -239h-82l221 336h45l219 -336h-86z"/>
<glyph glyph-name="wcircumflex" unicode="ŵ" horiz-adv-x="1386" d="M1032 0h-86l-223 772q-9 32 -16 86h-5q-2 -23 -20 -84l-250 -774h-86l-309 1024h102l238 -817q9 -32 14 -86h8q2 29 19 86l260 817h63l232 -817q8 -29 14 -86h8q0 29 17 86l243 817h95zM861 1188l-157 239l-160 -239h-82l221 336h45l219 -336h-86z"/>
<glyph glyph-name="Ycircumflex" unicode="Ŷ" horiz-adv-x="1106" d="M598 545v-545h-98v543l-439 891h111l334 -691q18 -36 45 -106h4q14 37 49 104l350 693h107zM704 1535l-157 239l-160 -239h-82l221 336h45l219 -336h-86z"/>
<glyph glyph-name="ycircumflex" unicode="ŷ" horiz-adv-x="928" d="M414 -209q-56 -138 -124 -205t-175 -67q-45 0 -80 14v92q36 -14 84 -14q123 0 194 170l95 227l-388 1016h103l309 -834q10 -27 14 -41q4 -19 9 -34h4l24 69l330 840h100zM613 1188l-157 239l-160 -239h-82l221 336h45l219 -336h-86z"/>
<glyph glyph-name="longs" unicode="ſ" horiz-adv-x="510" d="M557 1419q-37 29 -112 29q-189 0 -189 -254v-1194h-92v1202q0 162 81.5 246t203.5 84q65 0 108 -19v-94z"/>
<glyph glyph-name="Aringacute" unicode="Ǻ" horiz-adv-x="1288" d="M1118 0l-164 446h-622l-164 -446h-109l541 1434h94l535 -1434h-111zM678 1200q-11 30 -18 59q-7 25 -15 50h-4q-17 -66 -33 -107l-241 -665h553zM645 1367q-86 0 -143.5 50.5t-57.5 133.5q0 80 57 132t144 52q88 0 144.5 -50.5t56.5 -133.5q0 -80 -58 -132t-143 -52z M645 1668q-57 0 -92 -32t-35 -85t36.5 -85t90.5 -32q57 0 93 32.5t36 84.5q0 57 -37.5 87t-91.5 30zM628 1802h-90l234 328h104z"/>
<glyph glyph-name="aringacute" unicode="ǻ" horiz-adv-x="1012" d="M815 0v205h-4q-49 -105 -142.5 -167.5t-207.5 -62.5q-146 0 -231 82t-85 207q0 268 355 324l315 47q0 330 -248 330q-169 0 -329 -136v111q57 45 154.5 77t183.5 32q158 0 244.5 -98t86.5 -285v-666h-92zM533 510q-161 -23 -226 -74.5t-65 -167.5q0 -91 60.5 -150 t168.5 -59q148 0 246 109.5t98 282.5v100zM560 1188q-86 0 -143.5 50.5t-57.5 133.5q0 80 57 132t144 52q88 0 144.5 -50.5t56.5 -133.5q0 -80 -58 -132t-143 -52zM560 1489q-57 0 -92 -32t-35 -85t36.5 -85t90.5 -32q57 0 93 32.5t36 84.5q0 57 -37.5 87t-91.5 30z M533 1620h-90l234 328h104z"/>
<glyph glyph-name="AEacute" unicode="Ǽ" horiz-adv-x="1706" d="M846 0v446h-502l-219 -446h-109l697 1434h803v-97h-572v-571h531v-90h-531v-586h604v-90h-702zM846 1337h-78l-383 -800h461v800zM1043 1536h-90l234 328h104z"/>
<glyph glyph-name="aeacute" unicode="ǽ" horiz-adv-x="1718" d="M868 508q0 -211 97.5 -330t267.5 -119q172 0 336 127v-98q-159 -113 -355 -113q-136 0 -240 74.5t-151 210.5h-4q-133 -285 -391 -285q-150 0 -236 80.5t-86 208.5q0 143 99 225t287 91l284 12q0 373 -239 373q-186 0 -338 -134v109q161 109 348 109q230 0 295 -254h4 q126 254 383 254q190 0 293.5 -133t103.5 -367v-41h-758zM1530 592q-6 177 -85 275t-218 98q-144 0 -238.5 -96.5t-116.5 -276.5h658zM776 508l-264 -8q-156 -5 -232.5 -58.5t-76.5 -173.5q0 -98 63.5 -153.5t171.5 -55.5q136 0 237 107.5t101 259.5v82zM816 1188h-90 l234 328h104z"/>
<glyph glyph-name="Oslashacute" unicode="Ǿ" horiz-adv-x="1559" d="M317 147l-170 -202l-63 51l178 213q-153 200 -153 493q0 343 185.5 549.5t506.5 206.5q235 0 399 -131l139 166l64 -53l-141 -168q188 -201 188 -533q0 -356 -184 -560t-492 -204q-274 0 -457 172zM1139 1253q-144 115 -355 115q-250 0 -411.5 -181t-161.5 -474 q0 -258 117 -426zM1198 1196l-817 -973q153 -157 391 -157q266 0 421 173.5t155 483.5q0 298 -150 473zM733 1536h-90l234 328h104z"/>
<glyph glyph-name="oslashacute" unicode="ǿ" horiz-adv-x="1149" d="M961 870q98 -140 98 -360q0 -239 -129.5 -387t-354.5 -148q-192 0 -319 113l-166 -184l-61 57l170 189q-109 146 -109 356q0 255 136.5 399t359.5 144q199 0 321 -115l172 190l62 -55zM846 866q-99 99 -264 99q-181 0 -288.5 -122t-107.5 -339q0 -167 76 -285zM897 799 l-582 -643q104 -97 263 -97q185 0 285 120t100 333q0 171 -66 287zM563 1188h-90l234 328h104z"/>
<glyph glyph-name="anoteleia" unicode="·" horiz-adv-x="444" d="M336 623q0 -47 -33 -80t-80 -33q-46 0 -78 33t-32 80q0 46 32 79t78 33q47 0 80 -33t33 -79z"/>
<glyph glyph-name="Wgrave" unicode="Ẁ" horiz-adv-x="1833" d="M1362 0h-82l-319 1079q-24 83 -27 135h-4q-3 -44 -31 -133l-340 -1081h-82l-426 1434h111l327 -1149q22 -78 31 -127h4q6 37 35 127l354 1149h50l325 -1149q23 -80 31 -127h4q5 28 16 64l336 1212h107zM920 1536l-248 328h104l234 -328h-90z"/>
<glyph glyph-name="wgrave" unicode="ẁ" horiz-adv-x="1386" d="M1032 0h-86l-223 772q-9 32 -16 86h-5q-2 -23 -20 -84l-250 -774h-86l-309 1024h102l238 -817q9 -32 14 -86h8q2 29 19 86l260 817h63l232 -817q8 -29 14 -86h8q0 29 17 86l243 817h95zM692 1188l-248 328h104l234 -328h-90z"/>
<glyph glyph-name="Wacute" unicode="Ẃ" horiz-adv-x="1833" d="M1362 0h-82l-319 1079q-24 83 -27 135h-4q-3 -44 -31 -133l-340 -1081h-82l-426 1434h111l327 -1149q22 -78 31 -127h4q6 37 35 127l354 1149h50l325 -1149q23 -80 31 -127h4q5 28 16 64l336 1212h107zM951 1536h-90l234 328h104z"/>
<glyph glyph-name="wacute" unicode="ẃ" horiz-adv-x="1386" d="M1032 0h-86l-223 772q-9 32 -16 86h-5q-2 -23 -20 -84l-250 -774h-86l-309 1024h102l238 -817q9 -32 14 -86h8q2 29 19 86l260 817h63l232 -817q8 -29 14 -86h8q0 29 17 86l243 817h95zM744 1188h-90l234 328h104z"/>
<glyph glyph-name="Wdieresis" unicode="Ẅ" horiz-adv-x="1833" d="M1362 0h-82l-319 1079q-24 83 -27 135h-4q-3 -44 -31 -133l-340 -1081h-82l-426 1434h111l327 -1149q22 -78 31 -127h4q6 37 35 127l354 1149h50l325 -1149q23 -80 31 -127h4q5 28 16 64l336 1212h107zM1095 1537q-27 0 -49 19.5t-22 52.5q0 31 21.5 50t47.5 19 q29 0 52.5 -19.5t23.5 -49.5q0 -31 -21.5 -51.5t-52.5 -20.5zM762 1537q-28 0 -50 19.5t-22 52.5q0 31 22 50t48 19q29 0 52 -19.5t23 -49.5q0 -31 -21 -51.5t-52 -20.5z"/>
<glyph glyph-name="wdieresis" unicode="ẅ" horiz-adv-x="1386" d="M1032 0h-86l-223 772q-9 32 -16 86h-5q-2 -23 -20 -84l-250 -774h-86l-309 1024h102l238 -817q9 -32 14 -86h8q2 29 19 86l260 817h63l232 -817q8 -29 14 -86h8q0 29 17 86l243 817h95zM871 1188q-27 0 -49 19.5t-22 52.5q0 31 21.5 50t47.5 19q29 0 52.5 -19.5 t23.5 -49.5q0 -31 -21.5 -51.5t-52.5 -20.5zM538 1188q-28 0 -50 19.5t-22 52.5q0 31 22 50t48 19q29 0 52 -19.5t23 -49.5q0 -31 -21 -51.5t-52 -20.5z"/>
<glyph glyph-name="Ygrave" unicode="Ỳ" horiz-adv-x="1106" d="M598 545v-545h-98v543l-439 891h111l334 -691q18 -36 45 -106h4q14 37 49 104l350 693h107zM540 1536l-248 328h104l234 -328h-90z"/>
<glyph glyph-name="ygrave" unicode="ỳ" horiz-adv-x="928" d="M414 -209q-56 -138 -124 -205t-175 -67q-45 0 -80 14v92q36 -14 84 -14q123 0 194 170l95 227l-388 1016h103l309 -834q10 -27 14 -41q4 -19 9 -34h4l24 69l330 840h100zM443 1188l-248 328h104l234 -328h-90z"/>
<glyph glyph-name="quotereversed" unicode="" horiz-adv-x="438" d="M96 1434h104l125 -449h-73z"/>
<glyph glyph-name="uni203E" unicode="‾" horiz-adv-x="850" d="M850 1397h-850v119h850v-119z"/>
<glyph glyph-name="lira" unicode="₤" horiz-adv-x="1055" d="M420 894h328v-90h-328v-183h328v-90h-328v-46q0 -295 -213 -401h741v-84h-868v86q248 103 248 365v80h-228v90h228v183h-228v90h228v148q0 188 99 302t263 114q96 0 182 -35v-94q-90 45 -186 45q-125 0 -195.5 -88t-70.5 -256v-136z"/>
<glyph glyph-name="estimated" unicode="" horiz-adv-x="1229" d="M1144 530h-828l1 -370q120 -121 296 -121q255 0 396 246l71 -43q-96 -140 -196 -204q-115 -73 -270 -73q-237 0 -383 161t-146 404q0 245 139 402q146 164 387 164q244 0 387 -163q134 -152 146 -403zM912 604v297q-130 123 -303 123q-174 0 -293 -123v-297h596z"/>
<glyph glyph-name="oneeighth" unicode="⅛" horiz-adv-x="1622" d="M600 584h-471v82h195v682l-209 -70v88l295 94v-794h190v-82zM430 0h-98l862 1434h96zM1475 217q2 66 -48 113.5t-149 81.5q-91 -31 -138.5 -76.5t-47.5 -114.5q0 -41 16 -71t42.5 -49.5t60.5 -28.5t69 -9q33 0 67.5 9.5t62.5 28.5t46 48t19 68zM1446 649q0 33 -12 59 t-33 43.5t-50 27t-63 9.5t-63.5 -10t-52 -28.5t-35.5 -43.5t-13 -55q0 -62 42.5 -100t117.5 -66q79 29 120.5 67t41.5 97zM1565 225q0 -66 -26.5 -112t-68.5 -75.5t-93.5 -42.5t-100.5 -13q-45 0 -94 12t-89 39.5t-66 72t-26 109.5q0 84 49 140t134 94q-69 32 -110.5 80.5 t-41.5 119.5q0 58 22.5 99.5t58.5 68.5t82 40t93 13q46 0 91 -13t80 -39t57 -65t22 -91q0 -42 -12.5 -74.5t-34.5 -58t-52.5 -45t-66.5 -35.5q43 -16 78.5 -37.5t61 -49t39.5 -61.5t14 -76z"/>
<glyph glyph-name="threeeighths" unicode="⅜" horiz-adv-x="1622" d="M430 0h-98l862 1434h96zM1475 217q2 66 -48 113.5t-149 81.5q-91 -31 -138.5 -76.5t-47.5 -114.5q0 -41 16 -71t42.5 -49.5t60.5 -28.5t69 -9q33 0 67.5 9.5t62.5 28.5t46 48t19 68zM1446 649q0 33 -12 59t-33 43.5t-50 27t-63 9.5t-63.5 -10t-52 -28.5t-35.5 -43.5 t-13 -55q0 -62 42.5 -100t117.5 -66q79 29 120.5 67t41.5 97zM1565 225q0 -66 -26.5 -112t-68.5 -75.5t-93.5 -42.5t-100.5 -13q-45 0 -94 12t-89 39.5t-66 72t-26 109.5q0 84 49 140t134 94q-69 32 -110.5 80.5t-41.5 119.5q0 58 22.5 99.5t58.5 68.5t82 40t93 13 q46 0 91 -13t80 -39t57 -65t22 -91q0 -42 -12.5 -74.5t-34.5 -58t-52.5 -45t-66.5 -35.5q43 -16 78.5 -37.5t61 -49t39.5 -61.5t14 -76zM561 811q0 -54 -19 -100t-55 -79.5t-88 -53t-118 -19.5q-107 0 -193 47v96q100 -63 195 -63q91 0 141.5 47t50.5 125q0 168 -235 168 h-70v80h61q215 0 215 172q0 137 -153 137q-71 0 -172 -53v90q49 23 96.5 34t93.5 11q52 0 93.5 -15t70.5 -42.5t44.5 -65.5t15.5 -84q0 -162 -148 -215v-4q85 -19 129.5 -77t44.5 -136z"/>
<glyph glyph-name="fiveeighths" unicode="⅝" horiz-adv-x="1622" d="M430 0h-98l862 1434h96zM1475 217q2 66 -48 113.5t-149 81.5q-91 -31 -138.5 -76.5t-47.5 -114.5q0 -41 16 -71t42.5 -49.5t60.5 -28.5t69 -9q33 0 67.5 9.5t62.5 28.5t46 48t19 68zM1446 649q0 33 -12 59t-33 43.5t-50 27t-63 9.5t-63.5 -10t-52 -28.5t-35.5 -43.5 t-13 -55q0 -62 42.5 -100t117.5 -66q79 29 120.5 67t41.5 97zM1565 225q0 -66 -26.5 -112t-68.5 -75.5t-93.5 -42.5t-100.5 -13q-45 0 -94 12t-89 39.5t-66 72t-26 109.5q0 84 49 140t134 94q-69 32 -110.5 80.5t-41.5 119.5q0 58 22.5 99.5t58.5 68.5t82 40t93 13 q46 0 91 -13t80 -39t57 -65t22 -91q0 -42 -12.5 -74.5t-34.5 -58t-52.5 -45t-66.5 -35.5q43 -16 78.5 -37.5t61 -49t39.5 -61.5t14 -76zM580 844q0 -69 -23.5 -122.5t-65 -89.5t-97.5 -54.5t-120 -18.5q-105 0 -178 43v86q48 -26 95 -37.5t85 -11.5q50 0 90.5 14.5t69 40.5 t43.5 62.5t15 81.5q0 172 -230 172q-16 0 -38 -1t-43 -2.5t-37.5 -3t-22.5 -2.5v433h418v-84h-338v-263q21 2 43.5 3.5t44.5 1.5q62 0 115 -15.5t91.5 -46.5t60.5 -77.5t22 -108.5z"/>
<glyph glyph-name="seveneighths" unicode="⅞" horiz-adv-x="1540" d="M307 0h-98l862 1434h96zM1393 217q2 66 -48 113.5t-149 81.5q-91 -31 -138.5 -76.5t-47.5 -114.5q0 -41 16 -71t42.5 -49.5t60.5 -28.5t69 -9q33 0 67.5 9.5t62.5 28.5t46 48t19 68zM1364 649q0 33 -12 59t-33 43.5t-50 27t-63 9.5t-63.5 -10t-52 -28.5t-35.5 -43.5 t-13 -55q0 -62 42.5 -100t117.5 -66q79 29 120.5 67t41.5 97zM1483 225q0 -66 -26.5 -112t-68.5 -75.5t-93.5 -42.5t-100.5 -13q-45 0 -93.5 12t-88.5 39.5t-66 72t-26 109.5q0 84 48.5 140t133.5 94q-69 32 -110.5 80.5t-41.5 119.5q0 58 22.5 99.5t58.5 68.5t82 40t93 13 q46 0 91 -13t80 -39t57 -65t22 -91q0 -42 -12.5 -74.5t-34.5 -58t-52.5 -45t-66.5 -35.5q43 -16 78.5 -37.5t61 -49t39.5 -61.5t14 -76zM279 573h-86l331 779h-458v82h555v-54z"/>
<glyph glyph-name="commaaccent" horiz-adv-x="798" d="M465 -118l-126 -261h-79l93 261h112z"/>
<glyph glyph-name="undercommaaccent" horiz-adv-x="798" d="M465 -118l-126 -261h-79l93 261h112z"/>
<glyph glyph-name="uni037E" unicode=";" horiz-adv-x="455" d="M236 881q-35 0 -57.5 24t-22.5 58t22.5 56.5t57.5 22.5q34 0 57.5 -22.5t23.5 -56.5t-23.5 -58t-57.5 -24zM125 -248h-78l150 475h102z"/>
<glyph glyph-name="tonos" unicode="΄" horiz-adv-x="559" d="M214 1187h-49l90 369h105z"/>
<glyph glyph-name="dieresistonos" unicode="΅" horiz-adv-x="581" d="M581 1315q0 -31 -21.5 -51.5t-52.5 -20.5q-12 0 -24.5 4.5t-23 13.5t-17 22.5t-6.5 31.5q0 17 6.5 30t16.5 22t22.5 13.5t23.5 4.5q29 0 52.5 -19.5t23.5 -50.5zM276 1190h-49l90 369h104zM145 1315q0 -31 -21.5 -51.5t-52.5 -20.5q-12 0 -25 4.5t-23 13.5t-16.5 22.5 t-6.5 31.5q0 17 6.5 30t16.5 22t22 13.5t24 4.5q29 0 52.5 -19.5t23.5 -50.5z"/>
<glyph glyph-name="Alphatonos" unicode="Ά" horiz-adv-x="1288" d="M1118 0l-164 446h-622l-164 -446h-109l541 1434h94l535 -1434h-111zM678 1200q-11 30 -18 59q-7 25 -15 50h-4q-17 -66 -33 -107l-241 -665h553zM181 1066h-49l90 369h105z"/>
<glyph glyph-name="Epsilontonos" unicode="Έ" horiz-adv-x="1126" d="M287 0v1434h670v-91h-571v-575h530v-90h-530v-588h604v-90h-703zM15 1066h-49l90 369h105z"/>
<glyph glyph-name="Etatonos" unicode="Ή" horiz-adv-x="1489" d="M1207 0v688h-821v-688h-99v1434h99v-656h821v656h98v-1434h-98zM15 1066h-49l90 369h105z"/>
<glyph glyph-name="Iotatonos" unicode="Ί" horiz-adv-x="640" d="M598 1434v-90h-140v-1254h140v-90h-379v90h140v1254h-140v90h379zM16 1066h-49l90 369h105z"/>
<glyph glyph-name="Omicrontonos" unicode="Ό" horiz-adv-x="1661" d="M876 -25q-304 0 -484.5 202t-180.5 525q0 343 185.5 549.5t506.5 206.5q290 0 469.5 -198.5t179.5 -520.5q0 -356 -184 -560t-492 -204zM886 1368q-250 0 -411.5 -181t-161.5 -474q0 -296 153 -471.5t408 -175.5q266 0 421 173.5t155 483.5q0 304 -151.5 474.5 t-412.5 170.5zM56 1066h-49l90 369h105z"/>
<glyph glyph-name="Upsilontonos" unicode="Ύ" horiz-adv-x="1208" d="M700 545v-545h-98v543l-439 891h111l334 -691q18 -36 45 -106h4q14 37 49 104l350 693h107zM-47 1066h-49l90 369h105z"/>
<glyph glyph-name="Omegatonos" unicode="Ώ" horiz-adv-x="1649" d="M1075 0v90q375 277 375 684q0 272 -152 433t-405 161q-264 0 -422 -161t-158 -429q0 -410 377 -688v-90h-477v90h352q-354 268 -354 690q0 308 185 493t484 185q307 0 489.5 -180t182.5 -494q0 -206 -95.5 -389t-258.5 -305h354v-90h-477zM56 1066h-49l90 369h105z"/>
<glyph glyph-name="iotadieresistonos" unicode="ΐ" horiz-adv-x="518" d="M457 2q-22 -8 -43.5 -11t-38.5 -3q-56 0 -96 18.5t-65.5 52t-37.5 80.5t-12 105v780h92v-782q0 -56 14 -89.5t34 -51.5t42 -23.5t39 -5.5q26 0 42 2.5t30 7.5v-80zM541 1315q0 -31 -21.5 -51.5t-52.5 -20.5q-12 0 -24.5 4.5t-23 13.5t-17 22.5t-6.5 31.5q0 17 6.5 30 t16.5 22t22.5 13.5t23.5 4.5q29 0 52.5 -19.5t23.5 -50.5zM236 1190h-49l90 369h104zM105 1315q0 -31 -21.5 -51.5t-52.5 -20.5q-12 0 -25 4.5t-23 13.5t-16.5 22.5t-6.5 31.5q0 17 6.5 30t16.5 22t22 13.5t24 4.5q29 0 52.5 -19.5t23.5 -50.5z"/>
<glyph glyph-name="Alpha" unicode="Α" horiz-adv-x="1288" d="M1118 0l-164 446h-622l-164 -446h-109l541 1434h94l535 -1434h-111zM678 1200q-11 30 -18 59q-7 25 -15 50h-4q-17 -66 -33 -107l-241 -665h553z"/>
<glyph glyph-name="Beta" unicode="Β" horiz-adv-x="1114" d="M184 0v1434h377q169 0 269 -91t100 -241q0 -125 -66.5 -216.5t-185.5 -129.5v-4q149 -14 235 -106.5t86 -235.5q0 -181 -117 -295.5t-313 -114.5h-385zM283 1343v-555h200q156 0 250 80t94 217q0 258 -305 258h-239zM283 698v-608h266q169 0 258.5 81t89.5 230 q0 297 -403 297h-211z"/>
<glyph glyph-name="Epsilon" unicode="Ε" horiz-adv-x="1024" d="M184 0v1434h670v-91h-571v-575h530v-90h-530v-588h604v-90h-703z"/>
<glyph glyph-name="Zeta" unicode="Ζ" horiz-adv-x="1167" d="M215 90h858v-90h-1007v31l868 1312h-799v91h952v-27z"/>
<glyph glyph-name="Eta" unicode="Η" horiz-adv-x="1386" d="M1104 0v688h-821v-688h-99v1434h99v-656h821v656h98v-1434h-98z"/>
<glyph glyph-name="Iota" unicode="Ι" horiz-adv-x="463" d="M421 1434v-90h-140v-1254h140v-90h-379v90h140v1254h-140v90h379z"/>
<glyph glyph-name="Kappa" unicode="Κ" horiz-adv-x="1079" d="M922 0l-611 686q-17 19 -24 33h-4v-719h-99v1434h99v-676h4q12 21 26 35l580 641h129l-629 -695l668 -739h-139z"/>
<glyph glyph-name="Lambda" unicode="Λ" horiz-adv-x="1288" d="M1118 0l-440 1200q-12 34 -18.5 59t-14.5 50h-4q-6 -23 -14.5 -52t-18.5 -55l-440 -1202h-109l541 1434h94l535 -1434h-111z"/>
<glyph glyph-name="Mu" unicode="Μ" horiz-adv-x="1706" d="M1427 0v1018q0 37 11 211h-4q-31 -81 -52 -125l-510 -1104h-32l-512 1098q-25 53 -47 135h-5q7 -96 7 -191v-1042h-99v1434h92l535 -1155q5 -10 11 -27t13 -34q10 -26 21 -58h6l11 32q1 4 34 95l527 1147h88v-1434h-95z"/>
<glyph glyph-name="Nu" unicode="Ν" horiz-adv-x="1444" d="M1198 0l-854 1159q-26 35 -46 70l-13 20h-4q2 -26 2 -63v-1186h-99v1434h76l848 -1149q28 -38 61 -92h5q-5 70 -5 120v1121h99v-1434h-70z"/>
<glyph glyph-name="Xi" unicode="Ξ" horiz-adv-x="1044" d="M96 1343v91h852v-91h-852zM242 678v90h561v-90h-561zM68 0v90h909v-90h-909z"/>
<glyph glyph-name="Omicron" unicode="Ο" horiz-adv-x="1559" d="M774 -25q-304 0 -484.5 202t-180.5 525q0 343 185.5 549.5t506.5 206.5q290 0 469.5 -198.5t179.5 -520.5q0 -356 -184 -560t-492 -204zM784 1368q-250 0 -411.5 -181t-161.5 -474q0 -296 153 -471.5t408 -175.5q266 0 421 173.5t155 483.5q0 304 -151.5 474.5 t-412.5 170.5z"/>
<glyph glyph-name="Pi" unicode="Π" horiz-adv-x="1417" d="M1135 0v1343h-852v-1343h-99v1434h1049v-1434h-98z"/>
<glyph glyph-name="Rho" unicode="Ρ" horiz-adv-x="1114" d="M283 575v-575h-99v1434h346q221 0 338 -102.5t117 -299.5q0 -200 -130.5 -328.5t-365.5 -128.5h-206zM283 1343v-677h204q194 0 295 92.5t101 261.5q0 323 -371 323h-229z"/>
<glyph glyph-name="Sigma" unicode="Σ" horiz-adv-x="1057" d="M18 0v35l543 706l-463 645v48h856v-91h-704l430 -600l-498 -653h817v-90h-981z"/>
<glyph glyph-name="Tau" unicode="Τ" horiz-adv-x="1047" d="M573 1343v-1343h-98v1343h-414v91h926v-91h-414z"/>
<glyph glyph-name="Upsilon" unicode="Υ" horiz-adv-x="1106" d="M598 545v-545h-98v543l-439 891h111l334 -691q18 -36 45 -106h4q14 37 49 104l350 693h107z"/>
<glyph glyph-name="Chi" unicode="Χ" horiz-adv-x="1153" d="M961 0l-330 547q-31 51 -53 100h-5q-27 -55 -57 -100l-336 -547h-119l453 723l-426 711h119l321 -539q25 -42 52 -96h4l53 96l319 539h115l-430 -709l440 -725h-120z"/>
<glyph glyph-name="Psi" unicode="Ψ" horiz-adv-x="1589" d="M844 500h92q93 0 169.5 26t130.5 78.5t84 131.5t30 184v514h98v-521q0 -102 -32.5 -193.5t-97 -160t-160 -109t-222.5 -40.5h-92v-410h-99v410h-92q-129 0 -225 40.5t-160 109t-95.5 160t-31.5 193.5v521h99v-514q0 -92 25.5 -169.5t77.5 -133t129 -86.5t181 -31h92v934 h99v-934z"/>
<glyph glyph-name="uni03A9" unicode="Ω" horiz-adv-x="1546" d="M973 0v90q375 277 375 684q0 272 -152 433t-405 161q-264 0 -422 -161t-158 -429q0 -410 377 -688v-90h-477v90h352q-354 268 -354 690q0 308 185 493t484 185q307 0 489.5 -180t182.5 -494q0 -206 -95.5 -389t-258.5 -305h354v-90h-477z"/>
<glyph glyph-name="Iotadieresis" unicode="Ϊ" horiz-adv-x="463" d="M421 1434v-90h-140v-1254h140v-90h-379v90h140v1254h-140v90h379zM397 1536q-27 0 -49 19.5t-22 52.5q0 31 21.5 50t47.5 19q29 0 52.5 -19.5t23.5 -49.5q0 -31 -21.5 -51.5t-52.5 -20.5zM64 1536q-28 0 -50 19.5t-22 52.5q0 31 22 50t48 19q29 0 52 -19.5t23 -49.5 q0 -31 -21 -51.5t-52 -20.5z"/>
<glyph glyph-name="Upsilondieresis" unicode="Ϋ" horiz-adv-x="1106" d="M598 545v-545h-98v543l-439 891h111l334 -691q18 -36 45 -106h4q14 37 49 104l350 693h107zM724 1535q-27 0 -49 19.5t-22 52.5q0 31 21.5 50t47.5 19q29 0 52.5 -19.5t23.5 -49.5q0 -31 -21.5 -51.5t-52.5 -20.5zM391 1535q-28 0 -50 19.5t-22 52.5q0 31 22 50t48 19 q29 0 52 -19.5t23 -49.5q0 -31 -21 -51.5t-52 -20.5z"/>
<glyph glyph-name="alphatonos" unicode="ά" horiz-adv-x="1223" d="M899 502q-27 93 -53.5 177t-64 147.5t-91 101t-133.5 37.5q-83 0 -148.5 -35.5t-111.5 -99.5t-70 -153.5t-24 -197.5q0 -98 22 -176t62.5 -132t98.5 -83t130 -29q61 0 113 26.5t96 76t81 119.5t69 157zM1121 -12q-35 0 -60.5 21.5t-46.5 67t-40 116t-41 168.5h-4 q-43 -104 -89 -177t-98 -119.5t-112.5 -68t-133.5 -21.5q-87 0 -159 35t-123 100t-79.5 157t-28.5 206q0 127 30 232.5t87 182t140.5 119t191.5 42.5q62 0 111.5 -17t88 -46.5t67.5 -70t52 -86.5t40 -95.5t32 -98.5h2q10 34 28 84t37.5 104t38 107t30.5 94h104 q-18 -49 -43.5 -116t-53.5 -138t-55.5 -141t-48.5 -125q23 -95 41 -163.5t32.5 -116.5t26.5 -78t23 -46.5t21.5 -22t21.5 -5.5q15 0 28 2.5t27 7.5v-80q-21 -7 -41 -10.5t-44 -3.5zM582 1187h-49l90 369h105z"/>
<glyph glyph-name="epsilontonos" unicode="έ" horiz-adv-x="897" d="M827 29q-27 -11 -65.5 -20.5t-82.5 -17t-89.5 -12t-85.5 -4.5q-112 0 -192 24t-131 64.5t-75 95t-24 115.5q0 56 22 102t59 79.5t85 55t100 28.5v4q-41 8 -82 27t-73 48t-52 68t-20 88q0 78 34 131t88.5 85t123.5 45.5t139 13.5q34 0 72.5 -5t76 -12.5t70.5 -16t57 -16.5 v-96q-29 12 -64 23.5t-72 20t-74 13.5t-68 5q-148 0 -217.5 -50.5t-69.5 -142.5q0 -62 35.5 -101t89 -61t116.5 -29.5t117 -7.5h27h32.5t32 0.5t25.5 1.5v-88q-19 0 -41 1q-19 0 -44 0.5t-54 0.5q-184 0 -279.5 -52t-95.5 -165q0 -44 19 -83t60 -68t106 -45.5t157 -16.5 q38 0 79.5 6t82 15.5t78 21t67.5 23.5v-96zM463 1187h-49l90 369h105z"/>
<glyph glyph-name="etatonos" unicode="ή" horiz-adv-x="1116" d="M860 -424v1008q0 90 -13.5 160t-45.5 118t-84.5 73.5t-130.5 25.5q-81 0 -143 -33t-103.5 -84.5t-62.5 -116t-21 -127.5v-600h-92v713q0 31 -1.5 71t-5 82t-8.5 83t-12 75h92q3 -15 7 -38t7 -50t5 -55t2 -52h4q34 73 79 116.5t92.5 66.5t94.5 30t86 7q85 0 150 -28.5 t108.5 -82t65.5 -131t22 -174.5v-1057h-92zM538 1187h-49l90 369h105z"/>
<glyph glyph-name="iotatonos" unicode="ί" horiz-adv-x="518" d="M457 2q-22 -8 -43.5 -11t-38.5 -3q-56 0 -96 18.5t-65.5 52t-37.5 80.5t-12 105v780h92v-782q0 -56 14 -89.5t34 -51.5t42 -23.5t39 -5.5q26 0 42 2.5t30 7.5v-80zM207 1187h-49l90 369h105z"/>
<glyph glyph-name="upsilondieresistonos" unicode="ΰ" horiz-adv-x="1155" d="M252 457q0 -103 24.5 -178t70 -124t110 -72.5t145.5 -23.5q71 0 135 25.5t112 76.5t76.5 128.5t28.5 181.5q0 144 -35.5 286.5t-95.5 266.5h98q28 -56 51 -120.5t39.5 -134.5t25.5 -143t9 -147q0 -122 -33.5 -216t-92.5 -158t-140.5 -97t-177.5 -33q-113 0 -196 34.5 t-138 96t-81.5 146.5t-26.5 186v355q0 44 -5.5 73.5t-15.5 47.5t-24 25.5t-31 7.5q-14 0 -24 -1.5t-25 -5.5v77q18 6 38 9t39 3q66 0 103 -47.5t37 -144.5v-380zM843 1315q0 -31 -21.5 -51.5t-52.5 -20.5q-12 0 -24.5 4.5t-23 13.5t-17 22.5t-6.5 31.5q0 17 6.5 30t16.5 22 t22.5 13.5t23.5 4.5q29 0 52.5 -19.5t23.5 -50.5zM538 1190h-49l90 369h104zM407 1315q0 -31 -21.5 -51.5t-52.5 -20.5q-12 0 -25 4.5t-23 13.5t-16.5 22.5t-6.5 31.5q0 17 6.5 30t16.5 22t22 13.5t24 4.5q29 0 52.5 -19.5t23.5 -50.5z"/>
<glyph glyph-name="beta" unicode="β" horiz-adv-x="1061" d="M975 387q0 -88 -27 -163.5t-78 -130.5t-125.5 -86.5t-169.5 -31.5q-49 0 -94.5 8.5t-86 22.5t-75.5 31t-63 35v-467h-92v1511q0 103 29.5 181t81 130t121 78.5t149.5 26.5q77 0 138.5 -25t104 -69.5t65.5 -106t23 -133.5q0 -65 -18.5 -121.5t-53 -104t-84 -85.5 t-110.5 -64v-4q91 -23 159 -64t114 -97t69 -124.5t23 -146.5zM879 381q0 67 -23 130t-73 114.5t-129 90t-191 56.5v80q67 15 124.5 42t100.5 68.5t67.5 96.5t24.5 125q0 54 -14 102t-44 84t-76 57t-110 21q-60 0 -111 -20.5t-88.5 -62.5t-59 -107.5t-21.5 -155.5v-934 q31 -18 66 -37.5t74 -35.5t83 -26t92 -10q69 0 126 22t97.5 63t62.5 101t22 136z"/>
<glyph glyph-name="gamma" unicode="γ" horiz-adv-x="1063" d="M989 967q0 -136 -31 -264t-89 -253.5t-140.5 -251t-185.5 -255.5v-105t-0.5 -115t-1.5 -111t-2 -93h-101q4 46 6 106t2.5 124.5t0 129.5t-0.5 121q-22 110 -61 233t-92 253.5t-119 266t-143 271.5h110q78 -138 137.5 -263t105.5 -241.5t81 -226.5t63 -219h4 q76 100 142 207t114.5 216.5t76.5 218.5t28 214q0 28 -0.5 48.5t-3.5 45.5h96q2 -15 3 -28.5t1 -28.5z"/>
<glyph glyph-name="zeta" unicode="ζ" horiz-adv-x="905" d="M895 -164q0 -26 -5 -46.5t-13 -38t-17.5 -32t-19.5 -28.5h-90q11 16 21 29.5t17 27t11 28t4 34.5q0 35 -13.5 64.5t-49.5 53t-97.5 40.5t-157.5 28q-93 11 -168.5 44.5t-129 89t-82.5 133.5t-29 179q0 133 49.5 260t136.5 249t206 240.5t257 235.5v5h-489v84h604v-82 q-65 -56 -139 -125.5t-148 -148.5t-142.5 -165.5t-121 -177.5t-84 -184.5t-31.5 -186.5q0 -85 21 -146.5t63 -104t104.5 -68t145.5 -39.5q43 -7 88.5 -15.5t88.5 -20.5t81 -30t67 -43.5t45.5 -60.5t16.5 -82z"/>
<glyph glyph-name="eta" unicode="η" horiz-adv-x="1116" d="M860 -424v1008q0 90 -13.5 160t-45.5 118t-84.5 73.5t-130.5 25.5q-81 0 -143 -33t-103.5 -84.5t-62.5 -116t-21 -127.5v-600h-92v713q0 31 -1.5 71t-5 82t-8.5 83t-12 75h92q3 -15 7 -38t7 -50t5 -55t2 -52h4q34 73 79 116.5t92.5 66.5t94.5 30t86 7q85 0 150 -28.5 t108.5 -82t65.5 -131t22 -174.5v-1057h-92z"/>
<glyph glyph-name="theta" unicode="θ" horiz-adv-x="1147" d="M1057 770q0 -192 -33.5 -340t-96.5 -249.5t-154.5 -153.5t-207.5 -52q-110 0 -198 50t-149.5 147.5t-94.5 241t-33 329.5t31.5 334t94.5 250.5t158 157.5t222 55q121 0 208.5 -54t143.5 -154.5t82.5 -242.5t26.5 -319zM963 813q0 83 -7.5 163t-25 151.5t-46 131.5 t-70.5 104t-99 68.5t-131 24.5q-67 0 -122.5 -24t-99.5 -67t-77 -103t-55 -131.5t-33 -152t-11 -165.5h777zM186 729q0 -174 29 -300.5t81 -208.5t123.5 -121.5t155.5 -39.5q85 0 156 42t122.5 126t80.5 209.5t29 292.5h-777z"/>
<glyph glyph-name="iota" unicode="ι" horiz-adv-x="518" d="M457 2q-22 -8 -43.5 -11t-38.5 -3q-56 0 -96 18.5t-65.5 52t-37.5 80.5t-12 105v780h92v-782q0 -56 14 -89.5t34 -51.5t42 -23.5t39 -5.5q26 0 42 2.5t30 7.5v-80z"/>
<glyph glyph-name="kappa" unicode="κ" horiz-adv-x="1073" d="M854 0l-405 537l-193 -222v-315h-92v1024h92v-580l344 396q37 42 70 78t64.5 62t61.5 41t62 15q14 0 25.5 -0.5t25.5 -3.5v-82q-8 1 -11 1.5t-5.5 0.5h-6h-12.5q-47 0 -97.5 -47t-121.5 -129l-143 -166l461 -610h-119z"/>
<glyph glyph-name="lambda" unicode="λ" horiz-adv-x="1020" d="M877 0l-336 922l-404 -922h-100l459 1028l-72 211q-12 36 -29 71.5t-42 64t-59 46t-81 17.5q-22 0 -45.5 -4t-46.5 -9v88q25 4 49 6.5t47 2.5q59 0 104 -17t80.5 -50.5t63 -84t51.5 -117.5l459 -1253h-98z"/>
<glyph glyph-name="uni03BC" unicode="μ" horiz-adv-x="1130" d="M862 182q-49 -96 -135 -151.5t-195 -55.5q-60 0 -102.5 10t-73.5 27.5t-53 40.5t-43 49h-4v-497h-92v1419h92v-578q0 -72 10 -141.5t40.5 -124t87 -88t149.5 -33.5q66 0 124 25.5t100.5 75.5t67.5 124.5t25 172.5v567h92v-795q0 -44 5.5 -74t15.5 -48.5t24 -26.5t31 -8 q14 0 24 1.5t25 5.5v-77q-18 -6 -38 -9t-39 -3q-66 0 -98 50t-36 142h-4z"/>
<glyph glyph-name="nu" unicode="ν" horiz-adv-x="1077" d="M958 864q0 -84 -20.5 -170.5t-54 -169.5t-76.5 -160.5t-87 -145.5t-85.5 -123.5t-73.5 -94.5h-110l-418 1024h104l381 -930q32 40 70 92.5t76.5 113t74 128t63 137.5t44 141t16.5 140q0 54 -5 95t-17 83h102q8 -32 12 -74t4 -86z"/>
<glyph glyph-name="xi" unicode="ξ" horiz-adv-x="911" d="M874 -170q0 -53 -17.5 -93.5t-37.5 -68.5h-90q23 32 36 64.5t13 70.5q0 30 -7.5 60t-37 56t-87.5 47.5t-159 33.5q-94 12 -168 44t-125.5 83t-78.5 120t-27 154q0 76 26.5 145.5t75 126t116.5 97.5t151 60q-51 15 -93.5 41t-73.5 61.5t-48.5 79t-17.5 94.5 q0 75 34.5 129.5t85.5 92.5t109 62t106 37v5h-361v84h576v-84q-46 -10 -97.5 -23.5t-102 -32t-96.5 -43.5t-81 -58t-56 -75t-21 -94q0 -51 23 -91.5t63.5 -71t95 -51t118.5 -32.5q34 0 59.5 1t57.5 3v-88q-18 2 -38 2h-42q-116 0 -204.5 -32t-148 -84t-90 -118t-30.5 -134 q0 -61 15.5 -112.5t52.5 -92t99 -69t155 -42.5q103 -15 173.5 -39t114 -57t62 -75t18.5 -93z"/>
<glyph glyph-name="omicron" unicode="ο" horiz-adv-x="1149" d="M1059 510q0 -107 -29 -204t-89 -170.5t-151 -117t-215 -43.5q-122 0 -213 43t-151.5 115.5t-90.5 169t-30 203.5q0 144 42 247t111 169t158.5 96.5t184.5 30.5q108 0 195.5 -36t149 -104.5t95 -169t33.5 -229.5zM963 512q0 114 -27 199.5t-76.5 141.5t-120 84t-157.5 28 q-90 0 -163 -31t-125 -90t-80 -144.5t-28 -195.5q0 -98 26.5 -180t76.5 -141t123 -91.5t166 -32.5q99 0 171.5 33.5t120 94t70.5 143.5t23 182z"/>
<glyph glyph-name="rho" unicode="ρ" horiz-adv-x="1149" d="M1059 541q0 -134 -32.5 -239t-92.5 -178t-146 -111t-194 -38q-59 0 -108 10.5t-90 29t-74.5 43t-61.5 53.5h-4v-506h-92v930q0 121 29.5 216.5t85 161.5t136 101t181.5 35q121 0 208.5 -43.5t144 -115t83.5 -163t27 -186.5zM961 541q0 90 -24 167.5t-69.5 134.5 t-112.5 89.5t-153 32.5q-95 0 -160.5 -35.5t-107 -94.5t-60 -136t-18.5 -160v-312q24 -36 58.5 -67t78 -53.5t95 -35t108.5 -12.5q83 0 150.5 29.5t115 89.5t73.5 150.5t26 212.5z"/>
<glyph glyph-name="sigma1" unicode="ς" horiz-adv-x="942" d="M877 -170q0 -53 -18 -93.5t-38 -68.5h-96q23 28 39 63.5t16 82.5q0 44 -16.5 75t-51.5 53t-90 36t-133 24q-101 13 -176 53.5t-124.5 100t-74 132t-24.5 150.5q0 142 38.5 255.5t108 192.5t166 121t211.5 42q31 0 62.5 -4.5t60.5 -11t53.5 -15t40.5 -17.5v-104 q-46 31 -107.5 49.5t-121.5 18.5q-104 0 -181.5 -44t-130 -116.5t-78.5 -165.5t-26 -190q0 -80 24 -141.5t69 -106.5t109.5 -73.5t146.5 -41.5q103 -17 169 -40t104.5 -54t53.5 -71t15 -91z"/>
<glyph glyph-name="upsilon" unicode="υ" horiz-adv-x="1165" d="M252 457q0 -103 24.5 -178t70 -124t110 -72.5t145.5 -23.5q71 0 135 25.5t112 76.5t76.5 128.5t28.5 181.5q0 144 -35.5 286.5t-95.5 266.5h98q28 -56 51 -120.5t39.5 -134.5t25.5 -143t9 -147q0 -122 -33.5 -216t-92.5 -158t-140.5 -97t-177.5 -33q-113 0 -196 34.5 t-138 96t-81.5 146.5t-26.5 186v355q0 44 -5.5 73.5t-15.5 47.5t-24 25.5t-31 7.5q-14 0 -24 -1.5t-25 -5.5v77q18 6 38 9t39 3q66 0 103 -47.5t37 -144.5v-380z"/>
<glyph glyph-name="chi" unicode="χ" horiz-adv-x="1102" d="M1022 -479q-45 0 -80 14t-66.5 48.5t-63.5 92t-71 144.5l-193 440l-402 -727h-105l462 818l-198 440q-23 51 -43 85t-38.5 53.5t-37.5 27.5t-39 8q-25 0 -47 -9v86q12 3 25.5 5t30.5 2q37 0 67 -9.5t56.5 -32t50 -59t47.5 -90.5l184 -417l326 583h102l-383 -676l254 -565 q37 -83 78.5 -130.5t97.5 -47.5q30 0 51 6v-83q-15 -3 -31 -5t-34 -2z"/>
<glyph glyph-name="psi" unicode="ψ" horiz-adv-x="1536" d="M721 -481v456h-57q-108 0 -201.5 37t-162.5 109.5t-108.5 179.5t-39.5 248v475h96v-475q0 -122 34 -214t91.5 -153.5t132.5 -92t158 -30.5h57v1272h92v-1272h57q80 0 155 30t133.5 90.5t94 152.5t35.5 217v475h96v-473q0 -141 -41 -249t-111.5 -180.5t-163.5 -109.5 t-198 -37h-57v-456h-92z"/>
<glyph glyph-name="omega" unicode="ω" horiz-adv-x="1655" d="M1536 463q0 -111 -26.5 -201t-77.5 -153.5t-125.5 -98.5t-169.5 -35q-60 0 -109 19.5t-87 52.5t-66 75.5t-46 88.5h-4q-17 -45 -46 -87.5t-68.5 -75.5t-90 -53t-110.5 -20q-96 0 -169 36t-122.5 100.5t-74.5 154t-25 197.5q0 84 12.5 163t31.5 150.5t41.5 134t43.5 113.5 h98q-22 -55 -45.5 -123t-42.5 -142.5t-31 -151t-12 -148.5q0 -97 22 -171.5t60 -125.5t90.5 -77t114.5 -26q61 0 112.5 25.5t89 77t58 129.5t20.5 184v275h92v-275q0 -108 20.5 -186.5t57.5 -129.5t88 -75.5t113 -24.5t114.5 28.5t91 81t60 126t21.5 164.5q0 72 -12 148.5 t-31 151t-42.5 142.5t-45.5 123h96q21 -51 44 -113.5t42.5 -134t32 -150.5t12.5 -163z"/>
<glyph glyph-name="iotadieresis" unicode="ϊ" horiz-adv-x="518" d="M457 2q-22 -8 -43.5 -11t-38.5 -3q-56 0 -96 18.5t-65.5 52t-37.5 80.5t-12 105v780h92v-782q0 -56 14 -89.5t34 -51.5t42 -23.5t39 -5.5q26 0 42 2.5t30 7.5v-80zM376 1188q-27 0 -49 19.5t-22 52.5q0 31 21.5 50t47.5 19q29 0 52.5 -19.5t23.5 -49.5q0 -31 -21.5 -51.5 t-52.5 -20.5zM43 1188q-28 0 -50 19.5t-22 52.5q0 31 22 50t48 19q29 0 52 -19.5t23 -49.5q0 -31 -21 -51.5t-52 -20.5z"/>
<glyph glyph-name="upsilondieresis" unicode="ϋ" horiz-adv-x="1165" d="M252 457q0 -103 24.5 -178t70 -124t110 -72.5t145.5 -23.5q71 0 135 25.5t112 76.5t76.5 128.5t28.5 181.5q0 144 -35.5 286.5t-95.5 266.5h98q28 -56 51 -120.5t39.5 -134.5t25.5 -143t9 -147q0 -122 -33.5 -216t-92.5 -158t-140.5 -97t-177.5 -33q-113 0 -196 34.5 t-138 96t-81.5 146.5t-26.5 186v355q0 44 -5.5 73.5t-15.5 47.5t-24 25.5t-31 7.5q-14 0 -24 -1.5t-25 -5.5v77q18 6 38 9t39 3q66 0 103 -47.5t37 -144.5v-380zM715 1188q-27 0 -49 19.5t-22 52.5q0 31 21.5 50t47.5 19q29 0 52.5 -19.5t23.5 -49.5q0 -31 -21.5 -51.5 t-52.5 -20.5zM382 1188q-28 0 -50 19.5t-22 52.5q0 31 22 50t48 19q29 0 52 -19.5t23 -49.5q0 -31 -21 -51.5t-52 -20.5z"/>
<glyph glyph-name="omicrontonos" unicode="ό" horiz-adv-x="1149" d="M575 -25q-224 0 -354.5 147.5t-130.5 383.5q0 255 136.5 399t359.5 144q219 0 346 -143t127 -396q0 -239 -129.5 -387t-354.5 -148zM582 965q-181 0 -288.5 -122t-107.5 -339q0 -201 105 -323t287 -122q185 0 285 120t100 333q0 219 -99.5 336t-281.5 117zM550 1187h-49 l90 369h105z"/>
<glyph glyph-name="upsilontonos" unicode="ύ" horiz-adv-x="1165" d="M252 457q0 -103 24.5 -178t70 -124t110 -72.5t145.5 -23.5q71 0 135 25.5t112 76.5t76.5 128.5t28.5 181.5q0 144 -35.5 286.5t-95.5 266.5h98q28 -56 51 -120.5t39.5 -134.5t25.5 -143t9 -147q0 -122 -33.5 -216t-92.5 -158t-140.5 -97t-177.5 -33q-113 0 -196 34.5 t-138 96t-81.5 146.5t-26.5 186v355q0 44 -5.5 73.5t-15.5 47.5t-24 25.5t-31 7.5q-14 0 -24 -1.5t-25 -5.5v77q18 6 38 9t39 3q66 0 103 -47.5t37 -144.5v-380zM552 1187h-49l90 369h105z"/>
<glyph glyph-name="omegatonos" unicode="ώ" horiz-adv-x="1655" d="M1536 463q0 -111 -26.5 -201t-77.5 -153.5t-125.5 -98.5t-169.5 -35q-60 0 -109 19.5t-87 52.5t-66 75.5t-46 88.5h-4q-17 -45 -46 -87.5t-68.5 -75.5t-90 -53t-110.5 -20q-96 0 -169 36t-122.5 100.5t-74.5 154t-25 197.5q0 84 12.5 163t31.5 150.5t41.5 134t43.5 113.5 h98q-22 -55 -45.5 -123t-42.5 -142.5t-31 -151t-12 -148.5q0 -97 22 -171.5t60 -125.5t90.5 -77t114.5 -26q61 0 112.5 25.5t89 77t58 129.5t20.5 184v275h92v-275q0 -108 20.5 -186.5t57.5 -129.5t88 -75.5t113 -24.5t114.5 28.5t91 81t60 126t21.5 164.5q0 72 -12 148.5 t-31 151t-42.5 142.5t-45.5 123h96q21 -51 44 -113.5t42.5 -134t32 -150.5t12.5 -163zM816 1187h-49l90 369h105z"/>
<glyph glyph-name="uni0401" unicode="Ё" horiz-adv-x="1024" d="M184 0v1434h670v-91h-571v-575h530v-90h-530v-588h604v-90h-703zM714 1536q-27 0 -49 19.5t-22 52.5q0 31 21.5 50t47.5 19q29 0 52.5 -19.5t23.5 -49.5q0 -31 -21.5 -51.5t-52.5 -20.5zM381 1536q-28 0 -50 19.5t-22 52.5q0 31 22 50t48 19q29 0 52 -19.5t23 -49.5 q0 -31 -21 -51.5t-52 -20.5z"/>
<glyph glyph-name="uni0402" unicode="Ђ" horiz-adv-x="1409" d="M1286 375q0 -80 -22.5 -152.5t-68.5 -127.5t-117.5 -87.5t-168.5 -32.5q-45 0 -87.5 8t-71.5 17v100q31 -12 74 -22t85 -10q72 0 123.5 25.5t84.5 68t48 97.5t15 114q0 74 -23.5 136t-69.5 106.5t-114.5 69t-159.5 24.5h-281v-709h-98v1343h-373v91h926v-91h-455v-544 h295q99 0 183.5 -25.5t145.5 -78t95.5 -132.5t34.5 -188z"/>
<glyph glyph-name="uni0403" unicode="Ѓ" horiz-adv-x="889" d="M283 1343v-1343h-99v1434h674v-91h-575zM524 1556h-90l234 328h104z"/>
<glyph glyph-name="uni0404" unicode="Є" horiz-adv-x="1272" d="M774 -25q-148 0 -270.5 52t-210 145.5t-136 225t-48.5 290.5q0 186 57 329.5t154 241.5t226.5 148.5t274.5 50.5q111 0 186.5 -17t129.5 -36v-105q-62 28 -138.5 48t-179.5 20q-123 0 -229 -40.5t-186.5 -118t-130.5 -189.5t-60 -256h702v-92h-704q4 -156 53.5 -270 t129 -189t180.5 -111t208 -36q113 0 202.5 22.5t152.5 54.5v-96q-27 -11 -62.5 -23.5t-80 -23.5t-99.5 -18t-121 -7z"/>
<glyph glyph-name="uni0405" unicode="Ѕ" horiz-adv-x="1018" d="M139 51v113q154 -98 312 -98q168 0 255 69.5t87 194.5q0 110 -58.5 175.5t-253.5 178.5q-218 127 -276 212.5t-58 197.5q0 152 118 258t315 106q128 0 256 -43v-104q-126 57 -269 57q-146 0 -231.5 -74t-85.5 -188q0 -110 58.5 -175t252.5 -177q201 -114 267.5 -202.5 t66.5 -203.5q0 -165 -114.5 -269t-323.5 -104q-74 0 -170.5 23t-147.5 53z"/>
<glyph glyph-name="uni0407" unicode="Ї" horiz-adv-x="463" d="M421 1434v-90h-140v-1254h140v-90h-379v90h140v1254h-140v90h379zM397 1536q-27 0 -49 19.5t-22 52.5q0 31 21.5 50t47.5 19q29 0 52.5 -19.5t23.5 -49.5q0 -31 -21.5 -51.5t-52.5 -20.5zM64 1536q-28 0 -50 19.5t-22 52.5q0 31 22 50t48 19q29 0 52 -19.5t23 -49.5 q0 -31 -21 -51.5t-52 -20.5z"/>
<glyph glyph-name="uni0409" unicode="Љ" horiz-adv-x="1995" d="M1042 0v1341h-454q-17 -133 -37 -275t-41 -274t-40.5 -245t-35.5 -187q-17 -78 -41 -146.5t-60 -120t-86.5 -81.5t-119.5 -30q-32 0 -55 4t-41 10v100q40 -20 92 -20q45 0 79 23t59.5 66t45 104.5t36.5 138.5q11 48 23.5 115t27 148.5t29 174t29 190.5t28.5 199t26 199 h635v-637h325q85 0 158.5 -21.5t127.5 -67.5t85 -118.5t31 -175.5q0 -85 -28 -160t-82.5 -131.5t-135 -89.5t-184.5 -33h-396zM1765 406q0 81 -23 138t-68 93t-111 53t-152 17h-270v-617h276q92 0 158 24t108 66t62 100t20 126z"/>
<glyph glyph-name="uni040A" unicode="Њ" horiz-adv-x="2056" d="M1929 414q0 -85 -28 -160t-82.5 -131.5t-134.5 -89.5t-185 -33h-395v707h-821v-707h-99v1434h99v-637h821v637h98v-637h326q84 0 157.5 -21.5t127.5 -67.5t85 -118.5t31 -175.5zM1827 406q0 81 -23 138t-68 93t-111 53t-152 17h-271v-617h277q92 0 158 24t108 66t62 100 t20 126z"/>
<glyph glyph-name="uni040B" unicode="Ћ" horiz-adv-x="1421" d="M1190 0v383q0 81 -17.5 145.5t-55.5 109t-99 68t-148 23.5h-297v-729h-98v1343h-414v91h926v-91h-414v-524h301q97 0 174 -24t130 -76t81.5 -134t28.5 -198v-387h-98z"/>
<glyph glyph-name="uni040C" unicode="Ќ" horiz-adv-x="1079" d="M922 0l-611 686q-17 19 -24 33h-4v-719h-99v1434h99v-676h4q12 21 26 35l580 641h129l-629 -695l668 -739h-139zM598 1556h-90l234 328h104z"/>
<glyph glyph-name="uni040E" unicode="Ў" horiz-adv-x="1098" d="M631 377q-38 -89 -79 -163t-90 -127t-108.5 -82.5t-134.5 -29.5q-43 0 -80.5 8.5t-63.5 20.5v107q32 -19 72 -31t72 -12q58 0 101.5 22.5t80 64t68.5 100.5t66 132l-474 1047h111l358 -811q6 -12 13 -28t14.5 -34l15 -36t13.5 -33h4q12 34 26 64.5t23 53.5l344 824h104z M575 1586q58 0 104.5 17t80 46t53 67t24.5 79h98q-10 -54 -37.5 -105.5t-72.5 -91.5t-108 -64t-143 -24t-140 24t-101 64t-65.5 91.5t-34.5 105.5h98q5 -41 22 -79t47 -67t73 -46t100 -17h2z"/>
<glyph glyph-name="uni040F" unicode="Џ" horiz-adv-x="1386" d="M738 0v-384h-96v384h-458v1434h99v-1344h821v1344h98v-1434h-464z"/>
<glyph glyph-name="uni0410" unicode="А" horiz-adv-x="1288" d="M1118 0l-164 446h-622l-164 -446h-109l541 1434h94l535 -1434h-111zM678 1200q-11 30 -18 59q-7 25 -15 50h-4q-17 -66 -33 -107l-241 -665h553z"/>
<glyph glyph-name="uni0411" unicode="Б" horiz-adv-x="1102" d="M1010 414q0 -85 -28 -160t-82.5 -131.5t-135 -89.5t-184.5 -33h-396v1434h721v-91h-622v-546h325q85 0 158.5 -21.5t127.5 -67.5t85 -118.5t31 -175.5zM907 406q0 81 -23 138t-68 93t-111 53t-152 17h-270v-617h276q92 0 158 24t108 66t62 100t20 126z"/>
<glyph glyph-name="uni0412" unicode="В" horiz-adv-x="1114" d="M184 0v1434h377q169 0 269 -91t100 -241q0 -125 -66.5 -216.5t-185.5 -129.5v-4q149 -14 235 -106.5t86 -235.5q0 -181 -117 -295.5t-313 -114.5h-385zM283 1343v-555h200q156 0 250 80t94 217q0 258 -305 258h-239zM283 698v-608h266q169 0 258.5 81t89.5 230 q0 297 -403 297h-211z"/>
<glyph glyph-name="uni0413" unicode="Г" horiz-adv-x="889" d="M283 1343v-1343h-99v1434h674v-91h-575z"/>
<glyph glyph-name="uni0414" unicode="Д" horiz-adv-x="1351" d="M1235 -384v384h-1115v-384h-100v474h116q74 144 141 312t118 344t82.5 352t34.5 336h618v-1344h201v-474h-96zM1032 1343h-428q-3 -84 -18 -182.5t-39 -206t-56 -220t-71 -224t-83.5 -218t-92.5 -202.5h788v1253z"/>
<glyph glyph-name="uni0415" unicode="Е" horiz-adv-x="1024" d="M184 0v1434h670v-91h-571v-575h530v-90h-530v-588h604v-90h-703z"/>
<glyph glyph-name="uni0416" unicode="Ж" horiz-adv-x="1692" d="M1534 0l-610 686q-5 5 -12 13.5t-13 19.5h-4v-719h-98v719h-4q-7 -11 -13.5 -19.5t-11.5 -13.5l-610 -686h-140l668 739l-629 695h129l580 -641q5 -5 13.5 -15.5t13.5 -19.5h4v676h98v-676h4q5 9 13.5 19.5t13.5 15.5l579 641h129l-628 -695l667 -739h-139z"/>
<glyph glyph-name="uni0417" unicode="З" horiz-adv-x="1104" d="M991 393q0 -81 -31.5 -156.5t-94 -133.5t-155 -93t-214.5 -35q-119 0 -213 27.5t-160 69.5v106q41 -31 88 -53.5t96 -37t97.5 -21.5t93.5 -7q99 0 173.5 26t124 70t74.5 102t25 122q0 83 -30 144t-87 100.5t-139 59t-186 19.5h-129v84h98q95 0 171.5 21.5t130.5 62.5 t83 99.5t29 132.5q0 57 -19 107t-57 86.5t-95 57.5t-133 21q-92 0 -174 -28t-147 -76v98q33 18 68.5 34t76 28.5t86.5 20t99 7.5q94 0 167 -26t123 -71.5t75.5 -108t25.5 -134.5q0 -139 -76 -233t-219 -131v-4q89 -6 155.5 -39t110.5 -82.5t66 -110.5t22 -125z"/>
<glyph glyph-name="uni0418" unicode="И" horiz-adv-x="1452" d="M1169 0v1122v30.5v33.5t0.5 33.5t1.5 29.5h-4q-5 -8 -12.5 -20.5t-16 -25t-17 -24.5t-13.5 -20l-854 -1159h-70v1434h99v-1121q0 -24 -1 -58.5t-3 -61.5h4q11 18 29 45t32 47l848 1149h76v-1434h-99z"/>
<glyph glyph-name="uni0419" unicode="Й" horiz-adv-x="1452" d="M1169 0v1122v30.5v33.5t0.5 33.5t1.5 29.5h-4q-5 -8 -12.5 -20.5t-16 -25t-17 -24.5t-13.5 -20l-854 -1159h-70v1434h99v-1121q0 -24 -1 -58.5t-3 -61.5h4q11 18 29 45t32 47l848 1149h76v-1434h-99zM724 1586q58 0 104.5 17t80 46t53 67t24.5 79h98 q-10 -54 -37.5 -105.5t-72.5 -91.5t-108 -64t-143 -24t-140 24t-101 64t-65.5 91.5t-34.5 105.5h98q5 -41 22 -79t47 -67t73 -46t100 -17h2z"/>
<glyph glyph-name="uni041A" unicode="К" horiz-adv-x="1079" d="M922 0l-611 686q-17 19 -24 33h-4v-719h-99v1434h99v-676h4q12 21 26 35l580 641h129l-629 -695l668 -739h-139z"/>
<glyph glyph-name="uni041B" unicode="Л" horiz-adv-x="1325" d="M1042 0v1341h-454q-17 -133 -37 -275t-41 -274t-40.5 -245t-35.5 -187q-17 -78 -41 -146.5t-60 -120t-86.5 -81.5t-119.5 -30q-32 0 -55 4t-41 10v100q40 -20 92 -20q45 0 79 23t59.5 66t45 104.5t36.5 138.5q11 48 23.5 115t27 148.5t29 174t29 190.5t28.5 199t26 199 h635v-1434h-99z"/>
<glyph glyph-name="uni041C" unicode="М" horiz-adv-x="1706" d="M1427 0v1018q0 37 11 211h-4q-31 -81 -52 -125l-510 -1104h-32l-512 1098q-25 53 -47 135h-5q7 -96 7 -191v-1042h-99v1434h92l535 -1155q5 -10 11 -27t13 -34q10 -26 21 -58h6l11 32q1 4 34 95l527 1147h88v-1434h-95z"/>
<glyph glyph-name="uni041D" unicode="Н" horiz-adv-x="1386" d="M1104 0v688h-821v-688h-99v1434h99v-656h821v656h98v-1434h-98z"/>
<glyph glyph-name="uni041E" unicode="О" horiz-adv-x="1559" d="M774 -25q-304 0 -484.5 202t-180.5 525q0 343 185.5 549.5t506.5 206.5q290 0 469.5 -198.5t179.5 -520.5q0 -356 -184 -560t-492 -204zM784 1368q-250 0 -411.5 -181t-161.5 -474q0 -296 153 -471.5t408 -175.5q266 0 421 173.5t155 483.5q0 304 -151.5 474.5 t-412.5 170.5z"/>
<glyph glyph-name="uni041F" unicode="П" horiz-adv-x="1386" d="M1104 0v1343h-821v-1343h-99v1434h1018v-1434h-98z"/>
<glyph glyph-name="uni0420" unicode="Р" horiz-adv-x="1114" d="M283 575v-575h-99v1434h346q221 0 338 -102.5t117 -299.5q0 -200 -130.5 -328.5t-365.5 -128.5h-206zM283 1343v-677h204q194 0 295 92.5t101 261.5q0 323 -371 323h-229z"/>
<glyph glyph-name="uni0421" unicode="С" horiz-adv-x="1272" d="M1137 47q-174 -72 -363 -72q-294 0 -479.5 197.5t-185.5 515.5q0 349 201 559.5t511 210.5q165 0 316 -53v-105q-151 68 -318 68q-270 0 -439 -183t-169 -487q0 -293 161.5 -462.5t409.5 -169.5q198 0 355 77v-96z"/>
<glyph glyph-name="uni0422" unicode="Т" horiz-adv-x="1047" d="M573 1343v-1343h-98v1343h-414v91h926v-91h-414z"/>
<glyph glyph-name="uni0423" unicode="У" horiz-adv-x="1098" d="M631 377q-38 -89 -79 -163t-90 -127t-108.5 -82.5t-134.5 -29.5q-43 0 -80.5 8.5t-63.5 20.5v107q32 -19 72 -31t72 -12q58 0 101.5 22.5t80 64t68.5 100.5t66 132l-474 1047h111l358 -811q6 -12 13 -28t14.5 -34l15 -36t13.5 -33h4q12 34 26 64.5t23 53.5l344 824h104z "/>
<glyph glyph-name="uni0424" unicode="Ф" horiz-adv-x="1442" d="M1339 756q0 -114 -38 -216t-107 -178t-166.5 -120.5t-216.5 -44.5h-41v-217h-98v217h-41q-119 0 -216.5 43.5t-167 119.5t-107.5 178t-38 218q0 110 37.5 207.5t106.5 170.5t167 115.5t220 42.5h39v183h98v-183h39q121 0 219 -41.5t167 -113.5t106.5 -170t37.5 -211z M1235 754q0 101 -31.5 184t-88 141.5t-134.5 90.5t-172 32h-39v-915h41q92 0 170 33t134.5 94t88 147.5t31.5 192.5zM672 1202h-39q-93 0 -171 -33t-135 -92t-88.5 -141.5t-31.5 -181.5q0 -108 31.5 -194t88 -147t134.5 -93.5t170 -32.5h41v915z"/>
<glyph glyph-name="uni0425" unicode="Х" horiz-adv-x="1153" d="M961 0l-330 547q-31 51 -53 100h-5q-27 -55 -57 -100l-336 -547h-119l453 723l-426 711h119l321 -539q25 -42 52 -96h4l53 96l319 539h115l-430 -709l440 -725h-120z"/>
<glyph glyph-name="uni0426" unicode="Ц" horiz-adv-x="1436" d="M1288 -384v384h-1104v1434h99v-1344h821v1344h98v-1344h182v-474h-96z"/>
<glyph glyph-name="uni0427" unicode="Ч" horiz-adv-x="1255" d="M973 0v649q-113 -44 -225.5 -76t-227.5 -32q-94 0 -161 25.5t-110.5 72t-64 110.5t-20.5 142v543h98v-529q0 -131 67 -202.5t201 -71.5q103 0 216.5 29t226.5 75v699h98v-1434h-98z"/>
<glyph glyph-name="uni0428" unicode="Ш" horiz-adv-x="1776" d="M184 0v1434h99v-1344h553v1344h100v-1344h555v1344h100v-1434h-1407z"/>
<glyph glyph-name="uni0429" unicode="Щ" horiz-adv-x="1825" d="M1678 -384v384h-1494v1434h99v-1344h553v1344h100v-1344h555v1344h100v-1344h183v-474h-96z"/>
<glyph glyph-name="uni042A" unicode="Ъ" horiz-adv-x="1423" d="M1300 414q0 -85 -28 -160t-82.5 -131.5t-134.5 -89.5t-185 -33h-395v1343h-414v91h512v-637h326q84 0 157.5 -21.5t127.5 -67.5t85 -118.5t31 -175.5zM1198 406q0 81 -23 138t-68 93t-111 53t-152 17h-271v-617h277q92 0 158 24t108 66t62 100t20 126z"/>
<glyph glyph-name="uni042B" unicode="Ы" horiz-adv-x="1544" d="M1262 0v1434h98v-1434h-98zM1010 414q0 -85 -28 -160t-82.5 -131.5t-135 -89.5t-184.5 -33h-396v1434h99v-637h325q85 0 158.5 -21.5t127.5 -67.5t85 -118.5t31 -175.5zM907 406q0 81 -23 138t-68 93t-111 53t-152 17h-270v-617h276q92 0 158 24t108 66t62 100t20 126z "/>
<glyph glyph-name="uni042C" unicode="Ь" horiz-adv-x="1135" d="M1010 414q0 -85 -28 -160t-82.5 -131.5t-135 -89.5t-184.5 -33h-396v1434h99v-637h325q85 0 158.5 -21.5t127.5 -67.5t85 -118.5t31 -175.5zM907 406q0 81 -23 138t-68 93t-111 53t-152 17h-270v-617h276q92 0 158 24t108 66t62 100t20 126z"/>
<glyph glyph-name="uni042D" unicode="Э" horiz-adv-x="1262" d="M1153 711q0 -159 -50.5 -294t-140.5 -233t-214.5 -153.5t-272.5 -55.5q-66 0 -119 7t-95 17.5t-75.5 22.5t-60.5 23v98q63 -32 153.5 -54.5t202.5 -22.5q107 0 208 36t180 111t128.5 189t53.5 270h-704v92h702q-9 130 -52.5 240.5t-120 191.5t-184.5 126.5t-246 45.5 q-103 0 -181 -20t-140 -48v97q27 9 61 19.5t74.5 20t88.5 15.5t104 6q145 0 272.5 -47t222.5 -141t150 -233.5t55 -325.5z"/>
<glyph glyph-name="uni042E" unicode="Ю" horiz-adv-x="1989" d="M1880 739q0 -191 -49 -334t-135 -238.5t-203.5 -143.5t-255.5 -48q-155 0 -273.5 56.5t-199.5 155t-122.5 230.5t-41.5 283h-317v-700h-99v1434h99v-643h321q12 146 60 268.5t131 211t200 138t267 49.5q142 0 256 -53.5t194.5 -148.5t124 -227.5t43.5 -289.5zM1778 723 q0 160 -39.5 280.5t-110.5 201.5t-169.5 122t-215.5 41q-116 0 -215 -46t-171.5 -131t-113.5 -206.5t-41 -271.5q0 -149 38 -269t107.5 -204t167.5 -129t218 -45t220 41.5t172 124t112.5 205.5t40.5 286z"/>
<glyph glyph-name="uni042F" unicode="Я" horiz-adv-x="1137" d="M854 0v639h-209q-57 0 -98.5 -16t-73.5 -45.5t-57 -70.5t-49 -91l-189 -416h-112l211 453q22 46 44.5 80t46 59t47.5 42t48 28v4q-64 10 -123.5 38t-105.5 74.5t-74 112.5t-28 151q0 41 11 86t33.5 88.5t58 83t84.5 69.5t113 47.5t143 17.5h377v-1434h-98zM854 1343h-268 q-99 0 -166 -27.5t-108.5 -70.5t-59 -97t-17.5 -106q0 -87 32 -146.5t83.5 -96.5t118 -53.5t135.5 -16.5h250v614z"/>
<glyph glyph-name="uni0430" unicode="а" horiz-adv-x="1012" d="M776 0v205h-4q-49 -105 -142.5 -167.5t-207.5 -62.5q-146 0 -231 82t-85 207q0 268 355 324l315 47q0 330 -248 330q-169 0 -329 -136v111q57 45 154.5 77t183.5 32q158 0 244.5 -98t86.5 -285v-666h-92zM494 510q-161 -23 -226 -74.5t-65 -167.5q0 -91 60.5 -150 t168.5 -59q148 0 246 109.5t98 282.5v100z"/>
<glyph glyph-name="uni0431" unicode="б" horiz-adv-x="1126" d="M1036 489q0 -59 -10.5 -120t-33.5 -118.5t-58.5 -107.5t-85 -87.5t-114 -59t-144.5 -21.5q-112 0 -197.5 43.5t-143 125t-87 199.5t-29.5 267q0 174 21 303.5t59.5 221t91.5 149.5t117 90q40 20 87.5 34.5t97 26t98 20t90.5 15.5q35 7 75 19t68 31v-97 q-22 -14 -58.5 -26.5t-82.5 -20.5q-44 -7 -92.5 -15.5t-95 -19t-89 -24t-74.5 -31.5q-88 -52 -142 -175.5t-66 -328.5h4q22 43 58.5 82.5t84 69.5t105 47.5t122.5 17.5q111 0 191 -40.5t131.5 -110.5t76.5 -162.5t25 -196.5zM934 477q0 100 -21 180t-63.5 136.5t-106.5 87 t-149 30.5q-60 0 -113.5 -19.5t-99.5 -52.5t-82 -77t-61 -94q0 -17 -1 -46.5t-1 -58.5q0 -100 20.5 -191t64 -160.5t111.5 -111t164 -41.5q84 0 147.5 33.5t106 91t63.5 133.5t21 160z"/>
<glyph glyph-name="uni0432" unicode="в" horiz-adv-x="981" d="M889 293q0 -65 -22.5 -118.5t-63.5 -92.5t-97.5 -60.5t-123.5 -21.5h-418v1024h389q77 0 132.5 -19t91.5 -52t53.5 -78t17.5 -97q0 -47 -13.5 -87.5t-38 -73t-60 -54.5t-79.5 -31q57 -6 100.5 -26.5t72.5 -52t44 -72.5t15 -88zM752 764q0 35 -10.5 67t-35.5 56t-65 38.5 t-100 14.5h-285v-371h260q68 0 113.5 16.5t72.5 44t38.5 62.5t11.5 72zM793 285q0 41 -13.5 77.5t-44 63.5t-81 43t-124.5 16h-274v-401h307q57 0 100 14.5t72 41t43.5 63.5t14.5 82z"/>
<glyph glyph-name="uni0433" unicode="г" horiz-adv-x="694" d="M256 940v-940h-92v1024h500v-84h-408z"/>
<glyph glyph-name="uni0434" unicode="д" horiz-adv-x="1075" d="M946 -270v270h-817v-270h-84v354h90q67 97 118.5 209t86.5 233t54 247t22 251h456v-940h158v-354h-84zM780 940h-280q-8 -107 -27 -218t-51.5 -221t-78 -215.5t-105.5 -201.5h542v856z"/>
<glyph glyph-name="uni0435" unicode="е" horiz-adv-x="1034" d="M186 508q0 -211 97.5 -330t267.5 -119q172 0 336 127v-98q-159 -113 -355 -113q-198 0 -320 142t-122 401q0 224 127.5 377.5t331.5 153.5q191 0 293 -134t102 -366v-41h-758zM848 592q-6 177 -85 275t-218 98q-144 0 -238.5 -96.5t-116.5 -276.5h658z"/>
<glyph glyph-name="uni0436" unicode="ж" horiz-adv-x="1362" d="M1212 0l-481 502h-4v-502h-92v502h-4l-481 -502h-130l512 524l-495 500h119l475 -489h4v489h92v-489h4l475 489h119l-496 -500l512 -524h-129z"/>
<glyph glyph-name="uni0437" unicode="з" horiz-adv-x="936" d="M844 285q0 -59 -22.5 -115t-73.5 -99.5t-134.5 -69.5t-205.5 -26q-41 0 -86 5t-88.5 14t-82 21.5t-65.5 27.5v96q35 -19 75.5 -34t83 -25t84.5 -15.5t81 -5.5q100 0 165.5 18t104 47.5t53.5 68.5t15 81q0 61 -23.5 102t-67 66t-106 35t-139.5 10h-140v84h127 q150 0 223.5 49t73.5 154q0 42 -16 77t-49 60.5t-84 39.5t-121 14q-84 0 -167.5 -22t-152.5 -54v90q29 12 66 24.5t79.5 22.5t89.5 16.5t97 6.5q97 0 164.5 -22.5t110 -59.5t61.5 -84.5t19 -96.5q0 -99 -55.5 -164t-157.5 -83v-4q63 -3 112 -23.5t83 -53.5t51.5 -77.5 t17.5 -95.5z"/>
<glyph glyph-name="uni0438" unicode="и" horiz-adv-x="1128" d="M872 0v856q-8 -11 -15.5 -22t-12.5 -17l-615 -817h-65v1024h92v-848q6 11 12 21t13 18l610 809h74v-1024h-93z"/>
<glyph glyph-name="uni0439" unicode="й" horiz-adv-x="1128" d="M872 0v856q-8 -11 -15.5 -22t-12.5 -17l-615 -817h-65v1024h92v-848q6 11 12 21t13 18l610 809h74v-1024h-93zM558 1266q58 0 104.5 17t80 46t53 67t24.5 79h98q-10 -54 -37.5 -105.5t-72.5 -91.5t-108 -64t-143 -24t-140 24t-101 64t-65.5 91.5t-34.5 105.5h98 q5 -41 22 -79t47 -67t73 -46t100 -17h2z"/>
<glyph glyph-name="uni043A" unicode="к" horiz-adv-x="891" d="M741 0l-481 502h-4v-502h-92v1024h92v-489h4l475 489h119l-496 -500l512 -524h-129z"/>
<glyph glyph-name="uni043B" unicode="л" horiz-adv-x="1026" d="M770 0v940h-299q-17 -228 -44.5 -405.5t-72 -299.5t-109.5 -185.5t-157 -63.5q-15 0 -30.5 2.5t-26.5 5.5v82q8 -3 26 -5.5t29 -2.5q67 0 117 62.5t86 184t60.5 300t39.5 409.5h473v-1024h-92z"/>
<glyph glyph-name="uni043C" unicode="м" horiz-adv-x="1300" d="M1047 0v885l-27 -72q-11 -30 -23.5 -62t-21.5 -55l-277 -696h-75l-299 696q-10 21 -22 53t-23 62q-13 35 -27 74v-885h-88v1024h110l312 -709q11 -24 23.5 -56.5t23.5 -62.5q13 -35 26 -71q14 35 28 69q11 29 24 61t22 56l291 713h113v-1024h-90z"/>
<glyph glyph-name="uni043D" unicode="н" horiz-adv-x="1116" d="M860 0v489h-604v-489h-92v1024h92v-451h604v451h92v-1024h-92z"/>
<glyph glyph-name="uni043E" unicode="о" horiz-adv-x="1149" d="M575 -25q-224 0 -354.5 147.5t-130.5 383.5q0 255 136.5 399t359.5 144q219 0 346 -143t127 -396q0 -239 -129.5 -387t-354.5 -148zM582 965q-181 0 -288.5 -122t-107.5 -339q0 -201 105 -323t287 -122q185 0 285 120t100 333q0 219 -99.5 336t-281.5 117z"/>
<glyph glyph-name="uni043F" unicode="п" horiz-adv-x="1116" d="M860 0v940h-604v-940h-92v1024h788v-1024h-92z"/>
<glyph glyph-name="uni0440" unicode="р" horiz-adv-x="1147" d="M260 182h-4v-653h-92v1495h92v-211h4q55 113 157.5 174.5t225.5 61.5q195 0 304.5 -134.5t109.5 -365.5q0 -257 -125.5 -415.5t-331.5 -158.5q-230 0 -340 207zM256 563v-129q0 -154 97 -264.5t255 -110.5q157 0 255 134.5t98 353.5q0 192 -90 305t-240 113 q-179 0 -277 -120t-98 -282z"/>
<glyph glyph-name="uni0441" unicode="с" horiz-adv-x="909" d="M827 45q-114 -70 -272 -70q-209 0 -337 143.5t-128 375.5q0 244 144 399.5t370 155.5q117 0 227 -48v-104q-110 68 -241 68q-180 0 -292 -129.5t-112 -335.5q0 -199 102.5 -320t270.5 -121q154 0 268 82v-96z"/>
<glyph glyph-name="uni0442" unicode="т" horiz-adv-x="756" d="M426 940v-940h-92v940h-307v84h706v-84h-307z"/>
<glyph glyph-name="uni0443" unicode="у" horiz-adv-x="928" d="M414 -209q-56 -138 -124 -205t-175 -67q-45 0 -80 14v92q36 -14 84 -14q123 0 194 170l95 227l-388 1016h103l309 -834q10 -27 14 -41q4 -19 9 -34h4l24 69l330 840h100z"/>
<glyph glyph-name="uni0444" unicode="ф" horiz-adv-x="1321" d="M1235 506q0 -111 -37.5 -204t-103.5 -160t-156 -104.5t-195 -37.5h-36v-481h-93v481h-36q-105 0 -195 37.5t-156 104.5t-103.5 160t-37.5 204q0 118 35 214t99 163.5t153.5 104t199.5 36.5h41v434h93v-434h41q109 0 199 -36.5t154 -104t99 -163.5t35 -214zM1139 504 q0 109 -30 191t-83 136.5t-125.5 81.5t-157.5 27h-36v-856h28q88 0 162 28.5t128 82.5t84 132t30 177zM614 940h-39q-84 0 -156 -27t-124.5 -81.5t-82.5 -136.5t-30 -191q0 -99 30 -177t84 -132t128 -82.5t162 -28.5h28v856z"/>
<glyph glyph-name="uni0445" unicode="х" horiz-adv-x="862" d="M481 502l334 -502h-117l-270 432h-4l-36 -57q-7 -12 -17 -27l-226 -348h-112l342 500l-336 524h108l228 -367q44 -71 53 -88h4l51 84l238 371h108z"/>
<glyph glyph-name="uni0446" unicode="ц" horiz-adv-x="1155" d="M1026 -373v373h-862v1024h92v-940h604v940h92v-940h158v-457h-84z"/>
<glyph glyph-name="uni0447" unicode="ч" horiz-adv-x="1071" d="M815 0v446q-97 -52 -185 -80t-179 -28q-66 0 -122 19.5t-97.5 61.5t-65 109t-23.5 162v334h93v-326q0 -60 10.5 -110.5t36 -87t69 -57.5t109.5 -21q97 0 185 29t169 75v498h92v-1024h-92z"/>
<glyph glyph-name="uni0448" unicode="ш" horiz-adv-x="1538" d="M164 0v1024h92v-940h467v940h92v-940h467v940h92v-1024h-1210z"/>
<glyph glyph-name="uni0449" unicode="щ" horiz-adv-x="1577" d="M1448 -373v373h-1284v1024h92v-940h467v940h92v-940h467v940h92v-940h158v-457h-84z"/>
<glyph glyph-name="uni044A" unicode="ъ" horiz-adv-x="1133" d="M1051 307q0 -78 -27 -136t-71 -96t-99.5 -56.5t-112.5 -18.5h-393v940h-321v84h413v-420h293q74 0 133 -20t100 -58.5t63 -93.5t22 -125zM954 307q0 45 -14.5 84t-44 67.5t-74.5 45t-106 16.5h-275v-436h277q64 0 109.5 17.5t73.5 48t41 71t13 86.5z"/>
<glyph glyph-name="uni044B" unicode="ы" horiz-adv-x="1346" d="M1090 0v1024h92v-1024h-92zM866 307q0 -78 -27 -136t-70.5 -96t-99 -56.5t-112.5 -18.5h-393v1024h92v-420h293q73 0 132 -20t100 -58.5t63 -93.5t22 -125zM770 307q0 45 -14.5 84t-44.5 67.5t-75 45t-106 16.5h-274v-436h276q65 0 110 17.5t73.5 48t41.5 71t13 86.5z "/>
<glyph glyph-name="uni044C" unicode="ь" horiz-adv-x="948" d="M866 307q0 -78 -27 -136t-70.5 -96t-99 -56.5t-112.5 -18.5h-393v1024h92v-420h293q73 0 132 -20t100 -58.5t63 -93.5t22 -125zM770 307q0 45 -14.5 84t-44.5 67.5t-75 45t-106 16.5h-274v-436h276q65 0 110 17.5t73.5 48t41.5 71t13 86.5z"/>
<glyph glyph-name="uni044D" unicode="э" horiz-adv-x="918" d="M827 510q0 -114 -34.5 -212t-97 -170t-150 -112.5t-193.5 -40.5q-96 0 -162 19.5t-104 44.5v98q42 -32 111.5 -55t158.5 -23q78 0 145 28t117 81t79.5 129.5t33.5 173.5h-504v80h504q-6 88 -32.5 164t-75 131.5t-119.5 87t-166 31.5q-81 0 -145.5 -19.5t-102.5 -44.5v90 q21 11 50.5 21.5t63.5 18.5t70.5 13t71.5 5q111 0 200 -37t151.5 -106.5t96 -169.5t33.5 -226z"/>
<glyph glyph-name="uni044E" unicode="ю" horiz-adv-x="1595" d="M1505 510q0 -107 -27 -204t-82.5 -170.5t-140.5 -117t-200 -43.5q-111 0 -195 41t-140.5 111.5t-86 164t-31.5 197.5h-346v-489h-92v1024h92v-451h348q9 126 51 216t105 148t142 85t163 27q100 0 181.5 -36t139 -104.5t88.5 -169t31 -229.5zM1409 512q0 114 -24.5 199.5 t-69.5 141.5t-109.5 84t-144.5 28q-82 0 -149 -31t-114.5 -90t-73.5 -144.5t-26 -195.5q0 -98 24 -180t70 -141t112.5 -91.5t152.5 -32.5q90 0 156.5 33.5t110 94t64.5 143.5t21 182z"/>
<glyph glyph-name="uni044F" unicode="я" horiz-adv-x="987" d="M727 0v446h-170q-27 0 -57 -7.5t-60 -28t-58 -56t-52 -90.5l-115 -264h-113l129 285q29 66 73.5 113.5t101.5 70.5q-125 15 -185.5 86.5t-60.5 183.5q0 52 17.5 103t57.5 91.5t105 65.5t160 25h323v-1024h-96zM727 944h-221q-122 0 -183 -54.5t-61 -150.5q0 -57 17 -96.5 t48.5 -64.5t75.5 -36.5t97 -11.5h227v414z"/>
<glyph glyph-name="uni0451" unicode="ё" horiz-adv-x="1034" d="M186 508q0 -211 97.5 -330t267.5 -119q172 0 336 127v-98q-159 -113 -355 -113q-198 0 -320 142t-122 401q0 224 127.5 377.5t331.5 153.5q191 0 293 -134t102 -366v-41h-758zM848 592q-6 177 -85 275t-218 98q-144 0 -238.5 -96.5t-116.5 -276.5h658zM702 1188 q-27 0 -49 19.5t-22 52.5q0 31 21.5 50t47.5 19q29 0 52.5 -19.5t23.5 -49.5q0 -31 -21.5 -51.5t-52.5 -20.5zM369 1188q-28 0 -50 19.5t-22 52.5q0 31 22 50t48 19q29 0 52 -19.5t23 -49.5q0 -31 -21 -51.5t-52 -20.5z"/>
<glyph glyph-name="uni0452" unicode="ђ" horiz-adv-x="1153" d="M1024 395q0 -195 -26 -346t-79.5 -253.5t-134.5 -156t-192 -53.5q-20 0 -48 5.5t-52 13.5v90q22 -8 52 -15.5t50 -7.5q94 0 158 50t103 143.5t56 226.5t17 299q0 148 -21.5 252.5t-63 170.5t-102.5 96t-139 30q-59 0 -117 -25t-104 -75t-74 -124.5t-28 -172.5v-543h-93 v1231h-135v84h135v201h93v-201h389v-84h-389v-420h4q24 42 55.5 81t72.5 68t92 46.5t113 17.5q107 0 184 -44t127 -125.5t73.5 -198t23.5 -261.5z"/>
<glyph glyph-name="uni0453" unicode="ѓ" horiz-adv-x="694" d="M256 940v-940h-92v1024h500v-84h-408zM375 1188h-90l234 328h104z"/>
<glyph glyph-name="uni0454" unicode="є" horiz-adv-x="918" d="M720 -2.5q-69 -22.5 -165 -22.5q-106 0 -192 38t-146.5 106.5t-93.5 164t-33 210.5q0 126 39 228t107.5 175t162.5 112.5t205 39.5q69 0 127 -14.5t100 -33.5v-104q-42 26 -101.5 47t-139.5 21q-86 0 -157 -30.5t-123 -85.5t-83.5 -131t-38.5 -167h502v-80h-504 q4 -97 33.5 -173.5t79 -129.5t116 -81t144.5 -28q90 0 158 25t110 57v-96q-38 -25 -107 -47.5z"/>
<glyph glyph-name="uni0455" unicode="ѕ" horiz-adv-x="795" d="M111 45v111q52 -45 126 -71t128 -26q241 0 241 197q0 68 -53 116t-172 99q-147 64 -206.5 132.5t-59.5 166.5q0 125 95.5 202t235.5 77q132 0 226 -54v-104q-114 74 -236 74q-101 0 -163 -52.5t-62 -136.5q0 -73 39 -118.5t172 -104.5q160 -72 220 -133.5t60 -163.5 q0 -122 -91.5 -201.5t-252.5 -79.5q-148 0 -247 70z"/>
<glyph glyph-name="uni0457" unicode="ї" horiz-adv-x="420" d="M164 0v1024h92v-1024h-92zM377 1188q-27 0 -49 19.5t-22 52.5q0 31 21.5 50t47.5 19q29 0 52.5 -19.5t23.5 -49.5q0 -31 -21.5 -51.5t-52.5 -20.5zM44 1188q-28 0 -50 19.5t-22 52.5q0 31 22 50t48 19q29 0 52 -19.5t23 -49.5q0 -31 -21 -51.5t-52 -20.5z"/>
<glyph glyph-name="uni0459" unicode="љ" horiz-adv-x="1583" d="M1473 307q0 -78 -27 -136t-71 -96t-99.5 -56.5t-112.5 -18.5h-393v940h-299q-17 -228 -44.5 -405.5t-72 -299.5t-109.5 -185.5t-157 -63.5q-15 0 -30.5 2.5t-26.5 5.5v82q8 -3 26 -5.5t29 -2.5q67 0 117 62.5t86 184t60.5 300t39.5 409.5h473v-420h293q74 0 133 -20 t100 -58.5t63 -93.5t22 -125zM1376 307q0 45 -14.5 84t-44.5 67.5t-75 45t-105 16.5h-275v-436h277q64 0 109.5 17.5t73.5 48t41 71t13 86.5z"/>
<glyph glyph-name="uni045A" unicode="њ" horiz-adv-x="1673" d="M1563 303q0 -78 -27 -135.5t-71 -94.5t-99.5 -55t-112.5 -18h-393v512h-604v-512h-92v1024h92v-428h604v428h92v-428h293q74 0 133 -19.5t100 -57t63 -92t22 -124.5zM1466 303q0 45 -14.5 83.5t-44 66.5t-74.5 43.5t-106 15.5h-275v-428h277q64 0 109.5 17t73.5 46.5 t41 69.5t13 86z"/>
<glyph glyph-name="uni045B" unicode="ћ" horiz-adv-x="1118" d="M883 0v590q0 181 -66.5 265.5t-206.5 84.5q-29 0 -65 -7.5t-72.5 -25.5t-71.5 -48t-62 -74t-43.5 -104t-16.5 -138v-543h-93v1231h-135v84h135v201h93v-201h389v-84h-389v-416h4q24 44 58.5 82t78.5 66.5t97.5 44.5t117.5 16q86 0 150 -28.5t106 -82t63 -130t21 -173.5 v-610h-92z"/>
<glyph glyph-name="uni045C" unicode="ќ" horiz-adv-x="891" d="M741 0l-481 502h-4v-502h-92v1024h92v-489h4l475 489h119l-496 -500l512 -524h-129zM515 1188h-90l234 328h104z"/>
<glyph glyph-name="uni045E" unicode="ў" horiz-adv-x="928" d="M414 -209q-56 -138 -124 -205t-175 -67q-45 0 -80 14v92q36 -14 84 -14q123 0 194 170l95 227l-388 1016h103l309 -834q10 -27 14 -41q4 -19 9 -34h4l24 69l330 840h100zM732 1266q58 0 104.5 17t80 46t53 67t24.5 79h98q-10 -54 -37.5 -105.5t-72.5 -91.5t-108 -64 t-143 -24t-140 24t-101 64t-65.5 91.5t-34.5 105.5h98q5 -41 22 -79t47 -67t73 -46t100 -17h2z"/>
<glyph glyph-name="uni045F" unicode="џ" horiz-adv-x="1116" d="M602 0v-373h-84v373h-354v1024h92v-940h604v940h92v-1024h-350z"/>
<glyph glyph-name="uni0490" unicode="Ґ" horiz-adv-x="918" d="M283 1343v-1343h-99v1434h578v264h96v-355h-575z"/>
<glyph glyph-name="uni0491" unicode="ґ" horiz-adv-x="743" d="M256 940v-940h-92v1024h434v270h84v-354h-426z"/>
<glyph glyph-name="uni2015" unicode="―" horiz-adv-x="2048" d="M0 555v90h2048v-90h-2048z"/>
<glyph glyph-name="uni2116" unicode="№" horiz-adv-x="2320" d="M2202 1028q0 -84 -23.5 -160t-71 -134.5t-120.5 -93t-172 -34.5q-98 0 -171 34t-121 91.5t-72 133t-24 159.5q0 114 33.5 195t88.5 132.5t126.5 76t147.5 24.5q87 0 157 -28.5t119.5 -82.5t76 -133t26.5 -180zM1460 350v78h709v-78h-709zM1168 0l-832 1169q-5 8 -13.5 20 t-17 24.5t-16.5 25t-12 20.5h-4q1 -13 1.5 -29.5t0.5 -33.5v-33.5v-30.5v-1132h-91v1434h74l825 -1159q7 -10 15.5 -22.5l17 -25t16.5 -24t13 -20.5h4q-2 27 -3 61.5t-1 58.5v1131h90v-1434h-67zM2116 1030q0 88 -21 153.5t-60 108t-94 63.5t-122 21q-70 0 -126.5 -23.5 t-96.5 -68.5t-61.5 -110.5t-21.5 -149.5q0 -76 20 -138.5t58.5 -107.5t95 -69.5t128.5 -24.5q76 0 133 25t94 71t55.5 109.5t18.5 140.5z"/>
<glyph glyph-name="pi" unicode="π" horiz-adv-x="1284" d="M930 940v-692q0 -176 137 -176q14 0 63 10v-80q-39 -14 -86 -14q-101 0 -153.5 68t-52.5 188v696h-471v-682q0 -150 -23 -258h-94q24 98 24 258v682q-119 -4 -237 -68v97q110 55 237 55h869v-84h-213z"/>
<glyph glyph-name="fournumerator" horiz-adv-x="674" d="M518 803v-219h-82v219h-393v63l385 568h90v-553h111v-78h-111zM434 1325q-33 -61 -45 -78l-246 -366h293v368l2 76h-4z"/>
<glyph glyph-name="fivenumerator" horiz-adv-x="674" d="M580 844q0 -69 -23.5 -122.5t-65 -89.5t-97.5 -54.5t-120 -18.5q-105 0 -178 43v86q48 -26 95 -37.5t85 -11.5q50 0 90.5 14.5t69 40.5t43.5 62.5t15 81.5q0 172 -230 172q-16 0 -38 -1t-43 -2.5t-37.5 -3t-22.5 -2.5v433h418v-84h-338v-263q21 2 43.5 3.5t44.5 1.5 q62 0 115 -15.5t91.5 -46.5t60.5 -77.5t22 -108.5z"/>
<glyph glyph-name="sevennumerator" horiz-adv-x="674" d="M279 573h-86l331 779h-458v82h555v-54z"/>
<glyph glyph-name="eightnumerator" horiz-adv-x="674" d="M528 801q2 66 -47.5 113t-148.5 81q-91 -31 -139 -76t-48 -114q0 -42 16.5 -71.5t43 -49t60.5 -28.5t69 -9q33 0 67 9.5t62 28.5t46 48t19 68zM500 1233q0 33 -12 59t-33 43.5t-50 27t-63 9.5t-63.5 -10t-52 -28.5t-35.5 -43.5t-13 -55q0 -62 42.5 -100t117.5 -66 q78 29 120 67t42 97zM618 809q0 -66 -26.5 -112.5t-68.5 -75.5t-93 -42.5t-100 -13.5q-45 0 -94 12t-89 39.5t-66 72.5t-26 110q0 83 49 139.5t134 93.5q-70 32 -111 81t-41 120q0 57 22.5 99t58.5 69t82 40t93 13q46 0 91 -13t80 -39.5t57 -65.5t22 -91q0 -41 -12.5 -73.5 t-34.5 -58t-52.5 -45.5t-66.5 -36q43 -16 78.5 -37.5t60.5 -48.5t39 -61t14 -76z"/>
<glyph glyph-name="dotlessi.alt" horiz-adv-x="420" d="M164 0v1024h92v-1024h-92z"/>
<glyph glyph-name="Scommaaccent" unicode="Ș" horiz-adv-x="1018" d="M139 51v113q154 -98 312 -98q168 0 255 69.5t87 194.5q0 110 -58.5 175.5t-253.5 178.5q-218 127 -276 212.5t-58 197.5q0 152 118 258t315 106q128 0 256 -43v-104q-126 57 -269 57q-146 0 -231.5 -74t-85.5 -188q0 -110 58.5 -175t252.5 -177q201 -114 267.5 -202.5 t66.5 -203.5q0 -165 -114.5 -269t-323.5 -104q-74 0 -170.5 23t-147.5 53zM588 -118l-126 -261h-79l93 261h112z"/>
<glyph glyph-name="scommaaccent" unicode="ș" horiz-adv-x="795" d="M111 45v111q52 -45 126 -71t128 -26q241 0 241 197q0 68 -53 116t-172 99q-147 64 -206.5 132.5t-59.5 166.5q0 125 95.5 202t235.5 77q132 0 226 -54v-104q-114 74 -236 74q-101 0 -163 -52.5t-62 -136.5q0 -73 39 -118.5t172 -104.5q160 -72 220 -133.5t60 -163.5 q0 -122 -91.5 -201.5t-252.5 -79.5q-148 0 -247 70zM474 -118l-126 -261h-79l93 261h112z"/>
<glyph glyph-name="currency" unicode="¤" horiz-adv-x="1139" d="M946 293l-135 135q-105 -86 -242 -86q-140 0 -241 86l-135 -135l-60 61l137 131q-84 116 -84 240q0 140 84 240l-137 133l60 61l135 -135q113 84 241 84q137 0 240 -84l137 135l60 -61l-138 -133q84 -101 84 -240q0 -132 -84 -240l138 -131zM571 1024q-128 0 -214.5 -88 t-86.5 -209t89.5 -211t209.5 -90q122 0 210.5 89t88.5 212q0 126 -90 211.5t-207 85.5z"/>
<glyph glyph-name="Ohorn" unicode="Ơ" horiz-adv-x="1559" d="M774 -25q-152 0 -275 53.5t-209.5 150t-133.5 230t-47 293.5q0 171 48 310.5t138 238.5t218 153t288 54q219 0 375 -114q22 -3 47.5 -4.5t51.5 -1.5q52 0 89 9.5t60 26.5t33.5 41t10.5 53q0 71 -21 130h104q9 -27 13.5 -60t4.5 -69q0 -112 -65.5 -164.5t-187.5 -52.5h-40 q174 -197 174 -513q0 -177 -48 -318.5t-136.5 -240.5t-213.5 -152t-278 -53zM784 1368q-125 0 -230 -47.5t-181 -134t-119 -207t-43 -266.5q0 -147 40 -266.5t113 -204t176.5 -130.5t231.5 -46q133 0 239.5 44.5t181.5 129.5t115 206.5t40 276.5q0 152 -39.5 271.5 t-113 202.5t-178 127t-233.5 44z"/>
<glyph glyph-name="ohorn" unicode="ơ" horiz-adv-x="1149" d="M575 -25q-113 0 -203 39t-152.5 109.5t-96 168t-33.5 214.5q0 127 35.5 228t101 171t157 107t202.5 37q96 0 177 -29q21 -2 47 -3t49 -1q52 0 89 9.5t60 26.5t33.5 41t10.5 53q0 71 -21 130h97q9 -27 13.5 -60t4.5 -69q0 -54 -16.5 -93t-48 -65t-76.5 -39.5t-101 -15.5 q77 -77 116 -179t39 -245q0 -118 -33 -216t-95.5 -169t-152.5 -110.5t-203 -39.5zM582 965q-90 0 -163 -31.5t-125 -90.5t-80 -144.5t-28 -194.5q0 -100 27 -182t78 -140.5t123.5 -90.5t163.5 -32q93 0 164.5 31t120.5 89.5t74.5 142.5t25.5 190q0 220 -99 336.5t-282 116.5 z"/>
<glyph glyph-name="Uhorn" unicode="Ư" horiz-adv-x="1362" d="M1161 573q0 -598 -510 -598q-485 0 -485 576v883h98v-869q0 -499 406 -499q393 0 393 485v883h68q52 0 89 9.5t60 26.5t33.5 41t10.5 53q0 71 -21 130h104q9 -27 13.5 -60t4.5 -69q0 -112 -65.5 -164.5t-187.5 -52.5h-11v-775z"/>
<glyph glyph-name="uhorn" unicode="ư" horiz-adv-x="1121" d="M932 0h-92v186h-4q-106 -211 -330 -211q-363 0 -363 457v592h93v-569q0 -104 17 -179t51.5 -123t88 -71t127.5 -23q142 0 231 105q89 106 89 280v580h19q105 0 149 35t44 94q0 71 -21 130h97q9 -27 13.5 -60t4.5 -69q0 -51 -15.5 -89t-44 -64t-67.5 -40.5t-87 -18.5v-942 z"/>
<glyph glyph-name="hookabovecomb" unicode="̉" horiz-adv-x="622" d="M251 1575q91 0 139.5 -39.5t48.5 -115.5q0 -65 -32.5 -102.5t-104.5 -45.5v-54h-72v115q64 0 93 21.5t29 63.5q0 38 -26.5 57t-73.5 19q-26 0 -46 -2t-35 -6v82q19 3 38.5 5t41.5 2z"/>
<glyph glyph-name="dotbelowcomb" unicode="̣" horiz-adv-x="682" d="M341 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="gravecomb" unicode="̀" horiz-adv-x="549" d="M105 1434h104l234 -246h-90z"/>
<glyph glyph-name="acutecomb" unicode="́" horiz-adv-x="549" d="M195 1188h-90l234 246h104z"/>
<glyph glyph-name="uni03020341" horiz-adv-x="979" d="M508 1188l-157 239l-160 -239h-82l221 336h45l219 -336h-86zM631 1370h-90l234 246h104z"/>
<glyph glyph-name="uni03020340" horiz-adv-x="979" d="M385 1188l219 336h45l221 -336h-82l-160 239l-157 -239h-86zM100 1616h104l234 -246h-90z"/>
<glyph glyph-name="uni03020309" horiz-adv-x="979" d="M651 1713q91 0 139.5 -39.5t48.5 -115.5q0 -65 -32.5 -102.5t-104.5 -45.5v-54h-72v115q64 0 93 21.5t29 63.5q0 38 -26.5 57t-73.5 19q-26 0 -46 -2t-35 -6v82q19 3 38.5 5t41.5 2zM546 1188l-157 239l-160 -239h-82l221 336h45l219 -336h-86z"/>
<glyph glyph-name="uni03020303" horiz-adv-x="979" d="M801 1764q0 -103 -48.5 -163t-130.5 -60q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143h-72q0 100 48 160.5t128 60.5q72 0 160 -72q67 -59 117 -59q40 0 68 37t28 108h74zM643 1188l-157 199l-160 -199h-82l221 296h45l219 -296h-86z"/>
<glyph glyph-name="uni03060341" horiz-adv-x="622" d="M314 1449h-90l234 246h104zM582 1423q-16 -108 -89.5 -171.5t-182.5 -63.5q-110 0 -182.5 62t-81.5 173h84q6 -75 55.5 -117t126.5 -42q68 0 120.5 43.5t61.5 115.5h88z"/>
<glyph glyph-name="uni03060340" horiz-adv-x="622" d="M66 1695h104l234 -246h-90zM134 1423q9 -72 61.5 -115.5t120.5 -43.5q77 0 126.5 42t55.5 117h84q-9 -111 -81.5 -173t-182.5 -62q-109 0 -182.5 63.5t-89.5 171.5h88z"/>
<glyph glyph-name="uni03060309" horiz-adv-x="622" d="M134 1423q9 -72 61.5 -115.5t120.5 -43.5q77 0 126.5 42t55.5 117h84q-9 -111 -81.5 -173t-182.5 -62q-109 0 -182.5 63.5t-89.5 171.5h88zM281 1783q91 0 139.5 -39.5t48.5 -115.5q0 -65 -32.5 -102.5t-104.5 -45.5v-54h-72v115q64 0 93 21.5t29 63.5q0 38 -26.5 57 t-73.5 19q-26 0 -46 -2t-35 -6v82q19 3 38.5 5t41.5 2z"/>
<glyph glyph-name="uni03060303" horiz-adv-x="979" d="M307 1423q9 -72 61.5 -115.5t120.5 -43.5q77 0 126.5 42t55.5 117h84q-9 -111 -81.5 -173t-182.5 -62q-109 0 -182.5 63.5t-89.5 171.5h88zM801 1764q0 -103 -48.5 -163t-130.5 -60q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143h-72q0 100 48 160.5t128 60.5 q72 0 160 -72q67 -59 117 -59q40 0 68 37t28 108h74z"/>
<glyph glyph-name="uni0309.cap" horiz-adv-x="622" d="M251 1575q91 0 139.5 -39.5t48.5 -115.5q0 -65 -32.5 -102.5t-104.5 -45.5v-54h-72v115q64 0 93 21.5t29 63.5q0 38 -26.5 57t-73.5 19q-26 0 -46 -2t-35 -6v82q19 3 38.5 5t41.5 2z"/>
<glyph glyph-name="uni03020303.cap" horiz-adv-x="979" d="M801 1764q0 -103 -48.5 -163t-130.5 -60q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143h-72q0 100 48 160.5t128 60.5q72 0 160 -72q67 -59 117 -59q40 0 68 37t28 108h74zM643 1188l-157 199l-160 -199h-82l221 296h45l219 -296h-86z"/>
<glyph glyph-name="uni03060341.cap" horiz-adv-x="622" d="M314 1449h-90l234 246h104zM582 1423q-16 -108 -89.5 -171.5t-182.5 -63.5q-110 0 -182.5 62t-81.5 173h84q6 -75 55.5 -117t126.5 -42q68 0 120.5 43.5t61.5 115.5h88z"/>
<glyph glyph-name="uni03060340.cap" horiz-adv-x="622" d="M66 1695h104l234 -246h-90zM134 1423q9 -72 61.5 -115.5t120.5 -43.5q77 0 126.5 42t55.5 117h84q-9 -111 -81.5 -173t-182.5 -62q-109 0 -182.5 63.5t-89.5 171.5h88z"/>
<glyph glyph-name="uni03060309.cap" horiz-adv-x="622" d="M134 1423q9 -72 61.5 -115.5t120.5 -43.5q77 0 126.5 42t55.5 117h84q-9 -111 -81.5 -173t-182.5 -62q-109 0 -182.5 63.5t-89.5 171.5h88zM281 1783q91 0 139.5 -39.5t48.5 -115.5q0 -65 -32.5 -102.5t-104.5 -45.5v-54h-72v115q64 0 93 21.5t29 63.5q0 38 -26.5 57 t-73.5 19q-26 0 -46 -2t-35 -6v82q19 3 38.5 5t41.5 2z"/>
<glyph glyph-name="uni03060303.cap" horiz-adv-x="979" d="M760 1423q-16 -108 -89.5 -171.5t-182.5 -63.5q-110 0 -182.5 62t-81.5 173h84q6 -75 55.5 -117t126.5 -42q68 0 120.5 43.5t61.5 115.5h88zM801 1764q0 -103 -48.5 -163t-130.5 -60q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143h-72q0 100 48 160.5t128 60.5 q72 0 160 -72q67 -59 117 -59q40 0 68 37t28 108h74z"/>
<glyph glyph-name="uni03020309.cap" horiz-adv-x="979" d="M651 1713q91 0 139.5 -39.5t48.5 -115.5q0 -65 -32.5 -102.5t-104.5 -45.5v-54h-72v115q64 0 93 21.5t29 63.5q0 38 -26.5 57t-73.5 19q-26 0 -46 -2t-35 -6v82q19 3 38.5 5t41.5 2zM546 1188l-157 239l-160 -239h-82l221 336h45l219 -336h-86z"/>
<glyph glyph-name="uni1EA0" unicode="Ạ" horiz-adv-x="1288" d="M1118 0l-164 446h-622l-164 -446h-109l541 1434h94l535 -1434h-111zM678 1200q-11 30 -18 59q-7 25 -15 50h-4q-17 -66 -33 -107l-241 -665h553zM641 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1EA1" unicode="ạ" horiz-adv-x="1012" d="M776 0v205h-4q-49 -105 -142.5 -167.5t-207.5 -62.5q-146 0 -231 82t-85 207q0 268 355 324l315 47q0 330 -248 330q-169 0 -329 -136v111q57 45 154.5 77t183.5 32q158 0 244.5 -98t86.5 -285v-666h-92zM494 510q-161 -23 -226 -74.5t-65 -167.5q0 -91 60.5 -150 t168.5 -59q148 0 246 109.5t98 282.5v100zM535 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1EA2" unicode="Ả" horiz-adv-x="1288" d="M1118 0l-164 446h-622l-164 -446h-109l541 1434h94l535 -1434h-111zM678 1200q-11 30 -18 59q-7 25 -15 50h-4q-17 -66 -33 -107l-241 -665h553zM620 1925q91 0 139.5 -39.5t48.5 -115.5q0 -65 -32.5 -102.5t-104.5 -45.5v-54h-72v115q64 0 93 21.5t29 63.5 q0 38 -26.5 57t-73.5 19q-26 0 -46 -2t-35 -6v82q19 3 38.5 5t41.5 2z"/>
<glyph glyph-name="uni1EA3" unicode="ả" horiz-adv-x="1012" d="M776 0v205h-4q-49 -105 -142.5 -167.5t-207.5 -62.5q-146 0 -231 82t-85 207q0 268 355 324l315 47q0 330 -248 330q-169 0 -329 -136v111q57 45 154.5 77t183.5 32q158 0 244.5 -98t86.5 -285v-666h-92zM494 510q-161 -23 -226 -74.5t-65 -167.5q0 -91 60.5 -150 t168.5 -59q148 0 246 109.5t98 282.5v100zM495 1575q91 0 139.5 -39.5t48.5 -115.5q0 -65 -32.5 -102.5t-104.5 -45.5v-54h-72v115q64 0 93 21.5t29 63.5q0 38 -26.5 57t-73.5 19q-26 0 -46 -2t-35 -6v82q19 3 38.5 5t41.5 2z"/>
<glyph glyph-name="uni1EA4" unicode="Ấ" horiz-adv-x="1288" d="M1118 0l-164 446h-622l-164 -446h-109l541 1434h94l535 -1434h-111zM678 1200q-11 30 -18 59q-7 25 -15 50h-4q-17 -66 -33 -107l-241 -665h553zM800 1537l-157 239l-160 -239h-82l221 336h45l219 -336h-86zM923 1719h-90l234 246h104z"/>
<glyph glyph-name="uni1EA5" unicode="ấ" horiz-adv-x="1012" d="M776 0v205h-4q-49 -105 -142.5 -167.5t-207.5 -62.5q-146 0 -231 82t-85 207q0 268 355 324l315 47q0 330 -248 330q-169 0 -329 -136v111q57 45 154.5 77t183.5 32q158 0 244.5 -98t86.5 -285v-666h-92zM494 510q-161 -23 -226 -74.5t-65 -167.5q0 -91 60.5 -150 t168.5 -59q148 0 246 109.5t98 282.5v100zM702 1188l-157 239l-160 -239h-82l221 336h45l219 -336h-86zM825 1370h-90l234 246h104z"/>
<glyph glyph-name="uni1EA6" unicode="Ầ" horiz-adv-x="1288" d="M1118 0l-164 446h-622l-164 -446h-109l541 1434h94l535 -1434h-111zM678 1200q-11 30 -18 59q-7 25 -15 50h-4q-17 -66 -33 -107l-241 -665h553zM403 1537l219 336h45l221 -336h-82l-160 239l-157 -239h-86zM118 1965h104l234 -246h-90z"/>
<glyph glyph-name="uni1EA7" unicode="ầ" horiz-adv-x="1012" d="M776 0v205h-4q-49 -105 -142.5 -167.5t-207.5 -62.5q-146 0 -231 82t-85 207q0 268 355 324l315 47q0 330 -248 330q-169 0 -329 -136v111q57 45 154.5 77t183.5 32q158 0 244.5 -98t86.5 -285v-666h-92zM494 510q-161 -23 -226 -74.5t-65 -167.5q0 -91 60.5 -150 t168.5 -59q148 0 246 109.5t98 282.5v100zM305 1188l219 336h45l221 -336h-82l-160 239l-157 -239h-86zM20 1616h104l234 -246h-90z"/>
<glyph glyph-name="uni1EA8" unicode="Ẩ" horiz-adv-x="1288" d="M1118 0l-164 446h-622l-164 -446h-109l541 1434h94l535 -1434h-111zM678 1200q-11 30 -18 59q-7 25 -15 50h-4q-17 -66 -33 -107l-241 -665h553zM904 2063q91 0 139.5 -39.5t48.5 -115.5q0 -65 -32.5 -102.5t-104.5 -45.5v-54h-72v115q64 0 93 21.5t29 63.5 q0 38 -26.5 57t-73.5 19q-26 0 -46 -2t-35 -6v82q19 3 38.5 5t41.5 2zM799 1538l-157 239l-160 -239h-82l221 336h45l219 -336h-86z"/>
<glyph glyph-name="uni1EA9" unicode="ẩ" horiz-adv-x="1012" d="M776 0v205h-4q-49 -105 -142.5 -167.5t-207.5 -62.5q-146 0 -231 82t-85 207q0 268 355 324l315 47q0 330 -248 330q-169 0 -329 -136v111q57 45 154.5 77t183.5 32q158 0 244.5 -98t86.5 -285v-666h-92zM494 510q-161 -23 -226 -74.5t-65 -167.5q0 -91 60.5 -150 t168.5 -59q148 0 246 109.5t98 282.5v100zM780 1713q91 0 139.5 -39.5t48.5 -115.5q0 -65 -32.5 -102.5t-104.5 -45.5v-54h-72v115q64 0 93 21.5t29 63.5q0 38 -26.5 57t-73.5 19q-26 0 -46 -2t-35 -6v82q19 3 38.5 5t41.5 2zM675 1188l-157 239l-160 -239h-82l221 336h45 l219 -336h-86z"/>
<glyph glyph-name="uni1EAA" unicode="Ẫ" horiz-adv-x="1288" d="M1118 0l-164 446h-622l-164 -446h-109l541 1434h94l535 -1434h-111zM678 1200q-11 30 -18 59q-7 25 -15 50h-4q-17 -66 -33 -107l-241 -665h553zM954 2111q0 -103 -48.5 -163t-130.5 -60q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143h-72q0 100 48 160.5t128 60.5 q72 0 160 -72q67 -59 117 -59q40 0 68 37t28 108h74zM796 1535l-157 199l-160 -199h-82l221 296h45l219 -296h-86z"/>
<glyph glyph-name="uni1EAB" unicode="ẫ" horiz-adv-x="1012" d="M776 0v205h-4q-49 -105 -142.5 -167.5t-207.5 -62.5q-146 0 -231 82t-85 207q0 268 355 324l315 47q0 330 -248 330q-169 0 -329 -136v111q57 45 154.5 77t183.5 32q158 0 244.5 -98t86.5 -285v-666h-92zM494 510q-161 -23 -226 -74.5t-65 -167.5q0 -91 60.5 -150 t168.5 -59q148 0 246 109.5t98 282.5v100zM848 1764q0 -103 -48.5 -163t-130.5 -60q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143h-72q0 100 48 160.5t128 60.5q72 0 160 -72q67 -59 117 -59q40 0 68 37t28 108h74zM690 1188l-157 199l-160 -199h-82l221 296h45l219 -296 h-86z"/>
<glyph glyph-name="uni1EAC" unicode="Ậ" horiz-adv-x="1288" d="M1118 0l-164 446h-622l-164 -446h-109l541 1434h94l535 -1434h-111zM678 1200q-11 30 -18 59q-7 25 -15 50h-4q-17 -66 -33 -107l-241 -665h553zM801 1537l-157 239l-160 -239h-82l221 336h45l219 -336h-86zM642 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5 q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1EAD" unicode="ậ" horiz-adv-x="1012" d="M776 0v205h-4q-49 -105 -142.5 -167.5t-207.5 -62.5q-146 0 -231 82t-85 207q0 268 355 324l315 47q0 330 -248 330q-169 0 -329 -136v111q57 45 154.5 77t183.5 32q158 0 244.5 -98t86.5 -285v-666h-92zM494 510q-161 -23 -226 -74.5t-65 -167.5q0 -91 60.5 -150 t168.5 -59q148 0 246 109.5t98 282.5v100zM679 1188l-157 239l-160 -239h-82l221 336h45l219 -336h-86zM535 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1EAE" unicode="Ắ" horiz-adv-x="1288" d="M1118 0l-164 446h-622l-164 -446h-109l541 1434h94l535 -1434h-111zM678 1200q-11 30 -18 59q-7 25 -15 50h-4q-17 -66 -33 -107l-241 -665h553zM643 1796h-90l234 246h104zM911 1770q-16 -108 -89.5 -171.5t-182.5 -63.5q-110 0 -182.5 62t-81.5 173h84q6 -75 55.5 -117 t126.5 -42q68 0 120.5 43.5t61.5 115.5h88z"/>
<glyph glyph-name="uni1EAF" unicode="ắ" horiz-adv-x="1012" d="M776 0v205h-4q-49 -105 -142.5 -167.5t-207.5 -62.5q-146 0 -231 82t-85 207q0 268 355 324l315 47q0 330 -248 330q-169 0 -329 -136v111q57 45 154.5 77t183.5 32q158 0 244.5 -98t86.5 -285v-666h-92zM494 510q-161 -23 -226 -74.5t-65 -167.5q0 -91 60.5 -150 t168.5 -59q148 0 246 109.5t98 282.5v100zM523 1449h-90l234 246h104zM791 1423q-16 -108 -89.5 -171.5t-182.5 -63.5q-110 0 -182.5 62t-81.5 173h84q6 -75 55.5 -117t126.5 -42q68 0 120.5 43.5t61.5 115.5h88z"/>
<glyph glyph-name="uni1EB0" unicode="Ằ" horiz-adv-x="1288" d="M1118 0l-164 446h-622l-164 -446h-109l541 1434h94l535 -1434h-111zM678 1200q-11 30 -18 59q-7 25 -15 50h-4q-17 -66 -33 -107l-241 -665h553zM389 2043h104l234 -246h-90zM457 1771q9 -72 61.5 -115.5t120.5 -43.5q77 0 126.5 42t55.5 117h84q-9 -111 -81.5 -173 t-182.5 -62q-109 0 -182.5 63.5t-89.5 171.5h88z"/>
<glyph glyph-name="uni1EB1" unicode="ằ" horiz-adv-x="1012" d="M776 0v205h-4q-49 -105 -142.5 -167.5t-207.5 -62.5q-146 0 -231 82t-85 207q0 268 355 324l315 47q0 330 -248 330q-169 0 -329 -136v111q57 45 154.5 77t183.5 32q158 0 244.5 -98t86.5 -285v-666h-92zM494 510q-161 -23 -226 -74.5t-65 -167.5q0 -91 60.5 -150 t168.5 -59q148 0 246 109.5t98 282.5v100zM278 1695h104l234 -246h-90zM346 1423q9 -72 61.5 -115.5t120.5 -43.5q77 0 126.5 42t55.5 117h84q-9 -111 -81.5 -173t-182.5 -62q-109 0 -182.5 63.5t-89.5 171.5h88z"/>
<glyph glyph-name="uni1EB2" unicode="Ẳ" horiz-adv-x="1288" d="M1118 0l-164 446h-622l-164 -446h-109l541 1434h94l535 -1434h-111zM678 1200q-11 30 -18 59q-7 25 -15 50h-4q-17 -66 -33 -107l-241 -665h553zM463 1770q9 -72 61.5 -115.5t120.5 -43.5q77 0 126.5 42t55.5 117h84q-9 -111 -81.5 -173t-182.5 -62q-109 0 -182.5 63.5 t-89.5 171.5h88zM610 2130q91 0 139.5 -39.5t48.5 -115.5q0 -65 -32.5 -102.5t-104.5 -45.5v-54h-72v115q64 0 93 21.5t29 63.5q0 38 -26.5 57t-73.5 19q-26 0 -46 -2t-35 -6v82q19 3 38.5 5t41.5 2z"/>
<glyph glyph-name="uni1EB3" unicode="ẳ" horiz-adv-x="1012" d="M776 0v205h-4q-49 -105 -142.5 -167.5t-207.5 -62.5q-146 0 -231 82t-85 207q0 268 355 324l315 47q0 330 -248 330q-169 0 -329 -136v111q57 45 154.5 77t183.5 32q158 0 244.5 -98t86.5 -285v-666h-92zM494 510q-161 -23 -226 -74.5t-65 -167.5q0 -91 60.5 -150 t168.5 -59q148 0 246 109.5t98 282.5v100zM338 1423q9 -72 61.5 -115.5t120.5 -43.5q77 0 126.5 42t55.5 117h84q-9 -111 -81.5 -173t-182.5 -62q-109 0 -182.5 63.5t-89.5 171.5h88zM485 1783q91 0 139.5 -39.5t48.5 -115.5q0 -65 -32.5 -102.5t-104.5 -45.5v-54h-72v115 q64 0 93 21.5t29 63.5q0 38 -26.5 57t-73.5 19q-26 0 -46 -2t-35 -6v82q19 3 38.5 5t41.5 2z"/>
<glyph glyph-name="uni1EB4" unicode="Ẵ" horiz-adv-x="1288" d="M1118 0l-164 446h-622l-164 -446h-109l541 1434h94l535 -1434h-111zM678 1200q-11 30 -18 59q-7 25 -15 50h-4q-17 -66 -33 -107l-241 -665h553zM913 1770q-16 -108 -89.5 -171.5t-182.5 -63.5q-110 0 -182.5 62t-81.5 173h84q6 -75 55.5 -117t126.5 -42q68 0 120.5 43.5 t61.5 115.5h88zM954 2111q0 -103 -48.5 -163t-130.5 -60q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143h-72q0 100 48 160.5t128 60.5q72 0 160 -72q67 -59 117 -59q40 0 68 37t28 108h74z"/>
<glyph glyph-name="uni1EB5" unicode="ẵ" horiz-adv-x="1012" d="M776 0v205h-4q-49 -105 -142.5 -167.5t-207.5 -62.5q-146 0 -231 82t-85 207q0 268 355 324l315 47q0 330 -248 330q-169 0 -329 -136v111q57 45 154.5 77t183.5 32q158 0 244.5 -98t86.5 -285v-666h-92zM494 510q-161 -23 -226 -74.5t-65 -167.5q0 -91 60.5 -150 t168.5 -59q148 0 246 109.5t98 282.5v100zM349 1423q9 -72 61.5 -115.5t120.5 -43.5q77 0 126.5 42t55.5 117h84q-9 -111 -81.5 -173t-182.5 -62q-109 0 -182.5 63.5t-89.5 171.5h88zM843 1764q0 -103 -48.5 -163t-130.5 -60q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143 h-72q0 100 48 160.5t128 60.5q72 0 160 -72q67 -59 117 -59q40 0 68 37t28 108h74z"/>
<glyph glyph-name="uni1EB6" unicode="Ặ" horiz-adv-x="1288" d="M1118 0l-164 446h-622l-164 -446h-109l541 1434h94l535 -1434h-111zM678 1200q-11 30 -18 59q-7 25 -15 50h-4q-17 -66 -33 -107l-241 -665h553zM911 1771q-16 -108 -89.5 -171.5t-182.5 -63.5q-110 0 -182.5 62t-81.5 173h84q6 -75 55.5 -117t126.5 -42q68 0 120.5 43.5 t61.5 115.5h88zM644 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1EB7" unicode="ặ" horiz-adv-x="1012" d="M776 0v205h-4q-49 -105 -142.5 -167.5t-207.5 -62.5q-146 0 -231 82t-85 207q0 268 355 324l315 47q0 330 -248 330q-169 0 -329 -136v111q57 45 154.5 77t183.5 32q158 0 244.5 -98t86.5 -285v-666h-92zM494 510q-161 -23 -226 -74.5t-65 -167.5q0 -91 60.5 -150 t168.5 -59q148 0 246 109.5t98 282.5v100zM773 1423q-16 -108 -89.5 -171.5t-182.5 -63.5q-110 0 -182.5 62t-81.5 173h84q6 -75 55.5 -117t126.5 -42q68 0 120.5 43.5t61.5 115.5h88zM515 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5 q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1EB8" unicode="Ẹ" horiz-adv-x="1024" d="M184 0v1434h670v-91h-571v-575h530v-90h-530v-588h604v-90h-703zM554 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1EB9" unicode="ẹ" horiz-adv-x="1034" d="M186 508q0 -211 97.5 -330t267.5 -119q172 0 336 127v-98q-159 -113 -355 -113q-198 0 -320 142t-122 401q0 224 127.5 377.5t331.5 153.5q191 0 293 -134t102 -366v-41h-758zM848 592q-6 177 -85 275t-218 98q-144 0 -238.5 -96.5t-116.5 -276.5h658zM553 -270 q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1EBA" unicode="Ẻ" horiz-adv-x="1024" d="M184 0v1434h670v-91h-571v-575h530v-90h-530v-588h604v-90h-703zM500 1923q91 0 139.5 -39.5t48.5 -115.5q0 -65 -32.5 -102.5t-104.5 -45.5v-54h-72v115q64 0 93 21.5t29 63.5q0 38 -26.5 57t-73.5 19q-26 0 -46 -2t-35 -6v82q19 3 38.5 5t41.5 2z"/>
<glyph glyph-name="uni1EBB" unicode="ẻ" horiz-adv-x="1034" d="M186 508q0 -211 97.5 -330t267.5 -119q172 0 336 127v-98q-159 -113 -355 -113q-198 0 -320 142t-122 401q0 224 127.5 377.5t331.5 153.5q191 0 293 -134t102 -366v-41h-758zM848 592q-6 177 -85 275t-218 98q-144 0 -238.5 -96.5t-116.5 -276.5h658zM512 1575 q91 0 139.5 -39.5t48.5 -115.5q0 -65 -32.5 -102.5t-104.5 -45.5v-54h-72v115q64 0 93 21.5t29 63.5q0 38 -26.5 57t-73.5 19q-26 0 -46 -2t-35 -6v82q19 3 38.5 5t41.5 2z"/>
<glyph glyph-name="uni1EBC" unicode="Ẽ" horiz-adv-x="1024" d="M184 0v1434h670v-91h-571v-575h530v-90h-530v-588h604v-90h-703zM840 1771q0 -103 -48.5 -163t-130.5 -60q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143h-72q0 100 48 160.5t128 60.5q72 0 160 -72q67 -59 117 -59q40 0 68 37t28 108h74z"/>
<glyph glyph-name="uni1EBD" unicode="ẽ" horiz-adv-x="1034" d="M186 508q0 -211 97.5 -330t267.5 -119q172 0 336 127v-98q-159 -113 -355 -113q-198 0 -320 142t-122 401q0 224 127.5 377.5t331.5 153.5q191 0 293 -134t102 -366v-41h-758zM848 592q-6 177 -85 275t-218 98q-144 0 -238.5 -96.5t-116.5 -276.5h658zM844 1423 q0 -103 -48.5 -163t-130.5 -60q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143h-72q0 100 48 160.5t128 60.5q72 0 160 -72q67 -59 117 -59q40 0 68 37t28 108h74z"/>
<glyph glyph-name="uni1EBE" unicode="Ế" horiz-adv-x="1024" d="M184 0v1434h670v-91h-571v-575h530v-90h-530v-588h604v-90h-703zM691 1535l-157 239l-160 -239h-82l221 336h45l219 -336h-86zM814 1717h-90l234 246h104z"/>
<glyph glyph-name="uni1EBF" unicode="ế" horiz-adv-x="1034" d="M186 508q0 -211 97.5 -330t267.5 -119q172 0 336 127v-98q-159 -113 -355 -113q-198 0 -320 142t-122 401q0 224 127.5 377.5t331.5 153.5q191 0 293 -134t102 -366v-41h-758zM848 592q-6 177 -85 275t-218 98q-144 0 -238.5 -96.5t-116.5 -276.5h658zM690 1188l-157 239 l-160 -239h-82l221 336h45l219 -336h-86zM813 1370h-90l234 246h104z"/>
<glyph glyph-name="uni1EC0" unicode="Ề" horiz-adv-x="1024" d="M184 0v1434h670v-91h-571v-575h530v-90h-530v-588h604v-90h-703zM303 1537l219 336h45l221 -336h-82l-160 239l-157 -239h-86zM18 1965h104l234 -246h-90z"/>
<glyph glyph-name="uni1EC1" unicode="ề" horiz-adv-x="1034" d="M186 508q0 -211 97.5 -330t267.5 -119q172 0 336 127v-98q-159 -113 -355 -113q-198 0 -320 142t-122 401q0 224 127.5 377.5t331.5 153.5q191 0 293 -134t102 -366v-41h-758zM848 592q-6 177 -85 275t-218 98q-144 0 -238.5 -96.5t-116.5 -276.5h658zM301 1188l219 336 h45l221 -336h-82l-160 239l-157 -239h-86zM16 1616h104l234 -246h-90z"/>
<glyph glyph-name="uni1EC2" unicode="Ể" horiz-adv-x="1024" d="M184 0v1434h670v-91h-571v-575h530v-90h-530v-588h604v-90h-703zM795 2061q91 0 139.5 -39.5t48.5 -115.5q0 -65 -32.5 -102.5t-104.5 -45.5v-54h-72v115q64 0 93 21.5t29 63.5q0 38 -26.5 57t-73.5 19q-26 0 -46 -2t-35 -6v82q19 3 38.5 5t41.5 2zM690 1536l-157 239 l-160 -239h-82l221 336h45l219 -336h-86z"/>
<glyph glyph-name="uni1EC3" unicode="ể" horiz-adv-x="1034" d="M186 508q0 -211 97.5 -330t267.5 -119q172 0 336 127v-98q-159 -113 -355 -113q-198 0 -320 142t-122 401q0 224 127.5 377.5t331.5 153.5q191 0 293 -134t102 -366v-41h-758zM848 592q-6 177 -85 275t-218 98q-144 0 -238.5 -96.5t-116.5 -276.5h658zM803 1713 q91 0 139.5 -39.5t48.5 -115.5q0 -65 -32.5 -102.5t-104.5 -45.5v-54h-72v115q64 0 93 21.5t29 63.5q0 38 -26.5 57t-73.5 19q-26 0 -46 -2t-35 -6v82q19 3 38.5 5t41.5 2zM698 1188l-157 239l-160 -239h-82l221 336h45l219 -336h-86z"/>
<glyph glyph-name="uni1EC4" unicode="Ễ" horiz-adv-x="1024" d="M184 0v1434h670v-91h-571v-575h530v-90h-530v-588h604v-90h-703zM839 2112q0 -103 -48.5 -163t-130.5 -60q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143h-72q0 100 48 160.5t128 60.5q72 0 160 -72q67 -59 117 -59q40 0 68 37t28 108h74zM681 1536l-157 199l-160 -199 h-82l221 296h45l219 -296h-86z"/>
<glyph glyph-name="uni1EC5" unicode="ễ" horiz-adv-x="1034" d="M186 508q0 -211 97.5 -330t267.5 -119q172 0 336 127v-98q-159 -113 -355 -113q-198 0 -320 142t-122 401q0 224 127.5 377.5t331.5 153.5q191 0 293 -134t102 -366v-41h-758zM848 592q-6 177 -85 275t-218 98q-144 0 -238.5 -96.5t-116.5 -276.5h658zM842 1764 q0 -103 -48.5 -163t-130.5 -60q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143h-72q0 100 48 160.5t128 60.5q72 0 160 -72q67 -59 117 -59q40 0 68 37t28 108h74zM684 1188l-157 199l-160 -199h-82l221 296h45l219 -296h-86z"/>
<glyph glyph-name="uni1EC6" unicode="Ệ" horiz-adv-x="1024" d="M184 0v1434h670v-91h-571v-575h530v-90h-530v-588h604v-90h-703zM689 1537l-157 239l-160 -239h-82l221 336h45l219 -336h-86zM545 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1EC7" unicode="ệ" horiz-adv-x="1034" d="M186 508q0 -211 97.5 -330t267.5 -119q172 0 336 127v-98q-159 -113 -355 -113q-198 0 -320 142t-122 401q0 224 127.5 377.5t331.5 153.5q191 0 293 -134t102 -366v-41h-758zM848 592q-6 177 -85 275t-218 98q-144 0 -238.5 -96.5t-116.5 -276.5h658zM698 1188l-157 239 l-160 -239h-82l221 336h45l219 -336h-86zM560 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1EC8" unicode="Ỉ" horiz-adv-x="463" d="M421 1434v-90h-140v-1254h140v-90h-379v90h140v1254h-140v90h379zM185 1923q91 0 139.5 -39.5t48.5 -115.5q0 -65 -32.5 -102.5t-104.5 -45.5v-54h-72v115q64 0 93 21.5t29 63.5q0 38 -26.5 57t-73.5 19q-26 0 -46 -2t-35 -6v82q19 3 38.5 5t41.5 2z"/>
<glyph glyph-name="uni1EC9" unicode="ỉ" horiz-adv-x="420" d="M164 0v1024h92v-1024h-92zM177 1575q91 0 139.5 -39.5t48.5 -115.5q0 -65 -32.5 -102.5t-104.5 -45.5v-54h-72v115q64 0 93 21.5t29 63.5q0 38 -26.5 57t-73.5 19q-26 0 -46 -2t-35 -6v82q19 3 38.5 5t41.5 2z"/>
<glyph glyph-name="uni1ECA" unicode="Ị" horiz-adv-x="463" d="M421 1434v-90h-140v-1254h140v-90h-379v90h140v1254h-140v90h379zM233 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1ECB" unicode="ị" horiz-adv-x="420" d="M209 1282q-30 0 -53 22t-23 56q0 33 23.5 53.5t52.5 20.5q31 0 54.5 -20t23.5 -54q0 -32 -23 -55t-55 -23zM164 0v1024h92v-1024h-92zM211 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1ECC" unicode="Ọ" horiz-adv-x="1559" d="M774 -25q-304 0 -484.5 202t-180.5 525q0 343 185.5 549.5t506.5 206.5q290 0 469.5 -198.5t179.5 -520.5q0 -356 -184 -560t-492 -204zM784 1368q-250 0 -411.5 -181t-161.5 -474q0 -296 153 -471.5t408 -175.5q266 0 421 173.5t155 483.5q0 304 -151.5 474.5 t-412.5 170.5zM779 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1ECD" unicode="ọ" horiz-adv-x="1149" d="M575 -25q-224 0 -354.5 147.5t-130.5 383.5q0 255 136.5 399t359.5 144q219 0 346 -143t127 -396q0 -239 -129.5 -387t-354.5 -148zM582 965q-181 0 -288.5 -122t-107.5 -339q0 -201 105 -323t287 -122q185 0 285 120t100 333q0 219 -99.5 336t-281.5 117zM581 -270 q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1ECE" unicode="Ỏ" horiz-adv-x="1559" d="M774 -25q-304 0 -484.5 202t-180.5 525q0 343 185.5 549.5t506.5 206.5q290 0 469.5 -198.5t179.5 -520.5q0 -356 -184 -560t-492 -204zM784 1368q-250 0 -411.5 -181t-161.5 -474q0 -296 153 -471.5t408 -175.5q266 0 421 173.5t155 483.5q0 304 -151.5 474.5 t-412.5 170.5zM753 1923q91 0 139.5 -39.5t48.5 -115.5q0 -65 -32.5 -102.5t-104.5 -45.5v-54h-72v115q64 0 93 21.5t29 63.5q0 38 -26.5 57t-73.5 19q-26 0 -46 -2t-35 -6v82q19 3 38.5 5t41.5 2z"/>
<glyph glyph-name="uni1ECF" unicode="ỏ" horiz-adv-x="1149" d="M575 -25q-224 0 -354.5 147.5t-130.5 383.5q0 255 136.5 399t359.5 144q219 0 346 -143t127 -396q0 -239 -129.5 -387t-354.5 -148zM582 965q-181 0 -288.5 -122t-107.5 -339q0 -201 105 -323t287 -122q185 0 285 120t100 333q0 219 -99.5 336t-281.5 117zM574 1575 q91 0 139.5 -39.5t48.5 -115.5q0 -65 -32.5 -102.5t-104.5 -45.5v-54h-72v115q64 0 93 21.5t29 63.5q0 38 -26.5 57t-73.5 19q-26 0 -46 -2t-35 -6v82q19 3 38.5 5t41.5 2z"/>
<glyph glyph-name="uni1ED0" unicode="Ố" horiz-adv-x="1559" d="M774 -25q-304 0 -484.5 202t-180.5 525q0 343 185.5 549.5t506.5 206.5q290 0 469.5 -198.5t179.5 -520.5q0 -356 -184 -560t-492 -204zM784 1368q-250 0 -411.5 -181t-161.5 -474q0 -296 153 -471.5t408 -175.5q266 0 421 173.5t155 483.5q0 304 -151.5 474.5 t-412.5 170.5zM943 1537l-157 239l-160 -239h-82l221 336h45l219 -336h-86zM1066 1719h-90l234 246h104z"/>
<glyph glyph-name="uni1ED1" unicode="ố" horiz-adv-x="1149" d="M575 -25q-224 0 -354.5 147.5t-130.5 383.5q0 255 136.5 399t359.5 144q219 0 346 -143t127 -396q0 -239 -129.5 -387t-354.5 -148zM582 965q-181 0 -288.5 -122t-107.5 -339q0 -201 105 -323t287 -122q185 0 285 120t100 333q0 219 -99.5 336t-281.5 117zM772 1188 l-157 239l-160 -239h-82l221 336h45l219 -336h-86zM895 1370h-90l234 246h104z"/>
<glyph glyph-name="uni1ED2" unicode="Ồ" horiz-adv-x="1559" d="M774 -25q-304 0 -484.5 202t-180.5 525q0 343 185.5 549.5t506.5 206.5q290 0 469.5 -198.5t179.5 -520.5q0 -356 -184 -560t-492 -204zM784 1368q-250 0 -411.5 -181t-161.5 -474q0 -296 153 -471.5t408 -175.5q266 0 421 173.5t155 483.5q0 304 -151.5 474.5 t-412.5 170.5zM542 1537l219 336h45l221 -336h-82l-160 239l-157 -239h-86zM257 1965h104l234 -246h-90z"/>
<glyph glyph-name="uni1ED3" unicode="ồ" horiz-adv-x="1149" d="M575 -25q-224 0 -354.5 147.5t-130.5 383.5q0 255 136.5 399t359.5 144q219 0 346 -143t127 -396q0 -239 -129.5 -387t-354.5 -148zM582 965q-181 0 -288.5 -122t-107.5 -339q0 -201 105 -323t287 -122q185 0 285 120t100 333q0 219 -99.5 336t-281.5 117zM377 1188 l219 336h45l221 -336h-82l-160 239l-157 -239h-86zM92 1616h104l234 -246h-90z"/>
<glyph glyph-name="uni1ED4" unicode="Ổ" horiz-adv-x="1559" d="M774 -25q-304 0 -484.5 202t-180.5 525q0 343 185.5 549.5t506.5 206.5q290 0 469.5 -198.5t179.5 -520.5q0 -356 -184 -560t-492 -204zM784 1368q-250 0 -411.5 -181t-161.5 -474q0 -296 153 -471.5t408 -175.5q266 0 421 173.5t155 483.5q0 304 -151.5 474.5 t-412.5 170.5zM1027 2061q91 0 139.5 -39.5t48.5 -115.5q0 -65 -32.5 -102.5t-104.5 -45.5v-54h-72v115q64 0 93 21.5t29 63.5q0 38 -26.5 57t-73.5 19q-26 0 -46 -2t-35 -6v82q19 3 38.5 5t41.5 2zM922 1536l-157 239l-160 -239h-82l221 336h45l219 -336h-86z"/>
<glyph glyph-name="uni1ED5" unicode="ổ" horiz-adv-x="1149" d="M575 -25q-224 0 -354.5 147.5t-130.5 383.5q0 255 136.5 399t359.5 144q219 0 346 -143t127 -396q0 -239 -129.5 -387t-354.5 -148zM582 965q-181 0 -288.5 -122t-107.5 -339q0 -201 105 -323t287 -122q185 0 285 120t100 333q0 219 -99.5 336t-281.5 117zM880 1713 q91 0 139.5 -39.5t48.5 -115.5q0 -65 -32.5 -102.5t-104.5 -45.5v-54h-72v115q64 0 93 21.5t29 63.5q0 38 -26.5 57t-73.5 19q-26 0 -46 -2t-35 -6v82q19 3 38.5 5t41.5 2zM775 1188l-157 239l-160 -239h-82l221 336h45l219 -336h-86z"/>
<glyph glyph-name="uni1ED6" unicode="Ỗ" horiz-adv-x="1559" d="M774 -25q-304 0 -484.5 202t-180.5 525q0 343 185.5 549.5t506.5 206.5q290 0 469.5 -198.5t179.5 -520.5q0 -356 -184 -560t-492 -204zM784 1368q-250 0 -411.5 -181t-161.5 -474q0 -296 153 -471.5t408 -175.5q266 0 421 173.5t155 483.5q0 304 -151.5 474.5 t-412.5 170.5zM1098 2112q0 -103 -48.5 -163t-130.5 -60q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143h-72q0 100 48 160.5t128 60.5q72 0 160 -72q67 -59 117 -59q40 0 68 37t28 108h74zM940 1536l-157 199l-160 -199h-82l221 296h45l219 -296h-86z"/>
<glyph glyph-name="uni1ED7" unicode="ỗ" horiz-adv-x="1149" d="M575 -25q-224 0 -354.5 147.5t-130.5 383.5q0 255 136.5 399t359.5 144q219 0 346 -143t127 -396q0 -239 -129.5 -387t-354.5 -148zM582 965q-181 0 -288.5 -122t-107.5 -339q0 -201 105 -323t287 -122q185 0 285 120t100 333q0 219 -99.5 336t-281.5 117zM913 1764 q0 -103 -48.5 -163t-130.5 -60q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143h-72q0 100 48 160.5t128 60.5q72 0 160 -72q67 -59 117 -59q40 0 68 37t28 108h74zM755 1188l-157 199l-160 -199h-82l221 296h45l219 -296h-86z"/>
<glyph glyph-name="uni1ED8" unicode="Ộ" horiz-adv-x="1559" d="M774 -25q-304 0 -484.5 202t-180.5 525q0 343 185.5 549.5t506.5 206.5q290 0 469.5 -198.5t179.5 -520.5q0 -356 -184 -560t-492 -204zM784 1368q-250 0 -411.5 -181t-161.5 -474q0 -296 153 -471.5t408 -175.5q266 0 421 173.5t155 483.5q0 304 -151.5 474.5 t-412.5 170.5zM948 1537l-157 239l-160 -239h-82l221 336h45l219 -336h-86zM773 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1ED9" unicode="ộ" horiz-adv-x="1149" d="M575 -25q-224 0 -354.5 147.5t-130.5 383.5q0 255 136.5 399t359.5 144q219 0 346 -143t127 -396q0 -239 -129.5 -387t-354.5 -148zM582 965q-181 0 -288.5 -122t-107.5 -339q0 -201 105 -323t287 -122q185 0 285 120t100 333q0 219 -99.5 336t-281.5 117zM775 1188 l-157 239l-160 -239h-82l221 336h45l219 -336h-86zM595 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1EDA" unicode="Ớ" horiz-adv-x="1559" d="M774 -25q-152 0 -275 53.5t-209.5 150t-133.5 230t-47 293.5q0 171 48 310.5t138 238.5t218 153t288 54q219 0 375 -114q22 -3 47.5 -4.5t51.5 -1.5q52 0 89 9.5t60 26.5t33.5 41t10.5 53q0 71 -21 130h104q9 -27 13.5 -60t4.5 -69q0 -112 -65.5 -164.5t-187.5 -52.5h-40 q174 -197 174 -513q0 -177 -48 -318.5t-136.5 -240.5t-213.5 -152t-278 -53zM784 1368q-125 0 -230 -47.5t-181 -134t-119 -207t-43 -266.5q0 -147 40 -266.5t113 -204t176.5 -130.5t231.5 -46q133 0 239.5 44.5t181.5 129.5t115 206.5t40 276.5q0 152 -39.5 271.5 t-113 202.5t-178 127t-233.5 44zM783 1537h-90l234 328h104z"/>
<glyph glyph-name="uni1EDB" unicode="ớ" horiz-adv-x="1149" d="M575 -25q-113 0 -203 39t-152.5 109.5t-96 168t-33.5 214.5q0 127 35.5 228t101 171t157 107t202.5 37q96 0 177 -29q21 -2 47 -3t49 -1q52 0 89 9.5t60 26.5t33.5 41t10.5 53q0 71 -21 130h97q9 -27 13.5 -60t4.5 -69q0 -54 -16.5 -93t-48 -65t-76.5 -39.5t-101 -15.5 q77 -77 116 -179t39 -245q0 -118 -33 -216t-95.5 -169t-152.5 -110.5t-203 -39.5zM582 965q-90 0 -163 -31.5t-125 -90.5t-80 -144.5t-28 -194.5q0 -100 27 -182t78 -140.5t123.5 -90.5t163.5 -32q93 0 164.5 31t120.5 89.5t74.5 142.5t25.5 190q0 220 -99 336.5t-282 116.5 zM600 1188h-90l234 328h104z"/>
<glyph glyph-name="uni1EDC" unicode="Ờ" horiz-adv-x="1559" d="M774 -25q-152 0 -275 53.5t-209.5 150t-133.5 230t-47 293.5q0 171 48 310.5t138 238.5t218 153t288 54q219 0 375 -114q22 -3 47.5 -4.5t51.5 -1.5q52 0 89 9.5t60 26.5t33.5 41t10.5 53q0 71 -21 130h104q9 -27 13.5 -60t4.5 -69q0 -112 -65.5 -164.5t-187.5 -52.5h-40 q174 -197 174 -513q0 -177 -48 -318.5t-136.5 -240.5t-213.5 -152t-278 -53zM784 1368q-125 0 -230 -47.5t-181 -134t-119 -207t-43 -266.5q0 -147 40 -266.5t113 -204t176.5 -130.5t231.5 -46q133 0 239.5 44.5t181.5 129.5t115 206.5t40 276.5q0 152 -39.5 271.5 t-113 202.5t-178 127t-233.5 44zM800 1537l-248 328h104l234 -328h-90z"/>
<glyph glyph-name="uni1EDD" unicode="ờ" horiz-adv-x="1149" d="M575 -25q-113 0 -203 39t-152.5 109.5t-96 168t-33.5 214.5q0 127 35.5 228t101 171t157 107t202.5 37q96 0 177 -29q21 -2 47 -3t49 -1q52 0 89 9.5t60 26.5t33.5 41t10.5 53q0 71 -21 130h97q9 -27 13.5 -60t4.5 -69q0 -54 -16.5 -93t-48 -65t-76.5 -39.5t-101 -15.5 q77 -77 116 -179t39 -245q0 -118 -33 -216t-95.5 -169t-152.5 -110.5t-203 -39.5zM582 965q-90 0 -163 -31.5t-125 -90.5t-80 -144.5t-28 -194.5q0 -100 27 -182t78 -140.5t123.5 -90.5t163.5 -32q93 0 164.5 31t120.5 89.5t74.5 142.5t25.5 190q0 220 -99 336.5t-282 116.5 zM592 1188l-248 328h104l234 -328h-90z"/>
<glyph glyph-name="uni1EDE" unicode="Ở" horiz-adv-x="1559" d="M774 -25q-152 0 -275 53.5t-209.5 150t-133.5 230t-47 293.5q0 171 48 310.5t138 238.5t218 153t288 54q219 0 375 -114q22 -3 47.5 -4.5t51.5 -1.5q52 0 89 9.5t60 26.5t33.5 41t10.5 53q0 71 -21 130h104q9 -27 13.5 -60t4.5 -69q0 -112 -65.5 -164.5t-187.5 -52.5h-40 q174 -197 174 -513q0 -177 -48 -318.5t-136.5 -240.5t-213.5 -152t-278 -53zM784 1368q-125 0 -230 -47.5t-181 -134t-119 -207t-43 -266.5q0 -147 40 -266.5t113 -204t176.5 -130.5t231.5 -46q133 0 239.5 44.5t181.5 129.5t115 206.5t40 276.5q0 152 -39.5 271.5 t-113 202.5t-178 127t-233.5 44zM755 1923q91 0 139.5 -39.5t48.5 -115.5q0 -65 -32.5 -102.5t-104.5 -45.5v-54h-72v115q64 0 93 21.5t29 63.5q0 38 -26.5 57t-73.5 19q-26 0 -46 -2t-35 -6v82q19 3 38.5 5t41.5 2z"/>
<glyph glyph-name="uni1EDF" unicode="ở" horiz-adv-x="1149" d="M575 -25q-113 0 -203 39t-152.5 109.5t-96 168t-33.5 214.5q0 127 35.5 228t101 171t157 107t202.5 37q96 0 177 -29q21 -2 47 -3t49 -1q52 0 89 9.5t60 26.5t33.5 41t10.5 53q0 71 -21 130h97q9 -27 13.5 -60t4.5 -69q0 -54 -16.5 -93t-48 -65t-76.5 -39.5t-101 -15.5 q77 -77 116 -179t39 -245q0 -118 -33 -216t-95.5 -169t-152.5 -110.5t-203 -39.5zM582 965q-90 0 -163 -31.5t-125 -90.5t-80 -144.5t-28 -194.5q0 -100 27 -182t78 -140.5t123.5 -90.5t163.5 -32q93 0 164.5 31t120.5 89.5t74.5 142.5t25.5 190q0 220 -99 336.5t-282 116.5 zM556 1575q91 0 139.5 -39.5t48.5 -115.5q0 -65 -32.5 -102.5t-104.5 -45.5v-54h-72v115q64 0 93 21.5t29 63.5q0 38 -26.5 57t-73.5 19q-26 0 -46 -2t-35 -6v82q19 3 38.5 5t41.5 2z"/>
<glyph glyph-name="uni1EE0" unicode="Ỡ" horiz-adv-x="1559" d="M774 -25q-152 0 -275 53.5t-209.5 150t-133.5 230t-47 293.5q0 171 48 310.5t138 238.5t218 153t288 54q219 0 375 -114q22 -3 47.5 -4.5t51.5 -1.5q52 0 89 9.5t60 26.5t33.5 41t10.5 53q0 71 -21 130h104q9 -27 13.5 -60t4.5 -69q0 -112 -65.5 -164.5t-187.5 -52.5h-40 q174 -197 174 -513q0 -177 -48 -318.5t-136.5 -240.5t-213.5 -152t-278 -53zM784 1368q-125 0 -230 -47.5t-181 -134t-119 -207t-43 -266.5q0 -147 40 -266.5t113 -204t176.5 -130.5t231.5 -46q133 0 239.5 44.5t181.5 129.5t115 206.5t40 276.5q0 152 -39.5 271.5 t-113 202.5t-178 127t-233.5 44zM1096 1771q0 -103 -48.5 -163t-130.5 -60q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143h-72q0 100 48 160.5t128 60.5q72 0 160 -72q67 -59 117 -59q40 0 68 37t28 108h74z"/>
<glyph glyph-name="uni1EE1" unicode="ỡ" horiz-adv-x="1149" d="M575 -25q-113 0 -203 39t-152.5 109.5t-96 168t-33.5 214.5q0 127 35.5 228t101 171t157 107t202.5 37q96 0 177 -29q21 -2 47 -3t49 -1q52 0 89 9.5t60 26.5t33.5 41t10.5 53q0 71 -21 130h97q9 -27 13.5 -60t4.5 -69q0 -54 -16.5 -93t-48 -65t-76.5 -39.5t-101 -15.5 q77 -77 116 -179t39 -245q0 -118 -33 -216t-95.5 -169t-152.5 -110.5t-203 -39.5zM582 965q-90 0 -163 -31.5t-125 -90.5t-80 -144.5t-28 -194.5q0 -100 27 -182t78 -140.5t123.5 -90.5t163.5 -32q93 0 164.5 31t120.5 89.5t74.5 142.5t25.5 190q0 220 -99 336.5t-282 116.5 zM895 1423q0 -103 -48.5 -163t-130.5 -60q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143h-72q0 100 48 160.5t128 60.5q72 0 160 -72q67 -59 117 -59q40 0 68 37t28 108h74z"/>
<glyph glyph-name="uni1EE2" unicode="Ợ" horiz-adv-x="1559" d="M774 -25q-152 0 -275 53.5t-209.5 150t-133.5 230t-47 293.5q0 171 48 310.5t138 238.5t218 153t288 54q219 0 375 -114q22 -3 47.5 -4.5t51.5 -1.5q52 0 89 9.5t60 26.5t33.5 41t10.5 53q0 71 -21 130h104q9 -27 13.5 -60t4.5 -69q0 -112 -65.5 -164.5t-187.5 -52.5h-40 q174 -197 174 -513q0 -177 -48 -318.5t-136.5 -240.5t-213.5 -152t-278 -53zM784 1368q-125 0 -230 -47.5t-181 -134t-119 -207t-43 -266.5q0 -147 40 -266.5t113 -204t176.5 -130.5t231.5 -46q133 0 239.5 44.5t181.5 129.5t115 206.5t40 276.5q0 152 -39.5 271.5 t-113 202.5t-178 127t-233.5 44zM780 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1EE3" unicode="ợ" horiz-adv-x="1149" d="M575 -25q-113 0 -203 39t-152.5 109.5t-96 168t-33.5 214.5q0 127 35.5 228t101 171t157 107t202.5 37q96 0 177 -29q21 -2 47 -3t49 -1q52 0 89 9.5t60 26.5t33.5 41t10.5 53q0 71 -21 130h97q9 -27 13.5 -60t4.5 -69q0 -54 -16.5 -93t-48 -65t-76.5 -39.5t-101 -15.5 q77 -77 116 -179t39 -245q0 -118 -33 -216t-95.5 -169t-152.5 -110.5t-203 -39.5zM582 965q-90 0 -163 -31.5t-125 -90.5t-80 -144.5t-28 -194.5q0 -100 27 -182t78 -140.5t123.5 -90.5t163.5 -32q93 0 164.5 31t120.5 89.5t74.5 142.5t25.5 190q0 220 -99 336.5t-282 116.5 zM573 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1EE4" unicode="Ụ" horiz-adv-x="1327" d="M1161 573q0 -598 -510 -598q-485 0 -485 576v883h98v-869q0 -499 406 -499q393 0 393 485v883h98v-861zM662 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1EE5" unicode="ụ" horiz-adv-x="1096" d="M840 0v186h-4q-107 -211 -330 -211q-363 0 -363 457v592h93v-569q0 -208 68.5 -302t215.5 -94q143 0 231.5 105t88.5 280v580h92v-1024h-92zM550 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1EE6" unicode="Ủ" horiz-adv-x="1327" d="M1161 573q0 -598 -510 -598q-485 0 -485 576v883h98v-869q0 -499 406 -499q393 0 393 485v883h98v-861zM638 1923q91 0 139.5 -39.5t48.5 -115.5q0 -65 -32.5 -102.5t-104.5 -45.5v-54h-72v115q64 0 93 21.5t29 63.5q0 38 -26.5 57t-73.5 19q-26 0 -46 -2t-35 -6v82 q19 3 38.5 5t41.5 2z"/>
<glyph glyph-name="uni1EE7" unicode="ủ" horiz-adv-x="1096" d="M840 0v186h-4q-107 -211 -330 -211q-363 0 -363 457v592h93v-569q0 -208 68.5 -302t215.5 -94q143 0 231.5 105t88.5 280v580h92v-1024h-92zM501 1575q91 0 139.5 -39.5t48.5 -115.5q0 -65 -32.5 -102.5t-104.5 -45.5v-54h-72v115q64 0 93 21.5t29 63.5q0 38 -26.5 57 t-73.5 19q-26 0 -46 -2t-35 -6v82q19 3 38.5 5t41.5 2z"/>
<glyph glyph-name="uni1EE8" unicode="Ứ" horiz-adv-x="1362" d="M1161 573q0 -598 -510 -598q-485 0 -485 576v883h98v-869q0 -499 406 -499q393 0 393 485v883h68q52 0 89 9.5t60 26.5t33.5 41t10.5 53q0 71 -21 130h104q9 -27 13.5 -60t4.5 -69q0 -112 -65.5 -164.5t-187.5 -52.5h-11v-775zM684 1537h-90l234 328h104z"/>
<glyph glyph-name="uni1EE9" unicode="ứ" horiz-adv-x="1121" d="M932 0h-92v186h-4q-106 -211 -330 -211q-363 0 -363 457v592h93v-569q0 -104 17 -179t51.5 -123t88 -71t127.5 -23q142 0 231 105q89 106 89 280v580h19q105 0 149 35t44 94q0 71 -21 130h97q9 -27 13.5 -60t4.5 -69q0 -51 -15.5 -89t-44 -64t-67.5 -40.5t-87 -18.5v-942 zM561 1188h-90l234 328h104z"/>
<glyph glyph-name="uni1EEA" unicode="Ừ" horiz-adv-x="1362" d="M1161 573q0 -598 -510 -598q-485 0 -485 576v883h98v-869q0 -499 406 -499q393 0 393 485v883h68q52 0 89 9.5t60 26.5t33.5 41t10.5 53q0 71 -21 130h104q9 -27 13.5 -60t4.5 -69q0 -112 -65.5 -164.5t-187.5 -52.5h-11v-775zM672 1537l-248 328h104l234 -328h-90z"/>
<glyph glyph-name="uni1EEB" unicode="ừ" horiz-adv-x="1121" d="M932 0h-92v186h-4q-106 -211 -330 -211q-363 0 -363 457v592h93v-569q0 -104 17 -179t51.5 -123t88 -71t127.5 -23q142 0 231 105q89 106 89 280v580h19q105 0 149 35t44 94q0 71 -21 130h97q9 -27 13.5 -60t4.5 -69q0 -51 -15.5 -89t-44 -64t-67.5 -40.5t-87 -18.5v-942 zM520 1188l-248 328h104l234 -328h-90z"/>
<glyph glyph-name="uni1EEC" unicode="Ử" horiz-adv-x="1362" d="M1161 573q0 -598 -510 -598q-485 0 -485 576v883h98v-869q0 -499 406 -499q393 0 393 485v883h68q52 0 89 9.5t60 26.5t33.5 41t10.5 53q0 71 -21 130h104q9 -27 13.5 -60t4.5 -69q0 -112 -65.5 -164.5t-187.5 -52.5h-11v-775zM642 1923q91 0 139.5 -39.5t48.5 -115.5 q0 -65 -32.5 -102.5t-104.5 -45.5v-54h-72v115q64 0 93 21.5t29 63.5q0 38 -26.5 57t-73.5 19q-26 0 -46 -2t-35 -6v82q19 3 38.5 5t41.5 2z"/>
<glyph glyph-name="uni1EED" unicode="ử" horiz-adv-x="1121" d="M932 0h-92v186h-4q-106 -211 -330 -211q-363 0 -363 457v592h93v-569q0 -104 17 -179t51.5 -123t88 -71t127.5 -23q142 0 231 105q89 106 89 280v580h19q105 0 149 35t44 94q0 71 -21 130h97q9 -27 13.5 -60t4.5 -69q0 -51 -15.5 -89t-44 -64t-67.5 -40.5t-87 -18.5v-942 zM526 1575q91 0 139.5 -39.5t48.5 -115.5q0 -65 -32.5 -102.5t-104.5 -45.5v-54h-72v115q64 0 93 21.5t29 63.5q0 38 -26.5 57t-73.5 19q-26 0 -46 -2t-35 -6v82q19 3 38.5 5t41.5 2z"/>
<glyph glyph-name="uni1EEE" unicode="Ữ" horiz-adv-x="1362" d="M1161 573q0 -598 -510 -598q-485 0 -485 576v883h98v-869q0 -499 406 -499q393 0 393 485v883h68q52 0 89 9.5t60 26.5t33.5 41t10.5 53q0 71 -21 130h104q9 -27 13.5 -60t4.5 -69q0 -112 -65.5 -164.5t-187.5 -52.5h-11v-775zM986 1771q0 -103 -48.5 -163t-130.5 -60 q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143h-72q0 100 48 160.5t128 60.5q72 0 160 -72q67 -59 117 -59q40 0 68 37t28 108h74z"/>
<glyph glyph-name="uni1EEF" unicode="ữ" horiz-adv-x="1121" d="M932 0h-92v186h-4q-106 -211 -330 -211q-363 0 -363 457v592h93v-569q0 -104 17 -179t51.5 -123t88 -71t127.5 -23q142 0 231 105q89 106 89 280v580h19q105 0 149 35t44 94q0 71 -21 130h97q9 -27 13.5 -60t4.5 -69q0 -51 -15.5 -89t-44 -64t-67.5 -40.5t-87 -18.5v-942 zM862 1423q0 -103 -48.5 -163t-130.5 -60q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143h-72q0 100 48 160.5t128 60.5q72 0 160 -72q67 -59 117 -59q40 0 68 37t28 108h74z"/>
<glyph glyph-name="uni1EF0" unicode="Ự" horiz-adv-x="1362" d="M1161 573q0 -598 -510 -598q-485 0 -485 576v883h98v-869q0 -499 406 -499q393 0 393 485v883h68q52 0 89 9.5t60 26.5t33.5 41t10.5 53q0 71 -21 130h104q9 -27 13.5 -60t4.5 -69q0 -112 -65.5 -164.5t-187.5 -52.5h-11v-775zM667 -270q-31 0 -54.5 22t-23.5 56 t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1EF1" unicode="ự" horiz-adv-x="1121" d="M932 0h-92v186h-4q-106 -211 -330 -211q-363 0 -363 457v592h93v-569q0 -104 17 -179t51.5 -123t88 -71t127.5 -23q142 0 231 105q89 106 89 280v580h19q105 0 149 35t44 94q0 71 -21 130h97q9 -27 13.5 -60t4.5 -69q0 -51 -15.5 -89t-44 -64t-67.5 -40.5t-87 -18.5v-942 zM540 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1EF4" unicode="Ỵ" horiz-adv-x="1106" d="M598 545v-545h-98v543l-439 891h111l334 -691q18 -36 45 -106h4q14 37 49 104l350 693h107zM553 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1EF5" unicode="ỵ" horiz-adv-x="928" d="M414 -209q-56 -138 -124 -205t-175 -67q-45 0 -80 14v92q36 -14 84 -14q123 0 194 170l95 227l-388 1016h103l309 -834q10 -27 14 -41q4 -19 9 -34h4l24 69l330 840h100zM766 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5 q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1EF6" unicode="Ỷ" horiz-adv-x="1106" d="M598 545v-545h-98v543l-439 891h111l334 -691q18 -36 45 -106h4q14 37 49 104l350 693h107zM513 1923q91 0 139.5 -39.5t48.5 -115.5q0 -65 -32.5 -102.5t-104.5 -45.5v-54h-72v115q64 0 93 21.5t29 63.5q0 38 -26.5 57t-73.5 19q-26 0 -46 -2t-35 -6v82q19 3 38.5 5 t41.5 2z"/>
<glyph glyph-name="uni1EF7" unicode="ỷ" horiz-adv-x="928" d="M414 -209q-56 -138 -124 -205t-175 -67q-45 0 -80 14v92q36 -14 84 -14q123 0 194 170l95 227l-388 1016h103l309 -834q10 -27 14 -41q4 -19 9 -34h4l24 69l330 840h100zM422 1575q91 0 139.5 -39.5t48.5 -115.5q0 -65 -32.5 -102.5t-104.5 -45.5v-54h-72v115 q64 0 93 21.5t29 63.5q0 38 -26.5 57t-73.5 19q-26 0 -46 -2t-35 -6v82q19 3 38.5 5t41.5 2z"/>
<glyph glyph-name="uni1EF8" unicode="Ỹ" horiz-adv-x="1106" d="M598 545v-545h-98v543l-439 891h111l334 -691q18 -36 45 -106h4q14 37 49 104l350 693h107zM864 1771q0 -103 -48.5 -163t-130.5 -60q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143h-72q0 100 48 160.5t128 60.5q72 0 160 -72q67 -59 117 -59q40 0 68 37t28 108h74z "/>
<glyph glyph-name="uni1EF9" unicode="ỹ" horiz-adv-x="928" d="M414 -209q-56 -138 -124 -205t-175 -67q-45 0 -80 14v92q36 -14 84 -14q123 0 194 170l95 227l-388 1016h103l309 -834q10 -27 14 -41q4 -19 9 -34h4l24 69l330 840h100zM778 1423q0 -103 -48.5 -163t-130.5 -60q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143h-72 q0 100 48 160.5t128 60.5q72 0 160 -72q67 -59 117 -59q40 0 68 37t28 108h74z"/>
<glyph glyph-name="uni021A" unicode="Ț" horiz-adv-x="1047" d="M573 1343v-1343h-98v1343h-414v91h926v-91h-414zM612 -118l-126 -261h-79l93 261h112z"/>
<glyph glyph-name="uni021B" unicode="ț" horiz-adv-x="608" d="M569 14q-72 -34 -135 -34q-227 0 -227 272v688h-184v84h184v266q22 8 46 16q24 7 46 15v-297h270v-84h-270v-676q0 -106 33.5 -153.5t113.5 -47.5q57 0 123 37v-86zM445 -118l-126 -261h-79l93 261h112z"/>
<glyph glyph-name="uni0400" unicode="Ѐ" horiz-adv-x="1024" d="M184 0v1434h670v-91h-571v-575h530v-90h-530v-588h604v-90h-703zM556 1536l-248 328h104l234 -328h-90z"/>
<glyph glyph-name="uni0450" unicode="ѐ" horiz-adv-x="1034" d="M186 508q0 -211 97.5 -330t267.5 -119q172 0 336 127v-98q-159 -113 -355 -113q-198 0 -320 142t-122 401q0 224 127.5 377.5t331.5 153.5q191 0 293 -134t102 -366v-41h-758zM848 592q-6 177 -85 275t-218 98q-144 0 -238.5 -96.5t-116.5 -276.5h658zM569 1188l-248 328 h104l234 -328h-90z"/>
<glyph glyph-name="uni040D" unicode="Ѝ" horiz-adv-x="1452" d="M1169 0v1122v30.5v33.5t0.5 33.5t1.5 29.5h-4q-5 -8 -12.5 -20.5t-16 -25t-17 -24.5t-13.5 -20l-854 -1159h-70v1434h99v-1121q0 -24 -1 -58.5t-3 -61.5h4q11 18 29 45t32 47l848 1149h76v-1434h-99zM712 1537l-248 328h104l234 -328h-90z"/>
<glyph glyph-name="uni045D" unicode="ѝ" horiz-adv-x="1128" d="M872 0v856q-8 -11 -15.5 -22t-12.5 -17l-615 -817h-65v1024h92v-848q6 11 12 21t13 18l610 809h74v-1024h-93zM546 1188l-248 328h104l234 -328h-90z"/>
<glyph glyph-name="uni0406" unicode="І" horiz-adv-x="463" d="M421 1434v-90h-140v-1254h140v-90h-379v90h140v1254h-140v90h379z"/>
<glyph glyph-name="uni0408" unicode="Ј" horiz-adv-x="664" d="M487 494q0 -519 -360 -519q-56 0 -109 15v96q59 -20 111 -20q138 0 199 104.5t61 325.5v938h98v-940z"/>
<glyph glyph-name="uni0456" unicode="і" horiz-adv-x="420" d="M209 1282q-30 0 -53 22t-23 56q0 33 23.5 53.5t52.5 20.5q31 0 54.5 -20t23.5 -54q0 -32 -23 -55t-55 -23zM164 0v1024h92v-1024h-92z"/>
<glyph glyph-name="uni0458" unicode="ј" horiz-adv-x="420" d="M209 1282q-30 0 -53 22t-23 56q0 33 23.5 53.5t52.5 20.5q31 0 54.5 -20t23.5 -54q0 -32 -23 -55t-55 -23zM256 29q0 -510 -362 -510q-72 0 -146 35v96q80 -47 156 -47q260 0 260 409v1012h92v-995z"/>
<glyph glyph-name="uni0492" unicode="Ғ" horiz-adv-x="938" d="M283 1343v-554h501v-84h-501v-705h-99v705h-143v84h143v645h674v-91h-575z"/>
<glyph glyph-name="uni0493" unicode="ғ" horiz-adv-x="694" d="M256 940v-370h316v-85h-316v-485h-92v485h-134v85h134v454h500v-84h-408z"/>
<glyph glyph-name="uni0496" unicode="Җ" horiz-adv-x="1722" d="M1592 90h115v-474h-96v384h-77l-610 686q-5 5 -12 13.5t-13 19.5h-4v-719h-98v719h-4q-7 -11 -13.5 -19.5t-11.5 -13.5l-610 -686h-140l668 739l-629 695h129l580 -641q5 -5 13.5 -15.5t13.5 -19.5h4v676h98v-676h4q5 9 13.5 19.5t13.5 15.5l579 641h129l-628 -695z"/>
<glyph glyph-name="uni0497" unicode="җ" horiz-adv-x="1383" d="M731 502h-4v-502h-92v502h-4l-481 -502h-130l512 524l-495 500h119l475 -489h4v489h92v-489h4l475 489h119l-496 -500l432 -440h97v-457h-84v373h-62z"/>
<glyph glyph-name="uni049A" unicode="Қ" horiz-adv-x="1109" d="M922 0l-611 686q-17 19 -24 33h-4v-719h-99v1434h99v-676h4q12 21 26 35l580 641h129l-629 -695l586 -649h115v-474h-96v384h-76z"/>
<glyph glyph-name="uni049B" unicode="қ" horiz-adv-x="921" d="M750 0l-490 506h-4v-506h-92v1024h92v-485h4l465 485h119l-486 -496l441 -444h97v-457h-84v373h-62z"/>
<glyph glyph-name="uni049C" unicode="Ҝ" horiz-adv-x="1079" d="M922 0l-485 544v-304h-76v390l-50 56q-17 19 -24 33h-4v-719h-99v1434h99v-676h4q12 21 26 35l48 53v374h76v-290l456 504h129l-585 -647v-97l624 -690h-139z"/>
<glyph glyph-name="uni049D" unicode="ҝ" horiz-adv-x="909" d="M750 0l-329 339v-225h-76v304l-85 88h-4v-506h-92v1024h92v-485h4l85 88v268h76v-188l304 317h119l-423 -432v-128l462 -464h-133z"/>
<glyph glyph-name="uni04A2" unicode="Ң" horiz-adv-x="1436" d="M1104 0v688h-821v-688h-99v1434h99v-656h821v656h98v-1344h183v-474h-96v384h-185z"/>
<glyph glyph-name="uni04A3" unicode="ң" horiz-adv-x="1155" d="M860 489h-604v-489h-92v1024h92v-451h604v451h92v-940h158v-457h-84v373h-166v489z"/>
<glyph glyph-name="uni04AE" unicode="Ү" horiz-adv-x="1106" d="M598 545v-545h-98v543l-439 891h111l334 -691q18 -36 45 -106h4q14 37 49 104l350 693h107z"/>
<glyph glyph-name="uni04AF" unicode="ү" horiz-adv-x="928" d="M412 -471v481l-392 1014h103l305 -815q22 -59 31 -107h4q13 63 29 103l315 819h100l-403 -1014v-481h-92z"/>
<glyph glyph-name="uni04B0" unicode="Ұ" horiz-adv-x="1106" d="M164 455v91h334l-437 888h111l334 -691q19 -38 45 -106h4q7 19 19.5 44.5t29.5 59.5l350 693h107l-463 -888h344v-91h-344v-455h-98v455h-336z"/>
<glyph glyph-name="uni04B1" unicode="ұ" horiz-adv-x="928" d="M412 -471v387h-334v84h334v10l-392 1014h103l305 -815q22 -59 31 -107h4q13 63 29 103l315 819h100l-403 -1014v-10h346v-84h-346v-387h-92z"/>
<glyph glyph-name="uni04B2" unicode="Ҳ" horiz-adv-x="1260" d="M961 0l-330 547q-31 51 -53 100h-5q-27 -55 -57 -100l-336 -547h-119l453 723l-426 711h119l321 -539q25 -42 52 -96h4l53 96l319 539h115l-430 -709l385 -635h183v-474h-96v384h-152z"/>
<glyph glyph-name="uni04B3" unicode="ҳ" horiz-adv-x="962" d="M481 502l278 -418h158v-457h-84v373h-135l-270 432h-4l-36 -57q-7 -12 -17 -27l-226 -348h-112l342 500l-336 524h108l228 -367q44 -71 53 -88h4l51 84l238 371h108z"/>
<glyph glyph-name="uni04B8" unicode="Ҹ" horiz-adv-x="1255" d="M973 0v649q-81 -32 -161.5 -58t-161.5 -39v-356h-76v347q-14 -2 -27 -2h-27q-94 0 -161 25.5t-110.5 72t-64 110.5t-20.5 142v543h98v-529q0 -131 67 -202.5t201 -71.5h22t22 1v402h76v-394q78 12 160 37t163 58v699h98v-1434h-98z"/>
<glyph glyph-name="uni04B9" unicode="ҹ" horiz-adv-x="1071" d="M815 0v446q-68 -36 -130 -60.5t-124 -36.5v-235h-76v225q-9 -1 -17.5 -1h-16.5q-66 0 -122 19.5t-97.5 61.5t-65 109t-23.5 162v334h93v-326q0 -60 10.5 -110.5t36 -87t69 -57.5t109.5 -21h24v332h76v-324q68 12 131 37t123 59v498h92v-1024h-92z"/>
<glyph glyph-name="uni04BA" unicode="Һ" horiz-adv-x="1255" d="M282 1434v-649q113 44 225.5 76t227.5 32q94 0 161 -25.5t110.5 -72t64 -110.5t20.5 -142v-543h-98v529q0 131 -67 202.5t-201 71.5q-103 0 -216.5 -29t-226.5 -75v-699h-98v1434h98z"/>
<glyph glyph-name="uni04BB" unicode="һ" horiz-adv-x="1096" d="M860 0v614q0 182 -66 266.5t-206 84.5q-132 0 -232 -103t-100 -295v-567h-92v1516h92v-676h4q121 209 352 209q166 0 253 -107t87 -307v-635h-92z"/>
<glyph glyph-name="uni018F" unicode="Ə" horiz-adv-x="1494" d="M89 762h1193q-18 279 -171.5 441t-390.5 162q-234 0 -403 -97v115q158 75 384 75q319 0 501.5 -197t182.5 -544q0 -322 -182 -531.5t-483 -209.5q-303 0 -467 199.5t-164 586.5zM1282 672h-1088q5 -276 145 -441t380 -165q241 0 390.5 164.5t172.5 441.5z"/>
<glyph glyph-name="uni0259" unicode="ə" horiz-adv-x="1034" d="M848 516q0 211 -97.5 330t-267.5 119q-172 0 -336 -127v98q159 113 355 113q198 0 320 -142t122 -401q0 -224 -127.5 -377.5t-331.5 -153.5q-191 0 -293 134t-102 366v41h758zM186 432q6 -177 85 -275t218 -98q144 0 238.5 96.5t116.5 276.5h-658z"/>
<glyph glyph-name="uni04E8" unicode="Ө" horiz-adv-x="1559" d="M1450 739q0 -191 -52 -334t-142.5 -238.5t-214 -143.5t-267.5 -48q-162 0 -286 57t-208.5 155.5t-127.5 231t-43 283.5q0 163 45 301.5t132.5 239.5t217 158t297.5 57q149 0 269 -53.5t204.5 -148.5t130 -227.5t45.5 -289.5zM772 66q121 0 223.5 38.5t178 114.5 t120.5 189.5t52 263.5h-1134q6 -140 48 -252.5t115 -191t174 -120.5t223 -42zM784 1368q-118 0 -219.5 -42.5t-177.5 -121t-122 -191t-53 -251.5h1135q-5 150 -48.5 263.5t-118 189.5t-175.5 114.5t-221 38.5z"/>
<glyph glyph-name="uni04E9" unicode="ө" horiz-adv-x="1149" d="M575 -25q-113 0 -203 39t-152.5 109.5t-96 168t-33.5 214.5q0 127 35.5 228t101 171t157 107t202.5 37q109 0 196.5 -37t149 -106.5t94.5 -169.5t33 -226q0 -118 -33 -216t-95.5 -169t-152.5 -110.5t-203 -39.5zM582 965q-84 0 -154.5 -28t-122 -81t-82 -130t-36.5 -174 h775q-9 201 -107.5 307t-272.5 106zM291 181q105 -122 287 -122q87 0 156 28t118 80.5t77 128.5t33 172h-775q9 -179 104 -287z"/>
<glyph glyph-name="uni03040300.cap" horiz-adv-x="622" d="M62 1566v84h508v-84h-508zM80 1994h104l234 -246h-90z"/>
<glyph glyph-name="uni03040300" horiz-adv-x="622" d="M62 1188v84h508v-84h-508zM80 1616h104l234 -246h-90z"/>
<glyph glyph-name="uni03040301.cap" horiz-adv-x="622" d="M62 1566v84h508v-84h-508zM304 1748h-90l234 246h104z"/>
<glyph glyph-name="uni03040301" horiz-adv-x="622" d="M62 1188v84h508v-84h-508zM304 1370h-90l234 246h104z"/>
<glyph glyph-name="uni03080301.cap" horiz-adv-x="848" d="M420 1748h-90l234 246h104zM575 1566q-27 0 -49 19.5t-22 52.5q0 31 21.5 50t47.5 19q29 0 52.5 -19.5t23.5 -49.5q0 -31 -21.5 -51.5t-52.5 -20.5zM242 1566q-28 0 -50 19.5t-22 52.5q0 31 22 50t48 19q29 0 52 -19.5t23 -49.5q0 -31 -21 -51.5t-52 -20.5z"/>
<glyph glyph-name="uni03080301" horiz-adv-x="848" d="M420 1370h-90l234 246h104zM575 1188q-27 0 -49 19.5t-22 52.5q0 31 21.5 50t47.5 19q29 0 52.5 -19.5t23.5 -49.5q0 -31 -21.5 -51.5t-52.5 -20.5zM242 1188q-28 0 -50 19.5t-22 52.5q0 31 22 50t48 19q29 0 52 -19.5t23 -49.5q0 -31 -21 -51.5t-52 -20.5z"/>
<glyph glyph-name="uni03030301.cap" horiz-adv-x="979" d="M450 1830h-90l234 246h104zM800 1783q0 -103 -48.5 -163t-130.5 -60q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143h-72q0 100 48 160.5t128 60.5q72 0 160 -72q67 -59 117 -59q40 0 68 37t28 108h74z"/>
<glyph glyph-name="uni03030301" horiz-adv-x="979" d="M450 1470h-90l234 246h104zM800 1423q0 -103 -48.5 -163t-130.5 -60q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143h-72q0 100 48 160.5t128 60.5q72 0 160 -72q67 -59 117 -59q40 0 68 37t28 108h74z"/>
<glyph glyph-name="uni03030308.cap" horiz-adv-x="979" d="M800 1783q0 -103 -48.5 -163t-130.5 -60q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143h-72q0 100 48 160.5t128 60.5q72 0 160 -72q67 -59 117 -59q40 0 68 37t28 108h74zM656 1867q-27 0 -49 19.5t-22 52.5q0 31 21.5 50t47.5 19q29 0 52.5 -19.5t23.5 -49.5 q0 -31 -21.5 -51.5t-52.5 -20.5zM323 1867q-28 0 -50 19.5t-22 52.5q0 31 22 50t48 19q29 0 52 -19.5t23 -49.5q0 -31 -21 -51.5t-52 -20.5z"/>
<glyph glyph-name="uni03030308" horiz-adv-x="979" d="M800 1423q0 -103 -48.5 -163t-130.5 -60q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143h-72q0 100 48 160.5t128 60.5q72 0 160 -72q67 -59 117 -59q40 0 68 37t28 108h74zM656 1507q-27 0 -49 19.5t-22 52.5q0 31 21.5 50t47.5 19q29 0 52.5 -19.5t23.5 -49.5 q0 -31 -21.5 -51.5t-52.5 -20.5zM323 1507q-28 0 -50 19.5t-22 52.5q0 31 22 50t48 19q29 0 52 -19.5t23 -49.5q0 -31 -21 -51.5t-52 -20.5z"/>
<glyph glyph-name="uni03010307.cap" horiz-adv-x="549" d="M267 1566h-90l234 328h104zM118 1754q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni03010307" horiz-adv-x="549" d="M267 1188h-90l234 328h104zM118 1376q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni030C0307.cap" horiz-adv-x="622" d="M331 1566h-45l-220 306h86l158 -210l160 210h82zM308 1861q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni030C0307" horiz-adv-x="622" d="M331 1188h-45l-220 306h86l158 -210l160 210h82zM308 1483q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni03040308.cap" horiz-adv-x="622" d="M62 1566v84h508v-84h-508zM480 1781q-27 0 -49 19.5t-22 52.5q0 31 21.5 50t47.5 19q29 0 52.5 -19.5t23.5 -49.5q0 -31 -21.5 -51.5t-52.5 -20.5zM147 1781q-28 0 -50 19.5t-22 52.5q0 31 22 50t48 19q29 0 52 -19.5t23 -49.5q0 -31 -21 -51.5t-52 -20.5z"/>
<glyph glyph-name="uni03040308" horiz-adv-x="622" d="M62 1188v84h508v-84h-508zM480 1403q-27 0 -49 19.5t-22 52.5q0 31 21.5 50t47.5 19q29 0 52.5 -19.5t23.5 -49.5q0 -31 -21.5 -51.5t-52.5 -20.5zM147 1403q-28 0 -50 19.5t-22 52.5q0 31 22 50t48 19q29 0 52 -19.5t23 -49.5q0 -31 -21 -51.5t-52 -20.5z"/>
<glyph glyph-name="uni0228" unicode="Ȩ" horiz-adv-x="1024" d="M184 0v1434h670v-91h-571v-575h530v-90h-530v-588h604v-90h-703zM401 -430v74q50 -6 86 -6q160 0 160 92q0 86 -145 86q-32 0 -64 -4v188h72v-117q225 0 225 -147q0 -170 -254 -170q-36 0 -80 4z"/>
<glyph glyph-name="uni0229" unicode="ȩ" horiz-adv-x="1034" d="M186 508q0 -211 97.5 -330t267.5 -119q172 0 336 127v-98q-159 -113 -355 -113q-198 0 -320 142t-122 401q0 224 127.5 377.5t331.5 153.5q191 0 293 -134t102 -366v-41h-758zM848 592q-6 177 -85 275t-218 98q-144 0 -238.5 -96.5t-116.5 -276.5h658zM438 -430v74 q50 -6 86 -6q160 0 160 92q0 86 -145 86q-32 0 -64 -4v188h72v-117q225 0 225 -147q0 -170 -254 -170q-36 0 -80 4z"/>
<glyph glyph-name="uni1E00" unicode="Ḁ" horiz-adv-x="1288" d="M1118 0l-164 446h-622l-164 -446h-109l541 1434h94l535 -1434h-111zM678 1200q-11 30 -18 59q-7 25 -15 50h-4q-17 -66 -33 -107l-241 -665h553zM643 -495q-86 0 -143.5 50.5t-57.5 133.5q0 80 57 132t144 52q88 0 144.5 -50.5t56.5 -133.5q0 -80 -58 -132t-143 -52z M643 -194q-57 0 -92 -32t-35 -85t36.5 -85t90.5 -32q57 0 93 32.5t36 84.5q0 57 -37.5 87t-91.5 30z"/>
<glyph glyph-name="uni1E01" unicode="ḁ" horiz-adv-x="1012" d="M776 0v205h-4q-49 -105 -142.5 -167.5t-207.5 -62.5q-146 0 -231 82t-85 207q0 268 355 324l315 47q0 330 -248 330q-169 0 -329 -136v111q57 45 154.5 77t183.5 32q158 0 244.5 -98t86.5 -285v-666h-92zM494 510q-161 -23 -226 -74.5t-65 -167.5q0 -91 60.5 -150 t168.5 -59q148 0 246 109.5t98 282.5v100zM499 -494q-86 0 -143.5 50.5t-57.5 133.5q0 80 57 132t144 52q88 0 144.5 -50.5t56.5 -133.5q0 -80 -58 -132t-143 -52zM499 -193q-57 0 -92 -32t-35 -85t36.5 -85t90.5 -32q57 0 93 32.5t36 84.5q0 57 -37.5 87t-91.5 30z"/>
<glyph glyph-name="uni1E02" unicode="Ḃ" horiz-adv-x="1114" d="M184 0v1434h377q169 0 269 -91t100 -241q0 -125 -66.5 -216.5t-185.5 -129.5v-4q149 -14 235 -106.5t86 -235.5q0 -181 -117 -295.5t-313 -114.5h-385zM283 1343v-555h200q156 0 250 80t94 217q0 258 -305 258h-239zM283 698v-608h266q169 0 258.5 81t89.5 230 q0 297 -403 297h-211zM509 1537q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E03" unicode="ḃ" horiz-adv-x="1147" d="M260 182h-4v-182h-92v1516h92v-703h4q55 113 157.5 174.5t225.5 61.5q195 0 304.5 -134.5t109.5 -365.5q0 -257 -127 -415.5t-330 -158.5q-230 0 -340 207zM256 563v-129q0 -154 97 -264.5t255 -110.5q157 0 255 134.5t98 353.5q0 192 -90 305t-240 113q-179 0 -277 -120 t-98 -282zM635 1188q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E04" unicode="Ḅ" horiz-adv-x="1114" d="M184 0v1434h377q169 0 269 -91t100 -241q0 -125 -66.5 -216.5t-185.5 -129.5v-4q149 -14 235 -106.5t86 -235.5q0 -181 -117 -295.5t-313 -114.5h-385zM283 1343v-555h200q156 0 250 80t94 217q0 258 -305 258h-239zM283 698v-608h266q169 0 258.5 81t89.5 230 q0 297 -403 297h-211zM566 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E05" unicode="ḅ" horiz-adv-x="1147" d="M260 182h-4v-182h-92v1516h92v-703h4q55 113 157.5 174.5t225.5 61.5q195 0 304.5 -134.5t109.5 -365.5q0 -257 -127 -415.5t-330 -158.5q-230 0 -340 207zM256 563v-129q0 -154 97 -264.5t255 -110.5q157 0 255 134.5t98 353.5q0 192 -90 305t-240 113q-179 0 -277 -120 t-98 -282zM613 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E06" unicode="Ḇ" horiz-adv-x="1114" d="M184 0v1434h377q169 0 269 -91t100 -241q0 -125 -66.5 -216.5t-185.5 -129.5v-4q149 -14 235 -106.5t86 -235.5q0 -181 -117 -295.5t-313 -114.5h-385zM283 1343v-555h200q156 0 250 80t94 217q0 258 -305 258h-239zM283 698v-608h266q169 0 258.5 81t89.5 230 q0 297 -403 297h-211zM298 -255v84h508v-84h-508z"/>
<glyph glyph-name="uni1E07" unicode="ḇ" horiz-adv-x="1147" d="M260 182h-4v-182h-92v1516h92v-703h4q55 113 157.5 174.5t225.5 61.5q195 0 304.5 -134.5t109.5 -365.5q0 -257 -127 -415.5t-330 -158.5q-230 0 -340 207zM256 563v-129q0 -154 97 -264.5t255 -110.5q157 0 255 134.5t98 353.5q0 192 -90 305t-240 113q-179 0 -277 -120 t-98 -282zM337 -255v84h508v-84h-508z"/>
<glyph glyph-name="uni1E08" unicode="Ḉ" horiz-adv-x="1272" d="M1137 47q-174 -72 -363 -72q-294 0 -479.5 197.5t-185.5 515.5q0 349 201 559.5t511 210.5q165 0 316 -53v-105q-151 68 -318 68q-270 0 -439 -183t-169 -487q0 -293 161.5 -462.5t409.5 -169.5q198 0 355 77v-96zM616 -430v74q50 -6 86 -6q160 0 160 92q0 86 -145 86 q-32 0 -64 -4v188h72v-117q225 0 225 -147q0 -170 -254 -170q-36 0 -80 4zM778 1537h-90l234 328h104z"/>
<glyph glyph-name="uni1E09" unicode="ḉ" horiz-adv-x="909" d="M827 45q-114 -70 -272 -70q-209 0 -337 143.5t-128 375.5q0 244 144 399.5t370 155.5q117 0 227 -48v-104q-110 68 -241 68q-180 0 -292 -129.5t-112 -335.5q0 -199 102.5 -320t270.5 -121q154 0 268 82v-96zM403 -430v74q50 -6 86 -6q160 0 160 92q0 86 -145 86 q-32 0 -64 -4v188h72v-117q225 0 225 -147q0 -170 -254 -170q-36 0 -80 4zM588 1188h-90l234 328h104z"/>
<glyph glyph-name="uni1E0A" unicode="Ḋ" horiz-adv-x="1380" d="M184 0v1434h359q357 0 543 -178t186 -519q0 -328 -199.5 -532.5t-550.5 -204.5h-338zM283 1343v-1253h225q319 0 490 165.5t171 477.5q0 610 -641 610h-245zM648 1537q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z "/>
<glyph glyph-name="uni1E0B" unicode="ḋ" horiz-adv-x="1147" d="M891 0v186h-4q-50 -97 -148 -154t-221 -57q-189 0 -308.5 138t-119.5 381q0 248 130.5 401.5t338.5 153.5q230 0 328 -189h4v656h92v-1516h-92zM891 623q0 143 -90.5 242.5t-243.5 99.5q-161 0 -266 -123.5t-105 -339.5q0 -212 94.5 -327.5t243.5 -115.5q175 0 271 108.5 t96 264.5v191zM538 1188q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E0C" unicode="Ḍ" horiz-adv-x="1380" d="M184 0v1434h359q357 0 543 -178t186 -519q0 -328 -199.5 -532.5t-550.5 -204.5h-338zM283 1343v-1253h225q319 0 490 165.5t171 477.5q0 610 -641 610h-245zM681 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z "/>
<glyph glyph-name="uni1E0D" unicode="ḍ" horiz-adv-x="1147" d="M891 0v186h-4q-50 -97 -148 -154t-221 -57q-189 0 -308.5 138t-119.5 381q0 248 130.5 401.5t338.5 153.5q230 0 328 -189h4v656h92v-1516h-92zM891 623q0 143 -90.5 242.5t-243.5 99.5q-161 0 -266 -123.5t-105 -339.5q0 -212 94.5 -327.5t243.5 -115.5q175 0 271 108.5 t96 264.5v191zM599 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E0E" unicode="Ḏ" horiz-adv-x="1380" d="M184 0v1434h359q357 0 543 -178t186 -519q0 -328 -199.5 -532.5t-550.5 -204.5h-338zM283 1343v-1253h225q319 0 490 165.5t171 477.5q0 610 -641 610h-245zM387 -255v84h508v-84h-508z"/>
<glyph glyph-name="uni1E0F" unicode="ḏ" horiz-adv-x="1147" d="M891 0v186h-4q-50 -97 -148 -154t-221 -57q-189 0 -308.5 138t-119.5 381q0 248 130.5 401.5t338.5 153.5q230 0 328 -189h4v656h92v-1516h-92zM891 623q0 143 -90.5 242.5t-243.5 99.5q-161 0 -266 -123.5t-105 -339.5q0 -212 94.5 -327.5t243.5 -115.5q175 0 271 108.5 t96 264.5v191zM345 -255v84h508v-84h-508z"/>
<glyph glyph-name="uni1E10" unicode="Ḑ" horiz-adv-x="1380" d="M184 0v1434h359q357 0 543 -178t186 -519q0 -328 -199.5 -532.5t-550.5 -204.5h-338zM283 1343v-1253h225q319 0 490 165.5t171 477.5q0 610 -641 610h-245zM740 -118l-126 -261h-79l93 261h112z"/>
<glyph glyph-name="uni1E11" unicode="ḑ" horiz-adv-x="1147" d="M891 0v186h-4q-50 -97 -148 -154t-221 -57q-189 0 -308.5 138t-119.5 381q0 248 130.5 401.5t338.5 153.5q230 0 328 -189h4v656h92v-1516h-92zM891 623q0 143 -90.5 242.5t-243.5 99.5q-161 0 -266 -123.5t-105 -339.5q0 -212 94.5 -327.5t243.5 -115.5q175 0 271 108.5 t96 264.5v191zM669 -118l-126 -261h-79l93 261h112z"/>
<glyph glyph-name="uni1E12" unicode="Ḓ" horiz-adv-x="1380" d="M184 0v1434h359q357 0 543 -178t186 -519q0 -328 -199.5 -532.5t-550.5 -204.5h-338zM283 1343v-1253h225q319 0 490 165.5t171 477.5q0 610 -641 610h-245zM847 -480l-157 239l-160 -239h-82l221 336h45l219 -336h-86z"/>
<glyph glyph-name="uni1E13" unicode="ḓ" horiz-adv-x="1147" d="M891 0v186h-4q-50 -97 -148 -154t-221 -57q-189 0 -308.5 138t-119.5 381q0 248 130.5 401.5t338.5 153.5q230 0 328 -189h4v656h92v-1516h-92zM891 623q0 143 -90.5 242.5t-243.5 99.5q-161 0 -266 -123.5t-105 -339.5q0 -212 94.5 -327.5t243.5 -115.5q175 0 271 108.5 t96 264.5v191zM752 -479l-157 239l-160 -239h-82l221 336h45l219 -336h-86z"/>
<glyph glyph-name="uni1E14" unicode="Ḕ" horiz-adv-x="1024" d="M184 0v1434h670v-91h-571v-575h530v-90h-530v-588h604v-90h-703zM268 1566v84h508v-84h-508zM286 1994h104l234 -246h-90z"/>
<glyph glyph-name="uni1E15" unicode="ḕ" horiz-adv-x="1034" d="M186 508q0 -211 97.5 -330t267.5 -119q172 0 336 127v-98q-159 -113 -355 -113q-198 0 -320 142t-122 401q0 224 127.5 377.5t331.5 153.5q191 0 293 -134t102 -366v-41h-758zM848 592q-6 177 -85 275t-218 98q-144 0 -238.5 -96.5t-116.5 -276.5h658zM280 1188v84h508 v-84h-508zM298 1616h104l234 -246h-90z"/>
<glyph glyph-name="uni1E16" unicode="Ḗ" horiz-adv-x="1024" d="M184 0v1434h670v-91h-571v-575h530v-90h-530v-588h604v-90h-703zM285 1566v84h508v-84h-508zM527 1748h-90l234 246h104z"/>
<glyph glyph-name="uni1E17" unicode="ḗ" horiz-adv-x="1034" d="M186 508q0 -211 97.5 -330t267.5 -119q172 0 336 127v-98q-159 -113 -355 -113q-198 0 -320 142t-122 401q0 224 127.5 377.5t331.5 153.5q191 0 293 -134t102 -366v-41h-758zM848 592q-6 177 -85 275t-218 98q-144 0 -238.5 -96.5t-116.5 -276.5h658zM280 1188v84h508 v-84h-508zM522 1370h-90l234 246h104z"/>
<glyph glyph-name="uni1E18" unicode="Ḙ" horiz-adv-x="1024" d="M184 0v1434h670v-91h-571v-575h530v-90h-530v-588h604v-90h-703zM705 -481l-157 239l-160 -239h-82l221 336h45l219 -336h-86z"/>
<glyph glyph-name="uni1E19" unicode="ḙ" horiz-adv-x="1034" d="M186 508q0 -211 97.5 -330t267.5 -119q172 0 336 127v-98q-159 -113 -355 -113q-198 0 -320 142t-122 401q0 224 127.5 377.5t331.5 153.5q191 0 293 -134t102 -366v-41h-758zM848 592q-6 177 -85 275t-218 98q-144 0 -238.5 -96.5t-116.5 -276.5h658zM706 -480l-157 239 l-160 -239h-82l221 336h45l219 -336h-86z"/>
<glyph glyph-name="uni1E1A" unicode="Ḛ" horiz-adv-x="1024" d="M184 0v1434h670v-91h-571v-575h530v-90h-530v-588h604v-90h-703zM853 -136q0 -103 -48.5 -163t-130.5 -60q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143h-72q0 100 48 160.5t128 60.5q72 0 160 -72q67 -59 117 -59q40 0 68 37t28 108h74z"/>
<glyph glyph-name="uni1E1B" unicode="ḛ" horiz-adv-x="1034" d="M186 508q0 -211 97.5 -330t267.5 -119q172 0 336 127v-98q-159 -113 -355 -113q-198 0 -320 142t-122 401q0 224 127.5 377.5t331.5 153.5q191 0 293 -134t102 -366v-41h-758zM848 592q-6 177 -85 275t-218 98q-144 0 -238.5 -96.5t-116.5 -276.5h658zM859 -137 q0 -103 -48.5 -163t-130.5 -60q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143h-72q0 100 48 160.5t128 60.5q72 0 160 -72q67 -59 117 -59q40 0 68 37t28 108h74z"/>
<glyph glyph-name="uni1E1C" unicode="Ḝ" horiz-adv-x="1024" d="M184 0v1434h670v-91h-571v-575h530v-90h-530v-588h604v-90h-703zM431 -430v74q50 -6 86 -6q160 0 160 92q0 86 -145 86q-32 0 -64 -4v188h72v-117q225 0 225 -147q0 -170 -254 -170q-36 0 -80 4zM789 1773q-16 -108 -89.5 -171.5t-182.5 -63.5q-110 0 -182.5 62 t-81.5 173h84q6 -75 55.5 -117t126.5 -42q68 0 120.5 43.5t61.5 115.5h88z"/>
<glyph glyph-name="uni1E1D" unicode="ḝ" horiz-adv-x="1034" d="M186 508q0 -211 97.5 -330t267.5 -119q172 0 336 127v-98q-159 -113 -355 -113q-198 0 -320 142t-122 401q0 224 127.5 377.5t331.5 153.5q191 0 293 -134t102 -366v-41h-758zM848 592q-6 177 -85 275t-218 98q-144 0 -238.5 -96.5t-116.5 -276.5h658zM438 -430v74 q50 -6 86 -6q160 0 160 92q0 86 -145 86q-32 0 -64 -4v188h72v-117q225 0 225 -147q0 -170 -254 -170q-36 0 -80 4zM802 1423q-16 -108 -89.5 -171.5t-182.5 -63.5q-110 0 -182.5 62t-81.5 173h84q6 -75 55.5 -117t126.5 -42q68 0 120.5 43.5t61.5 115.5h88z"/>
<glyph glyph-name="uni1E1E" unicode="Ḟ" horiz-adv-x="952" d="M283 1343v-585h530v-90h-530v-668h-99v1434h670v-91h-571zM512 1537q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E1F" unicode="ḟ" horiz-adv-x="565" d="M612 1419q-37 29 -112 29q-189 0 -189 -254v-170h271v-84h-271v-940h-92v940h-184v84h184v178q0 162 81.5 246t203.5 84q65 0 108 -19v-94zM185 1537q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E20" unicode="Ḡ" horiz-adv-x="1368" d="M1221 100q-222 -125 -457 -125q-293 0 -474 199t-181 522q0 326 195 544t521 218q189 0 367 -76v-108q-195 94 -381 94q-271 0 -435.5 -185t-164.5 -472q0 -302 154.5 -473.5t416.5 -171.5q194 0 340 84v473h-338v90h437v-613zM535 1537v84h508v-84h-508z"/>
<glyph glyph-name="uni1E21" unicode="ḡ" horiz-adv-x="1147" d="M983 76q0 -289 -126 -423t-392 -134q-148 0 -305 78v96q162 -90 307 -90q424 0 424 448v133h-4q-121 -209 -369 -209q-189 0 -308.5 137t-119.5 382t129 400t340 155q226 0 328 -187h4v162h92v-948zM891 631q0 136 -91.5 235t-238.5 99q-169 0 -272 -127t-103 -336 q0 -210 94.5 -326.5t249.5 -116.5q165 0 263 107t98 262v203zM300 1188v84h508v-84h-508z"/>
<glyph glyph-name="uni1E22" unicode="Ḣ" horiz-adv-x="1386" d="M1104 0v688h-821v-688h-99v1434h99v-656h821v656h98v-1434h-98zM695 1537q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E23" unicode="ḣ" horiz-adv-x="1096" d="M860 0v614q0 182 -66 266.5t-206 84.5q-132 0 -232 -103t-100 -295v-567h-92v1516h92v-676h4q121 209 352 209q166 0 253 -107t87 -307v-635h-92zM578 1188q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E24" unicode="Ḥ" horiz-adv-x="1386" d="M1104 0v688h-821v-688h-99v1434h99v-656h821v656h98v-1434h-98zM694 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E25" unicode="ḥ" horiz-adv-x="1096" d="M860 0v614q0 182 -66 266.5t-206 84.5q-132 0 -232 -103t-100 -295v-567h-92v1516h92v-676h4q121 209 352 209q166 0 253 -107t87 -307v-635h-92zM572 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E26" unicode="Ḧ" horiz-adv-x="1386" d="M1104 0v688h-821v-688h-99v1434h99v-656h821v656h98v-1434h-98zM857 1537q-27 0 -49 19.5t-22 52.5q0 31 21.5 50t47.5 19q29 0 52.5 -19.5t23.5 -49.5q0 -31 -21.5 -51.5t-52.5 -20.5zM524 1537q-28 0 -50 19.5t-22 52.5q0 31 22 50t48 19q29 0 52 -19.5t23 -49.5 q0 -31 -21 -51.5t-52 -20.5z"/>
<glyph glyph-name="uni1E27" unicode="ḧ" horiz-adv-x="1096" d="M860 0v614q0 182 -66 266.5t-206 84.5q-132 0 -232 -103t-100 -295v-567h-92v1516h92v-676h4q121 209 352 209q166 0 253 -107t87 -307v-635h-92zM762 1537q-27 0 -49 19.5t-22 52.5q0 31 21.5 50t47.5 19q29 0 52.5 -19.5t23.5 -49.5q0 -31 -21.5 -51.5t-52.5 -20.5z M429 1537q-28 0 -50 19.5t-22 52.5q0 31 22 50t48 19q29 0 52 -19.5t23 -49.5q0 -31 -21 -51.5t-52 -20.5z"/>
<glyph glyph-name="uni1E28" unicode="Ḩ" horiz-adv-x="1386" d="M1104 0v688h-821v-688h-99v1434h99v-656h821v656h98v-1434h-98zM166 -430v74q50 -6 86 -6q160 0 160 92q0 86 -145 86q-32 0 -64 -4v188h72v-117q225 0 225 -147q0 -170 -254 -170q-36 0 -80 4z"/>
<glyph glyph-name="uni1E29" unicode="ḩ" horiz-adv-x="1096" d="M860 0v614q0 182 -66 266.5t-206 84.5q-132 0 -232 -103t-100 -295v-567h-92v1516h92v-676h4q121 209 352 209q166 0 253 -107t87 -307v-635h-92zM146 -430v74q50 -6 86 -6q160 0 160 92q0 86 -145 86q-32 0 -64 -4v188h72v-117q225 0 225 -147q0 -170 -254 -170 q-36 0 -80 4z"/>
<glyph glyph-name="uni1E2A" unicode="Ḫ" horiz-adv-x="1386" d="M1104 0v688h-821v-688h-99v1434h99v-656h821v656h98v-1434h-98zM955 -166q-16 -108 -89.5 -171.5t-182.5 -63.5q-110 0 -182.5 62t-81.5 173h84q6 -75 55.5 -117t126.5 -42q68 0 120.5 43.5t61.5 115.5h88z"/>
<glyph glyph-name="uni1E2B" unicode="ḫ" horiz-adv-x="1096" d="M860 0v614q0 182 -66 266.5t-206 84.5q-132 0 -232 -103t-100 -295v-567h-92v1516h92v-676h4q121 209 352 209q166 0 253 -107t87 -307v-635h-92zM828 -166q-16 -108 -89.5 -171.5t-182.5 -63.5q-110 0 -182.5 62t-81.5 173h84q6 -75 55.5 -117t126.5 -42 q68 0 120.5 43.5t61.5 115.5h88z"/>
<glyph glyph-name="uni1E2C" unicode="Ḭ" horiz-adv-x="463" d="M421 1434v-90h-140v-1254h140v-90h-379v90h140v1254h-140v90h379zM546 -134q0 -103 -48.5 -163t-130.5 -60q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143h-72q0 100 48 160.5t128 60.5q72 0 160 -72q67 -59 117 -59q40 0 68 37t28 108h74z"/>
<glyph glyph-name="uni1E2D" unicode="ḭ" horiz-adv-x="420" d="M209 1282q-30 0 -53 22t-23 56q0 33 23.5 53.5t52.5 20.5q31 0 54.5 -20t23.5 -54q0 -32 -23 -55t-55 -23zM164 0v1024h92v-1024h-92zM519 -134q0 -103 -48.5 -163t-130.5 -60q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143h-72q0 100 48 160.5t128 60.5q72 0 160 -72 q67 -59 117 -59q40 0 68 37t28 108h74z"/>
<glyph glyph-name="uni1E2E" unicode="Ḯ" horiz-adv-x="463" d="M421 1434v-90h-140v-1254h140v-90h-379v90h140v1254h-140v90h379zM233 1748h-90l234 246h104zM388 1566q-27 0 -49 19.5t-22 52.5q0 31 21.5 50t47.5 19q29 0 52.5 -19.5t23.5 -49.5q0 -31 -21.5 -51.5t-52.5 -20.5zM55 1566q-28 0 -50 19.5t-22 52.5q0 31 22 50t48 19 q29 0 52 -19.5t23 -49.5q0 -31 -21 -51.5t-52 -20.5z"/>
<glyph glyph-name="uni1E2F" unicode="ḯ" horiz-adv-x="420" d="M164 0v1024h92v-1024h-92zM211 1370h-90l234 246h104zM366 1188q-27 0 -49 19.5t-22 52.5q0 31 21.5 50t47.5 19q29 0 52.5 -19.5t23.5 -49.5q0 -31 -21.5 -51.5t-52.5 -20.5zM33 1188q-28 0 -50 19.5t-22 52.5q0 31 22 50t48 19q29 0 52 -19.5t23 -49.5q0 -31 -21 -51.5 t-52 -20.5z"/>
<glyph glyph-name="uni1E30" unicode="Ḱ" horiz-adv-x="1079" d="M922 0l-611 686q-17 19 -24 33h-4v-719h-99v1434h99v-676h4q12 21 26 35l580 641h129l-629 -695l668 -739h-139zM581 1535h-90l234 328h104z"/>
<glyph glyph-name="uni1E31" unicode="ḱ" horiz-adv-x="909" d="M750 0l-490 506h-4v-506h-92v1516h92v-977h4l465 485h119l-486 -496l525 -528h-133zM453 1537h-90l234 328h104z"/>
<glyph glyph-name="uni1E32" unicode="Ḳ" horiz-adv-x="1079" d="M922 0l-611 686q-17 19 -24 33h-4v-719h-99v1434h99v-676h4q12 21 26 35l580 641h129l-629 -695l668 -739h-139zM608 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E33" unicode="ḳ" horiz-adv-x="909" d="M750 0l-490 506h-4v-506h-92v1516h92v-977h4l465 485h119l-486 -496l525 -528h-133zM501 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E34" unicode="Ḵ" horiz-adv-x="1079" d="M922 0l-611 686q-17 19 -24 33h-4v-719h-99v1434h99v-676h4q12 21 26 35l580 641h129l-629 -695l668 -739h-139zM356 -257v84h508v-84h-508z"/>
<glyph glyph-name="uni1E35" unicode="ḵ" horiz-adv-x="909" d="M750 0l-490 506h-4v-506h-92v1516h92v-977h4l465 485h119l-486 -496l525 -528h-133zM257 -257v84h508v-84h-508z"/>
<glyph glyph-name="uni1E36" unicode="Ḷ" horiz-adv-x="938" d="M184 0v1434h99v-1344h575v-90h-674zM546 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E37" unicode="ḷ" horiz-adv-x="420" d="M164 0v1516h92v-1516h-92zM210 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E38" unicode="Ḹ" horiz-adv-x="938" d="M184 0v1434h99v-1344h575v-90h-674zM268 1537v84h508v-84h-508zM546 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E39" unicode="ḹ" horiz-adv-x="420" d="M164 0v1516h92v-1516h-92zM-44 1607v84h508v-84h-508zM211 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E3A" unicode="Ḻ" horiz-adv-x="938" d="M184 0v1434h99v-1344h575v-90h-674zM271 -257v84h508v-84h-508z"/>
<glyph glyph-name="uni1E3B" unicode="ḻ" horiz-adv-x="420" d="M164 0v1516h92v-1516h-92zM-44 -257v84h508v-84h-508z"/>
<glyph glyph-name="uni1E3C" unicode="Ḽ" horiz-adv-x="938" d="M184 0v1434h99v-1344h575v-90h-674zM675 -480l-157 239l-160 -239h-82l221 336h45l219 -336h-86z"/>
<glyph glyph-name="uni1E3D" unicode="ḽ" horiz-adv-x="420" d="M164 0v1516h92v-1516h-92zM368 -479l-157 239l-160 -239h-82l221 336h45l219 -336h-86z"/>
<glyph glyph-name="uni1E3E" unicode="Ḿ" horiz-adv-x="1706" d="M1427 0v1018q0 37 11 211h-4q-31 -81 -52 -125l-510 -1104h-32l-512 1098q-25 53 -47 135h-5q7 -96 7 -191v-1042h-99v1434h92l535 -1155q5 -10 11 -27t13 -34q10 -26 21 -58h6l11 32q1 4 34 95l527 1147h88v-1434h-95zM860 1537h-90l234 328h104z"/>
<glyph glyph-name="uni1E3F" unicode="ḿ" horiz-adv-x="1683" d="M1448 0v616q0 193 -60.5 271t-191.5 78q-121 0 -209 -104t-88 -261v-600h-92v623q0 342 -260 342q-125 0 -208 -104.5t-83 -270.5v-590h-92v1024h92v-170h4q107 195 313 195q112 0 191.5 -64.5t107.5 -169.5q48 111 137.5 172.5t194.5 61.5q336 0 336 -416v-633h-92z M817 1188h-90l234 328h104z"/>
<glyph glyph-name="uni1E40" unicode="Ṁ" horiz-adv-x="1706" d="M1427 0v1018q0 37 11 211h-4q-31 -81 -52 -125l-510 -1104h-32l-512 1098q-25 53 -47 135h-5q7 -96 7 -191v-1042h-99v1434h92l535 -1155q5 -10 11 -27t13 -34q10 -26 21 -58h6l11 32q1 4 34 95l527 1147h88v-1434h-95zM859 1537q-31 0 -54.5 22t-23.5 56t23.5 53.5 t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E41" unicode="ṁ" horiz-adv-x="1683" d="M1448 0v616q0 193 -60.5 271t-191.5 78q-121 0 -209 -104t-88 -261v-600h-92v623q0 342 -260 342q-125 0 -208 -104.5t-83 -270.5v-590h-92v1024h92v-170h4q107 195 313 195q112 0 191.5 -64.5t107.5 -169.5q48 111 137.5 172.5t194.5 61.5q336 0 336 -416v-633h-92z M852 1188q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E42" unicode="Ṃ" horiz-adv-x="1706" d="M1427 0v1018q0 37 11 211h-4q-31 -81 -52 -125l-510 -1104h-32l-512 1098q-25 53 -47 135h-5q7 -96 7 -191v-1042h-99v1434h92l535 -1155q5 -10 11 -27t13 -34q10 -26 21 -58h6l11 32q1 4 34 95l527 1147h88v-1434h-95zM861 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5 t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E43" unicode="ṃ" horiz-adv-x="1683" d="M1448 0v616q0 193 -60.5 271t-191.5 78q-121 0 -209 -104t-88 -261v-600h-92v623q0 342 -260 342q-125 0 -208 -104.5t-83 -270.5v-590h-92v1024h92v-170h4q107 195 313 195q112 0 191.5 -64.5t107.5 -169.5q48 111 137.5 172.5t194.5 61.5q336 0 336 -416v-633h-92z M853 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E44" unicode="Ṅ" horiz-adv-x="1452" d="M1198 0l-854 1159q-26 35 -46 70l-13 20h-4q2 -26 2 -63v-1186h-99v1434h76l848 -1149q28 -38 61 -92h5q-5 70 -5 120v1121h99v-1434h-70zM733 1538q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E45" unicode="ṅ" horiz-adv-x="1096" d="M860 0v596q0 369 -266 369q-148 0 -243 -108.5t-95 -268.5v-588h-92v1024h92v-186h4q112 211 350 211q166 0 254 -110.5t88 -315.5v-623h-92zM576 1188q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E46" unicode="Ṇ" horiz-adv-x="1452" d="M1198 0l-854 1159q-26 35 -46 70l-13 20h-4q2 -26 2 -63v-1186h-99v1434h76l848 -1149q28 -38 61 -92h5q-5 70 -5 120v1121h99v-1434h-70zM727 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E47" unicode="ṇ" horiz-adv-x="1096" d="M860 0v596q0 369 -266 369q-148 0 -243 -108.5t-95 -268.5v-588h-92v1024h92v-186h4q112 211 350 211q166 0 254 -110.5t88 -315.5v-623h-92zM561 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E48" unicode="Ṉ" horiz-adv-x="1452" d="M1198 0l-854 1159q-26 35 -46 70l-13 20h-4q2 -26 2 -63v-1186h-99v1434h76l848 -1149q28 -38 61 -92h5q-5 70 -5 120v1121h99v-1434h-70zM481 -257v84h508v-84h-508z"/>
<glyph glyph-name="uni1E49" unicode="ṉ" horiz-adv-x="1096" d="M860 0v596q0 369 -266 369q-148 0 -243 -108.5t-95 -268.5v-588h-92v1024h92v-186h4q112 211 350 211q166 0 254 -110.5t88 -315.5v-623h-92zM314 -257v84h508v-84h-508z"/>
<glyph glyph-name="uni1E4A" unicode="Ṋ" horiz-adv-x="1452" d="M1198 0l-854 1159q-26 35 -46 70l-13 20h-4q2 -26 2 -63v-1186h-99v1434h76l848 -1149q28 -38 61 -92h5q-5 70 -5 120v1121h99v-1434h-70zM874 -481l-157 239l-160 -239h-82l221 336h45l219 -336h-86z"/>
<glyph glyph-name="uni1E4B" unicode="ṋ" horiz-adv-x="1096" d="M860 0v596q0 369 -266 369q-148 0 -243 -108.5t-95 -268.5v-588h-92v1024h92v-186h4q112 211 350 211q166 0 254 -110.5t88 -315.5v-623h-92zM715 -481l-157 239l-160 -239h-82l221 336h45l219 -336h-86z"/>
<glyph glyph-name="uni1E4C" unicode="Ṍ" horiz-adv-x="1559" d="M774 -25q-304 0 -484.5 202t-180.5 525q0 343 185.5 549.5t506.5 206.5q290 0 469.5 -198.5t179.5 -520.5q0 -356 -184 -560t-492 -204zM784 1368q-250 0 -411.5 -181t-161.5 -474q0 -296 153 -471.5t408 -175.5q266 0 421 173.5t155 483.5q0 304 -151.5 474.5 t-412.5 170.5zM736 1830h-90l234 246h104zM1086 1783q0 -103 -48.5 -163t-130.5 -60q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143h-72q0 100 48 160.5t128 60.5q72 0 160 -72q67 -59 117 -59q40 0 68 37t28 108h74z"/>
<glyph glyph-name="uni1E4D" unicode="ṍ" horiz-adv-x="1149" d="M575 -25q-224 0 -354.5 147.5t-130.5 383.5q0 255 136.5 399t359.5 144q219 0 346 -143t127 -396q0 -239 -129.5 -387t-354.5 -148zM582 965q-181 0 -288.5 -122t-107.5 -339q0 -201 105 -323t287 -122q185 0 285 120t100 333q0 219 -99.5 336t-281.5 117zM537 1470h-90 l234 246h104zM887 1423q0 -103 -48.5 -163t-130.5 -60q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143h-72q0 100 48 160.5t128 60.5q72 0 160 -72q67 -59 117 -59q40 0 68 37t28 108h74z"/>
<glyph glyph-name="uni1E4E" unicode="Ṏ" horiz-adv-x="1559" d="M774 -25q-304 0 -484.5 202t-180.5 525q0 343 185.5 549.5t506.5 206.5q290 0 469.5 -198.5t179.5 -520.5q0 -356 -184 -560t-492 -204zM784 1368q-250 0 -411.5 -181t-161.5 -474q0 -296 153 -471.5t408 -175.5q266 0 421 173.5t155 483.5q0 304 -151.5 474.5 t-412.5 170.5zM1083 1783q0 -103 -48.5 -163t-130.5 -60q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143h-72q0 100 48 160.5t128 60.5q72 0 160 -72q67 -59 117 -59q40 0 68 37t28 108h74zM939 1867q-27 0 -49 19.5t-22 52.5q0 31 21.5 50t47.5 19q29 0 52.5 -19.5 t23.5 -49.5q0 -31 -21.5 -51.5t-52.5 -20.5zM606 1867q-28 0 -50 19.5t-22 52.5q0 31 22 50t48 19q29 0 52 -19.5t23 -49.5q0 -31 -21 -51.5t-52 -20.5z"/>
<glyph glyph-name="uni1E4F" unicode="ṏ" horiz-adv-x="1149" d="M575 -25q-224 0 -354.5 147.5t-130.5 383.5q0 255 136.5 399t359.5 144q219 0 346 -143t127 -396q0 -239 -129.5 -387t-354.5 -148zM582 965q-181 0 -288.5 -122t-107.5 -339q0 -201 105 -323t287 -122q185 0 285 120t100 333q0 219 -99.5 336t-281.5 117zM890 1423 q0 -103 -48.5 -163t-130.5 -60q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143h-72q0 100 48 160.5t128 60.5q72 0 160 -72q67 -59 117 -59q40 0 68 37t28 108h74zM746 1507q-27 0 -49 19.5t-22 52.5q0 31 21.5 50t47.5 19q29 0 52.5 -19.5t23.5 -49.5q0 -31 -21.5 -51.5 t-52.5 -20.5zM413 1507q-28 0 -50 19.5t-22 52.5q0 31 22 50t48 19q29 0 52 -19.5t23 -49.5q0 -31 -21 -51.5t-52 -20.5z"/>
<glyph glyph-name="uni1E50" unicode="Ṑ" horiz-adv-x="1559" d="M774 -25q-304 0 -484.5 202t-180.5 525q0 343 185.5 549.5t506.5 206.5q290 0 469.5 -198.5t179.5 -520.5q0 -356 -184 -560t-492 -204zM784 1368q-250 0 -411.5 -181t-161.5 -474q0 -296 153 -471.5t408 -175.5q266 0 421 173.5t155 483.5q0 304 -151.5 474.5 t-412.5 170.5zM520 1566v84h508v-84h-508zM538 1994h104l234 -246h-90z"/>
<glyph glyph-name="uni1E51" unicode="ṑ" horiz-adv-x="1149" d="M575 -25q-224 0 -354.5 147.5t-130.5 383.5q0 255 136.5 399t359.5 144q219 0 346 -143t127 -396q0 -239 -129.5 -387t-354.5 -148zM582 965q-181 0 -288.5 -122t-107.5 -339q0 -201 105 -323t287 -122q185 0 285 120t100 333q0 219 -99.5 336t-281.5 117zM324 1188v84 h508v-84h-508zM342 1616h104l234 -246h-90z"/>
<glyph glyph-name="uni1E52" unicode="Ṓ" horiz-adv-x="1559" d="M774 -25q-304 0 -484.5 202t-180.5 525q0 343 185.5 549.5t506.5 206.5q290 0 469.5 -198.5t179.5 -520.5q0 -356 -184 -560t-492 -204zM784 1368q-250 0 -411.5 -181t-161.5 -474q0 -296 153 -471.5t408 -175.5q266 0 421 173.5t155 483.5q0 304 -151.5 474.5 t-412.5 170.5zM520 1566v84h508v-84h-508zM762 1748h-90l234 246h104z"/>
<glyph glyph-name="uni1E53" unicode="ṓ" horiz-adv-x="1149" d="M575 -25q-224 0 -354.5 147.5t-130.5 383.5q0 255 136.5 399t359.5 144q219 0 346 -143t127 -396q0 -239 -129.5 -387t-354.5 -148zM582 965q-181 0 -288.5 -122t-107.5 -339q0 -201 105 -323t287 -122q185 0 285 120t100 333q0 219 -99.5 336t-281.5 117zM326 1188v84 h508v-84h-508zM568 1370h-90l234 246h104z"/>
<glyph glyph-name="uni1E54" unicode="Ṕ" horiz-adv-x="1114" d="M283 575v-575h-99v1434h346q221 0 338 -102.5t117 -299.5q0 -200 -130.5 -328.5t-365.5 -128.5h-206zM283 1343v-677h204q194 0 295 92.5t101 261.5q0 323 -371 323h-229zM517 1537h-90l234 328h104z"/>
<glyph glyph-name="uni1E55" unicode="ṕ" horiz-adv-x="1147" d="M260 182h-4v-653h-92v1495h92v-211h4q55 113 157.5 174.5t225.5 61.5q195 0 304.5 -134.5t109.5 -365.5q0 -257 -125.5 -415.5t-331.5 -158.5q-230 0 -340 207zM256 563v-129q0 -154 97 -264.5t255 -110.5q157 0 255 134.5t98 353.5q0 192 -90 305t-240 113 q-179 0 -277 -120t-98 -282zM622 1188h-90l234 328h104z"/>
<glyph glyph-name="uni1E56" unicode="Ṗ" horiz-adv-x="1114" d="M283 575v-575h-99v1434h346q221 0 338 -102.5t117 -299.5q0 -200 -130.5 -328.5t-365.5 -128.5h-206zM283 1343v-677h204q194 0 295 92.5t101 261.5q0 323 -371 323h-229zM530 1537q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5 q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E57" unicode="ṗ" horiz-adv-x="1147" d="M260 182h-4v-653h-92v1495h92v-211h4q55 113 157.5 174.5t225.5 61.5q195 0 304.5 -134.5t109.5 -365.5q0 -257 -125.5 -415.5t-331.5 -158.5q-230 0 -340 207zM256 563v-129q0 -154 97 -264.5t255 -110.5q157 0 255 134.5t98 353.5q0 192 -90 305t-240 113 q-179 0 -277 -120t-98 -282zM597 1188q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E58" unicode="Ṙ" horiz-adv-x="1137" d="M918 0l-191 420q-59 130 -118 174.5t-148 44.5h-178v-639h-99v1434h398q190 0 298.5 -102.5t108.5 -270.5q0 -155 -89 -259t-249 -134v-4q85 -34 166 -207l213 -457h-112zM283 1343v-614h247q164 0 260.5 86t96.5 236q0 137 -87 214.5t-249 77.5h-268zM545 1537 q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E59" unicode="ṙ" horiz-adv-x="676" d="M647 928q-46 33 -108 33q-121 0 -203 -125t-82 -355v-481h-90v1024h90v-227h4q35 117 111 182t176 65q57 0 102 -18v-98zM389 1188q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E5A" unicode="Ṛ" horiz-adv-x="1137" d="M918 0l-191 420q-59 130 -118 174.5t-148 44.5h-178v-639h-99v1434h398q190 0 298.5 -102.5t108.5 -270.5q0 -155 -89 -259t-249 -134v-4q85 -34 166 -207l213 -457h-112zM283 1343v-614h247q164 0 260.5 86t96.5 236q0 137 -87 214.5t-249 77.5h-268zM593 -270 q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E5B" unicode="ṛ" horiz-adv-x="676" d="M647 928q-46 33 -108 33q-121 0 -203 -125t-82 -355v-481h-90v1024h90v-227h4q35 117 111 182t176 65q57 0 102 -18v-98zM420 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E5C" unicode="Ṝ" horiz-adv-x="1137" d="M918 0l-191 420q-59 130 -118 174.5t-148 44.5h-178v-639h-99v1434h398q190 0 298.5 -102.5t108.5 -270.5q0 -155 -89 -259t-249 -134v-4q85 -34 166 -207l213 -457h-112zM283 1343v-614h247q164 0 260.5 86t96.5 236q0 137 -87 214.5t-249 77.5h-268zM294 1537v84h508 v-84h-508zM588 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E5D" unicode="ṝ" horiz-adv-x="676" d="M647 928q-46 33 -108 33q-121 0 -203 -125t-82 -355v-481h-90v1024h90v-227h4q35 117 111 182t176 65q57 0 102 -18v-98zM169 1188v84h508v-84h-508zM386 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E5E" unicode="Ṟ" horiz-adv-x="1137" d="M918 0l-191 420q-59 130 -118 174.5t-148 44.5h-178v-639h-99v1434h398q190 0 298.5 -102.5t108.5 -270.5q0 -155 -89 -259t-249 -134v-4q85 -34 166 -207l213 -457h-112zM283 1343v-614h247q164 0 260.5 86t96.5 236q0 137 -87 214.5t-249 77.5h-268zM347 -258v84h508 v-84h-508z"/>
<glyph glyph-name="uni1E5F" unicode="ṟ" horiz-adv-x="676" d="M647 928q-46 33 -108 33q-121 0 -203 -125t-82 -355v-481h-90v1024h90v-227h4q35 117 111 182t176 65q57 0 102 -18v-98zM129 -256v84h508v-84h-508z"/>
<glyph glyph-name="uni1E60" unicode="Ṡ" horiz-adv-x="1018" d="M139 51v113q154 -98 312 -98q168 0 255 69.5t87 194.5q0 110 -58.5 175.5t-253.5 178.5q-218 127 -276 212.5t-58 197.5q0 152 118 258t315 106q128 0 256 -43v-104q-126 57 -269 57q-146 0 -231.5 -74t-85.5 -188q0 -110 58.5 -175t252.5 -177q201 -114 267.5 -202.5 t66.5 -203.5q0 -165 -114.5 -269t-323.5 -104q-74 0 -170.5 23t-147.5 53zM549 1537q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E61" unicode="ṡ" horiz-adv-x="795" d="M111 45v111q52 -45 126 -71t128 -26q241 0 241 197q0 68 -53 116t-172 99q-147 64 -206.5 132.5t-59.5 166.5q0 125 95.5 202t235.5 77q132 0 226 -54v-104q-114 74 -236 74q-101 0 -163 -52.5t-62 -136.5q0 -73 39 -118.5t172 -104.5q160 -72 220 -133.5t60 -163.5 q0 -122 -91.5 -201.5t-252.5 -79.5q-148 0 -247 70zM443 1188q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E62" unicode="Ṣ" horiz-adv-x="1018" d="M139 51v113q154 -98 312 -98q168 0 255 69.5t87 194.5q0 110 -58.5 175.5t-253.5 178.5q-218 127 -276 212.5t-58 197.5q0 152 118 258t315 106q128 0 256 -43v-104q-126 57 -269 57q-146 0 -231.5 -74t-85.5 -188q0 -110 58.5 -175t252.5 -177q201 -114 267.5 -202.5 t66.5 -203.5q0 -165 -114.5 -269t-323.5 -104q-74 0 -170.5 23t-147.5 53zM494 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E63" unicode="ṣ" horiz-adv-x="795" d="M111 45v111q52 -45 126 -71t128 -26q241 0 241 197q0 68 -53 116t-172 99q-147 64 -206.5 132.5t-59.5 166.5q0 125 95.5 202t235.5 77q132 0 226 -54v-104q-114 74 -236 74q-101 0 -163 -52.5t-62 -136.5q0 -73 39 -118.5t172 -104.5q160 -72 220 -133.5t60 -163.5 q0 -122 -91.5 -201.5t-252.5 -79.5q-148 0 -247 70zM404 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E64" unicode="Ṥ" horiz-adv-x="1018" d="M139 51v113q154 -98 312 -98q168 0 255 69.5t87 194.5q0 110 -58.5 175.5t-253.5 178.5q-218 127 -276 212.5t-58 197.5q0 152 118 258t315 106q128 0 256 -43v-104q-126 57 -269 57q-146 0 -231.5 -74t-85.5 -188q0 -110 58.5 -175t252.5 -177q201 -114 267.5 -202.5 t66.5 -203.5q0 -165 -114.5 -269t-323.5 -104q-74 0 -170.5 23t-147.5 53zM580 1566h-90l234 328h104zM431 1754q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E65" unicode="ṥ" horiz-adv-x="795" d="M111 45v111q52 -45 126 -71t128 -26q241 0 241 197q0 68 -53 116t-172 99q-147 64 -206.5 132.5t-59.5 166.5q0 125 95.5 202t235.5 77q132 0 226 -54v-104q-114 74 -236 74q-101 0 -163 -52.5t-62 -136.5q0 -73 39 -118.5t172 -104.5q160 -72 220 -133.5t60 -163.5 q0 -122 -91.5 -201.5t-252.5 -79.5q-148 0 -247 70zM455 1188h-90l234 328h104zM306 1376q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E66" unicode="Ṧ" horiz-adv-x="1018" d="M139 51v113q154 -98 312 -98q168 0 255 69.5t87 194.5q0 110 -58.5 175.5t-253.5 178.5q-218 127 -276 212.5t-58 197.5q0 152 118 258t315 106q128 0 256 -43v-104q-126 57 -269 57q-146 0 -231.5 -74t-85.5 -188q0 -110 58.5 -175t252.5 -177q201 -114 267.5 -202.5 t66.5 -203.5q0 -165 -114.5 -269t-323.5 -104q-74 0 -170.5 23t-147.5 53zM566 1566h-45l-220 306h86l158 -210l160 210h82zM543 1861q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E67" unicode="ṧ" horiz-adv-x="795" d="M111 45v111q52 -45 126 -71t128 -26q241 0 241 197q0 68 -53 116t-172 99q-147 64 -206.5 132.5t-59.5 166.5q0 125 95.5 202t235.5 77q132 0 226 -54v-104q-114 74 -236 74q-101 0 -163 -52.5t-62 -136.5q0 -73 39 -118.5t172 -104.5q160 -72 220 -133.5t60 -163.5 q0 -122 -91.5 -201.5t-252.5 -79.5q-148 0 -247 70zM449 1188h-45l-220 306h86l158 -210l160 210h82zM426 1483q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E68" unicode="Ṩ" horiz-adv-x="1018" d="M139 51v113q154 -98 312 -98q168 0 255 69.5t87 194.5q0 110 -58.5 175.5t-253.5 178.5q-218 127 -276 212.5t-58 197.5q0 152 118 258t315 106q128 0 256 -43v-104q-126 57 -269 57q-146 0 -231.5 -74t-85.5 -188q0 -110 58.5 -175t252.5 -177q201 -114 267.5 -202.5 t66.5 -203.5q0 -165 -114.5 -269t-323.5 -104q-74 0 -170.5 23t-147.5 53zM535 1537q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23zM535 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5 q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E69" unicode="ṩ" horiz-adv-x="795" d="M111 45v111q52 -45 126 -71t128 -26q241 0 241 197q0 68 -53 116t-172 99q-147 64 -206.5 132.5t-59.5 166.5q0 125 95.5 202t235.5 77q132 0 226 -54v-104q-114 74 -236 74q-101 0 -163 -52.5t-62 -136.5q0 -73 39 -118.5t172 -104.5q160 -72 220 -133.5t60 -163.5 q0 -122 -91.5 -201.5t-252.5 -79.5q-148 0 -247 70zM411 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23zM427 1188q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23 z"/>
<glyph glyph-name="uni1E6A" unicode="Ṫ" horiz-adv-x="1047" d="M573 1343v-1343h-98v1343h-414v91h926v-91h-414zM526 1537q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E6B" unicode="ṫ" horiz-adv-x="608" d="M569 14q-72 -34 -135 -34q-227 0 -227 272v688h-184v84h184v266q22 8 46 16q24 7 46 15v-297h270v-84h-270v-676q0 -106 33.5 -153.5t113.5 -47.5q57 0 123 37v-86zM256 1396q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55 t-55 -23z"/>
<glyph glyph-name="uni1E6C" unicode="Ṭ" horiz-adv-x="1047" d="M573 1343v-1343h-98v1343h-414v91h926v-91h-414zM524 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E6D" unicode="ṭ" horiz-adv-x="608" d="M569 14q-72 -34 -135 -34q-227 0 -227 272v688h-184v84h184v266q22 8 46 16q24 7 46 15v-297h270v-84h-270v-676q0 -106 33.5 -153.5t113.5 -47.5q57 0 123 37v-86zM360 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55 t-55 -23z"/>
<glyph glyph-name="uni1E6E" unicode="Ṯ" horiz-adv-x="1047" d="M573 1343v-1343h-98v1343h-414v91h926v-91h-414zM271 -257v84h508v-84h-508z"/>
<glyph glyph-name="uni1E6F" unicode="ṯ" horiz-adv-x="608" d="M569 14q-72 -34 -135 -34q-227 0 -227 272v688h-184v84h184v266q22 8 46 16q24 7 46 15v-297h270v-84h-270v-676q0 -106 33.5 -153.5t113.5 -47.5q57 0 123 37v-86zM61 -258v84h508v-84h-508z"/>
<glyph glyph-name="uni1E70" unicode="Ṱ" horiz-adv-x="1047" d="M573 1343v-1343h-98v1343h-414v91h926v-91h-414zM681 -480l-157 239l-160 -239h-82l221 336h45l219 -336h-86z"/>
<glyph glyph-name="uni1E71" unicode="ṱ" horiz-adv-x="608" d="M569 14q-72 -34 -135 -34q-227 0 -227 272v688h-184v84h184v266q22 8 46 16q24 7 46 15v-297h270v-84h-270v-676q0 -106 33.5 -153.5t113.5 -47.5q57 0 123 37v-86zM519 -479l-157 239l-160 -239h-82l221 336h45l219 -336h-86z"/>
<glyph glyph-name="uni1E72" unicode="Ṳ" horiz-adv-x="1327" d="M1161 573q0 -598 -510 -598q-485 0 -485 576v883h98v-869q0 -499 406 -499q393 0 393 485v883h98v-861zM830 -346q-27 0 -49 19.5t-22 52.5q0 31 21.5 50t47.5 19q29 0 52.5 -19.5t23.5 -49.5q0 -31 -21.5 -51.5t-52.5 -20.5zM497 -346q-28 0 -50 19.5t-22 52.5 q0 31 22 50t48 19q29 0 52 -19.5t23 -49.5q0 -31 -21 -51.5t-52 -20.5z"/>
<glyph glyph-name="uni1E73" unicode="ṳ" horiz-adv-x="1096" d="M840 0v186h-4q-107 -211 -330 -211q-363 0 -363 457v592h93v-569q0 -208 68.5 -302t215.5 -94q143 0 231.5 105t88.5 280v580h92v-1024h-92zM702 -345q-27 0 -49 19.5t-22 52.5q0 31 21.5 50t47.5 19q29 0 52.5 -19.5t23.5 -49.5q0 -31 -21.5 -51.5t-52.5 -20.5z M369 -345q-28 0 -50 19.5t-22 52.5q0 31 22 50t48 19q29 0 52 -19.5t23 -49.5q0 -31 -21 -51.5t-52 -20.5z"/>
<glyph glyph-name="uni1E74" unicode="Ṵ" horiz-adv-x="1327" d="M1161 573q0 -598 -510 -598q-485 0 -485 576v883h98v-869q0 -499 406 -499q393 0 393 485v883h98v-861zM974 -132q0 -103 -48.5 -163t-130.5 -60q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143h-72q0 100 48 160.5t128 60.5q72 0 160 -72q67 -59 117 -59q40 0 68 37 t28 108h74z"/>
<glyph glyph-name="uni1E75" unicode="ṵ" horiz-adv-x="1096" d="M840 0v186h-4q-107 -211 -330 -211q-363 0 -363 457v592h93v-569q0 -208 68.5 -302t215.5 -94q143 0 231.5 105t88.5 280v580h92v-1024h-92zM875 -132q0 -103 -48.5 -163t-130.5 -60q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143h-72q0 100 48 160.5t128 60.5 q72 0 160 -72q67 -59 117 -59q40 0 68 37t28 108h74z"/>
<glyph glyph-name="uni1E76" unicode="Ṷ" horiz-adv-x="1327" d="M1161 573q0 -598 -510 -598q-485 0 -485 576v883h98v-869q0 -499 406 -499q393 0 393 485v883h98v-861zM817 -480l-157 239l-160 -239h-82l221 336h45l219 -336h-86z"/>
<glyph glyph-name="uni1E77" unicode="ṷ" horiz-adv-x="1096" d="M840 0v186h-4q-107 -211 -330 -211q-363 0 -363 457v592h93v-569q0 -208 68.5 -302t215.5 -94q143 0 231.5 105t88.5 280v580h92v-1024h-92zM695 -480l-157 239l-160 -239h-82l221 336h45l219 -336h-86z"/>
<glyph glyph-name="uni1E78" unicode="Ṹ" horiz-adv-x="1327" d="M1161 573q0 -598 -510 -598q-485 0 -485 576v883h98v-869q0 -499 406 -499q393 0 393 485v883h98v-861zM633 1830h-90l234 246h104zM983 1783q0 -103 -48.5 -163t-130.5 -60q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143h-72q0 100 48 160.5t128 60.5q72 0 160 -72 q67 -59 117 -59q40 0 68 37t28 108h74z"/>
<glyph glyph-name="uni1E79" unicode="ṹ" horiz-adv-x="1096" d="M840 0v186h-4q-107 -211 -330 -211q-363 0 -363 457v592h93v-569q0 -208 68.5 -302t215.5 -94q143 0 231.5 105t88.5 280v580h92v-1024h-92zM503 1470h-90l234 246h104zM853 1423q0 -103 -48.5 -163t-130.5 -60q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143h-72 q0 100 48 160.5t128 60.5q72 0 160 -72q67 -59 117 -59q40 0 68 37t28 108h74z"/>
<glyph glyph-name="uni1E7A" unicode="Ṻ" horiz-adv-x="1327" d="M1161 573q0 -598 -510 -598q-485 0 -485 576v883h98v-869q0 -499 406 -499q393 0 393 485v883h98v-861zM408 1566v84h508v-84h-508zM826 1781q-27 0 -49 19.5t-22 52.5q0 31 21.5 50t47.5 19q29 0 52.5 -19.5t23.5 -49.5q0 -31 -21.5 -51.5t-52.5 -20.5zM493 1781 q-28 0 -50 19.5t-22 52.5q0 31 22 50t48 19q29 0 52 -19.5t23 -49.5q0 -31 -21 -51.5t-52 -20.5z"/>
<glyph glyph-name="uni1E7B" unicode="ṻ" horiz-adv-x="1096" d="M840 0v186h-4q-107 -211 -330 -211q-363 0 -363 457v592h93v-569q0 -208 68.5 -302t215.5 -94q143 0 231.5 105t88.5 280v580h92v-1024h-92zM283 1188v84h508v-84h-508zM701 1403q-27 0 -49 19.5t-22 52.5q0 31 21.5 50t47.5 19q29 0 52.5 -19.5t23.5 -49.5 q0 -31 -21.5 -51.5t-52.5 -20.5zM368 1403q-28 0 -50 19.5t-22 52.5q0 31 22 50t48 19q29 0 52 -19.5t23 -49.5q0 -31 -21 -51.5t-52 -20.5z"/>
<glyph glyph-name="uni1E7C" unicode="Ṽ" horiz-adv-x="1237" d="M639 0h-74l-524 1434h111l415 -1155q26 -72 37 -136h4q10 51 41 138l441 1153h106zM916 1772q0 -103 -48.5 -163t-130.5 -60q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143h-72q0 100 48 160.5t128 60.5q72 0 160 -72q67 -59 117 -59q40 0 68 37t28 108h74z"/>
<glyph glyph-name="uni1E7D" unicode="ṽ" horiz-adv-x="928" d="M500 0h-84l-396 1024h103l305 -815q22 -59 31 -107h4q13 63 29 103l315 819h100zM774 1423q0 -103 -48.5 -163t-130.5 -60q-66 0 -151 76q-64 55 -119 55q-102 0 -102 -143h-72q0 100 48 160.5t128 60.5q72 0 160 -72q67 -59 117 -59q40 0 68 37t28 108h74z"/>
<glyph glyph-name="uni1E7E" unicode="Ṿ" horiz-adv-x="1237" d="M639 0h-74l-524 1434h111l415 -1155q26 -72 37 -136h4q10 51 41 138l441 1153h106zM605 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E7F" unicode="ṿ" horiz-adv-x="928" d="M500 0h-84l-396 1024h103l305 -815q22 -59 31 -107h4q13 63 29 103l315 819h100zM460 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E86" unicode="Ẇ" horiz-adv-x="1833" d="M1362 0h-82l-319 1079q-24 83 -27 135h-4q-3 -44 -31 -133l-340 -1081h-82l-426 1434h111l327 -1149q22 -78 31 -127h4q6 37 35 127l354 1149h50l325 -1149q23 -80 31 -127h4q5 28 16 64l336 1212h107zM932 1537q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5 q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E87" unicode="ẇ" horiz-adv-x="1386" d="M1032 0h-86l-223 772q-9 32 -16 86h-5q-2 -23 -20 -84l-250 -774h-86l-309 1024h102l238 -817q9 -32 14 -86h8q2 29 19 86l260 817h63l232 -817q8 -29 14 -86h8q0 29 17 86l243 817h95zM707 1188q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5 t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E88" unicode="Ẉ" horiz-adv-x="1833" d="M1362 0h-82l-319 1079q-24 83 -27 135h-4q-3 -44 -31 -133l-340 -1081h-82l-426 1434h111l327 -1149q22 -78 31 -127h4q6 37 35 127l354 1149h50l325 -1149q23 -80 31 -127h4q5 28 16 64l336 1212h107zM928 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5 q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E89" unicode="ẉ" horiz-adv-x="1386" d="M1032 0h-86l-223 772q-9 32 -16 86h-5q-2 -23 -20 -84l-250 -774h-86l-309 1024h102l238 -817q9 -32 14 -86h8q2 29 19 86l260 817h63l232 -817q8 -29 14 -86h8q0 29 17 86l243 817h95zM704 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5 t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E8A" unicode="Ẋ" horiz-adv-x="1153" d="M961 0l-330 547q-31 51 -53 100h-5q-27 -55 -57 -100l-336 -547h-119l453 723l-426 711h119l321 -539q25 -42 52 -96h4l53 96l319 539h115l-430 -709l440 -725h-120zM577 1537q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55 t-55 -23z"/>
<glyph glyph-name="uni1E8B" unicode="ẋ" horiz-adv-x="862" d="M481 502l334 -502h-117l-270 432h-4l-36 -57q-7 -12 -17 -27l-226 -348h-112l342 500l-336 524h108l228 -367q44 -71 53 -88h4l51 84l238 371h108zM427 1188q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E8C" unicode="Ẍ" horiz-adv-x="1153" d="M961 0l-330 547q-31 51 -53 100h-5q-27 -55 -57 -100l-336 -547h-119l453 723l-426 711h119l321 -539q25 -42 52 -96h4l53 96l319 539h115l-430 -709l440 -725h-120zM747 1537q-27 0 -49 19.5t-22 52.5q0 31 21.5 50t47.5 19q29 0 52.5 -19.5t23.5 -49.5 q0 -31 -21.5 -51.5t-52.5 -20.5zM414 1537q-28 0 -50 19.5t-22 52.5q0 31 22 50t48 19q29 0 52 -19.5t23 -49.5q0 -31 -21 -51.5t-52 -20.5z"/>
<glyph glyph-name="uni1E8D" unicode="ẍ" horiz-adv-x="862" d="M481 502l334 -502h-117l-270 432h-4l-36 -57q-7 -12 -17 -27l-226 -348h-112l342 500l-336 524h108l228 -367q44 -71 53 -88h4l51 84l238 371h108zM598 1188q-27 0 -49 19.5t-22 52.5q0 31 21.5 50t47.5 19q29 0 52.5 -19.5t23.5 -49.5q0 -31 -21.5 -51.5t-52.5 -20.5z M265 1188q-28 0 -50 19.5t-22 52.5q0 31 22 50t48 19q29 0 52 -19.5t23 -49.5q0 -31 -21 -51.5t-52 -20.5z"/>
<glyph glyph-name="uni1E8E" unicode="Ẏ" horiz-adv-x="1106" d="M598 545v-545h-98v543l-439 891h111l334 -691q18 -36 45 -106h4q14 37 49 104l350 693h107zM551 1537q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E8F" unicode="ẏ" horiz-adv-x="928" d="M414 -209q-56 -138 -124 -205t-175 -67q-45 0 -80 14v92q36 -14 84 -14q123 0 194 170l95 227l-388 1016h103l309 -834q10 -27 14 -41q4 -19 9 -34h4l24 69l330 840h100zM459 1188q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5 q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E90" unicode="Ẑ" horiz-adv-x="1167" d="M215 90h858v-90h-1007v31l868 1312h-799v91h952v-27zM747 1537l-157 239l-160 -239h-82l221 336h45l219 -336h-86z"/>
<glyph glyph-name="uni1E91" unicode="ẑ" horiz-adv-x="950" d="M207 84h661v-84h-811v35l680 905h-631v84h787v-25zM653 1188l-157 239l-160 -239h-82l221 336h45l219 -336h-86z"/>
<glyph glyph-name="uni1E92" unicode="Ẓ" horiz-adv-x="1167" d="M215 90h858v-90h-1007v31l868 1312h-799v91h952v-27zM594 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E93" unicode="ẓ" horiz-adv-x="950" d="M207 84h661v-84h-811v35l680 905h-631v84h787v-25zM495 -270q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1E94" unicode="Ẕ" horiz-adv-x="1167" d="M215 90h858v-90h-1007v31l868 1312h-799v91h952v-27zM329 -257v84h508v-84h-508z"/>
<glyph glyph-name="uni1E95" unicode="ẕ" horiz-adv-x="950" d="M207 84h661v-84h-811v35l680 905h-631v84h787v-25zM217 -258v84h508v-84h-508z"/>
<glyph glyph-name="uni1E96" unicode="ẖ" horiz-adv-x="1096" d="M860 0v614q0 182 -66 266.5t-206 84.5q-132 0 -232 -103t-100 -295v-567h-92v1516h92v-676h4q121 209 352 209q166 0 253 -107t87 -307v-635h-92zM306 -257v84h508v-84h-508z"/>
<glyph glyph-name="uni1E97" unicode="ẗ" horiz-adv-x="608" d="M569 14q-72 -34 -135 -34q-227 0 -227 272v688h-184v84h184v266q22 8 46 16q24 7 46 15v-297h270v-84h-270v-676q0 -106 33.5 -153.5t113.5 -47.5q57 0 123 37v-86zM448 1396q-27 0 -49 19.5t-22 52.5q0 31 21.5 50t47.5 19q29 0 52.5 -19.5t23.5 -49.5 q0 -31 -21.5 -51.5t-52.5 -20.5zM115 1396q-28 0 -50 19.5t-22 52.5q0 31 22 50t48 19q29 0 52 -19.5t23 -49.5q0 -31 -21 -51.5t-52 -20.5z"/>
<glyph glyph-name="uni1E98" unicode="ẘ" horiz-adv-x="1386" d="M1032 0h-86l-223 772q-9 32 -16 86h-5q-2 -23 -20 -84l-250 -774h-86l-309 1024h102l238 -817q9 -32 14 -86h8q2 29 19 86l260 817h63l232 -817q8 -29 14 -86h8q0 29 17 86l243 817h95zM704 1188q-86 0 -143.5 50.5t-57.5 133.5q0 80 57 132t144 52q88 0 144.5 -50.5 t56.5 -133.5q0 -80 -58 -132t-143 -52zM704 1489q-57 0 -92 -32t-35 -85t36.5 -85t90.5 -32q57 0 93 32.5t36 84.5q0 57 -37.5 87t-91.5 30z"/>
<glyph glyph-name="uni1E99" unicode="ẙ" horiz-adv-x="928" d="M414 -209q-56 -138 -124 -205t-175 -67q-45 0 -80 14v92q36 -14 84 -14q123 0 194 170l95 227l-388 1016h103l309 -834q10 -27 14 -41q4 -19 9 -34h4l24 69l330 840h100zM458 1188q-86 0 -143.5 50.5t-57.5 133.5q0 80 57 132t144 52q88 0 144.5 -50.5t56.5 -133.5 q0 -80 -58 -132t-143 -52zM458 1489q-57 0 -92 -32t-35 -85t36.5 -85t90.5 -32q57 0 93 32.5t36 84.5q0 57 -37.5 87t-91.5 30z"/>
<glyph glyph-name="uni1E9A" unicode="ẚ" horiz-adv-x="1012" d="M776 0v205h-4q-49 -105 -142.5 -167.5t-207.5 -62.5q-146 0 -231 82t-85 207q0 268 355 324l315 47q0 330 -248 330q-169 0 -329 -136v111q57 45 154.5 77t183.5 32q158 0 244.5 -98t86.5 -285v-666h-92zM494 510q-161 -23 -226 -74.5t-65 -167.5q0 -91 60.5 -150 t168.5 -59q148 0 246 109.5t98 282.5v100zM440 1203v72q24 0 44.5 6.5t36 20t24.5 35t9 50.5q0 28 -9 49t-24.5 34t-36 19.5t-44.5 6.5v72q39 0 75 -11t63 -33.5t43.5 -57t16.5 -80.5t-16.5 -80.5t-43.5 -57t-63 -34t-75 -11.5z"/>
<glyph glyph-name="uni1E9B" unicode="ẛ" horiz-adv-x="510" d="M557 1419q-37 29 -112 29q-189 0 -189 -254v-1194h-92v1202q0 162 81.5 246t203.5 84q65 0 108 -19v-94zM153 1537q-31 0 -54.5 22t-23.5 56t23.5 53.5t52.5 19.5q31 0 55.5 -19.5t24.5 -53.5q0 -32 -23 -55t-55 -23z"/>
<glyph glyph-name="uni1F00" unicode="ἀ" horiz-adv-x="1223" d="M883 502q-27 93 -53.5 177t-64 147.5t-91 101t-133.5 37.5q-83 0 -148.5 -35.5t-111.5 -99.5t-70 -153.5t-24 -197.5q0 -98 22 -176t62.5 -132t98.5 -83t130 -29q61 0 113 26.5t96 76t81 119.5t69 157zM1105 -12q-35 0 -60.5 21.5t-46.5 67t-40 116t-41 168.5h-4 q-43 -104 -89 -177t-98 -119.5t-112.5 -68t-133.5 -21.5q-87 0 -159 35t-123 100t-79.5 157t-28.5 206q0 127 30 232.5t87 182t140.5 119t191.5 42.5q62 0 111.5 -17t88 -46.5t67.5 -70t52 -86.5t40 -95.5t32 -98.5h2q10 34 28 84t37.5 104t38 107t30.5 94h104 q-18 -49 -43.5 -116t-53.5 -138t-55.5 -141t-48.5 -125q23 -95 41 -163.5t32.5 -116.5t26.5 -78t23 -46.5t21.5 -22t21.5 -5.5q15 0 28 2.5t27 7.5v-80q-21 -7 -41 -10.5t-44 -3.5zM638 1453q0 -48 -13 -90.5t-35.5 -78t-53 -63t-66.5 -46.5l-27 38q52 31 82 70.5t39 97.5 q-26 1 -47 9.5t-36 22t-23 31.5t-8 38q0 38 23.5 64t64.5 26t70.5 -29t29.5 -90z"/>
<glyph glyph-name="uni1F01" unicode="ἁ" horiz-adv-x="1223" d="M883 502q-27 93 -53.5 177t-64 147.5t-91 101t-133.5 37.5q-83 0 -148.5 -35.5t-111.5 -99.5t-70 -153.5t-24 -197.5q0 -98 22 -176t62.5 -132t98.5 -83t130 -29q61 0 113 26.5t96 76t81 119.5t69 157zM1105 -12q-35 0 -60.5 21.5t-46.5 67t-40 116t-41 168.5h-4 q-43 -104 -89 -177t-98 -119.5t-112.5 -68t-133.5 -21.5q-87 0 -159 35t-123 100t-79.5 157t-28.5 206q0 127 30 232.5t87 182t140.5 119t191.5 42.5q62 0 111.5 -17t88 -46.5t67.5 -70t52 -86.5t40 -95.5t32 -98.5h2q10 34 28 84t37.5 104t38 107t30.5 94h104 q-18 -49 -43.5 -116t-53.5 -138t-55.5 -141t-48.5 -125q23 -95 41 -163.5t32.5 -116.5t26.5 -78t23 -46.5t21.5 -22t21.5 -5.5q15 0 28 2.5t27 7.5v-80q-21 -7 -41 -10.5t-44 -3.5zM449 1453q0 61 29.5 90t70.5 29t64.5 -26t23.5 -64q0 -20 -8.5 -38t-23.5 -31.5t-36 -22 t-46 -9.5q9 -58 39 -97.5t82 -70.5l-27 -38q-36 19 -66.5 46.5t-53 63t-35.5 78t-13 90.5z"/>
<glyph glyph-name="uni1F02" unicode="ἂ" horiz-adv-x="1223" d="M883 502q-27 93 -53.5 177t-64 147.5t-91 101t-133.5 37.5q-83 0 -148.5 -35.5t-111.5 -99.5t-70 -153.5t-24 -197.5q0 -98 22 -176t62.5 -132t98.5 -83t130 -29q61 0 113 26.5t96 76t81 119.5t69 157zM1105 -12q-35 0 -60.5 21.5t-46.5 67t-40 116t-41 168.5h-4 q-43 -104 -89 -177t-98 -119.5t-112.5 -68t-133.5 -21.5q-87 0 -159 35t-123 100t-79.5 157t-28.5 206q0 127 30 232.5t87 182t140.5 119t191.5 42.5q62 0 111.5 -17t88 -46.5t67.5 -70t52 -86.5t40 -95.5t32 -98.5h2q10 34 28 84t37.5 104t38 107t30.5 94h104 q-18 -49 -43.5 -116t-53.5 -138t-55.5 -141t-48.5 -125q23 -95 41 -163.5t32.5 -116.5t26.5 -78t23 -46.5t21.5 -22t21.5 -5.5q15 0 28 2.5t27 7.5v-80q-21 -7 -41 -10.5t-44 -3.5zM504 1443q0 -45 -13 -83.5t-35.5 -71t-53 -58.5t-66.5 -45l-27 38q52 31 82 69t39 89 q-51 2 -82.5 26t-31.5 65q0 38 23.5 64t64.5 26t70.5 -29t29.5 -90zM617 1556h105l90 -369h-49z"/>
<glyph glyph-name="uni1F03" unicode="ἃ" horiz-adv-x="1223" d="M883 502q-27 93 -53.5 177t-64 147.5t-91 101t-133.5 37.5q-83 0 -148.5 -35.5t-111.5 -99.5t-70 -153.5t-24 -197.5q0 -98 22 -176t62.5 -132t98.5 -83t130 -29q61 0 113 26.5t96 76t81 119.5t69 157zM1105 -12q-35 0 -60.5 21.5t-46.5 67t-40 116t-41 168.5h-4 q-43 -104 -89 -177t-98 -119.5t-112.5 -68t-133.5 -21.5q-87 0 -159 35t-123 100t-79.5 157t-28.5 206q0 127 30 232.5t87 182t140.5 119t191.5 42.5q62 0 111.5 -17t88 -46.5t67.5 -70t52 -86.5t40 -95.5t32 -98.5h2q10 34 28 84t37.5 104t38 107t30.5 94h104 q-18 -49 -43.5 -116t-53.5 -138t-55.5 -141t-48.5 -125q23 -95 41 -163.5t32.5 -116.5t26.5 -78t23 -46.5t21.5 -22t21.5 -5.5q15 0 28 2.5t27 7.5v-80q-21 -7 -41 -10.5t-44 -3.5zM295 1443q0 61 29.5 90t70.5 29t64.5 -26t23.5 -64q0 -41 -31.5 -65t-82.5 -26 q9 -51 39 -89t82 -69l-27 -38q-36 19 -66.5 45t-53 58.5t-35.5 71t-13 83.5zM602 1556h105l90 -369h-49z"/>
<glyph glyph-name="uni1F04" unicode="ἄ" horiz-adv-x="1223" d="M883 502q-27 93 -53.5 177t-64 147.5t-91 101t-133.5 37.5q-83 0 -148.5 -35.5t-111.5 -99.5t-70 -153.5t-24 -197.5q0 -98 22 -176t62.5 -132t98.5 -83t130 -29q61 0 113 26.5t96 76t81 119.5t69 157zM1105 -12q-35 0 -60.5 21.5t-46.5 67t-40 116t-41 168.5h-4 q-43 -104 -89 -177t-98 -119.5t-112.5 -68t-133.5 -21.5q-87 0 -159 35t-123 100t-79.5 157t-28.5 206q0 127 30 232.5t87 182t140.5 119t191.5 42.5q62 0 111.5 -17t88 -46.5t67.5 -70t52 -86.5t40 -95.5t32 -98.5h2q10 34 28 84t37.5 104t38 107t30.5 94h104 q-18 -49 -43.5 -116t-53.5 -138t-55.5 -141t-48.5 -125q23 -95 41 -163.5t32.5 -116.5t26.5 -78t23 -46.5t21.5 -22t21.5 -5.5q15 0 28 2.5t27 7.5v-80q-21 -7 -41 -10.5t-44 -3.5zM521 1443q0 -45 -13 -83.5t-35.5 -71t-53 -58.5t-66.5 -45l-27 38q52 31 82 69t39 89 q-51 2 -82.5 26t-31.5 65q0 38 23.5 64t64.5 26t70.5 -28.5t29.5 -90.5zM682 1187h-49l90 369h105z"/>
<glyph glyph-name="uni1F05" unicode="ἅ" horiz-adv-x="1223" d="M883 502q-27 93 -53.5 177t-64 147.5t-91 101t-133.5 37.5q-83 0 -148.5 -35.5t-111.5 -99.5t-70 -153.5t-24 -197.5q0 -98 22 -176t62.5 -132t98.5 -83t130 -29q61 0 113 26.5t96 76t81 119.5t69 157zM1105 -12q-35 0 -60.5 21.5t-46.5 67t-40 116t-41 168.5h-4 q-43 -104 -89 -177t-98 -119.5t-112.5 -68t-133.5 -21.5q-87 0 -159 35t-123 100t-79.5 157t-28.5 206q0 127 30 232.5t87 182t140.5 119t191.5 42.5q62 0 111.5 -17t88 -46.5t67.5 -70t52 -86.5t40 -95.5t32 -98.5h2q10 34 28 84t37.5 104t38 107t30.5 94h104 q-18 -49 -43.5 -116t-53.5 -138t-55.5 -141t-48.5 -125q23 -95 41 -163.5t32.5 -116.5t26.5 -78t23 -46.5t21.5 -22t21.5 -5.5q15 0 28 2.5t27 7.5v-80q-21 -7 -41 -10.5t-44 -3.5zM314 1443q0 61 29.5 90t70.5 29t64.5 -26t23.5 -64q0 -41 -31.5 -65t-82.5 -26 q9 -51 39 -89t82 -69l-27 -38q-36 19 -66.5 45t-53 58.5t-35.5 71t-13 83.5zM669 1187h-49l90 369h105z"/>
<glyph glyph-name="uni1F06" unicode="ἆ" horiz-adv-x="1223" d="M883 502q-27 93 -53.5 177t-64 147.5t-91 101t-133.5 37.5q-83 0 -148.5 -35.5t-111.5 -99.5t-70 -153.5t-24 -197.5q0 -98 22 -176t62.5 -132t98.5 -83t130 -29q61 0 113 26.5t96 76t81 119.5t69 157zM1105 -12q-35 0 -60.5 21.5t-46.5 67t-40 116t-41 168.5h-4 q-43 -104 -89 -177t-98 -119.5t-112.5 -68t-133.5 -21.5q-87 0 -159 35t-123 100t-79.5 157t-28.5 206q0 127 30 232.5t87 182t140.5 119t191.5 42.5q62 0 111.5 -17t88 -46.5t67.5 -70t52 -86.5t40 -95.5t32 -98.5h2q10 34 28 84t37.5 104t38 107t30.5 94h104 q-18 -49 -43.5 -116t-53.5 -138t-55.5 -141t-48.5 -125q23 -95 41 -163.5t32.5 -116.5t26.5 -78t23 -46.5t21.5 -22t21.5 -5.5q15 0 28 2.5t27 7.5v-80q-21 -7 -41 -10.5t-44 -3.5zM579 1307q-43 0 -74 16.5t-31 52.5q0 31 20 49t61 18q44 0 66.5 -29t22.5 -72 q0 -28 -9.5 -54t-28.5 -48t-46.5 -38.5t-63.5 -23.5l-18 37q45 12 71.5 39t29.5 53zM738 1452q-9 61 -62 101q-53 38 -120 38q-78 0 -127 -36.5t-55 -102.5h-84q9 103 81 158q73 57 183 57t182 -59q73 -57 90 -156h-88z"/>
<glyph glyph-name="uni1F07" unicode="ἇ" horiz-adv-x="1223" d="M883 502q-27 93 -53.5 177t-64 147.5t-91 101t-133.5 37.5q-83 0 -148.5 -35.5t-111.5 -99.5t-70 -153.5t-24 -197.5q0 -98 22 -176t62.5 -132t98.5 -83t130 -29q61 0 113 26.5t96 76t81 119.5t69 157zM1105 -12q-35 0 -60.5 21.5t-46.5 67t-40 116t-41 168.5h-4 q-43 -104 -89 -177t-98 -119.5t-112.5 -68t-133.5 -21.5q-87 0 -159 35t-123 100t-79.5 157t-28.5 206q0 127 30 232.5t87 182t140.5 119t191.5 42.5q62 0 111.5 -17t88 -46.5t67.5 -70t52 -86.5t40 -95.5t32 -98.5h2q10 34 28 84t37.5 104t38 107t30.5 94h104 q-18 -49 -43.5 -116t-53.5 -138t-55.5 -141t-48.5 -125q23 -95 41 -163.5t32.5 -116.5t26.5 -78t23 -46.5t21.5 -22t21.5 -5.5q15 0 28 2.5t27 7.5v-80q-21 -7 -41 -10.5t-44 -3.5zM742 1452q-9 61 -62 101q-53 38 -120 38q-78 0 -127 -36.5t-55 -102.5h-84q9 103 81 158 q73 57 183 57t182 -59q73 -57 90 -156h-88zM543 1307q3 -26 29.5 -53t71.5 -39l-18 -37q-36 7 -63.5 23.5t-46.5 38.5t-28.5 48t-9.5 54q0 43 22.5 72t66.5 29q41 0 61 -18t20 -49q0 -36 -31 -52.5t-74 -16.5z"/>
<glyph glyph-name="uni1F08" unicode="Ἀ" horiz-adv-x="1290" d="M1120 0l-164 446h-622l-164 -446h-109l541 1434h94l535 -1434h-111zM680 1200q-11 30 -18 59q-7 25 -15 50h-4q-17 -66 -33 -107l-241 -665h553zM255 1323q0 -48 -13 -90.5t-35.5 -78t-53 -63t-66.5 -46.5l-27 38q52 31 82 70.5t39 97.5q-26 1 -47 9.5t-36 22t-23 31.5 t-8 38q0 38 23.5 64t64.5 26t70.5 -29t29.5 -90z"/>
<glyph glyph-name="uni1F09" unicode="Ἁ" horiz-adv-x="1288" d="M1118 0l-164 446h-622l-164 -446h-109l541 1434h94l535 -1434h-111zM678 1200q-11 30 -18 59q-7 25 -15 50h-4q-17 -66 -33 -107l-241 -665h553zM62 1323q0 61 29.5 90t70.5 29t64.5 -26t23.5 -64q0 -20 -8.5 -38t-23.5 -31.5t-36 -22t-46 -9.5q9 -58 39 -97.5t82 -70.5 l-27 -38q-36 19 -66.5 46.5t-53 63t-35.5 78t-13 90.5z"/>
<glyph glyph-name="uni1F0A" unicode="Ἂ" horiz-adv-x="1485" d="M1315 0l-164 446h-622l-164 -446h-109l541 1434h94l535 -1434h-111zM875 1200q-11 30 -18 59q-7 25 -15 50h-4q-17 -66 -33 -107l-241 -665h553zM133 1340q0 -45 -13 -83.5t-35.5 -71t-53 -58.5t-66.5 -45l-27 38q52 31 82 69t39 89q-51 2 -82.5 26t-31.5 65 q0 38 23.5 64t64.5 26t70.5 -29t29.5 -90zM246 1453h105l90 -369h-49z"/>
<glyph glyph-name="uni1F0B" unicode="Ἃ" horiz-adv-x="1485" d="M1315 0l-164 446h-622l-164 -446h-109l541 1434h94l535 -1434h-111zM875 1200q-11 30 -18 59q-7 25 -15 50h-4q-17 -66 -33 -107l-241 -665h553zM-53 1340q0 61 29.5 90t70.5 29t64.5 -26t23.5 -64q0 -41 -31.5 -65t-82.5 -26q9 -51 39 -89t82 -69l-27 -38 q-36 19 -66.5 45t-53 58.5t-35.5 71t-13 83.5zM254 1453h105l90 -369h-49z"/>
<glyph glyph-name="uni1F0C" unicode="Ἄ" horiz-adv-x="1485" d="M1315 0l-164 446h-622l-164 -446h-109l541 1434h94l535 -1434h-111zM875 1200q-11 30 -18 59q-7 25 -15 50h-4q-17 -66 -33 -107l-241 -665h553zM141 1340q0 -45 -13 -83.5t-35.5 -71t-53 -58.5t-66.5 -45l-27 38q52 31 82 69t39 89q-51 2 -82.5 26t-31.5 65 q0 38 23.5 64t64.5 26t70.5 -28.5t29.5 -90.5zM302 1084h-49l90 369h105z"/>
<glyph glyph-name="uni1F0D" unicode="Ἅ" horiz-adv-x="1485" d="M1315 0l-164 446h-622l-164 -446h-109l541 1434h94l535 -1434h-111zM875 1200q-11 30 -18 59q-7 25 -15 50h-4q-17 -66 -33 -107l-241 -665h553zM-41 1340q0 61 29.5 90t70.5 29t64.5 -26t23.5 -64q0 -41 -31.5 -65t-82.5 -26q9 -51 39 -89t82 -69l-27 -38 q-36 19 -66.5 45t-53 58.5t-35.5 71t-13 83.5zM314 1084h-49l90 369h105z"/></font></defs></svg>

After

Width:  |  Height:  |  Size: 280 KiB

Binary file not shown.

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 414 KiB

Binary file not shown.

59
public/assets/global.css Normal file
View file

@ -0,0 +1,59 @@
/* Fix unwanted shit some browsers do *looks at chrome* */
* {
font-size-adjust: none !important;
word-wrap: break-word !important;
}
/* Image border fix */
img {
border: 0px solid transparent;
}
/* Font faces (not taken from microsoft.com at all) */
@font-face {
font-family: 'Segoe UI';
src: url('fonts/segoeui.eot');
src: local("Segoe UI"),
local("Segoe"),
local("Segoe WP"),
url('fonts/segoeui.eot?#iefix') format('embedded-opentype'),
url('fonts/segoeui.woff') format('woff'),
url('fonts/segoeui.svg#SegoeUI') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Segoe UI Semibold';
src: url('fonts/seguisb.eot');
src: local("Segoe Semibold"),
local("Segoe WP Semibold"),
url('fonts/seguisb.eot?#iefix') format('embedded-opentype'),
url('fonts/seguisb.woff') format('woff'),
url('fonts/seguisb.svg#SegoeUISemibold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Segoe UI Bold';
src: url('fonts/segoeuib.eot');
src: local("Segoe Bold"),
local("Segoe WP Bold"),
url('fonts/segoeuib.eot?#iefix') format('eot'), /* Wrong format will tell IE9+ to ignore and use WOFF instead. MSHAR-2822 */
url('fonts/segoeuib.woff') format('woff'),
url('fonts/segoeuib.svg#SegoeUIBold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Aller';
src: url('fonts/aller.eot');
src: local("Aller"),
url('fonts/aller.eot?#iefix') format('embedded-opentype'),
url('fonts/aller.woff') format('woff'),
url('fonts/aller.svg#SegoeUILight') format('svg');
font-weight: normal;
font-style: normal;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 260 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
public/assets/img/arrow.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 971 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 274 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 510 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 KiB

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