medusa theme

This commit is contained in:
Marvin Steadfast 2019-04-15 14:01:12 +02:00
parent b43e835d05
commit b6299507c6
42 changed files with 4567 additions and 1 deletions

View File

@ -3,6 +3,7 @@ services:
blog:
build:
context: writing_env/
image: xsteadfastx/blog
container_name: blog
environment:
- BLOG_UID=1000

View File

@ -58,7 +58,7 @@ PYGMENTS_RST_OPTIONS = {"linenos": "table"}
# have to be in caps
# foobar = "barbaz"
THEME = "themes/marat"
THEME = "themes/medusa"
OUTPUT_PATH = "output"
PATH = "content"

View File

@ -0,0 +1,142 @@
/* fira-sans-regular - latin */
@font-face {
font-family: 'Fira Sans';
font-style: normal;
font-weight: 400;
src: url('/theme/fonts/fira-sans-v9-latin-regular.eot'); /* IE9 Compat Modes */
src: local('Fira Sans Regular'), local('FiraSans-Regular'),
url('/theme/fonts/fira-sans-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('/theme/fonts/fira-sans-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('/theme/fonts/fira-sans-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
url('/theme/fonts/fira-sans-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('/theme/fonts/fira-sans-v9-latin-regular.svg#FiraSans') format('svg'); /* Legacy iOS */
}
/* fira-mono-regular - latin */
@font-face {
font-family: 'Fira Mono';
font-style: normal;
font-weight: 400;
src: url('/theme/fonts/fira-mono-v7-latin-regular.eot'); /* IE9 Compat Modes */
src: local('Fira Mono Regular'), local('FiraMono-Regular'),
url('/theme/fonts/fira-mono-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('/theme/fonts/fira-mono-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('/theme/fonts/fira-mono-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
url('/theme/fonts/fira-mono-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('/theme/fonts/fira-mono-v7-latin-regular.svg#FiraMono') format('svg'); /* Legacy iOS */
}
body {
background: #ffffff;
height: 100%;
font-family: 'Fira Sans';
font-style: normal;
font-size: 1.5em;
}
a {
color: #666666;
}
a:hover {
color: #000000;
}
h1 {
color: #000000;
margin-top: 75px;
font-family: 'Fira Sans';
}
h1 a {
text-decoration: none;
}
h2 {
color: #000000;
font-family: 'Fira Sans';
}
hr {
border: solid #666666 1px;
}
p.post-meta {
color: #666666;
font-size: 75%;
}
p.footer {
color: #666666;
font-size: 75%;
margin-bottom: 0px;
}
figure {
display: block;
margin: 0;
padding: 0;
border: 0;
}
figcaption {
display: block;
margin-left: auto;
margin-right: auto;
max-width: 90%;
font-size: small;
text-align: center;
}
.content pre {
padding: 20px;
font-family: "Fira Mono";
}
.content blockquote {
font-family: "Fira Sans";
font-size: 1.5em;
}
.content img {
width: 100%;
}
#tipue_search_input {
font-family: 'Fira Sans';
padding: 0px;
}
#tipue_search_results_count, .tipue_search_content_title a, .tipue_search_content_url a, .tipue_search_content_text, #tipue_search_warning {
font-family: 'Fira Sans';
}
.tipue_search_content_title a, .tipue_search_content_url a {
color: #666666;
}
.tipue_search_content_title a:hover {
color: #000000;
}
.tipue_search_content_url a:hover {
color: #000000;
text-decoration: underline;
}
.sidebar {
background-image: url(/theme/images/background.jpg);
position: absolute;
height: 65px;
}
@media (min-width: 550px) {
.sidebar {
background-image: url(/theme/images/background.jpg);
background-size: cover;
position: fixed;
height: 100%;
}
}

427
themes/medusa/static/css/normalize.css vendored Normal file
View File

@ -0,0 +1,427 @@
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
html {
font-family: sans-serif; /* 1 */
-ms-text-size-adjust: 100%; /* 2 */
-webkit-text-size-adjust: 100%; /* 2 */
}
/**
* Remove default margin.
*/
body {
margin: 0;
}
/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
display: inline-block; /* 1 */
vertical-align: baseline; /* 2 */
}
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
display: none;
height: 0;
}
/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
display: none;
}
/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
background-color: transparent;
}
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
outline: 0;
}
/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
border-bottom: 1px dotted;
}
/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
font-weight: bold;
}
/**
* Address styling not present in Safari and Chrome.
*/
dfn {
font-style: italic;
}
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/**
* Address styling not present in IE 8/9.
*/
mark {
background: #ff0;
color: #000;
}
/**
* Address inconsistent and variable font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
border: 0;
}
/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
overflow: hidden;
}
/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
margin: 1em 40px;
}
/**
* Address differences between Firefox and other browsers.
*/
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
/**
* Contain overflow in all browsers.
*/
pre {
overflow: auto;
}
/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
* Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
color: inherit; /* 1 */
font: inherit; /* 2 */
margin: 0; /* 3 */
}
/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
overflow: visible;
}
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
text-transform: none;
}
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
*/
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button; /* 2 */
cursor: pointer; /* 3 */
}
/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
cursor: default;
}
/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
line-height: normal;
}
/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
}
/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
* (include `-moz` to future-proof).
*/
input[type="search"] {
-webkit-appearance: textfield; /* 1 */
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box; /* 2 */
box-sizing: content-box;
}
/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* Define consistent border, margin, and padding.
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
border: 0; /* 1 */
padding: 0; /* 2 */
}
/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
overflow: auto;
}
/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
font-weight: bold;
}
/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}

View File

