Commit 7546f5b7 by vulehuan

User login, log out, update profile function

parent 09930b1b
(function($) {
$(function() {
// message
if ($('#block-message').length && $('#block-message-visible').length) {
$('#block-message-visible').removeClass('hidden');
$('#block-message-visible').html($('#block-message').html());
}
//
$('.carousel').carousel();
});
})(jQuery);
jQuery.noConflict();
\ No newline at end of file
# Place all the behaviors and hooks related to the matching controller here.
# All this logic will automatically be available in application.js.
# You can use CoffeeScript in this file: http://coffeescript.org/
......@@ -14,379 +14,420 @@ $screen-desktop: $screen-md;
$screen-lg: 1200px;
$screen-lg-desktop: $screen-lg;
@font-face {
font-family: 'OpenSansRegular';
src: url('../fonts/opensansregular.eot');
src: url('../fonts/opensansregular.eot') format('embedded-opentype'),
url('../fonts/opensansregular.woff') format('woff'),
url('../fonts/opensansregular.ttf') format('truetype'),
url('../fonts/opensansregular.svg#OpenSansRegular') format('svg');
}
@font-face {
font-family: 'TwCenMTRegular';
src: url('../fonts/tcm.eot');
src: url('../fonts/tcm.eot') format('embedded-opentype'),
url('../fonts/tcm.woff') format('woff'),
url('../fonts/tcm.ttf') format('truetype'),
url('../fonts/tcm.svg#TwCenMTRegular') format('svg');
}
body {
font-family: Tahoma, "Times New Roman", Times, serif;
font-size: 12px;
color: #000;
background-image: url("../images/bg1.jpg");
font-family: OpenSansRegular, Tahoma, "Times New Roman", Times, serif;
font-size: 12px;
color: #000;
background-image: url("../images/bg1.jpg");
}
h1, h2, h3, h4, h5, h6 {
font-family: 'TwCenMTRegular';
}
.container {
background: #FFF;
background: #FFF;
}
.sprite-1 {
background: url("../images/sprite_1.png");
background: url("../images/sprite_1.png");
}
.sprite-2 {
background: url("../images/sprite_2.png");
background: url("../images/sprite_2.png");
}
.margin-1 {
margin-top: 10px;
margin-top: 10px;
}
.text-justify {
text-align: justify;
padding: 10px 0;
}
.btn-submit {
margin: 5px 0;
}
header {
padding: 5px 0;
margin-right: -15px;
@media (max-width: $screen-xs) {
margin-right: 0;
}
position: relative;
.banner {
margin-top: 9px;
@media (min-width: $screen-lg-desktop) {
margin-top: 3px;
}
img {
border-radius: 4px;
box-shadow: 4px 4px 4px #888888;
}
}
.block-user-action {
position: absolute;
bottom: 19px;
right: 10px;
box-shadow: 4px 4px 4px #666;
border-radius: 5px;
@media (min-width: $screen-lg-desktop) {
bottom: 8px;
}
ul, li {
list-style: none;
margin: 0;
padding: 0;
}
li {
float: left;
margin-left: 10px;
}
}
font-family: 'TwCenMTRegular';
padding: 5px 0;
margin-right: -15px;
@media (max-width: $screen-xs) {
margin-right: 0;
}
position: relative;
.banner {
margin-top: 9px;
@media (min-width: $screen-lg-desktop) {
margin-top: 3px;
}
img {
border-radius: 4px;
box-shadow: 4px 4px 4px #888888;
}
}
.block-user-action {
position: absolute;
bottom: 19px;
right: 10px;
box-shadow: 4px 4px 4px #666;
border-radius: 5px;
@media (min-width: $screen-lg-desktop) {
bottom: 8px;
}
ul, li {
list-style: none;
margin: 0;
padding: 0;
}
li {
float: left;
margin-left: 10px;
}
}
}
h1 {
&.logo {
a {
width: 160px;
height: 100px;
color: transparent;
font-size: 0;
overflow: hidden;
display: inline-block;
background: url("../images/logo.jpg") no-repeat;
}
}
&.logo {
a {
width: 160px;
height: 100px;
color: transparent;
font-size: 0;
overflow: hidden;
display: inline-block;
background: url("../images/logo.jpg") no-repeat;
}
}
}
.block-search {
margin-right: -15px;
@media (max-width: $screen-xs) {
margin-right: 0;
}
padding-bottom: 10px;
.btn {
span {
margin-right: 7px;
}
&:hover {
color: #FFFF00;
}
}
.btn-default {
font-weight: bold;
text-transform: uppercase;
color: #FFF;
background-color: #72a930;
border-color: #ccc;
padding: 7px 12px;
margin-top: -1px;
}
margin-right: -15px;
@media (max-width: $screen-xs) {
margin-right: 0;
}
padding-bottom: 10px;
.btn {
span {
margin-right: 7px;
}
&:hover {
color: #FFFF00;
}
}
.btn-default {
font-weight: bold;
text-transform: uppercase;
color: #FFF;
background-color: #72a930;
border-color: #ccc;
padding: 7px 12px;
margin-top: -1px;
}
}
.breadcrumb {
margin-left: -15px;
font-size: 13px;
font-weight: bold;
padding: 4px 15px 4px 0;
span {
display: block;
float: left;
margin-right: 10px;
}
ul, li {
list-style: none;
margin: 0;
padding: 0;
}
li {
float: left;
color: #428bca;
&:after {
content: ">>";
}
&.last:after {
content: "";
}
a {
padding: 0 10px;
}
}
margin-left: -15px;
font-size: 13px;
font-weight: bold;
padding: 4px 15px 4px 0;
span {
display: block;
float: left;
margin-right: 10px;
}
ul, li {
list-style: none;
margin: 0;
padding: 0;
}
li {
float: left;
color: #428bca;
&:after {
content: ">>";
}
&.last:after {
content: "";
}
a {
padding: 0 10px;
}
}
}
.box {
border: 1px solid #ccc;
border-radius: 4px;
margin-bottom: 13px;
&.bg {
background: url("../images/n.jpg");
}
h2 {
position: relative;
margin: 0;
padding: 2px 0;
background: #f1f3ee;
.corner-left, .corner-right {
position: absolute;
display: block;
width: 32px;
height: 26px;
overflow: hidden;
top: 2px;
}
.corner-left {
left: 3px;
}
border: 1px solid #ccc;
border-radius: 4px;
margin-bottom: 13px;
&.bg {
background: url("../images/n.jpg");
}
h2 {
position: relative;
margin: 0;
padding: 2px 0;
background: #f1f3ee;
.corner-left, .corner-right {
position: absolute;
display: block;
width: 32px;
height: 26px;
overflow: hidden;
top: 2px;
}
.corner-left {
left: 3px;
}
.corner-right {
right: 3px;
background-position: top right;
background-position-y: -100px;
}
.text {
display: block;
background-position-y: -50px;
color: #FFF;
font-weight: bold;
text-transform: uppercase;
font-family: Tahoma;
font-size: 11px;
min-height: 26px;
line-height: 26px;
text-align: center;
margin: 0 7px 0 3px;
}
}
a {
font-weight: bold;
color: #000;
&:hover {
color: #900;
}
}
.list, .list li {
list-style: none;
margin: 0;
padding: 0;
}
.list {
&>li {
background: url("../images/icon_1.gif") 0 7px no-repeat;
border-bottom: 1px solid #CCC;
&.last {
border-bottom: none;
}
&>a {
border: none;
border-radius: 0;
display: block;
padding: 7px 15px 7px 20px;
&:hover, &:focus {
background: none;
border-color: #CCC;
}
}
}
}
.corner-right {
right: 3px;
background-position: top right;
background-position-y: -100px;
}
.text {
display: block;
background-position-y: -50px;
color: #FFF;
font-weight: bold;
text-transform: uppercase;
font-family: Tahoma;
font-size: 11px;
min-height: 26px;
line-height: 26px;
text-align: center;
margin: 0 7px 0 3px;
}
}
a {
color: #000;
&:hover {
color: #900;
}
}
.list, .list li {
list-style: none;
margin: 0;
padding: 0;
}
.list {
&>li {
background: url("../images/icon_1.gif") 0 7px no-repeat;
border-bottom: 1px solid #CCC;
&.last {
border-bottom: none;
}
&>a {
border: none;
border-radius: 0;
display: block;
padding: 7px 15px 7px 20px;
&:hover, &:focus {
background: none;
border-color: #CCC;
}
}
}
}
}
footer {
background: url("../images/bg_footer.jpg") repeat-x;
padding: 20px 10px 10px 10px;
margin-top: 10px;
margin-left: -15px;
margin-right: -15px;
@media (max-width: $screen-xs) {
margin-right: 0;
margin-left: 0;
}
background: url("../images/bg_footer.jpg") repeat-x;
padding: 20px 10px 10px 10px;
margin-top: 10px;
margin-left: -15px;
margin-right: -15px;
@media (max-width: $screen-xs) {
margin-right: 0;
margin-left: 0;
}
}
.body-box {
border: 1px solid #CCC;
margin-left: -15px;
margin-right: -15px;
padding-left: 16px;
padding-right: 16px;
@media (max-width: $screen-xs) {
margin-right: 0;
margin-left: 0;
}
h2 {
margin: 0;
padding: 0;
background-position-y: -50px;
background-repeat: repeat-x;
height: 29px;
position: relative;
padding-left: 29px;
line-height: 29px;
margin-left: -15px;
margin-right: -15px;
color: #9A370B;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
font-size: 11px;
font-family: Tahoma;
background-position-y: -50px;
span {
display: block;
width: 29px;
height: 29px;
position: absolute;
width: 29px;
top: 0;
left: 0;
}
}
border: 1px solid #CCC;
margin-left: -15px;
margin-right: -15px;
padding-left: 16px;
padding-right: 16px;
@media (max-width: $screen-xs) {
margin-right: 0;
margin-left: 0;
}
h2 {
margin: 0;
padding: 0;
background-position-y: -50px;
background-repeat: repeat-x;
height: 29px;
position: relative;
padding-left: 29px;
line-height: 29px;
margin-left: -15px;
margin-right: -15px;
color: #9A370B;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
font-size: 11px;
font-family: Tahoma;
background-position-y: -50px;
span {
display: block;
width: 29px;
height: 29px;
position: absolute;
width: 29px;
top: 0;
left: 0;
}
}
}
.grid-view {
.col-md-3 {
padding: 0;
}
.item {
border: 1px solid #CCC;
margin: 1px 1px 2px 1px;
.thumbnail {
border: none;
}
h4 {
font-family: Tahoma;
font-size: 11px;
font-weight: bold;
text-align: center;
line-height: 120%;
a {
color: #333;
}
}
.price {
color: #000;
font-weight: bold;
text-align: center;
padding-top: 15px;
padding-bottom: 5px;
span {
color: #F00;
}
}
.action {
text-align: center;
padding-bottom: 7px;
.view-detail, .order {
color: transparent;
font-size: 0;
display: inline-block;
overflow: hidden;
height: 19px;
}
.view-detail {
width: 74px;
background: url("../images/detail.png") no-repeat;
margin-right: 10px;
}
.order {
width: 84px;
background: url("../images/order.png") no-repeat;
}
}
}
.col-md-3 {
padding: 0;
}
.item {
border: 1px solid #CCC;
margin: 1px 1px 2px 1px;
.thumbnail {
border: none;
}
h4 {
font-family: Tahoma;
font-size: 11px;
font-weight: bold;
text-align: center;
line-height: 120%;
a {
color: #333;
}
}
.price {
color: #000;
text-align: center;
padding-top: 15px;
padding-bottom: 5px;
span {
font-weight: bold;
color: #F00;
}
}
.action {
text-align: center;
padding-bottom: 7px;
.view-detail, .order {
color: transparent;
font-size: 0;
display: inline-block;
overflow: hidden;
height: 19px;
}
.view-detail {
width: 74px;
background: url("../images/detail.png") no-repeat;
margin-right: 10px;
}
.order {
width: 84px;
background: url("../images/order.png") no-repeat;
}
}
}
}
.list-view {
.col-md-3 {
width: 100%;
clear: left;
padding-top: 10px;
}
.item {
.thumbnail {
width: 25%;
float: left;
margin-right: 10px;
}
h4 {
padding-left: 10px;
margin-left: 25%;
margin-bottom: -25px;
}
.price {
font-size: 13px;
padding-bottom: 5px;
font-weight: bold;
padding-top: 35px;
span {
font-size: 14px;
color: #FF0000;
}
}
.action {
padding-bottom: 7px;
text-align: left;
.view-detail, .order {
color: transparent;
font-size: 0;
display: inline-block;
overflow: hidden;
height: 19px;
}
.view-detail {
width: 74px;
background: url("../images/detail.png") no-repeat;
margin-right: 10px;
}
.order {
width: 84px;
background: url("../images/order.png") no-repeat;
}
}
}
.col-md-3 {
width: 100%;
clear: left;
padding-top: 10px;
}
.item {
.thumbnail {
width: 25%;
float: left;
margin-right: 10px;
}
h4 {
padding-left: 10px;
margin-left: 25%;
margin-bottom: -25px;
}
.price {
font-size: 13px;
padding-bottom: 5px;
font-weight: bold;
padding-top: 35px;
span {
font-size: 14px;
color: #FF0000;
}
}
.action {
padding-bottom: 7px;
text-align: left;
.view-detail, .order {
color: transparent;
font-size: 0;
display: inline-block;
overflow: hidden;
height: 19px;
}
.view-detail {
width: 74px;
background: url("../images/detail.png") no-repeat;
margin-right: 10px;
}
.order {
width: 84px;
background: url("../images/order.png") no-repeat;
}
}
}
}
#block-slide {
margin-left: -15px;
margin-right: -15px;
@media (max-width: $screen-xs) {
margin-right: 0;
margin-left: 0;
}
padding-bottom: 10px;
margin-left: -15px;
margin-right: -15px;
@media (max-width: $screen-xs) {
margin-right: 0;
margin-left: 0;
}
padding-bottom: 10px;
}
.block-advertising .thumbnail {
margin: 5px;
margin-top: 0;
margin: 5px;
margin-top: 0;
}
.alert {
.alert {
padding-bottom: 0;
}
}
.alert-error {
color: #b94a48;
background-color: #f2dede;
border-color: #eed3d7;
}
\ No newline at end of file
// Place all the styles related to the Sessions controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
......@@ -2,4 +2,5 @@ class ApplicationController < ActionController::Base
# Prevent CSRF attacks by raising an exception.
# For APIs, you may want to use :null_session instead.
protect_from_forgery with: :exception
include SessionsHelper
end
class SessionsController < ApplicationController
def new
end
def create
user = User.find_by(email: params[:session][:email].downcase)
if user && user.authenticate(params[:session][:password])
sign_in user
redirect_back_or user
else
flash.now[:error] = 'Invalid email/password combination'
render 'new'
end
end
def destroy
sign_out
redirect_to root_url
end
end
class UsersController < ApplicationController
before_action :signed_in_user, only: [:index, :edit, :update]
before_action :correct_user, only: [:edit, :update]
before_action :admin_user, only: :destroy
def index
@users = User.paginate(page: params[:page])
end
def new
@user = User.new
end
def show
@user = User.find(params[:id])
end
def create
@user = User.new(user_params)
if @user.save
sign_in @user
flash[:success] = "Welcome, #{@user.name}!"
redirect_to @user
else
render 'new'
end
end
def edit
@user = User.find(params[:id])
end
def update
@user = User.find(params[:id])
if @user.update_attributes(user_params)
flash[:success] = "Profile updated"
redirect_to @user
else
render 'edit'
end
end
def destroy
User.find(params[:id]).destroy
flash[:success] = "User deleted."
redirect_to users_url
end
end
private
def user_params
params.require(:user).permit(:name, :email, :password, :password_confirmation)
end
# Before filters
def signed_in_user
unless signed_in?
store_location
redirect_to signin_url, notice: "Please sign in."
end
end
def correct_user
@user = User.find(params[:id])
redirect_to(root_url) unless current_user?(@user)
end
def admin_user
redirect_to(root_url) unless current_user.admin?
end
end
\ No newline at end of file
module SessionsHelper
def sign_in(user)
remember_token = User.new_remember_token
cookies.permanent[:remember_token] = remember_token
user.update_attribute(:remember_token, User.encrypt(remember_token))
self.current_user = user
end
def signed_in?
!current_user.nil?
end
def current_user=(user)
@current_user = user
end
def current_user
remember_token = User.encrypt(cookies[:remember_token])
@current_user ||= User.find_by(remember_token: remember_token)
end
def current_user?(user)
user == current_user
end
def sign_out
self.current_user = nil
cookies.delete(:remember_token)
end
def redirect_back_or(default)
redirect_to(session[:return_to] || default)
session.delete(:return_to)
end
def store_location
session[:return_to] = request.url if request.get?
end
end
module UsersHelper
end
# Returns the Gravatar (http://gravatar.com) for the given user.
def gravatar_for(user, options = { size: 50, out_put_img: true })
gravatar_id = Digest::MD5::hexdigest(user.email.downcase)
size = options[:size]
gravatar_url = "https://secure.gravatar.com/avatar/#{gravatar_id}?s=#{size}"
if options[:out_put_img]
return image_tag(gravatar_url, alt: user.name, class: "gravatar")
end
return gravatar_url
end
end
\ No newline at end of file
class User < ActiveRecord::Base
end
before_save { self.email = email.downcase }
before_create :create_remember_token
validates :name, presence: true, length: { maximum: 50 }
VALID_EMAIL_REGEX = /\A[\w+\-.]+@[a-z\d\-.]+\.[a-z]+\z/i
validates :email, presence: true, format: { with: VALID_EMAIL_REGEX }, uniqueness: { case_sensitive: false }
has_secure_password
validates :password, length: { minimum: 6 }
def User.new_remember_token
SecureRandom.urlsafe_base64
end
def User.encrypt(token)
Digest::SHA1.hexdigest(token.to_s)
end
private
def create_remember_token
self.remember_token = User.encrypt(User.new_remember_token)
end
end
\ No newline at end of file
<header>
<div class="row">
<div class="col-md-2 col-sm-2">
<h1 class="logo pull-left"><a href="">Venshop</a></h1>
<h1 class="logo pull-left"><a href="<%= root_path %>">Venshop</a></h1>
</div>
<div class="col-md-10 col-sm-10">
<div class="banner pull-right">
<a href=""><img src="<%= image_path('') %>/images/upload/banner/1.png" class="img-responsive" alt="" /></a>
<a href="<%= root_path %>"><img src="<%= image_path('') %>/images/upload/banner/1.png" class="img-responsive" alt="" /></a>
</div>
</div>
</div>
<div class="block-user-action">
<div class="btn-group">
<a data-toggle="modal" href="#map-modal" class="btn btn-primary">
<span class="glyphicon glyphicon-user"></span> Login
</a> <a href="" class="btn btn-default"> <span
class="glyphicon glyphicon-hand-right"></span> Register
</a> <a href="" class="btn btn-danger last"> <span
class="glyphicon glyphicon-shopping-cart"></span> 0 item(s)
</a>
<% if signed_in? %>
<%= link_to edit_user_path(current_user), class: "btn btn-default" do %>
<span class="glyphicon glyphicon-edit"></span> Settings
<% end %>
<a href="" class="btn btn-danger last"> <span class="glyphicon glyphicon-shopping-cart"></span> 0 item(s)
</a>
<%= link_to signout_path, class: "btn btn-primary", method: "delete", dada: { confirm: "Do you want to logout?" } do %>
<span class="glyphicon glyphicon-log-out"></span> Logout
<% end %>
<% else %>
<%= link_to signin_path, class: "btn btn-primary" do %>
<span class="glyphicon glyphicon-log-in"></span> Login
<% end %>
<%= link_to signup_path, class: "btn btn-default" do %>
<span class="glyphicon glyphicon-user"></span> Register
<% end %>
<a href="" class="btn btn-danger last"> <span class="glyphicon glyphicon-shopping-cart"></span> 0 item(s)
</a>
<% end %>
</div>
</div>
<div class="clearfix"></div>
......
......@@ -36,8 +36,12 @@
</ul>
</nav>
<div class="clearfix"></div>
<% flash.each do |key, value| %>
<%= content_tag(:div, value, class: "alert alert-#{key}") %>
<% if flash.any? %>
<div id="block-message" class="hidden">
<% flash.each do |key, value| %>
<%= content_tag(:div, value, class: "alert alert-#{key}") %>
<% end %>
</div>
<% end %>
<%= yield %>
</div>
......
<% provide(:title, "Sign in") %>
<div class="body-box">
<h2 class="sprite-2">Sign in<span class="sprite-2"></span></h2>
<div class="text-justify">
<div id="block-message-visible" class="hidden"></div>
<%= form_for(:session, url: sessions_path) do |f| %>
<%= f.label :email %>
<%= f.text_field :email, class: "form-control" %>
<%= f.label :password %>
<%= f.password_field :password, class: "form-control" %>
<%= f.submit "Sign in", class: "btn btn-large btn-primary btn-submit" %>
<% end %>
<p>New user? <%= link_to "Sign up now!", signup_path %></p>
</div>
</div>
\ No newline at end of file
<% if @user.errors.any? %>
<div id="error_explanation">
<div class="alert alert-error">
The form contains <%= pluralize(@user.errors.count, "error") %>.
<ul>
<% @user.errors.full_messages.each do |msg| %>
<li><%= msg %></li>
<% end %>
</ul>
</div>
</div>
<% end %>
\ No newline at end of file
<%= render 'shared/error_messages' %>
<%= f.label :name %>
<%= f.text_field :name, class: "form-control" %>
<%= f.label :email %>
<%= f.text_field :email, class: "form-control", class: "form-control" %>
<%= f.label :password %>
<%= f.password_field :password, class: "form-control" %>
<%= f.label :password_confirmation, "Confirm Password" %>
<%= f.password_field :password_confirmation, class: "form-control" %>
\ No newline at end of file
<% provide(:title, "Edit user") %>
<div class="body-box">
<h2 class="sprite-2">Update your profile<span class="sprite-2"></span></h2>
<div class="text-justify">
<%= form_for(@user) do |f| %>
<%= render 'fields', f:f %>
<%= f.submit "Save changes", class: "btn btn-large btn-primary btn-submit" %>
<% end %>
<%= gravatar_for @user %>
<a href="http://gravatar.com/emails">change</a>
</div>
</div>
\ No newline at end of file
<h1>Users#new</h1>
<p>Find me in app/views/users/new.html.erb</p>
<% provide(:title, 'Sign up') %>
<div class="body-box">
<h2 class="sprite-2">Sign up<span class="sprite-2"></span></h2>
<div class="text-justify">
<%= form_for(@user) do |f| %>
<%= render 'fields', f:f %>
<%= f.submit "Create my account", class: "btn btn-large btn-primary btn-submit" %>
<% end %>
</div>
</div>
\ No newline at end of file
<% provide(:title, @user.name) %>
<div class="body-box">
<h2 class="sprite-2">User<span class="sprite-2"></span></h2>
<div class="text-justify">
<ul class="media-list">
<li class="media">
<a class="pull-left" href="javascript: void(0)">
<img class="media-object" src="<%= gravatar_for(@user, { size: 200, out_put_img: false }) %>" alt="<%= @user.name %>" /></a>
<div class="media-body">
<h4 class="media-heading"><%= @user.name %></h4>
<b>Email:</b> <a href="mailto:<%= @user.email %>"><%= @user.email %></a>
</div>
</li>
</div>
</div>
\ No newline at end of file
VenshopApp::Application.routes.draw do
resources :users
resources :sessions, only: [:new, :create, :destroy]
get "default_pages/home"
get "users/new"
match '/signup', to: 'users#new', via: 'get'
match '/signin', to: 'sessions#new', via: 'get'
match '/signout', to: 'sessions#destroy', via: 'delete'
# The priority is based upon order of creation: first created -> highest priority.
# See how all your routes lay out with "rake routes".
......
This source diff could not be displayed because it is too large. You can view the blob instead.
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg>
<metadata>
Created by FontForge 20110222 at Tue Oct 22 05:34:53 2013
By Orthosie Webhosting
Digitized data copyright The Monotype Corporation 1991-1997. All rights reserved. Twentieth CenturyTM is a trademark of The Monotype Corporation which may be registered in certain jurisdictions.
</metadata>
<defs>
<font id="TwCenMTRegular" horiz-adv-x="1024" >
<font-face
font-family="TwCenMTRegular"
font-weight="400"
font-stretch="normal"
units-per-em="2048"
panose-1="2 11 6 2 2 1 4 2 6 3"
ascent="1638"
descent="-410"
x-height="825"
cap-height="1274"
bbox="-375 -569 2157 1878"
underline-thickness="120"
underline-position="-92"
unicode-range="U+0020-F002"
/>
<missing-glyph horiz-adv-x="2048"
d="M256 0v1536h1536v-1536h-1536zM384 128h1280v1280h-1280v-1280z" />
<glyph glyph-name=".notdef" horiz-adv-x="2048"
d="M256 0v1536h1536v-1536h-1536zM384 128h1280v1280h-1280v-1280z" />
<glyph glyph-name=".null" horiz-adv-x="0"
/>
<glyph glyph-name="nonmarkingreturn" horiz-adv-x="565"
/>
<glyph glyph-name="space" unicode=" " horiz-adv-x="565"
/>
<glyph glyph-name="exclam" unicode="!" horiz-adv-x="449"
d="M135 1274h168v-959h-168v959zM115 90q0 44 32 76.5t76 32.5q45 0 77 -32.5t32 -76.5q0 -45 -32 -76.5t-77 -31.5t-76.5 31.5t-31.5 76.5z" />
<glyph glyph-name="quotedbl" unicode="&#x22;" horiz-adv-x="727"
d="M145 946l-51 281v239h207v-239l-47 -281h-109zM475 946l-47 281v239h205v-239l-49 -281h-109z" />
<glyph glyph-name="numbersign" unicode="#" horiz-adv-x="1368"
d="M90 973h326l86 403h121l-86 -403h421l84 403h123l-86 -403h199v-123h-223l-76 -371h299v-123h-324l-84 -401h-122l86 401h-424l-84 -401h-123l84 401h-197v123h223l78 371h-301v123zM512 850l-78 -369h424l76 369h-422z" />
<glyph glyph-name="dollar" unicode="$" horiz-adv-x="1130"
d="M535 1470h90v-153q240 -36 346 -187l-142 -112q-79 106 -204 115v-353q234 -99 306.5 -217t72.5 -223q0 -144 -99.5 -253.5t-279.5 -125.5v-194h-90v194q-157 28 -247.5 112.5t-154.5 235.5l180 47q45 -98 93 -142t129 -60v464q-324 125 -324 373q0 118 86.5 208.5
t237.5 117.5v153zM535 821v307q-69 -14 -106.5 -51.5t-37.5 -87.5q0 -107 144 -168zM625 578v-433q93 12 143.5 64.5t50.5 132.5q0 147 -194 236z" />
<glyph glyph-name="percent" unicode="%" horiz-adv-x="1706"
d="M59 950q0 168 78 266.5t209 98.5q133 0 209 -97.5t76 -269.5q0 -165 -77 -260.5t-208 -95.5q-132 0 -209.5 96t-77.5 262zM492 961q0 221 -142 221q-155 0 -155 -234q0 -108 39 -166.5t110 -58.5q77 0 112.5 57t35.5 181zM1241 1315h131l-893 -1405h-133zM1081 248
q0 185 74.5 284t212.5 99q125 0 201 -96t76 -256q0 -177 -74 -273t-209 -96q-127 0 -204 91.5t-77 246.5zM1509 266q0 234 -143 234q-152 0 -152 -215q0 -130 34.5 -188t113.5 -58q147 0 147 227z" />
<glyph glyph-name="ampersand" unicode="&#x26;" horiz-adv-x="1366"
d="M664 690l266 -282l143 157l123 -110l-152 -170l269 -283h-228l-151 160q-215 -207 -420 -207q-176 0 -304 109.5t-128 259.5q0 112 57 184.5t262 212.5q-19 28 -32 45q-88 112 -104.5 164.5t-16.5 93.5q0 111 89 203t238 92q130 0 221 -88t91 -213q0 -180 -223 -328z
M547 811q88 60 132 107t44 100q0 61 -41.5 98t-112.5 37q-66 0 -108.5 -36t-42.5 -91q0 -80 129 -215zM819 285l-299 317q-170 -110 -215 -165t-45 -111q0 -84 74.5 -144.5t179.5 -60.5q79 0 147.5 39.5t157.5 124.5z" />
<glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="391"
d="M139 946l-47 275v245h207v-245l-49 -275h-111z" />
<glyph glyph-name="parenleft" unicode="(" horiz-adv-x="555"
d="M313 1315l140 -64q-110 -213 -150.5 -378t-40.5 -375q0 -241 39 -417.5t143 -395.5l-131 -74q-204 393 -204 842q0 236 43 434.5t161 427.5z" />
<glyph glyph-name="parenright" unicode=")" horiz-adv-x="555"
d="M88 1251l137 64q213 -363 213 -860q0 -441 -202 -850l-138 73q125 285 155 439t30 354q0 226 -41 401.5t-154 378.5z" />
<glyph glyph-name="asterisk" unicode="*" horiz-adv-x="897"
d="M469 1081l31 -16q55 39 100.5 94t72 71.5t56.5 16.5q35 0 58.5 -23.5t23.5 -58.5q0 -44 -32 -64.5t-118 -35t-139 -41.5l-2 -33q72 -33 151 -45t109.5 -33.5t30.5 -66.5q0 -34 -24.5 -58t-59.5 -24q-48 0 -117 82q-75 89 -112 106l-29 -14q2 -52 30.5 -129.5t28.5 -110.5
q0 -41 -22.5 -66.5t-59.5 -25.5q-36 0 -60 26t-24 64q0 31 29.5 111.5t30.5 130.5l-27 14q-51 -40 -113.5 -115t-113.5 -75q-32 0 -57 25t-25 57q0 84 150 108q87 14 135 41l2 31q-53 25 -138 39t-117 38.5t-32 63.5q0 36 23 61t55 25q31 0 54.5 -15.5t72 -72t104.5 -96.5
l27 16q-2 52 -31 130t-29 108q0 37 23.5 61.5t58.5 24.5q37 0 60.5 -24t23.5 -62q0 -31 -28 -110t-31 -130z" />
<glyph glyph-name="plus" unicode="+" horiz-adv-x="1366"
d="M137 727h477v479h131v-479h482v-131h-482v-475h-131v475h-477v131z" />
<glyph glyph-name="comma" unicode="," horiz-adv-x="449"
d="M203 252l215 -84l-236 -512l-155 61z" />
<glyph glyph-name="hyphen" unicode="-" horiz-adv-x="682"
d="M109 498h464v-170h-464v170z" />
<glyph glyph-name="period" unicode="." horiz-adv-x="449"
d="M86 117q0 55 39.5 95t95.5 40q55 0 95 -40t40 -95q0 -56 -39.5 -95.5t-95.5 -39.5t-95.5 39t-39.5 96z" />
<glyph glyph-name="slash" unicode="/"
d="M887 1485h114l-829 -1936h-119z" />
<glyph glyph-name="zero" unicode="0" horiz-adv-x="1130"
d="M571 1317q210 0 341.5 -188.5t131.5 -489.5q0 -312 -141.5 -497t-339.5 -185q-206 0 -342.5 189.5t-136.5 482.5q0 325 140.5 506.5t336.5 181.5h10zM862 641q0 216 -85 355t-214 139q-133 0 -217 -137.5t-84 -362.5q0 -223 85 -358.5t220 -135.5q130 0 212.5 138.5
t82.5 361.5z" />
<glyph glyph-name="one" unicode="1" horiz-adv-x="1130"
d="M324 1270h331v-1270h-172v1102h-217z" />
<glyph glyph-name="two" unicode="2" horiz-adv-x="1130"
d="M494 170h485v-170h-870l649 690q73 80 73 176q0 113 -77 196t-181 83q-86 0 -161.5 -55t-98.5 -170h-168q25 188 148.5 292.5t290.5 104.5t291 -131.5t124 -311.5q0 -87 -31.5 -159.5t-111.5 -157.5z" />
<glyph glyph-name="three" unicode="3" horiz-adv-x="1130"
d="M346 987h-186q18 161 126.5 245.5t262.5 84.5q177 0 293 -101t116 -253q0 -189 -192 -289q225 -116 225 -320q0 -160 -122.5 -277.5t-290.5 -117.5q-169 0 -292.5 84.5t-162.5 267.5h190q62 -198 254 -198q98 0 171 67.5t73 157.5q0 94 -67 172.5t-220 81.5v158
q117 2 183.5 57.5t66.5 142.5q0 89 -62 151t-151 62q-84 0 -134 -42t-81 -134z" />
<glyph glyph-name="four" unicode="4" horiz-adv-x="1130"
d="M895 1313v-914h123v-149h-123v-250h-156v250h-714zM735 907l-405 -508h409v508h-4z" />
<glyph glyph-name="five" unicode="5" horiz-adv-x="1130"
d="M403 1276h574v-172h-440l-68 -244q76 8 88 8q168 0 293 -134t125 -314q0 -193 -142.5 -327t-347.5 -134q-261 0 -422 227l156 99q115 -144 273 -144q130 0 215.5 81.5t85.5 205.5q0 120 -88.5 202.5t-217.5 82.5q-77 0 -134 -27.5t-126 -87.5z" />
<glyph glyph-name="six" unicode="6" horiz-adv-x="1130"
d="M639 1343l133 -92l-280 -409q35 4 49 4l37 2q178 0 313 -127t135 -293q0 -197 -134 -334t-327 -137t-330 134.5t-137 324.5q0 146 86 270zM844 422q0 116 -83.5 200.5t-197.5 84.5t-199 -85.5t-85 -199.5q0 -118 82.5 -199.5t201.5 -81.5q117 0 199 82t82 199z" />
<glyph glyph-name="seven" unicode="7" horiz-adv-x="1130"
d="M53 1278h1051l-897 -1339l-133 88l721 1083h-742v168z" />
<glyph glyph-name="eight" unicode="8" horiz-adv-x="1130"
d="M809 659q99 -56 147 -141.5t48 -175.5q0 -158 -128 -270.5t-311 -112.5q-185 0 -312.5 111.5t-127.5 271.5q0 193 186 317q-79 69 -115 136t-36 157q0 147 119.5 256t281.5 109t282 -108t120 -253q0 -169 -154 -297zM780 948q0 90 -64 153.5t-155 63.5
q-90 0 -154.5 -63.5t-64.5 -153.5t64.5 -153.5t154.5 -63.5q91 0 155 63.5t64 153.5zM821 346q0 96 -77.5 165t-186.5 69q-106 0 -178 -68.5t-72 -169.5q0 -99 75.5 -165t188.5 -66q105 0 177.5 68t72.5 167z" />
<glyph glyph-name="nine" unicode="9" horiz-adv-x="1130"
d="M492 -66l-136 95l281 407q-59 -8 -90 -8q-189 0 -317 127.5t-128 314.5q0 181 139.5 316t325.5 135q184 0 322.5 -137.5t138.5 -319.5q0 -147 -94 -284zM848 852q0 118 -83 202.5t-198 84.5q-122 0 -204 -83.5t-82 -207.5q0 -114 87 -195.5t210 -81.5q113 0 191.5 81.5
t78.5 199.5z" />
<glyph glyph-name="colon" unicode=":" horiz-adv-x="449"
d="M86 559q0 57 39.5 96t95.5 39t95.5 -39.5t39.5 -95.5t-39 -95.5t-96 -39.5q-56 0 -95.5 39.5t-39.5 95.5zM86 119q0 57 39.5 97t95.5 40q55 0 95 -40.5t40 -96.5q0 -55 -40 -95t-95 -40q-56 0 -95.5 39.5t-39.5 95.5z" />
<glyph glyph-name="semicolon" unicode=";" horiz-adv-x="555"
d="M188 563q0 56 40 95.5t96 39.5t95.5 -39.5t39.5 -95.5q0 -57 -39.5 -97t-95.5 -40q-57 0 -96.5 40t-39.5 97zM254 256l215 -86l-244 -512l-153 66z" />
<glyph glyph-name="less" unicode="&#x3c;" horiz-adv-x="1366"
d="M1225 147l-1084 457v119l1084 457v-144l-908 -372l908 -375v-142z" />
<glyph glyph-name="equal" unicode="=" horiz-adv-x="1366"
d="M139 967h1088v-133h-1088v133zM139 498h1088v-131h-1088v131z" />
<glyph glyph-name="greater" unicode="&#x3e;" horiz-adv-x="1366"
d="M139 1180l1086 -459v-117l-1086 -457v142l910 373l-910 374v144z" />
<glyph glyph-name="question" unicode="?" horiz-adv-x="788"
d="M508 594h170q-27 -147 -113.5 -223t-199.5 -76q-116 0 -189.5 68t-73.5 174q0 64 28.5 116.5t74.5 87t153.5 84.5t148 96.5t40.5 92.5q0 56 -45.5 97.5t-108.5 41.5q-158 0 -180 -197h-164q18 185 109.5 273t222.5 88q141 0 237.5 -85.5t96.5 -209.5q0 -88 -51.5 -172
t-251.5 -180q-82 -39 -116 -68t-34 -63t28.5 -55t76.5 -21q103 0 141 131zM285 90q0 45 32.5 77t77.5 32t77 -32.5t32 -76.5t-32 -76t-77 -32t-77.5 32t-32.5 76z" />
<glyph glyph-name="at" unicode="@" horiz-adv-x="2079"
d="M1829 18h180q-83 -170 -308.5 -309t-574.5 -139q-471 0 -740 240.5t-269 658.5q0 279 129 525.5t348 372.5t512 126q396 0 626 -235t230 -529q0 -301 -192 -517t-404 -216q-107 0 -149.5 39.5t-49.5 128.5q-148 -166 -303 -166q-157 0 -261.5 128t-104.5 325
q0 146 75 301.5t196.5 243t246.5 87.5q187 0 303 -184l33 156h180l-160 -742q-14 -67 -14 -86q0 -27 21 -46t51 -19q50 0 148 70t166 203.5t68 281.5q0 270 -204 450.5t-512 180.5q-358 0 -595 -246t-237 -617q0 -363 228 -565.5t638 -202.5q255 0 441 92t258 209zM1026 936
q-130 0 -237 -154.5t-107 -347.5q0 -129 61.5 -209t159.5 -80q78 0 166 70.5t140.5 191t52.5 238.5q0 133 -64.5 212t-171.5 79z" />
<glyph glyph-name="A" unicode="A" horiz-adv-x="1237"
d="M608 1323l602 -1323h-182l-149 326h-541l-145 -326h-181zM608 924l-205 -453h410z" />
<glyph glyph-name="B" unicode="B"
d="M158 1274h202q199 0 325 -86.5t126 -218.5q0 -161 -186 -269q288 -96 288 -333q0 -165 -148.5 -266t-397.5 -101h-209v1274zM330 1120v-377q144 2 220.5 55t76.5 146q0 81 -69 129.5t-185 48.5q-25 0 -43 -2zM330 592v-436h14q225 0 307 72t82 147q0 99 -92 158t-252 59
h-59z" />
<glyph glyph-name="C" unicode="C" horiz-adv-x="1237"
d="M1163 1231v-197q-206 101 -379 101q-222 0 -374 -143.5t-152 -352.5q0 -213 155.5 -355.5t389.5 -142.5q170 0 360 107v-199q-173 -92 -375 -92q-296 0 -506 200.5t-210 483.5q0 278 206.5 476t497.5 198q187 0 387 -84z" />
<glyph glyph-name="D" unicode="D" horiz-adv-x="1237"
d="M135 1274h309q367 0 546 -194t179 -443q0 -251 -185 -444t-538 -193h-311v1274zM309 1104v-932h10q194 0 292 17.5t186 76.5t140 156.5t52 214.5q0 147 -83 266t-198.5 160t-310.5 41h-88z" />
<glyph glyph-name="E" unicode="E" horiz-adv-x="897"
d="M119 1274h706v-174h-534v-318h534v-172h-534v-438h534v-172h-706v1274z" />
<glyph glyph-name="F" unicode="F" horiz-adv-x="897"
d="M119 1274h706v-174h-534v-318h534v-172h-532v-610h-174v1274z" />
<glyph glyph-name="G" unicode="G" horiz-adv-x="1579"
d="M1364 1071l-129 -127q-195 191 -451 191q-224 0 -373 -144t-149 -360q0 -189 144.5 -340.5t398.5 -151.5q381 0 479 332h-344v174h543q0 -131 -17.5 -209t-72.5 -172t-146.5 -168.5t-196 -106.5t-249.5 -32q-330 0 -526.5 207.5t-196.5 474.5q0 281 201 478.5t487 197.5
q170 0 310.5 -51.5t287.5 -192.5z" />
<glyph glyph-name="H" unicode="H" horiz-adv-x="1237"
d="M139 1274h174v-490h609v490h172v-1274h-172v612h-609v-612h-174v1274z" />
<glyph glyph-name="I" unicode="I" horiz-adv-x="449"
d="M131 1274h172v-1274h-172v1274z" />
<glyph glyph-name="J" unicode="J" horiz-adv-x="788"
d="M430 1272h174v-934q0 -381 -317 -381q-110 0 -217 57l86 142q84 -29 137 -29q137 0 137 184v961z" />
<glyph glyph-name="K" unicode="K" horiz-adv-x="1130"
d="M133 1274h174v-518l539 518h244l-615 -592l619 -682h-222l-565 621v-621h-174v1274z" />
<glyph glyph-name="L" unicode="L" horiz-adv-x="788"
d="M158 1274h172v-1102h415v-172h-587v1274z" />
<glyph glyph-name="M" unicode="M" horiz-adv-x="1579"
d="M1184 1327l348 -1327h-170l-211 811l-363 -860l-364 866l-213 -817h-170l348 1327l399 -950z" />
<glyph glyph-name="N" unicode="N" horiz-adv-x="1366"
d="M123 1325l942 -969v918h174v-1333l-942 964v-905h-174v1325z" />
<glyph glyph-name="O" unicode="O" horiz-adv-x="1579"
d="M80 645q0 276 208 473t500 197q285 0 491 -198.5t206 -471.5q0 -289 -203.5 -488.5t-499.5 -199.5q-292 0 -497 201t-205 487zM1300 637q0 211 -152 355.5t-374 144.5q-211 0 -361.5 -147t-150.5 -353q0 -209 154.5 -353.5t378.5 -144.5q206 0 355.5 147.5t149.5 350.5z
" />
<glyph glyph-name="P" unicode="P"
d="M174 1274h256q217 0 350 -102t133 -265q0 -164 -140.5 -275t-426.5 -108v-524h-172v1274zM346 1122v-446q196 2 290.5 55.5t94.5 171.5q0 89 -71.5 154t-313.5 65z" />
<glyph glyph-name="Q" unicode="Q" horiz-adv-x="1579"
d="M1264 139l200 -217h-227l-113 119q-181 -84 -344 -84q-293 0 -497.5 201t-204.5 487q0 276 207 473t499 197q287 0 494 -196t207 -468q0 -308 -221 -512zM995 182l-280 299h227l197 -209q161 155 161 367q0 211 -151 354.5t-375 143.5q-213 0 -362.5 -146t-149.5 -354
t153 -353t373 -145q92 0 207 43z" />
<glyph glyph-name="R" unicode="R"
d="M160 1274h276q206 0 335.5 -102.5t129.5 -262.5q0 -128 -84 -226t-262 -138l371 -545h-199l-354 524h-39v-524h-174v1274zM334 1120v-444q385 -8 385 223q0 81 -45 132.5t-120 70t-220 18.5z" />
<glyph glyph-name="S" unicode="S"
d="M911 1133l-141 -113q-56 58 -101.5 86.5t-131.5 28.5q-94 0 -152.5 -42.5t-58.5 -109.5q0 -58 51 -102.5t174 -97t191.5 -98t112.5 -100.5t65.5 -116t21.5 -129q0 -159 -115.5 -271t-279.5 -112q-160 0 -282.5 87.5t-188.5 262.5l174 49q95 -215 291 -215q95 0 158 57
t63 144q0 52 -33 104.5t-82 86.5t-156.5 77.5t-165 80t-99.5 87t-61.5 100.5t-19.5 107q0 137 110 233.5t267 96.5q104 0 211 -45t178 -137z" />
<glyph glyph-name="T" unicode="T" horiz-adv-x="897"
d="M55 1274h779v-174h-304v-1100h-172v1100h-303v174z" />
<glyph glyph-name="U" unicode="U" horiz-adv-x="1237"
d="M127 1272h174v-783q0 -174 83.5 -269t236.5 -95q152 0 236.5 87.5t84.5 246.5v813h174v-801q0 -234 -133.5 -374t-355.5 -140q-227 0 -363.5 142t-136.5 419v754z" />
<glyph glyph-name="V" unicode="V" horiz-adv-x="1237"
d="M27 1272h184l399 -901l402 901h186l-590 -1315z" />
<glyph glyph-name="W" unicode="W" horiz-adv-x="2048"
d="M1022 1323l410 -940l385 889h180l-565 -1311l-410 942l-410 -942l-565 1311h180l387 -897z" />
<glyph glyph-name="X" unicode="X" horiz-adv-x="1130"
d="M84 1274h192l285 -465l281 465h194l-379 -623l390 -651h-193l-293 489l-297 -489h-194l393 651z" />
<glyph glyph-name="Y" unicode="Y" horiz-adv-x="1130"
d="M57 1274h193l313 -512l309 512h193l-418 -690v-584h-174v582z" />
<glyph glyph-name="Z" unicode="Z"
d="M96 1274h860l-608 -1102h596v-172h-878l604 1100h-574v174z" />
<glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="555"
d="M133 1294h369v-125h-230v-1368h230v-125h-369v1618z" />
<glyph glyph-name="backslash" unicode="\"
d="M68 1483h112l832 -1934h-113z" />
<glyph glyph-name="bracketright" unicode="]" horiz-adv-x="555"
d="M33 1294h370v-1618h-366v125h227v1368h-231v125z" />
<glyph glyph-name="asciicircum" unicode="^" horiz-adv-x="961"
d="M238 690h-185l355 801h145l354 -801h-182l-246 598z" />
<glyph glyph-name="underscore" unicode="_"
d="M-14 -254v102h1052v-102h-1052z" />
<glyph glyph-name="grave" unicode="`" horiz-adv-x="682"
d="M465 977h-146l-231 278h242z" />
<glyph glyph-name="a" unicode="a" horiz-adv-x="1130"
d="M811 825h174v-825h-174v164q-127 -187 -315 -187q-163 0 -278.5 128t-115.5 311q0 173 116.5 302.5t273.5 129.5q97 0 184 -53t135 -138v168zM834 410q0 113 -81 193.5t-194 80.5q-110 0 -192 -80t-82 -188q0 -117 80 -199t194 -82q113 0 194 81.5t81 193.5z" />
<glyph glyph-name="b" unicode="b" horiz-adv-x="1130"
d="M143 1298h172v-636q111 186 318 186q160 0 277.5 -128t117.5 -304t-115.5 -307.5t-269.5 -131.5q-99 0 -188 53t-140 144v-174h-172v1298zM844 416q0 113 -81 193.5t-196 80.5q-111 0 -192.5 -81.5t-81.5 -192.5q0 -116 81.5 -195.5t200.5 -79.5q110 0 189.5 81t79.5 194
z" />
<glyph glyph-name="c" unicode="c" horiz-adv-x="788"
d="M735 252v-199q-133 -76 -258 -76q-171 0 -299.5 128.5t-128.5 297.5q0 192 128 318.5t321 126.5q115 0 237 -60v-194q-131 84 -248 84q-108 0 -189 -76t-81 -178q0 -115 76 -193.5t186 -78.5q112 0 256 100z" />
<glyph glyph-name="d" unicode="d" horiz-adv-x="1130"
d="M807 1298h172v-1298h-170v172q-123 -195 -322 -195q-161 0 -276 129t-115 310q0 177 117 304.5t279 127.5q97 0 181 -54t134 -141v645zM827 414q0 111 -81 192.5t-193 81.5q-116 0 -196.5 -79.5t-80.5 -194.5q0 -110 82 -192.5t191 -82.5q116 0 197 80t81 195z" />
<glyph glyph-name="e" unicode="e"
d="M940 379h-704q23 -127 104.5 -185.5t177.5 -58.5q148 0 248 123l127 -96q-143 -185 -383 -185q-184 0 -308 126t-124 313q0 175 125.5 303.5t306.5 128.5q178 0 305 -130.5t125 -338.5zM254 518h504q-84 170 -248 170q-179 0 -256 -170z" />
<glyph glyph-name="f" unicode="f" horiz-adv-x="682"
d="M614 1286v-176q-76 51 -131 51q-46 0 -72 -34t-26 -95v-207h229v-159h-229v-666h-174v666h-152v159h152v195q0 141 72.5 225t193.5 84q60 0 137 -43z" />
<glyph glyph-name="g" unicode="g" horiz-adv-x="1130"
d="M803 825h170v-792q0 -175 -120.5 -297.5t-291.5 -122.5q-130 0 -239 70.5t-160 214.5h180q81 -134 225 -134q98 0 167 70.5t69 169.5v156q-126 -183 -318 -183q-158 0 -275.5 130.5t-117.5 308.5t114.5 305t272.5 127q204 0 324 -197v174zM827 414q0 116 -80.5 194
t-199.5 78q-109 0 -192 -81t-83 -187q0 -115 82 -198t195 -83q115 0 196.5 81t81.5 196z" />
<glyph glyph-name="h" unicode="h" horiz-adv-x="897"
d="M78 1298h174v-608q72 83 134.5 120.5t152.5 37.5q105 0 181.5 -80.5t76.5 -192.5v-575h-174v526q0 78 -39.5 125t-104.5 47q-94 0 -160.5 -71t-66.5 -172v-455h-174v1298z" />
<glyph glyph-name="i" unicode="i" horiz-adv-x="449"
d="M84 1096q0 54 40 93.5t95 39.5q54 0 93.5 -39.5t39.5 -93.5q0 -55 -39.5 -94t-93.5 -39q-55 0 -95 39t-40 94zM133 825h172v-825h-172v825z" />
<glyph glyph-name="j" unicode="j" horiz-adv-x="449"
d="M86 1094q0 55 40 95t95 40t95 -40t40 -95t-40 -95.5t-95 -40.5t-95 40.5t-40 95.5zM135 825h174v-1212h-174v1212z" />
<glyph glyph-name="k" unicode="k" horiz-adv-x="897"
d="M106 1298h173v-835l342 362h225l-357 -381l361 -444h-215l-356 436v-436h-173v1298z" />
<glyph glyph-name="l" unicode="l" horiz-adv-x="449"
d="M141 1298h174v-1298h-174v1298z" />
<glyph glyph-name="m" unicode="m" horiz-adv-x="1366"
d="M100 0v825h172v-127q61 78 116.5 114t127.5 36q94 0 147.5 -41t90.5 -131q65 90 125.5 131t140.5 41q98 0 169 -73.5t71 -174.5v-600h-173v555q0 137 -135 137q-77 0 -130.5 -70t-53.5 -173v-449h-174v532q0 162 -133 162q-79 0 -134 -66t-55 -163v-465h-172z" />
<glyph glyph-name="n" unicode="n" horiz-adv-x="897"
d="M84 0v825h170v-137q75 83 136 121.5t136 38.5q112 0 191.5 -74t79.5 -178v-596h-174v545q0 67 -43.5 111t-110.5 44q-87 0 -150 -73.5t-63 -177.5v-449h-172z" />
<glyph glyph-name="o" unicode="o"
d="M70 416q0 169 133.5 300.5t306.5 131.5q178 0 311 -129.5t133 -302.5q0 -174 -130.5 -306.5t-301.5 -132.5q-183 0 -317.5 131t-134.5 308zM786 416q0 105 -80 182.5t-190 77.5q-113 0 -194.5 -78.5t-81.5 -187.5q0 -104 82.5 -182t193.5 -78q108 0 189 80t81 186z" />
<glyph glyph-name="p" unicode="p" horiz-adv-x="1130"
d="M311 825v-166v0q125 189 320 189q160 0 275.5 -127.5t115.5 -304.5q0 -179 -117 -309t-276 -130q-92 0 -176.5 48t-139.5 139v0v-551h-174v1212h172zM840 416q0 109 -82 190.5t-193 81.5q-113 0 -195.5 -81t-82.5 -191q0 -113 81.5 -196t192.5 -83q115 0 197 82t82 197z
" />
<glyph glyph-name="q" unicode="q" horiz-adv-x="1130"
d="M807 655v170h172v-1212h-172v549v0q-129 -185 -315 -185q-160 0 -278 129t-118 306q0 176 117.5 306t275.5 130q94 0 182 -53.5t136 -139.5v0zM829 416q0 110 -83 190t-199 80q-109 0 -188.5 -82t-79.5 -194q0 -110 82 -191.5t194 -81.5q115 0 194.5 81t79.5 198z" />
<glyph glyph-name="r" unicode="r" horiz-adv-x="682"
d="M309 825v-170v0q58 102 113.5 147.5t144.5 45.5q25 0 72 -12l-53 -174q-50 10 -66 10q-88 0 -147.5 -61.5t-59.5 -153.5v-457h-174v825h170z" />
<glyph glyph-name="s" unicode="s" horiz-adv-x="682"
d="M614 727l-116 -102q-45 32 -78 48.5t-78 16.5q-106 0 -106 -78q0 -56 134.5 -108.5t193.5 -115.5t59 -152q0 -104 -85 -181.5t-200 -77.5q-175 0 -287 162l137 66q72 -70 150 -70q54 0 94.5 29.5t40.5 68.5q0 69 -142 124t-196.5 111.5t-54.5 139.5q0 103 77.5 171.5
t194.5 68.5t262 -121z" />
<glyph glyph-name="t" unicode="t" horiz-adv-x="555"
d="M172 1065h174v-240h172v-159h-172v-666h-174v666h-137v161h137v238z" />
<glyph glyph-name="u" unicode="u" horiz-adv-x="897"
d="M86 825h174v-465q0 -215 189 -215q84 0 133 57.5t49 157.5v465h172v-493q0 -155 -101 -255t-258 -100q-160 0 -259 100t-99 261v487z" />
<glyph glyph-name="v" unicode="v" horiz-adv-x="897"
d="M31 825h182l236 -477l229 477h184l-416 -856z" />
<glyph glyph-name="w" unicode="w" horiz-adv-x="1366"
d="M680 860l231 -547l244 512h152l-406 -848l-221 525l-221 -518l-404 841h152l244 -506z" />
<glyph glyph-name="x" unicode="x"
d="M117 825h211l184 -235l180 235h209l-287 -372l347 -453h-207l-244 315l-246 -315h-205l349 453z" />
<glyph glyph-name="y" unicode="y"
d="M63 825h197l299 -448l207 448h180l-557 -1212h-182l272 590z" />
<glyph glyph-name="z" unicode="z" horiz-adv-x="897"
d="M51 825h780l-497 -673h493v-152h-786l502 674h-492v151z" />
<glyph glyph-name="braceleft" unicode="{" horiz-adv-x="684"
d="M57 403v164q67 0 120 37t70 108t18 293t27 280.5t77.5 109.5t212.5 51h55v-156h-31q-109 0 -140.5 -39t-31.5 -168v-147q0 -206 -45 -303.5t-164 -147.5q113 -45 161 -143t48 -309v-146q0 -127 30.5 -166.5t141.5 -39.5h31v-156h-55q-163 0 -215.5 53.5t-76.5 109
t-25 278.5t-18.5 294t-70.5 107t-119 36z" />
<glyph glyph-name="bar" unicode="|" horiz-adv-x="1079"
d="M473 1425h133v-1701h-133v1701z" />
<glyph glyph-name="braceright" unicode="}" horiz-adv-x="684"
d="M627 567v-164q-67 0 -120 -36.5t-70 -108t-18 -293t-27 -280t-77.5 -109.5t-212.5 -51h-55v156h31q109 0 140.5 39t31.5 167v146q0 211 48 309t161 143q-131 59 -170 162t-39 289v147q0 129 -31.5 168t-140.5 39h-31v156h55q163 0 215.5 -53.5t76.5 -109.5t25 -278.5
t18.5 -293.5t70.5 -107.5t119 -36.5z" />
<glyph glyph-name="asciitilde" unicode="~" horiz-adv-x="1343"
d="M1212 846v-146q-152 -127 -284 -127q-72 0 -133.5 23t-183 81t-189.5 58q-128 0 -291 -137v143q157 125 293 125q60 0 121.5 -21t187.5 -80.5t191 -59.5q130 0 288 141z" />
<glyph glyph-name="uni00A0" unicode="&#xa0;" horiz-adv-x="565"
/>
<glyph glyph-name="exclamdown" unicode="&#xa1;" horiz-adv-x="449"
d="M117 1018q0 44 32 76t76 32q45 0 77 -32t32 -76q0 -46 -32 -78.5t-77 -32.5q-44 0 -76 32.5t-32 78.5zM141 788h170v-956h-170v956z" />
<glyph glyph-name="cent" unicode="&#xa2;" horiz-adv-x="897"
d="M705 1196h88l-125 -362q73 -21 143 -70v-219q-103 88 -207 114l-168 -481q53 -12 90 -12q133 0 283 92v-207q-137 -69 -270 -69q-67 0 -164 26l-135 -379h-90l147 416q-139 98 -179 186.5t-40 176.5q0 183 132.5 311.5t321.5 128.5h50zM358 217l160 449
q-114 -7 -185 -82.5t-71 -177.5q0 -64 22.5 -103t73.5 -86z" />
<glyph glyph-name="sterling" unicode="&#xa3;" horiz-adv-x="1130"
d="M975 987h-184q-15 182 -150 182q-67 0 -106 -45.5t-39 -124.5q0 -65 43 -249h266v-146h-234q13 -55 13 -100q0 -116 -52 -256q124 -72 175 -95.5t88 -23.5q59 0 94 48.5t35 133.5v21h155q0 -185 -80.5 -279t-212.5 -94q-63 0 -120 24.5t-207 116.5q-104 -137 -215 -137
q-70 0 -119 52.5t-49 127.5q0 81 55 136t135 55q53 0 146 -37q10 48 10 88q0 101 -41 221h-277v144h248q-24 141 -24 206q0 183 102.5 274t224.5 91q128 0 218 -88.5t102 -245.5zM367 164q-73 45 -121 45q-32 0 -53 -20t-21 -50q0 -29 20.5 -49t49.5 -20q60 0 125 94z" />
<glyph glyph-name="currency" unicode="&#xa4;" horiz-adv-x="1366"
d="M195 1061l88 90l129 -129q63 49 116 70.5t166 21.5q90 0 142.5 -22t117.5 -70l127 129l88 -90l-127 -127q49 -68 71 -121t22 -158q0 -95 -21.5 -146.5t-71.5 -115.5l127 -129l-88 -88l-127 127q-70 -49 -123.5 -70.5t-148.5 -21.5q-106 0 -157.5 22t-112.5 70l-127 -127
l-90 88l129 129q-47 71 -69 126t-22 151t22 148t69 116zM686 987q-135 0 -231.5 -95.5t-96.5 -229.5t95.5 -230t228.5 -96q134 0 230 96t96 230t-94.5 229.5t-227.5 95.5z" />
<glyph glyph-name="yen" unicode="&#xa5;" horiz-adv-x="1130"
d="M387 1075h383l119 197h192l-118 -197h84v-119h-156l-158 -258h314v-118h-385v-580h-166v580h-387v118h315l-158 258h-157v119h84l-119 197h192zM698 956h-239l121 -198z" />
<glyph glyph-name="brokenbar" unicode="&#xa6;" horiz-adv-x="1079"
d="M473 1425h133v-725h-133v725zM473 446h133v-722h-133v722z" />
<glyph glyph-name="section" unicode="&#xa7;" horiz-adv-x="897"
d="M786 1038h-174q-36 131 -176 131q-66 0 -105.5 -31t-39.5 -81q0 -46 44.5 -88t184.5 -118.5t217.5 -174t77.5 -223.5q0 -193 -223 -303q180 -120 180 -275q0 -105 -93 -183.5t-220 -78.5q-142 0 -236.5 73.5t-120.5 209.5h172q28 -68 67.5 -98.5t109.5 -30.5
q63 0 105 30.5t42 77.5q0 49 -47 94.5t-187.5 122t-217 170.5t-76.5 215q0 203 227 309q-180 116 -180 269q0 113 94 189.5t235 76.5q122 0 218 -70.5t122 -212.5zM408 262l71 -43q187 71 187 232q0 54 -43 110t-215 158q-187 -80 -187 -225q0 -74 44.5 -123.5t142.5 -108.5
z" />
<glyph glyph-name="dieresis" unicode="&#xa8;" horiz-adv-x="682"
d="M33 1098q0 43 31 73.5t75 30.5q43 0 74 -30.5t31 -73.5q0 -44 -31 -75.5t-74 -31.5q-44 0 -75 31t-31 76zM438 1098q0 43 31 73.5t74 30.5q44 0 75 -30.5t31 -73.5q0 -45 -31 -76t-75 -31q-43 0 -74 31.5t-31 75.5z" />
<glyph glyph-name="copyright" unicode="&#xa9;" horiz-adv-x="1511"
d="M0 737q0 311 222 532.5t534 221.5q310 0 531.5 -221.5t221.5 -532.5t-221.5 -533t-531.5 -222q-312 0 -534 221.5t-222 533.5zM1384 737q0 259 -185 444t-443 185q-260 0 -445.5 -185t-185.5 -444q0 -260 185.5 -445.5t445.5 -185.5q258 0 443 186t185 445zM997 614
l123 -36q-32 -130 -130.5 -202.5t-231.5 -72.5q-185 0 -291.5 118.5t-106.5 326.5q0 186 110.5 298.5t293.5 112.5q130 0 218.5 -60.5t121.5 -174.5l-119 -29q-59 154 -233 154q-115 0 -185.5 -88t-70.5 -232t69 -225.5t191 -81.5q85 0 151 51t90 141z" />
<glyph glyph-name="ordfeminine" unicode="&#xaa;" horiz-adv-x="748"
d="M541 766v104h-4q-86 -118 -203 -118q-107 0 -181.5 82.5t-74.5 201.5q0 115 76 197t180 82q119 0 201 -121h4v106h110v-534h-108zM555 1030q0 75 -52.5 127.5t-125.5 52.5q-74 0 -128 -52t-54 -122q0 -76 52.5 -130t127.5 -54q73 0 126.5 53t53.5 125z" />
<glyph glyph-name="guillemotleft" unicode="&#xab;"
d="M276 1026h185l-195 -471l191 -473h-183l-190 469zM760 1024h188l-196 -471l190 -473h-184l-191 473z" />
<glyph glyph-name="logicalnot" unicode="&#xac;" horiz-adv-x="1366"
d="M139 975h1088v-619h-131v488h-957v131z" />
<glyph glyph-name="uni00AD" unicode="&#xad;" horiz-adv-x="682"
d="M109 498h464v-170h-464v170z" />
<glyph glyph-name="registered" unicode="&#xae;" horiz-adv-x="1511"
d="M0 737q0 311 222 532.5t534 221.5q310 0 531.5 -221.5t221.5 -532.5t-221.5 -533t-531.5 -222q-312 0 -534 221.5t-222 533.5zM1384 737q0 259 -185 444t-443 185q-260 0 -445.5 -185t-185.5 -444q0 -260 185.5 -445.5t445.5 -185.5q258 0 443 186t185 445zM424 319v811
h278q133 0 194.5 -16.5t108 -72.5t46.5 -123q0 -96 -62.5 -161t-169.5 -73v-4q76 -22 189 -203l98 -158h-160l-72 127q-69 123 -113 170.5t-128 47.5h-78v-345h-131zM555 776h160q102 0 149 29.5t47 93.5q0 68 -46.5 94.5t-159.5 26.5h-150v-244z" />
<glyph glyph-name="uni00AF" unicode="&#xaf;"
d="M-14 1425v103h1052v-103h-1052z" />
<glyph glyph-name="degree" unicode="&#xb0;" horiz-adv-x="819"
d="M410 936q-115 0 -196 82t-81 196t81 195.5t196 81.5q114 0 195 -81t81 -196q0 -114 -81 -196t-195 -82zM410 1382q-70 0 -119 -49t-49 -119t49.5 -120t118.5 -50q70 0 119 50t49 120t-49.5 119t-118.5 49z" />
<glyph glyph-name="plusminus" unicode="&#xb1;" horiz-adv-x="1366"
d="M139 895h477v479h132v-479h479v-131h-479v-477h-132v477h-477v131zM139 86h1088v-131h-1088v131z" />
<glyph glyph-name="twosuperior" unicode="&#xb2;" horiz-adv-x="788"
d="M367 612h315v-123h-600l416 435q67 70 67 149q0 58 -46.5 93.5t-123.5 35.5q-85 0 -122.5 -29.5t-47.5 -97.5h-123q15 252 291 252q132 0 214.5 -74t82.5 -190q0 -119 -84 -205z" />
<glyph glyph-name="threesuperior" unicode="&#xb3;" horiz-adv-x="788"
d="M254 1122h-133v6q0 87 73 144t187 57q128 0 204.5 -58.5t76.5 -156.5q0 -65 -32 -105t-102 -79q80 -43 115 -88t35 -127q0 -107 -80 -174.5t-209 -67.5q-120 0 -198 55t-89 170h131q12 -112 158 -112q70 0 113 37t43 96q0 145 -185 149v117q166 4 166 129q0 46 -37 74.5
t-100 28.5q-118 0 -137 -95z" />
<glyph glyph-name="acute" unicode="&#xb4;" horiz-adv-x="682"
d="M223 977l133 278h236l-221 -278h-148z" />
<glyph glyph-name="uni00B5" unicode="&#xb5;" horiz-adv-x="1139"
d="M997 1061v-1061h-159v125h-4q-49 -79 -108 -114.5t-159 -35.5q-86 0 -140 31t-105 100h-5v-514h-178v1469h178v-516q0 -166 23 -240t83.5 -121t135.5 -47q85 0 150 46.5t88.5 119.5t23.5 238v520h176z" />
<glyph glyph-name="paragraph" unicode="&#xb6;" horiz-adv-x="1102"
d="M401 -408v1045q-192 12 -298.5 124t-106.5 290q0 101 39 185.5t106.5 136.5t142 72.5t185.5 20.5h633v-174h-144v-1700h-170v1700h-223v-1700h-164z" />
<glyph glyph-name="uni00B7" unicode="&#xb7;" horiz-adv-x="449"
d="M80 641q0 59 42.5 101t102.5 42t103 -42t43 -101q0 -60 -43 -102.5t-103 -42.5q-59 0 -102 42.5t-43 102.5z" />
<glyph glyph-name="uni00B7" unicode="&#x2219;" horiz-adv-x="449"
d="M80 641q0 59 42.5 101t102.5 42t103 -42t43 -101q0 -60 -43 -102.5t-103 -42.5q-59 0 -102 42.5t-43 102.5z" />
<glyph glyph-name="cedilla" unicode="&#xb8;" horiz-adv-x="682"
d="M215 -154l53 177h133l-32 -107q81 -10 125.5 -50t44.5 -97q0 -86 -80.5 -138.5t-216.5 -52.5q-59 0 -136 12l11 117h22l56 -4q178 0 178 76q0 67 -142 67h-16z" />
<glyph glyph-name="onesuperior" unicode="&#xb9;" horiz-adv-x="788"
d="M223 1307h236v-818h-123v695h-158z" />
<glyph glyph-name="ordmasculine" unicode="&#xba;" horiz-adv-x="662"
d="M43 1034q0 110 87.5 195.5t199.5 85.5q116 0 203.5 -84.5t87.5 -196.5q0 -114 -86 -199t-199 -85q-118 0 -205.5 85t-87.5 199zM510 1034q0 70 -52.5 120t-125.5 50q-72 0 -125 -52t-53 -122q0 -66 55 -118t125 -52q71 0 123.5 52t52.5 122z" />
<glyph glyph-name="guillemotright" unicode="&#xbb;"
d="M78 1026h186l193 -473l-193 -471h-186l194 473zM565 1026h183l194 -469l-194 -475h-185l193 469z" />
<glyph glyph-name="onequarter" unicode="&#xbc;" horiz-adv-x="1855"
d="M195 1306h236v-818h-123v695h-158zM1278 1315h131l-893 -1405h-133zM1631 781v-583h78v-111h-78v-150h-113v150h-467zM1516 478l-235 -280h235v280z" />
<glyph glyph-name="onehalf" unicode="&#xbd;" horiz-adv-x="1855"
d="M188 1306h236v-818h-123v695h-158zM1226 1315h131l-893 -1405h-133zM1390 60h315v-123h-600l416 435q67 70 67 149q0 58 -46.5 93.5t-123.5 35.5q-85 0 -122.5 -29.5t-47.5 -97.5h-123q15 252 291 252q132 0 214.5 -74t82.5 -190q0 -119 -84 -205z" />
<glyph glyph-name="threequarters" unicode="&#xbe;" horiz-adv-x="1855"
d="M263 1121h-133v6q0 87 73 144t187 57q128 0 204.5 -58.5t76.5 -156.5q0 -65 -32 -105t-102 -79q80 -43 115 -88t35 -127q0 -107 -80 -174.5t-209 -67.5q-120 0 -198 55t-89 170h131q12 -112 158 -112q70 0 113 37t43 96q0 145 -185 149v117q166 4 166 129q0 46 -37 74.5
t-100 28.5q-118 0 -137 -95zM1361 1315h131l-893 -1405h-133zM1667 781v-583h78v-111h-78v-150h-113v150h-467zM1552 478l-235 -280h235v280z" />
<glyph glyph-name="questiondown" unicode="&#xbf;" horiz-adv-x="788"
d="M272 1018q0 45 32 76.5t77 31.5q44 0 76 -32t32 -76t-32 -76.5t-76 -32.5q-45 0 -77 32t-32 77zM563 154h166q-12 -178 -103.5 -271.5t-230.5 -93.5q-138 0 -235 87t-97 212q0 113 69 193t188.5 134t157.5 86t38 68q0 34 -27.5 55t-70.5 21q-62 0 -95 -31t-57 -100h-166
q25 151 112.5 224t203.5 73q114 0 187 -66.5t73 -171.5q0 -97 -57.5 -162.5t-178 -120t-164 -96.5t-43.5 -102q0 -56 46 -96.5t110 -40.5q157 0 174 199z" />
<glyph glyph-name="Agrave" unicode="&#xc0;" horiz-adv-x="1237"
d="M608 1323l602 -1323h-182l-149 326h-541l-145 -326h-181zM608 924l-205 -453h410zM744 1401h-146l-231 278h242z" />
<glyph glyph-name="Aacute" unicode="&#xc1;" horiz-adv-x="1237"
d="M608 1323l602 -1323h-182l-149 326h-541l-145 -326h-181zM608 924l-205 -453h410zM502 1401l133 278h236l-221 -278h-148z" />
<glyph glyph-name="Acircumflex" unicode="&#xc2;" horiz-adv-x="1237"
d="M608 1323l602 -1323h-182l-149 326h-541l-145 -326h-181zM608 924l-205 -453h410zM622 1571l-115 -170h-204l217 278h190l225 -278h-204z" />
<glyph glyph-name="Atilde" unicode="&#xc3;" horiz-adv-x="1237"
d="M608 1323l602 -1323h-182l-149 326h-541l-145 -326h-181zM608 924l-205 -453h410zM418 1425h-133v13q0 93 58 154t147 61q46 0 138 -42t124 -42q35 0 50.5 20.5t21.5 65.5h131q-4 -110 -55.5 -168.5t-139.5 -58.5q-67 0 -149 47q-81 45 -117 45q-34 0 -55 -24t-21 -62v-9
z" />
<glyph glyph-name="Adieresis" unicode="&#xc4;" horiz-adv-x="1237"
d="M608 1323l602 -1323h-182l-149 326h-541l-145 -326h-181zM608 924l-205 -453h410zM311 1522q0 43 31 73.5t75 30.5q43 0 74 -30.5t31 -73.5q0 -44 -31 -75.5t-74 -31.5q-44 0 -75 31t-31 76zM716 1522q0 43 31 73.5t74 30.5q44 0 75 -30.5t31 -73.5q0 -45 -31 -76
t-75 -31q-43 0 -74 31.5t-31 75.5z" />
<glyph glyph-name="Aring" unicode="&#xc5;" horiz-adv-x="1237"
d="M608 1323l602 -1323h-182l-149 326h-541l-145 -326h-181zM608 924l-205 -453h410zM620 1356q-75 0 -127.5 55t-52.5 133q0 72 53.5 125t126.5 53q75 0 127.5 -53.5t52.5 -128.5q0 -76 -52.5 -130t-127.5 -54zM622 1649q-43 0 -74.5 -31.5t-31.5 -75.5q0 -46 31 -78
t75 -32q43 0 75 32t32 76q0 46 -31 77.5t-76 31.5z" />
<glyph glyph-name="AE" unicode="&#xc6;" horiz-adv-x="1579"
d="M735 1274h787v-172h-523v-320h523v-172h-523v-438h521v-172h-693v397h-391l-221 -397h-192zM823 1100l-307 -559h311v559h-4z" />
<glyph glyph-name="Ccedilla" unicode="&#xc7;" horiz-adv-x="1237"
d="M494 -154l47 154q-217 77 -343 253t-126 388q0 278 206.5 476t497.5 198q187 0 387 -84v-197q-206 101 -379 101q-222 0 -374 -143.5t-152 -352.5q0 -213 155.5 -355.5t389.5 -142.5q170 0 360 107v-199q-173 -92 -375 -92q-57 0 -124 10l-17 -51q81 -10 125.5 -50
t44.5 -97q0 -86 -80.5 -138.5t-216.5 -52.5q-58 0 -135 12l10 117h23l55 -4q178 0 178 76q0 67 -141 67h-16z" />
<glyph glyph-name="Egrave" unicode="&#xc8;" horiz-adv-x="897"
d="M119 1274h706v-174h-534v-318h534v-172h-534v-438h534v-172h-706v1274zM574 1401h-146l-231 278h242z" />
<glyph glyph-name="Eacute" unicode="&#xc9;" horiz-adv-x="897"
d="M119 1274h706v-174h-534v-318h534v-172h-534v-438h534v-172h-706v1274zM332 1401l133 278h236l-221 -278h-148z" />
<glyph glyph-name="Ecircumflex" unicode="&#xca;" horiz-adv-x="897"
d="M119 1274h706v-174h-534v-318h534v-172h-534v-438h534v-172h-706v1274zM452 1571l-115 -170h-204l217 278h190l225 -278h-204z" />
<glyph glyph-name="Edieresis" unicode="&#xcb;" horiz-adv-x="897"
d="M119 1274h706v-174h-534v-318h534v-172h-534v-438h534v-172h-706v1274zM141 1522q0 43 31 73.5t75 30.5q43 0 74 -30.5t31 -73.5q0 -44 -31 -75.5t-74 -31.5q-44 0 -75 31t-31 76zM546 1522q0 43 31 73.5t74 30.5q44 0 75 -30.5t31 -73.5q0 -45 -31 -76t-75 -31
q-43 0 -74 31.5t-31 75.5z" />
<glyph glyph-name="Igrave" unicode="&#xcc;" horiz-adv-x="449"
d="M131 1274h172v-1274h-172v1274zM348 1401h-146l-231 278h242z" />
<glyph glyph-name="Iacute" unicode="&#xcd;" horiz-adv-x="449"
d="M131 1274h172v-1274h-172v1274zM106 1401l133 278h236l-221 -278h-148z" />
<glyph glyph-name="Icircumflex" unicode="&#xce;" horiz-adv-x="449"
d="M131 1274h172v-1274h-172v1274zM227 1571l-115 -170h-204l217 278h190l225 -278h-204z" />
<glyph glyph-name="Idieresis" unicode="&#xcf;" horiz-adv-x="449"
d="M131 1274h172v-1274h-172v1274zM-84 1522q0 43 31 73.5t75 30.5q43 0 74 -30.5t31 -73.5q0 -44 -31 -75.5t-74 -31.5q-44 0 -75 31t-31 76zM321 1522q0 43 31 73.5t74 30.5q44 0 75 -30.5t31 -73.5q0 -45 -31 -76t-75 -31q-43 0 -74 31.5t-31 75.5z" />
<glyph glyph-name="Eth" unicode="&#xd0;" horiz-adv-x="1237"
d="M158 1272h309q365 0 541 -198t176 -439q0 -255 -187 -445t-522 -190h-317v557h-131v152h131v563zM324 1102v-391h325v-152h-325v-389h102q269 0 423.5 124.5t154.5 338.5q0 205 -144 337t-368 132h-168z" />
<glyph glyph-name="Ntilde" unicode="&#xd1;" horiz-adv-x="1366"
d="M123 1325l942 -969v918h174v-1333l-942 964v-905h-174v1325zM481 1425h-133v13q0 93 58 154t147 61q46 0 138 -42t124 -42q35 0 50.5 20.5t21.5 65.5h131q-4 -110 -55.5 -168.5t-139.5 -58.5q-67 0 -149 47q-81 45 -117 45q-34 0 -55 -24t-21 -62v-9z" />
<glyph glyph-name="Ograve" unicode="&#xd2;" horiz-adv-x="1579"
d="M80 645q0 276 208 473t500 197q285 0 491 -198.5t206 -471.5q0 -289 -203.5 -488.5t-499.5 -199.5q-292 0 -497 201t-205 487zM1300 637q0 211 -152 355.5t-374 144.5q-211 0 -361.5 -147t-150.5 -353q0 -209 154.5 -353.5t378.5 -144.5q206 0 355.5 147.5t149.5 350.5z
M914 1401h-146l-231 278h242z" />
<glyph glyph-name="Oacute" unicode="&#xd3;" horiz-adv-x="1579"
d="M80 645q0 276 208 473t500 197q285 0 491 -198.5t206 -471.5q0 -289 -203.5 -488.5t-499.5 -199.5q-292 0 -497 201t-205 487zM1300 637q0 211 -152 355.5t-374 144.5q-211 0 -361.5 -147t-150.5 -353q0 -209 154.5 -353.5t378.5 -144.5q206 0 355.5 147.5t149.5 350.5z
M672 1401l133 278h236l-221 -278h-148z" />
<glyph glyph-name="Ocircumflex" unicode="&#xd4;" horiz-adv-x="1579"
d="M80 645q0 276 208 473t500 197q285 0 491 -198.5t206 -471.5q0 -289 -203.5 -488.5t-499.5 -199.5q-292 0 -497 201t-205 487zM1300 637q0 211 -152 355.5t-374 144.5q-211 0 -361.5 -147t-150.5 -353q0 -209 154.5 -353.5t378.5 -144.5q206 0 355.5 147.5t149.5 350.5z
M792 1571l-115 -170h-204l217 278h190l225 -278h-204z" />
<glyph glyph-name="Otilde" unicode="&#xd5;" horiz-adv-x="1579"
d="M80 645q0 276 208 473t500 197q285 0 491 -198.5t206 -471.5q0 -289 -203.5 -488.5t-499.5 -199.5q-292 0 -497 201t-205 487zM1300 637q0 211 -152 355.5t-374 144.5q-211 0 -361.5 -147t-150.5 -353q0 -209 154.5 -353.5t378.5 -144.5q206 0 355.5 147.5t149.5 350.5z
M588 1425h-133v13q0 93 58 154t147 61q46 0 138 -42t124 -42q35 0 50.5 20.5t21.5 65.5h131q-4 -110 -55.5 -168.5t-139.5 -58.5q-67 0 -149 47q-81 45 -117 45q-34 0 -55 -24t-21 -62v-9z" />
<glyph glyph-name="Odieresis" unicode="&#xd6;" horiz-adv-x="1579"
d="M80 645q0 276 208 473t500 197q285 0 491 -198.5t206 -471.5q0 -289 -203.5 -488.5t-499.5 -199.5q-292 0 -497 201t-205 487zM1300 637q0 211 -152 355.5t-374 144.5q-211 0 -361.5 -147t-150.5 -353q0 -209 154.5 -353.5t378.5 -144.5q206 0 355.5 147.5t149.5 350.5z
M481 1522q0 43 31 73.5t75 30.5q43 0 74 -30.5t31 -73.5q0 -44 -31 -75.5t-74 -31.5q-44 0 -75 31t-31 76zM886 1522q0 43 31 73.5t74 30.5q44 0 75 -30.5t31 -73.5q0 -45 -31 -76t-75 -31q-43 0 -74 31.5t-31 75.5z" />
<glyph glyph-name="multiply" unicode="&#xd7;" horiz-adv-x="1366"
d="M184 1071l92 92l408 -409l410 409l92 -94l-408 -407l404 -406l-92 -92l-406 405l-405 -405l-93 92l406 406z" />
<glyph glyph-name="Oslash" unicode="&#xd8;" horiz-adv-x="1579"
d="M1374 1421l115 -102l-176 -205q100 -117 138 -223.5t38 -231.5q0 -295 -207 -497.5t-508 -202.5q-118 0 -197.5 24t-175.5 78l-190 -217l-109 103l183 211q-96 99 -139.5 219.5t-43.5 240.5q0 294 209.5 497.5t513.5 203.5q110 0 191.5 -25t181.5 -80zM408 299l663 770
q-125 66 -254 66q-220 0 -376 -148.5t-156 -357.5q0 -116 29.5 -181t93.5 -149zM1192 973l-670 -768q122 -64 248 -64q227 0 382 150.5t155 370.5q0 94 -27 158t-88 153z" />
<glyph glyph-name="Ugrave" unicode="&#xd9;" horiz-adv-x="1237"
d="M127 1272h174v-783q0 -174 83.5 -269t236.5 -95q152 0 236.5 87.5t84.5 246.5v813h174v-801q0 -234 -133.5 -374t-355.5 -140q-227 0 -363.5 142t-136.5 419v754zM744 1401h-146l-231 278h242z" />
<glyph glyph-name="Uacute" unicode="&#xda;" horiz-adv-x="1237"
d="M127 1272h174v-783q0 -174 83.5 -269t236.5 -95q152 0 236.5 87.5t84.5 246.5v813h174v-801q0 -234 -133.5 -374t-355.5 -140q-227 0 -363.5 142t-136.5 419v754zM502 1401l133 278h236l-221 -278h-148z" />
<glyph glyph-name="Ucircumflex" unicode="&#xdb;" horiz-adv-x="1237"
d="M127 1272h174v-783q0 -174 83.5 -269t236.5 -95q152 0 236.5 87.5t84.5 246.5v813h174v-801q0 -234 -133.5 -374t-355.5 -140q-227 0 -363.5 142t-136.5 419v754zM622 1571l-115 -170h-204l217 278h190l225 -278h-204z" />
<glyph glyph-name="Udieresis" unicode="&#xdc;" horiz-adv-x="1237"
d="M127 1272h174v-783q0 -174 83.5 -269t236.5 -95q152 0 236.5 87.5t84.5 246.5v813h174v-801q0 -234 -133.5 -374t-355.5 -140q-227 0 -363.5 142t-136.5 419v754zM311 1522q0 43 31 73.5t75 30.5q43 0 74 -30.5t31 -73.5q0 -44 -31 -75.5t-74 -31.5q-44 0 -75 31t-31 76z
M716 1522q0 43 31 73.5t74 30.5q44 0 75 -30.5t31 -73.5q0 -45 -31 -76t-75 -31q-43 0 -74 31.5t-31 75.5z" />
<glyph glyph-name="Yacute" unicode="&#xdd;" horiz-adv-x="1130"
d="M57 1274h193l313 -512l309 512h193l-418 -690v-584h-174v582zM449 1401l133 278h236l-221 -278h-148z" />
<glyph glyph-name="Thorn" unicode="&#xde;"
d="M362 1274v-260h68q226 0 362 -101t136 -266q0 -167 -144 -276t-370 -109h-52v-262h-169v1274h169zM362 860v-446q214 4 298.5 61t84.5 170q0 104 -82 159.5t-237 55.5h-64z" />
<glyph glyph-name="germandbls" unicode="&#xdf;" horiz-adv-x="1130"
d="M158 2v848q0 211 114 338t303 127q182 0 297 -98t115 -250q0 -213 -274 -291v-4q315 -56 315 -359q0 -158 -97 -245.5t-274 -87.5q-111 0 -206 53v151q92 -53 192 -53q96 0 156.5 64.5t60.5 166.5q0 95 -76.5 166.5t-177.5 71.5h-86v148h96q86 0 145.5 57t59.5 139
q0 88 -67.5 147.5t-167.5 59.5q-107 0 -181.5 -73.5t-74.5 -188.5v-887h-172z" />
<glyph glyph-name="agrave" unicode="&#xe0;" horiz-adv-x="1130"
d="M811 825h174v-825h-174v164q-127 -187 -315 -187q-163 0 -278.5 128t-115.5 311q0 173 116.5 302.5t273.5 129.5q97 0 184 -53t135 -138v168zM834 410q0 113 -81 193.5t-194 80.5q-110 0 -192 -80t-82 -188q0 -117 80 -199t194 -82q113 0 194 81.5t81 193.5zM690 977
h-146l-231 278h242z" />
<glyph glyph-name="aacute" unicode="&#xe1;" horiz-adv-x="1130"
d="M811 825h174v-825h-174v164q-127 -187 -315 -187q-163 0 -278.5 128t-115.5 311q0 173 116.5 302.5t273.5 129.5q97 0 184 -53t135 -138v168zM834 410q0 113 -81 193.5t-194 80.5q-110 0 -192 -80t-82 -188q0 -117 80 -199t194 -82q113 0 194 81.5t81 193.5zM449 977
l133 278h236l-221 -278h-148z" />
<glyph glyph-name="acircumflex" unicode="&#xe2;" horiz-adv-x="1130"
d="M811 825h174v-825h-174v164q-127 -187 -315 -187q-163 0 -278.5 128t-115.5 311q0 173 116.5 302.5t273.5 129.5q97 0 184 -53t135 -138v168zM834 410q0 113 -81 193.5t-194 80.5q-110 0 -192 -80t-82 -188q0 -117 80 -199t194 -82q113 0 194 81.5t81 193.5zM569 1147
l-115 -170h-204l217 278h190l225 -278h-204z" />
<glyph glyph-name="atilde" unicode="&#xe3;" horiz-adv-x="1130"
d="M811 825h174v-825h-174v164q-127 -187 -315 -187q-163 0 -278.5 128t-115.5 311q0 173 116.5 302.5t273.5 129.5q97 0 184 -53t135 -138v168zM834 410q0 113 -81 193.5t-194 80.5q-110 0 -192 -80t-82 -188q0 -117 80 -199t194 -82q113 0 194 81.5t81 193.5zM364 1001
h-133v13q0 93 58 154t147 61q46 0 138 -42t124 -42q35 0 50.5 20.5t21.5 65.5h131q-4 -110 -55.5 -168.5t-139.5 -58.5q-67 0 -149 47q-81 45 -117 45q-34 0 -55 -24t-21 -62v-9z" />
<glyph glyph-name="adieresis" unicode="&#xe4;" horiz-adv-x="1130"
d="M811 825h174v-825h-174v164q-127 -187 -315 -187q-163 0 -278.5 128t-115.5 311q0 173 116.5 302.5t273.5 129.5q97 0 184 -53t135 -138v168zM834 410q0 113 -81 193.5t-194 80.5q-110 0 -192 -80t-82 -188q0 -117 80 -199t194 -82q113 0 194 81.5t81 193.5zM258 1098
q0 43 31 73.5t75 30.5q43 0 74 -30.5t31 -73.5q0 -44 -31 -75.5t-74 -31.5q-44 0 -75 31t-31 76zM663 1098q0 43 31 73.5t74 30.5q44 0 75 -30.5t31 -73.5q0 -45 -31 -76t-75 -31q-43 0 -74 31.5t-31 75.5z" />
<glyph glyph-name="aring" unicode="&#xe5;" horiz-adv-x="1130"
d="M811 825h174v-825h-174v164q-127 -187 -315 -187q-163 0 -278.5 128t-115.5 311q0 173 116.5 302.5t273.5 129.5q97 0 184 -53t135 -138v168zM834 410q0 113 -81 193.5t-194 80.5q-110 0 -192 -80t-82 -188q0 -117 80 -199t194 -82q113 0 194 81.5t81 193.5zM567 932
q-75 0 -127.5 55t-52.5 133q0 72 53.5 125t126.5 53q75 0 127.5 -53.5t52.5 -128.5q0 -76 -52.5 -130t-127.5 -54zM569 1225q-43 0 -74.5 -31.5t-31.5 -75.5q0 -46 31 -78t75 -32q43 0 75 32t32 76q0 46 -31 77.5t-76 31.5z" />
<glyph glyph-name="ae" unicode="&#xe6;" horiz-adv-x="1686"
d="M756 678v147h170v-67q67 46 119.5 68t144.5 22q174 0 301 -131t127 -311v-31h-688q24 -113 97.5 -174.5t176.5 -61.5q142 0 242 119l127 -92q-130 -186 -381 -186q-134 0 -264 88v-66h-170v154h-4q-130 -179 -322 -179q-151 0 -266 132t-115 307q0 176 115 304t270 128
q185 0 316 -170h4zM950 520h486q-79 168 -244 168q-164 0 -242 -168zM776 410q0 113 -77 193.5t-185 80.5q-116 0 -198.5 -80.5t-82.5 -193.5q0 -110 82.5 -191.5t192.5 -81.5t189 80.5t79 192.5z" />
<glyph glyph-name="ccedilla" unicode="&#xe7;" horiz-adv-x="788"
d="M268 -154l49 164q-122 54 -195 162.5t-73 230.5q0 192 128 318.5t321 126.5q115 0 237 -60v-194q-131 84 -248 84q-108 0 -189 -76t-81 -178q0 -115 76 -193.5t186 -78.5q112 0 256 100v-199q-133 -76 -258 -76q-25 0 -37 3l-18 -64q81 -10 125.5 -50t44.5 -97
q0 -86 -80.5 -138.5t-216.5 -52.5q-59 0 -135 12l10 117h23l55 -4q178 0 178 76q0 67 -141 67h-17z" />
<glyph glyph-name="egrave" unicode="&#xe8;"
d="M940 379h-704q23 -127 104.5 -185.5t177.5 -58.5q148 0 248 123l127 -96q-143 -185 -383 -185q-184 0 -308 126t-124 313q0 175 125.5 303.5t306.5 128.5q178 0 305 -130.5t125 -338.5zM254 518h504q-84 170 -248 170q-179 0 -256 -170zM637 977h-146l-231 278h242z" />
<glyph glyph-name="eacute" unicode="&#xe9;"
d="M940 379h-704q23 -127 104.5 -185.5t177.5 -58.5q148 0 248 123l127 -96q-143 -185 -383 -185q-184 0 -308 126t-124 313q0 175 125.5 303.5t306.5 128.5q178 0 305 -130.5t125 -338.5zM254 518h504q-84 170 -248 170q-179 0 -256 -170zM395 977l133 278h236l-221 -278
h-148z" />
<glyph glyph-name="ecircumflex" unicode="&#xea;"
d="M940 379h-704q23 -127 104.5 -185.5t177.5 -58.5q148 0 248 123l127 -96q-143 -185 -383 -185q-184 0 -308 126t-124 313q0 175 125.5 303.5t306.5 128.5q178 0 305 -130.5t125 -338.5zM254 518h504q-84 170 -248 170q-179 0 -256 -170zM516 1147l-115 -170h-204l217 278
h190l225 -278h-204z" />
<glyph glyph-name="edieresis" unicode="&#xeb;"
d="M940 379h-704q23 -127 104.5 -185.5t177.5 -58.5q148 0 248 123l127 -96q-143 -185 -383 -185q-184 0 -308 126t-124 313q0 175 125.5 303.5t306.5 128.5q178 0 305 -130.5t125 -338.5zM254 518h504q-84 170 -248 170q-179 0 -256 -170zM205 1098q0 43 31 73.5t75 30.5
q43 0 74 -30.5t31 -73.5q0 -44 -31 -75.5t-74 -31.5q-44 0 -75 31t-31 76zM610 1098q0 43 31 73.5t74 30.5q44 0 75 -30.5t31 -73.5q0 -45 -31 -76t-75 -31q-43 0 -74 31.5t-31 75.5z" />
<glyph glyph-name="igrave" unicode="&#xec;" horiz-adv-x="449"
d="M133 825h172v-825h-172v825zM348 977h-146l-231 278h242z" />
<glyph glyph-name="iacute" unicode="&#xed;" horiz-adv-x="449"
d="M133 825h172v-825h-172v825zM106 977l133 278h236l-221 -278h-148z" />
<glyph glyph-name="icircumflex" unicode="&#xee;" horiz-adv-x="449"
d="M133 825h172v-825h-172v825zM227 1147l-115 -170h-204l217 278h190l225 -278h-204z" />
<glyph glyph-name="idieresis" unicode="&#xef;" horiz-adv-x="449"
d="M133 825h172v-825h-172v825zM-84 1098q0 43 31 73.5t75 30.5q43 0 74 -30.5t31 -73.5q0 -44 -31 -75.5t-74 -31.5q-44 0 -75 31t-31 76zM321 1098q0 43 31 73.5t74 30.5q44 0 75 -30.5t31 -73.5q0 -45 -31 -76t-75 -31q-43 0 -74 31.5t-31 75.5z" />
<glyph glyph-name="eth" unicode="&#xf0;"
d="M283 1214l82 115q93 -26 204 -92l189 90l55 -115l-127 -65q295 -252 295 -651q0 -227 -126 -373t-320 -146q-178 0 -309.5 132t-131.5 309q0 168 133 298t305 130q79 0 126.5 -20t95.5 -64l4 4q-44 181 -213 311l-281 -139l-59 117l213 104zM801 420q0 104 -78.5 180
t-185.5 76q-110 0 -190.5 -79.5t-80.5 -186.5q0 -101 80 -178.5t184 -77.5q114 0 192.5 77t78.5 189z" />
<glyph glyph-name="ntilde" unicode="&#xf1;" horiz-adv-x="897"
d="M84 0v825h170v-137q75 83 136 121.5t136 38.5q112 0 191.5 -74t79.5 -178v-596h-174v545q0 67 -43.5 111t-110.5 44q-87 0 -150 -73.5t-63 -177.5v-449h-172zM248 1001h-133v13q0 93 58 154t147 61q46 0 138 -42t124 -42q35 0 50.5 20.5t21.5 65.5h131
q-4 -110 -55.5 -168.5t-139.5 -58.5q-67 0 -149 47q-81 45 -117 45q-34 0 -55 -24t-21 -62v-9z" />
<glyph glyph-name="ograve" unicode="&#xf2;"
d="M70 416q0 169 133.5 300.5t306.5 131.5q178 0 311 -129.5t133 -302.5q0 -174 -130.5 -306.5t-301.5 -132.5q-183 0 -317.5 131t-134.5 308zM786 416q0 105 -80 182.5t-190 77.5q-113 0 -194.5 -78.5t-81.5 -187.5q0 -104 82.5 -182t193.5 -78q108 0 189 80t81 186z
M637 977h-146l-231 278h242z" />
<glyph glyph-name="oacute" unicode="&#xf3;"
d="M70 416q0 169 133.5 300.5t306.5 131.5q178 0 311 -129.5t133 -302.5q0 -174 -130.5 -306.5t-301.5 -132.5q-183 0 -317.5 131t-134.5 308zM786 416q0 105 -80 182.5t-190 77.5q-113 0 -194.5 -78.5t-81.5 -187.5q0 -104 82.5 -182t193.5 -78q108 0 189 80t81 186z
M395 977l133 278h236l-221 -278h-148z" />
<glyph glyph-name="ocircumflex" unicode="&#xf4;"
d="M70 416q0 169 133.5 300.5t306.5 131.5q178 0 311 -129.5t133 -302.5q0 -174 -130.5 -306.5t-301.5 -132.5q-183 0 -317.5 131t-134.5 308zM786 416q0 105 -80 182.5t-190 77.5q-113 0 -194.5 -78.5t-81.5 -187.5q0 -104 82.5 -182t193.5 -78q108 0 189 80t81 186z
M516 1147l-115 -170h-204l217 278h190l225 -278h-204z" />
<glyph glyph-name="otilde" unicode="&#xf5;"
d="M70 416q0 169 133.5 300.5t306.5 131.5q178 0 311 -129.5t133 -302.5q0 -174 -130.5 -306.5t-301.5 -132.5q-183 0 -317.5 131t-134.5 308zM786 416q0 105 -80 182.5t-190 77.5q-113 0 -194.5 -78.5t-81.5 -187.5q0 -104 82.5 -182t193.5 -78q108 0 189 80t81 186z
M311 1001h-133v13q0 93 58 154t147 61q46 0 138 -42t124 -42q35 0 50.5 20.5t21.5 65.5h131q-4 -110 -55.5 -168.5t-139.5 -58.5q-67 0 -149 47q-81 45 -117 45q-34 0 -55 -24t-21 -62v-9z" />
<glyph glyph-name="odieresis" unicode="&#xf6;"
d="M70 416q0 169 133.5 300.5t306.5 131.5q178 0 311 -129.5t133 -302.5q0 -174 -130.5 -306.5t-301.5 -132.5q-183 0 -317.5 131t-134.5 308zM786 416q0 105 -80 182.5t-190 77.5q-113 0 -194.5 -78.5t-81.5 -187.5q0 -104 82.5 -182t193.5 -78q108 0 189 80t81 186z
M205 1098q0 43 31 73.5t75 30.5q43 0 74 -30.5t31 -73.5q0 -44 -31 -75.5t-74 -31.5q-44 0 -75 31t-31 76zM610 1098q0 43 31 73.5t74 30.5q44 0 75 -30.5t31 -73.5q0 -45 -31 -76t-75 -31q-43 0 -74 31.5t-31 75.5z" />
<glyph glyph-name="divide" unicode="&#xf7;" horiz-adv-x="1366"
d="M596 1080v3q0 33 25.5 56.5t60.5 23.5q33 0 57.5 -25t24.5 -59q0 -35 -24 -60.5t-58 -25.5q-35 0 -60.5 26t-25.5 61zM139 725h1090v-127h-1090v127zM682 168q-35 0 -60.5 25t-25.5 59q0 35 25.5 60.5t60.5 25.5t59.5 -25t24.5 -59q0 -36 -24.5 -61t-59.5 -25z" />
<glyph glyph-name="oslash" unicode="&#xf8;"
d="M858 913l98 -84l-110 -129q112 -138 112 -270q0 -183 -130 -314.5t-312 -131.5q-121 0 -233 67l-113 -129l-98 86l110 129q-57 71 -82.5 133t-25.5 152q0 169 133 298.5t309 129.5q114 0 232 -66zM297 266l336 387q-68 25 -115 25q-112 0 -192 -78.5t-80 -187.5
q0 -66 51 -146zM735 569l-338 -385q63 -28 115 -28q112 0 193 79t81 189q0 69 -51 145z" />
<glyph glyph-name="ugrave" unicode="&#xf9;" horiz-adv-x="897"
d="M86 825h174v-465q0 -215 189 -215q84 0 133 57.5t49 157.5v465h172v-493q0 -155 -101 -255t-258 -100q-160 0 -259 100t-99 261v487zM574 977h-146l-231 278h242z" />
<glyph glyph-name="uacute" unicode="&#xfa;" horiz-adv-x="897"
d="M86 825h174v-465q0 -215 189 -215q84 0 133 57.5t49 157.5v465h172v-493q0 -155 -101 -255t-258 -100q-160 0 -259 100t-99 261v487zM332 977l133 278h236l-221 -278h-148z" />
<glyph glyph-name="ucircumflex" unicode="&#xfb;" horiz-adv-x="897"
d="M86 825h174v-465q0 -215 189 -215q84 0 133 57.5t49 157.5v465h172v-493q0 -155 -101 -255t-258 -100q-160 0 -259 100t-99 261v487zM452 1147l-115 -170h-204l217 278h190l225 -278h-204z" />
<glyph glyph-name="udieresis" unicode="&#xfc;" horiz-adv-x="897"
d="M86 825h174v-465q0 -215 189 -215q84 0 133 57.5t49 157.5v465h172v-493q0 -155 -101 -255t-258 -100q-160 0 -259 100t-99 261v487zM141 1098q0 43 31 73.5t75 30.5q43 0 74 -30.5t31 -73.5q0 -44 -31 -75.5t-74 -31.5q-44 0 -75 31t-31 76zM546 1098q0 43 31 73.5
t74 30.5q44 0 75 -30.5t31 -73.5q0 -45 -31 -76t-75 -31q-43 0 -74 31.5t-31 75.5z" />
<glyph glyph-name="yacute" unicode="&#xfd;"
d="M63 825h197l299 -448l207 448h180l-557 -1212h-182l272 590zM395 977l133 278h236l-221 -278h-148z" />
<glyph glyph-name="thorn" unicode="&#xfe;" horiz-adv-x="1130"
d="M328 1298v-641h4q38 85 127.5 138t183.5 53q162 0 277.5 -126.5t115.5 -303.5q0 -178 -115 -307t-272 -129q-100 0 -186 49t-131 135h-4v-553h-168v1685h168zM854 414q0 111 -82.5 192.5t-193.5 81.5q-114 0 -195.5 -80.5t-81.5 -193.5q0 -112 82.5 -193.5t194.5 -81.5
t194 81.5t82 193.5z" />
<glyph glyph-name="ydieresis" unicode="&#xff;"
d="M63 825h197l299 -448l207 448h180l-557 -1212h-182l272 590zM205 1098q0 43 31 73.5t75 30.5q43 0 74 -30.5t31 -73.5q0 -44 -31 -75.5t-74 -31.5q-44 0 -75 31t-31 76zM610 1098q0 43 31 73.5t74 30.5q44 0 75 -30.5t31 -73.5q0 -45 -31 -76t-75 -31q-43 0 -74 31.5
t-31 75.5z" />
<glyph glyph-name="Abreve" unicode="&#x102;" horiz-adv-x="1237"
d="M608 1323l602 -1323h-182l-149 326h-541l-145 -326h-181zM608 924l-205 -453h410zM774 1659h123q-16 -126 -92 -192t-201 -66q-265 0 -299 258h123q28 -133 172 -133q146 0 174 133z" />
<glyph glyph-name="abreve" unicode="&#x103;" horiz-adv-x="1130"
d="M811 825h174v-825h-174v164q-127 -187 -315 -187q-163 0 -278.5 128t-115.5 311q0 173 116.5 302.5t273.5 129.5q97 0 184 -53t135 -138v168zM834 410q0 113 -81 193.5t-194 80.5q-110 0 -192 -80t-82 -188q0 -117 80 -199t194 -82q113 0 194 81.5t81 193.5zM743 1245
h123q-16 -126 -92 -192t-201 -66q-265 0 -299 258h123q28 -133 172 -133q146 0 174 133z" />
<glyph glyph-name="Aogonek" unicode="&#x104;" horiz-adv-x="1237"
d="M1432 -365q-120 -61 -222 -61q-97 0 -158 61.5t-61 159.5q0 77 37 205l-149 326h-541l-145 -326h-181l596 1323l602 -1323h-61q-31 -75 -31 -141q0 -63 41 -107.5t105 -44.5q74 0 168 47v-119zM813 471l-205 453l-205 -453h410z" />
<glyph glyph-name="aogonek" unicode="&#x105;" horiz-adv-x="1130"
d="M1214 -365q-119 -61 -221 -61q-97 0 -158 61.5t-61 159.5q0 46 12 100l25 105v164q-125 -187 -315 -187q-168 0 -281 130.5t-113 308.5q0 169 114.5 300.5t275.5 131.5q94 0 181 -51t138 -140v168h174v-825h-53q-31 -75 -31 -141q0 -63 41 -107.5t105 -44.5q74 0 167 47
v-119zM559 135q113 0 194 80.5t81 194.5q0 113 -81 193.5t-194 80.5q-110 0 -192 -80t-82 -188q0 -116 79.5 -198.5t194.5 -82.5z" />
<glyph glyph-name="Cacute" unicode="&#x106;" horiz-adv-x="1237"
d="M1163 1231v-197q-206 101 -379 101q-222 0 -374 -143.5t-152 -352.5q0 -213 155.5 -355.5t389.5 -142.5q170 0 360 107v-199q-173 -92 -375 -92q-296 0 -506 200.5t-210 483.5q0 278 206.5 476t497.5 198q187 0 387 -84zM648 1401l133 278h236l-221 -278h-148z" />
<glyph glyph-name="cacute" unicode="&#x107;" horiz-adv-x="788"
d="M735 252v-199q-133 -76 -258 -76q-171 0 -299.5 128.5t-128.5 297.5q0 192 128 318.5t321 126.5q115 0 237 -60v-194q-131 84 -248 84q-108 0 -189 -76t-81 -178q0 -115 76 -193.5t186 -78.5q112 0 256 100zM356 977l133 278h236l-221 -278h-148z" />
<glyph glyph-name="Ccaron" unicode="&#x10c;" horiz-adv-x="1237"
d="M1163 1231v-197q-206 101 -379 101q-222 0 -374 -143.5t-152 -352.5q0 -213 155.5 -355.5t389.5 -142.5q170 0 360 107v-199q-173 -92 -375 -92q-296 0 -506 200.5t-210 483.5q0 278 206.5 476t497.5 198q187 0 387 -84zM766 1509l111 170h205l-225 -278h-193l-215 278
h205z" />
<glyph glyph-name="ccaron" unicode="&#x10d;" horiz-adv-x="788"
d="M735 252v-199q-133 -76 -258 -76q-171 0 -299.5 128.5t-128.5 297.5q0 192 128 318.5t321 126.5q115 0 237 -60v-194q-131 84 -248 84q-108 0 -189 -76t-81 -178q0 -115 76 -193.5t186 -78.5q112 0 256 100zM475 1085l111 170h205l-225 -278h-193l-215 278h205z" />
<glyph glyph-name="Dcaron" unicode="&#x10e;" horiz-adv-x="1237"
d="M135 1274h309q367 0 546 -194t179 -443q0 -251 -185 -444t-538 -193h-311v1274zM309 1104v-932h10q194 0 292 17.5t186 76.5t140 156.5t52 214.5q0 147 -83 266t-198.5 160t-310.5 41h-88zM585 1509l111 170h205l-225 -278h-193l-215 278h205z" />
<glyph glyph-name="dcaron" unicode="&#x10f;" horiz-adv-x="1391"
d="M807 1298h172v-1298h-170v172q-123 -195 -322 -195q-161 0 -276 129t-115 310q0 177 117 304.5t279 127.5q97 0 181 -54t134 -141v645zM827 414q0 111 -81 192.5t-193 81.5q-116 0 -196.5 -79.5t-80.5 -194.5q0 -110 82 -192.5t191 -82.5q116 0 197 80t81 195zM1310 1113
q0 -117 -106 -220l-63 60q79 80 79 166h-90v178h180v-184z" />
<glyph glyph-name="Dcroat" unicode="&#x110;" horiz-adv-x="1237"
d="M135 754v520h309q366 0 545.5 -195t179.5 -442q0 -249 -185 -443t-538 -194h-311v606h-207v148h207zM553 606h-244v-434h10q162 0 268 14t199 72t148 158t55 221q0 151 -89 273t-205.5 158t-297.5 36h-88v-350h244v-148z" />
<glyph glyph-name="dcroat" unicode="&#x111;" horiz-adv-x="1130"
d="M979 0h-170v172q-124 -195 -322 -195q-166 0 -278.5 131.5t-112.5 307.5q0 173 115 302.5t281 129.5q93 0 177 -51.5t138 -143.5v357h-266v147h266v141h172v-141h184v-147h-184v-1010zM549 139q116 0 197 80t81 195q0 111 -81 192.5t-193 81.5q-116 0 -196.5 -79.5
t-80.5 -194.5q0 -110 81.5 -192.5t191.5 -82.5z" />
<glyph glyph-name="Eogonek" unicode="&#x118;" horiz-adv-x="897"
d="M819 -365q-122 -61 -221 -61q-98 0 -158.5 61.5t-60.5 159.5q0 77 37 205h-297v1274h706v-174h-534v-318h534v-172h-534v-438h534v-172h-290q-29 -78 -29 -141t41.5 -107.5t103.5 -44.5q74 0 168 47v-119z" />
<glyph glyph-name="eogonek" unicode="&#x119;"
d="M840 -365q-122 -61 -222 -61q-97 0 -158 61.5t-61 159.5q0 59 31 189q-161 28 -256.5 151t-95.5 281q0 179 126.5 305.5t305.5 126.5q186 0 308 -133.5t122 -335.5h-704q21 -116 96.5 -180t185.5 -64q147 0 248 123l127 -96q-129 -169 -344 -185q-23 -58 -23 -118
q0 -63 41.5 -107.5t104.5 -44.5q74 0 168 47v-119zM758 518q-85 170 -248 170q-180 0 -256 -170h504z" />
<glyph glyph-name="Ecaron" unicode="&#x11a;" horiz-adv-x="897"
d="M119 1274h706v-174h-534v-318h534v-172h-534v-438h534v-172h-706v1274zM497 1509l111 170h205l-225 -278h-193l-215 278h205z" />
<glyph glyph-name="ecaron" unicode="&#x11b;"
d="M940 379h-704q23 -127 104.5 -185.5t177.5 -58.5q148 0 248 123l127 -96q-143 -185 -383 -185q-184 0 -308 126t-124 313q0 175 125.5 303.5t306.5 128.5q178 0 305 -130.5t125 -338.5zM254 518h504q-84 170 -248 170q-179 0 -256 -170zM513 1085l111 170h205l-225 -278
h-193l-215 278h205z" />
<glyph glyph-name="dotlessi" unicode="&#x131;" horiz-adv-x="449"
d="M133 825h172v-825h-172v825z" />
<glyph glyph-name="Lacute" unicode="&#x139;" horiz-adv-x="788"
d="M158 1274h172v-1102h415v-172h-587v1274zM305 1401l133 278h236l-221 -278h-148z" />
<glyph glyph-name="lacute" unicode="&#x13a;" horiz-adv-x="449"
d="M141 1298h174v-1298h-174v1298zM111 1427l133 278h236l-221 -278h-148z" />
<glyph glyph-name="Lcaron" unicode="&#x13d;" horiz-adv-x="788"
d="M158 1274h172v-1102h415v-172h-587v1274zM462 1509l111 170h205l-225 -278h-193l-215 278h205z" />
<glyph glyph-name="lcaron" unicode="&#x13e;" horiz-adv-x="711"
d="M141 1298h174v-1298h-174v1298zM630 1113q0 -117 -106 -220l-63 60q79 80 79 166h-90v178h180v-184z" />
<glyph glyph-name="Lslash" unicode="&#x141;" horiz-adv-x="788"
d="M174 1274h170v-455l172 199v-203l-172 -197v-448h418v-170h-588v420l-117 -137v202l117 136v653z" />
<glyph glyph-name="lslash" unicode="&#x142;" horiz-adv-x="449"
d="M160 1300h168v-499l114 96v-168l-114 -98v-631h-168v492l-113 -95v166l113 96v641z" />
<glyph glyph-name="Nacute" unicode="&#x143;" horiz-adv-x="1366"
d="M123 1325l942 -969v918h174v-1333l-942 964v-905h-174v1325zM537 1402l133 278h236l-221 -278h-148z" />
<glyph glyph-name="nacute" unicode="&#x144;" horiz-adv-x="897"
d="M84 0v825h170v-137q75 83 136 121.5t136 38.5q112 0 191.5 -74t79.5 -178v-596h-174v545q0 67 -43.5 111t-110.5 44q-87 0 -150 -73.5t-63 -177.5v-449h-172zM330 977l133 278h236l-221 -278h-148z" />
<glyph glyph-name="Ncaron" unicode="&#x147;" horiz-adv-x="1366"
d="M123 1325l942 -969v918h174v-1333l-942 964v-905h-174v1325zM679 1510l111 170h205l-225 -278h-193l-215 278h205z" />
<glyph glyph-name="ncaron" unicode="&#x148;" horiz-adv-x="897"
d="M84 0v825h170v-137q75 83 136 121.5t136 38.5q112 0 191.5 -74t79.5 -178v-596h-174v545q0 67 -43.5 111t-110.5 44q-87 0 -150 -73.5t-63 -177.5v-449h-172zM462 1085l111 170h205l-225 -278h-193l-215 278h205z" />
<glyph glyph-name="Ohungarumlaut" unicode="&#x150;" horiz-adv-x="1579"
d="M80 645q0 276 208 473t500 197q285 0 491 -198.5t206 -471.5q0 -289 -203.5 -488.5t-499.5 -199.5q-292 0 -497 201t-205 487zM1300 637q0 211 -152 355.5t-374 144.5q-211 0 -361.5 -147t-150.5 -353q0 -209 154.5 -353.5t378.5 -144.5q206 0 355.5 147.5t149.5 350.5z
M520 1401l123 278h234l-211 -278h-146zM869 1401l126 278h232l-207 -278h-151z" />
<glyph glyph-name="ohungarumlaut" unicode="&#x151;"
d="M70 416q0 169 133.5 300.5t306.5 131.5q178 0 311 -129.5t133 -302.5q0 -174 -130.5 -306.5t-301.5 -132.5q-183 0 -317.5 131t-134.5 308zM786 416q0 105 -80 182.5t-190 77.5q-113 0 -194.5 -78.5t-81.5 -187.5q0 -104 82.5 -182t193.5 -78q108 0 189 80t81 186z
M252 977l123 278h234l-211 -278h-146zM601 977l126 278h232l-207 -278h-151z" />
<glyph glyph-name="OE" unicode="&#x152;" horiz-adv-x="1579"
d="M1507 1272v-172h-506v-318h504v-170h-504v-440h502v-172h-780q-286 0 -473 181t-187 458q0 261 183 447t440 186h821zM834 172v928h-72q-172 0 -274 -49.5t-172 -160.5t-70 -255q0 -107 47 -201.5t122 -156t146 -83.5t191 -22h82z" />
<glyph glyph-name="oe" unicode="&#x153;" horiz-adv-x="1686"
d="M1444 262l131 -96q-150 -184 -371 -184q-219 0 -350 176q-70 -93 -164 -135.5t-186 -42.5q-177 0 -312 133t-135 309q0 172 137 300t322 128q198 0 334 -174q139 174 352 174q177 0 297.5 -135.5t120.5 -335.5h-686q54 -240 272 -240q148 0 238 123zM948 524h492
q-87 166 -242 166q-177 0 -250 -166zM766 416q0 108 -75 185t-181 77q-116 0 -196.5 -77.5t-80.5 -190.5q0 -103 80.5 -178.5t190.5 -75.5q105 0 183.5 78t78.5 182z" />
<glyph glyph-name="Racute" unicode="&#x154;"
d="M160 1274h276q206 0 335.5 -102.5t129.5 -262.5q0 -128 -84 -226t-262 -138l371 -545h-199l-354 524h-39v-524h-174v1274zM334 1120v-444q385 -8 385 223q0 81 -45 132.5t-120 70t-220 18.5zM371 1401l133 278h236l-221 -278h-148z" />
<glyph glyph-name="racute" unicode="&#x155;" horiz-adv-x="682"
d="M309 825v-170v0q58 102 113.5 147.5t144.5 45.5q25 0 72 -12l-53 -174q-50 10 -66 10q-88 0 -147.5 -61.5t-59.5 -153.5v-457h-174v825h170zM262 977l133 278h236l-221 -278h-148z" />
<glyph glyph-name="Rcaron" unicode="&#x158;"
d="M160 1274h276q206 0 335.5 -102.5t129.5 -262.5q0 -128 -84 -226t-262 -138l371 -545h-199l-354 524h-39v-524h-174v1274zM334 1120v-444q385 -8 385 223q0 81 -45 132.5t-120 70t-220 18.5zM497 1509l111 170h205l-225 -278h-193l-215 278h205z" />
<glyph glyph-name="rcaron" unicode="&#x159;" horiz-adv-x="682"
d="M309 825v-170v0q58 102 113.5 147.5t144.5 45.5q25 0 72 -12l-53 -174q-50 10 -66 10q-88 0 -147.5 -61.5t-59.5 -153.5v-457h-174v825h170zM389 1085l111 170h205l-225 -278h-193l-215 278h205z" />
<glyph glyph-name="Sacute" unicode="&#x15a;"
d="M911 1133l-141 -113q-56 58 -101.5 86.5t-131.5 28.5q-94 0 -152.5 -42.5t-58.5 -109.5q0 -58 51 -102.5t174 -97t191.5 -98t112.5 -100.5t65.5 -116t21.5 -129q0 -159 -115.5 -271t-279.5 -112q-160 0 -282.5 87.5t-188.5 262.5l174 49q95 -215 291 -215q95 0 158 57
t63 144q0 52 -33 104.5t-82 86.5t-156.5 77.5t-165 80t-99.5 87t-61.5 100.5t-19.5 107q0 137 110 233.5t267 96.5q104 0 211 -45t178 -137zM426 1401l133 278h236l-221 -278h-148z" />
<glyph glyph-name="sacute" unicode="&#x15b;" horiz-adv-x="682"
d="M614 727l-116 -102q-45 32 -78 48.5t-78 16.5q-106 0 -106 -78q0 -56 134.5 -108.5t193.5 -115.5t59 -152q0 -104 -85 -181.5t-200 -77.5q-175 0 -287 162l137 66q72 -70 150 -70q54 0 94.5 29.5t40.5 68.5q0 69 -142 124t-196.5 111.5t-54.5 139.5q0 103 77.5 171.5
t194.5 68.5t262 -121zM246 977l133 278h236l-221 -278h-148z" />
<glyph glyph-name="Scedilla" unicode="&#x15e;"
d="M911 1133l-141 -113q-56 58 -101.5 86.5t-131.5 28.5q-94 0 -152.5 -42.5t-58.5 -109.5q0 -58 51 -102.5t174 -97t191.5 -98t112.5 -100.5t65.5 -116t21.5 -129q0 -159 -115.5 -271t-279.5 -112q-160 0 -282.5 87.5t-188.5 262.5l174 49q95 -215 291 -215q95 0 158 57
t63 144q0 52 -33 104.5t-82 86.5t-156.5 77.5t-165 80t-99.5 87t-61.5 100.5t-19.5 107q0 137 110 233.5t267 96.5q104 0 211 -45t178 -137zM627 -349q0 -117 -106 -220l-63 60q79 80 79 166h-90v178h180v-184z" />
<glyph glyph-name="scedilla" unicode="&#x15f;" horiz-adv-x="682"
d="M614 727l-116 -102q-45 32 -78 48.5t-78 16.5q-106 0 -106 -78q0 -56 134.5 -108.5t193.5 -115.5t59 -152q0 -104 -85 -181.5t-200 -77.5q-175 0 -287 162l137 66q72 -70 150 -70q54 0 94.5 29.5t40.5 68.5q0 69 -142 124t-196.5 111.5t-54.5 139.5q0 103 77.5 171.5
t194.5 68.5t262 -121zM426 -349q0 -117 -106 -220l-63 60q79 80 79 166h-90v178h180v-184z" />
<glyph glyph-name="Scaron" unicode="&#x160;"
d="M911 1133l-141 -113q-56 58 -101.5 86.5t-131.5 28.5q-94 0 -152.5 -42.5t-58.5 -109.5q0 -58 51 -102.5t174 -97t191.5 -98t112.5 -100.5t65.5 -116t21.5 -129q0 -159 -115.5 -271t-279.5 -112q-160 0 -282.5 87.5t-188.5 262.5l174 49q95 -215 291 -215q95 0 158 57
t63 144q0 52 -33 104.5t-82 86.5t-156.5 77.5t-165 80t-99.5 87t-61.5 100.5t-19.5 107q0 137 110 233.5t267 96.5q104 0 211 -45t178 -137zM530 1509l111 170h205l-225 -278h-193l-215 278h205z" />
<glyph glyph-name="scaron" unicode="&#x161;" horiz-adv-x="682"
d="M614 727l-116 -102q-45 32 -78 48.5t-78 16.5q-106 0 -106 -78q0 -56 134.5 -108.5t193.5 -115.5t59 -152q0 -104 -85 -181.5t-200 -77.5q-175 0 -287 162l137 66q72 -70 150 -70q54 0 94.5 29.5t40.5 68.5q0 69 -142 124t-196.5 111.5t-54.5 139.5q0 103 77.5 171.5
t194.5 68.5t262 -121zM358 1085l111 170h205l-225 -278h-193l-215 278h205z" />
<glyph glyph-name="Tcommaaccent" unicode="&#x162;" horiz-adv-x="897"
d="M55 1274h779v-174h-304v-1100h-172v1100h-303v174zM538 -349q0 -117 -106 -220l-63 60q79 80 79 166h-90v178h180v-184z" />
<glyph glyph-name="tcommaaccent" unicode="&#x163;" horiz-adv-x="555"
d="M172 1065h174v-240h172v-159h-172v-666h-174v666h-137v161h137v238zM346 -349q0 -117 -106 -220l-63 60q79 80 79 166h-90v178h180v-184z" />
<glyph glyph-name="Tcaron" unicode="&#x164;" horiz-adv-x="897"
d="M55 1274h779v-174h-304v-1100h-172v1100h-303v174zM452 1509l111 170h205l-225 -278h-193l-215 278h205z" />
<glyph glyph-name="tcaron" unicode="&#x165;" horiz-adv-x="815"
d="M172 1065h174v-240h172v-159h-172v-666h-174v666h-137v161h137v238zM735 1113q0 -117 -106 -220l-63 60q79 80 79 166h-90v178h180v-184z" />
<glyph glyph-name="Uring" unicode="&#x16e;" horiz-adv-x="1237"
d="M127 1272h174v-783q0 -174 83.5 -269t236.5 -95q152 0 236.5 87.5t84.5 246.5v813h174v-801q0 -234 -133.5 -374t-355.5 -140q-227 0 -363.5 142t-136.5 419v754zM620 1357q-75 0 -127.5 55t-52.5 133q0 72 53.5 125t126.5 53q75 0 127.5 -53.5t52.5 -128.5
q0 -76 -52.5 -130t-127.5 -54zM622 1650q-43 0 -74.5 -31.5t-31.5 -75.5q0 -46 31 -78t75 -32q43 0 75 32t32 76q0 46 -31 77.5t-76 31.5z" />
<glyph glyph-name="uring" unicode="&#x16f;" horiz-adv-x="897"
d="M86 825h174v-465q0 -215 189 -215q84 0 133 57.5t49 157.5v465h172v-493q0 -155 -101 -255t-258 -100q-160 0 -259 100t-99 261v487zM452 932q-75 0 -127.5 55t-52.5 133q0 72 53.5 125t126.5 53q75 0 127.5 -53.5t52.5 -128.5q0 -76 -52.5 -130t-127.5 -54zM454 1225
q-43 0 -74.5 -31.5t-31.5 -75.5q0 -46 31 -78t75 -32q43 0 75 32t32 76q0 46 -31 77.5t-76 31.5z" />
<glyph glyph-name="Uhungarumlaut" unicode="&#x170;" horiz-adv-x="1237"
d="M127 1272h174v-783q0 -174 83.5 -269t236.5 -95q152 0 236.5 87.5t84.5 246.5v813h174v-801q0 -234 -133.5 -374t-355.5 -140q-227 0 -363.5 142t-136.5 419v754zM330 1401l123 278h234l-211 -278h-146zM679 1401l126 278h232l-207 -278h-151z" />
<glyph glyph-name="uhungarumlaut" unicode="&#x171;" horiz-adv-x="897"
d="M86 825h174v-465q0 -215 189 -215q84 0 133 57.5t49 157.5v465h172v-493q0 -155 -101 -255t-258 -100q-160 0 -259 100t-99 261v487zM172 977l123 278h234l-211 -278h-146zM521 977l126 278h232l-207 -278h-151z" />
<glyph glyph-name="Ydieresis" unicode="&#x178;" horiz-adv-x="1130"
d="M57 1274h193l313 -512l309 512h193l-418 -690v-584h-174v582zM258 1522q0 43 31 73.5t75 30.5q43 0 74 -30.5t31 -73.5q0 -44 -31 -75.5t-74 -31.5q-44 0 -75 31t-31 76zM663 1522q0 43 31 73.5t74 30.5q44 0 75 -30.5t31 -73.5q0 -45 -31 -76t-75 -31q-43 0 -74 31.5
t-31 75.5z" />
<glyph glyph-name="Zacute" unicode="&#x179;"
d="M96 1274h860l-608 -1102h596v-172h-878l604 1100h-574v174zM403 1401l133 278h236l-221 -278h-148z" />
<glyph glyph-name="zacute" unicode="&#x17a;" horiz-adv-x="897"
d="M51 825h780l-497 -673h493v-152h-786l502 674h-492v151zM326 977l133 278h236l-221 -278h-148z" />
<glyph glyph-name="Zdotaccent" unicode="&#x17b;"
d="M96 1274h860l-608 -1102h596v-172h-878l604 1100h-574v174zM409 1521q0 44 30.5 75.5t73.5 31.5q44 0 75 -31t31 -76q0 -43 -31 -73.5t-75 -30.5q-43 0 -73.5 31t-30.5 73z" />
<glyph glyph-name="zdotaccent" unicode="&#x17c;" horiz-adv-x="897"
d="M51 825h780l-497 -673h493v-152h-786l502 674h-492v151zM328 1079q0 44 30.5 75.5t73.5 31.5q44 0 75 -31t31 -76q0 -43 -31 -73.5t-75 -30.5q-43 0 -73.5 31t-30.5 73z" />
<glyph glyph-name="Zcaron" unicode="&#x17d;"
d="M96 1274h860l-608 -1102h596v-172h-878l604 1100h-574v174zM530 1509l111 170h205l-225 -278h-193l-215 278h205z" />
<glyph glyph-name="zcaron" unicode="&#x17e;" horiz-adv-x="897"
d="M51 825h780l-497 -673h493v-152h-786l502 674h-492v151zM467 1085l111 170h205l-225 -278h-193l-215 278h205z" />
<glyph glyph-name="florin" unicode="&#x192;" horiz-adv-x="1139"
d="M51 -406l33 156q101 -22 156 -22q59 0 84.5 34.5t40.5 118.5l178 1041h-201l23 139h202l23 135q30 184 104 240.5t189 56.5q40 0 91 -12l116 -27l-35 -154q-99 25 -160 25q-57 0 -81.5 -31.5t-43.5 -128.5l-20 -104h204l-24 -139h-205l-190 -1092q-25 -140 -84.5 -200
t-178.5 -60q-96 0 -221 24z" />
<glyph glyph-name="circumflex" unicode="&#x2c6;" horiz-adv-x="682"
d="M344 1147l-115 -170h-204l217 278h190l225 -278h-204z" />
<glyph glyph-name="caron" unicode="&#x2c7;" horiz-adv-x="682"
d="M358 1085l111 170h205l-225 -278h-193l-215 278h205z" />
<glyph glyph-name="macron" unicode="&#x2c9;" horiz-adv-x="682"
d="M29 1010v147h624v-147h-624z" />
<glyph glyph-name="breve" unicode="&#x2d8;" horiz-adv-x="682"
d="M514 1245h123q-16 -126 -92 -192t-201 -66q-265 0 -299 258h123q28 -133 172 -133q146 0 174 133z" />
<glyph glyph-name="dotaccent" unicode="&#x2d9;" horiz-adv-x="682"
d="M236 1079q0 44 30.5 75.5t73.5 31.5q44 0 75 -31t31 -76q0 -43 -31 -73.5t-75 -30.5q-43 0 -73.5 31t-30.5 73z" />
<glyph glyph-name="ring" unicode="&#x2da;" horiz-adv-x="682"
d="M342 932q-75 0 -127.5 55t-52.5 133q0 72 53.5 125t126.5 53q75 0 127.5 -53.5t52.5 -128.5q0 -76 -52.5 -130t-127.5 -54zM344 1225q-43 0 -74.5 -31.5t-31.5 -75.5q0 -46 31 -78t75 -32q43 0 75 32t32 76q0 46 -31 77.5t-76 31.5z" />
<glyph glyph-name="ogonek" unicode="&#x2db;" horiz-adv-x="682"
d="M225 25h123q-39 -92 -39 -166q0 -65 41.5 -108.5t102.5 -43.5q76 0 168 47v-119q-120 -61 -220 -61q-98 0 -158.5 61t-60.5 160q0 83 43 230z" />
<glyph glyph-name="tilde" unicode="&#x2dc;" horiz-adv-x="682"
d="M139 1001h-133v13q0 93 58 154t147 61q46 0 138 -42t124 -42q35 0 50.5 20.5t21.5 65.5h131q-4 -110 -55.5 -168.5t-139.5 -58.5q-67 0 -149 47q-81 45 -117 45q-34 0 -55 -24t-21 -62v-9z" />
<glyph glyph-name="hungarumlaut" unicode="&#x2dd;" horiz-adv-x="682"
d="M57 977l123 278h234l-211 -278h-146zM406 977l126 278h232l-207 -278h-151z" />
<glyph glyph-name="pi" unicode="&#x3c0;" horiz-adv-x="1260"
d="M1217 764h-226v-764h-182v764h-348v-764h-182v766q-129 0 -230 -51v147q111 58 240 58h928v-156z" />
<glyph glyph-name="endash" unicode="&#x2013;"
d="M-10 604h1046v-182h-1046v182z" />
<glyph glyph-name="emdash" unicode="&#x2014;" horiz-adv-x="2048"
d="M-12 604h2070v-182h-2070v182z" />
<glyph glyph-name="quoteleft" unicode="&#x2018;" horiz-adv-x="449"
d="M242 1313l82 -80q-90 -81 -99 -199h113v-227h-227v225q0 63 35 139.5t96 141.5z" />
<glyph glyph-name="quoteright" unicode="&#x2019;" horiz-adv-x="449"
d="M106 1298h226v-231q0 -68 -36 -143t-97 -131l-80 75q98 98 100 205h-113v225z" />
<glyph glyph-name="quotesinglbase" unicode="&#x201a;" horiz-adv-x="449"
d="M203 252l215 -84l-236 -512l-155 61z" />
<glyph glyph-name="quotedblleft" unicode="&#x201c;" horiz-adv-x="788"
d="M614 1311l80 -78q-91 -95 -100 -203h108v-225h-223v213q0 152 135 293zM227 1309l78 -76q-89 -112 -96 -201h110v-229h-225v174q0 108 31.5 182.5t101.5 149.5z" />
<glyph glyph-name="quotedblright" unicode="&#x201d;" horiz-adv-x="788"
d="M479 1296h223v-223q0 -151 -131 -280l-79 75q93 95 100 201h-113v227zM94 1296h225v-204q0 -160 -137 -301l-80 79q94 84 103 199h-111v227z" />
<glyph glyph-name="quotedblbase" unicode="&#x201e;" horiz-adv-x="788"
d="M479 231h223v-208q0 -89 -31.5 -155.5t-101.5 -141.5l-77 77q91 95 100 201h-113v227zM92 229h225v-209q0 -164 -135 -294l-80 77q87 86 103 199h-113v227z" />
<glyph glyph-name="dagger" unicode="&#x2020;" horiz-adv-x="897"
d="M477 -379h-65q-2 295 -37 557q-17 124 -17 199q0 90 25.5 194.5t26.5 173.5q-50 1 -126 -25t-118 -26q-37 0 -60.5 24t-23.5 60q0 84 94 84q36 0 99 -23.5t137 -23.5q-3 108 -28.5 230t-25.5 167q0 57 24.5 89t66.5 32q39 0 62.5 -33t23.5 -90q0 -35 -28.5 -159
t-31.5 -236q50 0 126.5 23.5t115.5 23.5q40 0 66 -23.5t26 -60.5q0 -35 -25.5 -58.5t-62.5 -23.5q-42 0 -113.5 25t-128.5 24q0 -56 25.5 -165t25.5 -201q0 -68 -12 -150q-36 -268 -41 -608z" />
<glyph glyph-name="daggerdbl" unicode="&#x2021;" horiz-adv-x="897"
d="M471 973q76 0 160 31q55 18 80 18q38 0 66 -26t28 -62t-25 -58t-67 -22q-52 0 -116 25.5t-126 25.5q0 -59 28.5 -130t28.5 -105q0 -37 -27.5 -103t-27.5 -92q0 -31 26.5 -100t26.5 -109q0 -33 -26.5 -101.5t-26.5 -117.5q63 0 135 24.5t107 24.5q39 0 63.5 -22.5
t24.5 -59.5q0 -38 -24.5 -62t-63.5 -24q-41 0 -109.5 24.5t-134.5 24.5q0 -73 31 -159q24 -74 24 -111q0 -88 -86 -88q-39 0 -63.5 24t-24.5 62q0 41 28 124t28 151q-62 0 -139 -26t-105 -26q-38 0 -65 24.5t-27 57.5q0 40 25 63t67 23q41 0 113.5 -24.5t128.5 -24.5
q0 53 -27 121t-27 111q0 38 27 96t27 102q0 34 -28 94.5t-28 104.5q0 35 26.5 102t29.5 127q-49 1 -124 -25t-118 -26q-40 0 -66 23.5t-26 60.5q0 35 28 60.5t68 25.5q26 0 95.5 -25.5t144.5 -25.5q0 69 -27 155t-27 117q0 37 25 61.5t63 24.5q37 0 61.5 -25t24.5 -63
q0 -42 -27.5 -117.5t-29.5 -152.5z" />
<glyph glyph-name="bullet" unicode="&#x2022;" horiz-adv-x="717"
d="M358 465q-104 0 -179 74t-75 178q0 105 75 179.5t179 74.5q105 0 179.5 -74.5t74.5 -179.5q0 -104 -74.5 -178t-179.5 -74z" />
<glyph glyph-name="ellipsis" unicode="&#x2026;" horiz-adv-x="2048"
d="M195 131q0 60 42 102.5t103 42.5t104 -42.5t43 -102.5q0 -61 -43 -104t-104 -43t-103 43t-42 104zM877 129q0 60 43 102.5t104 42.5t104 -42.5t43 -102.5q0 -61 -43 -104t-104 -43t-104 43t-43 104zM1561 129q0 61 42.5 103t102.5 42q61 0 104 -42t43 -103t-43 -103
t-104 -42q-60 0 -102.5 42t-42.5 103z" />
<glyph glyph-name="perthousand" unicode="&#x2030;" horiz-adv-x="2367"
d="M74 944q0 173 77 272t211 99q132 0 207.5 -98t75.5 -269q0 -166 -76 -261t-209 -95q-130 0 -208 95.5t-78 256.5zM209 963q0 -240 151 -240q148 0 148 231q0 228 -148 228q-151 0 -151 -219zM1147 1315h131l-893 -1405h-131zM1585 260q0 174 77 272.5t212 98.5
q132 0 207.5 -97.5t75.5 -269.5q0 -165 -76.5 -259.5t-208.5 -94.5q-130 0 -208.5 95t-78.5 255zM1720 279q0 -240 152 -240q147 0 147 231q0 230 -147 230q-152 0 -152 -221zM883 260q0 174 77 272.5t211 98.5q132 0 207.5 -97.5t75.5 -269.5q0 -166 -76 -260t-209 -94
q-130 0 -208 95t-78 255zM1020 262q0 -105 39.5 -164t109.5 -59q148 0 148 231q0 230 -148 230q-149 0 -149 -238z" />
<glyph glyph-name="guilsinglleft" unicode="&#x2039;" horiz-adv-x="555"
d="M270 1026h185l-195 -471l191 -473h-183l-192 469z" />
<glyph glyph-name="guilsinglright" unicode="&#x203a;" horiz-adv-x="557"
d="M72 1026h186l195 -473l-195 -471h-184l192 473z" />
<glyph glyph-name="Euro" unicode="&#x20ac;" horiz-adv-x="1059"
d="M985 49q-136 -92 -295 -92q-214 0 -358.5 133.5t-188.5 374.5h-106l37 119h57q-3 53 0 106h-86l27 119h73q47 239 189.5 373.5t347.5 134.5q141 0 303 -86v-197q-162 103 -297 103q-287 0 -360 -328h567l-29 -119h-555q-2 -17 -2 -57l2 -49h523l-29 -119h-479
q67 -324 376 -324q134 0 283 107v-199z" />
<glyph glyph-name="trademark" unicode="&#x2122;" horiz-adv-x="2048"
d="M489 651v695h-264v120h666v-120h-266v-695h-136zM983 651v815h201l202 -651h5l196 651h197v-815h-125v684h-4l-205 -684h-123l-215 695h-4v-695h-125z" />
<glyph glyph-name="uni2126" unicode="&#x2126;" horiz-adv-x="1573"
d="M496 160q-108 67 -165 130q-87 96 -134 225.5t-47 286.5q0 196 79.5 360.5t231 252.5t347.5 88q336 0 516 -254q131 -186 131 -448q0 -168 -54 -297.5t-141 -222.5q-53 -58 -149 -121l364 6v-166h-575v177q80 40 124 78q72 61 122 145t75.5 179t25.5 198
q0 138 -49.5 277.5t-150 212.5t-243.5 73q-191 0 -296 -120q-146 -169 -146 -440q0 -217 91 -372.5t251 -227.5v-180h-577v168z" />
<glyph glyph-name="partialdiff" unicode="&#x2202;" horiz-adv-x="1012"
d="M422 1138l-135 60q70 157 168 225t192 68q76 0 137.5 -39.5t92.5 -90.5q47 -79 69.5 -187t22.5 -248q0 -288 -86.5 -512.5t-233.5 -331.5t-289 -107q-137 0 -222.5 91t-85.5 256q0 226 153 387q197 207 649 215q-4 168 -24 256t-68 135.5t-113 47.5q-62 0 -121 -49.5
t-106 -175.5zM850 796q-244 -14 -357.5 -68t-187 -176.5t-73.5 -248.5q0 -83 51 -137t119 -54q75 0 160 55q117 76 190.5 234.5t97.5 394.5z" />
<glyph glyph-name="uni2206" unicode="&#x2206;" horiz-adv-x="1253"
d="M668 1409l577 -1409h-1233zM594 1059l-447 -959h844z" />
<glyph glyph-name="product" unicode="&#x220f;" horiz-adv-x="1686"
d="M161 1491h1362v-1922h-191v1748h-978v-1748h-193v1922z" />
<glyph glyph-name="summation" unicode="&#x2211;" horiz-adv-x="1460"
d="M139 1491h1237v-164h-988l607 -775l-649 -822h1040v-161h-1264v187l620 788l-603 772v175z" />
<glyph glyph-name="fraction" unicode="&#x2215;" horiz-adv-x="276"
d="M520 1315h131l-893 -1405h-133z" />
<glyph glyph-name="radical" unicode="&#x221a;" horiz-adv-x="1124"
d="M1055 1868l-307 -1946l-498 1028l-197 -96l-33 68l299 147l404 -825l260 1634z" />
<glyph glyph-name="infinity" unicode="&#x221e;" horiz-adv-x="1460"
d="M681 843q74 121 151 174.5t172 53.5q132 0 219.5 -93.5t87.5 -255.5t-87.5 -255.5t-219.5 -93.5q-94 0 -171 53t-152 175q-60 -84 -138 -128t-149 -44q-101 0 -171.5 78.5t-70.5 214.5t70.5 214t171.5 78q71 0 149 -44t138 -127zM774 724q84 -129 118 -158
q53 -45 115 -45q76 0 117 59t41 146q0 94 -45 146t-110 52q-51 0 -102.5 -36t-133.5 -164zM595 726q-100 141 -190 141q-46 0 -79.5 -37t-33.5 -103q0 -68 33 -106t80 -38q39 0 70 21q54 36 120 122z" />
<glyph glyph-name="integral" unicode="&#x222b;" horiz-adv-x="561"
d="M602 1760q0 -39 -29.5 -64t-75.5 -25q-37 0 -60 25t-44 25q-18 0 -27.5 -14.5t-9.5 -43.5q0 -34 19.5 -256t19.5 -551q0 -505 -30 -709.5t-79 -282.5q-26 -41 -67.5 -62t-85.5 -21q-49 0 -86 35t-37 85q0 38 25.5 65t64.5 27q34 0 65.5 -33t44.5 -33q25 0 39.5 44.5
t14.5 153.5q0 37 -6 197t-6 562q0 481 17 638.5t41 215.5q29 70 69 104t84 34q57 0 98 -32.5t41 -83.5z" />
<glyph glyph-name="approxequal" unicode="&#x2248;" horiz-adv-x="1343"
d="M1212 1046v-146q-152 -127 -284 -127q-72 0 -133.5 23t-183 81t-189.5 58q-128 0 -291 -137v143q157 125 293 125q60 0 121.5 -21t187.5 -80.5t191 -59.5q130 0 288 141zM1212 646v-146q-152 -127 -284 -127q-72 0 -133.5 23t-183 81t-189.5 58q-128 0 -291 -137v143
q157 125 293 125q60 0 121.5 -21t187.5 -80.5t191 -59.5q130 0 288 141z" />
<glyph glyph-name="notequal" unicode="&#x2260;" horiz-adv-x="1366"
d="M1227 367h-658l-160 -286l-100 57l127 229h-297v131h372l184 336h-556v133h633l159 289l101 -57l-129 -232h324v-133h-398l-187 -336h585v-131z" />
<glyph glyph-name="lessequal" unicode="&#x2264;" horiz-adv-x="1366"
d="M1225 147l-1084 457v119l1084 457v-144l-908 -372l908 -375v-142zM139 86h1088v-131h-1088v131z" />
<glyph glyph-name="greaterequal" unicode="&#x2265;" horiz-adv-x="1366"
d="M139 1180l1086 -459v-117l-1086 -457v142l910 373l-910 374v144zM139 86h1088v-131h-1088v131z" />
<glyph glyph-name="lozenge" unicode="&#x25ca;" horiz-adv-x="1012"
d="M962 763l-397 -763h-122l-397 763l397 763h122zM839 763l-335 652l-335 -652l335 -652z" />
<glyph glyph-name="uniF001" unicode="&#xf001;"
d="M920 958h-170q-6 94 -58 144.5t-139 50.5q-73 0 -129.5 -63t-56.5 -144v-119h235v-157h-235v-670h-168v670h-158v157h158v142q0 146 105.5 249t256.5 103q138 0 248.5 -96t110.5 -267zM752 829h168v-829h-168v829z" />
<glyph glyph-name="uniF001" unicode="&#xfb01;"
d="M920 958h-170q-6 94 -58 144.5t-139 50.5q-73 0 -129.5 -63t-56.5 -144v-119h235v-157h-235v-670h-168v670h-158v157h158v142q0 146 105.5 249t256.5 103q138 0 248.5 -96t110.5 -267zM752 829h168v-829h-168v829z" />
<glyph glyph-name="uniF002" unicode="&#xf002;"
d="M918 0h-168v956q0 82 -56 138.5t-137 56.5q-77 0 -134.5 -63.5t-57.5 -149.5v-113h237v-157h-237v-668h-168v668h-156v157h158v144q0 144 104 247t250 103q147 0 256 -98.5t109 -231.5v-989z" />
<glyph glyph-name="uniF002" unicode="&#xfb02;"
d="M918 0h-168v956q0 82 -56 138.5t-137 56.5q-77 0 -134.5 -63.5t-57.5 -149.5v-113h237v-157h-237v-668h-168v668h-156v157h158v144q0 144 104 247t250 103q147 0 256 -98.5t109 -231.5v-989z" />
<glyph glyph-name="glyph210" horiz-adv-x="717"
/>
<glyph glyph-name="foursuperior" horiz-adv-x="788"
d="M633 1333v-583h78v-111h-78v-150h-113v150h-467zM518 1030l-235 -280h235v280z" />
<glyph glyph-name="commaaccent" horiz-adv-x="449"
d="M319 -272q0 -117 -106 -220l-63 60q79 80 79 166h-90v178h180v-184z" />
<hkern u1="&#x2c;" u2="&#x201d;" k="20" />
<hkern u1="&#x2c;" u2="&#x2019;" k="20" />
<hkern u1="&#x2e;" u2="&#x201d;" k="82" />
<hkern u1="&#x2e;" u2="&#x2019;" k="82" />
<hkern u1="A" u2="&#x201d;" k="184" />
<hkern u1="A" u2="&#x2019;" k="184" />
<hkern u1="A" u2="y" k="82" />
<hkern u1="A" u2="w" k="82" />
<hkern u1="A" u2="v" k="61" />
<hkern u1="A" u2="Y" k="125" />
<hkern u1="A" u2="W" k="164" />
<hkern u1="A" u2="V" k="164" />
<hkern u1="A" u2="U" k="61" />
<hkern u1="A" u2="T" k="102" />
<hkern u1="A" u2="Q" k="61" />
<hkern u1="A" u2="O" k="82" />
<hkern u1="A" u2="G" k="61" />
<hkern u1="A" u2="C" k="82" />
<hkern u1="B" u2="&#xdc;" k="41" />
<hkern u1="B" u2="&#xc5;" k="41" />
<hkern u1="B" u2="&#xc4;" k="41" />
<hkern u1="B" u2="U" k="41" />
<hkern u1="B" u2="A" k="41" />
<hkern u1="B" u2="&#x2e;" k="61" />
<hkern u1="B" u2="&#x2c;" k="102" />
<hkern u1="D" u2="&#xc5;" k="41" />
<hkern u1="D" u2="&#xc4;" k="41" />
<hkern u1="D" u2="Y" k="61" />
<hkern u1="D" u2="W" k="41" />
<hkern u1="D" u2="V" k="41" />
<hkern u1="D" u2="A" k="41" />
<hkern u1="D" u2="&#x2e;" k="61" />
<hkern u1="D" u2="&#x2c;" k="123" />
<hkern u1="F" u2="&#xf6;" k="20" />
<hkern u1="F" u2="&#xe5;" k="20" />
<hkern u1="F" u2="&#xe4;" k="20" />
<hkern u1="F" u2="&#xc5;" k="61" />
<hkern u1="F" u2="&#xc4;" k="61" />
<hkern u1="F" u2="r" k="20" />
<hkern u1="F" u2="o" k="20" />
<hkern u1="F" u2="e" k="-20" />
<hkern u1="F" u2="a" k="20" />
<hkern u1="F" u2="A" k="61" />
<hkern u1="F" u2="&#x2e;" k="205" />
<hkern u1="F" u2="&#x2c;" k="205" />
<hkern u1="G" u2="&#x2e;" k="82" />
<hkern u1="G" u2="&#x2c;" k="123" />
<hkern u1="J" u2="&#xf6;" k="20" />
<hkern u1="J" u2="&#xe5;" k="20" />
<hkern u1="J" u2="&#xe4;" k="20" />
<hkern u1="J" u2="y" k="20" />
<hkern u1="J" u2="o" k="20" />
<hkern u1="J" u2="a" k="20" />
<hkern u1="J" u2="&#x3b;" k="82" />
<hkern u1="J" u2="&#x3a;" k="20" />
<hkern u1="J" u2="&#x2e;" k="102" />
<hkern u1="J" u2="&#x2c;" k="102" />
<hkern u1="K" u2="&#xfc;" k="20" />
<hkern u1="K" u2="&#xf6;" k="41" />
<hkern u1="K" u2="&#xe5;" k="41" />
<hkern u1="K" u2="&#xe4;" k="41" />
<hkern u1="K" u2="&#xd6;" k="41" />
<hkern u1="K" u2="y" k="82" />
<hkern u1="K" u2="w" k="102" />
<hkern u1="K" u2="v" k="61" />
<hkern u1="K" u2="u" k="20" />
<hkern u1="K" u2="o" k="41" />
<hkern u1="K" u2="e" k="20" />
<hkern u1="K" u2="a" k="41" />
<hkern u1="K" u2="O" k="41" />
<hkern u1="K" u2="G" k="61" />
<hkern u1="K" u2="C" k="61" />
<hkern u1="L" u2="&#x201d;" k="123" />
<hkern u1="L" u2="&#x2019;" k="102" />
<hkern u1="L" u2="&#xdc;" k="20" />
<hkern u1="L" u2="&#xd6;" k="20" />
<hkern u1="L" u2="y" k="20" />
<hkern u1="L" u2="w" k="20" />
<hkern u1="L" u2="Y" k="102" />
<hkern u1="L" u2="W" k="102" />
<hkern u1="L" u2="V" k="61" />
<hkern u1="L" u2="U" k="20" />
<hkern u1="L" u2="T" k="61" />
<hkern u1="L" u2="O" k="20" />
<hkern u1="L" u2="G" k="41" />
<hkern u1="L" u2="C" k="20" />
<hkern u1="O" u2="&#xc5;" k="41" />
<hkern u1="O" u2="&#xc4;" k="41" />
<hkern u1="O" u2="Y" k="61" />
<hkern u1="O" u2="X" k="41" />
<hkern u1="O" u2="W" k="41" />
<hkern u1="O" u2="V" k="41" />
<hkern u1="O" u2="T" k="41" />
<hkern u1="O" u2="A" k="41" />
<hkern u1="O" u2="&#x2e;" k="82" />
<hkern u1="O" u2="&#x2c;" k="123" />
<hkern u1="P" u2="&#xe5;" k="123" />
<hkern u1="P" u2="&#xc5;" k="164" />
<hkern u1="P" u2="&#xc4;" k="164" />
<hkern u1="P" u2="o" k="102" />
<hkern u1="P" u2="e" k="123" />
<hkern u1="P" u2="a" k="123" />
<hkern u1="P" u2="A" k="164" />
<hkern u1="P" u2="&#x2e;" k="266" />
<hkern u1="P" u2="&#x2c;" k="328" />
<hkern u1="Q" u2="Y" k="61" />
<hkern u1="Q" u2="W" k="41" />
<hkern u1="Q" u2="V" k="41" />
<hkern u1="Q" u2="T" k="20" />
<hkern u1="Q" u2="&#x2e;" k="20" />
<hkern u1="R" u2="&#xf6;" k="61" />
<hkern u1="R" u2="&#xe5;" k="82" />
<hkern u1="R" u2="&#xe4;" k="82" />
<hkern u1="R" u2="y" k="61" />
<hkern u1="R" u2="w" k="41" />
<hkern u1="R" u2="o" k="61" />
<hkern u1="R" u2="e" k="61" />
<hkern u1="R" u2="a" k="82" />
<hkern u1="R" u2="Y" k="102" />
<hkern u1="R" u2="W" k="41" />
<hkern u1="R" u2="V" k="41" />
<hkern u1="S" u2="&#x2e;" k="41" />
<hkern u1="S" u2="&#x2c;" k="61" />
<hkern u1="T" u2="&#xe5;" k="164" />
<hkern u1="T" u2="&#xd6;" k="41" />
<hkern u1="T" u2="&#xc5;" k="41" />
<hkern u1="T" u2="&#xc4;" k="41" />
<hkern u1="T" u2="z" k="41" />
<hkern u1="T" u2="y" k="82" />
<hkern u1="T" u2="w" k="102" />
<hkern u1="T" u2="u" k="82" />
<hkern u1="T" u2="s" k="102" />
<hkern u1="T" u2="r" k="102" />
<hkern u1="T" u2="o" k="164" />
<hkern u1="T" u2="m" k="102" />
<hkern u1="T" u2="e" k="164" />
<hkern u1="T" u2="c" k="102" />
<hkern u1="T" u2="a" k="164" />
<hkern u1="T" u2="Q" k="41" />
<hkern u1="T" u2="O" k="41" />
<hkern u1="T" u2="G" k="41" />
<hkern u1="T" u2="C" k="61" />
<hkern u1="T" u2="A" k="41" />
<hkern u1="T" u2="&#x3b;" k="143" />
<hkern u1="T" u2="&#x3a;" k="61" />
<hkern u1="T" u2="&#x2e;" k="164" />
<hkern u1="T" u2="&#x2d;" k="143" />
<hkern u1="T" u2="&#x2c;" k="164" />
<hkern u1="U" u2="&#x2e;" k="20" />
<hkern u1="U" u2="&#x2c;" k="61" />
<hkern u1="V" u2="&#xe5;" k="143" />
<hkern u1="V" u2="&#xd6;" k="61" />
<hkern u1="V" u2="&#xc5;" k="143" />
<hkern u1="V" u2="&#xc4;" k="143" />
<hkern u1="V" u2="y" k="41" />
<hkern u1="V" u2="u" k="41" />
<hkern u1="V" u2="r" k="41" />
<hkern u1="V" u2="o" k="123" />
<hkern u1="V" u2="e" k="123" />
<hkern u1="V" u2="a" k="143" />
<hkern u1="V" u2="Q" k="41" />
<hkern u1="V" u2="O" k="61" />
<hkern u1="V" u2="G" k="41" />
<hkern u1="V" u2="C" k="20" />
<hkern u1="V" u2="A" k="143" />
<hkern u1="V" u2="&#x3b;" k="184" />
<hkern u1="V" u2="&#x3a;" k="61" />
<hkern u1="V" u2="&#x2e;" k="205" />
<hkern u1="V" u2="&#x2d;" k="123" />
<hkern u1="V" u2="&#x2c;" k="246" />
<hkern u1="W" u2="&#xe5;" k="143" />
<hkern u1="W" u2="&#xd6;" k="41" />
<hkern u1="W" u2="&#xc5;" k="143" />
<hkern u1="W" u2="&#xc4;" k="143" />
<hkern u1="W" u2="y" k="41" />
<hkern u1="W" u2="u" k="41" />
<hkern u1="W" u2="r" k="61" />
<hkern u1="W" u2="o" k="164" />
<hkern u1="W" u2="e" k="164" />
<hkern u1="W" u2="d" k="184" />
<hkern u1="W" u2="a" k="143" />
<hkern u1="W" u2="O" k="41" />
<hkern u1="W" u2="G" k="41" />
<hkern u1="W" u2="C" k="41" />
<hkern u1="W" u2="A" k="143" />
<hkern u1="W" u2="&#x3b;" k="164" />
<hkern u1="W" u2="&#x3a;" k="82" />
<hkern u1="W" u2="&#x2e;" k="184" />
<hkern u1="W" u2="&#x2d;" k="143" />
<hkern u1="W" u2="&#x2c;" k="225" />
<hkern u1="X" u2="&#xd6;" k="61" />
<hkern u1="X" u2="O" k="61" />
<hkern u1="X" u2="G" k="61" />
<hkern u1="X" u2="C" k="61" />
<hkern u1="Y" u2="&#xe5;" k="184" />
<hkern u1="Y" u2="&#xd6;" k="82" />
<hkern u1="Y" u2="&#xc5;" k="82" />
<hkern u1="Y" u2="&#xc4;" k="82" />
<hkern u1="Y" u2="v" k="20" />
<hkern u1="Y" u2="u" k="82" />
<hkern u1="Y" u2="q" k="164" />
<hkern u1="Y" u2="p" k="123" />
<hkern u1="Y" u2="o" k="164" />
<hkern u1="Y" u2="e" k="164" />
<hkern u1="Y" u2="d" k="164" />
<hkern u1="Y" u2="a" k="184" />
<hkern u1="Y" u2="S" k="20" />
<hkern u1="Y" u2="O" k="82" />
<hkern u1="Y" u2="G" k="61" />
<hkern u1="Y" u2="C" k="61" />
<hkern u1="Y" u2="A" k="82" />
<hkern u1="Y" u2="&#x3b;" k="184" />
<hkern u1="Y" u2="&#x3a;" k="143" />
<hkern u1="Y" u2="&#x2e;" k="164" />
<hkern u1="Y" u2="&#x2d;" k="143" />
<hkern u1="Y" u2="&#x2c;" k="184" />
<hkern u1="a" u2="y" k="41" />
<hkern u1="b" u2="y" k="102" />
<hkern u1="b" u2="w" k="61" />
<hkern u1="b" u2="v" k="41" />
<hkern u1="b" u2="b" k="20" />
<hkern u1="b" u2="&#x2e;" k="41" />
<hkern u1="b" u2="&#x2c;" k="82" />
<hkern u1="c" u2="y" k="-20" />
<hkern u1="c" u2="k" k="-41" />
<hkern u1="c" u2="h" k="-82" />
<hkern u1="d" u2="y" k="61" />
<hkern u1="d" u2="w" k="41" />
<hkern u1="e" u2="y" k="82" />
<hkern u1="e" u2="x" k="61" />
<hkern u1="e" u2="w" k="41" />
<hkern u1="e" u2="b" k="41" />
<hkern u1="e" u2="&#x2e;" k="20" />
<hkern u1="e" u2="&#x2c;" k="82" />
<hkern u1="f" u2="&#x201d;" k="-143" />
<hkern u1="f" u2="&#x2019;" k="-143" />
<hkern u1="f" u2="o" k="41" />
<hkern u1="f" u2="&#x3f;" k="-82" />
<hkern u1="f" u2="&#x2e;" k="82" />
<hkern u1="f" u2="&#x2c;" k="123" />
<hkern u1="f" u2="&#x21;" k="-41" />
<hkern u1="f" u2="&#x20;" k="-61" />
<hkern u1="g" u2="&#xe5;" k="41" />
<hkern u1="g" u2="&#xe4;" k="41" />
<hkern u1="g" u2="y" k="41" />
<hkern u1="g" u2="e" k="41" />
<hkern u1="g" u2="a" k="41" />
<hkern u1="g" u2="&#x2e;" k="41" />
<hkern u1="g" u2="&#x2c;" k="41" />
<hkern u1="h" u2="y" k="41" />
<hkern u1="k" u2="&#xf6;" k="20" />
<hkern u1="k" u2="o" k="20" />
<hkern u1="k" u2="e" k="41" />
<hkern u1="m" u2="&#xfc;" k="-41" />
<hkern u1="m" u2="y" k="41" />
<hkern u1="m" u2="u" k="-41" />
<hkern u1="n" u2="&#x2019;" k="41" />
<hkern u1="n" u2="y" k="61" />
<hkern u1="o" u2="y" k="41" />
<hkern u1="o" u2="x" k="61" />
<hkern u1="o" u2="w" k="61" />
<hkern u1="o" u2="&#x2e;" k="41" />
<hkern u1="o" u2="&#x2c;" k="61" />
<hkern u1="p" u2="y" k="82" />
<hkern u1="p" u2="w" k="61" />
<hkern u1="p" u2="&#x2e;" k="41" />
<hkern u1="p" u2="&#x2c;" k="82" />
<hkern u1="r" u2="&#xfc;" k="-41" />
<hkern u1="r" u2="&#xf6;" k="41" />
<hkern u1="r" u2="&#xe5;" k="20" />
<hkern u1="r" u2="&#xe4;" k="20" />
<hkern u1="r" u2="v" k="-82" />
<hkern u1="r" u2="u" k="-41" />
<hkern u1="r" u2="t" k="-41" />
<hkern u1="r" u2="q" k="20" />
<hkern u1="r" u2="o" k="41" />
<hkern u1="r" u2="n" k="-41" />
<hkern u1="r" u2="m" k="-41" />
<hkern u1="r" u2="l" k="-41" />
<hkern u1="r" u2="k" k="-41" />
<hkern u1="r" u2="j" k="-41" />
<hkern u1="r" u2="a" k="20" />
<hkern u1="r" u2="&#x3b;" k="61" />
<hkern u1="r" u2="&#x2e;" k="143" />
<hkern u1="r" u2="&#x2d;" k="61" />
<hkern u1="r" u2="&#x2c;" k="143" />
<hkern u1="s" u2="w" k="20" />
<hkern u1="s" u2="&#x2e;" k="20" />
<hkern u1="s" u2="&#x2c;" k="41" />
<hkern u1="v" u2="&#xf6;" k="41" />
<hkern u1="v" u2="&#xe5;" k="41" />
<hkern u1="v" u2="&#xe4;" k="41" />
<hkern u1="v" u2="q" k="41" />
<hkern u1="v" u2="o" k="41" />
<hkern u1="v" u2="e" k="41" />
<hkern u1="v" u2="d" k="41" />
<hkern u1="v" u2="c" k="20" />
<hkern u1="v" u2="a" k="41" />
<hkern u1="v" u2="&#x2e;" k="123" />
<hkern u1="v" u2="&#x2c;" k="164" />
<hkern u1="w" u2="&#xf6;" k="41" />
<hkern u1="w" u2="&#xe5;" k="82" />
<hkern u1="w" u2="&#xe4;" k="82" />
<hkern u1="w" u2="q" k="41" />
<hkern u1="w" u2="o" k="41" />
<hkern u1="w" u2="e" k="41" />
<hkern u1="w" u2="d" k="41" />
<hkern u1="w" u2="c" k="20" />
<hkern u1="w" u2="a" k="82" />
<hkern u1="w" u2="&#x2e;" k="123" />
<hkern u1="w" u2="&#x2c;" k="184" />
<hkern u1="x" u2="&#xf6;" k="41" />
<hkern u1="x" u2="o" k="41" />
<hkern u1="x" u2="e" k="41" />
<hkern u1="x" u2="d" k="41" />
<hkern u1="x" u2="c" k="41" />
<hkern u1="y" u2="&#xf6;" k="61" />
<hkern u1="y" u2="&#xe5;" k="82" />
<hkern u1="y" u2="&#xe4;" k="82" />
<hkern u1="y" u2="o" k="61" />
<hkern u1="y" u2="g" k="41" />
<hkern u1="y" u2="e" k="41" />
<hkern u1="y" u2="d" k="82" />
<hkern u1="y" u2="c" k="61" />
<hkern u1="y" u2="a" k="82" />
<hkern u1="y" u2="&#x2e;" k="123" />
<hkern u1="y" u2="&#x2c;" k="143" />
<hkern u1="z" u2="d" k="20" />
<hkern u1="&#xc4;" u2="&#x201d;" k="184" />
<hkern u1="&#xc4;" u2="&#x2019;" k="184" />
<hkern u1="&#xc4;" u2="y" k="82" />
<hkern u1="&#xc4;" u2="w" k="82" />
<hkern u1="&#xc4;" u2="v" k="61" />
<hkern u1="&#xc4;" u2="Y" k="125" />
<hkern u1="&#xc4;" u2="W" k="164" />
<hkern u1="&#xc4;" u2="V" k="164" />
<hkern u1="&#xc4;" u2="U" k="61" />
<hkern u1="&#xc4;" u2="T" k="102" />
<hkern u1="&#xc4;" u2="Q" k="61" />
<hkern u1="&#xc4;" u2="O" k="82" />
<hkern u1="&#xc4;" u2="G" k="61" />
<hkern u1="&#xc4;" u2="C" k="82" />
<hkern u1="&#xc5;" u2="&#x201d;" k="184" />
<hkern u1="&#xc5;" u2="&#x2019;" k="184" />
<hkern u1="&#xc5;" u2="y" k="82" />
<hkern u1="&#xc5;" u2="w" k="82" />
<hkern u1="&#xc5;" u2="v" k="61" />
<hkern u1="&#xc5;" u2="Y" k="125" />
<hkern u1="&#xc5;" u2="W" k="164" />
<hkern u1="&#xc5;" u2="V" k="164" />
<hkern u1="&#xc5;" u2="U" k="61" />
<hkern u1="&#xc5;" u2="T" k="102" />
<hkern u1="&#xc5;" u2="Q" k="61" />
<hkern u1="&#xc5;" u2="O" k="82" />
<hkern u1="&#xc5;" u2="G" k="61" />
<hkern u1="&#xc5;" u2="C" k="82" />
<hkern u1="&#xd6;" u2="Y" k="61" />
<hkern u1="&#xd6;" u2="X" k="41" />
<hkern u1="&#xd6;" u2="W" k="41" />
<hkern u1="&#xd6;" u2="V" k="41" />
<hkern u1="&#xd6;" u2="T" k="41" />
<hkern u1="&#xd6;" u2="A" k="41" />
<hkern u1="&#xe4;" u2="y" k="41" />
<hkern u1="&#xe5;" u2="y" k="41" />
<hkern u1="&#xf6;" u2="y" k="41" />
<hkern u1="&#xf6;" u2="x" k="61" />
<hkern u1="&#xf6;" u2="w" k="61" />
<hkern u1="&#x2018;" u2="&#xc5;" k="164" />
<hkern u1="&#x2018;" u2="&#xc4;" k="164" />
<hkern u1="&#x2018;" u2="A" k="164" />
<hkern u1="&#x2019;" u2="s" k="41" />
<hkern u1="&#x2019;" u2="d" k="61" />
<hkern u1="&#x201c;" u2="&#xc5;" k="123" />
<hkern u1="&#x201c;" u2="&#xc4;" k="123" />
<hkern u1="&#x201c;" u2="A" k="123" />
</font>
</defs></svg>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment