Update hello theme with sass sources included

This commit is contained in:
Frédéric Guillot 2014-09-15 12:15:56 +02:00
parent 9a686c0c1b
commit e29a22442d
36 changed files with 1224 additions and 6343 deletions

View File

@ -4,6 +4,6 @@ hello
Un thème pour [Miniflux 1.1.3](http://miniflux.net/) avec utilisation de :
* Font Awesome 4 .1 [http://fortawesome.github.io/Font-Awesome/](http://fortawesome.github.io/Font-Awesome/)
* Oxygen-Sans
* Open Sans

25
themes/hello/config.rb Executable file
View File

@ -0,0 +1,25 @@
# Require any additional compass plugins here.
# Set this to the root of your project when deployed:
http_path = "/miniflux/"
css_dir = "css"
sass_dir = "scss"
images_dir = "images"
fonts_dir = "fonts"
# You can select your preferred output style here (can be overridden via the command line):
# output_style = :expanded or :nested or :compact or :compressed
output_style = :nested
# To enable relative paths to assets via compass helper functions. Uncomment:
relative_assets = true
# To disable debugging comments that display the original location of your selectors. Uncomment:
line_comments = false
# If you prefer the indented syntax, you might want to regenerate this
# project again passing --syntax sass, or you can uncomment this:
# preferred_syntax = :sass
# and then run:
# sass-convert -R --from scss --to sass assets/sass scss && rm -rf sass && mv scss sass

461
themes/hello/css/app.css Normal file → Executable file
View File

@ -1,3 +1,5 @@
@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Montserrat:700,400);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
@ -13,14 +15,14 @@ menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0; }
html {
line-height: 1;
border: 0;
font: inherit;
font-size: 100%;
vertical-align: baseline; }
html {
line-height: 1; }
ol, ul {
list-style: none; }
@ -42,140 +44,84 @@ q, blockquote {
a img {
border: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
display: block; }
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
word-wrap: break-word; }
.alert.alert-normal h3, .page-header h2, .page-section h2, .items article h2 a, #current-item > h1 {
font-family: "Montserrat", sans-serif;
font-weight: 700;
font-size: 1rem; }
strong {
font-weight: bold; }
.items article .preview {
font-family: Helvetica, Arial, sans-serif;
font-size: 0.9rem; }
/*
* Font awesome
*/
@font-face {
font-family: 'FontAwesome';
src: url("../fonts/fontawesome-webfont.eot?v=4.1.0");
src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
font-weight: normal;
font-style: normal; }
header nav li > a:before, .page-header ul li a, .items .item-menu li a:before {
font-family: "FontAwesome"; }
header nav li > a:before, .page-header ul li a, .items .item-menu li a {
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
/*
* Open Sans
*
*/
@font-face {
font-family: "OpenSansLight";
src: url(../fonts/OpenSans-Light-webfont.eot);
src: url(../fonts/OpenSans-Light-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-Light-webfont.woff) format("woff"), url(../fonts/OpenSans-Light-webfont.ttf) format("truetype"), url(../fonts/OpenSans-Light-webfont.svg#OpenSansLight) format("svg");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: "OpenSansRegular";
src: url(../fonts/OpenSans-Regular-webfont.eot);
src: url(../fonts/OpenSans-Regular-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-Regular-webfont.woff) format("woff"), url(../fonts/OpenSans-Regular-webfont.ttf) format("truetype"), url(../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular) format("svg");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: "OpenSansRegular";
src: url(../fonts/OpenSans-Bold-webfont.eot);
src: url(../fonts/OpenSans-Bold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-Bold-webfont.woff) format("woff"), url(../fonts/OpenSans-Bold-webfont.ttf) format("truetype"), url(../fonts/OpenSans-Bold-webfont.svg#OpenSansBold) format("svg");
font-weight: bold;
font-style: normal; }
/*
* Oxygen
*
*/
@font-face {
font-family: 'Oxygen-Sans';
src: url("../fonts/oxygen-sans-webfont.eot");
src: url("../fonts/oxygen-sans-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/oxygen-sans-webfont.woff") format("woff"), url("../fonts/oxygen-sans-webfont.ttf") format("truetype"), url("../fonts/oxygen-sans-webfont.svg#oxygen-sanssans-book") format("svg");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'Oxygen-Sans';
src: url("../fonts/oxygen-sans-bold-webfont.eot");
src: url("../fonts/oxygen-sans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/oxygen-sans-bold-webfont.woff") format("woff"), url("../fonts/oxygen-sans-bold-webfont.ttf") format("truetype"), url("../fonts/oxygen-sans-bold-webfont.svg#oxygen-sanssans-bold") format("svg");
font-weight: bold;
font-style: normal; }
form input,
form button,
form textarea,
form select {
font-family: "Oxygen-Sans", sans-serif;
font-size: 1em;
color: #595959; }
form input,
form textarea,
form select {
background-color: white;
border: 1px solid #f2f2f2;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
padding: 5px; }
form label,
form input,
form select {
display: -moz-inline-stack;
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
zoom: 1;
*display: inline; }
form label[for*="form-"] {
width: 26.35432%; }
form input[type="submit"],
form button[type="button"],
form button[type="submit"] {
background-color: #009463;
color: #f2f2f2;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
cursor: pointer;
padding: 10px;
border: 1px solid #f2f2f2; }
form ul {
list-style-type: square;
margin: 10px 40px; }
form {
background-color: #fFFFFF;
padding: 10px; }
form input,
form button,
form textarea,
form select {
font-family: Helvetica, Arial, sans-serif;
font-size: 1em;
color: #595959; }
form input,
form textarea,
form select {
background-color: white;
border: 1px solid #f2f2f2;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 5px; }
form label,
form input,
form select {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline; }
form label[for*="form-"] {
width: 26.35432%; }
form input[type="submit"],
form button[type="button"],
form button[type="submit"] {
background-color: #009463;
color: #f2f2f2;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
cursor: pointer;
padding: 10px;
border: 1px solid #f2f2f2; }
form ul {
list-style-type: square;
margin: 10px 40px; }
.alert {
padding: 5px 10px;
border: 1px solid #f2f2f2;
margin: 10px 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px; }
margin: 10px 0; }
.alert.alert-error {
background-color: rgba(253, 242, 213, 0.7);
color: rgba(77, 16, 10, 0.8);
font-size: .8em; }
.alert.alert-normal {
border-width: 0px; }
background-color: #fFFFFF;
border-width: 0px;
padding-top: 10px;
padding-bottom: 10px; }
.alert.alert-normal ul {
list-style-type: square;
margin: 10px 40px; }
@ -195,9 +141,10 @@ form ul {
display: none; }
body {
font-family: "Oxygen-Sans", sans-serif;
font-size: 1em;
font-weight: normal; }
background-color: #e8e8e8;
font-family: Helvetica, Arial, sans-serif;
font-weight: normal;
line-height: 25px; }
body > header,
body > section {
bottom: 0;
@ -215,39 +162,43 @@ header {
header nav {
margin: 20px auto;
position: relative;
width: 150px; }
width: 90%; }
header nav > ul {
margin-top: 30px; }
header nav li {
line-height: 30px; }
header nav li.active a {
color: #edbf47; }
header nav li > a {
color: white;
font-family: "Oxygen-Sans", sans-serif;
margin-left: 5px;
text-decoration: none; }
text-decoration: none;
font-family: "Montserrat", sans-serif;
font-weight: bold; }
header nav li > a:hover {
color: #edbf47; }
header nav li > a:before {
display: -moz-inline-stack;
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
zoom: 1;
*zoom: 1;
*display: inline;
color: white;
margin-right: 10px;
text-align: center;
width: 24px; }
header nav li > a[href="?action=unread"]:before {
content: "\f0e0"; }
content: ""; }
header nav li > a[href="?action=bookmarks"]:before {
content: "\f02e"; }
content: ""; }
header nav li > a[href="?action=history"]:before {
content: "\f1da"; }
content: ""; }
header nav li > a[href="?action=feeds"]:before {
content: "\f143"; }
content: ""; }
header nav li > a[href="?action=config"]:before {
content: "\f1de"; }
content: ""; }
header nav li > a[href="?action=logout"]:before {
content: "\f08b"; }
content: ""; }
header nav li > a[href="?action=more"]:before {
content: "\f009"; }
header .logo {
@ -263,7 +214,7 @@ header {
section.page {
right: 0;
width: 85.35871%;
width: 81.69839%;
padding: 10px 20px; }
section.page .page-header {
position: relative; }
@ -271,17 +222,22 @@ section.page {
color: #009966; }
.page-header {
margin: 0 0 15px; }
margin: 0 0 15px;
*zoom: 1; }
.page-header:after {
content: "";
display: table;
clear: both; }
.page-header h2 {
float: left;
line-height: 30px; }
.page-header ul {
position: absolute;
right: 0;
top: 5px; }
float: right; }
.page-header ul li {
display: -moz-inline-stack;
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
zoom: 1;
*zoom: 1;
*display: inline;
text-align: center; }
.page-header ul li a,
@ -296,13 +252,11 @@ section.page {
color: #008055;
position: relative;
text-indent: -999px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 3px 0 #009966;
-moz-box-shadow: 0 3px 0 #009966;
-webkit-box-shadow: 0 3px 0 #009966;
box-shadow: 0 3px 0 #009966; }
.page-header ul li a:after {
position: absolute;
@ -330,45 +284,38 @@ section.page {
.page-header ul li a[href="?action=feeds"]:after {
content: "\f143"; }
.items article {
-webkit-box-shadow: 0 3px 0 #006644;
-moz-box-shadow: 0 3px 0 #006644;
box-shadow: 0 3px 0 #006644;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
background-color: rgba(242, 242, 242, 0.29);
.page-section h2 {
margin-bottom: 15px;
padding: 20px; }
margin-top: 15px; }
.items article {
-moz-box-shadow: 0 3px 0 #006644;
-webkit-box-shadow: 0 3px 0 #006644;
box-shadow: 0 3px 0 #006644;
background-color: #fFFFFF;
margin-bottom: 15px;
padding: 10px 20px; }
.items article[data-item-status="read"][data-item-page="feed-items"] {
background-color: rgba(153, 153, 153, 0.7); }
.items article > h2,
.items article > p.preview {
display: block;
font-family: "OpenSansRegular", Helvetica, Arial, sans-serif; }
.items article h2 {
font-size: 1em;
font-weight: normal; }
display: block;
margin-bottom: 5px; }
.items article h2 a {
color: #000;
font-weight: bold;
text-decoration: none; }
.items article h2 .feed-last-checked {
font-size: .8em; }
.items article p.preview {
color: #4d4d4d;
font-size: 1em;
font-weight: normal; }
.items article .preview {
display: block;
line-height: 25px; }
.items .item-menu {
font-size: .8em; }
font-size: 0.9rem;
margin-top: 5px; }
.items .item-menu li {
display: -moz-inline-stack;
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
zoom: 1;
*zoom: 1;
*display: inline; }
.items .item-menu li:before {
content: " / ";
@ -412,25 +359,48 @@ section.page {
display: none;
visibility: hidden; }
#items-paging {
display: block;
*zoom: 1; }
#items-paging:after {
content: "";
display: table;
clear: both; }
#items-paging a {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0 3px 0 #006644;
-webkit-box-shadow: 0 3px 0 #006644;
box-shadow: 0 3px 0 #006644;
background-color: #f2f2f2;
padding-left: 10px;
padding-right: 10px;
text-decoration: none; }
#items-paging #previous-page {
float: left; }
#items-paging #next-page {
float: right; }
#current-item {
position: relative; }
#current-item > nav {
position: absolute;
right: 0;
top: 0;
*zoom: 1; }
#current-item > nav:after {
content: "";
display: table;
clear: both; }
#current-item > nav.top {
display: block;
float: right; }
#current-item > nav.bottom {
display: none; }
#current-item > nav span {
-webkit-box-shadow: 0 3px 0 #009966;
-moz-box-shadow: 0 3px 0 #009966;
-webkit-box-shadow: 0 3px 0 #009966;
box-shadow: 0 3px 0 #009966;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background-color: #f2f2f2;
display: block;
@ -440,33 +410,41 @@ section.page {
text-decoration: none;
color: #009966; }
#current-item > nav span.nav-left {
float: left; margin-right: 10px; }
float: left;
margin-right: 10px; }
#current-item > nav span.nav-right {
float: right; }
#current-item > h1 {
font-size: 1.6em; }
display: inline-block;
float: left;
line-height: 25px;
margin-bottom: 20px;
max-width: 82%; }
#current-item > h1 a {
color: black;
text-decoration: none; }
color: #000;
text-decoration: none;
vertical-align: middle; }
#current-item .item-infos {
border-bottom: 1px solid #b2b2b2;
border-top: 1px solid #b2b2b2;
margin: 10px 0;
padding: 5px 0; }
clear: both;
display: block;
padding: 0; }
#current-item .item-infos li {
display: -moz-inline-stack;
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
zoom: 1;
*zoom: 1;
*display: inline;
font-size: 0.9em; }
font-size: 0.9rem;
margin: 10px 0; }
#current-item .item-infos li:before {
content: " / "; }
#current-item .item-infos li:first-child:before {
display: none; }
#current-item .item-infos li a {
color: #009966;
font-size: 0.9rem;
text-decoration: none; }
#current-item .item-infos li a:hover {
text-decoration: underline; }
@ -479,43 +457,47 @@ section.page {
clear: both; }
#current-item #item-content #item-content-enclosure {
display: none; }
#current-item #item-content h1, #current-item #item-content h2, #current-item #item-content h3, #current-item #item-content h4 {
padding: 15px 0 5px 0; }
#current-item #item-content h1 {
font-size: 1.5em;
margin-left: 5px; }
#current-item #item-content h2 {
font-size: 1.4em;
margin-left: 10px; }
#current-item #item-content h3 {
font-size: 1.3em;
margin-left: 15px; }
#current-item #item-content h4 {
font-size: 1.2em;
margin-left: 20px; }
#current-item #item-content p,
#current-item #item-content li {
line-height: 1.5; }
#current-item #item-content pre {
background-color: #f2f2f2;
border: 1px solid #b2b2b2;
padding: 10px;
margin: 10px 0; }
#current-item #item-content ul {
padding: 0 0 0 30px;
margin: 10px 0;
list-style-type: square; }
#current-item #item-content img {
margin: 15px auto 15px auto;
max-width: 95%;
width: 50%;
display: block; }
#current-item #item-content p,
#current-item #item-content br {
line-height: 30px; }
#item-content h1, #item-content h2, #item-content h3, #item-content h4 {
font-family: "Montserrat", sans-serif;
padding: 15px 0 5px 0; }
#item-content h1 {
font-size: 1.5em;
margin-left: 5px; }
#item-content h2 {
font-size: 1.4em;
margin-left: 10px; }
#item-content h3 {
font-size: 1.3em;
margin-left: 15px; }
#item-content h4 {
font-size: 1.2em;
margin-left: 20px; }
#item-content ul,
#item-content ol {
list-style-type: square;
margin: 10px 0;
padding: 0 0 0 30px; }
#item-content pre,
#item-content q,
#item-content blockquote {
padding: 10px;
margin-top: 10px;
margin-bottom: 10px;
background-color: #fFFFFF; }
#item-content q,
#item-content blockquote {
margin-left: 20px;
margin-right: 20px; }
#item-content strong {
font-weight: bold; }
#item-content img {
display: block;
margin: 15px auto 15px auto;
max-width: 50%; }
#login-page {
background-color: #fff; }
background-color: #e8e8e8; }
#login-page section {
width: auto;
position: relative;
@ -526,15 +508,13 @@ section.page {
#login-page .page-header {
visibility: hidden; }
#login-page form {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 0 3px 0 #009966;
-moz-box-shadow: 0 3px 0 #009966;
-webkit-box-shadow: 0 3px 0 #009966;
box-shadow: 0 3px 0 #009966;
background-color: rgba(216, 216, 216, 0.9);
background-color: #fFFFFF;
margin-left: 20px;
padding: 10px; }
#login-page form > * {
@ -576,11 +556,10 @@ section.page {
header nav > ul {
margin: auto; }
header nav li {
display: -moz-inline-stack;
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
zoom: 1;
*zoom: 1;
*display: inline;
padding: 5px 0; }
header nav li:first-child {
@ -592,14 +571,12 @@ section.page {
width: 35px;
height: 35px;
line-height: 35px;
-webkit-box-shadow: 0 3px 0 #009966;
-moz-box-shadow: 0 3px 0 #009966;
box-shadow: 0 3px 0 #009966;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0 3px 0 #006644;
-webkit-box-shadow: 0 3px 0 #006644;
box-shadow: 0 3px 0 #006644;
background-color: #f2f2f2; }
header nav li a[href*="action=more"]:before {
height: 100%;
@ -620,14 +597,12 @@ section.page {
margin-top: 50px; }
.menu-more li {
display: block;
-webkit-box-shadow: 0 3px 0 #009966;
-moz-box-shadow: 0 3px 0 #009966;
box-shadow: 0 3px 0 #009966;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0 3px 0 #006644;
-webkit-box-shadow: 0 3px 0 #006644;
box-shadow: 0 3px 0 #006644;
background-color: #f2f2f2;
margin: 10px auto; }
.menu-more li a {
@ -636,11 +611,19 @@ section.page {
text-decoration: none;
width: 100%; }
.items article p.preview {
.items article .preview {
display: none; }
#current-item {
padding-top: 35px; }
#current-item nav.top {
display: none; }
#current-item nav.bottom {
display: block; }
#current-item > h1 {
float: none; }
#current-item iframe {
width: 100%; }
form label {
display: block; }

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 116 KiB

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 114 KiB

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 117 KiB

View File

@ -1,346 +0,0 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata></metadata>
<defs>
<font id="oxygen-sanssans-bold" horiz-adv-x="1217" >
<font-face units-per-em="2048" ascent="1638" descent="-410" />
<missing-glyph horiz-adv-x="490" />
<glyph horiz-adv-x="0" />
<glyph unicode="&#xd;" horiz-adv-x="682" />
<glyph unicode=" " horiz-adv-x="490" />
<glyph unicode="&#x09;" horiz-adv-x="490" />
<glyph unicode="&#xa0;" horiz-adv-x="490" />
<glyph unicode="!" horiz-adv-x="613" d="M168 130q0 71 55 112q37 27 85 27q80 0 119 -64q20 -35 20 -75q0 -72 -54 -113q-37 -27 -85 -27q-78 0 -118 63q-22 35 -22 77zM198 1298v182h221v-182l-58 -859h-98z" />
<glyph unicode="&#x22;" horiz-adv-x="763" d="M102 1460h227l-49 -557h-134zM433 1460h228l-50 -557h-133z" />
<glyph unicode="#" horiz-adv-x="1227" d="M140 442l16 112h187l78 404h-194l16 112h199l72 378h142l-73 -378h240l72 378h141l-73 -378h179l-17 -112h-183l-77 -404h189l-16 -112h-195l-87 -451h-140l86 451h-240l-86 -451h-140l86 451h-182zM484 554h239l78 404h-239z" />
<glyph unicode="$" horiz-adv-x="1167" d="M126 1073q0 250 206 350q117 57 282 57q241 0 444 -101l-79 -193q-131 73 -291 87q-29 3 -56 3q-237 0 -266 -150q-4 -21 -4 -43q0 -95 68 -142q29 -19 72 -35l231 -78q205 -73 287 -171q81 -96 81 -249v-10q-5 -247 -204 -355q-125 -67 -300 -68q-208 0 -387 87 q-28 13 -53 28v234q139 -105 321 -136q54 -8 104 -8q171 0 242 92q40 53 40 128q0 94 -63 144q-44 33 -133 65l-250 82q-215 77 -271 240q-21 64 -21 142zM525 53h167l-33 -331h-86zM534 1404l38 331h86l43 -331h-167z" />
<glyph unicode="%" horiz-adv-x="1855" d="M72 1092q0 188 111 295q97 93 251 93q202 0 298 -144q66 -100 66 -244q0 -187 -109 -295q-98 -96 -255 -96q-196 0 -293 142q-69 102 -69 249zM246 1094q0 -175 102 -229q39 -20 89 -20q133 0 173 136q15 50 15 113q0 191 -118 234q-32 12 -70 12q-136 0 -176 -135 q-15 -50 -15 -111zM412 0l843 1460h183l-834 -1460h-192zM1057 371q0 188 111 295q97 93 251 93q202 0 298 -144q66 -100 66 -244q0 -187 -109 -295q-98 -96 -255 -96q-196 0 -293 142q-69 102 -69 249zM1231 373q0 -175 102 -229q39 -20 89 -20q133 0 173 136q15 50 15 113 q0 191 -118 234q-32 12 -70 12q-136 0 -176 -135q-15 -50 -15 -111z" />
<glyph unicode="&#x26;" horiz-adv-x="1414" d="M129 392q0 192 146 317q55 47 140 95q-150 167 -150 341q0 162 129 254q108 77 261 77q173 0 278 -87q98 -83 98 -218q0 -195 -244 -352q-40 -25 -83 -48l353 -390q71 80 140 214l9 18l153 -100q-64 -135 -159 -245q-10 -11 -18 -20l183 -187l-199 -77l-134 127 q-120 -88 -226 -113q-72 -16 -171 -16q-257 0 -393 128q-113 107 -113 282zM347 401q0 -154 134 -214q70 -31 163 -31q158 1 267 88l-388 430q-175 -103 -176 -273zM473 1162q1 -141 126 -267q156 80 207 185q21 43 21 86q0 118 -106 146q-28 7 -61 7q-114 0 -162 -70 q-25 -38 -25 -87z" />
<glyph unicode="'" horiz-adv-x="448" d="M140 1449h187l-23 -524h-137z" />
<glyph unicode="(" horiz-adv-x="727" d="M188 674v15q0 378 175 706q43 82 95 154h212q-158 -237 -226 -532q-38 -167 -38 -325q1 -450 262 -878h-209q-267 375 -271 860z" />
<glyph unicode=")" horiz-adv-x="734" d="M103 -186q137 205 210 489q53 206 53 398q0 353 -178 699q-38 73 -84 149h210q271 -390 271 -847q0 -354 -142 -666q-57 -125 -129 -222h-211z" />
<glyph unicode="*" horiz-adv-x="1148" d="M109 1025l58 198l337 -141l-34 387h208l-34 -387l339 141l58 -198l-347 -77q168 -217 239 -308q-13 -8 -89 -53q-77 -44 -90 -53l-183 330l-173 -329l-182 105l236 308z" />
<glyph unicode="+" horiz-adv-x="1218" d="M137 557v166h388v400h173v-400h383v-166h-384v-403h-173v403h-387z" />
<glyph unicode="," horiz-adv-x="517" d="M125 -352l69 569q3 23 3 29h218l-5 -50l-134 -548h-151z" />
<glyph unicode="-" horiz-adv-x="813" d="M116 467v181h581v-181h-581z" />
<glyph unicode="." horiz-adv-x="533" d="M146 130q0 69 53 110q37 28 85 28q76 0 115 -62q21 -35 21 -76q0 -69 -53 -109q-36 -27 -83 -27q-76 0 -116 61q-22 34 -22 75z" />
<glyph unicode="/" horiz-adv-x="934" d="M78 -163l630 1607h185l-634 -1607h-181z" />
<glyph unicode="0" d="M79 730q0 354 145 556q141 193 387 194q280 0 418 -246q109 -195 109 -504q0 -356 -143 -557q-138 -192 -384 -193q-280 0 -420 245q-112 197 -112 505zM323 738q0 -406 159 -519q57 -39 129 -39q219 0 269 340q14 96 14 216q-1 543 -283 544q-189 0 -256 -252 q-31 -121 -32 -290z" />
<glyph unicode="1" d="M197 0v180h366v1068q-109 -60 -284 -101q-43 -10 -77 -15v181q202 51 331 114q35 18 57 33h213v-1280h320v-180h-926z" />
<glyph unicode="2" d="M165 1354q128 90 312 118q61 9 118 9q213 0 335 -114q115 -107 119 -295v-15q0 -143 -72 -266q-56 -92 -185 -233l-353 -378h608l-15 -180h-832l-15 194l461 531q106 123 139 190q34 69 34 143q0 152 -131 202q-51 20 -115 20q-132 0 -265 -70q-42 -21 -72 -45z" />
<glyph unicode="3" d="M173 1367q183 113 427 113q203 0 332 -108q125 -106 126 -273q-1 -246 -225 -322q199 -59 248 -255q15 -59 15 -127q0 -213 -162 -325q-131 -90 -331 -90q-195 0 -373 92q-28 14 -52 29l72 175q123 -74 273 -92q35 -4 66 -4q171 0 237 105q33 53 33 124q0 178 -179 230 q-87 25 -225 25h-55v189h56q270 0 343 114q31 48 31 116q0 119 -110 169q-62 28 -147 28q-178 -1 -322 -93z" />
<glyph unicode="4" d="M107 342v178l593 937h266v-935h178l-14 -180h-164v-342h-224v342h-635zM337 519h405v676z" />
<glyph unicode="5" d="M155 111l79 163q133 -86 270 -105q32 -4 61 -4q180 0 261 118q51 74 51 180q0 154 -98 227q-64 46 -156 46q-122 0 -216 -85l-19 -19l-171 25l42 803h796l-16 -180h-572l-30 -432q98 68 246 68q196 0 316 -133q113 -126 113 -321q0 -229 -152 -360q-141 -122 -371 -122 q-180 0 -369 94q-40 20 -65 37z" />
<glyph unicode="6" d="M115 433v14q0 166 95 329q36 61 113 169l364 515h270l-334 -472q-22 -31 -94 -128q67 28 133 28q188 0 319 -113q134 -116 146 -299q1 -16 1 -33q0 -196 -133 -324q-133 -129 -346 -138h-26q-230 0 -371 134q-132 125 -137 318zM345 436q0 -151 99 -226q68 -51 171 -51 q157 0 233 111q49 71 49 170q0 167 -115 237q-66 40 -162 40q-157 0 -229 -108q-46 -70 -46 -173z" />
<glyph unicode="7" d="M178 1457h890v-159l-480 -1298h-245l468 1266h-625z" />
<glyph unicode="8" d="M110 375q0 192 145 315q57 48 130 79q-171 73 -225 217q-21 57 -21 122q0 183 150 285q129 87 321 87q215 0 345 -106q123 -101 124 -266q0 -219 -222 -331q-8 -4 -15 -7q141 -60 213 -191q52 -95 52 -204q0 -193 -158 -302q-136 -93 -338 -93q-213 0 -352 102 q-148 109 -149 293zM342 394q0 -178 160 -222q49 -13 109 -13q264 2 265 236q0 160 -142 245q-54 32 -123 49q-183 -45 -243 -175q-26 -55 -26 -120zM365 1109q0 -215 241 -273q3 -1 5 -1q241 56 242 274q0 119 -102 170q-59 29 -140 29q-145 0 -210 -85q-36 -48 -36 -114z " />
<glyph unicode="9" d="M127 1012q0 196 131 326q131 131 342 141q17 1 32 1q227 0 369 -134q132 -124 140 -316v-21q0 -166 -99 -332q-35 -58 -107 -156l-389 -521h-278l377 490q21 28 81 105q-70 -30 -133 -30q-188 0 -319 113q-134 116 -146 302q-1 16 -1 32zM358 1016q0 -169 117 -239 q66 -39 161 -39q157 0 229 108q47 70 47 175q0 160 -110 228q-66 41 -160 41q-164 0 -239 -111q-45 -68 -45 -163z" />
<glyph unicode=":" horiz-adv-x="605" d="M174 938q0 69 53 110q37 28 85 28q76 0 115 -62q21 -35 21 -76q0 -69 -53 -109q-36 -27 -83 -27q-76 0 -116 61q-22 34 -22 75zM175 130q0 69 53 110q37 28 85 28q76 0 115 -62q21 -35 21 -76q0 -69 -53 -109q-36 -27 -83 -27q-76 0 -116 61q-22 34 -22 75z" />
<glyph unicode=";" horiz-adv-x="600" d="M184 -306l54 535h207l-124 -535h-137zM202 921q0 69 53 110q37 28 85 28q76 0 115 -62q21 -35 21 -76q0 -69 -53 -109q-36 -27 -83 -27q-76 0 -116 61q-22 34 -22 75z" />
<glyph unicode="&#x3c;" horiz-adv-x="1157" d="M107 613v113l940 482v-186l-704 -347l702 -320l1 -193z" />
<glyph unicode="=" d="M143 467v181h931v-181h-931zM143 851v181h931v-181h-931z" />
<glyph unicode="&#x3e;" horiz-adv-x="1161" d="M147 166v194l701 315l-700 350v187l940 -487v-112z" />
<glyph unicode="?" horiz-adv-x="971" d="M117 1364q117 101 292 114q21 2 42 2q171 0 282 -90q111 -94 112 -248q0 -156 -118 -310q-29 -38 -135 -156q-109 -122 -146 -203q-7 -18 -13 -34h-102q33 178 133 349q10 18 31 52q66 108 82 163q13 43 13 86q-1 101 -81 148q-42 25 -92 25q-97 0 -230 -76q-6 -3 -10 -6 zM246 130q0 71 54 112q37 27 85 27q78 0 116 -64q20 -35 20 -75q0 -72 -53 -113q-36 -27 -83 -27q-77 0 -117 63q-22 35 -22 77z" />
<glyph unicode="@" horiz-adv-x="1880" d="M128 638q0 303 173 527q162 209 424 285q126 36 263 36q287 0 491 -150q201 -149 255 -397q18 -81 18 -167q0 -247 -132 -395q-94 -106 -215 -119q-15 -2 -29 -2q-165 0 -224 163q-8 23 -13 46q-67 -145 -182 -193q-48 -20 -100 -20q-171 0 -252 134q-52 87 -52 211 q0 178 96 314q108 153 288 176q29 4 58 4q126 0 258 -45q36 -13 63 -26q-8 -60 -26 -173q-39 -247 -39 -333q0 -83 58 -121q30 -19 67 -19q91 0 156 95q77 115 77 311q0 219 -129 372q-157 187 -450 202q-25 1 -49 1q-282 0 -472 -180q-163 -154 -207 -391q-14 -74 -14 -150 q0 -262 143 -438q152 -188 417 -213q38 -4 76 -4q235 0 429 97q20 9 37 19l43 -116q-157 -105 -413 -126q-50 -4 -99 -4q-324 0 -536 178q-210 177 -249 482q-8 63 -8 129zM710 594q0 -163 93 -209q32 -16 71 -16q123 0 181 142q29 73 51 206q1 6 11 68q22 126 30 177 q-83 18 -136 18q-136 0 -222 -121q-79 -112 -79 -265z" />
<glyph unicode="A" horiz-adv-x="1365" d="M28 0l509 1460h291l509 -1460h-240l-152 424h-528l-144 -424h-245zM472 594h418l-206 659z" />
<glyph unicode="B" horiz-adv-x="1333" d="M148 0v1460h494q359 0 479 -141q70 -84 70 -221q0 -199 -169 -297q-19 -10 -39 -20q252 -93 253 -354q0 -237 -182 -347q-132 -80 -340 -80h-566zM388 180h292q261 0 307 169q11 40 11 89q0 157 -122 211q-80 35 -224 35h-264v-504zM388 854h287q184 0 242 83 q33 48 33 127q0 130 -92 176q-74 36 -237 36h-233v-422z" />
<glyph unicode="C" horiz-adv-x="1288" d="M96 734q0 305 175 508q155 179 399 225q72 13 147 13q230 0 402 -108l-73 -180q-153 88 -315 88q-185 0 -315 -118q-163 -147 -166 -422v-11q0 -366 227 -491q107 -58 258 -58q145 0 297 71l22 11q10 4 14 6l51 -189q-158 -82 -321 -96q-41 -3 -83 -3q-304 0 -495 173 q-210 190 -223 536q-1 22 -1 45z" />
<glyph unicode="D" horiz-adv-x="1486" d="M148 0v1460h427q402 0 617 -202q198 -189 198 -522q0 -354 -220 -549q-210 -187 -568 -187h-454zM388 180h218q322 0 453 219q79 133 79 332q0 488 -447 539q-54 6 -113 6h-190v-1096z" />
<glyph unicode="E" horiz-adv-x="1161" d="M148 0v1460h920l-10 -186h-670v-420h627v-187h-627v-476h697l-8 -191h-929z" />
<glyph unicode="F" horiz-adv-x="1102" d="M148 0v1460h923l-11 -193h-672v-445h616v-184h-616v-638h-240z" />
<glyph unicode="G" horiz-adv-x="1432" d="M96 730q0 308 174 511q160 185 417 228q68 11 139 11q226 0 402 -89q23 -11 45 -24l-61 -188q-150 76 -267 94q-51 7 -103 7q-225 0 -359 -151q-133 -150 -133 -397q0 -363 212 -490q104 -62 253 -62q154 0 263 42v356h-321l9 200h540v-697q-244 -101 -511 -101 q-314 0 -502 195q-180 186 -196 499q-1 28 -1 56z" />
<glyph unicode="H" horiz-adv-x="1480" d="M148 0v1460h240v-617h704v617h240v-1460h-240v655h-704v-655h-240z" />
<glyph unicode="I" horiz-adv-x="844" d="M98 0v150h206v1160h-206v150h648v-150h-202v-1160h202v-150h-648z" />
<glyph unicode="J" horiz-adv-x="798" d="M19 -31l125 16q147 19 202 68q63 60 64 205v1202h240v-1207q0 -232 -107 -334q-90 -87 -303 -118q-40 -5 -87 -10l-112 -11z" />
<glyph unicode="K" horiz-adv-x="1316" d="M148 0v1460h240v-686l619 686h284l-579 -654l612 -806h-288l-513 680l-135 -134v-546h-240z" />
<glyph unicode="L" horiz-adv-x="1097" d="M148 0v1460h240v-1280h652l-12 -180h-880z" />
<glyph unicode="M" horiz-adv-x="1811" d="M144 0l36 1460h252l474 -999l479 999h246l36 -1460h-223l-13 693l-2 407l-438 -909h-175l-432 916l-3 -417l-12 -690h-225z" />
<glyph unicode="N" horiz-adv-x="1526" d="M148 0v1460h262l751 -1150l-11 461v689h228v-1460h-272l-745 1129l15 -546v-583h-228z" />
<glyph unicode="O" horiz-adv-x="1615" d="M96 724q0 333 181 537q172 193 461 216q36 3 72 3q300 0 490 -180t216 -489q3 -44 3 -88q0 -329 -180 -529q-174 -194 -472 -212q-28 -2 -57 -2q-313 0 -504 184t-208 501q-2 30 -2 59zM350 723q0 -258 133 -406q123 -137 326 -137q226 0 349 166q107 145 107 377 q0 265 -133 418q-122 139 -322 139q-215 0 -341 -159q-119 -152 -119 -398z" />
<glyph unicode="P" horiz-adv-x="1258" d="M148 0v1460h524q394 0 491 -207q33 -73 33 -169q0 -282 -231 -371q-117 -45 -294 -45h-283v-668h-240zM388 856h276q181 0 238 68q41 49 41 154q0 139 -109 180q-58 22 -152 22h-294v-424z" />
<glyph unicode="Q" horiz-adv-x="1615" d="M96 724q0 333 181 537q172 193 461 216q36 3 72 3q300 0 490 -180t216 -489q3 -44 3 -88q0 -329 -180 -529q-174 -194 -472 -212q-28 -2 -57 -2q-313 0 -504 184t-208 501q-2 30 -2 59zM350 723q0 -258 133 -406q123 -137 326 -137q226 0 349 166q107 145 107 377 q0 265 -133 418q-122 139 -322 139q-215 0 -341 -159q-119 -152 -119 -398zM844 81l204 66q113 -215 320 -429q14 -15 27 -28l-164 -124q-137 124 -265 307q-79 113 -122 208z" />
<glyph unicode="R" horiz-adv-x="1341" d="M148 0v1460h582q322 0 433 -153q68 -93 68 -247q0 -238 -172 -339q-34 -20 -76 -36q57 -134 286 -644q9 -22 18 -41h-274q-196 475 -266 649h-359v-649h-240zM388 821h332q168 0 222 78q37 54 37 157q0 189 -167 218q-34 6 -73 6h-351v-459z" />
<glyph unicode="S" horiz-adv-x="1203" d="M126 1073q0 250 206 350q117 57 282 57q241 0 444 -101l-79 -193q-131 73 -291 87q-29 3 -56 3q-237 0 -266 -150q-4 -21 -4 -43q0 -95 68 -142q29 -19 72 -35l231 -78q205 -73 287 -171q81 -96 81 -249v-10q-5 -247 -204 -355q-125 -67 -300 -68q-208 0 -387 87 q-28 13 -53 28v234q139 -105 321 -136q54 -8 104 -8q171 0 242 92q40 53 40 128q0 94 -63 144q-44 33 -133 65l-250 82q-215 77 -271 240q-21 64 -21 142z" />
<glyph unicode="T" horiz-adv-x="1165" d="M18 1280v180h1129v-180h-445v-1280h-240v1280h-444z" />
<glyph unicode="U" horiz-adv-x="1438" d="M122 528v932h240v-919q0 -252 183 -330q74 -31 172 -31q230 0 315 161q44 82 44 201v918h240v-934q0 -257 -165 -403q-160 -143 -434 -143q-313 0 -470 179q-125 142 -125 369z" />
<glyph unicode="V" horiz-adv-x="1334" d="M30 1460h260q40 -124 121 -372q174 -536 258 -808q20 63 380 1180h255l-511 -1460h-268z" />
<glyph unicode="W" horiz-adv-x="2048" d="M34 1460h246l293 -1132l335 1114h233l317 -1119l310 1137h246l-426 -1460h-247l-316 1116l-342 -1116h-238z" />
<glyph unicode="X" horiz-adv-x="1313" d="M26 0l501 747l-469 713h272l350 -531l336 531h255l-464 -723l485 -737h-273l-361 548l-375 -548h-257z" />
<glyph unicode="Y" horiz-adv-x="1260" d="M24 1460h256l354 -677l349 677h253l-481 -894v-566h-240v564z" />
<glyph unicode="Z" horiz-adv-x="1242" d="M143 0v160l709 1120h-689v180h961l3 -167l-700 -1113h713l-8 -180h-989z" />
<glyph unicode="[" horiz-adv-x="735" d="M205 -175v1635h455v-162h-241v-1311h241v-162h-455z" />
<glyph unicode="\" horiz-adv-x="894" d="M115 1460h198l505 -1460h-195z" />
<glyph unicode="]" horiz-adv-x="736" d="M106 -13h241v1310h-241v163h454v-1635h-454v162z" />
<glyph unicode="^" horiz-adv-x="1178" d="M94 545l443 915h117l469 -915h-184l-342 680l-320 -680h-183z" />
<glyph unicode="_" horiz-adv-x="1051" d="M66 -62h951v-159h-951v159z" />
<glyph unicode="`" horiz-adv-x="544" d="M51 1460h265l185 -402h-141z" />
<glyph unicode="a" horiz-adv-x="1042" d="M88 292q0 199 155 271q108 50 302 50h161v69q0 187 -163 218q-29 5 -62 5q-121 0 -288 -67l-47 161q182 77 357 77q239 0 347 -148q75 -102 75 -266v-662h-162l-31 153q-120 -164 -299 -171h-14q-164 0 -255 98q-76 82 -76 212zM299 312q0 -132 106 -159q25 -6 53 -6 q116 0 213 90q19 18 34 36v202h-107q-193 0 -254 -49q-45 -37 -45 -114z" />
<glyph unicode="b" horiz-adv-x="1178" d="M130 0v1460l222 20v-377l-3 -195q89 142 260 164q28 4 57 4q221 0 338 -169q100 -145 100 -373q0 -269 -134 -419q-119 -133 -309 -133q-168 0 -280 114q-26 28 -47 60l-17 -156h-187zM347 546q0 -294 158 -370q49 -24 111 -24q170 0 231 172q31 86 31 209 q0 330 -205 367q-25 4 -51 4q-205 0 -258 -208q-17 -66 -17 -150z" />
<glyph unicode="c" horiz-adv-x="954" d="M74 531q0 255 151 405q136 136 349 140h11q188 0 300 -78l-55 -154q-95 60 -219 60q-147 0 -233 -110q-78 -101 -78 -265q2 -376 323 -377q108 0 223 66l33 -157q-111 -79 -296 -79q-235 0 -373 151q-136 148 -136 398z" />
<glyph unicode="d" horiz-adv-x="1183" d="M74 537q0 251 131 400q124 139 322 139q206 -1 311 -135l-7 169v350l224 20v-1480h-181l-21 168q-97 -185 -325 -186q-221 0 -343 164q-111 149 -111 391zM300 533q0 -361 244 -380q14 -1 27 -1q267 2 269 366q0 335 -191 379q-32 7 -67 7q-190 0 -253 -177 q-29 -81 -29 -194z" />
<glyph unicode="e" horiz-adv-x="1049" d="M76 528q0 254 140 406q136 140 342 142q207 0 319 -161q94 -137 94 -348l-8 -105h-659q17 -251 227 -300q48 -11 102 -11q134 0 267 66q1 1 2 1l34 -154q-125 -82 -312 -82q-232 0 -381 132q-167 149 -167 414zM308 613h467q-16 290 -213 291q-131 0 -200 -111 q-46 -73 -54 -180z" />
<glyph unicode="f" horiz-adv-x="718" d="M30 912l5 127l164 17v47q0 269 165 338q67 28 165 28q93 0 181 -18l-20 -160q-66 12 -121 12q-81 0 -111 -35q-35 -42 -35 -148v-62h248v-146h-248v-912h-224v912h-169z" />
<glyph unicode="g" horiz-adv-x="1176" d="M74 533q0 247 131 397q131 144 331 146q203 0 294 -154q4 -7 7 -13l11 149h206v-990q0 -272 -158 -410q-131 -113 -355 -113q-149 0 -335 51l27 172q162 -47 280 -47q234 0 310 167q31 68 31 154q0 68 -6 161q-71 -141 -228 -176q-45 -10 -93 -10q-209 0 -334 150 q-119 144 -119 366zM300 540q0 -307 202 -347q30 -6 62 -6q267 2 269 325v54q0 326 -245 338h-18q-185 0 -245 -186q-25 -77 -25 -178z" />
<glyph unicode="h" horiz-adv-x="1141" d="M128 0v1460l224 20v-347l-6 -247q78 147 235 181q41 9 84 9q233 0 320 -182q46 -97 46 -237v-657h-224v640q0 180 -74 234q-42 30 -111 30q-208 0 -256 -202q-16 -68 -16 -163v-539h-222z" />
<glyph unicode="i" horiz-adv-x="518" d="M126 1340q0 87 82 112q26 8 56 8q100 0 128 -70q9 -23 9 -50q0 -88 -82 -113q-25 -7 -55 -7q-99 0 -128 68q-10 24 -10 52zM158 0v1058h220v-1058h-220z" />
<glyph unicode="j" horiz-adv-x="567" d="M-14 -205l40 4q104 10 138 44q38 38 40 150v17v1048h220v-1037q0 -195 -49 -274q-47 -76 -173 -104q-54 -11 -133 -18l-61 -5zM180 1340q0 87 82 112q26 8 56 8q100 0 128 -70q9 -23 9 -50q0 -88 -82 -113q-25 -7 -55 -7q-99 0 -128 68q-10 24 -10 52z" />
<glyph unicode="k" horiz-adv-x="1069" d="M128 0v1460l222 20v-697l-6 -211l442 486h275l-444 -480l466 -578h-263l-369 465l-101 -94v-371h-222z" />
<glyph unicode="l" horiz-adv-x="644" d="M138 327v1133l222 20v-1171q0 -89 54 -118q34 -18 101 -24l95 -8l-13 -165h-72q-203 0 -287 61q-99 77 -100 272z" />
<glyph unicode="m" horiz-adv-x="1699" d="M126 0v1058h182l24 -184q84 186 274 201q16 1 32 1q215 -1 281 -222q101 221 329 222q334 -2 335 -400v-676h-221v603q0 164 -28 224q-36 76 -132 77q-112 0 -178 -109q-57 -94 -57 -235v-560h-221v605q0 184 -42 246q-38 53 -120 53q-132 0 -195 -130q-42 -88 -42 -215 v-559h-221z" />
<glyph unicode="n" horiz-adv-x="1160" d="M126 0v1058h185l24 -200q78 175 246 209q45 9 95 9q201 0 298 -149q72 -110 72 -281v-646h-224v628q0 211 -112 260q-39 16 -90 16q-143 0 -217 -138q-53 -100 -53 -237v-529h-224z" />
<glyph unicode="o" horiz-adv-x="1173" d="M76 519v11q0 269 154 416q136 130 357 130q237 0 375 -153q135 -148 135 -393q0 -253 -144 -403q-139 -145 -366 -145q-226 0 -366 146q-141 147 -145 391zM302 530q0 -237 125 -329q67 -49 160 -49q180 0 249 167q35 88 35 211q0 256 -143 339q-60 35 -141 35 q-171 0 -243 -152q-42 -91 -42 -222z" />
<glyph unicode="p" horiz-adv-x="1163" d="M122 -441v1499h185l23 -188q95 205 333 206q206 0 322 -164q105 -148 105 -382q0 -249 -126 -400q-124 -148 -326 -148q-166 0 -268 129q-16 20 -29 42l5 -190v-404h-224zM343 548q1 -395 262 -396q175 0 233 183q26 83 26 197q0 339 -212 369q-20 3 -41 3 q-266 0 -268 -354v-2z" />
<glyph unicode="q" horiz-adv-x="1173" d="M74 528q0 255 132 406q125 142 321 142q211 0 306 -180q4 -9 8 -17l16 179h200v-1487l-224 -12v421l4 178q-93 -175 -309 -176q-203 0 -328 147q-126 151 -126 399zM300 531q0 -244 124 -335q61 -44 143 -44q240 0 267 298q4 39 4 81q0 302 -174 359q-44 14 -99 14 q-143 0 -213 -129q-52 -96 -52 -244z" />
<glyph unicode="r" horiz-adv-x="775" d="M132 0v1058h185l25 -201q92 190 281 206q21 2 43 2q46 0 76 -6l-5 -173q-36 7 -81 7q-206 0 -272 -155q-28 -66 -28 -154v-584h-224z" />
<glyph unicode="s" horiz-adv-x="918" d="M115 777q0 170 144 249q93 50 220 50q178 -1 327 -87l-60 -173q-128 88 -262 88q-109 0 -150 -59q-17 -25 -17 -56q0 -56 41 -86q36 -26 117 -54l89 -30q201 -67 251 -191q20 -49 20 -112q0 -216 -171 -295q-83 -39 -195 -39q-159 0 -310 66q-16 7 -30 14v195 q187 -102 335 -102q128 0 162 85q10 25 10 55q0 57 -49 92q-39 27 -114 52l-106 36q-167 56 -219 150q-33 61 -33 152z" />
<glyph unicode="t" horiz-adv-x="774" d="M19 912l7 135l172 11l21 294l191 15v-309h272v-146h-272v-551q0 -114 28 -149q25 -31 104 -41q19 -2 110 -10l46 -4l-9 -163h-136q-210 0 -290 82q-70 71 -76 247q-1 22 -1 44v545h-167z" />
<glyph unicode="u" horiz-adv-x="1147" d="M109 400v658h224v-649q0 -192 109 -239q42 -18 100 -18q177 0 230 144q27 74 27 195v567h224v-1058h-179l-22 165q-89 -175 -312 -183h-22q-276 0 -352 229q-27 82 -27 189z" />
<glyph unicode="v" horiz-adv-x="1052" d="M14 1058h234q28 -80 85 -239q138 -387 203 -584l74 240l202 583h226l-399 -1058h-214z" />
<glyph unicode="w" horiz-adv-x="1510" d="M24 1058h213l191 -800l225 800h217l221 -798l196 798h199l-294 -1058h-200l-237 831l-243 -831h-202z" />
<glyph unicode="x" horiz-adv-x="1061" d="M16 0l386 549l-366 509h247l269 -373l244 373h238l-369 -530l380 -528h-249l-282 392l-262 -392h-236z" />
<glyph unicode="y" horiz-adv-x="1047" d="M33 1058h225l292 -755l255 755h231l-555 -1502l-202 32l172 450z" />
<glyph unicode="z" horiz-adv-x="889" d="M87 0v140l494 758h-472v160h714v-154l-481 -738h494v-166h-749z" />
<glyph unicode="{" horiz-adv-x="738" d="M75 518v185q135 1 178 67q30 50 30 169v262q0 210 177 271q82 27 204 27v-176q-107 -2 -141 -46q-30 -40 -30 -144v-260q-1 -138 -79 -206q-39 -34 -101 -59q138 -40 170 -161q10 -42 10 -93v-261q0 -113 35 -150q37 -37 136 -39v-173q-243 0 -327 112q-54 74 -54 203 v233q0 132 -40 182q-47 56 -168 57z" />
<glyph unicode="|" horiz-adv-x="499" d="M179 -317v1797h177v-1797h-177z" />
<glyph unicode="}" horiz-adv-x="738" d="M98 -96q105 2 139 43q31 40 31 146v261q0 148 106 220q33 22 75 39q-179 62 -181 261v259q0 113 -35 151q-37 38 -135 40v175q239 0 322 -109q57 -75 57 -210v-240q0 -128 36 -176q46 -57 174 -59v-185q-138 0 -181 -74q-29 -52 -29 -165v-256q0 -194 -147 -257 q-87 -37 -232 -37v173z" />
<glyph unicode="~" horiz-adv-x="1181" d="M114 606q78 173 238 191q18 2 36 2q98 0 239 -62q4 -2 7 -3q144 -62 200 -68q10 -1 18 -1q111 1 210 140l69 -119q-53 -114 -159 -165q-62 -29 -130 -29q-88 0 -217 56q-12 5 -25 11q-120 55 -175 64q-23 4 -44 4q-98 0 -174 -108q-13 -19 -24 -39z" />
<glyph unicode="&#xa1;" horiz-adv-x="574" d="M178 1060q0 72 54 113q37 27 85 27q78 0 118 -63q22 -35 22 -77q0 -71 -55 -112q-37 -27 -85 -27q-80 0 -119 64q-20 35 -20 75zM206 -108l58 859h98l65 -859v-182h-221v182z" />
<glyph unicode="&#xa2;" horiz-adv-x="982" d="M74 531q0 255 151 405q136 136 349 140h11q188 0 300 -78l-55 -154q-95 60 -219 60q-147 0 -233 -110q-78 -101 -78 -265q2 -376 323 -377q108 0 223 66l33 -157q-111 -79 -296 -79q-235 0 -373 151q-136 148 -136 398zM495 53h157l-38 -331h-86zM505 1009l38 331h86 l33 -331h-157z" />
<glyph unicode="&#xa3;" horiz-adv-x="1085" d="M82 660v162h180v103q0 471 309 539q54 12 117 12q208 -1 363 -132l-94 -147q-137 95 -262 97q-181 0 -215 -191q-8 -48 -8 -107v-174h387v-162h-387v-459h595l-9 -191h-960l-11 169l175 20v461h-180z" />
<glyph unicode="&#xa4;" horiz-adv-x="1152" d="M85 1132l89 86l177 -169q111 85 249 85q141 -1 248 -86l181 170l84 -88l-179 -172q74 -111 74 -236q-1 -131 -73 -236l177 -171l-83 -88l-181 170q-109 -85 -248 -85q-143 1 -250 84l-176 -168l-88 86l180 172q-74 108 -74 236q1 127 74 236zM322 722q0 -124 85 -207 q80 -77 193 -77q129 0 211 94q69 80 69 190q0 123 -85 207q-80 79 -195 79q-125 0 -206 -92q-72 -82 -72 -194z" />
<glyph unicode="&#xa5;" horiz-adv-x="1260" d="M24 1460h256l354 -677l349 677h253l-481 -894v-566h-240v564zM192 250v147h399v146h-398v141h883v-141h-397v-146h397v-147h-884z" />
<glyph unicode="&#xa6;" horiz-adv-x="564" d="M211 -303v707h177v-707h-177zM211 765v705h177v-705h-177z" />
<glyph unicode="&#xa7;" horiz-adv-x="918" d="M116 744q1 121 106 206q-93 68 -104 193q-1 18 -1 38q0 170 144 249q93 50 220 50q178 -1 327 -87l-60 -173q-128 88 -262 88q-109 0 -150 -59q-17 -25 -17 -56q0 -56 41 -86q36 -26 117 -54l89 -30q201 -67 251 -191q20 -49 20 -112q-1 -114 -90 -198q90 -79 90 -208 q0 -216 -171 -295q-83 -39 -195 -39q-159 0 -310 66q-16 7 -30 14v195q187 -102 335 -102q128 0 162 85q10 25 10 55q0 57 -49 92q-39 27 -114 52l-106 36q-200 67 -241 191q-12 37 -12 80zM319 787q0 -56 41 -86q36 -26 117 -54l89 -30q19 -6 36 -13q36 37 36 95 q0 57 -49 92q-39 27 -114 52l-101 34q-54 -32 -55 -90z" />
<glyph unicode="&#xa8;" horiz-adv-x="719" d="M0 1328q0 69 53 110q37 28 85 28q76 0 115 -62q21 -35 21 -76q0 -69 -53 -109q-36 -27 -83 -27q-76 0 -116 61q-22 34 -22 75zM445 1328q0 69 53 110q37 28 85 28q76 0 115 -62q21 -35 21 -76q0 -69 -53 -109q-36 -27 -83 -27q-76 0 -116 61q-22 35 -22 75z" />
<glyph unicode="&#xa9;" horiz-adv-x="1675" d="M69 747q0 297 184 502q155 175 394 231q93 22 189 22q254 0 456 -138q206 -141 280 -377q35 -114 35 -240q0 -296 -182 -502q-156 -177 -395 -234q-95 -23 -193 -23q-251 0 -451 138q-205 141 -280 376q-37 116 -37 245zM191 747q0 -258 156 -438q140 -161 355 -204 q67 -13 135 -13q234 0 409 137.5t224 362.5q16 75 16 154q0 258 -158 437q-141 160 -361 202q-65 12 -131 12q-232 0 -406 -136q-175 -137 -223 -360q-16 -75 -16 -154zM369 740q0 196 118 336q113 135 287 157q30 4 60 4q172 -1 298 -86l-52 -105q-97 64 -222 70h-16 q-150 0 -242 -111q-85 -103 -85 -262q0 -190 113 -294q89 -82 220 -82q132 1 240 67l46 -104q-131 -83 -296 -83q-184 0 -315 121q-132 122 -151 314q-3 29 -3 58z" />
<glyph unicode="&#xaa;" horiz-adv-x="1050" d="M142 837q0 163 136 221q95 41 265 41h141v56q0 153 -143 178q-25 4 -54 4q-106 0 -253 -54l-41 131q160 63 313 63q210 0 304 -121q66 -83 66 -217v-540h-142l-27 125q-105 -134 -262 -140h-13q-143 0 -223 80q-67 67 -67 173zM327 854q0 -108 93 -130q22 -5 47 -5 q101 0 186 73q17 15 30 30v164h-94q-169 0 -222 -39q-40 -31 -40 -93z" />
<glyph unicode="&#xab;" horiz-adv-x="982" d="M68 552l305 418h176l-268 -415l262 -417h-173zM462 552l304 418h176l-267 -415l262 -417h-173z" />
<glyph unicode="&#xac;" horiz-adv-x="1174" d="M94 646v172h981v-567h-170v395h-811z" />
<glyph unicode="&#xad;" horiz-adv-x="797" d="M87 303v182h659v-182h-659z" />
<glyph unicode="&#xae;" horiz-adv-x="1670" d="M68 742q0 295 181 502q154 177 390 235q96 23 194 23q252 0 453 -139q204 -141 280 -375q37 -117 37 -246q0 -295 -182 -502q-155 -176 -393 -234q-96 -23 -194 -23q-251 0 -451 139q-205 141 -279 377q-36 116 -36 243zM190 742q0 -258 156 -438q139 -161 355 -204 q66 -13 133 -13q232 0 406 137q175 137 224 360q17 76 17 157q0 257 -156 437q-140 162 -356 206q-67 13 -136 13q-231 0 -404.5 -137.5t-222.5 -362.5q-16 -75 -16 -155zM528 277v946h320q261 0 316 -152q16 -45 16 -103q0 -187 -150 -238q-23 -8 -48 -13q41 -54 238 -440 h-159l-157 310q-52 99 -62 110h-171v-420h-143zM671 822h167q131 0 172 44q29 34 29 98q0 87 -52 114q-43 21 -170 21h-146v-277z" />
<glyph unicode="&#xaf;" horiz-adv-x="929" d="M133 1310v150h653v-150h-653z" />
<glyph unicode="&#xb0;" horiz-adv-x="789" d="M87 1192q0 130 94 213q87 77 214 77q144 0 233 -94q76 -81 76 -196q0 -125 -88 -211q-89 -86 -221 -86q-144 0 -233 98q-75 84 -75 199zM228 1191q0 -95 72 -143q42 -29 95 -29q85 0 133 64q34 46 34 108q0 93 -72 141q-42 28 -94 28q-85 0 -133 -63q-35 -45 -35 -106z " />
<glyph unicode="&#xb1;" horiz-adv-x="1218" d="M142 0v159h934v-159h-934zM151 612v173h368v365h173v-365h365v-173h-365v-374h-173v374h-368z" />
<glyph unicode="&#xb2;" horiz-adv-x="744" d="M80 1320q66 103 205 132q42 8 85 8q122 0 204 -76q79 -75 79 -190q0 -131 -105 -251q-50 -58 -192 -180q-20 -18 -32 -28h325l-13 -135h-541v132q15 16 74 67q187 167 256 256q65 82 65 132q0 79 -66 113q-30 15 -65 15q-105 0 -177 -71q-14 -14 -25 -29z" />
<glyph unicode="&#xb3;" horiz-adv-x="759" d="M137 677l54 121q50 -47 147 -64q28 -5 50 -5q104 0 129 82q7 22 7 49q0 90 -101 117q-36 10 -81 10l-80 -1v136h80q142 0 156 90q1 8 1 17q0 76 -66 98q-20 6 -44 6q-82 0 -160 -42q-20 -10 -33 -21l-55 107q80 74 210 88q23 3 46 3q132 0 205 -79q57 -63 57 -159 q-2 -114 -104 -160q-10 -5 -19 -8q90 -37 126 -122q16 -39 16 -82q0 -141 -108 -214q-76 -50 -177 -50q-127 0 -223 59q-18 12 -33 24z" />
<glyph unicode="&#xb4;" horiz-adv-x="585" d="M149 1058l178 402h269l-309 -402h-138z" />
<glyph unicode="&#xb5;" horiz-adv-x="1230" d="M185 430v646h224v-628q0 -211 112 -260q39 -16 90 -16q143 0 217 138q53 100 53 237v529h224v-1058h-185l-24 200q-78 -175 -246 -209q-45 -9 -95 -9q-201 0 -298 149q-72 110 -72 281z" />
<glyph unicode="&#xb6;" horiz-adv-x="1090" d="M84 1161q0 222 220 297q102 34 243 34h446v-154h-77v-1388h-153v1388h-168v-1388h-152v891q-201 0 -297 124q-62 81 -62 196z" />
<glyph unicode="&#xb7;" horiz-adv-x="405" d="M116 558v163h168v-163h-168z" />
<glyph unicode="&#xb8;" horiz-adv-x="550" d="M83 -398l109 399h126l-49 -399h-186z" />
<glyph unicode="&#xb9;" horiz-adv-x="732" d="M152 1210v157q21 4 159 79q42 23 48 28l144 -1v-712h149v-146h-487v146h154v522q-63 -34 -153 -68q-10 -4 -14 -5z" />
<glyph unicode="&#xba;" horiz-adv-x="844" d="M65 1105q0 191 108 299q96 96 248 96q199 0 293 -148q63 -101 63 -247q0 -172 -101 -282q-100 -108 -255 -108q-185 0 -282 135q-74 104 -74 255zM242 1105q1 -245 179 -246q185 2 186 243q0 212 -133 247q-25 7 -53 7q-147 0 -174 -173q-5 -36 -5 -78z" />
<glyph unicode="&#xbb;" horiz-adv-x="1029" d="M101 138l267 415l-263 417h173l302 -414l-304 -418h-175zM488 138l265 415l-260 417h171l303 -414l-306 -418h-173z" />
<glyph unicode="&#xbc;" horiz-adv-x="1581" d="M63 1211v142q76 31 172 89q19 11 28 18h135v-735h137v-141h-458v141h146v559q-66 -35 -154 -71q-4 -1 -6 -2zM289 0l958 1460h176l-953 -1460h-181zM927 180v122l374 546h162v-543h113l-5 -125h-108v-180h-152v180h-384zM1094 305h217v346z" />
<glyph unicode="&#xbd;" horiz-adv-x="1647" d="M63 1211v142q76 31 172 89q19 11 28 18h135v-735h137v-141h-458v141h146v559q-66 -35 -154 -71q-4 -1 -6 -2zM289 0l958 1460h176l-953 -1460h-181zM1034 700q66 103 205 132q42 8 85 8q122 0 204 -76q79 -75 79 -190q0 -131 -105 -251q-50 -58 -192 -180 q-20 -18 -32 -28h325l-13 -135h-541v132q15 16 74 67q321 286 321 388q0 79 -66 113q-30 15 -65 15q-105 0 -177 -71q-14 -14 -25 -29z" />
<glyph unicode="&#xbe;" horiz-adv-x="1569" d="M63 1211v142q76 31 172 89q19 11 28 18h135v-735h137v-141h-458v141h146v559q-66 -35 -154 -71q-4 -1 -6 -2zM289 0l958 1460h176l-953 -1460h-181zM927 180v122l374 546h162v-543h113l-5 -125h-108v-180h-152v180h-384zM1094 305h217v346z" />
<glyph unicode="&#xbf;" horiz-adv-x="971" d="M122 47q0 156 118 310q29 38 135 156q109 122 146 203q7 18 13 34h102q-33 -178 -133 -349q-10 -18 -31 -52q-66 -108 -82 -163q-13 -43 -13 -86q1 -101 81 -148q42 -25 92 -25q97 0 230 76q6 3 10 6l60 -184q-117 -101 -292 -114q-21 -2 -42 -2q-171 0 -282 90 q-111 94 -112 248zM446 1059q0 72 53 113q36 27 83 27q77 0 117 -63q22 -35 22 -77q0 -71 -54 -112q-37 -27 -85 -27q-78 0 -116 64q-20 35 -20 75z" />
<glyph unicode="&#xc0;" horiz-adv-x="1365" d="M28 0l509 1460h291l509 -1460h-240l-152 424h-528l-144 -424h-245zM303 2004h265l185 -402h-141zM472 594h418l-206 659z" />
<glyph unicode="&#xc1;" horiz-adv-x="1365" d="M28 0l509 1460h291l509 -1460h-240l-152 424h-528l-144 -424h-245zM472 594h418l-206 659zM613 1602l178 402h269l-309 -402h-138z" />
<glyph unicode="&#xc2;" horiz-adv-x="1365" d="M28 0l509 1460h291l509 -1460h-240l-152 424h-528l-144 -424h-245zM361 1602l222 388h202l218 -388h-162l-164 239l-156 -239h-160zM472 594h418l-206 659z" />
<glyph unicode="&#xc3;" horiz-adv-x="1365" d="M28 0l509 1460h291l509 -1460h-240l-152 424h-528l-144 -424h-245zM361 1602q0 147 84 205q43 29 102 29q76 0 184 -50q74 -33 97 -33q38 0 54 53q4 14 7 29h115q0 -136 -71 -197q-41 -36 -100 -36q-60 0 -165 52q-83 41 -112 44q-5 1 -9 1q-53 0 -72 -95v-2h-114z M472 594h418l-206 659z" />
<glyph unicode="&#xc4;" horiz-adv-x="1365" d="M28 0l509 1460h291l509 -1460h-240l-152 424h-528l-144 -424h-245zM323 1738q0 69 53 110q37 28 85 28q76 0 115 -62q21 -35 21 -76q0 -69 -53 -109q-36 -27 -83 -27q-76 0 -116 61q-22 34 -22 75zM472 594h418l-206 659zM768 1738q0 69 53 110q37 28 85 28q76 0 115 -62 q21 -35 21 -76q0 -69 -53 -109q-36 -27 -83 -27q-76 0 -116 61q-22 35 -22 75z" />
<glyph unicode="&#xc5;" horiz-adv-x="1365" d="M28 0l509 1460h291l509 -1460h-240l-152 424h-528l-144 -424h-245zM472 594h418l-206 659zM476 1665q0 95 71 152q56 44 135 44q110 0 169 -79q38 -52 38 -117q0 -92 -69 -150q-58 -48 -138 -48q-107 0 -166 78q-40 53 -40 120zM589 1664q0 -65 47 -91q21 -11 46 -11 q58 0 84 52q11 24 11 50q0 56 -43 85q-24 16 -52 16q-57 0 -82 -52q-11 -23 -11 -49z" />
<glyph unicode="&#xc6;" horiz-adv-x="1719" d="M13 0l628 1460h985l-10 -186h-603v-420h560v-187h-560v-476h630l-8 -191h-862v424h-338l-181 -424h-241zM502 594h271v668z" />
<glyph unicode="&#xc7;" horiz-adv-x="1288" d="M96 734q0 305 175 508q155 179 399 225q72 13 147 13q230 0 402 -108l-73 -180q-153 88 -315 88q-185 0 -315 -118q-163 -147 -166 -422v-11q0 -366 227 -491q107 -58 258 -58q145 0 297 71l22 11q10 4 14 6l51 -189q-158 -82 -321 -96q-41 -3 -83 -3q-304 0 -495 173 q-210 190 -223 536q-1 22 -1 45zM485 -406l109 399h126l-49 -399h-186z" />
<glyph unicode="&#xc8;" horiz-adv-x="1161" d="M148 0v1460h920l-10 -186h-670v-420h627v-187h-627v-476h697l-8 -191h-929zM237 2004h265l185 -402h-141z" />
<glyph unicode="&#xc9;" horiz-adv-x="1161" d="M148 0v1460h920l-10 -186h-670v-420h627v-187h-627v-476h697l-8 -191h-929zM547 1602l178 402h269l-309 -402h-138z" />
<glyph unicode="&#xca;" horiz-adv-x="1161" d="M148 0v1460h920l-10 -186h-670v-420h627v-187h-627v-476h697l-8 -191h-929zM295 1602l222 388h202l218 -388h-162l-164 239l-156 -239h-160z" />
<glyph unicode="&#xcb;" horiz-adv-x="1161" d="M148 0v1460h920l-10 -186h-670v-420h627v-187h-627v-476h697l-8 -191h-929zM257 1738q0 69 53 110q37 28 85 28q76 0 115 -62q21 -35 21 -76q0 -69 -53 -109q-36 -27 -83 -27q-76 0 -116 61q-22 34 -22 75zM702 1738q0 69 53 110q37 28 85 28q76 0 115 -62q21 -35 21 -76 q0 -69 -53 -109q-36 -27 -83 -27q-76 0 -116 61q-22 35 -22 75z" />
<glyph unicode="&#xcc;" horiz-adv-x="844" d="M43 2004h265l185 -402h-141zM98 0v150h206v1160h-206v150h648v-150h-202v-1160h202v-150h-648z" />
<glyph unicode="&#xcd;" horiz-adv-x="844" d="M98 0v150h206v1160h-206v150h648v-150h-202v-1160h202v-150h-648zM353 1602l178 402h269l-309 -402h-138z" />
<glyph unicode="&#xce;" horiz-adv-x="844" d="M98 0v150h206v1160h-206v150h648v-150h-202v-1160h202v-150h-648zM101 1602l222 388h202l218 -388h-162l-164 239l-156 -239h-160z" />
<glyph unicode="&#xcf;" horiz-adv-x="844" d="M62 1738q0 69 53 110q37 28 85 28q76 0 115 -62q21 -35 21 -76q0 -69 -53 -109q-36 -27 -83 -27q-76 0 -116 61q-22 34 -22 75zM98 0v150h206v1160h-206v150h648v-150h-202v-1160h202v-150h-648zM507 1738q0 69 53 110q37 28 85 28q76 0 115 -62q21 -35 21 -76 q0 -69 -53 -109q-36 -27 -83 -27q-76 0 -116 61q-22 35 -22 75z" />
<glyph unicode="&#xd0;" horiz-adv-x="1512" d="M36 661v156h638v-156h-638zM148 0v1460h427q402 0 617 -202q198 -189 198 -522q0 -354 -220 -549q-210 -187 -568 -187h-454zM388 180h218q322 0 453 219q79 133 79 332q0 488 -447 539q-54 6 -113 6h-190v-1096z" />
<glyph unicode="&#xd1;" horiz-adv-x="1526" d="M148 0v1460h262l751 -1150l-11 461v689h228v-1460h-272l-745 1129l15 -546v-583h-228zM442 1602q0 147 84 205q43 29 102 29q76 0 184 -50q74 -33 97 -33q38 0 54 53q4 14 7 29h115q0 -136 -71 -197q-41 -36 -100 -36q-60 0 -165 52q-83 41 -112 44q-5 1 -9 1 q-53 0 -72 -95v-2h-114z" />
<glyph unicode="&#xd2;" horiz-adv-x="1615" d="M96 724q0 333 181 537q172 193 461 216q36 3 72 3q300 0 490 -180t216 -489q3 -44 3 -88q0 -329 -180 -529q-174 -194 -472 -212q-28 -2 -57 -2q-313 0 -504 184t-208 501q-2 30 -2 59zM350 723q0 -258 133 -406q123 -137 326 -137q226 0 349 166q107 145 107 377 q0 265 -133 418q-122 139 -322 139q-215 0 -341 -159q-119 -152 -119 -398zM428 2004h265l185 -402h-141z" />
<glyph unicode="&#xd3;" horiz-adv-x="1615" d="M96 724q0 333 181 537q172 193 461 216q36 3 72 3q300 0 490 -180t216 -489q3 -44 3 -88q0 -329 -180 -529q-174 -194 -472 -212q-28 -2 -57 -2q-313 0 -504 184t-208 501q-2 30 -2 59zM350 723q0 -258 133 -406q123 -137 326 -137q226 0 349 166q107 145 107 377 q0 265 -133 418q-122 139 -322 139q-215 0 -341 -159q-119 -152 -119 -398zM739 1602l178 402h269l-309 -402h-138z" />
<glyph unicode="&#xd4;" horiz-adv-x="1615" d="M96 724q0 333 181 537q172 193 461 216q36 3 72 3q300 0 490 -180t216 -489q3 -44 3 -88q0 -329 -180 -529q-174 -194 -472 -212q-28 -2 -57 -2q-313 0 -504 184t-208 501q-2 30 -2 59zM350 723q0 -258 133 -406q123 -137 326 -137q226 0 349 166q107 145 107 377 q0 265 -133 418q-122 139 -322 139q-215 0 -341 -159q-119 -152 -119 -398zM487 1602l222 388h202l218 -388h-162l-164 239l-156 -239h-160z" />
<glyph unicode="&#xd5;" horiz-adv-x="1615" d="M96 724q0 333 181 537q172 193 461 216q36 3 72 3q300 0 490 -180t216 -489q3 -44 3 -88q0 -329 -180 -529q-174 -194 -472 -212q-28 -2 -57 -2q-313 0 -504 184t-208 501q-2 30 -2 59zM350 723q0 -258 133 -406q123 -137 326 -137q226 0 349 166q107 145 107 377 q0 265 -133 418q-122 139 -322 139q-215 0 -341 -159q-119 -152 -119 -398zM486 1602q0 147 84 205q43 29 102 29q76 0 184 -50q74 -33 97 -33q38 0 54 53q4 14 7 29h115q0 -136 -71 -197q-41 -36 -100 -36q-60 0 -165 52q-83 41 -112 44q-5 1 -9 1q-53 0 -72 -95v-2h-114z " />
<glyph unicode="&#xd6;" horiz-adv-x="1615" d="M96 724q0 333 181 537q172 193 461 216q36 3 72 3q300 0 490 -180t216 -489q3 -44 3 -88q0 -329 -180 -529q-174 -194 -472 -212q-28 -2 -57 -2q-313 0 -504 184t-208 501q-2 30 -2 59zM350 723q0 -258 133 -406q123 -137 326 -137q226 0 349 166q107 145 107 377 q0 265 -133 418q-122 139 -322 139q-215 0 -341 -159q-119 -152 -119 -398zM448 1738q0 69 53 110q37 28 85 28q76 0 115 -62q21 -35 21 -76q0 -69 -53 -109q-36 -27 -83 -27q-76 0 -116 61q-22 34 -22 75zM893 1738q0 69 53 110q37 28 85 28q76 0 115 -62q21 -35 21 -76 q0 -69 -53 -109q-36 -27 -83 -27q-76 0 -116 61q-22 35 -22 75z" />
<glyph unicode="&#xd7;" horiz-adv-x="1103" d="M154 291l277 289l-273 288l118 122l277 -286l274 284l121 -122l-274 -286l276 -287l-118 -125l-279 287l-281 -288z" />
<glyph unicode="&#xd8;" horiz-adv-x="1616" d="M96 724q0 333 181 537q172 193 461 216q36 3 72 3q300 0 490 -180t216 -489q3 -44 3 -88q0 -329 -180 -529q-174 -194 -472 -212q-28 -2 -57 -2q-313 0 -504 184t-208 501q-2 30 -2 59zM350 723q0 -258 133 -406q123 -137 326 -137q226 0 349 166q107 145 107 377 q0 265 -133 418q-122 139 -322 139q-215 0 -341 -159q-119 -152 -119 -398zM398 -197l727 1879l125 -47l-733 -1874z" />
<glyph unicode="&#xd9;" horiz-adv-x="1438" d="M122 528v932h240v-919q0 -252 183 -330q74 -31 172 -31q230 0 315 161q44 82 44 201v918h240v-934q0 -257 -165 -403q-160 -143 -434 -143q-313 0 -470 179q-125 142 -125 369zM339 2004h265l185 -402h-141z" />
<glyph unicode="&#xda;" horiz-adv-x="1438" d="M122 528v932h240v-919q0 -252 183 -330q74 -31 172 -31q230 0 315 161q44 82 44 201v918h240v-934q0 -257 -165 -403q-160 -143 -434 -143q-313 0 -470 179q-125 142 -125 369zM650 1602l178 402h269l-309 -402h-138z" />
<glyph unicode="&#xdb;" horiz-adv-x="1438" d="M122 528v932h240v-919q0 -252 183 -330q74 -31 172 -31q230 0 315 161q44 82 44 201v918h240v-934q0 -257 -165 -403q-160 -143 -434 -143q-313 0 -470 179q-125 142 -125 369zM398 1602l222 388h202l218 -388h-162l-164 239l-156 -239h-160z" />
<glyph unicode="&#xdc;" horiz-adv-x="1438" d="M122 528v932h240v-919q0 -252 183 -330q74 -31 172 -31q230 0 315 161q44 82 44 201v918h240v-934q0 -257 -165 -403q-160 -143 -434 -143q-313 0 -470 179q-125 142 -125 369zM360 1738q0 69 53 110q37 28 85 28q76 0 115 -62q21 -35 21 -76q0 -69 -53 -109 q-36 -27 -83 -27q-76 0 -116 61q-22 34 -22 75zM805 1738q0 69 53 110q37 28 85 28q76 0 115 -62q21 -35 21 -76q0 -69 -53 -109q-36 -27 -83 -27q-76 0 -116 61q-22 35 -22 75z" />
<glyph unicode="&#xdd;" horiz-adv-x="1260" d="M24 1460h256l354 -677l349 677h253l-481 -894v-566h-240v564zM561 1602l178 402h269l-309 -402h-138z" />
<glyph unicode="&#xde;" horiz-adv-x="1150" d="M148 0v1460h240v-298h196q334 0 443 -144q61 -81 61 -208q0 -223 -148 -314q-123 -74 -357 -74h-195v-422h-240zM388 597h188q169 0 221 57q38 43 38 151q0 118 -73 159q-56 30 -168 30h-206v-397z" />
<glyph unicode="&#xdf;" horiz-adv-x="1190" d="M158 0v1017q0 300 199 409q102 55 247 55q205 0 317 -104q92 -86 92 -220q0 -135 -95 -249q-13 -14 -37 -41q-49 -53 -57 -78q-2 -9 -2 -16q0 -35 68 -83q14 -10 46 -31q114 -74 162 -127q91 -100 91 -228q0 -182 -131 -267q-87 -57 -216 -57q-167 0 -335 72l55 161 q84 -44 194 -55q24 -2 46 -2q127 0 155 98q7 25 7 53q0 83 -99 164q-12 10 -114 83q-98 70 -127 125q-18 35 -18 71q0 75 66 155q10 12 31 37q66 74 86 120q18 43 18 90q0 94 -82 136q-47 24 -111 24q-153 0 -203 -110q-30 -67 -30 -186v-1016h-223z" />
<glyph unicode="&#xe0;" horiz-adv-x="1042" d="M88 292q0 199 155 271q108 50 302 50h161v69q0 187 -163 218q-29 5 -62 5q-121 0 -288 -67l-47 161q182 77 357 77q239 0 347 -148q75 -102 75 -266v-662h-162l-31 153q-120 -164 -299 -171h-14q-164 0 -255 98q-76 82 -76 212zM127 1600h265l185 -402h-141zM299 312 q0 -132 106 -159q25 -6 53 -6q116 0 213 90q19 18 34 36v202h-107q-193 0 -254 -49q-45 -37 -45 -114z" />
<glyph unicode="&#xe1;" horiz-adv-x="1042" d="M88 292q0 199 155 271q108 50 302 50h161v69q0 187 -163 218q-29 5 -62 5q-121 0 -288 -67l-47 161q182 77 357 77q239 0 347 -148q75 -102 75 -266v-662h-162l-31 153q-120 -164 -299 -171h-14q-164 0 -255 98q-76 82 -76 212zM299 312q0 -132 106 -159q25 -6 53 -6 q116 0 213 90q19 18 34 36v202h-107q-193 0 -254 -49q-45 -37 -45 -114zM437 1198l178 402h269l-309 -402h-138z" />
<glyph unicode="&#xe2;" horiz-adv-x="1042" d="M88 292q0 199 155 271q108 50 302 50h161v69q0 187 -163 218q-29 5 -62 5q-121 0 -288 -67l-47 161q182 77 357 77q239 0 347 -148q75 -102 75 -266v-662h-162l-31 153q-120 -164 -299 -171h-14q-164 0 -255 98q-76 82 -76 212zM185 1198l222 388h202l218 -388h-162 l-164 239l-156 -239h-160zM299 312q0 -132 106 -159q25 -6 53 -6q116 0 213 90q19 18 34 36v202h-107q-193 0 -254 -49q-45 -37 -45 -114z" />
<glyph unicode="&#xe3;" horiz-adv-x="1042" d="M88 292q0 199 155 271q108 50 302 50h161v69q0 187 -163 218q-29 5 -62 5q-121 0 -288 -67l-47 161q182 77 357 77q239 0 347 -148q75 -102 75 -266v-662h-162l-31 153q-120 -164 -299 -171h-14q-164 0 -255 98q-76 82 -76 212zM185 1198q0 147 84 205q43 29 102 29 q76 0 184 -50q74 -33 97 -33q38 0 54 53q4 14 7 29h115q0 -136 -71 -197q-41 -36 -100 -36q-60 0 -165 52q-83 41 -112 44q-5 1 -9 1q-53 0 -72 -95v-2h-114zM299 312q0 -132 106 -159q25 -6 53 -6q116 0 213 90q19 18 34 36v202h-107q-193 0 -254 -49q-45 -37 -45 -114z " />
<glyph unicode="&#xe4;" horiz-adv-x="1042" d="M88 292q0 199 155 271q108 50 302 50h161v69q0 187 -163 218q-29 5 -62 5q-121 0 -288 -67l-47 161q182 77 357 77q239 0 347 -148q75 -102 75 -266v-662h-162l-31 153q-120 -164 -299 -171h-14q-164 0 -255 98q-76 82 -76 212zM147 1334q0 69 53 110q37 28 85 28 q76 0 115 -62q21 -35 21 -76q0 -69 -53 -109q-36 -27 -83 -27q-76 0 -116 61q-22 34 -22 75zM299 312q0 -132 106 -159q25 -6 53 -6q116 0 213 90q19 18 34 36v202h-107q-193 0 -254 -49q-45 -37 -45 -114zM592 1334q0 69 53 110q37 28 85 28q76 0 115 -62q21 -35 21 -76 q0 -69 -53 -109q-36 -27 -83 -27q-76 0 -116 61q-22 35 -22 75z" />
<glyph unicode="&#xe5;" horiz-adv-x="1042" d="M88 292q0 199 155 271q108 50 302 50h161v69q0 187 -163 218q-29 5 -62 5q-121 0 -288 -67l-47 161q182 77 357 77q239 0 347 -148q75 -102 75 -266v-662h-162l-31 153q-120 -164 -299 -171h-14q-164 0 -255 98q-76 82 -76 212zM299 312q0 -132 106 -159q25 -6 53 -6 q116 0 213 90q19 18 34 36v202h-107q-193 0 -254 -49q-45 -37 -45 -114zM300 1396q0 95 71 152q56 44 135 44q110 0 169 -79q38 -52 38 -117q0 -92 -69 -150q-58 -48 -138 -48q-107 0 -166 78q-40 53 -40 120zM413 1395q0 -65 47 -91q21 -11 46 -11q58 0 84 52q11 24 11 50 q0 56 -43 85q-24 16 -52 16q-57 0 -82 -52q-11 -23 -11 -49z" />
<glyph unicode="&#xe6;" horiz-adv-x="1689" d="M88 313q0 185 168 252q119 48 349 48h130v85q-2 206 -250 207q-152 0 -299 -67l-49 160q166 79 371 79q180 0 291 -99q47 -43 73 -98q53 104 179 159q89 38 184 38q275 0 351 -178q25 -59 25 -133q0 -143 -126 -212q-157 -85 -535 -85q12 -285 271 -315q28 -3 57 -3 q141 0 271 67l34 -154q-126 -82 -309 -82q-201 0 -331 90q-47 32 -77 72q-88 -88 -247 -134q-102 -30 -201 -30q-162 0 -254 108q-76 90 -76 225zM295 305q0 -155 138 -164h16q114 0 239 67q54 30 93 64q-38 93 -42 193h-141q-215 0 -273 -67q-30 -35 -30 -93zM952 613 q338 0 432 64q51 36 51 98q0 120 -115 142q-31 6 -68 6q-236 0 -289 -238q-7 -34 -11 -72z" />
<glyph unicode="&#xe7;" horiz-adv-x="954" d="M74 531q0 255 151 405q136 136 349 140h11q188 0 300 -78l-55 -154q-95 60 -219 60q-147 0 -233 -110q-78 -101 -78 -265q2 -376 323 -377q108 0 223 66l33 -157q-111 -79 -296 -79q-235 0 -373 151q-136 148 -136 398zM307 -404l109 399h126l-49 -399h-186z" />
<glyph unicode="&#xe8;" horiz-adv-x="1049" d="M76 528q0 254 140 406q136 140 342 142q207 0 319 -161q94 -137 94 -348l-8 -105h-659q17 -251 227 -300q48 -11 102 -11q134 0 267 66q1 1 2 1l34 -154q-125 -82 -312 -82q-232 0 -381 132q-167 149 -167 414zM144 1600h265l185 -402h-141zM308 613h467 q-16 290 -213 291q-131 0 -200 -111q-46 -73 -54 -180z" />
<glyph unicode="&#xe9;" horiz-adv-x="1049" d="M76 528q0 254 140 406q136 140 342 142q207 0 319 -161q94 -137 94 -348l-8 -105h-659q17 -251 227 -300q48 -11 102 -11q134 0 267 66q1 1 2 1l34 -154q-125 -82 -312 -82q-232 0 -381 132q-167 149 -167 414zM308 613h467q-16 290 -213 291q-131 0 -200 -111 q-46 -73 -54 -180zM455 1198l178 402h269l-309 -402h-138z" />
<glyph unicode="&#xea;" horiz-adv-x="1049" d="M76 528q0 254 140 406q136 140 342 142q207 0 319 -161q94 -137 94 -348l-8 -105h-659q17 -251 227 -300q48 -11 102 -11q134 0 267 66q1 1 2 1l34 -154q-125 -82 -312 -82q-232 0 -381 132q-167 149 -167 414zM203 1198l222 388h202l218 -388h-162l-164 239l-156 -239 h-160zM308 613h467q-16 290 -213 291q-131 0 -200 -111q-46 -73 -54 -180z" />
<glyph unicode="&#xeb;" horiz-adv-x="1049" d="M76 528q0 254 140 406q136 140 342 142q207 0 319 -161q94 -137 94 -348l-8 -105h-659q17 -251 227 -300q48 -11 102 -11q134 0 267 66q1 1 2 1l34 -154q-125 -82 -312 -82q-232 0 -381 132q-167 149 -167 414zM164 1334q0 69 53 110q37 28 85 28q76 0 115 -62 q21 -35 21 -76q0 -69 -53 -109q-36 -27 -83 -27q-76 0 -116 61q-22 34 -22 75zM308 613h467q-16 290 -213 291q-131 0 -200 -111q-46 -73 -54 -180zM609 1334q0 69 53 110q37 28 85 28q76 0 115 -62q21 -35 21 -76q0 -69 -53 -109q-36 -27 -83 -27q-76 0 -116 61 q-22 35 -22 75z" />
<glyph unicode="&#xec;" horiz-adv-x="490" d="M-119 1609h265l185 -402h-141zM151 0v1085h219v-1085h-219z" />
<glyph unicode="&#xed;" horiz-adv-x="490" d="M151 0v1085h219v-1085h-219zM191 1207l178 402h269l-309 -402h-138z" />
<glyph unicode="&#xee;" horiz-adv-x="490" d="M-61 1207l222 388h202l218 -388h-162l-164 239l-156 -239h-160zM151 0v1085h219v-1085h-219z" />
<glyph unicode="&#xef;" horiz-adv-x="490" d="M-99 1343q0 69 53 110q37 28 85 28q76 0 115 -62q21 -35 21 -76q0 -69 -53 -109q-36 -27 -83 -27q-76 0 -116 61q-22 34 -22 75zM151 0v1085h219v-1085h-219zM346 1343q0 69 53 110q37 28 85 28q76 0 115 -62q21 -35 21 -76q0 -69 -53 -109q-36 -27 -83 -27 q-76 0 -116 61q-22 35 -22 75z" />
<glyph unicode="&#xf0;" horiz-adv-x="1169" d="M83 449v22q0 211 135 341q134 129 348 129q94 0 198 -58q-71 109 -216 257l-32 32l-248 -97l-58 150l194 77l-208 200h259l128 -126l275 109l60 -151l-224 -87q198 -217 277 -334q25 -37 45 -73q93 -166 95 -373q0 -237 -150 -369q-137 -120 -362 -120q-233 0 -377 142 q-131 129 -139 329zM296 472q0 -150 93 -240q84 -80 216 -80q183 0 260 133q45 78 45 188q0 146 -95 233q-85 76 -216 76q-172 0 -252 -121q-51 -78 -51 -189z" />
<glyph unicode="&#xf1;" horiz-adv-x="1160" d="M126 0v1058h185l24 -200q78 175 246 209q45 9 95 9q201 0 298 -149q72 -110 72 -281v-646h-224v628q0 211 -112 260q-39 16 -90 16q-143 0 -217 -138q-53 -100 -53 -237v-529h-224zM264 1198q0 147 84 205q43 29 102 29q76 0 184 -50q74 -33 97 -33q38 0 54 53q4 14 7 29 h115q0 -136 -71 -197q-41 -36 -100 -36q-60 0 -165 52q-83 41 -112 44q-5 1 -9 1q-53 0 -72 -95v-2h-114z" />
<glyph unicode="&#xf2;" horiz-adv-x="1173" d="M76 519v11q0 269 154 416q136 130 357 130q237 0 375 -153q135 -148 135 -393q0 -253 -144 -403q-139 -145 -366 -145q-226 0 -366 146q-141 147 -145 391zM207 1600h265l185 -402h-141zM302 530q0 -237 125 -329q67 -49 160 -49q180 0 249 167q35 88 35 211 q0 256 -143 339q-60 35 -141 35q-171 0 -243 -152q-42 -91 -42 -222z" />
<glyph unicode="&#xf3;" horiz-adv-x="1173" d="M76 519v11q0 269 154 416q136 130 357 130q237 0 375 -153q135 -148 135 -393q0 -253 -144 -403q-139 -145 -366 -145q-226 0 -366 146q-141 147 -145 391zM302 530q0 -237 125 -329q67 -49 160 -49q180 0 249 167q35 88 35 211q0 256 -143 339q-60 35 -141 35 q-171 0 -243 -152q-42 -91 -42 -222zM517 1198l178 402h269l-309 -402h-138z" />
<glyph unicode="&#xf4;" horiz-adv-x="1173" d="M76 519v11q0 269 154 416q136 130 357 130q237 0 375 -153q135 -148 135 -393q0 -253 -144 -403q-139 -145 -366 -145q-226 0 -366 146q-141 147 -145 391zM265 1198l222 388h202l218 -388h-162l-164 239l-156 -239h-160zM302 530q0 -237 125 -329q67 -49 160 -49 q180 0 249 167q35 88 35 211q0 256 -143 339q-60 35 -141 35q-171 0 -243 -152q-42 -91 -42 -222z" />
<glyph unicode="&#xf5;" horiz-adv-x="1173" d="M76 519v11q0 269 154 416q136 130 357 130q237 0 375 -153q135 -148 135 -393q0 -253 -144 -403q-139 -145 -366 -145q-226 0 -366 146q-141 147 -145 391zM265 1198q0 147 84 205q43 29 102 29q76 0 184 -50q74 -33 97 -33q38 0 54 53q4 14 7 29h115q0 -136 -71 -197 q-41 -36 -100 -36q-60 0 -165 52q-83 41 -112 44q-5 1 -9 1q-53 0 -72 -95v-2h-114zM302 530q0 -237 125 -329q67 -49 160 -49q180 0 249 167q35 88 35 211q0 256 -143 339q-60 35 -141 35q-171 0 -243 -152q-42 -91 -42 -222z" />
<glyph unicode="&#xf6;" horiz-adv-x="1173" d="M76 519v11q0 269 154 416q136 130 357 130q237 0 375 -153q135 -148 135 -393q0 -253 -144 -403q-139 -145 -366 -145q-226 0 -366 146q-141 147 -145 391zM227 1334q0 69 53 110q37 28 85 28q76 0 115 -62q21 -35 21 -76q0 -69 -53 -109q-36 -27 -83 -27q-76 0 -116 61 q-22 34 -22 75zM302 530q0 -237 125 -329q67 -49 160 -49q180 0 249 167q35 88 35 211q0 256 -143 339q-60 35 -141 35q-171 0 -243 -152q-42 -91 -42 -222zM672 1334q0 69 53 110q37 28 85 28q76 0 115 -62q21 -35 21 -76q0 -69 -53 -109q-36 -27 -83 -27q-76 0 -116 61 q-22 35 -22 75z" />
<glyph unicode="&#xf7;" horiz-adv-x="1241" d="M108 488v173h1020v-173h-1020zM497 25v248h243v-248h-243zM497 869v239h249v-239h-249z" />
<glyph unicode="&#xf8;" horiz-adv-x="1197" d="M76 519v11q0 269 154 416q136 130 357 130q237 0 375 -153q135 -148 135 -393q0 -253 -144 -403q-139 -145 -366 -145q-226 0 -366 146q-141 147 -145 391zM204 -127l728 1345l77 -44l-734 -1345zM302 530q0 -237 125 -329q67 -49 160 -49q180 0 249 167q35 88 35 211 q0 256 -143 339q-60 35 -141 35q-171 0 -243 -152q-42 -91 -42 -222z" />
<glyph unicode="&#xf9;" horiz-adv-x="1147" d="M109 400v658h224v-649q0 -192 109 -239q42 -18 100 -18q177 0 230 144q27 74 27 195v567h224v-1058h-179l-22 165q-89 -175 -312 -183h-22q-276 0 -352 229q-27 82 -27 189zM187 1600h265l185 -402h-141z" />
<glyph unicode="&#xfa;" horiz-adv-x="1147" d="M109 400v658h224v-649q0 -192 109 -239q42 -18 100 -18q177 0 230 144q27 74 27 195v567h224v-1058h-179l-22 165q-89 -175 -312 -183h-22q-276 0 -352 229q-27 82 -27 189zM497 1198l178 402h269l-309 -402h-138z" />
<glyph unicode="&#xfb;" horiz-adv-x="1147" d="M109 400v658h224v-649q0 -192 109 -239q42 -18 100 -18q177 0 230 144q27 74 27 195v567h224v-1058h-179l-22 165q-89 -175 -312 -183h-22q-276 0 -352 229q-27 82 -27 189zM245 1198l222 388h202l218 -388h-162l-164 239l-156 -239h-160z" />
<glyph unicode="&#xfc;" horiz-adv-x="1147" d="M109 400v658h224v-649q0 -192 109 -239q42 -18 100 -18q177 0 230 144q27 74 27 195v567h224v-1058h-179l-22 165q-89 -175 -312 -183h-22q-276 0 -352 229q-27 82 -27 189zM206 1334q0 69 53 110q37 28 85 28q76 0 115 -62q21 -35 21 -76q0 -69 -53 -109 q-36 -27 -83 -27q-76 0 -116 61q-22 34 -22 75zM651 1334q0 69 53 110q37 28 85 28q76 0 115 -62q21 -35 21 -76q0 -69 -53 -109q-36 -27 -83 -27q-76 0 -116 61q-22 35 -22 75z" />
<glyph unicode="&#xfd;" horiz-adv-x="1047" d="M33 1058h225l292 -755l255 755h231l-555 -1502l-202 32l172 450zM465 1198l178 402h269l-309 -402h-138z" />
<glyph unicode="&#xfe;" horiz-adv-x="1163" d="M122 -441v1499h185l23 -188q95 205 333 206q206 0 322 -164q105 -148 105 -382q0 -249 -126 -400q-124 -148 -326 -148q-166 0 -268 129q-16 20 -29 42l5 -190v-404h-224zM122 763v697l225 20v-717h-225zM343 548q1 -395 262 -396q175 0 233 183q26 83 26 197 q0 339 -212 369q-20 3 -41 3q-266 0 -268 -354v-2z" />
<glyph unicode="&#xff;" horiz-adv-x="1047" d="M33 1058h225l292 -755l255 755h231l-555 -1502l-202 32l172 450zM175 1334q0 69 53 110q37 28 85 28q76 0 115 -62q21 -35 21 -76q0 -69 -53 -109q-36 -27 -83 -27q-76 0 -116 61q-22 34 -22 75zM620 1334q0 69 53 110q37 28 85 28q76 0 115 -62q21 -35 21 -76 q0 -69 -53 -109q-36 -27 -83 -27q-76 0 -116 61q-22 35 -22 75z" />
<glyph unicode="&#x152;" horiz-adv-x="2111" d="M96 736q0 392 270 580q209 144 545 144h315v-1460h-342q-361 0 -570 189q-218 196 -218 547zM348 731q0 -329 207 -466q129 -85 325 -85h218v1096h-190q-500 0 -554 -433q-6 -53 -6 -112zM1098 0v1460h920l-10 -186h-670v-420h627v-187h-627v-476h697l-8 -191h-929z" />
<glyph unicode="&#x153;" horiz-adv-x="1844" d="M76 519v11q0 269 154 416q136 130 357 130q237 0 375 -153q135 -148 135 -393q0 -253 -144 -403q-139 -145 -366 -145q-226 0 -366 146q-141 147 -145 391zM302 530q0 -237 125 -329q67 -49 160 -49q180 0 249 167q35 88 35 211q0 256 -143 339q-60 35 -141 35 q-171 0 -243 -152q-42 -91 -42 -222zM871 528q0 254 140 406q136 140 342 142q207 0 319 -161q94 -137 94 -348l-8 -105h-659q17 -251 227 -300q48 -11 102 -11q134 0 267 66q1 1 2 1l34 -154q-125 -82 -312 -82q-232 0 -381 132q-167 149 -167 414zM1103 613h467 q-16 290 -213 291q-131 0 -200 -111q-46 -73 -54 -180z" />
<glyph unicode="&#x178;" horiz-adv-x="1260" d="M24 1460h256l354 -677l349 677h253l-481 -894v-566h-240v564zM270 1738q0 69 53 110q37 28 85 28q76 0 115 -62q21 -35 21 -76q0 -69 -53 -109q-36 -27 -83 -27q-76 0 -116 61q-22 34 -22 75zM715 1738q0 69 53 110q37 28 85 28q76 0 115 -62q21 -35 21 -76 q0 -69 -53 -109q-36 -27 -83 -27q-76 0 -116 61q-22 35 -22 75z" />
<glyph unicode="&#x2c6;" horiz-adv-x="735" d="M41 1072l222 388h202l218 -388h-162l-164 239l-156 -239h-160z" />
<glyph unicode="&#x2dc;" horiz-adv-x="784" d="M78 1227q0 147 84 205q43 29 102 29q76 0 184 -50q74 -33 97 -33q38 0 54 53q4 14 7 29h115q0 -136 -71 -197q-41 -36 -100 -36q-60 0 -165 52q-83 41 -112 44q-5 1 -9 1q-53 0 -72 -95v-2h-114z" />
<glyph unicode="&#x2000;" horiz-adv-x="1002" />
<glyph unicode="&#x2001;" horiz-adv-x="2004" />
<glyph unicode="&#x2002;" horiz-adv-x="1002" />
<glyph unicode="&#x2003;" horiz-adv-x="2004" />
<glyph unicode="&#x2004;" horiz-adv-x="668" />
<glyph unicode="&#x2005;" horiz-adv-x="501" />
<glyph unicode="&#x2006;" horiz-adv-x="334" />
<glyph unicode="&#x2007;" horiz-adv-x="334" />
<glyph unicode="&#x2008;" horiz-adv-x="250" />
<glyph unicode="&#x2009;" horiz-adv-x="400" />
<glyph unicode="&#x200a;" horiz-adv-x="111" />
<glyph unicode="&#x2010;" horiz-adv-x="813" d="M116 467v181h581v-181h-581z" />
<glyph unicode="&#x2011;" horiz-adv-x="813" d="M116 467v181h581v-181h-581z" />
<glyph unicode="&#x2012;" horiz-adv-x="813" d="M116 467v181h581v-181h-581z" />
<glyph unicode="&#x2013;" horiz-adv-x="1189" d="M96 484v171h1045v-171h-1045z" />
<glyph unicode="&#x2014;" horiz-adv-x="2133" d="M69 484v171h2066v-171h-2066z" />
<glyph unicode="&#x2018;" horiz-adv-x="426" d="M85 1460h206l73 -500h-154z" />
<glyph unicode="&#x2019;" horiz-adv-x="422" d="M74 960l99 500h221l-174 -500h-146z" />
<glyph unicode="&#x201a;" horiz-adv-x="475" d="M101 -250l99 478h194l-146 -478h-147z" />
<glyph unicode="&#x201c;" horiz-adv-x="728" d="M91 1460h157l149 -504h-217zM414 1460h152l162 -505h-220z" />
<glyph unicode="&#x201d;" horiz-adv-x="788" d="M89 904l91 556h217l-151 -556h-157zM411 904l95 556h221l-164 -556h-152z" />
<glyph unicode="&#x201e;" horiz-adv-x="822" d="M137 -250l99 478h196l-147 -478h-148zM441 -250l101 478h197l-148 -478h-150z" />
<glyph unicode="&#x2022;" horiz-adv-x="870" d="M122 709q0 151 106 248q97 87 233 87q145 0 240 -95q93 -94 93 -235q0 -151 -106 -248q-97 -87 -233 -87q-146 0 -241 95q-92 94 -92 235z" />
<glyph unicode="&#x2026;" horiz-adv-x="1476" d="M116 119q0 69 52 107q34 24 81 24q84 0 117 -69q14 -29 14 -62q0 -71 -52 -108q-33 -23 -79 -23q-83 0 -118 67q-15 30 -15 64zM608 119q0 70 52 107q34 24 80 24q84 0 118 -68q14 -30 14 -63q0 -70 -52 -107q-34 -24 -80 -24q-82 0 -117 67q-15 30 -15 64zM1098 119 q0 70 52 107q34 24 80 24q83 0 118 -67q15 -30 15 -64q0 -69 -52 -107q-34 -24 -81 -24q-82 0 -117 67q-15 30 -15 64z" />
<glyph unicode="&#x202f;" horiz-adv-x="400" />
<glyph unicode="&#x2039;" horiz-adv-x="559" d="M67 565l283 413h181l-273 -413l267 -405h-181z" />
<glyph unicode="&#x203a;" horiz-adv-x="563" d="M72 160l272 410l-266 408h181l280 -409l-286 -409h-181z" />
<glyph unicode="&#x205f;" horiz-adv-x="501" />
<glyph unicode="&#x20ac;" horiz-adv-x="1288" d="M-15 515l3 130h172v147h-172l3 129h877l-4 -129h-571v-147h571l-3 -130h-876zM96 734q0 305 175 508q155 179 399 225q72 13 147 13q230 0 402 -108l-73 -180q-153 88 -315 88q-185 0 -315 -118q-163 -147 -166 -422v-11q0 -366 227 -491q107 -58 258 -58q145 0 297 71 l22 11q10 4 14 6l51 -189q-158 -82 -321 -96q-41 -3 -83 -3q-304 0 -495 173q-210 190 -223 536q-1 22 -1 45z" />
<glyph unicode="&#x2122;" horiz-adv-x="1709" d="M72 1324v134h638v-134h-247v-705h-143v705h-248zM793 619v839h187l233 -591l245 591h175v-839h-141v606l-236 -563h-99l-223 559v-602h-141z" />
<glyph unicode="&#x25fc;" horiz-adv-x="1060" d="M0 0v1060h1060v-1060h-1060z" />
<glyph unicode="&#xfb03;" horiz-adv-x="2043" d="M30 912l5 127l164 17v47q0 269 165 338q67 28 165 28q93 0 181 -18l-20 -160q-66 12 -121 12q-81 0 -111 -35q-35 -42 -35 -148v-62h248v-146h-248v-912h-224v912h-169zM795 912l5 127l164 17v47q0 269 165 338q67 28 165 28q93 0 181 -18l-20 -160q-66 12 -121 12 q-81 0 -111 -35q-35 -42 -35 -148v-62h248v-146h-248v-912h-224v912h-169zM1656 1340q0 87 82 112q26 8 56 8q100 0 128 -70q9 -23 9 -50q0 -88 -82 -113q-25 -7 -55 -7q-99 0 -128 68q-10 24 -10 52zM1688 0v1058h220v-1058h-220z" />
<glyph unicode="&#xfb04;" horiz-adv-x="2138" d="M30 912l5 127l164 17v47q0 269 165 338q67 28 165 28q93 0 181 -18l-20 -160q-66 12 -121 12q-81 0 -111 -35q-35 -42 -35 -148v-62h248v-146h-248v-912h-224v912h-169zM795 912l5 127l164 17v47q0 269 165 338q67 28 165 28q93 0 181 -18l-20 -160q-66 12 -121 12 q-81 0 -111 -35q-35 -42 -35 -148v-62h248v-146h-248v-912h-224v912h-169zM1668 327v1133l222 20v-1171q0 -89 54 -118q34 -18 101 -24l95 -8l-13 -165h-72q-203 0 -287 61q-99 77 -100 272z" />
<hkern u1="F" u2="&#x2e;" k="100" />
<hkern u1="F" u2="&#x2c;" k="140" />
<hkern u1="f" u2="&#x201d;" k="-140" />
<hkern u1="f" u2="&#x2019;" k="-110" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="38" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="T" k="107" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="V" k="116" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="W" k="83" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="Y,Yacute,Ydieresis" k="159" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="v" k="36" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="w" k="30" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="y,yacute,ydieresis" k="75" />
<hkern g1="B" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="21" />
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="37" />
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="T" k="25" />
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="X" k="28" />
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" g2="Y,Yacute,Ydieresis" k="67" />
<hkern g1="F" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="58" />
<hkern g1="K" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="24" />
<hkern g1="K" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" k="30" />
<hkern g1="K" g2="v" k="25" />
<hkern g1="K" g2="w" k="24" />
<hkern g1="K" g2="y,yacute,ydieresis" k="36" />
<hkern g1="L" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="69" />
<hkern g1="L" g2="T" k="148" />
<hkern g1="L" g2="V" k="94" />
<hkern g1="L" g2="W" k="80" />
<hkern g1="L" g2="Y,Yacute,Ydieresis" k="159" />
<hkern g1="L" g2="v" k="84" />
<hkern g1="L" g2="w" k="48" />
<hkern g1="L" g2="y,yacute,ydieresis" k="85" />
<hkern g1="P" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="75" />
<hkern g1="P" g2="J" k="91" />
<hkern g1="P" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" k="38" />
<hkern g1="P" g2="comma" k="250" />
<hkern g1="P" g2="g" k="44" />
<hkern g1="P" g2="period" k="210" />
<hkern g1="P" g2="s" k="37" />
<hkern g1="R" g2="Y,Yacute,Ydieresis" k="29" />
<hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="54" />
<hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="28" />
<hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="38" />
<hkern g1="T" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" k="127" />
<hkern g1="T" g2="g" k="100" />
<hkern g1="T" g2="s" k="69" />
<hkern g1="T" g2="y,yacute,ydieresis" k="64" />
<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="8" />
<hkern g1="V" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="72" />
<hkern g1="V" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="9" />
<hkern g1="V" g2="J" k="53" />
<hkern g1="V" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="26" />
<hkern g1="V" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" k="59" />
<hkern g1="V" g2="comma" k="90" />
<hkern g1="V" g2="g" k="36" />
<hkern g1="V" g2="period" k="70" />
<hkern g1="V" g2="s" k="64" />
<hkern g1="W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="76" />
<hkern g1="W" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="12" />
<hkern g1="W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="32" />
<hkern g1="W" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" k="67" />
<hkern g1="W" g2="g" k="56" />
<hkern g1="W" g2="s" k="39" />
<hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="92" />
<hkern g1="Y,Yacute,Ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="17" />
<hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="71" />
<hkern g1="Y,Yacute,Ydieresis" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" k="81" />
<hkern g1="Y,Yacute,Ydieresis" g2="comma" k="120" />
<hkern g1="Y,Yacute,Ydieresis" g2="g" k="153" />
<hkern g1="Y,Yacute,Ydieresis" g2="period" k="120" />
<hkern g1="Y,Yacute,Ydieresis" g2="s" k="76" />
<hkern g1="Y,Yacute,Ydieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="55" />
<hkern g1="a" g2="y,yacute,ydieresis" k="15" />
<hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="v" k="28" />
<hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="x" k="21" />
<hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="y,yacute,ydieresis" k="47" />
<hkern g1="c" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" k="41" />
<hkern g1="e" g2="v" k="16" />
<hkern g1="e" g2="y,yacute,ydieresis" k="20" />
<hkern g1="f" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" k="16" />
<hkern g1="h,m,n,ntilde" g2="v" k="17" />
<hkern g1="h,m,n,ntilde" g2="y,yacute,ydieresis" k="17" />
<hkern g1="k" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" k="37" />
<hkern g1="k" g2="g" k="20" />
<hkern g1="l" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" k="15" />
<hkern g1="l" g2="g" k="15" />
<hkern g1="l" g2="y,yacute,ydieresis" k="33" />
<hkern g1="r" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="52" />
<hkern g1="r" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" k="56" />
<hkern g1="r" g2="comma" k="60" />
<hkern g1="r" g2="g" k="40" />
<hkern g1="r" g2="period" k="50" />
<hkern g1="space" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="100" />
<hkern g1="space" g2="T" k="120" />
<hkern g1="space" g2="V" k="110" />
<hkern g1="space" g2="W" k="130" />
<hkern g1="space" g2="Y,Yacute,Ydieresis" k="180" />
<hkern g1="t" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="28" />
<hkern g1="t" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" k="22" />
<hkern g1="v" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" k="7" />
<hkern g1="v" g2="comma" k="60" />
<hkern g1="v" g2="period" k="80" />
<hkern g1="x" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" k="17" />
<hkern g1="y,yacute,ydieresis" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" k="30" />
<hkern g1="y,yacute,ydieresis" g2="period" k="100" />
</font>
</defs></svg>

Before

Width:  |  Height:  |  Size: 63 KiB

View File

@ -1,264 +0,0 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata></metadata>
<defs>
<font id="oxygen-sanssans-book" horiz-adv-x="1204" >
<font-face units-per-em="2048" ascent="1638" descent="-410" />
<missing-glyph horiz-adv-x="466" />
<glyph horiz-adv-x="0" />
<glyph unicode="&#xd;" horiz-adv-x="682" />
<glyph unicode=" " horiz-adv-x="466" />
<glyph unicode="&#x09;" horiz-adv-x="466" />
<glyph unicode="&#xa0;" horiz-adv-x="466" />
<glyph unicode="!" horiz-adv-x="564" d="M167 102q0 66 50 97q28 17 65 17q78 0 106 -65q9 -24 9 -49q0 -69 -51 -99q-28 -16 -64 -16q-78 0 -106 66q-9 24 -9 49zM190 1341v119h176v-119l-52 -923h-66z" />
<glyph unicode="&#x22;" horiz-adv-x="641" d="M109 1460h168l-43 -507h-75zM380 1460h168l-49 -507h-76z" />
<glyph unicode="#" d="M85 431l13 91h187l93 445h-197l13 91h203l82 402h126l-82 -402h283l83 402h124l-82 -402h188l-15 -91h-191l-93 -445h203l-15 -91h-208l-93 -451h-125l92 451h-282l-94 -451h-124l93 451h-182zM410 522h284l93 445h-283z" />
<glyph unicode="$" horiz-adv-x="1167" d="M138 1100q0 214 177 314q119 66 287 66q200 0 370 -87q24 -12 45 -25l-64 -124q-110 76 -277 93q-35 4 -68 4q-179 0 -259 -87q-49 -54 -49 -133q0 -106 58 -160q41 -38 128 -72l230 -90q166 -65 235 -124q113 -94 117 -268v-14q0 -260 -213 -360q-113 -53 -267 -53 q-188 0 -343 68q-65 29 -103 63v158q150 -109 342 -140q56 -9 107 -9q187 0 267 106q49 65 49 161q0 107 -52 161q-49 50 -185 103l-238 91q-175 66 -240 162q-54 79 -54 196zM534 1404l38 331h66l53 -331h-157zM535 53h157l-38 -331h-66z" />
<glyph unicode="%" horiz-adv-x="1789" d="M62 1088q0 186 108 288q90 83 231 83q196 0 285 -146q55 -93 55 -225q0 -185 -107 -287q-90 -86 -233 -86q-189 0 -279 141q-60 96 -60 232zM178 1089q0 -188 110 -252q49 -28 114 -28q148 0 200 138q23 62 23 142q0 195 -118 254q-46 23 -105 23q-149 0 -201 -137 q-23 -61 -23 -140zM417 0l830 1460h122l-820 -1460h-132zM1048 372q0 186 108 288q90 84 231 84q196 0 284 -146q56 -93 56 -226q0 -185 -107 -287q-90 -86 -233 -86q-189 0 -279 141q-60 96 -60 232zM1164 373q0 -187 108 -252q50 -29 116 -29q147 0 199 137q24 62 24 144 q0 195 -118 254q-46 23 -105 23q-149 0 -201 -137q-23 -61 -23 -140z" />
<glyph unicode="&#x26;" horiz-adv-x="1401" d="M155 352q0 215 168 351q53 43 131 86l-27 30q-145 165 -147 327q0 147 116 234q106 79 265 79q198 0 288 -113q57 -74 57 -182q0 -160 -140 -272q-60 -48 -204 -125l401 -435q92 101 168 236l114 -75q-90 -155 -190 -260l159 -173l-116 -96l-153 170q-201 -154 -422 -154 q-186 0 -322 104q-121 93 -142 221q-4 24 -4 47zM315 368q0 -110 93 -184q90 -72 221 -72q166 1 326 121l-418 464q-144 -88 -192 -188q-30 -64 -30 -141zM427 1157q0 -122 105 -248q13 -15 27 -30l22 -24q144 74 200 130q76 76 76 174q0 160 -154 179q-20 2 -40 2 q-117 0 -186 -66q-50 -49 -50 -117z" />
<glyph unicode="'" horiz-adv-x="341" d="M96 1460h165l-38 -507h-91z" />
<glyph unicode="(" horiz-adv-x="702" d="M194 687q0 425 204 774q26 44 54 85h157q-253 -389 -253 -855q1 -525 252 -920h-154q-175 244 -235 607q-25 153 -25 309z" />
<glyph unicode=")" horiz-adv-x="706" d="M113 1546h157q258 -380 258 -853q0 -362 -124 -671q-58 -145 -135 -251h-155q200 303 242 725q10 99 10 199q0 326 -121 603q-53 122 -132 248z" />
<glyph unicode="*" horiz-adv-x="1203" d="M157 1050l44 155l352 -149l-35 404h167l-37 -404l354 149l44 -155l-362 -82q153 -207 249 -329q-30 -19 -68 -43q-39 -24 -68 -43l-201 358l-188 -358l-136 86l242 329z" />
<glyph unicode="+" horiz-adv-x="1203" d="M160 621v123h379v389h131v-389h373v-123h-373v-394h-132v394h-378z" />
<glyph unicode="," horiz-adv-x="481" d="M137 -290l37 428q4 62 4 83h173v-40q0 -13 -29.5 -130.5t-58.5 -228.5l-29 -112h-97z" />
<glyph unicode="-" horiz-adv-x="1205" d="M268 579v135h669v-135h-669z" />
<glyph unicode="." horiz-adv-x="488" d="M147 98q0 63 48 93q26 16 61 16q73 0 98 -63q9 -22 9 -46q0 -65 -48 -94q-26 -15 -59 -15q-73 0 -99 61q-10 23 -10 48z" />
<glyph unicode="/" horiz-adv-x="963" d="M103 0l609 1460h148l-613 -1460h-144z" />
<glyph unicode="0" d="M114 726q0 408 166 605q125 149 327 149q273 0 396 -266q87 -189 87 -488q0 -436 -176 -627q-119 -128 -307 -128q-273 0 -400 261q-93 193 -93 494zM279 731q0 -417 158 -560q72 -65 170 -65q197 0 274 256q44 148 44 370q-8 605 -318 613q-165 0 -252 -183 q-76 -161 -76 -431z" />
<glyph unicode="1" d="M237 0v120h352v1188q-104 -58 -263 -93q-33 -8 -58 -11v132q127 26 252 80q52 23 82 44h153v-1340h314v-120h-832z" />
<glyph unicode="2" d="M192 131l471 556q100 118 132 174q56 96 56 210q0 197 -160 251q-53 18 -114 18q-148 0 -292 -78q-20 -11 -38 -23l-49 127q101 74 267 103q67 11 130 11q175 0 288 -91q130 -105 130 -302q0 -154 -67 -274q-47 -84 -175 -234l-392 -459h629l-9 -120h-781z" />
<glyph unicode="3" d="M177 1370q181 107 379 109q197 0 316 -104q111 -99 113 -262v-6q-1 -264 -266 -333q177 -37 256 -171q49 -84 49 -195v-7q-3 -227 -160 -340q-114 -82 -281 -82q-185 1 -370 97v150q206 -105 365 -105q176 0 240 129q32 63 32 151q0 203 -151 267q-85 35 -241 35h-42v134 h43q353 2 354 258v7q-3 170 -146 221q-51 18 -116 18q-154 0 -312 -89q-5 -2 -8 -4z" />
<glyph unicode="4" d="M115 368v144l653 948h169v-964h179l-12 -128h-167v-368h-158v368h-664zM280 496h499v758z" />
<glyph unicode="5" d="M162 100l57 129q193 -109 361 -109q177 0 265 119q64 88 64 222q0 176 -106 259q-74 58 -189 58q-124 0 -220 -72q-23 -17 -40 -35l-134 16l28 773h768l-13 -132h-614l-16 -498q118 79 267 79q213 0 334 -142q104 -123 104 -303q0 -251 -163 -382q-129 -103 -324 -103 q-213 1 -429 121z" />
<glyph unicode="6" d="M157 420v17q0 171 89 335q39 73 130 204l329 484h189l-340 -500q-45 -66 -105 -147q97 56 207 56q165 0 288 -104q129 -110 147 -282q3 -25 3 -49q0 -184 -116 -310q-124 -135 -328 -143q-13 -1 -25 -1q-219 0 -350 143q-112 121 -118 297zM316 427q0 -147 90 -236 q83 -80 215 -80q162 0 249 118q63 86 63 204q0 156 -102 240q-81 67 -204 67q-122 0 -208 -71q-103 -85 -103 -242z" />
<glyph unicode="7" d="M190 1460h848v-118l-512 -1342h-166l504 1326h-655z" />
<glyph unicode="8" d="M130 364q0 248 224 364q38 20 82 35q-151 50 -225 171q-50 83 -50 183q0 177 138 277q120 86 304 86q213 0 334 -113q104 -98 104 -250q0 -198 -173 -305q-44 -28 -97 -47q161 -52 243 -187q59 -98 59 -214q0 -194 -155 -298q-127 -86 -316 -86q-212 0 -343 105 q-128 105 -129 279zM285 379q0 -178 149 -241q71 -30 168 -30q313 2 314 272q0 155 -139 248q-74 50 -175 72q-193 -42 -273 -165q-44 -70 -44 -156zM321 1121q0 -194 186 -274q44 -19 95 -30q241 53 274 244q5 29 5 60q0 124 -100 189q-73 47 -179 47q-151 0 -228 -89 q-53 -61 -53 -147z" />
<glyph unicode="9" d="M150 1025q0 184 116 310q124 135 326 144q15 1 28 1q219 0 350 -143q112 -122 118 -297v-18q0 -168 -96 -334q-40 -69 -136 -200l-357 -488h-196l379 508q26 35 102 132q-94 -50 -196 -50q-166 0 -289 105q-130 110 -147 283q-2 24 -2 47zM312 1027q0 -157 102 -242 q80 -66 203 -66q122 0 209 71q104 85 104 243q0 147 -90 236q-83 80 -215 80q-161 0 -249 -117q-64 -86 -64 -205z" />
<glyph unicode=":" horiz-adv-x="537" d="M146 101q0 63 51 94q31 18 72 18q83 0 112 -64q10 -23 10 -48q0 -62 -50 -93q-31 -19 -72 -19q-81 0 -111 62q-12 24 -12 50zM146 946q0 61 50 93q31 19 73 19q82 0 111 -63q11 -23 11 -49q0 -64 -51 -95q-31 -18 -71 -18q-81 0 -111 63q-12 24 -12 50z" />
<glyph unicode=";" horiz-adv-x="526" d="M146 946q0 61 50 93q31 19 73 19q82 0 111 -63q11 -23 11 -49q0 -64 -51 -95q-31 -18 -71 -18q-81 0 -111 63q-12 24 -12 50zM152 -300l34 488h182l-121 -488h-95z" />
<glyph unicode="&#x3c;" d="M110 580v87l930 477v-140l-745 -376l743 -352l-1 -141z" />
<glyph unicode="=" horiz-adv-x="1205" d="M184 429v124h837v-124h-837zM184 783v124h837v-124h-837z" />
<glyph unicode="&#x3e;" d="M161 141v141l737 346l-735 382v140l928 -484v-88z" />
<glyph unicode="?" horiz-adv-x="1203" d="M261 1387q137 93 316 93q191 0 288 -110q77 -86 77 -227q0 -132 -81 -258q-15 -23 -105 -143q-111 -150 -158 -284q-8 -22 -15 -45h-90q5 146 105 329q17 31 52 91q83 141 105 208q16 52 16 97q0 185 -166 208q-23 3 -47 3q-125 0 -261 -85zM420 98q0 66 52 95 q27 15 63 15q80 0 106 -64q8 -22 8 -46q0 -70 -55 -98q-26 -13 -59 -13q-79 0 -106 64q-9 23 -9 47z" />
<glyph unicode="@" horiz-adv-x="1880" d="M128 638q0 303 173 527q162 209 424 285q126 36 263 36q289 0 492 -153q200 -151 250 -405q15 -75 15 -156q0 -250 -130 -397q-93 -106 -214 -118q-13 -1 -25 -1q-165 0 -224 164q-8 22 -13 45q-67 -146 -182 -193q-48 -20 -100 -20q-152 0 -234 121q-62 92 -62 224 q0 182 96 319q110 156 296 173q21 2 42 2q129 0 260 -48q29 -11 53 -23q-8 -60 -26 -173q-39 -247 -39 -333q0 -77 59 -117q33 -23 74 -23q89 0 156 89q86 116 86 317q0 257 -154 415q-171 175 -483 175q-289 0 -481 -176q-176 -161 -217 -419q-11 -69 -11 -141 q0 -304 170 -482q175 -183 482 -183q284 1 467 114l42 -100q-155 -104 -397 -128q-58 -6 -115 -6q-324 0 -536 178q-210 177 -249 482q-8 63 -8 129zM705 594q0 -147 81 -204q38 -26 88 -26q124 0 182 148q28 73 50 205q1 6 15 88q20 120 28 166q-81 18 -138 18 q-133 0 -221 -121q-82 -122 -85 -274z" />
<glyph unicode="A" horiz-adv-x="1360" d="M52 0l535 1460h187l534 -1460h-174l-172 470h-559l-171 -470h-180zM444 592h478l-240 696z" />
<glyph unicode="B" horiz-adv-x="1332" d="M164 0v1460h458q398 0 500 -187q38 -72 38 -171q0 -172 -108 -261q-50 -41 -124 -69q237 -68 281 -270q9 -43 9 -90q0 -239 -189 -343q-125 -69 -321 -69h-544zM340 134h340q245 0 321 115q41 64 41 167q0 178 -135 243q-98 46 -281 46h-286v-571zM340 830h338 q201 0 270 91q44 60 44 160q0 148 -102 203q-84 44 -269 44h-281v-498z" />
<glyph unicode="C" horiz-adv-x="1292" d="M120 735q0 305 160 506q155 194 414 231q55 8 112 8q228 0 382 -98q11 -7 21 -14l-58 -115q-125 78 -295 87q-18 1 -35 1q-242 0 -384 -170q-140 -168 -140 -442q0 -277 146 -443q146 -165 391 -165q161 0 325 77l41 -131q-162 -82 -369 -86h-16q-276 0 -462 167 q-188 169 -225 457q-8 64 -8 130z" />
<glyph unicode="D" horiz-adv-x="1480" d="M164 0v1460h414q405 0 609 -218q173 -186 173 -508q0 -370 -224 -564q-198 -170 -529 -170h-443zM340 134h257q439 0 551 340q36 111 36 255q0 512 -445 586q-78 13 -169 13h-230v-1194z" />
<glyph unicode="E" horiz-adv-x="1133" d="M164 0v1460h882l-6 -132h-700v-507h638v-132h-638v-555h721l-12 -134h-885z" />
<glyph unicode="F" horiz-adv-x="1062" d="M164 0v1460h825l-10 -135h-636v-528h592v-128h-592v-669h-179z" />
<glyph unicode="G" horiz-adv-x="1449" d="M120 728q0 291 155 492q154 199 411 247q72 13 149 13q268 -1 430 -113l-43 -132q-89 49 -128 64q-112 43 -256 43q-243 0 -391 -168q-138 -157 -149 -407q-1 -19 -1 -38q0 -403 248 -542q120 -66 292 -66q165 0 304 43v441h-325l7 140h481v-674q-233 -90 -498 -90 q-319 0 -503 206q-168 186 -182 490q-1 25 -1 51z" />
<glyph unicode="H" horiz-adv-x="1440" d="M164 0v1460h176v-651h760v651h176v-1460h-176v681h-760v-681h-176z" />
<glyph unicode="I" horiz-adv-x="818" d="M114 0v107h208v1246h-208v107h590v-107h-206v-1246h206v-107h-590z" />
<glyph unicode="J" horiz-adv-x="713" d="M20 -35l80 12q159 24 216 91q54 64 54 203v1189h177v-1164q0 -228 -97 -333q-99 -106 -338 -131l-76 -8z" />
<glyph unicode="K" horiz-adv-x="1256" d="M164 0v1460h176v-699l654 699h206l-598 -649l628 -811h-206l-554 721l-130 -120v-601h-176z" />
<glyph unicode="L" horiz-adv-x="1066" d="M164 0v1460h176v-1326h674l-4 -134h-846z" />
<glyph unicode="M" horiz-adv-x="1744" d="M156 0l29 1460h216l473 -1109l475 1109h210l29 -1460h-164l-14 905v329l-463 -1071h-151l-460 1083v-345l-14 -901h-166z" />
<glyph unicode="N" horiz-adv-x="1488" d="M164 0v1460h174l833 -1243l-9 411v832h162v-1460h-181l-830 1235l14 -454v-781h-163z" />
<glyph unicode="O" horiz-adv-x="1616" d="M120 722q0 335 173 538q174 205 478 219q21 1 41 1q303 0 487 -193q178 -188 195 -503q2 -32 2 -64q0 -323 -167 -522q-176 -207 -487 -217q-16 -1 -31 -1q-331 0 -516 209q-175 199 -175 533zM297 721q0 -305 155 -464q133 -137 357 -137q285 0 417 214q94 153 94 387 q0 307 -150 473q-134 147 -359 147q-265 0 -401 -197q-113 -163 -113 -423z" />
<glyph unicode="P" horiz-adv-x="1194" d="M164 0v1460h495q411 0 463 -276q7 -38 7 -81q0 -291 -246 -368q-95 -29 -227 -29h-316v-706h-176zM340 841h312q184 0 249 75q52 60 52 185q0 172 -160 213q-56 14 -135 14h-318v-487z" />
<glyph unicode="Q" horiz-adv-x="1616" d="M120 722q0 335 173 538q174 205 478 219q21 1 41 1q303 0 487 -193q178 -188 195 -503q2 -32 2 -64q0 -323 -167 -522q-176 -207 -487 -217q-16 -1 -31 -1q-331 0 -516 209q-175 199 -175 533zM297 721q0 -305 155 -464q133 -137 357 -137q285 0 417 214q94 153 94 387 q0 307 -150 473q-134 147 -359 147q-265 0 -401 -197q-113 -163 -113 -423zM940 51l148 28q56 -116 202 -290q44 -53 82 -92l-112 -98q-79 74 -192 240q-79 115 -128 212z" />
<glyph unicode="R" horiz-adv-x="1333" d="M164 0v1460h587q324 0 412 -183q37 -78 37 -188q0 -239 -170 -327q-38 -20 -85 -33q42 -102 298 -691q8 -20 16 -38h-182q-214 520 -295 704h-442v-704h-176zM340 832h384q186 0 249 60q53 51 55 179v15q0 149 -88 203q-65 39 -186 39h-414v-496z" />
<glyph unicode="S" horiz-adv-x="1167" d="M138 1100q0 214 177 314q119 66 287 66q200 0 370 -87q24 -12 45 -25l-64 -124q-110 76 -277 93q-35 4 -68 4q-179 0 -259 -87q-49 -54 -49 -133q0 -106 58 -160q41 -38 128 -72l230 -90q166 -65 235 -124q113 -94 117 -268v-14q0 -260 -213 -360q-113 -53 -267 -53 q-188 0 -343 68q-65 29 -103 63v158q150 -109 342 -140q56 -9 107 -9q187 0 267 106q49 65 49 161q0 107 -52 161q-49 50 -185 103l-238 91q-175 66 -240 162q-54 79 -54 196z" />
<glyph unicode="T" horiz-adv-x="1115" d="M34 1326v134h1047v-134h-437v-1326h-176v1326h-434z" />
<glyph unicode="U" horiz-adv-x="1412" d="M134 529v931h176v-928q2 -410 396 -411q318 0 381 270q15 64 15 141v928h176v-934q0 -261 -158 -407q-152 -138 -414 -138q-331 0 -477 207q-95 136 -95 341z" />
<glyph unicode="V" horiz-adv-x="1352" d="M60 1460h182q48 -138 144 -416q192 -555 291 -829q28 78 397 1138q19 56 37 107h181l-539 -1460h-154z" />
<glyph unicode="W" horiz-adv-x="2049" d="M50 1460h167l359 -1237l364 1206h170l363 -1205l356 1236h170l-439 -1460h-171l-362 1219l-371 -1219h-167z" />
<glyph unicode="X" horiz-adv-x="1275" d="M71 0l467 732l-464 728h201l375 -589l359 589h188l-459 -728l466 -732h-199l-375 589l-373 -589h-186z" />
<glyph unicode="Y" horiz-adv-x="1234" d="M50 1460h174l405 -710l381 710h174l-469 -855v-605h-170v603z" />
<glyph unicode="Z" horiz-adv-x="1224" d="M149 0v124l753 1204h-720v132h909l7 -121l-749 -1205h756l-8 -134h-948z" />
<glyph unicode="[" horiz-adv-x="674" d="M171 -255v1715h464v-118h-288v-1480h288v-117h-464z" />
<glyph unicode="\" horiz-adv-x="924" d="M126 1460h131l543 -1480h-130z" />
<glyph unicode="]" horiz-adv-x="676" d="M58 -138h288v1480h-288v118h464v-1715h-464v117z" />
<glyph unicode="^" horiz-adv-x="1253" d="M151 565l427 895h91l451 -895h-128l-367 738l-349 -738h-125z" />
<glyph unicode="_" horiz-adv-x="1057" d="M84 -141h896v-119h-896v119z" />
<glyph unicode="`" horiz-adv-x="650" d="M144 1460h188l176 -402h-94z" />
<glyph unicode="a" horiz-adv-x="1050" d="M97 286q0 208 173 283q115 50 315 50h169v104q0 181 -138 219q-41 11 -93 11q-152 0 -295 -55q-24 -9 -45 -19l-45 122q155 72 354 79h28q325 0 384 -250q14 -59 14 -131v-698h-126l-18 146q-137 -167 -354 -167q-174 0 -261 109q-62 79 -62 197zM255 285q0 -116 86 -163 q40 -21 89 -21q205 1 324 175v233h-127q-243 0 -319 -68q-53 -49 -53 -156z" />
<glyph unicode="b" horiz-adv-x="1165" d="M136 0v1460l168 12v-394l-1 -184q93 141 245 176q44 10 89 10q260 0 371 -212q71 -136 71 -340q0 -291 -149 -436q-116 -112 -301 -112q-190 0 -313 162q-16 21 -30 44l-15 -186h-135zM300 545q0 -318 174 -407q61 -31 139 -31q295 2 296 421q-2 425 -288 426 q-254 0 -308 -262q-13 -67 -13 -147z" />
<glyph unicode="c" horiz-adv-x="935" d="M84 524q0 270 152 422q135 134 345 134q159 0 271 -62q10 -5 17 -10l-47 -114q-98 58 -221 58q-166 0 -261 -129q-86 -116 -86 -299q0 -221 120 -332q92 -84 237 -84q115 0 214 53q5 3 9 5l31 -113q-54 -43 -169 -63q-57 -10 -116 -10q-232 0 -367 154q-129 148 -129 390 z" />
<glyph unicode="d" horiz-adv-x="1169" d="M98 537q0 252 130 401q124 142 325 142q181 0 277 -117q26 -31 49 -73l-8 241v329l166 12v-1472h-138l-15 187q-95 -192 -296 -206q-17 -1 -34 -1q-241 0 -362 184q-94 145 -94 373zM266 534q0 -328 183 -405q53 -22 119 -22q259 0 300 289q8 56 8 122q0 390 -242 430 q-28 5 -57 5q-219 0 -285 -218q-26 -86 -26 -201z" />
<glyph unicode="e" horiz-adv-x="1068" d="M84 524q0 257 141 410q127 139 323 146h18q242 0 345 -193q63 -121 63 -300l-6 -84h-715q11 -277 190 -363q71 -34 161 -34q126 0 260 63q20 9 43 21l35 -117q-150 -89 -335 -93h-22q-221 0 -357 142q-144 149 -144 402zM258 611h576q-14 341 -264 342q-149 0 -236 -121 q-64 -89 -76 -221z" />
<glyph unicode="f" horiz-adv-x="698" d="M31 953l5 87l187 17v67q0 253 133 324q61 32 156 32q58 0 144 -17l-12 -115q-50 10 -102 10q-80 0 -110 -32q-43 -47 -43 -192v-76h251v-105h-251v-953h-166v953h-192z" />
<glyph unicode="g" horiz-adv-x="1159" d="M92 530q0 255 125 404q124 146 341 146q217 -1 312 -174l10 152h151v-974q0 -360 -188 -485q-113 -75 -298 -75q-142 0 -321 41l13 140q183 -43 308 -43q213 0 287 138q46 88 46 237v29l-3 124q-81 -144 -256 -171q-36 -5 -74 -5q-231 0 -354 175q-99 140 -99 341z M260 538q0 -234 116 -334q74 -63 187 -63q221 0 284 197q21 67 22 152v89q0 355 -272 373q-16 1 -31 1q-207 0 -276 -207q-30 -90 -30 -208z" />
<glyph unicode="h" horiz-adv-x="1131" d="M134 0v1460l166 12v-354l-6 -207q100 142 286 165q33 4 66 4q226 0 312 -186q45 -99 45 -240v-654h-166v648q0 210 -92 273q-49 33 -128 33q-252 0 -305 -243q-13 -60 -13 -132v-579h-165z" />
<glyph unicode="i" horiz-adv-x="494" d="M138 1354q0 66 54 93q25 13 55 13q67 0 96 -52q13 -25 13 -54q0 -65 -53 -94q-26 -13 -56 -13q-67 0 -96 53q-13 25 -13 54zM164 0v1058h164v-1058h-164z" />
<glyph unicode="j" horiz-adv-x="545" d="M1 -250l62 12q94 18 122 51q27 32 29 125q1 25 1 73v1047h167v-1077q0 -188 -71 -264q-64 -67 -224 -87q-4 -1 -8 -1l-59 -7zM189 1354q0 66 54 93q25 13 55 13q67 0 96 -52q13 -25 13 -54q0 -65 -53 -94q-26 -13 -56 -13q-67 0 -96 53q-13 25 -13 54z" />
<glyph unicode="k" horiz-adv-x="1039" d="M140 0v1460l164 12v-733l-6 -218l496 537h201l-462 -483l500 -575h-195l-420 495l-114 -108v-387h-164z" />
<glyph unicode="l" horiz-adv-x="634" d="M154 303v1157l164 12v-1172q0 -111 36 -147q32 -30 129 -40q21 -2 54 -4l45 -3l-9 -114h-79q-178 0 -253 60q-87 71 -87 251z" />
<glyph unicode="m" horiz-adv-x="1705" d="M132 0v1058h134l19 -156q124 177 326 178q185 0 267 -155q14 -28 26 -60q120 214 349 215q323 -2 324 -398v-682h-166v630q0 156 -26 221q-42 101 -158 102q-125 0 -204 -98q-49 -61 -69 -147q-8 -28 -11 -165v-543h-166v594q0 222 -54 298q-45 61 -139 61 q-169 0 -245 -165q-29 -63 -41 -143v-645h-166z" />
<glyph unicode="n" horiz-adv-x="1133" d="M132 0v1058h144l18 -146q121 167 359 168q274 0 335 -252q19 -78 19 -181v-647h-166v665q0 190 -83 251q-51 37 -134 37q-325 -2 -326 -363v-590h-166z" />
<glyph unicode="o" horiz-adv-x="1165" d="M84 528q0 260 141 410q134 142 357 142q247 0 382 -169q117 -148 117 -383q0 -237 -131 -388t-346 -160h-22q-232 0 -368 157q-130 151 -130 391zM254 527q0 -228 115 -340q84 -81 213 -81q201 0 283 177q46 100 46 243q0 249 -127 358q-80 69 -202 69q-188 0 -273 -164 q-55 -106 -55 -262z" />
<glyph unicode="p" horiz-adv-x="1156" d="M132 -464v1522h138l17 -185q113 200 332 207h14q249 0 361 -203q76 -139 76 -351q0 -268 -133 -416q-117 -130 -307 -130q-212 0 -330 185q-5 7 -9 14l7 -245v-398h-166zM291 545q0 -276 138 -382q73 -56 175 -56q264 0 293 339q3 39 3 82q-2 424 -286 425 q-241 0 -303 -238q-20 -75 -20 -170z" />
<glyph unicode="q" horiz-adv-x="1183" d="M84 522q0 261 134 413q127 145 338 145q220 0 327 -182q3 -6 6 -11l18 171h150v-1522h-164v393l4 247q-103 -188 -324 -196h-19q-196 0 -326 139t-143 361q-1 21 -1 42zM248 531q0 -258 134 -364q78 -61 192 -61q314 2 315 443q0 277 -156 366q-67 38 -158 38 q-201 0 -282 -179q-45 -100 -45 -243z" />
<glyph unicode="r" horiz-adv-x="730" d="M138 0v1058h133l18 -210q96 182 264 215q32 6 65 6q46 0 74 -5l-7 -136q-40 8 -68 8q-140 0 -230 -104q-83 -97 -83 -233v-599h-166z" />
<glyph unicode="s" horiz-adv-x="890" d="M106 792q0 149 116 227q91 61 234 61q174 0 323 -74l-39 -123q-138 70 -267 70q-184 0 -210 -113q-4 -21 -4 -45q0 -66 35 -97q33 -28 132 -59l105 -33q183 -57 242 -136q48 -64 48 -182q0 -189 -157 -266q-86 -42 -204 -42q-167 0 -331 78v139q184 -88 332 -91h11 q150 0 190 108q12 35 12 77q0 77 -69 124q-47 31 -134 59l-116 37q-176 56 -224 154q-25 51 -25 127z" />
<glyph unicode="t" horiz-adv-x="737" d="M35 953l4 94l163 11l27 280l133 10v-290h280v-105h-280v-636q0 -117 31 -156t128 -48q22 -2 50 -3l84 -4l-8 -114h-69q-211 0 -292 60q-75 57 -86 200q-2 30 -2 65v636h-163z" />
<glyph unicode="u" horiz-adv-x="1125" d="M126 412v646h166v-664q0 -217 123 -269q44 -18 104 -18q278 0 304 289q3 33 3 68v594h166v-1058h-144l-17 139q-67 -105 -175 -139q-66 -20 -157 -20q-315 0 -364 312q-9 56 -9 120z" />
<glyph unicode="v" horiz-adv-x="1080" d="M52 1058h170q38 -102 112 -305q140 -380 211 -569q53 146 157 437q106 292 158 437h169l-401 -1058h-167z" />
<glyph unicode="w" horiz-adv-x="1563" d="M52 1058h157l226 -855l260 855h177l276 -852l211 852h152l-285 -1058h-147l-294 912l-278 -912h-158z" />
<glyph unicode="x" horiz-adv-x="1036" d="M34 0l395 543l-368 515h185l294 -411l290 411h168l-378 -523l382 -535h-185l-303 425l-313 -425h-167z" />
<glyph unicode="y" horiz-adv-x="1075" d="M66 1058h169l330 -845l302 845h168l-557 -1456l-149 32l156 398z" />
<glyph unicode="z" horiz-adv-x="923" d="M114 0v107l538 832h-511l-6 119h690v-114l-528 -820h533l4 -124h-720z" />
<glyph unicode="{" horiz-adv-x="901" d="M183 593v146q133 0 173 84q26 56 26 197v170q0 200 159 270q74 32 175 33v-122q-98 -1 -130 -48q-27 -41 -28 -166v-17v-197q-1 -146 -69 -215q-40 -39 -109 -66q118 -33 155 -122q23 -57 23 -147v-197q0 -130 23 -173q29 -53 121 -58h14v-119q-288 0 -327 247 q-7 43 -7 91v126q0 140 -23 194q-36 82 -158 88q-9 1 -18 1z" />
<glyph unicode="|" horiz-adv-x="602" d="M228 -216v1766h146v-1766h-146z" />
<glyph unicode="}" horiz-adv-x="901" d="M223 -32q98 1 130 48q27 41 28 166v17v197q1 146 69 215q40 39 109 66q-118 33 -155 122q-23 57 -23 147v197q0 130 -23 173q-29 53 -121 58h-14v119q288 0 327 -247q7 -43 7 -91v-126q0 -140 23 -194q36 -82 158 -88q9 -1 18 -1v-146q-133 0 -173 -84q-26 -56 -26 -197 v-170q0 -200 -159 -270q-74 -32 -175 -33v122z" />
<glyph unicode="~" d="M114 585q57 138 172 178q41 15 87 15q76 0 178 -42q22 -9 58 -25q137 -58 161 -65q43 -14 73 -14q82 0 152 81q30 35 48 75l47 -87q-81 -195 -249 -196q-77 0 -215 61q-4 2 -7 3q-143 63 -196 74q-29 6 -53 6q-94 0 -172 -95q-25 -29 -43 -63z" />
<glyph unicode="&#xa1;" horiz-adv-x="476" d="M136 1083q0 69 51 99q28 16 64 16q78 0 106 -66q9 -24 9 -49q0 -66 -50 -97q-28 -17 -65 -17q-78 0 -106 65q-9 24 -9 49zM167 -156l52 923h66l58 -923v-119h-176v119z" />
<glyph unicode="&#xa2;" horiz-adv-x="982" d="M84 524q0 270 152 422q135 134 345 134q159 0 271 -62q10 -5 17 -10l-47 -114q-98 58 -221 58q-166 0 -261 -129q-86 -116 -86 -299q0 -221 120 -332q92 -84 237 -84q115 0 214 53q5 3 9 5l31 -113q-54 -43 -169 -63q-57 -10 -116 -10q-232 0 -367 154q-129 148 -129 390 zM495 53h157l-38 -331h-66zM505 1009l38 331h66l53 -331h-157z" />
<glyph unicode="&#xa3;" d="M143 112l172 17v537h-172v120h172v152q0 471 314 533q49 9 104 9q193 -1 341 -126l-68 -115q-134 102 -273 102q-159 0 -211 -135q-31 -84 -31 -240v-180h383v-120h-383v-535h597l-13 -131h-920z" />
<glyph unicode="&#xa4;" horiz-adv-x="1280" d="M143 1125l64 63l179 -169q111 92 260 92q147 -1 259 -93l181 170l61 -65l-180 -172q81 -112 81 -244q-1 -140 -80 -244l178 -173l-60 -65l-181 170q-111 -90 -259 -90q-150 1 -259 91l-180 -170l-63 65l181 172q-81 107 -81 244q1 138 81 244zM341 707q0 -138 89 -227 q86 -86 216 -86q148 0 235 106q71 86 71 207q0 136 -88 226q-86 88 -218 88q-146 0 -233 -106q-72 -88 -72 -208z" />
<glyph unicode="&#xa5;" horiz-adv-x="1234" d="M50 1460h174l405 -710l381 710h174l-469 -855v-605h-170v603zM221 284v104h382v187h-380v104h806v-104h-362v-187h363v-104h-809z" />
<glyph unicode="&#xa6;" horiz-adv-x="334" d="M110 -208v743h124v-743h-124zM110 800v740h124v-740h-124z" />
<glyph unicode="&#xa7;" horiz-adv-x="1000" d="M164 792q1 126 84 202q-79 65 -84 181v18q0 149 116 227q91 61 234 61q174 0 323 -74l-39 -123q-138 70 -267 70q-184 0 -210 -113q-4 -21 -4 -45q0 -66 35 -97q33 -28 132 -59l105 -33q183 -57 242 -136q48 -64 48 -182q-1 -121 -67 -197q63 -64 67 -185v-19 q0 -189 -157 -266q-86 -42 -204 -42q-167 0 -331 78v139q184 -88 332 -91h11q150 0 190 108q12 35 12 77q0 77 -69 124q-47 31 -134 59l-116 37q-176 56 -224 154q-25 51 -25 127zM317 795q0 -66 35 -97q33 -28 132 -59l105 -33q53 -16 103 -38q40 47 40 124t-69 124 q-47 31 -134 59l-116 37q-12 3 -31 11q-65 -39 -65 -128z" />
<glyph unicode="&#xa8;" horiz-adv-x="740" d="M42 1325q0 64 54 93q26 13 57 13q66 0 96 -51q15 -25 15 -55q0 -63 -53 -93q-27 -14 -58 -14q-66 0 -96 51q-15 26 -15 56zM476 1325q0 64 54 93q26 13 57 13q66 0 96 -51q15 -25 15 -55q0 -63 -53 -93q-27 -14 -58 -14q-66 0 -96 51q-15 26 -15 56z" />
<glyph unicode="&#xa9;" horiz-adv-x="1791" d="M139 730q0 321 200 527q161 165 403 210q75 14 151 14q246 0 442 -129q216 -143 287 -394q30 -108 30 -228q0 -319 -200 -525q-161 -166 -405 -212q-77 -14 -154 -14q-244 0 -438 129q-215 142 -286 393q-30 108 -30 229zM243 730q0 -292 180 -476q147 -151 368 -184 q51 -7 102 -7q224 0 397 125q191 139 242 381q16 77 16 161q0 291 -181 474q-148 150 -369 183q-52 8 -105 8q-225 0 -396 -126q-192 -140 -240 -386q-14 -74 -14 -153zM438 727q0 194 121 334q113 129 279 154q34 5 67 5q157 -1 286 -90l-43 -87q-93 70 -215 79 q-13 1 -24 1q-142 0 -242 -104q-106 -116 -108 -287q0 -195 117 -307q99 -95 241 -95q127 1 242 70l35 -83q-130 -83 -281 -83q-179 0 -311 116q-136 119 -160 306q-4 36 -4 71z" />
<glyph unicode="&#xaa;" horiz-adv-x="1050" d="M150 832q0 170 152 231q101 41 276 41h148v85q0 147 -121 178q-36 9 -81 9q-134 0 -259 -44q-21 -8 -40 -16l-39 100q136 58 310 64h25q285 0 337 -204q12 -48 12 -107v-569h-111l-15 119q-121 -136 -311 -136q-152 0 -229 89q-54 64 -54 160zM289 831q0 -94 75 -132 q35 -18 78 -18q180 1 284 143v190h-111q-213 0 -280 -55q-46 -40 -46 -128z" />
<glyph unicode="&#xab;" horiz-adv-x="985" d="M101 539l288 394h121l-264 -391l256 -394h-117zM454 539l287 394h121l-264 -391l257 -394h-117z" />
<glyph unicode="&#xac;" horiz-adv-x="1182" d="M101 666v125h956v-538h-121v413h-835z" />
<glyph unicode="&#xad;" horiz-adv-x="957" d="M114 205v133h742v-133h-742z" />
<glyph unicode="&#xae;" horiz-adv-x="1788" d="M142 730q0 318 197 523q160 167 401 213q76 14 153 14q244 0 439 -130q213 -142 284 -391q30 -108 30 -229q0 -319 -199 -525q-160 -166 -402 -211q-76 -14 -152 -14q-244 0 -438 130q-214 143 -283 393q-30 107 -30 227zM246 730q0 -292 179 -476q147 -151 367 -183 q50 -7 101 -7q223 0 395 125q191 140 240 384q15 75 15 156q0 289 -178 473q-147 151 -365 185q-54 8 -107 8q-223 0 -394 -126q-189 -139 -238 -383q-15 -75 -15 -156zM600 293v919h316q211 0 276 -92q37 -54 37 -146q0 -185 -142 -227q-23 -7 -49 -10q7 -10 63 -121 t109 -217l52 -106h-124l-200 409q-9 18 -11 20h-216v-429h-111zM712 820h224q129 0 165 57q20 33 20 93q0 91 -51 120q-44 24 -170 24h-188v-294z" />
<glyph unicode="&#xaf;" horiz-adv-x="1056" d="M224 1341v119h585v-119h-585z" />
<glyph unicode="&#xb0;" horiz-adv-x="809" d="M105 1195q0 129 98 212q86 73 201 73q126 0 214 -83q87 -82 87 -202q0 -125 -93 -209q-88 -79 -208 -79q-124 0 -211 82q-88 84 -88 206zM213 1194q0 -101 76 -157q50 -36 115 -36q95 0 151 70q42 52 42 123q0 99 -75 154q-51 38 -117 38q-93 0 -150 -69 q-42 -52 -42 -123z" />
<glyph unicode="&#xb1;" d="M137 0v115h929v-115h-929zM158 595v116h372v379h125v-379h366v-116h-365v-388h-126v388h-372z" />
<glyph unicode="&#xb2;" horiz-adv-x="730" d="M79 1343q47 88 154 133q66 28 131 28q153 0 224 -94q45 -60 45 -147q0 -127 -116 -262q-55 -63 -212 -205q-35 -32 -55 -50h372v-97h-515v90l98 98q180 178 236 248q80 101 80 169q0 106 -82 140q-29 12 -63 12q-135 -1 -226 -122z" />
<glyph unicode="&#xb3;" horiz-adv-x="800" d="M128 1380q58 63 178 87q43 8 80 8q115 0 186 -71q61 -63 61 -158q0 -76 -57 -128q-36 -32 -87 -45q115 -34 150 -132q13 -35 13 -74q0 -132 -97 -202q-70 -50 -164 -50q-117 0 -206 47q-33 18 -55 40l49 96q56 -50 155 -66q24 -4 45 -4q90 0 125 68q17 32 17 75 q0 90 -96 123q-43 15 -97 15h-74v113h71q116 0 159 62q18 27 18 60q0 89 -76 112q-21 6 -45 6q-82 0 -157 -40q-27 -14 -42 -29z" />
<glyph unicode="&#xb4;" horiz-adv-x="619" d="M112 1058l183 402h206l-292 -402h-97z" />
<glyph unicode="&#xb5;" horiz-adv-x="1206" d="M200 408v647h166v-665q0 -190 83 -251q51 -37 134 -37q325 2 326 363v590h166v-1058h-144l-18 146q-121 -167 -359 -168q-274 0 -335 252q-19 78 -19 181z" />
<glyph unicode="&#xb6;" d="M139 1129q0 158 113 247q108 84 300 84h509v-119h-116v-1341h-124v1341h-176v-1341h-124v791q-243 0 -336 157q-46 79 -46 181z" />
<glyph unicode="&#xb7;" horiz-adv-x="478" d="M128 621q0 64 54 93q26 13 57 13q66 0 96 -51q15 -25 15 -55q0 -63 -53 -93q-27 -14 -58 -14q-66 0 -96 51q-15 26 -15 56z" />
<glyph unicode="&#xb8;" horiz-adv-x="575" d="M125 -376l88 386h83l-38 -386h-133z" />
<glyph unicode="&#xb9;" horiz-adv-x="802" d="M192 1235v133q44 10 144 63q48 25 62 38h130v-687h166v-123h-497v123h175v525q-50 -31 -149 -63q-20 -7 -31 -9z" />
<glyph unicode="&#xba;" horiz-adv-x="844" d="M85 1105q0 191 110 293q88 82 226 82q197 0 283 -150q53 -92 53 -225q0 -169 -100 -274q-94 -96 -236 -96q-181 0 -271 134q-65 96 -65 236zM222 1105q0 -209 127 -254q33 -12 72 -12q167 0 199 178q7 39 7 85q0 195 -113 253q-41 21 -93 21q-141 0 -183 -145 q-16 -55 -16 -126z" />
<glyph unicode="&#xbb;" horiz-adv-x="989" d="M121 148l264 391l-257 394h117l284 -391l-287 -394h-121zM473 148l264 391l-256 394h117l284 -391l-288 -394h-121z" />
<glyph unicode="&#xbc;" horiz-adv-x="1585" d="M73 1248v111q91 33 161 78q20 13 31 23h110v-753h139v-109h-431v109h154v613q-53 -33 -164 -72zM328 0l908 1480h131l-907 -1480h-132zM937 186v91l368 559h138v-546h113l8 -104h-122v-186h-127v186h-378zM1076 290h238v383z" />
<glyph unicode="&#xbd;" horiz-adv-x="1645" d="M73 1248v111q91 33 161 78q20 13 31 23h110v-753h139v-109h-431v109h154v613q-53 -33 -164 -72zM303 6l908 1473h133l-908 -1473h-133zM982 690q51 89 166 130q61 21 123 21q136 0 218 -79q69 -68 69 -171q0 -50 -11.5 -90t-43 -82.5t-57.5 -69.5t-85 -83l-1 -1 l-171 -163h361l-6 -111h-521v107l248 242q120 118 145 185q10 28 10 58q0 94 -81 128q-33 13 -72 13q-119 0 -200 -89q-10 -11 -19 -23z" />
<glyph unicode="&#xbe;" horiz-adv-x="1615" d="M87 1380q58 63 178 87q43 8 80 8q115 0 186 -71q61 -63 61 -158q0 -76 -57 -128q-36 -32 -87 -45q115 -34 150 -132q13 -35 13 -74q0 -132 -97 -202q-70 -50 -164 -50q-117 0 -206 47q-33 18 -55 40l49 96q56 -50 155 -66q24 -4 45 -4q90 0 125 68q17 32 17 75 q0 90 -96 123q-43 15 -97 15h-74v113h71q116 0 159 62q18 27 18 60q0 89 -76 112q-21 6 -45 6q-82 0 -157 -40q-27 -14 -42 -29zM349 0l908 1480h131l-907 -1480h-132zM937 186v91l368 559h138v-546h113l8 -104h-122v-186h-127v186h-378zM1076 290h238v383z" />
<glyph unicode="&#xbf;" horiz-adv-x="929" d="M147 9q0 132 81 258q15 23 105 143q111 150 158 284q8 22 15 45h90q-5 -146 -105 -329q-17 -31 -52 -91q-83 -141 -105 -208q-16 -52 -16 -97q0 -185 166 -208q23 -3 47 -3q125 0 261 85l36 -123q-137 -93 -316 -93q-191 0 -288 110q-77 86 -77 227zM440 1054q0 70 55 98 q26 13 59 13q79 0 106 -64q9 -23 9 -47q0 -66 -52 -95q-27 -15 -63 -15q-80 0 -106 64q-8 22 -8 46z" />
<glyph unicode="&#xc0;" horiz-adv-x="1360" d="M52 0l535 1460h187l534 -1460h-174l-172 470h-559l-171 -470h-180zM363 2004h188l176 -402h-94zM444 592h478l-240 696z" />
<glyph unicode="&#xc1;" horiz-adv-x="1360" d="M52 0l535 1460h187l534 -1460h-174l-172 470h-559l-171 -470h-180zM444 592h478l-240 696zM632 1602l183 402h206l-292 -402h-97z" />
<glyph unicode="&#xc2;" horiz-adv-x="1360" d="M52 0l535 1460h187l534 -1460h-174l-172 470h-559l-171 -470h-180zM412 1602l180 373h187l168 -373h-112l-154 274l-158 -274h-111zM444 592h478l-240 696z" />
<glyph unicode="&#xc3;" horiz-adv-x="1360" d="M52 0l535 1460h187l534 -1460h-174l-172 470h-559l-171 -470h-180zM387 1602q0 160 107 193q24 7 51 7q67 0 177 -50q80 -35 106 -36q43 0 56 60q2 12 4 25h86q0 -152 -89 -189q-24 -10 -51 -10q-56 0 -165 51q-99 43 -130 46q-56 0 -68 -95v-2h-84zM444 592h478 l-240 696z" />
<glyph unicode="&#xc4;" horiz-adv-x="1360" d="M52 0l535 1460h187l534 -1460h-174l-172 470h-559l-171 -470h-180zM352 1709q0 64 54 93q26 13 57 13q66 0 96 -51q15 -25 15 -55q0 -63 -53 -93q-27 -14 -58 -14q-66 0 -96 51q-15 26 -15 56zM444 592h478l-240 696zM786 1709q0 64 54 93q26 13 57 13q66 0 96 -51 q15 -25 15 -55q0 -63 -53 -93q-27 -14 -58 -14q-66 0 -96 51q-15 26 -15 56z" />
<glyph unicode="&#xc5;" horiz-adv-x="1360" d="M52 0l535 1460h187l534 -1460h-174l-172 470h-559l-171 -470h-180zM444 592h478l-240 696zM496 1644q0 87 68 138q50 38 116 38q95 0 148 -70q35 -46 35 -106q0 -87 -68 -139q-50 -37 -115 -37q-94 0 -148 69q-36 47 -36 107zM584 1643q0 -57 45 -86q24 -14 51 -14 q56 0 83 49q13 24 13 51q0 56 -45 85q-23 14 -51 14q-55 0 -83 -48q-13 -24 -13 -51z" />
<glyph unicode="&#xc6;" horiz-adv-x="1653" d="M52 0l643 1460h871l-6 -132h-612v-507h550v-132h-550v-555h633l-12 -134h-790v470h-343l-201 -470h-183zM484 592h295v716z" />
<glyph unicode="&#xc7;" horiz-adv-x="1292" d="M120 735q0 305 160 506q155 194 414 231q55 8 112 8q228 0 382 -98q11 -7 21 -14l-58 -115q-125 78 -295 87q-18 1 -35 1q-242 0 -384 -170q-140 -168 -140 -442q0 -277 146 -443q146 -165 391 -165q161 0 325 77l41 -131q-162 -82 -369 -86h-16q-276 0 -462 167 q-188 169 -225 457q-8 64 -8 130zM535 -392l88 386h83l-38 -386h-133z" />
<glyph unicode="&#xc8;" horiz-adv-x="1133" d="M164 0v1460h882l-6 -132h-700v-507h638v-132h-638v-555h721l-12 -134h-885zM296 2004h188l176 -402h-94z" />
<glyph unicode="&#xc9;" horiz-adv-x="1133" d="M164 0v1460h882l-6 -132h-700v-507h638v-132h-638v-555h721l-12 -134h-885zM564 1602l183 402h206l-292 -402h-97z" />
<glyph unicode="&#xca;" horiz-adv-x="1133" d="M164 0v1460h882l-6 -132h-700v-507h638v-132h-638v-555h721l-12 -134h-885zM345 1602l180 373h187l168 -373h-112l-154 274l-158 -274h-111z" />
<glyph unicode="&#xcb;" horiz-adv-x="1133" d="M164 0v1460h882l-6 -132h-700v-507h638v-132h-638v-555h721l-12 -134h-885zM284 1709q0 64 54 93q26 13 57 13q66 0 96 -51q15 -25 15 -55q0 -63 -53 -93q-27 -14 -58 -14q-66 0 -96 51q-15 26 -15 56zM718 1709q0 64 54 93q26 13 57 13q66 0 96 -51q15 -25 15 -55 q0 -63 -53 -93q-27 -14 -58 -14q-66 0 -96 51q-15 26 -15 56z" />
<glyph unicode="&#xcc;" horiz-adv-x="818" d="M92 2004h188l176 -402h-94zM114 0v107h208v1246h-208v107h590v-107h-206v-1246h206v-107h-590z" />
<glyph unicode="&#xcd;" horiz-adv-x="818" d="M114 0v107h208v1246h-208v107h590v-107h-206v-1246h206v-107h-590zM360 1602l183 402h206l-292 -402h-97z" />
<glyph unicode="&#xce;" horiz-adv-x="818" d="M114 0v107h208v1246h-208v107h590v-107h-206v-1246h206v-107h-590zM142 1602l180 373h187l168 -373h-112l-154 274l-158 -274h-111z" />
<glyph unicode="&#xcf;" horiz-adv-x="818" d="M81 1709q0 64 54 93q26 13 57 13q66 0 96 -51q15 -25 15 -55q0 -63 -53 -93q-27 -14 -58 -14q-66 0 -96 51q-15 26 -15 56zM114 0v107h208v1246h-208v107h590v-107h-206v-1246h206v-107h-590zM515 1709q0 64 54 93q26 13 57 13q66 0 96 -51q15 -25 15 -55q0 -63 -53 -93 q-27 -14 -58 -14q-66 0 -96 51q-15 26 -15 56z" />
<glyph unicode="&#xd0;" horiz-adv-x="1522" d="M62 681v114h596v-114h-596zM164 0v1460h414q405 0 609 -218q173 -186 173 -508q0 -370 -224 -564q-198 -170 -529 -170h-443zM340 134h257q439 0 551 340q36 111 36 255q0 512 -445 586q-78 13 -169 13h-230v-1194z" />
<glyph unicode="&#xd1;" horiz-adv-x="1488" d="M164 0v1460h174l833 -1243l-9 411v832h162v-1460h-181l-830 1235l14 -454v-781h-163zM451 1602q0 160 107 193q24 7 51 7q67 0 177 -50q80 -35 106 -36q43 0 56 60q2 12 4 25h86q0 -152 -89 -189q-24 -10 -51 -10q-56 0 -165 51q-99 43 -130 46q-56 0 -68 -95v-2h-84z " />
<glyph unicode="&#xd2;" horiz-adv-x="1616" d="M120 722q0 335 173 538q174 205 478 219q21 1 41 1q303 0 487 -193q178 -188 195 -503q2 -32 2 -64q0 -323 -167 -522q-176 -207 -487 -217q-16 -1 -31 -1q-331 0 -516 209q-175 199 -175 533zM297 721q0 -305 155 -464q133 -137 357 -137q285 0 417 214q94 153 94 387 q0 307 -150 473q-134 147 -359 147q-265 0 -401 -197q-113 -163 -113 -423zM491 2004h188l176 -402h-94z" />
<glyph unicode="&#xd3;" horiz-adv-x="1616" d="M120 722q0 335 173 538q174 205 478 219q21 1 41 1q303 0 487 -193q178 -188 195 -503q2 -32 2 -64q0 -323 -167 -522q-176 -207 -487 -217q-16 -1 -31 -1q-331 0 -516 209q-175 199 -175 533zM297 721q0 -305 155 -464q133 -137 357 -137q285 0 417 214q94 153 94 387 q0 307 -150 473q-134 147 -359 147q-265 0 -401 -197q-113 -163 -113 -423zM760 1602l183 402h206l-292 -402h-97z" />
<glyph unicode="&#xd4;" horiz-adv-x="1616" d="M120 722q0 335 173 538q174 205 478 219q21 1 41 1q303 0 487 -193q178 -188 195 -503q2 -32 2 -64q0 -323 -167 -522q-176 -207 -487 -217q-16 -1 -31 -1q-331 0 -516 209q-175 199 -175 533zM297 721q0 -305 155 -464q133 -137 357 -137q285 0 417 214q94 153 94 387 q0 307 -150 473q-134 147 -359 147q-265 0 -401 -197q-113 -163 -113 -423zM540 1602l180 373h187l168 -373h-112l-154 274l-158 -274h-111z" />
<glyph unicode="&#xd5;" horiz-adv-x="1616" d="M120 722q0 335 173 538q174 205 478 219q21 1 41 1q303 0 487 -193q178 -188 195 -503q2 -32 2 -64q0 -323 -167 -522q-176 -207 -487 -217q-16 -1 -31 -1q-331 0 -516 209q-175 199 -175 533zM297 721q0 -305 155 -464q133 -137 357 -137q285 0 417 214q94 153 94 387 q0 307 -150 473q-134 147 -359 147q-265 0 -401 -197q-113 -163 -113 -423zM515 1602q0 160 107 193q24 7 51 7q67 0 177 -50q80 -35 106 -36q43 0 56 60q2 12 4 25h86q0 -152 -89 -189q-24 -10 -51 -10q-56 0 -165 51q-99 43 -130 46q-56 0 -68 -95v-2h-84z" />
<glyph unicode="&#xd6;" horiz-adv-x="1616" d="M120 722q0 335 173 538q174 205 478 219q21 1 41 1q303 0 487 -193q178 -188 195 -503q2 -32 2 -64q0 -323 -167 -522q-176 -207 -487 -217q-16 -1 -31 -1q-331 0 -516 209q-175 199 -175 533zM297 721q0 -305 155 -464q133 -137 357 -137q285 0 417 214q94 153 94 387 q0 307 -150 473q-134 147 -359 147q-265 0 -401 -197q-113 -163 -113 -423zM480 1709q0 64 54 93q26 13 57 13q66 0 96 -51q15 -25 15 -55q0 -63 -53 -93q-27 -14 -58 -14q-66 0 -96 51q-15 26 -15 56zM914 1709q0 64 54 93q26 13 57 13q66 0 96 -51q15 -25 15 -55 q0 -63 -53 -93q-27 -14 -58 -14q-66 0 -96 51q-15 26 -15 56z" />
<glyph unicode="&#xd7;" d="M218 344l296 313l-286 304l91 94l286 -304l283 300l95 -94l-288 -300l291 -310l-87 -94l-294 309l-296 -309z" />
<glyph unicode="&#xd8;" horiz-adv-x="1616" d="M120 722q0 335 173 538q174 205 478 219q21 1 41 1q303 0 487 -193q178 -188 195 -503q2 -32 2 -64q0 -323 -167 -522q-176 -207 -487 -217q-16 -1 -31 -1q-331 0 -516 209q-175 199 -175 533zM297 721q0 -305 155 -464q133 -137 357 -137q285 0 417 214q94 153 94 387 q0 307 -150 473q-134 147 -359 147q-265 0 -401 -197q-113 -163 -113 -423zM419 -195l718 1857l102 -38l-724 -1852z" />
<glyph unicode="&#xd9;" horiz-adv-x="1412" d="M134 529v931h176v-928q2 -410 396 -411q318 0 381 270q15 64 15 141v928h176v-934q0 -261 -158 -407q-152 -138 -414 -138q-331 0 -477 207q-95 136 -95 341zM389 2004h188l176 -402h-94z" />
<glyph unicode="&#xda;" horiz-adv-x="1412" d="M134 529v931h176v-928q2 -410 396 -411q318 0 381 270q15 64 15 141v928h176v-934q0 -261 -158 -407q-152 -138 -414 -138q-331 0 -477 207q-95 136 -95 341zM658 1602l183 402h206l-292 -402h-97z" />
<glyph unicode="&#xdb;" horiz-adv-x="1412" d="M134 529v931h176v-928q2 -410 396 -411q318 0 381 270q15 64 15 141v928h176v-934q0 -261 -158 -407q-152 -138 -414 -138q-331 0 -477 207q-95 136 -95 341zM438 1602l180 373h187l168 -373h-112l-154 274l-158 -274h-111z" />
<glyph unicode="&#xdc;" horiz-adv-x="1412" d="M134 529v931h176v-928q2 -410 396 -411q318 0 381 270q15 64 15 141v928h176v-934q0 -261 -158 -407q-152 -138 -414 -138q-331 0 -477 207q-95 136 -95 341zM378 1709q0 64 54 93q26 13 57 13q66 0 96 -51q15 -25 15 -55q0 -63 -53 -93q-27 -14 -58 -14q-66 0 -96 51 q-15 26 -15 56zM812 1709q0 64 54 93q26 13 57 13q66 0 96 -51q15 -25 15 -55q0 -63 -53 -93q-27 -14 -58 -14q-66 0 -96 51q-15 26 -15 56z" />
<glyph unicode="&#xdd;" horiz-adv-x="1234" d="M50 1460h174l405 -710l381 710h174l-469 -855v-605h-170v603zM568 1602l183 402h206l-292 -402h-97z" />
<glyph unicode="&#xde;" horiz-adv-x="1051" d="M164 0v1460h176v-319h190q324 0 417 -155q42 -70 42 -171q0 -218 -146 -301q-111 -63 -316 -63h-187v-451h-176zM340 579h183q170 0 231 52q59 52 59 182q0 135 -103 178q-64 25 -181 25h-189v-437z" />
<glyph unicode="&#xdf;" horiz-adv-x="1132" d="M134 0v1019q2 460 419 461q192 0 292 -109q75 -81 75 -200q0 -117 -97 -240q-13 -17 -39 -48q-60 -70 -69 -100q-4 -12 -4 -22q0 -40 72 -92q16 -12 54 -37q115 -76 164 -130q88 -97 88 -216q0 -166 -116 -248q-83 -58 -206 -58q-160 0 -307 66q-12 5 -22 10l44 122 q130 -67 266 -67q122 0 165 92q16 37 16 80q0 91 -104 177q-15 13 -120 89q-99 72 -128 127q-18 35 -18 71q0 72 63 151q10 13 31 37q67 80 89 130q21 52 21 107q0 118 -98 160q-46 20 -107 20q-156 0 -214 -95q-46 -77 -46 -234v-1023h-164z" />
<glyph unicode="&#xe0;" horiz-adv-x="1050" d="M97 286q0 208 173 283q115 50 315 50h169v104q0 181 -138 219q-41 11 -93 11q-152 0 -295 -55q-24 -9 -45 -19l-45 122q155 72 354 79h28q325 0 384 -250q14 -59 14 -131v-698h-126l-18 146q-137 -167 -354 -167q-174 0 -261 109q-62 79 -62 197zM190 1604h188l176 -402 h-94zM255 285q0 -116 86 -163q40 -21 89 -21q205 1 324 175v233h-127q-243 0 -319 -68q-53 -49 -53 -156z" />
<glyph unicode="&#xe1;" horiz-adv-x="1050" d="M97 286q0 208 173 283q115 50 315 50h169v104q0 181 -138 219q-41 11 -93 11q-152 0 -295 -55q-24 -9 -45 -19l-45 122q155 72 354 79h28q325 0 384 -250q14 -59 14 -131v-698h-126l-18 146q-137 -167 -354 -167q-174 0 -261 109q-62 79 -62 197zM255 285q0 -116 86 -163 q40 -21 89 -21q205 1 324 175v233h-127q-243 0 -319 -68q-53 -49 -53 -156zM459 1202l183 402h206l-292 -402h-97z" />
<glyph unicode="&#xe2;" horiz-adv-x="1050" d="M97 286q0 208 173 283q115 50 315 50h169v104q0 181 -138 219q-41 11 -93 11q-152 0 -295 -55q-24 -9 -45 -19l-45 122q155 72 354 79h28q325 0 384 -250q14 -59 14 -131v-698h-126l-18 146q-137 -167 -354 -167q-174 0 -261 109q-62 79 -62 197zM240 1202l180 373h187 l168 -373h-112l-154 274l-158 -274h-111zM255 285q0 -116 86 -163q40 -21 89 -21q205 1 324 175v233h-127q-243 0 -319 -68q-53 -49 -53 -156z" />
<glyph unicode="&#xe3;" horiz-adv-x="1050" d="M97 286q0 208 173 283q115 50 315 50h169v104q0 181 -138 219q-41 11 -93 11q-152 0 -295 -55q-24 -9 -45 -19l-45 122q155 72 354 79h28q325 0 384 -250q14 -59 14 -131v-698h-126l-18 146q-137 -167 -354 -167q-174 0 -261 109q-62 79 -62 197zM214 1202q0 160 107 193 q24 7 51 7q67 0 177 -50q80 -35 106 -36q43 0 56 60q2 12 4 25h86q0 -152 -89 -189q-24 -10 -51 -10q-56 0 -165 51q-99 43 -130 46q-56 0 -68 -95v-2h-84zM255 285q0 -116 86 -163q40 -21 89 -21q205 1 324 175v233h-127q-243 0 -319 -68q-53 -49 -53 -156z" />
<glyph unicode="&#xe4;" horiz-adv-x="1050" d="M97 286q0 208 173 283q115 50 315 50h169v104q0 181 -138 219q-41 11 -93 11q-152 0 -295 -55q-24 -9 -45 -19l-45 122q155 72 354 79h28q325 0 384 -250q14 -59 14 -131v-698h-126l-18 146q-137 -167 -354 -167q-174 0 -261 109q-62 79 -62 197zM180 1309q0 64 54 93 q26 13 57 13q66 0 96 -51q15 -25 15 -55q0 -63 -53 -93q-27 -14 -58 -14q-66 0 -96 51q-15 26 -15 56zM255 285q0 -116 86 -163q40 -21 89 -21q205 1 324 175v233h-127q-243 0 -319 -68q-53 -49 -53 -156zM614 1309q0 64 54 93q26 13 57 13q66 0 96 -51q15 -25 15 -55 q0 -63 -53 -93q-27 -14 -58 -14q-66 0 -96 51q-15 26 -15 56z" />
<glyph unicode="&#xe5;" horiz-adv-x="1050" d="M97 286q0 208 173 283q115 50 315 50h169v104q0 181 -138 219q-41 11 -93 11q-152 0 -295 -55q-24 -9 -45 -19l-45 122q155 72 354 79h28q325 0 384 -250q14 -59 14 -131v-698h-126l-18 146q-137 -167 -354 -167q-174 0 -261 109q-62 79 -62 197zM255 285q0 -116 86 -163 q40 -21 89 -21q205 1 324 175v233h-127q-243 0 -319 -68q-53 -49 -53 -156zM324 1378q0 87 68 138q50 38 116 38q95 0 148 -70q35 -46 35 -106q0 -87 -68 -139q-50 -37 -115 -37q-94 0 -148 69q-36 47 -36 107zM412 1377q0 -57 45 -86q24 -14 51 -14q56 0 83 49q13 24 13 51 q0 56 -45 85q-23 14 -51 14q-55 0 -83 -48q-13 -24 -13 -51z" />
<glyph unicode="&#xe6;" horiz-adv-x="1709" d="M97 301q0 194 184 262q117 43 320 43h163v116q0 181 -133 219q-41 12 -94 12q-191 0 -333 -65q-11 -4 -20 -9l-46 121q172 80 394 80q201 0 290 -114q44 -57 53 -136q36 124 160 195q96 55 206 55q216 0 315 -126q59 -75 59 -173q0 -131 -95 -193q-126 -84 -499 -92 q-49 -1 -102 -1q15 -388 337 -389q139 0 262 57q26 12 55 27l35 -117q-154 -93 -361 -93q-245 0 -366 171q-5 6 -8 11q-78 -88 -231 -142q-115 -40 -222 -40q-163 0 -251 103q-72 85 -72 218zM253 304q0 -156 116 -193q32 -10 69 -10q119 0 252 73q73 41 120 90 q-40 96 -44 224v8h-155q-246 0 -317 -72q-41 -43 -41 -120zM922 603q361 0 478 55q84 41 85 122q0 98 -95 144q-60 29 -146 29q-184 0 -268 -156q-43 -81 -54 -194z" />
<glyph unicode="&#xe7;" horiz-adv-x="935" d="M84 524q0 270 152 422q135 134 345 134q159 0 271 -62q10 -5 17 -10l-47 -114q-98 58 -221 58q-166 0 -261 -129q-86 -116 -86 -299q0 -221 120 -332q92 -84 237 -84q115 0 214 53q5 3 9 5l31 -113q-54 -43 -169 -63q-57 -10 -116 -10q-232 0 -367 154q-129 148 -129 390 zM347 -393l88 386h83l-38 -386h-133z" />
<glyph unicode="&#xe8;" horiz-adv-x="1068" d="M84 524q0 257 141 410q127 139 323 146h18q242 0 345 -193q63 -121 63 -300l-6 -84h-715q11 -277 190 -363q71 -34 161 -34q126 0 260 63q20 9 43 21l35 -117q-150 -89 -335 -93h-22q-221 0 -357 142q-144 149 -144 402zM212 1604h188l176 -402h-94zM258 611h576 q-14 341 -264 342q-149 0 -236 -121q-64 -89 -76 -221z" />
<glyph unicode="&#xe9;" horiz-adv-x="1068" d="M84 524q0 257 141 410q127 139 323 146h18q242 0 345 -193q63 -121 63 -300l-6 -84h-715q11 -277 190 -363q71 -34 161 -34q126 0 260 63q20 9 43 21l35 -117q-150 -89 -335 -93h-22q-221 0 -357 142q-144 149 -144 402zM258 611h576q-14 341 -264 342q-149 0 -236 -121 q-64 -89 -76 -221zM480 1202l183 402h206l-292 -402h-97z" />
<glyph unicode="&#xea;" horiz-adv-x="1068" d="M84 524q0 257 141 410q127 139 323 146h18q242 0 345 -193q63 -121 63 -300l-6 -84h-715q11 -277 190 -363q71 -34 161 -34q126 0 260 63q20 9 43 21l35 -117q-150 -89 -335 -93h-22q-221 0 -357 142q-144 149 -144 402zM258 611h576q-14 341 -264 342q-149 0 -236 -121 q-64 -89 -76 -221zM262 1202l180 373h187l168 -373h-112l-154 274l-158 -274h-111z" />
<glyph unicode="&#xeb;" horiz-adv-x="1068" d="M84 524q0 257 141 410q127 139 323 146h18q242 0 345 -193q63 -121 63 -300l-6 -84h-715q11 -277 190 -363q71 -34 161 -34q126 0 260 63q20 9 43 21l35 -117q-150 -89 -335 -93h-22q-221 0 -357 142q-144 149 -144 402zM201 1309q0 64 54 93q26 13 57 13q66 0 96 -51 q15 -25 15 -55q0 -63 -53 -93q-27 -14 -58 -14q-66 0 -96 51q-15 26 -15 56zM258 611h576q-14 341 -264 342q-149 0 -236 -121q-64 -89 -76 -221zM635 1309q0 64 54 93q26 13 57 13q66 0 96 -51q15 -25 15 -55q0 -63 -53 -93q-27 -14 -58 -14q-66 0 -96 51q-15 26 -15 56z " />
<glyph unicode="&#xec;" horiz-adv-x="427" d="M-71 1604h188l176 -402h-94zM164 0v1058h164v-1058h-164z" />
<glyph unicode="&#xed;" horiz-adv-x="427" d="M164 0v1058h164v-1058h-164zM198 1202l183 402h206l-292 -402h-97z" />
<glyph unicode="&#xee;" horiz-adv-x="427" d="M-22 1202l180 373h187l168 -373h-112l-154 274l-158 -274h-111zM164 0v1058h164v-1058h-164z" />
<glyph unicode="&#xef;" horiz-adv-x="427" d="M-82 1309q0 64 54 93q26 13 57 13q66 0 96 -51q15 -25 15 -55q0 -63 -53 -93q-27 -14 -58 -14q-66 0 -96 51q-15 26 -15 56zM164 0v1058h164v-1058h-164zM352 1309q0 64 54 93q26 13 57 13q66 0 96 -51q15 -25 15 -55q0 -63 -53 -93q-27 -14 -58 -14q-66 0 -96 51 q-15 26 -15 56z" />
<glyph unicode="&#xf0;" horiz-adv-x="1244" d="M125 463v15q0 210 133 342q130 129 336 133h11q127 0 224 -68q7 -4 50 -37q-93 171 -335 405l-256 -98l-47 107l224 86l-216 200h185l155 -151l289 109l48 -105l-253 -94q235 -249 329 -407q15 -25 28 -50q75 -144 84 -330q1 -20 1 -40q0 -233 -135 -368 q-132 -132 -360 -132q-236 0 -373 155q-117 133 -122 328zM284 477q0 -161 91 -265q95 -106 251 -106q206 0 291 157q50 91 50 223q0 142 -89 240q-98 107 -258 107q-172 0 -264 -122q-72 -95 -72 -234z" />
<glyph unicode="&#xf1;" horiz-adv-x="1133" d="M132 0v1058h144l18 -146q121 167 359 168q274 0 335 -252q19 -78 19 -181v-647h-166v665q0 190 -83 251q-51 37 -134 37q-325 -2 -326 -363v-590h-166zM276 1202q0 160 107 193q24 7 51 7q67 0 177 -50q80 -35 106 -36q43 0 56 60q2 12 4 25h86q0 -152 -89 -189 q-24 -10 -51 -10q-56 0 -165 51q-99 43 -130 46q-56 0 -68 -95v-2h-84z" />
<glyph unicode="&#xf2;" horiz-adv-x="1165" d="M84 528q0 260 141 410q134 142 357 142q247 0 382 -169q117 -148 117 -383q0 -237 -131 -388t-346 -160h-22q-232 0 -368 157q-130 151 -130 391zM254 527q0 -228 115 -340q84 -81 213 -81q201 0 283 177q46 100 46 243q0 249 -127 358q-80 69 -202 69q-188 0 -273 -164 q-55 -106 -55 -262zM266 1604h188l176 -402h-94z" />
<glyph unicode="&#xf3;" horiz-adv-x="1165" d="M84 528q0 260 141 410q134 142 357 142q247 0 382 -169q117 -148 117 -383q0 -237 -131 -388t-346 -160h-22q-232 0 -368 157q-130 151 -130 391zM254 527q0 -228 115 -340q84 -81 213 -81q201 0 283 177q46 100 46 243q0 249 -127 358q-80 69 -202 69q-188 0 -273 -164 q-55 -106 -55 -262zM534 1202l183 402h206l-292 -402h-97z" />
<glyph unicode="&#xf4;" horiz-adv-x="1165" d="M84 528q0 260 141 410q134 142 357 142q247 0 382 -169q117 -148 117 -383q0 -237 -131 -388t-346 -160h-22q-232 0 -368 157q-130 151 -130 391zM254 527q0 -228 115 -340q84 -81 213 -81q201 0 283 177q46 100 46 243q0 249 -127 358q-80 69 -202 69q-188 0 -273 -164 q-55 -106 -55 -262zM315 1202l180 373h187l168 -373h-112l-154 274l-158 -274h-111z" />
<glyph unicode="&#xf5;" horiz-adv-x="1165" d="M84 528q0 260 141 410q134 142 357 142q247 0 382 -169q117 -148 117 -383q0 -237 -131 -388t-346 -160h-22q-232 0 -368 157q-130 151 -130 391zM254 527q0 -228 115 -340q84 -81 213 -81q201 0 283 177q46 100 46 243q0 249 -127 358q-80 69 -202 69q-188 0 -273 -164 q-55 -106 -55 -262zM289 1202q0 160 107 193q24 7 51 7q67 0 177 -50q80 -35 106 -36q43 0 56 60q2 12 4 25h86q0 -152 -89 -189q-24 -10 -51 -10q-56 0 -165 51q-99 43 -130 46q-56 0 -68 -95v-2h-84z" />
<glyph unicode="&#xf6;" horiz-adv-x="1165" d="M84 528q0 260 141 410q134 142 357 142q247 0 382 -169q117 -148 117 -383q0 -237 -131 -388t-346 -160h-22q-232 0 -368 157q-130 151 -130 391zM254 527q0 -228 115 -340q84 -81 213 -81q201 0 283 177q46 100 46 243q0 249 -127 358q-80 69 -202 69q-188 0 -273 -164 q-55 -106 -55 -262zM254 1309q0 64 54 93q26 13 57 13q66 0 96 -51q15 -25 15 -55q0 -63 -53 -93q-27 -14 -58 -14q-66 0 -96 51q-15 26 -15 56zM688 1309q0 64 54 93q26 13 57 13q66 0 96 -51q15 -25 15 -55q0 -63 -53 -93q-27 -14 -58 -14q-66 0 -96 51q-15 26 -15 56z " />
<glyph unicode="&#xf7;" d="M126 495v135h951v-135h-951zM507 32v201h191v-201h-191zM507 871v197h193v-197h-193z" />
<glyph unicode="&#xf8;" horiz-adv-x="1165" d="M84 528q0 260 141 410q134 142 357 142q247 0 382 -169q117 -148 117 -383q0 -237 -131 -388t-346 -160h-22q-232 0 -368 157q-130 151 -130 391zM228 -113l719 1329l71 -37l-725 -1329zM254 527q0 -228 115 -340q84 -81 213 -81q201 0 283 177q46 100 46 243 q0 249 -127 358q-80 69 -202 69q-188 0 -273 -164q-55 -106 -55 -262z" />
<glyph unicode="&#xf9;" horiz-adv-x="1125" d="M126 412v646h166v-664q0 -217 123 -269q44 -18 104 -18q278 0 304 289q3 33 3 68v594h166v-1058h-144l-17 139q-67 -105 -175 -139q-66 -20 -157 -20q-315 0 -364 312q-9 56 -9 120zM242 1604h188l176 -402h-94z" />
<glyph unicode="&#xfa;" horiz-adv-x="1125" d="M126 412v646h166v-664q0 -217 123 -269q44 -18 104 -18q278 0 304 289q3 33 3 68v594h166v-1058h-144l-17 139q-67 -105 -175 -139q-66 -20 -157 -20q-315 0 -364 312q-9 56 -9 120zM510 1202l183 402h206l-292 -402h-97z" />
<glyph unicode="&#xfb;" horiz-adv-x="1125" d="M126 412v646h166v-664q0 -217 123 -269q44 -18 104 -18q278 0 304 289q3 33 3 68v594h166v-1058h-144l-17 139q-67 -105 -175 -139q-66 -20 -157 -20q-315 0 -364 312q-9 56 -9 120zM292 1202l180 373h187l168 -373h-112l-154 274l-158 -274h-111z" />
<glyph unicode="&#xfc;" horiz-adv-x="1125" d="M126 412v646h166v-664q0 -217 123 -269q44 -18 104 -18q278 0 304 289q3 33 3 68v594h166v-1058h-144l-17 139q-67 -105 -175 -139q-66 -20 -157 -20q-315 0 -364 312q-9 56 -9 120zM231 1309q0 64 54 93q26 13 57 13q66 0 96 -51q15 -25 15 -55q0 -63 -53 -93 q-27 -14 -58 -14q-66 0 -96 51q-15 26 -15 56zM665 1309q0 64 54 93q26 13 57 13q66 0 96 -51q15 -25 15 -55q0 -63 -53 -93q-27 -14 -58 -14q-66 0 -96 51q-15 26 -15 56z" />
<glyph unicode="&#xfd;" horiz-adv-x="1075" d="M66 1058h169l330 -845l302 845h168l-557 -1456l-149 32l156 398zM502 1202l183 402h206l-292 -402h-97z" />
<glyph unicode="&#xfe;" horiz-adv-x="1165" d="M136 0v1460l168 12v-394l-1 -184q93 141 245 176q44 10 89 10q260 0 371 -212q71 -136 71 -340q0 -291 -149 -436q-116 -112 -301 -112q-190 0 -313 162q-16 21 -30 44l-15 -186h-135zM136 297h168v-761h-168v761zM300 545q0 -318 174 -407q61 -31 139 -31q295 2 296 421 q-2 425 -288 426q-254 0 -308 -262q-13 -67 -13 -147z" />
<glyph unicode="&#xff;" horiz-adv-x="1075" d="M66 1058h169l330 -845l302 845h168l-557 -1456l-149 32l156 398zM222 1309q0 64 54 93q26 13 57 13q66 0 96 -51q15 -25 15 -55q0 -63 -53 -93q-27 -14 -58 -14q-66 0 -96 51q-15 26 -15 56zM656 1309q0 64 54 93q26 13 57 13q66 0 96 -51q15 -25 15 -55q0 -63 -53 -93 q-27 -14 -58 -14q-66 0 -96 51q-15 26 -15 56z" />
<glyph unicode="&#x152;" horiz-adv-x="1881" d="M120 726q0 370 224 564q198 170 529 170h921l-6 -132h-700v-507h638v-132h-638v-555h721l-12 -134h-895q-405 0 -609 218q-173 186 -173 508zM296 731q0 -512 445 -586q78 -13 169 -13h2v1194h-29q-439 0 -551 -340q-36 -111 -36 -255z" />
<glyph unicode="&#x178;" horiz-adv-x="1234" d="M50 1460h174l405 -710l381 710h174l-469 -855v-605h-170v603zM289 1709q0 64 54 93q26 13 57 13q66 0 96 -51q15 -25 15 -55q0 -63 -53 -93q-27 -14 -58 -14q-66 0 -96 51q-15 26 -15 56zM723 1709q0 64 54 93q26 13 57 13q66 0 96 -51q15 -25 15 -55q0 -63 -53 -93 q-27 -14 -58 -14q-66 0 -96 51q-15 26 -15 56z" />
<glyph unicode="&#x2c6;" horiz-adv-x="775" d="M108 1087l180 373h187l168 -373h-112l-154 274l-158 -274h-111z" />
<glyph unicode="&#x2dc;" horiz-adv-x="874" d="M129 1261q0 160 107 193q24 7 51 7q67 0 177 -50q80 -35 106 -36q43 0 56 60q2 12 4 25h86q0 -152 -89 -189q-24 -10 -51 -10q-56 0 -165 51q-99 43 -130 46q-56 0 -68 -95v-2h-84z" />
<glyph unicode="&#x2000;" horiz-adv-x="1002" />
<glyph unicode="&#x2001;" horiz-adv-x="2004" />
<glyph unicode="&#x2002;" horiz-adv-x="1002" />
<glyph unicode="&#x2003;" horiz-adv-x="2004" />
<glyph unicode="&#x2004;" horiz-adv-x="668" />
<glyph unicode="&#x2005;" horiz-adv-x="501" />
<glyph unicode="&#x2006;" horiz-adv-x="334" />
<glyph unicode="&#x2007;" horiz-adv-x="334" />
<glyph unicode="&#x2008;" horiz-adv-x="250" />
<glyph unicode="&#x2009;" horiz-adv-x="400" />
<glyph unicode="&#x200a;" horiz-adv-x="111" />
<glyph unicode="&#x2010;" horiz-adv-x="1205" d="M268 579v135h669v-135h-669z" />
<glyph unicode="&#x2011;" horiz-adv-x="1205" d="M268 579v135h669v-135h-669z" />
<glyph unicode="&#x2012;" horiz-adv-x="1205" d="M268 579v135h669v-135h-669z" />
<glyph unicode="&#x2013;" horiz-adv-x="1236" d="M119 521v134h1004v-134h-1004z" />
<glyph unicode="&#x2014;" horiz-adv-x="2356" d="M132 521v134h2112v-134h-2112z" />
<glyph unicode="&#x2018;" horiz-adv-x="463" d="M202 1440h112l15 -425h-126z" />
<glyph unicode="&#x2019;" horiz-adv-x="456" d="M129 1058l87 402h134l-124 -402h-97z" />
<glyph unicode="&#x201a;" horiz-adv-x="436" d="M97 -248l85 452h138l-124 -452h-99z" />
<glyph unicode="&#x201c;" horiz-adv-x="762" d="M127 1019l109 514l118 66l-76 -513zM428 1019l112 514l113 66l-68 -513z" />
<glyph unicode="&#x201d;" horiz-adv-x="682" d="M84 1058l87 402h139l-128 -402h-98zM377 1062l85 398h142l-128 -398h-99z" />
<glyph unicode="&#x201e;" horiz-adv-x="708" d="M125 -248l82 452h136l-120 -452h-98zM387 -248l81 452h140l-125 -452h-96z" />
<glyph unicode="&#x2022;" horiz-adv-x="831" d="M110 732q0 161 111 253q88 73 206 73q134 0 223 -88q90 -90 90 -233q0 -160 -112 -252q-88 -72 -206 -72q-134 0 -222 88q-90 89 -90 231z" />
<glyph unicode="&#x2026;" horiz-adv-x="1448" d="M114 117q0 69 52 105q33 23 78 23q83 0 116 -68q13 -28 13 -60q0 -70 -52 -106q-33 -23 -77 -23q-81 0 -115 66q-15 30 -15 63zM596 117q0 70 52 106q33 22 77 22q82 0 116 -67q14 -29 14 -61q0 -69 -52 -106q-33 -23 -78 -23q-81 0 -115 67q-14 29 -14 62zM1076 117 q0 69 52 105q33 23 78 23q82 0 116 -67q14 -29 14 -61q0 -69 -52 -106q-33 -23 -78 -23q-81 0 -115 66q-15 30 -15 63z" />
<glyph unicode="&#x202f;" horiz-adv-x="400" />
<glyph unicode="&#x2039;" horiz-adv-x="599" d="M95 560l298 420h132l-290 -421l284 -411h-131z" />
<glyph unicode="&#x203a;" horiz-adv-x="607" d="M111 148l290 420l-284 412h131l294 -412l-298 -420h-133z" />
<glyph unicode="&#x205f;" horiz-adv-x="501" />
<glyph unicode="&#x20ac;" horiz-adv-x="1292" d="M17 524l8 109h136v175h-137l6 106h860l-8 -106h-635v-175h635l-8 -109h-857zM120 735q0 305 160 506q155 194 414 231q55 8 112 8q228 0 382 -98q11 -7 21 -14l-58 -115q-125 78 -295 87q-18 1 -35 1q-242 0 -384 -170q-140 -168 -140 -442q0 -277 146 -443 q146 -165 391 -165q161 0 325 77l41 -131q-162 -82 -369 -86h-16q-276 0 -462 167q-188 169 -225 457q-8 64 -8 130z" />
<glyph unicode="&#x2122;" horiz-adv-x="1770" d="M85 1365l1 86h608v-86h-261v-783h-95v783h-253zM830 582v869h136l275 -673l288 673h128v-869h-94v757l-291 -679h-77l-273 681v-759h-92z" />
<glyph unicode="&#x25fc;" horiz-adv-x="1060" d="M0 0v1060h1060v-1060h-1060z" />
<glyph unicode="&#xfb03;" horiz-adv-x="2003" d="M31 953l5 87l187 17v67q0 253 133 324q61 32 156 32q58 0 144 -17l-12 -115q-50 10 -102 10q-80 0 -110 -32q-43 -47 -43 -192v-76h251v-105h-251v-953h-166v953h-192zM781 953l5 87l187 17v67q0 253 133 324q61 32 156 32q58 0 144 -17l-12 -115q-50 10 -102 10 q-80 0 -110 -32q-43 -47 -43 -192v-76h251v-105h-251v-953h-166v953h-192zM1638 1354q0 66 54 93q25 13 55 13q67 0 96 -52q13 -25 13 -54q0 -65 -53 -94q-26 -13 -56 -13q-67 0 -96 53q-13 25 -13 54zM1664 0v1058h164v-1058h-164z" />
<glyph unicode="&#xfb04;" horiz-adv-x="2097" d="M31 953l5 87l187 17v67q0 253 133 324q61 32 156 32q58 0 144 -17l-12 -115q-50 10 -102 10q-80 0 -110 -32q-43 -47 -43 -192v-76h251v-105h-251v-953h-166v953h-192zM781 953l5 87l187 17v67q0 253 133 324q61 32 156 32q58 0 144 -17l-12 -115q-50 10 -102 10 q-80 0 -110 -32q-43 -47 -43 -192v-76h251v-105h-251v-953h-166v953h-192zM1654 303v1157l164 12v-1172q0 -111 36 -147q32 -30 129 -40q21 -2 54 -4l45 -3l-9 -114h-79q-178 0 -253 60q-87 71 -87 251z" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="W" k="56" />
<hkern g1="S" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="20" />
<hkern g1="T" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" k="82" />
<hkern g1="V" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="157" />
<hkern g1="V" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="82" />
<hkern g1="V" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" k="82" />
<hkern g1="W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="110" />
<hkern g1="W" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="23" />
<hkern g1="W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="59" />
<hkern g1="W" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" k="52" />
<hkern g1="X" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" k="52" />
<hkern g1="Y,Yacute,Ydieresis" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" k="70" />
<hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash" g2="w" k="41" />
<hkern g1="c" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" k="30" />
<hkern g1="f" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" k="28" />
<hkern g1="k" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" k="33" />
<hkern g1="l" g2="g" k="36" />
<hkern g1="l" g2="y,yacute,ydieresis" k="65" />
<hkern g1="r" g2="g" k="44" />
<hkern g1="t" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" k="14" />
<hkern g1="w" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20" />
<hkern g1="y,yacute,ydieresis" g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash" k="36" />
<hkern g1="y,yacute,ydieresis" g2="g" k="37" />
</font>
</defs></svg>

Before

Width:  |  Height:  |  Size: 57 KiB

49
themes/hello/scss/_alert.scss Executable file
View File

@ -0,0 +1,49 @@
.alert {
padding: 5px 10px;
border: 1px solid $button-background-grey;
margin: 10px 0;
&.alert-error {
background-color: rgba(lighten($alert-warning, 30%), 0.7);
color: rgba(darken($alert-error, 40%), .8);
font-size: .8em;
}
&.alert-normal {
background-color: $theme-background-light;
border-width: 0px;
padding: {
top: 10px;
bottom: 10px;
}
h3 {
@extend %title;
}
ul {
list-style-type: square;
margin: 10px 40px;
}
}
&.alert-info {
background-color: rgba(lighten($alert-info, 30%), 0.7);
color: rgba(darken($alert-info, 40%), .8);
}
&.alert-success {
background-color: rgba(lighten($alert-sucess, 30%), 0.7);
color: rgba(darken($alert-sucess, 40%), .8);
border-color: darken($theme-background-highlight, 25%);
}
&#shortcuts {
li {
strong {
&:before {
content: " ' ";
}
&:after {
content: " ' ";
}
}
}
}
}

33
themes/hello/scss/_common.scss Executable file
View File

@ -0,0 +1,33 @@
$ui-device-width: 1366px;
// Theme
$theme-background-main: #e8e8e8;
$theme-background-highlight: #009966;
$theme-background-light: #fFFFFF;
// Bordure
$border-size: 1px;
$border-radius: 5px;
// Bouton
$button-background-grey: #f2f2f2;
// Link
$link-color-hover: #edbf47;
// Font
$ui-font-content: Helvetica, Arial, sans-serif;
$ui-font-highlight: "Montserrat", sans-serif;
$ui-font-title-size: 1rem;
$ui-font-content-size: .9rem;
$ui-font-text-small: .9rem;
$ui-font-color-content: #000;
// Alerts
$alert-warning: #f6c443;
$alert-error: #e74c3c;
$alert-info: #40bac8;
$alert-sucess: #72c5a1;
// Logo
$logo-basecolor: #339966;

255
themes/hello/scss/_core.scss Executable file
View File

@ -0,0 +1,255 @@
body {
background-color: $theme-background-main;
font: {
family: $ui-font-content;
weight: normal;
}
line-height: 25px;
> header,
> section {
bottom: 0;
top: 0;
}
> section {
overflow: auto;
position: absolute;
}
}
// Sidebar
header {
background-color: $theme-background-highlight;
left: 0;
position: fixed;
overflow: hidden;
width: px2cent(200px);
nav {
margin: 20px auto;
position: relative;
width: 90%;
> ul {
margin-top: 30px;
}
li {
line-height: 30px;
&.active {
a {
color: $link-color-hover;
}
}
> a {
color: lighten($theme-background-highlight, 75%);
margin-left: 5px;
text-decoration: none;
font: {
family: $ui-font-highlight;
weight: bold;
}
&:hover {
color: $link-color-hover;
}
&:before {
@extend %awesome;
@include inline-block(middle);
color: white;
margin-right: 10px;
text-align: center;
width: 24px;
}
&[href="?action=unread"] {
&:before {
content: "\f0e0" ;
}
}
&[href="?action=bookmarks"] {
&:before {
content: "\f02e" ;
}
}
&[href="?action=history"] {
&:before {
content: "\f1da" ;
}
}
&[href="?action=feeds"] {
&:before {
content: "\f143" ;
}
}
&[href="?action=config"] {
&:before {
content: "\f1de" ;
}
}
&[href="?action=logout"] {
&:before {
content: "\f08b" ;
}
}
&[href="?action=more"] {
&:before {
content: "\f009";
}
}
}
}
}
.logo {
color: white;
display: block;
font-size: 1.6em;
margin: 0 auto;
text-align: center;
text-decoration: none;
width: 70%;
span {
color: lighten($logo-basecolor, 40%);
}
}
}
// Main container
section {
&.page {
right: 0;
width: px2cent( (1366px - 250px));
padding: 10px 20px;
.page-header{
position: relative;
}
a {
color: $theme-background-highlight;
}
}
}
// Toolbar
.page-header {
margin: 0 0 15px;
@include pie-clearfix;
h2 {
float: left;
line-height: 30px;
@extend %title;
}
ul {
float: right;
li {
@include inline-block;
text-align: center;
a ,
a:after {
overflow: hidden;
display: block;
height: 25px;
text-decoration: none;
width: 25px;
}
a {
background-color: $button-background-grey;
color: darken($theme-background-highlight, 5%);
position: relative;
text-indent: -999px;
@include border-radius(5px);
@include box-shadow(0 3px 0 $theme-background-highlight);
@extend %awesome;
&:after {
position: absolute;
top: 0;
left: 0;
line-height: 25px;
z-index: 999;
text-indent: 0;
}
}
a{
&[href*="action=unread"],
&[href*="action=feed-items"] {
&[href*="direction=asc"] {
&:after {
content: "\f162";
}
}
}
}
a {
&[href*="action=unread"],
&[href*="action=feed-items"] {
&[href*="direction=desc"] {
&:after {
content: "\f163";
}
}
}
}
a{
&[href*="mark-as-read"],
&[href*="mark-feed-as-read"] {
&:after {
content: "\f058";
}
}
}
a[href="?action=add"] {
&:after {
content: "\f067";
}
}
a[href="?action=import"] {
&:after {
content: "\f093";
}
}
a[href="?action=export"] {
&:after {
content: "\f019";
}
}
a[href="?action=refresh-all"] {
&:after {
content: "\f021";
}
}
a[href="?action=confirm-flush-history"] {
&:after {
content: "\f014";
}
}
a[href="?action=feeds"] {
&:after {
content: "\f143";
}
}
}
}
}
.page-section {
h2 {
@extend %title;
margin: {
bottom: 15px;
top: 15px;
}
}
}

16
themes/hello/scss/_fonts.scss Executable file
View File

@ -0,0 +1,16 @@
// Mont Serrat : utilisé pour les titres
@import url(http://fonts.googleapis.com/css?family=Montserrat:700,400);
// A partir d'ici, personnaliser et/ou changer les polices ( sauf les icones) de chaque élément
%title {
font-family: $ui-font-highlight;
font-weight: 700;
font-size: $ui-font-title-size;
}
%paragraph {
font: {
family: $ui-font-content;
size: $ui-font-content-size;
}
}

48
themes/hello/scss/_forms.scss Executable file
View File

@ -0,0 +1,48 @@
form {
background-color: $theme-background-light;
padding: 10px;
input,
button,
textarea,
select {
font-family: $ui-font-content;
font-size: 1em;
color: darken($button-background-grey, 60%);
}
input,
textarea,
select {
background-color: white;
border: 1px solid $button-background-grey;
@include border-radius(5px);
padding: 5px;
&:focus {
}
}
label,
input,
select {
@include inline-block(middle);
}
label[for*="form-"] {
width: px2cent(360px);
}
input[type="submit"],
button[type="button"],
button[type="submit"] {
background-color: darken($theme-background-highlight, 1%);
color: $button-background-grey;
@include border-radius(5px);
cursor: pointer;
padding: 10px;
border: 1px solid $button-background-grey;
}
ul {
list-style-type: square;
margin: 10px 40px;
}
}

View File

@ -0,0 +1,10 @@
@font-face {
font-family: 'FontAwesome';
src: url("../fonts/fontawesome-webfont.eot?v=4.1.0");
src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
font-weight: normal;
font-style: normal; }
%awesome {
font-family: "FontAwesome";
}

160
themes/hello/scss/_items.scss Executable file
View File

@ -0,0 +1,160 @@
.items {
article {
@include box-shadow(0 3px 0 darken($theme-background-highlight, 10%));
background-color: $theme-background-light;
margin-bottom: 15px;
padding: 10px 20px;
&[data-item-status="read"] {
&[data-item-page="feed-items"] {
background-color: rgba(lighten(black,60%), .7);
}
}
h2 {
display: block;
margin-bottom: 5px;
a {
@extend %title;
color: #000;
text-decoration: none;
}
.feed-last-checked {
font-size: .8em;
}
}
.preview {
@extend %paragraph;
display: block;
line-height: 25px;
}
}
.item-menu {
font-size: $ui-font-text-small;
margin-top: 5px;
li {
@include inline-block;
&:before {
content: " / ";
padding-right: 5px;
padding-left: 5px;
}
&:first-child {
&:before {
display: none;
}
}
a {
color: darken($theme-background-highlight, 5%);
text-decoration: none;
&:before {
margin-right: 2px;
@extend %awesome;
}
&:first-child {
&:before {
content: "\f0b0";
}
}
&[id*="original-"] {
&:before {
content: "\f08e";
}
}
&[href*="action=confirm-remove-feed"] {
&:before {
content: "\f014";
}
}
&[href*="action=edit-feed"] {
&:before {
content: "\f044";
}
}
&[href*="action=refresh-feed"] {
&:before {
content: "\f021";
}
}
&[id*="bookmark-"] {
&:before {
content: "\f088";
}
&[data-reverse-label*="remove"] {
&:before {
content: "\f087";
}
}
}
&[href*="action=mark-item-removed"] {
&:before {
content: "\f014";
margin-right: 2px;
}
}
&[id*="status-"] {
&:before {
content: "\f058";
}
}
&[href*="action=disable-grabber-feed"] {
&:before {
content: "\f057";
}
}
&[href*="action=enable-grabber-feed"] {
&:before {
content: "\f058";
}
}
&[href*="action=confirm-disable-feed"] {
&:before {
content: "\f05c";
}
}
&[href*="action=enable-feed"] {
&:before {
content: "\f05d";
}
}
}
}
}
#bottom-menu {
display: none;
visibility: hidden;
}
}
#items-paging {
display: block;
@include pie-clearfix;
a {
@include flat-box($theme-background-highlight, $button-background-grey, 5px);
padding: {
left: 10px;
right: 10px;
}
text-decoration: none;
}
#previous-page {
float: left;
}
#next-page {
float: right;
}
}

34
themes/hello/scss/_login.scss Executable file
View File

@ -0,0 +1,34 @@
#login-page {
background-color: $theme-background-main ;
section {
width: auto;
position: relative;
overflow: visible;
&.page {
margin: 20px;
width: 480px;
}
}
.page-header {
visibility: hidden;
}
form {
@include border-radius(10px);
@include box-shadow(0 3px 0 $theme-background-highlight);
background-color: $theme-background-light;
margin-left: 20px;
padding: 10px;
> * {
margin: 10px;
}
[type="text"],
[type="password"] {
width: 380px;
}
}
}

18
themes/hello/scss/_mixins.scss Executable file
View File

@ -0,0 +1,18 @@
// Convert pixels to ems
// eg. for a relational value of 12px write em(12) when the parent is 16px
// if the parent is another value say 24px write em(12, 24)
@function px2cent($pxval) {
$reference: 1366px;
@return ($pxval * 100%) / $reference;
}
@mixin box-shadow-flat(){
@include box-shadow(0 3px 0 darken($theme-background-highlight, 10%));
}
@mixin flat-box($shadowColor, $buttonColor, $radius) {
@include border-radius($radius);
@include box-shadow(0 3px 0 darken($shadowColor, 10%));
background-color: $buttonColor;
}

176
themes/hello/scss/_queries.scss Executable file
View File

@ -0,0 +1,176 @@
@import "compass/layout/sticky-footer";
@media only screen and (max-width: 480px) {
#login-page {
section {
&.page {
margin: 5px;
width: auto;
}
}
form {
margin: 0 auto;
padding: 10px;
[type="text"],
[type="password"] {
width: 220px;
}
}
}
}
@media only screen and (max-width: 960px) {
#login-page {
background: url("../images/bg-small.jpg") repeat center center;
}
body {
> header {
top: 5px;
left: 20px;
bottom: inherit;
width: auto;
z-index: 999;
background-color: transparent !important;
}
> .page {
width: 100%;
position: relative;
}
}
// Menu
header {
nav {
width: auto;
margin: auto;
.logo {
display: none;
}
> ul {
margin: auto
}
li {
@include inline-block;
padding: 5px 0;
&:first-child {
display: none;
}
a {
display: block;
color: $theme-background-highlight;
&[href*="action=more"] {
width: 35px;
height: 35px;
line-height: 35px;
@include flat-box($theme-background-highlight, $button-background-grey, 5px);
&:before {
height: 100%;
width: 100%;
line-height: inherit;
}
}
&:before {
color: $theme-background-highlight;
}
}
}
}
}
.page {
.page-header {
h2 {
visibility: hidden;
}
ul {
li {
a,
a:after {
width: 35px;
height: 35px;
line-height: 35px;
}
}
}
}
}
// Menu mobile
.menu-more {
margin-top: 50px;
li {
display: block;
@include flat-box($theme-background-highlight, $button-background-grey, 5px);
margin: 10px auto;
a {
display: block;
// height: 100%;
padding: 10px 20px;
text-decoration: none;
width: 100%;
}
}
}
.items {
article {
.preview {
display: none;
}
}
}
#current-item {
padding-top: 35px;
nav {
&.top {
display: none;
}
&.bottom {
display: block;
}
}
> h1 {
float: none;
}
iframe {
width: 100%;
}
}
form {
label {
display: block;
&[for*="form-"] {
width: auto;
}
}
}
.alert {
&.alert-normal {
ul {
margin: 10px 5px;
}
}
}
.hide-mobile {
display: none !important;
}
.hide-desktop {
display: block;
}
}

