Removed Games

This commit is contained in:
Lucas Kent 2023-03-10 19:13:27 -05:00
parent 8350c4e4e9
commit c246ebe24c
2264 changed files with 0 additions and 404306 deletions

View File

@ -1 +0,0 @@
.sass-cache/

View File

@ -1,19 +0,0 @@
{
"esnext": true,
"indent": 2,
"maxlen": 80,
"freeze": true,
"camelcase": true,
"unused": true,
"eqnull": true,
"proto": true,
"supernew": true,
"noyield": true,
"evil": true,
"node": true,
"boss": true,
"expr": true,
"loopfunc": true,
"white": true,
"maxdepth": 4
}

View File

@ -1,33 +0,0 @@
# Contributing
Changes and improvements are more than welcome! Feel free to fork and open a pull request.
Please follow the house rules to have a bigger chance of your contribution being merged.
## House rules
### How to make changes
- To make changes, create a new branch based on `master` (do not create one from `gh-pages` unless strictly necessary) and make them there, then create a Pull Request to master.
`gh-pages` is different from master in that it contains sharing features, analytics and other things that have no direct bearing with the game. `master` is the "pure" version of the game.
- If you want to modify the CSS, please edit the SCSS files present in `style/`: `main.scss` and others. Don't edit the `main.css`, because it's supposed to be generated.
In order to compile your SCSS modifications, you need to use the `sass` gem (install it by running `gem install sass` once Ruby is installed).
To run SASS, simply use the following command:
`sass --unix-newlines --watch style/main.scss`
SASS will automatically recompile your css when changed.
- `Rakefile` contains some tasks that help during development. Feel free to add useful tasks if needed.
- Please use 2-space indentation when editing the JavaScript. A `.jshintrc` file is present, which will help your code to follow the guidelines if you install and run `jshint`.
- Please test your modification thoroughly before submitting your Pull Request.
### Changes that might not be accepted
We have to be conservative with the core game. This means that some modifications won't be merged, or will have to be evaluated carefully before being merged:
- Undo/redo features
- Save/reload features
- Changes to how the tiles look or their contents
- Changes to the layout
- Changes to the grid size
### Changes that are welcome
- Bug fixes
- Compatibility improvements
- "Under the hood" enhancements
- Small changes that don't have an impact on the core gameplay

View File

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

View File

@ -1,38 +0,0 @@
# 2048
A small clone of [1024](https://play.google.com/store/apps/details?id=com.veewo.a1024), based on [Saming's 2048](http://saming.fr/p/2048/) (also a clone).
Made just for fun. [Play it here!](http://gabrielecirulli.github.io/2048/)
The official app can also be found on the [Play Store](https://play.google.com/store/apps/details?id=com.gabrielecirulli.app2048) and [App Store!](https://itunes.apple.com/us/app/2048-by-gabriele-cirulli/id868076805)
### Contributions
[Anna Harren](https://github.com/iirelu/) and [sigod](https://github.com/sigod) are maintainers for this repository.
Other notable contributors:
- [TimPetricola](https://github.com/TimPetricola) added best score storage
- [chrisprice](https://github.com/chrisprice) added custom code for swipe handling on mobile
- [marcingajda](https://github.com/marcingajda) made swipes work on Windows Phone
- [mgarciaisaia](https://github.com/mgarciaisaia) added support for Android 2.3
Many thanks to [rayhaanj](https://github.com/rayhaanj), [Mechazawa](https://github.com/Mechazawa), [grant](https://github.com/grant), [remram44](https://github.com/remram44) and [ghoullier](https://github.com/ghoullier) for the many other good contributions.
### Screenshot
<p align="center">
<img src="https://cloud.githubusercontent.com/assets/1175750/8614312/280e5dc2-26f1-11e5-9f1f-5891c3ca8b26.png" alt="Screenshot"/>
</p>
That screenshot is fake, by the way. I never reached 2048 :smile:
## Contributing
Changes and improvements are more than welcome! Feel free to fork and open a pull request. Please make your changes in a specific branch and request to pull into `master`! If you can, please make sure the game fully works before sending the PR, as that will help speed up the process.
You can find the same information in the [contributing guide.](https://github.com/gabrielecirulli/2048/blob/master/CONTRIBUTING.md)
## License
2048 is licensed under the [MIT license.](https://github.com/gabrielecirulli/2048/blob/master/LICENSE.txt)
## Donations
I made this in my spare time, and it's hosted on GitHub (which means I don't have any hosting costs), but if you enjoyed the game and feel like buying me coffee, you can donate at my BTC address: `1Ec6onfsQmoP9kkL3zkpB6c5sA4PVcXU2i`. Thank you very much!

View File

@ -1,11 +0,0 @@
require "date"
namespace :appcache do
desc "update the date in the appcache file (in the gh-pages branch)"
task :update do
appcache = File.read("cache.appcache")
updated = "# Updated: #{DateTime.now}"
File.write("cache.appcache", appcache.sub(/^# Updated:.*$/, updated))
end
end

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -1,99 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>2048</title>
<link href="style/main.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="favicon.ico">
<link rel="apple-touch-icon" href="meta/apple-touch-icon.png">
<link rel="apple-touch-startup-image" href="meta/apple-touch-startup-image-640x1096.png" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)"> <!-- iPhone 5+ -->
<link rel="apple-touch-startup-image" href="meta/apple-touch-startup-image-640x920.png" media="(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 2)"> <!-- iPhone, retina -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, target-densitydpi=160dpi, initial-scale=1.0, maximum-scale=1, user-scalable=no, minimal-ui">
</head>
<body>
<div class="container">
<div class="heading">
<h1 class="title">2048</h1>
<div class="scores-container">
<div class="score-container">0</div>
<div class="best-container">0</div>
</div>
</div>
<div class="above-game">
<p class="game-intro">Join the numbers and get to the <strong>2048 tile!</strong></p>
<a class="restart-button">New Game</a>
</div>
<div class="game-container">
<div class="game-message">
<p></p>
<div class="lower">
<a class="keep-playing-button">Keep going</a>
<a class="retry-button">Try again</a>
</div>
</div>
<div class="grid-container">
<div class="grid-row">
<div class="grid-cell"></div>
<div class="grid-cell"></div>
<div class="grid-cell"></div>
<div class="grid-cell"></div>
</div>
<div class="grid-row">
<div class="grid-cell"></div>
<div class="grid-cell"></div>
<div class="grid-cell"></div>
<div class="grid-cell"></div>
</div>
<div class="grid-row">
<div class="grid-cell"></div>
<div class="grid-cell"></div>
<div class="grid-cell"></div>
<div class="grid-cell"></div>
</div>
<div class="grid-row">
<div class="grid-cell"></div>
<div class="grid-cell"></div>
<div class="grid-cell"></div>
<div class="grid-cell"></div>
</div>
</div>
<div class="tile-container">
</div>
</div>
<p class="game-explanation">
<strong class="important">How to play:</strong> Use your <strong>arrow keys</strong> to move the tiles. When two tiles with the same number touch, they <strong>merge into one!</strong>
</p>
<hr>
<p>
<strong class="important">Note:</strong> This site is the official version of 2048. You can play it on your phone via <a href="http://git.io/2048">http://git.io/2048.</a> All other apps or sites are derivatives or fakes, and should be used with caution.
</p>
<hr>
<p>
Created by <a href="http://gabrielecirulli.com" target="_blank">Gabriele Cirulli.</a> Based on <a href="https://itunes.apple.com/us/app/1024!/id823499224" target="_blank">1024 by Veewo Studio</a> and conceptually similar to <a href="http://asherv.com/threes/" target="_blank">Threes by Asher Vollmer.</a>
</p>
</div>
<script src="js/bind_polyfill.js"></script>
<script src="js/classlist_polyfill.js"></script>
<script src="js/animframe_polyfill.js"></script>
<script src="js/keyboard_input_manager.js"></script>
<script src="js/html_actuator.js"></script>
<script src="js/grid.js"></script>
<script src="js/tile.js"></script>
<script src="js/local_storage_manager.js"></script>
<script src="js/game_manager.js"></script>
<script src="js/application.js"></script>
</body>
</html>

View File

@ -1,28 +0,0 @@
(function () {
var lastTime = 0;
var vendors = ['webkit', 'moz'];
for (var x = 0; x < vendors.length && !window.requestAnimationFrame; ++x) {
window.requestAnimationFrame = window[vendors[x] + 'RequestAnimationFrame'];
window.cancelAnimationFrame = window[vendors[x] + 'CancelAnimationFrame'] ||
window[vendors[x] + 'CancelRequestAnimationFrame'];
}
if (!window.requestAnimationFrame) {
window.requestAnimationFrame = function (callback) {
var currTime = new Date().getTime();
var timeToCall = Math.max(0, 16 - (currTime - lastTime));
var id = window.setTimeout(function () {
callback(currTime + timeToCall);
},
timeToCall);
lastTime = currTime + timeToCall;
return id;
};
}
if (!window.cancelAnimationFrame) {
window.cancelAnimationFrame = function (id) {
clearTimeout(id);
};
}
}());

View File

@ -1,4 +0,0 @@
// Wait till the browser is ready to render the game (avoids glitches)
window.requestAnimationFrame(function () {
new GameManager(4, KeyboardInputManager, HTMLActuator, LocalStorageManager);
});

View File

@ -1,9 +0,0 @@
Function.prototype.bind = Function.prototype.bind || function (target) {
var self = this;
return function (args) {
if (!(args instanceof Array)) {
args = [args];
}
self.apply(target, args);
};
};

View File

@ -1,71 +0,0 @@
(function () {
if (typeof window.Element === "undefined" ||
"classList" in document.documentElement) {
return;
}
var prototype = Array.prototype,
push = prototype.push,
splice = prototype.splice,
join = prototype.join;
function DOMTokenList(el) {
this.el = el;
// The className needs to be trimmed and split on whitespace
// to retrieve a list of classes.
var classes = el.className.replace(/^\s+|\s+$/g, '').split(/\s+/);
for (var i = 0; i < classes.length; i++) {
push.call(this, classes[i]);
}
}
DOMTokenList.prototype = {
add: function (token) {
if (this.contains(token)) return;
push.call(this, token);
this.el.className = this.toString();
},
contains: function (token) {
return this.el.className.indexOf(token) != -1;
},
item: function (index) {
return this[index] || null;
},
remove: function (token) {
if (!this.contains(token)) return;
for (var i = 0; i < this.length; i++) {
if (this[i] == token) break;
}
splice.call(this, i, 1);
this.el.className = this.toString();
},
toString: function () {
return join.call(this, ' ');
},
toggle: function (token) {
if (!this.contains(token)) {
this.add(token);
} else {
this.remove(token);
}
return this.contains(token);
}
};
window.DOMTokenList = DOMTokenList;
function defineElementGetter(obj, prop, getter) {
if (Object.defineProperty) {
Object.defineProperty(obj, prop, {
get: getter
});
} else {
obj.__defineGetter__(prop, getter);
}
}
defineElementGetter(HTMLElement.prototype, 'classList', function () {
return new DOMTokenList(this);
});
})();

View File

@ -1,272 +0,0 @@
function GameManager(size, InputManager, Actuator, StorageManager) {
this.size = size; // Size of the grid
this.inputManager = new InputManager;
this.storageManager = new StorageManager;
this.actuator = new Actuator;
this.startTiles = 2;
this.inputManager.on("move", this.move.bind(this));
this.inputManager.on("restart", this.restart.bind(this));
this.inputManager.on("keepPlaying", this.keepPlaying.bind(this));
this.setup();
}
// Restart the game
GameManager.prototype.restart = function () {
this.storageManager.clearGameState();
this.actuator.continueGame(); // Clear the game won/lost message
this.setup();
};
// Keep playing after winning (allows going over 2048)
GameManager.prototype.keepPlaying = function () {
this.keepPlaying = true;
this.actuator.continueGame(); // Clear the game won/lost message
};
// Return true if the game is lost, or has won and the user hasn't kept playing
GameManager.prototype.isGameTerminated = function () {
return this.over || (this.won && !this.keepPlaying);
};
// Set up the game
GameManager.prototype.setup = function () {
var previousState = this.storageManager.getGameState();
// Reload the game from a previous game if present
if (previousState) {
this.grid = new Grid(previousState.grid.size,
previousState.grid.cells); // Reload grid
this.score = previousState.score;
this.over = previousState.over;
this.won = previousState.won;
this.keepPlaying = previousState.keepPlaying;
} else {
this.grid = new Grid(this.size);
this.score = 0;
this.over = false;
this.won = false;
this.keepPlaying = false;
// Add the initial tiles
this.addStartTiles();
}
// Update the actuator
this.actuate();
};
// Set up the initial tiles to start the game with
GameManager.prototype.addStartTiles = function () {
for (var i = 0; i < this.startTiles; i++) {
this.addRandomTile();
}
};
// Adds a tile in a random position
GameManager.prototype.addRandomTile = function () {
if (this.grid.cellsAvailable()) {
var value = Math.random() < 0.9 ? 2 : 4;
var tile = new Tile(this.grid.randomAvailableCell(), value);
this.grid.insertTile(tile);
}
};
// Sends the updated grid to the actuator
GameManager.prototype.actuate = function () {
if (this.storageManager.getBestScore() < this.score) {
this.storageManager.setBestScore(this.score);
}
// Clear the state when the game is over (game over only, not win)
if (this.over) {
this.storageManager.clearGameState();
} else {
this.storageManager.setGameState(this.serialize());
}
this.actuator.actuate(this.grid, {
score: this.score,
over: this.over,
won: this.won,
bestScore: this.storageManager.getBestScore(),
terminated: this.isGameTerminated()
});
};
// Represent the current game as an object
GameManager.prototype.serialize = function () {
return {
grid: this.grid.serialize(),
score: this.score,
over: this.over,
won: this.won,
keepPlaying: this.keepPlaying
};
};
// Save all tile positions and remove merger info
GameManager.prototype.prepareTiles = function () {
this.grid.eachCell(function (x, y, tile) {
if (tile) {
tile.mergedFrom = null;
tile.savePosition();
}
});
};
// Move a tile and its representation
GameManager.prototype.moveTile = function (tile, cell) {
this.grid.cells[tile.x][tile.y] = null;
this.grid.cells[cell.x][cell.y] = tile;
tile.updatePosition(cell);
};
// Move tiles on the grid in the specified direction
GameManager.prototype.move = function (direction) {
// 0: up, 1: right, 2: down, 3: left
var self = this;
if (this.isGameTerminated()) return; // Don't do anything if the game's over
var cell, tile;
var vector = this.getVector(direction);
var traversals = this.buildTraversals(vector);
var moved = false;
// Save the current tile positions and remove merger information
this.prepareTiles();
// Traverse the grid in the right direction and move tiles
traversals.x.forEach(function (x) {
traversals.y.forEach(function (y) {
cell = { x: x, y: y };
tile = self.grid.cellContent(cell);
if (tile) {
var positions = self.findFarthestPosition(cell, vector);
var next = self.grid.cellContent(positions.next);
// Only one merger per row traversal?
if (next && next.value === tile.value && !next.mergedFrom) {
var merged = new Tile(positions.next, tile.value * 2);
merged.mergedFrom = [tile, next];
self.grid.insertTile(merged);
self.grid.removeTile(tile);
// Converge the two tiles' positions
tile.updatePosition(positions.next);
// Update the score
self.score += merged.value;
// The mighty 2048 tile
if (merged.value === 2048) self.won = true;
} else {
self.moveTile(tile, positions.farthest);
}
if (!self.positionsEqual(cell, tile)) {
moved = true; // The tile moved from its original cell!
}
}
});
});
if (moved) {
this.addRandomTile();
if (!this.movesAvailable()) {
this.over = true; // Game over!
}
this.actuate();
}
};
// Get the vector representing the chosen direction
GameManager.prototype.getVector = function (direction) {
// Vectors representing tile movement
var map = {
0: { x: 0, y: -1 }, // Up
1: { x: 1, y: 0 }, // Right
2: { x: 0, y: 1 }, // Down
3: { x: -1, y: 0 } // Left
};
return map[direction];
};
// Build a list of positions to traverse in the right order
GameManager.prototype.buildTraversals = function (vector) {
var traversals = { x: [], y: [] };
for (var pos = 0; pos < this.size; pos++) {
traversals.x.push(pos);
traversals.y.push(pos);
}
// Always traverse from the farthest cell in the chosen direction
if (vector.x === 1) traversals.x = traversals.x.reverse();
if (vector.y === 1) traversals.y = traversals.y.reverse();
return traversals;
};
GameManager.prototype.findFarthestPosition = function (cell, vector) {
var previous;
// Progress towards the vector direction until an obstacle is found
do {
previous = cell;
cell = { x: previous.x + vector.x, y: previous.y + vector.y };
} while (this.grid.withinBounds(cell) &&
this.grid.cellAvailable(cell));
return {
farthest: previous,
next: cell // Used to check if a merge is required
};
};
GameManager.prototype.movesAvailable = function () {
return this.grid.cellsAvailable() || this.tileMatchesAvailable();
};
// Check for available matches between tiles (more expensive check)
GameManager.prototype.tileMatchesAvailable = function () {
var self = this;
var tile;
for (var x = 0; x < this.size; x++) {
for (var y = 0; y < this.size; y++) {
tile = this.grid.cellContent({ x: x, y: y });
if (tile) {
for (var direction = 0; direction < 4; direction++) {
var vector = self.getVector(direction);
var cell = { x: x + vector.x, y: y + vector.y };
var other = self.grid.cellContent(cell);
if (other && other.value === tile.value) {
return true; // These two tiles can be merged
}
}
}
}
}
return false;
};
GameManager.prototype.positionsEqual = function (first, second) {
return first.x === second.x && first.y === second.y;
};

View File

@ -1,117 +0,0 @@
function Grid(size, previousState) {
this.size = size;
this.cells = previousState ? this.fromState(previousState) : this.empty();
}
// Build a grid of the specified size
Grid.prototype.empty = function () {
var cells = [];
for (var x = 0; x < this.size; x++) {
var row = cells[x] = [];
for (var y = 0; y < this.size; y++) {
row.push(null);
}
}
return cells;
};
Grid.prototype.fromState = function (state) {
var cells = [];
for (var x = 0; x < this.size; x++) {
var row = cells[x] = [];
for (var y = 0; y < this.size; y++) {
var tile = state[x][y];
row.push(tile ? new Tile(tile.position, tile.value) : null);
}
}
return cells;
};
// Find the first available random position
Grid.prototype.randomAvailableCell = function () {
var cells = this.availableCells();
if (cells.length) {
return cells[Math.floor(Math.random() * cells.length)];
}
};
Grid.prototype.availableCells = function () {
var cells = [];
this.eachCell(function (x, y, tile) {
if (!tile) {
cells.push({ x: x, y: y });
}
});
return cells;
};
// Call callback for every cell
Grid.prototype.eachCell = function (callback) {
for (var x = 0; x < this.size; x++) {
for (var y = 0; y < this.size; y++) {
callback(x, y, this.cells[x][y]);
}
}
};
// Check if there are any cells available
Grid.prototype.cellsAvailable = function () {
return !!this.availableCells().length;
};
// Check if the specified cell is taken
Grid.prototype.cellAvailable = function (cell) {
return !this.cellOccupied(cell);
};
Grid.prototype.cellOccupied = function (cell) {
return !!this.cellContent(cell);
};
Grid.prototype.cellContent = function (cell) {
if (this.withinBounds(cell)) {
return this.cells[cell.x][cell.y];
} else {
return null;
}
};
// Inserts a tile at its position
Grid.prototype.insertTile = function (tile) {
this.cells[tile.x][tile.y] = tile;
};
Grid.prototype.removeTile = function (tile) {
this.cells[tile.x][tile.y] = null;
};
Grid.prototype.withinBounds = function (position) {
return position.x >= 0 && position.x < this.size &&
position.y >= 0 && position.y < this.size;
};
Grid.prototype.serialize = function () {
var cellState = [];
for (var x = 0; x < this.size; x++) {
var row = cellState[x] = [];
for (var y = 0; y < this.size; y++) {
row.push(this.cells[x][y] ? this.cells[x][y].serialize() : null);
}
}
return {
size: this.size,
cells: cellState
};
};

View File

@ -1,139 +0,0 @@
function HTMLActuator() {
this.tileContainer = document.querySelector(".tile-container");
this.scoreContainer = document.querySelector(".score-container");
this.bestContainer = document.querySelector(".best-container");
this.messageContainer = document.querySelector(".game-message");
this.score = 0;
}
HTMLActuator.prototype.actuate = function (grid, metadata) {
var self = this;
window.requestAnimationFrame(function () {
self.clearContainer(self.tileContainer);
grid.cells.forEach(function (column) {
column.forEach(function (cell) {
if (cell) {
self.addTile(cell);
}
});
});
self.updateScore(metadata.score);
self.updateBestScore(metadata.bestScore);
if (metadata.terminated) {
if (metadata.over) {
self.message(false); // You lose
} else if (metadata.won) {
self.message(true); // You win!
}
}
});
};
// Continues the game (both restart and keep playing)
HTMLActuator.prototype.continueGame = function () {
this.clearMessage();
};
HTMLActuator.prototype.clearContainer = function (container) {
while (container.firstChild) {
container.removeChild(container.firstChild);
}
};
HTMLActuator.prototype.addTile = function (tile) {
var self = this;
var wrapper = document.createElement("div");
var inner = document.createElement("div");
var position = tile.previousPosition || { x: tile.x, y: tile.y };
var positionClass = this.positionClass(position);
// We can't use classlist because it somehow glitches when replacing classes
var classes = ["tile", "tile-" + tile.value, positionClass];
if (tile.value > 2048) classes.push("tile-super");
this.applyClasses(wrapper, classes);
inner.classList.add("tile-inner");
inner.textContent = tile.value;
if (tile.previousPosition) {
// Make sure that the tile gets rendered in the previous position first
window.requestAnimationFrame(function () {
classes[2] = self.positionClass({ x: tile.x, y: tile.y });
self.applyClasses(wrapper, classes); // Update the position
});
} else if (tile.mergedFrom) {
classes.push("tile-merged");
this.applyClasses(wrapper, classes);
// Render the tiles that merged
tile.mergedFrom.forEach(function (merged) {
self.addTile(merged);
});
} else {
classes.push("tile-new");
this.applyClasses(wrapper, classes);
}
// Add the inner part of the tile to the wrapper
wrapper.appendChild(inner);
// Put the tile on the board
this.tileContainer.appendChild(wrapper);
};
HTMLActuator.prototype.applyClasses = function (element, classes) {
element.setAttribute("class", classes.join(" "));
};
HTMLActuator.prototype.normalizePosition = function (position) {
return { x: position.x + 1, y: position.y + 1 };
};
HTMLActuator.prototype.positionClass = function (position) {
position = this.normalizePosition(position);
return "tile-position-" + position.x + "-" + position.y;
};
HTMLActuator.prototype.updateScore = function (score) {
this.clearContainer(this.scoreContainer);
var difference = score - this.score;
this.score = score;
this.scoreContainer.textContent = this.score;
if (difference > 0) {
var addition = document.createElement("div");
addition.classList.add("score-addition");
addition.textContent = "+" + difference;
this.scoreContainer.appendChild(addition);
}
};
HTMLActuator.prototype.updateBestScore = function (bestScore) {
this.bestContainer.textContent = bestScore;
};
HTMLActuator.prototype.message = function (won) {
var type = won ? "game-won" : "game-over";
var message = won ? "You win!" : "Game over!";
this.messageContainer.classList.add(type);
this.messageContainer.getElementsByTagName("p")[0].textContent = message;
};
HTMLActuator.prototype.clearMessage = function () {
// IE only takes one value to remove at a time.
this.messageContainer.classList.remove("game-won");
this.messageContainer.classList.remove("game-over");
};

View File

@ -1,144 +0,0 @@
function KeyboardInputManager() {
this.events = {};
if (window.navigator.msPointerEnabled) {
//Internet Explorer 10 style
this.eventTouchstart = "MSPointerDown";
this.eventTouchmove = "MSPointerMove";
this.eventTouchend = "MSPointerUp";
} else {
this.eventTouchstart = "touchstart";
this.eventTouchmove = "touchmove";
this.eventTouchend = "touchend";
}
this.listen();
}
KeyboardInputManager.prototype.on = function (event, callback) {
if (!this.events[event]) {
this.events[event] = [];
}
this.events[event].push(callback);
};
KeyboardInputManager.prototype.emit = function (event, data) {
var callbacks = this.events[event];
if (callbacks) {
callbacks.forEach(function (callback) {
callback(data);
});
}
};
KeyboardInputManager.prototype.listen = function () {
var self = this;
var map = {
38: 0, // Up
39: 1, // Right
40: 2, // Down
37: 3, // Left
75: 0, // Vim up
76: 1, // Vim right
74: 2, // Vim down
72: 3, // Vim left
87: 0, // W
68: 1, // D
83: 2, // S
65: 3 // A
};
// Respond to direction keys
document.addEventListener("keydown", function (event) {
var modifiers = event.altKey || event.ctrlKey || event.metaKey ||
event.shiftKey;
var mapped = map[event.which];
if (!modifiers) {
if (mapped !== undefined) {
event.preventDefault();
self.emit("move", mapped);
}
}
// R key restarts the game
if (!modifiers && event.which === 82) {
self.restart.call(self, event);
}
});
// Respond to button presses
this.bindButtonPress(".retry-button", this.restart);
this.bindButtonPress(".restart-button", this.restart);
this.bindButtonPress(".keep-playing-button", this.keepPlaying);
// Respond to swipe events
var touchStartClientX, touchStartClientY;
var gameContainer = document.getElementsByClassName("game-container")[0];
gameContainer.addEventListener(this.eventTouchstart, function (event) {
if ((!window.navigator.msPointerEnabled && event.touches.length > 1) ||
event.targetTouches.length > 1) {
return; // Ignore if touching with more than 1 finger
}
if (window.navigator.msPointerEnabled) {
touchStartClientX = event.pageX;
touchStartClientY = event.pageY;
} else {
touchStartClientX = event.touches[0].clientX;
touchStartClientY = event.touches[0].clientY;
}
event.preventDefault();
});
gameContainer.addEventListener(this.eventTouchmove, function (event) {
event.preventDefault();
});
gameContainer.addEventListener(this.eventTouchend, function (event) {
if ((!window.navigator.msPointerEnabled && event.touches.length > 0) ||
event.targetTouches.length > 0) {
return; // Ignore if still touching with one or more fingers
}
var touchEndClientX, touchEndClientY;
if (window.navigator.msPointerEnabled) {
touchEndClientX = event.pageX;
touchEndClientY = event.pageY;
} else {
touchEndClientX = event.changedTouches[0].clientX;
touchEndClientY = event.changedTouches[0].clientY;
}
var dx = touchEndClientX - touchStartClientX;
var absDx = Math.abs(dx);
var dy = touchEndClientY - touchStartClientY;
var absDy = Math.abs(dy);
if (Math.max(absDx, absDy) > 10) {
// (right : left) : (down : up)
self.emit("move", absDx > absDy ? (dx > 0 ? 1 : 3) : (dy > 0 ? 2 : 0));
}
});
};
KeyboardInputManager.prototype.restart = function (event) {
event.preventDefault();
this.emit("restart");
};
KeyboardInputManager.prototype.keepPlaying = function (event) {
event.preventDefault();
this.emit("keepPlaying");
};
KeyboardInputManager.prototype.bindButtonPress = function (selector, fn) {
var button = document.querySelector(selector);
button.addEventListener("click", fn.bind(this));
button.addEventListener(this.eventTouchend, fn.bind(this));
};

View File

@ -1,63 +0,0 @@
window.fakeStorage = {
_data: {},
setItem: function (id, val) {
return this._data[id] = String(val);
},
getItem: function (id) {
return this._data.hasOwnProperty(id) ? this._data[id] : undefined;
},
removeItem: function (id) {
return delete this._data[id];
},
clear: function () {
return this._data = {};
}
};
function LocalStorageManager() {
this.bestScoreKey = "bestScore";
this.gameStateKey = "gameState";
var supported = this.localStorageSupported();
this.storage = supported ? window.localStorage : window.fakeStorage;
}
LocalStorageManager.prototype.localStorageSupported = function () {
var testKey = "test";
try {
var storage = window.localStorage;
storage.setItem(testKey, "1");
storage.removeItem(testKey);
return true;
} catch (error) {
return false;
}
};
// Best score getters/setters
LocalStorageManager.prototype.getBestScore = function () {
return this.storage.getItem(this.bestScoreKey) || 0;
};
LocalStorageManager.prototype.setBestScore = function (score) {
this.storage.setItem(this.bestScoreKey, score);
};
// Game state getters/setters and clearing
LocalStorageManager.prototype.getGameState = function () {
var stateJSON = this.storage.getItem(this.gameStateKey);
return stateJSON ? JSON.parse(stateJSON) : null;
};
LocalStorageManager.prototype.setGameState = function (gameState) {
this.storage.setItem(this.gameStateKey, JSON.stringify(gameState));
};
LocalStorageManager.prototype.clearGameState = function () {
this.storage.removeItem(this.gameStateKey);
};

View File

@ -1,27 +0,0 @@
function Tile(position, value) {
this.x = position.x;
this.y = position.y;
this.value = value || 2;
this.previousPosition = null;
this.mergedFrom = null; // Tracks tiles that merged together
}
Tile.prototype.savePosition = function () {
this.previousPosition = { x: this.x, y: this.y };
};
Tile.prototype.updatePosition = function (position) {
this.x = position.x;
this.y = position.y;
};
Tile.prototype.serialize = function () {
return {
position: {
x: this.x,
y: this.y
},
value: this.value
};
};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

View File

@ -1,640 +0,0 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata></metadata>
<defs>
<font id="clear_sansbold" horiz-adv-x="1217" >
<font-face units-per-em="2048" ascent="1489" descent="-559" />
<missing-glyph horiz-adv-x="492" />
<glyph unicode="&#xfb01;" horiz-adv-x="1208" d="M35 844v205h133v102q0 195 96.5 282t290.5 87q91 0 193 -25l-50 -225q-72 24 -139 24q-76 0 -104.5 -31.5t-28.5 -111.5v-102h213v-205h-213v-844h-258v844h-133zM790 1335q0 70 32 100.5t109 30.5q78 0 112 -29.5t34 -101.5q0 -73 -36 -102t-110 -29q-82 0 -111.5 34 t-29.5 97zM804 0v1049h258v-1049h-258z" />
<glyph unicode="&#xfb02;" horiz-adv-x="1208" d="M35 844v205h133v102q0 195 96.5 282t290.5 87q91 0 193 -25l-50 -225q-72 24 -139 24q-76 0 -104.5 -31.5t-28.5 -111.5v-102h213v-205h-213v-844h-258v844h-133zM804 0v1489h258v-1489h-258z" />
<glyph unicode="&#xfb03;" horiz-adv-x="1868" d="M35 844v205h133v102q0 195 96.5 282t290.5 87q91 0 193 -25l-50 -225q-72 24 -139 24q-76 0 -104.5 -31.5t-28.5 -111.5v-102h213v-205h-213v-844h-258v844h-133zM694 844v205h133v102q0 195 96.5 282t290.5 87q91 0 193 -25l-50 -225q-72 24 -139 24q-76 0 -104.5 -31.5 t-28.5 -111.5v-102h213v-205h-213v-844h-258v844h-133zM1450 1335q0 70 32 100.5t109 30.5q78 0 112 -29.5t34 -101.5q0 -73 -36 -102t-110 -29q-82 0 -111.5 34t-29.5 97zM1464 0v1049h258v-1049h-258z" />
<glyph unicode="&#xfb04;" horiz-adv-x="1868" d="M35 844v205h133v102q0 195 96.5 282t290.5 87q91 0 193 -25l-50 -225q-72 24 -139 24q-76 0 -104.5 -31.5t-28.5 -111.5v-102h213v-205h-213v-844h-258v844h-133zM694 844v205h133v102q0 195 96.5 282t290.5 87q91 0 193 -25l-50 -225q-72 24 -139 24q-76 0 -104.5 -31.5 t-28.5 -111.5v-102h213v-205h-213v-844h-258v844h-133zM1464 0v1489h258v-1489h-258z" />
<glyph horiz-adv-x="0" />
<glyph unicode="&#xd;" horiz-adv-x="492" />
<glyph horiz-adv-x="0" />
<glyph horiz-adv-x="0" />
<glyph unicode=" " horiz-adv-x="492" />
<glyph unicode="&#x09;" horiz-adv-x="492" />
<glyph unicode="&#xa0;" horiz-adv-x="492" />
<glyph unicode="!" horiz-adv-x="584" d="M129 139q0 82 36 118t126 36q92 0 128 -35t36 -119q0 -86 -39 -119.5t-125 -33.5q-94 0 -128 37.5t-34 115.5zM152 1384h280l-31 -944h-215z" />
<glyph unicode="&#x22;" horiz-adv-x="977" d="M137 1384h275l-45 -612h-185zM565 1384h275l-45 -612h-185z" />
<glyph unicode="#" horiz-adv-x="1405" d="M72 383v180h280l70 258h-234v180h283l104 385h193l-104 -385h247l105 385h192l-104 -385h229v-180h-278l-70 -258h232v-180h-279l-104 -383h-193l104 383h-247l-105 -383h-192l104 383h-233zM545 563h248l69 258h-248z" />
<glyph unicode="$" horiz-adv-x="1280" d="M123 291l205 139q37 -49 99 -94t134 -53v315q-164 41 -246.5 86.5t-125 112.5t-42.5 159q0 160 111 247t303 104v106h180v-106q144 -11 247.5 -69t162.5 -155l-193 -137q-34 47 -90.5 87t-126.5 50v-280q191 -50 269 -96t118.5 -112.5t40.5 -164.5q0 -166 -111.5 -258 t-316.5 -109v-196h-180v192q-310 32 -438 232zM414 971q0 -39 30.5 -68t116.5 -53v237q-65 -4 -106 -32.5t-41 -83.5zM741 281q74 8 118 41.5t44 85.5q0 51 -34.5 83.5t-127.5 61.5v-272z" />
<glyph unicode="%" horiz-adv-x="2163" d="M88 963q0 221 101.5 335.5t289.5 114.5q192 0 292.5 -116t100.5 -334q0 -216 -101 -330.5t-292 -114.5q-185 0 -288 114.5t-103 330.5zM334 963q0 -152 37 -208.5t108 -56.5q80 0 114 63.5t34 201.5q0 136 -32 203t-116 67q-78 0 -111.5 -64.5t-33.5 -205.5zM590 -51 l747 1487h238l-750 -1487h-235zM1290 414q0 219 100 334.5t291 115.5q193 0 293.5 -116t100.5 -334q0 -216 -102.5 -330.5t-291.5 -114.5q-185 0 -288 114.5t-103 330.5zM1536 414q0 -152 37 -208t108 -56q81 0 114.5 63.5t33.5 200.5q0 97 -16 158t-45 86.5t-87 25.5 q-78 0 -111.5 -64.5t-33.5 -205.5z" />
<glyph unicode="&#x26;" horiz-adv-x="1417" d="M92 373q0 131 57.5 217t231.5 194q-59 72 -101 148t-42 153q0 160 106 244t303 84q165 0 271 -74t106 -209q0 -72 -31 -136t-85 -120t-165 -129l263 -309q64 87 102 230l227 -52q-51 -211 -176 -356l217 -258h-327l-72 86q-72 -49 -158 -82t-215 -33q-237 0 -374.5 109 t-137.5 293zM358 371q0 -90 67 -140.5t183 -50.5q129 0 226 76l-308 356q-94 -59 -131 -114.5t-37 -126.5zM500 1096q0 -41 23.5 -81t70.5 -93q65 43 103.5 77.5t52.5 61t14 67.5t-34 68t-89 27q-70 0 -105.5 -34t-35.5 -93z" />
<glyph unicode="'" horiz-adv-x="549" d="M137 1384h275l-45 -612h-185z" />
<glyph unicode="(" horiz-adv-x="856" d="M113 561q0 528 409 961h293q-217 -205 -337 -438.5t-120 -522.5t120 -520t337 -436h-293q-409 433 -409 956z" />
<glyph unicode=")" horiz-adv-x="856" d="M41 -395q217 205 337 436t120 520t-120 522.5t-337 438.5h293q409 -433 409 -961q0 -523 -409 -956h-293z" />
<glyph unicode="*" horiz-adv-x="911" d="M31 983l282 141l-282 146l90 149l258 -159l-10 260h174l-13 -260l261 159l90 -151l-283 -142l283 -143l-90 -149l-259 159l11 -260h-174l12 260l-260 -159z" />
<glyph unicode="+" horiz-adv-x="1427" d="M133 479v205h479v479h205v-479h477v-205h-477v-477h-205v477h-479z" />
<glyph unicode="," horiz-adv-x="584" d="M129 145q0 74 35 117t131 43q160 0 160 -180q0 -123 -42 -234.5t-91 -183.5h-177q41 69 72.5 151t36.5 132q-66 4 -95.5 42t-29.5 113z" />
<glyph unicode="-" horiz-adv-x="786" d="M82 399v254h623v-254h-623z" />
<glyph unicode="." horiz-adv-x="584" d="M129 145q0 82 36 121t126 39q92 0 128 -38t36 -122q0 -86 -39 -122.5t-125 -36.5q-94 0 -128 41t-34 118z" />
<glyph unicode="/" horiz-adv-x="1036" d="M-12 -299l690 1819h256l-692 -1819h-254z" />
<glyph unicode="0" horiz-adv-x="1280" d="M100 690q0 371 131 547t408 176q279 0 410 -175t131 -546q0 -373 -131 -548t-410 -175q-277 0 -408 175t-131 546zM391 690q0 -248 59.5 -363.5t188.5 -115.5t189.5 116.5t60.5 364.5t-60.5 363.5t-189.5 115.5t-188.5 -116.5t-59.5 -364.5z" />
<glyph unicode="1" horiz-adv-x="1280" d="M248 928v190q144 9 217.5 34.5t117 79.5t68.5 152h215v-1384h-282v928h-336z" />
<glyph unicode="2" horiz-adv-x="1204" d="M102 1178q85 127 201.5 181t290.5 54q214 0 337.5 -100t123.5 -281q0 -133 -48.5 -233.5t-138 -195t-223 -208.5t-164.5 -137h619v-258h-994v236q163 137 297 262t207 207.5t113.5 158t40.5 158.5q0 65 -49 103t-135 38q-93 0 -152 -43t-98 -102z" />
<glyph unicode="3" horiz-adv-x="1204" d="M66 195l227 155q37 -57 92 -92t150 -35q120 0 174.5 46t54.5 141q0 192 -254 192h-123v242h107q127 0 185 50t58 130q0 59 -42 98t-138 39t-153.5 -30.5t-98.5 -92.5l-225 158q82 111 198.5 164t299.5 53q139 0 242.5 -43.5t156.5 -120.5t53 -176q0 -271 -280 -340 q137 -9 221 -103.5t84 -240.5q0 -213 -139.5 -315.5t-383.5 -102.5q-174 0 -294.5 63.5t-171.5 160.5z" />
<glyph unicode="4" horiz-adv-x="1280" d="M63 229v260l676 895h289v-913h170v-242h-170v-229h-270v229h-695zM338 471h420v543z" />
<glyph unicode="5" horiz-adv-x="1204" d="M49 199l225 159q77 -135 261 -135q276 0 276 238q0 100 -72.5 157.5t-201.5 57.5q-138 0 -209 -74h-197l82 782h809v-258h-584l-28 -243q95 39 211 39q222 0 350.5 -119t128.5 -348q0 -226 -144.5 -355t-416.5 -129q-339 0 -490 228z" />
<glyph unicode="6" horiz-adv-x="1204" d="M100 608q0 392 147 598.5t429 206.5q267 0 395 -113l-160 -217q-49 43 -104 65.5t-131 22.5q-135 0 -196.5 -92t-78.5 -262q80 54 143.5 75t151.5 21q195 0 309.5 -119.5t114.5 -344.5q0 -222 -134 -350t-363 -128q-250 0 -386.5 165.5t-136.5 471.5zM393 598 q0 -153 23 -225t73 -116t136 -44q94 0 153.5 50t59.5 179q0 106 -59 169t-158 63q-78 0 -137.5 -25.5t-90.5 -50.5z" />
<glyph unicode="7" horiz-adv-x="1280" d="M113 1126v258h1038v-172l-520 -1212h-316l510 1126h-712z" />
<glyph unicode="8" horiz-adv-x="1204" d="M84 375q0 123 69.5 215t186.5 145q-112 55 -167.5 133.5t-55.5 169.5q0 183 128 279t357 96q223 0 353 -93t130 -280q0 -62 -29.5 -115t-76.5 -96t-143 -96q115 -56 170 -105t83.5 -112t28.5 -141q0 -192 -133.5 -298t-382.5 -106q-246 0 -382 101.5t-136 302.5zM367 373 q0 -78 56 -128t179 -50t178.5 52t55.5 128q0 86 -57.5 143t-176.5 113q-127 -56 -181 -113t-54 -145zM393 1042q0 -45 20 -76t66.5 -65.5t122.5 -64.5q117 51 162 100t45 100q0 66 -48 111t-159 45q-119 0 -164 -45t-45 -105z" />
<glyph unicode="9" horiz-adv-x="1204" d="M84 936q0 216 133.5 346.5t353.5 130.5q271 0 402 -169t131 -468q0 -386 -146.5 -595.5t-427.5 -209.5q-278 0 -413 115l157 215q101 -88 256 -88q233 0 273 354q-60 -41 -122.5 -68.5t-150.5 -27.5q-213 0 -329.5 120t-116.5 345zM365 942q0 -105 58.5 -168t160.5 -63 q78 0 137 25.5t90 49.5q0 211 -55.5 298t-180.5 87q-98 0 -154 -60.5t-56 -168.5z" />
<glyph unicode=":" horiz-adv-x="584" d="M129 145q0 82 36 121t126 39q92 0 128 -38t36 -122q0 -86 -39 -122.5t-125 -36.5q-94 0 -128 41t-34 118zM129 889q0 82 36 121t126 39q92 0 128 -38t36 -122q0 -86 -39 -123t-125 -37q-94 0 -128 41t-34 119z" />
<glyph unicode=";" horiz-adv-x="584" d="M129 145q0 74 35 117t131 43q160 0 160 -180q0 -123 -42 -234.5t-91 -183.5h-177q41 69 72.5 151t36.5 132q-66 4 -95.5 42t-29.5 113zM129 889q0 82 36 121t126 39q92 0 128 -38t36 -122q0 -86 -39 -123t-125 -37q-94 0 -128 41t-34 119z" />
<glyph unicode="&#x3c;" horiz-adv-x="1427" d="M131 481v203l1163 479v-225l-866 -354l866 -355v-225z" />
<glyph unicode="=" horiz-adv-x="1427" d="M133 233v205h1161v-205h-1161zM133 725v205h1161v-205h-1161z" />
<glyph unicode="&#x3e;" horiz-adv-x="1427" d="M131 4v225l866 355l-866 354v225l1163 -479v-203z" />
<glyph unicode="?" horiz-adv-x="1071" d="M35 1165q69 123 184 185.5t291 62.5q238 0 363.5 -98.5t125.5 -276.5q0 -99 -40.5 -176t-114.5 -140t-240 -144v-179h-272v301q163 68 235 112t107 93t35 113q0 153 -197 153q-90 0 -144.5 -35.5t-99.5 -109.5zM309 139q0 82 36 118t126 36q92 0 128 -36t36 -118 q0 -86 -39 -119.5t-125 -33.5q-94 0 -128 37.5t-34 115.5z" />
<glyph unicode="@" horiz-adv-x="1950" d="M104 553q0 239 114 436.5t319 310.5t452 113q402 0 629 -223t227 -621q0 -169 -45 -292t-135.5 -192t-224.5 -69q-99 0 -164.5 27t-93.5 98q-141 -98 -283 -98q-127 0 -215 59t-134 166.5t-46 249.5q0 231 113 367.5t315 136.5q113 0 231 -70v41h215v-696q0 -66 22.5 -81 t51.5 -15q64 0 106 46t64.5 128t22.5 186q0 328 -168.5 499t-485.5 171q-195 0 -353 -88t-245.5 -244.5t-87.5 -347.5q0 -207 84.5 -361t238 -235.5t359.5 -81.5q123 0 228.5 9t220.5 36l39 -180q-190 -47 -490 -47q-260 0 -460 104.5t-310.5 302t-110.5 455.5zM725 520 q0 -143 55 -209.5t158 -66.5q89 0 223 92v422q-114 69 -198 69q-117 0 -177.5 -72.5t-60.5 -234.5z" />
<glyph unicode="A" horiz-adv-x="1337" d="M27 0l458 1384h367l459 -1384h-289l-92 281h-533l-90 -281h-280zM477 528h373l-186 572z" />
<glyph unicode="B" horiz-adv-x="1298" d="M150 0v1384h489q266 0 381 -77.5t115 -245.5q0 -129 -62.5 -209t-195.5 -107q174 -24 253.5 -110t79.5 -234q0 -208 -143 -304.5t-397 -96.5h-520zM432 250h143q165 0 227.5 16t91 54t28.5 106q0 93 -63 131.5t-236 38.5h-191v-346zM432 842h172q125 0 185.5 35t60.5 122 q0 79 -58 109.5t-180 30.5h-180v-297z" />
<glyph unicode="C" horiz-adv-x="1333" d="M96 692q0 369 163 545t470 176q203 0 331 -68.5t195 -179.5l-219 -170q-48 72 -88 104t-91 48t-122 16q-170 0 -259 -108.5t-89 -362.5q0 -237 83.5 -354t266.5 -117q123 0 191.5 47t124.5 125l223 -164q-89 -133 -218.5 -195.5t-318.5 -62.5q-643 0 -643 721z" />
<glyph unicode="D" horiz-adv-x="1313" d="M137 0v1384h418q245 0 389.5 -71t213.5 -221.5t69 -399.5q0 -250 -69 -402t-208 -221t-391 -69h-422zM420 258h108q167 0 251.5 38.5t120.5 128.5t36 269q0 181 -35.5 268.5t-120.5 125.5t-252 38h-108v-868z" />
<glyph unicode="E" horiz-adv-x="1149" d="M150 0v1384h899v-249h-617v-295h520v-250h-520v-332h617v-258h-899z" />
<glyph unicode="F" horiz-adv-x="1104" d="M150 0v1384h890v-258h-608v-299h510v-249h-510v-578h-282z" />
<glyph unicode="G" horiz-adv-x="1415" d="M96 680q0 733 645 733q188 0 328 -63t213 -185l-217 -170q-53 86 -129 127t-191 41q-189 0 -273.5 -121.5t-84.5 -361.5q0 -238 83.5 -348.5t268.5 -110.5q140 0 258 58v215h-270v249h553v-612q-96 -72 -238.5 -116t-293.5 -44q-324 0 -488 169t-164 540z" />
<glyph unicode="H" horiz-adv-x="1409" d="M150 0v1384h282v-538h545v538h283v-1384h-283v588h-545v-588h-282z" />
<glyph unicode="I" horiz-adv-x="872" d="M102 0v217h193v950h-193v217h668v-217h-192v-950h192v-217h-668z" />
<glyph unicode="J" horiz-adv-x="924" d="M20 23l86 251q32 -17 102.5 -36t110.5 -19q74 0 107 20t47 70t14 144v931h283v-1007q0 -219 -110.5 -313.5t-346.5 -94.5q-51 0 -142 15t-151 39z" />
<glyph unicode="K" horiz-adv-x="1280" d="M150 0v1384h282v-540l453 540h329l-516 -596l553 -788h-352l-383 578l-84 -97v-481h-282z" />
<glyph unicode="L" horiz-adv-x="1038" d="M150 0v1384h282v-1126h582v-258h-864z" />
<glyph unicode="M" horiz-adv-x="1667" d="M150 0v1384h325l361 -657l364 657h318v-1384h-273v930l-332 -578h-163l-328 578v-930h-272z" />
<glyph unicode="N" horiz-adv-x="1411" d="M150 0v1384h366l469 -933v933h277v-1384h-332l-504 989v-989h-276z" />
<glyph unicode="O" horiz-adv-x="1364" d="M86 692q0 344 144.5 532.5t451.5 188.5q309 0 452.5 -188.5t143.5 -532.5q0 -361 -152.5 -541t-443.5 -180q-307 0 -451.5 189.5t-144.5 531.5zM377 692q0 -246 70.5 -358.5t234.5 -112.5q166 0 235.5 112.5t69.5 358.5t-69.5 358.5t-235.5 112.5t-235.5 -112.5 t-69.5 -358.5z" />
<glyph unicode="P" horiz-adv-x="1239" d="M150 0v1384h520q235 0 363 -109.5t128 -354.5q0 -250 -117.5 -371t-381.5 -121h-230v-428h-282zM432 674h115q155 0 214.5 21.5t84 72.5t24.5 150q0 117 -64.5 169t-232.5 52h-141v-465z" />
<glyph unicode="Q" horiz-adv-x="1364" d="M86 692q0 346 144.5 533.5t453.5 187.5q307 0 450.5 -188.5t143.5 -532.5q0 -611 -428 -706q10 -54 43 -78.5t119 -24.5q45 0 104.5 9.5t100.5 21.5l65 -227q-34 -11 -118 -23t-160 -12q-399 0 -461 330q-213 32 -335 205t-122 505zM377 692q0 -246 69.5 -358.5 t237.5 -112.5t235.5 114t67.5 357q0 246 -69.5 358.5t-233.5 112.5q-170 0 -238.5 -112.5t-68.5 -358.5z" />
<glyph unicode="R" horiz-adv-x="1284" d="M150 0v1384h503q267 0 390.5 -96t123.5 -315q0 -177 -74.5 -282t-211.5 -134l370 -557h-323l-353 524h-143v-524h-282zM432 770h207q95 0 146 18t73.5 56t22.5 117q0 106 -53.5 142t-176.5 36h-219v-369z" />
<glyph unicode="S" horiz-adv-x="1229" d="M66 229l217 166q48 -68 91 -102t102 -53t136 -19q115 0 179.5 39.5t64.5 120.5q0 46 -22.5 77t-67.5 53.5t-156 51.5q-108 29 -203.5 58.5t-165 76.5t-109.5 118t-40 179q0 197 133 307.5t381 110.5q359 0 508 -246l-215 -168q-57 88 -128 126t-169 38t-159.5 -35.5 t-61.5 -111.5q0 -67 64 -102.5t223 -71.5q88 -23 174 -49.5t153.5 -73.5t108.5 -123t41 -195q0 -208 -136.5 -319t-402.5 -111q-184 0 -319.5 61t-220.5 197z" />
<glyph unicode="T" horiz-adv-x="1204" d="M35 1126v258h1134v-258h-426v-1126h-282v1126h-426z" />
<glyph unicode="U" horiz-adv-x="1438" d="M150 578v806h282v-786q0 -141 27 -222t86 -119t172 -38q161 0 225 85.5t64 289.5v790h282v-806q0 -325 -132 -467t-437 -142q-302 0 -435.5 140.5t-133.5 468.5z" />
<glyph unicode="V" horiz-adv-x="1243" d="M27 1384h286l312 -1032l311 1032h281l-431 -1384h-333z" />
<glyph unicode="W" horiz-adv-x="1833" d="M43 1384h281l221 -903l229 903h279l231 -909l227 909h279l-358 -1384h-289l-232 915l-233 -915h-285z" />
<glyph unicode="X" horiz-adv-x="1286" d="M29 0l463 694l-451 690h321l287 -466l297 466h311l-454 -684l452 -700h-317l-297 477l-301 -477h-311z" />
<glyph unicode="Y" horiz-adv-x="1188" d="M18 1384h308l270 -579l276 579h297l-434 -856v-528h-284v522z" />
<glyph unicode="Z" horiz-adv-x="1147" d="M72 0v238l635 888h-605v258h942v-227l-641 -899h658v-258h-989z" />
<glyph unicode="[" horiz-adv-x="764" d="M154 -395v1884h548v-207h-309v-1470h309v-207h-548z" />
<glyph unicode="\" horiz-adv-x="1036" d="M102 1520h256l691 -1819h-254z" />
<glyph unicode="]" horiz-adv-x="764" d="M61 -188h310v1470h-310v207h549v-1884h-549v207z" />
<glyph unicode="^" horiz-adv-x="1300" d="M123 594l434 790h186l435 -790h-220l-307 557l-309 -557h-219z" />
<glyph unicode="_" horiz-adv-x="1024" d="M-10 -154h1044v-102h-1044v102z" />
<glyph unicode="`" horiz-adv-x="1044" d="M195 1569h315l188 -361h-204z" />
<glyph unicode="a" horiz-adv-x="1139" d="M84 295q0 112 45.5 185t135 114.5t257.5 58.5l221 21v47q0 88 -53 120.5t-155 32.5q-84 0 -144.5 -28t-89.5 -80l-201 129q53 89 166 136.5t273 47.5q245 0 353.5 -85.5t108.5 -280.5v-713h-237v109q-153 -140 -328 -140q-174 0 -263 91.5t-89 234.5zM350 299 q0 -72 40 -98.5t106 -26.5q47 0 114.5 29.5t132.5 83.5v200l-131 -12q-139 -12 -200.5 -53t-61.5 -123z" />
<glyph unicode="b" d="M145 0v1489h258v-524q142 114 314 114q211 0 309 -145.5t98 -401.5q0 -261 -109.5 -412t-312.5 -151q-80 0 -174.5 36.5t-150.5 92.5l-35 -98h-197zM403 291q43 -37 104.5 -65.5t119.5 -28.5q111 0 171 84.5t60 246.5t-51 243t-164 81q-63 0 -127.5 -29.5t-112.5 -72.5 v-459z" />
<glyph unicode="c" horiz-adv-x="1059" d="M92 518q0 265 126 413t378 148q135 0 240.5 -44t160.5 -136l-192 -137q-35 47 -82 69.5t-121 22.5q-132 0 -188 -81t-56 -251t57.5 -248.5t196.5 -78.5q60 0 110 17t95 75l195 -137q-60 -89 -158 -135t-248 -46q-254 0 -384 138.5t-130 410.5z" />
<glyph unicode="d" d="M92 516q0 267 115.5 415t324.5 148q74 0 152 -30.5t129 -77.5v518h258v-1489h-237v102q-72 -61 -152 -97t-182 -36q-198 0 -303 143t-105 404zM358 520q0 -151 51.5 -237t159.5 -86q64 0 130.5 29.5t113.5 72.5v459q-41 37 -101.5 65.5t-123.5 28.5q-104 0 -167 -89.5 t-63 -242.5z" />
<glyph unicode="e" horiz-adv-x="1143" d="M92 516q0 563 504 563q224 0 341.5 -126.5t117.5 -368.5v-127h-697q7 -140 68 -201t192 -61q76 0 133.5 19t100.5 73l192 -137q-63 -91 -163.5 -136t-274.5 -45q-259 0 -386.5 136t-127.5 411zM365 635h434q0 239 -209 239q-69 0 -113 -23.5t-70.5 -70t-41.5 -145.5z" />
<glyph unicode="f" horiz-adv-x="659" d="M35 844v205h133v102q0 195 96.5 282t290.5 87q91 0 193 -25l-50 -225q-72 24 -139 24q-76 0 -104.5 -31.5t-28.5 -111.5v-102h213v-205h-213v-844h-258v844h-133z" />
<glyph unicode="g" d="M92 535q0 162 51.5 285.5t151 191t240.5 67.5q83 0 166 -36.5t139 -92.5l34 99h197v-1029q0 -210 -129 -312.5t-414 -102.5q-235 0 -411 90l76 211q163 -76 335 -76q160 0 222.5 46t62.5 155v86q-128 -117 -309 -117q-192 0 -302 138t-110 397zM358 539q0 -160 57.5 -236 t149.5 -76q128 0 248 103v428q-106 94 -231 94q-94 0 -159 -86t-65 -227z" />
<glyph unicode="h" d="M145 0v1489h258v-576q82 82 175 124t182 42q176 0 247.5 -99t71.5 -280v-700h-258v578q0 166 -31 220t-110 54q-115 0 -277 -152v-700h-258z" />
<glyph unicode="i" horiz-adv-x="549" d="M131 1335q0 70 32 100.5t109 30.5q78 0 112 -29.5t34 -101.5q0 -73 -36 -102t-110 -29q-82 0 -111.5 34t-29.5 97zM145 0v1049h258v-1049h-258z" />
<glyph unicode="j" horiz-adv-x="563" d="M-162 -365l56 224q73 -29 151 -29t96.5 48t18.5 159v1012h258v-1094q0 -188 -84 -269t-275 -81q-43 0 -113 9.5t-108 20.5zM145 1335q0 70 32 100.5t110 30.5t111.5 -29.5t33.5 -101.5q0 -73 -36 -102t-109 -29q-82 0 -112 34t-30 97z" />
<glyph unicode="k" horiz-adv-x="1100" d="M145 0v1489h258v-852l353 412h299l-396 -441l418 -608h-293l-280 434l-101 -108v-326h-258z" />
<glyph unicode="l" horiz-adv-x="549" d="M145 0v1489h258v-1489h-258z" />
<glyph unicode="m" horiz-adv-x="1790" d="M145 0v1049h258v-136q72 78 151 122t175 44q131 0 193.5 -45t85.5 -133q90 90 168.5 134t183.5 44q153 0 223 -87t70 -292v-700h-258v618q0 93 -11 145t-33.5 70.5t-74.5 18.5q-59 0 -125 -44t-123 -108v-700h-258v618q0 102 -9 147.5t-32 66t-78 20.5q-48 0 -111 -36.5 t-137 -115.5v-700h-258z" />
<glyph unicode="n" d="M145 0v1049h258v-136q82 82 175 124t182 42q161 0 240 -88t79 -291v-700h-258v578q0 164 -29.5 219t-111.5 55q-115 0 -277 -152v-700h-258z" />
<glyph unicode="o" horiz-adv-x="1190" d="M92 522q0 266 121 411.5t383 145.5q260 0 381 -145.5t121 -411.5q0 -262 -121 -407.5t-381 -145.5q-504 0 -504 553zM358 522q0 -168 55.5 -247.5t182.5 -79.5q125 0 180 78.5t55 248.5q0 173 -54 252.5t-181 79.5q-126 0 -182 -81.5t-56 -250.5z" />
<glyph unicode="p" d="M145 -395v1444h238v-103q72 62 151.5 97.5t182.5 35.5q199 0 303 -140t104 -407q0 -169 -51 -298t-146 -197t-227 -68q-174 0 -297 109v-473h-258zM403 291q41 -37 101.5 -65.5t124.5 -28.5q106 0 167.5 90.5t61.5 240.5q0 153 -53 238.5t-158 85.5q-63 0 -129.5 -29.5 t-114.5 -72.5v-459z" />
<glyph unicode="q" d="M92 516q0 266 114 414.5t324 148.5q95 0 178 -40t132 -89l34 99h197v-1444h-258v479q-141 -115 -313 -115q-198 0 -303 140t-105 407zM358 520q0 -153 50 -238t161 -85q64 0 130.5 29.5t113.5 72.5v459q-47 43 -107.5 68.5t-117.5 25.5q-104 0 -167 -89.5t-63 -242.5z " />
<glyph unicode="r" horiz-adv-x="840" d="M145 0v1049h258v-150q66 72 142 119t170 47q80 0 114 -21l-51 -247q-40 20 -106 20q-72 0 -136.5 -34.5t-132.5 -100.5v-682h-258z" />
<glyph unicode="s" horiz-adv-x="1026" d="M76 152l192 135q47 -64 108.5 -85.5t131.5 -21.5q184 0 184 107q0 47 -52 72.5t-163 52.5q-209 46 -294 130t-85 218q0 139 106.5 229t313.5 90q141 0 248.5 -45t165.5 -135l-193 -137q-69 106 -225 106q-80 0 -121 -27.5t-41 -70.5q0 -41 37 -65.5t146 -51.5 q179 -44 255.5 -87.5t116 -108t39.5 -158.5q0 -104 -52.5 -178t-149 -113t-220.5 -39q-329 0 -448 183z" />
<glyph unicode="t" horiz-adv-x="739" d="M31 844v205h133v292h258v-292h244v-205h-244v-494q0 -98 30.5 -133t86.5 -35q71 0 141 29l45 -211q-104 -31 -219 -31q-182 0 -262 82t-80 266v527h-133z" />
<glyph unicode="u" d="M137 348v701h258v-578q0 -111 13 -170t42.5 -81.5t86.5 -22.5q115 0 276 151v701h258v-1049h-258v135q-68 -73 -166.5 -119.5t-189.5 -46.5q-178 0 -249 98.5t-71 280.5z" />
<glyph unicode="v" horiz-adv-x="1040" d="M27 1049h264l233 -691l232 691h258l-377 -1049h-238z" />
<glyph unicode="w" horiz-adv-x="1565" d="M27 1049h268l162 -676l235 676h195l237 -670l156 670h258l-281 -1049h-235l-236 668l-237 -668h-236z" />
<glyph unicode="x" horiz-adv-x="1079" d="M31 0l362 518l-356 531h301l209 -332l215 332h285l-361 -517l363 -532h-306l-208 334l-218 -334h-286z" />
<glyph unicode="y" horiz-adv-x="1085" d="M-20 -365l55 224q84 -29 151 -29q58 0 102 35t91 145l27 62l-379 977h268l248 -670l254 670h262l-451 -1121q-55 -135 -107 -200t-121.5 -94t-174.5 -29q-114 0 -225 30z" />
<glyph unicode="z" horiz-adv-x="930" d="M57 0v188l490 656h-477v205h786v-187l-491 -657h507v-205h-815z" />
<glyph unicode="{" horiz-adv-x="915" d="M102 453v221h39q111 0 170.5 77.5t59.5 223.5v139q0 197 95 301.5t318 104.5h70v-207h-41q-117 0 -160 -48t-43 -165v-166q0 -137 -64.5 -231.5t-174.5 -141.5q108 -39 173.5 -137t65.5 -234v-165q0 -117 43 -165t160 -48h41v-207h-70q-221 0 -317 103.5t-96 301.5v142 q0 141 -59.5 221t-170.5 80h-39z" />
<glyph unicode="|" horiz-adv-x="801" d="M281 -395v1915h239v-1915h-239z" />
<glyph unicode="}" horiz-adv-x="915" d="M61 -188h41q117 0 160 48t43 165v165q0 136 65.5 234t174.5 137q-111 47 -175.5 141.5t-64.5 231.5v166q0 117 -43 165t-160 48h-41v207h70q223 0 318.5 -104.5t95.5 -301.5v-139q0 -146 59.5 -223.5t169.5 -77.5h39v-221h-39q-110 0 -169.5 -80t-59.5 -221v-142 q0 -198 -96.5 -301.5t-317.5 -103.5h-70v207z" />
<glyph unicode="~" horiz-adv-x="1386" d="M143 580v229q56 47 106 73t95 38t117 12q65 0 128.5 -24.5t122 -54.5t114 -54.5t106.5 -24.5q80 0 154.5 38t156.5 110v-222q-67 -53 -141 -92t-166 -39q-72 0 -137.5 24.5t-126 54.5t-114.5 54.5t-101 24.5q-92 0 -170 -45t-144 -102z" />
<glyph unicode="&#xa1;" horiz-adv-x="584" d="M129 954q0 78 34 116t128 38q86 0 125 -34t39 -120q0 -82 -36 -117.5t-128 -35.5q-90 0 -126 35.5t-36 117.5zM152 -395l34 1059h215l31 -1059h-280z" />
<glyph unicode="&#xa2;" horiz-adv-x="1059" d="M92 518q0 265 126 413t378 148h18l48 209h180l-54 -237q145 -49 209 -152l-192 -137q-27 35 -66 61l-139 -628h12q60 0 110 17t95 75l195 -137q-60 -89 -158 -135t-248 -46l-55 2l-51 -231h-183l60 266q-152 57 -218.5 189.5t-66.5 322.5zM358 522q0 -196 74 -270 l133 600q-107 -9 -157 -86t-50 -244z" />
<glyph unicode="&#xa3;" horiz-adv-x="1280" d="M100 0v213q65 13 103 58.5t55.5 110t17.5 183.5h-151v189h137l-11 44q-42 128 -42 228q0 187 135 287t367 100q176 0 296.5 -61.5t184.5 -167.5l-217 -131q-41 65 -111.5 104t-152.5 39q-119 0 -176.5 -54.5t-57.5 -144.5q0 -73 44 -202l11 -41h379v-189h-370 q0 -224 -117 -325h784v-240h-1108z" />
<glyph unicode="&#xa4;" horiz-adv-x="1280" d="M139 281l142 135q-72 115 -72 231q0 125 72 232l-142 137l123 125l141 -140q105 72 236 72q57 0 119.5 -17.5t115.5 -54.5l142 140l125 -125l-144 -137q72 -109 72 -232q0 -122 -72 -231l144 -135l-125 -125l-142 139q-103 -72 -235 -72q-131 0 -236 72l-141 -139z M385 649q0 -102 75 -177t179 -75q65 0 124.5 33.5t94.5 93t35 125.5q0 104 -76.5 177t-175.5 73q-102 0 -179 -72t-77 -178z" />
<glyph unicode="&#xa5;" horiz-adv-x="1280" d="M45 1384h307l291 -538l295 538h297l-307 -538h211v-178h-314l-45 -80v-31h359v-176h-359v-381h-282v381h-361v176h361v27l-47 84h-314v178h213z" />
<glyph unicode="&#xa6;" horiz-adv-x="801" d="M281 283h239v-678h-239v678zM281 842v678h239v-678h-239z" />
<glyph unicode="&#xa7;" horiz-adv-x="1110" d="M92 545q0 188 211 307q-72 53 -110.5 110.5t-38.5 129.5q0 149 105.5 235t322.5 86q282 0 407 -160l-176 -131q-84 84 -227 84q-92 0 -133 -27.5t-41 -68.5q0 -31 45 -69.5t252 -166.5q128 -79 186.5 -133t90.5 -112.5t32 -126.5q0 -191 -211 -307q78 -60 113.5 -117.5 t35.5 -120.5q0 -162 -112.5 -243t-308.5 -81q-160 0 -257.5 43t-156.5 117l176 131q75 -84 233 -84q72 0 120 23.5t48 68.5t-74.5 97.5t-222.5 142.5q-153 92 -231 176t-78 197zM336 549q0 -41 67.5 -94.5t208.5 -139.5q68 41 115 89t47 90q0 24 -15.5 46.5t-48 49t-85 59.5 t-127.5 80q-80 -49 -121 -91t-41 -89z" />
<glyph unicode="&#xa8;" horiz-adv-x="1044" d="M152 1335q0 70 31.5 100.5t109.5 30.5t111.5 -29.5t33.5 -101.5q0 -73 -35.5 -102t-109.5 -29q-82 0 -111.5 34t-29.5 97zM596 1335q0 70 31.5 100.5t109.5 30.5t112 -29.5t34 -101.5q0 -73 -36 -102t-110 -29q-82 0 -111.5 34t-29.5 97z" />
<glyph unicode="&#xa9;" horiz-adv-x="1802" d="M96 610q0 217 106 402.5t293.5 293t405.5 107.5q217 0 403 -106.5t293 -292.5t107 -404q0 -217 -105.5 -403t-292.5 -295t-405 -109q-219 0 -406 108.5t-293 295t-106 403.5zM258 610q0 -176 87.5 -328t235 -237.5t320.5 -85.5t320.5 85.5t235 237t87.5 328.5 q0 173 -86 323.5t-235.5 237t-321.5 86.5q-174 0 -323 -87t-234.5 -237.5t-85.5 -322.5zM504 612q0 217 100.5 331t317.5 114q133 0 209.5 -51.5t134.5 -143.5l-176 -100q-33 47 -67 78.5t-103 31.5q-109 0 -155 -59t-46 -201q0 -143 48 -200.5t155 -57.5q65 0 104 29t76 78 l180 -96q-71 -88 -118.5 -123.5t-106 -53.5t-131.5 -18q-422 0 -422 442z" />
<glyph unicode="&#xaa;" horiz-adv-x="834" d="M92 1014q0 105 65 164t222 73l129 13v20q0 49 -27.5 67.5t-93.5 18.5q-65 0 -95 -21.5t-46 -50.5l-148 93q31 53 100.5 91t192.5 38q146 0 224.5 -50.5t78.5 -191.5v-461h-174v57q-95 -75 -196 -75q-117 0 -174.5 59.5t-57.5 155.5zM285 1018q0 -39 19.5 -54.5 t57.5 -15.5q64 0 146 66v110l-68 -6q-90 -8 -122.5 -31.5t-32.5 -68.5z" />
<glyph unicode="&#xab;" horiz-adv-x="1436" d="M61 524l420 471h299l-420 -471l420 -471h-299zM635 524l420 471h299l-420 -471l420 -471h-299z" />
<glyph unicode="&#xac;" horiz-adv-x="1427" d="M133 801v205h1161v-682h-207v477h-954z" />
<glyph unicode="&#xad;" horiz-adv-x="786" d="M82 399v254h623v-254h-623z" />
<glyph unicode="&#xae;" horiz-adv-x="1802" d="M96 610q0 217 106 402.5t293.5 293t405.5 107.5q217 0 403 -106.5t293 -292.5t107 -404q0 -217 -105.5 -403t-292.5 -295t-405 -109q-219 0 -406 108.5t-293 295t-106 403.5zM258 610q0 -176 87.5 -328t235 -237.5t320.5 -85.5t320.5 85.5t235 237t87.5 328.5 q0 173 -86 323.5t-235.5 237t-321.5 86.5q-174 0 -323 -87t-234.5 -237.5t-85.5 -322.5zM588 201v850h305q178 0 260 -63t82 -197q0 -185 -145 -246l239 -344h-250l-211 307h-75v-307h-205zM793 682h96q54 0 81 7t39.5 25.5t12.5 65.5t-21.5 70.5t-103.5 23.5h-104v-192z " />
<glyph unicode="&#xaf;" horiz-adv-x="1044" d="M186 1255v185h672v-185h-672z" />
<glyph unicode="&#xb0;" horiz-adv-x="868" d="M123 1241q0 130 91.5 219.5t219.5 89.5q129 0 220 -90.5t91 -218.5q0 -83 -40.5 -154.5t-114 -115t-154.5 -43.5q-83 0 -157 42.5t-115 114t-41 156.5zM303 1241q0 -55 38 -94t95 -39q53 0 91 39t38 92q0 55 -38 93t-91 38q-59 0 -96 -39t-37 -90z" />
<glyph unicode="&#xb1;" horiz-adv-x="1427" d="M133 0v205h1161v-205h-1161zM133 829v205h479v479h205v-479h477v-205h-477v-477h-205v477h-479z" />
<glyph unicode="&#xb2;" horiz-adv-x="938" d="M76 1348q133 172 377 172q180 0 262 -71t82 -179q0 -60 -16 -107.5t-52.5 -92.5t-130.5 -115t-166 -111h397v-197h-737v182l108 78q228 160 283.5 217t55.5 113q0 78 -97 78q-101 0 -170 -88z" />
<glyph unicode="&#xb3;" horiz-adv-x="938" d="M59 801l199 102q64 -88 164 -88q72 0 98.5 32t26.5 66q0 91 -141 91h-115v176h102q92 0 124 22.5t32 63.5q0 28 -27.5 48.5t-85.5 20.5q-103 0 -168 -78l-182 107q61 74 143 115t224 41q172 0 255 -67t83 -159q0 -71 -38 -116t-124 -74q92 -23 134 -77t42 -126 q0 -137 -102.5 -203.5t-282.5 -66.5q-127 0 -221.5 49t-139.5 121z" />
<glyph unicode="&#xb4;" horiz-adv-x="1044" d="M348 1208l189 361h315l-299 -361h-205z" />
<glyph unicode="&#xb5;" horiz-adv-x="1202" d="M131 -395v1444h258v-750q29 -39 83 -69.5t114 -30.5q131 0 227 120v730h256v-1049h-238l-4 111q-49 -70 -104 -106t-133 -36q-62 0 -109 17.5t-92 52.5v-434h-258z" />
<glyph unicode="&#xb6;" horiz-adv-x="1321" d="M41 1047q0 206 134 324t378 118h727v-207h-188v-1677h-234v1677h-162v-1677h-233v1001q-204 22 -313 138t-109 303z" />
<glyph unicode="&#xb7;" horiz-adv-x="584" d="M129 743q0 82 36 121t126 39q92 0 128 -38t36 -122q0 -86 -39 -122.5t-125 -36.5q-94 0 -128 41t-34 118z" />
<glyph unicode="&#xb8;" horiz-adv-x="1044" d="M199 -350l69 145q106 -45 193 -45q53 0 74.5 11.5t21.5 35.5q0 63 -180 72l88 170h170l-31 -62q62 -14 104 -61t42 -121q0 -190 -287 -190q-174 0 -264 45z" />
<glyph unicode="&#xb9;" horiz-adv-x="938" d="M170 1200v152q97 3 150 17t82 43t49 91h200v-856h-252v553h-229z" />
<glyph unicode="&#xba;" horiz-adv-x="842" d="M92 1157q0 172 80 267.5t250 95.5q168 0 248 -95.5t80 -267.5q0 -170 -80 -264t-248 -94q-172 0 -251 95t-79 263zM285 1157q0 -100 31.5 -148t105.5 -48q72 0 103.5 47.5t31.5 148.5q0 119 -39 160t-96 41q-60 0 -98.5 -41t-38.5 -160z" />
<glyph unicode="&#xbb;" horiz-adv-x="1436" d="M82 53l420 471l-420 471h299l420 -471l-420 -471h-299zM655 53l420 471l-420 471h299l420 -471l-420 -471h-299z" />
<glyph unicode="&#xbc;" horiz-adv-x="2095" d="M45 1085v152q97 3 150 17t82 43t49 91h200v-856h-252v553h-229zM469 -51l747 1489h238l-750 -1489h-235zM1155 160v166l492 530h227v-524h115v-172h-115v-160h-232v160h-487zM1386 332h256v276z" />
<glyph unicode="&#xbd;" horiz-adv-x="2095" d="M43 1085v152q97 3 150 17t82 43t49 91h200v-856h-252v553h-229zM406 -51l747 1489h238l-750 -1489h-235zM1213 701q133 172 377 172q180 0 262 -71t82 -179q0 -60 -16 -107.5t-52.5 -92.5t-130.5 -115t-166 -111h397v-197h-737v182l108 78q228 160 283.5 217t55.5 113 q0 78 -97 78q-101 0 -170 -88z" />
<glyph unicode="&#xbe;" horiz-adv-x="2095" d="M59 686l199 102q64 -88 164 -88q72 0 98.5 32t26.5 66q0 91 -141 91h-115v176h102q92 0 124 22.5t32 63.5q0 28 -27.5 48.5t-85.5 20.5q-103 0 -168 -78l-182 107q61 74 143 115t224 41q172 0 255 -67t83 -159q0 -71 -38 -116t-124 -74q92 -23 134 -77t42 -126 q0 -137 -102.5 -203.5t-282.5 -66.5q-127 0 -221.5 49t-139.5 121zM592 -51l747 1489h238l-750 -1489h-235zM1202 160v166l492 530h227v-524h115v-172h-115v-160h-232v160h-487zM1433 332h256v276z" />
<glyph unicode="&#xbf;" horiz-adv-x="1071" d="M72 0q0 105 39 185t112.5 145.5t243.5 154.5v179h272v-302q-55 -28 -120.5 -61t-122 -75t-95.5 -94t-39 -120q0 -78 44.5 -122t152.5 -44q90 0 144.5 37t99.5 111l233 -139q-69 -123 -184 -186.5t-291 -63.5q-237 0 -363 103.5t-126 291.5zM436 954q0 86 39 120t125 34 q94 0 128 -38t34 -116q0 -82 -36 -117.5t-126 -35.5q-92 0 -128 35.5t-36 117.5z" />
<glyph unicode="&#xc0;" horiz-adv-x="1337" d="M27 0l458 1384h367l459 -1384h-289l-92 281h-533l-90 -281h-280zM373 1905h315l188 -361h-204zM477 528h373l-186 572z" />
<glyph unicode="&#xc1;" horiz-adv-x="1337" d="M27 0l458 1384h367l459 -1384h-289l-92 281h-533l-90 -281h-280zM477 528h373l-186 572zM491 1544l189 361h315l-299 -361h-205z" />
<glyph unicode="&#xc2;" horiz-adv-x="1337" d="M27 0l458 1384h367l459 -1384h-289l-92 281h-533l-90 -281h-280zM305 1544l235 361h244l236 -361h-211l-146 174l-149 -174h-209zM477 528h373l-186 572z" />
<glyph unicode="&#xc3;" horiz-adv-x="1337" d="M27 0l458 1384h367l459 -1384h-289l-92 281h-533l-90 -281h-280zM254 1567q5 155 73 236t189 81q61 0 104 -22.5t77 -48t62.5 -48t61.5 -22.5q35 0 51.5 35t16.5 92h182q-10 -165 -75.5 -243.5t-188.5 -78.5q-66 0 -109 22.5t-75.5 50.5t-59.5 50.5t-60 22.5 q-67 0 -67 -127h-182zM477 528h373l-186 572z" />
<glyph unicode="&#xc4;" horiz-adv-x="1337" d="M27 0l458 1384h367l459 -1384h-289l-92 281h-533l-90 -281h-280zM293 1671q0 70 31.5 100.5t109.5 30.5t111.5 -29.5t33.5 -101.5q0 -73 -35.5 -102t-109.5 -29q-82 0 -111.5 34t-29.5 97zM477 528h373l-186 572zM737 1671q0 70 31.5 100.5t109.5 30.5t112 -29.5 t34 -101.5q0 -73 -36 -102t-110 -29q-82 0 -111.5 34t-29.5 97z" />
<glyph unicode="&#xc5;" horiz-adv-x="1337" d="M27 0l458 1384h367l459 -1384h-289l-92 281h-533l-90 -281h-280zM434 1716q0 107 57.5 166.5t171.5 59.5q119 0 175.5 -60.5t56.5 -165.5q0 -110 -59.5 -167.5t-172.5 -57.5q-117 0 -173 60.5t-56 164.5zM477 528h373l-186 572zM577 1716q0 -90 86 -90q88 0 88 90t-88 90 q-86 0 -86 -90z" />
<glyph unicode="&#xc6;" horiz-adv-x="1810" d="M20 0l555 1384h1135v-249h-567v-301h469v-250h-469v-326h567v-258h-850v360h-409l-144 -360h-287zM547 608h313v527h-104z" />
<glyph unicode="&#xc7;" horiz-adv-x="1333" d="M96 692q0 369 163 545t470 176q203 0 331 -68.5t195 -179.5l-219 -170q-48 72 -88 104t-91 48t-122 16q-170 0 -259 -108.5t-89 -362.5q0 -237 83.5 -354t266.5 -117q123 0 191.5 47t124.5 125l223 -164q-66 -96 -165 -164.5t-263 -87.5q61 -14 103 -61t42 -121 q0 -190 -286 -190q-172 0 -265 45l70 145q106 -45 193 -45q53 0 74.5 11.5t21.5 35.5q0 63 -180 72l53 104q-578 37 -578 719z" />
<glyph unicode="&#xc8;" horiz-adv-x="1149" d="M150 0v1384h899v-249h-617v-295h520v-250h-520v-332h617v-258h-899zM267 1905h315l188 -361h-204z" />
<glyph unicode="&#xc9;" horiz-adv-x="1149" d="M150 0v1384h899v-249h-617v-295h520v-250h-520v-332h617v-258h-899zM426 1544l189 361h315l-299 -361h-205z" />
<glyph unicode="&#xca;" horiz-adv-x="1149" d="M150 0v1384h899v-249h-617v-295h520v-250h-520v-332h617v-258h-899zM236 1544l235 361h244l236 -361h-211l-146 174l-149 -174h-209z" />
<glyph unicode="&#xcb;" horiz-adv-x="1149" d="M150 0v1384h899v-249h-617v-295h520v-250h-520v-332h617v-258h-899zM228 1671q0 70 31.5 100.5t109.5 30.5t111.5 -29.5t33.5 -101.5q0 -73 -35.5 -102t-109.5 -29q-82 0 -111.5 34t-29.5 97zM672 1671q0 70 31.5 100.5t109.5 30.5t112 -29.5t34 -101.5q0 -73 -36 -102 t-110 -29q-82 0 -111.5 34t-29.5 97z" />
<glyph unicode="&#xcc;" horiz-adv-x="872" d="M80 1905h315l188 -361h-204zM102 0v217h193v950h-193v217h668v-217h-192v-950h192v-217h-668z" />
<glyph unicode="&#xcd;" horiz-adv-x="872" d="M102 0v217h193v950h-193v217h668v-217h-192v-950h192v-217h-668zM270 1544l189 361h315l-299 -361h-205z" />
<glyph unicode="&#xce;" horiz-adv-x="872" d="M78 1544l235 361h244l236 -361h-211l-146 174l-149 -174h-209zM102 0v217h193v950h-193v217h668v-217h-192v-950h192v-217h-668z" />
<glyph unicode="&#xcf;" horiz-adv-x="872" d="M72 1671q0 70 31.5 100.5t109.5 30.5t111.5 -29.5t33.5 -101.5q0 -73 -35.5 -102t-109.5 -29q-82 0 -111.5 34t-29.5 97zM102 0v217h193v950h-193v217h668v-217h-192v-950h192v-217h-668zM516 1671q0 70 31.5 100.5t109.5 30.5t112 -29.5t34 -101.5q0 -73 -36 -102 t-110 -29q-82 0 -111.5 34t-29.5 97z" />
<glyph unicode="&#xd0;" horiz-adv-x="1399" d="M2 580v225h148v579h434q263 0 416.5 -70.5t228 -222.5t74.5 -399q0 -250 -74.5 -402t-224.5 -221t-418 -69h-436v580h-148zM432 258h127q184 0 278 40t134.5 130t40.5 266t-39 264.5t-132 128t-282 39.5h-127v-321h322v-225h-322v-322z" />
<glyph unicode="&#xd1;" horiz-adv-x="1411" d="M150 0v1384h366l469 -933v933h277v-1384h-332l-504 989v-989h-276zM285 1526q5 155 73 236t189 81q61 0 104 -22.5t77 -48t62.5 -48t61.5 -22.5q35 0 51.5 35t16.5 92h182q-10 -165 -75.5 -243.5t-188.5 -78.5q-66 0 -109 22.5t-75.5 50.5t-59.5 50.5t-60 22.5 q-67 0 -67 -127h-182z" />
<glyph unicode="&#xd2;" horiz-adv-x="1364" d="M86 692q0 344 144.5 532.5t451.5 188.5q309 0 452.5 -188.5t143.5 -532.5q0 -361 -152.5 -541t-443.5 -180q-307 0 -451.5 189.5t-144.5 531.5zM371 1905h315l188 -361h-204zM377 692q0 -246 70.5 -358.5t234.5 -112.5q166 0 235.5 112.5t69.5 358.5t-69.5 358.5 t-235.5 112.5t-235.5 -112.5t-69.5 -358.5z" />
<glyph unicode="&#xd3;" horiz-adv-x="1364" d="M86 692q0 344 144.5 532.5t451.5 188.5q309 0 452.5 -188.5t143.5 -532.5q0 -361 -152.5 -541t-443.5 -180q-307 0 -451.5 189.5t-144.5 531.5zM377 692q0 -246 70.5 -358.5t234.5 -112.5q166 0 235.5 112.5t69.5 358.5t-69.5 358.5t-235.5 112.5t-235.5 -112.5 t-69.5 -358.5zM530 1544l189 361h315l-299 -361h-205z" />
<glyph unicode="&#xd4;" horiz-adv-x="1364" d="M86 692q0 344 144.5 532.5t451.5 188.5q309 0 452.5 -188.5t143.5 -532.5q0 -361 -152.5 -541t-443.5 -180q-307 0 -451.5 189.5t-144.5 531.5zM334 1544l235 361h244l236 -361h-211l-146 174l-149 -174h-209zM377 692q0 -246 70.5 -358.5t234.5 -112.5 q166 0 235.5 112.5t69.5 358.5t-69.5 358.5t-235.5 112.5t-235.5 -112.5t-69.5 -358.5z" />
<glyph unicode="&#xd5;" horiz-adv-x="1364" d="M86 692q0 344 144.5 532.5t451.5 188.5q309 0 452.5 -188.5t143.5 -532.5q0 -361 -152.5 -541t-443.5 -180q-307 0 -451.5 189.5t-144.5 531.5zM283 1567q5 155 73 236t189 81q61 0 104 -22.5t77 -48t62.5 -48t61.5 -22.5q35 0 51.5 35t16.5 92h182 q-10 -165 -75.5 -243.5t-188.5 -78.5q-66 0 -109 22.5t-75.5 50.5t-59.5 50.5t-60 22.5q-67 0 -67 -127h-182zM377 692q0 -246 70.5 -358.5t234.5 -112.5q166 0 235.5 112.5t69.5 358.5t-69.5 358.5t-235.5 112.5t-235.5 -112.5t-69.5 -358.5z" />
<glyph unicode="&#xd6;" horiz-adv-x="1364" d="M86 692q0 344 144.5 532.5t451.5 188.5q309 0 452.5 -188.5t143.5 -532.5q0 -361 -152.5 -541t-443.5 -180q-307 0 -451.5 189.5t-144.5 531.5zM332 1671q0 70 31.5 100.5t109.5 30.5t111.5 -29.5t33.5 -101.5q0 -73 -35.5 -102t-109.5 -29q-82 0 -111.5 34t-29.5 97z M377 692q0 -246 70.5 -358.5t234.5 -112.5q166 0 235.5 112.5t69.5 358.5t-69.5 358.5t-235.5 112.5t-235.5 -112.5t-69.5 -358.5zM776 1671q0 70 31.5 100.5t109.5 30.5t112 -29.5t34 -101.5q0 -73 -36 -102t-110 -29q-82 0 -111.5 34t-29.5 97z" />
<glyph unicode="&#xd7;" horiz-adv-x="1427" d="M129 145l438 437l-438 436l145 145l439 -436l438 436l145 -145l-438 -436l438 -437l-145 -145l-438 438l-439 -438z" />
<glyph unicode="&#xd8;" horiz-adv-x="1364" d="M27 -115l194 285q-135 180 -135 522q0 344 144.5 532.5t451.5 188.5q201 0 334 -84l108 160h199l-184 -270q139 -182 139 -527q0 -361 -152.5 -541t-443.5 -180q-207 0 -338 86l-117 -172h-200zM377 692q0 -157 26 -256l461 674q-69 53 -182 53q-166 0 -235.5 -112.5 t-69.5 -358.5zM496 276q67 -55 186 -55q166 0 235.5 112.5t69.5 358.5q0 158 -29 262z" />
<glyph unicode="&#xd9;" horiz-adv-x="1438" d="M150 578v806h282v-786q0 -141 27 -222t86 -119t172 -38q161 0 225 85.5t64 289.5v790h282v-806q0 -325 -132 -467t-437 -142q-302 0 -435.5 140.5t-133.5 468.5zM392 1905h315l188 -361h-204z" />
<glyph unicode="&#xda;" horiz-adv-x="1438" d="M150 578v806h282v-786q0 -141 27 -222t86 -119t172 -38q161 0 225 85.5t64 289.5v790h282v-806q0 -325 -132 -467t-437 -142q-302 0 -435.5 140.5t-133.5 468.5zM551 1544l189 361h315l-299 -361h-205z" />
<glyph unicode="&#xdb;" horiz-adv-x="1438" d="M150 578v806h282v-786q0 -141 27 -222t86 -119t172 -38q161 0 225 85.5t64 289.5v790h282v-806q0 -325 -132 -467t-437 -142q-302 0 -435.5 140.5t-133.5 468.5zM365 1544l235 361h244l236 -361h-211l-146 174l-149 -174h-209z" />
<glyph unicode="&#xdc;" horiz-adv-x="1438" d="M150 578v806h282v-786q0 -141 27 -222t86 -119t172 -38q161 0 225 85.5t64 289.5v790h282v-806q0 -325 -132 -467t-437 -142q-302 0 -435.5 140.5t-133.5 468.5zM353 1671q0 70 31.5 100.5t109.5 30.5t111.5 -29.5t33.5 -101.5q0 -73 -35.5 -102t-109.5 -29 q-82 0 -111.5 34t-29.5 97zM797 1671q0 70 31.5 100.5t109.5 30.5t112 -29.5t34 -101.5q0 -73 -36 -102t-110 -29q-82 0 -111.5 34t-29.5 97z" />
<glyph unicode="&#xdd;" horiz-adv-x="1188" d="M18 1384h308l270 -579l276 579h297l-434 -856v-528h-284v522zM424 1544l189 361h315l-299 -361h-205z" />
<glyph unicode="&#xde;" horiz-adv-x="1239" d="M150 0v1384h282v-200h238q235 0 363 -109.5t128 -355.5q0 -250 -117.5 -371t-381.5 -121h-230v-227h-282zM432 473h115q155 0 214 21.5t84 71.5t25 151q0 81 -30 129.5t-91 70t-176 21.5h-141v-465z" />
<glyph unicode="&#xdf;" d="M145 0v1020q0 252 117.5 376t355.5 124q203 0 313.5 -91t110.5 -255q0 -123 -53 -196t-129 -106q122 -27 193 -136.5t71 -262.5q0 -250 -93 -377t-312 -127q-47 0 -103.5 10.5t-89.5 20.5v227q86 -30 154 -30q88 0 131 63.5t43 220.5q0 108 -28.5 160.5t-92.5 74 t-190 21.5v224q93 0 143 18.5t72 57t22 118.5q0 70 -43 106.5t-123 36.5q-104 0 -157.5 -59t-53.5 -211v-1028h-258z" />
<glyph unicode="&#xe0;" horiz-adv-x="1139" d="M84 295q0 112 45.5 185t135 114.5t257.5 58.5l221 21v47q0 88 -53 120.5t-155 32.5q-84 0 -144.5 -28t-89.5 -80l-201 129q53 89 166 136.5t273 47.5q245 0 353.5 -85.5t108.5 -280.5v-713h-237v109q-153 -140 -328 -140q-174 0 -263 91.5t-89 234.5zM207 1569h315 l188 -361h-204zM350 299q0 -72 40 -98.5t106 -26.5q47 0 114.5 29.5t132.5 83.5v200l-131 -12q-139 -12 -200.5 -53t-61.5 -123z" />
<glyph unicode="&#xe1;" horiz-adv-x="1139" d="M84 295q0 112 45.5 185t135 114.5t257.5 58.5l221 21v47q0 88 -53 120.5t-155 32.5q-84 0 -144.5 -28t-89.5 -80l-201 129q53 89 166 136.5t273 47.5q245 0 353.5 -85.5t108.5 -280.5v-713h-237v109q-153 -140 -328 -140q-174 0 -263 91.5t-89 234.5zM350 299 q0 -72 40 -98.5t106 -26.5q47 0 114.5 29.5t132.5 83.5v200l-131 -12q-139 -12 -200.5 -53t-61.5 -123zM366 1208l189 361h315l-299 -361h-205z" />
<glyph unicode="&#xe2;" horiz-adv-x="1139" d="M84 295q0 112 45.5 185t135 114.5t257.5 58.5l221 21v47q0 88 -53 120.5t-155 32.5q-84 0 -144.5 -28t-89.5 -80l-201 129q53 89 166 136.5t273 47.5q245 0 353.5 -85.5t108.5 -280.5v-713h-237v109q-153 -140 -328 -140q-174 0 -263 91.5t-89 234.5zM195 1208l235 361 h244l236 -361h-211l-146 174l-149 -174h-209zM350 299q0 -72 40 -98.5t106 -26.5q47 0 114.5 29.5t132.5 83.5v200l-131 -12q-139 -12 -200.5 -53t-61.5 -123z" />
<glyph unicode="&#xe3;" horiz-adv-x="1139" d="M84 295q0 112 45.5 185t135 114.5t257.5 58.5l221 21v47q0 88 -53 120.5t-155 32.5q-84 0 -144.5 -28t-89.5 -80l-201 129q53 89 166 136.5t273 47.5q245 0 353.5 -85.5t108.5 -280.5v-713h-237v109q-153 -140 -328 -140q-174 0 -263 91.5t-89 234.5zM150 1231 q5 155 73 236t189 81q61 0 104 -22.5t77 -48t62.5 -48t61.5 -22.5q35 0 51.5 35t16.5 92h182q-10 -165 -75.5 -243.5t-188.5 -78.5q-66 0 -109 22.5t-75.5 50.5t-59.5 50.5t-60 22.5q-67 0 -67 -127h-182zM350 299q0 -72 40 -98.5t106 -26.5q47 0 114.5 29.5t132.5 83.5v200 l-131 -12q-139 -12 -200.5 -53t-61.5 -123z" />
<glyph unicode="&#xe4;" horiz-adv-x="1139" d="M84 295q0 112 45.5 185t135 114.5t257.5 58.5l221 21v47q0 88 -53 120.5t-155 32.5q-84 0 -144.5 -28t-89.5 -80l-201 129q53 89 166 136.5t273 47.5q245 0 353.5 -85.5t108.5 -280.5v-713h-237v109q-153 -140 -328 -140q-174 0 -263 91.5t-89 234.5zM168 1335 q0 70 31.5 100.5t109.5 30.5t111.5 -29.5t33.5 -101.5q0 -73 -35.5 -102t-109.5 -29q-82 0 -111.5 34t-29.5 97zM350 299q0 -72 40 -98.5t106 -26.5q47 0 114.5 29.5t132.5 83.5v200l-131 -12q-139 -12 -200.5 -53t-61.5 -123zM612 1335q0 70 31.5 100.5t109.5 30.5 t112 -29.5t34 -101.5q0 -73 -36 -102t-110 -29q-82 0 -111.5 34t-29.5 97z" />
<glyph unicode="&#xe5;" horiz-adv-x="1139" d="M84 295q0 112 45.5 185t135 114.5t257.5 58.5l221 21v47q0 88 -53 120.5t-155 32.5q-84 0 -144.5 -28t-89.5 -80l-201 129q53 89 166 136.5t273 47.5q245 0 353.5 -85.5t108.5 -280.5v-713h-237v109q-153 -140 -328 -140q-174 0 -263 91.5t-89 234.5zM309 1378 q0 107 57.5 166.5t171.5 59.5q119 0 175.5 -60.5t56.5 -165.5q0 -110 -59.5 -167.5t-172.5 -57.5q-117 0 -173 60.5t-56 164.5zM350 299q0 -72 40 -98.5t106 -26.5q47 0 114.5 29.5t132.5 83.5v200l-131 -12q-139 -12 -200.5 -53t-61.5 -123zM452 1378q0 -90 86 -90 q88 0 88 90t-88 90q-86 0 -86 -90z" />
<glyph unicode="&#xe6;" horiz-adv-x="1786" d="M84 303q0 157 105.5 244t332.5 106l221 21v47q0 86 -52 119.5t-148 33.5q-109 0 -162 -32.5t-80 -75.5l-201 129q53 89 164.5 136.5t276.5 47.5q254 0 356 -123q121 123 350 123q220 0 335.5 -127.5t115.5 -367.5v-127h-697q7 -140 67 -201t196 -61q73 0 130.5 19 t100.5 73l193 -137q-64 -91 -162.5 -136t-257.5 -45q-299 0 -428 168q-97 -82 -196 -125t-212 -43q-170 0 -259 91.5t-89 242.5zM350 299q0 -125 139 -125q64 0 140 25.5t141 76.5q-13 40 -20 113t-7 98l-131 -12q-139 -12 -200.5 -53t-61.5 -123zM1008 635h434 q0 239 -211 239q-113 0 -160 -64.5t-63 -174.5z" />
<glyph unicode="&#xe7;" horiz-adv-x="1059" d="M92 518q0 265 126 413t378 148q135 0 240.5 -44t160.5 -136l-192 -137q-35 47 -82 69.5t-121 22.5q-132 0 -188 -81t-56 -251t57.5 -248.5t196.5 -78.5q60 0 110 17t95 75l195 -137q-105 -153 -318 -177q56 -16 93.5 -62t37.5 -116q0 -190 -286 -190q-172 0 -265 45 l70 145q106 -45 193 -45q53 0 74.5 11.5t21.5 35.5q0 63 -180 72l55 106q-416 56 -416 543z" />
<glyph unicode="&#xe8;" horiz-adv-x="1143" d="M92 516q0 563 504 563q224 0 341.5 -126.5t117.5 -368.5v-127h-697q7 -140 68 -201t192 -61q76 0 133.5 19t100.5 73l192 -137q-63 -91 -163.5 -136t-274.5 -45q-259 0 -386.5 136t-127.5 411zM248 1569h315l188 -361h-204zM365 635h434q0 239 -209 239q-69 0 -113 -23.5 t-70.5 -70t-41.5 -145.5z" />
<glyph unicode="&#xe9;" horiz-adv-x="1143" d="M92 516q0 563 504 563q224 0 341.5 -126.5t117.5 -368.5v-127h-697q7 -140 68 -201t192 -61q76 0 133.5 19t100.5 73l192 -137q-63 -91 -163.5 -136t-274.5 -45q-259 0 -386.5 136t-127.5 411zM365 635h434q0 239 -209 239q-69 0 -113 -23.5t-70.5 -70t-41.5 -145.5z M407 1208l189 361h315l-299 -361h-205z" />
<glyph unicode="&#xea;" horiz-adv-x="1143" d="M92 516q0 563 504 563q224 0 341.5 -126.5t117.5 -368.5v-127h-697q7 -140 68 -201t192 -61q76 0 133.5 19t100.5 73l192 -137q-63 -91 -163.5 -136t-274.5 -45q-259 0 -386.5 136t-127.5 411zM232 1208l235 361h244l236 -361h-211l-146 174l-149 -174h-209zM365 635h434 q0 239 -209 239q-69 0 -113 -23.5t-70.5 -70t-41.5 -145.5z" />
<glyph unicode="&#xeb;" horiz-adv-x="1143" d="M92 516q0 563 504 563q224 0 341.5 -126.5t117.5 -368.5v-127h-697q7 -140 68 -201t192 -61q76 0 133.5 19t100.5 73l192 -137q-63 -91 -163.5 -136t-274.5 -45q-259 0 -386.5 136t-127.5 411zM220 1335q0 70 31.5 100.5t109.5 30.5t111.5 -29.5t33.5 -101.5 q0 -73 -35.5 -102t-109.5 -29q-82 0 -111.5 34t-29.5 97zM365 635h434q0 239 -209 239q-69 0 -113 -23.5t-70.5 -70t-41.5 -145.5zM664 1335q0 70 31.5 100.5t109.5 30.5t112 -29.5t34 -101.5q0 -73 -36 -102t-110 -29q-82 0 -111.5 34t-29.5 97z" />
<glyph unicode="&#xec;" horiz-adv-x="549" d="M-53 1569h315l188 -361h-204zM145 0v1049h258v-1049h-258z" />
<glyph unicode="&#xed;" horiz-adv-x="549" d="M127 1208l189 361h315l-299 -361h-205zM145 0v1049h258v-1049h-258z" />
<glyph unicode="&#xee;" horiz-adv-x="549" d="M-80 1208l235 361h244l236 -361h-211l-146 174l-149 -174h-209zM145 0v1049h258v-1049h-258z" />
<glyph unicode="&#xef;" horiz-adv-x="549" d="M-92 1335q0 70 31.5 100.5t109.5 30.5t111.5 -29.5t33.5 -101.5q0 -73 -35.5 -102t-109.5 -29q-82 0 -111.5 34t-29.5 97zM145 0v1049h258v-1049h-258zM352 1335q0 70 31.5 100.5t109.5 30.5t112 -29.5t34 -101.5q0 -73 -36 -102t-110 -29q-82 0 -111.5 34t-29.5 97z" />
<glyph unicode="&#xf0;" horiz-adv-x="1190" d="M92 520q0 156 55 278t158 186.5t238 64.5q41 0 94 -18.5t94 -49.5q-15 39 -65.5 122t-90.5 130l-225 -94l-67 149l180 76q-34 48 -184 156h274q49 -29 98 -78l187 78l69 -148l-131 -55q142 -147 232 -360t90 -435q0 -267 -126.5 -410t-375.5 -143q-247 0 -375.5 138 t-128.5 413zM358 520q0 -158 54.5 -241.5t183.5 -83.5t182 83.5t53 243.5q0 303 -237 303q-116 0 -176 -77.5t-60 -227.5z" />
<glyph unicode="&#xf1;" d="M145 0v1049h258v-136q82 82 175 124t182 42q161 0 240 -88t79 -291v-700h-258v578q0 164 -29.5 219t-111.5 55q-115 0 -277 -152v-700h-258zM197 1231q5 155 73 236t189 81q61 0 104 -22.5t77 -48t62.5 -48t61.5 -22.5q35 0 51.5 35t16.5 92h182q-10 -165 -75.5 -243.5 t-188.5 -78.5q-66 0 -109 22.5t-75.5 50.5t-59.5 50.5t-60 22.5q-67 0 -67 -127h-182z" />
<glyph unicode="&#xf2;" horiz-adv-x="1190" d="M92 522q0 266 121 411.5t383 145.5q260 0 381 -145.5t121 -411.5q0 -262 -121 -407.5t-381 -145.5q-504 0 -504 553zM269 1569h315l188 -361h-204zM358 522q0 -168 55.5 -247.5t182.5 -79.5q125 0 180 78.5t55 248.5q0 173 -54 252.5t-181 79.5q-126 0 -182 -81.5 t-56 -250.5z" />
<glyph unicode="&#xf3;" horiz-adv-x="1190" d="M92 522q0 266 121 411.5t383 145.5q260 0 381 -145.5t121 -411.5q0 -262 -121 -407.5t-381 -145.5q-504 0 -504 553zM358 522q0 -168 55.5 -247.5t182.5 -79.5q125 0 180 78.5t55 248.5q0 173 -54 252.5t-181 79.5q-126 0 -182 -81.5t-56 -250.5zM428 1208l189 361h315 l-299 -361h-205z" />
<glyph unicode="&#xf4;" horiz-adv-x="1190" d="M92 522q0 266 121 411.5t383 145.5q260 0 381 -145.5t121 -411.5q0 -262 -121 -407.5t-381 -145.5q-504 0 -504 553zM242 1208l235 361h244l236 -361h-211l-146 174l-149 -174h-209zM358 522q0 -168 55.5 -247.5t182.5 -79.5q125 0 180 78.5t55 248.5q0 173 -54 252.5 t-181 79.5q-126 0 -182 -81.5t-56 -250.5z" />
<glyph unicode="&#xf5;" horiz-adv-x="1190" d="M92 522q0 266 121 411.5t383 145.5q260 0 381 -145.5t121 -411.5q0 -262 -121 -407.5t-381 -145.5q-504 0 -504 553zM191 1231q5 155 73 236t189 81q61 0 104 -22.5t77 -48t62.5 -48t61.5 -22.5q35 0 51.5 35t16.5 92h182q-10 -165 -75.5 -243.5t-188.5 -78.5 q-66 0 -109 22.5t-75.5 50.5t-59.5 50.5t-60 22.5q-67 0 -67 -127h-182zM358 522q0 -168 55.5 -247.5t182.5 -79.5q125 0 180 78.5t55 248.5q0 173 -54 252.5t-181 79.5q-126 0 -182 -81.5t-56 -250.5z" />
<glyph unicode="&#xf6;" horiz-adv-x="1190" d="M92 522q0 266 121 411.5t383 145.5q260 0 381 -145.5t121 -411.5q0 -262 -121 -407.5t-381 -145.5q-504 0 -504 553zM230 1335q0 70 31.5 100.5t109.5 30.5t111.5 -29.5t33.5 -101.5q0 -73 -35.5 -102t-109.5 -29q-82 0 -111.5 34t-29.5 97zM358 522q0 -168 55.5 -247.5 t182.5 -79.5q125 0 180 78.5t55 248.5q0 173 -54 252.5t-181 79.5q-126 0 -182 -81.5t-56 -250.5zM674 1335q0 70 31.5 100.5t109.5 30.5t112 -29.5t34 -101.5q0 -73 -36 -102t-110 -29q-82 0 -111.5 34t-29.5 97z" />
<glyph unicode="&#xf7;" horiz-adv-x="1427" d="M133 479v205h1161v-205h-1161zM592 2v252h246v-252h-246zM592 911v252h246v-252h-246z" />
<glyph unicode="&#xf8;" horiz-adv-x="1190" d="M92 522q0 266 121 411.5t383 145.5q141 0 246 -47l61 92h182l-118 -180q131 -145 131 -422q0 -262 -121 -407.5t-381 -145.5q-144 0 -248 45l-59 -90h-183l117 176q-131 141 -131 422zM358 522q0 -103 23 -184l328 493q-45 23 -113 23q-126 0 -182 -81.5t-56 -250.5z M483 215q47 -20 113 -20q125 0 180 78.5t55 248.5q0 108 -22 185z" />
<glyph unicode="&#xf9;" d="M137 348v701h258v-578q0 -111 13 -170t42.5 -81.5t86.5 -22.5q115 0 276 151v701h258v-1049h-258v135q-68 -73 -166.5 -119.5t-189.5 -46.5q-178 0 -249 98.5t-71 280.5zM281 1569h315l188 -361h-204z" />
<glyph unicode="&#xfa;" d="M137 348v701h258v-578q0 -111 13 -170t42.5 -81.5t86.5 -22.5q115 0 276 151v701h258v-1049h-258v135q-68 -73 -166.5 -119.5t-189.5 -46.5q-178 0 -249 98.5t-71 280.5zM440 1208l189 361h315l-299 -361h-205z" />
<glyph unicode="&#xfb;" d="M137 348v701h258v-578q0 -111 13 -170t42.5 -81.5t86.5 -22.5q115 0 276 151v701h258v-1049h-258v135q-68 -73 -166.5 -119.5t-189.5 -46.5q-178 0 -249 98.5t-71 280.5zM244 1208l235 361h244l236 -361h-211l-146 174l-149 -174h-209z" />
<glyph unicode="&#xfc;" d="M137 348v701h258v-578q0 -111 13 -170t42.5 -81.5t86.5 -22.5q115 0 276 151v701h258v-1049h-258v135q-68 -73 -166.5 -119.5t-189.5 -46.5q-178 0 -249 98.5t-71 280.5zM232 1335q0 70 31.5 100.5t109.5 30.5t111.5 -29.5t33.5 -101.5q0 -73 -35.5 -102t-109.5 -29 q-82 0 -111.5 34t-29.5 97zM676 1335q0 70 31.5 100.5t109.5 30.5t112 -29.5t34 -101.5q0 -73 -36 -102t-110 -29q-82 0 -111.5 34t-29.5 97z" />
<glyph unicode="&#xfd;" horiz-adv-x="1085" d="M-20 -365l55 224q84 -29 151 -29q58 0 102 35t91 145l27 62l-379 977h268l248 -670l254 670h262l-451 -1121q-55 -135 -107 -200t-121.5 -94t-174.5 -29q-114 0 -225 30zM368 1208l189 361h315l-299 -361h-205z" />
<glyph unicode="&#xfe;" d="M145 -395v1884h258v-533q127 123 316 123q198 0 301.5 -141.5t103.5 -405.5q0 -169 -51 -298t-146 -197t-227 -68q-174 0 -297 109v-473h-258zM403 291q41 -37 101.5 -65.5t124.5 -28.5q106 0 167.5 90.5t61.5 240.5q0 153 -53 238.5t-158 85.5q-63 0 -129.5 -29.5 t-114.5 -72.5v-459z" />
<glyph unicode="&#xff;" horiz-adv-x="1085" d="M-20 -365l55 224q84 -29 151 -29q58 0 102 35t91 145l27 62l-379 977h268l248 -670l254 670h262l-451 -1121q-55 -135 -107 -200t-121.5 -94t-174.5 -29q-114 0 -225 30zM179 1335q0 70 31.5 100.5t109.5 30.5t111.5 -29.5t33.5 -101.5q0 -73 -35.5 -102t-109.5 -29 q-82 0 -111.5 34t-29.5 97zM623 1335q0 70 31.5 100.5t109.5 30.5t112 -29.5t34 -101.5q0 -73 -36 -102t-110 -29q-82 0 -111.5 34t-29.5 97z" />
<glyph unicode="&#x152;" horiz-adv-x="1919" d="M96 692q0 344 151.5 532.5t459.5 188.5q121 0 247 -29h865v-249h-568v-301h467v-250h-467v-326h568v-258h-861q-106 -29 -251 -29q-312 0 -461.5 189.5t-149.5 531.5zM387 692q0 -246 78 -358.5t264 -112.5q78 0 130 14.5t108 49.5v813q-100 65 -238 65q-182 0 -262 -110 t-80 -361z" />
<glyph unicode="&#x153;" horiz-adv-x="1874" d="M92 522q0 269 121 413t373 144q244 0 377 -149q57 63 144 106t230 43q219 0 334 -128.5t115 -366.5v-127h-696q6 -140 66.5 -201t193.5 -61q73 0 131.5 19t101.5 73l193 -137q-64 -91 -162 -136t-260 -45q-264 0 -391 152q-139 -152 -367 -152q-264 0 -384 146.5 t-120 406.5zM358 522q0 -168 55.5 -247.5t182.5 -79.5q117 0 176 74.5t59 252.5q0 184 -58 258t-177 74q-126 0 -182 -81.5t-56 -250.5zM1096 635h434q0 239 -209 239q-68 0 -113 -23.5t-71 -70.5t-41 -145z" />
<glyph unicode="&#x178;" horiz-adv-x="1188" d="M18 1384h308l270 -579l276 579h297l-434 -856v-528h-284v522zM226 1671q0 70 31.5 100.5t109.5 30.5t111.5 -29.5t33.5 -101.5q0 -73 -35.5 -102t-109.5 -29q-82 0 -111.5 34t-29.5 97zM670 1671q0 70 31.5 100.5t109.5 30.5t112 -29.5t34 -101.5q0 -73 -36 -102 t-110 -29q-82 0 -111.5 34t-29.5 97z" />
<glyph unicode="&#x2c6;" horiz-adv-x="1044" d="M164 1208l235 361h244l236 -361h-211l-146 174l-149 -174h-209z" />
<glyph unicode="&#x2dc;" horiz-adv-x="1044" d="M113 1231q5 155 73 236t189 81q61 0 104 -22.5t77 -48t62.5 -48t61.5 -22.5q35 0 51.5 35t16.5 92h182q-10 -165 -75.5 -243.5t-188.5 -78.5q-66 0 -109 22.5t-75.5 50.5t-59.5 50.5t-60 22.5q-67 0 -67 -127h-182z" />
<glyph unicode="&#x2000;" horiz-adv-x="971" />
<glyph unicode="&#x2001;" horiz-adv-x="1942" />
<glyph unicode="&#x2002;" horiz-adv-x="971" />
<glyph unicode="&#x2003;" horiz-adv-x="1942" />
<glyph unicode="&#x2004;" horiz-adv-x="647" />
<glyph unicode="&#x2005;" horiz-adv-x="485" />
<glyph unicode="&#x2006;" horiz-adv-x="323" />
<glyph unicode="&#x2007;" horiz-adv-x="323" />
<glyph unicode="&#x2008;" horiz-adv-x="242" />
<glyph unicode="&#x2009;" horiz-adv-x="388" />
<glyph unicode="&#x200a;" horiz-adv-x="107" />
<glyph unicode="&#x2010;" horiz-adv-x="786" d="M82 399v254h623v-254h-623z" />
<glyph unicode="&#x2011;" horiz-adv-x="786" d="M82 399v254h623v-254h-623z" />
<glyph unicode="&#x2012;" horiz-adv-x="786" d="M82 399v254h623v-254h-623z" />
<glyph unicode="&#x2013;" horiz-adv-x="1044" d="M31 424v205h983v-205h-983z" />
<glyph unicode="&#x2014;" horiz-adv-x="2068" d="M31 424v205h2007v-205h-2007z" />
<glyph unicode="&#x2018;" horiz-adv-x="584" d="M129 967q0 123 42 234.5t91 182.5h193q-62 -86 -91.5 -164.5t-33.5 -117.5q65 -4 95 -42t30 -114q0 -74 -35 -117t-131 -43q-160 0 -160 181z" />
<glyph unicode="&#x2019;" horiz-adv-x="584" d="M129 815q61 86 91 165t34 118q-66 4 -95.5 42t-29.5 113q0 74 35 117t131 43q160 0 160 -180q0 -123 -42 -234.5t-91 -183.5h-193z" />
<glyph unicode="&#x201a;" horiz-adv-x="584" d="M129 145q0 74 35 117t131 43q160 0 160 -180q0 -123 -42 -234.5t-91 -183.5h-193q61 86 91 165t34 118q-66 4 -95.5 42t-29.5 113z" />
<glyph unicode="&#x201c;" horiz-adv-x="1047" d="M129 967q0 123 42 234.5t91 182.5h193q-62 -86 -91.5 -164.5t-33.5 -117.5q65 -4 95 -42t30 -114q0 -74 -35 -117t-131 -43q-160 0 -160 181zM592 967q0 123 42 234.5t91 182.5h193q-62 -86 -91.5 -164.5t-33.5 -117.5q65 -4 95 -42t30 -114q0 -74 -35 -117t-131 -43 q-160 0 -160 181z" />
<glyph unicode="&#x201d;" horiz-adv-x="1047" d="M129 815q61 86 91 165t34 118q-66 4 -95.5 42t-29.5 113q0 74 35 117t131 43q160 0 160 -180q0 -123 -42 -234.5t-91 -183.5h-193zM592 815q61 86 91 165t34 118q-66 4 -95.5 42t-29.5 113q0 74 35 117t131 43q160 0 160 -180q0 -123 -42 -234.5t-92 -183.5h-192z" />
<glyph unicode="&#x201e;" horiz-adv-x="1047" d="M129 145q0 74 35 117t131 43q160 0 160 -180q0 -123 -42 -234.5t-91 -183.5h-193q61 86 91 165t34 118q-66 4 -95.5 42t-29.5 113zM592 145q0 74 35 117t131 43q160 0 160 -180q0 -123 -42 -234.5t-92 -183.5h-192q61 86 91 165t34 118q-66 4 -95.5 42t-29.5 113z" />
<glyph unicode="&#x2022;" horiz-adv-x="760" d="M92 745q0 78 38.5 145t106.5 105.5t144 38.5q115 0 201 -83t86 -206q0 -118 -84 -202t-203 -84q-76 0 -143 37.5t-106.5 104.5t-39.5 144z" />
<glyph unicode="&#x2026;" horiz-adv-x="2068" d="M188 145q0 82 36 121t126 39q92 0 128 -38t36 -122q0 -86 -39 -122.5t-125 -36.5q-94 0 -128 41t-34 118zM870 145q0 82 36 121t126 39q92 0 128 -38t36 -122q0 -86 -39 -122.5t-125 -36.5q-94 0 -128 41t-34 118zM1552 145q0 82 36 121t126 39q92 0 128 -38t36 -122 q0 -86 -39 -122.5t-125 -36.5q-94 0 -128 41t-34 118z" />
<glyph unicode="&#x202f;" horiz-adv-x="388" />
<glyph unicode="&#x2039;" horiz-adv-x="862" d="M61 524l420 471h299l-420 -471l420 -471h-299z" />
<glyph unicode="&#x203a;" horiz-adv-x="862" d="M82 53l420 471l-420 471h299l420 -471l-420 -471h-299z" />
<glyph unicode="&#x205f;" horiz-adv-x="485" />
<glyph unicode="&#x20ac;" horiz-adv-x="1280" d="M20 444l39 191h58v119h-97l43 190h76q96 469 592 469q197 0 321 -68.5t189 -179.5l-201 -161q-53 78 -90.5 107.5t-85.5 44.5t-116 15q-132 0 -206.5 -55t-107.5 -172h522l-43 -190h-505v-119h487l-39 -191h-424q35 -127 110.5 -179t205.5 -52q92 0 162 40t143 146 l209 -149q-80 -118 -149 -174t-157 -80.5t-215 -24.5q-505 0 -602 473h-119z" />
<glyph unicode="&#x2122;" horiz-adv-x="1692" d="M43 1208v176h639v-176h-219v-538h-199v538h-221zM836 670v714h215l149 -303l152 303h215v-714h-193v391l-117 -232h-110l-119 234v-393h-192z" />
<glyph unicode="&#x25fc;" horiz-adv-x="1050" d="M0 0v1050h1050v-1050h-1050z" />
<hkern u1="&#x28;" u2="j" k="-164" />
<hkern u1="&#x2a;" u2="&#xc5;" k="123" />
<hkern u1="&#x2a;" u2="&#xc4;" k="123" />
<hkern u1="&#x2a;" u2="&#xc3;" k="123" />
<hkern u1="&#x2a;" u2="&#xc2;" k="123" />
<hkern u1="&#x2a;" u2="&#xc1;" k="123" />
<hkern u1="&#x2a;" u2="&#xc0;" k="123" />
<hkern u1="&#x2a;" u2="T" k="-92" />
<hkern u1="&#x2a;" u2="J" k="174" />
<hkern u1="&#x2a;" u2="A" k="123" />
<hkern u1="A" u2="&#x3f;" k="102" />
<hkern u1="A" u2="&#x2a;" k="123" />
<hkern u1="F" u2="&#xef;" k="-61" />
<hkern u1="F" u2="&#xee;" k="-20" />
<hkern u1="K" u2="&#xef;" k="-10" />
<hkern u1="K" u2="&#xee;" k="41" />
<hkern u1="L" u2="&#xd8;" k="10" />
<hkern u1="L" u2="&#x3f;" k="102" />
<hkern u1="L" u2="&#x2a;" k="205" />
<hkern u1="T" u2="&#xef;" k="-123" />
<hkern u1="T" u2="&#xee;" k="-61" />
<hkern u1="T" u2="&#xe4;" k="123" />
<hkern u1="T" u2="&#xe3;" k="123" />
<hkern u1="T" u2="&#xe2;" k="164" />
<hkern u1="T" u2="&#x3f;" k="-82" />
<hkern u1="T" u2="&#x2a;" k="-92" />
<hkern u1="V" u2="&#xef;" k="-72" />
<hkern u1="V" u2="&#xee;" k="-10" />
<hkern u1="W" u2="&#xef;" k="-72" />
<hkern u1="W" u2="&#xee;" k="-10" />
<hkern u1="X" u2="&#xef;" k="-82" />
<hkern u1="X" u2="&#xee;" k="-41" />
<hkern u1="Y" u2="&#xef;" k="-102" />
<hkern u1="Y" u2="&#xee;" k="-20" />
<hkern u1="[" u2="j" k="-164" />
<hkern u1="f" u2="&#xef;" k="-225" />
<hkern u1="f" u2="&#xee;" k="-102" />
<hkern u1="f" u2="&#xec;" k="-82" />
<hkern u1="f" u2="&#x3f;" k="-123" />
<hkern u1="f" u2="&#x2a;" k="-143" />
<hkern u1="f" u2="&#x21;" k="-61" />
<hkern u1="j" u2="&#xff;" k="-41" />
<hkern u1="j" u2="&#xfd;" k="-41" />
<hkern u1="j" u2="y" k="-41" />
<hkern u1="&#x7b;" u2="j" k="-164" />
<hkern u1="&#xa1;" u2="&#x178;" k="102" />
<hkern u1="&#xa1;" u2="&#xdd;" k="102" />
<hkern u1="&#xa1;" u2="Y" k="102" />
<hkern u1="&#xa1;" u2="W" k="61" />
<hkern u1="&#xa1;" u2="V" k="61" />
<hkern u1="&#xbf;" u2="&#x178;" k="184" />
<hkern u1="&#xbf;" u2="&#xdd;" k="184" />
<hkern u1="&#xbf;" u2="Y" k="184" />
<hkern u1="&#xbf;" u2="W" k="123" />
<hkern u1="&#xbf;" u2="V" k="123" />
<hkern u1="&#xbf;" u2="T" k="184" />
<hkern u1="&#xc0;" u2="&#x3f;" k="102" />
<hkern u1="&#xc0;" u2="&#x2a;" k="123" />
<hkern u1="&#xc1;" u2="&#x3f;" k="102" />
<hkern u1="&#xc1;" u2="&#x2a;" k="123" />
<hkern u1="&#xc2;" u2="&#x3f;" k="102" />
<hkern u1="&#xc2;" u2="&#x2a;" k="123" />
<hkern u1="&#xc3;" u2="&#x3f;" k="102" />
<hkern u1="&#xc3;" u2="&#x2a;" k="123" />
<hkern u1="&#xc4;" u2="&#x3f;" k="102" />
<hkern u1="&#xc4;" u2="&#x2a;" k="123" />
<hkern u1="&#xc5;" u2="&#x3f;" k="102" />
<hkern u1="&#xc5;" u2="&#x2a;" k="123" />
<hkern u1="&#xdd;" u2="&#xef;" k="-102" />
<hkern u1="&#xdd;" u2="&#xee;" k="-20" />
<hkern u1="&#xde;" u2="X" k="123" />
<hkern u1="&#xde;" u2="W" k="31" />
<hkern u1="&#xde;" u2="V" k="31" />
<hkern u1="&#xde;" u2="T" k="82" />
<hkern u1="&#x178;" u2="&#xef;" k="-102" />
<hkern u1="&#x178;" u2="&#xee;" k="-20" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="T" k="164" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="V" k="82" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="W" k="61" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="Y,Yacute,Ydieresis" k="113" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="quotedbl,quotesingle" k="123" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="-41" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="colon,semicolon" k="-41" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20" />
<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="31" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="z" k="-31" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="trademark" k="164" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="quoteleft,quotedblleft" k="184" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="quoteright,quotedblright" k="164" />
<hkern g1="B" g2="J" k="61" />
<hkern g1="B" g2="T" k="41" />
<hkern g1="B" g2="V" k="41" />
<hkern g1="B" g2="W" k="41" />
<hkern g1="B" g2="Y,Yacute,Ydieresis" k="51" />
<hkern g1="C,Ccedilla" g2="J" k="20" />
<hkern g1="C,Ccedilla" g2="V" k="31" />
<hkern g1="C,Ccedilla" g2="W" k="31" />
<hkern g1="C,Ccedilla" g2="X" k="31" />
<hkern g1="C,Ccedilla" g2="Y,Yacute,Ydieresis" k="41" />
<hkern g1="F" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="102" />
<hkern g1="F" g2="J" k="246" />
<hkern g1="F" g2="X" k="41" />
<hkern g1="F" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="231" />
<hkern g1="F" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20" />
<hkern g1="F" g2="t" k="20" />
<hkern g1="F" g2="z" k="61" />
<hkern g1="F" g2="S" k="20" />
<hkern g1="F" g2="Z" k="41" />
<hkern g1="F" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="41" />
<hkern g1="F" g2="i,j,igrave,iacute,icircumflex,idieresis" k="41" />
<hkern g1="F" g2="m,n,p,r,ntilde" k="72" />
<hkern g1="F" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="61" />
<hkern g1="F" g2="s" k="82" />
<hkern g1="F" g2="u,ugrave,uacute,ucircumflex,udieresis" k="41" />
<hkern g1="F" g2="v" k="41" />
<hkern g1="F" g2="w" k="41" />
<hkern g1="F" g2="x" k="82" />
<hkern g1="F" g2="y,yacute,ydieresis" k="61" />
<hkern g1="G" g2="J" k="51" />
<hkern g1="G" g2="T" k="41" />
<hkern g1="G" g2="V" k="41" />
<hkern g1="G" g2="W" k="41" />
<hkern g1="G" g2="X" k="31" />
<hkern g1="G" g2="Y,Yacute,Ydieresis" k="61" />
<hkern g1="J" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="41" />
<hkern g1="J" g2="J" k="61" />
<hkern g1="J" g2="X" k="20" />
<hkern g1="J" g2="AE" k="61" />
<hkern g1="K" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="41" />
<hkern g1="K" g2="T" k="31" />
<hkern g1="K" g2="V" k="51" />
<hkern g1="K" g2="W" k="51" />
<hkern g1="K" g2="X" k="41" />
<hkern g1="K" g2="Y,Yacute,Ydieresis" k="82" />
<hkern g1="K" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="41" />
<hkern g1="K" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="41" />
<hkern g1="K" g2="t" k="61" />
<hkern g1="K" g2="S" k="51" />
<hkern g1="K" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="61" />
<hkern g1="K" g2="i,j,igrave,iacute,icircumflex,idieresis" k="41" />
<hkern g1="K" g2="m,n,p,r,ntilde" k="41" />
<hkern g1="K" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="41" />
<hkern g1="K" g2="s" k="61" />
<hkern g1="K" g2="u,ugrave,uacute,ucircumflex,udieresis" k="61" />
<hkern g1="K" g2="v" k="51" />
<hkern g1="K" g2="w" k="51" />
<hkern g1="K" g2="y,yacute,ydieresis" k="102" />
<hkern g1="K" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="20" />
<hkern g1="L" g2="T" k="143" />
<hkern g1="L" g2="V" k="102" />
<hkern g1="L" g2="W" k="102" />
<hkern g1="L" g2="Y,Yacute,Ydieresis" k="143" />
<hkern g1="L" g2="quotedbl,quotesingle" k="287" />
<hkern g1="L" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="-20" />
<hkern g1="L" g2="colon,semicolon" k="-41" />
<hkern g1="L" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20" />
<hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="41" />
<hkern g1="L" g2="t" k="31" />
<hkern g1="L" g2="trademark" k="287" />
<hkern g1="L" g2="quoteleft,quotedblleft" k="328" />
<hkern g1="L" g2="quoteright,quotedblright" k="328" />
<hkern g1="L" g2="S" k="10" />
<hkern g1="L" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="20" />
<hkern g1="L" g2="v" k="61" />
<hkern g1="L" g2="w" k="61" />
<hkern g1="L" g2="y,yacute,ydieresis" k="102" />
<hkern g1="L" g2="copyright,registered" k="61" />
<hkern g1="P,Thorn" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="102" />
<hkern g1="P,Thorn" g2="J" k="164" />
<hkern g1="P,Thorn" g2="T" k="20" />
<hkern g1="P,Thorn" g2="V" k="-10" />
<hkern g1="P,Thorn" g2="W" k="-10" />
<hkern g1="P,Thorn" g2="X" k="20" />
<hkern g1="P,Thorn" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="266" />
<hkern g1="P,Thorn" g2="S" k="-20" />
<hkern g1="P,Thorn" g2="Z" k="41" />
<hkern g1="P,Thorn" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20" />
<hkern g1="P,Thorn" g2="AE" k="82" />
<hkern g1="P,Thorn" g2="I,Igrave,Iacute,Icircumflex,Idieresis" k="41" />
<hkern g1="R" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="41" />
<hkern g1="R" g2="T" k="20" />
<hkern g1="R" g2="V" k="41" />
<hkern g1="R" g2="W" k="41" />
<hkern g1="R" g2="Y,Yacute,Ydieresis" k="41" />
<hkern g1="S" g2="J" k="41" />
<hkern g1="S" g2="T" k="41" />
<hkern g1="S" g2="V" k="31" />
<hkern g1="S" g2="W" k="31" />
<hkern g1="S" g2="X" k="20" />
<hkern g1="S" g2="Y,Yacute,Ydieresis" k="61" />
<hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="164" />
<hkern g1="T" g2="J" k="143" />
<hkern g1="T" g2="X" k="20" />
<hkern g1="T" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="184" />
<hkern g1="T" g2="colon,semicolon" k="82" />
<hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="51" />
<hkern g1="T" g2="t" k="20" />
<hkern g1="T" g2="z" k="156" />
<hkern g1="T" g2="trademark" k="-82" />
<hkern g1="T" g2="quoteleft,quotedblleft" k="-41" />
<hkern g1="T" g2="quoteright,quotedblright" k="-41" />
<hkern g1="T" g2="S" k="41" />
<hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="205" />
<hkern g1="T" g2="i,j,igrave,iacute,icircumflex,idieresis" k="41" />
<hkern g1="T" g2="m,n,p,r,ntilde" k="184" />
<hkern g1="T" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="205" />
<hkern g1="T" g2="s" k="205" />
<hkern g1="T" g2="u,ugrave,uacute,ucircumflex,udieresis" k="143" />
<hkern g1="T" g2="v" k="184" />
<hkern g1="T" g2="w" k="184" />
<hkern g1="T" g2="x" k="205" />
<hkern g1="T" g2="y,yacute,ydieresis" k="143" />
<hkern g1="T" g2="AE" k="184" />
<hkern g1="T" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="20" />
<hkern g1="T" g2="copyright,registered" k="102" />
<hkern g1="T" g2="hyphen,endash,emdash" k="102" />
<hkern g1="T" g2="guillemotleft,guilsinglleft" k="143" />
<hkern g1="T" g2="guillemotright,guilsinglright" k="61" />
<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="41" />
<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="J" k="51" />
<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="X" k="41" />
<hkern g1="W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="61" />
<hkern g1="W" g2="J" k="143" />
<hkern g1="W" g2="X" k="20" />
<hkern g1="W" g2="Y,Yacute,Ydieresis" k="41" />
<hkern g1="W" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="143" />
<hkern g1="W" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20" />
<hkern g1="W" g2="t" k="20" />
<hkern g1="W" g2="z" k="41" />
<hkern g1="W" g2="S" k="10" />
<hkern g1="W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="61" />
<hkern g1="W" g2="m,n,p,r,ntilde" k="61" />
<hkern g1="W" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="61" />
<hkern g1="W" g2="s" k="61" />
<hkern g1="W" g2="u,ugrave,uacute,ucircumflex,udieresis" k="61" />
<hkern g1="W" g2="x" k="31" />
<hkern g1="W" g2="y,yacute,ydieresis" k="20" />
<hkern g1="W" g2="AE" k="41" />
<hkern g1="W" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="20" />
<hkern g1="W" g2="b,h,k,l,germandbls,thorn" k="31" />
<hkern g1="X" g2="T" k="20" />
<hkern g1="X" g2="V" k="20" />
<hkern g1="X" g2="W" k="20" />
<hkern g1="X" g2="Y,Yacute,Ydieresis" k="41" />
<hkern g1="X" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="41" />
<hkern g1="X" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="41" />
<hkern g1="X" g2="S" k="20" />
<hkern g1="X" g2="m,n,p,r,ntilde" k="31" />
<hkern g1="X" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="61" />
<hkern g1="X" g2="u,ugrave,uacute,ucircumflex,udieresis" k="82" />
<hkern g1="X" g2="v" k="41" />
<hkern g1="X" g2="w" k="41" />
<hkern g1="X" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="31" />
<hkern g1="X" g2="copyright,registered" k="61" />
<hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="113" />
<hkern g1="Y,Yacute,Ydieresis" g2="J" k="184" />
<hkern g1="Y,Yacute,Ydieresis" g2="V" k="41" />
<hkern g1="Y,Yacute,Ydieresis" g2="W" k="41" />
<hkern g1="Y,Yacute,Ydieresis" g2="X" k="41" />
<hkern g1="Y,Yacute,Ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="205" />
<hkern g1="Y,Yacute,Ydieresis" g2="colon,semicolon" k="41" />
<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="t" k="31" />
<hkern g1="Y,Yacute,Ydieresis" g2="z" k="102" />
<hkern g1="Y,Yacute,Ydieresis" g2="S" k="61" />
<hkern g1="Y,Yacute,Ydieresis" g2="Z" k="20" />
<hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="123" />
<hkern g1="Y,Yacute,Ydieresis" g2="i,j,igrave,iacute,icircumflex,idieresis" k="41" />
<hkern g1="Y,Yacute,Ydieresis" g2="m,n,p,r,ntilde" k="133" />
<hkern g1="Y,Yacute,Ydieresis" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="143" />
<hkern g1="Y,Yacute,Ydieresis" g2="s" k="123" />
<hkern g1="Y,Yacute,Ydieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="102" />
<hkern g1="Y,Yacute,Ydieresis" g2="v" k="82" />
<hkern g1="Y,Yacute,Ydieresis" g2="w" k="82" />
<hkern g1="Y,Yacute,Ydieresis" g2="x" k="82" />
<hkern g1="Y,Yacute,Ydieresis" g2="AE" k="143" />
<hkern g1="Y,Yacute,Ydieresis" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="20" />
<hkern g1="Y,Yacute,Ydieresis" g2="copyright,registered" k="82" />
<hkern g1="Y,Yacute,Ydieresis" g2="guillemotleft,guilsinglleft" k="102" />
<hkern g1="Y,Yacute,Ydieresis" g2="b,h,k,l,germandbls,thorn" k="41" />
<hkern g1="Z" g2="Y,Yacute,Ydieresis" k="31" />
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="t" k="20" />
<hkern g1="b,o,p,germandbls,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="20" />
<hkern g1="b,o,p,germandbls,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="quoteleft,quotedblleft" k="61" />
<hkern g1="b,o,p,germandbls,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="quoteright,quotedblright" k="61" />
<hkern g1="b,o,p,germandbls,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="v" k="20" />
<hkern g1="b,o,p,germandbls,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="x" k="31" />
<hkern g1="b,o,p,germandbls,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="y,yacute,ydieresis" k="10" />
<hkern g1="h,m,n,ntilde" g2="v" k="10" />
<hkern g1="h,m,n,ntilde" g2="w" k="10" />
<hkern g1="f" g2="quotedbl,quotesingle" k="-123" />
<hkern g1="f" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="41" />
<hkern g1="f" g2="trademark" k="-164" />
<hkern g1="f" g2="quoteleft,quotedblleft" k="-102" />
<hkern g1="f" g2="quoteright,quotedblright" k="-123" />
<hkern g1="f" g2="parenright,bracketright,braceright" k="-164" />
<hkern g1="k" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="31" />
<hkern g1="k" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="41" />
<hkern g1="k" g2="s" k="20" />
<hkern g1="k" g2="v" k="20" />
<hkern g1="k" g2="w" k="20" />
<hkern g1="r" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="266" />
<hkern g1="r" g2="quoteleft,quotedblleft" k="-41" />
<hkern g1="r" g2="quoteright,quotedblright" k="-41" />
<hkern g1="r" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20" />
<hkern g1="r" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="41" />
<hkern g1="r" g2="s" k="20" />
<hkern g1="r" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="-20" />
<hkern g1="r" g2="guillemotright,guilsinglright" k="-41" />
<hkern g1="s" g2="t" k="20" />
<hkern g1="s" g2="v" k="41" />
<hkern g1="s" g2="w" k="41" />
<hkern g1="s" g2="x" k="20" />
<hkern g1="t" g2="z" k="-31" />
<hkern g1="t" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-20" />
<hkern g1="t" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="20" />
<hkern g1="t" g2="u,ugrave,uacute,ucircumflex,udieresis" k="10" />
<hkern g1="t" g2="v" k="10" />
<hkern g1="t" g2="w" k="10" />
<hkern g1="t" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="10" />
<hkern g1="w" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="61" />
<hkern g1="w" g2="s" k="20" />
<hkern g1="w" g2="y,yacute,ydieresis" k="10" />
<hkern g1="x" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="31" />
<hkern g1="y,yacute,ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="143" />
<hkern g1="y,yacute,ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="31" />
<hkern g1="y,yacute,ydieresis" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="41" />
<hkern g1="y,yacute,ydieresis" g2="s" k="31" />
<hkern g1="y,yacute,ydieresis" g2="v" k="20" />
<hkern g1="y,yacute,ydieresis" g2="w" k="20" />
<hkern g1="y,yacute,ydieresis" g2="x" k="31" />
<hkern g1="y,yacute,ydieresis" g2="parenright,bracketright,braceright" k="61" />
<hkern g1="z" g2="z" k="-31" />
<hkern g1="colon,semicolon" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-41" />
<hkern g1="colon,semicolon" g2="J" k="-41" />
<hkern g1="colon,semicolon" g2="T" k="82" />
<hkern g1="colon,semicolon" g2="Y,Yacute,Ydieresis" k="41" />
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-41" />
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="J" k="-41" />
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="T" k="184" />
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="V" k="143" />
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="W" k="143" />
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="Y,Yacute,Ydieresis" k="205" />
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="quoteleft,quotedblleft" k="174" />
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="quoteright,quotedblright" k="174" />
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="20" />
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="v" k="61" />
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="w" k="61" />
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="AE" k="-61" />
<hkern g1="guillemotleft,guilsinglleft" g2="T" k="61" />
<hkern g1="guillemotright,guilsinglright" g2="T" k="143" />
<hkern g1="guillemotright,guilsinglright" g2="Y,Yacute,Ydieresis" k="102" />
<hkern g1="hyphen,endash,emdash" g2="T" k="102" />
<hkern g1="parenleft,bracketleft,braceleft" g2="y,yacute,ydieresis" k="-61" />
<hkern g1="quoteleft,quotedblleft" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="184" />
<hkern g1="quoteleft,quotedblleft" g2="J" k="246" />
<hkern g1="quoteleft,quotedblleft" g2="T" k="-41" />
<hkern g1="quoteleft,quotedblleft" g2="quoteleft,quotedblleft" k="113" />
<hkern g1="quoteleft,quotedblleft" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="61" />
<hkern g1="quoteleft,quotedblleft" g2="AE" k="184" />
<hkern g1="quoteright,quotedblright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="184" />
<hkern g1="quoteright,quotedblright" g2="J" k="246" />
<hkern g1="quoteright,quotedblright" g2="T" k="-41" />
<hkern g1="quoteright,quotedblright" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="174" />
<hkern g1="quoteright,quotedblright" g2="quoteright,quotedblright" k="113" />
<hkern g1="quoteright,quotedblright" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="61" />
<hkern g1="quoteright,quotedblright" g2="AE" k="184" />
<hkern g1="quotedbl,quotesingle" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="123" />
<hkern g1="quotedbl,quotesingle" g2="J" k="225" />
<hkern g1="V" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="82" />
<hkern g1="V" g2="J" k="143" />
<hkern g1="V" g2="X" k="20" />
<hkern g1="V" g2="Y,Yacute,Ydieresis" k="41" />
<hkern g1="V" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="143" />
<hkern g1="V" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20" />
<hkern g1="V" g2="t" k="20" />
<hkern g1="V" g2="z" k="41" />
<hkern g1="V" g2="S" k="10" />
<hkern g1="V" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="61" />
<hkern g1="V" g2="m,n,p,r,ntilde" k="61" />
<hkern g1="V" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="61" />
<hkern g1="V" g2="s" k="61" />
<hkern g1="V" g2="u,ugrave,uacute,ucircumflex,udieresis" k="61" />
<hkern g1="V" g2="x" k="31" />
<hkern g1="V" g2="y,yacute,ydieresis" k="20" />
<hkern g1="V" g2="AE" k="41" />
<hkern g1="V" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="20" />
<hkern g1="V" g2="b,h,k,l,germandbls,thorn" k="31" />
<hkern g1="v" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="61" />
<hkern g1="v" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20" />
<hkern g1="v" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="20" />
<hkern g1="v" g2="s" k="20" />
<hkern g1="v" g2="y,yacute,ydieresis" k="10" />
</font>
</defs></svg>

Before

Width:  |  Height:  |  Size: 77 KiB

View File

@ -1,670 +0,0 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata></metadata>
<defs>
<font id="clear_sans_lightregular" horiz-adv-x="541" >
<font-face units-per-em="2048" ascent="1489" descent="-559" />
<missing-glyph horiz-adv-x="539" />
<glyph unicode="&#xfb01;" horiz-adv-x="1110" d="M47 938v111h164v116q0 91 15 158t49.5 111t90 65t136.5 21q60 0 114.5 -14.5t90.5 -32.5l-43 -109q-14 8 -33.5 16t-41 14t-44 9.5t-43.5 3.5q-46 0 -77 -13t-50 -42t-27 -76t-8 -115v-112h244v-111h-244v-938h-129v938h-164zM772 1305q0 45 20 65.5t70 20.5 q51 0 71.5 -20t20.5 -66q0 -51 -21.5 -69.5t-70.5 -18.5q-51 0 -70.5 23t-19.5 65zM798 0v1049h129v-1049h-129z" />
<glyph unicode="&#xfb02;" horiz-adv-x="1135" d="M47 938v111h164v116q0 91 15 158t49.5 111t90 65t136.5 21q60 0 114.5 -14.5t90.5 -32.5l-43 -109q-14 8 -33.5 16t-41 14t-44 9.5t-43.5 3.5q-46 0 -77 -13t-50 -42t-27 -76t-8 -115v-112h244v-111h-244v-938h-129v938h-164zM811 0v1489h129v-1489h-129z" />
<glyph unicode="&#xfb03;" horiz-adv-x="1729" d="M47 938v111h164v116q0 91 15 158t49.5 111t90 65t136.5 21q60 0 114.5 -14.5t90.5 -32.5l-43 -109q-14 8 -33.5 16t-41 14t-44 9.5t-43.5 3.5q-46 0 -77 -13t-50 -42t-27 -76t-8 -115v-112h244v-111h-244v-938h-129v938h-164zM665 938v111h164v116q0 91 15 158t49.5 111 t90 65t136.5 21q60 0 114.5 -14.5t90.5 -32.5l-43 -109q-14 8 -33.5 16t-41 14t-44 9.5t-43.5 3.5q-46 0 -77 -13t-50 -42t-27 -76t-8 -115v-112h244v-111h-244v-938h-129v938h-164zM1391 1305q0 45 20 65.5t70 20.5q51 0 71.5 -20t20.5 -66q0 -51 -21.5 -69.5t-70.5 -18.5 q-51 0 -70.5 23t-19.5 65zM1417 0v1049h129v-1049h-129z" />
<glyph unicode="&#xfb04;" horiz-adv-x="1753" d="M47 938v111h164v116q0 91 15 158t49.5 111t90 65t136.5 21q60 0 114.5 -14.5t90.5 -32.5l-43 -109q-14 8 -33.5 16t-41 14t-44 9.5t-43.5 3.5q-46 0 -77 -13t-50 -42t-27 -76t-8 -115v-112h244v-111h-244v-938h-129v938h-164zM665 938v111h164v116q0 91 15 158t49.5 111 t90 65t136.5 21q60 0 114.5 -14.5t90.5 -32.5l-43 -109q-14 8 -33.5 16t-41 14t-44 9.5t-43.5 3.5q-46 0 -77 -13t-50 -42t-27 -76t-8 -115v-112h244v-111h-244v-938h-129v938h-164zM1430 0v1489h129v-1489h-129z" />
<glyph horiz-adv-x="0" />
<glyph unicode="&#xd;" horiz-adv-x="539" />
<glyph horiz-adv-x="0" />
<glyph horiz-adv-x="0" />
<glyph unicode=" " horiz-adv-x="539" />
<glyph unicode="&#x09;" horiz-adv-x="539" />
<glyph unicode="&#xa0;" horiz-adv-x="539" />
<glyph unicode="!" d="M168 78q0 49 23 70.5t77 21.5q57 0 80 -22t23 -70q0 -53 -25 -72.5t-78 -19.5q-29 0 -48.5 6t-31 18t-16 29t-4.5 39zM195 1384h149l-18 -1005h-107z" />
<glyph unicode="&#x22;" horiz-adv-x="892" d="M197 1452h166l-37 -520h-94zM529 1452h166l-37 -520h-94z" />
<glyph unicode="#" horiz-adv-x="1466" d="M119 397v95h289l108 399h-280v96h305l104 397h103l-105 -397h336l106 397h103l-105 -397h265v-96h-289l-107 -399h279v-95h-307l-107 -397h-102l104 397h-336l-106 -397h-101l105 397h-262zM508 492h340l108 399h-338z" />
<glyph unicode="$" horiz-adv-x="1255" d="M199 324l106 61q16 -32 40.5 -64t59 -59t81 -46.5t106.5 -25.5v476q-100 21 -169.5 50.5t-113 69t-63 89.5t-19.5 112t21 118.5t65.5 100.5t113.5 71.5t165 31.5v104h102v-104q72 -4 129.5 -21t103 -46t80.5 -69.5t64 -91.5l-108 -59q-19 37 -43.5 68t-57 55t-74.5 38.5 t-94 18.5v-438q78 -18 148 -43t122 -65t82.5 -98t30.5 -142q0 -81 -30 -142t-81.5 -102.5t-121.5 -63.5t-150 -26v-215h-102v215q-83 4 -146 28t-110 58.5t-80 75.5t-57 80zM356 989q0 -48 20 -81t53 -56t75.5 -38t87.5 -26v414q-66 -4 -111 -21t-73 -44.5t-40 -65 t-12 -82.5zM694 190q48 3 93.5 17t81 40.5t57.5 67.5t22 99q0 88 -61 142.5t-193 86.5v-453z" />
<glyph unicode="%" horiz-adv-x="2052" d="M123 975q0 224 90.5 331t263.5 107q181 0 269 -114t88 -324q0 -218 -88.5 -328t-268.5 -110q-185 0 -269.5 107.5t-84.5 330.5zM256 975q0 -86 10.5 -149.5t35.5 -105t67.5 -61.5t107.5 -20q64 0 107 21t69 63t37.5 105t11.5 147q0 66 -8.5 126.5t-32.5 106.5t-68 73.5 t-116 27.5q-65 0 -108 -21.5t-68 -63.5t-35 -104.5t-10 -144.5zM565 -51l799 1487h125l-801 -1487h-123zM1219 408q0 224 90 331t264 107q181 0 267.5 -112.5t86.5 -325.5q0 -439 -354 -439q-94 0 -161 27.5t-110 82t-63 137t-20 192.5zM1350 408q0 -85 10.5 -148t36 -105 t68.5 -62.5t108 -20.5q63 0 105.5 20.5t69 62.5t37.5 105t11 148q0 67 -8 127t-32 106t-68 73t-115 27q-65 0 -108 -21t-68.5 -63t-36 -104.5t-10.5 -144.5z" />
<glyph unicode="&#x26;" horiz-adv-x="1430" d="M160 352q0 72 18.5 126.5t59 102.5t105.5 94.5t157 100.5q-44 51 -76.5 95.5t-54.5 85t-32.5 77.5t-10.5 74q0 152 89.5 228.5t262.5 76.5q81 0 141.5 -20.5t101 -56t60.5 -83.5t20 -102q0 -62 -21 -116.5t-60.5 -103.5t-97.5 -93.5t-132 -87.5l371 -439q42 53 79 127 t62 170l121 -30q-28 -116 -77 -210t-103 -153l184 -215h-172l-104 123q-39 -32 -82.5 -59.5t-93.5 -48t-109.5 -32.5t-130.5 -12q-117 0 -205.5 28.5t-148.5 79t-90.5 120.5t-30.5 153zM297 352q0 -65 26.5 -114.5t72.5 -84t108.5 -52t134.5 -17.5q108 0 191.5 37.5 t142.5 93.5l-395 471q-91 -54 -146 -95t-85 -78t-40 -75t-10 -86zM459 1112q0 -60 40 -123.5t115 -148.5q72 40 121 79.5t78.5 78t42 76t12.5 75.5q0 34 -12 63t-36.5 50t-61.5 33t-86 12q-69 0 -111 -19t-64.5 -48t-30 -63t-7.5 -65z" />
<glyph unicode="'" horiz-adv-x="561" d="M197 1452h165l-34 -520h-95z" />
<glyph unicode="(" horiz-adv-x="766" d="M170 561q0 144 21.5 273.5t64.5 247t108.5 226t153.5 210.5h146q-95 -94 -164.5 -204t-115.5 -232t-68.5 -253.5t-22.5 -267.5q0 -135 22 -260.5t67.5 -243.5t115.5 -230.5t166 -221.5h-146q-91 111 -156.5 220.5t-108 225t-63 241t-20.5 269.5z" />
<glyph unicode=")" horiz-adv-x="797" d="M131 -395q193 213 282 449.5t89 506.5q0 275 -90.5 517t-280.5 440h145q88 -102 154 -210.5t110 -226t65.5 -247t21.5 -273.5q0 -147 -22 -274.5t-66 -243t-109.5 -223.5t-153.5 -215h-145z" />
<glyph unicode="*" horiz-adv-x="967" d="M123 1016l285 155l-285 156l45 78l272 -158l-4 273h92l-4 -273l275 158l45 -78l-287 -156l287 -155l-45 -78l-275 160l4 -273h-92l4 273l-272 -160z" />
<glyph unicode="+" horiz-adv-x="1427" d="M178 528v111h477v481h111v-481h481v-111h-481v-477h-111v477h-477z" />
<glyph unicode="," d="M172 78q0 46 22 69t74 23q101 0 101 -115q0 -56 -10.5 -107.5t-26 -95t-34.5 -75.5t-36 -49h-76q20 22 35.5 54t26 67t15.5 71t5 66q-55 0 -75.5 22t-20.5 70z" />
<glyph unicode="-" horiz-adv-x="848" d="M113 463v127h622v-127h-622z" />
<glyph unicode="." d="M172 78q0 48 22 70t74 22q54 0 77.5 -21.5t23.5 -70.5q0 -53 -25 -72.5t-76 -19.5q-55 0 -75.5 23.5t-20.5 68.5z" />
<glyph unicode="/" horiz-adv-x="952" d="M18 -299l727 1819h123l-729 -1819h-121z" />
<glyph unicode="0" horiz-adv-x="1255" d="M137 686q0 185 29.5 320.5t89.5 223.5t152.5 130.5t218.5 42.5t218.5 -42.5t153 -130.5t90 -223t29.5 -319q0 -368 -119.5 -543.5t-371.5 -175.5q-126 0 -218.5 42.5t-152.5 131t-89.5 223.5t-29.5 320zM281 686q0 -156 21 -269t63.5 -186t107.5 -108t154 -35 q88 0 153 35t108 108.5t64 186.5t21 270t-21 269.5t-64 185t-108 107t-153 34.5q-91 0 -156.5 -35t-107.5 -108.5t-62 -186.5t-20 -268z" />
<glyph unicode="1" horiz-adv-x="1255" d="M297 1004v112q80 4 142 27t107.5 59.5t75 83.5t44.5 98h98v-1384h-133v1128q-28 -30 -66 -53.5t-82 -39t-91.5 -23.5t-94.5 -8z" />
<glyph unicode="2" horiz-adv-x="1180" d="M152 1178q18 35 49.5 76t83 76.5t124.5 59t173 23.5q85 0 162 -21t135 -67.5t92.5 -120t34.5 -178.5q0 -59 -12 -111t-34.5 -99.5t-54 -93t-71.5 -91.5q-43 -48 -92 -100.5t-111 -113.5t-141 -133.5t-181 -160.5h742v-123h-895v143q76 64 160.5 141.5t165.5 157 t152.5 155.5t119.5 138q46 62 76 130.5t30 156.5q0 67 -21.5 118t-59.5 84.5t-90.5 50.5t-113.5 17q-112 0 -187 -48.5t-122 -133.5z" />
<glyph unicode="3" horiz-adv-x="1180" d="M121 164l106 72q21 -31 52.5 -57.5t70 -46t83 -31t91.5 -11.5q87 0 151 18t106 56.5t62.5 98.5t20.5 143q0 136 -84 206t-268 70h-92v119h76q77 0 140.5 17t108.5 50t70 82t25 113q0 117 -74.5 173t-206.5 56q-111 0 -187.5 -43.5t-127.5 -124.5l-113 72q25 42 62.5 81 t90 69t122.5 48.5t161 18.5q110 0 188.5 -26t129 -71t74.5 -105.5t24 -129.5q0 -137 -70 -216.5t-204 -114.5q64 -6 118.5 -31.5t94.5 -69.5t63 -107t23 -145q0 -106 -32 -185.5t-93.5 -133t-150.5 -80.5t-204 -27q-61 0 -122.5 13t-116 38t-98.5 61t-70 81z" />
<glyph unicode="4" horiz-adv-x="1255" d="M66 346v133l743 905h111v-919h200v-119h-200v-346h-132v346h-722zM203 465h585v706z" />
<glyph unicode="5" horiz-adv-x="1180" d="M143 162l111 76q18 -29 47 -56t66 -47.5t81.5 -32.5t94.5 -12q87 0 149 26t102 71.5t59 108t19 136.5q0 80 -24.5 136.5t-67 92.5t-101 53t-126.5 17q-74 0 -138 -19t-118 -55h-72l74 727h682v-122h-571l-48 -465q22 11 50.5 20.5t58.5 16t59.5 10.5t55.5 4 q99 0 178.5 -26.5t135.5 -78t86 -128.5t30 -179q0 -108 -30.5 -194.5t-90 -146.5t-147 -92t-201.5 -32q-75 0 -139 15.5t-115.5 42t-89.5 61t-60 72.5z" />
<glyph unicode="6" horiz-adv-x="1180" d="M133 670q0 153 30 288t93.5 236t163 160t239.5 59q110 0 193.5 -34.5t153.5 -108.5l-88 -101q-28 30 -56 53.5t-59.5 39t-67.5 24t-80 8.5q-90 0 -157.5 -39t-113 -109.5t-71 -168.5t-32.5 -215q28 19 66 38.5t84 35.5t98 26t108 10q94 0 171.5 -24t132 -75.5 t84.5 -131.5t30 -192q0 -114 -30 -203t-87 -150t-140.5 -93t-191.5 -32q-128 -1 -217.5 44t-146.5 133.5t-83 219.5t-26 302zM281 653q0 -163 22 -271t64 -173t102.5 -92t138.5 -27q79 0 137 25t95.5 70.5t56 110.5t18.5 146q0 89 -22.5 149t-63 96t-98 51.5t-127.5 15.5 q-39 0 -82 -8t-85.5 -21.5t-82.5 -32t-73 -39.5z" />
<glyph unicode="7" horiz-adv-x="1255" d="M152 1262v122h929v-129l-530 -1255h-150l543 1262h-792z" />
<glyph unicode="8" horiz-adv-x="1180" d="M121 346q0 140 82.5 234.5t245.5 156.5q-65 31 -119 61.5t-92.5 68.5t-60 86.5t-21.5 115.5q0 76 26.5 139.5t80.5 109t136 70.5t193 25q213 0 323.5 -87.5t110.5 -254.5q0 -73 -26.5 -126.5t-68.5 -93t-93.5 -67.5t-100.5 -49q72 -34 132 -69t102.5 -79.5t66 -102.5 t23.5 -138q0 -94 -32 -164t-92.5 -117t-147.5 -70.5t-197 -23.5q-236 0 -353.5 96t-117.5 279zM258 344q0 -120 82.5 -190t251.5 -70q170 0 251 70t81 192q0 58 -19.5 103t-60 83t-103 72.5t-147.5 73.5q-83 -30 -146 -63t-105 -73t-63.5 -88.5t-21.5 -109.5zM293 1073 q0 -39 13 -72t47 -65t93.5 -65.5t151.5 -73.5q73 27 127.5 55t91 60t54.5 69.5t18 85.5q0 52 -17.5 95t-54 73.5t-92.5 47.5t-133 17q-78 0 -134.5 -16.5t-93 -46.5t-54 -71.5t-17.5 -92.5z" />
<glyph unicode="9" horiz-adv-x="1180" d="M123 936q0 114 30.5 202.5t88 149.5t141 93t190.5 32q129 0 219 -45t146 -132.5t81 -216t25 -294.5q0 -104 -12.5 -200.5t-39.5 -180.5t-69 -152.5t-100.5 -117.5t-135.5 -76t-173 -27q-119 0 -206 40.5t-152 111.5l88 98q27 -30 56 -54t62 -41.5t71.5 -26.5t84.5 -9 q94 0 162.5 39t114.5 109t70.5 168t31.5 217q-29 -20 -67 -40t-83.5 -36t-97 -26.5t-106.5 -10.5q-95 0 -172.5 24.5t-132.5 76.5t-85 132.5t-30 192.5zM262 942q0 -90 22.5 -150t64 -95.5t98.5 -50.5t126 -15q39 0 82.5 8t86 21.5t83 31t74.5 37.5q0 135 -16.5 240.5 t-55 177.5t-101.5 109.5t-155 37.5q-79 0 -137 -25t-96.5 -71t-57 -111t-18.5 -145z" />
<glyph unicode=":" d="M172 78q0 48 22 70t74 22q54 0 77.5 -21.5t23.5 -70.5q0 -53 -25 -72.5t-76 -19.5q-55 0 -75.5 23.5t-20.5 68.5zM172 956q0 50 22 71.5t74 21.5q54 0 77.5 -21.5t23.5 -71.5q0 -52 -25 -72t-76 -20q-55 0 -75.5 24.5t-20.5 67.5z" />
<glyph unicode=";" d="M172 78q0 46 22 69t74 23q53 0 77 -28t24 -87q0 -56 -10.5 -107.5t-26 -95t-34.5 -75.5t-36 -49h-76q20 22 35.5 54t26 67t15.5 71t5 66q-55 0 -75.5 22t-20.5 70zM172 956q0 50 22 71.5t74 21.5q54 0 77.5 -21.5t23.5 -71.5q0 -52 -25 -72t-76 -20q-55 0 -75.5 24.5 t-20.5 67.5z" />
<glyph unicode="&#x3c;" horiz-adv-x="1427" d="M180 543v88l1067 454v-120l-897 -379l897 -377v-121z" />
<glyph unicode="=" horiz-adv-x="1427" d="M178 305v111h1069v-111h-1069zM178 756v110h1069v-110h-1069z" />
<glyph unicode="&#x3e;" horiz-adv-x="1427" d="M180 88v121l897 377l-897 379v120l1067 -454v-88z" />
<glyph unicode="?" horiz-adv-x="1036" d="M86 1225q21 39 56.5 73t84 59.5t110 40.5t136.5 15q93 0 172.5 -22t138 -66.5t92 -111t33.5 -156.5q0 -85 -29 -152.5t-83 -125t-131 -109.5t-172 -105v-213h-127v271q106 54 181.5 102.5t124 97.5t71 103.5t22.5 120.5q0 56 -18.5 101t-55.5 77t-91 49.5t-126 17.5 q-59 0 -104 -11.5t-79 -31t-58 -44.5t-39 -52zM330 78q0 49 23 70.5t77 21.5q57 0 79.5 -21.5t22.5 -70.5q0 -53 -24.5 -72.5t-77.5 -19.5q-29 0 -48.5 6t-31 18t-16 29t-4.5 39z" />
<glyph unicode="@" horiz-adv-x="1927" d="M129 553q0 123 29 235t83 207.5t131 172.5t172 131.5t206.5 84t234.5 29.5q201 0 356 -57.5t260.5 -165.5t159.5 -262.5t54 -347.5q0 -105 -19 -206t-63 -180.5t-115.5 -128.5t-175.5 -49q-53 0 -92.5 9t-67 28t-44 49.5t-24.5 73.5q-74 -60 -152.5 -96.5t-156.5 -36.5 q-103 0 -172.5 41t-112 108t-61 151t-18.5 171q0 114 25 207.5t76 160t127.5 102.5t180.5 36q42 0 80.5 -10t72.5 -24.5t60.5 -31t44.5 -30.5v67h129v-739q0 -37 6.5 -61.5t20 -39.5t34.5 -21.5t50 -6.5q65 0 111.5 38t76.5 101t44 144.5t14 168.5q0 168 -43 303.5t-131 230 t-220.5 145.5t-312.5 51q-110 0 -207.5 -26t-179.5 -74t-146.5 -116t-110 -151.5t-69.5 -181.5t-24 -205q0 -178 52 -318t148 -237t231 -148t302 -51q119 0 222 11t194 32l26 -110q-45 -10 -98 -17.5t-110 -12t-117 -7t-119 -2.5q-188 0 -345 58t-269.5 168t-175 270.5 t-62.5 365.5zM672 518q0 -65 11 -128.5t39.5 -114t77.5 -82t126 -31.5q37 0 74.5 11.5t73.5 30t69.5 40.5t62.5 43v524q-24 17 -53.5 33.5t-61.5 30t-64.5 22t-61.5 8.5q-81 0 -137 -26t-90.5 -76t-50 -122t-15.5 -163z" />
<glyph unicode="A" horiz-adv-x="1264" d="M63 0l480 1384h174l483 -1384h-147l-135 399h-578l-135 -399h-142zM381 522h493l-247 731z" />
<glyph unicode="B" horiz-adv-x="1257" d="M199 0v1384h395q125 0 210 -19.5t137 -58.5t74.5 -97t22.5 -136q0 -67 -14 -118.5t-41.5 -90t-67 -65t-90.5 -43.5q65 -9 121 -33.5t97 -67t64 -103.5t23 -144q0 -107 -34 -184t-99.5 -127t-162 -73.5t-220.5 -23.5h-415zM334 123h219q102 0 182.5 11t136.5 41.5 t85.5 86.5t29.5 146q0 86 -28 137.5t-80 79.5t-124.5 36.5t-162.5 8.5h-258v-547zM334 791h221q177 0 259.5 59.5t82.5 191.5q0 63 -17 105.5t-56 68.5t-103 37t-158 11h-229v-473z" />
<glyph unicode="C" horiz-adv-x="1315" d="M145 692q0 174 34 308.5t105 226t180.5 139t260.5 47.5q97 0 173 -19t133.5 -54t100 -84t74.5 -109l-116 -74q-26 48 -58 87.5t-75.5 68.5t-100 45t-131.5 16q-118 0 -201 -39.5t-135 -116t-76 -187.5t-24 -255t24 -255t77 -187.5t137 -116t204 -39.5q84 0 145.5 20 t105.5 52t74.5 71.5t53.5 79.5l115 -71q-33 -59 -75 -109t-100 -87t-135.5 -58t-181.5 -21q-302 0 -445 181t-143 540z" />
<glyph unicode="D" horiz-adv-x="1282" d="M186 0v1384h324q163 0 282.5 -35t198.5 -116t117.5 -213.5t38.5 -327.5q0 -203 -41.5 -336.5t-122 -212.5t-199 -111t-272.5 -32h-326zM322 123h176q136 0 232 28.5t156 95.5t87.5 176.5t27.5 270.5q0 157 -26.5 265.5t-86 176t-155.5 97t-235 29.5h-176v-1139z" />
<glyph unicode="E" horiz-adv-x="1155" d="M199 0v1384h819v-122h-684v-467h588v-123h-588v-549h684v-123h-819z" />
<glyph unicode="F" horiz-adv-x="1110" d="M199 0v1384h811v-122h-676v-461h577v-123h-577v-678h-135z" />
<glyph unicode="G" horiz-adv-x="1378" d="M145 694q0 167 31 300t100 226t179 143t268 50q98 0 173 -19.5t131 -55t97 -84.5t72 -107l-115 -74q-27 53 -60.5 93.5t-77.5 68t-100 41.5t-126 14q-113 0 -194 -37.5t-133 -112.5t-76.5 -187t-24.5 -261q0 -140 23 -251t76 -188t139.5 -118t213.5 -41q42 0 81 4.5 t77 14t77.5 24t82.5 33.5v389h-369v123h504v-588q-58 -30 -109.5 -53t-104.5 -38.5t-112 -23.5t-131 -8q-164 0 -276.5 50.5t-183 144.5t-101.5 227.5t-31 300.5z" />
<glyph unicode="H" horiz-adv-x="1341" d="M199 0v1384h135v-606h674v606h135v-1384h-135v655h-674v-655h-135z" />
<glyph unicode="I" horiz-adv-x="719" d="M102 0v119h189v1147h-189v118h514v-118h-190v-1147h190v-119h-514z" />
<glyph unicode="J" horiz-adv-x="864" d="M66 18l51 119q17 -9 40.5 -17t49.5 -14.5t52.5 -10t49.5 -3.5q70 0 113.5 21.5t67.5 66t32 112.5t8 161v931h136v-989q0 -104 -18 -183.5t-59.5 -133.5t-110 -81.5t-169.5 -27.5q-31 0 -64.5 4t-65.5 10.5t-61.5 15.5t-51.5 19z" />
<glyph unicode="K" horiz-adv-x="1255" d="M199 0v1384h135v-739l661 739h170l-587 -649l612 -735h-176l-527 639l-153 -164v-475h-135z" />
<glyph unicode="L" horiz-adv-x="1038" d="M199 0v1384h135v-1261h649v-123h-784z" />
<glyph unicode="M" horiz-adv-x="1556" d="M199 0v1384h190l391 -806l389 806h189v-1384h-131v1219l-406 -828h-90l-401 828v-1219h-131z" />
<glyph unicode="N" horiz-adv-x="1374" d="M199 0v1384h196l647 -1165v1165h134v-1384h-160l-686 1235v-1235h-131z" />
<glyph unicode="O" horiz-adv-x="1364" d="M135 692q0 166 29.5 299.5t94.5 227t169 144t254 50.5t254.5 -50t169.5 -143t94 -226.5t29 -301.5q0 -167 -29 -300.5t-94 -227t-169.5 -143.5t-254.5 -50t-254 50t-169 144t-94.5 227t-29.5 300zM279 692q0 -144 21 -255t68.5 -187.5t124.5 -116t189 -39.5 q111 0 188 39.5t124 115.5t68 187.5t21 255.5t-21 255.5t-68 187.5t-124 115.5t-188 39.5q-112 0 -189 -39t-124.5 -115t-68.5 -187.5t-21 -256.5z" />
<glyph unicode="P" horiz-adv-x="1153" d="M199 0v1384h383q238 0 350 -107.5t112 -324.5q0 -126 -29 -214t-88.5 -143.5t-149.5 -80.5t-212 -25h-231v-489h-135zM334 612h209q93 0 160 15t110.5 52.5t64.5 102.5t21 166q0 90 -22.5 150.5t-65 96.5t-103.5 51.5t-139 15.5h-235v-650z" />
<glyph unicode="Q" horiz-adv-x="1364" d="M135 692q0 169 30 303t96 227t170.5 142t252.5 49q144 0 247.5 -47.5t169.5 -139.5t97 -226t31 -308q0 -156 -25 -282t-80.5 -218t-143.5 -148t-214 -71q14 -39 35.5 -70.5t53.5 -53.5t75.5 -34t101.5 -12q17 0 38.5 2t43.5 6t42.5 9t35.5 10l41 -113q-48 -18 -102.5 -26 t-102.5 -8q-87 0 -154.5 19.5t-118 56.5t-85 91t-56.5 123q-121 11 -211 59.5t-149.5 137t-89 218.5t-29.5 304zM279 692q0 -144 21 -255t68.5 -187.5t124.5 -116t189 -39.5t188.5 39.5t124 115.5t68 187.5t20.5 255.5t-21 255.5t-68 187.5t-124 115.5t-188 39.5 q-112 0 -189 -39.5t-124.5 -115.5t-68.5 -187.5t-21 -255.5z" />
<glyph unicode="R" horiz-adv-x="1212" d="M199 0v1384h393q114 0 200.5 -20t145.5 -65.5t89 -119t30 -180.5q0 -92 -19.5 -159.5t-57 -114.5t-92 -75.5t-124.5 -43.5l377 -606h-162l-354 586h-291v-586h-135zM334 707h250q94 0 157 15.5t101 49.5t54.5 88.5t16.5 132.5q0 73 -17 124.5t-55 84t-99.5 47.5 t-151.5 15h-256v-557z" />
<glyph unicode="S" horiz-adv-x="1225" d="M111 248l116 69q20 -40 52 -79.5t78 -71.5t107.5 -52t141.5 -20q73 0 136.5 15t110.5 47t74 81.5t27 118.5q0 64 -21 108.5t-64 77t-109 56.5t-156 47q-120 31 -207 60.5t-144 71t-84.5 101t-27.5 150.5q0 86 28 157t84.5 121.5t141.5 78.5t199 28q86 0 156 -17.5 t126 -50t100 -78.5t79 -104l-113 -76q-26 45 -59 82.5t-75 64.5t-94.5 41.5t-117.5 14.5q-79 0 -138 -18t-98 -51t-58 -80t-19 -105q0 -56 17.5 -93.5t58.5 -65t109 -50t169 -47.5q107 -27 192 -58t144.5 -77t91 -113.5t31.5 -169.5q0 -107 -38 -181t-103 -121t-153 -68 t-188 -21q-105 0 -184 21t-138.5 57.5t-103 87.5t-77.5 111z" />
<glyph unicode="T" horiz-adv-x="1174" d="M43 1262v122h1085v-122h-475v-1262h-135v1262h-475z" />
<glyph unicode="U" horiz-adv-x="1378" d="M193 578v806h135v-786q0 -144 17 -241t59 -156.5t111.5 -85t174.5 -25.5q106 0 175.5 25.5t110 85t57 156t16.5 237.5v790h135v-806q0 -170 -26 -286.5t-84.5 -188t-152.5 -103t-229 -31.5q-141 0 -237 32.5t-154 105t-83 188.5t-25 283z" />
<glyph unicode="V" horiz-adv-x="1214" d="M63 1384h142l401 -1241l406 1241h139l-463 -1384h-170z" />
<glyph unicode="W" horiz-adv-x="1718" d="M80 1384h137l277 -1202l278 1202h168l287 -1212l278 1212h133l-325 -1384h-176l-281 1204l-283 -1204h-170z" />
<glyph unicode="X" horiz-adv-x="1169" d="M66 0l444 694l-432 690h155l357 -585l362 585h152l-440 -686l440 -698h-156l-364 594l-371 -594h-147z" />
<glyph unicode="Y" horiz-adv-x="1126" d="M51 1384h150l362 -720l367 720h145l-444 -847v-537h-137v530z" />
<glyph unicode="Z" horiz-adv-x="1171" d="M102 0v129l779 1133h-748v122h905v-122l-784 -1139h801v-123h-953z" />
<glyph unicode="[" horiz-adv-x="825" d="M215 -395v1884h457v-107h-338v-1673h338v-104h-457z" />
<glyph unicode="\" horiz-adv-x="952" d="M82 1520h125l727 -1819h-123z" />
<glyph unicode="]" horiz-adv-x="825" d="M154 -291h335v1673h-335v107h456v-1884h-456v104z" />
<glyph unicode="^" horiz-adv-x="1214" d="M154 594l389 790h129l389 -790h-121l-332 676l-334 -676h-120z" />
<glyph unicode="_" horiz-adv-x="1024" d="M-10 -164h1044v-92h-1044v92z" />
<glyph unicode="`" horiz-adv-x="1106" d="M326 1569h176l186 -361h-104z" />
<glyph unicode="a" horiz-adv-x="1079" d="M121 295q0 82 24 143t75 103.5t130.5 67.5t190.5 36l235 23v53q0 66 -15 112.5t-47.5 76.5t-83 43.5t-120.5 13.5q-59 0 -102.5 -10.5t-75 -28t-52.5 -40.5t-36 -48l-103 63q22 36 52.5 68t75 56t104 38t139.5 14q106 0 180.5 -20t122 -63.5t69 -113t21.5 -169.5v-713 h-129v152q-45 -39 -87 -72.5t-85.5 -58t-90 -38.5t-99.5 -14q-74 0 -129 22.5t-91.5 65t-54.5 103t-18 135.5zM254 299q0 -114 46 -165.5t144 -51.5q37 0 72.5 11t74.5 33.5t84 58t101 83.5v293l-188 -18q-90 -9 -153.5 -25.5t-103.5 -45t-58.5 -71t-18.5 -102.5z" />
<glyph unicode="b" horiz-adv-x="1151" d="M182 0v1489h129v-555q31 31 67.5 58t77 46t84.5 30t89 11q107 0 182 -42.5t122 -116.5t68 -173.5t21 -214.5q0 -123 -24 -226.5t-74 -178.5t-126.5 -116.5t-181.5 -41.5q-78 0 -157.5 36t-147.5 99v-104h-129zM311 225q69 -65 145.5 -104t147.5 -39q62 0 114.5 26 t90.5 80.5t59 138.5t21 201q0 101 -16 182t-50 137.5t-87 87t-128 30.5q-78 0 -153.5 -43t-143.5 -111v-586z" />
<glyph unicode="c" horiz-adv-x="1016" d="M129 520q0 128 24.5 231.5t77 176t135 112t199.5 39.5q124 0 207.5 -49t140.5 -151l-106 -64q-21 39 -45 67.5t-53.5 47t-65.5 28t-82 9.5q-157 0 -228 -114t-71 -337q0 -98 15.5 -178t51 -137.5t94 -89t144.5 -31.5q49 0 86.5 10.5t67.5 30.5t54 48.5t46 63.5l105 -65 q-25 -47 -58 -84t-77 -62.5t-99.5 -39t-124.5 -13.5q-123 0 -206.5 42t-135 115.5t-74 174.5t-22.5 219z" />
<glyph unicode="d" horiz-adv-x="1151" d="M129 516q0 109 23.5 210.5t73 180t126 125.5t183.5 47q90 0 163 -33.5t142 -87.5v531h129v-1489h-129v115q-32 -31 -69.5 -57.5t-78.5 -46t-85 -31t-89 -11.5q-98 0 -171 37t-121.5 107.5t-72.5 172t-24 230.5zM262 520q0 -99 15 -180t47.5 -138t83.5 -88.5t124 -31.5 q43 0 84.5 12.5t80.5 34t75 49.5t68 60v600q-75 60 -148 93.5t-145 33.5q-65 0 -118 -30.5t-90 -87.5t-57 -139.5t-20 -187.5z" />
<glyph unicode="e" horiz-adv-x="1051" d="M129 516q0 133 23 237.5t73.5 177t131 110.5t196.5 38q102 0 175 -32t119.5 -92.5t68.5 -148t22 -198.5v-84h-676q0 -115 14.5 -199t49 -138.5t91.5 -80.5t142 -26q42 0 77 7.5t65.5 25t58.5 45t55 67.5l103 -67q-28 -45 -61.5 -80t-77 -59t-99 -37t-127.5 -13 q-104 0 -183 30t-132.5 95.5t-81 169.5t-27.5 252zM264 629h547q-3 177 -66 259.5t-196 82.5q-69 0 -119.5 -20t-85 -62t-54 -106.5t-26.5 -153.5z" />
<glyph unicode="f" horiz-adv-x="618" d="M47 938v111h164v116q0 91 15 158t49.5 111t90 65t136.5 21q60 0 114.5 -14.5t90.5 -32.5l-43 -109q-14 8 -33.5 16t-41 14t-44 9.5t-43.5 3.5q-46 0 -77 -13t-50 -42t-27 -76t-8 -115v-112h244v-111h-244v-938h-129v938h-164z" />
<glyph unicode="g" horiz-adv-x="1151" d="M129 535q0 114 24 213t74.5 172.5t128 116t185.5 42.5q83 0 158 -32.5t141 -88.5v91h129v-1026q0 -111 -24 -190.5t-73.5 -130t-125.5 -74t-181 -23.5q-127 0 -220 29.5t-148 72.5l55 100q51 -42 128 -68t185 -26q75 0 127 17t85 53.5t48 94t15 138.5v127 q-30 -29 -66.5 -55t-78 -45.5t-86.5 -31t-93 -11.5q-101 0 -174 36t-120 104.5t-70 168t-23 226.5zM262 539q0 -79 9 -155.5t38 -136.5t83 -97t143 -37q46 0 88.5 13.5t81 35.5t72.5 49.5t63 54.5v574q-73 57 -143.5 91t-145.5 34q-76 0 -130.5 -31t-90 -87.5t-52 -135 t-16.5 -172.5z" />
<glyph unicode="h" horiz-adv-x="1137" d="M182 0v1489h129v-606q44 41 89 77t91.5 62.5t93.5 41.5t95 15q84 0 139 -25t87 -73.5t44.5 -119t12.5 -161.5v-700h-129v651q0 89 -8 148t-28 94t-54.5 49t-86.5 14q-69 0 -160 -51.5t-186 -142.5v-762h-129z" />
<glyph unicode="i" horiz-adv-x="494" d="M156 1305q0 45 20 65.5t70 20.5q51 0 71.5 -20t20.5 -66q0 -51 -21.5 -69.5t-70.5 -18.5q-51 0 -70.5 23t-19.5 65zM182 0v1049h129v-1049h-129z" />
<glyph unicode="j" horiz-adv-x="508" d="M-141 -365l32 107q36 -14 73 -21.5t79 -7.5q43 0 72 14t46 44t24.5 76.5t7.5 111.5v1090h129v-1104q0 -86 -13.5 -149.5t-46 -106t-87.5 -63.5t-138 -21q-40 0 -86 7.5t-92 22.5zM166 1305q0 45 21.5 65.5t70.5 20.5q51 0 71.5 -20t20.5 -66q0 -51 -22 -69.5t-70 -18.5 q-53 0 -72.5 23t-19.5 65z" />
<glyph unicode="k" horiz-adv-x="1022" d="M182 0v1489h129v-973l469 533h160l-426 -471l449 -578h-162l-371 489l-119 -131v-358h-129z" />
<glyph unicode="l" horiz-adv-x="518" d="M195 0v1489h129v-1489h-129z" />
<glyph unicode="m" horiz-adv-x="1673" d="M182 0v1049h129v-166q39 42 80 78t82.5 62t84.5 41t87 15q106 0 167.5 -50.5t80.5 -160.5q44 48 85 87t83.5 66.5t87.5 42.5t96 15q80 0 129.5 -28t77.5 -78.5t37.5 -120t9.5 -152.5v-700h-129v645q0 94 -6 154.5t-23 95.5t-46.5 48t-75.5 13q-40 0 -77.5 -14 t-75.5 -39.5t-77.5 -61t-83.5 -79.5v-762h-129v651q0 93 -7 152.5t-24 93t-47.5 46.5t-76.5 13q-38 0 -77 -16t-78 -43t-78 -62t-77 -73v-762h-129z" />
<glyph unicode="n" horiz-adv-x="1137" d="M182 0v1049h129v-166q45 43 90.5 79t92 62t93.5 40.5t95 14.5q84 0 138 -25t86 -73.5t44.5 -119t12.5 -161.5v-700h-129v651q0 88 -8 147t-28 94t-54.5 49.5t-86.5 14.5q-69 0 -160 -51.5t-186 -142.5v-762h-129z" />
<glyph unicode="o" horiz-adv-x="1141" d="M129 522q0 122 24 224.5t77 176.5t137 115t204 41q117 0 200.5 -39.5t137 -112.5t78.5 -175.5t25 -229.5q0 -125 -24 -226.5t-77 -174.5t-137 -112.5t-203 -39.5t-203 39.5t-137 112.5t-77.5 174.5t-24.5 226.5zM262 522q0 -104 16.5 -186t53 -139t95.5 -87t144 -30 q83 0 141.5 29.5t95 86.5t53 139t16.5 187q0 106 -16 189t-52 140t-94.5 86.5t-143.5 29.5q-86 0 -145 -30.5t-95.5 -88t-52.5 -140t-16 -186.5z" />
<glyph unicode="p" horiz-adv-x="1151" d="M182 -395v1444h129v-115q31 31 67.5 58t77 46t84.5 30t89 11q106 0 180.5 -42.5t121.5 -116.5t69 -173.5t22 -214.5q0 -123 -25 -226.5t-76 -178.5t-128.5 -116.5t-182.5 -41.5q-77 0 -153.5 34.5t-145.5 100.5v-499h-129zM311 225q69 -65 143.5 -104t145.5 -39 q62 0 115 26t91.5 80.5t60.5 138.5t22 201q0 101 -16.5 182t-51 137.5t-87.5 87t-126 30.5q-80 0 -154.5 -42.5t-142.5 -111.5v-586z" />
<glyph unicode="q" horiz-adv-x="1151" d="M129 516q0 109 22.5 210.5t71 180t124.5 125.5t183 47q90 0 166 -35t144 -86v91h129v-1444h-129v510q-32 -31 -69.5 -57.5t-78.5 -46t-85 -31t-89 -11.5q-100 0 -173 37t-121 107.5t-71.5 172t-23.5 230.5zM262 520q0 -98 14.5 -179t46.5 -138.5t83.5 -89t125.5 -31.5 q43 0 84 12.5t80 33.5t75 49.5t69 60.5v600q-75 60 -150 93.5t-147 33.5q-65 0 -117 -30.5t-88.5 -87.5t-56 -139.5t-19.5 -187.5z" />
<glyph unicode="r" horiz-adv-x="797" d="M182 0v1049h129v-181q45 45 85.5 81.5t81 62t82 39.5t87.5 14q29 0 53 -5t45 -16l-28 -122q-35 14 -76 14q-48 0 -87.5 -12t-77.5 -36t-77.5 -59.5t-87.5 -83.5v-745h-129z" />
<glyph unicode="s" horiz-adv-x="973" d="M117 154l104 65q35 -63 98.5 -101t163.5 -38q52 0 97 8.5t78 29.5t52 56.5t19 89.5q0 42 -12 72.5t-42.5 54t-82.5 42.5t-133 40q-84 22 -144.5 47t-100 60.5t-58.5 85t-19 120.5q0 58 21.5 111.5t66 93.5t111.5 64t158 24q69 0 123.5 -15t96.5 -40.5t72 -59.5t50 -71 l-105 -62q-15 28 -36.5 53t-50 43.5t-65.5 29t-85 10.5q-107 0 -168.5 -47t-61.5 -132q0 -41 11 -70t37 -50.5t70.5 -38.5t111.5 -35q101 -27 170.5 -55t112 -65t61 -86.5t18.5 -119.5q0 -74 -25.5 -130t-74 -93.5t-118 -56.5t-157.5 -19q-81 0 -142 17.5t-105.5 44.5 t-73 59.5t-43.5 63.5z" />
<glyph unicode="t" horiz-adv-x="723" d="M55 938v111h158v292h129v-292h276v-111h-276v-606q0 -73 7 -122t24.5 -78t47.5 -41.5t77 -12.5q35 0 76.5 8.5t70.5 19.5l33 -104q-40 -14 -89 -23.5t-100 -9.5q-78 0 -131 19.5t-85 61.5t-46 108t-14 159v621h-158z" />
<glyph unicode="u" horiz-adv-x="1137" d="M174 348v701h129v-654q0 -88 7.5 -146.5t27 -94t53.5 -50t86 -14.5q71 0 161 52t187 145v762h129v-1049h-129v166q-44 -42 -89.5 -78.5t-92 -62.5t-93 -41t-93.5 -15q-85 0 -139.5 25t-86.5 73.5t-44.5 119t-12.5 161.5z" />
<glyph unicode="v" horiz-adv-x="991" d="M57 1049h138l303 -891l301 891h133l-369 -1049h-137z" />
<glyph unicode="w" horiz-adv-x="1430" d="M82 1049h133l186 -861l258 861h117l262 -861l181 861h129l-244 -1049h-125l-264 870l-264 -870h-125z" />
<glyph unicode="x" horiz-adv-x="965" d="M59 0l351 522l-344 527h151l270 -431l273 431h143l-344 -519l344 -530h-155l-269 432l-276 -432h-144z" />
<glyph unicode="y" horiz-adv-x="1018" d="M4 -365l37 109q25 -14 61 -21.5t70 -7.5q75 0 129 59.5t98 176.5l41 104l-383 994h140l311 -832l315 832h138l-453 -1147q-32 -81 -67.5 -138t-76.5 -92t-89 -51t-105 -16q-21 0 -44.5 2t-46 6t-42 9.5t-33.5 12.5z" />
<glyph unicode="z" horiz-adv-x="936" d="M94 0v98l576 840h-564v111h719v-97l-577 -841h594v-111h-748z" />
<glyph unicode="{" horiz-adv-x="975" d="M102 508v110h19q85 0 144 22.5t95.5 68t53 113.5t16.5 159v170q0 87 27.5 155.5t78 116t121.5 72.5t158 25h59v-105h-47q-137 0 -206.5 -71t-69.5 -211v-175q0 -173 -70.5 -267.5t-199.5 -129.5q129 -32 199.5 -127t70.5 -268v-176q0 -142 64.5 -212.5t211.5 -70.5h47 v-102h-59q-91 0 -162.5 23.5t-121 70t-75.5 115.5t-26 159v170q0 88 -16 156.5t-52 114.5t-95 70t-146 24h-19z" />
<glyph unicode="|" horiz-adv-x="850" d="M367 -395v1915h116v-1915h-116z" />
<glyph unicode="}" horiz-adv-x="975" d="M100 -293h45q148 0 213.5 70.5t65.5 212.5v176q0 173 69.5 268t200.5 127q-129 35 -199.5 129.5t-70.5 267.5v175q0 140 -69.5 211t-209.5 71h-45v105h60q90 0 161 -25.5t120.5 -73.5t75.5 -116.5t26 -153.5v-170q0 -91 16.5 -159t53 -113.5t96 -68t145.5 -22.5h18v-110 h-18q-87 0 -146.5 -24t-96 -70t-52.5 -114.5t-16 -156.5v-170q0 -90 -26 -159t-75 -115.5t-120.5 -70t-161.5 -23.5h-60v102z" />
<glyph unicode="~" horiz-adv-x="1427" d="M164 631v125q85 68 159 98.5t136 30.5q61 0 127.5 -24.5t134 -54.5t132.5 -54.5t122 -24.5q39 0 75.5 11t72 29.5t70.5 44.5t71 56v-129q-29 -22 -60.5 -44t-67 -39.5t-75 -28.5t-84.5 -11q-40 0 -84.5 11.5t-91 29.5t-93.5 38t-91.5 38t-84.5 29.5t-73 11.5 q-41 0 -78.5 -11t-73.5 -30.5t-71 -45.5t-72 -56z" />
<glyph unicode="&#xa1;" d="M168 987q0 51 25.5 71.5t76.5 20.5q30 0 49.5 -6.5t31 -18.5t16 -29t4.5 -38q0 -49 -22.5 -70.5t-78.5 -21.5q-55 0 -78.5 21.5t-23.5 70.5zM195 -395l20 1093h107l22 -1093h-149z" />
<glyph unicode="&#xa2;" horiz-adv-x="1016" d="M129 520q0 128 24.5 231.5t77 176t135 112t199.5 39.5q33 0 68 -6l45 215h98l-51 -237q60 -22 106.5 -64.5t81.5 -107.5l-106 -64q-23 42 -49 71t-58 48l-180 -852q11 0 23 -1t24 -1q49 0 86.5 10.5t67.5 30.5t54 48.5t46 63.5l105 -65q-25 -47 -58 -84t-77 -62.5 t-99.5 -39t-124.5 -13.5q-18 0 -36 1t-35 3l-50 -233h-96l53 254q-76 24 -128 73.5t-84.5 118t-47 153.5t-14.5 181zM262 516q0 -152 37.5 -257t128.5 -150l180 854q-12 3 -24.5 3.5t-24.5 0.5q-155 0 -226 -114t-71 -337z" />
<glyph unicode="&#xa3;" horiz-adv-x="1255" d="M119 0v117q54 11 91 55.5t60.5 109.5t34 144.5t10.5 161.5h-172v104h168q-2 32 -12.5 68.5t-22 79t-21 92t-9.5 106.5q0 94 35 164t96.5 117t143.5 70.5t177 23.5q63 0 121.5 -11.5t111 -36.5t97.5 -65t82 -98l-111 -72q-47 74 -122.5 121t-178.5 47q-77 0 -135.5 -19.5 t-98 -55.5t-59.5 -86t-20 -111q0 -46 8.5 -91t20 -87t22 -81.5t13.5 -74.5h378v-104h-374q0 -164 -40.5 -286t-127.5 -185h850v-117h-1016z" />
<glyph unicode="&#xa4;" horiz-adv-x="1255" d="M137 1004l72 71l188 -188q51 40 109.5 60t120.5 20t120 -19t109 -59l188 186l72 -71l-186 -189q40 -51 59 -109t19 -120t-21 -119.5t-59 -108.5l186 -190l-70 -70l-190 187q-53 -41 -109 -58.5t-118 -17.5t-119.5 19.5t-108.5 56.5l-188 -187l-72 70l189 190 q-39 50 -58.5 108t-19.5 120t18.5 120.5t57.5 106.5zM362 586q0 -56 20.5 -104.5t56 -85.5t84 -58t104.5 -21q57 0 106 21t85.5 58t57.5 85.5t21 104.5q0 55 -20.5 104.5t-56.5 86.5t-85.5 59t-107.5 22q-57 0 -105.5 -21.5t-84 -58.5t-55.5 -86.5t-20 -105.5z" />
<glyph unicode="&#xa5;" horiz-adv-x="1255" d="M76 1384h151l404 -667l401 667h148l-412 -667h352v-99h-407l-19 -28v-135h426v-97h-426v-358h-135v358h-422v97h422v131l-20 32h-402v99h348z" />
<glyph unicode="&#xa6;" horiz-adv-x="850" d="M367 221h116v-616h-116v616zM367 903v617h116v-617h-116z" />
<glyph unicode="&#xa7;" horiz-adv-x="1067" d="M117 545q0 52 19 97t53.5 85t82 75.5t103.5 69.5q-51 34 -86.5 65t-58.5 62.5t-33.5 64.5t-10.5 71q0 60 23 111t69 88t116 58t165 21q67 0 122.5 -10t100.5 -29t80.5 -45.5t63.5 -60.5l-99 -76q-17 22 -42 42t-58 35.5t-74 24.5t-90 9q-118 0 -179.5 -39.5t-61.5 -124.5 q0 -31 11 -57t43.5 -55.5t90.5 -67t151 -91.5q82 -47 144 -89t104 -85.5t63 -91t21 -104.5q0 -49 -14 -90t-44.5 -79t-79.5 -75.5t-118 -79.5q55 -36 92.5 -68.5t60.5 -64t32.5 -63.5t9.5 -66q0 -71 -27 -123t-76.5 -87t-119 -52t-154.5 -17q-127 0 -220.5 39t-144.5 105 l97 76q32 -35 66.5 -56.5t69 -33.5t67 -16.5t61.5 -4.5q67 0 113.5 11t76 32t43 52t13.5 71q0 32 -13 59t-46.5 56.5t-92 66t-149.5 88.5q-75 42 -137 84t-106.5 86.5t-68.5 92.5t-24 104zM246 551q0 -40 21.5 -75.5t65 -72t109 -77t154.5 -90.5q62 38 104.5 69t69 60 t38 58.5t11.5 65.5q0 41 -18 75.5t-58.5 71.5t-106.5 79t-163 98q-47 -29 -88.5 -59t-72 -61.5t-48.5 -66.5t-18 -75z" />
<glyph unicode="&#xa8;" horiz-adv-x="1106" d="M281 1300q0 45 18.5 67t69.5 22q53 0 71.5 -21.5t18.5 -67.5q0 -48 -19.5 -69t-70.5 -21q-27 0 -44 6.5t-27 18.5t-13.5 28.5t-3.5 36.5zM651 1300q0 45 18.5 67t69.5 22q54 0 72 -21t18 -68q0 -48 -19.5 -69t-70.5 -21q-53 0 -70.5 25t-17.5 65z" />
<glyph unicode="&#xa9;" horiz-adv-x="1882" d="M135 610q0 115 29 219.5t81 193.5t126 161t163 123t192 78.5t214 27.5q116 0 220.5 -28.5t193.5 -81t161 -126t122.5 -162.5t78 -191.5t27.5 -213.5q0 -116 -28.5 -220.5t-81 -194.5t-125.5 -162.5t-162.5 -123.5t-192 -78.5t-213.5 -27.5q-115 0 -219.5 29t-194 81.5 t-162 126t-123.5 163t-78.5 192.5t-27.5 215zM242 610q0 -98 24.5 -188t70 -168.5t109 -143t141 -110.5t167 -71t186.5 -25t186.5 25.5t167 71.5t141 110.5t109 143t70 168.5t24.5 187q0 145 -54.5 273t-149 223.5t-221.5 151t-273 55.5q-97 0 -186.5 -25t-167 -70.5 t-141 -109.5t-109 -142t-70 -168t-24.5 -188zM584 612q0 214 92 329.5t280 115.5q61 0 110.5 -15t88 -39.5t65.5 -57t44 -66.5l-95 -58q-13 26 -31 51t-43.5 44t-60 30.5t-80.5 11.5q-70 0 -118.5 -22.5t-79 -66.5t-44.5 -108.5t-14 -148.5q0 -86 14 -150.5t44.5 -107.5 t79 -64.5t116.5 -21.5q45 0 81 11.5t64 32t49 47.5t36 59l94 -53q-18 -38 -45.5 -73t-66 -62t-90 -43.5t-118.5 -16.5q-188 0 -280 109t-92 333z" />
<glyph unicode="&#xaa;" horiz-adv-x="754" d="M92 905q0 66 21.5 109t57 69t81.5 38.5t94 17.5l178 12v31q0 76 -40 107.5t-132 31.5q-36 0 -63.5 -7.5t-48 -19.5t-35 -27.5t-23.5 -31.5l-84 51q16 26 38.5 49t53.5 40.5t71.5 27.5t92.5 10q73 0 125 -12.5t85.5 -41t49 -75t15.5 -113.5v-460h-105v88 q-25 -21 -51.5 -40.5t-55 -34t-59 -23.5t-63.5 -9q-52 0 -90.5 15.5t-63.5 44t-37 67.5t-12 86zM201 907q0 -62 25 -92.5t91 -30.5q28 0 55.5 11t53.5 28t51 36.5t47 37.5v168l-139 -12q-91 -7 -137.5 -39.5t-46.5 -106.5z" />
<glyph unicode="&#xab;" horiz-adv-x="1118" d="M76 524l381 471h145l-381 -471l381 -471h-145zM524 524l379 471h146l-379 -471l379 -471h-146z" />
<glyph unicode="&#xac;" horiz-adv-x="1427" d="M178 815v111h1069v-566h-108v455h-961z" />
<glyph unicode="&#xad;" horiz-adv-x="848" d="M113 463v127h622v-127h-622z" />
<glyph unicode="&#xae;" horiz-adv-x="1882" d="M135 610q0 115 29 219.5t81 193.5t126 161t163 123t192 78.5t214 27.5q116 0 220.5 -28.5t193.5 -81t161 -126t122.5 -162.5t78 -191.5t27.5 -213.5q0 -116 -28.5 -220.5t-81 -194.5t-125.5 -162.5t-162.5 -123.5t-192 -78.5t-213.5 -27.5q-115 0 -219.5 29t-194 81.5 t-162 126t-123.5 163t-78.5 192.5t-27.5 215zM242 610q0 -98 24.5 -188t70 -168.5t109 -143t141 -110.5t167 -71t186.5 -25t186.5 25.5t167 71.5t141 110.5t109 143t70 168.5t24.5 187q0 145 -54.5 273t-149 223.5t-221.5 151t-273 55.5q-97 0 -186.5 -25t-167 -70.5 t-141 -109.5t-109 -142t-70 -168t-24.5 -188zM668 201v850h264q74 0 130 -13t93.5 -42t56.5 -75t19 -112q0 -57 -13.5 -99t-37.5 -71.5t-58 -48t-75 -27.5l231 -362h-131l-219 350h-150v-350h-110zM778 647h156q49 0 83.5 8.5t56 27t31 49t9.5 75.5q0 81 -44 114t-142 33 h-150v-307z" />
<glyph unicode="&#xaf;" horiz-adv-x="1106" d="M262 1255v111h580v-111h-580z" />
<glyph unicode="&#xb0;" horiz-adv-x="862" d="M166 1241q0 54 21 102t57 83.5t84 56t102 20.5q56 0 104.5 -21t84.5 -56.5t56.5 -83t20.5 -101.5q0 -56 -21.5 -105t-57.5 -85t-84 -57t-101 -21q-54 0 -102.5 21t-85 57t-57.5 85t-21 105zM264 1241q0 -35 13 -66t35.5 -54t53.5 -36.5t66 -13.5t65.5 13.5t53 36t35 53 t12.5 65.5q0 34 -12.5 64.5t-35 53t-53 35.5t-65.5 13q-36 0 -67 -13.5t-53.5 -36t-35 -52.5t-12.5 -62z" />
<glyph unicode="&#xb1;" horiz-adv-x="1427" d="M178 0v111h1069v-111h-1069zM178 799v110h477v477h111v-477h481v-110h-481v-482h-111v482h-477z" />
<glyph unicode="&#xb2;" horiz-adv-x="883" d="M121 1360q17 28 42 57t62.5 52.5t88.5 38t120 14.5q66 0 122 -13.5t97.5 -42t64.5 -73.5t23 -109q0 -46 -12 -85t-30.5 -71t-41 -57t-43.5 -43q-71 -60 -151 -122.5t-180 -133.5h491v-102h-649v106q42 31 88 66.5t90.5 70.5t84 68t67.5 59q47 37 77.5 67t48 57.5 t24.5 55.5t7 62q0 66 -44 101.5t-138 35.5q-78 0 -127.5 -32.5t-83.5 -88.5z" />
<glyph unicode="&#xb3;" horiz-adv-x="883" d="M102 782l97 62q35 -47 90.5 -74t113.5 -27q106 0 156.5 43.5t50.5 124.5q0 75 -46.5 112.5t-155.5 37.5h-93v100h80q105 0 154 38t49 97q0 57 -43.5 91t-134.5 34q-72 0 -123 -25t-92 -83l-96 57q19 31 47 58.5t66.5 48.5t88.5 33t113 12q80 0 137.5 -17t94 -46t54 -68.5 t17.5 -85.5q0 -65 -38 -114.5t-114 -72.5q75 -21 119.5 -75t44.5 -136q0 -129 -87.5 -196.5t-243.5 -67.5q-43 0 -87.5 8.5t-85 25.5t-75 43.5t-58.5 61.5z" />
<glyph unicode="&#xb4;" horiz-adv-x="1106" d="M455 1208l186 361h178l-260 -361h-104z" />
<glyph unicode="&#xb5;" horiz-adv-x="1141" d="M166 -395v1444h131v-832q51 -59 117.5 -92t146.5 -33q76 0 146 42t129 120v795h131v-1049h-121l-10 123q-28 -35 -57.5 -63t-63.5 -48.5t-72.5 -31.5t-83.5 -11q-40 0 -74.5 5t-66 16.5t-61 30t-60.5 45.5v-461h-131z" />
<glyph unicode="&#xb6;" horiz-adv-x="1225" d="M68 1079q0 94 35 169.5t97 129t146.5 82.5t183.5 29h623v-107h-195v-1777h-122v1777h-211v-1777h-123v1059q-75 0 -152 23t-139.5 72.5t-102.5 128.5t-40 191z" />
<glyph unicode="&#xb7;" d="M172 745q0 50 22 71.5t74 21.5q54 0 77.5 -21.5t23.5 -71.5q0 -52 -25 -72t-76 -20q-55 0 -75.5 24.5t-20.5 67.5z" />
<glyph unicode="&#xb8;" horiz-adv-x="1106" d="M266 -348l39 80q18 -7 40.5 -13.5t47.5 -12t51 -8.5t52 -3q68 0 102.5 25t34.5 71q0 29 -14 50t-39 35.5t-59.5 22t-76.5 9.5l56 106h86l-25 -49q90 -18 133 -63.5t43 -114.5q0 -45 -18.5 -79.5t-51.5 -57t-77.5 -34t-95.5 -11.5q-32 0 -66 4.5t-65.5 11t-57 15 t-39.5 16.5z" />
<glyph unicode="&#xb9;" horiz-adv-x="883" d="M182 1249v88q61 2 106.5 15t78.5 35.5t53.5 52.5t30.5 67h92v-837h-119v649q-42 -34 -104.5 -52t-137.5 -18z" />
<glyph unicode="&#xba;" horiz-adv-x="817" d="M106 1051q0 78 16 144.5t52 115t94 75.5t142 27q82 0 139 -28t92.5 -76.5t51.5 -115t16 -142.5q0 -77 -16 -142.5t-51.5 -113.5t-92.5 -75.5t-139 -27.5q-83 0 -141 27.5t-94 75.5t-52.5 113.5t-16.5 142.5zM217 1051q0 -54 7 -102.5t27.5 -85t58 -58t98.5 -21.5 q60 0 97.5 21.5t58.5 58t28.5 85t7.5 102.5t-7.5 102.5t-28.5 86t-58.5 59.5t-97.5 22q-62 0 -99.5 -22t-57.5 -59.5t-27 -86t-7 -102.5z" />
<glyph unicode="&#xbb;" horiz-adv-x="1118" d="M70 53l379 471l-379 471h145l379 -471l-379 -471h-145zM516 53l381 471l-381 471h146l380 -471l-380 -471h-146z" />
<glyph unicode="&#xbc;" horiz-adv-x="1870" d="M171 1133v88q61 2 106.5 15t78.5 35.5t53.5 52.5t30.5 67h92v-837h-119v649q-42 -34 -104.5 -52t-137.5 -18zM457 -51l801 1487h122l-804 -1487h-119zM1028 185v96l495 549h95v-547h133v-98h-133v-190h-119v190h-471zM1165 283h334v371z" />
<glyph unicode="&#xbd;" horiz-adv-x="1870" d="M97 1133v88q61 2 106.5 15t78.5 35.5t53.5 52.5t30.5 67h92v-837h-119v649q-42 -34 -104.5 -52t-137.5 -18zM373 -51l801 1487h122l-804 -1487h-119zM1094 683q17 28 42 57t62.5 52.5t88.5 38t120 14.5q66 0 122 -13.5t97.5 -42t64.5 -73.5t23 -109q0 -46 -12 -85 t-30.5 -71t-41 -57t-43.5 -43q-71 -60 -151 -122.5t-180 -133.5h491v-102h-649v106q42 31 88 66.5t90.5 70.5t84 68t67.5 59q47 37 77.5 67t48 57.5t24.5 55.5t7 62q0 66 -44 101.5t-138 35.5q-78 0 -127.5 -32.5t-83.5 -88.5z" />
<glyph unicode="&#xbe;" horiz-adv-x="1870" d="M133 666l97 62q35 -47 90.5 -74t113.5 -27q106 0 156.5 43.5t50.5 124.5q0 75 -46.5 112.5t-155.5 37.5h-93v100h80q105 0 154 38t49 97q0 57 -43.5 91t-134.5 34q-72 0 -123 -25t-92 -83l-96 57q19 31 47 58.5t66.5 48.5t88.5 33t113 12q80 0 137.5 -17t94 -46t54 -68.5 t17.5 -85.5q0 -65 -38 -114.5t-114 -72.5q75 -21 119.5 -75t44.5 -136q0 -129 -87.5 -196.5t-243.5 -67.5q-43 0 -87.5 8.5t-85 25.5t-75 43.5t-58.5 61.5zM561 -51l801 1487h122l-804 -1487h-119zM1088 183v96l495 549h95v-547h133v-98h-133v-190h-119v190h-471zM1225 281 h334v371z" />
<glyph unicode="&#xbf;" horiz-adv-x="1036" d="M127 -27q0 89 29 160t83 132t130.5 115t171.5 109v218h131v-275q-115 -65 -192.5 -118.5t-124 -105t-66 -105.5t-19.5 -121q0 -121 74 -188.5t217 -67.5q58 0 103.5 11.5t80 30.5t58.5 44t39 51l108 -72q-21 -38 -56.5 -72t-84 -59.5t-110 -40t-136.5 -14.5 q-93 0 -173 22t-138.5 67.5t-91.5 114.5t-33 164zM504 983q0 53 25 72.5t77 19.5q58 0 79.5 -24.5t21.5 -67.5q0 -49 -23.5 -70.5t-77.5 -21.5q-57 0 -79.5 21.5t-22.5 70.5z" />
<glyph unicode="&#xc0;" horiz-adv-x="1264" d="M63 0l480 1384h174l483 -1384h-147l-135 399h-578l-135 -399h-142zM371 1905h176l186 -361h-104zM381 522h493l-247 731z" />
<glyph unicode="&#xc1;" horiz-adv-x="1264" d="M63 0l480 1384h174l483 -1384h-147l-135 399h-578l-135 -399h-142zM381 522h493l-247 731zM535 1544l186 361h178l-260 -361h-104z" />
<glyph unicode="&#xc2;" horiz-adv-x="1264" d="M63 0l480 1384h174l483 -1384h-147l-135 399h-578l-135 -399h-142zM314 1544l229 361h168l229 -361h-110l-203 265l-203 -265h-110zM381 522h493l-247 731z" />
<glyph unicode="&#xc3;" horiz-adv-x="1264" d="M63 0l480 1384h174l483 -1384h-147l-135 399h-578l-135 -399h-142zM266 1550q5 118 60 177t149 59q37 0 68 -10.5t57 -26.5t49 -34.5t45 -34.5t44.5 -26.5t48.5 -10.5q51 0 77 32t31 101h94q-3 -115 -58.5 -174.5t-149.5 -59.5q-43 0 -74.5 11t-56.5 27t-45.5 35 t-41.5 35t-44.5 27t-53.5 11q-51 0 -75 -34t-29 -104h-95zM381 522h493l-247 731z" />
<glyph unicode="&#xc4;" horiz-adv-x="1264" d="M63 0l480 1384h174l483 -1384h-147l-135 399h-578l-135 -399h-142zM357 1636q0 45 18.5 67t69.5 22q53 0 71.5 -21.5t18.5 -67.5q0 -48 -19.5 -69t-70.5 -21q-27 0 -44 6.5t-27 18.5t-13.5 28.5t-3.5 36.5zM381 522h493l-247 731zM727 1636q0 45 18.5 67t69.5 22 q54 0 72 -21t18 -68q0 -48 -19.5 -69t-70.5 -21q-53 0 -70.5 25t-17.5 65z" />
<glyph unicode="&#xc5;" horiz-adv-x="1264" d="M63 0l480 1384h174l483 -1384h-147l-135 399h-578l-135 -399h-142zM381 522h493l-247 731zM449 1677q0 39 10.5 72.5t32.5 57.5t56 37.5t81 13.5q94 0 138 -49.5t44 -131.5q0 -40 -11 -73t-33.5 -57t-56.5 -37t-81 -13q-49 0 -83.5 14t-56 38.5t-31 57t-9.5 70.5z M529 1677q0 -46 22 -75t78 -29q54 0 77 27.5t23 76.5q0 103 -100 103q-48 0 -74 -26.5t-26 -76.5z" />
<glyph unicode="&#xc6;" horiz-adv-x="1714" d="M57 0l521 1384h999v-122h-623v-467h555v-123h-555v-549h623v-123h-758v393h-477l-145 -393h-140zM387 516h432v746h-157z" />
<glyph unicode="&#xc7;" horiz-adv-x="1315" d="M145 692q0 176 34 310.5t105 226t180.5 138t260.5 46.5q97 0 173 -19t133.5 -54t100 -84t74.5 -109l-116 -74q-26 48 -58 87.5t-75.5 68.5t-100 45t-131.5 16q-118 0 -201 -39.5t-135 -116t-76 -187.5t-24 -255t24 -255t77 -187.5t137 -116t204 -39.5q84 0 145.5 20 t105.5 52t74.5 71.5t53.5 79.5l115 -71q-32 -58 -73 -107t-96.5 -86t-129.5 -58.5t-172 -23.5v-2q89 -18 132.5 -63.5t43.5 -114.5q0 -45 -19 -79.5t-52 -57t-77.5 -34t-95.5 -11.5q-32 0 -65.5 4.5t-64.5 11t-56.5 15t-40.5 16.5l39 80q37 -14 88 -25.5t102 -11.5 q69 0 103 25t34 71q0 29 -13.5 50t-38.5 35.5t-59 22t-75 9.5l31 61q-271 19 -398 199.5t-127 519.5z" />
<glyph unicode="&#xc8;" horiz-adv-x="1155" d="M199 0v1384h819v-122h-684v-467h588v-123h-588v-549h684v-123h-819zM357 1905h176l186 -361h-104z" />
<glyph unicode="&#xc9;" horiz-adv-x="1155" d="M199 0v1384h819v-122h-684v-467h588v-123h-588v-549h684v-123h-819zM498 1544l186 361h178l-260 -361h-104z" />
<glyph unicode="&#xca;" horiz-adv-x="1155" d="M199 0v1384h819v-122h-684v-467h588v-123h-588v-549h684v-123h-819zM291 1544l229 361h168l229 -361h-110l-203 265l-203 -265h-110z" />
<glyph unicode="&#xcb;" horiz-adv-x="1155" d="M199 0v1384h819v-122h-684v-467h588v-123h-588v-549h684v-123h-819zM330 1636q0 45 18.5 67t69.5 22q53 0 71.5 -21.5t18.5 -67.5q0 -48 -19.5 -69t-70.5 -21q-27 0 -44 6.5t-27 18.5t-13.5 28.5t-3.5 36.5zM700 1636q0 45 18.5 67t69.5 22q54 0 72 -21t18 -68 q0 -48 -19.5 -69t-70.5 -21q-53 0 -70.5 25t-17.5 65z" />
<glyph unicode="&#xcc;" horiz-adv-x="719" d="M91 1905h176l186 -361h-104zM102 0v119h189v1147h-189v118h514v-118h-190v-1147h190v-119h-514z" />
<glyph unicode="&#xcd;" horiz-adv-x="719" d="M102 0v119h189v1147h-189v118h514v-118h-190v-1147h190v-119h-514zM280 1544l186 361h178l-260 -361h-104z" />
<glyph unicode="&#xce;" horiz-adv-x="719" d="M48 1544l229 361h168l229 -361h-110l-203 265l-203 -265h-110zM102 0v119h189v1147h-189v118h514v-118h-190v-1147h190v-119h-514z" />
<glyph unicode="&#xcf;" horiz-adv-x="719" d="M92 1636q0 45 18.5 67t69.5 22q53 0 71.5 -21.5t18.5 -67.5q0 -48 -19.5 -69t-70.5 -21q-27 0 -44 6.5t-27 18.5t-13.5 28.5t-3.5 36.5zM102 0v119h189v1147h-189v118h514v-118h-190v-1147h190v-119h-514zM462 1636q0 45 18.5 67t69.5 22q54 0 72 -21t18 -68 q0 -48 -19.5 -69t-70.5 -21q-53 0 -70.5 25t-17.5 65z" />
<glyph unicode="&#xd0;" horiz-adv-x="1325" d="M63 641v109h130v634h331q169 0 293.5 -35t206 -116t121 -213.5t39.5 -327.5q0 -203 -43 -336.5t-127 -212.5t-207 -111t-283 -32h-331v641h-130zM328 123h184q142 0 242.5 28.5t164 95.5t92.5 176.5t29 270.5q0 157 -28 265.5t-91 176t-163.5 97t-245.5 29.5h-184v-512 h338v-109h-338v-518z" />
<glyph unicode="&#xd1;" horiz-adv-x="1374" d="M199 0v1384h196l647 -1165v1165h134v-1384h-160l-686 1235v-1235h-131zM315 1570q5 118 60 177t149 59q37 0 68 -10.5t57 -26.5t49 -34.5t45 -34.5t44.5 -26.5t48.5 -10.5q51 0 77 32t31 101h94q-3 -115 -58.5 -174.5t-149.5 -59.5q-43 0 -74.5 11t-56.5 27t-45.5 35 t-41.5 35t-44.5 27t-53.5 11q-51 0 -75 -34t-29 -104h-95z" />
<glyph unicode="&#xd2;" horiz-adv-x="1364" d="M135 692q0 166 29.5 299.5t94.5 227t169 144t254 50.5t254.5 -50t169.5 -143t94 -226.5t29 -301.5q0 -167 -29 -300.5t-94 -227t-169.5 -143.5t-254.5 -50t-254 50t-169 144t-94.5 227t-29.5 300zM279 692q0 -144 21 -255t68.5 -187.5t124.5 -116t189 -39.5 q111 0 188 39.5t124 115.5t68 187.5t21 255.5t-21 255.5t-68 187.5t-124 115.5t-188 39.5q-112 0 -189 -39t-124.5 -115t-68.5 -187.5t-21 -256.5zM461 1905h176l186 -361h-104z" />
<glyph unicode="&#xd3;" horiz-adv-x="1364" d="M135 692q0 166 29.5 299.5t94.5 227t169 144t254 50.5t254.5 -50t169.5 -143t94 -226.5t29 -301.5q0 -167 -29 -300.5t-94 -227t-169.5 -143.5t-254.5 -50t-254 50t-169 144t-94.5 227t-29.5 300zM279 692q0 -144 21 -255t68.5 -187.5t124.5 -116t189 -39.5 q111 0 188 39.5t124 115.5t68 187.5t21 255.5t-21 255.5t-68 187.5t-124 115.5t-188 39.5q-112 0 -189 -39t-124.5 -115t-68.5 -187.5t-21 -256.5zM586 1544l186 361h178l-260 -361h-104z" />
<glyph unicode="&#xd4;" horiz-adv-x="1364" d="M135 692q0 166 29.5 299.5t94.5 227t169 144t254 50.5t254.5 -50t169.5 -143t94 -226.5t29 -301.5q0 -167 -29 -300.5t-94 -227t-169.5 -143.5t-254.5 -50t-254 50t-169 144t-94.5 227t-29.5 300zM279 692q0 -144 21 -255t68.5 -187.5t124.5 -116t189 -39.5 q111 0 188 39.5t124 115.5t68 187.5t21 255.5t-21 255.5t-68 187.5t-124 115.5t-188 39.5q-112 0 -189 -39t-124.5 -115t-68.5 -187.5t-21 -256.5zM369 1544l229 361h168l229 -361h-110l-203 265l-203 -265h-110z" />
<glyph unicode="&#xd5;" horiz-adv-x="1364" d="M135 692q0 166 29.5 299.5t94.5 227t169 144t254 50.5t254.5 -50t169.5 -143t94 -226.5t29 -301.5q0 -167 -29 -300.5t-94 -227t-169.5 -143.5t-254.5 -50t-254 50t-169 144t-94.5 227t-29.5 300zM279 692q0 -144 21 -255t68.5 -187.5t124.5 -116t189 -39.5 q111 0 188 39.5t124 115.5t68 187.5t21 255.5t-21 255.5t-68 187.5t-124 115.5t-188 39.5q-112 0 -189 -39t-124.5 -115t-68.5 -187.5t-21 -256.5zM321 1550q5 118 60 177t149 59q37 0 68 -10.5t57 -26.5t49 -34.5t45 -34.5t44.5 -26.5t48.5 -10.5q51 0 77 32t31 101h94 q-3 -115 -58.5 -174.5t-149.5 -59.5q-43 0 -74.5 11t-56.5 27t-45.5 35t-41.5 35t-44.5 27t-53.5 11q-51 0 -75 -34t-29 -104h-95z" />
<glyph unicode="&#xd6;" horiz-adv-x="1364" d="M135 692q0 166 29.5 299.5t94.5 227t169 144t254 50.5t254.5 -50t169.5 -143t94 -226.5t29 -301.5q0 -167 -29 -300.5t-94 -227t-169.5 -143.5t-254.5 -50t-254 50t-169 144t-94.5 227t-29.5 300zM279 692q0 -144 21 -255t68.5 -187.5t124.5 -116t189 -39.5 q111 0 188 39.5t124 115.5t68 187.5t21 255.5t-21 255.5t-68 187.5t-124 115.5t-188 39.5q-112 0 -189 -39t-124.5 -115t-68.5 -187.5t-21 -256.5zM412 1636q0 45 18.5 67t69.5 22q53 0 71.5 -21.5t18.5 -67.5q0 -48 -19.5 -69t-70.5 -21q-27 0 -44 6.5t-27 18.5t-13.5 28.5 t-3.5 36.5zM782 1636q0 45 18.5 67t69.5 22q54 0 72 -21t18 -68q0 -48 -19.5 -69t-70.5 -21q-53 0 -70.5 25t-17.5 65z" />
<glyph unicode="&#xd7;" horiz-adv-x="1427" d="M242 197l391 391l-391 393l80 78l389 -393l391 393l78 -78l-392 -393l392 -391l-78 -78l-391 391l-389 -391z" />
<glyph unicode="&#xd8;" horiz-adv-x="1364" d="M63 -115l195 281q-66 93 -94.5 225.5t-28.5 300.5q0 166 29.5 299.5t94.5 227t169 144t254 50.5q118 0 206.5 -31t151.5 -90l140 197h116l-190 -272q65 -94 94 -226t29 -299t-29 -300.5t-94 -227t-169.5 -143.5t-254.5 -50q-118 0 -206.5 30.5t-151.5 90.5l-144 -207 h-117zM279 692q0 -127 16 -226.5t51 -174.5l617 887q-48 55 -117.5 83.5t-163.5 28.5q-112 0 -189 -39t-124.5 -115t-68.5 -187.5t-21 -256.5zM401 205q51 -56 118 -83.5t163 -27.5q111 0 188 39.5t124 115.5t68 187.5t21 255.5q0 124 -16 222.5t-51 172.5z" />
<glyph unicode="&#xd9;" horiz-adv-x="1378" d="M193 578v806h135v-786q0 -144 17 -241t59 -156.5t111.5 -85t174.5 -25.5q106 0 175.5 25.5t110 85t57 156t16.5 237.5v790h135v-806q0 -170 -26 -286.5t-84.5 -188t-152.5 -103t-229 -31.5q-141 0 -237 32.5t-154 105t-83 188.5t-25 283zM445 1905h176l186 -361h-104z " />
<glyph unicode="&#xda;" horiz-adv-x="1378" d="M193 578v806h135v-786q0 -144 17 -241t59 -156.5t111.5 -85t174.5 -25.5q106 0 175.5 25.5t110 85t57 156t16.5 237.5v790h135v-806q0 -170 -26 -286.5t-84.5 -188t-152.5 -103t-229 -31.5q-141 0 -237 32.5t-154 105t-83 188.5t-25 283zM607 1544l186 361h178l-260 -361 h-104z" />
<glyph unicode="&#xdb;" horiz-adv-x="1378" d="M193 578v806h135v-786q0 -144 17 -241t59 -156.5t111.5 -85t174.5 -25.5q106 0 175.5 25.5t110 85t57 156t16.5 237.5v790h135v-806q0 -170 -26 -286.5t-84.5 -188t-152.5 -103t-229 -31.5q-141 0 -237 32.5t-154 105t-83 188.5t-25 283zM379 1544l229 361h168l229 -361 h-110l-203 265l-203 -265h-110z" />
<glyph unicode="&#xdc;" horiz-adv-x="1378" d="M193 578v806h135v-786q0 -144 17 -241t59 -156.5t111.5 -85t174.5 -25.5q106 0 175.5 25.5t110 85t57 156t16.5 237.5v790h135v-806q0 -170 -26 -286.5t-84.5 -188t-152.5 -103t-229 -31.5q-141 0 -237 32.5t-154 105t-83 188.5t-25 283zM420 1636q0 45 18.5 67t69.5 22 q53 0 71.5 -21.5t18.5 -67.5q0 -48 -19.5 -69t-70.5 -21q-27 0 -44 6.5t-27 18.5t-13.5 28.5t-3.5 36.5zM790 1636q0 45 18.5 67t69.5 22q54 0 72 -21t18 -68q0 -48 -19.5 -69t-70.5 -21q-53 0 -70.5 25t-17.5 65z" />
<glyph unicode="&#xdd;" horiz-adv-x="1126" d="M51 1384h150l362 -720l367 720h145l-444 -847v-537h-137v530zM480 1544l186 361h178l-260 -361h-104z" />
<glyph unicode="&#xde;" horiz-adv-x="1153" d="M199 0v1384h135v-223h248q238 0 350 -107.5t112 -322.5q0 -127 -29 -215.5t-88.5 -144t-149.5 -80.5t-212 -25h-231v-266h-135zM334 389h209q93 0 160 15t110 53t63.5 103t20.5 165q0 91 -22 151t-64 96t-103 51t-139 15h-235v-649z" />
<glyph unicode="&#xdf;" horiz-adv-x="1149" d="M182 0v1040q0 103 14.5 191t56 152t115 100.5t191.5 36.5q81 0 147 -18.5t112.5 -58t71.5 -100.5t25 -145t-20 -143.5t-56 -99.5t-85.5 -60.5t-108.5 -26.5q186 -15 280.5 -121.5t94.5 -295.5q0 -102 -20.5 -190.5t-67 -153t-122 -101.5t-185.5 -37q-50 0 -102.5 9.5 t-100.5 23.5v123q46 -20 100.5 -31.5t98.5 -11.5q73 0 123 26t81.5 74.5t45.5 118.5t14 158q0 96 -27 161t-82 105t-137 57t-193 17v114q85 0 149 14t106.5 46t63.5 84.5t21 130.5q0 111 -55 165t-176 54q-71 0 -118 -22t-75 -66.5t-39.5 -112t-11.5 -157.5v-1049h-129z" />
<glyph unicode="&#xe0;" horiz-adv-x="1079" d="M121 295q0 82 24 143t75 103.5t130.5 67.5t190.5 36l235 23v53q0 66 -15 112.5t-47.5 76.5t-83 43.5t-120.5 13.5q-59 0 -102.5 -10.5t-75 -28t-52.5 -40.5t-36 -48l-103 63q22 36 52.5 68t75 56t104 38t139.5 14q106 0 180.5 -20t122 -63.5t69 -113t21.5 -169.5v-713 h-129v152q-45 -39 -87 -72.5t-85.5 -58t-90 -38.5t-99.5 -14q-74 0 -129 22.5t-91.5 65t-54.5 103t-18 135.5zM254 299q0 -114 46 -165.5t144 -51.5q37 0 72.5 11t74.5 33.5t84 58t101 83.5v293l-188 -18q-90 -9 -153.5 -25.5t-103.5 -45t-58.5 -71t-18.5 -102.5zM288 1569 h176l186 -361h-104z" />
<glyph unicode="&#xe1;" horiz-adv-x="1079" d="M121 295q0 82 24 143t75 103.5t130.5 67.5t190.5 36l235 23v53q0 66 -15 112.5t-47.5 76.5t-83 43.5t-120.5 13.5q-59 0 -102.5 -10.5t-75 -28t-52.5 -40.5t-36 -48l-103 63q22 36 52.5 68t75 56t104 38t139.5 14q106 0 180.5 -20t122 -63.5t69 -113t21.5 -169.5v-713 h-129v152q-45 -39 -87 -72.5t-85.5 -58t-90 -38.5t-99.5 -14q-74 0 -129 22.5t-91.5 65t-54.5 103t-18 135.5zM254 299q0 -114 46 -165.5t144 -51.5q37 0 72.5 11t74.5 33.5t84 58t101 83.5v293l-188 -18q-90 -9 -153.5 -25.5t-103.5 -45t-58.5 -71t-18.5 -102.5zM419 1208 l186 361h178l-260 -361h-104z" />
<glyph unicode="&#xe2;" horiz-adv-x="1079" d="M121 295q0 82 24 143t75 103.5t130.5 67.5t190.5 36l235 23v53q0 66 -15 112.5t-47.5 76.5t-83 43.5t-120.5 13.5q-59 0 -102.5 -10.5t-75 -28t-52.5 -40.5t-36 -48l-103 63q22 36 52.5 68t75 56t104 38t139.5 14q106 0 180.5 -20t122 -63.5t69 -113t21.5 -169.5v-713 h-129v152q-45 -39 -87 -72.5t-85.5 -58t-90 -38.5t-99.5 -14q-74 0 -129 22.5t-91.5 65t-54.5 103t-18 135.5zM204 1208l229 361h168l229 -361h-110l-203 265l-203 -265h-110zM254 299q0 -114 46 -165.5t144 -51.5q37 0 72.5 11t74.5 33.5t84 58t101 83.5v293l-188 -18 q-90 -9 -153.5 -25.5t-103.5 -45t-58.5 -71t-18.5 -102.5z" />
<glyph unicode="&#xe3;" horiz-adv-x="1079" d="M121 295q0 82 24 143t75 103.5t130.5 67.5t190.5 36l235 23v53q0 66 -15 112.5t-47.5 76.5t-83 43.5t-120.5 13.5q-59 0 -102.5 -10.5t-75 -28t-52.5 -40.5t-36 -48l-103 63q22 36 52.5 68t75 56t104 38t139.5 14q106 0 180.5 -20t122 -63.5t69 -113t21.5 -169.5v-713 h-129v152q-45 -39 -87 -72.5t-85.5 -58t-90 -38.5t-99.5 -14q-74 0 -129 22.5t-91.5 65t-54.5 103t-18 135.5zM162 1214q5 118 60 177t149 59q37 0 68 -10.5t57 -26.5t49 -34.5t45 -34.5t44.5 -26.5t48.5 -10.5q51 0 77 32t31 101h94q-3 -115 -58.5 -174.5t-149.5 -59.5 q-43 0 -74.5 11t-56.5 27t-45.5 35t-41.5 35t-44.5 27t-53.5 11q-51 0 -75 -34t-29 -104h-95zM254 299q0 -114 46 -165.5t144 -51.5q37 0 72.5 11t74.5 33.5t84 58t101 83.5v293l-188 -18q-90 -9 -153.5 -25.5t-103.5 -45t-58.5 -71t-18.5 -102.5z" />
<glyph unicode="&#xe4;" horiz-adv-x="1079" d="M121 295q0 82 24 143t75 103.5t130.5 67.5t190.5 36l235 23v53q0 66 -15 112.5t-47.5 76.5t-83 43.5t-120.5 13.5q-59 0 -102.5 -10.5t-75 -28t-52.5 -40.5t-36 -48l-103 63q22 36 52.5 68t75 56t104 38t139.5 14q106 0 180.5 -20t122 -63.5t69 -113t21.5 -169.5v-713 h-129v152q-45 -39 -87 -72.5t-85.5 -58t-90 -38.5t-99.5 -14q-74 0 -129 22.5t-91.5 65t-54.5 103t-18 135.5zM241 1300q0 45 18.5 67t69.5 22q53 0 71.5 -21.5t18.5 -67.5q0 -48 -19.5 -69t-70.5 -21q-27 0 -44 6.5t-27 18.5t-13.5 28.5t-3.5 36.5zM254 299 q0 -114 46 -165.5t144 -51.5q37 0 72.5 11t74.5 33.5t84 58t101 83.5v293l-188 -18q-90 -9 -153.5 -25.5t-103.5 -45t-58.5 -71t-18.5 -102.5zM611 1300q0 45 18.5 67t69.5 22q54 0 72 -21t18 -68q0 -48 -19.5 -69t-70.5 -21q-53 0 -70.5 25t-17.5 65z" />
<glyph unicode="&#xe5;" horiz-adv-x="1079" d="M121 295q0 82 24 143t75 103.5t130.5 67.5t190.5 36l235 23v53q0 66 -15 112.5t-47.5 76.5t-83 43.5t-120.5 13.5q-59 0 -102.5 -10.5t-75 -28t-52.5 -40.5t-36 -48l-103 63q22 36 52.5 68t75 56t104 38t139.5 14q106 0 180.5 -20t122 -63.5t69 -113t21.5 -169.5v-713 h-129v152q-45 -39 -87 -72.5t-85.5 -58t-90 -38.5t-99.5 -14q-74 0 -129 22.5t-91.5 65t-54.5 103t-18 135.5zM254 299q0 -114 46 -165.5t144 -51.5q37 0 72.5 11t74.5 33.5t84 58t101 83.5v293l-188 -18q-90 -9 -153.5 -25.5t-103.5 -45t-58.5 -71t-18.5 -102.5zM329 1339 q0 39 10.5 72.5t32.5 57.5t56 37.5t81 13.5q94 0 138 -49.5t44 -131.5q0 -40 -11 -73t-33.5 -57t-56.5 -37t-81 -13q-49 0 -83.5 14t-56 38.5t-31 57t-9.5 70.5zM409 1339q0 -46 22 -75t78 -29q54 0 77 27.5t23 76.5q0 103 -100 103q-48 0 -74 -26.5t-26 -76.5z" />
<glyph unicode="&#xe6;" horiz-adv-x="1694" d="M121 299q0 84 25.5 144t77.5 101t130.5 64.5t184.5 32.5l237 21v59q0 69 -18 116t-53 76t-86 41.5t-117 12.5q-101 0 -163.5 -36.5t-94.5 -92.5l-103 63q25 40 56.5 73t75 56t102 36t137.5 13q63 0 118 -9.5t100 -30.5t79 -54.5t55 -81.5q47 81 130 128.5t198 47.5 q108 0 182.5 -32.5t120.5 -93t66 -148t20 -197.5v-84h-676q0 -95 12.5 -176t46 -140.5t91.5 -93.5t149 -34q45 0 81 9.5t66 28t56 45.5t51 62l103 -67q-28 -45 -60.5 -80t-74.5 -59t-96 -37t-124 -13q-127 0 -220 48.5t-142 142.5q-45 -37 -96 -71.5t-106.5 -61t-115 -42.5 t-123.5 -16q-68 0 -120.5 24t-88.5 67.5t-54.5 104.5t-18.5 134zM254 295q0 -109 49.5 -161t134.5 -52q48 0 94 13.5t91 37t90.5 55t91.5 68.5q-16 48 -22.5 125.5t-6.5 173.5l-188 -16q-86 -7 -149 -21.5t-104 -42.5t-61 -71.5t-20 -108.5zM907 629h547q-3 175 -65.5 258.5 t-198.5 83.5q-62 0 -112 -20.5t-87 -62.5t-58.5 -106.5t-25.5 -152.5z" />
<glyph unicode="&#xe7;" horiz-adv-x="1016" d="M129 520q0 128 24.5 231.5t77 176t135 112t199.5 39.5q124 0 207.5 -49t140.5 -151l-106 -64q-21 37 -44.5 65t-53 47.5t-66.5 29.5t-84 10q-155 0 -226 -114t-71 -337q0 -98 15.5 -178t51 -137.5t94 -89t144.5 -31.5q49 0 86.5 10.5t67.5 30.5t54 48.5t46 63.5l105 -65 q-48 -89 -128 -142t-206 -57l-2 -4q90 -17 133 -61t43 -113q0 -45 -19 -79.5t-52 -58t-77.5 -35t-95.5 -11.5q-32 0 -65.5 4.5t-64.5 11.5t-56.5 15.5t-40.5 17.5l39 78q37 -14 88 -25.5t102 -11.5q69 0 103.5 26t34.5 72q0 28 -14 49t-38.5 34.5t-59 20.5t-75.5 9l31 65 q-105 10 -177.5 55t-116.5 117t-63.5 168t-19.5 207z" />
<glyph unicode="&#xe8;" horiz-adv-x="1051" d="M129 516q0 133 23 237.5t73.5 177t131 110.5t196.5 38q102 0 175 -32t119.5 -92.5t68.5 -148t22 -198.5v-84h-676q0 -115 14.5 -199t49 -138.5t91.5 -80.5t142 -26q42 0 77 7.5t65.5 25t58.5 45t55 67.5l103 -67q-28 -45 -61.5 -80t-77 -59t-99 -37t-127.5 -13 q-104 0 -183 30t-132.5 95.5t-81 169.5t-27.5 252zM264 629h547q-3 177 -66 259.5t-196 82.5q-69 0 -119.5 -20t-85 -62t-54 -106.5t-26.5 -153.5zM292 1569h176l186 -361h-104z" />
<glyph unicode="&#xe9;" horiz-adv-x="1051" d="M129 516q0 133 23 237.5t73.5 177t131 110.5t196.5 38q102 0 175 -32t119.5 -92.5t68.5 -148t22 -198.5v-84h-676q0 -115 14.5 -199t49 -138.5t91.5 -80.5t142 -26q42 0 77 7.5t65.5 25t58.5 45t55 67.5l103 -67q-28 -45 -61.5 -80t-77 -59t-99 -37t-127.5 -13 q-104 0 -183 30t-132.5 95.5t-81 169.5t-27.5 252zM264 629h547q-3 177 -66 259.5t-196 82.5q-69 0 -119.5 -20t-85 -62t-54 -106.5t-26.5 -153.5zM454 1208l186 361h178l-260 -361h-104z" />
<glyph unicode="&#xea;" horiz-adv-x="1051" d="M129 516q0 133 23 237.5t73.5 177t131 110.5t196.5 38q102 0 175 -32t119.5 -92.5t68.5 -148t22 -198.5v-84h-676q0 -115 14.5 -199t49 -138.5t91.5 -80.5t142 -26q42 0 77 7.5t65.5 25t58.5 45t55 67.5l103 -67q-28 -45 -61.5 -80t-77 -59t-99 -37t-127.5 -13 q-104 0 -183 30t-132.5 95.5t-81 169.5t-27.5 252zM231 1208l229 361h168l229 -361h-110l-203 265l-203 -265h-110zM264 629h547q-3 177 -66 259.5t-196 82.5q-69 0 -119.5 -20t-85 -62t-54 -106.5t-26.5 -153.5z" />
<glyph unicode="&#xeb;" horiz-adv-x="1051" d="M129 516q0 133 23 237.5t73.5 177t131 110.5t196.5 38q102 0 175 -32t119.5 -92.5t68.5 -148t22 -198.5v-84h-676q0 -115 14.5 -199t49 -138.5t91.5 -80.5t142 -26q42 0 77 7.5t65.5 25t58.5 45t55 67.5l103 -67q-28 -45 -61.5 -80t-77 -59t-99 -37t-127.5 -13 q-104 0 -183 30t-132.5 95.5t-81 169.5t-27.5 252zM264 629h547q-3 177 -66 259.5t-196 82.5q-69 0 -119.5 -20t-85 -62t-54 -106.5t-26.5 -153.5zM272 1300q0 45 18.5 67t69.5 22q53 0 71.5 -21.5t18.5 -67.5q0 -48 -19.5 -69t-70.5 -21q-27 0 -44 6.5t-27 18.5t-13.5 28.5 t-3.5 36.5zM642 1300q0 45 18.5 67t69.5 22q54 0 72 -21t18 -68q0 -48 -19.5 -69t-70.5 -21q-53 0 -70.5 25t-17.5 65z" />
<glyph unicode="&#xec;" horiz-adv-x="494" d="M-23 1569h176l186 -361h-104zM182 0v1049h129v-1049h-129z" />
<glyph unicode="&#xed;" horiz-adv-x="494" d="M157 1208l186 361h178l-260 -361h-104zM182 0v1049h129v-1049h-129z" />
<glyph unicode="&#xee;" horiz-adv-x="494" d="M-66 1208l229 361h168l229 -361h-110l-203 265l-203 -265h-110zM182 0v1049h129v-1049h-129z" />
<glyph unicode="&#xef;" horiz-adv-x="494" d="M-35 1300q0 45 18.5 67t69.5 22q53 0 71.5 -21.5t18.5 -67.5q0 -48 -19.5 -69t-70.5 -21q-27 0 -44 6.5t-27 18.5t-13.5 28.5t-3.5 36.5zM182 0v1049h129v-1049h-129zM335 1300q0 45 18.5 67t69.5 22q54 0 72 -21t18 -68q0 -48 -19.5 -69t-70.5 -21q-53 0 -70.5 25 t-17.5 65z" />
<glyph unicode="&#xf0;" horiz-adv-x="1141" d="M129 508q0 137 30 239t85.5 169t133.5 100t173 33q62 0 128.5 -21t123.5 -72q-28 85 -86.5 176.5t-143.5 172.5l-200 -131l-49 71l188 123q-50 50 -103.5 88t-97.5 64h144q15 -8 34 -19.5t38.5 -24.5t38 -27t32.5 -26l145 93l52 -70l-127 -84q81 -77 144.5 -169 t108 -198.5t68 -228.5t23.5 -258q0 -128 -26.5 -228t-80.5 -169t-137 -105.5t-197 -36.5q-117 0 -200.5 37.5t-137 107.5t-79 169.5t-25.5 224.5zM262 508q0 -89 13.5 -167t48.5 -136t94.5 -91.5t152.5 -33.5q91 0 150 33t93.5 91t48.5 136t14 168q0 94 -14 173t-49 135.5 t-94.5 88t-150.5 31.5q-87 0 -145.5 -29.5t-94.5 -85t-51.5 -134.5t-15.5 -179z" />
<glyph unicode="&#xf1;" horiz-adv-x="1137" d="M182 0v1049h129v-166q45 43 90.5 79t92 62t93.5 40.5t95 14.5q84 0 138 -25t86 -73.5t44.5 -119t12.5 -161.5v-700h-129v651q0 88 -8 147t-28 94t-54.5 49.5t-86.5 14.5q-69 0 -160 -51.5t-186 -142.5v-762h-129zM213 1214q5 118 60 177t149 59q37 0 68 -10.5t57 -26.5 t49 -34.5t45 -34.5t44.5 -26.5t48.5 -10.5q51 0 77 32t31 101h94q-3 -115 -58.5 -174.5t-149.5 -59.5q-43 0 -74.5 11t-56.5 27t-45.5 35t-41.5 35t-44.5 27t-53.5 11q-51 0 -75 -34t-29 -104h-95z" />
<glyph unicode="&#xf2;" horiz-adv-x="1141" d="M129 522q0 122 24 224.5t77 176.5t137 115t204 41q117 0 200.5 -39.5t137 -112.5t78.5 -175.5t25 -229.5q0 -125 -24 -226.5t-77 -174.5t-137 -112.5t-203 -39.5t-203 39.5t-137 112.5t-77.5 174.5t-24.5 226.5zM262 522q0 -104 16.5 -186t53 -139t95.5 -87t144 -30 q83 0 141.5 29.5t95 86.5t53 139t16.5 187q0 106 -16 189t-52 140t-94.5 86.5t-143.5 29.5q-86 0 -145 -30.5t-95.5 -88t-52.5 -140t-16 -186.5zM304 1569h176l186 -361h-104z" />
<glyph unicode="&#xf3;" horiz-adv-x="1141" d="M129 522q0 122 24 224.5t77 176.5t137 115t204 41q117 0 200.5 -39.5t137 -112.5t78.5 -175.5t25 -229.5q0 -125 -24 -226.5t-77 -174.5t-137 -112.5t-203 -39.5t-203 39.5t-137 112.5t-77.5 174.5t-24.5 226.5zM262 522q0 -104 16.5 -186t53 -139t95.5 -87t144 -30 q83 0 141.5 29.5t95 86.5t53 139t16.5 187q0 106 -16 189t-52 140t-94.5 86.5t-143.5 29.5q-86 0 -145 -30.5t-95.5 -88t-52.5 -140t-16 -186.5zM461 1208l186 361h178l-260 -361h-104z" />
<glyph unicode="&#xf4;" horiz-adv-x="1141" d="M129 522q0 122 24 224.5t77 176.5t137 115t204 41q117 0 200.5 -39.5t137 -112.5t78.5 -175.5t25 -229.5q0 -125 -24 -226.5t-77 -174.5t-137 -112.5t-203 -39.5t-203 39.5t-137 112.5t-77.5 174.5t-24.5 226.5zM258 1208l229 361h168l229 -361h-110l-203 265l-203 -265 h-110zM262 522q0 -104 16.5 -186t53 -139t95.5 -87t144 -30q83 0 141.5 29.5t95 86.5t53 139t16.5 187q0 106 -16 189t-52 140t-94.5 86.5t-143.5 29.5q-86 0 -145 -30.5t-95.5 -88t-52.5 -140t-16 -186.5z" />
<glyph unicode="&#xf5;" horiz-adv-x="1141" d="M129 522q0 122 24 224.5t77 176.5t137 115t204 41q117 0 200.5 -39.5t137 -112.5t78.5 -175.5t25 -229.5q0 -125 -24 -226.5t-77 -174.5t-137 -112.5t-203 -39.5t-203 39.5t-137 112.5t-77.5 174.5t-24.5 226.5zM208 1214q5 118 60 177t149 59q37 0 68 -10.5t57 -26.5 t49 -34.5t45 -34.5t44.5 -26.5t48.5 -10.5q51 0 77 32t31 101h94q-3 -115 -58.5 -174.5t-149.5 -59.5q-43 0 -74.5 11t-56.5 27t-45.5 35t-41.5 35t-44.5 27t-53.5 11q-51 0 -75 -34t-29 -104h-95zM262 522q0 -104 16.5 -186t53 -139t95.5 -87t144 -30q83 0 141.5 29.5 t95 86.5t53 139t16.5 187q0 106 -16 189t-52 140t-94.5 86.5t-143.5 29.5q-86 0 -145 -30.5t-95.5 -88t-52.5 -140t-16 -186.5z" />
<glyph unicode="&#xf6;" horiz-adv-x="1141" d="M129 522q0 122 24 224.5t77 176.5t137 115t204 41q117 0 200.5 -39.5t137 -112.5t78.5 -175.5t25 -229.5q0 -125 -24 -226.5t-77 -174.5t-137 -112.5t-203 -39.5t-203 39.5t-137 112.5t-77.5 174.5t-24.5 226.5zM262 522q0 -104 16.5 -186t53 -139t95.5 -87t144 -30 q83 0 141.5 29.5t95 86.5t53 139t16.5 187q0 106 -16 189t-52 140t-94.5 86.5t-143.5 29.5q-86 0 -145 -30.5t-95.5 -88t-52.5 -140t-16 -186.5zM299 1300q0 45 18.5 67t69.5 22q53 0 71.5 -21.5t18.5 -67.5q0 -48 -19.5 -69t-70.5 -21q-27 0 -44 6.5t-27 18.5t-13.5 28.5 t-3.5 36.5zM669 1300q0 45 18.5 67t69.5 22q54 0 72 -21t18 -68q0 -48 -19.5 -69t-70.5 -21q-53 0 -70.5 25t-17.5 65z" />
<glyph unicode="&#xf7;" horiz-adv-x="1427" d="M178 532v111h1069v-111h-1069zM637 63v144h147v-144h-147zM637 967v143h147v-143h-147z" />
<glyph unicode="&#xf8;" horiz-adv-x="1141" d="M96 -76l137 195q-55 72 -79.5 174t-24.5 229q0 122 24 224.5t77 176.5t137 115t204 41q173 0 277 -92l96 137h113l-146 -204q51 -73 76 -173.5t25 -224.5q0 -125 -24 -226.5t-77 -174.5t-137 -112.5t-203 -39.5q-88 0 -155 21t-117 63l-92 -129h-111zM262 522 q0 -91 11.5 -164t37.5 -129l467 658q-38 42 -89.5 61t-117.5 19q-86 0 -145 -30.5t-95.5 -88t-52.5 -140t-16 -186.5zM369 152q38 -39 87.5 -55.5t114.5 -16.5q83 0 141.5 29.5t95 86.5t53 139t16.5 187q0 87 -10.5 158t-35.5 125z" />
<glyph unicode="&#xf9;" horiz-adv-x="1137" d="M174 348v701h129v-654q0 -88 7.5 -146.5t27 -94t53.5 -50t86 -14.5q71 0 161 52t187 145v762h129v-1049h-129v166q-44 -42 -89.5 -78.5t-92 -62.5t-93 -41t-93.5 -15q-85 0 -139.5 25t-86.5 73.5t-44.5 119t-12.5 161.5zM304 1569h176l186 -361h-104z" />
<glyph unicode="&#xfa;" horiz-adv-x="1137" d="M174 348v701h129v-654q0 -88 7.5 -146.5t27 -94t53.5 -50t86 -14.5q71 0 161 52t187 145v762h129v-1049h-129v166q-44 -42 -89.5 -78.5t-92 -62.5t-93 -41t-93.5 -15q-85 0 -139.5 25t-86.5 73.5t-44.5 119t-12.5 161.5zM482 1208l186 361h178l-260 -361h-104z" />
<glyph unicode="&#xfb;" horiz-adv-x="1137" d="M174 348v701h129v-654q0 -88 7.5 -146.5t27 -94t53.5 -50t86 -14.5q71 0 161 52t187 145v762h129v-1049h-129v166q-44 -42 -89.5 -78.5t-92 -62.5t-93 -41t-93.5 -15q-85 0 -139.5 25t-86.5 73.5t-44.5 119t-12.5 161.5zM256 1208l229 361h168l229 -361h-110l-203 265 l-203 -265h-110z" />
<glyph unicode="&#xfc;" horiz-adv-x="1137" d="M174 348v701h129v-654q0 -88 7.5 -146.5t27 -94t53.5 -50t86 -14.5q71 0 161 52t187 145v762h129v-1049h-129v166q-44 -42 -89.5 -78.5t-92 -62.5t-93 -41t-93.5 -15q-85 0 -139.5 25t-86.5 73.5t-44.5 119t-12.5 161.5zM293 1300q0 45 18.5 67t69.5 22q53 0 71.5 -21.5 t18.5 -67.5q0 -48 -19.5 -69t-70.5 -21q-27 0 -44 6.5t-27 18.5t-13.5 28.5t-3.5 36.5zM663 1300q0 45 18.5 67t69.5 22q54 0 72 -21t18 -68q0 -48 -19.5 -69t-70.5 -21q-53 0 -70.5 25t-17.5 65z" />
<glyph unicode="&#xfd;" horiz-adv-x="1018" d="M4 -365l37 109q25 -14 61 -21.5t70 -7.5q75 0 129 59.5t98 176.5l41 104l-383 994h140l311 -832l315 832h138l-453 -1147q-32 -81 -67.5 -138t-76.5 -92t-89 -51t-105 -16q-21 0 -44.5 2t-46 6t-42 9.5t-33.5 12.5zM415 1208l186 361h178l-260 -361h-104z" />
<glyph unicode="&#xfe;" horiz-adv-x="1151" d="M182 -395v1884h129v-555q31 31 67.5 58t77 46t84.5 30t89 11q106 0 180.5 -42.5t121.5 -116.5t69 -173.5t22 -214.5q0 -123 -25 -226.5t-76 -178.5t-128.5 -116.5t-182.5 -41.5q-77 0 -153.5 34.5t-145.5 100.5v-499h-129zM311 225q69 -65 143.5 -104t145.5 -39 q62 0 115 26t91.5 80.5t60.5 138.5t22 201q0 101 -16.5 182t-51 137.5t-87.5 87t-126 30.5q-80 0 -154.5 -42.5t-142.5 -111.5v-586z" />
<glyph unicode="&#xff;" horiz-adv-x="1018" d="M4 -365l37 109q25 -14 61 -21.5t70 -7.5q75 0 129 59.5t98 176.5l41 104l-383 994h140l311 -832l315 832h138l-453 -1147q-32 -81 -67.5 -138t-76.5 -92t-89 -51t-105 -16q-21 0 -44.5 2t-46 6t-42 9.5t-33.5 12.5zM237 1300q0 45 18.5 67t69.5 22q53 0 71.5 -21.5 t18.5 -67.5q0 -48 -19.5 -69t-70.5 -21q-27 0 -44 6.5t-27 18.5t-13.5 28.5t-3.5 36.5zM607 1300q0 45 18.5 67t69.5 22q54 0 72 -21t18 -68q0 -48 -19.5 -69t-70.5 -21q-53 0 -70.5 25t-17.5 65z" />
<glyph unicode="&#x152;" horiz-adv-x="1835" d="M139 692q0 168 29.5 301.5t98.5 226.5t181.5 143t278.5 50q60 0 115.5 -8t109.5 -21h746v-122h-633v-469h545v-123h-545v-547h633v-123h-744q-51 -14 -108 -21.5t-119 -7.5q-165 0 -277.5 50t-181.5 144t-99 227t-30 300zM285 692q0 -164 26.5 -278.5t81 -186 t138.5 -103.5t198 -32q51 0 104.5 8.5t94.5 24.5v1132q-41 16 -93 25.5t-106 9.5q-122 0 -207 -36t-137.5 -109.5t-76 -187t-23.5 -267.5z" />
<glyph unicode="&#x153;" horiz-adv-x="1792" d="M129 522q0 122 24 224.5t77 176.5t137 115t204 41q135 0 228 -60.5t139 -166.5q45 112 134 169.5t222 57.5q102 0 175 -32t119.5 -92.5t68.5 -148t22 -198.5v-84h-673q-1 -110 12.5 -193t47.5 -139t91.5 -84t145.5 -28q41 0 76 7.5t66 25t58 45t53 67.5l105 -67 q-29 -45 -62.5 -80t-76 -59t-96.5 -37t-123 -13q-134 0 -226 51.5t-139 167.5q-51 -104 -141 -161.5t-226 -57.5q-119 0 -203 39.5t-137 112.5t-77.5 174.5t-24.5 226.5zM262 522q0 -104 16.5 -186t53 -139t95.5 -87t144 -30q86 0 144.5 32t94.5 89.5t51.5 138t15.5 178.5 q0 97 -14 179.5t-49 142.5t-94 93.5t-149 33.5q-86 0 -145 -30.5t-95.5 -88t-52.5 -140t-16 -186.5zM1006 629h546q-2 177 -64.5 259.5t-195.5 82.5q-71 0 -122.5 -20t-86 -61.5t-53.5 -106t-24 -154.5z" />
<glyph unicode="&#x178;" horiz-adv-x="1126" d="M51 1384h150l362 -720l367 720h145l-444 -847v-537h-137v530zM291 1636q0 45 18.5 67t69.5 22q53 0 71.5 -21.5t18.5 -67.5q0 -48 -19.5 -69t-70.5 -21q-27 0 -44 6.5t-27 18.5t-13.5 28.5t-3.5 36.5zM661 1636q0 45 18.5 67t69.5 22q54 0 72 -21t18 -68q0 -48 -19.5 -69 t-70.5 -21q-53 0 -70.5 25t-17.5 65z" />
<glyph unicode="&#x2c6;" horiz-adv-x="1106" d="M240 1208l229 361h168l229 -361h-110l-203 265l-203 -265h-110z" />
<glyph unicode="&#x2dc;" horiz-adv-x="1106" d="M190 1214q5 118 60 177t149 59q37 0 68 -10.5t57 -26.5t49 -34.5t45 -34.5t44.5 -26.5t48.5 -10.5q51 0 77 32t31 101h94q-3 -115 -58.5 -174.5t-149.5 -59.5q-43 0 -74.5 11t-56.5 27t-45.5 35t-41.5 35t-44.5 27t-53.5 11q-51 0 -75 -34t-29 -104h-95z" />
<glyph unicode="&#x2000;" horiz-adv-x="952" />
<glyph unicode="&#x2001;" horiz-adv-x="1905" />
<glyph unicode="&#x2002;" horiz-adv-x="952" />
<glyph unicode="&#x2003;" horiz-adv-x="1905" />
<glyph unicode="&#x2004;" horiz-adv-x="635" />
<glyph unicode="&#x2005;" horiz-adv-x="476" />
<glyph unicode="&#x2006;" horiz-adv-x="317" />
<glyph unicode="&#x2007;" horiz-adv-x="317" />
<glyph unicode="&#x2008;" horiz-adv-x="238" />
<glyph unicode="&#x2009;" horiz-adv-x="381" />
<glyph unicode="&#x200a;" horiz-adv-x="105" />
<glyph unicode="&#x2010;" horiz-adv-x="848" d="M113 463v127h622v-127h-622z" />
<glyph unicode="&#x2011;" horiz-adv-x="848" d="M113 463v127h622v-127h-622z" />
<glyph unicode="&#x2012;" horiz-adv-x="848" d="M113 463v127h622v-127h-622z" />
<glyph unicode="&#x2013;" horiz-adv-x="1106" d="M61 471v111h983v-111h-983z" />
<glyph unicode="&#x2014;" horiz-adv-x="2130" d="M61 471v111h2007v-111h-2007z" />
<glyph unicode="&#x2018;" d="M172 1036q0 53 9 105t23.5 98t33 83.5t36.5 61.5h76q-20 -27 -35 -64.5t-25 -76.5t-15 -75t-5 -60q56 0 77.5 -22.5t21.5 -71.5q0 -47 -22.5 -69.5t-76.5 -22.5q-55 0 -76.5 30t-21.5 84z" />
<glyph unicode="&#x2019;" d="M172 1319q0 48 22 71t74 23q57 0 79 -30.5t22 -86.5q0 -52 -9 -103.5t-24 -97t-34 -83t-38 -62.5h-76q20 27 35 64.5t25 76.5t15 75t5 61q-54 0 -75 21t-21 71z" />
<glyph unicode="&#x201a;" d="M172 76q0 48 22 71t74 23q57 0 79 -30.5t22 -86.5q0 -52 -9 -103.5t-24 -97t-34 -83t-38 -62.5h-76q20 27 35 64.5t25 76.5t15 75t5 61q-54 0 -75 21t-21 71z" />
<glyph unicode="&#x201c;" horiz-adv-x="897" d="M172 1036q0 53 9 105t23.5 98t33 83.5t36.5 61.5h76q-20 -27 -35 -64.5t-25 -76.5t-15 -75t-5 -60q56 0 77.5 -22.5t21.5 -71.5q0 -47 -22.5 -69.5t-76.5 -22.5q-55 0 -76.5 30t-21.5 84zM528 1036q0 53 9 105t24 98t34 83.5t38 61.5h76q-20 -27 -35 -64.5t-25 -76.5 t-15 -75t-5 -60q54 0 75 -22.5t21 -71.5q0 -47 -22 -69.5t-74 -22.5q-57 0 -79 30t-22 84z" />
<glyph unicode="&#x201d;" horiz-adv-x="897" d="M172 1319q0 48 22 71t74 23q57 0 79 -30.5t22 -86.5q0 -52 -9 -103.5t-24 -97t-34 -83t-38 -62.5h-76q20 27 35 64.5t25 76.5t15 75t5 61q-54 0 -75 21t-21 71zM528 1319q0 48 22.5 71t76.5 23q55 0 76.5 -30.5t21.5 -86.5q0 -52 -9 -103.5t-23.5 -97t-33 -83 t-36.5 -62.5h-76q20 27 35 64.5t25 76.5t15 75t5 61q-56 0 -77.5 21t-21.5 71z" />
<glyph unicode="&#x201e;" horiz-adv-x="897" d="M172 76q0 48 22 71t74 23q57 0 79 -30.5t22 -86.5q0 -52 -9 -103.5t-24 -97t-34 -83t-38 -62.5h-76q20 27 35 64.5t25 76.5t15 75t5 61q-54 0 -75 21t-21 71zM528 76q0 48 22.5 71t76.5 23q55 0 76.5 -30.5t21.5 -86.5q0 -52 -9 -103.5t-23.5 -97t-33 -83t-36.5 -62.5 h-76q20 27 35 64.5t25 76.5t15 75t5 61q-56 0 -77.5 21t-21.5 71z" />
<glyph unicode="&#x2022;" horiz-adv-x="780" d="M147 745q0 51 19.5 95t53 77t78 51.5t93.5 18.5t92.5 -18.5t76.5 -51t52 -76.5t19 -96q0 -50 -19 -94t-51.5 -76.5t-76 -51.5t-93.5 -19q-51 0 -95.5 19t-77.5 51.5t-52 76.5t-19 94z" />
<glyph unicode="&#x2026;" horiz-adv-x="2048" d="M242 78q0 48 22.5 70t75.5 22q54 0 76 -21.5t22 -70.5q0 -53 -23.5 -72.5t-74.5 -19.5q-56 0 -77 23.5t-21 68.5zM924 78q0 48 22.5 70t75.5 22q54 0 76 -21.5t22 -70.5q0 -53 -23.5 -72.5t-74.5 -19.5q-56 0 -77 23.5t-21 68.5zM1606 78q0 48 22.5 70t75.5 22 q54 0 76 -21.5t22 -70.5q0 -53 -23.5 -72.5t-74.5 -19.5q-56 0 -77 23.5t-21 68.5z" />
<glyph unicode="&#x202f;" horiz-adv-x="381" />
<glyph unicode="&#x2039;" horiz-adv-x="672" d="M76 524l381 471h145l-381 -471l381 -471h-145z" />
<glyph unicode="&#x203a;" horiz-adv-x="672" d="M70 53l379 471l-379 471h145l379 -471l-379 -471h-145z" />
<glyph unicode="&#x205f;" horiz-adv-x="476" />
<glyph unicode="&#x20ac;" horiz-adv-x="1255" d="M35 518l35 96h65v160h-100l35 96h73q15 132 55 233t107 170t161 104.5t218 35.5q92 0 164 -19.5t127.5 -54.5t96.5 -84.5t73 -109.5l-119 -70q-24 48 -53.5 88t-70 69t-93.5 45.5t-123 16.5q-92 0 -161.5 -28t-118.5 -82t-78.5 -133t-42.5 -181h624l-32 -96h-598v-160 h555l-35 -96h-514q13 -103 43 -182.5t79.5 -134t120 -83t164.5 -28.5q79 0 136 21t98 54.5t69 75t49 83.5l115 -64q-32 -64 -72.5 -117t-95.5 -91.5t-128.5 -59.5t-170.5 -21q-249 0 -384.5 137t-164.5 410h-108z" />
<glyph unicode="&#x2122;" horiz-adv-x="1565" d="M92 1282v102h553v-102h-221v-612h-111v612h-221zM807 670v714h139l187 -374l194 374h131v-714h-108v538l-183 -346h-75l-174 342v-534h-111z" />
<glyph unicode="&#x25fc;" horiz-adv-x="1050" d="M0 0v1050h1050v-1050h-1050z" />
<hkern u1="&#x28;" u2="j" k="-50" />
<hkern u1="&#x2a;" u2="&#xef;" k="-45" />
<hkern u1="&#x2a;" u2="&#xc5;" k="90" />
<hkern u1="&#x2a;" u2="&#xc4;" k="90" />
<hkern u1="&#x2a;" u2="&#xc3;" k="90" />
<hkern u1="&#x2a;" u2="&#xc2;" k="90" />
<hkern u1="&#x2a;" u2="&#xc1;" k="90" />
<hkern u1="&#x2a;" u2="&#xc0;" k="90" />
<hkern u1="&#x2a;" u2="T" k="-22" />
<hkern u1="&#x2a;" u2="J" k="123" />
<hkern u1="&#x2a;" u2="A" k="90" />
<hkern u1="A" u2="&#x3f;" k="35" />
<hkern u1="A" u2="&#x2a;" k="90" />
<hkern u1="F" u2="&#xef;" k="-15" />
<hkern u1="F" u2="&#xee;" k="-10" />
<hkern u1="K" u2="&#xef;" k="-5" />
<hkern u1="K" u2="&#xee;" k="-17" />
<hkern u1="L" u2="&#xd8;" k="13" />
<hkern u1="L" u2="&#x3f;" k="50" />
<hkern u1="L" u2="&#x2a;" k="160" />
<hkern u1="T" u2="&#xef;" k="-45" />
<hkern u1="T" u2="&#xee;" k="-30" />
<hkern u1="T" u2="&#xe4;" k="90" />
<hkern u1="T" u2="&#xe3;" k="45" />
<hkern u1="T" u2="&#xe2;" k="65" />
<hkern u1="T" u2="&#x3f;" k="35" />
<hkern u1="T" u2="&#x2a;" k="-22" />
<hkern u1="V" u2="&#xef;" k="-27" />
<hkern u1="V" u2="&#xee;" k="-27" />
<hkern u1="W" u2="&#xef;" k="-27" />
<hkern u1="W" u2="&#xee;" k="-27" />
<hkern u1="X" u2="&#xef;" k="-25" />
<hkern u1="X" u2="&#xee;" k="-20" />
<hkern u1="Y" u2="&#xef;" k="-20" />
<hkern u1="Y" u2="&#xee;" k="-32" />
<hkern u1="[" u2="j" k="-50" />
<hkern u1="f" u2="&#xef;" k="-35" />
<hkern u1="f" u2="&#xee;" k="-50" />
<hkern u1="f" u2="&#xec;" k="-40" />
<hkern u1="f" u2="&#x3f;" k="-30" />
<hkern u1="f" u2="&#x2a;" k="-25" />
<hkern u1="f" u2="&#x21;" k="-30" />
<hkern u1="j" u2="&#xff;" k="-12" />
<hkern u1="j" u2="&#xfd;" k="-12" />
<hkern u1="j" u2="y" k="-12" />
<hkern u1="&#x7b;" u2="j" k="-50" />
<hkern u1="&#xa1;" u2="&#x178;" k="58" />
<hkern u1="&#xa1;" u2="&#xdd;" k="58" />
<hkern u1="&#xa1;" u2="Y" k="58" />
<hkern u1="&#xa1;" u2="W" k="30" />
<hkern u1="&#xa1;" u2="V" k="30" />
<hkern u1="&#xa1;" u2="T" k="105" />
<hkern u1="&#xbf;" u2="&#x178;" k="113" />
<hkern u1="&#xbf;" u2="&#xdd;" k="113" />
<hkern u1="&#xbf;" u2="Y" k="113" />
<hkern u1="&#xbf;" u2="W" k="60" />
<hkern u1="&#xbf;" u2="V" k="60" />
<hkern u1="&#xbf;" u2="T" k="60" />
<hkern u1="&#xc0;" u2="&#x3f;" k="35" />
<hkern u1="&#xc0;" u2="&#x2a;" k="90" />
<hkern u1="&#xc1;" u2="&#x3f;" k="35" />
<hkern u1="&#xc1;" u2="&#x2a;" k="90" />
<hkern u1="&#xc2;" u2="&#x3f;" k="35" />
<hkern u1="&#xc2;" u2="&#x2a;" k="90" />
<hkern u1="&#xc3;" u2="&#x3f;" k="35" />
<hkern u1="&#xc3;" u2="&#x2a;" k="90" />
<hkern u1="&#xc4;" u2="&#x3f;" k="35" />
<hkern u1="&#xc4;" u2="&#x2a;" k="90" />
<hkern u1="&#xc5;" u2="&#x3f;" k="35" />
<hkern u1="&#xc5;" u2="&#x2a;" k="90" />
<hkern u1="&#xdd;" u2="&#xef;" k="-20" />
<hkern u1="&#xdd;" u2="&#xee;" k="-32" />
<hkern u1="&#xde;" u2="W" k="-15" />
<hkern u1="&#xde;" u2="V" k="-15" />
<hkern u1="&#xde;" u2="T" k="-5" />
<hkern u1="&#xef;" u2="&#xef;" k="-135" />
<hkern u1="&#xef;" u2="&#x2a;" k="-45" />
<hkern u1="&#x178;" u2="&#xef;" k="-20" />
<hkern u1="&#x178;" u2="&#xee;" k="-32" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="T" k="80" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="V" k="48" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="W" k="30" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="Y,Yacute,Ydieresis" k="70" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="quotedbl,quotesingle" k="60" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="-20" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="colon,semicolon" k="-20" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="25" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="20" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="15" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="t" k="15" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="z" k="-7" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="copyright,registered" k="30" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="trademark" k="110" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="quoteleft,quotedblleft" k="90" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="quoteright,quotedblright" k="95" />
<hkern g1="B" g2="J" k="30" />
<hkern g1="B" g2="T" k="35" />
<hkern g1="B" g2="V" k="20" />
<hkern g1="B" g2="W" k="20" />
<hkern g1="B" g2="Y,Yacute,Ydieresis" k="25" />
<hkern g1="B" g2="trademark" k="45" />
<hkern g1="C,Ccedilla" g2="J" k="10" />
<hkern g1="C,Ccedilla" g2="V" k="8" />
<hkern g1="C,Ccedilla" g2="W" k="8" />
<hkern g1="C,Ccedilla" g2="X" k="15" />
<hkern g1="C,Ccedilla" g2="Y,Yacute,Ydieresis" k="20" />
<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="15" />
<hkern g1="F" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="65" />
<hkern g1="F" g2="J" k="75" />
<hkern g1="F" g2="X" k="35" />
<hkern g1="F" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="144" />
<hkern g1="F" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="40" />
<hkern g1="F" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="50" />
<hkern g1="F" g2="t" k="20" />
<hkern g1="F" g2="z" k="40" />
<hkern g1="F" g2="copyright,registered" k="45" />
<hkern g1="F" g2="S" k="25" />
<hkern g1="F" g2="Z" k="20" />
<hkern g1="F" g2="i,j,igrave,iacute,icircumflex,idieresis" k="20" />
<hkern g1="F" g2="m,n,p,r,ntilde" k="38" />
<hkern g1="F" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="50" />
<hkern g1="F" g2="s" k="45" />
<hkern g1="F" g2="u,ugrave,uacute,ucircumflex,udieresis" k="30" />
<hkern g1="F" g2="v" k="30" />
<hkern g1="F" g2="w" k="30" />
<hkern g1="F" g2="x" k="40" />
<hkern g1="F" g2="y,yacute,ydieresis" k="35" />
<hkern g1="F" g2="b,h,k,l,germandbls,thorn" k="10" />
<hkern g1="F" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="10" />
<hkern g1="G" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="15" />
<hkern g1="G" g2="J" k="25" />
<hkern g1="G" g2="T" k="20" />
<hkern g1="G" g2="V" k="20" />
<hkern g1="G" g2="W" k="20" />
<hkern g1="G" g2="X" k="15" />
<hkern g1="G" g2="Y,Yacute,Ydieresis" k="15" />
<hkern g1="G" g2="trademark" k="30" />
<hkern g1="J" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="20" />
<hkern g1="J" g2="J" k="30" />
<hkern g1="J" g2="X" k="10" />
<hkern g1="J" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="45" />
<hkern g1="J" g2="AE" k="30" />
<hkern g1="K" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="20" />
<hkern g1="K" g2="J" k="30" />
<hkern g1="K" g2="T" k="38" />
<hkern g1="K" g2="V" k="25" />
<hkern g1="K" g2="W" k="25" />
<hkern g1="K" g2="X" k="20" />
<hkern g1="K" g2="Y,Yacute,Ydieresis" k="40" />
<hkern g1="K" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="35" />
<hkern g1="K" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="5" />
<hkern g1="K" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="30" />
<hkern g1="K" g2="t" k="30" />
<hkern g1="K" g2="S" k="40" />
<hkern g1="K" g2="i,j,igrave,iacute,icircumflex,idieresis" k="20" />
<hkern g1="K" g2="m,n,p,r,ntilde" k="20" />
<hkern g1="K" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="35" />
<hkern g1="K" g2="s" k="30" />
<hkern g1="K" g2="u,ugrave,uacute,ucircumflex,udieresis" k="30" />
<hkern g1="K" g2="v" k="25" />
<hkern g1="K" g2="w" k="25" />
<hkern g1="K" g2="y,yacute,ydieresis" k="50" />
<hkern g1="K" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="25" />
<hkern g1="L" g2="T" k="115" />
<hkern g1="L" g2="V" k="88" />
<hkern g1="L" g2="W" k="50" />
<hkern g1="L" g2="Y,Yacute,Ydieresis" k="85" />
<hkern g1="L" g2="quotedbl,quotesingle" k="80" />
<hkern g1="L" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="-10" />
<hkern g1="L" g2="colon,semicolon" k="-20" />
<hkern g1="L" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="40" />
<hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="20" />
<hkern g1="L" g2="t" k="15" />
<hkern g1="L" g2="copyright,registered" k="60" />
<hkern g1="L" g2="trademark" k="140" />
<hkern g1="L" g2="quoteleft,quotedblleft" k="108" />
<hkern g1="L" g2="quoteright,quotedblright" k="108" />
<hkern g1="L" g2="S" k="28" />
<hkern g1="L" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="18" />
<hkern g1="L" g2="v" k="30" />
<hkern g1="L" g2="w" k="30" />
<hkern g1="L" g2="y,yacute,ydieresis" k="50" />
<hkern g1="P,Thorn" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="50" />
<hkern g1="P,Thorn" g2="J" k="65" />
<hkern g1="P,Thorn" g2="T" k="10" />
<hkern g1="P,Thorn" g2="V" k="-5" />
<hkern g1="P,Thorn" g2="W" k="-5" />
<hkern g1="P,Thorn" g2="X" k="25" />
<hkern g1="P,Thorn" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="145" />
<hkern g1="P,Thorn" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="10" />
<hkern g1="P,Thorn" g2="S" k="-17" />
<hkern g1="P,Thorn" g2="Z" k="20" />
<hkern g1="P,Thorn" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="15" />
<hkern g1="P,Thorn" g2="AE" k="70" />
<hkern g1="P,Thorn" g2="I,Igrave,Iacute,Icircumflex,Idieresis" k="20" />
<hkern g1="R" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-10" />
<hkern g1="R" g2="J" k="30" />
<hkern g1="R" g2="T" k="25" />
<hkern g1="R" g2="V" k="20" />
<hkern g1="R" g2="W" k="20" />
<hkern g1="R" g2="Y,Yacute,Ydieresis" k="20" />
<hkern g1="R" g2="z" k="-15" />
<hkern g1="R" g2="AE" k="45" />
<hkern g1="S" g2="J" k="35" />
<hkern g1="S" g2="T" k="20" />
<hkern g1="S" g2="V" k="15" />
<hkern g1="S" g2="W" k="15" />
<hkern g1="S" g2="X" k="10" />
<hkern g1="S" g2="Y,Yacute,Ydieresis" k="30" />
<hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="80" />
<hkern g1="T" g2="J" k="70" />
<hkern g1="T" g2="X" k="10" />
<hkern g1="T" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="120" />
<hkern g1="T" g2="colon,semicolon" k="85" />
<hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="33" />
<hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="100" />
<hkern g1="T" g2="t" k="55" />
<hkern g1="T" g2="z" k="76" />
<hkern g1="T" g2="copyright,registered" k="50" />
<hkern g1="T" g2="trademark" k="-25" />
<hkern g1="T" g2="quoteleft,quotedblleft" k="-35" />
<hkern g1="T" g2="quoteright,quotedblright" k="-35" />
<hkern g1="T" g2="S" k="20" />
<hkern g1="T" g2="i,j,igrave,iacute,icircumflex,idieresis" k="20" />
<hkern g1="T" g2="m,n,p,r,ntilde" k="90" />
<hkern g1="T" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="100" />
<hkern g1="T" g2="s" k="127" />
<hkern g1="T" g2="u,ugrave,uacute,ucircumflex,udieresis" k="85" />
<hkern g1="T" g2="v" k="120" />
<hkern g1="T" g2="w" k="120" />
<hkern g1="T" g2="x" k="100" />
<hkern g1="T" g2="y,yacute,ydieresis" k="70" />
<hkern g1="T" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="40" />
<hkern g1="T" g2="AE" k="90" />
<hkern g1="T" g2="hyphen,endash,emdash" k="50" />
<hkern g1="T" g2="guillemotleft,guilsinglleft" k="70" />
<hkern g1="T" g2="guillemotright,guilsinglright" k="75" />
<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="20" />
<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="J" k="25" />
<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="X" k="5" />
<hkern g1="W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="30" />
<hkern g1="W" g2="J" k="70" />
<hkern g1="W" g2="X" k="10" />
<hkern g1="W" g2="Y,Yacute,Ydieresis" k="20" />
<hkern g1="W" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="70" />
<hkern g1="W" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="25" />
<hkern g1="W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="30" />
<hkern g1="W" g2="t" k="18" />
<hkern g1="W" g2="z" k="20" />
<hkern g1="W" g2="copyright,registered" k="30" />
<hkern g1="W" g2="S" k="5" />
<hkern g1="W" g2="m,n,p,r,ntilde" k="30" />
<hkern g1="W" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="30" />
<hkern g1="W" g2="s" k="30" />
<hkern g1="W" g2="u,ugrave,uacute,ucircumflex,udieresis" k="30" />
<hkern g1="W" g2="x" k="15" />
<hkern g1="W" g2="y,yacute,ydieresis" k="10" />
<hkern g1="W" g2="b,h,k,l,germandbls,thorn" k="15" />
<hkern g1="W" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="10" />
<hkern g1="W" g2="AE" k="50" />
<hkern g1="X" g2="T" k="10" />
<hkern g1="X" g2="V" k="10" />
<hkern g1="X" g2="W" k="10" />
<hkern g1="X" g2="Y,Yacute,Ydieresis" k="20" />
<hkern g1="X" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20" />
<hkern g1="X" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="5" />
<hkern g1="X" g2="copyright,registered" k="15" />
<hkern g1="X" g2="S" k="10" />
<hkern g1="X" g2="m,n,p,r,ntilde" k="15" />
<hkern g1="X" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="30" />
<hkern g1="X" g2="u,ugrave,uacute,ucircumflex,udieresis" k="40" />
<hkern g1="X" g2="v" k="20" />
<hkern g1="X" g2="w" k="20" />
<hkern g1="X" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="8" />
<hkern g1="X" g2="guillemotleft,guilsinglleft" k="45" />
<hkern g1="X" g2="guillemotright,guilsinglright" k="-30" />
<hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="70" />
<hkern g1="Y,Yacute,Ydieresis" g2="J" k="90" />
<hkern g1="Y,Yacute,Ydieresis" g2="V" k="20" />
<hkern g1="Y,Yacute,Ydieresis" g2="W" k="20" />
<hkern g1="Y,Yacute,Ydieresis" g2="X" k="20" />
<hkern g1="Y,Yacute,Ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="70" />
<hkern g1="Y,Yacute,Ydieresis" g2="colon,semicolon" k="35" />
<hkern g1="Y,Yacute,Ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="30" />
<hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="60" />
<hkern g1="Y,Yacute,Ydieresis" g2="t" k="15" />
<hkern g1="Y,Yacute,Ydieresis" g2="z" k="50" />
<hkern g1="Y,Yacute,Ydieresis" g2="copyright,registered" k="40" />
<hkern g1="Y,Yacute,Ydieresis" g2="S" k="30" />
<hkern g1="Y,Yacute,Ydieresis" g2="Z" k="10" />
<hkern g1="Y,Yacute,Ydieresis" g2="i,j,igrave,iacute,icircumflex,idieresis" k="20" />
<hkern g1="Y,Yacute,Ydieresis" g2="m,n,p,r,ntilde" k="65" />
<hkern g1="Y,Yacute,Ydieresis" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="70" />
<hkern g1="Y,Yacute,Ydieresis" g2="s" k="60" />
<hkern g1="Y,Yacute,Ydieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="50" />
<hkern g1="Y,Yacute,Ydieresis" g2="v" k="70" />
<hkern g1="Y,Yacute,Ydieresis" g2="w" k="70" />
<hkern g1="Y,Yacute,Ydieresis" g2="x" k="40" />
<hkern g1="Y,Yacute,Ydieresis" g2="b,h,k,l,germandbls,thorn" k="20" />
<hkern g1="Y,Yacute,Ydieresis" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="10" />
<hkern g1="Y,Yacute,Ydieresis" g2="AE" k="48" />
<hkern g1="Y,Yacute,Ydieresis" g2="guillemotleft,guilsinglleft" k="50" />
<hkern g1="Z" g2="Y,Yacute,Ydieresis" k="15" />
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="t" k="10" />
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="v" k="23" />
<hkern g1="b,o,p,germandbls,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="25" />
<hkern g1="b,o,p,germandbls,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="quoteleft,quotedblleft" k="45" />
<hkern g1="b,o,p,germandbls,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="quoteright,quotedblright" k="45" />
<hkern g1="b,o,p,germandbls,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="v" k="10" />
<hkern g1="b,o,p,germandbls,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="x" k="8" />
<hkern g1="b,o,p,germandbls,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="y,yacute,ydieresis" k="5" />
<hkern g1="h,m,n,ntilde" g2="v" k="13" />
<hkern g1="h,m,n,ntilde" g2="w" k="13" />
<hkern g1="f" g2="quotedbl,quotesingle" k="-45" />
<hkern g1="f" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="35" />
<hkern g1="f" g2="trademark" k="-65" />
<hkern g1="f" g2="quoteleft,quotedblleft" k="-50" />
<hkern g1="f" g2="quoteright,quotedblright" k="-45" />
<hkern g1="f" g2="parenright,bracketright,braceright" k="-65" />
<hkern g1="k" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="15" />
<hkern g1="k" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="20" />
<hkern g1="k" g2="s" k="10" />
<hkern g1="k" g2="v" k="25" />
<hkern g1="k" g2="w" k="-5" />
<hkern g1="k" g2="guillemotright,guilsinglright" k="-30" />
<hkern g1="d,l,uniFB02,uniFB04" g2="t" k="15" />
<hkern g1="r" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="130" />
<hkern g1="r" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="10" />
<hkern g1="r" g2="quoteleft,quotedblleft" k="-50" />
<hkern g1="r" g2="quoteright,quotedblright" k="-50" />
<hkern g1="r" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="35" />
<hkern g1="r" g2="s" k="25" />
<hkern g1="r" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="-10" />
<hkern g1="r" g2="guillemotright,guilsinglright" k="-50" />
<hkern g1="s" g2="t" k="10" />
<hkern g1="s" g2="v" k="20" />
<hkern g1="s" g2="w" k="20" />
<hkern g1="s" g2="x" k="10" />
<hkern g1="t" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-10" />
<hkern g1="t" g2="t" k="15" />
<hkern g1="t" g2="z" k="-15" />
<hkern g1="t" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="10" />
<hkern g1="t" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20" />
<hkern g1="t" g2="v" k="20" />
<hkern g1="t" g2="w" k="20" />
<hkern g1="t" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="28" />
<hkern g1="w" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="30" />
<hkern g1="w" g2="s" k="10" />
<hkern g1="w" g2="y,yacute,ydieresis" k="5" />
<hkern g1="x" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="8" />
<hkern g1="y,yacute,ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="55" />
<hkern g1="y,yacute,ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="8" />
<hkern g1="y,yacute,ydieresis" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="20" />
<hkern g1="y,yacute,ydieresis" g2="s" k="15" />
<hkern g1="y,yacute,ydieresis" g2="v" k="10" />
<hkern g1="y,yacute,ydieresis" g2="w" k="10" />
<hkern g1="y,yacute,ydieresis" g2="x" k="15" />
<hkern g1="y,yacute,ydieresis" g2="parenright,bracketright,braceright" k="30" />
<hkern g1="z" g2="z" k="-7" />
<hkern g1="colon,semicolon" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-20" />
<hkern g1="colon,semicolon" g2="J" k="-20" />
<hkern g1="colon,semicolon" g2="T" k="85" />
<hkern g1="colon,semicolon" g2="Y,Yacute,Ydieresis" k="35" />
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-20" />
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="J" k="-20" />
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="T" k="120" />
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="V" k="70" />
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="W" k="70" />
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="Y,Yacute,Ydieresis" k="70" />
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="quoteleft,quotedblleft" k="93" />
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="quoteright,quotedblright" k="63" />
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="25" />
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="v" k="30" />
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="w" k="30" />
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="AE" k="-30" />
<hkern g1="guillemotleft,guilsinglleft" g2="T" k="75" />
<hkern g1="guillemotleft,guilsinglleft" g2="X" k="-30" />
<hkern g1="guillemotright,guilsinglright" g2="T" k="70" />
<hkern g1="guillemotright,guilsinglright" g2="X" k="45" />
<hkern g1="guillemotright,guilsinglright" g2="Y,Yacute,Ydieresis" k="50" />
<hkern g1="hyphen,endash,emdash" g2="T" k="50" />
<hkern g1="parenleft,bracketleft,braceleft" g2="y,yacute,ydieresis" k="-30" />
<hkern g1="quoteleft,quotedblleft" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="90" />
<hkern g1="quoteleft,quotedblleft" g2="J" k="83" />
<hkern g1="quoteleft,quotedblleft" g2="T" k="-35" />
<hkern g1="quoteleft,quotedblleft" g2="t" k="-45" />
<hkern g1="quoteleft,quotedblleft" g2="quoteleft,quotedblleft" k="63" />
<hkern g1="quoteleft,quotedblleft" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="45" />
<hkern g1="quoteleft,quotedblleft" g2="AE" k="83" />
<hkern g1="quoteright,quotedblright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="90" />
<hkern g1="quoteright,quotedblright" g2="J" k="81" />
<hkern g1="quoteright,quotedblright" g2="T" k="-35" />
<hkern g1="quoteright,quotedblright" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="78" />
<hkern g1="quoteright,quotedblright" g2="quoteright,quotedblright" k="63" />
<hkern g1="quoteright,quotedblright" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="45" />
<hkern g1="quoteright,quotedblright" g2="AE" k="83" />
<hkern g1="quotedbl,quotesingle" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="60" />
<hkern g1="quotedbl,quotesingle" g2="J" k="95" />
<hkern g1="V" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="48" />
<hkern g1="V" g2="J" k="70" />
<hkern g1="V" g2="X" k="10" />
<hkern g1="V" g2="Y,Yacute,Ydieresis" k="20" />
<hkern g1="V" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="70" />
<hkern g1="V" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="25" />
<hkern g1="V" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="30" />
<hkern g1="V" g2="t" k="18" />
<hkern g1="V" g2="z" k="20" />
<hkern g1="V" g2="copyright,registered" k="30" />
<hkern g1="V" g2="S" k="5" />
<hkern g1="V" g2="m,n,p,r,ntilde" k="30" />
<hkern g1="V" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="30" />
<hkern g1="V" g2="s" k="30" />
<hkern g1="V" g2="u,ugrave,uacute,ucircumflex,udieresis" k="30" />
<hkern g1="V" g2="x" k="15" />
<hkern g1="V" g2="y,yacute,ydieresis" k="10" />
<hkern g1="V" g2="b,h,k,l,germandbls,thorn" k="15" />
<hkern g1="V" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="10" />
<hkern g1="V" g2="AE" k="50" />
<hkern g1="v" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="30" />
<hkern g1="v" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="18" />
<hkern g1="v" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="10" />
<hkern g1="v" g2="s" k="10" />
<hkern g1="v" g2="v" k="15" />
<hkern g1="v" g2="y,yacute,ydieresis" k="5" />
</font>
</defs></svg>

Before

Width:  |  Height:  |  Size: 94 KiB

View File

@ -1,669 +0,0 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata></metadata>
<defs>
<font id="clear_sansregular" horiz-adv-x="555" >
<font-face units-per-em="2048" ascent="1489" descent="-559" />
<missing-glyph horiz-adv-x="553" />
<glyph unicode="&#xfb01;" horiz-adv-x="1143" d="M43 905v144h154v102q0 190 71.5 279.5t251.5 89.5q113 0 203 -39l-47 -148q-29 15 -73 26t-79 11q-87 0 -121 -44.5t-34 -174.5v-102h233v-144h-233v-905h-172v905h-154zM776 1315q0 53 26 77.5t85 24.5q61 0 87 -23.5t26 -78.5q0 -60 -27 -81.5t-86 -21.5q-63 0 -87 27 t-24 76zM801 0v1049h172v-1049h-172z" />
<glyph unicode="&#xfb02;" horiz-adv-x="1159" d="M43 905v144h154v102q0 190 71.5 279.5t251.5 89.5q113 0 203 -39l-47 -148q-29 15 -73 26t-79 11q-87 0 -121 -44.5t-34 -174.5v-102h233v-144h-233v-905h-172v905h-154zM809 0v1489h172v-1489h-172z" />
<glyph unicode="&#xfb03;" horiz-adv-x="1776" d="M43 905v144h154v102q0 190 71.5 279.5t251.5 89.5q113 0 203 -39l-47 -148q-29 15 -73 26t-79 11q-87 0 -121 -44.5t-34 -174.5v-102h233v-144h-233v-905h-172v905h-154zM676 905v144h154v102q0 190 71.5 279.5t251.5 89.5q113 0 203 -39l-47 -148q-29 15 -73 26t-79 11 q-87 0 -121 -44.5t-34 -174.5v-102h233v-144h-233v-905h-172v905h-154zM1409 1315q0 53 26 77.5t85 24.5q61 0 87 -23.5t26 -78.5q0 -60 -27 -81.5t-86 -21.5q-63 0 -87 27t-24 76zM1434 0v1049h172v-1049h-172z" />
<glyph unicode="&#xfb04;" horiz-adv-x="1792" d="M43 905v144h154v102q0 190 71.5 279.5t251.5 89.5q113 0 203 -39l-47 -148q-29 15 -73 26t-79 11q-87 0 -121 -44.5t-34 -174.5v-102h233v-144h-233v-905h-172v905h-154zM676 905v144h154v102q0 190 71.5 279.5t251.5 89.5q113 0 203 -39l-47 -148q-29 15 -73 26t-79 11 q-87 0 -121 -44.5t-34 -174.5v-102h233v-144h-233v-905h-172v905h-154zM1442 0v1489h172v-1489h-172z" />
<glyph horiz-adv-x="0" />
<glyph unicode="&#xd;" horiz-adv-x="553" />
<glyph horiz-adv-x="0" />
<glyph horiz-adv-x="0" />
<glyph unicode=" " horiz-adv-x="553" />
<glyph unicode="&#x09;" horiz-adv-x="553" />
<glyph unicode="&#xa0;" horiz-adv-x="553" />
<glyph unicode="!" d="M156 98q0 60 27.5 86.5t92.5 26.5q68 0 95.5 -26.5t27.5 -86.5q0 -63 -29.5 -87.5t-93.5 -24.5q-71 0 -95.5 29.5t-24.5 82.5zM178 1384h199l-25 -985h-145z" />
<glyph unicode="&#x22;" horiz-adv-x="924" d="M174 1384h209l-41 -550h-127zM541 1384h209l-41 -550h-127z" />
<glyph unicode="#" horiz-adv-x="1446" d="M102 393v123h289l96 352h-268v125h301l105 391h129l-105 -391h309l107 391h129l-104 -391h253v-125h-286l-94 -352h264v-123h-299l-105 -393h-129l103 393h-310l-104 -393h-129l104 393h-256zM520 516h311l97 352h-312z" />
<glyph unicode="$" horiz-adv-x="1264" d="M174 313l139 82q92 -159 269 -178v426q-217 49 -299 124.5t-82 209.5q0 148 105 236.5t276 95.5v104h129v-104q89 -4 159.5 -31t123.5 -71t106 -128l-142 -82q-87 157 -247 170v-391q219 -52 308 -134.5t89 -219.5q0 -151 -103.5 -244t-293.5 -102v-209h-129v209 q-271 13 -408 237zM375 983q0 -76 59.5 -115t147.5 -61v360q-207 -15 -207 -184zM711 217q103 10 164 60.5t61 134.5q0 77 -53.5 123.5t-171.5 78.5v-397z" />
<glyph unicode="%" horiz-adv-x="2089" d="M113 971q0 442 366 442q193 0 281 -118.5t88 -323.5q0 -207 -89 -324t-280 -117q-194 0 -280 116t-86 325zM291 971q0 -126 18 -185.5t59 -90.5t111 -31q101 0 146 67t45 240q0 174 -46 241.5t-145 67.5q-69 0 -110.5 -31t-59.5 -94t-18 -184zM580 -51l778 1487h166 l-781 -1487h-163zM1243 410q0 442 367 442q194 0 280 -115.5t86 -324.5q0 -443 -366 -443q-367 0 -367 441zM1419 410q0 -172 45.5 -240t145.5 -68q69 0 110.5 31t60.5 92t19 187q0 125 -19.5 185.5t-61 91t-109.5 30.5q-100 0 -145.5 -68.5t-45.5 -240.5z" />
<glyph unicode="&#x26;" horiz-adv-x="1425" d="M137 360q0 89 28 154.5t88.5 123t205.5 142.5q-68 78 -115 158t-47 160q0 315 371 315q163 0 252.5 -75.5t89.5 -192.5q0 -111 -72 -205.5t-229 -189.5l331 -392q92 108 131 271l156 -39q-63 -231 -180 -359l196 -231h-223l-94 111q-102 -79 -197 -109.5t-204 -30.5 q-228 0 -358 106t-130 283zM324 356q0 -105 84.5 -170t220.5 -65q116 0 188 37t111 69l-367 435q-104 -68 -151.5 -111.5t-66.5 -85.5t-19 -109zM473 1106q0 -53 41 -113.5t94 -124.5q106 59 166 130.5t60 144.5q0 59 -43 98t-129 39q-94 0 -141.5 -45t-47.5 -129z" />
<glyph unicode="'" horiz-adv-x="557" d="M174 1384h209l-41 -550h-127z" />
<glyph unicode="(" horiz-adv-x="797" d="M154 561q0 283 88 510.5t278 448.5h195q-195 -188 -297.5 -433t-102.5 -526q0 -284 104 -526.5t296 -429.5h-195q-190 218 -278 448.5t-88 507.5z" />
<glyph unicode=")" horiz-adv-x="797" d="M82 -395q196 193 297.5 434.5t101.5 521.5q0 256 -93 504t-306 455h194q189 -218 278 -446t89 -513q0 -275 -85.5 -501t-281.5 -455h-194z" />
<glyph unicode="*" horiz-adv-x="948" d="M92 1001l285 156l-285 156l58 96l270 -158l-2 269h112l-4 -269l273 158l57 -98l-285 -154l285 -156l-57 -96l-271 158l2 -268h-112l2 268l-270 -160z" />
<glyph unicode="+" horiz-adv-x="1427" d="M164 514v143h477v480h143v-480h480v-143h-480v-477h-143v477h-477z" />
<glyph unicode="," d="M156 98q0 56 27.5 84.5t92.5 28.5q66 0 94.5 -34t28.5 -99q0 -123 -36.5 -223.5t-75.5 -147.5h-105q37 46 60.5 125.5t23.5 153.5q-59 0 -84.5 26.5t-25.5 85.5z" />
<glyph unicode="-" horiz-adv-x="827" d="M102 440v172h623v-172h-623z" />
<glyph unicode="." d="M156 98q0 60 27.5 86.5t92.5 26.5q68 0 95.5 -26.5t27.5 -86.5q0 -63 -29.5 -87.5t-93.5 -24.5q-71 0 -95.5 29.5t-24.5 82.5z" />
<glyph unicode="/" horiz-adv-x="991" d="M8 -299l715 1819h168l-717 -1819h-166z" />
<glyph unicode="0" horiz-adv-x="1264" d="M125 688q0 371 123 545t383 174q262 0 385 -173t123 -544t-124 -546t-384 -175t-383 174t-123 545zM319 688q0 -289 76 -424t236 -135q162 0 237.5 135t75.5 426q0 289 -75.5 423t-237.5 134q-160 0 -236 -135t-76 -424z" />
<glyph unicode="1" horiz-adv-x="1264" d="M281 989v129q136 8 205.5 32t108.5 73t69 161h133v-1384h-181v989h-335z" />
<glyph unicode="2" horiz-adv-x="1188" d="M135 1178q72 124 185 179.5t266 55.5q201 0 318.5 -99.5t117.5 -281.5q0 -92 -26 -172.5t-81.5 -153.5t-149 -167t-417.5 -371h719v-168h-928v195q245 208 355 312.5t182 186t111.5 159t39.5 169.5q0 103 -68 165t-181 62q-107 0 -174.5 -47t-114.5 -123z" />
<glyph unicode="3" horiz-adv-x="1188" d="M102 174l154 98q37 -57 107.5 -98t164.5 -41q156 0 228.5 66.5t72.5 208.5q0 247 -317 247h-102v160h86q143 0 226 61.5t83 174.5q0 102 -67.5 151t-178.5 49q-190 0 -289 -153l-155 98q62 109 179 163t277 54q134 0 231 -41t147 -116.5t50 -176.5q0 -139 -68.5 -219 t-209.5 -115q131 -10 217 -98t86 -252q0 -213 -129 -318.5t-365 -105.5q-141 0 -257.5 55.5t-170.5 147.5z" />
<glyph unicode="4" horiz-adv-x="1264" d="M66 307v178l720 899h170v-917h191v-160h-191v-307h-178v307h-712zM248 467h530v653z" />
<glyph unicode="5" horiz-adv-x="1188" d="M113 174l153 100q35 -55 104.5 -98t170.5 -43q155 0 233 83t78 226q0 125 -80 198t-229 73t-258 -72h-90l75 743h725v-167h-573l-43 -396q43 23 102.5 35t116.5 12q213 0 329.5 -108t116.5 -318q0 -217 -125.5 -344t-373.5 -127q-160 0 -270.5 59.5t-161.5 143.5z" />
<glyph unicode="6" horiz-adv-x="1188" d="M123 666q0 356 144 551.5t399 195.5q118 0 204 -33.5t158 -99.5l-115 -143q-59 57 -114.5 86.5t-132.5 29.5q-304 0 -342 -473q57 41 144 74t189 33q191 0 305.5 -107.5t114.5 -330.5q0 -232 -125 -355t-346 -123q-251 0 -367 176.5t-116 518.5zM322 637 q0 -266 71.5 -386t220.5 -120q138 0 207.5 80t69.5 231q0 283 -281 283q-78 0 -156.5 -27.5t-131.5 -60.5z" />
<glyph unicode="7" horiz-adv-x="1264" d="M139 1217v167h967v-172l-528 -1212h-205l547 1217h-781z" />
<glyph unicode="8" horiz-adv-x="1188" d="M111 356q0 267 299 379q-116 57 -163 98.5t-75.5 96.5t-28.5 129q0 168 115 261t338 93q219 0 335 -90t116 -262q0 -72 -30 -129.5t-80 -101.5t-159 -95q158 -69 229.5 -159t71.5 -220q0 -194 -131 -289.5t-352 -95.5q-240 0 -362.5 98.5t-122.5 286.5zM295 354 q0 -106 73.5 -169.5t227.5 -63.5q156 0 227.5 65.5t71.5 169.5q0 62 -28 111t-84.5 91t-186.5 101q-128 -53 -183 -94t-86.5 -93t-31.5 -118zM328 1063q0 -54 25 -90.5t79.5 -73.5t163.5 -88q125 51 195.5 108.5t70.5 137.5q0 94 -66.5 151.5t-199.5 57.5 q-141 0 -204.5 -57.5t-63.5 -145.5z" />
<glyph unicode="9" horiz-adv-x="1188" d="M111 936q0 229 124.5 353t342.5 124q260 0 373.5 -173t113.5 -501q0 -247 -61 -416.5t-184 -260.5t-306 -91q-228 0 -373 135l113 142q59 -58 120.5 -87.5t139.5 -29.5q158 0 244 113.5t106 359.5q-59 -41 -146 -73.5t-186 -32.5q-192 0 -306.5 106.5t-114.5 331.5z M295 942q0 -283 283 -283q77 0 156 28t132 61q0 189 -28.5 288t-90 158t-169.5 59q-138 0 -210.5 -80.5t-72.5 -230.5z" />
<glyph unicode=":" d="M156 98q0 60 27.5 86.5t92.5 26.5q68 0 95.5 -26.5t27.5 -86.5q0 -63 -29.5 -87.5t-93.5 -24.5q-71 0 -95.5 29.5t-24.5 82.5zM156 936q0 59 27.5 86t92.5 27q68 0 95.5 -27t27.5 -86q0 -64 -29.5 -88.5t-93.5 -24.5q-71 0 -95.5 30t-24.5 83z" />
<glyph unicode=";" d="M156 98q0 56 27.5 84.5t92.5 28.5q68 0 95.5 -34t27.5 -99q0 -123 -36.5 -223.5t-75.5 -147.5h-105q36 46 60 128t24 151q-59 0 -84.5 26.5t-25.5 85.5zM156 936q0 59 27.5 86t92.5 27q68 0 95.5 -27t27.5 -86q0 -64 -29.5 -88.5t-93.5 -24.5q-71 0 -95.5 30t-24.5 83z " />
<glyph unicode="&#x3c;" horiz-adv-x="1427" d="M164 524v125l1100 463v-156l-902 -370l902 -369v-156z" />
<glyph unicode="=" horiz-adv-x="1427" d="M164 283v143h1100v-143h-1100zM164 745v144h1100v-144h-1100z" />
<glyph unicode="&#x3e;" horiz-adv-x="1427" d="M164 61v156l899 369l-899 370v156l1100 -463v-125z" />
<glyph unicode="?" horiz-adv-x="1049" d="M68 1206q51 92 151 149.5t266 57.5q208 0 331.5 -94.5t123.5 -267.5q0 -96 -40.5 -172t-115 -140t-254.5 -161v-199h-174v274q223 106 306 190.5t83 186.5q0 103 -66.5 161t-191.5 58q-108 0 -170.5 -41t-97.5 -100zM324 98q0 60 27.5 86.5t92.5 26.5q68 0 95.5 -26.5 t27.5 -86.5q0 -63 -29.5 -87.5t-93.5 -24.5q-71 0 -95.5 29.5t-24.5 82.5z" />
<glyph unicode="@" horiz-adv-x="1935" d="M121 553q0 239 110 437t309 310.5t441 112.5q396 0 615 -224.5t219 -619.5q0 -266 -102 -409.5t-281 -143.5q-107 0 -165.5 31t-78.5 111q-146 -115 -297 -115q-120 0 -202 58t-125.5 167t-43.5 248q0 240 111 373t309 133q124 0 240 -82v53h170v-723q0 -65 21.5 -88.5 t74.5 -23.5q97 0 156 108.5t59 294.5q0 343 -175.5 527t-502.5 184q-201 0 -364 -93t-254 -260t-91 -368q0 -327 188.5 -523t516.5 -196q241 0 428 45l33 -143q-185 -43 -463 -43q-256 0 -450 105.5t-300 302t-106 454.5zM694 520q0 -317 236 -317q101 0 248 106v482 q-123 79 -211 79q-148 0 -210.5 -89t-62.5 -261z" />
<glyph unicode="A" horiz-adv-x="1288" d="M51 0l473 1384h240l473 -1384h-195l-120 360h-564l-118 -360h-189zM414 528h450l-225 674z" />
<glyph unicode="B" horiz-adv-x="1272" d="M182 0v1384h410q254 0 366.5 -72.5t112.5 -242.5q0 -139 -61.5 -212t-153.5 -101q137 -19 219 -101t82 -249q0 -213 -136 -309.5t-388 -96.5h-451zM367 168h188q176 0 255 23.5t117 77t38 145.5q0 86 -33.5 135.5t-103.5 72.5t-226 23h-235v-477zM367 809h204 q166 0 238 53t72 166q0 106 -66 149.5t-235 43.5h-213v-412z" />
<glyph unicode="C" horiz-adv-x="1321" d="M129 692q0 361 146.5 541t451.5 180q121 0 216 -30t160.5 -82.5t119.5 -147.5l-152 -100q-44 74 -89 112.5t-108 61t-147 22.5q-208 0 -305.5 -138.5t-97.5 -418.5q0 -276 96 -416.5t309 -140.5q118 0 205 46.5t156 160.5l153 -100q-66 -106 -134.5 -160.5t-159.5 -82.5 t-214 -28q-311 0 -458.5 179.5t-147.5 541.5z" />
<glyph unicode="D" horiz-adv-x="1292" d="M170 0v1384h348q242 0 382 -69.5t207 -220.5t67 -402q0 -254 -65.5 -404t-202 -219t-384.5 -69h-352zM354 168h154q182 0 281.5 50.5t144.5 162t45 313.5q0 198 -44 310t-145 162.5t-282 50.5h-154v-1049z" />
<glyph unicode="E" horiz-adv-x="1153" d="M182 0v1384h846v-167h-661v-404h565v-168h-565v-477h661v-168h-846z" />
<glyph unicode="F" horiz-adv-x="1108" d="M182 0v1384h838v-167h-653v-404h555v-168h-555v-645h-185z" />
<glyph unicode="G" horiz-adv-x="1391" d="M129 690q0 366 150.5 544.5t449.5 178.5q170 0 293.5 -60t202.5 -200l-150 -102q-49 90 -130 144t-218 54q-209 0 -306 -138t-97 -423q0 -291 105 -422t312 -131q80 0 148.5 18.5t148.5 53.5v328h-336v167h521v-596q-113 -63 -224.5 -99t-257.5 -36q-312 0 -462 179 t-150 540z" />
<glyph unicode="H" horiz-adv-x="1364" d="M182 0v1384h185v-583h630v583h185v-1384h-185v633h-630v-633h-185z" />
<glyph unicode="I" horiz-adv-x="770" d="M102 0v160h191v1067h-191v157h566v-157h-191v-1067h191v-160h-566z" />
<glyph unicode="J" horiz-adv-x="885" d="M51 20l68 158q32 -16 92 -30.5t98 -14.5q81 0 125 28t63 92.5t19 199.5v931h184v-1007q0 -203 -89 -305.5t-300 -102.5q-59 0 -133 14.5t-127 36.5z" />
<glyph unicode="K" horiz-adv-x="1264" d="M182 0v1384h185v-679l585 679h230l-566 -636l594 -748h-235l-477 614l-131 -147v-467h-185z" />
<glyph unicode="L" horiz-adv-x="1038" d="M182 0v1384h185v-1216h626v-168h-811z" />
<glyph unicode="M" horiz-adv-x="1593" d="M182 0v1384h250l367 -753l370 753h242v-1384h-176v1147l-383 -770h-115l-379 770v-1147h-176z" />
<glyph unicode="N" horiz-adv-x="1386" d="M182 0v1384h271l573 -1087v1087h178v-1384h-219l-625 1188v-1188h-178z" />
<glyph unicode="O" horiz-adv-x="1364" d="M119 692q0 364 137 542.5t426 178.5q285 0 424 -175t139 -546q0 -373 -140.5 -547t-422.5 -174q-286 0 -424.5 177t-138.5 544zM313 692q0 -289 87.5 -423t281.5 -134q193 0 281 133t88 424q0 287 -86.5 422t-282.5 135t-282.5 -135t-86.5 -422z" />
<glyph unicode="P" horiz-adv-x="1182" d="M182 0v1384h410q259 0 375 -107t116 -335q0 -250 -117.5 -361.5t-381.5 -111.5h-217v-469h-185zM367 637h178q146 0 213.5 28.5t99 92t31.5 180.5q0 145 -72 212t-246 67h-204v-580z" />
<glyph unicode="Q" horiz-adv-x="1364" d="M119 692q0 371 139 546t426 175q281 0 421 -175.5t140 -545.5q0 -327 -108.5 -502.5t-335.5 -212.5q20 -65 71.5 -104t159.5 -39q31 0 78 7t82 18l57 -152q-103 -35 -225 -35q-190 0 -290.5 80t-141.5 223q-246 27 -359.5 205t-113.5 512zM313 692q0 -292 89 -424.5 t282 -132.5q192 0 279.5 134t87.5 423q0 273 -82 415t-285 142q-194 0 -282.5 -133.5t-88.5 -423.5z" />
<glyph unicode="R" horiz-adv-x="1237" d="M182 0v1384h430q258 0 370 -95t112 -294q0 -170 -68.5 -269t-222.5 -132l375 -594h-217l-353 565h-241v-565h-185zM367 729h231q116 0 182.5 24.5t94.5 78t28 149.5q0 137 -69.5 188.5t-223.5 51.5h-243v-492z" />
<glyph unicode="S" horiz-adv-x="1227" d="M96 242l150 100q117 -207 362 -207q147 0 231.5 61.5t84.5 168.5q0 61 -27 103t-71 70.5t-101 46t-119 33.5q-102 25 -190 51.5t-152.5 68.5t-101.5 107.5t-37 168.5q0 184 118.5 291.5t354.5 107.5q188 0 300 -69.5t177 -178.5l-147 -104q-54 90 -131.5 139t-198.5 49 q-135 0 -210 -59.5t-75 -159.5q0 -53 22.5 -89t64.5 -60.5t104.5 -42t142.5 -37.5q94 -25 179 -52.5t148.5 -72.5t100.5 -116t37 -181q0 -194 -127.5 -301t-372.5 -107q-187 0 -312 66t-204 205z" />
<glyph unicode="T" horiz-adv-x="1184" d="M41 1217v167h1102v-167h-459v-1217h-184v1217h-459z" />
<glyph unicode="U" horiz-adv-x="1405" d="M182 578v806h185v-786q0 -182 33 -280.5t104.5 -141.5t197.5 -43q127 0 199 42.5t104.5 135.5t32.5 283v790h185v-806q0 -227 -51 -358t-160.5 -191t-306.5 -60q-196 0 -309 61t-163.5 193t-50.5 355z" />
<glyph unicode="V" horiz-adv-x="1225" d="M51 1384h193l370 -1206l371 1206h189l-441 -1384h-248z" />
<glyph unicode="W" horiz-adv-x="1757" d="M68 1384h184l258 -1118l262 1118h209l266 -1126l262 1126h181l-334 -1384h-221l-261 1108l-262 -1108h-217z" />
<glyph unicode="X" horiz-adv-x="1208" d="M53 0l449 694l-436 690h217l327 -546l338 546h207l-442 -684l442 -700h-217l-336 557l-342 -557h-207z" />
<glyph unicode="Y" horiz-adv-x="1147" d="M41 1384h209l325 -673l332 673h199l-440 -849v-535h-187v526z" />
<glyph unicode="Z" horiz-adv-x="1163" d="M92 0v176l729 1041h-698v167h917v-165l-737 -1051h754v-168h-965z" />
<glyph unicode="[" horiz-adv-x="805" d="M195 -395v1884h487v-133h-330v-1618h330v-133h-487z" />
<glyph unicode="\" horiz-adv-x="991" d="M100 1520h168l715 -1819h-166z" />
<glyph unicode="]" horiz-adv-x="805" d="M123 -262h330v1618h-330v133h487v-1884h-487v133z" />
<glyph unicode="^" horiz-adv-x="1243" d="M143 594l404 790h149l404 -790h-152l-325 637l-328 -637h-152z" />
<glyph unicode="_" horiz-adv-x="1024" d="M-10 -154h1044v-102h-1044v102z" />
<glyph unicode="`" horiz-adv-x="1085" d="M268 1569h236l178 -361h-141z" />
<glyph unicode="a" horiz-adv-x="1100" d="M109 295q0 108 42.5 179.5t123 113t233.5 59.5l258 23v51q0 121 -67.5 165t-186.5 44q-106 0 -163.5 -37t-82.5 -80l-141 86q48 87 146.5 133.5t244.5 46.5q226 0 324 -82t98 -284v-713h-172v131q-80 -70 -161 -116t-183 -46q-150 0 -231.5 91.5t-81.5 234.5zM287 299 q0 -94 47 -135t141 -41q39 0 77 14.5t75 36t71.5 49t67.5 53.5v256l-168 -16q-171 -15 -241 -66.5t-70 -150.5z" />
<glyph unicode="b" horiz-adv-x="1174" d="M170 0v1489h172v-545q59 57 142 96t178 39q194 0 294.5 -142t100.5 -405q0 -265 -108.5 -414t-303.5 -149q-84 0 -164 34t-139 83v-86h-172zM342 236q57 -48 132 -80.5t147 -32.5q116 0 187 98t71 307q0 210 -64 304t-186 94q-80 0 -155 -41t-132 -94v-555z" />
<glyph unicode="c" horiz-adv-x="1030" d="M117 522q0 274 116 415.5t342 141.5q259 0 369 -192l-141 -86q-39 61 -91.5 95t-138.5 34q-151 0 -214.5 -109.5t-63.5 -302.5q0 -147 30 -229t93.5 -126t161.5 -44q84 0 137 31.5t100 97.5l141 -86q-49 -84 -136 -138.5t-240 -54.5q-231 0 -348 139.5t-117 413.5z" />
<glyph unicode="d" horiz-adv-x="1174" d="M117 516q0 257 112 410t310 153q159 0 292 -116v526h173v-1489h-173v104q-59 -57 -142 -96t-177 -39q-189 0 -292 142.5t-103 404.5zM295 520q0 -397 250 -397q82 0 156.5 41t129.5 94v555q-137 113 -270 113q-117 0 -191.5 -98.5t-74.5 -307.5z" />
<glyph unicode="e" horiz-adv-x="1081" d="M117 516q0 288 112.5 425.5t339.5 137.5q204 0 306 -117.5t102 -361.5v-96h-682q0 -208 71 -296.5t228 -88.5q70 0 123 29.5t102 95.5l142 -88q-60 -90 -146 -138.5t-233 -48.5q-234 0 -349.5 136t-115.5 411zM297 639h512q-2 141 -59.5 219t-186.5 78 q-123 0 -184.5 -70.5t-81.5 -226.5z" />
<glyph unicode="f" horiz-adv-x="633" d="M43 905v144h154v102q0 190 71.5 279.5t251.5 89.5q113 0 203 -39l-47 -148q-29 15 -73 26t-79 11q-87 0 -121 -44.5t-34 -174.5v-102h233v-144h-233v-905h-172v905h-154z" />
<glyph unicode="g" horiz-adv-x="1174" d="M117 535q0 256 113 400t309 144q159 0 292 -116v86h173v-1026q0 -211 -104.5 -314.5t-346.5 -103.5q-231 0 -381 98l64 139q135 -94 317 -94q147 0 212.5 61.5t65.5 202.5v123q-59 -57 -141 -96t-178 -39q-193 0 -294 137.5t-101 397.5zM295 539q0 -202 63 -293.5 t187 -91.5q144 0 286 135v524q-137 113 -270 113q-131 0 -198.5 -102t-67.5 -285z" />
<glyph unicode="h" horiz-adv-x="1163" d="M170 0v1489h172v-596q73 73 170 129.5t195 56.5q152 0 223 -86.5t71 -292.5v-700h-172v618q0 150 -14.5 199.5t-48.5 72.5t-100 23t-154 -50t-170 -122v-741h-172z" />
<glyph unicode="i" horiz-adv-x="512" d="M145 1315q0 53 26 77.5t85 24.5q61 0 87 -23.5t26 -78.5q0 -60 -27 -81.5t-86 -21.5q-63 0 -87 27t-24 76zM170 0v1049h172v-1049h-172z" />
<glyph unicode="j" horiz-adv-x="537" d="M-143 -365l43 142q73 -29 151 -29q84 0 109.5 58.5t25.5 168.5v1074h172v-1094q0 -190 -74 -270t-239 -80q-100 0 -188 30zM162 1315q0 53 25.5 77.5t84.5 24.5q62 0 87.5 -23.5t25.5 -78.5q0 -60 -26.5 -81.5t-86.5 -21.5q-63 0 -86.5 27t-23.5 76z" />
<glyph unicode="k" horiz-adv-x="1049" d="M170 0v1489h172v-930l426 490h211l-418 -459l440 -590h-213l-333 471l-113 -125v-346h-172z" />
<glyph unicode="l" horiz-adv-x="528" d="M178 0v1489h172v-1489h-172z" />
<glyph unicode="m" horiz-adv-x="1712" d="M170 0v1049h172v-156q68 74 152 130t180 56q106 0 169.5 -49t84.5 -156q82 87 167 146t189 59q96 0 154 -40.5t85 -117t27 -221.5v-700h-172v618q0 156 -12 206t-42 69.5t-91 19.5q-52 0 -117 -37t-170 -135v-741h-172v618q0 148 -12 200t-41 73.5t-90 21.5 q-56 0 -131 -44.5t-158 -127.5v-741h-172z" />
<glyph unicode="n" horiz-adv-x="1163" d="M170 0v1049h172v-156q73 73 170 129.5t195 56.5q152 0 223 -86.5t71 -292.5v-700h-172v618q0 150 -15 200t-49 72.5t-99 22.5q-66 0 -154 -50t-170 -122v-741h-172z" />
<glyph unicode="o" horiz-adv-x="1157" d="M117 522q0 281 119.5 419t343.5 138q226 0 343 -140.5t117 -416.5q0 -273 -117.5 -413t-342.5 -140t-344 138.5t-119 414.5zM295 522q0 -205 67.5 -304t217.5 -99q143 0 212.5 98t69.5 305q0 214 -70.5 311t-211.5 97q-145 0 -215 -97.5t-70 -310.5z" />
<glyph unicode="p" horiz-adv-x="1174" d="M170 -395v1444h172v-105q59 57 142 96t178 39q187 0 291 -141.5t104 -405.5q0 -258 -112.5 -410.5t-309.5 -152.5q-157 0 -293 117v-481h-172zM342 236q134 -113 270 -113q117 0 192 98t75 307q0 398 -250 398q-82 0 -157 -41t-130 -94v-555z" />
<glyph unicode="q" horiz-adv-x="1174" d="M117 516q0 265 108 414t303 149q84 0 164 -33.5t139 -82.5v86h173v-1444h-173v499q-59 -57 -142 -96t-177 -39q-191 0 -293 139t-102 408zM295 520q0 -209 63 -303t187 -94q141 0 286 135v555q-57 47 -131.5 80t-146.5 33q-117 0 -187.5 -98.5t-70.5 -307.5z" />
<glyph unicode="r" horiz-adv-x="811" d="M170 0v1049h172v-170q72 73 151.5 129.5t176.5 56.5q65 0 104 -21l-37 -165q-28 12 -80 12q-77 0 -148.5 -35.5t-166.5 -130.5v-725h-172z" />
<glyph unicode="s" horiz-adv-x="991" d="M100 158l138 84q79 -127 254 -127q114 0 170.5 43.5t56.5 117.5q0 44 -20 71.5t-62 48t-172 55.5q-187 43 -263.5 119t-76.5 202q0 139 100 223t277 84q137 0 230 -54t136 -130l-137 -84q-82 123 -233 123q-86 0 -145.5 -38t-59.5 -118q0 -71 52 -103t163 -59 q178 -46 246 -86t100.5 -98.5t32.5 -148.5q0 -147 -104 -230.5t-296 -83.5q-131 0 -235 49.5t-152 139.5z" />
<glyph unicode="t" horiz-adv-x="729" d="M47 905v144h150v292h172v-292h266v-144h-266v-555q0 -127 25.5 -182t113.5 -55q76 0 141 28l45 -141q-100 -31 -198 -31q-160 0 -229.5 84t-69.5 264v588h-150z" />
<glyph unicode="u" horiz-adv-x="1163" d="M162 348v701h172v-619q0 -150 15.5 -200t49.5 -72.5t99 -22.5t153 50.5t170 121.5v742h172v-1049h-172v156q-80 -80 -176 -133.5t-188 -53.5q-105 0 -170.5 39.5t-95 119t-29.5 220.5z" />
<glyph unicode="v" horiz-adv-x="1008" d="M51 1049h185l272 -824l270 824h178l-368 -1049h-170z" />
<glyph unicode="w" horiz-adv-x="1475" d="M63 1049h179l178 -799l250 799h143l256 -799l170 799h172l-258 -1049h-160l-256 803l-256 -803h-157z" />
<glyph unicode="x" horiz-adv-x="1012" d="M55 0l348 518l-344 531h211l242 -398l248 398h196l-348 -519l348 -530h-215l-241 399l-250 -399h-195z" />
<glyph unicode="y" horiz-adv-x="1040" d="M-4 -365l43 142q65 -29 151 -29q121 0 205 219l35 90l-383 992h186l289 -768l291 768h180l-448 -1129q-71 -173 -152 -244t-211 -71q-47 0 -100 9t-86 21z" />
<glyph unicode="z" horiz-adv-x="934" d="M82 0v131l547 774h-535v144h742v-125l-549 -779h565v-145h-770z" />
<glyph unicode="{" horiz-adv-x="977" d="M102 489v148h19q291 0 291 356v146q0 188 107.5 284.5t285.5 96.5h69v-134h-51q-131 0 -192.5 -65.5t-61.5 -198.5v-172q0 -157 -73.5 -249.5t-206.5 -139.5q280 -95 280 -387v-172q0 -133 61.5 -198.5t192.5 -65.5h51v-133h-69q-180 0 -286.5 98t-106.5 283v147 q0 178 -74.5 267t-216.5 89h-19z" />
<glyph unicode="|" horiz-adv-x="852" d="M348 -395v1915h156v-1915h-156z" />
<glyph unicode="}" horiz-adv-x="977" d="M102 -262h52q131 0 192.5 65.5t61.5 198.5v172q0 292 280 387q-133 47 -206.5 139.5t-73.5 249.5v172q0 133 -61.5 198.5t-192.5 65.5h-52v134h70q193 0 293 -98.5t100 -282.5v-146q0 -356 291 -356h18v-148h-18q-142 0 -216.5 -89t-74.5 -267v-147q0 -185 -105.5 -283 t-287.5 -98h-70v133z" />
<glyph unicode="~" horiz-adv-x="1427" d="M164 614v160q100 80 178 103.5t127 23.5q61 0 125.5 -24.5t129 -54t126 -54.5t117.5 -25q47 0 91.5 16t84.5 38.5t121 89.5v-160q-17 -12 -45.5 -32.5t-66.5 -42t-85 -37t-96 -15.5q-62 0 -130.5 24.5t-136 54.5t-130 54.5t-109.5 24.5q-66 0 -144 -37.5t-157 -106.5z " />
<glyph unicode="&#xa1;" d="M156 967q0 63 29.5 87.5t93.5 24.5q71 0 95.5 -29.5t24.5 -82.5q0 -60 -27.5 -86.5t-92.5 -26.5q-68 0 -95.5 26.5t-27.5 86.5zM178 -395l25 1087h145l29 -1087h-199z" />
<glyph unicode="&#xa2;" horiz-adv-x="1030" d="M117 522q0 274 116 415.5t342 141.5q32 0 64 -4l47 213h119l-53 -237q125 -43 192 -164l-141 -86q-41 61 -86 90l-168 -772h31q84 0 137 31.5t100 97.5l141 -86q-49 -84 -136 -138.5t-240 -54.5q-34 0 -66 4l-51 -233h-119l55 256q-153 51 -218.5 190.5t-65.5 335.5z M295 518q0 -129 29.5 -225t111.5 -141l170 776l-16 2h-17q-151 0 -214.5 -109.5t-63.5 -302.5z" />
<glyph unicode="&#xa3;" horiz-adv-x="1264" d="M113 0v156q69 14 107 70.5t55.5 135t17.5 226.5h-156v131h150l-10 49q-44 159 -44 276q0 173 127 271t342 98q306 0 443 -219l-154 -90q-45 72 -118.5 115t-170.5 43q-135 0 -206.5 -64.5t-71.5 -181.5q0 -76 24 -172q25 -104 27 -125h381v-131h-373q0 -175 -41 -276.5 t-120 -155.5h837v-156h-1046z" />
<glyph unicode="&#xa4;" horiz-adv-x="1264" d="M119 164l194 198q-71 100 -71 224q0 135 69 225l-192 195l92 92l192 -191q100 76 228 76q133 0 229 -74l193 189l90 -92l-187 -191q74 -96 74 -229q0 -115 -76 -228l189 -194l-90 -90l-195 190q-59 -41 -113.5 -55t-113.5 -14q-127 0 -223 71l-197 -192zM387 586 q0 -66 31 -124t88.5 -93t124.5 -35q109 0 181.5 74t72.5 178q0 109 -73.5 183.5t-180.5 74.5q-106 0 -175 -75.5t-69 -182.5z" />
<glyph unicode="&#xa5;" horiz-adv-x="1264" d="M66 1384h208l361 -624l364 624h199l-375 -624h303v-121h-374l-29 -45v-105h403v-120h-403v-369h-184v369h-402v120h402v97l-33 53h-369v121h299z" />
<glyph unicode="&#xa6;" horiz-adv-x="852" d="M348 242h156v-637h-156v637zM348 883v637h156v-637h-156z" />
<glyph unicode="&#xa7;" horiz-adv-x="1081" d="M109 545q0 104 68.5 179t174.5 138q-92 64 -136 123t-44 131q0 135 98.5 216t296.5 81q270 0 383 -147l-127 -97q-87 101 -252 101q-219 0 -219 -146q0 -59 55.5 -103t172.5 -110q173 -96 248 -156.5t110 -122.5t35 -132q0 -101 -59.5 -170.5t-182.5 -145.5 q100 -67 142 -127.5t42 -124.5q0 -151 -108.5 -225t-286.5 -74q-263 0 -383 148l127 96q95 -102 252 -102q115 0 167 36.5t52 112.5q0 53 -50.5 97.5t-195.5 119.5q-161 87 -230.5 142.5t-109.5 118t-40 143.5zM276 551q0 -55 60.5 -116t164.5 -117l101 -56q90 60 146.5 108 t56.5 122q0 42 -30 83t-88.5 84.5t-203.5 124.5q-90 -55 -148.5 -110.5t-58.5 -122.5z" />
<glyph unicode="&#xa8;" horiz-adv-x="1085" d="M242 1315q0 53 23.5 79.5t82.5 26.5q62 0 85.5 -25.5t23.5 -80.5q0 -60 -24.5 -83.5t-84.5 -23.5q-63 0 -84.5 29t-21.5 78zM637 1315q0 53 23.5 79.5t82.5 26.5q62 0 85.5 -25.5t23.5 -80.5q0 -60 -24.5 -83.5t-84.5 -23.5q-63 0 -84.5 29t-21.5 78z" />
<glyph unicode="&#xa9;" horiz-adv-x="1855" d="M123 610q0 221 106 405.5t293.5 291t405.5 106.5q221 0 405.5 -106t291 -293.5t106.5 -403.5q0 -221 -106.5 -408t-292 -293t-404.5 -106q-220 0 -405.5 107.5t-292.5 294t-107 405.5zM256 610q0 -183 89 -339t245 -247.5t338 -91.5q179 0 335.5 90.5t246 247.5t89.5 340 t-90.5 340t-246 246.5t-334.5 89.5q-181 0 -336.5 -90.5t-245.5 -247.5t-90 -338zM557 612q0 224 94 334.5t297 110.5q123 0 200 -49.5t118 -126.5l-119 -74q-29 51 -73 89t-128 38q-135 0 -189.5 -81t-54.5 -241q0 -163 58.5 -241t187.5 -78q136 0 211 133l119 -72 q-57 -96 -136 -140t-190 -44q-204 0 -299.5 109.5t-95.5 332.5z" />
<glyph unicode="&#xaa;" horiz-adv-x="780" d="M92 1014q0 104 62.5 160.5t205.5 72.5l158 13v24q0 72 -39 96.5t-114 24.5q-113 0 -158 -78l-109 66q31 51 91.5 89t177.5 38q147 0 215.5 -52.5t68.5 -189.5v-461h-133v72q-47 -39 -98 -64.5t-115 -25.5q-102 0 -157.5 60.5t-55.5 154.5zM227 1016q0 -53 28 -77t85 -24 q47 0 91 29t87 64v145l-98 -10q-92 -8 -142.5 -33t-50.5 -94z" />
<glyph unicode="&#xab;" horiz-adv-x="1225" d="M72 524l393 471h197l-394 -471l394 -471h-197zM561 524l393 471h197l-393 -471l393 -471h-197z" />
<glyph unicode="&#xac;" horiz-adv-x="1427" d="M164 827v144h1100v-604h-144v460h-956z" />
<glyph unicode="&#xad;" horiz-adv-x="827" d="M102 440v172h623v-172h-623z" />
<glyph unicode="&#xae;" horiz-adv-x="1855" d="M123 610q0 221 106 405.5t293.5 291t405.5 106.5q221 0 405.5 -106t291 -293.5t106.5 -403.5q0 -221 -106.5 -408t-292 -293t-404.5 -106q-220 0 -405.5 107.5t-292.5 294t-107 405.5zM256 610q0 -183 89 -339t245 -247.5t338 -91.5q179 0 335.5 90.5t246 247.5t89.5 340 t-90.5 340t-246 246.5t-334.5 89.5q-181 0 -336.5 -90.5t-245.5 -247.5t-90 -338zM643 201v850h275q151 0 232 -52.5t81 -193.5q0 -111 -46 -168t-124 -80l233 -356h-164l-217 336h-131v-336h-139zM782 657h129q103 0 138.5 32t35.5 110q0 73 -36.5 103t-130.5 30h-136v-275 z" />
<glyph unicode="&#xaf;" horiz-adv-x="1085" d="M238 1255v140h610v-140h-610z" />
<glyph unicode="&#xb0;" horiz-adv-x="864" d="M152 1241q0 112 80 195.5t200 83.5q116 0 198.5 -81.5t82.5 -197.5q0 -76 -39 -143t-103 -103.5t-137 -36.5q-119 0 -200.5 84t-81.5 199zM270 1241q0 -67 47.5 -115.5t116.5 -48.5q68 0 114 48.5t46 113.5q0 68 -46 115t-114 47q-72 0 -118 -48t-46 -112z" />
<glyph unicode="&#xb1;" horiz-adv-x="1427" d="M164 0v143h1100v-143h-1100zM164 809v143h477v478h143v-478h480v-143h-480v-479h-143v479h-477z" />
<glyph unicode="&#xb2;" horiz-adv-x="889" d="M106 1362q106 162 326 162q148 0 230.5 -63.5t82.5 -180.5q0 -85 -38.5 -147t-122.5 -137t-260 -210h450v-131h-659v138q74 52 208.5 161t195 180t56.5 142q0 59 -44 89t-103 30q-108 0 -188 -111z" />
<glyph unicode="&#xb3;" horiz-adv-x="889" d="M84 778l133 74q27 -35 73 -60.5t103 -25.5q94 0 137 36t43 109q0 70 -48 100.5t-140 30.5h-90v127h78q86 0 136 32t50 91q0 54 -40 79.5t-105 25.5q-117 0 -187 -99l-133 76q40 56 82.5 85.5t105.5 47t142 17.5q160 0 233.5 -63.5t73.5 -151.5q0 -140 -139 -193 q67 -24 110 -78.5t43 -132.5q0 -133 -92 -200.5t-258 -67.5q-102 0 -186 39t-125 102z" />
<glyph unicode="&#xb4;" horiz-adv-x="1085" d="M481 1208l178 361h236l-272 -361h-142z" />
<glyph unicode="&#xb5;" horiz-adv-x="1169" d="M139 -395v1444h174v-793q43 -53 113 -85t143 -32q153 0 273 144v766h176v-1049h-166l-10 119q-60 -76 -123.5 -113t-147.5 -37q-75 0 -132.5 15.5t-125.5 66.5v-446h-174z" />
<glyph unicode="&#xb6;" horiz-adv-x="1257" d="M59 1069q0 191 132.5 305.5t347.5 114.5h657v-133h-192v-1751h-160v1751h-195v-1751h-160v1040q-120 0 -219 51.5t-155 148t-56 224.5z" />
<glyph unicode="&#xb7;" d="M156 745q0 60 27.5 86.5t92.5 26.5q68 0 95.5 -26.5t27.5 -86.5q0 -63 -29.5 -87.5t-93.5 -24.5q-71 0 -95.5 29.5t-24.5 82.5z" />
<glyph unicode="&#xb8;" horiz-adv-x="1085" d="M244 -348l51 100q29 -10 85 -21.5t107 -11.5q121 0 121 78q0 40 -42.5 68t-133.5 35l62 118h106l-25 -49q87 -22 125.5 -73.5t38.5 -110.5q0 -86 -68.5 -133t-187.5 -47q-77 0 -147 17.5t-92 29.5z" />
<glyph unicode="&#xb9;" horiz-adv-x="889" d="M182 1241v107q129 4 182.5 37.5t77.5 119.5h125v-850h-161v586h-224z" />
<glyph unicode="&#xba;" horiz-adv-x="825" d="M102 1157q0 180 80 271.5t232 91.5q151 0 230 -93.5t79 -269.5t-79.5 -267t-229.5 -91q-154 0 -233 91.5t-79 266.5zM240 1157q0 -129 41.5 -186.5t132.5 -57.5q100 0 137 67t37 177q0 113 -37 180.5t-137 67.5q-91 0 -132.5 -58.5t-41.5 -189.5z" />
<glyph unicode="&#xbb;" horiz-adv-x="1225" d="M74 53l393 471l-393 471h196l394 -471l-394 -471h-196zM563 53l393 471l-393 471h197l393 -471l-393 -471h-197z" />
<glyph unicode="&#xbc;" horiz-adv-x="1946" d="M161 1126v107q129 4 182.5 37.5t77.5 119.5h125v-850h-161v586h-224zM481 -51l779 1487h166l-781 -1487h-164zM1100 174v125l496 542h141v-542h127v-125h-127v-183h-160v183h-477zM1278 299h299v325z" />
<glyph unicode="&#xbd;" horiz-adv-x="1946" d="M84 1126v107q129 4 182.5 37.5t77.5 119.5h125v-850h-161v586h-224zM397 -51l779 1487h166l-781 -1487h-164zM1132 696q106 162 326 162q148 0 230.5 -63.5t82.5 -180.5q0 -85 -38.5 -147t-122.5 -137t-260 -210h450v-131h-659v138q74 52 208.5 161t195 180t56.5 142 q0 59 -44 89t-103 30q-108 0 -188 -111z" />
<glyph unicode="&#xbe;" horiz-adv-x="1946" d="M104 663l133 74q27 -35 73 -60.5t103 -25.5q94 0 137 36t43 109q0 70 -48 100.5t-140 30.5h-90v127h78q86 0 136 32t50 91q0 54 -40 79.5t-105 25.5q-117 0 -187 -99l-133 76q40 56 82.5 85.5t105.5 47t142 17.5q160 0 233.5 -63.5t73.5 -151.5q0 -140 -139 -193 q67 -24 110 -78.5t43 -132.5q0 -133 -92 -200.5t-258 -67.5q-102 0 -186 39t-125 102zM585 -51l779 1487h166l-781 -1487h-164zM1100 172v125l496 542h141v-542h127v-125h-127v-183h-160v183h-477zM1278 297h299v325z" />
<glyph unicode="&#xbf;" horiz-adv-x="1049" d="M109 -14q0 102 40 184t115 152t254 174v196h174v-272q-179 -106 -252.5 -166t-105 -118.5t-31.5 -135.5q0 -113 66.5 -172t191.5 -59q109 0 171.5 40.5t96.5 100.5l152 -98q-114 -207 -418 -207q-211 0 -332.5 98t-121.5 283zM481 967q0 63 30 87.5t93 24.5 q72 0 96.5 -29.5t24.5 -82.5q0 -60 -27.5 -86.5t-93.5 -26.5q-67 0 -95 26.5t-28 86.5z" />
<glyph unicode="&#xc0;" horiz-adv-x="1288" d="M51 0l473 1384h240l473 -1384h-195l-120 360h-564l-118 -360h-189zM364 1905h236l178 -361h-141zM414 528h450l-225 674z" />
<glyph unicode="&#xc1;" horiz-adv-x="1288" d="M51 0l473 1384h240l473 -1384h-195l-120 360h-564l-118 -360h-189zM414 528h450l-225 674zM520 1544l178 361h236l-272 -361h-142z" />
<glyph unicode="&#xc2;" horiz-adv-x="1288" d="M51 0l473 1384h240l473 -1384h-195l-120 360h-564l-118 -360h-189zM309 1544l229 361h211l228 -361h-150l-184 238l-185 -238h-149zM414 528h450l-225 674z" />
<glyph unicode="&#xc3;" horiz-adv-x="1288" d="M51 0l473 1384h240l473 -1384h-195l-120 360h-564l-118 -360h-189zM266 1557q6 125 67.5 193.5t161.5 68.5q56 0 96.5 -22.5t75.5 -48.5t66 -48.5t67 -22.5q88 0 97 129h121q-19 -262 -232 -262q-65 0 -105 22.5t-71 50.5t-58.5 50.5t-68.5 22.5q-51 0 -71.5 -36 t-24.5 -97h-121zM414 528h450l-225 674z" />
<glyph unicode="&#xc4;" horiz-adv-x="1288" d="M51 0l473 1384h240l473 -1384h-195l-120 360h-564l-118 -360h-189zM342 1651q0 53 23.5 79.5t82.5 26.5q62 0 85.5 -25.5t23.5 -80.5q0 -60 -24.5 -83.5t-84.5 -23.5q-63 0 -84.5 29t-21.5 78zM414 528h450l-225 674zM737 1651q0 53 23.5 79.5t82.5 26.5q62 0 85.5 -25.5 t23.5 -80.5q0 -60 -24.5 -83.5t-84.5 -23.5q-63 0 -84.5 29t-21.5 78z" />
<glyph unicode="&#xc5;" horiz-adv-x="1288" d="M51 0l473 1384h240l473 -1384h-195l-120 360h-564l-118 -360h-189zM414 528h450l-225 674zM446 1692q0 88 47 142t150 54q104 0 151 -53t47 -143t-48 -143.5t-150 -53.5q-105 0 -151 55.5t-46 141.5zM546 1692q0 -101 97 -101q98 0 98 101q0 100 -98 100q-97 0 -97 -100z " />
<glyph unicode="&#xc6;" horiz-adv-x="1747" d="M45 0l533 1384h1044v-167h-604v-408h526v-168h-526v-473h604v-168h-788v383h-453l-145 -383h-191zM442 551h392v666h-140z" />
<glyph unicode="&#xc7;" horiz-adv-x="1321" d="M129 692q0 361 146.5 541t451.5 180q121 0 216 -30t160.5 -82.5t119.5 -147.5l-152 -100q-44 74 -89 112.5t-108 61t-147 22.5q-208 0 -305.5 -138.5t-97.5 -418.5q0 -276 96 -416.5t309 -140.5q118 0 205 46.5t156 160.5l153 -100q-78 -131 -180.5 -191.5t-245.5 -75.5 l-2 -6q86 -22 125 -73.5t39 -110.5q0 -86 -68.5 -133t-187.5 -47q-78 0 -147.5 17.5t-92.5 29.5l52 100q28 -10 84.5 -21.5t107.5 -11.5q121 0 121 78q0 40 -42.5 68t-133.5 35l37 71q-297 9 -438.5 188t-141.5 533z" />
<glyph unicode="&#xc8;" horiz-adv-x="1153" d="M182 0v1384h846v-167h-661v-404h565v-168h-565v-477h661v-168h-846zM340 1905h236l178 -361h-141z" />
<glyph unicode="&#xc9;" horiz-adv-x="1153" d="M182 0v1384h846v-167h-661v-404h565v-168h-565v-477h661v-168h-846zM481 1544l178 361h236l-272 -361h-142z" />
<glyph unicode="&#xca;" horiz-adv-x="1153" d="M182 0v1384h846v-167h-661v-404h565v-168h-565v-477h661v-168h-846zM270 1544l229 361h211l228 -361h-150l-184 238l-185 -238h-149z" />
<glyph unicode="&#xcb;" horiz-adv-x="1153" d="M182 0v1384h846v-167h-661v-404h565v-168h-565v-477h661v-168h-846zM287 1651q0 53 23.5 79.5t82.5 26.5q62 0 85.5 -25.5t23.5 -80.5q0 -60 -24.5 -83.5t-84.5 -23.5q-63 0 -84.5 29t-21.5 78zM682 1651q0 53 23.5 79.5t82.5 26.5q62 0 85.5 -25.5t23.5 -80.5 q0 -60 -24.5 -83.5t-84.5 -23.5q-63 0 -84.5 29t-21.5 78z" />
<glyph unicode="&#xcc;" horiz-adv-x="770" d="M92 1905h236l178 -361h-141zM102 0v160h191v1067h-191v157h566v-157h-191v-1067h191v-160h-566z" />
<glyph unicode="&#xcd;" horiz-adv-x="770" d="M102 0v160h191v1067h-191v157h566v-157h-191v-1067h191v-160h-566zM295 1544l178 361h236l-272 -361h-142z" />
<glyph unicode="&#xce;" horiz-adv-x="770" d="M57 1544l229 361h211l228 -361h-150l-184 238l-185 -238h-149zM102 0v160h191v1067h-191v157h566v-157h-191v-1067h191v-160h-566z" />
<glyph unicode="&#xcf;" horiz-adv-x="770" d="M90 1651q0 53 23.5 79.5t82.5 26.5q62 0 85.5 -25.5t23.5 -80.5q0 -60 -24.5 -83.5t-84.5 -23.5q-63 0 -84.5 29t-21.5 78zM102 0v160h191v1067h-191v157h566v-157h-191v-1067h191v-160h-566zM485 1651q0 53 23.5 79.5t82.5 26.5q62 0 85.5 -25.5t23.5 -80.5 q0 -60 -24.5 -83.5t-84.5 -23.5q-63 0 -84.5 29t-21.5 78z" />
<glyph unicode="&#xd0;" horiz-adv-x="1378" d="M63 627v141h119v616h365q261 0 410.5 -70.5t220.5 -222.5t71 -399q0 -254 -70 -404t-217 -219t-413 -69h-367v627h-119zM367 168h172q198 0 307 50.5t159 164t50 311.5q0 292 -115 407.5t-401 115.5h-172v-449h335v-141h-335v-459z" />
<glyph unicode="&#xd1;" horiz-adv-x="1386" d="M182 0v1384h271l573 -1087v1087h178v-1384h-219l-625 1188v-1188h-178zM297 1557q6 125 67.5 193.5t161.5 68.5q56 0 96.5 -22.5t75.5 -48.5t66 -48.5t67 -22.5q88 0 97 129h121q-19 -262 -232 -262q-65 0 -105 22.5t-71 50.5t-58.5 50.5t-68.5 22.5q-51 0 -71.5 -36 t-24.5 -97h-121z" />
<glyph unicode="&#xd2;" horiz-adv-x="1364" d="M119 692q0 364 137 542.5t426 178.5q285 0 424 -175t139 -546q0 -373 -140.5 -547t-422.5 -174q-286 0 -424.5 177t-138.5 544zM313 692q0 -289 87.5 -423t281.5 -134q193 0 281 133t88 424q0 287 -86.5 422t-282.5 135t-282.5 -135t-86.5 -422zM444 1905h236l178 -361 h-141z" />
<glyph unicode="&#xd3;" horiz-adv-x="1364" d="M119 692q0 364 137 542.5t426 178.5q285 0 424 -175t139 -546q0 -373 -140.5 -547t-422.5 -174q-286 0 -424.5 177t-138.5 544zM313 692q0 -289 87.5 -423t281.5 -134q193 0 281 133t88 424q0 287 -86.5 422t-282.5 135t-282.5 -135t-86.5 -422zM585 1544l178 361h236 l-272 -361h-142z" />
<glyph unicode="&#xd4;" horiz-adv-x="1364" d="M119 692q0 364 137 542.5t426 178.5q285 0 424 -175t139 -546q0 -373 -140.5 -547t-422.5 -174q-286 0 -424.5 177t-138.5 544zM313 692q0 -289 87.5 -423t281.5 -134q193 0 281 133t88 424q0 287 -86.5 422t-282.5 135t-282.5 -135t-86.5 -422zM348 1544l229 361h211 l228 -361h-150l-184 238l-185 -238h-149z" />
<glyph unicode="&#xd5;" horiz-adv-x="1364" d="M119 692q0 364 137 542.5t426 178.5q285 0 424 -175t139 -546q0 -373 -140.5 -547t-422.5 -174q-286 0 -424.5 177t-138.5 544zM305 1557q6 125 67.5 193.5t161.5 68.5q56 0 96.5 -22.5t75.5 -48.5t66 -48.5t67 -22.5q88 0 97 129h121q-19 -262 -232 -262 q-65 0 -105 22.5t-71 50.5t-58.5 50.5t-68.5 22.5q-51 0 -71.5 -36t-24.5 -97h-121zM313 692q0 -289 87.5 -423t281.5 -134q193 0 281 133t88 424q0 287 -86.5 422t-282.5 135t-282.5 -135t-86.5 -422z" />
<glyph unicode="&#xd6;" horiz-adv-x="1364" d="M119 692q0 364 137 542.5t426 178.5q285 0 424 -175t139 -546q0 -373 -140.5 -547t-422.5 -174q-286 0 -424.5 177t-138.5 544zM313 692q0 -289 87.5 -423t281.5 -134q193 0 281 133t88 424q0 287 -86.5 422t-282.5 135t-282.5 -135t-86.5 -422zM381 1651q0 53 23.5 79.5 t82.5 26.5q62 0 85.5 -25.5t23.5 -80.5q0 -60 -24.5 -83.5t-84.5 -23.5q-63 0 -84.5 29t-21.5 78zM776 1651q0 53 23.5 79.5t82.5 26.5q62 0 85.5 -25.5t23.5 -80.5q0 -60 -24.5 -83.5t-84.5 -23.5q-63 0 -84.5 29t-21.5 78z" />
<glyph unicode="&#xd7;" horiz-adv-x="1427" d="M205 180l407 406l-407 407l102 101l406 -406l407 406l101 -101l-406 -407l406 -406l-101 -102l-407 407l-406 -407z" />
<glyph unicode="&#xd8;" horiz-adv-x="1364" d="M68 -115l184 271q-133 170 -133 536q0 364 137 542.5t426 178.5q225 0 360 -110l129 186h150l-195 -283q119 -177 119 -514q0 -373 -140.5 -547t-422.5 -174q-213 0 -340 97l-125 -183h-149zM313 692q0 -237 58 -366l565 823q-88 100 -254 100q-196 0 -282.5 -135 t-86.5 -422zM444 217q84 -82 238 -82q193 0 281 133t88 424q0 211 -47 338z" />
<glyph unicode="&#xd9;" horiz-adv-x="1405" d="M182 578v806h185v-786q0 -182 33 -280.5t104.5 -141.5t197.5 -43q127 0 199 42.5t104.5 135.5t32.5 283v790h185v-806q0 -227 -51 -358t-160.5 -191t-306.5 -60q-196 0 -309 61t-163.5 193t-50.5 355zM434 1905h236l178 -361h-141z" />
<glyph unicode="&#xda;" horiz-adv-x="1405" d="M182 578v806h185v-786q0 -182 33 -280.5t104.5 -141.5t197.5 -43q127 0 199 42.5t104.5 135.5t32.5 283v790h185v-806q0 -227 -51 -358t-160.5 -191t-306.5 -60q-196 0 -309 61t-163.5 193t-50.5 355zM606 1544l178 361h236l-272 -361h-142z" />
<glyph unicode="&#xdb;" horiz-adv-x="1405" d="M182 578v806h185v-786q0 -182 33 -280.5t104.5 -141.5t197.5 -43q127 0 199 42.5t104.5 135.5t32.5 283v790h185v-806q0 -227 -51 -358t-160.5 -191t-306.5 -60q-196 0 -309 61t-163.5 193t-50.5 355zM369 1544l229 361h211l228 -361h-150l-184 238l-185 -238h-149z" />
<glyph unicode="&#xdc;" horiz-adv-x="1405" d="M182 578v806h185v-786q0 -182 33 -280.5t104.5 -141.5t197.5 -43q127 0 199 42.5t104.5 135.5t32.5 283v790h185v-806q0 -227 -51 -358t-160.5 -191t-306.5 -60q-196 0 -309 61t-163.5 193t-50.5 355zM402 1651q0 53 23.5 79.5t82.5 26.5q62 0 85.5 -25.5t23.5 -80.5 q0 -60 -24.5 -83.5t-84.5 -23.5q-63 0 -84.5 29t-21.5 78zM797 1651q0 53 23.5 79.5t82.5 26.5q62 0 85.5 -25.5t23.5 -80.5q0 -60 -24.5 -83.5t-84.5 -23.5q-63 0 -84.5 29t-21.5 78z" />
<glyph unicode="&#xdd;" horiz-adv-x="1147" d="M41 1384h209l325 -673l332 673h199l-440 -849v-535h-187v526zM481 1544l178 361h236l-272 -361h-142z" />
<glyph unicode="&#xde;" horiz-adv-x="1182" d="M182 0v1384h185v-215h225q259 0 375 -107t116 -335q0 -250 -117.5 -361.5t-381.5 -111.5h-217v-254h-185zM367 422h178q146 0 213.5 28.5t99 92t31.5 180.5q0 144 -71.5 211t-246.5 67h-204v-579z" />
<glyph unicode="&#xdf;" horiz-adv-x="1171" d="M170 0v1034q0 261 102 373.5t308 112.5q170 0 274 -78t104 -246q0 -140 -64.5 -222t-188.5 -102q174 -20 262 -130.5t88 -282.5q0 -490 -408 -490q-74 0 -190 31v162q99 -41 184 -41q127 0 181.5 88t54.5 258q0 113 -43 181.5t-122.5 99t-232.5 30.5v152 q160 0 232.5 61.5t72.5 186.5q0 192 -209 192q-121 0 -177 -75t-56 -253v-1042h-172z" />
<glyph unicode="&#xe0;" horiz-adv-x="1100" d="M109 295q0 108 42.5 179.5t123 113t233.5 59.5l258 23v51q0 121 -67.5 165t-186.5 44q-106 0 -163.5 -37t-82.5 -80l-141 86q48 87 146.5 133.5t244.5 46.5q226 0 324 -82t98 -284v-713h-172v131q-80 -70 -161 -116t-183 -46q-150 0 -231.5 91.5t-81.5 234.5zM262 1569 h236l178 -361h-141zM287 299q0 -94 47 -135t141 -41q39 0 77 14.5t75 36t71.5 49t67.5 53.5v256l-168 -16q-171 -15 -241 -66.5t-70 -150.5z" />
<glyph unicode="&#xe1;" horiz-adv-x="1100" d="M109 295q0 108 42.5 179.5t123 113t233.5 59.5l258 23v51q0 121 -67.5 165t-186.5 44q-106 0 -163.5 -37t-82.5 -80l-141 86q48 87 146.5 133.5t244.5 46.5q226 0 324 -82t98 -284v-713h-172v131q-80 -70 -161 -116t-183 -46q-150 0 -231.5 91.5t-81.5 234.5zM287 299 q0 -94 47 -135t141 -41q39 0 77 14.5t75 36t71.5 49t67.5 53.5v256l-168 -16q-171 -15 -241 -66.5t-70 -150.5zM424 1208l178 361h236l-272 -361h-142z" />
<glyph unicode="&#xe2;" horiz-adv-x="1100" d="M109 295q0 108 42.5 179.5t123 113t233.5 59.5l258 23v51q0 121 -67.5 165t-186.5 44q-106 0 -163.5 -37t-82.5 -80l-141 86q48 87 146.5 133.5t244.5 46.5q226 0 324 -82t98 -284v-713h-172v131q-80 -70 -161 -116t-183 -46q-150 0 -231.5 91.5t-81.5 234.5zM186 1208 l229 361h211l228 -361h-150l-184 238l-185 -238h-149zM287 299q0 -94 47 -135t141 -41q39 0 77 14.5t75 36t71.5 49t67.5 53.5v256l-168 -16q-171 -15 -241 -66.5t-70 -150.5z" />
<glyph unicode="&#xe3;" horiz-adv-x="1100" d="M109 295q0 108 42.5 179.5t123 113t233.5 59.5l258 23v51q0 121 -67.5 165t-186.5 44q-106 0 -163.5 -37t-82.5 -80l-141 86q48 87 146.5 133.5t244.5 46.5q226 0 324 -82t98 -284v-713h-172v131q-80 -70 -161 -116t-183 -46q-150 0 -231.5 91.5t-81.5 234.5zM156 1221 q6 125 67.5 193.5t161.5 68.5q56 0 96.5 -22.5t75.5 -48.5t66 -48.5t67 -22.5q88 0 97 129h121q-19 -262 -232 -262q-65 0 -105 22.5t-71 50.5t-58.5 50.5t-68.5 22.5q-51 0 -71.5 -36t-24.5 -97h-121zM287 299q0 -94 47 -135t141 -41q39 0 77 14.5t75 36t71.5 49t67.5 53.5 v256l-168 -16q-171 -15 -241 -66.5t-70 -150.5z" />
<glyph unicode="&#xe4;" horiz-adv-x="1100" d="M109 295q0 108 42.5 179.5t123 113t233.5 59.5l258 23v51q0 121 -67.5 165t-186.5 44q-106 0 -163.5 -37t-82.5 -80l-141 86q48 87 146.5 133.5t244.5 46.5q226 0 324 -82t98 -284v-713h-172v131q-80 -70 -161 -116t-183 -46q-150 0 -231.5 91.5t-81.5 234.5zM219 1315 q0 53 23.5 79.5t82.5 26.5q62 0 85.5 -25.5t23.5 -80.5q0 -60 -24.5 -83.5t-84.5 -23.5q-63 0 -84.5 29t-21.5 78zM287 299q0 -94 47 -135t141 -41q39 0 77 14.5t75 36t71.5 49t67.5 53.5v256l-168 -16q-171 -15 -241 -66.5t-70 -150.5zM614 1315q0 53 23.5 79.5t82.5 26.5 q62 0 85.5 -25.5t23.5 -80.5q0 -60 -24.5 -83.5t-84.5 -23.5q-63 0 -84.5 29t-21.5 78z" />
<glyph unicode="&#xe5;" horiz-adv-x="1100" d="M109 295q0 108 42.5 179.5t123 113t233.5 59.5l258 23v51q0 121 -67.5 165t-186.5 44q-106 0 -163.5 -37t-82.5 -80l-141 86q48 87 146.5 133.5t244.5 46.5q226 0 324 -82t98 -284v-713h-172v131q-80 -70 -161 -116t-183 -46q-150 0 -231.5 91.5t-81.5 234.5zM287 299 q0 -94 47 -135t141 -41q39 0 77 14.5t75 36t71.5 49t67.5 53.5v256l-168 -16q-171 -15 -241 -66.5t-70 -150.5zM323 1354q0 88 47 142t150 54q104 0 151 -53t47 -143t-48 -143.5t-150 -53.5q-105 0 -151 55.5t-46 141.5zM423 1354q0 -101 97 -101q98 0 98 101q0 100 -98 100 q-97 0 -97 -100z" />
<glyph unicode="&#xe6;" horiz-adv-x="1724" d="M109 301q0 152 95 238.5t304 107.5l258 23v51q0 121 -67.5 165t-186.5 44q-106 0 -163.5 -37t-82.5 -80l-141 86q103 180 401 180q123 0 217.5 -32.5t137.5 -116.5q49 71 126.5 110t200.5 39q208 0 310 -117.5t102 -361.5v-96h-682q0 -200 68.5 -292.5t218.5 -92.5 q84 0 135 29.5t102 95.5l142 -88q-60 -90 -144 -138.5t-225 -48.5q-129 0 -232.5 44t-158.5 139q-95 -81 -213 -132t-217 -51q-140 0 -222.5 90.5t-82.5 241.5zM287 297q0 -92 49 -133t127 -41q86 0 165 42t163 107q-16 51 -20.5 95.5t-4.5 164.5l-168 -16 q-126 -11 -187 -35.5t-92.5 -70t-31.5 -113.5zM940 639h512q-2 141 -58.5 219t-189.5 78q-121 0 -187.5 -70.5t-76.5 -226.5z" />
<glyph unicode="&#xe7;" horiz-adv-x="1030" d="M117 522q0 274 116 415.5t342 141.5q259 0 369 -192l-141 -86q-39 61 -91.5 95t-138.5 34q-151 0 -214.5 -109.5t-63.5 -302.5q0 -147 30 -229t93.5 -126t161.5 -44q84 0 137 31.5t100 97.5l141 -86q-43 -74 -114.5 -125t-190.5 -64l-2 -4q86 -22 125 -73.5t39 -110.5 q0 -86 -68.5 -133t-187.5 -47q-78 0 -147.5 17.5t-92.5 29.5l52 100q28 -10 84.5 -21.5t107.5 -11.5q121 0 121 78q0 40 -42.5 68t-133.5 35l37 71q-212 11 -320 149.5t-108 401.5z" />
<glyph unicode="&#xe8;" horiz-adv-x="1081" d="M117 516q0 288 112.5 425.5t339.5 137.5q204 0 306 -117.5t102 -361.5v-96h-682q0 -208 71 -296.5t228 -88.5q70 0 123 29.5t102 95.5l142 -88q-60 -90 -146 -138.5t-233 -48.5q-234 0 -349.5 136t-115.5 411zM280 1569h236l178 -361h-141zM297 639h512q-2 141 -59.5 219 t-186.5 78q-123 0 -184.5 -70.5t-81.5 -226.5z" />
<glyph unicode="&#xe9;" horiz-adv-x="1081" d="M117 516q0 288 112.5 425.5t339.5 137.5q204 0 306 -117.5t102 -361.5v-96h-682q0 -208 71 -296.5t228 -88.5q70 0 123 29.5t102 95.5l142 -88q-60 -90 -146 -138.5t-233 -48.5q-234 0 -349.5 136t-115.5 411zM297 639h512q-2 141 -59.5 219t-186.5 78 q-123 0 -184.5 -70.5t-81.5 -226.5zM444 1208l178 361h236l-272 -361h-142z" />
<glyph unicode="&#xea;" horiz-adv-x="1081" d="M117 516q0 288 112.5 425.5t339.5 137.5q204 0 306 -117.5t102 -361.5v-96h-682q0 -208 71 -296.5t228 -88.5q70 0 123 29.5t102 95.5l142 -88q-60 -90 -146 -138.5t-233 -48.5q-234 0 -349.5 136t-115.5 411zM225 1208l229 361h211l228 -361h-150l-184 238l-185 -238 h-149zM297 639h512q-2 141 -59.5 219t-186.5 78q-123 0 -184.5 -70.5t-81.5 -226.5z" />
<glyph unicode="&#xeb;" horiz-adv-x="1081" d="M117 516q0 288 112.5 425.5t339.5 137.5q204 0 306 -117.5t102 -361.5v-96h-682q0 -208 71 -296.5t228 -88.5q70 0 123 29.5t102 95.5l142 -88q-60 -90 -146 -138.5t-233 -48.5q-234 0 -349.5 136t-115.5 411zM258 1315q0 53 23.5 79.5t82.5 26.5q62 0 85.5 -25.5 t23.5 -80.5q0 -60 -24.5 -83.5t-84.5 -23.5q-63 0 -84.5 29t-21.5 78zM297 639h512q-2 141 -59.5 219t-186.5 78q-123 0 -184.5 -70.5t-81.5 -226.5zM653 1315q0 53 23.5 79.5t82.5 26.5q62 0 85.5 -25.5t23.5 -80.5q0 -60 -24.5 -83.5t-84.5 -23.5q-63 0 -84.5 29t-21.5 78 z" />
<glyph unicode="&#xec;" horiz-adv-x="512" d="M-31 1569h236l178 -361h-141zM170 0v1049h172v-1049h-172z" />
<glyph unicode="&#xed;" horiz-adv-x="512" d="M141 1208l178 361h236l-272 -361h-142zM170 0v1049h172v-1049h-172z" />
<glyph unicode="&#xee;" horiz-adv-x="512" d="M-76 1208l229 361h211l228 -361h-150l-184 238l-185 -238h-149zM170 0v1049h172v-1049h-172z" />
<glyph unicode="&#xef;" horiz-adv-x="512" d="M-63 1315q0 53 23.5 79.5t82.5 26.5q62 0 85.5 -25.5t23.5 -80.5q0 -60 -24.5 -83.5t-84.5 -23.5q-63 0 -84.5 29t-21.5 78zM170 0v1049h172v-1049h-172zM332 1315q0 53 23.5 79.5t82.5 26.5q62 0 85.5 -25.5t23.5 -80.5q0 -60 -24.5 -83.5t-84.5 -23.5q-63 0 -84.5 29 t-21.5 78z" />
<glyph unicode="&#xf0;" horiz-adv-x="1157" d="M117 508q0 253 110.5 397t311.5 144q126 0 235 -80q-20 65 -81 159t-136 168l-195 -112l-53 84l183 104q-73 84 -175 148h166q80 -47 117 -84l148 84l57 -82l-125 -72q360 -360 360 -856q0 -264 -117 -402.5t-343 -138.5q-228 0 -345.5 138.5t-117.5 400.5zM295 508 q0 -198 69 -293.5t216 -95.5q142 0 212 93t70 298q0 202 -70 295.5t-214 93.5q-148 0 -215.5 -92t-67.5 -299z" />
<glyph unicode="&#xf1;" horiz-adv-x="1163" d="M170 0v1049h172v-156q73 73 170 129.5t195 56.5q152 0 223 -86.5t71 -292.5v-700h-172v618q0 150 -15 200t-49 72.5t-99 22.5q-66 0 -154 -50t-170 -122v-741h-172zM219 1221q6 125 67.5 193.5t161.5 68.5q56 0 96.5 -22.5t75.5 -48.5t66 -48.5t67 -22.5q88 0 97 129h121 q-19 -262 -232 -262q-65 0 -105 22.5t-71 50.5t-58.5 50.5t-68.5 22.5q-51 0 -71.5 -36t-24.5 -97h-121z" />
<glyph unicode="&#xf2;" horiz-adv-x="1157" d="M117 522q0 281 119.5 419t343.5 138q226 0 343 -140.5t117 -416.5q0 -273 -117.5 -413t-342.5 -140t-344 138.5t-119 414.5zM286 1569h236l178 -361h-141zM295 522q0 -205 67.5 -304t217.5 -99q143 0 212.5 98t69.5 305q0 214 -70.5 311t-211.5 97q-145 0 -215 -97.5 t-70 -310.5z" />
<glyph unicode="&#xf3;" horiz-adv-x="1157" d="M117 522q0 281 119.5 419t343.5 138q226 0 343 -140.5t117 -416.5q0 -273 -117.5 -413t-342.5 -140t-344 138.5t-119 414.5zM295 522q0 -205 67.5 -304t217.5 -99q143 0 212.5 98t69.5 305q0 214 -70.5 311t-211.5 97q-145 0 -215 -97.5t-70 -310.5zM454 1208l178 361 h236l-272 -361h-142z" />
<glyph unicode="&#xf4;" horiz-adv-x="1157" d="M117 522q0 281 119.5 419t343.5 138q226 0 343 -140.5t117 -416.5q0 -273 -117.5 -413t-342.5 -140t-344 138.5t-119 414.5zM246 1208l229 361h211l228 -361h-150l-184 238l-185 -238h-149zM295 522q0 -205 67.5 -304t217.5 -99q143 0 212.5 98t69.5 305q0 214 -70.5 311 t-211.5 97q-145 0 -215 -97.5t-70 -310.5z" />
<glyph unicode="&#xf5;" horiz-adv-x="1157" d="M117 522q0 281 119.5 419t343.5 138q226 0 343 -140.5t117 -416.5q0 -273 -117.5 -413t-342.5 -140t-344 138.5t-119 414.5zM203 1221q6 125 67.5 193.5t161.5 68.5q56 0 96.5 -22.5t75.5 -48.5t66 -48.5t67 -22.5q88 0 97 129h121q-19 -262 -232 -262q-65 0 -105 22.5 t-71 50.5t-58.5 50.5t-68.5 22.5q-51 0 -71.5 -36t-24.5 -97h-121zM295 522q0 -205 67.5 -304t217.5 -99q143 0 212.5 98t69.5 305q0 214 -70.5 311t-211.5 97q-145 0 -215 -97.5t-70 -310.5z" />
<glyph unicode="&#xf6;" horiz-adv-x="1157" d="M117 522q0 281 119.5 419t343.5 138q226 0 343 -140.5t117 -416.5q0 -273 -117.5 -413t-342.5 -140t-344 138.5t-119 414.5zM279 1315q0 53 23.5 79.5t82.5 26.5q62 0 85.5 -25.5t23.5 -80.5q0 -60 -24.5 -83.5t-84.5 -23.5q-63 0 -84.5 29t-21.5 78zM295 522 q0 -205 67.5 -304t217.5 -99q143 0 212.5 98t69.5 305q0 214 -70.5 311t-211.5 97q-145 0 -215 -97.5t-70 -310.5zM674 1315q0 53 23.5 79.5t82.5 26.5q62 0 85.5 -25.5t23.5 -80.5q0 -60 -24.5 -83.5t-84.5 -23.5q-63 0 -84.5 29t-21.5 78z" />
<glyph unicode="&#xf7;" horiz-adv-x="1427" d="M164 514v143h1100v-143h-1100zM623 43v180h180v-180h-180zM623 948v180h180v-180h-180z" />
<glyph unicode="&#xf8;" horiz-adv-x="1157" d="M102 -76l129 189q-114 137 -114 409q0 281 119.5 419t343.5 138q161 0 268 -71l80 116h141l-137 -198q108 -145 108 -404q0 -273 -117.5 -413t-342.5 -140q-158 0 -261 66l-75 -111h-142zM295 522q0 -164 41 -258l420 608q-68 58 -176 58q-145 0 -215 -97.5t-70 -310.5z M410 168q63 -49 170 -49q143 0 212.5 98t69.5 305q0 158 -37 248z" />
<glyph unicode="&#xf9;" horiz-adv-x="1163" d="M162 348v701h172v-619q0 -150 15.5 -200t49.5 -72.5t99 -22.5t153 50.5t170 121.5v742h172v-1049h-172v156q-80 -80 -176 -133.5t-188 -53.5q-105 0 -170.5 39.5t-95 119t-29.5 220.5zM303 1569h236l178 -361h-141z" />
<glyph unicode="&#xfa;" horiz-adv-x="1163" d="M162 348v701h172v-619q0 -150 15.5 -200t49.5 -72.5t99 -22.5t153 50.5t170 121.5v742h172v-1049h-172v156q-80 -80 -176 -133.5t-188 -53.5q-105 0 -170.5 39.5t-95 119t-29.5 220.5zM467 1208l178 361h236l-272 -361h-142z" />
<glyph unicode="&#xfb;" horiz-adv-x="1163" d="M162 348v701h172v-619q0 -150 15.5 -200t49.5 -72.5t99 -22.5t153 50.5t170 121.5v742h172v-1049h-172v156q-80 -80 -176 -133.5t-188 -53.5q-105 0 -170.5 39.5t-95 119t-29.5 220.5zM248 1208l229 361h211l228 -361h-150l-184 238l-185 -238h-149z" />
<glyph unicode="&#xfc;" horiz-adv-x="1163" d="M162 348v701h172v-619q0 -150 15.5 -200t49.5 -72.5t99 -22.5t153 50.5t170 121.5v742h172v-1049h-172v156q-80 -80 -176 -133.5t-188 -53.5q-105 0 -170.5 39.5t-95 119t-29.5 220.5zM277 1315q0 53 23.5 79.5t82.5 26.5q62 0 85.5 -25.5t23.5 -80.5q0 -60 -24.5 -83.5 t-84.5 -23.5q-63 0 -84.5 29t-21.5 78zM672 1315q0 53 23.5 79.5t82.5 26.5q62 0 85.5 -25.5t23.5 -80.5q0 -60 -24.5 -83.5t-84.5 -23.5q-63 0 -84.5 29t-21.5 78z" />
<glyph unicode="&#xfd;" horiz-adv-x="1040" d="M-4 -365l43 142q65 -29 151 -29q121 0 205 219l35 90l-383 992h186l289 -768l291 768h180l-448 -1129q-71 -173 -152 -244t-211 -71q-47 0 -100 9t-86 21zM405 1208l178 361h236l-272 -361h-142z" />
<glyph unicode="&#xfe;" horiz-adv-x="1174" d="M170 -395v1884h172v-545q59 57 142 96t178 39q187 0 291 -141.5t104 -405.5q0 -258 -112.5 -410.5t-309.5 -152.5q-157 0 -293 117v-481h-172zM342 236q134 -113 270 -113q117 0 192 98t75 307q0 398 -250 398q-82 0 -157 -41t-130 -94v-555z" />
<glyph unicode="&#xff;" horiz-adv-x="1040" d="M-4 -365l43 142q65 -29 151 -29q121 0 205 219l35 90l-383 992h186l289 -768l291 768h180l-448 -1129q-71 -173 -152 -244t-211 -71q-47 0 -100 9t-86 21zM221 1315q0 53 23.5 79.5t82.5 26.5q62 0 85.5 -25.5t23.5 -80.5q0 -60 -24.5 -83.5t-84.5 -23.5q-63 0 -84.5 29 t-21.5 78zM616 1315q0 53 23.5 79.5t82.5 26.5q62 0 85.5 -25.5t23.5 -80.5q0 -60 -24.5 -83.5t-84.5 -23.5q-63 0 -84.5 29t-21.5 78z" />
<glyph unicode="&#x152;" horiz-adv-x="1849" d="M129 692q0 366 145.5 543.5t452.5 177.5q124 0 223 -29h774v-167h-604v-408h525v-168h-525v-473h604v-168h-772q-102 -29 -225 -29q-305 0 -451.5 177t-146.5 544zM324 692q0 -288 95.5 -422.5t309.5 -134.5q121 0 205 43v1028q-84 43 -205 43q-216 0 -310.5 -135.5 t-94.5 -421.5z" />
<glyph unicode="&#x153;" horiz-adv-x="1821" d="M117 522q0 281 119.5 419t343.5 138q120 0 217.5 -51t148.5 -141q51 94 144.5 143t218.5 49q203 0 305 -117t102 -362v-96h-682v-21q0 -188 74 -276t225 -88q72 0 124 29.5t102 95.5l141 -88q-60 -90 -145 -138.5t-220 -48.5q-274 0 -389 193q-121 -193 -366 -193 q-225 0 -344 138.5t-119 414.5zM295 522q0 -205 67.5 -304t217.5 -99q139 0 210.5 96.5t71.5 300.5q0 153 -29.5 237.5t-91 130.5t-161.5 46q-145 0 -215 -97.5t-70 -310.5zM1036 639h512q-2 141 -59 219t-186 78q-123 0 -188.5 -68.5t-78.5 -228.5z" />
<glyph unicode="&#x178;" horiz-adv-x="1147" d="M41 1384h209l325 -673l332 673h199l-440 -849v-535h-187v526zM275 1651q0 53 23.5 79.5t82.5 26.5q62 0 85.5 -25.5t23.5 -80.5q0 -60 -24.5 -83.5t-84.5 -23.5q-63 0 -84.5 29t-21.5 78zM670 1651q0 53 23.5 79.5t82.5 26.5q62 0 85.5 -25.5t23.5 -80.5 q0 -60 -24.5 -83.5t-84.5 -23.5q-63 0 -84.5 29t-21.5 78z" />
<glyph unicode="&#x2c6;" horiz-adv-x="1085" d="M209 1208l229 361h211l228 -361h-150l-184 238l-185 -238h-149z" />
<glyph unicode="&#x2dc;" horiz-adv-x="1085" d="M166 1221q6 125 67.5 193.5t161.5 68.5q56 0 96.5 -22.5t75.5 -48.5t66 -48.5t67 -22.5q88 0 97 129h121q-19 -262 -232 -262q-65 0 -105 22.5t-71 50.5t-58.5 50.5t-68.5 22.5q-51 0 -71.5 -36t-24.5 -97h-121z" />
<glyph unicode="&#x2000;" horiz-adv-x="952" />
<glyph unicode="&#x2001;" horiz-adv-x="1905" />
<glyph unicode="&#x2002;" horiz-adv-x="952" />
<glyph unicode="&#x2003;" horiz-adv-x="1905" />
<glyph unicode="&#x2004;" horiz-adv-x="635" />
<glyph unicode="&#x2005;" horiz-adv-x="476" />
<glyph unicode="&#x2006;" horiz-adv-x="317" />
<glyph unicode="&#x2007;" horiz-adv-x="317" />
<glyph unicode="&#x2008;" horiz-adv-x="238" />
<glyph unicode="&#x2009;" horiz-adv-x="381" />
<glyph unicode="&#x200a;" horiz-adv-x="105" />
<glyph unicode="&#x2010;" horiz-adv-x="827" d="M102 440v172h623v-172h-623z" />
<glyph unicode="&#x2011;" horiz-adv-x="827" d="M102 440v172h623v-172h-623z" />
<glyph unicode="&#x2012;" horiz-adv-x="827" d="M102 440v172h623v-172h-623z" />
<glyph unicode="&#x2013;" horiz-adv-x="1085" d="M51 455v143h983v-143h-983z" />
<glyph unicode="&#x2014;" horiz-adv-x="2109" d="M51 455v143h2007v-143h-2007z" />
<glyph unicode="&#x2018;" d="M156 1014q0 106 31.5 208t80.5 162h105q-34 -42 -59 -127.5t-25 -150.5q59 0 84.5 -26.5t25.5 -86.5q0 -55 -27.5 -83.5t-92.5 -28.5q-68 0 -95.5 33.5t-27.5 99.5z" />
<glyph unicode="&#x2019;" d="M156 1300q0 56 27.5 84.5t92.5 28.5q68 0 95.5 -33.5t27.5 -99.5q0 -123 -36.5 -223.5t-75.5 -147.5h-105q35 44 59.5 130t24.5 149q-59 0 -84.5 26.5t-25.5 85.5z" />
<glyph unicode="&#x201a;" d="M156 98q0 56 27.5 84.5t92.5 28.5q68 0 95.5 -34t27.5 -99q0 -123 -36.5 -223.5t-75.5 -147.5h-105q35 44 59.5 130t24.5 149q-59 0 -84.5 26.5t-25.5 85.5z" />
<glyph unicode="&#x201c;" horiz-adv-x="965" d="M156 1014q0 106 31.5 208t80.5 162h105q-34 -42 -59 -127.5t-25 -150.5q59 0 84.5 -26.5t25.5 -86.5q0 -55 -27.5 -83.5t-92.5 -28.5q-68 0 -95.5 33.5t-27.5 99.5zM565 1014q0 101 32 207.5t81 162.5h104q-34 -43 -59 -130t-25 -148q60 0 85.5 -26.5t25.5 -86.5 q0 -55 -27.5 -83.5t-93.5 -28.5q-67 0 -95 33.5t-28 99.5z" />
<glyph unicode="&#x201d;" horiz-adv-x="965" d="M156 1300q0 56 27.5 84.5t92.5 28.5q68 0 95.5 -33.5t27.5 -99.5q0 -123 -36.5 -223.5t-75.5 -147.5h-105q35 44 59.5 130t24.5 149q-59 0 -84.5 26.5t-25.5 85.5zM565 1300q0 56 28 84.5t93 28.5q68 0 95.5 -33.5t27.5 -99.5q0 -123 -37 -223.5t-76 -147.5h-104 q33 43 58.5 127.5t25.5 151.5q-60 0 -85.5 26.5t-25.5 85.5z" />
<glyph unicode="&#x201e;" horiz-adv-x="965" d="M156 98q0 56 27.5 84.5t92.5 28.5q68 0 95.5 -34t27.5 -99q0 -123 -36.5 -223.5t-75.5 -147.5h-105q35 44 59.5 130t24.5 149q-59 0 -84.5 26.5t-25.5 85.5zM565 98q0 56 28 84.5t93 28.5q68 0 95.5 -34t27.5 -99q0 -123 -37 -223.5t-76 -147.5h-104q33 43 58.5 127.5 t25.5 151.5q-60 0 -85.5 26.5t-25.5 85.5z" />
<glyph unicode="&#x2022;" horiz-adv-x="774" d="M129 745q0 109 76 184t182 75q108 0 182 -76t74 -183q0 -104 -76 -180t-180 -76q-106 0 -182 76t-76 180z" />
<glyph unicode="&#x2026;" horiz-adv-x="2109" d="M250 98q0 60 27.5 86.5t93.5 26.5q67 0 95 -26.5t28 -86.5q0 -63 -30 -87.5t-93 -24.5q-72 0 -96.5 29.5t-24.5 82.5zM932 98q0 60 27.5 86.5t93.5 26.5q67 0 95 -26.5t28 -86.5q0 -63 -30 -87.5t-93 -24.5q-72 0 -96.5 29.5t-24.5 82.5zM1614 98q0 60 27.5 86.5 t93.5 26.5q67 0 95 -26.5t28 -86.5q0 -63 -30 -87.5t-93 -24.5q-72 0 -96.5 29.5t-24.5 82.5z" />
<glyph unicode="&#x202f;" horiz-adv-x="381" />
<glyph unicode="&#x2039;" horiz-adv-x="735" d="M72 524l393 471h197l-394 -471l394 -471h-197z" />
<glyph unicode="&#x203a;" horiz-adv-x="735" d="M74 53l393 471l-393 471h196l394 -471l-394 -471h-196z" />
<glyph unicode="&#x205f;" horiz-adv-x="476" />
<glyph unicode="&#x20ac;" horiz-adv-x="1264" d="M31 506l39 119h59v139h-98l37 119h71q35 264 173.5 397t392.5 133q114 0 204.5 -29.5t153 -80.5t119.5 -150l-152 -96q-45 78 -88 116t-101 59t-136 21q-166 0 -254.5 -98t-116.5 -272h592l-37 -119h-565v-139h530l-37 -119h-483q28 -187 118.5 -281t256.5 -94 q113 0 192 49.5t146 173.5l147 -92q-87 -160 -199.5 -225.5t-279.5 -65.5q-508 0 -576 535h-108z" />
<glyph unicode="&#x2122;" horiz-adv-x="1608" d="M76 1257v127h581v-127h-219v-587h-141v587h-221zM817 670v714h164l174 -344l180 344h160v-714h-137v483l-160 -301h-88l-156 299v-481h-137z" />
<glyph unicode="&#x25fc;" horiz-adv-x="1050" d="M0 0v1050h1050v-1050h-1050z" />
<hkern u1="&#x28;" u2="j" k="-123" />
<hkern u1="&#x2a;" u2="&#xef;" k="-61" />
<hkern u1="&#x2a;" u2="&#xc5;" k="164" />
<hkern u1="&#x2a;" u2="&#xc4;" k="164" />
<hkern u1="&#x2a;" u2="&#xc3;" k="164" />
<hkern u1="&#x2a;" u2="&#xc2;" k="164" />
<hkern u1="&#x2a;" u2="&#xc1;" k="164" />
<hkern u1="&#x2a;" u2="&#xc0;" k="164" />
<hkern u1="&#x2a;" u2="T" k="-61" />
<hkern u1="&#x2a;" u2="J" k="225" />
<hkern u1="&#x2a;" u2="A" k="164" />
<hkern u1="A" u2="&#x3f;" k="82" />
<hkern u1="A" u2="&#x2a;" k="164" />
<hkern u1="F" u2="&#xef;" k="-41" />
<hkern u1="F" u2="&#xee;" k="-20" />
<hkern u1="K" u2="&#xef;" k="-10" />
<hkern u1="K" u2="&#xee;" k="-10" />
<hkern u1="L" u2="&#xd8;" k="20" />
<hkern u1="L" u2="&#x3f;" k="102" />
<hkern u1="L" u2="&#x2a;" k="287" />
<hkern u1="T" u2="&#xef;" k="-102" />
<hkern u1="T" u2="&#xee;" k="-61" />
<hkern u1="T" u2="&#xe4;" k="164" />
<hkern u1="T" u2="&#xe3;" k="102" />
<hkern u1="T" u2="&#xe2;" k="143" />
<hkern u1="T" u2="&#x3f;" k="20" />
<hkern u1="T" u2="&#x2a;" k="-61" />
<hkern u1="V" u2="&#xef;" k="-61" />
<hkern u1="V" u2="&#xee;" k="-41" />
<hkern u1="W" u2="&#xef;" k="-61" />
<hkern u1="W" u2="&#xee;" k="-41" />
<hkern u1="X" u2="&#xef;" k="-61" />
<hkern u1="X" u2="&#xee;" k="-41" />
<hkern u1="Y" u2="&#xef;" k="-61" />
<hkern u1="Y" u2="&#xee;" k="-51" />
<hkern u1="[" u2="j" k="-123" />
<hkern u1="f" u2="&#xef;" k="-123" />
<hkern u1="f" u2="&#xee;" k="-102" />
<hkern u1="f" u2="&#xec;" k="-82" />
<hkern u1="f" u2="&#x3f;" k="-82" />
<hkern u1="f" u2="&#x2a;" k="-82" />
<hkern u1="f" u2="&#x21;" k="-61" />
<hkern u1="j" u2="&#xff;" k="-31" />
<hkern u1="j" u2="&#xfd;" k="-31" />
<hkern u1="j" u2="y" k="-31" />
<hkern u1="&#x7b;" u2="j" k="-123" />
<hkern u1="&#xa1;" u2="&#x178;" k="113" />
<hkern u1="&#xa1;" u2="&#xdd;" k="113" />
<hkern u1="&#xa1;" u2="Y" k="113" />
<hkern u1="&#xa1;" u2="W" k="61" />
<hkern u1="&#xa1;" u2="V" k="61" />
<hkern u1="&#xa1;" u2="T" k="143" />
<hkern u1="&#xbf;" u2="&#x178;" k="215" />
<hkern u1="&#xbf;" u2="&#xdd;" k="215" />
<hkern u1="&#xbf;" u2="Y" k="215" />
<hkern u1="&#xbf;" u2="W" k="123" />
<hkern u1="&#xbf;" u2="V" k="123" />
<hkern u1="&#xbf;" u2="T" k="143" />
<hkern u1="&#xc0;" u2="&#x3f;" k="82" />
<hkern u1="&#xc0;" u2="&#x2a;" k="164" />
<hkern u1="&#xc1;" u2="&#x3f;" k="82" />
<hkern u1="&#xc1;" u2="&#x2a;" k="164" />
<hkern u1="&#xc2;" u2="&#x3f;" k="82" />
<hkern u1="&#xc2;" u2="&#x2a;" k="164" />
<hkern u1="&#xc3;" u2="&#x3f;" k="82" />
<hkern u1="&#xc3;" u2="&#x2a;" k="164" />
<hkern u1="&#xc4;" u2="&#x3f;" k="82" />
<hkern u1="&#xc4;" u2="&#x2a;" k="164" />
<hkern u1="&#xc5;" u2="&#x3f;" k="82" />
<hkern u1="&#xc5;" u2="&#x2a;" k="164" />
<hkern u1="&#xdd;" u2="&#xef;" k="-61" />
<hkern u1="&#xdd;" u2="&#xee;" k="-51" />
<hkern u1="&#xde;" u2="X" k="41" />
<hkern u1="&#xde;" u2="W" k="-10" />
<hkern u1="&#xde;" u2="V" k="-10" />
<hkern u1="&#xde;" u2="T" k="20" />
<hkern u1="&#xef;" u2="&#xef;" k="-184" />
<hkern u1="&#xef;" u2="&#x2a;" k="-61" />
<hkern u1="&#x178;" u2="&#xef;" k="-61" />
<hkern u1="&#x178;" u2="&#xee;" k="-51" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="T" k="164" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="V" k="92" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="W" k="61" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="Y,Yacute,Ydieresis" k="133" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="quotedbl,quotesingle" k="123" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="-41" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="colon,semicolon" k="-41" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 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="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="t" k="31" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="z" k="-20" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="copyright,registered" k="41" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="trademark" k="205" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="quoteleft,quotedblleft" k="184" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="quoteright,quotedblright" k="184" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="41" />
<hkern g1="B" g2="J" k="61" />
<hkern g1="B" g2="T" k="61" />
<hkern g1="B" g2="V" k="41" />
<hkern g1="B" g2="W" k="41" />
<hkern g1="B" g2="Y,Yacute,Ydieresis" k="51" />
<hkern g1="B" g2="trademark" k="61" />
<hkern g1="C,Ccedilla" g2="J" k="20" />
<hkern g1="C,Ccedilla" g2="V" k="20" />
<hkern g1="C,Ccedilla" g2="W" k="20" />
<hkern g1="C,Ccedilla" g2="X" k="31" />
<hkern g1="C,Ccedilla" g2="Y,Yacute,Ydieresis" k="41" />
<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="20" />
<hkern g1="F" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="123" />
<hkern g1="F" g2="J" k="184" />
<hkern g1="F" g2="X" k="61" />
<hkern g1="F" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="246" />
<hkern g1="F" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="61" />
<hkern g1="F" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="82" />
<hkern g1="F" g2="t" k="20" />
<hkern g1="F" g2="z" k="61" />
<hkern g1="F" g2="copyright,registered" k="61" />
<hkern g1="F" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="61" />
<hkern g1="F" g2="S" k="41" />
<hkern g1="F" g2="Z" k="41" />
<hkern g1="F" g2="i,j,igrave,iacute,icircumflex,idieresis" k="41" />
<hkern g1="F" g2="m,n,p,r,ntilde" k="72" />
<hkern g1="F" g2="s" k="82" />
<hkern g1="F" g2="u,ugrave,uacute,ucircumflex,udieresis" k="41" />
<hkern g1="F" g2="v" k="41" />
<hkern g1="F" g2="w" k="41" />
<hkern g1="F" g2="x" k="82" />
<hkern g1="F" g2="y,yacute,ydieresis" k="61" />
<hkern g1="G" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="20" />
<hkern g1="G" g2="J" k="51" />
<hkern g1="G" g2="T" k="41" />
<hkern g1="G" g2="V" k="41" />
<hkern g1="G" g2="W" k="41" />
<hkern g1="G" g2="X" k="31" />
<hkern g1="G" g2="Y,Yacute,Ydieresis" k="41" />
<hkern g1="G" g2="trademark" k="41" />
<hkern g1="J" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="41" />
<hkern g1="J" g2="J" k="61" />
<hkern g1="J" g2="X" k="20" />
<hkern g1="J" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="61" />
<hkern g1="J" g2="AE" k="61" />
<hkern g1="K" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="41" />
<hkern g1="K" g2="J" k="41" />
<hkern g1="K" g2="T" k="61" />
<hkern g1="K" g2="V" k="51" />
<hkern g1="K" g2="W" k="51" />
<hkern g1="K" g2="X" k="41" />
<hkern g1="K" g2="Y,Yacute,Ydieresis" k="82" />
<hkern g1="K" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="61" />
<hkern g1="K" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="20" />
<hkern g1="K" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="61" />
<hkern g1="K" g2="t" k="61" />
<hkern g1="K" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="61" />
<hkern g1="K" g2="S" k="72" />
<hkern g1="K" g2="i,j,igrave,iacute,icircumflex,idieresis" k="41" />
<hkern g1="K" g2="m,n,p,r,ntilde" k="41" />
<hkern g1="K" g2="s" k="61" />
<hkern g1="K" g2="u,ugrave,uacute,ucircumflex,udieresis" k="61" />
<hkern g1="K" g2="v" k="51" />
<hkern g1="K" g2="w" k="51" />
<hkern g1="K" g2="y,yacute,ydieresis" k="102" />
<hkern g1="K" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="41" />
<hkern g1="L" g2="T" k="205" />
<hkern g1="L" g2="V" k="154" />
<hkern g1="L" g2="W" k="102" />
<hkern g1="L" g2="Y,Yacute,Ydieresis" k="164" />
<hkern g1="L" g2="quotedbl,quotesingle" k="205" />
<hkern g1="L" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="-20" />
<hkern g1="L" g2="colon,semicolon" k="-41" />
<hkern g1="L" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="61" />
<hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="41" />
<hkern g1="L" g2="t" k="31" />
<hkern g1="L" g2="copyright,registered" k="102" />
<hkern g1="L" g2="trademark" k="287" />
<hkern g1="L" g2="quoteleft,quotedblleft" k="256" />
<hkern g1="L" g2="quoteright,quotedblright" k="256" />
<hkern g1="L" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="31" />
<hkern g1="L" g2="S" k="41" />
<hkern g1="L" g2="v" k="61" />
<hkern g1="L" g2="w" k="61" />
<hkern g1="L" g2="y,yacute,ydieresis" k="102" />
<hkern g1="P,Thorn" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="102" />
<hkern g1="P,Thorn" g2="J" k="143" />
<hkern g1="P,Thorn" g2="T" k="20" />
<hkern g1="P,Thorn" g2="V" k="-10" />
<hkern g1="P,Thorn" g2="W" k="-10" />
<hkern g1="P,Thorn" g2="X" k="41" />
<hkern g1="P,Thorn" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="287" />
<hkern g1="P,Thorn" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20" />
<hkern g1="P,Thorn" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="20" />
<hkern g1="P,Thorn" g2="S" k="-31" />
<hkern g1="P,Thorn" g2="Z" k="41" />
<hkern g1="P,Thorn" g2="AE" k="123" />
<hkern g1="P,Thorn" g2="I,Igrave,Iacute,Icircumflex,Idieresis" k="41" />
<hkern g1="R" g2="J" k="41" />
<hkern g1="R" g2="T" k="41" />
<hkern g1="R" g2="V" k="41" />
<hkern g1="R" g2="W" k="41" />
<hkern g1="R" g2="Y,Yacute,Ydieresis" k="41" />
<hkern g1="R" g2="z" k="-20" />
<hkern g1="R" g2="AE" k="61" />
<hkern g1="S" g2="J" k="61" />
<hkern g1="S" g2="T" k="41" />
<hkern g1="S" g2="V" k="31" />
<hkern g1="S" g2="W" k="31" />
<hkern g1="S" g2="X" k="20" />
<hkern g1="S" g2="Y,Yacute,Ydieresis" k="61" />
<hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="164" />
<hkern g1="T" g2="J" k="143" />
<hkern g1="T" g2="X" k="20" />
<hkern g1="T" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="225" />
<hkern g1="T" g2="colon,semicolon" k="143" />
<hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="61" />
<hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="205" />
<hkern g1="T" g2="t" k="82" />
<hkern g1="T" g2="z" k="156" />
<hkern g1="T" g2="copyright,registered" k="102" />
<hkern g1="T" g2="trademark" k="-61" />
<hkern g1="T" g2="quoteleft,quotedblleft" k="-61" />
<hkern g1="T" g2="quoteright,quotedblright" k="-61" />
<hkern g1="T" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="205" />
<hkern g1="T" g2="S" k="41" />
<hkern g1="T" g2="i,j,igrave,iacute,icircumflex,idieresis" k="41" />
<hkern g1="T" g2="m,n,p,r,ntilde" k="184" />
<hkern g1="T" g2="s" k="242" />
<hkern g1="T" g2="u,ugrave,uacute,ucircumflex,udieresis" k="164" />
<hkern g1="T" g2="v" k="225" />
<hkern g1="T" g2="w" k="225" />
<hkern g1="T" g2="x" k="205" />
<hkern g1="T" g2="y,yacute,ydieresis" k="143" />
<hkern g1="T" g2="AE" k="184" />
<hkern g1="T" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="61" />
<hkern g1="T" g2="hyphen,endash,emdash" k="102" />
<hkern g1="T" g2="guillemotleft,guilsinglleft" k="143" />
<hkern g1="T" g2="guillemotright,guilsinglright" k="123" />
<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="41" />
<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="J" k="51" />
<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="X" k="20" />
<hkern g1="W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="61" />
<hkern g1="W" g2="J" k="143" />
<hkern g1="W" g2="X" k="20" />
<hkern g1="W" g2="Y,Yacute,Ydieresis" k="41" />
<hkern g1="W" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="143" />
<hkern g1="W" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="41" />
<hkern g1="W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="61" />
<hkern g1="W" g2="t" k="31" />
<hkern g1="W" g2="z" k="41" />
<hkern g1="W" g2="copyright,registered" k="41" />
<hkern g1="W" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="61" />
<hkern g1="W" g2="S" k="10" />
<hkern g1="W" g2="m,n,p,r,ntilde" k="61" />
<hkern g1="W" g2="s" k="61" />
<hkern g1="W" g2="u,ugrave,uacute,ucircumflex,udieresis" k="61" />
<hkern g1="W" g2="x" k="31" />
<hkern g1="W" g2="y,yacute,ydieresis" k="20" />
<hkern g1="W" g2="AE" k="82" />
<hkern g1="W" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="20" />
<hkern g1="W" g2="b,h,k,l,germandbls,thorn" k="31" />
<hkern g1="X" g2="T" k="20" />
<hkern g1="X" g2="V" k="20" />
<hkern g1="X" g2="W" k="20" />
<hkern g1="X" g2="Y,Yacute,Ydieresis" k="41" />
<hkern g1="X" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="41" />
<hkern g1="X" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="20" />
<hkern g1="X" g2="copyright,registered" k="41" />
<hkern g1="X" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="61" />
<hkern g1="X" g2="S" k="20" />
<hkern g1="X" g2="m,n,p,r,ntilde" k="31" />
<hkern g1="X" g2="u,ugrave,uacute,ucircumflex,udieresis" k="82" />
<hkern g1="X" g2="v" k="41" />
<hkern g1="X" g2="w" k="41" />
<hkern g1="X" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="20" />
<hkern g1="X" g2="guillemotleft,guilsinglleft" k="61" />
<hkern g1="X" g2="guillemotright,guilsinglright" k="-41" />
<hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="133" />
<hkern g1="Y,Yacute,Ydieresis" g2="J" k="184" />
<hkern g1="Y,Yacute,Ydieresis" g2="V" k="41" />
<hkern g1="Y,Yacute,Ydieresis" g2="W" k="41" />
<hkern g1="Y,Yacute,Ydieresis" g2="X" k="41" />
<hkern g1="Y,Yacute,Ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="164" />
<hkern g1="Y,Yacute,Ydieresis" g2="colon,semicolon" k="61" />
<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="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="123" />
<hkern g1="Y,Yacute,Ydieresis" g2="t" k="31" />
<hkern g1="Y,Yacute,Ydieresis" g2="z" k="102" />
<hkern g1="Y,Yacute,Ydieresis" g2="copyright,registered" k="82" />
<hkern g1="Y,Yacute,Ydieresis" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="143" />
<hkern g1="Y,Yacute,Ydieresis" g2="S" k="61" />
<hkern g1="Y,Yacute,Ydieresis" g2="Z" k="20" />
<hkern g1="Y,Yacute,Ydieresis" g2="i,j,igrave,iacute,icircumflex,idieresis" k="41" />
<hkern g1="Y,Yacute,Ydieresis" g2="m,n,p,r,ntilde" k="133" />
<hkern g1="Y,Yacute,Ydieresis" g2="s" k="123" />
<hkern g1="Y,Yacute,Ydieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="102" />
<hkern g1="Y,Yacute,Ydieresis" g2="v" k="123" />
<hkern g1="Y,Yacute,Ydieresis" g2="w" k="123" />
<hkern g1="Y,Yacute,Ydieresis" g2="x" k="82" />
<hkern g1="Y,Yacute,Ydieresis" g2="AE" k="113" />
<hkern g1="Y,Yacute,Ydieresis" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="20" />
<hkern g1="Y,Yacute,Ydieresis" g2="guillemotleft,guilsinglleft" k="102" />
<hkern g1="Y,Yacute,Ydieresis" g2="b,h,k,l,germandbls,thorn" k="41" />
<hkern g1="Z" g2="Y,Yacute,Ydieresis" k="31" />
<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="t" k="20" />
<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="10" />
<hkern g1="b,o,p,germandbls,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="41" />
<hkern g1="b,o,p,germandbls,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="quoteleft,quotedblleft" k="82" />
<hkern g1="b,o,p,germandbls,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="quoteright,quotedblright" k="82" />
<hkern g1="b,o,p,germandbls,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="v" k="20" />
<hkern g1="b,o,p,germandbls,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="x" k="20" />
<hkern g1="b,o,p,germandbls,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" g2="y,yacute,ydieresis" k="10" />
<hkern g1="h,m,n,ntilde" g2="v" k="20" />
<hkern g1="h,m,n,ntilde" g2="w" k="20" />
<hkern g1="f" g2="quotedbl,quotesingle" k="-102" />
<hkern g1="f" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="61" />
<hkern g1="f" g2="trademark" k="-143" />
<hkern g1="f" g2="quoteleft,quotedblleft" k="-102" />
<hkern g1="f" g2="quoteright,quotedblright" k="-102" />
<hkern g1="f" g2="parenright,bracketright,braceright" k="-143" />
<hkern g1="k" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="31" />
<hkern g1="k" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="41" />
<hkern g1="k" g2="s" k="20" />
<hkern g1="k" g2="v" k="41" />
<hkern g1="k" g2="guillemotright,guilsinglright" k="-41" />
<hkern g1="d,l,uniFB02,uniFB04" g2="t" k="20" />
<hkern g1="r" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="266" />
<hkern g1="r" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20" />
<hkern g1="r" g2="quoteleft,quotedblleft" k="-82" />
<hkern g1="r" g2="quoteright,quotedblright" k="-82" />
<hkern g1="r" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="61" />
<hkern g1="r" g2="s" k="41" />
<hkern g1="r" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="-20" />
<hkern g1="r" g2="guillemotright,guilsinglright" k="-82" />
<hkern g1="s" g2="t" k="20" />
<hkern g1="s" g2="v" k="41" />
<hkern g1="s" g2="w" k="41" />
<hkern g1="s" g2="x" k="20" />
<hkern g1="t" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="-20" />
<hkern g1="t" g2="t" k="20" />
<hkern g1="t" g2="z" k="-31" />
<hkern g1="t" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="20" />
<hkern g1="t" g2="u,ugrave,uacute,ucircumflex,udieresis" k="31" />
<hkern g1="t" g2="v" k="31" />
<hkern g1="t" g2="w" k="31" />
<hkern g1="t" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="41" />
<hkern g1="w" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="61" />
<hkern g1="w" g2="s" k="20" />
<hkern g1="w" g2="y,yacute,ydieresis" k="10" />
<hkern g1="x" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="20" />
<hkern g1="y,yacute,ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="123" />
<hkern g1="y,yacute,ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20" />
<hkern g1="y,yacute,ydieresis" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="41" />
<hkern g1="y,yacute,ydieresis" g2="s" k="31" />
<hkern g1="y,yacute,ydieresis" g2="v" k="20" />
<hkern g1="y,yacute,ydieresis" g2="w" k="20" />
<hkern g1="y,yacute,ydieresis" g2="x" k="31" />
<hkern g1="y,yacute,ydieresis" g2="parenright,bracketright,braceright" k="61" />
<hkern g1="z" g2="z" k="-20" />
<hkern g1="colon,semicolon" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-41" />
<hkern g1="colon,semicolon" g2="J" k="-41" />
<hkern g1="colon,semicolon" g2="T" k="143" />
<hkern g1="colon,semicolon" g2="Y,Yacute,Ydieresis" k="61" />
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-41" />
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="J" k="-41" />
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="T" k="225" />
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="V" k="143" />
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="W" k="143" />
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="Y,Yacute,Ydieresis" k="164" />
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="quoteleft,quotedblleft" k="184" />
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="quoteright,quotedblright" k="143" />
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="41" />
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="v" k="61" />
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="w" k="61" />
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="AE" k="-61" />
<hkern g1="guillemotleft,guilsinglleft" g2="T" k="123" />
<hkern g1="guillemotleft,guilsinglleft" g2="X" k="-41" />
<hkern g1="guillemotright,guilsinglright" g2="T" k="143" />
<hkern g1="guillemotright,guilsinglright" g2="X" k="61" />
<hkern g1="guillemotright,guilsinglright" g2="Y,Yacute,Ydieresis" k="102" />
<hkern g1="hyphen,endash,emdash" g2="T" k="102" />
<hkern g1="parenleft,bracketleft,braceleft" g2="y,yacute,ydieresis" k="-61" />
<hkern g1="quoteleft,quotedblleft" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="184" />
<hkern g1="quoteleft,quotedblleft" g2="J" k="195" />
<hkern g1="quoteleft,quotedblleft" g2="T" k="-61" />
<hkern g1="quoteleft,quotedblleft" g2="t" k="-61" />
<hkern g1="quoteleft,quotedblleft" g2="quoteleft,quotedblleft" k="123" />
<hkern g1="quoteleft,quotedblleft" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="82" />
<hkern g1="quoteleft,quotedblleft" g2="AE" k="174" />
<hkern g1="quoteright,quotedblright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="184" />
<hkern g1="quoteright,quotedblright" g2="J" k="193" />
<hkern g1="quoteright,quotedblright" g2="T" k="-61" />
<hkern g1="quoteright,quotedblright" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="164" />
<hkern g1="quoteright,quotedblright" g2="quoteright,quotedblright" k="123" />
<hkern g1="quoteright,quotedblright" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="82" />
<hkern g1="quoteright,quotedblright" g2="AE" k="174" />
<hkern g1="quotedbl,quotesingle" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="123" />
<hkern g1="quotedbl,quotesingle" g2="J" k="205" />
<hkern g1="V" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="92" />
<hkern g1="V" g2="J" k="143" />
<hkern g1="V" g2="X" k="20" />
<hkern g1="V" g2="Y,Yacute,Ydieresis" k="41" />
<hkern g1="V" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="143" />
<hkern g1="V" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="41" />
<hkern g1="V" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="61" />
<hkern g1="V" g2="t" k="31" />
<hkern g1="V" g2="z" k="41" />
<hkern g1="V" g2="copyright,registered" k="41" />
<hkern g1="V" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="61" />
<hkern g1="V" g2="S" k="10" />
<hkern g1="V" g2="m,n,p,r,ntilde" k="61" />
<hkern g1="V" g2="s" k="61" />
<hkern g1="V" g2="u,ugrave,uacute,ucircumflex,udieresis" k="61" />
<hkern g1="V" g2="x" k="31" />
<hkern g1="V" g2="y,yacute,ydieresis" k="20" />
<hkern g1="V" g2="AE" k="82" />
<hkern g1="V" g2="f,uniFB01,uniFB02,uniFB03,uniFB04" k="20" />
<hkern g1="V" g2="b,h,k,l,germandbls,thorn" k="31" />
<hkern g1="v" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="61" />
<hkern g1="v" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="31" />
<hkern g1="v" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="20" />
<hkern g1="v" g2="s" k="20" />
<hkern g1="v" g2="v" k="20" />
<hkern g1="v" g2="y,yacute,ydieresis" k="10" />
</font>
</defs></svg>

Before

Width:  |  Height:  |  Size: 81 KiB

View File

@ -1,30 +0,0 @@
@font-face {
font-family: "Clear Sans";
src: url("ClearSans-Light-webfont.eot");
src: url("ClearSans-Light-webfont.eot?#iefix") format("embedded-opentype"),
url("ClearSans-Light-webfont.svg#clear_sans_lightregular") format("svg"),
url("ClearSans-Light-webfont.woff") format("woff");
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: "Clear Sans";
src: url("ClearSans-Regular-webfont.eot");
src: url("ClearSans-Regular-webfont.eot?#iefix") format("embedded-opentype"),
url("ClearSans-Regular-webfont.svg#clear_sansregular") format("svg"),
url("ClearSans-Regular-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Clear Sans";
src: url("ClearSans-Bold-webfont.eot");
src: url("ClearSans-Bold-webfont.eot?#iefix") format("embedded-opentype"),
url("ClearSans-Bold-webfont.svg#clear_sansbold") format("svg"),
url("ClearSans-Bold-webfont.woff") format("woff");
font-weight: 700;
font-style: normal;
}

View File

@ -1,82 +0,0 @@
// Exponent
// From: https://github.com/Team-Sass/Sassy-math/blob/master/sass/math.scss#L36
@function exponent($base, $exponent) {
// reset value
$value: $base;
// positive intergers get multiplied
@if $exponent > 1 {
@for $i from 2 through $exponent {
$value: $value * $base; } }
// negitive intergers get divided. A number divided by itself is 1
@if $exponent < 1 {
@for $i from 0 through -$exponent {
$value: $value / $base; } }
// return the last value written
@return $value;
}
@function pow($base, $exponent) {
@return exponent($base, $exponent);
}
// Transition mixins
@mixin transition($args...) {
-webkit-transition: $args;
-moz-transition: $args;
transition: $args;
}
@mixin transition-property($args...) {
-webkit-transition-property: $args;
-moz-transition-property: $args;
transition-property: $args;
}
@mixin animation($args...) {
-webkit-animation: $args;
-moz-animation: $args;
animation: $args;
}
@mixin animation-fill-mode($args...) {
-webkit-animation-fill-mode: $args;
-moz-animation-fill-mode: $args;
animation-fill-mode: $args;
}
@mixin transform($args...) {
-webkit-transform: $args;
-moz-transform: $args;
-ms-transform: $args;
transform: $args;
}
// Keyframe animations
@mixin keyframes($animation-name) {
@-webkit-keyframes $animation-name {
@content;
}
@-moz-keyframes $animation-name {
@content;
}
@keyframes $animation-name {
@content;
}
}
// Media queries
@mixin smaller($width) {
@media screen and (max-width: $width) {
@content;
}
}
// Clearfix
@mixin clearfix {
&:after {
content: "";
display: block;
clear: both;
}
}

View File

@ -1,758 +0,0 @@
@import url(fonts/clear-sans.css);
html, body {
margin: 0;
padding: 0;
background: #faf8ef;
color: #776e65;
font-family: "Clear Sans", "Helvetica Neue", Arial, sans-serif;
font-size: 18px; }
body {
margin: 80px 0; }
.heading:after {
content: "";
display: block;
clear: both; }
h1.title {
font-size: 80px;
font-weight: bold;
margin: 0;
display: block;
float: left; }
@-webkit-keyframes move-up {
0% {
top: 25px;
opacity: 1; }
100% {
top: -50px;
opacity: 0; } }
@-moz-keyframes move-up {
0% {
top: 25px;
opacity: 1; }
100% {
top: -50px;
opacity: 0; } }
@keyframes move-up {
0% {
top: 25px;
opacity: 1; }
100% {
top: -50px;
opacity: 0; } }
.scores-container {
float: right;
text-align: right; }
.score-container, .best-container {
position: relative;
display: inline-block;
background: #bbada0;
padding: 15px 25px;
font-size: 25px;
height: 25px;
line-height: 47px;
font-weight: bold;
border-radius: 3px;
color: white;
margin-top: 8px;
text-align: center; }
.score-container:after, .best-container:after {
position: absolute;
width: 100%;
top: 10px;
left: 0;
text-transform: uppercase;
font-size: 13px;
line-height: 13px;
text-align: center;
color: #eee4da; }
.score-container .score-addition, .best-container .score-addition {
position: absolute;
right: 30px;
color: red;
font-size: 25px;
line-height: 25px;
font-weight: bold;
color: rgba(119, 110, 101, 0.9);
z-index: 100;
-webkit-animation: move-up 600ms ease-in;
-moz-animation: move-up 600ms ease-in;
animation: move-up 600ms ease-in;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both; }
.score-container:after {
content: "Score"; }
.best-container:after {
content: "Best"; }
p {
margin-top: 0;
margin-bottom: 10px;
line-height: 1.65; }
a {
color: #776e65;
font-weight: bold;
text-decoration: underline;
cursor: pointer; }
strong.important {
text-transform: uppercase; }
hr {
border: none;
border-bottom: 1px solid #d8d4d0;
margin-top: 20px;
margin-bottom: 30px; }
.container {
width: 500px;
margin: 0 auto; }
@-webkit-keyframes fade-in {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-moz-keyframes fade-in {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@keyframes fade-in {
0% {
opacity: 0; }
100% {
opacity: 1; } }
.game-container {
margin-top: 40px;
position: relative;
padding: 15px;
cursor: default;
-webkit-touch-callout: none;
-ms-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-ms-touch-action: none;
touch-action: none;
background: #bbada0;
border-radius: 6px;
width: 500px;
height: 500px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.game-container .game-message {
display: none;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(238, 228, 218, 0.5);
z-index: 100;
text-align: center;
-webkit-animation: fade-in 800ms ease 1200ms;
-moz-animation: fade-in 800ms ease 1200ms;
animation: fade-in 800ms ease 1200ms;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both; }
.game-container .game-message p {
font-size: 60px;
font-weight: bold;
height: 60px;
line-height: 60px;
margin-top: 222px; }
.game-container .game-message .lower {
display: block;
margin-top: 59px; }
.game-container .game-message a {
display: inline-block;
background: #8f7a66;
border-radius: 3px;
padding: 0 20px;
text-decoration: none;
color: #f9f6f2;
height: 40px;
line-height: 42px;
margin-left: 9px; }
.game-container .game-message a.keep-playing-button {
display: none; }
.game-container .game-message.game-won {
background: rgba(237, 194, 46, 0.5);
color: #f9f6f2; }
.game-container .game-message.game-won a.keep-playing-button {
display: inline-block; }
.game-container .game-message.game-won, .game-container .game-message.game-over {
display: block; }
.grid-container {
position: absolute;
z-index: 1; }
.grid-row {
margin-bottom: 15px; }
.grid-row:last-child {
margin-bottom: 0; }
.grid-row:after {
content: "";
display: block;
clear: both; }
.grid-cell {
width: 106.25px;
height: 106.25px;
margin-right: 15px;
float: left;
border-radius: 3px;
background: rgba(238, 228, 218, 0.35); }
.grid-cell:last-child {
margin-right: 0; }
.tile-container {
position: absolute;
z-index: 2; }
.tile, .tile .tile-inner {
width: 107px;
height: 107px;
line-height: 107px; }
.tile.tile-position-1-1 {
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
transform: translate(0px, 0px); }
.tile.tile-position-1-2 {
-webkit-transform: translate(0px, 121px);
-moz-transform: translate(0px, 121px);
-ms-transform: translate(0px, 121px);
transform: translate(0px, 121px); }
.tile.tile-position-1-3 {
-webkit-transform: translate(0px, 242px);
-moz-transform: translate(0px, 242px);
-ms-transform: translate(0px, 242px);
transform: translate(0px, 242px); }
.tile.tile-position-1-4 {
-webkit-transform: translate(0px, 363px);
-moz-transform: translate(0px, 363px);
-ms-transform: translate(0px, 363px);
transform: translate(0px, 363px); }
.tile.tile-position-2-1 {
-webkit-transform: translate(121px, 0px);
-moz-transform: translate(121px, 0px);
-ms-transform: translate(121px, 0px);
transform: translate(121px, 0px); }
.tile.tile-position-2-2 {
-webkit-transform: translate(121px, 121px);
-moz-transform: translate(121px, 121px);
-ms-transform: translate(121px, 121px);
transform: translate(121px, 121px); }
.tile.tile-position-2-3 {
-webkit-transform: translate(121px, 242px);
-moz-transform: translate(121px, 242px);
-ms-transform: translate(121px, 242px);
transform: translate(121px, 242px); }
.tile.tile-position-2-4 {
-webkit-transform: translate(121px, 363px);
-moz-transform: translate(121px, 363px);
-ms-transform: translate(121px, 363px);
transform: translate(121px, 363px); }
.tile.tile-position-3-1 {
-webkit-transform: translate(242px, 0px);
-moz-transform: translate(242px, 0px);
-ms-transform: translate(242px, 0px);
transform: translate(242px, 0px); }
.tile.tile-position-3-2 {
-webkit-transform: translate(242px, 121px);
-moz-transform: translate(242px, 121px);
-ms-transform: translate(242px, 121px);
transform: translate(242px, 121px); }
.tile.tile-position-3-3 {
-webkit-transform: translate(242px, 242px);
-moz-transform: translate(242px, 242px);
-ms-transform: translate(242px, 242px);
transform: translate(242px, 242px); }
.tile.tile-position-3-4 {
-webkit-transform: translate(242px, 363px);
-moz-transform: translate(242px, 363px);
-ms-transform: translate(242px, 363px);
transform: translate(242px, 363px); }
.tile.tile-position-4-1 {
-webkit-transform: translate(363px, 0px);
-moz-transform: translate(363px, 0px);
-ms-transform: translate(363px, 0px);
transform: translate(363px, 0px); }
.tile.tile-position-4-2 {
-webkit-transform: translate(363px, 121px);
-moz-transform: translate(363px, 121px);
-ms-transform: translate(363px, 121px);
transform: translate(363px, 121px); }
.tile.tile-position-4-3 {
-webkit-transform: translate(363px, 242px);
-moz-transform: translate(363px, 242px);
-ms-transform: translate(363px, 242px);
transform: translate(363px, 242px); }
.tile.tile-position-4-4 {
-webkit-transform: translate(363px, 363px);
-moz-transform: translate(363px, 363px);
-ms-transform: translate(363px, 363px);
transform: translate(363px, 363px); }
.tile {
position: absolute;
-webkit-transition: 100ms ease-in-out;
-moz-transition: 100ms ease-in-out;
transition: 100ms ease-in-out;
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
transition-property: transform; }
.tile .tile-inner {
border-radius: 3px;
background: #eee4da;
text-align: center;
font-weight: bold;
z-index: 10;
font-size: 55px; }
.tile.tile-2 .tile-inner {
background: #eee4da;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0), inset 0 0 0 1px rgba(255, 255, 255, 0); }
.tile.tile-4 .tile-inner {
background: #ede0c8;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0), inset 0 0 0 1px rgba(255, 255, 255, 0); }
.tile.tile-8 .tile-inner {
color: #f9f6f2;
background: #f2b179; }
.tile.tile-16 .tile-inner {
color: #f9f6f2;
background: #f59563; }
.tile.tile-32 .tile-inner {
color: #f9f6f2;
background: #f67c5f; }
.tile.tile-64 .tile-inner {
color: #f9f6f2;
background: #f65e3b; }
.tile.tile-128 .tile-inner {
color: #f9f6f2;
background: #edcf72;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.2381), inset 0 0 0 1px rgba(255, 255, 255, 0.14286);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-128 .tile-inner {
font-size: 25px; } }
.tile.tile-256 .tile-inner {
color: #f9f6f2;
background: #edcc61;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.31746), inset 0 0 0 1px rgba(255, 255, 255, 0.19048);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-256 .tile-inner {
font-size: 25px; } }
.tile.tile-512 .tile-inner {
color: #f9f6f2;
background: #edc850;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.39683), inset 0 0 0 1px rgba(255, 255, 255, 0.2381);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-512 .tile-inner {
font-size: 25px; } }
.tile.tile-1024 .tile-inner {
color: #f9f6f2;
background: #edc53f;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.47619), inset 0 0 0 1px rgba(255, 255, 255, 0.28571);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile-1024 .tile-inner {
font-size: 15px; } }
.tile.tile-2048 .tile-inner {
color: #f9f6f2;
background: #edc22e;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.55556), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 35px; }
@media screen and (max-width: 520px) {
.tile.tile-2048 .tile-inner {
font-size: 15px; } }
.tile.tile-super .tile-inner {
color: #f9f6f2;
background: #3c3a32;
font-size: 30px; }
@media screen and (max-width: 520px) {
.tile.tile-super .tile-inner {
font-size: 10px; } }
@-webkit-keyframes appear {
0% {
opacity: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0); }
100% {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); } }
@-moz-keyframes appear {
0% {
opacity: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0); }
100% {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); } }
@keyframes appear {
0% {
opacity: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0); }
100% {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); } }
.tile-new .tile-inner {
-webkit-animation: appear 200ms ease 100ms;
-moz-animation: appear 200ms ease 100ms;
animation: appear 200ms ease 100ms;
-webkit-animation-fill-mode: backwards;
-moz-animation-fill-mode: backwards;
animation-fill-mode: backwards; }
@-webkit-keyframes pop {
0% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0); }
50% {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2); }
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); } }
@-moz-keyframes pop {
0% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0); }
50% {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2); }
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); } }
@keyframes pop {
0% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0); }
50% {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2); }
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); } }
.tile-merged .tile-inner {
z-index: 20;
-webkit-animation: pop 200ms ease 100ms;
-moz-animation: pop 200ms ease 100ms;
animation: pop 200ms ease 100ms;
-webkit-animation-fill-mode: backwards;
-moz-animation-fill-mode: backwards;
animation-fill-mode: backwards; }
.above-game:after {
content: "";
display: block;
clear: both; }
.game-intro {
float: left;
line-height: 42px;
margin-bottom: 0; }
.restart-button {
display: inline-block;
background: #8f7a66;
border-radius: 3px;
padding: 0 20px;
text-decoration: none;
color: #f9f6f2;
height: 40px;
line-height: 42px;
display: block;
text-align: center;
float: right; }
.game-explanation {
margin-top: 50px; }
@media screen and (max-width: 520px) {
html, body {
font-size: 15px; }
body {
margin: 20px 0;
padding: 0 20px; }
h1.title {
font-size: 27px;
margin-top: 15px; }
.container {
width: 280px;
margin: 0 auto; }
.score-container, .best-container {
margin-top: 0;
padding: 15px 10px;
min-width: 40px; }
.heading {
margin-bottom: 10px; }
.game-intro {
width: 55%;
display: block;
box-sizing: border-box;
line-height: 1.65; }
.restart-button {
width: 42%;
padding: 0;
display: block;
box-sizing: border-box;
margin-top: 2px; }
.game-container {
margin-top: 17px;
position: relative;
padding: 10px;
cursor: default;
-webkit-touch-callout: none;
-ms-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-ms-touch-action: none;
touch-action: none;
background: #bbada0;
border-radius: 6px;
width: 280px;
height: 280px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.game-container .game-message {
display: none;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(238, 228, 218, 0.5);
z-index: 100;
text-align: center;
-webkit-animation: fade-in 800ms ease 1200ms;
-moz-animation: fade-in 800ms ease 1200ms;
animation: fade-in 800ms ease 1200ms;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both; }
.game-container .game-message p {
font-size: 60px;
font-weight: bold;
height: 60px;
line-height: 60px;
margin-top: 222px; }
.game-container .game-message .lower {
display: block;
margin-top: 59px; }
.game-container .game-message a {
display: inline-block;
background: #8f7a66;
border-radius: 3px;
padding: 0 20px;
text-decoration: none;
color: #f9f6f2;
height: 40px;
line-height: 42px;
margin-left: 9px; }
.game-container .game-message a.keep-playing-button {
display: none; }
.game-container .game-message.game-won {
background: rgba(237, 194, 46, 0.5);
color: #f9f6f2; }
.game-container .game-message.game-won a.keep-playing-button {
display: inline-block; }
.game-container .game-message.game-won, .game-container .game-message.game-over {
display: block; }
.grid-container {
position: absolute;
z-index: 1; }
.grid-row {
margin-bottom: 10px; }
.grid-row:last-child {
margin-bottom: 0; }
.grid-row:after {
content: "";
display: block;
clear: both; }
.grid-cell {
width: 57.5px;
height: 57.5px;
margin-right: 10px;
float: left;
border-radius: 3px;
background: rgba(238, 228, 218, 0.35); }
.grid-cell:last-child {
margin-right: 0; }
.tile-container {
position: absolute;
z-index: 2; }
.tile, .tile .tile-inner {
width: 58px;
height: 58px;
line-height: 58px; }
.tile.tile-position-1-1 {
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
transform: translate(0px, 0px); }
.tile.tile-position-1-2 {
-webkit-transform: translate(0px, 67px);
-moz-transform: translate(0px, 67px);
-ms-transform: translate(0px, 67px);
transform: translate(0px, 67px); }
.tile.tile-position-1-3 {
-webkit-transform: translate(0px, 135px);
-moz-transform: translate(0px, 135px);
-ms-transform: translate(0px, 135px);
transform: translate(0px, 135px); }
.tile.tile-position-1-4 {
-webkit-transform: translate(0px, 202px);
-moz-transform: translate(0px, 202px);
-ms-transform: translate(0px, 202px);
transform: translate(0px, 202px); }
.tile.tile-position-2-1 {
-webkit-transform: translate(67px, 0px);
-moz-transform: translate(67px, 0px);
-ms-transform: translate(67px, 0px);
transform: translate(67px, 0px); }
.tile.tile-position-2-2 {
-webkit-transform: translate(67px, 67px);
-moz-transform: translate(67px, 67px);
-ms-transform: translate(67px, 67px);
transform: translate(67px, 67px); }
.tile.tile-position-2-3 {
-webkit-transform: translate(67px, 135px);
-moz-transform: translate(67px, 135px);
-ms-transform: translate(67px, 135px);
transform: translate(67px, 135px); }
.tile.tile-position-2-4 {
-webkit-transform: translate(67px, 202px);
-moz-transform: translate(67px, 202px);
-ms-transform: translate(67px, 202px);
transform: translate(67px, 202px); }
.tile.tile-position-3-1 {
-webkit-transform: translate(135px, 0px);
-moz-transform: translate(135px, 0px);
-ms-transform: translate(135px, 0px);
transform: translate(135px, 0px); }
.tile.tile-position-3-2 {
-webkit-transform: translate(135px, 67px);
-moz-transform: translate(135px, 67px);
-ms-transform: translate(135px, 67px);
transform: translate(135px, 67px); }
.tile.tile-position-3-3 {
-webkit-transform: translate(135px, 135px);
-moz-transform: translate(135px, 135px);
-ms-transform: translate(135px, 135px);
transform: translate(135px, 135px); }
.tile.tile-position-3-4 {
-webkit-transform: translate(135px, 202px);
-moz-transform: translate(135px, 202px);
-ms-transform: translate(135px, 202px);
transform: translate(135px, 202px); }
.tile.tile-position-4-1 {
-webkit-transform: translate(202px, 0px);
-moz-transform: translate(202px, 0px);
-ms-transform: translate(202px, 0px);
transform: translate(202px, 0px); }
.tile.tile-position-4-2 {
-webkit-transform: translate(202px, 67px);
-moz-transform: translate(202px, 67px);
-ms-transform: translate(202px, 67px);
transform: translate(202px, 67px); }
.tile.tile-position-4-3 {
-webkit-transform: translate(202px, 135px);
-moz-transform: translate(202px, 135px);
-ms-transform: translate(202px, 135px);
transform: translate(202px, 135px); }
.tile.tile-position-4-4 {
-webkit-transform: translate(202px, 202px);
-moz-transform: translate(202px, 202px);
-ms-transform: translate(202px, 202px);
transform: translate(202px, 202px); }
.tile .tile-inner {
font-size: 35px; }
.game-message p {
font-size: 30px !important;
height: 30px !important;
line-height: 30px !important;
margin-top: 90px !important; }
.game-message .lower {
margin-top: 30px !important; } }

View File

@ -1,549 +0,0 @@
@import "helpers";
@import "fonts/clear-sans.css";
$field-width: 500px;
$grid-spacing: 15px;
$grid-row-cells: 4;
$tile-size: ($field-width - $grid-spacing * ($grid-row-cells + 1)) / $grid-row-cells;
$tile-border-radius: 3px;
$mobile-threshold: $field-width + 20px;
$text-color: #776E65;
$bright-text-color: #f9f6f2;
$tile-color: #eee4da;
$tile-gold-color: #edc22e;
$tile-gold-glow-color: lighten($tile-gold-color, 15%);
$game-container-margin-top: 40px;
$game-container-background: #bbada0;
$transition-speed: 100ms;
html, body {
margin: 0;
padding: 0;
background: #faf8ef;
color: $text-color;
font-family: "Clear Sans", "Helvetica Neue", Arial, sans-serif;
font-size: 18px;
}
body {
margin: 80px 0;
}
.heading {
@include clearfix;
}
h1.title {
font-size: 80px;
font-weight: bold;
margin: 0;
display: block;
float: left;
}
@include keyframes(move-up) {
0% {
top: 25px;
opacity: 1;
}
100% {
top: -50px;
opacity: 0;
}
}
.scores-container {
float: right;
text-align: right;
}
.score-container, .best-container {
$height: 25px;
position: relative;
display: inline-block;
background: $game-container-background;
padding: 15px 25px;
font-size: $height;
height: $height;
line-height: $height + 22px;
font-weight: bold;
border-radius: 3px;
color: white;
margin-top: 8px;
text-align: center;
&:after {
position: absolute;
width: 100%;
top: 10px;
left: 0;
text-transform: uppercase;
font-size: 13px;
line-height: 13px;
text-align: center;
color: $tile-color;
}
.score-addition {
position: absolute;
right: 30px;
color: red;
font-size: $height;
line-height: $height;
font-weight: bold;
color: rgba($text-color, .9);
z-index: 100;
@include animation(move-up 600ms ease-in);
@include animation-fill-mode(both);
}
}
.score-container:after {
content: "Score";
}
.best-container:after {
content: "Best";
}
p {
margin-top: 0;
margin-bottom: 10px;
line-height: 1.65;
}
a {
color: $text-color;
font-weight: bold;
text-decoration: underline;
cursor: pointer;
}
strong {
&.important {
text-transform: uppercase;
}
}
hr {
border: none;
border-bottom: 1px solid lighten($text-color, 40%);
margin-top: 20px;
margin-bottom: 30px;
}
.container {
width: $field-width;
margin: 0 auto;
}
@include keyframes(fade-in) {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
// Styles for buttons
@mixin button {
display: inline-block;
background: darken($game-container-background, 20%);
border-radius: 3px;
padding: 0 20px;
text-decoration: none;
color: $bright-text-color;
height: 40px;
line-height: 42px;
}
// Game field mixin used to render CSS at different width
@mixin game-field {
.game-container {
margin-top: $game-container-margin-top;
position: relative;
padding: $grid-spacing;
cursor: default;
-webkit-touch-callout: none;
-ms-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-ms-touch-action: none;
touch-action: none;
background: $game-container-background;
border-radius: $tile-border-radius * 2;
width: $field-width;
height: $field-width;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
.game-message {
display: none;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba($tile-color, .5);
z-index: 100;
text-align: center;
p {
font-size: 60px;
font-weight: bold;
height: 60px;
line-height: 60px;
margin-top: 222px;
// height: $field-width;
// line-height: $field-width;
}
.lower {
display: block;
margin-top: 59px;
}
a {
@include button;
margin-left: 9px;
// margin-top: 59px;
&.keep-playing-button {
display: none;
}
}
@include animation(fade-in 800ms ease $transition-speed * 12);
@include animation-fill-mode(both);
&.game-won {
background: rgba($tile-gold-color, .5);
color: $bright-text-color;
a.keep-playing-button {
display: inline-block;
}
}
&.game-won, &.game-over {
display: block;
}
}
}
.grid-container {
position: absolute;
z-index: 1;
}
.grid-row {
margin-bottom: $grid-spacing;
&:last-child {
margin-bottom: 0;
}
&:after {
content: "";
display: block;
clear: both;
}
}
.grid-cell {
width: $tile-size;
height: $tile-size;
margin-right: $grid-spacing;
float: left;
border-radius: $tile-border-radius;
background: rgba($tile-color, .35);
&:last-child {
margin-right: 0;
}
}
.tile-container {
position: absolute;
z-index: 2;
}
.tile {
&, .tile-inner {
width: ceil($tile-size);
height: ceil($tile-size);
line-height: ceil($tile-size);
}
// Build position classes
@for $x from 1 through $grid-row-cells {
@for $y from 1 through $grid-row-cells {
&.tile-position-#{$x}-#{$y} {
$xPos: floor(($tile-size + $grid-spacing) * ($x - 1));
$yPos: floor(($tile-size + $grid-spacing) * ($y - 1));
@include transform(translate($xPos, $yPos));
}
}
}
}
}
// End of game-field mixin
@include game-field;
.tile {
position: absolute; // Makes transforms relative to the top-left corner
.tile-inner {
border-radius: $tile-border-radius;
background: $tile-color;
text-align: center;
font-weight: bold;
z-index: 10;
font-size: 55px;
}
// Movement transition
@include transition($transition-speed ease-in-out);
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
transition-property: transform;
$base: 2;
$exponent: 1;
$limit: 11;
// Colors for all 11 states, false = no special color
$special-colors: false false, // 2
false false, // 4
#f78e48 true, // 8
#fc5e2e true, // 16
#ff3333 true, // 32
#ff0000 true, // 64
false true, // 128
false true, // 256
false true, // 512
false true, // 1024
false true; // 2048
// Build tile colors
@while $exponent <= $limit {
$power: pow($base, $exponent);
&.tile-#{$power} .tile-inner {
// Calculate base background color
$gold-percent: ($exponent - 1) / ($limit - 1) * 100;
$mixed-background: mix($tile-gold-color, $tile-color, $gold-percent);
$nth-color: nth($special-colors, $exponent);
$special-background: nth($nth-color, 1);
$bright-color: nth($nth-color, 2);
@if $special-background {
$mixed-background: mix($special-background, $mixed-background, 55%);
}
@if $bright-color {
color: $bright-text-color;
}
// Set background
background: $mixed-background;
// Add glow
$glow-opacity: max($exponent - 4, 0) / ($limit - 4);
@if not $special-background {
box-shadow: 0 0 30px 10px rgba($tile-gold-glow-color, $glow-opacity / 1.8),
inset 0 0 0 1px rgba(white, $glow-opacity / 3);
}
// Adjust font size for bigger numbers
@if $power >= 100 and $power < 1000 {
font-size: 45px;
// Media queries placed here to avoid carrying over the rest of the logic
@include smaller($mobile-threshold) {
font-size: 25px;
}
} @else if $power >= 1000 {
font-size: 35px;
@include smaller($mobile-threshold) {
font-size: 15px;
}
}
}
$exponent: $exponent + 1;
}
// Super tiles (above 2048)
&.tile-super .tile-inner {
color: $bright-text-color;
background: mix(#333, $tile-gold-color, 95%);
font-size: 30px;
@include smaller($mobile-threshold) {
font-size: 10px;
}
}
}
@include keyframes(appear) {
0% {
opacity: 0;
@include transform(scale(0));
}
100% {
opacity: 1;
@include transform(scale(1));
}
}
.tile-new .tile-inner {
@include animation(appear 200ms ease $transition-speed);
@include animation-fill-mode(backwards);
}
@include keyframes(pop) {
0% {
@include transform(scale(0));
}
50% {
@include transform(scale(1.2));
}
100% {
@include transform(scale(1));
}
}
.tile-merged .tile-inner {
z-index: 20;
@include animation(pop 200ms ease $transition-speed);
@include animation-fill-mode(backwards);
}
.above-game {
@include clearfix;
}
.game-intro {
float: left;
line-height: 42px;
margin-bottom: 0;
}
.restart-button {
@include button;
display: block;
text-align: center;
float: right;
}
.game-explanation {
margin-top: 50px;
}
@include smaller($mobile-threshold) {
// Redefine variables for smaller screens
$field-width: 280px;
$grid-spacing: 10px;
$grid-row-cells: 4;
$tile-size: ($field-width - $grid-spacing * ($grid-row-cells + 1)) / $grid-row-cells;
$tile-border-radius: 3px;
$game-container-margin-top: 17px;
html, body {
font-size: 15px;
}
body {
margin: 20px 0;
padding: 0 20px;
}
h1.title {
font-size: 27px;
margin-top: 15px;
}
.container {
width: $field-width;
margin: 0 auto;
}
.score-container, .best-container {
margin-top: 0;
padding: 15px 10px;
min-width: 40px;
}
.heading {
margin-bottom: 10px;
}
// Show intro and restart button side by side
.game-intro {
width: 55%;
display: block;
box-sizing: border-box;
line-height: 1.65;
}
.restart-button {
width: 42%;
padding: 0;
display: block;
box-sizing: border-box;
margin-top: 2px;
}
// Render the game field at the right width
@include game-field;
// Rest of the font-size adjustments in the tile class
.tile .tile-inner {
font-size: 35px;
}
.game-message {
p {
font-size: 30px !important;
height: 30px !important;
line-height: 30px !important;
margin-top: 90px !important;
}
.lower {
margin-top: 30px !important;
}
}
}

View File

@ -1 +0,0 @@
{"ascent":819,"unitEm":1024,"descent":0}

View File

@ -1,27 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg"
><metadata
></metadata
><defs
><font horiz-adv-x="512"
><font-face font-family="Cartoonist" units-per-em="1024" ascent="819" descent="0"
></font-face
><missing-glyph horiz-adv-x="512" d="M0 683V0H438V683H0ZM365 610V73H73V610H365Z"
></missing-glyph
><glyph unicode=" " d=""
></glyph
><glyph unicode="?" horiz-adv-x="589" d="M393 101v0Q392 59 363 30Q334 1 292 0Q248 1 220 29q-28 28 -29 72q1 44 29 72q28 29 72 30q42 -2 71 -31q29 -29 30 -71v0ZM517 585v0q0 -37 -13 -74Q491 474 467 441Q444 409 413 387L410 272H188l9 186q61 34 91 63q31 30 31 55q-1 22 -15 36q-13 14 -35 14q-31 0 -52 -21Q196 584 189 553L29 585Q58 819 299 819q62 -1 111 -35q49 -33 78 -86q29 -53 29 -113v0Z"
></glyph
></font
></defs
><g style="font-family: &quot;Cartoonist&quot;; font-size:50;fill:black"
><text x="20" y="50"
>!&quot;#$%&amp;&#39;()*+,-./0123456789:;&#229;&lt;&gt;?</text
><text x="20" y="100"
>@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_</text
><text x="20" y="150"
>` abcdefghijklmnopqrstuvwxyz|{}~</text
></g
></svg
>

Before

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -1 +0,0 @@
{"ascent":819,"unitEm":1024,"descent":0}

View File

@ -1,35 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg"
><metadata
></metadata
><defs
><font horiz-adv-x="512"
><font-face font-family="Cartoonist" units-per-em="1024" ascent="819" descent="0"
></font-face
><missing-glyph horiz-adv-x="512" d="M0 683V0H438V683H0ZM365 610V73H73V610H365Z"
></missing-glyph
><glyph unicode=" " d=""
></glyph
><glyph unicode="?" horiz-adv-x="589" d="M393 101v0Q392 59 363 30Q334 1 292 0Q248 1 220 29q-28 28 -29 72q1 44 29 72q28 29 72 30q42 -2 71 -31q29 -29 30 -71v0ZM517 585v0q0 -37 -13 -74Q491 474 467 441Q444 409 413 387L410 272H188l9 186q61 34 91 63q31 30 31 55q-1 22 -15 36q-13 14 -35 14q-31 0 -52 -21Q196 584 189 553L29 585Q58 819 299 819q62 -1 111 -35q49 -33 78 -86q29 -53 29 -113v0Z"
></glyph
><glyph unicode="e" horiz-adv-x="546" d="M500 220V0H54V806H479V599L266 586l7 -107H473V313H287V220H500v0Z"
></glyph
><glyph unicode="m" horiz-adv-x="750" d="M724 819V0H535V371L396 132L283 315V12H75V797l202 16L378 529L510 819H724v0Z"
></glyph
><glyph unicode="o" horiz-adv-x="692" d="M302 223v0q26 0 45 22q19 22 29 58q11 35 11 77q0 196 -104 196q-36 0 -54 -37Q210 501 210 426q0 -61 11 -106q11 -46 32 -71q21 -26 49 -26v0ZM289 819v0q70 -1 126 -37q56 -36 95 -101q40 -65 61 -153q21 -87 21 -191Q592 233 559 157Q526 82 462 41Q398 0 305 0Q155 0 78 108Q1 216 0 429Q0 545 34 632q33 88 98 137q64 49 157 50v0Z"
></glyph
><glyph unicode="r" horiz-adv-x="664" d="M225 469v0q39 7 58 26q20 18 20 46v6q-3 31 -26 52q-23 20 -66 26L225 469v0ZM407 339L564 33L380 6L244 215V13L29 0L7 807q-4 1 -5 2q-2 1 -2 3q0 3 17 5q18 2 52 2q112 0 193 -9q81 -10 134 -38q52 -29 77 -86q25 -57 25 -152q0 -51 -23 -100Q452 385 407 339v0Z"
></glyph
></font
></defs
><g style="font-family: &quot;Cartoonist&quot;; font-size:50;fill:black"
><text x="20" y="50"
>!&quot;#$%&amp;&#39;()*+,-./0123456789:;&#229;&lt;&gt;?</text
><text x="20" y="100"
>@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_</text
><text x="20" y="150"
>` abcdefghijklmnopqrstuvwxyz|{}~</text
></g
></svg
>

Before

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -1 +0,0 @@
{"ascent":683,"unitEm":1024,"descent":0}

View File

@ -1,69 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg"
><metadata
></metadata
><defs
><font horiz-adv-x="478"
><font-face font-family="Visitor TT2 BRK" units-per-em="1024" ascent="683" descent="0"
></font-face
><missing-glyph horiz-adv-x="512" d="M0 683V0H438V683H0ZM365 610V73H73V610H365Z"
></missing-glyph
><glyph unicode=" " d=""
></glyph
><glyph unicode="." horiz-adv-x="159" d="M0 0V0V79H79V0H0V0Z"
></glyph
><glyph unicode="0" d="M319 79v0V318H80V79H319v0ZM0 397v0H399V0H0V397v0Z"
></glyph
><glyph unicode="1" horiz-adv-x="240" d="M0 397v0H160V0H80V318H0v79v0Z"
></glyph
><glyph unicode="2" d="M0 318v0v79H399V158H80V79H399V0H0V238H319v80H0v0Z"
></glyph
><glyph unicode="3" d="M0 318v0v79H399V0H0V79H320v79H160v80H320v80H0v0Z"
></glyph
><glyph unicode="4" d="M319 238v0V397h80V0H319V158H0V397H80V238H319v0Z"
></glyph
><glyph unicode="5" d="M0 158v0V397H399V318H79V238H399V0H0V79H319v79H0v0Z"
></glyph
><glyph unicode="6" d="M319 158v0H80V79H319v79v0ZM0 397v0H399V318H80V238H399V0H0V397v0Z"
></glyph
><glyph unicode="7" d="M0 318v0v79H399V0H319V318H0v0Z"
></glyph
><glyph unicode="8" d="M319 238v0v80H79V238H319v0ZM319 79v0v79H79V79H319v0ZM0 397v0H399V0H0V397v0Z"
></glyph
><glyph unicode="9" d="M319 238v0v80H80V238H319v0ZM0 397v0H399V0H319V158H0V397v0Z"
></glyph
><glyph unicode="a" d="M319 238v0v80H80V238H319v0ZM0 397v0H399V0H319V158H80V0H0V397v0Z"
></glyph
><glyph unicode="e" d="M0 397v0H399V318H80V238H239V158H80V79H399V0H0V397v0Z"
></glyph
><glyph unicode="g" d="M0 397v0H399V318H79V79H319v79H159v80H399V0H0V397v0Z"
></glyph
><glyph unicode="k" d="M399 0V0H319V79h80V0V0ZM319 79v0H240v79l79 1V79v0ZM240 238v0v80h79V238H240V159H80V0H0V397H80v0V238H240v0ZM319 318v0v79h80V318H319v0Z"
></glyph
><glyph unicode="m" horiz-adv-x="477" d="M0 397v0H398V0H319V318H239V0H159V318H79V0H0V397v0Z"
></glyph
><glyph unicode="n" d="M0 397v0H399V0H319V318H80V0H0V397v0Z"
></glyph
><glyph unicode="o" d="M319 79v0V318H80V79H319v0ZM0 397v0H399V0H0V397v0Z"
></glyph
><glyph unicode="p" d="M319 238v0v80H80V238H319v0ZM0 397v0H399V158H80V0H0V397v0Z"
></glyph
><glyph unicode="r" d="M319 238v0v80H80V238H319v0ZM0 397v0H399V158H319V79H240v79H80V0H0V397v0ZM399 0V0H319V79h80V0V0Z"
></glyph
><glyph unicode="t" d="M0 397v0H398V318H239V0H159V318H0v79v0Z"
></glyph
><glyph unicode="u" d="M319 79v0V397h80V0H0V397H80V79H319v0Z"
></glyph
></font
></defs
><g style="font-family: &quot;Visitor TT2 BRK&quot;; font-size:50;fill:black"
><text x="20" y="50"
>!&quot;#$%&amp;&#39;()*+,-./0123456789:;&#229;&lt;&gt;?</text
><text x="20" y="100"
>@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_</text
><text x="20" y="150"
>` abcdefghijklmnopqrstuvwxyz|{}~</text
></g
></svg
>

Before

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -1 +0,0 @@
{"ascent":821,"unitEm":1024,"descent":214}

View File

@ -1,251 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg"
><metadata
></metadata
><defs
><font horiz-adv-x="537"
><font-face font-family="Trebuchet MS" units-per-em="1024" ascent="821" descent="-214"
></font-face
><missing-glyph horiz-adv-x="512" d="M0 683V0H438V683H0ZM365 610V73H73V610H365Z"
></missing-glyph
><glyph unicode=" " horiz-adv-x="309" d=""
></glyph
><glyph unicode="!" horiz-adv-x="376" d="M192 140v0q-31 0 -53 -22Q117 96 117 65q0 -31 22 -53q22 -22 53 -22q31 0 53 22q22 22 22 53q0 31 -22 53q-22 22 -53 22v0ZM207 191v0q39 254 39 350V745H133V540q0 -98 38 -349h36v0Z"
></glyph
><glyph unicode="&quot;" horiz-adv-x="333" d="M280 543l13 190H201L213 543h67v0ZM115 543l13 190H36L48 543h67v0Z"
></glyph
><glyph unicode="#" d="M228 473H376L327 277H178l50 196v0ZM440 473H543v64H456l51 206H444L392 537H244l51 206H230L179 537H76V473h86L113 277H19V213H96L35 -10h65l62 223H310L248 -10h64l62 223h97v64H390l50 196v0Z"
></glyph
><glyph unicode="$" d="M229 -13V-123h70V-8Q384 7 433 58q48 51 48 119q0 83 -36 135q-36 53 -114 90l-46 21q-57 27 -76 43q-20 16 -30 39q-11 23 -11 51q0 46 30 75q29 29 80 29q35 0 76 -14q41 -13 61 -28l29 87q-38 35 -145 39v77H229V741Q156 727 112 676Q68 624 68 555Q68 487 98 439q30 -48 105 -83l59 -27q63 -30 81 -45q17 -14 28 -38q10 -24 10 -55q0 -50 -36 -82Q310 77 251 77q-33 0 -76 15q-43 14 -69 33L70 33Q90 20 142 5q53 -16 87 -18v0Z"
></glyph
><glyph unicode="%" horiz-adv-x="615" d="M364 164v0q0 54 21 86q21 32 58 32q73 0 73 -119Q516 41 435 41q-32 0 -51 32q-20 32 -20 91v0ZM301 169v0Q301 -10 440 -10q61 0 100 45q39 46 39 124q0 84 -36 129q-37 45 -99 45q-62 0 -103 -45Q301 242 301 169v0ZM94 576v0q0 54 21 86q21 32 58 32q73 0 73 -119Q246 453 165 453q-32 0 -51 32Q94 517 94 576v0ZM31 581v0Q31 402 170 402q61 0 100 45q39 46 39 124q0 84 -36 129q-37 45 -99 45Q112 745 71 700Q31 654 31 581v0ZM109 -10L550 745H487L46 -10h63v0Z"
></glyph
><glyph unicode="&amp;" horiz-adv-x="723" d="M420 157v0q0 -35 6 -58Q392 75 324 75Q171 75 171 231q0 67 48 128H420V157v0ZM465 25v0q43 -35 90 -35q67 0 120 15L661 93Q625 75 598 75q-46 0 -64 25q-19 25 -19 94V359H640v80H515V568L420 532V440H234q-58 45 -58 110q0 120 133 120q45 0 102 -47l42 77q-56 45 -159 45q-97 0 -155 -54Q81 637 81 560q0 -75 71 -145Q106 369 89 327Q71 284 71 226Q71 113 128 51q57 -61 162 -61q102 0 175 35v0Z"
></glyph
><glyph unicode="&#39;" horiz-adv-x="164" d="M115 543l13 190H36L48 543h67v0Z"
></glyph
><glyph unicode="(" horiz-adv-x="376" d="M309 737v0Q224 693 160 554Q97 415 97 279Q97 120 153 -12q55 -132 156 -202v52Q210 -48 210 278q0 275 99 418v41v0Z"
></glyph
><glyph unicode=")" horiz-adv-x="376" d="M97 -214v0q101 70 157 202q55 132 55 291q0 136 -63 275Q182 693 97 737V696Q196 553 196 278Q196 -48 97 -162v-52v0Z"
></glyph
><glyph unicode="*" horiz-adv-x="376" d="M299 563l43 15l-29 80L276 645L197 591l30 106v38H139V695L171 593l-63 47L60 659L24 584L69 568l88 -14L78 513L53 478l66 -50l21 32l46 81l41 -80l27 -35l61 52l-24 31l-79 53l87 1v0Z"
></glyph
><glyph unicode="+" d="M306 353V524H235V353H61V282H235V110h71V282H480v71H306v0Z"
></glyph
><glyph unicode="," horiz-adv-x="376" d="M112 -182v0q90 67 118 120q28 54 28 120q0 32 -22 56q-22 24 -49 24q-31 0 -52 -17Q115 104 115 77q0 -38 43 -59q15 -22 15 -44q0 -49 -86 -120l25 -36v0Z"
></glyph
><glyph unicode="-" horiz-adv-x="376" d="M80 253H294v87H80V253v0Z"
></glyph
><glyph unicode="." horiz-adv-x="376" d="M177 140v0q-31 0 -53 -22Q102 96 102 65q0 -31 22 -53q22 -22 53 -22q31 0 53 22q22 22 22 53q0 31 -22 53q-22 22 -53 22v0Z"
></glyph
><glyph unicode="/" d="M175 0L440 735H360L95 0h80V0Z"
></glyph
><glyph unicode="0" d="M132 379v0q0 281 142 281q46 0 76 -28q30 -28 43 -82q14 -55 14 -171Q407 210 372 142Q337 75 262 75Q132 75 132 379v0ZM32 388v0Q32 155 93 72q60 -82 176 -82q117 0 177 102q61 102 61 280q0 207 -58 290q-58 83 -173 83Q160 745 96 646Q32 546 32 388v0Z"
></glyph
><glyph unicode="1" d="M249 0H349V735H319Q284 690 221 640Q157 590 100 562V468l149 93V0V0Z"
></glyph
><glyph unicode="2" d="M35 0H485V90H198L362 351q79 125 79 208q0 89 -59 137q-60 49 -165 49Q146 745 97 716Q47 687 30 638L94 585q16 33 52 54q35 21 76 21q114 0 114 -101q0 -77 -72 -188L35 20V0V0Z"
></glyph
><glyph unicode="3" d="M55 52v0Q82 26 129 8q47 -18 96 -18q117 0 181 55q65 56 65 158q0 70 -37 119q-38 49 -101 70q46 16 80 63q33 47 33 108q0 80 -60 131q-61 51 -157 51Q120 745 74 685l44 -68q39 43 104 43q119 0 119 -117Q341 431 214 431h-4V350h8q67 0 107 -39q41 -38 41 -100Q366 75 227 75q-75 0 -124 54L55 52v0Z"
></glyph
><glyph unicode="4" d="M346 536V276H131L346 536v0ZM441 199h74v77H441V735H406L13 256V199H346V0h95V199v0Z"
></glyph
><glyph unicode="5" d="M116 357v0q54 58 121 58q139 0 139 -164Q376 75 235 75q-63 0 -131 55L65 47q68 -57 170 -57q246 0 246 275q0 113 -54 174q-54 61 -156 61q-57 0 -94 -28V650H447v85H82V381l34 -24v0Z"
></glyph
><glyph unicode="6" d="M147 229v0q0 144 127 144q52 0 85 -41q33 -42 33 -111q0 -67 -31 -108Q330 72 276 72Q147 72 147 229v0ZM336 745v0Q231 718 137 579Q42 440 42 307Q42 -13 283 -13q91 0 152 66q60 65 60 173q0 108 -59 170q-58 62 -155 62q-74 0 -116 -40q9 55 93 155q83 101 127 119l-49 53v0Z"
></glyph
><glyph unicode="7" d="M214 0V0q16 54 42 122q25 69 59 149q34 80 70 157q35 77 68 141l64 127v39H42V640H388Q315 504 228 310Q140 117 103 0H214V0Z"
></glyph
><glyph unicode="8" d="M255 364v0q90 -49 115 -85q25 -36 25 -76q0 -56 -36 -92Q323 75 267 75q-54 0 -88 36q-34 37 -34 92q0 101 110 161v0ZM299 438v0Q171 503 171 570q0 90 98 90q44 0 71 -24q27 -24 27 -65q0 -69 -68 -133v0ZM177 407v0Q121 383 83 324Q45 264 45 203Q45 -10 267 -10q106 0 167 55q61 56 61 158q0 120 -132 194q42 24 73 73q32 50 32 98q0 82 -52 130q-52 47 -147 47q-87 0 -142 -47Q71 650 71 569q0 -48 30 -92q29 -45 76 -70v0Z"
></glyph
><glyph unicode="9" d="M385 504v0Q385 359 258 359q-52 0 -85 42q-33 41 -33 111q0 67 31 107q31 41 85 41q129 0 129 -156v0ZM196 -13v0Q301 14 396 153q94 140 94 273q0 319 -241 319Q158 745 98 680Q37 614 37 507Q37 398 96 336q58 -62 155 -62q75 0 116 40Q358 259 275 159Q191 58 147 41l49 -54v0Z"
></glyph
><glyph unicode=":" horiz-adv-x="376" d="M177 140v0q-31 0 -53 -22Q102 96 102 65q0 -31 22 -53q22 -22 53 -22q31 0 53 22q22 22 22 53q0 31 -22 53q-22 22 -53 22v0ZM177 545v0q-31 0 -53 -22Q102 501 102 470q0 -31 22 -53q22 -22 53 -22q31 0 53 22q22 22 22 53q0 31 -22 53q-22 22 -53 22v0Z"
></glyph
><glyph unicode=";" horiz-adv-x="376" d="M112 -182v0q90 67 118 120q28 54 28 120q0 32 -22 56q-22 24 -49 24q-31 0 -52 -17Q115 104 115 77q0 -38 43 -59q15 -22 15 -44q0 -49 -86 -120l25 -36v0ZM177 545v0q-31 0 -53 -22Q102 501 102 470q0 -31 22 -53q22 -22 53 -22q31 0 53 22q22 22 22 53q0 31 -22 53q-22 22 -53 22v0Z"
></glyph
><glyph unicode="&lt;" d="M445 109v80L159 318L445 446v80L75 349V288L445 109v0Z"
></glyph
><glyph unicode="=" d="M480 268H61V197H480v71v0ZM480 438H61V367H480v71v0Z"
></glyph
><glyph unicode="&gt;" d="M445 288v61L75 526V446L361 318L75 189V109L445 288v0Z"
></glyph
><glyph unicode="?" horiz-adv-x="376" d="M162 140v0q-31 0 -53 -22Q87 96 87 65Q87 34 109 12q22 -22 53 -22q31 0 53 22q22 22 22 53q0 31 -22 53q-22 22 -53 22v0ZM183 214v0q-7 35 -7 46q0 67 44 121l73 78q27 28 40 61q12 33 12 69q0 71 -49 114q-50 42 -125 42Q71 745 20 704L57 632q38 37 89 37q106 0 106 -88q0 -27 -16 -55Q220 498 174 446Q127 394 114 356Q100 319 100 283q0 -21 17 -69h66v0Z"
></glyph
><glyph unicode="@" horiz-adv-x="789" d="M441 196v0Q416 171 385 171q-29 0 -48 18q-19 17 -19 44q0 80 98 80h25V196v0ZM588 58v0Q518 -6 403 -6Q275 -6 198 75q-77 82 -77 215q0 136 78 224q77 87 204 87q115 0 190 -77q75 -77 75 -192Q668 180 575 180q-25 0 -61 26V326q0 159 -139 159q-59 0 -100 -30l24 -50q31 28 83 28q52 0 59 -73q-92 0 -146 -33Q241 294 241 231q0 -50 33 -79q33 -29 87 -29q58 0 100 39q36 -35 115 -35q74 0 119 59q44 59 44 144q0 151 -92 242q-93 90 -244 90Q245 662 148 558Q50 453 50 290Q50 130 147 31q96 -98 256 -98q157 0 253 96Q611 49 588 58v0Z"
></glyph
><glyph unicode="A" horiz-adv-x="604" d="M308 550L412 228H195L308 550v0ZM491 0H602L326 742H300L2 0H114l54 154H441L491 0V0Z"
></glyph
><glyph unicode="B" horiz-adv-x="580" d="M175 364l81 3q96 0 138 -34q41 -34 41 -106q0 -77 -43 -112Q348 80 254 80q-27 0 -79 5V364v0ZM175 652v0q40 4 90 4q130 0 130 -102Q395 439 253 439q-46 0 -78 3V652v0ZM284 0V0Q398 0 469 57q71 58 71 154q0 84 -40 132q-40 49 -127 70q46 10 84 52q38 42 38 93q0 87 -59 134q-60 47 -168 47q-59 0 -193 -7V0H284V0Z"
></glyph
><glyph unicode="C" horiz-adv-x="613" d="M543 705v0q-68 40 -187 40Q216 745 128 636Q40 528 40 364Q40 194 123 91Q205 -13 349 -13q137 0 224 87l-55 76Q462 77 359 77q-94 0 -154 78q-60 78 -60 203q0 131 59 214q58 83 154 83q103 0 151 -35l34 85v0Z"
></glyph
><glyph unicode="D" horiz-adv-x="628" d="M175 642v0q61 5 75 5q233 0 233 -260Q483 247 423 168Q363 90 258 90q-49 0 -83 5V642v0ZM223 0V0Q588 0 588 396q0 155 -89 248q-90 93 -243 93q-40 0 -181 -5V0H223V0Z"
></glyph
><glyph unicode="E" horiz-adv-x="549" d="M175 642H513v90H75V0H507V90H175V354H417v85H175V642v0Z"
></glyph
><glyph unicode="F" horiz-adv-x="538" d="M175 642H528v90H75V0H175V354H433v85H175V642v0Z"
></glyph
><glyph unicode="G" horiz-adv-x="693" d="M583 681v0q-72 64 -187 64Q233 745 137 639Q40 533 40 363Q40 193 128 90Q216 -13 367 -13q68 0 139 21q72 21 112 55V382H416V297H518V125Q468 77 388 77Q276 77 211 155q-66 77 -66 204q0 134 67 215q66 81 181 81q73 0 148 -56l42 82v0Z"
></glyph
><glyph unicode="H" horiz-adv-x="670" d="M495 0H595V732H495V439H175V732H75V0H175V354H495V0V0Z"
></glyph
><glyph unicode="I" horiz-adv-x="285" d="M93 0H193V732H93V0V0Z"
></glyph
><glyph unicode="J" horiz-adv-x="488" d="M25 146v0Q29 75 75 32q46 -42 117 -42q124 0 173 66q48 67 48 217V732H313V269Q313 137 286 108Q259 80 192 80q-68 0 -80 66H25v0Z"
></glyph
><glyph unicode="K" horiz-adv-x="590" d="M479 0H590L340 415L559 732H447L175 334V732H75V0H175V198l98 139L479 0V0Z"
></glyph
><glyph unicode="L" horiz-adv-x="519" d="M75 0H506V90H175V732H75V0V0Z"
></glyph
><glyph unicode="M" horiz-adv-x="727" d="M627 0h95L573 732H528L367 198L193 732H147L10 0h95l85 470L355 -10h25L540 470L627 0V0Z"
></glyph
><glyph unicode="N" horiz-adv-x="654" d="M549 -10h30V732H484V226L115 732H75V0h95V525L549 -10v0Z"
></glyph
><glyph unicode="O" horiz-adv-x="690" d="M145 372v0q0 131 49 207q48 76 141 76q210 0 210 -283Q545 232 492 155Q438 77 335 77q-90 0 -140 85q-50 84 -50 210v0ZM40 372v0Q40 203 119 95Q197 -13 335 -13q152 0 234 102q81 103 81 283q0 176 -81 275q-81 98 -234 98Q200 745 120 638Q40 531 40 372v0Z"
></glyph
><glyph unicode="P" horiz-adv-x="571" d="M175 642v0q35 5 55 5q198 0 198 -134Q428 367 242 367q-3 0 -67 5V642v0ZM175 282v0q57 -5 74 -5q282 0 282 247q0 213 -319 213q-23 0 -137 -5V0H175V282v0Z"
></glyph
><glyph unicode="Q" horiz-adv-x="692" d="M335 655v0q210 0 210 -283Q545 234 492 155Q438 77 335 77q-90 0 -140 85q-50 84 -50 210q0 131 49 207q48 76 141 76v0ZM760 -54H682Q554 -54 499 26q151 94 151 346q0 176 -81 275q-81 98 -234 98Q199 745 120 638Q40 531 40 372Q40 203 119 95Q197 -13 335 -13q51 0 67 7q81 -146 343 -146l15 98v0Z"
></glyph
><glyph unicode="R" horiz-adv-x="596" d="M180 642v0q44 5 59 5q95 0 139 -27q44 -27 44 -88q0 -75 -41 -104Q340 399 250 399q-34 0 -70 5V642v0ZM482 0H596L384 337q58 13 101 68q42 56 42 125q0 210 -264 210q-33 0 -105 -4Q86 732 80 732V0H180V319q73 -5 106 -5L482 0V0Z"
></glyph
><glyph unicode="S" horiz-adv-x="493" d="M42 33v0q69 -46 167 -46q111 0 177 58q66 57 66 140q0 76 -30 125q-30 49 -105 85l-60 28q-58 28 -77 44q-19 15 -29 38q-11 23 -11 51q0 46 30 75q29 29 80 29q35 0 76 -14q41 -13 61 -28l29 87q-47 40 -169 40Q156 745 98 691Q40 637 40 555Q40 487 70 439q30 -48 105 -83l59 -27q79 -38 99 -70q20 -31 20 -68q0 -50 -36 -82Q282 77 223 77q-33 0 -74 14q-42 14 -70 34L42 33v0Z"
></glyph
><glyph unicode="T" horiz-adv-x="595" d="M342 642H586v90H9V642H242V0H342V642v0Z"
></glyph
><glyph unicode="U" horiz-adv-x="664" d="M75 732V223Q75 109 142 48q66 -61 189 -61q120 0 189 62q69 63 69 174V732H489V233q0 -72 -42 -114Q404 77 330 77q-70 0 -112 43q-43 44 -43 111V732H75v0Z"
></glyph
><glyph unicode="V" horiz-adv-x="602" d="M330 -10L595 732H488L306 193L118 732H7L280 -10h50v0Z"
></glyph
><glyph unicode="W" horiz-adv-x="873" d="M638 -10L866 732H762L613 222L454 732H419L258 221L111 732H7L238 -10h31L432 495L607 -10h31v0Z"
></glyph
><glyph unicode="X" horiz-adv-x="570" d="M458 0H564L325 378L552 732H452L279 455L123 732l-99 1L223 380L7 0H108L276 294L458 0V0Z"
></glyph
><glyph unicode="Y" horiz-adv-x="584" d="M343 328L578 732H475L292 412L110 732H7L243 328V0H343V328v0Z"
></glyph
><glyph unicode="Z" horiz-adv-x="564" d="M50 0H514V90H187L503 707v25H55V642H365L50 25V0V0Z"
></glyph
><glyph unicode="[" horiz-adv-x="376" d="M101 -210H333v85H201V670H333v85H101V-210v0Z"
></glyph
><glyph unicode="\" horiz-adv-x="364" d="M256 0h72L70 735H-1L256 0V0Z"
></glyph
><glyph unicode="]" horiz-adv-x="376" d="M275 -210V755H44V670H175V-125H44v-85H275v0Z"
></glyph
><glyph unicode="^" d="M382 453h63L287 735H234L75 451h61L260 677L382 453v0Z"
></glyph
><glyph unicode="_" d="M-4 -127H539v64H-4v-64v0Z"
></glyph
><glyph unicode="`" d="M280 642h70L265 809H167L280 642v0Z"
></glyph
><glyph unicode="a" horiz-adv-x="538" d="M361 263V133Q306 65 234 65q-99 0 -99 83q0 51 46 88q45 37 117 37q18 0 63 -10v0ZM370 61v0Q383 23 412 7q28 -17 86 -17V38q-42 23 -42 94V324q0 115 -52 168q-53 53 -170 53q-43 0 -91 -16Q95 514 68 492l40 -80q48 48 137 48q116 0 116 -130q-38 13 -68 13Q183 343 112 287Q40 231 40 149Q40 81 87 35q46 -45 109 -45q117 0 174 71v0Z"
></glyph
><glyph unicode="b" horiz-adv-x="571" d="M163 423v0q9 12 41 27q31 15 48 15q83 0 132 -51q49 -51 49 -142Q433 163 391 116Q349 70 252 70q-18 0 -54 18q-35 18 -35 26V423v0ZM149 38v0Q168 18 205 4q36 -14 74 -14q117 0 186 76q68 77 68 211q0 116 -68 192q-68 76 -178 76q-36 0 -73 -15Q176 514 163 496V755H68V-10h47l34 48v0Z"
></glyph
><glyph unicode="c" horiz-adv-x="507" d="M472 492v0q-23 18 -72 36q-48 17 -90 17Q181 545 107 468Q33 390 33 262Q33 137 104 63q72 -73 181 -73q113 0 190 49l-38 80Q372 70 308 70q-82 0 -129 49q-46 49 -46 143q0 95 45 149q46 54 123 54q36 0 73 -13q36 -13 51 -27l47 67v0Z"
></glyph
><glyph unicode="d" horiz-adv-x="571" d="M407 411V114Q399 98 368 84Q336 70 314 70Q138 70 138 263q0 88 47 145q47 57 124 57q62 0 98 -54v0ZM407 0h95V755H407V506q-43 39 -126 39q-99 0 -171 -85Q38 375 38 254Q38 134 100 62q63 -72 163 -72q95 0 144 50V0V0Z"
></glyph
><glyph unicode="e" horiz-adv-x="559" d="M288 465v0q68 0 108 -42q36 -38 36 -96H135q6 58 47 97q43 41 106 41v0ZM519 258v0q7 27 7 58q0 103 -63 165q-65 64 -179 64q-99 0 -171 -71Q33 394 33 261Q33 134 111 58q71 -68 172 -68q70 0 127 21q45 16 67 38l-40 68Q383 70 301 70q-71 0 -117 44q-51 50 -51 144H519v0Z"
></glyph
><glyph unicode="f" horiz-adv-x="379" d="M357 670l27 70q-48 15 -89 15q-83 0 -134 -59Q111 638 111 535H33V455h78V0h95V455H315v80H206q-3 15 -3 28q0 51 29 84q28 33 71 33q25 0 54 -10v0Z"
></glyph
><glyph unicode="g" horiz-adv-x="514" d="M250 469v0q46 0 77 -35q30 -35 30 -85q0 -58 -28 -94Q300 219 250 219q-52 0 -82 37q-30 37 -30 93q0 50 31 85q31 35 81 35v0ZM48 -147v0q35 -26 93 -45q57 -18 109 -18q102 0 168 45q66 46 66 120q0 67 -44 104Q396 97 317 97q-22 0 -68 -8Q204 82 182 82q-49 0 -49 20q0 15 24 24q23 10 37 11l79 8q82 8 132 63q51 55 51 136q0 77 -37 124l57 43l-62 59L367 513q-45 32 -124 32Q157 545 99 489Q40 433 40 349Q40 218 153 165Q114 156 87 134Q60 113 60 86Q60 0 174 0q24 0 66 8q42 8 58 8q94 0 94 -65q0 -33 -37 -55q-38 -22 -102 -22q-70 0 -153 55L48 -147v0Z"
></glyph
><glyph unicode="h" horiz-adv-x="560" d="M398 0h95V336q0 97 -48 153q-49 56 -134 56q-45 0 -87 -20Q182 506 163 476V755H68V0h95V398q18 27 53 47q35 20 69 20q54 0 83 -34q30 -35 30 -95V0V0Z"
></glyph
><glyph unicode="i" horiz-adv-x="292" d="M114 0h95V535H40V455h74V0V0ZM166 738v0q-25 0 -42 -17Q107 704 107 679q0 -24 18 -42q17 -17 41 -17q24 0 42 17q17 18 17 42q0 24 -17 41q-18 18 -42 18v0Z"
></glyph
><glyph unicode="j" horiz-adv-x="376" d="M9 -210v0q136 0 201 52q65 52 65 162V535H73V455H180V2q0 -68 -36 -98Q107 -125 9 -125v-85v0ZM214 738v0q-24 0 -41 -17Q156 704 156 679q0 -24 17 -42q17 -17 41 -17q25 0 42 17q17 18 17 42q0 24 -17 41q-17 18 -42 18v0Z"
></glyph
><glyph unicode="k" horiz-adv-x="517" d="M414 0H517L307 332L479 535H368L163 286V755H68V0h95V182l83 86L414 0V0Z"
></glyph
><glyph unicode="l" horiz-adv-x="302" d="M75 151v0Q75 -10 260 -10V75q-40 0 -65 24q-25 25 -25 68V755H75V151v0Z"
></glyph
><glyph unicode="m" horiz-adv-x="850" d="M688 0h95V358q0 89 -46 138q-45 49 -128 49q-46 0 -90 -20Q476 504 460 474q-46 71 -161 71q-83 0 -138 -72l-31 62H68V0h95V395q13 26 46 48q32 22 60 22q49 0 79 -23q30 -22 30 -62V0h95V396q11 27 41 48q30 21 64 21q110 0 110 -126V0V0Z"
></glyph
><glyph unicode="n" horiz-adv-x="560" d="M397 0h95V331q0 214 -176 214Q210 545 163 466l-30 69H68V0h95V398q19 28 54 48q36 19 68 19q61 0 87 -34q25 -34 25 -120V0V0Z"
></glyph
><glyph unicode="o" horiz-adv-x="550" d="M133 269v0q0 93 39 146q38 53 103 53q142 0 142 -199q0 -94 -37 -148Q342 67 275 67Q133 67 133 269v0ZM33 269v0Q33 141 97 65q64 -75 178 -75q112 0 177 74q65 75 65 205q0 130 -63 203q-64 73 -179 73Q166 545 100 469Q33 393 33 269v0Z"
></glyph
><glyph unicode="p" horiz-adv-x="571" d="M163 420v0q17 17 46 31q29 14 49 14q92 0 134 -47q42 -47 42 -148Q434 70 257 70q-27 0 -56 12q-29 12 -38 26V420v0ZM163 29v0Q174 14 213 2q38 -12 72 -12q121 0 185 77q64 77 64 199q0 137 -63 208q-64 71 -178 71q-76 0 -130 -54v44H68V-210h95V29v0Z"
></glyph
><glyph unicode="q" horiz-adv-x="571" d="M411 424V105Q373 70 304 70q-76 0 -121 51q-45 52 -45 145q0 90 45 145q45 54 125 54q62 0 103 -41v0ZM411 -210h95V535H448L423 495q-61 50 -131 50Q180 545 109 470Q38 395 38 266Q38 136 100 63q62 -73 172 -73q97 0 139 41V-210v0Z"
></glyph
><glyph unicode="r" horiz-adv-x="398" d="M359 444l39 92q-48 9 -73 9Q222 545 170 450v85H75V0h95V307q0 65 38 112q38 46 88 46q32 0 63 -21v0Z"
></glyph
><glyph unicode="s" horiz-adv-x="415" d="M33 32v0q74 -42 159 -42q89 0 140 40q50 41 50 113q0 55 -28 92q-29 36 -91 65l-68 31q-59 26 -59 78q0 24 24 40q23 16 57 16q57 0 113 -45l27 88q-89 37 -147 37Q132 545 84 508Q36 471 36 405q0 -25 9 -48q8 -22 25 -42q16 -19 39 -35q23 -15 88 -45q85 -38 85 -91Q282 70 194 70Q146 70 66 122L33 32v0Z"
></glyph
><glyph unicode="t" horiz-adv-x="406" d="M102 460V156Q102 84 146 37q43 -47 107 -47q70 0 129 15L368 88Q329 70 293 70q-51 0 -73 28q-23 29 -23 96V460H344v75H197V684L102 647V535H40V460h62v0Z"
></glyph
><glyph unicode="u" horiz-adv-x="560" d="M158 535H63V184Q63 91 110 40q46 -50 134 -50q46 0 95 26q48 26 64 58V0h95V535H403V159Q390 124 351 97Q312 70 265 70Q158 70 158 194V535v0Z"
></glyph
><glyph unicode="v" horiz-adv-x="502" d="M261 -10L496 537H396L252 162L110 537H6L236 -10h25v0Z"
></glyph
><glyph unicode="w" horiz-adv-x="762" d="M563 -10L755 537H661L538 185L391 537H366L224 185L109 537H8L199 -10h25L381 354L538 -10h25v0Z"
></glyph
><glyph unicode="x" horiz-adv-x="513" d="M394 0H507L294 274L489 535H384L249 351L129 535H22L201 274L6 0H117L248 195L394 0V0Z"
></glyph
><glyph unicode="y" horiz-adv-x="505" d="M272 -91L499 535H402L261 121L103 535H6L151 163Q176 100 191 57q16 -43 16 -87q0 -40 -43 -68Q122 -125 62 -125v-85q73 0 133 34q59 34 77 85v0Z"
></glyph
><glyph unicode="z" horiz-adv-x="486" d="M169 85L463 508v27H25V450H325L20 25V0H466V85H169v0Z"
></glyph
><glyph unicode="{" horiz-adv-x="376" d="M284 -210h70v70H316q-132 0 -132 114q0 37 16 94q16 58 16 90q0 35 -30 69q-30 35 -83 56q113 65 113 144q0 31 -16 82q-16 51 -16 83q0 92 82 92h88v67H280q-82 0 -137 -40Q87 672 87 608q0 -31 18 -94q19 -62 19 -96q0 -49 -28 -80Q69 307 19 303V261Q124 254 124 155Q124 118 105 46Q87 -26 87 -61q0 -67 56 -108q56 -41 141 -41v0Z"
></glyph
><glyph unicode="|" d="M231 -138h73V702H231V-138v0Z"
></glyph
><glyph unicode="}" horiz-adv-x="376" d="M19 -210H89q85 0 141 41q56 41 56 108q0 37 -18 108q-19 71 -19 108q0 99 105 106v42q-50 4 -77 35q-28 31 -28 80q0 34 19 96q18 63 18 94q0 64 -55 103Q175 751 93 751H19V684h88q82 0 82 -92q0 -32 -16 -83Q157 458 157 427q0 -79 113 -144Q217 262 187 227Q157 193 157 158q0 -32 16 -90q16 -57 16 -94Q189 -140 57 -140H19v-70v0Z"
></glyph
><glyph unicode="~" d="M452 358H408Q395 319 354 319q-24 0 -81 19q-58 20 -102 20q-34 0 -59 -31Q86 296 79 254h46q18 39 54 39q14 0 76 -20q62 -19 101 -19q70 0 96 104v0Z"
></glyph
><glyph unicode="&#x2c6;" d="M341 642h99L287 811H234L85 642h86l89 95l81 -95v0Z"
></glyph
><glyph unicode="&#x2dc;" d="M420 746H376Q363 707 322 707q-17 0 -52 19q-35 20 -76 20q-34 0 -59 -31Q109 684 102 642h46q18 39 54 39q15 0 53 -20q38 -19 69 -19q70 0 96 104v0Z"
></glyph
><glyph unicode="&#x2013;" horiz-adv-x="376" d="M47 266H307v48H47V266v0Z"
></glyph
><glyph unicode="&#x2014;" horiz-adv-x="752" d="M47 266H701v48H47V266v0Z"
></glyph
><glyph unicode="&#x2018;" horiz-adv-x="376" d="M277 710l-34 45Q111 671 111 539q0 -89 77 -89q73 0 73 74q0 22 -25 49q-24 27 -24 48q0 34 27 57l38 32v0Z"
></glyph
><glyph unicode="&#x2019;" horiz-adv-x="376" d="M266 666v0q0 89 -78 89q-72 0 -72 -74q0 -22 24 -49q25 -27 25 -48q0 -34 -28 -57L100 495l33 -45q133 84 133 216v0Z"
></glyph
><glyph unicode="&#x201a;" horiz-adv-x="376" d="M266 50v0q0 88 -78 88q-72 0 -72 -73q0 -23 24 -50q25 -27 25 -47q0 -34 -28 -58l-37 -32l33 -44Q266 -83 266 50v0Z"
></glyph
><glyph unicode="&#x201c;" d="M250 710l-34 45Q84 671 84 539q0 -89 77 -89q73 0 73 74q0 22 -25 49q-24 27 -24 48q0 34 27 57l38 32v0ZM475 710l-34 45Q309 671 309 539q0 -89 77 -89q73 0 73 74q0 22 -25 49q-24 27 -24 48q0 34 27 57l38 32v0Z"
></glyph
><glyph unicode="&#x201d;" d="M248 666v0q0 89 -77 89Q98 755 98 681q0 -22 25 -49q24 -27 24 -48q0 -34 -27 -57L82 495l34 -45q132 84 132 216v0ZM478 666v0q0 89 -78 89q-72 0 -72 -74q0 -22 24 -49q25 -27 25 -48q0 -34 -28 -57L312 495l33 -45q133 84 133 216v0Z"
></glyph
><glyph unicode="&#x201e;" d="M248 50v0q0 88 -77 88Q98 138 98 65Q98 42 123 15q24 -27 24 -47q0 -34 -27 -58L82 -122l34 -44Q248 -83 248 50v0ZM478 50v0q0 88 -78 88q-72 0 -72 -73q0 -23 24 -50q25 -27 25 -47q0 -34 -28 -58l-37 -32l33 -44Q478 -83 478 50v0Z"
></glyph
><glyph unicode="&#x2020;" horiz-adv-x="470" d="M198 465V-125l38 -44l37 44V465H458v70H273V692H198V535H13V465H198v0Z"
></glyph
><glyph unicode="&#x2021;" horiz-adv-x="470" d="M458 190H273V465H458v70H273V692H198V535H13V465H198V190H13V120H198V-125l37 -47l38 47V120H458v70v0Z"
></glyph
><glyph unicode="&#x2022;" d="M271 431v0q-60 0 -102 -42Q127 347 127 287q0 -60 42 -103q42 -42 102 -42q60 0 103 42q42 43 42 103q0 60 -42 102q-43 42 -103 42v0Z"
></glyph
><glyph unicode="&#x2026;" horiz-adv-x="752" d="M702 65v0q0 31 -22 53q-22 22 -53 22q-31 0 -53 -22Q552 96 552 65q0 -31 22 -53q22 -22 53 -22q31 0 53 22q22 22 22 53v0ZM451 65v0q0 31 -22 53q-22 22 -53 22q-31 0 -53 -22Q301 96 301 65q0 -31 22 -53q22 -22 53 -22q31 0 53 22q22 22 22 53v0ZM200 65v0q0 31 -22 53q-22 22 -53 22Q94 140 72 118Q50 96 50 65Q50 34 72 12q22 -22 53 -22q31 0 53 22q22 22 22 53v0Z"
></glyph
><glyph unicode="&#x2030;" horiz-adv-x="935" d="M689 164v0q0 54 21 86q21 32 58 32q73 0 73 -119Q841 41 760 41q-32 0 -51 32q-20 32 -20 91v0ZM626 169v0Q626 -10 765 -10q61 0 100 45q39 46 39 124q0 84 -36 129q-37 45 -99 45q-62 0 -103 -45Q626 242 626 169v0ZM364 164v0q0 54 21 86q21 32 58 32q73 0 73 -119Q516 41 435 41q-32 0 -51 32q-20 32 -20 91v0ZM301 169v0Q301 -10 440 -10q61 0 100 45q39 46 39 124q0 84 -36 129q-37 45 -99 45q-62 0 -103 -45Q301 242 301 169v0ZM94 576v0q0 54 21 86q21 32 58 32q73 0 73 -119Q246 453 165 453q-32 0 -51 32Q94 517 94 576v0ZM31 581v0Q31 402 170 402q61 0 100 45q39 46 39 124q0 84 -36 129q-37 45 -99 45Q112 745 71 700Q31 654 31 581v0ZM109 -10L550 745H487L46 -10h63v0Z"
></glyph
><glyph unicode="&#x2039;" horiz-adv-x="376" d="M86 267L263 149v62L157 280l106 79v62L86 299V267v0Z"
></glyph
><glyph unicode="&#x203a;" horiz-adv-x="376" d="M283 267v32L106 421V359L212 280L106 211V149L283 267v0Z"
></glyph
><glyph unicode="&#x20ac;" d="M403 464H173q12 80 54 132q49 59 125 59q79 0 130 -39l44 82q-51 47 -176 47Q238 745 161 658Q92 580 73 464H16V393H64q-2 -31 1 -65H16V257H74Q92 143 154 71q71 -84 179 -84q113 0 183 53V149Q486 117 437 97Q388 77 344 77q-64 0 -116 59q-47 55 -54 121H315l25 71H166q-1 16 -1 30q0 17 2 35H374l29 71v0Z"
></glyph
><glyph unicode="&#x2122;" horiz-adv-x="650" d="M627 369h48L618 735H581L497 452L413 735H375L319 369h48l38 253L483 367h29l74 251L627 369v0ZM250 690H359v45H96V690H200V369h50V690v0Z"
></glyph
></font
></defs
><g style="font-family: &quot;Trebuchet MS&quot;; font-size:50;fill:black"
><text x="20" y="50"
>!&quot;#$%&amp;&#39;()*+,-./0123456789:;&#229;&lt;&gt;?</text
><text x="20" y="100"
>@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_</text
><text x="20" y="150"
>` abcdefghijklmnopqrstuvwxyz|{}~</text
></g
></svg
>

Before

Width:  |  Height:  |  Size: 24 KiB

View File

@ -1 +0,0 @@
{"ascent":888,"unitEm":1024,"descent":195}

View File

@ -1,213 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg"
><metadata
></metadata
><defs
><font horiz-adv-x="513"
><font-face font-family="Yikes!" units-per-em="1024" ascent="888" descent="-195"
></font-face
><missing-glyph horiz-adv-x="512" d="M0 683V0H438V683H0ZM365 610V73H73V610H365Z"
></missing-glyph
><glyph unicode=" " horiz-adv-x="283" d=""
></glyph
><glyph unicode="!" horiz-adv-x="401" d="M102 4V4q47 3 94 51q43 33 43 80q0 34 -29 52q-32 22 -72 22Q96 209 53 171Q9 134 9 93Q9 3 86 3q7 0 16 1V4ZM440 849v0Q378 838 299 809Q237 785 171 760Q88 472 65 253q38 12 76 19q22 4 47 7q41 111 124 285Q431 816 440 849v0Z"
></glyph
><glyph unicode="&quot;" horiz-adv-x="375" d="M208 842v0q-15 0 -19 0q-25 0 -99 31Q14 771 14 650Q14 576 43 486q14 2 53 6q39 4 80 20q-22 49 -22 99q0 62 54 231v0ZM409 815v0q-72 37 -126 37q-11 0 -23 -4Q195 708 195 630q0 -63 29 -127q14 -1 25 -1q22 0 61 6q32 5 52 3q-23 46 -23 101q0 55 20 111q20 56 50 92v0Z"
></glyph
><glyph unicode="#" horiz-adv-x="577" d="M358 464v0q-3 -30 -7 -64q-51 -3 -69 -5q3 29 6 59q36 6 70 10v0ZM599 625v0Q564 615 506 607q16 67 26 102q-24 -4 -92 -16q-41 -7 -69 -33q0 -26 -2 -65l-66 -6q16 101 35 146Q278 721 238 710Q196 697 167 669q0 -32 -3 -91q-30 -3 -50 -7Q92 539 72 489Q52 440 46 397q53 21 113 37q-2 -27 -4 -54q-18 -3 -39 -11Q81 316 63 204q39 8 81 20Q136 153 127 113q20 2 71 2q40 0 70 19q0 46 3 113q37 6 64 12Q321 168 307 100q72 10 116 40q7 29 24 132q18 2 36 2q29 31 43 60q9 20 26 87Q518 411 469 406q7 32 13 67q29 2 55 2q27 29 40 64q11 36 22 86v0Z"
></glyph
><glyph unicode="$" horiz-adv-x="361" d="M373 608v0q-58 30 -71 36q0 50 21 121l-133 8Q174 712 178 663Q136 652 121 618Q69 575 70 524q1 -57 30 -113q11 -24 44 -69q26 -37 26 -48q0 -10 -11 -10q-35 0 -102 48q3 -27 3 -41Q60 256 43 221Q26 186 26 170q61 -30 89 -40Q114 89 88 8L205 -6q29 88 29 137q91 33 102 141q1 14 1 24q0 55 -30 99q-8 12 -52 60q-27 28 -29 51q-1 4 8 9q8 4 17 4q18 0 40 -20q13 -14 46 -36q4 30 15 73q12 45 21 72v0Z"
></glyph
><glyph unicode="%" horiz-adv-x="697" d="M567 264v0q3 0 3 -30q0 -63 -20 -134Q518 10 488 6Q461 -1 461 60q0 67 32 133q34 71 74 71v0ZM226 712v0q8 0 8 -33q0 -58 -26 -125Q181 485 155 485q-9 0 -9 30q0 55 23 120q34 77 57 77v0ZM687 211v0q-11 -11 0 -2q0 9 0 18q0 144 -91 144Q481 371 415 261Q363 172 363 60q0 -42 24 -83q31 -68 68 -68q95 0 163 88q69 88 69 214v0ZM721 712v0Q604 752 522 802Q498 763 290 438Q99 139 23 -14Q62 -80 149 -91Q285 133 418 354Q587 616 721 712v0ZM349 656v0q0 157 -105 157Q138 813 76 719Q23 641 23 542Q23 385 128 385q6 0 55 7q65 9 121 124q45 95 45 140v0Z"
></glyph
><glyph unicode="&amp;" horiz-adv-x="467" d="M454 338v0q-22 33 -67 40q-33 2 -72 4Q297 306 248 308q-13 0 -25 22q-11 22 -10 35q2 55 21 93q17 10 65 10q7 0 25 -1q5 24 -4 65q-12 11 -64 30q-37 13 -40 27q-3 10 -3 20q0 32 51 33q12 0 22 -12q11 -11 16 -37q55 22 132 15q3 48 -30 81q-27 27 -62 39q-16 15 -16 39q0 20 14 49q-63 -2 -103 20Q225 810 225 784q0 -42 15 -59Q105 695 102 594q-2 -59 60 -87Q112 480 95 449Q74 412 74 337q0 -53 48 -90q15 -33 63 -36q-8 -1 -8 -21q0 -49 67 -140q65 13 83 74q-49 39 -49 69q0 14 7 24q116 21 169 121v0Z"
></glyph
><glyph unicode="&#39;" horiz-adv-x="262" d="M295 825v0q-73 35 -126 35q-13 0 -26 -5Q129 726 129 680q0 -64 12 -145q72 -10 101 -14q-1 26 -1 46q0 117 54 258v0Z"
></glyph
><glyph unicode="(" horiz-adv-x="462" d="M463 64v0Q213 226 213 388q0 24 4 47q37 185 202 277q23 43 23 76q0 25 -25 85Q275 820 174 694Q79 577 63 465Q60 442 60 417Q60 276 152 134Q256 -28 452 -117q-6 51 -6 78q0 43 17 103v0Z"
></glyph
><glyph unicode=")" horiz-adv-x="491" d="M472 336v0q3 25 3 48q0 136 -94 264Q275 793 76 873Q47 825 47 782q0 -32 15 -70Q200 624 250 571q76 -81 76 -179q0 -16 -1 -32Q318 296 265 217Q202 122 102 64q9 -29 9 -69q-2 -33 -3 -77q145 53 252 201q95 106 112 217v0Z"
></glyph
><glyph unicode="*" horiz-adv-x="433" d="M468 666v0q-5 67 -38 114Q351 744 309 739q8 14 8 49q0 35 -11 85q-54 -10 -121 0q11 -49 11 -76q0 -26 -7 -58Q123 772 58 780Q55 726 26 664q85 -12 128 -38q-6 -13 -27 -39q-3 -5 -52 -65q32 -45 96 -70q45 44 78 108q36 -42 72 -108q62 20 98 69q-36 77 -78 103q64 10 127 42v0Z"
></glyph
><glyph unicode="+" horiz-adv-x="556" d="M556 527v0Q511 512 389 501q12 122 26 167Q277 629 216 573q0 -35 -2 -85q-67 -5 -98 -12Q93 441 67 387Q39 328 34 287q56 14 168 26Q189 201 175 146q40 5 100 33q54 26 90 50q6 30 12 97q50 3 84 3q57 60 95 198v0Z"
></glyph
><glyph unicode="," horiz-adv-x="300" d="M277 126v0q1 5 1 10q0 34 -28 52q-34 22 -74 22q-42 0 -84 -37Q47 135 47 94Q47 5 125 5q6 0 8 0q-2 3 -2 0Q131 -20 51 -99q13 -7 53 -17q25 -6 25 -6q0 1 -3 -16Q226 -73 257 21q7 20 20 105v0Z"
></glyph
><glyph unicode="-" horiz-adv-x="564" d="M555 528v0Q507 512 340 500Q151 487 118 480Q94 445 69 391Q40 331 35 291q64 17 219 29q128 10 206 10q56 60 95 198v0Z"
></glyph
><glyph unicode="." horiz-adv-x="291" d="M140 4V4q48 3 91 42q47 42 47 89q0 34 -31 54q-31 20 -70 20q-43 0 -85 -37Q48 134 48 93Q48 3 125 3q7 0 15 1V4Z"
></glyph
><glyph unicode="/" horiz-adv-x="526" d="M572 767v0q-91 0 -207 65Q165 408 -8 -86q27 0 76 -11q48 -12 76 -12q92 226 182 447Q440 594 572 767v0Z"
></glyph
><glyph unicode="0" horiz-adv-x="613" d="M380 502v0q0 -52 -21 -152Q333 227 297 168Q284 146 266 146q-15 0 -27 26q-19 38 -19 139q0 112 48 231q49 120 87 111q29 -5 29 -66q0 -16 -2 -45q-2 -29 -2 -40v0ZM601 542v0q0 67 -54 141q-65 90 -157 90q-85 0 -176 -57Q106 649 64 524Q29 442 29 290Q29 170 63 96Q111 -10 220 -10q133 0 229 112q75 89 118 233q34 116 34 207v0Z"
></glyph
><glyph unicode="1" horiz-adv-x="392" d="M421 751v0q-40 22 -75 40q-46 22 -79 22Q208 783 68 632L168 532l79 93Q201 525 172 221Q159 96 151 -69Q283 4 340 39q7 453 81 712v0Z"
></glyph
><glyph unicode="2" horiz-adv-x="525" d="M546 591v0q4 68 -46 128q-60 74 -165 74q-87 0 -175 -74Q61 643 24 543Q57 526 93 509q34 -19 51 -38Q255 629 305 632q51 3 51 -40q0 -15 -10 -29Q2 217 2 139q0 -8 3 -14Q29 87 71 43Q84 -1 94 -50Q242 47 484 75q-3 45 21 171q-21 3 -34 3q-59 0 -151 -23Q241 205 203 183q19 34 107 123q77 76 151 150q82 89 85 135v0Z"
></glyph
><glyph unicode="3" horiz-adv-x="559" d="M543 671v0q-19 37 -30 55q-10 20 -10 46q0 9 2 31Q435 793 283 761Q195 742 140 742q0 -42 -18 -101Q105 581 105 554q52 24 113 47q65 25 95 28Q241 534 141 475q56 -60 75 -124q26 16 33 18q7 2 42 2q41 0 60 -13q31 -21 31 -87q0 -33 -34 -67Q314 170 281 170q-51 0 -141 80Q113 227 77 181Q41 135 20 110Q157 -31 239 -31q109 0 208 113q96 110 96 219q0 97 -52 160q-48 59 -109 61q40 48 161 149v0Z"
></glyph
><glyph unicode="4" horiz-adv-x="577" d="M577 508v0q-16 2 -21 2q-39 0 -103 -21q16 81 39 189q-91 0 -167 -30q-4 -19 -9 -84Q311 491 303 443Q221 413 205 405q77 299 141 414q-43 4 -114 -11Q167 795 115 778Q86 707 51 548Q18 401 18 359Q69 252 123 206q100 31 153 54Q269 218 243 85Q224 -19 222 -68q171 53 206 98q-15 119 1 272q73 17 129 12q0 117 19 194v0Z"
></glyph
><glyph unicode="5" horiz-adv-x="570" d="M552 403v0Q524 572 350 572q-61 0 -116 -35q0 8 3 34q3 26 3 28q49 23 111 37q64 11 126 21V791Q376 783 301 763Q233 745 105 697Q94 614 59 461Q97 381 161 331q64 60 129 60q90 0 90 -90q0 -42 -50 -77Q281 191 229 191q-30 0 -55 11q-27 13 -62 28L19 62Q162 -10 229 -10q67 0 150 45q93 50 131 121q48 91 48 180q0 32 -6 67v0Z"
></glyph
><glyph unicode="6" horiz-adv-x="536" d="M359 289v0Q335 217 312 184Q281 139 239 141q-45 1 -45 80q0 14 1 27q39 73 68 106q31 35 60 35q47 0 47 -45q0 -22 -11 -55v0ZM522 361v0q0 67 -29 117q-37 67 -111 74q-12 1 -21 1q-68 0 -116 -46q37 71 99 144q18 20 105 122q-95 0 -200 28Q206 750 151 641Q128 594 96 524Q42 402 42 217q0 -71 8 -106Q86 -30 196 -32q109 -1 191 79q65 64 104 181q31 71 31 133v0Z"
></glyph
><glyph unicode="7" horiz-adv-x="418" d="M459 670v0q-4 38 -26 76q-17 32 -17 45Q145 748 24 684Q22 652 12 587Q2 523 2 493q130 59 140 64q75 33 118 38Q138 478 81 283Q40 146 22 -89q85 73 227 127q14 182 15 188q14 108 51 201q47 118 144 243v0Z"
></glyph
><glyph unicode="8" horiz-adv-x="631" d="M422 340v0q14 -21 14 -46q0 -54 -57 -110Q325 132 279 132q-19 0 -29 17q-10 15 -9 33q3 75 31 119q27 44 89 83q47 -24 61 -44v0ZM397 546v0q-28 -8 -63 -24q-50 11 -50 40q0 56 30 84q26 25 69 26q20 1 37 -22q16 -22 16 -49q0 -43 -39 -55v0ZM613 301v0q1 14 1 20q0 107 -107 148q100 56 107 165q3 65 -80 118q-40 41 -90 41q-79 0 -184 -57Q126 663 122 563q-1 -63 97 -109Q42 342 42 160Q42 84 95 35q41 -45 127 -45q141 0 251 75q127 87 140 236v0Z"
></glyph
><glyph unicode="9" horiz-adv-x="537" d="M369 522v0Q330 448 302 416Q271 381 241 381q-46 0 -46 44q0 23 11 55q24 73 46 105q31 46 73 44q45 -2 45 -81q0 -13 -1 -26v0ZM514 658v0Q479 799 368 801Q259 803 177 722Q113 659 74 542Q43 471 43 408Q43 341 71 291q37 -67 111 -74q10 -1 21 -1q69 0 116 46Q283 191 220 118Q203 98 115 -3q95 0 200 -29q44 51 98 160q23 47 55 117q55 123 55 308q0 70 -9 105v0Z"
></glyph
><glyph unicode=":" horiz-adv-x="319" d="M132 126v0q48 3 91 43q47 41 47 88q0 34 -28 45q-33 29 -73 29q-43 0 -85 -37Q40 256 40 215q0 -89 77 -89q7 0 15 0v0ZM310 507v0q5 17 5 30q0 67 -92 67q-9 0 -17 -1q-49 -2 -85 -41Q89 525 89 481q0 -66 104 -73q45 -3 83 50q24 12 34 49v0Z"
></glyph
><glyph unicode=";" horiz-adv-x="293" d="M276 125v0q1 7 1 11q0 34 -29 53q-33 21 -72 21q-43 0 -85 -37Q47 135 47 94Q47 5 124 5q6 0 8 0q-1 3 -1 0Q131 -20 51 -99q12 -7 59 -19q18 -4 18 -4q0 1 -3 -16Q225 -73 257 21q7 20 19 104v0ZM283 422v0q3 12 3 25q0 67 -92 67q-8 0 -17 -1Q128 511 93 472Q60 435 60 391q0 -65 104 -73q45 -3 83 50q25 12 36 54v0Z"
></glyph
><glyph unicode="&lt;" horiz-adv-x="501" d="M492 272v0Q331 343 228 446q72 94 233 235q-27 60 -92 108Q333 749 196 609Q63 472 31 425Q256 237 428 148q17 64 64 124v0Z"
></glyph
><glyph unicode="=" horiz-adv-x="498" d="M489 414v0Q439 397 302 375Q119 347 110 345Q86 310 60 255Q32 195 27 155q71 19 191 40q119 21 175 21q57 60 96 198v0ZM533 650v0Q483 634 338 610Q167 584 154 581Q131 546 105 491Q77 432 71 391q71 19 191 40q120 21 176 21q57 60 95 198v0Z"
></glyph
><glyph unicode="&gt;" horiz-adv-x="489" d="M492 512v0Q266 700 95 789Q77 725 31 665Q191 593 295 491Q222 397 61 256Q88 196 153 148q36 40 173 180Q459 465 492 512v0Z"
></glyph
><glyph unicode="?" horiz-adv-x="455" d="M137 4V4q47 3 94 51q43 33 43 80q0 34 -30 54q-31 20 -71 20q-42 0 -84 -37Q44 134 44 93Q44 3 122 3q6 0 15 1V4ZM498 693v0q0 50 -51 85q-51 35 -120 35q-66 0 -132 -42Q148 741 95 684Q61 646 25 602Q42 581 62 538Q83 495 83 472q51 54 95 101q48 52 74 62q19 8 31 8q14 0 14 -12q0 -6 -1 -7Q239 557 181 488Q96 371 88 235q71 44 148 44q7 0 25 -1q10 102 70 189q23 33 110 141q57 47 57 85v0Z"
></glyph
><glyph unicode="@" horiz-adv-x="730" d="M383 529v0q-4 -35 -4 -73Q367 417 352 413q-7 -1 -12 -1q-19 0 -16 17q3 32 26 61q21 26 33 39v0ZM679 506v0Q644 460 618 424Q596 394 574 364Q479 232 365 232q-50 0 -99 27q-97 55 -97 162q0 100 88 219q59 80 145 80q69 0 117 -53q52 -58 52 -116q0 -34 -18 -69Q543 467 521 445Q497 422 484 422q-13 0 -13 39q0 20 10 93q10 69 2 98q-6 23 -41 37q-28 12 -58 12q-13 0 -22 -4q-23 -6 -60 -48Q263 619 241 556q46 8 103 1q6 30 14 51q25 34 39 34q1 0 1 -10q0 -10 -2 -23Q378 584 347 557q-11 -9 -30 -34Q256 488 242 468Q216 432 216 382q0 -23 13 -44q19 -30 55 -30q15 0 32 5q29 9 70 57q23 -52 74 -52q33 0 65 29q51 48 75 80q46 58 78 142q-9 80 -79 173q-63 84 -190 84Q263 826 155 701Q51 580 51 430Q51 343 89 269Q129 191 202 150q47 -27 134 -27q149 0 241 87Q684 310 684 465q0 14 -5 41v0Z"
></glyph
><glyph unicode="A" horiz-adv-x="622" d="M429 618v0Q413 558 392 272l-77 -9q72 233 114 355v0ZM599 820v0Q496 820 407 805Q327 792 310 793L47 75Q109 29 259 29q13 68 34 147l94 14Q373 10 364 -29q185 23 231 18q0 55 -7 241q-6 166 -6 277q0 186 17 313v0Z"
></glyph
><glyph unicode="B" horiz-adv-x="569" d="M353 342v0q0 -28 -43 -75Q265 218 242 185q0 45 16 216q10 5 26 5q27 0 48 -20q21 -20 21 -44v0ZM333 640v0Q326 597 260 519V673q-8 0 7 1q14 2 24 2q43 0 43 -27q0 -4 -1 -9v0ZM549 450v0q-17 74 -109 74q-33 0 -67 -10q35 23 88 70q51 58 51 120q0 46 -51 68q-50 22 -108 22q-92 0 -249 -87Q84 529 65 356Q41 156 19 56Q130 0 164 -33Q236 0 319 56q110 74 161 135q75 92 75 202q0 29 -6 57v0Z"
></glyph
><glyph unicode="C" horiz-adv-x="462" d="M484 644v0q-6 40 -44 81q-47 50 -99 50q-61 0 -116 -42Q188 706 134 640Q16 496 16 253Q16 170 54 97Q112 -12 233 -13q121 -1 228 159q-22 15 -92 139Q341 224 307 176Q273 128 255 127q-9 -1 -22 30q-17 41 -17 111q0 50 9 109q41 254 99 256q8 1 18 -33q15 -51 28 -62q77 79 114 106v0Z"
></glyph
><glyph unicode="D" horiz-adv-x="552" d="M346 621v0q13 -11 13 -54q0 -51 -18 -136Q310 286 188 142q1 -6 28 248q21 195 21 243q0 8 0 5q16 6 40 6q41 0 69 -23v0ZM547 538v0q0 103 -71 170q-72 67 -175 67q-35 0 -121 -21Q102 735 37 708q3 -58 3 -106Q40 533 28 388Q15 244 15 121Q65 19 150 -52Q326 40 443 230Q547 403 547 538v0Z"
></glyph
><glyph unicode="E" horiz-adv-x="485" d="M484 50v0Q470 87 465 155q-2 25 -4 106Q324 242 224 188q0 54 10 161q55 37 188 58q-8 82 0 149Q320 535 248 497q12 96 16 123q62 22 96 29q38 9 113 9q-15 68 -3 128Q376 785 261 756Q174 732 92 710Q92 640 77 535Q65 451 53 367Q48 284 43 202Q38 124 11 98Q25 62 70 13q46 -51 80 -65q49 41 160 73Q412 50 484 50v0Z"
></glyph
><glyph unicode="F" horiz-adv-x="400" d="M440 838v0Q384 826 264 805Q152 786 86 770Q52 567 20 373Q-15 145 -11 -51Q114 10 172 34q-2 118 17 283q35 19 92 35q35 10 59 12q23 107 48 170q-58 0 -180 -58q22 131 28 155q113 28 174 34q7 72 30 173v0Z"
></glyph
><glyph unicode="G" horiz-adv-x="570" d="M568 635v0q0 48 -40 97q-52 62 -115 62Q212 794 105 640Q19 517 19 351Q19 240 57 142Q117 -13 246 -13q169 0 248 202q39 101 54 272Q381 403 280 396q-9 -22 -9 -42q0 -10 1 -26q2 -15 2 -21q0 -12 -5 -35l94 16Q318 124 265 124q-40 0 -40 140q0 25 5 121q4 74 31 165q39 121 74 120q10 -1 19 -30q10 -29 10 -71q0 -31 -7 -70q43 29 108 75q70 49 103 61v0Z"
></glyph
><glyph unicode="H" horiz-adv-x="543" d="M591 812v0Q485 801 362 812Q327 623 303 522Q241 487 207 480q20 205 48 272Q147 732 26 732Q3 591 3 172Q3 50 7 -12Q75 17 192 53q-8 88 7 310q57 15 88 52Q258 236 244 -32q116 27 207 21q6 195 49 450q44 263 91 373v0Z"
></glyph
><glyph unicode="I" horiz-adv-x="249" d="M266 793v0Q216 768 160 752Q112 740 61 726Q40 674 38 562q0 -10 0 -573q97 21 141 21q10 0 29 -1q0 423 58 784v0Z"
></glyph
><glyph unicode="J" horiz-adv-x="602" d="M595 812v0Q461 771 364 771Q382 653 382 513Q382 357 358 258Q332 146 284 145q-16 -1 -35 65q-15 51 -35 131Q119 274 28 231Q96 82 147 34q51 -47 136 -47q118 0 181 66q82 85 105 315q13 217 26 444v0Z"
></glyph
><glyph unicode="K" horiz-adv-x="539" d="M586 675v0q-21 26 -68 83q-45 54 -73 76Q357 690 235 531q12 196 32 281Q163 789 133 779Q74 760 44 729q3 -37 3 -78Q47 562 22 317Q-3 79 -1 -31Q139 12 189 9q-5 105 6 240Q239 166 299 80Q369 -21 410 -52Q469 22 547 83Q441 221 415 246q-55 84 -85 152Q497 605 586 675v0Z"
></glyph
><glyph unicode="L" horiz-adv-x="425" d="M425 161v0q-47 76 -67 200Q307 337 275 296Q224 242 206 219q-1 84 51 274q64 209 126 317Q241 787 118 742Q77 578 57 383Q45 276 32 31Q76 18 118 -10q45 -30 68 -62q29 39 115 122q79 75 124 111v0Z"
></glyph
><glyph unicode="M" horiz-adv-x="736" d="M740 851v0Q694 836 608 805Q526 776 497 762Q467 700 433 600Q404 509 389 428q0 30 0 83q0 133 36 321Q358 805 277 773Q236 757 142 723Q12 338 12 133Q12 41 53 7q31 27 77 43q41 11 79 21q0 23 0 38q0 151 57 390q6 -93 9 -236q0 -15 0 -255q55 22 100 22q10 0 27 -2q45 323 108 489Q503 428 495 323Q486 201 486 114q0 -70 6 -145Q635 13 703 32q-6 80 -6 215q0 457 43 604v0Z"
></glyph
><glyph unicode="N" horiz-adv-x="601" d="M651 850v0Q516 825 416 831Q402 692 390 562Q373 401 358 312q-16 95 -38 239q-1 3 -35 240Q165 755 62 697Q63 610 47 389Q31 167 32 -47q70 24 178 44q-5 315 23 419Q285 213 317 -8q61 22 109 44q48 22 81 47q3 156 37 368q42 273 107 399v0Z"
></glyph
><glyph unicode="O" horiz-adv-x="594" d="M370 383v0Q359 277 330 218Q308 173 285 170q-14 -3 -36 33q-28 46 -28 119q0 28 4 59q13 85 40 161q42 118 93 125q19 4 19 -144q0 -84 -7 -140v0ZM573 451v0q0 9 0 32q1 22 1 33q0 283 -206 277Q225 788 135 655Q53 561 27 362Q25 340 25 318Q25 204 85 115Q151 16 251 16q159 0 245 133q77 117 77 302v0Z"
></glyph
><glyph unicode="P" horiz-adv-x="500" d="M330 579v0q0 -33 -26 -82Q269 430 241 400q3 48 11 141q8 82 8 88q28 0 46 -4q24 -9 24 -46v0ZM496 658v0q-21 72 -97 112q-70 36 -167 36q-63 0 -132 -17Q96 740 63 455Q37 234 37 60q0 -39 1 -88Q193 16 277 40q-32 86 -37 204q130 80 201 188q62 95 62 180q0 25 -7 46v0Z"
></glyph
><glyph unicode="Q" horiz-adv-x="592" d="M410 397v0q-1 -50 -6 -86Q358 412 345 428Q323 383 304 358Q285 338 243 296q29 -29 48 -57q26 -38 40 -57Q316 171 304 170q-37 -5 -74 59q-34 60 -30 153q10 247 108 247q51 0 83 -79q22 -60 19 -153v0ZM589 62v0q-29 26 -50 54q-21 31 -39 57q61 113 61 308q0 314 -202 312Q220 791 123 657Q34 535 18 360Q17 346 17 331Q17 215 82 119Q154 16 256 16q53 0 82 16q18 7 57 42Q456 -35 471 -56q29 40 55 63q29 23 63 55v0Z"
></glyph
><glyph unicode="R" horiz-adv-x="575" d="M341 599v0q0 -27 -36 -92Q270 442 241 383q7 36 30 148q17 81 17 94q-5 0 10 4q16 4 23 4q20 0 20 -34v0ZM568 217v0Q420 283 379 340Q533 483 533 659q0 18 -2 36Q518 818 318 818q-95 0 -213 -30Q101 740 68 455Q42 234 42 60q0 -39 1 -88q52 26 98 41q22 8 93 26Q203 186 213 170q10 34 17 64l18 10Q331 113 422 60q91 110 146 157v0Z"
></glyph
><glyph unicode="S" horiz-adv-x="459" d="M441 239v0q2 19 2 34q0 80 -43 147q-11 17 -76 77q-42 61 -43 95q-2 40 16 61q12 14 35 12q27 -1 44 -21q12 -11 45 -42q2 53 3 95q1 58 13 89q-91 47 -137 47q-86 0 -153 -60Q77 710 80 621q1 -59 41 -134q6 -11 70 -116q37 -58 37 -84q0 -9 -5 -17Q204 240 161 240q-31 0 -76 17Q60 270 24 289Q41 173 41 39Q78 20 131 5Q187 -9 221 -9q92 0 153 73q56 68 67 175v0Z"
></glyph
><glyph unicode="T" horiz-adv-x="488" d="M532 652v0q-20 60 -17 162q-37 4 -66 4q-83 0 -187 -25Q199 778 101 746Q18 718 -10 714Q1 583 -5 520q90 32 163 58Q135 479 111 251Q88 19 76 -49Q187 16 340 87q-10 84 -10 201q0 189 26 338q94 19 176 26v0Z"
></glyph
><glyph unicode="U" horiz-adv-x="627" d="M602 851v0Q568 844 480 806Q407 775 366 766q12 -36 22 -124q11 -98 11 -195Q399 242 350 160q-12 -4 -49 -4q-23 0 -25 15q-13 64 -13 191q0 246 37 369Q189 694 99 683Q45 499 45 347Q45 174 120 87Q156 45 172 35Q212 8 266 8Q413 8 487 114Q610 293 610 581q0 52 -5 130q-5 79 -5 100q0 18 2 40v0Z"
></glyph
><glyph unicode="V" horiz-adv-x="564" d="M613 805v0Q462 847 377 888Q333 808 291 575Q255 378 242 197Q207 406 207 731Q150 702 100 676Q28 651 -12 643Q-7 494 53 283Q94 142 141 -9q92 40 201 70q56 245 91 356q76 240 180 388v0Z"
></glyph
><glyph unicode="W" horiz-adv-x="687" d="M741 868v0Q701 859 621 855Q545 851 513 835Q505 807 467 691Q430 591 420 517q-5 16 -5 116q0 75 20 145Q316 744 256 732q0 -58 -31 -190Q185 398 184 330q-5 91 -5 212q0 128 16 250Q156 767 100 732Q8 692 -9 677Q0 621 5 516Q11 379 17 308Q22 264 48 144Q66 56 64 -49q61 27 107 51q62 36 91 73q15 130 30 201q15 69 28 163q-2 -64 12 -184Q346 131 346 90Q346 38 334 -9Q476 9 526 55q90 561 215 813v0Z"
></glyph
><glyph unicode="X" horiz-adv-x="636" d="M688 722v0q-42 0 -107 36q-56 32 -89 55Q471 740 323 537Q264 682 248 792Q149 705 51 657Q66 599 194 374Q34 158 -3 21Q100 -26 167 -50Q206 64 297 198Q414 -19 429 -70q44 18 88 60q46 44 62 82Q465 263 419 347q83 97 171 201q83 104 98 174v0Z"
></glyph
><glyph unicode="Y" horiz-adv-x="487" d="M530 803v0q-44 0 -92 17q-46 17 -70 35Q260 656 240 602Q202 714 184 844Q89 761 -1 718Q24 626 141 412Q46 209 5 57Q42 19 89 -8q55 -33 105 -37q77 354 336 848v0Z"
></glyph
><glyph unicode="Z" d="M558 703v0q0 30 -11 61q-12 31 -12 46Q432 809 317 786Q292 780 159 747Q156 674 129 534q78 24 135 45q69 25 94 24Q267 530 146 354Q33 189 14 123q0 0 27 -74Q56 10 62 -69Q172 -5 276 47q133 67 199 67V329Q307 281 271 238q-4 39 49 144q54 59 140 191q98 108 98 130v0Z"
></glyph
><glyph unicode="[" horiz-adv-x="396" d="M424 -62L385 76Q312 71 270 70Q245 308 245 605q0 73 2 116q33 6 121 6V872q-34 0 -101 -7q-66 -6 -90 -6H108Q99 708 99 563Q99 241 142 -78q74 0 141 -1q88 1 141 17v0Z"
></glyph
><glyph unicode="\" horiz-adv-x="564" d="M595 -86v0Q422 410 225 832q-44 4 -109 -17Q43 793 15 757Q147 594 261 338Q351 117 443 -109q28 0 76 12q48 11 76 11v0Z"
></glyph
><glyph unicode="]" horiz-adv-x="447" d="M414 859H346q-24 0 -91 6q-67 7 -100 7V727q88 0 121 -6q2 -48 2 -116Q278 309 253 70q-66 4 -116 6L99 -62q53 -16 140 -17q67 1 142 1q43 320 43 641q0 143 -10 296v0Z"
></glyph
><glyph unicode="^" d="M146 83V755H377V83H146v0ZM63 0H460V837H63V0V0Z"
></glyph
><glyph unicode="_" d="M146 83V755H377V83H146v0ZM63 0H460V837H63V0V0Z"
></glyph
><glyph unicode="`" d="M146 83V755H377V83H146v0ZM63 0H460V837H63V0V0Z"
></glyph
><glyph unicode="a" horiz-adv-x="564" d="M382 349v0q-5 -52 -7 -146Q356 136 327 138q-22 1 -38 15q-19 17 -16 47q5 59 32 98q45 41 77 51v0ZM543 -2v0q-11 87 -1 265q9 166 -10 253q-11 54 -81 96q-58 35 -99 35q-43 0 -95 -32Q187 573 153 483q74 -17 154 -50q10 52 36 100q23 26 46 25q18 0 18 -35q0 -19 -5 -45Q373 442 322 409Q304 398 247 368Q176 331 149 297Q112 251 112 160q0 -52 27 -99q41 -71 124 -71q46 0 113 65q0 -35 1 -77q77 20 166 20v0Z"
></glyph
><glyph unicode="b" horiz-adv-x="493" d="M302 457v0q6 -6 6 -56q0 -92 -20 -169Q258 128 222 130q-13 1 -25 35q-5 16 -17 78q3 28 7 58q37 89 54 121q25 44 44 44q7 0 17 -9v0ZM481 422v0q-2 60 -19 99q-29 86 -88 86Q260 607 191 471q15 105 30 220q16 108 47 182Q213 849 159 843q-44 -4 -95 -8Q65 784 55 526Q44 247 44 105Q44 45 46 -8q49 -12 103 3q-3 34 -2 77q49 -82 93 -82q74 0 135 93q49 73 80 185q28 98 26 154v0Z"
></glyph
><glyph unicode="c" horiz-adv-x="455" d="M457 500v0Q372 632 275 632Q166 632 88 482Q24 358 24 243Q24 153 76 71Q140 -31 245 -31q58 0 114 40q54 39 81 101q-60 52 -94 120Q329 180 306 148Q281 110 253 114q-68 8 -68 137q0 81 21 150q28 91 78 91q15 0 39 -28q22 -28 22 -51q46 43 112 87v0Z"
></glyph
><glyph unicode="d" horiz-adv-x="512" d="M262 418v0q3 -8 3 -24q0 -19 -5 -78q-6 -58 -6 -80q0 -21 3 -25Q207 124 186 123q-36 -3 -36 105q0 69 15 147q14 72 27 87q8 5 18 5q24 0 52 -49v0ZM557 855v0Q439 845 341 861q9 -51 9 -92q0 -48 -16 -138Q315 516 313 467Q268 599 185 604Q100 609 52 505Q18 430 11 332Q9 285 9 249Q9 -10 151 -18q83 -5 136 131Q278 12 267 -17q27 -9 84 -7q53 1 82 8q-3 60 -3 120q0 224 39 442q36 208 88 309v0Z"
></glyph
><glyph unicode="e" horiz-adv-x="469" d="M324 395v0q-4 2 -18 2q-57 0 -102 -31q37 176 86 180q22 2 30 -62q4 -28 4 -89v0ZM432 302v0q22 17 22 106q0 87 -27 145q-38 79 -116 79Q158 632 81 453Q32 337 30 221Q29 156 73 86Q128 -3 213 1q74 4 125 31q32 17 55 52q10 19 27 55q-56 37 -115 91Q289 196 280 169Q270 149 238 150q-45 1 -45 98q0 14 0 17q60 40 148 40q17 0 49 -2q27 -2 42 -1v0Z"
></glyph
><glyph unicode="f" horiz-adv-x="449" d="M491 660v0q-8 64 -15 116q-9 52 -32 73q-17 17 -46 17q-17 0 -46 -6q-32 -7 -42 -8q-31 -3 -94 -44Q154 767 136 739Q104 689 97 367Q47 351 -3 304V238q63 28 98 43q0 -18 0 -310q43 16 81 27q38 11 63 9q0 14 0 131q-1 113 -1 175q48 12 101 41v67Q281 403 239 394v9q4 128 19 170q15 56 32 113q11 32 45 49q1 0 2 0q5 0 5 -31q0 -18 -3 -54q-3 -36 -3 -56q81 48 155 66v0Z"
></glyph
><glyph unicode="g" horiz-adv-x="658" d="M399 -43v0q-17 -47 -62 -68q-22 -11 -72 -20q-9 -1 -15 -1q-30 0 -30 37q0 49 39 107q40 59 78 59q5 0 29 2q14 2 21 0q8 -3 12 -9Q413 39 413 16q0 -24 -14 -59v0ZM411 498v0q10 0 10 -27Q421 416 309 289q-2 -2 -2 -2q-10 0 -10 57q0 24 3 41q7 27 49 70q42 43 62 43v0ZM711 565v0q-36 64 -76 77q-3 1 -9 1q-27 0 -55 -26Q547 594 524 548q-55 44 -106 44q-72 0 -172 -78Q137 427 137 341q0 -67 57 -97q19 -24 91 -24q79 0 136 37q26 -13 26 -24q0 -6 -11 -23Q418 183 415 176Q279 176 150 110Q35 57 35 -40q0 -11 2 -17Q55 -174 234 -193q20 -2 41 -2q116 0 237 79q42 19 75 65q33 47 33 87q0 42 -40 86q-41 44 -78 51q8 18 31 39q24 22 21 39q-3 14 -21 33q-17 18 -20 33q38 31 56 70q11 17 19 68q1 4 1 9q0 34 -32 60q16 21 29 25q7 -9 13 -24q6 -16 19 -48q45 58 93 88v0Z"
></glyph
><glyph unicode="h" horiz-adv-x="463" d="M440 554v0q-6 48 -59 48q-11 0 -52 -8Q284 585 208 463q13 255 73 419Q137 838 68 813Q36 682 36 248Q36 90 42 11q41 21 84 41q46 22 78 27q-1 238 0 269q52 72 71 72q0 0 1 -1q3 -4 3 -29q0 -51 -20 -219Q240 10 243 -20q76 41 167 58q-1 16 -1 27q0 29 18 166q18 136 18 225q0 50 -5 98v0Z"
></glyph
><glyph unicode="i" horiz-adv-x="243" d="M252 590v0Q211 568 167 555Q124 543 84 543q-17 0 -42 3L41 518Q37 427 38 286Q61 16 61 36q63 25 108 44q16 148 42 280q36 191 41 230v0ZM275 713v0q0 36 -34 60q-29 20 -67 20q-39 0 -90 -44Q31 704 31 666q0 -10 3 -18q22 -47 83 -47q27 0 57 9q39 11 67 36q34 31 34 67v0Z"
></glyph
><glyph unicode="j" horiz-adv-x="504" d="M501 570v0Q460 549 416 536Q374 524 333 524q-17 0 -42 3q1 -15 53 -326q11 -83 3 -107Q340 75 290 48q-7 -61 -8 -62q-6 -28 -10 -45q-17 -7 -23 -7q-8 0 -14 8q-5 7 -5 55q-1 55 7 119Q130 40 27 23Q29 -52 57 -77q30 -42 83 -55q45 -11 83 -11q70 0 121 30q35 20 68 86q24 49 33 84q31 137 38 280q10 169 18 233v0ZM525 694v0q0 36 -34 60q-29 20 -67 20q-39 0 -92 -44Q280 686 280 647q0 -10 4 -18q21 -47 83 -47q26 0 57 9q38 11 66 37q35 30 35 66v0Z"
></glyph
><glyph unicode="k" horiz-adv-x="393" d="M413 547v0q-39 29 -76 59q-25 26 -25 46Q254 557 185 467q0 12 0 40q0 200 69 366Q170 823 72 823q-11 0 -31 2q2 -63 2 -127Q43 597 20 -8q104 7 144 31q-4 48 0 193q4 -77 42 -144q5 -9 55 -81q43 19 78 48q40 35 56 73Q276 233 210 357q95 23 203 190v0Z"
></glyph
><glyph unicode="l" horiz-adv-x="234" d="M266 870v0Q144 829 20 807q3 -42 3 -138Q23 519 12 -7Q91 17 137 17q79 707 129 853v0Z"
></glyph
><glyph unicode="m" horiz-adv-x="713" d="M690 547v0q-2 46 -51 46q-4 0 -67 -13q-29 -6 -73 -34Q453 516 436 483q-1 37 -6 82q-6 51 -53 51q-19 0 -51 -13Q245 572 217 514q1 11 -1 45q-1 24 2 63Q99 603 27 594Q31 391 34 329Q42 177 69 72q62 30 134 22q0 325 0 333q30 42 59 42q9 0 14 -7q5 -8 5 -60Q281 239 255 73q60 -11 136 4q46 147 47 330q48 56 67 56q1 0 2 -1q2 -1 2 -15q0 -45 -40 -225Q431 46 433 15q29 11 59 14q12 1 51 -1q37 -1 66 5q-1 12 -1 20q0 29 42 206q43 175 40 288v0Z"
></glyph
><glyph unicode="n" horiz-adv-x="565" d="M548 542v0q0 39 -37 60q-28 15 -64 15q-10 0 -19 -2q-32 -5 -97 -49Q260 518 247 480q6 111 1 145Q212 610 123 578Q91 568 43 551Q62 499 66 307Q68 165 70 14Q172 64 227 58q0 51 2 143q2 95 1 148q20 42 55 85q38 44 58 44q19 0 19 -50q0 -61 -42 -220Q273 23 266 -31q38 17 86 30q24 7 96 22q27 112 53 214q49 214 47 307v0Z"
></glyph
><glyph unicode="o" horiz-adv-x="470" d="M305 360v0q0 -61 -22 -137Q257 129 217 109q-1 -1 -3 -1q-21 0 -21 112q0 235 100 268q0 0 0 0q12 0 12 -128v0ZM454 341v0q-3 115 -23 166q-34 85 -128 85Q171 592 93 426Q39 310 38 212Q37 143 63 79Q102 -21 186 -22Q298 -23 380 95q78 113 74 246v0Z"
></glyph
><glyph unicode="p" d="M356 322v0Q327 171 279 157q4 1 -1 1q-19 0 -49 59q2 24 -1 76q-2 52 0 76q18 42 47 90q36 48 62 48q26 0 26 -104q0 -44 -7 -81v0ZM492 328v0q4 31 4 74q0 125 -37 182q-33 51 -81 51q-13 0 -33 -5Q285 613 240 525q9 87 9 129Q150 597 34 546Q41 470 54 204Q66 -62 79 -180q42 -15 82 -15q23 0 50 6Q201 -85 206 65Q245 10 293 10q102 0 151 130q26 63 48 188v0Z"
></glyph
><glyph unicode="q" horiz-adv-x="532" d="M325 362v0Q304 244 290 168Q263 124 252 126q-23 5 -40 61q-14 44 -14 94q0 65 23 135q24 77 52 77q36 0 52 -131v0ZM579 587v0q-28 0 -91 9q-47 10 -93 22q1 -30 -12 -86q3 4 -49 46q-41 34 -66 34Q165 612 85 482Q17 373 17 291Q17 227 53 136Q97 10 188 10q69 0 96 41Q273 -3 273 -2Q259 -66 259 -87q0 -12 10 -33q18 -57 107 -75q59 5 96 23q25 12 73 54Q511 -51 505 19Q446 -42 440 -48q-34 -40 -54 -60q37 166 72 341q54 230 121 354v0Z"
></glyph
><glyph unicode="r" horiz-adv-x="425" d="M427 435v0q-10 65 -21 119q-15 70 -52 77q-9 2 -17 2q-75 0 -156 -81q1 28 4 79Q89 623 41 583Q36 532 36 464q0 -59 5 -186Q46 151 46 96Q46 27 41 -28Q166 15 227 13q-2 91 -18 212Q189 367 185 427q31 86 68 86q17 0 17 -42q0 -32 -19 -96q103 61 156 61q4 0 20 -1v0Z"
></glyph
><glyph unicode="s" horiz-adv-x="439" d="M429 412v0q-2 74 -48 137q-46 63 -90 63q-77 0 -141 -54Q79 499 80 421q1 -54 39 -119q17 -28 71 -98q36 -48 37 -64q2 -18 1 -21q-1 -4 -10 -2q-47 4 -73 99Q17 157 20 123Q72 -50 190 -50q45 0 104 47q71 58 76 132q3 46 -37 117q-14 23 -72 97q-40 72 -40 88q0 67 22 70q22 3 34 -31q11 -30 11 -72q0 -8 0 -26q77 24 141 40v0Z"
></glyph
><glyph unicode="t" horiz-adv-x="440" d="M436 171v0q-45 24 -107 24q-20 0 -44 -5q-5 -19 -7 -60Q277 95 271 78Q263 56 241 56q-19 0 -28 37q-3 12 -3 34q0 102 58 348q120 44 146 53v69Q348 593 289 574q43 159 74 255Q270 792 142 776Q125 688 106 517Q69 502 25 482L24 396q44 10 72 23Q79 247 79 137Q79 88 83 58Q91 -7 142 -59q51 -52 107 -52q54 0 110 67q69 80 77 215v0Z"
></glyph
><glyph unicode="u" horiz-adv-x="472" d="M451 591v0Q364 555 275 546q-1 -39 5 -122q7 -91 7 -134Q287 130 215 130q-16 0 -16 83q0 86 21 224q18 121 31 172Q120 569 58 569Q32 429 32 323Q32 147 96 56q46 -66 97 -66q61 0 117 39q55 39 68 97q77 127 77 351q0 46 -4 114v0Z"
></glyph
><glyph unicode="v" horiz-adv-x="476" d="M520 627v0q-101 13 -188 2Q220 417 193 188Q165 297 165 455q0 88 15 155Q128 585 71 561Q37 545 -16 524Q-17 478 21 281Q61 80 94 -30q52 28 108 49q15 7 80 26q39 132 78 260q64 191 160 322v0Z"
></glyph
><glyph unicode="w" horiz-adv-x="650" d="M702 610v0Q614 584 513 591Q455 411 430 234Q414 380 413 388q-11 84 -9 180q-39 -4 -65 -7q-31 -7 -52 -27Q267 484 248 383Q222 249 225 230q-16 79 -16 188q0 57 12 192q-18 -3 -91 -34Q73 552 30 526Q29 472 54 283Q82 75 112 -28q33 13 98 56q41 26 71 39q19 184 49 263Q352 218 352 57q0 -40 -2 -85q50 4 109 30q61 27 98 58q18 100 67 278q43 155 78 272v0Z"
></glyph
><glyph unicode="x" horiz-adv-x="555" d="M561 565v0q-83 35 -111 42q-59 16 -129 14Q297 563 246 435Q216 547 199 631Q163 613 109 557Q71 517 28 502Q41 478 78 404q39 -78 78 -153Q82 90 50 2Q71 -17 96 -26q36 -14 63 -28q38 92 74 174Q273 43 344 -51q54 13 87 71Q382 83 314 257Q436 456 561 565v0Z"
></glyph
><glyph unicode="y" horiz-adv-x="588" d="M571 580v0Q406 529 367 529q4 -89 -13 -258Q330 233 289 191Q264 175 259 175q-18 0 -18 47q0 63 30 171q27 98 46 138Q253 522 181 499Q139 487 114 487Q62 280 62 241Q62 181 92 133Q135 63 226 63q63 0 116 54Q333 41 307 -25q-33 -82 -78 -82q-20 0 -10 135Q120 -27 33 -51Q57 -195 185 -195q92 0 139 18q64 23 92 81Q488 34 522 197q15 71 28 182q10 97 21 201v0Z"
></glyph
><glyph unicode="z" horiz-adv-x="472" d="M464 113v0Q426 233 426 289Q382 270 293 225Q212 184 202 167q21 64 111 164q70 75 144 154q0 28 -11 89q-12 61 -12 77Q374 630 260 610Q157 593 115 564Q100 461 86 386q48 24 145 55q79 24 103 24Q249 409 150 304Q29 178 29 138Q54 75 86 -68Q220 14 464 113v0Z"
></glyph
><glyph unicode="{" horiz-adv-x="452" d="M473 -61L435 76Q362 71 321 70q0 -8 -4 101q-3 76 -17 123q-20 68 -79 96q54 41 69 105q11 45 11 100q0 20 -3 73q-2 42 -2 53q33 6 121 6V872q-22 0 -55 1q-32 1 -49 1Q190 874 172 838Q151 795 151 736q0 -23 4 -69q4 -45 4 -68q0 -39 -9 -70Q137 481 50 386q38 -41 71 -64q49 -54 57 -88q8 -34 8 -82q0 -10 0 -30q-1 -20 -1 -29Q185 2 226 -43q35 -41 115 -41q58 0 132 23v0Z"
></glyph
><glyph unicode="|" horiz-adv-x="408" d="M448 642v0q-8 31 -8 63q0 18 2 45q3 36 4 57q-44 5 -76 5q-71 0 -144 -19Q185 782 119 757Q65 736 36 732q8 -38 8 -65q0 -13 -3 -41Q38 598 38 582q0 -19 5 -45q79 29 107 41Q143 461 135 335Q124 167 114 80Q69 67 27 52Q3 2 3 -58q0 -30 9 -65q56 16 219 77Q335 -7 379 2q4 26 2 80q-1 41 8 80Q333 146 297 131q0 7 0 34q0 134 35 451q21 4 59 16q23 7 57 10v0Z"
></glyph
><glyph unicode="}" horiz-adv-x="481" d="M473 386v0Q386 481 372 529q-8 31 -8 70q0 25 4 70q4 46 4 67q0 58 -21 102q-18 36 -142 36q-16 0 -49 -1q-32 -1 -54 -1V726q87 0 120 -6q1 -10 -1 -52q-3 -50 -3 -73q0 -56 11 -100q15 -64 69 -105Q243 362 223 294Q208 247 206 171Q202 62 202 70Q137 74 88 76L50 -61q74 -23 131 -23q80 0 116 41Q338 2 338 93q0 2 -1 22q0 20 0 37q0 49 8 82q8 34 57 89q32 22 71 63v0Z"
></glyph
><glyph unicode="~" d="M146 83V755H377V83H146v0ZM63 0H460V837H63V0V0Z"
></glyph
></font
></defs
><g style="font-family: &quot;Yikes!&quot;; font-size:50;fill:black"
><text x="20" y="50"
>!&quot;#$%&amp;&#39;()*+,-./0123456789:;&#229;&lt;&gt;?</text
><text x="20" y="100"
>@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_</text
><text x="20" y="150"
>` abcdefghijklmnopqrstuvwxyz|{}~</text
></g
></svg
>

Before

Width:  |  Height:  |  Size: 30 KiB

View File

@ -1 +0,0 @@
{"ascent":745,"unitEm":1024,"descent":0}

View File

@ -1,27 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg"
><metadata
></metadata
><defs
><font horiz-adv-x="512"
><font-face font-family="Arial" units-per-em="1024" ascent="745" descent="0"
></font-face
><missing-glyph horiz-adv-x="512" d="M0 683V0H438V683H0ZM365 610V73H73V610H365Z"
></missing-glyph
><glyph unicode=" " d=""
></glyph
><glyph unicode="?" horiz-adv-x="573" d="M231 0H333V102H231V0V0ZM236 180h87q1 54 7 78q7 24 20 43q14 18 58 57q65 58 88 99q22 40 22 88q0 83 -64 142q-64 58 -171 58Q181 745 120 691Q58 636 45 534l93 -11q12 76 50 112q39 36 96 36q60 0 101 -40q41 -39 41 -92q0 -29 -14 -53Q398 461 351 420Q304 379 286 357Q262 328 251 299Q236 260 236 207q0 -9 0 -27v0Z"
></glyph
></font
></defs
><g style="font-family: &quot;Arial&quot;; font-size:50;fill:black"
><text x="20" y="50"
>!&quot;#$%&amp;&#39;()*+,-./0123456789:;&#229;&lt;&gt;?</text
><text x="20" y="100"
>@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_</text
><text x="20" y="150"
>` abcdefghijklmnopqrstuvwxyz|{}~</text
></g
></svg
>

Before

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -1 +0,0 @@
{"ascent":778,"unitEm":1024,"descent":16}

View File

@ -1,43 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg"
><metadata
></metadata
><defs
><font horiz-adv-x="100"
><font-face font-family="Tahoma" units-per-em="1024" ascent="778" descent="-16"
></font-face
><missing-glyph horiz-adv-x="512" d="M0 683V0H438V683H0ZM365 610V73H73V610H365Z"
></missing-glyph
><glyph unicode=" " d=""
></glyph
><glyph unicode="C" horiz-adv-x="665" d="M367 -14v0q44 0 72 6q28 5 60 16q31 10 53 20q22 11 46 22V168h-7Q579 157 559 140Q539 124 512 109Q483 93 447 82Q410 72 367 72q-47 0 -89 18q-42 19 -73 56q-32 38 -50 93q-19 56 -19 132q0 72 18 130q17 57 49 95q32 38 74 58q43 19 90 19q44 0 78 -10q33 -10 62 -25q29 -17 50 -34q20 -17 33 -29h8V695q-24 13 -49 24q-26 12 -50 19q-28 9 -60 14q-33 6 -71 6q-75 0 -136 -27Q171 705 126 655Q81 604 57 534Q33 465 33 371Q33 277 58 205Q82 132 127 84Q171 35 233 11q61 -25 134 -25v0Z"
></glyph
><glyph unicode="a" horiz-adv-x="545" d="M380 59V0h94V382q0 52 -15 89q-15 36 -46 59q-31 24 -71 33q-39 9 -97 9q-47 0 -96 -9Q101 554 75 546V451h5q44 18 88 28q44 10 77 10q27 0 53 -4q26 -4 44 -15q18 -11 28 -32q10 -20 10 -53V367Q306 363 242 355Q178 347 131 325Q78 301 54 260Q29 220 29 162Q29 124 43 90Q56 57 79 34Q102 10 133 -3q31 -13 66 -13q42 0 65 7q23 7 48 20q18 9 38 24q19 16 30 24v0ZM380 137v0Q349 109 313 90Q277 71 232 71q-52 0 -79 24q-27 25 -27 73q0 42 25 66q24 24 62 35q31 10 83 15q51 5 84 8V137v0Z"
></glyph
><glyph unicode="c" horiz-adv-x="526" d="M290 -13v0q30 0 49 4q19 4 43 11q17 4 38 13q21 10 35 16V137h-5Q418 107 376 88Q335 69 289 69q-76 0 -119 55q-43 55 -43 154q0 101 45 156q44 56 117 56q24 0 51 -8q26 -7 46 -17q22 -12 38 -23q16 -11 26 -19h5V528q-33 17 -76 30q-43 13 -89 13q-56 0 -105 -20Q135 532 102 495Q69 459 50 405Q30 352 30 278Q30 204 49 149Q68 95 102 59Q137 23 185 5q48 -18 105 -18v0Z"
></glyph
><glyph unicode="e" horiz-adv-x="583" d="M421 341H125q3 36 14 62q11 27 32 49q22 22 48 33q26 11 64 11q38 0 64 -11q25 -11 42 -32q15 -19 23 -46q8 -28 9 -66v0ZM311 -13v0q34 0 56 4q22 4 50 11q19 6 44 15q24 10 41 17V136h-6q-11 -9 -29 -20Q450 105 424 94Q400 83 371 76Q341 69 310 69q-87 0 -136 51q-49 52 -49 149H512v51q0 67 -16 113q-16 47 -46 79q-30 32 -70 47q-40 15 -92 15Q173 574 101 493Q30 412 30 276Q30 137 104 62q73 -75 207 -75v0Z"
></glyph
><glyph unicode="i" horiz-adv-x="207" d="M171 652v97H64V652H171v0ZM164 0V558H70V0h94V0Z"
></glyph
><glyph unicode="k" horiz-adv-x="563" d="M531 0L271 325L500 558H383L162 322V778H68V0h94V233l37 36L408 0H531V0Z"
></glyph
><glyph unicode="l" horiz-adv-x="194" d="M164 0V778H70V0h94V0Z"
></glyph
><glyph unicode="o" horiz-adv-x="599" d="M431 279v0Q431 172 391 118Q351 65 279 65q-74 0 -113 54q-40 55 -40 160q0 108 40 161q39 53 113 53q73 0 112 -53q40 -53 40 -161v0ZM528 279v0q0 140 -68 217q-68 78 -181 78Q166 574 98 496Q29 419 29 279Q29 143 96 63q66 -79 183 -79q113 0 181 77q68 77 68 218v0Z"
></glyph
><glyph unicode="r" horiz-adv-x="396" d="M364 457v98q-9 2 -16 2q-7 1 -22 1q-36 0 -74 -19Q214 521 162 475v83H68V0h94V396q34 33 71 49q38 17 76 17q16 0 28 -1q12 -1 22 -4h5v0Z"
></glyph
></font
></defs
><g style="font-family: &quot;Tahoma&quot;; font-size:50;fill:black"
><text x="20" y="50"
>!&quot;#$%&amp;&#39;()*+,-./0123456789:;&#229;&lt;&gt;?</text
><text x="20" y="100"
>@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_</text
><text x="20" y="150"
>` abcdefghijklmnopqrstuvwxyz|{}~</text
></g
></svg
>

Before

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -1 +0,0 @@
{"ascent":745,"unitEm":1024,"descent":13}

View File

@ -1,49 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg"
><metadata
></metadata
><defs
><font horiz-adv-x="683"
><font-face font-family="Arial Black" units-per-em="1024" ascent="745" descent="-13"
></font-face
><missing-glyph horiz-adv-x="512" d="M0 683V0H438V683H0ZM365 610V73H73V610H365Z"
></missing-glyph
><glyph unicode=" " horiz-adv-x="512" d=""
></glyph
><glyph unicode="+" horiz-adv-x="676" d="M64 446V285H255V93H417V285H609V446H417V639H255V446H64v0Z"
></glyph
><glyph unicode="." horiz-adv-x="341" d="M62 204V0H280V204H62v0Z"
></glyph
><glyph unicode="0" d="M244 369v0q0 138 23 189q22 52 73 52q49 0 74 -51q25 -50 25 -196q0 -99 -11 -146Q417 170 395 148Q372 126 341 126q-47 0 -72 51q-25 52 -25 192v0ZM42 369v0Q42 284 57 214Q72 144 98 103Q135 46 192 17q57 -30 149 -30q165 0 233 93q67 92 67 292q0 89 -20 171q-11 43 -28 75q-17 32 -47 61q-30 30 -78 48q-47 18 -121 18Q193 745 118 662Q42 578 42 369v0Z"
></glyph
><glyph unicode="1" d="M504 745H335Q303 676 245 629Q188 582 84 549V382q70 21 117 45q47 23 97 61V0H504V745v0Z"
></glyph
><glyph unicode="2" d="M638 0V166H320q28 27 49 44q21 17 82 60q104 73 143 134q39 61 39 128q0 63 -34 113q-34 51 -94 76q-60 24 -167 24Q235 745 177 719Q118 694 86 645Q54 597 42 511L246 495q9 62 34 86q24 25 63 25q38 0 63 -24q24 -24 24 -57q0 -31 -25 -66Q380 425 291 358Q144 250 91 170Q38 90 27 0H638V0Z"
></glyph
><glyph unicode="3" d="M240 521v0q8 54 30 76q23 22 59 22q35 0 55 -20q20 -20 20 -54q0 -35 -27 -60Q350 459 310 459q-9 0 -26 3L273 316q42 12 66 12q45 0 72 -28q26 -28 26 -79q0 -50 -27 -80Q382 111 341 111q-39 0 -64 24q-25 24 -37 85L36 193Q56 125 94 79Q131 34 189 11q57 -24 157 -24q103 0 166 32q63 32 96 90q34 59 34 123q0 51 -20 88q-21 37 -57 59q-23 14 -65 25q52 29 78 67q26 39 26 86q0 81 -64 135q-64 53 -207 53Q208 745 140 696Q71 647 47 555L240 521v0Z"
></glyph
><glyph unicode="4" d="M392 295H196L392 525V295v0ZM392 137V0H570V137h92V295H570V745H392L21 304V137H392v0Z"
></glyph
><glyph unicode="5" d="M125 733L60 339L234 314q24 27 45 38q27 14 57 14q46 0 74 -30q28 -31 28 -96q0 -64 -27 -97Q383 111 340 111q-38 0 -65 26q-28 26 -35 75L34 190Q49 138 71 104Q94 69 130 42Q166 15 218 1q52 -14 124 -14q101 0 166 35q65 34 100 100q35 65 35 136q0 101 -68 168q-69 66 -179 66q-32 0 -65 -8q-34 -8 -68 -24l18 110H608V733H125v0Z"
></glyph
><glyph unicode="6" d="M257 241v0q0 59 29 90q28 32 71 32q41 0 69 -33q28 -32 28 -94q0 -61 -27 -91Q400 114 360 114q-43 0 -73 34q-30 34 -30 93v0ZM632 568v0q-18 59 -51 98q-34 39 -84 59q-51 20 -139 20Q210 745 127 653Q43 561 43 362Q43 227 83 144Q123 62 189 25q67 -38 177 -38q91 0 152 31q61 31 95 91q34 60 34 132q0 108 -67 178q-68 70 -166 70q-51 0 -89 -18Q286 453 250 416q9 118 29 154q28 50 77 50q28 0 47 -17q18 -18 26 -60l203 25v0Z"
></glyph
><glyph unicode="7" d="M46 733V561H408Q296 422 245 301Q193 179 169 0H372q10 129 39 223q37 122 100 221q52 81 129 151V733H46v0Z"
></glyph
><glyph unicode="8" d="M245 222v0q0 51 29 81q28 30 66 30q38 0 68 -31q29 -31 29 -79q0 -48 -29 -80Q379 112 342 112q-38 0 -67 31q-30 31 -30 79v0ZM256 538v0q0 37 24 60q23 23 60 23q36 0 60 -24q23 -23 23 -61q0 -37 -22 -60Q378 453 343 453q-39 0 -63 23q-24 24 -24 62v0ZM165 394v0Q102 369 72 324Q42 280 42 215Q42 149 74 96Q106 42 168 15q61 -28 178 -28q62 0 117 12q54 13 91 39q37 26 62 73q25 48 25 103q0 57 -29 104q-29 47 -89 76q45 30 66 62q28 43 28 92q0 85 -70 141q-70 56 -217 56Q219 745 151 700Q65 642 65 550q0 -56 30 -99q22 -32 70 -57v0Z"
></glyph
><glyph unicode="9" d="M426 491v0q0 -58 -28 -90Q369 370 326 370q-41 0 -69 32q-28 33 -28 94q0 61 27 92q27 30 67 30q43 0 73 -34q30 -33 30 -93v0ZM51 164v0Q69 106 103 67Q136 28 187 7q50 -20 138 -20q148 0 231 92q84 93 84 291q0 135 -40 217Q560 670 494 707q-67 38 -177 38q-91 0 -152 -31Q105 684 70 624Q36 564 36 491Q36 384 104 314q67 -70 166 -70q50 0 89 17q38 18 75 55Q424 198 404 162Q376 112 327 112q-27 0 -46 18q-19 17 -27 60L51 164v0Z"
></glyph
></font
></defs
><g style="font-family: &quot;Arial Black&quot;; font-size:50;fill:black"
><text x="20" y="50"
>!&quot;#$%&amp;&#39;()*+,-./0123456789:;&#229;&lt;&gt;?</text
><text x="20" y="100"
>@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_</text
><text x="20" y="150"
>` abcdefghijklmnopqrstuvwxyz|{}~</text
></g
></svg
>

Before

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -1 +0,0 @@
{"ascent":783,"unitEm":1024,"descent":212}

View File

@ -1,83 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg"
><metadata
></metadata
><defs
><font horiz-adv-x="626"
><font-face font-family="Tahoma" units-per-em="1024" ascent="783" descent="-212"
></font-face
><missing-glyph horiz-adv-x="512" d="M0 683V0H438V683H0ZM365 610V73H73V610H365Z"
></missing-glyph
><glyph unicode=" " horiz-adv-x="100" d=""
></glyph
><glyph unicode="." horiz-adv-x="277" d="M249 0V196H72V0H249V0Z"
></glyph
><glyph unicode="4" horiz-adv-x="709" d="M350 307H162L350 561V307v0ZM631 173V307H531V744H344L23 312V173H350V-2H531V173H631v0Z"
></glyph
><glyph unicode="B" horiz-adv-x="696" d="M480 231v0q0 -27 -11 -48Q457 162 431 151Q402 138 374 137q-28 -1 -101 -1H263V323h35q50 0 80 -1q29 -1 46 -7q28 -10 42 -30q14 -19 14 -54v0ZM433 534v0q0 -25 -8 -43q-9 -19 -31 -29Q373 452 354 451q-19 -1 -67 -1H263V608h13q50 0 76 -1q25 -1 43 -9q20 -8 29 -27q9 -19 9 -37v0ZM673 228v0q0 76 -42 120q-41 45 -110 60v4q48 20 75 62q27 43 27 97q0 47 -19 83q-20 36 -60 58q-37 20 -79 26q-43 6 -125 6H77V0H375q78 0 128 14q50 14 92 47q36 27 57 69q21 42 21 98v0Z"
></glyph
><glyph unicode="C" horiz-adv-x="717" d="M398 -15v0q54 0 84 6q31 5 66 16q28 8 55 20q27 13 48 22V224H634Q620 212 601 196Q582 180 557 164Q534 149 500 137Q467 125 430 125q-36 0 -71 12q-36 13 -65 41q-30 29 -49 76q-18 47 -18 117q0 66 18 114q17 49 45 77q31 32 65 44q33 13 74 13q34 0 65 -11q31 -11 57 -27q26 -16 47 -33q20 -17 34 -29h19V697q-19 9 -49 22q-30 13 -55 21q-33 9 -68 14q-36 5 -80 5Q231 759 133 653Q34 548 34 371Q34 188 132 86Q231 -15 398 -15v0Z"
></glyph
><glyph unicode="D" horiz-adv-x="765" d="M550 373v0q0 -74 -24 -125Q502 197 456 168Q417 144 374 141q-43 -2 -106 -2h-4V605h4q58 0 100 -2q41 -2 79 -23q53 -29 78 -82q25 -52 25 -125v0ZM742 371v0q0 108 -42 188Q657 639 584 686q-60 38 -129 48q-68 10 -147 10H77V0H310q77 0 146 10q68 11 126 49q69 44 115 126q45 82 45 186v0Z"
></glyph
><glyph unicode="E" horiz-adv-x="604" d="M77 0H581V142H263V330H556V472H263V602H581V744H77V0V0Z"
></glyph
><glyph unicode="N" horiz-adv-x="738" d="M715 0V744H544V318L307 744H77V0H248V519L535 0H715V0Z"
></glyph
><glyph unicode="T" horiz-adv-x="727" d="M220 0H407V602H627V744H0V602H220V0V0Z"
></glyph
><glyph unicode="a" d="M377 59V0H551V382q0 99 -66 147q-67 48 -212 48q-59 0 -117 -10Q98 557 72 549V414H87q40 17 81 28q42 12 73 12q68 0 103 -18q34 -18 34 -64v-3Q302 364 236 355Q170 346 122 323Q75 300 50 262Q25 223 25 161Q25 85 75 35q49 -50 123 -50q40 0 63 6q22 6 45 17q24 12 39 24q14 12 32 27v0ZM377 146v0Q357 127 333 117Q309 106 286 106q-41 0 -62 15q-22 15 -22 54q0 27 13 43q13 17 36 25q26 9 54 12q27 4 72 8V146v0Z"
></glyph
><glyph unicode="c" horiz-adv-x="598" d="M343 -15v0q36 0 59 3q22 4 47 11q21 6 41 14q19 9 34 15V178H502q-9 -9 -22 -20Q468 147 450 136Q432 126 407 118q-25 -7 -58 -7q-65 0 -104 41q-39 42 -39 126q0 79 37 126q36 47 103 47q30 0 54 -8q24 -7 43 -17q18 -10 33 -22q15 -12 26 -22h22V532q-47 23 -93 34q-47 11 -93 11q-62 0 -118 -17Q163 543 121 508Q77 472 52 415Q26 359 26 278Q26 203 50 148Q73 93 115 56Q158 20 216 2q57 -17 127 -17v0Z"
></glyph
><glyph unicode="e" horiz-adv-x="659" d="M413 353H201q3 52 32 83q29 30 80 30q50 0 74 -29q24 -29 26 -84v0ZM355 -15v0q43 0 74 4q30 4 58 12q31 7 49 14q18 8 39 16V176H557q-12 -9 -30 -20Q509 145 487 136Q463 125 433 118q-29 -7 -60 -7q-35 0 -65 7q-30 7 -53 22q-23 16 -37 42q-14 26 -16 65H585v63q0 130 -65 199q-65 70 -194 70Q184 579 105 497Q26 415 26 277Q26 137 111 61q85 -76 244 -76v0Z"
></glyph
><glyph unicode="f" horiz-adv-x="516" d="M426 646V773q-24 4 -57 7q-33 3 -71 3Q189 783 135 731Q81 680 81 577V561H11V439H81V0H256V439H389V561H250v5q0 53 19 73q19 19 72 19q19 0 41 -5q21 -4 31 -7h13v0Z"
></glyph
><glyph unicode="h" d="M593 0V365q0 103 -45 157q-46 55 -132 55q-49 0 -90 -21Q285 536 242 499V778H67V0H242V398q25 17 47 25q22 8 44 8q28 0 45 -8q17 -8 26 -27q8 -16 11 -50q2 -34 2 -68V0H593V0Z"
></glyph
><glyph unicode="i" horiz-adv-x="285" d="M247 641V778H62V641H247v0ZM242 0V561H67V0H242V0Z"
></glyph
><glyph unicode="j" horiz-adv-x="447" d="M305 641V778H118V641H305v0ZM305 -10V561H29V439H130V51q0 -71 -18 -102Q93 -82 43 -82q-13 0 -33 3q-21 4 -38 9H-42V-199q18 -4 57 -9q39 -4 87 -4q90 0 146 53q57 54 57 149v0Z"
></glyph
><glyph unicode="k" horiz-adv-x="662" d="M629 0L418 319L615 561H408L242 342V778H67V0H242V208l27 36L421 0H629V0Z"
></glyph
><glyph unicode="l" horiz-adv-x="275" d="M242 0V778H67V0H242V0Z"
></glyph
><glyph unicode="m" horiz-adv-x="947" d="M738 0H914V365q0 60 -11 97q-12 38 -36 65q-21 25 -52 37q-31 13 -70 13q-46 0 -91 -26Q609 526 559 479q-21 49 -60 73q-39 25 -90 25q-48 0 -86 -21Q285 536 242 499v62H67V0H242V398q20 13 40 23q21 10 42 10q28 0 44 -8q16 -8 23 -26q8 -18 10 -47q1 -29 1 -70V0H578V398q23 16 43 24q19 9 39 9q29 0 45 -8q15 -8 23 -26q7 -18 9 -47q1 -28 1 -70V0V0Z"
></glyph
><glyph unicode="n" d="M593 0V365q0 103 -45 157q-46 55 -132 55q-49 0 -90 -21Q285 536 242 499v62H67V0H242V398q25 17 47 25q22 8 44 8q28 0 45 -8q17 -8 26 -27q8 -16 11 -50q2 -34 2 -68V0H593V0Z"
></glyph
><glyph unicode="o" horiz-adv-x="680" d="M427 279v0q0 -53 -8 -84q-8 -30 -24 -51Q382 126 361 117q-22 -9 -43 -9q-26 0 -47 9q-21 9 -35 28q-13 19 -22 51q-8 32 -8 83q0 52 9 86q9 34 24 53q16 21 35 28q19 7 42 7q25 0 45 -8q19 -8 35 -29q14 -20 23 -54q8 -33 8 -83v0ZM606 280v0q0 139 -76 219q-76 80 -214 80Q179 579 103 499Q26 420 26 280Q26 142 103 62q76 -80 213 -80q139 0 215 80q75 80 75 218v0Z"
></glyph
><glyph unicode="p" horiz-adv-x="651" d="M439 285v0q0 -84 -31 -126Q377 117 313 117q-23 0 -40 3q-17 2 -31 8V411q23 15 46 22q23 8 47 8q53 0 79 -37q25 -37 25 -119v0ZM618 288v0q0 134 -54 211q-53 78 -151 78q-52 0 -92 -21Q281 536 242 503v58H67V-206H242V28Q277 8 308 -2q31 -9 73 -9q100 0 169 82q68 83 68 217v0Z"
></glyph
><glyph unicode="r" horiz-adv-x="477" d="M444 396V561q-8 1 -19 2q-10 0 -19 0q-22 0 -47 -8q-26 -8 -45 -20Q297 525 276 508Q254 492 242 481v80H67V0H242V376q29 11 59 19q30 8 58 8q23 0 42 -2q19 -2 29 -5h14v0Z"
></glyph
><glyph unicode="s" horiz-adv-x="581" d="M238 -16v0q68 0 117 15q49 14 85 41q34 24 52 60q19 36 19 75q0 63 -31 100q-32 38 -92 58q-27 9 -56 14q-30 5 -52 11q-44 10 -57 21q-13 11 -13 30q0 22 27 35q26 13 64 13q28 0 56 -7q27 -6 49 -16q18 -9 38 -21q19 -11 28 -18h14V537q-34 16 -83 28q-50 12 -109 12q-62 0 -111 -15Q134 547 100 521Q67 495 50 462Q32 429 32 391Q32 326 66 285q33 -40 99 -60q23 -8 54 -14q30 -5 50 -10q38 -9 51 -19q13 -10 13 -30q0 -25 -28 -36Q276 104 239 104q-36 0 -66 8q-31 9 -56 20Q89 145 73 156Q57 168 44 177H30V29Q66 11 121 -2q55 -14 117 -14v0Z"
></glyph
><glyph unicode="t" horiz-adv-x="511" d="M282 -11v0q47 0 79 4q32 4 60 12V128H406q-9 -5 -31 -11q-23 -6 -37 -6q-34 0 -52 10q-18 11 -25 28q-7 18 -8 40q0 22 0 51V439H421V561H253V722H78V561H11V439H78V177Q78 77 127 33q48 -44 155 -44v0Z"
></glyph
><glyph unicode="u" d="M589 0V561H414V163Q392 148 367 139q-25 -9 -44 -9q-30 0 -46 9q-17 9 -25 26q-9 19 -11 47q-2 27 -2 71V561H63V196Q63 90 110 37q46 -53 130 -53q52 0 90 20q38 20 84 58V0H589V0Z"
></glyph
><glyph unicode="v" horiz-adv-x="693" d="M593 561H413L299 190L184 561H0L200 0H391L593 561v0Z"
></glyph
><glyph unicode="w" horiz-adv-x="996" d="M904 561H724L639 190L539 561H384L278 190L192 561H8L170 0H356l99 363L554 0H740L904 561v0Z"
></glyph
><glyph unicode="x" horiz-adv-x="723" d="M621 0L415 285L619 561H417L312 403L207 561H2L205 280L-2 0H199L309 161L416 0H621V0Z"
></glyph
><glyph unicode="y" horiz-adv-x="693" d="M591 561H411L301 209L183 561H-1L205 13L120 -206H308L591 561v0Z"
></glyph
></font
></defs
><g style="font-family: &quot;Tahoma&quot;; font-size:50;fill:black"
><text x="20" y="50"
>!&quot;#$%&amp;&#39;()*+,-./0123456789:;&#229;&lt;&gt;?</text
><text x="20" y="100"
>@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_</text
><text x="20" y="150"
>` abcdefghijklmnopqrstuvwxyz|{}~</text
></g
></svg
>

Before

Width:  |  Height:  |  Size: 7.6 KiB

View File

@ -1 +0,0 @@
{"ascent":828,"unitEm":1024,"descent":228}

View File

@ -1,253 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg"
><metadata
></metadata
><defs
><font horiz-adv-x="600"
><font-face font-family="Trebuchet MS" units-per-em="1024" ascent="828" descent="-228"
></font-face
><missing-glyph horiz-adv-x="512" d="M0 683V0H438V683H0ZM365 610V73H73V610H365Z"
></missing-glyph
><glyph unicode=" " horiz-adv-x="309" d=""
></glyph
><glyph unicode="!" horiz-adv-x="376" d="M191 154v0q-34 0 -58 -24Q109 106 109 72q0 -34 24 -58q24 -24 58 -24q34 0 58 24q24 24 24 58q0 34 -24 58q-24 24 -58 24v0ZM213 191v0q39 250 39 350V745H122V540q0 -99 39 -349h52v0Z"
></glyph
><glyph unicode="&quot;" horiz-adv-x="376" d="M144 518l15 215H35L49 518h95v0ZM334 518l15 215H225L239 518h95v0Z"
></glyph
><glyph unicode="#" d="M385 455L342 295H224l42 160H385v0ZM587 455v90H504l52 198H459L405 545H291l52 198H247L193 545H90V455h79L127 295H33V204h70L44 -10h97l59 214H315L256 -10h98l60 214H515v91H438l42 160H587v0Z"
></glyph
><glyph unicode="$" d="M237 -12V-118H351V-3q80 20 125 72q45 52 45 122q0 50 -17 90q-17 40 -49 70q-33 31 -106 67Q209 486 209 549q0 37 25 61q25 24 70 24q76 0 144 -49l40 112q-45 36 -137 45v86H237V737Q165 720 122 668Q79 616 79 548q0 -46 16 -84q16 -37 45 -64q30 -27 112 -68q81 -41 111 -76q29 -35 29 -74q0 -79 -115 -79q-74 0 -151 54L78 40Q150 -6 237 -12v0Z"
></glyph
><glyph unicode="%" horiz-adv-x="701" d="M459 172v0q0 99 64 99q58 0 58 -100Q581 68 515 68q-25 0 -40 27q-16 27 -16 77v0ZM366 176v0Q366 -10 520 -10q68 0 111 48q43 49 43 129q0 86 -40 134q-41 48 -110 48q-69 0 -114 -49Q366 252 366 176v0ZM168 -10L626 745H529L70 -10h98v0ZM109 568v0q0 99 64 99q58 0 58 -100Q231 464 165 464q-24 0 -40 27q-16 27 -16 77v0ZM16 573v0Q16 386 170 386q68 0 111 49q43 48 43 128q0 86 -40 134q-41 48 -110 48Q105 745 60 697Q16 649 16 573v0Z"
></glyph
><glyph unicode="&amp;" horiz-adv-x="723" d="M405 165v0q0 -30 4 -49Q378 100 324 100Q186 100 186 236q0 60 40 109H405V165v0ZM463 22v0q44 -32 92 -32q60 0 112 16V116Q632 100 598 100q-37 0 -52 21q-16 22 -16 79V345H655V450H530V582L405 535V452H239q-48 38 -48 91q0 47 31 74q31 27 87 27q47 0 110 -44l53 91q-70 54 -178 54Q191 745 129 689Q66 632 66 553q0 -75 65 -140Q56 338 56 232Q56 119 117 54q61 -64 173 -64q98 0 173 32v0Z"
></glyph
><glyph unicode="&#39;" horiz-adv-x="235" d="M169 518l15 215H60L74 518h95v0Z"
></glyph
><glyph unicode="(" horiz-adv-x="376" d="M324 747v0Q222 695 152 556Q82 418 82 279Q82 116 144 -16q62 -132 180 -212v85Q225 -33 225 278q0 261 99 400v69v0Z"
></glyph
><glyph unicode=")" horiz-adv-x="376" d="M82 -228v0q118 80 180 212q62 132 62 295q0 139 -70 277Q184 695 82 747V678Q181 539 181 278Q181 -33 82 -143v-85v0Z"
></glyph
><glyph unicode="*" horiz-adv-x="443" d="M336 551l75 32L370 684L299 653L249 608l23 81v66H154V687l27 -77l-35 38L67 681L18 579L96 548l67 -6L108 513L49 456l86 -77l56 68l24 57l27 -64l42 -61l96 72l-43 55l-68 39l67 6v0Z"
></glyph
><glyph unicode="+" d="M357 267H531V368H357V539H256V368H82V267H256V90H357V267v0Z"
></glyph
><glyph unicode="," horiz-adv-x="376" d="M109 -187v0q104 70 134 122q30 53 30 116q0 35 -26 61q-26 26 -60 26q-37 0 -62 -20Q100 99 100 69Q100 27 147 4q11 -14 11 -29q0 -39 -92 -108l43 -54v0Z"
></glyph
><glyph unicode="-" horiz-adv-x="376" d="M55 238H319V355H55V238v0Z"
></glyph
><glyph unicode="." horiz-adv-x="376" d="M87 65v0Q87 28 114 1q26 -26 63 -26q38 0 64 26q26 27 26 64q0 38 -26 64q-26 26 -64 26q-37 0 -63 -26Q87 103 87 65v0Z"
></glyph
><glyph unicode="/" horiz-adv-x="400" d="M121 0L396 735H285L8 0H121V0Z"
></glyph
><glyph unicode="0" d="M173 379v0q0 261 131 261q66 0 95 -56q28 -57 28 -205Q427 219 397 157Q367 95 296 95q-66 0 -95 69q-28 69 -28 215v0ZM38 388v0Q38 182 102 86q64 -96 198 -96q124 0 193 104q69 104 69 278q0 373 -255 373Q184 745 111 642Q38 538 38 388v0Z"
></glyph
><glyph unicode="1" d="M285 0H415V735H363Q279 633 136 563V438l149 90V0V0Z"
></glyph
><glyph unicode="2" d="M78 0H558V115H283L433 344q81 124 81 208q0 91 -63 142q-64 51 -176 51q-68 0 -123 -35Q96 676 70 623l87 -69q47 81 123 81q99 0 99 -83q0 -70 -69 -173L78 38V0V0Z"
></glyph
><glyph unicode="3" d="M72 61v0q78 -71 189 -71q122 0 192 57q69 58 69 162q0 127 -117 183q92 56 92 163q0 90 -61 140q-61 50 -171 50q-50 0 -100 -21Q115 702 92 673l61 -89q51 51 105 51q104 0 104 -98q0 -94 -112 -94H231V336h23q61 0 97 -33q36 -33 36 -86Q387 100 263 100q-68 0 -126 62L72 61v0Z"
></glyph
><glyph unicode="4" d="M367 514V294H179L367 514v0ZM492 191h74V294H492V735H435L34 266V191H367V0H492V191v0Z"
></glyph
><glyph unicode="5" d="M83 55v0q80 -65 188 -65q261 0 261 279q0 115 -58 177q-59 63 -167 63q-46 0 -79 -15V625H498V735H103V372l52 -33q57 59 118 59q67 0 95 -34q29 -34 29 -109Q397 100 271 100q-57 0 -137 62L83 55v0Z"
></glyph
><glyph unicode="6" d="M201 234v0q0 125 112 125q46 0 75 -36q28 -36 28 -97q0 -59 -27 -93Q361 100 315 100Q201 100 201 234v0ZM380 747v0Q264 718 165 580Q66 443 66 309Q66 -10 322 -10q98 0 163 66q64 67 64 175q0 110 -63 174q-63 64 -166 64q-38 0 -90 -23q23 62 84 125q61 64 135 103l-69 73v0Z"
></glyph
><glyph unicode="7" d="M269 0V0q16 54 42 121q26 67 60 144q34 78 70 152q36 75 69 138l66 125v55H71V615H406Q208 251 126 0H269V0Z"
></glyph
><glyph unicode="8" d="M284 348v0Q409 275 409 199q0 -44 -31 -72Q346 100 296 100q-48 0 -77 31q-30 31 -30 78q0 85 95 139v0ZM310 451v0q-34 13 -64 46q-31 33 -31 65q0 73 83 73q38 0 61 -20q22 -19 22 -52q0 -29 -21 -64Q338 464 310 451v0ZM176 401v0Q124 370 92 317Q59 264 59 209Q59 103 121 46q61 -56 175 -56q112 0 178 57q65 58 65 162q0 51 -40 108q-40 58 -88 80q38 20 69 69q32 50 32 95q0 85 -57 134q-56 50 -157 50q-93 0 -153 -50Q85 646 85 561q0 -44 26 -89q25 -44 65 -71v0Z"
></glyph
><glyph unicode="9" d="M191 506v0q0 60 27 94q28 35 74 35q114 0 114 -136Q406 374 294 374q-45 0 -74 35q-29 36 -29 97v0ZM227 -14v0Q343 15 442 152q99 137 99 271q0 322 -256 322q-98 0 -162 -67Q58 610 58 501Q58 391 121 327q63 -64 166 -64q52 0 86 15Q310 143 158 59l69 -73v0Z"
></glyph
><glyph unicode=":" horiz-adv-x="376" d="M87 65v0Q87 28 114 1q26 -26 63 -26q38 0 64 26q26 27 26 64q0 38 -26 64q-26 26 -64 26q-37 0 -63 -26Q87 103 87 65v0ZM87 470v0q0 -37 27 -64q26 -26 63 -26q38 0 64 26q26 27 26 64q0 38 -26 64q-26 26 -64 26q-37 0 -63 -26Q87 508 87 470v0Z"
></glyph
><glyph unicode=";" horiz-adv-x="376" d="M109 -187v0q104 70 134 122q30 53 30 116q0 35 -26 61q-26 26 -60 26q-37 0 -62 -20Q100 99 100 69Q100 27 147 4q11 -14 11 -29q0 -39 -92 -108l43 -54v0ZM87 470v0q0 -37 27 -64q26 -26 63 -26q38 0 64 26q26 27 26 64q0 38 -26 64q-26 26 -64 26q-37 0 -63 -26Q87 508 87 470v0Z"
></glyph
><glyph unicode="&lt;" d="M96 278L496 85V199L232 318L496 436V550L96 359V278v0Z"
></glyph
><glyph unicode="=" d="M90 162H539V263H90V162v0ZM90 372H539V473H90V372v0Z"
></glyph
><glyph unicode="&gt;" d="M133 85L532 278v81L133 550V436L396 318L133 199V85v0Z"
></glyph
><glyph unicode="?" horiz-adv-x="449" d="M206 154v0q-34 0 -58 -24Q124 106 124 72q0 -34 24 -58q24 -24 58 -24q34 0 58 24q24 24 24 58q0 34 -24 58q-24 24 -58 24v0ZM249 222v0q-7 34 -7 42q0 37 15 69q15 31 65 79q49 47 69 82q20 36 20 87q0 74 -54 119q-55 45 -136 45Q116 745 52 695l51 -97q49 45 93 45q92 0 92 -70q0 -36 -50 -92Q187 426 170 400Q153 375 145 346q-9 -29 -9 -60q0 -17 8 -39q8 -22 9 -25h96v0Z"
></glyph
><glyph unicode="@" horiz-adv-x="789" d="M426 298V206Q409 191 385 191q-23 0 -37 12q-15 13 -15 33q0 62 83 62h10v0ZM461 148v0q41 -29 115 -29q81 0 130 61q48 62 48 149q0 159 -91 246q-92 87 -260 87Q239 662 137 558Q35 453 35 291Q35 131 136 32Q236 -67 403 -67q97 0 183 49V32q0 26 0 39q0 13 0 14Q546 50 507 35Q467 20 403 20Q281 20 209 94q-73 74 -73 197q0 124 74 204q73 80 193 80q118 0 184 -66q66 -65 66 -179Q653 199 575 199q-17 0 -46 18V325q0 167 -154 167q-64 0 -119 -39l30 -68q49 28 96 28q33 0 42 -47Q226 359 226 233q0 -54 38 -86q38 -32 97 -32q57 0 100 33v0Z"
></glyph
><glyph unicode="A" horiz-adv-x="649" d="M323 518L411 248H235l88 270v0ZM503 0H646L352 742H295L3 0H147l51 148H449L503 0V0Z"
></glyph
><glyph unicode="B" horiz-adv-x="610" d="M205 351v0q47 1 66 1q91 0 127 -28q37 -29 37 -91q0 -69 -39 -98Q356 105 269 105q-24 0 -64 4V351v0ZM205 628v0q44 2 75 2q115 0 115 -84q0 -96 -127 -96q-33 0 -63 2V628v0ZM299 0V0Q419 0 494 58q76 59 76 159q0 149 -137 196q92 51 92 138q0 90 -64 139q-64 49 -178 49q-60 0 -208 -7V0H299V0Z"
></glyph
><glyph unicode="C" horiz-adv-x="627" d="M577 693v0q-75 52 -201 52Q229 745 135 635Q40 526 40 364Q40 189 125 88Q210 -13 364 -13q153 0 233 85L536 177Q478 103 374 103q-90 0 -144 69q-55 69 -55 186q0 118 59 194q58 77 150 77q96 0 140 -43l53 107v0Z"
></glyph
><glyph unicode="D" horiz-adv-x="658" d="M205 618v0q39 4 60 4q218 0 218 -235Q483 258 428 187Q372 115 273 115q-36 0 -68 3V618v0ZM238 0V0Q618 0 618 395q0 155 -93 248q-94 94 -254 94q-40 0 -196 -5V0H238V0Z"
></glyph
><glyph unicode="E" horiz-adv-x="583" d="M205 617H543V732H75V0H537V115H205V335H447V445H205V617v0Z"
></glyph
><glyph unicode="F" horiz-adv-x="598" d="M205 617H558V732H75V0H205V335H463V445H205V617v0Z"
></glyph
><glyph unicode="G" horiz-adv-x="688" d="M616 673v0q-84 72 -205 72Q241 745 141 639Q40 533 40 363Q40 194 133 90Q225 -13 382 -13q73 0 146 21q73 22 120 60V396H416V285H518V141Q473 103 403 103q-105 0 -166 70q-62 70 -62 187q0 123 63 196q62 73 170 73q35 0 83 -20q48 -20 71 -41l54 105v0Z"
></glyph
><glyph unicode="H" horiz-adv-x="700" d="M497 0H625V732H497V445H205V732H75V0H205V330H497V0V0Z"
></glyph
><glyph unicode="I" horiz-adv-x="285" d="M78 0H208V732H78V0V0Z"
></glyph
><glyph unicode="J" horiz-adv-x="546" d="M9 169v0Q14 85 70 37q56 -47 147 -47q137 0 199 70q62 71 62 217V732H348V273q0 -85 -26 -126Q296 105 232 105q-91 0 -107 64H9v0Z"
></glyph
><glyph unicode="K" horiz-adv-x="632" d="M491 0H646L373 412L602 732H454L205 382V732H75V0H205V200l82 112L491 0V0Z"
></glyph
><glyph unicode="L" horiz-adv-x="566" d="M75 0H536V115H205V732H75V0V0Z"
></glyph
><glyph unicode="M" horiz-adv-x="763" d="M758 -1L609 732H540L385 239L227 732H158L10 -1H136l79 395L362 -10h47L556 394L632 -1H758v0Z"
></glyph
><glyph unicode="N" horiz-adv-x="684" d="M556 -10h53V732H484V290L138 732H75V-1H200V453L556 -10v0Z"
></glyph
><glyph unicode="O" horiz-adv-x="720" d="M175 372v0q0 118 47 188q46 70 133 70q190 0 190 -258Q545 241 494 172Q443 103 345 103q-83 0 -126 70q-44 71 -44 199v0ZM40 372v0Q40 193 119 90Q198 -13 345 -13q161 0 248 104q87 104 87 281q0 177 -83 275q-84 98 -242 98Q212 745 126 637Q40 529 40 372v0Z"
></glyph
><glyph unicode="P" horiz-adv-x="601" d="M205 619v0q19 3 40 3q183 0 183 -114q0 -67 -41 -97Q346 381 257 381q-19 0 -52 4V619v0ZM205 269v0q37 -3 59 -3q297 0 297 252q0 113 -80 166q-80 53 -254 53q-22 0 -152 -5V0H205V269v0Z"
></glyph
><glyph unicode="Q" horiz-adv-x="726" d="M175 370v0q0 120 45 190q44 69 130 69q195 0 195 -259Q545 242 496 171Q446 100 350 100q-83 0 -129 77q-46 78 -46 193v0ZM770 -152V-31Q736 -41 689 -41Q563 -41 508 19q172 88 172 351q0 177 -85 276q-86 99 -245 99Q209 745 125 638Q40 531 40 370Q40 200 123 92Q206 -16 350 -16q41 0 60 3q43 -68 122 -106q78 -37 171 -37q34 0 67 4v0Z"
></glyph
><glyph unicode="R" horiz-adv-x="626" d="M210 619v0q23 3 44 3q87 0 128 -21q40 -22 40 -76q0 -66 -37 -89Q347 413 265 413q-19 0 -55 3V619v0ZM488 0H638L422 330q58 22 97 75q38 54 38 119q0 216 -279 216q-45 0 -118 -4Q86 732 75 732V0H210V306q53 -3 83 -4L488 0V0Z"
></glyph
><glyph unicode="S" horiz-adv-x="524" d="M40 40v0q83 -53 185 -53q118 0 189 58q70 57 70 146q0 50 -17 90q-17 40 -50 70q-32 31 -106 67Q172 486 172 549q0 38 25 61q24 24 69 24q76 0 145 -49l39 112q-59 48 -186 48q-98 0 -160 -56Q42 633 42 548q0 -46 16 -83q15 -38 45 -65q29 -27 113 -70q84 -42 111 -76q27 -34 27 -71q0 -80 -114 -80q-75 0 -152 54L40 40v0Z"
></glyph
><glyph unicode="T" horiz-adv-x="627" d="M373 617H617V732H10V617H243V0H373V617v0Z"
></glyph
><glyph unicode="U" horiz-adv-x="694" d="M75 732V229Q75 112 145 50q69 -63 196 -63q127 0 203 64q75 64 75 177V732H489V238q0 -63 -39 -99Q411 103 340 103q-63 0 -99 37q-36 37 -36 96V732H75v0Z"
></glyph
><glyph unicode="V" horiz-adv-x="637" d="M348 -10L634 732H494L315 237L146 732H3L277 -10h71v0Z"
></glyph
><glyph unicode="W" horiz-adv-x="905" d="M666 -10L903 732H767L630 290L481 732H424L276 290L138 732H3L243 -10h54L452 452L612 -10h54v0Z"
></glyph
><glyph unicode="X" horiz-adv-x="615" d="M471 0H613L369 377L601 732H465L302 485L153 732L20 733L222 379L3 0H138L298 263L471 0V0Z"
></glyph
><glyph unicode="Y" horiz-adv-x="628" d="M380 300L626 732H488L314 420L141 732H3L250 300V0H380V300v0Z"
></glyph
><glyph unicode="Z" horiz-adv-x="574" d="M40 0H534V115H216L523 690v42H45V617H346L40 42V0V0Z"
></glyph
><glyph unicode="[" horiz-adv-x="412" d="M75 -210H337V-99H205V643H337V755H75V-210v0Z"
></glyph
><glyph unicode="\" horiz-adv-x="364" d="M264 0H368L99 735H-4L264 0V0Z"
></glyph
><glyph unicode="]" horiz-adv-x="412" d="M337 -210V755H75V643H207V-99H75V-210H337v0Z"
></glyph
><glyph unicode="^" d="M406 453h99L327 735H273L94 451h96L299 632L406 453v0Z"
></glyph
><glyph unicode="_" d="M-4 -167H604V-63H-4V-167v0Z"
></glyph
><glyph unicode="`" d="M298 607H403L319 754H185L298 607v0Z"
></glyph
><glyph unicode="a" horiz-adv-x="546" d="M354 252V202Q354 89 241 89q-83 0 -83 72q0 97 148 97q16 0 48 -6v0ZM366 53v0q7 -23 29 -43q21 -20 48 -20q25 0 44 6q19 6 34 33Q478 57 478 164V278q0 156 -57 211q-57 56 -179 56Q153 545 88 514l27 -97q48 24 118 24q120 0 120 -95q-30 8 -52 8Q172 354 103 301Q33 249 33 156Q33 76 82 33q50 -43 136 -43q46 0 89 17q42 18 59 46v0Z"
></glyph
><glyph unicode="b" horiz-adv-x="596" d="M183 408v0q29 31 84 31q156 0 156 -163q0 -94 -37 -137Q348 96 257 96q-47 0 -74 32V408v0ZM156 29v0q54 -39 128 -39q124 0 197 78q72 78 72 213q0 116 -72 190q-72 74 -189 74q-59 0 -109 -30V765L58 735V-10h70l28 39v0Z"
></glyph
><glyph unicode="c" horiz-adv-x="524" d="M488 493v0q-69 52 -163 52Q190 545 111 467Q33 389 33 263Q33 134 105 62q71 -72 195 -72q56 0 97 9q40 9 95 43l-46 98Q393 94 323 94Q163 94 163 263q0 83 41 130q41 48 112 48q74 0 118 -42l54 94v0Z"
></glyph
><glyph unicode="d" horiz-adv-x="595" d="M412 407V128q-8 -11 -34 -22Q352 95 334 95Q173 95 173 262q0 86 40 131q41 46 116 46q43 0 83 -32v0ZM412 0H537V765L412 735V520q-50 25 -111 25Q190 545 117 465Q43 386 43 259Q43 132 107 61q64 -71 176 -71q40 0 77 12q37 13 52 30V0V0Z"
></glyph
><glyph unicode="e" horiz-adv-x="589" d="M168 323v0q26 118 133 118q117 0 130 -118H168v0ZM546 229v0q10 47 10 70q0 107 -70 177q-71 69 -187 69Q189 545 111 467Q33 388 33 262Q33 133 104 61q71 -71 194 -71q131 0 197 53l-49 96Q402 94 316 94q-68 0 -109 36q-40 35 -44 99H546v0Z"
></glyph
><glyph unicode="f" horiz-adv-x="379" d="M366 640l37 95q-64 20 -108 20q-86 0 -140 -61Q100 634 96 535H18V432H96V0H221V432H330V535H219q-1 7 -1 13q0 45 25 75q25 31 60 31q22 0 63 -14v0Z"
></glyph
><glyph unicode="g" horiz-adv-x="514" d="M153 347v0q0 43 27 70q27 27 70 27q41 0 67 -28q25 -28 25 -69q0 -49 -24 -77Q294 242 250 242q-45 0 -71 29q-26 29 -26 76v0ZM28 -138v0q99 -72 222 -72q103 0 176 46q73 46 73 127q0 147 -182 147q-26 0 -63 -8Q218 95 202 95q-34 0 -34 20q0 11 23 22q23 11 27 11l20 -3q23 -3 36 -3q85 0 141 55q56 55 56 146q0 64 -31 111l59 44l-86 78L364 519q-49 27 -121 27Q151 546 88 490Q25 434 25 348Q25 239 117 179Q88 167 67 142Q45 116 45 90Q45 -3 174 -3q21 0 63 5q41 5 62 5q78 0 78 -47q0 -28 -35 -44q-35 -16 -89 -16q-81 0 -146 60L28 -138v0Z"
></glyph
><glyph unicode="h" horiz-adv-x="607" d="M414 0H540V330q0 104 -56 159q-55 56 -156 56q-85 0 -133 -44V765L68 735V0H195V384q13 22 45 38q31 17 62 17q50 0 81 -30q31 -30 31 -79V0V0Z"
></glyph
><glyph unicode="i" horiz-adv-x="306" d="M101 0H228V535H33V433h68V0V0ZM166 743v0q-30 0 -51 -22Q93 700 93 670q0 -30 22 -51q21 -21 51 -21q30 0 51 21q21 21 21 51q0 30 -21 51q-21 22 -51 22v0Z"
></glyph
><glyph unicode="j" horiz-adv-x="376" d="M-6 -210v0q151 0 224 53q72 54 72 169V535H68V432h97V10q0 -61 -35 -85Q94 -99 -6 -99V-210v0ZM223 743v0q-30 0 -51 -22Q151 700 151 670q0 -30 21 -51q21 -21 51 -21q30 0 52 21q21 21 21 51q0 30 -21 51q-22 22 -52 22v0Z"
></glyph
><glyph unicode="k" horiz-adv-x="561" d="M410 0H559L341 332L522 535H371L193 330V765L68 735V0H193V179l60 63L410 0V0Z"
></glyph
><glyph unicode="l" horiz-adv-x="302" d="M89 735V108Q89 -10 174 -10q70 0 99 55Q214 64 214 163V765L89 735v0Z"
></glyph
><glyph unicode="m" horiz-adv-x="880" d="M688 0H813V353q0 90 -50 141q-50 51 -139 51q-42 0 -84 -16Q498 514 474 487q-54 58 -160 58q-83 0 -135 -57l-25 47H68V0H193V385q12 21 40 38q28 18 51 18q45 0 69 -24q25 -23 25 -62V0H503V386q10 22 36 38q26 17 54 17q95 0 95 -106V0V0Z"
></glyph
><glyph unicode="n" horiz-adv-x="605" d="M412 0H537V328q0 103 -55 160q-55 57 -151 57q-99 0 -150 -60l-23 50H68V0H193V387q17 23 49 38q31 16 58 16q60 0 86 -32q26 -31 26 -100V0V0Z"
></glyph
><glyph unicode="o" horiz-adv-x="580" d="M163 269v0q0 82 34 128q35 46 93 46q127 0 127 -174q0 -85 -34 -131Q349 92 290 92Q163 92 163 269v0ZM33 269v0Q33 142 101 66q67 -76 189 -76q120 0 189 75q68 76 68 204q0 128 -67 202q-68 74 -190 74Q174 545 104 468Q33 391 33 269v0Z"
></glyph
><glyph unicode="p" horiz-adv-x="597" d="M183 404v0q35 35 80 35q86 0 124 -39q37 -38 37 -133q0 -89 -37 -131Q349 95 262 95q-45 0 -79 28V404v0ZM183 13v0q48 -23 107 -23q123 0 194 71q70 71 70 202q0 282 -256 282q-68 0 -115 -46v36H58V-210H183V13v0Z"
></glyph
><glyph unicode="q" horiz-adv-x="598" d="M416 408V121Q380 95 324 95Q173 95 173 262q0 81 41 129q41 48 114 48q54 0 88 -31v0ZM416 -210H541V535H460L439 503q-57 42 -127 42Q194 545 119 468Q43 392 43 262Q43 132 109 61q66 -71 183 -71q79 0 124 25V-210v0Z"
></glyph
><glyph unicode="r" horiz-adv-x="438" d="M377 419l53 107q-34 19 -98 19q-87 0 -139 -59v49H68V0H193V305q0 57 34 96q33 40 77 40q40 0 73 -22v0Z"
></glyph
><glyph unicode="s" horiz-adv-x="441" d="M35 34v0Q85 7 118 -2q32 -8 85 -8q95 0 151 42q55 43 55 118q0 56 -31 95q-31 40 -102 67q-70 28 -92 45q-21 16 -21 37q0 52 65 52q73 0 114 -35l36 97q-73 37 -157 37Q139 545 86 506Q33 468 33 398Q33 295 171 237q64 -26 86 -46q22 -19 22 -50Q279 89 206 89Q135 89 79 134L35 34v0Z"
></glyph
><glyph unicode="t" horiz-adv-x="406" d="M87 435V164Q87 80 130 35q43 -45 123 -45q80 0 124 15V120Q338 95 293 95q-45 0 -63 24q-18 24 -18 81V435H359V535H212V690L87 644V535H25V435H87v0Z"
></glyph
><glyph unicode="u" horiz-adv-x="605" d="M413 -1H538V535H413V167Q401 138 364 116Q328 94 285 94q-92 0 -92 103V535H68V188Q68 -10 254 -10q39 0 86 16q46 16 73 38V-1v0Z"
></glyph
><glyph unicode="v" horiz-adv-x="540" d="M290 -10L538 535H405L268 208L140 535H3L245 -10h45v0Z"
></glyph
><glyph unicode="w" horiz-adv-x="803" d="M594 -10L796 535H673L557 214L422 535H377L246 216L138 535H7L209 -10h46L401 319L548 -10h46v0Z"
></glyph
><glyph unicode="x" horiz-adv-x="566" d="M412 0H563L339 274L544 535H402L276 372L163 535H19L208 274L3 0H151L274 174L412 0V0Z"
></glyph
><glyph unicode="y" horiz-adv-x="547" d="M305 -86L539 535H410L278 165L132 535H3L170 120Q210 21 210 -27q0 -73 -144 -73V-210q87 0 153 35q66 35 86 89v0Z"
></glyph
><glyph unicode="z" horiz-adv-x="541" d="M33 0H509V109H226L506 491v44H38V426H323L33 42V0V0Z"
></glyph
><glyph unicode="{" horiz-adv-x="444" d="M321 -210h84v97q-84 0 -112 8q-28 8 -42 30q-15 23 -15 58q0 30 16 90q15 60 15 91q0 73 -96 123q96 60 96 137q0 28 -15 81q-16 54 -16 82q0 74 67 74H405v94H316q-85 0 -146 -42Q108 671 108 602q0 -32 19 -94q18 -61 18 -93Q145 325 41 318V250q104 -7 104 -89Q145 125 127 55Q108 -15 108 -51q0 -73 62 -116q61 -43 151 -43v0Z"
></glyph
><glyph unicode="|" d="M253 -210H356V755H253V-210v0Z"
></glyph
><glyph unicode="}" horiz-adv-x="444" d="M405 250v68q-104 7 -104 97q0 32 18 93q19 62 19 94q0 69 -62 111q-62 42 -146 42H41V661H143q67 0 67 -74q0 -28 -15 -82Q179 452 179 424q0 -77 96 -137Q179 237 179 164q0 -31 16 -91q15 -60 15 -90q0 -35 -14 -58q-15 -22 -43 -30q-28 -8 -112 -8v-97h84q90 0 152 43q61 43 61 116q0 36 -19 106q-18 70 -18 106q0 82 104 89v0Z"
></glyph
><glyph unicode="~" d="M163 239v0q19 39 45 39q9 0 57 -15q48 -14 72 -19q25 -5 48 -5q43 0 70 30q27 30 46 104H427Q413 334 383 334q-16 0 -36 6q-75 23 -99 28q-24 5 -48 5q-42 0 -70 -37Q101 299 90 239h73v0Z"
></glyph
><glyph unicode="&#xae;" horiz-adv-x="730" d="M371 463v0q68 0 68 -48q0 -23 -8 -35q-8 -11 -25 -13q-17 -3 -64 -3v99h29v0ZM470 133h90L453 310q67 36 67 108q0 118 -149 118H261V133h81V295h33L470 133v0ZM123 330v0q0 111 78 189q78 78 189 78q111 0 189 -78q78 -78 78 -189Q657 219 579 141Q501 63 390 63Q280 63 201 141q-78 79 -78 189v0ZM38 330v0Q38 184 141 81Q244 -22 390 -22q146 0 249 103Q742 184 742 330q0 146 -103 249Q536 682 390 682Q244 682 141 579Q38 476 38 330v0Z"
></glyph
><glyph unicode="&#x2c6;" d="M362 607H496L312 765H258L81 607H214l70 75l78 -75v0Z"
></glyph
><glyph unicode="&#x2dc;" d="M193 592v0q19 39 45 39q12 0 52 -20q39 -19 70 -19q42 0 69 27q28 27 47 102H402Q389 682 358 682q-11 0 -50 19q-39 20 -78 20q-42 0 -71 -36Q130 649 121 592h72v0Z"
></glyph
><glyph unicode="&#x2013;" horiz-adv-x="376" d="M32 251H322V351H32V251v0Z"
></glyph
><glyph unicode="&#x2014;" horiz-adv-x="752" d="M32 251H716V351H32V251v0Z"
></glyph
><glyph unicode="&#x2018;" horiz-adv-x="376" d="M245 755v0Q103 667 103 529q0 -44 23 -70q22 -26 62 -26q80 0 80 81q0 28 -24 52q-25 25 -25 45q0 19 11 36q10 17 57 52l-42 56v0Z"
></glyph
><glyph unicode="&#x2019;" horiz-adv-x="376" d="M131 433v0q142 88 142 226q0 44 -22 70q-22 26 -63 26q-80 0 -80 -81q0 -28 25 -53q24 -24 24 -44q0 -19 -10 -36Q136 524 90 488l41 -55v0Z"
></glyph
><glyph unicode="&#x201a;" horiz-adv-x="376" d="M131 -184v0Q273 -96 273 42q0 44 -22 70q-22 26 -63 26q-80 0 -80 -81Q108 29 133 5q24 -25 24 -45q0 -19 -10 -36Q136 -93 90 -128l41 -56v0Z"
></glyph
><glyph unicode="&#x201c;" d="M475 755v0Q333 667 333 529q0 -44 23 -70q22 -26 62 -26q80 0 80 81q0 28 -24 52q-25 25 -25 45q0 19 11 36q10 17 57 52l-42 56v0ZM245 755v0Q103 667 103 529q0 -44 23 -70q22 -26 62 -26q80 0 80 81q0 28 -24 52q-25 25 -25 45q0 19 11 36q10 17 57 52l-42 56v0Z"
></glyph
><glyph unicode="&#x201d;" d="M361 433v0q142 88 142 226q0 44 -22 70q-22 26 -63 26q-80 0 -80 -81q0 -28 25 -53q24 -24 24 -44q0 -19 -10 -36Q366 524 320 488l41 -55v0ZM131 433v0q142 88 142 226q0 44 -22 70q-22 26 -63 26q-80 0 -80 -81q0 -28 25 -53q24 -24 24 -44q0 -19 -10 -36Q136 524 90 488l41 -55v0Z"
></glyph
><glyph unicode="&#x201e;" horiz-adv-x="537" d="M336 -184v0Q478 -96 478 42q0 44 -22 70q-22 26 -63 26q-80 0 -80 -81Q313 29 338 5q24 -25 24 -45q0 -19 -10 -36q-11 -17 -57 -52l41 -56v0ZM106 -184v0Q248 -96 248 42q0 44 -22 70q-22 26 -63 26Q83 138 83 57Q83 29 108 5q24 -25 24 -45q0 -19 -10 -36Q111 -93 65 -128l41 -56v0Z"
></glyph
><glyph unicode="&#x2020;" horiz-adv-x="470" d="M288 444H463v97H288V692H183V541H8V444H183V-118l53 -59l52 60V444v0Z"
></glyph
><glyph unicode="&#x2021;" horiz-adv-x="470" d="M288 110H463v97H288V444H463v97H288V692H183V541H8V444H183V207H8V110H183V-117l51 -64l54 64V110v0Z"
></glyph
><glyph unicode="&#x2022;" horiz-adv-x="537" d="M112 287v0q0 -66 47 -113q46 -47 112 -47q66 0 113 47q47 47 47 113q0 66 -47 112q-47 47 -113 47q-66 0 -112 -47Q112 353 112 287v0Z"
></glyph
><glyph unicode="&#x2026;" horiz-adv-x="752" d="M702 65v0q0 31 -22 53q-22 22 -53 22q-31 0 -53 -22Q552 96 552 65q0 -31 22 -53q22 -22 53 -22q31 0 53 22q22 22 22 53v0ZM451 65v0q0 31 -22 53q-22 22 -53 22q-31 0 -53 -22Q301 96 301 65q0 -31 22 -53q22 -22 53 -22q31 0 53 22q22 22 22 53v0ZM200 65v0q0 31 -22 53q-22 22 -53 22Q94 140 72 118Q50 96 50 65Q50 34 72 12q22 -22 53 -22q31 0 53 22q22 22 22 53v0Z"
></glyph
><glyph unicode="&#x2030;" horiz-adv-x="1061" d="M819 172v0q0 99 64 99q58 0 58 -100Q941 68 875 68q-25 0 -40 27q-16 27 -16 77v0ZM726 176v0Q726 -10 880 -10q68 0 111 48q43 49 43 129q0 86 -40 134q-41 48 -110 48q-69 0 -114 -49Q726 252 726 176v0ZM459 172v0q0 99 64 99q58 0 58 -100Q581 68 515 68q-25 0 -40 27q-16 27 -16 77v0ZM366 176v0Q366 -10 520 -10q68 0 111 48q43 49 43 129q0 86 -40 134q-41 48 -110 48q-69 0 -114 -49Q366 252 366 176v0ZM168 -10L626 745H529L70 -10h98v0ZM109 568v0q0 99 64 99q58 0 58 -100Q231 464 165 464q-24 0 -40 27q-16 27 -16 77v0ZM16 573v0Q16 386 170 386q68 0 111 49q43 48 43 128q0 86 -40 134q-41 48 -110 48Q105 745 60 697Q16 649 16 573v0Z"
></glyph
><glyph unicode="&#x2039;" horiz-adv-x="376" d="M71 259L278 121v98l-94 62l94 70v99L71 307V259v0Z"
></glyph
><glyph unicode="&#x203a;" horiz-adv-x="376" d="M91 121L298 259v48L91 450V351l94 -70L91 219V121v0Z"
></glyph
><glyph unicode="&#x20ac;" d="M575 693v0q-69 52 -184 52Q276 745 195 664Q122 591 96 473H32V398H85q-2 -38 1 -80H32V243H96Q119 124 188 58q75 -71 192 -71q98 0 157 50V174Q489 103 389 103Q266 103 223 243H394l27 75H209q-1 20 -1 40q0 20 1 40H453l27 75H224q47 156 174 156q88 0 128 -43l49 107v0Z"
></glyph
><glyph unicode="&#x2122;" horiz-adv-x="660" d="M250 666H351L302 369h78l30 185L472 367h51l59 184L615 369h77L631 735H570L497 508L424 735H61V666H170V369h80V666v0Z"
></glyph
></font
></defs
><g style="font-family: &quot;Trebuchet MS&quot;; font-size:50;fill:black"
><text x="20" y="50"
>!&quot;#$%&amp;&#39;()*+,-./0123456789:;&#229;&lt;&gt;?</text
><text x="20" y="100"
>@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_</text
><text x="20" y="150"
>` abcdefghijklmnopqrstuvwxyz|{}~</text
></g
></svg
>

Before

Width:  |  Height:  |  Size: 24 KiB

View File

@ -1 +0,0 @@
{"ascent":778,"unitEm":1024,"descent":16}

View File

@ -1,45 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg"
><metadata
></metadata
><defs
><font horiz-adv-x="100"
><font-face font-family="Verdana" units-per-em="1024" ascent="778" descent="-16"
></font-face
><missing-glyph horiz-adv-x="512" d="M0 683V0H438V683H0ZM365 610V73H73V610H365Z"
></missing-glyph
><glyph unicode=" " d=""
></glyph
><glyph unicode="R" horiz-adv-x="716" d="M485 535v0q0 -42 -11 -70Q463 438 441 417Q416 395 381 386q-35 -8 -82 -8H199V659H316q40 0 69 -6q30 -5 51 -20q26 -17 38 -42q11 -24 11 -56v0ZM716 0L436 325q71 28 112 82q40 54 40 135q0 59 -22 98q-23 39 -64 64q-36 23 -81 31q-45 9 -112 9H100V0h99V296H339L588 0H716V0Z"
></glyph
><glyph unicode="S" horiz-adv-x="674" d="M641 212v0q0 80 -42 125q-42 44 -125 66q-41 11 -100 21q-59 10 -91 17q-60 14 -84 40q-24 27 -24 73q0 52 48 85q48 33 128 33q72 0 142 -24q69 -23 111 -59h7V706q-50 22 -116 37q-65 15 -144 15Q230 758 151 698Q72 638 72 545q0 -82 48 -133q47 -50 146 -71q49 -10 93 -17q44 -6 81 -16q50 -13 74 -37q24 -23 24 -73q0 -57 -51 -92Q436 72 344 72Q279 72 205 97Q131 123 74 170H67V46Q134 16 198 1q64 -15 145 -15q75 0 128 18q53 18 93 50q37 30 57 72q20 43 20 86v0Z"
></glyph
><glyph unicode="c" horiz-adv-x="553" d="M506 35V138h-5q-11 -8 -29 -20Q454 106 434 96Q410 84 381 76Q351 69 323 69q-82 0 -127 54q-46 54 -46 155q0 104 47 158q46 54 126 54q43 0 89 -18q46 -18 89 -52h5V525q-39 19 -85 33q-46 13 -94 13Q203 571 128 493Q53 415 53 278Q53 205 73 150Q93 95 129 59Q165 23 216 5q50 -18 111 -18q47 0 90 13q42 12 89 35v0Z"
></glyph
><glyph unicode="d" horiz-adv-x="592" d="M452 137v0Q416 109 375 91Q334 74 294 74q-75 0 -109 51q-34 52 -34 152q0 101 44 156q44 55 123 55q36 0 66 -7q30 -6 68 -23V137v0ZM546 0V778H452V536q-38 19 -72 28q-34 10 -78 10q-48 0 -93 -20Q163 534 129 496Q95 457 75 401Q54 346 54 275Q54 138 113 61q59 -77 159 -77q51 0 95 20q44 19 85 54V0h94V0Z"
></glyph
><glyph unicode="e" horiz-adv-x="607" d="M469 341H149q6 66 51 111q44 44 120 44q75 0 112 -40q36 -41 37 -115v0ZM560 269v51q0 122 -61 188q-61 66 -174 66Q203 574 128 493Q53 413 53 276Q53 137 131 62q78 -75 217 -75q55 0 104 13q50 14 97 34V136h-5Q520 114 462 91Q404 69 347 69q-43 0 -78 12q-36 12 -62 36q-27 24 -43 62q-15 39 -15 90H560v0Z"
></glyph
><glyph unicode="h" horiz-adv-x="567" d="M560 0V362q0 103 -48 157q-47 55 -138 55q-49 0 -96 -21Q231 533 187 496V778H93V0h94V417q38 29 80 48q42 19 81 19q37 0 61 -10q23 -10 36 -31q12 -19 16 -53q5 -34 5 -72V0h94V0Z"
></glyph
><glyph unicode="i" horiz-adv-x="206" d="M188 0V558H94V0h94V0ZM194 652v97H88V652H194v0Z"
></glyph
><glyph unicode="o" horiz-adv-x="616" d="M472 279v0Q472 173 429 119Q386 65 311 65q-76 0 -118 54q-43 55 -43 160q0 108 43 161q42 53 118 53q76 0 118 -53q43 -53 43 -161v0ZM569 279v0q0 136 -70 215q-70 80 -188 80Q193 574 123 494Q53 415 53 279Q53 142 123 63q70 -79 188 -79q118 0 188 79q70 79 70 216v0Z"
></glyph
><glyph unicode="t" horiz-adv-x="452" d="M383 5V89h-5Q367 85 342 78Q317 71 294 71q-40 0 -59 9q-19 10 -30 30q-12 21 -14 46q-2 25 -2 69V479H383v79H189V719H95V558H31V479H95V182Q95 81 139 35q45 -46 130 -46q25 0 56 4q31 5 58 12V5Z"
></glyph
><glyph unicode="w" horiz-adv-x="852" d="M795 558H701L604 126L461 558H383L244 126L141 558H43L190 0h87L419 430L563 0h87L795 558v0Z"
></glyph
></font
></defs
><g style="font-family: &quot;Verdana&quot;; font-size:50;fill:black"
><text x="20" y="50"
>!&quot;#$%&amp;&#39;()*+,-./0123456789:;&#229;&lt;&gt;?</text
><text x="20" y="100"
>@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_</text
><text x="20" y="150"
>` abcdefghijklmnopqrstuvwxyz|{}~</text
></g
></svg
>

Before

Width:  |  Height:  |  Size: 3.5 KiB

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