@ -0,0 +1,91 @@
/* Dracula Theme v1.2.5
*
* https://github.com/zenorocha/dracula-theme
*
* Copyright 2016, All rights reserved
*
* Code licensed under the MIT license
* http://zenorocha.mit-license.org
*
* @author Rob G <wowmotty@gmail.com>
* @author Chris Bracco <chris@cbracco.me>
* @author Zeno Rocha <hi@zenorocha.com>
*/
.highlight .hll { background-color: #f1fa8c }
.highlight { background: #282a36; color: #f8f8f2 }
.highlight .c { color: #6272a4 } /* Comment */
.highlight .err { color: #f8f8f2 } /* Error */
.highlight .g { color: #f8f8f2 } /* Generic */
.highlight .k { color: #ff79c6 } /* Keyword */
.highlight .l { color: #f8f8f2 } /* Literal */
.highlight .n { color: #f8f8f2 } /* Name */
.highlight .o { color: #ff79c6 } /* Operator */
.highlight .x { color: #f8f8f2 } /* Other */
.highlight .p { color: #f8f8f2 } /* Punctuation */
.highlight .ch { color: #6272a4 } /* Comment.Hashbang */
.highlight .cm { color: #6272a4 } /* Comment.Multiline */
.highlight .cp { color: #ff79c6 } /* Comment.Preproc */
.highlight .cpf { color: #6272a4 } /* Comment.PreprocFile */
.highlight .c1 { color: #6272a4 } /* Comment.Single */
.highlight .cs { color: #6272a4 } /* Comment.Special */
.highlight .gd { color: #8b080b } /* Generic.Deleted */
.highlight .ge { color: #f8f8f2; text-decoration: underline } /* Generic.Emph */
.highlight .gr { color: #f8f8f2 } /* Generic.Error */
.highlight .gh { color: #f8f8f2; font-weight: bold } /* Generic.Heading */
.highlight .gi { color: #f8f8f2; font-weight: bold } /* Generic.Inserted */
.highlight .go { color: #44475a } /* Generic.Output */
.highlight .gp { color: #f8f8f2 } /* Generic.Prompt */
.highlight .gs { color: #f8f8f2 } /* Generic.Strong */
.highlight .gu { color: #f8f8f2; font-weight: bold } /* Generic.Subheading */
.highlight .gt { color: #f8f8f2 } /* Generic.Traceback */
.highlight .kc { color: #ff79c6 } /* Keyword.Constant */
.highlight .kd { color: #8be9fd; font-style: italic } /* Keyword.Declaration */
.highlight .kn { color: #ff79c6 } /* Keyword.Namespace */
.highlight .kp { color: #ff79c6 } /* Keyword.Pseudo */
.highlight .kr { color: #ff79c6 } /* Keyword.Reserved */
.highlight .kt { color: #8be9fd } /* Keyword.Type */
.highlight .ld { color: #f8f8f2 } /* Literal.Date */
.highlight .m { color: #bd93f9 } /* Literal.Number */
.highlight .s { color: #f1fa8c } /* Literal.String */
.highlight .na { color: #50fa7b } /* Name.Attribute */
.highlight .nb { color: #8be9fd; font-style: italic } /* Name.Builtin */
.highlight .nc { color: #50fa7b } /* Name.Class */
.highlight .no { color: #f8f8f2 } /* Name.Constant */
.highlight .nd { color: #f8f8f2 } /* Name.Decorator */
.highlight .ni { color: #f8f8f2 } /* Name.Entity */
.highlight .ne { color: #f8f8f2 } /* Name.Exception */
.highlight .nf { color: #50fa7b } /* Name.Function */
.highlight .nl { color: #8be9fd; font-style: italic } /* Name.Label */
.highlight .nn { color: #f8f8f2 } /* Name.Namespace */
.highlight .nx { color: #f8f8f2 } /* Name.Other */
.highlight .py { color: #f8f8f2 } /* Name.Property */
.highlight .nt { color: #ff79c6 } /* Name.Tag */
.highlight .nv { color: #8be9fd; font-style: italic } /* Name.Variable */
.highlight .ow { color: #ff79c6 } /* Operator.Word */
.highlight .w { color: #f8f8f2 } /* Text.Whitespace */
.highlight .mb { color: #bd93f9 } /* Literal.Number.Bin */
.highlight .mf { color: #bd93f9 } /* Literal.Number.Float */
.highlight .mh { color: #bd93f9 } /* Literal.Number.Hex */
.highlight .mi { color: #bd93f9 } /* Literal.Number.Integer */
.highlight .mo { color: #bd93f9 } /* Literal.Number.Oct */
.highlight .sa { color: #f1fa8c } /* Literal.String.Affix */
.highlight .sb { color: #f1fa8c } /* Literal.String.Backtick */
.highlight .sc { color: #f1fa8c } /* Literal.String.Char */
.highlight .dl { color: #f1fa8c } /* Literal.String.Delimiter */
.highlight .sd { color: #f1fa8c } /* Literal.String.Doc */
.highlight .s2 { color: #f1fa8c } /* Literal.String.Double */
.highlight .se { color: #f1fa8c } /* Literal.String.Escape */
.highlight .sh { color: #f1fa8c } /* Literal.String.Heredoc */
.highlight .si { color: #f1fa8c } /* Literal.String.Interpol */
.highlight .sx { color: #f1fa8c } /* Literal.String.Other */
.highlight .sr { color: #f1fa8c } /* Literal.String.Regex */
.highlight .s1 { color: #f1fa8c } /* Literal.String.Single */
.highlight .ss { color: #f1fa8c } /* Literal.String.Symbol */
.highlight .bp { color: #f8f8f2; font-style: italic } /* Name.Builtin.Pseudo */
.highlight .fm { color: #50fa7b } /* Name.Function.Magic */
.highlight .vc { color: #8be9fd; font-style: italic } /* Name.Variable.Class */
.highlight .vg { color: #8be9fd; font-style: italic } /* Name.Variable.Global */
.highlight .vi { color: #8be9fd; font-style: italic } /* Name.Variable.Instance */
.highlight .vm { color: #8be9fd; font-style: italic } /* Name.Variable.Magic */
.highlight .il { color: #bd93f9 } /* Literal.Number.Integer.Long */

418
themes/medusa/static/css/skeleton.css vendored Normal file
View File

@ -0,0 +1,418 @@
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/
/* Table of contents
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/
/* Grid
*/
.container {
position: relative;
width: 100%;
max-width: 960px;
margin: 0 auto;
padding: 0 20px;
box-sizing: border-box; }
.column,
.columns {
width: 100%;
float: left;
box-sizing: border-box; }
/* For devices larger than 400px */
@media (min-width: 400px) {
.container {
width: 85%;
padding: 0; }
}
/* For devices larger than 550px */
@media (min-width: 550px) {
.container {
width: 80%; }
.column,
.columns {
margin-left: 4%; }
.column:first-child,
.columns:first-child {
margin-left: 0; }
.one.column,
.one.columns { width: 4.66666666667%; }
.two.columns { width: 13.3333333333%; }
.three.columns { width: 22%; }
.four.columns { width: 30.6666666667%; }
.five.columns { width: 39.3333333333%; }
.six.columns { width: 48%; }
.seven.columns { width: 56.6666666667%; }
.eight.columns { width: 65.3333333333%; }
.nine.columns { width: 74.0%; }
.ten.columns { width: 82.6666666667%; }
.eleven.columns { width: 91.3333333333%; }
.twelve.columns { width: 100%; margin-left: 0; }
.one-third.column { width: 30.6666666667%; }
.two-thirds.column { width: 65.3333333333%; }
.one-half.column { width: 48%; }
/* Offsets */
.offset-by-one.column,
.offset-by-one.columns { margin-left: 8.66666666667%; }
.offset-by-two.column,
.offset-by-two.columns { margin-left: 17.3333333333%; }
.offset-by-three.column,
.offset-by-three.columns { margin-left: 26%; }
.offset-by-four.column,
.offset-by-four.columns { margin-left: 34.6666666667%; }
.offset-by-five.column,
.offset-by-five.columns { margin-left: 43.3333333333%; }
.offset-by-six.column,
.offset-by-six.columns { margin-left: 52%; }
.offset-by-seven.column,
.offset-by-seven.columns { margin-left: 60.6666666667%; }
.offset-by-eight.column,
.offset-by-eight.columns { margin-left: 69.3333333333%; }
.offset-by-nine.column,
.offset-by-nine.columns { margin-left: 78.0%; }
.offset-by-ten.column,
.offset-by-ten.columns { margin-left: 86.6666666667%; }
.offset-by-eleven.column,
.offset-by-eleven.columns { margin-left: 95.3333333333%; }
.offset-by-one-third.column,
.offset-by-one-third.columns { margin-left: 34.6666666667%; }
.offset-by-two-thirds.column,
.offset-by-two-thirds.columns { margin-left: 69.3333333333%; }
.offset-by-one-half.column,
.offset-by-one-half.columns { margin-left: 52%; }
}
/* Base Styles
*/
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
font-size: 62.5%; }
body {
font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
line-height: 1.6;
font-weight: 400;
font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #222; }
/* Typography
*/
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 2rem;
font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2; letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3; letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5; letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6; letter-spacing: 0; }
/* Larger than phablet */
@media (min-width: 550px) {
h1 { font-size: 5.0rem; }
h2 { font-size: 4.2rem; }
h3 { font-size: 3.6rem; }
h4 { font-size: 3.0rem; }
h5 { font-size: 2.4rem; }
h6 { font-size: 1.5rem; }
}
p {
margin-top: 0; }
/* Links
*/
a {
color: #1EAEDB; }
a:hover {
color: #0FA0CE; }
/* Buttons
*/
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
display: inline-block;
height: 38px;
padding: 0 30px;
color: #555;
text-align: center;
font-size: 11px;
font-weight: 600;
line-height: 38px;
letter-spacing: .1rem;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
background-color: transparent;
border-radius: 4px;
border: 1px solid #bbb;
cursor: pointer;
box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
color: #333;
border-color: #888;
outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
color: #FFF;
background-color: #33C3F0;
border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
color: #FFF;
background-color: #1EAEDB;
border-color: #1EAEDB; }
/* Forms
*/
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
height: 38px;
padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
background-color: #fff;
border: 1px solid #D1D1D1;
border-radius: 4px;
box-shadow: none;
box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
textarea {
min-height: 65px;
padding-top: 6px;
padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
border: 1px solid #33C3F0;
outline: 0; }
label,
legend {
display: block;
margin-bottom: .5rem;
font-weight: 600; }
fieldset {
padding: 0;
border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
display: inline; }
label > .label-body {
display: inline-block;
margin-left: .5rem;
font-weight: normal; }
/* Lists
*/
ul {
list-style: circle inside; }
ol {
list-style: decimal inside; }
ol, ul {
padding-left: 0;
margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
margin: 1.5rem 0 1.5rem 3rem;
font-size: 90%; }
li {
margin-bottom: 1rem; }
/* Code
*/
code {
padding: .2rem .5rem;
margin: 0 .2rem;
font-size: 90%;
white-space: nowrap;
background: #F1F1F1;
border: 1px solid #E1E1E1;
border-radius: 4px; }
pre > code {
display: block;
padding: 1rem 1.5rem;
white-space: pre; }
/* Tables
*/
th,
td {
padding: 12px 15px;
text-align: left;
border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
padding-left: 0; }
th:last-child,
td:last-child {
padding-right: 0; }
/* Spacing
*/
button,
.button {
margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
margin-bottom: 2.5rem; }
/* Utilities
*/
.u-full-width {
width: 100%;
box-sizing: border-box; }
.u-max-full-width {
max-width: 100%;
box-sizing: border-box; }
.u-pull-right {
float: right; }
.u-pull-left {
float: left; }
/* Misc
*/
hr {
margin-top: 3rem;
margin-bottom: 3.5rem;
border-width: 0;
border-top: 1px solid #E1E1E1; }
/* Clearing
*/
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
content: "";
display: table;
clear: both; }
/* Media Queries
*/
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
/* Larger than mobile */
@media (min-width: 400px) {}
/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}
/* Larger than tablet */
@media (min-width: 750px) {}
/* Larger than desktop */
@media (min-width: 1000px) {}
/* Larger than Desktop HD */
@media (min-width: 1200px) {}

View File

@ -0,0 +1,363 @@
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400|Source+Code+Pro');
/*
Tipue Search 7.0
Copyright (c) 2018 Tipue
Tipue Search is released under the MIT License
http://www.tipue.com/search
*/
/* basics */
.tipue_search_group:after
{
content: "";
display: table;
clear: both;
}
/* fonts, colors */
#tipue_search_input
{
font: 15px/1 'Open Sans', sans-serif;
color: #333;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.tipue_search_icon
{
font: 300 24px/1 'Open Sans', sans-serif;
color: #777;
}
#tipue_search_results_count, .tipue_search_related, .tipue_search_note
{
font: 12px/1.3 'Source Code Pro', monospace;
text-transform: uppercase;
color: #999;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#tipue_search_replace, #tipue_search_error, .tipue_search_content_text
{
font: 300 16px/1.6 'Open Sans', sans-serif;
color: #666;
}
#tipue_search_replace a
{
color: #339e41;
text-decoration: none;
}
#tipue_search_replace a:hover
{
color: #666;
}
.tipue_search_related_btn
{
font: 11px/1 'Source Code Pro', monospace;
color: #666;
text-transform: uppercase;
letter-spacing: 1px;
background-color: #f7f7f7;
}
.tipue_search_content_title
{
font: 300 30px/1.2 'Open Sans', sans-serif;
color: #333;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.tipue_search_content_title a
{
color: #333;
text-decoration: none;
}
.tipue_search_content_url, .tipue_search_content_debug
{
font: 300 15px/1.7 'Open Sans', sans-serif;
color: #333;
}
.tipue_search_content_url a
{
color: #339e41;
text-decoration: none;
}
.tipue_search_content_url a:hover
{
color: #666;
}
.tipue_search_content_bold
{
font-weight: 400;
color: #333;
}
.tipue_search_note a
{
color: #999;
text-decoration: none;
}
.tipue_search_image_close
{
font: 22px/1 'Source Code Pro', monospace;
color: #ccc;
}
#tipue_search_zoom_text
{
font: 11px/1.7 'Source Code Pro', monospace;
color: #ccc;
text-transform: uppercase;
letter-spacing: 1px;
}
#tipue_search_zoom_text a
{
color: #ccc;
text-decoration: none;
border-bottom: 2px solid #f7f7f7;
}
#tipue_search_zoom_text a:hover
{
border: 0;
}
#tipue_search_foot_boxes
{
font: 13px/1 'Source Code Pro', sans-serif;
text-transform: uppercase;
color: #333;
}
#tipue_search_foot_boxes li a
{
background-color: #f7f7f7;
color: #666;
}
#tipue_search_foot_boxes li.current
{
background: #252525;
color: #ccc;
}
#tipue_search_foot_boxes li a:hover, .tipue_search_related_btn:hover
{
background: #252525;
color: #ccc;
}
/* search box */
#tipue_search_input
{
float: left;
width: 200px;
background-color: #f3f3f3;
border: none;
padding: 9px 6px 10px 15px;
height: 56px;
border-radius: 3px;
-moz-appearance: none;
-webkit-appearance: none;
box-sizing: border-box;
box-shadow: none;
outline: 0;
margin: 0;
}
.tipue_search_button
{
position: relative;
float: left;
width: 47px;
height: 56px;
margin-left: -3px;
background-color: #f3f3f3;
border: none;
border-radius: 3px;
box-sizing: border-box;
cursor: pointer;
outline: 0;
}
.tipue_search_icon
{
float: left;
transform: rotate(-45deg);
-moz-appearance: none;
-webkit-appearance: none;
box-sizing: border-box;
box-shadow: none;
outline: 0;
margin: -1px 0 0 8px;
}
/* search results */
#tipue_search_content
{
max-width: 100%;
margin: 0;
}
.tipue_search_result
{
padding-top: 21px;
}
#tipue_search_results_count
{
padding-top: 9px;
}
.tipue_search_related
{
padding-top: 13px;
}
.tipue_search_related_block
{
padding-bottom: 6px;
}
#tipue_search_warning
{
padding-top: 10px;
}
.tipue_search_related_btn
{
display: inline-block;
padding: 9px 10px;
text-decoration: none;
text-align: center;
border-radius: 3px;
margin: 9px 9px 0 0;
outline: 0;
transition: 0.2s;
cursor: pointer;
}
#tipue_search_replace
{
padding-top: 13px;
}
#tipue_search_error
{
padding-top: 13px;
}
.tipue_search_content_url
{
padding-top: 3px;
word-wrap: break-word;
hyphens: auto;
}
.tipue_search_content_text
{
word-wrap: break-word;
hyphens: auto;
margin-top: 1px;
}
.tipue_search_note
{
padding-top: 5px;
}
.tipue_search_content_debug
{
margin: 5px 0;
}
/* images */
.tipue_search_image
{
padding: 9px 0 6px 0;
}
.tipue_search_img
{
width: 200px;
max-width: 100%;
height: auto;
transition: 0.5s;
border-radius: 1px;
}
.tipue_search_img:hover
{
opacity: 0.7;
}
.tipue_search_image_zoom
{
cursor: pointer;
}
#tipue_search_image_modal
{
display: none;
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 0.9);
}
.tipue_search_image_close
{
position: absolute;
top: 0;
right: 0;
padding: 25px 30px;
cursor: pointer;
}
.tipue_search_image_block
{
margin: 0 auto;
max-width: 900px;
padding: 73px 30px 30px 30px;
box-sizing: border-box;
color: #fff;
}
#tipue_search_zoom_img
{
max-width: 100%;
height: auto;
}
#tipue_search_zoom_text, .tipue_search_zoom_options
{
padding-top: 9px;
}
/* footer */
#tipue_search_foot
{
margin: 51px 0 21px 0;
}
#tipue_search_foot_boxes
{
padding: 0;
margin: 0;
cursor: pointer;
}
#tipue_search_foot_boxes li
{
display: inline;
list-style: none;
margin: 0;
padding: 0;
}
#tipue_search_foot_boxes li a
{
padding: 10px 17px 11px 17px;
border-radius: 3px;
margin-right: 7px;
text-decoration: none;
text-align: center;
transition: 0.2s;
}
#tipue_search_foot_boxes li.current
{
padding: 10px 17px 11px 17px;
border-radius: 3px;
margin-right: 7px;
text-align: center;
}

View File

@ -0,0 +1,322 @@
<?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">
<defs >
<font id="FiraMono" horiz-adv-x="600" ><font-face
font-family="Fira Mono"
units-per-em="1000"
panose-1="2 11 5 9 5 0 0 2 0 4"
ascent="935"
descent="-265"
alphabetic="0" />
<glyph unicode=" " glyph-name="space" />
<glyph unicode="!" glyph-name="exclam" d="M336 227H261L251 689H345L336 227ZM328 123T347 104T366 56Q366 27 347 8T299 -11Q271 -11 252 8T232 56Q232 84 251 103T299 123Q328 123 347 104Z" />
<glyph unicode="&quot;" glyph-name="quotedbl" d="M164 739H269L253 479H179L164 739ZM331 739H436L421 479H347L331 739Z" />
<glyph unicode="#" glyph-name="numbersign" d="M429 234H510V170H419L398 0H327L349 170H204L181 0H110L132 170H53V234H140L171 456H90V522H179L202 689H273L250 522H396L419 689H490L467 522H547V456H458L429 234ZM357 234L388 456H241L212 234H357Z" />
<glyph unicode="$" glyph-name="dollar" d="M346 698Q401 692 448 671T529 618L478 565Q419 619 346 628V401Q434 372 486 323T538 189Q538 114 488 60T346 -7V-153H278V-10Q213 -7 160 19T69 83L119 139Q190 68 278 61V337Q188 367 142 413T95 528Q95 569 115
606T177 667T278 698V848H346V698ZM235 619T210 595T184 529Q184 492 204 468T278 423V626Q235 619 210 595ZM346 65Q447 85 447 188Q447 231 424 261T346 314V65Z" />
<glyph unicode="%" glyph-name="percent" d="M558 672L85 -20L32 15L505 707L558 672ZM234 700T273 654T313 539Q313 496 296 459T245 400T166 378Q121 378 88 400T37 459T19 539Q19 607 59 653T166 700Q234 700 273 654ZM135 640T116 614T96 539Q96 492 115 465T166
437Q198 437 216 462T235 539Q235 591 217 615T166 640Q135 640 116 614ZM504 316T543 270T583 156Q583 113 566 76T515 17T436 -6Q391 -6 358 16T307 76T289 156Q289 223 329 269T436 316Q504 316 543 270ZM404 256T385 231T366 156Q366 108 385 81T436 53Q468
53 486 78T505 156Q505 208 487 232T436 256Q404 256 385 231Z" />
<glyph unicode="&amp;" glyph-name="ampersand" d="M328 699T367 683T446 624L396 578Q369 608 342 622T278 636Q226 636 199 608T172 534Q172 504 188 478T233 436T296 420H574V353H484V81Q454 44 404 17T277 -11Q203 -11 153 18T78 94T54 195Q54 272 94 321T210
387V390Q147 405 119 444T90 534Q90 578 113 616T179 676T279 699Q328 699 367 683ZM283 353Q234 353 201 330T152 272T136 198Q136 138 172 98T279 57Q321 57 354 70T407 109V353H283Z" />
<glyph unicode="&apos;" glyph-name="quotesingle" d="M247 739H353L337 479H263L247 739Z" />
<glyph unicode="(" glyph-name="parenleft" d="M213 248T236 173T304 36T426 -94L383 -140Q295 -69 240 0T155 154T125 350Q125 461 154 546T239 700T383 840L426 794Q349 726 304 665T236 529T213 350Q213 248 236 173Z" />
<glyph unicode=")" glyph-name="parenright" d="M387 453T365 528T297 665T174 794L217 840Q305 769 360 700T445 546T475 350Q475 239 446 154T361 0T217 -140L174 -94Q250 -26 295 35T364 172T387 350Q387 453 365 528Z" />
<glyph unicode="*" glyph-name="asterisk" d="M327 362L479 425L504 345L346 309L456 189L388 137L301 277L220 134L149 182L255 309L96 345L121 425L272 362L258 527H342L327 362Z" />
<glyph unicode="+" glyph-name="plus" d="M338 346H484V276H338V127H260V276H116V346H260V495H338V346Z" />
<glyph unicode="," glyph-name="comma" d="M334 165T357 142T381 85Q381 48 362 6L281 -179H205L252 18Q238 29 229 47T220 84Q220 118 243 141T300 165Q334 165 357 142Z" />
<glyph unicode="-" glyph-name="hyphen" d="M125 349H475V277H125V349Z" />
<glyph unicode="." glyph-name="period" d="M211 114T236 139T299 165Q337 165 362 140T387 77Q387 39 362 14T299 -11Q262 -11 237 14T211 77Q211 114 236 139Z" />
<glyph unicode="/" glyph-name="slash" d="M53 -73L480 809L547 777L121 -103L53 -73Z" />
<glyph unicode="0" glyph-name="zero" d="M410 700T467 609T525 345Q525 172 468 81T300 -11Q190 -11 133 80T75 345Q75 517 132 608T300 700Q410 700 467 609ZM163 632T163 345Q163 57 300 57Q437 57 437 345Q437 632 300 632Q163 632 163 345ZM328 410T347 391T366
345Q366 317 347 298T300 279Q272 279 254 298T235 345Q235 372 253 391T300 410Q328 410 347 391Z" />
<glyph unicode="1" glyph-name="one" d="M517 68V0H120V68H289V597L132 502L95 561L300 689H374V68H517Z" />
<glyph unicode="2" glyph-name="two" d="M332 700T379 675T452 607T477 508Q477 444 448 384T353 253T169 72H493L483 0H73V68Q208 197 273 270T364 395T389 505Q389 563 356 596T265 629Q216 629 184 613T117 556L59 601Q100 652 150 676T269 700Q332 700 379 675Z" />
<glyph unicode="3" glyph-name="three" d="M332 700T380 677T454 614T480 527Q480 467 441 423T346 367Q411 362 456 318T502 198Q502 139 472 91T388 16T263 -11Q202 -11 146 12T52 80L108 126Q136 93 176 76T261 58Q333 58 373 95T414 198Q414 329 271 329H214L224
396H265Q319 396 357 426T395 516Q395 571 359 601T265 632Q222 632 189 617T119 569L73 620Q157 700 269 700Q332 700 380 677Z" />
<glyph unicode="4" glyph-name="four" d="M528 167H439V0H358V167H72V229L274 700L344 670L161 235H359L366 430H439V235H528V167Z" />
<glyph unicode="5" glyph-name="five" d="M475 621H203V404Q232 421 260 427T321 434Q407 434 458 377T510 218Q510 150 482 98T400 18T277 -11Q162 -11 77 71L129 122Q192 58 277 58Q346 58 384 100T422 221Q422 299 388 333T297 368Q270 368 248 363T190 345H122V689H487L475
621Z" />
<glyph unicode="6" glyph-name="six" d="M384 448T428 424T499 352T525 232Q525 158 496 103T418 18T308 -11Q188 -11 134 76T79 325Q79 439 109 523T197 654T335 700Q410 700 472 659L439 603Q390 632 334 632Q255 632 211 558T164 356Q196 404 237 426T330 448Q384
448 428 424ZM372 57T405 102T439 229Q439 380 317 380Q269 380 231 354T165 282Q167 165 201 111T308 57Q372 57 405 102Z" />
<glyph unicode="7" glyph-name="seven" d="M152 14L420 619H97V689H505V624L230 -9L152 14Z" />
<glyph unicode="8" glyph-name="eight" d="M506 476T476 439T387 369Q457 340 496 293T535 185Q535 129 506 84T423 14T298 -11Q226 -11 173 14T93 84T65 183Q65 298 204 363Q147 390 121 426T94 520Q94 579 125 620T203 680T300 700Q353 700 400 681T476 623T506
525Q506 476 476 439ZM176 481T193 459T240 423T328 390Q379 420 401 448T424 521Q424 573 392 603T300 634Q241 634 209 604T176 519Q176 481 193 459ZM446 227T424 254T367 298T261 339Q154 289 154 183Q154 124 191 91T298 57Q368 57 407 92T446 183Q446 227
424 254Z" />
<glyph unicode="9" glyph-name="nine" d="M402 699T458 629T514 433Q514 288 477 202T362 67T147 -21L127 43Q274 82 349 150T425 337Q399 300 358 276T262 252Q205 252 161 279T91 355T66 472Q66 544 95 595T175 672T289 699Q402 699 458 629ZM324 320T361 344T427
412Q429 532 396 581T289 631Q222 631 188 590T154 469Q154 393 185 357T276 320Q324 320 361 344Z" />
<glyph unicode=":" glyph-name="colon" d="M219 464T242 487T299 511Q334 511 357 488T380 431Q380 397 357 373T299 349Q265 349 242 373T219 431Q219 464 242 487ZM219 103T242 127T299 151Q334 151 357 128T380 70Q380 35 357 12T299 -11Q265 -11 242 12T219
70Q219 103 242 127Z" />
<glyph unicode=";" glyph-name="semicolon" d="M334 511T357 488T380 431Q380 397 357 373T299 349Q265 349 242 373T219 431Q219 464 242 487T299 511Q334 511 357 488ZM333 166T356 143T380 85Q380 49 361 6L279 -180H203L251 18Q236 29 228 47T219 85Q219 119
242 142T299 166Q333 166 356 143Z" />
<glyph unicode="&lt;" glyph-name="less" d="M513 530L160 313L513 94L468 33L88 270V357L472 594L513 530Z" />
<glyph unicode="=" glyph-name="equal" d="M494 370H106V442H494V370ZM494 180H106V252H494V180Z" />
<glyph unicode="&gt;" glyph-name="greater" d="M513 356V270L133 33L88 95L441 313L88 530L129 594L513 356Z" />
<glyph unicode="?" glyph-name="question" d="M358 700T403 678T472 621T497 545Q497 507 485 480T454 436T404 396Q374 375 357 359T328 319T316 261V227H232V266Q232 307 246 337T280 386T332 430Q372 461 390 483T409 540Q409 582 376 606T291 630Q254 630
217 612T149 556L90 601Q174 700 299 700Q358 700 403 678ZM306 123T325 104T344 56Q344 27 325 8T277 -11Q249 -11 230 8T210 56Q210 84 229 103T277 123Q306 123 325 104Z" />
<glyph unicode="@" glyph-name="at" d="M459 700T522 586T586 285Q586 151 574 71T530 -50T439 -91Q400 -91 373 -67T333 -10T321 52H317Q277 -46 180 -46Q102 -46 66 15T30 183Q30 312 80 376T226 441Q263 441 295 433T367 404V108Q367 34 385 6T437 -23Q466
-23 479 13T496 107T499 268Q499 382 484 458T421 580T285 626Q228 626 172 606T58 534L9 591Q74 647 144 673T284 700Q459 700 522 586ZM163 379T137 332T111 183Q111 104 129 61T190 17Q222 17 242 31T272 62T293 105V365Q264 379 229 379Q163 379 137 332Z"
/>
<glyph unicode="A" glyph-name="A" d="M161 176L106 0H20L245 689H355L579 0H489L434 176H161ZM411 248L298 615L184 248H411Z" />
<glyph unicode="B" glyph-name="B" d="M540 92T466 46T282 0H96V689H266Q371 689 440 649T510 515Q510 453 473 416T381 365Q540 338 540 196Q540 92 466 46ZM421 567T386 592T286 618H183V396H294Q421 396 421 510Q421 567 386 592ZM448 266T409 295T300 324H183V72H297Q360
72 404 98T448 193Q448 266 409 295Z" />
<glyph unicode="C" glyph-name="C" d="M422 700T468 684T558 633L509 576Q448 627 364 627Q271 627 213 560T154 345Q154 199 211 131T363 63Q415 63 452 78T523 120L568 64Q491 -11 362 -11Q277 -11 209 30T102 152T63 345Q63 457 102 537T209 659T358 700Q422
700 468 684Z" />
<glyph unicode="D" glyph-name="D" d="M553 152T463 76T241 0H83V689H230Q375 689 464 616T553 348Q553 152 463 76ZM460 460T430 519T354 598T251 618H170V70H252Q341 70 400 131T460 348Q460 460 430 519Z" />
<glyph unicode="E" glyph-name="E" d="M212 385H468V314H212V70H526V0H126V689H517L507 617H212V385Z" />
<glyph unicode="F" glyph-name="F" d="M225 376H495V306H225V0H138V689H544L534 617H225V376Z" />
<glyph unicode="G" glyph-name="G" d="M188 -11T117 79T45 345Q45 459 85 539T191 659T334 700Q399 700 443 682T530 624L478 570Q446 599 412 613T334 627Q250 627 194 560T138 345Q138 198 183 130T321 62Q394 62 452 95V304H317L307 377H539V49Q487 20 435
5T314 -11Q188 -11 117 79Z" />
<glyph unicode="H" glyph-name="H" d="M430 327H170V0H83V689H170V398H430V689H517V0H430V327Z" />
<glyph unicode="I" glyph-name="I" d="M497 619H344V69H497V0H103V69H256V619H103V689H497V619Z" />
<glyph unicode="J" glyph-name="J" d="M497 229Q497 128 442 58T261 -12Q210 -12 162 4T73 51L111 108Q186 61 260 61Q332 61 371 106T410 233V618H206V689H497V229Z" />
<glyph unicode="K" glyph-name="K" d="M105 0V689H192V0H105ZM467 689H568L299 373L587 0H478L197 368L467 689Z" />
<glyph unicode="L" glyph-name="L" d="M136 689H222V77H537L526 0H136V689Z" />
<glyph unicode="M" glyph-name="M" d="M570 0H486L465 360Q459 455 459 609L343 124H256L132 609Q134 573 134 513Q134 421 130 360L112 0H30L69 689H190L302 217L409 689H531L570 0Z" />
<glyph unicode="N" glyph-name="N" d="M152 605Q152 598 158 518T164 345V0H83V689H201L448 81L446 117Q436 240 436 344V689H517V0H395L152 605Z" />
<glyph unicode="O" glyph-name="O" d="M553 183T488 86T300 -11Q177 -11 112 84T47 343Q47 448 76 529T162 655T300 700Q422 700 487 604T553 344Q553 183 488 86ZM463 485T424 556T300 627Q215 627 176 556T137 343Q137 203 176 133T300 62Q385 62 424 132T463
344Q463 485 424 556Z" />
<glyph unicode="P" glyph-name="P" d="M557 362T486 309T291 256H202V0H116V689H291Q418 689 487 636T557 477Q557 362 486 309ZM464 551T421 585T302 620H202V325H299Q377 325 420 359T464 476Q464 551 421 585Z" />
<glyph unicode="Q" glyph-name="Q" d="M554 228T521 149T411 27Q485 12 526 -25T593 -137L501 -173Q467 -88 421 -49T290 -10Q212 -10 157 33T74 156T45 343Q45 448 74 529T160 655T300 700Q422 700 488 604T554 344Q554 228 521 149ZM463 485T424 556T300 627Q215
627 176 556T136 343Q136 203 176 133T300 62Q385 62 424 132T463 344Q463 485 424 556Z" />
<glyph unicode="R" glyph-name="R" d="M537 421T491 373T369 305L574 0H470L281 295H188V0H102V689H278Q406 689 471 640T537 495Q537 421 491 373ZM445 561T407 590T288 619H188V363H289Q366 363 405 394T445 495Q445 561 407 590Z" />
<glyph unicode="S" glyph-name="S" d="M537 131T507 86T420 15T285 -11Q210 -11 149 11T43 76L95 135Q133 99 179 80T286 61Q354 61 400 94T446 189Q446 224 433 247T388 288T296 323Q184 356 129 400T74 522Q74 573 102 614T181 677T297 700Q365 700 418 680T517
621L465 565Q394 627 300 627Q240 627 201 601T162 525Q162 495 178 474T231 435T335 398Q432 370 484 325T537 191Q537 131 507 86Z" />
<glyph unicode="T" glyph-name="T" d="M342 0H255V614H40V689H559L550 614H342V0Z" />
<glyph unicode="U" glyph-name="U" d="M528 223Q528 154 500 101T420 18T299 -11Q229 -11 178 18T100 101T72 223V689H159V220Q159 142 195 103T299 64Q367 64 403 103T440 220V689H528V223Z" />
<glyph unicode="V" glyph-name="V" d="M488 689H575L345 0H255L25 689H118L302 99L488 689Z" />
<glyph unicode="W" glyph-name="W" d="M491 0H377L298 520L218 0H101L5 689H92L165 95L248 609H354L433 95L515 689H595L491 0Z" />
<glyph unicode="X" glyph-name="X" d="M149 689L300 424L452 689H545L350 372L569 0H469L298 311L124 0H31L247 367L49 689H149Z" />
<glyph unicode="Y" glyph-name="Y" d="M344 0H256V265L23 689H119L302 343L487 689H577L344 266V0Z" />
<glyph unicode="Z" glyph-name="Z" d="M527 75L517 0H72V70L435 614H108V689H528V617L167 75H527Z" />
<glyph unicode="[" glyph-name="bracketleft" d="M184 815H435V743H264V-44H435V-115H184V815Z" />
<glyph unicode="\" glyph-name="backslash" d="M119 809L547 -73L479 -103L53 777L119 809Z" />
<glyph unicode="]" glyph-name="bracketright" d="M416 -115H165V-44H336V743H165V815H416V-115Z" />
<glyph unicode="^" glyph-name="asciicircum" d="M526 527H435L299 764L164 527H74L263 840H337L526 527Z" />
<glyph unicode="_" glyph-name="underscore" d="M50 -108H550V-182H50V-108Z" />
<glyph unicode="`" glyph-name="grave" d="M184 715L230 787L414 668L387 622L184 715Z" />
<glyph unicode="a" glyph-name="a" d="M478 84T488 70T521 48L500 -12Q423 -2 404 63Q376 27 334 8T239 -11Q160 -11 115 33T69 151Q69 232 132 276T315 320H393V363Q393 419 361 443T268 468Q208 468 131 441L108 505Q201 538 281 538Q377 538 427 493T478 368V115Q478
84 488 70ZM299 52T334 72T393 127V262H317Q233 262 196 234T159 152Q159 52 260 52Q299 52 334 72Z" />
<glyph unicode="b" glyph-name="b" d="M245 538T335 538Q436 538 484 466T532 264Q532 140 477 65T323 -11Q232 -11 180 55L174 0H100V739L184 749V458Q245 538 335 538ZM370 57T405 109T441 264Q441 366 410 418T316 470Q276 470 243 446T184 386V125Q205 93
236 75T304 57Q370 57 405 109Z" />
<glyph unicode="c" glyph-name="c" d="M408 61T476 107L516 52Q483 23 434 6T339 -11Q222 -11 157 62T91 261Q91 340 120 403T206 502T339 538Q441 538 515 476L474 421Q405 467 338 467Q267 467 225 415T182 261Q182 160 224 111T339 61Q408 61 476 107Z" />
<glyph unicode="d" glyph-name="d" d="M500 739V0H426L418 69Q389 29 351 9T269 -11Q169 -11 119 62T68 263Q68 342 93 404T164 502T274 538Q361 538 416 475V749L500 739ZM230 470T195 418T159 263Q159 161 191 109T286 56Q361 56 416 140V402Q394 435 363 452T296
470Q230 470 195 418Z" />
<glyph unicode="e" glyph-name="e" d="M170 147T212 103T320 59Q359 59 391 70T461 106L500 50Q463 21 416 5T320 -11Q206 -11 143 63T79 263Q79 342 107 404T187 502T308 538Q408 538 465 469T523 279Q523 256 521 234H167Q170 147 212 103ZM248 469T210 426T167
298H441Q440 381 405 425T309 469Q248 469 210 426Z" />
<glyph unicode="f" glyph-name="f" d="M486 749T554 721L527 658Q477 680 414 680Q304 680 304 593V486H482L473 419H304V0H219V419H94V486H219V591Q219 662 273 705T411 749Q486 749 554 721Z" />
<glyph unicode="g" glyph-name="g" d="M554 503Q524 493 489 491T400 488Q492 446 492 355Q492 275 439 226T294 176Q247 176 215 187Q203 178 196 164T188 136Q188 91 258 91H353Q405 91 447 73T514 21T539 -52Q539 -129 474 -170T288 -212Q166 -212 116 -174T66
-53H142Q142 -86 154 -105T198 -134T288 -144Q373 -144 413 -122T454 -57Q454 -21 421 -2T336 18H242Q177 18 143 46T109 118Q109 143 124 167T167 210Q122 233 101 268T79 355Q79 408 105 449T179 514T289 538Q379 538 426 548T529 582L554 503ZM227 476T196 444T165
355Q165 299 196 266T290 232Q346 232 375 264T405 356Q405 476 288 476Q227 476 196 444Z" />
<glyph unicode="h" glyph-name="h" d="M184 454Q215 494 260 516T353 538Q501 538 501 382V0H417V381Q417 428 395 449T325 471Q284 471 246 445T184 384V0H100V738L184 747V454Z" />
<glyph unicode="i" glyph-name="i" d="M328 773T345 757T362 714Q362 688 345 672T300 655Q273 655 257 671T240 714Q240 740 256 756T300 773Q328 773 345 757ZM367 67H515V0H121V67H283V460H126V527H367V67Z" />
<glyph unicode="j" glyph-name="j" d="M394 773T411 757T428 714Q428 688 411 672T367 655Q340 655 323 671T306 714Q306 740 323 756T367 773Q394 773 411 757ZM445 84Q445 -43 361 -113T110 -212L96 -147Q223 -126 292 -74T361 79V460H142V527H445V84Z" />
<glyph unicode="k" glyph-name="k" d="M190 0H106V739L190 749V0ZM305 289L569 0H458L199 288L433 527H541L305 289Z" />
<glyph unicode="l" glyph-name="l" d="M306 130Q306 59 393 59Q434 59 481 77L503 16Q453 -11 378 -11Q307 -11 265 28T222 134V672H60V739H306V130Z" />
<glyph unicode="m" glyph-name="m" d="M492 538T520 507T549 392V0H472V378Q472 433 465 452T431 472Q380 472 339 409V0H261V378Q261 433 254 452T220 472Q169 472 128 409V0H51V527H116L122 465Q146 500 172 519T236 538Q310 538 331 468Q355 502 382 520T447
538Q492 538 520 507Z" />
<glyph unicode="n" glyph-name="n" d="M100 527H172L179 453Q210 493 257 515T353 538Q501 538 501 382V0H417V320Q417 379 411 410T385 456T327 471Q284 471 246 445T184 383V0H100V527Z" />
<glyph unicode="o" glyph-name="o" d="M410 538T468 465T527 264Q527 140 468 65T300 -11Q191 -11 132 62T73 263Q73 388 132 463T301 538Q410 538 468 465ZM232 469T198 418T164 263Q164 159 197 109T300 58Q369 58 402 108T436 264Q436 368 403 418T301 469Q232
469 198 418Z" />
<glyph unicode="p" glyph-name="p" d="M527 538T527 264Q527 139 475 64T324 -11Q238 -11 184 49V-202L100 -212V527H172L179 453Q208 494 248 516T336 538Q527 538 527 264ZM276 470T243 446T184 386V125Q205 94 236 77T305 59Q371 59 403 109T436 264Q436 368
407 419T316 470Q276 470 243 446Z" />
<glyph unicode="q" glyph-name="q" d="M366 538T421 469L428 527H500V-212L416 -202V66Q360 -11 267 -11Q73 -11 73 263Q73 385 126 461T274 538Q366 538 421 469ZM164 470T164 263Q164 160 194 110T285 59Q326 59 359 81T416 140V402Q395 434 364 452T295 470Q164
470 164 263Z" />
<glyph unicode="r" glyph-name="r" d="M488 538T530 527L518 348H450V461H445Q323 461 272 287V65H379V0H105V65H188V462H105V527H251L267 402Q299 470 343 504T456 538Q488 538 530 527Z" />
<glyph unicode="s" glyph-name="s" d="M340 58T375 81T410 142Q410 168 401 184T365 214T283 242Q191 265 147 297T103 394Q103 460 158 499T303 538Q413 538 495 480L457 422Q424 445 388 457T305 470Q191 470 191 401Q191 377 203 362T244 336T330 308Q416 285
458 250T501 146Q501 67 437 28T280 -11Q156 -11 74 60L121 115Q153 89 194 74T280 58Q340 58 375 81Z" />
<glyph unicode="t" glyph-name="t" d="M492 9T454 -1T377 -11Q294 -11 247 32T200 147V461H79V527H200V646L284 656V527H467L456 461H284V148Q284 103 308 81T385 59Q439 59 486 84L519 27Q492 9 454 -1Z" />
<glyph unicode="u" glyph-name="u" d="M184 153Q184 102 205 79T273 55Q315 55 354 79T416 139V527H500V0H428L421 71Q390 32 345 11T252 -11Q177 -11 139 29T100 144V527H184V153Z" />
<glyph unicode="v" glyph-name="v" d="M348 0H251L60 527H150L302 76L452 527H540L348 0Z" />
<glyph unicode="w" glyph-name="w" d="M372 0L303 386L229 0H113L18 527H103L171 52L255 460H354L433 52L501 527H582L491 0H372Z" />
<glyph unicode="x" glyph-name="x" d="M56 0L250 278L79 527H179L301 331L424 527H521L350 282L544 0H442L297 226L152 0H56Z" />
<glyph unicode="y" glyph-name="y" d="M354 -3Q323 -94 269 -148T118 -212L106 -145Q159 -136 190 -118T240 -72T273 0H245L62 527H151L302 64L451 527H538L354 -3Z" />
<glyph unicode="z" glyph-name="z" d="M498 72L488 0H102V64L394 453H125V527H495V461L205 72H498Z" />
<glyph unicode="{" glyph-name="braceleft" d="M451 769Q318 769 326 689L346 484Q347 475 347 458Q347 410 324 385T253 350Q302 341 324 317T347 243Q347 226 346 216L326 11Q322 -33 356 -51T451 -69V-136Q361 -136 304 -105T247 0Q247 13 248 20L269 210Q270
217 270 230Q270 274 237 295T117 316V384Q204 384 237 404T270 469Q270 481 269 488L248 680Q247 687 247 700Q247 774 304 805T451 836V769Z" />
<glyph unicode="|" glyph-name="bar" d="M337 -102H262V807H337V-102Z" />
<glyph unicode="}" glyph-name="braceright" d="M239 836T296 805T353 700Q353 687 352 680L331 488Q330 483 330 473Q330 428 365 406T483 384V316Q400 316 365 294T330 226Q330 216 331 210L352 20Q353 13 353 0Q353 -74 296 -105T149 -136V-69Q210 -69 244
-51T274 11L254 216Q252 236 252 243Q252 293 277 317T358 349Q304 359 279 384T253 459Q253 475 254 484L274 689Q282 769 149 769V836Q239 836 296 805Z" />
<glyph unicode="~" glyph-name="asciitilde" d="M242 401T268 386T326 342Q349 321 364 311T398 301Q451 301 497 386L557 354Q527 298 491 263T395 228Q361 228 337 242T279 285Q256 307 239 317T202 328Q172 328 149 306T103 243L43 273Q73 331 109 366T205
401Q242 401 268 386Z" />
<glyph unicode="&#xa0;" glyph-name="uni00A0" />
<glyph unicode="&#xa1;" glyph-name="exclamdown" d="M327 499T346 479T366 431Q366 403 347 384T299 365Q271 365 252 384T232 431Q232 460 251 479T299 499Q327 499 346 479ZM348 -197H251L263 260H335L348 -197Z" />
<glyph unicode="&#xa2;" glyph-name="cent" d="M373 533Q441 525 494 482L452 426Q420 449 394 458T336 467Q269 467 233 415T197 261Q197 159 233 110T336 61Q367 61 394 71T453 106L494 46Q442 2 373 -6V-153H298V-6Q204 6 155 76T106 261Q106 372 155 445T299
532V683H373V533Z" />
<glyph unicode="&#xa3;" glyph-name="sterling" d="M463 700T525 613L469 570Q444 601 415 615T349 629Q296 629 269 599T241 508V387H447V329H241V205Q241 158 228 125T179 72H517L507 0H75V68Q112 80 129 98T151 140T156 201V329H74V387H156V515Q156 568 179
610T245 676T346 700Q463 700 525 613Z" />
<glyph unicode="&#xa4;" glyph-name="currency" d="M177 520Q232 553 301 553Q374 553 422 520L511 609L566 555L479 467Q515 413 515 342Q515 274 478 215L566 128L511 74L421 162Q371 130 301 130Q230 130 178 162L89 73L34 127L123 216Q88 272 88 342Q88 412
122 465L34 556L89 610L177 520ZM239 486T206 448T173 342Q173 274 206 237T301 199Q363 199 395 236T428 342Q428 410 396 448T301 486Q239 486 206 448Z" />
<glyph unicode="&#xa5;" glyph-name="yen" d="M367 345H486V287H344V201H486V142H344V0H256V142H116V201H256V287H116V345H232L39 689H135L301 372H305L472 689H561L367 345Z" />
<glyph unicode="&#xa6;" glyph-name="brokenbar" d="M337 452H262V807H337V452ZM337 -102H262V253H337V-102Z" />
<glyph unicode="&#xa7;" glyph-name="section" d="M369 700T408 686T484 646L444 589Q412 611 382 621T311 631Q268 631 242 612T216 561Q216 537 226 522T262 494T340 462Q423 435 458 401T493 310Q493 271 471 239T413 184Q472 140 472 76Q472 9 419 -30T279
-69Q181 -69 108 -15L148 42Q179 20 211 10T284 -1Q327 -1 355 18T384 70Q384 93 374 108T338 137T260 167Q177 195 142 228T106 320Q106 358 128 390T187 445Q128 490 128 554Q128 620 182 660T317 700Q369 700 408 686ZM215 398T203 375T190 331Q190 303 202
287T243 259T342 220Q346 219 350 217T361 213Q384 232 397 254T410 299Q410 327 397 343T353 372T239 416Q215 398 203 375Z" />
<glyph unicode="&#xa8;" glyph-name="dieresis" d="M173 648T157 663T141 701Q141 725 157 740T196 756Q219 756 234 741T250 701Q250 678 235 663T196 648Q173 648 157 663ZM380 648T365 663T349 701Q349 725 364 740T403 756Q426 756 442 741T458 701Q458 679
442 664T403 648Q380 648 365 663Z" />
<glyph unicode="&#xa9;" glyph-name="copyright" d="M385 747T446 706T539 593T571 435Q571 348 539 278T446 166T301 125Q217 125 156 166T62 278T29 435Q29 522 61 593T155 705T301 747Q385 747 446 706ZM231 697T183 663T110 569T85 435Q85 361 109 303T182
210T301 176Q371 176 419 210T492 302T516 435Q516 509 492 568T420 662T301 697Q231 697 183 663ZM342 625T368 616T422 586L386 539Q347 569 308 569Q266 569 240 537T214 436Q214 372 239 340T308 307Q356 307 394 342L427 294Q374 247 305 247Q232 247 187
297T142 436Q142 496 164 538T223 603T304 625Q342 625 368 616Z" />
<glyph unicode="&#xaa;" glyph-name="ordfeminine" d="M372 749T414 713T456 609V412Q456 390 464 378T490 361L471 307Q439 311 419 325T388 366Q364 338 329 323T254 307Q186 307 144 343T102 440Q102 506 159 541T319 577H378V606Q378 685 279 685Q224 685
157 660L134 719Q214 749 290 749Q372 749 414 713ZM320 520Q187 520 187 444Q187 406 209 387T273 367Q303 367 330 382T378 423V520H320ZM498 0H106V75H498V0Z" />
<glyph unicode="&#xab;" glyph-name="guillemotleft" d="M258 55L82 263V324L258 532L309 500L173 294L309 87L258 55ZM466 55L289 263V324L466 532L517 500L381 294L517 87L466 55Z" />
<glyph unicode="&#xac;" glyph-name="logicalnot" d="M484 134H407V276H116V348H484V134Z" />
<glyph unicode="&#xad;" glyph-name="uni00AD" d="M144 349H456V277H144V349Z" />
<glyph unicode="&#xae;" glyph-name="registered" d="M369 747T427 713T519 620T553 492Q553 423 519 365T427 273T300 239Q231 239 173 273T80 365T46 492Q46 561 80 619T172 712T300 747Q369 747 427 713ZM244 700T198 672T126 596T99 492Q99 435 125 388T198
314T300 286Q356 286 402 313T474 388T500 492Q500 549 474 596T402 672T300 700Q244 700 198 672ZM408 636T408 551Q408 521 390 501T341 472L427 354H361L286 463H257V354H201V636H286Q408 636 408 551ZM257 592V506H289Q350 506 350 551Q350 592 287 592H257Z"
/>
<glyph unicode="&#xaf;" glyph-name="overscore" d="M165 676V740H434V676H165Z" />
<glyph unicode="&#xb0;" glyph-name="degree" d="M270 749T307 731T367 677T390 592Q390 544 368 509T308 455T228 436Q185 436 148 454T88 509T65 593Q65 641 88 676T148 730T228 749Q270 749 307 731ZM191 689T165 665T139 593Q139 546 165 521T228 495Q265
495 291 520T317 592Q317 639 291 664T228 689Q191 689 165 665Z" />
<glyph unicode="&#xb1;" glyph-name="plusminus" d="M340 389H484V318H340V163H260V318H116V389H260V538H340V389ZM484 0H116V73H484V0Z" />
<glyph unicode="&#xb2;" glyph-name="uni00B2" d="M435 504T419 480T368 433T266 376H445L436 315H159V368Q253 425 289 449T342 492T359 533Q359 556 344 568T300 581Q245 581 205 533L154 572Q184 606 222 624T302 642Q364 642 399 613T435 536Q435 504 419 480Z" />
<glyph unicode="&#xb3;" glyph-name="uni00B3" d="M368 642T403 618T438 553Q438 525 422 509T367 486Q411 479 431 462T452 410Q452 364 411 337T298 309Q255 309 216 323T147 367L193 406Q237 366 301 366Q339 366 358 378T377 412Q377 437 359 448T305 459H259L266
502H301Q365 502 365 543Q365 587 303 587Q249 587 199 549L159 590Q223 642 308 642Q368 642 403 618Z" />
<glyph unicode="&#xb4;" glyph-name="acute" d="M422 725L213 640L187 685L384 797L422 725Z" />
<glyph unicode="&#xb5;" glyph-name="uni00B5" d="M484 168Q484 90 511 0L432 -12Q425 1 418 27T408 73Q385 35 346 12T267 -12Q227 -12 205 -1T163 39Q172 -26 172 -49V-202L88 -212V527H172V231Q172 171 178 137T203 83T261 63Q305 63 340 85T400 142V527H484V168Z" />
<glyph unicode="&#xb6;" glyph-name="paragraph" d="M556 -201L479 -212V619H367V-201L290 -212V289Q211 289 155 315T71 386T43 487Q43 545 72 590T158 662T297 689H556V-201Z" />
<glyph unicode="&#xb7;" glyph-name="middot" d="M211 379T236 404T299 429Q337 429 362 404T387 342Q387 304 362 279T299 253Q262 253 237 278T211 342Q211 379 236 404Z" />
<glyph unicode="&#xb8;" glyph-name="cedilla" d="M340 -115T319 -106T254 -97L262 16H320V-57Q366 -61 389 -84T413 -140Q413 -187 378 -212T291 -238Q261 -238 234 -232T186 -214L213 -166Q243 -182 280 -182Q340 -182 340 -141Q340 -115 319 -106Z" />
<glyph unicode="&#xb9;" glyph-name="uni00B9" d="M364 554L268 502L233 551L378 636H435V315H364V554Z" />
<glyph unicode="&#xba;" glyph-name="ordmasculine" d="M394 749T448 690T503 529Q503 464 478 414T407 335T300 307Q207 307 152 367T96 529Q96 594 121 643T193 721T300 749Q394 749 448 690ZM244 685T212 646T180 529Q180 450 211 411T300 372Q356 372 387
411T419 529Q419 607 388 646T300 685Q244 685 212 646ZM497 0H104V75H497V0Z" />
<glyph unicode="&#xbb;" glyph-name="guillemotright" d="M82 500L133 532L309 324V263L133 55L82 87L217 294L82 500ZM289 500L340 532L517 324V263L340 55L289 87L424 294L289 500Z" />
<glyph unicode="&#xbc;" glyph-name="onequarter" d="M129 607L33 554L-2 604L143 689H200V368H129V607ZM14 238L549 494L578 440L44 184L14 238ZM546 0H473V56H294V104L430 331L491 306L376 115H473L479 201H546V115H601V56H546V0Z" />
<glyph unicode="&#xbd;" glyph-name="onehalf" d="M126 607L30 554L-5 604L140 689H197V368H126V607ZM10 238L545 494L574 440L40 184L10 238ZM594 189T578 165T527 118T425 61H604L595 0H318V53Q412 110 448 134T501 177T518 218Q518 241 503 253T459 266Q404
266 364 218L313 257Q343 291 381 309T461 327Q523 327 558 298T594 221Q594 189 578 165Z" />
<glyph unicode="&#xbe;" glyph-name="threequarters" d="M218 695T253 671T288 606Q288 578 272 562T217 539Q261 532 281 515T302 463Q302 417 261 390T148 362Q105 362 66 376T-3 420L43 458Q66 438 94 428T151 418Q189 418 208 430T227 465Q227 490 209 501T155
512H109L116 554H151Q215 554 215 595Q215 639 153 639Q97 639 49 601L9 643Q73 695 158 695Q218 695 253 671ZM24 238L559 494L588 440L54 184L24 238ZM548 0H475V56H296V104L432 331L493 306L378 115H475L481 201H548V115H603V56H548V0Z" />
<glyph unicode="&#xbf;" glyph-name="questiondown" d="M352 499T371 479T391 431Q391 403 372 384T324 365Q296 365 277 384T257 431Q257 460 276 479T324 499Q352 499 371 479ZM370 222Q370 181 356 151T322 101T269 57Q230 28 211 5T192 -52Q192 -94 225 -118T310
-142Q348 -142 385 -124T452 -68L512 -113Q428 -212 302 -212Q243 -212 198 -190T129 -133T105 -57Q105 -19 117 7T148 51T198 91Q241 123 263 151T285 226V260H370V222Z" />
<glyph unicode="&#xc0;" glyph-name="Agrave" d="M161 176L106 0H20L245 689H355L579 0H489L434 176H161ZM411 248L298 615L184 248H411ZM416 801L390 755L185 837L231 909L416 801Z" />
<glyph unicode="&#xc1;" glyph-name="Aacute" d="M161 176L106 0H20L245 689H355L579 0H489L434 176H161ZM411 248L298 615L184 248H411ZM420 834L207 755L185 801L383 906L420 834Z" />
<glyph unicode="&#xc2;" glyph-name="Acircumflex" d="M161 176L106 0H20L245 689H355L579 0H489L434 176H161ZM411 248L298 615L184 248H411ZM463 803L426 760L300 841L175 760L137 803L272 910H329L463 803Z" />
<glyph unicode="&#xc3;" glyph-name="Atilde" d="M161 176L106 0H20L245 689H355L579 0H489L434 176H161ZM411 248L298 615L184 248H411ZM340 778T325 785T290 805Q275 816 264 821T242 826Q226 826 214 815T189 780L136 807Q177 891 243 891Q263 891 278 884T312
864Q328 853 338 848T359 843Q374 843 386 853T412 887L465 860Q427 778 359 778Q340 778 325 785Z" />
<glyph unicode="&#xc4;" glyph-name="Adieresis" d="M161 176L106 0H20L245 689H355L579 0H489L434 176H161ZM411 248L298 615L184 248H411ZM173 768T158 783T142 821Q142 844 157 859T197 875Q220 875 235 860T251 821Q251 798 236 783T197 768Q173 768 158 783ZM380
768T365 783T349 821Q349 844 364 859T403 875Q426 875 442 860T458 821Q458 798 442 783T403 768Q380 768 365 783Z" />
<glyph unicode="&#xc5;" glyph-name="Aring" d="M161 176L106 0H20L245 689H355L579 0H489L434 176H161ZM411 248L298 615L184 248H411ZM349 943T380 914T411 840Q411 797 380 768T301 738Q253 738 221 767T189 840Q189 884 221 913T301 943Q349 943 380 914ZM276
897T261 882T246 840Q246 814 261 799T301 783Q326 783 340 798T354 840Q354 866 340 881T301 897Q276 897 261 882Z" />
<glyph unicode="&#xc6;" glyph-name="AE" d="M126 175L77 0H-12L190 689H566L556 618H320L371 385H557V314H384L436 71H607V0H366L330 175H126ZM314 248L241 620L148 248H314Z" />
<glyph unicode="&#xc7;" glyph-name="Ccedilla" d="M416 -61T439 -84T463 -140Q463 -187 428 -212T341 -238Q311 -238 284 -232T236 -214L263 -166Q293 -182 330 -182Q390 -182 390 -141Q390 -115 369 -106T304 -97L310 -7Q238 5 182 49T95 169T63 345Q63 457
102 537T209 659T358 700Q422 700 468 684T558 633L509 576Q448 627 364 627Q271 627 213 560T154 345Q154 199 211 131T363 63Q415 63 452 78T523 120L568 64Q494 -8 370 -11V-57Q416 -61 439 -84Z" />
<glyph unicode="&#xc8;" glyph-name="Egrave" d="M212 385H468V314H212V70H526V0H126V689H517L507 617H212V385ZM437 801L411 755L206 837L252 909L437 801Z" />
<glyph unicode="&#xc9;" glyph-name="Eacute" d="M212 385H468V314H212V70H526V0H126V689H517L507 617H212V385ZM441 834L228 755L206 801L404 906L441 834Z" />
<glyph unicode="&#xca;" glyph-name="Ecircumflex" d="M212 385H468V314H212V70H526V0H126V689H517L507 617H212V385ZM484 803L447 760L321 841L196 760L158 803L293 910H350L484 803Z" />
<glyph unicode="&#xcb;" glyph-name="Edieresis" d="M212 385H468V314H212V70H526V0H126V689H517L507 617H212V385ZM194 768T179 783T163 821Q163 844 178 859T218 875Q241 875 256 860T272 821Q272 798 257 783T218 768Q194 768 179 783ZM401 768T386 783T370
821Q370 844 385 859T424 875Q447 875 463 860T479 821Q479 798 463 783T424 768Q401 768 386 783Z" />
<glyph unicode="&#xcc;" glyph-name="Igrave" d="M497 619H344V69H497V0H103V69H256V619H103V689H497V619ZM416 801L390 755L185 837L231 909L416 801Z" />
<glyph unicode="&#xcd;" glyph-name="Iacute" d="M497 619H344V69H497V0H103V69H256V619H103V689H497V619ZM420 834L207 755L185 801L383 906L420 834Z" />
<glyph unicode="&#xce;" glyph-name="Icircumflex" d="M497 619H344V69H497V0H103V69H256V619H103V689H497V619ZM463 803L426 760L300 841L175 760L137 803L272 910H329L463 803Z" />
<glyph unicode="&#xcf;" glyph-name="Idieresis" d="M497 619H344V69H497V0H103V69H256V619H103V689H497V619ZM173 768T158 783T142 821Q142 844 157 859T197 875Q220 875 235 860T251 821Q251 798 236 783T197 768Q173 768 158 783ZM380 768T365 783T349 821Q349
844 364 859T403 875Q426 875 442 860T458 821Q458 798 442 783T403 768Q380 768 365 783Z" />
<glyph unicode="&#xd0;" glyph-name="Eth" d="M384 689T473 616T562 348Q562 152 473 76T251 0H93V320H20V386H93V689H240Q384 689 473 616ZM351 70T410 131T470 348Q470 509 411 563T261 618H180V386H338V320H180V70H262Q351 70 410 131Z" />
<glyph unicode="&#xd1;" glyph-name="Ntilde" d="M152 605Q152 598 158 518T164 345V0H83V689H201L448 81L446 117Q436 240 436 344V689H517V0H395L152 605ZM594 778T579 785T544 805Q529 816 518 821T496 826Q480 826 468 815T443 780L390 807Q431 891 497 891Q517
891 532 884T566 864Q582 853 592 848T613 843Q628 843 640 853T666 887L719 860Q681 778 613 778Q594 778 579 785Z" />
<glyph unicode="&#xd2;" glyph-name="Ograve" d="M553 183T488 86T300 -11Q177 -11 112 84T47 343Q47 448 76 529T162 655T300 700Q422 700 487 604T553 344Q553 183 488 86ZM463 485T424 556T300 627Q215 627 176 556T137 343Q137 203 176 133T300 62Q385 62
424 132T463 344Q463 485 424 556ZM416 801L390 755L185 837L231 909L416 801Z" />
<glyph unicode="&#xd3;" glyph-name="Oacute" d="M553 183T488 86T300 -11Q177 -11 112 84T47 343Q47 448 76 529T162 655T300 700Q422 700 487 604T553 344Q553 183 488 86ZM463 485T424 556T300 627Q215 627 176 556T137 343Q137 203 176 133T300 62Q385 62
424 132T463 344Q463 485 424 556ZM420 834L207 755L185 801L383 906L420 834Z" />
<glyph unicode="&#xd4;" glyph-name="Ocircumflex" d="M553 183T488 86T300 -11Q177 -11 112 84T47 343Q47 448 76 529T162 655T300 700Q422 700 487 604T553 344Q553 183 488 86ZM463 485T424 556T300 627Q215 627 176 556T137 343Q137 203 176 133T300 62Q385
62 424 132T463 344Q463 485 424 556ZM463 803L426 760L300 841L175 760L137 803L272 910H329L463 803Z" />
<glyph unicode="&#xd5;" glyph-name="Otilde" d="M553 183T488 86T300 -11Q177 -11 112 84T47 343Q47 448 76 529T162 655T300 700Q422 700 487 604T553 344Q553 183 488 86ZM463 485T424 556T300 627Q215 627 176 556T137 343Q137 203 176 133T300 62Q385 62
424 132T463 344Q463 485 424 556ZM340 778T325 785T290 805Q275 816 264 821T242 826Q226 826 214 815T189 780L136 807Q177 891 243 891Q263 891 278 884T312 864Q328 853 338 848T359 843Q374 843 386 853T412 887L465 860Q427 778 359 778Q340 778 325 785Z"
/>
<glyph unicode="&#xd6;" glyph-name="Odieresis" d="M553 183T488 86T300 -11Q177 -11 112 84T47 343Q47 448 76 529T162 655T300 700Q422 700 487 604T553 344Q553 183 488 86ZM463 485T424 556T300 627Q215 627 176 556T137 343Q137 203 176 133T300 62Q385
62 424 132T463 344Q463 485 424 556ZM173 768T158 783T142 821Q142 844 157 859T197 875Q220 875 235 860T251 821Q251 798 236 783T197 768Q173 768 158 783ZM380 768T365 783T349 821Q349 844 364 859T403 875Q426 875 442 860T458 821Q458 798 442 783T403
768Q380 768 365 783Z" />
<glyph unicode="&#xd7;" glyph-name="multiply" d="M475 430L352 307L475 184L423 132L300 255L177 132L125 184L248 307L125 430L177 483L300 359L423 483L475 430Z" />
<glyph unicode="&#xd8;" glyph-name="Oslash" d="M493 617T523 536T553 344Q553 183 488 86T300 -11Q264 -11 237 -4L204 -110L129 -91L167 28Q108 70 78 151T47 343Q47 448 76 529T162 655T300 700Q333 700 365 692L397 803L472 783L434 659Q493 617 523 536ZM138
248T152 189T198 98L349 621Q326 627 300 627Q215 627 177 556T138 343Q138 248 152 189ZM385 62T423 132T462 344Q462 441 448 500T402 591L251 68Q274 62 300 62Q385 62 423 132Z" />
<glyph unicode="&#xd9;" glyph-name="Ugrave" d="M528 223Q528 154 500 101T420 18T299 -11Q229 -11 178 18T100 101T72 223V689H159V220Q159 142 195 103T299 64Q367 64 403 103T440 220V689H528V223ZM416 801L390 755L185 837L231 909L416 801Z" />
<glyph unicode="&#xda;" glyph-name="Uacute" d="M528 223Q528 154 500 101T420 18T299 -11Q229 -11 178 18T100 101T72 223V689H159V220Q159 142 195 103T299 64Q367 64 403 103T440 220V689H528V223ZM420 834L207 755L185 801L383 906L420 834Z" />
<glyph unicode="&#xdb;" glyph-name="Ucircumflex" d="M528 223Q528 154 500 101T420 18T299 -11Q229 -11 178 18T100 101T72 223V689H159V220Q159 142 195 103T299 64Q367 64 403 103T440 220V689H528V223ZM463 803L426 760L300 841L175 760L137 803L272 910H329L463
803Z" />
<glyph unicode="&#xdc;" glyph-name="Udieresis" d="M528 223Q528 154 500 101T420 18T299 -11Q229 -11 178 18T100 101T72 223V689H159V220Q159 142 195 103T299 64Q367 64 403 103T440 220V689H528V223ZM173 768T158 783T142 821Q142 844 157 859T197 875Q220
875 235 860T251 821Q251 798 236 783T197 768Q173 768 158 783ZM380 768T365 783T349 821Q349 844 364 859T403 875Q426 875 442 860T458 821Q458 798 442 783T403 768Q380 768 365 783Z" />
<glyph unicode="&#xdd;" glyph-name="Yacute" d="M344 0H256V265L23 689H119L302 343L487 689H577L344 266V0ZM423 834L210 755L188 801L386 906L423 834Z" />
<glyph unicode="&#xde;" glyph-name="Thorn" d="M194 572H292Q419 572 487 518T556 355Q556 239 485 184T292 128H194V0H107V689H194V572ZM194 503V198H303Q381 198 422 232T464 353Q464 430 422 466T303 503H194Z" />
<glyph unicode="&#xdf;" glyph-name="germandbls" d="M374 749T422 709T471 605Q471 569 454 546T405 496Q380 475 369 462T357 429Q357 404 375 387T434 343Q473 318 497 298T540 245T558 167Q558 111 533 71T466 10T372 -11Q296 -11 242 23L277 81Q295 70 318
64T364 57Q415 57 443 83T472 163Q472 206 448 232T374 289Q341 310 321 326T288 365T274 419Q274 452 290 474T337 520Q364 541 377 557T390 597Q390 630 368 656T296 682Q238 682 209 648T180 539V0H96V533Q96 638 149 693T297 749Q374 749 422 709Z" />
<glyph unicode="&#xe0;" glyph-name="agrave" d="M478 84T488 70T521 48L500 -12Q423 -2 404 63Q376 27 334 8T239 -11Q160 -11 115 33T69 151Q69 232 132 276T315 320H393V363Q393 419 361 443T268 468Q208 468 131 441L108 505Q201 538 281 538Q377 538 427
493T478 368V115Q478 84 488 70ZM299 52T334 72T393 127V262H317Q233 262 196 234T159 152Q159 52 260 52Q299 52 334 72ZM432 715L478 787L662 668L635 622L432 715Z" />
<glyph unicode="&#xe1;" glyph-name="aacute" d="M478 84T488 70T521 48L500 -12Q423 -2 404 63Q376 27 334 8T239 -11Q160 -11 115 33T69 151Q69 232 132 276T315 320H393V363Q393 419 361 443T268 468Q208 468 131 441L108 505Q201 538 281 538Q377 538 427
493T478 368V115Q478 84 488 70ZM299 52T334 72T393 127V262H317Q233 262 196 234T159 152Q159 52 260 52Q299 52 334 72ZM670 725L461 640L435 685L632 797L670 725Z" />
<glyph unicode="&#xe2;" glyph-name="acircumflex" d="M478 84T488 70T521 48L500 -12Q423 -2 404 63Q376 27 334 8T239 -11Q160 -11 115 33T69 151Q69 232 132 276T315 320H393V363Q393 419 361 443T268 468Q208 468 131 441L108 505Q201 538 281 538Q377 538
427 493T478 368V115Q478 84 488 70ZM299 52T334 72T393 127V262H317Q233 262 196 234T159 152Q159 52 260 52Q299 52 334 72ZM385 670L520 789H577L711 670L673 629L549 720L425 629L385 670Z" />
<glyph unicode="&#xe3;" glyph-name="atilde" d="M478 84T488 70T521 48L500 -12Q423 -2 404 63Q376 27 334 8T239 -11Q160 -11 115 33T69 151Q69 232 132 276T315 320H393V363Q393 419 361 443T268 468Q208 468 131 441L108 505Q201 538 281 538Q377 538 427
493T478 368V115Q478 84 488 70ZM299 52T334 72T393 127V262H317Q233 262 196 234T159 152Q159 52 260 52Q299 52 334 72ZM587 659T572 666T537 686Q522 697 512 702T490 707Q474 707 462 696T437 661L384 687Q403 726 429 749T490 772Q511 772 526 765T560 744Q577
732 586 728T606 723Q621 723 633 733T659 768L713 741Q694 700 667 680T606 659Q587 659 572 666Z" />
<glyph unicode="&#xe4;" glyph-name="adieresis" d="M478 84T488 70T521 48L500 -12Q423 -2 404 63Q376 27 334 8T239 -11Q160 -11 115 33T69 151Q69 232 132 276T315 320H393V363Q393 419 361 443T268 468Q208 468 131 441L108 505Q201 538 281 538Q377 538 427
493T478 368V115Q478 84 488 70ZM299 52T334 72T393 127V262H317Q233 262 196 234T159 152Q159 52 260 52Q299 52 334 72ZM421 648T405 663T389 701Q389 725 405 740T444 756Q467 756 482 741T498 701Q498 678 483 663T444 648Q421 648 405 663ZM628 648T613 663T597
701Q597 725 612 740T651 756Q674 756 690 741T706 701Q706 679 690 664T651 648Q628 648 613 663Z" />
<glyph unicode="&#xe5;" glyph-name="aring" d="M478 84T488 70T521 48L500 -12Q423 -2 404 63Q376 27 334 8T239 -11Q160 -11 115 33T69 151Q69 232 132 276T315 320H393V363Q393 419 361 443T268 468Q208 468 131 441L108 505Q201 538 281 538Q377 538 427 493T478
368V115Q478 84 488 70ZM299 52T334 72T393 127V262H317Q233 262 196 234T159 152Q159 52 260 52Q299 52 334 72ZM596 824T627 794T659 721Q659 678 628 649T548 619Q500 619 469 648T437 721Q437 764 468 794T548 824Q596 824 627 794ZM523 777T509 762T494 721Q494
694 508 679T548 664Q574 664 588 679T602 721Q602 747 588 762T548 777Q523 777 509 762Z" />
<glyph unicode="&#xe6;" glyph-name="ae" d="M522 538T564 471T607 279Q607 257 605 233H336Q343 142 369 101T449 59Q476 59 498 68T548 99L587 41Q554 15 521 2T447 -11Q396 -11 360 11T299 78Q264 30 230 10T146 -11Q76 -11 35 33T-6 151Q-6 234 48 277T208
320H254V363Q254 468 163 468Q137 468 115 462T58 441L36 504Q107 538 171 538Q227 538 259 516T309 450Q323 491 355 514T435 538Q522 538 564 471ZM386 468T364 430T336 299H525Q523 385 502 426T432 468Q386 468 364 430ZM212 262Q143 262 114 235T85 156Q85
106 105 80T159 53Q190 53 214 76T268 150Q254 195 254 262H212Z" />
<glyph unicode="&#xe7;" glyph-name="ccedilla" d="M405 -61T428 -84T452 -140Q452 -187 417 -212T330 -238Q300 -238 273 -232T225 -214L252 -166Q282 -182 319 -182Q379 -182 379 -141Q379 -115 358 -106T293 -97L299 -9Q200 4 146 75T91 261Q91 340 120 403T206
502T339 538Q441 538 515 476L474 421Q405 467 338 467Q267 467 225 415T182 261Q182 160 224 111T339 61Q408 61 476 107L516 52Q487 26 445 10T359 -11V-57Q405 -61 428 -84Z" />
<glyph unicode="&#xe8;" glyph-name="egrave" d="M170 147T212 103T320 59Q359 59 391 70T461 106L500 50Q463 21 416 5T320 -11Q206 -11 143 63T79 263Q79 342 107 404T187 502T308 538Q408 538 465 469T523 279Q523 256 521 234H167Q170 147 212 103ZM248 469T210
426T167 298H441Q440 381 405 425T309 469Q248 469 210 426ZM194 715L240 787L424 668L397 622L194 715Z" />
<glyph unicode="&#xe9;" glyph-name="eacute" d="M170 147T212 103T320 59Q359 59 391 70T461 106L500 50Q463 21 416 5T320 -11Q206 -11 143 63T79 263Q79 342 107 404T187 502T308 538Q408 538 465 469T523 279Q523 256 521 234H167Q170 147 212 103ZM248 469T210
426T167 298H441Q440 381 405 425T309 469Q248 469 210 426ZM432 725L223 640L197 685L394 797L432 725Z" />
<glyph unicode="&#xea;" glyph-name="ecircumflex" d="M170 147T212 103T320 59Q359 59 391 70T461 106L500 50Q463 21 416 5T320 -11Q206 -11 143 63T79 263Q79 342 107 404T187 502T308 538Q408 538 465 469T523 279Q523 256 521 234H167Q170 147 212 103ZM248
469T210 426T167 298H441Q440 381 405 425T309 469Q248 469 210 426ZM147 670L282 789H339L473 670L435 629L311 720L187 629L147 670Z" />
<glyph unicode="&#xeb;" glyph-name="edieresis" d="M170 147T212 103T320 59Q359 59 391 70T461 106L500 50Q463 21 416 5T320 -11Q206 -11 143 63T79 263Q79 342 107 404T187 502T308 538Q408 538 465 469T523 279Q523 256 521 234H167Q170 147 212 103ZM248
469T210 426T167 298H441Q440 381 405 425T309 469Q248 469 210 426ZM183 648T167 663T151 701Q151 725 167 740T206 756Q229 756 244 741T260 701Q260 678 245 663T206 648Q183 648 167 663ZM390 648T375 663T359 701Q359 725 374 740T413 756Q436 756 452 741T468
701Q468 679 452 664T413 648Q390 648 375 663Z" />
<glyph unicode="&#xec;" glyph-name="igrave" d="M367 67H515V0H121V67H283V460H126V527H367V67ZM185 715L231 787L415 668L388 622L185 715Z" />
<glyph unicode="&#xed;" glyph-name="iacute" d="M367 67H515V0H121V67H283V460H126V527H367V67ZM423 725L214 640L188 685L385 797L423 725Z" />
<glyph unicode="&#xee;" glyph-name="icircumflex" d="M367 67H515V0H121V67H283V460H126V527H367V67ZM138 670L273 789H330L464 670L426 629L302 720L178 629L138 670Z" />
<glyph unicode="&#xef;" glyph-name="idieresis" d="M367 67H515V0H121V67H283V460H126V527H367V67ZM174 648T158 663T142 701Q142 725 158 740T197 756Q220 756 235 741T251 701Q251 678 236 663T197 648Q174 648 158 663ZM381 648T366 663T350 701Q350 725 365
740T404 756Q427 756 443 741T459 701Q459 679 443 664T404 648Q381 648 366 663Z" />
<glyph unicode="&#xf0;" glyph-name="eth" d="M250 647Q201 670 133 683L152 749Q244 730 301 700L371 773L422 729L360 665Q449 604 490 506T532 264Q532 180 503 118T420 23T295 -11Q231 -11 179 18T97 102T67 235Q67 307 96 363T174 450T280 481Q377 481 437
412Q424 475 391 526T308 612L229 532L170 562L250 647ZM448 292T444 332Q419 372 379 393T290 414Q231 414 192 370T153 239Q153 152 191 105T294 57Q365 57 406 111T448 267Q448 292 444 332Z" />
<glyph unicode="&#xf1;" glyph-name="ntilde" d="M100 527H172L179 453Q210 493 257 515T353 538Q501 538 501 382V0H417V320Q417 379 411 410T385 456T327 471Q284 471 246 445T184 383V0H100V527ZM339 659T324 666T289 686Q274 697 264 702T242 707Q226 707
214 696T189 661L136 687Q155 726 181 749T242 772Q263 772 278 765T312 744Q329 732 338 728T358 723Q373 723 385 733T411 768L465 741Q446 700 419 680T358 659Q339 659 324 666Z" />
<glyph unicode="&#xf2;" glyph-name="ograve" d="M410 538T468 465T527 264Q527 140 468 65T300 -11Q191 -11 132 62T73 263Q73 388 132 463T301 538Q410 538 468 465ZM232 469T198 418T164 263Q164 159 197 109T300 58Q369 58 402 108T436 264Q436 368 403 418T301
469Q232 469 198 418ZM184 715L230 787L414 668L387 622L184 715Z" />
<glyph unicode="&#xf3;" glyph-name="oacute" d="M410 538T468 465T527 264Q527 140 468 65T300 -11Q191 -11 132 62T73 263Q73 388 132 463T301 538Q410 538 468 465ZM232 469T198 418T164 263Q164 159 197 109T300 58Q369 58 402 108T436 264Q436 368 403 418T301
469Q232 469 198 418ZM422 725L213 640L187 685L384 797L422 725Z" />
<glyph unicode="&#xf4;" glyph-name="ocircumflex" d="M410 538T468 465T527 264Q527 140 468 65T300 -11Q191 -11 132 62T73 263Q73 388 132 463T301 538Q410 538 468 465ZM232 469T198 418T164 263Q164 159 197 109T300 58Q369 58 402 108T436 264Q436 368 403
418T301 469Q232 469 198 418ZM137 670L272 789H329L463 670L425 629L301 720L177 629L137 670Z" />
<glyph unicode="&#xf5;" glyph-name="otilde" d="M410 538T468 465T527 264Q527 140 468 65T300 -11Q191 -11 132 62T73 263Q73 388 132 463T301 538Q410 538 468 465ZM232 469T198 418T164 263Q164 159 197 109T300 58Q369 58 402 108T436 264Q436 368 403 418T301
469Q232 469 198 418ZM339 659T324 666T289 686Q274 697 264 702T242 707Q226 707 214 696T189 661L136 687Q155 726 181 749T242 772Q263 772 278 765T312 744Q329 732 338 728T358 723Q373 723 385 733T411 768L465 741Q446 700 419 680T358 659Q339 659 324
666Z" />
<glyph unicode="&#xf6;" glyph-name="odieresis" d="M410 538T468 465T527 264Q527 140 468 65T300 -11Q191 -11 132 62T73 263Q73 388 132 463T301 538Q410 538 468 465ZM232 469T198 418T164 263Q164 159 197 109T300 58Q369 58 402 108T436 264Q436 368 403
418T301 469Q232 469 198 418ZM173 648T157 663T141 701Q141 725 157 740T196 756Q219 756 234 741T250 701Q250 678 235 663T196 648Q173 648 157 663ZM380 648T365 663T349 701Q349 725 364 740T403 756Q426 756 442 741T458 701Q458 679 442 664T403 648Q380
648 365 663Z" />
<glyph unicode="&#xf7;" glyph-name="divide" d="M328 575T348 556T368 508Q368 480 349 461T300 442Q271 442 252 461T232 508Q232 536 252 555T300 575Q328 575 348 556ZM484 276H116V348H484V276ZM328 183T348 164T368 116Q368 88 348 69T300 49Q272 49 252
68T232 116Q232 144 252 163T300 183Q328 183 348 164Z" />
<glyph unicode="&#xf8;" glyph-name="oslash" d="M470 476T498 413T527 264Q527 140 468 65T300 -11Q271 -11 250 -7L213 -130L143 -110L185 18Q131 50 102 113T73 263Q73 388 132 463T301 538Q323 538 350 533L388 654L458 633L417 508Q470 476 498 413ZM164
469T164 263Q164 131 216 85L334 466Q319 469 301 469Q164 469 164 263ZM436 58T436 264Q436 396 385 441L267 61Q282 58 300 58Q436 58 436 264Z" />
<glyph unicode="&#xf9;" glyph-name="ugrave" d="M184 153Q184 102 205 79T273 55Q315 55 354 79T416 139V527H500V0H428L421 71Q390 32 345 11T252 -11Q177 -11 139 29T100 144V527H184V153ZM184 715L230 787L414 668L387 622L184 715Z" />
<glyph unicode="&#xfa;" glyph-name="uacute" d="M184 153Q184 102 205 79T273 55Q315 55 354 79T416 139V527H500V0H428L421 71Q390 32 345 11T252 -11Q177 -11 139 29T100 144V527H184V153ZM422 725L213 640L187 685L384 797L422 725Z" />
<glyph unicode="&#xfb;" glyph-name="ucircumflex" d="M184 153Q184 102 205 79T273 55Q315 55 354 79T416 139V527H500V0H428L421 71Q390 32 345 11T252 -11Q177 -11 139 29T100 144V527H184V153ZM137 670L272 789H329L463 670L425 629L301 720L177 629L137 670Z" />
<glyph unicode="&#xfc;" glyph-name="udieresis" d="M184 153Q184 102 205 79T273 55Q315 55 354 79T416 139V527H500V0H428L421 71Q390 32 345 11T252 -11Q177 -11 139 29T100 144V527H184V153ZM173 648T157 663T141 701Q141 725 157 740T196 756Q219 756 234
741T250 701Q250 678 235 663T196 648Q173 648 157 663ZM380 648T365 663T349 701Q349 725 364 740T403 756Q426 756 442 741T458 701Q458 679 442 664T403 648Q380 648 365 663Z" />
<glyph unicode="&#xfd;" glyph-name="yacute" d="M354 -3Q323 -94 269 -148T118 -212L106 -145Q159 -136 190 -118T240 -72T273 0H245L62 527H151L302 64L451 527H538L354 -3ZM422 725L213 640L187 685L384 797L422 725Z" />
<glyph unicode="&#xfe;" glyph-name="thorn" d="M184 461Q213 498 252 518T336 538Q527 538 527 264Q527 139 475 64T324 -11Q238 -11 184 49V-202L100 -212V739L184 749V461ZM276 470T243 446T184 386V125Q205 94 236 77T305 59Q371 59 403 109T436 264Q436 368
407 419T316 470Q276 470 243 446Z" />
<glyph unicode="&#xff;" glyph-name="ydieresis" d="M354 -3Q323 -94 269 -148T118 -212L106 -145Q159 -136 190 -118T240 -72T273 0H245L62 527H151L302 64L451 527H538L354 -3ZM173 648T157 663T141 701Q141 725 157 740T196 756Q219 756 234 741T250 701Q250
678 235 663T196 648Q173 648 157 663ZM380 648T365 663T349 701Q349 725 364 740T403 756Q426 756 442 741T458 701Q458 679 442 664T403 648Q380 648 365 663Z" />
<glyph unicode="&#x2013;" glyph-name="endash" d="M33 349H567V277H33V349Z" />
<glyph unicode="&#x2014;" glyph-name="emdash" d="M0 349H600V277H0V349Z" />
<glyph unicode="&#x2018;" glyph-name="quoteleft" d="M369 520T347 499T293 477Q262 477 240 498T218 551Q218 580 235 616L317 789H383L342 605Q354 597 361 582T369 551Q369 520 347 499Z" />
<glyph unicode="&#x2019;" glyph-name="quoteright" d="M230 746T253 767T306 789Q338 789 360 768T383 716Q383 702 379 688T364 650L282 477H216L257 661Q245 670 238 684T230 716Q230 746 253 767Z" />
<glyph unicode="&#x201a;" glyph-name="quotesinglbase" d="M230 86T253 108T306 130Q338 130 360 109T382 56Q382 42 379 28T364 -9L282 -182H216L257 2Q245 10 238 25T230 56Q230 86 253 108Z" />
<glyph unicode="&#x201c;" glyph-name="quotedblleft" d="M260 520T238 499T184 477Q153 477 131 498T109 551Q109 578 127 616L208 789H275L234 605Q246 597 253 583T260 551Q260 520 238 499ZM477 521T454 499T401 477Q370 477 348 498T326 551Q326 580 343
616L425 789H491L450 605Q462 597 469 582T477 551Q477 521 454 499Z" />
<glyph unicode="&#x201d;" glyph-name="quotedblright" d="M122 745T145 766T198 788Q230 788 252 767T274 715Q274 701 270 687T255 649L174 476H108L148 660Q136 668 129 683T122 715Q122 745 145 766ZM339 745T361 766T415 788Q446 788 468 767T491 715Q491
701 487 687T472 649L390 476H324L365 660Q353 668 346 683T339 715Q339 745 361 766Z" />
<glyph unicode="&#x201e;" glyph-name="quotedblbase" d="M123 86T146 108T199 130Q231 130 253 109T276 56Q276 42 272 29T257 -9L175 -182H109L150 2Q138 10 131 25T123 56Q123 86 146 108ZM339 87T361 108T415 130Q446 130 468 109T490 56Q490 30 472 -9L390
-182H324L365 2Q353 10 346 24T339 56Q339 87 361 108Z" />
<glyph unicode="&#x2022;" glyph-name="bullet" d="M248 220T213 255T178 342Q178 394 212 428T300 463Q353 463 387 429T422 341Q422 289 388 255T300 220Q248 220 213 255Z" />
<glyph unicode="&#x2039;" glyph-name="guilsinglleft" d="M362 55L188 263V324L362 532L412 501L278 294L412 87L362 55Z" />
<glyph unicode="&#x203a;" glyph-name="guilsinglright" d="M188 501L238 532L412 324V263L238 55L188 87L322 294L188 501Z" />
</font>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 50 KiB

View File

@ -0,0 +1,330 @@
<?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">
<defs >
<font id="FiraSans" horiz-adv-x="558" ><font-face
font-family="Fira Sans"
units-per-em="1000"
panose-1="2 11 5 3 5 0 0 2 0 4"
ascent="935"
descent="-265"
alphabetic="0" />
<glyph unicode=" " glyph-name="space" horiz-adv-x="265" />
<glyph unicode="!" glyph-name="exclam" horiz-adv-x="241" d="M170 689L160 230H79L68 689H170ZM150 127T170 107T190 58Q190 29 170 9T120 -12Q91 -12 71 8T51 58Q51 87 71 107T120 127Q150 127 170 107Z" />
<glyph unicode="&quot;" glyph-name="quotedbl" horiz-adv-x="399" d="M75 427L60 689H159L144 427H75ZM255 427L240 689H339L324 427H255Z" />
<glyph unicode="#" glyph-name="numbersign" horiz-adv-x="518" d="M503 447H427L399 232H466V163H389L368 0H290L311 163H157L136 0H58L79 163H15V232H89L117 447H52V517H126L146 669H224L204 517H358L378 669H456L436 517H503V447ZM321 232L349 447H195L167 232H321Z" />
<glyph unicode="$" glyph-name="dollar" horiz-adv-x="531" d="M491 110T443 58T310 -8V-155H230V-11Q107 -5 25 75L79 134Q151 64 251 64Q314 64 354 95T395 183Q395 216 383 238T339 277T250 312Q147 344 100 387T52 505Q52 575 101 622T230 678V824H310V677Q358
672 396 654T470 602L417 544Q383 576 347 590T267 604Q214 604 181 580T147 509Q147 480 159 461T202 425T293 389Q356 370 398 347T465 285T491 186Q491 110 443 58Z" />
<glyph unicode="%" glyph-name="percent" horiz-adv-x="826" d="M613 711L677 669L214 -31L150 11L613 711ZM279 679T324 633T370 510Q370 433 325 387T207 341Q136 341 91 387T45 510Q45 587 90 633T207 679Q279 679 324 633ZM163 617T145 587T126 510Q126 464
144 434T207 403Q288 403 288 510Q288 556 270 586T207 617Q163 617 145 587ZM691 326T736 280T781 157Q781 80 736 34T619 -12Q547 -12 502 34T456 157Q456 234 501 280T619 326Q691 326 736 280ZM575 263T557 234T538 157Q538 111 556 81T619 50Q700 50 700 157Q700
203 682 233T619 263Q575 263 557 234Z" />
<glyph unicode="&amp;" glyph-name="ampersand" horiz-adv-x="729" d="M356 701T397 682T462 627T485 549Q485 490 448 448T344 366L520 200Q560 281 580 369L666 344Q631 228 577 147L689 42L623 -12L526 82Q483 35 429 12T305 -12Q239 -12 189 11T110 76T81
175Q81 237 116 283T220 374Q170 422 147 460T123 546Q123 614 170 657T302 701Q356 701 397 682ZM261 633T237 609T213 547Q213 511 232 483T292 415Q343 446 369 476T395 544Q395 586 370 609T303 633Q261 633 237 609ZM223 291T199 257T175 178Q175 123 213
92T315 61Q362 61 400 79T473 133L273 324Q223 291 199 257Z" />
<glyph unicode="&apos;" glyph-name="quotesingle" horiz-adv-x="219" d="M75 427L60 689H159L144 427H75Z" />
<glyph unicode="(" glyph-name="parenleft" horiz-adv-x="324" d="M284 805Q232 728 202 668T154 530T136 350Q136 248 153 171T201 33T284 -105L226 -145Q160 -51 125 9T65 154T40 350Q40 461 64 545T124 690T226 845L284 805Z" />
<glyph unicode=")" glyph-name="parenright" horiz-adv-x="324" d="M164 751T199 691T259 546T284 350Q284 239 260 155T200 10T98 -145L40 -105Q92 -29 122 32T170 171T188 350Q188 453 171 530T123 667T40 805L98 845Q164 751 199 691Z" />
<glyph unicode="*" glyph-name="asterisk" horiz-adv-x="439" d="M419 561L266 528L370 412L298 359L219 493L141 359L69 411L172 528L20 561L47 643L189 582L174 739H264L249 581L391 644L419 561Z" />
<glyph unicode="+" glyph-name="plus" horiz-adv-x="499" d="M291 519V369H437V293H291V144H207V293H62V369H207V519H291Z" />
<glyph unicode="," glyph-name="comma" horiz-adv-x="240" d="M149 127T169 107T189 58Q189 27 171 -13L104 -166H38L78 0Q65 10 58 25T50 58Q50 87 70 107T119 127Q149 127 169 107Z" />
<glyph unicode="-" glyph-name="hyphen" horiz-adv-x="403" d="M60 274V352H343V274H60Z" />
<glyph unicode="." glyph-name="period" horiz-adv-x="240" d="M149 127T169 107T189 58Q189 29 169 9T119 -12Q90 -12 70 8T50 58Q50 87 70 107T119 127Q149 127 169 107Z" />
<glyph unicode="/" glyph-name="slash" horiz-adv-x="520" d="M337 807L415 789L184 -104L105 -85L337 807Z" />
<glyph unicode="0" glyph-name="zero" d="M390 679T446 591T503 334Q503 166 447 77T279 -12Q168 -12 112 77T55 334Q55 502 111 590T279 679Q390 679 446 591ZM214 606T183 542T151 334Q151 190 182 126T279 61Q343 61 375 125T407 334Q407 477 375 541T279 606Q214
606 183 542Z" />
<glyph unicode="1" glyph-name="one" horiz-adv-x="433" d="M323 669V0H231V571L75 476L35 541L242 669H323Z" />
<glyph unicode="2" glyph-name="two" horiz-adv-x="495" d="M288 679T333 655T404 590T429 496Q429 435 402 379T317 258T144 77H445L434 0H39V73Q173 212 229 276T309 389T333 492Q333 544 303 573T223 603Q182 603 151 586T85 530L25 578Q66 629 116 654T228
679Q288 679 333 655Z" />
<glyph unicode="3" glyph-name="three" horiz-adv-x="499" d="M287 679T331 656T399 594T423 509Q423 448 388 409T293 355Q360 349 402 307T444 193Q444 135 416 88T336 15T216 -12Q155 -12 104 10T15 78L70 129Q103 95 137 79T213 63Q276 63 312 98T348 194Q348
260 314 287T215 314H165L176 385H210Q262 385 296 416T331 503Q331 550 301 577T220 605Q181 605 149 591T82 545L34 600Q119 679 225 679Q287 679 331 656Z" />
<glyph unicode="4" glyph-name="four" horiz-adv-x="532" d="M502 238V165H415V0H326V165H40V231L241 679L318 647L137 238H327L335 418H415V238H502Z" />
<glyph unicode="5" glyph-name="five" horiz-adv-x="501" d="M420 597H159V400Q210 426 266 426Q352 426 404 370T456 214Q456 148 427 97T346 17T224 -12Q163 -12 115 9T26 73L80 126Q112 94 146 79T223 63Q287 63 323 103T360 216Q360 289 327 322T238 355Q212
355 190 350T143 332H71V669H433L420 597Z" />
<glyph unicode="6" glyph-name="six" horiz-adv-x="533" d="M359 440T401 416T468 344T493 227Q493 156 465 102T388 18T280 -12Q163 -12 109 74T55 314Q55 423 85 505T173 633T308 679Q384 679 446 638L410 577Q363 606 307 606Q235 606 193 537T147 352Q209
440 308 440Q359 440 401 416ZM338 61T369 105T400 224Q400 367 292 367Q248 367 211 343T148 275Q151 165 182 113T280 61Q338 61 369 105Z" />
<glyph unicode="7" glyph-name="seven" horiz-adv-x="444" d="M414 669V600L164 -10L80 18L321 594H25V669H414Z" />
<glyph unicode="8" glyph-name="eight" horiz-adv-x="551" d="M506 302T506 179Q506 124 477 81T394 13T274 -12Q206 -12 154 12T74 79T45 177Q45 239 78 281T177 351Q124 378 99 416T73 507Q73 561 101 600T176 659T276 679Q328 679 374 660T450 603T479 510Q479
460 451 424T365 359Q506 302 506 179ZM224 610T194 583T163 506Q163 458 192 433T287 387L304 381Q349 407 369 436T389 507Q389 554 360 582T276 610Q224 610 194 583ZM337 61T373 93T410 178Q410 214 396 238T351 281T264 319L239 328Q189 304 165 268T141 177Q141
122 177 92T275 61Q337 61 373 93Z" />
<glyph unicode="9" glyph-name="nine" horiz-adv-x="525" d="M365 679T420 610T475 419Q475 282 438 199T325 66T119 -22L98 47Q232 85 303 150T380 323Q357 287 318 265T230 243Q178 243 136 269T70 344T45 458Q45 526 74 576T151 652T259 679Q365 679 420 610ZM328
315T382 398Q384 509 355 557T261 606Q202 606 170 567T138 456Q138 386 168 351T249 315Q328 315 382 398Z" />
<glyph unicode=":" glyph-name="colon" horiz-adv-x="240" d="M149 127T169 107T189 58Q189 29 169 9T119 -12Q90 -12 70 8T50 58Q50 87 70 107T119 127Q149 127 169 107ZM149 495T169 475T189 426Q189 397 169 377T119 356Q90 356 70 376T50 426Q50 455 70 475T119
495Q149 495 169 475Z" />
<glyph unicode=";" glyph-name="semicolon" horiz-adv-x="240" d="M149 127T169 107T189 58Q189 27 171 -13L104 -166H38L78 0Q65 10 58 25T50 58Q50 87 70 107T119 127Q149 127 169 107ZM149 495T169 475T189 426Q189 397 169 377T119 356Q90 356 70 376T50 426Q50
455 70 475T119 495Q149 495 169 475Z" />
<glyph unicode="&lt;" glyph-name="less" horiz-adv-x="500" d="M417 551L450 475L123 333L450 189L417 115L50 286V380L417 551Z" />
<glyph unicode="=" glyph-name="equal" horiz-adv-x="500" d="M62 389V466H438V389H62ZM62 452V529H438V452H62Z" />
<glyph unicode="&gt;" glyph-name="greater" horiz-adv-x="500" d="M83 551L450 380V286L83 115L50 189L377 333L50 475L83 551Z" />
<glyph unicode="?" glyph-name="question" horiz-adv-x="459" d="M298 701T341 680T407 622T429 545Q429 506 416 479T383 434T332 394Q290 365 269 341T248 275V230H157V280Q157 323 171 353T206 401T259 442Q297 467 315 487T333 539Q333 580 306 602T232 625Q152
625 93 553L30 602Q114 701 238 701Q298 701 341 680ZM235 127T255 107T275 58Q275 29 255 9T205 -12Q176 -12 156 8T136 58Q136 87 156 107T205 127Q235 127 255 107Z" />
<glyph unicode="@" glyph-name="at" horiz-adv-x="1020" d="M660 701T756 648T901 504T950 307Q950 177 900 93T753 9Q697 9 666 40T625 112Q606 68 571 40T481 11Q401 11 355 71T308 231Q308 357 368 424T526 492Q568 492 605 483T683 452V193Q683 131 700 106T751
80Q857 80 857 305Q857 402 819 474T707 585T526 625Q416 625 334 576T207 439T163 240Q163 129 205 44T330 -89T526 -137Q621 -137 718 -103L743 -174Q687 -194 638 -203T525 -213Q391 -213 288 -158T128 1T70 240Q70 370 127 475T289 640T526 701Q660 701 756
648ZM567 78T600 164V411Q567 426 529 426Q398 426 398 231Q398 156 422 117T492 78Q567 78 600 164Z" />
<glyph unicode="A" glyph-name="A" horiz-adv-x="573" d="M467 0L415 173H154L102 0H6L227 689H347L567 0H467ZM177 250H392L285 610L177 250Z" />
<glyph unicode="B" glyph-name="B" horiz-adv-x="608" d="M475 352T519 314T563 196Q563 0 290 0H100V689H263Q394 689 463 646T533 515Q533 455 496 415T404 364Q475 352 519 314ZM195 614V397H299Q359 397 397 426T436 508Q436 568 396 591T273 614H195ZM374
76T418 101T463 196Q463 264 420 294T308 324H195V76H290Q374 76 418 101Z" />
<glyph unicode="C" glyph-name="C" horiz-adv-x="560" d="M403 701T445 685T532 633L480 572Q417 623 347 623Q261 623 209 557T156 345Q156 203 208 136T346 68Q390 68 423 83T493 125L540 65Q508 32 458 10T343 -12Q259 -12 194 29T92 151T55 345Q55 458 93
538T196 660T341 701Q403 701 445 685Z" />
<glyph unicode="D" glyph-name="D" horiz-adv-x="644" d="M400 689T494 617T589 348Q589 157 495 79T265 0H100V689H244Q400 689 494 617ZM195 613V75H272Q368 75 428 134T488 348Q488 457 457 515T378 593T265 613H195Z" />
<glyph unicode="E" glyph-name="E" horiz-adv-x="535" d="M473 689L462 613H195V388H427V312H195V76H481V0H100V689H473Z" />
<glyph unicode="F" glyph-name="F" horiz-adv-x="491" d="M100 0V689H466L455 613H195V378H420V303H195V0H100Z" />
<glyph unicode="G" glyph-name="G" horiz-adv-x="631" d="M419 701T466 683T561 625L505 567Q468 597 434 610T354 623Q301 623 257 595T184 504T156 345Q156 200 203 133T344 66Q420 66 475 97V305H353L342 382H569V49Q462 -12 344 -12Q208 -12 132 79T55 345Q55
457 95 537T204 659T354 701Q419 701 466 683Z" />
<glyph unicode="H" glyph-name="H" horiz-adv-x="680" d="M485 0V323H195V0H100V689H195V401H485V689H580V0H485Z" />
<glyph unicode="I" glyph-name="I" horiz-adv-x="295" d="M195 689V0H100V689H195Z" />
<glyph unicode="J" glyph-name="J" horiz-adv-x="305" d="M210 96Q210 -6 166 -57T30 -137L5 -68Q51 -50 74 -29T106 22T115 100V689H210V96Z" />
<glyph unicode="K" glyph-name="K" horiz-adv-x="589" d="M195 689V0H100V689H195ZM570 689L309 374L589 0H472L200 368L462 689H570Z" />
<glyph unicode="L" glyph-name="L" horiz-adv-x="498" d="M195 689V83H478L467 0H100V689H195Z" />
<glyph unicode="M" glyph-name="M" horiz-adv-x="778" d="M716 0H624L600 311Q585 494 583 592L434 78H345L188 593Q188 468 175 304L152 0H62L119 689H247L392 188L530 689H659L716 0Z" />
<glyph unicode="N" glyph-name="N" horiz-adv-x="683" d="M583 0H456L176 585Q182 516 185 458T189 316V0H100V689H224L507 103Q504 129 499 194T494 313V689H583V0Z" />
<glyph unicode="O" glyph-name="O" horiz-adv-x="692" d="M433 701T498 660T600 538T637 344Q637 232 601 152T499 30T346 -12Q259 -12 194 29T92 150T55 343Q55 454 91 535T194 658T346 701Q433 701 498 660ZM256 623T206 555T156 343Q156 200 206 133T346 66Q536
66 536 344Q536 623 346 623Q256 623 206 555Z" />
<glyph unicode="P" glyph-name="P" horiz-adv-x="581" d="M409 689T479 636T549 476Q549 363 476 308T282 253H195V0H100V689H281Q409 689 479 636ZM361 328T404 360T448 475Q448 549 405 582T280 615H195V328H278Q361 328 404 360Z" />
<glyph unicode="Q" glyph-name="Q" horiz-adv-x="691" d="M534 39T579 23T666 -23L604 -103Q544 -50 490 -30T344 -10Q258 -10 193 30T92 150T55 343Q55 454 91 535T194 658T346 701Q433 701 498 660T600 538T637 344Q637 223 597 152T479 39Q534 39 579 23ZM156
200T206 133T346 66Q536 66 536 344Q536 623 346 623Q256 623 206 555T156 343Q156 200 206 133Z" />
<glyph unicode="R" glyph-name="R" horiz-adv-x="605" d="M302 292H195V0H100V689H281Q410 689 476 640T543 494Q543 422 506 377T394 309L580 0H467L302 292ZM291 365Q366 365 404 395T442 494Q442 558 404 586T280 615H195V365H291Z" />
<glyph unicode="S" glyph-name="S" horiz-adv-x="545" d="M339 701T388 682T483 621L431 563Q392 594 355 608T274 623Q220 623 185 598T150 525Q150 495 162 475T206 437T301 401Q366 381 409 358T478 295T505 192Q505 132 476 86T391 14T259 -12Q116 -12 25
77L77 135Q119 101 162 84T258 66Q322 66 364 97T406 189Q406 223 393 245T349 286T257 322Q151 354 102 399T53 521Q53 573 80 614T157 678T270 701Q339 701 388 682Z" />
<glyph unicode="T" glyph-name="T" horiz-adv-x="517" d="M507 689L497 608H306V0H211V608H15V689H507Z" />
<glyph unicode="U" glyph-name="U" horiz-adv-x="662" d="M572 221Q572 152 544 100T461 18T330 -12Q215 -12 153 51T90 221V689H185V228Q185 148 221 108T330 68Q404 68 440 107T476 228V689H572V221Z" />
<glyph unicode="V" glyph-name="V" horiz-adv-x="556" d="M550 689L330 0H228L6 689H108L281 103L454 689H550Z" />
<glyph unicode="W" glyph-name="W" horiz-adv-x="826" d="M801 689L661 0H539L412 577L284 0H165L25 689H118L229 83L362 689H463L599 83L714 689H801Z" />
<glyph unicode="X" glyph-name="X" horiz-adv-x="540" d="M325 372L535 0H427L268 305L107 0H5L212 367L23 689H131L270 430L410 689H512L325 372Z" />
<glyph unicode="Y" glyph-name="Y" horiz-adv-x="550" d="M545 689L323 265V0H227V264L5 689H110L278 348L446 689H545Z" />
<glyph unicode="Z" glyph-name="Z" horiz-adv-x="522" d="M477 689V612L136 81H477L466 0H30V76L374 609H66V689H477Z" />
<glyph unicode="[" glyph-name="bracketleft" horiz-adv-x="322" d="M272 816V739H152V-40H272V-116H65V816H272Z" />
<glyph unicode="\" glyph-name="backslash" horiz-adv-x="520" d="M183 807L415 -85L336 -104L105 789L183 807Z" />
<glyph unicode="]" glyph-name="bracketright" horiz-adv-x="322" d="M257 816V-116H50V-40H170V739H50V816H257Z" />
<glyph unicode="^" glyph-name="asciicircum" horiz-adv-x="540" d="M311 840L500 527H402L269 760L137 527H40L229 840H311Z" />
<glyph unicode="_" glyph-name="underscore" horiz-adv-x="520" d="M17 -142V-63H503V-142H17Z" />
<glyph unicode="`" glyph-name="grave" horiz-adv-x="300" d="M71 801L270 687L242 638L30 724L71 801Z" />
<glyph unicode="a" glyph-name="a" horiz-adv-x="544" d="M450 91T461 76T494 52L473 -12Q432 -7 407 11T370 67Q317 -12 213 -12Q135 -12 90 32T45 147Q45 231 105 276T277 321H358V360Q358 416 331 440T248 464Q190 464 106 436L83 503Q181 539 265 539Q358
539 404 494T450 364V123Q450 91 461 76ZM313 57T358 139V260H289Q143 260 143 152Q143 105 166 81T234 57Q313 57 358 139Z" />
<glyph unicode="b" glyph-name="b" horiz-adv-x="594" d="M426 539T479 467T532 264Q532 182 507 120T435 23T325 -12Q242 -12 185 58L176 0H95V739L187 750V461Q244 539 336 539Q426 539 479 467ZM364 61T398 110T433 264Q433 371 401 418T310 466Q240 466 187
384V132Q208 99 238 80T303 61Q364 61 398 110Z" />
<glyph unicode="c" glyph-name="c" horiz-adv-x="478" d="M334 539T373 526T448 482L404 424Q376 444 350 453T291 463Q227 463 192 412T156 261Q156 161 191 114T291 66Q322 66 348 75T406 106L448 46Q376 -12 287 -12Q180 -12 119 60T57 259Q57 343 85 406T164
504T287 539Q334 539 373 526Z" />
<glyph unicode="d" glyph-name="d" horiz-adv-x="598" d="M503 739V0H422L413 73Q387 33 348 11T261 -12Q167 -12 115 62T62 261Q62 342 87 405T159 503T269 539Q350 539 411 474V750L503 739ZM323 61T353 80T411 139V397Q385 431 356 448T289 466Q228 466 195
415T161 263Q161 161 192 111T281 61Q323 61 353 80Z" />
<glyph unicode="e" glyph-name="e" horiz-adv-x="545" d="M493 256T491 232H155Q161 145 199 104T297 63Q335 63 367 74T434 109L474 54Q390 -12 290 -12Q180 -12 119 60T57 258Q57 340 83 403T159 503T276 539Q381 539 437 470T493 279Q493 256 491 232ZM402
306Q402 384 371 425T278 466Q165 466 155 300H402V306Z" />
<glyph unicode="f" glyph-name="f" horiz-adv-x="335" d="M232 676T214 658T196 600V527H324L314 456H196V0H104V456H10V527H104V599Q104 667 147 708T269 750Q305 750 333 744T395 723L366 656Q321 676 274 676Q232 676 214 658Z" />
<glyph unicode="g" glyph-name="g" horiz-adv-x="520" d="M520 503Q490 493 454 490T366 487Q459 445 459 354Q459 275 405 225T258 175Q222 175 191 185Q179 177 172 164T165 136Q165 93 234 93H318Q371 93 412 74T475 22T498 -53Q498 -130 435 -171T251 -213Q166
-213 117 -196T46 -143T25 -53H108Q108 -85 120 -103T163 -131T251 -141Q334 -141 369 -121T405 -59Q405 -22 377 -3T299 16H216Q149 16 115 44T80 116Q80 142 95 166T138 209Q92 233 71 268T49 355Q49 408 75 450T148 515T252 539Q314 538 356 543T425 558T493
586L520 503ZM200 473T172 441T143 355Q143 301 172 269T254 236Q308 236 336 267T365 356Q365 473 252 473Q200 473 172 441Z" />
<glyph unicode="h" glyph-name="h" horiz-adv-x="586" d="M415 539T455 496T496 378V0H404V365Q404 421 383 444T320 467Q279 467 247 443T187 375V0H95V738L187 748V454Q249 539 343 539Q415 539 455 496Z" />
<glyph unicode="i" glyph-name="i" horiz-adv-x="282" d="M187 527V0H95V527H187ZM169 780T187 762T205 717Q205 690 187 673T140 655Q112 655 94 672T76 717Q76 744 94 762T140 780Q169 780 187 762Z" />
<glyph unicode="j" glyph-name="j" horiz-adv-x="280" d="M185 32Q185 -41 167 -85T115 -156T18 -212L-9 -145Q30 -127 51 -110T82 -61T93 26V527H185V32ZM168 780T186 762T204 717Q204 690 186 673T139 655Q111 655 93 672T75 717Q75 744 93 762T139 780Q168
780 186 762Z" />
<glyph unicode="k" glyph-name="k" horiz-adv-x="512" d="M187 750V0H95V739L187 750ZM490 527L296 294L512 0H402L193 288L387 527H490Z" />
<glyph unicode="l" glyph-name="l" horiz-adv-x="293" d="M149 -12T120 18T90 104V739L182 750V106Q182 84 189 74T215 64Q234 64 249 70L273 6Q240 -12 200 -12Q149 -12 120 18Z" />
<glyph unicode="m" glyph-name="m" horiz-adv-x="857" d="M689 539T728 496T767 378V0H675V365Q675 467 601 467Q562 467 535 445T477 374V0H385V365Q385 467 311 467Q271 467 244 444T187 374V0H95V527H174L182 450Q241 539 334 539Q383 539 417 514T467 444Q498
490 535 514T624 539Q689 539 728 496Z" />
<glyph unicode="n" glyph-name="n" horiz-adv-x="586" d="M415 539T455 496T496 378V0H404V365Q404 421 383 444T321 467Q279 467 247 443T187 374V0H95V527H174L182 449Q210 491 251 515T343 539Q415 539 455 496Z" />
<glyph unicode="o" glyph-name="o" horiz-adv-x="584" d="M404 539T465 465T527 264Q527 182 499 120T418 23T292 -12Q181 -12 119 62T57 263Q57 345 85 407T166 504T293 539Q404 539 465 465ZM156 465T156 263Q156 62 292 62Q428 62 428 264Q428 465 293 465Q156
465 156 263Z" />
<glyph unicode="p" glyph-name="p" horiz-adv-x="594" d="M438 539T485 467T532 264Q532 140 478 64T325 -12Q237 -12 187 48V-202L95 -213V527H174L181 456Q210 496 251 517T337 539Q438 539 485 467ZM433 63T433 264Q433 466 314 466Q275 466 243 443T187 384V127Q207
96 237 80T303 63Q433 63 433 264Z" />
<glyph unicode="q" glyph-name="q" horiz-adv-x="598" d="M503 527V-213L411 -202V70Q385 31 347 10T261 -12Q167 -12 115 62T62 261Q62 342 87 405T159 503T269 539Q353 539 417 468L424 527H503ZM323 61T353 80T411 139V397Q385 431 356 448T289 466Q228 466
195 415T161 263Q161 161 192 111T281 61Q323 61 353 80Z" />
<glyph unicode="r" glyph-name="r" horiz-adv-x="386" d="M352 539T376 533L359 443Q335 449 313 449Q264 449 234 413T187 301V0H95V527H174L183 420Q204 479 240 509T324 539Q352 539 376 533Z" />
<glyph unicode="s" glyph-name="s" horiz-adv-x="467" d="M292 539T335 524T417 479L378 421Q342 444 310 455T241 466Q196 466 170 448T144 397Q144 365 168 347T257 312Q345 290 388 252T432 148Q432 70 372 29T224 -12Q104 -12 25 57L74 113Q141 62 222 62Q274
62 304 83T335 142Q335 169 324 185T286 214T207 241Q123 263 86 300T48 394Q48 435 72 468T140 520T238 539Q292 539 335 524Z" />
<glyph unicode="t" glyph-name="t" horiz-adv-x="361" d="M361 24Q309 -12 243 -12Q176 -12 139 26T101 138V456H9V527H101V646L193 657V527H318L308 456H193V142Q193 101 207 83T256 64Q287 64 326 85L361 24Z" />
<glyph unicode="u" glyph-name="u" horiz-adv-x="582" d="M487 0H408L401 82Q371 33 332 11T237 -12Q168 -12 129 30T90 149V527H182V159Q182 105 201 83T263 60Q340 60 395 151V527H487V0Z" />
<glyph unicode="v" glyph-name="v" horiz-adv-x="492" d="M482 527L303 0H192L10 527H110L248 82L385 527H482Z" />
<glyph unicode="w" glyph-name="w" horiz-adv-x="717" d="M697 527L577 0H452L360 444L265 0H143L20 527H112L207 64L311 527H414L513 64L609 527H697Z" />
<glyph unicode="x" glyph-name="x" horiz-adv-x="485" d="M297 282L480 0H369L240 223L109 0H5L189 278L26 527H134L244 334L355 527H459L297 282Z" />
<glyph unicode="y" glyph-name="y" horiz-adv-x="492" d="M306 -3Q275 -95 220 -148T61 -213L51 -141Q103 -132 134 -115T183 -72T218 0H187L10 527H108L249 67L387 527H482L306 -3Z" />
<glyph unicode="z" glyph-name="z" horiz-adv-x="437" d="M404 527V457L129 77H407L396 0H25V69L299 449H48V527H404Z" />
<glyph unicode="{" glyph-name="braceleft" horiz-adv-x="322" d="M277 765Q226 765 204 750T182 697V458Q182 407 164 385T107 349Q147 335 164 314T182 242V3Q182 -34 204 -49T277 -65V-136Q177 -136 136 -102T95 13V235Q95 277 80 294T25 311V387Q64 387 79
405T95 465V687Q95 767 136 801T277 836V765Z" />
<glyph unicode="|" glyph-name="bar" horiz-adv-x="403" d="M243 807V-102H160V807H243Z" />
<glyph unicode="}" glyph-name="braceright" horiz-adv-x="322" d="M145 836T186 802T227 687V465Q227 423 242 405T297 387V311Q258 311 243 294T227 235V13Q227 -67 186 -101T45 -136V-65Q96 -65 118 -50T140 3V242Q140 293 157 314T215 349Q176 362 158 384T140
458V697Q140 734 118 749T45 765V836Q145 836 186 802Z" />
<glyph unicode="~" glyph-name="asciitilde" horiz-adv-x="488" d="M290 250T269 259T217 288Q199 300 187 306T163 312Q124 312 91 258L35 287Q85 384 172 384Q200 384 221 375T270 348Q290 335 302 329T328 323Q349 323 367 336T398 371L453 341Q406 250 319
250Q290 250 269 259Z" />
<glyph unicode="&#xa0;" glyph-name="uni00A0" horiz-adv-x="265" />
<glyph unicode="&#xa1;" glyph-name="exclamdown" horiz-adv-x="241" d="M150 495T170 475T190 425Q190 396 170 376T121 356Q91 356 71 376T51 425Q51 454 71 474T121 495Q150 495 170 475ZM162 247L173 -202H71L81 247H162Z" />
<glyph unicode="&#xa2;" glyph-name="cent" horiz-adv-x="478" d="M448 46Q392 1 329 -9V-154H249V-9Q159 3 108 73T57 259Q57 374 108 448T250 536V684H329V536Q394 527 448 482L404 424Q376 444 350 453T291 463Q227 463 192 412T156 261Q156 161 191 114T291
66Q322 66 348 75T406 106L448 46Z" />
<glyph unicode="&#xa3;" glyph-name="sterling" horiz-adv-x="520" d="M213 153T200 125T152 77H472L461 0H40V73Q75 86 92 100T115 138T122 205V322H56V382H122V493Q122 576 172 627T311 679Q366 679 410 659T490 596L430 550Q406 578 379 591T315 604Q266 604
240 576T213 494V382H421V322H213V204Q213 153 200 125Z" />
<glyph unicode="&#xa4;" glyph-name="currency" horiz-adv-x="560" d="M492 272T455 218L531 143L476 88L398 164Q345 132 278 132Q212 132 160 167L82 88L29 143L107 221Q71 274 71 341Q71 406 106 460L29 540L84 595L162 515Q211 549 278 549Q347 549 399 516L478
595L531 540L455 463Q492 411 492 341Q492 272 455 218ZM341 205T372 241T404 342Q404 407 373 443T281 479Q222 479 191 443T159 342Q159 277 190 241T281 205Q341 205 372 241Z" />
<glyph unicode="&#xa5;" glyph-name="yen" horiz-adv-x="536" d="M531 669L340 346H453V284H315V194H453V133H315V0H221V133H82V194H221V284H82V346H196L5 669H107L271 374L434 669H531Z" />
<glyph unicode="&#xa6;" glyph-name="brokenbar" horiz-adv-x="403" d="M243 807V443H160V807H243ZM243 262V-102H160V262H243Z" />
<glyph unicode="&#xa7;" glyph-name="section" horiz-adv-x="533" d="M441 136T441 75Q441 8 387 -31T246 -71Q149 -71 78 -21L113 40Q143 20 175 11T249 1Q293 1 321 18T349 66Q349 90 339 105T304 133T225 163Q142 190 106 222T70 311Q70 347 90 378T147 432Q120
450 107 474T94 533Q94 600 146 638T281 677Q378 677 452 623L417 565Q384 586 352 596T280 606Q235 606 210 589T185 540Q185 516 194 501T230 471T307 440Q390 412 426 379T463 293Q463 224 387 173Q441 136 441 75ZM159 287T178 269T254 233Q297 219 333 203Q353
221 364 241T375 280Q375 304 366 319T335 347T267 376Q232 389 200 403Q181 384 170 363T159 323Q159 287 178 269Z" />
<glyph unicode="&#xa8;" glyph-name="dieresis" horiz-adv-x="385" d="M112 768T128 752T145 711Q145 687 129 671T88 654Q63 654 47 670T30 711Q30 735 46 751T88 768Q112 768 128 752ZM322 768T338 752T355 711Q355 687 339 671T297 654Q273 654 257 670T240
711Q240 735 256 751T297 768Q322 768 338 752Z" />
<glyph unicode="&#xa9;" glyph-name="copyright" horiz-adv-x="810" d="M492 748T563 708T676 596T718 434Q718 344 677 273T564 161T406 121Q320 121 248 161T134 272T92 434Q92 524 134 595T248 707T406 748Q492 748 563 708ZM334 696T277 663T186 570T153 434Q153
358 186 299T276 207T406 174Q477 174 534 207T625 299T658 434Q658 510 625 570T535 663T406 696Q334 696 277 663ZM444 625T471 615T525 585L490 538Q452 565 412 565Q371 565 346 533T321 435Q321 372 345 340T412 308Q437 308 456 315T496 339L528 291Q476
245 409 245Q335 245 290 295T245 435Q245 495 267 538T326 603T408 625Q444 625 471 615Z" />
<glyph unicode="&#xaa;" glyph-name="ordfeminine" horiz-adv-x="500" d="M313 525V549Q313 588 293 604T230 620Q181 620 117 599L95 661Q173 689 245 689Q402 689 402 554V384Q402 361 410 350T435 333L416 272Q381 276 360 289T327 331Q306 301 274 286T201
271Q138 271 102 304T65 393Q65 457 114 491T255 525H313ZM280 337T313 390V470H265Q159 470 159 398Q159 369 176 353T224 337Q280 337 313 390ZM71 77H447V0H71V77Z" />
<glyph unicode="&#xab;" glyph-name="guillemotleft" horiz-adv-x="575" d="M230 535L285 497L150 287L285 77L230 39L55 255V318L230 535ZM465 535L520 497L385 287L520 77L465 39L290 255V318L465 535Z" />
<glyph unicode="&#xac;" glyph-name="logicalnot" horiz-adv-x="500" d="M438 361V141H355V284H62V361H438Z" />
<glyph unicode="&#xad;" glyph-name="uni00AD" horiz-adv-x="403" d="M60 274V352H343V274H60Z" />
<glyph unicode="&#xae;" glyph-name="registered" horiz-adv-x="641" d="M390 750T448 716T540 622T574 493Q574 423 541 365T449 272T319 238Q250 238 192 272T101 364T67 493Q67 563 100 622T192 715T319 750Q390 750 448 716ZM377 287T422 313T493 387T519
493Q519 552 494 599T423 674T319 701Q263 701 218 674T148 600T122 493Q122 434 147 387T218 314T319 287Q377 287 422 313ZM428 522T410 503T363 474L437 359H370L309 465H285V359H228V635H306Q428 635 428 551Q428 522 410 503ZM285 509H315Q369 509 369 551Q369
572 356 581T313 591H285V509Z" />
<glyph unicode="&#xaf;" glyph-name="overscore" horiz-adv-x="333" d="M303 667H30V736H303V667Z" />
<glyph unicode="&#xb0;" glyph-name="degree" horiz-adv-x="523" d="M176 381T139 400T78 455T55 541Q55 590 78 626T138 682T219 701Q262 701 299 682T360 626T383 540Q383 491 360 455T300 400T219 381Q176 381 139 400ZM256 443T281 468T306 540Q306 587 281
612T219 638Q182 638 157 613T132 541Q132 494 157 469T219 443Q256 443 281 468Z" />
<glyph unicode="&#xb1;" glyph-name="plusminus" horiz-adv-x="500" d="M62 0V77H438V0H62ZM292 542V392H438V316H292V167H208V316H63V392H208V542H292Z" />
<glyph unicode="&#xb2;" glyph-name="uni00B2" horiz-adv-x="400" d="M259 746T296 712T334 626Q334 592 318 561T264 489T155 384H344L336 322H67V380Q151 461 187 499T238 565T254 620Q254 650 236 667T189 684Q163 684 144 674T104 640L55 678Q110 746 195
746Q259 746 296 712Z" />
<glyph unicode="&#xb3;" glyph-name="uni00B3" horiz-adv-x="400" d="M261 746T297 716T334 641Q334 603 311 578T248 543Q292 539 320 513T348 441Q348 386 306 350T191 313Q104 313 52 373L97 415Q135 374 187 374Q224 374 245 393T267 445Q267 481 247 496T187
512H153L162 568H185Q217 568 237 584T257 631Q257 657 239 672T191 687Q166 687 145 678T103 650L63 694Q121 746 197 746Q261 746 297 716Z" />
<glyph unicode="&#xb4;" glyph-name="acute" horiz-adv-x="300" d="M229 801L270 724L58 638L30 687L229 801Z" />
<glyph unicode="&#xb5;" glyph-name="uni00B5" horiz-adv-x="588" d="M487 80T513 0L427 -12Q416 14 412 33T403 85V86Q379 44 344 16T265 -12Q230 -12 208 -1T169 38Q178 10 182 -20T186 -96V-202L95 -213V527H187V156Q187 67 266 67Q346 67 395 163V527H487V180Q487
80 513 0Z" />
<glyph unicode="&#xb6;" glyph-name="paragraph" horiz-adv-x="734" d="M594 689V-202L511 -215V616H397V-202L314 -215V282Q201 288 146 343T90 486Q90 583 156 636T336 689H594Z" />
<glyph unicode="&#xb7;" glyph-name="middot" horiz-adv-x="240" d="M149 380T169 360T189 311Q189 282 169 262T119 241Q90 241 70 261T50 311Q50 340 70 360T119 380Q149 380 169 360Z" />
<glyph unicode="&#xb8;" glyph-name="cedilla" horiz-adv-x="275" d="M152 -56Q200 -60 222 -83T245 -141Q245 -189 210 -215T121 -241Q93 -241 69 -235T30 -217L55 -165Q85 -181 118 -181Q141 -181 154 -172T168 -141Q168 -120 147 -110T79 -99L93 16H152V-56Z" />
<glyph unicode="&#xb9;" glyph-name="uni00B9" horiz-adv-x="400" d="M274 739V322H197V660L99 603L65 656L205 739H274Z" />
<glyph unicode="&#xba;" glyph-name="ordmasculine" horiz-adv-x="500" d="M343 689T393 634T444 480Q444 385 393 328T250 271Q158 271 107 327T56 480Q56 575 108 632T251 689Q343 689 393 634ZM151 620T151 480Q151 340 250 340Q349 340 349 480Q349 552 325
586T251 620Q151 620 151 480ZM62 0V77H438V0H62Z" />
<glyph unicode="&#xbb;" glyph-name="guillemotright" horiz-adv-x="566" d="M110 535L285 318V255L110 39L55 77L190 287L55 497L110 535ZM336 535L511 318V255L336 39L281 77L416 287L281 497L336 535Z" />
<glyph unicode="&#xbc;" glyph-name="onequarter" horiz-adv-x="932" d="M274 689V272H197V610L99 553L65 606L205 689H274ZM640 750L699 721L293 -78L233 -49L640 750ZM889 156V96H836V0H760V96H574V150L702 424L768 399L655 156H761L768 261H836V156H889Z" />
<glyph unicode="&#xbd;" glyph-name="onehalf" horiz-adv-x="932" d="M274 689V272H197V610L99 553L65 606L205 689H274ZM640 750L699 721L293 -78L233 -49L640 750ZM791 424T828 390T866 304Q866 270 850 239T796 167T687 62H876L868 0H599V58Q683 139 719 177T770
243T786 298Q786 328 768 345T721 362Q695 362 676 352T636 318L587 356Q642 424 727 424Q791 424 828 390Z" />
<glyph unicode="&#xbe;" glyph-name="threequarters" horiz-adv-x="932" d="M261 696T297 666T334 591Q334 553 311 528T248 493Q292 489 320 463T348 391Q348 336 306 300T191 263Q104 263 52 323L97 365Q135 324 187 324Q224 324 245 343T267 395Q267 431 247
446T187 462H153L162 518H185Q217 518 237 534T257 581Q257 607 239 622T191 637Q166 637 145 628T103 600L63 644Q121 696 197 696Q261 696 297 666ZM640 750L699 721L293 -78L233 -49L640 750ZM889 156V96H836V0H760V96H574V150L702 424L768 399L655 156H761L768
261H836V156H889Z" />
<glyph unicode="&#xbf;" glyph-name="questiondown" horiz-adv-x="459" d="M224 356T204 376T184 425Q184 454 204 474T254 495Q283 495 303 475T323 425Q323 396 303 376T254 356Q224 356 204 376ZM161 -215T118 -194T52 -136T30 -59Q30 -19 43 8T77 53T129 92Q170
120 190 143T211 206V247H302V201Q302 159 288 130T254 84T201 44Q163 20 145 0T126 -53Q126 -94 153 -116T227 -139Q307 -139 366 -67L429 -116Q345 -215 221 -215Q161 -215 118 -194Z" />
<glyph unicode="&#xc0;" glyph-name="Agrave" horiz-adv-x="573" d="M467 0L415 173H154L102 0H6L227 689H347L567 0H467ZM177 250H392L285 610L177 250ZM196 911L397 804L373 755L157 834L196 911Z" />
<glyph unicode="&#xc1;" glyph-name="Aacute" horiz-adv-x="573" d="M467 0L415 173H154L102 0H6L227 689H347L567 0H467ZM177 250H392L285 610L177 250ZM367 911L407 834L191 755L167 804L367 911Z" />
<glyph unicode="&#xc2;" glyph-name="Acircumflex" horiz-adv-x="573" d="M467 0L415 173H154L102 0H6L227 689H347L567 0H467ZM177 250H392L285 610L177 250ZM160 759L120 804L256 914H317L452 804L413 759L286 840L160 759Z" />
<glyph unicode="&#xc3;" glyph-name="Atilde" horiz-adv-x="573" d="M467 0L415 173H154L102 0H6L227 689H347L567 0H467ZM177 250H392L285 610L177 250ZM326 782T311 789T276 809Q261 820 251 825T229 830Q213 830 201 819T176 784L120 812Q139 852 166 876T229
900Q250 900 265 893T299 872Q302 870 311 864T329 855T345 852Q360 852 372 862T398 896L454 868Q435 826 407 804T345 782Q326 782 311 789Z" />
<glyph unicode="&#xc4;" glyph-name="Adieresis" horiz-adv-x="573" d="M467 0L415 173H154L102 0H6L227 689H347L567 0H467ZM177 250H392L285 610L177 250ZM206 894T222 878T239 837Q239 813 223 797T182 780Q157 780 141 796T124 837Q124 861 140 877T182 894Q206
894 222 878ZM416 894T432 878T449 837Q449 813 433 797T391 780Q367 780 351 796T334 837Q334 861 350 877T391 894Q416 894 432 878Z" />
<glyph unicode="&#xc5;" glyph-name="Aring" horiz-adv-x="573" d="M467 0L415 173H154L102 0H6L227 689H347L567 0H467ZM177 250H392L285 610L177 250ZM337 962T369 932T401 856Q401 811 369 781T287 750Q237 750 205 780T173 856Q173 901 205 931T287 962Q337
962 369 932ZM262 912T248 897T234 856Q234 830 248 815T287 800Q311 800 325 815T340 856Q340 882 326 897T287 912Q262 912 248 897Z" />
<glyph unicode="&#xc6;" glyph-name="AE" horiz-adv-x="816" d="M535 76H762V0H458L418 173H150L85 0H-12L262 689H721L710 613H401L457 387H712V311H476L535 76ZM179 250H400L316 613L179 250Z" />
<glyph unicode="&#xc7;" glyph-name="Ccedilla" horiz-adv-x="560" d="M512 36T471 16T376 -10V-56Q424 -60 446 -83T469 -141Q469 -189 434 -215T345 -241Q317 -241 293 -235T254 -217L279 -165Q309 -181 342 -181Q365 -181 378 -172T392 -141Q392 -120 371 -110T303
-99L314 -11Q237 -4 179 39T88 160T55 345Q55 458 93 538T196 660T341 701Q403 701 445 685T532 633L480 572Q417 623 347 623Q261 623 209 557T156 345Q156 203 208 136T346 68Q390 68 423 83T493 125L540 65Q512 36 471 16Z" />
<glyph unicode="&#xc8;" glyph-name="Egrave" horiz-adv-x="535" d="M473 689L462 613H195V388H427V312H195V76H481V0H100V689H473ZM199 911L400 804L376 755L160 834L199 911Z" />
<glyph unicode="&#xc9;" glyph-name="Eacute" horiz-adv-x="535" d="M473 689L462 613H195V388H427V312H195V76H481V0H100V689H473ZM370 911L410 834L194 755L170 804L370 911Z" />
<glyph unicode="&#xca;" glyph-name="Ecircumflex" horiz-adv-x="535" d="M473 689L462 613H195V388H427V312H195V76H481V0H100V689H473ZM163 759L123 804L259 914H320L455 804L416 759L289 840L163 759Z" />
<glyph unicode="&#xcb;" glyph-name="Edieresis" horiz-adv-x="535" d="M473 689L462 613H195V388H427V312H195V76H481V0H100V689H473ZM209 894T225 878T242 837Q242 813 226 797T185 780Q160 780 144 796T127 837Q127 861 143 877T185 894Q209 894 225 878ZM419
894T435 878T452 837Q452 813 436 797T394 780Q370 780 354 796T337 837Q337 861 353 877T394 894Q419 894 435 878Z" />
<glyph unicode="&#xcc;" glyph-name="Igrave" horiz-adv-x="295" d="M195 689V0H100V689H195ZM56 911L257 804L233 755L17 834L56 911Z" />
<glyph unicode="&#xcd;" glyph-name="Iacute" horiz-adv-x="295" d="M195 689V0H100V689H195ZM227 911L267 834L51 755L27 804L227 911Z" />
<glyph unicode="&#xce;" glyph-name="Icircumflex" horiz-adv-x="295" d="M195 689V0H100V689H195ZM20 759L-20 804L116 914H177L312 804L273 759L146 840L20 759Z" />
<glyph unicode="&#xcf;" glyph-name="Idieresis" horiz-adv-x="295" d="M195 689V0H100V689H195ZM66 894T82 878T99 837Q99 813 83 797T42 780Q17 780 1 796T-16 837Q-16 861 0 877T42 894Q66 894 82 878ZM276 894T292 878T309 837Q309 813 293 797T251 780Q227
780 211 796T194 837Q194 861 210 877T251 894Q276 894 292 878Z" />
<glyph unicode="&#xd0;" glyph-name="Eth" horiz-adv-x="656" d="M412 689T506 617T601 348Q601 157 507 79T277 0H112V318H20V388H112V689H256Q412 689 506 617ZM380 75T440 134T500 348Q500 457 469 515T390 593T277 613H207V388H364V318H207V75H284Q380 75 440 134Z" />
<glyph unicode="&#xd1;" glyph-name="Ntilde" horiz-adv-x="683" d="M583 0H456L176 585Q182 516 185 458T189 316V0H100V689H224L507 103Q504 129 499 194T494 313V689H583V0ZM392 782T377 789T342 809Q327 820 317 825T295 830Q279 830 267 819T242 784L186
812Q205 852 232 876T295 900Q316 900 331 893T365 872Q368 870 377 864T395 855T411 852Q426 852 438 862T464 896L520 868Q501 826 473 804T411 782Q392 782 377 789Z" />
<glyph unicode="&#xd2;" glyph-name="Ograve" horiz-adv-x="692" d="M433 701T498 660T600 538T637 344Q637 232 601 152T499 30T346 -12Q259 -12 194 29T92 150T55 343Q55 454 91 535T194 658T346 701Q433 701 498 660ZM256 623T206 555T156 343Q156 200 206
133T346 66Q536 66 536 344Q536 623 346 623Q256 623 206 555ZM255 911L456 804L432 755L216 834L255 911Z" />
<glyph unicode="&#xd3;" glyph-name="Oacute" horiz-adv-x="692" d="M433 701T498 660T600 538T637 344Q637 232 601 152T499 30T346 -12Q259 -12 194 29T92 150T55 343Q55 454 91 535T194 658T346 701Q433 701 498 660ZM256 623T206 555T156 343Q156 200 206
133T346 66Q536 66 536 344Q536 623 346 623Q256 623 206 555ZM426 911L466 834L250 755L226 804L426 911Z" />
<glyph unicode="&#xd4;" glyph-name="Ocircumflex" horiz-adv-x="692" d="M433 701T498 660T600 538T637 344Q637 232 601 152T499 30T346 -12Q259 -12 194 29T92 150T55 343Q55 454 91 535T194 658T346 701Q433 701 498 660ZM256 623T206 555T156 343Q156 200
206 133T346 66Q536 66 536 344Q536 623 346 623Q256 623 206 555ZM219 759L179 804L315 914H376L511 804L472 759L345 840L219 759Z" />
<glyph unicode="&#xd5;" glyph-name="Otilde" horiz-adv-x="692" d="M433 701T498 660T600 538T637 344Q637 232 601 152T499 30T346 -12Q259 -12 194 29T92 150T55 343Q55 454 91 535T194 658T346 701Q433 701 498 660ZM256 623T206 555T156 343Q156 200 206
133T346 66Q536 66 536 344Q536 623 346 623Q256 623 206 555ZM385 782T370 789T335 809Q320 820 310 825T288 830Q272 830 260 819T235 784L179 812Q198 852 225 876T288 900Q309 900 324 893T358 872Q361 870 370 864T388 855T404 852Q419 852 431 862T457 896L513
868Q494 826 466 804T404 782Q385 782 370 789Z" />
<glyph unicode="&#xd6;" glyph-name="Odieresis" horiz-adv-x="692" d="M433 701T498 660T600 538T637 344Q637 232 601 152T499 30T346 -12Q259 -12 194 29T92 150T55 343Q55 454 91 535T194 658T346 701Q433 701 498 660ZM256 623T206 555T156 343Q156 200 206
133T346 66Q536 66 536 344Q536 623 346 623Q256 623 206 555ZM265 894T281 878T298 837Q298 813 282 797T241 780Q216 780 200 796T183 837Q183 861 199 877T241 894Q265 894 281 878ZM475 894T491 878T508 837Q508 813 492 797T450 780Q426 780 410 796T393 837Q393
861 409 877T450 894Q475 894 491 878Z" />
<glyph unicode="&#xd7;" glyph-name="multiply" horiz-adv-x="500" d="M372 486L428 429L308 309L428 185L372 129L252 253L128 129L72 185L192 305L72 429L128 486L248 361L372 486Z" />
<glyph unicode="&#xd8;" glyph-name="Oslash" horiz-adv-x="692" d="M558 628T597 546T637 344Q637 232 601 152T499 30T346 -12Q310 -12 279 -5L244 -127L165 -106L205 22Q134 62 95 143T55 343Q55 454 91 535T194 658T346 701Q383 701 412 694L449 819L528 798L486
667Q558 628 597 546ZM256 623T206 555T156 343Q156 158 238 97L396 618Q369 623 346 623Q256 623 206 555ZM536 66T536 344Q536 443 515 504T452 594L296 71Q321 66 346 66Q536 66 536 344Z" />
<glyph unicode="&#xd9;" glyph-name="Ugrave" horiz-adv-x="662" d="M572 221Q572 152 544 100T461 18T330 -12Q215 -12 153 51T90 221V689H185V228Q185 148 221 108T330 68Q404 68 440 107T476 228V689H572V221ZM240 911L441 804L417 755L201 834L240 911Z" />
<glyph unicode="&#xda;" glyph-name="Uacute" horiz-adv-x="662" d="M572 221Q572 152 544 100T461 18T330 -12Q215 -12 153 51T90 221V689H185V228Q185 148 221 108T330 68Q404 68 440 107T476 228V689H572V221ZM411 911L451 834L235 755L211 804L411 911Z" />
<glyph unicode="&#xdb;" glyph-name="Ucircumflex" horiz-adv-x="662" d="M572 221Q572 152 544 100T461 18T330 -12Q215 -12 153 51T90 221V689H185V228Q185 148 221 108T330 68Q404 68 440 107T476 228V689H572V221ZM204 759L164 804L300 914H361L496 804L457
759L330 840L204 759Z" />
<glyph unicode="&#xdc;" glyph-name="Udieresis" horiz-adv-x="662" d="M572 221Q572 152 544 100T461 18T330 -12Q215 -12 153 51T90 221V689H185V228Q185 148 221 108T330 68Q404 68 440 107T476 228V689H572V221ZM250 894T266 878T283 837Q283 813 267 797T226
780Q201 780 185 796T168 837Q168 861 184 877T226 894Q250 894 266 878ZM460 894T476 878T493 837Q493 813 477 797T435 780Q411 780 395 796T378 837Q378 861 394 877T435 894Q460 894 476 878Z" />
<glyph unicode="&#xdd;" glyph-name="Yacute" horiz-adv-x="550" d="M545 689L323 265V0H227V264L5 689H110L278 348L446 689H545ZM355 911L395 834L179 755L155 804L355 911Z" />
<glyph unicode="&#xde;" glyph-name="Thorn" horiz-adv-x="581" d="M409 571T479 517T549 354Q549 238 476 183T282 127H195V0H100V689H195V571H281Q409 571 479 517ZM362 202T405 235T448 353Q448 430 405 463T280 497H195V202H278Q362 202 405 235Z" />
<glyph unicode="&#xdf;" glyph-name="germandbls" horiz-adv-x="593" d="M351 750T391 731T454 680T476 607Q476 566 459 542T410 492Q386 472 376 459T365 427Q365 404 382 387T434 346Q472 320 495 299T536 244T553 162Q553 110 529 71T463 10T375 -12Q316 -12
273 11L300 75Q326 62 366 62Q408 62 433 88T459 163Q459 208 436 236T366 297Q323 328 301 354T278 420Q278 453 292 472T335 515Q362 537 375 555T388 602Q388 639 362 658T295 678Q187 678 187 539V0H95V539Q95 639 147 694T296 750Q351 750 391 731Z" />
<glyph unicode="&#xe0;" glyph-name="agrave" horiz-adv-x="544" d="M450 91T461 76T494 52L473 -12Q432 -7 407 11T370 67Q317 -12 213 -12Q135 -12 90 32T45 147Q45 231 105 276T277 321H358V360Q358 416 331 440T248 464Q190 464 106 436L83 503Q181 539 265
539Q358 539 404 494T450 364V123Q450 91 461 76ZM313 57T358 139V260H289Q143 260 143 152Q143 105 166 81T234 57Q313 57 358 139ZM192 801L391 687L363 638L151 724L192 801Z" />
<glyph unicode="&#xe1;" glyph-name="aacute" horiz-adv-x="544" d="M450 91T461 76T494 52L473 -12Q432 -7 407 11T370 67Q317 -12 213 -12Q135 -12 90 32T45 147Q45 231 105 276T277 321H358V360Q358 416 331 440T248 464Q190 464 106 436L83 503Q181 539 265
539Q358 539 404 494T450 364V123Q450 91 461 76ZM313 57T358 139V260H289Q143 260 143 152Q143 105 166 81T234 57Q313 57 358 139ZM340 801L381 724L169 638L141 687L340 801Z" />
<glyph unicode="&#xe2;" glyph-name="acircumflex" horiz-adv-x="544" d="M450 91T461 76T494 52L473 -12Q432 -7 407 11T370 67Q317 -12 213 -12Q135 -12 90 32T45 147Q45 231 105 276T277 321H358V360Q358 416 331 440T248 464Q190 464 106 436L83 503Q181 539
265 539Q358 539 404 494T450 364V123Q450 91 461 76ZM313 57T358 139V260H289Q143 260 143 152Q143 105 166 81T234 57Q313 57 358 139ZM134 634L95 679L230 792H291L427 679L387 634L261 718L134 634Z" />
<glyph unicode="&#xe3;" glyph-name="atilde" horiz-adv-x="544" d="M450 91T461 76T494 52L473 -12Q432 -7 407 11T370 67Q317 -12 213 -12Q135 -12 90 32T45 147Q45 231 105 276T277 321H358V360Q358 416 331 440T248 464Q190 464 106 436L83 503Q181 539 265
539Q358 539 404 494T450 364V123Q450 91 461 76ZM313 57T358 139V260H289Q143 260 143 152Q143 105 166 81T234 57Q313 57 358 139ZM300 656T285 663T250 683Q235 694 225 699T203 704Q187 704 175 693T150 658L94 686Q113 726 140 750T203 774Q224 774 239 767T273
746Q276 744 285 738T303 729T319 726Q334 726 346 736T372 770L428 742Q409 700 381 678T319 656Q300 656 285 663Z" />
<glyph unicode="&#xe4;" glyph-name="adieresis" horiz-adv-x="544" d="M450 91T461 76T494 52L473 -12Q432 -7 407 11T370 67Q317 -12 213 -12Q135 -12 90 32T45 147Q45 231 105 276T277 321H358V360Q358 416 331 440T248 464Q190 464 106 436L83 503Q181 539
265 539Q358 539 404 494T450 364V123Q450 91 461 76ZM313 57T358 139V260H289Q143 260 143 152Q143 105 166 81T234 57Q313 57 358 139ZM180 768T196 752T213 711Q213 687 197 671T156 654Q131 654 115 670T98 711Q98 735 114 751T156 768Q180 768 196 752ZM390
768T406 752T423 711Q423 687 407 671T365 654Q341 654 325 670T308 711Q308 735 324 751T365 768Q390 768 406 752Z" />
<glyph unicode="&#xe5;" glyph-name="aring" horiz-adv-x="544" d="M450 91T461 76T494 52L473 -12Q432 -7 407 11T370 67Q317 -12 213 -12Q135 -12 90 32T45 147Q45 231 105 276T277 321H358V360Q358 416 331 440T248 464Q190 464 106 436L83 503Q181 539 265
539Q358 539 404 494T450 364V123Q450 91 461 76ZM313 57T358 139V260H289Q143 260 143 152Q143 105 166 81T234 57Q313 57 358 139ZM311 836T343 806T375 730Q375 685 343 655T261 624Q211 624 179 654T147 730Q147 775 179 805T261 836Q311 836 343 806ZM236
786T222 771T208 730Q208 704 222 689T261 674Q285 674 299 689T314 730Q314 756 300 771T261 786Q236 786 222 771Z" />
<glyph unicode="&#xe6;" glyph-name="ae" horiz-adv-x="849" d="M797 256T795 232H459Q465 145 503 104T601 63Q639 63 671 74T738 109L778 54Q694 -12 594 -12Q531 -12 483 13T404 85Q368 33 323 11T216 -12Q137 -12 91 32T45 147Q45 231 107 276T280 321H361V360Q361
416 334 440T251 464Q193 464 109 436L86 503Q184 539 268 539Q382 539 425 455Q482 539 584 539Q686 539 741 470T797 279Q797 256 795 232ZM706 306Q706 384 675 425T582 466Q469 466 459 300H706V306ZM279 57T312 79T376 149Q361 197 361 257V260H292Q146 260
146 152Q146 105 169 81T237 57Q279 57 312 79Z" />
<glyph unicode="&#xe7;" glyph-name="ccedilla" horiz-adv-x="478" d="M385 -5T308 -11V-56Q356 -60 378 -83T401 -141Q401 -189 366 -215T277 -241Q249 -241 225 -235T186 -217L211 -165Q241 -181 274 -181Q297 -181 310 -172T324 -141Q324 -120 303 -110T235
-99L246 -9Q157 5 107 75T57 259Q57 343 85 406T164 504T287 539Q334 539 373 526T448 482L404 424Q376 444 350 453T291 463Q227 463 192 412T156 261Q156 161 191 114T291 66Q322 66 348 75T406 106L448 46Q385 -5 308 -11Z" />
<glyph unicode="&#xe8;" glyph-name="egrave" horiz-adv-x="545" d="M493 256T491 232H155Q161 145 199 104T297 63Q335 63 367 74T434 109L474 54Q390 -12 290 -12Q180 -12 119 60T57 258Q57 340 83 403T159 503T276 539Q381 539 437 470T493 279Q493 256 491
232ZM402 306Q402 384 371 425T278 466Q165 466 155 300H402V306ZM210 801L409 687L381 638L169 724L210 801Z" />
<glyph unicode="&#xe9;" glyph-name="eacute" horiz-adv-x="545" d="M493 256T491 232H155Q161 145 199 104T297 63Q335 63 367 74T434 109L474 54Q390 -12 290 -12Q180 -12 119 60T57 258Q57 340 83 403T159 503T276 539Q381 539 437 470T493 279Q493 256 491
232ZM402 306Q402 384 371 425T278 466Q165 466 155 300H402V306ZM358 801L399 724L187 638L159 687L358 801Z" />
<glyph unicode="&#xea;" glyph-name="ecircumflex" horiz-adv-x="545" d="M493 256T491 232H155Q161 145 199 104T297 63Q335 63 367 74T434 109L474 54Q390 -12 290 -12Q180 -12 119 60T57 258Q57 340 83 403T159 503T276 539Q381 539 437 470T493 279Q493 256
491 232ZM402 306Q402 384 371 425T278 466Q165 466 155 300H402V306ZM152 634L113 679L248 792H309L445 679L405 634L279 718L152 634Z" />
<glyph unicode="&#xeb;" glyph-name="edieresis" horiz-adv-x="545" d="M493 256T491 232H155Q161 145 199 104T297 63Q335 63 367 74T434 109L474 54Q390 -12 290 -12Q180 -12 119 60T57 258Q57 340 83 403T159 503T276 539Q381 539 437 470T493 279Q493 256
491 232ZM402 306Q402 384 371 425T278 466Q165 466 155 300H402V306ZM198 768T214 752T231 711Q231 687 215 671T174 654Q149 654 133 670T116 711Q116 735 132 751T174 768Q198 768 214 752ZM408 768T424 752T441 711Q441 687 425 671T383 654Q359 654 343 670T326
711Q326 735 342 751T383 768Q408 768 424 752Z" />
<glyph unicode="&#xec;" glyph-name="igrave" horiz-adv-x="282" d="M187 527V0H95V527H187ZM72 801L271 687L243 638L31 724L72 801Z" />
<glyph unicode="&#xed;" glyph-name="iacute" horiz-adv-x="282" d="M187 527V0H95V527H187ZM220 801L261 724L49 638L21 687L220 801Z" />
<glyph unicode="&#xee;" glyph-name="icircumflex" horiz-adv-x="282" d="M187 527V0H95V527H187ZM14 634L-25 679L110 792H171L307 679L267 634L141 718L14 634Z" />
<glyph unicode="&#xef;" glyph-name="idieresis" horiz-adv-x="282" d="M187 527V0H95V527H187ZM60 768T76 752T93 711Q93 687 77 671T36 654Q11 654 -5 670T-22 711Q-22 735 -6 751T36 768Q60 768 76 752ZM270 768T286 752T303 711Q303 687 287 671T245 654Q221
654 205 670T188 711Q188 735 204 751T245 768Q270 768 286 752Z" />
<glyph unicode="&#xf0;" glyph-name="eth" horiz-adv-x="570" d="M432 596T470 501T508 265Q508 182 479 120T398 23T278 -12Q216 -12 166 17T86 102T57 235Q57 297 79 352T147 441T258 475Q349 475 405 408Q393 471 365 519T286 607L214 537L151 569L225 644Q173
668 112 680L132 750Q217 733 281 702L351 776L405 729L342 664Q432 596 470 501ZM340 61T377 114T415 266Q415 287 413 325Q387 364 353 383T272 403Q151 403 151 239Q151 153 185 107T277 61Q340 61 377 114Z" />
<glyph unicode="&#xf1;" glyph-name="ntilde" horiz-adv-x="586" d="M415 539T455 496T496 378V0H404V365Q404 421 383 444T321 467Q279 467 247 443T187 374V0H95V527H174L182 449Q210 491 251 515T343 539Q415 539 455 496ZM337 656T322 663T287 683Q272 694
262 699T240 704Q224 704 212 693T187 658L131 686Q150 726 177 750T240 774Q261 774 276 767T310 746Q313 744 322 738T340 729T356 726Q371 726 383 736T409 770L465 742Q446 700 418 678T356 656Q337 656 322 663Z" />
<glyph unicode="&#xf2;" glyph-name="ograve" horiz-adv-x="584" d="M404 539T465 465T527 264Q527 182 499 120T418 23T292 -12Q181 -12 119 62T57 263Q57 345 85 407T166 504T293 539Q404 539 465 465ZM156 465T156 263Q156 62 292 62Q428 62 428 264Q428 465
293 465Q156 465 156 263ZM223 801L422 687L394 638L182 724L223 801Z" />
<glyph unicode="&#xf3;" glyph-name="oacute" horiz-adv-x="584" d="M404 539T465 465T527 264Q527 182 499 120T418 23T292 -12Q181 -12 119 62T57 263Q57 345 85 407T166 504T293 539Q404 539 465 465ZM156 465T156 263Q156 62 292 62Q428 62 428 264Q428 465
293 465Q156 465 156 263ZM371 801L412 724L200 638L172 687L371 801Z" />
<glyph unicode="&#xf4;" glyph-name="ocircumflex" horiz-adv-x="584" d="M404 539T465 465T527 264Q527 182 499 120T418 23T292 -12Q181 -12 119 62T57 263Q57 345 85 407T166 504T293 539Q404 539 465 465ZM156 465T156 263Q156 62 292 62Q428 62 428 264Q428
465 293 465Q156 465 156 263ZM165 634L126 679L261 792H322L458 679L418 634L292 718L165 634Z" />
<glyph unicode="&#xf5;" glyph-name="otilde" horiz-adv-x="584" d="M404 539T465 465T527 264Q527 182 499 120T418 23T292 -12Q181 -12 119 62T57 263Q57 345 85 407T166 504T293 539Q404 539 465 465ZM156 465T156 263Q156 62 292 62Q428 62 428 264Q428 465
293 465Q156 465 156 263ZM331 656T316 663T281 683Q266 694 256 699T234 704Q218 704 206 693T181 658L125 686Q144 726 171 750T234 774Q255 774 270 767T304 746Q307 744 316 738T334 729T350 726Q365 726 377 736T403 770L459 742Q440 700 412 678T350 656Q331
656 316 663Z" />
<glyph unicode="&#xf6;" glyph-name="odieresis" horiz-adv-x="584" d="M404 539T465 465T527 264Q527 182 499 120T418 23T292 -12Q181 -12 119 62T57 263Q57 345 85 407T166 504T293 539Q404 539 465 465ZM156 465T156 263Q156 62 292 62Q428 62 428 264Q428
465 293 465Q156 465 156 263ZM211 768T227 752T244 711Q244 687 228 671T187 654Q162 654 146 670T129 711Q129 735 145 751T187 768Q211 768 227 752ZM421 768T437 752T454 711Q454 687 438 671T396 654Q372 654 356 670T339 711Q339 735 355 751T396 768Q421
768 437 752Z" />
<glyph unicode="&#xf7;" glyph-name="divide" horiz-adv-x="500" d="M280 174T300 154T320 105Q320 76 300 56T250 35Q221 35 201 55T181 105Q181 134 201 154T250 174Q280 174 300 154ZM280 631T300 611T320 562Q320 533 300 513T250 492Q221 492 201 512T181
562Q181 591 201 611T250 631Q280 631 300 611ZM62 294V371H438V294H62Z" />
<glyph unicode="&#xf8;" glyph-name="oslash" horiz-adv-x="584" d="M470 475T498 413T527 264Q527 182 499 120T418 23T292 -12Q268 -12 241 -7L202 -130L127 -108L169 19Q115 52 86 115T57 263Q57 345 85 407T166 504T293 539Q317 539 344 534L383 656L458 634L416
508Q470 475 498 413ZM156 465T156 263Q156 134 204 89L328 462Q311 465 293 465Q156 465 156 263ZM428 62T428 264Q428 331 417 373T381 437L258 65Q273 62 292 62Q428 62 428 264Z" />
<glyph unicode="&#xf9;" glyph-name="ugrave" horiz-adv-x="582" d="M487 0H408L401 82Q371 33 332 11T237 -12Q168 -12 129 30T90 149V527H182V159Q182 105 201 83T263 60Q340 60 395 151V527H487V0ZM220 801L419 687L391 638L179 724L220 801Z" />
<glyph unicode="&#xfa;" glyph-name="uacute" horiz-adv-x="582" d="M487 0H408L401 82Q371 33 332 11T237 -12Q168 -12 129 30T90 149V527H182V159Q182 105 201 83T263 60Q340 60 395 151V527H487V0ZM368 801L409 724L197 638L169 687L368 801Z" />
<glyph unicode="&#xfb;" glyph-name="ucircumflex" horiz-adv-x="582" d="M487 0H408L401 82Q371 33 332 11T237 -12Q168 -12 129 30T90 149V527H182V159Q182 105 201 83T263 60Q340 60 395 151V527H487V0ZM162 634L123 679L258 792H319L455 679L415 634L289 718L162
634Z" />
<glyph unicode="&#xfc;" glyph-name="udieresis" horiz-adv-x="582" d="M487 0H408L401 82Q371 33 332 11T237 -12Q168 -12 129 30T90 149V527H182V159Q182 105 201 83T263 60Q340 60 395 151V527H487V0ZM208 768T224 752T241 711Q241 687 225 671T184 654Q159
654 143 670T126 711Q126 735 142 751T184 768Q208 768 224 752ZM418 768T434 752T451 711Q451 687 435 671T393 654Q369 654 353 670T336 711Q336 735 352 751T393 768Q418 768 434 752Z" />
<glyph unicode="&#xfd;" glyph-name="yacute" horiz-adv-x="492" d="M306 -3Q275 -95 220 -148T61 -213L51 -141Q103 -132 134 -115T183 -72T218 0H187L10 527H108L249 67L387 527H482L306 -3ZM325 801L366 724L154 638L126 687L325 801Z" />
<glyph unicode="&#xfe;" glyph-name="thorn" horiz-adv-x="594" d="M438 539T485 467T532 264Q532 140 478 64T325 -12Q237 -12 187 48V-198L95 -213V739L187 750V463Q215 500 254 519T337 539Q438 539 485 467ZM433 63T433 264Q433 466 314 466Q275 466 243 443T187
384V127Q207 96 237 80T303 63Q433 63 433 264Z" />
<glyph unicode="&#xff;" glyph-name="ydieresis" horiz-adv-x="492" d="M306 -3Q275 -95 220 -148T61 -213L51 -141Q103 -132 134 -115T183 -72T218 0H187L10 527H108L249 67L387 527H482L306 -3ZM165 768T181 752T198 711Q198 687 182 671T141 654Q116 654 100
670T83 711Q83 735 99 751T141 768Q165 768 181 752ZM375 768T391 752T408 711Q408 687 392 671T350 654Q326 654 310 670T293 711Q293 735 309 751T350 768Q375 768 391 752Z" />
<glyph unicode="&#x2013;" glyph-name="endash" horiz-adv-x="520" d="M32 274V352H488V274H32Z" />
<glyph unicode="&#x2014;" glyph-name="emdash" horiz-adv-x="790" d="M32 274V352H758V274H32Z" />
<glyph unicode="&#x2018;" glyph-name="quoteleft" horiz-adv-x="228" d="M82 490T63 508T44 553Q44 565 47 577T61 611L128 753H188L148 603Q174 583 174 553Q174 527 155 509T109 490Q82 490 63 508Z" />
<glyph unicode="&#x2019;" glyph-name="quoteright" horiz-adv-x="228" d="M146 753T165 735T184 690Q184 678 181 666T167 632L100 490H40L80 640Q54 660 54 690Q54 716 73 734T119 753Q146 753 165 735Z" />
<glyph unicode="&#x201a;" glyph-name="quotesinglbase" horiz-adv-x="228" d="M146 107T165 89T184 44Q184 32 181 20T167 -14L100 -156H40L80 -6Q54 14 54 44Q54 70 73 88T119 107Q146 107 165 89Z" />
<glyph unicode="&#x201c;" glyph-name="quotedblleft" horiz-adv-x="406" d="M82 490T63 508T44 553Q44 565 47 577T61 611L128 753H188L148 603Q174 583 174 553Q174 527 155 509T109 490Q82 490 63 508ZM260 490T241 508T222 553Q222 565 225 577T239 611L306
753H366L326 603Q352 583 352 553Q352 527 333 509T287 490Q260 490 241 508Z" />
<glyph unicode="&#x201d;" glyph-name="quotedblright" horiz-adv-x="406" d="M146 753T165 735T184 690Q184 678 181 666T167 632L100 490H40L80 640Q54 660 54 690Q54 716 73 734T119 753Q146 753 165 735ZM324 753T343 735T362 690Q362 678 359 666T345 632L278
490H218L258 640Q232 660 232 690Q232 716 251 734T297 753Q324 753 343 735Z" />
<glyph unicode="&#x201e;" glyph-name="quotedblbase" horiz-adv-x="406" d="M146 107T165 89T184 44Q184 32 181 20T167 -14L100 -156H40L80 -6Q54 14 54 44Q54 70 73 88T119 107Q146 107 165 89ZM324 107T343 89T362 44Q362 32 359 20T345 -14L278 -156H218L258
-6Q232 14 232 44Q232 70 251 88T297 107Q324 107 343 89Z" />
<glyph unicode="&#x2022;" glyph-name="bullet" horiz-adv-x="324" d="M210 454T242 422T274 341Q274 293 242 261T162 229Q114 229 82 261T50 342Q50 390 82 422T162 454Q210 454 242 422Z" />
<glyph unicode="&#x2039;" glyph-name="guilsinglleft" horiz-adv-x="340" d="M230 535L285 497L150 287L285 77L230 39L55 255V318L230 535Z" />
<glyph unicode="&#x203a;" glyph-name="guilsinglright" horiz-adv-x="340" d="M110 535L285 318V255L110 39L55 77L190 287L55 497L110 535Z" />
</font>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 220 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/favicon/mstile-150x150.png"/>
<TileColor>#da532c</TileColor>
</tile>
</msapplication>
</browserconfig>

Binary file not shown.

After

Width:  |  Height:  |  Size: 649 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 131 KiB

View File

@ -0,0 +1,19 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,87 @@
/*jshint browser:true */
/*!
* FitVids 1.1
*
* Copyright 2013, Chris Coyier - http://css-tricks.com + Dave Rupert - http://daverupert.com
* Credit to Thierry Koblentz - http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video/
* Released under the WTFPL license - http://sam.zoy.org/wtfpl/
*
*/
;(function( $ ){
'use strict';
$.fn.fitVids = function( options ) {
var settings = {
customSelector: null,
ignore: null
};
if(!document.getElementById('fit-vids-style')) {
// appendStyles: https://github.com/toddmotto/fluidvids/blob/master/dist/fluidvids.js
var head = document.head || document.getElementsByTagName('head')[0];
var css = '.fluid-width-video-wrapper{width:100%;position:relative;padding:0;}.fluid-width-video-wrapper iframe,.fluid-width-video-wrapper object,.fluid-width-video-wrapper embed {position:absolute;top:0;left:0;width:100%;height:100%;}';
var div = document.createElement("div");
div.innerHTML = '<p>x</p><style id="fit-vids-style">' + css + '</style>';
head.appendChild(div.childNodes[1]);
}
if ( options ) {
$.extend( settings, options );
}
return this.each(function(){
var selectors = [
'iframe[src*="player.vimeo.com"]',
'iframe[src*="youtube.com"]',
'iframe[src*="youtube-nocookie.com"]',
'iframe[src*="kickstarter.com"][src*="video.html"]',
'object',
'embed'
];
if (settings.customSelector) {
selectors.push(settings.customSelector);
}
var ignoreList = '.fitvidsignore';
if(settings.ignore) {
ignoreList = ignoreList + ', ' + settings.ignore;
}
var $allVideos = $(this).find(selectors.join(','));
$allVideos = $allVideos.not('object object'); // SwfObj conflict patch
$allVideos = $allVideos.not(ignoreList); // Disable FitVids on this video.
$allVideos.each(function(){
var $this = $(this);
if($this.parents(ignoreList).length > 0) {
return; // Disable FitVids on this video.
}
if (this.tagName.toLowerCase() === 'embed' && $this.parent('object').length || $this.parent('.fluid-width-video-wrapper').length) { return; }
if ((!$this.css('height') && !$this.css('width')) && (isNaN($this.attr('height')) || isNaN($this.attr('width'))))
{
$this.attr('height', 9);
$this.attr('width', 16);
}
var height = ( this.tagName.toLowerCase() === 'object' || ($this.attr('height') && !isNaN(parseInt($this.attr('height'), 10))) ) ? parseInt($this.attr('height'), 10) : $this.height(),
width = !isNaN(parseInt($this.attr('width'), 10)) ? parseInt($this.attr('width'), 10) : $this.width(),
aspectRatio = height / width;
if(!$this.attr('name')){
var videoName = 'fitvid' + $.fn.fitVids._count;
$this.attr('name', videoName);
$.fn.fitVids._count++;
}
$this.wrap('<div class="fluid-width-video-wrapper"></div>').parent('.fluid-width-video-wrapper').css('padding-top', (aspectRatio * 100)+'%');
$this.removeAttr('height').removeAttr('width');
});
});
};
// Internal counter for unique video names.
$.fn.fitVids._count = 0;
// Works with either jQuery or Zepto
})( window.jQuery || window.Zepto );

View File

@ -0,0 +1,181 @@
(function($){$.fn.tipuesearch=function(options){var set=$.extend({'contextBuffer':60,'contextLength':60,'contextStart':90,'debug':false,'descriptiveWords':25,'footerPages':3,'highlightTerms':true,'imageZoom':true,'minimumLength':3,'newWindow':false,'show':10,'showContext':true,'showRelated':true,'showTime':true,'showTitleCount':true,'showURL':true,'wholeWords':true},options);return this.each(function(){var tipuesearch_t_c=0;var tipue_search_w='';if(set.newWindow)
{tipue_search_w=' target="_blank"';}
function getURLP(name)
{var locSearch=location.search;var splitted=(new RegExp('[?|&]'+name+'='+'([^&;]+?)(&|#|;|$)').exec(locSearch)||[,""]);var searchString=splitted[1].replace(/\+/g,'%20');try
{searchString=decodeURIComponent(searchString);}
catch(e)
{searchString=unescape(searchString);}
return searchString||null;}
if(getURLP('q'))
{$('#tipue_search_input').val(getURLP('q'));getTipueSearch(0,true);}
$(this).keyup(function(event)
{if(event.keyCode=='13')
{getTipueSearch(0,true);}});function getTipueSearch(start,replace)
{window.scrollTo(0,0);var out='';var show_replace=false;var show_stop=false;var standard=true;var c=0;var found=[];var d_o=$('#tipue_search_input').val();d_o=d_o.replace(/\+/g,' ').replace(/\s\s+/g,' ');d_o=$.trim(d_o);var d=d_o.toLowerCase();if((d.match("^\"")&&d.match("\"$"))||(d.match("^'")&&d.match("'$")))
{standard=false;}
var d_w=d.split(' ');if(standard)
{d='';for(var i=0;i<d_w.length;i++)
{var a_w=true;for(var f=0;f<tipuesearch_stop_words.length;f++)
{if(d_w[i]==tipuesearch_stop_words[f])
{a_w=false;show_stop=true;}}
if(a_w)
{d=d+' '+d_w[i];}}
d=$.trim(d);d_w=d.split(' ');}
else
{d=d.substring(1,d.length-1);}
if(d.length>=set.minimumLength)
{if(standard)
{if(replace)
{var d_r=d;for(var i=0;i<d_w.length;i++)
{for(var f=0;f<tipuesearch_replace.words.length;f++)
{if(d_w[i]==tipuesearch_replace.words[f].word)
{d=d.replace(d_w[i],tipuesearch_replace.words[f].replace_with);show_replace=true;}}}
d_w=d.split(' ');}
var d_t=d;for(var i=0;i<d_w.length;i++)
{for(var f=0;f<tipuesearch_stem.words.length;f++)
{if(d_w[i]==tipuesearch_stem.words[f].word)
{d_t=d_t+' '+tipuesearch_stem.words[f].stem;}}}
d_w=d_t.split(' ');for(var i=0;i<tipuesearch.pages.length;i++)
{var score=0;var s_t=tipuesearch.pages[i].text;for(var f=0;f<d_w.length;f++)
{if(set.wholeWords)
{var pat=new RegExp('\\b'+d_w[f]+'\\b','gi');}
else
{var pat=new RegExp(d_w[f],'gi');}
if(tipuesearch.pages[i].title.search(pat)!=-1)
{var m_c=tipuesearch.pages[i].title.match(pat).length;score+=(20*m_c);}
if(tipuesearch.pages[i].text.search(pat)!=-1)
{var m_c=tipuesearch.pages[i].text.match(pat).length;score+=(20*m_c);}
if(tipuesearch.pages[i].tags)
{if(tipuesearch.pages[i].tags.search(pat)!=-1)
{var m_c=tipuesearch.pages[i].tags.match(pat).length;score+=(10*m_c);}}
if(tipuesearch.pages[i].url.search(pat)!=-1)
{score+=20;}
if(score!=0)
{for(var e=0;e<tipuesearch_weight.weight.length;e++)
{if(tipuesearch.pages[i].url==tipuesearch_weight.weight[e].url)
{score+=tipuesearch_weight.weight[e].score;}}}
if(d_w[f].match('^-'))
{pat=new RegExp(d_w[f].substring(1),'i');if(tipuesearch.pages[i].title.search(pat)!=-1||tipuesearch.pages[i].text.search(pat)!=-1||tipuesearch.pages[i].tags.search(pat)!=-1)
{score=0;}}}
if(score!=0)
{found.push({"score":score,"title":tipuesearch.pages[i].title,"desc":s_t,"img":tipuesearch.pages[i].img,"url":tipuesearch.pages[i].url,"note":tipuesearch.pages[i].note});c++;}}}
else
{for(var i=0;i<tipuesearch.pages.length;i++)
{var score=0;var s_t=tipuesearch.pages[i].text;var pat=new RegExp(d,'gi');if(tipuesearch.pages[i].title.search(pat)!=-1)
{var m_c=tipuesearch.pages[i].title.match(pat).length;score+=(20*m_c);}
if(tipuesearch.pages[i].text.search(pat)!=-1)
{var m_c=tipuesearch.pages[i].text.match(pat).length;score+=(20*m_c);}
if(tipuesearch.pages[i].tags)
{if(tipuesearch.pages[i].tags.search(pat)!=-1)
{var m_c=tipuesearch.pages[i].tags.match(pat).length;score+=(10*m_c);}}
if(tipuesearch.pages[i].url.search(pat)!=-1)
{score+=20;}
if(score!=0)
{for(var e=0;e<tipuesearch_weight.weight.length;e++)
{if(tipuesearch.pages[i].url==tipuesearch_weight.weight[e].url)
{score+=tipuesearch_weight.weight[e].score;}}}
if(score!=0)
{found.push({"score":score,"title":tipuesearch.pages[i].title,"desc":s_t,"img":tipuesearch.pages[i].img,"url":tipuesearch.pages[i].url,"note":tipuesearch.pages[i].note});c++;}}}
if(c!=0)
{if(set.showTitleCount&&tipuesearch_t_c==0)
{var title=document.title;document.title='('+c+') '+title;tipuesearch_t_c++;}
if(c==1)
{out+='<div id="tipue_search_results_count">'+tipuesearch_string_4;}
else
{var c_c=c.toString().replace(/\B(?=(\d{3})+(?!\d))/g,",");out+='<div id="tipue_search_results_count">'+c_c+' '+tipuesearch_string_5;}
if(set.showTime)
{var endTimer=new Date().getTime();var time=(endTimer-startTimer)/ 1000;out+=' ('+time.toFixed(2)+' '+tipuesearch_string_14+')';set.showTime=false;}
out+='</div>';if(set.showRelated&&standard)
{f=0;for(var i=0;i<tipuesearch_related.Related.length;i++)
{if(d==tipuesearch_related.Related[i].search)
{if(!f)
{out+='<div class="tipue_search_related">'+tipuesearch_string_10+'</div><div class="tipue_search_related_block">';}
if(show_replace)
{d_o=d;}
if(tipuesearch_related.Related[i].include)
{var r_d=d_o+' '+tipuesearch_related.Related[i].related;}
else
{var r_d=tipuesearch_related.Related[i].related;}
out+='<a class="tipue_search_related_btn" id="'+r_d+'">'+tipuesearch_related.Related[i].related+'</a>';f++;}}
if(f)
{out+='</div>';}}
if(show_replace)
{out+='<div id="tipue_search_replace">'+tipuesearch_string_2+' '+d+'. '+tipuesearch_string_3+' <a id="tipue_search_replaced">'+d_r+'</a></div>';}
found.sort(function(a,b){return b.score-a.score});var l_o=0;if(set.imageZoom)
{out+='<div id="tipue_search_image_modal"><div class="tipue_search_image_close">&#10005;</div><div class="tipue_search_image_block"><a id="tipue_search_zoom_url"><img id="tipue_search_zoom_img"></a><div id="tipue_search_zoom_text"></div></div></div>';}
for(var i=0;i<found.length;i++)
{if(l_o>=start&&l_o<set.show+start)
{out+='<div class="tipue_search_result">';out+='<div class="tipue_search_content_title"><a href="'+found[i].url+'"'+tipue_search_w+'>'+found[i].title+'</a></div>';if(set.debug)
{out+='<div class="tipue_search_content_debug">Score: '+found[i].score+'</div>';}
if(set.showURL)
{var s_u=found[i].url.toLowerCase();if(s_u.indexOf('http://')==0)
{s_u=s_u.slice(7);}
out+='<div class="tipue_search_content_url"><a href="'+found[i].url+'"'+tipue_search_w+'>'+s_u+'</a></div>';}
if(found[i].img)
{if(set.imageZoom)
{out+='<div class="tipue_search_image"><img class="tipue_search_img tipue_search_image_zoom" src="'+found[i].img+'" alt="'+found[i].title+'" data-url="'+found[i].url+'"></div>';}
else
{out+='<div class="tipue_search_image"><a href="'+found[i].url+'"'+tipue_search_w+'><img class="tipue_search_img" src="'+found[i].img+'" alt="'+found[i].title+'"></a></div>';}}
if(found[i].desc)
{var t=found[i].desc;if(set.showContext)
{d_w=d.split(' ');var s_1=found[i].desc.toLowerCase().indexOf(d_w[0]);if(s_1>set.contextStart)
{var t_1=t.substr(s_1-set.contextBuffer);var s_2=t_1.indexOf(' ');t_1=t.substr(s_1-set.contextBuffer+s_2);t_1=$.trim(t_1);if(t_1.length>set.contextLength)
{t='... '+t_1;}}}
if(standard)
{d_w=d.split(' ');for(var f=0;f<d_w.length;f++)
{if(set.highlightTerms)
{var patr=new RegExp('('+d_w[f]+')','gi');t=t.replace(patr,"<h0011>$1<h0012>");}}}
else if(set.highlightTerms)
{var patr=new RegExp('('+d+')','gi');t=t.replace(patr,"<span class=\"tipue_search_content_bold\">$1</span>");}
var t_d='';var t_w=t.split(' ');if(t_w.length<set.descriptiveWords)
{t_d=t;}
else
{for(var f=0;f<set.descriptiveWords;f++)
{t_d+=t_w[f]+' ';}}
t_d=$.trim(t_d);if(t_d.charAt(t_d.length-1)!='.')
{t_d+=' ...';}
t_d=t_d.replace(/h0011/g,'span class=\"tipue_search_content_bold\"');t_d=t_d.replace(/h0012/g,'/span');out+='<div class="tipue_search_content_text">'+t_d+'</div>';}
if(found[i].note)
{out+='<div class="tipue_search_note">'+found[i].note+'</div>';}
out+='</div>';}
l_o++;}
if(c>set.show)
{var pages=Math.ceil(c / set.show);var page=(start / set.show);if(set.footerPages<3)
{set.footerPages=3;}
out+='<div id="tipue_search_foot"><ul id="tipue_search_foot_boxes">';if(start>0)
{out+='<li role="navigation"><a class="tipue_search_foot_box" accesskey="b" id="'+(start-set.show)+'_'+replace+'">'+tipuesearch_string_6+'</a></li>';}
if(page<=2)
{var p_b=pages;if(pages>set.footerPages)
{p_b=set.footerPages;}
for(var f=0;f<p_b;f++)
{if(f==page)
{out+='<li class="current" role="navigation">'+(f+1)+'</li>';}
else
{out+='<li role="navigation"><a class="tipue_search_foot_box" id="'+(f*set.show)+'_'+replace+'">'+(f+1)+'</a></li>';}}}
else
{var p_b=page+set.footerPages-1;if(p_b>pages)
{p_b=pages;}
for(var f=page-1;f<p_b;f++)
{if(f==page)
{out+='<li class="current" role="navigation">'+(f+1)+'</li>';}
else
{out+='<li role="navigation"><a class="tipue_search_foot_box" id="'+(f*set.show)+'_'+replace+'">'+(f+1)+'</a></li>';}}}
if(page+1!=pages)
{out+='<li role="navigation"><a class="tipue_search_foot_box" accesskey="m" id="'+(start+set.show)+'_'+replace+'">'+tipuesearch_string_7+'</a></li>';}
out+='</ul></div>';}}
else
{out+='<div id="tipue_search_error">'+tipuesearch_string_8+'</div>';}}
else
{if(show_stop)
{out+='<div id="tipue_search_error">'+tipuesearch_string_8+' '+tipuesearch_string_9+'</div>';}
else
{if(set.minimumLength==1)
{out+='<div id="tipue_search_error">'+tipuesearch_string_11+'</div>';}
else
{out+='<div id="tipue_search_error">'+tipuesearch_string_12+' '+set.minimumLength+' '+tipuesearch_string_13+'</div>';}}}
$('#tipue_search_content').hide().html(out).slideDown(200);$('#tipue_search_replaced').click(function()
{getTipueSearch(0,false);});$('.tipue_search_related_btn').click(function()
{$('#tipue_search_input').val($(this).attr('id'));getTipueSearch(0,true);});$('.tipue_search_image_zoom').click(function()
{$('#tipue_search_image_modal').fadeIn(300);$('#tipue_search_zoom_img').attr('src',this.src);var z_u=$(this).attr('data-url');$('#tipue_search_zoom_url').attr('href',z_u);var z_o=this.alt+'<div class="tipue_search_zoom_options"><a href="'+this.src+'" target="_blank">'+tipuesearch_string_15+'</a>&nbsp; <a href="'+z_u+'">'+tipuesearch_string_16+'</a></div>';$('#tipue_search_zoom_text').html(z_o);});$('.tipue_search_image_close').click(function()
{$('#tipue_search_image_modal').fadeOut(300);});$('.tipue_search_foot_box').click(function()
{var id_v=$(this).attr('id');var id_a=id_v.split('_');getTipueSearch(parseInt(id_a[0]),id_a[1]);});}});};})(jQuery);

View File

@ -0,0 +1,84 @@
/*
Tipue Search 7.0
Copyright (c) 2018 Tipue
Tipue Search is released under the MIT License
http://www.tipue.com/search
*/
/*
Stop words
Stop words list from http://www.ranks.nl/stopwords
*/
var tipuesearch_stop_words = ["a", "above", "after", "again", "against", "all", "am", "an", "and", "any", "are", "aren't", "as", "at", "be", "because", "been", "before", "being", "below", "between", "both", "but", "by", "can't", "cannot", "could", "couldn't", "did", "didn't", "do", "does", "doesn't", "doing", "don't", "down", "during", "each", "few", "for", "from", "further", "had", "hadn't", "has", "hasn't", "have", "haven't", "having", "he", "he'd", "he'll", "he's", "her", "here", "here's", "hers", "herself", "him", "himself", "his", "how", "how's", "i", "i'd", "i'll", "i'm", "i've", "if", "in", "into", "is", "isn't", "it", "it's", "its", "itself", "let's", "me", "more", "most", "mustn't", "my", "myself", "no", "nor", "not", "of", "off", "on", "once", "only", "or", "other", "ought", "our", "ours", "ourselves", "out", "over", "own", "same", "shan't", "she", "she'd", "she'll", "she's", "should", "shouldn't", "so", "some", "such", "than", "that", "that's", "the", "their", "theirs", "them", "themselves", "then", "there", "there's", "these", "they", "they'd", "they'll", "they're", "they've", "this", "those", "through", "to", "too", "under", "until", "up", "very", "was", "wasn't", "we", "we'd", "we'll", "we're", "we've", "were", "weren't", "what", "what's", "when", "when's", "where", "where's", "which", "while", "who", "who's", "whom", "why", "why's", "with", "won't", "would", "wouldn't", "you", "you'd", "you'll", "you're", "you've", "your", "yours", "yourself", "yourselves"];
// Word replace
var tipuesearch_replace = {'words': [
{'word': 'tip', 'replace_with': 'tipue'},
{'word': 'javscript', 'replace_with': 'javascript'},
{'word': 'jqeury', 'replace_with': 'jquery'}
]};
// Weighting
var tipuesearch_weight = {'weight': [
{'url': 'http://www.tipue.com', 'score': 60},
{'url': 'http://www.tipue.com/search', 'score': 60},
{'url': 'http://www.tipue.com/tipr', 'score': 30},
{'url': 'http://www.tipue.com/support', 'score': 20}
]};
// Illogical stemming
var tipuesearch_stem = {'words': [
{'word': 'e-mail', 'stem': 'email'},
{'word': 'javascript', 'stem': 'jquery'},
{'word': 'javascript', 'stem': 'js'}
]};
// Related
var tipuesearch_related = {'Related': [
{'search': 'tipue', 'related': 'Search', 'include': 1},
{'search': 'tipue', 'related': 'jQuery'},
{'search': 'tipue', 'related': 'Features'},
{'search': 'tipue', 'related': 'Support'},
{'search': 'tipue search', 'related': 'Help', 'include': 1},
{'search': 'tipue search', 'related': 'Support'}
]};
// Internal strings
var tipuesearch_string_1 = 'No title';
var tipuesearch_string_2 = 'Showing results for';
var tipuesearch_string_3 = 'Search instead for';
var tipuesearch_string_4 = '1 result';
var tipuesearch_string_5 = 'results';
var tipuesearch_string_6 = '<';
var tipuesearch_string_7 = '>';
var tipuesearch_string_8 = 'Nothing found.';
var tipuesearch_string_9 = 'Common words are largely ignored.';
var tipuesearch_string_10 = 'Related';
var tipuesearch_string_11 = 'Search too short. Should be one character or more.';
var tipuesearch_string_12 = 'Search too short. Should be';
var tipuesearch_string_13 = 'characters or more.';
var tipuesearch_string_14 = 'seconds';
var tipuesearch_string_15 = 'Open Image';
var tipuesearch_string_16 = 'Goto Page';
// Internals
// Timer for showTime
var startTimer = new Date().getTime();

View File

@ -0,0 +1,23 @@
{% extends 'base.html' %}
{% block title %} - {{ article.title }}{% endblock %}
{% block content %}
<h1>{{ article.title }}</h1>
<p class="post-meta">
Posted on {{ article.locale_date }}
{% if article.tags %}
&#8226; Tagged with
{% for tag in article.tags %}
<a href="{{ SITEURL }}/{{ tag.url }}">{{ tag }}</a>{% if not loop.last %},{% endif %}
{% endfor %}
{% endif %}
{% if DISQUS_SITENAME %}
&#8226; <a href="{{ SITEURL }}/{{ article.url }}#disqus_thread">Leave a comment</a>
{% endif %}
</p>
{{ article.content }}
{% include 'disqus.html' %}
{% endblock %}

View File

@ -0,0 +1,73 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>{{ SITENAME }}{% block title %}{% endblock %}</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
{% block styles %}
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/normalize.css">
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/skeleton.css">
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/medusa.css">
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/pygment.css">
{% if CUSTOM_CSS %}
<link href="{{ SITEURL }}/{{ CUSTOM_CSS }}" rel="stylesheet">
{% endif %}
{% endblock %}
{% if FEED_ATOM %}
<link href="{{ FEED_DOMAIN }}/{{ FEED_ATOM }}" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} Atom">
{% endif %}
<link rel="apple-touch-icon" sizes="180x180" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/favicon/favicon-16x16.png">
<link rel="manifest" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/favicon/site.webmanifest">
<link rel="mask-icon" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/favicon/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/favicon/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/favicon/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<body>
<div class="row">
<a href="{{ SITEURL }}"><div class="four columns sidebar"></div></a>
<div class="eight columns offset-by-four">
<div class="container content">
{% block content %}{% endblock %}
<hr>
<p class="footer">LINKS: {% for name, url in LINKS %}<a href="{{ url }}">{{ name }}</a> {% endfor %}</p>
<p class="footer">PAGES: {% for page in pages %}<a href="{{ SITEURL }}/{{ page.url }}">{{ page.title }}</a> {% endfor %}</p>
<p class="footer">SOCIAL: {% for name, url in SOCIAL %}<a href="{{ url }}">{{ name }}</a> {% endfor %}</p>
<br>
</div>
</div>
</div>
{% block scripts %}
<script src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/js/jquery-3.2.1.min.js"></script>
<script src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/js/jquery.fitvids.js"></script>
<script>
$(document).ready(function() {
$(".content img").each(function() {
if($(this).attr("alt"))
$(this).wrap('<figure class="image"></figure>')
.after('<figcaption>'+$(this).attr("alt")+'</figcaption>');
});
$(".videobox").fitVids();
});
</script>
{% endblock %}
</body>

View File

@ -0,0 +1,12 @@
{% if DISQUS_SITENAME %}
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = '{{ DISQUS_SITENAME }}';
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
{% endif %}

View File

@ -0,0 +1,11 @@
{% if DISQUS_SITENAME %}
<script type="text/javascript">
var disqus_shortname = '{{ DISQUS_SITENAME }}';
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
{% endif %}

View File

@ -0,0 +1,31 @@
{% extends 'base.html' %}
{% block content %}
{% for article in articles_page.object_list %}
<h1><a href="{{ SITEURL }}/{{ article.url }}#{{ article.slug }}">{{ article.title }}</a></h1>
<p class="post-meta">
Posted on {{ article.locale_date }}
{% if article.tags %}
&#8226; Tagged with
{% for tag in article.tags %}
<a href="{{ SITEURL }}/{{ tag.url }}">{{ tag }}</a>{% if not loop.last %},{% endif %}
{% endfor %}
{% endif %}
{% if DISQUS_SITENAME %}
&#8226; <a href="{{ SITEURL }}/{{ article.url }}#disqus_thread">Leave a comment</a>
{% endif %}
</p>
{{ article.content }}
{% endfor %}
{% if articles_page.has_other_pages() %}
{% include 'pagination.html' %}
{% endif %}
{% endblock %}
{% block scripts %}
{{ super() }}
{% include 'disqus_count.html' %}
{% endblock %}

View File

@ -0,0 +1,9 @@
{% extends 'base.html' %}
{% block title %} - {{ page.title }}{% endblock %}
{% block content %}
<h1>{{ page.title }}</h1>
{{ page.content }}
{% endblock %}

View File

@ -0,0 +1,11 @@
{% if DEFAULT_PAGINATION %}
<p class="paginator footer">
{% if articles_page.has_previous() %}
<a href="{{ SITEURL }}/{{ articles_previous_page.url }}">&laquo;</a>
{% endif %}
Page {{ articles_page.number }} / {{ articles_paginator.num_pages }}
{% if articles_page.has_next() %}
<a href="{{ SITEURL }}/{{ articles_next_page.url }}">&raquo;</a>
{% endif %}
</p>
{% endif %}

View File

@ -0,0 +1,31 @@
{% extends 'base.html' %}
{% block title %} - Search{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/tipuesearch.css">
{{ super() }}
{% endblock %}
{% block content %}
<h1>Search</h1>
<form action="{{ SITEURL}}/pages/search.html">
<input type="text" value="" placeholder="Suchen" name="q" id="tipue_search_input" autocomplete="on" required>
<br>
<br><input type="submit"/>
</form>
<div id="tipue_search_content"><div id="tipue_search_loading"></div></div>
{% endblock %}
{% block scripts %}
{{ super() }}
<script type="text/javascript" src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/js/tipuesearch_set.js"></script>
<script type="text/javascript" src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/js/tipuesearch.min.js"></script>
<script type="text/javascript" src="{{ SITEURL }}/tipuesearch_content.js"></script>
<script>
$(document).ready(function() {
$('#tipue_search_input').tipuesearch();
});
</script>
{% endblock %}

View File

@ -0,0 +1,3 @@
{% extends 'index.html' %}
{% block title %} - {{ tag }}{% endblock %}

View File

@ -0,0 +1,10 @@
{% extends 'base.html' %}
{% block title %} - Tags{% endblock %}
{% block content %}
<h1>Tags for {{ SITENAME }}</h1>
{%- for tag, articles in tags|sort %}
<li><a href="{{ SITEURL }}/{{ tag.url }}">{{ tag }}</a> ({{ articles|count }})</li>
{% endfor %}
{% endblock %}