Initial commit
24
client-wiaas/.gitignore
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
# See https://help.github.com/ignore-files/ for more about ignoring files.
|
||||
|
||||
# dependencies
|
||||
/node_modules
|
||||
|
||||
# testing
|
||||
/coverage
|
||||
|
||||
# production
|
||||
/build
|
||||
|
||||
# devBuild
|
||||
*.css
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
10989
client-wiaas/package-lock.json
generated
Normal file
58
client-wiaas/package.json
Normal file
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"name": "client-wiaas",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@tinymce/tinymce-react": "^2.0.3",
|
||||
"axios": "^0.17.0",
|
||||
"bootstrap": "^4.0.0-beta.2",
|
||||
"flag-icon-css": "^2.8.0",
|
||||
"font-awesome": "^4.7.0",
|
||||
"js-file-download": "^0.4.1",
|
||||
"jwt-decode": "^2.2.0",
|
||||
"moment": "^2.19.1",
|
||||
"node-sass-chokidar": "0.0.3",
|
||||
"npm-run-all": "^4.1.2",
|
||||
"react": "^16.0.0",
|
||||
"react-addons-css-transition-group": "^15.6.2",
|
||||
"react-datepicker": "^0.61.0",
|
||||
"react-day-picker": "^7.0.5",
|
||||
"react-dialog": "^1.0.2",
|
||||
"react-dom": "^16.0.0",
|
||||
"react-dropzone": "^4.2.3",
|
||||
"react-infinite-calendar": "^2.3.1",
|
||||
"react-modal-dialog": "^4.0.7",
|
||||
"react-notification": "^6.8.2",
|
||||
"react-particles-js": "^2.1.0",
|
||||
"react-redux": "^5.0.6",
|
||||
"react-router-dom": "^4.2.2",
|
||||
"react-scripts": "^1.0.14",
|
||||
"react-select": "^1.0.0-rc.10",
|
||||
"react-spinjs": "^3.0.0",
|
||||
"react-toastify": "^2.2.0",
|
||||
"react-upload-file": "^2.0.0-beta.6",
|
||||
"reactjs-spinner": "^2.0.0",
|
||||
"reactstrap": "^5.0.0-alpha.3",
|
||||
"redux": "^3.7.2",
|
||||
"redux-catch": "^1.3.1",
|
||||
"redux-logger": "^3.0.6",
|
||||
"redux-thunk": "^2.2.0",
|
||||
"tinymce": "^4.7.4"
|
||||
},
|
||||
"scripts": {
|
||||
"build-css": "node-sass-chokidar src/ -o src/ --linefeed crlf",
|
||||
"watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive --linefeed crlf",
|
||||
"start-js": "react-scripts start",
|
||||
"start": "npm-run-all -p watch-css start-js",
|
||||
"build-js": "react-scripts build",
|
||||
"build": "npm-run-all build-css build-js",
|
||||
"test": "react-scripts test --env=jsdom",
|
||||
"eject": "react-scripts eject"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-eslint": "^8.0.2",
|
||||
"eslint-config-airbnb": "^16.1.0",
|
||||
"eslint-plugin-react": "^7.4.0",
|
||||
"react-autocomplete-cli": "0.0.3"
|
||||
}
|
||||
}
|
||||
4
client-wiaas/public/.htaccess
Normal file
@@ -0,0 +1,4 @@
|
||||
Options +FollowSymLinks
|
||||
|
||||
RewriteEngine On # Turn on the rewriting engine
|
||||
RewriteRule !^static index.html [L,NC]
|
||||
20
client-wiaas/public/index.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="theme-color" content="#000000">
|
||||
|
||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
|
||||
<link rel="shortcut icon" href="%PUBLIC_URL%/static/img/wiaas-favicon.png">
|
||||
<link rel="stylesheet" type="text/css" href="%PUBLIC_URL%/static/fonts/proxima-nova-web-fonts-master/fonts/fonts.min.css" />
|
||||
<script src="%PUBLIC_URL%/static/js/tinymce/js/tinymce/tinymce.min.js"></script>
|
||||
<title>Co-Market</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
You need to enable JavaScript to run this app.
|
||||
</noscript>
|
||||
<div id="root"></div>
|
||||
</body>
|
||||
</html>
|
||||
15
client-wiaas/public/manifest.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"short_name": "Wiaas",
|
||||
"name": "Wiaas client",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon.ico",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"start_url": "./index.html",
|
||||
"display": "standalone",
|
||||
"theme_color": "#000000",
|
||||
"background_color": "#ffffff"
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
#Proxima Nova Web Fonts
|
||||
-----------------------
|
||||
|
||||
#####The package contains **5** variants of the proxima nova web fonts.
|
||||
|
||||
|
||||
- Proxima Nova Thin [`'proxima_nova_scosfthin'` OR `'proxima_nova_ltthin'`]
|
||||
- Proxima Nova Regular [`'Proxima Nova'`]
|
||||
- Proxima Nova Semi-Bold [`'proxima_nova_ltsemibold'`]
|
||||
- Proxima Nova Bold [`'proxima_nova_altbold'`]
|
||||
- Proxima Nova Black [`'proxima_nova_altblack'`]
|
||||
|
||||
-----------
|
||||
|
||||
###USAGE
|
||||
|
||||
To use the "Proxima Nova Web Fonts" Download the package as a zip file and extract the `fonts` folder.
|
||||
|
||||
- Put the fonts folder anywhere on your server
|
||||
- In your html file include the `fonts.css` or `fonts.min.css` as follows:
|
||||
```
|
||||
<!-- for unminified version add this -->
|
||||
<link rel="stylesheet" type="text/css" href="/path/to/your/fonts/folder/fonts.css" />
|
||||
<!-- for minified version add this -->
|
||||
<link rel="stylesheet" type="text/css" href="/path/to/your/fonts/folder/fonts.min.css" />
|
||||
```
|
||||
|
||||
- And finally in your CSS stylesheets use as follows:
|
||||
```
|
||||
body {
|
||||
font-family: 'Proxima Nova', Georgia, sans-serif;
|
||||
}
|
||||
```
|
||||
--------------
|
||||
|
||||
###Socialize
|
||||
>Follow me on twitter [@mytharora](), [@techstricks]() ***OR***
|
||||
>Visit My Blog at [www.techstricks.com](http://www.techstricks.com)
|
||||
@@ -0,0 +1,611 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
|
||||
<script src="specimen_files/easytabs.js" type="text/javascript" charset="utf-8"></script>
|
||||
<link rel="stylesheet" href="specimen_files/specimen_stylesheet.css" type="text/css" charset="utf-8" />
|
||||
<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
|
||||
|
||||
<style type="text/css">
|
||||
body{
|
||||
font-family: 'proxima_nova_altblack';
|
||||
}
|
||||
</style>
|
||||
|
||||
<title>Proxima Nova Alt Bl Regular Specimen</title>
|
||||
|
||||
|
||||
<script type="text/javascript" charset="utf-8">
|
||||
$(document).ready(function() {
|
||||
$('#container').easyTabs({defaultContent:1});
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="header">
|
||||
Proxima Nova Alt Bl Regular </div>
|
||||
<ul class="tabs">
|
||||
<li><a href="#specimen">Specimen</a></li>
|
||||
<li><a href="#layout">Sample Layout</a></li>
|
||||
<li><a href="#glyphs">Glyphs & Languages</a></li>
|
||||
<li><a href="#installing">Installing Webfonts</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<div id="main_content">
|
||||
|
||||
|
||||
<div id="specimen">
|
||||
|
||||
<div class="section">
|
||||
<div class="grid12 firstcol">
|
||||
<div class="huge">AaBb</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<div class="glyph_range">A​B​C​D​E​F​G​H​I​J​K​L​M​N​O​P​Q​R​S​T​U​V​W​X​Y​Z​a​b​c​d​e​f​g​h​i​j​k​l​m​n​o​p​q​r​s​t​u​v​w​x​y​z​1​2​3​4​5​6​7​8​9​0​&​.​,​?​!​@​(​)​#​$​%​*​+​-​=​:​;</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<div class="grid12 firstcol">
|
||||
<table class="sample_table">
|
||||
<tr><td>10</td><td class="size10">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>11</td><td class="size11">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>12</td><td class="size12">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>13</td><td class="size13">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>14</td><td class="size14">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>16</td><td class="size16">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>18</td><td class="size18">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>20</td><td class="size20">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>24</td><td class="size24">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>30</td><td class="size30">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>36</td><td class="size36">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>48</td><td class="size48">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>60</td><td class="size60">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>72</td><td class="size72">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>90</td><td class="size90">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="section" id="bodycomparison">
|
||||
|
||||
|
||||
<div id="xheight">
|
||||
<div class="fontbody">◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼body</div><div class="arialbody">body</div><div class="verdanabody">body</div><div class="georgiabody">body</div></div>
|
||||
<div class="fontbody" style="z-index:1">
|
||||
body<span>Proxima Nova Alt Bl Regular</span>
|
||||
</div>
|
||||
<div class="arialbody" style="z-index:1">
|
||||
body<span>Arial</span>
|
||||
</div>
|
||||
<div class="verdanabody" style="z-index:1">
|
||||
body<span>Verdana</span>
|
||||
</div>
|
||||
<div class="georgiabody" style="z-index:1">
|
||||
body<span>Georgia</span>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="section psample psample_row1" id="">
|
||||
|
||||
<div class="grid2 firstcol">
|
||||
<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid3">
|
||||
<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid3">
|
||||
<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid4">
|
||||
<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="white_blend"></div>
|
||||
|
||||
</div>
|
||||
<div class="section psample psample_row2" id="">
|
||||
<div class="grid3 firstcol">
|
||||
<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid4">
|
||||
<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid5">
|
||||
<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="white_blend"></div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section psample psample_row3" id="">
|
||||
<div class="grid5 firstcol">
|
||||
<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
</div>
|
||||
<div class="grid7">
|
||||
<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
</div>
|
||||
|
||||
<div class="white_blend"></div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section psample psample_row4" id="">
|
||||
<div class="grid12 firstcol">
|
||||
<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
</div>
|
||||
<div class="white_blend"></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="section psample psample_row1 fullreverse">
|
||||
<div class="grid2 firstcol">
|
||||
<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid3">
|
||||
<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid3">
|
||||
<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid4">
|
||||
<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="black_blend"></div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section psample psample_row2 fullreverse">
|
||||
<div class="grid3 firstcol">
|
||||
<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid4">
|
||||
<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid5">
|
||||
<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="black_blend"></div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section psample fullreverse psample_row3" id="">
|
||||
<div class="grid5 firstcol">
|
||||
<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
</div>
|
||||
<div class="grid7">
|
||||
<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
</div>
|
||||
|
||||
<div class="black_blend"></div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section psample fullreverse psample_row4" id="" style="border-bottom: 20px #000 solid;">
|
||||
<div class="grid12 firstcol">
|
||||
<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
</div>
|
||||
<div class="black_blend"></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div id="layout">
|
||||
|
||||
<div class="section">
|
||||
|
||||
<div class="grid12 firstcol">
|
||||
<h1>Lorem Ipsum Dolor</h1>
|
||||
<h2>Etiam porta sem malesuada magna mollis euismod</h2>
|
||||
|
||||
<p class="byline">By <a href="#link">Aenean Lacinia</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<div class="grid8 firstcol">
|
||||
<p class="large">Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
|
||||
|
||||
|
||||
<h3>Pellentesque ornare sem</h3>
|
||||
|
||||
<p>Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit. </p>
|
||||
|
||||
<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>
|
||||
|
||||
<p>Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur. </p>
|
||||
|
||||
<p>Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla. </p>
|
||||
|
||||
<h3>Cras mattis consectetur</h3>
|
||||
|
||||
<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum. </p>
|
||||
|
||||
<p>Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.</p>
|
||||
</div>
|
||||
|
||||
<div class="grid4 sidebar">
|
||||
|
||||
<div class="box reverse">
|
||||
<p class="last">Nullam quis risus eget urna mollis ornare vel eu leo. Donec ullamcorper nulla non metus auctor fringilla. Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
|
||||
</div>
|
||||
|
||||
<p class="caption">Maecenas sed diam eget risus varius.</p>
|
||||
|
||||
<p>Vestibulum id ligula porta felis euismod semper. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Vestibulum id ligula porta felis euismod semper. Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
|
||||
|
||||
|
||||
|
||||
<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Aenean lacinia bibendum nulla sed consectetur. Nullam quis risus eget urna mollis ornare vel eu leo. </p>
|
||||
|
||||
<p>Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec ullamcorper nulla non metus auctor fringilla. Maecenas faucibus mollis interdum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="glyphs">
|
||||
<div class="section">
|
||||
<div class="grid12 firstcol">
|
||||
|
||||
<h1>Language Support</h1>
|
||||
<p>The subset of Proxima Nova Alt Bl Regular in this kit supports the following languages:<br />
|
||||
|
||||
Albanian, Basque, Breton, Chamorro, Danish, Dutch, English, Faroese, Finnish, French, Frisian, Galician, German, Icelandic, Italian, Malagasy, Norwegian, Portuguese, Spanish, Swedish </p>
|
||||
<h1>Glyph Chart</h1>
|
||||
<p>The subset of Proxima Nova Alt Bl Regular in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.</p>
|
||||
<div id="glyph_chart">
|
||||
|
||||
<div><p>&#13;</p> </div>
|
||||
<div><p>&#32;</p> </div>
|
||||
<div><p>&#33;</p>!</div>
|
||||
<div><p>&#34;</p>"</div>
|
||||
<div><p>&#35;</p>#</div>
|
||||
<div><p>&#36;</p>$</div>
|
||||
<div><p>&#37;</p>%</div>
|
||||
<div><p>&#38;</p>&</div>
|
||||
<div><p>&#39;</p>'</div>
|
||||
<div><p>&#40;</p>(</div>
|
||||
<div><p>&#41;</p>)</div>
|
||||
<div><p>&#42;</p>*</div>
|
||||
<div><p>&#43;</p>+</div>
|
||||
<div><p>&#44;</p>,</div>
|
||||
<div><p>&#45;</p>-</div>
|
||||
<div><p>&#46;</p>.</div>
|
||||
<div><p>&#47;</p>/</div>
|
||||
<div><p>&#48;</p>0</div>
|
||||
<div><p>&#49;</p>1</div>
|
||||
<div><p>&#50;</p>2</div>
|
||||
<div><p>&#51;</p>3</div>
|
||||
<div><p>&#52;</p>4</div>
|
||||
<div><p>&#53;</p>5</div>
|
||||
<div><p>&#54;</p>6</div>
|
||||
<div><p>&#55;</p>7</div>
|
||||
<div><p>&#56;</p>8</div>
|
||||
<div><p>&#57;</p>9</div>
|
||||
<div><p>&#58;</p>:</div>
|
||||
<div><p>&#59;</p>;</div>
|
||||
<div><p>&#60;</p><</div>
|
||||
<div><p>&#61;</p>=</div>
|
||||
<div><p>&#62;</p>></div>
|
||||
<div><p>&#63;</p>?</div>
|
||||
<div><p>&#64;</p>@</div>
|
||||
<div><p>&#65;</p>A</div>
|
||||
<div><p>&#66;</p>B</div>
|
||||
<div><p>&#67;</p>C</div>
|
||||
<div><p>&#68;</p>D</div>
|
||||
<div><p>&#69;</p>E</div>
|
||||
<div><p>&#70;</p>F</div>
|
||||
<div><p>&#71;</p>G</div>
|
||||
<div><p>&#72;</p>H</div>
|
||||
<div><p>&#73;</p>I</div>
|
||||
<div><p>&#74;</p>J</div>
|
||||
<div><p>&#75;</p>K</div>
|
||||
<div><p>&#76;</p>L</div>
|
||||
<div><p>&#77;</p>M</div>
|
||||
<div><p>&#78;</p>N</div>
|
||||
<div><p>&#79;</p>O</div>
|
||||
<div><p>&#80;</p>P</div>
|
||||
<div><p>&#81;</p>Q</div>
|
||||
<div><p>&#82;</p>R</div>
|
||||
<div><p>&#83;</p>S</div>
|
||||
<div><p>&#84;</p>T</div>
|
||||
<div><p>&#85;</p>U</div>
|
||||
<div><p>&#86;</p>V</div>
|
||||
<div><p>&#87;</p>W</div>
|
||||
<div><p>&#88;</p>X</div>
|
||||
<div><p>&#89;</p>Y</div>
|
||||
<div><p>&#90;</p>Z</div>
|
||||
<div><p>&#91;</p>[</div>
|
||||
<div><p>&#92;</p>\</div>
|
||||
<div><p>&#93;</p>]</div>
|
||||
<div><p>&#94;</p>^</div>
|
||||
<div><p>&#95;</p>_</div>
|
||||
<div><p>&#96;</p>`</div>
|
||||
<div><p>&#97;</p>a</div>
|
||||
<div><p>&#98;</p>b</div>
|
||||
<div><p>&#99;</p>c</div>
|
||||
<div><p>&#100;</p>d</div>
|
||||
<div><p>&#101;</p>e</div>
|
||||
<div><p>&#102;</p>f</div>
|
||||
<div><p>&#103;</p>g</div>
|
||||
<div><p>&#104;</p>h</div>
|
||||
<div><p>&#105;</p>i</div>
|
||||
<div><p>&#106;</p>j</div>
|
||||
<div><p>&#107;</p>k</div>
|
||||
<div><p>&#108;</p>l</div>
|
||||
<div><p>&#109;</p>m</div>
|
||||
<div><p>&#110;</p>n</div>
|
||||
<div><p>&#111;</p>o</div>
|
||||
<div><p>&#112;</p>p</div>
|
||||
<div><p>&#113;</p>q</div>
|
||||
<div><p>&#114;</p>r</div>
|
||||
<div><p>&#115;</p>s</div>
|
||||
<div><p>&#116;</p>t</div>
|
||||
<div><p>&#117;</p>u</div>
|
||||
<div><p>&#118;</p>v</div>
|
||||
<div><p>&#119;</p>w</div>
|
||||
<div><p>&#120;</p>x</div>
|
||||
<div><p>&#121;</p>y</div>
|
||||
<div><p>&#122;</p>z</div>
|
||||
<div><p>&#123;</p>{</div>
|
||||
<div><p>&#124;</p>|</div>
|
||||
<div><p>&#125;</p>}</div>
|
||||
<div><p>&#126;</p>~</div>
|
||||
<div><p>&#160;</p> </div>
|
||||
<div><p>&#161;</p>¡</div>
|
||||
<div><p>&#162;</p>¢</div>
|
||||
<div><p>&#163;</p>£</div>
|
||||
<div><p>&#165;</p>¥</div>
|
||||
<div><p>&#166;</p>¦</div>
|
||||
<div><p>&#167;</p>§</div>
|
||||
<div><p>&#168;</p>¨</div>
|
||||
<div><p>&#169;</p>©</div>
|
||||
<div><p>&#170;</p>ª</div>
|
||||
<div><p>&#171;</p>«</div>
|
||||
<div><p>&#172;</p>¬</div>
|
||||
<div><p>&#173;</p>­</div>
|
||||
<div><p>&#174;</p>®</div>
|
||||
<div><p>&#175;</p>¯</div>
|
||||
<div><p>&#176;</p>°</div>
|
||||
<div><p>&#177;</p>±</div>
|
||||
<div><p>&#178;</p>²</div>
|
||||
<div><p>&#179;</p>³</div>
|
||||
<div><p>&#180;</p>´</div>
|
||||
<div><p>&#181;</p>µ</div>
|
||||
<div><p>&#182;</p>¶</div>
|
||||
<div><p>&#183;</p>·</div>
|
||||
<div><p>&#184;</p>¸</div>
|
||||
<div><p>&#185;</p>¹</div>
|
||||
<div><p>&#186;</p>º</div>
|
||||
<div><p>&#187;</p>»</div>
|
||||
<div><p>&#188;</p>¼</div>
|
||||
<div><p>&#189;</p>½</div>
|
||||
<div><p>&#190;</p>¾</div>
|
||||
<div><p>&#191;</p>¿</div>
|
||||
<div><p>&#192;</p>À</div>
|
||||
<div><p>&#193;</p>Á</div>
|
||||
<div><p>&#194;</p>Â</div>
|
||||
<div><p>&#195;</p>Ã</div>
|
||||
<div><p>&#196;</p>Ä</div>
|
||||
<div><p>&#197;</p>Å</div>
|
||||
<div><p>&#198;</p>Æ</div>
|
||||
<div><p>&#199;</p>Ç</div>
|
||||
<div><p>&#200;</p>È</div>
|
||||
<div><p>&#201;</p>É</div>
|
||||
<div><p>&#202;</p>Ê</div>
|
||||
<div><p>&#203;</p>Ë</div>
|
||||
<div><p>&#204;</p>Ì</div>
|
||||
<div><p>&#205;</p>Í</div>
|
||||
<div><p>&#206;</p>Î</div>
|
||||
<div><p>&#207;</p>Ï</div>
|
||||
<div><p>&#208;</p>Ð</div>
|
||||
<div><p>&#209;</p>Ñ</div>
|
||||
<div><p>&#210;</p>Ò</div>
|
||||
<div><p>&#211;</p>Ó</div>
|
||||
<div><p>&#212;</p>Ô</div>
|
||||
<div><p>&#213;</p>Õ</div>
|
||||
<div><p>&#214;</p>Ö</div>
|
||||
<div><p>&#215;</p>×</div>
|
||||
<div><p>&#216;</p>Ø</div>
|
||||
<div><p>&#217;</p>Ù</div>
|
||||
<div><p>&#218;</p>Ú</div>
|
||||
<div><p>&#219;</p>Û</div>
|
||||
<div><p>&#220;</p>Ü</div>
|
||||
<div><p>&#221;</p>Ý</div>
|
||||
<div><p>&#222;</p>Þ</div>
|
||||
<div><p>&#223;</p>ß</div>
|
||||
<div><p>&#224;</p>à</div>
|
||||
<div><p>&#225;</p>á</div>
|
||||
<div><p>&#226;</p>â</div>
|
||||
<div><p>&#227;</p>ã</div>
|
||||
<div><p>&#228;</p>ä</div>
|
||||
<div><p>&#229;</p>å</div>
|
||||
<div><p>&#230;</p>æ</div>
|
||||
<div><p>&#231;</p>ç</div>
|
||||
<div><p>&#232;</p>è</div>
|
||||
<div><p>&#233;</p>é</div>
|
||||
<div><p>&#234;</p>ê</div>
|
||||
<div><p>&#235;</p>ë</div>
|
||||
<div><p>&#236;</p>ì</div>
|
||||
<div><p>&#237;</p>í</div>
|
||||
<div><p>&#238;</p>î</div>
|
||||
<div><p>&#239;</p>ï</div>
|
||||
<div><p>&#240;</p>ð</div>
|
||||
<div><p>&#241;</p>ñ</div>
|
||||
<div><p>&#242;</p>ò</div>
|
||||
<div><p>&#243;</p>ó</div>
|
||||
<div><p>&#244;</p>ô</div>
|
||||
<div><p>&#245;</p>õ</div>
|
||||
<div><p>&#246;</p>ö</div>
|
||||
<div><p>&#247;</p>÷</div>
|
||||
<div><p>&#248;</p>ø</div>
|
||||
<div><p>&#249;</p>ù</div>
|
||||
<div><p>&#250;</p>ú</div>
|
||||
<div><p>&#251;</p>û</div>
|
||||
<div><p>&#252;</p>ü</div>
|
||||
<div><p>&#253;</p>ý</div>
|
||||
<div><p>&#254;</p>þ</div>
|
||||
<div><p>&#255;</p>ÿ</div>
|
||||
<div><p>&#338;</p>Œ</div>
|
||||
<div><p>&#339;</p>œ</div>
|
||||
<div><p>&#376;</p>Ÿ</div>
|
||||
<div><p>&#710;</p>ˆ</div>
|
||||
<div><p>&#732;</p>˜</div>
|
||||
<div><p>&#8192;</p> </div>
|
||||
<div><p>&#8193;</p> </div>
|
||||
<div><p>&#8194;</p> </div>
|
||||
<div><p>&#8195;</p> </div>
|
||||
<div><p>&#8196;</p> </div>
|
||||
<div><p>&#8197;</p> </div>
|
||||
<div><p>&#8198;</p> </div>
|
||||
<div><p>&#8199;</p> </div>
|
||||
<div><p>&#8200;</p> </div>
|
||||
<div><p>&#8201;</p> </div>
|
||||
<div><p>&#8202;</p> </div>
|
||||
<div><p>&#8208;</p>‐</div>
|
||||
<div><p>&#8209;</p>‑</div>
|
||||
<div><p>&#8210;</p>‒</div>
|
||||
<div><p>&#8211;</p>–</div>
|
||||
<div><p>&#8212;</p>—</div>
|
||||
<div><p>&#8216;</p>‘</div>
|
||||
<div><p>&#8217;</p>’</div>
|
||||
<div><p>&#8218;</p>‚</div>
|
||||
<div><p>&#8220;</p>“</div>
|
||||
<div><p>&#8221;</p>”</div>
|
||||
<div><p>&#8222;</p>„</div>
|
||||
<div><p>&#8226;</p>•</div>
|
||||
<div><p>&#8230;</p>…</div>
|
||||
<div><p>&#8239;</p> </div>
|
||||
<div><p>&#8249;</p>‹</div>
|
||||
<div><p>&#8250;</p>›</div>
|
||||
<div><p>&#8287;</p> </div>
|
||||
<div><p>&#8364;</p>€</div>
|
||||
<div><p>&#8482;</p>™</div>
|
||||
<div><p>&#9724;</p>◼</div>
|
||||
<div><p>&#64257;</p>fi</div>
|
||||
<div><p>&#64258;</p>fl</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="specs">
|
||||
|
||||
</div>
|
||||
|
||||
<div id="installing">
|
||||
<div class="section">
|
||||
<div class="grid7 firstcol">
|
||||
<h1>Installing Webfonts</h1>
|
||||
|
||||
<p>Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.</p>
|
||||
|
||||
<h2>1. Upload your webfonts</h2>
|
||||
<p>You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.</p>
|
||||
|
||||
<h2>2. Include the webfont stylesheet</h2>
|
||||
<p>A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the <a href="http://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax">Fontspring blog post</a> about it. The code for it is as follows:</p>
|
||||
|
||||
|
||||
<code>
|
||||
@font-face{
|
||||
font-family: 'MyWebFont';
|
||||
src: url('WebFont.eot');
|
||||
src: url('WebFont.eot?#iefix') format('embedded-opentype'),
|
||||
url('WebFont.woff') format('woff'),
|
||||
url('WebFont.ttf') format('truetype'),
|
||||
url('WebFont.svg#webfont') format('svg');
|
||||
}
|
||||
</code>
|
||||
|
||||
<p>We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:</p>
|
||||
<code><link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" /></code>
|
||||
|
||||
<h2>3. Modify your own stylesheet</h2>
|
||||
<p>To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:</p>
|
||||
<code>p { font-family: 'WebFont', Arial, sans-serif; }</code>
|
||||
|
||||
<h2>4. Test</h2>
|
||||
<p>Getting webfonts to work cross-browser <em>can</em> be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.</p>
|
||||
</div>
|
||||
|
||||
<div class="grid5 sidebar">
|
||||
<div class="box">
|
||||
<h2>Troubleshooting<br />Font-Face Problems</h2>
|
||||
<p>Having trouble getting your webfonts to load in your new website? Here are some tips to sort out what might be the problem.</p>
|
||||
|
||||
<h3>Fonts not showing in any browser</h3>
|
||||
|
||||
<p>This sounds like you need to work on the plumbing. You either did not upload the fonts to the correct directory, or you did not link the fonts properly in the CSS. If you've confirmed that all this is correct and you still have a problem, take a look at your .htaccess file and see if requests are getting intercepted.</p>
|
||||
|
||||
<h3>Fonts not loading in iPhone or iPad</h3>
|
||||
|
||||
<p>The most common problem here is that you are serving the fonts from an IIS server. IIS refuses to serve files that have unknown MIME types. If that is the case, you must set the MIME type for SVG to "image/svg+xml" in the server settings. Follow these instructions from Microsoft if you need help.</p>
|
||||
|
||||
<h3>Fonts not loading in Firefox</h3>
|
||||
|
||||
<p>The primary reason for this failure? You are still using a version Firefox older than 3.5. So upgrade already! If that isn't it, then you are very likely serving fonts from a different domain. Firefox requires that all font assets be served from the same domain. Lastly it is possible that you need to add WOFF to your list of MIME types (if you are serving via IIS.)</p>
|
||||
|
||||
<h3>Fonts not loading in IE</h3>
|
||||
|
||||
<p>Are you looking at Internet Explorer on an actual Windows machine or are you cheating by using a service like Adobe BrowserLab? Many of these screenshot services do not render @font-face for IE. Best to test it on a real machine.</p>
|
||||
|
||||
<h3>Fonts not loading in IE9</h3>
|
||||
|
||||
<p>IE9, like Firefox, requires that fonts be served from the same domain as the website. Make sure that is the case.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div id="footer">
|
||||
<p>©2010-2011 Font Squirrel. All rights reserved.</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,545 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<metadata></metadata>
|
||||
<defs>
|
||||
<font id="proxima_nova_altblack" horiz-adv-x="1220" >
|
||||
<font-face units-per-em="2048" ascent="1618" descent="-430" />
|
||||
<missing-glyph horiz-adv-x="522" />
|
||||
<glyph unicode="fi" horiz-adv-x="1333" d="M14 670v319h164v45q0 154 106.5 253t270.5 99q139 0 229 -49l-67 -250q-39 27 -82 27q-37 0 -62.5 -23t-25.5 -57v-45h201v-319h-201v-670h-369v670h-164zM840 1268q0 86 60.5 146.5t146.5 60.5t146 -60.5t60 -146.5t-60 -146.5t-146 -60.5t-146.5 60.5t-60.5 146.5z M862 0v989h369v-989h-369z" />
|
||||
<glyph unicode="fl" horiz-adv-x="1431" d="M14 670v319h164v45q0 154 106.5 253t270.5 99q139 0 229 -49l-67 -250q-39 27 -82 27q-37 0 -62.5 -23t-25.5 -57v-45h201v-319h-201v-670h-369v670h-164zM862 287v1079h369v-973q0 -39 23 -65.5t59 -26.5q23 0 44.5 5.5t28.5 12.5l66 -278q-32 -29 -97 -47.5t-153 -18.5 q-165 0 -252.5 79t-87.5 233z" />
|
||||
<glyph horiz-adv-x="0" />
|
||||
<glyph horiz-adv-x="682" />
|
||||
<glyph horiz-adv-x="0" />
|
||||
<glyph horiz-adv-x="0" />
|
||||
<glyph unicode="
" horiz-adv-x="0" />
|
||||
<glyph unicode=" " horiz-adv-x="522" />
|
||||
<glyph unicode="	" horiz-adv-x="522" />
|
||||
<glyph unicode=" " horiz-adv-x="522" />
|
||||
<glyph unicode="!" horiz-adv-x="573" d="M68 1366h438l-51 -858h-332zM72 195q0 89 64 154t153 65t153 -65t64 -154q0 -88 -64 -153t-153 -65t-153 65t-64 153z" />
|
||||
<glyph unicode=""" horiz-adv-x="960" d="M70 1198q0 78 55.5 133t132.5 55t132.5 -55t55.5 -133q0 -21 -28 -147t-56 -241l-28 -116h-152q-112 457 -112 504zM516 1198q0 78 55.5 133t133.5 55q77 0 131.5 -55t54.5 -133q0 -21 -28.5 -147t-56.5 -241l-28 -116h-149q-113 457 -113 504z" />
|
||||
<glyph unicode="#" horiz-adv-x="1323" d="M25 324l71 223h180l89 270h-179l70 221h184l109 328h260l-109 -328h160l109 328h260l-111 -328h180l-67 -221h-187l-90 -270h187l-70 -223h-192l-107 -324h-260l109 324h-162l-107 -324h-260l109 324h-176zM537 547h157l90 270h-159z" />
|
||||
<glyph unicode="$" horiz-adv-x="1300" d="M37 193l215 307q82 -79 195.5 -127.5t244.5 -48.5q65 0 108.5 18t43.5 55q0 21 -26 35t-70 23.5t-101.5 19t-120.5 23.5t-126 33.5t-120.5 53.5t-101.5 79t-70 114.5t-26 155.5q0 164 119.5 290t335.5 154v195h262v-197q251 -35 430 -180l-221 -293q-86 65 -194 100 t-208 35q-104 0 -104 -61q0 -20 26 -35t70 -25t101 -20.5t120 -25t126 -34.5t120 -53t101 -76.5t70 -109.5t26 -147q0 -197 -121.5 -318t-341.5 -149v-189h-262v189q-302 28 -500 209z" />
|
||||
<glyph unicode="%" horiz-adv-x="1605" d="M41 1040q0 148 100.5 247t264.5 99q165 0 266.5 -99t101.5 -247q0 -146 -101.5 -244t-266.5 -98q-164 0 -264.5 98t-100.5 244zM268 0l873 1366h200l-874 -1366h-199zM291 1040q0 -63 32 -94t83 -31q53 0 85.5 31t32.5 94q0 66 -32.5 97.5t-85.5 31.5q-51 0 -83 -32 t-32 -97zM834 317q0 148 100 247.5t264 99.5t265.5 -99.5t101.5 -247.5q0 -146 -101.5 -244t-265.5 -98t-264 98t-100 244zM1081 317q0 -64 32 -94t85 -30t86 30t33 94q0 65 -33 97t-86 32t-85 -31.5t-32 -97.5z" />
|
||||
<glyph unicode="&" horiz-adv-x="1335" d="M25 387q0 73 22 134t64 106.5t89.5 79t110.5 63.5q-75 150 -75 279q0 142 122 239.5t314 97.5q106 0 198 -35.5t150.5 -107.5t58.5 -166q0 -61 -19 -112.5t-46.5 -87t-74 -68.5t-86 -53t-97.5 -45q50 -69 78 -101q43 -57 73 -94q68 107 101 217l284 -135 q-88 -182 -194 -309q131 -147 262 -289h-455l-63 68q-163 -93 -340 -93q-136 0 -242 44.5t-170.5 139t-64.5 228.5zM410 424q0 -71 43 -118.5t104 -47.5q47 0 96 21q-61 70 -102 124q-35 44 -100 136q-41 -50 -41 -115zM596 1038q0 -59 39 -135q65 32 100 68t35 84 q0 32 -23 53.5t-57 21.5q-41 0 -67.5 -26t-26.5 -66z" />
|
||||
<glyph unicode="'" horiz-adv-x="516" d="M70 1198q0 78 55.5 133t132.5 55t132.5 -55t55.5 -133q0 -21 -28 -147t-56 -241l-28 -116h-152q-112 457 -112 504z" />
|
||||
<glyph unicode="(" horiz-adv-x="708" d="M76 498q0 251 100.5 505.5t261.5 399.5l234 -178q-108 -178 -154.5 -348.5t-46.5 -378.5q0 -207 47 -377.5t154 -345.5l-234 -183q-161 144 -261.5 399.5t-100.5 506.5z" />
|
||||
<glyph unicode=")" horiz-adv-x="710" d="M37 -225q107 175 154 345.5t47 377.5q0 208 -46.5 378.5t-154.5 348.5l233 178q161 -145 262 -400t101 -505t-101 -505.5t-262 -400.5z" />
|
||||
<glyph unicode="*" horiz-adv-x="743" d="M35 946l188 98l-188 99l82 143l180 -115l-8 215h166l-11 -215l181 115l84 -143l-191 -99l191 -98l-84 -143l-181 115l11 -216h-166l8 216l-180 -115z" />
|
||||
<glyph unicode="+" horiz-adv-x="1044" d="M59 584v215h344v379h238v-379h344v-215h-344v-396h-238v396h-344z" />
|
||||
<glyph unicode="," horiz-adv-x="575" d="M70 199q0 89 63 152t150 63q98 0 167.5 -71.5t69.5 -192.5q0 -133 -67 -249t-189 -202l-149 121q52 23 109.5 81.5t76.5 114.5q-20 -8 -53 -8q-75 0 -126.5 53t-51.5 138z" />
|
||||
<glyph unicode="-" horiz-adv-x="614" d="M61 342v307h492v-307h-492z" />
|
||||
<glyph unicode="." horiz-adv-x="579" d="M70 195q0 89 65 154t154 65t154 -65t65 -154t-65 -154.5t-154 -65.5t-154 65.5t-65 154.5z" />
|
||||
<glyph unicode="/" horiz-adv-x="741" d="M0 -41l485 1448h256l-485 -1448h-256z" />
|
||||
<glyph unicode="0" horiz-adv-x="1286" d="M37 682q0 113 23.5 216t72.5 192t120 155t171 103.5t219 37.5t219 -37.5t171 -103.5t120 -155t72.5 -192t23.5 -216t-23.5 -216t-73 -193t-120 -156t-170.5 -104t-219 -38t-219 38t-170.5 104t-120 156t-73 193t-23.5 216zM453 682q0 -174 46 -258t144 -84t144.5 84 t46.5 258t-46.5 257t-144.5 83t-144 -83t-46 -257z" />
|
||||
<glyph unicode="1" horiz-adv-x="989" d="M0 854l522 512h357v-1366h-414v840l-232 -230z" />
|
||||
<glyph unicode="2" horiz-adv-x="1255" d="M25 1155q111 118 265.5 174.5t311.5 56.5q263 0 424.5 -132t161.5 -339q0 -143 -96.5 -270t-335.5 -285h444v-360h-1116v322q171 120 269 190t184.5 135.5t124.5 98.5t66 67t34 54t6 48q0 48 -45 77.5t-113 29.5q-193 0 -360 -141z" />
|
||||
<glyph unicode="3" horiz-adv-x="1263" d="M25 188l202 283q74 -64 178.5 -97.5t192.5 -33.5q96 0 147.5 26.5t51.5 65.5q0 26 -14 40.5t-61.5 24t-135.5 9.5q-159 0 -199 -4v366q27 -2 199 -2q188 0 188 68q0 88 -203 88q-89 0 -176 -30.5t-157 -88.5l-195 258q205 225 573 225q276 0 423 -102.5t147 -275.5 q0 -109 -85.5 -195t-215.5 -108q58 -6 114.5 -30.5t103.5 -64.5t76 -98.5t29 -126.5q0 -183 -164.5 -296.5t-429.5 -113.5q-195 0 -346.5 58t-242.5 155z" />
|
||||
<glyph unicode="4" horiz-adv-x="1302" d="M37 219v318l498 829h573v-786h158v-361h-158v-219h-414v219h-657zM436 580h258v430z" />
|
||||
<glyph unicode="5" horiz-adv-x="1282" d="M66 168l221 291q69 -57 161.5 -88t184.5 -31q96 0 144 33t48 80q0 49 -45 80.5t-135 31.5q-154 0 -254 -94l-285 66v829h1045v-360h-631v-193q51 48 126 76.5t159 28.5q117 0 217 -54t161.5 -157.5t61.5 -235.5q0 -228 -161.5 -362t-446.5 -134q-359 0 -571 193z" />
|
||||
<glyph unicode="6" horiz-adv-x="1280" d="M37 680q0 224 91.5 385t251.5 241t374 80q117 0 231 -31.5t195 -86.5l-174 -320q-105 74 -252 74q-53 0 -104 -14.5t-95.5 -42t-72 -75t-27.5 -106.5v-4q52 66 137 103t180 37q93 0 179.5 -30.5t154.5 -86.5t108.5 -143t40.5 -193q0 -220 -160.5 -356t-406.5 -136 q-164 0 -290.5 53.5t-204 150t-117 223t-39.5 278.5zM453 514q7 -76 58 -125t151 -49q76 0 125 33.5t49 77.5q0 41 -32 69t-73 38.5t-86 10.5q-122 0 -192 -55z" />
|
||||
<glyph unicode="7" horiz-adv-x="1177" d="M37 1006v360h1116v-287l-455 -1079h-452l432 1006h-641z" />
|
||||
<glyph unicode="8" horiz-adv-x="1290" d="M37 365q0 109 70.5 199.5t189.5 140.5q-238 98 -238 315q0 78 34 141t91 104t133.5 69t158 40t169.5 12t169.5 -12t158 -40t133.5 -69t91 -104t34 -141q0 -216 -240 -315q119 -50 190.5 -141t71.5 -199q0 -101 -51.5 -178t-139.5 -122t-193.5 -67.5t-223.5 -22.5 t-223.5 22.5t-193.5 67.5t-139.5 122t-51.5 178zM457 412q0 -45 51 -73t137 -28q84 0 136.5 28.5t52.5 72.5q0 37 -58.5 66.5t-130.5 39.5q-73 -10 -130.5 -39.5t-57.5 -66.5zM479 958q0 -31 50 -58t116 -36q66 9 115 36t49 58q0 42 -44 67.5t-120 25.5q-77 0 -121.5 -25.5 t-44.5 -67.5z" />
|
||||
<glyph unicode="9" horiz-adv-x="1280" d="M25 897q0 220 160.5 356t406.5 136q164 0 290.5 -53.5t204 -150t117 -223t39.5 -278.5q0 -224 -91.5 -385t-252 -241.5t-373.5 -80.5q-117 0 -230.5 31.5t-195.5 87.5l174 320q105 -74 252 -74q130 0 214.5 67.5t84.5 168.5v6q-52 -66 -137 -103t-180 -37 q-93 0 -179.5 30.5t-154.5 86.5t-108.5 143t-40.5 193zM444 913q0 -41 32 -69t73 -38.5t86 -10.5q122 0 192 55q-7 76 -58 125t-153 49q-74 0 -123 -33.5t-49 -77.5z" />
|
||||
<glyph unicode=":" horiz-adv-x="544" d="M70 195q0 89 65 154t154 65t154 -65t65 -154t-65 -154.5t-154 -65.5t-154 65.5t-65 154.5zM70 784q0 89 65 154.5t154 65.5t154 -65.5t65 -154.5t-65 -154t-154 -65t-154 65t-65 154z" />
|
||||
<glyph unicode=";" horiz-adv-x="575" d="M70 211q0 89 63 152t150 63q98 0 167.5 -71.5t69.5 -192.5q0 -133 -67 -249t-189 -202l-149 121q52 23 109.5 82t76.5 115q-23 -9 -53 -9q-75 0 -126.5 53t-51.5 138zM70 786q0 89 65 153.5t154 64.5t154 -64.5t65 -153.5t-65 -155t-154 -66t-154 66t-65 155z" />
|
||||
<glyph unicode="<" horiz-adv-x="1044" d="M59 553v266l926 369v-256l-684 -248l684 -244v-256z" />
|
||||
<glyph unicode="=" horiz-adv-x="1044" d="M59 389v215h926v-215h-926zM59 764v215h926v-215h-926z" />
|
||||
<glyph unicode=">" horiz-adv-x="1044" d="M59 184v256l684 244l-684 248v256l926 -369v-266z" />
|
||||
<glyph unicode="?" horiz-adv-x="921" d="M0 1200q86 92 207.5 139t247.5 47q207 0 328.5 -88.5t121.5 -240.5q0 -59 -16 -108.5t-41.5 -83t-56.5 -62.5t-62.5 -51.5t-57 -44t-41.5 -46.5t-16 -53q0 -48 23 -76l-324 -73q-55 75 -55 194q0 62 23.5 112.5t57 81t67.5 54t57.5 42.5t23.5 36q0 43 -79 43 q-41 0 -91.5 -23.5t-87.5 -62.5zM248 195q0 89 65 154t154 65t154 -65t65 -154t-65 -154.5t-154 -65.5t-154 65.5t-65 154.5z" />
|
||||
<glyph unicode="@" horiz-adv-x="1603" d="M72 500q0 158 67.5 307.5t178.5 258.5t260.5 175t306.5 66q145 0 267.5 -49t204.5 -132t127.5 -193t45.5 -231q0 -106 -30 -195.5t-78 -149.5t-109 -102.5t-122 -61.5t-118 -19q-91 0 -142.5 38t-68.5 97l-4 15q-52 -74 -122.5 -112t-141.5 -38q-151 0 -236.5 100.5 t-85.5 255.5q0 95 37 185.5t98 156.5t142.5 106t167.5 40q84 0 149 -30.5t101 -84.5l18 90h324l-95 -444q-6 -30 -6 -55q0 -78 58 -78q65 0 113 77t48 209q0 236 -147.5 375.5t-402.5 139.5q-140 0 -271.5 -58t-228 -154t-155 -227.5t-58.5 -271.5q0 -157 72.5 -285 t203 -202t291.5 -74q193 0 367 110l49 -69q-200 -129 -426 -129q-183 0 -332 85t-233 232t-84 326zM604 559q0 -60 35 -95.5t94 -35.5q85 0 152 84l39 195q-38 57 -119 57q-90 0 -145.5 -61.5t-55.5 -143.5z" />
|
||||
<glyph unicode="A" horiz-adv-x="1454" d="M-37 0l504 1366h520l504 -1366h-469l-49 160h-492l-49 -160h-469zM592 520h270l-135 441z" />
|
||||
<glyph unicode="B" horiz-adv-x="1427" d="M111 0v1366h829q102 0 182.5 -31.5t127.5 -83t71.5 -111.5t24.5 -122q0 -124 -65.5 -207t-168.5 -106q112 -18 186 -111t74 -223q0 -73 -25 -138.5t-73 -118t-127 -83.5t-178 -31h-858zM524 344h332q44 0 70 23.5t26 62.5q0 38 -26.5 63t-69.5 25h-332v-174zM524 862h320 q33 0 57.5 23t24.5 59q0 34 -24.5 56t-57.5 22h-320v-160z" />
|
||||
<glyph unicode="C" horiz-adv-x="1427" d="M37 682q0 207 98.5 369t269 250t383.5 88q103 0 193.5 -23.5t156 -62t120 -92t90 -107t61.5 -113.5l-356 -166q-27 83 -101.5 141t-163.5 58q-147 0 -239 -98.5t-92 -243.5t92 -243.5t239 -98.5q89 0 163.5 58t101.5 141l356 -164q-26 -59 -61 -112t-89.5 -107t-120 -93 t-156.5 -63.5t-194 -24.5q-213 0 -384 88.5t-269 250.5t-98 368z" />
|
||||
<glyph unicode="D" horiz-adv-x="1507" d="M111 0v1366h610q217 0 385 -78.5t266 -234.5t98 -369t-98 -369.5t-265.5 -235.5t-383.5 -79h-612zM524 360h197q150 0 240 94.5t90 229.5q0 144 -84 233t-244 89h-199v-646z" />
|
||||
<glyph unicode="E" d="M111 0v1366h1036v-360h-623v-136h609v-360h-609v-150h623v-360h-1036z" />
|
||||
<glyph unicode="F" horiz-adv-x="1212" d="M111 0v1366h1036v-360h-623v-136h609v-360h-609v-510h-413z" />
|
||||
<glyph unicode="G" horiz-adv-x="1486" d="M37 682q0 160 59 294.5t161 224t239 139t292 49.5q95 0 179.5 -20.5t148.5 -54.5t118 -81t91 -96.5t64 -104.5l-349 -178q-33 70 -99.5 120t-152.5 50q-147 0 -239 -98.5t-92 -243.5t92 -243.5t239 -98.5q78 0 143.5 31.5t106.5 81.5h-290v360h745q0 -402 -199.5 -620 t-545.5 -218q-140 0 -268.5 50t-227 139.5t-157 224t-58.5 293.5z" />
|
||||
<glyph unicode="H" horiz-adv-x="1538" d="M111 0v1366h413v-483h490v483h413v-1366h-413v522h-490v-522h-413z" />
|
||||
<glyph unicode="I" horiz-adv-x="634" d="M111 0v1366h413v-1366h-413z" />
|
||||
<glyph unicode="J" horiz-adv-x="1019" d="M0 86l168 315q89 -61 176 -61q68 0 110 41.5t42 112.5v872h413v-879q0 -255 -141 -383.5t-387 -128.5q-238 0 -381 111z" />
|
||||
<glyph unicode="K" horiz-adv-x="1374" d="M111 0v1366h413v-512l359 512h506l-517 -635l539 -731h-504l-307 481l-76 -102v-379h-413z" />
|
||||
<glyph unicode="L" horiz-adv-x="1097" d="M111 0v1366h413v-1006h518v-360h-931z" />
|
||||
<glyph unicode="M" horiz-adv-x="1843" d="M111 0v1366h571l240 -655l239 655h572v-1366h-414v821l-305 -821h-185l-305 821v-821h-413z" />
|
||||
<glyph unicode="N" horiz-adv-x="1536" d="M111 0v1366h426l475 -647v647h413v-1366h-397l-504 692v-692h-413z" />
|
||||
<glyph unicode="O" horiz-adv-x="1568" d="M37 682q0 155 57.5 287.5t157.5 224t237.5 143.5t294.5 52t295 -52t237.5 -143.5t157.5 -224t58 -287.5t-58 -287.5t-157.5 -224t-237.5 -143.5t-295 -52t-294.5 52t-237.5 143.5t-157.5 224t-57.5 287.5zM457 682q0 -146 90.5 -244t236.5 -98t237 98t91 244t-91 244 t-237 98t-236.5 -98t-90.5 -244z" />
|
||||
<glyph unicode="P" horiz-adv-x="1355" d="M111 0v1366h729q154 0 267.5 -64.5t168.5 -169.5t55 -235q0 -129 -55 -233.5t-168.5 -169t-267.5 -64.5h-316v-430h-413zM524 791h262q55 0 90 27t35 79q0 53 -35 81t-90 28h-262v-215z" />
|
||||
<glyph unicode="Q" horiz-adv-x="1568" d="M37 682q0 155 57.5 287.5t157.5 224t237.5 143.5t294.5 52t295 -52t237.5 -143.5t157.5 -224t58 -287.5q0 -272 -170 -463l74 -92l-287 -229l-96 118q-128 -41 -269 -41q-157 0 -294.5 52t-237.5 143.5t-157.5 224t-57.5 287.5zM457 682q0 -146 90.5 -244t236.5 -98h13 l-95 119l287 229l103 -131q20 56 20 125q0 146 -91 244t-237 98t-236.5 -98t-90.5 -244z" />
|
||||
<glyph unicode="R" horiz-adv-x="1388" d="M111 0v1366h729q154 0 267.5 -64.5t168.5 -169.5t55 -235q0 -84 -22.5 -155.5t-60.5 -121t-78 -82.5t-85 -55l248 -483h-471l-188 430h-150v-430h-413zM524 791h252q57 0 96 27t39 81q0 52 -39 79.5t-96 27.5h-252v-215z" />
|
||||
<glyph unicode="S" horiz-adv-x="1255" d="M6 193l215 307q82 -79 196 -127.5t245 -48.5q65 0 108 18t43 55q0 21 -26 35t-70 23.5t-101.5 19t-120.5 23.5t-126 33.5t-120.5 53.5t-101.5 79t-70 114.5t-26 155.5q0 88 36.5 168.5t105.5 144t179 101.5t246 38q347 0 580 -190l-221 -293q-86 65 -193.5 100t-208.5 35 q-104 0 -104 -61q0 -20 26 -35t70 -25t101 -20.5t120 -25t126 -34.5t120 -53t101 -76.5t70 -109.5t26 -147q0 -225 -157 -350.5t-433 -125.5q-394 0 -635 218z" />
|
||||
<glyph unicode="T" horiz-adv-x="1218" d="M37 1006v360h1145v-360h-365v-1006h-414v1006h-366z" />
|
||||
<glyph unicode="U" horiz-adv-x="1570" d="M111 561v805h419v-791q0 -103 66.5 -169t189.5 -66q121 0 187.5 66t66.5 169v791h420v-803q0 -129 -41 -235.5t-122.5 -186t-211.5 -123t-299 -43.5t-299.5 43.5t-211.5 123t-122.5 185t-41.5 234.5z" />
|
||||
<glyph unicode="V" horiz-adv-x="1454" d="M-37 1366h469l295 -920l295 920h469l-504 -1366h-520z" />
|
||||
<glyph unicode="W" horiz-adv-x="1953" d="M-25 1366h463l176 -836l207 836h312l206 -836l174 836h465l-391 -1366h-434l-176 774l-176 -774h-434z" />
|
||||
<glyph unicode="X" horiz-adv-x="1400" d="M-37 0l457 700l-426 666h485l221 -389l218 389h489l-426 -664l457 -702h-488l-250 418l-249 -418h-488z" />
|
||||
<glyph unicode="Y" horiz-adv-x="1359" d="M-37 1366h465l254 -461l250 461h465l-508 -823v-543h-414v543z" />
|
||||
<glyph unicode="Z" horiz-adv-x="1228" d="M74 0v328l520 678h-520v360h1067v-326l-523 -680h537v-360h-1081z" />
|
||||
<glyph unicode="[" horiz-adv-x="649" d="M111 -389v1778h501v-234h-245v-1311h245v-233h-501z" />
|
||||
<glyph unicode="\" horiz-adv-x="741" d="M0 1407h256l485 -1448h-256z" />
|
||||
<glyph unicode="]" horiz-adv-x="649" d="M37 -156h246v1311h-246v234h502v-1778h-502v233z" />
|
||||
<glyph unicode="^" horiz-adv-x="921" d="M39 682l293 684h264l287 -684h-258l-164 440l-162 -440h-260z" />
|
||||
<glyph unicode="_" horiz-adv-x="1155" d="M-6 -82h1167v-233h-1167v233z" />
|
||||
<glyph unicode="`" horiz-adv-x="563" d="M0 1434h317l246 -295h-246z" />
|
||||
<glyph unicode="a" d="M35 496q0 239 123.5 378.5t312.5 139.5q170 0 277 -129v104h370v-989h-368v104q-115 -129 -279 -129q-91 0 -169.5 34t-138.5 98.5t-94 164.5t-34 224zM412 496q0 -89 53 -142t131 -53q39 0 84 18.5t70 49.5v252q-25 30 -69.5 47.5t-84.5 17.5q-79 0 -131.5 -50.5 t-52.5 -139.5z" />
|
||||
<glyph unicode="b" d="M102 0v1366h369v-481q107 129 279 129q189 0 312.5 -139.5t123.5 -378.5q0 -124 -34 -224t-94 -164.5t-138.5 -98.5t-169.5 -34q-164 0 -279 129v-104h-369zM471 367q25 -30 69.5 -48t84.5 -18q78 0 131 52.5t53 142.5q0 89 -53 140.5t-131 51.5q-39 0 -84 -18t-70 -49 v-254z" />
|
||||
<glyph unicode="c" horiz-adv-x="1028" d="M35 496q0 153 73.5 272t199.5 182.5t282 63.5q154 0 262.5 -56t157.5 -131l-238 -223q-25 38 -67.5 61t-98.5 23q-83 0 -138.5 -50.5t-55.5 -141.5t56 -143t138 -52q55 0 97.5 24.5t68.5 61.5l238 -225q-50 -74 -158.5 -130.5t-261.5 -56.5q-156 0 -282 64t-199.5 183.5 t-73.5 273.5z" />
|
||||
<glyph unicode="d" d="M35 496q0 239 123.5 378.5t312.5 139.5q172 0 279 -129v481h368v-1366h-368v104q-115 -129 -279 -129q-91 0 -169.5 34t-138.5 98.5t-94 164.5t-34 224zM412 496q0 -89 53 -142t131 -53q39 0 84 18.5t70 49.5v254q-25 30 -69.5 47.5t-84.5 17.5q-78 0 -131 -51.5 t-53 -140.5z" />
|
||||
<glyph unicode="e" horiz-adv-x="1112" d="M35 496q0 107 39.5 202t109.5 165t171 110.5t218 40.5q224 0 369 -151t145 -406v-76h-671q16 -52 72 -88.5t141 -36.5q48 0 120.5 20t106.5 50l152 -228q-70 -60 -187 -91.5t-235 -31.5q-155 0 -279.5 61.5t-198 181t-73.5 278.5zM412 614h325q-5 19 -14 37t-26.5 38 t-49.5 32t-74 12q-129 0 -161 -119z" />
|
||||
<glyph unicode="f" horiz-adv-x="759" d="M14 670v319h164v45q0 154 106.5 253t270.5 99q139 0 229 -49l-67 -250q-39 27 -82 27q-37 0 -62.5 -23t-25.5 -57v-45h201v-319h-201v-670h-369v670h-164z" />
|
||||
<glyph unicode="g" horiz-adv-x="1218" d="M35 520q0 238 121 366t313 128q169 0 279 -129v104h368v-883q0 -123 -39.5 -216.5t-99.5 -147.5t-143 -87.5t-158 -44.5t-158 -11q-264 0 -450 147l155 262q54 -54 132.5 -81t162.5 -27q38 0 73.5 8.5t73 29t60.5 64t23 104.5v54q-116 -133 -279 -133q-91 0 -168.5 30 t-137.5 89t-94 155t-34 219zM412 520q0 -86 51.5 -127t132.5 -41q38 0 82.5 17.5t69.5 46.5v209q-25 29 -69.5 46t-82.5 17q-81 0 -132.5 -41t-51.5 -127z" />
|
||||
<glyph unicode="h" horiz-adv-x="1245" d="M104 0v1366h369v-489q50 58 135.5 97.5t204.5 39.5q164 0 247 -85t83 -222v-707h-369v551q0 73 -36.5 105t-106.5 32q-56 0 -91.5 -21.5t-66.5 -56.5v-610h-369z" />
|
||||
<glyph unicode="i" horiz-adv-x="573" d="M80 1268q0 86 60.5 146.5t146.5 60.5t146.5 -60.5t60.5 -146.5t-60.5 -146.5t-146.5 -60.5t-146.5 60.5t-60.5 146.5zM102 0v989h369v-989h-369z" />
|
||||
<glyph unicode="j" horiz-adv-x="573" d="M-217 -334l88 273q31 -23 55.5 -31t67.5 -8q52 0 80 36.5t28 106.5v946h369v-946q0 -201 -103 -322.5t-309 -121.5q-107 0 -159.5 14t-116.5 53zM80 1268q0 86 60.5 146.5t146.5 60.5t146.5 -60.5t60.5 -146.5t-60.5 -146.5t-146.5 -60.5t-146.5 60.5t-60.5 146.5z" />
|
||||
<glyph unicode="k" horiz-adv-x="1140" d="M102 0v1366h369v-729l227 352h445l-340 -450l362 -539h-452l-170 319l-72 -96v-223h-369z" />
|
||||
<glyph unicode="l" horiz-adv-x="671" d="M102 287v1079h369v-973q0 -39 23 -65.5t59 -26.5q23 0 45.5 6t28.5 12l65 -278q-32 -29 -97 -47.5t-153 -18.5q-165 0 -252.5 79t-87.5 233z" />
|
||||
<glyph unicode="m" horiz-adv-x="1837" d="M102 0v989h369v-112q39 50 129 93.5t199 43.5q220 0 284 -174q47 71 141 122.5t206 51.5q142 0 223.5 -74t81.5 -223v-717h-369v578q0 48 -27.5 79t-85.5 31q-84 0 -151 -78v-610h-369v578q0 49 -26.5 79.5t-85.5 30.5q-83 0 -150 -78v-610h-369z" />
|
||||
<glyph unicode="n" horiz-adv-x="1243" d="M102 0v989h369v-112q50 58 135.5 97.5t204.5 39.5q164 0 247 -87t83 -225v-702h-369v547q0 141 -143 141q-56 0 -91.5 -21.5t-66.5 -56.5v-610h-369z" />
|
||||
<glyph unicode="o" horiz-adv-x="1181" d="M35 496q0 104 38 197.5t107.5 165t175.5 113.5t234 42t235 -42t176.5 -113.5t107.5 -165t38 -197.5t-38 -198t-107.5 -166t-176.5 -114.5t-235 -42.5t-234 42.5t-175.5 114.5t-107.5 166t-38 198zM414 496q0 -86 46.5 -140.5t129.5 -54.5q84 0 131 54.5t47 140.5 q0 85 -47 138.5t-131 53.5q-82 0 -129 -54t-47 -138z" />
|
||||
<glyph unicode="p" horiz-adv-x="1218" d="M102 -377v1366h369v-104q110 129 279 129q191 0 312.5 -136t121.5 -382q0 -247 -121.5 -384t-312.5 -137q-166 0 -279 129v-481h-369zM471 369q24 -29 69.5 -48.5t82.5 -19.5q77 0 130.5 52.5t53.5 142.5q0 89 -53.5 140.5t-130.5 51.5q-38 0 -82.5 -18.5t-69.5 -48.5 v-252z" />
|
||||
<glyph unicode="q" horiz-adv-x="1218" d="M35 496q0 246 121.5 382t312.5 136q169 0 279 -129v104h368v-1366h-368v481q-113 -129 -279 -129q-191 0 -312.5 137t-121.5 384zM412 496q0 -90 53.5 -142.5t130.5 -52.5q37 0 82.5 19.5t69.5 48.5v252q-25 30 -69.5 48.5t-82.5 18.5q-77 0 -130.5 -51.5t-53.5 -140.5z " />
|
||||
<glyph unicode="r" horiz-adv-x="798" d="M102 0v989h369v-108q47 56 134 96.5t169 40.5v-352q-30 10 -84 10q-65 0 -127.5 -18t-91.5 -52v-606h-369z" />
|
||||
<glyph unicode="s" horiz-adv-x="1003" d="M18 127l148 248q61 -47 168 -86t188 -39q99 0 99 43q0 16 -24 26.5t-63.5 15t-90 13t-103.5 19t-103.5 34.5t-90 57t-63.5 90.5t-24 131.5q0 67 29.5 127t84 106.5t139.5 73.5t190 27q236 0 428 -127l-135 -240q-50 42 -130 72.5t-161 30.5q-41 0 -66.5 -11.5 t-25.5 -31.5q0 -14 24 -23.5t63.5 -14t90 -14t103 -20.5t103 -36.5t90 -60t63.5 -92t24 -131.5q0 -151 -126.5 -245.5t-342.5 -94.5q-135 0 -270.5 42.5t-215.5 109.5z" />
|
||||
<glyph unicode="t" horiz-adv-x="782" d="M14 670v319h164v271h369v-271h201v-319h-201v-277q0 -39 23 -65.5t59 -26.5q23 0 45 5.5t28 12.5l66 -278q-32 -29 -97 -47.5t-153 -18.5q-165 0 -252.5 79t-87.5 233v383h-164z" />
|
||||
<glyph unicode="u" horiz-adv-x="1241" d="M102 283v706h369v-549q0 -139 143 -139q38 0 70.5 13.5t49 27.5t36.5 37v610h369v-989h-369v111q-51 -57 -136 -96.5t-204 -39.5q-163 0 -245.5 86t-82.5 222z" />
|
||||
<glyph unicode="v" horiz-adv-x="1095" d="M-31 989h389l189 -565l190 565h389l-383 -989h-391z" />
|
||||
<glyph unicode="w" horiz-adv-x="1648" d="M-25 989h379l131 -545l174 545h330l172 -545l131 545h381l-287 -989h-401l-162 553l-159 -553h-402z" />
|
||||
<glyph unicode="x" horiz-adv-x="1067" d="M-25 0l324 508l-303 481h403l133 -231l134 231h403l-303 -481l326 -508h-404l-153 262l-158 -262h-402z" />
|
||||
<glyph unicode="y" horiz-adv-x="1241" d="M90 -254l156 262q48 -55 131 -81.5t164 -26.5q110 0 169.5 53t59.5 153v70q-51 -57 -136 -96t-204 -39q-164 0 -246 85.5t-82 221.5v641h369v-483q0 -139 143 -139q38 0 70.5 13t49 27.5t36.5 36.5v545h369v-883q0 -229 -157.5 -368t-440.5 -139q-265 0 -451 147z" />
|
||||
<glyph unicode="z" horiz-adv-x="995" d="M68 0v270l348 400h-348v319h852v-258l-357 -412h365v-319h-860z" />
|
||||
<glyph unicode="{" horiz-adv-x="647" d="M4 403v193q52 0 79.5 36t27.5 95v283q0 172 111 275.5t267 103.5h123v-234h-123q-53 0 -87.5 -38.5t-34.5 -104.5v-326q0 -145 -95 -186q95 -41 95 -187v-323q0 -65 35 -105.5t87 -40.5h123v-233h-123q-156 0 -267 102.5t-111 274.5v284q0 59 -27.5 95t-79.5 36z" />
|
||||
<glyph unicode="|" horiz-adv-x="454" d="M111 -41v1448h233v-1448h-233z" />
|
||||
<glyph unicode="}" horiz-adv-x="647" d="M35 -156h123q52 0 87.5 40.5t35.5 105.5v323q0 147 94 187q-94 40 -94 186v326q0 66 -35 104.5t-88 38.5h-123v234h123q156 0 267.5 -103.5t111.5 -275.5v-283q0 -59 27 -95t79 -36v-193q-52 0 -79 -36t-27 -95v-284q0 -87 -31 -159t-84 -119t-121 -73t-143 -26h-123v233 z" />
|
||||
<glyph unicode="~" horiz-adv-x="1060" d="M51 848q6 82 16.5 148t34 138t57.5 120.5t90.5 80t129.5 31.5q56 0 99 -18.5t67.5 -48t41.5 -65t27 -71t19 -65t21.5 -48t29.5 -18.5q68 0 88 334l238 -29q-5 -68 -13 -123t-22.5 -117.5t-38.5 -109t-57.5 -86t-83 -60t-111.5 -20.5q-56 0 -99 18.5t-67.5 47.5 t-41.5 64.5t-27 71t-19 64.5t-21.5 47.5t-29.5 18.5q-15 0 -27.5 -15t-21 -44t-15 -58.5t-11 -73t-6.5 -72t-5 -69.5z" />
|
||||
<glyph unicode="¡" horiz-adv-x="573" d="M68 -377l51 858h332l55 -858h-438zM68 797q0 88 64 152.5t153 64.5t153 -64.5t64 -152.5q0 -89 -64 -154t-153 -65t-153 65t-64 154z" />
|
||||
<glyph unicode="¢" horiz-adv-x="1028" d="M35 496q0 199 120.5 335.5t313.5 172.5v153h258v-158q101 -22 174 -69.5t109 -102.5l-238 -223q-25 38 -67.5 61t-98.5 23q-83 0 -138.5 -50.5t-55.5 -141.5t56 -143t138 -52q55 0 97.5 24.5t68.5 61.5l238 -225q-37 -54 -110 -102.5t-173 -69.5v-195h-258v191 q-193 34 -313.5 171.5t-120.5 338.5z" />
|
||||
<glyph unicode="£" horiz-adv-x="1189" d="M53 553v223h78q-45 85 -45 166q0 85 33.5 159t88 125t124.5 88t144 54.5t145 17.5q204 0 334.5 -63.5t203.5 -202.5l-328 -188q-22 62 -63.5 92.5t-93.5 30.5q-60 0 -97.5 -35t-37.5 -86q0 -58 45 -158h274v-223h-223q-3 -48 -33 -99t-72 -75q37 12 88 12q57 0 125 -25.5 t109 -25.5q106 0 156 68l157 -326q-100 -107 -327 -107q-75 0 -148.5 21.5t-131.5 43t-95 21.5q-104 0 -234 -75l-135 270q174 95 174 197q0 41 -18 100h-197z" />
|
||||
<glyph unicode="¥" horiz-adv-x="1359" d="M-37 1366h465l254 -461l250 461h465l-375 -608h291v-215h-424v-109h424v-215h-424v-219h-414v219h-424v215h424v109h-424v215h289z" />
|
||||
<glyph unicode="¦" horiz-adv-x="454" d="M111 -41v647h233v-647h-233zM111 760v647h233v-647h-233z" />
|
||||
<glyph unicode="§" horiz-adv-x="1024" d="M25 -2l141 229q63 -56 157.5 -99.5t180.5 -43.5q117 0 117 55q0 25 -24 42t-63.5 26t-90 20.5t-103.5 23t-103.5 36t-90 57t-63.5 88t-24 127.5q0 88 52 152.5t112 95.5q-164 76 -164 266q0 135 127 224t314 89q275 0 428 -133l-133 -215q-55 43 -130.5 71t-146.5 28 q-106 0 -106 -56q0 -24 31 -38.5t80.5 -24t109 -20t119.5 -31.5t109.5 -52.5t80.5 -89.5t31 -137q0 -80 -41 -150.5t-113 -111.5q154 -75 154 -252q0 -157 -132 -248.5t-337 -91.5q-147 0 -269.5 46t-209.5 118zM412 621q0 -89 129 -111q69 30 69 100q0 86 -110 109 q-88 -15 -88 -98z" />
|
||||
<glyph unicode="¨" horiz-adv-x="651" d="M-78 1266q0 76 53 129t129 53q77 0 130 -53t53 -129t-53.5 -129.5t-129.5 -53.5t-129 53t-53 130zM365 1266q0 76 53.5 129t128.5 53q77 0 130.5 -53t53.5 -129t-53.5 -129.5t-130.5 -53.5q-75 0 -128.5 53.5t-53.5 129.5z" />
|
||||
<glyph unicode="©" horiz-adv-x="1593" d="M90 684q0 192 95 355t258 257.5t354 94.5q144 0 275 -56t225 -150.5t150 -225.5t56 -275q0 -143 -56 -274t-150 -226t-225 -151t-275 -56q-191 0 -354 95t-258 258t-95 354zM176 684q0 -125 49.5 -240t133 -198.5t198.5 -133t240 -49.5q168 0 311 84t226 227t83 310 q0 168 -83 311t-226 226.5t-311 83.5q-167 0 -310.5 -83.5t-227 -226.5t-83.5 -311zM387 686q0 185 123.5 305.5t302.5 120.5q93 0 172 -37t135 -102l-76 -76q-41 55 -101 87t-130 32q-132 0 -222.5 -93.5t-90.5 -236.5q0 -142 91 -238t222 -96q71 0 132 32.5t102 88.5 l77 -74q-57 -67 -137.5 -105t-173.5 -38q-179 0 -302.5 122.5t-123.5 307.5z" />
|
||||
<glyph unicode="ª" horiz-adv-x="802" d="M41 862q0 100 68 152.5t155 52.5q75 0 125 -21t72 -47v50q0 39 -30 63.5t-87 24.5q-96 0 -176 -74l-90 168q63 48 148.5 72t164.5 24q53 0 98 -7.5t89 -27t74.5 -51t49.5 -82.5t19 -117v-374h-260v59q-23 -29 -73 -52.5t-124 -23.5q-86 0 -154.5 55t-68.5 156zM297 862 q0 -53 78 -53q26 0 51 10.5t35 28.5v31q-10 16 -35 26t-51 10q-78 0 -78 -53z" />
|
||||
<glyph unicode="«" horiz-adv-x="1259" d="M61 498l328 362h328l-328 -362l328 -369h-328zM543 498l327 362h328l-328 -362l328 -369h-328z" />
|
||||
<glyph unicode="¬" horiz-adv-x="1079" d="M59 764v215h926v-590h-221v375h-705z" />
|
||||
<glyph unicode="­" horiz-adv-x="614" d="M61 342v307h492v-307h-492z" />
|
||||
<glyph unicode="®" horiz-adv-x="1011" d="M72 952q0 181 127 307.5t307 126.5q119 0 219 -57.5t157.5 -157.5t57.5 -219q0 -180 -126.5 -307t-307.5 -127q-180 0 -307 127t-127 307zM143 952q0 -150 106.5 -256t256.5 -106t256 106t106 256q0 152 -105.5 257.5t-256.5 105.5t-257 -105.5t-106 -257.5zM338 702v498 h203q66 0 117 -42.5t51 -108.5q0 -72 -46 -110t-81 -38l133 -199h-92l-129 197h-80v-197h-76zM414 965h127q34 0 62 24t28 60q0 39 -27.5 63.5t-62.5 24.5h-127v-172z" />
|
||||
<glyph unicode="¯" horiz-adv-x="743" d="M0 1210v199h743v-199h-743z" />
|
||||
<glyph unicode="°" horiz-adv-x="677" d="M35 1081q0 126 88.5 215.5t214.5 89.5t215.5 -89.5t89.5 -215.5t-89.5 -214.5t-215.5 -88.5t-214.5 88.5t-88.5 214.5zM221 1081q0 -49 33.5 -82.5t83.5 -33.5t85.5 33.5t35.5 82.5t-35.5 85t-85.5 36q-49 0 -83 -35.5t-34 -85.5z" />
|
||||
<glyph unicode="±" horiz-adv-x="1044" d="M59 0v215h926v-215h-926zM59 672v215h344v379h238v-379h344v-215h-344v-396h-238v396h-344z" />
|
||||
<glyph unicode="²" horiz-adv-x="833" d="M45 1554q69 72 166.5 106t191.5 34q170 0 268.5 -73t98.5 -196q0 -79 -62.5 -155.5t-232.5 -194.5h303v-213h-692v195q197 136 284 202t108.5 92t21.5 52q0 36 -26.5 57t-76.5 21q-61 0 -122 -31t-95 -68z" />
|
||||
<glyph unicode="³" horiz-adv-x="833" d="M47 975l127 178q48 -46 113 -69t116 -23q56 0 84.5 15t28.5 38q0 19 -9.5 31t-31.5 17.5t-45 7t-63 1.5q-89 0 -101 -2v209q18 -2 99 -2q77 0 107 11.5t30 42.5q0 51 -117 51q-123 0 -209 -80l-119 158q128 135 359 135q175 0 264.5 -62.5t89.5 -165.5q0 -65 -50.5 -117 t-131.5 -65q76 -7 136 -58t60 -132q0 -109 -102.5 -177.5t-267.5 -68.5q-121 0 -215.5 34.5t-151.5 92.5z" />
|
||||
<glyph unicode="´" horiz-adv-x="563" d="M0 1139l246 295h317l-317 -295h-246z" />
|
||||
<glyph unicode="µ" horiz-adv-x="1241" d="M102 -377v1366h369v-549q0 -139 143 -139q38 0 70.5 13.5t49 27.5t36.5 37v610h369v-989h-369v111q-111 -123 -299 -136v-352h-369z" />
|
||||
<glyph unicode="¶" horiz-adv-x="919" d="M55 1014q0 146 103.5 249t249.5 103h466v-1571h-163v1407h-140v-1407h-163v867q-146 0 -249.5 103t-103.5 249z" />
|
||||
<glyph unicode="·" horiz-adv-x="579" d="M72 500q0 89 64 154t153 65t153 -65t64 -154q0 -88 -64 -152.5t-153 -64.5t-153 64.5t-64 152.5z" />
|
||||
<glyph unicode="¸" horiz-adv-x="485" d="M0 -340l63 131q87 -61 170 -61q36 0 61 12t25 37q0 35 -43 35q-32 0 -53 -25l-121 70l62 164h164l-52 -119q30 18 70 18q57 0 98 -42t41 -107q0 -85 -69.5 -134t-171.5 -49q-77 0 -142.5 20t-101.5 50z" />
|
||||
<glyph unicode="¹" horiz-adv-x="688" d="M0 1358l334 323h231v-819h-270v477l-143 -141z" />
|
||||
<glyph unicode="º" horiz-adv-x="829" d="M41 989q0 67 26 128t73 108t118 74.5t156 27.5q172 0 273 -99t101 -239t-101 -239t-273 -99q-85 0 -156 27.5t-118 74.5t-73 108t-26 128zM309 989q0 -133 105 -133q108 0 108 133q0 129 -108 129q-105 0 -105 -129z" />
|
||||
<glyph unicode="»" horiz-adv-x="1259" d="M61 129l328 369l-328 362h328l328 -362l-328 -369h-328zM543 129l327 369l-327 362h327l328 -362l-328 -369h-327z" />
|
||||
<glyph unicode="¼" horiz-adv-x="1837" d="M0 1042l334 324h231v-819h-270v477l-143 -141zM344 0l873 1366h200l-874 -1366h-199zM1042 145v179l293 495h379v-465h96v-209h-96v-145h-268v145h-404zM1307 354h139v242z" />
|
||||
<glyph unicode="½" horiz-adv-x="1898" d="M0 1042l334 324h231v-819h-270v477l-143 -141zM344 0l873 1366h200l-874 -1366h-199zM1110 692q69 72 166 105.5t192 33.5q170 0 268.5 -72.5t98.5 -195.5q0 -79 -62.5 -155.5t-232.5 -194.5h303v-213h-692v195q197 136 284 202t108.5 92t21.5 52q0 36 -26.5 56.5 t-76.5 20.5q-61 0 -122.5 -30.5t-94.5 -67.5z" />
|
||||
<glyph unicode="¾" horiz-adv-x="1974" d="M47 659l127 179q48 -47 113 -70t116 -23q56 0 84.5 15.5t28.5 38.5q0 19 -9.5 31t-31.5 17.5t-45 7t-63 1.5q-89 0 -101 -2v209q18 -2 99 -2q77 0 107 11.5t30 41.5q0 51 -117 51q-123 0 -209 -80l-119 158q128 135 359 135q175 0 264.5 -62t89.5 -165q0 -65 -50.5 -117 t-131.5 -65q76 -7 136 -58.5t60 -132.5q0 -109 -102.5 -177.5t-267.5 -68.5q-121 0 -215.5 34.5t-151.5 92.5zM481 0l873 1366h200l-874 -1366h-199zM1180 145v179l293 495h378v-465h97v-209h-97v-145h-268v145h-403zM1444 354h139v242z" />
|
||||
<glyph unicode="¿" horiz-adv-x="821" d="M16 -68q0 80 30 143t73 101t85.5 69t72.5 65t30 71q0 50 -22 76l323 73q56 -76 56 -194q0 -62 -23.5 -112.5t-57.5 -81t-68 -54t-57.5 -42.5t-23.5 -36q0 -43 80 -43q41 0 91 23.5t87 62.5l230 -264q-86 -92 -207.5 -139t-247.5 -47q-207 0 -329 88.5t-122 240.5z M236 795q0 89 65 154t154 65t154 -65t65 -154t-65 -154.5t-154 -65.5t-154 65.5t-65 154.5z" />
|
||||
<glyph unicode="À" horiz-adv-x="1454" d="M-37 0l504 1366h520l504 -1366h-469l-49 160h-492l-49 -160h-469zM367 1786h317l246 -295h-246zM592 520h270l-135 441z" />
|
||||
<glyph unicode="Á" horiz-adv-x="1454" d="M-37 0l504 1366h520l504 -1366h-469l-49 160h-492l-49 -160h-469zM530 1491l246 295h318l-318 -295h-246zM592 520h270l-135 441z" />
|
||||
<glyph unicode="Â" horiz-adv-x="1454" d="M-37 0l504 1366h520l504 -1366h-469l-49 160h-492l-49 -160h-469zM387 1491l180 295h320l186 -295h-215l-131 149l-125 -149h-215zM592 520h270l-135 441z" />
|
||||
<glyph unicode="Ã" horiz-adv-x="1454" d="M-37 0l504 1366h520l504 -1366h-469l-49 160h-492l-49 -160h-469zM379 1499q0 275 242 275q55 0 99 -22t74.5 -44t51.5 -22t35 19t14 56h182q0 -274 -241 -274q-43 0 -81 13.5t-59.5 30.5t-44.5 30.5t-41 13.5q-21 0 -35 -19.5t-14 -56.5h-182zM592 520h270l-135 441z " />
|
||||
<glyph unicode="Ä" horiz-adv-x="1454" d="M-37 0l504 1366h520l504 -1366h-469l-49 160h-492l-49 -160h-469zM324 1628q0 76 53 129t129 53t129 -53t53 -129t-53 -129t-129 -53t-129 53t-53 129zM592 520h270l-135 441zM766 1628q0 76 53.5 129t128.5 53q77 0 131 -53t54 -129t-54 -129t-131 -53q-75 0 -128.5 53 t-53.5 129z" />
|
||||
<glyph unicode="Å" horiz-adv-x="1454" d="M-37 0l504 1366h520l504 -1366h-469l-49 160h-492l-49 -160h-469zM500 1649q0 94 67.5 161.5t161.5 67.5q93 0 159 -67.5t66 -161.5t-66 -162t-159 -68q-94 0 -161.5 68t-67.5 162zM592 520h270l-135 441zM657 1649q0 -29 21.5 -50.5t50.5 -21.5t49.5 21.5t20.5 50.5 t-20.5 50t-49.5 21t-50.5 -21t-21.5 -50z" />
|
||||
<glyph unicode="Æ" horiz-adv-x="2025" d="M-51 0l809 1366h1206v-360h-623v-136h609v-360h-609v-150h623v-360h-1036v160h-424l-84 -160h-471zM696 520h232v441z" />
|
||||
<glyph unicode="Ç" horiz-adv-x="1427" d="M37 682q0 207 98.5 369t269 250t383.5 88q103 0 193.5 -23.5t156 -62t120 -92t90 -107t61.5 -113.5l-356 -166q-27 83 -101.5 141t-163.5 58q-147 0 -239 -98.5t-92 -243.5t92 -243.5t239 -98.5q89 0 163.5 58t101.5 141l356 -164q-25 -56 -57.5 -107t-83 -103 t-111 -90.5t-143.5 -65.5t-178 -32l-27 -65q30 18 70 18q57 0 98 -42t41 -107q0 -85 -69.5 -133.5t-172.5 -48.5q-78 0 -143 19.5t-101 49.5l64 131q87 -61 170 -61q36 0 61 12.5t25 36.5q0 35 -43 35q-32 0 -53 -25l-121 70l43 117q-283 33 -462 223.5t-179 474.5z" />
|
||||
<glyph unicode="È" d="M111 0v1366h1036v-360h-623v-136h609v-360h-609v-150h623v-360h-1036zM268 1786h318l245 -295h-245z" />
|
||||
<glyph unicode="É" d="M111 0v1366h1036v-360h-623v-136h609v-360h-609v-150h623v-360h-1036zM430 1491l246 295h317l-317 -295h-246z" />
|
||||
<glyph unicode="Ê" d="M111 0v1366h1036v-360h-623v-136h609v-360h-609v-150h623v-360h-1036zM287 1491l180 295h319l187 -295h-215l-131 149l-125 -149h-215z" />
|
||||
<glyph unicode="Ë" d="M111 0v1366h1036v-360h-623v-136h609v-360h-609v-150h623v-360h-1036zM231 1628q0 76 53 129t130 53q76 0 129 -53t53 -129t-53 -129t-129 -53q-77 0 -130 53t-53 129zM674 1628q0 76 53.5 129t128.5 53q77 0 130.5 -53t53.5 -129t-53.5 -129t-130.5 -53q-75 0 -128.5 53 t-53.5 129z" />
|
||||
<glyph unicode="Ì" horiz-adv-x="634" d="M-49 1786h317l246 -295h-246zM111 0v1366h413v-1366h-413z" />
|
||||
<glyph unicode="Í" horiz-adv-x="634" d="M111 0v1366h413v-1366h-413zM125 1491l246 295h317l-317 -295h-246z" />
|
||||
<glyph unicode="Î" horiz-adv-x="634" d="M-29 1491l181 295h319l186 -295h-215l-131 149l-125 -149h-215zM111 0v1366h413v-1366h-413z" />
|
||||
<glyph unicode="Ï" horiz-adv-x="634" d="M-86 1626q0 76 53 129t129 53q77 0 130 -53t53 -129t-53 -129t-130 -53q-76 0 -129 53t-53 129zM111 0v1366h413v-1366h-413zM356 1626q0 76 54 129t129 53q77 0 130.5 -53t53.5 -129t-53.5 -129t-130.5 -53q-75 0 -129 53t-54 129z" />
|
||||
<glyph unicode="Ð" horiz-adv-x="1550" d="M14 520v326h140v520h610q217 0 385 -78.5t266 -234.5t98 -369t-98 -369.5t-265.5 -235.5t-383.5 -79h-612v520h-140zM567 360h197q150 0 240 94.5t90 229.5q0 144 -84 233t-244 89h-199v-160h264v-326h-264v-160z" />
|
||||
<glyph unicode="Ñ" horiz-adv-x="1536" d="M111 0v1366h426l475 -647v647h413v-1366h-397l-504 692v-692h-413zM416 1499q0 275 241 275q43 0 81 -14t59.5 -30t44.5 -30t41 -14q21 0 35 19t14 56h182q0 -274 -242 -274q-43 0 -80.5 13.5t-59 30.5t-44.5 30.5t-41 13.5q-21 0 -35 -19.5t-14 -56.5h-182z" />
|
||||
<glyph unicode="Ò" horiz-adv-x="1568" d="M37 682q0 155 57.5 287.5t157.5 224t237.5 143.5t294.5 52t295 -52t237.5 -143.5t157.5 -224t58 -287.5t-58 -287.5t-157.5 -224t-237.5 -143.5t-295 -52t-294.5 52t-237.5 143.5t-157.5 224t-57.5 287.5zM426 1786h317l246 -295h-246zM457 682q0 -146 90.5 -244 t236.5 -98t237 98t91 244t-91 244t-237 98t-236.5 -98t-90.5 -244z" />
|
||||
<glyph unicode="Ó" horiz-adv-x="1568" d="M37 682q0 155 57.5 287.5t157.5 224t237.5 143.5t294.5 52t295 -52t237.5 -143.5t157.5 -224t58 -287.5t-58 -287.5t-157.5 -224t-237.5 -143.5t-295 -52t-294.5 52t-237.5 143.5t-157.5 224t-57.5 287.5zM457 682q0 -146 90.5 -244t236.5 -98t237 98t91 244t-91 244 t-237 98t-236.5 -98t-90.5 -244zM588 1491l246 295h317l-317 -295h-246z" />
|
||||
<glyph unicode="Ô" horiz-adv-x="1568" d="M37 682q0 155 57.5 287.5t157.5 224t237.5 143.5t294.5 52t295 -52t237.5 -143.5t157.5 -224t58 -287.5t-58 -287.5t-157.5 -224t-237.5 -143.5t-295 -52t-294.5 52t-237.5 143.5t-157.5 224t-57.5 287.5zM449 1491l180 295h319l187 -295h-215l-132 149l-124 -149h-215z M457 682q0 -146 90.5 -244t236.5 -98t237 98t91 244t-91 244t-237 98t-236.5 -98t-90.5 -244z" />
|
||||
<glyph unicode="Õ" horiz-adv-x="1568" d="M37 682q0 155 57.5 287.5t157.5 224t237.5 143.5t294.5 52t295 -52t237.5 -143.5t157.5 -224t58 -287.5t-58 -287.5t-157.5 -224t-237.5 -143.5t-295 -52t-294.5 52t-237.5 143.5t-157.5 224t-57.5 287.5zM436 1499q0 275 242 275q43 0 80.5 -14t59 -30t44.5 -30t41 -14 q21 0 35 19t14 56h183q0 -274 -242 -274q-55 0 -99 22t-74.5 44t-51.5 22t-35.5 -19.5t-14.5 -56.5h-182zM457 682q0 -146 90.5 -244t236.5 -98t237 98t91 244t-91 244t-237 98t-236.5 -98t-90.5 -244z" />
|
||||
<glyph unicode="Ö" horiz-adv-x="1568" d="M37 682q0 155 57.5 287.5t157.5 224t237.5 143.5t294.5 52t295 -52t237.5 -143.5t157.5 -224t58 -287.5t-58 -287.5t-157.5 -224t-237.5 -143.5t-295 -52t-294.5 52t-237.5 143.5t-157.5 224t-57.5 287.5zM387 1628q0 76 52.5 129t129.5 53t130 -53t53 -129t-53 -129 t-130 -53t-129.5 53t-52.5 129zM457 682q0 -146 90.5 -244t236.5 -98t237 98t91 244t-91 244t-237 98t-236.5 -98t-90.5 -244zM829 1628q0 76 54 129t129 53q77 0 130.5 -53t53.5 -129t-53.5 -129t-130.5 -53q-75 0 -129 53t-54 129z" />
|
||||
<glyph unicode="×" horiz-adv-x="1044" d="M96 410l275 274l-275 274l154 152l272 -274l275 274l151 -152l-272 -274l272 -274l-151 -152l-275 274l-272 -274z" />
|
||||
<glyph unicode="Ø" horiz-adv-x="1568" d="M37 0l178 209q-178 191 -178 473q0 155 57.5 287.5t157.5 224t237.5 143.5t294.5 52q190 0 365 -82l51 59h283l-156 -184q205 -199 205 -500q0 -155 -58 -287.5t-157.5 -224t-237.5 -143.5t-295 -52q-225 0 -401 101l-64 -76h-282zM457 682q0 -86 30 -154l406 478 q-49 18 -109 18q-146 0 -236.5 -98t-90.5 -244zM637 373q71 -33 147 -33q146 0 237 98t91 244q0 106 -51 188z" />
|
||||
<glyph unicode="Ù" horiz-adv-x="1570" d="M111 561v805h419v-791q0 -103 66.5 -169t189.5 -66q121 0 187.5 66t66.5 169v791h420v-803q0 -129 -41 -235.5t-122.5 -186t-211.5 -123t-299 -43.5t-299.5 43.5t-211.5 123t-122.5 185t-41.5 234.5zM428 1786h317l246 -295h-246z" />
|
||||
<glyph unicode="Ú" horiz-adv-x="1570" d="M111 561v805h419v-791q0 -103 66.5 -169t189.5 -66q121 0 187.5 66t66.5 169v791h420v-803q0 -129 -41 -235.5t-122.5 -186t-211.5 -123t-299 -43.5t-299.5 43.5t-211.5 123t-122.5 185t-41.5 234.5zM592 1491l246 295h317l-317 -295h-246z" />
|
||||
<glyph unicode="Û" horiz-adv-x="1570" d="M111 561v805h419v-791q0 -103 66.5 -169t189.5 -66q121 0 187.5 66t66.5 169v791h420v-803q0 -129 -41 -235.5t-122.5 -186t-211.5 -123t-299 -43.5t-299.5 43.5t-211.5 123t-122.5 185t-41.5 234.5zM459 1491l180 295h319l187 -295h-215l-131 149l-125 -149h-215z" />
|
||||
<glyph unicode="Ü" horiz-adv-x="1570" d="M111 561v805h419v-791q0 -103 66.5 -169t189.5 -66q121 0 187.5 66t66.5 169v791h420v-803q0 -129 -41 -235.5t-122.5 -186t-211.5 -123t-299 -43.5t-299.5 43.5t-211.5 123t-122.5 185t-41.5 234.5zM389 1628q0 76 52.5 129t129.5 53t130 -53t53 -129t-53 -129t-130 -53 t-129.5 53t-52.5 129zM831 1628q0 76 54 129t129 53q77 0 130.5 -53t53.5 -129t-53.5 -129t-130.5 -53q-75 0 -129 53t-54 129z" />
|
||||
<glyph unicode="Ý" horiz-adv-x="1359" d="M-37 1366h465l254 -461l250 461h465l-508 -823v-543h-414v543zM485 1491l246 295h318l-318 -295h-246z" />
|
||||
<glyph unicode="Þ" horiz-adv-x="1355" d="M111 0v1366h413v-197h316q154 0 267.5 -65t168.5 -170.5t55 -235.5t-55 -234t-168 -167.5t-268 -63.5h-316v-233h-413zM524 594h262q55 0 90 27t35 79t-35 80.5t-90 28.5h-262v-215z" />
|
||||
<glyph unicode="ß" horiz-adv-x="1409" d="M104 0v924q0 94 36.5 177t104.5 147t173 101t233 37q126 0 235.5 -39t180 -116.5t70.5 -177.5q0 -66 -24 -119.5t-58 -86.5t-68 -59t-58 -48.5t-24 -43.5q0 -12 20.5 -20t54.5 -12t77 -12.5t87.5 -19.5t87.5 -35.5t77 -59t54.5 -91.5t20.5 -131q0 -154 -124.5 -247 t-317.5 -93q-249 0 -424 148l141 252q40 -51 123.5 -88t159.5 -37q42 0 66 12.5t24 30.5t-26.5 29t-68.5 19.5t-93.5 19t-102.5 32.5t-93 55.5t-68.5 93t-26.5 138.5q0 57 21 105.5t51.5 79.5t60.5 55.5t51 43t21 31.5q0 32 -32.5 49t-82.5 17q-77 0 -123.5 -36t-46.5 -101 v-924h-369z" />
|
||||
<glyph unicode="à" d="M35 496q0 239 123.5 378.5t312.5 139.5q170 0 277 -129v104h370v-989h-368v104q-115 -129 -279 -129q-91 0 -169.5 34t-138.5 98.5t-94 164.5t-34 224zM266 1434h318l245 -295h-245zM412 496q0 -89 53 -142t131 -53q39 0 84 18.5t70 49.5v252q-25 30 -69.5 47.5 t-84.5 17.5q-79 0 -131.5 -50.5t-52.5 -139.5z" />
|
||||
<glyph unicode="á" d="M35 496q0 239 123.5 378.5t312.5 139.5q170 0 277 -129v104h370v-989h-368v104q-115 -129 -279 -129q-91 0 -169.5 34t-138.5 98.5t-94 164.5t-34 224zM412 496q0 -89 53 -142t131 -53q39 0 84 18.5t70 49.5v252q-25 30 -69.5 47.5t-84.5 17.5q-79 0 -131.5 -50.5 t-52.5 -139.5zM430 1139l246 295h317l-317 -295h-246z" />
|
||||
<glyph unicode="â" d="M35 496q0 239 123.5 378.5t312.5 139.5q170 0 277 -129v104h370v-989h-368v104q-115 -129 -279 -129q-91 0 -169.5 34t-138.5 98.5t-94 164.5t-34 224zM287 1139l180 295h319l187 -295h-215l-131 149l-125 -149h-215zM412 496q0 -89 53 -142t131 -53q39 0 84 18.5 t70 49.5v252q-25 30 -69.5 47.5t-84.5 17.5q-79 0 -131.5 -50.5t-52.5 -139.5z" />
|
||||
<glyph unicode="ã" d="M35 496q0 239 123.5 378.5t312.5 139.5q170 0 277 -129v104h370v-989h-368v104q-115 -129 -279 -129q-91 0 -169.5 34t-138.5 98.5t-94 164.5t-34 224zM287 1147q0 274 241 274q43 0 81 -13.5t59.5 -30.5t44.5 -30.5t41 -13.5q21 0 35 19.5t14 56.5h182q0 -274 -242 -274 q-55 0 -99 22t-74.5 44t-51.5 22t-35 -19.5t-14 -56.5h-182zM412 496q0 -89 53 -142t131 -53q39 0 84 18.5t70 49.5v252q-25 30 -69.5 47.5t-84.5 17.5q-79 0 -131.5 -50.5t-52.5 -139.5z" />
|
||||
<glyph unicode="ä" d="M35 496q0 239 123.5 378.5t312.5 139.5q170 0 277 -129v104h370v-989h-368v104q-115 -129 -279 -129q-91 0 -169.5 34t-138.5 98.5t-94 164.5t-34 224zM229 1266q0 76 53 129t130 53q76 0 129 -53t53 -129q0 -77 -53 -130t-129 -53t-129.5 53.5t-53.5 129.5zM412 496 q0 -89 53 -142t131 -53q39 0 84 18.5t70 49.5v252q-25 30 -69.5 47.5t-84.5 17.5q-79 0 -131.5 -50.5t-52.5 -139.5zM672 1266q0 76 53.5 129t128.5 53q77 0 130.5 -53t53.5 -129t-53.5 -129.5t-130.5 -53.5q-75 0 -128.5 53.5t-53.5 129.5z" />
|
||||
<glyph unicode="å" d="M35 496q0 239 123.5 378.5t312.5 139.5q170 0 277 -129v104h370v-989h-368v104q-115 -129 -279 -129q-91 0 -169.5 34t-138.5 98.5t-94 164.5t-34 224zM406 1337q0 94 67.5 162t161.5 68q93 0 159 -68t66 -162t-66 -161.5t-159 -67.5q-94 0 -161.5 67.5t-67.5 161.5z M412 496q0 -89 53 -142t131 -53q39 0 84 18.5t70 49.5v252q-25 30 -69.5 47.5t-84.5 17.5q-79 0 -131.5 -50.5t-52.5 -139.5zM563 1337q0 -29 21.5 -50t50.5 -21t49.5 21t20.5 50t-20.5 50.5t-49.5 21.5t-50.5 -21.5t-21.5 -50.5z" />
|
||||
<glyph unicode="æ" horiz-adv-x="1818" d="M35 496q0 239 123.5 378.5t312.5 139.5q170 0 277 -129v104h370v-92q100 117 279 117q171 0 284 -151.5t113 -405.5v-76h-676q25 -51 80 -89t143 -38q58 0 115.5 19t93.5 51l158 -226q-46 -47 -133 -85t-168 -38q-184 0 -289 121v-96h-368v104q-115 -129 -279 -129 q-91 0 -169.5 34t-138.5 98.5t-94 164.5t-34 224zM412 496q0 -89 53 -142t131 -53q39 0 84 18.5t70 49.5v252q-25 30 -69.5 47.5t-84.5 17.5q-79 0 -131.5 -50.5t-52.5 -139.5zM1118 614h326q-5 20 -14 38t-26.5 38t-49.5 32.5t-74 12.5q-75 0 -112 -37t-50 -84z" />
|
||||
<glyph unicode="ç" horiz-adv-x="1028" d="M35 496q0 153 73.5 272t199.5 182.5t282 63.5q154 0 262.5 -56t157.5 -131l-238 -223q-25 38 -67.5 61t-98.5 23q-83 0 -138.5 -50.5t-55.5 -141.5t56 -143t138 -52q55 0 97.5 24.5t68.5 61.5l238 -225q-42 -64 -131 -116t-215 -66l-31 -72q30 18 69 18q57 0 98.5 -42.5 t41.5 -106.5q0 -85 -69.5 -134t-172.5 -49q-77 0 -142.5 20t-101.5 50l64 131q87 -61 170 -61q36 0 61 12t25 37q0 35 -43 35q-32 0 -53 -25l-121 70l43 119q-207 25 -337 164t-130 350z" />
|
||||
<glyph unicode="è" horiz-adv-x="1112" d="M35 496q0 107 39.5 202t109.5 165t171 110.5t218 40.5q224 0 369 -151t145 -406v-76h-671q16 -52 72 -88.5t141 -36.5q48 0 120.5 20t106.5 50l152 -228q-70 -60 -187 -91.5t-235 -31.5q-155 0 -279.5 61.5t-198 181t-73.5 278.5zM209 1434h317l246 -295h-246zM412 614 h325q-5 19 -14 37t-26.5 38t-49.5 32t-74 12q-129 0 -161 -119z" />
|
||||
<glyph unicode="é" horiz-adv-x="1112" d="M35 496q0 107 39.5 202t109.5 165t171 110.5t218 40.5q224 0 369 -151t145 -406v-76h-671q16 -52 72 -88.5t141 -36.5q48 0 120.5 20t106.5 50l152 -228q-70 -60 -187 -91.5t-235 -31.5q-155 0 -279.5 61.5t-198 181t-73.5 278.5zM379 1139l246 295h317l-317 -295h-246z M412 614h325q-5 19 -14 37t-26.5 38t-49.5 32t-74 12q-129 0 -161 -119z" />
|
||||
<glyph unicode="ê" horiz-adv-x="1112" d="M35 496q0 107 39.5 202t109.5 165t171 110.5t218 40.5q224 0 369 -151t145 -406v-76h-671q16 -52 72 -88.5t141 -36.5q48 0 120.5 20t106.5 50l152 -228q-70 -60 -187 -91.5t-235 -31.5q-155 0 -279.5 61.5t-198 181t-73.5 278.5zM231 1139l181 295h319l187 -295h-216 l-131 149l-125 -149h-215zM412 614h325q-5 19 -14 37t-26.5 38t-49.5 32t-74 12q-129 0 -161 -119z" />
|
||||
<glyph unicode="ë" horiz-adv-x="1112" d="M35 496q0 107 39.5 202t109.5 165t171 110.5t218 40.5q224 0 369 -151t145 -406v-76h-671q16 -52 72 -88.5t141 -36.5q48 0 120.5 20t106.5 50l152 -228q-70 -60 -187 -91.5t-235 -31.5q-155 0 -279.5 61.5t-198 181t-73.5 278.5zM172 1266q0 76 53 129t129 53 q77 0 130 -53t53 -129t-53.5 -129.5t-129.5 -53.5t-129 53t-53 130zM412 614h325q-5 19 -14 37t-26.5 38t-49.5 32t-74 12q-129 0 -161 -119zM614 1266q0 76 54 129t129 53q77 0 130.5 -53t53.5 -129t-53.5 -129.5t-130.5 -53.5q-75 0 -129 53.5t-54 129.5z" />
|
||||
<glyph unicode="ì" horiz-adv-x="573" d="M-78 1434h318l245 -295h-245zM102 0v989h369v-989h-369z" />
|
||||
<glyph unicode="í" horiz-adv-x="573" d="M88 1139l246 295h317l-317 -295h-246zM102 0v989h369v-989h-369z" />
|
||||
<glyph unicode="î" horiz-adv-x="573" d="M-55 1139l180 295h319l187 -295h-215l-131 149l-125 -149h-215zM102 0v989h369v-989h-369z" />
|
||||
<glyph unicode="ï" horiz-adv-x="573" d="M-117 1266q0 76 53 129t130 53q76 0 129 -53t53 -129q0 -77 -53 -130t-129 -53t-129.5 53.5t-53.5 129.5zM102 0v989h369v-989h-369zM326 1266q0 76 53.5 129t128.5 53q77 0 130.5 -53t53.5 -129t-53.5 -129.5t-130.5 -53.5q-75 0 -128.5 53.5t-53.5 129.5z" />
|
||||
<glyph unicode="ð" horiz-adv-x="1181" d="M35 440q0 204 124 333.5t302 129.5q219 0 332 -196q-44 141 -316 329l-305 -135l-66 160l199 86q-49 30 -96 57l197 293q136 -81 274 -184l203 88l67 -154l-125 -55q162 -151 242 -313.5t80 -350.5q0 -254 -147.5 -403.5t-409.5 -149.5q-250 0 -402.5 128.5t-152.5 336.5 zM414 440q0 -63 46.5 -101t129.5 -38q84 0 131 38t47 101t-47 101.5t-131 38.5q-83 0 -129.5 -38.5t-46.5 -101.5z" />
|
||||
<glyph unicode="ñ" horiz-adv-x="1243" d="M123 0v989h369v-112q50 58 135 97.5t204 39.5q164 0 247 -87t83 -225v-702h-368v547q0 141 -144 141q-39 0 -71.5 -13.5t-49 -27.5t-36.5 -37v-610h-369zM274 1147q0 274 242 274q43 0 80.5 -13.5t59 -30.5t44.5 -30.5t41 -13.5q21 0 35.5 19.5t14.5 56.5h182 q0 -274 -242 -274q-55 0 -99 22t-74.5 44t-51.5 22t-35 -19.5t-14 -56.5h-183z" />
|
||||
<glyph unicode="ò" horiz-adv-x="1181" d="M35 496q0 104 38 197.5t107.5 165t175.5 113.5t234 42t235 -42t176.5 -113.5t107.5 -165t38 -197.5t-38 -198t-107.5 -166t-176.5 -114.5t-235 -42.5t-234 42.5t-175.5 114.5t-107.5 166t-38 198zM227 1434h318l246 -295h-246zM414 496q0 -86 46.5 -140.5t129.5 -54.5 q84 0 131 54.5t47 140.5q0 85 -47 138.5t-131 53.5q-82 0 -129 -54t-47 -138z" />
|
||||
<glyph unicode="ó" horiz-adv-x="1181" d="M35 496q0 104 38 197.5t107.5 165t175.5 113.5t234 42t235 -42t176.5 -113.5t107.5 -165t38 -197.5t-38 -198t-107.5 -166t-176.5 -114.5t-235 -42.5t-234 42.5t-175.5 114.5t-107.5 166t-38 198zM391 1139l246 295h317l-317 -295h-246zM414 496q0 -86 46.5 -140.5 t129.5 -54.5q84 0 131 54.5t47 140.5q0 85 -47 138.5t-131 53.5q-82 0 -129 -54t-47 -138z" />
|
||||
<glyph unicode="ô" horiz-adv-x="1181" d="M35 496q0 104 38 197.5t107.5 165t175.5 113.5t234 42t235 -42t176.5 -113.5t107.5 -165t38 -197.5t-38 -198t-107.5 -166t-176.5 -114.5t-235 -42.5t-234 42.5t-175.5 114.5t-107.5 166t-38 198zM250 1139l180 295h320l186 -295h-215l-131 149l-125 -149h-215zM414 496 q0 -86 46.5 -140.5t129.5 -54.5q84 0 131 54.5t47 140.5q0 85 -47 138.5t-131 53.5q-82 0 -129 -54t-47 -138z" />
|
||||
<glyph unicode="õ" horiz-adv-x="1181" d="M35 496q0 104 38 197.5t107.5 165t175.5 113.5t234 42t235 -42t176.5 -113.5t107.5 -165t38 -197.5t-38 -198t-107.5 -166t-176.5 -114.5t-235 -42.5t-234 42.5t-175.5 114.5t-107.5 166t-38 198zM242 1147q0 274 241 274q43 0 81 -13.5t59.5 -30.5t44.5 -30.5t41 -13.5 q21 0 35 19.5t14 56.5h182q0 -274 -242 -274q-43 0 -80.5 13.5t-59 30.5t-44.5 30.5t-41 13.5q-21 0 -35 -19.5t-14 -56.5h-182zM414 496q0 -86 46.5 -140.5t129.5 -54.5q84 0 131 54.5t47 140.5q0 85 -47 138.5t-131 53.5q-82 0 -129 -54t-47 -138z" />
|
||||
<glyph unicode="ö" horiz-adv-x="1181" d="M35 496q0 104 38 197.5t107.5 165t175.5 113.5t234 42t235 -42t176.5 -113.5t107.5 -165t38 -197.5t-38 -198t-107.5 -166t-176.5 -114.5t-235 -42.5t-234 42.5t-175.5 114.5t-107.5 166t-38 198zM186 1266q0 76 53 129t130 53t129.5 -53t52.5 -129q0 -77 -53 -130 t-129 -53q-77 0 -130 53.5t-53 129.5zM414 496q0 -86 46.5 -140.5t129.5 -54.5q84 0 131 54.5t47 140.5q0 85 -47 138.5t-131 53.5q-82 0 -129 -54t-47 -138zM629 1266q0 76 53.5 129t128.5 53q77 0 130.5 -53t53.5 -129t-53.5 -129.5t-130.5 -53.5q-75 0 -128.5 53.5 t-53.5 129.5z" />
|
||||
<glyph unicode="÷" horiz-adv-x="1046" d="M59 584v215h928v-215h-928zM367 348q0 65 45.5 110.5t109.5 45.5t110 -46t46 -110t-45.5 -109.5t-110.5 -45.5q-64 0 -109.5 45.5t-45.5 109.5zM367 1034q0 64 45 109t110 45t110.5 -45t45.5 -109q0 -65 -46 -111t-110 -46t-109.5 46t-45.5 111z" />
|
||||
<glyph unicode="ø" horiz-adv-x="1181" d="M35 0l131 145q-131 143 -131 351q0 104 38 197.5t107.5 165t175.5 113.5t234 42q168 0 299 -72l43 47h215l-133 -145q133 -145 133 -348q0 -104 -38 -198t-107.5 -166t-176.5 -114.5t-235 -42.5q-172 0 -301 74l-45 -49h-209zM414 496q0 -41 8 -68l227 252q-24 8 -59 8 q-82 0 -129 -54t-47 -138zM526 311q30 -10 64 -10q84 0 131 54.5t47 140.5q0 34 -10 67z" />
|
||||
<glyph unicode="ù" horiz-adv-x="1241" d="M102 283v706h369v-549q0 -139 143 -139q38 0 70.5 13.5t49 27.5t36.5 37v610h369v-989h-369v111q-51 -57 -136 -96.5t-204 -39.5q-163 0 -245.5 86t-82.5 222zM260 1434h318l245 -295h-245z" />
|
||||
<glyph unicode="ú" horiz-adv-x="1241" d="M102 283v706h369v-549q0 -139 143 -139q38 0 70.5 13.5t49 27.5t36.5 37v610h369v-989h-369v111q-51 -57 -136 -96.5t-204 -39.5q-163 0 -245.5 86t-82.5 222zM424 1139l246 295h317l-317 -295h-246z" />
|
||||
<glyph unicode="û" horiz-adv-x="1241" d="M102 283v706h369v-549q0 -139 143 -139q38 0 70.5 13.5t49 27.5t36.5 37v610h369v-989h-369v111q-51 -57 -136 -96.5t-204 -39.5q-163 0 -245.5 86t-82.5 222zM283 1139l180 295h319l187 -295h-215l-131 149l-125 -149h-215z" />
|
||||
<glyph unicode="ü" horiz-adv-x="1241" d="M102 283v706h369v-549q0 -139 143 -139q38 0 70.5 13.5t49 27.5t36.5 37v610h369v-989h-369v111q-51 -57 -136 -96.5t-204 -39.5q-163 0 -245.5 86t-82.5 222zM221 1266q0 76 52.5 129t129.5 53t130 -53t53 -129t-53 -129.5t-130 -53.5q-76 0 -129 53t-53 130zM664 1266 q0 76 53.5 129t128.5 53q77 0 130.5 -53t53.5 -129t-53.5 -129.5t-130.5 -53.5q-75 0 -128.5 53.5t-53.5 129.5z" />
|
||||
<glyph unicode="ý" horiz-adv-x="1241" d="M90 -254l156 262q48 -55 131 -81.5t164 -26.5q110 0 169.5 53t59.5 153v70q-51 -57 -136 -96t-204 -39q-164 0 -246 85.5t-82 221.5v641h369v-483q0 -139 143 -139q38 0 70.5 13t49 27.5t36.5 36.5v545h369v-883q0 -229 -157.5 -368t-440.5 -139q-265 0 -451 147z M422 1139l246 295h317l-317 -295h-246z" />
|
||||
<glyph unicode="þ" horiz-adv-x="1218" d="M102 -377v1743h369v-481q110 129 279 129q191 0 312.5 -136t121.5 -382q0 -247 -121.5 -384t-312.5 -137q-166 0 -279 129v-481h-369zM471 369q24 -29 69.5 -48.5t82.5 -19.5q77 0 130.5 52.5t53.5 142.5q0 89 -53.5 140.5t-130.5 51.5q-38 0 -82.5 -18.5t-69.5 -48.5 v-252z" />
|
||||
<glyph unicode="ÿ" horiz-adv-x="1241" d="M90 -254l156 262q48 -55 131 -81.5t164 -26.5q110 0 169.5 53t59.5 153v70q-51 -57 -136 -96t-204 -39q-164 0 -246 85.5t-82 221.5v641h369v-483q0 -139 143 -139q38 0 70.5 13t49 27.5t36.5 36.5v545h369v-883q0 -229 -157.5 -368t-440.5 -139q-265 0 -451 147z M213 1266q0 76 52.5 129t129.5 53t130 -53t53 -129t-53 -129.5t-130 -53.5q-76 0 -129 53t-53 130zM655 1266q0 76 54 129t129 53q77 0 130.5 -53t53.5 -129t-53.5 -129.5t-130.5 -53.5q-75 0 -129 53.5t-54 129.5z" />
|
||||
<glyph unicode="Œ" horiz-adv-x="2174" d="M37 682q0 156 53.5 288.5t147 223t222.5 141.5t277 51q91 0 185 -24t155 -70v74h1037v-360h-623v-136h608v-360h-608v-150h623v-360h-1037v74q-61 -48 -155.5 -73.5t-184.5 -25.5q-198 0 -357 87.5t-251 249.5t-92 370zM457 682q0 -147 93.5 -244.5t250.5 -97.5 q91 0 164 39t112 106v396q-38 66 -111 103.5t-165 37.5q-157 0 -250.5 -96.5t-93.5 -243.5z" />
|
||||
<glyph unicode="œ" horiz-adv-x="1845" d="M35 496q0 104 38 197.5t107.5 165t175.5 113.5t234 42q115 0 200 -42.5t164 -115.5q150 158 353 158q224 0 369 -151t145 -406v-76h-672q25 -51 80 -89t143 -38q57 0 114.5 19.5t94.5 50.5l160 -226q-67 -58 -177 -90.5t-192 -32.5q-157 0 -248.5 40.5t-171.5 115.5 q-156 -156 -362 -156q-128 0 -234 42.5t-175.5 114.5t-107.5 166t-38 198zM414 496q0 -95 49.5 -146t126.5 -51q78 0 128 51t50 146q0 93 -49.5 142.5t-128.5 49.5q-77 0 -126.5 -49.5t-49.5 -142.5zM1145 614h325q-5 20 -13.5 38t-26.5 38t-49.5 32.5t-73.5 12.5 q-75 0 -112.5 -36.5t-49.5 -84.5z" />
|
||||
<glyph unicode="Ÿ" horiz-adv-x="1359" d="M-37 1366h465l254 -461l250 461h465l-508 -823v-543h-414v543zM279 1628q0 76 52.5 129t129.5 53t129.5 -53t52.5 -129t-52.5 -129t-129.5 -53t-129.5 53t-52.5 129zM721 1628q0 76 53.5 129t128.5 53q77 0 130.5 -53t53.5 -129t-53.5 -129t-130.5 -53q-75 0 -128.5 53 t-53.5 129z" />
|
||||
<glyph unicode="ˆ" horiz-adv-x="686" d="M0 1139l180 295h320l186 -295h-215l-131 149l-125 -149h-215z" />
|
||||
<glyph unicode="˜" horiz-adv-x="698" d="M0 1147q0 274 242 274q43 0 80.5 -13.5t59 -30.5t44.5 -30.5t41 -13.5q21 0 35 19.5t14 56.5h182q0 -274 -241 -274q-43 0 -81 13.5t-59.5 30.5t-44.5 30.5t-41 13.5q-21 0 -35 -19.5t-14 -56.5h-182z" />
|
||||
<glyph unicode=" " horiz-adv-x="939" />
|
||||
<glyph unicode=" " horiz-adv-x="1878" />
|
||||
<glyph unicode=" " horiz-adv-x="939" />
|
||||
<glyph unicode=" " horiz-adv-x="1878" />
|
||||
<glyph unicode=" " horiz-adv-x="626" />
|
||||
<glyph unicode=" " horiz-adv-x="469" />
|
||||
<glyph unicode=" " horiz-adv-x="313" />
|
||||
<glyph unicode=" " horiz-adv-x="313" />
|
||||
<glyph unicode=" " horiz-adv-x="234" />
|
||||
<glyph unicode=" " horiz-adv-x="375" />
|
||||
<glyph unicode=" " horiz-adv-x="104" />
|
||||
<glyph unicode="‐" horiz-adv-x="614" d="M61 342v307h492v-307h-492z" />
|
||||
<glyph unicode="‑" horiz-adv-x="614" d="M61 342v307h492v-307h-492z" />
|
||||
<glyph unicode="‒" horiz-adv-x="614" d="M61 342v307h492v-307h-492z" />
|
||||
<glyph unicode="–" horiz-adv-x="1214" d="M61 342v307h1092v-307h-1092z" />
|
||||
<glyph unicode="—" horiz-adv-x="1705" d="M61 342v307h1584v-307h-1584z" />
|
||||
<glyph unicode="‘" horiz-adv-x="575" d="M61 938q0 133 67 249t189 202l150 -121q-52 -23 -109.5 -82t-76.5 -115q20 8 53 8q75 0 126.5 -53t51.5 -137q0 -89 -63 -152t-150 -63q-99 0 -168.5 71.5t-69.5 192.5z" />
|
||||
<glyph unicode="’" horiz-adv-x="575" d="M70 1171q0 89 63 152t150 63q98 0 167.5 -71.5t69.5 -192.5q0 -133 -67 -248.5t-189 -201.5l-149 121q52 23 109.5 81.5t76.5 114.5q-20 -8 -53 -8q-75 0 -126.5 53t-51.5 137z" />
|
||||
<glyph unicode="‚" horiz-adv-x="575" d="M70 199q0 89 63 152t150 63q98 0 167.5 -71.5t69.5 -192.5q0 -133 -67 -249t-189 -202l-149 121q52 23 109.5 81.5t76.5 114.5q-20 -8 -53 -8q-75 0 -126.5 53t-51.5 138z" />
|
||||
<glyph unicode="“" horiz-adv-x="1081" d="M53 938q0 133 67 249t189 202l150 -121q-52 -23 -110 -82t-77 -115q20 8 54 8q75 0 126.5 -53t51.5 -137q0 -89 -63 -152t-150 -63q-99 0 -168.5 71.5t-69.5 192.5zM559 938q0 133 67 249t189 202l150 -121q-52 -23 -110 -82t-77 -115q20 8 53 8q75 0 127 -53t52 -137 q0 -89 -63 -152t-150 -63q-99 0 -168.5 71.5t-69.5 192.5z" />
|
||||
<glyph unicode="”" horiz-adv-x="1081" d="M70 1171q0 89 63 152t150 63q98 0 167.5 -71.5t69.5 -192.5q0 -133 -67 -248.5t-189 -201.5l-149 121q52 23 109.5 81.5t76.5 114.5q-20 -8 -53 -8q-75 0 -126.5 53t-51.5 137zM575 1171q0 89 63 152t150 63q99 0 168.5 -71.5t69.5 -192.5q0 -133 -67 -248.5t-189 -201.5 l-149 121q52 23 109.5 81.5t76.5 114.5q-20 -8 -53 -8q-75 0 -127 53t-52 137z" />
|
||||
<glyph unicode="„" horiz-adv-x="1081" d="M70 199q0 89 63 152t150 63q98 0 167.5 -71.5t69.5 -192.5q0 -133 -67 -249t-189 -202l-149 121q52 23 109.5 81.5t76.5 114.5q-20 -8 -53 -8q-75 0 -126.5 53t-51.5 138zM575 199q0 89 63 152t150 63q99 0 168.5 -71.5t69.5 -192.5q0 -133 -67 -249t-189 -202l-149 121 q52 23 109.5 81.5t76.5 114.5q-20 -8 -53 -8q-75 0 -127 53.5t-52 137.5z" />
|
||||
<glyph unicode="•" horiz-adv-x="733" d="M102 496q0 110 78.5 188t188.5 78t188 -78t78 -188q0 -109 -78 -187t-188 -78t-188.5 78t-78.5 187z" />
|
||||
<glyph unicode="…" horiz-adv-x="1732" d="M72 195q0 89 64 154t153 65t153 -65t64 -154q0 -88 -64 -153t-153 -65t-153 65t-64 153zM649 195q0 89 64 154t153 65t153 -65t64 -154q0 -88 -64 -153t-153 -65t-153 65t-64 153zM1227 195q0 89 64 154t153 65t153 -65t64 -154q0 -88 -64 -153t-153 -65t-153 65t-64 153 z" />
|
||||
<glyph unicode=" " horiz-adv-x="375" />
|
||||
<glyph unicode="‹" horiz-adv-x="778" d="M61 498l328 362h328l-328 -362l328 -369h-328z" />
|
||||
<glyph unicode="›" horiz-adv-x="778" d="M61 129l328 369l-328 362h328l328 -362l-328 -369h-328z" />
|
||||
<glyph unicode=" " horiz-adv-x="469" />
|
||||
<glyph unicode="€" horiz-adv-x="1478" d="M25 446v195h63v41q0 31 2 47h-65v195h102q74 214 266 339.5t447 125.5q103 0 193.5 -23.5t156 -62t120 -92t89.5 -106.5t61 -114l-356 -166q-27 83 -101 141t-163 58q-149 0 -242 -100h365v-195h-453q-2 -16 -2 -47q0 -29 2 -41h453v-195h-371q95 -106 248 -106 q89 0 163 58t101 141l356 -164q-26 -59 -60.5 -112t-89.5 -107t-120 -93t-156 -63.5t-194 -24.5q-257 0 -450 127t-265 344h-100z" />
|
||||
<glyph unicode="™" horiz-adv-x="929" d="M35 1313v53h311v-53h-127v-398h-57v398h-127zM420 915v451h88l131 -328l131 328h88v-451h-57v373l-154 -373h-16l-154 373v-373h-57z" />
|
||||
<glyph unicode="◼" horiz-adv-x="993" d="M0 0v993h993v-993h-993z" />
|
||||
<hkern u1="a" u2="Ÿ" k="184" />
|
||||
<hkern u1="a" u2="Ý" k="184" />
|
||||
<hkern u1="a" u2="Y" k="184" />
|
||||
<hkern u1="a" u2="W" k="61" />
|
||||
<hkern u1="a" u2="V" k="143" />
|
||||
<hkern u1="a" u2="T" k="102" />
|
||||
<hkern u1="a" u2="?" k="61" />
|
||||
<hkern u1="ø" u2="™" k="20" />
|
||||
<hkern u1="ø" u2="”" k="20" />
|
||||
<hkern u1="ø" u2="“" k="20" />
|
||||
<hkern u1="ø" u2="’" k="20" />
|
||||
<hkern u1="ø" u2="‘" k="20" />
|
||||
<hkern u1="ø" u2="®" k="20" />
|
||||
<hkern u1="ø" u2="'" k="20" />
|
||||
<hkern u1="ø" u2=""" k="20" />
|
||||
<hkern u1="þ" u2="™" k="20" />
|
||||
<hkern u1="þ" u2="”" k="20" />
|
||||
<hkern u1="þ" u2="“" k="20" />
|
||||
<hkern u1="þ" u2="’" k="20" />
|
||||
<hkern u1="þ" u2="‘" k="20" />
|
||||
<hkern u1="þ" u2="®" k="20" />
|
||||
<hkern u1="þ" u2="'" k="20" />
|
||||
<hkern u1="þ" u2=""" k="20" />
|
||||
<hkern u1="œ" u2="™" k="20" />
|
||||
<hkern u1="œ" u2="”" k="20" />
|
||||
<hkern u1="œ" u2="“" k="20" />
|
||||
<hkern u1="œ" u2="’" k="20" />
|
||||
<hkern u1="œ" u2="‘" k="20" />
|
||||
<hkern u1="œ" u2="®" k="20" />
|
||||
<hkern u1="œ" u2="*" k="20" />
|
||||
<hkern u1="œ" u2="'" k="20" />
|
||||
<hkern u1="œ" u2=""" k="20" />
|
||||
<hkern u1="‚" u2="6" k="20" />
|
||||
<hkern u1="‚" u2="0" k="20" />
|
||||
<hkern u1="„" u2="6" k="20" />
|
||||
<hkern u1="„" u2="0" k="20" />
|
||||
<hkern u1="…" u2="6" k="20" />
|
||||
<hkern u1="…" u2="0" k="20" />
|
||||
<hkern g1="B" g2="T" k="20" />
|
||||
<hkern g1="B" g2="V" k="41" />
|
||||
<hkern g1="B" g2="W" k="20" />
|
||||
<hkern g1="B" g2="Y,Yacute,Ydieresis" k="61" />
|
||||
<hkern g1="B" g2="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="20" />
|
||||
<hkern g1="C,Ccedilla" g2="question" k="20" />
|
||||
<hkern g1="C,Ccedilla" g2="W" k="20" />
|
||||
<hkern g1="C,Ccedilla" g2="Y,Yacute,Ydieresis" k="61" />
|
||||
<hkern g1="C,Ccedilla" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="20" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="question" k="61" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="J" k="41" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="T" k="41" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="V" k="41" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="W" k="41" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="Y,Yacute,Ydieresis" k="82" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="20" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="61" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="41" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="X" k="61" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="Z" k="20" />
|
||||
<hkern g1="F" g2="J" k="164" />
|
||||
<hkern g1="F" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="102" />
|
||||
<hkern g1="F" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="102" />
|
||||
<hkern g1="F" g2="ampersand" k="41" />
|
||||
<hkern g1="G" g2="question" k="41" />
|
||||
<hkern g1="G" g2="V" k="41" />
|
||||
<hkern g1="G" g2="Y,Yacute,Ydieresis" k="61" />
|
||||
<hkern g1="K" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="82" />
|
||||
<hkern g1="K" g2="t" k="123" />
|
||||
<hkern g1="K" g2="u" k="41" />
|
||||
<hkern g1="K" g2="v" k="123" />
|
||||
<hkern g1="K" g2="w" k="82" />
|
||||
<hkern g1="K" g2="f,uniFB01,uniFB02" k="82" />
|
||||
<hkern g1="K" g2="y,yacute,ydieresis" k="41" />
|
||||
<hkern g1="K" g2="hyphen,periodcentered,endash,emdash" k="102" />
|
||||
<hkern g1="K" g2="c,d,e,g,o,q,ccedilla,eth,oslash,oe" k="41" />
|
||||
<hkern g1="K" g2="x" k="82" />
|
||||
<hkern g1="K" g2="a,ae" k="41" />
|
||||
<hkern g1="L" g2="asterisk" k="328" />
|
||||
<hkern g1="L" g2="question" k="205" />
|
||||
<hkern g1="L" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="41" />
|
||||
<hkern g1="L" g2="T" k="205" />
|
||||
<hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="41" />
|
||||
<hkern g1="L" g2="V" k="184" />
|
||||
<hkern g1="L" g2="W" k="164" />
|
||||
<hkern g1="L" g2="Y,Yacute,Ydieresis" k="266" />
|
||||
<hkern g1="L" g2="t" k="82" />
|
||||
<hkern g1="L" g2="v" k="102" />
|
||||
<hkern g1="L" g2="w" k="61" />
|
||||
<hkern g1="L" g2="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="307" />
|
||||
<hkern g1="P" g2="J" k="266" />
|
||||
<hkern g1="P" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="143" />
|
||||
<hkern g1="P" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="164" />
|
||||
<hkern g1="P" g2="X" k="61" />
|
||||
<hkern g1="P" g2="ampersand" k="82" />
|
||||
<hkern g1="P" g2="hyphen,periodcentered,endash,emdash" k="41" />
|
||||
<hkern g1="P" g2="c,d,e,g,o,q,ccedilla,eth,oslash,oe" k="41" />
|
||||
<hkern g1="P" g2="a,ae" k="41" />
|
||||
<hkern g1="R" g2="Y,Yacute,Ydieresis" k="41" />
|
||||
<hkern g1="R" g2="c,d,e,g,o,q,ccedilla,eth,oslash,oe" k="61" />
|
||||
<hkern g1="R" g2="a,ae" k="61" />
|
||||
<hkern g1="R" g2="s" k="41" />
|
||||
<hkern g1="S" g2="T" k="41" />
|
||||
<hkern g1="S" g2="v" k="41" />
|
||||
<hkern g1="S" g2="x" k="41" />
|
||||
<hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="41" />
|
||||
<hkern g1="T" g2="J" k="184" />
|
||||
<hkern g1="T" g2="u" k="102" />
|
||||
<hkern g1="T" g2="f,uniFB01,uniFB02" k="20" />
|
||||
<hkern g1="T" g2="y,yacute,ydieresis" k="102" />
|
||||
<hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="123" />
|
||||
<hkern g1="T" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="205" />
|
||||
<hkern g1="T" g2="ampersand" k="102" />
|
||||
<hkern g1="T" g2="hyphen,periodcentered,endash,emdash" k="123" />
|
||||
<hkern g1="T" g2="c,d,e,g,o,q,ccedilla,eth,oslash,oe" k="164" />
|
||||
<hkern g1="T" g2="x" k="20" />
|
||||
<hkern g1="T" g2="a,ae" k="164" />
|
||||
<hkern g1="T" g2="s" k="143" />
|
||||
<hkern g1="T" g2="colon,semicolon" k="102" />
|
||||
<hkern g1="T" g2="m,n,p,r,z" k="102" />
|
||||
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="J" k="82" />
|
||||
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="82" />
|
||||
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="61" />
|
||||
<hkern g1="V" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="41" />
|
||||
<hkern g1="V" g2="J" k="205" />
|
||||
<hkern g1="V" g2="t" k="41" />
|
||||
<hkern g1="V" g2="u" k="143" />
|
||||
<hkern g1="V" g2="v" k="41" />
|
||||
<hkern g1="V" g2="w" k="41" />
|
||||
<hkern g1="V" g2="f,uniFB01,uniFB02" k="61" />
|
||||
<hkern g1="V" g2="y,yacute,ydieresis" k="143" />
|
||||
<hkern g1="V" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="82" />
|
||||
<hkern g1="V" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="184" />
|
||||
<hkern g1="V" g2="ampersand" k="102" />
|
||||
<hkern g1="V" g2="hyphen,periodcentered,endash,emdash" k="123" />
|
||||
<hkern g1="V" g2="c,d,e,g,o,q,ccedilla,eth,oslash,oe" k="123" />
|
||||
<hkern g1="V" g2="x" k="61" />
|
||||
<hkern g1="V" g2="a,ae" k="123" />
|
||||
<hkern g1="V" g2="s" k="123" />
|
||||
<hkern g1="V" g2="m,n,p,r,z" k="143" />
|
||||
<hkern g1="W" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="41" />
|
||||
<hkern g1="W" g2="J" k="164" />
|
||||
<hkern g1="W" g2="t" k="41" />
|
||||
<hkern g1="W" g2="u" k="61" />
|
||||
<hkern g1="W" g2="v" k="20" />
|
||||
<hkern g1="W" g2="f,uniFB01,uniFB02" k="41" />
|
||||
<hkern g1="W" g2="y,yacute,ydieresis" k="61" />
|
||||
<hkern g1="W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="82" />
|
||||
<hkern g1="W" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="123" />
|
||||
<hkern g1="W" g2="ampersand" k="41" />
|
||||
<hkern g1="W" g2="hyphen,periodcentered,endash,emdash" k="82" />
|
||||
<hkern g1="W" g2="c,d,e,g,o,q,ccedilla,eth,oslash,oe" k="82" />
|
||||
<hkern g1="W" g2="x" k="61" />
|
||||
<hkern g1="W" g2="a,ae" k="82" />
|
||||
<hkern g1="W" g2="s" k="82" />
|
||||
<hkern g1="W" g2="m,n,p,r,z" k="61" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="82" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="J" k="246" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="t" k="82" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="u" k="184" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="v" k="123" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="w" k="123" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="f,uniFB01,uniFB02" k="143" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="y,yacute,ydieresis" k="184" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="143" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="184" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="ampersand" k="123" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="hyphen,periodcentered,endash,emdash" k="266" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="c,d,e,g,o,q,ccedilla,eth,oslash,oe" k="246" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="x" k="164" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="a,ae" k="246" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="s" k="205" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="colon,semicolon" k="164" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="m,n,p,r,z" k="184" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="S" k="41" />
|
||||
<hkern g1="Z" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20" />
|
||||
<hkern g1="h,m,n" g2="question" k="102" />
|
||||
<hkern g1="h,m,n" g2="T" k="164" />
|
||||
<hkern g1="h,m,n" g2="V" k="164" />
|
||||
<hkern g1="h,m,n" g2="W" k="102" />
|
||||
<hkern g1="h,m,n" g2="Y,Yacute,Ydieresis" k="225" />
|
||||
<hkern g1="h,m,n" g2="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="41" />
|
||||
<hkern g1="ampersand" g2="T" k="123" />
|
||||
<hkern g1="ampersand" g2="V" k="102" />
|
||||
<hkern g1="ampersand" g2="W" k="41" />
|
||||
<hkern g1="ampersand" g2="Y,Yacute,Ydieresis" k="143" />
|
||||
<hkern g1="asterisk" g2="J" k="266" />
|
||||
<hkern g1="asterisk" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="164" />
|
||||
<hkern g1="b,o,p,oslash,thorn" g2="question" k="123" />
|
||||
<hkern g1="b,o,p,oslash,thorn" g2="T" k="164" />
|
||||
<hkern g1="b,o,p,oslash,thorn" g2="V" k="123" />
|
||||
<hkern g1="b,o,p,oslash,thorn" g2="W" k="82" />
|
||||
<hkern g1="b,o,p,oslash,thorn" g2="Y,Yacute,Ydieresis" k="225" />
|
||||
<hkern g1="b,o,p,oslash,thorn" g2="x" k="61" />
|
||||
<hkern g1="c,cent,ccedilla" g2="question" k="61" />
|
||||
<hkern g1="c,cent,ccedilla" g2="T" k="123" />
|
||||
<hkern g1="c,cent,ccedilla" g2="V" k="102" />
|
||||
<hkern g1="c,cent,ccedilla" g2="W" k="61" />
|
||||
<hkern g1="c,cent,ccedilla" g2="Y,Yacute,Ydieresis" k="143" />
|
||||
<hkern g1="colon,semicolon" g2="T" k="102" />
|
||||
<hkern g1="colon,semicolon" g2="Y,Yacute,Ydieresis" k="164" />
|
||||
<hkern g1="e,ae,oe" g2="question" k="102" />
|
||||
<hkern g1="e,ae,oe" g2="T" k="164" />
|
||||
<hkern g1="e,ae,oe" g2="V" k="123" />
|
||||
<hkern g1="e,ae,oe" g2="W" k="82" />
|
||||
<hkern g1="e,ae,oe" g2="Y,Yacute,Ydieresis" k="225" />
|
||||
<hkern g1="f" g2="asterisk" k="-123" />
|
||||
<hkern g1="f" g2="question" k="-102" />
|
||||
<hkern g1="f" g2="T" k="-82" />
|
||||
<hkern g1="f" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="-82" />
|
||||
<hkern g1="f" g2="V" k="-143" />
|
||||
<hkern g1="f" g2="W" k="-143" />
|
||||
<hkern g1="f" g2="Y,Yacute,Ydieresis" k="-143" />
|
||||
<hkern g1="f" g2="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="-123" />
|
||||
<hkern g1="f" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="102" />
|
||||
<hkern g1="f" g2="X" k="-82" />
|
||||
<hkern g1="f" g2="Z" k="-82" />
|
||||
<hkern g1="f" g2="S" k="-61" />
|
||||
<hkern g1="f" g2="exclam,B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde" k="-82" />
|
||||
<hkern g1="f" g2="parenright,bracketright,braceright" k="-123" />
|
||||
<hkern g1="g,q" g2="question" k="61" />
|
||||
<hkern g1="g,q" g2="T" k="102" />
|
||||
<hkern g1="g,q" g2="V" k="143" />
|
||||
<hkern g1="g,q" g2="W" k="61" />
|
||||
<hkern g1="g,q" g2="Y,Yacute,Ydieresis" k="184" />
|
||||
<hkern g1="g,q" g2="j" k="-123" />
|
||||
<hkern g1="hyphen,periodcentered,endash,emdash" g2="V" k="123" />
|
||||
<hkern g1="hyphen,periodcentered,endash,emdash" g2="W" k="82" />
|
||||
<hkern g1="hyphen,periodcentered,endash,emdash" g2="Y,Yacute,Ydieresis" k="266" />
|
||||
<hkern g1="hyphen,periodcentered,endash,emdash" g2="X" k="102" />
|
||||
<hkern g1="k" g2="T" k="41" />
|
||||
<hkern g1="k" g2="V" k="61" />
|
||||
<hkern g1="k" g2="W" k="61" />
|
||||
<hkern g1="k" g2="Y,Yacute,Ydieresis" k="164" />
|
||||
<hkern g1="k" g2="hyphen,periodcentered,endash,emdash" k="41" />
|
||||
<hkern g1="k" g2="bullet" k="41" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="T" k="205" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="61" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="V" k="164" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="W" k="123" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="Y,Yacute,Ydieresis" k="184" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="t" k="61" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="v" k="123" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="w" k="61" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="184" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="f,uniFB01,uniFB02" k="61" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="j" k="-82" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="one" k="246" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="seven" k="164" />
|
||||
<hkern g1="questiondown" g2="j" k="-328" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="J" k="246" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="184" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="184" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="s" k="61" />
|
||||
<hkern g1="r" g2="T" k="41" />
|
||||
<hkern g1="r" g2="V" k="61" />
|
||||
<hkern g1="r" g2="W" k="41" />
|
||||
<hkern g1="r" g2="Y,Yacute,Ydieresis" k="102" />
|
||||
<hkern g1="r" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="184" />
|
||||
<hkern g1="r" g2="X" k="61" />
|
||||
<hkern g1="s" g2="question" k="102" />
|
||||
<hkern g1="s" g2="T" k="123" />
|
||||
<hkern g1="s" g2="V" k="102" />
|
||||
<hkern g1="s" g2="W" k="123" />
|
||||
<hkern g1="s" g2="Y,Yacute,Ydieresis" k="205" />
|
||||
<hkern g1="s" g2="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="41" />
|
||||
<hkern g1="t" g2="V" k="82" />
|
||||
<hkern g1="t" g2="W" k="41" />
|
||||
<hkern g1="t" g2="Y,Yacute,Ydieresis" k="82" />
|
||||
<hkern g1="u,z" g2="question" k="61" />
|
||||
<hkern g1="u,z" g2="T" k="102" />
|
||||
<hkern g1="u,z" g2="V" k="143" />
|
||||
<hkern g1="u,z" g2="W" k="61" />
|
||||
<hkern g1="u,z" g2="Y,Yacute,Ydieresis" k="184" />
|
||||
<hkern g1="v" g2="V" k="41" />
|
||||
<hkern g1="v" g2="Y,Yacute,Ydieresis" k="123" />
|
||||
<hkern g1="v" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="41" />
|
||||
<hkern g1="v" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="123" />
|
||||
<hkern g1="v" g2="X" k="61" />
|
||||
<hkern g1="w" g2="V" k="41" />
|
||||
<hkern g1="w" g2="Y,Yacute,Ydieresis" k="123" />
|
||||
<hkern g1="w" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="61" />
|
||||
<hkern g1="w" g2="X" k="61" />
|
||||
<hkern g1="y,yacute,ydieresis" g2="question" k="61" />
|
||||
<hkern g1="y,yacute,ydieresis" g2="T" k="102" />
|
||||
<hkern g1="y,yacute,ydieresis" g2="V" k="143" />
|
||||
<hkern g1="y,yacute,ydieresis" g2="W" k="61" />
|
||||
<hkern g1="y,yacute,ydieresis" g2="Y,Yacute,Ydieresis" k="184" />
|
||||
<hkern g1="y,yacute,ydieresis" g2="j" k="-123" />
|
||||
<hkern g1="X" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="61" />
|
||||
<hkern g1="X" g2="t" k="61" />
|
||||
<hkern g1="X" g2="v" k="61" />
|
||||
<hkern g1="X" g2="w" k="61" />
|
||||
<hkern g1="X" g2="f,uniFB01,uniFB02" k="61" />
|
||||
<hkern g1="X" g2="hyphen,periodcentered,endash,emdash" k="102" />
|
||||
<hkern g1="seven" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="184" />
|
||||
<hkern g1="x" g2="V" k="61" />
|
||||
<hkern g1="x" g2="W" k="61" />
|
||||
<hkern g1="x" g2="Y,Yacute,Ydieresis" k="164" />
|
||||
<hkern g1="x" g2="c,d,e,g,o,q,ccedilla,eth,oslash,oe" k="61" />
|
||||
<hkern g1="x" g2="a,ae" k="61" />
|
||||
<hkern g1="parenleft,bracketleft,braceleft" g2="j" k="-225" />
|
||||
</font>
|
||||
</defs></svg>
|
||||
|
After Width: | Height: | Size: 72 KiB |
@@ -0,0 +1,611 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
|
||||
<script src="specimen_files/easytabs.js" type="text/javascript" charset="utf-8"></script>
|
||||
<link rel="stylesheet" href="specimen_files/specimen_stylesheet.css" type="text/css" charset="utf-8" />
|
||||
<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
|
||||
|
||||
<style type="text/css">
|
||||
body{
|
||||
font-family: 'proxima_nova_altblack';
|
||||
}
|
||||
</style>
|
||||
|
||||
<title>Proxima Nova Alt Rg Bold Specimen</title>
|
||||
|
||||
|
||||
<script type="text/javascript" charset="utf-8">
|
||||
$(document).ready(function() {
|
||||
$('#container').easyTabs({defaultContent:1});
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="header">
|
||||
Proxima Nova Alt Rg Bold </div>
|
||||
<ul class="tabs">
|
||||
<li><a href="#specimen">Specimen</a></li>
|
||||
<li><a href="#layout">Sample Layout</a></li>
|
||||
<li><a href="#glyphs">Glyphs & Languages</a></li>
|
||||
<li><a href="#installing">Installing Webfonts</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<div id="main_content">
|
||||
|
||||
|
||||
<div id="specimen">
|
||||
|
||||
<div class="section">
|
||||
<div class="grid12 firstcol">
|
||||
<div class="huge">AaBb</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<div class="glyph_range">A​B​C​D​E​F​G​H​I​J​K​L​M​N​O​P​Q​R​S​T​U​V​W​X​Y​Z​a​b​c​d​e​f​g​h​i​j​k​l​m​n​o​p​q​r​s​t​u​v​w​x​y​z​1​2​3​4​5​6​7​8​9​0​&​.​,​?​!​@​(​)​#​$​%​*​+​-​=​:​;</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<div class="grid12 firstcol">
|
||||
<table class="sample_table">
|
||||
<tr><td>10</td><td class="size10">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>11</td><td class="size11">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>12</td><td class="size12">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>13</td><td class="size13">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>14</td><td class="size14">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>16</td><td class="size16">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>18</td><td class="size18">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>20</td><td class="size20">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>24</td><td class="size24">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>30</td><td class="size30">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>36</td><td class="size36">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>48</td><td class="size48">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>60</td><td class="size60">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>72</td><td class="size72">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>90</td><td class="size90">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="section" id="bodycomparison">
|
||||
|
||||
|
||||
<div id="xheight">
|
||||
<div class="fontbody">◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼body</div><div class="arialbody">body</div><div class="verdanabody">body</div><div class="georgiabody">body</div></div>
|
||||
<div class="fontbody" style="z-index:1">
|
||||
body<span>Proxima Nova Alt Rg Bold</span>
|
||||
</div>
|
||||
<div class="arialbody" style="z-index:1">
|
||||
body<span>Arial</span>
|
||||
</div>
|
||||
<div class="verdanabody" style="z-index:1">
|
||||
body<span>Verdana</span>
|
||||
</div>
|
||||
<div class="georgiabody" style="z-index:1">
|
||||
body<span>Georgia</span>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="section psample psample_row1" id="">
|
||||
|
||||
<div class="grid2 firstcol">
|
||||
<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid3">
|
||||
<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid3">
|
||||
<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid4">
|
||||
<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="white_blend"></div>
|
||||
|
||||
</div>
|
||||
<div class="section psample psample_row2" id="">
|
||||
<div class="grid3 firstcol">
|
||||
<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid4">
|
||||
<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid5">
|
||||
<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="white_blend"></div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section psample psample_row3" id="">
|
||||
<div class="grid5 firstcol">
|
||||
<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
</div>
|
||||
<div class="grid7">
|
||||
<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
</div>
|
||||
|
||||
<div class="white_blend"></div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section psample psample_row4" id="">
|
||||
<div class="grid12 firstcol">
|
||||
<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
</div>
|
||||
<div class="white_blend"></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="section psample psample_row1 fullreverse">
|
||||
<div class="grid2 firstcol">
|
||||
<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid3">
|
||||
<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid3">
|
||||
<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid4">
|
||||
<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="black_blend"></div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section psample psample_row2 fullreverse">
|
||||
<div class="grid3 firstcol">
|
||||
<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid4">
|
||||
<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid5">
|
||||
<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="black_blend"></div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section psample fullreverse psample_row3" id="">
|
||||
<div class="grid5 firstcol">
|
||||
<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
</div>
|
||||
<div class="grid7">
|
||||
<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
</div>
|
||||
|
||||
<div class="black_blend"></div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section psample fullreverse psample_row4" id="" style="border-bottom: 20px #000 solid;">
|
||||
<div class="grid12 firstcol">
|
||||
<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
</div>
|
||||
<div class="black_blend"></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div id="layout">
|
||||
|
||||
<div class="section">
|
||||
|
||||
<div class="grid12 firstcol">
|
||||
<h1>Lorem Ipsum Dolor</h1>
|
||||
<h2>Etiam porta sem malesuada magna mollis euismod</h2>
|
||||
|
||||
<p class="byline">By <a href="#link">Aenean Lacinia</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<div class="grid8 firstcol">
|
||||
<p class="large">Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
|
||||
|
||||
|
||||
<h3>Pellentesque ornare sem</h3>
|
||||
|
||||
<p>Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit. </p>
|
||||
|
||||
<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>
|
||||
|
||||
<p>Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur. </p>
|
||||
|
||||
<p>Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla. </p>
|
||||
|
||||
<h3>Cras mattis consectetur</h3>
|
||||
|
||||
<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum. </p>
|
||||
|
||||
<p>Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.</p>
|
||||
</div>
|
||||
|
||||
<div class="grid4 sidebar">
|
||||
|
||||
<div class="box reverse">
|
||||
<p class="last">Nullam quis risus eget urna mollis ornare vel eu leo. Donec ullamcorper nulla non metus auctor fringilla. Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
|
||||
</div>
|
||||
|
||||
<p class="caption">Maecenas sed diam eget risus varius.</p>
|
||||
|
||||
<p>Vestibulum id ligula porta felis euismod semper. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Vestibulum id ligula porta felis euismod semper. Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
|
||||
|
||||
|
||||
|
||||
<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Aenean lacinia bibendum nulla sed consectetur. Nullam quis risus eget urna mollis ornare vel eu leo. </p>
|
||||
|
||||
<p>Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec ullamcorper nulla non metus auctor fringilla. Maecenas faucibus mollis interdum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="glyphs">
|
||||
<div class="section">
|
||||
<div class="grid12 firstcol">
|
||||
|
||||
<h1>Language Support</h1>
|
||||
<p>The subset of Proxima Nova Alt Rg Bold in this kit supports the following languages:<br />
|
||||
|
||||
Albanian, Basque, Breton, Chamorro, Danish, Dutch, English, Faroese, Finnish, French, Frisian, Galician, German, Icelandic, Italian, Malagasy, Norwegian, Portuguese, Spanish, Swedish </p>
|
||||
<h1>Glyph Chart</h1>
|
||||
<p>The subset of Proxima Nova Alt Rg Bold in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.</p>
|
||||
<div id="glyph_chart">
|
||||
|
||||
<div><p>&#13;</p> </div>
|
||||
<div><p>&#32;</p> </div>
|
||||
<div><p>&#33;</p>!</div>
|
||||
<div><p>&#34;</p>"</div>
|
||||
<div><p>&#35;</p>#</div>
|
||||
<div><p>&#36;</p>$</div>
|
||||
<div><p>&#37;</p>%</div>
|
||||
<div><p>&#38;</p>&</div>
|
||||
<div><p>&#39;</p>'</div>
|
||||
<div><p>&#40;</p>(</div>
|
||||
<div><p>&#41;</p>)</div>
|
||||
<div><p>&#42;</p>*</div>
|
||||
<div><p>&#43;</p>+</div>
|
||||
<div><p>&#44;</p>,</div>
|
||||
<div><p>&#45;</p>-</div>
|
||||
<div><p>&#46;</p>.</div>
|
||||
<div><p>&#47;</p>/</div>
|
||||
<div><p>&#48;</p>0</div>
|
||||
<div><p>&#49;</p>1</div>
|
||||
<div><p>&#50;</p>2</div>
|
||||
<div><p>&#51;</p>3</div>
|
||||
<div><p>&#52;</p>4</div>
|
||||
<div><p>&#53;</p>5</div>
|
||||
<div><p>&#54;</p>6</div>
|
||||
<div><p>&#55;</p>7</div>
|
||||
<div><p>&#56;</p>8</div>
|
||||
<div><p>&#57;</p>9</div>
|
||||
<div><p>&#58;</p>:</div>
|
||||
<div><p>&#59;</p>;</div>
|
||||
<div><p>&#60;</p><</div>
|
||||
<div><p>&#61;</p>=</div>
|
||||
<div><p>&#62;</p>></div>
|
||||
<div><p>&#63;</p>?</div>
|
||||
<div><p>&#64;</p>@</div>
|
||||
<div><p>&#65;</p>A</div>
|
||||
<div><p>&#66;</p>B</div>
|
||||
<div><p>&#67;</p>C</div>
|
||||
<div><p>&#68;</p>D</div>
|
||||
<div><p>&#69;</p>E</div>
|
||||
<div><p>&#70;</p>F</div>
|
||||
<div><p>&#71;</p>G</div>
|
||||
<div><p>&#72;</p>H</div>
|
||||
<div><p>&#73;</p>I</div>
|
||||
<div><p>&#74;</p>J</div>
|
||||
<div><p>&#75;</p>K</div>
|
||||
<div><p>&#76;</p>L</div>
|
||||
<div><p>&#77;</p>M</div>
|
||||
<div><p>&#78;</p>N</div>
|
||||
<div><p>&#79;</p>O</div>
|
||||
<div><p>&#80;</p>P</div>
|
||||
<div><p>&#81;</p>Q</div>
|
||||
<div><p>&#82;</p>R</div>
|
||||
<div><p>&#83;</p>S</div>
|
||||
<div><p>&#84;</p>T</div>
|
||||
<div><p>&#85;</p>U</div>
|
||||
<div><p>&#86;</p>V</div>
|
||||
<div><p>&#87;</p>W</div>
|
||||
<div><p>&#88;</p>X</div>
|
||||
<div><p>&#89;</p>Y</div>
|
||||
<div><p>&#90;</p>Z</div>
|
||||
<div><p>&#91;</p>[</div>
|
||||
<div><p>&#92;</p>\</div>
|
||||
<div><p>&#93;</p>]</div>
|
||||
<div><p>&#94;</p>^</div>
|
||||
<div><p>&#95;</p>_</div>
|
||||
<div><p>&#96;</p>`</div>
|
||||
<div><p>&#97;</p>a</div>
|
||||
<div><p>&#98;</p>b</div>
|
||||
<div><p>&#99;</p>c</div>
|
||||
<div><p>&#100;</p>d</div>
|
||||
<div><p>&#101;</p>e</div>
|
||||
<div><p>&#102;</p>f</div>
|
||||
<div><p>&#103;</p>g</div>
|
||||
<div><p>&#104;</p>h</div>
|
||||
<div><p>&#105;</p>i</div>
|
||||
<div><p>&#106;</p>j</div>
|
||||
<div><p>&#107;</p>k</div>
|
||||
<div><p>&#108;</p>l</div>
|
||||
<div><p>&#109;</p>m</div>
|
||||
<div><p>&#110;</p>n</div>
|
||||
<div><p>&#111;</p>o</div>
|
||||
<div><p>&#112;</p>p</div>
|
||||
<div><p>&#113;</p>q</div>
|
||||
<div><p>&#114;</p>r</div>
|
||||
<div><p>&#115;</p>s</div>
|
||||
<div><p>&#116;</p>t</div>
|
||||
<div><p>&#117;</p>u</div>
|
||||
<div><p>&#118;</p>v</div>
|
||||
<div><p>&#119;</p>w</div>
|
||||
<div><p>&#120;</p>x</div>
|
||||
<div><p>&#121;</p>y</div>
|
||||
<div><p>&#122;</p>z</div>
|
||||
<div><p>&#123;</p>{</div>
|
||||
<div><p>&#124;</p>|</div>
|
||||
<div><p>&#125;</p>}</div>
|
||||
<div><p>&#126;</p>~</div>
|
||||
<div><p>&#160;</p> </div>
|
||||
<div><p>&#161;</p>¡</div>
|
||||
<div><p>&#162;</p>¢</div>
|
||||
<div><p>&#163;</p>£</div>
|
||||
<div><p>&#165;</p>¥</div>
|
||||
<div><p>&#166;</p>¦</div>
|
||||
<div><p>&#167;</p>§</div>
|
||||
<div><p>&#168;</p>¨</div>
|
||||
<div><p>&#169;</p>©</div>
|
||||
<div><p>&#170;</p>ª</div>
|
||||
<div><p>&#171;</p>«</div>
|
||||
<div><p>&#172;</p>¬</div>
|
||||
<div><p>&#173;</p>­</div>
|
||||
<div><p>&#174;</p>®</div>
|
||||
<div><p>&#175;</p>¯</div>
|
||||
<div><p>&#176;</p>°</div>
|
||||
<div><p>&#177;</p>±</div>
|
||||
<div><p>&#178;</p>²</div>
|
||||
<div><p>&#179;</p>³</div>
|
||||
<div><p>&#180;</p>´</div>
|
||||
<div><p>&#181;</p>µ</div>
|
||||
<div><p>&#182;</p>¶</div>
|
||||
<div><p>&#183;</p>·</div>
|
||||
<div><p>&#184;</p>¸</div>
|
||||
<div><p>&#185;</p>¹</div>
|
||||
<div><p>&#186;</p>º</div>
|
||||
<div><p>&#187;</p>»</div>
|
||||
<div><p>&#188;</p>¼</div>
|
||||
<div><p>&#189;</p>½</div>
|
||||
<div><p>&#190;</p>¾</div>
|
||||
<div><p>&#191;</p>¿</div>
|
||||
<div><p>&#192;</p>À</div>
|
||||
<div><p>&#193;</p>Á</div>
|
||||
<div><p>&#194;</p>Â</div>
|
||||
<div><p>&#195;</p>Ã</div>
|
||||
<div><p>&#196;</p>Ä</div>
|
||||
<div><p>&#197;</p>Å</div>
|
||||
<div><p>&#198;</p>Æ</div>
|
||||
<div><p>&#199;</p>Ç</div>
|
||||
<div><p>&#200;</p>È</div>
|
||||
<div><p>&#201;</p>É</div>
|
||||
<div><p>&#202;</p>Ê</div>
|
||||
<div><p>&#203;</p>Ë</div>
|
||||
<div><p>&#204;</p>Ì</div>
|
||||
<div><p>&#205;</p>Í</div>
|
||||
<div><p>&#206;</p>Î</div>
|
||||
<div><p>&#207;</p>Ï</div>
|
||||
<div><p>&#208;</p>Ð</div>
|
||||
<div><p>&#209;</p>Ñ</div>
|
||||
<div><p>&#210;</p>Ò</div>
|
||||
<div><p>&#211;</p>Ó</div>
|
||||
<div><p>&#212;</p>Ô</div>
|
||||
<div><p>&#213;</p>Õ</div>
|
||||
<div><p>&#214;</p>Ö</div>
|
||||
<div><p>&#215;</p>×</div>
|
||||
<div><p>&#216;</p>Ø</div>
|
||||
<div><p>&#217;</p>Ù</div>
|
||||
<div><p>&#218;</p>Ú</div>
|
||||
<div><p>&#219;</p>Û</div>
|
||||
<div><p>&#220;</p>Ü</div>
|
||||
<div><p>&#221;</p>Ý</div>
|
||||
<div><p>&#222;</p>Þ</div>
|
||||
<div><p>&#223;</p>ß</div>
|
||||
<div><p>&#224;</p>à</div>
|
||||
<div><p>&#225;</p>á</div>
|
||||
<div><p>&#226;</p>â</div>
|
||||
<div><p>&#227;</p>ã</div>
|
||||
<div><p>&#228;</p>ä</div>
|
||||
<div><p>&#229;</p>å</div>
|
||||
<div><p>&#230;</p>æ</div>
|
||||
<div><p>&#231;</p>ç</div>
|
||||
<div><p>&#232;</p>è</div>
|
||||
<div><p>&#233;</p>é</div>
|
||||
<div><p>&#234;</p>ê</div>
|
||||
<div><p>&#235;</p>ë</div>
|
||||
<div><p>&#236;</p>ì</div>
|
||||
<div><p>&#237;</p>í</div>
|
||||
<div><p>&#238;</p>î</div>
|
||||
<div><p>&#239;</p>ï</div>
|
||||
<div><p>&#240;</p>ð</div>
|
||||
<div><p>&#241;</p>ñ</div>
|
||||
<div><p>&#242;</p>ò</div>
|
||||
<div><p>&#243;</p>ó</div>
|
||||
<div><p>&#244;</p>ô</div>
|
||||
<div><p>&#245;</p>õ</div>
|
||||
<div><p>&#246;</p>ö</div>
|
||||
<div><p>&#247;</p>÷</div>
|
||||
<div><p>&#248;</p>ø</div>
|
||||
<div><p>&#249;</p>ù</div>
|
||||
<div><p>&#250;</p>ú</div>
|
||||
<div><p>&#251;</p>û</div>
|
||||
<div><p>&#252;</p>ü</div>
|
||||
<div><p>&#253;</p>ý</div>
|
||||
<div><p>&#254;</p>þ</div>
|
||||
<div><p>&#255;</p>ÿ</div>
|
||||
<div><p>&#338;</p>Œ</div>
|
||||
<div><p>&#339;</p>œ</div>
|
||||
<div><p>&#376;</p>Ÿ</div>
|
||||
<div><p>&#710;</p>ˆ</div>
|
||||
<div><p>&#732;</p>˜</div>
|
||||
<div><p>&#8192;</p> </div>
|
||||
<div><p>&#8193;</p> </div>
|
||||
<div><p>&#8194;</p> </div>
|
||||
<div><p>&#8195;</p> </div>
|
||||
<div><p>&#8196;</p> </div>
|
||||
<div><p>&#8197;</p> </div>
|
||||
<div><p>&#8198;</p> </div>
|
||||
<div><p>&#8199;</p> </div>
|
||||
<div><p>&#8200;</p> </div>
|
||||
<div><p>&#8201;</p> </div>
|
||||
<div><p>&#8202;</p> </div>
|
||||
<div><p>&#8208;</p>‐</div>
|
||||
<div><p>&#8209;</p>‑</div>
|
||||
<div><p>&#8210;</p>‒</div>
|
||||
<div><p>&#8211;</p>–</div>
|
||||
<div><p>&#8212;</p>—</div>
|
||||
<div><p>&#8216;</p>‘</div>
|
||||
<div><p>&#8217;</p>’</div>
|
||||
<div><p>&#8218;</p>‚</div>
|
||||
<div><p>&#8220;</p>“</div>
|
||||
<div><p>&#8221;</p>”</div>
|
||||
<div><p>&#8222;</p>„</div>
|
||||
<div><p>&#8226;</p>•</div>
|
||||
<div><p>&#8230;</p>…</div>
|
||||
<div><p>&#8239;</p> </div>
|
||||
<div><p>&#8249;</p>‹</div>
|
||||
<div><p>&#8250;</p>›</div>
|
||||
<div><p>&#8287;</p> </div>
|
||||
<div><p>&#8364;</p>€</div>
|
||||
<div><p>&#8482;</p>™</div>
|
||||
<div><p>&#9724;</p>◼</div>
|
||||
<div><p>&#64257;</p>fi</div>
|
||||
<div><p>&#64258;</p>fl</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="specs">
|
||||
|
||||
</div>
|
||||
|
||||
<div id="installing">
|
||||
<div class="section">
|
||||
<div class="grid7 firstcol">
|
||||
<h1>Installing Webfonts</h1>
|
||||
|
||||
<p>Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.</p>
|
||||
|
||||
<h2>1. Upload your webfonts</h2>
|
||||
<p>You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.</p>
|
||||
|
||||
<h2>2. Include the webfont stylesheet</h2>
|
||||
<p>A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the <a href="http://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax">Fontspring blog post</a> about it. The code for it is as follows:</p>
|
||||
|
||||
|
||||
<code>
|
||||
@font-face{
|
||||
font-family: 'MyWebFont';
|
||||
src: url('WebFont.eot');
|
||||
src: url('WebFont.eot?#iefix') format('embedded-opentype'),
|
||||
url('WebFont.woff') format('woff'),
|
||||
url('WebFont.ttf') format('truetype'),
|
||||
url('WebFont.svg#webfont') format('svg');
|
||||
}
|
||||
</code>
|
||||
|
||||
<p>We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:</p>
|
||||
<code><link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" /></code>
|
||||
|
||||
<h2>3. Modify your own stylesheet</h2>
|
||||
<p>To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:</p>
|
||||
<code>p { font-family: 'WebFont', Arial, sans-serif; }</code>
|
||||
|
||||
<h2>4. Test</h2>
|
||||
<p>Getting webfonts to work cross-browser <em>can</em> be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.</p>
|
||||
</div>
|
||||
|
||||
<div class="grid5 sidebar">
|
||||
<div class="box">
|
||||
<h2>Troubleshooting<br />Font-Face Problems</h2>
|
||||
<p>Having trouble getting your webfonts to load in your new website? Here are some tips to sort out what might be the problem.</p>
|
||||
|
||||
<h3>Fonts not showing in any browser</h3>
|
||||
|
||||
<p>This sounds like you need to work on the plumbing. You either did not upload the fonts to the correct directory, or you did not link the fonts properly in the CSS. If you've confirmed that all this is correct and you still have a problem, take a look at your .htaccess file and see if requests are getting intercepted.</p>
|
||||
|
||||
<h3>Fonts not loading in iPhone or iPad</h3>
|
||||
|
||||
<p>The most common problem here is that you are serving the fonts from an IIS server. IIS refuses to serve files that have unknown MIME types. If that is the case, you must set the MIME type for SVG to "image/svg+xml" in the server settings. Follow these instructions from Microsoft if you need help.</p>
|
||||
|
||||
<h3>Fonts not loading in Firefox</h3>
|
||||
|
||||
<p>The primary reason for this failure? You are still using a version Firefox older than 3.5. So upgrade already! If that isn't it, then you are very likely serving fonts from a different domain. Firefox requires that all font assets be served from the same domain. Lastly it is possible that you need to add WOFF to your list of MIME types (if you are serving via IIS.)</p>
|
||||
|
||||
<h3>Fonts not loading in IE</h3>
|
||||
|
||||
<p>Are you looking at Internet Explorer on an actual Windows machine or are you cheating by using a service like Adobe BrowserLab? Many of these screenshot services do not render @font-face for IE. Best to test it on a real machine.</p>
|
||||
|
||||
<h3>Fonts not loading in IE9</h3>
|
||||
|
||||
<p>IE9, like Firefox, requires that fonts be served from the same domain as the website. Make sure that is the case.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div id="footer">
|
||||
<p>©2010-2011 Font Squirrel. All rights reserved.</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,618 @@
|
||||
<?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="proxima_nova_alt_rgbold" horiz-adv-x="1185" >
|
||||
<font-face units-per-em="2048" ascent="1618" descent="-430" />
|
||||
<missing-glyph horiz-adv-x="526" />
|
||||
<glyph unicode="fi" horiz-adv-x="1187" d="M25 762v227h163v41q0 168 92.5 262t239.5 94q114 0 189 -40l-54 -193q-30 21 -84 21q-57 0 -89.5 -37t-32.5 -107v-41h200v-227h-200v-762h-261v762h-163zM774 1251q0 64 45.5 109t108.5 45q65 0 110 -45t45 -109q0 -65 -45.5 -110t-109.5 -45q-63 0 -108.5 45.5 t-45.5 109.5zM799 0v989h260v-989h-260z" />
|
||||
<glyph unicode="fl" horiz-adv-x="1280" d="M25 762v227h163v41q0 168 92.5 262t239.5 94q114 0 189 -40l-54 -193q-30 21 -84 21q-57 0 -89.5 -37t-32.5 -107v-41h200v-227h-200v-762h-261v762h-163zM799 248v1118h260v-1049q0 -48 24 -79t66 -31q28 0 53.5 9t36.5 22l55 -199q-71 -64 -217 -64q-136 0 -207 69.5 t-71 203.5z" />
|
||||
<glyph horiz-adv-x="0" />
|
||||
<glyph horiz-adv-x="682" />
|
||||
<glyph horiz-adv-x="0" />
|
||||
<glyph horiz-adv-x="0" />
|
||||
<glyph unicode="
" horiz-adv-x="0" />
|
||||
<glyph unicode=" " horiz-adv-x="526" />
|
||||
<glyph unicode="	" horiz-adv-x="526" />
|
||||
<glyph unicode=" " horiz-adv-x="526" />
|
||||
<glyph unicode="!" horiz-adv-x="522" d="M98 143q0 68 48.5 117t115.5 49q68 0 117 -49.5t49 -116.5q0 -66 -49.5 -114.5t-116.5 -48.5t-115.5 48.5t-48.5 114.5zM104 1366h314l-41 -920h-230z" />
|
||||
<glyph unicode=""" horiz-adv-x="831" d="M90 1245q0 59 41 100t100 41q57 0 99.5 -41.5t42.5 -99.5q0 -17 -21 -136.5t-42 -230.5l-21 -110h-115q-84 438 -84 477zM461 1245q0 59 41.5 100t99.5 41t99.5 -41t41.5 -100q0 -17 -21 -136.5t-42 -230.5l-21 -110h-114q-84 438 -84 477z" />
|
||||
<glyph unicode="#" horiz-adv-x="1265" d="M35 348l53 166h201l110 338h-198l51 164h205l114 350h193l-115 -350h193l114 350h195l-119 -350h199l-47 -164h-207l-113 -338h207l-51 -166h-211l-115 -348h-194l118 348h-194l-117 -348h-192l116 348h-196zM481 514h191l112 338h-192z" />
|
||||
<glyph unicode="$" horiz-adv-x="1257" d="M61 193l160 227q134 -141 326 -176v317q-61 15 -106.5 29t-100.5 37.5t-93.5 53.5t-72.5 70.5t-51 96t-17 123.5q0 159 119 274.5t322 136.5v191h192v-195q249 -27 418 -182l-162 -217q-103 95 -256 133v-283q53 -13 92.5 -25t89.5 -31.5t85.5 -41t72.5 -53t59.5 -68.5 t37 -87t14.5 -109q0 -176 -116 -293.5t-335 -140.5v-185h-192v185q-298 25 -486 213zM406 993q0 -41 35.5 -67t105.5 -49v247q-67 -9 -104 -43.5t-37 -87.5zM739 240q75 14 114.5 53.5t39.5 91.5q0 47 -38.5 75.5t-115.5 53.5v-274z" />
|
||||
<glyph unicode="%" horiz-adv-x="1552" d="M53 1044q0 147 96 244.5t250 97.5q156 0 252.5 -97.5t96.5 -244.5q0 -145 -96.5 -241t-252.5 -96q-154 0 -250 96t-96 241zM238 1044q0 -80 45.5 -129t115.5 -49q72 0 118 48.5t46 129.5q0 83 -46 133t-118 50q-70 0 -115.5 -50t-45.5 -133zM266 0l873 1366h155 l-874 -1366h-154zM805 313q0 147 96 245.5t250 98.5t251 -98.5t97 -245.5q0 -145 -97 -241.5t-251 -96.5t-250 96.5t-96 241.5zM989 313q0 -82 45 -130t117 -48t118 48t46 130q0 83 -46 133t-118 50t-117 -49.5t-45 -133.5z" />
|
||||
<glyph unicode="&" horiz-adv-x="1325" d="M49 371q0 75 23 137t66.5 109t92 81.5t113.5 67.5q-90 164 -90 293q0 139 110 233t279 94q151 0 254.5 -77.5t103.5 -210.5q0 -60 -19.5 -112t-48 -87.5t-77 -70.5t-88 -56t-100.5 -49q71 -96 116 -148q58 -73 117 -141q83 131 125 266l207 -96q-89 -198 -191 -328 q70 -77 265 -276h-332q-52 49 -103 102q-166 -127 -372 -127q-197 0 -324 103t-127 293zM326 395q0 -97 61.5 -156t149.5 -59q100 0 196 70q-107 119 -151 174q-91 112 -138 180q-118 -84 -118 -209zM512 1053q0 -80 59 -185q99 48 152 97t53 118q0 53 -34.5 84t-86.5 31 q-61 0 -102 -40.5t-41 -104.5z" />
|
||||
<glyph unicode="'" horiz-adv-x="460" d="M90 1245q0 59 41 100t100 41q57 0 99.5 -41.5t42.5 -99.5q0 -17 -21 -136.5t-42 -230.5l-21 -110h-115q-84 438 -84 477z" />
|
||||
<glyph unicode="(" horiz-adv-x="608" d="M84 498q0 248 88 493t238 412l161 -123q-107 -194 -156.5 -376.5t-49.5 -405.5t50 -406t156 -373l-161 -127q-150 167 -238 412t-88 494z" />
|
||||
<glyph unicode=")" horiz-adv-x="610" d="M37 -281q107 189 157 372.5t50 406.5q0 224 -50 406.5t-157 375.5l162 123q150 -167 238.5 -412t88.5 -493t-88.5 -493.5t-238.5 -412.5z" />
|
||||
<glyph unicode="*" horiz-adv-x="718" d="M51 965l199 104l-199 102l66 111l188 -121l-10 225h129l-10 -225l188 121l66 -111l-199 -102l199 -104l-66 -111l-188 121l10 -225h-129l10 225l-188 -121z" />
|
||||
<glyph unicode="+" horiz-adv-x="1032" d="M59 610v162h369v402h178v-402h367v-162h-367v-415h-178v415h-369z" />
|
||||
<glyph unicode="," horiz-adv-x="522" d="M96 145q0 67 48 115.5t114 48.5q76 0 129 -56.5t53 -152.5q0 -113 -56.5 -212.5t-154.5 -168.5l-112 93q51 27 98 83.5t59 108.5q-18 -6 -38 -6q-59 0 -99.5 41.5t-40.5 105.5z" />
|
||||
<glyph unicode="-" horiz-adv-x="614" d="M61 385v221h492v-221h-492z" />
|
||||
<glyph unicode="." horiz-adv-x="526" d="M96 143q0 67 49 116.5t117 49.5t117 -49.5t49 -116.5t-49 -116.5t-117 -49.5t-117 49.5t-49 116.5z" />
|
||||
<glyph unicode="/" horiz-adv-x="673" d="M0 -41l485 1448h189l-486 -1448h-188z" />
|
||||
<glyph unicode="0" horiz-adv-x="1269" d="M70 682q0 136 34 259t101 224t178 161t252 60t252 -60t178 -161t101 -224t34 -259t-34 -259.5t-101 -225t-178 -162t-252 -60.5t-252 60.5t-178 162t-101 225t-34 259.5zM367 682q0 -132 25.5 -229.5t87 -158.5t155.5 -61t155.5 61t87 158.5t25.5 229.5t-25 228.5 t-86.5 157t-156.5 60.5q-71 0 -124 -33.5t-83.5 -95.5t-45.5 -140.5t-15 -176.5z" />
|
||||
<glyph unicode="1" horiz-adv-x="841" d="M23 934l430 432h254v-1366h-291v991l-228 -231z" />
|
||||
<glyph unicode="2" horiz-adv-x="1228" d="M66 1163q96 111 236 167t290 56q147 0 265 -51.5t187.5 -151.5t69.5 -233q0 -167 -132.5 -328t-414.5 -366h557v-256h-1028v229q153 113 249 186t185.5 146.5t138 121t86 97t51 88.5t13.5 82q0 86 -64.5 132t-156.5 46q-217 0 -367 -157z" />
|
||||
<glyph unicode="3" horiz-adv-x="1202" d="M41 195l154 194q68 -72 170 -114t204 -42q122 0 190 48.5t68 126.5q0 82 -65.5 119.5t-208.5 37.5q-130 0 -170 -4v262q25 -2 170 -2q118 0 186 36.5t68 109.5q0 78 -71 119.5t-183 41.5q-201 0 -348 -141l-146 182q193 217 523 217q239 0 377.5 -99.5t138.5 -270.5 q0 -122 -88 -205.5t-211 -105.5q54 -5 108.5 -28.5t102.5 -63t78 -101.5t30 -135q0 -179 -147 -290.5t-391 -111.5q-179 0 -319 61t-220 159z" />
|
||||
<glyph unicode="4" horiz-adv-x="1222" d="M51 283v229l543 854h401v-827h176v-256h-176v-283h-290v283h-654zM336 539h369v569z" />
|
||||
<glyph unicode="5" horiz-adv-x="1245" d="M100 180l162 203q144 -150 363 -150q118 0 186 58t68 145q0 92 -65.5 147.5t-180.5 55.5q-170 0 -287 -111l-203 56v782h938v-256h-647v-334q52 52 131 83.5t170 31.5q117 0 216 -52t161 -154.5t62 -235.5q0 -216 -149.5 -345t-397.5 -129q-338 0 -527 205z" />
|
||||
<glyph unicode="6" horiz-adv-x="1245" d="M70 680q0 208 74.5 366.5t219.5 249t343 90.5q242 0 403 -141l-131 -223q-58 55 -121 80.5t-151 25.5q-149 0 -245.5 -111t-96.5 -276q0 -18 2 -28q50 73 146.5 124.5t203.5 51.5q126 0 230.5 -49.5t170.5 -152.5t66 -243q0 -202 -147 -335.5t-378 -133.5 q-151 0 -266.5 55.5t-184.5 153.5t-103.5 223t-34.5 273zM367 510q5 -52 22 -99t48.5 -88t84.5 -65.5t121 -24.5q111 0 177.5 62t66.5 139q0 101 -73 153t-179 52q-77 0 -148 -34t-120 -95z" />
|
||||
<glyph unicode="7" horiz-adv-x="1116" d="M49 1110v256h1026v-203l-508 -1163h-319l489 1110h-688z" />
|
||||
<glyph unicode="8" horiz-adv-x="1241" d="M72 354q0 120 82 213t211 138q-271 94 -271 321q0 93 46 164.5t123 113t168 62t190 20.5q78 0 151.5 -12.5t142 -40.5t120 -68.5t82 -102t30.5 -136.5q0 -226 -270 -321q128 -45 210 -138t82 -213q0 -122 -78.5 -210t-200 -128.5t-269.5 -40.5q-110 0 -207.5 24 t-174.5 69.5t-122 119.5t-45 166zM367 395q0 -72 72.5 -117t181.5 -45q107 0 180 45t73 117q0 40 -27 73.5t-69 54t-81.5 33t-75.5 17.5q-37 -5 -77 -17.5t-81.5 -33t-68.5 -54t-27 -73.5zM389 977q0 -35 23.5 -64t62 -47.5t74 -29.5t72.5 -17q37 6 72.5 17t73 29.5 t60.5 47.5t23 64q0 71 -63.5 111t-165.5 40q-104 0 -168 -40t-64 -111z" />
|
||||
<glyph unicode="9" horiz-adv-x="1245" d="M63 920q0 202 146 335.5t377 133.5q151 0 266.5 -55.5t185 -153.5t104 -223t34.5 -273q0 -208 -74.5 -367t-219.5 -249.5t-343 -90.5q-243 0 -402 142l129 223q58 -54 121.5 -80t151.5 -26q108 0 187.5 56.5t117 142t37.5 186.5v30q-53 -74 -149.5 -125t-203.5 -51 q-126 0 -230 49.5t-169.5 152.5t-65.5 243zM358 930q0 -68 37.5 -116t92.5 -68.5t122 -20.5q78 0 149 34t120 95q-5 52 -22.5 99t-49 88t-84.5 65t-121 24q-111 0 -177.5 -61.5t-66.5 -138.5z" />
|
||||
<glyph unicode=":" horiz-adv-x="503" d="M96 143q0 67 49 116.5t117 49.5t117 -49.5t49 -116.5t-49 -116.5t-117 -49.5t-117 49.5t-49 116.5zM96 838q0 68 49 117t117 49t117 -49t49 -117t-49 -117t-117 -49t-117 49t-49 117z" />
|
||||
<glyph unicode=";" horiz-adv-x="522" d="M96 154q0 67 48 115t114 48q76 0 129 -57t53 -154q0 -111 -56.5 -210t-154.5 -168l-112 92q51 27 98 83.5t59 108.5q-18 -6 -38 -6q-59 0 -99.5 42t-40.5 106zM96 840q0 67 49 115.5t117 48.5t117 -48.5t49 -115.5q0 -68 -49.5 -118t-116.5 -50t-116.5 50t-49.5 118z" />
|
||||
<glyph unicode="<" horiz-adv-x="1032" d="M59 592v188l914 408v-193l-727 -311l727 -307v-193z" />
|
||||
<glyph unicode="=" horiz-adv-x="1032" d="M59 412v159h914v-159h-914zM59 797v161h914v-161h-914z" />
|
||||
<glyph unicode=">" horiz-adv-x="1032" d="M59 184v193l727 307l-727 311v193l914 -408v-188z" />
|
||||
<glyph unicode="?" horiz-adv-x="933" d="M18 1188q81 96 198.5 147t250.5 51q196 0 311 -89.5t115 -233.5q0 -61 -19 -112t-49 -87t-66.5 -66.5t-73 -56.5t-66.5 -51t-49 -55.5t-19 -65.5q0 -55 39 -86l-225 -65q-68 74 -68 182q0 67 31 121t75.5 89t88.5 65t75 64.5t31 72.5q0 51 -41 83.5t-121 32.5 q-149 0 -252 -127zM297 143q0 67 49.5 116.5t116.5 49.5t116.5 -49.5t49.5 -116.5t-49.5 -116.5t-116.5 -49.5t-116.5 49.5t-49.5 116.5z" />
|
||||
<glyph unicode="@" horiz-adv-x="1603" d="M72 500q0 160 67.5 309.5t178.5 258t260.5 174t306.5 65.5q144 0 266 -50t204.5 -135t128.5 -199.5t46 -242.5q0 -123 -38 -223t-98.5 -160t-130.5 -91.5t-139 -31.5q-86 0 -136 43.5t-62 108.5l-2 12q-54 -76 -133 -120t-162 -44q-147 0 -232.5 96t-85.5 248 q0 133 66 250t172.5 184.5t224.5 67.5q90 0 156 -37.5t100 -99.5l23 108h231l-104 -499q-6 -30 -6 -50q0 -45 20.5 -68.5t54.5 -23.5q32 0 64.5 19.5t62 57.5t48 104t18.5 149q0 245 -154 396t-411 151q-142 0 -275.5 -59.5t-231.5 -158t-157 -231.5t-59 -274 q0 -159 74 -289.5t206.5 -205.5t296.5 -75q194 0 373 113l43 -61q-200 -129 -426 -129q-183 0 -332 85t-233 232t-84 326zM551 539q0 -81 45.5 -131t122.5 -50q130 0 227 136l51 237q-18 41 -60.5 73t-105.5 32q-119 0 -199.5 -90t-80.5 -207z" />
|
||||
<glyph unicode="A" horiz-adv-x="1400" d="M-8 0l526 1366h365l526 -1366h-330l-86 231h-585l-86 -231h-330zM487 487h426l-213 588z" />
|
||||
<glyph unicode="B" horiz-adv-x="1357" d="M135 0v1366h719q94 0 170.5 -28.5t124 -77.5t73 -111t25.5 -131q0 -123 -67 -207.5t-168 -105.5q111 -17 186.5 -112t75.5 -222q0 -162 -104 -266.5t-293 -104.5h-742zM426 256h377q82 0 128 41.5t46 114.5q0 67 -46 111t-128 44h-377v-311zM426 823h365q73 0 116 39 t43 105q0 64 -43 103.5t-116 39.5h-365v-287z" />
|
||||
<glyph unicode="C" horiz-adv-x="1406" d="M70 682q0 207 96 369t262 250t371 88q108 0 200.5 -27.5t161 -76t119 -105t88.5 -125.5l-250 -123q-44 86 -131 142t-188 56q-187 0 -308.5 -127t-121.5 -321t121.5 -321.5t308.5 -127.5q101 0 188 56.5t131 142.5l250 -121q-39 -69 -88.5 -125.5t-118.5 -105.5 t-161.5 -77t-200.5 -28q-153 0 -287.5 52t-232 143.5t-153.5 224t-56 287.5z" />
|
||||
<glyph unicode="D" horiz-adv-x="1470" d="M135 0v1366h539q322 0 523.5 -188t201.5 -494q0 -204 -91.5 -360t-255.5 -240t-376 -84h-541zM426 256h248q131 0 230 59t148.5 155t49.5 214q0 187 -112 306.5t-314 119.5h-250v-854z" />
|
||||
<glyph unicode="E" horiz-adv-x="1193" d="M135 0v1366h967v-256h-676v-287h661v-256h-661v-311h676v-256h-967z" />
|
||||
<glyph unicode="F" horiz-adv-x="1169" d="M135 0v1366h967v-256h-676v-287h661v-256h-661v-567h-291z" />
|
||||
<glyph unicode="G" horiz-adv-x="1474" d="M70 682q0 210 99 373t264 248.5t366 85.5q102 0 192 -24.5t158.5 -68.5t120.5 -96.5t92 -116.5l-240 -131q-51 77 -136 127.5t-187 50.5q-187 0 -308.5 -127t-121.5 -321t121.5 -321.5t308.5 -127.5q138 0 228.5 76t125.5 193h-426v256h746q0 -365 -187 -574t-514 -209 q-140 0 -267.5 50.5t-224 141t-153.5 224.5t-57 291z" />
|
||||
<glyph unicode="H" horiz-adv-x="1497" d="M135 0v1366h291v-537h645v537h293v-1366h-293v575h-645v-575h-291z" />
|
||||
<glyph unicode="I" horiz-adv-x="561" d="M135 0v1366h291v-1366h-291z" />
|
||||
<glyph unicode="J" horiz-adv-x="995" d="M12 111l127 221q103 -99 217 -99q96 0 154.5 60.5t58.5 159.5v913h293v-917q0 -233 -131.5 -353.5t-349.5 -120.5q-230 0 -369 136z" />
|
||||
<glyph unicode="K" horiz-adv-x="1302" d="M135 0v1366h291v-608l483 608h359l-543 -641l580 -725h-359l-414 549l-106 -129v-420h-291z" />
|
||||
<glyph unicode="L" horiz-adv-x="1054" d="M123 0v1366h293v-1110h577v-256h-870z" />
|
||||
<glyph unicode="M" horiz-adv-x="1751" d="M135 0v1366h408l331 -854l332 854h410v-1366h-293v985l-385 -985h-127l-385 985v-985h-291z" />
|
||||
<glyph unicode="N" horiz-adv-x="1492" d="M135 0v1366h299l633 -858v858h291v-1366h-281l-651 891v-891h-291z" />
|
||||
<glyph unicode="O" horiz-adv-x="1566" d="M70 682q0 152 53.5 284t147.5 224.5t227 145.5t286 53q204 0 366.5 -90t254.5 -252t92 -365t-92 -365t-254.5 -252t-366.5 -90q-153 0 -286 53t-227 145.5t-147.5 224.5t-53.5 284zM369 682q0 -194 114 -321.5t301 -127.5q186 0 300 127.5t114 321.5q0 195 -114 321.5 t-300 126.5q-188 0 -301.5 -126.5t-113.5 -321.5z" />
|
||||
<glyph unicode="P" horiz-adv-x="1280" d="M135 0v1366h639q108 0 196.5 -35t145 -95t87 -139.5t30.5 -170.5q0 -90 -30.5 -169t-87.5 -139.5t-145 -95.5t-196 -35h-348v-487h-291zM426 743h307q88 0 145.5 50t57.5 133q0 84 -57.5 134t-145.5 50h-307v-367z" />
|
||||
<glyph unicode="Q" horiz-adv-x="1566" d="M70 682q0 152 53.5 284t147.5 224.5t227 145.5t286 53q204 0 366.5 -90t254.5 -252t92 -365q0 -286 -178 -483l100 -117l-202 -166l-111 127q-149 -68 -322 -68q-153 0 -286 53t-227 145.5t-147.5 224.5t-53.5 284zM369 682q0 -194 114 -321.5t301 -127.5q71 0 142 23 l-150 176l203 166l149 -176q70 112 70 260q0 195 -114 321.5t-300 126.5q-188 0 -301.5 -126.5t-113.5 -321.5z" />
|
||||
<glyph unicode="R" horiz-adv-x="1316" d="M135 0v1366h639q210 0 335.5 -123t125.5 -317q0 -86 -26 -159t-70 -121.5t-95.5 -80t-109.5 -45.5l309 -520h-336l-268 485h-213v-485h-291zM426 741h307q88 0 145.5 50.5t57.5 136.5q0 83 -57.5 132.5t-145.5 49.5h-307v-369z" />
|
||||
<glyph unicode="S" horiz-adv-x="1228" d="M41 193l160 227q79 -83 190.5 -135t243.5 -52q115 0 176 43.5t61 108.5q0 42 -34 72.5t-89 47t-125.5 35t-144.5 35t-144.5 48t-125.5 73t-89 112.5t-34 163q0 176 141.5 295.5t376.5 119.5q328 0 533 -190l-162 -217q-81 74 -185 111.5t-212 37.5q-91 0 -142 -36.5 t-51 -98.5q0 -38 33.5 -66t89 -43.5t126 -34t143.5 -35.5t143.5 -49.5t126 -75t89 -113.5t33.5 -162q0 -196 -140.5 -317.5t-405.5 -121.5q-364 0 -582 218z" />
|
||||
<glyph unicode="T" horiz-adv-x="1191" d="M51 1110v256h1090v-256h-398v-1110h-292v1110h-400z" />
|
||||
<glyph unicode="U" horiz-adv-x="1503" d="M135 547v819h295v-811q0 -146 83.5 -234t238.5 -88q154 0 236.5 87.5t82.5 234.5v811h297v-819q0 -128 -38.5 -232t-113 -180.5t-193 -118t-271.5 -41.5q-303 0 -460 155t-157 417z" />
|
||||
<glyph unicode="V" horiz-adv-x="1400" d="M-8 1366h330l378 -1049l379 1049h330l-526 -1366h-365z" />
|
||||
<glyph unicode="W" horiz-adv-x="1880" d="M2 1366h326l239 -987l260 987h228l258 -987l239 987h326l-389 -1366h-309l-240 938l-238 -938h-309z" />
|
||||
<glyph unicode="X" horiz-adv-x="1368" d="M-6 0l495 700l-464 666h346l313 -467l309 467h350l-464 -664l495 -702h-348l-342 500l-344 -500h-346z" />
|
||||
<glyph unicode="Y" horiz-adv-x="1320" d="M-8 1366h332l338 -547l337 547h330l-522 -807v-559h-291v559z" />
|
||||
<glyph unicode="Z" horiz-adv-x="1212" d="M86 0v236l645 874h-645v256h1026v-233l-645 -877h659v-256h-1040z" />
|
||||
<glyph unicode="[" horiz-adv-x="573" d="M96 -389v1778h443v-175h-254v-1429h254v-174h-443z" />
|
||||
<glyph unicode="\" horiz-adv-x="673" d="M0 1407h188l486 -1448h-189z" />
|
||||
<glyph unicode="]" horiz-adv-x="573" d="M37 -215h254v1429h-254v175h440v-1778h-440v174z" />
|
||||
<glyph unicode="^" horiz-adv-x="903" d="M39 682l319 684h191l315 -684h-192l-221 506l-220 -506h-192z" />
|
||||
<glyph unicode="_" horiz-adv-x="1155" d="M-6 -82h1167v-174h-1167v174z" />
|
||||
<glyph unicode="`" horiz-adv-x="514" d="M0 1434h240l274 -295h-182z" />
|
||||
<glyph unicode="a" horiz-adv-x="1200" d="M66 496q0 237 122.5 377.5t315.5 140.5q186 0 305 -152v127h262v-989h-262v127q-121 -152 -305 -152q-192 0 -315 139t-123 382zM334 496q0 -129 70 -209t182 -80q65 0 128 31.5t95 80.5v349q-32 49 -95 81.5t-128 32.5q-112 0 -182 -79t-70 -207z" />
|
||||
<glyph unicode="b" horiz-adv-x="1200" d="M129 0v1366h260v-504q57 75 136 113.5t169 38.5q193 0 316 -140.5t123 -377.5q0 -243 -123 -382t-316 -139q-184 0 -305 152v-127h-260zM389 317q34 -48 97.5 -79t127.5 -31q112 0 181 80t69 209q0 128 -69 207t-181 79q-64 0 -127.5 -32t-97.5 -82v-351z" />
|
||||
<glyph unicode="c" horiz-adv-x="1021" d="M66 496q0 227 148 372.5t376 145.5q260 0 391 -178l-170 -160q-71 106 -209 106q-119 0 -193.5 -79t-74.5 -207q0 -129 74.5 -209t193.5 -80q134 0 209 108l170 -159q-57 -78 -154 -129.5t-237 -51.5q-228 0 -376 146.5t-148 374.5z" />
|
||||
<glyph unicode="d" horiz-adv-x="1200" d="M66 496q0 237 122.5 377.5t315.5 140.5q90 0 169 -38.5t136 -113.5v504h262v-1366h-262v127q-121 -152 -305 -152q-192 0 -315 139t-123 382zM334 496q0 -129 70 -209t182 -80q65 0 128 31.5t95 80.5v351q-32 49 -95 80.5t-128 31.5q-112 0 -182 -79t-70 -207z" />
|
||||
<glyph unicode="e" horiz-adv-x="1132" d="M66 496q0 143 65 261t183 187.5t264 69.5q222 0 358.5 -150.5t136.5 -392.5v-61h-735q14 -96 89 -159t196 -63q66 0 141.5 26.5t120.5 70.5l116 -172q-72 -66 -180.5 -102t-226.5 -36q-229 0 -378.5 143.5t-149.5 377.5zM336 590h487q-3 38 -18 73t-42.5 67t-75.5 51.5 t-109 19.5q-58 0 -104 -19t-74 -50.5t-44 -67t-20 -74.5z" />
|
||||
<glyph unicode="f" horiz-adv-x="669" d="M25 762v227h163v41q0 168 92.5 262t239.5 94q114 0 189 -40l-54 -193q-30 21 -84 21q-57 0 -89.5 -37t-32.5 -107v-41h200v-227h-200v-762h-261v762h-163z" />
|
||||
<glyph unicode="g" horiz-adv-x="1198" d="M66 510q0 237 121.5 370.5t314.5 133.5q188 0 307 -152v127h260v-923q0 -108 -32.5 -192t-84.5 -135t-124 -83.5t-143 -44.5t-150 -12q-131 0 -233 34t-193 113l116 186q112 -120 310 -120q51 0 96 12t87 39t66.5 79t24.5 124v96q-123 -154 -307 -154q-192 0 -314 131.5 t-122 370.5zM334 510q0 -126 69 -199t183 -73q62 0 125.5 32t97.5 80v322q-34 47 -97 78.5t-126 31.5q-114 0 -183 -73t-69 -199z" />
|
||||
<glyph unicode="h" horiz-adv-x="1187" d="M129 0v1366h262v-504q54 63 144 107.5t202 44.5q160 0 241 -82t81 -230v-702h-260v602q0 98 -47 139t-136 41q-71 0 -130 -33t-95 -81v-668h-262z" />
|
||||
<glyph unicode="i" horiz-adv-x="518" d="M104 1251q0 64 45.5 109t108.5 45q65 0 110.5 -45t45.5 -109t-45.5 -109.5t-110.5 -45.5q-63 0 -108.5 45.5t-45.5 109.5zM129 0v989h260v-989h-260z" />
|
||||
<glyph unicode="j" horiz-adv-x="518" d="M-209 -330l70 193q60 -51 133 -51q62 0 98.5 40.5t36.5 120.5v1016h260v-1016q0 -174 -89 -274t-263 -100q-90 0 -139.5 15.5t-106.5 55.5zM104 1251q0 64 45.5 109t108.5 45q65 0 110.5 -45t45.5 -109t-45.5 -109.5t-110.5 -45.5q-63 0 -108.5 45.5t-45.5 109.5z" />
|
||||
<glyph unicode="k" horiz-adv-x="1097" d="M129 0v1366h260v-817l375 440h319l-391 -448l404 -541h-326l-262 381l-119 -127v-254h-260z" />
|
||||
<glyph unicode="l" horiz-adv-x="610" d="M129 248v1118h260v-1049q0 -48 24 -79t66 -31q28 0 53.5 9t36.5 22l56 -199q-71 -64 -217 -64q-136 0 -207.5 69.5t-71.5 203.5z" />
|
||||
<glyph unicode="m" horiz-adv-x="1746" d="M129 0v989h260v-127q40 53 130.5 102.5t193.5 49.5q107 0 177 -46.5t97 -131.5q47 72 140 125t200 53q139 0 215 -75t76 -224v-715h-262v625q0 73 -36 115t-112 42q-63 0 -117.5 -34t-86.5 -80v-668h-263v625q0 157 -147 157q-62 0 -116.5 -34t-88.5 -80v-668h-260z" />
|
||||
<glyph unicode="n" d="M129 0v989h260v-127q54 63 144.5 107.5t201.5 44.5q160 0 242 -83.5t82 -232.5v-698h-262v598q0 98 -47.5 141t-135.5 43q-71 0 -129 -32.5t-96 -81.5v-668h-260z" />
|
||||
<glyph unicode="o" horiz-adv-x="1177" d="M66 496q0 142 61.5 258.5t182 188t278.5 71.5q159 0 280 -71.5t182.5 -188t61.5 -258.5t-61.5 -259.5t-182.5 -189.5t-280 -72q-158 0 -278.5 72t-182 189.5t-61.5 259.5zM336 496q0 -122 67.5 -205.5t184.5 -83.5q118 0 186 83t68 206q0 121 -68 203.5t-186 82.5 q-117 0 -184.5 -82.5t-67.5 -203.5z" />
|
||||
<glyph unicode="p" horiz-adv-x="1193" d="M129 -377v1366h260v-125q119 150 305 150q195 0 317 -138t122 -380t-122 -381.5t-317 -139.5q-183 0 -305 152v-504h-260zM389 322q33 -48 97 -81.5t126 -33.5q112 0 182 80t70 209q0 128 -70 207t-182 79q-63 0 -126 -31.5t-97 -80.5v-348z" />
|
||||
<glyph unicode="q" horiz-adv-x="1193" d="M63 496q0 242 121.5 380t315.5 138q186 0 305 -150v125h262v-1366h-262v504q-119 -152 -305 -152q-194 0 -315.5 139.5t-121.5 381.5zM332 496q0 -129 69.5 -209t180.5 -80q63 0 126.5 33.5t96.5 81.5v348q-32 49 -95 80.5t-128 31.5q-111 0 -180.5 -79.5t-69.5 -206.5z " />
|
||||
<glyph unicode="r" horiz-adv-x="737" d="M129 0v989h260v-133q57 68 142.5 113t173.5 45v-254q-27 6 -72 6q-66 0 -139 -33.5t-105 -79.5v-653h-260z" />
|
||||
<glyph unicode="s" horiz-adv-x="976" d="M43 129l113 188q58 -55 155.5 -96t186.5 -41q82 0 124 28.5t42 76.5q0 32 -32.5 53t-84 33t-114 23.5t-125 31.5t-114 51t-84 88.5t-32.5 136.5q0 131 108 221.5t297 90.5q228 0 398 -135l-105 -185q-47 49 -126.5 82t-166.5 33q-70 0 -112.5 -27t-42.5 -69 q0 -26 25 -43.5t66.5 -27t94 -21.5t108 -23.5t108 -36t94 -56.5t66.5 -87t25 -127q0 -140 -114.5 -228t-315.5 -88q-129 0 -246.5 41t-195.5 113z" />
|
||||
<glyph unicode="t" horiz-adv-x="692" d="M18 762v227h164v271h260v-271h201v-227h-201v-445q0 -48 24 -79t66 -31q28 0 54 9t37 22l55 -199q-71 -64 -217 -64q-136 0 -207.5 69.5t-71.5 203.5v514h-164z" />
|
||||
<glyph unicode="u" d="M129 287v702h260v-600q0 -98 47 -140t135 -42q70 0 129 32t97 80v670h260v-989h-260v125q-59 -64 -147.5 -107t-200.5 -43q-159 0 -239.5 82t-80.5 230z" />
|
||||
<glyph unicode="v" horiz-adv-x="1050" d="M-12 989h278l258 -688l260 688h279l-397 -989h-281z" />
|
||||
<glyph unicode="w" horiz-adv-x="1576" d="M0 989h270l185 -665l217 665h231l217 -665l185 665h272l-301 -989h-279l-209 674l-208 -674h-279z" />
|
||||
<glyph unicode="x" horiz-adv-x="1032" d="M0 0l352 508l-332 481h291l205 -303l203 303h291l-330 -481l352 -508h-291l-225 334l-227 -334h-289z" />
|
||||
<glyph unicode="y" d="M117 -254l116 186q51 -61 131.5 -90.5t165.5 -29.5q122 0 194.5 73t72.5 181v102q-59 -64 -147.5 -107t-200.5 -43q-159 0 -239.5 82t-80.5 230v659h260v-557q0 -98 47 -140t135 -42q70 0 129 32t97 80v627h260v-923q0 -220 -143.5 -343.5t-383.5 -123.5q-244 0 -413 147 z" />
|
||||
<glyph unicode="z" horiz-adv-x="980" d="M86 0v195l446 567h-446v227h801v-186l-455 -576h463v-227h-809z" />
|
||||
<glyph unicode="{" horiz-adv-x="589" d="M8 426v147q52 0 79.5 39t27.5 99v350q0 147 93.5 237.5t223.5 90.5h123v-175h-123q-55 0 -92 -41.5t-37 -109.5v-379q0 -144 -94 -184q94 -40 94 -185v-376q0 -68 37 -111t92 -43h123v-174h-123q-130 0 -223.5 89.5t-93.5 236.5v352q0 60 -27.5 98.5t-79.5 38.5z" />
|
||||
<glyph unicode="|" horiz-adv-x="442" d="M135 -41v1448h174v-1448h-174z" />
|
||||
<glyph unicode="}" horiz-adv-x="589" d="M35 -215h125q54 0 91.5 43t37.5 111v376q0 145 94 185q-94 40 -94 184v379q0 67 -37.5 109t-91.5 42h-125v175h125q129 0 223 -90.5t94 -237.5v-350q0 -60 27.5 -99t79.5 -39v-147q-52 0 -79.5 -38.5t-27.5 -98.5v-352q0 -146 -94 -236t-223 -90h-125v174z" />
|
||||
<glyph unicode="~" horiz-adv-x="1044" d="M53 864q7 81 17.5 146.5t33 134t54.5 114.5t83 75.5t117 29.5q54 0 95 -20t65.5 -52t42 -71t30 -77.5t24.5 -70.5t30 -52t43 -20q99 0 127 365l176 -20q-7 -83 -17 -148t-32.5 -134t-53.5 -115t-82.5 -75.5t-117.5 -29.5q-54 0 -95 20t-65.5 51.5t-42 70t-30 77t-24.5 70 t-30 51.5t-43 20q-98 0 -127 -360z" />
|
||||
<glyph unicode="¡" horiz-adv-x="522" d="M94 848q0 66 49.5 115t116.5 49t115.5 -49t48.5 -115q0 -68 -48.5 -117t-115.5 -49q-68 0 -117 49t-49 117zM104 -377l41 920h230l43 -920h-314z" />
|
||||
<glyph unicode="¢" horiz-adv-x="1021" d="M66 496q0 201 118.5 340t309.5 170v151h188v-149q197 -31 299 -172l-170 -160q-51 72 -129 96v-555q76 23 129 98l170 -159q-46 -64 -121.5 -111t-177.5 -61v-189h-188v189q-191 31 -309.5 170.5t-118.5 341.5zM334 496q0 -96 43 -167t117 -102v535q-75 -31 -117.5 -101 t-42.5 -165z" />
|
||||
<glyph unicode="£" horiz-adv-x="1126" d="M47 551v166h139q-94 129 -94 246q0 94 43.5 175t114.5 134.5t160 83.5t180 30q349 0 475 -247l-231 -135q-25 65 -82 105t-127 40q-92 0 -153.5 -53t-61.5 -138q0 -30 4.5 -55.5t18.5 -55t20 -41t30 -48t27 -41.5h295v-166h-230q0 -6 1.5 -19.5t1.5 -19.5 q0 -69 -38 -130.5t-96 -96.5q50 16 101 16q62 0 140 -34t126 -34q61 0 107 21.5t69 52.5l117 -231q-103 -103 -303 -103q-76 0 -142 22.5t-122 45t-107 22.5q-97 0 -237 -77l-99 198q102 48 162.5 114.5t60.5 141.5q0 51 -24 111h-246z" />
|
||||
<glyph unicode="¥" horiz-adv-x="1320" d="M-8 1366h332l338 -547l337 547h330l-418 -645h365v-162h-469v-164h469v-159h-469v-236h-291v236h-467v159h467v164h-467v162h361z" />
|
||||
<glyph unicode="¦" horiz-adv-x="442" d="M135 -41v647h174v-647h-174zM135 760v647h174v-647h-174z" />
|
||||
<glyph unicode="§" horiz-adv-x="991" d="M47 -4l109 164q61 -59 148.5 -101.5t180.5 -42.5q82 0 130.5 30t48.5 87q0 39 -32.5 65.5t-84 41.5t-114 29t-125 35t-114 52t-84 87.5t-32.5 134.5q0 95 59 160.5t139 92.5q-198 75 -198 261q0 126 112.5 210t290.5 84q259 0 398 -139l-103 -153q-52 52 -128 81t-154 29 q-77 0 -121.5 -28.5t-44.5 -79.5q0 -35 32.5 -58.5t84 -36.5t114.5 -25.5t125.5 -33t114 -51.5t84 -88t32.5 -135q0 -84 -44.5 -152.5t-127.5 -109.5q172 -75 172 -250q0 -150 -119.5 -236t-310.5 -86q-261 0 -438 162zM328 616q0 -28 13 -51t30.5 -37t49 -26.5t56 -19.5 t62.5 -15q61 27 89.5 62.5t28.5 88.5q0 110 -170 148q-88 -21 -123.5 -58t-35.5 -92z" />
|
||||
<glyph unicode="¨" horiz-adv-x="604" d="M-53 1251q0 59 40.5 99.5t98.5 40.5t98.5 -40.5t40.5 -99.5t-40.5 -99t-98.5 -40t-98.5 40t-40.5 99zM379 1251q0 58 41 99t98 41q58 0 98.5 -40.5t40.5 -99.5t-40.5 -99t-98.5 -40q-57 0 -98 40.5t-41 98.5z" />
|
||||
<glyph unicode="©" horiz-adv-x="1593" d="M90 684q0 192 95 355t258 257.5t354 94.5q144 0 275 -56t225 -150.5t150 -225.5t56 -275q0 -143 -56 -274t-150 -226t-225 -151t-275 -56q-191 0 -354 95t-258 258t-95 354zM164 684q0 -170 85.5 -316t231.5 -231.5t316 -85.5q171 0 317 85.5t231 231.5t85 316 q0 128 -50.5 245.5t-135 202t-202 135t-245.5 50.5q-170 0 -316 -85t-231.5 -231t-85.5 -317zM381 686q0 185 123.5 307.5t302.5 122.5q187 0 303 -135l-63 -63q-40 54 -104 85t-136 31q-138 0 -235 -98t-97 -250q0 -150 97.5 -251t234.5 -101q72 0 137 33t105 88l63 -64 q-120 -139 -305 -139q-179 0 -302.5 124t-123.5 310z" />
|
||||
<glyph unicode="ª" horiz-adv-x="788" d="M63 864q0 100 67.5 153.5t158.5 53.5q137 0 209 -76v80q0 51 -39 81t-103 30q-49 0 -99 -22t-89 -62l-72 123q119 102 293 102q61 0 111.5 -12.5t93.5 -40.5t67.5 -79.5t24.5 -123.5v-403h-188v65q-74 -82 -209 -82q-90 0 -158 56t-68 157zM250 864q0 -45 34 -69.5 t83 -24.5q40 0 75.5 15t55.5 42v74q-20 26 -56 40.5t-75 14.5q-48 0 -82.5 -25t-34.5 -67z" />
|
||||
<glyph unicode="«" horiz-adv-x="1079" d="M61 498l328 362h242l-328 -362l328 -369h-242zM451 498l327 362h240l-328 -362l328 -369h-240z" />
|
||||
<glyph unicode="¬" horiz-adv-x="1054" d="M59 797v161h914v-546h-166v385h-748z" />
|
||||
<glyph unicode="­" horiz-adv-x="614" d="M61 385v221h492v-221h-492z" />
|
||||
<glyph unicode="®" horiz-adv-x="1011" d="M72 952q0 181 127 307.5t307 126.5q119 0 219 -57.5t157.5 -157.5t57.5 -219q0 -180 -126.5 -307t-307.5 -127q-180 0 -307 127t-127 307zM137 952q0 -152 107.5 -260t261.5 -108q153 0 260.5 107.5t107.5 260.5q0 155 -107 262t-261 107t-261.5 -107t-107.5 -262z M340 702v498h203q66 0 114 -42t48 -109q0 -72 -46 -110t-81 -38l133 -199h-86l-129 197h-86v-197h-70zM410 963h133q34 0 62 24.5t28 61.5q0 39 -28 64.5t-62 25.5h-133v-176z" />
|
||||
<glyph unicode="¯" horiz-adv-x="743" d="M0 1210v150h743v-150h-743z" />
|
||||
<glyph unicode="°" horiz-adv-x="636" d="M41 1108q0 116 80.5 197t195.5 81q116 0 197.5 -81.5t81.5 -196.5q0 -114 -81.5 -194t-197.5 -80q-115 0 -195.5 80t-80.5 194zM184 1108q0 -56 39 -94.5t94 -38.5q56 0 97 39t41 94q0 57 -41 97t-97 40q-55 0 -94 -40t-39 -97z" />
|
||||
<glyph unicode="±" horiz-adv-x="1032" d="M59 0v162h914v-162h-914zM59 668v161h369v402h178v-402h367v-161h-367v-416h-178v416h-369z" />
|
||||
<glyph unicode="²" horiz-adv-x="815" d="M72 1559q61 68 149 101.5t180 33.5q146 0 238 -67t92 -187q0 -98 -82.5 -193t-269.5 -227h360v-158h-645v144q270 189 356.5 269.5t86.5 147.5q0 55 -39 84t-101 29q-66 0 -127.5 -30t-95.5 -70z" />
|
||||
<glyph unicode="³" horiz-adv-x="815" d="M66 977l98 129q43 -48 107.5 -74t125.5 -26q72 0 111 26t39 70q0 56 -47 78t-133 22q-79 0 -91 -2v156q16 -2 89 -2q85 0 127.5 21.5t42.5 70.5q0 44 -42 67t-108 23q-129 0 -217 -88l-92 115q121 131 330 131q153 0 238 -61t85 -163q0 -72 -53 -122.5t-129 -63.5 q74 -5 135 -57t61 -137q0 -107 -93 -174.5t-247 -67.5q-114 0 -200.5 35t-136.5 94z" />
|
||||
<glyph unicode="´" horiz-adv-x="514" d="M0 1139l274 295h240l-332 -295h-182z" />
|
||||
<glyph unicode="µ" d="M129 -377v1366h260v-610q1 -93 48 -133.5t134 -40.5q70 0 129 33t97 81v670h260v-989h-260v125q-59 -64 -147.5 -107t-200.5 -43q-15 0 -60 5v-357h-260z" />
|
||||
<glyph unicode="¶" horiz-adv-x="919" d="M55 1014q0 146 103.5 249t249.5 103h417v-1571h-129v1444h-159v-1444h-129v867q-146 0 -249.5 103t-103.5 249z" />
|
||||
<glyph unicode="·" horiz-adv-x="526" d="M98 500q0 68 48.5 117t115.5 49q68 0 117 -49t49 -117q0 -66 -49.5 -115t-116.5 -49t-115.5 49t-48.5 115z" />
|
||||
<glyph unicode="¸" horiz-adv-x="452" d="M0 -336l51 105q78 -60 168 -60q43 0 74 18t31 50q0 53 -60 53q-36 0 -65 -29l-95 54l62 168h129l-51 -127q29 20 71 20q58 0 98 -40t40 -103q0 -79 -65.5 -125.5t-162.5 -46.5q-71 0 -131 17.5t-94 45.5z" />
|
||||
<glyph unicode="¹" horiz-adv-x="585" d="M14 1407l279 274h170v-819h-199v568l-137 -142z" />
|
||||
<glyph unicode="º" horiz-adv-x="829" d="M61 989q0 141 97.5 239.5t255.5 98.5q161 0 257.5 -98t96.5 -240t-96.5 -240t-257.5 -98q-158 0 -255.5 98.5t-97.5 239.5zM256 989q0 -85 42.5 -135.5t115.5 -50.5q75 0 118 50.5t43 135.5t-43 133.5t-118 48.5q-74 0 -116 -48.5t-42 -133.5z" />
|
||||
<glyph unicode="»" horiz-adv-x="1079" d="M61 129l328 369l-328 362h242l328 -362l-328 -369h-242zM451 129l327 369l-327 362h239l328 -362l-328 -369h-239z" />
|
||||
<glyph unicode="¼" horiz-adv-x="1705" d="M14 1092l279 274h170v-819h-199v567l-137 -141zM283 0l872 1366h158l-875 -1366h-155zM952 176v133l324 510h274v-489h107v-154h-107v-176h-196v176h-402zM1147 330h207v323z" />
|
||||
<glyph unicode="½" horiz-adv-x="1775" d="M14 1092l279 274h170v-819h-199v567l-137 -141zM283 0l872 1366h158l-875 -1366h-155zM1032 696q61 68 149.5 101.5t180.5 33.5q146 0 238 -66.5t92 -186.5q0 -98 -83 -193t-270 -227h361v-158h-645v143q268 188 355 269.5t87 148.5q0 55 -39 84t-100 29 q-66 0 -127.5 -30.5t-95.5 -70.5z" />
|
||||
<glyph unicode="¾" horiz-adv-x="1886" d="M66 662l98 129q44 -49 108 -75t125 -26q72 0 111 26t39 70q0 56 -47 78.5t-133 22.5q-79 0 -91 -2v155q16 -2 89 -2q85 0 127.5 21.5t42.5 70.5q0 44 -42 67.5t-108 23.5q-129 0 -217 -88l-92 114q121 131 330 131q153 0 238 -60.5t85 -162.5q0 -72 -53 -122.5 t-129 -63.5q73 -5 134.5 -57.5t61.5 -137.5q0 -107 -93 -174.5t-247 -67.5q-113 0 -200 35.5t-137 94.5zM463 0l872 1366h158l-875 -1366h-155zM1130 176v133l324 510h275v-489h106v-154h-106v-176h-197v176h-402zM1325 330h207v323z" />
|
||||
<glyph unicode="¿" horiz-adv-x="815" d="M41 -76q0 61 19 112t49 87t66.5 66.5t73 56.5t66.5 51t49 55.5t19 65.5q0 55 -39 86l225 65q68 -74 68 -182q0 -67 -31 -121t-75.5 -89t-88.5 -65t-75 -64.5t-31 -72.5q0 -51 41 -83.5t121 -32.5q149 0 252 127l165 -187q-81 -96 -198 -147t-250 -51q-196 0 -311 89.5 t-115 233.5zM305 846q0 68 49.5 117t116.5 49t116.5 -49t49.5 -117t-49.5 -117t-116.5 -49t-116.5 49t-49.5 117z" />
|
||||
<glyph unicode="À" horiz-adv-x="1400" d="M-8 0l526 1366h365l526 -1366h-330l-86 231h-585l-86 -231h-330zM356 1786h240l274 -295h-182zM487 487h426l-213 588z" />
|
||||
<glyph unicode="Á" horiz-adv-x="1400" d="M-8 0l526 1366h365l526 -1366h-330l-86 231h-585l-86 -231h-330zM487 487h426l-213 588zM535 1491l274 295h240l-332 -295h-182z" />
|
||||
<glyph unicode="Â" horiz-adv-x="1400" d="M-8 0l526 1366h365l526 -1366h-330l-86 231h-585l-86 -231h-330zM397 1491l189 295h233l193 -295h-160l-150 182l-145 -182h-160zM487 487h426l-213 588z" />
|
||||
<glyph unicode="Ã" horiz-adv-x="1400" d="M-8 0l526 1366h365l526 -1366h-330l-86 231h-585l-86 -231h-330zM367 1499q0 131 57 203t164 72q38 0 69 -14t51.5 -34.5t38 -41t37.5 -34.5t41 -14q33 0 53.5 31.5t20.5 93.5h137q0 -131 -56 -202.5t-163 -71.5q-39 0 -70.5 14.5t-52 35t-38 40.5t-37.5 34.5t-41 14.5 q-33 0 -53.5 -32t-20.5 -95h-137zM487 487h426l-213 588z" />
|
||||
<glyph unicode="Ä" horiz-adv-x="1400" d="M-8 0l526 1366h365l526 -1366h-330l-86 231h-585l-86 -231h-330zM346 1606q0 58 40 98.5t99 40.5t99.5 -40.5t40.5 -98.5t-40.5 -99t-99.5 -41q-58 0 -98.5 40.5t-40.5 99.5zM487 487h426l-213 588zM778 1606q0 58 41.5 98.5t98.5 40.5q58 0 98.5 -40.5t40.5 -98.5 q0 -59 -40.5 -99.5t-98.5 -40.5q-57 0 -98.5 41t-41.5 99z" />
|
||||
<glyph unicode="Å" horiz-adv-x="1400" d="M-8 0l526 1366h365l526 -1366h-330l-86 231h-585l-86 -231h-330zM487 487h426l-213 588zM487 1634q0 89 63.5 152t151.5 63q89 0 151 -63t62 -152q0 -88 -62 -151.5t-151 -63.5q-88 0 -151.5 63.5t-63.5 151.5zM606 1634q0 -39 28.5 -67.5t67.5 -28.5q40 0 67.5 28 t27.5 68t-27.5 68.5t-67.5 28.5q-38 0 -67 -28.5t-29 -68.5z" />
|
||||
<glyph unicode="Æ" horiz-adv-x="1982" d="M-18 0l831 1366h1083v-256h-673v-287h659v-256h-659v-311h673v-256h-966v231h-479l-136 -231h-333zM588 487h342v588z" />
|
||||
<glyph unicode="Ç" horiz-adv-x="1406" d="M70 682q0 207 96 369t262 250t371 88q108 0 200.5 -27.5t161 -76t119 -105t88.5 -125.5l-250 -123q-44 86 -131 142t-188 56q-187 0 -308.5 -127t-121.5 -321t121.5 -321.5t308.5 -127.5q101 0 188 56.5t131 142.5l250 -121q-37 -66 -84.5 -120.5t-112.5 -102.5 t-151 -77.5t-186 -33.5l-29 -73q29 20 72 20q58 0 97.5 -40t39.5 -103q0 -79 -65.5 -125.5t-162.5 -46.5q-71 0 -131 17.5t-94 45.5l51 105q78 -60 168 -60q43 0 74 18t31 50q0 53 -60 53q-37 0 -65 -28l-94 53l43 119q-137 14 -254.5 71t-202.5 147t-133.5 214.5 t-48.5 267.5z" />
|
||||
<glyph unicode="È" horiz-adv-x="1193" d="M135 0v1366h967v-256h-676v-287h661v-256h-661v-311h676v-256h-967zM274 1786h240l274 -295h-182z" />
|
||||
<glyph unicode="É" horiz-adv-x="1193" d="M135 0v1366h967v-256h-676v-287h661v-256h-661v-311h676v-256h-967zM451 1491l274 295h240l-332 -295h-182z" />
|
||||
<glyph unicode="Ê" horiz-adv-x="1193" d="M135 0v1366h967v-256h-676v-287h661v-256h-661v-311h676v-256h-967zM311 1491l189 295h233l193 -295h-160l-150 182l-145 -182h-160z" />
|
||||
<glyph unicode="Ë" horiz-adv-x="1193" d="M135 0v1366h967v-256h-676v-287h661v-256h-661v-311h676v-256h-967zM266 1606q0 58 40.5 98.5t99.5 40.5q58 0 98.5 -40.5t40.5 -98.5q0 -59 -40.5 -99.5t-98.5 -40.5t-99 41t-41 99zM698 1606q0 58 41.5 98.5t98.5 40.5q58 0 98.5 -40.5t40.5 -98.5q0 -59 -40.5 -99.5 t-98.5 -40.5q-57 0 -98.5 41t-41.5 99z" />
|
||||
<glyph unicode="Ì" horiz-adv-x="561" d="M-66 1786h240l275 -295h-183zM135 0v1366h291v-1366h-291z" />
|
||||
<glyph unicode="Í" horiz-adv-x="561" d="M119 1491l274 295h240l-332 -295h-182zM135 0v1366h291v-1366h-291z" />
|
||||
<glyph unicode="Î" horiz-adv-x="561" d="M-27 1491l189 295h233l193 -295h-160l-149 182l-146 -182h-160zM135 0v1366h291v-1366h-291z" />
|
||||
<glyph unicode="Ï" horiz-adv-x="561" d="M-74 1606q0 58 40.5 98.5t99.5 40.5q58 0 98.5 -40.5t40.5 -98.5q0 -59 -40.5 -99.5t-98.5 -40.5t-99 41t-41 99zM135 0v1366h291v-1366h-291zM358 1606q0 58 41.5 98.5t98.5 40.5q58 0 98.5 -40.5t40.5 -98.5q0 -59 -40.5 -99.5t-98.5 -40.5q-57 0 -98.5 41t-41.5 99z " />
|
||||
<glyph unicode="Ð" horiz-adv-x="1519" d="M18 567v217h168v582h539q322 0 523.5 -188t201.5 -494q0 -204 -91.5 -360t-255.5 -240t-376 -84h-541v567h-168zM477 256h248q131 0 230 59t148.5 155t49.5 214q0 187 -112 306.5t-314 119.5h-250v-326h307v-217h-307v-311z" />
|
||||
<glyph unicode="Ñ" horiz-adv-x="1492" d="M135 0v1366h299l633 -858v858h291v-1366h-281l-651 891v-891h-291zM410 1499q0 131 57 203t164 72q38 0 69 -14t51.5 -34.5t38 -41t37.5 -34.5t41 -14q33 0 53.5 31.5t20.5 93.5h137q0 -131 -56 -202.5t-163 -71.5q-39 0 -70.5 14.5t-52 35t-38 40.5t-37.5 34.5t-41 14.5 q-33 0 -53.5 -32t-20.5 -95h-137z" />
|
||||
<glyph unicode="Ò" horiz-adv-x="1566" d="M70 682q0 152 53.5 284t147.5 224.5t227 145.5t286 53q204 0 366.5 -90t254.5 -252t92 -365t-92 -365t-254.5 -252t-366.5 -90q-153 0 -286 53t-227 145.5t-147.5 224.5t-53.5 284zM369 682q0 -194 114 -321.5t301 -127.5q186 0 300 127.5t114 321.5q0 195 -114 321.5 t-300 126.5q-188 0 -301.5 -126.5t-113.5 -321.5zM444 1786h240l274 -295h-182z" />
|
||||
<glyph unicode="Ó" horiz-adv-x="1566" d="M70 682q0 152 53.5 284t147.5 224.5t227 145.5t286 53q204 0 366.5 -90t254.5 -252t92 -365t-92 -365t-254.5 -252t-366.5 -90q-153 0 -286 53t-227 145.5t-147.5 224.5t-53.5 284zM369 682q0 -194 114 -321.5t301 -127.5q186 0 300 127.5t114 321.5q0 195 -114 321.5 t-300 126.5q-188 0 -301.5 -126.5t-113.5 -321.5zM618 1491l275 295h240l-332 -295h-183z" />
|
||||
<glyph unicode="Ô" horiz-adv-x="1566" d="M70 682q0 152 53.5 284t147.5 224.5t227 145.5t286 53q204 0 366.5 -90t254.5 -252t92 -365t-92 -365t-254.5 -252t-366.5 -90q-153 0 -286 53t-227 145.5t-147.5 224.5t-53.5 284zM369 682q0 -194 114 -321.5t301 -127.5q186 0 300 127.5t114 321.5q0 195 -114 321.5 t-300 126.5q-188 0 -301.5 -126.5t-113.5 -321.5zM481 1491l189 295h233l193 -295h-160l-150 182l-145 -182h-160z" />
|
||||
<glyph unicode="Õ" horiz-adv-x="1566" d="M70 682q0 152 53.5 284t147.5 224.5t227 145.5t286 53q204 0 366.5 -90t254.5 -252t92 -365t-92 -365t-254.5 -252t-366.5 -90q-153 0 -286 53t-227 145.5t-147.5 224.5t-53.5 284zM369 682q0 -194 114 -321.5t301 -127.5q186 0 300 127.5t114 321.5q0 195 -114 321.5 t-300 126.5q-188 0 -301.5 -126.5t-113.5 -321.5zM451 1499q0 131 57 203t164 72q38 0 69 -14t51.5 -34.5t38 -41t37.5 -34.5t41 -14q33 0 53.5 31.5t20.5 93.5h137q0 -131 -56 -202.5t-163 -71.5q-39 0 -70.5 14.5t-52 35t-38 40.5t-37.5 34.5t-41 14.5q-33 0 -53.5 -32 t-20.5 -95h-137z" />
|
||||
<glyph unicode="Ö" horiz-adv-x="1566" d="M70 682q0 152 53.5 284t147.5 224.5t227 145.5t286 53q204 0 366.5 -90t254.5 -252t92 -365t-92 -365t-254.5 -252t-366.5 -90q-153 0 -286 53t-227 145.5t-147.5 224.5t-53.5 284zM369 682q0 -194 114 -321.5t301 -127.5q186 0 300 127.5t114 321.5q0 195 -114 321.5 t-300 126.5q-188 0 -301.5 -126.5t-113.5 -321.5zM430 1606q0 58 40 98.5t99 40.5t99.5 -40.5t40.5 -98.5t-40.5 -99t-99.5 -41q-58 0 -98.5 40.5t-40.5 99.5zM862 1606q0 58 41 98.5t98 40.5q59 0 99.5 -40.5t40.5 -98.5t-40.5 -99t-99.5 -41q-57 0 -98 41t-41 99z" />
|
||||
<glyph unicode="×" horiz-adv-x="1032" d="M113 395l290 289l-290 289l116 114l287 -290l291 290l113 -114l-289 -289l289 -289l-113 -114l-291 290l-287 -290z" />
|
||||
<glyph unicode="Ø" horiz-adv-x="1566" d="M70 682q0 152 53.5 284t147.5 224.5t227 145.5t286 53q191 0 353 -84l47 61h209l-119 -156q106 -97 164.5 -232.5t58.5 -295.5q0 -203 -92 -365t-254.5 -252t-366.5 -90q-210 0 -378 97l-54 -72h-211l131 172q-97 95 -149.5 226t-52.5 284zM369 682q0 -164 80 -279 l522 684q-84 43 -187 43q-188 0 -301.5 -126.5t-113.5 -321.5zM571 289q94 -56 213 -56q186 0 300 127.5t114 321.5q0 178 -96 301z" />
|
||||
<glyph unicode="Ù" horiz-adv-x="1503" d="M135 547v819h295v-811q0 -146 83.5 -234t238.5 -88q154 0 236.5 87.5t82.5 234.5v811h297v-819q0 -128 -38.5 -232t-113 -180.5t-193 -118t-271.5 -41.5q-303 0 -460 155t-157 417zM412 1786h239l275 -295h-183z" />
|
||||
<glyph unicode="Ú" horiz-adv-x="1503" d="M135 547v819h295v-811q0 -146 83.5 -234t238.5 -88q154 0 236.5 87.5t82.5 234.5v811h297v-819q0 -128 -38.5 -232t-113 -180.5t-193 -118t-271.5 -41.5q-303 0 -460 155t-157 417zM588 1491l274 295h240l-332 -295h-182z" />
|
||||
<glyph unicode="Û" horiz-adv-x="1503" d="M135 547v819h295v-811q0 -146 83.5 -234t238.5 -88q154 0 236.5 87.5t82.5 234.5v811h297v-819q0 -128 -38.5 -232t-113 -180.5t-193 -118t-271.5 -41.5q-303 0 -460 155t-157 417zM457 1491l188 295h234l192 -295h-160l-149 182l-146 -182h-159z" />
|
||||
<glyph unicode="Ü" horiz-adv-x="1503" d="M135 547v819h295v-811q0 -146 83.5 -234t238.5 -88q154 0 236.5 87.5t82.5 234.5v811h297v-819q0 -128 -38.5 -232t-113 -180.5t-193 -118t-271.5 -41.5q-303 0 -460 155t-157 417zM401 1606q0 58 40.5 98.5t99.5 40.5t99 -40.5t40 -98.5q0 -59 -40.5 -99.5t-98.5 -40.5 q-59 0 -99.5 41t-40.5 99zM834 1606q0 58 41 98.5t98 40.5q59 0 99 -40.5t40 -98.5q0 -59 -40.5 -99.5t-98.5 -40.5q-57 0 -98 41t-41 99z" />
|
||||
<glyph unicode="Ý" horiz-adv-x="1320" d="M-8 1366h332l338 -547l337 547h330l-522 -807v-559h-291v559zM500 1491l274 295h240l-332 -295h-182z" />
|
||||
<glyph unicode="Þ" horiz-adv-x="1280" d="M135 0v1366h291v-221h348q144 0 250 -61.5t157.5 -160.5t51.5 -221q0 -121 -52 -218.5t-158 -157.5t-249 -60h-348v-266h-291zM426 522h307q88 0 145.5 50t57.5 133t-57.5 134.5t-145.5 51.5h-307v-369z" />
|
||||
<glyph unicode="ß" horiz-adv-x="1316" d="M129 0v973q0 175 126.5 294t342.5 119q110 0 205.5 -35t156 -103t60.5 -156q0 -54 -20 -99.5t-50 -74t-65 -56t-65 -47.5t-50 -46t-20 -54q0 -25 23 -42.5t60.5 -27t85.5 -21t98 -23t98 -35.5t85.5 -56t60.5 -87t23 -126q0 -142 -112 -232t-300 -90q-137 0 -227 41.5 t-174 120.5l109 180q43 -56 124 -94.5t168 -38.5q78 0 120 29.5t42 73.5q0 28 -23 48.5t-60.5 31.5t-85.5 24t-98 25t-98 35t-85.5 53.5t-60.5 82t-23 118.5q0 59 26 108.5t63 81t74 57.5t63 51.5t26 49.5q0 49 -46.5 75.5t-111.5 26.5q-89 0 -146 -49t-57 -133v-973h-262z " />
|
||||
<glyph unicode="à" horiz-adv-x="1200" d="M66 496q0 237 122.5 377.5t315.5 140.5q186 0 305 -152v127h262v-989h-262v127q-121 -152 -305 -152q-192 0 -315 139t-123 382zM270 1434h240l274 -295h-182zM334 496q0 -129 70 -209t182 -80q65 0 128 31.5t95 80.5v349q-32 49 -95 81.5t-128 32.5q-112 0 -182 -79 t-70 -207z" />
|
||||
<glyph unicode="á" horiz-adv-x="1200" d="M66 496q0 237 122.5 377.5t315.5 140.5q186 0 305 -152v127h262v-989h-262v127q-121 -152 -305 -152q-192 0 -315 139t-123 382zM334 496q0 -129 70 -209t182 -80q65 0 128 31.5t95 80.5v349q-32 49 -95 81.5t-128 32.5q-112 0 -182 -79t-70 -207zM449 1139l274 295h240 l-332 -295h-182z" />
|
||||
<glyph unicode="â" horiz-adv-x="1200" d="M66 496q0 237 122.5 377.5t315.5 140.5q186 0 305 -152v127h262v-989h-262v127q-121 -152 -305 -152q-192 0 -315 139t-123 382zM309 1139l189 295h233l193 -295h-160l-150 182l-145 -182h-160zM334 496q0 -129 70 -209t182 -80q65 0 128 31.5t95 80.5v349 q-32 49 -95 81.5t-128 32.5q-112 0 -182 -79t-70 -207z" />
|
||||
<glyph unicode="ã" horiz-adv-x="1200" d="M66 496q0 237 122.5 377.5t315.5 140.5q186 0 305 -152v127h262v-989h-262v127q-121 -152 -305 -152q-192 0 -315 139t-123 382zM283 1147q0 131 57 202.5t164 71.5q38 0 69 -14t51.5 -34.5t38 -40.5t37.5 -34t41 -14q33 0 53.5 31.5t20.5 93.5h137q0 -131 -56 -202.5 t-163 -71.5q-39 0 -70.5 14.5t-52 35t-38 40.5t-37.5 34.5t-41 14.5q-33 0 -53.5 -32t-20.5 -95h-137zM334 496q0 -129 70 -209t182 -80q65 0 128 31.5t95 80.5v349q-32 49 -95 81.5t-128 32.5q-112 0 -182 -79t-70 -207z" />
|
||||
<glyph unicode="ä" horiz-adv-x="1200" d="M66 496q0 237 122.5 377.5t315.5 140.5q186 0 305 -152v127h262v-989h-262v127q-121 -152 -305 -152q-192 0 -315 139t-123 382zM262 1251q0 59 40.5 99.5t98.5 40.5q59 0 99.5 -40.5t40.5 -99.5q0 -58 -40.5 -98.5t-99.5 -40.5t-99 40t-40 99zM334 496q0 -129 70 -209 t182 -80q65 0 128 31.5t95 80.5v349q-32 49 -95 81.5t-128 32.5q-112 0 -182 -79t-70 -207zM694 1251q0 58 41.5 99t98.5 41q58 0 98.5 -40.5t40.5 -99.5t-40.5 -99t-98.5 -40q-57 0 -98.5 40.5t-41.5 98.5z" />
|
||||
<glyph unicode="å" horiz-adv-x="1200" d="M66 496q0 237 122.5 377.5t315.5 140.5q186 0 305 -152v127h262v-989h-262v127q-121 -152 -305 -152q-192 0 -315 139t-123 382zM334 496q0 -129 70 -209t182 -80q65 0 128 31.5t95 80.5v349q-32 49 -95 81.5t-128 32.5q-112 0 -182 -79t-70 -207zM399 1337 q0 89 63.5 152t151.5 63q89 0 151 -63t62 -152q0 -88 -62 -151.5t-151 -63.5q-88 0 -151.5 63.5t-63.5 151.5zM518 1337q0 -39 28.5 -67.5t67.5 -28.5q40 0 67.5 28t27.5 68t-27.5 68.5t-67.5 28.5q-38 0 -67 -29t-29 -68z" />
|
||||
<glyph unicode="æ" horiz-adv-x="1867" d="M66 496q0 237 122.5 377.5t315.5 140.5q186 0 305 -152v127h262v-137q112 162 320 162q187 0 302 -150.5t115 -392.5v-61h-737q14 -95 89 -156t196 -61q66 0 141 27t121 71l115 -178q-58 -59 -146 -98.5t-182 -39.5q-219 0 -334 162v-137h-262v127q-121 -152 -305 -152 q-192 0 -315 139t-123 382zM334 496q0 -129 70 -209t182 -80q65 0 128 31.5t95 80.5v349q-32 49 -95 81.5t-128 32.5q-112 0 -182 -79t-70 -207zM1071 590h488q-2 37 -17 73t-43 67.5t-76.5 51t-109.5 19.5q-58 0 -104 -19t-74 -50.5t-44 -67t-20 -74.5z" />
|
||||
<glyph unicode="ç" horiz-adv-x="1021" d="M66 496q0 227 148 372.5t376 145.5q260 0 391 -178l-170 -160q-71 106 -209 106q-119 0 -193.5 -79t-74.5 -207q0 -129 74.5 -209t193.5 -80q134 0 209 108l170 -159q-114 -158 -336 -179l-31 -77q29 20 72 20q58 0 97.5 -40t39.5 -103q0 -79 -65 -125.5t-162 -46.5 q-71 0 -131 17.5t-94 45.5l51 105q78 -60 168 -60q43 0 73.5 18t30.5 50q0 53 -59 53q-37 0 -66 -29l-94 54l43 121q-201 23 -326.5 165t-125.5 351z" />
|
||||
<glyph unicode="è" horiz-adv-x="1132" d="M66 496q0 143 65 261t183 187.5t264 69.5q222 0 358.5 -150.5t136.5 -392.5v-61h-735q14 -96 89 -159t196 -63q66 0 141.5 26.5t120.5 70.5l116 -172q-72 -66 -180.5 -102t-226.5 -36q-229 0 -378.5 143.5t-149.5 377.5zM233 1434h240l275 -295h-183zM336 590h487 q-3 38 -18 73t-42.5 67t-75.5 51.5t-109 19.5q-58 0 -104 -19t-74 -50.5t-44 -67t-20 -74.5z" />
|
||||
<glyph unicode="é" horiz-adv-x="1132" d="M66 496q0 143 65 261t183 187.5t264 69.5q222 0 358.5 -150.5t136.5 -392.5v-61h-735q14 -96 89 -159t196 -63q66 0 141.5 26.5t120.5 70.5l116 -172q-72 -66 -180.5 -102t-226.5 -36q-229 0 -378.5 143.5t-149.5 377.5zM336 590h487q-3 38 -18 73t-42.5 67t-75.5 51.5 t-109 19.5q-58 0 -104 -19t-74 -50.5t-44 -67t-20 -74.5zM416 1139l274 295h240l-332 -295h-182z" />
|
||||
<glyph unicode="ê" horiz-adv-x="1132" d="M66 496q0 143 65 261t183 187.5t264 69.5q222 0 358.5 -150.5t136.5 -392.5v-61h-735q14 -96 89 -159t196 -63q66 0 141.5 26.5t120.5 70.5l116 -172q-72 -66 -180.5 -102t-226.5 -36q-229 0 -378.5 143.5t-149.5 377.5zM274 1139l189 295h233l193 -295h-160l-149 182 l-146 -182h-160zM336 590h487q-3 38 -18 73t-42.5 67t-75.5 51.5t-109 19.5q-58 0 -104 -19t-74 -50.5t-44 -67t-20 -74.5z" />
|
||||
<glyph unicode="ë" horiz-adv-x="1132" d="M66 496q0 143 65 261t183 187.5t264 69.5q222 0 358.5 -150.5t136.5 -392.5v-61h-735q14 -96 89 -159t196 -63q66 0 141.5 26.5t120.5 70.5l116 -172q-72 -66 -180.5 -102t-226.5 -36q-229 0 -378.5 143.5t-149.5 377.5zM225 1251q0 59 40.5 99.5t99.5 40.5 q58 0 98.5 -40.5t40.5 -99.5t-40 -99t-99 -40t-99.5 40.5t-40.5 98.5zM336 590h487q-3 38 -18 73t-42.5 67t-75.5 51.5t-109 19.5q-58 0 -104 -19t-74 -50.5t-44 -67t-20 -74.5zM657 1251q0 58 41.5 99t98.5 41q58 0 98.5 -40.5t40.5 -99.5t-40 -99t-99 -40 q-57 0 -98.5 40.5t-41.5 98.5z" />
|
||||
<glyph unicode="ì" horiz-adv-x="518" d="M-88 1434h240l274 -295h-182zM129 0v989h260v-989h-260z" />
|
||||
<glyph unicode="í" horiz-adv-x="518" d="M92 1139l275 295h239l-332 -295h-182zM129 0v989h260v-989h-260z" />
|
||||
<glyph unicode="î" horiz-adv-x="518" d="M-47 1139l188 295h234l192 -295h-159l-150 182l-145 -182h-160zM129 0v989h260v-989h-260z" />
|
||||
<glyph unicode="ï" horiz-adv-x="518" d="M-96 1251q0 59 40.5 99.5t98.5 40.5t98.5 -40.5t40.5 -99.5t-40 -99t-99 -40t-99 40t-40 99zM129 0v989h260v-989h-260zM336 1251q0 58 41 99t98 41q58 0 98.5 -40.5t40.5 -99.5t-40 -99t-99 -40q-57 0 -98 40.5t-41 98.5z" />
|
||||
<glyph unicode="ð" horiz-adv-x="1177" d="M66 459q0 212 125 347.5t313 135.5q207 0 327 -188q-73 163 -321 340l-299 -133l-51 122l221 97q-25 16 -71 43.5t-56 33.5l141 209q137 -84 252 -170l211 93l53 -117l-151 -68q352 -313 352 -688q0 -243 -140.5 -392t-383.5 -149q-234 0 -378 135.5t-144 348.5zM336 459 q0 -107 67.5 -179.5t184.5 -72.5q119 0 186.5 72.5t67.5 179.5q0 108 -68 181t-186 73q-117 0 -184.5 -73t-67.5 -181z" />
|
||||
<glyph unicode="ñ" d="M143 0v989h260v-127q54 63 145 107.5t202 44.5q160 0 241.5 -83.5t81.5 -232.5v-698h-262v598q0 98 -47 141t-135 43q-71 0 -129.5 -33t-96.5 -81v-668h-260zM260 1147q0 131 57 202.5t164 71.5q38 0 69.5 -14t52 -34.5t38 -40.5t37.5 -34t41 -14q33 0 53.5 31.5 t20.5 93.5h137q0 -131 -56 -202.5t-163 -71.5q-39 0 -70.5 14.5t-52 35t-38.5 40.5t-38 34.5t-41 14.5q-33 0 -53.5 -32t-20.5 -95h-137z" />
|
||||
<glyph unicode="ò" horiz-adv-x="1177" d="M66 496q0 142 61.5 258.5t182 188t278.5 71.5q159 0 280 -71.5t182.5 -188t61.5 -258.5t-61.5 -259.5t-182.5 -189.5t-280 -72q-158 0 -278.5 72t-182 189.5t-61.5 259.5zM244 1434h239l275 -295h-183zM336 496q0 -122 67.5 -205.5t184.5 -83.5q118 0 186 83t68 206 q0 121 -68 203.5t-186 82.5q-117 0 -184.5 -82.5t-67.5 -203.5z" />
|
||||
<glyph unicode="ó" horiz-adv-x="1177" d="M66 496q0 142 61.5 258.5t182 188t278.5 71.5q159 0 280 -71.5t182.5 -188t61.5 -258.5t-61.5 -259.5t-182.5 -189.5t-280 -72q-158 0 -278.5 72t-182 189.5t-61.5 259.5zM336 496q0 -122 67.5 -205.5t184.5 -83.5q118 0 186 83t68 206q0 121 -68 203.5t-186 82.5 q-117 0 -184.5 -82.5t-67.5 -203.5zM422 1139l274 295h240l-332 -295h-182z" />
|
||||
<glyph unicode="ô" horiz-adv-x="1177" d="M66 496q0 142 61.5 258.5t182 188t278.5 71.5q159 0 280 -71.5t182.5 -188t61.5 -258.5t-61.5 -259.5t-182.5 -189.5t-280 -72q-158 0 -278.5 72t-182 189.5t-61.5 259.5zM283 1139l188 295h234l192 -295h-160l-149 182l-146 -182h-159zM336 496q0 -122 67.5 -205.5 t184.5 -83.5q118 0 186 83t68 206q0 121 -68 203.5t-186 82.5q-117 0 -184.5 -82.5t-67.5 -203.5z" />
|
||||
<glyph unicode="õ" horiz-adv-x="1177" d="M66 496q0 142 61.5 258.5t182 188t278.5 71.5q159 0 280 -71.5t182.5 -188t61.5 -258.5t-61.5 -259.5t-182.5 -189.5t-280 -72q-158 0 -278.5 72t-182 189.5t-61.5 259.5zM254 1147q0 131 57 202.5t164 71.5q38 0 69.5 -14t52 -34.5t38 -40.5t37.5 -34t41 -14 q33 0 53 31.5t20 93.5h138q0 -131 -56 -202.5t-163 -71.5q-39 0 -70.5 14.5t-52 35t-38.5 40.5t-38 34.5t-41 14.5q-33 0 -53.5 -32t-20.5 -95h-137zM336 496q0 -122 67.5 -205.5t184.5 -83.5q118 0 186 83t68 206q0 121 -68 203.5t-186 82.5q-117 0 -184.5 -82.5 t-67.5 -203.5z" />
|
||||
<glyph unicode="ö" horiz-adv-x="1177" d="M66 496q0 142 61.5 258.5t182 188t278.5 71.5q159 0 280 -71.5t182.5 -188t61.5 -258.5t-61.5 -259.5t-182.5 -189.5t-280 -72q-158 0 -278.5 72t-182 189.5t-61.5 259.5zM233 1251q0 59 40.5 99.5t99.5 40.5q58 0 98.5 -40.5t40.5 -99.5t-40 -99t-99 -40t-99.5 40.5 t-40.5 98.5zM336 496q0 -122 67.5 -205.5t184.5 -83.5q118 0 186 83t68 206q0 121 -68 203.5t-186 82.5q-117 0 -184.5 -82.5t-67.5 -203.5zM666 1251q0 58 41 99t98 41q58 0 98.5 -40.5t40.5 -99.5t-40 -99t-99 -40q-57 0 -98 40.5t-41 98.5z" />
|
||||
<glyph unicode="÷" horiz-adv-x="1046" d="M59 610v162h928v-162h-928zM397 322q0 52 37 88t88 36q53 0 89 -36t36 -88t-36.5 -88.5t-88.5 -36.5q-51 0 -88 36.5t-37 88.5zM397 1057q0 51 37 87t88 36q52 0 88.5 -36t36.5 -87q0 -53 -36.5 -90t-88.5 -37q-51 0 -88 37.5t-37 89.5z" />
|
||||
<glyph unicode="ø" horiz-adv-x="1177" d="M66 496q0 142 61.5 258.5t182 188t278.5 71.5q165 0 289 -78l45 53h163l-112 -131q139 -145 139 -362q0 -142 -61.5 -259.5t-182.5 -189.5t-280 -72q-166 0 -295 82l-49 -57h-162l117 137q-133 145 -133 359zM336 496q0 -88 35 -156l346 408q-55 34 -129 34 q-117 0 -184.5 -82.5t-67.5 -203.5zM453 246q58 -39 135 -39q118 0 186 83t68 206q0 88 -39 161z" />
|
||||
<glyph unicode="ù" d="M129 287v702h260v-600q0 -98 47 -140t135 -42q70 0 129 32t97 80v670h260v-989h-260v125q-59 -64 -147.5 -107t-200.5 -43q-159 0 -239.5 82t-80.5 230zM250 1434h239l275 -295h-182z" />
|
||||
<glyph unicode="ú" d="M129 287v702h260v-600q0 -98 47 -140t135 -42q70 0 129 32t97 80v670h260v-989h-260v125q-59 -64 -147.5 -107t-200.5 -43q-159 0 -239.5 82t-80.5 230zM428 1139l274 295h240l-332 -295h-182z" />
|
||||
<glyph unicode="û" d="M129 287v702h260v-600q0 -98 47 -140t135 -42q70 0 129 32t97 80v670h260v-989h-260v125q-59 -64 -147.5 -107t-200.5 -43q-159 0 -239.5 82t-80.5 230zM289 1139l188 295h234l192 -295h-160l-149 182l-145 -182h-160z" />
|
||||
<glyph unicode="ü" d="M129 287v702h260v-600q0 -98 47 -140t135 -42q70 0 129 32t97 80v670h260v-989h-260v125q-59 -64 -147.5 -107t-200.5 -43q-159 0 -239.5 82t-80.5 230zM244 1251q0 59 40.5 99.5t98.5 40.5t98.5 -40.5t40.5 -99.5t-40 -99t-99 -40t-99 40t-40 99zM676 1251q0 58 41 99 t98 41q58 0 98.5 -40.5t40.5 -99.5t-40 -99t-99 -40q-57 0 -98 40.5t-41 98.5z" />
|
||||
<glyph unicode="ý" d="M117 -254l116 186q51 -61 131.5 -90.5t165.5 -29.5q122 0 194.5 73t72.5 181v102q-59 -64 -147.5 -107t-200.5 -43q-159 0 -239.5 82t-80.5 230v659h260v-557q0 -98 47 -140t135 -42q70 0 129 32t97 80v627h260v-923q0 -220 -143.5 -343.5t-383.5 -123.5q-244 0 -413 147 zM424 1139l274 295h240l-332 -295h-182z" />
|
||||
<glyph unicode="þ" horiz-adv-x="1193" d="M129 -377v1743h260v-502q119 150 305 150q195 0 317 -138t122 -380t-122 -381.5t-317 -139.5q-183 0 -305 152v-504h-260zM389 322q33 -48 97 -81.5t126 -33.5q112 0 182 80t70 209q0 128 -70 207t-182 79q-63 0 -126 -31.5t-97 -80.5v-348z" />
|
||||
<glyph unicode="ÿ" d="M117 -254l116 186q51 -61 131.5 -90.5t165.5 -29.5q122 0 194.5 73t72.5 181v102q-59 -64 -147.5 -107t-200.5 -43q-159 0 -239.5 82t-80.5 230v659h260v-557q0 -98 47 -140t135 -42q70 0 129 32t97 80v627h260v-923q0 -220 -143.5 -343.5t-383.5 -123.5q-244 0 -413 147 zM231 1251q0 59 40.5 99.5t99.5 40.5q58 0 98.5 -40.5t40.5 -99.5t-40 -99t-99 -40t-99.5 40.5t-40.5 98.5zM664 1251q0 58 41 99t98 41q58 0 98.5 -40.5t40.5 -99.5t-40 -99t-99 -40q-57 0 -98 40.5t-41 98.5z" />
|
||||
<glyph unicode="Œ" horiz-adv-x="2220" d="M70 682q0 204 88 365t244 250t352 89q120 0 232.5 -46.5t180.5 -133.5v160h965v-256h-674v-287h660v-256h-660v-311h674v-256h-965v160q-68 -89 -181 -137t-232 -48q-196 0 -352.5 90t-244 251.5t-87.5 365.5zM369 682q0 -195 116 -322t310 -127q125 0 223 62.5 t149 175.5v424q-50 114 -147.5 173.5t-224.5 59.5q-195 0 -310.5 -125t-115.5 -321z" />
|
||||
<glyph unicode="œ" horiz-adv-x="1906" d="M66 496q0 142 61.5 258.5t182 188t278.5 71.5q73 0 136.5 -20t111 -56.5t78 -68.5t61.5 -74q142 219 379 219q221 0 358 -150.5t137 -392.5v-61h-735q14 -96 89 -159t194 -63q66 0 141 27t123 70l117 -172q-74 -66 -182 -102t-226 -36q-78 0 -143.5 19.5t-113 55 t-79 68.5t-61.5 77q-30 -42 -60.5 -75t-77.5 -69t-110.5 -56t-136.5 -20q-158 0 -278.5 72t-182 189.5t-61.5 259.5zM336 496q0 -128 69.5 -209.5t182.5 -81.5q115 0 184.5 81t69.5 210q0 127 -69.5 206.5t-184.5 79.5q-113 0 -182.5 -79.5t-69.5 -206.5zM1110 590h487 q-2 38 -16.5 73t-42 67t-75.5 51.5t-109 19.5q-112 0 -173.5 -63.5t-70.5 -147.5z" />
|
||||
<glyph unicode="Ÿ" horiz-adv-x="1320" d="M-8 1366h332l338 -547l337 547h330l-522 -807v-559h-291v559zM309 1606q0 58 40.5 98.5t99.5 40.5t99 -40.5t40 -98.5q0 -59 -40.5 -99.5t-98.5 -40.5q-59 0 -99.5 41t-40.5 99zM741 1606q0 58 41.5 98.5t98.5 40.5q59 0 99 -40.5t40 -98.5q0 -59 -40.5 -99.5 t-98.5 -40.5q-57 0 -98.5 41t-41.5 99z" />
|
||||
<glyph unicode="ˆ" horiz-adv-x="614" d="M0 1139l188 295h234l192 -295h-159l-150 182l-145 -182h-160z" />
|
||||
<glyph unicode="˜" horiz-adv-x="669" d="M0 1147q0 131 57 202.5t164 71.5q38 0 69.5 -14t52 -34.5t38 -40.5t37.5 -34t41 -14q33 0 53 31.5t20 93.5h138q0 -131 -56 -202.5t-163 -71.5q-39 0 -70.5 14.5t-52 35t-38.5 40.5t-38 34.5t-41 14.5q-33 0 -53.5 -32t-20.5 -95h-137z" />
|
||||
<glyph unicode=" " horiz-adv-x="924" />
|
||||
<glyph unicode=" " horiz-adv-x="1849" />
|
||||
<glyph unicode=" " horiz-adv-x="924" />
|
||||
<glyph unicode=" " horiz-adv-x="1849" />
|
||||
<glyph unicode=" " horiz-adv-x="616" />
|
||||
<glyph unicode=" " horiz-adv-x="462" />
|
||||
<glyph unicode=" " horiz-adv-x="308" />
|
||||
<glyph unicode=" " horiz-adv-x="308" />
|
||||
<glyph unicode=" " horiz-adv-x="231" />
|
||||
<glyph unicode=" " horiz-adv-x="369" />
|
||||
<glyph unicode=" " horiz-adv-x="102" />
|
||||
<glyph unicode="‐" horiz-adv-x="614" d="M61 385v221h492v-221h-492z" />
|
||||
<glyph unicode="‑" horiz-adv-x="614" d="M61 385v221h492v-221h-492z" />
|
||||
<glyph unicode="‒" horiz-adv-x="614" d="M61 385v221h492v-221h-492z" />
|
||||
<glyph unicode="–" horiz-adv-x="1214" d="M61 385v221h1092v-221h-1092z" />
|
||||
<glyph unicode="—" horiz-adv-x="1705" d="M61 385v221h1584v-221h-1584z" />
|
||||
<glyph unicode="‘" horiz-adv-x="522" d="M80 1008q0 113 56.5 212.5t154.5 168.5l112 -93q-51 -27 -98.5 -83.5t-60.5 -110.5q9 6 41 6q59 0 99 -41t40 -106q0 -66 -48 -114t-114 -48q-76 0 -129 56.5t-53 152.5z" />
|
||||
<glyph unicode="’" horiz-adv-x="522" d="M96 1225q0 66 48 113.5t114 47.5q76 0 129 -56t53 -152q0 -113 -56.5 -212.5t-154.5 -168.5l-112 92q51 27 98 83.5t59 110.5q-9 -6 -38 -6q-59 0 -99.5 41.5t-40.5 106.5z" />
|
||||
<glyph unicode="‚" horiz-adv-x="522" d="M96 145q0 67 48 115.5t114 48.5q76 0 129 -56.5t53 -152.5q0 -113 -56.5 -212.5t-154.5 -168.5l-112 93q51 27 98 83.5t59 108.5q-18 -6 -38 -6q-59 0 -99.5 41.5t-40.5 105.5z" />
|
||||
<glyph unicode="“" horiz-adv-x="940" d="M82 1008q0 113 56.5 212.5t154.5 168.5l113 -93q-51 -27 -99 -83.5t-61 -110.5q12 6 41 6q59 0 99 -41t40 -106q0 -66 -48 -114t-114 -48q-76 0 -129 56.5t-53 152.5zM500 1008q0 113 56.5 212.5t154.5 168.5l112 -93q-52 -27 -99.5 -84t-59.5 -110q9 6 41 6q59 0 98 -41 t39 -106q0 -66 -47 -114t-113 -48q-76 0 -129 56.5t-53 152.5z" />
|
||||
<glyph unicode="”" horiz-adv-x="940" d="M96 1225q0 66 48 113.5t114 47.5q76 0 129 -56t53 -152q0 -113 -56.5 -212.5t-154.5 -168.5l-112 92q51 27 98 83.5t59 110.5q-9 -6 -38 -6q-59 0 -99.5 41.5t-40.5 106.5zM514 1225q0 66 47 113.5t113 47.5q76 0 129 -56t53 -152q0 -113 -56.5 -212.5t-154.5 -168.5 l-113 92q52 28 100 84.5t60 109.5q-9 -6 -41 -6q-59 0 -98 41.5t-39 106.5z" />
|
||||
<glyph unicode="„" horiz-adv-x="940" d="M96 145q0 67 48 115.5t114 48.5q76 0 129 -56.5t53 -152.5q0 -113 -56.5 -212.5t-154.5 -168.5l-112 93q51 27 98 83.5t59 108.5q-18 -6 -38 -6q-59 0 -99.5 41.5t-40.5 105.5zM514 145q0 68 47 116t113 48q76 0 129 -56.5t53 -152.5q0 -113 -56.5 -212.5t-154.5 -168.5 l-113 93q52 27 100 83.5t60 108.5q-18 -6 -41 -6q-59 0 -98 41.5t-39 105.5z" />
|
||||
<glyph unicode="•" horiz-adv-x="733" d="M125 496q0 101 71.5 172t172.5 71t172 -71t71 -172q0 -100 -71 -171t-172 -71t-172.5 71t-71.5 171z" />
|
||||
<glyph unicode="…" horiz-adv-x="1572" d="M98 143q0 68 48.5 117t115.5 49q68 0 117 -49.5t49 -116.5q0 -66 -49.5 -114.5t-116.5 -48.5t-115.5 48.5t-48.5 114.5zM623 143q0 68 48 117t115 49q68 0 117 -49.5t49 -116.5q0 -66 -49.5 -114.5t-116.5 -48.5t-115 48.5t-48 114.5zM1147 143q0 68 48.5 117t115.5 49 t116.5 -49.5t49.5 -116.5q0 -66 -49.5 -114.5t-116.5 -48.5t-115.5 48.5t-48.5 114.5z" />
|
||||
<glyph unicode=" " horiz-adv-x="369" />
|
||||
<glyph unicode="‹" horiz-adv-x="692" d="M61 498l328 362h242l-328 -362l328 -369h-242z" />
|
||||
<glyph unicode="›" horiz-adv-x="692" d="M61 129l328 369l-328 362h242l328 -362l-328 -369h-242z" />
|
||||
<glyph unicode=" " horiz-adv-x="462" />
|
||||
<glyph unicode="€" horiz-adv-x="1452" d="M43 461v162h76q-2 18 -2 59q0 43 2 66h-76v161h107q69 220 257.5 350t438.5 130q108 0 200.5 -27.5t161 -76t119 -105t88.5 -125.5l-250 -123q-44 86 -131 142t-188 56q-124 0 -223 -59t-154 -162h500v-161h-549q-4 -23 -4 -66q0 -41 2 -59h551v-162h-502 q53 -106 152.5 -167t226.5 -61q101 0 188 56.5t131 142.5l250 -121q-39 -69 -88.5 -125.5t-118.5 -105.5t-161.5 -77t-200.5 -28q-252 0 -442 131.5t-257 354.5h-104z" />
|
||||
<glyph unicode="™" horiz-adv-x="929" d="M35 1313v53h311v-53h-127v-398h-57v398h-127zM420 915v451h88l131 -328l131 328h88v-451h-57v373l-154 -373h-16l-154 373v-373h-57z" />
|
||||
<glyph unicode="◼" horiz-adv-x="993" d="M0 0v993h993v-993h-993z" />
|
||||
<hkern u1="D" u2="'" k="20" />
|
||||
<hkern u1="D" u2=""" k="20" />
|
||||
<hkern u1="O" u2="'" k="20" />
|
||||
<hkern u1="O" u2=""" k="20" />
|
||||
<hkern u1="Q" u2="'" k="20" />
|
||||
<hkern u1="Q" u2=""" k="20" />
|
||||
<hkern u1="a" u2="Ÿ" k="184" />
|
||||
<hkern u1="a" u2="Ý" k="184" />
|
||||
<hkern u1="a" u2="Y" k="184" />
|
||||
<hkern u1="a" u2="W" k="61" />
|
||||
<hkern u1="a" u2="V" k="115" />
|
||||
<hkern u1="a" u2="T" k="139" />
|
||||
<hkern u1="a" u2="?" k="55" />
|
||||
<hkern u1="h" u2="™" k="27" />
|
||||
<hkern u1="h" u2="”" k="27" />
|
||||
<hkern u1="h" u2="“" k="27" />
|
||||
<hkern u1="h" u2="’" k="27" />
|
||||
<hkern u1="h" u2="‘" k="27" />
|
||||
<hkern u1="h" u2="Ÿ" k="225" />
|
||||
<hkern u1="h" u2="Ý" k="225" />
|
||||
<hkern u1="h" u2="®" k="27" />
|
||||
<hkern u1="h" u2="Y" k="225" />
|
||||
<hkern u1="h" u2="W" k="96" />
|
||||
<hkern u1="h" u2="V" k="150" />
|
||||
<hkern u1="h" u2="T" k="193" />
|
||||
<hkern u1="h" u2="?" k="88" />
|
||||
<hkern u1="h" u2="'" k="27" />
|
||||
<hkern u1="h" u2=""" k="27" />
|
||||
<hkern u1="m" u2="™" k="27" />
|
||||
<hkern u1="m" u2="”" k="27" />
|
||||
<hkern u1="m" u2="“" k="27" />
|
||||
<hkern u1="m" u2="’" k="27" />
|
||||
<hkern u1="m" u2="‘" k="27" />
|
||||
<hkern u1="m" u2="Ÿ" k="225" />
|
||||
<hkern u1="m" u2="Ý" k="225" />
|
||||
<hkern u1="m" u2="®" k="27" />
|
||||
<hkern u1="m" u2="Y" k="225" />
|
||||
<hkern u1="m" u2="W" k="96" />
|
||||
<hkern u1="m" u2="V" k="150" />
|
||||
<hkern u1="m" u2="T" k="193" />
|
||||
<hkern u1="m" u2="?" k="88" />
|
||||
<hkern u1="m" u2="'" k="27" />
|
||||
<hkern u1="m" u2=""" k="27" />
|
||||
<hkern u1="Ð" u2="™" k="20" />
|
||||
<hkern u1="Ð" u2="”" k="20" />
|
||||
<hkern u1="Ð" u2="“" k="20" />
|
||||
<hkern u1="Ð" u2="’" k="20" />
|
||||
<hkern u1="Ð" u2="‘" k="20" />
|
||||
<hkern u1="Ð" u2="®" k="20" />
|
||||
<hkern u1="Ð" u2="'" k="20" />
|
||||
<hkern u1="Ð" u2=""" k="20" />
|
||||
<hkern u1="Ò" u2="'" k="20" />
|
||||
<hkern u1="Ò" u2=""" k="20" />
|
||||
<hkern u1="Ó" u2="'" k="20" />
|
||||
<hkern u1="Ó" u2=""" k="20" />
|
||||
<hkern u1="Ô" u2="'" k="20" />
|
||||
<hkern u1="Ô" u2=""" k="20" />
|
||||
<hkern u1="Õ" u2="™" k="20" />
|
||||
<hkern u1="Õ" u2="”" k="20" />
|
||||
<hkern u1="Õ" u2="“" k="20" />
|
||||
<hkern u1="Õ" u2="’" k="20" />
|
||||
<hkern u1="Õ" u2="‘" k="20" />
|
||||
<hkern u1="Õ" u2="®" k="20" />
|
||||
<hkern u1="Õ" u2="'" k="20" />
|
||||
<hkern u1="Õ" u2=""" k="20" />
|
||||
<hkern u1="Ö" u2="'" k="20" />
|
||||
<hkern u1="Ö" u2=""" k="20" />
|
||||
<hkern u1="Ø" u2="'" k="20" />
|
||||
<hkern u1="Ø" u2=""" k="20" />
|
||||
<hkern u1="Þ" u2="'" k="20" />
|
||||
<hkern u1="Þ" u2=""" k="20" />
|
||||
<hkern u1="ø" u2="™" k="20" />
|
||||
<hkern u1="ø" u2="”" k="20" />
|
||||
<hkern u1="ø" u2="“" k="20" />
|
||||
<hkern u1="ø" u2="’" k="20" />
|
||||
<hkern u1="ø" u2="‘" k="20" />
|
||||
<hkern u1="ø" u2="®" k="20" />
|
||||
<hkern u1="ø" u2="'" k="20" />
|
||||
<hkern u1="ø" u2=""" k="20" />
|
||||
<hkern u1="þ" u2="™" k="20" />
|
||||
<hkern u1="þ" u2="”" k="20" />
|
||||
<hkern u1="þ" u2="“" k="20" />
|
||||
<hkern u1="þ" u2="’" k="20" />
|
||||
<hkern u1="þ" u2="‘" k="20" />
|
||||
<hkern u1="þ" u2="®" k="20" />
|
||||
<hkern u1="þ" u2="'" k="20" />
|
||||
<hkern u1="þ" u2=""" k="20" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="asterisk" k="186" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="question" k="152" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="70" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="J" k="-41" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="T" k="131" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="68" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="V" k="96" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="W" k="90" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="Y,Yacute,Ydieresis" k="137" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="t" k="47" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="u" k="27" />
|
||||
<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="29" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="193" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="f,uniFB01,uniFB02" k="41" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="y,yacute,ydieresis" k="27" />
|
||||
<hkern g1="B" g2="T" k="29" />
|
||||
<hkern g1="B" g2="V" k="35" />
|
||||
<hkern g1="B" g2="W" k="20" />
|
||||
<hkern g1="B" g2="Y,Yacute,Ydieresis" k="61" />
|
||||
<hkern g1="B" g2="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="20" />
|
||||
<hkern g1="C,Ccedilla" g2="Y,Yacute,Ydieresis" k="47" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="question" k="47" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="J" k="41" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="T" k="49" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="V" k="41" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="W" k="41" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="Y,Yacute,Ydieresis" k="82" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="49" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="70" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="X" k="61" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="Z" k="29" />
|
||||
<hkern g1="F" g2="J" k="143" />
|
||||
<hkern g1="F" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="102" />
|
||||
<hkern g1="F" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="88" />
|
||||
<hkern g1="F" g2="ampersand" k="27" />
|
||||
<hkern g1="G" g2="question" k="27" />
|
||||
<hkern g1="G" g2="V" k="27" />
|
||||
<hkern g1="G" g2="Y,Yacute,Ydieresis" k="41" />
|
||||
<hkern g1="K" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="96" />
|
||||
<hkern g1="K" g2="Y,Yacute,Ydieresis" k="23" />
|
||||
<hkern g1="K" g2="t" k="102" />
|
||||
<hkern g1="K" g2="u" k="41" />
|
||||
<hkern g1="K" g2="v" k="123" />
|
||||
<hkern g1="K" g2="w" k="82" />
|
||||
<hkern g1="K" g2="f,uniFB01,uniFB02" k="68" />
|
||||
<hkern g1="K" g2="y,yacute,ydieresis" k="41" />
|
||||
<hkern g1="K" g2="hyphen,periodcentered,endash,emdash" k="102" />
|
||||
<hkern g1="K" g2="c,d,e,g,o,q,ccedilla,eth,oslash,oe" k="55" />
|
||||
<hkern g1="K" g2="x" k="68" />
|
||||
<hkern g1="K" g2="a,ae" k="55" />
|
||||
<hkern g1="L" g2="asterisk" k="342" />
|
||||
<hkern g1="L" g2="question" k="219" />
|
||||
<hkern g1="L" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="55" />
|
||||
<hkern g1="L" g2="T" k="205" />
|
||||
<hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="49" />
|
||||
<hkern g1="L" g2="V" k="184" />
|
||||
<hkern g1="L" g2="W" k="150" />
|
||||
<hkern g1="L" g2="Y,Yacute,Ydieresis" k="260" />
|
||||
<hkern g1="L" g2="t" k="76" />
|
||||
<hkern g1="L" g2="v" k="111" />
|
||||
<hkern g1="L" g2="w" k="70" />
|
||||
<hkern g1="L" g2="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="279" />
|
||||
<hkern g1="L" g2="c,d,e,g,o,q,ccedilla,eth,oslash,oe" k="23" />
|
||||
<hkern g1="L" g2="a,ae" k="23" />
|
||||
<hkern g1="P" g2="J" k="246" />
|
||||
<hkern g1="P" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="178" />
|
||||
<hkern g1="P" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="152" />
|
||||
<hkern g1="P" g2="X" k="41" />
|
||||
<hkern g1="P" g2="ampersand" k="68" />
|
||||
<hkern g1="P" g2="hyphen,periodcentered,endash,emdash" k="55" />
|
||||
<hkern g1="P" g2="c,d,e,g,o,q,ccedilla,eth,oslash,oe" k="35" />
|
||||
<hkern g1="P" g2="a,ae" k="35" />
|
||||
<hkern g1="R" g2="Y,Yacute,Ydieresis" k="37" />
|
||||
<hkern g1="R" g2="c,d,e,g,o,q,ccedilla,eth,oslash,oe" k="61" />
|
||||
<hkern g1="R" g2="a,ae" k="61" />
|
||||
<hkern g1="R" g2="s" k="27" />
|
||||
<hkern g1="S" g2="T" k="27" />
|
||||
<hkern g1="S" g2="t" k="29" />
|
||||
<hkern g1="S" g2="v" k="27" />
|
||||
<hkern g1="S" g2="x" k="35" />
|
||||
<hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="49" />
|
||||
<hkern g1="T" g2="J" k="178" />
|
||||
<hkern g1="T" g2="u" k="139" />
|
||||
<hkern g1="T" g2="v" k="57" />
|
||||
<hkern g1="T" g2="w" k="57" />
|
||||
<hkern g1="T" g2="f,uniFB01,uniFB02" k="43" />
|
||||
<hkern g1="T" g2="y,yacute,ydieresis" k="139" />
|
||||
<hkern g1="T" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="199" />
|
||||
<hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="131" />
|
||||
<hkern g1="T" g2="ampersand" k="111" />
|
||||
<hkern g1="T" g2="hyphen,periodcentered,endash,emdash" k="123" />
|
||||
<hkern g1="T" g2="c,d,e,g,o,q,ccedilla,eth,oslash,oe" k="201" />
|
||||
<hkern g1="T" g2="x" k="78" />
|
||||
<hkern g1="T" g2="a,ae" k="201" />
|
||||
<hkern g1="T" g2="s" k="166" />
|
||||
<hkern g1="T" g2="colon,semicolon" k="102" />
|
||||
<hkern g1="T" g2="m,n,p,r,z" k="139" />
|
||||
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="J" k="53" />
|
||||
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="61" />
|
||||
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="68" />
|
||||
<hkern g1="V" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="41" />
|
||||
<hkern g1="V" g2="J" k="199" />
|
||||
<hkern g1="V" g2="t" k="35" />
|
||||
<hkern g1="V" g2="u" k="115" />
|
||||
<hkern g1="V" g2="v" k="35" />
|
||||
<hkern g1="V" g2="w" k="27" />
|
||||
<hkern g1="V" g2="f,uniFB01,uniFB02" k="55" />
|
||||
<hkern g1="V" g2="y,yacute,ydieresis" k="115" />
|
||||
<hkern g1="V" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="184" />
|
||||
<hkern g1="V" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="96" />
|
||||
<hkern g1="V" g2="ampersand" k="82" />
|
||||
<hkern g1="V" g2="hyphen,periodcentered,endash,emdash" k="117" />
|
||||
<hkern g1="V" g2="c,d,e,g,o,q,ccedilla,eth,oslash,oe" k="123" />
|
||||
<hkern g1="V" g2="x" k="55" />
|
||||
<hkern g1="V" g2="a,ae" k="123" />
|
||||
<hkern g1="V" g2="s" k="102" />
|
||||
<hkern g1="V" g2="m,n,p,r,z" k="115" />
|
||||
<hkern g1="W" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="41" />
|
||||
<hkern g1="W" g2="J" k="121" />
|
||||
<hkern g1="W" g2="t" k="35" />
|
||||
<hkern g1="W" g2="u" k="61" />
|
||||
<hkern g1="W" g2="f,uniFB01,uniFB02" k="35" />
|
||||
<hkern g1="W" g2="y,yacute,ydieresis" k="61" />
|
||||
<hkern g1="W" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="131" />
|
||||
<hkern g1="W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="90" />
|
||||
<hkern g1="W" g2="ampersand" k="41" />
|
||||
<hkern g1="W" g2="hyphen,periodcentered,endash,emdash" k="76" />
|
||||
<hkern g1="W" g2="c,d,e,g,o,q,ccedilla,eth,oslash,oe" k="82" />
|
||||
<hkern g1="W" g2="x" k="55" />
|
||||
<hkern g1="W" g2="a,ae" k="82" />
|
||||
<hkern g1="W" g2="s" k="61" />
|
||||
<hkern g1="W" g2="m,n,p,r,z" k="61" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="82" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="J" k="240" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="t" k="68" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="u" k="184" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="v" k="123" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="w" k="123" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="f,uniFB01,uniFB02" k="123" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="y,yacute,ydieresis" k="184" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="184" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="137" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="ampersand" k="123" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="hyphen,periodcentered,endash,emdash" k="252" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="c,d,e,g,o,q,ccedilla,eth,oslash,oe" k="254" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="x" k="158" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="a,ae" k="254" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="s" k="205" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="colon,semicolon" k="143" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="m,n,p,r,z" k="184" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="S" k="41" />
|
||||
<hkern g1="Z" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="29" />
|
||||
<hkern g1="h,m,n" g2="question" k="88" />
|
||||
<hkern g1="h,m,n" g2="T" k="193" />
|
||||
<hkern g1="h,m,n" g2="V" k="150" />
|
||||
<hkern g1="h,m,n" g2="W" k="96" />
|
||||
<hkern g1="h,m,n" g2="Y,Yacute,Ydieresis" k="225" />
|
||||
<hkern g1="h,m,n" g2="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="27" />
|
||||
<hkern g1="ampersand" g2="T" k="137" />
|
||||
<hkern g1="ampersand" g2="V" k="102" />
|
||||
<hkern g1="ampersand" g2="W" k="70" />
|
||||
<hkern g1="ampersand" g2="Y,Yacute,Ydieresis" k="166" />
|
||||
<hkern g1="asterisk" g2="J" k="252" />
|
||||
<hkern g1="asterisk" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="186" />
|
||||
<hkern g1="b,o,p,oslash,thorn" g2="question" k="109" />
|
||||
<hkern g1="b,o,p,oslash,thorn" g2="T" k="201" />
|
||||
<hkern g1="b,o,p,oslash,thorn" g2="V" k="123" />
|
||||
<hkern g1="b,o,p,oslash,thorn" g2="W" k="82" />
|
||||
<hkern g1="b,o,p,oslash,thorn" g2="Y,Yacute,Ydieresis" k="240" />
|
||||
<hkern g1="b,o,p,oslash,thorn" g2="x" k="70" />
|
||||
<hkern g1="c,cent,ccedilla" g2="question" k="55" />
|
||||
<hkern g1="c,cent,ccedilla" g2="T" k="145" />
|
||||
<hkern g1="c,cent,ccedilla" g2="V" k="88" />
|
||||
<hkern g1="c,cent,ccedilla" g2="W" k="55" />
|
||||
<hkern g1="c,cent,ccedilla" g2="Y,Yacute,Ydieresis" k="137" />
|
||||
<hkern g1="colon,semicolon" g2="T" k="102" />
|
||||
<hkern g1="colon,semicolon" g2="Y,Yacute,Ydieresis" k="143" />
|
||||
<hkern g1="e,ae,oe" g2="asterisk" k="29" />
|
||||
<hkern g1="e,ae,oe" g2="question" k="88" />
|
||||
<hkern g1="e,ae,oe" g2="T" k="186" />
|
||||
<hkern g1="e,ae,oe" g2="V" k="117" />
|
||||
<hkern g1="e,ae,oe" g2="W" k="82" />
|
||||
<hkern g1="e,ae,oe" g2="Y,Yacute,Ydieresis" k="225" />
|
||||
<hkern g1="f" g2="asterisk" k="-131" />
|
||||
<hkern g1="f" g2="question" k="-111" />
|
||||
<hkern g1="f" g2="T" k="-82" />
|
||||
<hkern g1="f" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="-82" />
|
||||
<hkern g1="f" g2="V" k="-137" />
|
||||
<hkern g1="f" g2="W" k="-137" />
|
||||
<hkern g1="f" g2="Y,Yacute,Ydieresis" k="-129" />
|
||||
<hkern g1="f" g2="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="-131" />
|
||||
<hkern g1="f" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="96" />
|
||||
<hkern g1="f" g2="X" k="-82" />
|
||||
<hkern g1="f" g2="Z" k="-82" />
|
||||
<hkern g1="f" g2="S" k="-55" />
|
||||
<hkern g1="f" g2="exclam,B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde" k="-82" />
|
||||
<hkern g1="f" g2="parenright,bracketright,braceright" k="-137" />
|
||||
<hkern g1="g,q" g2="question" k="55" />
|
||||
<hkern g1="g,q" g2="T" k="139" />
|
||||
<hkern g1="g,q" g2="V" k="115" />
|
||||
<hkern g1="g,q" g2="W" k="61" />
|
||||
<hkern g1="g,q" g2="Y,Yacute,Ydieresis" k="184" />
|
||||
<hkern g1="g,q" g2="j" k="-109" />
|
||||
<hkern g1="hyphen,periodcentered,endash,emdash" g2="V" k="117" />
|
||||
<hkern g1="hyphen,periodcentered,endash,emdash" g2="W" k="76" />
|
||||
<hkern g1="hyphen,periodcentered,endash,emdash" g2="Y,Yacute,Ydieresis" k="246" />
|
||||
<hkern g1="hyphen,periodcentered,endash,emdash" g2="X" k="96" />
|
||||
<hkern g1="k" g2="T" k="92" />
|
||||
<hkern g1="k" g2="V" k="55" />
|
||||
<hkern g1="k" g2="W" k="55" />
|
||||
<hkern g1="k" g2="Y,Yacute,Ydieresis" k="150" />
|
||||
<hkern g1="k" g2="hyphen,periodcentered,endash,emdash" k="49" />
|
||||
<hkern g1="k" g2="bullet" k="49" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="T" k="199" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="61" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="V" k="172" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="W" k="131" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="Y,Yacute,Ydieresis" k="184" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="t" k="55" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="v" k="131" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="w" k="76" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="170" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="f,uniFB01,uniFB02" k="55" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="j" k="-82" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="zero,six" k="43" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="one" k="203" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="seven" k="150" />
|
||||
<hkern g1="questiondown" g2="j" k="-328" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="J" k="217" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="170" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="199" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="s" k="61" />
|
||||
<hkern g1="r" g2="T" k="70" />
|
||||
<hkern g1="r" g2="V" k="55" />
|
||||
<hkern g1="r" g2="W" k="27" />
|
||||
<hkern g1="r" g2="Y,Yacute,Ydieresis" k="102" />
|
||||
<hkern g1="r" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="178" />
|
||||
<hkern g1="r" g2="X" k="41" />
|
||||
<hkern g1="s" g2="question" k="96" />
|
||||
<hkern g1="s" g2="T" k="152" />
|
||||
<hkern g1="s" g2="V" k="96" />
|
||||
<hkern g1="s" g2="W" k="102" />
|
||||
<hkern g1="s" g2="Y,Yacute,Ydieresis" k="199" />
|
||||
<hkern g1="s" g2="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="41" />
|
||||
<hkern g1="t" g2="T" k="63" />
|
||||
<hkern g1="t" g2="V" k="68" />
|
||||
<hkern g1="t" g2="W" k="35" />
|
||||
<hkern g1="t" g2="Y,Yacute,Ydieresis" k="76" />
|
||||
<hkern g1="u,z" g2="question" k="55" />
|
||||
<hkern g1="u,z" g2="T" k="139" />
|
||||
<hkern g1="u,z" g2="V" k="115" />
|
||||
<hkern g1="u,z" g2="W" k="61" />
|
||||
<hkern g1="u,z" g2="Y,Yacute,Ydieresis" k="184" />
|
||||
<hkern g1="v" g2="T" k="57" />
|
||||
<hkern g1="v" g2="V" k="35" />
|
||||
<hkern g1="v" g2="Y,Yacute,Ydieresis" k="123" />
|
||||
<hkern g1="v" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="131" />
|
||||
<hkern g1="v" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="41" />
|
||||
<hkern g1="v" g2="X" k="70" />
|
||||
<hkern g1="w" g2="T" k="57" />
|
||||
<hkern g1="w" g2="V" k="27" />
|
||||
<hkern g1="w" g2="Y,Yacute,Ydieresis" k="123" />
|
||||
<hkern g1="w" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="76" />
|
||||
<hkern g1="w" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="29" />
|
||||
<hkern g1="w" g2="X" k="76" />
|
||||
<hkern g1="y,yacute,ydieresis" g2="question" k="55" />
|
||||
<hkern g1="y,yacute,ydieresis" g2="T" k="139" />
|
||||
<hkern g1="y,yacute,ydieresis" g2="V" k="115" />
|
||||
<hkern g1="y,yacute,ydieresis" g2="W" k="61" />
|
||||
<hkern g1="y,yacute,ydieresis" g2="Y,Yacute,Ydieresis" k="184" />
|
||||
<hkern g1="y,yacute,ydieresis" g2="j" k="-109" />
|
||||
<hkern g1="X" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="61" />
|
||||
<hkern g1="X" g2="t" k="61" />
|
||||
<hkern g1="X" g2="v" k="70" />
|
||||
<hkern g1="X" g2="w" k="76" />
|
||||
<hkern g1="X" g2="f,uniFB01,uniFB02" k="61" />
|
||||
<hkern g1="X" g2="hyphen,periodcentered,endash,emdash" k="96" />
|
||||
<hkern g1="zero,nine" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="43" />
|
||||
<hkern g1="seven" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="193" />
|
||||
<hkern g1="x" g2="T" k="78" />
|
||||
<hkern g1="x" g2="V" k="55" />
|
||||
<hkern g1="x" g2="W" k="55" />
|
||||
<hkern g1="x" g2="Y,Yacute,Ydieresis" k="158" />
|
||||
<hkern g1="x" g2="c,d,e,g,o,q,ccedilla,eth,oslash,oe" k="70" />
|
||||
<hkern g1="x" g2="a,ae" k="70" />
|
||||
<hkern g1="parenleft,bracketleft,braceleft" g2="j" k="-225" />
|
||||
</font>
|
||||
</defs></svg>
|
||||
|
After Width: | Height: | Size: 76 KiB |
@@ -0,0 +1,611 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
|
||||
<script src="specimen_files/easytabs.js" type="text/javascript" charset="utf-8"></script>
|
||||
<link rel="stylesheet" href="specimen_files/specimen_stylesheet.css" type="text/css" charset="utf-8" />
|
||||
<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
|
||||
|
||||
<style type="text/css">
|
||||
body{
|
||||
font-family: 'proxima_nova_altblack';
|
||||
}
|
||||
</style>
|
||||
|
||||
<title>Proxima Nova Alt Cn Lt Bold Specimen</title>
|
||||
|
||||
|
||||
<script type="text/javascript" charset="utf-8">
|
||||
$(document).ready(function() {
|
||||
$('#container').easyTabs({defaultContent:1});
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="header">
|
||||
Proxima Nova Alt Cn Lt Bold </div>
|
||||
<ul class="tabs">
|
||||
<li><a href="#specimen">Specimen</a></li>
|
||||
<li><a href="#layout">Sample Layout</a></li>
|
||||
<li><a href="#glyphs">Glyphs & Languages</a></li>
|
||||
<li><a href="#installing">Installing Webfonts</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<div id="main_content">
|
||||
|
||||
|
||||
<div id="specimen">
|
||||
|
||||
<div class="section">
|
||||
<div class="grid12 firstcol">
|
||||
<div class="huge">AaBb</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<div class="glyph_range">A​B​C​D​E​F​G​H​I​J​K​L​M​N​O​P​Q​R​S​T​U​V​W​X​Y​Z​a​b​c​d​e​f​g​h​i​j​k​l​m​n​o​p​q​r​s​t​u​v​w​x​y​z​1​2​3​4​5​6​7​8​9​0​&​.​,​?​!​@​(​)​#​$​%​*​+​-​=​:​;</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<div class="grid12 firstcol">
|
||||
<table class="sample_table">
|
||||
<tr><td>10</td><td class="size10">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>11</td><td class="size11">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>12</td><td class="size12">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>13</td><td class="size13">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>14</td><td class="size14">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>16</td><td class="size16">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>18</td><td class="size18">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>20</td><td class="size20">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>24</td><td class="size24">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>30</td><td class="size30">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>36</td><td class="size36">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>48</td><td class="size48">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>60</td><td class="size60">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>72</td><td class="size72">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>90</td><td class="size90">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="section" id="bodycomparison">
|
||||
|
||||
|
||||
<div id="xheight">
|
||||
<div class="fontbody">◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼body</div><div class="arialbody">body</div><div class="verdanabody">body</div><div class="georgiabody">body</div></div>
|
||||
<div class="fontbody" style="z-index:1">
|
||||
body<span>Proxima Nova Alt Cn Lt Bold</span>
|
||||
</div>
|
||||
<div class="arialbody" style="z-index:1">
|
||||
body<span>Arial</span>
|
||||
</div>
|
||||
<div class="verdanabody" style="z-index:1">
|
||||
body<span>Verdana</span>
|
||||
</div>
|
||||
<div class="georgiabody" style="z-index:1">
|
||||
body<span>Georgia</span>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="section psample psample_row1" id="">
|
||||
|
||||
<div class="grid2 firstcol">
|
||||
<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid3">
|
||||
<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid3">
|
||||
<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid4">
|
||||
<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="white_blend"></div>
|
||||
|
||||
</div>
|
||||
<div class="section psample psample_row2" id="">
|
||||
<div class="grid3 firstcol">
|
||||
<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid4">
|
||||
<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid5">
|
||||
<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="white_blend"></div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section psample psample_row3" id="">
|
||||
<div class="grid5 firstcol">
|
||||
<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
</div>
|
||||
<div class="grid7">
|
||||
<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
</div>
|
||||
|
||||
<div class="white_blend"></div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section psample psample_row4" id="">
|
||||
<div class="grid12 firstcol">
|
||||
<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
</div>
|
||||
<div class="white_blend"></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="section psample psample_row1 fullreverse">
|
||||
<div class="grid2 firstcol">
|
||||
<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid3">
|
||||
<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid3">
|
||||
<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid4">
|
||||
<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="black_blend"></div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section psample psample_row2 fullreverse">
|
||||
<div class="grid3 firstcol">
|
||||
<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid4">
|
||||
<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid5">
|
||||
<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="black_blend"></div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section psample fullreverse psample_row3" id="">
|
||||
<div class="grid5 firstcol">
|
||||
<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
</div>
|
||||
<div class="grid7">
|
||||
<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
</div>
|
||||
|
||||
<div class="black_blend"></div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section psample fullreverse psample_row4" id="" style="border-bottom: 20px #000 solid;">
|
||||
<div class="grid12 firstcol">
|
||||
<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
</div>
|
||||
<div class="black_blend"></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div id="layout">
|
||||
|
||||
<div class="section">
|
||||
|
||||
<div class="grid12 firstcol">
|
||||
<h1>Lorem Ipsum Dolor</h1>
|
||||
<h2>Etiam porta sem malesuada magna mollis euismod</h2>
|
||||
|
||||
<p class="byline">By <a href="#link">Aenean Lacinia</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<div class="grid8 firstcol">
|
||||
<p class="large">Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
|
||||
|
||||
|
||||
<h3>Pellentesque ornare sem</h3>
|
||||
|
||||
<p>Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit. </p>
|
||||
|
||||
<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>
|
||||
|
||||
<p>Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur. </p>
|
||||
|
||||
<p>Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla. </p>
|
||||
|
||||
<h3>Cras mattis consectetur</h3>
|
||||
|
||||
<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum. </p>
|
||||
|
||||
<p>Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.</p>
|
||||
</div>
|
||||
|
||||
<div class="grid4 sidebar">
|
||||
|
||||
<div class="box reverse">
|
||||
<p class="last">Nullam quis risus eget urna mollis ornare vel eu leo. Donec ullamcorper nulla non metus auctor fringilla. Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
|
||||
</div>
|
||||
|
||||
<p class="caption">Maecenas sed diam eget risus varius.</p>
|
||||
|
||||
<p>Vestibulum id ligula porta felis euismod semper. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Vestibulum id ligula porta felis euismod semper. Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
|
||||
|
||||
|
||||
|
||||
<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Aenean lacinia bibendum nulla sed consectetur. Nullam quis risus eget urna mollis ornare vel eu leo. </p>
|
||||
|
||||
<p>Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec ullamcorper nulla non metus auctor fringilla. Maecenas faucibus mollis interdum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="glyphs">
|
||||
<div class="section">
|
||||
<div class="grid12 firstcol">
|
||||
|
||||
<h1>Language Support</h1>
|
||||
<p>The subset of Proxima Nova Alt Cn Lt Bold in this kit supports the following languages:<br />
|
||||
|
||||
Albanian, Basque, Breton, Chamorro, Danish, Dutch, English, Faroese, Finnish, French, Frisian, Galician, German, Icelandic, Italian, Malagasy, Norwegian, Portuguese, Spanish, Swedish </p>
|
||||
<h1>Glyph Chart</h1>
|
||||
<p>The subset of Proxima Nova Alt Cn Lt Bold in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.</p>
|
||||
<div id="glyph_chart">
|
||||
|
||||
<div><p>&#13;</p> </div>
|
||||
<div><p>&#32;</p> </div>
|
||||
<div><p>&#33;</p>!</div>
|
||||
<div><p>&#34;</p>"</div>
|
||||
<div><p>&#35;</p>#</div>
|
||||
<div><p>&#36;</p>$</div>
|
||||
<div><p>&#37;</p>%</div>
|
||||
<div><p>&#38;</p>&</div>
|
||||
<div><p>&#39;</p>'</div>
|
||||
<div><p>&#40;</p>(</div>
|
||||
<div><p>&#41;</p>)</div>
|
||||
<div><p>&#42;</p>*</div>
|
||||
<div><p>&#43;</p>+</div>
|
||||
<div><p>&#44;</p>,</div>
|
||||
<div><p>&#45;</p>-</div>
|
||||
<div><p>&#46;</p>.</div>
|
||||
<div><p>&#47;</p>/</div>
|
||||
<div><p>&#48;</p>0</div>
|
||||
<div><p>&#49;</p>1</div>
|
||||
<div><p>&#50;</p>2</div>
|
||||
<div><p>&#51;</p>3</div>
|
||||
<div><p>&#52;</p>4</div>
|
||||
<div><p>&#53;</p>5</div>
|
||||
<div><p>&#54;</p>6</div>
|
||||
<div><p>&#55;</p>7</div>
|
||||
<div><p>&#56;</p>8</div>
|
||||
<div><p>&#57;</p>9</div>
|
||||
<div><p>&#58;</p>:</div>
|
||||
<div><p>&#59;</p>;</div>
|
||||
<div><p>&#60;</p><</div>
|
||||
<div><p>&#61;</p>=</div>
|
||||
<div><p>&#62;</p>></div>
|
||||
<div><p>&#63;</p>?</div>
|
||||
<div><p>&#64;</p>@</div>
|
||||
<div><p>&#65;</p>A</div>
|
||||
<div><p>&#66;</p>B</div>
|
||||
<div><p>&#67;</p>C</div>
|
||||
<div><p>&#68;</p>D</div>
|
||||
<div><p>&#69;</p>E</div>
|
||||
<div><p>&#70;</p>F</div>
|
||||
<div><p>&#71;</p>G</div>
|
||||
<div><p>&#72;</p>H</div>
|
||||
<div><p>&#73;</p>I</div>
|
||||
<div><p>&#74;</p>J</div>
|
||||
<div><p>&#75;</p>K</div>
|
||||
<div><p>&#76;</p>L</div>
|
||||
<div><p>&#77;</p>M</div>
|
||||
<div><p>&#78;</p>N</div>
|
||||
<div><p>&#79;</p>O</div>
|
||||
<div><p>&#80;</p>P</div>
|
||||
<div><p>&#81;</p>Q</div>
|
||||
<div><p>&#82;</p>R</div>
|
||||
<div><p>&#83;</p>S</div>
|
||||
<div><p>&#84;</p>T</div>
|
||||
<div><p>&#85;</p>U</div>
|
||||
<div><p>&#86;</p>V</div>
|
||||
<div><p>&#87;</p>W</div>
|
||||
<div><p>&#88;</p>X</div>
|
||||
<div><p>&#89;</p>Y</div>
|
||||
<div><p>&#90;</p>Z</div>
|
||||
<div><p>&#91;</p>[</div>
|
||||
<div><p>&#92;</p>\</div>
|
||||
<div><p>&#93;</p>]</div>
|
||||
<div><p>&#94;</p>^</div>
|
||||
<div><p>&#95;</p>_</div>
|
||||
<div><p>&#96;</p>`</div>
|
||||
<div><p>&#97;</p>a</div>
|
||||
<div><p>&#98;</p>b</div>
|
||||
<div><p>&#99;</p>c</div>
|
||||
<div><p>&#100;</p>d</div>
|
||||
<div><p>&#101;</p>e</div>
|
||||
<div><p>&#102;</p>f</div>
|
||||
<div><p>&#103;</p>g</div>
|
||||
<div><p>&#104;</p>h</div>
|
||||
<div><p>&#105;</p>i</div>
|
||||
<div><p>&#106;</p>j</div>
|
||||
<div><p>&#107;</p>k</div>
|
||||
<div><p>&#108;</p>l</div>
|
||||
<div><p>&#109;</p>m</div>
|
||||
<div><p>&#110;</p>n</div>
|
||||
<div><p>&#111;</p>o</div>
|
||||
<div><p>&#112;</p>p</div>
|
||||
<div><p>&#113;</p>q</div>
|
||||
<div><p>&#114;</p>r</div>
|
||||
<div><p>&#115;</p>s</div>
|
||||
<div><p>&#116;</p>t</div>
|
||||
<div><p>&#117;</p>u</div>
|
||||
<div><p>&#118;</p>v</div>
|
||||
<div><p>&#119;</p>w</div>
|
||||
<div><p>&#120;</p>x</div>
|
||||
<div><p>&#121;</p>y</div>
|
||||
<div><p>&#122;</p>z</div>
|
||||
<div><p>&#123;</p>{</div>
|
||||
<div><p>&#124;</p>|</div>
|
||||
<div><p>&#125;</p>}</div>
|
||||
<div><p>&#126;</p>~</div>
|
||||
<div><p>&#160;</p> </div>
|
||||
<div><p>&#161;</p>¡</div>
|
||||
<div><p>&#162;</p>¢</div>
|
||||
<div><p>&#163;</p>£</div>
|
||||
<div><p>&#165;</p>¥</div>
|
||||
<div><p>&#166;</p>¦</div>
|
||||
<div><p>&#167;</p>§</div>
|
||||
<div><p>&#168;</p>¨</div>
|
||||
<div><p>&#169;</p>©</div>
|
||||
<div><p>&#170;</p>ª</div>
|
||||
<div><p>&#171;</p>«</div>
|
||||
<div><p>&#172;</p>¬</div>
|
||||
<div><p>&#173;</p>­</div>
|
||||
<div><p>&#174;</p>®</div>
|
||||
<div><p>&#175;</p>¯</div>
|
||||
<div><p>&#176;</p>°</div>
|
||||
<div><p>&#177;</p>±</div>
|
||||
<div><p>&#178;</p>²</div>
|
||||
<div><p>&#179;</p>³</div>
|
||||
<div><p>&#180;</p>´</div>
|
||||
<div><p>&#181;</p>µ</div>
|
||||
<div><p>&#182;</p>¶</div>
|
||||
<div><p>&#183;</p>·</div>
|
||||
<div><p>&#184;</p>¸</div>
|
||||
<div><p>&#185;</p>¹</div>
|
||||
<div><p>&#186;</p>º</div>
|
||||
<div><p>&#187;</p>»</div>
|
||||
<div><p>&#188;</p>¼</div>
|
||||
<div><p>&#189;</p>½</div>
|
||||
<div><p>&#190;</p>¾</div>
|
||||
<div><p>&#191;</p>¿</div>
|
||||
<div><p>&#192;</p>À</div>
|
||||
<div><p>&#193;</p>Á</div>
|
||||
<div><p>&#194;</p>Â</div>
|
||||
<div><p>&#195;</p>Ã</div>
|
||||
<div><p>&#196;</p>Ä</div>
|
||||
<div><p>&#197;</p>Å</div>
|
||||
<div><p>&#198;</p>Æ</div>
|
||||
<div><p>&#199;</p>Ç</div>
|
||||
<div><p>&#200;</p>È</div>
|
||||
<div><p>&#201;</p>É</div>
|
||||
<div><p>&#202;</p>Ê</div>
|
||||
<div><p>&#203;</p>Ë</div>
|
||||
<div><p>&#204;</p>Ì</div>
|
||||
<div><p>&#205;</p>Í</div>
|
||||
<div><p>&#206;</p>Î</div>
|
||||
<div><p>&#207;</p>Ï</div>
|
||||
<div><p>&#208;</p>Ð</div>
|
||||
<div><p>&#209;</p>Ñ</div>
|
||||
<div><p>&#210;</p>Ò</div>
|
||||
<div><p>&#211;</p>Ó</div>
|
||||
<div><p>&#212;</p>Ô</div>
|
||||
<div><p>&#213;</p>Õ</div>
|
||||
<div><p>&#214;</p>Ö</div>
|
||||
<div><p>&#215;</p>×</div>
|
||||
<div><p>&#216;</p>Ø</div>
|
||||
<div><p>&#217;</p>Ù</div>
|
||||
<div><p>&#218;</p>Ú</div>
|
||||
<div><p>&#219;</p>Û</div>
|
||||
<div><p>&#220;</p>Ü</div>
|
||||
<div><p>&#221;</p>Ý</div>
|
||||
<div><p>&#222;</p>Þ</div>
|
||||
<div><p>&#223;</p>ß</div>
|
||||
<div><p>&#224;</p>à</div>
|
||||
<div><p>&#225;</p>á</div>
|
||||
<div><p>&#226;</p>â</div>
|
||||
<div><p>&#227;</p>ã</div>
|
||||
<div><p>&#228;</p>ä</div>
|
||||
<div><p>&#229;</p>å</div>
|
||||
<div><p>&#230;</p>æ</div>
|
||||
<div><p>&#231;</p>ç</div>
|
||||
<div><p>&#232;</p>è</div>
|
||||
<div><p>&#233;</p>é</div>
|
||||
<div><p>&#234;</p>ê</div>
|
||||
<div><p>&#235;</p>ë</div>
|
||||
<div><p>&#236;</p>ì</div>
|
||||
<div><p>&#237;</p>í</div>
|
||||
<div><p>&#238;</p>î</div>
|
||||
<div><p>&#239;</p>ï</div>
|
||||
<div><p>&#240;</p>ð</div>
|
||||
<div><p>&#241;</p>ñ</div>
|
||||
<div><p>&#242;</p>ò</div>
|
||||
<div><p>&#243;</p>ó</div>
|
||||
<div><p>&#244;</p>ô</div>
|
||||
<div><p>&#245;</p>õ</div>
|
||||
<div><p>&#246;</p>ö</div>
|
||||
<div><p>&#247;</p>÷</div>
|
||||
<div><p>&#248;</p>ø</div>
|
||||
<div><p>&#249;</p>ù</div>
|
||||
<div><p>&#250;</p>ú</div>
|
||||
<div><p>&#251;</p>û</div>
|
||||
<div><p>&#252;</p>ü</div>
|
||||
<div><p>&#253;</p>ý</div>
|
||||
<div><p>&#254;</p>þ</div>
|
||||
<div><p>&#255;</p>ÿ</div>
|
||||
<div><p>&#338;</p>Œ</div>
|
||||
<div><p>&#339;</p>œ</div>
|
||||
<div><p>&#376;</p>Ÿ</div>
|
||||
<div><p>&#710;</p>ˆ</div>
|
||||
<div><p>&#732;</p>˜</div>
|
||||
<div><p>&#8192;</p> </div>
|
||||
<div><p>&#8193;</p> </div>
|
||||
<div><p>&#8194;</p> </div>
|
||||
<div><p>&#8195;</p> </div>
|
||||
<div><p>&#8196;</p> </div>
|
||||
<div><p>&#8197;</p> </div>
|
||||
<div><p>&#8198;</p> </div>
|
||||
<div><p>&#8199;</p> </div>
|
||||
<div><p>&#8200;</p> </div>
|
||||
<div><p>&#8201;</p> </div>
|
||||
<div><p>&#8202;</p> </div>
|
||||
<div><p>&#8208;</p>‐</div>
|
||||
<div><p>&#8209;</p>‑</div>
|
||||
<div><p>&#8210;</p>‒</div>
|
||||
<div><p>&#8211;</p>–</div>
|
||||
<div><p>&#8212;</p>—</div>
|
||||
<div><p>&#8216;</p>‘</div>
|
||||
<div><p>&#8217;</p>’</div>
|
||||
<div><p>&#8218;</p>‚</div>
|
||||
<div><p>&#8220;</p>“</div>
|
||||
<div><p>&#8221;</p>”</div>
|
||||
<div><p>&#8222;</p>„</div>
|
||||
<div><p>&#8226;</p>•</div>
|
||||
<div><p>&#8230;</p>…</div>
|
||||
<div><p>&#8239;</p> </div>
|
||||
<div><p>&#8249;</p>‹</div>
|
||||
<div><p>&#8250;</p>›</div>
|
||||
<div><p>&#8287;</p> </div>
|
||||
<div><p>&#8364;</p>€</div>
|
||||
<div><p>&#8482;</p>™</div>
|
||||
<div><p>&#9724;</p>◼</div>
|
||||
<div><p>&#64257;</p>fi</div>
|
||||
<div><p>&#64258;</p>fl</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="specs">
|
||||
|
||||
</div>
|
||||
|
||||
<div id="installing">
|
||||
<div class="section">
|
||||
<div class="grid7 firstcol">
|
||||
<h1>Installing Webfonts</h1>
|
||||
|
||||
<p>Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.</p>
|
||||
|
||||
<h2>1. Upload your webfonts</h2>
|
||||
<p>You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.</p>
|
||||
|
||||
<h2>2. Include the webfont stylesheet</h2>
|
||||
<p>A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the <a href="http://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax">Fontspring blog post</a> about it. The code for it is as follows:</p>
|
||||
|
||||
|
||||
<code>
|
||||
@font-face{
|
||||
font-family: 'MyWebFont';
|
||||
src: url('WebFont.eot');
|
||||
src: url('WebFont.eot?#iefix') format('embedded-opentype'),
|
||||
url('WebFont.woff') format('woff'),
|
||||
url('WebFont.ttf') format('truetype'),
|
||||
url('WebFont.svg#webfont') format('svg');
|
||||
}
|
||||
</code>
|
||||
|
||||
<p>We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:</p>
|
||||
<code><link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" /></code>
|
||||
|
||||
<h2>3. Modify your own stylesheet</h2>
|
||||
<p>To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:</p>
|
||||
<code>p { font-family: 'WebFont', Arial, sans-serif; }</code>
|
||||
|
||||
<h2>4. Test</h2>
|
||||
<p>Getting webfonts to work cross-browser <em>can</em> be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.</p>
|
||||
</div>
|
||||
|
||||
<div class="grid5 sidebar">
|
||||
<div class="box">
|
||||
<h2>Troubleshooting<br />Font-Face Problems</h2>
|
||||
<p>Having trouble getting your webfonts to load in your new website? Here are some tips to sort out what might be the problem.</p>
|
||||
|
||||
<h3>Fonts not showing in any browser</h3>
|
||||
|
||||
<p>This sounds like you need to work on the plumbing. You either did not upload the fonts to the correct directory, or you did not link the fonts properly in the CSS. If you've confirmed that all this is correct and you still have a problem, take a look at your .htaccess file and see if requests are getting intercepted.</p>
|
||||
|
||||
<h3>Fonts not loading in iPhone or iPad</h3>
|
||||
|
||||
<p>The most common problem here is that you are serving the fonts from an IIS server. IIS refuses to serve files that have unknown MIME types. If that is the case, you must set the MIME type for SVG to "image/svg+xml" in the server settings. Follow these instructions from Microsoft if you need help.</p>
|
||||
|
||||
<h3>Fonts not loading in Firefox</h3>
|
||||
|
||||
<p>The primary reason for this failure? You are still using a version Firefox older than 3.5. So upgrade already! If that isn't it, then you are very likely serving fonts from a different domain. Firefox requires that all font assets be served from the same domain. Lastly it is possible that you need to add WOFF to your list of MIME types (if you are serving via IIS.)</p>
|
||||
|
||||
<h3>Fonts not loading in IE</h3>
|
||||
|
||||
<p>Are you looking at Internet Explorer on an actual Windows machine or are you cheating by using a service like Adobe BrowserLab? Many of these screenshot services do not render @font-face for IE. Best to test it on a real machine.</p>
|
||||
|
||||
<h3>Fonts not loading in IE9</h3>
|
||||
|
||||
<p>IE9, like Firefox, requires that fonts be served from the same domain as the website. Make sure that is the case.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div id="footer">
|
||||
<p>©2010-2011 Font Squirrel. All rights reserved.</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,547 @@
|
||||
<?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="proxima_nova_alt_condensedSBd" horiz-adv-x="995" >
|
||||
<font-face units-per-em="2048" ascent="1618" descent="-430" />
|
||||
<missing-glyph horiz-adv-x="432" />
|
||||
<glyph unicode="fi" horiz-adv-x="1003" d="M33 811v178h129v90q0 145 73 226t195 81q93 0 150 -32l-41 -162q-24 18 -64 18q-51 0 -80.5 -34.5t-29.5 -96.5v-90h163v-178h-163v-811h-203v811h-129zM653 1241q0 53 38 90t91 37t90 -36.5t37 -90.5q0 -53 -37.5 -90t-89.5 -37q-53 0 -91 37.5t-38 89.5zM680 0v989h203 v-989h-203z" />
|
||||
<glyph unicode="fl" horiz-adv-x="1079" d="M33 811v178h129v90q0 145 73 226t195 81q93 0 150 -32l-41 -162q-24 18 -64 18q-51 0 -80.5 -34.5t-29.5 -96.5v-90h163v-178h-163v-811h-203v811h-129zM680 221v1145h203v-1102q0 -108 75 -108q52 0 80 32l47 -155q-65 -58 -176 -58q-117 0 -173 61.5t-56 184.5z" />
|
||||
<glyph horiz-adv-x="0" />
|
||||
<glyph horiz-adv-x="682" />
|
||||
<glyph horiz-adv-x="0" />
|
||||
<glyph horiz-adv-x="0" />
|
||||
<glyph unicode="
" horiz-adv-x="432" />
|
||||
<glyph unicode=" " horiz-adv-x="432" />
|
||||
<glyph unicode="	" horiz-adv-x="432" />
|
||||
<glyph unicode=" " horiz-adv-x="432" />
|
||||
<glyph unicode="!" horiz-adv-x="495" d="M111 117q0 56 40 95.5t97 39.5t97 -39.5t40 -95.5q0 -57 -40 -97t-97 -40t-97 40t-40 97zM123 1366h250l-37 -954h-176z" />
|
||||
<glyph unicode=""" horiz-adv-x="763" d="M100 1272q0 47 34.5 80.5t82.5 33.5q46 0 80.5 -33.5t34.5 -80.5q0 -16 -17 -131.5t-34 -223.5l-17 -108h-94q-70 428 -70 463zM432 1272q0 47 34 80.5t83 33.5q47 0 81 -33.5t34 -80.5q0 -16 -17.5 -131.5t-34.5 -223.5l-18 -108h-92q-70 428 -70 463z" />
|
||||
<glyph unicode="#" horiz-adv-x="1073" d="M37 360l37 136h170l104 374h-170l35 134h174l100 362h158l-102 -362h172l100 362h156l-103 -362h170l-34 -134h-173l-106 -374h176l-37 -136h-178l-102 -360h-156l104 360h-174l-100 -360h-158l103 360h-166zM399 496h168l109 374h-172z" />
|
||||
<glyph unicode="$" horiz-adv-x="1001" d="M51 150l115 176q50 -58 120.5 -98t151.5 -50v422q-45 20 -72.5 33t-68 36.5t-66 44t-55 52.5t-46 65.5t-27.5 78.5t-11 96q0 144 94 247.5t252 128.5v191h156v-189q190 -21 317 -145l-108 -172q-86 89 -209 111v-383q43 -20 71.5 -34.5t68 -38t65.5 -46t54.5 -54.5 t45.5 -67t28 -80.5t11 -97.5q0 -151 -89.5 -258.5t-254.5 -134.5v-189h-156v182q-237 17 -387 173zM324 1020q0 -89 114 -154v308q-53 -18 -83.5 -58t-30.5 -96zM594 195q55 21 84 65t29 100q0 96 -113 166v-331z" />
|
||||
<glyph unicode="%" horiz-adv-x="1357" d="M53 1047q0 147 83 243t216 96t216 -96t83 -243q0 -145 -83 -241.5t-216 -96.5t-216 96.5t-83 241.5zM199 1047q0 -91 42 -149t111 -58q68 0 110 57.5t42 149.5q0 93 -42 151.5t-110 58.5q-69 0 -111 -58.5t-42 -151.5zM264 0l719 1366h117l-721 -1366h-115zM707 311 q0 147 83 244.5t216 97.5t216 -97.5t83 -244.5q0 -145 -83 -240.5t-216 -95.5t-216 95.5t-83 240.5zM852 311q0 -91 42.5 -149t111.5 -58t111 58t42 149q0 94 -42 152.5t-111 58.5t-111.5 -58.5t-42.5 -152.5z" />
|
||||
<glyph unicode="&" horiz-adv-x="1101" d="M61 356q0 74 19.5 136.5t57.5 111.5t77.5 84t95.5 72q-86 175 -86 297q0 144 89 236.5t225 92.5q121 0 203.5 -77.5t82.5 -202.5q0 -48 -10 -90.5t-33 -78.5t-44.5 -62.5t-60.5 -57t-63.5 -48t-70.5 -46.5q51 -89 106 -164q51 -76 107 -151q61 125 100 276l166 -76 q-68 -207 -156 -346q56 -70 217 -262h-243q-60 73 -90 113q-141 -138 -322 -138q-160 0 -263.5 100.5t-103.5 280.5zM272 371q0 -104 55.5 -168t133.5 -64q95 0 188 103q-105 137 -139 190q-53 78 -119 184q-119 -104 -119 -245zM420 1055q0 -80 51 -195q86 55 131 109 t45 129q0 66 -29.5 101.5t-74.5 35.5q-57 0 -90 -47t-33 -133z" />
|
||||
<glyph unicode="'" horiz-adv-x="432" d="M100 1272q0 47 34.5 80.5t82.5 33.5q46 0 80.5 -33.5t34.5 -80.5q0 -16 -17 -131.5t-34 -223.5l-17 -108h-94q-70 428 -70 463z" />
|
||||
<glyph unicode="(" horiz-adv-x="526" d="M92 498q0 246 66.5 477.5t191.5 427.5l137 -80q-88 -201 -131 -395.5t-43 -429.5q0 -234 43.5 -430t130.5 -394l-137 -82q-125 196 -191.5 428t-66.5 478z" />
|
||||
<glyph unicode=")" horiz-adv-x="526" d="M39 -326q87 201 130.5 396.5t43.5 427.5q0 233 -43.5 427.5t-130.5 397.5l135 80q126 -197 193 -428.5t67 -476.5t-67 -477t-193 -429z" />
|
||||
<glyph unicode="*" horiz-adv-x="675" d="M45 977l205 104l-205 105l55 94l193 -125l-10 231h110l-12 -231l194 125l56 -94l-205 -105l205 -104l-56 -96l-194 125l12 -230h-110l10 230l-193 -125z" />
|
||||
<glyph unicode="+" horiz-adv-x="903" d="M59 625v133h320v350h145v-350h320v-133h-320v-367h-145v367h-320z" />
|
||||
<glyph unicode="," horiz-adv-x="497" d="M111 119q0 55 38.5 94t94.5 39q64 0 107.5 -48.5t43.5 -131.5q0 -101 -50.5 -191.5t-135.5 -148.5l-92 75q50 30 92 85.5t51 105.5q-8 -4 -33 -4q-50 0 -83 35t-33 90z" />
|
||||
<glyph unicode="-" horiz-adv-x="552" d="M61 408v176h431v-176h-431z" />
|
||||
<glyph unicode="." horiz-adv-x="495" d="M111 117q0 55 40.5 95t96.5 40q57 0 97 -39.5t40 -95.5q0 -57 -40 -97t-97 -40q-56 0 -96.5 40t-40.5 97z" />
|
||||
<glyph unicode="/" horiz-adv-x="542" d="M0 -41l393 1448h150l-393 -1448h-150z" />
|
||||
<glyph unicode="0" horiz-adv-x="1081" d="M80 682q0 106 15.5 205t51.5 190.5t88 159.5t131 108.5t175 40.5t175 -40.5t131.5 -108.5t88.5 -159.5t52 -190.5t16 -205t-15.5 -205t-51.5 -191.5t-88.5 -160.5t-131.5 -109t-176 -41q-96 0 -175 41t-131 109t-88 160.5t-51.5 191.5t-15.5 205zM311 682 q0 -506 230 -506q231 0 231 506q0 504 -231 504q-230 0 -230 -504z" />
|
||||
<glyph unicode="1" horiz-adv-x="720" d="M23 991l368 375h199v-1366h-228v1073l-206 -219z" />
|
||||
<glyph unicode="2" horiz-adv-x="1044" d="M74 1165q160 221 434 221q185 0 305.5 -107t120.5 -290q0 -54 -12 -106.5t-43.5 -112.5t-67 -114t-100.5 -133t-125.5 -147t-159.5 -177h514v-199h-844v184q337 348 430 455q135 157 165 256q14 45 14 92q0 91 -58 145t-143 54q-180 0 -291 -162z" />
|
||||
<glyph unicode="3" horiz-adv-x="1019" d="M49 199l141 139q51 -75 127 -118.5t166 -43.5q112 0 170 58.5t58 158.5q0 108 -65.5 156.5t-176.5 48.5q-77 0 -117 -4v205q20 -2 113 -2q103 0 165 48.5t62 141.5q0 97 -59 148t-156 51q-163 0 -276 -148l-135 129q70 103 180.5 161t247.5 58q192 0 306.5 -94.5 t114.5 -271.5q0 -119 -73.5 -205.5t-177.5 -107.5q107 -16 189.5 -108t82.5 -226q0 -177 -120 -287.5t-324 -110.5q-148 0 -263.5 62.5t-179.5 161.5z" />
|
||||
<glyph unicode="4" horiz-adv-x="1009" d="M45 315v195l487 856h289v-850h144v-201h-144v-315h-225v315h-551zM250 516h346v612z" />
|
||||
<glyph unicode="5" horiz-adv-x="1052" d="M92 195l141 143q106 -162 287 -162q101 0 163 73.5t62 178.5q0 119 -57.5 185.5t-157.5 66.5q-136 0 -235 -119l-166 47v758h770v-199h-543v-407q42 52 108.5 84.5t143.5 32.5q158 0 262.5 -118t104.5 -325q0 -202 -124.5 -330.5t-324.5 -128.5q-283 0 -434 220z" />
|
||||
<glyph unicode="6" horiz-adv-x="1050" d="M80 682q0 118 20 222.5t61.5 193t101.5 152.5t144 100t185 36q105 0 192 -41.5t144 -115.5l-115 -164q-84 121 -219 121q-91 0 -157.5 -68.5t-97 -172.5t-30.5 -226v-33q39 77 120 131.5t177 54.5q160 0 266.5 -115.5t106.5 -324.5q0 -194 -117 -325.5t-307 -131.5 q-102 0 -183 38t-135 102.5t-90 155.5t-51.5 193t-15.5 218zM311 508q3 -59 16 -112.5t38 -105.5t71 -83t107 -31q67 0 115.5 38t70 93t21.5 117q0 130 -59 192t-152 62q-70 0 -130 -48t-98 -122z" />
|
||||
<glyph unicode="7" horiz-adv-x="921" d="M47 1167v199h832v-158l-435 -1208h-245l424 1167h-576z" />
|
||||
<glyph unicode="8" horiz-adv-x="1042" d="M78 344q0 123 78 220.5t190 140.5q-107 39 -178.5 123.5t-71.5 205.5q0 72 24 131t64.5 99.5t95.5 68.5t116 40.5t126 12.5t125.5 -12.5t115 -40.5t95 -68.5t64.5 -99.5t24 -131q0 -121 -71 -205.5t-177 -123.5q111 -43 190 -141t79 -220q0 -171 -123.5 -270t-321.5 -99 q-200 0 -322 98.5t-122 270.5zM305 375q0 -92 61.5 -145.5t155.5 -53.5q91 0 153 53.5t62 145.5q0 53 -25.5 99t-62 74t-70 44.5t-57.5 19.5q-24 -3 -58 -19.5t-71 -44.5t-62.5 -74t-25.5 -99zM324 997q0 -39 15.5 -74t38.5 -57.5t51.5 -40t51 -26.5t41.5 -13q19 4 41 13 t51 26.5t51.5 40t38 57.5t15.5 74q0 87 -54 138t-143 51q-90 0 -144 -51t-54 -138z" />
|
||||
<glyph unicode="9" horiz-adv-x="1050" d="M72 932q0 194 117 325.5t307 131.5q102 0 183 -38t135 -102.5t90 -155.5t51.5 -193t15.5 -218q0 -118 -20 -223t-61.5 -193.5t-101.5 -152.5t-144 -100t-185 -36q-105 0 -192 42t-144 116l115 164q42 -61 93.5 -91t125.5 -30q70 0 126 40t89.5 106.5t51 148.5t17.5 172 v33q-39 -77 -120 -131.5t-177 -54.5q-160 0 -266 115t-106 325zM301 940q0 -130 59 -192t152 -62q69 0 128 47.5t99 122.5q-3 59 -15.5 112.5t-37.5 105.5t-70.5 83t-105.5 31q-100 0 -154.5 -74.5t-54.5 -173.5z" />
|
||||
<glyph unicode=":" horiz-adv-x="487" d="M111 117q0 55 40.5 95t96.5 40q57 0 97 -39.5t40 -95.5q0 -57 -40 -97t-97 -40q-56 0 -96.5 40t-40.5 97zM111 866q0 56 41 97t96 41q57 0 97 -41t40 -97t-40 -96.5t-97 -40.5q-56 0 -96.5 40.5t-40.5 96.5z" />
|
||||
<glyph unicode=";" horiz-adv-x="495" d="M111 123q0 56 39 95.5t94 39.5q64 0 107.5 -48.5t43.5 -131.5q0 -102 -50.5 -192t-135.5 -150l-92 76q51 32 92.5 86.5t50.5 105.5q-8 -4 -33 -4q-50 0 -83 34.5t-33 88.5zM111 866q0 57 40.5 97.5t96.5 40.5q57 0 97 -40.5t40 -97.5q0 -56 -40 -96.5t-97 -40.5 q-56 0 -96.5 40.5t-40.5 96.5z" />
|
||||
<glyph unicode="<" horiz-adv-x="903" d="M59 612v146l785 360v-157l-627 -277l627 -272v-158z" />
|
||||
<glyph unicode="=" horiz-adv-x="903" d="M59 422v133h785v-133h-785zM59 813v133h785v-133h-785z" />
|
||||
<glyph unicode=">" horiz-adv-x="903" d="M59 254v158l629 272l-629 277v157l785 -360v-146z" />
|
||||
<glyph unicode="?" horiz-adv-x="798" d="M45 1227q137 159 356 159q160 0 257.5 -86t97.5 -219q0 -65 -22.5 -122.5t-56 -96t-73 -77.5t-73 -70.5t-56 -72.5t-22.5 -85q0 -55 41 -96l-170 -64q-64 70 -64 176q0 67 27.5 122.5t66.5 94t78 74.5t66.5 80.5t27.5 95.5q0 61 -43 104.5t-121 43.5q-120 0 -204 -105z M260 117q0 55 40.5 95t96.5 40q57 0 97.5 -39.5t40.5 -95.5q0 -57 -40.5 -97t-97.5 -40q-56 0 -96.5 40t-40.5 97z" />
|
||||
<glyph unicode="@" horiz-adv-x="1439" d="M72 471q0 109 28.5 215.5t78.5 198t121 170t153.5 134t179.5 87t196 31.5q240 0 389.5 -159t149.5 -409q0 -100 -20 -190t-54.5 -157t-79.5 -117t-96.5 -75.5t-103.5 -25.5q-76 0 -124 42.5t-56 107.5l-3 14q-50 -73 -118.5 -118.5t-149.5 -45.5q-112 0 -183 77.5 t-71 221.5q0 138 57 264.5t156.5 205.5t214.5 79q76 0 128 -39.5t77 -103.5l23 110h182l-113 -530q-4 -20 -4 -47q-3 -97 72 -97q27 0 58 27t60 76.5t48.5 134t19.5 186.5q0 226 -126.5 360t-336.5 134q-135 0 -260.5 -64.5t-216 -170t-144.5 -244t-54 -281.5 q0 -155 60 -278.5t173.5 -195t261.5 -71.5q172 0 336 115l39 -57q-184 -129 -385 -129q-251 0 -407 171.5t-156 442.5zM500 494q0 -79 36 -125.5t103 -46.5q119 0 215 149l59 281q-14 49 -50 85.5t-91 36.5q-79 0 -143 -60t-96.5 -146.5t-32.5 -173.5z" />
|
||||
<glyph unicode="A" horiz-adv-x="1101" d="M6 0l410 1366h270l410 -1366h-244l-76 270h-450l-76 -270h-244zM371 471h360l-180 653z" />
|
||||
<glyph unicode="B" horiz-adv-x="1107" d="M131 0v1366h518q167 0 259.5 -98t92.5 -250q0 -124 -60 -206.5t-155 -106.5q101 -15 169.5 -112.5t68.5 -223.5q0 -166 -92.5 -267.5t-267.5 -101.5h-533zM356 199h252q89 0 136 52t47 148q0 86 -47.5 142.5t-135.5 56.5h-252v-399zM356 797h242q85 0 127.5 49.5 t42.5 134.5q0 84 -43 135t-127 51h-242v-370z" />
|
||||
<glyph unicode="C" horiz-adv-x="1124" d="M80 682q0 206 67.5 365.5t195 250.5t296.5 91q291 0 434 -302l-186 -83q-38 85 -101.5 134.5t-146.5 49.5q-149 0 -238.5 -141.5t-89.5 -364.5t89.5 -364.5t238.5 -141.5q86 0 150 55t98 146l188 -82q-144 -320 -436 -320q-169 0 -296.5 91t-195 250.5t-67.5 365.5z" />
|
||||
<glyph unicode="D" horiz-adv-x="1196" d="M131 0v1366h408q181 0 313 -89.5t198 -243t66 -351.5q0 -200 -65.5 -353t-197 -241t-312.5 -88h-410zM356 199h183q165 0 255.5 132.5t90.5 350.5q0 223 -89 354t-257 131h-183v-968z" />
|
||||
<glyph unicode="E" horiz-adv-x="968" d="M131 0v1366h750v-199h-525v-370h510v-199h-510v-399h525v-199h-750z" />
|
||||
<glyph unicode="F" horiz-adv-x="950" d="M131 0v1366h750v-199h-525v-370h510v-199h-510v-598h-225z" />
|
||||
<glyph unicode="G" horiz-adv-x="1183" d="M80 682q0 318 153.5 512.5t405.5 194.5q294 0 436 -291l-182 -88q-41 81 -105 129.5t-149 48.5q-148 0 -238 -136.5t-90 -369.5q0 -231 90.5 -368.5t237.5 -137.5q64 0 116 29t86 79t54 111.5t27 132.5h-342v201h573q0 -360 -132 -557t-394 -197q-161 0 -285.5 88.5 t-193 249t-68.5 369.5z" />
|
||||
<glyph unicode="H" horiz-adv-x="1218" d="M131 0v1366h225v-563h506v563h225v-1366h-225v602h-506v-602h-225z" />
|
||||
<glyph unicode="I" horiz-adv-x="487" d="M131 0v1366h225v-1366h-225z" />
|
||||
<glyph unicode="J" horiz-adv-x="839" d="M16 88l88 178q76 -90 183 -90q91 0 143.5 55t52.5 154v981h228v-989q0 -200 -109.5 -301t-294.5 -101q-178 0 -291 113z" />
|
||||
<glyph unicode="K" horiz-adv-x="1097" d="M131 0v1366h225v-657l428 657h265l-447 -645l481 -721h-268l-352 563l-107 -157v-406h-225z" />
|
||||
<glyph unicode="L" horiz-adv-x="878" d="M123 0v1366h225v-1167h477v-199h-702z" />
|
||||
<glyph unicode="M" horiz-adv-x="1462" d="M131 0v1366h305l295 -889l297 889h303v-1366h-223v999l-334 -999h-86l-332 999v-999h-225z" />
|
||||
<glyph unicode="N" horiz-adv-x="1216" d="M131 0v1366h229l498 -895v895h227v-1366h-217l-512 922v-922h-225z" />
|
||||
<glyph unicode="O" horiz-adv-x="1259" d="M80 682q0 151 37.5 280t106 224t173 149t232.5 54t232.5 -54t174 -149t107 -224.5t37.5 -279.5t-37.5 -279.5t-107 -224.5t-174 -149t-232.5 -54t-232.5 54t-173 149t-106 224t-37.5 280zM311 682q0 -221 84.5 -363.5t233.5 -142.5q100 0 172.5 67.5t108.5 181t36 257.5 q0 223 -84 364.5t-233 141.5t-233.5 -142t-84.5 -364z" />
|
||||
<glyph unicode="P" horiz-adv-x="1054" d="M131 0v1366h465q98 0 176.5 -34t127.5 -93t75 -135t26 -162q0 -87 -26 -163t-75.5 -134.5t-127.5 -92.5t-176 -34h-240v-518h-225zM356 717h213q92 0 146.5 61.5t54.5 163.5q0 101 -54.5 163t-146.5 62h-213v-450z" />
|
||||
<glyph unicode="Q" horiz-adv-x="1259" d="M80 682q0 151 37.5 280t106 224t173 149t232.5 54t232.5 -54t174 -149t107 -224.5t37.5 -279.5q0 -175 -49.5 -319.5t-143.5 -239.5l62 -98l-158 -97l-57 88q-93 -41 -205 -41q-128 0 -232.5 54t-173 149t-106 224t-37.5 280zM311 682q0 -221 84.5 -363.5t233.5 -142.5 q43 0 92 17l-150 237l160 98l131 -209q84 137 84 363q0 223 -84 364.5t-233 141.5t-233.5 -142t-84.5 -364z" />
|
||||
<glyph unicode="R" horiz-adv-x="1095" d="M131 0v1366h471q179 0 290.5 -116.5t111.5 -305.5q0 -85 -22.5 -155.5t-60 -116.5t-81 -75t-92.5 -42l266 -555h-254l-234 516h-170v-516h-225zM356 717h213q92 0 146.5 61.5t54.5 163.5t-54.5 163.5t-146.5 61.5h-213v-450z" />
|
||||
<glyph unicode="S" horiz-adv-x="999" d="M45 150l115 176q59 -67 143.5 -108.5t181.5 -41.5q104 0 159.5 53t55.5 131q0 57 -34 100t-88 72t-119.5 56.5t-131 62t-119.5 78t-88 114.5t-34 163q0 163 118 273t308 110q243 0 393 -150l-108 -172q-116 119 -291 119q-84 0 -136.5 -45.5t-52.5 -120.5q0 -50 34 -89 t88 -67t119.5 -56t131.5 -64t120 -81.5t88 -119t34 -166.5q0 -84 -28.5 -156.5t-83 -127.5t-140 -86.5t-193.5 -31.5q-274 0 -442 175z" />
|
||||
<glyph unicode="T" horiz-adv-x="950" d="M47 1167v199h854v-199h-313v-1167h-226v1167h-315z" />
|
||||
<glyph unicode="U" horiz-adv-x="1214" d="M131 461v905h227v-907q0 -137 65 -210t185 -73q119 0 183.5 73t64.5 210v907h227v-905q0 -231 -126.5 -358.5t-348.5 -127.5q-223 0 -350 127.5t-127 358.5z" />
|
||||
<glyph unicode="V" horiz-adv-x="1101" d="M6 1366h244l301 -1096l301 1096h244l-410 -1366h-270z" />
|
||||
<glyph unicode="W" horiz-adv-x="1529" d="M20 1366h244l197 -1018l213 1018h182l213 -1018l197 1018h243l-309 -1366h-237l-197 979l-199 -979h-235z" />
|
||||
<glyph unicode="X" horiz-adv-x="1101" d="M6 0l406 698l-383 668h262l260 -492l260 492h262l-383 -666l408 -700h-262l-285 518l-285 -518h-260z" />
|
||||
<glyph unicode="Y" horiz-adv-x="1073" d="M0 1366h250l287 -584l286 584h250l-424 -797v-569h-225v569z" />
|
||||
<glyph unicode="Z" horiz-adv-x="976" d="M78 0v188l532 979h-532v199h807v-184l-537 -983h551v-199h-821z" />
|
||||
<glyph unicode="[" horiz-adv-x="468" d="M80 -389v1778h354v-142h-203v-1495h203v-141h-354z" />
|
||||
<glyph unicode="\" horiz-adv-x="542" d="M0 1407h152l393 -1448h-152z" />
|
||||
<glyph unicode="]" horiz-adv-x="468" d="M35 -248h203v1495h-203v142h354v-1778h-354v141z" />
|
||||
<glyph unicode="^" horiz-adv-x="790" d="M39 682l280 684h152l281 -684h-156l-201 530l-202 -530h-154z" />
|
||||
<glyph unicode="_" horiz-adv-x="864" d="M-6 -82h876v-141h-876v141z" />
|
||||
<glyph unicode="`" horiz-adv-x="415" d="M0 1434h188l228 -295h-140z" />
|
||||
<glyph unicode="a" horiz-adv-x="1013" d="M72 494q0 236 98 378t264 142q76 0 144.5 -40.5t111.5 -117.5v133h203v-989h-203v131q-44 -73 -112.5 -114.5t-143.5 -41.5q-167 0 -264.5 140t-97.5 379zM283 494q0 -149 55 -243.5t158 -94.5q59 0 113 39t81 96v405q-27 58 -81.5 98t-112.5 40q-103 0 -158 -94.5 t-55 -245.5z" />
|
||||
<glyph unicode="b" horiz-adv-x="1013" d="M121 0v1366h203v-510q44 77 112.5 117.5t143.5 40.5q167 0 264.5 -141.5t97.5 -378.5q0 -239 -97.5 -379t-264.5 -140q-75 0 -143.5 41.5t-112.5 114.5v-131h-203zM324 291q28 -58 82.5 -96.5t113.5 -38.5q102 0 157.5 94.5t55.5 243.5q0 151 -55.5 245.5t-157.5 94.5 q-58 0 -112.5 -40t-83.5 -98v-405z" />
|
||||
<glyph unicode="c" horiz-adv-x="854" d="M72 496q0 226 119.5 372t314.5 146q197 0 303 -133l-102 -140q-72 93 -179 93q-114 0 -179.5 -96t-65.5 -242t66 -243t179 -97q105 0 179 92l102 -139q-104 -134 -303 -134q-195 0 -314.5 147t-119.5 374z" />
|
||||
<glyph unicode="d" horiz-adv-x="1013" d="M72 494q0 236 98 378t264 142q76 0 144.5 -40.5t111.5 -117.5v510h203v-1366h-203v131q-44 -73 -112.5 -114.5t-143.5 -41.5q-167 0 -264.5 140t-97.5 379zM283 494q0 -149 55 -243.5t158 -94.5q59 0 113 39t81 96v407q-27 57 -81.5 96.5t-112.5 39.5q-103 0 -158 -94.5 t-55 -245.5z" />
|
||||
<glyph unicode="e" horiz-adv-x="974" d="M72 496q0 144 50.5 261t148.5 187t227 70q131 0 225.5 -70t140 -187t45.5 -268v-61h-630q6 -127 73.5 -206t186.5 -79q62 0 122 28t103 79l98 -123q-65 -73 -154 -112.5t-190 -39.5q-202 0 -324 144.5t-122 376.5zM276 573h437q-1 49 -13 95t-36 87t-67.5 66t-100.5 25 q-45 0 -82 -17t-61.5 -44t-42 -63.5t-25.5 -73.5t-9 -75z" />
|
||||
<glyph unicode="f" horiz-adv-x="559" d="M33 811v178h129v90q0 145 73 226t195 81q93 0 150 -32l-41 -162q-24 18 -64 18q-51 0 -80.5 -34.5t-29.5 -96.5v-90h163v-178h-163v-811h-203v811h-129z" />
|
||||
<glyph unicode="g" horiz-adv-x="1013" d="M72 506q0 235 97.5 371.5t264.5 136.5q76 0 143.5 -40.5t112.5 -117.5v133h203v-973q0 -93 -24 -166.5t-64 -120t-96.5 -76.5t-116 -42t-127.5 -12q-110 0 -194.5 29.5t-157.5 97.5l86 159q98 -110 256 -110q102 0 168.5 59t66.5 182v144q-44 -75 -112.5 -117.5 t-143.5 -42.5q-168 0 -265 134t-97 372zM283 506q0 -148 54.5 -237t158.5 -89q57 0 112 39t82 96v383q-27 57 -82 96.5t-112 39.5q-104 0 -158.5 -90t-54.5 -238z" />
|
||||
<glyph unicode="h" d="M121 0v1366h205v-510q43 65 122 111.5t166 46.5q260 0 260 -266v-748h-202v676q0 158 -144 158q-62 0 -116.5 -41t-85.5 -97v-696h-205z" />
|
||||
<glyph unicode="i" horiz-adv-x="444" d="M94 1241q0 53 38 90t91 37t90 -36.5t37 -90.5q0 -53 -37 -90t-90 -37t-91 37.5t-38 89.5zM121 0v989h203v-989h-203z" />
|
||||
<glyph unicode="j" horiz-adv-x="444" d="M-139 -338l57 158q42 -45 96 -45q50 0 78.5 34.5t28.5 106.5v1073h203v-1073q0 -317 -289 -317q-58 0 -98 15t-76 48zM94 1241q0 53 38 90t91 37t90 -36.5t37 -90.5q0 -53 -37 -90t-90 -37t-91 37.5t-38 89.5z" />
|
||||
<glyph unicode="k" horiz-adv-x="935" d="M121 0v1366h203v-862l352 485h237l-327 -444l334 -545h-240l-236 414l-120 -160v-254h-203z" />
|
||||
<glyph unicode="l" horiz-adv-x="520" d="M121 221v1145h203v-1102q0 -108 75 -108q52 0 80 32l47 -155q-65 -58 -176 -58q-117 0 -173 61.5t-56 184.5z" />
|
||||
<glyph unicode="m" horiz-adv-x="1480" d="M121 0v989h203v-133q35 58 113 108t163 50q94 0 154 -45.5t77 -128.5q39 71 119 122.5t168 51.5q116 0 179 -64t63 -196v-754h-203v686q0 148 -125 148q-58 0 -109.5 -41t-80.5 -97v-696h-203v686q0 148 -125 148q-57 0 -107.5 -41t-82.5 -97v-696h-203z" />
|
||||
<glyph unicode="n" d="M121 0v989h203v-133q45 65 124 111.5t166 46.5q131 0 195.5 -69.5t64.5 -201.5v-743h-204v674q0 160 -142 160q-62 0 -117 -40.5t-87 -97.5v-696h-203z" />
|
||||
<glyph unicode="o" horiz-adv-x="1003" d="M72 496q0 142 48 258t147 188t235 72t235 -72t147 -188t48 -258q0 -106 -28 -199.5t-81 -165.5t-136 -114t-185 -42t-185 42t-136 114t-81 165.5t-28 199.5zM283 496q0 -94 22.5 -168.5t73 -123t123.5 -48.5t123 48.5t72 123t22 168.5q0 93 -22 167t-72 122.5t-123 48.5 t-123.5 -48.5t-73 -122.5t-22.5 -167z" />
|
||||
<glyph unicode="p" horiz-adv-x="1011" d="M121 -377v1366h203v-131q44 73 112.5 114.5t143.5 41.5q168 0 265 -139t97 -379q0 -238 -97 -379.5t-265 -141.5q-76 0 -143.5 40.5t-112.5 117.5v-510h-203zM324 291q27 -56 82.5 -95.5t113.5 -39.5q102 0 156.5 94.5t54.5 245.5q0 149 -54.5 243.5t-156.5 94.5 q-58 0 -112.5 -38.5t-83.5 -95.5v-409z" />
|
||||
<glyph unicode="q" horiz-adv-x="1011" d="M70 496q0 240 97 379t265 139q75 0 143.5 -41.5t112.5 -114.5v131h203v-1366h-203v510q-45 -77 -112.5 -117.5t-143.5 -40.5q-168 0 -265 141.5t-97 379.5zM281 496q0 -151 55 -245.5t158 -94.5q57 0 112 39.5t82 95.5v409q-28 57 -82.5 95.5t-111.5 38.5 q-103 0 -158 -94.5t-55 -243.5z" />
|
||||
<glyph unicode="r" horiz-adv-x="630" d="M121 0v989h203v-145q46 74 119.5 121t154.5 47v-203q-24 6 -53 6q-61 0 -125.5 -40.5t-95.5 -96.5v-678h-203z" />
|
||||
<glyph unicode="s" horiz-adv-x="823" d="M43 117l92 143q46 -53 118.5 -88t147.5 -35q77 0 121.5 35t44.5 94q0 39 -27 67.5t-70.5 47t-95.5 36.5t-104.5 42t-96 56.5t-70.5 87.5t-27 128q0 121 91.5 202t250.5 81q193 0 327 -127l-88 -139q-37 45 -101 74.5t-136 29.5q-67 0 -109.5 -33.5t-42.5 -81.5 q0 -35 27.5 -61.5t71 -44.5t96.5 -35.5t106 -43t96.5 -59t71 -90.5t27.5 -131q0 -131 -97.5 -214t-260.5 -83q-230 0 -363 142z" />
|
||||
<glyph unicode="t" horiz-adv-x="577" d="M29 811v178h129v271h202v-271h164v-178h-164v-547q0 -108 76 -108q53 0 78 32l49 -155q-65 -58 -178 -58q-227 0 -227 246v590h-129z" />
|
||||
<glyph unicode="u" d="M121 242v747h203v-676q0 -84 36.5 -120.5t106.5 -36.5q62 0 116.5 38.5t86.5 94.5v700h202v-989h-202v129q-45 -65 -122.5 -109.5t-166.5 -44.5q-260 0 -260 267z" />
|
||||
<glyph unicode="v" horiz-adv-x="884" d="M2 989h219l221 -745l224 745h217l-332 -989h-219z" />
|
||||
<glyph unicode="w" horiz-adv-x="1370" d="M14 989h211l174 -721l189 721h188l195 -721l172 721h213l-266 -989h-213l-193 725l-190 -725h-213z" />
|
||||
<glyph unicode="x" horiz-adv-x="872" d="M12 0l297 504l-280 485h223l184 -340l185 340h223l-283 -485l299 -504h-223l-201 358l-200 -358h-224z" />
|
||||
<glyph unicode="y" d="M115 -274l86 159q45 -55 111 -82.5t137 -27.5q105 0 163 63t58 178v144q-44 -66 -122 -111t-167 -45q-260 0 -260 268v717h203v-645q0 -160 143 -160q62 0 116.5 39t86.5 96v670h202v-973q0 -199 -111 -308t-302 -109q-214 0 -344 127z" />
|
||||
<glyph unicode="z" horiz-adv-x="819" d="M78 0v156l399 655h-399v178h655v-149l-401 -662h409v-178h-663z" />
|
||||
<glyph unicode="{" horiz-adv-x="499" d="M10 438v123q52 0 79.5 39.5t27.5 99.5v422q0 117 76.5 192t179.5 75h92v-142h-92q-44 0 -74.5 -34.5t-30.5 -90.5v-440q0 -142 -94 -182q94 -40 94 -183v-440q0 -54 30.5 -89.5t74.5 -35.5h92v-141h-92q-103 0 -179.5 74.5t-76.5 191.5v422q0 60 -27.5 99.5t-79.5 39.5z " />
|
||||
<glyph unicode="|" horiz-adv-x="401" d="M131 -41v1448h141v-1448h-141z" />
|
||||
<glyph unicode="}" horiz-adv-x="499" d="M35 -248h92q44 0 74 35t30 90v440q0 142 95 183q-95 41 -95 182v440q0 56 -30 90.5t-74 34.5h-92v142h92q103 0 179.5 -75t76.5 -192v-422q0 -60 27 -99.5t79 -39.5v-123q-52 0 -79 -39.5t-27 -99.5v-422q0 -117 -76.5 -191.5t-179.5 -74.5h-92v141z" />
|
||||
<glyph unicode="~" horiz-adv-x="937" d="M55 870q4 62 10.5 114.5t18.5 112t32 105t47.5 83.5t68 58.5t90.5 20.5q66 0 109.5 -39t63.5 -95t34 -111.5t34.5 -94.5t52.5 -39q55 0 81.5 91.5t41.5 289.5l144 -14q-5 -64 -11.5 -115t-18.5 -112t-31.5 -105.5t-46.5 -83.5t-68 -59.5t-91 -20.5q-55 0 -95 28t-59.5 70 t-35.5 90.5t-26.5 90.5t-30 70t-47.5 28q-55 0 -80.5 -90.5t-42.5 -288.5z" />
|
||||
<glyph unicode="¡" horiz-adv-x="495" d="M111 872q0 57 40 97.5t97 40.5q56 0 96.5 -40.5t40.5 -97.5q0 -55 -40.5 -95t-96.5 -40q-57 0 -97 39.5t-40 95.5zM123 -377l37 955h174l39 -955h-250z" />
|
||||
<glyph unicode="¢" horiz-adv-x="854" d="M72 496q0 196 91.5 334.5t248.5 173.5v153h151v-147q155 -16 246 -129l-102 -140q-60 78 -144 90v-673q81 12 144 90l102 -139q-87 -112 -246 -129v-185h-151v191q-157 33 -248.5 172.5t-91.5 337.5zM283 496q0 -103 33.5 -184t95.5 -122v609q-62 -41 -95.5 -121.5 t-33.5 -181.5z" />
|
||||
<glyph unicode="£" horiz-adv-x="966" d="M53 555v137h142q-31 50 -48.5 83t-34 89.5t-16.5 114.5q0 113 59 207.5t155.5 147t207.5 52.5q139 0 239 -63.5t142 -183.5l-180 -92q-23 70 -70 111.5t-114 41.5q-80 0 -137.5 -61.5t-57.5 -163.5q0 -38 5 -70t19 -64.5t22 -49t30 -53t28 -46.5h228v-137h-174 q6 -35 6 -70q0 -74 -37.5 -146t-95.5 -116q39 19 90 19q55 0 126 -33t115 -33q54 0 97 21t65 51l80 -180q-38 -41 -105.5 -68t-150.5 -27q-54 0 -100.5 14t-74 31t-65.5 31t-77 14q-84 0 -205 -77l-72 159q95 52 151 128.5t56 158.5q0 52 -27 123h-221z" />
|
||||
<glyph unicode="¥" horiz-adv-x="1073" d="M0 1366h250l287 -584l286 584h250l-354 -664h305v-133h-375v-194h375v-131h-375v-244h-225v244h-377v131h377v194h-377v133h305z" />
|
||||
<glyph unicode="¦" horiz-adv-x="401" d="M131 -41v647h141v-647h-141zM131 760v647h141v-647h-141z" />
|
||||
<glyph unicode="§" horiz-adv-x="831" d="M45 -23l90 134q43 -50 113 -88.5t149 -38.5q77 0 123.5 38.5t46.5 100.5q0 43 -27 75t-70.5 52.5t-95.5 39.5t-104.5 43.5t-96 56.5t-70.5 85.5t-27 124.5q0 89 54.5 154.5t137.5 91.5q-99 50 -145.5 114.5t-46.5 153.5q0 118 93.5 195t240.5 77q211 0 333 -129l-86 -122 q-95 106 -233 106q-70 0 -113 -35t-43 -92q0 -39 27.5 -68t71 -48.5t96.5 -38t106 -43t96.5 -57t71 -87.5t27.5 -127q0 -80 -42 -147t-122 -107q82 -46 123 -107.5t41 -150.5q0 -133 -101 -216t-257 -83q-221 0 -361 143zM264 629q0 -64 47 -102.5t144 -77.5q118 55 118 157 q0 69 -42.5 110t-110.5 68q-156 -37 -156 -155z" />
|
||||
<glyph unicode="¨" horiz-adv-x="569" d="M-16 1243q0 47 33.5 81t80.5 34t81 -34t34 -81t-34 -81t-81 -34t-80.5 34t-33.5 81zM356 1243q0 47 34 81t81 34t82 -34t35 -81t-35 -81t-82 -34t-81 34t-34 81z" />
|
||||
<glyph unicode="©" horiz-adv-x="1593" d="M90 684q0 192 95 355t258 257.5t354 94.5q144 0 275 -56t225 -150.5t150 -225.5t56 -275q0 -143 -56 -274t-150 -226t-225 -151t-275 -56q-191 0 -354 95t-258 258t-95 354zM158 684q0 -129 51 -247t137 -204t204 -137t247 -51t247 51t204 137t137 204t51 247t-51 247 t-137 204t-204 137t-247 51t-247 -51t-204 -137t-137 -204t-51 -247zM379 686q0 187 123.5 310.5t302.5 123.5q183 0 299 -135l-55 -57q-40 54 -106 86.5t-138 32.5q-142 0 -242 -101.5t-100 -259.5q0 -154 101 -258t241 -104q73 0 138.5 32t105.5 86l57 -55 q-118 -137 -301 -137q-178 0 -302 125.5t-124 310.5z" />
|
||||
<glyph unicode="ª" horiz-adv-x="692" d="M59 864q0 98 60 153.5t145 55.5q116 0 180 -78v92q0 59 -35.5 91t-93.5 32q-95 0 -168 -82l-59 101q101 98 254 98q115 0 183.5 -57t68.5 -178v-424h-150v67q-66 -84 -180 -84q-84 0 -144.5 57.5t-60.5 155.5zM209 866q0 -54 31 -85t82 -31q84 0 122 67v96 q-39 68 -122 68q-51 0 -82 -32t-31 -83z" />
|
||||
<glyph unicode="«" horiz-adv-x="866" d="M61 498l256 362h179l-256 -362l256 -369h-179zM373 498l256 362h176l-256 -362l256 -369h-176z" />
|
||||
<glyph unicode="¬" horiz-adv-x="911" d="M59 813v133h785v-524h-137v391h-648z" />
|
||||
<glyph unicode="­" horiz-adv-x="552" d="M61 408v176h431v-176h-431z" />
|
||||
<glyph unicode="®" horiz-adv-x="1011" d="M72 952q0 181 127 307.5t307 126.5q119 0 219 -57.5t157.5 -157.5t57.5 -219q0 -180 -126.5 -307t-307.5 -127q-180 0 -307 127t-127 307zM133 952q0 -154 109 -263t264 -109t264 109t109 263q0 156 -108.5 264.5t-264.5 108.5t-264.5 -108.5t-108.5 -264.5zM340 702v498 h203q65 0 112 -42t47 -109q0 -72 -46 -110t-81 -38l134 -199h-84l-129 197h-88v-197h-68zM408 961h135q34 0 62 25.5t28 62.5q0 39 -28 65.5t-62 26.5h-135v-180z" />
|
||||
<glyph unicode="¯" horiz-adv-x="632" d="M0 1210v121h633v-121h-633z" />
|
||||
<glyph unicode="°" horiz-adv-x="614" d="M45 1122q0 109 76.5 186.5t183.5 77.5q109 0 186.5 -77.5t77.5 -186.5q0 -107 -77.5 -183.5t-186.5 -76.5q-107 0 -183.5 76.5t-76.5 183.5zM164 1122q0 -58 41 -99.5t100 -41.5q60 0 103 41.5t43 99.5q0 60 -43 103t-103 43q-58 0 -99.5 -43t-41.5 -103z" />
|
||||
<glyph unicode="±" horiz-adv-x="903" d="M59 33v133h785v-133h-785zM59 645v131h320v352h145v-352h320v-131h-320v-366h-145v366h-320z" />
|
||||
<glyph unicode="²" horiz-adv-x="692" d="M63 1561q103 133 283 133q123 0 202 -63.5t79 -176.5q0 -49 -19 -97t-65.5 -107t-102 -116t-149.5 -145h340v-127h-551v117q237 214 313 303.5t76 163.5q0 57 -36.5 89t-92.5 32q-57 0 -106.5 -28.5t-79.5 -74.5z" />
|
||||
<glyph unicode="³" horiz-adv-x="692" d="M55 981l92 96q34 -47 85 -74.5t106 -27.5q67 0 103 32.5t36 88.5q0 123 -158 123q-59 0 -71 -2v126q12 -2 67 -2q152 0 152 113q0 55 -37 84t-98 29q-109 0 -180 -92l-86 88q97 131 278 131q127 0 202 -58t75 -163q0 -72 -48 -124t-114 -63q68 -10 121 -64t53 -135 q0 -107 -79 -173t-210 -66q-98 0 -173.5 36.5t-115.5 96.5z" />
|
||||
<glyph unicode="´" horiz-adv-x="415" d="M0 1139l225 295h191l-277 -295h-139z" />
|
||||
<glyph unicode="µ" d="M121 -377v1366h203v-676q0 -159 143 -159q62 0 116.5 39.5t86.5 95.5v700h202v-989h-202v129q-45 -65 -122.5 -109.5t-166.5 -44.5q-17 0 -57 5v-357h-203z" />
|
||||
<glyph unicode="¶" horiz-adv-x="919" d="M55 1014q0 146 103.5 249t249.5 103h389v-1571h-109v1462h-172v-1462h-108v867q-146 0 -249.5 103t-103.5 249z" />
|
||||
<glyph unicode="·" horiz-adv-x="495" d="M111 502q0 56 40 95.5t97 39.5t97 -39.5t40 -95.5q0 -57 -40 -97t-97 -40t-97 40t-40 97z" />
|
||||
<glyph unicode="¸" horiz-adv-x="399" d="M0 -332l43 88q72 -57 145 -57q42 0 72.5 21t30.5 55q0 29 -16.5 46t-45.5 17q-37 0 -61 -31l-80 46l62 170h108l-51 -132q27 21 65 21q54 0 90.5 -38.5t36.5 -100.5q0 -75 -58.5 -121.5t-147.5 -46.5q-58 0 -109.5 17.5t-83.5 45.5z" />
|
||||
<glyph unicode="¹" horiz-adv-x="505" d="M23 1442l237 239h137v-819h-157v617l-127 -131z" />
|
||||
<glyph unicode="º" horiz-adv-x="724" d="M63 989q0 143 80 240.5t217 97.5q141 0 221.5 -97.5t80.5 -240.5q0 -142 -81 -240t-221 -98q-137 0 -217 98t-80 240zM219 989q0 -96 36 -155.5t105 -59.5q72 0 109 59.5t37 155.5q0 95 -37 154t-109 59q-69 0 -105 -59t-36 -154z" />
|
||||
<glyph unicode="»" horiz-adv-x="866" d="M61 129l256 369l-256 362h179l256 -362l-256 -369h-179zM373 129l256 369l-256 362h176l256 -362l-256 -369h-176z" />
|
||||
<glyph unicode="¼" horiz-adv-x="1458" d="M23 1126l237 240h137v-819h-157v616l-127 -131zM279 0l718 1366h117l-721 -1366h-114zM815 193v116l303 510h205v-502h90v-124h-90v-193h-158v193h-350zM961 317h204v349z" />
|
||||
<glyph unicode="½" horiz-adv-x="1529" d="M23 1126l237 240h137v-819h-157v616l-127 -131zM279 0l718 1366h117l-721 -1366h-114zM901 698q103 133 283 133q123 0 201.5 -63t78.5 -176q0 -49 -19 -97t-65.5 -107t-102 -116t-149.5 -145h340v-127h-550v117q237 214 313 303.5t76 163.5q0 57 -36.5 89t-92.5 32 q-57 0 -107 -28.5t-80 -74.5z" />
|
||||
<glyph unicode="¾" horiz-adv-x="1597" d="M55 666l92 96q34 -48 85 -75.5t106 -27.5q67 0 103 32.5t36 88.5q0 123 -158 123q-59 0 -71 -2v127q12 -2 67 -2q152 0 152 113q0 55 -37 83.5t-98 28.5q-109 0 -180 -92l-86 88q97 131 278 131q127 0 202 -58t75 -163q0 -72 -48 -123.5t-114 -62.5q68 -10 121 -64 t53 -135q0 -107 -79 -173.5t-210 -66.5q-97 0 -173 37t-116 97zM416 0l719 1366h116l-721 -1366h-114zM952 193v116l303 510h205v-502h90v-124h-90v-193h-157v193h-351zM1098 317h205v349z" />
|
||||
<glyph unicode="¿" horiz-adv-x="694" d="M45 -94q0 65 22.5 122t55.5 95.5t72.5 77.5t72.5 70t55.5 72t22.5 85q0 58 -41 96l172 64q62 -68 62 -174q0 -57 -20 -106t-49.5 -82t-64 -67.5t-64 -63t-49.5 -68t-20 -82.5q0 -61 44 -104.5t120 -43.5q122 0 205 107l115 -144q-66 -78 -158 -119.5t-199 -41.5 q-161 0 -257.5 87t-96.5 220zM264 872q0 57 40.5 97.5t96.5 40.5q57 0 97.5 -40.5t40.5 -97.5q0 -56 -40.5 -95.5t-97.5 -39.5q-56 0 -96.5 40t-40.5 95z" />
|
||||
<glyph unicode="À" horiz-adv-x="1101" d="M6 0l410 1366h270l410 -1366h-244l-76 270h-450l-76 -270h-244zM274 1786h189l227 -295h-139zM371 471h360l-180 653z" />
|
||||
<glyph unicode="Á" horiz-adv-x="1101" d="M6 0l410 1366h270l410 -1366h-244l-76 270h-450l-76 -270h-244zM371 471h360l-180 653zM416 1491l225 295h190l-276 -295h-139z" />
|
||||
<glyph unicode="Â" horiz-adv-x="1101" d="M6 0l410 1366h270l410 -1366h-244l-76 270h-450l-76 -270h-244zM297 1491l160 295h188l166 -295h-123l-137 199l-131 -199h-123zM371 471h360l-180 653z" />
|
||||
<glyph unicode="Ã" horiz-adv-x="1101" d="M6 0l410 1366h270l410 -1366h-244l-76 270h-450l-76 -270h-244zM262 1499q0 125 49.5 200t139.5 75q42 0 74 -26t47.5 -57t37.5 -57t47 -26q34 0 54 38.5t20 114.5h111q0 -125 -48.5 -199.5t-138.5 -74.5q-30 0 -54 12.5t-39 30.5t-29 40t-25 40t-26 30.5t-33 12.5 q-34 0 -55 -39t-21 -115h-111zM371 471h360l-180 653z" />
|
||||
<glyph unicode="Ä" horiz-adv-x="1101" d="M6 0l410 1366h270l410 -1366h-244l-76 270h-450l-76 -270h-244zM250 1593q0 47 34 81t81 34t80.5 -34t33.5 -81t-33.5 -80.5t-80.5 -33.5t-81 33.5t-34 80.5zM371 471h360l-180 653zM623 1593q0 47 33.5 81t80.5 34t82 -34t35 -81t-34.5 -80.5t-82.5 -33.5 q-47 0 -80.5 33.5t-33.5 80.5z" />
|
||||
<glyph unicode="Å" horiz-adv-x="1101" d="M6 0l410 1366h270l410 -1366h-244l-76 270h-450l-76 -270h-244zM358 1612q0 79 57.5 135.5t137.5 56.5q78 0 134 -56.5t56 -135.5q0 -80 -56 -137.5t-134 -57.5q-79 0 -137 57.5t-58 137.5zM371 471h360l-180 653zM455 1612q0 -40 28.5 -69.5t69.5 -29.5q39 0 66.5 29.5 t27.5 69.5t-27 68t-67 28q-41 0 -69.5 -28t-28.5 -68z" />
|
||||
<glyph unicode="Æ" horiz-adv-x="1585" d="M8 0l649 1366h842v-199h-522v-370h508v-199h-508v-399h522v-199h-747v270h-377l-123 -270h-244zM455 471h297v653z" />
|
||||
<glyph unicode="Ç" horiz-adv-x="1124" d="M80 682q0 206 67.5 365.5t195 250.5t296.5 91q291 0 434 -302l-186 -83q-38 85 -101.5 134.5t-146.5 49.5q-149 0 -238.5 -141.5t-89.5 -364.5t89.5 -364.5t238.5 -141.5q86 0 150 55t98 146l188 -82q-29 -64 -62.5 -114t-81.5 -96.5t-114 -74.5t-145 -33l-29 -77 q26 20 66 20q54 0 90.5 -38.5t36.5 -100.5q0 -75 -59 -121.5t-148 -46.5q-58 0 -109.5 17.5t-83.5 45.5l43 88q72 -57 146 -57q42 0 72 21t30 55q0 29 -16 46t-45 17q-39 0 -62 -30l-80 45l43 121q-149 18 -260 112t-169 245.5t-58 342.5z" />
|
||||
<glyph unicode="È" horiz-adv-x="968" d="M131 0v1366h750v-199h-525v-370h510v-199h-510v-399h525v-199h-750zM229 1786h189l227 -295h-139z" />
|
||||
<glyph unicode="É" horiz-adv-x="968" d="M131 0v1366h750v-199h-525v-370h510v-199h-510v-399h525v-199h-750zM373 1491l225 295h190l-276 -295h-139z" />
|
||||
<glyph unicode="Ê" horiz-adv-x="968" d="M131 0v1366h750v-199h-525v-370h510v-199h-510v-399h525v-199h-750zM250 1491l160 295h188l166 -295h-123l-137 199l-131 -199h-123z" />
|
||||
<glyph unicode="Ë" horiz-adv-x="968" d="M131 0v1366h750v-199h-525v-370h510v-199h-510v-399h525v-199h-750zM207 1593q0 47 34 81t81 34t80.5 -34t33.5 -81t-33.5 -80.5t-80.5 -33.5t-81 33.5t-34 80.5zM580 1593q0 47 33.5 81t80.5 34t82 -34t35 -81t-34.5 -80.5t-82.5 -33.5q-47 0 -80.5 33.5t-33.5 80.5z " />
|
||||
<glyph unicode="Ì" horiz-adv-x="487" d="M-35 1786h189l227 -295h-139zM131 0v1366h225v-1366h-225z" />
|
||||
<glyph unicode="Í" horiz-adv-x="487" d="M111 1491l225 295h190l-276 -295h-139zM131 0v1366h225v-1366h-225z" />
|
||||
<glyph unicode="Î" horiz-adv-x="487" d="M-12 1491l159 295h189l166 -295h-123l-137 199l-131 -199h-123zM131 0v1366h225v-1366h-225z" />
|
||||
<glyph unicode="Ï" horiz-adv-x="487" d="M-55 1593q0 47 33.5 81t80.5 34t81 -34t34 -81t-34 -80.5t-81 -33.5t-80.5 33.5t-33.5 80.5zM131 0v1366h225v-1366h-225zM317 1593q0 47 34 81t81 34t82 -34t35 -81t-34.5 -80.5t-82.5 -33.5q-47 0 -81 33.5t-34 80.5z" />
|
||||
<glyph unicode="Ð" horiz-adv-x="1245" d="M29 592v164h151v610h408q181 0 313 -89.5t198 -243t66 -351.5q0 -200 -65.5 -353t-197 -241t-312.5 -88h-410v592h-151zM406 199h182q165 0 255.5 132.5t90.5 350.5q0 223 -89 354t-257 131h-182v-411h237v-164h-237v-393z" />
|
||||
<glyph unicode="Ñ" horiz-adv-x="1216" d="M131 0v1366h229l498 -895v895h227v-1366h-217l-512 922v-922h-225zM315 1499q0 125 49.5 200t139.5 75q42 0 74 -26t48 -57t38 -57t47 -26q34 0 53.5 38t19.5 115h111q0 -125 -48 -199.5t-138 -74.5q-35 0 -62.5 17t-44 41.5t-31 49t-31.5 41.5t-38 17q-34 0 -55 -39 t-21 -115h-111z" />
|
||||
<glyph unicode="Ò" horiz-adv-x="1259" d="M80 682q0 151 37.5 280t106 224t173 149t232.5 54t232.5 -54t174 -149t107 -224.5t37.5 -279.5t-37.5 -279.5t-107 -224.5t-174 -149t-232.5 -54t-232.5 54t-173 149t-106 224t-37.5 280zM311 682q0 -221 84.5 -363.5t233.5 -142.5q100 0 172.5 67.5t108.5 181t36 257.5 q0 223 -84 364.5t-233 141.5t-233.5 -142t-84.5 -364zM354 1786h189l227 -295h-139z" />
|
||||
<glyph unicode="Ó" horiz-adv-x="1259" d="M80 682q0 151 37.5 280t106 224t173 149t232.5 54t232.5 -54t174 -149t107 -224.5t37.5 -279.5t-37.5 -279.5t-107 -224.5t-174 -149t-232.5 -54t-232.5 54t-173 149t-106 224t-37.5 280zM311 682q0 -221 84.5 -363.5t233.5 -142.5q100 0 172.5 67.5t108.5 181t36 257.5 q0 223 -84 364.5t-233 141.5t-233.5 -142t-84.5 -364zM496 1491l225 295h190l-276 -295h-139z" />
|
||||
<glyph unicode="Ô" horiz-adv-x="1259" d="M80 682q0 151 37.5 280t106 224t173 149t232.5 54t232.5 -54t174 -149t107 -224.5t37.5 -279.5t-37.5 -279.5t-107 -224.5t-174 -149t-232.5 -54t-232.5 54t-173 149t-106 224t-37.5 280zM311 682q0 -221 84.5 -363.5t233.5 -142.5q100 0 172.5 67.5t108.5 181t36 257.5 q0 223 -84 364.5t-233 141.5t-233.5 -142t-84.5 -364zM375 1491l160 295h188l166 -295h-123l-137 199l-131 -199h-123z" />
|
||||
<glyph unicode="Õ" horiz-adv-x="1259" d="M80 682q0 151 37.5 280t106 224t173 149t232.5 54t232.5 -54t174 -149t107 -224.5t37.5 -279.5t-37.5 -279.5t-107 -224.5t-174 -149t-232.5 -54t-232.5 54t-173 149t-106 224t-37.5 280zM311 682q0 -221 84.5 -363.5t233.5 -142.5q100 0 172.5 67.5t108.5 181t36 257.5 q0 223 -84 364.5t-233 141.5t-233.5 -142t-84.5 -364zM340 1499q0 125 49 200t139 75q42 0 74 -26t48 -57t38 -57t47 -26q34 0 54 38.5t20 114.5h111q0 -125 -48.5 -199.5t-138.5 -74.5q-35 0 -62.5 17t-44 41.5t-31 49t-31.5 41.5t-38 17q-34 0 -54.5 -39t-20.5 -115h-111z " />
|
||||
<glyph unicode="Ö" horiz-adv-x="1259" d="M80 682q0 151 37.5 280t106 224t173 149t232.5 54t232.5 -54t174 -149t107 -224.5t37.5 -279.5t-37.5 -279.5t-107 -224.5t-174 -149t-232.5 -54t-232.5 54t-173 149t-106 224t-37.5 280zM311 682q0 -221 84.5 -363.5t233.5 -142.5q100 0 172.5 67.5t108.5 181t36 257.5 q0 223 -84 364.5t-233 141.5t-233.5 -142t-84.5 -364zM330 1593q0 47 33.5 81t80.5 34t81 -34t34 -81t-34 -80.5t-81 -33.5t-80.5 33.5t-33.5 80.5zM702 1593q0 47 34 81t81 34t82 -34t35 -81t-34.5 -80.5t-82.5 -33.5q-47 0 -81 33.5t-34 80.5z" />
|
||||
<glyph unicode="×" horiz-adv-x="903" d="M104 430l254 254l-254 254l95 94l254 -256l254 256l92 -94l-252 -254l252 -254l-92 -94l-254 256l-254 -256z" />
|
||||
<glyph unicode="Ø" horiz-adv-x="1259" d="M80 682q0 151 37.5 280t106 224t173 149t232.5 54q158 0 282 -84l37 61h154l-90 -152q82 -97 125 -234t43 -298q0 -150 -37.5 -279.5t-107 -224.5t-174 -149t-232.5 -54q-162 0 -293 91l-37 -66h-154l93 160q-158 197 -158 522zM311 682q0 -178 56 -305l436 741 q-73 70 -174 70q-149 0 -233.5 -142t-84.5 -364zM446 252q73 -76 183 -76q100 0 172.5 67.5t108.5 181t36 257.5q0 187 -59 317z" />
|
||||
<glyph unicode="Ù" horiz-adv-x="1214" d="M131 461v905h227v-907q0 -137 65 -210t185 -73q119 0 183.5 73t64.5 210v907h227v-905q0 -231 -126.5 -358.5t-348.5 -127.5q-223 0 -350 127.5t-127 358.5zM332 1786h188l228 -295h-140z" />
|
||||
<glyph unicode="Ú" horiz-adv-x="1214" d="M131 461v905h227v-907q0 -137 65 -210t185 -73q119 0 183.5 73t64.5 210v907h227v-905q0 -231 -126.5 -358.5t-348.5 -127.5q-223 0 -350 127.5t-127 358.5zM473 1491l225 295h191l-277 -295h-139z" />
|
||||
<glyph unicode="Û" horiz-adv-x="1214" d="M131 461v905h227v-907q0 -137 65 -210t185 -73q119 0 183.5 73t64.5 210v907h227v-905q0 -231 -126.5 -358.5t-348.5 -127.5q-223 0 -350 127.5t-127 358.5zM356 1491l160 295h189l165 -295h-122l-138 199l-131 -199h-123z" />
|
||||
<glyph unicode="Ü" horiz-adv-x="1214" d="M131 461v905h227v-907q0 -137 65 -210t185 -73q119 0 183.5 73t64.5 210v907h227v-905q0 -231 -126.5 -358.5t-348.5 -127.5q-223 0 -350 127.5t-127 358.5zM307 1593q0 47 34 81t81 34t81 -34t34 -81t-34 -80.5t-81 -33.5t-81 33.5t-34 80.5zM680 1593q0 47 34 81t81 34 t81.5 -34t34.5 -81t-34.5 -80.5t-81.5 -33.5t-81 33.5t-34 80.5z" />
|
||||
<glyph unicode="Ý" horiz-adv-x="1073" d="M0 1366h250l287 -584l286 584h250l-424 -797v-569h-225v569zM408 1491l225 295h190l-276 -295h-139z" />
|
||||
<glyph unicode="Þ" horiz-adv-x="1054" d="M131 0v1366h225v-233h240q98 0 176.5 -34.5t127.5 -93.5t75 -135.5t26 -162.5q0 -180 -106.5 -301t-298.5 -121h-240v-285h-225zM356 483h213q92 0 146.5 62t54.5 162q0 102 -54.5 164.5t-146.5 62.5h-213v-451z" />
|
||||
<glyph unicode="ß" horiz-adv-x="1140" d="M129 0v1010q0 161 107 268.5t286 107.5q151 0 260 -79t109 -199q0 -61 -25 -110t-61 -80.5t-72 -58.5t-61 -58t-25 -66t25.5 -61t66.5 -44t90 -35t98.5 -42t90.5 -58.5t66.5 -90t25.5 -130.5q0 -126 -94.5 -212.5t-251.5 -86.5q-115 0 -193 37t-147 107l84 143 q41 -51 102.5 -87t134.5 -36q72 0 116 36.5t44 92.5q0 38 -25 67t-65 48.5t-88.5 38.5t-97 43.5t-88.5 56t-65 83.5t-25 120q0 56 24 102t58.5 76.5t69.5 57t59 57.5t24 65q0 54 -48.5 88.5t-115.5 34.5q-83 0 -136.5 -51t-53.5 -145v-1010h-203z" />
|
||||
<glyph unicode="à" horiz-adv-x="1013" d="M72 494q0 236 98 378t264 142q76 0 144.5 -40.5t111.5 -117.5v133h203v-989h-203v131q-44 -73 -112.5 -114.5t-143.5 -41.5q-167 0 -264.5 140t-97.5 379zM236 1434h188l227 -295h-139zM283 494q0 -149 55 -243.5t158 -94.5q59 0 113 39t81 96v405q-27 58 -81.5 98 t-112.5 40q-103 0 -158 -94.5t-55 -245.5z" />
|
||||
<glyph unicode="á" horiz-adv-x="1013" d="M72 494q0 236 98 378t264 142q76 0 144.5 -40.5t111.5 -117.5v133h203v-989h-203v131q-44 -73 -112.5 -114.5t-143.5 -41.5q-167 0 -264.5 140t-97.5 379zM283 494q0 -149 55 -243.5t158 -94.5q59 0 113 39t81 96v405q-27 58 -81.5 98t-112.5 40q-103 0 -158 -94.5 t-55 -245.5zM379 1139l225 295h191l-277 -295h-139z" />
|
||||
<glyph unicode="â" horiz-adv-x="1013" d="M72 494q0 236 98 378t264 142q76 0 144.5 -40.5t111.5 -117.5v133h203v-989h-203v131q-44 -73 -112.5 -114.5t-143.5 -41.5q-167 0 -264.5 140t-97.5 379zM258 1139l160 295h188l166 -295h-123l-137 198l-131 -198h-123zM283 494q0 -149 55 -243.5t158 -94.5q59 0 113 39 t81 96v405q-27 58 -81.5 98t-112.5 40q-103 0 -158 -94.5t-55 -245.5z" />
|
||||
<glyph unicode="ã" horiz-adv-x="1013" d="M72 494q0 236 98 378t264 142q76 0 144.5 -40.5t111.5 -117.5v133h203v-989h-203v131q-44 -73 -112.5 -114.5t-143.5 -41.5q-167 0 -264.5 140t-97.5 379zM225 1147q0 125 49.5 199.5t139.5 74.5q42 0 74 -26t48 -57t38 -57t47 -26q34 0 53.5 38.5t19.5 115.5h111 q0 -125 -48.5 -199.5t-138.5 -74.5q-43 0 -75 26t-47.5 56.5t-37 56.5t-46.5 26q-34 0 -55 -38.5t-21 -114.5h-111zM283 494q0 -149 55 -243.5t158 -94.5q59 0 113 39t81 96v405q-27 58 -81.5 98t-112.5 40q-103 0 -158 -94.5t-55 -245.5z" />
|
||||
<glyph unicode="ä" horiz-adv-x="1013" d="M72 494q0 236 98 378t264 142q76 0 144.5 -40.5t111.5 -117.5v133h203v-989h-203v131q-44 -73 -112.5 -114.5t-143.5 -41.5q-167 0 -264.5 140t-97.5 379zM213 1243q0 47 34 81t81 34t80.5 -34t33.5 -81t-33.5 -81t-80.5 -34t-81 34t-34 81zM283 494q0 -149 55 -243.5 t158 -94.5q59 0 113 39t81 96v405q-27 58 -81.5 98t-112.5 40q-103 0 -158 -94.5t-55 -245.5zM586 1243q0 47 33.5 81t80.5 34t82 -34t35 -81t-35 -81t-82 -34t-80.5 34t-33.5 81z" />
|
||||
<glyph unicode="å" horiz-adv-x="1013" d="M72 494q0 236 98 378t264 142q76 0 144.5 -40.5t111.5 -117.5v133h203v-989h-203v131q-44 -73 -112.5 -114.5t-143.5 -41.5q-167 0 -264.5 140t-97.5 379zM283 494q0 -149 55 -243.5t158 -94.5q59 0 113 39t81 96v405q-27 58 -81.5 98t-112.5 40q-103 0 -158 -94.5 t-55 -245.5zM322 1323q0 79 57 136t137 57q78 0 134.5 -57t56.5 -136q0 -80 -56.5 -137.5t-134.5 -57.5q-79 0 -136.5 57.5t-57.5 137.5zM418 1323q0 -40 28.5 -69t69.5 -29q39 0 66.5 29t27.5 69t-27 68t-67 28q-41 0 -69.5 -28t-28.5 -68z" />
|
||||
<glyph unicode="æ" horiz-adv-x="1591" d="M72 494q0 236 98 378t264 142q76 0 144.5 -40.5t111.5 -117.5v133h203v-151q82 176 268 176q118 0 202 -70t124.5 -187t40.5 -268v-61h-635q8 -127 75.5 -205t186.5 -78q60 0 121 29t104 80l97 -131q-115 -148 -289 -148q-209 0 -295 183v-158h-203v131 q-44 -73 -112.5 -114.5t-143.5 -41.5q-167 0 -264.5 140t-97.5 379zM283 494q0 -149 55 -243.5t158 -94.5q59 0 113 39t81 96v405q-27 58 -81.5 98t-112.5 40q-103 0 -158 -94.5t-55 -245.5zM893 573h436q-1 49 -13 95t-36 87t-67.5 66t-100.5 25q-45 0 -82 -17t-61 -44 t-41 -63.5t-25 -73.5t-10 -75z" />
|
||||
<glyph unicode="ç" horiz-adv-x="854" d="M72 496q0 226 119.5 372t314.5 146q197 0 303 -133l-102 -140q-72 93 -179 93q-114 0 -179.5 -96t-65.5 -242t66 -243t179 -97q105 0 179 92l102 -139q-92 -119 -258 -132l-31 -81q26 20 66 20q54 0 90.5 -38.5t36.5 -100.5q0 -75 -59 -121.5t-148 -46.5 q-58 0 -109.5 17.5t-83.5 45.5l43 88q72 -57 146 -57q42 0 72 21t30 55q0 29 -16 46t-45 17q-39 0 -62 -30l-80 45l43 123q-170 23 -271 165t-101 351z" />
|
||||
<glyph unicode="è" horiz-adv-x="974" d="M72 496q0 144 50.5 261t148.5 187t227 70q131 0 225.5 -70t140 -187t45.5 -268v-61h-630q6 -127 73.5 -206t186.5 -79q62 0 122 28t103 79l98 -123q-65 -73 -154 -112.5t-190 -39.5q-202 0 -324 144.5t-122 376.5zM221 1434h189l227 -295h-139zM276 573h437q-1 49 -13 95 t-36 87t-67.5 66t-100.5 25q-45 0 -82 -17t-61.5 -44t-42 -63.5t-25.5 -73.5t-9 -75z" />
|
||||
<glyph unicode="é" horiz-adv-x="974" d="M72 496q0 144 50.5 261t148.5 187t227 70q131 0 225.5 -70t140 -187t45.5 -268v-61h-630q6 -127 73.5 -206t186.5 -79q62 0 122 28t103 79l98 -123q-65 -73 -154 -112.5t-190 -39.5q-202 0 -324 144.5t-122 376.5zM276 573h437q-1 49 -13 95t-36 87t-67.5 66t-100.5 25 q-45 0 -82 -17t-61.5 -44t-42 -63.5t-25.5 -73.5t-9 -75zM367 1139l225 295h190l-276 -295h-139z" />
|
||||
<glyph unicode="ê" horiz-adv-x="974" d="M72 496q0 144 50.5 261t148.5 187t227 70q131 0 225.5 -70t140 -187t45.5 -268v-61h-630q6 -127 73.5 -206t186.5 -79q62 0 122 28t103 79l98 -123q-65 -73 -154 -112.5t-190 -39.5q-202 0 -324 144.5t-122 376.5zM242 1139l159 295h189l166 -295h-123l-137 198 l-131 -198h-123zM276 573h437q-1 49 -13 95t-36 87t-67.5 66t-100.5 25q-45 0 -82 -17t-61.5 -44t-42 -63.5t-25.5 -73.5t-9 -75z" />
|
||||
<glyph unicode="ë" horiz-adv-x="974" d="M72 496q0 144 50.5 261t148.5 187t227 70q131 0 225.5 -70t140 -187t45.5 -268v-61h-630q6 -127 73.5 -206t186.5 -79q62 0 122 28t103 79l98 -123q-65 -73 -154 -112.5t-190 -39.5q-202 0 -324 144.5t-122 376.5zM195 1243q0 47 33.5 81t80.5 34t81 -34t34 -81t-34 -81 t-81 -34t-80.5 34t-33.5 81zM276 573h437q-1 49 -13 95t-36 87t-67.5 66t-100.5 25q-45 0 -82 -17t-61.5 -44t-42 -63.5t-25.5 -73.5t-9 -75zM567 1243q0 47 34 81t81 34t82 -34t35 -81t-35 -81t-82 -34t-81 34t-34 81z" />
|
||||
<glyph unicode="ì" horiz-adv-x="444" d="M-57 1434h188l227 -295h-139zM121 0v989h203v-989h-203z" />
|
||||
<glyph unicode="í" horiz-adv-x="444" d="M88 1139l225 295h191l-277 -295h-139zM121 0v989h203v-989h-203z" />
|
||||
<glyph unicode="î" horiz-adv-x="444" d="M-33 1139l160 295h188l166 -295h-123l-137 198l-131 -198h-123zM121 0v989h203v-989h-203z" />
|
||||
<glyph unicode="ï" horiz-adv-x="444" d="M-78 1243q0 47 34 81t81 34t81 -34t34 -81t-34 -81t-81 -34t-81 34t-34 81zM121 0v989h203v-989h-203zM295 1243q0 47 34 81t81 34t81.5 -34t34.5 -81t-34.5 -81t-81.5 -34t-81 34t-34 81z" />
|
||||
<glyph unicode="ð" horiz-adv-x="1003" d="M72 471q0 137 44 248t130 177.5t198 66.5q163 0 254 -160q-55 153 -194 319l-254 -112l-45 102l221 96q-57 58 -113 107l146 125q60 -56 149 -152l183 80l40 -98l-149 -68q250 -324 250 -676q0 -163 -48 -286t-146.5 -194t-235.5 -71q-134 0 -233 68t-148 179t-49 249z M283 471q0 -86 22.5 -155.5t73.5 -114.5t123 -45q106 0 161.5 90.5t55.5 224.5q0 132 -55.5 222.5t-161.5 90.5t-162.5 -91t-56.5 -222z" />
|
||||
<glyph unicode="ñ" d="M125 0v989h203v-133q45 65 124 111.5t166 46.5q131 0 196 -70t65 -201v-743h-205v674q0 160 -142 160q-62 0 -117 -40.5t-87 -97.5v-696h-203zM211 1147q0 125 49 199.5t139 74.5q42 0 74 -26t48 -57t38 -57t47 -26q34 0 54 38.5t20 115.5h111q0 -125 -48.5 -199.5 t-138.5 -74.5q-43 0 -75 26t-47.5 56.5t-37.5 56.5t-47 26q-34 0 -54.5 -38.5t-20.5 -114.5h-111z" />
|
||||
<glyph unicode="ò" horiz-adv-x="1003" d="M72 496q0 142 48 258t147 188t235 72t235 -72t147 -188t48 -258q0 -106 -28 -199.5t-81 -165.5t-136 -114t-185 -42t-185 42t-136 114t-81 165.5t-28 199.5zM223 1434h189l227 -295h-139zM283 496q0 -94 22.5 -168.5t73 -123t123.5 -48.5t123 48.5t72 123t22 168.5 q0 93 -22 167t-72 122.5t-123 48.5t-123.5 -48.5t-73 -122.5t-22.5 -167z" />
|
||||
<glyph unicode="ó" horiz-adv-x="1003" d="M72 496q0 142 48 258t147 188t235 72t235 -72t147 -188t48 -258q0 -106 -28 -199.5t-81 -165.5t-136 -114t-185 -42t-185 42t-136 114t-81 165.5t-28 199.5zM283 496q0 -94 22.5 -168.5t73 -123t123.5 -48.5t123 48.5t72 123t22 168.5q0 93 -22 167t-72 122.5t-123 48.5 t-123.5 -48.5t-73 -122.5t-22.5 -167zM367 1139l225 295h190l-276 -295h-139z" />
|
||||
<glyph unicode="ô" horiz-adv-x="1003" d="M72 496q0 142 48 258t147 188t235 72t235 -72t147 -188t48 -258q0 -106 -28 -199.5t-81 -165.5t-136 -114t-185 -42t-185 42t-136 114t-81 165.5t-28 199.5zM246 1139l160 295h188l166 -295h-123l-137 198l-131 -198h-123zM283 496q0 -94 22.5 -168.5t73 -123 t123.5 -48.5t123 48.5t72 123t22 168.5q0 93 -22 167t-72 122.5t-123 48.5t-123.5 -48.5t-73 -122.5t-22.5 -167z" />
|
||||
<glyph unicode="õ" horiz-adv-x="1003" d="M72 496q0 142 48 258t147 188t235 72t235 -72t147 -188t48 -258q0 -106 -28 -199.5t-81 -165.5t-136 -114t-185 -42t-185 42t-136 114t-81 165.5t-28 199.5zM211 1147q0 125 49 199.5t139 74.5q42 0 74 -26t48 -57t38 -57t47 -26q34 0 54 38.5t20 115.5h111 q0 -125 -48.5 -199.5t-138.5 -74.5q-43 0 -75 26t-47.5 56.5t-37.5 56.5t-47 26q-34 0 -54.5 -38.5t-20.5 -114.5h-111zM283 496q0 -94 22.5 -168.5t73 -123t123.5 -48.5t123 48.5t72 123t22 168.5q0 93 -22 167t-72 122.5t-123 48.5t-123.5 -48.5t-73 -122.5t-22.5 -167z " />
|
||||
<glyph unicode="ö" horiz-adv-x="1003" d="M72 496q0 142 48 258t147 188t235 72t235 -72t147 -188t48 -258q0 -106 -28 -199.5t-81 -165.5t-136 -114t-185 -42t-185 42t-136 114t-81 165.5t-28 199.5zM201 1243q0 47 33.5 81t80.5 34t81 -34t34 -81t-34 -81t-81 -34t-80.5 34t-33.5 81zM283 496q0 -94 22.5 -168.5 t73 -123t123.5 -48.5t123 48.5t72 123t22 168.5q0 93 -22 167t-72 122.5t-123 48.5t-123.5 -48.5t-73 -122.5t-22.5 -167zM573 1243q0 47 34 81t81 34t82 -34t35 -81t-35 -81t-82 -34t-81 34t-34 81z" />
|
||||
<glyph unicode="÷" horiz-adv-x="907" d="M59 625v133h789v-133h-789zM346 350q0 44 32.5 75.5t76.5 31.5t76 -31.5t32 -75.5t-32 -76t-76 -32t-76.5 32t-32.5 76zM346 1026q0 44 32.5 75.5t76.5 31.5t76 -31.5t32 -75.5t-32 -76t-76 -32t-76.5 32t-32.5 76z" />
|
||||
<glyph unicode="ø" horiz-adv-x="1003" d="M72 496q0 142 48 258t147 188t235 72q137 0 239 -76l37 51h125l-86 -125q115 -142 115 -368q0 -106 -28 -199.5t-81 -165.5t-136 -114t-185 -42q-141 0 -246 78l-37 -53h-127l90 129q-110 143 -110 367zM283 496q0 -106 26 -183l322 465q-53 56 -129 56 q-73 0 -123.5 -48.5t-73 -122.5t-22.5 -167zM367 213q54 -57 135 -57q73 0 123 48.5t72 123t22 168.5q0 99 -29 184z" />
|
||||
<glyph unicode="ù" d="M121 242v747h203v-676q0 -84 36.5 -120.5t106.5 -36.5q62 0 116.5 38.5t86.5 94.5v700h202v-989h-202v129q-45 -65 -122.5 -109.5t-166.5 -44.5q-260 0 -260 267zM221 1434h189l227 -295h-139z" />
|
||||
<glyph unicode="ú" d="M121 242v747h203v-676q0 -84 36.5 -120.5t106.5 -36.5q62 0 116.5 38.5t86.5 94.5v700h202v-989h-202v129q-45 -65 -122.5 -109.5t-166.5 -44.5q-260 0 -260 267zM365 1139l225 295h190l-276 -295h-139z" />
|
||||
<glyph unicode="û" d="M121 242v747h203v-676q0 -84 36.5 -120.5t106.5 -36.5q62 0 116.5 38.5t86.5 94.5v700h202v-989h-202v129q-45 -65 -122.5 -109.5t-166.5 -44.5q-260 0 -260 267zM242 1139l159 295h189l166 -295h-123l-137 198l-131 -198h-123z" />
|
||||
<glyph unicode="ü" d="M121 242v747h203v-676q0 -84 36.5 -120.5t106.5 -36.5q62 0 116.5 38.5t86.5 94.5v700h202v-989h-202v129q-45 -65 -122.5 -109.5t-166.5 -44.5q-260 0 -260 267zM201 1243q0 47 33.5 81t80.5 34t81 -34t34 -81t-34 -81t-81 -34t-80.5 34t-33.5 81zM573 1243q0 47 34 81 t81 34t82 -34t35 -81t-35 -81t-82 -34t-81 34t-34 81z" />
|
||||
<glyph unicode="ý" d="M115 -274l86 159q45 -55 111 -82.5t137 -27.5q105 0 163 63t58 178v144q-44 -66 -122 -111t-167 -45q-260 0 -260 268v717h203v-645q0 -160 143 -160q62 0 116.5 39t86.5 96v670h202v-973q0 -199 -111 -308t-302 -109q-214 0 -344 127zM360 1139l226 295h190l-276 -295 h-140z" />
|
||||
<glyph unicode="þ" horiz-adv-x="1011" d="M121 -377v1743h203v-506q44 73 111.5 113.5t144.5 40.5q168 0 265 -139t97 -379q0 -238 -97 -379.5t-265 -141.5q-76 0 -144 39.5t-112 116.5v-508h-203zM324 291q27 -56 82.5 -95.5t113.5 -39.5q102 0 156.5 94.5t54.5 245.5q0 149 -54.5 243.5t-156.5 94.5 q-58 0 -112.5 -38.5t-83.5 -95.5v-409z" />
|
||||
<glyph unicode="ÿ" d="M115 -274l86 159q45 -55 111 -82.5t137 -27.5q105 0 163 63t58 178v144q-44 -66 -122 -111t-167 -45q-260 0 -260 268v717h203v-645q0 -160 143 -160q62 0 116.5 39t86.5 96v670h202v-973q0 -199 -111 -308t-302 -109q-214 0 -344 127zM193 1243q0 47 33.5 81t80.5 34 t81 -34t34 -81t-34 -81t-81 -34t-80.5 34t-33.5 81zM565 1243q0 47 34 81t81 34t82 -34t35 -81t-35 -81t-82 -34t-81 34t-34 81z" />
|
||||
<glyph unicode="Œ" horiz-adv-x="1757" d="M80 682q0 203 59.5 361t178 250.5t278.5 92.5q97 0 186.5 -45t141.5 -135v160h749v-199h-524v-370h510v-199h-510v-399h524v-199h-749v160q-53 -92 -142.5 -138.5t-185.5 -46.5q-120 0 -218.5 54t-163 148.5t-99.5 224t-35 280.5zM311 682q0 -222 84.5 -364t237.5 -142 q99 0 176 64.5t115 183.5v518q-38 118 -114.5 181t-176.5 63q-153 0 -237.5 -140.5t-84.5 -363.5z" />
|
||||
<glyph unicode="œ" horiz-adv-x="1624" d="M72 496q0 142 48 258t147 188t235 72q217 0 323 -221q45 96 125 158.5t197 62.5q130 0 225 -70.5t141 -188t46 -268.5v-59h-633q6 -126 74 -205.5t186 -79.5q61 0 122 28.5t103 78.5l98 -123q-63 -72 -152.5 -112t-189.5 -40q-231 0 -342 224q-105 -224 -323 -224 q-102 0 -185 42t-136 114t-81 165.5t-28 199.5zM283 496q0 -147 57 -244.5t162 -97.5t161 97.5t56 244.5q0 145 -56 241.5t-161 96.5t-162 -96.5t-57 -241.5zM926 573h436q-2 50 -14 95.5t-36.5 86.5t-68 66t-100.5 25q-55 0 -98 -25.5t-67.5 -67t-37 -87t-14.5 -93.5z" />
|
||||
<glyph unicode="Ÿ" horiz-adv-x="1073" d="M0 1366h250l287 -584l286 584h250l-424 -797v-569h-225v569zM240 1593q0 47 33.5 81t80.5 34t81 -34t34 -81t-34 -80.5t-81 -33.5t-80.5 33.5t-33.5 80.5zM612 1593q0 47 34 81t81 34t82 -34t35 -81t-34.5 -80.5t-82.5 -33.5q-47 0 -81 33.5t-34 80.5z" />
|
||||
<glyph unicode="ˆ" horiz-adv-x="514" d="M0 1139l160 295h188l166 -295h-123l-137 198l-131 -198h-123z" />
|
||||
<glyph unicode="˜" horiz-adv-x="579" d="M0 1147q0 125 49 199.5t139 74.5q42 0 74 -26t48 -57t38 -57t47 -26q34 0 54 38.5t20 115.5h111q0 -125 -48.5 -199.5t-138.5 -74.5q-43 0 -75 26t-47.5 56.5t-37.5 56.5t-47 26q-34 0 -54.5 -38.5t-20.5 -114.5h-111z" />
|
||||
<glyph unicode=" " horiz-adv-x="902" />
|
||||
<glyph unicode=" " horiz-adv-x="1804" />
|
||||
<glyph unicode=" " horiz-adv-x="902" />
|
||||
<glyph unicode=" " horiz-adv-x="1804" />
|
||||
<glyph unicode=" " horiz-adv-x="601" />
|
||||
<glyph unicode=" " horiz-adv-x="451" />
|
||||
<glyph unicode=" " horiz-adv-x="300" />
|
||||
<glyph unicode=" " horiz-adv-x="300" />
|
||||
<glyph unicode=" " horiz-adv-x="225" />
|
||||
<glyph unicode=" " horiz-adv-x="360" />
|
||||
<glyph unicode=" " horiz-adv-x="100" />
|
||||
<glyph unicode="‐" horiz-adv-x="552" d="M61 408v176h431v-176h-431z" />
|
||||
<glyph unicode="‑" horiz-adv-x="552" d="M61 408v176h431v-176h-431z" />
|
||||
<glyph unicode="‒" horiz-adv-x="552" d="M61 408v176h431v-176h-431z" />
|
||||
<glyph unicode="–" horiz-adv-x="1079" d="M61 408v176h957v-176h-957z" />
|
||||
<glyph unicode="—" horiz-adv-x="1509" d="M61 408v176h1387v-176h-1387z" />
|
||||
<glyph unicode="‘" horiz-adv-x="497" d="M96 1047q0 102 50.5 191t136.5 148l92 -73q-51 -31 -93 -87t-51 -106q8 4 33 4q50 0 83.5 -35t33.5 -90t-38.5 -94t-94.5 -39q-64 0 -108 49t-44 132z" />
|
||||
<glyph unicode="’" horiz-adv-x="497" d="M111 1251q0 56 39 95.5t94 39.5q64 0 107.5 -48.5t43.5 -131.5q0 -102 -50.5 -192t-135.5 -150l-92 76q50 30 92 85.5t51 107.5q-10 -5 -33 -5q-50 0 -83 34.5t-33 88.5z" />
|
||||
<glyph unicode="‚" horiz-adv-x="497" d="M111 119q0 55 38.5 94t94.5 39q64 0 107.5 -48.5t43.5 -131.5q0 -101 -50.5 -191.5t-135.5 -148.5l-92 75q50 30 92 85.5t51 105.5q-8 -4 -33 -4q-50 0 -83 35t-33 90z" />
|
||||
<glyph unicode="“" horiz-adv-x="866" d="M100 1047q0 101 51 190.5t136 148.5l94 -73q-51 -32 -93.5 -87.5t-51.5 -105.5q8 4 32 4q51 0 85 -35t34 -90t-39.5 -94t-95.5 -39q-63 0 -107.5 49t-44.5 132zM469 1047q0 101 51 190.5t135 148.5l95 -73q-51 -32 -94 -87.5t-52 -105.5q12 4 33 4q51 0 85 -35t34 -90 t-39 -94t-94 -39q-64 0 -109 49t-45 132z" />
|
||||
<glyph unicode="”" horiz-adv-x="866" d="M111 1251q0 56 39 95.5t94 39.5q64 0 107.5 -48.5t43.5 -131.5q0 -102 -50.5 -192t-135.5 -150l-92 76q50 30 92 85.5t51 107.5q-10 -5 -33 -5q-50 0 -83 34.5t-33 88.5zM479 1251q0 56 39 95.5t94 39.5q65 0 109.5 -48.5t44.5 -131.5q0 -101 -50.5 -191.5t-135.5 -150.5 l-95 76q51 30 94 86t52 107q-15 -5 -33 -5q-51 0 -85 34.5t-34 88.5z" />
|
||||
<glyph unicode="„" horiz-adv-x="866" d="M111 119q0 55 38.5 94t94.5 39q64 0 107.5 -48.5t43.5 -131.5q0 -101 -50.5 -191.5t-135.5 -148.5l-92 75q50 30 92 85.5t51 105.5q-8 -4 -33 -4q-50 0 -83 35t-33 90zM479 119q0 55 38.5 94t94.5 39q65 0 109.5 -48.5t44.5 -131.5q0 -100 -51 -190.5t-135 -149.5l-95 75 q51 30 94 85.5t52 105.5q-12 -4 -33 -4q-51 0 -85 35t-34 90z" />
|
||||
<glyph unicode="•" horiz-adv-x="733" d="M137 496q0 95 68.5 163t163.5 68t163 -68t68 -163q0 -94 -68 -162t-163 -68t-163.5 68t-68.5 162z" />
|
||||
<glyph unicode="…" horiz-adv-x="1486" d="M111 117q0 56 40 95.5t97 39.5t97 -39.5t40 -95.5q0 -57 -40 -97t-97 -40t-97 40t-40 97zM606 117q0 56 40 95.5t97 39.5t97.5 -39.5t40.5 -95.5q0 -57 -40.5 -97t-97.5 -40t-97 40t-40 97zM1102 117q0 56 40 95.5t97 39.5q56 0 96.5 -40t40.5 -95q0 -57 -40.5 -97 t-96.5 -40q-57 0 -97 40t-40 97z" />
|
||||
<glyph unicode=" " horiz-adv-x="360" />
|
||||
<glyph unicode="‹" horiz-adv-x="557" d="M61 498l256 362h179l-256 -362l256 -369h-179z" />
|
||||
<glyph unicode="›" horiz-adv-x="557" d="M61 129l256 369l-256 362h179l256 -362l-256 -369h-179z" />
|
||||
<glyph unicode=" " horiz-adv-x="451" />
|
||||
<glyph unicode="€" horiz-adv-x="1161" d="M43 473v133h78q-2 25 -2 76q0 55 2 82h-78v131h96q47 227 188.5 360.5t350.5 133.5q291 0 434 -302l-186 -83q-38 85 -101.5 134.5t-146.5 49.5q-108 0 -187.5 -78.5t-115.5 -214.5h391v-131h-412q-4 -54 -4 -82q0 -51 2 -76h414v-133h-391q34 -138 113.5 -217.5 t189.5 -79.5q86 0 150 55t98 146l188 -82q-144 -320 -436 -320q-209 0 -351.5 135t-187.5 363h-96z" />
|
||||
<glyph unicode="™" horiz-adv-x="847" d="M35 1313v53h270v-53h-106v-398h-58v398h-106zM379 915v451h88l111 -324l110 324h88v-451h-57v373l-133 -373h-17l-133 373v-373h-57z" />
|
||||
<glyph unicode="◼" horiz-adv-x="993" d="M0 0v993h993v-993h-993z" />
|
||||
<hkern u1="a" u2="Ÿ" k="133" />
|
||||
<hkern u1="a" u2="Ý" k="133" />
|
||||
<hkern u1="a" u2="Y" k="133" />
|
||||
<hkern u1="a" u2="W" k="45" />
|
||||
<hkern u1="a" u2="V" k="63" />
|
||||
<hkern u1="a" u2="T" k="111" />
|
||||
<hkern u1="a" u2="?" k="51" />
|
||||
<hkern u1="h" u2="Ÿ" k="164" />
|
||||
<hkern u1="h" u2="Ý" k="164" />
|
||||
<hkern u1="h" u2="Y" k="164" />
|
||||
<hkern u1="h" u2="W" k="66" />
|
||||
<hkern u1="h" u2="V" k="96" />
|
||||
<hkern u1="h" u2="T" k="150" />
|
||||
<hkern u1="h" u2="?" k="76" />
|
||||
<hkern u1="m" u2="Ÿ" k="164" />
|
||||
<hkern u1="m" u2="Ý" k="164" />
|
||||
<hkern u1="m" u2="Y" k="164" />
|
||||
<hkern u1="m" u2="W" k="66" />
|
||||
<hkern u1="m" u2="V" k="96" />
|
||||
<hkern u1="m" u2="T" k="150" />
|
||||
<hkern u1="m" u2="?" k="76" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="asterisk" k="139" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="question" k="113" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="43" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="J" k="-18" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="T" k="96" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="35" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="V" k="66" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="W" k="55" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="Y,Yacute,Ydieresis" k="90" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="t" k="25" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="v" k="31" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="w" k="20" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="137" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="f,uniFB01,uniFB02" k="18" />
|
||||
<hkern g1="B" g2="T" k="20" />
|
||||
<hkern g1="B" g2="V" k="25" />
|
||||
<hkern g1="B" g2="Y,Yacute,Ydieresis" k="51" />
|
||||
<hkern g1="C,Ccedilla" g2="Y,Yacute,Ydieresis" k="35" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="question" k="31" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="J" k="41" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="T" k="37" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="V" k="25" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="W" k="25" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="Y,Yacute,Ydieresis" k="61" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="25" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="47" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="43" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="X" k="45" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="Z" k="27" />
|
||||
<hkern g1="F" g2="J" k="131" />
|
||||
<hkern g1="F" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="113" />
|
||||
<hkern g1="F" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="66" />
|
||||
<hkern g1="F" g2="ampersand" k="35" />
|
||||
<hkern g1="G" g2="question" k="20" />
|
||||
<hkern g1="G" g2="Y,Yacute,Ydieresis" k="29" />
|
||||
<hkern g1="K" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="78" />
|
||||
<hkern g1="K" g2="t" k="70" />
|
||||
<hkern g1="K" g2="v" k="102" />
|
||||
<hkern g1="K" g2="w" k="82" />
|
||||
<hkern g1="K" g2="f,uniFB01,uniFB02" k="51" />
|
||||
<hkern g1="K" g2="hyphen,periodcentered,endash,emdash" k="76" />
|
||||
<hkern g1="K" g2="c,d,e,g,o,q,ccedilla,eth,oslash,oe" k="61" />
|
||||
<hkern g1="K" g2="u" k="37" />
|
||||
<hkern g1="K" g2="x" k="55" />
|
||||
<hkern g1="K" g2="a,ae" k="61" />
|
||||
<hkern g1="K" g2="y,yacute,ydieresis" k="37" />
|
||||
<hkern g1="L" g2="asterisk" k="272" />
|
||||
<hkern g1="L" g2="question" k="164" />
|
||||
<hkern g1="L" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="57" />
|
||||
<hkern g1="L" g2="T" k="143" />
|
||||
<hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="47" />
|
||||
<hkern g1="L" g2="V" k="147" />
|
||||
<hkern g1="L" g2="W" k="117" />
|
||||
<hkern g1="L" g2="Y,Yacute,Ydieresis" k="203" />
|
||||
<hkern g1="L" g2="t" k="55" />
|
||||
<hkern g1="L" g2="v" k="102" />
|
||||
<hkern g1="L" g2="w" k="68" />
|
||||
<hkern g1="L" g2="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="244" />
|
||||
<hkern g1="L" g2="c,d,e,g,o,q,ccedilla,eth,oslash,oe" k="27" />
|
||||
<hkern g1="L" g2="u" k="23" />
|
||||
<hkern g1="L" g2="a,ae" k="27" />
|
||||
<hkern g1="L" g2="y,yacute,ydieresis" k="23" />
|
||||
<hkern g1="P" g2="J" k="201" />
|
||||
<hkern g1="P" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="184" />
|
||||
<hkern g1="P" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="104" />
|
||||
<hkern g1="P" g2="X" k="33" />
|
||||
<hkern g1="P" g2="ampersand" k="51" />
|
||||
<hkern g1="P" g2="hyphen,periodcentered,endash,emdash" k="57" />
|
||||
<hkern g1="P" g2="c,d,e,g,o,q,ccedilla,eth,oslash,oe" k="35" />
|
||||
<hkern g1="P" g2="a,ae" k="35" />
|
||||
<hkern g1="R" g2="T" k="20" />
|
||||
<hkern g1="R" g2="Y,Yacute,Ydieresis" k="27" />
|
||||
<hkern g1="R" g2="c,d,e,g,o,q,ccedilla,eth,oslash,oe" k="51" />
|
||||
<hkern g1="R" g2="a,ae" k="51" />
|
||||
<hkern g1="R" g2="s" k="20" />
|
||||
<hkern g1="S" g2="T" k="18" />
|
||||
<hkern g1="S" g2="t" k="27" />
|
||||
<hkern g1="S" g2="v" k="18" />
|
||||
<hkern g1="S" g2="x" k="25" />
|
||||
<hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="37" />
|
||||
<hkern g1="T" g2="J" k="143" />
|
||||
<hkern g1="T" g2="v" k="66" />
|
||||
<hkern g1="T" g2="w" k="66" />
|
||||
<hkern g1="T" g2="f,uniFB01,uniFB02" k="41" />
|
||||
<hkern g1="T" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="158" />
|
||||
<hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="96" />
|
||||
<hkern g1="T" g2="ampersand" k="92" />
|
||||
<hkern g1="T" g2="hyphen,periodcentered,endash,emdash" k="106" />
|
||||
<hkern g1="T" g2="c,d,e,g,o,q,ccedilla,eth,oslash,oe" k="160" />
|
||||
<hkern g1="T" g2="u" k="111" />
|
||||
<hkern g1="T" g2="x" k="82" />
|
||||
<hkern g1="T" g2="a,ae" k="160" />
|
||||
<hkern g1="T" g2="y,yacute,ydieresis" k="111" />
|
||||
<hkern g1="T" g2="s" k="129" />
|
||||
<hkern g1="T" g2="colon,semicolon" k="98" />
|
||||
<hkern g1="T" g2="m,n,p,r,z" k="111" />
|
||||
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="J" k="37" />
|
||||
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="51" />
|
||||
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="35" />
|
||||
<hkern g1="V" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="25" />
|
||||
<hkern g1="V" g2="J" k="141" />
|
||||
<hkern g1="V" g2="t" k="25" />
|
||||
<hkern g1="V" g2="v" k="20" />
|
||||
<hkern g1="V" g2="f,uniFB01,uniFB02" k="31" />
|
||||
<hkern g1="V" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="154" />
|
||||
<hkern g1="V" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="66" />
|
||||
<hkern g1="V" g2="ampersand" k="53" />
|
||||
<hkern g1="V" g2="hyphen,periodcentered,endash,emdash" k="80" />
|
||||
<hkern g1="V" g2="c,d,e,g,o,q,ccedilla,eth,oslash,oe" k="86" />
|
||||
<hkern g1="V" g2="u" k="63" />
|
||||
<hkern g1="V" g2="x" k="35" />
|
||||
<hkern g1="V" g2="a,ae" k="86" />
|
||||
<hkern g1="V" g2="y,yacute,ydieresis" k="63" />
|
||||
<hkern g1="V" g2="s" k="76" />
|
||||
<hkern g1="V" g2="m,n,p,r,z" k="63" />
|
||||
<hkern g1="W" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="25" />
|
||||
<hkern g1="W" g2="J" k="88" />
|
||||
<hkern g1="W" g2="t" k="25" />
|
||||
<hkern g1="W" g2="f,uniFB01,uniFB02" k="25" />
|
||||
<hkern g1="W" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="113" />
|
||||
<hkern g1="W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="55" />
|
||||
<hkern g1="W" g2="ampersand" k="41" />
|
||||
<hkern g1="W" g2="hyphen,periodcentered,endash,emdash" k="55" />
|
||||
<hkern g1="W" g2="c,d,e,g,o,q,ccedilla,eth,oslash,oe" k="66" />
|
||||
<hkern g1="W" g2="u" k="45" />
|
||||
<hkern g1="W" g2="x" k="35" />
|
||||
<hkern g1="W" g2="a,ae" k="66" />
|
||||
<hkern g1="W" g2="y,yacute,ydieresis" k="45" />
|
||||
<hkern g1="W" g2="s" k="49" />
|
||||
<hkern g1="W" g2="m,n,p,r,z" k="45" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="61" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="J" k="178" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="t" k="49" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="v" k="96" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="w" k="92" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="f,uniFB01,uniFB02" k="80" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="168" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="90" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="ampersand" k="96" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="hyphen,periodcentered,endash,emdash" k="193" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="c,d,e,g,o,q,ccedilla,eth,oslash,oe" k="195" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="u" k="133" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="x" k="106" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="a,ae" k="195" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="y,yacute,ydieresis" k="133" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="s" k="158" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="colon,semicolon" k="106" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="m,n,p,r,z" k="133" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="S" k="25" />
|
||||
<hkern g1="Z" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="27" />
|
||||
<hkern g1="h,m,n" g2="question" k="76" />
|
||||
<hkern g1="h,m,n" g2="T" k="150" />
|
||||
<hkern g1="h,m,n" g2="V" k="96" />
|
||||
<hkern g1="h,m,n" g2="W" k="66" />
|
||||
<hkern g1="h,m,n" g2="Y,Yacute,Ydieresis" k="164" />
|
||||
<hkern g1="ampersand" g2="T" k="98" />
|
||||
<hkern g1="ampersand" g2="V" k="70" />
|
||||
<hkern g1="ampersand" g2="W" k="51" />
|
||||
<hkern g1="ampersand" g2="Y,Yacute,Ydieresis" k="127" />
|
||||
<hkern g1="asterisk" g2="J" k="205" />
|
||||
<hkern g1="asterisk" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="139" />
|
||||
<hkern g1="b,o,p,oslash,thorn" g2="question" k="88" />
|
||||
<hkern g1="b,o,p,oslash,thorn" g2="T" k="160" />
|
||||
<hkern g1="b,o,p,oslash,thorn" g2="V" k="86" />
|
||||
<hkern g1="b,o,p,oslash,thorn" g2="W" k="66" />
|
||||
<hkern g1="b,o,p,oslash,thorn" g2="Y,Yacute,Ydieresis" k="188" />
|
||||
<hkern g1="b,o,p,oslash,thorn" g2="x" k="51" />
|
||||
<hkern g1="c,cent,ccedilla" g2="question" k="41" />
|
||||
<hkern g1="c,cent,ccedilla" g2="T" k="102" />
|
||||
<hkern g1="c,cent,ccedilla" g2="V" k="49" />
|
||||
<hkern g1="c,cent,ccedilla" g2="W" k="41" />
|
||||
<hkern g1="c,cent,ccedilla" g2="Y,Yacute,Ydieresis" k="102" />
|
||||
<hkern g1="colon,semicolon" g2="T" k="98" />
|
||||
<hkern g1="colon,semicolon" g2="Y,Yacute,Ydieresis" k="106" />
|
||||
<hkern g1="e,ae,oe" g2="asterisk" k="27" />
|
||||
<hkern g1="e,ae,oe" g2="question" k="66" />
|
||||
<hkern g1="e,ae,oe" g2="T" k="139" />
|
||||
<hkern g1="e,ae,oe" g2="V" k="70" />
|
||||
<hkern g1="e,ae,oe" g2="W" k="66" />
|
||||
<hkern g1="e,ae,oe" g2="Y,Yacute,Ydieresis" k="168" />
|
||||
<hkern g1="f" g2="asterisk" k="-102" />
|
||||
<hkern g1="f" g2="question" k="-86" />
|
||||
<hkern g1="f" g2="T" k="-76" />
|
||||
<hkern g1="f" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="-59" />
|
||||
<hkern g1="f" g2="V" k="-100" />
|
||||
<hkern g1="f" g2="W" k="-96" />
|
||||
<hkern g1="f" g2="Y,Yacute,Ydieresis" k="-96" />
|
||||
<hkern g1="f" g2="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="-82" />
|
||||
<hkern g1="f" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="76" />
|
||||
<hkern g1="f" g2="X" k="-72" />
|
||||
<hkern g1="f" g2="Z" k="-72" />
|
||||
<hkern g1="f" g2="S" k="-39" />
|
||||
<hkern g1="f" g2="exclam,B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde" k="-59" />
|
||||
<hkern g1="f" g2="parenright,bracketright,braceright" k="-119" />
|
||||
<hkern g1="g,q" g2="question" k="47" />
|
||||
<hkern g1="g,q" g2="T" k="111" />
|
||||
<hkern g1="g,q" g2="V" k="63" />
|
||||
<hkern g1="g,q" g2="W" k="45" />
|
||||
<hkern g1="g,q" g2="Y,Yacute,Ydieresis" k="133" />
|
||||
<hkern g1="g,q" g2="j" k="-55" />
|
||||
<hkern g1="hyphen,periodcentered,endash,emdash" g2="V" k="80" />
|
||||
<hkern g1="hyphen,periodcentered,endash,emdash" g2="W" k="55" />
|
||||
<hkern g1="hyphen,periodcentered,endash,emdash" g2="Y,Yacute,Ydieresis" k="186" />
|
||||
<hkern g1="hyphen,periodcentered,endash,emdash" g2="X" k="66" />
|
||||
<hkern g1="k" g2="T" k="86" />
|
||||
<hkern g1="k" g2="V" k="35" />
|
||||
<hkern g1="k" g2="W" k="35" />
|
||||
<hkern g1="k" g2="Y,Yacute,Ydieresis" k="100" />
|
||||
<hkern g1="k" g2="hyphen,periodcentered,endash,emdash" k="37" />
|
||||
<hkern g1="k" g2="bullet" k="47" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="T" k="158" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="51" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="V" k="147" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="W" k="113" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="Y,Yacute,Ydieresis" k="168" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="t" k="35" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="v" k="106" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="w" k="78" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="158" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="f,uniFB01,uniFB02" k="35" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="j" k="-41" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="zero,six" k="47" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="one" k="184" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="seven" k="106" />
|
||||
<hkern g1="questiondown" g2="j" k="-238" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="J" k="188" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="158" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="143" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="s" k="68" />
|
||||
<hkern g1="r" g2="T" k="57" />
|
||||
<hkern g1="r" g2="V" k="31" />
|
||||
<hkern g1="r" g2="W" k="18" />
|
||||
<hkern g1="r" g2="Y,Yacute,Ydieresis" k="76" />
|
||||
<hkern g1="r" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="154" />
|
||||
<hkern g1="r" g2="X" k="29" />
|
||||
<hkern g1="s" g2="question" k="72" />
|
||||
<hkern g1="s" g2="T" k="109" />
|
||||
<hkern g1="s" g2="V" k="55" />
|
||||
<hkern g1="s" g2="W" k="66" />
|
||||
<hkern g1="s" g2="Y,Yacute,Ydieresis" k="131" />
|
||||
<hkern g1="s" g2="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="35" />
|
||||
<hkern g1="t" g2="T" k="70" />
|
||||
<hkern g1="t" g2="V" k="35" />
|
||||
<hkern g1="t" g2="W" k="25" />
|
||||
<hkern g1="t" g2="Y,Yacute,Ydieresis" k="61" />
|
||||
<hkern g1="u,z" g2="question" k="51" />
|
||||
<hkern g1="u,z" g2="T" k="111" />
|
||||
<hkern g1="u,z" g2="V" k="63" />
|
||||
<hkern g1="u,z" g2="W" k="45" />
|
||||
<hkern g1="u,z" g2="Y,Yacute,Ydieresis" k="133" />
|
||||
<hkern g1="v" g2="T" k="66" />
|
||||
<hkern g1="v" g2="V" k="20" />
|
||||
<hkern g1="v" g2="Y,Yacute,Ydieresis" k="96" />
|
||||
<hkern g1="v" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="106" />
|
||||
<hkern g1="v" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="31" />
|
||||
<hkern g1="v" g2="X" k="55" />
|
||||
<hkern g1="w" g2="T" k="66" />
|
||||
<hkern g1="w" g2="Y,Yacute,Ydieresis" k="92" />
|
||||
<hkern g1="w" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="78" />
|
||||
<hkern g1="w" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="20" />
|
||||
<hkern g1="w" g2="X" k="61" />
|
||||
<hkern g1="y,yacute,ydieresis" g2="question" k="47" />
|
||||
<hkern g1="y,yacute,ydieresis" g2="T" k="111" />
|
||||
<hkern g1="y,yacute,ydieresis" g2="V" k="63" />
|
||||
<hkern g1="y,yacute,ydieresis" g2="W" k="45" />
|
||||
<hkern g1="y,yacute,ydieresis" g2="Y,Yacute,Ydieresis" k="133" />
|
||||
<hkern g1="y,yacute,ydieresis" g2="j" k="-55" />
|
||||
<hkern g1="X" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="45" />
|
||||
<hkern g1="X" g2="t" k="41" />
|
||||
<hkern g1="X" g2="v" k="55" />
|
||||
<hkern g1="X" g2="w" k="61" />
|
||||
<hkern g1="X" g2="f,uniFB01,uniFB02" k="41" />
|
||||
<hkern g1="X" g2="hyphen,periodcentered,endash,emdash" k="66" />
|
||||
<hkern g1="zero,nine" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="47" />
|
||||
<hkern g1="seven" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="168" />
|
||||
<hkern g1="x" g2="T" k="82" />
|
||||
<hkern g1="x" g2="V" k="35" />
|
||||
<hkern g1="x" g2="W" k="35" />
|
||||
<hkern g1="x" g2="Y,Yacute,Ydieresis" k="106" />
|
||||
<hkern g1="x" g2="c,d,e,g,o,q,ccedilla,eth,oslash,oe" k="51" />
|
||||
<hkern g1="x" g2="a,ae" k="51" />
|
||||
<hkern g1="parenleft,bracketleft,braceleft" g2="j" k="-168" />
|
||||
</font>
|
||||
</defs></svg>
|
||||
|
After Width: | Height: | Size: 72 KiB |
@@ -0,0 +1,611 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
|
||||
<script src="specimen_files/easytabs.js" type="text/javascript" charset="utf-8"></script>
|
||||
<link rel="stylesheet" href="specimen_files/specimen_stylesheet.css" type="text/css" charset="utf-8" />
|
||||
<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
|
||||
|
||||
<style type="text/css">
|
||||
body{
|
||||
font-family: 'proxima_nova_altblack';
|
||||
}
|
||||
</style>
|
||||
|
||||
<title>Proxima Nova Alt Rg Regular Specimen</title>
|
||||
|
||||
|
||||
<script type="text/javascript" charset="utf-8">
|
||||
$(document).ready(function() {
|
||||
$('#container').easyTabs({defaultContent:1});
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="header">
|
||||
Proxima Nova Alt Rg Regular </div>
|
||||
<ul class="tabs">
|
||||
<li><a href="#specimen">Specimen</a></li>
|
||||
<li><a href="#layout">Sample Layout</a></li>
|
||||
<li><a href="#glyphs">Glyphs & Languages</a></li>
|
||||
<li><a href="#installing">Installing Webfonts</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<div id="main_content">
|
||||
|
||||
|
||||
<div id="specimen">
|
||||
|
||||
<div class="section">
|
||||
<div class="grid12 firstcol">
|
||||
<div class="huge">AaBb</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<div class="glyph_range">A​B​C​D​E​F​G​H​I​J​K​L​M​N​O​P​Q​R​S​T​U​V​W​X​Y​Z​a​b​c​d​e​f​g​h​i​j​k​l​m​n​o​p​q​r​s​t​u​v​w​x​y​z​1​2​3​4​5​6​7​8​9​0​&​.​,​?​!​@​(​)​#​$​%​*​+​-​=​:​;</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<div class="grid12 firstcol">
|
||||
<table class="sample_table">
|
||||
<tr><td>10</td><td class="size10">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>11</td><td class="size11">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>12</td><td class="size12">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>13</td><td class="size13">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>14</td><td class="size14">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>16</td><td class="size16">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>18</td><td class="size18">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>20</td><td class="size20">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>24</td><td class="size24">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>30</td><td class="size30">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>36</td><td class="size36">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>48</td><td class="size48">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>60</td><td class="size60">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>72</td><td class="size72">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>90</td><td class="size90">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="section" id="bodycomparison">
|
||||
|
||||
|
||||
<div id="xheight">
|
||||
<div class="fontbody">◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼body</div><div class="arialbody">body</div><div class="verdanabody">body</div><div class="georgiabody">body</div></div>
|
||||
<div class="fontbody" style="z-index:1">
|
||||
body<span>Proxima Nova Alt Rg Regular</span>
|
||||
</div>
|
||||
<div class="arialbody" style="z-index:1">
|
||||
body<span>Arial</span>
|
||||
</div>
|
||||
<div class="verdanabody" style="z-index:1">
|
||||
body<span>Verdana</span>
|
||||
</div>
|
||||
<div class="georgiabody" style="z-index:1">
|
||||
body<span>Georgia</span>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="section psample psample_row1" id="">
|
||||
|
||||
<div class="grid2 firstcol">
|
||||
<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid3">
|
||||
<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid3">
|
||||
<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid4">
|
||||
<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="white_blend"></div>
|
||||
|
||||
</div>
|
||||
<div class="section psample psample_row2" id="">
|
||||
<div class="grid3 firstcol">
|
||||
<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid4">
|
||||
<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid5">
|
||||
<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="white_blend"></div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section psample psample_row3" id="">
|
||||
<div class="grid5 firstcol">
|
||||
<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
</div>
|
||||
<div class="grid7">
|
||||
<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
</div>
|
||||
|
||||
<div class="white_blend"></div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section psample psample_row4" id="">
|
||||
<div class="grid12 firstcol">
|
||||
<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
</div>
|
||||
<div class="white_blend"></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="section psample psample_row1 fullreverse">
|
||||
<div class="grid2 firstcol">
|
||||
<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid3">
|
||||
<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid3">
|
||||
<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid4">
|
||||
<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="black_blend"></div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section psample psample_row2 fullreverse">
|
||||
<div class="grid3 firstcol">
|
||||
<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid4">
|
||||
<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid5">
|
||||
<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="black_blend"></div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section psample fullreverse psample_row3" id="">
|
||||
<div class="grid5 firstcol">
|
||||
<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
</div>
|
||||
<div class="grid7">
|
||||
<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
</div>
|
||||
|
||||
<div class="black_blend"></div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section psample fullreverse psample_row4" id="" style="border-bottom: 20px #000 solid;">
|
||||
<div class="grid12 firstcol">
|
||||
<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
</div>
|
||||
<div class="black_blend"></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div id="layout">
|
||||
|
||||
<div class="section">
|
||||
|
||||
<div class="grid12 firstcol">
|
||||
<h1>Lorem Ipsum Dolor</h1>
|
||||
<h2>Etiam porta sem malesuada magna mollis euismod</h2>
|
||||
|
||||
<p class="byline">By <a href="#link">Aenean Lacinia</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<div class="grid8 firstcol">
|
||||
<p class="large">Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
|
||||
|
||||
|
||||
<h3>Pellentesque ornare sem</h3>
|
||||
|
||||
<p>Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit. </p>
|
||||
|
||||
<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>
|
||||
|
||||
<p>Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur. </p>
|
||||
|
||||
<p>Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla. </p>
|
||||
|
||||
<h3>Cras mattis consectetur</h3>
|
||||
|
||||
<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum. </p>
|
||||
|
||||
<p>Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.</p>
|
||||
</div>
|
||||
|
||||
<div class="grid4 sidebar">
|
||||
|
||||
<div class="box reverse">
|
||||
<p class="last">Nullam quis risus eget urna mollis ornare vel eu leo. Donec ullamcorper nulla non metus auctor fringilla. Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
|
||||
</div>
|
||||
|
||||
<p class="caption">Maecenas sed diam eget risus varius.</p>
|
||||
|
||||
<p>Vestibulum id ligula porta felis euismod semper. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Vestibulum id ligula porta felis euismod semper. Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
|
||||
|
||||
|
||||
|
||||
<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Aenean lacinia bibendum nulla sed consectetur. Nullam quis risus eget urna mollis ornare vel eu leo. </p>
|
||||
|
||||
<p>Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec ullamcorper nulla non metus auctor fringilla. Maecenas faucibus mollis interdum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="glyphs">
|
||||
<div class="section">
|
||||
<div class="grid12 firstcol">
|
||||
|
||||
<h1>Language Support</h1>
|
||||
<p>The subset of Proxima Nova Alt Rg Regular in this kit supports the following languages:<br />
|
||||
|
||||
Albanian, Basque, Breton, Chamorro, Danish, Dutch, English, Faroese, Finnish, French, Frisian, Galician, German, Icelandic, Italian, Malagasy, Norwegian, Portuguese, Spanish, Swedish </p>
|
||||
<h1>Glyph Chart</h1>
|
||||
<p>The subset of Proxima Nova Alt Rg Regular in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.</p>
|
||||
<div id="glyph_chart">
|
||||
|
||||
<div><p>&#13;</p> </div>
|
||||
<div><p>&#32;</p> </div>
|
||||
<div><p>&#33;</p>!</div>
|
||||
<div><p>&#34;</p>"</div>
|
||||
<div><p>&#35;</p>#</div>
|
||||
<div><p>&#36;</p>$</div>
|
||||
<div><p>&#37;</p>%</div>
|
||||
<div><p>&#38;</p>&</div>
|
||||
<div><p>&#39;</p>'</div>
|
||||
<div><p>&#40;</p>(</div>
|
||||
<div><p>&#41;</p>)</div>
|
||||
<div><p>&#42;</p>*</div>
|
||||
<div><p>&#43;</p>+</div>
|
||||
<div><p>&#44;</p>,</div>
|
||||
<div><p>&#45;</p>-</div>
|
||||
<div><p>&#46;</p>.</div>
|
||||
<div><p>&#47;</p>/</div>
|
||||
<div><p>&#48;</p>0</div>
|
||||
<div><p>&#49;</p>1</div>
|
||||
<div><p>&#50;</p>2</div>
|
||||
<div><p>&#51;</p>3</div>
|
||||
<div><p>&#52;</p>4</div>
|
||||
<div><p>&#53;</p>5</div>
|
||||
<div><p>&#54;</p>6</div>
|
||||
<div><p>&#55;</p>7</div>
|
||||
<div><p>&#56;</p>8</div>
|
||||
<div><p>&#57;</p>9</div>
|
||||
<div><p>&#58;</p>:</div>
|
||||
<div><p>&#59;</p>;</div>
|
||||
<div><p>&#60;</p><</div>
|
||||
<div><p>&#61;</p>=</div>
|
||||
<div><p>&#62;</p>></div>
|
||||
<div><p>&#63;</p>?</div>
|
||||
<div><p>&#64;</p>@</div>
|
||||
<div><p>&#65;</p>A</div>
|
||||
<div><p>&#66;</p>B</div>
|
||||
<div><p>&#67;</p>C</div>
|
||||
<div><p>&#68;</p>D</div>
|
||||
<div><p>&#69;</p>E</div>
|
||||
<div><p>&#70;</p>F</div>
|
||||
<div><p>&#71;</p>G</div>
|
||||
<div><p>&#72;</p>H</div>
|
||||
<div><p>&#73;</p>I</div>
|
||||
<div><p>&#74;</p>J</div>
|
||||
<div><p>&#75;</p>K</div>
|
||||
<div><p>&#76;</p>L</div>
|
||||
<div><p>&#77;</p>M</div>
|
||||
<div><p>&#78;</p>N</div>
|
||||
<div><p>&#79;</p>O</div>
|
||||
<div><p>&#80;</p>P</div>
|
||||
<div><p>&#81;</p>Q</div>
|
||||
<div><p>&#82;</p>R</div>
|
||||
<div><p>&#83;</p>S</div>
|
||||
<div><p>&#84;</p>T</div>
|
||||
<div><p>&#85;</p>U</div>
|
||||
<div><p>&#86;</p>V</div>
|
||||
<div><p>&#87;</p>W</div>
|
||||
<div><p>&#88;</p>X</div>
|
||||
<div><p>&#89;</p>Y</div>
|
||||
<div><p>&#90;</p>Z</div>
|
||||
<div><p>&#91;</p>[</div>
|
||||
<div><p>&#92;</p>\</div>
|
||||
<div><p>&#93;</p>]</div>
|
||||
<div><p>&#94;</p>^</div>
|
||||
<div><p>&#95;</p>_</div>
|
||||
<div><p>&#96;</p>`</div>
|
||||
<div><p>&#97;</p>a</div>
|
||||
<div><p>&#98;</p>b</div>
|
||||
<div><p>&#99;</p>c</div>
|
||||
<div><p>&#100;</p>d</div>
|
||||
<div><p>&#101;</p>e</div>
|
||||
<div><p>&#102;</p>f</div>
|
||||
<div><p>&#103;</p>g</div>
|
||||
<div><p>&#104;</p>h</div>
|
||||
<div><p>&#105;</p>i</div>
|
||||
<div><p>&#106;</p>j</div>
|
||||
<div><p>&#107;</p>k</div>
|
||||
<div><p>&#108;</p>l</div>
|
||||
<div><p>&#109;</p>m</div>
|
||||
<div><p>&#110;</p>n</div>
|
||||
<div><p>&#111;</p>o</div>
|
||||
<div><p>&#112;</p>p</div>
|
||||
<div><p>&#113;</p>q</div>
|
||||
<div><p>&#114;</p>r</div>
|
||||
<div><p>&#115;</p>s</div>
|
||||
<div><p>&#116;</p>t</div>
|
||||
<div><p>&#117;</p>u</div>
|
||||
<div><p>&#118;</p>v</div>
|
||||
<div><p>&#119;</p>w</div>
|
||||
<div><p>&#120;</p>x</div>
|
||||
<div><p>&#121;</p>y</div>
|
||||
<div><p>&#122;</p>z</div>
|
||||
<div><p>&#123;</p>{</div>
|
||||
<div><p>&#124;</p>|</div>
|
||||
<div><p>&#125;</p>}</div>
|
||||
<div><p>&#126;</p>~</div>
|
||||
<div><p>&#160;</p> </div>
|
||||
<div><p>&#161;</p>¡</div>
|
||||
<div><p>&#162;</p>¢</div>
|
||||
<div><p>&#163;</p>£</div>
|
||||
<div><p>&#165;</p>¥</div>
|
||||
<div><p>&#166;</p>¦</div>
|
||||
<div><p>&#167;</p>§</div>
|
||||
<div><p>&#168;</p>¨</div>
|
||||
<div><p>&#169;</p>©</div>
|
||||
<div><p>&#170;</p>ª</div>
|
||||
<div><p>&#171;</p>«</div>
|
||||
<div><p>&#172;</p>¬</div>
|
||||
<div><p>&#173;</p>­</div>
|
||||
<div><p>&#174;</p>®</div>
|
||||
<div><p>&#175;</p>¯</div>
|
||||
<div><p>&#176;</p>°</div>
|
||||
<div><p>&#177;</p>±</div>
|
||||
<div><p>&#178;</p>²</div>
|
||||
<div><p>&#179;</p>³</div>
|
||||
<div><p>&#180;</p>´</div>
|
||||
<div><p>&#181;</p>µ</div>
|
||||
<div><p>&#182;</p>¶</div>
|
||||
<div><p>&#183;</p>·</div>
|
||||
<div><p>&#184;</p>¸</div>
|
||||
<div><p>&#185;</p>¹</div>
|
||||
<div><p>&#186;</p>º</div>
|
||||
<div><p>&#187;</p>»</div>
|
||||
<div><p>&#188;</p>¼</div>
|
||||
<div><p>&#189;</p>½</div>
|
||||
<div><p>&#190;</p>¾</div>
|
||||
<div><p>&#191;</p>¿</div>
|
||||
<div><p>&#192;</p>À</div>
|
||||
<div><p>&#193;</p>Á</div>
|
||||
<div><p>&#194;</p>Â</div>
|
||||
<div><p>&#195;</p>Ã</div>
|
||||
<div><p>&#196;</p>Ä</div>
|
||||
<div><p>&#197;</p>Å</div>
|
||||
<div><p>&#198;</p>Æ</div>
|
||||
<div><p>&#199;</p>Ç</div>
|
||||
<div><p>&#200;</p>È</div>
|
||||
<div><p>&#201;</p>É</div>
|
||||
<div><p>&#202;</p>Ê</div>
|
||||
<div><p>&#203;</p>Ë</div>
|
||||
<div><p>&#204;</p>Ì</div>
|
||||
<div><p>&#205;</p>Í</div>
|
||||
<div><p>&#206;</p>Î</div>
|
||||
<div><p>&#207;</p>Ï</div>
|
||||
<div><p>&#208;</p>Ð</div>
|
||||
<div><p>&#209;</p>Ñ</div>
|
||||
<div><p>&#210;</p>Ò</div>
|
||||
<div><p>&#211;</p>Ó</div>
|
||||
<div><p>&#212;</p>Ô</div>
|
||||
<div><p>&#213;</p>Õ</div>
|
||||
<div><p>&#214;</p>Ö</div>
|
||||
<div><p>&#215;</p>×</div>
|
||||
<div><p>&#216;</p>Ø</div>
|
||||
<div><p>&#217;</p>Ù</div>
|
||||
<div><p>&#218;</p>Ú</div>
|
||||
<div><p>&#219;</p>Û</div>
|
||||
<div><p>&#220;</p>Ü</div>
|
||||
<div><p>&#221;</p>Ý</div>
|
||||
<div><p>&#222;</p>Þ</div>
|
||||
<div><p>&#223;</p>ß</div>
|
||||
<div><p>&#224;</p>à</div>
|
||||
<div><p>&#225;</p>á</div>
|
||||
<div><p>&#226;</p>â</div>
|
||||
<div><p>&#227;</p>ã</div>
|
||||
<div><p>&#228;</p>ä</div>
|
||||
<div><p>&#229;</p>å</div>
|
||||
<div><p>&#230;</p>æ</div>
|
||||
<div><p>&#231;</p>ç</div>
|
||||
<div><p>&#232;</p>è</div>
|
||||
<div><p>&#233;</p>é</div>
|
||||
<div><p>&#234;</p>ê</div>
|
||||
<div><p>&#235;</p>ë</div>
|
||||
<div><p>&#236;</p>ì</div>
|
||||
<div><p>&#237;</p>í</div>
|
||||
<div><p>&#238;</p>î</div>
|
||||
<div><p>&#239;</p>ï</div>
|
||||
<div><p>&#240;</p>ð</div>
|
||||
<div><p>&#241;</p>ñ</div>
|
||||
<div><p>&#242;</p>ò</div>
|
||||
<div><p>&#243;</p>ó</div>
|
||||
<div><p>&#244;</p>ô</div>
|
||||
<div><p>&#245;</p>õ</div>
|
||||
<div><p>&#246;</p>ö</div>
|
||||
<div><p>&#247;</p>÷</div>
|
||||
<div><p>&#248;</p>ø</div>
|
||||
<div><p>&#249;</p>ù</div>
|
||||
<div><p>&#250;</p>ú</div>
|
||||
<div><p>&#251;</p>û</div>
|
||||
<div><p>&#252;</p>ü</div>
|
||||
<div><p>&#253;</p>ý</div>
|
||||
<div><p>&#254;</p>þ</div>
|
||||
<div><p>&#255;</p>ÿ</div>
|
||||
<div><p>&#338;</p>Œ</div>
|
||||
<div><p>&#339;</p>œ</div>
|
||||
<div><p>&#376;</p>Ÿ</div>
|
||||
<div><p>&#710;</p>ˆ</div>
|
||||
<div><p>&#732;</p>˜</div>
|
||||
<div><p>&#8192;</p> </div>
|
||||
<div><p>&#8193;</p> </div>
|
||||
<div><p>&#8194;</p> </div>
|
||||
<div><p>&#8195;</p> </div>
|
||||
<div><p>&#8196;</p> </div>
|
||||
<div><p>&#8197;</p> </div>
|
||||
<div><p>&#8198;</p> </div>
|
||||
<div><p>&#8199;</p> </div>
|
||||
<div><p>&#8200;</p> </div>
|
||||
<div><p>&#8201;</p> </div>
|
||||
<div><p>&#8202;</p> </div>
|
||||
<div><p>&#8208;</p>‐</div>
|
||||
<div><p>&#8209;</p>‑</div>
|
||||
<div><p>&#8210;</p>‒</div>
|
||||
<div><p>&#8211;</p>–</div>
|
||||
<div><p>&#8212;</p>—</div>
|
||||
<div><p>&#8216;</p>‘</div>
|
||||
<div><p>&#8217;</p>’</div>
|
||||
<div><p>&#8218;</p>‚</div>
|
||||
<div><p>&#8220;</p>“</div>
|
||||
<div><p>&#8221;</p>”</div>
|
||||
<div><p>&#8222;</p>„</div>
|
||||
<div><p>&#8226;</p>•</div>
|
||||
<div><p>&#8230;</p>…</div>
|
||||
<div><p>&#8239;</p> </div>
|
||||
<div><p>&#8249;</p>‹</div>
|
||||
<div><p>&#8250;</p>›</div>
|
||||
<div><p>&#8287;</p> </div>
|
||||
<div><p>&#8364;</p>€</div>
|
||||
<div><p>&#8482;</p>™</div>
|
||||
<div><p>&#9724;</p>◼</div>
|
||||
<div><p>&#64257;</p>fi</div>
|
||||
<div><p>&#64258;</p>fl</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="specs">
|
||||
|
||||
</div>
|
||||
|
||||
<div id="installing">
|
||||
<div class="section">
|
||||
<div class="grid7 firstcol">
|
||||
<h1>Installing Webfonts</h1>
|
||||
|
||||
<p>Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.</p>
|
||||
|
||||
<h2>1. Upload your webfonts</h2>
|
||||
<p>You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.</p>
|
||||
|
||||
<h2>2. Include the webfont stylesheet</h2>
|
||||
<p>A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the <a href="http://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax">Fontspring blog post</a> about it. The code for it is as follows:</p>
|
||||
|
||||
|
||||
<code>
|
||||
@font-face{
|
||||
font-family: 'MyWebFont';
|
||||
src: url('WebFont.eot');
|
||||
src: url('WebFont.eot?#iefix') format('embedded-opentype'),
|
||||
url('WebFont.woff') format('woff'),
|
||||
url('WebFont.ttf') format('truetype'),
|
||||
url('WebFont.svg#webfont') format('svg');
|
||||
}
|
||||
</code>
|
||||
|
||||
<p>We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:</p>
|
||||
<code><link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" /></code>
|
||||
|
||||
<h2>3. Modify your own stylesheet</h2>
|
||||
<p>To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:</p>
|
||||
<code>p { font-family: 'WebFont', Arial, sans-serif; }</code>
|
||||
|
||||
<h2>4. Test</h2>
|
||||
<p>Getting webfonts to work cross-browser <em>can</em> be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.</p>
|
||||
</div>
|
||||
|
||||
<div class="grid5 sidebar">
|
||||
<div class="box">
|
||||
<h2>Troubleshooting<br />Font-Face Problems</h2>
|
||||
<p>Having trouble getting your webfonts to load in your new website? Here are some tips to sort out what might be the problem.</p>
|
||||
|
||||
<h3>Fonts not showing in any browser</h3>
|
||||
|
||||
<p>This sounds like you need to work on the plumbing. You either did not upload the fonts to the correct directory, or you did not link the fonts properly in the CSS. If you've confirmed that all this is correct and you still have a problem, take a look at your .htaccess file and see if requests are getting intercepted.</p>
|
||||
|
||||
<h3>Fonts not loading in iPhone or iPad</h3>
|
||||
|
||||
<p>The most common problem here is that you are serving the fonts from an IIS server. IIS refuses to serve files that have unknown MIME types. If that is the case, you must set the MIME type for SVG to "image/svg+xml" in the server settings. Follow these instructions from Microsoft if you need help.</p>
|
||||
|
||||
<h3>Fonts not loading in Firefox</h3>
|
||||
|
||||
<p>The primary reason for this failure? You are still using a version Firefox older than 3.5. So upgrade already! If that isn't it, then you are very likely serving fonts from a different domain. Firefox requires that all font assets be served from the same domain. Lastly it is possible that you need to add WOFF to your list of MIME types (if you are serving via IIS.)</p>
|
||||
|
||||
<h3>Fonts not loading in IE</h3>
|
||||
|
||||
<p>Are you looking at Internet Explorer on an actual Windows machine or are you cheating by using a service like Adobe BrowserLab? Many of these screenshot services do not render @font-face for IE. Best to test it on a real machine.</p>
|
||||
|
||||
<h3>Fonts not loading in IE9</h3>
|
||||
|
||||
<p>IE9, like Firefox, requires that fonts be served from the same domain as the website. Make sure that is the case.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div id="footer">
|
||||
<p>©2010-2011 Font Squirrel. All rights reserved.</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,618 @@
|
||||
<?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="proxima_nova_alt_rgregular" horiz-adv-x="1171" >
|
||||
<font-face units-per-em="2048" ascent="1618" descent="-430" />
|
||||
<missing-glyph horiz-adv-x="530" />
|
||||
<glyph unicode="fi" horiz-adv-x="1042" d="M33 854v135h164v76q0 151 78 236t208 85q95 0 152 -32l-39 -117q-41 23 -88 23q-77 0 -117.5 -50t-40.5 -145v-76h201v-135h-201v-854h-153v854h-164zM709 1233q0 43 30.5 73.5t73.5 30.5t72.5 -30.5t29.5 -73.5t-29.5 -73t-72.5 -30t-73.5 30t-30.5 73zM735 0v989h154 v-989h-154z" />
|
||||
<glyph unicode="fl" horiz-adv-x="1132" d="M33 854v135h164v76q0 151 78 236t208 85q95 0 152 -32l-39 -117q-41 23 -88 23q-77 0 -117.5 -50t-40.5 -145v-76h201v-135h-201v-854h-153v854h-164zM735 207v1159h154v-1126q0 -58 25.5 -92.5t74.5 -34.5q31 0 60 12.5t43 30.5l47 -117q-71 -64 -185 -64 q-108 0 -163.5 60.5t-55.5 171.5z" />
|
||||
<glyph horiz-adv-x="0" />
|
||||
<glyph horiz-adv-x="682" />
|
||||
<glyph horiz-adv-x="0" />
|
||||
<glyph horiz-adv-x="0" />
|
||||
<glyph unicode="
" horiz-adv-x="0" />
|
||||
<glyph unicode=" " horiz-adv-x="530" />
|
||||
<glyph unicode="	" horiz-adv-x="530" />
|
||||
<glyph unicode=" " horiz-adv-x="530" />
|
||||
<glyph unicode="!" horiz-adv-x="471" d="M123 92q0 46 33.5 79.5t79.5 33.5t79 -33.5t33 -79.5q0 -45 -33.5 -78.5t-78.5 -33.5q-46 0 -79.5 34t-33.5 78zM139 1366h193l-33 -983h-127z" />
|
||||
<glyph unicode=""" horiz-adv-x="704" d="M111 1292q0 38 27 66t65 28q39 0 66.5 -27.5t27.5 -66.5q0 -13 -13.5 -125t-27.5 -217l-14 -106h-76q-55 419 -55 448zM408 1292q0 39 27.5 66.5t66.5 27.5q38 0 65 -28t27 -66q0 -13 -14 -125t-28 -217l-13 -106h-76q-55 419 -55 448z" />
|
||||
<glyph unicode="#" horiz-adv-x="1210" d="M45 371l35 108h219l135 408h-221l33 106h225l123 373h127l-123 -373h225l123 373h125l-125 -373h219l-30 -106h-224l-137 -408h227l-32 -108h-232l-123 -371h-125l125 371h-227l-123 -371h-127l125 371h-217zM424 479h225l137 408h-225z" />
|
||||
<glyph unicode="$" horiz-adv-x="1214" d="M88 193l102 131q64 -75 157 -127.5t208 -65.5v498q-54 15 -90 26t-84.5 30t-80.5 38t-67 48t-55.5 62t-33.5 77.5t-13 97.5q0 157 118.5 260.5t305.5 117.5v187h125v-189q244 -20 405 -188l-102 -125q-121 133 -303 158v-447q54 -15 91.5 -27t86.5 -32t83 -41t69.5 -52 t57 -66t35 -83t13.5 -104q0 -72 -24.5 -137.5t-74 -122.5t-136.5 -94.5t-201 -45.5v-182h-125v182q-149 9 -268 66.5t-199 149.5zM307 1018q0 -41 18 -73t54.5 -56t77 -40.5t98.5 -33.5v418q-109 -8 -178.5 -67t-69.5 -148zM680 129q134 14 197 82.5t63 153.5 q0 48 -19.5 85.5t-58 64.5t-80.5 45t-102 36v-467z" />
|
||||
<glyph unicode="%" horiz-adv-x="1499" d="M63 1047q0 147 92.5 243t237.5 96q146 0 238 -95.5t92 -243.5q0 -143 -92 -238.5t-238 -95.5q-145 0 -237.5 95.5t-92.5 238.5zM186 1047q0 -98 58.5 -164t148.5 -66q91 0 149 66t58 164q0 102 -57.5 168.5t-149.5 66.5q-90 0 -148.5 -66.5t-58.5 -168.5zM262 0l873 1366 h114l-874 -1366h-113zM776 311q0 144 92.5 241t237.5 97q144 0 236 -97t92 -241t-91.5 -240t-236.5 -96t-237.5 96t-92.5 240zM897 311q0 -100 58 -165.5t151 -65.5q91 0 149 66t58 165q0 101 -58 167.5t-149 66.5q-93 0 -151 -66.5t-58 -167.5z" />
|
||||
<glyph unicode="&" horiz-adv-x="1314" d="M76 356q0 77 23.5 140.5t69 112.5t93.5 84t115 71q-105 179 -105 307q0 135 98.5 225t245.5 90q136 0 222 -71t86 -197q0 -43 -11.5 -81.5t-26.5 -68t-45.5 -60t-54 -50t-67.5 -46t-69 -40t-75 -39.5q60 -80 160 -194q70 -85 162 -183q88 134 147 314l132 -60 q-88 -213 -187 -352q127 -130 266 -258h-213q-41 35 -149 143q-168 -168 -393 -168q-88 0 -164.5 24.5t-134.5 71t-91.5 120t-33.5 165.5zM240 367q0 -122 80.5 -193.5t195.5 -71.5q152 0 285 136q-141 149 -189 206q-103 119 -170 218q-97 -59 -149.5 -128t-52.5 -167z M430 1067q0 -96 82 -236q65 32 105 56t82.5 59t62.5 76t20 90q0 73 -45 114.5t-116 41.5q-80 0 -135.5 -56.5t-55.5 -144.5z" />
|
||||
<glyph unicode="'" horiz-adv-x="407" d="M111 1292q0 38 27 66t65 28q39 0 66.5 -27.5t27.5 -66.5q0 -13 -13.5 -125t-27.5 -217l-14 -106h-76q-55 419 -55 448z" />
|
||||
<glyph unicode="(" horiz-adv-x="507" d="M90 498q0 246 75 479.5t214 425.5l94 -70q-109 -213 -162 -403.5t-53 -431.5q0 -240 53 -431.5t162 -402.5l-94 -72q-139 192 -214 426t-75 480z" />
|
||||
<glyph unicode=")" horiz-adv-x="507" d="M35 -336q109 211 162 402.5t53 431.5q0 241 -53 431.5t-162 403.5l94 70q139 -192 214 -425.5t75 -479.5t-75 -480t-214 -426z" />
|
||||
<glyph unicode="*" horiz-adv-x="696" d="M70 985l209 107l-209 106l45 82l198 -129l-12 235h94l-12 -235l197 129l47 -82l-209 -106l209 -107l-47 -80l-197 127l12 -235h-94l12 235l-198 -127z" />
|
||||
<glyph unicode="+" horiz-adv-x="1021" d="M59 637v106h394v424h116v-424h394v-106h-394v-436h-116v436h-394z" />
|
||||
<glyph unicode="," horiz-adv-x="471" d="M117 -197q51 33 89 87t44 104q-8 -4 -29 -4q-41 0 -69.5 30t-28.5 74q0 45 31.5 78t76.5 33q55 0 92 -42.5t37 -113.5q0 -91 -46 -173.5t-119 -135.5z" />
|
||||
<glyph unicode="-" horiz-adv-x="614" d="M61 428v135h492v-135h-492z" />
|
||||
<glyph unicode="." horiz-adv-x="473" d="M123 92q0 46 33.5 79.5t79.5 33.5t79 -33.5t33 -79.5t-33 -79t-79 -33t-79.5 33t-33.5 79z" />
|
||||
<glyph unicode="/" horiz-adv-x="606" d="M0 -41l485 1448h121l-485 -1448h-121z" />
|
||||
<glyph unicode="0" horiz-adv-x="1253" d="M104 682q0 104 18 202t58.5 190t100 160.5t148.5 110t198 41.5q108 0 197 -41.5t148.5 -110t100 -160.5t58.5 -190.5t18 -201.5t-18 -201.5t-58.5 -191t-100 -161.5t-148.5 -111t-197 -42q-109 0 -198 42t-148.5 111t-100 162t-58.5 191t-18 201zM279 682 q0 -108 18.5 -202.5t57.5 -176t109 -129t163 -47.5t163 47.5t109 129t57.5 176t18.5 202.5q0 85 -11 162t-37 149.5t-65 125.5t-99.5 84.5t-135.5 31.5t-135.5 -31.5t-99.5 -84.5t-65 -125.5t-37 -149.5t-11 -162z" />
|
||||
<glyph unicode="1" horiz-adv-x="694" d="M43 1014l342 352h150v-1366h-170v1143l-220 -234z" />
|
||||
<glyph unicode="2" horiz-adv-x="1204" d="M109 1171q77 103 202.5 159t272.5 56q87 0 167.5 -25t146 -73t105 -126.5t39.5 -176.5q0 -82 -34 -166.5t-88 -159.5t-145 -165.5t-179 -165t-217 -176.5h670v-152h-938v137q140 109 229 181.5t185 156t152 144t104 126t68.5 124t20.5 116.5q0 123 -84.5 186.5 t-201.5 63.5q-119 0 -213.5 -46t-157.5 -126z" />
|
||||
<glyph unicode="3" horiz-adv-x="1140" d="M59 201l101 106q62 -82 162.5 -131t218.5 -49q148 0 233.5 69t85.5 187q0 123 -91 182.5t-249 59.5q-121 0 -141 -2v155q23 -2 141 -2q139 0 228.5 56.5t89.5 168.5q0 110 -87.5 172t-218.5 62q-110 0 -196.5 -41t-163.5 -125l-94 107q78 96 197 153t272 57 q202 0 331.5 -97t129.5 -265q0 -71 -27.5 -130t-72 -96.5t-93.5 -60t-100 -30.5q49 -5 101.5 -27.5t101.5 -62t80.5 -105t31.5 -143.5q0 -173 -131.5 -283.5t-353.5 -110.5q-165 0 -291.5 63.5t-194.5 162.5z" />
|
||||
<glyph unicode="4" horiz-adv-x="1142" d="M66 346v141l585 879h234v-870h192v-150h-192v-346h-170v346h-649zM236 496h479v712z" />
|
||||
<glyph unicode="5" horiz-adv-x="1208" d="M135 195l105 114q140 -182 376 -182q138 0 227 83.5t89 209.5q0 134 -87.5 214.5t-226.5 80.5q-182 0 -315 -127l-125 43v735h836v-152h-666v-475q55 54 139 88.5t181 34.5q87 0 165 -29t138.5 -82.5t96.5 -137.5t36 -187q0 -203 -139 -327t-349 -124q-315 0 -481 220z " />
|
||||
<glyph unicode="6" horiz-adv-x="1210" d="M104 682q0 113 20.5 215t65 192t109 155.5t158 103.5t205.5 38q236 0 376 -163l-86 -127q-58 68 -124.5 103.5t-165.5 35.5q-77 0 -142 -30t-109.5 -81.5t-75 -120.5t-45 -146t-14.5 -159v-53q51 81 158.5 147t229.5 66q93 0 173.5 -27.5t141.5 -80.5t96 -137.5 t35 -190.5q0 -89 -33.5 -169.5t-93.5 -142.5t-151 -98.5t-199 -36.5q-112 0 -202 38t-150 103t-100.5 156t-58.5 193t-18 217zM283 508q4 -54 17.5 -105t40.5 -102t64.5 -89t94 -61.5t125.5 -23.5q76 0 137.5 26.5t98.5 69.5t57 93t20 100q0 144 -87.5 219.5t-225.5 75.5 q-101 0 -193 -56t-149 -147z" />
|
||||
<glyph unicode="7" horiz-adv-x="1054" d="M63 1214v152h932v-117l-559 -1249h-188l551 1214h-736z" />
|
||||
<glyph unicode="8" horiz-adv-x="1191" d="M106 346q0 129 94 223t232 136q-84 24 -149.5 64.5t-109.5 109t-44 153.5q0 89 40.5 158.5t108.5 111t149 63t169 21.5q87 0 168.5 -21.5t150 -63t109.5 -111t41 -158.5q0 -124 -86.5 -206.5t-218.5 -120.5q138 -41 231.5 -135.5t93.5 -223.5q0 -168 -140.5 -269.5 t-348.5 -101.5q-136 0 -246.5 43.5t-177 129t-66.5 198.5zM279 365q0 -107 92.5 -172.5t224.5 -65.5q131 0 224 65.5t93 172.5q0 51 -25 95t-62 72.5t-82.5 50.5t-82 32.5t-65.5 13.5q-29 -3 -65.5 -13.5t-82 -32.5t-82.5 -50.5t-62 -72.5t-25 -95zM301 1010 q0 -47 23.5 -86.5t56 -64t76.5 -44t76 -28t63 -13.5q31 5 63.5 13.5t76.5 28t77 44t56.5 64t23.5 86.5q0 103 -85 164t-212 61q-128 0 -211.5 -61t-83.5 -164z" />
|
||||
<glyph unicode="9" horiz-adv-x="1210" d="M100 942q0 89 33.5 169.5t94 142.5t152 98.5t200.5 36.5q111 0 201 -38t150 -103t100.5 -156t58.5 -193t18 -217q0 -113 -21 -215.5t-65.5 -192t-109 -155.5t-157 -104t-204.5 -38q-232 0 -379 164l86 127q58 -68 126 -103.5t167 -35.5t175.5 46.5t121 125t66.5 171 t22 194.5q0 35 -2 53q-51 -81 -158 -147t-227 -66q-126 0 -225.5 47t-161.5 147.5t-62 241.5zM272 948q0 -144 88.5 -219.5t227.5 -75.5q100 0 193 56.5t149 148.5q-5 54 -18.5 104.5t-41 101.5t-65 88.5t-94 61t-125.5 23.5q-75 0 -136.5 -26.5t-99.5 -69t-58 -92.5 t-20 -101z" />
|
||||
<glyph unicode=":" horiz-adv-x="460" d="M123 92q0 46 33.5 79.5t79.5 33.5t79 -33.5t33 -79.5t-33 -79t-79 -33t-79.5 33t-33.5 79zM123 891q0 46 33.5 79.5t79.5 33.5t79 -33.5t33 -79.5q0 -45 -33.5 -79t-78.5 -34t-79 34t-34 79z" />
|
||||
<glyph unicode=";" horiz-adv-x="471" d="M117 -195q50 33 88.5 88t44.5 105q-8 -4 -29 -4q-42 0 -70 29.5t-28 74.5t31.5 78t76.5 33q55 0 92 -42.5t37 -113.5q0 -92 -45.5 -174t-119.5 -135zM123 891q0 46 33.5 79.5t79.5 33.5t79 -33.5t33 -79.5q0 -45 -33.5 -79t-78.5 -34t-79 34t-34 79z" />
|
||||
<glyph unicode="<" horiz-adv-x="1021" d="M59 631v108l904 449v-129l-773 -375l773 -371v-129z" />
|
||||
<glyph unicode="=" horiz-adv-x="1021" d="M59 432v109h904v-109h-904zM59 827v109h904v-109h-904z" />
|
||||
<glyph unicode=">" horiz-adv-x="1021" d="M59 184v129l772 371l-772 375v129l904 -449v-108z" />
|
||||
<glyph unicode="?" horiz-adv-x="946" d="M37 1178q75 99 188 153.5t256 54.5q183 0 292.5 -90.5t109.5 -226.5q0 -63 -22 -116t-57 -90.5t-77 -70.5t-84 -62t-77 -57.5t-57 -64.5t-22 -76q0 -59 54 -98l-125 -55q-78 67 -78 168q0 53 20.5 97.5t53 77t71.5 61.5t78.5 56.5t72 56t53 66.5t20.5 82q0 81 -62.5 136 t-177.5 55q-111 0 -189 -43t-139 -125zM346 92q0 46 33.5 79.5t79.5 33.5t79 -33.5t33 -79.5t-33 -79t-79 -33t-79.5 33t-33.5 79z" />
|
||||
<glyph unicode="@" horiz-adv-x="1603" d="M72 500q0 162 67.5 312t179 258t260.5 172.5t306 64.5q189 0 337.5 -88t228 -235.5t79.5 -326.5q0 -115 -31 -209t-82 -152.5t-113 -90t-128 -31.5q-82 0 -132 48.5t-55 117.5v14q-56 -80 -143 -130t-182 -50q-142 0 -228 92t-86 242q0 104 41.5 200t108.5 164.5t154 109 t177 40.5q95 0 163.5 -45t99.5 -115l26 127h140l-117 -555q-4 -24 -4 -43q0 -49 27.5 -77.5t68.5 -28.5q26 0 54 11t59 39t55 68.5t39.5 106.5t15.5 147q0 254 -160 417t-419 163q-145 0 -281.5 -61t-236 -161.5t-159 -235t-59.5 -275.5q0 -162 75 -295t209.5 -209 t301.5 -76q199 0 381 115l37 -53q-200 -129 -426 -129q-183 0 -332 85t-233 232t-84 326zM498 516q0 -101 55.5 -164t153.5 -63q95 0 172.5 53.5t130.5 130.5l59 285q-21 58 -75 103.5t-136 45.5q-150 0 -255 -119t-105 -272z" />
|
||||
<glyph unicode="A" horiz-adv-x="1347" d="M18 0l551 1366h211l549 -1366h-194l-121 305h-680l-121 -305h-195zM385 455h580l-291 737z" />
|
||||
<glyph unicode="B" horiz-adv-x="1288" d="M160 0v1366h608q176 0 279.5 -96t103.5 -252q0 -123 -70 -207t-170 -106q109 -17 188 -115.5t79 -220.5q0 -167 -105.5 -268t-290.5 -101h-622zM330 152h420q118 0 184.5 63t66.5 172q0 100 -66 168t-185 68h-420v-471zM330 774h409q112 0 174 61t62 158q0 96 -62 158.5 t-174 62.5h-409v-440z" />
|
||||
<glyph unicode="C" horiz-adv-x="1384" d="M104 682q0 154 55 287t149 224.5t223.5 143.5t275.5 52q329 0 518 -271l-141 -80q-60 90 -161 144.5t-216 54.5q-226 0 -376 -155.5t-150 -399.5q0 -159 69 -286.5t189 -198t268 -70.5q114 0 215.5 55t161.5 144l143 -78q-199 -273 -520 -273q-146 0 -275.5 52 t-223.5 143.5t-149 224.5t-55 287z" />
|
||||
<glyph unicode="D" horiz-adv-x="1433" d="M160 0v1366h467q208 0 369 -90.5t246 -245.5t85 -348q0 -145 -50 -270.5t-140 -216.5t-221.5 -143t-288.5 -52h-467zM330 152h297q161 0 282 72t181.5 191t60.5 267q0 150 -59.5 269t-180 191t-284.5 72h-297v-1062z" />
|
||||
<glyph unicode="E" horiz-adv-x="1165" d="M160 0v1366h895v-152h-725v-440h710v-151h-710v-471h725v-152h-895z" />
|
||||
<glyph unicode="F" horiz-adv-x="1128" d="M160 0v1366h895v-152h-725v-440h710v-151h-710v-623h-170z" />
|
||||
<glyph unicode="G" horiz-adv-x="1460" d="M104 682q0 156 55.5 289.5t150 224.5t223.5 142t274 51q324 0 530 -254l-135 -86q-66 86 -170.5 137t-224.5 51q-226 0 -376 -155.5t-150 -399.5q0 -159 69 -286.5t189 -198t268 -70.5q102 0 185 34t138 94t89 134.5t47 161.5h-561v151h745q0 -215 -74.5 -378.5 t-224 -257t-356.5 -93.5q-141 0 -267 52t-220 143t-149 225t-55 289z" />
|
||||
<glyph unicode="H" horiz-adv-x="1458" d="M160 0v1366h170v-588h798v588h170v-1366h-170v627h-798v-627h-170z" />
|
||||
<glyph unicode="I" horiz-adv-x="489" d="M160 0v1366h170v-1366h-170z" />
|
||||
<glyph unicode="J" horiz-adv-x="972" d="M23 133l90 129q107 -135 256 -135q125 0 199.5 79t74.5 208v952h170v-954q0 -143 -58.5 -243.5t-154.5 -147t-221 -46.5q-222 0 -356 158z" />
|
||||
<glyph unicode="K" horiz-adv-x="1230" d="M160 0v1366h170v-704l604 704h213l-569 -647l620 -719h-213l-518 614l-137 -155v-459h-170z" />
|
||||
<glyph unicode="L" horiz-adv-x="1009" d="M137 0v1366h170v-1214h635v-152h-805z" />
|
||||
<glyph unicode="M" horiz-adv-x="1656" d="M160 0v1366h243l426 -1053l424 1053h244v-1366h-170v1149l-463 -1149h-69l-465 1149v-1149h-170z" />
|
||||
<glyph unicode="N" horiz-adv-x="1449" d="M160 0v1366h174l786 -1067v1067h170v-1366h-164l-796 1090v-1090h-170z" />
|
||||
<glyph unicode="O" horiz-adv-x="1566" d="M104 682q0 200 84.5 361t240 253.5t353.5 92.5t354 -92.5t241 -253.5t85 -361t-85 -361t-241 -253.5t-354 -92.5t-353.5 92.5t-240 253.5t-84.5 361zM281 682q0 -158 60.5 -284t175.5 -198.5t265 -72.5t265.5 72.5t177 198.5t61.5 284q0 242 -139 398.5t-365 156.5 q-227 0 -364 -156t-137 -399z" />
|
||||
<glyph unicode="P" horiz-adv-x="1202" d="M160 0v1366h549q198 0 313 -118.5t115 -293.5q0 -174 -115.5 -292.5t-312.5 -118.5h-379v-543h-170zM330 694h358q121 0 197 72t76 188t-76 188t-197 72h-358v-520z" />
|
||||
<glyph unicode="Q" horiz-adv-x="1566" d="M104 682q0 200 84.5 361t240 253.5t353.5 92.5t354 -92.5t241 -253.5t85 -361q0 -305 -188 -506l129 -137l-117 -102l-133 141q-159 -103 -371 -103q-198 0 -353.5 92.5t-240 253.5t-84.5 361zM281 682q0 -158 60.5 -284t175.5 -198.5t265 -72.5q145 0 260 70l-194 211 l119 100l192 -209q127 156 127 383q0 242 -139 398.5t-365 156.5q-227 0 -364 -156t-137 -399z" />
|
||||
<glyph unicode="R" horiz-adv-x="1247" d="M160 0v1366h549q190 0 310 -112.5t120 -299.5q0 -89 -29.5 -163t-79.5 -122.5t-113.5 -77t-134.5 -34.5l369 -557h-201l-346 543h-274v-543h-170zM330 692h358q121 0 198 73t77 189t-76.5 188t-198.5 72h-358v-522z" />
|
||||
<glyph unicode="S" horiz-adv-x="1200" d="M78 193l102 131q74 -86 183.5 -141.5t244.5 -55.5q87 0 152.5 22t101 58t52 75.5t16.5 82.5q0 56 -27.5 98.5t-74.5 69t-107.5 47t-127.5 38.5t-134.5 37t-128 48t-107.5 67.5t-74.5 99t-27.5 138.5q0 168 133.5 274.5t337.5 106.5q300 0 483 -193l-102 -125 q-145 164 -395 164q-122 0 -201.5 -60.5t-79.5 -156.5q0 -49 27.5 -86t74.5 -60.5t107.5 -42.5t128 -37t134.5 -38.5t127.5 -52t107.5 -73t74.5 -105.5t27.5 -146q0 -78 -28 -147t-85 -127.5t-157.5 -93t-233.5 -34.5q-169 0 -301.5 58.5t-222.5 159.5z" />
|
||||
<glyph unicode="T" horiz-adv-x="1167" d="M66 1214v152h1036v-152h-434v-1214h-170v1214h-432z" />
|
||||
<glyph unicode="U" horiz-adv-x="1435" d="M160 530v836h172v-831q0 -191 99.5 -299.5t285.5 -108.5t286.5 109t100.5 299v831h172v-834q0 -261 -143 -409t-416 -148q-271 0 -414 148.5t-143 406.5z" />
|
||||
<glyph unicode="V" horiz-adv-x="1347" d="M18 1366h195l461 -1180l461 1180h194l-549 -1366h-211z" />
|
||||
<glyph unicode="W" horiz-adv-x="1808" d="M29 1366h188l303 -1139l314 1139h141l313 -1139l301 1139h191l-391 -1366h-185l-301 1102l-301 -1102h-184z" />
|
||||
<glyph unicode="X" horiz-adv-x="1335" d="M25 0l532 700l-502 666h207l406 -545l403 545h209l-502 -664l533 -702h-207l-436 582l-437 -582h-206z" />
|
||||
<glyph unicode="Y" horiz-adv-x="1282" d="M18 1366h199l424 -635l424 635h199l-537 -788v-578h-170v578z" />
|
||||
<glyph unicode="Z" horiz-adv-x="1198" d="M98 0v141l768 1073h-768v152h987v-141l-770 -1073h785v-152h-1002z" />
|
||||
<glyph unicode="[" horiz-adv-x="497" d="M82 -389v1778h381v-113h-260v-1552h260v-113h-381z" />
|
||||
<glyph unicode="\" horiz-adv-x="606" d="M0 1407h121l485 -1448h-121z" />
|
||||
<glyph unicode="]" horiz-adv-x="497" d="M35 -276h262v1552h-262v113h383v-1778h-383v113z" />
|
||||
<glyph unicode="^" horiz-adv-x="884" d="M39 682l346 684h117l344 -684h-127l-277 571l-276 -571h-127z" />
|
||||
<glyph unicode="_" horiz-adv-x="1155" d="M-6 -82h1167v-113h-1167v113z" />
|
||||
<glyph unicode="`" horiz-adv-x="462" d="M0 1434h160l303 -295h-117z" />
|
||||
<glyph unicode="a" horiz-adv-x="1177" d="M96 494q0 235 123 377.5t318 142.5q99 0 185.5 -46t147.5 -128v149h154v-989h-154v147q-58 -78 -145 -125t-188 -47q-196 0 -318.5 140.5t-122.5 378.5zM256 494q0 -168 85.5 -274.5t233.5 -106.5q89 0 171.5 45.5t123.5 111.5v447q-41 67 -124 113.5t-171 46.5 q-147 0 -233 -107.5t-86 -275.5z" />
|
||||
<glyph unicode="b" horiz-adv-x="1177" d="M154 0v1366h153v-526q60 82 147.5 128t186.5 46q196 0 318 -142t122 -378q0 -238 -122 -378.5t-318 -140.5q-101 0 -188.5 47t-145.5 125v-147h-153zM307 268q41 -66 124 -110.5t173 -44.5q146 0 232 106.5t86 274.5t-86 275.5t-232 107.5q-89 0 -172.5 -46.5 t-124.5 -113.5v-449z" />
|
||||
<glyph unicode="c" horiz-adv-x="1015" d="M96 496q0 146 61.5 263.5t174.5 186t258 68.5q229 0 362 -172l-102 -92q-93 127 -252 127q-155 0 -248.5 -107t-93.5 -274t94 -275t248 -108q155 0 252 129l102 -95q-133 -172 -362 -172q-218 0 -356 149t-138 372z" />
|
||||
<glyph unicode="d" horiz-adv-x="1177" d="M96 494q0 235 123 377.5t318 142.5q99 0 185.5 -46t147.5 -128v526h154v-1366h-154v147q-58 -78 -145 -125t-188 -47q-196 0 -318.5 140.5t-122.5 378.5zM256 494q0 -168 85.5 -274.5t233.5 -106.5q89 0 171.5 45.5t123.5 111.5v447q-41 67 -124 113.5t-171 46.5 q-147 0 -233 -107.5t-86 -275.5z" />
|
||||
<glyph unicode="e" horiz-adv-x="1153" d="M96 496q0 142 62.5 260.5t174.5 188t251 69.5q146 0 255 -71t164.5 -190.5t55.5 -269.5v-39h-799q9 -146 104.5 -244t249.5 -98q87 0 167.5 33t140.5 94l73 -100q-157 -154 -393 -154q-222 0 -364 145t-142 376zM258 559h649q-1 57 -20.5 113t-57.5 105t-102 79.5 t-145 30.5q-76 0 -138 -30t-100.5 -78.5t-60.5 -105t-25 -114.5z" />
|
||||
<glyph unicode="f" horiz-adv-x="581" d="M33 854v135h164v76q0 151 78 236t208 85q95 0 152 -32l-39 -117q-41 23 -88 23q-77 0 -117.5 -50t-40.5 -145v-76h201v-135h-201v-854h-153v854h-164z" />
|
||||
<glyph unicode="g" horiz-adv-x="1177" d="M96 500q0 235 122 374.5t319 139.5q99 0 185.5 -46t147.5 -128v149h154v-975q0 -113 -39 -196t-107.5 -129.5t-149.5 -68t-177 -21.5q-130 0 -221.5 32t-177.5 117l77 111q61 -71 137.5 -102t184.5 -31q136 0 227.5 71t91.5 217v150q-58 -79 -145.5 -127.5t-187.5 -48.5 q-197 0 -319 138t-122 374zM256 500q0 -166 85.5 -270.5t233.5 -104.5q88 0 170 46.5t125 113.5v434q-43 66 -125.5 112t-169.5 46q-148 0 -233.5 -104.5t-85.5 -272.5z" />
|
||||
<glyph unicode="h" horiz-adv-x="1130" d="M156 0v1366h153v-520q56 69 151.5 118.5t201.5 49.5q315 0 315 -316v-698h-154v651q0 125 -57 175.5t-166 50.5q-85 0 -165 -45t-126 -109v-723h-153z" />
|
||||
<glyph unicode="i" horiz-adv-x="460" d="M127 1233q0 43 30.5 73.5t73.5 30.5t73 -30.5t30 -73.5t-30 -73t-73 -30t-73.5 30t-30.5 73zM154 0v989h153v-989h-153z" />
|
||||
<glyph unicode="j" horiz-adv-x="460" d="M-201 -328l54 115q61 -61 141 -61q73 0 116.5 44t43.5 134v1085h153v-1085q0 -147 -75.5 -226t-217.5 -79q-72 0 -119.5 17t-95.5 56zM127 1233q0 43 30.5 73.5t73.5 30.5t73 -30.5t30 -73.5t-30 -73t-73 -30t-73.5 30t-30.5 73z" />
|
||||
<glyph unicode="k" horiz-adv-x="1052" d="M154 0v1366h153v-903l520 526h195l-438 -448l440 -541h-197l-354 444l-166 -161v-283h-153z" />
|
||||
<glyph unicode="l" horiz-adv-x="550" d="M154 207v1159h153v-1126q0 -58 26 -92.5t75 -34.5q31 0 59.5 12.5t42.5 30.5l47 -117q-71 -64 -184 -64q-108 0 -163.5 60.5t-55.5 171.5z" />
|
||||
<glyph unicode="m" horiz-adv-x="1654" d="M154 0v989h153v-143q40 58 131 113t191 55q107 0 174 -51.5t90 -133.5q45 73 138 129t194 56q136 0 206 -75t70 -224v-715h-153v672q0 205 -183 205q-74 0 -148 -44.5t-114 -107.5v-725h-153v672q0 205 -183 205q-72 0 -145 -45.5t-115 -108.5v-723h-153z" />
|
||||
<glyph unicode="n" horiz-adv-x="1130" d="M154 0v989h153v-143q58 69 154 118.5t201 49.5q313 0 313 -320v-694h-152v647q0 125 -58 177.5t-165 52.5q-86 0 -165.5 -45t-127.5 -109v-723h-153z" />
|
||||
<glyph unicode="o" d="M96 496q0 144 59 261t171.5 187t259.5 70t259.5 -70t171 -187t58.5 -261t-58.5 -262t-171 -188.5t-259.5 -70.5t-259.5 70.5t-171.5 188.5t-59 262zM258 496q0 -160 88 -271.5t240 -111.5q102 0 177.5 54t112.5 139.5t37 189.5q0 103 -37 188t-112.5 139t-177.5 54 t-178 -54t-113 -139.5t-37 -187.5z" />
|
||||
<glyph unicode="p" d="M154 -377v1366h153v-147q56 78 144.5 125t189.5 47q197 0 318.5 -139.5t121.5 -378.5q0 -237 -121.5 -379t-318.5 -142q-100 0 -185.5 46t-148.5 129v-527h-153zM307 272q41 -67 124 -113t171 -46q146 0 232 107.5t86 275.5t-86 274.5t-232 106.5q-88 0 -171 -46 t-124 -112v-447z" />
|
||||
<glyph unicode="q" d="M90 496q0 239 121.5 378.5t318.5 139.5q101 0 189.5 -47t144.5 -125v147h154v-1366h-154v527q-63 -83 -148.5 -129t-185.5 -46q-197 0 -318.5 142t-121.5 379zM252 496q0 -168 85.5 -275.5t231.5 -107.5q88 0 171 46t124 113v447q-41 66 -124 112t-171 46 q-146 0 -231.5 -106.5t-85.5 -274.5z" />
|
||||
<glyph unicode="r" horiz-adv-x="675" d="M154 0v989h153v-158q64 82 149 131.5t181 49.5v-158q-36 4 -59 4q-71 0 -154 -48.5t-117 -109.5v-700h-153z" />
|
||||
<glyph unicode="s" horiz-adv-x="952" d="M70 131l77 111q53 -60 141 -101t185 -41q111 0 173.5 47t62.5 123q0 48 -34 81t-88 51t-119 33t-130.5 35t-119.5 49t-88 82.5t-34 127.5q0 122 98 203.5t269 81.5q226 0 366 -144l-71 -106q-46 56 -123.5 90.5t-171.5 34.5q-99 0 -159 -44.5t-60 -111.5q0 -43 34 -72.5 t87.5 -46t119 -31t131 -35.5t119 -51.5t87.5 -87.5t34 -135q0 -130 -101.5 -214.5t-285.5 -84.5q-249 0 -399 156z" />
|
||||
<glyph unicode="t" horiz-adv-x="602" d="M20 854v135h164v271h156v-271h201v-135h-201v-614q0 -58 25 -92.5t73 -34.5q68 0 105 43l45 -117q-67 -64 -182 -64q-109 0 -165.5 60.5t-56.5 171.5v647h-164z" />
|
||||
<glyph unicode="u" horiz-adv-x="1128" d="M154 291v698h153v-651q0 -124 57 -174.5t166 -50.5q86 0 166 43t125 106v727h154v-989h-154v139q-62 -70 -155 -117t-197 -47q-315 0 -315 316z" />
|
||||
<glyph unicode="v" horiz-adv-x="1003" d="M6 989h168l328 -811l329 811h166l-411 -989h-168z" />
|
||||
<glyph unicode="w" horiz-adv-x="1503" d="M25 989h159l242 -788l260 788h133l258 -788l242 788h162l-316 -989h-155l-258 795l-258 -795h-154z" />
|
||||
<glyph unicode="x" horiz-adv-x="997" d="M25 0l378 508l-358 481h178l275 -377l276 377h176l-358 -481l381 -508h-176l-299 406l-297 -406h-176z" />
|
||||
<glyph unicode="y" horiz-adv-x="1128" d="M143 -252l78 111q107 -133 301 -133q140 0 219.5 75.5t79.5 210.5v148q-62 -70 -155 -117t-197 -47q-315 0 -315 315v678h153v-631q0 -124 57 -175.5t166 -51.5q85 0 165 44t126 106v708h154v-977q0 -102 -36 -182.5t-99 -130t-144 -75t-174 -25.5q-121 0 -212 36.5 t-167 112.5z" />
|
||||
<glyph unicode="z" horiz-adv-x="966" d="M106 0v121l545 733h-545v135h746v-117l-549 -737h557v-135h-754z" />
|
||||
<glyph unicode="{" horiz-adv-x="534" d="M10 449v102q53 0 81 40t28 101v420q0 123 76 200t178 77h127v-113h-127q-55 0 -95 -46t-40 -116v-434q0 -140 -93 -180q93 -40 93 -181v-432q0 -69 40 -116t95 -47h127v-113h-127q-102 0 -178 76.5t-76 197.5v422q0 61 -28 101.5t-81 40.5z" />
|
||||
<glyph unicode="|" horiz-adv-x="432" d="M160 -41v1448h112v-1448h-112z" />
|
||||
<glyph unicode="}" horiz-adv-x="534" d="M35 -276h125q56 0 96.5 47t40.5 116v432q0 142 92 181q-92 39 -92 180v434q0 71 -40 116.5t-97 45.5h-125v113h125q103 0 179.5 -77t76.5 -200v-420q0 -61 27.5 -101t78.5 -40v-102q-51 0 -78.5 -40.5t-27.5 -101.5v-422q0 -121 -76.5 -197.5t-179.5 -76.5h-125v113z" />
|
||||
<glyph unicode="~" horiz-adv-x="1030" d="M55 879q8 81 19 146.5t32.5 131t51.5 109t76 71t104 27.5q52 0 92 -21.5t63.5 -56t41.5 -76.5t32 -83.5t29.5 -76t39.5 -56t56 -21.5q71 0 110 102t58 291l113 -12q-8 -82 -18.5 -146.5t-32 -131.5t-50.5 -110.5t-75 -71.5t-105 -28q-60 0 -104.5 29t-66.5 72t-42.5 93.5 t-35 93.5t-41.5 72t-64 29t-65 -28t-48 -82t-33 -122.5t-22 -158.5z" />
|
||||
<glyph unicode="¡" horiz-adv-x="471" d="M123 897q0 46 33.5 79.5t79.5 33.5q45 0 77.5 -33.5t32.5 -79.5q0 -45 -32.5 -78t-77.5 -33q-46 0 -79.5 33.5t-33.5 77.5zM139 -377l31 983h129l33 -983h-193z" />
|
||||
<glyph unicode="¢" horiz-adv-x="1015" d="M96 496q0 201 115.5 343.5t304.5 168.5v149h121v-145q192 -15 315 -170l-102 -92q-81 111 -213 124v-759q129 12 213 127l102 -95q-120 -155 -315 -170v-182h-121v187q-189 25 -304.5 168t-115.5 346zM256 496q0 -144 69.5 -245.5t190.5 -129.5v747q-120 -28 -190 -129 t-70 -243z" />
|
||||
<glyph unicode="£" horiz-adv-x="1060" d="M41 549v110h215q-77 89 -102 129q-56 92 -56 195q0 111 62.5 204t168 146t228.5 53q140 0 248.5 -60t165.5 -169l-137 -82q-28 70 -99.5 119t-161.5 49q-122 0 -206 -71.5t-84 -190.5q0 -43 9 -80.5t29 -72t36.5 -57.5t46 -58.5t42.5 -53.5h308v-110h-250q14 -47 14 -88 q0 -161 -156 -271q59 19 107 19q67 0 157 -42t146 -42q63 0 117.5 25.5t77.5 56.5l73 -137q-101 -97 -276 -97q-62 0 -113.5 15t-81.5 32.5t-75.5 32.5t-96.5 15q-84 0 -241 -82l-60 129q130 57 200.5 138t70.5 173q0 59 -31 123h-295z" />
|
||||
<glyph unicode="¥" horiz-adv-x="1282" d="M18 1366h199l424 -635l424 635h199l-465 -682h440v-106h-512v-220h512v-108h-512v-250h-170v250h-512v108h512v220h-512v106h438z" />
|
||||
<glyph unicode="¦" horiz-adv-x="432" d="M160 -41v647h112v-647h-112zM160 760v647h112v-647h-112z" />
|
||||
<glyph unicode="§" horiz-adv-x="958" d="M70 -6l77 100q51 -62 135 -103.5t187 -41.5q107 0 173.5 47t66.5 129q0 51 -34 86t-88 54.5t-119 35.5t-130.5 36.5t-119.5 49t-88 82t-34 127.5q0 101 66.5 167t167.5 93q-113 36 -173.5 96t-60.5 158q0 117 99.5 196.5t267.5 79.5q236 0 366 -145l-71 -92 q-50 61 -127.5 92t-161.5 31q-101 0 -163 -45t-62 -119q0 -36 21 -63t56.5 -43.5t81.5 -29.5t96.5 -25t101 -26t96.5 -36t81.5 -52.5t56.5 -78t21 -109.5q0 -86 -48 -153.5t-140 -106.5q92 -36 140 -95.5t48 -154.5q0 -140 -107 -220.5t-280 -80.5q-139 0 -230.5 42.5 t-168.5 117.5zM244 610q0 -53 43.5 -90.5t86 -51.5t134.5 -37q18 -5 27 -7q85 37 127.5 85t42.5 118q0 42 -19 73.5t-56 53t-71.5 34t-85.5 25.5q-126 -32 -177.5 -82t-51.5 -121z" />
|
||||
<glyph unicode="¨" horiz-adv-x="557" d="M-29 1237q0 39 28.5 66.5t68.5 27.5q39 0 66.5 -27.5t27.5 -66.5q0 -38 -28 -66t-66 -28q-40 0 -68.5 28t-28.5 66zM395 1237q0 39 27.5 66.5t66.5 27.5q40 0 68.5 -27.5t28.5 -66.5q0 -38 -28.5 -66t-68.5 -28q-38 0 -66 28t-28 66z" />
|
||||
<glyph unicode="©" horiz-adv-x="1593" d="M90 684q0 192 95 355t258 257.5t354 94.5q144 0 275 -56t225 -150.5t150 -225.5t56 -275q0 -143 -56 -274t-150 -226t-225 -151t-275 -56q-191 0 -354 95t-258 258t-95 354zM154 684q0 -130 51.5 -249t137.5 -205t205 -137.5t249 -51.5t249.5 51.5t205.5 138t137 205 t51 248.5q0 174 -86.5 322t-234.5 234.5t-322 86.5q-130 0 -248.5 -51t-205 -137t-138 -205.5t-51.5 -249.5zM375 688q0 186 123.5 310t302.5 124q185 0 299 -133l-51 -51q-39 54 -107 85.5t-141 31.5q-143 0 -246.5 -104t-103.5 -265q0 -158 104.5 -264.5t245.5 -106.5 q73 0 140.5 32.5t107.5 86.5l53 -51q-116 -135 -301 -135q-178 0 -302 127t-124 313z" />
|
||||
<glyph unicode="ª" horiz-adv-x="774" d="M84 864q0 100 68.5 155.5t160.5 55.5q139 0 222 -86v113q0 61 -47.5 97t-116.5 36q-123 0 -201 -94l-53 78q105 108 268 108q117 0 191.5 -55t74.5 -172v-432h-116v71q-85 -88 -222 -88q-91 0 -160 58t-69 155zM203 864q0 -61 43.5 -98t111.5 -37q53 0 100.5 21t76.5 57 v115q-29 36 -76.5 56.5t-100.5 20.5q-68 0 -111.5 -37.5t-43.5 -97.5z" />
|
||||
<glyph unicode="«" horiz-adv-x="899" d="M61 498l328 362h154l-328 -362l328 -369h-154zM356 498l328 362h154l-328 -362l328 -369h-154z" />
|
||||
<glyph unicode="¬" horiz-adv-x="1032" d="M59 827v109h904v-504h-113v395h-791z" />
|
||||
<glyph unicode="­" horiz-adv-x="614" d="M61 428v135h492v-135h-492z" />
|
||||
<glyph unicode="®" horiz-adv-x="1011" d="M72 952q0 181 127 307.5t307 126.5q119 0 219 -57.5t157.5 -157.5t57.5 -219q0 -180 -126.5 -307t-307.5 -127q-180 0 -307 127t-127 307zM131 952q0 -154 110 -264t265 -110t265 110t110 264q0 158 -109.5 266.5t-265.5 108.5t-265.5 -108.5t-109.5 -266.5zM340 702v498 h203q65 0 111 -42t46 -109q0 -72 -46 -110t-81 -38l134 -199h-82l-129 197h-90v-197h-66zM406 958h137q34 0 62 27t28 64q0 40 -28 67t-62 27h-137v-185z" />
|
||||
<glyph unicode="¯" horiz-adv-x="743" d="M0 1210v99h743v-99h-743z" />
|
||||
<glyph unicode="°" horiz-adv-x="593" d="M47 1137q0 103 73 176t177 73q103 0 176.5 -73t73.5 -176q0 -104 -73.5 -177t-176.5 -73q-104 0 -177 73t-73 177zM147 1137q0 -63 43.5 -106.5t106.5 -43.5q62 0 107 44t45 106q0 61 -45 106t-107 45q-63 0 -106.5 -44.5t-43.5 -106.5z" />
|
||||
<glyph unicode="±" horiz-adv-x="1021" d="M59 0v109h904v-109h-904zM59 664v106h394v424h116v-424h394v-106h-394v-437h-116v437h-394z" />
|
||||
<glyph unicode="²" horiz-adv-x="794" d="M100 1565q49 62 130 95.5t171 33.5q78 0 142.5 -24.5t107.5 -81t43 -136.5q0 -60 -28.5 -119.5t-87.5 -122t-127 -118.5t-168 -129h415v-101h-596v92q256 184 362.5 290t106.5 200q0 73 -51 111t-123 38t-133.5 -30.5t-95.5 -75.5z" />
|
||||
<glyph unicode="³" horiz-adv-x="794" d="M86 981l68 78q40 -51 103.5 -81t133.5 -30q87 0 138 39t51 105q0 74 -58 107.5t-155 33.5q-70 0 -82 -2v102q14 -2 82 -2q91 0 145.5 31.5t54.5 99.5q0 62 -52.5 96.5t-131.5 34.5q-132 0 -223 -98l-64 72q111 127 299 127q131 0 212 -59.5t81 -159.5q0 -82 -55.5 -130 t-126.5 -59q31 -3 63.5 -16.5t63 -37t50 -62t19.5 -85.5q0 -106 -83 -171.5t-226 -65.5q-104 0 -184.5 37t-122.5 96z" />
|
||||
<glyph unicode="´" horiz-adv-x="462" d="M0 1139l303 295h160l-346 -295h-117z" />
|
||||
<glyph unicode="µ" horiz-adv-x="1128" d="M154 -377v1366h153v-651q0 -124 57.5 -176.5t165.5 -52.5q85 0 165.5 44.5t125.5 108.5v727h154v-989h-154v139q-62 -70 -155 -117t-197 -47q-93 0 -162 29v-381h-153z" />
|
||||
<glyph unicode="¶" horiz-adv-x="919" d="M55 1014q0 146 103.5 249t249.5 103h366v-1571h-92v1479h-182v-1479h-92v867q-146 0 -249.5 103t-103.5 249z" />
|
||||
<glyph unicode="·" horiz-adv-x="473" d="M123 502q0 44 33.5 77t79.5 33t79 -33t33 -77q0 -46 -33 -79.5t-79 -33.5t-79.5 33.5t-33.5 79.5z" />
|
||||
<glyph unicode="¸" horiz-adv-x="419" d="M0 -330l39 78q73 -59 164 -59q53 0 89 23t36 63q0 33 -19.5 52t-56.5 19q-51 0 -78 -34l-68 38l64 173h92l-53 -136q29 23 76 23q59 0 97 -37.5t38 -99.5q0 -74 -61 -119t-152 -45q-63 0 -118.5 17.5t-88.5 43.5z" />
|
||||
<glyph unicode="¹" horiz-adv-x="481" d="M29 1456l221 225h108v-819h-122v660l-136 -142z" />
|
||||
<glyph unicode="º" horiz-adv-x="829" d="M82 989q0 143 91.5 240.5t240.5 97.5q151 0 242.5 -97t91.5 -241q0 -143 -91.5 -240.5t-242.5 -97.5q-148 0 -240 98t-92 240zM205 989q0 -103 56 -171t153 -68q98 0 155.5 68t57.5 171t-57.5 170.5t-155.5 67.5q-97 0 -153 -67.5t-56 -170.5z" />
|
||||
<glyph unicode="»" horiz-adv-x="899" d="M61 129l328 369l-328 362h154l328 -362l-328 -369h-154zM356 129l328 369l-328 362h154l328 -362l-328 -369h-154z" />
|
||||
<glyph unicode="¼" horiz-adv-x="1576" d="M29 1141l221 225h108v-819h-122v659l-136 -141zM223 0l873 1366h112l-874 -1366h-111zM860 205v92l354 522h170v-514h117v-100h-117v-205h-122v205h-402zM983 305h279v406z" />
|
||||
<glyph unicode="½" horiz-adv-x="1652" d="M29 1141l221 225h108v-819h-122v659l-136 -141zM223 0l873 1366h112l-874 -1366h-111zM958 702q49 62 130.5 95.5t171.5 33.5q79 0 143 -24.5t106.5 -80.5t42.5 -136q0 -48 -20.5 -97.5t-54 -94.5t-88 -97t-112 -98t-136.5 -103h415v-100h-595v92q256 184 362.5 290 t106.5 200q0 73 -51 111t-124 38q-72 0 -133.5 -30.5t-95.5 -75.5z" />
|
||||
<glyph unicode="¾" horiz-adv-x="1798" d="M86 666l68 77q40 -51 103.5 -80.5t133.5 -29.5q88 0 138.5 38.5t50.5 104.5q0 74 -58 108t-155 34q-64 0 -82 -3v103q14 -2 82 -2q91 0 145.5 31.5t54.5 99.5q0 62 -52.5 96.5t-131.5 34.5q-132 0 -223 -98l-64 71q111 127 299 127q131 0 212 -59.5t81 -159.5 q0 -82 -55.5 -129.5t-126.5 -58.5q31 -3 63.5 -16.5t63 -37t50 -62t19.5 -85.5q0 -106 -83 -172t-226 -66q-104 0 -184.5 37.5t-122.5 96.5zM444 0l873 1366h113l-875 -1366h-111zM1083 205v92l355 522h170v-514h116v-100h-116v-205h-123v205h-402zM1206 305h279v406z" />
|
||||
<glyph unicode="¿" horiz-adv-x="806" d="M63 -84q0 63 22 116t57 90.5t77 70.5t84 62t77 57.5t57 64.5t22 76q0 60 -53 98l124 55q78 -67 78 -168q0 -53 -20.5 -97.5t-53 -77t-71.5 -61.5t-78 -56.5t-71.5 -56t-53 -66.5t-20.5 -82q0 -81 62.5 -136t176.5 -55q111 0 189 42.5t139 123.5l102 -109 q-75 -99 -188 -153.5t-256 -54.5q-183 0 -292.5 90.5t-109.5 226.5zM375 897q0 46 33 79.5t79 33.5t79.5 -33.5t33.5 -79.5t-33.5 -79.5t-79.5 -33.5t-79 33.5t-33 79.5z" />
|
||||
<glyph unicode="À" horiz-adv-x="1347" d="M18 0l551 1366h211l549 -1366h-194l-121 305h-680l-121 -305h-195zM348 1786h160l303 -295h-117zM385 455h580l-291 737z" />
|
||||
<glyph unicode="Á" horiz-adv-x="1347" d="M18 0l551 1366h211l549 -1366h-194l-121 305h-680l-121 -305h-195zM385 455h580l-291 737zM541 1491l303 295h160l-347 -295h-116z" />
|
||||
<glyph unicode="Â" horiz-adv-x="1347" d="M18 0l551 1366h211l549 -1366h-194l-121 305h-680l-121 -305h-195zM385 455h580l-291 737zM406 1491l194 295h148l200 -295h-104l-170 217l-164 -217h-104z" />
|
||||
<glyph unicode="Ã" horiz-adv-x="1347" d="M18 0l551 1366h211l549 -1366h-194l-121 305h-680l-121 -305h-195zM354 1499q0 123 52.5 199t146.5 76q34 0 62.5 -14t46.5 -35t35.5 -45.5t31.5 -45.5t33.5 -35t42.5 -14q44 0 71 44t27 132h92q0 -123 -52 -198.5t-146 -75.5q-41 0 -73 19.5t-52 47t-38 55t-40 47 t-49 19.5q-44 0 -71.5 -44t-27.5 -132h-92zM385 455h580l-291 737z" />
|
||||
<glyph unicode="Ä" horiz-adv-x="1347" d="M18 0l551 1366h211l549 -1366h-194l-121 305h-680l-121 -305h-195zM369 1583q0 40 28 67t68 27q39 0 66.5 -27.5t27.5 -66.5q0 -38 -28 -66t-66 -28q-40 0 -68 28t-28 66zM385 455h580l-291 737zM793 1583q0 39 27.5 66.5t66.5 27.5q40 0 68 -27t28 -67q0 -38 -28 -66 t-68 -28q-38 0 -66 28t-28 66z" />
|
||||
<glyph unicode="Å" horiz-adv-x="1347" d="M18 0l551 1366h211l549 -1366h-194l-121 305h-680l-121 -305h-195zM385 455h580l-291 737zM473 1620q0 83 60 143t143 60t140.5 -59.5t57.5 -143.5t-57.5 -143.5t-140.5 -59.5t-143 60t-60 143zM555 1620q0 -50 35 -85.5t86 -35.5q49 0 84 35.5t35 85.5t-35 85.5 t-84 35.5q-51 0 -86 -35.5t-35 -85.5z" />
|
||||
<glyph unicode="Æ" horiz-adv-x="1941" d="M14 0l852 1366h963v-152h-725v-440h711v-151h-711v-471h725v-152h-895v305h-537l-188 -305h-195zM479 455h455v737z" />
|
||||
<glyph unicode="Ç" horiz-adv-x="1384" d="M104 682q0 154 55 287t149 224.5t223.5 143.5t275.5 52q329 0 518 -271l-141 -80q-60 90 -161 144.5t-216 54.5q-226 0 -376 -155.5t-150 -399.5q0 -159 69 -286.5t189 -198t268 -70.5q114 0 215.5 55t161.5 144l143 -78q-194 -265 -500 -273l-30 -79q27 22 75 22 q59 0 97.5 -37.5t38.5 -99.5q0 -74 -61 -119t-152 -45q-63 0 -118.5 17.5t-88.5 43.5l39 78q73 -59 164 -59q53 0 88.5 23t35.5 63q0 33 -19 52.5t-56 19.5q-51 0 -78 -35l-68 39l43 121q-134 12 -250.5 68t-201 146t-133 216.5t-48.5 271.5z" />
|
||||
<glyph unicode="È" horiz-adv-x="1165" d="M160 0v1366h895v-152h-725v-440h710v-151h-710v-471h725v-152h-895zM281 1786h159l303 -295h-116z" />
|
||||
<glyph unicode="É" horiz-adv-x="1165" d="M160 0v1366h895v-152h-725v-440h710v-151h-710v-471h725v-152h-895zM471 1491l303 295h160l-346 -295h-117z" />
|
||||
<glyph unicode="Ê" horiz-adv-x="1165" d="M160 0v1366h895v-152h-725v-440h710v-151h-710v-471h725v-152h-895zM334 1491l194 295h148l201 -295h-105l-170 217l-164 -217h-104z" />
|
||||
<glyph unicode="Ë" horiz-adv-x="1165" d="M160 0v1366h895v-152h-725v-440h710v-151h-710v-471h725v-152h-895zM299 1583q0 40 28 67t68 27q39 0 66.5 -27.5t27.5 -66.5q0 -38 -28 -66t-66 -28q-40 0 -68 28t-28 66zM723 1583q0 39 27.5 66.5t66.5 27.5q40 0 68 -27t28 -67q0 -38 -28 -66t-68 -28q-38 0 -66 28 t-28 66z" />
|
||||
<glyph unicode="Ì" horiz-adv-x="489" d="M-84 1786h160l303 -295h-117zM160 0v1366h170v-1366h-170z" />
|
||||
<glyph unicode="Í" horiz-adv-x="489" d="M113 1491l303 295h159l-346 -295h-116zM160 0v1366h170v-1366h-170z" />
|
||||
<glyph unicode="Î" horiz-adv-x="489" d="M-27 1491l195 295h147l201 -295h-104l-170 217l-164 -217h-105zM160 0v1366h170v-1366h-170z" />
|
||||
<glyph unicode="Ï" horiz-adv-x="489" d="M-63 1583q0 40 28 67t68 27q39 0 66.5 -27.5t27.5 -66.5q0 -38 -28 -66t-66 -28q-40 0 -68 28t-28 66zM160 0v1366h170v-1366h-170zM360 1583q0 39 28 66.5t67 27.5q40 0 68 -27t28 -67q0 -38 -28 -66t-68 -28q-38 0 -66.5 28t-28.5 66z" />
|
||||
<glyph unicode="Ð" horiz-adv-x="1490" d="M20 612v125h197v629h467q208 0 369 -90.5t246 -245.5t85 -348q0 -145 -50 -270.5t-140 -216.5t-221.5 -143t-288.5 -52h-467v612h-197zM387 152h297q161 0 282 72t181.5 191t60.5 267q0 150 -59.5 269t-180 191t-284.5 72h-297v-477h346v-125h-346v-460z" />
|
||||
<glyph unicode="Ñ" horiz-adv-x="1449" d="M160 0v1366h174l786 -1067v1067h170v-1366h-164l-796 1090v-1090h-170zM401 1499q0 123 52.5 199t146.5 76q34 0 62.5 -14t46.5 -35t35.5 -45.5t31.5 -45.5t33.5 -35t42.5 -14q44 0 71 44t27 132h92q0 -123 -52 -198.5t-146 -75.5q-41 0 -73 19.5t-52 47t-38 55t-40 47 t-49 19.5q-44 0 -71 -44t-27 -132h-93z" />
|
||||
<glyph unicode="Ò" horiz-adv-x="1566" d="M104 682q0 200 84.5 361t240 253.5t353.5 92.5t354 -92.5t241 -253.5t85 -361t-85 -361t-241 -253.5t-354 -92.5t-353.5 92.5t-240 253.5t-84.5 361zM281 682q0 -158 60.5 -284t175.5 -198.5t265 -72.5t265.5 72.5t177 198.5t61.5 284q0 242 -139 398.5t-365 156.5 q-227 0 -364 -156t-137 -399zM463 1786h160l303 -295h-117z" />
|
||||
<glyph unicode="Ó" horiz-adv-x="1566" d="M104 682q0 200 84.5 361t240 253.5t353.5 92.5t354 -92.5t241 -253.5t85 -361t-85 -361t-241 -253.5t-354 -92.5t-353.5 92.5t-240 253.5t-84.5 361zM281 682q0 -158 60.5 -284t175.5 -198.5t265 -72.5t265.5 72.5t177 198.5t61.5 284q0 242 -139 398.5t-365 156.5 q-227 0 -364 -156t-137 -399zM651 1491l303 295h160l-346 -295h-117z" />
|
||||
<glyph unicode="Ô" horiz-adv-x="1566" d="M104 682q0 200 84.5 361t240 253.5t353.5 92.5t354 -92.5t241 -253.5t85 -361t-85 -361t-241 -253.5t-354 -92.5t-353.5 92.5t-240 253.5t-84.5 361zM281 682q0 -158 60.5 -284t175.5 -198.5t265 -72.5t265.5 72.5t177 198.5t61.5 284q0 242 -139 398.5t-365 156.5 q-227 0 -364 -156t-137 -399zM516 1491l195 295h147l201 -295h-105l-170 217l-163 -217h-105z" />
|
||||
<glyph unicode="Õ" horiz-adv-x="1566" d="M104 682q0 200 84.5 361t240 253.5t353.5 92.5t354 -92.5t241 -253.5t85 -361t-85 -361t-241 -253.5t-354 -92.5t-353.5 92.5t-240 253.5t-84.5 361zM281 682q0 -158 60.5 -284t175.5 -198.5t265 -72.5t265.5 72.5t177 198.5t61.5 284q0 242 -139 398.5t-365 156.5 q-227 0 -364 -156t-137 -399zM463 1499q0 123 52.5 199t146.5 76q41 0 72.5 -19.5t51.5 -47t38 -55.5t40 -47.5t49 -19.5q44 0 71.5 44t27.5 132h92q0 -123 -52.5 -198.5t-146.5 -75.5q-41 0 -73 19.5t-52 47t-38 55t-40 47t-49 19.5q-44 0 -71 -44t-27 -132h-92z" />
|
||||
<glyph unicode="Ö" horiz-adv-x="1566" d="M104 682q0 200 84.5 361t240 253.5t353.5 92.5t354 -92.5t241 -253.5t85 -361t-85 -361t-241 -253.5t-354 -92.5t-353.5 92.5t-240 253.5t-84.5 361zM281 682q0 -158 60.5 -284t175.5 -198.5t265 -72.5t265.5 72.5t177 198.5t61.5 284q0 242 -139 398.5t-365 156.5 q-227 0 -364 -156t-137 -399zM475 1583q0 40 28 67t68 27q39 0 67 -27.5t28 -66.5q0 -38 -28.5 -66t-66.5 -28q-40 0 -68 28t-28 66zM899 1583q0 39 27.5 66.5t66.5 27.5q40 0 68.5 -27.5t28.5 -66.5q0 -38 -28.5 -66t-68.5 -28q-38 0 -66 28t-28 66z" />
|
||||
<glyph unicode="×" horiz-adv-x="1021" d="M131 379l305 305l-305 305l76 76l303 -305l305 305l76 -76l-303 -305l303 -305l-76 -76l-305 305l-303 -305z" />
|
||||
<glyph unicode="Ø" horiz-adv-x="1566" d="M104 682q0 200 84.5 361t240 253.5t353.5 92.5q189 0 342 -86l43 63h138l-86 -129q115 -96 179 -240.5t64 -314.5q0 -200 -85 -361t-241 -253.5t-354 -92.5q-194 0 -352 93l-45 -68h-137l90 133q-111 96 -172.5 238t-61.5 311zM281 682q0 -257 149 -412l606 901 q-116 66 -254 66q-227 0 -364 -156t-137 -399zM518 199q113 -72 264 -72q150 0 265.5 72.5t177 198.5t61.5 284q0 128 -41.5 236.5t-118.5 183.5z" />
|
||||
<glyph unicode="Ù" horiz-adv-x="1435" d="M160 530v836h172v-831q0 -191 99.5 -299.5t285.5 -108.5t286.5 109t100.5 299v831h172v-834q0 -261 -143 -409t-416 -148q-271 0 -414 148.5t-143 406.5zM393 1786h160l303 -295h-117z" />
|
||||
<glyph unicode="Ú" horiz-adv-x="1435" d="M160 530v836h172v-831q0 -191 99.5 -299.5t285.5 -108.5t286.5 109t100.5 299v831h172v-834q0 -261 -143 -409t-416 -148q-271 0 -414 148.5t-143 406.5zM582 1491l303 295h159l-346 -295h-116z" />
|
||||
<glyph unicode="Û" horiz-adv-x="1435" d="M160 530v836h172v-831q0 -191 99.5 -299.5t285.5 -108.5t286.5 109t100.5 299v831h172v-834q0 -261 -143 -409t-416 -148q-271 0 -414 148.5t-143 406.5zM457 1491l194 295h148l200 -295h-104l-170 217l-164 -217h-104z" />
|
||||
<glyph unicode="Ü" horiz-adv-x="1435" d="M160 530v836h172v-831q0 -191 99.5 -299.5t285.5 -108.5t286.5 109t100.5 299v831h172v-834q0 -261 -143 -409t-416 -148q-271 0 -414 148.5t-143 406.5zM412 1583q0 40 28 67t68 27q39 0 66.5 -27.5t27.5 -66.5q0 -38 -28 -66t-66 -28q-40 0 -68 28t-28 66zM836 1583 q0 39 27.5 66.5t66.5 27.5q40 0 68 -27t28 -67q0 -38 -28 -66t-68 -28q-38 0 -66 28t-28 66z" />
|
||||
<glyph unicode="Ý" horiz-adv-x="1282" d="M18 1366h199l424 -635l424 635h199l-537 -788v-578h-170v578zM514 1491l303 295h160l-346 -295h-117z" />
|
||||
<glyph unicode="Þ" horiz-adv-x="1202" d="M160 0v1366h170v-244h379q198 0 313 -119t115 -294q0 -174 -115.5 -292t-312.5 -118h-379v-299h-170zM330 451h358q122 0 197.5 71.5t75.5 186.5q0 116 -76 189t-197 73h-358v-520z" />
|
||||
<glyph unicode="ß" horiz-adv-x="1222" d="M156 0v1022q0 155 106.5 259.5t282.5 104.5q147 0 252.5 -71t105.5 -187q0 -45 -17 -83t-44 -64t-59.5 -49.5t-65.5 -44.5t-60 -42.5t-44 -50.5t-17 -63q0 -43 32.5 -71.5t84.5 -45t114.5 -30.5t125 -35t114.5 -51.5t84.5 -87t32.5 -134.5q0 -128 -99 -214.5t-282 -86.5 q-134 0 -219 41.5t-162 118.5l78 107q46 -61 125.5 -100.5t177.5 -39.5q112 0 171.5 49.5t59.5 120.5q0 48 -32.5 81t-84.5 51.5t-114.5 34t-125 36t-114.5 49t-84.5 81.5t-32.5 126q0 61 31 110.5t75 81.5t87.5 60t74.5 60.5t31 68.5q0 63 -61.5 100t-140.5 37 q-100 0 -167 -62t-67 -165v-1022h-153z" />
|
||||
<glyph unicode="à" horiz-adv-x="1177" d="M96 494q0 235 123 377.5t318 142.5q99 0 185.5 -46t147.5 -128v149h154v-989h-154v147q-58 -78 -145 -125t-188 -47q-196 0 -318.5 140.5t-122.5 378.5zM256 494q0 -168 85.5 -274.5t233.5 -106.5q89 0 171.5 45.5t123.5 111.5v447q-41 67 -124 113.5t-171 46.5 q-147 0 -233 -107.5t-86 -275.5zM276 1434h160l303 -295h-116z" />
|
||||
<glyph unicode="á" horiz-adv-x="1177" d="M96 494q0 235 123 377.5t318 142.5q99 0 185.5 -46t147.5 -128v149h154v-989h-154v147q-58 -78 -145 -125t-188 -47q-196 0 -318.5 140.5t-122.5 378.5zM256 494q0 -168 85.5 -274.5t233.5 -106.5q89 0 171.5 45.5t123.5 111.5v447q-41 67 -124 113.5t-171 46.5 q-147 0 -233 -107.5t-86 -275.5zM467 1139l303 295h160l-346 -295h-117z" />
|
||||
<glyph unicode="â" horiz-adv-x="1177" d="M96 494q0 235 123 377.5t318 142.5q99 0 185.5 -46t147.5 -128v149h154v-989h-154v147q-58 -78 -145 -125t-188 -47q-196 0 -318.5 140.5t-122.5 378.5zM256 494q0 -168 85.5 -274.5t233.5 -106.5q89 0 171.5 45.5t123.5 111.5v447q-41 67 -124 113.5t-171 46.5 q-147 0 -233 -107.5t-86 -275.5zM330 1139l194 295h148l200 -295h-104l-170 217l-164 -217h-104z" />
|
||||
<glyph unicode="ã" horiz-adv-x="1177" d="M96 494q0 235 123 377.5t318 142.5q99 0 185.5 -46t147.5 -128v149h154v-989h-154v147q-58 -78 -145 -125t-188 -47q-196 0 -318.5 140.5t-122.5 378.5zM256 494q0 -168 85.5 -274.5t233.5 -106.5q89 0 171.5 45.5t123.5 111.5v447q-41 67 -124 113.5t-171 46.5 q-147 0 -233 -107.5t-86 -275.5zM281 1147q0 123 52 198.5t146 75.5q41 0 73 -19.5t52 -47t38 -55t40 -47t49 -19.5q44 0 71 44t27 132h93q0 -123 -52.5 -198.5t-146.5 -75.5q-41 0 -73 19.5t-52 47t-38 55t-40 47t-49 19.5q-44 0 -71 -44t-27 -132h-92z" />
|
||||
<glyph unicode="ä" horiz-adv-x="1177" d="M96 494q0 235 123 377.5t318 142.5q99 0 185.5 -46t147.5 -128v149h154v-989h-154v147q-58 -78 -145 -125t-188 -47q-196 0 -318.5 140.5t-122.5 378.5zM256 494q0 -168 85.5 -274.5t233.5 -106.5q89 0 171.5 45.5t123.5 111.5v447q-41 67 -124 113.5t-171 46.5 q-147 0 -233 -107.5t-86 -275.5zM293 1237q0 40 28 67t68 27q39 0 66.5 -27.5t27.5 -66.5q0 -38 -28 -66t-66 -28q-40 0 -68 28t-28 66zM717 1237q0 39 27.5 66.5t66.5 27.5q40 0 68 -27t28 -67q0 -38 -28 -66t-68 -28q-38 0 -66 28t-28 66z" />
|
||||
<glyph unicode="å" horiz-adv-x="1177" d="M96 494q0 235 123 377.5t318 142.5q99 0 185.5 -46t147.5 -128v149h154v-989h-154v147q-58 -78 -145 -125t-188 -47q-196 0 -318.5 140.5t-122.5 378.5zM256 494q0 -168 85.5 -274.5t233.5 -106.5q89 0 171.5 45.5t123.5 111.5v447q-41 67 -124 113.5t-171 46.5 q-147 0 -233 -107.5t-86 -275.5zM393 1337q0 83 60 143t143 60t141 -59.5t58 -143.5t-58 -143t-141 -59t-143 59.5t-60 142.5zM475 1337q0 -50 35 -85t86 -35q49 0 84 35t35 85t-35 85.5t-84 35.5q-51 0 -86 -35.5t-35 -85.5z" />
|
||||
<glyph unicode="æ" horiz-adv-x="1916" d="M96 494q0 235 123 377.5t318 142.5q99 0 185.5 -46t147.5 -128v149h154v-192q56 102 147.5 159.5t212.5 57.5q102 0 186 -41t139.5 -113t85.5 -168.5t30 -208.5v-39h-801q9 -145 104 -241.5t250 -96.5q88 0 168.5 32t139.5 93l73 -102q-147 -154 -358 -154 q-127 0 -224 56t-153 159v-190h-154v147q-58 -78 -145 -125t-188 -47q-196 0 -318.5 140.5t-122.5 378.5zM256 494q0 -168 85.5 -274.5t233.5 -106.5q89 0 171.5 45.5t123.5 111.5v447q-41 67 -124 113.5t-171 46.5q-147 0 -233 -107.5t-86 -275.5zM1024 559h649 q-1 57 -20.5 113t-57.5 105t-102 79.5t-145 30.5q-76 0 -138 -30t-100.5 -78.5t-60.5 -105t-25 -114.5z" />
|
||||
<glyph unicode="ç" horiz-adv-x="1015" d="M96 496q0 146 61.5 263.5t174.5 186t258 68.5q229 0 362 -172l-102 -92q-93 127 -252 127q-155 0 -248.5 -107t-93.5 -274t94 -275t248 -108q155 0 252 129l102 -95q-119 -157 -323 -170l-33 -86q29 23 76 23q59 0 97 -37.5t38 -99.5q0 -74 -61 -119t-152 -45 q-63 0 -118.5 17.5t-88.5 43.5l39 78q73 -59 164 -59q53 0 89 23t36 63q0 33 -19.5 52t-56.5 19q-51 0 -78 -34l-67 39l45 125q-198 17 -320.5 162t-122.5 354z" />
|
||||
<glyph unicode="è" horiz-adv-x="1153" d="M96 496q0 142 62.5 260.5t174.5 188t251 69.5q146 0 255 -71t164.5 -190.5t55.5 -269.5v-39h-799q9 -146 104.5 -244t249.5 -98q87 0 167.5 33t140.5 94l73 -100q-157 -154 -393 -154q-222 0 -364 145t-142 376zM258 559h649q-1 57 -20.5 113t-57.5 105t-102 79.5 t-145 30.5q-76 0 -138 -30t-100.5 -78.5t-60.5 -105t-25 -114.5zM258 1434h160l303 -295h-117z" />
|
||||
<glyph unicode="é" horiz-adv-x="1153" d="M96 496q0 142 62.5 260.5t174.5 188t251 69.5q146 0 255 -71t164.5 -190.5t55.5 -269.5v-39h-799q9 -146 104.5 -244t249.5 -98q87 0 167.5 33t140.5 94l73 -100q-157 -154 -393 -154q-222 0 -364 145t-142 376zM258 559h649q-1 57 -20.5 113t-57.5 105t-102 79.5 t-145 30.5q-76 0 -138 -30t-100.5 -78.5t-60.5 -105t-25 -114.5zM451 1139l303 295h159l-346 -295h-116z" />
|
||||
<glyph unicode="ê" horiz-adv-x="1153" d="M96 496q0 142 62.5 260.5t174.5 188t251 69.5q146 0 255 -71t164.5 -190.5t55.5 -269.5v-39h-799q9 -146 104.5 -244t249.5 -98q87 0 167.5 33t140.5 94l73 -100q-157 -154 -393 -154q-222 0 -364 145t-142 376zM258 559h649q-1 57 -20.5 113t-57.5 105t-102 79.5 t-145 30.5q-76 0 -138 -30t-100.5 -78.5t-60.5 -105t-25 -114.5zM315 1139l195 295h147l201 -295h-104l-170 217l-164 -217h-105z" />
|
||||
<glyph unicode="ë" horiz-adv-x="1153" d="M96 496q0 142 62.5 260.5t174.5 188t251 69.5q146 0 255 -71t164.5 -190.5t55.5 -269.5v-39h-799q9 -146 104.5 -244t249.5 -98q87 0 167.5 33t140.5 94l73 -100q-157 -154 -393 -154q-222 0 -364 145t-142 376zM258 559h649q-1 57 -20.5 113t-57.5 105t-102 79.5 t-145 30.5q-76 0 -138 -30t-100.5 -78.5t-60.5 -105t-25 -114.5zM279 1237q0 40 28 67t68 27q39 0 66.5 -27.5t27.5 -66.5q0 -38 -28 -66t-66 -28q-40 0 -68 28t-28 66zM702 1237q0 39 28 66.5t67 27.5q40 0 68 -27t28 -67q0 -38 -28 -66t-68 -28q-38 0 -66.5 28t-28.5 66z " />
|
||||
<glyph unicode="ì" horiz-adv-x="460" d="M-98 1434h159l304 -295h-117zM154 0v989h153v-989h-153z" />
|
||||
<glyph unicode="í" horiz-adv-x="460" d="M96 1139l303 295h160l-346 -295h-117zM154 0v989h153v-989h-153z" />
|
||||
<glyph unicode="î" horiz-adv-x="460" d="M-39 1139l195 295h147l201 -295h-105l-170 217l-163 -217h-105zM154 0v989h153v-989h-153z" />
|
||||
<glyph unicode="ï" horiz-adv-x="460" d="M-76 1237q0 40 28 67t68 27q39 0 67 -27.5t28 -66.5q0 -38 -28.5 -66t-66.5 -28q-40 0 -68 28t-28 66zM154 0v989h153v-989h-153zM348 1237q0 39 27.5 66.5t66.5 27.5q40 0 68.5 -27.5t28.5 -66.5q0 -38 -28.5 -66t-68.5 -28q-38 0 -66 28t-28 66z" />
|
||||
<glyph unicode="ð" d="M96 479q0 216 127 359t324 143q200 0 323 -180q-104 186 -327 348l-293 -131l-37 86l242 106q-29 19 -85 55t-69 44l84 127q125 -77 229 -156l222 98l34 -84l-176 -77q381 -324 381 -711q0 -233 -133.5 -382t-355.5 -149q-218 0 -354 143t-136 361zM258 479 q0 -154 88 -260t240 -106t239.5 106t87.5 260q0 98 -37 180t-112.5 133.5t-177.5 51.5q-152 0 -240 -106.5t-88 -258.5z" />
|
||||
<glyph unicode="ñ" horiz-adv-x="1130" d="M160 0v989h153v-143q58 69 154 118.5t201 49.5q313 0 313 -320v-694h-152v647q0 125 -58 177.5t-165 52.5q-86 0 -165.5 -45t-127.5 -109v-723h-153zM246 1147q0 123 52 198.5t146 75.5q41 0 73 -19.5t52 -47t38 -55t40 -47t49 -19.5q44 0 71.5 44t27.5 132h92 q0 -123 -52.5 -198.5t-146.5 -75.5q-41 0 -73 19.5t-52 47t-38 55t-40 47t-49 19.5q-44 0 -71 -44t-27 -132h-92z" />
|
||||
<glyph unicode="ò" d="M96 496q0 144 59 261t171.5 187t259.5 70t259.5 -70t171 -187t58.5 -261t-58.5 -262t-171 -188.5t-259.5 -70.5t-259.5 70.5t-171.5 188.5t-59 262zM258 496q0 -160 88 -271.5t240 -111.5q102 0 177.5 54t112.5 139.5t37 189.5q0 103 -37 188t-112.5 139t-177.5 54 t-178 -54t-113 -139.5t-37 -187.5zM258 1434h160l303 -295h-117z" />
|
||||
<glyph unicode="ó" d="M96 496q0 144 59 261t171.5 187t259.5 70t259.5 -70t171 -187t58.5 -261t-58.5 -262t-171 -188.5t-259.5 -70.5t-259.5 70.5t-171.5 188.5t-59 262zM258 496q0 -160 88 -271.5t240 -111.5q102 0 177.5 54t112.5 139.5t37 189.5q0 103 -37 188t-112.5 139t-177.5 54 t-178 -54t-113 -139.5t-37 -187.5zM451 1139l303 295h159l-346 -295h-116z" />
|
||||
<glyph unicode="ô" d="M96 496q0 144 59 261t171.5 187t259.5 70t259.5 -70t171 -187t58.5 -261t-58.5 -262t-171 -188.5t-259.5 -70.5t-259.5 70.5t-171.5 188.5t-59 262zM258 496q0 -160 88 -271.5t240 -111.5q102 0 177.5 54t112.5 139.5t37 189.5q0 103 -37 188t-112.5 139t-177.5 54 t-178 -54t-113 -139.5t-37 -187.5zM317 1139l195 295h147l201 -295h-104l-170 217l-164 -217h-105z" />
|
||||
<glyph unicode="õ" d="M96 496q0 144 59 261t171.5 187t259.5 70t259.5 -70t171 -187t58.5 -261t-58.5 -262t-171 -188.5t-259.5 -70.5t-259.5 70.5t-171.5 188.5t-59 262zM258 496q0 -160 88 -271.5t240 -111.5q102 0 177.5 54t112.5 139.5t37 189.5q0 103 -37 188t-112.5 139t-177.5 54 t-178 -54t-113 -139.5t-37 -187.5zM266 1147q0 123 52.5 198.5t146.5 75.5q41 0 73 -19.5t52 -47t38 -55t40 -47t49 -19.5q44 0 71 44t27 132h92q0 -123 -52 -198.5t-146 -75.5q-41 0 -73 19.5t-52 47t-38 55t-40 47t-49 19.5q-44 0 -71.5 -44t-27.5 -132h-92z" />
|
||||
<glyph unicode="ö" d="M96 496q0 144 59 261t171.5 187t259.5 70t259.5 -70t171 -187t58.5 -261t-58.5 -262t-171 -188.5t-259.5 -70.5t-259.5 70.5t-171.5 188.5t-59 262zM258 496q0 -160 88 -271.5t240 -111.5q102 0 177.5 54t112.5 139.5t37 189.5q0 103 -37 188t-112.5 139t-177.5 54 t-178 -54t-113 -139.5t-37 -187.5zM279 1237q0 40 28 67t68 27q39 0 66.5 -27.5t27.5 -66.5q0 -38 -28 -66t-66 -28q-40 0 -68 28t-28 66zM702 1237q0 39 28 66.5t67 27.5q40 0 68 -27t28 -67q0 -38 -28 -66t-68 -28q-38 0 -66.5 28t-28.5 66z" />
|
||||
<glyph unicode="÷" horiz-adv-x="1046" d="M59 637v106h928v-106h-928zM430 295q0 38 28 66t66 28t66 -28t28 -66t-28 -66t-66 -28t-66 28t-28 66zM430 1079q0 38 28 65t66 27t66 -27t28 -65q0 -40 -28 -68t-66 -28t-66 28t-28 68z" />
|
||||
<glyph unicode="ø" d="M96 496q0 144 59 261t171.5 187t259.5 70q160 0 280 -84l47 59h113l-92 -117q68 -71 104.5 -168.5t36.5 -207.5q0 -144 -58.5 -262t-171 -188.5t-259.5 -70.5q-168 0 -291 93l-53 -68h-111l98 125q-133 145 -133 371zM258 496q0 -147 70 -248l446 567q-78 62 -188 62 q-102 0 -178 -54t-113 -139.5t-37 -187.5zM385 182q81 -69 201 -69q102 0 177.5 54t112.5 139.5t37 189.5q0 151 -77 254z" />
|
||||
<glyph unicode="ù" horiz-adv-x="1128" d="M154 291v698h153v-651q0 -124 57 -174.5t166 -50.5q86 0 166 43t125 106v727h154v-989h-154v139q-62 -70 -155 -117t-197 -47q-315 0 -315 316zM242 1434h159l304 -295h-117z" />
|
||||
<glyph unicode="ú" horiz-adv-x="1128" d="M154 291v698h153v-651q0 -124 57 -174.5t166 -50.5q86 0 166 43t125 106v727h154v-989h-154v139q-62 -70 -155 -117t-197 -47q-315 0 -315 316zM432 1139l303 295h160l-346 -295h-117z" />
|
||||
<glyph unicode="û" horiz-adv-x="1128" d="M154 291v698h153v-651q0 -124 57 -174.5t166 -50.5q86 0 166 43t125 106v727h154v-989h-154v139q-62 -70 -155 -117t-197 -47q-315 0 -315 316zM295 1139l194 295h148l201 -295h-105l-170 217l-164 -217h-104z" />
|
||||
<glyph unicode="ü" horiz-adv-x="1128" d="M154 291v698h153v-651q0 -124 57 -174.5t166 -50.5q86 0 166 43t125 106v727h154v-989h-154v139q-62 -70 -155 -117t-197 -47q-315 0 -315 316zM264 1237q0 40 28 67t68 27q39 0 67 -27.5t28 -66.5q0 -38 -28.5 -66t-66.5 -28q-40 0 -68 28t-28 66zM688 1237 q0 39 27.5 66.5t66.5 27.5q40 0 68.5 -27.5t28.5 -66.5q0 -38 -28.5 -66t-68.5 -28q-38 0 -66 28t-28 66z" />
|
||||
<glyph unicode="ý" horiz-adv-x="1128" d="M143 -252l78 111q107 -133 301 -133q140 0 219.5 75.5t79.5 210.5v148q-62 -70 -155 -117t-197 -47q-315 0 -315 315v678h153v-631q0 -124 57 -175.5t166 -51.5q85 0 165 44t126 106v708h154v-977q0 -102 -36 -182.5t-99 -130t-144 -75t-174 -25.5q-121 0 -212 36.5 t-167 112.5zM428 1139l303 295h160l-346 -295h-117z" />
|
||||
<glyph unicode="þ" d="M154 -377v1743h153v-524q56 78 144.5 125t189.5 47q197 0 318.5 -139.5t121.5 -378.5q0 -237 -121.5 -379t-318.5 -142q-100 0 -185.5 46t-148.5 129v-527h-153zM307 272q41 -67 124 -113t171 -46q146 0 232 107.5t86 275.5t-86 274.5t-232 106.5q-88 0 -171 -46 t-124 -112v-447z" />
|
||||
<glyph unicode="ÿ" horiz-adv-x="1128" d="M143 -252l78 111q107 -133 301 -133q140 0 219.5 75.5t79.5 210.5v148q-62 -70 -155 -117t-197 -47q-315 0 -315 315v678h153v-631q0 -124 57 -175.5t166 -51.5q85 0 165 44t126 106v708h154v-977q0 -102 -36 -182.5t-99 -130t-144 -75t-174 -25.5q-121 0 -212 36.5 t-167 112.5zM250 1237q0 40 28 67t68 27q39 0 66.5 -27.5t27.5 -66.5q0 -38 -28 -66t-66 -28q-40 0 -68 28t-28 66zM674 1237q0 39 27.5 66.5t66.5 27.5q40 0 68 -27t28 -67q0 -38 -28 -66t-68 -28q-38 0 -66 28t-28 66z" />
|
||||
<glyph unicode="Œ" horiz-adv-x="2263" d="M104 682q0 200 82.5 360.5t234.5 252t347 91.5q150 0 282.5 -69.5t206.5 -198.5v248h895v-152h-725v-440h711v-151h-711v-471h725v-152h-895v248q-74 -131 -206.5 -202t-282.5 -71q-195 0 -347 92.5t-234.5 253.5t-82.5 361zM281 682q0 -118 35.5 -220t100 -176.5 t160.5 -116.5t211 -42q160 0 284.5 85.5t184.5 246.5v448q-60 160 -184 244t-285 84q-231 0 -369 -155t-138 -398z" />
|
||||
<glyph unicode="œ" horiz-adv-x="1970" d="M96 496q0 144 59 261t171.5 187t259.5 70q87 0 160 -28.5t121.5 -75.5t78 -90t49.5 -89q19 46 50.5 91t80 90.5t120 73.5t155.5 28q146 0 255 -71t164.5 -190.5t55.5 -269.5v-39h-799q9 -145 105.5 -243.5t249.5 -98.5q87 0 167 33t140 94l73 -100q-157 -154 -393 -154 q-90 0 -165 27t-125.5 72.5t-82 89.5t-53.5 94q-17 -38 -37.5 -72t-56.5 -74.5t-77.5 -69t-103.5 -48t-132 -19.5q-147 0 -259.5 70.5t-171.5 188.5t-59 262zM258 496q0 -163 89 -274t239 -111t238.5 111t88.5 274q0 162 -88.5 271.5t-238.5 109.5t-239 -110t-89 -271z M1075 559h651q-1 45 -13.5 90t-38.5 88t-63 76t-91.5 53.5t-118.5 20.5q-76 0 -139 -30t-101.5 -78.5t-60.5 -105t-25 -114.5z" />
|
||||
<glyph unicode="Ÿ" horiz-adv-x="1282" d="M18 1366h199l424 -635l424 635h199l-537 -788v-578h-170v578zM340 1583q0 40 28 67t68 27q39 0 66.5 -27.5t27.5 -66.5q0 -38 -28 -66t-66 -28q-40 0 -68 28t-28 66zM764 1583q0 39 27.5 66.5t66.5 27.5q40 0 68 -27t28 -67q0 -38 -28 -66t-68 -28q-38 0 -66 28t-28 66z " />
|
||||
<glyph unicode="ˆ" horiz-adv-x="542" d="M0 1139l195 295h147l201 -295h-105l-170 217l-164 -217h-104z" />
|
||||
<glyph unicode="˜" horiz-adv-x="641" d="M0 1147q0 123 52.5 198.5t146.5 75.5q41 0 73 -19.5t52 -47t38 -55t40 -47t49 -19.5q44 0 71 44t27 132h92q0 -123 -52.5 -198.5t-146.5 -75.5q-41 0 -73 19.5t-52 47t-38 55t-40 47t-49 19.5q-44 0 -71 -44t-27 -132h-92z" />
|
||||
<glyph unicode=" " horiz-adv-x="911" />
|
||||
<glyph unicode=" " horiz-adv-x="1823" />
|
||||
<glyph unicode=" " horiz-adv-x="911" />
|
||||
<glyph unicode=" " horiz-adv-x="1823" />
|
||||
<glyph unicode=" " horiz-adv-x="607" />
|
||||
<glyph unicode=" " horiz-adv-x="455" />
|
||||
<glyph unicode=" " horiz-adv-x="303" />
|
||||
<glyph unicode=" " horiz-adv-x="303" />
|
||||
<glyph unicode=" " horiz-adv-x="227" />
|
||||
<glyph unicode=" " horiz-adv-x="364" />
|
||||
<glyph unicode=" " horiz-adv-x="101" />
|
||||
<glyph unicode="‐" horiz-adv-x="614" d="M61 428v135h492v-135h-492z" />
|
||||
<glyph unicode="‑" horiz-adv-x="614" d="M61 428v135h492v-135h-492z" />
|
||||
<glyph unicode="‒" horiz-adv-x="614" d="M61 428v135h492v-135h-492z" />
|
||||
<glyph unicode="–" horiz-adv-x="1214" d="M61 428v135h1092v-135h-1092z" />
|
||||
<glyph unicode="—" horiz-adv-x="1705" d="M61 428v135h1584v-135h-1584z" />
|
||||
<glyph unicode="‘" horiz-adv-x="471" d="M98 1079q0 90 46 172.5t118 134.5l78 -61q-50 -33 -88.5 -87t-44.5 -103q1 0 12 2t17 2q41 0 69.5 -30.5t28.5 -74.5q0 -46 -31.5 -78t-77.5 -32q-54 0 -90.5 41.5t-36.5 113.5z" />
|
||||
<glyph unicode="’" horiz-adv-x="471" d="M117 985q50 33 88.5 87.5t44.5 103.5q-10 -5 -29 -5q-41 0 -69.5 30.5t-28.5 74.5q0 45 31.5 77.5t76.5 32.5q55 0 92 -41.5t37 -113.5q0 -91 -46 -173.5t-119 -135.5z" />
|
||||
<glyph unicode="‚" horiz-adv-x="471" d="M117 -197q51 33 89 87t44 104q-8 -4 -29 -4q-41 0 -69.5 30t-28.5 74q0 45 31.5 78t76.5 33q55 0 92 -42.5t37 -113.5q0 -91 -46 -173.5t-119 -135.5z" />
|
||||
<glyph unicode="“" horiz-adv-x="798" d="M111 1079q0 91 46 173.5t119 133.5l76 -61q-50 -32 -87.5 -86.5t-43.5 -103.5l11 2q10 2 16 2q43 0 71.5 -30.5t28.5 -74.5q0 -46 -32 -78t-78 -32q-54 0 -90.5 41.5t-36.5 113.5zM438 1079q0 91 46.5 173.5t119.5 133.5l76 -61q-50 -32 -87.5 -86.5t-43.5 -103.5 q1 0 11 2t15 2q43 0 72 -30.5t29 -74.5q0 -46 -32.5 -78t-78.5 -32q-54 0 -90.5 41.5t-36.5 113.5z" />
|
||||
<glyph unicode="”" horiz-adv-x="798" d="M117 985q50 33 88.5 87.5t44.5 103.5q-10 -5 -29 -5q-41 0 -69.5 30.5t-28.5 74.5q0 45 31.5 77.5t76.5 32.5q55 0 92 -41.5t37 -113.5q0 -91 -46 -173.5t-119 -135.5zM446 985q50 33 88 87.5t44 103.5q-5 -5 -27 -5q-43 0 -71.5 30.5t-28.5 74.5q0 45 32.5 77.5 t77.5 32.5q54 0 90.5 -41.5t36.5 -113.5q0 -91 -46.5 -173.5t-119.5 -135.5z" />
|
||||
<glyph unicode="„" horiz-adv-x="798" d="M117 -197q51 33 89 87t44 104q-8 -4 -29 -4q-41 0 -69.5 30t-28.5 74q0 45 31.5 78t76.5 33q55 0 92 -42.5t37 -113.5q0 -91 -46 -173.5t-119 -135.5zM446 -197q50 33 88 87t44 104q-4 -4 -27 -4q-43 0 -71.5 30t-28.5 74q0 45 32.5 78t77.5 33q53 0 90 -42.5t37 -113.5 q0 -91 -46.5 -173.5t-119.5 -135.5z" />
|
||||
<glyph unicode="•" horiz-adv-x="733" d="M147 496q0 91 65.5 156t156.5 65t156 -65t65 -156q0 -90 -65 -155t-156 -65t-156.5 65.5t-65.5 154.5z" />
|
||||
<glyph unicode="…" horiz-adv-x="1415" d="M123 92q0 46 33.5 79.5t79.5 33.5t79 -33.5t33 -79.5q0 -45 -33.5 -78.5t-78.5 -33.5q-46 0 -79.5 34t-33.5 78zM594 92q0 46 33.5 79.5t79.5 33.5t79 -33.5t33 -79.5q0 -45 -33.5 -78.5t-78.5 -33.5t-79 34t-34 78zM1067 92q0 46 33.5 79.5t79.5 33.5q45 0 77.5 -33.5 t32.5 -79.5q0 -45 -32.5 -78.5t-77.5 -33.5q-46 0 -79.5 34t-33.5 78z" />
|
||||
<glyph unicode=" " horiz-adv-x="364" />
|
||||
<glyph unicode="‹" horiz-adv-x="604" d="M61 498l328 362h154l-328 -362l328 -369h-154z" />
|
||||
<glyph unicode="›" horiz-adv-x="604" d="M61 129l328 369l-328 362h154l328 -362l-328 -369h-154z" />
|
||||
<glyph unicode=" " horiz-adv-x="455" />
|
||||
<glyph unicode="€" horiz-adv-x="1423" d="M63 485v107h91q-4 58 -4 90t4 94h-91v109h113q61 230 246 367t430 137q329 0 518 -271l-141 -80q-60 90 -161 144.5t-216 54.5q-174 0 -307 -95t-189 -257h619v-109h-643q-6 -46 -6 -94q0 -46 6 -90h643v-107h-619q54 -163 188 -260.5t308 -97.5q114 0 215.5 55 t161.5 144l143 -78q-199 -273 -520 -273q-248 0 -433 138.5t-245 371.5h-111z" />
|
||||
<glyph unicode="™" horiz-adv-x="929" d="M35 1313v53h311v-53h-127v-398h-57v398h-127zM420 915v451h88l131 -328l131 328h88v-451h-57v373l-154 -373h-16l-154 373v-373h-57z" />
|
||||
<glyph unicode="◼" horiz-adv-x="993" d="M0 0v993h993v-993h-993z" />
|
||||
<hkern u1="D" u2="'" k="20" />
|
||||
<hkern u1="D" u2=""" k="20" />
|
||||
<hkern u1="O" u2="'" k="20" />
|
||||
<hkern u1="O" u2=""" k="20" />
|
||||
<hkern u1="Q" u2="™" k="20" />
|
||||
<hkern u1="Q" u2="”" k="20" />
|
||||
<hkern u1="Q" u2="“" k="20" />
|
||||
<hkern u1="Q" u2="’" k="20" />
|
||||
<hkern u1="Q" u2="‘" k="20" />
|
||||
<hkern u1="Q" u2="®" k="20" />
|
||||
<hkern u1="Q" u2="'" k="20" />
|
||||
<hkern u1="Q" u2=""" k="20" />
|
||||
<hkern u1="a" u2="Ÿ" k="184" />
|
||||
<hkern u1="a" u2="Ý" k="184" />
|
||||
<hkern u1="a" u2="Y" k="184" />
|
||||
<hkern u1="a" u2="W" k="61" />
|
||||
<hkern u1="a" u2="V" k="86" />
|
||||
<hkern u1="a" u2="T" k="174" />
|
||||
<hkern u1="a" u2="?" k="47" />
|
||||
<hkern u1="h" u2="Ÿ" k="225" />
|
||||
<hkern u1="h" u2="Ý" k="225" />
|
||||
<hkern u1="h" u2="Y" k="225" />
|
||||
<hkern u1="h" u2="W" k="88" />
|
||||
<hkern u1="h" u2="V" k="135" />
|
||||
<hkern u1="h" u2="T" k="221" />
|
||||
<hkern u1="h" u2="?" k="74" />
|
||||
<hkern u1="m" u2="Ÿ" k="225" />
|
||||
<hkern u1="m" u2="Ý" k="225" />
|
||||
<hkern u1="m" u2="Y" k="225" />
|
||||
<hkern u1="m" u2="W" k="88" />
|
||||
<hkern u1="m" u2="V" k="135" />
|
||||
<hkern u1="m" u2="T" k="221" />
|
||||
<hkern u1="m" u2="?" k="74" />
|
||||
<hkern u1="Ð" u2="™" k="20" />
|
||||
<hkern u1="Ð" u2="”" k="20" />
|
||||
<hkern u1="Ð" u2="“" k="20" />
|
||||
<hkern u1="Ð" u2="’" k="20" />
|
||||
<hkern u1="Ð" u2="‘" k="20" />
|
||||
<hkern u1="Ð" u2="®" k="20" />
|
||||
<hkern u1="Ð" u2="'" k="20" />
|
||||
<hkern u1="Ð" u2=""" k="20" />
|
||||
<hkern u1="Ò" u2="'" k="20" />
|
||||
<hkern u1="Ò" u2=""" k="20" />
|
||||
<hkern u1="Ó" u2="'" k="20" />
|
||||
<hkern u1="Ó" u2=""" k="20" />
|
||||
<hkern u1="Ô" u2="'" k="20" />
|
||||
<hkern u1="Ô" u2=""" k="20" />
|
||||
<hkern u1="Õ" u2="™" k="20" />
|
||||
<hkern u1="Õ" u2="”" k="20" />
|
||||
<hkern u1="Õ" u2="“" k="20" />
|
||||
<hkern u1="Õ" u2="’" k="20" />
|
||||
<hkern u1="Õ" u2="‘" k="20" />
|
||||
<hkern u1="Õ" u2="®" k="20" />
|
||||
<hkern u1="Õ" u2="'" k="20" />
|
||||
<hkern u1="Õ" u2=""" k="20" />
|
||||
<hkern u1="Ö" u2="™" k="20" />
|
||||
<hkern u1="Ö" u2="”" k="20" />
|
||||
<hkern u1="Ö" u2="“" k="20" />
|
||||
<hkern u1="Ö" u2="’" k="20" />
|
||||
<hkern u1="Ö" u2="‘" k="20" />
|
||||
<hkern u1="Ö" u2="®" k="20" />
|
||||
<hkern u1="Ö" u2="'" k="20" />
|
||||
<hkern u1="Ö" u2=""" k="20" />
|
||||
<hkern u1="Ø" u2="™" k="20" />
|
||||
<hkern u1="Ø" u2="”" k="20" />
|
||||
<hkern u1="Ø" u2="“" k="20" />
|
||||
<hkern u1="Ø" u2="’" k="20" />
|
||||
<hkern u1="Ø" u2="‘" k="20" />
|
||||
<hkern u1="Ø" u2="®" k="20" />
|
||||
<hkern u1="Ø" u2="'" k="20" />
|
||||
<hkern u1="Ø" u2=""" k="20" />
|
||||
<hkern u1="Þ" u2="™" k="20" />
|
||||
<hkern u1="Þ" u2="”" k="20" />
|
||||
<hkern u1="Þ" u2="“" k="20" />
|
||||
<hkern u1="Þ" u2="’" k="20" />
|
||||
<hkern u1="Þ" u2="‘" k="20" />
|
||||
<hkern u1="Þ" u2="®" k="20" />
|
||||
<hkern u1="Þ" u2="'" k="20" />
|
||||
<hkern u1="Þ" u2=""" k="20" />
|
||||
<hkern u1="ø" u2="™" k="20" />
|
||||
<hkern u1="ø" u2="”" k="20" />
|
||||
<hkern u1="ø" u2="“" k="20" />
|
||||
<hkern u1="ø" u2="’" k="20" />
|
||||
<hkern u1="ø" u2="‘" k="20" />
|
||||
<hkern u1="ø" u2="®" k="20" />
|
||||
<hkern u1="ø" u2="'" k="20" />
|
||||
<hkern u1="ø" u2=""" k="20" />
|
||||
<hkern u1="þ" u2="™" k="20" />
|
||||
<hkern u1="þ" u2="”" k="20" />
|
||||
<hkern u1="þ" u2="“" k="20" />
|
||||
<hkern u1="þ" u2="’" k="20" />
|
||||
<hkern u1="þ" u2="‘" k="20" />
|
||||
<hkern u1="þ" u2="®" k="20" />
|
||||
<hkern u1="þ" u2="'" k="20" />
|
||||
<hkern u1="þ" u2=""" k="20" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="asterisk" k="207" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="question" k="158" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="76" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="S" k="29" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="T" k="137" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="53" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="V" k="111" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="W" k="96" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="Y,Yacute,Ydieresis" k="129" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="t" k="23" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="u" k="25" />
|
||||
<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="35" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="199" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="y,yacute,ydieresis" k="25" />
|
||||
<hkern g1="B" g2="T" k="35" />
|
||||
<hkern g1="B" g2="V" k="27" />
|
||||
<hkern g1="B" g2="W" k="20" />
|
||||
<hkern g1="B" g2="Y,Yacute,Ydieresis" k="61" />
|
||||
<hkern g1="B" g2="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="20" />
|
||||
<hkern g1="C,Ccedilla" g2="Y,Yacute,Ydieresis" k="33" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="question" k="33" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="T" k="55" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="V" k="41" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="W" k="41" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="Y,Yacute,Ydieresis" k="82" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="55" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="76" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="J" k="41" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="X" k="61" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="Z" k="35" />
|
||||
<hkern g1="F" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="102" />
|
||||
<hkern g1="F" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="74" />
|
||||
<hkern g1="F" g2="J" k="121" />
|
||||
<hkern g1="K" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="111" />
|
||||
<hkern g1="K" g2="Y,Yacute,Ydieresis" k="43" />
|
||||
<hkern g1="K" g2="t" k="80" />
|
||||
<hkern g1="K" g2="u" k="41" />
|
||||
<hkern g1="K" g2="v" k="123" />
|
||||
<hkern g1="K" g2="w" k="82" />
|
||||
<hkern g1="K" g2="y,yacute,ydieresis" k="41" />
|
||||
<hkern g1="K" g2="hyphen,periodcentered,endash,emdash" k="102" />
|
||||
<hkern g1="K" g2="c,d,e,g,o,q,ccedilla,eth,oslash,oe" k="70" />
|
||||
<hkern g1="K" g2="x" k="53" />
|
||||
<hkern g1="K" g2="f,uniFB01,uniFB02" k="53" />
|
||||
<hkern g1="K" g2="a,ae" k="70" />
|
||||
<hkern g1="L" g2="asterisk" k="356" />
|
||||
<hkern g1="L" g2="question" k="233" />
|
||||
<hkern g1="L" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="70" />
|
||||
<hkern g1="L" g2="T" k="205" />
|
||||
<hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="55" />
|
||||
<hkern g1="L" g2="V" k="184" />
|
||||
<hkern g1="L" g2="W" k="135" />
|
||||
<hkern g1="L" g2="Y,Yacute,Ydieresis" k="252" />
|
||||
<hkern g1="L" g2="t" k="68" />
|
||||
<hkern g1="L" g2="u" k="29" />
|
||||
<hkern g1="L" g2="v" k="117" />
|
||||
<hkern g1="L" g2="w" k="76" />
|
||||
<hkern g1="L" g2="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="250" />
|
||||
<hkern g1="L" g2="y,yacute,ydieresis" k="29" />
|
||||
<hkern g1="L" g2="c,d,e,g,o,q,ccedilla,eth,oslash,oe" k="43" />
|
||||
<hkern g1="L" g2="a,ae" k="43" />
|
||||
<hkern g1="P" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="193" />
|
||||
<hkern g1="P" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="158" />
|
||||
<hkern g1="P" g2="J" k="223" />
|
||||
<hkern g1="P" g2="hyphen,periodcentered,endash,emdash" k="70" />
|
||||
<hkern g1="P" g2="c,d,e,g,o,q,ccedilla,eth,oslash,oe" k="27" />
|
||||
<hkern g1="P" g2="a,ae" k="27" />
|
||||
<hkern g1="P" g2="ampersand" k="53" />
|
||||
<hkern g1="R" g2="T" k="20" />
|
||||
<hkern g1="R" g2="V" k="20" />
|
||||
<hkern g1="R" g2="Y,Yacute,Ydieresis" k="33" />
|
||||
<hkern g1="R" g2="c,d,e,g,o,q,ccedilla,eth,oslash,oe" k="61" />
|
||||
<hkern g1="R" g2="a,ae" k="61" />
|
||||
<hkern g1="S" g2="Y,Yacute,Ydieresis" k="20" />
|
||||
<hkern g1="S" g2="t" k="35" />
|
||||
<hkern g1="S" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="20" />
|
||||
<hkern g1="S" g2="x" k="27" />
|
||||
<hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="55" />
|
||||
<hkern g1="T" g2="u" k="174" />
|
||||
<hkern g1="T" g2="v" k="115" />
|
||||
<hkern g1="T" g2="w" k="115" />
|
||||
<hkern g1="T" g2="y,yacute,ydieresis" k="174" />
|
||||
<hkern g1="T" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="190" />
|
||||
<hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="137" />
|
||||
<hkern g1="T" g2="J" k="170" />
|
||||
<hkern g1="T" g2="hyphen,periodcentered,endash,emdash" k="123" />
|
||||
<hkern g1="T" g2="c,d,e,g,o,q,ccedilla,eth,oslash,oe" k="236" />
|
||||
<hkern g1="T" g2="x" k="135" />
|
||||
<hkern g1="T" g2="f,uniFB01,uniFB02" k="63" />
|
||||
<hkern g1="T" g2="a,ae" k="236" />
|
||||
<hkern g1="T" g2="ampersand" k="117" />
|
||||
<hkern g1="T" g2="colon,semicolon" k="102" />
|
||||
<hkern g1="T" g2="m,n,p,r,z" k="174" />
|
||||
<hkern g1="T" g2="s" k="186" />
|
||||
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="61" />
|
||||
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="53" />
|
||||
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="J" k="25" />
|
||||
<hkern g1="V" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="41" />
|
||||
<hkern g1="V" g2="t" k="27" />
|
||||
<hkern g1="V" g2="u" k="86" />
|
||||
<hkern g1="V" g2="v" k="27" />
|
||||
<hkern g1="V" g2="y,yacute,ydieresis" k="86" />
|
||||
<hkern g1="V" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="184" />
|
||||
<hkern g1="V" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="111" />
|
||||
<hkern g1="V" g2="J" k="190" />
|
||||
<hkern g1="V" g2="hyphen,periodcentered,endash,emdash" k="109" />
|
||||
<hkern g1="V" g2="c,d,e,g,o,q,ccedilla,eth,oslash,oe" k="123" />
|
||||
<hkern g1="V" g2="x" k="47" />
|
||||
<hkern g1="V" g2="f,uniFB01,uniFB02" k="47" />
|
||||
<hkern g1="V" g2="a,ae" k="123" />
|
||||
<hkern g1="V" g2="ampersand" k="59" />
|
||||
<hkern g1="V" g2="m,n,p,r,z" k="86" />
|
||||
<hkern g1="V" g2="s" k="80" />
|
||||
<hkern g1="W" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="41" />
|
||||
<hkern g1="W" g2="t" k="27" />
|
||||
<hkern g1="W" g2="u" k="61" />
|
||||
<hkern g1="W" g2="y,yacute,ydieresis" k="61" />
|
||||
<hkern g1="W" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="137" />
|
||||
<hkern g1="W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="96" />
|
||||
<hkern g1="W" g2="J" k="78" />
|
||||
<hkern g1="W" g2="hyphen,periodcentered,endash,emdash" k="68" />
|
||||
<hkern g1="W" g2="c,d,e,g,o,q,ccedilla,eth,oslash,oe" k="82" />
|
||||
<hkern g1="W" g2="x" k="47" />
|
||||
<hkern g1="W" g2="f,uniFB01,uniFB02" k="27" />
|
||||
<hkern g1="W" g2="a,ae" k="82" />
|
||||
<hkern g1="W" g2="ampersand" k="41" />
|
||||
<hkern g1="W" g2="m,n,p,r,z" k="61" />
|
||||
<hkern g1="W" g2="s" k="39" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="82" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="S" k="41" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="t" k="53" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="u" k="184" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="v" k="123" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="w" k="123" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="y,yacute,ydieresis" k="184" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="184" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="129" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="J" k="231" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="hyphen,periodcentered,endash,emdash" k="238" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="c,d,e,g,o,q,ccedilla,eth,oslash,oe" k="260" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="x" k="150" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="f,uniFB01,uniFB02" k="100" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="a,ae" k="260" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="ampersand" k="123" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="colon,semicolon" k="121" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="m,n,p,r,z" k="184" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="s" k="205" />
|
||||
<hkern g1="Z" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="35" />
|
||||
<hkern g1="h,m,n" g2="question" k="74" />
|
||||
<hkern g1="h,m,n" g2="T" k="221" />
|
||||
<hkern g1="h,m,n" g2="V" k="135" />
|
||||
<hkern g1="h,m,n" g2="W" k="88" />
|
||||
<hkern g1="h,m,n" g2="Y,Yacute,Ydieresis" k="225" />
|
||||
<hkern g1="ampersand" g2="T" k="152" />
|
||||
<hkern g1="ampersand" g2="V" k="102" />
|
||||
<hkern g1="ampersand" g2="W" k="98" />
|
||||
<hkern g1="ampersand" g2="Y,Yacute,Ydieresis" k="186" />
|
||||
<hkern g1="asterisk" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="207" />
|
||||
<hkern g1="asterisk" g2="J" k="238" />
|
||||
<hkern g1="b,o,p,oslash,thorn" g2="question" k="94" />
|
||||
<hkern g1="b,o,p,oslash,thorn" g2="T" k="236" />
|
||||
<hkern g1="b,o,p,oslash,thorn" g2="V" k="123" />
|
||||
<hkern g1="b,o,p,oslash,thorn" g2="W" k="82" />
|
||||
<hkern g1="b,o,p,oslash,thorn" g2="Y,Yacute,Ydieresis" k="254" />
|
||||
<hkern g1="b,o,p,oslash,thorn" g2="x" k="76" />
|
||||
<hkern g1="c,cent,ccedilla" g2="question" k="47" />
|
||||
<hkern g1="c,cent,ccedilla" g2="T" k="166" />
|
||||
<hkern g1="c,cent,ccedilla" g2="V" k="74" />
|
||||
<hkern g1="c,cent,ccedilla" g2="W" k="47" />
|
||||
<hkern g1="c,cent,ccedilla" g2="Y,Yacute,Ydieresis" k="129" />
|
||||
<hkern g1="colon,semicolon" g2="T" k="102" />
|
||||
<hkern g1="colon,semicolon" g2="Y,Yacute,Ydieresis" k="121" />
|
||||
<hkern g1="e,ae,oe" g2="asterisk" k="35" />
|
||||
<hkern g1="e,ae,oe" g2="question" k="74" />
|
||||
<hkern g1="e,ae,oe" g2="T" k="207" />
|
||||
<hkern g1="e,ae,oe" g2="V" k="109" />
|
||||
<hkern g1="e,ae,oe" g2="W" k="82" />
|
||||
<hkern g1="e,ae,oe" g2="Y,Yacute,Ydieresis" k="225" />
|
||||
<hkern g1="f" g2="asterisk" k="-137" />
|
||||
<hkern g1="f" g2="question" k="-117" />
|
||||
<hkern g1="f" g2="S" k="-47" />
|
||||
<hkern g1="f" g2="T" k="-82" />
|
||||
<hkern g1="f" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="-82" />
|
||||
<hkern g1="f" g2="V" k="-129" />
|
||||
<hkern g1="f" g2="W" k="-129" />
|
||||
<hkern g1="f" g2="Y,Yacute,Ydieresis" k="-115" />
|
||||
<hkern g1="f" g2="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="-137" />
|
||||
<hkern g1="f" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="88" />
|
||||
<hkern g1="f" g2="X" k="-82" />
|
||||
<hkern g1="f" g2="Z" k="-82" />
|
||||
<hkern g1="f" g2="exclam,B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde" k="-82" />
|
||||
<hkern g1="f" g2="parenright,bracketright,braceright" k="-152" />
|
||||
<hkern g1="g,q" g2="question" k="47" />
|
||||
<hkern g1="g,q" g2="T" k="174" />
|
||||
<hkern g1="g,q" g2="V" k="86" />
|
||||
<hkern g1="g,q" g2="W" k="61" />
|
||||
<hkern g1="g,q" g2="Y,Yacute,Ydieresis" k="184" />
|
||||
<hkern g1="g,q" g2="j" k="-94" />
|
||||
<hkern g1="hyphen,periodcentered,endash,emdash" g2="V" k="109" />
|
||||
<hkern g1="hyphen,periodcentered,endash,emdash" g2="W" k="68" />
|
||||
<hkern g1="hyphen,periodcentered,endash,emdash" g2="Y,Yacute,Ydieresis" k="223" />
|
||||
<hkern g1="hyphen,periodcentered,endash,emdash" g2="X" k="88" />
|
||||
<hkern g1="k" g2="T" k="141" />
|
||||
<hkern g1="k" g2="V" k="47" />
|
||||
<hkern g1="k" g2="W" k="47" />
|
||||
<hkern g1="k" g2="Y,Yacute,Ydieresis" k="135" />
|
||||
<hkern g1="k" g2="hyphen,periodcentered,endash,emdash" k="55" />
|
||||
<hkern g1="k" g2="bullet" k="55" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="T" k="190" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="61" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="V" k="178" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="W" k="137" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="Y,Yacute,Ydieresis" k="184" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="t" k="47" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="v" k="137" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="w" k="90" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="156" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="f,uniFB01,uniFB02" k="47" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="j" k="-82" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="zero,six" k="63" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="one" k="160" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="seven" k="135" />
|
||||
<hkern g1="questiondown" g2="j" k="-328" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="156" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="213" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="J" k="188" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="s" k="61" />
|
||||
<hkern g1="r" g2="T" k="98" />
|
||||
<hkern g1="r" g2="V" k="47" />
|
||||
<hkern g1="r" g2="Y,Yacute,Ydieresis" k="102" />
|
||||
<hkern g1="r" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="170" />
|
||||
<hkern g1="s" g2="question" k="88" />
|
||||
<hkern g1="s" g2="T" k="180" />
|
||||
<hkern g1="s" g2="V" k="88" />
|
||||
<hkern g1="s" g2="W" k="80" />
|
||||
<hkern g1="s" g2="Y,Yacute,Ydieresis" k="190" />
|
||||
<hkern g1="s" g2="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="41" />
|
||||
<hkern g1="t" g2="T" k="106" />
|
||||
<hkern g1="t" g2="V" k="53" />
|
||||
<hkern g1="t" g2="W" k="27" />
|
||||
<hkern g1="t" g2="Y,Yacute,Ydieresis" k="68" />
|
||||
<hkern g1="u,z" g2="question" k="47" />
|
||||
<hkern g1="u,z" g2="T" k="174" />
|
||||
<hkern g1="u,z" g2="V" k="86" />
|
||||
<hkern g1="u,z" g2="W" k="61" />
|
||||
<hkern g1="u,z" g2="Y,Yacute,Ydieresis" k="184" />
|
||||
<hkern g1="v" g2="T" k="115" />
|
||||
<hkern g1="v" g2="V" k="27" />
|
||||
<hkern g1="v" g2="Y,Yacute,Ydieresis" k="123" />
|
||||
<hkern g1="v" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="137" />
|
||||
<hkern g1="v" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="41" />
|
||||
<hkern g1="v" g2="X" k="76" />
|
||||
<hkern g1="w" g2="T" k="115" />
|
||||
<hkern g1="w" g2="Y,Yacute,Ydieresis" k="123" />
|
||||
<hkern g1="w" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="90" />
|
||||
<hkern g1="w" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="35" />
|
||||
<hkern g1="w" g2="X" k="90" />
|
||||
<hkern g1="y,yacute,ydieresis" g2="question" k="47" />
|
||||
<hkern g1="y,yacute,ydieresis" g2="T" k="174" />
|
||||
<hkern g1="y,yacute,ydieresis" g2="V" k="86" />
|
||||
<hkern g1="y,yacute,ydieresis" g2="W" k="61" />
|
||||
<hkern g1="y,yacute,ydieresis" g2="Y,Yacute,Ydieresis" k="184" />
|
||||
<hkern g1="y,yacute,ydieresis" g2="j" k="-94" />
|
||||
<hkern g1="X" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="61" />
|
||||
<hkern g1="X" g2="t" k="61" />
|
||||
<hkern g1="X" g2="v" k="76" />
|
||||
<hkern g1="X" g2="w" k="90" />
|
||||
<hkern g1="X" g2="hyphen,periodcentered,endash,emdash" k="88" />
|
||||
<hkern g1="X" g2="f,uniFB01,uniFB02" k="61" />
|
||||
<hkern g1="zero,nine" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="63" />
|
||||
<hkern g1="seven" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="199" />
|
||||
<hkern g1="x" g2="T" k="135" />
|
||||
<hkern g1="x" g2="V" k="47" />
|
||||
<hkern g1="x" g2="W" k="47" />
|
||||
<hkern g1="x" g2="Y,Yacute,Ydieresis" k="150" />
|
||||
<hkern g1="x" g2="c,d,e,g,o,q,ccedilla,eth,oslash,oe" k="76" />
|
||||
<hkern g1="x" g2="a,ae" k="76" />
|
||||
<hkern g1="parenleft,bracketleft,braceleft" g2="j" k="-225" />
|
||||
</font>
|
||||
</defs></svg>
|
||||
|
After Width: | Height: | Size: 77 KiB |
@@ -0,0 +1,718 @@
|
||||
<?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="proxima_nova_scosfthin" horiz-adv-x="425" >
|
||||
<font-face units-per-em="2048" ascent="1618" descent="-430" />
|
||||
<missing-glyph horiz-adv-x="532" />
|
||||
<glyph unicode="fi" horiz-adv-x="1392" d="M176 0v1126h725v-59h-659v-457h649v-59h-649v-551h-66zM1151 0v1126h66v-1126h-66z" />
|
||||
<glyph unicode="fl" horiz-adv-x="1894" d="M176 0v1126h725v-59h-659v-457h649v-59h-649v-551h-66zM1151 0v1126h66v-1067h589v-59h-655z" />
|
||||
<glyph horiz-adv-x="0" />
|
||||
<glyph horiz-adv-x="682" />
|
||||
<glyph horiz-adv-x="0" />
|
||||
<glyph horiz-adv-x="0" />
|
||||
<glyph unicode="
" horiz-adv-x="0" />
|
||||
<glyph unicode=" " horiz-adv-x="532" />
|
||||
<glyph unicode="	" horiz-adv-x="532" />
|
||||
<glyph unicode=" " horiz-adv-x="532" />
|
||||
<glyph unicode="!" horiz-adv-x="342" d="M102 49q0 26 20 46t48 20t48 -20t20 -46q0 -28 -20 -47.5t-48 -19.5t-48 19.5t-20 47.5zM127 1126h86l-23 -856h-40z" />
|
||||
<glyph unicode=""" horiz-adv-x="593" d="M127 1333q0 22 15 37.5t38 15.5t38 -15.5t15 -37.5l-30 -426h-45q-31 403 -31 426zM360 1333q0 22 15.5 37.5t38.5 15.5t38 -15.5t15 -37.5l-31 -426h-45q-31 403 -31 426z" />
|
||||
<glyph unicode="#" horiz-adv-x="980" d="M53 340l19 59h190l113 336h-193l17 58h194l113 333h67l-114 -333h209l114 333h68l-115 -333h193l-17 -58h-194l-113 -336h199l-19 -59h-200l-113 -340h-68l115 340h-211l-112 -340h-68l115 340h-189zM328 399h209l110 336h-205z" />
|
||||
<glyph unicode="$" horiz-adv-x="1011" d="M92 158l53 43q57 -67 141.5 -113t190.5 -53v532q-47 12 -75.5 20t-70 22.5t-67 28.5t-54.5 36t-45 47t-27 59.5t-11 75.5q0 129 101.5 209t248.5 86v135h62v-137q214 -11 346 -160l-47 -43q-106 131 -299 144v-469q42 -12 69.5 -20t66.5 -22t64.5 -27.5t56 -32.5 t49.5 -41t36.5 -50t25.5 -62.5t8 -74.5q0 -131 -93.5 -220t-282.5 -96v-127h-62v129q-124 6 -223.5 54.5t-161.5 126.5zM197 856q0 -39 15.5 -70.5t39 -52.5t63.5 -40t74.5 -30.5t87.5 -25.5v453q-120 -6 -200 -72t-80 -162zM539 35q156 7 231.5 79.5t75.5 176.5 q0 48 -17.5 86.5t-43.5 64t-70 47.5t-81.5 34.5t-94.5 27.5v-516z" />
|
||||
<glyph unicode="%" horiz-adv-x="1173" d="M55 872q0 119 73.5 199t186.5 80q115 0 189 -80t74 -199t-74 -197.5t-189 -78.5q-113 0 -186.5 78.5t-73.5 197.5zM117 872q0 -94 55.5 -159.5t142.5 -65.5q89 0 144 65t55 160t-55.5 161.5t-143.5 66.5q-87 0 -142.5 -66.5t-55.5 -161.5zM158 0l782 1126h78l-787 -1126 h-73zM598 252q0 120 73 199t187 79t187 -79t73 -199q0 -119 -73.5 -198t-186.5 -79t-186.5 79t-73.5 198zM659 252q0 -94 55.5 -159.5t143.5 -65.5t143.5 65.5t55.5 159.5q0 96 -55 161.5t-144 65.5t-144 -65.5t-55 -161.5z" />
|
||||
<glyph unicode="&" horiz-adv-x="1120" d="M68 287q0 52 15 98t38 79.5t59.5 65.5t70.5 54t81 47q-101 141 -101 260q0 112 79 186t190 74q103 0 170 -54t67 -159q0 -48 -18 -90t-42.5 -71t-70 -61t-79.5 -50.5t-91 -47.5l-12 -6q56 -72 168 -184q70 -76 176 -178q82 118 137 289l64 -23q-68 -185 -154 -309 q100 -90 238 -207h-101q-104 89 -176 156q-150 -181 -356 -181q-155 0 -253.5 85.5t-98.5 226.5zM133 287q0 -110 80.5 -182t206.5 -72q172 0 309 168q-101 95 -182 180q-125 132 -178 201q-54 -29 -91.5 -55t-73 -62t-53.5 -80.5t-18 -97.5zM295 891q0 -97 94 -232 q135 69 180 102q103 76 103 177q0 75 -47 115.5t-125 40.5q-88 0 -146.5 -58.5t-58.5 -144.5z" />
|
||||
<glyph unicode="'" horiz-adv-x="360" d="M127 1333q0 22 15 37.5t38 15.5t38 -15.5t15 -37.5l-30 -426h-45q-31 403 -31 426z" />
|
||||
<glyph unicode="(" horiz-adv-x="421" d="M96 498q0 482 258 905l33 -23q-110 -232 -164.5 -429t-54.5 -453q0 -255 54.5 -453.5t164.5 -427.5l-33 -25q-258 423 -258 906z" />
|
||||
<glyph unicode=")" horiz-adv-x="421" d="M35 -383q110 229 164.5 427.5t54.5 453.5q0 256 -54.5 453t-164.5 429l33 23q258 -423 258 -905q0 -483 -258 -906z" />
|
||||
<glyph unicode="*" horiz-adv-x="675" d="M84 1001l217 111l-217 111l31 53l204 -133l-12 243h62l-13 -243l205 133l31 -53l-217 -111l217 -111l-31 -53l-205 133l13 -243h-62l12 243l-204 -133z" />
|
||||
<glyph unicode="+" horiz-adv-x="1011" d="M59 659v62h414v442h66v-442h413v-62h-413v-454h-66v454h-414z" />
|
||||
<glyph unicode="," d="M119 -205q49 36 78.5 89t29.5 100q-12 -2 -16 -2q-29 0 -47.5 19.5t-18.5 47.5q0 27 18.5 46.5t47.5 19.5q34 0 57 -29t23 -80q0 -73 -37.5 -142t-89.5 -106z" />
|
||||
<glyph unicode="-" horiz-adv-x="614" d="M61 465v61h492v-61h-492z" />
|
||||
<glyph unicode="." d="M145 49q0 26 20 46t48 20t48 -20t20 -46q0 -28 -20 -47.5t-48 -19.5t-48 19.5t-20 47.5z" />
|
||||
<glyph unicode="/" horiz-adv-x="548" d="M0 -41l485 1448h64l-486 -1448h-63z" />
|
||||
<glyph unicode="0" horiz-adv-x="1239" d="M133 563q0 87 17 170t55.5 159.5t94 133.5t138.5 91t183 34q124 0 220 -51.5t152 -137t84.5 -187.5t28.5 -212q0 -87 -17 -169.5t-55 -159t-93 -133.5t-137.5 -91.5t-182.5 -34.5t-183 34.5t-138.5 91.5t-94 133.5t-55.5 159t-17 169.5zM205 563q0 -79 14 -152.5 t45.5 -142t78.5 -119.5t118.5 -81.5t159.5 -30.5q87 0 158 30.5t117.5 81.5t78.5 119.5t45.5 142t13.5 152.5q0 100 -22.5 190t-69.5 167.5t-129.5 123.5t-191.5 46q-88 0 -159.5 -30.5t-118.5 -81.5t-78.5 -120t-45.5 -142.5t-14 -152.5z" />
|
||||
<glyph unicode="1" horiz-adv-x="567" d="M61 844l265 282h61v-1126h-65v1032l-216 -235z" />
|
||||
<glyph unicode="2" horiz-adv-x="1175" d="M121 944q63 94 185.5 150.5t266.5 56.5q107 0 198 -43.5t148.5 -128t57.5 -193.5q0 -200 -193.5 -391.5t-511.5 -333.5h684v-61h-817v59q378 177 575 360t197 367q0 131 -99 217.5t-241 86.5q-129 0 -236.5 -51t-160.5 -134z" />
|
||||
<glyph unicode="3" horiz-adv-x="1087" d="M74 -35l57 33q56 -91 154 -146t231 -55q170 0 270.5 87.5t100.5 238.5q0 81 -32 142.5t-87.5 98t-125 54.5t-150.5 18q-95 0 -115 -2v66q20 -2 115 -2q100 0 182 29t137 97t55 167q0 136 -102 215t-248 79q-119 0 -206.5 -45t-166.5 -139l-51 41q72 92 181 148.5 t243 56.5q109 0 202 -39.5t153.5 -122.5t60.5 -194q0 -63 -20.5 -116.5t-51.5 -88t-71.5 -61t-76.5 -39.5t-71 -19q36 -3 76 -17t82.5 -42t76 -66t55 -95t21.5 -124q0 -171 -116 -279t-320 -108q-153 0 -268.5 65t-173.5 164z" />
|
||||
<glyph unicode="4" horiz-adv-x="1073" d="M78 160v67l624 899h86v-905h207v-61h-207v-400h-65v400h-645zM150 221h573v832z" />
|
||||
<glyph unicode="5" horiz-adv-x="1175" d="M166 -35l53 39q69 -104 161.5 -155.5t227.5 -51.5q157 0 263 105.5t106 263.5q0 170 -104.5 271.5t-264.5 101.5q-193 0 -344 -142l-55 33v696h745v-61h-680v-596q57 56 144.5 93.5t189.5 37.5q86 0 163.5 -28t138.5 -81t96.5 -137t35.5 -188q0 -129 -61.5 -228.5 t-159.5 -150.5t-213 -51q-161 0 -266.5 59t-175.5 170z" />
|
||||
<glyph unicode="6" horiz-adv-x="1181" d="M133 682q0 104 15 201t51.5 190t91 161.5t139.5 110t191 41.5q128 0 212 -47.5t146 -136.5l-49 -43q-56 80 -127 123t-182 43q-93 0 -167 -39.5t-121 -103.5t-78 -152t-43.5 -178.5t-12.5 -189.5q0 -49 2 -74q22 38 61 78t92 78t122.5 62.5t139.5 24.5q193 0 313 -110 t120 -320q0 -80 -29 -155t-83 -136t-139.5 -98t-189.5 -37q-103 0 -185 39.5t-135.5 105.5t-89 158t-50.5 192t-15 212zM209 504q6 -65 21.5 -127t47.5 -125t75.5 -109.5t109 -76t145.5 -29.5q92 0 166 33.5t118 88t67.5 117t23.5 125.5q0 180 -101 274.5t-268 94.5 q-121 0 -231.5 -74t-173.5 -192z" />
|
||||
<glyph unicode="7" horiz-adv-x="1001" d="M74 1065v61h854v-45l-604 -1321h-74l600 1305h-776z" />
|
||||
<glyph unicode="8" horiz-adv-x="1148" d="M135 338q0 72 30 134.5t81.5 107.5t112.5 76t130 49q-65 15 -121.5 42.5t-105 67.5t-76.5 97t-28 124q0 86 36 154.5t96 110t133 63.5t152 22q78 0 150.5 -22t133.5 -63.5t97.5 -110t36.5 -154.5q0 -67 -28 -124t-76.5 -97t-105 -67.5t-121.5 -42.5q69 -18 130 -49 t111.5 -76t80.5 -107.5t30 -134.5q0 -158 -124 -260.5t-315 -102.5q-194 0 -317 101.5t-123 261.5zM201 338q0 -91 53 -160.5t137.5 -105t183.5 -35.5q150 0 261.5 83t111.5 218q0 56 -21.5 106t-57 84.5t-77 62.5t-85 45.5t-76.5 27t-56 12.5q-30 -4 -71.5 -16t-96 -39.5 t-99.5 -64t-76 -94t-31 -124.5zM223 1036q0 -52 19.5 -96.5t54 -75.5t71 -54.5t80.5 -38.5t71.5 -23t55.5 -13q35 7 70 16.5t89.5 33.5t94.5 55t69.5 82.5t29.5 113.5q0 132 -102.5 210.5t-250.5 78.5q-150 0 -251 -78.5t-101 -210.5z" />
|
||||
<glyph unicode="9" horiz-adv-x="1181" d="M133 723q0 80 29 155t82.5 136t139 98t189.5 37q103 0 185 -39.5t135.5 -105.5t89.5 -158t51 -192t15 -212q0 -104 -15 -201t-51.5 -190t-91 -161.5t-139.5 -110t-191 -41.5q-128 0 -212 47.5t-146 136.5l49 43q56 -80 127 -123t182 -43q93 0 167 39.5t121 103.5 t78 152.5t43.5 179t12.5 189.5q0 49 -2 74q-31 -52 -87.5 -105t-146.5 -96t-182 -43q-193 0 -312.5 110t-119.5 320zM199 723q0 -180 100.5 -274.5t267.5 -94.5q121 0 232 74.5t174 192.5q-6 65 -22 127t-47.5 124.5t-75 109t-109.5 76t-146 29.5q-74 0 -137 -22.5 t-105.5 -59t-73 -84.5t-44.5 -98t-14 -100z" />
|
||||
<glyph unicode=":" d="M145 49q0 26 20 46t48 20t48 -20t20 -46q0 -28 -20 -47.5t-48 -19.5t-48 19.5t-20 47.5zM145 936q0 28 20 48t48 20t48 -20t20 -48q0 -26 -20 -46t-48 -20t-48 20t-20 46z" />
|
||||
<glyph unicode=";" d="M119 -205q49 36 78.5 89t29.5 100q-12 -2 -16 -2q-29 0 -47.5 19.5t-18.5 47.5q0 27 18.5 46.5t47.5 19.5q34 0 57 -29t23 -80q0 -73 -37.5 -142t-89.5 -106zM145 936q0 28 20 48t48 20t48 -20t20 -48q0 -26 -20 -46t-48 -20t-48 20t-20 46z" />
|
||||
<glyph unicode="<" horiz-adv-x="1011" d="M59 664v43l893 481v-74l-809 -430l809 -426v-74z" />
|
||||
<glyph unicode="=" horiz-adv-x="1011" d="M59 451v61h893v-61h-893zM59 856v62h893v-62h-893z" />
|
||||
<glyph unicode=">" horiz-adv-x="1011" d="M59 184v74l809 426l-809 430v74l893 -481v-43z" />
|
||||
<glyph unicode="?" horiz-adv-x="813" d="M29 961q135 188 385 188q153 0 244.5 -77t91.5 -187q0 -54 -21 -99.5t-55 -78t-75.5 -61t-82.5 -54t-75 -50.5t-55 -57.5t-21 -68.5q0 -51 67 -94l-43 -43q-86 61 -86 137q0 53 28.5 98t71 75t92 63t92 62.5t71 74t28.5 96.5q0 91 -74 149t-198 58q-118 0 -197.5 -44 t-142.5 -126zM315 49q0 26 20 46t48 20t48 -20t20 -46q0 -28 -20 -47.5t-48 -19.5t-48 19.5t-20 47.5z" />
|
||||
<glyph unicode="@" horiz-adv-x="1603" d="M72 500q0 163 67.5 313.5t179 258t260.5 171.5t306 64q141 0 262 -52t204.5 -142t131 -213.5t47.5 -262.5q0 -216 -89 -339.5t-220 -123.5q-79 0 -128 53t-49 127v13q-59 -82 -152.5 -137.5t-197.5 -55.5q-139 0 -225 88t-86 236q0 108 43.5 207t113.5 168t160 110 t181 41q100 0 169 -50.5t99 -127.5l29 141h61l-127 -602q-2 -12 -2 -37q0 -54 32.5 -86.5t78.5 -32.5q27 0 57 11t65 40.5t62.5 73.5t46 118.5t18.5 166.5q0 171 -74 309t-209.5 217.5t-307.5 79.5q-148 0 -286 -62.5t-238.5 -164.5t-161 -238t-60.5 -278q0 -164 76 -298 t213 -211t307 -77q199 0 385 117l33 -47q-200 -129 -426 -129q-183 0 -332 85t-233 232t-84 326zM451 498q0 -119 64.5 -194t178.5 -75q115 0 210 67t159 161l70 321q-23 73 -87.5 132t-164.5 59q-115 0 -215.5 -68t-157.5 -176.5t-57 -226.5z" />
|
||||
<glyph unicode="A" horiz-adv-x="1302" d="M43 0l569 1366h78l570 -1366h-76l-152 367h-762l-151 -367h-76zM295 428h713l-357 862z" />
|
||||
<glyph unicode="B" horiz-adv-x="1228" d="M180 0v1366h514q168 0 270.5 -91.5t102.5 -256.5q0 -122 -72 -207.5t-170 -105.5q109 -17 189 -117t80 -219q0 -173 -105.5 -271t-286.5 -98h-522zM246 61h456q150 0 235 82.5t85 223.5q0 126 -84.5 215.5t-235.5 89.5h-456v-611zM246 733h448q145 0 223 80t78 205 q0 124 -78.5 205.5t-222.5 81.5h-448v-572z" />
|
||||
<glyph unicode="C" horiz-adv-x="1366" d="M133 682q0 154 53.5 287t145 224.5t217 143.5t266.5 52q288 0 475 -215l-51 -46q-73 92 -185.5 145.5t-238.5 53.5q-127 0 -239.5 -47t-194 -130.5t-129 -204.5t-47.5 -263q0 -140 47.5 -261t129 -205t194 -131.5t239.5 -47.5q126 0 238.5 53.5t185.5 145.5l53 -43 q-194 -218 -477 -218q-141 0 -266.5 52t-217 143.5t-145 224.5t-53.5 287z" />
|
||||
<glyph unicode="D" horiz-adv-x="1400" d="M180 0v1366h406q155 0 284.5 -55.5t215 -149.5t133 -218t47.5 -261q0 -139 -47.5 -262.5t-133 -217t-215 -148t-284.5 -54.5h-406zM246 61h340q142 0 258 48.5t192 132.5t117 197t41 243q0 103 -25.5 196t-77 171t-124 135t-170 89t-211.5 32h-340v-1244z" />
|
||||
<glyph unicode="E" horiz-adv-x="1142" d="M180 0v1366h836v-61h-770v-572h755v-61h-755v-611h770v-61h-836z" />
|
||||
<glyph unicode="F" horiz-adv-x="1091" d="M180 0v1366h836v-61h-770v-572h755v-61h-755v-672h-66z" />
|
||||
<glyph unicode="G" horiz-adv-x="1449" d="M133 682q0 154 53.5 287t145 224.5t217 143.5t266.5 52q295 0 500 -211l-43 -45q-80 91 -200.5 142.5t-256.5 51.5q-127 0 -239.5 -47t-194 -130.5t-129 -204.5t-47.5 -263q0 -140 47.5 -261.5t129 -205.5t194 -132t239.5 -48q137 0 250 54.5t184 129.5v375h-563v61h629 v-462q-91 -102 -221 -161t-279 -59q-141 0 -266.5 52.5t-217 144t-145 225t-53.5 287.5z" />
|
||||
<glyph unicode="H" horiz-adv-x="1423" d="M180 0v1366h66v-633h932v633h65v-1366h-65v672h-932v-672h-66z" />
|
||||
<glyph unicode="I" d="M180 0v1366h66v-1366h-66z" />
|
||||
<glyph unicode="J" horiz-adv-x="952" d="M33 154l55 49q116 -166 291 -166q150 0 239 94.5t89 247.5v987h65v-987q0 -99 -31.5 -177.5t-86 -127t-125 -74t-150.5 -25.5q-112 0 -196 43.5t-150 135.5z" />
|
||||
<glyph unicode="K" horiz-adv-x="1169" d="M180 0v1366h66v-788l710 788h88l-593 -653l655 -713h-88l-608 672l-164 -178v-494h-66z" />
|
||||
<glyph unicode="L" horiz-adv-x="972" d="M147 0v1366h66v-1305h686v-61h-752z" />
|
||||
<glyph unicode="M" horiz-adv-x="1576" d="M180 0v1366h105l503 -1223l504 1223h105v-1366h-66v1288l-532 -1288h-21l-532 1288v-1288h-66z" />
|
||||
<glyph unicode="N" horiz-adv-x="1413" d="M180 0v1366h66l921 -1247v1247h66v-1366h-66l-921 1260v-1260h-66z" />
|
||||
<glyph unicode="O" horiz-adv-x="1564" d="M133 682q0 198 78.5 358t227.5 254.5t343 94.5q193 0 342.5 -94.5t228.5 -255t79 -357.5t-79 -357.5t-228.5 -255t-342.5 -94.5q-194 0 -343 94.5t-227.5 254.5t-78.5 358zM205 682q0 -185 69.5 -331t201.5 -230t306 -84q172 0 304 84t203 230t71 331q0 187 -71 333 t-203 229t-304 83q-174 0 -306 -83t-201.5 -229t-69.5 -333z" />
|
||||
<glyph unicode="P" horiz-adv-x="1136" d="M180 0v1366h473q184 0 292 -112t108 -275q0 -106 -47 -193t-139.5 -140.5t-213.5 -53.5h-407v-592h-66zM246 653h405q149 0 239.5 91.5t90.5 234.5t-90.5 234.5t-239.5 91.5h-405v-652z" />
|
||||
<glyph unicode="Q" horiz-adv-x="1564" d="M133 682q0 198 78.5 358t227.5 254.5t343 94.5q193 0 342.5 -94.5t228.5 -255t79 -357.5q0 -157 -51.5 -293t-147.5 -233l156 -156l-46 -47l-159 160q-170 -138 -402 -138q-194 0 -343 94.5t-227.5 254.5t-78.5 358zM205 682q0 -185 69.5 -331t201.5 -230t306 -84 q205 0 355 121l-226 227l47 47l228 -229q84 87 129 209.5t45 269.5q0 187 -71 333t-203 229t-304 83q-174 0 -306 -83t-201.5 -229t-69.5 -333z" />
|
||||
<glyph unicode="R" horiz-adv-x="1185" d="M180 0v1366h471q173 0 288.5 -103t115.5 -284t-115.5 -285t-288.5 -104l422 -590h-84l-416 590h-327v-590h-66zM246 651h405q149 0 240.5 92.5t91.5 235.5t-91.5 234.5t-240.5 91.5h-405v-654z" />
|
||||
<glyph unicode="S" horiz-adv-x="1177" d="M109 193l53 47q72 -87 180 -145t244 -58q112 0 193.5 29.5t123 77.5t60 98t18.5 104q0 72 -28.5 127t-76.5 89t-110 60t-131 45.5t-137.5 39t-130.5 46.5t-110 62.5t-76.5 92.5t-28.5 132q0 107 60.5 188t157 121t210.5 40q286 0 442 -193l-51 -47q-137 178 -391 178 q-151 0 -254 -81t-103 -206q0 -79 46 -133.5t119 -85.5t161.5 -56t177 -55t161.5 -71t119 -115.5t46 -177.5q0 -50 -12.5 -98t-46 -98.5t-84.5 -88.5t-134.5 -62t-189.5 -24q-153 0 -276 59.5t-201 158.5z" />
|
||||
<glyph unicode="T" horiz-adv-x="1144" d="M78 1305v61h989v-61h-463v-1305h-65v1305h-461z" />
|
||||
<glyph unicode="U" horiz-adv-x="1376" d="M180 518v848h66v-848q0 -229 114 -355t328 -126t328 126t114 355v848h66v-848q0 -257 -131 -400t-377 -143t-377 143.5t-131 399.5z" />
|
||||
<glyph unicode="V" horiz-adv-x="1302" d="M43 1366h76l532 -1290l533 1290h76l-570 -1366h-78z" />
|
||||
<glyph unicode="W" horiz-adv-x="1744" d="M51 1366h72l356 -1268l359 1268h69l359 -1268l356 1268h72l-389 -1366h-78l-355 1243l-354 -1243h-78z" />
|
||||
<glyph unicode="X" horiz-adv-x="1306" d="M51 0l565 700l-534 666h88l483 -612l484 612h88l-535 -664l565 -702h-86l-516 651l-516 -651h-86z" />
|
||||
<glyph unicode="Y" horiz-adv-x="1249" d="M43 1366h84l498 -709l497 709h84l-549 -774v-592h-65v592z" />
|
||||
<glyph unicode="Z" horiz-adv-x="1183" d="M109 0v61l874 1244h-874v61h952v-61l-877 -1244h891v-61h-966z" />
|
||||
<glyph unicode="[" horiz-adv-x="434" d="M70 -389v1778h329v-62h-268v-1655h268v-61h-329z" />
|
||||
<glyph unicode="\" horiz-adv-x="548" d="M0 1407h63l486 -1448h-64z" />
|
||||
<glyph unicode="]" horiz-adv-x="434" d="M35 -328h268v1655h-268v62h330v-1778h-330v61z" />
|
||||
<glyph unicode="^" horiz-adv-x="868" d="M39 682l369 684h53l368 -684h-69l-326 629l-325 -629h-70z" />
|
||||
<glyph unicode="_" horiz-adv-x="1155" d="M-6 -82h1167v-61h-1167v61z" />
|
||||
<glyph unicode="`" horiz-adv-x="419" d="M0 1434h92l328 -295h-62z" />
|
||||
<glyph unicode="a" horiz-adv-x="1128" d="M35 0l493 1126h72l494 -1126h-74l-131 299h-649l-129 -299h-76zM264 358h600l-299 691z" />
|
||||
<glyph unicode="b" horiz-adv-x="1079" d="M176 0v1126h447q146 0 234.5 -75.5t88.5 -212.5q0 -96 -56.5 -165t-135.5 -91q90 -23 153.5 -103.5t63.5 -173.5q0 -144 -92 -224.5t-250 -80.5h-453zM242 59h387q127 0 198.5 65.5t71.5 178.5q0 102 -71 175t-199 73h-387v-492zM242 610h381q121 0 187.5 64t66.5 164 q0 105 -66.5 167t-187.5 62h-381v-457z" />
|
||||
<glyph unicode="c" horiz-adv-x="1187" d="M123 565q0 169 78.5 304t213 208.5t298.5 73.5q249 0 415 -184l-47 -41q-62 79 -160 122.5t-208 43.5q-221 0 -370.5 -148.5t-149.5 -378.5q0 -152 69 -273.5t188 -189t263 -67.5q109 0 209.5 45t158.5 121l49 -41q-170 -185 -417 -185q-164 0 -298.5 74t-213 210 t-78.5 306z" />
|
||||
<glyph unicode="d" horiz-adv-x="1241" d="M176 0v1126h352q134 0 246.5 -46t187 -123.5t115.5 -180t41 -215.5q0 -114 -41 -215.5t-115.5 -178.5t-187 -122t-246.5 -45h-352zM242 59h286q161 0 280 67.5t179 180t60 254.5q0 141 -60 254.5t-179.5 182.5t-279.5 69h-286v-1008z" />
|
||||
<glyph unicode="e" horiz-adv-x="1024" d="M176 0v1126h725v-59h-659v-457h649v-59h-649v-492h659v-59h-725z" />
|
||||
<glyph unicode="f" horiz-adv-x="974" d="M176 0v1126h725v-59h-659v-457h649v-59h-649v-551h-66z" />
|
||||
<glyph unicode="g" horiz-adv-x="1298" d="M123 563q0 170 78.5 305t213 209t298.5 74q255 0 436 -178l-43 -47q-72 77 -175 121.5t-218 44.5q-108 0 -204 -39.5t-165.5 -108t-110 -168t-40.5 -213.5q0 -152 69 -273.5t188 -189t263 -67.5q115 0 210 44t158 105v305h-415v60h481v-389q-79 -84 -192 -133.5 t-242 -49.5q-164 0 -298.5 74t-213 209t-78.5 305z" />
|
||||
<glyph unicode="h" horiz-adv-x="1273" d="M176 0v1126h66v-516h792v516h64v-1126h-64v551h-792v-551h-66z" />
|
||||
<glyph unicode="i" horiz-adv-x="417" d="M176 0v1126h66v-1126h-66z" />
|
||||
<glyph unicode="j" horiz-adv-x="843" d="M25 129l49 43q99 -137 250 -137q128 0 203 75.5t75 198.5v817h66v-817q0 -161 -98 -247.5t-246 -86.5q-187 0 -299 154z" />
|
||||
<glyph unicode="k" horiz-adv-x="1038" d="M176 0v1126h66v-639l604 639h88l-516 -538l569 -588h-88l-522 549l-135 -143v-406h-66z" />
|
||||
<glyph unicode="l" horiz-adv-x="919" d="M176 0v1126h66v-1067h589v-59h-655z" />
|
||||
<glyph unicode="m" horiz-adv-x="1406" d="M176 0v1126h96l430 -993l431 993h98v-1126h-66v1036l-450 -1036h-23l-450 1036v-1036h-66z" />
|
||||
<glyph unicode="n" horiz-adv-x="1265" d="M176 0v1126h62l786 -1013v1013h66v-1126h-62l-786 1024v-1024h-66z" />
|
||||
<glyph unicode="o" horiz-adv-x="1370" d="M123 563q0 122 40 229.5t111.5 187t178 125.5t233.5 46q167 0 296 -79t197 -212.5t68 -296.5t-68 -296.5t-197 -212.5t-296 -79q-127 0 -233.5 46t-178 125.5t-111.5 187t-40 229.5zM193 563q0 -230 135 -379t358 -149q220 0 356 149.5t136 378.5q0 231 -136 380 t-356 149q-224 0 -358.5 -148.5t-134.5 -380.5z" />
|
||||
<glyph unicode="p" horiz-adv-x="1015" d="M176 0v1126h410q86 0 153.5 -26t109.5 -70.5t63.5 -101.5t21.5 -123q0 -139 -90.5 -231.5t-257.5 -92.5h-344v-481h-66zM242 541h344q136 0 207 72.5t71 191.5q0 118 -72 190t-206 72h-344v-526z" />
|
||||
<glyph unicode="q" horiz-adv-x="1370" d="M123 563q0 122 40 229.5t111.5 187t178 125.5t233.5 46q167 0 296 -79t197 -212.5t68 -296.5q0 -130 -45.5 -244t-128.5 -194l123 -131l-45 -45l-129 133q-142 -107 -336 -107q-127 0 -233.5 46t-178 125.5t-111.5 187t-40 229.5zM193 563q0 -230 135 -379t358 -149 q168 0 293 92l-188 199l47 47l190 -203q150 153 150 393q0 231 -136 380t-356 149q-224 0 -358.5 -148.5t-134.5 -380.5z" />
|
||||
<glyph unicode="r" horiz-adv-x="1067" d="M176 0v1126h410q164 0 257 -89.5t93 -231.5q0 -143 -91.5 -233t-250.5 -91l362 -481h-86l-354 481h-274v-481h-66zM242 541h344q137 0 208.5 72t71.5 192q0 119 -73.5 190.5t-206.5 71.5h-344v-526z" />
|
||||
<glyph unicode="s" horiz-adv-x="1011" d="M92 158l53 43q61 -71 154.5 -118.5t208.5 -47.5q173 0 255.5 74t82.5 182q0 66 -31 114.5t-81.5 75t-115 48.5t-132 36t-132 37.5t-115 51.5t-81.5 80t-31 122q0 133 108.5 214t262.5 81q245 0 387 -162l-47 -43q-118 146 -340 146q-127 0 -214 -67.5t-87 -168.5 q0 -50 24.5 -87.5t66 -61.5t95.5 -42.5t113.5 -34t119 -32.5t113.5 -42t95.5 -58.5t66 -86t24.5 -120.5q0 -64 -23.5 -119.5t-70.5 -100.5t-127.5 -70.5t-185.5 -25.5q-133 0 -240.5 50t-175.5 133z" />
|
||||
<glyph unicode="t" horiz-adv-x="940" d="M63 1067v59h814v-59h-375v-1067h-66v1067h-373z" />
|
||||
<glyph unicode="u" horiz-adv-x="1234" d="M176 424v702h66v-702q0 -185 96.5 -287t277.5 -102q182 0 279.5 102.5t97.5 286.5v702h66v-702q0 -212 -114.5 -330.5t-328.5 -118.5q-213 0 -326.5 119t-113.5 330z" />
|
||||
<glyph unicode="v" horiz-adv-x="1128" d="M35 1126h76l454 -1048l457 1048h72l-494 -1126h-72z" />
|
||||
<glyph unicode="w" horiz-adv-x="1505" d="M41 1126h70l301 -1024l307 1024h67l306 -1026l303 1026h69l-338 -1126h-69l-305 1012l-303 -1012h-72z" />
|
||||
<glyph unicode="x" horiz-adv-x="1132" d="M41 0l487 578l-462 548h86l413 -499l416 499h84l-461 -546l488 -580h-84l-443 530l-440 -530h-84z" />
|
||||
<glyph unicode="y" horiz-adv-x="1087" d="M35 1126h84l430 -577l422 577h82l-471 -639v-487h-66v487z" />
|
||||
<glyph unicode="z" horiz-adv-x="1044" d="M88 0v55l776 1012h-776v59h854v-57l-776 -1010h790v-59h-868z" />
|
||||
<glyph unicode="{" horiz-adv-x="485" d="M14 469v61q51 0 79 43.5t28 104.5v479q0 100 62 166t141 66h127v-62h-127q-58 0 -100 -49t-42 -121v-479q0 -139 -92 -178q92 -39 92 -178v-480q0 -71 42 -120.5t100 -49.5h127v-61h-127q-79 0 -141 65.5t-62 165.5v480q0 61 -28 104t-79 43z" />
|
||||
<glyph unicode="|" horiz-adv-x="421" d="M180 -41v1448h62v-1448h-62z" />
|
||||
<glyph unicode="}" horiz-adv-x="485" d="M35 -328h127q58 0 99.5 49.5t41.5 120.5v480q0 139 92 178q-92 39 -92 178v479q0 72 -41.5 121t-99.5 49h-127v62h127q79 0 141 -66t62 -166v-479q0 -62 27.5 -105t78.5 -43v-61q-51 0 -78.5 -42.5t-27.5 -104.5v-480q0 -100 -62 -165.5t-141 -65.5h-127v61z" />
|
||||
<glyph unicode="~" horiz-adv-x="1015" d="M57 893q10 102 27.5 180t47 146.5t78 105.5t112.5 37q69 0 115 -43t70 -104t45 -122t56 -104t86 -43q86 0 134 104t69 316l61 -6q-10 -103 -27 -181t-46.5 -147.5t-77.5 -107t-113 -37.5q-50 0 -88.5 23t-61.5 59t-41 80.5t-34 88.5t-34 80t-46.5 59t-66.5 23 q-86 0 -134 -103.5t-69 -313.5z" />
|
||||
<glyph unicode="¡" horiz-adv-x="342" d="M104 1077q0 28 20 48t48 20t48 -20t20 -48q0 -26 -20 -45.5t-48 -19.5t-48 19.5t-20 45.5zM129 0l23 856h41l22 -856h-86z" />
|
||||
<glyph unicode="¢" horiz-adv-x="1187" d="M123 565q0 247 159 410t398 174v111h61v-109q232 -12 387 -184l-47 -41q-60 73 -149.5 116t-190.5 48v-1055q102 6 193.5 50.5t146.5 115.5l49 -41q-157 -173 -389 -185v-180h-61v182q-117 5 -219.5 50.5t-177 121.5t-117.5 184t-43 232zM193 565q0 -221 139 -369.5 t348 -160.5v1055q-210 -11 -348.5 -157t-138.5 -368z" />
|
||||
<glyph unicode="£" horiz-adv-x="827" d="M27 457v61h198q-35 44 -52.5 67.5t-43 66.5t-36.5 87.5t-11 94.5q0 132 98 223.5t252 91.5q92 0 176.5 -48t122.5 -124l-51 -31q-34 69 -99.5 108.5t-148.5 39.5q-119 0 -204 -72t-85 -188q0 -30 7.5 -61t17 -54t29 -54.5t31.5 -48.5t37.5 -51t35.5 -47h285v-61h-244 q43 -77 43 -140q0 -67 -34 -124.5t-95 -94.5q18 6 47 6q65 0 157.5 -33.5t137.5 -33.5q52 0 102 19.5t72 47.5l41 -51q-34 -32 -93 -55t-126 -23q-75 0 -145.5 36t-145.5 36q-71 0 -201 -65l-28 65q250 105 250 270q0 63 -52 140h-245z" />
|
||||
<glyph unicode="¥" horiz-adv-x="1087" d="M35 1126h84l430 -577l422 577h82l-428 -579h415v-62h-458v-182h458v-61h-458v-242h-66v242h-471v61h471v182h-471v62h426z" />
|
||||
<glyph unicode="¦" horiz-adv-x="421" d="M180 -41v647h62v-647h-62zM180 760v647h62v-647h-62z" />
|
||||
<glyph unicode="§" horiz-adv-x="929" d="M90 -8l49 45q111 -148 314 -148q129 0 210.5 63t81.5 167q0 48 -21.5 84.5t-58.5 59.5t-84.5 40t-100 31l-105 28t-100 34t-84.5 47t-58.5 69.5t-21.5 97.5q0 107 72.5 173.5t193.5 93.5q-131 36 -198.5 91t-67.5 156q0 110 87.5 186t247.5 76q117 0 203 -42t137 -107 l-45 -41q-50 69 -128 102t-167 33q-120 0 -197 -58.5t-77 -152.5q0 -44 21.5 -77t58.5 -53.5t84.5 -35.5t100.5 -28t105.5 -27t100 -35.5t84.5 -51t58.5 -76.5t21.5 -109q0 -181 -205 -260q102 -38 153.5 -95.5t51.5 -152.5q0 -133 -96.5 -209t-257.5 -76q-71 0 -128 12 t-100 36t-72.5 49t-62.5 61zM172 606q0 -38 19 -68t42 -49t73.5 -38t82.5 -27.5t99 -25.5q29 -7 44 -11q105 46 159 103.5t54 142.5q0 41 -18 74.5t-42 54.5t-67.5 40.5t-73.5 28.5t-81 23q-161 -42 -226 -102.5t-65 -145.5z" />
|
||||
<glyph unicode="¨" horiz-adv-x="516" d="M-6 1225q0 23 17 40t40 17t40.5 -17t17.5 -40t-17.5 -40.5t-40.5 -17.5t-40 17.5t-17 40.5zM408 1225q0 23 17 40t40 17t40 -17t17 -40t-17 -40.5t-40 -17.5t-40 17.5t-17 40.5z" />
|
||||
<glyph unicode="©" horiz-adv-x="1593" d="M90 684q0 192 95 355t258 257.5t354 94.5q144 0 275 -56t225 -150.5t150 -225.5t56 -275q0 -143 -56 -274t-150 -226t-225 -151t-275 -56q-191 0 -354 95t-258 258t-95 354zM143 684q0 -106 33.5 -205.5t94 -179.5t141 -141t180 -94t205.5 -33q177 0 327.5 88t238 238.5 t87.5 326.5q0 133 -52 253.5t-139.5 208t-208 139.5t-253.5 52q-132 0 -253 -52t-209 -139.5t-140 -208.5t-52 -253zM371 688q0 186 124 312t302 126q183 0 295 -131l-41 -41q-39 53 -110 85t-144 32q-148 0 -257.5 -108t-109.5 -277q0 -82 30.5 -155t81.5 -123.5 t117.5 -79.5t137.5 -29q74 0 144.5 32.5t109.5 86.5l41 -41q-114 -133 -295 -133q-178 0 -302 128.5t-124 315.5z" />
|
||||
<glyph unicode="ª" horiz-adv-x="761" d="M102 866q0 99 69 156t163 57q140 0 231 -94v139q0 71 -55 111.5t-129 40.5q-132 0 -211 -102l-37 38q51 59 110 87t140 28q105 0 171.5 -51.5t66.5 -151.5v-456h-56v77q-91 -94 -231 -94q-93 0 -162.5 59t-69.5 156zM162 866q0 -74 52.5 -122t137.5 -48q64 0 120.5 25 t92.5 70v149q-36 45 -92.5 69.5t-120.5 24.5q-85 0 -137.5 -48t-52.5 -120z" />
|
||||
<glyph unicode="«" horiz-adv-x="745" d="M61 498l328 362h80l-328 -362l328 -369h-80zM276 498l328 362h80l-328 -362l328 -369h-80z" />
|
||||
<glyph unicode="¬" horiz-adv-x="1011" d="M59 856v62h893v-467h-65v405h-828z" />
|
||||
<glyph unicode="­" horiz-adv-x="614" d="M61 465v61h492v-61h-492z" />
|
||||
<glyph unicode="®" horiz-adv-x="1011" d="M72 952q0 181 127 307.5t307 126.5q119 0 219 -57.5t157.5 -157.5t57.5 -219q0 -180 -126.5 -307t-307.5 -127q-180 0 -307 127t-127 307zM125 952q0 -157 111.5 -269t269.5 -112t269.5 112t111.5 269q0 159 -111 270t-270 111t-270 -111t-111 -270zM342 702v498h203 q64 0 107.5 -41.5t43.5 -109.5q0 -72 -46 -110t-81 -38l133 -199h-75l-129 197h-97v-197h-59zM401 956h144q33 0 61.5 28t28.5 65q0 40 -28 68t-62 28h-144v-189z" />
|
||||
<glyph unicode="¯" horiz-adv-x="743" d="M0 1210v56h743v-56h-743z" />
|
||||
<glyph unicode="°" horiz-adv-x="559" d="M53 1159q0 94 66 160.5t160 66.5t160.5 -66.5t66.5 -160.5t-66.5 -159.5t-160.5 -65.5t-160 65.5t-66 159.5zM115 1159q0 -67 48.5 -115.5t115.5 -48.5q68 0 116.5 48.5t48.5 115.5q0 68 -49 117t-116 49t-115.5 -49t-48.5 -117z" />
|
||||
<glyph unicode="±" horiz-adv-x="1011" d="M59 0v61h893v-61h-893zM59 659v62h414v442h66v-442h413v-62h-413v-454h-66v454h-414z" />
|
||||
<glyph unicode="²" horiz-adv-x="778" d="M111 862v49q117 85 196.5 149.5t151.5 136.5t107.5 137.5t35.5 127.5q0 90 -61 134t-144 44q-77 0 -138.5 -29.5t-94.5 -78.5l-41 37q41 58 114.5 91.5t161.5 33.5q37 0 72.5 -7.5t70.5 -25t61.5 -43.5t42.5 -66t16 -88q0 -56 -25.5 -114.5t-64.5 -109.5t-103.5 -110.5 t-123.5 -106t-144 -108.5h465v-53h-555z" />
|
||||
<glyph unicode="³" horiz-adv-x="778" d="M102 983l41 35q37 -53 99.5 -85t142.5 -32q102 0 161.5 48t59.5 132q0 90 -67 134.5t-172 44.5q-56 0 -74 -3v56q12 -2 74 -2q98 0 162.5 41t64.5 125q0 75 -61 119t-150 44q-74 0 -128.5 -25.5t-102.5 -80.5l-39 37q103 123 272 123q112 0 190 -58t78 -157 q0 -47 -18.5 -84.5t-47.5 -59t-58 -33.5t-58 -16q29 -2 61.5 -15.5t63.5 -37t51.5 -63.5t20.5 -89q0 -103 -76 -168t-207 -65q-98 0 -172.5 38t-110.5 97z" />
|
||||
<glyph unicode="´" horiz-adv-x="419" d="M0 1139l328 295h92l-359 -295h-61z" />
|
||||
<glyph unicode="µ" horiz-adv-x="1081" d="M176 -377v1366h62v-694q0 -147 66 -207.5t190 -60.5q98 0 196.5 54t153.5 130v778h61v-989h-61v152q-68 -76 -164.5 -126.5t-194.5 -50.5q-175 0 -247 93v-445h-62z" />
|
||||
<glyph unicode="¶" horiz-adv-x="919" d="M55 1014q0 146 103.5 249t249.5 103h323v-1571h-61v1510h-201v-1510h-61v867q-146 0 -249.5 103t-103.5 249z" />
|
||||
<glyph unicode="·" d="M145 502q0 26 20 45.5t48 19.5t48 -19.5t20 -45.5q0 -28 -20 -48t-48 -20t-48 20t-20 48z" />
|
||||
<glyph unicode="¸" horiz-adv-x="391" d="M0 -326l29 56q66 -58 161 -58q59 0 100.5 27.5t41.5 73.5q0 41 -22.5 64.5t-67.5 23.5q-57 0 -88 -39l-45 26l63 175h61l-53 -142q31 25 78 25q60 0 96.5 -36t36.5 -97q0 -68 -57.5 -112t-143.5 -44q-56 0 -107.5 16.5t-82.5 40.5z" />
|
||||
<glyph unicode="¹" horiz-adv-x="393" d="M41 1499l174 182h55v-819h-61v737l-129 -141z" />
|
||||
<glyph unicode="º" horiz-adv-x="829" d="M98 989q0 144 88.5 241t227.5 97q142 0 229.5 -96.5t87.5 -241.5q0 -144 -87.5 -241t-229.5 -97q-139 0 -227.5 97.5t-88.5 240.5zM160 989q0 -119 68.5 -201.5t185.5 -82.5q119 0 188.5 82.5t69.5 201.5t-69.5 201t-188.5 82q-117 0 -185.5 -82t-68.5 -201z" />
|
||||
<glyph unicode="»" horiz-adv-x="745" d="M61 129l328 369l-328 362h80l328 -362l-328 -369h-80zM276 129l328 369l-328 362h80l328 -362l-328 -369h-80z" />
|
||||
<glyph unicode="¼" horiz-adv-x="1464" d="M41 1184l174 182h55v-819h-61v737l-129 -141zM170 0l872 1366h76l-874 -1366h-74zM782 231v54l381 534h80v-534h127v-54h-127v-231h-59v231h-402zM846 285h338v475z" />
|
||||
<glyph unicode="½" horiz-adv-x="1546" d="M41 1184l174 182h55v-819h-61v737l-129 -141zM170 0l872 1366h76l-874 -1366h-74zM879 0v49q117 85 196.5 149.5t151.5 136.5t107.5 137.5t35.5 127.5q0 90 -61 134t-144 44q-77 0 -138.5 -29.5t-94.5 -78.5l-41 37q41 58 114.5 91t161.5 33q47 0 91 -12.5t84 -38.5 t64 -72t24 -106q0 -56 -25.5 -114.5t-64.5 -109.5t-103.5 -110.5t-123.5 -106t-144 -108.5h465v-53h-555z" />
|
||||
<glyph unicode="¾" horiz-adv-x="1722" d="M102 668l41 34q37 -53 99.5 -84.5t142.5 -31.5q102 0 161.5 48t59.5 132q0 90 -67 134t-172 44q-62 0 -74 -2v55q12 -2 74 -2q98 0 162.5 41t64.5 125q0 75 -61 119.5t-150 44.5q-74 0 -128.5 -25.5t-102.5 -80.5l-39 36q103 123 272 123q112 0 190 -58t78 -157 q0 -47 -18.5 -84t-48 -58.5t-58 -33.5t-57.5 -16q29 -2 61.5 -15.5t63.5 -37t51.5 -63.5t20.5 -89q0 -103 -76 -168.5t-207 -65.5q-98 0 -172.5 38.5t-110.5 97.5zM428 0l872 1366h76l-874 -1366h-74zM1040 231v54l381 534h80v-534h127v-54h-127v-231h-59v231h-402z M1104 285h338v475z" />
|
||||
<glyph unicode="¿" horiz-adv-x="813" d="M63 242q0 73 40 131.5t96.5 97t113 72.5t96.5 76.5t40 91.5q0 51 -68 94l43 43q86 -61 86 -137q0 -53 -28.5 -98t-71 -75t-92 -63t-92 -62.5t-71 -74t-28.5 -96.5q0 -91 74 -149t198 -58q118 0 197.5 44t142.5 126l45 -39q-136 -189 -385 -189q-153 0 -244.5 77.5 t-91.5 187.5zM362 1077q0 28 20 48t48 20t48 -20t20 -48q0 -26 -20 -45.5t-48 -19.5t-48 19.5t-20 45.5z" />
|
||||
<glyph unicode="À" horiz-adv-x="1302" d="M43 0l569 1366h78l570 -1366h-76l-152 367h-762l-151 -367h-76zM295 428h713l-357 862zM340 1786h92l328 -295h-62z" />
|
||||
<glyph unicode="Á" horiz-adv-x="1302" d="M43 0l569 1366h78l570 -1366h-76l-152 367h-762l-151 -367h-76zM295 428h713l-357 862zM545 1491l327 295h93l-359 -295h-61z" />
|
||||
<glyph unicode="Â" horiz-adv-x="1302" d="M43 0l569 1366h78l570 -1366h-76l-152 367h-762l-151 -367h-76zM295 428h713l-357 862zM414 1491l200 295h74l207 -295h-57l-187 246l-180 -246h-57z" />
|
||||
<glyph unicode="Ã" horiz-adv-x="1302" d="M43 0l569 1366h78l570 -1366h-76l-152 367h-762l-151 -367h-76zM295 428h713l-357 862zM344 1499q0 116 48 195.5t132 79.5q44 0 76 -24t51.5 -58t36.5 -68t41.5 -58t56.5 -24q54 0 87.5 54.5t33.5 164.5h54q0 -116 -48.5 -195t-132.5 -79q-44 0 -76 24t-51.5 57.5 t-36.5 67.5t-41.5 58t-56.5 24q-54 0 -87.5 -54.5t-33.5 -164.5h-53z" />
|
||||
<glyph unicode="Ä" horiz-adv-x="1302" d="M43 0l569 1366h78l570 -1366h-76l-152 367h-762l-151 -367h-76zM295 428h713l-357 862zM389 1565q0 23 17 40t40 17t40.5 -17t17.5 -40t-17.5 -40.5t-40.5 -17.5t-40 17.5t-17 40.5zM803 1565q0 23 17 40t40 17t40.5 -17t17.5 -40t-17.5 -40.5t-40.5 -17.5t-40 17.5 t-17 40.5z" />
|
||||
<glyph unicode="Å" horiz-adv-x="1302" d="M43 0l569 1366h78l570 -1366h-76l-152 367h-762l-151 -367h-76zM295 428h713l-357 862zM463 1608q0 78 56 134t134 56t133.5 -56t55.5 -134t-55.5 -134.5t-133.5 -56.5t-134 56.5t-56 134.5zM512 1608q0 -59 41.5 -100.5t99.5 -41.5t99 41.5t41 100.5t-41 100t-99 41 q-59 0 -100 -41.5t-41 -99.5z" />
|
||||
<glyph unicode="Æ" horiz-adv-x="1904" d="M43 0l870 1366h859v-61h-771v-572h756v-61h-756v-611h771v-61h-836v367h-586l-231 -367h-76zM385 428h551v862z" />
|
||||
<glyph unicode="Ç" horiz-adv-x="1366" d="M133 682q0 154 53.5 287t145 224.5t217 143.5t266.5 52q288 0 475 -215l-51 -46q-73 92 -185.5 145.5t-238.5 53.5q-127 0 -239.5 -47t-194 -130.5t-129 -204.5t-47.5 -263q0 -140 47.5 -261t129 -205t194 -131.5t239.5 -47.5q126 0 238.5 53.5t185.5 145.5l53 -43 q-191 -215 -467 -218l-32 -86q31 25 77 25q60 0 97 -36t37 -97q0 -68 -57.5 -112t-143.5 -44q-56 0 -108 16.5t-83 41.5l29 55q65 -57 162 -57q59 0 100 27t41 73q0 41 -22.5 64.5t-67.5 23.5q-57 0 -88 -39l-45 27l43 120q-132 9 -248 64.5t-200.5 146.5t-133.5 219 t-49 275z" />
|
||||
<glyph unicode="È" horiz-adv-x="1142" d="M180 0v1366h836v-61h-770v-572h755v-61h-755v-611h770v-61h-836zM285 1786h92l328 -295h-62z" />
|
||||
<glyph unicode="É" horiz-adv-x="1142" d="M180 0v1366h836v-61h-770v-572h755v-61h-755v-611h770v-61h-836zM489 1491l328 295h92l-358 -295h-62z" />
|
||||
<glyph unicode="Ê" horiz-adv-x="1142" d="M180 0v1366h836v-61h-770v-572h755v-61h-755v-611h770v-61h-836zM354 1491l201 295h74l207 -295h-58l-186 246l-180 -246h-58z" />
|
||||
<glyph unicode="Ë" horiz-adv-x="1142" d="M180 0v1366h836v-61h-770v-572h755v-61h-755v-611h770v-61h-836zM330 1565q0 23 17 40t40 17t40 -17t17 -40t-17 -40.5t-40 -17.5t-40 17.5t-17 40.5zM743 1565q0 23 17.5 40t40.5 17t40 -17t17 -40t-17 -40.5t-40 -17.5t-40.5 17.5t-17.5 40.5z" />
|
||||
<glyph unicode="Ì" d="M-98 1786h92l328 -295h-62zM180 0v1366h66v-1366h-66z" />
|
||||
<glyph unicode="Í" d="M106 1491l328 295h92l-358 -295h-62zM180 0v1366h66v-1366h-66z" />
|
||||
<glyph unicode="Î" d="M-25 1491l201 295h74l207 -295h-58l-186 246l-180 -246h-58zM180 0v1366h66v-1366h-66z" />
|
||||
<glyph unicode="Ï" d="M-51 1565q0 23 17 40t40 17t40 -17t17 -40t-17 -40.5t-40 -17.5t-40 17.5t-17 40.5zM180 0v1366h66v-1366h-66zM362 1565q0 23 17.5 40t40.5 17t40 -17t17 -40t-17 -40.5t-40 -17.5t-40.5 17.5t-17.5 40.5z" />
|
||||
<glyph unicode="Ð" horiz-adv-x="1464" d="M25 653v62h219v651h405q155 0 284.5 -55.5t215 -149.5t133 -218t47.5 -261q0 -139 -47.5 -262.5t-133 -217t-215 -148t-284.5 -54.5h-405v653h-219zM309 61h340q142 0 258 48.5t192 132.5t117 197t41 243q0 103 -25.5 196t-77 171t-124 135t-170 89t-211.5 32h-340v-590 h385v-62h-385v-592z" />
|
||||
<glyph unicode="Ñ" horiz-adv-x="1413" d="M180 0v1366h66l921 -1247v1247h66v-1366h-66l-921 1260v-1260h-66zM395 1499q0 116 48 195.5t132 79.5q44 0 76.5 -24t51.5 -58t36.5 -68t42 -58t56.5 -24q54 0 87 54.5t33 164.5h54q0 -116 -48.5 -195t-132.5 -79q-44 0 -76 24t-51.5 57.5t-36.5 67.5t-41.5 58t-56.5 24 q-54 0 -87 -54.5t-33 -164.5h-54z" />
|
||||
<glyph unicode="Ò" horiz-adv-x="1564" d="M133 682q0 198 78.5 358t227.5 254.5t343 94.5q193 0 342.5 -94.5t228.5 -255t79 -357.5t-79 -357.5t-228.5 -255t-342.5 -94.5q-194 0 -343 94.5t-227.5 254.5t-78.5 358zM205 682q0 -185 69.5 -331t201.5 -230t306 -84q172 0 304 84t203 230t71 331q0 187 -71 333 t-203 229t-304 83q-174 0 -306 -83t-201.5 -229t-69.5 -333zM479 1786h92l328 -295h-61z" />
|
||||
<glyph unicode="Ó" horiz-adv-x="1564" d="M133 682q0 198 78.5 358t227.5 254.5t343 94.5q193 0 342.5 -94.5t228.5 -255t79 -357.5t-79 -357.5t-228.5 -255t-342.5 -94.5q-194 0 -343 94.5t-227.5 254.5t-78.5 358zM205 682q0 -185 69.5 -331t201.5 -230t306 -84q172 0 304 84t203 230t71 331q0 187 -71 333 t-203 229t-304 83q-174 0 -306 -83t-201.5 -229t-69.5 -333zM678 1491l328 295h92l-359 -295h-61z" />
|
||||
<glyph unicode="Ô" horiz-adv-x="1564" d="M133 682q0 198 78.5 358t227.5 254.5t343 94.5q193 0 342.5 -94.5t228.5 -255t79 -357.5t-79 -357.5t-228.5 -255t-342.5 -94.5q-194 0 -343 94.5t-227.5 254.5t-78.5 358zM205 682q0 -185 69.5 -331t201.5 -230t306 -84q172 0 304 84t203 230t71 331q0 187 -71 333 t-203 229t-304 83q-174 0 -306 -83t-201.5 -229t-69.5 -333zM545 1491l200 295h74l207 -295h-57l-187 246l-180 -246h-57z" />
|
||||
<glyph unicode="Õ" horiz-adv-x="1564" d="M133 682q0 198 78.5 358t227.5 254.5t343 94.5q193 0 342.5 -94.5t228.5 -255t79 -357.5t-79 -357.5t-228.5 -255t-342.5 -94.5q-194 0 -343 94.5t-227.5 254.5t-78.5 358zM205 682q0 -185 69.5 -331t201.5 -230t306 -84q172 0 304 84t203 230t71 331q0 187 -71 333 t-203 229t-304 83q-174 0 -306 -83t-201.5 -229t-69.5 -333zM475 1499q0 116 48 195.5t132 79.5q44 0 76.5 -24t51.5 -58t36.5 -68t42 -58t56.5 -24q54 0 87 54.5t33 164.5h54q0 -116 -48.5 -195t-132.5 -79q-44 0 -76 24t-51.5 57.5t-36.5 67.5t-41.5 58t-56.5 24 q-54 0 -87.5 -54.5t-33.5 -164.5h-53z" />
|
||||
<glyph unicode="Ö" horiz-adv-x="1564" d="M133 682q0 198 78.5 358t227.5 254.5t343 94.5q193 0 342.5 -94.5t228.5 -255t79 -357.5t-79 -357.5t-228.5 -255t-342.5 -94.5q-194 0 -343 94.5t-227.5 254.5t-78.5 358zM205 682q0 -185 69.5 -331t201.5 -230t306 -84q172 0 304 84t203 230t71 331q0 187 -71 333 t-203 229t-304 83q-174 0 -306 -83t-201.5 -229t-69.5 -333zM514 1565q0 23 17 40t40 17t40.5 -17t17.5 -40t-17.5 -40.5t-40.5 -17.5t-40 17.5t-17 40.5zM928 1565q0 23 17 40t40 17t40 -17t17 -40t-17 -40.5t-40 -17.5t-40 17.5t-17 40.5z" />
|
||||
<glyph unicode="×" horiz-adv-x="1011" d="M145 367l318 317l-318 317l43 43l318 -317l317 317l43 -43l-317 -317l317 -317l-43 -43l-317 317l-318 -317z" />
|
||||
<glyph unicode="Ø" horiz-adv-x="1564" d="M133 682q0 198 78.5 358t227.5 254.5t343 94.5q180 0 332 -89l39 66h74l-62 -102q126 -94 196.5 -247t70.5 -335q0 -197 -79 -357.5t-228.5 -255t-342.5 -94.5q-188 0 -333 88l-37 -63h-74l59 98q-126 95 -195 247.5t-69 336.5zM205 682q0 -168 58.5 -304.5t166.5 -223.5 l651 1093q-132 80 -299 80q-174 0 -306 -83t-201.5 -229t-69.5 -333zM481 117q132 -80 301 -80q172 0 304 84t203 230t71 331q0 167 -59.5 304t-167.5 224z" />
|
||||
<glyph unicode="Ù" horiz-adv-x="1376" d="M180 518v848h66v-848q0 -229 114 -355t328 -126t328 126t114 355v848h66v-848q0 -257 -131 -400t-377 -143t-377 143.5t-131 399.5zM379 1786h92l328 -295h-62z" />
|
||||
<glyph unicode="Ú" horiz-adv-x="1376" d="M180 518v848h66v-848q0 -229 114 -355t328 -126t328 126t114 355v848h66v-848q0 -257 -131 -400t-377 -143t-377 143.5t-131 399.5zM578 1491l327 295h92l-358 -295h-61z" />
|
||||
<glyph unicode="Û" horiz-adv-x="1376" d="M180 518v848h66v-848q0 -229 114 -355t328 -126t328 126t114 355v848h66v-848q0 -257 -131 -400t-377 -143t-377 143.5t-131 399.5zM455 1491l200 295h74l207 -295h-57l-187 246l-180 -246h-57z" />
|
||||
<glyph unicode="Ü" horiz-adv-x="1376" d="M180 518v848h66v-848q0 -229 114 -355t328 -126t328 126t114 355v848h66v-848q0 -257 -131 -400t-377 -143t-377 143.5t-131 399.5zM424 1565q0 23 17 40t40 17t40.5 -17t17.5 -40t-17.5 -40.5t-40.5 -17.5t-40 17.5t-17 40.5zM838 1565q0 23 17 40t40 17t40 -17t17 -40 t-17 -40.5t-40 -17.5t-40 17.5t-17 40.5z" />
|
||||
<glyph unicode="Ý" horiz-adv-x="1249" d="M43 1366h84l498 -709l497 709h84l-549 -774v-592h-65v592zM526 1491l328 295h92l-358 -295h-62z" />
|
||||
<glyph unicode="Þ" horiz-adv-x="1136" d="M180 0v1366h66v-264h407q123 0 215.5 -54t138.5 -141.5t46 -193.5q0 -162 -109 -273.5t-291 -111.5h-407v-328h-66zM246 389h405q149 0 239.5 90.5t90.5 233.5t-90.5 235t-239.5 92h-405v-651z" />
|
||||
<glyph unicode="ß" horiz-adv-x="2023" d="M92 158l53 43q61 -71 154.5 -118.5t208.5 -47.5q173 0 255.5 74t82.5 182q0 66 -31 114.5t-81.5 75t-115 48.5t-132 36t-132 37.5t-115 51.5t-81.5 80t-31 122q0 133 108.5 214t262.5 81q245 0 387 -162l-47 -43q-118 146 -340 146q-127 0 -214 -67.5t-87 -168.5 q0 -50 24.5 -87.5t66 -61.5t95.5 -42.5t113.5 -34t119 -32.5t113.5 -42t95.5 -58.5t66 -86t24.5 -120.5q0 -64 -23.5 -119.5t-70.5 -100.5t-127.5 -70.5t-185.5 -25.5q-133 0 -240.5 50t-175.5 133zM1104 158l53 43q61 -71 154.5 -118.5t208.5 -47.5q173 0 255.5 74 t82.5 182q0 66 -31 114.5t-81.5 75t-115 48.5t-132 36t-132 37.5t-115 51.5t-81.5 80t-31 122q0 133 108 214t262 81q245 0 387 -162l-47 -43q-118 146 -340 146q-127 0 -214 -67.5t-87 -168.5q0 -50 24.5 -87.5t66 -61.5t95.5 -42.5t114 -34t119.5 -32.5t113.5 -42 t95.5 -58.5t66 -86t24.5 -120.5q0 -64 -23.5 -119.5t-70.5 -100.5t-127.5 -70.5t-185.5 -25.5q-133 0 -240.5 50t-175.5 133z" />
|
||||
<glyph unicode="à" horiz-adv-x="1128" d="M35 0l493 1126h72l494 -1126h-74l-131 299h-649l-129 -299h-76zM254 1536h92l328 -295h-62zM264 358h600l-299 691z" />
|
||||
<glyph unicode="á" horiz-adv-x="1128" d="M35 0l493 1126h72l494 -1126h-74l-131 299h-649l-129 -299h-76zM264 358h600l-299 691zM461 1241l327 295h93l-359 -295h-61z" />
|
||||
<glyph unicode="â" horiz-adv-x="1128" d="M35 0l493 1126h72l494 -1126h-74l-131 299h-649l-129 -299h-76zM264 358h600l-299 691zM328 1241l200 295h74l207 -295h-57l-187 246l-180 -246h-57z" />
|
||||
<glyph unicode="ã" horiz-adv-x="1128" d="M35 0l493 1126h72l494 -1126h-74l-131 299h-649l-129 -299h-76zM258 1249q0 116 48 195.5t132 79.5q44 0 76 -24t51.5 -58t36.5 -68t41.5 -58t56.5 -24q54 0 87.5 54.5t33.5 164.5h53q0 -116 -48 -195t-132 -79q-44 0 -76 24t-51.5 57.5t-36.5 67.5t-41.5 58t-56.5 24 q-54 0 -87.5 -54.5t-33.5 -164.5h-53zM264 358h600l-299 691z" />
|
||||
<glyph unicode="ä" horiz-adv-x="1128" d="M35 0l493 1126h72l494 -1126h-74l-131 299h-649l-129 -299h-76zM264 358h600l-299 691zM301 1327q0 23 17 40t40 17t40.5 -17t17.5 -40t-17.5 -40t-40.5 -17t-40 17t-17 40zM715 1327q0 23 17 40t40 17t40 -17t17 -40t-17 -40t-40 -17t-40 17t-17 40z" />
|
||||
<glyph unicode="å" horiz-adv-x="1128" d="M35 0l493 1126h72l494 -1126h-74l-131 299h-649l-129 -299h-76zM264 358h600l-299 691zM377 1440q0 78 56 134t134 56t133.5 -56t55.5 -134t-55.5 -134.5t-133.5 -56.5t-134 56.5t-56 134.5zM426 1440q0 -59 41.5 -100.5t99.5 -41.5t99 41.5t41 100.5t-41 100t-99 41 q-59 0 -100 -41.5t-41 -99.5z" />
|
||||
<glyph unicode="æ" horiz-adv-x="1640" d="M35 0l735 1126h748v-59h-662v-457h649v-59h-649v-492h662v-59h-727v299h-488l-192 -299h-76zM340 358h451v691z" />
|
||||
<glyph unicode="ç" horiz-adv-x="1187" d="M123 565q0 169 78.5 304t213 208.5t298.5 73.5q249 0 415 -184l-47 -41q-62 79 -160 122.5t-208 43.5q-221 0 -370.5 -148.5t-149.5 -378.5q0 -152 69 -273.5t188 -189t263 -67.5q109 0 209.5 45t158.5 121l49 -41q-160 -176 -391 -185l-34 -94q31 25 77 25 q60 0 96.5 -36t36.5 -97q0 -68 -57 -112t-143 -44q-56 0 -108 16.5t-83 40.5l29 56q66 -58 162 -58q59 0 100 27.5t41 73.5q0 41 -22.5 64.5t-67.5 23.5q-57 0 -88 -39l-45 26l45 129q-238 12 -396.5 176t-158.5 412z" />
|
||||
<glyph unicode="è" horiz-adv-x="1024" d="M176 0v1126h725v-59h-659v-457h649v-59h-649v-492h659v-59h-725zM236 1536h92l327 -295h-61z" />
|
||||
<glyph unicode="é" horiz-adv-x="1024" d="M176 0v1126h725v-59h-659v-457h649v-59h-649v-492h659v-59h-725zM440 1241l328 295h92l-358 -295h-62z" />
|
||||
<glyph unicode="ê" horiz-adv-x="1024" d="M176 0v1126h725v-59h-659v-457h649v-59h-649v-492h659v-59h-725zM307 1241l201 295h74l206 -295h-57l-186 246l-180 -246h-58z" />
|
||||
<glyph unicode="ë" horiz-adv-x="1024" d="M176 0v1126h725v-59h-659v-457h649v-59h-649v-492h659v-59h-725zM272 1327q0 23 17.5 40t40.5 17t40 -17t17 -40t-17 -40t-40 -17t-40.5 17t-17.5 40zM686 1327q0 23 17 40t40 17t40.5 -17t17.5 -40t-17.5 -40t-40.5 -17t-40 17t-17 40z" />
|
||||
<glyph unicode="ì" horiz-adv-x="417" d="M-102 1536h92l327 -295h-61zM176 0v1126h66v-1126h-66z" />
|
||||
<glyph unicode="í" horiz-adv-x="417" d="M104 1241l328 295h92l-358 -295h-62zM176 0v1126h66v-1126h-66z" />
|
||||
<glyph unicode="î" horiz-adv-x="417" d="M-29 1241l201 295h74l207 -295h-58l-186 246l-180 -246h-58zM176 0v1126h66v-1126h-66z" />
|
||||
<glyph unicode="ï" horiz-adv-x="417" d="M-53 1327q0 23 17 40t40 17t40 -17t17 -40t-17 -40t-40 -17t-40 17t-17 40zM176 0v1126h66v-1126h-66zM360 1327q0 23 17.5 40t40.5 17t40 -17t17 -40t-17 -40t-40 -17t-40.5 17t-17.5 40z" />
|
||||
<glyph unicode="ð" horiz-adv-x="1265" d="M25 549v55h145v522h352q134 0 246.5 -46t187 -123.5t115.5 -180t41 -215.5q0 -114 -41 -215.5t-115.5 -178.5t-187 -122t-246.5 -45h-352v549h-145zM236 59h286q161 0 280 67.5t178.5 180t59.5 254.5q0 141 -59.5 254.5t-179 182.5t-279.5 69h-286v-463h309v-55h-309 v-490z" />
|
||||
<glyph unicode="ñ" horiz-adv-x="1265" d="M176 0v1126h62l786 -1013v1013h66v-1126h-62l-786 1024v-1024h-66zM322 1249q0 116 48 195.5t132 79.5q44 0 76 -24t51.5 -58t36.5 -68t41.5 -58t56.5 -24q54 0 87.5 54.5t33.5 164.5h53q0 -116 -48 -195t-132 -79q-44 0 -76 24t-51.5 57.5t-36.5 67.5t-41.5 58t-56.5 24 q-54 0 -87.5 -54.5t-33.5 -164.5h-53z" />
|
||||
<glyph unicode="ò" horiz-adv-x="1370" d="M123 563q0 122 40 229.5t111.5 187t178 125.5t233.5 46q167 0 296 -79t197 -212.5t68 -296.5t-68 -296.5t-197 -212.5t-296 -79q-127 0 -233.5 46t-178 125.5t-111.5 187t-40 229.5zM193 563q0 -230 135 -379t358 -149q220 0 356 149.5t136 378.5q0 231 -136 380 t-356 149q-224 0 -358.5 -148.5t-134.5 -380.5zM373 1536h92l328 -295h-62z" />
|
||||
<glyph unicode="ó" horiz-adv-x="1370" d="M123 563q0 122 40 229.5t111.5 187t178 125.5t233.5 46q167 0 296 -79t197 -212.5t68 -296.5t-68 -296.5t-197 -212.5t-296 -79q-127 0 -233.5 46t-178 125.5t-111.5 187t-40 229.5zM193 563q0 -230 135 -379t358 -149q220 0 356 149.5t136 378.5q0 231 -136 380 t-356 149q-224 0 -358.5 -148.5t-134.5 -380.5zM582 1241l327 295h92l-358 -295h-61z" />
|
||||
<glyph unicode="ô" horiz-adv-x="1370" d="M123 563q0 122 40 229.5t111.5 187t178 125.5t233.5 46q167 0 296 -79t197 -212.5t68 -296.5t-68 -296.5t-197 -212.5t-296 -79q-127 0 -233.5 46t-178 125.5t-111.5 187t-40 229.5zM193 563q0 -230 135 -379t358 -149q220 0 356 149.5t136 378.5q0 231 -136 380 t-356 149q-224 0 -358.5 -148.5t-134.5 -380.5zM449 1241l200 295h74l207 -295h-58l-186 246l-180 -246h-57z" />
|
||||
<glyph unicode="õ" horiz-adv-x="1370" d="M123 563q0 122 40 229.5t111.5 187t178 125.5t233.5 46q167 0 296 -79t197 -212.5t68 -296.5t-68 -296.5t-197 -212.5t-296 -79q-127 0 -233.5 46t-178 125.5t-111.5 187t-40 229.5zM193 563q0 -230 135 -379t358 -149q220 0 356 149.5t136 378.5q0 231 -136 380 t-356 149q-224 0 -358.5 -148.5t-134.5 -380.5zM383 1249q0 116 48 195.5t132 79.5q44 0 76 -24t51.5 -58t36.5 -68t41.5 -58t56.5 -24q54 0 87.5 54.5t33.5 164.5h53q0 -116 -48 -195t-132 -79q-44 0 -76 24t-51.5 57.5t-36.5 67.5t-41.5 58t-56.5 24q-54 0 -87.5 -54.5 t-33.5 -164.5h-53z" />
|
||||
<glyph unicode="ö" horiz-adv-x="1370" d="M123 563q0 122 40 229.5t111.5 187t178 125.5t233.5 46q167 0 296 -79t197 -212.5t68 -296.5t-68 -296.5t-197 -212.5t-296 -79q-127 0 -233.5 46t-178 125.5t-111.5 187t-40 229.5zM193 563q0 -230 135 -379t358 -149q220 0 356 149.5t136 378.5q0 231 -136 380 t-356 149q-224 0 -358.5 -148.5t-134.5 -380.5zM424 1327q0 23 17 40t40 17t40.5 -17t17.5 -40t-17.5 -40t-40.5 -17t-40 17t-17 40zM838 1327q0 23 17 40t40 17t40 -17t17 -40t-17 -40t-40 -17t-40 17t-17 40z" />
|
||||
<glyph unicode="÷" horiz-adv-x="1046" d="M59 659v62h928v-62h-928zM457 272q0 28 19.5 48t47.5 20t48 -20t20 -48t-20 -47.5t-48 -19.5t-47.5 19.5t-19.5 47.5zM457 1098q0 28 19.5 46.5t47.5 18.5t48 -19t20 -46q0 -28 -20 -49t-48 -21q-27 0 -47 21t-20 49z" />
|
||||
<glyph unicode="ø" horiz-adv-x="1370" d="M123 563q0 122 40 229.5t111.5 187t178 125.5t233.5 46q174 0 305 -86l43 61h74l-68 -96q99 -82 153 -203.5t54 -263.5q0 -163 -68 -296.5t-197 -212.5t-296 -79q-178 0 -315 91l-45 -66h-74l70 100q-95 82 -147 202t-52 261zM193 563q0 -127 42.5 -232.5t122.5 -176.5 l598 862q-115 76 -270 76q-224 0 -358.5 -148.5t-134.5 -380.5zM406 117q118 -82 280 -82q220 0 356 149.5t136 378.5q0 130 -45 237.5t-127 178.5z" />
|
||||
<glyph unicode="ù" horiz-adv-x="1234" d="M176 424v702h66v-702q0 -185 96.5 -287t277.5 -102q182 0 279.5 102.5t97.5 286.5v702h66v-702q0 -212 -114.5 -330.5t-328.5 -118.5q-213 0 -326.5 119t-113.5 330zM305 1536h92l328 -295h-61z" />
|
||||
<glyph unicode="ú" horiz-adv-x="1234" d="M176 424v702h66v-702q0 -185 96.5 -287t277.5 -102q182 0 279.5 102.5t97.5 286.5v702h66v-702q0 -212 -114.5 -330.5t-328.5 -118.5q-213 0 -326.5 119t-113.5 330zM516 1241l328 295h92l-358 -295h-62z" />
|
||||
<glyph unicode="û" horiz-adv-x="1234" d="M176 424v702h66v-702q0 -185 96.5 -287t277.5 -102q182 0 279.5 102.5t97.5 286.5v702h66v-702q0 -212 -114.5 -330.5t-328.5 -118.5q-213 0 -326.5 119t-113.5 330zM377 1241l201 295h73l207 -295h-57l-187 246l-180 -246h-57z" />
|
||||
<glyph unicode="ü" horiz-adv-x="1234" d="M176 424v702h66v-702q0 -185 96.5 -287t277.5 -102q182 0 279.5 102.5t97.5 286.5v702h66v-702q0 -212 -114.5 -330.5t-328.5 -118.5q-213 0 -326.5 119t-113.5 330zM352 1327q0 23 17.5 40t40.5 17t40 -17t17 -40t-17 -40t-40 -17t-40.5 17t-17.5 40zM766 1327 q0 23 17 40t40 17t40.5 -17t17.5 -40t-17.5 -40t-40.5 -17t-40 17t-17 40z" />
|
||||
<glyph unicode="ý" horiz-adv-x="1087" d="M35 1126h84l430 -577l422 577h82l-471 -639v-487h-66v487zM442 1241l328 295h92l-358 -295h-62z" />
|
||||
<glyph unicode="þ" horiz-adv-x="1015" d="M176 0v1126h66v-208h344q168 0 258 -92t90 -230q0 -139 -90.5 -231.5t-257.5 -92.5h-344v-272h-66zM242 332h344q136 0 207 72.5t71 191.5q0 118 -71 190t-207 72h-344v-526z" />
|
||||
<glyph unicode="ÿ" horiz-adv-x="1087" d="M35 1126h84l430 -577l422 577h82l-471 -639v-487h-66v487zM285 1327q0 23 17 40t40 17t40 -17t17 -40t-17 -40t-40 -17t-40 17t-17 40zM698 1327q0 23 17.5 40t40.5 17t40 -17t17 -40t-17 -40t-40 -17t-40.5 17t-17.5 40z" />
|
||||
<glyph unicode="Œ" horiz-adv-x="2301" d="M133 682q0 147 46 276.5t129 224t205.5 149t268.5 54.5q175 0 323 -88.5t228 -253.5v322h836v-61h-770v-572h755v-61h-755v-611h770v-61h-836v322q-80 -166 -228 -256.5t-323 -90.5q-194 0 -343 94.5t-227.5 254.5t-78.5 358zM205 682q0 -186 69.5 -332t201.5 -229.5 t306 -83.5q191 0 336.5 104t214.5 305v474q-69 200 -214 302.5t-337 102.5q-262 0 -419.5 -179t-157.5 -464z" />
|
||||
<glyph unicode="œ" horiz-adv-x="1994" d="M123 563q0 122 40 229.5t111.5 187t178 125.5t233.5 46q154 0 272.5 -71.5t186.5 -209.5v256h727v-59h-662v-457h650v-59h-650v-492h662v-59h-727v258q-68 -139 -186.5 -211t-272.5 -72q-127 0 -233.5 46t-178 125.5t-111.5 187t-40 229.5zM193 563q0 -230 135 -379 t358 -149q104 0 192 35t159.5 115.5t107.5 201.5v356q-35 120 -109.5 200.5t-162 114.5t-187.5 34q-224 0 -358.5 -148.5t-134.5 -380.5z" />
|
||||
<glyph unicode="Ÿ" horiz-adv-x="1249" d="M43 1366h84l498 -709l497 709h84l-549 -774v-592h-65v592zM369 1565q0 23 17 40t40 17t40 -17t17 -40t-17 -40.5t-40 -17.5t-40 17.5t-17 40.5zM782 1565q0 23 17.5 40t40.5 17t40 -17t17 -40t-17 -40.5t-40 -17.5t-40.5 17.5t-17.5 40.5z" />
|
||||
<glyph unicode="ˆ" horiz-adv-x="481" d="M0 1139l201 295h73l207 -295h-57l-186 245l-181 -245h-57z" />
|
||||
<glyph unicode="˜" horiz-adv-x="616" d="M0 1147q0 116 48 195t132 79q44 0 76 -24t51.5 -57.5t36.5 -67.5t41.5 -58t56.5 -24q54 0 87.5 54.5t33.5 164.5h53q0 -116 -48 -195t-132 -79q-44 0 -76 24t-51.5 57.5t-36.5 67.5t-41.5 58t-56.5 24q-54 0 -87.5 -54.5t-33.5 -164.5h-53z" />
|
||||
<glyph unicode=" " horiz-adv-x="899" />
|
||||
<glyph unicode=" " horiz-adv-x="1798" />
|
||||
<glyph unicode=" " horiz-adv-x="899" />
|
||||
<glyph unicode=" " horiz-adv-x="1798" />
|
||||
<glyph unicode=" " horiz-adv-x="599" />
|
||||
<glyph unicode=" " horiz-adv-x="449" />
|
||||
<glyph unicode=" " horiz-adv-x="299" />
|
||||
<glyph unicode=" " horiz-adv-x="299" />
|
||||
<glyph unicode=" " horiz-adv-x="224" />
|
||||
<glyph unicode=" " horiz-adv-x="359" />
|
||||
<glyph unicode=" " horiz-adv-x="99" />
|
||||
<glyph unicode="‐" horiz-adv-x="614" d="M61 465v61h492v-61h-492z" />
|
||||
<glyph unicode="‑" horiz-adv-x="614" d="M61 465v61h492v-61h-492z" />
|
||||
<glyph unicode="‒" horiz-adv-x="614" d="M61 465v61h492v-61h-492z" />
|
||||
<glyph unicode="–" horiz-adv-x="1214" d="M61 465v61h1092v-61h-1092z" />
|
||||
<glyph unicode="—" horiz-adv-x="1705" d="M61 465v61h1584v-61h-1584z" />
|
||||
<glyph unicode="‘" d="M113 1139q0 73 37 141.5t90 105.5l45 -36q-49 -36 -79 -89t-30 -100q13 2 17 2q29 0 47 -19.5t18 -47.5q0 -27 -18.5 -46.5t-46.5 -19.5q-34 0 -57 29t-23 80z" />
|
||||
<glyph unicode="’" d="M119 1067q49 36 78.5 88.5t29.5 99.5q-12 -2 -16 -2q-29 0 -47.5 20t-18.5 48q0 27 18.5 46t47.5 19q34 0 57 -29t23 -79q0 -73 -37.5 -142t-89.5 -106z" />
|
||||
<glyph unicode="‚" d="M119 -205q49 36 78.5 89t29.5 100q-12 -2 -16 -2q-29 0 -47.5 19.5t-18.5 47.5q0 27 18.5 46.5t47.5 19.5q34 0 57 -29t23 -80q0 -73 -37.5 -142t-89.5 -106z" />
|
||||
<glyph unicode="“" horiz-adv-x="677" d="M135 1139q0 73 37 141.5t90 105.5l45 -36q-49 -36 -78.5 -89t-29.5 -100q12 2 16 2q29 0 47.5 -19.5t18.5 -47.5q0 -27 -18.5 -46.5t-47.5 -19.5q-34 0 -57 29t-23 80zM387 1139q0 73 37 141.5t90 105.5l45 -36q-49 -36 -78.5 -89t-29.5 -100q12 2 16 2q29 0 47 -19.5 t18 -47.5q0 -27 -18.5 -46.5t-46.5 -19.5q-34 0 -57 29t-23 80z" />
|
||||
<glyph unicode="”" horiz-adv-x="677" d="M119 1067q49 36 78.5 88.5t29.5 99.5q-12 -2 -16 -2q-29 0 -47.5 20t-18.5 48q0 27 18.5 46t47.5 19q34 0 57 -29t23 -79q0 -73 -37.5 -142t-89.5 -106zM371 1067q49 36 78.5 88.5t29.5 99.5q-12 -2 -16 -2q-29 0 -47.5 20t-18.5 48q0 27 18.5 46t47.5 19q34 0 57 -29 t23 -79q0 -73 -37.5 -142t-89.5 -106z" />
|
||||
<glyph unicode="„" horiz-adv-x="677" d="M119 -205q49 36 78.5 89t29.5 100q-12 -2 -16 -2q-29 0 -47.5 19.5t-18.5 47.5q0 27 18.5 46.5t47.5 19.5q34 0 57 -29t23 -80q0 -73 -37.5 -142t-89.5 -106zM371 -205q49 36 78.5 89t29.5 100q-12 -2 -16 -2q-29 0 -47.5 19.5t-18.5 47.5q0 27 18.5 46.5t47.5 19.5 q34 0 57 -29t23 -80q0 -73 -37.5 -142t-89.5 -106z" />
|
||||
<glyph unicode="•" horiz-adv-x="733" d="M168 496q0 83 59 141.5t142 58.5t141.5 -58.5t58.5 -141.5q0 -82 -58.5 -140.5t-141.5 -58.5t-142 58.5t-59 140.5z" />
|
||||
<glyph unicode="…" horiz-adv-x="1277" d="M145 49q0 26 20 46t48 20t48 -20t20 -46q0 -28 -20 -47.5t-48 -19.5t-48 19.5t-20 47.5zM571 49q0 26 20 46t48 20t48 -20t20 -46q0 -28 -20 -47.5t-48 -19.5t-48 19.5t-20 47.5zM997 49q0 26 20 46t48 20t48 -20t20 -46q0 -28 -20 -47.5t-48 -19.5t-48 19.5t-20 47.5z " />
|
||||
<glyph unicode=" " horiz-adv-x="359" />
|
||||
<glyph unicode="‹" horiz-adv-x="530" d="M61 498l328 362h80l-328 -362l328 -369h-80z" />
|
||||
<glyph unicode="›" horiz-adv-x="530" d="M61 129l328 369l-328 362h80l328 -362l-328 -369h-80z" />
|
||||
<glyph unicode=" " horiz-adv-x="449" />
|
||||
<glyph unicode="€" horiz-adv-x="1249" d="M80 399v62h113q-9 49 -9 104q0 49 6 99h-110v61h125q49 193 205.5 309.5t363.5 116.5q250 0 416 -184l-47 -41q-62 79 -160.5 122.5t-208.5 43.5q-178 0 -314.5 -100.5t-183.5 -266.5h584v-61h-598q-8 -44 -8 -99q0 -60 8 -104h598v-62h-581q50 -165 184.5 -264.5 t310.5 -99.5q109 0 210 45t159 121l49 -41q-170 -185 -418 -185q-206 0 -361.5 115.5t-207.5 308.5h-125z" />
|
||||
<glyph unicode="™" horiz-adv-x="929" d="M35 1313v53h311v-53h-127v-398h-57v398h-127zM420 915v451h88l131 -328l131 328h88v-451h-57v373l-154 -373h-16l-154 373v-373h-57z" />
|
||||
<glyph unicode="◼" horiz-adv-x="1126" d="M0 0v1126h1126v-1126h-1126z" />
|
||||
<hkern u1="," u2="ô" k="61" />
|
||||
<hkern u1="," u2="ò" k="61" />
|
||||
<hkern u1="," u2="o" k="61" />
|
||||
<hkern u1="L" u2="ü" k="61" />
|
||||
<hkern u1="L" u2="û" k="61" />
|
||||
<hkern u1="L" u2="ú" k="61" />
|
||||
<hkern u1="L" u2="ù" k="61" />
|
||||
<hkern u1="O" u2="…" k="61" />
|
||||
<hkern u1="O" u2="„" k="61" />
|
||||
<hkern u1="O" u2="‚" k="61" />
|
||||
<hkern u1="O" u2="æ" k="61" />
|
||||
<hkern u1="O" u2="å" k="61" />
|
||||
<hkern u1="O" u2="ä" k="61" />
|
||||
<hkern u1="O" u2="ã" k="61" />
|
||||
<hkern u1="O" u2="â" k="61" />
|
||||
<hkern u1="O" u2="á" k="61" />
|
||||
<hkern u1="O" u2="à" k="61" />
|
||||
<hkern u1="O" u2="a" k="61" />
|
||||
<hkern u1="O" u2="X" k="61" />
|
||||
<hkern u1="O" u2="T" k="61" />
|
||||
<hkern u1="O" u2="." k="61" />
|
||||
<hkern u1="O" u2="," k="61" />
|
||||
<hkern u1="Q" u2="…" k="61" />
|
||||
<hkern u1="Q" u2="„" k="61" />
|
||||
<hkern u1="Q" u2="‚" k="61" />
|
||||
<hkern u1="Q" u2="X" k="61" />
|
||||
<hkern u1="Q" u2="." k="61" />
|
||||
<hkern u1="Q" u2="," k="61" />
|
||||
<hkern u1="Q" u2="æ" k="61" />
|
||||
<hkern u1="Q" u2="ä" k="61" />
|
||||
<hkern u1="Q" u2="ã" k="61" />
|
||||
<hkern u1="Q" u2="â" k="61" />
|
||||
<hkern u1="Q" u2="á" k="61" />
|
||||
<hkern u1="T" u2="Œ" k="61" />
|
||||
<hkern u1="T" u2="Ø" k="61" />
|
||||
<hkern u1="T" u2="Ö" k="61" />
|
||||
<hkern u1="T" u2="Õ" k="61" />
|
||||
<hkern u1="T" u2="Ô" k="61" />
|
||||
<hkern u1="T" u2="Ó" k="61" />
|
||||
<hkern u1="T" u2="Ò" k="61" />
|
||||
<hkern u1="T" u2="Ç" k="61" />
|
||||
<hkern u1="T" u2="Q" k="61" />
|
||||
<hkern u1="T" u2="O" k="61" />
|
||||
<hkern u1="T" u2="G" k="61" />
|
||||
<hkern u1="d" u2="," k="61" />
|
||||
<hkern u1="l" u2="ø" k="61" />
|
||||
<hkern u1="l" u2="ö" k="61" />
|
||||
<hkern u1="l" u2="q" k="61" />
|
||||
<hkern u1="m" u2="Ÿ" k="61" />
|
||||
<hkern u1="o" u2="," k="61" />
|
||||
<hkern u1="q" u2="t" k="61" />
|
||||
<hkern u1="q" u2="," k="61" />
|
||||
<hkern u1="Ð" u2="…" k="61" />
|
||||
<hkern u1="Ð" u2="„" k="61" />
|
||||
<hkern u1="Ð" u2="‚" k="61" />
|
||||
<hkern u1="Ð" u2="X" k="61" />
|
||||
<hkern u1="Ð" u2="." k="61" />
|
||||
<hkern u1="Ð" u2="," k="61" />
|
||||
<hkern u1="Ð" u2="æ" k="61" />
|
||||
<hkern u1="Õ" u2="…" k="61" />
|
||||
<hkern u1="Õ" u2="„" k="61" />
|
||||
<hkern u1="Õ" u2="‚" k="61" />
|
||||
<hkern u1="Õ" u2="." k="61" />
|
||||
<hkern u1="Õ" u2="," k="61" />
|
||||
<hkern u1="Õ" u2="å" k="61" />
|
||||
<hkern u1="Õ" u2="â" k="61" />
|
||||
<hkern u1="Ø" u2="…" k="61" />
|
||||
<hkern u1="Ø" u2="„" k="61" />
|
||||
<hkern u1="Ø" u2="‚" k="61" />
|
||||
<hkern u1="Ø" u2="æ" k="61" />
|
||||
<hkern u1="Ø" u2="å" k="61" />
|
||||
<hkern u1="Ø" u2="ä" k="61" />
|
||||
<hkern u1="Ø" u2="ã" k="61" />
|
||||
<hkern u1="Ø" u2="â" k="61" />
|
||||
<hkern u1="Ø" u2="á" k="61" />
|
||||
<hkern u1="Ø" u2="à" k="61" />
|
||||
<hkern u1="Ø" u2="a" k="61" />
|
||||
<hkern u1="Ø" u2="X" k="61" />
|
||||
<hkern u1="Ø" u2="T" k="61" />
|
||||
<hkern u1="Ø" u2="." k="61" />
|
||||
<hkern u1="Ø" u2="," k="61" />
|
||||
<hkern u1="Ý" u2="ñ" k="61" />
|
||||
<hkern u1="Ý" u2="ð" k="61" />
|
||||
<hkern u1="Ý" u2="ï" k="61" />
|
||||
<hkern u1="Ý" u2="î" k="61" />
|
||||
<hkern u1="Ý" u2="í" k="61" />
|
||||
<hkern u1="Ý" u2="ì" k="61" />
|
||||
<hkern u1="Ý" u2="ë" k="61" />
|
||||
<hkern u1="Ý" u2="ê" k="61" />
|
||||
<hkern u1="Ý" u2="é" k="61" />
|
||||
<hkern u1="Ý" u2="è" k="61" />
|
||||
<hkern u1="Þ" u2="…" k="61" />
|
||||
<hkern u1="Þ" u2="„" k="61" />
|
||||
<hkern u1="Þ" u2="‚" k="61" />
|
||||
<hkern u1="Þ" u2="æ" k="61" />
|
||||
<hkern u1="Þ" u2="å" k="61" />
|
||||
<hkern u1="Þ" u2="ä" k="61" />
|
||||
<hkern u1="Þ" u2="ã" k="61" />
|
||||
<hkern u1="Þ" u2="â" k="61" />
|
||||
<hkern u1="Þ" u2="á" k="61" />
|
||||
<hkern u1="Þ" u2="à" k="61" />
|
||||
<hkern u1="Þ" u2="a" k="61" />
|
||||
<hkern u1="Þ" u2="X" k="61" />
|
||||
<hkern u1="Þ" u2="T" k="61" />
|
||||
<hkern u1="Þ" u2="." k="61" />
|
||||
<hkern u1="Þ" u2="," k="61" />
|
||||
<hkern u1="à" u2="Œ" k="61" />
|
||||
<hkern u1="à" u2="Ø" k="61" />
|
||||
<hkern u1="à" u2="Ö" k="61" />
|
||||
<hkern u1="à" u2="Õ" k="61" />
|
||||
<hkern u1="à" u2="Ô" k="61" />
|
||||
<hkern u1="à" u2="Ó" k="61" />
|
||||
<hkern u1="à" u2="Ò" k="61" />
|
||||
<hkern u1="à" u2="Ç" k="61" />
|
||||
<hkern u1="à" u2="v" k="61" />
|
||||
<hkern u1="à" u2="Q" k="61" />
|
||||
<hkern u1="à" u2="O" k="61" />
|
||||
<hkern u1="à" u2="G" k="61" />
|
||||
<hkern u1="à" u2="C" k="61" />
|
||||
<hkern u1="á" u2="Œ" k="61" />
|
||||
<hkern u1="á" u2="Ø" k="61" />
|
||||
<hkern u1="á" u2="Ö" k="61" />
|
||||
<hkern u1="á" u2="Õ" k="61" />
|
||||
<hkern u1="á" u2="Ô" k="61" />
|
||||
<hkern u1="á" u2="Ó" k="61" />
|
||||
<hkern u1="á" u2="Ò" k="61" />
|
||||
<hkern u1="á" u2="Ç" k="61" />
|
||||
<hkern u1="á" u2="v" k="61" />
|
||||
<hkern u1="á" u2="Q" k="61" />
|
||||
<hkern u1="á" u2="O" k="61" />
|
||||
<hkern u1="á" u2="G" k="61" />
|
||||
<hkern u1="á" u2="C" k="61" />
|
||||
<hkern u1="â" u2="Œ" k="61" />
|
||||
<hkern u1="â" u2="Ø" k="61" />
|
||||
<hkern u1="â" u2="Ö" k="61" />
|
||||
<hkern u1="â" u2="Õ" k="61" />
|
||||
<hkern u1="â" u2="Ô" k="61" />
|
||||
<hkern u1="â" u2="Ó" k="61" />
|
||||
<hkern u1="â" u2="Ò" k="61" />
|
||||
<hkern u1="â" u2="Ç" k="61" />
|
||||
<hkern u1="â" u2="Q" k="61" />
|
||||
<hkern u1="â" u2="O" k="61" />
|
||||
<hkern u1="â" u2="G" k="61" />
|
||||
<hkern u1="â" u2="C" k="61" />
|
||||
<hkern u1="ã" u2="Œ" k="61" />
|
||||
<hkern u1="ã" u2="Ø" k="61" />
|
||||
<hkern u1="ã" u2="Ö" k="61" />
|
||||
<hkern u1="ã" u2="Õ" k="61" />
|
||||
<hkern u1="ã" u2="Ô" k="61" />
|
||||
<hkern u1="ã" u2="Ó" k="61" />
|
||||
<hkern u1="ã" u2="Ò" k="61" />
|
||||
<hkern u1="ã" u2="Ç" k="61" />
|
||||
<hkern u1="ã" u2="Q" k="61" />
|
||||
<hkern u1="ã" u2="O" k="61" />
|
||||
<hkern u1="ã" u2="G" k="61" />
|
||||
<hkern u1="ã" u2="C" k="61" />
|
||||
<hkern u1="ä" u2="Œ" k="61" />
|
||||
<hkern u1="ä" u2="Ø" k="61" />
|
||||
<hkern u1="ä" u2="Ö" k="61" />
|
||||
<hkern u1="ä" u2="Õ" k="61" />
|
||||
<hkern u1="ä" u2="Ô" k="61" />
|
||||
<hkern u1="ä" u2="Ó" k="61" />
|
||||
<hkern u1="ä" u2="Ò" k="61" />
|
||||
<hkern u1="ä" u2="Ç" k="61" />
|
||||
<hkern u1="ä" u2="v" k="61" />
|
||||
<hkern u1="ä" u2="Q" k="61" />
|
||||
<hkern u1="ä" u2="O" k="61" />
|
||||
<hkern u1="ä" u2="G" k="61" />
|
||||
<hkern u1="ä" u2="C" k="61" />
|
||||
<hkern u1="å" u2="Œ" k="61" />
|
||||
<hkern u1="å" u2="Ø" k="61" />
|
||||
<hkern u1="å" u2="Ö" k="61" />
|
||||
<hkern u1="å" u2="Õ" k="61" />
|
||||
<hkern u1="å" u2="Ô" k="61" />
|
||||
<hkern u1="å" u2="Ó" k="61" />
|
||||
<hkern u1="å" u2="Ò" k="61" />
|
||||
<hkern u1="å" u2="Ç" k="61" />
|
||||
<hkern u1="å" u2="v" k="61" />
|
||||
<hkern u1="å" u2="Q" k="61" />
|
||||
<hkern u1="å" u2="O" k="61" />
|
||||
<hkern u1="å" u2="G" k="61" />
|
||||
<hkern u1="å" u2="C" k="61" />
|
||||
<hkern u1="ç" u2="Ý" k="61" />
|
||||
<hkern u1="ì" u2="Ÿ" k="61" />
|
||||
<hkern u1="ì" u2="Ý" k="61" />
|
||||
<hkern u1="ì" u2="Y" k="61" />
|
||||
<hkern u1="í" u2="Ÿ" k="61" />
|
||||
<hkern u1="í" u2="Ý" k="61" />
|
||||
<hkern u1="î" u2="Ÿ" k="61" />
|
||||
<hkern u1="î" u2="Ý" k="61" />
|
||||
<hkern u1="î" u2="Y" k="61" />
|
||||
<hkern u1="ï" u2="Ÿ" k="61" />
|
||||
<hkern u1="ï" u2="Ý" k="61" />
|
||||
<hkern u1="ï" u2="Y" k="61" />
|
||||
<hkern u1="ð" u2="ý" k="61" />
|
||||
<hkern u1="ð" u2="," k="61" />
|
||||
<hkern u1="ñ" u2="Ÿ" k="61" />
|
||||
<hkern u1="ñ" u2="Ý" k="61" />
|
||||
<hkern u1="ò" u2="ÿ" k="61" />
|
||||
<hkern u1="ò" u2="ý" k="61" />
|
||||
<hkern u1="ò" u2="y" k="61" />
|
||||
<hkern u1="ò" u2="w" k="61" />
|
||||
<hkern u1="ò" u2="‚" k="61" />
|
||||
<hkern u1="ò" u2="," k="61" />
|
||||
<hkern u1="ó" u2="…" k="61" />
|
||||
<hkern u1="ó" u2="„" k="61" />
|
||||
<hkern u1="ó" u2="‚" k="61" />
|
||||
<hkern u1="ó" u2="ÿ" k="61" />
|
||||
<hkern u1="ó" u2="ý" k="61" />
|
||||
<hkern u1="ó" u2="y" k="61" />
|
||||
<hkern u1="ó" u2="W" k="61" />
|
||||
<hkern u1="ó" u2="." k="61" />
|
||||
<hkern u1="ó" u2="," k="61" />
|
||||
<hkern u1="ô" u2="ÿ" k="61" />
|
||||
<hkern u1="ô" u2="ý" k="61" />
|
||||
<hkern u1="ô" u2="y" k="61" />
|
||||
<hkern u1="ô" u2="w" k="61" />
|
||||
<hkern u1="ô" u2="t" k="61" />
|
||||
<hkern u1="ô" u2="W" k="61" />
|
||||
<hkern u1="ô" u2="„" k="61" />
|
||||
<hkern u1="ô" u2="‚" k="61" />
|
||||
<hkern u1="ô" u2="," k="61" />
|
||||
<hkern u1="õ" u2="…" k="61" />
|
||||
<hkern u1="õ" u2="„" k="61" />
|
||||
<hkern u1="õ" u2="‚" k="61" />
|
||||
<hkern u1="õ" u2="ÿ" k="61" />
|
||||
<hkern u1="õ" u2="ý" k="61" />
|
||||
<hkern u1="õ" u2="y" k="61" />
|
||||
<hkern u1="õ" u2="w" k="61" />
|
||||
<hkern u1="õ" u2="t" k="61" />
|
||||
<hkern u1="õ" u2="W" k="61" />
|
||||
<hkern u1="õ" u2="." k="61" />
|
||||
<hkern u1="õ" u2="," k="61" />
|
||||
<hkern u1="ö" u2="…" k="61" />
|
||||
<hkern u1="ö" u2="„" k="61" />
|
||||
<hkern u1="ö" u2="‚" k="61" />
|
||||
<hkern u1="ö" u2="ÿ" k="61" />
|
||||
<hkern u1="ö" u2="ý" k="61" />
|
||||
<hkern u1="ö" u2="y" k="61" />
|
||||
<hkern u1="ö" u2="t" k="61" />
|
||||
<hkern u1="ö" u2="W" k="61" />
|
||||
<hkern u1="ö" u2="." k="61" />
|
||||
<hkern u1="ö" u2="," k="61" />
|
||||
<hkern u1="ø" u2="…" k="61" />
|
||||
<hkern u1="ø" u2="„" k="61" />
|
||||
<hkern u1="ø" u2="‚" k="61" />
|
||||
<hkern u1="ø" u2="ÿ" k="61" />
|
||||
<hkern u1="ø" u2="ý" k="61" />
|
||||
<hkern u1="ø" u2="y" k="61" />
|
||||
<hkern u1="ø" u2="w" k="61" />
|
||||
<hkern u1="ø" u2="t" k="61" />
|
||||
<hkern u1="ø" u2="W" k="61" />
|
||||
<hkern u1="ø" u2="." k="61" />
|
||||
<hkern u1="ø" u2="," k="61" />
|
||||
<hkern u1="þ" u2="…" k="61" />
|
||||
<hkern u1="þ" u2="„" k="61" />
|
||||
<hkern u1="þ" u2="‚" k="61" />
|
||||
<hkern u1="þ" u2="w" k="61" />
|
||||
<hkern u1="þ" u2="t" k="61" />
|
||||
<hkern u1="þ" u2="W" k="61" />
|
||||
<hkern u1="þ" u2="." k="61" />
|
||||
<hkern u1="þ" u2="ÿ" k="61" />
|
||||
<hkern u1="þ" u2="," k="61" />
|
||||
<hkern u1="Ÿ" u2="ñ" k="61" />
|
||||
<hkern u1="Ÿ" u2="ð" k="61" />
|
||||
<hkern u1="Ÿ" u2="ï" k="61" />
|
||||
<hkern u1="Ÿ" u2="î" k="61" />
|
||||
<hkern u1="Ÿ" u2="í" k="61" />
|
||||
<hkern u1="Ÿ" u2="ì" k="61" />
|
||||
<hkern u1="Ÿ" u2="ë" k="61" />
|
||||
<hkern u1="Ÿ" u2="ê" k="61" />
|
||||
<hkern u1="Ÿ" u2="é" k="61" />
|
||||
<hkern u1="Ÿ" u2="è" k="61" />
|
||||
<hkern u1="Ÿ" u2="s" k="61" />
|
||||
<hkern u1="Ÿ" u2="r" k="61" />
|
||||
<hkern u1="Ÿ" u2="p" k="61" />
|
||||
<hkern u1="Ÿ" u2="n" k="61" />
|
||||
<hkern u1="Ÿ" u2="m" k="61" />
|
||||
<hkern u1="Ÿ" u2="l" k="61" />
|
||||
<hkern u1="Ÿ" u2="k" k="61" />
|
||||
<hkern u1="Ÿ" u2="i" k="61" />
|
||||
<hkern u1="Ÿ" u2="h" k="61" />
|
||||
<hkern u1="Ÿ" u2="f" k="61" />
|
||||
<hkern u1="Ÿ" u2="e" k="61" />
|
||||
<hkern u1="Ÿ" u2="d" k="61" />
|
||||
<hkern u1="Ÿ" u2="b" k="61" />
|
||||
<hkern u1="‚" u2="ô" k="61" />
|
||||
<hkern u1="‚" u2="ò" k="61" />
|
||||
<hkern u1="‚" u2="o" k="61" />
|
||||
<hkern u1="„" u2="ô" k="61" />
|
||||
<hkern u1="„" u2="ò" k="61" />
|
||||
<hkern u1="„" u2="o" k="61" />
|
||||
<hkern u1="…" u2="ô" k="61" />
|
||||
<hkern u1="…" u2="ò" k="61" />
|
||||
<hkern u1="…" u2="o" k="61" />
|
||||
<hkern g1="uniFB02" u2="ø" k="61" />
|
||||
<hkern g1="uniFB02" u2="ö" k="61" />
|
||||
<hkern g1="uniFB02" u2="q" k="61" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="asterisk" k="225" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="82" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="T" k="143" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="V" k="123" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="W" k="102" />
|
||||
<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="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="205" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="t" k="82" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="y,yacute,ydieresis" k="102" />
|
||||
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="asterisk" k="143" />
|
||||
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="T" k="205" />
|
||||
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="V" k="123" />
|
||||
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="W" k="102" />
|
||||
<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="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="164" />
|
||||
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="t" k="82" />
|
||||
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="y,yacute,ydieresis" k="82" />
|
||||
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="question" k="82" />
|
||||
<hkern g1="B" g2="Y,Yacute,Ydieresis" k="61" />
|
||||
<hkern g1="b" g2="T" k="164" />
|
||||
<hkern g1="b" g2="Y,Yacute,Ydieresis" k="82" />
|
||||
<hkern g1="c,ccedilla" g2="T" k="184" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="Y,Yacute,Ydieresis" k="82" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="82" />
|
||||
<hkern g1="d,o,q,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="T" k="184" />
|
||||
<hkern g1="d,o,q,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="V" k="102" />
|
||||
<hkern g1="d,o,q,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="Y,Yacute,Ydieresis" k="143" />
|
||||
<hkern g1="d,o,q,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="X" k="123" />
|
||||
<hkern g1="F" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="102" />
|
||||
<hkern g1="F" g2="J" k="102" />
|
||||
<hkern g1="F" g2="j" k="102" />
|
||||
<hkern g1="f" g2="j" k="82" />
|
||||
<hkern g1="g" g2="T" k="102" />
|
||||
<hkern g1="h,i,m,n,igrave,iacute,icircumflex,idieresis,ntilde" g2="T" k="184" />
|
||||
<hkern g1="K" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="123" />
|
||||
<hkern g1="K" g2="t" k="102" />
|
||||
<hkern g1="K" g2="y,yacute,ydieresis" k="123" />
|
||||
<hkern g1="K" g2="hyphen,periodcentered,endash,emdash" k="102" />
|
||||
<hkern g1="K" g2="c,g,o,q,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="123" />
|
||||
<hkern g1="K" g2="u,ugrave,uacute,ucircumflex,udieresis" k="102" />
|
||||
<hkern g1="K" g2="v" k="82" />
|
||||
<hkern g1="K" g2="w" k="82" />
|
||||
<hkern g1="k" g2="T" k="102" />
|
||||
<hkern g1="k" g2="hyphen,periodcentered,endash,emdash" k="82" />
|
||||
<hkern g1="k" g2="c,g,o,q,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="82" />
|
||||
<hkern g1="k" g2="bullet" k="102" />
|
||||
<hkern g1="L" g2="asterisk" k="369" />
|
||||
<hkern g1="L" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="82" />
|
||||
<hkern g1="L" g2="T" k="205" />
|
||||
<hkern g1="L" g2="V" k="184" />
|
||||
<hkern g1="L" g2="W" k="123" />
|
||||
<hkern g1="L" g2="Y,Yacute,Ydieresis" k="246" />
|
||||
<hkern g1="L" g2="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="225" />
|
||||
<hkern g1="L" g2="t" k="164" />
|
||||
<hkern g1="L" g2="y,yacute,ydieresis" k="164" />
|
||||
<hkern g1="L" g2="c,g,o,q,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="102" />
|
||||
<hkern g1="L" g2="v" k="102" />
|
||||
<hkern g1="L" g2="w" k="102" />
|
||||
<hkern g1="l,uniFB02" g2="asterisk" k="246" />
|
||||
<hkern g1="l,uniFB02" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="82" />
|
||||
<hkern g1="l,uniFB02" g2="T" k="225" />
|
||||
<hkern g1="l,uniFB02" g2="V" k="205" />
|
||||
<hkern g1="l,uniFB02" g2="W" k="82" />
|
||||
<hkern g1="l,uniFB02" g2="Y,Yacute,Ydieresis" k="225" />
|
||||
<hkern g1="l,uniFB02" g2="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="225" />
|
||||
<hkern g1="l,uniFB02" g2="t" k="184" />
|
||||
<hkern g1="l,uniFB02" g2="y,yacute,ydieresis" k="205" />
|
||||
<hkern g1="l,uniFB02" g2="v" k="164" />
|
||||
<hkern g1="l,uniFB02" g2="w" k="123" />
|
||||
<hkern g1="P" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="164" />
|
||||
<hkern g1="P" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="205" />
|
||||
<hkern g1="P" g2="J" k="205" />
|
||||
<hkern g1="P" g2="j" k="184" />
|
||||
<hkern g1="P" g2="hyphen,periodcentered,endash,emdash" k="82" />
|
||||
<hkern g1="P" g2="ampersand" k="61" />
|
||||
<hkern g1="P" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="164" />
|
||||
<hkern g1="p" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="143" />
|
||||
<hkern g1="p" g2="j" k="164" />
|
||||
<hkern g1="p" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="102" />
|
||||
<hkern g1="s" g2="T" k="184" />
|
||||
<hkern g1="T" g2="t" k="82" />
|
||||
<hkern g1="T" g2="y,yacute,ydieresis" k="102" />
|
||||
<hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="143" />
|
||||
<hkern g1="T" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="184" />
|
||||
<hkern g1="T" g2="J" k="164" />
|
||||
<hkern g1="T" g2="j" k="225" />
|
||||
<hkern g1="T" g2="hyphen,periodcentered,endash,emdash" k="123" />
|
||||
<hkern g1="T" g2="c,g,o,q,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="184" />
|
||||
<hkern g1="T" g2="u,ugrave,uacute,ucircumflex,udieresis" k="164" />
|
||||
<hkern g1="T" g2="v" k="102" />
|
||||
<hkern g1="T" g2="w" k="102" />
|
||||
<hkern g1="T" g2="ampersand" k="205" />
|
||||
<hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="205" />
|
||||
<hkern g1="T" g2="colon,semicolon" k="102" />
|
||||
<hkern g1="T" g2="b,d,e,f,h,i,k,l,m,n,p,r,egrave,eacute,ecircumflex,edieresis,igrave,iacute,icircumflex,idieresis,eth,ntilde" k="164" />
|
||||
<hkern g1="T" g2="s" k="164" />
|
||||
<hkern g1="T" g2="x" k="102" />
|
||||
<hkern g1="T" g2="z" k="123" />
|
||||
<hkern g1="t" g2="T" k="82" />
|
||||
<hkern g1="t" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="82" />
|
||||
<hkern g1="t" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="123" />
|
||||
<hkern g1="t" g2="j" k="143" />
|
||||
<hkern g1="t" g2="c,g,o,q,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="61" />
|
||||
<hkern g1="t" g2="ampersand" k="102" />
|
||||
<hkern g1="t" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="82" />
|
||||
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="61" />
|
||||
<hkern g1="j,u,ugrave,uacute,ucircumflex,udieresis" g2="T" k="164" />
|
||||
<hkern g1="V" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="123" />
|
||||
<hkern g1="V" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="184" />
|
||||
<hkern g1="V" g2="J" k="184" />
|
||||
<hkern g1="V" g2="j" k="205" />
|
||||
<hkern g1="V" g2="hyphen,periodcentered,endash,emdash" k="102" />
|
||||
<hkern g1="V" g2="c,g,o,q,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="102" />
|
||||
<hkern g1="V" g2="ampersand" k="102" />
|
||||
<hkern g1="V" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="123" />
|
||||
<hkern g1="v" g2="T" k="102" />
|
||||
<hkern g1="v" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="123" />
|
||||
<hkern g1="v" g2="j" k="143" />
|
||||
<hkern g1="v" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="61" />
|
||||
<hkern g1="W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="102" />
|
||||
<hkern g1="W" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="143" />
|
||||
<hkern g1="W" g2="j" k="82" />
|
||||
<hkern g1="W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="102" />
|
||||
<hkern g1="w" g2="T" k="102" />
|
||||
<hkern g1="w" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="102" />
|
||||
<hkern g1="w" g2="j" k="61" />
|
||||
<hkern g1="w" g2="c,g,o,q,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="61" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="82" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="123" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="184" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="J" k="225" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="j" k="225" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="hyphen,periodcentered,endash,emdash" k="225" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="c,g,o,q,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="143" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="123" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="colon,semicolon" k="102" />
|
||||
<hkern g1="y,yacute,ydieresis" g2="T" k="102" />
|
||||
<hkern g1="y,yacute,ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="102" />
|
||||
<hkern g1="y,yacute,ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="143" />
|
||||
<hkern g1="y,yacute,ydieresis" g2="j" k="205" />
|
||||
<hkern g1="y,yacute,ydieresis" g2="c,g,o,q,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="61" />
|
||||
<hkern g1="y,yacute,ydieresis" g2="ampersand" k="102" />
|
||||
<hkern g1="y,yacute,ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="82" />
|
||||
<hkern g1="z" g2="T" k="123" />
|
||||
<hkern g1="ampersand" g2="T" k="225" />
|
||||
<hkern g1="ampersand" g2="V" k="164" />
|
||||
<hkern g1="ampersand" g2="t" k="123" />
|
||||
<hkern g1="ampersand" g2="y,yacute,ydieresis" k="143" />
|
||||
<hkern g1="asterisk" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="225" />
|
||||
<hkern g1="asterisk" g2="J" k="225" />
|
||||
<hkern g1="asterisk" g2="j" k="205" />
|
||||
<hkern g1="asterisk" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="143" />
|
||||
<hkern g1="colon,semicolon" g2="T" k="102" />
|
||||
<hkern g1="colon,semicolon" g2="Y,Yacute,Ydieresis" k="102" />
|
||||
<hkern g1="hyphen,periodcentered,endash,emdash" g2="V" k="102" />
|
||||
<hkern g1="hyphen,periodcentered,endash,emdash" g2="W" k="61" />
|
||||
<hkern g1="hyphen,periodcentered,endash,emdash" g2="Y,Yacute,Ydieresis" k="205" />
|
||||
<hkern g1="hyphen,periodcentered,endash,emdash" g2="X" k="82" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="T" k="184" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="V" k="184" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="W" k="143" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="Y,Yacute,Ydieresis" k="184" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="143" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="t" k="123" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="y,yacute,ydieresis" k="143" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="c,g,o,q,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="61" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="v" k="123" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="w" k="102" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="61" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="225" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="143" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="J" k="164" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="164" />
|
||||
<hkern g1="X" g2="hyphen,periodcentered,endash,emdash" k="82" />
|
||||
<hkern g1="X" g2="c,g,o,q,ccedilla,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="123" />
|
||||
<hkern g1="x" g2="T" k="102" />
|
||||
</font>
|
||||
</defs></svg>
|
||||
|
After Width: | Height: | Size: 76 KiB |
@@ -0,0 +1,555 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<metadata></metadata>
|
||||
<defs>
|
||||
<font id="proxima_nova_ltsemibold" horiz-adv-x="1378" >
|
||||
<font-face units-per-em="2048" ascent="1618" descent="-430" />
|
||||
<missing-glyph horiz-adv-x="526" />
|
||||
<glyph unicode="fi" horiz-adv-x="1124" d="M27 801v188h163v55q0 162 87 252t227 90q107 0 172 -38l-47 -160q-31 22 -86 22q-64 0 -100.5 -42t-36.5 -124v-55h200v-188h-200v-801h-216v801h-163zM743 1243q0 55 40 94t94 39q55 0 94 -39t39 -94t-39 -94t-94 -39q-54 0 -94 39t-40 94zM770 0v989h215v-989h-215z " />
|
||||
<glyph unicode="fl" horiz-adv-x="1124" d="M27 801v188h163v55q0 162 87 252t227 90q107 0 172 -38l-47 -160q-31 22 -86 22q-64 0 -100.5 -42t-36.5 -124v-55h200v-188h-200v-801h-216v801h-163zM770 0v1366h215v-1366h-215z" />
|
||||
<glyph unicode="ffi" horiz-adv-x="1757" d="M27 801v188h163v55q0 159 85.5 250.5t228.5 91.5q154 0 237 -86l-84 -133q-46 43 -114 43q-64 0 -100.5 -42t-36.5 -124v-55h200v-188h-200v-801h-216v801h-163zM657 801v188h164v55q0 162 87 252t227 90q107 0 172 -38l-47 -160q-31 22 -86 22q-65 0 -101.5 -42.5 t-36.5 -123.5v-55h201v-188h-201v-801h-215v801h-164zM1376 1243q0 55 39.5 94t93.5 39q55 0 94 -39t39 -94t-39 -94t-94 -39q-54 0 -93.5 39t-39.5 94zM1403 0v989h215v-989h-215z" />
|
||||
<glyph unicode="ffl" horiz-adv-x="1757" d="M27 801v188h163v55q0 159 85.5 250.5t228.5 91.5q154 0 237 -86l-84 -133q-46 43 -114 43q-64 0 -100.5 -42t-36.5 -124v-55h200v-188h-200v-801h-216v801h-163zM657 801v188h164v55q0 162 87 252t227 90q107 0 172 -38l-47 -160q-31 22 -86 22q-65 0 -101.5 -42.5 t-36.5 -123.5v-55h201v-188h-201v-801h-215v801h-164zM1403 0v1366h215v-1366h-215z" />
|
||||
<glyph horiz-adv-x="0" />
|
||||
<glyph horiz-adv-x="0" />
|
||||
<glyph horiz-adv-x="682" />
|
||||
<glyph unicode="
" horiz-adv-x="0" />
|
||||
<glyph unicode=" " horiz-adv-x="526" />
|
||||
<glyph unicode="	" horiz-adv-x="526" />
|
||||
<glyph unicode=" " horiz-adv-x="526" />
|
||||
<glyph unicode="!" horiz-adv-x="501" d="M109 121q0 59 41.5 101t99.5 42t100.5 -42t42.5 -101q0 -57 -42.5 -99t-100.5 -42t-99.5 42t-41.5 99zM119 1366h262l-37 -948h-186z" />
|
||||
<glyph unicode=""" horiz-adv-x="776" d="M98 1266q0 50 35 85t86 35q50 0 85.5 -35.5t35.5 -84.5q0 -16 -18 -132t-36 -224l-18 -109h-98q-72 430 -72 465zM438 1266q0 50 35 85t86 35q49 0 84 -35t35 -85q0 -16 -18 -132t-36 -224l-18 -109h-96q-72 430 -72 465z" />
|
||||
<glyph unicode="#" horiz-adv-x="1241" d="M39 356l45 142h209l121 368h-209l43 140h215l119 360h163l-118 -360h207l118 360h164l-121 -360h207l-41 -140h-213l-123 -368h215l-43 -142h-219l-119 -356h-163l120 356h-208l-119 -356h-164l119 356h-205zM457 498h205l122 368h-206z" />
|
||||
<glyph unicode="$" horiz-adv-x="1239" d="M72 193l133 184q140 -151 344 -182v395q-52 13 -91 24.5t-87 30.5t-82 39.5t-69 50.5t-56.5 65.5t-35 83t-13.5 103.5q0 158 119 268t315 127v191h164v-193q248 -27 411 -184l-137 -178q-114 111 -274 143v-352q63 -17 108 -32t100.5 -39t93.5 -54t72 -70.5t51 -95.5 t17 -121q0 -80 -26.5 -150t-79 -126.5t-138.5 -93.5t-198 -47v-185h-164v185q-305 23 -477 213zM360 1004q0 -56 49 -91t140 -61v319q-87 -9 -138 -54t-51 -113zM713 193q99 16 148.5 67t49.5 115t-51 103t-147 69v-354z" />
|
||||
<glyph unicode="%" horiz-adv-x="1527" d="M57 1044q0 147 94 244.5t244 97.5q152 0 247 -97.5t95 -244.5q0 -144 -95 -239.5t-247 -95.5q-150 0 -244 95t-94 240zM215 1044q0 -87 51 -143.5t129 -56.5q80 0 131.5 56t51.5 144q0 92 -51.5 148.5t-131.5 56.5q-79 0 -129.5 -57t-50.5 -148zM264 0l873 1366h137 l-875 -1366h-135zM793 311q0 147 93.5 244.5t243.5 97.5t245 -97.5t95 -244.5q0 -144 -95 -240t-245 -96t-243.5 95.5t-93.5 240.5zM950 311q0 -89 50 -144.5t130 -55.5t131.5 55.5t51.5 144.5q0 92 -51.5 148.5t-131.5 56.5t-130 -56.5t-50 -148.5z" />
|
||||
<glyph unicode="&" horiz-adv-x="1318" d="M59 365q0 61 16.5 114t42.5 93t66.5 76.5t80 62.5t91.5 53q-96 172 -96 299q0 138 106 230.5t265 92.5q145 0 241.5 -75.5t96.5 -204.5q0 -43 -10.5 -82t-26.5 -69t-44.5 -59.5t-54 -50t-65 -44t-68 -38t-73.5 -36.5q66 -88 135 -168q82 -101 135 -158q89 139 135 285 l176 -80q-96 -213 -190 -338q113 -121 266 -268h-280q-45 39 -121 119q-171 -144 -383 -144q-192 0 -316.5 101.5t-124.5 288.5zM289 383q0 -108 69.5 -172t167.5 -64q120 0 236 97q-128 139 -168 188q-90 108 -152 197q-153 -100 -153 -246zM477 1059q0 -88 68 -207 q54 26 91.5 48.5t72 52t52 65.5t17.5 78q0 61 -38.5 96t-98.5 35q-70 0 -117 -47.5t-47 -120.5z" />
|
||||
<glyph unicode="'" horiz-adv-x="438" d="M98 1266q0 50 35 85t86 35q50 0 85.5 -35.5t35.5 -84.5q0 -16 -18 -132t-36 -224l-18 -109h-98q-72 430 -72 465z" />
|
||||
<glyph unicode="(" horiz-adv-x="565" d="M86 498q0 247 82 486.5t227 418.5l133 -100q-107 -201 -158 -387.5t-51 -417.5t51 -417t158 -386l-133 -103q-145 177 -227 418t-82 488z" />
|
||||
<glyph unicode=")" horiz-adv-x="565" d="M35 -305q108 199 159.5 385t51.5 418t-51.5 418t-159.5 387l133 100q146 -179 228.5 -418.5t82.5 -486.5q0 -248 -82.5 -488.5t-228.5 -417.5z" />
|
||||
<glyph unicode="*" horiz-adv-x="708" d="M59 973l203 104l-203 105l56 98l192 -123l-10 229h115l-13 -229l193 123l57 -98l-203 -105l203 -104l-57 -99l-193 125l13 -229h-115l10 229l-192 -125z" />
|
||||
<glyph unicode="+" horiz-adv-x="1028" d="M59 621v139h379v409h152v-409h379v-139h-379v-424h-152v424h-379z" />
|
||||
<glyph unicode="," horiz-adv-x="501" d="M106 123q0 58 41.5 99.5t98.5 41.5q66 0 113 -50t47 -136q0 -103 -53 -195.5t-140 -154.5l-96 79q50 30 93.5 85.5t53.5 107.5q-18 -6 -35 -6q-53 0 -88 36t-35 93z" />
|
||||
<glyph unicode="-" horiz-adv-x="614" d="M61 403v185h492v-185h-492z" />
|
||||
<glyph unicode="." horiz-adv-x="501" d="M106 121q0 58 42.5 100.5t101.5 42.5q58 0 100.5 -42t42.5 -101t-42.5 -101.5t-100.5 -42.5t-101 42.5t-43 101.5z" />
|
||||
<glyph unicode="/" horiz-adv-x="645" d="M0 -41l485 1448h160l-485 -1448h-160z" />
|
||||
<glyph unicode="0" horiz-adv-x="1261" d="M84 682q0 106 19.5 205.5t63 190.5t106 159t155 108.5t203.5 40.5t203.5 -40.5t155 -108.5t106 -159t63 -190.5t19.5 -205.5t-19.5 -206t-63 -191.5t-106 -160t-155 -109t-203.5 -40.5t-203.5 40.5t-155 109t-106 160t-63 191.5t-19.5 206zM328 682q0 -102 16.5 -187.5 t51 -156t94.5 -110.5t141 -40t141 40t94.5 110.5t51 156t16.5 187.5t-16.5 187.5t-51 155.5t-94.5 109.5t-141 39.5t-141 -39.5t-94.5 -109.5t-51 -155.5t-16.5 -187.5z" />
|
||||
<glyph unicode="1" horiz-adv-x="778" d="M31 969l393 397h209v-1366h-240v1055l-223 -232z" />
|
||||
<glyph unicode="2" horiz-adv-x="1218" d="M84 1167q88 106 222.5 162.5t281.5 56.5q135 0 245.5 -47.5t180 -145t69.5 -228.5q0 -92 -40 -183.5t-123 -186t-185 -184t-250 -200.5h607v-211h-990v188q145 110 240 184t186 151t143 131t94 110t58.5 104t16.5 97q0 101 -73 155t-175 54q-225 0 -369 -164z" />
|
||||
<glyph unicode="3" horiz-adv-x="1175" d="M49 197l129 157q66 -77 168 -121.5t211 -44.5q134 0 209.5 56.5t75.5 152.5q0 193 -303 193q-138 0 -158 -2v215q25 -2 158 -2q127 0 203.5 45t76.5 135q0 92 -77.5 142.5t-198.5 50.5q-201 0 -353 -152l-122 149q83 98 209 156.5t288 58.5q224 0 359 -99t135 -269 q0 -65 -26 -121.5t-69.5 -94.5t-95 -62.5t-106.5 -34.5q52 -5 106 -28t102 -62.5t78.5 -103t30.5 -138.5q0 -176 -140.5 -287t-373.5 -111q-174 0 -308 62t-208 160z" />
|
||||
<glyph unicode="4" horiz-adv-x="1187" d="M57 309v193l561 864h330v-846h182v-211h-182v-309h-239v309h-652zM293 520h416v631z" />
|
||||
<glyph unicode="5" horiz-adv-x="1228" d="M115 186l137 164q143 -162 369 -162q126 0 203 69t77 171q0 111 -74.5 177.5t-199.5 66.5q-174 0 -299 -119l-170 49v764h895v-211h-656v-395q52 52 134 85.5t176 33.5q116 0 214 -51t160 -153t62 -237q0 -211 -144.5 -337t-375.5 -126q-329 0 -508 211z" />
|
||||
<glyph unicode="6" horiz-adv-x="1230" d="M84 680q0 201 67 358.5t205 252.5t330 95q239 0 393 -151l-112 -182q-58 61 -123 91t-158 30q-110 0 -193 -63t-125 -164.5t-42 -223.5q0 -27 2 -39q50 76 151 133t215 57q93 0 175 -28.5t145.5 -82t100 -138.5t36.5 -191q0 -195 -140 -327t-364 -132q-117 0 -212 37 t-159.5 101.5t-108.5 154.5t-63.5 193t-19.5 219zM330 508q4 -47 16.5 -90t36.5 -86t57.5 -74t83.5 -50.5t111 -19.5q126 0 200 73t74 165q0 120 -79.5 182t-200.5 62q-87 0 -166.5 -44t-132.5 -118z" />
|
||||
<glyph unicode="7" horiz-adv-x="1089" d="M55 1155v211h985v-166l-530 -1200h-262l516 1155h-709z" />
|
||||
<glyph unicode="8" horiz-adv-x="1218" d="M86 350q0 124 87 217.5t220 137.5q-127 40 -205.5 120.5t-78.5 202.5q0 91 43.5 161.5t116 112.5t159.5 63t182 21q74 0 144.5 -12.5t136 -41t114 -69.5t78 -101.5t29.5 -133.5q0 -122 -79.5 -202t-207.5 -121q133 -44 220.5 -137.5t87.5 -217.5q0 -118 -73.5 -204.5 t-190.5 -128.5t-259 -42q-144 0 -260.5 41.5t-190 128t-73.5 205.5zM328 381q0 -87 81 -140t201 -53q118 0 199.5 53t81.5 140q0 50 -31.5 91.5t-78.5 66t-91 39t-80 18.5q-28 -3 -62.5 -12.5t-74 -27.5t-71 -41t-53 -58.5t-21.5 -75.5zM350 991q0 -45 27.5 -81.5t72 -58.5 t83 -34t77.5 -18q39 6 77 18.5t82 34t71.5 58t27.5 81.5q0 84 -73 133.5t-185 49.5q-115 0 -187.5 -49t-72.5 -134z" />
|
||||
<glyph unicode="9" horiz-adv-x="1230" d="M78 930q0 126 61.5 230t177.5 166.5t265 62.5q117 0 212 -37t159.5 -102t108.5 -155t63.5 -193t19.5 -220q0 -118 -24.5 -224t-74 -194t-120.5 -152t-169 -99.5t-214 -35.5q-239 0 -391 152l110 180q58 -59 123.5 -89t157.5 -30q90 0 160.5 38.5t113 103t64.5 143 t22 164.5v41q-52 -77 -153 -135t-213 -58q-126 0 -228.5 49t-166.5 151.5t-64 242.5zM322 938q0 -119 79.5 -181.5t198.5 -62.5q87 0 167.5 43t131.5 117q-5 59 -24 113t-53.5 102.5t-93.5 77.5t-134 29q-125 0 -198.5 -74t-73.5 -164z" />
|
||||
<glyph unicode=":" horiz-adv-x="501" d="M106 121q0 58 42.5 100.5t101.5 42.5q58 0 100.5 -42t42.5 -101t-42.5 -101.5t-100.5 -42.5t-101 42.5t-43 101.5zM106 860q0 58 43 101t101 43t100.5 -42.5t42.5 -101.5q0 -58 -42.5 -100.5t-100.5 -42.5q-59 0 -101.5 42.5t-42.5 100.5z" />
|
||||
<glyph unicode=";" horiz-adv-x="501" d="M106 129q0 58 41.5 99.5t98.5 41.5q66 0 113 -50t47 -136q0 -103 -53 -195.5t-140 -154.5l-96 80q51 30 94 85.5t53 106.5q-18 -6 -35 -6q-53 0 -88 36t-35 93zM106 860q0 58 43 101t101 43t100.5 -42.5t42.5 -101.5q0 -57 -42.5 -100t-100.5 -43t-101 43t-43 100z" />
|
||||
<glyph unicode="<" horiz-adv-x="1028" d="M59 608v154l910 426v-166l-748 -338l748 -336v-164z" />
|
||||
<glyph unicode="=" horiz-adv-x="1028" d="M59 420v137h910v-137h-910zM59 809v139h910v-139h-910z" />
|
||||
<glyph unicode=">" horiz-adv-x="1028" d="M59 184v164l746 336l-746 338v166l910 -426v-154z" />
|
||||
<glyph unicode="?" horiz-adv-x="937" d="M27 1184q79 96 194 149t252 53q190 0 303 -90t113 -231q0 -71 -27 -130t-68 -96.5t-88.5 -74t-88.5 -64.5t-68 -66t-27 -81q0 -54 45 -92l-180 -60q-74 71 -74 174q0 51 18 94.5t47.5 74.5t64.5 58.5t70 52t64.5 49.5t47.5 56t18 66q0 64 -49.5 106t-144.5 42 q-168 0 -285 -144zM317 121q0 58 42.5 100.5t101.5 42.5t101 -42t42 -101t-42.5 -101.5t-100.5 -42.5q-59 0 -101.5 42.5t-42.5 101.5z" />
|
||||
<glyph unicode="@" horiz-adv-x="1603" d="M72 500q0 214 114 401t301.5 296.5t397.5 109.5q189 0 338 -87t228 -231.5t79 -318.5q0 -120 -35 -217.5t-91.5 -156.5t-123 -90.5t-133.5 -31.5q-86 0 -136.5 45.5t-58.5 112.5l-2 12q-55 -77 -137.5 -123.5t-169.5 -46.5q-144 0 -229.5 94.5t-85.5 245.5 q0 136 67.5 253.5t176 185t227.5 67.5q91 0 158.5 -40.5t99.5 -105.5l24 115h193l-111 -522q-4 -24 -4 -47q0 -48 23.5 -73t60.5 -25q32 0 66 19.5t66 58.5t52.5 109.5t20.5 160.5q0 249 -156.5 405t-414.5 156q-115 0 -225.5 -38.5t-200.5 -107.5t-159 -159t-107 -199.5 t-38 -222.5q0 -161 75 -292.5t208.5 -206.5t298.5 -75q198 0 377 113l41 -57q-200 -129 -426 -129q-183 0 -332 85t-233 232t-84 326zM526 528q0 -89 50.5 -144.5t136.5 -55.5q150 0 260 155l55 258q-21 49 -68.5 87t-117.5 38q-131 0 -223.5 -103.5t-92.5 -234.5z" />
|
||||
<glyph unicode="A" d="M2 0l537 1366h299l536 -1366h-272l-101 262h-626l-101 -262h-272zM442 473h492l-246 651z" />
|
||||
<glyph unicode="B" horiz-adv-x="1327" d="M145 0v1366h672q182 0 285.5 -99t103.5 -249q0 -124 -68.5 -208t-168.5 -105q110 -17 187 -114t77 -222q0 -163 -105 -266t-292 -103h-691zM385 211h393q98 0 153.5 50.5t55.5 139.5q0 81 -55 135t-154 54h-393v-379zM385 801h383q90 0 141.5 49t51.5 127 q0 79 -51.5 128.5t-141.5 49.5h-383v-354z" />
|
||||
<glyph unicode="C" horiz-adv-x="1396" d="M84 682q0 154 55.5 287t151.5 224.5t228 143.5t282 52q357 0 549 -308l-205 -104q-51 88 -144 143.5t-200 55.5q-203 0 -337 -139.5t-134 -354.5t134 -354.5t337 -139.5q108 0 200.5 55t143.5 144l205 -104q-195 -308 -549 -308q-150 0 -282 52t-228 143.5t-151.5 224.5 t-55.5 287z" />
|
||||
<glyph unicode="D" horiz-adv-x="1454" d="M145 0v1366h508q210 0 373 -87t252.5 -242.5t89.5 -354.5t-89.5 -354t-252.5 -241.5t-373 -86.5h-508zM385 211h268q144 0 252 64.5t162.5 170.5t54.5 236q0 206 -124 339.5t-345 133.5h-268v-944z" />
|
||||
<glyph unicode="E" horiz-adv-x="1181" d="M145 0v1366h936v-211h-696v-354h682v-211h-682v-379h696v-211h-936z" />
|
||||
<glyph unicode="F" horiz-adv-x="1150" d="M145 0v1366h936v-211h-696v-354h682v-211h-682v-590h-240z" />
|
||||
<glyph unicode="G" horiz-adv-x="1468" d="M84 682q0 157 56.5 290.5t153.5 224t228.5 141.5t278.5 51q351 0 551 -285l-197 -111q-57 81 -150 132t-204 51q-203 0 -337 -139.5t-134 -354.5t134 -355.5t337 -140.5q96 0 183 37t140 86v213h-407v211h647v-512q-105 -117 -247.5 -182.5t-315.5 -65.5 q-198 0 -360.5 87t-259.5 250t-97 372z" />
|
||||
<glyph unicode="H" horiz-adv-x="1480" d="M145 0v1366h240v-559h711v559h239v-1366h-239v596h-711v-596h-240z" />
|
||||
<glyph unicode="I" horiz-adv-x="530" d="M145 0v1366h240v-1366h-240z" />
|
||||
<glyph unicode="J" horiz-adv-x="985" d="M16 119l111 182q105 -113 233 -113q110 0 175 67.5t65 180.5v930h240v-934q0 -225 -127 -341t-334 -116q-227 0 -363 144z" />
|
||||
<glyph unicode="K" horiz-adv-x="1271" d="M145 0v1366h240v-651l535 651h297l-555 -645l595 -721h-294l-459 575l-119 -139v-436h-240z" />
|
||||
<glyph unicode="L" horiz-adv-x="1058" d="M145 0v1366h240v-1155h602v-211h-842z" />
|
||||
<glyph unicode="M" horiz-adv-x="1710" d="M145 0v1366h338l371 -899l373 899h338v-1366h-240v1014l-420 -1014h-102l-418 1014v-1014h-240z" />
|
||||
<glyph unicode="N" horiz-adv-x="1474" d="M145 0v1366h246l699 -948v948h239v-1366h-231l-713 975v-975h-240z" />
|
||||
<glyph unicode="O" horiz-adv-x="1566" d="M84 682q0 202 88.5 363.5t248 252.5t361.5 91q151 0 281.5 -53.5t222 -147t143.5 -224.5t52 -282t-52 -282t-143.5 -224.5t-222 -147t-281.5 -53.5q-202 0 -361.5 91t-248 252.5t-88.5 363.5zM330 682q0 -214 124 -354t328 -140q203 0 328 140t125 354q0 215 -125 354.5 t-328 139.5q-204 0 -328 -139t-124 -355z" />
|
||||
<glyph unicode="P" horiz-adv-x="1245" d="M145 0v1366h600q207 0 327 -123.5t120 -304.5t-120.5 -304.5t-326.5 -123.5h-360v-510h-240zM385 721h328q102 0 167.5 60t65.5 157t-65.5 157t-167.5 60h-328v-434z" />
|
||||
<glyph unicode="Q" horiz-adv-x="1566" d="M84 682q0 202 88.5 363.5t248 252.5t361.5 91q151 0 281.5 -53.5t222 -147t143.5 -224.5t52 -282q0 -293 -183 -492l113 -127l-166 -139l-119 133q-152 -82 -344 -82q-202 0 -361.5 91t-248 252.5t-88.5 363.5zM330 682q0 -214 124 -354t328 -140q106 0 193 41l-168 193 l166 137l168 -192q94 129 94 315q0 215 -125 354.5t-328 139.5q-204 0 -328 -139t-124 -355z" />
|
||||
<glyph unicode="R" horiz-adv-x="1286" d="M145 0v1366h600q201 0 324 -119t123 -309q0 -88 -27 -161t-73.5 -121.5t-103 -78.5t-120.5 -40l334 -537h-276l-303 510h-238v-510h-240zM385 721h328q102 0 167.5 60t65.5 157t-65.5 157t-167.5 60h-328v-434z" />
|
||||
<glyph unicode="S" horiz-adv-x="1216" d="M57 193l133 184q78 -83 189 -136t244 -53q137 0 205.5 55.5t68.5 131.5q0 46 -27.5 80t-73.5 55.5t-105.5 38.5t-125.5 33.5t-132.5 36t-126 50t-105.5 71t-73.5 103.5t-27.5 144q0 171 138.5 285t359.5 114q316 0 512 -190l-137 -178q-77 77 -180.5 116.5t-214.5 39.5 q-105 0 -168.5 -46.5t-63.5 -123.5q0 -40 27 -70.5t73 -50t106 -36t126 -33.5t131.5 -37.5t125.5 -52.5t106 -74t73 -106.5t27 -146.5q0 -87 -31.5 -162t-94 -134t-166 -92.5t-237.5 -33.5q-351 0 -555 218z" />
|
||||
<glyph unicode="T" horiz-adv-x="1181" d="M57 1155v211h1067v-211h-413v-1155h-240v1155h-414z" />
|
||||
<glyph unicode="U" horiz-adv-x="1472" d="M145 539v827h242v-819q0 -166 90.5 -262.5t259.5 -96.5q167 0 257.5 96.5t90.5 262.5v819h242v-825q0 -262 -150.5 -414t-439.5 -152q-290 0 -441 152t-151 412z" />
|
||||
<glyph unicode="V" d="M2 1366h272l414 -1106l414 1106h272l-536 -1366h-299z" />
|
||||
<glyph unicode="W" horiz-adv-x="1849" d="M12 1366h269l266 -1053l282 1053h191l283 -1053l264 1053h268l-389 -1366h-256l-266 1008l-265 -1008h-256z" />
|
||||
<glyph unicode="X" horiz-adv-x="1353" d="M6 0l512 700l-481 666h287l352 -502l350 502h289l-479 -664l510 -702h-287l-383 535l-383 -535h-287z" />
|
||||
<glyph unicode="Y" horiz-adv-x="1304" d="M2 1366h274l377 -586l373 586h274l-528 -799v-567h-240v567z" />
|
||||
<glyph unicode="Z" horiz-adv-x="1206" d="M90 0v195l698 960h-698v211h1010v-195l-699 -960h713v-211h-1024z" />
|
||||
<glyph unicode="[" horiz-adv-x="540" d="M90 -389v1778h416v-148h-258v-1483h258v-147h-416z" />
|
||||
<glyph unicode="\" horiz-adv-x="645" d="M0 1407h160l485 -1448h-160z" />
|
||||
<glyph unicode="]" horiz-adv-x="540" d="M35 -242h258v1483h-258v148h416v-1778h-416v147z" />
|
||||
<glyph unicode="^" horiz-adv-x="894" d="M39 682l330 684h159l328 -684h-164l-246 535l-243 -535h-164z" />
|
||||
<glyph unicode="_" horiz-adv-x="1155" d="M-6 -82h1167v-147h-1167v147z" />
|
||||
<glyph unicode="`" horiz-adv-x="491" d="M0 1434h205l287 -295h-154z" />
|
||||
<glyph unicode="a" horiz-adv-x="1097" d="M80 303q0 82 30.5 145.5t81 101t110 56.5t122.5 19q210 0 319 -127v147q0 85 -63.5 134.5t-167.5 49.5q-166 0 -293 -124l-88 149q169 160 416 160q86 0 157.5 -19.5t129.5 -60t91 -112t33 -167.5v-655h-215v106q-56 -63 -138.5 -97t-180.5 -34q-62 0 -122 21 t-110.5 60.5t-81 103.5t-30.5 143zM297 299q0 -79 59.5 -127.5t151.5 -48.5q73 0 136 26.5t99 75.5v150q-36 49 -99 75.5t-136 26.5q-92 0 -151.5 -48.5t-59.5 -129.5z" />
|
||||
<glyph unicode="b" horiz-adv-x="1189" d="M139 0v1366h215v-514q58 78 141 120t177 42q193 0 315.5 -142t122.5 -378q0 -240 -122.5 -379.5t-315.5 -139.5q-95 0 -177.5 42.5t-140.5 117.5v-135h-215zM354 297q36 -56 108 -93.5t146 -37.5q128 0 204.5 91t76.5 237t-76.5 237.5t-204.5 91.5q-74 0 -146 -39 t-108 -96v-391z" />
|
||||
<glyph unicode="c" horiz-adv-x="1017" d="M78 496q0 225 143.5 371.5t368.5 146.5q248 0 379 -176l-142 -131q-82 116 -227 116q-134 0 -216.5 -91t-82.5 -236q0 -146 82.5 -238t216.5 -92q142 0 227 117l142 -131q-132 -177 -379 -177q-225 0 -368.5 147t-143.5 374z" />
|
||||
<glyph unicode="d" horiz-adv-x="1189" d="M78 494q0 236 122.5 378t317.5 142q92 0 175 -42t143 -120v514h215v-1366h-215v135q-58 -75 -141 -117.5t-177 -42.5q-195 0 -317.5 139.5t-122.5 379.5zM301 494q0 -144 76.5 -236t202.5 -92q75 0 147 37.5t109 93.5v393q-38 57 -109.5 95t-146.5 38 q-126 0 -202.5 -91.5t-76.5 -237.5z" />
|
||||
<glyph unicode="e" horiz-adv-x="1140" d="M78 496q0 142 63.5 260.5t179.5 188t259 69.5q220 0 353.5 -151.5t133.5 -387.5v-51h-764q13 -117 96.5 -194.5t218.5 -77.5q75 0 152.5 28.5t128.5 79.5l98 -141q-73 -70 -177 -107t-224 -37q-225 0 -371.5 144.5t-146.5 376.5zM301 575h557q-2 46 -18.5 90.5 t-48.5 84.5t-86.5 64t-124.5 24q-66 0 -119.5 -23.5t-86 -63t-51 -84t-22.5 -92.5z" />
|
||||
<glyph unicode="f" horiz-adv-x="630" d="M27 801v188h163v55q0 159 85.5 250.5t228.5 91.5q154 0 237 -86l-84 -133q-46 43 -114 43q-64 0 -100.5 -42t-36.5 -124v-55h200v-188h-200v-801h-216v801h-163z" />
|
||||
<glyph unicode="g" horiz-adv-x="1187" d="M78 506q0 235 122 371.5t316 136.5q94 0 176 -42t142 -120v137h215v-938q0 -103 -30 -183.5t-78.5 -130t-116 -81.5t-136.5 -44.5t-147 -12.5q-131 0 -228.5 33t-185.5 114l100 156q110 -127 314 -127q56 0 105.5 14t93 43.5t69 83.5t25.5 127v119q-59 -76 -141.5 -120 t-176.5 -44q-194 0 -316 134.5t-122 373.5zM301 506q0 -143 76 -230.5t203 -87.5q74 0 146 39t108 95v368q-36 56 -108 94.5t-146 38.5q-127 0 -203 -87t-76 -230z" />
|
||||
<glyph unicode="h" horiz-adv-x="1163" d="M139 0v1366h215v-512q56 66 149 113t202 47q159 0 239 -80t80 -234v-700h-215v623q0 109 -51.5 154.5t-149.5 45.5q-77 0 -144.5 -38.5t-109.5 -94.5v-690h-215z" />
|
||||
<glyph unicode="i" horiz-adv-x="493" d="M113 1243q0 55 39.5 94t93.5 39q56 0 94.5 -39t38.5 -94t-38.5 -94t-94.5 -39q-54 0 -93.5 39t-39.5 94zM139 0v989h215v-989h-215z" />
|
||||
<glyph unicode="j" horiz-adv-x="493" d="M-207 -330l64 160q62 -55 137 -55q66 0 105.5 42t39.5 126v1046h215v-1046q0 -161 -83.5 -252.5t-243.5 -91.5q-82 0 -131 16t-103 55zM113 1243q0 55 39.5 94t93.5 39q56 0 94.5 -39t38.5 -94t-38.5 -94t-94.5 -39q-54 0 -93.5 39t-39.5 94z" />
|
||||
<glyph unicode="k" horiz-adv-x="1077" d="M139 0v1366h215v-854l437 477h266l-412 -448l420 -541h-270l-303 408l-138 -142v-266h-215z" />
|
||||
<glyph unicode="l" horiz-adv-x="493" d="M139 0v1366h215v-1366h-215z" />
|
||||
<glyph unicode="m" horiz-adv-x="1705" d="M139 0v989h215v-135q37 56 128.5 108t193.5 52q107 0 175.5 -49t94.5 -134q47 74 139.5 128.5t196.5 54.5q138 0 211.5 -75t73.5 -224v-715h-215v645q0 83 -39.5 130.5t-122.5 47.5q-67 0 -130 -39.5t-99 -91.5v-692h-216v645q0 178 -163 178q-66 0 -128.5 -39.5 t-99.5 -93.5v-690h-215z" />
|
||||
<glyph unicode="n" horiz-adv-x="1161" d="M139 0v989h215v-135q56 66 148 113t200 47q158 0 239 -82t81 -236v-696h-215v618q0 110 -51.5 157.5t-147.5 47.5q-78 0 -146 -38.5t-108 -94.5v-690h-215z" />
|
||||
<glyph unicode="o" horiz-adv-x="1173" d="M78 496q0 106 36 200.5t100.5 165t160.5 111.5t211 41q154 0 271.5 -71t178 -187.5t60.5 -259.5q0 -144 -60.5 -261.5t-178 -188.5t-271.5 -71q-115 0 -211 41.5t-160.5 112t-100.5 165.5t-36 202zM301 496q0 -138 77 -234t208 -96q133 0 209.5 95.5t76.5 234.5 q0 137 -76.5 232t-209.5 95q-131 0 -208 -95t-77 -232z" />
|
||||
<glyph unicode="p" horiz-adv-x="1183" d="M139 -377v1366h215v-135q56 75 139.5 117.5t178.5 42.5q196 0 317 -139t121 -379q0 -241 -121.5 -381t-316.5 -140q-94 0 -176 41.5t-142 120.5v-514h-215zM354 299q36 -55 108.5 -94t145.5 -39q126 0 202.5 92t76.5 238q0 144 -76.5 235.5t-202.5 91.5q-74 0 -146 -38.5 t-108 -94.5v-391z" />
|
||||
<glyph unicode="q" horiz-adv-x="1183" d="M74 496q0 240 121 379t317 139q95 0 177.5 -42.5t139.5 -117.5v135h215v-1366h-215v514q-122 -162 -317 -162t-316.5 140t-121.5 381zM297 496q0 -146 76 -238t202 -92q73 0 145.5 39t108.5 94v391q-36 56 -108 94.5t-146 38.5q-126 0 -202 -91.5t-76 -235.5z" />
|
||||
<glyph unicode="r" horiz-adv-x="710" d="M139 0v989h215v-145q59 74 144 121t178 47v-213q-27 6 -68 6q-68 0 -145 -39.5t-109 -91.5v-674h-215z" />
|
||||
<glyph unicode="s" horiz-adv-x="966" d="M53 129l99 156q56 -57 149.5 -98.5t185.5 -41.5q94 0 144.5 37t50.5 97q0 39 -33 65t-85.5 40.5t-116.5 27.5t-128 33t-116.5 50t-85.5 85.5t-33 132.5q0 127 104 214t285 87q227 0 385 -140l-90 -151q-46 53 -124.5 86t-168.5 33q-84 0 -134 -34t-50 -87q0 -31 25.5 -53 t67.5 -34t96 -25.5t110 -25t110 -35.5t96 -55.5t67.5 -85.5t25.5 -124q0 -135 -109 -221.5t-303 -86.5q-127 0 -237.5 40t-186.5 114z" />
|
||||
<glyph unicode="t" horiz-adv-x="653" d="M18 801v188h164v271h215v-271h201v-188h-201v-518q0 -52 25 -84.5t70 -32.5q29 0 56 10.5t40 24.5l51 -162q-67 -64 -203 -64q-124 0 -189 65.5t-65 188.5v572h-164z" />
|
||||
<glyph unicode="u" horiz-adv-x="1161" d="M139 289v700h215v-622q0 -110 51 -155.5t148 -45.5q77 0 145 37t109 92v694h215v-989h-215v131q-60 -67 -150.5 -111.5t-199.5 -44.5q-158 0 -238 80t-80 234z" />
|
||||
<glyph unicode="v" horiz-adv-x="1030" d="M-4 989h229l289 -741l289 741h231l-403 -989h-232z" />
|
||||
<glyph unicode="w" horiz-adv-x="1544" d="M10 989h223l209 -719l236 719h188l236 -719l209 719h223l-307 -989h-226l-229 725l-229 -725h-226z" />
|
||||
<glyph unicode="x" horiz-adv-x="1015" d="M10 0l363 508l-342 481h241l236 -336l233 336h242l-342 -481l365 -508h-242l-256 365l-258 -365h-240z" />
|
||||
<glyph unicode="y" horiz-adv-x="1030" d="M-4 989h229l289 -741l289 741h231l-477 -1167q-49 -120 -133 -170.5t-207 -52.5q-67 0 -121 14l33 192q37 -16 82 -16q53 0 86.5 19t54.5 67l49 113z" />
|
||||
<glyph unicode="z" horiz-adv-x="974" d="M94 0v162l490 639h-490v188h776v-158l-493 -645h502v-186h-785z" />
|
||||
<glyph unicode="{" horiz-adv-x="565" d="M8 436v127q52 0 79.5 39.5t27.5 99.5v381q0 136 86.5 221t204.5 85h124v-148h-124q-55 0 -93.5 -44.5t-38.5 -113.5v-401q0 -142 -94 -182q94 -40 94 -183v-401q0 -68 38.5 -113t93.5 -45h124v-147h-124q-118 0 -204.5 83.5t-86.5 219.5v383q0 60 -27.5 99.5t-79.5 39.5z " />
|
||||
<glyph unicode="|" horiz-adv-x="438" d="M145 -41v1448h148v-1448h-148z" />
|
||||
<glyph unicode="}" horiz-adv-x="565" d="M35 -242h125q55 0 93 45t38 113v401q0 143 94 183q-94 40 -94 182v401q0 69 -38 113.5t-93 44.5h-125v148h125q118 0 204.5 -85t86.5 -221v-381q0 -60 27 -99.5t79 -39.5v-127q-52 0 -79 -39.5t-27 -99.5v-383q0 -136 -86.5 -219.5t-204.5 -83.5h-125v147z" />
|
||||
<glyph unicode="~" horiz-adv-x="1038" d="M53 870q6 67 15 122.5t24 114.5t37 103t52.5 80t73 55t95.5 19t93.5 -20.5t64.5 -54t41.5 -73.5t30.5 -79.5t26.5 -73t33.5 -54t48 -20.5q117 0 146 377l149 -18q-7 -82 -17.5 -147t-32 -132.5t-52.5 -112.5t-80.5 -73.5t-112.5 -28.5q-61 0 -106 27.5t-67.5 69t-42 90 t-32.5 90t-35.5 69t-54.5 27.5q-111 0 -145 -375z" />
|
||||
<glyph unicode="¡" horiz-adv-x="501" d="M109 868q0 57 41.5 99.5t99.5 42.5t100.5 -42.5t42.5 -99.5q0 -58 -42.5 -100.5t-100.5 -42.5t-99.5 42t-41.5 101zM121 -377l37 946h186l39 -946h-262z" />
|
||||
<glyph unicode="¢" horiz-adv-x="1017" d="M78 496q0 201 117.5 342t308.5 170v149h160v-147q194 -23 305 -172l-142 -131q-65 89 -163 110v-645q97 21 163 111l142 -131q-111 -149 -305 -172v-185h-160v187q-191 28 -308.5 169t-117.5 345zM301 496q0 -117 54.5 -202t148.5 -114v629q-94 -31 -148.5 -114 t-54.5 -199z" />
|
||||
<glyph unicode="£" horiz-adv-x="1097" d="M43 549v143h170q-38 49 -59 81.5t-40.5 86.5t-19.5 111q0 119 69 215.5t178.5 148t233.5 51.5q158 0 273 -60.5t176 -178.5l-190 -113q-27 67 -90 111.5t-142 44.5q-104 0 -176 -61.5t-72 -161.5q0 -35 6.5 -66t23 -62t27.5 -48.5t36 -52t34 -46.5h301v-143h-237 q6 -27 6 -60q0 -78 -39.5 -141t-103.5 -104q50 16 104 16q64 0 147 -37t136 -37q61 0 110 23.5t74 54.5l96 -190q-97 -101 -291 -101q-60 0 -114 14.5t-86.5 32t-77.5 32t-90 14.5q-91 0 -240 -80l-82 168q114 53 179 125t65 155q0 56 -27 115h-268z" />
|
||||
<glyph unicode="¤" horiz-adv-x="1253" d="M51 1130l129 127l156 -157q125 80 291 80q163 0 288 -80l156 157l129 -129l-153 -153q88 -130 88 -293q0 -165 -88 -295l153 -149l-129 -127l-156 151q-122 -80 -288 -80q-164 0 -293 82l-152 -153l-129 127l152 151q-86 131 -86 293q0 163 88 293zM336 682 q0 -129 78.5 -218t212.5 -89q135 0 213 89t78 218q0 128 -78 215.5t-213 87.5q-134 0 -212.5 -88t-78.5 -215z" />
|
||||
<glyph unicode="¥" horiz-adv-x="1304" d="M2 1366h274l377 -586l373 586h274l-438 -661h398v-138h-488v-188h488v-137h-488v-242h-240v242h-485v137h485v188h-485v138h393z" />
|
||||
<glyph unicode="¦" horiz-adv-x="438" d="M145 -41v647h148v-647h-148zM145 760v647h148v-647h-148z" />
|
||||
<glyph unicode="§" horiz-adv-x="976" d="M57 -6l95 137q56 -60 142.5 -102.5t182.5 -42.5q93 0 149 37.5t56 105.5q0 39 -25.5 67t-67.5 43.5t-96 31t-110 28t-110 35.5t-96 52.5t-67.5 80t-25.5 117.5q0 98 63 164t152 94q-215 75 -215 256q0 123 107 205.5t282 82.5q246 0 383 -141l-88 -129q-51 56 -129 86.5 t-158 30.5q-87 0 -138.5 -36t-51.5 -97q0 -40 33 -66.5t85.5 -41.5t116.5 -28.5t128 -34t116.5 -51t85.5 -87t33 -134.5q0 -86 -45.5 -153.5t-132.5 -108.5q178 -74 178 -250q0 -145 -114 -228t-298 -83q-249 0 -420 160zM291 612q0 -26 8.5 -46.5t29 -36.5t38 -27t53 -22 t55.5 -16t62 -15q71 30 106 71t35 101q0 37 -16 65t-46.5 47t-61.5 30.5t-73 22.5q-105 -26 -147.5 -69t-42.5 -105z" />
|
||||
<glyph unicode="¨" horiz-adv-x="583" d="M-43 1245q0 50 35 84.5t86 34.5q50 0 84.5 -35t34.5 -84q0 -51 -34.5 -86t-84.5 -35q-51 0 -86 35t-35 86zM385 1245q0 49 35.5 84t85.5 35t85.5 -35t35.5 -84q0 -51 -35.5 -86t-85.5 -35t-85.5 35t-35.5 86z" />
|
||||
<glyph unicode="©" horiz-adv-x="1593" d="M90 684q0 192 95 355t258 257.5t354 94.5q144 0 275 -56t225 -150.5t150 -225.5t56 -275q0 -143 -56 -274t-150 -226t-225 -151t-275 -56q-191 0 -354 95t-258 258t-95 354zM160 684q0 -129 50.5 -247t136 -203.5t203.5 -136t247 -50.5t247 50.5t203.5 136t136 203.5 t50.5 247t-50.5 247t-136 203.5t-203.5 136t-247 50.5t-247 -50.5t-203.5 -136t-136 -203.5t-50.5 -247zM379 686q0 186 123.5 309t302.5 123q185 0 301 -135l-59 -57q-40 54 -105 85t-137 31q-140 0 -240 -100t-100 -256q0 -154 100.5 -257t239.5 -103q73 0 138.5 32 t105.5 86l59 -57q-118 -137 -303 -137q-178 0 -302 125t-124 311z" />
|
||||
<glyph unicode="ª" horiz-adv-x="782" d="M72 864q0 99 68 154t159 55q138 0 213 -82v94q0 56 -42 88.5t-108 32.5q-112 0 -194 -88l-64 103q115 106 283 106q58 0 106.5 -12.5t89.5 -40t64 -76.5t23 -115v-415h-158v67q-77 -84 -213 -84q-91 0 -159 56.5t-68 156.5zM229 864q0 -52 37.5 -82t95.5 -30 q45 0 86 17.5t64 49.5v90q-23 30 -64 48t-86 18q-57 0 -95 -30.5t-38 -80.5z" />
|
||||
<glyph unicode="«" horiz-adv-x="1001" d="M61 498l328 362h203l-328 -362l328 -369h-203zM410 498l327 362h203l-328 -362l328 -369h-203z" />
|
||||
<glyph unicode="¬" horiz-adv-x="1044" d="M59 809v139h910v-528h-144v389h-766z" />
|
||||
<glyph unicode="­" horiz-adv-x="614" d="M61 403v185h492v-185h-492z" />
|
||||
<glyph unicode="®" horiz-adv-x="1011" d="M72 952q0 181 127 307.5t307 126.5q119 0 219 -57.5t157.5 -157.5t57.5 -219q0 -180 -126.5 -307t-307.5 -127q-180 0 -307 127t-127 307zM133 952q0 -154 109 -263t264 -109q154 0 262.5 109t108.5 263q0 155 -108.5 263t-262.5 108q-155 0 -264 -108t-109 -263z M340 702v498h203q65 0 112 -42t47 -109q0 -72 -46 -110t-81 -38l134 -199h-84l-129 197h-88v-197h-68zM408 961h135q34 0 62 25.5t28 62.5q0 39 -28 65.5t-62 26.5h-135v-180z" />
|
||||
<glyph unicode="¯" horiz-adv-x="743" d="M0 1159v127h743v-127h-743z" />
|
||||
<glyph unicode="°" horiz-adv-x="618" d="M43 1120q0 109 77.5 187.5t186.5 78.5q110 0 188 -78.5t78 -187.5q0 -110 -78 -187t-188 -77q-109 0 -186.5 77t-77.5 187zM168 1120q0 -59 40.5 -100t98.5 -41q59 0 101.5 41.5t42.5 99.5t-42.5 101t-101.5 43q-58 0 -98.5 -42.5t-40.5 -101.5z" />
|
||||
<glyph unicode="±" horiz-adv-x="1028" d="M59 0v137h910v-137h-910zM59 666v137h379v411h152v-411h379v-137h-379v-426h-152v426h-379z" />
|
||||
<glyph unicode="²" horiz-adv-x="804" d="M84 1561q56 66 141 99.5t176 33.5q136 0 225 -65.5t89 -184.5q0 -105 -91.5 -208.5t-285.5 -240.5h383v-133h-623v121q263 186 358 278t95 171q0 63 -44 96t-110 33q-69 0 -130.5 -31t-94.5 -74z" />
|
||||
<glyph unicode="³" horiz-adv-x="804" d="M74 979l84 106q43 -50 106.5 -77t128.5 -27q79 0 123.5 31.5t44.5 85.5q0 116 -194 116q-76 0 -88 -2v134q24 -3 86 -3q182 0 182 109q0 52 -46 80.5t-118 28.5q-127 0 -219 -95l-80 99q119 129 315 129q144 0 228 -60.5t84 -160.5q0 -77 -54.5 -127t-128.5 -62 q72 -5 134.5 -57.5t62.5 -139.5q0 -107 -89 -173t-237 -66q-110 0 -194 36t-131 95z" />
|
||||
<glyph unicode="´" horiz-adv-x="491" d="M0 1139l287 295h205l-338 -295h-154z" />
|
||||
<glyph unicode="µ" horiz-adv-x="1189" d="M139 -377v1366h215v-622q0 -203 201 -203q75 0 143 38t109 93v694h215v-721q0 -47 23.5 -74.5t64.5 -27.5q19 0 39 4l14 -182q-44 -13 -102 -13q-199 0 -244 177q-50 -78 -127.5 -127.5t-165.5 -49.5q-123 0 -170 74v-426h-215z" />
|
||||
<glyph unicode="¶" horiz-adv-x="919" d="M55 1014q0 146 103.5 249t249.5 103h395v-1571h-113v1458h-170v-1458h-112v867q-146 0 -249.5 103t-103.5 249z" />
|
||||
<glyph unicode="·" horiz-adv-x="501" d="M106 500q0 58 42.5 100.5t101.5 42.5q58 0 100.5 -42.5t42.5 -100.5q0 -57 -42.5 -99.5t-100.5 -42.5t-101 42.5t-43 99.5z" />
|
||||
<glyph unicode="¸" horiz-adv-x="438" d="M0 -334l45 94q73 -59 166 -59q47 0 81 19.5t34 54.5q0 61 -68 61q-42 0 -70 -31l-84 48l64 170h113l-54 -132q33 23 74 23q59 0 98 -39.5t39 -101.5q0 -76 -64 -123t-157 -47q-67 0 -125.5 18t-91.5 45z" />
|
||||
<glyph unicode="¹" horiz-adv-x="540" d="M20 1427l254 254h144v-819h-166v606l-137 -141z" />
|
||||
<glyph unicode="º" horiz-adv-x="829" d="M70 989q0 142 95 240t249 98q157 0 251.5 -97.5t94.5 -240.5t-94.5 -240.5t-251.5 -97.5q-154 0 -249 98t-95 240zM233 989q0 -94 48 -151.5t133 -57.5t133.5 57.5t48.5 151.5q0 92 -48.5 148.5t-133.5 56.5t-133 -56.5t-48 -148.5z" />
|
||||
<glyph unicode="»" horiz-adv-x="1001" d="M61 129l328 369l-328 362h203l328 -362l-328 -369h-203zM410 129l327 369l-327 362h202l328 -362l-328 -369h-202z" />
|
||||
<glyph unicode="¼" horiz-adv-x="1650" d="M20 1112l254 254h144v-819h-166v606l-137 -141zM256 0l872 1366h140l-875 -1366h-137zM911 188v115l336 516h230v-500h112v-131h-112v-188h-164v188h-402zM1075 319h238v359z" />
|
||||
<glyph unicode="½" horiz-adv-x="1722" d="M20 1112l254 254h144v-819h-166v606l-137 -141zM256 0l872 1366h140l-875 -1366h-137zM999 698q56 66 141.5 99.5t176.5 33.5q136 0 224.5 -65t88.5 -184q0 -105 -91.5 -208.5t-285.5 -240.5h383v-133h-622v121q263 186 357.5 277.5t94.5 170.5q0 63 -43.5 96t-109.5 33 q-70 0 -131.5 -30.5t-94.5 -73.5z" />
|
||||
<glyph unicode="¾" horiz-adv-x="1847" d="M74 664l84 106q43 -50 106.5 -77t128.5 -27q79 0 123.5 31t44.5 85q0 117 -194 117q-76 0 -88 -2v133q16 -2 86 -2q182 0 182 109q0 52 -46 80t-118 28q-128 0 -219 -94l-80 98q119 129 315 129q144 0 228 -60.5t84 -160.5q0 -77 -54.5 -126.5t-128.5 -61.5 q72 -5 134.5 -57.5t62.5 -139.5q0 -107 -89 -173.5t-237 -66.5q-110 0 -194 36.5t-131 95.5zM453 0l872 1366h139l-874 -1366h-137zM1110 188v115l336 516h229v-500h113v-131h-113v-188h-164v188h-401zM1274 319h237v359z" />
|
||||
<glyph unicode="¿" horiz-adv-x="811" d="M49 -80q0 71 27 130t68 96.5t88.5 74t88.5 64.5t68 66t27 81q0 54 -45 92l180 60q74 -71 74 -174q0 -51 -18 -94.5t-47.5 -74.5t-64.5 -58.5t-70 -52t-64.5 -49.5t-47.5 -56t-18 -66q0 -64 49.5 -105.5t144.5 -41.5q169 0 285 143l137 -154q-79 -96 -194 -149t-252 -53 q-190 0 -303 90t-113 231zM334 866q0 59 42.5 101.5t100.5 42.5q59 0 101.5 -43t42.5 -101q0 -57 -43 -99t-101 -42t-100.5 42t-42.5 99z" />
|
||||
<glyph unicode="À" d="M2 0l537 1366h299l536 -1366h-272l-101 262h-626l-101 -262h-272zM324 1776h204l287 -295h-153zM442 473h492l-246 651z" />
|
||||
<glyph unicode="Á" d="M2 0l537 1366h299l536 -1366h-272l-101 262h-626l-101 -262h-272zM442 473h492l-246 651zM565 1481l287 295h205l-338 -295h-154z" />
|
||||
<glyph unicode="Â" d="M2 0l537 1366h299l536 -1366h-272l-101 262h-626l-101 -262h-272zM399 1481l191 295h196l197 -295h-137l-158 196l-153 -196h-136zM442 473h492l-246 651z" />
|
||||
<glyph unicode="Ã" d="M2 0l537 1366h299l536 -1366h-272l-101 262h-626l-101 -262h-272zM360 1489q0 128 55 201t156 73q39 0 70.5 -16.5t52 -39.5t38.5 -46.5t39 -40t44 -16.5q37 0 60.5 37t23.5 110h119q0 -128 -55 -201t-156 -73q-40 0 -71.5 16.5t-52 39.5t-38 46.5t-38.5 40t-44 16.5 q-38 0 -62 -37t-24 -110h-117zM442 473h492l-246 651z" />
|
||||
<glyph unicode="Ä" d="M2 0l537 1366h299l536 -1366h-272l-101 262h-626l-101 -262h-272zM354 1587q0 50 35 84.5t86 34.5q49 0 84 -35t35 -84q0 -51 -34.5 -86t-84.5 -35q-51 0 -86 35t-35 86zM442 473h492l-246 651zM782 1587q0 49 35.5 84t85.5 35t85.5 -35t35.5 -84q0 -51 -35.5 -86 t-85.5 -35t-85.5 35t-35.5 86z" />
|
||||
<glyph unicode="Å" d="M2 0l537 1366h299l536 -1366h-272l-101 262h-626l-101 -262h-272zM442 473h492l-246 651zM481 1620q0 86 61.5 148.5t147.5 62.5t146.5 -62t60.5 -149q0 -86 -60.5 -147.5t-146.5 -61.5t-147.5 61.5t-61.5 147.5zM584 1620q0 -43 31.5 -75t74.5 -32q44 0 74.5 32t30.5 75 q0 44 -30.5 75t-74.5 31q-43 0 -74.5 -31t-31.5 -75z" />
|
||||
<glyph unicode="Æ" horiz-adv-x="1964" d="M-4 0l840 1366h1032v-211h-697v-354h682v-211h-682v-379h697v-211h-936v262h-506l-158 -262h-272zM541 473h391v651z" />
|
||||
<glyph unicode="Ç" horiz-adv-x="1396" d="M84 682q0 154 55.5 287t151.5 224.5t228 143.5t282 52q357 0 549 -308l-205 -104q-51 88 -144 143.5t-200 55.5q-203 0 -337 -139.5t-134 -354.5t134 -354.5t337 -139.5q108 0 200.5 55t143.5 144l205 -104q-187 -295 -521 -308l-30 -75q31 22 73 22q59 0 98.5 -39.5 t39.5 -101.5q0 -76 -64.5 -123t-157.5 -47q-67 0 -125.5 18t-91.5 45l45 95q75 -60 166 -60q47 0 81 19.5t34 54.5q0 61 -68 61q-42 0 -69 -30l-84 47l43 119q-135 13 -252 70t-201.5 147t-133 215.5t-48.5 269.5z" />
|
||||
<glyph unicode="È" horiz-adv-x="1181" d="M145 0v1366h936v-211h-696v-354h682v-211h-682v-379h696v-211h-936zM246 1776h205l286 -295h-153z" />
|
||||
<glyph unicode="É" horiz-adv-x="1181" d="M145 0v1366h936v-211h-696v-354h682v-211h-682v-379h696v-211h-936zM487 1481l287 295h205l-338 -295h-154z" />
|
||||
<glyph unicode="Ê" horiz-adv-x="1181" d="M145 0v1366h936v-211h-696v-354h682v-211h-682v-379h696v-211h-936zM322 1481l190 295h197l196 -295h-137l-158 196l-153 -196h-135z" />
|
||||
<glyph unicode="Ë" horiz-adv-x="1181" d="M145 0v1366h936v-211h-696v-354h682v-211h-682v-379h696v-211h-936zM279 1587q0 50 34.5 84.5t85.5 34.5q49 0 84 -35t35 -84q0 -51 -34.5 -86t-84.5 -35q-51 0 -85.5 35t-34.5 86zM707 1587q0 49 35 84t85 35t85.5 -35t35.5 -84q0 -51 -35.5 -86t-85.5 -35t-85 35 t-35 86z" />
|
||||
<glyph unicode="Ì" horiz-adv-x="530" d="M-102 1776h204l287 -295h-153zM145 0v1366h240v-1366h-240z" />
|
||||
<glyph unicode="Í" horiz-adv-x="530" d="M143 1481l287 295h205l-338 -295h-154zM145 0v1366h240v-1366h-240z" />
|
||||
<glyph unicode="Î" horiz-adv-x="530" d="M-25 1481l191 295h196l197 -295h-137l-158 196l-153 -196h-136zM145 0v1366h240v-1366h-240z" />
|
||||
<glyph unicode="Ï" horiz-adv-x="530" d="M-68 1587q0 50 35 84.5t86 34.5q49 0 84 -35t35 -84q0 -51 -34.5 -86t-84.5 -35q-51 0 -86 35t-35 86zM145 0v1366h240v-1366h-240zM360 1587q0 49 35.5 84t85.5 35t85.5 -35t35.5 -84q0 -51 -35.5 -86t-85.5 -35t-85.5 35t-35.5 86z" />
|
||||
<glyph unicode="Ð" horiz-adv-x="1507" d="M18 584v176h181v606h508q210 0 373 -87t252 -242.5t89 -354.5q0 -302 -198 -492t-516 -190h-508v584h-181zM438 211h269q144 0 252 64.5t162.5 170.5t54.5 236q0 206 -124 339.5t-345 133.5h-269v-395h324v-176h-324v-373z" />
|
||||
<glyph unicode="Ñ" horiz-adv-x="1474" d="M145 0v1366h246l699 -948v948h239v-1366h-231l-713 975v-975h-240zM406 1489q0 128 54.5 201t155.5 73q39 0 70.5 -16.5t52 -39.5t38.5 -46.5t39 -40t44 -16.5q37 0 60.5 37t23.5 110h119q0 -128 -55 -201t-156 -73q-40 0 -71.5 16.5t-52 39.5t-38 46.5t-38.5 40 t-44 16.5q-38 0 -62 -37t-24 -110h-116z" />
|
||||
<glyph unicode="Ò" horiz-adv-x="1566" d="M84 682q0 202 88.5 363.5t248 252.5t361.5 91q151 0 281.5 -53.5t222 -147t143.5 -224.5t52 -282t-52 -282t-143.5 -224.5t-222 -147t-281.5 -53.5q-202 0 -361.5 91t-248 252.5t-88.5 363.5zM330 682q0 -214 124 -354t328 -140q203 0 328 140t125 354q0 215 -125 354.5 t-328 139.5q-204 0 -328 -139t-124 -355zM418 1776h205l286 -295h-153z" />
|
||||
<glyph unicode="Ó" horiz-adv-x="1566" d="M84 682q0 202 88.5 363.5t248 252.5t361.5 91q151 0 281.5 -53.5t222 -147t143.5 -224.5t52 -282t-52 -282t-143.5 -224.5t-222 -147t-281.5 -53.5q-202 0 -361.5 91t-248 252.5t-88.5 363.5zM330 682q0 -214 124 -354t328 -140q203 0 328 140t125 354q0 215 -125 354.5 t-328 139.5q-204 0 -328 -139t-124 -355zM659 1481l287 295h205l-338 -295h-154z" />
|
||||
<glyph unicode="Ô" horiz-adv-x="1566" d="M84 682q0 202 88.5 363.5t248 252.5t361.5 91q151 0 281.5 -53.5t222 -147t143.5 -224.5t52 -282t-52 -282t-143.5 -224.5t-222 -147t-281.5 -53.5q-202 0 -361.5 91t-248 252.5t-88.5 363.5zM330 682q0 -214 124 -354t328 -140q203 0 328 140t125 354q0 215 -125 354.5 t-328 139.5q-204 0 -328 -139t-124 -355zM496 1481l190 295h197l196 -295h-137l-158 196l-153 -196h-135z" />
|
||||
<glyph unicode="Õ" horiz-adv-x="1566" d="M84 682q0 202 88.5 363.5t248 252.5t361.5 91q151 0 281.5 -53.5t222 -147t143.5 -224.5t52 -282t-52 -282t-143.5 -224.5t-222 -147t-281.5 -53.5q-202 0 -361.5 91t-248 252.5t-88.5 363.5zM330 682q0 -214 124 -354t328 -140q203 0 328 140t125 354q0 215 -125 354.5 t-328 139.5q-204 0 -328 -139t-124 -355zM455 1489q0 128 55 201t156 73q39 0 70.5 -16.5t52 -39.5t38 -46.5t38.5 -40t44 -16.5q37 0 60.5 37t23.5 110h119q0 -128 -55 -201t-156 -73q-40 0 -71.5 16.5t-52 39.5t-38 46.5t-38.5 40t-44 16.5q-38 0 -62 -37t-24 -110h-116z " />
|
||||
<glyph unicode="Ö" horiz-adv-x="1566" d="M84 682q0 202 88.5 363.5t248 252.5t361.5 91q151 0 281.5 -53.5t222 -147t143.5 -224.5t52 -282t-52 -282t-143.5 -224.5t-222 -147t-281.5 -53.5q-202 0 -361.5 91t-248 252.5t-88.5 363.5zM330 682q0 -214 124 -354t328 -140q203 0 328 140t125 354q0 215 -125 354.5 t-328 139.5q-204 0 -328 -139t-124 -355zM449 1587q0 50 34.5 84.5t85.5 34.5q49 0 84 -35t35 -84q0 -51 -34.5 -86t-84.5 -35q-51 0 -85.5 35t-34.5 86zM877 1587q0 49 35 84t85 35t85.5 -35t35.5 -84q0 -51 -35.5 -86t-85.5 -35t-85 35t-35 86z" />
|
||||
<glyph unicode="×" horiz-adv-x="1028" d="M121 387l295 297l-295 295l98 98l295 -297l295 297l98 -98l-295 -295l295 -297l-98 -96l-295 295l-295 -295z" />
|
||||
<glyph unicode="Ø" horiz-adv-x="1566" d="M84 682q0 202 88.5 363.5t248 252.5t361.5 91q190 0 348 -84l46 61h178l-105 -145q109 -97 170.5 -236.5t61.5 -302.5q0 -151 -52 -282t-143.5 -224.5t-222 -147t-281.5 -53.5q-204 0 -366 95l-51 -70h-179l113 156q-103 97 -159 232t-56 294zM330 682q0 -203 106 -336 l563 776q-97 54 -217 54q-204 0 -328 -139t-124 -355zM547 250q105 -62 235 -62q203 0 328 140t125 354q0 213 -123 352z" />
|
||||
<glyph unicode="Ù" horiz-adv-x="1472" d="M145 539v827h242v-819q0 -166 90.5 -262.5t259.5 -96.5q167 0 257.5 96.5t90.5 262.5v819h242v-825q0 -262 -150.5 -414t-439.5 -152q-290 0 -441 152t-151 412zM371 1776h204l287 -295h-153z" />
|
||||
<glyph unicode="Ú" horiz-adv-x="1472" d="M145 539v827h242v-819q0 -166 90.5 -262.5t259.5 -96.5q167 0 257.5 96.5t90.5 262.5v819h242v-825q0 -262 -150.5 -414t-439.5 -152q-290 0 -441 152t-151 412zM612 1481l287 295h205l-338 -295h-154z" />
|
||||
<glyph unicode="Û" horiz-adv-x="1472" d="M145 539v827h242v-819q0 -166 90.5 -262.5t259.5 -96.5q167 0 257.5 96.5t90.5 262.5v819h242v-825q0 -262 -150.5 -414t-439.5 -152q-290 0 -441 152t-151 412zM449 1481l190 295h197l196 -295h-137l-158 196l-153 -196h-135z" />
|
||||
<glyph unicode="Ü" horiz-adv-x="1472" d="M145 539v827h242v-819q0 -166 90.5 -262.5t259.5 -96.5q167 0 257.5 96.5t90.5 262.5v819h242v-825q0 -262 -150.5 -414t-439.5 -152q-290 0 -441 152t-151 412zM406 1587q0 50 34.5 84.5t85.5 34.5q50 0 84.5 -35t34.5 -84q0 -51 -34.5 -86t-84.5 -35q-51 0 -85.5 35 t-34.5 86zM834 1587q0 49 35 84t85 35t85.5 -35t35.5 -84q0 -51 -35.5 -86t-85.5 -35t-85 35t-35 86z" />
|
||||
<glyph unicode="Ý" horiz-adv-x="1304" d="M2 1366h274l377 -586l373 586h274l-528 -799v-567h-240v567zM526 1481l287 295h205l-338 -295h-154z" />
|
||||
<glyph unicode="Þ" horiz-adv-x="1245" d="M145 0v1366h240v-231h360q139 0 242 -59.5t154 -156t51 -214.5q0 -117 -51.5 -212t-154.5 -153.5t-241 -58.5h-360v-281h-240zM385 492h328q103 0 168 59t65 156q0 96 -65.5 156.5t-167.5 60.5h-328v-432z" />
|
||||
<glyph unicode="ß" horiz-adv-x="1275" d="M139 0v993q0 167 119 280t317 113q104 0 193 -33t145 -98t56 -149q0 -63 -29.5 -113t-71.5 -81t-83.5 -59t-71 -61t-29.5 -71q0 -35 30.5 -58t80 -36t108.5 -25.5t118.5 -34t109 -53t80 -89.5t30.5 -138q0 -135 -107 -223.5t-292 -88.5q-136 0 -224 41t-169 119l96 150 q45 -59 125.5 -98.5t171.5 -39.5q92 0 142 39t50 95q0 39 -30.5 65t-80 41.5t-108.5 29.5t-118.5 34.5t-109 50.5t-80 84t-30.5 129q0 60 28 109.5t68.5 81t80.5 58.5t68 55.5t28 57.5q0 55 -54.5 87t-124.5 32q-93 0 -155 -55t-62 -148v-993h-215z" />
|
||||
<glyph unicode="à" horiz-adv-x="1097" d="M80 303q0 82 30.5 145.5t81 101t110 56.5t122.5 19q210 0 319 -127v147q0 85 -63.5 134.5t-167.5 49.5q-166 0 -293 -124l-88 149q169 160 416 160q86 0 157.5 -19.5t129.5 -60t91 -112t33 -167.5v-655h-215v106q-56 -63 -138.5 -97t-180.5 -34q-62 0 -122 21 t-110.5 60.5t-81 103.5t-30.5 143zM180 1434h205l287 -295h-154zM297 299q0 -79 59.5 -127.5t151.5 -48.5q73 0 136 26.5t99 75.5v150q-36 49 -99 75.5t-136 26.5q-92 0 -151.5 -48.5t-59.5 -129.5z" />
|
||||
<glyph unicode="á" horiz-adv-x="1097" d="M80 303q0 82 30.5 145.5t81 101t110 56.5t122.5 19q210 0 319 -127v147q0 85 -63.5 134.5t-167.5 49.5q-166 0 -293 -124l-88 149q169 160 416 160q86 0 157.5 -19.5t129.5 -60t91 -112t33 -167.5v-655h-215v106q-56 -63 -138.5 -97t-180.5 -34q-62 0 -122 21 t-110.5 60.5t-81 103.5t-30.5 143zM297 299q0 -79 59.5 -127.5t151.5 -48.5q73 0 136 26.5t99 75.5v150q-36 49 -99 75.5t-136 26.5q-92 0 -151.5 -48.5t-59.5 -129.5zM422 1139l287 295h204l-338 -295h-153z" />
|
||||
<glyph unicode="â" horiz-adv-x="1097" d="M80 303q0 82 30.5 145.5t81 101t110 56.5t122.5 19q210 0 319 -127v147q0 85 -63.5 134.5t-167.5 49.5q-166 0 -293 -124l-88 149q169 160 416 160q86 0 157.5 -19.5t129.5 -60t91 -112t33 -167.5v-655h-215v106q-56 -63 -138.5 -97t-180.5 -34q-62 0 -122 21 t-110.5 60.5t-81 103.5t-30.5 143zM256 1139l190 295h197l197 -295h-138l-157 196l-154 -196h-135zM297 299q0 -79 59.5 -127.5t151.5 -48.5q73 0 136 26.5t99 75.5v150q-36 49 -99 75.5t-136 26.5q-92 0 -151.5 -48.5t-59.5 -129.5z" />
|
||||
<glyph unicode="ã" horiz-adv-x="1097" d="M80 303q0 82 30.5 145.5t81 101t110 56.5t122.5 19q210 0 319 -127v147q0 85 -63.5 134.5t-167.5 49.5q-166 0 -293 -124l-88 149q169 160 416 160q86 0 157.5 -19.5t129.5 -60t91 -112t33 -167.5v-655h-215v106q-56 -63 -138.5 -97t-180.5 -34q-62 0 -122 21 t-110.5 60.5t-81 103.5t-30.5 143zM219 1147q0 128 55 201t156 73q39 0 70.5 -16.5t52 -39.5t38.5 -46.5t39 -40t44 -16.5q37 0 60.5 37t23.5 110h119q0 -128 -55 -201t-156 -73q-40 0 -71.5 16.5t-52 39.5t-38 46.5t-38.5 40t-44 16.5q-38 0 -62 -37t-24 -110h-117z M297 299q0 -79 59.5 -127.5t151.5 -48.5q73 0 136 26.5t99 75.5v150q-36 49 -99 75.5t-136 26.5q-92 0 -151.5 -48.5t-59.5 -129.5z" />
|
||||
<glyph unicode="ä" horiz-adv-x="1097" d="M80 303q0 82 30.5 145.5t81 101t110 56.5t122.5 19q210 0 319 -127v147q0 85 -63.5 134.5t-167.5 49.5q-166 0 -293 -124l-88 149q169 160 416 160q86 0 157.5 -19.5t129.5 -60t91 -112t33 -167.5v-655h-215v106q-56 -63 -138.5 -97t-180.5 -34q-62 0 -122 21 t-110.5 60.5t-81 103.5t-30.5 143zM213 1245q0 50 35 84.5t86 34.5q50 0 84.5 -35t34.5 -84q0 -51 -34.5 -86t-84.5 -35q-51 0 -86 35t-35 86zM297 299q0 -79 59.5 -127.5t151.5 -48.5q73 0 136 26.5t99 75.5v150q-36 49 -99 75.5t-136 26.5q-92 0 -151.5 -48.5 t-59.5 -129.5zM641 1245q0 49 35.5 84t85.5 35t85.5 -35t35.5 -84q0 -51 -35.5 -86t-85.5 -35t-85.5 35t-35.5 86z" />
|
||||
<glyph unicode="å" horiz-adv-x="1097" d="M80 303q0 82 30.5 145.5t81 101t110 56.5t122.5 19q210 0 319 -127v147q0 85 -63.5 134.5t-167.5 49.5q-166 0 -293 -124l-88 149q169 160 416 160q86 0 157.5 -19.5t129.5 -60t91 -112t33 -167.5v-655h-215v106q-56 -63 -138.5 -97t-180.5 -34q-62 0 -122 21 t-110.5 60.5t-81 103.5t-30.5 143zM297 299q0 -79 59.5 -127.5t151.5 -48.5q73 0 136 26.5t99 75.5v150q-36 49 -99 75.5t-136 26.5q-92 0 -151.5 -48.5t-59.5 -129.5zM340 1307q0 86 61.5 148.5t147.5 62.5t146.5 -62t60.5 -149q0 -86 -60.5 -147.5t-146.5 -61.5 t-147.5 61.5t-61.5 147.5zM442 1307q0 -43 32 -75t75 -32q44 0 74 32t30 75q0 44 -30 75t-74 31q-43 0 -75 -31t-32 -75z" />
|
||||
<glyph unicode="æ" horiz-adv-x="1798" d="M80 301q0 154 103.5 239t258.5 85q106 0 197.5 -31.5t151.5 -91.5v145q0 84 -70 133t-182 49q-184 0 -320 -124l-88 149q172 160 426 160q135 0 227 -49.5t129 -141.5q40 58 84 97t116.5 66.5t162.5 27.5q204 0 326 -151t122 -388v-51h-718q13 -117 89 -192.5t201 -75.5 q70 0 142 28.5t118 79.5l99 -145q-71 -68 -171.5 -106t-197.5 -38q-270 0 -389 201q-60 -90 -172 -145.5t-244 -55.5q-79 0 -150 20.5t-127.5 60t-90 103t-33.5 142.5zM297 315q0 -77 63.5 -118t167.5 -41t183.5 64.5t79.5 137.5v15q-42 49 -113 76.5t-150 27.5 q-103 0 -167 -42.5t-64 -119.5zM1004 575h512q-2 46 -17.5 90.5t-45 84.5t-79.5 64t-114 24q-60 0 -109 -24t-79.5 -62.5t-47.5 -84t-20 -92.5z" />
|
||||
<glyph unicode="ç" horiz-adv-x="1017" d="M78 496q0 225 143.5 371.5t368.5 146.5q248 0 379 -176l-142 -131q-82 116 -227 116q-134 0 -216.5 -91t-82.5 -236q0 -146 82.5 -238t216.5 -92q142 0 227 117l142 -131q-117 -159 -332 -175l-33 -81q31 22 74 22q59 0 98 -39.5t39 -101.5q0 -76 -64 -123t-157 -47 q-67 0 -125.5 18t-91.5 45l45 94q73 -59 166 -59q47 0 80.5 19.5t33.5 54.5q0 61 -67 61q-43 0 -70 -30l-84 47l45 123q-200 20 -324 163t-124 353z" />
|
||||
<glyph unicode="è" horiz-adv-x="1140" d="M78 496q0 142 63.5 260.5t179.5 188t259 69.5q220 0 353.5 -151.5t133.5 -387.5v-51h-764q13 -117 96.5 -194.5t218.5 -77.5q75 0 152.5 28.5t128.5 79.5l98 -141q-73 -70 -177 -107t-224 -37q-225 0 -371.5 144.5t-146.5 376.5zM215 1434h205l287 -295h-154zM301 575 h557q-2 46 -18.5 90.5t-48.5 84.5t-86.5 64t-124.5 24q-66 0 -119.5 -23.5t-86 -63t-51 -84t-22.5 -92.5z" />
|
||||
<glyph unicode="é" horiz-adv-x="1140" d="M78 496q0 142 63.5 260.5t179.5 188t259 69.5q220 0 353.5 -151.5t133.5 -387.5v-51h-764q13 -117 96.5 -194.5t218.5 -77.5q75 0 152.5 28.5t128.5 79.5l98 -141q-73 -70 -177 -107t-224 -37q-225 0 -371.5 144.5t-146.5 376.5zM301 575h557q-2 46 -18.5 90.5 t-48.5 84.5t-86.5 64t-124.5 24q-66 0 -119.5 -23.5t-86 -63t-51 -84t-22.5 -92.5zM457 1139l286 295h205l-338 -295h-153z" />
|
||||
<glyph unicode="ê" horiz-adv-x="1140" d="M78 496q0 142 63.5 260.5t179.5 188t259 69.5q220 0 353.5 -151.5t133.5 -387.5v-51h-764q13 -117 96.5 -194.5t218.5 -77.5q75 0 152.5 28.5t128.5 79.5l98 -141q-73 -70 -177 -107t-224 -37q-225 0 -371.5 144.5t-146.5 376.5zM291 1139l190 295h197l196 -295h-137 l-157 196l-154 -196h-135zM301 575h557q-2 46 -18.5 90.5t-48.5 84.5t-86.5 64t-124.5 24q-66 0 -119.5 -23.5t-86 -63t-51 -84t-22.5 -92.5z" />
|
||||
<glyph unicode="ë" horiz-adv-x="1140" d="M78 496q0 142 63.5 260.5t179.5 188t259 69.5q220 0 353.5 -151.5t133.5 -387.5v-51h-764q13 -117 96.5 -194.5t218.5 -77.5q75 0 152.5 28.5t128.5 79.5l98 -141q-73 -70 -177 -107t-224 -37q-225 0 -371.5 144.5t-146.5 376.5zM248 1245q0 50 35 84.5t86 34.5 q49 0 83.5 -34.5t34.5 -84.5q0 -51 -34 -86t-84 -35q-51 0 -86 35t-35 86zM301 575h557q-2 46 -18.5 90.5t-48.5 84.5t-86.5 64t-124.5 24q-66 0 -119.5 -23.5t-86 -63t-51 -84t-22.5 -92.5zM676 1245q0 49 35.5 84t85.5 35t85.5 -35t35.5 -84q0 -51 -35.5 -86t-85.5 -35 t-85.5 35t-35.5 86z" />
|
||||
<glyph unicode="ì" horiz-adv-x="493" d="M-121 1434h205l287 -295h-154zM139 0v989h215v-989h-215z" />
|
||||
<glyph unicode="í" horiz-adv-x="493" d="M123 1139l287 295h204l-338 -295h-153zM139 0v989h215v-989h-215z" />
|
||||
<glyph unicode="î" horiz-adv-x="493" d="M-45 1139l190 295h197l197 -295h-138l-157 196l-154 -196h-135zM139 0v989h215v-989h-215z" />
|
||||
<glyph unicode="ï" horiz-adv-x="493" d="M-88 1245q0 50 35 84.5t86 34.5q49 0 84 -35t35 -84q0 -51 -34.5 -86t-84.5 -35q-51 0 -86 35t-35 86zM139 0v989h215v-989h-215zM340 1245q0 49 35.5 84t85.5 35t85.5 -35t35.5 -84q0 -51 -35.5 -86t-85.5 -35t-85.5 35t-35.5 86z" />
|
||||
<glyph unicode="ð" horiz-adv-x="1173" d="M78 467q0 213 126 352t318 139q203 0 326 -186q-81 166 -324 344l-297 -131l-45 107l230 100q-25 17 -73 46t-65 40l117 174q124 -74 242 -162l215 94l45 -104l-160 -72q363 -320 363 -696q0 -239 -138 -388t-372 -149q-227 0 -367.5 139t-140.5 353zM301 467 q0 -127 76.5 -214t208.5 -87q133 0 209.5 87t76.5 214t-76.5 214t-209.5 87q-132 0 -208.5 -87t-76.5 -214z" />
|
||||
<glyph unicode="ñ" horiz-adv-x="1161" d="M139 0v989h215v-135q56 66 148 113t200 47q158 0 239 -82t81 -236v-696h-215v618q0 110 -51.5 157.5t-147.5 47.5q-78 0 -146 -38.5t-108 -94.5v-690h-215zM254 1147q0 128 55 201t156 73q39 0 70.5 -16.5t52 -39.5t38.5 -46.5t39 -40t44 -16.5q37 0 60.5 37t23.5 110 h118q0 -128 -55 -201t-156 -73q-40 0 -71.5 16.5t-51.5 39.5t-37.5 46.5t-38.5 40t-44 16.5q-38 0 -62 -37t-24 -110h-117z" />
|
||||
<glyph unicode="ò" horiz-adv-x="1173" d="M78 496q0 106 36 200.5t100.5 165t160.5 111.5t211 41q154 0 271.5 -71t178 -187.5t60.5 -259.5q0 -144 -60.5 -261.5t-178 -188.5t-271.5 -71q-115 0 -211 41.5t-160.5 112t-100.5 165.5t-36 202zM221 1434h205l287 -295h-154zM301 496q0 -138 77 -234t208 -96 q133 0 209.5 95.5t76.5 234.5q0 137 -76.5 232t-209.5 95q-131 0 -208 -95t-77 -232z" />
|
||||
<glyph unicode="ó" horiz-adv-x="1173" d="M78 496q0 106 36 200.5t100.5 165t160.5 111.5t211 41q154 0 271.5 -71t178 -187.5t60.5 -259.5q0 -144 -60.5 -261.5t-178 -188.5t-271.5 -71q-115 0 -211 41.5t-160.5 112t-100.5 165.5t-36 202zM301 496q0 -138 77 -234t208 -96q133 0 209.5 95.5t76.5 234.5 q0 137 -76.5 232t-209.5 95q-131 0 -208 -95t-77 -232zM463 1139l287 295h204l-338 -295h-153z" />
|
||||
<glyph unicode="ô" horiz-adv-x="1173" d="M78 496q0 106 36 200.5t100.5 165t160.5 111.5t211 41q154 0 271.5 -71t178 -187.5t60.5 -259.5q0 -144 -60.5 -261.5t-178 -188.5t-271.5 -71q-115 0 -211 41.5t-160.5 112t-100.5 165.5t-36 202zM295 1139l190 295h197l197 -295h-138l-157 196l-154 -196h-135zM301 496 q0 -138 77 -234t208 -96q133 0 209.5 95.5t76.5 234.5q0 137 -76.5 232t-209.5 95q-131 0 -208 -95t-77 -232z" />
|
||||
<glyph unicode="õ" horiz-adv-x="1173" d="M78 496q0 106 36 200.5t100.5 165t160.5 111.5t211 41q154 0 271.5 -71t178 -187.5t60.5 -259.5q0 -144 -60.5 -261.5t-178 -188.5t-271.5 -71q-115 0 -211 41.5t-160.5 112t-100.5 165.5t-36 202zM258 1147q0 128 55 201t156 73q39 0 70.5 -16.5t52 -39.5t38.5 -46.5 t39 -40t44 -16.5q37 0 60.5 37t23.5 110h118q0 -128 -54.5 -201t-155.5 -73q-40 0 -71.5 16.5t-52 39.5t-38 46.5t-38.5 40t-44 16.5q-38 0 -62 -37t-24 -110h-117zM301 496q0 -138 77 -234t208 -96q133 0 209.5 95.5t76.5 234.5q0 137 -76.5 232t-209.5 95q-131 0 -208 -95 t-77 -232z" />
|
||||
<glyph unicode="ö" horiz-adv-x="1173" d="M78 496q0 106 36 200.5t100.5 165t160.5 111.5t211 41q154 0 271.5 -71t178 -187.5t60.5 -259.5q0 -144 -60.5 -261.5t-178 -188.5t-271.5 -71q-115 0 -211 41.5t-160.5 112t-100.5 165.5t-36 202zM252 1245q0 50 35 84.5t86 34.5q49 0 84 -35t35 -84q0 -51 -34.5 -86 t-84.5 -35q-51 0 -86 35t-35 86zM301 496q0 -138 77 -234t208 -96q133 0 209.5 95.5t76.5 234.5q0 137 -76.5 232t-209.5 95q-131 0 -208 -95t-77 -232zM680 1245q0 49 35.5 84t85.5 35t85.5 -35t35.5 -84q0 -51 -35.5 -86t-85.5 -35t-85.5 35t-35.5 86z" />
|
||||
<glyph unicode="÷" horiz-adv-x="1046" d="M59 621v139h928v-139h-928zM412 309q0 46 32.5 79.5t77.5 33.5q46 0 79.5 -33.5t33.5 -79.5q0 -45 -33.5 -77.5t-79.5 -32.5t-78 32t-32 78zM412 1065q0 46 32 78.5t78 32.5t79.5 -32.5t33.5 -78.5t-33.5 -79.5t-79.5 -33.5q-45 0 -77.5 33.5t-32.5 79.5z" />
|
||||
<glyph unicode="ø" horiz-adv-x="1173" d="M78 496q0 106 36 200.5t100.5 165t160.5 111.5t211 41q159 0 286 -80l46 55h141l-103 -125q140 -146 140 -368q0 -144 -60.5 -261.5t-178 -188.5t-271.5 -71q-171 0 -293 86l-51 -61h-140l109 131q-133 145 -133 365zM301 496q0 -113 49 -195l391 475q-70 47 -155 47 q-131 0 -208 -95t-77 -232zM422 219q72 -53 164 -53q133 0 209.5 95.5t76.5 234.5q0 118 -55 200z" />
|
||||
<glyph unicode="ù" horiz-adv-x="1161" d="M139 289v700h215v-622q0 -110 51 -155.5t148 -45.5q77 0 145 37t109 92v694h215v-989h-215v131q-60 -67 -150.5 -111.5t-199.5 -44.5q-158 0 -238 80t-80 234zM213 1434h205l287 -295h-154z" />
|
||||
<glyph unicode="ú" horiz-adv-x="1161" d="M139 289v700h215v-622q0 -110 51 -155.5t148 -45.5q77 0 145 37t109 92v694h215v-989h-215v131q-60 -67 -150.5 -111.5t-199.5 -44.5q-158 0 -238 80t-80 234zM455 1139l286 295h205l-338 -295h-153z" />
|
||||
<glyph unicode="û" horiz-adv-x="1161" d="M139 289v700h215v-622q0 -110 51 -155.5t148 -45.5q77 0 145 37t109 92v694h215v-989h-215v131q-60 -67 -150.5 -111.5t-199.5 -44.5q-158 0 -238 80t-80 234zM289 1139l190 295h197l196 -295h-137l-157 196l-154 -196h-135z" />
|
||||
<glyph unicode="ü" horiz-adv-x="1161" d="M139 289v700h215v-622q0 -110 51 -155.5t148 -45.5q77 0 145 37t109 92v694h215v-989h-215v131q-60 -67 -150.5 -111.5t-199.5 -44.5q-158 0 -238 80t-80 234zM244 1245q0 50 35 84.5t86 34.5q49 0 83.5 -34.5t34.5 -84.5q0 -51 -34 -86t-84 -35q-51 0 -86 35t-35 86z M672 1245q0 49 35.5 84t85.5 35t85 -35t35 -84q0 -51 -35 -86t-85 -35t-85.5 35t-35.5 86z" />
|
||||
<glyph unicode="ý" horiz-adv-x="1030" d="M-4 989h229l289 -741l289 741h231l-477 -1167q-49 -120 -133 -170.5t-207 -52.5q-67 0 -121 14l33 192q37 -16 82 -16q53 0 86.5 19t54.5 67l49 113zM389 1139l287 295h205l-338 -295h-154z" />
|
||||
<glyph unicode="þ" horiz-adv-x="1183" d="M139 -377v1743h215v-512q56 75 139.5 117.5t178.5 42.5q196 0 317 -139t121 -379q0 -241 -121.5 -381t-316.5 -140q-94 0 -176 41.5t-142 120.5v-514h-215zM354 299q36 -55 108.5 -94t145.5 -39q126 0 202.5 92t76.5 238q0 144 -76.5 235.5t-202.5 91.5q-74 0 -146 -38.5 t-108 -94.5v-391z" />
|
||||
<glyph unicode="ÿ" horiz-adv-x="1030" d="M-4 989h229l289 -741l289 741h231l-477 -1167q-49 -120 -133 -170.5t-207 -52.5q-67 0 -121 14l33 192q37 -16 82 -16q53 0 86.5 19t54.5 67l49 113zM180 1245q0 50 35 84.5t86 34.5q49 0 84 -35t35 -84q0 -51 -34.5 -86t-84.5 -35q-51 0 -86 35t-35 86zM608 1245 q0 49 35.5 84t85.5 35t85.5 -35t35.5 -84q0 -51 -35.5 -86t-85.5 -35t-85.5 35t-35.5 86z" />
|
||||
<glyph unicode="Œ" horiz-adv-x="2238" d="M84 682q0 203 85.5 363.5t240 250.5t350.5 90q132 0 253.5 -57t190.5 -162v199h936v-211h-696v-354h682v-211h-682v-379h696v-211h-936v197q-69 -106 -190.5 -164t-253.5 -58q-196 0 -350.5 91t-240 252t-85.5 364zM330 682q0 -216 125.5 -355t335.5 -139q141 0 250.5 72 t162.5 205v434q-53 134 -162 204.5t-251 70.5q-210 0 -335.5 -138t-125.5 -354z" />
|
||||
<glyph unicode="œ" horiz-adv-x="1933" d="M78 496q0 106 36 200.5t100.5 165t160.5 111.5t211 41q253 0 397 -248q24 44 55 82t78.5 78.5t114 64t143.5 23.5q146 0 257 -70t170 -192t59 -277v-51h-762q13 -118 96 -195t217 -77q76 0 153.5 28.5t129.5 79.5l98 -141q-74 -70 -178.5 -107t-222.5 -37 q-266 0 -410 246q-140 -246 -395 -246q-115 0 -211 41.5t-160.5 112t-100.5 165.5t-36 202zM301 496q0 -143 78.5 -237.5t206.5 -94.5q130 0 208 94.5t78 237.5q0 142 -77.5 234.5t-208.5 92.5q-128 0 -206.5 -93t-78.5 -234zM1096 575h557q-2 46 -19.5 90.5t-49.5 84.5 t-87 64t-125 24q-65 0 -118 -24t-85.5 -62.5t-51 -84t-21.5 -92.5z" />
|
||||
<glyph unicode="Ÿ" horiz-adv-x="1304" d="M2 1366h274l377 -586l373 586h274l-528 -799v-567h-240v567zM319 1587q0 50 35 84.5t86 34.5q50 0 84.5 -35t34.5 -84q0 -51 -34.5 -86t-84.5 -35q-51 0 -86 35t-35 86zM748 1587q0 49 35 84t85 35t85.5 -35t35.5 -84q0 -51 -35.5 -86t-85.5 -35t-85 35t-35 86z" />
|
||||
<glyph unicode="ˆ" horiz-adv-x="583" d="M0 1139l190 295h197l197 -295h-138l-157 196l-154 -196h-135z" />
|
||||
<glyph unicode="˜" horiz-adv-x="657" d="M0 1147q0 128 55 201t156 73q39 0 70.5 -16.5t52 -39.5t38.5 -46.5t39 -40t44 -16.5q37 0 60.5 37t23.5 110h118q0 -128 -55 -201t-156 -73q-40 0 -71.5 16.5t-51.5 39.5t-37.5 46.5t-38.5 40t-44 16.5q-38 0 -62 -37t-24 -110h-117z" />
|
||||
<glyph unicode=" " horiz-adv-x="915" />
|
||||
<glyph unicode=" " horiz-adv-x="1831" />
|
||||
<glyph unicode=" " horiz-adv-x="915" />
|
||||
<glyph unicode=" " horiz-adv-x="1831" />
|
||||
<glyph unicode=" " horiz-adv-x="610" />
|
||||
<glyph unicode=" " horiz-adv-x="457" />
|
||||
<glyph unicode=" " horiz-adv-x="305" />
|
||||
<glyph unicode=" " horiz-adv-x="305" />
|
||||
<glyph unicode=" " horiz-adv-x="228" />
|
||||
<glyph unicode=" " horiz-adv-x="366" />
|
||||
<glyph unicode=" " horiz-adv-x="101" />
|
||||
<glyph unicode="‐" horiz-adv-x="614" d="M61 403v185h492v-185h-492z" />
|
||||
<glyph unicode="‑" horiz-adv-x="614" d="M61 403v185h492v-185h-492z" />
|
||||
<glyph unicode="‒" horiz-adv-x="614" d="M61 403v185h492v-185h-492z" />
|
||||
<glyph unicode="–" horiz-adv-x="1214" d="M61 403v185h1092v-185h-1092z" />
|
||||
<glyph unicode="—" horiz-adv-x="1705" d="M61 403v185h1584v-185h-1584z" />
|
||||
<glyph unicode="‘" horiz-adv-x="499" d="M86 1038q0 103 52.5 194.5t140.5 153.5l96 -77q-51 -30 -94.5 -86t-53.5 -107q12 4 35 4q53 0 88 -36t35 -93t-41 -98t-98 -41q-66 0 -113 50t-47 136z" />
|
||||
<glyph unicode="’" horiz-adv-x="499" d="M106 1245q0 58 41.5 99.5t98.5 41.5q66 0 113 -50t47 -136q0 -103 -53 -195.5t-140 -154.5l-96 80q51 30 94 85.5t53 106.5q-18 -6 -35 -6q-53 0 -88 36t-35 93z" />
|
||||
<glyph unicode="‚" horiz-adv-x="501" d="M106 123q0 58 41.5 99.5t98.5 41.5q66 0 113 -50t47 -136q0 -103 -53 -195.5t-140 -154.5l-96 79q50 30 93.5 85.5t53.5 107.5q-18 -6 -35 -6q-53 0 -88 36t-35 93z" />
|
||||
<glyph unicode="“" horiz-adv-x="878" d="M94 1038q0 103 52 194.5t139 153.5l98 -77q-51 -30 -94.5 -86t-52.5 -107q8 4 34 4q52 0 86.5 -36.5t34.5 -92.5q0 -57 -40.5 -98t-98.5 -41q-66 0 -112 50t-46 136zM473 1038q0 103 52 194.5t139 153.5l98 -77q-51 -30 -95 -86t-53 -107q8 4 35 4q52 0 86.5 -36.5 t34.5 -92.5q0 -57 -40.5 -98t-98.5 -41q-66 0 -112 50t-46 136z" />
|
||||
<glyph unicode="”" horiz-adv-x="878" d="M106 1245q0 58 41.5 99.5t98.5 41.5q66 0 113 -50t47 -136q0 -103 -53 -195.5t-140 -154.5l-96 80q51 30 94 85.5t53 106.5q-18 -6 -35 -6q-53 0 -88 36t-35 93zM485 1245q0 58 41.5 99.5t98.5 41.5q66 0 112.5 -50t46.5 -136q0 -103 -52.5 -195.5t-139.5 -154.5l-96 80 q51 30 94 85.5t53 106.5q-18 -6 -35 -6q-53 0 -88 36t-35 93z" />
|
||||
<glyph unicode="„" horiz-adv-x="880" d="M106 123q0 58 41.5 99.5t98.5 41.5q66 0 113 -50t47 -136q0 -103 -53 -195.5t-140 -154.5l-96 79q50 30 93.5 85.5t53.5 107.5q-18 -6 -35 -6q-53 0 -88 36t-35 93zM485 123q0 58 41.5 99.5t98.5 41.5q66 0 112.5 -50t46.5 -136q0 -103 -52.5 -195.5t-139.5 -154.5 l-96 79q50 30 93.5 85.5t53.5 107.5q-18 -6 -35 -6q-53 0 -88 36t-35 93z" />
|
||||
<glyph unicode="•" horiz-adv-x="733" d="M135 496q0 97 68.5 165t165.5 68t165 -68t68 -165q0 -96 -68 -164t-165 -68t-165.5 68.5t-68.5 163.5z" />
|
||||
<glyph unicode="…" horiz-adv-x="1503" d="M106 121q0 59 42 101t100 42t100.5 -42t42.5 -101q0 -57 -42.5 -99t-100.5 -42t-100 42t-42 99zM608 121q0 59 42 101t100 42t100.5 -42t42.5 -101q0 -57 -42.5 -99t-100.5 -42t-100 42t-42 99zM1110 121q0 59 41.5 101t99.5 42q59 0 101.5 -42.5t42.5 -100.5 q0 -57 -43 -99t-101 -42t-99.5 42t-41.5 99z" />
|
||||
<glyph unicode=" " horiz-adv-x="366" />
|
||||
<glyph unicode="‹" horiz-adv-x="653" d="M61 498l328 362h203l-328 -362l328 -369h-203z" />
|
||||
<glyph unicode="›" horiz-adv-x="653" d="M61 129l328 369l-328 362h203l328 -362l-328 -369h-203z" />
|
||||
<glyph unicode=" " horiz-adv-x="457" />
|
||||
<glyph unicode="€" horiz-adv-x="1439" d="M51 471v137h80q-2 23 -2 74q0 24 4 78h-82v137h107q66 224 253 358t435 134q357 0 549 -308l-205 -104q-51 88 -144 143.5t-200 55.5q-146 0 -259.5 -75t-168.5 -204h553v-137h-592q-4 -50 -4 -78q0 -51 4 -74h592v-137h-555q55 -131 168.5 -207t261.5 -76 q108 0 200.5 55t143.5 144l205 -104q-195 -308 -549 -308q-249 0 -436.5 134.5t-251.5 361.5h-107z" />
|
||||
<glyph unicode="™" horiz-adv-x="929" d="M35 1313v53h311v-53h-127v-398h-57v398h-127zM420 915v451h88l131 -328l131 328h88v-451h-57v373l-154 -373h-16l-154 373v-373h-57z" />
|
||||
<glyph unicode="◼" horiz-adv-x="993" d="M0 0v993h993v-993h-993z" />
|
||||
<hkern g1="B" g2="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="20" />
|
||||
<hkern g1="B" g2="T" k="31" />
|
||||
<hkern g1="B" g2="W" k="20" />
|
||||
<hkern g1="B" g2="V" k="31" />
|
||||
<hkern g1="B" g2="Y,Yacute,Ydieresis" k="61" />
|
||||
<hkern g1="C,Ccedilla" g2="question" k="10" />
|
||||
<hkern g1="C,Ccedilla" g2="W" k="10" />
|
||||
<hkern g1="C,Ccedilla" g2="V" k="6" />
|
||||
<hkern g1="C,Ccedilla" g2="Y,Yacute,Ydieresis" k="41" />
|
||||
<hkern g1="C,Ccedilla" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="10" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="question" k="41" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="20" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="J" k="41" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="T" k="51" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="W" k="41" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="V" k="41" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="Y,Yacute,Ydieresis" k="82" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="72" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="Z" k="31" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="51" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="X" k="61" />
|
||||
<hkern g1="F" g2="J" k="133" />
|
||||
<hkern g1="F" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="82" />
|
||||
<hkern g1="F" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="102" />
|
||||
<hkern g1="F" g2="ampersand" k="20" />
|
||||
<hkern g1="G" g2="question" k="20" />
|
||||
<hkern g1="G" g2="T" k="10" />
|
||||
<hkern g1="G" g2="W" k="10" />
|
||||
<hkern g1="G" g2="V" k="20" />
|
||||
<hkern g1="G" g2="Y,Yacute,Ydieresis" k="31" />
|
||||
<hkern g1="G" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="10" />
|
||||
<hkern g1="G" g2="X" k="10" />
|
||||
<hkern g1="K" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="102" />
|
||||
<hkern g1="K" g2="Y,Yacute,Ydieresis" k="31" />
|
||||
<hkern g1="K" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="61" />
|
||||
<hkern g1="K" g2="u,uni00B5,ugrave,uacute,ucircumflex,udieresis" k="41" />
|
||||
<hkern g1="K" g2="t" k="92" />
|
||||
<hkern g1="K" g2="w" k="82" />
|
||||
<hkern g1="K" g2="v" k="123" />
|
||||
<hkern g1="K" g2="y,yacute,ydieresis" k="123" />
|
||||
<hkern g1="K" g2="hyphen,periodcentered,endash,emdash" k="102" />
|
||||
<hkern g1="K" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="31" />
|
||||
<hkern g1="K" g2="c,d,e,g,o,q,cent,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="61" />
|
||||
<hkern g1="K" g2="x" k="61" />
|
||||
<hkern g1="L" g2="question" k="225" />
|
||||
<hkern g1="L" g2="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="266" />
|
||||
<hkern g1="L" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="61" />
|
||||
<hkern g1="L" g2="asterisk" k="348" />
|
||||
<hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="51" />
|
||||
<hkern g1="L" g2="T" k="205" />
|
||||
<hkern g1="L" g2="W" k="143" />
|
||||
<hkern g1="L" g2="V" k="184" />
|
||||
<hkern g1="L" g2="Y,Yacute,Ydieresis" k="256" />
|
||||
<hkern g1="L" g2="u,uni00B5,ugrave,uacute,ucircumflex,udieresis" k="20" />
|
||||
<hkern g1="L" g2="t" k="72" />
|
||||
<hkern g1="L" g2="w" k="72" />
|
||||
<hkern g1="L" g2="v" k="113" />
|
||||
<hkern g1="L" g2="y,yacute,ydieresis" k="113" />
|
||||
<hkern g1="L" g2="ampersand" k="10" />
|
||||
<hkern g1="L" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20" />
|
||||
<hkern g1="L" g2="c,d,e,g,o,q,cent,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="31" />
|
||||
<hkern g1="P" g2="J" k="236" />
|
||||
<hkern g1="P" g2="Y,Yacute,Ydieresis" k="10" />
|
||||
<hkern g1="P" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="154" />
|
||||
<hkern g1="P" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="184" />
|
||||
<hkern g1="P" g2="X" k="31" />
|
||||
<hkern g1="P" g2="ampersand" k="61" />
|
||||
<hkern g1="P" g2="hyphen,periodcentered,endash,emdash" k="61" />
|
||||
<hkern g1="P" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="41" />
|
||||
<hkern g1="P" g2="c,d,e,g,o,q,cent,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="31" />
|
||||
<hkern g1="R" g2="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="10" />
|
||||
<hkern g1="R" g2="T" k="20" />
|
||||
<hkern g1="R" g2="V" k="20" />
|
||||
<hkern g1="R" g2="Y,Yacute,Ydieresis" k="35" />
|
||||
<hkern g1="R" g2="ampersand" k="10" />
|
||||
<hkern g1="R" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="41" />
|
||||
<hkern g1="R" g2="c,d,e,g,o,q,cent,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="61" />
|
||||
<hkern g1="R" g2="s" k="20" />
|
||||
<hkern g1="S" g2="T" k="20" />
|
||||
<hkern g1="S" g2="Y,Yacute,Ydieresis" k="20" />
|
||||
<hkern g1="S" g2="t" k="31" />
|
||||
<hkern g1="S" g2="w" k="10" />
|
||||
<hkern g1="S" g2="v" k="20" />
|
||||
<hkern g1="S" g2="y,yacute,ydieresis" k="20" />
|
||||
<hkern g1="S" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="20" />
|
||||
<hkern g1="S" g2="x" k="31" />
|
||||
<hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="51" />
|
||||
<hkern g1="T" g2="J" k="174" />
|
||||
<hkern g1="T" g2="S" k="10" />
|
||||
<hkern g1="T" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="51" />
|
||||
<hkern g1="T" g2="u,uni00B5,ugrave,uacute,ucircumflex,udieresis" k="154" />
|
||||
<hkern g1="T" g2="w" k="82" />
|
||||
<hkern g1="T" g2="v" k="82" />
|
||||
<hkern g1="T" g2="y,yacute,ydieresis" k="82" />
|
||||
<hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="133" />
|
||||
<hkern g1="T" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="195" />
|
||||
<hkern g1="T" g2="ampersand" k="113" />
|
||||
<hkern g1="T" g2="hyphen,periodcentered,endash,emdash" k="123" />
|
||||
<hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="174" />
|
||||
<hkern g1="T" g2="c,d,e,g,o,q,cent,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="215" />
|
||||
<hkern g1="T" g2="x" k="102" />
|
||||
<hkern g1="T" g2="s" k="174" />
|
||||
<hkern g1="T" g2="colon,semicolon" k="102" />
|
||||
<hkern g1="T" g2="m,n,p,r,z,ntilde" k="154" />
|
||||
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="J" k="41" />
|
||||
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="61" />
|
||||
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="61" />
|
||||
<hkern g1="V" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="41" />
|
||||
<hkern g1="V" g2="J" k="195" />
|
||||
<hkern g1="V" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="51" />
|
||||
<hkern g1="V" g2="u,uni00B5,ugrave,uacute,ucircumflex,udieresis" k="102" />
|
||||
<hkern g1="V" g2="t" k="31" />
|
||||
<hkern g1="V" g2="w" k="20" />
|
||||
<hkern g1="V" g2="v" k="31" />
|
||||
<hkern g1="V" g2="y,yacute,ydieresis" k="20" />
|
||||
<hkern g1="V" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="102" />
|
||||
<hkern g1="V" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="184" />
|
||||
<hkern g1="V" g2="ampersand" k="72" />
|
||||
<hkern g1="V" g2="hyphen,periodcentered,endash,emdash" k="113" />
|
||||
<hkern g1="V" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="133" />
|
||||
<hkern g1="V" g2="c,d,e,g,o,q,cent,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="123" />
|
||||
<hkern g1="V" g2="x" k="51" />
|
||||
<hkern g1="V" g2="s" k="92" />
|
||||
<hkern g1="V" g2="m,n,p,r,z,ntilde" k="102" />
|
||||
<hkern g1="W" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="41" />
|
||||
<hkern g1="W" g2="J" k="102" />
|
||||
<hkern g1="W" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="31" />
|
||||
<hkern g1="W" g2="u,uni00B5,ugrave,uacute,ucircumflex,udieresis" k="61" />
|
||||
<hkern g1="W" g2="t" k="31" />
|
||||
<hkern g1="W" g2="v" k="10" />
|
||||
<hkern g1="W" g2="y,yacute,ydieresis" k="10" />
|
||||
<hkern g1="W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="92" />
|
||||
<hkern g1="W" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="133" />
|
||||
<hkern g1="W" g2="ampersand" k="41" />
|
||||
<hkern g1="W" g2="hyphen,periodcentered,endash,emdash" k="72" />
|
||||
<hkern g1="W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="82" />
|
||||
<hkern g1="W" g2="c,d,e,g,o,q,cent,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="82" />
|
||||
<hkern g1="W" g2="x" k="51" />
|
||||
<hkern g1="W" g2="s" k="51" />
|
||||
<hkern g1="W" g2="m,n,p,r,z,ntilde" k="61" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="82" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="J" k="236" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="S" k="41" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="113" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="u,uni00B5,ugrave,uacute,ucircumflex,udieresis" k="184" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="t" k="61" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="w" k="123" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="v" k="123" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="y,yacute,ydieresis" k="123" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="133" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="184" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="ampersand" k="123" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="hyphen,periodcentered,endash,emdash" k="246" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="236" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="c,d,e,g,o,q,cent,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="256" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="x" k="154" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="s" k="205" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="colon,semicolon" k="133" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="m,n,p,r,z,ntilde" k="184" />
|
||||
<hkern g1="Z" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="31" />
|
||||
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="question" k="82" />
|
||||
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="20" />
|
||||
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="T" k="205" />
|
||||
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="W" k="92" />
|
||||
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="V" k="143" />
|
||||
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="Y,Yacute,Ydieresis" k="225" />
|
||||
<hkern g1="ampersand" g2="T" k="143" />
|
||||
<hkern g1="ampersand" g2="W" k="82" />
|
||||
<hkern g1="ampersand" g2="V" k="102" />
|
||||
<hkern g1="ampersand" g2="Y,Yacute,Ydieresis" k="174" />
|
||||
<hkern g1="asterisk" g2="J" k="246" />
|
||||
<hkern g1="asterisk" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="195" />
|
||||
<hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="question" k="102" />
|
||||
<hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="20" />
|
||||
<hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="T" k="215" />
|
||||
<hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="W" k="82" />
|
||||
<hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="V" k="123" />
|
||||
<hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="Y,Yacute,Ydieresis" k="246" />
|
||||
<hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="10" />
|
||||
<hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="x" k="72" />
|
||||
<hkern g1="c,cent,ccedilla" g2="question" k="51" />
|
||||
<hkern g1="c,cent,ccedilla" g2="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="10" />
|
||||
<hkern g1="c,cent,ccedilla" g2="T" k="154" />
|
||||
<hkern g1="c,cent,ccedilla" g2="W" k="51" />
|
||||
<hkern g1="c,cent,ccedilla" g2="V" k="82" />
|
||||
<hkern g1="c,cent,ccedilla" g2="Y,Yacute,Ydieresis" k="133" />
|
||||
<hkern g1="colon,semicolon" g2="T" k="102" />
|
||||
<hkern g1="colon,semicolon" g2="Y,Yacute,Ydieresis" k="133" />
|
||||
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="question" k="82" />
|
||||
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="10" />
|
||||
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="asterisk" k="31" />
|
||||
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="T" k="195" />
|
||||
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="W" k="82" />
|
||||
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="V" k="113" />
|
||||
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="Y,Yacute,Ydieresis" k="225" />
|
||||
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="10" />
|
||||
<hkern g1="eth" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="10" />
|
||||
<hkern g1="f" g2="question" k="-113" />
|
||||
<hkern g1="f" g2="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="-133" />
|
||||
<hkern g1="f" g2="asterisk" k="-133" />
|
||||
<hkern g1="f" g2="S" k="-51" />
|
||||
<hkern g1="f" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="-82" />
|
||||
<hkern g1="f" g2="T" k="-82" />
|
||||
<hkern g1="f" g2="W" k="-133" />
|
||||
<hkern g1="f" g2="V" k="-133" />
|
||||
<hkern g1="f" g2="Y,Yacute,Ydieresis" k="-123" />
|
||||
<hkern g1="f" g2="Z" k="-82" />
|
||||
<hkern g1="f" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="92" />
|
||||
<hkern g1="f" g2="X" k="-82" />
|
||||
<hkern g1="f" g2="ampersand" k="10" />
|
||||
<hkern g1="f" g2="exclam,B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde" k="-82" />
|
||||
<hkern g1="f" g2="parenright,bracketright,braceright" k="-143" />
|
||||
<hkern g1="g,j,q" g2="question" k="51" />
|
||||
<hkern g1="g,j,q" g2="T" k="154" />
|
||||
<hkern g1="g,j,q" g2="W" k="61" />
|
||||
<hkern g1="g,j,q" g2="V" k="102" />
|
||||
<hkern g1="g,j,q" g2="Y,Yacute,Ydieresis" k="184" />
|
||||
<hkern g1="g,j,q" g2="j" k="-102" />
|
||||
<hkern g1="hyphen,periodcentered,endash,emdash" g2="W" k="72" />
|
||||
<hkern g1="hyphen,periodcentered,endash,emdash" g2="V" k="113" />
|
||||
<hkern g1="hyphen,periodcentered,endash,emdash" g2="Y,Yacute,Ydieresis" k="236" />
|
||||
<hkern g1="hyphen,periodcentered,endash,emdash" g2="X" k="92" />
|
||||
<hkern g1="k" g2="T" k="113" />
|
||||
<hkern g1="k" g2="W" k="51" />
|
||||
<hkern g1="k" g2="V" k="51" />
|
||||
<hkern g1="k" g2="Y,Yacute,Ydieresis" k="143" />
|
||||
<hkern g1="k" g2="bullet" k="51" />
|
||||
<hkern g1="k" g2="hyphen,periodcentered,endash,emdash" k="51" />
|
||||
<hkern g1="k" g2="c,d,e,g,o,q,cent,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="10" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="164" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="61" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="T" k="195" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="W" k="133" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="V" k="174" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="Y,Yacute,Ydieresis" k="184" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="51" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="t" k="51" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="w" k="82" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="v" k="133" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="y,yacute,ydieresis" k="113" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="c,d,e,g,o,q,cent,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="10" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="j" k="-82" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="seven" k="143" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="one" k="184" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="zero,six" k="51" />
|
||||
<hkern g1="questiondown" g2="j" k="-328" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="10" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="J" k="205" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="205" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="164" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="s" k="61" />
|
||||
<hkern g1="r" g2="T" k="82" />
|
||||
<hkern g1="r" g2="W" k="20" />
|
||||
<hkern g1="r" g2="V" k="51" />
|
||||
<hkern g1="r" g2="Y,Yacute,Ydieresis" k="102" />
|
||||
<hkern g1="r" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="174" />
|
||||
<hkern g1="r" g2="X" k="31" />
|
||||
<hkern g1="s" g2="question" k="92" />
|
||||
<hkern g1="s" g2="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="41" />
|
||||
<hkern g1="s" g2="T" k="164" />
|
||||
<hkern g1="s" g2="W" k="92" />
|
||||
<hkern g1="s" g2="V" k="92" />
|
||||
<hkern g1="s" g2="Y,Yacute,Ydieresis" k="195" />
|
||||
<hkern g1="s" g2="X" k="10" />
|
||||
<hkern g1="t" g2="T" k="82" />
|
||||
<hkern g1="t" g2="W" k="31" />
|
||||
<hkern g1="t" g2="V" k="61" />
|
||||
<hkern g1="t" g2="Y,Yacute,Ydieresis" k="72" />
|
||||
<hkern g1="u,z,uni00B5,ugrave,uacute,ucircumflex,udieresis" g2="question" k="51" />
|
||||
<hkern g1="u,z,uni00B5,ugrave,uacute,ucircumflex,udieresis" g2="T" k="154" />
|
||||
<hkern g1="u,z,uni00B5,ugrave,uacute,ucircumflex,udieresis" g2="W" k="61" />
|
||||
<hkern g1="u,z,uni00B5,ugrave,uacute,ucircumflex,udieresis" g2="V" k="102" />
|
||||
<hkern g1="u,z,uni00B5,ugrave,uacute,ucircumflex,udieresis" g2="Y,Yacute,Ydieresis" k="184" />
|
||||
<hkern g1="v" g2="T" k="82" />
|
||||
<hkern g1="v" g2="W" k="10" />
|
||||
<hkern g1="v" g2="V" k="31" />
|
||||
<hkern g1="v" g2="Y,Yacute,Ydieresis" k="123" />
|
||||
<hkern g1="v" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="41" />
|
||||
<hkern g1="v" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="133" />
|
||||
<hkern g1="v" g2="X" k="72" />
|
||||
<hkern g1="w" g2="T" k="82" />
|
||||
<hkern g1="w" g2="V" k="20" />
|
||||
<hkern g1="w" g2="Y,Yacute,Ydieresis" k="123" />
|
||||
<hkern g1="w" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="31" />
|
||||
<hkern g1="w" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="82" />
|
||||
<hkern g1="w" g2="X" k="82" />
|
||||
<hkern g1="y,yacute,ydieresis" g2="question" k="10" />
|
||||
<hkern g1="y,yacute,ydieresis" g2="T" k="82" />
|
||||
<hkern g1="y,yacute,ydieresis" g2="W" k="10" />
|
||||
<hkern g1="y,yacute,ydieresis" g2="V" k="20" />
|
||||
<hkern g1="y,yacute,ydieresis" g2="Y,Yacute,Ydieresis" k="123" />
|
||||
<hkern g1="y,yacute,ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="41" />
|
||||
<hkern g1="y,yacute,ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="113" />
|
||||
<hkern g1="y,yacute,ydieresis" g2="X" k="72" />
|
||||
<hkern g1="X" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="61" />
|
||||
<hkern g1="X" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="61" />
|
||||
<hkern g1="X" g2="t" k="61" />
|
||||
<hkern g1="X" g2="w" k="82" />
|
||||
<hkern g1="X" g2="v" k="72" />
|
||||
<hkern g1="X" g2="y,yacute,ydieresis" k="72" />
|
||||
<hkern g1="X" g2="hyphen,periodcentered,endash,emdash" k="92" />
|
||||
<hkern g1="zero,nine" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="51" />
|
||||
<hkern g1="seven" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="195" />
|
||||
<hkern g1="x" g2="T" k="102" />
|
||||
<hkern g1="x" g2="W" k="51" />
|
||||
<hkern g1="x" g2="V" k="51" />
|
||||
<hkern g1="x" g2="Y,Yacute,Ydieresis" k="154" />
|
||||
<hkern g1="x" g2="c,d,e,g,o,q,cent,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="72" />
|
||||
<hkern g1="parenleft,bracketleft,braceleft" g2="j" k="-225" />
|
||||
</font>
|
||||
</defs></svg>
|
||||
|
After Width: | Height: | Size: 79 KiB |
@@ -0,0 +1,528 @@
|
||||
<?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="proxima_nova_ththin" horiz-adv-x="425" >
|
||||
<font-face units-per-em="2048" ascent="1618" descent="-430" />
|
||||
<missing-glyph horiz-adv-x="532" />
|
||||
<glyph unicode="fi" horiz-adv-x="917" d="M41 934v55h164v105q0 138 65.5 215t182.5 77q71 0 116 -26l-26 -53q-43 24 -90 24q-93 0 -140 -61.5t-47 -175.5v-105h201v-55h-201v-934h-61v934h-164zM651 1219q0 24 18 41.5t42 17.5q25 0 42 -17t17 -42t-17 -42.5t-42 -17.5q-24 0 -42 18t-18 42zM680 0v989h61v-989 h-61z" />
|
||||
<glyph unicode="fl" horiz-adv-x="917" d="M41 934v55h164v105q0 138 65.5 215t182.5 77q71 0 116 -26l-26 -53q-43 24 -90 24q-93 0 -140 -61.5t-47 -175.5v-105h201v-55h-201v-934h-61v934h-164zM680 0v1366h61v-1366h-61z" />
|
||||
<glyph unicode="ffi" horiz-adv-x="1421" d="M41 934v55h164v105q0 138 65.5 215t182.5 77q50 0 86.5 -12.5t81.5 -48.5l-37 -49q-58 55 -131 55q-93 0 -140 -61.5t-47 -175.5v-105h201v-55h-201v-934h-61v934h-164zM545 934v55h164v105q0 138 65 215t182 77q72 0 117 -26l-26 -53q-43 24 -91 24q-92 0 -139 -61.5 t-47 -175.5v-105h201v-55h-201v-934h-61v934h-164zM1155 1219q0 24 17.5 41.5t41.5 17.5q25 0 42.5 -17t17.5 -42t-17.5 -42.5t-42.5 -17.5q-24 0 -41.5 17.5t-17.5 42.5zM1184 0v989h61v-989h-61z" />
|
||||
<glyph unicode="ffl" horiz-adv-x="1421" d="M41 934v55h164v105q0 138 65.5 215t182.5 77q50 0 86.5 -12.5t81.5 -48.5l-37 -49q-58 55 -131 55q-93 0 -140 -61.5t-47 -175.5v-105h201v-55h-201v-934h-61v934h-164zM545 934v55h164v105q0 138 65 215t182 77q72 0 117 -26l-26 -53q-43 24 -91 24q-92 0 -139 -61.5 t-47 -175.5v-105h201v-55h-201v-934h-61v934h-164zM1184 0v1366h61v-1366h-61z" />
|
||||
<glyph horiz-adv-x="0" />
|
||||
<glyph horiz-adv-x="0" />
|
||||
<glyph horiz-adv-x="682" />
|
||||
<glyph unicode="
" horiz-adv-x="0" />
|
||||
<glyph unicode=" " horiz-adv-x="532" />
|
||||
<glyph unicode="	" horiz-adv-x="532" />
|
||||
<glyph unicode=" " horiz-adv-x="532" />
|
||||
<glyph unicode="!" d="M145 49q0 26 20 46t48 20t48 -20t20 -46q0 -28 -20 -47.5t-48 -19.5t-48 19.5t-20 47.5zM170 1366h86l-23 -1036h-40z" />
|
||||
<glyph unicode=""" horiz-adv-x="593" d="M127 1333q0 22 15 37.5t38 15.5t38 -15.5t15 -37.5l-30 -426h-45q-31 403 -31 426zM360 1333q0 22 15.5 37.5t38.5 15.5t38 -15.5t15 -37.5l-31 -426h-45q-31 403 -31 426z" />
|
||||
<glyph unicode="#" horiz-adv-x="1161" d="M53 391l19 60h237l156 464h-240l17 60h243l129 391h68l-129 -391h254l129 391h68l-132 -391h236l-14 -60h-240l-158 -464h246l-18 -60h-246l-131 -391h-68l133 391h-256l-131 -391h-67l131 391h-236zM377 451h252l157 464h-254z" />
|
||||
<glyph unicode="$" horiz-adv-x="1177" d="M109 193l53 47q68 -83 170 -140t231 -63v651q-55 15 -88.5 25.5t-82.5 28.5t-78.5 35.5t-64 44t-53 57t-31.5 71.5t-13 90q0 155 119.5 249.5t291.5 99.5v184h66v-187q251 -14 393 -190l-51 -47q-124 160 -342 176v-584q53 -15 90.5 -27.5t85.5 -32.5t80.5 -40t66.5 -50 t54.5 -64.5t33.5 -80.5t13 -100q0 -47 -11.5 -93.5t-42 -95t-76.5 -86t-122 -63.5t-172 -31v-182h-66v180q-146 4 -263 63t-191 155zM223 1040q0 -50 19.5 -90.5t47 -67t77.5 -51t90 -38.5t106 -33v567q-144 -5 -242 -86t-98 -201zM629 37q80 5 143 27t101.5 53t63.5 72 t34.5 79t9.5 78q0 59 -20 106.5t-49.5 79t-80 59t-94 44t-108.5 35.5v-633z" />
|
||||
<glyph unicode="%" horiz-adv-x="1452" d="M74 1051q0 145 88.5 240t224.5 95q137 0 225 -95t88 -240q0 -143 -88 -237.5t-225 -94.5q-136 0 -224.5 94.5t-88.5 237.5zM141 1051q0 -113 70 -195t176 -82q107 0 176.5 81.5t69.5 195.5q0 117 -69 198.5t-177 81.5q-107 0 -176.5 -82t-69.5 -198zM260 0l873 1366h75 l-874 -1366h-74zM752 307q0 145 88.5 240.5t224.5 95.5t224.5 -95.5t88.5 -240.5q0 -143 -88.5 -237.5t-224.5 -94.5t-224.5 94.5t-88.5 237.5zM819 307q0 -113 69 -194.5t177 -81.5t177 81.5t69 194.5q0 117 -69 199t-177 82t-177 -82t-69 -199z" />
|
||||
<glyph unicode="&" horiz-adv-x="1304" d="M96 342q0 64 17.5 119.5t44.5 96.5t70.5 80.5t83.5 66t94 57.5q-119 185 -119 317q0 133 89 220t216 87q124 0 195 -64.5t71 -184.5q0 -41 -10.5 -78t-26.5 -66.5t-43.5 -59t-53 -50.5t-64 -46t-67.5 -42t-73 -41q-13 -7 -20 -11q74 -108 192 -235q108 -120 205 -217 q89 135 162 350l65 -25q-3 -8 -17.5 -46.5t-21 -54t-21 -51.5t-25.5 -58.5t-26 -53.5t-31.5 -58.5t-33.5 -53.5q128 -125 262 -240h-108q-77 66 -197 182q-164 -207 -407 -207q-173 0 -287.5 96.5t-114.5 270.5zM168 342q0 -74 27 -133t73.5 -96t105 -56.5t124.5 -19.5 q201 0 356 196q-156 159 -215 230q-120 134 -199 246q-61 -35 -104.5 -68t-84.5 -77.5t-62 -100t-21 -121.5zM358 1079q0 -117 107 -282q49 26 70.5 38t63.5 37.5t62 42t49 44.5t42 52.5t23.5 57t10.5 68.5q0 91 -53.5 139.5t-140.5 48.5q-97 0 -165.5 -69.5t-68.5 -176.5z " />
|
||||
<glyph unicode="'" horiz-adv-x="360" d="M127 1333q0 22 15 37.5t38 15.5t38 -15.5t15 -37.5l-30 -426h-45q-31 403 -31 426z" />
|
||||
<glyph unicode="(" horiz-adv-x="421" d="M96 498q0 482 258 905l33 -23q-110 -232 -164.5 -429t-54.5 -453q0 -255 54.5 -453.5t164.5 -427.5l-33 -25q-258 423 -258 906z" />
|
||||
<glyph unicode=")" horiz-adv-x="421" d="M35 -383q110 229 164.5 427.5t54.5 453.5q0 256 -54.5 453t-164.5 429l33 23q258 -423 258 -905q0 -483 -258 -906z" />
|
||||
<glyph unicode="*" horiz-adv-x="675" d="M84 1001l217 111l-217 111l31 53l204 -133l-12 243h62l-13 -243l205 133l31 -53l-217 -111l217 -111l-31 -53l-205 133l13 -243h-62l12 243l-204 -133z" />
|
||||
<glyph unicode="+" horiz-adv-x="1011" d="M59 659v62h414v442h66v-442h413v-62h-413v-454h-66v454h-414z" />
|
||||
<glyph unicode="," d="M119 -205q49 36 78.5 89t29.5 100q-12 -2 -16 -2q-29 0 -47.5 19.5t-18.5 47.5q0 27 18.5 46.5t47.5 19.5q34 0 57 -29t23 -80q0 -73 -37.5 -142t-89.5 -106z" />
|
||||
<glyph unicode="-" horiz-adv-x="614" d="M61 465v61h492v-61h-492z" />
|
||||
<glyph unicode="." d="M145 49q0 26 20 46t48 20t48 -20t20 -46q0 -28 -20 -47.5t-48 -19.5t-48 19.5t-20 47.5z" />
|
||||
<glyph unicode="/" horiz-adv-x="548" d="M0 -41l485 1448h64l-486 -1448h-63z" />
|
||||
<glyph unicode="0" horiz-adv-x="1239" d="M133 682q0 99 15.5 195t53 189.5t92 163.5t139 113t188.5 43q87 0 160 -30t125 -82.5t91.5 -120.5t62.5 -148t34.5 -160.5t11.5 -162.5t-11.5 -162t-34.5 -161t-62.5 -149t-91.5 -121.5t-125 -83.5t-160 -30q-104 0 -188.5 43.5t-139 114t-92 164.5t-53 190t-15.5 195z M205 682q0 -75 9 -148.5t28.5 -147t52.5 -135.5t77.5 -110.5t108.5 -76t140 -27.5t139 27.5t107.5 76t77.5 110.5t52 136t28 147t9 148q0 92 -12.5 179t-42.5 172.5t-76 149t-118.5 103t-163.5 39.5t-164 -39.5t-119 -103t-77 -149t-43.5 -172.5t-12.5 -179z" />
|
||||
<glyph unicode="1" horiz-adv-x="567" d="M61 1083l265 283h61v-1366h-65v1272l-216 -236z" />
|
||||
<glyph unicode="2" horiz-adv-x="1181" d="M121 0v57q88 73 143 119.5t132 113t125 112.5t108.5 106.5t97.5 107t76.5 101.5t61 102t35 98t13.5 99q0 79 -30 140.5t-80 97t-108.5 53.5t-121.5 18q-127 0 -224.5 -49.5t-151.5 -134.5l-54 39q64 96 177 151t255 55q69 0 137 -20.5t129.5 -62.5t99.5 -116.5t38 -170.5 q0 -93 -44.5 -193t-102 -180t-176 -195t-199.5 -185t-240 -202h766v-61h-862z" />
|
||||
<glyph unicode="3" horiz-adv-x="1087" d="M74 205l57 33q56 -91 154 -146t231 -55q170 0 270.5 87t100.5 238q0 81 -32 143t-87.5 98.5t-125 54.5t-150.5 18q-95 0 -115 -2v65q20 -2 115 -2q100 0 182 29t137 97t55 167q0 136 -102 215.5t-248 79.5q-119 0 -206.5 -45t-166.5 -139l-51 41q72 92 181 148t243 56 q109 0 202 -39.5t153.5 -122.5t60.5 -194q0 -63 -20.5 -116.5t-51 -88t-71.5 -60.5t-77 -39t-71 -19q36 -3 76 -17t82.5 -42t76 -66.5t55 -95.5t21.5 -124q0 -171 -116 -279t-320 -108q-153 0 -268.5 65t-173.5 165z" />
|
||||
<glyph unicode="4" horiz-adv-x="1073" d="M78 399v68l624 899h86v-905h207v-62h-207v-399h-65v399h-645zM150 461h573v831z" />
|
||||
<glyph unicode="5" horiz-adv-x="1175" d="M166 205l53 39q69 -104 161.5 -155.5t227.5 -51.5q157 0 263 105.5t106 263.5q0 170 -104.5 271t-264.5 101q-194 0 -344 -141l-55 33v696h745v-61h-680v-596q57 56 144.5 93.5t189.5 37.5q86 0 163.5 -28t138.5 -81t96.5 -137t35.5 -188q0 -97 -36 -179t-96 -136.5 t-138.5 -85t-163.5 -30.5q-161 0 -266 59.5t-176 170.5z" />
|
||||
<glyph unicode="6" horiz-adv-x="1181" d="M133 682q0 104 15 201t51.5 190t91 161.5t139.5 110t191 41.5q128 0 212 -47.5t146 -136.5l-49 -43q-56 80 -127 123t-182 43q-93 0 -167 -39.5t-121 -103.5t-78 -152t-43.5 -178.5t-12.5 -189.5q0 -49 2 -74q22 38 61 78t92 78t122.5 62.5t139.5 24.5q193 0 313 -110 t120 -320q0 -80 -29 -155t-83 -136t-139.5 -98t-189.5 -37q-103 0 -185 39.5t-135.5 105.5t-89 158t-50.5 192t-15 212zM209 504q6 -65 21.5 -127t47.5 -125t75.5 -109.5t109 -76t145.5 -29.5q92 0 166 33.5t118 88t67.5 117t23.5 125.5q0 180 -101 274.5t-268 94.5 q-121 0 -231.5 -74t-173.5 -192z" />
|
||||
<glyph unicode="7" horiz-adv-x="1001" d="M74 1305v61h854v-45l-604 -1321h-74l600 1305h-776z" />
|
||||
<glyph unicode="8" horiz-adv-x="1148" d="M135 338q0 72 30 134.5t81.5 107.5t112.5 76t130 49q-65 15 -121.5 42.5t-105 67.5t-76.5 97t-28 124q0 86 36 154.5t96 110t133 63.5t152 22q78 0 150.5 -22t133.5 -63.5t97.5 -110t36.5 -154.5q0 -67 -28 -124t-76.5 -97t-105 -67.5t-121.5 -42.5q69 -18 130 -49 t111.5 -76t80.5 -107.5t30 -134.5q0 -158 -124 -260.5t-315 -102.5q-194 0 -317 101.5t-123 261.5zM201 338q0 -91 53 -160.5t137.5 -105t183.5 -35.5q150 0 261.5 83t111.5 218q0 56 -21.5 106t-57 84.5t-77 62.5t-85 45.5t-76.5 27t-56 12.5q-30 -4 -71.5 -16t-96 -39.5 t-99.5 -64t-76 -94t-31 -124.5zM223 1036q0 -52 19.5 -96.5t54 -75.5t71 -54.5t80.5 -38.5t71.5 -23t55.5 -13q35 7 70 16.5t89.5 33.5t94.5 55t69.5 82.5t29.5 113.5q0 132 -102.5 210.5t-250.5 78.5q-150 0 -251 -78.5t-101 -210.5z" />
|
||||
<glyph unicode="9" horiz-adv-x="1181" d="M133 963q0 80 29 155t82.5 136t139 98t189.5 37q103 0 185 -39.5t135.5 -105.5t89.5 -158t51 -192t15 -212q0 -104 -15 -201t-51.5 -190t-91 -161.5t-139.5 -110.5t-191 -42q-128 0 -212 47.5t-146 137.5l49 43q56 -80 127 -123t182 -43q93 0 167 39.5t121 103.5t78 152 t43.5 178.5t12.5 189.5q0 49 -2 74q-31 -52 -87.5 -105t-146.5 -96t-182 -43q-193 0 -312.5 110.5t-119.5 320.5zM199 963q0 -180 100.5 -274.5t267.5 -94.5q121 0 232 74.5t174 191.5q-6 65 -22 127t-47.5 125t-75 109.5t-109.5 76t-146 29.5q-74 0 -137 -22.5t-105.5 -59 t-73 -84.5t-44.5 -98t-14 -100z" />
|
||||
<glyph unicode=":" d="M145 49q0 26 20 46t48 20t48 -20t20 -46q0 -28 -20 -47.5t-48 -19.5t-48 19.5t-20 47.5zM145 936q0 28 20 48t48 20t48 -20t20 -48q0 -26 -20 -46t-48 -20t-48 20t-20 46z" />
|
||||
<glyph unicode=";" d="M119 -205q49 36 78.5 89t29.5 100q-12 -2 -16 -2q-29 0 -47.5 19.5t-18.5 47.5q0 27 18.5 46.5t47.5 19.5q34 0 57 -29t23 -80q0 -73 -37.5 -142t-89.5 -106zM145 936q0 28 20 48t48 20t48 -20t20 -48q0 -26 -20 -46t-48 -20t-48 20t-20 46z" />
|
||||
<glyph unicode="<" horiz-adv-x="1011" d="M59 664v43l893 481v-74l-809 -430l809 -426v-74z" />
|
||||
<glyph unicode="=" horiz-adv-x="1011" d="M59 451v61h893v-61h-893zM59 856v62h893v-62h-893z" />
|
||||
<glyph unicode=">" horiz-adv-x="1011" d="M59 184v74l809 426l-809 430v74l893 -481v-43z" />
|
||||
<glyph unicode="?" horiz-adv-x="956" d="M53 1167q153 219 439 219q173 0 276.5 -91.5t103.5 -221.5q0 -64 -24.5 -119t-63 -94t-85.5 -73.5t-94 -66t-85.5 -63t-63 -71.5t-24.5 -86q0 -25 18 -56t50 -53l-39 -47q-90 67 -90 156q0 56 23.5 103.5t61.5 81.5t84 66l92 64t84 67.5t61.5 84t23.5 106.5 q0 107 -82 179.5t-227 72.5q-140 0 -231 -51t-161 -150zM387 49q0 26 20 46t48 20q27 0 47 -19.5t20 -46.5q0 -28 -19.5 -47.5t-47.5 -19.5t-48 19.5t-20 47.5z" />
|
||||
<glyph unicode="@" horiz-adv-x="1603" d="M72 500q0 163 67.5 313.5t179 258t260.5 171.5t306 64q141 0 262 -52t204.5 -142t131 -213.5t47.5 -262.5q0 -216 -89 -339.5t-220 -123.5q-79 0 -128 53t-49 127v13q-59 -82 -152.5 -137.5t-197.5 -55.5q-139 0 -225 88t-86 236q0 108 43.5 207t113.5 168t160 110 t181 41q100 0 169 -50.5t99 -127.5l29 141h61l-127 -602q-2 -12 -2 -37q0 -54 32.5 -86.5t78.5 -32.5q27 0 57 11t65 40.5t62.5 73.5t46 118.5t18.5 166.5q0 171 -74 309t-209.5 217.5t-307.5 79.5q-148 0 -286 -62.5t-238.5 -164.5t-161 -238t-60.5 -278q0 -164 76 -298 t213 -211t307 -77q199 0 385 117l33 -47q-200 -129 -426 -129q-183 0 -332 85t-233 232t-84 326zM451 498q0 -119 64.5 -194t178.5 -75q115 0 210 67t159 161l70 321q-23 73 -87.5 132t-164.5 59q-115 0 -215.5 -68t-157.5 -176.5t-57 -226.5z" />
|
||||
<glyph unicode="A" horiz-adv-x="1302" d="M43 0l569 1366h78l570 -1366h-76l-152 367h-762l-151 -367h-76zM295 428h713l-357 862z" />
|
||||
<glyph unicode="B" horiz-adv-x="1228" d="M180 0v1366h514q168 0 270.5 -91.5t102.5 -256.5q0 -122 -72 -207.5t-170 -105.5q109 -17 189 -117t80 -219q0 -173 -105.5 -271t-286.5 -98h-522zM246 61h456q150 0 235 82.5t85 223.5q0 126 -84.5 215.5t-235.5 89.5h-456v-611zM246 733h448q145 0 223 80t78 205 q0 124 -78.5 205.5t-222.5 81.5h-448v-572z" />
|
||||
<glyph unicode="C" horiz-adv-x="1366" d="M133 682q0 154 53.5 287t145 224.5t217 143.5t266.5 52q288 0 475 -215l-51 -46q-73 92 -185.5 145.5t-238.5 53.5q-127 0 -239.5 -47t-194 -130.5t-129 -204.5t-47.5 -263q0 -140 47.5 -261t129 -205t194 -131.5t239.5 -47.5q126 0 238.5 53.5t185.5 145.5l53 -43 q-194 -218 -477 -218q-141 0 -266.5 52t-217 143.5t-145 224.5t-53.5 287z" />
|
||||
<glyph unicode="D" horiz-adv-x="1400" d="M180 0v1366h406q155 0 284.5 -55.5t215 -149.5t133 -218t47.5 -261q0 -139 -47.5 -262.5t-133 -217t-215 -148t-284.5 -54.5h-406zM246 61h340q142 0 258 48.5t192 132.5t117 197t41 243q0 103 -25.5 196t-77 171t-124 135t-170 89t-211.5 32h-340v-1244z" />
|
||||
<glyph unicode="E" horiz-adv-x="1142" d="M180 0v1366h836v-61h-770v-572h755v-61h-755v-611h770v-61h-836z" />
|
||||
<glyph unicode="F" horiz-adv-x="1091" d="M180 0v1366h836v-61h-770v-572h755v-61h-755v-672h-66z" />
|
||||
<glyph unicode="G" horiz-adv-x="1449" d="M133 682q0 154 53.5 287t145 224.5t217 143.5t266.5 52q295 0 500 -211l-43 -45q-80 91 -200.5 142.5t-256.5 51.5q-127 0 -239.5 -47t-194 -130.5t-129 -204.5t-47.5 -263q0 -140 47.5 -261.5t129 -205.5t194 -132t239.5 -48q137 0 250 54.5t184 129.5v375h-563v61h629 v-462q-91 -102 -221 -161t-279 -59q-141 0 -266.5 52.5t-217 144t-145 225t-53.5 287.5z" />
|
||||
<glyph unicode="H" horiz-adv-x="1423" d="M180 0v1366h66v-633h932v633h65v-1366h-65v672h-932v-672h-66z" />
|
||||
<glyph unicode="I" d="M180 0v1366h66v-1366h-66z" />
|
||||
<glyph unicode="J" horiz-adv-x="952" d="M33 154l55 49q116 -166 291 -166q150 0 239 94.5t89 247.5v987h65v-987q0 -99 -31.5 -177.5t-86 -127t-125 -74t-150.5 -25.5q-112 0 -196 43.5t-150 135.5z" />
|
||||
<glyph unicode="K" horiz-adv-x="1169" d="M180 0v1366h66v-788l710 788h88l-593 -653l655 -713h-88l-608 672l-164 -178v-494h-66z" />
|
||||
<glyph unicode="L" horiz-adv-x="1021" d="M180 0v1366h66v-1305h686v-61h-752z" />
|
||||
<glyph unicode="M" horiz-adv-x="1576" d="M180 0v1366h105l503 -1223l504 1223h105v-1366h-66v1288l-532 -1288h-21l-532 1288v-1288h-66z" />
|
||||
<glyph unicode="N" horiz-adv-x="1413" d="M180 0v1366h66l921 -1247v1247h66v-1366h-66l-921 1260v-1260h-66z" />
|
||||
<glyph unicode="O" horiz-adv-x="1564" d="M133 682q0 198 78.5 358t227.5 254.5t343 94.5q193 0 342.5 -94.5t228.5 -255t79 -357.5t-79 -357.5t-228.5 -255t-342.5 -94.5q-194 0 -343 94.5t-227.5 254.5t-78.5 358zM205 682q0 -185 69.5 -331t201.5 -230t306 -84q172 0 304 84t203 230t71 331q0 187 -71 333 t-203 229t-304 83q-174 0 -306 -83t-201.5 -229t-69.5 -333z" />
|
||||
<glyph unicode="P" horiz-adv-x="1136" d="M180 0v1366h473q184 0 292 -112t108 -275q0 -106 -47 -193t-139.5 -140.5t-213.5 -53.5h-407v-592h-66zM246 653h405q149 0 239.5 91.5t90.5 234.5t-90.5 234.5t-239.5 91.5h-405v-652z" />
|
||||
<glyph unicode="Q" horiz-adv-x="1564" d="M133 682q0 198 78.5 358t227.5 254.5t343 94.5q193 0 342.5 -94.5t228.5 -255t79 -357.5q0 -157 -52.5 -292.5t-148.5 -233.5l158 -156l-46 -47l-159 160q-170 -138 -402 -138q-194 0 -343 94.5t-227.5 254.5t-78.5 358zM205 682q0 -185 69.5 -331t201.5 -230t306 -84 q205 0 355 121l-226 227l47 47l228 -229q84 87 129 209.5t45 269.5q0 187 -71 333t-203 229t-304 83q-174 0 -306 -83t-201.5 -229t-69.5 -333z" />
|
||||
<glyph unicode="R" horiz-adv-x="1185" d="M180 0v1366h471q173 0 288.5 -103t115.5 -284t-115.5 -285t-288.5 -104l422 -590h-84l-416 590h-327v-590h-66zM246 651h405q149 0 240.5 92.5t91.5 235.5t-91.5 234.5t-240.5 91.5h-405v-654z" />
|
||||
<glyph unicode="S" horiz-adv-x="1177" d="M109 193l53 47q72 -87 180 -145t244 -58q112 0 193.5 29.5t123 77.5t60 98t18.5 104q0 72 -28.5 127t-76.5 89t-110 60t-131 45.5t-137.5 39t-130.5 46.5t-110 62.5t-76.5 92.5t-28.5 132q0 107 60.5 188t157 121t210.5 40q286 0 442 -193l-51 -47q-137 178 -391 178 q-151 0 -254 -81t-103 -206q0 -79 46 -133.5t119 -85.5t161.5 -56t177 -55t161.5 -71t119 -115.5t46 -177.5q0 -50 -12.5 -98t-46 -98.5t-84.5 -88.5t-134.5 -62t-189.5 -24q-153 0 -276 59.5t-201 158.5z" />
|
||||
<glyph unicode="T" horiz-adv-x="1144" d="M78 1305v61h989v-61h-463v-1305h-65v1305h-461z" />
|
||||
<glyph unicode="U" horiz-adv-x="1376" d="M180 518v848h66v-848q0 -229 114 -355t328 -126t328 126t114 355v848h66v-848q0 -257 -131 -400t-377 -143t-377 143.5t-131 399.5z" />
|
||||
<glyph unicode="V" horiz-adv-x="1302" d="M43 1366h76l532 -1290l533 1290h76l-570 -1366h-78z" />
|
||||
<glyph unicode="W" horiz-adv-x="1744" d="M51 1366h72l356 -1268l359 1268h69l359 -1268l356 1268h72l-389 -1366h-78l-355 1243l-354 -1243h-78z" />
|
||||
<glyph unicode="X" horiz-adv-x="1306" d="M51 0l565 700l-534 666h88l483 -612l484 612h88l-535 -664l565 -702h-86l-516 651l-516 -651h-86z" />
|
||||
<glyph unicode="Y" horiz-adv-x="1249" d="M43 1366h84l498 -709l497 709h84l-549 -774v-592h-65v592z" />
|
||||
<glyph unicode="Z" horiz-adv-x="1183" d="M109 0v61l874 1244h-874v61h952v-61l-877 -1244h891v-61h-966z" />
|
||||
<glyph unicode="[" horiz-adv-x="434" d="M70 -389v1778h329v-62h-268v-1655h268v-61h-329z" />
|
||||
<glyph unicode="\" horiz-adv-x="548" d="M0 1407h63l486 -1448h-64z" />
|
||||
<glyph unicode="]" horiz-adv-x="434" d="M35 -328h268v1655h-268v62h330v-1778h-330v61z" />
|
||||
<glyph unicode="^" horiz-adv-x="868" d="M39 682l369 684h53l368 -684h-69l-326 629l-325 -629h-70z" />
|
||||
<glyph unicode="_" horiz-adv-x="1155" d="M-6 -82h1167v-61h-1167v61z" />
|
||||
<glyph unicode="`" horiz-adv-x="419" d="M0 1434h92l328 -295h-62z" />
|
||||
<glyph unicode="a" horiz-adv-x="1052" d="M127 305q0 151 103 240.5t243 89.5q208 0 342 -146v224q0 116 -79.5 180.5t-198.5 64.5q-98 0 -174 -36.5t-144 -118.5l-47 41q75 88 159.5 129t205.5 41q153 0 246.5 -76.5t93.5 -222.5v-715h-62v121q-134 -146 -342 -146q-89 0 -166.5 37.5t-128.5 114.5t-51 178z M195 305q0 -118 81 -196t213 -78q99 0 184.5 38.5t141.5 112.5v246q-56 74 -141.5 113t-184.5 39q-132 0 -213 -78.5t-81 -196.5z" />
|
||||
<glyph unicode="b" horiz-adv-x="1159" d="M176 0v1366h62v-547q61 90 154.5 142.5t201.5 52.5q199 0 320.5 -143t121.5 -377q0 -235 -121 -377t-321 -142q-111 0 -206 54.5t-150 136.5v-166h-62zM238 227q48 -82 146.5 -139t209.5 -57q176 0 275.5 130.5t99.5 332.5t-99.5 333t-275.5 131q-110 0 -209 -58.5 t-147 -141.5v-531z" />
|
||||
<glyph unicode="c" horiz-adv-x="1009" d="M123 496q0 143 56 260t163.5 187.5t247.5 70.5q115 0 192.5 -41t145.5 -125l-45 -37q-58 79 -128.5 113t-160.5 34q-124 0 -216.5 -62t-140 -166t-47.5 -234q0 -200 109.5 -332.5t294.5 -132.5q180 0 289 149l45 -39q-68 -84 -145.5 -125t-192.5 -41q-140 0 -247.5 71 t-163.5 189t-56 261z" />
|
||||
<glyph unicode="d" horiz-adv-x="1159" d="M123 494q0 234 121.5 377t320.5 143q108 0 202 -52.5t155 -142.5v547h61v-1366h-61v166q-54 -82 -150 -136.5t-207 -54.5q-200 0 -321 142t-121 377zM190 494q0 -202 99.5 -332.5t275.5 -130.5q111 0 210 57t147 139v531q-48 83 -147 141.5t-210 58.5q-176 0 -275.5 -131 t-99.5 -333z" />
|
||||
<glyph unicode="e" horiz-adv-x="1169" d="M123 496q0 142 60 260.5t167.5 188t237.5 69.5q110 0 199 -42t145 -114.5t85.5 -165t29.5 -196.5v-21h-854q3 -122 53 -222t145 -161t217 -61q204 0 344 149l37 -39q-79 -82 -170 -124t-211 -42q-214 0 -349.5 147t-135.5 374zM193 530h788q0 58 -15 117.5t-47 115.5 t-77 99t-111.5 69.5t-144.5 26.5q-74 0 -137.5 -26t-109 -68.5t-78.5 -98.5t-49.5 -115.5t-18.5 -119.5z" />
|
||||
<glyph unicode="f" horiz-adv-x="503" d="M41 934v55h164v105q0 138 65.5 215t182.5 77q50 0 86.5 -12.5t81.5 -48.5l-37 -49q-58 55 -131 55q-93 0 -140 -61.5t-47 -175.5v-105h201v-55h-201v-934h-61v934h-164z" />
|
||||
<glyph unicode="g" horiz-adv-x="1159" d="M123 492q0 234 121.5 378t320.5 144q108 0 202 -52.5t155 -142.5v170h61v-995q0 -202 -113 -298.5t-305 -96.5q-130 0 -213 30.5t-166 118.5l45 51q64 -79 140.5 -112t193.5 -33q158 0 257.5 84.5t99.5 255.5v172q-55 -83 -150.5 -139t-206.5 -56q-199 0 -320.5 143 t-121.5 378zM190 492q0 -202 99.5 -333.5t275.5 -131.5q111 0 210 58.5t147 141.5v531q-48 83 -147 141.5t-210 58.5q-118 0 -204 -63t-128.5 -167t-42.5 -236z" />
|
||||
<glyph unicode="h" horiz-adv-x="1081" d="M176 0v1366h62v-532q60 73 160.5 126.5t197.5 53.5q153 0 231 -75.5t78 -244.5v-694h-61v694q0 147 -65.5 205.5t-190.5 58.5q-98 0 -196.5 -54.5t-153.5 -131.5v-772h-62z" />
|
||||
<glyph unicode="i" horiz-adv-x="413" d="M147 1219q0 24 18 41.5t42 17.5q25 0 42 -17t17 -42t-17 -42.5t-42 -17.5q-24 0 -42 18t-18 42zM176 0v989h62v-989h-62z" />
|
||||
<glyph unicode="j" horiz-adv-x="413" d="M-195 -324l39 52q66 -74 150 -74q82 0 132 47t50 143v1145h62v-1145q0 -124 -64 -184.5t-180 -60.5q-106 0 -189 77zM147 1219q0 24 18 41.5t42 17.5q25 0 42 -17t17 -42t-17 -42.5t-42 -17.5q-24 0 -42 18t-18 42z" />
|
||||
<glyph unicode="k" horiz-adv-x="1015" d="M176 0v1366h62v-979l645 602h88l-482 -446l476 -543h-88l-435 498l-204 -189v-309h-62z" />
|
||||
<glyph unicode="l" horiz-adv-x="413" d="M176 0v1366h62v-1366h-62z" />
|
||||
<glyph unicode="m" horiz-adv-x="1576" d="M176 0v989h62v-155q38 60 129.5 120t187.5 60q109 0 174 -55.5t82 -133.5q45 74 137 131.5t189 57.5q264 0 264 -301v-713h-62v713q0 245 -213 245q-82 0 -171.5 -54t-135.5 -130v-774h-61v713q0 245 -213 245q-81 0 -168.5 -54.5t-138.5 -131.5v-772h-62z" />
|
||||
<glyph unicode="n" horiz-adv-x="1081" d="M176 0v989h62v-155q60 73 160.5 126.5t197.5 53.5q153 0 231 -77t78 -247v-690h-61v690q0 147 -66 207.5t-190 60.5q-98 0 -196.5 -54.5t-153.5 -131.5v-772h-62z" />
|
||||
<glyph unicode="o" horiz-adv-x="1167" d="M123 496q0 145 56.5 262.5t162.5 186.5t242 69q137 0 243 -69t161.5 -186t55.5 -263t-55.5 -264t-161.5 -187.5t-243 -69.5q-136 0 -242 69.5t-162.5 188t-56.5 263.5zM190 496q0 -123 45 -227.5t136.5 -171t212.5 -66.5q92 0 168 38.5t124.5 103.5t74.5 148t26 175 q0 91 -26 173.5t-74.5 147t-124.5 103t-168 38.5q-121 0 -212.5 -66t-136.5 -170t-45 -226z" />
|
||||
<glyph unicode="p" horiz-adv-x="1150" d="M176 -377v1366h62v-166q55 82 150 136.5t206 54.5q200 0 321 -141.5t121 -376.5q0 -234 -121.5 -377.5t-320.5 -143.5q-108 0 -201.5 52.5t-154.5 142.5v-547h-62zM238 231q48 -83 147 -141.5t209 -58.5q176 0 275.5 131.5t99.5 333.5t-99.5 332t-275.5 130 q-111 0 -209.5 -57t-146.5 -139v-531z" />
|
||||
<glyph unicode="q" horiz-adv-x="1150" d="M115 496q0 235 121 376.5t321 141.5q111 0 206 -54.5t150 -136.5v166h62v-1366h-62v547q-61 -90 -154.5 -142.5t-201.5 -52.5q-199 0 -320.5 143.5t-121.5 377.5zM182 496q0 -202 99.5 -333.5t275.5 -131.5q110 0 209 58.5t147 141.5v531q-48 82 -146.5 139t-209.5 57 q-176 0 -275.5 -130t-99.5 -332z" />
|
||||
<glyph unicode="r" horiz-adv-x="622" d="M176 0v989h62v-180q150 199 340 199v-74q-18 2 -50 2q-76 0 -165.5 -62t-124.5 -133v-741h-62z" />
|
||||
<glyph unicode="s" horiz-adv-x="929" d="M90 133l49 45q49 -66 130 -106.5t184 -40.5q134 0 213 64.5t79 164.5q0 61 -35 104t-91 66t-123.5 41t-135 38t-123.5 47t-91 76.5t-35 119.5q0 113 90 187.5t245 74.5q225 0 340 -150l-45 -41q-44 63 -120.5 99t-174.5 36q-126 0 -200 -58t-74 -148q0 -49 27.5 -85 t72 -55.5t101.5 -37.5t116.5 -31t116.5 -35.5t101.5 -51t72 -79t27.5 -117.5q0 -123 -91 -204t-263 -81q-118 0 -204 37t-159 121z" />
|
||||
<glyph unicode="t" horiz-adv-x="524" d="M25 934v55h163v271h62v-271h201v-55h-201v-760q0 -66 26.5 -104.5t79.5 -38.5q71 0 117 53l37 -47q-65 -62 -154 -62q-84 0 -126 52t-42 147v760h-163z" />
|
||||
<glyph unicode="u" horiz-adv-x="1081" d="M176 295v694h62v-694q0 -147 65.5 -205.5t190.5 -58.5q99 0 197.5 52t152.5 128v778h61v-989h-61v152q-68 -76 -164.5 -126.5t-194.5 -50.5q-153 0 -231 75.5t-78 244.5z" />
|
||||
<glyph unicode="v" horiz-adv-x="964" d="M23 989h71l389 -917l387 917h72l-424 -989h-72z" />
|
||||
<glyph unicode="w" horiz-adv-x="1441" d="M45 989h68l286 -893l297 893h49l297 -893l287 893h68l-328 -989h-49l-299 897l-299 -897h-49z" />
|
||||
<glyph unicode="x" horiz-adv-x="966" d="M45 0l404 508l-381 481h79l336 -438l336 438h80l-381 -481l404 -508h-80l-359 467l-358 -467h-80z" />
|
||||
<glyph unicode="y" horiz-adv-x="964" d="M23 989h71l389 -917l387 917h72l-524 -1222q-74 -168 -217 -168q-55 0 -99 14l13 57q37 -16 86 -16q52 0 87 29t68 106l90 205z" />
|
||||
<glyph unicode="z" horiz-adv-x="954" d="M123 0v55l629 879h-629v55h700v-55l-633 -879h641v-55h-708z" />
|
||||
<glyph unicode="{" horiz-adv-x="485" d="M14 469v61q51 0 79 43.5t28 104.5v479q0 100 62 166t141 66h127v-62h-127q-58 0 -100 -49t-42 -121v-479q0 -139 -92 -178q92 -39 92 -178v-480q0 -71 42 -120.5t100 -49.5h127v-61h-127q-79 0 -141 65.5t-62 165.5v480q0 61 -28 104t-79 43z" />
|
||||
<glyph unicode="|" horiz-adv-x="421" d="M180 -41v1448h62v-1448h-62z" />
|
||||
<glyph unicode="}" horiz-adv-x="485" d="M35 -328h127q58 0 99.5 49.5t41.5 120.5v480q0 139 92 178q-92 39 -92 178v479q0 72 -41.5 121t-99.5 49h-127v62h127q79 0 141 -66t62 -166v-479q0 -62 27.5 -105t78.5 -43v-61q-51 0 -78.5 -42.5t-27.5 -104.5v-480q0 -100 -62 -165.5t-141 -65.5h-127v61z" />
|
||||
<glyph unicode="~" horiz-adv-x="1015" d="M57 893q10 102 27.5 180t47 146.5t78 105.5t112.5 37q69 0 115 -43t70 -104t45 -122t56 -104t86 -43q86 0 134 104t69 316l61 -6q-10 -103 -27 -181t-46.5 -147.5t-77.5 -107t-113 -37.5q-50 0 -88.5 23t-61.5 59t-41 80.5t-34 88.5t-34 80t-46.5 59t-66.5 23 q-86 0 -134 -103.5t-69 -313.5z" />
|
||||
<glyph unicode="¡" d="M145 940q0 28 20 48t48 20t48 -20t20 -48q0 -26 -20 -46t-48 -20t-48 20t-20 46zM170 -377l23 1036h40l23 -1036h-86z" />
|
||||
<glyph unicode="¢" horiz-adv-x="1009" d="M123 496q0 204 113 349t301 165v147h61v-143q111 -1 186.5 -42.5t143.5 -123.5l-45 -37q-58 77 -127.5 111t-157.5 36v-927q176 0 285 149l45 -39q-68 -82 -143.5 -123.5t-186.5 -42.5v-180h-61v185q-188 20 -301 166t-113 350zM190 496q0 -120 40.5 -219t120 -164.5 t186.5 -79.5v921q-161 -21 -254 -148t-93 -310z" />
|
||||
<glyph unicode="£" horiz-adv-x="1005" d="M35 547v61h293q-18 21 -56.5 60t-62.5 66.5t-51 68.5t-40.5 90.5t-13.5 107.5q0 74 31 143.5t85.5 123t135.5 86t174 32.5q114 0 213 -58.5t146 -153.5l-53 -37q-31 73 -115 130.5t-191 57.5q-148 0 -253 -87.5t-105 -236.5q0 -68 24.5 -129t53 -96t77 -87.5t70.5 -80.5 h312v-61h-273q33 -64 33 -131q0 -102 -46 -171.5t-130 -133.5q58 20 113 20q59 0 115.5 -24.5t109.5 -49t106 -24.5q65 0 126.5 28t86.5 60l37 -55q-98 -95 -254 -95q-63 0 -111 15.5t-74 34t-72.5 34t-106.5 15.5q-80 0 -244 -84l-29 67q155 66 233.5 160.5t78.5 202.5 q0 68 -37 131h-336z" />
|
||||
<glyph unicode="¤" horiz-adv-x="1181" d="M63 1167l43 43l168 -170q129 119 316 119q189 0 315 -117l166 166l43 -43l-168 -168q105 -130 105 -315q0 -182 -103 -313l166 -166l-43 -43l-164 164q-127 -121 -317 -121q-194 0 -318 121l-163 -164l-43 43l165 166q-102 130 -102 313q0 187 104 315zM197 682 q0 -111 44.5 -204.5t136 -153.5t212.5 -60q122 0 213.5 60t135.5 153.5t44 204.5q0 110 -44 203t-135.5 153t-213.5 60q-121 0 -212.5 -60t-136 -153t-44.5 -203z" />
|
||||
<glyph unicode="¥" horiz-adv-x="1249" d="M43 264v62h549v266h-549v61h504l-504 713h84l498 -709l497 709h84l-506 -713h506v-61h-549v-266h549v-62h-549v-264h-65v264h-549z" />
|
||||
<glyph unicode="¦" horiz-adv-x="421" d="M180 -41v647h62v-647h-62zM180 760v647h62v-647h-62z" />
|
||||
<glyph unicode="§" horiz-adv-x="929" d="M90 -8l49 45q111 -148 314 -148q129 0 210.5 63t81.5 167q0 48 -21.5 84.5t-58.5 59.5t-84.5 40t-100 31l-105 28t-100 34t-84.5 47t-58.5 69.5t-21.5 97.5q0 107 72.5 173.5t193.5 93.5q-131 36 -198.5 91t-67.5 156q0 110 87.5 186t247.5 76q117 0 203 -42t137 -107 l-45 -41q-50 69 -128 102t-167 33q-120 0 -197 -58.5t-77 -152.5q0 -44 21.5 -77t58.5 -53.5t84.5 -35.5t100.5 -28t105.5 -27t100 -35.5t84.5 -51t58.5 -76.5t21.5 -109q0 -181 -205 -260q102 -38 153.5 -95.5t51.5 -152.5q0 -133 -96.5 -209t-257.5 -76q-71 0 -128 12 t-100 36t-72.5 49t-62.5 61zM172 606q0 -38 19 -68t42 -49t73.5 -38t82.5 -27.5t99 -25.5q29 -7 44 -11q105 46 159 103.5t54 142.5q0 41 -18 74.5t-42 54.5t-67.5 40.5t-73.5 28.5t-81 23q-161 -42 -226 -102.5t-65 -145.5z" />
|
||||
<glyph unicode="¨" horiz-adv-x="516" d="M-6 1225q0 23 17 40t40 17t40.5 -17t17.5 -40t-17.5 -40.5t-40.5 -17.5t-40 17.5t-17 40.5zM408 1225q0 23 17 40t40 17t40 -17t17 -40t-17 -40.5t-40 -17.5t-40 17.5t-17 40.5z" />
|
||||
<glyph unicode="©" horiz-adv-x="1593" d="M90 684q0 192 95 355t258 257.5t354 94.5q144 0 275 -56t225 -150.5t150 -225.5t56 -275q0 -143 -56 -274t-150 -226t-225 -151t-275 -56q-191 0 -354 95t-258 258t-95 354zM143 684q0 -106 33.5 -205.5t94 -179.5t141 -141t180 -94t205.5 -33q177 0 327.5 88t238 238.5 t87.5 326.5q0 133 -52 253.5t-139.5 208t-208 139.5t-253.5 52q-132 0 -253 -52t-209 -139.5t-140 -208.5t-52 -253zM371 688q0 186 124 312t302 126q183 0 295 -131l-41 -41q-39 53 -110 85t-144 32q-148 0 -257.5 -108t-109.5 -277q0 -82 30.5 -155t81.5 -123.5 t117.5 -79.5t137.5 -29q74 0 144.5 32.5t109.5 86.5l41 -41q-114 -133 -295 -133q-178 0 -302 128.5t-124 315.5z" />
|
||||
<glyph unicode="ª" horiz-adv-x="761" d="M102 866q0 99 69 156t163 57q140 0 231 -94v139q0 71 -55 111.5t-129 40.5q-132 0 -211 -102l-37 38q51 59 110 87t140 28q105 0 171.5 -51.5t66.5 -151.5v-456h-56v77q-91 -94 -231 -94q-93 0 -162.5 59t-69.5 156zM162 866q0 -74 52.5 -122t137.5 -48q64 0 120.5 25 t92.5 70v149q-36 45 -92.5 69.5t-120.5 24.5q-85 0 -137.5 -48t-52.5 -120z" />
|
||||
<glyph unicode="«" horiz-adv-x="745" d="M61 498l328 362h80l-328 -362l328 -369h-80zM276 498l328 362h80l-328 -362l328 -369h-80z" />
|
||||
<glyph unicode="¬" horiz-adv-x="1011" d="M59 856v62h893v-467h-65v405h-828z" />
|
||||
<glyph unicode="­" horiz-adv-x="614" d="M61 465v61h492v-61h-492z" />
|
||||
<glyph unicode="®" horiz-adv-x="1011" d="M72 952q0 181 127 307.5t307 126.5q119 0 219 -57.5t157.5 -157.5t57.5 -219q0 -180 -126.5 -307t-307.5 -127q-180 0 -307 127t-127 307zM125 952q0 -157 111.5 -269t269.5 -112t269.5 112t111.5 269q0 159 -111 270t-270 111t-270 -111t-111 -270zM342 702v498h203 q64 0 107.5 -41.5t43.5 -109.5q0 -72 -46 -110t-81 -38l133 -199h-75l-129 197h-97v-197h-59zM401 956h144q33 0 61.5 28t28.5 65q0 40 -28 68t-62 28h-144v-189z" />
|
||||
<glyph unicode="¯" horiz-adv-x="743" d="M0 1190v55h743v-55h-743z" />
|
||||
<glyph unicode="°" horiz-adv-x="559" d="M53 1159q0 94 66 160.5t160 66.5t160.5 -66.5t66.5 -160.5t-66.5 -159.5t-160.5 -65.5t-160 65.5t-66 159.5zM115 1159q0 -67 48.5 -115.5t115.5 -48.5q68 0 116.5 48.5t48.5 115.5q0 68 -49 117t-116 49t-115.5 -49t-48.5 -117z" />
|
||||
<glyph unicode="±" horiz-adv-x="1011" d="M59 0v61h893v-61h-893zM59 659v62h414v442h66v-442h413v-62h-413v-454h-66v454h-414z" />
|
||||
<glyph unicode="²" horiz-adv-x="778" d="M111 862v49q117 85 196.5 149.5t151.5 136.5t107.5 137.5t35.5 127.5q0 90 -61 134t-144 44q-77 0 -138.5 -29.5t-94.5 -78.5l-41 37q41 58 114.5 91.5t161.5 33.5q37 0 72.5 -7.5t70.5 -25t61.5 -43.5t42.5 -66t16 -88q0 -56 -25.5 -114.5t-64.5 -109.5t-103.5 -110.5 t-123.5 -106t-144 -108.5h465v-53h-555z" />
|
||||
<glyph unicode="³" horiz-adv-x="778" d="M102 983l41 35q37 -53 99.5 -85t142.5 -32q102 0 161.5 48t59.5 132q0 90 -67 134.5t-172 44.5q-56 0 -74 -3v56q12 -2 74 -2q98 0 162.5 41t64.5 125q0 75 -61 119t-150 44q-74 0 -128.5 -25.5t-102.5 -80.5l-39 37q103 123 272 123q112 0 190 -58t78 -157 q0 -47 -18.5 -84.5t-47.5 -59t-58 -33.5t-58 -16q29 -2 61.5 -15.5t63.5 -37t51.5 -63.5t20.5 -89q0 -103 -76 -168t-207 -65q-98 0 -172.5 38t-110.5 97z" />
|
||||
<glyph unicode="´" horiz-adv-x="419" d="M0 1139l328 295h92l-359 -295h-61z" />
|
||||
<glyph unicode="µ" horiz-adv-x="1110" d="M176 -377v1366h62v-694q0 -268 260 -268q95 0 193.5 54t152.5 130v778h61v-815q0 -66 26.5 -104.5t80.5 -38.5q25 0 41 4l6 -55q-30 -5 -47 -5q-154 0 -168 177q-66 -76 -159 -126.5t-187 -50.5q-195 0 -260 134v-486h-62z" />
|
||||
<glyph unicode="¶" horiz-adv-x="919" d="M55 1014q0 146 103.5 249t249.5 103h323v-1571h-61v1510h-201v-1510h-61v867q-146 0 -249.5 103t-103.5 249z" />
|
||||
<glyph unicode="·" d="M145 502q0 26 20 45.5t48 19.5t48 -19.5t20 -45.5q0 -28 -20 -48t-48 -20t-48 20t-20 48z" />
|
||||
<glyph unicode="¸" horiz-adv-x="391" d="M0 -326l29 56q66 -58 161 -58q59 0 100.5 27.5t41.5 73.5q0 41 -22.5 64.5t-67.5 23.5q-57 0 -88 -39l-45 26l63 175h61l-53 -142q31 25 78 25q60 0 96.5 -36t36.5 -97q0 -68 -57.5 -112t-143.5 -44q-56 0 -107.5 16.5t-82.5 40.5z" />
|
||||
<glyph unicode="¹" horiz-adv-x="393" d="M41 1499l174 182h55v-819h-61v737l-129 -141z" />
|
||||
<glyph unicode="º" horiz-adv-x="829" d="M98 989q0 144 88.5 241t227.5 97q142 0 229.5 -96.5t87.5 -241.5q0 -144 -87.5 -241t-229.5 -97q-139 0 -227.5 97.5t-88.5 240.5zM160 989q0 -119 68.5 -201.5t185.5 -82.5q119 0 188.5 82.5t69.5 201.5t-69.5 201t-188.5 82q-117 0 -185.5 -82t-68.5 -201z" />
|
||||
<glyph unicode="»" horiz-adv-x="745" d="M61 129l328 369l-328 362h80l328 -362l-328 -369h-80zM276 129l328 369l-328 362h80l328 -362l-328 -369h-80z" />
|
||||
<glyph unicode="¼" horiz-adv-x="1464" d="M41 1184l174 182h55v-819h-61v737l-129 -141zM170 0l872 1366h76l-874 -1366h-74zM782 231v54l381 534h80v-534h127v-54h-127v-231h-59v231h-402zM846 285h338v475z" />
|
||||
<glyph unicode="½" horiz-adv-x="1546" d="M41 1184l174 182h55v-819h-61v737l-129 -141zM170 0l872 1366h76l-874 -1366h-74zM879 0v49q117 85 196.5 149.5t151.5 136.5t107.5 137.5t35.5 127.5q0 90 -61 134t-144 44q-77 0 -138.5 -29.5t-94.5 -78.5l-41 37q41 58 114.5 91t161.5 33q47 0 91 -12.5t84 -38.5 t64 -72t24 -106q0 -56 -25.5 -114.5t-64.5 -109.5t-103.5 -110.5t-123.5 -106t-144 -108.5h465v-53h-555z" />
|
||||
<glyph unicode="¾" horiz-adv-x="1722" d="M102 668l41 34q37 -53 99.5 -84.5t142.5 -31.5q102 0 161.5 48t59.5 132q0 90 -67 134t-172 44q-62 0 -74 -2v55q12 -2 74 -2q98 0 162.5 41t64.5 125q0 75 -61 119.5t-150 44.5q-74 0 -128.5 -25.5t-102.5 -80.5l-39 36q103 123 272 123q112 0 190 -58t78 -157 q0 -47 -18.5 -84t-48 -58.5t-58 -33.5t-57.5 -16q29 -2 61.5 -15.5t63.5 -37t51.5 -63.5t20.5 -89q0 -103 -76 -168.5t-207 -65.5q-98 0 -172.5 38.5t-110.5 97.5zM428 0l872 1366h76l-874 -1366h-74zM1040 231v54l381 534h80v-534h127v-54h-127v-231h-59v231h-402z M1104 285h338v475z" />
|
||||
<glyph unicode="¿" horiz-adv-x="800" d="M84 -90q0 64 24.5 119t63 94t85.5 73.5t94 66t85.5 63t63 71.5t24.5 86q0 25 -17.5 56t-49.5 53l39 47q90 -67 90 -156q0 -56 -23.5 -103.5t-61.5 -81.5t-84 -66l-92 -64t-84 -67.5t-61.5 -84t-23.5 -106.5q0 -107 82 -179.5t227 -72.5q140 0 230.5 51t160.5 150l47 -43 q-153 -219 -438 -219q-174 0 -277.5 91.5t-103.5 221.5zM434 940q0 28 20 48t48 20t47.5 -20t19.5 -48q0 -26 -19.5 -46t-47.5 -20t-48 20t-20 46z" />
|
||||
<glyph unicode="À" horiz-adv-x="1302" d="M43 0l569 1366h78l570 -1366h-76l-152 367h-762l-151 -367h-76zM295 428h713l-357 862zM336 1776h92l328 -295h-62z" />
|
||||
<glyph unicode="Á" horiz-adv-x="1302" d="M43 0l569 1366h78l570 -1366h-76l-152 367h-762l-151 -367h-76zM295 428h713l-357 862zM547 1481l327 295h93l-359 -295h-61z" />
|
||||
<glyph unicode="Â" horiz-adv-x="1302" d="M43 0l569 1366h78l570 -1366h-76l-152 367h-762l-151 -367h-76zM295 428h713l-357 862zM414 1481l200 295h74l207 -295h-57l-187 245l-180 -245h-57z" />
|
||||
<glyph unicode="Ã" horiz-adv-x="1302" d="M43 0l569 1366h78l570 -1366h-76l-152 367h-762l-151 -367h-76zM295 428h713l-357 862zM344 1489q0 116 48 195t132 79q44 0 76 -24t51.5 -57.5t36.5 -67.5t41.5 -58t56.5 -24q54 0 87.5 54.5t33.5 164.5h54q0 -116 -48.5 -195t-132.5 -79q-44 0 -76 24t-51.5 57.5 t-36.5 67.5t-41.5 58t-56.5 24q-54 0 -87.5 -54.5t-33.5 -164.5h-53z" />
|
||||
<glyph unicode="Ä" horiz-adv-x="1302" d="M43 0l569 1366h78l570 -1366h-76l-152 367h-762l-151 -367h-76zM295 428h713l-357 862zM389 1567q0 23 17 40t40 17t40.5 -17t17.5 -40t-17.5 -40.5t-40.5 -17.5t-40 17.5t-17 40.5zM803 1567q0 23 17 40t40 17t40.5 -17t17.5 -40t-17.5 -40.5t-40.5 -17.5t-40 17.5 t-17 40.5z" />
|
||||
<glyph unicode="Å" horiz-adv-x="1302" d="M43 0l569 1366h78l570 -1366h-76l-152 367h-762l-151 -367h-76zM295 428h713l-357 862zM463 1608q0 78 56 134t134 56t133.5 -56t55.5 -134t-55.5 -134.5t-133.5 -56.5t-134 56.5t-56 134.5zM512 1608q0 -59 41.5 -100.5t99.5 -41.5t99 41.5t41 100.5t-41 100t-99 41 q-59 0 -100 -41.5t-41 -99.5z" />
|
||||
<glyph unicode="Æ" horiz-adv-x="1904" d="M43 0l870 1366h859v-61h-771v-572h756v-61h-756v-611h771v-61h-836v367h-586l-231 -367h-76zM385 428h551v862z" />
|
||||
<glyph unicode="Ç" horiz-adv-x="1366" d="M133 682q0 154 53.5 287t145 224.5t217 143.5t266.5 52q288 0 475 -215l-51 -46q-73 92 -185.5 145.5t-238.5 53.5q-127 0 -239.5 -47t-194 -130.5t-129 -204.5t-47.5 -263q0 -140 47.5 -261t129 -205t194 -131.5t239.5 -47.5q126 0 238.5 53.5t185.5 145.5l53 -43 q-191 -215 -467 -218l-32 -86q31 25 77 25q60 0 97 -36t37 -97q0 -68 -57.5 -112t-143.5 -44q-56 0 -108 16.5t-83 41.5l29 55q65 -57 162 -57q59 0 100 27t41 73q0 41 -22.5 64.5t-67.5 23.5q-57 0 -88 -39l-45 27l43 120q-132 9 -248 64.5t-200.5 146.5t-133.5 219 t-49 275z" />
|
||||
<glyph unicode="È" horiz-adv-x="1142" d="M180 0v1366h836v-61h-770v-572h755v-61h-755v-611h770v-61h-836zM283 1776h92l327 -295h-61z" />
|
||||
<glyph unicode="É" horiz-adv-x="1142" d="M180 0v1366h836v-61h-770v-572h755v-61h-755v-611h770v-61h-836zM494 1481l327 295h92l-358 -295h-61z" />
|
||||
<glyph unicode="Ê" horiz-adv-x="1142" d="M180 0v1366h836v-61h-770v-572h755v-61h-755v-611h770v-61h-836zM354 1481l201 295h74l207 -295h-58l-186 245l-180 -245h-58z" />
|
||||
<glyph unicode="Ë" horiz-adv-x="1142" d="M180 0v1366h836v-61h-770v-572h755v-61h-755v-611h770v-61h-836zM330 1567q0 23 17 40t40 17t40 -17t17 -40t-17 -40.5t-40 -17.5t-40 17.5t-17 40.5zM743 1567q0 23 17.5 40t40.5 17t40 -17t17 -40t-17 -40.5t-40 -17.5t-40.5 17.5t-17.5 40.5z" />
|
||||
<glyph unicode="Ì" d="M-102 1776h92l327 -295h-61zM180 0v1366h66v-1366h-66z" />
|
||||
<glyph unicode="Í" d="M109 1481l327 295h92l-358 -295h-61zM180 0v1366h66v-1366h-66z" />
|
||||
<glyph unicode="Î" d="M-25 1481l201 295h74l207 -295h-58l-186 245l-180 -245h-58zM180 0v1366h66v-1366h-66z" />
|
||||
<glyph unicode="Ï" d="M-51 1567q0 23 17 40t40 17t40 -17t17 -40t-17 -40.5t-40 -17.5t-40 17.5t-17 40.5zM180 0v1366h66v-1366h-66zM362 1567q0 23 17.5 40t40.5 17t40 -17t17 -40t-17 -40.5t-40 -17.5t-40.5 17.5t-17.5 40.5z" />
|
||||
<glyph unicode="Ð" horiz-adv-x="1464" d="M25 651v62h219v653h405q155 0 284.5 -55.5t215 -149.5t133 -218t47.5 -261q0 -139 -47.5 -262.5t-133 -217t-215 -148t-284.5 -54.5h-405v651h-219zM309 61h340q142 0 258 48.5t192 132.5t117 197t41 243q0 103 -25.5 196t-77 171t-124 135t-170 89t-211.5 32h-340v-592 h385v-62h-385v-590z" />
|
||||
<glyph unicode="Ñ" horiz-adv-x="1413" d="M180 0v1366h66l921 -1247v1247h66v-1366h-66l-921 1260v-1260h-66zM395 1489q0 116 48 195t132 79q44 0 76.5 -24t51.5 -57.5t36.5 -67.5t42 -58t56.5 -24q54 0 87 54.5t33 164.5h54q0 -116 -48.5 -195t-132.5 -79q-44 0 -76 24t-51.5 57.5t-36.5 67.5t-41.5 58t-56.5 24 q-54 0 -87 -54.5t-33 -164.5h-54z" />
|
||||
<glyph unicode="Ò" horiz-adv-x="1564" d="M133 682q0 198 78.5 358t227.5 254.5t343 94.5q193 0 342.5 -94.5t228.5 -255t79 -357.5t-79 -357.5t-228.5 -255t-342.5 -94.5q-194 0 -343 94.5t-227.5 254.5t-78.5 358zM205 682q0 -185 69.5 -331t201.5 -230t306 -84q172 0 304 84t203 230t71 331q0 187 -71 333 t-203 229t-304 83q-174 0 -306 -83t-201.5 -229t-69.5 -333zM467 1776h92l328 -295h-62z" />
|
||||
<glyph unicode="Ó" horiz-adv-x="1564" d="M133 682q0 198 78.5 358t227.5 254.5t343 94.5q193 0 342.5 -94.5t228.5 -255t79 -357.5t-79 -357.5t-228.5 -255t-342.5 -94.5q-194 0 -343 94.5t-227.5 254.5t-78.5 358zM205 682q0 -185 69.5 -331t201.5 -230t306 -84q172 0 304 84t203 230t71 331q0 187 -71 333 t-203 229t-304 83q-174 0 -306 -83t-201.5 -229t-69.5 -333zM678 1481l328 295h92l-359 -295h-61z" />
|
||||
<glyph unicode="Ô" horiz-adv-x="1564" d="M133 682q0 198 78.5 358t227.5 254.5t343 94.5q193 0 342.5 -94.5t228.5 -255t79 -357.5t-79 -357.5t-228.5 -255t-342.5 -94.5q-194 0 -343 94.5t-227.5 254.5t-78.5 358zM205 682q0 -185 69.5 -331t201.5 -230t306 -84q172 0 304 84t203 230t71 331q0 187 -71 333 t-203 229t-304 83q-174 0 -306 -83t-201.5 -229t-69.5 -333zM545 1481l200 295h74l207 -295h-57l-187 245l-180 -245h-57z" />
|
||||
<glyph unicode="Õ" horiz-adv-x="1564" d="M133 682q0 198 78.5 358t227.5 254.5t343 94.5q193 0 342.5 -94.5t228.5 -255t79 -357.5t-79 -357.5t-228.5 -255t-342.5 -94.5q-194 0 -343 94.5t-227.5 254.5t-78.5 358zM205 682q0 -185 69.5 -331t201.5 -230t306 -84q172 0 304 84t203 230t71 331q0 187 -71 333 t-203 229t-304 83q-174 0 -306 -83t-201.5 -229t-69.5 -333zM475 1489q0 116 48 195t132 79q44 0 76.5 -24t51.5 -57.5t36.5 -67.5t42 -58t56.5 -24q54 0 87 54.5t33 164.5h54q0 -116 -48.5 -195t-132.5 -79q-44 0 -76 24t-51.5 57.5t-36.5 67.5t-41.5 58t-56.5 24 q-54 0 -87.5 -54.5t-33.5 -164.5h-53z" />
|
||||
<glyph unicode="Ö" horiz-adv-x="1564" d="M133 682q0 198 78.5 358t227.5 254.5t343 94.5q193 0 342.5 -94.5t228.5 -255t79 -357.5t-79 -357.5t-228.5 -255t-342.5 -94.5q-194 0 -343 94.5t-227.5 254.5t-78.5 358zM205 682q0 -185 69.5 -331t201.5 -230t306 -84q172 0 304 84t203 230t71 331q0 187 -71 333 t-203 229t-304 83q-174 0 -306 -83t-201.5 -229t-69.5 -333zM514 1567q0 23 17 40t40 17t40.5 -17t17.5 -40t-17.5 -40.5t-40.5 -17.5t-40 17.5t-17 40.5zM928 1567q0 23 17 40t40 17t40 -17t17 -40t-17 -40.5t-40 -17.5t-40 17.5t-17 40.5z" />
|
||||
<glyph unicode="×" horiz-adv-x="1011" d="M145 367l318 317l-318 317l43 43l318 -317l317 317l43 -43l-317 -317l317 -317l-43 -43l-317 317l-318 -317z" />
|
||||
<glyph unicode="Ø" horiz-adv-x="1564" d="M133 682q0 198 78.5 358t227.5 254.5t343 94.5q180 0 332 -89l39 66h74l-62 -102q126 -94 196.5 -247t70.5 -335q0 -197 -79 -357.5t-228.5 -255t-342.5 -94.5q-188 0 -333 88l-37 -63h-74l59 98q-126 95 -195 247.5t-69 336.5zM205 682q0 -168 58.5 -304.5t166.5 -223.5 l651 1093q-132 80 -299 80q-174 0 -306 -83t-201.5 -229t-69.5 -333zM481 117q132 -80 301 -80q172 0 304 84t203 230t71 331q0 167 -59.5 304t-167.5 224z" />
|
||||
<glyph unicode="Ù" horiz-adv-x="1376" d="M180 518v848h66v-848q0 -229 114 -355t328 -126t328 126t114 355v848h66v-848q0 -257 -131 -400t-377 -143t-377 143.5t-131 399.5zM373 1776h92l328 -295h-62z" />
|
||||
<glyph unicode="Ú" horiz-adv-x="1376" d="M180 518v848h66v-848q0 -229 114 -355t328 -126t328 126t114 355v848h66v-848q0 -257 -131 -400t-377 -143t-377 143.5t-131 399.5zM584 1481l327 295h93l-359 -295h-61z" />
|
||||
<glyph unicode="Û" horiz-adv-x="1376" d="M180 518v848h66v-848q0 -229 114 -355t328 -126t328 126t114 355v848h66v-848q0 -257 -131 -400t-377 -143t-377 143.5t-131 399.5zM455 1481l200 295h74l207 -295h-57l-187 245l-180 -245h-57z" />
|
||||
<glyph unicode="Ü" horiz-adv-x="1376" d="M180 518v848h66v-848q0 -229 114 -355t328 -126t328 126t114 355v848h66v-848q0 -257 -131 -400t-377 -143t-377 143.5t-131 399.5zM424 1567q0 23 17 40t40 17t40.5 -17t17.5 -40t-17.5 -40.5t-40.5 -17.5t-40 17.5t-17 40.5zM838 1567q0 23 17 40t40 17t40 -17t17 -40 t-17 -40.5t-40 -17.5t-40 17.5t-17 40.5z" />
|
||||
<glyph unicode="Ý" horiz-adv-x="1249" d="M43 1366h84l498 -709l497 709h84l-549 -774v-592h-65v592zM520 1481l328 295h92l-358 -295h-62z" />
|
||||
<glyph unicode="Þ" horiz-adv-x="1136" d="M180 0v1366h66v-264h407q123 0 215.5 -54t138.5 -141.5t46 -193.5q0 -162 -109 -273.5t-291 -111.5h-407v-328h-66zM246 389h405q149 0 239.5 90.5t90.5 233.5t-90.5 235t-239.5 92h-405v-651z" />
|
||||
<glyph unicode="ß" horiz-adv-x="1142" d="M176 0v1063q0 138 90.5 230.5t233.5 92.5q126 0 214.5 -62t88.5 -163q0 -44 -19 -80.5t-48.5 -61.5t-66 -47.5t-73 -44t-66 -45.5t-48.5 -58.5t-19 -75.5q0 -56 35 -94t91 -58.5t123.5 -37t135.5 -36.5t124 -49t91 -83t35 -130q0 -54 -20 -103.5t-60.5 -91t-111.5 -66 t-163 -24.5q-71 0 -128 12t-100 36t-72 49t-62 61l49 45q112 -147 313 -147q141 0 217 67t76 162q0 61 -35 104t-91 66t-123.5 41t-135.5 38t-124 47t-91 76.5t-35 119.5q0 63 35 113t85 82.5t100 62t85 67.5t35 84q0 78 -74.5 124t-166.5 46q-110 0 -186 -73.5t-76 -194.5 v-1063h-62z" />
|
||||
<glyph unicode="à" horiz-adv-x="1052" d="M127 305q0 151 103 240.5t243 89.5q208 0 342 -146v224q0 116 -79.5 180.5t-198.5 64.5q-98 0 -174 -36.5t-144 -118.5l-47 41q75 88 159.5 129t205.5 41q153 0 246.5 -76.5t93.5 -222.5v-715h-62v121q-134 -146 -342 -146q-89 0 -166.5 37.5t-128.5 114.5t-51 178z M195 305q0 -118 81 -196t213 -78q99 0 184.5 38.5t141.5 112.5v246q-56 74 -141.5 113t-184.5 39q-132 0 -213 -78.5t-81 -196.5zM221 1434h92l328 -295h-61z" />
|
||||
<glyph unicode="á" horiz-adv-x="1052" d="M127 305q0 151 103 240.5t243 89.5q208 0 342 -146v224q0 116 -79.5 180.5t-198.5 64.5q-98 0 -174 -36.5t-144 -118.5l-47 41q75 88 159.5 129t205.5 41q153 0 246.5 -76.5t93.5 -222.5v-715h-62v121q-134 -146 -342 -146q-89 0 -166.5 37.5t-128.5 114.5t-51 178z M195 305q0 -118 81 -196t213 -78q99 0 184.5 38.5t141.5 112.5v246q-56 74 -141.5 113t-184.5 39q-132 0 -213 -78.5t-81 -196.5zM432 1139l328 295h92l-358 -295h-62z" />
|
||||
<glyph unicode="â" horiz-adv-x="1052" d="M127 305q0 151 103 240.5t243 89.5q208 0 342 -146v224q0 116 -79.5 180.5t-198.5 64.5q-98 0 -174 -36.5t-144 -118.5l-47 41q75 88 159.5 129t205.5 41q153 0 246.5 -76.5t93.5 -222.5v-715h-62v121q-134 -146 -342 -146q-89 0 -166.5 37.5t-128.5 114.5t-51 178z M195 305q0 -118 81 -196t213 -78q99 0 184.5 38.5t141.5 112.5v246q-56 74 -141.5 113t-184.5 39q-132 0 -213 -78.5t-81 -196.5zM299 1139l201 295h73l207 -295h-57l-186 245l-181 -245h-57z" />
|
||||
<glyph unicode="ã" horiz-adv-x="1052" d="M127 305q0 151 103 240.5t243 89.5q208 0 342 -146v224q0 116 -79.5 180.5t-198.5 64.5q-98 0 -174 -36.5t-144 -118.5l-47 41q75 88 159.5 129t205.5 41q153 0 246.5 -76.5t93.5 -222.5v-715h-62v121q-134 -146 -342 -146q-89 0 -166.5 37.5t-128.5 114.5t-51 178z M195 305q0 -118 81 -196t213 -78q99 0 184.5 38.5t141.5 112.5v246q-56 74 -141.5 113t-184.5 39q-132 0 -213 -78.5t-81 -196.5zM227 1147q0 116 48.5 195t132.5 79q44 0 76 -24t51.5 -57.5t36.5 -67.5t41.5 -58t56.5 -24q54 0 87.5 54.5t33.5 164.5h53q0 -116 -48 -195 t-132 -79q-44 0 -76.5 24t-51.5 57.5t-36.5 67.5t-42 58t-56.5 24q-54 0 -87 -54.5t-33 -164.5h-54z" />
|
||||
<glyph unicode="ä" horiz-adv-x="1052" d="M127 305q0 151 103 240.5t243 89.5q208 0 342 -146v224q0 116 -79.5 180.5t-198.5 64.5q-98 0 -174 -36.5t-144 -118.5l-47 41q75 88 159.5 129t205.5 41q153 0 246.5 -76.5t93.5 -222.5v-715h-62v121q-134 -146 -342 -146q-89 0 -166.5 37.5t-128.5 114.5t-51 178z M195 305q0 -118 81 -196t213 -78q99 0 184.5 38.5t141.5 112.5v246q-56 74 -141.5 113t-184.5 39q-132 0 -213 -78.5t-81 -196.5zM268 1225q0 23 17.5 40t40.5 17t40 -17t17 -40t-17 -40.5t-40 -17.5t-40.5 17.5t-17.5 40.5zM682 1225q0 23 17 40t40 17t40.5 -17t17.5 -40 t-17.5 -40.5t-40.5 -17.5t-40 17.5t-17 40.5z" />
|
||||
<glyph unicode="å" horiz-adv-x="1052" d="M127 305q0 151 103 240.5t243 89.5q208 0 342 -146v224q0 116 -79.5 180.5t-198.5 64.5q-98 0 -174 -36.5t-144 -118.5l-47 41q75 88 159.5 129t205.5 41q153 0 246.5 -76.5t93.5 -222.5v-715h-62v121q-134 -146 -342 -146q-89 0 -166.5 37.5t-128.5 114.5t-51 178z M195 305q0 -118 81 -196t213 -78q99 0 184.5 38.5t141.5 112.5v246q-56 74 -141.5 113t-184.5 39q-132 0 -213 -78.5t-81 -196.5zM344 1323q0 78 56.5 134t134.5 56t133 -56t55 -134t-55 -134t-133 -56t-134.5 56t-56.5 134zM393 1323q0 -58 41.5 -99.5t100.5 -41.5 q58 0 98.5 41t40.5 100t-40.5 100t-98.5 41q-59 0 -100.5 -41.5t-41.5 -99.5z" />
|
||||
<glyph unicode="æ" horiz-adv-x="1853" d="M127 307q0 102 52.5 178t135 113t181.5 37q228 0 372 -141v219q0 117 -82.5 181t-220.5 64q-107 0 -189.5 -36.5t-156.5 -118.5l-47 41q144 170 410 170q56 0 109.5 -12.5t105.5 -40t87 -79.5t42 -122q47 110 148 182t222 72q85 0 156.5 -27.5t122.5 -76t86.5 -114 t52.5 -141.5t17 -159v-21h-801q6 -188 111 -316t274 -128q190 0 321 149l37 -39q-73 -83 -157 -124.5t-199 -41.5q-140 0 -247 75.5t-159 215.5q-43 -134 -148.5 -212.5t-244.5 -78.5q-172 0 -281.5 89t-109.5 243zM195 305q0 -118 88 -196t233 -78q160 0 256 104t96 250v39 q-61 75 -153.5 115.5t-198.5 40.5q-145 0 -233 -78.5t-88 -196.5zM930 530h735q0 59 -13 117.5t-42 115t-70.5 99.5t-104.5 69.5t-139 26.5q-68 0 -127.5 -26t-101.5 -68.5t-73 -98.5t-46.5 -115.5t-17.5 -119.5z" />
|
||||
<glyph unicode="ç" horiz-adv-x="1009" d="M123 496q0 143 56 260t163.5 187.5t247.5 70.5q115 0 192.5 -41t145.5 -125l-45 -37q-58 79 -128.5 113t-160.5 34q-124 0 -216.5 -62t-140 -166t-47.5 -234q0 -200 109.5 -332.5t294.5 -132.5q180 0 289 149l45 -39q-64 -80 -137.5 -121t-178.5 -45l-32 -90q31 25 77 25 q60 0 97 -36t37 -97q0 -68 -57.5 -112t-143.5 -44q-56 0 -108 16.5t-83 40.5l29 56q66 -58 162 -58q59 0 100 27.5t41 73.5q0 41 -22.5 64.5t-67.5 23.5q-57 0 -88 -39l-45 27l45 124q-130 9 -229 81.5t-150 186.5t-51 251z" />
|
||||
<glyph unicode="è" horiz-adv-x="1169" d="M123 496q0 142 60 260.5t167.5 188t237.5 69.5q110 0 199 -42t145 -114.5t85.5 -165t29.5 -196.5v-21h-854q3 -122 53 -222t145 -161t217 -61q204 0 344 149l37 -39q-79 -82 -170 -124t-211 -42q-214 0 -349.5 147t-135.5 374zM193 530h788q0 58 -15 117.5t-47 115.5 t-77 99t-111.5 69.5t-144.5 26.5q-74 0 -137.5 -26t-109 -68.5t-78.5 -98.5t-49.5 -115.5t-18.5 -119.5zM272 1434h93l327 -295h-61z" />
|
||||
<glyph unicode="é" horiz-adv-x="1169" d="M123 496q0 142 60 260.5t167.5 188t237.5 69.5q110 0 199 -42t145 -114.5t85.5 -165t29.5 -196.5v-21h-854q3 -122 53 -222t145 -161t217 -61q204 0 344 149l37 -39q-79 -82 -170 -124t-211 -42q-214 0 -349.5 147t-135.5 374zM193 530h788q0 58 -15 117.5t-47 115.5 t-77 99t-111.5 69.5t-144.5 26.5q-74 0 -137.5 -26t-109 -68.5t-78.5 -98.5t-49.5 -115.5t-18.5 -119.5zM483 1139l328 295h92l-358 -295h-62z" />
|
||||
<glyph unicode="ê" horiz-adv-x="1169" d="M123 496q0 142 60 260.5t167.5 188t237.5 69.5q110 0 199 -42t145 -114.5t85.5 -165t29.5 -196.5v-21h-854q3 -122 53 -222t145 -161t217 -61q204 0 344 149l37 -39q-79 -82 -170 -124t-211 -42q-214 0 -349.5 147t-135.5 374zM193 530h788q0 58 -15 117.5t-47 115.5 t-77 99t-111.5 69.5t-144.5 26.5q-74 0 -137.5 -26t-109 -68.5t-78.5 -98.5t-49.5 -115.5t-18.5 -119.5zM352 1139l201 295h74l207 -295h-58l-186 245l-180 -245h-58z" />
|
||||
<glyph unicode="ë" horiz-adv-x="1169" d="M123 496q0 142 60 260.5t167.5 188t237.5 69.5q110 0 199 -42t145 -114.5t85.5 -165t29.5 -196.5v-21h-854q3 -122 53 -222t145 -161t217 -61q204 0 344 149l37 -39q-79 -82 -170 -124t-211 -42q-214 0 -349.5 147t-135.5 374zM193 530h788q0 58 -15 117.5t-47 115.5 t-77 99t-111.5 69.5t-144.5 26.5q-74 0 -137.5 -26t-109 -68.5t-78.5 -98.5t-49.5 -115.5t-18.5 -119.5zM326 1225q0 23 17 40t40 17t40 -17t17 -40t-17 -40.5t-40 -17.5t-40 17.5t-17 40.5zM739 1225q0 23 17.5 40t40.5 17t40 -17t17 -40t-17 -40.5t-40 -17.5t-40.5 17.5 t-17.5 40.5z" />
|
||||
<glyph unicode="ì" horiz-adv-x="413" d="M-109 1434h93l327 -295h-61zM176 0v989h62v-989h-62z" />
|
||||
<glyph unicode="í" horiz-adv-x="413" d="M102 1139l328 295h92l-358 -295h-62zM176 0v989h62v-989h-62z" />
|
||||
<glyph unicode="î" horiz-adv-x="413" d="M-33 1139l201 295h74l207 -295h-58l-186 245l-180 -245h-58zM176 0v989h62v-989h-62z" />
|
||||
<glyph unicode="ï" horiz-adv-x="413" d="M-57 1225q0 23 17 40t40 17t40 -17t17 -40t-17 -40.5t-40 -17.5t-40 17.5t-17 40.5zM176 0v989h62v-989h-62zM356 1225q0 23 17.5 40t40.5 17t40 -17t17 -40t-17 -40.5t-40 -17.5t-40.5 17.5t-17.5 40.5z" />
|
||||
<glyph unicode="ð" horiz-adv-x="1167" d="M123 496q0 145 56.5 262.5t162.5 186.5t242 69q94 0 172.5 -39.5t146.5 -134.5q-129 202 -332 356l-288 -127l-23 53l258 115q-76 54 -178 117l37 55q131 -81 211 -141l227 100l23 -53l-199 -88q405 -334 405 -731q0 -146 -55.5 -264t-161.5 -187.5t-243 -69.5 q-136 0 -242 69.5t-162.5 188t-56.5 263.5zM190 496q0 -123 45 -227.5t136.5 -171t212.5 -66.5q92 0 168 38.5t124.5 103.5t74.5 148t26 175q0 91 -26 173.5t-74.5 147t-124.5 103t-168 38.5q-121 0 -212.5 -66t-136.5 -170t-45 -226z" />
|
||||
<glyph unicode="ñ" horiz-adv-x="1081" d="M176 0v989h62v-155q60 73 160.5 126.5t197.5 53.5q153 0 231 -77t78 -247v-690h-61v690q0 147 -66 207.5t-190 60.5q-98 0 -196.5 -54.5t-153.5 -131.5v-772h-62zM233 1147q0 116 48.5 195t132.5 79q44 0 76 -24t51.5 -57.5t36.5 -67.5t41.5 -58t56.5 -24q54 0 87.5 54.5 t33.5 164.5h53q0 -116 -48 -195t-132 -79q-44 0 -76 24t-51.5 57.5t-36.5 67.5t-41.5 58t-56.5 24q-54 0 -87.5 -54.5t-33.5 -164.5h-54z" />
|
||||
<glyph unicode="ò" horiz-adv-x="1167" d="M123 496q0 145 56.5 262.5t162.5 186.5t242 69q137 0 243 -69t161.5 -186t55.5 -263t-55.5 -264t-161.5 -187.5t-243 -69.5q-136 0 -242 69.5t-162.5 188t-56.5 263.5zM190 496q0 -123 45 -227.5t136.5 -171t212.5 -66.5q92 0 168 38.5t124.5 103.5t74.5 148t26 175 q0 91 -26 173.5t-74.5 147t-124.5 103t-168 38.5q-121 0 -212.5 -66t-136.5 -170t-45 -226zM268 1434h92l328 -295h-61z" />
|
||||
<glyph unicode="ó" horiz-adv-x="1167" d="M123 496q0 145 56.5 262.5t162.5 186.5t242 69q137 0 243 -69t161.5 -186t55.5 -263t-55.5 -264t-161.5 -187.5t-243 -69.5q-136 0 -242 69.5t-162.5 188t-56.5 263.5zM190 496q0 -123 45 -227.5t136.5 -171t212.5 -66.5q92 0 168 38.5t124.5 103.5t74.5 148t26 175 q0 91 -26 173.5t-74.5 147t-124.5 103t-168 38.5q-121 0 -212.5 -66t-136.5 -170t-45 -226zM479 1139l328 295h92l-358 -295h-62z" />
|
||||
<glyph unicode="ô" horiz-adv-x="1167" d="M123 496q0 145 56.5 262.5t162.5 186.5t242 69q137 0 243 -69t161.5 -186t55.5 -263t-55.5 -264t-161.5 -187.5t-243 -69.5q-136 0 -242 69.5t-162.5 188t-56.5 263.5zM190 496q0 -123 45 -227.5t136.5 -171t212.5 -66.5q92 0 168 38.5t124.5 103.5t74.5 148t26 175 q0 91 -26 173.5t-74.5 147t-124.5 103t-168 38.5q-121 0 -212.5 -66t-136.5 -170t-45 -226zM346 1139l201 295h74l206 -295h-57l-186 245l-181 -245h-57z" />
|
||||
<glyph unicode="õ" horiz-adv-x="1167" d="M123 496q0 145 56.5 262.5t162.5 186.5t242 69q137 0 243 -69t161.5 -186t55.5 -263t-55.5 -264t-161.5 -187.5t-243 -69.5q-136 0 -242 69.5t-162.5 188t-56.5 263.5zM190 496q0 -123 45 -227.5t136.5 -171t212.5 -66.5q92 0 168 38.5t124.5 103.5t74.5 148t26 175 q0 91 -26 173.5t-74.5 147t-124.5 103t-168 38.5q-121 0 -212.5 -66t-136.5 -170t-45 -226zM276 1147q0 116 48.5 195t132.5 79q44 0 76 -24t51.5 -57.5t36.5 -67.5t41.5 -58t56.5 -24q54 0 87.5 54.5t33.5 164.5h53q0 -116 -48 -195t-132 -79q-44 0 -76 24t-51.5 57.5 t-36.5 67.5t-41.5 58t-56.5 24q-54 0 -87.5 -54.5t-33.5 -164.5h-54z" />
|
||||
<glyph unicode="ö" horiz-adv-x="1167" d="M123 496q0 145 56.5 262.5t162.5 186.5t242 69q137 0 243 -69t161.5 -186t55.5 -263t-55.5 -264t-161.5 -187.5t-243 -69.5q-136 0 -242 69.5t-162.5 188t-56.5 263.5zM190 496q0 -123 45 -227.5t136.5 -171t212.5 -66.5q92 0 168 38.5t124.5 103.5t74.5 148t26 175 q0 91 -26 173.5t-74.5 147t-124.5 103t-168 38.5q-121 0 -212.5 -66t-136.5 -170t-45 -226zM319 1225q0 23 17.5 40t40.5 17t40 -17t17 -40t-17 -40.5t-40 -17.5t-40.5 17.5t-17.5 40.5zM733 1225q0 23 17.5 40t40.5 17t40 -17t17 -40t-17 -40.5t-40 -17.5t-40.5 17.5 t-17.5 40.5z" />
|
||||
<glyph unicode="÷" horiz-adv-x="1046" d="M59 659v62h928v-62h-928zM457 272q0 28 19.5 48t47.5 20t48 -20t20 -48t-20 -47.5t-48 -19.5t-47.5 19.5t-19.5 47.5zM457 1098q0 28 19.5 46.5t47.5 18.5t48 -19t20 -46q0 -28 -20 -49t-48 -21q-27 0 -47 21t-20 49z" />
|
||||
<glyph unicode="ø" horiz-adv-x="1167" d="M123 496q0 145 56.5 262.5t162.5 186.5t242 69q155 0 272 -90l49 65h68l-76 -102q71 -71 109 -172t38 -219q0 -146 -55.5 -264t-161.5 -187.5t-243 -69.5q-163 0 -285 101l-57 -76h-70l86 115q-135 148 -135 381zM190 496q0 -197 107 -328l522 706q-100 84 -235 84 q-121 0 -212.5 -66t-136.5 -170t-45 -226zM334 125q100 -94 250 -94q92 0 168 38.5t124.5 103.5t74.5 148t26 175q0 98 -30.5 187t-86.5 153z" />
|
||||
<glyph unicode="ù" horiz-adv-x="1081" d="M176 295v694h62v-694q0 -147 65.5 -205.5t190.5 -58.5q99 0 197.5 52t152.5 128v778h61v-989h-61v152q-68 -76 -164.5 -126.5t-194.5 -50.5q-153 0 -231 75.5t-78 244.5zM225 1434h92l328 -295h-61z" />
|
||||
<glyph unicode="ú" horiz-adv-x="1081" d="M176 295v694h62v-694q0 -147 65.5 -205.5t190.5 -58.5q99 0 197.5 52t152.5 128v778h61v-989h-61v152q-68 -76 -164.5 -126.5t-194.5 -50.5q-153 0 -231 75.5t-78 244.5zM436 1139l328 295h92l-358 -295h-62z" />
|
||||
<glyph unicode="û" horiz-adv-x="1081" d="M176 295v694h62v-694q0 -147 65.5 -205.5t190.5 -58.5q99 0 197.5 52t152.5 128v778h61v-989h-61v152q-68 -76 -164.5 -126.5t-194.5 -50.5q-153 0 -231 75.5t-78 244.5zM299 1139l201 295h73l207 -295h-57l-186 245l-181 -245h-57z" />
|
||||
<glyph unicode="ü" horiz-adv-x="1081" d="M176 295v694h62v-694q0 -147 65.5 -205.5t190.5 -58.5q99 0 197.5 52t152.5 128v778h61v-989h-61v152q-68 -76 -164.5 -126.5t-194.5 -50.5q-153 0 -231 75.5t-78 244.5zM285 1225q0 23 17 40t40 17t40 -17t17 -40t-17 -40.5t-40 -17.5t-40 17.5t-17 40.5zM698 1225 q0 23 17.5 40t40.5 17t40 -17t17 -40t-17 -40.5t-40 -17.5t-40.5 17.5t-17.5 40.5z" />
|
||||
<glyph unicode="ý" horiz-adv-x="964" d="M23 989h71l389 -917l387 917h72l-524 -1222q-74 -168 -217 -168q-55 0 -99 14l13 57q37 -16 86 -16q52 0 87 29t68 106l90 205zM379 1139l328 295h92l-359 -295h-61z" />
|
||||
<glyph unicode="þ" horiz-adv-x="1150" d="M176 -377v1743h62v-543q55 82 150 136.5t206 54.5q200 0 321 -141.5t121 -376.5q0 -234 -121.5 -377.5t-320.5 -143.5q-108 0 -201.5 52.5t-154.5 142.5v-547h-62zM238 231q48 -83 147 -141.5t209 -58.5q176 0 275.5 131.5t99.5 333.5t-99.5 332t-275.5 130 q-111 0 -209.5 -57t-146.5 -139v-531z" />
|
||||
<glyph unicode="ÿ" horiz-adv-x="964" d="M23 989h71l389 -917l387 917h72l-524 -1222q-74 -168 -217 -168q-55 0 -99 14l13 57q37 -16 86 -16q52 0 87 29t68 106l90 205zM219 1225q0 23 17 40t40 17t40.5 -17t17.5 -40t-17.5 -40.5t-40.5 -17.5t-40 17.5t-17 40.5zM633 1225q0 23 17 40t40 17t40.5 -17t17.5 -40 t-17.5 -40.5t-40.5 -17.5t-40 17.5t-17 40.5z" />
|
||||
<glyph unicode="Œ" horiz-adv-x="2301" d="M133 682q0 147 46 276.5t129 224t205.5 149t268.5 54.5q175 0 323 -88.5t228 -253.5v322h836v-61h-770v-572h755v-61h-755v-611h770v-61h-836v322q-80 -166 -228 -256.5t-323 -90.5q-194 0 -343 94.5t-227.5 254.5t-78.5 358zM205 682q0 -186 69.5 -332t201.5 -229.5 t306 -83.5q191 0 336.5 104t214.5 305v474q-69 200 -214 302.5t-337 102.5q-262 0 -419.5 -179t-157.5 -464z" />
|
||||
<glyph unicode="œ" horiz-adv-x="2023" d="M123 496q0 145 56.5 262.5t162.5 186.5t242 69q67 0 127 -16.5t103.5 -45t78.5 -63t59 -73.5t38.5 -73t21.5 -65q11 39 31.5 81t57.5 88.5t83.5 82.5t114 60t143.5 24q110 0 199 -42t145 -114.5t85.5 -165t29.5 -196.5v-21h-854q3 -122 53 -222t145 -161t217 -61 q204 0 344 149l37 -39q-79 -82 -170 -124t-211 -42q-82 0 -153 23t-119.5 58t-86.5 81.5t-59 89t-32 84.5q-12 -41 -30.5 -81t-54.5 -88t-81 -83.5t-113.5 -59.5t-148.5 -24q-136 0 -242 69.5t-162.5 188t-56.5 263.5zM190 496q0 -124 45 -228.5t136.5 -171.5t212.5 -67 q92 0 168 39t124.5 104t74.5 148.5t26 175.5q0 91 -26 173.5t-74.5 147t-124.5 103t-168 38.5q-121 0 -212.5 -66t-136.5 -170t-45 -226zM1047 530h788q0 58 -15 117.5t-47 115.5t-77 99t-111.5 69.5t-144.5 26.5q-74 0 -137.5 -26t-109 -68.5t-78.5 -98.5t-49.5 -115.5 t-18.5 -119.5z" />
|
||||
<glyph unicode="Ÿ" horiz-adv-x="1249" d="M43 1366h84l498 -709l497 709h84l-549 -774v-592h-65v592zM369 1567q0 23 17 40t40 17t40 -17t17 -40t-17 -40.5t-40 -17.5t-40 17.5t-17 40.5zM782 1567q0 23 17.5 40t40.5 17t40 -17t17 -40t-17 -40.5t-40 -17.5t-40.5 17.5t-17.5 40.5z" />
|
||||
<glyph unicode="ˆ" horiz-adv-x="481" d="M0 1139l201 295h73l207 -295h-57l-186 245l-181 -245h-57z" />
|
||||
<glyph unicode="˜" horiz-adv-x="616" d="M0 1147q0 116 48 195t132 79q44 0 76 -24t51.5 -57.5t36.5 -67.5t41.5 -58t56.5 -24q54 0 87.5 54.5t33.5 164.5h53q0 -116 -48 -195t-132 -79q-44 0 -76 24t-51.5 57.5t-36.5 67.5t-41.5 58t-56.5 24q-54 0 -87.5 -54.5t-33.5 -164.5h-53z" />
|
||||
<glyph unicode=" " horiz-adv-x="899" />
|
||||
<glyph unicode=" " horiz-adv-x="1798" />
|
||||
<glyph unicode=" " horiz-adv-x="899" />
|
||||
<glyph unicode=" " horiz-adv-x="1798" />
|
||||
<glyph unicode=" " horiz-adv-x="599" />
|
||||
<glyph unicode=" " horiz-adv-x="449" />
|
||||
<glyph unicode=" " horiz-adv-x="299" />
|
||||
<glyph unicode=" " horiz-adv-x="299" />
|
||||
<glyph unicode=" " horiz-adv-x="224" />
|
||||
<glyph unicode=" " horiz-adv-x="359" />
|
||||
<glyph unicode=" " horiz-adv-x="99" />
|
||||
<glyph unicode="‐" horiz-adv-x="614" d="M61 465v61h492v-61h-492z" />
|
||||
<glyph unicode="‑" horiz-adv-x="614" d="M61 465v61h492v-61h-492z" />
|
||||
<glyph unicode="‒" horiz-adv-x="614" d="M61 465v61h492v-61h-492z" />
|
||||
<glyph unicode="–" horiz-adv-x="1214" d="M61 465v61h1092v-61h-1092z" />
|
||||
<glyph unicode="—" horiz-adv-x="1705" d="M61 465v61h1584v-61h-1584z" />
|
||||
<glyph unicode="‘" d="M113 1139q0 73 37 141.5t90 105.5l45 -36q-49 -36 -79 -89t-30 -100q13 2 17 2q29 0 47 -19.5t18 -47.5q0 -27 -18.5 -46.5t-46.5 -19.5q-34 0 -57 29t-23 80z" />
|
||||
<glyph unicode="’" d="M119 1067q49 36 78.5 88.5t29.5 99.5q-12 -2 -16 -2q-29 0 -47.5 20t-18.5 48q0 27 18.5 46t47.5 19q34 0 57 -29t23 -79q0 -73 -37.5 -142t-89.5 -106z" />
|
||||
<glyph unicode="‚" d="M119 -205q49 36 78.5 89t29.5 100q-12 -2 -16 -2q-29 0 -47.5 19.5t-18.5 47.5q0 27 18.5 46.5t47.5 19.5q34 0 57 -29t23 -80q0 -73 -37.5 -142t-89.5 -106z" />
|
||||
<glyph unicode="“" horiz-adv-x="677" d="M135 1139q0 73 37 141.5t90 105.5l45 -36q-49 -36 -78.5 -89t-29.5 -100q12 2 16 2q29 0 47.5 -19.5t18.5 -47.5q0 -27 -18.5 -46.5t-47.5 -19.5q-34 0 -57 29t-23 80zM387 1139q0 73 37 141.5t90 105.5l45 -36q-49 -36 -78.5 -89t-29.5 -100q12 2 16 2q29 0 47 -19.5 t18 -47.5q0 -27 -18.5 -46.5t-46.5 -19.5q-34 0 -57 29t-23 80z" />
|
||||
<glyph unicode="”" horiz-adv-x="677" d="M119 1067q49 36 78.5 88.5t29.5 99.5q-12 -2 -16 -2q-29 0 -47.5 20t-18.5 48q0 27 18.5 46t47.5 19q34 0 57 -29t23 -79q0 -73 -37.5 -142t-89.5 -106zM371 1067q49 36 78.5 88.5t29.5 99.5q-12 -2 -16 -2q-29 0 -47.5 20t-18.5 48q0 27 18.5 46t47.5 19q34 0 57 -29 t23 -79q0 -73 -37.5 -142t-89.5 -106z" />
|
||||
<glyph unicode="„" horiz-adv-x="677" d="M119 -205q49 36 78.5 89t29.5 100q-12 -2 -16 -2q-29 0 -47.5 19.5t-18.5 47.5q0 27 18.5 46.5t47.5 19.5q34 0 57 -29t23 -80q0 -73 -37.5 -142t-89.5 -106zM371 -205q49 36 78.5 89t29.5 100q-12 -2 -16 -2q-29 0 -47.5 19.5t-18.5 47.5q0 27 18.5 46.5t47.5 19.5 q34 0 57 -29t23 -80q0 -73 -37.5 -142t-89.5 -106z" />
|
||||
<glyph unicode="•" horiz-adv-x="733" d="M168 496q0 83 59 141.5t142 58.5t141.5 -58.5t58.5 -141.5q0 -82 -58.5 -140.5t-141.5 -58.5t-142 58.5t-59 140.5z" />
|
||||
<glyph unicode="…" horiz-adv-x="1277" d="M145 49q0 26 20 46t48 20t48 -20t20 -46q0 -28 -20 -47.5t-48 -19.5t-48 19.5t-20 47.5zM571 49q0 26 20 46t48 20t48 -20t20 -46q0 -28 -20 -47.5t-48 -19.5t-48 19.5t-20 47.5zM997 49q0 26 20 46t48 20t48 -20t20 -46q0 -28 -20 -47.5t-48 -19.5t-48 19.5t-20 47.5z " />
|
||||
<glyph unicode=" " horiz-adv-x="359" />
|
||||
<glyph unicode="‹" horiz-adv-x="530" d="M61 498l328 362h80l-328 -362l328 -369h-80z" />
|
||||
<glyph unicode="›" horiz-adv-x="530" d="M61 129l328 369l-328 362h80l328 -362l-328 -369h-80z" />
|
||||
<glyph unicode=" " horiz-adv-x="449" />
|
||||
<glyph unicode="€" horiz-adv-x="1400" d="M80 506v61h102q-8 49 -8 115q0 41 8 119h-102v61h113q55 238 238 382.5t425 144.5q288 0 475 -215l-51 -46q-73 92 -185.5 145.5t-238.5 53.5q-216 0 -377 -126.5t-213 -338.5h713v-61h-725q-8 -52 -8 -119q0 -41 8 -115h725v-61h-713q51 -213 212.5 -341t377.5 -128 q126 0 238.5 53.5t185.5 145.5l53 -43q-194 -218 -477 -218q-244 0 -426.5 145.5t-236.5 385.5h-113z" />
|
||||
<glyph unicode="™" horiz-adv-x="929" d="M35 1313v53h311v-53h-127v-398h-57v398h-127zM420 915v451h88l131 -328l131 328h88v-451h-57v373l-154 -373h-16l-154 373v-373h-57z" />
|
||||
<glyph unicode="◼" horiz-adv-x="993" d="M0 0v993h993v-993h-993z" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="question" k="164" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="205" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="82" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="asterisk" k="225" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="S" k="41" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="41" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="T" k="143" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="W" k="102" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="V" k="123" />
|
||||
<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="u,mu,ugrave,uacute,ucircumflex,udieresis" k="20" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="w" k="41" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="v" k="41" />
|
||||
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="y,yacute,ydieresis" k="41" />
|
||||
<hkern g1="B" g2="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="20" />
|
||||
<hkern g1="B" g2="T" k="41" />
|
||||
<hkern g1="B" g2="W" k="20" />
|
||||
<hkern g1="B" g2="V" k="20" />
|
||||
<hkern g1="B" g2="Y,Yacute,Ydieresis" k="61" />
|
||||
<hkern g1="C,Ccedilla" g2="Y,Yacute,Ydieresis" k="20" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="question" k="20" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="20" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="T" k="61" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="W" k="41" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="V" k="41" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="Y,Yacute,Ydieresis" k="82" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="82" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="Z" k="41" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="J" k="41" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="61" />
|
||||
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Thorn" g2="X" k="61" />
|
||||
<hkern g1="F" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="61" />
|
||||
<hkern g1="F" g2="J" k="102" />
|
||||
<hkern g1="F" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="102" />
|
||||
<hkern g1="K" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="123" />
|
||||
<hkern g1="K" g2="Y,Yacute,Ydieresis" k="61" />
|
||||
<hkern g1="K" g2="u,mu,ugrave,uacute,ucircumflex,udieresis" k="41" />
|
||||
<hkern g1="K" g2="w" k="82" />
|
||||
<hkern g1="K" g2="v" k="123" />
|
||||
<hkern g1="K" g2="y,yacute,ydieresis" k="123" />
|
||||
<hkern g1="K" g2="hyphen,periodcentered,endash,emdash" k="102" />
|
||||
<hkern g1="K" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="41" />
|
||||
<hkern g1="K" g2="c,d,e,g,o,q,cent,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="82" />
|
||||
<hkern g1="K" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="41" />
|
||||
<hkern g1="K" g2="t" k="61" />
|
||||
<hkern g1="K" g2="x" k="41" />
|
||||
<hkern g1="L" g2="question" k="246" />
|
||||
<hkern g1="L" g2="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="225" />
|
||||
<hkern g1="L" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="82" />
|
||||
<hkern g1="L" g2="asterisk" k="369" />
|
||||
<hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="61" />
|
||||
<hkern g1="L" g2="T" k="205" />
|
||||
<hkern g1="L" g2="W" k="123" />
|
||||
<hkern g1="L" g2="V" k="184" />
|
||||
<hkern g1="L" g2="Y,Yacute,Ydieresis" k="246" />
|
||||
<hkern g1="L" g2="u,mu,ugrave,uacute,ucircumflex,udieresis" k="41" />
|
||||
<hkern g1="L" g2="w" k="82" />
|
||||
<hkern g1="L" g2="v" k="123" />
|
||||
<hkern g1="L" g2="y,yacute,ydieresis" k="123" />
|
||||
<hkern g1="L" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="41" />
|
||||
<hkern g1="L" g2="c,d,e,g,o,q,cent,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="61" />
|
||||
<hkern g1="L" g2="t" k="61" />
|
||||
<hkern g1="L" g2="ampersand" k="20" />
|
||||
<hkern g1="P" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="164" />
|
||||
<hkern g1="P" g2="J" k="205" />
|
||||
<hkern g1="P" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="205" />
|
||||
<hkern g1="P" g2="hyphen,periodcentered,endash,emdash" k="82" />
|
||||
<hkern g1="P" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="41" />
|
||||
<hkern g1="P" g2="c,d,e,g,o,q,cent,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="20" />
|
||||
<hkern g1="P" g2="ampersand" k="41" />
|
||||
<hkern g1="R" g2="T" k="20" />
|
||||
<hkern g1="R" g2="V" k="20" />
|
||||
<hkern g1="R" g2="Y,Yacute,Ydieresis" k="29" />
|
||||
<hkern g1="R" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="41" />
|
||||
<hkern g1="R" g2="c,d,e,g,o,q,cent,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="61" />
|
||||
<hkern g1="S" g2="Y,Yacute,Ydieresis" k="20" />
|
||||
<hkern g1="S" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="20" />
|
||||
<hkern g1="S" g2="t" k="41" />
|
||||
<hkern g1="S" g2="x" k="20" />
|
||||
<hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="61" />
|
||||
<hkern g1="T" g2="u,mu,ugrave,uacute,ucircumflex,udieresis" k="205" />
|
||||
<hkern g1="T" g2="w" k="164" />
|
||||
<hkern g1="T" g2="v" k="164" />
|
||||
<hkern g1="T" g2="y,yacute,ydieresis" k="164" />
|
||||
<hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="143" />
|
||||
<hkern g1="T" g2="J" k="164" />
|
||||
<hkern g1="T" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="184" />
|
||||
<hkern g1="T" g2="hyphen,periodcentered,endash,emdash" k="123" />
|
||||
<hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="225" />
|
||||
<hkern g1="T" g2="c,d,e,g,o,q,cent,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="266" />
|
||||
<hkern g1="T" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="82" />
|
||||
<hkern g1="T" g2="x" k="184" />
|
||||
<hkern g1="T" g2="ampersand" k="123" />
|
||||
<hkern g1="T" g2="colon,semicolon" k="102" />
|
||||
<hkern g1="T" g2="m,n,p,r,z,ntilde" k="205" />
|
||||
<hkern g1="T" g2="s" k="205" />
|
||||
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="41" />
|
||||
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="61" />
|
||||
<hkern g1="V" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="41" />
|
||||
<hkern g1="V" g2="u,mu,ugrave,uacute,ucircumflex,udieresis" k="61" />
|
||||
<hkern g1="V" g2="v" k="20" />
|
||||
<hkern g1="V" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="123" />
|
||||
<hkern g1="V" g2="J" k="184" />
|
||||
<hkern g1="V" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="184" />
|
||||
<hkern g1="V" g2="hyphen,periodcentered,endash,emdash" k="102" />
|
||||
<hkern g1="V" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="123" />
|
||||
<hkern g1="V" g2="c,d,e,g,o,q,cent,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="123" />
|
||||
<hkern g1="V" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="41" />
|
||||
<hkern g1="V" g2="t" k="20" />
|
||||
<hkern g1="V" g2="x" k="41" />
|
||||
<hkern g1="V" g2="ampersand" k="41" />
|
||||
<hkern g1="V" g2="m,n,p,r,z,ntilde" k="61" />
|
||||
<hkern g1="V" g2="s" k="61" />
|
||||
<hkern g1="W" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="41" />
|
||||
<hkern g1="W" g2="u,mu,ugrave,uacute,ucircumflex,udieresis" k="61" />
|
||||
<hkern g1="W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="102" />
|
||||
<hkern g1="W" g2="J" k="41" />
|
||||
<hkern g1="W" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="143" />
|
||||
<hkern g1="W" g2="hyphen,periodcentered,endash,emdash" k="61" />
|
||||
<hkern g1="W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="82" />
|
||||
<hkern g1="W" g2="c,d,e,g,o,q,cent,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="82" />
|
||||
<hkern g1="W" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="20" />
|
||||
<hkern g1="W" g2="t" k="20" />
|
||||
<hkern g1="W" g2="x" k="41" />
|
||||
<hkern g1="W" g2="ampersand" k="41" />
|
||||
<hkern g1="W" g2="m,n,p,r,z,ntilde" k="61" />
|
||||
<hkern g1="W" g2="s" k="20" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="82" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="S" k="41" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="u,mu,ugrave,uacute,ucircumflex,udieresis" k="184" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="w" k="123" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="v" k="123" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="y,yacute,ydieresis" k="123" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="123" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="J" k="225" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="184" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="hyphen,periodcentered,endash,emdash" k="225" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="266" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="c,d,e,g,o,q,cent,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="266" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="82" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="t" k="41" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="x" k="143" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="ampersand" k="123" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="colon,semicolon" k="102" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="m,n,p,r,z,ntilde" k="184" />
|
||||
<hkern g1="Y,Yacute,Ydieresis" g2="s" k="205" />
|
||||
<hkern g1="Z" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="41" />
|
||||
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="question" k="61" />
|
||||
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="T" k="246" />
|
||||
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="W" k="82" />
|
||||
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="V" k="123" />
|
||||
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="Y,Yacute,Ydieresis" k="225" />
|
||||
<hkern g1="ampersand" g2="T" k="164" />
|
||||
<hkern g1="ampersand" g2="W" k="123" />
|
||||
<hkern g1="ampersand" g2="V" k="102" />
|
||||
<hkern g1="ampersand" g2="Y,Yacute,Ydieresis" k="205" />
|
||||
<hkern g1="asterisk" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="225" />
|
||||
<hkern g1="asterisk" g2="J" k="225" />
|
||||
<hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="question" k="82" />
|
||||
<hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="20" />
|
||||
<hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="T" k="266" />
|
||||
<hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="W" k="82" />
|
||||
<hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="V" k="123" />
|
||||
<hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="Y,Yacute,Ydieresis" k="266" />
|
||||
<hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="20" />
|
||||
<hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="x" k="82" />
|
||||
<hkern g1="c,cent,ccedilla" g2="question" k="41" />
|
||||
<hkern g1="c,cent,ccedilla" g2="T" k="184" />
|
||||
<hkern g1="c,cent,ccedilla" g2="W" k="41" />
|
||||
<hkern g1="c,cent,ccedilla" g2="V" k="61" />
|
||||
<hkern g1="c,cent,ccedilla" g2="Y,Yacute,Ydieresis" k="123" />
|
||||
<hkern g1="colon,semicolon" g2="T" k="102" />
|
||||
<hkern g1="colon,semicolon" g2="Y,Yacute,Ydieresis" k="102" />
|
||||
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="question" k="61" />
|
||||
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="asterisk" k="41" />
|
||||
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="T" k="225" />
|
||||
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="W" k="82" />
|
||||
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="V" k="102" />
|
||||
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="Y,Yacute,Ydieresis" k="225" />
|
||||
<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="20" />
|
||||
<hkern g1="eth" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="20" />
|
||||
<hkern g1="f" g2="question" k="-123" />
|
||||
<hkern g1="f" g2="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="-143" />
|
||||
<hkern g1="f" g2="asterisk" k="-143" />
|
||||
<hkern g1="f" g2="S" k="-41" />
|
||||
<hkern g1="f" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="-82" />
|
||||
<hkern g1="f" g2="T" k="-82" />
|
||||
<hkern g1="f" g2="W" k="-123" />
|
||||
<hkern g1="f" g2="V" k="-123" />
|
||||
<hkern g1="f" g2="Y,Yacute,Ydieresis" k="-102" />
|
||||
<hkern g1="f" g2="Z" k="-82" />
|
||||
<hkern g1="f" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="82" />
|
||||
<hkern g1="f" g2="X" k="-82" />
|
||||
<hkern g1="f" g2="exclam,B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde" k="-82" />
|
||||
<hkern g1="f" g2="parenright,bracketright,braceright" k="-164" />
|
||||
<hkern g1="g,j,q" g2="question" k="41" />
|
||||
<hkern g1="g,j,q" g2="T" k="205" />
|
||||
<hkern g1="g,j,q" g2="W" k="61" />
|
||||
<hkern g1="g,j,q" g2="V" k="61" />
|
||||
<hkern g1="g,j,q" g2="Y,Yacute,Ydieresis" k="184" />
|
||||
<hkern g1="g,j,q" g2="j" k="-82" />
|
||||
<hkern g1="hyphen,periodcentered,endash,emdash" g2="W" k="61" />
|
||||
<hkern g1="hyphen,periodcentered,endash,emdash" g2="V" k="102" />
|
||||
<hkern g1="hyphen,periodcentered,endash,emdash" g2="Y,Yacute,Ydieresis" k="205" />
|
||||
<hkern g1="hyphen,periodcentered,endash,emdash" g2="X" k="82" />
|
||||
<hkern g1="k" g2="T" k="184" />
|
||||
<hkern g1="k" g2="W" k="41" />
|
||||
<hkern g1="k" g2="V" k="41" />
|
||||
<hkern g1="k" g2="Y,Yacute,Ydieresis" k="123" />
|
||||
<hkern g1="k" g2="bullet" k="61" />
|
||||
<hkern g1="k" g2="hyphen,periodcentered,endash,emdash" k="61" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="143" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="61" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="T" k="184" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="W" k="143" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="V" k="184" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="Y,Yacute,Ydieresis" k="184" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="w" k="102" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="v" k="143" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="y,yacute,ydieresis" k="123" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="c,d,e,g,o,q,cent,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="20" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="41" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="t" k="41" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="j" k="-82" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="seven" k="123" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="one" k="123" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="zero,six" k="82" />
|
||||
<hkern g1="questiondown" g2="j" k="-328" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="225" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="J" k="164" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="143" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="s" k="61" />
|
||||
<hkern g1="r" g2="T" k="123" />
|
||||
<hkern g1="r" g2="V" k="41" />
|
||||
<hkern g1="r" g2="Y,Yacute,Ydieresis" k="102" />
|
||||
<hkern g1="r" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="164" />
|
||||
<hkern g1="s" g2="question" k="82" />
|
||||
<hkern g1="s" g2="quotedbl,quotesingle,registered,quoteleft,quoteright,quotedblleft,quotedblright,trademark" k="41" />
|
||||
<hkern g1="s" g2="T" k="205" />
|
||||
<hkern g1="s" g2="W" k="61" />
|
||||
<hkern g1="s" g2="V" k="82" />
|
||||
<hkern g1="s" g2="Y,Yacute,Ydieresis" k="184" />
|
||||
<hkern g1="t" g2="T" k="143" />
|
||||
<hkern g1="t" g2="W" k="20" />
|
||||
<hkern g1="t" g2="V" k="41" />
|
||||
<hkern g1="t" g2="Y,Yacute,Ydieresis" k="61" />
|
||||
<hkern g1="u,z,mu,ugrave,uacute,ucircumflex,udieresis" g2="question" k="41" />
|
||||
<hkern g1="u,z,mu,ugrave,uacute,ucircumflex,udieresis" g2="T" k="205" />
|
||||
<hkern g1="u,z,mu,ugrave,uacute,ucircumflex,udieresis" g2="W" k="61" />
|
||||
<hkern g1="u,z,mu,ugrave,uacute,ucircumflex,udieresis" g2="V" k="61" />
|
||||
<hkern g1="u,z,mu,ugrave,uacute,ucircumflex,udieresis" g2="Y,Yacute,Ydieresis" k="184" />
|
||||
<hkern g1="v" g2="T" k="164" />
|
||||
<hkern g1="v" g2="V" k="20" />
|
||||
<hkern g1="v" g2="Y,Yacute,Ydieresis" k="123" />
|
||||
<hkern g1="v" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="41" />
|
||||
<hkern g1="v" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="143" />
|
||||
<hkern g1="v" g2="X" k="82" />
|
||||
<hkern g1="w" g2="T" k="164" />
|
||||
<hkern g1="w" g2="Y,Yacute,Ydieresis" k="123" />
|
||||
<hkern g1="w" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="41" />
|
||||
<hkern g1="w" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="102" />
|
||||
<hkern g1="w" g2="X" k="102" />
|
||||
<hkern g1="y,yacute,ydieresis" g2="T" k="164" />
|
||||
<hkern g1="y,yacute,ydieresis" g2="Y,Yacute,Ydieresis" k="123" />
|
||||
<hkern g1="y,yacute,ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="41" />
|
||||
<hkern g1="y,yacute,ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="123" />
|
||||
<hkern g1="y,yacute,ydieresis" g2="X" k="82" />
|
||||
<hkern g1="X" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="61" />
|
||||
<hkern g1="X" g2="w" k="102" />
|
||||
<hkern g1="X" g2="v" k="82" />
|
||||
<hkern g1="X" g2="y,yacute,ydieresis" k="82" />
|
||||
<hkern g1="X" g2="hyphen,periodcentered,endash,emdash" k="82" />
|
||||
<hkern g1="X" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="61" />
|
||||
<hkern g1="X" g2="t" k="61" />
|
||||
<hkern g1="zero,nine" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="82" />
|
||||
<hkern g1="seven" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="205" />
|
||||
<hkern g1="x" g2="T" k="184" />
|
||||
<hkern g1="x" g2="W" k="41" />
|
||||
<hkern g1="x" g2="V" k="41" />
|
||||
<hkern g1="x" g2="Y,Yacute,Ydieresis" k="143" />
|
||||
<hkern g1="x" g2="c,d,e,g,o,q,cent,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="82" />
|
||||
<hkern g1="parenleft,bracketleft,braceleft" g2="j" k="-225" />
|
||||
</font>
|
||||
</defs></svg>
|
||||
|
After Width: | Height: | Size: 79 KiB |
BIN
client-wiaas/public/static/img/CoMarketStartsida_MAIN.JPG
Normal file
|
After Width: | Height: | Size: 66 KiB |
BIN
client-wiaas/public/static/img/CoMarketStartsida_OFFERCoor.jpg
Normal file
|
After Width: | Height: | Size: 58 KiB |
BIN
client-wiaas/public/static/img/HC.PNG
Normal file
|
After Width: | Height: | Size: 88 KiB |
BIN
client-wiaas/public/static/img/HC_FixedHuddle_interior.png
Normal file
|
After Width: | Height: | Size: 434 KiB |
|
After Width: | Height: | Size: 46 KiB |
BIN
client-wiaas/public/static/img/HC_MiniHuddle_interior_small.png
Normal file
|
After Width: | Height: | Size: 69 KiB |
BIN
client-wiaas/public/static/img/HC_MobileHuddle_interior.png
Normal file
|
After Width: | Height: | Size: 898 KiB |
|
After Width: | Height: | Size: 53 KiB |
BIN
client-wiaas/public/static/img/HC_PreHuddle_interior_small.png
Normal file
|
After Width: | Height: | Size: 46 KiB |
BIN
client-wiaas/public/static/img/Huddle.png
Normal file
|
After Width: | Height: | Size: 44 KiB |
BIN
client-wiaas/public/static/img/IWB.PNG
Normal file
|
After Width: | Height: | Size: 235 KiB |
BIN
client-wiaas/public/static/img/VCP.PNG
Normal file
|
After Width: | Height: | Size: 481 KiB |
BIN
client-wiaas/public/static/img/commercial.png
Normal file
|
After Width: | Height: | Size: 34 KiB |
BIN
client-wiaas/public/static/img/hc_cut.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
client-wiaas/public/static/img/hc_cut2.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
client-wiaas/public/static/img/iwb_cut.png
Normal file
|
After Width: | Height: | Size: 38 KiB |
BIN
client-wiaas/public/static/img/iwb_cut1.png
Normal file
|
After Width: | Height: | Size: 41 KiB |
33
client-wiaas/public/static/img/logoDefault.svg
Normal file
@@ -0,0 +1,33 @@
|
||||
<svg id="wiaas-logo-black" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 267.8 232.9">
|
||||
<defs>
|
||||
<style>
|
||||
.cls-1 {
|
||||
fill: #444;
|
||||
}
|
||||
|
||||
.cls-2, .cls-4 {
|
||||
fill: #12100b;
|
||||
}
|
||||
|
||||
.cls-2 {
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
.cls-3 {
|
||||
fill: #fff;
|
||||
opacity: 0.05;
|
||||
}
|
||||
|
||||
.cls-4 {
|
||||
opacity: 0.15;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<title>wiaas-logo-black</title>
|
||||
<g id="_1d546a" data-name="1d546a">
|
||||
<path class="cls-1" d="M604.8,266.4,650.9,33.6,517,113.5,383.1,33.6l46,232.8L517,113.6h0L429.1,266.4,517,208.1l87.8,58.3L517,113.6h0ZM517,113.5Z" transform="translate(-383.1 -33.6)"/>
|
||||
<polygon class="cls-2" points="133.9 80 267.8 0 221.8 232.9 133.9 80"/>
|
||||
<polygon class="cls-3" points="133.9 174.5 133.9 80 221.8 232.9 133.9 174.5"/>
|
||||
<polygon id="_Polygon_" data-name="<Polygon>" class="cls-4" points="133.9 174.5 133.9 80 46.1 232.9 133.9 174.5"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 949 B |
BIN
client-wiaas/public/static/img/man-icon.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
client-wiaas/public/static/img/no-photo-package.jpg
Normal file
|
After Width: | Height: | Size: 8.2 KiB |
BIN
client-wiaas/public/static/img/package-no-photo.png
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
client-wiaas/public/static/img/vcp_cut.png
Normal file
|
After Width: | Height: | Size: 56 KiB |
BIN
client-wiaas/public/static/img/video.png
Normal file
|
After Width: | Height: | Size: 53 KiB |
BIN
client-wiaas/public/static/img/wiaas-favicon.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
client-wiaas/public/static/img/wiaas_icon.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
504
client-wiaas/public/static/js/tinymce/LICENSE.TXT
Normal file
@@ -0,0 +1,504 @@
|
||||
GNU LESSER GENERAL PUBLIC LICENSE
|
||||
Version 2.1, February 1999
|
||||
|
||||
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
[This is the first released version of the Lesser GPL. It also counts
|
||||
as the successor of the GNU Library Public License, version 2, hence
|
||||
the version number 2.1.]
|
||||
|
||||
Preamble
|
||||
|
||||
The licenses for most software are designed to take away your
|
||||
freedom to share and change it. By contrast, the GNU General Public
|
||||
Licenses are intended to guarantee your freedom to share and change
|
||||
free software--to make sure the software is free for all its users.
|
||||
|
||||
This license, the Lesser General Public License, applies to some
|
||||
specially designated software packages--typically libraries--of the
|
||||
Free Software Foundation and other authors who decide to use it. You
|
||||
can use it too, but we suggest you first think carefully about whether
|
||||
this license or the ordinary General Public License is the better
|
||||
strategy to use in any particular case, based on the explanations below.
|
||||
|
||||
When we speak of free software, we are referring to freedom of use,
|
||||
not price. Our General Public Licenses are designed to make sure that
|
||||
you have the freedom to distribute copies of free software (and charge
|
||||
for this service if you wish); that you receive source code or can get
|
||||
it if you want it; that you can change the software and use pieces of
|
||||
it in new free programs; and that you are informed that you can do
|
||||
these things.
|
||||
|
||||
To protect your rights, we need to make restrictions that forbid
|
||||
distributors to deny you these rights or to ask you to surrender these
|
||||
rights. These restrictions translate to certain responsibilities for
|
||||
you if you distribute copies of the library or if you modify it.
|
||||
|
||||
For example, if you distribute copies of the library, whether gratis
|
||||
or for a fee, you must give the recipients all the rights that we gave
|
||||
you. You must make sure that they, too, receive or can get the source
|
||||
code. If you link other code with the library, you must provide
|
||||
complete object files to the recipients, so that they can relink them
|
||||
with the library after making changes to the library and recompiling
|
||||
it. And you must show them these terms so they know their rights.
|
||||
|
||||
We protect your rights with a two-step method: (1) we copyright the
|
||||
library, and (2) we offer you this license, which gives you legal
|
||||
permission to copy, distribute and/or modify the library.
|
||||
|
||||
To protect each distributor, we want to make it very clear that
|
||||
there is no warranty for the free library. Also, if the library is
|
||||
modified by someone else and passed on, the recipients should know
|
||||
that what they have is not the original version, so that the original
|
||||
author's reputation will not be affected by problems that might be
|
||||
introduced by others.
|
||||
|
||||
Finally, software patents pose a constant threat to the existence of
|
||||
any free program. We wish to make sure that a company cannot
|
||||
effectively restrict the users of a free program by obtaining a
|
||||
restrictive license from a patent holder. Therefore, we insist that
|
||||
any patent license obtained for a version of the library must be
|
||||
consistent with the full freedom of use specified in this license.
|
||||
|
||||
Most GNU software, including some libraries, is covered by the
|
||||
ordinary GNU General Public License. This license, the GNU Lesser
|
||||
General Public License, applies to certain designated libraries, and
|
||||
is quite different from the ordinary General Public License. We use
|
||||
this license for certain libraries in order to permit linking those
|
||||
libraries into non-free programs.
|
||||
|
||||
When a program is linked with a library, whether statically or using
|
||||
a shared library, the combination of the two is legally speaking a
|
||||
combined work, a derivative of the original library. The ordinary
|
||||
General Public License therefore permits such linking only if the
|
||||
entire combination fits its criteria of freedom. The Lesser General
|
||||
Public License permits more lax criteria for linking other code with
|
||||
the library.
|
||||
|
||||
We call this license the "Lesser" General Public License because it
|
||||
does Less to protect the user's freedom than the ordinary General
|
||||
Public License. It also provides other free software developers Less
|
||||
of an advantage over competing non-free programs. These disadvantages
|
||||
are the reason we use the ordinary General Public License for many
|
||||
libraries. However, the Lesser license provides advantages in certain
|
||||
special circumstances.
|
||||
|
||||
For example, on rare occasions, there may be a special need to
|
||||
encourage the widest possible use of a certain library, so that it becomes
|
||||
a de-facto standard. To achieve this, non-free programs must be
|
||||
allowed to use the library. A more frequent case is that a free
|
||||
library does the same job as widely used non-free libraries. In this
|
||||
case, there is little to gain by limiting the free library to free
|
||||
software only, so we use the Lesser General Public License.
|
||||
|
||||
In other cases, permission to use a particular library in non-free
|
||||
programs enables a greater number of people to use a large body of
|
||||
free software. For example, permission to use the GNU C Library in
|
||||
non-free programs enables many more people to use the whole GNU
|
||||
operating system, as well as its variant, the GNU/Linux operating
|
||||
system.
|
||||
|
||||
Although the Lesser General Public License is Less protective of the
|
||||
users' freedom, it does ensure that the user of a program that is
|
||||
linked with the Library has the freedom and the wherewithal to run
|
||||
that program using a modified version of the Library.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow. Pay close attention to the difference between a
|
||||
"work based on the library" and a "work that uses the library". The
|
||||
former contains code derived from the library, whereas the latter must
|
||||
be combined with the library in order to run.
|
||||
|
||||
GNU LESSER GENERAL PUBLIC LICENSE
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
0. This License Agreement applies to any software library or other
|
||||
program which contains a notice placed by the copyright holder or
|
||||
other authorized party saying it may be distributed under the terms of
|
||||
this Lesser General Public License (also called "this License").
|
||||
Each licensee is addressed as "you".
|
||||
|
||||
A "library" means a collection of software functions and/or data
|
||||
prepared so as to be conveniently linked with application programs
|
||||
(which use some of those functions and data) to form executables.
|
||||
|
||||
The "Library", below, refers to any such software library or work
|
||||
which has been distributed under these terms. A "work based on the
|
||||
Library" means either the Library or any derivative work under
|
||||
copyright law: that is to say, a work containing the Library or a
|
||||
portion of it, either verbatim or with modifications and/or translated
|
||||
straightforwardly into another language. (Hereinafter, translation is
|
||||
included without limitation in the term "modification".)
|
||||
|
||||
"Source code" for a work means the preferred form of the work for
|
||||
making modifications to it. For a library, complete source code means
|
||||
all the source code for all modules it contains, plus any associated
|
||||
interface definition files, plus the scripts used to control compilation
|
||||
and installation of the library.
|
||||
|
||||
Activities other than copying, distribution and modification are not
|
||||
covered by this License; they are outside its scope. The act of
|
||||
running a program using the Library is not restricted, and output from
|
||||
such a program is covered only if its contents constitute a work based
|
||||
on the Library (independent of the use of the Library in a tool for
|
||||
writing it). Whether that is true depends on what the Library does
|
||||
and what the program that uses the Library does.
|
||||
|
||||
1. You may copy and distribute verbatim copies of the Library's
|
||||
complete source code as you receive it, in any medium, provided that
|
||||
you conspicuously and appropriately publish on each copy an
|
||||
appropriate copyright notice and disclaimer of warranty; keep intact
|
||||
all the notices that refer to this License and to the absence of any
|
||||
warranty; and distribute a copy of this License along with the
|
||||
Library.
|
||||
|
||||
You may charge a fee for the physical act of transferring a copy,
|
||||
and you may at your option offer warranty protection in exchange for a
|
||||
fee.
|
||||
|
||||
2. You may modify your copy or copies of the Library or any portion
|
||||
of it, thus forming a work based on the Library, and copy and
|
||||
distribute such modifications or work under the terms of Section 1
|
||||
above, provided that you also meet all of these conditions:
|
||||
|
||||
a) The modified work must itself be a software library.
|
||||
|
||||
b) You must cause the files modified to carry prominent notices
|
||||
stating that you changed the files and the date of any change.
|
||||
|
||||
c) You must cause the whole of the work to be licensed at no
|
||||
charge to all third parties under the terms of this License.
|
||||
|
||||
d) If a facility in the modified Library refers to a function or a
|
||||
table of data to be supplied by an application program that uses
|
||||
the facility, other than as an argument passed when the facility
|
||||
is invoked, then you must make a good faith effort to ensure that,
|
||||
in the event an application does not supply such function or
|
||||
table, the facility still operates, and performs whatever part of
|
||||
its purpose remains meaningful.
|
||||
|
||||
(For example, a function in a library to compute square roots has
|
||||
a purpose that is entirely well-defined independent of the
|
||||
application. Therefore, Subsection 2d requires that any
|
||||
application-supplied function or table used by this function must
|
||||
be optional: if the application does not supply it, the square
|
||||
root function must still compute square roots.)
|
||||
|
||||
These requirements apply to the modified work as a whole. If
|
||||
identifiable sections of that work are not derived from the Library,
|
||||
and can be reasonably considered independent and separate works in
|
||||
themselves, then this License, and its terms, do not apply to those
|
||||
sections when you distribute them as separate works. But when you
|
||||
distribute the same sections as part of a whole which is a work based
|
||||
on the Library, the distribution of the whole must be on the terms of
|
||||
this License, whose permissions for other licensees extend to the
|
||||
entire whole, and thus to each and every part regardless of who wrote
|
||||
it.
|
||||
|
||||
Thus, it is not the intent of this section to claim rights or contest
|
||||
your rights to work written entirely by you; rather, the intent is to
|
||||
exercise the right to control the distribution of derivative or
|
||||
collective works based on the Library.
|
||||
|
||||
In addition, mere aggregation of another work not based on the Library
|
||||
with the Library (or with a work based on the Library) on a volume of
|
||||
a storage or distribution medium does not bring the other work under
|
||||
the scope of this License.
|
||||
|
||||
3. You may opt to apply the terms of the ordinary GNU General Public
|
||||
License instead of this License to a given copy of the Library. To do
|
||||
this, you must alter all the notices that refer to this License, so
|
||||
that they refer to the ordinary GNU General Public License, version 2,
|
||||
instead of to this License. (If a newer version than version 2 of the
|
||||
ordinary GNU General Public License has appeared, then you can specify
|
||||
that version instead if you wish.) Do not make any other change in
|
||||
these notices.
|
||||
|
||||
Once this change is made in a given copy, it is irreversible for
|
||||
that copy, so the ordinary GNU General Public License applies to all
|
||||
subsequent copies and derivative works made from that copy.
|
||||
|
||||
This option is useful when you wish to copy part of the code of
|
||||
the Library into a program that is not a library.
|
||||
|
||||
4. You may copy and distribute the Library (or a portion or
|
||||
derivative of it, under Section 2) in object code or executable form
|
||||
under the terms of Sections 1 and 2 above provided that you accompany
|
||||
it with the complete corresponding machine-readable source code, which
|
||||
must be distributed under the terms of Sections 1 and 2 above on a
|
||||
medium customarily used for software interchange.
|
||||
|
||||
If distribution of object code is made by offering access to copy
|
||||
from a designated place, then offering equivalent access to copy the
|
||||
source code from the same place satisfies the requirement to
|
||||
distribute the source code, even though third parties are not
|
||||
compelled to copy the source along with the object code.
|
||||
|
||||
5. A program that contains no derivative of any portion of the
|
||||
Library, but is designed to work with the Library by being compiled or
|
||||
linked with it, is called a "work that uses the Library". Such a
|
||||
work, in isolation, is not a derivative work of the Library, and
|
||||
therefore falls outside the scope of this License.
|
||||
|
||||
However, linking a "work that uses the Library" with the Library
|
||||
creates an executable that is a derivative of the Library (because it
|
||||
contains portions of the Library), rather than a "work that uses the
|
||||
library". The executable is therefore covered by this License.
|
||||
Section 6 states terms for distribution of such executables.
|
||||
|
||||
When a "work that uses the Library" uses material from a header file
|
||||
that is part of the Library, the object code for the work may be a
|
||||
derivative work of the Library even though the source code is not.
|
||||
Whether this is true is especially significant if the work can be
|
||||
linked without the Library, or if the work is itself a library. The
|
||||
threshold for this to be true is not precisely defined by law.
|
||||
|
||||
If such an object file uses only numerical parameters, data
|
||||
structure layouts and accessors, and small macros and small inline
|
||||
functions (ten lines or less in length), then the use of the object
|
||||
file is unrestricted, regardless of whether it is legally a derivative
|
||||
work. (Executables containing this object code plus portions of the
|
||||
Library will still fall under Section 6.)
|
||||
|
||||
Otherwise, if the work is a derivative of the Library, you may
|
||||
distribute the object code for the work under the terms of Section 6.
|
||||
Any executables containing that work also fall under Section 6,
|
||||
whether or not they are linked directly with the Library itself.
|
||||
|
||||
6. As an exception to the Sections above, you may also combine or
|
||||
link a "work that uses the Library" with the Library to produce a
|
||||
work containing portions of the Library, and distribute that work
|
||||
under terms of your choice, provided that the terms permit
|
||||
modification of the work for the customer's own use and reverse
|
||||
engineering for debugging such modifications.
|
||||
|
||||
You must give prominent notice with each copy of the work that the
|
||||
Library is used in it and that the Library and its use are covered by
|
||||
this License. You must supply a copy of this License. If the work
|
||||
during execution displays copyright notices, you must include the
|
||||
copyright notice for the Library among them, as well as a reference
|
||||
directing the user to the copy of this License. Also, you must do one
|
||||
of these things:
|
||||
|
||||
a) Accompany the work with the complete corresponding
|
||||
machine-readable source code for the Library including whatever
|
||||
changes were used in the work (which must be distributed under
|
||||
Sections 1 and 2 above); and, if the work is an executable linked
|
||||
with the Library, with the complete machine-readable "work that
|
||||
uses the Library", as object code and/or source code, so that the
|
||||
user can modify the Library and then relink to produce a modified
|
||||
executable containing the modified Library. (It is understood
|
||||
that the user who changes the contents of definitions files in the
|
||||
Library will not necessarily be able to recompile the application
|
||||
to use the modified definitions.)
|
||||
|
||||
b) Use a suitable shared library mechanism for linking with the
|
||||
Library. A suitable mechanism is one that (1) uses at run time a
|
||||
copy of the library already present on the user's computer system,
|
||||
rather than copying library functions into the executable, and (2)
|
||||
will operate properly with a modified version of the library, if
|
||||
the user installs one, as long as the modified version is
|
||||
interface-compatible with the version that the work was made with.
|
||||
|
||||
c) Accompany the work with a written offer, valid for at
|
||||
least three years, to give the same user the materials
|
||||
specified in Subsection 6a, above, for a charge no more
|
||||
than the cost of performing this distribution.
|
||||
|
||||
d) If distribution of the work is made by offering access to copy
|
||||
from a designated place, offer equivalent access to copy the above
|
||||
specified materials from the same place.
|
||||
|
||||
e) Verify that the user has already received a copy of these
|
||||
materials or that you have already sent this user a copy.
|
||||
|
||||
For an executable, the required form of the "work that uses the
|
||||
Library" must include any data and utility programs needed for
|
||||
reproducing the executable from it. However, as a special exception,
|
||||
the materials to be distributed need not include anything that is
|
||||
normally distributed (in either source or binary form) with the major
|
||||
components (compiler, kernel, and so on) of the operating system on
|
||||
which the executable runs, unless that component itself accompanies
|
||||
the executable.
|
||||
|
||||
It may happen that this requirement contradicts the license
|
||||
restrictions of other proprietary libraries that do not normally
|
||||
accompany the operating system. Such a contradiction means you cannot
|
||||
use both them and the Library together in an executable that you
|
||||
distribute.
|
||||
|
||||
7. You may place library facilities that are a work based on the
|
||||
Library side-by-side in a single library together with other library
|
||||
facilities not covered by this License, and distribute such a combined
|
||||
library, provided that the separate distribution of the work based on
|
||||
the Library and of the other library facilities is otherwise
|
||||
permitted, and provided that you do these two things:
|
||||
|
||||
a) Accompany the combined library with a copy of the same work
|
||||
based on the Library, uncombined with any other library
|
||||
facilities. This must be distributed under the terms of the
|
||||
Sections above.
|
||||
|
||||
b) Give prominent notice with the combined library of the fact
|
||||
that part of it is a work based on the Library, and explaining
|
||||
where to find the accompanying uncombined form of the same work.
|
||||
|
||||
8. You may not copy, modify, sublicense, link with, or distribute
|
||||
the Library except as expressly provided under this License. Any
|
||||
attempt otherwise to copy, modify, sublicense, link with, or
|
||||
distribute the Library is void, and will automatically terminate your
|
||||
rights under this License. However, parties who have received copies,
|
||||
or rights, from you under this License will not have their licenses
|
||||
terminated so long as such parties remain in full compliance.
|
||||
|
||||
9. You are not required to accept this License, since you have not
|
||||
signed it. However, nothing else grants you permission to modify or
|
||||
distribute the Library or its derivative works. These actions are
|
||||
prohibited by law if you do not accept this License. Therefore, by
|
||||
modifying or distributing the Library (or any work based on the
|
||||
Library), you indicate your acceptance of this License to do so, and
|
||||
all its terms and conditions for copying, distributing or modifying
|
||||
the Library or works based on it.
|
||||
|
||||
10. Each time you redistribute the Library (or any work based on the
|
||||
Library), the recipient automatically receives a license from the
|
||||
original licensor to copy, distribute, link with or modify the Library
|
||||
subject to these terms and conditions. You may not impose any further
|
||||
restrictions on the recipients' exercise of the rights granted herein.
|
||||
You are not responsible for enforcing compliance by third parties with
|
||||
this License.
|
||||
|
||||
11. If, as a consequence of a court judgment or allegation of patent
|
||||
infringement or for any other reason (not limited to patent issues),
|
||||
conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot
|
||||
distribute so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you
|
||||
may not distribute the Library at all. For example, if a patent
|
||||
license would not permit royalty-free redistribution of the Library by
|
||||
all those who receive copies directly or indirectly through you, then
|
||||
the only way you could satisfy both it and this License would be to
|
||||
refrain entirely from distribution of the Library.
|
||||
|
||||
If any portion of this section is held invalid or unenforceable under any
|
||||
particular circumstance, the balance of the section is intended to apply,
|
||||
and the section as a whole is intended to apply in other circumstances.
|
||||
|
||||
It is not the purpose of this section to induce you to infringe any
|
||||
patents or other property right claims or to contest validity of any
|
||||
such claims; this section has the sole purpose of protecting the
|
||||
integrity of the free software distribution system which is
|
||||
implemented by public license practices. Many people have made
|
||||
generous contributions to the wide range of software distributed
|
||||
through that system in reliance on consistent application of that
|
||||
system; it is up to the author/donor to decide if he or she is willing
|
||||
to distribute software through any other system and a licensee cannot
|
||||
impose that choice.
|
||||
|
||||
This section is intended to make thoroughly clear what is believed to
|
||||
be a consequence of the rest of this License.
|
||||
|
||||
12. If the distribution and/or use of the Library is restricted in
|
||||
certain countries either by patents or by copyrighted interfaces, the
|
||||
original copyright holder who places the Library under this License may add
|
||||
an explicit geographical distribution limitation excluding those countries,
|
||||
so that distribution is permitted only in or among countries not thus
|
||||
excluded. In such case, this License incorporates the limitation as if
|
||||
written in the body of this License.
|
||||
|
||||
13. The Free Software Foundation may publish revised and/or new
|
||||
versions of the Lesser General Public License from time to time.
|
||||
Such new versions will be similar in spirit to the present version,
|
||||
but may differ in detail to address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the Library
|
||||
specifies a version number of this License which applies to it and
|
||||
"any later version", you have the option of following the terms and
|
||||
conditions either of that version or of any later version published by
|
||||
the Free Software Foundation. If the Library does not specify a
|
||||
license version number, you may choose any version ever published by
|
||||
the Free Software Foundation.
|
||||
|
||||
14. If you wish to incorporate parts of the Library into other free
|
||||
programs whose distribution conditions are incompatible with these,
|
||||
write to the author to ask for permission. For software which is
|
||||
copyrighted by the Free Software Foundation, write to the Free
|
||||
Software Foundation; we sometimes make exceptions for this. Our
|
||||
decision will be guided by the two goals of preserving the free status
|
||||
of all derivatives of our free software and of promoting the sharing
|
||||
and reuse of software generally.
|
||||
|
||||
NO WARRANTY
|
||||
|
||||
15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
|
||||
WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
|
||||
EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
|
||||
OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
|
||||
KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
|
||||
LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
|
||||
THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
||||
|
||||
16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
|
||||
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
|
||||
AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
|
||||
FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
|
||||
CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
|
||||
LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
|
||||
RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
|
||||
FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
|
||||
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
||||
DAMAGES.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Libraries
|
||||
|
||||
If you develop a new library, and you want it to be of the greatest
|
||||
possible use to the public, we recommend making it free software that
|
||||
everyone can redistribute and change. You can do so by permitting
|
||||
redistribution under these terms (or, alternatively, under the terms of the
|
||||
ordinary General Public License).
|
||||
|
||||
To apply these terms, attach the following notices to the library. It is
|
||||
safest to attach them to the start of each source file to most effectively
|
||||
convey the exclusion of warranty; and each file should have at least the
|
||||
"copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the library's name and a brief idea of what it does.>
|
||||
Copyright (C) <year> <name of author>
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2.1 of the License, or (at your option) any later version.
|
||||
|
||||
This library is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
Lesser General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Lesser General Public
|
||||
License along with this library; if not, write to the Free Software
|
||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
You should also get your employer (if you work as a programmer) or your
|
||||
school, if any, to sign a "copyright disclaimer" for the library, if
|
||||
necessary. Here is a sample; alter the names:
|
||||
|
||||
Yoyodyne, Inc., hereby disclaims all copyright interest in the
|
||||
library `Frob' (a library for tweaking knobs) written by James Random Hacker.
|
||||
|
||||
<signature of Ty Coon>, 1 April 1990
|
||||
Ty Coon, President of Vice
|
||||
|
||||
That's all there is to it!
|
||||
|
||||
|
||||
850
client-wiaas/public/static/js/tinymce/changelog.txt
Normal file
@@ -0,0 +1,850 @@
|
||||
Version 4.7.3 (2017-11-23)
|
||||
Added functionality to open the Codesample Plugin dialog when double clicking on a codesample. Patch contributed by dakuzen.
|
||||
Fixed bug where undo/redo didn't work correctly with some formats and caret positions.
|
||||
Fixed bug where the color picker didn't show up in Table Plugin dialogs.
|
||||
Fixed bug where it wasn't possible to change the width of a table through the Table Plugin dialog.
|
||||
Fixed bug where the Charmap Plugin couldn't insert some special characters.
|
||||
Fixed bug where editing a newly inserted link would not actually edit the link but insert a new link next to it.
|
||||
Fixed bug where deleting all content in a table cell made it impossible to place the caret into it.
|
||||
Fixed bug where the vertical alignment field in the Table Plugin cell properties dialog didn't do anything.
|
||||
Fixed bug where an image with a caption showed two sets of resize handles in IE11.
|
||||
Fixed bug where pressing the enter button inside of an h1 with contenteditable set to true would sometimes produce a p tag.
|
||||
Fixed bug with backspace not working as expected before a noneditable element.
|
||||
Fixed bug where operating on tables with invalid rowspans would cause an error to be thrown.
|
||||
Fixed so a real base64 representation of the image is available on the blobInfo that the images_upload_handler gets called with.
|
||||
Fixed so the image upload tab is available when the images_upload_handler is defined (and not only when the images_upload_url is defined).
|
||||
Version 4.7.2 (2017-11-07)
|
||||
Added newly rewritten Table Plugin.
|
||||
Added support for attributes with colon in valid_elements and addValidElements.
|
||||
Added support for dailymotion short url in the Media Plugin. Patch contributed by maat8.
|
||||
Added support for converting to half pt when converting font size from px to pt. Patch contributed by danny6514.
|
||||
Added support for location hash to the Autosave plugin to make it work better with SPAs using hash routing.
|
||||
Added support for merging table cells when pasting a table into another table.
|
||||
Changed so the language packs are only loaded once. Patch contributed by 0xor1.
|
||||
Simplified the css for inline boundaries selection by switching to an attribute selector.
|
||||
Fixed bug where an error would be thrown on editor initialization if the window.getSelection() returned null.
|
||||
Fixed bug where holding down control or alt keys made the keyboard navigation inside an inline boundary not work as expected.
|
||||
Fixed bug where applying formats in IE11 produced extra, empty paragraphs in the editor.
|
||||
Fixed bug where the Word Count Plugin didn't count some mathematical operators correctly.
|
||||
Fixed bug where removing an inline editor removed the element that the editor had been initialized on.
|
||||
Fixed bug where setting the selection to the end of an editable container caused some formatting problems.
|
||||
Fixed bug where an error would be thrown sometimes when an editor was removed because of the selection bookmark was being stored asynchronously.
|
||||
Fixed a bug where an editor initialized on an empty list did not contain any valid cursor positions.
|
||||
Fixed a bug with the Context Menu Plugin and webkit browsers on Mac where right-clicking inside a table would produce an incorrect selection.
|
||||
Fixed bug where the Image Plugin constrain proportions setting wasn't working as expected.
|
||||
Fixed bug where deleting the last character in a span with decorations produced an incorrect element when typing.
|
||||
Fixed bug where focusing on inline editors made the toolbar flicker when moving between elements quickly.
|
||||
Fixed bug where the selection would be stored incorrectly in inline editors when the mouseup event was fired outside the editor body.
|
||||
Fixed bug where toggling bold at the end of an inline boundary would toggle off the whole word.
|
||||
Fixed bug where setting the skin to false would not stop the loading of some skin css files.
|
||||
Fixed bug in mobile theme where pinch-to-zoom would break after exiting the editor.
|
||||
Fixed bug where sublists of a fully selected list would not be switched correctly when changing list style.
|
||||
Fixed bug where inserting media by source would break the UndoManager.
|
||||
Fixed bug where inserting some content into the editor with a specific selection would replace some content incorrectly.
|
||||
Fixed bug where selecting all content with ctrl+a in IE11 caused problems with untoggling some formatting.
|
||||
Fixed bug where the Search and Replace Plugin left some marker spans in the editor when undoing and redoing after replacing some content.
|
||||
Fixed bug where the editor would not get a scrollbar when using the Fullscreen and Autoresize plugins together.
|
||||
Fixed bug where the font selector would stop working correctly after selecting fonts three times.
|
||||
Fixed so pressing the enter key inside of an inline boundary inserts a br after the inline boundary element.
|
||||
Fixed a bug where it wasn't possible to use tab navigation inside of a table that was inside of a list.
|
||||
Fixed bug where end_container_on_empty_block would incorrectly remove elements.
|
||||
Fixed bug where content_styles weren't added to the Preview Plugin iframe.
|
||||
Fixed so the beforeSetContent/beforeGetContent events are preventable.
|
||||
Fixed bug where changing height value in Table Plugin advanced tab didn't do anything.
|
||||
Fixed bug where it wasn't possible to remove formatting from content in beginning of table cell.
|
||||
Version 4.7.1 (2017-10-09)
|
||||
Fixed bug where theme set to false on an inline editor produced an extra div element after the target element.
|
||||
Fixed bug where the editor drag icon was misaligned with the branding set to false.
|
||||
Fixed bug where doubled menu items were not being removed as expected with the removed_menuitems setting.
|
||||
Fixed bug where the Table of contents plugin threw an error when initialized.
|
||||
Fixed bug where it wasn't possible to add inline formats to text selected right to left.
|
||||
Fixed bug where the paste from plain text mode did not work as expected.
|
||||
Fixed so the style previews do not set color and background color when selected.
|
||||
Fixed bug where the Autolink plugin didn't work as expected with some formats applied on an empty editor.
|
||||
Fixed bug where the Textpattern plugin were throwing errors on some patterns.
|
||||
Fixed bug where the Save plugin saved all editors instead of only the active editor. Patch contributed by dannoe.
|
||||
Version 4.7.0 (2017-10-03)
|
||||
Added new mobile ui that is specifically designed for mobile devices.
|
||||
Updated the default skin to be more modern and white since white is preferred by most implementations.
|
||||
Restructured the default menus to be more similar to common office suites like Google Docs.
|
||||
Fixed so theme can be set to false on both inline and iframe editor modes.
|
||||
Fixed bug where inline editor would add/remove the visualblocks css multiple times.
|
||||
Fixed bug where selection wouldn't be properly restored when editor lost focus and commands where invoked.
|
||||
Fixed bug where toc plugin would generate id:s for headers even though a toc wasn't inserted into the content.
|
||||
Fixed bug where is wasn't possible to drag/drop contents within the editor if paste_data_images where set to true.
|
||||
Fixed bug where getParam and close in WindowManager would get the first opened window instead of the last opened window.
|
||||
Fixed bug where delete would delete between cells inside a table in Firefox.
|
||||
Version 4.6.7 (2017-09-18)
|
||||
Fixed bug where paste wasn't working in IOS.
|
||||
Fixed bug where the Word Count Plugin didn't count some mathematical operators correctly.
|
||||
Fixed bug where inserting a list in a table caused the cell to expand in height.
|
||||
Fixed bug where pressing enter in a list located inside of a table deleted list items instead of inserting new list item.
|
||||
Fixed bug where copy and pasting table cells produced inconsistent results.
|
||||
Fixed bug where initializing an editor with an ID of 'length' would throw an exception.
|
||||
Fixed bug where it was possible to split a non merged table cell.
|
||||
Fixed bug where copy and pasting a list with a very specific selection into another list would produce a nested list.
|
||||
Fixed bug where copy and pasting ordered lists sometimes produced unordered lists.
|
||||
Fixed bug where padded elements inside other elements would be treated as empty.
|
||||
Added some missing translations to Image, Link and Help plugins.
|
||||
Fixed so you can resize images inside a figure element.
|
||||
Fixed bug where an inline TinyMCE editor initialized on a table did not set selection on load in Chrome.
|
||||
Fixed the positioning of the inlite toolbar when the target element wasn't big enough to fit the toolbar.
|
||||
Version 4.6.6 (2017-08-30)
|
||||
Fixed so that notifications wrap long text content instead of bleeding outside the notification element.
|
||||
Fixed so the content_style css is added after the skin and custom stylesheets.
|
||||
Fixed bug where it wasn't possible to remove a table with the Cut button.
|
||||
Fixed bug where the center format wasn't getting the same font size as the other formats in the format preview.
|
||||
Fixed bug where the wordcount plugin wasn't counting hyphenated words correctly.
|
||||
Fixed bug where all content pasted into the editor was added to the end of the editor.
|
||||
Fixed bug where enter keydown on list item selection only deleted content and didn't create a new line.
|
||||
Fixed bug where destroying the editor while the content css was still loading caused error notifications on Firefox.
|
||||
Fixed bug where undoing cut operation in IE11 left some unwanted html in the editor content.
|
||||
Fixed bug where enter keydown would throw an error in IE11.
|
||||
Fixed bug where duplicate instances of an editor were added to the editors array when using the createEditor API.
|
||||
Fixed bug where the formatter applied formats on the wrong content when spellchecker was activated.
|
||||
Fixed bug where switching formats would reset font size on child nodes.
|
||||
Fixed bug where the table caption element weren't always the first descendant to the table tag.
|
||||
Fixed bug where pasting some content into the editor on chrome some newlines were removed.
|
||||
Fixed bug where it wasn't possible to remove a list if a list item was a table element.
|
||||
Fixed bug where copy/pasting partial selections of tables wouldn't produce a proper table.
|
||||
Fixed bug where the searchreplace plugin could not find consecutive spaces.
|
||||
Fixed bug where background color wasn't applied correctly on some partially selected contents.
|
||||
Version 4.6.5 (2017-08-02)
|
||||
Added new inline_boundaries_selector that allows you to specify the elements that should have boundaries.
|
||||
Added new local upload feature this allows the user to upload images directly from the image dialog.
|
||||
Added a new api for providing meta data for plugins. It will show up in the help dialog if it's provided.
|
||||
Fixed so that the notifications created by the notification manager are more screen reader accessible.
|
||||
Fixed bug where changing the list format on multiple selected lists didn't change all of the lists.
|
||||
Fixed bug where the nonbreaking plugin would insert multiple undo levels when pressing the tab key.
|
||||
Fixed bug where delete/backspace wouldn't render a caret when all editor contents where deleted.
|
||||
Fixed bug where delete/backspace wouldn't render a caret if the deleted element was a single contentEditable false element.
|
||||
Fixed bug where the wordcount plugin wouldn't count words correctly if word where typed after applying a style format.
|
||||
Fixed bug where the wordcount plugin would count mathematical formulas as multiple words for example 1+1=2.
|
||||
Fixed bug where formatting of triple clicked blocks on Chrome/Safari would result in styles being added outside the visual selection.
|
||||
Fixed bug where paste would add the contents to the end of the editor area when inline mode was used.
|
||||
Fixed bug where toggling off bold formatting on text entered in a new paragraph would add an extra line break.
|
||||
Fixed bug where autolink plugin would only produce a link on every other consecutive link on Firefox.
|
||||
Fixed bug where it wasn't possible to select all contents if the content only had one pre element.
|
||||
Fixed bug where sizzle would produce lagging behavior on some sites due to repaints caused by feature detection.
|
||||
Fixed bug where toggling off inline formats wouldn't include the space on selected contents with leading or trailing spaces.
|
||||
Fixed bug where the cut operation in UI wouldn't work in Chrome.
|
||||
Fixed bug where some legacy editor initialization logic would throw exceptions about editor settings not being defined.
|
||||
Fixed bug where it wasn't possible to apply text color to links if they where part of a non collapsed selection.
|
||||
Fixed bug where an exception would be thrown if the user selected a video element and then moved the focus outside the editor.
|
||||
Fixed bug where list operations didn't work if there where block elements inside the list items.
|
||||
Fixed bug where applying block formats to lists wrapped in block elements would apply to all elements in that wrapped block.
|
||||
Version 4.6.4 (2017-06-13)
|
||||
Fixed bug where the editor would move the caret when clicking on the scrollbar next to a content editable false block.
|
||||
Fixed bug where the text color select dropdowns wasn't placed correctly when they didn't fit the width of the screen.
|
||||
Fixed bug where the default editor line height wasn't working for mixed font size contents.
|
||||
Fixed bug where the content css files for inline editors were loaded multiple times for multiple editor instances.
|
||||
Fixed bug where the initial value of the font size/font family dropdowns wasn't displayed.
|
||||
Fixed bug where the I18n api was not supporting arrays as the translation replacement values.
|
||||
Fixed bug where chrome would display "The given range isn't in document." errors for invalid ranges passed to setRng.
|
||||
Fixed bug where the compat3x plugin wasn't working since the global tinymce references wasn't resolved correctly.
|
||||
Fixed bug where the preview plugin wasn't encoding the base url passed into the iframe contents producing a xss bug.
|
||||
Fixed bug where the dom parser/serializer wasn't handling some special elements like noframes, title and xmp.
|
||||
Fixed bug where the dom parser/serializer wasn't handling cdata sections with comments inside.
|
||||
Fixed bug where the editor would scroll to the top of the editable area if a dialog was closed in inline mode.
|
||||
Fixed bug where the link dialog would not display the right rel value if rel_list was configured.
|
||||
Fixed bug where the context menu would select images on some platforms but not others.
|
||||
Fixed bug where the filenames of images were not retained on dragged and drop into the editor from the desktop.
|
||||
Fixed bug where the paste plugin would misrepresent newlines when pasting plain text and having forced_root_block configured.
|
||||
Fixed so that the error messages for the imagetools plugin is more human readable.
|
||||
Fixed so the internal validate setting for the parser/serializer can't be set from editor initialization settings.
|
||||
Version 4.6.3 (2017-05-30)
|
||||
Fixed bug where the arrow keys didn't work correctly when navigating on nested inline boundary elements.
|
||||
Fixed bug where delete/backspace didn't work correctly on nested inline boundary elements.
|
||||
Fixed bug where image editing didn't work on subsequent edits of the same image.
|
||||
Fixed bug where charmap descriptions wouldn't properly wrap if they exceeded the width of the box.
|
||||
Fixed bug where the default image upload handler only accepted 200 as a valid http status code.
|
||||
Fixed so rel on target=_blank links gets forced with only noopener instead of both noopener and noreferrer.
|
||||
Version 4.6.2 (2017-05-23)
|
||||
Fixed bug where the SaxParser would run out of memory on very large documents.
|
||||
Fixed bug with formatting like font size wasn't applied to del elements.
|
||||
Fixed bug where various api calls would be throwing exceptions if they where invoked on a removed editor instance.
|
||||
Fixed bug where the branding position would be incorrect if the editor was inside a hidden tab and then later showed.
|
||||
Fixed bug where the color levels feature in the imagetools dialog wasn't working properly.
|
||||
Fixed bug where imagetools dialog wouldn't pre-load images from CORS domains, before trying to prepare them for editing.
|
||||
Fixed bug where the tab key would move the caret to the next table cell if being pressed inside a list inside a table.
|
||||
Fixed bug where the cut/copy operations would loose parent context like the current format etc.
|
||||
Fixed bug with format preview not working on invalid elements excluded by valid_elements.
|
||||
Fixed bug where blocks would be merged in incorrect order on backspace/delete.
|
||||
Fixed bug where zero length text nodes would cause issues with the undo logic if there where iframes present.
|
||||
Fixed bug where the font size/family select lists would throw errors if the first node was a comment.
|
||||
Fixed bug with csp having to allow local script evaluation since it was used to detect global scope.
|
||||
Fixed bug where CSP required a relaxed option for javascript: URLs in unsupported legacy browsers.
|
||||
Fixed bug where a fake caret would be rendered for td with the contenteditable=false.
|
||||
Fixed bug where typing would be blocked on IE 11 when within a nested contenteditable=true/false structure.
|
||||
Version 4.6.1 (2017-05-10)
|
||||
Added configuration option to list plugin to disable tab indentation.
|
||||
Fixed bug where format change on very specific content could cause the selection to change.
|
||||
Fixed bug where TinyMCE could not be lazyloaded through jquery integration.
|
||||
Fixed bug where entities in style attributes weren't decoded correctly on paste in webkit.
|
||||
Fixed bug where fontsize_formats option had been renamed incorrectly.
|
||||
Fixed bug with broken backspace/delete behaviour between contenteditable=false blocks.
|
||||
Fixed bug where it wasn't possible to backspace to the previous line with the inline boundaries functionality turned on.
|
||||
Fixed bug where is wasn't possible to move caret left and right around a linked image with the inline boundaries functionality turned on.
|
||||
Fixed bug where pressing enter after/before hr element threw exception. Patch contributed bradleyke.
|
||||
Fixed so the CSS in the visualblocks plugin doesn't overwrite background color. Patch contributed by Christian Rank.
|
||||
Fixed bug where multibyte characters weren't encoded correctly. Patch contributed by James Tarkenton.
|
||||
Fixed bug where shift-click to select within contenteditable=true fields wasn't working.
|
||||
Version 4.6.0 (2017-05-04)
|
||||
Dropped support for IE 8-10 due to market share and lack of support from Microsoft. See tinymce docs for details.
|
||||
Added an inline boundary caret position feature that makes it easier to type at the beginning/end of links/code elements.
|
||||
Added a help plugin that adds a button and a dialog showing the editor shortcuts and loaded plugins.
|
||||
Added an inline_boundaries option that allows you to disable the inline boundary feature if it's not desired.
|
||||
Added a new ScrollIntoView event that allows you to override the default scroll to element behavior.
|
||||
Added role and aria- attributes as valid elements in the default valid elements config.
|
||||
Added new internal flag for PastePreProcess/PastePostProcess this is useful to know if the paste was coming from an external source.
|
||||
Added new ignore function to UndoManager this works similar to transact except that it doesn't add an undo level by default.
|
||||
Fixed so that urls gets retained for images when being edited. This url is then passed on to the upload handler.
|
||||
Fixed so that the editors would be initialized on readyState interactive instead of complete.
|
||||
Fixed so that the init event of the editor gets fired once all contentCSS files have been properly loaded.
|
||||
Fixed so that width/height of the editor gets taken from the textarea element if it's explicitly specified in styles.
|
||||
Fixed so that keep_styles set to false no longer clones class/style from the previous paragraph on enter.
|
||||
Fixed so that the default line-height is 1.2em to avoid zwnbsp characters from producing text rendering glitches on Windows.
|
||||
Fixed so that loading errors of content css gets presented by a notification message.
|
||||
Fixed so figure image elements can be linked when selected this wraps the figure image in a anchor element.
|
||||
Fixed bug where it wasn't possible to copy/paste rows with colspans by using the table copy/paste feature.
|
||||
Fixed bug where the protect setting wasn't properly applied to header/footer parts when using the fullpage plugin.
|
||||
Fixed bug where custom formats that specified upper case element names where not applied correctly.
|
||||
Fixed bug where some screen readers weren't reading buttons due to an aria specific fix for IE 8.
|
||||
Fixed bug where cut wasn't working correctly on iOS due to it's clipboard API not working correctly.
|
||||
Fixed bug where Edge would paste div elements instead of paragraphs when pasting plain text.
|
||||
Fixed bug where the textpattern plugin wasn't dealing with trailing punctuations correctly.
|
||||
Fixed bug where image editing would some times change the image format from jpg to png.
|
||||
Fixed bug where some UI elements could be inserted into the toolbar even if they where not registered.
|
||||
Fixed bug where it was possible to click the TD instead of the character in the character map and that caused an exception.
|
||||
Fixed bug where the font size/font family dropdowns would sometimes show an incorrect value due to css not being loaded in time.
|
||||
Fixed bug with the media plugin inserting undefined instead of retaining size when media_dimensions was set to false.
|
||||
Fixed bug with deleting images when forced_root_blocks where set to false.
|
||||
Fixed bug where input focus wasn't properly handled on nested content editable elements.
|
||||
Fixed bug where Chrome/Firefox would throw an exception when selecting images due to recent change of setBaseAndExtent support.
|
||||
Fixed bug where malformed blobs would throw exceptions now they are simply ignored.
|
||||
Fixed bug where backspace/delete wouldn't work properly in some cases where all contents was selected in WebKit.
|
||||
Fixed bug with Angular producing errors since it was expecting events objects to be patched with their custom properties.
|
||||
Fixed bug where the formatter would apply formatting to spellchecker errors now all bogus elements are excluded.
|
||||
Fixed bug with backspace/delete inside table caption elements wouldn't behave properly on IE 11.
|
||||
Fixed bug where typing after a contenteditable false inline element could move the caret to the end of that element.
|
||||
Fixed bug where backspace before/after contenteditable false blocks wouldn't properly remove the right element.
|
||||
Fixed bug where backspace before/after contenteditable false inline elements wouldn't properly empty the current block element.
|
||||
Fixed bug where vertical caret navigation with a custom line-height would sometimes match incorrect positions.
|
||||
Fixed bug with paste on Edge where character encoding wasn't handled properly due to a browser bug.
|
||||
Fixed bug with paste on Edge where extra fragment data was inserted into the contents when pasting.
|
||||
Fixed bug with pasting contents when having a whole block element selected on WebKit could cause WebKit spans to appear.
|
||||
Fixed bug where the visualchars plugin wasn't working correctly showing invisible nbsp characters.
|
||||
Fixed bug where browsers would hang if you tried to load some malformed html contents.
|
||||
Fixed bug where the init call promise wouldn't resolve if the specified selector didn't find any matching elements.
|
||||
Fixed bug where the Schema isValidChild function was case sensitive.
|
||||
Version 4.5.3 (2017-02-01)
|
||||
Added keyboard navigation for menu buttons when the menu is in focus.
|
||||
Added api to the list plugin for setting custom classes/attributes on lists.
|
||||
Added validation for the anchor plugin input field according to W3C id naming specifications.
|
||||
Fixed bug where media placeholders were removed after resize with the forced_root_block setting set to false.
|
||||
Fixed bug where deleting selections with similar sibling nodes sometimes deleted the whole document.
|
||||
Fixed bug with inlite theme where several toolbars would appear scrolling when more than one instance of the editor was in use.
|
||||
Fixed bug where the editor would throw error with the fontselect plugin on hidden editor instances in Firefox.
|
||||
Fixed bug where the background color would not stretch to the font size.
|
||||
Fixed bug where font size would be removed when changing background color.
|
||||
Fixed bug where the undomanager trimmed away whitespace between nodes on undo/redo.
|
||||
Fixed bug where media_dimensions=false in media plugin caused the editor to throw an error.
|
||||
Fixed bug where IE was producing font/u elements within links on paste.
|
||||
Fixed bug where some button tooltips were broken when compat3x was in use.
|
||||
Fixed bug where backspace/delete/typeover would remove the caption element.
|
||||
Fixed bug where powerspell failed to function when compat3x was enabled.
|
||||
Fixed bug where it wasn't possible to apply sub/sup on text with large font size.
|
||||
Fixed bug where pre tags with spaces weren't treated as content.
|
||||
Fixed bug where Meta+A would select the entire document instead of all contents in nested ce=true elements.
|
||||
Version 4.5.2 (2017-01-04)
|
||||
Added missing keyboard shortcut description for the underline menu item in the format menu.
|
||||
Fixed bug where external blob urls wasn't properly handled by editor upload logic. Patch contributed by David Oviedo.
|
||||
Fixed bug where urls wasn't treated as a single word by the wordcount plugin.
|
||||
Fixed bug where nbsp characters wasn't treated as word delimiters by the wordcount plugin.
|
||||
Fixed bug where editor instance wasn't properly passed to the format preview logic. Patch contributed by NullQuery.
|
||||
Fixed bug where the fake caret wasn't hidden when you moved selection to a cE=false element.
|
||||
Fixed bug where it wasn't possible to edit existing code sample blocks.
|
||||
Fixed bug where it wasn't possible to delete editor contents if the selection included an empty block.
|
||||
Fixed bug where the formatter wasn't expanding words on some international characters. Patch contributed by Martin Larochelle.
|
||||
Fixed bug where the open link feature wasn't working correctly on IE 11.
|
||||
Fixed bug where enter before/after a cE=false block wouldn't properly padd the paragraph with an br element.
|
||||
Fixed so font size and font family select boxes always displays a value by using the runtime style as a fallback.
|
||||
Fixed so missing plugins will be logged to console as warnings rather than halting the initialization of the editor.
|
||||
Fixed so splitbuttons become normal buttons in advlist plugin if styles are empty. Patch contributed by René Schleusner.
|
||||
Fixed so you can multi insert rows/cols by selecting table cells and using insert rows/columns.
|
||||
Version 4.5.1 (2016-12-07)
|
||||
Fixed bug where the lists plugin wouldn't initialize without the advlist plugins if served from cdn.
|
||||
Fixed bug where selectors with "*" would cause the style format preview to throw an error.
|
||||
Fixed bug with toggling lists off on lists with empty list items would throw an error.
|
||||
Fixed bug where editing images would produce non existing blob uris.
|
||||
Fixed bug where the offscreen toc selection would be treated as the real toc element.
|
||||
Fixed bug where the aria level attribute for element path would have an incorrect start index.
|
||||
Fixed bug where the offscreen selection of cE=false that where very wide would be shown onscreen. Patch contributed by Steven Bufton.
|
||||
Fixed so the default_link_target gets applied to links created by the autolink plugin.
|
||||
Fixed so that the name attribute gets removed by the anchor plugin if editing anchors.
|
||||
Version 4.5.0 (2016-11-23)
|
||||
Added new toc plugin allows you to insert table of contents based on editor headings.
|
||||
Added new auto complete menu to all url fields. Adds history, link to anchors etc.
|
||||
Added new sidebar api that allows you to add custom sidebar panels and buttons to toggle these.
|
||||
Added new insert menu button that allows you to have multiple insert functions under the same menu button.
|
||||
Added new open link feature to ctrl+click, alt+enter and context menu.
|
||||
Added new media_embed_handler option to allow the media plugin to be populated with custom embeds.
|
||||
Added new support for editing transparent images using the image tools dialog.
|
||||
Added new images_reuse_filename option to allow filenames of images to be retained for upload.
|
||||
Added new security feature where links with target="_blank" will by default get rel="noopener noreferrer".
|
||||
Added new allow_unsafe_link_target to allow you to opt-out of the target="_blank" security feature.
|
||||
Added new style_formats_autohide option to automatically hide styles based on context.
|
||||
Added new codesample_content_css option to specify where the code sample prism css is loaded from.
|
||||
Added new support for Japanese/Chinese word count following the unicode standards on this.
|
||||
Added new fragmented undo levels this dramatically reduces flicker on contents with iframes.
|
||||
Added new live previews for complex elements like table or lists.
|
||||
Fixed bug where it wasn't possible to properly tab between controls in a dialog with a disabled form item control.
|
||||
Fixed bug where firefox would generate a rectangle on elements produced after/before a cE=false elements.
|
||||
Fixed bug with advlist plugin not switching list element format properly in some edge cases.
|
||||
Fixed bug where col/rowspans wasn't correctly computed by the table plugin in some cases.
|
||||
Fixed bug where the table plugin would thrown an error if object_resizing was disabled.
|
||||
Fixed bug where some invalid markup would cause issues when running in XHTML mode. Patch contributed by Charles Bourasseau.
|
||||
Fixed bug where the fullscreen class wouldn't be removed properly when closing dialogs.
|
||||
Fixed bug where the PastePlainTextToggle event wasn't fired by the paste plugin when the state changed.
|
||||
Fixed bug where table the row type wasn't properly updated in table row dialog. Patch contributed by Matthias Balmer.
|
||||
Fixed bug where select all and cut wouldn't place caret focus back to the editor in WebKit. Patch contributed by Daniel Jalkut.
|
||||
Fixed bug where applying cell/row properties to multiple cells/rows would reset other unchanged properties.
|
||||
Fixed bug where some elements in the schema would have redundant/incorrect children.
|
||||
Fixed bug where selector and target options would cause issues if used together.
|
||||
Fixed bug where drag/drop of images from desktop on chrome would thrown an error.
|
||||
Fixed bug where cut on WebKit/Blink wouldn't add an undo level.
|
||||
Fixed bug where IE 11 would scroll to the cE=false elements when they where selected.
|
||||
Fixed bug where keys like F5 wouldn't work when a cE=false element was selected.
|
||||
Fixed bug where the undo manager wouldn't stop the typing state when commands where executed.
|
||||
Fixed bug where unlink on wrapped links wouldn't work properly.
|
||||
Fixed bug with drag/drop of images on WebKit where the image would be deleted form the source editor.
|
||||
Fixed bug where the visual characters mode would be disabled when contents was extracted from the editor.
|
||||
Fixed bug where some browsers would toggle of formats applied to the caret when clicking in the editor toolbar.
|
||||
Fixed bug where the custom theme function wasn't working correctly.
|
||||
Fixed bug where image option for custom buttons required you to have icon specified as well.
|
||||
Fixed bug where the context menu and contextual toolbars would be visible at the same time and sometimes overlapping.
|
||||
Fixed bug where the noneditable plugin would double wrap elements when using the noneditable_regexp option.
|
||||
Fixed bug where tables would get padding instead of margin when you used the indent button.
|
||||
Fixed bug where the charmap plugin wouldn't properly insert non breaking spaces.
|
||||
Fixed bug where the color previews in color input boxes wasn't properly updated.
|
||||
Fixed bug where the list items of previous lists wasn't merged in the right order.
|
||||
Fixed bug where it wasn't possible to drag/drop inline-block cE=false elements on IE 11.
|
||||
Fixed bug where some table cell merges would produce incorrect rowspan/colspan.
|
||||
Fixed so the font size of the editor defaults to 14px instead of 11px this can be overridden by custom css.
|
||||
Fixed so wordcount is debounced to reduce cpu hogging on larger texts.
|
||||
Fixed so tinymce global gets properly exported as a module when used with some module bundlers.
|
||||
Fixed so it's possible to specify what css properties you want to preview on specific formats.
|
||||
Fixed so anchors are contentEditable=false while within the editor.
|
||||
Fixed so selected contents gets wrapped in a inline code element by the codesample plugin.
|
||||
Fixed so conditional comments gets properly stripped independent of case. Patch contributed by Georgii Dolzhykov.
|
||||
Fixed so some escaped css sequences gets properly handled. Patch contributed by Georgii Dolzhykov.
|
||||
Fixed so notifications with the same message doesn't get displayed at the same time.
|
||||
Fixed so F10 can be used as an alternative key to focus to the toolbar.
|
||||
Fixed various api documentation issues and typos.
|
||||
Removed layer plugin since it wasn't really ported from 3.x and there doesn't seem to be much use for it.
|
||||
Removed moxieplayer.swf from the media plugin since it wasn't used by the media plugin.
|
||||
Removed format state from the advlist plugin to be more consistent with common word processors.
|
||||
Version 4.4.3 (2016-09-01)
|
||||
Fixed bug where copy would produce an exception on Chrome.
|
||||
Fixed bug where deleting lists on IE 11 would merge in correct text nodes.
|
||||
Fixed bug where deleting partial lists with indentation wouldn't cause proper normalization.
|
||||
Version 4.4.2 (2016-08-25)
|
||||
Added new importcss_exclusive option to disable unique selectors per group.
|
||||
Added new group specific selector_converter option to importcss plugin.
|
||||
Added new codesample_languages option to apply custom languages to codesample plugin.
|
||||
Added new codesample_dialog_width/codesample_dialog_height options.
|
||||
Fixed bug where fullscreen button had an incorrect keyboard shortcut.
|
||||
Fixed bug where backspace/delete wouldn't work correctly from a block to a cE=false element.
|
||||
Fixed bug where smartpaste wasn't detecting links with special characters in them like tilde.
|
||||
Fixed bug where the editor wouldn't get proper focus if you clicked on a cE=false element.
|
||||
Fixed bug where it wasn't possible to copy/paste table rows that had merged cells.
|
||||
Fixed bug where merging cells could some times produce invalid col/rowspan attibute values.
|
||||
Fixed bug where getBody would sometimes thrown an exception now it just returns null if the iframe is clobbered.
|
||||
Fixed bug where drag/drop of cE=false element wasn't properly constrained to viewport.
|
||||
Fixed bug where contextmenu on Mac would collapse any selection to a caret.
|
||||
Fixed bug where rtl mode wasn't rendered properly when loading a language pack with the rtl flag.
|
||||
Fixed bug where Kamer word bounderies would be stripped from contents.
|
||||
Fixed bug where lists would sometimes render two dots or numbers on the same line.
|
||||
Fixed bug where the skin_url wasn't used by the inlite theme.
|
||||
Fixed so data attributes are ignored when comparing formats in the formatter.
|
||||
Fixed so it's possible to disable inline toolbars in the inlite theme.
|
||||
Fixed so template dialog gets resized if it doesn't fit the window viewport.
|
||||
Version 4.4.1 (2016-07-26)
|
||||
Added smart_paste option to paste plugin to allow disabling the paste behavior if needed.
|
||||
Fixed bug where png urls wasn't properly detected by the smart paste logic.
|
||||
Fixed bug where the element path wasn't working properly when multiple editor instances where used.
|
||||
Fixed bug with creating lists out of multiple paragraphs would just create one list item instead of multiple.
|
||||
Fixed bug where scroll position wasn't properly handled by the inlite theme to place the toolbar properly.
|
||||
Fixed bug where multiple instances of the editor using the inlite theme didn't render the toolbar properly.
|
||||
Fixed bug where the shortcut label for fullscreen mode didn't match the actual shortcut key.
|
||||
Fixed bug where it wasn't possible to select cE=false blocks using touch devices on for example iOS.
|
||||
Fixed bug where it was possible to select the child image within a cE=false on IE 11.
|
||||
Fixed so inserts of html containing lists doesn't merge with any existing lists unless it's a paste operation.
|
||||
Version 4.4.0 (2016-06-30)
|
||||
Added new inlite theme this is a more lightweight inline UI.
|
||||
Added smarter paste logic that auto detects urls in the clipboard and inserts images/links based on that.
|
||||
Added a better image resize algorithm for better image quality in the imagetools plugin.
|
||||
Fixed bug where it wasn't possible to drag/dropping cE=false elements on FF.
|
||||
Fixed bug where backspace/delete before/after a cE=false block would produce a new paragraph.
|
||||
Fixed bug where list style type css property wasn't preserved when indenting lists.
|
||||
Fixed bug where merging of lists where done even if the list style type was different.
|
||||
Fixed bug where the image_dataimg_filter function wasn't used when pasting images.
|
||||
Fixed bug where nested editable within a non editable element would cause scroll on focus in Chrome.
|
||||
Fixed so invalid targets for inline mode is blocked on initialization. We only support elements that can have children.
|
||||
Version 4.3.13 (2016-06-08)
|
||||
Added characters with a diacritical mark to charmap plugin. Patch contributed by Dominik Schilling.
|
||||
Added better error handling if the image proxy service would produce errors.
|
||||
Fixed issue with pasting list items into list items would produce nested list rather than a merged list.
|
||||
Fixed bug where table selection could get stuck in selection mode for inline editors.
|
||||
Fixed bug where it was possible to place the caret inside the resize grid elements.
|
||||
Fixed bug where it wasn't possible to place in elements horizontally adjacent cE=false blocks.
|
||||
Fixed bug where multiple notifications wouldn't be properly placed on screen.
|
||||
Fixed bug where multiple editor instance of the same id could be produces in some specific integrations.
|
||||
Version 4.3.12 (2016-05-10)
|
||||
Fixed bug where focus calls couldn't be made inside the editors PostRender event handler.
|
||||
Fixed bug where some translations wouldn't work as expected due to a bug in editor.translate.
|
||||
Fixed bug where the node change event could fire with a node out side the root of the editor.
|
||||
Fixed bug where Chrome wouldn't properly present the keyboard paste clipboard details when paste was clicked.
|
||||
Fixed bug where merged cells in tables couldn't be selected from right to left.
|
||||
Fixed bug where insert row wouldn't properly update a merged cells rowspan property.
|
||||
Fixed bug where the color input boxes preview field wasn't properly set on initialization.
|
||||
Fixed bug where IME composition inside table cells wouldn't work as expected on IE 11.
|
||||
Fixed so all shadow dom support is under and experimental flag due to flaky browser support.
|
||||
Version 4.3.11 (2016-04-25)
|
||||
Fixed bug where it wasn't possible to insert empty blocks though the API unless they where padded.
|
||||
Fixed bug where you couldn't type the Euro character on Windows.
|
||||
Fixed bug where backspace/delete from a cE=false element to a text block didn't work properly.
|
||||
Fixed bug where the text color default grid would render incorrectly.
|
||||
Fixed bug where the codesample plugin wouldn't load the css in the editor for multiple editors.
|
||||
Fixed so the codesample plugin textarea gets focused by default.
|
||||
Version 4.3.10 (2016-04-12)
|
||||
Fixed bug where the key "y" on WebKit couldn't be entered due to conflict with keycode for F10 on keypress.
|
||||
Version 4.3.9 (2016-04-12)
|
||||
Added support for focusing the contextual toolbars using keyboard.
|
||||
Added keyboard support for slider UI controls. You can no increase/decrease using arrow keys.
|
||||
Added url pattern matching for Dailymotion to media plugin. Patch contributed by Bertrand Darbon.
|
||||
Added body_class to template plugin preview. Patch contributed by Milen Petrinski.
|
||||
Added options to better override textcolor pickers with custom colors. Patch contributed by Xavier Boubert.
|
||||
Added visual arrows to inline contextual toolbars so that they point to the element being active.
|
||||
Fixed so toolbars for tables or other larger elements get better positioned below the scrollable viewport.
|
||||
Fixed bug where it was possible to click links inside cE=false blocks.
|
||||
Fixed bug where event targets wasn't properly handled in Safari Technical Preview.
|
||||
Fixed bug where drag/drop text in FF 45 would make the editor caret invisible.
|
||||
Fixed bug where the remove state wasn't properly set on editor instances when detected as clobbered.
|
||||
Fixed bug where offscreen selection of some cE=false elements would render onscreen. Patch contributed by Steven Bufton
|
||||
Fixed bug where enter would clone styles out side the root on editors inside a span. Patch contributed by ChristophKaser.
|
||||
Fixed bug where drag/drop of images into the editor didn't work correctly in FF.
|
||||
Fixed so the first item in panels for the imagetools dialog gets proper keyboard focus.
|
||||
Changed the Meta+Shift+F shortcut to Ctrl+Shift+F since Czech, Slovak, Polish languages used the first one for input.
|
||||
Version 4.3.8 (2016-03-15)
|
||||
Fixed bug where inserting HR at the end of a block element would produce an extra empty block.
|
||||
Fixed bug where links would be clickable when readonly mode was enabled.
|
||||
Fixed bug where the formatter would normalize to the wrong node on very specific content.
|
||||
Fixed bug where some nested list items couldn't be indented properly.
|
||||
Fixed bug where links where clickable in the preview dialog.
|
||||
Fixed so the alt attribute doesn't get padded with an empty value by default.
|
||||
Fixed so nested alignment works more correctly. You will now alter the alignment to the closest block parent.
|
||||
Version 4.3.7 (2016-03-02)
|
||||
Fixed bug where incorrect icons would be rendered for imagetools edit and color levels.
|
||||
Fixed bug where navigation using arrow keys inside a SelectBox didn't move up/down.
|
||||
Fixed bug where the visualblocks plugin would render borders round internal UI elements.
|
||||
Version 4.3.6 (2016-03-01)
|
||||
Added new paste_remember_plaintext_info option to allow a global disable of the plain text mode notification.
|
||||
Added new PastePlainTextToggle event that fires when plain text mode toggles on/off.
|
||||
Fixed bug where it wasn't possible to select media elements since the drag logic would snap it to mouse cursor.
|
||||
Fixed bug where it was hard to place the caret inside nested cE=true elements when the outer cE=false element was focused.
|
||||
Fixed bug where editors wouldn't properly initialize if both selector and mode where used.
|
||||
Fixed bug where IME input inside table cells would switch the IME off.
|
||||
Fixed bug where selection inside the first table cell would cause the whole table cell to get selected.
|
||||
Fixed bug where error handling of images being uploaded wouldn't properly handle faulty statuses.
|
||||
Fixed bug where inserting contents before a HR would cause an exception to be thrown.
|
||||
Fixed bug where copy/paste of Excel data would be inserted as an image.
|
||||
Fixed caret position issues with copy/paste of inline block cE=false elements.
|
||||
Fixed issues with various menu item focus bugs in Chrome. Where the focused menu bar item wasn't properly blurred.
|
||||
Fixed so the notifications have a solid background since it would be hard to read if there where text under it.
|
||||
Fixed so notifications gets animated similar to the ones used by dialogs.
|
||||
Fixed so larger images that gets pasted is handled better.
|
||||
Fixed so the window close button is more uniform on various platform and also increased it's hit area.
|
||||
Version 4.3.5 (2016-02-11)
|
||||
Npm version bump due to package not being fully updated.
|
||||
Version 4.3.4 (2016-02-11)
|
||||
Added new OpenWindow/CloseWindow events that gets fired when windows open/close.
|
||||
Added new NewCell/NewRow events that gets fired when table cells/rows are created.
|
||||
Added new Promise return value to tinymce.init makes it easier to handle initialization.
|
||||
Removed the jQuery version the jQuery plugin is now moved into the main package.
|
||||
Removed jscs from build process since eslint can now handle code style checking.
|
||||
Fixed various bugs with drag/drop of contentEditable:false elements.
|
||||
Fixed bug where deleting of very specific nested list items would result in an odd list.
|
||||
Fixed bug where lists would get merged with adjacent lists outside the editable inline root.
|
||||
Fixed bug where MS Edge would crash when closing a dialog then clicking a menu item.
|
||||
Fixed bug where table cell selection would add undo levels.
|
||||
Fixed bug where table cell selection wasn't removed when inline editor where removed.
|
||||
Fixed bug where table cell selection wouldn't work properly on nested tables.
|
||||
Fixed bug where table merge menu would be available when merging between thead and tbody.
|
||||
Fixed bug where table row/column resize wouldn't get properly removed when the editor was removed.
|
||||
Fixed bug where Chrome would scroll to the editor if there where a empty hash value in document url.
|
||||
Fixed bug where the cache suffix wouldn't work correctly with the importcss plugin.
|
||||
Fixed bug where selection wouldn't work properly on MS Edge on Windows Phone 10.
|
||||
Fixed so adjacent pre blocks gets joined into one pre block since that seems like the user intent.
|
||||
Fixed so events gets properly dispatched in shadow dom. Patch provided by Nazar Mokrynskyi.
|
||||
Version 4.3.3 (2016-01-14)
|
||||
Added new table_resize_bars configuration setting. This setting allows you to disable the table resize bars.
|
||||
Added new beforeInitialize event to tinymce.util.XHR lets you modify XHR properties before open. Patch contributed by Brent Clintel.
|
||||
Added new autolink_pattern setting to autolink plugin. Enables you to override the default autolink formats. Patch contributed by Ben Tiedt.
|
||||
Added new charmap option that lets you override the default charmap of the charmap plugin.
|
||||
Added new charmap_append option that lets you add new characters to the default charmap of the charmap plugin.
|
||||
Added new insertCustomChar event that gets fired when a character is inserted by the charmap plugin.
|
||||
Fixed bug where table cells started with a superfluous in IE10+.
|
||||
Fixed bug where table plugin would retain all BR tags when cells were merged.
|
||||
Fixed bug where media plugin would strip underscores from youtube urls.
|
||||
Fixed bug where IME input would fail on IE 11 if you typed within a table.
|
||||
Fixed bug where double click selection of a word would remove the space before the word on insert contents.
|
||||
Fixed bug where table plugin would produce exceptions when hovering tables with invalid structure.
|
||||
Fixed bug where fullscreen wouldn't scroll back to it's original position when untoggled.
|
||||
Fixed so the template plugins templates setting can be a function that gets a callback that can provide templates.
|
||||
Version 4.3.2 (2015-12-14)
|
||||
Fixed bug where the resize bars for table cells were not affected by the object_resizing property.
|
||||
Fixed bug where the contextual table toolbar would appear incorrectly if TinyMCE was initialized inline inside a table.
|
||||
Fixed bug where resizing table cells did not fire a node change event or add an undo level.
|
||||
Fixed bug where double click selection of text on IE 11 wouldn't work properly.
|
||||
Fixed bug where codesample plugin would incorrectly produce br elements inside code elements.
|
||||
Fixed bug where media plugin would strip dashes from youtube urls.
|
||||
Fixed bug where it was possible to move the caret into the table resize bars.
|
||||
Fixed bug where drag/drop into a cE=false element was possible on IE.
|
||||
Version 4.3.1 (2015-11-30)
|
||||
Fixed so it's possible to disable the table inline toolbar by setting it to false or an empty string.
|
||||
Fixed bug where it wasn't possible to resize some tables using the drag handles.
|
||||
Fixed bug where unique id:s would clash for multiple editor instances and cE=false selections.
|
||||
Fixed bug where the same plugin could be initialized multiple times.
|
||||
Fixed bug where the table inline toolbars would be displayed at the same time as the image toolbars.
|
||||
Fixed bug where the table selection rect wouldn't be removed when selecting another control element.
|
||||
Version 4.3.0 (2015-11-23)
|
||||
Added new table column/row resize support. Makes it a lot more easy to resize the columns/rows in a table.
|
||||
Added new table inline toolbar. Makes it easier to for example add new rows or columns to a table.
|
||||
Added new notification API. Lets you display floating notifications to the end user.
|
||||
Added new codesample plugin that lets you insert syntax highlighted pre elements into the editor.
|
||||
Added new image_caption to images. Lets you create images with captions using a HTML5 figure/figcaption elements.
|
||||
Added new live previews of embeded videos. Lets you play the video right inside the editor.
|
||||
Added new setDirty method and "dirty" event to the editor. Makes it easier to track the dirty state change.
|
||||
Added new setMode method to Editor instances that lets you dynamically switch between design/readonly.
|
||||
Added new core support for contentEditable=false elements within the editor overrides the browsers broken behavior.
|
||||
Rewrote the noneditable plugin to use the new contentEditable false core logic.
|
||||
Fixed so the dirty state doesn't set to false automatically when the undo index is set to 0.
|
||||
Fixed the Selection.placeCaretAt so it works better on IE when the coordinate is between paragraphs.
|
||||
Fixed bug where data-mce-bogus="all" element contents where counted by the word count plugin.
|
||||
Fixed bug where contentEditable=false elements would be indented by the indent buttons.
|
||||
Fixed bug where images within contentEditable=false would be selected in WebKit on mouse click.
|
||||
Fixed bug in DOMUntils split method where the replacement parameter wouldn't work on specific cases.
|
||||
Fixed bug where the importcss plugin would import classes from the skin content css file.
|
||||
Fixed so all button variants have a wrapping span for it's text to make it easier to skin.
|
||||
Fixed so it's easier to exit pre block using the arrow keys.
|
||||
Fixed bug where listboxes with fix widths didn't render correctly.
|
||||
Version 4.2.8 (2015-11-13)
|
||||
Fixed bug where it was possible to delete tables as the inline root element if all columns where selected.
|
||||
Fixed bug where the UI buttons active state wasn't properly updated due to recent refactoring of that logic.
|
||||
Version 4.2.7 (2015-10-27)
|
||||
Fixed bug where backspace/delete would remove all formats on the last paragraph character in WebKit/Blink.
|
||||
Fixed bug where backspace within a inline format element with a bogus caret container would move the caret.
|
||||
Fixed bug where backspace/delete on selected table cells wouldn't add an undo level.
|
||||
Fixed bug where script tags embedded within the editor could sometimes get a mce- prefix prepended to them
|
||||
Fixed bug where validate: false option could produce an error to be thrown from the Serialization step.
|
||||
Fixed bug where inline editing of a table as the root element could let the user delete that table.
|
||||
Fixed bug where inline editing of a table as the root element wouldn't properly handle enter key.
|
||||
Fixed bug where inline editing of a table as the root element would normalize the selection incorrectly.
|
||||
Fixed bug where inline editing of a list as the root element could let the user delete that list.
|
||||
Fixed bug where inline editing of a list as the root element could let the user split that list.
|
||||
Fixed bug where resize handles would be rendered on editable root elements such as table.
|
||||
Version 4.2.6 (2015-09-28)
|
||||
Added capability to set request headers when using XHRs.
|
||||
Added capability to upload local images automatically default delay is set to 30 seconds after editing images.
|
||||
Added commands ids mceEditImage, mceAchor and mceMedia to be avaiable from execCommand.
|
||||
Added Edge browser to saucelabs grunt task. Patch contributed by John-David Dalton.
|
||||
Fixed bug where blob uris not produced by tinymce would produce HTML invalid markup.
|
||||
Fixed bug where selection of contents of a nearly empty editor in Edge would sometimes fail.
|
||||
Fixed bug where color styles woudln't be retained on copy/paste in Blink/Webkit.
|
||||
Fixed bug where the table plugin would throw an error when inserting rows after a child table.
|
||||
Fixed bug where the template plugin wouldn't handle functions as variable replacements.
|
||||
Fixed bug where undo/redo sometimes wouldn't work properly when applying formatting collapsed ranges.
|
||||
Fixed bug where shift+delete wouldn't do a cut operation on Blink/WebKit.
|
||||
Fixed bug where cut action wouldn't properly store the before selection bookmark for the undo level.
|
||||
Fixed bug where backspace in side an empty list element on IE would loose editor focus.
|
||||
Fixed bug where the save plugin wouldn't enable the buttons when a change occurred.
|
||||
Fixed bug where Edge wouldn't initialize the editor if a document.domain was specified.
|
||||
Fixed bug where enter key before nested images would sometimes not properly expand the previous block.
|
||||
Fixed bug where the inline toolbars wouldn't get properly hidden when blurring the editor instance.
|
||||
Fixed bug where Edge would paste Chinese characters on some Windows 10 installations.
|
||||
Fixed bug where IME would loose focus on IE 11 due to the double trailing br bug fix.
|
||||
Fixed bug where the proxy url in imagetools was incorrect. Patch contributed by Wong Ho Wang.
|
||||
Version 4.2.5 (2015-08-31)
|
||||
Added fullscreen capability to embedded youtube and vimeo videos.
|
||||
Fixed bug where the uploadImages call didn't work on IE 10.
|
||||
Fixed bug where image place holders would be uploaded by uploadImages call.
|
||||
Fixed bug where images marked with bogus would be uploaded by the uploadImages call.
|
||||
Fixed bug where multiple calls to uploadImages would result in decreased performance.
|
||||
Fixed bug where pagebreaks were editable to imagetools patch contributed by Rasmus Wallin.
|
||||
Fixed bug where the element path could cause too much recursion exception.
|
||||
Fixed bug for domains containing ".min". Patch contributed by Loïc Février.
|
||||
Fixed so validation of external links to accept a number after www. Patch contributed by Victor Carvalho.
|
||||
Fixed so the charmap is exposed though execCommand. Patch contributed by Matthew Will.
|
||||
Fixed so that the image uploads are concurrent for improved performance.
|
||||
Fixed various grammar problems in inline documentation. Patches provided by nikolas.
|
||||
Version 4.2.4 (2015-08-17)
|
||||
Added picture as a valid element to the HTML 5 schema. Patch contributed by Adam Taylor.
|
||||
Fixed bug where contents would be duplicated on drag/drop within the same editor.
|
||||
Fixed bug where floating/alignment of images on Edge wouldn't work properly.
|
||||
Fixed bug where it wasn't possible to drag images on IE 11.
|
||||
Fixed bug where image selection on Edge would sometimes fail.
|
||||
Fixed bug where contextual toolbars icons wasn't rendered properly when using the toolbar_items_size.
|
||||
Fixed bug where searchreplace dialog doesn't get prefilled with the selected text.
|
||||
Fixed bug where fragmented matches wouldn't get properly replaced by the searchreplace plugin.
|
||||
Fixed bug where enter key wouldn't place the caret if was after a trailing space within an inline element.
|
||||
Fixed bug where the autolink plugin could produce multiple links for the same text on Gecko.
|
||||
Fixed bug where EditorUpload could sometimes throw an exception if the blob wasn't found.
|
||||
Fixed xss issues with media plugin not properly filtering out some script attributes.
|
||||
Version 4.2.3 (2015-07-30)
|
||||
Fixed bug where image selection wasn't possible on Edge due to incompatible setBaseAndExtend API.
|
||||
Fixed bug where image blobs urls where not properly destroyed by the imagetools plugin.
|
||||
Fixed bug where keyboard shortcuts wasn't working correctly on IE 8.
|
||||
Fixed skin issue where the borders of panels where not visible on IE 8.
|
||||
Version 4.2.2 (2015-07-22)
|
||||
Fixed bug where float panels were not being hidden on inline editor blur when fixed_toolbar_container config option was in use.
|
||||
Fixed bug where combobox states wasn't properly updated if contents where updated without keyboard.
|
||||
Fixed bug where pasting into textbox or combobox would move the caret to the end of text.
|
||||
Fixed bug where removal of bogus span elements before block elements would remove whitespace between nodes.
|
||||
Fixed bug where repositioning of inline toolbars where async and producing errors if the editor was removed from DOM to early. Patch by iseulde.
|
||||
Fixed bug where element path wasn't working correctly. Patch contributed by iseulde.
|
||||
Fixed bug where menus wasn't rendered correctly when custom images where added to a menu. Patch contributed by Naim Hammadi.
|
||||
Version 4.2.1 (2015-06-29)
|
||||
Fixed bug where back/forward buttons in the browser would render blob images as broken images.
|
||||
Fixed bug where Firefox would throw regexp to big error when replacing huge base64 chunks.
|
||||
Fixed bug rendering issues with resize and context toolbars not being placed properly until next animation frame.
|
||||
Fixed bug where the rendering of the image while cropping would some times not be centered correctly.
|
||||
Fixed bug where listbox items with submenus would me selected as active.
|
||||
Fixed bug where context menu where throwing an error when rendering.
|
||||
Fixed bug where resize both option wasn't working due to resent addClass API change. Patch contributed by Jogai.
|
||||
Fixed bug where a hideAll call for container rendered inline toolbars would throw an error.
|
||||
Fixed bug where onclick event handler on combobox could cause issues if element.id was a function by some polluting libraries.
|
||||
Fixed bug where listboxes wouldn't get proper selected sub menu item when using link_list or image_list.
|
||||
Fixed so the UI controls are as wide as 4.1.x to avoid wrapping controls in toolbars.
|
||||
Fixed so the imagetools dialog is adaptive for smaller screen sizes.
|
||||
Version 4.2.0 (2015-06-25)
|
||||
Added new flat default skin to make the UI more modern.
|
||||
Added new imagetools plugin, lets you crop/resize and apply filters to images.
|
||||
Added new contextual toolbars support to the API lets you add floating toolbars for specific CSS selectors.
|
||||
Added new promise feature fill as tinymce.util.Promise.
|
||||
Added new built in image upload feature lets you upload any base64 encoded image within the editor as files.
|
||||
Fixed bug where resize handles would appear in the right position in the wrong editor when switching between resizable content in different inline editors.
|
||||
Fixed bug where tables would not be inserted in inline mode due to previous float panel fix.
|
||||
Fixed bug where floating panels would remain open when focus was lost on inline editors.
|
||||
Fixed bug where cut command on Chrome would thrown a browser security exception.
|
||||
Fixed bug where IE 11 sometimes would report an incorrect size for images in the image dialog.
|
||||
Fixed bug where it wasn't possible to remove inline formatting at the end of block elements.
|
||||
Fixed bug where it wasn't possible to delete table cell contents when cell selection was vertical.
|
||||
Fixed bug where table cell wasn't emptied from block elements if delete/backspace where pressed in empty cell.
|
||||
Fixed bug where cmd+shift+arrow didn't work correctly on Firefox mac when selecting to start/end of line.
|
||||
Fixed bug where removal of bogus elements would sometimes remove whitespace between nodes.
|
||||
Fixed bug where the resize handles wasn't updated when the main window was resized.
|
||||
Fixed so script elements gets removed by default to prevent possible XSS issues in default config implementations.
|
||||
Fixed so the UI doesn't need manual reflows when using non native layout managers.
|
||||
Fixed so base64 encoded images doesn't slow down the editor on modern browsers while editing.
|
||||
Fixed so all UI elements uses touch events to improve mobile device support.
|
||||
Removed the touch click quirks patch for iOS since it did more harm than good.
|
||||
Removed the non proportional resize handles since. Unproportional resize can still be done by holding the shift key.
|
||||
Version 4.1.10 (2015-05-05)
|
||||
Fixed bug where plugins loaded with compat3x would sometimes throw errors when loading using the jQuery version.
|
||||
Fixed bug where extra empty paragraphs would get deleted in WebKit/Blink due to recent Quriks fix.
|
||||
Fixed bug where the editor wouldn't work properly on IE 12 due to some required browser sniffing.
|
||||
Fixed bug where formatting shortcut keys where interfering with Mac OS X screenshot keys.
|
||||
Fixed bug where the caret wouldn't move to the next/previous line boundary on Cmd+Left/Right on Gecko.
|
||||
Fixed bug where it wasn't possible to remove formats from very specific nested contents.
|
||||
Fixed bug where undo levels wasn't produced when typing letters using the shift or alt+ctrl modifiers.
|
||||
Fixed bug where the dirty state wasn't properly updated when typing using the shift or alt+ctrl modifiers.
|
||||
Fixed bug where an error would be thrown if an autofocused editor was destroyed quickly after its initialization. Patch provided by thorn0.
|
||||
Fixed issue with dirty state not being properly updated on redo operation.
|
||||
Fixed issue with entity decoder not handling incorrectly written numeric entities.
|
||||
Fixed issue where some PI element values wouldn't be properly encoded.
|
||||
Version 4.1.9 (2015-03-10)
|
||||
Fixed bug where indentation wouldn't work properly for non list elements.
|
||||
Fixed bug with image plugin not pulling the image dimensions out correctly if a custom document_base_url was used.
|
||||
Fixed bug where ctrl+alt+[1-9] would conflict with the AltGr+[1-9] on Windows. New shortcuts is ctrl+shift+[1-9].
|
||||
Fixed bug with removing formatting on nodes in inline mode would sometimes include nodes outside the editor body.
|
||||
Fixed bug where extra nbsp:s would be inserted when you replaced a word surrounded by spaces using insertContent.
|
||||
Fixed bug with pasting from Google Docs would produce extra strong elements and line feeds.
|
||||
Version 4.1.8 (2015-03-05)
|
||||
Added new html5 sizes attribute to img elements used together with srcset.
|
||||
Added new elementpath option that makes it possible to disable the element path but keep the statusbar.
|
||||
Added new option table_style_by_css for the table plugin to set table styling with css rather than table attributes.
|
||||
Added new link_assume_external_targets option to prompt the user to prepend http:// prefix if the supplied link does not contain a protocol prefix.
|
||||
Added new image_prepend_url option to allow a custom base path/url to be added to images.
|
||||
Added new table_appearance_options option to make it possible to disable some options.
|
||||
Added new image_title option to make it possible to alter the title of the image, disabled by default.
|
||||
Fixed bug where selection starting from out side of the body wouldn't produce a proper selection range on IE 11.
|
||||
Fixed bug where pressing enter twice before a table moves the cursor in the table and causes a javascript error.
|
||||
Fixed bug where advanced image styles were not respected.
|
||||
Fixed bug where the less common Shift+Delete didn't produce a proper cut operation on WebKit browsers.
|
||||
Fixed bug where image/media size constrain logic would produce NaN when handling non number values.
|
||||
Fixed bug where internal classes where removed by the removeformat command.
|
||||
Fixed bug with creating links table cell contents with a specific selection would throw a exceptions on WebKit/Blink.
|
||||
Fixed bug where valid_classes option didn't work as expected according to docs. Patch provided by thorn0.
|
||||
Fixed bug where jQuery plugin would patch the internal methods multiple times. Patch provided by Drew Martin.
|
||||
Fixed bug where backspace key wouldn't delete the current selection of newly formatted content.
|
||||
Fixed bug where type over of inline formatting elements wouldn't properly keep the format on WebKit/Blink.
|
||||
Fixed bug where selection needed to be properly normalized on modern IE versions.
|
||||
Fixed bug where Command+Backspace didn't properly delete the whole line of text but the previous word.
|
||||
Fixed bug where UI active states wheren't properly updated on IE if you placed caret within the current range.
|
||||
Fixed bug where delete/backspace on WebKit/Blink would remove span elements created by the user.
|
||||
Fixed bug where delete/backspace would produce incorrect results when deleting between two text blocks with br elements.
|
||||
Fixed bug where captions where removed when pasting from MS Office.
|
||||
Fixed bug where lists plugin wouldn't properly remove fully selected nested lists.
|
||||
Fixed bug where the ttf font used for icons would throw an warning message on Gecko on Mac OS X.
|
||||
Fixed a bug where applying a color to text did not update the undo/redo history.
|
||||
Fixed so shy entities gets displayed when using the visualchars plugin.
|
||||
Fixed so removeformat removes ins/del by default since these might be used for strikethough.
|
||||
Fixed so multiple language packs can be loaded and added to the global I18n data structure.
|
||||
Fixed so transparent color selection gets treated as a normal color selection. Patch contributed by Alexander Hofbauer.
|
||||
Fixed so it's possible to disable autoresize_overflow_padding, autoresize_bottom_margin options by setting them to false.
|
||||
Fixed so the charmap plugin shows the description of the character in the dialog. Patch contributed by Jelle Hissink.
|
||||
Removed address from the default list of block formats since it tends to be missused.
|
||||
Fixed so the pre block format is called preformatted to make it more verbose.
|
||||
Fixed so it's possible to context scope translation strings this isn't needed most of the time.
|
||||
Fixed so the max length of the width/height input fields of the media dialog is 5 instead of 3.
|
||||
Fixed so drag/dropped contents gets properly processed by paste plugin since it's basically a paste. Patch contributed by Greg Fairbanks.
|
||||
Fixed so shortcut keys for headers is ctrl+alt+[1-9] instead of ctrl+[1-9] since these are for switching tabs in the browsers.
|
||||
Fixed so "u" doesn't get converted into a span element by the legacy input filter. Since this is now a valid HTML5 element.
|
||||
Fixed font families in order to provide appropriate web-safe fonts.
|
||||
Version 4.1.7 (2014-11-27)
|
||||
Added HTML5 schema support for srcset, source and picture. Patch contributed by mattheu.
|
||||
Added new cache_suffix setting to enable cache busting by producing unique urls.
|
||||
Added new paste_convert_word_fake_lists option to enable users to disable the fake lists convert logic.
|
||||
Fixed so advlist style changes adds undo levels for each change.
|
||||
Fixed bug where WebKit would sometimes produce an exception when the autolink plugin where looking for URLs.
|
||||
Fixed bug where IE 7 wouldn't be rendered properly due to aggressive css compression.
|
||||
Fixed bug where DomQuery wouldn't accept window as constructor element.
|
||||
Fixed bug where the color picker in 3.x dialogs wouldn't work properly. Patch contributed by Callidior.
|
||||
Fixed bug where the image plugin wouldn't respect the document_base_url.
|
||||
Fixed bug where the jQuery plugin would fail to append to elements named array prototype names.
|
||||
Version 4.1.6 (2014-10-08)
|
||||
Fixed bug with clicking on the scrollbar of the iframe would cause a JS error to be thrown.
|
||||
Fixed bug where null would produce an exception if you passed it to selection.setRng.
|
||||
Fixed bug where Ctrl/Cmd+Tab would indent the current list item if you switched tabs in the browser.
|
||||
Fixed bug where pasting empty cells from Excel would result in a broken table.
|
||||
Fixed bug where it wasn't possible to switch back to default list style type.
|
||||
Fixed issue where the select all quirk fix would fire for other modifiers than Ctrl/Cmd combinations.
|
||||
Replaced jake with grunt since it is more mainstream and has better plugin support.
|
||||
Version 4.1.5 (2014-09-09)
|
||||
Fixed bug where sometimes the resize rectangles wouldn't properly render on images on WebKit/Blink.
|
||||
Fixed bug in list plugin where delete/backspace would merge empty LI elements in lists incorrectly.
|
||||
Fixed bug where empty list elements would result in empty LI elements without it's parent container.
|
||||
Fixed bug where backspace in empty caret formatted element could produce an type error exception of Gecko.
|
||||
Fixed bug where lists pasted from word with a custom start index above 9 wouldn't be properly handled.
|
||||
Fixed bug where tabfocus plugin would tab out of the editor instance even if the default action was prevented.
|
||||
Fixed bug where tabfocus wouldn't tab properly to other adjacent editor instances.
|
||||
Fixed bug where the DOMUtils setStyles wouldn't properly removed or update the data-mce-style attribute.
|
||||
Fixed bug where dialog select boxes would be placed incorrectly if document.body wasn't statically positioned.
|
||||
Fixed bug where pasting would sometimes scroll to the top of page if the user was using the autoresize plugin.
|
||||
Fixed bug where caret wouldn't be properly rendered by Chrome when clicking on the iframes documentElement.
|
||||
Fixed so custom images for menubutton/splitbutton can be provided. Patch contributed by Naim Hammadi.
|
||||
Fixed so the default action of windows closing can be prevented by blocking the default action of the close event.
|
||||
Fixed so nodeChange and focus of the editor isn't automatically performed when opening sub dialogs.
|
||||
Version 4.1.4 (2014-08-21)
|
||||
Added new media_filter_html option to media plugin that blocks any conditional comments, scripts etc within a video element.
|
||||
Added new content_security_policy option allows you to set custom policy for iframe contents. Patch contributed by Francois Chagnon.
|
||||
Fixed bug where activate/deactivate events wasn't firing properly when switching between editors.
|
||||
Fixed bug where placing the caret on iOS was difficult due to a WebKit bug with touch events.
|
||||
Fixed bug where the resize helper wouldn't render properly on older IE versions.
|
||||
Fixed bug where resizing images inside tables on older IE versions would sometimes fail depending mouse position.
|
||||
Fixed bug where editor.insertContent would produce an exception when inserting select/option elements.
|
||||
Fixed bug where extra empty paragraphs would be produced if block elements where inserted inside span elements.
|
||||
Fixed bug where the spellchecker menu item wouldn't be properly checked if spell checking was started before it was rendered.
|
||||
Fixed bug where the DomQuery filter function wouldn't remove non elements from collection.
|
||||
Fixed bug where document with custom document.domain wouldn't properly render the editor.
|
||||
Fixed bug where IE 8 would throw exception when trying to enter invalid color values into colorboxes.
|
||||
Fixed bug where undo manager could incorrectly add an extra undo level when custom resize handles was removed.
|
||||
Fixed bug where it wouldn't be possible to alter cell properties properly on table cells on IE 8.
|
||||
Fixed so the color picker button in table dialog isn't shown unless you include the colorpicker plugin or add your own custom color picker.
|
||||
Fixed so activate/deactivate events fire when windowManager opens a window since.
|
||||
Fixed so the table advtab options isn't separated by an underscore to normalize naming with image_advtab option.
|
||||
Fixed so the table cell dialog has proper padding when the advanced tab in disabled.
|
||||
Version 4.1.3 (2014-07-29)
|
||||
Added event binding logic to tinymce.util.XHR making it possible to override headers and settings before any request is made.
|
||||
Fixed bug where drag events wasn't fireing properly on older IE versions since the event handlers where bound to document.
|
||||
Fixed bug where drag/dropping contents within the editor on IE would force the contents into plain text mode even if it was internal content.
|
||||
Fixed bug where IE 7 wouldn't open menus properly due to a resize bug in the browser auto closing them immediately.
|
||||
Fixed bug where the DOMUtils getPos logic wouldn't produce a valid coordinate inside the body if the body was positioned non static.
|
||||
Fixed bug where the element path and format state wasn't properly updated if you had the wordcount plugin enabled.
|
||||
Fixed bug where a comment at the beginning of source would produce an exception in the formatter logic.
|
||||
Fixed bug where setAttrib/getAttrib on null would throw exception together with any hooked attributes like style.
|
||||
Fixed bug where table sizes wasn't properly retained when copy/pasting on WebKit/Blink.
|
||||
Fixed bug where WebKit/Blink would produce colors in RGB format instead of the forced HEX format when deleting contents.
|
||||
Fixed bug where the width attribute wasn't updated on tables if you changed the size inside the table dialog.
|
||||
Fixed bug where control selection wasn't properly handled when the caret was placed directly after an image.
|
||||
Fixed bug where selecting the contents of table cells using the selection.select method wouldn't place the caret properly.
|
||||
Fixed bug where the selection state for images wasn't removed when placing the caret right after an image on WebKit/Blink.
|
||||
Fixed bug where all events wasn't properly unbound when and editor instance was removed or destroyed by some external innerHTML call.
|
||||
Fixed bug where it wasn't possible or very hard to select images on iOS when the onscreen keyboard was visible.
|
||||
Fixed so auto_focus can take a boolean argument this will auto focus the last initialized editor might be useful for single inits.
|
||||
Fixed so word auto detect lists logic works better for faked lists that doesn't have specific markup.
|
||||
Fixed so nodeChange gets fired on mouseup as it used to before 4.1.1 we optimized that event to fire less often.
|
||||
Removed the finish menu item from spellchecker menu since it's redundant you can stop spellchecking by toggling menu item or button.
|
||||
Version 4.1.2 (2014-07-15)
|
||||
Added offset/grep to DomQuery class works basically the same as it's jQuery equivalent.
|
||||
Fixed bug where backspace/delete or setContent with an empty string would remove header data when using the fullpage plugin.
|
||||
Fixed bug where tinymce.remove with a selector not matching any editors would remove all editors.
|
||||
Fixed bug where resizing of the editor didn't work since the theme was calling setStyles instead of setStyle.
|
||||
Fixed bug where IE 7 would fail to append html fragments to iframe document when using DomQuery.
|
||||
Fixed bug where the getStyle DOMUtils method would produce an exception if it was called with null as it's element.
|
||||
Fixed bug where the paste plugin would remove the element if the none of the paste_webkit_styles rules matched the current style.
|
||||
Fixed bug where contextmenu table items wouldn't work properly on IE since it would some times fire an incorrect selection change.
|
||||
Fixed bug where the padding/border values wasn't used in the size calculation for the body size when using autoresize. Patch contributed by Matt Whelan.
|
||||
Fixed bug where conditional word comments wouldn't be properly removed when pasting plain text.
|
||||
Fixed bug where resizing would sometime fail on IE 11 when the mouseup occurred inside the resizable element.
|
||||
Fixed so the iframe gets initialized without any inline event handlers for better CSP support. Patch contributed by Matt Whelan.
|
||||
Fixed so the tinymce.dom.Sizzle is the latest version of sizzle this resolves the document context bug.
|
||||
Version 4.1.1 (2014-07-08)
|
||||
Fixed bug where pasting plain text on some WebKit versions would result in an empty line.
|
||||
Fixed bug where resizing images inside tables on IE 11 wouldn't work properly.
|
||||
Fixed bug where IE 11 would sometimes throw "Invalid argument" exception when editor contents was set to an empty string.
|
||||
Fixed bug where document.activeElement would throw exceptions on IE 9 when that element was hidden or removed from dom.
|
||||
Fixed bug where WebKit/Blink sometimes produced br elements with the Apple-interchange-newline class.
|
||||
Fixed bug where table cell selection wasn't properly removed when copy/pasting table cells.
|
||||
Fixed bug where pasting nested list items from Word wouldn't produce proper semantic nested lists.
|
||||
Fixed bug where right clicking using the contextmenu plugin on WebKit/Blink on Mac OS X would select the target current word or line.
|
||||
Fixed bug where it wasn't possible to alter table cell properties on IE 8 using the context menu.
|
||||
Fixed bug where the resize helper wouldn't be correctly positioned on older IE versions.
|
||||
Fixed bug where fullpage plugin would produce an error if you didn't specify a doctype encoding.
|
||||
Fixed bug where anchor plugin would get the name/id of the current element even if it wasn't anchor element.
|
||||
Fixed bug where visual aids for tables wouldn't be properly disabled when changing the border size.
|
||||
Fixed bug where some control selection events wasn't properly fired on older IE versions.
|
||||
Fixed bug where table cell selection on older IE versions would prevent resizing of images.
|
||||
Fixed bug with paste_data_images paste option not working properly on modern IE versions.
|
||||
Fixed bug where custom elements with underscores in the name wasn't properly parsed/serialized.
|
||||
Fixed bug where applying inline formats to nested list elements would produce an incorrect formatting result.
|
||||
Fixed so it's possible to hide items from elements path by using preventDefault/stopPropagation.
|
||||
Fixed so inline mode toolbar gets rendered right aligned if the editable element positioned to the documents right edge.
|
||||
Fixed so empty inline elements inside empty block elements doesn't get removed if configured to be kept intact.
|
||||
Fixed so DomQuery parentsUntil/prevUntil/nextUntil supports selectors/elements/filters etc.
|
||||
Fixed so legacyoutput plugin overrides fontselect and fontsizeselect controls and handles font elements properly.
|
||||
Version 4.1.0 (2014-06-18)
|
||||
Added new file_picker_callback option to replace the old file_browser_callback the latter will still work though.
|
||||
Added new custom colors to textcolor plugin will be displayed if a color picker is provided also shows the latest colors.
|
||||
Added new color_picker_callback option to enable you to add custom color pickers to the editor.
|
||||
Added new advanced tabs to table/cell/row dialogs to enable you to select colors for border/background.
|
||||
Added new colorpicker plugin that lets you select colors from a hsv color picker.
|
||||
Added new tinymce.util.Color class to handle color parsing and converting.
|
||||
Added new colorpicker UI widget element lets you add a hsv color picker to any form/window.
|
||||
Added new textpattern plugin that allows you to use markdown like text patterns to format contents.
|
||||
Added new resize helper element that shows the current width & height while resizing.
|
||||
Added new "once" method to Editor and EventDispatcher enables since callback execution events.
|
||||
Added new jQuery like class under tinymce.dom.DomQuery it's exposed on editor instances (editor.$) and globally under (tinymce.$).
|
||||
Fixed so the default resize method for images are proportional shift/ctrl can be used to make an unproportional size.
|
||||
Fixed bug where the image_dimensions option of the image plugin would cause exceptions when it tried to update the size.
|
||||
Fixed bug where table cell dialog class field wasn't properly updated when editing an a table cell with an existing class.
|
||||
Fixed bug where Safari on Mac would produce webkit-fake-url for pasted images so these are now removed.
|
||||
Fixed bug where the nodeChange event would get fired before the selection was changed when clicking inside the current selection range.
|
||||
Fixed bug where valid_classes option would cause exception when it removed internal prefixed classes like mce-item-.
|
||||
Fixed bug where backspace would cause navigation in IE 8 on an inline element and after a caret formatting was applied.
|
||||
Fixed so placeholder images produced by the media plugin gets selected when inserted/edited.
|
||||
Fixed so it's possible to drag in images when the paste_data_images option is enabled. Might be useful for mail clients.
|
||||
Fixed so images doesn't get a width/height applied if the image_dimensions option is set to false useful for responsive contents.
|
||||
Fixed so it's possible to pass in an optional arguments object for the nodeChanged function to be passed to all nodechange event listeners.
|
||||
Fixed bug where media plugin embed code didn't update correctly.
|
||||
1
client-wiaas/public/static/js/tinymce/js/tinymce/jquery.tinymce.min.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
!function(){var a={},b=function(b){for(var c=a[b],e=c.deps,f=c.defn,g=e.length,h=new Array(g),i=0;i<g;++i)h[i]=d(e[i]);var j=f.apply(null,h);if(void 0===j)throw"module ["+b+"] returned undefined";c.instance=j},c=function(b,c,d){if("string"!=typeof b)throw"module id must be a string";if(void 0===c)throw"no dependencies for "+b;if(void 0===d)throw"no definition function for "+b;a[b]={deps:c,defn:d,instance:void 0}},d=function(c){var d=a[c];if(void 0===d)throw"module ["+c+"] was undefined";return void 0===d.instance&&b(c),d.instance},e=function(a,b){for(var c=a.length,e=new Array(c),f=0;f<c;++f)e[f]=d(a[f]);b.apply(null,e)},f={};f.bolt={module:{api:{define:c,require:e,demand:d}}};var g=c,h=function(a,b){g(a,[],function(){return b})};h("1",document),h("2",window),g("0",["1","2"],function(a,b){return function(c){var d,e,f,g,h,i=[];h=c?c:b,g=h.jQuery;var j=function(){return h.tinymce};g.fn.tinymce=function(c){var d,l,m,n=this,o="";if(!n.length)return n;if(!c)return j()?j().get(n[0].id):null;n.css("visibility","hidden");var p=function(){var a=[],b=0;f||(k(),f=!0),n.each(function(d,e){var f,g=e.id,h=c.oninit;g||(e.id=g=j().DOM.uniqueId()),j().get(g)||(f=j().createEditor(g,c),a.push(f),f.on("init",function(){var c,d=h;n.css("visibility",""),h&&++b==a.length&&("string"==typeof d&&(c=d.indexOf(".")===-1?null:j().resolve(d.replace(/\.\w+$/,"")),d=j().resolve(d)),d.apply(c||j(),a))}))}),g.each(a,function(a,b){b.render()})};if(h.tinymce||e||!(d=c.script_url))1===e?i.push(p):p();else{e=1,l=d.substring(0,d.lastIndexOf("/")),d.indexOf(".min")!=-1&&(o=".min"),h.tinymce=h.tinyMCEPreInit||{base:l,suffix:o},d.indexOf("gzip")!=-1&&(m=c.language||"en",d=d+(/\?/.test(d)?"&":"?")+"js=true&core=true&suffix="+escape(o)+"&themes="+escape(c.theme||"modern")+"&plugins="+escape(c.plugins||"")+"&languages="+(m||""),h.tinyMCE_GZ||(h.tinyMCE_GZ={start:function(){var a=function(a){j().ScriptLoader.markDone(j().baseURI.toAbsolute(a))};a("langs/"+m+".js"),a("themes/"+c.theme+"/theme"+o+".js"),a("themes/"+c.theme+"/langs/"+m+".js"),g.each(c.plugins.split(","),function(b,c){c&&(a("plugins/"+c+"/plugin"+o+".js"),a("plugins/"+c+"/langs/"+m+".js"))})},end:function(){}}));var q=a.createElement("script");q.type="text/javascript",q.onload=q.onreadystatechange=function(a){a=a||b.event,2===e||"load"!=a.type&&!/complete|loaded/.test(q.readyState)||(j().dom.Event.domLoaded=1,e=2,c.script_loaded&&c.script_loaded(),p(),g.each(i,function(a,b){b()}))},q.src=d,a.body.appendChild(q)}return n},g.extend(g.expr[":"],{tinymce:function(a){var b;return!!(a.id&&"tinymce"in h&&(b=j().get(a.id),b&&b.editorManager===j()))}});var k=function(){var a=function(a){"remove"===a&&this.each(function(a,b){var d=c(b);d&&d.remove()}),this.find("span.mceEditor,div.mceEditor").each(function(a,b){var c=j().get(b.id.replace(/_parent$/,""));c&&c.remove()})},b=function(b){var c,d=this;if(null!=b)a.call(d),d.each(function(a,c){var d;(d=j().get(c.id))&&d.setContent(b)});else if(d.length>0&&(c=j().get(d[0].id)))return c.getContent()},c=function(a){var b=null;return a&&a.id&&h.tinymce&&(b=j().get(a.id)),b},e=function(a){return!!(a&&a.length&&h.tinymce&&a.is(":tinymce"))},f={};g.each(["text","html","val"],function(a,h){var i=f[h]=g.fn[h],j="text"===h;g.fn[h]=function(a){var f=this;if(!e(f))return i.apply(f,arguments);if(a!==d)return b.call(f.filter(":tinymce"),a),i.apply(f.not(":tinymce"),arguments),f;var h="",k=arguments;return(j?f:f.eq(0)).each(function(a,b){var d=c(b);h+=d?j?d.getContent().replace(/<(?:"[^"]*"|'[^']*'|[^'">])*>/g,""):d.getContent({save:!0}):i.apply(g(b),k)}),h}}),g.each(["append","prepend"],function(a,b){var h=f[b]=g.fn[b],i="prepend"===b;g.fn[b]=function(a){var b=this;return e(b)?a!==d?("string"==typeof a&&b.filter(":tinymce").each(function(b,d){var e=c(d);e&&e.setContent(i?a+e.getContent():e.getContent()+a)}),h.apply(b.not(":tinymce"),arguments),b):void 0:h.apply(b,arguments)}}),g.each(["remove","replaceWith","replaceAll","empty"],function(b,c){var d=f[c]=g.fn[c];g.fn[c]=function(){return a.call(this,c),d.apply(this,arguments)}}),f.attr=g.fn.attr,g.fn.attr=function(a,h){var i=this,j=arguments;if(!a||"value"!==a||!e(i))return h!==d?f.attr.apply(i,j):f.attr.apply(i,j);if(h!==d)return b.call(i.filter(":tinymce"),h),f.attr.apply(i.not(":tinymce"),j),i;var k=i[0],l=c(k);return l?l.getContent({save:!0}):f.attr.apply(g(k),j)}}}}),d("0")()}();
|
||||
@@ -0,0 +1,3 @@
|
||||
This is where language files should be placed.
|
||||
|
||||
Please DO NOT translate these directly use this service: https://www.transifex.com/projects/p/tinymce/
|
||||
504
client-wiaas/public/static/js/tinymce/js/tinymce/license.txt
Normal file
@@ -0,0 +1,504 @@
|
||||
GNU LESSER GENERAL PUBLIC LICENSE
|
||||
Version 2.1, February 1999
|
||||
|
||||
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
[This is the first released version of the Lesser GPL. It also counts
|
||||
as the successor of the GNU Library Public License, version 2, hence
|
||||
the version number 2.1.]
|
||||
|
||||
Preamble
|
||||
|
||||
The licenses for most software are designed to take away your
|
||||
freedom to share and change it. By contrast, the GNU General Public
|
||||
Licenses are intended to guarantee your freedom to share and change
|
||||
free software--to make sure the software is free for all its users.
|
||||
|
||||
This license, the Lesser General Public License, applies to some
|
||||
specially designated software packages--typically libraries--of the
|
||||
Free Software Foundation and other authors who decide to use it. You
|
||||
can use it too, but we suggest you first think carefully about whether
|
||||
this license or the ordinary General Public License is the better
|
||||
strategy to use in any particular case, based on the explanations below.
|
||||
|
||||
When we speak of free software, we are referring to freedom of use,
|
||||
not price. Our General Public Licenses are designed to make sure that
|
||||
you have the freedom to distribute copies of free software (and charge
|
||||
for this service if you wish); that you receive source code or can get
|
||||
it if you want it; that you can change the software and use pieces of
|
||||
it in new free programs; and that you are informed that you can do
|
||||
these things.
|
||||
|
||||
To protect your rights, we need to make restrictions that forbid
|
||||
distributors to deny you these rights or to ask you to surrender these
|
||||
rights. These restrictions translate to certain responsibilities for
|
||||
you if you distribute copies of the library or if you modify it.
|
||||
|
||||
For example, if you distribute copies of the library, whether gratis
|
||||
or for a fee, you must give the recipients all the rights that we gave
|
||||
you. You must make sure that they, too, receive or can get the source
|
||||
code. If you link other code with the library, you must provide
|
||||
complete object files to the recipients, so that they can relink them
|
||||
with the library after making changes to the library and recompiling
|
||||
it. And you must show them these terms so they know their rights.
|
||||
|
||||
We protect your rights with a two-step method: (1) we copyright the
|
||||
library, and (2) we offer you this license, which gives you legal
|
||||
permission to copy, distribute and/or modify the library.
|
||||
|
||||
To protect each distributor, we want to make it very clear that
|
||||
there is no warranty for the free library. Also, if the library is
|
||||
modified by someone else and passed on, the recipients should know
|
||||
that what they have is not the original version, so that the original
|
||||
author's reputation will not be affected by problems that might be
|
||||
introduced by others.
|
||||
|
||||
Finally, software patents pose a constant threat to the existence of
|
||||
any free program. We wish to make sure that a company cannot
|
||||
effectively restrict the users of a free program by obtaining a
|
||||
restrictive license from a patent holder. Therefore, we insist that
|
||||
any patent license obtained for a version of the library must be
|
||||
consistent with the full freedom of use specified in this license.
|
||||
|
||||
Most GNU software, including some libraries, is covered by the
|
||||
ordinary GNU General Public License. This license, the GNU Lesser
|
||||
General Public License, applies to certain designated libraries, and
|
||||
is quite different from the ordinary General Public License. We use
|
||||
this license for certain libraries in order to permit linking those
|
||||
libraries into non-free programs.
|
||||
|
||||
When a program is linked with a library, whether statically or using
|
||||
a shared library, the combination of the two is legally speaking a
|
||||
combined work, a derivative of the original library. The ordinary
|
||||
General Public License therefore permits such linking only if the
|
||||
entire combination fits its criteria of freedom. The Lesser General
|
||||
Public License permits more lax criteria for linking other code with
|
||||
the library.
|
||||
|
||||
We call this license the "Lesser" General Public License because it
|
||||
does Less to protect the user's freedom than the ordinary General
|
||||
Public License. It also provides other free software developers Less
|
||||
of an advantage over competing non-free programs. These disadvantages
|
||||
are the reason we use the ordinary General Public License for many
|
||||
libraries. However, the Lesser license provides advantages in certain
|
||||
special circumstances.
|
||||
|
||||
For example, on rare occasions, there may be a special need to
|
||||
encourage the widest possible use of a certain library, so that it becomes
|
||||
a de-facto standard. To achieve this, non-free programs must be
|
||||
allowed to use the library. A more frequent case is that a free
|
||||
library does the same job as widely used non-free libraries. In this
|
||||
case, there is little to gain by limiting the free library to free
|
||||
software only, so we use the Lesser General Public License.
|
||||
|
||||
In other cases, permission to use a particular library in non-free
|
||||
programs enables a greater number of people to use a large body of
|
||||
free software. For example, permission to use the GNU C Library in
|
||||
non-free programs enables many more people to use the whole GNU
|
||||
operating system, as well as its variant, the GNU/Linux operating
|
||||
system.
|
||||
|
||||
Although the Lesser General Public License is Less protective of the
|
||||
users' freedom, it does ensure that the user of a program that is
|
||||
linked with the Library has the freedom and the wherewithal to run
|
||||
that program using a modified version of the Library.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow. Pay close attention to the difference between a
|
||||
"work based on the library" and a "work that uses the library". The
|
||||
former contains code derived from the library, whereas the latter must
|
||||
be combined with the library in order to run.
|
||||
|
||||
GNU LESSER GENERAL PUBLIC LICENSE
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
0. This License Agreement applies to any software library or other
|
||||
program which contains a notice placed by the copyright holder or
|
||||
other authorized party saying it may be distributed under the terms of
|
||||
this Lesser General Public License (also called "this License").
|
||||
Each licensee is addressed as "you".
|
||||
|
||||
A "library" means a collection of software functions and/or data
|
||||
prepared so as to be conveniently linked with application programs
|
||||
(which use some of those functions and data) to form executables.
|
||||
|
||||
The "Library", below, refers to any such software library or work
|
||||
which has been distributed under these terms. A "work based on the
|
||||
Library" means either the Library or any derivative work under
|
||||
copyright law: that is to say, a work containing the Library or a
|
||||
portion of it, either verbatim or with modifications and/or translated
|
||||
straightforwardly into another language. (Hereinafter, translation is
|
||||
included without limitation in the term "modification".)
|
||||
|
||||
"Source code" for a work means the preferred form of the work for
|
||||
making modifications to it. For a library, complete source code means
|
||||
all the source code for all modules it contains, plus any associated
|
||||
interface definition files, plus the scripts used to control compilation
|
||||
and installation of the library.
|
||||
|
||||
Activities other than copying, distribution and modification are not
|
||||
covered by this License; they are outside its scope. The act of
|
||||
running a program using the Library is not restricted, and output from
|
||||
such a program is covered only if its contents constitute a work based
|
||||
on the Library (independent of the use of the Library in a tool for
|
||||
writing it). Whether that is true depends on what the Library does
|
||||
and what the program that uses the Library does.
|
||||
|
||||
1. You may copy and distribute verbatim copies of the Library's
|
||||
complete source code as you receive it, in any medium, provided that
|
||||
you conspicuously and appropriately publish on each copy an
|
||||
appropriate copyright notice and disclaimer of warranty; keep intact
|
||||
all the notices that refer to this License and to the absence of any
|
||||
warranty; and distribute a copy of this License along with the
|
||||
Library.
|
||||
|
||||
You may charge a fee for the physical act of transferring a copy,
|
||||
and you may at your option offer warranty protection in exchange for a
|
||||
fee.
|
||||
|
||||
2. You may modify your copy or copies of the Library or any portion
|
||||
of it, thus forming a work based on the Library, and copy and
|
||||
distribute such modifications or work under the terms of Section 1
|
||||
above, provided that you also meet all of these conditions:
|
||||
|
||||
a) The modified work must itself be a software library.
|
||||
|
||||
b) You must cause the files modified to carry prominent notices
|
||||
stating that you changed the files and the date of any change.
|
||||
|
||||
c) You must cause the whole of the work to be licensed at no
|
||||
charge to all third parties under the terms of this License.
|
||||
|
||||
d) If a facility in the modified Library refers to a function or a
|
||||
table of data to be supplied by an application program that uses
|
||||
the facility, other than as an argument passed when the facility
|
||||
is invoked, then you must make a good faith effort to ensure that,
|
||||
in the event an application does not supply such function or
|
||||
table, the facility still operates, and performs whatever part of
|
||||
its purpose remains meaningful.
|
||||
|
||||
(For example, a function in a library to compute square roots has
|
||||
a purpose that is entirely well-defined independent of the
|
||||
application. Therefore, Subsection 2d requires that any
|
||||
application-supplied function or table used by this function must
|
||||
be optional: if the application does not supply it, the square
|
||||
root function must still compute square roots.)
|
||||
|
||||
These requirements apply to the modified work as a whole. If
|
||||
identifiable sections of that work are not derived from the Library,
|
||||
and can be reasonably considered independent and separate works in
|
||||
themselves, then this License, and its terms, do not apply to those
|
||||
sections when you distribute them as separate works. But when you
|
||||
distribute the same sections as part of a whole which is a work based
|
||||
on the Library, the distribution of the whole must be on the terms of
|
||||
this License, whose permissions for other licensees extend to the
|
||||
entire whole, and thus to each and every part regardless of who wrote
|
||||
it.
|
||||
|
||||
Thus, it is not the intent of this section to claim rights or contest
|
||||
your rights to work written entirely by you; rather, the intent is to
|
||||
exercise the right to control the distribution of derivative or
|
||||
collective works based on the Library.
|
||||
|
||||
In addition, mere aggregation of another work not based on the Library
|
||||
with the Library (or with a work based on the Library) on a volume of
|
||||
a storage or distribution medium does not bring the other work under
|
||||
the scope of this License.
|
||||
|
||||
3. You may opt to apply the terms of the ordinary GNU General Public
|
||||
License instead of this License to a given copy of the Library. To do
|
||||
this, you must alter all the notices that refer to this License, so
|
||||
that they refer to the ordinary GNU General Public License, version 2,
|
||||
instead of to this License. (If a newer version than version 2 of the
|
||||
ordinary GNU General Public License has appeared, then you can specify
|
||||
that version instead if you wish.) Do not make any other change in
|
||||
these notices.
|
||||
|
||||
Once this change is made in a given copy, it is irreversible for
|
||||
that copy, so the ordinary GNU General Public License applies to all
|
||||
subsequent copies and derivative works made from that copy.
|
||||
|
||||
This option is useful when you wish to copy part of the code of
|
||||
the Library into a program that is not a library.
|
||||
|
||||
4. You may copy and distribute the Library (or a portion or
|
||||
derivative of it, under Section 2) in object code or executable form
|
||||
under the terms of Sections 1 and 2 above provided that you accompany
|
||||
it with the complete corresponding machine-readable source code, which
|
||||
must be distributed under the terms of Sections 1 and 2 above on a
|
||||
medium customarily used for software interchange.
|
||||
|
||||
If distribution of object code is made by offering access to copy
|
||||
from a designated place, then offering equivalent access to copy the
|
||||
source code from the same place satisfies the requirement to
|
||||
distribute the source code, even though third parties are not
|
||||
compelled to copy the source along with the object code.
|
||||
|
||||
5. A program that contains no derivative of any portion of the
|
||||
Library, but is designed to work with the Library by being compiled or
|
||||
linked with it, is called a "work that uses the Library". Such a
|
||||
work, in isolation, is not a derivative work of the Library, and
|
||||
therefore falls outside the scope of this License.
|
||||
|
||||
However, linking a "work that uses the Library" with the Library
|
||||
creates an executable that is a derivative of the Library (because it
|
||||
contains portions of the Library), rather than a "work that uses the
|
||||
library". The executable is therefore covered by this License.
|
||||
Section 6 states terms for distribution of such executables.
|
||||
|
||||
When a "work that uses the Library" uses material from a header file
|
||||
that is part of the Library, the object code for the work may be a
|
||||
derivative work of the Library even though the source code is not.
|
||||
Whether this is true is especially significant if the work can be
|
||||
linked without the Library, or if the work is itself a library. The
|
||||
threshold for this to be true is not precisely defined by law.
|
||||
|
||||
If such an object file uses only numerical parameters, data
|
||||
structure layouts and accessors, and small macros and small inline
|
||||
functions (ten lines or less in length), then the use of the object
|
||||
file is unrestricted, regardless of whether it is legally a derivative
|
||||
work. (Executables containing this object code plus portions of the
|
||||
Library will still fall under Section 6.)
|
||||
|
||||
Otherwise, if the work is a derivative of the Library, you may
|
||||
distribute the object code for the work under the terms of Section 6.
|
||||
Any executables containing that work also fall under Section 6,
|
||||
whether or not they are linked directly with the Library itself.
|
||||
|
||||
6. As an exception to the Sections above, you may also combine or
|
||||
link a "work that uses the Library" with the Library to produce a
|
||||
work containing portions of the Library, and distribute that work
|
||||
under terms of your choice, provided that the terms permit
|
||||
modification of the work for the customer's own use and reverse
|
||||
engineering for debugging such modifications.
|
||||
|
||||
You must give prominent notice with each copy of the work that the
|
||||
Library is used in it and that the Library and its use are covered by
|
||||
this License. You must supply a copy of this License. If the work
|
||||
during execution displays copyright notices, you must include the
|
||||
copyright notice for the Library among them, as well as a reference
|
||||
directing the user to the copy of this License. Also, you must do one
|
||||
of these things:
|
||||
|
||||
a) Accompany the work with the complete corresponding
|
||||
machine-readable source code for the Library including whatever
|
||||
changes were used in the work (which must be distributed under
|
||||
Sections 1 and 2 above); and, if the work is an executable linked
|
||||
with the Library, with the complete machine-readable "work that
|
||||
uses the Library", as object code and/or source code, so that the
|
||||
user can modify the Library and then relink to produce a modified
|
||||
executable containing the modified Library. (It is understood
|
||||
that the user who changes the contents of definitions files in the
|
||||
Library will not necessarily be able to recompile the application
|
||||
to use the modified definitions.)
|
||||
|
||||
b) Use a suitable shared library mechanism for linking with the
|
||||
Library. A suitable mechanism is one that (1) uses at run time a
|
||||
copy of the library already present on the user's computer system,
|
||||
rather than copying library functions into the executable, and (2)
|
||||
will operate properly with a modified version of the library, if
|
||||
the user installs one, as long as the modified version is
|
||||
interface-compatible with the version that the work was made with.
|
||||
|
||||
c) Accompany the work with a written offer, valid for at
|
||||
least three years, to give the same user the materials
|
||||
specified in Subsection 6a, above, for a charge no more
|
||||
than the cost of performing this distribution.
|
||||
|
||||
d) If distribution of the work is made by offering access to copy
|
||||
from a designated place, offer equivalent access to copy the above
|
||||
specified materials from the same place.
|
||||
|
||||
e) Verify that the user has already received a copy of these
|
||||
materials or that you have already sent this user a copy.
|
||||
|
||||
For an executable, the required form of the "work that uses the
|
||||
Library" must include any data and utility programs needed for
|
||||
reproducing the executable from it. However, as a special exception,
|
||||
the materials to be distributed need not include anything that is
|
||||
normally distributed (in either source or binary form) with the major
|
||||
components (compiler, kernel, and so on) of the operating system on
|
||||
which the executable runs, unless that component itself accompanies
|
||||
the executable.
|
||||
|
||||
It may happen that this requirement contradicts the license
|
||||
restrictions of other proprietary libraries that do not normally
|
||||
accompany the operating system. Such a contradiction means you cannot
|
||||
use both them and the Library together in an executable that you
|
||||
distribute.
|
||||
|
||||
7. You may place library facilities that are a work based on the
|
||||
Library side-by-side in a single library together with other library
|
||||
facilities not covered by this License, and distribute such a combined
|
||||
library, provided that the separate distribution of the work based on
|
||||
the Library and of the other library facilities is otherwise
|
||||
permitted, and provided that you do these two things:
|
||||
|
||||
a) Accompany the combined library with a copy of the same work
|
||||
based on the Library, uncombined with any other library
|
||||
facilities. This must be distributed under the terms of the
|
||||
Sections above.
|
||||
|
||||
b) Give prominent notice with the combined library of the fact
|
||||
that part of it is a work based on the Library, and explaining
|
||||
where to find the accompanying uncombined form of the same work.
|
||||
|
||||
8. You may not copy, modify, sublicense, link with, or distribute
|
||||
the Library except as expressly provided under this License. Any
|
||||
attempt otherwise to copy, modify, sublicense, link with, or
|
||||
distribute the Library is void, and will automatically terminate your
|
||||
rights under this License. However, parties who have received copies,
|
||||
or rights, from you under this License will not have their licenses
|
||||
terminated so long as such parties remain in full compliance.
|
||||
|
||||
9. You are not required to accept this License, since you have not
|
||||
signed it. However, nothing else grants you permission to modify or
|
||||
distribute the Library or its derivative works. These actions are
|
||||
prohibited by law if you do not accept this License. Therefore, by
|
||||
modifying or distributing the Library (or any work based on the
|
||||
Library), you indicate your acceptance of this License to do so, and
|
||||
all its terms and conditions for copying, distributing or modifying
|
||||
the Library or works based on it.
|
||||
|
||||
10. Each time you redistribute the Library (or any work based on the
|
||||
Library), the recipient automatically receives a license from the
|
||||
original licensor to copy, distribute, link with or modify the Library
|
||||
subject to these terms and conditions. You may not impose any further
|
||||
restrictions on the recipients' exercise of the rights granted herein.
|
||||
You are not responsible for enforcing compliance by third parties with
|
||||
this License.
|
||||
|
||||
11. If, as a consequence of a court judgment or allegation of patent
|
||||
infringement or for any other reason (not limited to patent issues),
|
||||
conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot
|
||||
distribute so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you
|
||||
may not distribute the Library at all. For example, if a patent
|
||||
license would not permit royalty-free redistribution of the Library by
|
||||
all those who receive copies directly or indirectly through you, then
|
||||
the only way you could satisfy both it and this License would be to
|
||||
refrain entirely from distribution of the Library.
|
||||
|
||||
If any portion of this section is held invalid or unenforceable under any
|
||||
particular circumstance, the balance of the section is intended to apply,
|
||||
and the section as a whole is intended to apply in other circumstances.
|
||||
|
||||
It is not the purpose of this section to induce you to infringe any
|
||||
patents or other property right claims or to contest validity of any
|
||||
such claims; this section has the sole purpose of protecting the
|
||||
integrity of the free software distribution system which is
|
||||
implemented by public license practices. Many people have made
|
||||
generous contributions to the wide range of software distributed
|
||||
through that system in reliance on consistent application of that
|
||||
system; it is up to the author/donor to decide if he or she is willing
|
||||
to distribute software through any other system and a licensee cannot
|
||||
impose that choice.
|
||||
|
||||
This section is intended to make thoroughly clear what is believed to
|
||||
be a consequence of the rest of this License.
|
||||
|
||||
12. If the distribution and/or use of the Library is restricted in
|
||||
certain countries either by patents or by copyrighted interfaces, the
|
||||
original copyright holder who places the Library under this License may add
|
||||
an explicit geographical distribution limitation excluding those countries,
|
||||
so that distribution is permitted only in or among countries not thus
|
||||
excluded. In such case, this License incorporates the limitation as if
|
||||
written in the body of this License.
|
||||
|
||||
13. The Free Software Foundation may publish revised and/or new
|
||||
versions of the Lesser General Public License from time to time.
|
||||
Such new versions will be similar in spirit to the present version,
|
||||
but may differ in detail to address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the Library
|
||||
specifies a version number of this License which applies to it and
|
||||
"any later version", you have the option of following the terms and
|
||||
conditions either of that version or of any later version published by
|
||||
the Free Software Foundation. If the Library does not specify a
|
||||
license version number, you may choose any version ever published by
|
||||
the Free Software Foundation.
|
||||
|
||||
14. If you wish to incorporate parts of the Library into other free
|
||||
programs whose distribution conditions are incompatible with these,
|
||||
write to the author to ask for permission. For software which is
|
||||
copyrighted by the Free Software Foundation, write to the Free
|
||||
Software Foundation; we sometimes make exceptions for this. Our
|
||||
decision will be guided by the two goals of preserving the free status
|
||||
of all derivatives of our free software and of promoting the sharing
|
||||
and reuse of software generally.
|
||||
|
||||
NO WARRANTY
|
||||
|
||||
15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
|
||||
WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
|
||||
EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
|
||||
OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
|
||||
KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
|
||||
LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
|
||||
THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
||||
|
||||
16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
|
||||
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
|
||||
AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
|
||||
FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
|
||||
CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
|
||||
LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
|
||||
RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
|
||||
FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
|
||||
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
||||
DAMAGES.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Libraries
|
||||
|
||||
If you develop a new library, and you want it to be of the greatest
|
||||
possible use to the public, we recommend making it free software that
|
||||
everyone can redistribute and change. You can do so by permitting
|
||||
redistribution under these terms (or, alternatively, under the terms of the
|
||||
ordinary General Public License).
|
||||
|
||||
To apply these terms, attach the following notices to the library. It is
|
||||
safest to attach them to the start of each source file to most effectively
|
||||
convey the exclusion of warranty; and each file should have at least the
|
||||
"copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the library's name and a brief idea of what it does.>
|
||||
Copyright (C) <year> <name of author>
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2.1 of the License, or (at your option) any later version.
|
||||
|
||||
This library is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
Lesser General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Lesser General Public
|
||||
License along with this library; if not, write to the Free Software
|
||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
You should also get your employer (if you work as a programmer) or your
|
||||
school, if any, to sign a "copyright disclaimer" for the library, if
|
||||
necessary. Here is a sample; alter the names:
|
||||
|
||||
Yoyodyne, Inc., hereby disclaims all copyright interest in the
|
||||
library `Frob' (a library for tweaking knobs) written by James Random Hacker.
|
||||
|
||||
<signature of Ty Coon>, 1 April 1990
|
||||
Ty Coon, President of Vice
|
||||
|
||||
That's all there is to it!
|
||||
|
||||
|
||||
1
client-wiaas/public/static/js/tinymce/js/tinymce/plugins/advlist/plugin.min.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
!function(){var a={},b=function(b){for(var c=a[b],e=c.deps,f=c.defn,g=e.length,h=new Array(g),i=0;i<g;++i)h[i]=d(e[i]);var j=f.apply(null,h);if(void 0===j)throw"module ["+b+"] returned undefined";c.instance=j},c=function(b,c,d){if("string"!=typeof b)throw"module id must be a string";if(void 0===c)throw"no dependencies for "+b;if(void 0===d)throw"no definition function for "+b;a[b]={deps:c,defn:d,instance:void 0}},d=function(c){var d=a[c];if(void 0===d)throw"module ["+c+"] was undefined";return void 0===d.instance&&b(c),d.instance},e=function(a,b){for(var c=a.length,e=new Array(c),f=0;f<c;++f)e[f]=d(a[f]);b.apply(null,e)},f={};f.bolt={module:{api:{define:c,require:e,demand:d}}};var g=c,h=function(a,b){g(a,[],function(){return b})};h("5",tinymce.util.Tools.resolve),g("1",["5"],function(a){return a("tinymce.PluginManager")}),g("2",["5"],function(a){return a("tinymce.util.Tools")}),g("6",[],function(){var a=function(a,b,c){var d="UL"===b?"InsertUnorderedList":"InsertOrderedList";a.execCommand(d,!1,c===!1?null:{"list-style-type":c})};return{applyListFormat:a}}),g("3",["6"],function(a){var b=function(b){b.addCommand("ApplyUnorderedListStyle",function(c,d){a.applyListFormat(b,"UL",d["list-style-type"])}),b.addCommand("ApplyOrderedListStyle",function(c,d){a.applyListFormat(b,"OL",d["list-style-type"])})};return{register:b}}),g("7",[],function(){var a=function(a){var b=a.getParam("advlist_number_styles","default,lower-alpha,lower-greek,lower-roman,upper-alpha,upper-roman");return b?b.split(/[ ,]/):[]},b=function(a){var b=a.getParam("advlist_bullet_styles","default,circle,disc,square");return b?b.split(/[ ,]/):[]};return{getNumberStyles:a,getBulletStyles:b}}),g("8",[],function(){var a=function(a,b){return a.$.contains(a.getBody(),b)},b=function(a){return a&&/^(TH|TD)$/.test(a.nodeName)},c=function(b){return function(c){return c&&/^(OL|UL|DL)$/.test(c.nodeName)&&a(b,c)}},d=function(a){var b=a.dom.getParent(a.selection.getNode(),"ol,ul");return a.dom.getStyle(b,"listStyleType")||""};return{isTableCellNode:b,isListNode:c,getSelectedStyleType:d}}),g("9",["2"],function(a){var b=function(a){return a.replace(/\-/g," ").replace(/\b\w/g,function(a){return a.toUpperCase()})},c=function(c){return a.map(c,function(a){var c=b(a),d="default"===a?"":a;return{text:c,data:d}})};return{toMenuItems:c}}),g("4",["2","7","6","8","9"],function(a,b,c,d,e){var f=function(a,b){for(var c=0;c<a.length;c++){var d=a[c];if(b(d))return c}return-1},g=function(b,c){return function(e){var g=e.control;b.on("NodeChange",function(e){var h=f(e.parents,d.isTableCellNode),i=h!==-1?e.parents.slice(0,h):e.parents,j=a.grep(i,d.isListNode(b));g.active(j.length>0&&j[0].nodeName===c)})}},h=function(a){return function(b){var c=d.getSelectedStyleType(a);b.control.items().each(function(a){a.active(a.settings.data===c)})}},i=function(a,b,d,f,i,j){a.addButton(b,{active:!1,type:"splitbutton",tooltip:d,menu:e.toMenuItems(j),onPostRender:g(a,i),onshow:h(a),onselect:function(b){c.applyListFormat(a,i,b.control.settings.data)},onclick:function(){a.execCommand(f)}})},j=function(a,b,c,d,e,f){a.addButton(b,{active:!1,type:"button",tooltip:c,onPostRender:g(a,e),onclick:function(){a.execCommand(d)}})},k=function(a,b,c,d,e,f){f.length>0?i(a,b,c,d,e,f):j(a,b,c,d,e,f)},l=function(a){k(a,"numlist","Numbered list","InsertOrderedList","OL",b.getNumberStyles(a)),k(a,"bullist","Bullet list","InsertUnorderedList","UL",b.getBulletStyles(a))};return{register:l}}),g("0",["1","2","3","4"],function(a,b,c,d){return a.add("advlist",function(a){var e=function(a,c){var d=a.settings.plugins?a.settings.plugins:"";return b.inArray(d.split(/[ ,]/),c)!==-1};e(a,"lists")&&(d.register(a),c.register(a))}),function(){}}),d("0")()}();
|
||||
1
client-wiaas/public/static/js/tinymce/js/tinymce/plugins/anchor/plugin.min.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
!function(){var a={},b=function(b){for(var c=a[b],e=c.deps,f=c.defn,g=e.length,h=new Array(g),i=0;i<g;++i)h[i]=d(e[i]);var j=f.apply(null,h);if(void 0===j)throw"module ["+b+"] returned undefined";c.instance=j},c=function(b,c,d){if("string"!=typeof b)throw"module id must be a string";if(void 0===c)throw"no dependencies for "+b;if(void 0===d)throw"no definition function for "+b;a[b]={deps:c,defn:d,instance:void 0}},d=function(c){var d=a[c];if(void 0===d)throw"module ["+c+"] was undefined";return void 0===d.instance&&b(c),d.instance},e=function(a,b){for(var c=a.length,e=new Array(c),f=0;f<c;++f)e[f]=d(a[f]);b.apply(null,e)},f={};f.bolt={module:{api:{define:c,require:e,demand:d}}};var g=c,h=function(a,b){g(a,[],function(){return b})};h("5",tinymce.util.Tools.resolve),g("1",["5"],function(a){return a("tinymce.PluginManager")}),g("7",[],function(){var a=function(a){return/^[A-Za-z][A-Za-z0-9\-:._]*$/.test(a)},b=function(a){var b=a.selection.getNode(),c="A"===b.tagName&&""===a.dom.getAttrib(b,"href");return c?b.id||b.name:""},c=function(a,b){var c=a.selection.getNode(),d="A"===c.tagName&&""===a.dom.getAttrib(c,"href");d?(c.removeAttribute("name"),c.id=b):(a.focus(),a.selection.collapse(!0),a.execCommand("mceInsertContent",!1,a.dom.createHTML("a",{id:b})))};return{isValidId:a,getId:b,insert:c}}),g("6",["7"],function(a){var b=function(b,c){return a.isValidId(c)?(a.insert(b,c),!1):(b.windowManager.alert("Id should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores."),!0)},c=function(c){var d=a.getId(c);c.windowManager.open({title:"Anchor",body:{type:"textbox",name:"id",size:40,label:"Id",value:d},onsubmit:function(a){var d=a.data.id;b(c,d)&&a.preventDefault()}})};return{open:c}}),g("2",["6"],function(a){var b=function(b){b.addCommand("mceAnchor",function(){a.open(b)})};return{register:b}}),g("3",[],function(){var a=function(a){return!a.attr("href")&&(a.attr("id")||a.attr("name"))&&!a.firstChild},b=function(b){return function(c){for(var d=0;d<c.length;d++)a(c[d])&&c[d].attr("contenteditable",b)}},c=function(a){a.on("PreInit",function(){a.parser.addNodeFilter("a",b("false")),a.serializer.addNodeFilter("a",b(null))})};return{setup:c}}),g("4",[],function(){var a=function(a){a.addButton("anchor",{icon:"anchor",tooltip:"Anchor",cmd:"mceAnchor",stateSelector:"a:not([href])"}),a.addMenuItem("anchor",{icon:"anchor",text:"Anchor",context:"insert",cmd:"mceAnchor"})};return{register:a}}),g("0",["1","2","3","4"],function(a,b,c,d){return a.add("anchor",function(a){c.setup(a),b.register(a),d.register(a)}),function(){}}),d("0")()}();
|
||||
1
client-wiaas/public/static/js/tinymce/js/tinymce/plugins/autolink/plugin.min.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
!function(){var a={},b=function(b){for(var c=a[b],e=c.deps,f=c.defn,g=e.length,h=new Array(g),i=0;i<g;++i)h[i]=d(e[i]);var j=f.apply(null,h);if(void 0===j)throw"module ["+b+"] returned undefined";c.instance=j},c=function(b,c,d){if("string"!=typeof b)throw"module id must be a string";if(void 0===c)throw"no dependencies for "+b;if(void 0===d)throw"no definition function for "+b;a[b]={deps:c,defn:d,instance:void 0}},d=function(c){var d=a[c];if(void 0===d)throw"module ["+c+"] was undefined";return void 0===d.instance&&b(c),d.instance},e=function(a,b){for(var c=a.length,e=new Array(c),f=0;f<c;++f)e[f]=d(a[f]);b.apply(null,e)},f={};f.bolt={module:{api:{define:c,require:e,demand:d}}};var g=c,h=function(a,b){g(a,[],function(){return b})};h("4",tinymce.util.Tools.resolve),g("1",["4"],function(a){return a("tinymce.Env")}),g("2",["4"],function(a){return a("tinymce.PluginManager")}),g("5",[],function(){var a=function(a){return a.getParam("autolink_pattern",/^(https?:\/\/|ssh:\/\/|ftp:\/\/|file:\/|www\.|(?:mailto:)?[A-Z0-9._%+\-]+@)(.+)$/i)},b=function(a){return a.getParam("default_link_target","")};return{getAutoLinkPattern:a,getDefaultLinkTarget:b}}),g("3",["1","2","5"],function(a,b,c){var d=function(a,b){return a===b||" "===a||160===a.charCodeAt(0)},e=function(a){k(a,-1,"(",!0)},f=function(a){k(a,0,"",!0)},g=function(a){k(a,-1,"",!1)},h=function(a,b){if(b<0&&(b=0),3===a.nodeType){var c=a.data.length;b>c&&(b=c)}return b},i=function(a,b,c){1!==b.nodeType||b.hasChildNodes()?a.setStart(b,h(b,c)):a.setStartBefore(b)},j=function(a,b,c){1!==b.nodeType||b.hasChildNodes()?a.setEnd(b,h(b,c)):a.setEndAfter(b)},k=function(a,b,e){var f,g,h,k,l,m,n,o,p,q,r=c.getAutoLinkPattern(a),s=c.getDefaultLinkTarget(a);if("A"!==a.selection.getNode().tagName){if(f=a.selection.getRng(!0).cloneRange(),f.startOffset<5){if(o=f.endContainer.previousSibling,!o){if(!f.endContainer.firstChild||!f.endContainer.firstChild.nextSibling)return;o=f.endContainer.firstChild.nextSibling}if(p=o.length,i(f,o,p),j(f,o,p),f.endOffset<5)return;g=f.endOffset,k=o}else{if(k=f.endContainer,3!==k.nodeType&&k.firstChild){for(;3!==k.nodeType&&k.firstChild;)k=k.firstChild;3===k.nodeType&&(i(f,k,0),j(f,k,k.nodeValue.length))}g=1===f.endOffset?2:f.endOffset-1-b}h=g;do i(f,k,g>=2?g-2:0),j(f,k,g>=1?g-1:0),g-=1,q=f.toString();while(" "!==q&&""!==q&&160!==q.charCodeAt(0)&&g-2>=0&&q!==e);d(f.toString(),e)?(i(f,k,g),j(f,k,h),g+=1):0===f.startOffset?(i(f,k,0),j(f,k,h)):(i(f,k,g),j(f,k,h)),m=f.toString(),"."===m.charAt(m.length-1)&&j(f,k,h-1),m=f.toString().trim(),n=m.match(r),n&&("www."===n[1]?n[1]="http://www.":/@$/.test(n[1])&&!/^mailto:/.test(n[1])&&(n[1]="mailto:"+n[1]),l=a.selection.getBookmark(),a.selection.setRng(f),a.execCommand("createlink",!1,n[1]+n[2]),s&&a.dom.setAttrib(a.selection.getNode(),"target",s),a.selection.moveToBookmark(l),a.nodeChanged())}},l=function(b){var c;return b.on("keydown",function(a){if(13===a.keyCode)return g(b)}),a.ie?void b.on("focus",function(){if(!c){c=!0;try{b.execCommand("AutoUrlDetect",!1,!0)}catch(a){}}}):(b.on("keypress",function(a){if(41===a.keyCode)return e(b)}),void b.on("keyup",function(a){if(32===a.keyCode)return f(b)}))};return{setup:l}}),g("0",["1","2","3"],function(a,b,c){return b.add("autolink",function(a){c.setup(a)}),function(){}}),d("0")()}();
|
||||
1
client-wiaas/public/static/js/tinymce/js/tinymce/plugins/autoresize/plugin.min.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
!function(){var a={},b=function(b){for(var c=a[b],e=c.deps,f=c.defn,g=e.length,h=new Array(g),i=0;i<g;++i)h[i]=d(e[i]);var j=f.apply(null,h);if(void 0===j)throw"module ["+b+"] returned undefined";c.instance=j},c=function(b,c,d){if("string"!=typeof b)throw"module id must be a string";if(void 0===c)throw"no dependencies for "+b;if(void 0===d)throw"no definition function for "+b;a[b]={deps:c,defn:d,instance:void 0}},d=function(c){var d=a[c];if(void 0===d)throw"module ["+c+"] was undefined";return void 0===d.instance&&b(c),d.instance},e=function(a,b){for(var c=a.length,e=new Array(c),f=0;f<c;++f)e[f]=d(a[f]);b.apply(null,e)},f={};f.bolt={module:{api:{define:c,require:e,demand:d}}};var g=c,h=function(a,b){g(a,[],function(){return b})};g("1",[],function(){var a=function(b){var c=b,d=function(){return c},e=function(a){c=a},f=function(){return a(d())};return{get:d,set:e,clone:f}};return a}),h("5",tinymce.util.Tools.resolve),g("2",["5"],function(a){return a("tinymce.PluginManager")}),g("6",["5"],function(a){return a("tinymce.Env")}),g("7",["5"],function(a){return a("tinymce.util.Delay")}),g("8",[],function(){var a=function(a){return parseInt(a.getParam("autoresize_min_height",a.getElement().offsetHeight),10)},b=function(a){return parseInt(a.getParam("autoresize_max_height",0),10)},c=function(a){return a.getParam("autoresize_overflow_padding",1)},d=function(a){return a.getParam("autoresize_bottom_margin",50)},e=function(a){return a.getParam("autoresize_on_init",!0)};return{getAutoResizeMinHeight:a,getAutoResizeMaxHeight:b,getAutoResizeOverflowPadding:c,getAutoResizeBottomMargin:d,shouldAutoResizeOnInit:e}}),g("4",["6","7","8"],function(a,b,c){var d=function(a){return a.plugins.fullscreen&&a.plugins.fullscreen.isFullscreen()},e=function(a,c,d,f,h){b.setEditorTimeout(a,function(){g(a,c),d--?e(a,c,d,f,h):h&&h()},f)},f=function(a,b){var c=a.getBody();c&&(c.style.overflowY=b?"":"hidden",b||(c.scrollTop=0))},g=function(b,e){var h,i,j,k,l,m,n,o,p,q,r,s=b.dom;if(i=b.getDoc()){if(d(b))return void f(b,!0);j=i.body,k=c.getAutoResizeMinHeight(b),m=s.getStyle(j,"margin-top",!0),n=s.getStyle(j,"margin-bottom",!0),o=s.getStyle(j,"padding-top",!0),p=s.getStyle(j,"padding-bottom",!0),q=s.getStyle(j,"border-top-width",!0),r=s.getStyle(j,"border-bottom-width",!0),l=j.offsetHeight+parseInt(m,10)+parseInt(n,10)+parseInt(o,10)+parseInt(p,10)+parseInt(q,10)+parseInt(r,10),(isNaN(l)||l<=0)&&(l=a.ie?j.scrollHeight:a.webkit&&0===j.clientHeight?0:j.offsetHeight),l>c.getAutoResizeMinHeight(b)&&(k=l);var t=c.getAutoResizeMaxHeight(b);t&&l>t?(k=t,f(b,!0)):f(b,!1),k!==e.get()&&(h=k-e.get(),s.setStyle(b.iframeElement,"height",k+"px"),e.set(k),a.webKit&&h<0&&g(b))}},h=function(a,b){a.on("init",function(){var b,d,e=a.dom;b=c.getAutoResizeOverflowPadding(a),d=c.getAutoResizeBottomMargin(a),b!==!1&&e.setStyles(a.getBody(),{paddingLeft:b,paddingRight:b}),d!==!1&&e.setStyles(a.getBody(),{paddingBottom:d})}),a.on("nodechange setcontent keyup FullscreenStateChanged",function(c){g(a,b)}),c.shouldAutoResizeOnInit(a)&&a.on("init",function(){e(a,b,20,100,function(){e(a,b,5,1e3)})})};return{setup:h,resize:g}}),g("3",["4"],function(a){var b=function(b,c){b.addCommand("mceAutoResize",function(){a.resize(b,c)})};return{register:b}}),g("0",["1","2","3","4"],function(a,b,c,d){return b.add("autoresize",function(b){if(!b.inline){var e=a(0);c.register(b,e),d.setup(b,e)}}),function(){}}),d("0")()}();
|
||||
1
client-wiaas/public/static/js/tinymce/js/tinymce/plugins/autosave/plugin.min.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
!function(){var a={},b=function(b){for(var c=a[b],e=c.deps,f=c.defn,g=e.length,h=new Array(g),i=0;i<g;++i)h[i]=d(e[i]);var j=f.apply(null,h);if(void 0===j)throw"module ["+b+"] returned undefined";c.instance=j},c=function(b,c,d){if("string"!=typeof b)throw"module id must be a string";if(void 0===c)throw"no dependencies for "+b;if(void 0===d)throw"no definition function for "+b;a[b]={deps:c,defn:d,instance:void 0}},d=function(c){var d=a[c];if(void 0===d)throw"module ["+c+"] was undefined";return void 0===d.instance&&b(c),d.instance},e=function(a,b){for(var c=a.length,e=new Array(c),f=0;f<c;++f)e[f]=d(a[f]);b.apply(null,e)},f={};f.bolt={module:{api:{define:c,require:e,demand:d}}};var g=c,h=function(a,b){g(a,[],function(){return b})};g("1",[],function(){var a=function(b){var c=b,d=function(){return c},e=function(a){c=a},f=function(){return a(d())};return{get:d,set:e,clone:f}};return a}),h("6",tinymce.util.Tools.resolve),g("2",["6"],function(a){return a("tinymce.PluginManager")}),h("c",setInterval),g("d",["6"],function(a){return a("tinymce.util.LocalStorage")}),g("a",["6"],function(a){return a("tinymce.util.Tools")}),g("e",[],function(){var a=function(a){return a.fire("RestoreDraft")},b=function(a){return a.fire("StoreDraft")},c=function(a){return a.fire("RemoveDraft")};return{fireRestoreDraft:a,fireStoreDraft:b,fireRemoveDraft:c}}),h("f",document),g("g",[],function(){var a=function(a,b){var c={s:1e3,m:6e4};return a=/^(\d+)([ms]?)$/.exec(""+(a||b)),(a[2]?c[a[2]]:1)*parseInt(a,10)};return{parse:a}}),g("b",["f","g"],function(a,b){var c=function(a){return a.getParam("autosave_ask_before_unload",!0)},d=function(b){var c=b.getParam("autosave_prefix","tinymce-autosave-{path}{query}{hash}-{id}-");return c=c.replace(/\{path\}/g,a.location.pathname),c=c.replace(/\{query\}/g,a.location.search),c=c.replace(/\{hash\}/g,a.location.hash),c=c.replace(/\{id\}/g,b.id)},e=function(a){return a.getParam("autosave_restore_when_empty",!1)},f=function(a){return b.parse(a.settings.autosave_interval,"30s")},g=function(a){return b.parse(a.settings.autosave_retention,"20m")};return{shouldAskBeforeUnload:c,getAutoSavePrefix:d,shouldRestoreWhenEmpty:e,getAutoSaveInterval:f,getAutoSaveRetention:g}}),g("7",["c","d","a","e","b"],function(a,b,c,d,e){var f=function(a,b){var d=a.settings.forced_root_block;return b=c.trim("undefined"==typeof b?a.getBody().innerHTML:b),""===b||new RegExp("^<"+d+"[^>]*>((\xa0| |[ \t]|<br[^>]*>)+?|)</"+d+">|<br>$","i").test(b)},g=function(a){var c=parseInt(b.getItem(e.getAutoSavePrefix(a)+"time"),10)||0;return!((new Date).getTime()-c>e.getAutoSaveRetention(a))||(h(a,!1),!1)},h=function(a,c){var f=e.getAutoSavePrefix(a);b.removeItem(f+"draft"),b.removeItem(f+"time"),c!==!1&&d.fireRemoveDraft(a)},i=function(a){var c=e.getAutoSavePrefix(a);!f(a)&&a.isDirty()&&(b.setItem(c+"draft",a.getContent({format:"raw",no_events:!0})),b.setItem(c+"time",(new Date).getTime()),d.fireStoreDraft(a))},j=function(a){var c=e.getAutoSavePrefix(a);g(a)&&(a.setContent(b.getItem(c+"draft"),{format:"raw"}),d.fireRestoreDraft(a))},k=function(b,c){var d=e.getAutoSaveInterval(b);c.get()||(a(function(){b.removed||i(b)},d),c.set(!0))},l=function(a){a.undoManager.transact(function(){j(a),h(a)}),a.focus()};return{isEmpty:f,hasDraft:g,removeDraft:h,storeDraft:i,restoreDraft:j,startStoreDraft:k,restoreLastDraft:l}}),g("3",["7"],function(a){var b=function(a,b){return function(){var c=Array.prototype.slice.call(arguments);return a.apply(null,[b].concat(c))}},c=function(c){return{hasDraft:b(a.hasDraft,c),storeDraft:b(a.storeDraft,c),restoreDraft:b(a.restoreDraft,c),removeDraft:b(a.removeDraft,c),isEmpty:b(a.isEmpty,c)}};return{get:c}}),h("8",window),g("9",["6"],function(a){return a("tinymce.EditorManager")}),g("4",["8","9","a","b"],function(a,b,c,d){b._beforeUnloadHandler=function(){var a;return c.each(b.get(),function(b){b.plugins.autosave&&b.plugins.autosave.storeDraft(),!a&&b.isDirty()&&d.shouldAskBeforeUnload(b)&&(a=b.translate("You have unsaved changes are you sure you want to navigate away?"))}),a};var e=function(c){a.onbeforeunload=b._beforeUnloadHandler};return{setup:e}}),g("5",["7"],function(a){var b=function(b,c){return function(d){var e=d.control;e.disabled(!a.hasDraft(b)),b.on("StoreDraft RestoreDraft RemoveDraft",function(){e.disabled(!a.hasDraft(b))}),a.startStoreDraft(b,c)}},c=function(c,d){c.addButton("restoredraft",{title:"Restore last draft",onclick:function(){a.restoreLastDraft(c)},onPostRender:b(c,d)}),c.addMenuItem("restoredraft",{text:"Restore last draft",onclick:function(){a.restoreLastDraft(c)},onPostRender:b(c,d),context:"file"})};return{register:c}}),g("0",["1","2","3","4","5"],function(a,b,c,d,e){return b.add("autosave",function(b){var f=a(!1);return d.setup(b),e.register(b,f),c.get(b)}),function(){}}),d("0")()}();
|
||||
1
client-wiaas/public/static/js/tinymce/js/tinymce/plugins/bbcode/plugin.min.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
!function(){var a={},b=function(b){for(var c=a[b],e=c.deps,f=c.defn,g=e.length,h=new Array(g),i=0;i<g;++i)h[i]=d(e[i]);var j=f.apply(null,h);if(void 0===j)throw"module ["+b+"] returned undefined";c.instance=j},c=function(b,c,d){if("string"!=typeof b)throw"module id must be a string";if(void 0===c)throw"no dependencies for "+b;if(void 0===d)throw"no definition function for "+b;a[b]={deps:c,defn:d,instance:void 0}},d=function(c){var d=a[c];if(void 0===d)throw"module ["+c+"] was undefined";return void 0===d.instance&&b(c),d.instance},e=function(a,b){for(var c=a.length,e=new Array(c),f=0;f<c;++f)e[f]=d(a[f]);b.apply(null,e)},f={};f.bolt={module:{api:{define:c,require:e,demand:d}}};var g=c,h=function(a,b){g(a,[],function(){return b})};h("3",tinymce.util.Tools.resolve),g("1",["3"],function(a){return a("tinymce.PluginManager")}),g("4",["3"],function(a){return a("tinymce.util.Tools")}),g("2",["4"],function(a){var b=function(b){b=a.trim(b);var c=function(a,c){b=b.replace(a,c)};return c(/<a.*?href=\"(.*?)\".*?>(.*?)<\/a>/gi,"[url=$1]$2[/url]"),c(/<font.*?color=\"(.*?)\".*?class=\"codeStyle\".*?>(.*?)<\/font>/gi,"[code][color=$1]$2[/color][/code]"),c(/<font.*?color=\"(.*?)\".*?class=\"quoteStyle\".*?>(.*?)<\/font>/gi,"[quote][color=$1]$2[/color][/quote]"),c(/<font.*?class=\"codeStyle\".*?color=\"(.*?)\".*?>(.*?)<\/font>/gi,"[code][color=$1]$2[/color][/code]"),c(/<font.*?class=\"quoteStyle\".*?color=\"(.*?)\".*?>(.*?)<\/font>/gi,"[quote][color=$1]$2[/color][/quote]"),c(/<span style=\"color: ?(.*?);\">(.*?)<\/span>/gi,"[color=$1]$2[/color]"),c(/<font.*?color=\"(.*?)\".*?>(.*?)<\/font>/gi,"[color=$1]$2[/color]"),c(/<span style=\"font-size:(.*?);\">(.*?)<\/span>/gi,"[size=$1]$2[/size]"),c(/<font>(.*?)<\/font>/gi,"$1"),c(/<img.*?src=\"(.*?)\".*?\/>/gi,"[img]$1[/img]"),c(/<span class=\"codeStyle\">(.*?)<\/span>/gi,"[code]$1[/code]"),c(/<span class=\"quoteStyle\">(.*?)<\/span>/gi,"[quote]$1[/quote]"),c(/<strong class=\"codeStyle\">(.*?)<\/strong>/gi,"[code][b]$1[/b][/code]"),c(/<strong class=\"quoteStyle\">(.*?)<\/strong>/gi,"[quote][b]$1[/b][/quote]"),c(/<em class=\"codeStyle\">(.*?)<\/em>/gi,"[code][i]$1[/i][/code]"),c(/<em class=\"quoteStyle\">(.*?)<\/em>/gi,"[quote][i]$1[/i][/quote]"),c(/<u class=\"codeStyle\">(.*?)<\/u>/gi,"[code][u]$1[/u][/code]"),c(/<u class=\"quoteStyle\">(.*?)<\/u>/gi,"[quote][u]$1[/u][/quote]"),c(/<\/(strong|b)>/gi,"[/b]"),c(/<(strong|b)>/gi,"[b]"),c(/<\/(em|i)>/gi,"[/i]"),c(/<(em|i)>/gi,"[i]"),c(/<\/u>/gi,"[/u]"),c(/<span style=\"text-decoration: ?underline;\">(.*?)<\/span>/gi,"[u]$1[/u]"),c(/<u>/gi,"[u]"),c(/<blockquote[^>]*>/gi,"[quote]"),c(/<\/blockquote>/gi,"[/quote]"),c(/<br \/>/gi,"\n"),c(/<br\/>/gi,"\n"),c(/<br>/gi,"\n"),c(/<p>/gi,""),c(/<\/p>/gi,"\n"),c(/ |\u00a0/gi," "),c(/"/gi,'"'),c(/</gi,"<"),c(/>/gi,">"),c(/&/gi,"&"),b},c=function(b){b=a.trim(b);var c=function(a,c){b=b.replace(a,c)};return c(/\n/gi,"<br />"),c(/\[b\]/gi,"<strong>"),c(/\[\/b\]/gi,"</strong>"),c(/\[i\]/gi,"<em>"),c(/\[\/i\]/gi,"</em>"),c(/\[u\]/gi,"<u>"),c(/\[\/u\]/gi,"</u>"),c(/\[url=([^\]]+)\](.*?)\[\/url\]/gi,'<a href="$1">$2</a>'),c(/\[url\](.*?)\[\/url\]/gi,'<a href="$1">$1</a>'),c(/\[img\](.*?)\[\/img\]/gi,'<img src="$1" />'),c(/\[color=(.*?)\](.*?)\[\/color\]/gi,'<font color="$1">$2</font>'),c(/\[code\](.*?)\[\/code\]/gi,'<span class="codeStyle">$1</span> '),c(/\[quote.*?\](.*?)\[\/quote\]/gi,'<span class="quoteStyle">$1</span> '),b};return{html2bbcode:b,bbcode2html:c}}),g("0",["1","2"],function(a,b){return a.add("bbcode",function(){return{init:function(a){a.on("beforeSetContent",function(a){a.content=b.bbcode2html(a.content)}),a.on("postProcess",function(a){a.set&&(a.content=b.bbcode2html(a.content)),a.get&&(a.content=b.html2bbcode(a.content))})}}}),function(){}}),d("0")()}();
|
||||
1
client-wiaas/public/static/js/tinymce/js/tinymce/plugins/charmap/plugin.min.js
vendored
Normal file
1
client-wiaas/public/static/js/tinymce/js/tinymce/plugins/code/plugin.min.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
!function(){var a={},b=function(b){for(var c=a[b],e=c.deps,f=c.defn,g=e.length,h=new Array(g),i=0;i<g;++i)h[i]=d(e[i]);var j=f.apply(null,h);if(void 0===j)throw"module ["+b+"] returned undefined";c.instance=j},c=function(b,c,d){if("string"!=typeof b)throw"module id must be a string";if(void 0===c)throw"no dependencies for "+b;if(void 0===d)throw"no definition function for "+b;a[b]={deps:c,defn:d,instance:void 0}},d=function(c){var d=a[c];if(void 0===d)throw"module ["+c+"] was undefined";return void 0===d.instance&&b(c),d.instance},e=function(a,b){for(var c=a.length,e=new Array(c),f=0;f<c;++f)e[f]=d(a[f]);b.apply(null,e)},f={};f.bolt={module:{api:{define:c,require:e,demand:d}}};var g=c,h=function(a,b){g(a,[],function(){return b})};h("4",tinymce.util.Tools.resolve),g("1",["4"],function(a){return a("tinymce.PluginManager")}),g("8",["4"],function(a){return a("tinymce.dom.DOMUtils")}),g("6",["8"],function(a){var b=function(a){return a.getParam("code_dialog_width",600)},c=function(b){return b.getParam("code_dialog_height",Math.min(a.DOM.getViewPort().h-200,500))};return{getMinWidth:b,getMinHeight:c}}),g("7",[],function(){var a=function(a,b){a.focus(),a.undoManager.transact(function(){a.setContent(b)}),a.selection.setCursorLocation(),a.nodeChanged()},b=function(a){return a.getContent({source_view:!0})};return{setContent:a,getContent:b}}),g("5",["6","7"],function(a,b){var c=function(c){var d=a.getMinWidth(c),e=a.getMinHeight(c),f=c.windowManager.open({title:"Source code",body:{type:"textbox",name:"code",multiline:!0,minWidth:d,minHeight:e,spellcheck:!1,style:"direction: ltr; text-align: left"},onSubmit:function(a){b.setContent(c,a.data.code)}});f.find("#code").value(b.getContent(c))};return{open:c}}),g("2",["5"],function(a){var b=function(b){b.addCommand("mceCodeEditor",function(){a.open(b)})};return{register:b}}),g("3",["5"],function(a){var b=function(b){b.addButton("code",{icon:"code",tooltip:"Source code",onclick:function(){a.open(b)}}),b.addMenuItem("code",{icon:"code",text:"Source code",onclick:function(){a.open(b)}})};return{register:b}}),g("0",["1","2","3"],function(a,b,c){return a.add("code",function(a){return b.register(a),c.register(a),{}}),function(){}}),d("0")()}();
|
||||
1
client-wiaas/public/static/js/tinymce/js/tinymce/plugins/codesample/plugin.min.js
vendored
Normal file
1
client-wiaas/public/static/js/tinymce/js/tinymce/plugins/colorpicker/plugin.min.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
!function(){var a={},b=function(b){for(var c=a[b],e=c.deps,f=c.defn,g=e.length,h=new Array(g),i=0;i<g;++i)h[i]=d(e[i]);var j=f.apply(null,h);if(void 0===j)throw"module ["+b+"] returned undefined";c.instance=j},c=function(b,c,d){if("string"!=typeof b)throw"module id must be a string";if(void 0===c)throw"no dependencies for "+b;if(void 0===d)throw"no definition function for "+b;a[b]={deps:c,defn:d,instance:void 0}},d=function(c){var d=a[c];if(void 0===d)throw"module ["+c+"] was undefined";return void 0===d.instance&&b(c),d.instance},e=function(a,b){for(var c=a.length,e=new Array(c),f=0;f<c;++f)e[f]=d(a[f]);b.apply(null,e)},f={};f.bolt={module:{api:{define:c,require:e,demand:d}}};var g=c,h=function(a,b){g(a,[],function(){return b})};h("3",tinymce.util.Tools.resolve),g("1",["3"],function(a){return a("tinymce.PluginManager")}),g("4",["3"],function(a){return a("tinymce.util.Color")}),g("2",["4"],function(a){var b=function(a,b){a.find("#preview")[0].getEl().style.background=b},c=function(c,d){var e=new a(d),f=e.toRgb();c.fromJSON({r:f.r,g:f.g,b:f.b,hex:e.toHex().substr(1)}),b(c,e.toHex())},d=function(a,d,e){var f=a.windowManager.open({title:"Color",items:{type:"container",layout:"flex",direction:"row",align:"stretch",padding:5,spacing:10,items:[{type:"colorpicker",value:e,onchange:function(){var a=this.rgb();f&&(f.find("#r").value(a.r),f.find("#g").value(a.g),f.find("#b").value(a.b),f.find("#hex").value(this.value().substr(1)),b(f,this.value()))}},{type:"form",padding:0,labelGap:5,defaults:{type:"textbox",size:7,value:"0",flex:1,spellcheck:!1,onchange:function(){var a,b,d=f.find("colorpicker")[0];return a=this.name(),b=this.value(),"hex"===a?(b="#"+b,c(f,b),void d.value(b)):(b={r:f.find("#r").value(),g:f.find("#g").value(),b:f.find("#b").value()},d.value(b),void c(f,b))}},items:[{name:"r",label:"R",autofocus:1},{name:"g",label:"G"},{name:"b",label:"B"},{name:"hex",label:"#",value:"000000"},{name:"preview",type:"container",border:1}]}]},onSubmit:function(){d("#"+f.toJSON().hex)}});c(f,e)};return{open:d}}),g("0",["1","2"],function(a,b){return a.add("colorpicker",function(a){a.settings.color_picker_callback||(a.settings.color_picker_callback=function(c,d){b.open(a,c,d)})}),function(){}}),d("0")()}();
|
||||
1
client-wiaas/public/static/js/tinymce/js/tinymce/plugins/contextmenu/plugin.min.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
!function(){var a={},b=function(b){for(var c=a[b],e=c.deps,f=c.defn,g=e.length,h=new Array(g),i=0;i<g;++i)h[i]=d(e[i]);var j=f.apply(null,h);if(void 0===j)throw"module ["+b+"] returned undefined";c.instance=j},c=function(b,c,d){if("string"!=typeof b)throw"module id must be a string";if(void 0===c)throw"no dependencies for "+b;if(void 0===d)throw"no definition function for "+b;a[b]={deps:c,defn:d,instance:void 0}},d=function(c){var d=a[c];if(void 0===d)throw"module ["+c+"] was undefined";return void 0===d.instance&&b(c),d.instance},e=function(a,b){for(var c=a.length,e=new Array(c),f=0;f<c;++f)e[f]=d(a[f]);b.apply(null,e)},f={};f.bolt={module:{api:{define:c,require:e,demand:d}}};var g=c,h=function(a,b){g(a,[],function(){return b})};g("1",[],function(){var a=function(b){var c=b,d=function(){return c},e=function(a){c=a},f=function(){return a(d())};return{get:d,set:e,clone:f}};return a}),h("5",tinymce.util.Tools.resolve),g("2",["5"],function(a){return a("tinymce.PluginManager")}),g("3",[],function(){var a=function(a){var b=function(){return a.get()};return{isContextMenuVisible:b}};return{get:a}}),g("6",[],function(){var a=function(a){return a.settings.contextmenu_never_use_native},b=function(a){return a.getParam("contextmenu","link openlink image inserttable | cell row column deletetable")};return{shouldNeverUseNative:a,getContextMenu:b}}),g("9",["5"],function(a){return a("tinymce.Env")}),g("a",["5"],function(a){return a("tinymce.dom.DOMUtils")}),g("7",["9","a"],function(a,b){var c=function(a,b){return{x:a,y:b}},d=function(a,b,d){return c(a.x+b,a.y+d)},e=function(a){return c(a.pageX,a.pageY)},f=function(a){return c(a.clientX,a.clientY)},g=function(a,c){if(a&&"static"!==b.DOM.getStyle(a,"position",!0)){var e=b.DOM.getPos(a),f=e.x-a.scrollLeft,g=e.y-a.scrollTop;return d(c,-f,-g)}return d(c,0,0)},h=function(a,c){var e=b.DOM.getPos(a);return d(c,e.x,e.y)},i=function(b){return a.container},j=function(a,b){if(a.inline)return g(i(a),e(b));var c=h(a.getContentAreaContainer(),f(b));return g(i(a),c)};return{getPos:j}}),g("b",["5"],function(a){return a("tinymce.ui.Factory")}),g("c",["5"],function(a){return a("tinymce.util.Tools")}),g("8",["b","c","6"],function(a,b,c){var d=function(d,e){var f,g,h=[];g=c.getContextMenu(d),b.each(g.split(/[ ,]/),function(a){var b=d.menuItems[a];"|"===a&&(b={text:a}),b&&(b.shortcut="",h.push(b))});for(var i=0;i<h.length;i++)"|"===h[i].text&&(0!==i&&i!==h.length-1||h.splice(i,1));return f=a.create("menu",{items:h,context:"contextmenu",classes:"contextmenu"}).renderTo(),f.on("hide",function(a){a.control===this&&e.set(!1)}),d.on("remove",function(){f.remove(),f=null}),f},e=function(a,b,c,e){null===e.get()?e.set(d(a,c)):e.get().show(),e.get().moveTo(b.x,b.y),c.set(!0)};return{show:e}}),g("4",["6","7","8"],function(a,b,c){var d=function(b,c){return c.ctrlKey&&!a.shouldNeverUseNative(b)},e=function(a,e,f){a.on("contextmenu",function(g){d(a,g)||(g.preventDefault(),c.show(a,b.getPos(a,g),e,f))})};return{setup:e}}),g("0",["1","2","3","4"],function(a,b,c,d){return b.add("contextmenu",function(b){var e=a(null),f=a(!1);return d.setup(b,f,e),c.get(f)}),function(){}}),d("0")()}();
|
||||
1
client-wiaas/public/static/js/tinymce/js/tinymce/plugins/directionality/plugin.min.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
!function(){var a={},b=function(b){for(var c=a[b],e=c.deps,f=c.defn,g=e.length,h=new Array(g),i=0;i<g;++i)h[i]=d(e[i]);var j=f.apply(null,h);if(void 0===j)throw"module ["+b+"] returned undefined";c.instance=j},c=function(b,c,d){if("string"!=typeof b)throw"module id must be a string";if(void 0===c)throw"no dependencies for "+b;if(void 0===d)throw"no definition function for "+b;a[b]={deps:c,defn:d,instance:void 0}},d=function(c){var d=a[c];if(void 0===d)throw"module ["+c+"] was undefined";return void 0===d.instance&&b(c),d.instance},e=function(a,b){for(var c=a.length,e=new Array(c),f=0;f<c;++f)e[f]=d(a[f]);b.apply(null,e)},f={};f.bolt={module:{api:{define:c,require:e,demand:d}}};var g=c,h=function(a,b){g(a,[],function(){return b})};h("4",tinymce.util.Tools.resolve),g("1",["4"],function(a){return a("tinymce.PluginManager")}),g("6",["4"],function(a){return a("tinymce.util.Tools")}),g("5",["6"],function(a){var b=function(b,c){var d,e=b.dom,f=b.selection.getSelectedBlocks();f.length&&(d=e.getAttrib(f[0],"dir"),a.each(f,function(a){e.getParent(a.parentNode,'*[dir="'+c+'"]',e.getRoot())||e.setAttrib(a,"dir",d!==c?c:null)}),b.nodeChanged())};return{setDir:b}}),g("2",["5"],function(a){var b=function(b){b.addCommand("mceDirectionLTR",function(){a.setDir(b,"ltr")}),b.addCommand("mceDirectionRTL",function(){a.setDir(b,"rtl")})};return{register:b}}),g("3",["6"],function(a){var b=function(b){var c=[];return a.each("h1 h2 h3 h4 h5 h6 div p".split(" "),function(a){c.push(a+"[dir="+b+"]")}),c.join(",")},c=function(a){a.addButton("ltr",{title:"Left to right",cmd:"mceDirectionLTR",stateSelector:b("ltr")}),a.addButton("rtl",{title:"Right to left",cmd:"mceDirectionRTL",stateSelector:b("rtl")})};return{register:c}}),g("0",["1","2","3"],function(a,b,c){return a.add("directionality",function(a){b.register(a),c.register(a)}),function(){}}),d("0")()}();
|
||||
|
After Width: | Height: | Size: 354 B |
|
After Width: | Height: | Size: 329 B |
|
After Width: | Height: | Size: 331 B |
|
After Width: | Height: | Size: 342 B |
|
After Width: | Height: | Size: 340 B |
|
After Width: | Height: | Size: 336 B |
|
After Width: | Height: | Size: 338 B |
|
After Width: | Height: | Size: 343 B |
|
After Width: | Height: | Size: 321 B |
|
After Width: | Height: | Size: 323 B |
|
After Width: | Height: | Size: 344 B |
|
After Width: | Height: | Size: 338 B |
|
After Width: | Height: | Size: 328 B |
|
After Width: | Height: | Size: 337 B |
|
After Width: | Height: | Size: 350 B |
|
After Width: | Height: | Size: 336 B |
1
client-wiaas/public/static/js/tinymce/js/tinymce/plugins/emoticons/plugin.min.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
!function(){var a={},b=function(b){for(var c=a[b],e=c.deps,f=c.defn,g=e.length,h=new Array(g),i=0;i<g;++i)h[i]=d(e[i]);var j=f.apply(null,h);if(void 0===j)throw"module ["+b+"] returned undefined";c.instance=j},c=function(b,c,d){if("string"!=typeof b)throw"module id must be a string";if(void 0===c)throw"no dependencies for "+b;if(void 0===d)throw"no definition function for "+b;a[b]={deps:c,defn:d,instance:void 0}},d=function(c){var d=a[c];if(void 0===d)throw"module ["+c+"] was undefined";return void 0===d.instance&&b(c),d.instance},e=function(a,b){for(var c=a.length,e=new Array(c),f=0;f<c;++f)e[f]=d(a[f]);b.apply(null,e)},f={};f.bolt={module:{api:{define:c,require:e,demand:d}}};var g=c,h=function(a,b){g(a,[],function(){return b})};h("3",tinymce.util.Tools.resolve),g("1",["3"],function(a){return a("tinymce.PluginManager")}),g("5",["3"],function(a){return a("tinymce.util.Tools")}),g("4",["5"],function(a){var b=[["cool","cry","embarassed","foot-in-mouth"],["frown","innocent","kiss","laughing"],["money-mouth","sealed","smile","surprised"],["tongue-out","undecided","wink","yell"]],c=function(c){var d;return d='<table role="list" class="mce-grid">',a.each(b,function(b){d+="<tr>",a.each(b,function(a){var b=c+"/img/smiley-"+a+".gif";d+='<td><a href="#" data-mce-url="'+b+'" data-mce-alt="'+a+'" tabindex="-1" role="option" aria-label="'+a+'"><img src="'+b+'" style="width: 18px; height: 18px" role="presentation" /></a></td>'}),d+="</tr>"}),d+="</table>"};return{getHtml:c}}),g("2",["4"],function(a){var b=function(a,b,c){a.insertContent(a.dom.createHTML("img",{src:b,alt:c}))},c=function(c,d){var e=a.getHtml(d);c.addButton("emoticons",{type:"panelbutton",panel:{role:"application",autohide:!0,html:e,onclick:function(a){var d=c.dom.getParent(a.target,"a");d&&(b(c,d.getAttribute("data-mce-url"),d.getAttribute("data-mce-alt")),this.hide())}},tooltip:"Emoticons"})};return{register:c}}),g("0",["1","2"],function(a,b){return a.add("emoticons",function(a,c){b.register(a,c)}),function(){}}),d("0")()}();
|
||||