144
themes/hello/scss/_single.scss Executable file
View File

@ -0,0 +1,144 @@
#current-item {
position: relative;
> nav {
@include pie-clearfix;
&.top {
display: block;
float: right;
}
&.bottom {
display: none;
}
span {
a {
text-decoration: none;
color: $theme-background-highlight;
}
@include box-shadow(0 3px 0 $theme-background-highlight);
@include border-radius(5px);
background-color: $button-background-grey;
display: block;
padding: 5px 10px;
color: darken($button-background-grey, 45%);
&.nav-left {
float: left;
margin-right: 10px;
}
&.nav-right {
float: right;
}
}
}
> h1 {
@extend %title;
display: inline-block;
float: left;
line-height: 25px;
margin-bottom: 20px;
max-width: 82%;
a {
color: $ui-font-color-content;
text-decoration: none;
vertical-align: middle;
}
}
.item-infos {
border-bottom: 1px solid darken($button-background-grey, 25%);
border-top: 1px solid darken($button-background-grey, 25%);
clear: both;
display: block;
padding: 0;
li {
@include inline-block;
font-size: $ui-font-text-small;
margin: 10px 0;
&:before {
content: " / ";
}
&:first-child {
&:before {
display: none;
}
}
a {
color: $theme-background-highlight;
font-size: $ui-font-content-size;
text-decoration: none;
&:hover{
text-decoration: underline;
}
}
}
}
#item-content {
padding: 10px 0;
@include pie-clearfix;
#item-content-enclosure {
display: none;
}
}
}
#item-content {
h1,h2,h3,h4 {
font-family: $ui-font-highlight;
padding: 15px 0 5px 0;
}
@for $i from 1 through 4 {
$ui-title-size: 1.6em - ( $i * 0.1);
$ui-title-indent: $i * 5px;
h#{$i} {
font-size: $ui-title-size;
margin-left: $ui-title-indent;
}
}
p {
}
ul,
ol {
list-style-type: square;
margin: 10px 0;
padding: 0 0 0 30px;
}
pre,
q,
blockquote {
padding: 10px;
margin: {
top: 10px;
bottom: 10px;
}
background-color: $theme-background-light;
}
q,
blockquote {
margin-left: 20px;
margin-right: 20px;
}
strong {
font-weight: bold;
}
img {
display: block;
margin: 15px auto 15px auto;
max-width: 50%;
}
}

View File

@ -0,0 +1,3 @@
.hide-desktop {
display: none;
}

29
themes/hello/scss/app.scss Executable file
View File

@ -0,0 +1,29 @@
@import "compass/utilities" ;
@import "compass/css3";
@import "compass/reset";
@import "common";
@import "mixins";
@import "fonts";
@import "icons";
@import "forms";
@import "alert";
@import "utilities";
@import "core";
@import "items";
@import "single";
@import "login";
@import "queries";